From 50657fdd7172b8ea159ae13acf0d0009bd5c18c4 Mon Sep 17 00:00:00 2001 From: philmoz Date: Fri, 24 Nov 2023 16:15:54 +1100 Subject: [PATCH] Testing for 320x240 --- companion/src/companion.qrc | 11 + companion/src/firmwares/boards.cpp | 6 + companion/src/firmwares/boards.h | 3 +- .../src/firmwares/opentx/opentxinterface.cpp | 12 + .../src/images/simulator/320x240/bottom.png | Bin 0 -> 250 bytes .../src/images/simulator/320x240/left.png | Bin 0 -> 32133 bytes .../images/simulator/320x240/left_page.png | Bin 0 -> 32071 bytes .../images/simulator/320x240/left_page2.png | Bin 0 -> 32107 bytes .../src/images/simulator/320x240/left_rtn.png | Bin 0 -> 32059 bytes .../src/images/simulator/320x240/left_sys.png | Bin 0 -> 32083 bytes .../images/simulator/320x240/left_tele.png | Bin 0 -> 32088 bytes .../src/images/simulator/320x240/right.png | Bin 0 -> 40325 bytes .../images/simulator/320x240/right_ent.png | Bin 0 -> 40117 bytes .../images/simulator/320x240/right_mdl.png | Bin 0 -> 40247 bytes .../src/images/simulator/320x240/top.png | Bin 0 -> 439 bytes companion/src/simulation/CMakeLists.txt | 1 + companion/src/simulation/simulateduiwidget.h | 13 + .../simulation/simulateduiwidget320x240.cpp | 72 + .../simulation/simulateduiwidget320x240.ui | 206 + companion/src/simulation/simulatorwidget.cpp | 3 + radio/src/bitmaps/320x240/CMakeLists.txt | 32 + .../320x240/bootloader/bmp_plug_usb.png | Bin 0 -> 7114 bytes .../320x240/bootloader/bmp_usb_plugged.png | Bin 0 -> 3374 bytes .../320x240/bootloader/img-src/horusboot.svg | 494 + .../img-src/horusboot_OKKOicons.svg | 1322 +++ .../img-src/horusboot_connected.svg | 1438 +++ .../bootloader/img-src/horusboot_file.svg | 3057 ++++++ .../default_theme/alpha_stick_background.png | Bin 0 -> 4823 bytes .../default_theme/alpha_stick_pointer.png | Bin 0 -> 1823 bytes .../default_theme/img-src/radio_icons.svg | 3829 ++++++++ .../default_theme/img-src/timer_calib.svg | 3675 ++++++++ .../320x240/default_theme/mask_busy.png | Bin 0 -> 1690 bytes .../default_theme/mask_currentmenu_bg.png | Bin 0 -> 422 bytes .../default_theme/mask_currentmenu_dot.png | Bin 0 -> 382 bytes .../default_theme/mask_currentmenu_shadow.png | Bin 0 -> 455 bytes .../320x240/default_theme/mask_edgetx.png | Bin 0 -> 623 bytes .../320x240/default_theme/mask_error.png | Bin 0 -> 1743 bytes .../320x240/default_theme/mask_menu_model.png | Bin 0 -> 600 bytes .../default_theme/mask_menu_model_select.png | Bin 0 -> 671 bytes .../320x240/default_theme/mask_menu_notes.png | Bin 0 -> 555 bytes .../320x240/default_theme/mask_menu_radio.png | Bin 0 -> 654 bytes .../320x240/default_theme/mask_menu_stats.png | Bin 0 -> 649 bytes .../320x240/default_theme/mask_menu_theme.png | Bin 0 -> 618 bytes .../default_theme/mask_model_curves.png | Bin 0 -> 614 bytes .../default_theme/mask_model_flight_modes.png | Bin 0 -> 641 bytes .../default_theme/mask_model_grid_large.png | Bin 0 -> 2139 bytes .../default_theme/mask_model_grid_small.png | Bin 0 -> 2511 bytes .../default_theme/mask_model_gvars.png | Bin 0 -> 568 bytes .../320x240/default_theme/mask_model_heli.png | Bin 0 -> 565 bytes .../default_theme/mask_model_inputs.png | Bin 0 -> 590 bytes .../default_theme/mask_model_list_one.png | Bin 0 -> 1908 bytes .../default_theme/mask_model_list_two.png | Bin 0 -> 2126 bytes .../mask_model_logical_switches.png | Bin 0 -> 655 bytes .../default_theme/mask_model_lua_scripts.png | Bin 0 -> 624 bytes .../default_theme/mask_model_mixer.png | Bin 0 -> 651 bytes .../default_theme/mask_model_outputs.png | Bin 0 -> 653 bytes .../default_theme/mask_model_setup.png | Bin 0 -> 547 bytes .../mask_model_special_functions.png | Bin 0 -> 592 bytes .../default_theme/mask_model_telemetry.png | Bin 0 -> 987 bytes .../320x240/default_theme/mask_model_usb.png | Bin 0 -> 6969 bytes .../320x240/default_theme/mask_monitor.png | Bin 0 -> 733 bytes .../default_theme/mask_monitor_channels1.png | Bin 0 -> 667 bytes .../default_theme/mask_monitor_channels2.png | Bin 0 -> 668 bytes .../default_theme/mask_monitor_channels3.png | Bin 0 -> 671 bytes .../default_theme/mask_monitor_channels4.png | Bin 0 -> 668 bytes .../default_theme/mask_monitor_gvars.png | Bin 0 -> 595 bytes .../default_theme/mask_monitor_inver.png | Bin 0 -> 441 bytes .../default_theme/mask_monitor_lockch.png | Bin 0 -> 441 bytes .../default_theme/mask_monitor_logsw.png | Bin 0 -> 672 bytes .../320x240/default_theme/mask_mplex_add.png | Bin 0 -> 551 bytes .../default_theme/mask_mplex_multi.png | Bin 0 -> 551 bytes .../default_theme/mask_mplex_replace.png | Bin 0 -> 551 bytes .../default_theme/mask_radio_calibration.png | Bin 0 -> 587 bytes .../default_theme/mask_radio_edit_theme.png | Bin 0 -> 1401 bytes .../mask_radio_global_functions.png | Bin 0 -> 654 bytes .../default_theme/mask_radio_hardware.png | Bin 0 -> 602 bytes .../default_theme/mask_radio_sd_browser.png | Bin 0 -> 637 bytes .../default_theme/mask_radio_setup.png | Bin 0 -> 676 bytes .../default_theme/mask_radio_tools.png | Bin 0 -> 683 bytes .../default_theme/mask_radio_trainer.png | Bin 0 -> 612 bytes .../default_theme/mask_radio_version.png | Bin 0 -> 505 bytes .../320x240/default_theme/mask_shutdown.png | Bin 0 -> 1728 bytes .../default_theme/mask_stats_analogs.png | Bin 0 -> 565 bytes .../default_theme/mask_stats_debug.png | Bin 0 -> 554 bytes .../mask_stats_throttle_graph.png | Bin 0 -> 666 bytes .../default_theme/mask_stats_timers.png | Bin 0 -> 654 bytes .../default_theme/mask_textline_curve.png | Bin 0 -> 481 bytes .../default_theme/mask_textline_fm.png | Bin 0 -> 485 bytes .../default_theme/mask_theme_add_view.png | Bin 0 -> 546 bytes .../default_theme/mask_theme_setup.png | Bin 0 -> 517 bytes .../default_theme/mask_theme_view1.png | Bin 0 -> 605 bytes .../default_theme/mask_theme_view10.png | Bin 0 -> 785 bytes .../default_theme/mask_theme_view2.png | Bin 0 -> 623 bytes .../default_theme/mask_theme_view3.png | Bin 0 -> 645 bytes .../default_theme/mask_theme_view4.png | Bin 0 -> 628 bytes .../default_theme/mask_theme_view5.png | Bin 0 -> 644 bytes .../default_theme/mask_theme_view6.png | Bin 0 -> 659 bytes .../default_theme/mask_theme_view7.png | Bin 0 -> 584 bytes .../default_theme/mask_theme_view8.png | Bin 0 -> 673 bytes .../default_theme/mask_theme_view9.png | Bin 0 -> 479 bytes .../320x240/default_theme/mask_topleft.png | Bin 0 -> 513 bytes radio/src/bitmaps/320x240/mask_antenna.png | Bin 0 -> 668 bytes radio/src/bitmaps/320x240/mask_dot.png | Bin 0 -> 416 bytes .../bitmaps/320x240/mask_round_title_left.png | Bin 0 -> 1791 bytes .../320x240/mask_round_title_right.png | Bin 0 -> 1807 bytes .../bitmaps/320x240/mask_shutdown_circle0.png | Bin 0 -> 1806 bytes .../bitmaps/320x240/mask_shutdown_circle1.png | Bin 0 -> 1812 bytes .../bitmaps/320x240/mask_shutdown_circle2.png | Bin 0 -> 1815 bytes .../bitmaps/320x240/mask_shutdown_circle3.png | Bin 0 -> 1819 bytes radio/src/bitmaps/320x240/mask_timer.png | Bin 0 -> 1232 bytes radio/src/bitmaps/320x240/mask_timer_bg.png | Bin 0 -> 775 bytes .../bitmaps/320x240/mask_topmenu_gps_18.png | Bin 0 -> 577 bytes .../src/bitmaps/320x240/mask_topmenu_usb.png | Bin 0 -> 428 bytes radio/src/bitmaps/320x240/mask_txbat.png | Bin 0 -> 1221 bytes .../bitmaps/320x240/mask_txbat_charging.png | Bin 0 -> 1337 bytes radio/src/bitmaps/320x240/mask_usb_symbol.png | Bin 0 -> 13795 bytes radio/src/bitmaps/320x240/splash_logo.png | Bin 0 -> 29487 bytes .../bitmaps/320x240/volume/img-src/volume.svg | 641 ++ .../bitmaps/320x240/volume/mask_volume_0.png | Bin 0 -> 1276 bytes .../bitmaps/320x240/volume/mask_volume_1.png | Bin 0 -> 1303 bytes .../bitmaps/320x240/volume/mask_volume_2.png | Bin 0 -> 1329 bytes .../bitmaps/320x240/volume/mask_volume_3.png | Bin 0 -> 1372 bytes .../bitmaps/320x240/volume/mask_volume_4.png | Bin 0 -> 1436 bytes .../320x240/volume/mask_volume_scale.png | Bin 0 -> 1918 bytes ...ont_arimo_he_24.c => lv_font_arimo_he_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_he_L_s.c | 400 + ...t_arimo_he_16.c => lv_font_arimo_he_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_arimo_he_STD_s.c | 1788 ++++ ...nt_arimo_he_13.c => lv_font_arimo_he_XS.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_he_XS_s.c | 398 + ...nt_arimo_he_9.c => lv_font_arimo_he_XXS.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_he_XXS_s.c | 343 + ..._bold_16.c => lv_font_arimo_he_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_arimo_he_bold_STD_s.c | 513 + ...e_bold_32.c => lv_font_arimo_he_bold_XL.c} | 2 +- .../fonts/lvgl/lv_font_arimo_he_bold_XL_s.c | 491 + ..._bold_64.c => lv_font_arimo_he_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_arimo_he_bold_XXL_s.c | 783 ++ ...ont_arimo_ru_24.c => lv_font_arimo_ru_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_ru_L_s.c | 518 + ...t_arimo_ru_16.c => lv_font_arimo_ru_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_arimo_ru_STD_s.c | 2505 +++++ ...nt_arimo_ru_13.c => lv_font_arimo_ru_XS.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_ru_XS_s.c | 494 + ...nt_arimo_ru_9.c => lv_font_arimo_ru_XXS.c} | 2 +- radio/src/fonts/lvgl/lv_font_arimo_ru_XXS_s.c | 432 + ..._bold_16.c => lv_font_arimo_ru_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_arimo_ru_bold_STD_s.c | 614 ++ ...u_bold_32.c => lv_font_arimo_ru_bold_XL.c} | 2 +- .../fonts/lvgl/lv_font_arimo_ru_bold_XL_s.c | 641 ++ ..._bold_64.c => lv_font_arimo_ru_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_arimo_ru_bold_XXL_s.c | 783 ++ ..._font_noto_cn_24.c => lv_font_noto_cn_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_cn_L_s.c | 3526 +++++++ ...ont_noto_cn_16.c => lv_font_noto_cn_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_noto_cn_STD_s.c | 8049 ++++++++++++++++ ...font_noto_cn_13.c => lv_font_noto_cn_XS.c} | 2 +- ...ont_noto_cn_9.c => lv_font_noto_cn_XS_s.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_cn_XXS.c | 1993 ++++ radio/src/fonts/lvgl/lv_font_noto_cn_XXS_s.c | 1688 ++++ ...n_bold_16.c => lv_font_noto_cn_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_noto_cn_bold_STD_s.c | 2680 ++++++ ...cn_bold_32.c => lv_font_noto_cn_bold_XL.c} | 2 +- .../fonts/lvgl/lv_font_noto_cn_bold_XL_s.c | 5192 ++++++++++ ...w_bold_64.c => lv_font_noto_cn_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_noto_cn_bold_XXL_s.c | 881 ++ ..._font_noto_jp_24.c => lv_font_noto_jp_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_jp_L_s.c | 2502 +++++ ...ont_noto_jp_16.c => lv_font_noto_jp_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_noto_jp_STD_s.c | 7720 +++++++++++++++ ...font_noto_jp_13.c => lv_font_noto_jp_XS.c} | 2 +- ...ont_noto_jp_9.c => lv_font_noto_jp_XS_s.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_jp_XXS.c | 1512 +++ radio/src/fonts/lvgl/lv_font_noto_jp_XXS_s.c | 1305 +++ ...p_bold_16.c => lv_font_noto_jp_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_noto_jp_bold_STD_s.c | 2018 ++++ ...jp_bold_32.c => lv_font_noto_jp_bold_XL.c} | 2 +- .../fonts/lvgl/lv_font_noto_jp_bold_XL_s.c | 3591 +++++++ ...p_bold_64.c => lv_font_noto_jp_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_noto_jp_bold_XXL_s.c | 881 ++ ..._font_noto_tw_24.c => lv_font_noto_tw_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_tw_L_s.c | 3809 ++++++++ ...ont_noto_tw_16.c => lv_font_noto_tw_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_noto_tw_STD_s.c | 8387 +++++++++++++++++ ...font_noto_tw_13.c => lv_font_noto_tw_XS.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_tw_XS_s.c | 2094 ++++ ...font_noto_tw_9.c => lv_font_noto_tw_XXS.c} | 2 +- radio/src/fonts/lvgl/lv_font_noto_tw_XXS_s.c | 1767 ++++ ...w_bold_16.c => lv_font_noto_tw_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_noto_tw_bold_STD_s.c | 2818 ++++++ ...tw_bold_32.c => lv_font_noto_tw_bold_XL.c} | 2 +- .../fonts/lvgl/lv_font_noto_tw_bold_XL_s.c | 5660 +++++++++++ ...n_bold_64.c => lv_font_noto_tw_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_noto_tw_bold_XXL_s.c | 881 ++ ...lv_font_roboto_24.c => lv_font_roboto_L.c} | 2 +- radio/src/fonts/lvgl/lv_font_roboto_L_s.c | 672 ++ ..._font_roboto_16.c => lv_font_roboto_STD.c} | 14 +- radio/src/fonts/lvgl/lv_font_roboto_STD_s.c | 3130 ++++++ ...v_font_roboto_13.c => lv_font_roboto_XS.c} | 2 +- radio/src/fonts/lvgl/lv_font_roboto_XS_s.c | 591 ++ ...v_font_roboto_9.c => lv_font_roboto_XXS.c} | 2 +- radio/src/fonts/lvgl/lv_font_roboto_XXS_s.c | 504 + ...to_bold_16.c => lv_font_roboto_bold_STD.c} | 2 +- .../fonts/lvgl/lv_font_roboto_bold_STD_s.c | 722 ++ ...oto_bold_32.c => lv_font_roboto_bold_XL.c} | 2 +- .../src/fonts/lvgl/lv_font_roboto_bold_XL_s.c | 824 ++ ...to_bold_64.c => lv_font_roboto_bold_XXL.c} | 2 +- .../fonts/lvgl/lv_font_roboto_bold_XXL_s.c | 781 ++ radio/src/fonts/lvgl/lz4_font.cpp | 1 + radio/src/fonts/lvgl/make_fonts.sh | 51 +- radio/src/gui/colorlcd/channel_bar.cpp | 14 +- radio/src/gui/colorlcd/channel_bar.h | 6 +- radio/src/gui/colorlcd/color_editor.cpp | 16 +- radio/src/gui/colorlcd/color_picker.cpp | 2 +- radio/src/gui/colorlcd/curveedit.cpp | 4 +- radio/src/gui/colorlcd/custom_failsafe.cpp | 2 +- radio/src/gui/colorlcd/fm_matrix.cpp | 25 +- radio/src/gui/colorlcd/fonts.cpp | 54 +- radio/src/gui/colorlcd/fullscreen_dialog.cpp | 2 +- radio/src/gui/colorlcd/gvar_numberedit.cpp | 6 +- radio/src/gui/colorlcd/hw_inputs.cpp | 69 +- radio/src/gui/colorlcd/input_edit.cpp | 13 +- radio/src/gui/colorlcd/input_mix_button.cpp | 22 +- radio/src/gui/colorlcd/input_mix_group.cpp | 8 +- radio/src/gui/colorlcd/layout.h | 8 +- .../colorlcd/layouts/layout_factory_impl.h | 9 +- radio/src/gui/colorlcd/layouts/sliders.cpp | 42 +- radio/src/gui/colorlcd/layouts/sliders.h | 8 +- .../src/gui/colorlcd/layouts/topbar_impl.cpp | 4 +- radio/src/gui/colorlcd/layouts/trims.cpp | 14 + radio/src/gui/colorlcd/listbox.cpp | 9 +- radio/src/gui/colorlcd/listbox.h | 3 +- radio/src/gui/colorlcd/mixer_edit.cpp | 14 +- radio/src/gui/colorlcd/mixer_edit_adv.cpp | 14 +- radio/src/gui/colorlcd/model_curves.cpp | 23 +- radio/src/gui/colorlcd/model_flightmodes.cpp | 54 +- radio/src/gui/colorlcd/model_gvars.cpp | 16 +- radio/src/gui/colorlcd/model_heli.cpp | 2 +- .../gui/colorlcd/model_logical_switches.cpp | 39 +- .../src/gui/colorlcd/model_mixer_scripts.cpp | 4 +- radio/src/gui/colorlcd/model_outputs.cpp | 32 +- radio/src/gui/colorlcd/model_select.cpp | 58 +- radio/src/gui/colorlcd/model_setup.cpp | 2 +- radio/src/gui/colorlcd/model_telemetry.cpp | 30 +- radio/src/gui/colorlcd/model_usbjoystick.cpp | 14 +- radio/src/gui/colorlcd/output_edit.cpp | 19 +- radio/src/gui/colorlcd/popups.h | 2 + radio/src/gui/colorlcd/preflight_checks.cpp | 22 +- radio/src/gui/colorlcd/radio_calibration.cpp | 8 +- radio/src/gui/colorlcd/radio_diaganas.cpp | 10 +- .../colorlcd/radio_ghost_module_config.cpp | 2 +- radio/src/gui/colorlcd/radio_hardware.cpp | 8 +- radio/src/gui/colorlcd/radio_sdmanager.cpp | 4 +- radio/src/gui/colorlcd/radio_setup.cpp | 17 +- radio/src/gui/colorlcd/radio_theme.cpp | 54 +- radio/src/gui/colorlcd/radio_tools.cpp | 11 +- radio/src/gui/colorlcd/radio_trainer.cpp | 15 +- radio/src/gui/colorlcd/screen_setup.cpp | 4 +- .../gui/colorlcd/screen_user_interface.cpp | 4 +- .../src/gui/colorlcd/select_fab_carousel.cpp | 13 +- radio/src/gui/colorlcd/select_fab_carousel.h | 4 +- radio/src/gui/colorlcd/sourcechoice.cpp | 2 +- radio/src/gui/colorlcd/special_functions.cpp | 14 +- radio/src/gui/colorlcd/startup_shutdown.cpp | 32 +- radio/src/gui/colorlcd/tabsgroup.cpp | 20 +- radio/src/gui/colorlcd/theme.cpp | 8 +- .../src/gui/colorlcd/themes/etx_lv_theme.cpp | 66 +- radio/src/gui/colorlcd/themes/etx_lv_theme.h | 91 +- radio/src/gui/colorlcd/topbar.h | 6 +- radio/src/gui/colorlcd/view_channels.cpp | 2 +- .../gui/colorlcd/view_logical_switches.cpp | 59 +- radio/src/gui/colorlcd/view_main_menu.cpp | 4 +- radio/src/gui/colorlcd/view_statistics.cpp | 16 +- radio/src/gui/colorlcd/widget_settings.cpp | 2 +- radio/src/gui/colorlcd/widgets/radio_info.cpp | 83 +- radio/src/gui/colorlcd/widgets/timer.cpp | 35 +- radio/src/gui/colorlcd/widgets/value.cpp | 7 +- radio/src/gui/colorlcd/widgets_container.h | 7 +- radio/src/lua/interface.cpp | 4 +- radio/src/lv_conf.h | 77 +- radio/src/storage/modelslist.h | 2 +- radio/src/targets/horus/CMakeLists.txt | 24 +- radio/src/targets/horus/hal.h | 11 + radio/src/targets/nv14/hal.h | 4 + radio/src/targets/pl18/hal.h | 4 + radio/src/thirdparty/libopenui/src/button.cpp | 12 +- radio/src/thirdparty/libopenui/src/choice.cpp | 2 +- .../src/thirdparty/libopenui/src/flexlayout.h | 91 + .../libopenui/src/flexlayout_BACKUP_16309.h | 91 + .../libopenui/src/flexlayout_BASE_16309.h | 86 + .../libopenui/src/flexlayout_LOCAL_16309.h | 0 .../libopenui/src/flexlayout_REMOTE_16309.h | 91 + .../libopenui/src/libopenui_defines.h | 25 - .../thirdparty/libopenui/src/menutoolbar.cpp | 4 +- .../thirdparty/libopenui/src/numberedit.cpp | 5 +- .../src/thirdparty/libopenui/src/progress.cpp | 2 +- radio/src/thirdparty/libopenui/src/table.cpp | 12 +- .../src/thirdparty/libopenui/src/textedit.cpp | 5 +- .../thirdparty/libopenui/src/toggleswitch.cpp | 6 +- radio/src/thirdparty/libopenui/src/window.h | 11 +- radio/src/translations/cn.h | 4 +- radio/src/translations/cz.h | 4 +- radio/src/translations/da.h | 8 +- radio/src/translations/de.h | 4 +- radio/src/translations/en.h | 4 +- radio/src/translations/es.h | 4 +- radio/src/translations/fi.h | 4 +- radio/src/translations/fr.h | 4 +- radio/src/translations/he.h | 4 +- radio/src/translations/it.h | 4 +- radio/src/translations/jp.h | 306 +- radio/src/translations/nl.h | 4 +- radio/src/translations/pl.h | 4 +- radio/src/translations/pt.h | 4 +- radio/src/translations/ru.h | 4 +- radio/src/translations/se.h | 8 +- radio/src/translations/tw.h | 4 +- radio/util/hw_defs/legacy_names.py | 2 +- radio/util/hw_defs/pot_config.py | 7 + radio/util/hw_defs/switch_config.py | 10 + 320 files changed, 103211 insertions(+), 952 deletions(-) create mode 100644 companion/src/images/simulator/320x240/bottom.png create mode 100644 companion/src/images/simulator/320x240/left.png create mode 100644 companion/src/images/simulator/320x240/left_page.png create mode 100644 companion/src/images/simulator/320x240/left_page2.png create mode 100644 companion/src/images/simulator/320x240/left_rtn.png create mode 100644 companion/src/images/simulator/320x240/left_sys.png create mode 100644 companion/src/images/simulator/320x240/left_tele.png create mode 100644 companion/src/images/simulator/320x240/right.png create mode 100644 companion/src/images/simulator/320x240/right_ent.png create mode 100644 companion/src/images/simulator/320x240/right_mdl.png create mode 100644 companion/src/images/simulator/320x240/top.png create mode 100644 companion/src/simulation/simulateduiwidget320x240.cpp create mode 100644 companion/src/simulation/simulateduiwidget320x240.ui create mode 100644 radio/src/bitmaps/320x240/CMakeLists.txt create mode 100644 radio/src/bitmaps/320x240/bootloader/bmp_plug_usb.png create mode 100644 radio/src/bitmaps/320x240/bootloader/bmp_usb_plugged.png create mode 100644 radio/src/bitmaps/320x240/bootloader/img-src/horusboot.svg create mode 100644 radio/src/bitmaps/320x240/bootloader/img-src/horusboot_OKKOicons.svg create mode 100644 radio/src/bitmaps/320x240/bootloader/img-src/horusboot_connected.svg create mode 100644 radio/src/bitmaps/320x240/bootloader/img-src/horusboot_file.svg create mode 100644 radio/src/bitmaps/320x240/default_theme/alpha_stick_background.png create mode 100644 radio/src/bitmaps/320x240/default_theme/alpha_stick_pointer.png create mode 100644 radio/src/bitmaps/320x240/default_theme/img-src/radio_icons.svg create mode 100644 radio/src/bitmaps/320x240/default_theme/img-src/timer_calib.svg create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_busy.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_currentmenu_bg.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_currentmenu_dot.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_currentmenu_shadow.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_edgetx.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_error.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_model.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_model_select.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_notes.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_radio.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_stats.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_menu_theme.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_curves.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_flight_modes.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_grid_large.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_grid_small.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_gvars.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_heli.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_inputs.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_list_one.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_list_two.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_logical_switches.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_lua_scripts.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_mixer.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_outputs.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_setup.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_special_functions.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_telemetry.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_model_usb.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_channels1.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_channels2.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_channels3.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_channels4.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_gvars.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_inver.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_lockch.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_monitor_logsw.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_mplex_add.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_mplex_multi.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_mplex_replace.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_calibration.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_edit_theme.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_global_functions.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_hardware.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_sd_browser.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_setup.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_tools.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_trainer.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_radio_version.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_shutdown.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_stats_analogs.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_stats_debug.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_stats_throttle_graph.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_stats_timers.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_textline_curve.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_textline_fm.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_add_view.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_setup.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view1.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view10.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view2.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view3.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view4.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view5.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view6.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view7.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view8.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_theme_view9.png create mode 100644 radio/src/bitmaps/320x240/default_theme/mask_topleft.png create mode 100644 radio/src/bitmaps/320x240/mask_antenna.png create mode 100644 radio/src/bitmaps/320x240/mask_dot.png create mode 100644 radio/src/bitmaps/320x240/mask_round_title_left.png create mode 100644 radio/src/bitmaps/320x240/mask_round_title_right.png create mode 100644 radio/src/bitmaps/320x240/mask_shutdown_circle0.png create mode 100644 radio/src/bitmaps/320x240/mask_shutdown_circle1.png create mode 100644 radio/src/bitmaps/320x240/mask_shutdown_circle2.png create mode 100644 radio/src/bitmaps/320x240/mask_shutdown_circle3.png create mode 100644 radio/src/bitmaps/320x240/mask_timer.png create mode 100644 radio/src/bitmaps/320x240/mask_timer_bg.png create mode 100644 radio/src/bitmaps/320x240/mask_topmenu_gps_18.png create mode 100644 radio/src/bitmaps/320x240/mask_topmenu_usb.png create mode 100644 radio/src/bitmaps/320x240/mask_txbat.png create mode 100644 radio/src/bitmaps/320x240/mask_txbat_charging.png create mode 100644 radio/src/bitmaps/320x240/mask_usb_symbol.png create mode 100644 radio/src/bitmaps/320x240/splash_logo.png create mode 100644 radio/src/bitmaps/320x240/volume/img-src/volume.svg create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_0.png create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_1.png create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_2.png create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_3.png create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_4.png create mode 100644 radio/src/bitmaps/320x240/volume/mask_volume_scale.png rename radio/src/fonts/lvgl/{lv_font_arimo_he_24.c => lv_font_arimo_he_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_L_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_16.c => lv_font_arimo_he_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_STD_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_13.c => lv_font_arimo_he_XS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_XS_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_9.c => lv_font_arimo_he_XXS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_bold_16.c => lv_font_arimo_he_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_bold_32.c => lv_font_arimo_he_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_bold_64.c => lv_font_arimo_he_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_24.c => lv_font_arimo_ru_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_L_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_16.c => lv_font_arimo_ru_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_STD_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_13.c => lv_font_arimo_ru_XS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_XS_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_9.c => lv_font_arimo_ru_XXS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_bold_16.c => lv_font_arimo_ru_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_ru_bold_32.c => lv_font_arimo_ru_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_arimo_he_bold_64.c => lv_font_arimo_ru_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_24.c => lv_font_noto_cn_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_L_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_16.c => lv_font_noto_cn_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_13.c => lv_font_noto_cn_XS.c} (99%) rename radio/src/fonts/lvgl/{lv_font_noto_cn_9.c => lv_font_noto_cn_XS_s.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_XXS.c create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_bold_16.c => lv_font_noto_cn_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_bold_32.c => lv_font_noto_cn_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_bold_64.c => lv_font_noto_cn_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_24.c => lv_font_noto_jp_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_L_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_16.c => lv_font_noto_jp_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_13.c => lv_font_noto_jp_XS.c} (99%) rename radio/src/fonts/lvgl/{lv_font_noto_jp_9.c => lv_font_noto_jp_XS_s.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_XXS.c create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_bold_16.c => lv_font_noto_jp_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_bold_32.c => lv_font_noto_jp_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_jp_bold_64.c => lv_font_noto_jp_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_24.c => lv_font_noto_tw_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_L_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_16.c => lv_font_noto_tw_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_13.c => lv_font_noto_tw_XS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_XS_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_9.c => lv_font_noto_tw_XXS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_bold_16.c => lv_font_noto_tw_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_noto_tw_bold_32.c => lv_font_noto_tw_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_noto_cn_bold_64.c => lv_font_noto_tw_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_24.c => lv_font_roboto_L.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_L_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_16.c => lv_font_roboto_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_STD_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_13.c => lv_font_roboto_XS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_XS_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_9.c => lv_font_roboto_XXS.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_XXS_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_bold_16.c => lv_font_roboto_bold_STD.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_bold_STD_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_bold_32.c => lv_font_roboto_bold_XL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_bold_XL_s.c rename radio/src/fonts/lvgl/{lv_font_roboto_bold_64.c => lv_font_roboto_bold_XXL.c} (99%) create mode 100644 radio/src/fonts/lvgl/lv_font_roboto_bold_XXL_s.c create mode 100644 radio/src/thirdparty/libopenui/src/flexlayout.h create mode 100644 radio/src/thirdparty/libopenui/src/flexlayout_BACKUP_16309.h create mode 100644 radio/src/thirdparty/libopenui/src/flexlayout_BASE_16309.h create mode 100644 radio/src/thirdparty/libopenui/src/flexlayout_LOCAL_16309.h create mode 100644 radio/src/thirdparty/libopenui/src/flexlayout_REMOTE_16309.h diff --git a/companion/src/companion.qrc b/companion/src/companion.qrc index c28331e9a68..711c240dd41 100644 --- a/companion/src/companion.qrc +++ b/companion/src/companion.qrc @@ -289,6 +289,17 @@ images/simulator/TX16S/left_tele.png images/simulator/TX16S/right_ent.png images/simulator/TX16S/right_mdl.png + images/simulator/320x240/left.png + images/simulator/320x240/right.png + images/simulator/320x240/top.png + images/simulator/320x240/bottom.png + images/simulator/320x240/left_page.png + images/simulator/320x240/left_page2.png + images/simulator/320x240/left_rtn.png + images/simulator/320x240/left_sys.png + images/simulator/320x240/left_tele.png + images/simulator/320x240/right_ent.png + images/simulator/320x240/right_mdl.png images/simulator/NV14/left.png images/simulator/NV14/right.png images/simulator/NV14/top.png diff --git a/companion/src/firmwares/boards.cpp b/companion/src/firmwares/boards.cpp index eff64a744c0..51577697918 100644 --- a/companion/src/firmwares/boards.cpp +++ b/companion/src/firmwares/boards.cpp @@ -158,6 +158,8 @@ uint32_t Boards::getFourCC(Type board) return 0x3A78746F; case BOARD_FLYSKY_PL18: return 0x4878746F; + case BOARD_SMALL_LCD: + return 0x3878746F; default: return 0; } @@ -255,6 +257,7 @@ int Boards::getFlashSize(Type board) case BOARD_FLYSKY_NV14: case BOARD_FLYSKY_EL18: case BOARD_FLYSKY_PL18: + case BOARD_SMALL_LCD: return FSIZE_HORUS; case BOARD_UNKNOWN: return FSIZE_MAX; @@ -554,6 +557,8 @@ QString Boards::getBoardName(Board::Type board) return "BETAFPV LR3PRO"; case BOARD_IFLIGHT_COMMANDO8: return "iFlight Commando 8"; + case BOARD_SMALL_LCD: + return "320x240 Test"; default: return CPN_STR_UNKNOWN_ITEM; } @@ -649,6 +654,7 @@ int Boards::getDefaultInternalModules(Board::Type board) case BOARD_JUMPER_TPRO: case BOARD_JUMPER_TPROV2: case BOARD_FLYSKY_PL18: + case BOARD_SMALL_LCD: return (int)MODULE_TYPE_MULTIMODULE; case BOARD_BETAFPV_LR3PRO: diff --git a/companion/src/firmwares/boards.h b/companion/src/firmwares/boards.h index d2135dece44..e54f8b656b3 100644 --- a/companion/src/firmwares/boards.h +++ b/companion/src/firmwares/boards.h @@ -80,6 +80,7 @@ namespace Board { BOARD_FLYSKY_EL18, BOARD_JUMPER_TPROV2, BOARD_RADIOMASTER_POCKET, + BOARD_SMALL_LCD, BOARD_TYPE_COUNT, BOARD_TYPE_MAX = BOARD_TYPE_COUNT - 1 }; @@ -482,7 +483,7 @@ inline bool IS_RADIOMASTER_T8(Board::Type board) inline bool IS_FAMILY_T16(Board::Type board) { - return board == Board::BOARD_JUMPER_T16 || board == Board::BOARD_RADIOMASTER_TX16S || board == Board::BOARD_JUMPER_T18; + return board == Board::BOARD_JUMPER_T16 || board == Board::BOARD_RADIOMASTER_TX16S || board == Board::BOARD_JUMPER_T18 || board == Board::BOARD_SMALL_LCD; } inline bool IS_FAMILY_T12(Board::Type board) diff --git a/companion/src/firmwares/opentx/opentxinterface.cpp b/companion/src/firmwares/opentx/opentxinterface.cpp index ca9b74a2a44..9f6266e8b35 100644 --- a/companion/src/firmwares/opentx/opentxinterface.cpp +++ b/companion/src/firmwares/opentx/opentxinterface.cpp @@ -130,6 +130,8 @@ const char * OpenTxEepromInterface::getName() return "EdgeTx for BETAFPV LR3PRO"; case BOARD_IFLIGHT_COMMANDO8: return "EdgeTX for iFlight Commando 8"; + case BOARD_SMALL_LCD: + return "EdgeTX test for 320x240"; default: return "Board is unknown to EdgeTX"; } @@ -666,6 +668,8 @@ int OpenTxFirmware::getCapability(::Capability capability) case LcdWidth: if (IS_FLYSKY_NV14(board) || IS_FLYSKY_EL18(board)) return 320; + else if (board == BOARD_SMALL_LCD) + return 320; else if (IS_FLYSKY_PL18(board)) return 480; else if (IS_FAMILY_HORUS_OR_T16(board)) @@ -679,6 +683,8 @@ int OpenTxFirmware::getCapability(::Capability capability) case LcdHeight: if (IS_FLYSKY_NV14(board) || IS_FLYSKY_EL18(board)) return 480; + else if (board == BOARD_SMALL_LCD) + return 240; else if (IS_FLYSKY_PL18(board)) return 320; else if (IS_FAMILY_HORUS_OR_T16(board)) @@ -1485,6 +1491,12 @@ void registerOpenTxFirmwares() firmware->addOption("flyskygimbals", Firmware::tr("Support hardware mod: FlySky Paladin EV Gimbals")); registerOpenTxFirmware(firmware); + /* Test 320x240 */ + firmware = new OpenTxFirmware(FIRMWAREID("smallLCD"), Firmware::tr("Test 320x240 LCD"), BOARD_SMALL_LCD); + addOpenTxFrskyOptions(firmware); + addOpenTxRfOptions(firmware, FLEX); + registerOpenTxFirmware(firmware); + /* Radiomaster Zorro board */ firmware = new OpenTxFirmware(FIRMWAREID("zorro"), QCoreApplication::translate("Firmware", "Radiomaster Zorro"), Board::BOARD_RADIOMASTER_ZORRO); addOpenTxCommonOptions(firmware); diff --git a/companion/src/images/simulator/320x240/bottom.png b/companion/src/images/simulator/320x240/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0d29f7e4c93a2b813c766f31b5ce2b2cda5d22 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0y~yV0-{%b8)Z%$()+rqdmmtT}V`<;yxP*J(3 zi(^Q|oVRy2@*Xzeadq@spuqfU&;LbjTuV=IIY#`*Yr1c{A@TLz`3wyIR)zC3G?)t| zFlZdIVLcB{>DqNWabOM8?tDnm{r-UW|2^CXQ literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/left.png b/companion/src/images/simulator/320x240/left.png new file mode 100644 index 0000000000000000000000000000000000000000..602017e44863658adfea82d23918918a2f5549c2 GIT binary patch literal 32133 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
M9|q3+biWPvu~Zt$fZ~#I2<*$Z4}_26lg(Vp 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 Vu3b;K!MaK$6$MTC8d=Mb{{sZTm+Sxl literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/left_page.png b/companion/src/images/simulator/320x240/left_page.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea20a59fe26650972f132901ccd359b0b102b68 GIT binary patch literal 32071 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 literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/left_rtn.png b/companion/src/images/simulator/320x240/left_rtn.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa7d04ff7f85b317b4285681ced474937dc5f3d GIT binary patch literal 32059 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 literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/left_sys.png b/companion/src/images/simulator/320x240/left_sys.png new file mode 100644 index 0000000000000000000000000000000000000000..da6b6e939cd49250489863eb8b2805b64752f225 GIT binary patch literal 32083 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 F{{R^Oj_Lpa literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/left_tele.png b/companion/src/images/simulator/320x240/left_tele.png new file mode 100644 index 0000000000000000000000000000000000000000..a51f18bd1487277fa2e3b2b77ef32354b4d1c0f6 GIT binary patch literal 32088 zcmXt91yoeu*QL8V6zOh|MrjF=5Qbss?#=-Oq`ONHlCDVre`WK@;algew9V>ZgvFT22{A|@FOo<&Nzbk;DzC>i@DcfcYR9I%V$O=B=B z&A67$vK>WrPU)sak(tV~X}~!Dp1j0O@ek-l&VZRUN-$&eF$w{fN?!>h>v^x-F9kRm z(hH7ru7u|p^sg^I-)TD^P`3p*o2LZVj7%5iEG-M}uYLWklOSVC)@NDFfA83C;0M7- z&BXn&nfq2v$rb$!bQ3>mq&R&o zC+`4Q|0()+3n8S7+wMhSLKJ$ALxaa3dbjz}dn_vSLv=y|i1BfeU3c)nX2{?C=YuoR ztGU~_{)4~lgsZu!KgddO_BY#M(;sKT1N^KpQv361pP*6CZvUBl>*Wti{juTUTM*?s zmF5PGF7UowG(;B7eYbb<_ao`E+2XfGu?0pgnm5SyRRT#g-%+*~-UJsAA(ME>G@?FD zi3SCT5p~0{=A!%Cp1Jqe8+xoZSyFTE#K(D<#0b?5rD)UzpiwwPAHkyc#MDBi) zwG53jvLaui4Eupj0^KOMMlN(x+LkOkBrtNV7wdgUd7WSte$EfPMf97{-v82F8R0bJ zp|~5zuH=SQgaL>H%M5IvOM%oYu6A{xCL{Kr{_2FYH6eOdCC05DDB&!zD*~zvi z8E>-+hP-Dw)ubXrSA0jE|66OVY=@n~{HdP2|><5)0Q&`Kf4>FfBsQ2NcXw1RVH_v!1d*qtH=$YdoRY zesl6V3^1l6eMU67X>6T8Y_M*xPJYqtx4{eI(iovZ=w^YNlp%5ri4U0%g=kpLkFl-d zGl;Kb0DWHkM1ST6?U~UX@*lClJbLv>1~H-@EJRp*7^fWW2FV7)26?iw4%;$GXtd!b zhB^7U*g1|{+Fb&({4`rzvbnO{wD+{xG;~^enoICYmAW_UyHxb;<89Up#S4oI1MHYE zSXd&OfqADwyh2A`QXj4gyeOk6cAFC+g-}JLrl6+GX!~+Fafou1%u1Bglz-Ij)oz$3 zvlBXyIS@Y3J}8{lD`vB*6I>Rg6LkC{_eEZi(rSPmOEGj)$xKT`i-tXueM<*VH}X(k zy(B}kyYS|tjir?(k5#Xghoyt%#8AQ{QMSlfWQHnNVea?U{Laje86L@7Lr$p<$+Rgs zsV0o4+!M)s87}GFJkQ3TYyQhmDyaLIFTat@sH$Zm02VMf58hLYQ1Xsuzos+ZcIfXr(ToX_18n8 zcJ9^iJk{EQ+ew?*v|0FEn7x<%ll|qP#No&s?ySMwD?1`#DjIAWa+*~dq3numQP}>y(2XcB{|SGf zS%DpiQ~gZQ!ggwTx?P1`=mDw_wU9{zN&|1h`q=fD{_gAD7VaU6Jc=V82_9nz4cMKV z5WLn@07eHp!48`rY@IB|TAX2d^;3<}4NEpcqu&KXsEXsbnr#jAR<4^%oz|E1SFnG7 zSbVZ}vHWHpG#lt%KCV4J9Z_sSa7gezQX-Q0UAx8CE!jb0w%2SWA3JAAZSZZHJqjb^fx%u*pQc37W}MY?5(VKc2WAufyyrIEW#pJw);8!3w8B%m?K`9xS2kYY7v8B zqTv&Yt?$y_#VKSf)WpN-imCeJ590=uBHxKBP1Kx$VgCKTak}rdMsw38xI93{M#Zh1 zUUOf-2(a~UgqWwH!mp`T!ciG(X%CS#wm_3Vcq8#mk=I|3M{7(q++K+7e2qqn47&(J zC`9%dMSoQJppvdKV<_tU`qrx6$KC0|P}OvJBQ1P3YIa`O5MsE@k%z|@zK~jzl9&1> z%PdJNO`v|+`TAr|DBx|N1#4QHV8cfl@~8LL*k0i|;f4AM`mgm}8hRTvc9r+e+#lSp zJz91?Y(sZHbzn3_G?hr2@B~@>-G^j0c^!TCIzMV(aH!%leB1TYp*J}`ES`flh?Ad( zozJ(E!~COOzWYW*4{XdhCnuIU=1#HK;CIWcv!c_E^YOYh%;~gQqyP7&14{`@I?F3n z{o;i#fya`=obY4pmB*2)5rW@8e*bse+Aw3cm+XFU0l$D5A$Kfu?UVPD*ZK^ebV2O& z^*bW#-nH5k4R=>~)b6gm^na_vrn_F_R&BRh+UT;<)%NuJNgnenVdE_4LdI;@+aYP+ zmhsA(PUDWQ3!+`k`TSD+4gAh^!7e9z9Y=1vKfYN$zT3(}$$6|fB_)Nb??$pWtj#WG zVObWUT^`Rh4gF=sHR4I)P{krw}aF@IP1|ha|5js!!xXkXmOH*Zj7AX(mea#H7*}y3)R~UkCTj3qxqWlHmz{PsGK_UYdkKB)B8(=f6yJZg3R)Y&;vQG3i*`EB{3`f&x* z5ktadac!T*P{P-H$Zo$!{Wd4l<^ETDp#ReGPsx$fUoR7=>DorRB%yrQYa@^Pw|lP~ zeWL=wf0Pfkb}WhquiqX${gN=3cDJ7W)Of10pNeTw1>5Vk{Ci;rKjXN!+X*{Vm?^s7 zKH!)rr=0*v(FWz62L!h7>m8Wfc20ge?{yjPz8+H;kL%vrQCnZOu( z6PS8q9awW$-Lt}UN_FbD{to^vYvOP4ljgP7sl@_Yw+12QGzG<9bkwZNKP)~JUO-hz zZ=tNMj)dgLii8v#hJ^G0TngStLh|BALOL`>LXyZrLZWp2+O8!9e1KuD_D%um`QOj? z&eBxi3bw1Vz6TN#LEpb$v>g zEf?J0P^CjX*6oiEokemSDpj-^nLkos%wL4k^99pWpE16Dn7VvB3cp`<32ZU@5fS{2 zQkeql=fL7LxEWpcJBxv^qBe7mVBKiY-NyY?d+09Ft=@+;k0{O(S5*&*!~claFj7?q3kj1Mnm4{ zDBCyRW(EcZh9B=;XlZGIOLi6(p;1v3vHf4xFVAzvSXa9~&h5mIX*p|IjZgcuzo-8Q?}%&T{@Ews#HAo_TQl% zp7?%b*^zY0M~3s0_fF`-5GTARMw%y6jRp^6_SpO2>MD)oDSR4f2YL4rde_r$PK>AZ zjfhrI!Vc>Gz?vVM_+-GBve-T4Ru#$dDmcL8_o)D??AxQukw^cdKb^M*d)41enjpnH z?kbUyk;1tj?EL-z4Vyf+|BTw(cK%bw>Bc%tI{$K~8}>v*tX}%D-RG3<<%<`SmV(&b z8jA+bj*el^|3b5ODMXjH?oiFzczBm}0k-|T{kqZXY2`w7D0M&b<)i;^pZU|cX?&F{kM2jjVtSO5J) z_5EWB#5bmY^9ycjL<}C`s_Cb~3%}?QzqMGJ-_SLmyl)HFk`B1HfqdVLMu&F%8yV77 zSq^U>XOFJSz}y%vIn3CGL~Ct>-s030j*gC#Q&Ys9_q#c1R$uJ6qTyJLD3id_9a+=y zH=huzrVW4NL)|;-5H&A<*4!<%@(gXhy9^@`zzl|0`s9MBbU4%Z@9wf5p5DBsi8mcp zNkJnVikSGeweE38|4k#$19-Hnc>|ZJPXF72b0`DYHRXqHflHWIy@Xv13pK2DGPV~U zbTm%A=DA zIbQ^}{juBT&9{%m+WFig`y0KH3JN;qI&xoW<(Z|zehiZWk?;KbaO4>f@E&RsjhX9O zGRTe+0>7X~H(oU5Nr~+%gvz6w-a+vW3mAH=+9$#!kKM+_RQTy~O!Q!?@SSI#o~*pd1xi(xUL=ZfMvVs5ryD73 zgS>FJJSP*2@V(V}i?=4*x0Kk#$P!_sh+T0X& zFfiJCJqr4&5Ts`ly*K7-zAy7b$mtAO)6UGn4)0>ZwT~V?#+tGs;Gq?e*|n1O^z817A|XB7XN6p3(X@L^6^KH zysF0n2GomoXjiYn55aD+)0;%8+UqwpS?a8$epmZiKb%+!g6a7PRphY$0$_x&bk8SZ z@HHe`cb5&3t{(6s=G}869Z$8~Mz6bMHG~Fr*?Otb?mCJXK%+<)<%&IXsm|B8pGNAr z#Zpv@>o2OtafJrf^vZSi_xGbPLXp!)tRTFZKxpL47dF|!itG;Wx`Unrot4RGYT_I` zmFYD?LfwqL>bbcssJY4;dXR8+&w4_of+TB^O-gW@0pJsRG3_d5h`ra2yKb6QHdQLG|CpB@_e8|P*?Md`6-F(P83=PJwZvQy^Swb6kN1~U zXO@Ebf!!Jg1_nB{3%%EQd3o9`E5*6FFaLpcXQw(QCT5zIK0liEs&v3z5~P~K$=P|@ zR=5CRN%CgJRu}*X?S`eI4xiKM^K${CHg_v@y?D15<{Pw;*p4~?@*iIN@mq80CGA-0 zI8Gv#2L>>%{iL%$lx7P43c*9Jy8HN+f1=gucOf6fPc!Hi{PH{YUbOyY;M(IVFfjMF z_e~I<-*R@@5#K0d(TnX=!{t5$V*oG|?Y*ak1ryTgJ`Fimx3LeU@<5srrit%4{TBFOXWs-dlU+FS0w(Jp zLTZZa^UYuU z*XUJ%3B4zR*1IYhs}_?SA0KOVua~B#rn)}GD}^>UH`_|&Mr=*&dHf41O}yNf%iXaY zAQW<=BUTHmt41{ON?h2GPUBKwrbt@hx8wc>$EgmEY zKFnMJ5zr&O_*&K#&&eD`XE#^c8MayY_r9QrdV~tVS0Hb4Qp7g4wW%m5=x0m;u|4oq zeHD1eVASF5#KMp>vDettq_}mS1&j>Ed3?egK%;;+rOYa2tIi)gR!g`?fb!&Dl(x1k zmeIZ;E5U}BqY?sA$U)Jo3JsZ%wo>aTcH+-^B_Yqla9gm+2)@5rTO-T z;C>i^6CWi$=6KH69rYpjx{W>sp4f<>YD$rakQW0$_Y^#soiKmTNNxXSeg0PfRNeLqw;xx8p zrP^#7%B(`I+S08Xj;>eH##l^2;^s)Cqj22t&r}(Ow|W>2&~TYtOaQ~DllCLq)UI(B zF#ll$GcGsuF9Q~I;;XkMz{(&B;swg7#6bpVJJzFGcjDtn>lr^?VlRqWZKV%t8`A`U z+b^%q9>GD&;W$K>_g}3WmT)Gk;x!{k|G0D-fvW^7xfX<~yl(t+OTYT(DJcfJN=iz4 zy1UE0eO#K5^T!=5%E`$AiUyE`PG=APVEf9-%D+!tI%|U58L>A{L@WvaQs8)=ULpG4=SFxK!8!eWvTyasP^V)5 zLTU*IFozIs3ZQ`NogW$KS44Lz^7r>gu1z24GaHznrvP9FSa$$&=~m7qaU+^f7du;; zU3fiz0aa=WbN=mm&|Buvt#e-%-b~~9O(?y=aIaCDX4&_A-UG#Jgete5zxqpeu)>Ql zY(MHp=y|WyD%Bn~gE<4L3DY19D7Ac*^{b``GY$f#ZFhVGV5}-BNI|fvg2$jdI;p>W z>i<^%)zU;@2A!0z41gn7=ZQgIhj-kuD2py*q%CUc&4^>?wJ+lP^YW}wIFI}=ESwl# zk#i>P`RuVc`IGg*qqVDkF#2>$nPuok$!woI-k#1pKbSnn=J{@7Kjd`Z(=IP9E z$h2!ir1IyrRQw`hl6vOe9oJc~RneS4zz>M(k!UVq?`5EsuER+rDRcs&ZCf{SRk zIn;6q7?gj_cM1-2*=U?Ud>8R0GV=)WdZ(CwSAAgebYkWziw!!G!(V-Q3f=q#>~;Y4 z|DF*(CmDab)_pkY{_F6tywIftObV?FTvo5v7$4>nSNNSJLl}=UsC!;h)?cyjZQUlR zQCXCoZ@+LWoZ=?do8#-ChY=cyWUU@NYOvGR>?h|bP=8NScAcR=Y!C)12R)PqshT_; z>Xm~kr*6A$rR_y>Y`%-=H#cE{GI}QietCuC0Q3a0yJEba)-Oxt+bXDZIuh`1EzOB-%jltQ)m`WN%<9rC}r{NLT${cm~yWx}x>Q9BzO z8+6$u2{U)mdCl@SuVTSnpu||Ztc;;#!9w=7X>P&TuNI#t0c5x#=XHXlQ>c}*5Yno4 zzgzd!c!Nc*#a)=l!|Kv<9yiIg3wD$60TS~7%hYE?`N!uO(wzXme zHM9D-gyEQ=MS6T_bv_D&g(PSj$#65>Fm&OZprF2=Bo+XzR{>|pxnIAc?Y>=?DMt*q zmi=;2kg&j-nm}}Dp6r77TPuwEQ7nY@G>OFgK zz=4l}N<$FIwI=7?bT}C<>)w`S8P$uyJBR-I?`TJK0MZ{9k>({wjO*Gv=|52Fqmj#P zNLQcbwfGPZjhlhRMrfBc@5V@va+_fZP?(HarveGLe9peQafg1nLifHAFXOpHGJQe+ z#OS(%I?Ya?Uh($2$$5vOYrY8Q_xuy7 z(`r%hnZoVu{B&Z^>)rVb)#6FY!Ldws{i~!9@Q{r->**Wg7)z#9A#9qFb%c}AM{?;< zh1d4?l5OOtKz=UQfqX$VZIhfnt)ac ztVL?x8Y>$i2$@yfBX!SLnJ8az<<^d06X&jRlkxG{)wbsMM!34l0F%`r?xwD4}WeQ|F!*?1%p;3A9Mv zNZ=A7pzMKuZ^F>q9qd%DWTwnBlDv0`pMaADLLl9c-ws_jAP zYpGC(E%XtVOKK_GPigx}ltTXbdd3**(BbXO1UD^s)TWBl*ZpnJg3nYJek0N6<~%4j zP<}b6x*u*c{C@Z}eeXKU30e`#EIpW9qsNNmrV}J|`_RIr$`Bes zYn4R#4s!e9Y-moaqPb}Z^udMCamIn&f4*MLvU{hSnK=3-q`T_hLUX0U$$J%d6ecbi zT|x%T3d9Br|LUKoIzPc6=G=lw=`shWa|X?SCklw|$rRb%NNB~MCuq_A>|x0G>>n$y zN7UJ0=myD+8?pJG*qa|ssZq5q_;Z|Npsr#)ggsKva>0ZJYw8brSWCwNpMyA-J z%$YTcr6}lpRab^aAm??uPZ!O`gx_X02}3>!f0Oe!I?bYU7?Z=>zBv*25AIB)lRqM~ zw-}02?En_l%MT9ms6>^EM5Z7iu7vsLZ8P$H;@$tHHR}B7L$_X{>IJ`kZX?(TS-?1o zk`$6VT~=W;g_T*&}B}G$6zifK!pT=0z=vojmWQ z+h7O#s(iH?f;Qvg^1^l<`mHe?;JUciJK}s{I{S5q(2FF2fo##Kkowux>P0XUE68e0 zm1xQqZH%QEk|wof>|YjKL9hIS+R5(W3Hs1w9!_{4_)?=Vrw|uqO~J)Q0P>r6#Fl6U zN7it@v(DVp<)=ZC5#77bXo~RaUq=gN@{fXTUHU-mp#z8VW+N3;j6@ZQAq`*6691VL@#P_L!0o0<87;3inu^a(~r2wY*FcX z+Ycro!UAFRgamOV^mZ}%bH8l+CqQDQlo`fIM|hMtLmj@WUu{R?rxq`U@bhUc)E!!I zNMM)IEJiR(Qh{HS|DB`{TM!sW+*C>AH(EP=uj|9<*EBDU7NcR6N24_gu3K~fIoI=A z=6|OpmcCYCcDGSE0mpH1_1-pHMROGzf8w*8TzcD%5Zs-y(&=1PyNKy>b~42kh*MCj zhkQJ$#wijZsij4sj+_^n7snRdUW7|fQ`kjDx~DYZNE&D+>aN0EjWxVE2z5%Xsm;$d z*S33OJIxni3yh(y#5My&L{k{-giO8igTs=Ncs!aK-bmDqnWf*w78%(Y6c|A#-I{SD zx%ud!FOGk{q=-21iY=g0WedunY%-;aosFwEIb}Vv$k#5t66U(KZ7b^MlVsvfcIaz5 zD-zd&&T~ZnIEpNSFE(-b3sh?z92?b^RpEHxk95B z2LJqyNg)9Amv^M&tE^&%8iZtOlhUOGC2Eh`xSl|5@}?U0QJrme?G@~YrEO`>E3N2P z8$aeVUKJV*q@3dFjaO04%43;_9!VLO+We+7K4d|;u&GptrQxe)CZ5~$3gCOA&V%SUL_tcsA3ofk(EgfR0toD1+CyAcap-u3#f5$%pha+RJzL9FXKrV!C!xtc`?~2+5n)vd&KI@Z@hu z;7!yuqK)bf_RuZy$J3q?;VkC0w6a{k z=`9o$Y2K84byR4S?Z!&J^h)$4=cJxd4a0a{TTeV^|9W|4rO>(oYE60V3kN0lkwnUV zvdt9vWe%glumfwRr0+2DODd5hj^WCr`X&uU`lKeYnHGN9%k?P(2!Z)|5Eb3Ax>6%+ zuz@0`LqL@w)$_AB332&qSd_>Qlz13?(PKEs;3dbOCxEy9#}NDNezCC)3VItw1(_3W zJT_3zp`d_+uvuTa4*HETYv_h<8SlOjvd5)9i=hH_8qwwSudn%^N&_766)f>noVU04 zC=s^T?Jjv}vod#CzJSs~oYeulrM_SVaz$djNwp5=lsWACx4&1VR|B*zVdpx(tG&cF zH?Aq(eD%pYE8gI*M80M;p;D6uQ`Re6Mt=fgc(mcNyptT1gC`X48 zV^l2{7jdL1{wo$?F|D0s;=gFxHftAdRV*ddiVDEe&Rqc=vvP##0mCu zk_tm7(4?i$_CL=3R(xVXsT;6y#w3(WA5_Q)VFtlRzFY#NnqTLKCP+NMoQ_#Hr1!-B zg5KRO6A?Sj94aKlJ5AT6ciqOZT_y~~r!*{a!!v^hPg8?5W`vo)Uo=R)Yry9a+nd+yfTi&1rAAjWo^Xm%7u{}!`*h_N@Keg51kod3w3z#J1S6?Li#1S%>Bl>pRq~`W@XZ@3P;k%_>G+I{|FeuyR!wKW}|;|_`g%TnJgsRhi|G0e`mBER_NWhH&S zH|1)V5jRCSKwD&30X$o|4rg^)SmE)9*gSBrp}Ep2KB;W=Te?Kh$%`oNJWP}HXF#*D zZ&{JG?>4T@iD-Xt>5lEiIhaq_8cyf!Pu@9A3apWW#;&I8VbD!I5wSYHB<$aqW^ZY3 z{wE3$5E25-S2cGGJak*LrLI_nj*IoX(Py^RJ`$<0^@|f*=<8#&-AnP;IqIC5BUcYc zwI2cbWo&FrXmh&k%E^w!e;V20G&riid|t%q=evw%a31NrKmkbMwugu>!}{kw+qZy} zwNJN3?H+ps$0sN4Ubj-BFR^zRCZ(0`8<#t@5c4>lQc16LMVG{%u1en)13b+`AKM#Z z5`C9^a4u_^a#&JkQ$|2CoO$@gy}1_XSj9rMUxskHeikG(CFbBT8?@(iK3{EcwGsJh z8jwl0N%k@0*~2LAPBvB{{1O9s4N@iKHhvXi%04Z?p74|?2HGLMt~*A6R0UKs8*fr! z5mnNNNfdcWt2J@&Haxuu>;P94_}SuFRDeb2TZ%14=g$mnUP=_~#z;W!gLJJq17p&m#T_3VFxAJ#ZOJ_J(ROA2-#(J<~E_Bx} z1nP$kYAD!M-sj9uNF**|i+#1`YTJ32%8dQNULv>Wj`n)kiAn)FhO007Ofk?36MNs` zyL~|%_{9dEbo>2s^f_MLOTid&vrueDlN1S-)UJ9_y*I}=wI`L^PVo^BUu9$cV4F(! z$&w?p)+o=U>irRe@|tvFIgt^K?wMG9)R;@ZXGVTL=U3gjy1RPz6NS|hs8zb}4?3GG zXbtL5Yg@DoMc)>*_wWkCD*o?Z0w55X2(!^6#fhGym-0rF#sWP(Ckrv0VAZfZOLlX9 z{RpRW2LnM3SnLhl!7+TKNNcN&qEOvOvChm@MYr-ZDKWs%01RIv3?{3e@iWdSk1ug} z6FRWt4&9OPEds&7MXJT-<4f0&qo#yRQU2wE^uyD5f$cXjbqpI-0!p5;@=I0qc?scH zFijz*!yjkxVwQUg^7@8v4(_Gw+c< zdyEy}{Qpsg0G$blo7EuPSW79okH7_`LSl0rXeUk6*RO8FURu*H_AZ;|6JSF#G!EG1SD@ImSPV#QAfS4Nn!AIa$*<-uIK8Z?903#1b z4*#U6a-9NTN1gfP>Ho47Hq}jF%e%BxZfkM?Pk#*C2Dr~%Z+ZVvm2Ckn(sDK(k{Pm& zx{Zsm>6P3Cn_U%|`Mu27B?@R95<6??2<#LI6R^OW_!9Y0QSoI6s1tl2KCyXAGWKt3&}hD(nJZ{ zVPGxT32H2dHB0t|EUeV3Ha5*+@;Yr~CtcOBb^%w~sGj~aj%daSl4PiLgG#3{;fHTm z5s7tLHu}vy;&n0XShx$fgW3dgXitfZQs8Jeuir&&d49tL7ZOp+Hdf^VRr9Ju)ft(W z^F2JZJP5X5hbe3)Ta;UEDk=Z?YJ_FIcJasxHX|iZBp;vxF*`{pTuSiXeFc=Q-&9H; zMo3{w>cv|%A9(b(w-*i?T<$^Y*ukya?uva;lJX^VU)0=X9x$R*9#&PS0*e(OqgVGrW&r^pc z2)_uZXoIL|&R(l>&b`#N9{EG*#|j-zn=DH|Zj_2fyZ43}Y1e(qxZ*PXF-@e1*MB}k zTB%Q9e&yVs&2@?|;@Buc2bMoe=^kh8Z5&zI{=T{rPIIiD;C~Y%_acGE>tfg}YxXgH z(9}HPWNj{=R<)6e(3m&#a}g7COuz|OgM4Ng{j&bR9K8~koSvI|F6E$cw$~zp(jrLz zSl*blq(5;EJ33sgApD=nB}KtP8qU<#Hn@oXA)tx@08LC~ zS%yWA%eVj6uMm|eAMrqU1g*gzoKxaxA!lBTO~O>W!WY<*jzXwyUr~fXoUfQ&iasBO z6Z|sNubczwON?4ty!fb$!@poW4n%sB-)~PlBi1zAKO`0JRR~TH2yDP>QmfNL^pd=3 zyl~GcTBeYK<>1cJ7It&vsh0So(i>n}i2o$B<)jrQEgF8l)R~;TV?w*N)o5vJqt^UP zo^sE(b7`fk#f0Z)pm_Wmgg&LpsKpiUjT8Elev+e_0FP_xdg#%%WmvurA{xkLI>MZJ zL&}M1pyY5ad1=~ao0c+&s$|eIe&MA;L*44EY589uKp@k-4TN8qYH{IDk6cI0>3{T0 zTBN(Ed-%1qLV<(6yt-QK-WE_|=yLu=TD53S)OKUqc5rrfs%e_0`jBM0Qt z@sMGg_pUpQAtY?w@_xlZ-Gu7}D`G@YXs)4t*BoA2HMe(8wRhewA#zQoeL*2?PF?}` zt#9ewPboF@q-Zx|k(@s%j5IrXgdr(M&LQ)3a!jk$=?r?w_J&MM62L(z_~!G2GWI%o zO*({^mKkeVtYi*_S>$6o*8?Sf5z%n(eg%$plt zWxhK>JW`wKTRV*Uu^aYERGYDWsw^<(K_SS|tt(Dj{^tJNSd+j(7e85${(uEF>9qP; z&#NbTp4#o?lWS);Ym6{{C9XUr&EjIcxJhOO)Tn5^+9ss@%GYaS4Pj9{s3RkOkux+e z394Uz>lwL`7B7_&r8r>q9fS=uK+s>-GRK;)gPUvHu-o?wl4*>v<;#L81ECYkLi=h{ zG*$+fD5uvrN|aUcYksY;MZE$PW9^82PusdYHdk{NHupW4j$I?B61$S)2~1>v(GdTW zi`3lvm+uVbIGU$Sv1Bb`{^#L8`O_pP+msan}(yE9WtKO%e> zG5@tWi=fWg`O4MVK~FYTo()0)rRzWTYnJCWnd+^Qc1ehnV6C(t8>(vu@jA9HOAf@~ zQ_wqKNA$PLSN9==X2H|e{UcDA;t1+s-}>Zh11~?^+j#2kYyJ44@57KP?%0UJzSg;i z%XxD{$%-G9ADB?1TK;o_DIXACm+f#|G7^S2>&3o`vwzOcP2|^hm^yR@2_JHlNJe;9 zP;snfJ2>*ljZkUb6~X*Jb#r&|ZL<5T&>b=w$8H=ZpJn_?nM2$AsoV~+fO?V9`Weq> zdquz#i;)W1GW}WXU0UmP^DlbPgog-LXQ&VuO$+-9?-SQ97NKij6T#s#G|-%Pzjoxx zLU{SX1|+I7=G--l!c=6UcC|6hfn12Q?R-zJrZ=Fts{}cEjj#z$ZC@)Ru5Fo@EFc?~ zIDb>@rfsve{NWtk)}ax%wz|P|?F@=XRew!kUX>n+2Qg*ySK$O@6;=XI#6%~s0nINI z2hlt6xfZkXvFH)r1hb2F{mmf6GQ`twHho9Y%iM~A0<^_6jLR)-%R`shq0f?+Q~Hn| z3EqP0sl6AQIM-^MHxJVP-Zt02!J>j?U7sSr7dR zO4xUVnjvKzqKW>J)7LhHRoOu!I>e`T0`Dga)OyozwE|RNqx*xK@Gw1C>*4^P`#fqz zpr*zuE>Di|5a)c+qO8u`>n(j^%-L$9Hi9*|9kd^-S^1vMcVsx&VrJob!gwK=?fQfz zB84Yi6j@=VB%z}zk8)XBDlg1BJKq5z)cG;h&$Be5SZ+(!$r!wcI1SRV7m3!xP?YV+ zjLYW@rZO}?Cz!-PZ#Jro{ZYVJFOpTGq>n04L8ZV&a?(@)F3UMsI$ z)US_oQ}DZU+#;{#afJkPd*j9-&$6mm<00AsT(%Z5L-=?3UTw?mSd(2jiawd*q$aZ4ynJ%50>H7Fj#F zX6f!J8E|fT4xlMq$XL*9wYqP~K1tV2X5)^AF~;T(C_yUc_7CSO|Cu55GpdC>As^KIeaVLH5L$eqZ8~uy(z+53 z3ou%gPU(2vQ}Rj(11OnXEnnQ&eF`>Zt*-=_t$1_u@}>cYL{i2(IaiQSS(DLG(jW~| z0cGV5l{ubxtOM8UpYRlcBfdY|Y;XUk7(4%Jbt};r$?Q(i9@<{u#pwV1_Y+`s`yXxA_55@?1F!^ukA(-)tYlGIWj@$GsDR#U^{Hy{ zKjH}_o+$!c>AEvz9+sm1Ww-*OM`dRM@DEuY*(Mpizd^({NptArg7tH8v-x5<1ES7Z zPDybxeUpb}c>uv2aBV06=BQcwCR?!=c`B{d$Wa-nvfm!rt?wx+<~VgZ$vq594fBl| zP&y|np@YU5n2m?O=_rN;bIWYFyyK)C1ro7Kh-t?3nm9GvJ9-&s3=m8`R-N~h`}zmy zwgQ9ZY2#pP3JHaSJtzCdDcBOD6T1?*bx#iOafHFL-Jus*37mIL;9sEy-F+ za{ae?>`4!UDRw_TyAj;mzB`mP`*+xz0GsIDp$a>8`uSROb=SOs5>-#l>YNfGzkR{|GoqZ2kQu4|T7Frsv+(KD2?bOS0(EV+O01 zkms}LU3|kA+G5_g9B}#S)&SOJ!2JR&aao^}U-|zmZo9j?!_4pauM_MC(pC9FLX-6X=HlD$6Dh8UYCF0EsJWI2+;$&qX0Nhu09fe2+~Bx>2@~ zvTDUDvtD3a6K|iT0L~}^k&$5?#)1|yBtysMQ_W(stg?jRRXlZTCP%ZrMpVUEsFdkZZ@)Topg}a1KQtVV=Fr))rmCV9}VICqb zZ;;M=sag-sbNUf#11G?WO`%HtB-aVf6U)6K(a%6Pq`aQjCs6_g*vSU@QBIMk(m=$;~EW}5RSRhas^0)gh2~HUP33S^&kG`=Q*B_gnc>sh#Sovnc&bseX6BA_}CH&Q58@hkk_{pox~#npFV-U8hoL z68^5{<+WO`VnUBSxts@Il92r703|QgI$2Zg*JkaVFgMuNJP#JZt zMv2$l%xsARClF2>U`f%$4^WG`Ai@WBk$uf4V5GO%$K0)hoCLP<5FNYeDnaUArn2`0 z^IPXYtN^0j7Y6j(K#M#Y|KI9ow!6laV@z3D@hl@oKFPI2r_+C11(75BpLKmQM=QZzm@4P~h}6OUCUa{AnQ-BgNWlJ_58J~ub{Ov^>uXHx_ zg4gvc7k;P>x&~`1znTRMtO@W$DzEsm0=t8DB>?dS#2F;z6xkbDSjcqfDKYCPBJWKtw_lnaC`msr#yk>Tz}=sc6_wde=G8=QpyAVSW%UL_pSGam-IE4 zilZ>iPkDDiB?V;c|C*nH86C5pxq1&MSgvAt-LDb{b$B!N;FSu5+m6OJ?EqwDm+bb8 z*2i(C4^#irzb(;^&VCm&O$TP8nQwrom6;-Dj#4TK{#ecRZEgAOe2A}QOg!1hTB|~@ zjf-ji2@orq$bpl8Hn-nR;23aI^bNg-fep_W9cO{K1B~lg5_|KA9k@X&eeQE=_PXI`WX{7Wj`UpVQkV# zB-<%W4wvlh;2rkbWAz8T3AIAE_n@gz3!}UpE)&Pm?0L~|6Y~DI^YimxEKdNj?x*Yh zrCs*4DgSrCqYtcUz`nVXKC;K;gZZWu*r)*g3P3d=6p@JKQ4I@-1SzSp?JS}5prk1( z%ZbMihIhH{jLw|3;2}}By)kQKyws$%P!7>eli6eiQPVV;d5m}i^ew&S;;H22P2iNQGR{5x)`ZU+ z&C0$v}sQPExgpB{91+!YI-UTi^?=Z3uEV;C7#na|Ozva)5IwWudPZeB~3 zWoAKD7w9HLYmJwH2L#w_?Q+1njyDHT%-+^&J7|Di9k3nhQ>*mHrVo}~tS{Y-?6|X| z@fZBa$Bsm6Sc(%76`9;Ns(Tw=c#4!#8Ybp#j})J9n)1+cN&}=CqgZK*vt>7)L2Gk_ zh;uT2NN9;Q@v4)2d?-jLQpO)p>-HxRBu&j1$bY~7iHk_yHlH#y?NiHG=*P}w)_^|Q zWxV+8&FV+y9CyBFcI==w&W)~UG<<1o0>#*;7K$;@g45zEN{uZ^#fBpI0DJ^6ghho! z4qYwbqpC90LU{_RzwJYIIf8xSH>Erqeo3f*mlRP-iM7cL-YW1U%w^e)BV%5$Z#6br zIwVfzO4XyU{Vf%S`*PjSBbX--&3uyy^_qsLNhU(-l?X@)N$egrbPQA6fgPH=eFLQU z%#6M1Q^1v7FM}6zj(#OH$sW(T21b8%WTUZlH;s;^^H-kG#Q7B+?3X+N+!0i{Wy>Rw zYfF!K73-Tf=pp1h?8HMzC-wcOsm!(Cr{ZbL^OVkz$Sd%W!Qrt%P~vaZo5oJygbQ#k z%Ae&Ij8i{@n`7CFM_ot_iwJRCtE>7=uYSOCYLTHx&gmc$T7*YPtFTftPdP%n;um56 ziH(->cItS{Wy20sDe(1#1J=l<_2qr=k&#poOK%Ul5TQ0kd0XBc! z&Ym!Gluu-wA`0CvCQFfBUh+ZCX$2v|H$sF&FG(BELIQDl>d=I^18e9Yxy;!AyzLE3 zQbK$9Ub?=$PawK_85d2TDoj3scM6ik`b10X>!tQhekHJvnF~8|4PRrOg%Z=Rr13>G zp8o#I?*XzsV2eNd-gqb`_##)IG1*M*6-B?2ZLuG>Aeu`)k5r;1*|MUgbsjUelao{R zcWk;p5foFyD0^qDB(eVS8SHD8!&U&p4>zv0GGSB4(yhy8@uFViq%2%DH&TqU1X4fH zALx)OAZQ>zX}l)Gep7|waZLPQO=lg}^!K-M6;ZmRyFt1U97uOb3^ou+X^<{OrMp`h zU9!t0!;JHt(er}9HF!{fnc&p{_s4T&%vp-eB`~yMg3AH zE^_{y0?!`x+P)(w`Qo5hJq1IySlCxYx)5*Yo7B0ZHhPZ7B8L;KEUIErOa&Y*qn4>! zoJnRBC&Xh%e8*%8p7rCVF~cISyjI#0N9cmK2{o>`$p`RbVd+D*YOEQzTP5J#xyo}E z-_`>{T?|L+d#3}@YMT@$**N~}P|_WEgoH@`bT&@9r9U=p`8kQx$}Af8tgJfOaf1Ry zT)rbBx4=eAP{ZlITyHd`r?XrR z_Bl(Jsxsy2Gup;u8w2ZlCE|*+kAcfLp$S^S1KI8`uut_rP`i9pW8hG+u3r`$;DORi z4_b^9&TKe{G3Zw$6rx4~B54m!RqR<9-*VQOO!L`@nNL{LB#B#)?5o&chl%_393La} z(Je9ptge1WNhT5~-AmSD*`=txcL$VZj493&Ma)hrHR2jP63UC8T$e5j;#42s9~xqj zcHkqBXBeHSQ)1wvEJC}RSW#bxDPos52XkVvUKV(Zl$Abld$!ExyB&-ZjcQXmf{0xE zQ>J5U!nohsw$)gL8xg6V-yZ(i5G}Z%cVT8j*Vf}P$^T1u9HMKo2>|2yD#_muPzKFm+VJqxN?Xw;y?!ARvwLL!?2j z{!YAW3K0BI0aOYDRBbX9s1!^a!N> zZaqu(zffB^NKYl!QME7z2Rdfdv-b8vZ0>d`R`UFvJb0ZSO0leOUD*56l4!;E?81sD zfpjxzjmx%XwZMBt^A-+cgMM1^nYHYhdOroa*fhU&YD6M^s07!f1k+vA>0wC0qP2=9 zKh4+?TGPCtE@-X2Om0JM*Y26Li<{ef#L$BN$roG1b*538yqO;Fg~E5v;6{j<{u4DB zkuSXZ-OQq|`RzZ&YA2q<%aA0oXoTL;{hkU+=WTh%^h5$43xA_A&7NjS*Tp=Y(mMU5 zmVTp?<1kolxx1d>ge?%H<2%Y?Eu|*NEQmM8y-Qp+-pAB(-1u3$dF)?MgzYVn> zQH|RIb_3oPXADa}xkp>Tq!ULcX%AQnkj;5q#kI35pF(+=WJmuKL}0+<(u5_c&m1|t ziz~B1GZP*;h+{p~n-EaIcSa#Axk=aY@Ar31IC-JL2}pU^bdaYa?|ev4eTfg^h9yTr za^Ol#_3JyHQzX_Pr+0HTdQ*f^4G@99q>P6Y3dJWLn_|-mg2VUP@gsJ8J(X^o78fVZ zlqLmhR-ee%;Tqu{U)7{J^lOstd^_m4k&RPf3s?)I0_U2$4N5fMVGGc7lW6Qpw$Dg$ zC3wJKTbC))@flLT|3)xPbDtYV&;P?o#zW~0`2N=C;Q(%ed46U1E zREkMrPH$+t4c~z`45e;fJRY*@r?y%*DyvyI9vO6fk~{hPx5V_G_cpbab>7&&gnhY; z;I7EX-{LGd((`18oj3U#=0(~s24ft0(}nnz|0i$a56>v zvAsz*e~R}?Ee9`4YtXvjpe|XC_hPCnQWAkH6$Qprz|Y-hdL<|6wp;{KP9XhAk}%x{ zri-Zp{`7)>Z~|k;H~H^hxa?n5BelM3ejfAr2s=Jr8)7Gv=j*qyonu~uu&Wnob}=## zm+x%PJC=3u_0l9dZk3Tm#j3KgEH`rzKCj_Cun@xeC<9T#HoA}gF=6W`sC0ZU_&Kdn zqF?T`Z}?@@Scp>3EqvPJjX!8Rn#P)dY`#@f+Cm9}_VxgdU23Hl`$W=2zsbboqD}r; z3nvjJNZWhstCfCn{7FkFk42Bt;E3?Mgv^%P7^L;ws{Vf#U`$fI%I`Dv>ytCZDC`yc z$0r)0>Axzp3Qk{{w{r|d42Wo?4A|I`MD|#YrLkAQ!-CS)V;Bt_j|3AXvYVJ8EVjHQ z)4knnw;rWhd8_Upag5ik=#P5a4W-)19&jAFl6#U z;G{}X1os{_jc{dj59_mzpd1h%1TmPqJ9@<0a)fyvvrZmY1^ew{yk)1V)_r^E7sqMJ+IeGZ1XT?^m*gZB?Izv_lX(h#_{*Dt=Sg& zq56z2*oFdU(%Mh0IAPDrS`IGH_AoRS2nJvN`z-a~4yjVxdH;bDYH=obc&J`+#U;%! zsq&pHT8^6_D~F~i@oXJzko;2X1K)va1J1q8)C^b!BRK6YgMjvxN4N)O z=JmSElnsB}*gnz$?;Iux2?DV!Owy#|#5q;k2DfalqPde15+U@vmh$Qorl$NV0W3o^ zT)ep!EFC~51sVJC?M!Z_35!D#a!m^x{<2OGW{c}v7p1@L#(3K?C(202>XjLTLB4Ak z^&3k6yJEOG?Vb(ru$qi`7Vq*|#~-odWaF>vC}|1|;Vy=hrbEZ4$(xzBSyI9b{LH-0 z@}Y&^=h@g@E@HG^>%DPbj91kovde9;uUZYA(#}Uj>$@MERTGfO8#2~uE}IQ2P5uIe(xbMtvS1~llenS^kEV{IV(@%q%M+}1yHMo3!H{3}!R?L?I4T@w zb2$gjk}8Gc8V1%tr~&XBfrPe!#-tbeLyOhGI&$L(RYa8bzCoh0^fH7y8Zj0zZE={S zm7ZECS~|I-K@btX=%1J=A&@XwCTuP<+=s_@Od_clT>JnJ)``$5<+Zk)_md);sR9vd zAV|atq37Gyj~-pUv9sIK^2I%Qdx1DP2U#biR=L)sn3hMAIgsS-3^&@xpFtAgo|^T3 z^=9ncsq*zYEkpeW{f}`^K?Jmz?X26?#{MTiA2uED3q`>ej=*4AXwQJtT2xMmSzfHe zPz0duFzF|>h1<-&4^~k+yLz5~tuycFL7J#f);AE+Z-AqOWOBI5a)Elc-j|@*38WiL z`1bpE)0T5sy1dB6D_LShHtvZB-j!7ij)7=9LTvcUJ#ms(?8FFd}7Am%GQb8#quRnYk2Q&IcNksTgWuV*X37fG0JBPET0|^hd-a z!pNBx9Ul|c`NMA?qHT`@#0TkEn=&B0lXy}{^>oUrFT0C}&9{@QhL!F&{4sRQjJ3^V8_r&F*I-(&6v z)aB63xR@0|YXh3S_`Y=^Ul-Zj`*sEZIhow~kX6^a3>~@buhWFZvk;fxmoXmpZcbeT zh8!0cmu2h==OHB%-d2mDy53a*n@rG3g2E*fkg6hi4ul#p?X|8nT-v}H@b|X~(-oh# z73)7d^?;!^LD2SI$k*tnjopq+sth$Sz^&vLk*(PgHJR zWdP*FcfDg5?jM}J&p=GsQH(Y}!BvbF!{gg~dWtSGNmywvFNe^RI`25p1P(%+ay)%b zHnl;1T`Wrr0JR_9HHrN!9uQpqc-%`2N(tKKJFBOate5;drtHG$SwS zME{h%(o53_n-C*JG=TglP`XUprd+MvP@~>J*av8D{Lq7CTb3f=RW-l~Bkz$u1p@y0 zE&o2qlo791^>w&(oS;iHFd(5T(H#QS=N&?2Ff^zS`%=@Z1zBzHON={HGh%d7O759%fH=e^IN4S}e^SsrjvmZ{ z#>PQvQn|86w^$^U8v>V0oEjDe-HVGJ6yB+2?W?I3YZE2j%oy#YgMAeC9_X{!D##a4 z*iPu=jU(#M^~S0|$3otH(KH&dsi-fh&bOqpXRI{#IID)b5TtX;F$TwTCbB6i=X~Mz z+$61uw2n2jA?atNTZrIEggy#JgoJ&0dB=p0(wOoV?cHs4yzRg2HG$;IuzI5nz8UB- znm9^rbZTiBk0nJ6_eMbU%o03~2F!l&4XP3qqHH*{ti3 zeeaRhib3iZR))Jdu>%Ju$5c)ku&w4Y80>T@|ZG0^K%gpu41+PJP|Zx-oPM32P!tI+W!VHcv(Fy59oZ1u)+z@WS$v z@`f6hU3m`T=+i2!t>caYgCCYzG*EWAG{FDY_3)@$NxJe!nllH_f}VBo=NjBp#6qLE zToemdbpJwMJ|H zXf88DJz%Tv8rZW$+}&bN{+k!2Z(oTW9U`MZ(MlEh>3wN(0E^+fzzV(esKz;y7IBJ>bayx5M+>7|9lDXHoSnSTNL2=M&+bGZ9 zj|lwllOXW>(Dw}lG8D1<_2uNh(|!DiwtWq|#1W1&CU4CPXw9GxP-1ae;ivx`b3e|f+&9vRV_f!eFyz8%?=TzZ0DWX$-Rw2|I#C_{|fU$%dc^o5ipqp;e7pfK z>D}OIJcc|Yijg(lWlvcKvQI3+xC5vf5mCnCZS{TV&aQz0b!LOD@w17ncB-o0=A3{b zRivPoj#|Yu-P@efjh{OaECUZWTG|fP>=qDmIg&AR3sGZNA=pkkYr^S&7zb}#vAOVng={$M;k@hZuM{_|#$jCu%$N6u63UE< z?Ncv?w-SqK4oW}S|A(}C>rGJq$v(_O8!G=zuvDjT4Fc=CE&Z)utoKDIuRr37a$724T_OWr9R9)?p@r(uvfywYa~?yB_Bl-7 z3&_-~aPx}5I}LQIyrWpr05ZY=}CaUPS=-Et9r*Rx_9PFO) z-LXobuu@mz48OhiXMvZp`w=(g6%D>9NF^pg+Gd}J55`KDC>`ZcQ5Dz_P{{BZso6L) z;w2i(byw)X?m6dE%n;=h&IiYhDJbMeq3!vkZpCOgmPhT`#U|@kBze0GWZ9UzJ4Gs= z)zy0P4#m+pI@{O9H_7xU|C?_sA`-izCEObm79CtB-T59oH#YY$w7{e{2J#`J8=jnR zU&ETl-2SJC8(~b=(qG`Ik?YORj z6DHZrM#(uj1H zX_~WvQnRfII*}Es*4C&!(Kort$5rnm2qz)28 z1*8IJtDcvFzX4D)fX)bUEL47x?(*2)j6@n7MeTdEBQ;8!M4bYpvk3-H=>JPa`h0q- z>)PdB!R%lk$k<_= z>?PL+iv)Ks`xf#ONljl;U;eVHQ3Jx+ucc3_;7ymkK1zu2=rBgtSFTJn$)zOB zs5osfa-eW4nnWu;$2C4M95_C`cYJ)y%22brZA)nN-}y=@;9f={Cj`I(&eLBX7qq?O z=>D>yGww`QkfnYQiI9BkRw58r0R&V`#|VURQa9-M!6m4vQOW(&%{9_JN?8g!FYOs& z8&!Zb^`%M5>DZ3D7xc}XJMPz5PH*?B3CrpZK7_tX+!X+wHh@wq1A#d3FWUDg(>A-1 znW}72zYk5sA!uf`@tXQuV!b275c!exu$wRZ1f}6R~U+G4eVd@>dfk$gQtR z%gwCB{?#MKBb4jk=6Bf-t<(gGhDH6pCu^UziA8gGTi!l;ZhbEtBK$-*6w4Hwadgjd z)X8#-N@5XkVhM~gm`1pLpT{`Q)uIa*Tdlt%#2Bk|T*UwO6e(M;#2o5CO`RLyr+<#t z^B9~+%TZCQjQbP#G>J+S3!6{xNzQgnH$A0Ph^_bFcbA>Hu;#B5_QjTe(L z14)b3XC5}Fo^|2wdf7?{rF7*~Gx~;Y$#l43)d_tvGa5P?!jM4k$Xcb&m=aM=51MQM zMDXw5YpPGP9M9X={mUk$r~4Ie7c99>0{tGixXd3o>z*ad?mqpi=M(coud0Gt+@j$6 zwHU)QSs})&t8b#CV}B1ibb*Es))@HfjvP6_TGT{6Uy?QPR}G?oAuA2 zBN6n(w0iGh*tbkGQyUguma}M0C(%WAbqrsNkr?KkfiIf`+Zn&rlAc*lc1O@Gk(g}! zXInbssRi=K-2^5V0Gs~(?Ser8&;Gs!=Uo!&CM$RLm%)eMhJ*_E%Eqk9djeYPh3=Dv zb@PD&ot@&0vS~-`a&AHL>M?vToz~q(Xu^`3+8b7AKmML@q};t zMaBky4pCPERuqnPrq%A|%QSl~>oL=noDP>?)#>2km+yD^D;O-7?IQa9*H zmCwJOOsAloMM?T3{L?0`0m(X_V3*E_Y|43ONCRX*e+u@la(XC4fFQ#CUKYE0zsQ;T zkcAnMe4`jv+bt#vK`(pDniFd)|KkJU8M5aYn-Cy~NRXf> za*)oM0PD-F8MrM0?aR@8pFgLAu=BnT9rRCPaC~_A@uOQ6takh1_S}CK^suEM+6l8$ z1)TwOiVN5ab0;`3lRqUhkVKfY)h|Sf5=#a1FXnEv9zjk=%}O1aBg1nH&od?9 z&rtG4+%e5A{+}RNaVYB1iiM5xsr=u*jQw`w!st_m>njirGU7=SqDcOJbun!(X4W!> z_MlN2XGMEMBet*sk~JDiX=W(T65RX4_IZAW3EDQiM`J$V>dQjphEfN$$E$z<4X{e@ z?oaM`aWtm7GdrT?Q>CjWz5Q7I@v^T=`;r{7 zCTjB8y)rb4)7Dm`KWCUH9>H7Yyx&t~Z?M^2X#lqOllgYohm2(yf7GN2!5h~u2BHXH zFm+kj3_P7?s7Gie+Iad4qqh9Vy{I;%_^MWWM$@Ub4t{){)UTQ7G%ps)`^*?L>LvYb zUWX=VB1Vqry^0@_==Oxzvxf@()m`tSMFA#KNbzl#uyDPbM(F>2bB`>y@Vhp~)ibB(E(onlnIpG3^R~ zTmNzfkz$THeRnwufk;Yl+!vo`X<=2OAD|;XxuA;a(fd6k{gu+jPCa38?zztH)Hy}k z^i$Ddvkfg@B^y?yZOcNmiS*38^S(u7Oq`Dh?~dtXCSOo8NzE6?pxc$(Bw6*+!k;8m z)e-%qTxHuuQy80ucc|gCZqB5oN40===EupQ!?kI#J}m1ZhVtF!Uq>57gj3zTnM2VO z{w;ocP6~H2dnqhl_ZfFS$H+L2$-NmU_e;ueb=gZ(TX>Q?)=$w(0o&88R!wzENn(CK&*(Z^Ztk6cRX*xHN z*}uo_wU`^>mG*tzQG+26hnMp-;N%3!<5V$RnD;~c2*#nR>vfku-lK(HI!8PdkgCO;Dpa^)G@1^kRY8 zum$>Ep>P<;Era~|a4;Up43MA+5z_LYND*M8(NtSK`W4fQUxO$o36=z5nF=joTacN- zzG=24Dd(}Yin&uN!~EkPimzWu<;zIG?hR1;qg4(*j4Obh)3O@D2>Y0ZSM0ubkn!4D zjZY6c!_LZl(DI=+o}3I#BB$MENi48+x%;umc=IgVzJX^T8G^ySHn9RfMsdoKsQg&w#eAp5WFc0q{%#g>qmDZkb?3 zd4EO9dqEupXL<_=;jquvP@Olw%ALpV+zJ&AE1-eWzifZ`k*as&e zw|AnH>@!w3Vn%b@fe0wtNCxzmcZN`G@F z8YY~Itvk@+AX{yuFv2TjIjk&4982Yp%zk@vxR#H)jB_b(4xVAx-mU+@oG+R!d0RD` z=olf|*5@b2lkKN}QDgRH=t)~!H*KuvFX{}Y)NXoytix=I(L$B=B=fn#o+&4*kVF)# z^4BqfvEf+fHek2_j`i1$L4;k%RHQ!Y7?>n%w4&}s|qp!wW_ur+}U zFP9u{71aym`%*cjRKx%1S&-7u04XwNuWf_}I$ z>Ic8#+7!Nt;18z8OnXFAiD0HA;M`0NbErhpZXwsGYhW)B0(-z96Q?BvRj-)IRF6B< zB|wZej55UpNw*hqy!zXywN6|8bSIf9qA4#=#hj^Onb?|N{tVvlk5F+;sWSj zYR}QjKt_k)w*2o4$)cZEcf4pLr~5-R=!tjMcGWkb^JxheQwF-@nu6_00O)_U-8@|d z`XDf21IcB-5HP$`5qwXfnhy2?HQ?6|Llvp;u)#pUVrg^lLlIHI=cY{N+AvWk7gO?Z zmiS2E_hk%$B{s6?sXI)XWQPoN4zu?EFuOpQ;THML2Sr+1CIcz)V7++_jt-Y`D}M+B zjt98bxiZ;LuTDlMPez~U{tL>z1|2GCm}3KY@De>7mo$Lh=C2CoQA{=&`6e|V_Ab1H z8LzA~%L(8aX;VYu8~#Ugf*Whdc|!j=2XpQ`#V0xBTQ1+9P$ik^E=JL~AT>7A?sS|M z3y#}?K2Q7{XORA{dWGio+8SZF?0a+7_cjH7#4>TFJh)ZU+Z)jC`eM3u>|P}E z1smbU-Vc07_Onxtw$OzNWd3g6HwLR$F$qPtSi%xo$jd)5wuyX919c^x2iLz2COk)F ze0NfUE_X_I_MYEJ{{ubWuhlrux{jsYtP^v@KN^h&%8_ZbLIfU=Ewx3x^-rA}EC}gQ zADeX+zrCH#8z(-r6}GBZfqIx8saY@%Ulj`14ewfup5pFnsV$^hGI5g)ZTq?>0uKT# z-#F9NS0=#8`)={&T|A@Zorx+Tium&cchdb%X@py$F!K0hyZwr(>&3B5EeSh|)HRGV z=1MlsG;l1Psehc+fT{cZV$gW|@ydnH97m$6ybxpV6CRa~r1)b_Uz&1Ow(tIqWsgn-Z;9`(@EXQko&|I zA|aFv`Y}=7(tfo${?(SC>*~+ovP5h>SKHl%_a5cE(Pgi4?z@lGR4b{?#I0Q)zrr&_ zL9u@KiTm(U9*5iJO<$u0-^|B3A>Lg3Pufd;{+ssvg5sQ27IgST)aY`5KH*FbG`~A6 zp=hlqqvME7Q}&&Mf8*6`qpfMQ3c&4W+YQ%DFy32wY?$@8KQ!lYj!xc*dn9vUG5cb$ z5FG#QXZQ7cOKtuS0_MLrxlL|va)J=Is_tbe_-Jxl zDG5CPl?Bn$zBiE)#ur^OoBkt=yj3=V>?7pCYxaltS*Rk_sv@v^drRS1YGO`;B@Gr7 zWysp2VqQC~(G=7KlC30#5QWPusMe?R-&y#TCGhH2{Imle~celS1sx`OaHowG&Xc1<`FrRgKTY^yMEkd zQ-o@qe=objMg0ZKGlF)ZSrh{lB;q?lU@$k}WoU;2s5qBP}Z8zF| z(0}gQqzR-LJ28Bl?ZW|ZVE=aD>*J%9=B{b4OUFQF6K}hrwn(eZuYjAFmg>*Wp)34= z&@2i4LhNPOlTu-r!?v(CLH%12&UR3-S{v8w$oc+Y?xmF1*t<3{bB9F~)Ja)DjgoY1 z@A}{0)1`x;jPNeY!;Rd_snYETUgQ?woxOTzJtrukgVoD9=^`N+vk zis&msOd=pq#lq>j&7>DdS&^#bO@CjfkDCh$*vr3Lf<{r_l*p%^@xi<=0_Ov)X{Z7~ z!EC_UwDAu3;rSWQgR($713)y!I>!b&fK) zMxleu^=zY&cQgxU_a;>ORMF1(S=D69RY@Mtf|;>PNC%S-Kz}swFG28RjG+AjhZ|p3 zm*8(9)4xd9rB-Fk=cbsp4fw26@WssvI!?*`;J{pO4v*uympT+->pxPh*W_vSf(1wbGC2)h+g<5s6yt8>(!dNpW29u^dVHCh^7rl+6h$+y627y$s~H+L8OV4qJw6c zy^$@6^t9~Ko)qgA!bsO(g@P#u6t4oN{PC$E%hUV(_&mDJvwP@x?I$N$qhlb62_IU+6Du&v;hoEOTJD_ETI-{e0+7Z*L_T>u14lq%O>U6$45ggp|N~b{Z z%YsSpX#CvYA18kEM-h|=UvlmGd^&yHaq<|mMQ%x}bgU4sg;RWjPX<`k@sOg1G1Mrl| zYCgeiiC{6A{RxfeVrl=q;KbVjiq=o-a{oE^;2>Wpj@q}&Gc1dFR zRDmw5=fz3?PWoZqX0cxmT^V->h&D!pqcr&Ba8u>^rNEaNI)y*3ow{B)hJAJNd$6aOD<(>LE`ThLEpse=WDu+3a4Ng)m*c1z%#vhSrJgogTvldvD*6 zN)py(1+6qL;?}pVcvc&(Ic6{xtck|y7oXd(gkj!@eii z?uxAUzZKc3mjHurHP+P?`EB6)YR+Td?fs^e64NGEl-V{$AOcL}b+KR`I8QoNwNv(j zYVaIU#B7(awGb4UJHm5NpkH0;^uqntNMTnV%)Hf-d|%F9n!_=;q2yI_6_h$SVu94!s?cRGc z30_TDd&{!mZU(@i04TF?+};)*W5hDq%=LU#^79cPsNaTFj0dgLt>BnNgA+D@%zD>_ zfsPq*0vD zfZczde>kBj_)oK98qbm6`2z^1gRBv?j?hpoMf1R&GVgnXHvq)B1fQ&D0B9qeA!EGi zd47c*r&5@fi302c82>8MRKIj zoKlhPG-v*0ya}gC&wT-xWT3__dO6Xcc97i34EgX@KuR;P^;^ZChN{;tfQfnY_b>RFalj}CluhiP z4N?t|*8u@@AY5Z>^Ju5en8t7wzwz@^0~aeL*aPYV5FTyME~I5-if7FO<39h}cbn{r zAlB{_TPXuYjzuX&hGq1JYjKumUj2LoQzy~Fl$pJ@?FZ4rd@7GswP**}db^X2E7qna ze{B1FqVh1~E$bW@7&r!xyNfM2>i3)2KFlow@}}NyZh~5dZw}he?_|jHNDtCg4aK$o zEc4HP0(AeKhFSAMuxnym3|`~PyKIaJeHf<)%mMGr;=B2apuvm?W8gjLaf54#Kv6qr zw0;VLu}_2R@5)#aPilVP3yCp8LPF|F{+Wb&R!rYxp)X5yOUt$$Ws!E%%++EnopyXC z4bu(UpAF&%;j^2A=?deUDo~vVPEWTf*HbM1A;q*q)^^u8T02<uK87*p^2elLjOuB?Xz*&A~Mg?w}mt2IB_=0t&0U#lu4~0tYaXYg62xm0=t_25{b) z6W5u>cq^^p&kKNd0Kn9#D;T}YRt_SngDLu~O7C z`;#h8JK`n~0?j}|e&%o!LAou<$Vgzq3@`ImwH;##CjZ%^r-OFohG3)Rs!J?@QUj!0V9j+NXuVC1;^1=La?q=4eK ze7az+Mlb0cz3b_&Q2y{Ic%+H61z`z;@+|(g@iu;)afn5t?l90Qrvd`=fQZEeT2J4V zF4+I!438-g5ezOt_A0v2&&)XatHpTOQ>e7n=qxLY5eV%sc~29*W)h6%0#^m-`?d;dV@Vk0Gg>8|LXbwcM}G1g4cW(L<4wu(%s?nwS06=x^L|RTA!)@ z!mEARnGXs!i$S>1>Kx3W7-wSbCH3c7g*&H;sy5C;+oUv$(J`d8G zDhpaowAZJW^^M2s%R0?lF)QzSFt<(0r zAI^D@nRg+%OdT5*GltL<$J77SFKBffh6!FBfI}hJkKdV$h}uVVS!VJM<$Xr{_|X#@ ziJ!NwT=n`pTfWI^$FG6pzICP4r>SDv00;fw6(tY)l_B>lzwhgVL4}1p(9(%JPXgzf zE*MAVm%xG#>Og5WI$D|WwFfpYxCvI*w5u~te2Mhg(63(t0I~k}Bm8eCzTmgqfZg&N zzYBB*F(wOC;#&8)b7#kaI+-tmr7v~ByC4K-fzoE(VJhG!r_LbBUG}h##nd9X?_=N5 zDDZ;&Q*uYK{>H{-`Z8$esh&6`MHeYw%BM_=e|s?y2-gs^pKDgKJ@wsDAaKn1DX-D0T%iW4x(6^8An`bMZ6@uAw@QcVM3RJF zX2!5#|K@1* zF`|pJ#?2fD5}z7J?QVz)48`M4=f(;C1@X!BPOx^2X$_9BsGJi$!7~Kcz?cVJ*aqyO znmihOP}ILbtwT+wPU+3Ri_tgNOPCYTD<64JFnkb3%wydS=^q)(KX9zNP< z`wEug%oj4ljpdkGPtMtXdkN>xNgiLqD9e4S&8*vBFYX+`F{fwH#2fH;ze&4iL^S^n z={VEP5fdo2oWG8E^Cv>kgZoSGK+SUyfL2Xl1W(B4QMXaas6Of1B@ylGXKg9 z2gA#)-3-@iDkDgvKuSFJ{edyqIlw1b8F4{>a`B3zdzEtle~ani5ja-;b^bKK}}GN2R7z|l^5Kyv)A z7T;KObmKQS*IIQ=-MB`O=*_ps4{l`DlP#(*5iom#4sd?FN8z7(!G@J)q#M^}BHUb> zu;;+L0(U9q^Lg6Qd@kkoD5y zkFYxl-ptHMiiB2B$d0l^e#kWgEt~S5^Uv(gK72dGF{I>EQg}mqQC(up>g}=Tzr!d> z-rFyP<8OYqbifVSCj!e)Mrr_Y;oBg(B5iLuY6S#r$mb$WzQl)}L G@c#jk1fcr> literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/right.png b/companion/src/images/simulator/320x240/right.png new file mode 100644 index 0000000000000000000000000000000000000000..f07ca05bf283c6286030052feeeb4bd5be2dbce5 GIT binary patch literal 40325 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 Y=?msl3*Q<6rtu{$HGS20%2vVu2l;Yq8~^|S literal 0 HcmV?d00001 diff --git a/companion/src/images/simulator/320x240/top.png b/companion/src/images/simulator/320x240/top.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc1784ee2860dd9ffa705850dad1f93983f6aa6 GIT binary patch literal 439 zcmV;o0Z9IdP)B#)F`Hw}IF6?V%{>&{k39kQfE~Hmm5|HPEyeXQZQJ&AA|-?e;5vE) zN_X@X^yUh9nx-H{Jps)H0C2?RN3{(nmGbbJ13-LD>;e#8Zhw0MfLyrT1Fn1*0{{TF hH~|9y5WxEO-yc}D#MSsetupUi(this); + + // add actions in order of appearance on the help menu + + act = new RadioUiAction(12, QList() << Qt::Key_Up, SIMU_STR_HLP_KEY_UP, SIMU_STR_HLP_ACT_MDL); + addRadioWidget(ui->rightbuttons->addArea(QRect(40, 0, 110, 35), "320x240/right_mdl.png", act)); + + m_mouseMidClickAction = new RadioUiAction(2, QList() << Qt::Key_Enter << Qt::Key_Return, SIMU_STR_HLP_KEYS_ACTIVATE, SIMU_STR_HLP_ACT_ROT_DN); + addRadioWidget(ui->rightbuttons->addArea(QRect(45, 70, 100, 160), "320x240/right_ent.png", m_mouseMidClickAction)); + + act = new RadioUiAction(14, QList() << Qt::Key_Left, SIMU_STR_HLP_KEY_LFT, SIMU_STR_HLP_ACT_SYS); + addRadioWidget(ui->leftbuttons->addArea(QRect(32, 1, 80, 35), "320x240/left_sys.png", act)); + + act = new RadioUiAction(13, QList() << Qt::Key_Right, SIMU_STR_HLP_KEY_RGT, SIMU_STR_HLP_ACT_TELE); + addRadioWidget(ui->leftbuttons->addArea(QRect(55, 220, 80, 35), "320x240/left_tele.png", act)); + + act = new RadioUiAction(5, QList() << Qt::Key_PageDown, SIMU_STR_HLP_KEY_PGDN, SIMU_STR_HLP_ACT_PGDN); + addRadioWidget(ui->leftbuttons->addArea(QRect(55, 115, 80, 35), "320x240/left_page.png", act)); + + act = new RadioUiAction(4, QList() << Qt::Key_PageUp, SIMU_STR_HLP_KEY_PGUP, SIMU_STR_HLP_ACT_PGUP); + addRadioWidget(ui->leftbuttons->addArea(QRect(55, 160, 80, 35), "320x240/left_page2.png", act)); + + act = new RadioUiAction(1, QList() << Qt::Key_Down << Qt::Key_Delete << Qt::Key_Escape << Qt::Key_Backspace, + SIMU_STR_HLP_KEY_DN % "
" % SIMU_STR_HLP_KEYS_EXIT, SIMU_STR_HLP_ACT_RTN); + addRadioWidget(ui->leftbuttons->addArea(QRect(55, 55, 80, 35), "320x240/left_rtn.png", act)); + + m_scrollUpAction = new RadioUiAction(-1, QList() << Qt::Key_Minus, SIMU_STR_HLP_KEY_MIN % "|" % SIMU_STR_HLP_MOUSE_UP, SIMU_STR_HLP_ACT_ROT_LFT); + m_scrollDnAction = new RadioUiAction(-1, QList() << Qt::Key_Plus << Qt::Key_Equal, SIMU_STR_HLP_KEY_PLS % "|" % SIMU_STR_HLP_MOUSE_DN, SIMU_STR_HLP_ACT_ROT_RGT); + connectScrollActions(); + + addRadioWidget(ui->leftbuttons->addArea(QRect(10, 245, 30, 30), "320x240/left_scrnsht.png", m_screenshotAction)); + + m_backlightColors << QColor(47, 123, 227); + + setLcd(ui->lcd); +} + +SimulatedUIWidget320x240::~SimulatedUIWidget320x240() +{ + delete ui; +} diff --git a/companion/src/simulation/simulateduiwidget320x240.ui b/companion/src/simulation/simulateduiwidget320x240.ui new file mode 100644 index 00000000000..b1a970a1edd --- /dev/null +++ b/companion/src/simulation/simulateduiwidget320x240.ui @@ -0,0 +1,206 @@ + + + SimulatedUIWidget320x240 + + + + 0 + 0 + 825 + 292 + + + + + 0 + 0 + + + + + 825 + 292 + + + + + 825 + 292 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + 174 + 292 + + + + + 174 + 292 + + + + background:url(:/images/simulator/320x240/right.png) + + + + + + + + 0 + 0 + + + + + 174 + 292 + + + + + 174 + 292 + + + + true + + + background:url(:/images/simulator/320x240/left.png); + + + + + + + + 0 + 0 + + + + + 480 + 10 + + + + + 480 + 10 + + + + + 5 + false + + + + background:url(:/images/simulator/320x240/bottom.png) + + + + + + + + 0 + 0 + + + + + 480 + 10 + + + + + 480 + 10 + + + + + 5 + + + + background:url(:/images/simulator/320x240/top.png) + + + + + + + + 0 + 0 + + + + + 320 + 240 + + + + + 320 + 240 + + + + + 5 + + + + + + + + + LcdWidget + QWidget +

lcdwidget.h
+ 1 + + + ButtonsWidget + QWidget +
buttonswidget.h
+ 1 +
+ + + + diff --git a/companion/src/simulation/simulatorwidget.cpp b/companion/src/simulation/simulatorwidget.cpp index 1373e1c6f1f..05a7f8e0801 100644 --- a/companion/src/simulation/simulatorwidget.cpp +++ b/companion/src/simulation/simulatorwidget.cpp @@ -136,6 +136,9 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato case Board::BOARD_FLYSKY_PL18: radioUiWidget = new SimulatedUIWidgetPL18(simulator, this); break; + case Board::BOARD_SMALL_LCD: + radioUiWidget = new SimulatedUIWidget320x240(simulator, this); + break; default: radioUiWidget = new SimulatedUIWidget9X(simulator, this); break; diff --git a/radio/src/bitmaps/320x240/CMakeLists.txt b/radio/src/bitmaps/320x240/CMakeLists.txt new file mode 100644 index 00000000000..d5a44f9d277 --- /dev/null +++ b/radio/src/bitmaps/320x240/CMakeLists.txt @@ -0,0 +1,32 @@ +set(BITMAP_SIZE_ARGS --size-format 2) +set(BITMAP_ARGS ${BITMAP_SIZE_ARGS}) +set(MASK_ARGS ${BITMAP_SIZE_ARGS}) + +set(BITMAP_TARGET_PREFIX x10) + +set(BITMAP_RLE_ARGS ${BITMAP_ARGS} --rle) +set(MASK_RLE_ARGS ${MASK_ARGS} --rle) + +set(BITMAP_LZ4_ARGS ${BITMAP_ARGS} --lz4) +set(MASK_LZ4_ARGS ${MASK_ARGS} --lz4) + +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_splash_logo "${RADIO_SRC_DIR}/bitmaps/320x240/splash_logo.png" "4/4/4/4" "${BITMAP_LZ4_ARGS}") +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_masks "${RADIO_SRC_DIR}/bitmaps/320x240/mask_*.png" 8bits "${MASK_LZ4_ARGS}") +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_slider_masks "${RADIO_SRC_DIR}/bitmaps/320x240/slider/*.png" 8bits "${MASK_LZ4_ARGS}") +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_volume_masks ${RADIO_SRC_DIR}/bitmaps/320x240/volume/*.png 8bits "${MASK_LZ4_ARGS}") +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_themes_masks "${RADIO_SRC_DIR}/bitmaps/320x240/default_theme/mask_*.png" 8bits "${MASK_LZ4_ARGS}") +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_themes_alpha "${RADIO_SRC_DIR}/bitmaps/320x240/default_theme/alpha_*.png" "4/4/4/4" "${BITMAP_LZ4_ARGS}") + +add_bitmaps_target(${BITMAP_TARGET_PREFIX}_bootloader_bitmaps "${RADIO_SRC_DIR}/bitmaps/320x240/bootloader/bmp_*.png" "4/4/4/4" "${BITMAP_LZ4_ARGS}") + +add_custom_target(${BITMAP_TARGET_PREFIX}_bitmaps) + +add_dependencies(${BITMAP_TARGET_PREFIX}_bitmaps + ${BITMAP_TARGET_PREFIX}_splash_logo + ${BITMAP_TARGET_PREFIX}_masks + ${BITMAP_TARGET_PREFIX}_slider_masks + ${BITMAP_TARGET_PREFIX}_themes_masks + ${BITMAP_TARGET_PREFIX}_themes_alpha + ${BITMAP_TARGET_PREFIX}_volume_masks + ${BITMAP_TARGET_PREFIX}_bootloader_bitmaps + ) diff --git a/radio/src/bitmaps/320x240/bootloader/bmp_plug_usb.png b/radio/src/bitmaps/320x240/bootloader/bmp_plug_usb.png new file mode 100644 index 0000000000000000000000000000000000000000..eeac94fb2fcd2f8a6d495a5c96aa96bc71b60aca GIT binary patch literal 7114 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 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/bootloader/img-src/horusboot.svg b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot.svg new file mode 100644 index 00000000000..9cd039a8a50 --- /dev/null +++ b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot.svg @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + HORUS BOOTLOADER + Write Firmware + Exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Or plug in a USB cablefor mass storage. + + + + + + + + + + + + diff --git a/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_OKKOicons.svg b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_OKKOicons.svg new file mode 100644 index 00000000000..9a3d46c5f1b --- /dev/null +++ b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_OKKOicons.svg @@ -0,0 +1,1322 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + + + + + + + + + diff --git a/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_connected.svg b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_connected.svg new file mode 100644 index 00000000000..26a3fbf9c48 --- /dev/null +++ b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_connected.svg @@ -0,0 +1,1438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + USB Connected ... + + + + + + + + + + + + + + + + + diff --git a/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_file.svg b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_file.svg new file mode 100644 index 00000000000..26d879bb672 --- /dev/null +++ b/radio/src/bitmaps/320x240/bootloader/img-src/horusboot_file.svg @@ -0,0 +1,3057 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + + + + SD>FIRMWARE + opentx-2.2.1-X10.bin + opentx-2.2.2RC1-X10.bin + + + + + + + + + + + + opentx-2.2.1-X10.bin + opentx-2.2.2RC1-X10.bin + opentx-2.2.1-X10.bin + opentx-2.2.2RC1-X10.bin + opentx-2.2.1-X10.bin + opentx-2.2.2RC1-X10.bin + opentx-2.2.1-X10.bin + opentx-2.2.2RC1-X10.bin + opentx-2.2.1-X10.bin + [ENT] to select File + [RTN] to Exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SD>FIRMWARE + + + + + + + Writing Firmware ... + + + + + + + + + SD>FIRMWARE + + + + + + + + + + + Writing Completed + [RTN] to Exit + + + + + + + + + + + + + SD>FIRMWARE + opentx-2.2.1-X10.bin + + + + + + + + + + + + opentx-2.2.1-X10.bin + Hold [ENT] to start writing + [RTN] to Exit + + + + + + + + + + + + + + + + + + Version: opentx-2.2.1 + Size: 1234B + Platform: X10/X10S + + + + + SD>FIRMWARE + opentx-2.2.1-X10.bin + + + + + + + + opentx-2.2.1-X10.bin + [RTN] to Exit + + + + + + + + + + + + + + + + + + Unknown File / Format + + + + + SD>FIRMWARE + + + + + + + Writing Failed + + + + + + + + + + + + + + + + + + + [RTN] to Exit + Something went wrong + + diff --git a/radio/src/bitmaps/320x240/default_theme/alpha_stick_background.png b/radio/src/bitmaps/320x240/default_theme/alpha_stick_background.png new file mode 100644 index 0000000000000000000000000000000000000000..2018751e8c176bd895066ddb5bd3260b3f7cfd59 GIT binary patch literal 4823 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 ZUT^_VZ^zuD$8=aDKut+ou?A)x^?#R26f6J$ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/alpha_stick_pointer.png b/radio/src/bitmaps/320x240/default_theme/alpha_stick_pointer.png new file mode 100644 index 0000000000000000000000000000000000000000..62953e43ac39431548323341704ebb528fea18a6 GIT binary patch literal 1823 zcmbVN4Q$k8814l#VL$+X*gznqfIAqy{@fo|IgYWrxdS@qcHj}1(6!&~n%%Xf?Y0|- zI*I%YR05IAu!s)lh=fcMF|Y^$BE$%08v|XY80Llpg5to9n79zX-fkB#_{Sx^e*OA< z&-*^_Uuz2so*$n+H61~a@&0^ok#RS!(P{8sy?J#byp2)vS7~ss)3{7a%=Iw@d2CP& z1oa@hoZ;oDg%jjbV2MQ)h(?fwo|wY%SEL76DIv0pzwiJ_w4#$K|sB&+0tu$aF= z1;rZ*0{n(@-X&n3Md-p90|}x)=g?R*B56#_jU{*)xHh&43{61vayOP^7(|0?A(|_z z0Cia?oF_>Nb;6a+K`(H*oKEL_lqP8_K{^Q9j?-4g?qnz%n*3qVqAG-#B5z*O9(;0R zVO>`kf~cyhvQ$|uvRXz^E|-fSX@aJ4h`_aKN#|m?q|F*(@B)ojMMW272{jnGQn^BR zW6;}S8BrxgD{0A4!JrW_P9Z1@X~;?d1wMsSD%42AxWE%20-`|DHHf8BSS2j$vKE&A zhC2270Ru3+ESs|NP+y|alnG7uRYDobfIJkf1*#Q56ah`HP z1F{?$Nmk*A%P4KPSWz>}@uFmin0wz5;N^7S#$euPoT72k6(F6A)yB|{Y>Hw?au~|W zf*7h!L2Wom;gmftJL$}lt)NG4Z~$SO1p zy|X5~U|Gg5X*wtI!0&ZqP_;!A1;)lXY&>bB@Q};O;WpO-8ec&1usj{K;Be4f2vClZ z^In;+FmgL`UihEqUr^~qI4L=$zuaJ*69Zj3h) z3j{2=Ek1GthH0z90FwSgx`$z!9MY>e737q`X#IzRBB1+((Tl@Mh`)+Vyt}V&N8oT6 z7|YZof)A-#1|&GZR5+IRW$2n@_vTpEMz9-A7w)p0(ATFS)gMSu<;? z8;8GjeZSdvwgKJN^X2^M6%(^oUmiC-yI_zn?Ela=FR*6bF?0Ub{r8a1ibb_EbH~;1 zjx=t0R{jdT)ZX)34YIeSB*-4JN*#^Q6yG>E)1kKRoN{s6>6iCJJm*&ZAN@M-ZtR{Ein_1F3amNl2O zoLQ?*=(OG#yx7n_X=ugQp)G69H+IVF%H7o@X->F=gb@y%%7Ngw)r|5YL?dRVABCG3QXP4M})_RXB9m;eLN$Vyro-xNa$@$Br zthKvZDhKJK85v#Q9$MLQdtgj?<@O^_95-)0i5#17>eTF-xxN{}R+_7itb-@4k^{Mzpa%h#+FEWSN`#~bR}Hpdr@dUq6=hQ9fV zdDr6Zra9?ty_@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + H + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Radio settings + + + + + Model settings + + + + + + + Screens + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Statistics + + + + + + + + + + + Channels monitor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Font extra + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Textline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/radio/src/bitmaps/320x240/default_theme/img-src/timer_calib.svg b/radio/src/bitmaps/320x240/default_theme/img-src/timer_calib.svg new file mode 100644 index 00000000000..18c003bf546 --- /dev/null +++ b/radio/src/bitmaps/320x240/default_theme/img-src/timer_calib.svg @@ -0,0 +1,3675 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 27 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 29 + + + + + + + + + + + + + 06:34 + Total + TMR2 + + + + + + + 02:17 + Engine + TMR1 + 100% + + + + + + + + + + + M-POS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PgDn + PgUp + + + diff --git a/radio/src/bitmaps/320x240/default_theme/mask_busy.png b/radio/src/bitmaps/320x240/default_theme/mask_busy.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb29d57a49b0c97d2afdc9c3b80be0c74d3fa6a GIT binary patch literal 1690 zcmZ9Mc~H~$7RA3mWK)P?6NnXsP!?q|frKTBVhkEEXjp|J5_TyG1W29`RH$HB1bJF$ z5JI8sC~E~o*#&u&T_{jxN5UeDgdG%Y9A`SycW3TBbI+a6od0eN`SL~Bfx`y?05EeR z!CIiEUt3%-K!T92kU*5(iPn|?u+#wvj|5;xV1>^Dz(fJ?fdT+782|-3_odZo!9mFF z(nSLJ5|z+VFWC0eiH<=4NXUL|2&8Zo1*RCo+|o>J7J@@supgQxEC3MkF(;g}b!f`D z>P)p^%6%Cb8mbtg%tz9AS)|y-E%Cdv#AMNC$VR`CU;3N24UrUg*f9S4)_rxFZ4npV zv-yo`M7DN7nf4u$l-D?vh(_9|{Dn>Jkj^~EZmc{8_@YaB z5<|TMf2@JM+~K*YpN6M>=fJK0+&LbU+vY9V<6Nr+^rf(2twR_j+?kePM(KbR>F-u@fyBEIiw!LLHPsoM9e8wLgHtKiPDN)0%3;B0)u8qDQ3!{@{kb%!CPKy z`?|P{Rn0j#WnHSQp+Az#?q1ktsfIVJ)ITcubOZ#ws4L9m>_6fbFKZQ%=5*-)+=)P+uCM=f+K#%@-?mT87DgWwDrmK zPzz_PJw2m@zGa)qc{BIsyLJXm6Y2FL;X0>!D-=Z|#v1)N*F1#oYp+L5XCE`|8fEEw z(GM7xqPnlXVgC;_@L%sGv5zrcP133Y&es?hjZ>IUjZWA@fLi_h`fT;8udQmjOLfkQ z`P#KdKpQ-~XpA?xrNS%Q3hUK?LC@98m$A>&jDzVtZ8ESAm1APGQKTVl*IfHw#A`8lYs!eCPtM zBv&_=xeXF`;S_^4+1=F*dfE#&2B~{|khw zA0X7?u~CPdk2`68j%)(tfNaIdLh4YzEC%GiP4&cx>zD1O0cweyguSe^$b1~efrs@A z+?N2Ex;F$jkoWp4B~)sIw>EL|1<-l!z}$HC&n)4AS`YcBzwsy9?;LG4S!T~lNgMu& z$x^YgFE&3M%tLp(+&&BJR;p56dphWGqMc&Lm@&8PI!Miy{XT43rf;V{Vsp&4pTn9+ zrarzial>kc?Z@*e_mt^=+Fr9FWtEYIJe5{ewBbN*_b=UuuQdD%_Is>WAwO>Z1x%s4 zHR=7#Ufr)`a^b1k#F?-%5>+=lP4V?c`145Q9r(M2#ghL z_j+73CmR{kv;HN_37R6uk2wjRE>L5bIWRn28J;-zKu>`HJ(M0s2Zh!_V{K7r90rBM z7-^wUI208>Y;G@7@VHLH^8;&UY-EZ{3n6oL-Pz` exYFqVAEJ*#>wjZ3tof+|2AG>&CKTf-cmD>iQ2e$4 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_currentmenu_bg.png b/radio/src/bitmaps/320x240/default_theme/mask_currentmenu_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..34d53d60a4cc6d26d7371c86c6744529a6546f0f GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^;y|p#0VEhEev?fCQVPi)LB0$ORcZ_j4J`}|zkosw zFBlj~4Hy_+B``2p%>e2tn6oR;1}MRlj`)5S4F<9u?01nc627mRL>8jnxsvjIVv+>9Tb9Di5; zFkxn9Zgv%y4tZqH@~1O30SG$&Ge13iNLG~hOrWag$8mn7yEpj%>WWoQi1 zqaO5eHc*cwNKbHnT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MGT&I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9fnimzvJsHSS>O>_3^e&V2s1iq%&q_m zvX^-Jy0X7uEal|aXtCZ|J>it*tz!2i{XjC-8y5(%$8gGjn)VX zD9ZbM0CZfbE!Vr~JtCB{~U X#t=Q~K_6!W^)Pt4`njxgN@xNAXby5} literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_currentmenu_shadow.png b/radio/src/bitmaps/320x240/default_theme/mask_currentmenu_shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..dba9ca91096f6db30a861e562a95ae0a2b04b0b9 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0vp^55Hn!&&zUNC1@pbb!hDaqU2h2ejD|C#+j9%q3^WHHd>>mbbNq%pe! zD9B#o>Fdh=f{~w5n>Xt4Ly!&AJY5_^G|s=hY|C}XL7?qndAYjMkLDGvc#>^FDa|c$32_v)zivY%Rlzg>CKW~OhwUar)Pp|G2I^t(boFyt=akR{02wcp=>Px# literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_edgetx.png b/radio/src/bitmaps/320x240/default_theme/mask_edgetx.png new file mode 100644 index 0000000000000000000000000000000000000000..78a3ee138e6c762f62c6659db495f8a41b5b59d9 GIT binary patch literal 623 zcmeAS@N?(olHy`uVBq!ia0vp^qCm{g0VEjo3~z4-QVPi)LB0$ORcZ_j4J`}|zkosw zFBlj~4Hy_+B``2p&0t^)^mS!_!N||3%^P+2p%()Kqn)RVV~E7%WE+dthwEovY?}YbFpXV&Pr&Kj+dt?x zt6rYGcam8Zzn@3UJB#4|hkrla+I~DGcT1$i|GO31Cl3g(yIcD#O!M?y{rz?E)rzM- z&A;mB{qo6ubN`(zmU5mlKUSQ7x?NTViZwXbjP# T9`tcGP!EHrtDnm{r-UW|m7)Nk literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_error.png b/radio/src/bitmaps/320x240/default_theme/mask_error.png new file mode 100644 index 0000000000000000000000000000000000000000..f96aa8920df6d6274cb9363d28ff2df1eecb3075 GIT binary patch literal 1743 zcmV;=1~B=FP)004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw0007WP)t-s|NsB?_V%!_uxMy# zWMpKfrl$1t^#1<-jEsyA4-WtU01XWd)z#H2D=X8})BXMZfPjE-aB%wi`XwbL9UUFb z&CPFbZ*FdG!NI{B8yg`ZA<4+3&1KR`f0 zqN1V(1_qXvmgeT>Ha0fi-rkauk_QI|0|NsS6B8I17y<$U1qB6>k&)Wk+AJ(AVPRp? z($eSW=g`p5Sy@>!GBV=g;(vdCBO@cu&d$Wd#E*}U)YQ}}Dk?56F4x!B&(F^$CMJP_ zfdK&l#l^)E5)ylRd;9zQ+1c3$2neO6rTF;xcXxM(hlj?-#v&pjgoK3m_xELGWgs9R z$jHd>@bGbQaZOE4^78UuUtjI*?Yz9awY9bN_4Qz2V4ItpczAdY4i1->ms(m{QBhH# zprCwwe6Fsp?Ck6?Ffc_$MW3IaLPA2hxw#e=7M-1)>FMc1LqmRkemgrm-{0SvnVAFx z1dx!B;NajlH#ajgGvnjqiHV5;007`T2i+eFg;uC@3h>&(G7*(JCn^O-xMo^Yi%i^-oStSXWp7 z{{BToMDFYB?ds}8Lqlq6YQ4R^92^|MzP`M=x>ZzE?CR=NQ&Uw{Rl2&mXJ%&B)YRD4 z)@WvCbaQi_oSdPcpmlR|E-fvqtE)&zNK#T#^Yil_9v(S4IkK{{SXfw6K5Z)i0004E zOGiWihy@);00009a7bBm000XU000XU0RWnu7ytkO2XskIMF;2s4*@Fc!dIhQ!P(+|8MTQy$E21K_L2!T*RE$+Biq-{)ia2pq#ff`D z6x<6G_uiB7Ct0#cF4vOYZ~A`g`@Z*by}P`81o59k6QB+3*B@W63(^B%2-0C21cv|* zLPBx%#sPrEz%WdMP!nem9)YJ1iv&Cd;VofslwdF<8b_}g3Pi-jVi?4kdkxHS7z>C8 z5)2#ew?TqMYLGa>Uwu+CkRc`2PlJ)8wtPOqT zYn-jOxuTNeti`=tRJm`xt4eZr3pa9Pup}KpmCL6=wKT}W`J0!ZmyniCzVw^7NZ%d@ ze`qyMS+e*Fw*cw0fPudVTWKj<>my&S6|(m?dmGCdx65Da9p1xjr#wffT`Zdf<)ePL zH+>x(WbrIrx(A~7CV4T~2M5`H_8bqmA=-Hmtv_@aY6P|QStJ>qLc#ozqez2ePPh?d zy6tuct)P#eK(C`>xQnuW_L$t6U z?%q>Y<&#^i7O?~OA26H&^Y9U(94TFbbRrYc+SbB@X+@N!5ig&}1U!Bstf2iVs{TwP z8a%h48eY5<_TUw=ZmAaZF606Lc>RX`6K(Bp(e-zgyuo`jx*_|+$7X_P{`A?2uGjLB zSC)_H!NTg1Db5bYX3905UK#G%YYO lEipAzFflqbGdeLdD=;uRFfb=l@tXhu002ovPDHLkV1f^w9>xFw literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_menu_model.png b/radio/src/bitmaps/320x240/default_theme/mask_menu_model.png new file mode 100644 index 0000000000000000000000000000000000000000..38c644adfaeeb57495fa53ca8bb4af508238d128 GIT binary patch literal 600 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I)jeGtLnJQePTcEtIDnzm|B{oQzI3(1o#1j_1|Fu0e4BqVoGT7ai(kvYu(LzfdQz3uRijOFD;%48PCFjzQPDWA zqA@qYsmM@9*VB*5U1;;Hxf7P`+3`o^o>zOmqzl zbq!5J3=FMI46IBnv<(cb3=9^W>P$t^kei>9nN|tXV5Dnkq-$UiVq{=tY+_|(2GNjs txOF*Dg9hA&lFZ!H;*!MN0(47^tqe^ddLDf}FACJd;OXk;vd$@?2>{xN*)jkC literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_menu_model_select.png b/radio/src/bitmaps/320x240/default_theme/mask_menu_model_select.png new file mode 100644 index 0000000000000000000000000000000000000000..90231d907e919a421e0e1948b7a611ac8015e17e GIT binary patch literal 671 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I^E_P~LnJQeUfk==#3!=DJm0}&Ac!>)48C+ zJ9T$}cVL3|1qEK;om;k=TBZuPy0C8baGp{sa*5lKS5&d;5$D210!?C0fq~C&uUEWX z^RMOnVF3may|-`QJr(_Q@l!4e zLTmIUW_9YVc3_$GW}S_wpZqBomnr2pRh!;CbXl|@%}D1-XNSuyQJ9Y#_PPZ=d3i+|%m%z5-&5u4Gy%4fg>A;T5jcE#d?q8ab`$@NFTIAy# z^V7>WIXuhw{`INj@@+gk{C`y{uPwA?+*b4W*_)7W*8f5dZoGEzlV81vz3SnEv5C8P zZ9L}k*Kgj!A6s(wPS|2Iz3S3}b=!Wn?ElZN@{M0;b>o$VtGmx!x&4uQQT2tRS<7{R zamk=s;u=wsl30>zm0Xkxq!^40j7)S540R1nLktY9Obo0{EVK;_tPBhmoa#(P(U6;; zl9^Ts(qN=(Xryak5n^OuWo%+)WCqcYc(`>rP=f~ChLX(O)Z&uF+yZn!{F)a=d#Wzp$P!#i~>{u literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_menu_notes.png b/radio/src/bitmaps/320x240/default_theme/mask_menu_notes.png new file mode 100644 index 0000000000000000000000000000000000000000..36cb46c22996c0172dfeb0079c7d3dfcd39304e6 GIT binary patch literal 555 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>dx@v7EBgyZenxG+!>2ZU zU|?Y6_jGX#k+>XsVWT%wp$Pkj_rJepo#uM8X34>Y3y&@+Fp$mmoRwcHHmhmbH3y}F zg5pfhU;MMyX-0L~xD;^R;qwz%ui&U(xBg*y`2Ky5+rQV^$i19r-X!}xqyLZb{F6qV z-*3P98LpbE$a~I~Z)eGm^>I6RW_mn+Y-uE&vUSrU4jzWTZVP~ZdA*KHLTB6Yw4n5E z55wY5ybKXu=Moqs%9t1qrqpNDGKS6rJn}}Ea6=yxowxz z$Cjz7pRcXm{Q2jm$Zdtc%I*~I|8(7Sx89`6y)#T>lP2Cju6ea~*4-T}=Z-cv-E<7R zbKX3b=|TAPxpPih<=@X16ue}s@AErmoi4)x{wMpx?sm-myB-)?swJ)wB`Jv|saDBF zsX&Us$iT=%*T7KM&@{xr(8|QX%EUt3z`)ADV8N-*R1^)l`6-!cl^_j9x`sx&1{NVk z23E!I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IV?A9QLnJQeUNrP(Dr9K;`2F9#PL@jnmnH^G+{!Wi zQc$+Q4$o!*kLCaYksFu93qEm&T$mLgf51?&h2!=+7F`Zr_LqELzHC@`X7l!g$MzjO z{C*+_!~H5(^M%LEAJ;KV;8;)>DdiF}qxZqLL=gs$^%9pqnI12l8x_|rYAcjdsG2%K z{_Z>L%q3x6DiPgFbvEtXzHi@em#CEyy%K4r%}+uZ0?v6zMU`oM3990Ku}82WRXF?Q zBt5NWm4f;tR)+fjUl=|3v^L3c9@f5-Qf4*dr_K-aCj~Cz%T_J;FZHpmCh5=CJ8zr= zeHj_<{n@waLqHstoK6*kLP#--5C7@M7uM`}dzMK#SoEWtbVk(gu+?`@?KtnSTkv?Y z$@w^^7LmxXXHQ)Ef4+FEVz=Dm&~xEQlNK*bZ5Mj|@@nzRN9R}#ww4}wJpJ_xmL*n2 zIk&gX4gAWV;uKyUbA9Fii+{Uy{%(IP{`cb1{44GeV+O+yR}txOE8Of0kw46F1?ka)OtIZ%TJ+=i0O+|=Td#M}aOON^}yO(1$6eLXJ<)WhKE>gTe~DWM4f?uz>N literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_menu_stats.png b/radio/src/bitmaps/320x240/default_theme/mask_menu_stats.png new file mode 100644 index 0000000000000000000000000000000000000000..5d32142f286ef9b372dca394f28f3f69ee78397c GIT binary patch literal 649 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IjXhl)LnJQeUfk%-RLF4ju27QHA9t=p^1Sl{p`X;N;1z^vr92d_@cY_nw;y!6|t9f=c{<^&#C5|sgm;O zX6k$v=F@y0ZSKeARhVycb!=Hztx~BN{@&x#<<~3Un9k*5@VS)HbX`-+Z?n3!v%Atf zCx(|#^BxCV9qxOhXO9wkL&;4n2>g_l|jLQf#uE~P4Cd}`!+E8o?e@q=NKB5w^haBM!aQZ z^{tb4)3)8uKlAnQ&7I$vFFjgxjVXomZcxg`H+}hK=G)iCvY$@|hNxF)*|;F|abR&^9ozGB8+hsxuWuLvDUbW?CgkgORSGk*?Mnv5A$D8AL~}U&Kt&9mu6{1-oD!M literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_menu_theme.png b/radio/src/bitmaps/320x240/default_theme/mask_menu_theme.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c4e39a0fcdf087f2f6f9579c8944eb57d07111 GIT binary patch literal 618 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IMLb;`LnJPj_HFb!oFLMAe(%p>BzXJYX&nWEby#5Oi?qmK`fNoVEykzW;iHi1Le>eC^ft zc0qq!7#kRxKXWrK=r!|W=h4W2uh6+^bZ+`ZMA1Ri)(J{yEqO8b7$sMfdzb-S)Po?nc~^wEIF9!S6+`c zSbFo=md*2vjHLD-FZ^RzRa@ZP@6dj(4pMBUo^W*>zB%~>FvwI(Tq8p{}86h=HM%iGh`gg|>l#m4U&6 zQ=O?O8glbfGSezS8jN%ejdTqxLW~Toj7_YJ%pe*P54SD{YS4h&P?DLOT3nKtTYzqf zv6Z0-M9-tI=S6{fBtd$D^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xDwgboFyt I=akR{07&BDwEzGB literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_curves.png b/radio/src/bitmaps/320x240/default_theme/mask_model_curves.png new file mode 100644 index 0000000000000000000000000000000000000000..c57aaebe76d0efc715ce721ba539b6a5cdb491a5 GIT binary patch literal 614 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I1w36GLnJQePTa50%qY>efA_teCU*{8@hY+AbQG3V znZ_lQc|%2Lvpn-h@shb3m{XTO)&^<|1ihsVx} z>k^XM>#zKlyL;6qOniaKs;%W)M4wGcKbQJ{2`|&tIUCEW_7&P#{AT68rpqBCX`J6M z**Cmmp2WI_2T#AoGSnZJ(f67CnpeQCDAt_8B3je)Nv=c1tCM?#QmnVVWLgpQ`%Q2A zW8b4!nr>(3ZI^Ru3FvsMR+`zX6>2Z|_2;5;GwylvhZd%;=3INU@xZnE_dgg{T&qv} zc|X_z7+jJit`Q~9`MJ5Nc_j?aMX8A;sVNHOnI#zt?w-B@;f;LaKt-w`MJYfjt7NbW z1|tI_6I}yCT|?6l14Anl11l2?Z36=<1A_&pI#W?J literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_flight_modes.png b/radio/src/bitmaps/320x240/default_theme/mask_model_flight_modes.png new file mode 100644 index 0000000000000000000000000000000000000000..2f21af6ad92629d90cf96a7fe16d0b6ab9aa5601 GIT binary patch literal 641 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I13XbiTHts^(*tuH)*0r^6@Q9H6PYbnVdjy9O3Xd1X+$;%fUpSN#*9Vz$2?0K@r zza)l+FEazX-*0mEWLQusTr^kvhvxEH>)#cB?52AyUbJ$@leJvpXP4ODjqqgnGR4Ap zrEpbEfM3GD88su3GX-?bPiZ8C1@DQ26=$5D}QFC981VZEupmhZ&1dm0jSx+blT z=iF7qneFWraa)K(N9omjxtX)ITGwVJUR(CeaY6aP!X7@ieBOxa=;XHwFT6M`raX9% z==UljX(zw83`?(#5|?>wt+26ef5GZqhZQtTd_KNui8t#N5xmIV(bK%(nb;!Nc_%-w zni&7S=+7)kww$A9rY-k1-7aWz>CZFgv&WgH1XaylW4k`?q9Pl^gn0eeIS;~9ju(a9 zp7&?cnfme?rs+jvQ?0~Tw+YC3Cal)pEylY?Y%I@0Ic6YZy zjQoZX1kn(IAqFD~0)|Ayun-A?6AiEt3>%^{v&4v+p=6Q}qrTqmE{qIZXwvre_4EDl z`F=m|y^VFXRrwR9OmMke`8C!4di0*;+~af6bHVx77ou05QQc^{Tn|ll?lG>N?FBAZ z?lv{pU^fKjiIN_316dD2cQR%mw98dCD`^0!3EEf)hE>gn4|IHvW2)@K7xDorU{t_} zTHR{G`K`4^EE$VxmYDS6DZe5bJJTeNr66{b4=;BDVhw>h ztU@;-Cb(%rq9_LQ2yTVtIjBe;YC6VH3`^29NeKkah!ijKESA1-6ws6vvEDy79S(i@ z@Q7_2B1t9^33q~Z>t>jw1wkMwhGZB5AqcBQvq6&3tip^3KeQxMHEdPaFvlYZ>CLte zN68Mch#6V8nw72;su`IC21&aqhgAwFOIe)JY(`VTWr>7Q7=xN^AuOH68WG*rt%!aP z*V*600-)*!0@)ZN<`Ro#Ls)iY9MMP@WJI(TY%w5N4=ugflwf5XrCI2(F~kZJ0$VqO zx*pB+sxFf<#_(7@hnSlKn@XttT2SEC|+6-I4jU{7w|I26EcO0&e5eD0c6Tc(14*>L1uX%a~bk?B`-KyMSBdzX9W0Q z$)`&zMSvEDXwM|^2d6VSHICGa5!Taa>2Sjr_mJ6LbVz5X9MTziw**uF?$}jPGgDJ& zt9FLjV*-6-4;rYUN}1>w`Ey?GdY5aAUgIwhdN&^mp3_#%F1Y%0*VuoyzBYAmuV*~n zSM0&#I-?hC>CD?9 zuhETnv?C4U4t~3IZQ06_wi%3&bFJ*Hs>Gh@B7!asP%>0 U9h=_ja*qF+%3A;7IZIak2dgC7{Qv*} literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_grid_small.png b/radio/src/bitmaps/320x240/default_theme/mask_model_grid_small.png new file mode 100644 index 0000000000000000000000000000000000000000..da9fdd56afdbe05087499a762b4fa09e275ba4fa GIT binary patch literal 2511 zcmbVO3rrJd950LwMQ}{fP2=Ns5QDhuJ=#L=q&TEJiWUtv8|r*q@2>Q;?bW+O3X0o6 z%+PEM7`W+to2YSa(M*O9Y}BDM&M6^Gk>O*Eg_#&flx>~j_FXBR8g#@a*M4{R`~UyH z-~aJ_t(cpW85J=;LZwngnX-(z;CGaA4GRU|ZC{K7->Tv6tof2kHDa`Kg{U@t{+db^ z4)c~gInO+sVg#p}W(6y!_Bh=NT$Mb-RB>`vqC zd{(i@%`48aFvZIml7(laK*=5oIB;?@4SAdnmqd9Cu-`8Q*2-fPhWrqDxdBd90z!G_ zxlo!QauBJ;5eCBuD2Y_tG&(J3W0J5pAOa&aD2}5TiQoi<=_s8B3VdJ?P-JaXt}!DJ z4%``FyDYmY6fG<)R2OR0f|!ruBuSzeff57)5QtRdl4%d(l41uu7&(a%dAH09E=ci6 zTZIDI00Xl9DxB`1TbC5b6v!Fsq1`C1#uQb4Aj<@C?gG)_56&_u=ir>2OO^l@4`SVR zK^7#t@D$g<*N+7N*)^MkF$U%0bOu96a{5XjBao0m(UPUe&7rxRBov4Ym%b9vj8)XQ zsWg$JWkIwEf@7doa|b9xgifu2;>|R}yA%;qA2H#Kw9FY`P&X}t;RvR;5IBXClm?%M z;}nMVL(Kxq+ln5C5=j7v>F80C)yA#j1xDKH^3>HNUT!KWxPhe|UURmK4rLH(;uQu( zfw=Ry6+s4&zb`48QRdA6GfJazEF5^u4^ok#WwhUIp`8OxpV5B(FiEho@CdMm3N5dQ>u(n4SqmPir7 zfp|Xhfz&c~+Lh0NJsgFfU(V2`W3XBbGT%d$qkVj{={I{qj=xp=`wV@u1^w?H+2sfN z85|wTGI(r(o8ZC6xj?2waIBThSoVTS6*|vkOtr*UEvoU(66u(;Lh*=0dmofv$+iBG z3nwJN_JvS=SVSrL!G_JN(#jg{g*S}fS+ian2J82hm6olIPcOAc@0c3DAmNk0*W5nU zwL{Z!x9A6H&FYKNzMJmuKks*mM;3oodA9R>mv}Jmr)$>|YO~8{z7qM8*Xs?bIk&sb zk)qfC?ps}U^1Vatw`1rFHqEGtkK<~yTbJpoJ;{@fE;vx#-P_yi^L-X42*Tbu)fu}^ zrml*s&Wh_^8yEWin^S74j0v^5ZH}=r!!Uwy=hm%dDcfQj-`d~R`UD?Sp50_!v1(O&m$+r? z*3w_@`eZ69%9+^i^O3{UaifOs&M5h&-MnbYlA5yK;>Oui(sFX+V=mQa#aT^I^!BQ< z-eVoE#>Gnx=UnORj9tGytqwxN$9%Va%a(~*nWOBnV>g%%9XmFw{51XJWxKZJx0v(g z>m1*{Sevt_{p!_IA;z=Zgng~ITI=F(-Mu@yP|G8s1Sajy7F-FgbK%{elCaIz9Ng=H}+h zmtP&XJ9pnlm6iOaGkYV+>C+dU#-hKrB+z8eo|dK9jT;XiPMY2{;zUD3!|~%`Q#YRf jtB2Y$a^1b+#(zRC%ujkhBD<$f`O9TW&oO>Eb7|?nA4Pg% literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_gvars.png b/radio/src/bitmaps/320x240/default_theme/mask_model_gvars.png new file mode 100644 index 0000000000000000000000000000000000000000..5e775caacf3fb8cee0307638c1ee0e6f33f5cb3d GIT binary patch literal 568 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I**#qxLnJOI|2f~l86i>k_V%wf!E^uhpFKWs>c|G| z_iEh6G84b7Fzk;SX0`CNR2wcq|jRE`PQC0*<=*pUOA!9=>yGX?Rp8xkZ&>! zC8<`)MX5lF!N|bKMAyJj*U&V?z|hLXz{zopr06bFG>Hq)$ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_heli.png b/radio/src/bitmaps/320x240/default_theme/mask_model_heli.png new file mode 100644 index 0000000000000000000000000000000000000000..83f863b1bcccde133dcda07952e530754e94cc1f GIT binary patch literal 565 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-ISv*}FLnJPjPB6?ml)%us|G#_J7QI{ns~JvAevd?D zs@oOzy2=){^)=o*aMN+QUhJO67n2?dX)+48t9W<)vWl2~Yv0qoAFJmJPS2d9)i3T{ z^>-a}gW!j+-zII5{j}D)Y7f(dDXnn^(V|DQ#3~ZiI9KxhT`@&vWzU}t(* zwd&F%fy!Xc)aC_i=HK1GbWni%2RA(xRhTQy=%(P071|wZV zBV7ZF5F-OCV-qVQGl+)7!>!AK8Z_WGlw{_n7MCRE7NA>VY-MNy(evo*c~PJq22WQ% Jmvv4FO#q-X&@})6 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_inputs.png b/radio/src/bitmaps/320x240/default_theme/mask_model_inputs.png new file mode 100644 index 0000000000000000000000000000000000000000..47c72976ad3e8591f86a4a151c7a94fe64500d3f GIT binary patch literal 590 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 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_logical_switches.png b/radio/src/bitmaps/320x240/default_theme/mask_model_logical_switches.png new file mode 100644 index 0000000000000000000000000000000000000000..57fedd6be541b3c5a645b4d7c36f3e74d758e5ac GIT binary patch literal 655 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I<2+p)LnJPzPVm)eE@U`1|NHyUTc=!qp4gt*vGc?P z*W!mQ&8KCaD6yN%KVA0Z@q=X@mOD~{OU%J0^Z_r`YLcV%6(zd3zT)W)Su3?A=h z&QV$EXYy@Zw2X>lQJI6P=e`|>!;`033#A-Od(7{z`+5n3%)N7KOa=W!%zg(=__*zo zDObb7+uqxau1c&u)!1|S#-cdR9ed8N*kX2Ne=I-Oi5;4T8PeyBf@9q$^DNn2_RH(w z%Y`Df|9o;1)LbV`f0oO2GQ^f@|>i;u**f5jlmObN%pMo4SnB^3< zK4tvI&ycZ7&ghoZH6PZ68T}21GbWni%2RA(xRhTQy=%(P071|wZVBV7ZF5F-OC zV-qVQGl+)7!>!AK8Z_WGlw{_n7MCRE7NA>VY-MNy(evo*c~PJq22WQ%mvv4FO#qY- B{c8XK literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_lua_scripts.png b/radio/src/bitmaps/320x240/default_theme/mask_model_lua_scripts.png new file mode 100644 index 0000000000000000000000000000000000000000..672219cc180874119d41b91590b3e7884aac3ed8 GIT binary patch literal 624 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I?LA!_LnJQeUbNL{DP%bQ@%`sJ_W82UpUO|8zc< zvpKwfW*n^8Ki6G7bk~K%vNYx9zm+}uEx()o9n12Lx1N2kGtObx?dr)YwOZF0oWmzI zIy6lG-91TdzvaHR3Z)LlId_*n?g=$B5!I<(x=w6D+~H7%O8?^TpK3A`9(j3a$1SM* zt!XJ~<*~eY<(hy+!U}J^PEPyCKeuQ8sb>a^0m+Ut&A)j(?ckp+%&t(?y}SPBoF&I( z5`PphE)qVxUHbe!o;lMRu62D44GeV+O+yR}txOE8Of0kw46F1?ka)OtIZ%TJ+=i0O+|=Td#M}aOON^}yO(1$6 TeLXJ<)WhKE>gTe~DWM4fI;QU- literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_mixer.png b/radio/src/bitmaps/320x240/default_theme/mask_model_mixer.png new file mode 100644 index 0000000000000000000000000000000000000000..7ab3a90f5f1a392fb5b44a112f9e4bc71f90daba GIT binary patch literal 651 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IqdZ+4LnJQePCT!Dn33V={qM)!0;gCkSYq*TL(&x4 zGZ*_)xPC^~9c@h1=KIFJq4}xOe!gjUMcDK5)>-HLoMd>mf7!;ROLXqney`%83yycC*kn_6H;X&HwlsnSJYUWwF(fPrl3?4zX<<>$eC3U}zT_-6qEGdt_ zbx2;LH0D>G*@O_=z8}fe$N$ML{$|^&;t|JVKbiff+hlDa$(>4?%oAGl9op7)Z#q-5 zY~9}h#-P`cTD7tv!RcX~GgK@R)|A@*S+qNT zJ_mB5|`Ae5>y}#v0^dDfrtCqM%l%ynogLn{*lD-#QC0|P4qg9WELQ&BYJ=BH$)Rf04a=^7g88d!uF8CV&cSQ(i? wG$bBwT@KWs0k@$fGdH!kBr&%D-4bIfLlcOeM_y85}Sb4q9e04cEd`v3p{ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_outputs.png b/radio/src/bitmaps/320x240/default_theme/mask_model_outputs.png new file mode 100644 index 0000000000000000000000000000000000000000..dea91cdc57314a502a68ca17e2c13bc9020b5884 GIT binary patch literal 653 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IV?13PLnJQeUOcPa%*b&3<9*}vo71zmwdNKr=A1rt zdvmkzj88?u+C>Y_c*=xj={=S|(5f^uXp@xRDObxKI+eM`TPyD#?6SFXYTESY&yy@a z?ERNFf4;*X-y?q<85tIC*?E_T!Fr*h`HP=3xotTo&C!lr*r7C;h2j0o4Y_V?Rj;)b z4ZbQd2)tYFr?arkAuvbH;QlHe`IUNBW|~Y4K@-h)Z`PZ1=G8*|iHwta%Dp%A<$l>7 zH!)JxeZm=@tSYrE(_Zd})vLs#%UMnyezeRwu5Wg)a^R}VyG)x>0$%@D+I-v3_w1xi z=9NAZVy3gp?f1C%D|gpEsYagHH*B$q}R^<)xJ5xCOxy!A>V_kqu+n=`R^ZPy2DFP z?k_p^aJEe|$M!fDhvwC{CrlUrxBIcQY?yol~0fSz(#5JNMC9x#cD!C{XNHG{0 z7@6oA80s3Dh8P%HnHX4^SZEsdK=eHNdR`Q$hr!d;&t;ucLK6T-X!eu< literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_setup.png b/radio/src/bitmaps/320x240/default_theme/mask_model_setup.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ce08bce1d07756b08413b3cb68d453423c5660 GIT binary patch literal 547 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmxiJY5_^Brd03(Dy%FAaLyC``-K0!q(^tFflQT32=9* zT6~BQ@HV*3{eX2s!xL5o2OdYJgNYTaES-$rO$nQ%Q|hgD9aOxwW_rOpyUL>J)`9<~ zFE0Q8BX_};z2Rkd=B}CYdB+zyHr|U-uhmR$*hcIsQ@OZk?sHdXnMEH8Ke9U9h?u9t zRAJrEIOD!y#7-}U586*8-u0=^P5cps|0B<(ls>FHLwUVGO#i>u`)7)Xh=NVx*VuM o18ze}W^QV6Nn&mRx+TU|h9(d_kG`H41?pk&boFyt=akR{0Q>O2N&o-= literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_special_functions.png b/radio/src/bitmaps/320x240/default_theme/mask_model_special_functions.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a1d3b4da4ea18f82dbb73e36481827217f6c19 GIT binary patch literal 592 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I-LnJQePBip(N)&0E|Nfr8Fqc!YVACwEiA?6r z8A4pAesS`;dfPAPSdfvGxl*%W<-((4hZWZz^@v*JlC|QfX4I713tTGS+v-lA9g=Q+ z{`aBkihiMgeaAG#Zk@WVGGnH(qi5;E&tt>Qo96j9E)(_W`FZX| z;ZNPR#-MlpE+wy)vK?FhAoBOEpUlD^Ctc;8oxWaRUS-{jrn!rs1{RU6mc%%cOWEzUFKWT=hPcVYS697RwHiJ2@&T>$bYMoccR^TL#0{ zFFU8+d%?Qn!euonLFTD9 nZbM0CZfbE!Vr~JtCB{~UCJ;T3zMdBa>S6G7^>bP0l+XkKq1E0? literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_telemetry.png b/radio/src/bitmaps/320x240/default_theme/mask_model_telemetry.png new file mode 100644 index 0000000000000000000000000000000000000000..305de38016fe9232a52404d87b1c05699a48f3f1 GIT binary patch literal 987 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fI3>;M1%j~qD?8yj0(Ts&#gq|>KQzkmP! z-@kt+Po9j7jP&#Kv$eHVS6A=u?!JEg`lnBy9zA;W@ZrPDmoM+ywX40o-NeMCt*!0( z^XD5kZj_La(A3ln4Go<Xn+t=4;U|_I$^XBj0zyJF6OF==w!^7j+wQH|ly*hU6 z*xI#g%gV}(jEvme+-}^s(cj-+P*9Maot>GP+0)arX3d&at5&^u@#5phkF#dY($&>{ z{P^+u_3MB9_)$_)!pX^LYHIrG<;(y7{@uHGkDs5vqod>J&!4}4|L*MU7KCMKr0w>KdnAv!wx z%9Sez4<4+ntSm1t=hM4%3+PbBByV>Yh7ML)4jNyFr$;k>2ZU01AEeba4!kxSX7DfL&tdjL3+aHv(BLEq3mx+)?>6faNDEOKXd( zi|f%N6IoPMmM%$6dHO_DWU4^ZDXmpmuWY1dZHl_Z;piwE%gAV3tI6!Ftn&8QA~mB^ z%XGX>h|QcC9T63&9G#cEIx+qIgBMTUFo_qH7MpMUAn@UdQ0T{|?#kakJ{ivV`IEhX zosHG`h?CRdL&_3Lix(wJBt3q#@SUdzkH43nCojLh_xTe%=O3|iFH33v{p88B*7oP( zB4Vw^&R@l+w@hy|VrapTGDo`PjL-r3Q+zm0Xkxq!^40j7)S540R1nLktY9 zObo0{EVK;_tPBhmoa#(P(U6;;l9^Ts(qN=(Xryak5n^OuWo%+)WCqcYc(`>rP=f~C mhLX(O)Z&uF+yZn!{F)a=d#Wzp$PzLyQ(w* literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_model_usb.png b/radio/src/bitmaps/320x240/default_theme/mask_model_usb.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7cc312b5f1d837a2a1720f4bf6685d5ccfae4f GIT binary patch literal 6969 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 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9ec9b27c0e14cbe8445f57d67e20dbd6548d8b GIT binary patch literal 733 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-I+dW+zLnJQyUNrQUE@Wu?_+3vtDd=F9K+&}?E=z8> zv?pYpC=FSd^ish>#PQ7~$1Opn1t%u>Iyx=ao9o3cZaASKhC@q+RlRi)C!_Wxu~Tz3 zOs7e8rvJ~MF8zn&{QHR<3~Sy@*IjY(M=&RY3e%5|mieqs7Q4gZeX|)HxPq^zZF_qw zzdGIRvae&4i8ANm#N^tdcNa8Ol+-xGzPfZiaTAdEbu!3ly^zvcNfqh$3|mAzoV~es zPO7(LI`G?r?N-x)4-xy6um1xYdpTTFX)@Bu72$MTfGU()ZegP5ZBNS z%YSxxc6ajs`+WK4bFA%a6us5v>D29y&|YH_cD{b;y*gF~*SotdSDrn8>inwsd-1s+ zjmom^r!W5cX@31&Bb&F2UM^(kw^>>h(z*KP%4u&3o@W~F5s=ytUu}NX!X@hT(m#KN z_ny_}YdzdFO)MeQf0lgGz8lB2C*`SSx=lK^UEEsbrGy?w>&kLpKC$fS-?n)_S9o>zOmqzlbq!5J z3=FMI46IBnv<(cb3=9^W>P$t^kei>9nN|tXV5Dnkq-$UiVq{=tY+_|(2GNjsxOF*D zg9hA&lFZ!H;*!MN0(47^tqe^ddLDf}FACHn3DOgspH@m XmtT}V`<;yxP!WTttDnm{r-UW|RWAI(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IvpiiKLnJQePPF%!!YI)`|NHNI)|MBzZ9_s_p3YI} zG+T6*&x-{3*bA?8tzZ!s{nNfe+|=x~0Q+(_x8S4|F=BCAqH`bA-v4gq zQr|Z3<4n0ad&2`ix*1O0JoWl?eaepCd98;pJrU<-y8n64qovP(stbE-+)T3Zij9v+ z`Fr?p$DI4;cvk=XS$R0JqOAFb>y4#*)?{?upB8kt(q?XlS;&qAHm`vBf66Xw*}S#9 zw)p=l?uI7Wo_(wLiTylv*6BxhBeT)(I-QSQLT2;C>%DhY+@4(X;Y&@0;k8#y92OBf zG&fK1)wx$SrB7StnT*Jt>VK01Qgctw6;Cz}J-#@9R^XE_CO3EQoo#(a-gMV-%TVcRqD&~fHix3-<)!A_taHa&Ng*^yr5!kCVOc^P1e=x8g0r8 zk*=YUu7O2}k%5)5iItHVL_^}?*5yDA8gLs*GILXlOA>Pn&@C~xGBkncdGz(XC{PcB Mr>mdKI;Vst0NsEC(*OVf literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor_channels2.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor_channels2.png new file mode 100644 index 0000000000000000000000000000000000000000..0b099e68df63c648e598e1d8862f78ff672e5bec GIT binary patch literal 668 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9fnimzvJsHSS>O>_3^e&V2s1iq%&q_m zvX^-Jy0X7u7@yyY7)jGJ8&0qO&_qC|(j%IJx#VZX=uN*q9a?tqCzx&_K zT&`U(w!3`zy*isjy`aO-e^1Unv^TOS*L`YO{e1S(!Y6aM`R8_T%Rj$p%At};!qYD) zeV(6p<=2c^~d;7IrKfWbj ze?8UMj)7~N*{6Lg7e8Yc*FN~3iT}yP_KRn@S5wL2UlFcYp6LocXIv-sQmI zrfW(2rp(-F6X&75Cci@CNAtzKF3z7{u0HQBZv>SuBHe$yC- zfGriRJ1!aB-1ced-MclFZo>zOmqzlbq!5J3=FMI46IBnv<(cb3=9^W>P$t^kei>9 znN|tXV5Dnkq-$UiVq{=tY+_|(2GNjsxOF*Dg9hA&lFZ!H;*!MN0(47^tqe^ddLDf} RFACJd;OXk;vd$@?2>>pX4{!hg literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor_channels3.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor_channels3.png new file mode 100644 index 0000000000000000000000000000000000000000..63b85b7cb814d05de324262ee0593da9e1c49770 GIT binary patch literal 671 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9fnimzvJsHSS>O>_3^e&V2s1iq%&q_m zvX^-Jy0X7u+63!MZK{qs|Vo@d7xFso*rl3TxhjZXdB zn(b8=Sse~ubGN^~JzVZ$__sPy3kBo&V@BK|AHHq~C_O{&L3tdXTf8W%8Z=aVt#ccN7x4SDH zE;`uzy#j+N3v#?J%qsHKHUXu_VKdAc7#Lca7+9HDXd4(<85k@$)tQQ-AvZrI zGp!P&!ARH8NY}t3#K^$P*u=`n45A_Na4X0L4Y&;@nYpROC5gEO=$05;8Ja-!JoI(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IvproLLnJQePPFy7!YI)`|NH;?_fI(1zjI+$4LPSN zWGNjYGOH;jW>dGuotVpt0_}@0>bnTXlzix3pcf^(w9R6Nk;g0%XK#}|XG(T3|Ci5q zUczhp*x2?@T~b3~Bg3il&)=W>H}T@RcF*>w7v;s;8sGoEH}gGvyYgubR(;Xs>#S8j zeLC&n)A#-<`_-mLO%HYKcDsgJzM8b+iw|d1d&qV5^vfTAE#XdE&~n{qxpnXB_uKRK z-QD+)X+eVZ;rZ*g9r4={-1Sehz~Pzs=9i&b6`xQ2)?T{j;#A4mc5*SRvdSD;WOQ!L zh}T&%y-KY}v-PemJL~sC1JRZ1_SXF`EnAmX|07wrOGY*|ul~oD?a_a3J$Pq-lCkUA zd!cDkX|uNR&)U0u_4FF?qe5$wrdQwA%CeOC@cYpe-;cM8`Cc&`T`10RdP`(kYX@0Ff!3KFw`|P4KXmZGBL0+vCuX!ure@MaH=yEMMG|WN@iLm zNQ05Cp^>hEMTn7sm9dGHkr_lo;^EfiKn)sj8%i>BQ;SOya|_TdF}5-^f#`Yk^}Hxh O4}+(xpUXO@geCx;Yy_JC literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor_gvars.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor_gvars.png new file mode 100644 index 0000000000000000000000000000000000000000..566d83c1a6bf2ad09f77fee56dd4e5359ff69970 GIT binary patch literal 595 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmxCJzX3_BrYfaIe*~5hxv?*5|R=U5fb-wZGUllPB?27 z)zO(4_a2efYzF zduHZMN)`!?m)7SQ7G!)dsHs|Wq9LGi_sQes%7?dmT1!d_HifCi=s&ZY``NHj_N0#+ zdwpB*&+@L;f6AHZ3EhIfs&rkO8W|%$TvyF&GxwJWVEMm(XN1YKMpT)J0tf7!D$Ck`AqbmG^;y$|XiCf(c5b4~mI-{+P8Bd1Jk zJ-A7G%6EI_$MqQu_4^(kKk!4|TfsP~n~!1D$$a-U-JYPZS1oakC`m~yNwrEYN(E93 zMg~SEx(0^2hNd9~hE^s9RwfqO1_o9J1`AGgrlM%b%}>cps|0B<(ls>FHLwUVGO#i> zu`)7)Xh=NVx*VuM18ze}W^QV6Nn&mRx+TU|h9(d_kG`H41?rIm=?TtHD=AMbN@XZ7 iFW1Y=%Pvk%EJ)SMFG`>N&PEETh{4m<&t;ucLK6U4Yu?!a literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor_inver.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor_inver.png new file mode 100644 index 0000000000000000000000000000000000000000..be25dcf6914cf2100f9609a43e4a6400e22274e1 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^>_E)T0VEiv{XS6wq!f}pf_xbms?-=58d?|_egTCV zUNA6}8Za=tN?>5Hn!&&zUNC1@pbb!hDaqU2h2ejD|C#+j9%q3^WHHd>>mbbNq%pe! zD9B#o>Fdh=f{~w5oA2_E)T0VEiv{XS6wq!f}pf_xbms?-=58d?|_egTCV zUNA6}8Za=tN?>5Hn!&&zUNC1@pbb!hDaqU2h2ejD|C#+j9%q3^WHHd>>mbbNq%pe! zD9B#o>Fdh=f{~w5oA2+oZUMR_##V+V5Iv8+o)-n`kp$@p&QB{TPb^AhC@(M9%goCz cPEIUH)ypqRpZ(583aE&|)78&qol`;+0G~>Sg#Z8m literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_monitor_logsw.png b/radio/src/bitmaps/320x240/default_theme/mask_monitor_logsw.png new file mode 100644 index 0000000000000000000000000000000000000000..f85ceb592a92fa89df828f40c2888af241ad26e2 GIT binary patch literal 672 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-Iy*ynULnJQeUbOXgDimS+@cd4me%SRrty?3$FrMmB zm=N_YWOBd)=cf3D3LP9#SpqE2r?nYLHBD0}p7Az{6m-p}RzNHUVG(}kGw@%2_Y!z^NcG$3i+0C&l&FpK6mtu>K z1Y_9Fr7yi+o2)Zc+aAMEvi7Lffu7k%`qay}yqv?ea|R z@g0+aT+HpY_8JT!3?3&~A87x+WFiw9;qg@a|AoJgSDP7j|M6f?y!OmEv%LCT!Bnzxn6MlF|I|W&mfv%I$v^o|g%E<m!MwFx^mZVxG7o`Fz1|tI_6I}yCT|?6l14Anl11l2?Z36=< z1A_&pI#W?JERK(!v L>gTe~DWM4fr7HPx literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_mplex_add.png b/radio/src/bitmaps/320x240/default_theme/mask_mplex_add.png new file mode 100644 index 0000000000000000000000000000000000000000..c27a7c273c3531f0d40ef07b948de6fb19430d79 GIT binary patch literal 551 zcmeAS@N?(olHy`uVBq!ia0vp^f)^mS!_!N||3&3E|Jh7UlYi=HlyAsp8kk1<&OXZ+7_ZoxT*|2*n9zx-!1jyGap z{I|1T$Kwmvr+H5r)n9DATI9xX(q-Ntwg1=dqS=v88uh+|B zknH0Fio9oKF*@ME{FFz^l;Qr>JO+l}yN#Gq&M*ASAui1DvP;c{;rF6TsX+Hk(DwMr z`F7sZCbgGat`)ig-F$x8$?r@eTGwCypVEEM?6PZ^NlMgghwZt`|BqgyV)hf9t z6-Y4{85o)98W`#tnuZt{TA3JFnOJBW7+4t?EI8GfilQMmKP5A*5~RUM*U(7Uz#_!R zz{=Rf%E%0&A@OkQa-aqcxD6$lxv9k^iMa*nmKa+Znn3hC`g&dzs7Df{CpbT?q&%@G lm7%=6TrV>(yEr+qAXP8FD1G)j8!4b722WQ%mvv4FO#t-*z8L@j literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_mplex_multi.png b/radio/src/bitmaps/320x240/default_theme/mask_mplex_multi.png new file mode 100644 index 0000000000000000000000000000000000000000..88a72aeeff6f6f09cc6739c52bc16d36c945404d GIT binary patch literal 551 zcmeAS@N?(olHy`uVBq!ia0vp^f)^mS!_!N||3&3E|Jh7UlYi=HlyAsp8kk1<&OXZ+7_dcnni4E%w?r>4I7FO}=S z_;33}BM;$UH&*}q7G(AB!1i*MQxm*3jCdJXxEBZ}voRR_n#%lN&8O^=@u57i#I4%W z42=I*F_`T7zgELVJ?`n>_{snO|KDNC^hbcf*Jsb~94SWO_Y4d#m$9(0eE7e3UC7Pm zKBcE81^ym?^o`l`jYz9gxBiB|JR9s@d~k9;$Z*1S(t)r4|KHde;Qs??PL~h!ERiK& zIlnx)yoB-Nd)B8*cNGEMd}isHZ_E;b{%2=C{x6s1@LnqUG)uwdbwJOlmbgZgq$HN4 zS|t~y0x1R~10xe%14CUy(+~qgD-#1N6ANtv11kfA1*bYwQ8eV{r(~v8f;1TE8XD;u zScDiESQ(pG8JR&eBpz;E4%DClx1l66H?_DVF}DES5@Rbv6NsKiU(bsI^+>t*I;7bhncr0V4trO$q6BL!5%;OXk;vd$@?2>=}F#mE2v literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_mplex_replace.png b/radio/src/bitmaps/320x240/default_theme/mask_mplex_replace.png new file mode 100644 index 0000000000000000000000000000000000000000..a6bc12a4e5b32be1290e3c6bc28311af8d4ed1e4 GIT binary patch literal 551 zcmeAS@N?(olHy`uVBq!ia0vp^f)^mS!_!N||3&3E|Jh7UlYi=HlyAsp8kk1<&OXZ+7_cES073_QM~w`}&LGs-eD z{@dBF<0Jm-#tN1k-ItHArExNxaGCe}_uV)DpC#r0`2X#}vWSpUpt`3>}%G{^~zq91{zhzAqvdj^K*6ZbGM{C~|4 z6nV9S$zacKhPSKE{Aaj*(*o$%FR@^|eqMe4|7kMNuAdKE?}6N->kV|zs&ADV-_CsZ z=K;F;+_F<&nMM76v54FW`m4ooE;Xj(-Jg&$prNWIt`Q|Ei6yC4$wjF^iowXh$VAt` zP}k5j#K6$X#K6kLLfgQ=%D`a3sm@ds4Y~O#nQ4_E4Mw_#M!E(TAw~vP#wJ!qW)KaD zhg+8eHE6(XD9OxCEiOsSEkL)#*vilZqUX`q^P)gKk{~_7`DrEPiAAXl<>lpinR(g8 c$%zH2dih1^v)|cB0TnTLy85}Sb4q9e0GsH)Bme*a literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_calibration.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_calibration.png new file mode 100644 index 0000000000000000000000000000000000000000..ba34dd68d8f97270ea639f3eccf3b131852b784f GIT binary patch literal 587 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-Ir9536LnJPjUaabIBLpMI^wjXl00xciQ_!HVz&-uoI`+yprnx^^C!&#TUBc4xa{$BXluZGImY z+;2QTx`*AlspcH>0l^RVcF$U}eZyy;y<7McPMZDMU_I-s+uaNK5uP5a-ORd{rUiE` z&Pi5PEd8S~F+|VXOKHEdVl+>(=c*7DO}_3hy~m!qtOs6QjoKYJyT_2{QY6E*Dprq0 zf4@AqVDP1k(Zb%(q5Aec0p=a&`5S^Q7$TV39{fu!d3fm27pa6@90pIG_p6uloqHD9ZbM0CZfbE! fVr~JtCB{~UCJ;T3zMdBa>S6G7^>bP0l+XkK0mafh literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_edit_theme.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_edit_theme.png new file mode 100644 index 0000000000000000000000000000000000000000..9db30a0a936762e935508a6aa2e173b413c7fa65 GIT binary patch literal 1401 zcmZ9Jdr;B|5XXOLYS*1!IbH~gr52C~{y-2j zee+4UF94Xd)2R_;gTb(}vfR>=_*VGC!~T z`qfZac!j}8lt}s|l3uA)T2^+$+ImxWw@fBe;BXEH4g@Kc(`99MU@-gWXqHy1<8rg1 z(9L)6KAN1I^YZd@aY0T_s!%ATL?VfZNHD$vgK?Ugn(XfGs;<6gVPT%0eoU`lTv=Jo z&(9QzgbyAx&CM-@h0#q+OlxXt+S>)4og%${VR(3AXy}VdrCVM$baxBv?QKygH=*!N zWaPo(;_LD8zY>Y)(b3VoJT44oYi9?qto%bDXlJvJUARy>F`*6)CR3?pI=aO^ONamrHc#9-``!O zGCoA>;}f7(&#tbn4h{}~{HR=5SbF+Yn3|dx8@sQo>!m^=r&7r!CAZ-4t(KOSSFe`H z_j6I|+rIJYEJ4hb}D4B@&6- zw>wZMJDZz3)apfzMyJ>7Po7LQF@czyTa=cTym`~>=7vm3Nn2iCLZcn1)PT-TfmHf( zdU{eUe#>J0vS$wk2HO-D7unx0XE5SDJ&AJpP*W4%*48#WoGg>|FD)%Sd{`A0M)md% z;PLWXTbt?hU?(R;O-(Bni_FdCNTma_vl^jL(9&W&H5&v`uC5M`AMTRHrsFxs;$?5w_AKCIAUW9^M@3nQ2ACnVY9N)NM3%+w$zx?JITX|1AG| z-Sw)g9`umlNLu`^a0-KbAT%y;|K1pjDq2+7$F|-VvW~YG^V{D)mx$o#!%4@F%nVI@ zQjI9hKk;+2d620gtq!l7*N$7QUpKJP#@-s<)z-1)Rolj4JE2)4!G(nM#NEng_~RY% zJG{+CF1`J0?xNWBoa*NL=H=4?=gX<#X_TWdpFl1-xhx^WGN`Vxw)M`VqTlcE?={r4 zm^yX!4)hI5F&(0|5AXa~BUM6X&;DxKjaRp~mG`tcl9EQK-3)?%`;PjRF>!La*KZKh z@#o~?mE~)$W*czD8f{E#;^zl_Kg1sIuZ?-e8m;b$X-rj2HzkeN4(8}gTKFdn`2~fx zR$IJz;@2~aMWy#?1!BK+-FvS2x$mKF*yh~N%7#g=t+<`_Gh;Q1tj5d_Em?+k!EOS5 ze84wvc8*cntA)BP$iOxT6lLLKcU*@-27^#wv?rSr%C_EQv}QYpe2{a9#YrY5olG_g zKmZ9ISP+lJ{~Q70Ngg1{gNOk^5(wTF6|H&sACPk5(9y%(HGqJ{6R;pLf&h}-JxB!4 uZvabh_P!B7|GR;6G$lEm!%AWQe~CK@@9~WpnScG0kpU=VT2O5O^YlL+?~EA$ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_global_functions.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_global_functions.png new file mode 100644 index 0000000000000000000000000000000000000000..b364b3998bf75d290f2132b0d864fc0d2fc72373 GIT binary patch literal 654 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IV?A9QLnJP{PPFxoPGoR9|NEJn@D_<2Z4bjm&0@(b z%|oX1sS1d;zE;{|wNjz3$I2^oiSCxgOBHVYpYZCE<3uOHi%0oc*ac&6t<}hK@_BXk zanhHbberQGHGxN>7}__#k2WgzTUd9#>Eb2z?-LE4G`oHKa^H)2!Nqghp61Joe_y|J zue;JSF?@Gla5ZX{#76#TkbxY@8FYN45X?1tP{+n%@)EMylAE(%km4DwH`uXJs+l8Q?-0T4+ zT-QHqo@f2zB)~mmfAD_K+FHwS);BR~4$k-fhwS{lc43+K?gq#`vu zE(P9Ql)~tm*2b*N%$Bfsji?Mu$eCli4>RoidhB@uXZm`sf0G-v?tia+E2nn&!G&*| z*RQ#8;}2&E1K-}AXAjl>{IR?0fX$kU2Vy7xbWd^etknjFy=sYTL`h0wNvc(HQ7VvP zFfuSQ(KRsCH8c$|Ftjo;urjgGHZZUk*=YUu7O2}k%5)5 ziItHVL_^}?*5yDA8gLs*GILXlOA>Pn&@C~xGBkncdGz(XC{PcBr>mdKI;Vst0Jf9= AT>t<8 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_hardware.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_hardware.png new file mode 100644 index 0000000000000000000000000000000000000000..5f087c36fa28ee36893f73db170ca2a311436eaa GIT binary patch literal 602 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IH9cJ%LnJPzPT1>xI6&m6f7~qhOA=X0t22ZGHN;*8 z#2mSr_vq1!Cr=(dT4eF!(URuqf86Tj%%xwLW!?s`993KD(D#PmB23 z-@TXXd$_;ouwdja{;;ZO`)o|i_&C3;@?>z>m{+FJvD1c~ z>HbHdhROTpPv<-3v1i+SB}dEs^(9-KPOX$YYUl9!_Plv(?iRWRGdJGOQE#Y!cFM=< z-qL*kx$!FdHdP62%2Vf3J~p3AY5iAQ&!4ZhK8bP^bV>Y@Hr+sBzfzy5)9LA-<-FE! z_3{3gd%p3aOp4DgOKFGLC6BNEy~uw_AftTgCD}e;II5PoMwFx^mZVxG7o`Fz1|tI_ z6I}yCT|?6l14Anl11l2?Z36=<1A_&pI#W?JI(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IeLP(pLnJQeUfk{NR4Bs!;r;vP=ebqCIV|09vc{o% zimvXXM;GK51Yf*#DI{8O2dnKeji#uqf{tl!i#1OzT%;o#_dNmlf%ak>pX+JG}+Z-7!Gh;J=zl8V0i3HPyO+KmuK3}{Z_hd$)cBw zHq0{Hu%!3R*9_C_jaN;zwcq*#xMqgAx{B{-Yh=~AvZ3Z6(@nQ?KA#`_*i%uc9k{%4 zD_dk^$(yU&-uG5AGJFw}Ju9#>c;f8-(;s(Q2?}Q1oT{)W6dJzg zsW&W4V`Q*6AldNmlX64O-5dpm1GalAqxZ#E->A)c&$%EuF>}-QoTQJ3y5yPOxZ6sH zSMJu{R~mBbTd~EbovVPrQiM0wI;r+KCr1l^TF$Yhsd_u!dA1$&@RwWdX7JsGZGmRO z|Gkf;lP0ydUnp0}00y;ciEBhjN@7W>RdP`(kYX@0Ff!3KFw`|P4KXmZGBL0+vCuX! zure@MaH=yEMMG|WN@iLmNQ05Cp^>hEMTn7sm9dGHkr_lo;^EfiKn)sj8%i>BQ;SOy ea|_TdF}5-^f#`Yk^}Hxh4}+(xpUXO@geCxVzwrS8 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_setup.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_setup.png new file mode 100644 index 0000000000000000000000000000000000000000..662f93f3cc07e5d2dcaac5132c5e6b8aec9c1940 GIT binary patch literal 676 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-Ii#=T&LnJP{PPnbz%*b%`yj`$Tab~gXQEs^(OJdYq z_ex@(g;$KVee#p0#`O0&OZ>%@og`>M)UioP1h!dZA5@h5qwD=Wbha zJ@SuFT)2Q|r%Cb8RYuv(3JeY9m-p}0`FWlH{IvCq3@Wv?QnjT^zpq-eN-0WzqDaH` zmA!fWyCWCpepd0l(XPtyB3qYqL$M z*mM1sJ_~bH!rNFL``*nW(;J*Se;zhpc1ZZsk_#{9ul0TLi;dUnc(=|h&r3R|YI3u9 zI668`_56uv{ja{Cb%}-bb5X0++y#-|Q!c;#CZSc4w^=s&3Y*D+E>>S*H||Rgbv#e4 zDiVZTA1g99yXpx&@vHiOeRJ@%r_XE6!$XQyPP|_CW@+P`jpFOlrq232Ti;{Cmv2Wp zN-N!SbT6%btuLvgdDfzAa<-Mw@%h*MJc9(Q?wLOlT*Uj-@rUlma~nR~XSBbpyXV%r z;*17hjHs5lMwFx^mZVxG7o`Fz1|tI_6I}yCT|?6l14Anl11l2?Z36=<1A_&pI#W?J zdAqwX{BQ3+vmeOgEbxdd2AX^wgc+SQW>)|O z*-JcqUD;nS@-u4l9X_?;0|NtNsHcl#h{R>zgZ>)Mg$(Q;-d_`THJlWc#izu+&3xmf zymPzP$n3aK6!33O$E|BQ3tcnVy^aJV-AX)M6v5|}sowtdK<^TjFW=htZvXz%VF3sgY9|l9Ls7++7s1z_Dk_viW)Y zRT))yy(* z?wEHUo0T|?#J8w<2ySOhtGe!`a!C8<`)MX5lF!N|bKMAyJj*U&V? zz|hLXz{8AU(nPX(i=}MX3zs<>h*rdD+Fui3O>8 X`9I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IjXhl)LnJQePW0C}%qVlz{`c40C%Af(WVX$kYY^pa zxx+J0TU?y|smsjEd|i_#7YT|NMOf?U1>Z_trZMN3nQqV1gtPNaXCC=>`Fi3_|Brq1 ztJdGEW_!3k1(hLEk(@*Pye-)N_EdOL?8!w`n-*fk5zsMv0eQ5@MQQsF7 zOsiuL(aU|yuXW(wiB2w?zt{JzI9UT zqgBs#uCyo!fB1r)xmG8e9&h5x<&JI)3O?L-oXO$1Mn}f&drMFJTz2-(B8F>U zyA*`Jz3V=5=h&)B1Kp-QeyuKjbGCN<>r&X*seY3G^yx_tD9ZbM0CZfbE!Vr~JtCB{~UCJ;T3zMdBa>S6G7^>bP0 Hl+XkKt?}q? literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_radio_version.png b/radio/src/bitmaps/320x240/default_theme/mask_radio_version.png new file mode 100644 index 0000000000000000000000000000000000000000..ee471a4e4cac20ae037fb46767c85ef7cff8e3db GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmw9JY5_^BrYfaIp4q;Az`=P?iaUb!&R-G{?^3O#ajH6 z9$bG`pULz8@!b1=|28wo$1eW2+2GFuVHdOh{`cz4!pzFdSJv%!f40A2!wi8exhc!_ z{_}5@<@+Hz-_vjr=f66U$IHLZ7YzMy{LmbMgoLCY{He9Gzjr;p_3FNW`o_J#Pn|sg1X(N2eeiF4dR$zQ?b!d#Q6`lSZ%O{E z-x)UX=#T%8FDajBJd-A>e4sUO_QmvAUQh^kMk%5tk zu7RPhp=pSLp_Pe&m5GJ6fq|8Q!GcqrsVEw9^HVa@DnS~IbPbJk4J<;846KYztc=Vc w8WIn;E(dDRfZI@#nVVW%l9*e7Zi%s#p$SCKqp#;hfqED`UHx3vIVCg!02;=&hyVZp literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_shutdown.png b/radio/src/bitmaps/320x240/default_theme/mask_shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fa759f5d7d6bfd001aebd5f172f9a5413290f4 GIT binary patch literal 1728 zcmZ9MX;c#U8pi*ijth`S&D_Sx47U^o#3fP#SJ0Gk-}lg5GZPooBFrr{0&5ygOG`7y zrZmA!O$%*Gs)ISXb;qsDHOZ^#C~00gbIv{I-Ve|FocDRp?>yh$;-5WS5DJ?xnOX_SuBaV+ z%NCHU?JDAmuN;0d`r?k9saYQX=2QLyKK1J39=lJroob@TZe?>Y8{w91kL{d|(016!@Vf z+cnH+ata%ACwWuoN7XQSRT-KsXmDAQgU&UL$9$z-X``SVYSKg=l(bn-Tm!^d3lXuT_5^mpMscgDN7iU|Ec{yzE z1Le~@qp~$KsG*Q~IiNgn){SNp8V$MZ?H_@^$CYaS91^o<0X6z z7}37(evpO+_@h^o`(R!X=-}WwD0d!I0crUDZRj3Qu7nWZAcGa#fp%R8Xc@uR5rQ7{ z6>YRE+n7oTDw4}el)yVfEo33db#zZ%yoQv!6m_^{QWzI9i~|=&8yuJjP9{7y)|}y+ zj?h$O{nRS0CJ%xw8Ba>%e{Z&DI^4 zhm)%QxQd087QGi{*fU#yt{a8vtgrV;2YZ1`r-c~y4tAf>e58{J*Y|SDkCKa^8e;wnLC-=6t@mCMa{_ z*L2AB7GoxMk9-d-7<;=f5l=N?JKiC_|6 zxG*_E1ZN{ZT2kNvYPkizE#tl;#`=R=OGDxE9&qt2o2zf;@c7)ei=s@F-YMNf_CEPH zxqW&ug6<+)0o`NDJA#fpvC;Dvi>gO@B2>wk~?^$q3pVL z{KVZP$f2lItBDkNR|YY!nLd$8OY(@R)SlMZ4LJFH|G{@l9owy=uzL#ubWI+dp=WGh z{#rgOX7Sv~fAf6K%x|^V1~xq86A~8-d4rCLBg#2I?!!@@0 zh-aqwULQ)azj4FsYG8Y(I3&VoqGoxm`tEDX6QPNLzOg%WZsdo<8FPGIaEbEgFMAVn zThT)x0Tb8V@U`$W0&cTfI7JGt_714(9In&mBIhSQZsiw2$*H5&vocXxgB!cy#lg>C z%Kdm^O!BSu(wqX)jz^|Z@zJSNi2*Dci$kF?D2#;<8iU87@i=Q^G#Zaa*9eNK{{tkQ zJRTR5^&P;XFjy4Y+6Rlqo8$0U%YT5#-uwm$VEEsLw74Yd>9okCl>aX=$768+Fz?re QsuBi}oje@x*+(${11>=EUjP6A literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_stats_analogs.png b/radio/src/bitmaps/320x240/default_theme/mask_stats_analogs.png new file mode 100644 index 0000000000000000000000000000000000000000..6b16c60e9be74fba49efedd2882c72ae488969ae GIT binary patch literal 565 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-ISv*}FLnJOI|2f~l86jb}-s;O_!E^u5XUQraIJ9Ax zXRo;D)!*CfEqVS=o^${2|L^bb@2~&=?>`8HumAAhhi8Aq4@n70Fp!J+dGx^1->>b3 znVFf7tlR(J|ET+#<|r0M|8IAb?pDr8^keKq;= zDhFSGU#4MHz#{jP^`ViW0T9@TO-oBiNVvG?GqY#Fx4Xt{Y;E?}Q*TUQ*&3>LFYU*! zto8EjlVdLM zR`nKs&kwJ!2C*IcKR-<7SEI^_G+EUX9lBNwJSvf|?#J$n0tS(4iEBhjN@7W>RdP`( zkYX@0Ff!3KFw`|P4KXmZGBL0+vCuX!ure@MaH=yEMMG|WN@iLmNQ05Cp^>hEMTn7s zm9dGHkr_lo;^EfiKn)sj8%i>BQ;SOya|_TdF}5-^f#`Yk^}Hxh4}+(xpUXO@geCxH Cozu<$ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_stats_debug.png b/radio/src/bitmaps/320x240/default_theme/mask_stats_debug.png new file mode 100644 index 0000000000000000000000000000000000000000..05f48a706b975f7a33bd0384b644c44af88e34a4 GIT binary patch literal 554 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmwvJY5_^BrYfaIp4q;A#rc5#lP8t=l-A1l2kl$Xv2c| zW^T``x4+4|_Sh@^(|_n9^hfUSj;5#Y^$X=vK3BBF{Yy~tZQQC-a! z`QU=gFVp@@+%k<%U-ze3?Z^4TT`nL0$iEP?G^<~Kt6i_6`l7zQ>=cH?ggw(r_pNyG zcgp)7p8r>EZb(WlpinR(g8$%zH2dih1^v)|cB0TnTLy85}Sb4q9e08D7dO8@`> literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_stats_throttle_graph.png b/radio/src/bitmaps/320x240/default_theme/mask_stats_throttle_graph.png new file mode 100644 index 0000000000000000000000000000000000000000..21cdd18b368fc8d8e2c19efe08499232bef764b4 GIT binary patch literal 666 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IT|8YJLnJQePPFxQDwH^S{`2?s6-PDpgqcVPntG_{ z3Z)2MRo94l#Vipx*<@G9C20>;kt+gw6TL5_UAVU3!WAVJ)!d6kSG_y~-`7gzxlKs_ zQ~1EB zbzE#-$krSV0p?|!%L+`a7}Pize%PF4G7y^GXe!FU;;{8c(i7etonLY*>-?Oa8a(sd zmS?YLowRS!RXzu&drSXFrysxi#=XWTdKL%c1O?p<&)?SBXWr&oRC7C#VZw#qllB-_-Xl0OSZMQL;akIrI;Eq}K z@}y#GomIgC&RnX?eJiWKX!k$ebGPu}r6N7WqbVjYSehkR)TYEKHSO>`c_pVW|EEY{ z{iVLEIlv%REpd$~Nl7e8wMs5Z1yT$~21X{j28OzZrXdD~Rwf2kCKlQT237_J3r=;W zqG-s?PsvQH1ZgnRH8j#Sum~|SurfBWGBSf`NIcxS9H>D9ZbM0CZfbE!Vr~JtCB{~U zCJ;T3zMdBa>X8KL3C>R|DNig)WhgH%*UQYyE>2D?NY%?PN}v7CMhd8i!PC{xWt~$( F69Dqq^EChf literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_stats_timers.png b/radio/src/bitmaps/320x240/default_theme/mask_stats_timers.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0a4b1573535baaab1b152fc1c7f983c3221b7d GIT binary patch literal 654 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&9~c-IEj(QuLnJPTPCTo9xKQT!{rhjHx1X7kxoK+Q)b^lv zyC*6yJSx8-@Ql^8AX=UPw&!Io}lu1t6X^)AIsa_4TUFuSLl1LoA&46JwKn9%c~+^Mfh&lG9vGhf`d@LcM* zjZONH=K+P6xy2uky}da3t^E69Pa~23nqLa}(HkOvO`hcPQr14-c#q4`bKCoX!Kzx~ z8c~vxSdwa$T$Bo=7>o>zOmqzlbq!5J3=FMI46IBnv<(cb3=9^W>P$t^kei>9nN|tX zV5Dnkq-$UiVq{=tY+_|(2GNjsxOF*Dg9hA&lFZ!H;*!MN0(47^tqe^ddLDf}FACHn v3DOgspH@mmtT}V`<;yxP!WTttDnm{r-UW|Io z45bDP46hOx7_4S6Fo+k-*%fF5lweBoc6VX;-`;;_Kaj^+;1O92H2FFRGdgL^t^f+M zmw5WRvcF*DXVm69d}_l7pisA`i(?4K_2eJ_!C=3Y{_pR7osD2HbK=(sHE!m^_w(oU zw9CDloS6QnKJ$_?=Xus?9bs;MZ?p{qxPI%xK#$%qEP^EYN$bka~jvP96;J_EZCZHt`|JSpzv8kysvPm#7 z98l9;Bpdy97SLI$C9V-ADTyViR>?)FK#IZ0z{o_`z);uFG{nHr%EZ9R#6sJ^z{me)MrIHViHBR412t&CZ79jiO)V}-%q>8- z#MsKv1fu8B*Yl!4J(3_j!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6cwc)I$z JtaD0e0sx(MqwfF! literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_textline_fm.png b/radio/src/bitmaps/320x240/default_theme/mask_textline_fm.png new file mode 100644 index 0000000000000000000000000000000000000000..c67760b2d581615a74675255aa867c5f913e7cba GIT binary patch literal 485 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LI3dtTpz6=aiY77hwEes4Gp@tU> z45bDP46hOx7_4S6Fo+k-*%fF5lweBoc6VX;-`;;_Kaj^+;1O92H2FFRGdgL^t^f+M zmw5WRvcF*DXVm69d}_l7pisZ3i(?4Kb;cHk>i>-YpQZDPH3$HO8JIJEe~x`E$@u;M z8)oM7w}phie4VtND~+FtV;|2`+0PuO{=GiPWcm8{V})0mAHJxcWRm*x_np8;!M~p* zo-y5K;}(3&|BzkurWVt2DMpzG0@s9@ADS~e*!@zwE5%}@`8SC1lpinR(g8$%zH2dih1^ Uv)|cB0TnTLy85}Sb4q9e09ZPg`Tzg` literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_add_view.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_add_view.png new file mode 100644 index 0000000000000000000000000000000000000000..34142732377a8a905c786859fb01956c4af5a580 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmwxb{=JNg$q_{zI%_W8bl;^7WrdrYUkJa~KMf7#@TtY^~<)>>Tu+CNt` zazbcBV|QDV27n$s8!^p|RhYeY#(Vo9o1a#1Rf zVlXl=GSM|K)HO5>F)*|;F|abR&^9ozGB8+hsxuWuLvDUbW?CgkgORSGk*?Mn zv5A$D8AL~}U&Kt&9mu6{1-oD!M<1cbwq literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_setup.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_setup.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4796dd129230d18f0cc5f09e0ddaa0df2009d7 GIT binary patch literal 517 zcmeAS@N?(olHy`uVBq!ia0vp^A|T8GBp6maa=Hkl6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmyZJzX3_BrYfaIp4q;AyN1C=3i0IhSN8D=YITuj4P8* z<)D0jv{R%+*$KU;t}_n)u&heg;69w57nt(dV#hv%4F((LoKA5O`cr?dud%i9=S3%x z)%%SNHyHdeT%G77^!xg!_QuwS^QY){o!a?da)yM&zyGdczkknfZ0uy@UeNoXK7>>4 z*nb`!9;Wm13hXDQ`wIct`+g@`PGqUyqnVQM=l}C3`_^{|{5=0Q;ozwbT`Pu#>rIX? zW#pa-bh>JZYeY#(Vo9o1a#1RfVlXl=GSM|K)HO5>F)*|;F|abR&^9ozGB8+hsxuWu zLvDUbW?CgkgORSGk*?Mnv5A$D8AL~}U&Kt&9mu6{1-oD!M< D!BMm; literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view1.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view1.png new file mode 100644 index 0000000000000000000000000000000000000000..d7b49cdc001fe7bb8b9b9471b2e5c1435d2c36a2 GIT binary patch literal 605 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fIu3Zum5*Fs> z`*-a!F*e@2bEk-~u#ur*aY4c5vu9%>Bbk|*IXE~n)6!;4nKF0g%qbHmMn^`nva&KV zGP1L?b8&HTa&oeg5-u&wghk1ysb~>FVdQ&MBb@01Dl$?*IS* literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view10.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view10.png new file mode 100644 index 0000000000000000000000000000000000000000..64ed241d8e351dff801fbd68932edc2465d5d0e9 GIT binary patch literal 785 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fIA3uJaIdf)we0*eNBo7Y{Pzy6N zGZPaN7Z;bbl$4IPHa|bVw6wI7lar6Pw~meu3kyqfV&c|~8?RrwIt!NJkp-MxF~ z&KXmu?%liB-Q8VPRn^MEV#k&(p+P~$#>RX0?6I`8tf;7%K7IPSRjUF61J|xy>)_z9 zdGlsrVPRfg-u0_iMMp<3U%uSJ!eZyno#Nu+5fKsG+}u`HR$^je|Ni|83k&1q;8?qI zWuU*mr>Ez-b?ZDlJT`3DASfvK=g*(e&`?DMg^-}2D6@v0}xNB}+6kG+0?!I5|0mgoK)Z{XGx#Ib)Ky zy9+}HtE>l*!&%@FSqu#9>mbbNq%pe!D9B#o>Fdh=f{~w5oA2yp)YSA8HC1_qpG=rIb#i)ga6m{>aF}58?2{|GL_&hoQ!ih*(!`zhnt`?S ztHsSPygUb++zcF*ZIjJ}nS&=Rm}wbs;n1b7-m|yb+Rt7)C#Uk_!HHwfp1gVV>e$P7 ziLW)^sd8Lp{}86h=HM%iGh`gg|>l#m4U&6 zQ=O?O8glbfGSezS8jN)fEOiY{LX3>9j7_XejUgIpP6&SkYS4h&P?DLOT3nKtTYzqf av6Z0-M9-tI=S6{f7(8A5T-G@yGywoyGztR% literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view2.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view2.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3766ba9959d444512dd205e9e2bd7b56696090 GIT binary patch literal 623 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fIIh+L^k;OoNUk71E zCym(^Ktc8rPhVH|7mWOj+I)vkZTJ8bs`hko43W5;oN$0kV&;s<2@J-<$^jEPr}DCH zFk)n#dGi8;ali!D*a@vRj%9p)dU+*|a&dNXb&MvCj*5wbfrdWDM^#k}S(h$pHDF0i zd1^36<^1}FhbpeBsiLBxrXh}{yuP}*vauT!Y#d6ye);;9SAns~^u-1?BQXYsoi^Oc zYMqgOKxe3yxJHzuB$lLFB^RXvDF!10BNJT%LtR7D5CcOi69X#~3vB}fD+7ZCr#e$n zH00)|WTsVuG#Kd`8tEEXgcuoE8Jk!cnL#up9&TL@)Sv;kp(HamwYVfPw*cJ|V=F@w zh@MAZ&x-=}NP_eP=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ysb~>FVdQ&MBb@ E0CB#!ng9R* literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view3.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view3.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc06f15d8abcbddb845eadc6d2b84aa802c1f18 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fI9$RqEX~b1IXFawg#`oz7S5g9(%8tv#3U;# zyJW$F=*UPuKE6qPeJ2hdUa@$wjEsz!sHmxl$-;T_N{fqgva;5$T*=MNt)Z?S85U-1 zV-p%2ykpCj%JOn%W@a62?Fl_Sb7#(6Jb!*cZmx)k2nPoTKR>_PSz$(?n;4V4-CYM+L`sBdOl6@hOH${hmLCcVPqI#e*H_$bzC9V-ADTyViR>?)FK#IZ0z{o_` zz);uFG{nHr%EZ9R#6sJ^z{me)MrIHV ziHBR412t&CZ79jiO)V}-%q>8-#MsKv1fu8B*Yl!4J(3_j!TD(=<%vb94CUqJdYO6I d#mR{Use1WE>9gP2NC6cwc)I$ztaD0e0szoS#47** literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view4.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view4.png new file mode 100644 index 0000000000000000000000000000000000000000..6fdcca1e614d6042aaf195f106a959bd35bf0c9d GIT binary patch literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fI|RS~z#EnyRX$g~jyAlRe$tcWmA)A}leEzHYXyK?2+nKL)6Uj6LBg9UTuaB*@9 z0fC^Pt&PorJ$p<|Ok|{`ONxrb#l_j#*ccfZS>AO|0y>2;$=lt9p@UV{1IXbl@Q5r1 z`u;iyGdgL^t^f+Mmw5WRvcF*DXVm69d}_l7piq^ki(`ny<>Z6|ToN;9L{4BZ7FG_J z&^eWtb%PNj>&%-M7>olZu*Obk&2cQ_^W$;U%ae;MakQ&rlyfX`R7?~MEO9g}Xy~68Sk!KHgDiiV&|B@P*BBT1DotMhht0( zH&1i3EPL}0=m-YY64!{5l*E!$tK_0oAjM#0U}U0eV5nv>V29!Zd%;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1STJYD@< J);T3K0RR9JymkNp literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view5.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view5.png new file mode 100644 index 0000000000000000000000000000000000000000..b5bce16dc35faa8a36a1d5d51944d465efd930b5 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fIV zO;y#{$jHRVNMBEnmzQ_fwr#7IFJClo-js#~n!pXtG%*?E*p>bsY z{<`Ywl*B|`9UUenCK+kzvXYYOii$<^=kMRW+s4|Om4#*clqpjtOkiVUYpSnbFlP=2 z2S->)h^>uHQbNMXBS$9n_s^R(D=9vnkB^U$k&%;=Q-GhJo0~g%_2v&iH!&u8ySp%S zu*!M>Ih+L^k;TAZxDLXMP8zc-K&~$F^mS!_!N||3&3E|J29TykPZ!4!iOb0e2e>3= z&WN1AU@WX0FrjlQFY5*)M%I}(FEAJfOkjDQV&uX<5nYs%qjWnQA5{8fxmJzA`&w(am*B*DhY&yeu}#fByXg0!keG z0?Nt4!4VA!yjE)(dsrD5g1EVloSnE!7U&q&64!{5l*E!$tK_0oAjM#0U}U0eV5nv>V29!Zd%;QX|b^2DN4hVt@qz0ADq;^f4F ZRK5J7^x5xhq=1STJYD@<);T3K0RW8AzS;l) literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view6.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view6.png new file mode 100644 index 0000000000000000000000000000000000000000..1afed818132fd8fbb89d8893f595792a42d4ed3c GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fI1>7xws<3!=F8Puz3FbhT7U)+qUIqXEQT1hlhqfeel3QPw())eZoRQPL7Uejvtqi zmUee_J%0GGn5d|*u<*jUbDJ9)oSmGeO`62P!J)0C)!ot2(%7gVFVD`##>dCU%F4RI zo992!eT+%o?k)@+tg;?J4rhT!WHB&Eu7fb6lg8`{pdfpRr>`sf3r2oMZN9^&HhcgI zwRpNXhDcmaPB_3NF>^-b1O{Va<$wvDQ+Zi87%{TWym^7aIA8*6?1a`B$1*-Yy%I;i zJh?c#x)4XkJV(VuK@-P7!$M9^O_R5mj5Za0;_6z_%77>MKV$&`#9F!`FV3y=&VCXaF@ml-NG7jh-)e_f;l9a@f zRIB8oR3OD*WME{XYhb8rXc}T*Xk}txWn!UiU|?lnu;5f@DvE~O{FKbJN{|L4T|*;X z1B(zN11n<_DNTViZwXadpm=<9h=pdLw(p5Xkn qlJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS7(8A5T-G@yGywp@<;#5l literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/default_theme/mask_theme_view7.png b/radio/src/bitmaps/320x240/default_theme/mask_theme_view7.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a1fed5d8cda3d1ac5c22b212fa4877e2fb109c GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQa3dtTpz6=aiY77hwEes65fI`sf3r2oMZN9^&HhcgI<$Jm~ zhDcnVdttj!gMxr-pz4YlhT6}5{IA#GUA!aY-X{@j>+_p>ZgNZxm$)e;Sh_`HQpa5X z2&JD&Kik(GpCR93RTVgAiOpq0{fx+~AJQ(DF|fX8J&-u(f%oT4OiOO_&9^`2{m|HB z2B&F9q1EFPZFwfEI8&1UZ2b+iTD8PAq9i4;B-JXpC>2OC7#SFu=o%R68k&X}7+RSa zSeaO88yHv_7%Vu|nTnzzH$NpatrDccNY~Iv*T5pg$iT|j#LCDFq9O5c>vEt54Y&;@ znYpROC5gEO=$05;8Ja-!Jo>ecFMYK8^|o7b-o3l45=Y-D3& ziwqCny=@y87ni@U@4j8Tgaid`ZEVh-IFS?|?_h5~Z}#lDGiP#ga^eP>{XE)7O># z1tUMBHs9e>8$JMq+B{txLnJOICmi6Cm^mYI0)w%za=?Vnsl2Qkj2KyG-n_tI958`3 zc0#LXuc`uBu-vn%LUhj;Sq6Tha7PY}%i&YXZg-nT{L_W0X>eXy(gSNM>Zv4(1IO z{#dXN=pxk;*NBpo#FA921GbWni%2RA(xR zhTQy=%(P071|wZVBV7ZF5F-OCV-qVQGl+)7!>!AK8Z_WGlw{_n7MCRE7NA>VY-MNy z(evo*c~PJqNsyl4{Irtt#G+J&^73-M%)IR4I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)KhU@9?P&AAmyZJY5_^BrYfaIp4q;Az`=H;v2VT!&$AS{)hj4$xih%;UI>|WLdC9= z>*jw}SJnURUO_QmvAUQh^kMk%5tku7RPhp=pSLp_Pe&m5GJ6fq|8Q!GcqrsVEw9 z^HVa@DnS~Ibqy?a4NXFfjIE4KtW1p|8fs1me*O>_3^e&V2s1iq%&q_m zvX^-Jy0X7uh@2)MKd9h@%0!YRel_8@y!6cd+7 z6L*1bUO?+ghVGYw0w=nJLZlTE1ta!d-ERK(!v>gTe~DWM4fk`t*D literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_antenna.png b/radio/src/bitmaps/320x240/mask_antenna.png new file mode 100644 index 0000000000000000000000000000000000000000..e54cf536ee106e52ba308b268ee41773f365f996 GIT binary patch literal 668 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CN!3-p8*3HQUQVPi)LB0$ORcZ_j4J`}|zkosw zFBlj~4Hy_+B``2p&0t^?>~Ne_wnPufB$~|`gQKwwQUCu zRCjdjK78cM*RS&zFP=Vo&e7ASC(W6&YW4n;C$HYVGkw8=GnX!1y?uM_&YcdSVe*=qA<@w**R9*N zZ{N)a4<0>#UfIwvdG5TW8#dN7x9|uGPFuS4@87@mZEeTSoT=*VTep4t>9c2_y?lB6 z+_}lK=WO1)Z`R6HGuN(r^77@L{rlUeOkKQkW$%=!XRcg%^z`Y1B}-<^nsw;(X`r`m zPSXSWn1M0L+ug;rZ}W<9AcwQSBeED6Y}Y}U(Me-=1yGQ^#M9T6{RJaGqo&!-e_3yU zLYbZ}jv*Y^lM@)2-PF?9BoY!+lb<&fTI}3WS@Cm$OdX@6VxnLm8=IkmdyG?%SCred zMn}Im$3V|W*HGWs=0?Y0?`ZdM|M+fuXLUX^4TLm5G6siG{X-ft7*5f>WKTC>nC}Q!>*kK^ly7 z4UKdSEJBP7tc*>pjLaY!5)Zd72WrrO+fb63n_66wm|K8uiJ_IL2}Dnlm*6F!9tKZW KKbLh*2~7aGnG-hv literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_dot.png b/radio/src/bitmaps/320x240/mask_dot.png new file mode 100644 index 0000000000000000000000000000000000000000..919ebf1a03412b0c9956842dd790d04b2991e47a GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^oFL2rBp8nViaZ0P6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0^1eAk65bF}ngN z$X?><>&pIuk)Ki1?B>6$H$WjTPZ!4!j_a;H3k44-2pnM2SS4V8V14k%;*C6f2RYVU z`gBFN$D?^SUo9<@>(Oa=;wZ?lq~!+V48tYT43n<&2jrjLyubAKccwp*qH`~v z-k1(FRkg%5q9i4;B-JXpC>2OC7#SFu=o%R68k&X}7+RSaSeaO88yHv_7%Vu|nTnzz zH$NpatrDccNY~Iv*T5pg$iT|j#LCDFq9O5c>vEt54Y&;@nYpROC5gEO=$05-nVLZK zBzXy50_u?j=?TtHD=AMbN@XZ7FW1Y=%Pvk%EJ)SMFG`>N&PEETh{4m<&t;ucLK6T# C(SDf# literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_round_title_left.png b/radio/src/bitmaps/320x240/mask_round_title_left.png new file mode 100644 index 0000000000000000000000000000000000000000..580fc370f61d59695e55a8f55dd2fc101b33c199 GIT binary patch literal 1791 zcmbVNO>f*p7fmv%6N-9@loV zo173g&OO3`GY9?v2k!ghw(Q|=&Z-3PE>D^ z6@WI3Cr=jz7e}f#6E#Wm$a?$7pO%@*$okHYow(Rm({%T&R4>lh-tJdF3vZCxsp_AnBTgUt{mFCcwN!!Ueo z5{J096WGK@#ASZSuxG9=3p|!`%nk<6SN`BDvZi%iFx#Hb=e@bx)8)j*lv3LvHX#TQ zs5;GSzCd~PU~OTbDp96Io$B0dEb>Gj*O3L$E@@;%XEv`^se+{03trf`=QOlhpcEah zI4)P#t&6q44%sArkC+c*F4DXq@#T9eYQSq1Sx`5E zFhLF-IU#dBMuJBeGsjs%V=dG1X$SR?gAt}9OaaF{at;cOBYDmL7c2!E>oVg&InDS) z*+o9F%r22^ThDX}jv+d?jUtZOFt2K!3pE@>7O?K6sboq}AM-v&JRuZ$K}Zly#(hLY zh*c0s+!x7Of1t&2Q`@z^1pU5BsLKIK**PJgZcZJEM+@!5^- zG*j0!1=~$4DA(y~CSIslD`}RRZ67c$n*NR~(G*rmYqgwSl7Z_nSel(r6&U?MxtFj? zkLx)v)z$>Eb&ZCyuL{57Cm#+z@TH7fvi>v18x^&$0!@X3yK*w%&%4MI~7hACX z_uj4w#cY>gt8T>ZoPdw+q)|C!s)TbyCV%}3XV7QE!PaQwzIgY^?R%g8@N$zG#&0_t V?>@h?|4(y74R`hizdw8VaEfo z(1!8&$tvgKOjTy2W=S@*{{Hnh%S`0Z`rHqlFyB@4WdEvA$5#haadjrBw4QuqK3*{h zkgAHCt8|f-Y&Eo+xD4!i*|y9EQk@O0QJv5{2@lO(T_}_GFcOY~%>XQ~PX?3*LGXb| z9OBwe-zGjHF7pG1J+u8-kgFXW>|+C$|mu9#M}wFNV2+!_pZ69F|X9ng1Hfd z33BMv37G3K(tjUg<~VC;sAUpgc2EyF7-2fa6mX0TZa_gel2`nH!BVhT7b%C5la$Yt zoo6%4>>9~-^+Fer7}&WDi!fx9tgLt@)MPxgpz2{B0k*u#kXZXXfs zJ484%as}P^kF_|jXIuNPr7pFA7|*jhLJp$XbCDloih{rsXrQozJdTwgL|6udY@&Tu zB(U4~;(FAYm4t``6;YQ*6uASXkk?l}iUe5Fj|BDl*eA}Q)^j5fwx5(Ryvufn9IG!| zYmu0ZDi{~F+J}~?$E>8)E+@D2<6fCt|K(gk(3cEckQnGmgC;s>T9zJ3`2DvdxRKtTj7QV$AH=Eg^}naT8*lDB8*Le9-)#T$$GgYB)K}JI?_m7% I)6=j11IU^#cmMzZ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_shutdown_circle0.png b/radio/src/bitmaps/320x240/mask_shutdown_circle0.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b1abe0785baa5bd2827107655d5455db33a972 GIT binary patch literal 1806 zcmZXVc{JOJ7RP@fB9@@4TB_67w@DisO0=|*NMdg$ZBf-AiJDr1h@~~-#S&x~lxkn3 zOr;COV9X0T)3l|wT0;Ax9;J*SmRD4$MyiuJbIv>Gz4ynx-*fLhpL_qh_vQ!s<6)Y{ zng9U6hy*N2sg8ddROtXW@>r}=;E@E99{{9V0YGLp0LYc8Oep{)BLQHE0s!cn0I;7? z*>UECvY-;-gU14&Io}V6l#vF55S*m!Jocx7FgCnYWm26<^uwu3LAoGY=keXIR{%iO zI-MNEB!#EI8Hw@q=olKDnZ}^OQ)3wbK*)c7&QHQaYESMMoMe~8XdLE%UvK_;w* z*TOXWsNV!`MlCP4&`ZRUfBb}(=UyqECH~kUmyScedK9#2Hr`d&?sS1^7%X}5drJZ3 zm*5#fasy2gN*~5Gvs!QTORsx2)dkRMpRYlx?Xt1Vf8tugGG6uJv#JNl^epPG@FAkH z(&rW6{QTT|ac#h4h5B`M?d~IGHYpl?$zLW75(#me2S%;9I*wTZ-LQtG4But~4j|pb~<#03NybfE4p2ZGtLpQ2{4Ryon%wkh`1mc9`t!+Jnm;stZh}G4v zpG{eFw_?idrvv{X3%t9gV4H-*=GvNXQ%gDA4Fp}6kSEPoZ5acXj&U|a^P+MnG)*yi z43?Uz<`q_0Y-t`eFg&g2vG$ldEui^bG8*|rqL)3x+l{uz11?pW4=YG-(h0YpzC5U^ z^R}Lh7dO)z^rN4+Xi3IYqAsM^Cf!@UU-Znk7Pxa*KMqh0J!{~0SSaZ5F{ zrdB4?=6LU5{1A6VHFDwX-d7WP0cG)szt=1osJVqp=Gfz)X&b5aYa?wRcGw21^Uc#G z9SP`#+zkFyt6R4znse|_FM4k6zIbt;TR+8-8&jpR|7o1UOSQ42SZgVBo=@HCf^fe3 zTdFWU@+U4`us}WlhHd#|e^E5znlHokRv8ZR{a`Ow#c(mbEbmq$)?oM1 z6MlP~LcXUyJIe$=u~(gkRVLcc4pH!#7d71FJ`lXhVm63BDSr%UTmDR8PJmPDn^L@} zPlhJKKV*g+zTMNtMIG3>th+Lmer2h|<59=#)YYJjfSlIhoNtLavY~efJvYcZ!t}q| z-7C`NZITa+deAixt9nLy=5{(^`sey#^tpl?KOYLCp5*$X-U!zPq3ObXq9;AgGa!-2 zG0WV>0Dk2ph2>Gx9JMAc{|2;bMOZjAq3WXCvpOR7G?~y-CfTivP2#ZbrR zs>mpF&z8tQ4y=YP6`N+E!D@UnG(kKP$G2p&q4_%D6zh`~2O>C7GgEf4fqlU##{p#J zhbdvF^c|1S=ciR%407Mt+5Ki?Y6YsYCBs}=cszCc6F?DQH!Y#r9Cy$u{Q1@O>yHxQ zrOTkQQ5ArtU38=vRkWzZR9w^rL2JtZ@ip2FL9M^x6(84f2xFxW!Y5kaSZ%E$+X47) z!t!VzIqh2#DCd0i;;9$SbAe^qZR-ycO~q>TUDGh{CbN59W!2AYj|S<#qWdq;CcXi1w{>ON!>?3fXVm z36Qjfq}g`f*`>HOoKUK8PrRcOxK7edx1XAiFpvrOu%}@@mR&jqkE`5#U2yJ}*l4Krqu1=)C3>p?CRfqabKKaIM9(-{(CW|1RuKjGE|> z6P}0Dj-p17YK|Gv_ZWxSmzPL)PxEjlB9xrgZA9OtwQp(dy57v}ufuc_4XU^*h%2{# z6({_=$)lA>SIa`e?kkS18Q%iyS9lL6=DSiM=6yBK?R{jQ1{zg3n1q3@g^!^EAyy`e zcg;Js-*@o=;&-!#tEPadfUJKhsbtF;n#mlBds{ek+Ba6qCV6lO4rSj{WxL8NULJO1 zsrw~|fJS(v`H1GU(vMIRwJwQZqvW+**WKX)qT5WbLwWlxnYbV(HJnL9M<&vg0yrWa zQ3#|1!oi7*bU>q!Xq1aR5{X74tNZh5{{_UxQ={o={|`7i{{`TCJXMu|&3`5^qho1F f%y8us`JW*UXeZQPOoaEIQ6&QqasJpw42As%y@nz^ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_shutdown_circle1.png b/radio/src/bitmaps/320x240/mask_shutdown_circle1.png new file mode 100644 index 0000000000000000000000000000000000000000..66f0c3cd18e1fde9c41447cb0569eaab781dd269 GIT binary patch literal 1812 zcmZXVc{J2}AIE=;Y&T0~n=BVu%Q7bGP@#nIYQxpF)*fSvg78~ zqxa#N=sq`0%&q4*{)2*V5qS>v>28T8*wsDdlGktJX?OCb2>E@;8|9YX)gb-db9`9w z=0Uo6eP4^U+#NwjND?Hm1GmE4zoo@`c#~cLU;d;-HGF8-&y=~cUn4?sDK5pW1M1ur zvh!8_vC)qHOO&?f6(4DXiA=W0V1$n60^~Thm!*(~+yGN{;(|akz z`i4c>nVwhb6rL)Zr*T+%XsEXWq3Q}|>DweWTNBKZ939~%YB{y?sF^a(HuB{!V$_=C z;>hQsa^bj7qmtNgF)C$Kbyi|VZq=C@xSRkW8KPcTGYCvOZ^t zND%A1PQG~-Zm4$t!-cSAQ}7^X1v7N#DK|cJC|^|bJ4o64`NB^xyzRNSi?s@PD9G3> z6H?^tF+?;NGabn<*|vIg)%ZBFO=cCjb<4=`k^8Co17{0jebgaH2L{s;@>;AdGQM+~ z#g^p&OY0WGN1{tfu2PR7X@1G+EOUGZwq@fmS<$hw%B-iyksuRV&e28YKx^-EpQ;*E ze0F-VV8En^R(g6v6IEY!=r7_;^Wc@@9D9o*+uI@?8Ge7Evu+hqln(7is$fO#Eud9c z&8|>Ka&m;@m600vy>_u5@}H#JUQ-w0I|Bk2aVJp{i+R_7n=WoYwJUM|i~Q8Hj`v`i zi0$LFcOcsHKjQ~IXwsdfUs$b8(Qe1Sg?oEXOxJUNqV`P8cQ7hN+Zz1b_rA_)uZp7> z#|xS{--&@B6_EsD=iB=?FQd4PwL>r^M8B`8=}UivUeU@VxkatbHq+zl1p>K)&v*S) zvE-s`Wp#U+A2D=z0dRF;ygY?5#nQH^; zc{}A$*uG4Yd-BB;2PL?}w)Vu4W<_5WDP5FKxpsj#HCad&Ox55y}nVnjI}k zWTv&VFq@xr2IZ>5!c#l{jAjJJ$OoI8-4PofzGhInlgfm=R!kGfZ&RfHg*44>)wo_| z&prc9*wALojwvU!ORO4Ul+f>zJjZ%le)f_-uG%$B1?aAIeQ`b#=hvFCYBN{+Dvl&h z73{E}%FzP!u?a?tS~p#7Xr-FkTUVm*nd^-TU`e+%?KF1tVij#s!$XstjCn-W6ndt% zMDF8hL}T8Ay2$>v@H3J6SYKwL&e!%}i40gE7Sr>Tkw1YRp|ka7H%}mv>K(_#8?}?X zE6-vUc+pk+)Cv{+&=pr@z4&EJ7fj3{Pb)dED3#Mz`MxQ0526~q$nM#})7Rjir^*wK zhzABzEohZG>NTDr-?>rG^m6=B)L(qoy{s(*yes;2ke@kzBiS@?cu$r&>UXq&KjL~! zfk$rA?$)XC2}Rrg*38(7#g*P?)7>wcu@mQKX@L=`=ctyvqc6aKpMZTJC}@akj0oD9~=6?8O$64Gq*khfxsY;a&`v(zW_pP==re3{|BI!{{T)s rCqY8M;6DkZ^8|bxDM+|V{wKr?W?}vh6YRWiSjYfqgggAHBQE9NQF%H$ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_shutdown_circle2.png b/radio/src/bitmaps/320x240/mask_shutdown_circle2.png new file mode 100644 index 0000000000000000000000000000000000000000..046efa0133514fa3864e5824bb5cb2e3e263a5d8 GIT binary patch literal 1815 zcmZXVc{JOJ7RP^SG$IIUFHh~Inu?vYG!hvxf+96kRR~dQgA}z?EUhi0$_QG-QcR0f z$1;`(QmVCdDzs`(Yp7x{(=kPrmpOCJJLkRk$GzWkzxRCZ{p+5ab-~$Q5_TL00Dz3UAs zIO6YUZwDM^+!^T+R$^4VSF~{QUz zaXjV~l{eVNW^>KI?jNLa-&s)2^SwM&5Fab5ED%g9{ZQBOM>(d;f!%Wv1}4wyDJS%G zbu1h@yoOR+t38IQogjUh=1VmJ1G02YX@BNL1!v z5f{#hG_MlU)1b0H!&B>&-v3(uL}u9*wCr*k4bs4(JwxLfc17$+}_Fh?2}luT*x)9`l4g;1JC}{%CrR#rYP{YQXE&y52D7Cd&OoA zUQ5#&yu|H~$CWCtIo@t=?V5RU$ZtoJq#$EA898my2R2wQlTmJJj-R%c z)>kPXOjLY`Tpv^8Bn;0_XeGn1FC}aSZ(GZ+6pJ6`!~T4^fshu3Q1A=<4x1uW(&aUK z%f}!ND2DoUteO#zUubRk1*L!+o`xH8uHbaz0`wAA{Zqd(|mpsQ#)}3*V zKz6alI6*s=IX6Lx$MD`RnygOYk+nJ4*%I-Cg@xw{a<)nX3nQngW9mlF&dXFmuym+G z$mxA|C0Q6*>{g3>jM(h+C z9p3GZo{ZNoE+`Rnuxtv7CYvJU(9+YCNfQFw;b-uhOCRh+#JwIsold}vJvwd?@u763 zkvh!uy;)|`doUrppLwUSO<#2%>p&oEUd2`zAHwp(BnH!bAX@r~DJ(+ff(f?hs)T(m zvoxzHxuCQ}VeUk~b{tdFgmuj|KZO@PEkc%_cJC{aM15EAXl&?SN^g&eubQq0_8p(w z)Lc6yqMVnDg`$Q9#*NzQ%yFl_w-S;L4>hg#P;(b7Y3~1R~ugqq3SX_th-BJ~wj2<9IV)> zxP+Rb3+wYR+=!GnnO?A`Ee&Wrn;xGd?>DFJdZxGhI!@{BzkGj@_5@mnjJ-I}PtvW| zc;LcaJ4&iDd;N>+BMn-v>Ly6=@s;Q7U-b|SO5-H^H_?jhV%~g@nM}5h)!|Aa1ZQ+B z_xnGR8{A%;+})1!wfCt^aqh}aZio_-q|dH@$hs3<&#{D&WG}Kp`eXLciNYtKL&JH} z0{m!!C~{PwPyl13u_*#+gfKEAB8^a{NR+9i0TPKqA}fZn0{;sLzZMWox$*yivH3rM t{U8=B1oZy1ffgJd7)|pNev|)MVuUg?{fF`YR)#NR00*429UDVR{WobI9ftq_ literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_shutdown_circle3.png b/radio/src/bitmaps/320x240/mask_shutdown_circle3.png new file mode 100644 index 0000000000000000000000000000000000000000..e01f71f983439d3a80c5ae38102bd924f0bfa6f1 GIT binary patch literal 1819 zcmZXVc{JOJ7RP^fwKQVr5EVk0Xe$j8G?r0GNGvT8vDJtrJldd1OjC-~7NnM{wbU{? zYU_;U8C7Z-l#bZid6sk&)v?yn>Xu?&=FB)49> zp0<*Lbcm}n9{7`&C+L$zhhm9-EJ^3tzf8&zQO=Ph71$(qg2IXvNXo=={vc`t0AyhC z6kj$u_>z7sGbTLp0$rbdIhL-^VZ;IeF>9FWJ|je_JX_bWOEG*zzEa^(5cqPvZDfmh zSdD1!@|3WXD*F_Ylf)2z-d9K*jG)C8G&S4Dw+;*;sexTu0hrEkzCbV*-*t`}F0gu1 z+JN+qFu^8x4!oF#tghU^wPc^YPr=wqA*5m9esqz6j~@N)wEjO>i1w?ld!0?D$X2Hs zsSCf)EWo^i?!}xn25AWb9UZsS&#l$7OovWKzpp5G$XBsVJv+dq?%01b2R~7ZR>>Ri zX>J?x;S@QBa9Svpp)ST(b3UabN=gRG%Tz3lz3AQ@MA($))xYS8x6HI1X_vQ_F!qD3ZuUPj%3xyW5Ca(F9lvA108bZl`_N^3ys zY{$wveV3E3>eOQWT{3Pj{bS&s@%ZsXI{qVn0+F6and*uGtgE>ECTb_NAR;zCv|pJ+ zX*67!Yo|`2Gp#K?_@uYr?M5@})=I zORMdbo|+7fOtFV1%u5C4PnWr4v`&t*%ui+c%4_-pn@1ZakfY}Ei_h0` z#*sJ6DsMQc!RJqE$6GsvhisPTe`{Kvpi%eh@HF9=yxTxB;E(<`lfN7wlljB`aFm%L z`g-;~e4k~Oi5)7l=c-pU;hFY^BHo8A4v_y@b|vk!b=P~AYSO&}kW(ivc0?&6!byIk z=RpP3Lp1pAT!n#ZhMf?{j_Ja@7gPlXGNR|UdhbZTVTppsS6|F0hArgo-o3TXYIriz z(aYmQ`gLeL)KRbW8&se&tIC~y#00EFRX2~Hz#6ry1VuhP&J#Ouy-(l2jA~y zGg+zg`?*K#43UAm$|W4);3jj&OmbllNchtf;>fMy?(-U+TEmkc$4l!!x%5}Vb>KpT zfnx75BZ33CusYJM#?o?CQyF|=PZ{5=aZS;ltOy1ZJYg_@q6#=i-H*Ifb4Xq9;_{1x z6ElMI5tmY4QpcXXtYmF=C1}H4^!q+zo40hfbZM_@y7*O-0Tw&N3sjbNFMeQw{9*g&>%|zgLH>?@cG13{Nl2#1 zBT-PS7~fQ?1RfbA1(Zao$&v=0cUJ7rOn2SPG<+Ir06lzy;@X?3_2IM;v!m5_o>p(7ZBg zK`0QnB9Qpp{y+FDUpR&1qX{gax@yonM8`j02RaqPX-C{FFG=|{NdIEcCO86l*QBs# zr&HHg)NB;&$qiIuP6{8-N^ZWPtn5*$YoyVZyNQ<^Fs9dtgzY6a?8${S+sTOT&q)>; zFk%yY*kE2jn6sr2SEc$-|jF_;<@XP-X xm|Ol0IFI0DBmm++6WEaqI*T1F`6&N0#0-l;|ILKBfFDa3fJ8Wh|H+Y-@^4M7Bl!RT literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_timer.png b/radio/src/bitmaps/320x240/mask_timer.png new file mode 100644 index 0000000000000000000000000000000000000000..42e3e62fa167df4e1e41c1d2a1a8806b4a2b582f GIT binary patch literal 1232 zcmeAS@N?(olHy`uVBq!ia0vp^njp*pBp7dAqwX{BQ3+vmeOgEbxdd2AX^wgc+SQW>)|O z*-JcqUD;nS@-u3h-TasJhJk^(%G1R$#Nu@A)ZC2dRFUKVcWUl5Ge6mztmYrw<+~|m zS=65e!tt-Ae;ktN@!ihlb^MKsz@JCrny%j*)hD0xYCX87_-JQdVJhFuA5p1mW^L7E zWcGe7R{DC{lDn_+ZmI0`%&YoS@ZLA?^7Q}PKiluGp7;FT?>V1maIlFA3nyPU$~<{8 z;`FrN&U*~gjV73%`zNqJ=8E#Y`~TjAUC&DS_WNL<IeS!)%PM@ zJulzTWB1v&F8N}nr=sgFslPe>^PB&+cJO5^DcZ%GQEROj?E5LCpPz$Q+pVbZ0CV@sPMqcNF*Hb=2j=xW}Ebp+?@9kmIOChHg&*oZ=bC5KcYIGo{5|)N=}ogeiu^xh3z#QsevPnA^>dRxmXiN_ zRfJwyol5BqW`-TxO(ipDv>o3o^jqKZ)8&+|Ch02|-g^3(rzqTdz4J=v{Nv9#8j=@h z-Ed8jx+IYMHRbVsCbP+{$Q$QvwFFr z31g-CpWx8-pRV2&V|cM6B_`!m``zvZi*2q)U)=lA_gQX!+l4=?1=oBj`lHa8Ht)!? z6?t+8PH&zXKdYut+47yc`z(tc-)`#5pIrSu;@pFM);p?ec1pMD2mVmeEHQ3)am|mT zR`u&gyEi+c>^2)(M6Ql_wLS6ooLler=d)Qaz4fsy__+7liq#>??UGH4mzl(ymWuKNkPgiukdDGpscG)f(-Z6AF9G0vA4w z>e`#v9Id_Z?D--K4wm~rPg|69P5+k9#-zU0Haz{)3qI)`4&R?|e9i5>#iZW0Y>#zD z+lIe;_^v$LQ&MIS)N=E6p+#$q+3bJInNBy~jW&N#`S`Bk=ePYI_j^~ReB5Tgx%cX( zWvSmUK05lMHG5`{iqW-C2c~UvOMX|+JtxKOfY=fpV8&D}ag8WRNi0dVN-jzTQVd20 zMkcxjhPsBPAqIw4CI(g}7TN{|Rt5$OPIacDXvob^$xN#RX)w|?G}1M&2r)9SGB&X? zGJ|MHJlwh*s6hj6LrG?CYH>+oZUMR_hE}E~5Isp=f|r1LBtd$D^V3So6N^$A%FE03 gGV`*FlM@S4_413-XTP(N0xDwgboFyt=akR{0A)TM3;+NC literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_timer_bg.png b/radio/src/bitmaps/320x240/mask_timer_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..cf1930d01e82d64ab25da86fe99076e451436099 GIT binary patch literal 775 zcmeAS@N?(olHy`uVBq!ia0vp^6+o=d0VEiBTLK+{ltQvckS_y6l^O#>Lkk1LFQ8Dv z3kHT#0|tgy2@DKYGZ+}e3+C(!v;j&mC3(BMF#K=tKeHdm<1FxqEC!l$9fTR3G-iX$ zW-sydb!C6S$j_*0cJp7>8wLi(jh-%!ArXh4-Z<;c?GPe{p4W`@h)>x|c7q3csTHLL~OrkpoQ}ngLy6S-O*pwl{}lyj-_o^ZSK6 z-@Y^0Uz^r0`AyX7RP;Bisex0DC(X7Oc=3kUQgLOcQG~7iKCjjB;k&eN*jv3&efi<_ z#cM~q-5x#fYkRitoe=Nd>fL;G>)DvC z{VT1NxNRpr$VvJi8}fdstJvCU-kMjB#OaEc>?+Y#E=(+ae0afpJEPZE&+pPRR^HRF=7c|GQwfA3v7P{7pswrA#9PYFM-*xrWC%--%MywA%;vNz9Yo$M~7 z$DwX17qL^PXvc!tTjqSeCg8VGN4MdfiJ15i5s4)qcJvhVaepf~xbHuEboIX3?aemU zY8q!mW;)%qsaE^>OXZKm%tpbF8_t*}Cd}Z>o0S$B$HLS5QKilL+QAJQI2|h1UHx}b zjUlP%*ioj#vhxMX()F%xjCvNhSxI5x%$1EEt=S>9Du+W~#h4wa5B-+Yq@6v}?9h*O z_x73Yc&hfFW&8dKzXY^xl7aE5TH+c}l9E`GYL#4+3Zxi}42(>44GeV+O+yR}txOE8 zOf0kw46FRayWMyD(WoQV|P@d8VN=6!R8%i>B zQ;SOya|_TdF|;x@f#^x{61)V|BMH(IoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G Q6i^X^r>mdKI;Vst05JwF`~Uy| literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_topmenu_gps_18.png b/radio/src/bitmaps/320x240/mask_topmenu_gps_18.png new file mode 100644 index 0000000000000000000000000000000000000000..abe2af812c1bd70ae35ac10617e73f0743fc1b97 GIT binary patch literal 577 zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$0wn*`OvwRK3dtTpz6=aiY77hwEes65fIkR_~qkyN2V~E6M-}C#mTMA{^KYaiG+2;J*b43#G7UgZ) z;j`q13iITvDIeG;7_Er*3HJ(j*(9+pWw*4Z=4986@m||@dwbm}zW@7Q)$9|m?JF8p ztn0MbF1tVPKgS2bEVI+s3$jc}GTKNnI>f|1MZaluo=Dw82+Lg`s4_!M1hLk_rvZ`_^RdlJ~HDWxFigYIzqI*Bz7T ztDg4x>boRQUHOBp+lcSSBJBd(nNyeL2C9WhtIpY-S*r9^D9ZbM0CZfbE!Vr~JtC5Bd} XCJ;SIUV@i^dKf%i{an^LB{Ts5;0)02 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_topmenu_usb.png b/radio/src/bitmaps/320x240/mask_topmenu_usb.png new file mode 100644 index 0000000000000000000000000000000000000000..0b96421e63956003421c9388ce59c09f09495b4a GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^{6Ngk0VEhcz4Q1Dq!f}pf_xbms?-=58d?|_egTCV zUNA6}8Za=tN?>5Hn!&&zUNC1@pbb!hDaqU2h2eru+{b4?9%q3^WHHd>>mbbNq%pe! zD9B#o>Fdh=f{~w5)9mKItT#ZRYEKu(5RU7N1q}WF8UBO7-_NIP65fDVEWdxUvj13e z^~JddkA?sK;AVbbdeCeqW27yIuP4*HNt%p6{dWIcm>K>vFf+cLAHpL1mf6AM*V%ok zqW8Xvifc3OSf`%F!SH|8RhgN$=Wx41%>V!Y_on%p44eP|pCM|UrE~P78PFKj64!{5 zl*E!$tK_0oAjM#0U}U0eV5nkR_~vuagHL`hI$xk5ovep+TuszOO+L8?MUZUF;>N9WP7 z)7xen@Z5Q={fpCWljltk?zZB_*T*y5^quYZ|6h>*gLh7E z%CxI)-c~DK_;#oIor=1$<&{!zWn}*L+oyUyuDa>o<$2OKC~w-PgtsfEe#)4fm@GK^ zQ_!YIoDPCHNz+2b{ETjEOz!RKy>({>-<&`7b4v|BS{899OfD^zGy2+j{8PfGmV-CW zmOnYp=a+hBtxA&m_9!0Dr><;y4<;8JTooZNtRplnP)qM~clw!4KjweX>U8;-pn0dp zL#@&6&c>;iA3pL`YwkT2V)1-UdFPhQHxAbVAWQkmTv|s$NQe4x{gC7LWtTGnl zQ}VfE#W63bV{-K|w-e2bXXGOqn4H=gHeCA<(Yk!Yp&7rJcFa!X=PL`ld+_&+9gEM` z9KLbM+4bR1R?96}%~J$xCQWYdzHFQ3?~yZ+n_WelWzy&1z4}M?CM16pDOjl{{h@%( zEw1;*>z)NS;_IFN9QeKQ@4ngLzr0+&d*^Ai_WNAen$K`U@4(R_y=As4>mPh^JHU8H z`>H_6nn-SUsfsz0uf5wgZ{2;Rc-if8>6^w&8BY8?aI|-g)%;aC&$VyOnYzeFY=Nqq zpj+_Emy&!>f3?n>R9x@&HUH@G726fxY22Tr>Ux!vtL)I4PrRF%?*(4a-@wabd~jXV z-pB6}QrV*!ZaZ2W&`-#0mzMRge)3`Yg_2`^Ml(W`Z_hsLx?%PH#f;NEPOz3f_@rl4 z{fVu;=is+>Rmq#X)0RA+V#^`)W;%zhjB@Xc-%3yXd!N~LI`5Eh-0zU>;C;|nk#SMY zxg)oGxaIcz-4P%tl>hkxJBOpT>wi1L4|@cwMGDh5C_jkRynNrtLTCXu+q);X&YS*7 z{3qY@uKhuu=(%$pJU1e3=g4(T;a#6x*A>E1y^a0-y`ubA6YY2J`n37`hF=r8ww!OR z_hhYFUd?@^uTk>S_L6n$m-@+H|0Q=Wn<2kJHpZfAN+AEs-P68C9$%CZdHXo``tXUJ z%YK{9+t+_j_Ne-gA2}6=-tV7z!uk4gy?u8ScGoYiJpZ9z?-%R-wI0oLCuCXy^H8#< zi(?4K^<)!+G~wUp8Gvb{R7kSxpK{}O(f^SWl64y$L=6l!>X@hfJbB;<%hUhqKTe-N zcId>1|MEVpkN?}(N6wIpkbKba|8Dp+|M+{x#zsy*)|^jDl3-o>&*%V)M7@6zJ460Q zRT~D?M~Xn}R7+eVN>UO_QmvAUQh^kMk%5tku7RPhp=pSLp_Pe&m5GJ6fq|8Q!Gcqr zsVEw9^HVa@Dls(}nL#wTA9rR3YS4h&P?DLOT3nI{%=>7T7+RT{K=dSe30?x~VeoYI Kb6Mw<&;$U1KN6q- literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_txbat_charging.png b/radio/src/bitmaps/320x240/mask_txbat_charging.png new file mode 100644 index 0000000000000000000000000000000000000000..908ab11c662808ca3e6eb9aceb199f5cc60651c5 GIT binary patch literal 1337 zcmeAS@N?(olHy`uVBq!ia0vp^%s|Y=0V3UginszPg=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C;Ox@CkAK|NsB@@89p-x_RvIf$dv16z3+reEzhn zwZ>ReeC6VK_NJOz3W6e>3{M_Enm(!9&QznkFn#T+rO%!`&P$K`@#FiN6-%~lT6b{& zo;53j{D5XMCV9KNFm$lWdH^|`1s;*bK*wGOVMZs7*%d%R_7YEDSN0c-{EV7rH~(e5 z0eYgoDkP#LD6w3jpeR2rGbdG{q_QAYp(3{c=*G^YVcwe-8}QtDEmF)9y-Br3MkwL? zsx-^v^QZA}Hmc}L&tN6JcBvRk;N*97+X4*uVcwKJaTg8M#gss8J_WL zFfb}QJ48eqTst5VCJ`LZuuJlr!-mDLSl%Z;a+&|JZR5`NuBM-omRnx1gtI;H)G~XL_$jMljdIiRe?NIYFu$AqL+vd0 z-l9dHgVd%Ra#wp{X&zu<8>koNW%^dJGQ=-m#zNz}mnn;E_Ow$I+2qoX{fctfR_0}! zzN>b7piQurh$Vl_-4lzh2Ty&wW6{(#BB@5s(MckSCR69lbJW-_o|dKgSN7_DG5N*! zifjV+ZT09{B`or$Bl0PCn(@BC3;bE?3OX#ivvM!*4%W8bDw?%hDDLX1K;5@r+}JOz zGy1RgL(gY*hg;{>jL-8Pg2$EQhOEdod3ns zPVvJY!QG;T?i-jN#B$yioTV+c!!>-$;+Kn>la{bHz1jBBv}66J$f-;2{$S9&&|iPH z`kP?mA{V?wk~J3EtC7XdA0Wa zYW~&vD;<8vSS&yEJnypg{_75J1ZF7KW*`3*@#;(A+V@v0c^`0RZMN={OTFU!Yh7yX zwT&84*NS=$mMb=7^xdmkJpbIE{mcJ{s$TjXR1?_g|6=+4??>E!y*%^({EOw&t&h#i z5-)vs$HRWT&Ub;0;+C`iFRV&Ru8A&={ZJ9L=y&1E9c$#@zI)aG{FdEj*>#!ayV%TS zcYH6km$)2n)w;B4`q%2mz}%_j>Eal|ah>&GE8_tL0fvpgAHCb~f0?g?U4WFK*mGvX zRIl6%?8Uj~TGjsudG&pI0o)TLVD8c~vxSdwa$T$Bo=7>o>zOmqzlbq!5J3=FMI z46IBnv<(cb3=9^W>P$t^kei>9nO2FZ!N?4v!Tq>1sCd(W+fb63n_66w2rL}XEHSh) XHG$|!@)EoR)WhKE>gTe~DWM4f=Da`; literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/mask_usb_symbol.png b/radio/src/bitmaps/320x240/mask_usb_symbol.png new file mode 100644 index 0000000000000000000000000000000000000000..0d01461c2defb418061d1d3cdf3af433e963bfc3 GIT binary patch literal 13795 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 literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/splash_logo.png b/radio/src/bitmaps/320x240/splash_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..e364caeb4999ad52340f22d2fdfa7cb2545c21c3 GIT binary patch literal 29487 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ð{ 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + mhotar@gmail.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/radio/src/bitmaps/320x240/volume/mask_volume_0.png b/radio/src/bitmaps/320x240/volume/mask_volume_0.png new file mode 100644 index 0000000000000000000000000000000000000000..28a2a2ad509ba839beec558ba632b2fcebf6efde GIT binary patch literal 1276 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CN0VEjmq>Y<_ltQvckS_y6l^O#>Lkk1LFQ8Dv z3kHT#0|tgy2@DKYGZ+}e3+C(!v;j&mC3(BMF#K=tKeHdm<1FxqEC!l<9fTR3G-g)- z1=&kHeO=jKF!D2MsW4`Fq%$xut5$_XlmsP~D-;yvr)B1(DwI?fq$*V87BDb)bRG@! z-ZtBSXKuD=Y}3RPPW^V48DHn{?fw&YQbn<4`m(nRK2{#syms~K^}hD||1Ze@!Mnz< zXzEpWeX|)ij;_)cPhS1(TF%6om67_>PoL`fnI>g?b?GY|*K~cY8`e?Evb9AVVIMuG zuWB=Aa8)>>vsx$S$*aXac2X?4e5qyyo&Vovb$hP~%wUk-YFcsPiuk+RlTR|U6;GdV zVK>Wkt5-4Hg%hG}moNFK#C-liu)%`RJ?A;iI8STv9!~xsx?1O>`W`Pu!#xpN=M7aS zA8@l#JoVI|!g%t*V=1fFtSU2}XeRwTX@=#lB$1g3*Ixa6d~{>y^ptl2HY%INd|D=R z2%nc_$uB&jY4ce5Of%CO`G^K4r?!R-Tfam!FW+!@<}bD#vlsI7@rB(z_0;>(WzY`xc#zR6U)-7?miJ zXf}1;yq5ua@heuY`aAdPeo^_w_u6U})vWe9xk^~%O-txw?lAV6#S7*qq#J}Z#eFV2 zeD~lfzHLm~noA-|+Ld+Q7HnpYY?t{bGAnN5W*)W8XTDiJFuI|;?_xu?+LI=$l7n(|rCvaXhT&0^TRBh7l{P04;9rTioBUGGS~;cy9Ox)5(wX%|*FI)u-34O#k=h)u~<5-*&%W>F_(| z$Mlc|F)(c4y^xZ}|KOm}!$e`qIsxZoybI*m#6jiB^=5#LYkdAg|# zPm_Cl7#OstFfiN%+Vkn$Nyb^;d;We?T+j5M&q3kCM3(n^ww;;5`2QaR)2V9;YEle$ zS?*1=`X2XfCa`c|P%UwdC`m~yNwrEYN(E93Mg~SEx(0^2hNd9~hE^s9RwfqO1_o9J z1`AGgrlM%b%}>cptHjh`WCqdTe%zTEs6hj6LrG?CYH>*-u*g8O#K_7Rs^>=Urh1?r N22WQ%mvv4FO#p2U6~zDm literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/volume/mask_volume_1.png b/radio/src/bitmaps/320x240/volume/mask_volume_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b83fe1518ad0a740c613935f783530e1fd516fc2 GIT binary patch literal 1303 zcmeAS@N?(olHy`uVBq!ia0vp^AT~D#3y^%1eq}O{Qb_g)@?~JCQe$9fXklRZ1r%y{ z!N5>zz`*b-fq}tl1_Oh5!JJ)zHb4ocByV>YhX3vTXZ8bmoCO|{#Xys(=cv`}^l#^S+1X1!j{X z!=!azE?8u)JIzuvJMi+VZj)!Jd++9H8y{PpCaJ8-#bKuw`?4KWGJCo- z<*0Cjl0ee5P%%HF+ZvO5xg2xX`LO%_Tf13L&CY!tW6q{^=bV?>eT%=25gqmKTXkuY&XPf+2^c$?&DNB8)& zlV$NYJaW=DS@}#e(;4}Q1}3Mrh7H#~M6@p7aA?LarX8~v^7EC2-97kw#*W43Yn*Rh za&~?AlhtxdRz%`)lp<*N9O>c)hRA_c*|W)B|n^z4yR zeBG0DzkBc$ z-!_JA%^Y1-OkXNmmdfUpD7>9;c)rtRN$XPyLA^QoeBuY!{p(|kQBoAY(m1<(;?2qC z7AZVOc3+jA9c!X&yZnvggoOPrFCI!{9=Ri~Sf6F`o%7=dvEwgpy|NWtR>3~q;MC0| zk=!;xF8?OAwiE~HPR*OU-B;T=*BS0HSnqiFBGAot$@{2l>9XC6QghqI0 ziS4_WdsO|0g_+I6@9AovE__|tJz4t9yL6NHl65Z@#h1!>%C>)cISH7DwtBiahHzY0 zJ-1PhIgx?k!F#>>ld9{aoX`4lsBtz=Z2TzX|6rlYyo1aWHVAZb#QLmVD5T=b^MozN zE30>RwlUcyVRZ##&|O zmrI40R=4`fu51jF=*m*=-gdUa^vbktAw`?@OrFL)F-nZ}KfH?B+Riu9P<`dA>C1)qA?O6I7=mFId*NBpo#FA921GbWni%2RA(xRhTQy=%(O~O4Mt`V4erOCnSmNK n;5L+G=B5^xBmzqlG)s)EjG=mN^lqvL>S6G7^>bP0l+XkKvydXI literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/volume/mask_volume_2.png b/radio/src/bitmaps/320x240/volume/mask_volume_2.png new file mode 100644 index 0000000000000000000000000000000000000000..9b44cec58fb4ceda93d00b2f73f7b89063e48375 GIT binary patch literal 1329 zcmeAS@N?(olHy`uVBq!ia0vp@K+Mg-0wno%pMM3U6p}rHd>I(3)EF2VS{N990fib~ zFff!FFfhDIU|_JC!N4G1FlSew4N!t9$=lt9;eUJonf*W>XMsm#G0?>8Ak65bF}ngN z$X?><>&pIuk)KgZg)z$`oq>T_sVXF*Bq*_5p`a)~Ei)%op`@}PRiPrcfPulI^Jtjw zwb=$dcV3IwHcd?7ly7Ib@pZ3W^`E|!NdkwaFMGS_p{hW%RBs*c-#`DF_dPV;V0AJy zOn&c;ge39R>tcG=&Whgbn)WPpZ;YO{@wM5RYeJ^4+AK16?+S;qEpAr7o&>CUG+8f{ zx16ENp))cpa>t3Q?lWslG;YZp%XuL5|7}*c_nW{72I;M)6(_Ekzk77@31jnC?~E6* z&EB%5>sl>Ntexk5sbXSd`UlM&388z|bGEdkPH8*+_>p#5#GRF~RdQX=gWx6`rJe`xRIQ}dDz zEKFK(Z|}VuZ#K<*YMH6xIO*@CmF@{CYR~jqeq~zTQD+FL2|d6wIguxPK}%!1`hn(b zi<>ze^_Kp#c|@3I&M(mXTbC$Ms$7@<=v;!k!m>%1?i*PMEf8iCd~)r)DMQ?U_Qkgq zcO8RRIs4@AzWzLHd4F{+zqoCK`T@R&7HLz0{a@~$`1R(IMKY1MPjjzNpLufOZ?pLe z-QV{;68}+?TXEq1{h1m;*SGuKyYrx|-o1OKpnmKZ?q#+fmp^^IUcCa_HO4%W@v*_!Jpp!fCcFAhf+52tPxUNI5fAVI;47v`Td z_#84}M_bFiU(3EXnFwAke&(9x8G29NaaPA~zArwWXA}JSTnd)Hc64?-yDIoLQ)J?! zV{`kQPZxc&{T)=^vSI1M$0v8qVs+J>cx7qz#ntkX&Z@JOj^C?U^`lJbjP#7qg2XjX zF3!2JWz)75Yjm?+FHhUJPgbNigf;V%;C^fKfa_ZmeGlHN7x%sX$;o-+UC-+-g{yN@ z0+0TAa!kL`*X8#1NfVrazEdr6jVMV;EJ?LWE=mPb3`Pb$+ S@1}a79tKZWKbLh*2~7akOF(A; literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/volume/mask_volume_3.png b/radio/src/bitmaps/320x240/volume/mask_volume_3.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc3cf3d12813103d87d70830dbd002dbc90233d GIT binary patch literal 1372 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~o!2%@jygs@KNGT+H1o<*BRH-pAG_)`<`~nI! zykKA`HDF+PmB7GYHG_dcykO3*KpUV0Q^e zP>{XE)7O>#1tUMBmI`B*M>+!ovsP6|L`hI$xk5ovep+TuszOO+L8?MUZUF;>N9WNn z@3PwlJa-<8*fOy;G*rmkoKjZ1{8oP9%Jj7+%w0S2+&&AD)jt+x zhaMJgPzp$z<{PG0^fgj!K5y5x!!vwi9@X!@^-8E(MC^cDF1OsKp5EORMwJH=-U>-o zU4Iai{&uSX`_8k)o>J?L3fbp3afcl}KFh%)A}w==jo!Yb>8k%)%r#Zo*u9_1d2iyV zIU>6%#!vixp3#jNI#WZh=ILE}_xJ{nd3tz^tJsdMmH$4x5_n`f)0)TsFpK448C)5BG#`D|>N7q3fu z!KPdxvwpu~-J{y@{h6QL=35#*S|q#ngR1ZsD>H^S`Uj4NuDG_87I@N3Gck&NjtdWPfVNBpoKR0Er-QS!vb;_yaI$NCDl?rG zSiHpl=$^XGOb>VO(Z0T|bam8+g$YM@CVHO}cz65LnuJR$$`*2`F7&lrJMHM9MG)=(cpgEnHi`-18ze}W^QV6Ng}XFLbJrk${4EWM(?J2pdJQKS3j3^ HP6)^mS!_!N||3rNWryk|B&z;92woI%I4HYssr zgx{?BmNdCDcFnFL!);l4XTx5ed0nh~joHIKU2 zh4SVzbUAcHnnmtBaWy@%#*8D1Kh>_|>Q}Hv6mA$^z;zaJe;7b)#JFS0+@MMU}7dQDHGV(tBL89iUmiHgd{2&h={b{Fcm!$~a z=umgrIfw0in$e9JI#WZh=BZuEdmO=IoF3kz#C_(LP5mA#vyZdR$aXDHxz^NKAe8vX z&f$ZY`${_usTXU{A} z>7InbntyFSI={#MQ9CPLn|9Wra)oZoAq4jw+k|#oVg%xWn#3HN#oA}(RGE^RiuA?fAsi@?V9s7?ym~k^ooUbcf!>lO;m#!Sy|N3-~t_ zHLPurRcQLfp<#LW5~I2G1l|)b{TIHJv_73+csl1je+IeU#aE)|y54GfHwla5b+wc=N?WTkEAQ z6Cbk7)a7xNIdehLS>Tp;*YP(q9iR06*xSM0%-s0G%d7tM1D}RC0}l1=h3g#u{IZw0 z%Xg4jd(K=*$qk>&tZW4|=i8k-s(C5l#$sES@6)1#&;PN!5;|w^^1I(d79{Ka@z%Ov zz5Ba^jKmJ*+Sd<$ZM^dG^wzqTZm9#}3Cj&+Y)@sje2G2%E9&^7oXFo#TepW#Jh|+* z**rz}_kEAlf9x@{dC*_3)^(wGskpiM4BK}Z7mXiXa^25h)ZwvlcgA~W1_nk;PZ!4! ziOaqh9la+PG8}lAUccNs@mm>Zt43?*wWA(^TBj8`_+BoMU$FY3rd7!+?-wVX**gWS zt~oCCXyQA}7snFFCLAp2qTcxKu0*bE$cLXC`{Ne{UOUw(|4sGlDX*QM&aN`IQs66i zwb|KsmPk#g^WBB3VmI4mHK;rZT@!ir-O^q6IHU-R8v;=;1X{k)IwWftDo%{7u+)hSw9wJO8= z#kW%nPW0S{ ZF|sm->bcRosUE0@!PC{xWt~$(69BelY{viq literal 0 HcmV?d00001 diff --git a/radio/src/bitmaps/320x240/volume/mask_volume_scale.png b/radio/src/bitmaps/320x240/volume/mask_volume_scale.png new file mode 100644 index 0000000000000000000000000000000000000000..6ffa265c2562d06fe85d729c829fad95d171ca7f GIT binary patch literal 1918 zcmZXVc{tnY7RP^KVh^#5TBp>$RgfsD*4{*IW2b6~ok}U0wzi6`sa7X2$vWa000m(w23WK z|GIN?Fb}{RZ2XETQr>7=O8|(J2LOB`030z(cm@Fc1_OW%PXIs`0KmD>;!YbqW`o7c z9AyHW5i-Xp%#1S>?Gny>nf_ORj1-IRGmGpvGfPu;28a)&EDH)k`vU-&5^3*@v&Gz# z3JnYK3k>#^!bODoO5MkX0)TT;owI9RjSkNVUD=OQ>M$-p`=^7V@YV1Q}Qo? zBZK}%5Cg$?77}-B_@0bPQq6h3%)OA&yBBbd02{Q*Sy~|!bf-4 zt{Fw6g3~NOg@suD+4gv%6YIVJzv}9WdLLg0d4@iR9K9@4?J@Ak_5ht!e9Xo&B)FJo z{7CoDtj(lRJ~oNOW?QZJ3`DrSHS3^D<5f1D%MSUP{x^QihUQh(MZS1SNtv$^roZ8_ zBnLiFcHgh9UXfkDaH=w&Y`IMg2?{3_vEEW1@bOE#cAGp=z9=)UJYDIqmZ;f(U}flJ zMQP27Nzc0!G_47UlBVe>ln6P#t~lKtXvx;zF05@5rd*MEzQ^IJQQ()&P;4C;0A+FDV@X7zp&_L8bUw~I^t5*&oG{v zegY%IdR)EFd2ywlTg7vnmzstARvg3Np$4>OAC310G7PWzN7nL9?ecX86$m9eyCdy# zAJoCH;PWNGF`5?rQ(fdWxs3IKp&h+Y$@(x`KD4LN1^t3Q(IejsuSw3x%&=*3mFy30 zVv$F5QMrbkPFQ~MowFuEFeyvIr?87Ip(d|Q*`=*l%}sxKT}uo!BqNUQW? zkEyLC!Q@F9YNo>DOtGAk2ihmKhJUw0yeqy=_l*Qrh~oIdznqS>NfWo1K@F`dh>?7^ zTC7)CUFwzjB~`+p#L66PH#=KyLPg^Pi3F*tCr8Gt?kt;MwLYE}u%>d1HKxS-5iLFn zmyk2wQE9s~*_AiRdv!DNNhc?}EmX-^+HrSR#HiYy8#)HJTVFCn3Cep zQ0cavYNyQ~D(+k3Ux(vlr_;z})5RZs?wVZ)uHT(^LK@C$Lr^91AJGUMW#oI>DSq4rl6&^TFVJ zk=|jxOaU}uns7CkhMES#9;ShW!;o+t6&MT&gO!dX`~DYz4e<%|i}-&)Q~PfKHDt`n o1Qh?{fD6R>hT|~IrS(51nn0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_he_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Arimo/Arimo-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x5d0,0x5d1,0x5d2,0x5d3,0x5d4,0x5d5,0x5d6,0x5d7,0x5d8,0x5d9,0x5da,0x5db,0x5dc,0x5dd,0x5de,0x5df,0x5e0,0x5e1,0x5e2,0x5e3,0x5e4,0x5e5,0x5e6,0x5e7,0x5e8,0x5e9,0x5ea,0x5f4 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_he_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_ARIMO_HE_16 -#define LV_FONT_ARIMO_HE_16 1 +#ifndef LV_FONT_ARIMO_HE_STD +#define LV_FONT_ARIMO_HE_STD 1 #endif -#if LV_FONT_ARIMO_HE_16 +#if LV_FONT_ARIMO_HE_STD /*----------------- * BITMAPS @@ -2578,9 +2578,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_arimo_he_16 = { +const lv_font_t lv_font_arimo_he_STD = { #else -lv_font_t lv_font_arimo_he_16 = { +lv_font_t lv_font_arimo_he_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -2598,5 +2598,5 @@ lv_font_t lv_font_arimo_he_16 = { -#endif /*#if LV_FONT_ARIMO_HE_16*/ +#endif /*#if LV_FONT_ARIMO_HE_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_STD_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_STD_s.c new file mode 100644 index 00000000000..14799d11644 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_STD_s.c @@ -0,0 +1,1788 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Arimo/Arimo-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x5d0,0x5d1,0x5d2,0x5d3,0x5d4,0x5d5,0x5d6,0x5d7,0x5d8,0x5d9,0x5da,0x5db,0x5dc,0x5dd,0x5de,0x5df,0x5e0,0x5e1,0x5e2,0x5e3,0x5e4,0x5e5,0x5e6,0x5e7,0x5e8,0x5e9,0x5ea,0x5f4 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_he_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_ARIMO_HE_STD_S +#define LV_FONT_ARIMO_HE_STD_S 1 +#endif + +#if LV_FONT_ARIMO_HE_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0xf0, 0xf0, 0xe0, 0xe0, 0xd0, 0x60, 0x10, 0xf0, + + /* U+0022 "\"" */ + 0x86, 0x86, 0x76, 0x75, 0x22, 0x32, + + /* U+0023 "#" */ + 0x0, 0x90, 0x44, 0x0, 0x8, 0x8, 0x10, 0x6b, + 0xb9, 0xd9, 0x0, 0x72, 0x9, 0x0, 0x9, 0x1, + 0x80, 0x9, 0xd9, 0xbb, 0x70, 0x8, 0x7, 0x10, + 0x3, 0x50, 0x90, 0x0, + + /* U+0024 "$" */ + 0xb, 0xdd, 0xb1, 0x78, 0x37, 0x68, 0x69, 0x37, + 0x0, 0x1b, 0xeb, 0x30, 0x0, 0x5b, 0xd8, 0x20, + 0x37, 0x1e, 0xa6, 0x37, 0x3c, 0x1b, 0xde, 0xc3, + 0x0, 0x37, 0x0, + + /* U+0025 "%" */ + 0x2b, 0xa3, 0x0, 0x57, 0x0, 0x84, 0x1a, 0x1, + 0xc0, 0x0, 0x93, 0xc, 0x9, 0x30, 0x0, 0x75, + 0x29, 0x39, 0x49, 0x80, 0x9, 0xa2, 0xb1, 0xc0, + 0x93, 0x0, 0x7, 0x60, 0xc0, 0x65, 0x0, 0x1b, + 0x0, 0xc0, 0x74, 0x0, 0xa2, 0x0, 0x69, 0xa0, + + /* U+0026 "&" */ + 0x0, 0x9b, 0xb1, 0x0, 0x2, 0xa0, 0x66, 0x0, + 0x1, 0xb2, 0xc2, 0x0, 0x2, 0xeb, 0x20, 0x0, + 0x2c, 0x6b, 0x6, 0x60, 0x85, 0x9, 0x6c, 0x10, + 0x78, 0x0, 0xe9, 0x0, 0xb, 0xcc, 0x8b, 0xc2, + + /* U+0027 "'" */ + 0x68, 0x57, 0x22, + + /* U+0028 "(" */ + 0x0, 0xa3, 0x6, 0x80, 0xd, 0x10, 0x2d, 0x0, + 0x4b, 0x0, 0x4b, 0x0, 0x2d, 0x0, 0xd, 0x10, + 0x6, 0x80, 0x0, 0xb3, + + /* U+0029 ")" */ + 0x85, 0x0, 0xd1, 0x6, 0x80, 0x2c, 0x0, 0xe0, + 0xe, 0x2, 0xc0, 0x78, 0xd, 0x19, 0x50, + + /* U+002A "*" */ + 0x3, 0x70, 0x8, 0x9b, 0xb0, 0x9, 0xb0, 0x1, + 0x74, 0x50, + + /* U+002B "+" */ + 0x0, 0x14, 0x0, 0x0, 0x39, 0x0, 0x0, 0x39, + 0x0, 0x5c, 0xde, 0xca, 0x0, 0x39, 0x0, 0x0, + 0x39, 0x0, + + /* U+002C "," */ + 0x2, 0x0, 0xf0, 0x9, 0x0, 0x50, + + /* U+002D "-" */ + 0x7d, 0xd2, + + /* U+002E "." */ + 0x30, 0xf0, + + /* U+002F "/" */ + 0x0, 0xd0, 0x3, 0xa0, 0x7, 0x60, 0xc, 0x10, + 0xd, 0x0, 0x58, 0x0, 0x94, 0x0, 0xd0, 0x0, + + /* U+0030 "0" */ + 0x6, 0xcd, 0x80, 0x2d, 0x0, 0xc3, 0x68, 0x0, + 0x68, 0x86, 0x0, 0x5a, 0x86, 0x0, 0x5a, 0x68, + 0x0, 0x78, 0x1d, 0x0, 0xc3, 0x6, 0xdd, 0x70, + + /* U+0031 "1" */ + 0x1, 0xbb, 0x0, 0xb, 0x7b, 0x0, 0x0, 0x3b, + 0x0, 0x0, 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x0, + 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x2d, 0xdf, 0xd7, + + /* U+0032 "2" */ + 0x7, 0xdd, 0x90, 0x3d, 0x0, 0xb5, 0x1, 0x0, + 0xa5, 0x0, 0x2, 0xd1, 0x0, 0x3d, 0x30, 0x3, + 0xd2, 0x0, 0x1d, 0x20, 0x0, 0x6f, 0xdd, 0xd7, + + /* U+0033 "3" */ + 0x9, 0xdd, 0xa0, 0x4a, 0x0, 0xb5, 0x0, 0x0, + 0xc3, 0x0, 0xaf, 0x70, 0x0, 0x1, 0xb5, 0x22, + 0x0, 0x69, 0x5b, 0x0, 0xa6, 0x8, 0xdd, 0x90, + + /* U+0034 "4" */ + 0x0, 0x9, 0xb0, 0x0, 0x4c, 0xb0, 0x1, 0xc3, + 0xb0, 0xa, 0x43, 0xb0, 0x58, 0x3, 0xb0, 0xac, + 0xcd, 0xf9, 0x0, 0x3, 0xb0, 0x0, 0x3, 0xb0, + + /* U+0035 "5" */ + 0x1f, 0xdd, 0xd2, 0x2c, 0x0, 0x0, 0x3b, 0x0, + 0x0, 0x4d, 0xbd, 0x80, 0x26, 0x0, 0xb6, 0x0, + 0x0, 0x69, 0x59, 0x0, 0xa6, 0xa, 0xdd, 0x90, + + /* U+0036 "6" */ + 0x3, 0xdd, 0x90, 0xd, 0x20, 0x93, 0x3b, 0x0, + 0x0, 0x5a, 0x9c, 0x80, 0x6d, 0x0, 0xa6, 0x4a, + 0x0, 0x69, 0xd, 0x10, 0xa6, 0x4, 0xcd, 0xa0, + + /* U+0037 "7" */ + 0x5d, 0xdd, 0xe8, 0x0, 0x0, 0xb2, 0x0, 0x5, + 0x90, 0x0, 0xd, 0x10, 0x0, 0x5a, 0x0, 0x0, + 0xa5, 0x0, 0x0, 0xe2, 0x0, 0x0, 0xf0, 0x0, + + /* U+0038 "8" */ + 0x8, 0xcc, 0xa0, 0x4c, 0x0, 0xa5, 0x2c, 0x0, + 0xb4, 0x8, 0xed, 0xa0, 0x3c, 0x0, 0xa5, 0x78, + 0x0, 0x69, 0x5b, 0x0, 0x97, 0x8, 0xcc, 0xa0, + + /* U+0039 "9" */ + 0x8, 0xdc, 0x60, 0x4c, 0x0, 0xc2, 0x78, 0x0, + 0x87, 0x4c, 0x0, 0xc8, 0x6, 0xcb, 0x98, 0x0, + 0x0, 0x96, 0x2b, 0x1, 0xe1, 0x8, 0xdd, 0x50, + + /* U+003A ":" */ + 0xf0, 0x20, 0x0, 0x0, 0x20, 0xf0, + + /* U+003B ";" */ + 0xf, 0x10, 0x10, 0x0, 0x0, 0x0, 0x1, 0x0, + 0xf0, 0x9, 0x0, 0x50, + + /* U+003C "<" */ + 0x0, 0x0, 0x4, 0x0, 0x17, 0xc7, 0x29, 0xc6, + 0x0, 0x7c, 0x20, 0x0, 0x4, 0xbb, 0x40, 0x0, + 0x2, 0x9b, 0x0, 0x0, 0x0, + + /* U+003D "=" */ + 0x6d, 0xdd, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x5c, 0xcc, 0xcb, + + /* U+003E ">" */ + 0x21, 0x0, 0x0, 0x3b, 0xa3, 0x0, 0x0, 0x29, + 0xc5, 0x0, 0x0, 0x7d, 0x1, 0x8c, 0x71, 0x5b, + 0x50, 0x0, 0x0, 0x0, 0x0, + + /* U+003F "?" */ + 0x7, 0xde, 0xa1, 0x4c, 0x0, 0x88, 0x22, 0x0, + 0x5a, 0x0, 0x1, 0xc4, 0x0, 0x1d, 0x40, 0x0, + 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa6, 0x0, + + /* U+0040 "@" */ + 0x0, 0x4, 0xaa, 0xbb, 0x50, 0x0, 0x8, 0x80, + 0x0, 0xa, 0x50, 0x5, 0x80, 0xab, 0xaa, 0x3c, + 0x0, 0xb0, 0x96, 0x2, 0xf0, 0x92, 0xb, 0xe, + 0x0, 0x1c, 0x9, 0x21, 0xa1, 0xd0, 0x5, 0x90, + 0xb0, 0xb, 0xd, 0x1, 0xc8, 0x2a, 0x0, 0xb2, + 0x5b, 0x92, 0xa9, 0x10, 0x2, 0xc3, 0x0, 0x5, + 0x50, 0x0, 0x1, 0x8b, 0xaa, 0x60, 0x0, + + /* U+0041 "A" */ + 0x0, 0x1f, 0x70, 0x0, 0x0, 0x7d, 0xd0, 0x0, + 0x0, 0xd4, 0xe3, 0x0, 0x3, 0xd0, 0x89, 0x0, + 0xa, 0x70, 0x2f, 0x0, 0xf, 0xdd, 0xdf, 0x50, + 0x6b, 0x0, 0x5, 0xb0, 0xc4, 0x0, 0x0, 0xe2, + + /* U+0042 "B" */ + 0x1f, 0xdd, 0xd8, 0x1, 0xe0, 0x0, 0xd3, 0x1e, + 0x0, 0x1d, 0x21, 0xfd, 0xdf, 0x80, 0x1e, 0x0, + 0xa, 0x71, 0xe0, 0x0, 0x5b, 0x1e, 0x0, 0x9, + 0x81, 0xfd, 0xdd, 0xa0, + + /* U+0043 "C" */ + 0x0, 0x9e, 0xdc, 0x40, 0xc, 0x90, 0x3, 0xe3, + 0x3d, 0x0, 0x0, 0x10, 0x6a, 0x0, 0x0, 0x0, + 0x6a, 0x0, 0x0, 0x0, 0x3e, 0x0, 0x0, 0x31, + 0xb, 0x90, 0x3, 0xe3, 0x0, 0x9d, 0xdc, 0x30, + + /* U+0044 "D" */ + 0x1f, 0xdd, 0xd8, 0x0, 0x1e, 0x0, 0x9, 0xb0, + 0x1e, 0x0, 0x0, 0xe3, 0x1e, 0x0, 0x0, 0xa6, + 0x1e, 0x0, 0x0, 0xa5, 0x1e, 0x0, 0x0, 0xe2, + 0x1e, 0x0, 0x9, 0xa0, 0x1f, 0xdd, 0xd8, 0x0, + + /* U+0045 "E" */ + 0x1f, 0xdd, 0xdd, 0x81, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1f, 0xdd, + 0xdd, 0x41, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xfd, 0xdd, 0xdb, + + /* U+0046 "F" */ + 0x1f, 0xdd, 0xdd, 0x31, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1f, 0xdd, + 0xdd, 0x21, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xe0, 0x0, 0x0, + + /* U+0047 "G" */ + 0x1, 0x9e, 0xdd, 0x60, 0xb, 0x80, 0x1, 0xd4, + 0x3d, 0x0, 0x0, 0x0, 0x6a, 0x0, 0x0, 0x0, + 0x6a, 0x0, 0x6e, 0xeb, 0x3e, 0x0, 0x0, 0x3b, + 0xb, 0x90, 0x0, 0x8a, 0x0, 0x8d, 0xdd, 0x80, + + /* U+0048 "H" */ + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1f, 0xee, 0xee, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + + /* U+0049 "I" */ + 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, + + /* U+004A "J" */ + 0x0, 0xae, 0xb0, 0x0, 0x5b, 0x0, 0x5, 0xb0, + 0x0, 0x5b, 0x0, 0x5, 0xb1, 0x0, 0x5a, 0xa7, + 0x9, 0x82, 0xcd, 0xb1, + + /* U+004B "K" */ + 0x1e, 0x0, 0xc, 0x50, 0x1e, 0x0, 0xc6, 0x0, + 0x1e, 0xa, 0x70, 0x0, 0x1e, 0x9c, 0x0, 0x0, + 0x1f, 0x7c, 0x60, 0x0, 0x1e, 0x1, 0xe3, 0x0, + 0x1e, 0x0, 0x4e, 0x10, 0x1e, 0x0, 0x7, 0xc0, + + /* U+004C "L" */ + 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, + 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1f, 0xdd, 0xda, + + /* U+004D "M" */ + 0x1f, 0x60, 0x0, 0x3f, 0x41, 0xdc, 0x0, 0x9, + 0xd4, 0x1c, 0xc2, 0x0, 0xda, 0x41, 0xd6, 0x80, + 0x49, 0xa4, 0x1d, 0x1d, 0xa, 0x3a, 0x41, 0xd0, + 0xa4, 0xc0, 0xa4, 0x1d, 0x5, 0xd7, 0xa, 0x41, + 0xd0, 0xe, 0x20, 0xa4, + + /* U+004E "N" */ + 0x1f, 0x60, 0x0, 0xe0, 0x1d, 0xd1, 0x0, 0xe0, + 0x1c, 0x79, 0x0, 0xe0, 0x1d, 0xd, 0x30, 0xe0, + 0x1d, 0x4, 0xc0, 0xe0, 0x1d, 0x0, 0xa5, 0xd0, + 0x1d, 0x0, 0x1d, 0xe0, 0x1d, 0x0, 0x7, 0xf0, + + /* U+004F "O" */ + 0x1, 0x9e, 0xdc, 0x50, 0x0, 0xc8, 0x0, 0x2d, + 0x50, 0x4d, 0x0, 0x0, 0x4c, 0x7, 0x90, 0x0, + 0x1, 0xf0, 0x69, 0x0, 0x0, 0x1f, 0x3, 0xd0, + 0x0, 0x4, 0xc0, 0xc, 0x80, 0x2, 0xd4, 0x0, + 0x9, 0xdd, 0xc5, 0x0, + + /* U+0050 "P" */ + 0x1f, 0xdd, 0xda, 0x1, 0xe0, 0x0, 0x98, 0x1e, + 0x0, 0x5, 0xb1, 0xe0, 0x0, 0xa8, 0x1f, 0xdd, + 0xd9, 0x1, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xe0, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x1, 0x9e, 0xdc, 0x50, 0x0, 0xc8, 0x0, 0x2d, + 0x50, 0x4d, 0x0, 0x0, 0x5c, 0x7, 0xa0, 0x0, + 0x1, 0xf0, 0x79, 0x0, 0x0, 0x1f, 0x4, 0xd0, + 0x0, 0x4, 0xc0, 0xc, 0x70, 0x2, 0xd5, 0x0, + 0x1a, 0xdd, 0xd5, 0x0, 0x0, 0x0, 0xd4, 0x0, + 0x0, 0x0, 0x3, 0xdc, 0x0, + + /* U+0052 "R" */ + 0x1f, 0xdd, 0xdc, 0x40, 0x1e, 0x0, 0x3, 0xe0, + 0x1e, 0x0, 0x0, 0xe1, 0x1e, 0x0, 0x4, 0xd0, + 0x1f, 0xdd, 0xec, 0x20, 0x1e, 0x0, 0x5c, 0x0, + 0x1e, 0x0, 0xb, 0x60, 0x1e, 0x0, 0x1, 0xe2, + + /* U+0053 "S" */ + 0x4, 0xcc, 0xda, 0x0, 0xe1, 0x0, 0x96, 0x1f, + 0x10, 0x0, 0x0, 0x7e, 0xb7, 0x20, 0x0, 0x4, + 0x9e, 0x50, 0x10, 0x0, 0x4c, 0x4d, 0x10, 0x7, + 0xa0, 0x6d, 0xcd, 0xa1, + + /* U+0054 "T" */ + 0xad, 0xef, 0xdd, 0x60, 0x2, 0xe0, 0x0, 0x0, + 0x2e, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, + 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, 0x0, + 0x0, 0x2, 0xe0, 0x0, + + /* U+0055 "U" */ + 0x2e, 0x0, 0x0, 0xe1, 0x2e, 0x0, 0x0, 0xe1, + 0x2e, 0x0, 0x0, 0xe1, 0x2e, 0x0, 0x0, 0xe1, + 0x2e, 0x0, 0x0, 0xe1, 0x1f, 0x0, 0x0, 0xf0, + 0xc, 0x60, 0x8, 0xb0, 0x1, 0xbd, 0xea, 0x10, + + /* U+0056 "V" */ + 0xc4, 0x0, 0x0, 0xe1, 0x5a, 0x0, 0x5, 0xb0, + 0xe, 0x10, 0xb, 0x50, 0x9, 0x60, 0x1e, 0x0, + 0x3, 0xc0, 0x78, 0x0, 0x0, 0xd2, 0xd2, 0x0, + 0x0, 0x7a, 0xc0, 0x0, 0x0, 0x1f, 0x60, 0x0, + + /* U+0057 "W" */ + 0xd4, 0x0, 0x6d, 0x0, 0xd, 0x38, 0x80, 0xb, + 0xd1, 0x1, 0xe0, 0x4c, 0x0, 0xd8, 0x50, 0x6a, + 0x0, 0xf0, 0x3a, 0x49, 0xa, 0x50, 0xb, 0x47, + 0x60, 0xd0, 0xe1, 0x0, 0x69, 0xb2, 0xc, 0x4c, + 0x0, 0x2, 0xcd, 0x0, 0x8c, 0x80, 0x0, 0xd, + 0xa0, 0x3, 0xf3, 0x0, + + /* U+0058 "X" */ + 0x3d, 0x0, 0x9, 0x80, 0x7, 0x90, 0x3d, 0x0, + 0x0, 0xc4, 0xd3, 0x0, 0x0, 0x2f, 0x80, 0x0, + 0x0, 0x5e, 0xc0, 0x0, 0x1, 0xe2, 0xb6, 0x0, + 0xb, 0x60, 0x1e, 0x20, 0x6b, 0x0, 0x5, 0xc0, + + /* U+0059 "Y" */ + 0x7a, 0x0, 0x5, 0xc0, 0xd, 0x40, 0xd, 0x20, + 0x3, 0xd0, 0x88, 0x0, 0x0, 0x99, 0xd0, 0x0, + 0x0, 0xe, 0x50, 0x0, 0x0, 0xd, 0x20, 0x0, + 0x0, 0xd, 0x20, 0x0, 0x0, 0xd, 0x20, 0x0, + + /* U+005A "Z" */ + 0x3d, 0xdd, 0xdf, 0x10, 0x0, 0x8, 0x90, 0x0, + 0x3, 0xd0, 0x0, 0x1, 0xd2, 0x0, 0x0, 0xa6, + 0x0, 0x0, 0x6b, 0x0, 0x0, 0x2d, 0x10, 0x0, + 0xa, 0xed, 0xdd, 0xd5, + + /* U+005B "[" */ + 0x3e, 0xa3, 0xb0, 0x3b, 0x3, 0xb0, 0x3b, 0x3, + 0xb0, 0x3b, 0x3, 0xb0, 0x3b, 0x3, 0xea, + + /* U+005C "\\" */ + 0xd0, 0x0, 0x94, 0x0, 0x58, 0x0, 0xc, 0x0, + 0xc, 0x10, 0x7, 0x50, 0x3, 0xa0, 0x0, 0xd0, + + /* U+005D "]" */ + 0xae, 0x40, 0xa4, 0xa, 0x40, 0xa4, 0xa, 0x40, + 0xa4, 0xa, 0x40, 0xa4, 0xa, 0x4a, 0xe4, + + /* U+005E "^" */ + 0x3, 0xe5, 0x0, 0xb, 0x2c, 0x0, 0x3a, 0x7, + 0x50, 0xb2, 0x1, 0xc0, + + /* U+005F "_" */ + 0x1b, 0xbb, 0xbb, 0xb2, + + /* U+0060 "`" */ + 0x27, 0x0, 0x57, + + /* U+0061 "a" */ + 0x9, 0xcc, 0x90, 0x1, 0x70, 0xd, 0x30, 0x8, + 0xaa, 0xe4, 0x6, 0xb0, 0xc, 0x40, 0x79, 0x3, + 0xe4, 0x2, 0xcb, 0x87, 0xd1, + + /* U+0062 "b" */ + 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4c, 0xac, + 0xb0, 0x4f, 0x10, 0xa7, 0x4c, 0x0, 0x69, 0x4b, + 0x0, 0x69, 0x4e, 0x0, 0x96, 0x4b, 0xab, 0xb0, + + /* U+0063 "c" */ + 0x8, 0xcc, 0x60, 0x3c, 0x0, 0xb0, 0x78, 0x0, + 0x0, 0x78, 0x0, 0x0, 0x3c, 0x0, 0xc0, 0x8, + 0xcc, 0x60, + + /* U+0064 "d" */ + 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, 0xa, 0xca, + 0xb6, 0x4b, 0x0, 0xd6, 0x78, 0x0, 0xa6, 0x78, + 0x0, 0xa6, 0x5b, 0x0, 0xe6, 0xa, 0xca, 0xa6, + + /* U+0065 "e" */ + 0x7, 0xbb, 0x90, 0x3b, 0x0, 0x96, 0x7e, 0xcc, + 0xc8, 0x78, 0x0, 0x0, 0x3d, 0x0, 0x73, 0x7, + 0xcc, 0xa0, + + /* U+0066 "f" */ + 0xb, 0xc0, 0xf, 0x0, 0x9f, 0xb0, 0xf, 0x0, + 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, + + /* U+0067 "g" */ + 0xa, 0xca, 0x96, 0x4b, 0x1, 0xe6, 0x78, 0x0, + 0xa6, 0x78, 0x0, 0xa6, 0x5b, 0x1, 0xe6, 0xa, + 0xca, 0xa5, 0x15, 0x0, 0xc3, 0xa, 0xcc, 0x80, + + /* U+0068 "h" */ + 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x0, 0x3b, 0xac, + 0xc0, 0x3e, 0x10, 0xb5, 0x3c, 0x0, 0x96, 0x3b, + 0x0, 0x96, 0x3b, 0x0, 0x96, 0x3b, 0x0, 0x96, + + /* U+0069 "i" */ + 0x3a, 0x0, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, + + /* U+006A "j" */ + 0x3, 0xa0, 0x0, 0x4, 0xb0, 0x4b, 0x4, 0xb0, + 0x4b, 0x4, 0xb0, 0x4b, 0x4, 0xa3, 0xe6, + + /* U+006B "k" */ + 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4b, 0x3, + 0xc1, 0x4b, 0x2c, 0x10, 0x4c, 0xd3, 0x0, 0x4e, + 0x9b, 0x0, 0x4b, 0xb, 0x60, 0x4b, 0x1, 0xd2, + + /* U+006C "l" */ + 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, + + /* U+006D "m" */ + 0x4b, 0x9b, 0x97, 0xac, 0x13, 0xe0, 0xf, 0x40, + 0x95, 0x3b, 0x0, 0xe1, 0x8, 0x63, 0xb0, 0xe, + 0x10, 0x87, 0x3b, 0x0, 0xe1, 0x8, 0x73, 0xb0, + 0xe, 0x10, 0x87, + + /* U+006E "n" */ + 0x4b, 0x9a, 0xc0, 0x3e, 0x0, 0xa5, 0x3c, 0x0, + 0x96, 0x3b, 0x0, 0x96, 0x3b, 0x0, 0x96, 0x3b, + 0x0, 0x96, + + /* U+006F "o" */ + 0x8, 0xcc, 0x90, 0x4c, 0x0, 0xa6, 0x78, 0x0, + 0x69, 0x78, 0x0, 0x69, 0x3c, 0x0, 0xa5, 0x8, + 0xcb, 0x90, + + /* U+0070 "p" */ + 0x4b, 0xab, 0xb0, 0x4e, 0x0, 0x97, 0x4b, 0x0, + 0x69, 0x4b, 0x0, 0x69, 0x4f, 0x10, 0xa6, 0x4c, + 0xac, 0xb0, 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, + + /* U+0071 "q" */ + 0xa, 0xca, 0xa6, 0x4b, 0x0, 0xd6, 0x78, 0x0, + 0xa6, 0x78, 0x0, 0xa6, 0x5b, 0x0, 0xe6, 0xa, + 0xcb, 0xa6, 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, + + /* U+0072 "r" */ + 0x0, 0x0, 0x4b, 0xc6, 0x3e, 0x10, 0x3c, 0x0, + 0x3b, 0x0, 0x3b, 0x0, 0x3b, 0x0, + + /* U+0073 "s" */ + 0x1b, 0xcd, 0x60, 0x69, 0x0, 0x60, 0x2d, 0x95, + 0x0, 0x0, 0x49, 0xc0, 0x53, 0x0, 0xe0, 0x2c, + 0xcc, 0x70, + + /* U+0074 "t" */ + 0x5, 0x0, 0xc0, 0xaf, 0xa2, 0xd0, 0x2d, 0x2, + 0xd0, 0x2d, 0x0, 0xdb, + + /* U+0075 "u" */ + 0x4b, 0x0, 0x95, 0x4b, 0x0, 0x95, 0x4b, 0x0, + 0x95, 0x4b, 0x0, 0xa5, 0x3c, 0x0, 0xd5, 0xb, + 0xca, 0xa5, + + /* U+0076 "v" */ + 0xc3, 0x0, 0xb4, 0x78, 0x1, 0xe0, 0x1d, 0x6, + 0x90, 0xb, 0x3c, 0x30, 0x6, 0x9d, 0x0, 0x0, + 0xf7, 0x0, + + /* U+0077 "w" */ + 0xd, 0x10, 0xa9, 0x1, 0xd0, 0x94, 0xc, 0xc0, + 0x58, 0x5, 0x82, 0x9a, 0x19, 0x40, 0x1c, 0x65, + 0x65, 0xd0, 0x0, 0xcb, 0x12, 0xbb, 0x0, 0x8, + 0xd0, 0xe, 0x70, + + /* U+0078 "x" */ + 0x79, 0x2, 0xd0, 0xc, 0x3b, 0x30, 0x2, 0xe9, + 0x0, 0x3, 0xda, 0x0, 0xd, 0x2a, 0x50, 0x87, + 0x1, 0xd1, + + /* U+0079 "y" */ + 0xc4, 0x0, 0xb4, 0x5a, 0x1, 0xd0, 0xe, 0x6, + 0x80, 0x8, 0x6c, 0x20, 0x2, 0xdb, 0x0, 0x0, + 0xc5, 0x0, 0x1, 0xd0, 0x0, 0x7c, 0x30, 0x0, + + /* U+007A "z" */ + 0x4c, 0xcd, 0xd0, 0x0, 0xc4, 0x0, 0x89, 0x0, + 0x4d, 0x0, 0x1d, 0x20, 0x8, 0xec, 0xcb, + + /* U+007B "{" */ + 0x5, 0xd5, 0xa, 0x40, 0xa, 0x30, 0xc, 0x20, + 0xb9, 0x0, 0xd, 0x20, 0xa, 0x30, 0xa, 0x30, + 0xa, 0x40, 0x4, 0xd5, + + /* U+007C "|" */ + 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, + 0xe, 0xe, + + /* U+007D "}" */ + 0x9d, 0x10, 0x9, 0x40, 0x9, 0x50, 0x8, 0x60, + 0x1, 0xe5, 0x7, 0x70, 0x9, 0x50, 0x9, 0x50, + 0xa, 0x40, 0x9c, 0x0, + + /* U+007E "~" */ + 0x3c, 0xc7, 0x26, 0x30, 0x18, 0xc7, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0x7, 0x91, 0x35, 0x8, 0x35, 0x8, 0x7, 0x91, + + /* U+05D0 "א" */ + 0x1e, 0x30, 0xa, 0x50, 0x4d, 0x0, 0xc3, 0x3, + 0xf9, 0x1e, 0x0, 0xd3, 0xdc, 0x70, 0x2d, 0x3, + 0xf1, 0x5, 0xa0, 0x8, 0xb0, 0x87, 0x0, 0xc, + 0x60, + + /* U+05D1 "ב" */ + 0x4e, 0xee, 0x80, 0x0, 0x0, 0x1d, 0x30, 0x0, + 0x0, 0x86, 0x0, 0x0, 0x8, 0x70, 0x0, 0x0, + 0x87, 0x0, 0x0, 0x8, 0x70, 0x8e, 0xee, 0xff, + 0x20, + + /* U+05D2 "ג" */ + 0x4f, 0xa0, 0x0, 0xe, 0x20, 0x0, 0x96, 0x0, + 0x3b, 0x90, 0x1e, 0x5d, 0x5, 0xa0, 0xe0, 0x97, + 0xb, 0x40, + + /* U+05D3 "ד" */ + 0xbe, 0xee, 0xfb, 0x0, 0x0, 0xf0, 0x0, 0x0, + 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, 0xf0, 0x0, + 0x0, 0xf0, 0x0, 0x0, 0xf0, + + /* U+05D4 "ה" */ + 0x2e, 0xee, 0xd3, 0x0, 0x0, 0x4, 0xe0, 0x4, + 0x0, 0xe, 0x1, 0xe0, 0x0, 0xe1, 0x1e, 0x0, + 0xe, 0x11, 0xe0, 0x0, 0xe1, 0x1e, 0x0, 0xe, + 0x10, + + /* U+05D5 "ו" */ + 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, + + /* U+05D6 "ז" */ + 0x64, 0x0, 0x5b, 0xe4, 0x8, 0x82, 0xd, 0x20, + 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, + + /* U+05D7 "ח" */ + 0x1f, 0xee, 0xd6, 0x1, 0xe0, 0x2, 0xe2, 0x1e, + 0x0, 0xa, 0x41, 0xe0, 0x0, 0xa5, 0x1e, 0x0, + 0xa, 0x51, 0xe0, 0x0, 0xa5, 0x1e, 0x0, 0xa, + 0x50, + + /* U+05D8 "ט" */ + 0x2e, 0x7, 0xdb, 0x2, 0xe0, 0x0, 0xb6, 0x2e, + 0x0, 0x7, 0x82, 0xe0, 0x0, 0x79, 0x1e, 0x0, + 0x9, 0x70, 0xd4, 0x2, 0xe2, 0x3, 0xce, 0xd5, + 0x0, + + /* U+05D9 "י" */ + 0x1e, 0x1e, 0x1e, 0x6, + + /* U+05DA "ך" */ + 0xbe, 0xec, 0x30, 0x0, 0x6c, 0x0, 0x0, 0xf0, + 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, + 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, + + /* U+05DB "כ" */ + 0x8e, 0xeb, 0x10, 0x0, 0x7, 0xc0, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0xd2, 0x0, 0x0, 0xe0, 0x0, + 0x7, 0xc0, 0x8e, 0xeb, 0x20, + + /* U+05DC "ל" */ + 0x53, 0x0, 0x0, 0xa5, 0x0, 0x0, 0xa5, 0x0, + 0x0, 0x9e, 0xee, 0xa0, 0x0, 0x0, 0xd3, 0x0, + 0x0, 0xc3, 0x0, 0x2, 0xe0, 0x0, 0x1d, 0x50, + 0x7, 0xe6, 0x0, 0x9, 0x20, 0x0, + + /* U+05DD "ם" */ + 0x1f, 0xee, 0xe9, 0x1, 0xe0, 0x0, 0xc5, 0x1e, + 0x0, 0x7, 0x81, 0xe0, 0x0, 0x69, 0x1e, 0x0, + 0x6, 0x91, 0xe0, 0x0, 0x69, 0x1f, 0xee, 0xef, + 0x90, + + /* U+05DE "מ" */ + 0x6b, 0x4e, 0xe9, 0x0, 0xce, 0x30, 0xc5, 0x7, + 0x90, 0x6, 0x90, 0xb4, 0x0, 0x5a, 0xf, 0x0, + 0x5, 0xa3, 0xc0, 0x0, 0x5a, 0x79, 0x8, 0xee, + 0xa0, + + /* U+05DF "ן" */ + 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, + 0x1e, + + /* U+05E0 "נ" */ + 0x4f, 0xc0, 0x0, 0xc4, 0x0, 0x96, 0x0, 0x96, + 0x0, 0x96, 0x0, 0x96, 0x8e, 0xf6, + + /* U+05E1 "ס" */ + 0xaf, 0xee, 0xe9, 0x0, 0xe0, 0x0, 0xc6, 0x3c, + 0x0, 0x7, 0x94, 0xc0, 0x0, 0x79, 0x2e, 0x0, + 0x9, 0x70, 0xe6, 0x2, 0xe2, 0x3, 0xce, 0xd5, + 0x0, + + /* U+05E2 "ע" */ + 0x4d, 0x0, 0x3d, 0xe, 0x20, 0x3c, 0x9, 0x70, + 0x5b, 0x3, 0xd0, 0x87, 0x0, 0xd3, 0xe2, 0x1, + 0xaf, 0x70, 0xce, 0xb4, 0x0, + + /* U+05E3 "ף" */ + 0x4f, 0xee, 0xc3, 0x4b, 0x0, 0x6c, 0x4b, 0x0, + 0xf, 0x4f, 0xe0, 0xf, 0x0, 0x0, 0xf, 0x0, + 0x0, 0xf, 0x0, 0x0, 0xf, 0x0, 0x0, 0xf, + 0x0, 0x0, 0xf, + + /* U+05E4 "פ" */ + 0x3f, 0xee, 0xc2, 0x3, 0xc0, 0x6, 0xc0, 0x3c, + 0x0, 0xf, 0x3, 0xfe, 0x10, 0xe1, 0x0, 0x0, + 0xf, 0x0, 0x0, 0x8, 0xb0, 0x2e, 0xee, 0xa1, + 0x0, + + /* U+05E5 "ץ" */ + 0xa8, 0x0, 0xc3, 0x1e, 0x20, 0xe1, 0x8, 0x82, + 0xe0, 0x4, 0xed, 0x40, 0x3, 0xc0, 0x0, 0x3, + 0xc0, 0x0, 0x3, 0xc0, 0x0, 0x3, 0xc0, 0x0, + 0x3, 0xc0, 0x0, + + /* U+05E6 "צ" */ + 0x9a, 0x0, 0xb4, 0xd, 0x50, 0xd2, 0x3, 0xe4, + 0xe0, 0x0, 0x8f, 0x30, 0x0, 0xc, 0x60, 0x0, + 0x2, 0xe1, 0x7e, 0xee, 0xf8, + + /* U+05E7 "ק" */ + 0x5e, 0xee, 0xd4, 0x0, 0x0, 0x5c, 0x5, 0x0, + 0x2d, 0x1e, 0x0, 0x5b, 0x1e, 0x0, 0xc4, 0x1e, + 0x1b, 0xa0, 0x1e, 0x68, 0x0, 0x1e, 0x0, 0x0, + 0x1e, 0x0, 0x0, + + /* U+05E8 "ר" */ + 0xbe, 0xec, 0x30, 0x0, 0x6c, 0x0, 0x0, 0xf0, + 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, + 0x0, 0xf0, + + /* U+05E9 "ש" */ + 0xa6, 0x7, 0x90, 0x88, 0x79, 0x8, 0x70, 0xa6, + 0x4c, 0xa, 0x50, 0xc4, 0x1e, 0x8e, 0x10, 0xe2, + 0xe, 0x81, 0x2, 0xe0, 0xb, 0x40, 0x3c, 0x70, + 0x8, 0xfe, 0xc6, 0x0, + + /* U+05EA "ת" */ + 0x8f, 0xfe, 0xea, 0x0, 0x96, 0x0, 0xa7, 0x9, + 0x60, 0x4, 0xa0, 0x96, 0x0, 0x4b, 0x9, 0x60, + 0x4, 0xb0, 0xc4, 0x0, 0x4b, 0xac, 0x0, 0x4, + 0xb0, + + /* U+05F4 "״" */ + 0x17, 0x6, 0x35, 0xc0, 0xe2, 0x86, 0x2d, 0xb, + 0x15, 0x70, + + /* U+2022 "•" */ + 0x0, 0x0, 0x2e, 0xd1, 0x8f, 0xf5, 0x2e, 0xc1, + + /* U+2265 "≥" */ + 0x33, 0x0, 0x0, 0x29, 0xc7, 0x10, 0x0, 0x6, + 0xc9, 0x0, 0x4, 0xab, 0x17, 0xc9, 0x20, 0x45, + 0x0, 0x0, 0x5c, 0xcc, 0xcb, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 49, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 49, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8, .adv_w = 62, .box_w = 4, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 14, .adv_w = 98, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 42, .adv_w = 98, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 69, .adv_w = 156, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 109, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 141, .adv_w = 34, .box_w = 2, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 144, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 164, .adv_w = 59, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 179, .adv_w = 68, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 189, .adv_w = 103, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 207, .adv_w = 49, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 213, .adv_w = 59, .box_w = 4, .box_h = 1, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 215, .adv_w = 49, .box_w = 2, .box_h = 2, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 217, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 233, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 257, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 281, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 305, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 329, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 353, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 377, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 401, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 425, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 449, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 473, .adv_w = 49, .box_w = 2, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 479, .adv_w = 49, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 491, .adv_w = 103, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 512, .adv_w = 103, .box_w = 6, .box_h = 4, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 524, .adv_w = 103, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 545, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 569, .adv_w = 179, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 624, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 656, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 684, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 716, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 748, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 776, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 804, .adv_w = 137, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 836, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 868, .adv_w = 49, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 876, .adv_w = 88, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 896, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 928, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 952, .adv_w = 147, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 988, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1020, .adv_w = 137, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1056, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1084, .adv_w = 137, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1129, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1161, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1189, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1217, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1249, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1281, .adv_w = 166, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1325, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1357, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1389, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1417, .adv_w = 49, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1432, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1448, .adv_w = 49, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1463, .adv_w = 83, .box_w = 6, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 1475, .adv_w = 98, .box_w = 8, .box_h = 1, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1479, .adv_w = 59, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 7}, + {.bitmap_index = 1482, .adv_w = 98, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1503, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1527, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1545, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1569, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1587, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1603, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1627, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1651, .adv_w = 39, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1659, .adv_w = 39, .box_w = 3, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1674, .adv_w = 88, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1698, .adv_w = 39, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1706, .adv_w = 147, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1733, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1751, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1769, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1793, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1817, .adv_w = 59, .box_w = 4, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1831, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1849, .adv_w = 49, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1861, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1879, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1897, .adv_w = 127, .box_w = 9, .box_h = 6, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 1924, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1942, .adv_w = 88, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1966, .adv_w = 88, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1981, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2001, .adv_w = 46, .box_w = 2, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2011, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2031, .adv_w = 103, .box_w = 6, .box_h = 2, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 2037, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2082, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2132, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2177, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2222, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2277, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2327, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2368, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2409, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2459, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2498, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2539, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2583, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2624, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2665, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2706, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2747, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2779, .adv_w = 70, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 2787, .adv_w = 111, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2812, .adv_w = 105, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2837, .adv_w = 74, .box_w = 5, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2855, .adv_w = 98, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2876, .adv_w = 112, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2901, .adv_w = 46, .box_w = 2, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2908, .adv_w = 57, .box_w = 4, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2922, .adv_w = 116, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2947, .adv_w = 115, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2972, .adv_w = 46, .box_w = 2, .box_h = 4, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 2976, .adv_w = 94, .box_w = 5, .box_h = 9, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2999, .adv_w = 92, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3020, .adv_w = 93, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3050, .adv_w = 119, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3075, .adv_w = 121, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3100, .adv_w = 46, .box_w = 2, .box_h = 9, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3109, .adv_w = 68, .box_w = 4, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3123, .adv_w = 115, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3148, .adv_w = 102, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3169, .adv_w = 110, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3196, .adv_w = 107, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3221, .adv_w = 89, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3248, .adv_w = 96, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3269, .adv_w = 104, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3296, .adv_w = 94, .box_w = 5, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3314, .adv_w = 128, .box_w = 8, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3342, .adv_w = 122, .box_w = 7, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3367, .adv_w = 106, .box_w = 5, .box_h = 4, .ofs_x = 1, .ofs_y = 6}, + {.bitmap_index = 3377, .adv_w = 62, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 3385, .adv_w = 97, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3406, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3472, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3522, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3577, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3627, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3659, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3731, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3797, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3862, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 3934, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3993, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4059, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4089, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4134, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4212, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4262, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4310, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4354, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4414, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4464, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4514, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4558, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 4613, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4648, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4683, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4733, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 4748, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4807, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4891, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 4975, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5036, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 5066, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 5096, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5166, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5216, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5282, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 5354, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5404, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5464, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5514, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5564, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5614, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 5662, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5722, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5782, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5841, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 5919, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5973, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6050, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6106, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6162, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6218, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6274, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6330, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6400, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6460, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6520, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 6592, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6655, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6709, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_5[] = { + 0x0, 0x1a2e, 0x1c71, 0xea0d, 0xea14, 0xea17, 0xea18, 0xea19, + 0xea1d, 0xea1f, 0xea21, 0xea25, 0xea28, 0xea2d, 0xea32, 0xea33, + 0xea34, 0xea4a, 0xea4f, 0xea54, 0xea57, 0xea58, 0xea59, 0xea5d, + 0xea5e, 0xea5f, 0xea60, 0xea73, 0xea74, 0xea7a, 0xea7c, 0xea7d, + 0xea80, 0xea83, 0xea84, 0xea85, 0xea87, 0xea9f, 0xeaa1, 0xead0, + 0xead1, 0xead3, 0xead5, 0xeaec, 0xeaf3, 0xeaf6, 0xeaff, 0xeb28, + 0xeb30, 0xeb67, 0xebf7, 0xec4c, 0xec4d, 0xec4e, 0xec4f, 0xec50, + 0xec93, 0xec9f, 0xecf9, 0xed10, 0xef66, 0xf1ce, 0xf2ae +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 1, .glyph_id_start = 113, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 1488, .range_length = 27, .glyph_id_start = 114, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 1524, .range_length = 62127, .glyph_id_start = 141, + .unicode_list = unicode_list_5, .glyph_id_ofs_list = NULL, .list_length = 63, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 2, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 3, 0, 0, 0, 0, 4, + 0, 0, 0, 0, 0, 5, 0, 0, + 0, 6, 0, 7, 0, 8, 0, 9, + 10, 0, 11, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 12, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 13, 0, 0, 0, 14, + 13, 0, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 3, 2, + 0, 0, 4, 0, 0, 0, 0, 0, + 0, 0, 0, 5, 6, 0, 0, 0, + 0, 0, 7, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 8, 0, 0, 0, 0, 9, 0, 10, + 11, 0, 9, 0, 0, 0, 0, 0, + 0, 0, 12, 0, 13, 0, 14, 15, + 0, 0, 16, 0, 0, 0, 0, 0, + 14, 17, 18, 19, 13, 0, 20, 21, + 22, 0, 23, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, 0, 0, -10, 0, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -13, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -10, 0, + 0, 0, 0, 0, 0, 0, -13, -13, + -7, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -3, -3, -3, 0, -20, 0, + 0, 0, 0, -10, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, 0, 0, + 0, 0, 0, 0, -13, -13, -13, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -7, -3, -23, 0, 0, 0, + 0, -13, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -3, -3, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, -20, -10, 0, -20, -20, -13, + -3, 0, 0, 0, -20, -20, -20, 0, + -7, 0, 0, -7, -7, 0, -10, -10, + 0, -16, -10, 0, -7, -7, -13, 0, + 0, 0, 0, -13, 0, -10, 0, -3, + 0, 0, -7, -7, 0, 0, -7, 0, + -10, -3, 0, -3, -3, -7, 0, 0, + 0, 0, -7, 0, -3, 0, 0, 0, + 0, -3, -3, 0, 0, -2, -3, -23, + -16, 0, -10, -11, -13, 0, 0, 0, + 0, -13, 0, -16, 0, -7, -13, -16, + 0, -10, -10, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -3, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -10, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -13, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 14, + .right_class_cnt = 23, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 6, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_arimo_he_STD_s = { +#else +lv_font_t lv_font_arimo_he_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 12, /*The maximum line height required by the font*/ + .base_line = 2, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_ARIMO_HE_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_13.c b/radio/src/fonts/lvgl/lv_font_arimo_he_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_he_13.c rename to radio/src/fonts/lvgl/lv_font_arimo_he_XS.c index 213a6413af7..b4072b84f69 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_he_13.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_XS.c @@ -572,7 +572,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[11869] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_he_13 = { +const etxLz4Font lv_font_arimo_he_XS = { .uncomp_size = 11541, .comp_size = 8900, .line_height = 15, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_XS_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_XS_s.c new file mode 100644 index 00000000000..9384c3cacc1 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_XS_s.c @@ -0,0 +1,398 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x24,0x80,0x02,0x08,0x00,0xf0,0x06,0x02,0x06,0x00,0x00,0x06, +0x00,0x30,0x03,0x03,0x03,0x00,0x03,0x0b,0x00,0x00,0x05,0x05,0x06,0x00,0x00,0x1a, +0x08,0x00,0xf3,0x15,0x08,0x00,0xff,0x2e,0x00,0x00,0x08,0x08,0x06,0x00,0x00,0x46, +0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x58,0x00,0xb0,0x01,0x02,0x03,0x00,0x03,0x5b, +0x00,0x00,0x03,0x03,0x09,0x00,0xfe,0x69,0x08,0x00,0xf0,0x02,0x77,0x00,0x80,0x03, +0x04,0x04,0x00,0x02,0x7f,0x00,0x40,0x05,0x05,0x05,0x00,0x01,0x8c,0x58,0x00,0x40, +0x03,0x00,0xfe,0x8f,0x20,0x00,0x40,0x01,0x00,0x02,0x91,0x10,0x00,0xc3,0x01,0x00, +0x00,0x92,0x00,0x80,0x02,0x03,0x07,0x00,0x00,0x9d,0x68,0x00,0x13,0xac,0x08,0x00, +0x13,0xbb,0x08,0x00,0x13,0xca,0x08,0x00,0x13,0xd9,0x08,0x00,0x13,0xe8,0x08,0x00, +0x13,0xf7,0x08,0x00,0x22,0x06,0x01,0x08,0x00,0x13,0x15,0x08,0x00,0x13,0x24,0x08, +0x00,0x90,0x33,0x01,0x80,0x02,0x02,0x05,0x00,0x00,0x38,0x08,0x00,0x61,0x07,0x00, +0xfe,0x3f,0x01,0x40,0x18,0x00,0x10,0x4e,0x08,0x00,0x43,0x03,0x00,0x01,0x56,0x10, +0x00,0x13,0x65,0x30,0x00,0xf2,0x03,0x74,0x01,0x20,0x09,0x09,0x08,0x00,0xff,0x98, +0x01,0x00,0x06,0x06,0x07,0x00,0x00,0xad,0x01,0xe0,0x00,0x93,0xbf,0x01,0x80,0x06, +0x07,0x06,0x00,0x00,0xd4,0x08,0x00,0x13,0xe9,0x18,0x00,0x40,0xfb,0x01,0x80,0x05, +0x08,0x00,0x40,0x0d,0x02,0x00,0x07,0x18,0x00,0x31,0x22,0x02,0x80,0x18,0x00,0x22, +0x34,0x02,0x40,0x01,0x50,0x3a,0x02,0x80,0x04,0x04,0x28,0x01,0x13,0x02,0x28,0x01, +0x12,0x02,0x68,0x00,0x31,0x67,0x02,0x80,0x30,0x00,0x13,0x7c,0x30,0x00,0x13,0x8e, +0x40,0x00,0x13,0xa3,0x28,0x00,0x10,0xb5,0x10,0x00,0x52,0x08,0x00,0xfe,0xd1,0x02, +0x70,0x00,0x13,0xe6,0x18,0x00,0x22,0xf8,0x02,0x70,0x00,0x22,0x0a,0x03,0x38,0x00, +0x22,0x1c,0x03,0x18,0x00,0x93,0x2e,0x03,0x80,0x08,0x09,0x06,0x00,0x00,0x49,0x10, +0x00,0x13,0x5b,0x08,0x00,0x22,0x6d,0x03,0x30,0x00,0x40,0x7f,0x03,0x80,0x02,0x90, +0x01,0x22,0x8d,0x03,0x68,0x01,0xf0,0x14,0x98,0x03,0x80,0x02,0x02,0x09,0x00,0xfe, +0xa1,0x03,0x40,0x04,0x05,0x04,0x00,0x03,0xab,0x03,0x00,0x05,0x07,0x01,0xff,0xfe, +0xaf,0x03,0x00,0x03,0x03,0x02,0x00,0x05,0xb2,0x03,0x00,0xb0,0x01,0x20,0x00,0xbf, +0x08,0x00,0x70,0x07,0x00,0x00,0xd1,0x03,0x80,0x04,0x10,0x00,0x13,0xde,0x10,0x00, +0x13,0xf0,0x20,0x00,0x13,0xfd,0x50,0x00,0x21,0x08,0x04,0x18,0x00,0x32,0xfe,0x1a, +0x04,0x20,0x00,0x30,0x2c,0x04,0x00,0x70,0x01,0xd0,0x00,0x33,0x04,0x00,0x02,0x03, +0x09,0xff,0xfe,0x41,0x04,0x80,0x04,0x18,0x00,0x13,0x53,0x18,0x00,0xa2,0x5a,0x04, +0x80,0x07,0x07,0x05,0x00,0x00,0x6c,0x04,0x48,0x00,0x13,0x79,0x08,0x00,0x13,0x86, +0x48,0x00,0x13,0x98,0x08,0x00,0xa2,0xaa,0x04,0x00,0x03,0x03,0x06,0x00,0x00,0xb3, +0x04,0x80,0x00,0x40,0xc0,0x04,0x80,0x02,0x10,0x00,0x13,0xc9,0x30,0x00,0x13,0xd6, +0x18,0x00,0x93,0xe3,0x04,0x80,0x06,0x08,0x05,0xff,0x00,0xf7,0x10,0x00,0x21,0x04, +0x05,0x70,0x00,0x32,0xfe,0x16,0x05,0x10,0x00,0x22,0x23,0x05,0x90,0x02,0x31,0x31, +0x05,0x50,0xf8,0x00,0x13,0x3a,0x10,0x00,0xb0,0x48,0x05,0x40,0x05,0x05,0x02,0x00, +0x02,0x4d,0x05,0x00,0xf8,0x01,0xa3,0x00,0x71,0x05,0x00,0x09,0x08,0x08,0x01,0x00, +0x91,0x08,0x00,0x13,0xb1,0x08,0x00,0x13,0xd1,0x20,0x00,0xf0,0x03,0xf5,0x05,0x00, +0x09,0x07,0x09,0x01,0xff,0x15,0x06,0x00,0x09,0x08,0x07,0x00,0x00,0x31,0x06,0x20, +0x00,0x42,0x00,0x00,0x51,0x06,0x18,0x00,0x90,0x71,0x06,0x00,0x09,0x06,0x09,0x01, +0xff,0x8c,0x10,0x00,0x43,0x08,0x01,0x00,0xa8,0x18,0x00,0x40,0xc8,0x06,0x70,0x08, +0x10,0x00,0x22,0xe4,0x06,0x50,0x00,0x22,0x04,0x07,0x20,0x00,0x22,0x20,0x07,0x10, +0x00,0xf1,0x0c,0x40,0x07,0x00,0x09,0x06,0x08,0x01,0x00,0x58,0x07,0xa0,0x03,0x04, +0x03,0x00,0x04,0x5e,0x07,0xa0,0x05,0x06,0x05,0x00,0x00,0x6d,0x07,0x60,0x08,0x00, +0x50,0x7c,0x07,0xd0,0x03,0x04,0x20,0x01,0x12,0x07,0xf8,0x00,0x31,0x93,0x07,0xb0, +0x08,0x00,0x31,0xa0,0x07,0x50,0xe0,0x02,0x31,0xa5,0x07,0xf0,0x18,0x01,0x31,0xae, +0x07,0xf0,0x30,0x00,0x31,0xbd,0x07,0xe0,0x08,0x00,0x30,0xcc,0x07,0x50,0x70,0x03, +0x41,0x02,0xcf,0x07,0xd0,0x10,0x01,0x31,0xe1,0x07,0xc0,0x10,0x01,0x40,0xee,0x07, +0xc0,0x04,0xc8,0x03,0x40,0x02,0x08,0x20,0x06,0x28,0x00,0x31,0x11,0x08,0x30,0x08, +0x00,0x31,0x20,0x08,0x50,0x28,0x03,0xa2,0x27,0x08,0x80,0x03,0x03,0x05,0x00,0x00, +0x2f,0x08,0x48,0x00,0x31,0x3e,0x08,0x40,0x70,0x00,0x31,0x4b,0x08,0xa0,0x98,0x01, +0x31,0x5d,0x08,0x80,0x10,0x00,0x31,0x6a,0x08,0x90,0x58,0x00,0x31,0x7c,0x08,0xe0, +0x58,0x00,0x31,0x89,0x08,0x50,0x20,0x00,0x31,0x9b,0x08,0xd0,0x10,0x00,0x40,0xa8, +0x08,0x90,0x06,0xe8,0x01,0x13,0xba,0x60,0x00,0x30,0xc9,0x08,0x70,0x78,0x03,0x40, +0x05,0xd1,0x08,0x20,0x58,0x04,0x50,0x02,0xd6,0x08,0xf0,0x04,0x10,0x03,0xf0,0x02, +0xe5,0x08,0x00,0x09,0x0a,0x0a,0xff,0xfe,0x17,0x09,0x00,0x09,0x09,0x07,0x00,0x00, +0x37,0x08,0x00,0x43,0x09,0x00,0xff,0x60,0x10,0x00,0x93,0x80,0x09,0x30,0x06,0x07, +0x07,0x00,0x00,0x99,0x18,0x00,0x10,0xc2,0x08,0x00,0xf2,0x0e,0x0a,0x00,0xfe,0xef, +0x09,0x20,0x0a,0x0b,0x09,0x00,0xff,0x21,0x0a,0x00,0x09,0x0a,0x09,0xff,0xff,0x4e, +0x0a,0x20,0x0a,0x0b,0x07,0x00,0x00,0x75,0x0a,0x28,0x00,0x31,0x9e,0x0a,0x80,0xe8, +0x00,0xa2,0xb2,0x0a,0xc0,0x06,0x07,0x08,0x00,0xff,0xce,0x0a,0x30,0x00,0x22,0x00, +0x0b,0x58,0x00,0xc0,0x20,0x0b,0x30,0x06,0x07,0x0a,0x00,0xfe,0x43,0x0b,0xe0,0x07, +0xb8,0x01,0x90,0x5e,0x0b,0xe0,0x07,0x08,0x0a,0x00,0xfe,0x86,0x08,0x00,0x43,0x09, +0x00,0xff,0xaa,0x08,0x00,0x13,0xce,0x20,0x00,0x40,0xe9,0x0b,0xe0,0x07,0x68,0x00, +0x93,0x16,0x0c,0xa0,0x05,0x06,0x09,0x00,0xff,0x31,0x08,0x00,0x22,0x4c,0x0c,0x28, +0x00,0x10,0x70,0x08,0x00,0x52,0x03,0x00,0x02,0x7c,0x0c,0x88,0x00,0xf2,0x03,0xa3, +0x0c,0x40,0x0b,0x0d,0x0a,0xff,0xfe,0xe4,0x0c,0x20,0x0a,0x0c,0x0a,0xff,0xfe,0x20, +0x0d,0x98,0x00,0x93,0x49,0x0d,0xe0,0x07,0x08,0x05,0x00,0x01,0x5d,0x08,0x00,0xa2, +0x71,0x0d,0x40,0x0b,0x0c,0x09,0x00,0xff,0xa7,0x0d,0x98,0x00,0x20,0xc7,0x0d,0xd0, +0x00,0x42,0x00,0xff,0xf4,0x0d,0x18,0x01,0x22,0x26,0x0e,0x60,0x00,0x22,0x4a,0x0e, +0xa0,0x00,0x13,0x72,0x10,0x00,0x10,0x96,0x08,0x00,0x52,0x08,0x00,0xff,0xb6,0x0e, +0x38,0x00,0x93,0xd6,0x0e,0xa0,0x05,0x07,0x0a,0xff,0xfe,0xf9,0x28,0x00,0x22,0x21, +0x0f,0x08,0x00,0x22,0x49,0x0f,0x90,0x00,0xb1,0x70,0x0f,0x00,0x09,0x0b,0x0b,0xff, +0xfe,0xad,0x0f,0xc0,0xf8,0x00,0x22,0xd0,0x0f,0x78,0x00,0x93,0x06,0x10,0x40,0x0b, +0x0c,0x07,0x00,0x00,0x30,0x08,0x00,0x13,0x5a,0x08,0x00,0x13,0x84,0x08,0x00,0x13, +0xae,0x08,0x00,0x10,0xd8,0x08,0x00,0x52,0x08,0x00,0xff,0x08,0x11,0x58,0x00,0x13, +0x30,0x08,0x00,0x22,0x58,0x11,0xa8,0x00,0x22,0x8a,0x11,0x28,0x00,0x22,0xb4,0x11, +0x60,0x00,0x60,0xd7,0x11,0x10,0x09,0x0a,0x07,0x50,0x06,0xf1,0xff,0xa6,0x2e,0x1a, +0x71,0x1c,0x0d,0xea,0x14,0xea,0x17,0xea,0x18,0xea,0x19,0xea,0x1d,0xea,0x1f,0xea, +0x21,0xea,0x25,0xea,0x28,0xea,0x2d,0xea,0x32,0xea,0x33,0xea,0x34,0xea,0x4a,0xea, +0x4f,0xea,0x54,0xea,0x57,0xea,0x58,0xea,0x59,0xea,0x5d,0xea,0x5e,0xea,0x5f,0xea, +0x60,0xea,0x73,0xea,0x74,0xea,0x7a,0xea,0x7c,0xea,0x7d,0xea,0x80,0xea,0x83,0xea, +0x84,0xea,0x85,0xea,0x87,0xea,0x9f,0xea,0xa1,0xea,0xd0,0xea,0xd1,0xea,0xd3,0xea, +0xd5,0xea,0xec,0xea,0xf3,0xea,0xf6,0xea,0xff,0xea,0x28,0xeb,0x30,0xeb,0x67,0xeb, +0xf7,0xeb,0x4c,0xec,0x4d,0xec,0x4e,0xec,0x4f,0xec,0x50,0xec,0x93,0xec,0x9f,0xec, +0xf9,0xec,0x10,0xed,0x66,0xef,0xce,0xf1,0xae,0xf2,0x2a,0x2a,0x1a,0x19,0x05,0x29, +0x92,0xc8,0x1a,0x00,0x00,0x04,0x33,0x45,0xb7,0xb7,0x07,0x07,0x08,0xb8,0xb5,0x34, +0x25,0x05,0x14,0x30,0x00,0x80,0x03,0xbd,0xc3,0x93,0x81,0x43,0xbc,0x30,0x00,0xa8, +0x88,0x08,0x0c,0x4b,0xdb,0x50,0x04,0x00,0x49,0x90,0x09,0x10,0x90,0x91,0x55,0x00, +0x90,0x91,0x96,0x82,0x28,0x69,0x29,0x09,0x00,0x55,0x18,0x0a,0x01,0x90,0x08,0x84, +0x03,0xaa,0x30,0x07,0x35,0x60,0x06,0xc7,0x00,0x58,0xa2,0x72,0xa2,0x0b,0xa0,0x3b, +0xaa,0xb8,0x83,0x73,0x00,0x02,0x80,0xb0,0x2a,0x05,0x70,0x66,0x05,0x70,0x2a,0x00, +0xb0,0x02,0x90,0x92,0x01,0xb0,0x0a,0x20,0x75,0x06,0x60,0x75,0x0a,0x21,0xb0,0x92, +0x00,0x08,0x00,0x7c,0x92,0x28,0x90,0x00,0x10,0x00,0x50,0x00,0x0a,0x00,0x5a,0xea, +0x80,0x0a,0x00,0x00,0xa0,0x00,0x2a,0x07,0x01,0x6b,0x60,0x2a,0x05,0x50,0x91,0x0b, +0x01,0x90,0x55,0x09,0x10,0xb0,0x00,0x0a,0xaa,0x06,0x50,0x66,0x92,0x02,0x99,0x20, +0x39,0x66,0x06,0x60,0xab,0xa0,0x07,0xe1,0x01,0x4b,0x10,0x00,0xb1,0x00,0x0b,0x10, +0x00,0xb1,0x03,0xbe,0xb6,0x1b,0xab,0x14,0x40,0x66,0x00,0x0a,0x20,0x1a,0x40,0x1b, +0x20,0x07,0xdb,0xb6,0x2b,0xab,0x22,0x10,0x75,0x01,0xbb,0x00,0x00,0x67,0x74,0x05, +0x81,0xba,0xb1,0x00,0x4d,0x00,0x1a,0xc0,0x09,0x2c,0x05,0x60,0xc0,0xaa,0xae,0x70, +0x00,0xc0,0x4d,0xbb,0x25,0x60,0x00,0x6b,0xa9,0x01,0x10,0x67,0x42,0x05,0x82,0xba, +0xb1,0x08,0xab,0x14,0x80,0x21,0x79,0x99,0x18,0x70,0x58,0x57,0x04,0x80,0x9a,0xb1, +0x5b,0xbc,0x80,0x00,0xa1,0x00,0x56,0x00,0x0c,0x00,0x02,0xa0,0x00,0x57,0x00,0x2b, +0x9b,0x26,0x60,0x66,0x0c,0xbc,0x07,0x50,0x57,0x84,0x04,0x81,0xb9,0xb1,0x1b,0xaa, +0x08,0x50,0x65,0x76,0x07,0x80,0x99,0x98,0x22,0x08,0x41,0xba,0x90,0x2a,0x00,0x00, +0x00,0x2a,0x05,0x00,0xf1,0x4b,0x07,0x01,0x00,0x00,0x30,0x06,0xb5,0x5a,0x40,0x04, +0xb6,0x00,0x00,0x4a,0x70,0x00,0x01,0x5a,0xaa,0x80,0x00,0x00,0x6a,0xaa,0x80,0x20, +0x00,0x03,0xa8,0x10,0x00,0x29,0x80,0x04,0xa7,0x4a,0x60,0x01,0x00,0x00,0x1b,0xbc, +0x36,0x40,0x39,0x00,0x08,0x50,0x09,0x40,0x00,0x40,0x00,0x1b,0x00,0x00,0x39,0x99, +0x91,0x00,0x48,0x00,0x01,0xa0,0x0a,0x08,0x97,0xa6,0x33,0x74,0x70,0x57,0x45,0x45, +0x92,0x07,0x45,0x31,0x88,0x31,0xd2,0x90,0x09,0x69,0x84,0x94,0x00,0x06,0x98,0x75, +0x68,0x08,0xf1,0x4a,0x88,0x00,0x01,0x77,0x20,0x07,0x11,0x80,0x0c,0xaa,0xd0,0x55, +0x00,0x55,0xc1,0x00,0x0c,0x4d,0xbb,0xa0,0x49,0x00,0xc1,0x4d,0xac,0x90,0x49,0x00, +0x75,0x49,0x00,0x67,0x4d,0xbb,0xa0,0x05,0xcb,0xb4,0x03,0xc0,0x00,0x80,0x76,0x00, +0x00,0x07,0x60,0x00,0x00,0x3c,0x00,0x0a,0x00,0x5c,0xbb,0x40,0x4d,0xbb,0x91,0x04, +0x90,0x04,0xa0,0x49,0x00,0x0d,0x04,0x90,0x00,0xd0,0x49,0x00,0x5a,0x04,0xdb,0xba, +0x10,0x4d,0xbb,0xb4,0x49,0x00,0x00,0x4d,0xbb,0xb1,0x49,0x00,0x00,0x09,0x00,0x15, +0xb6,0x0c,0x00,0x32,0x4e,0xbb,0xb0,0x09,0x00,0x35,0x05,0xbb,0xc6,0x4e,0x00,0xf1, +0x03,0x3b,0xc4,0x3c,0x00,0x08,0x50,0x5c,0xba,0x80,0x49,0x00,0x1c,0x49,0x00,0x1c, +0x4e,0xbb,0xbc,0x09,0x00,0x00,0x03,0x00,0x11,0x2a,0x01,0x00,0x40,0x02,0xbd,0x00, +0x0d,0x02,0x00,0xf4,0x0c,0x81,0x1c,0x4c,0xc4,0x49,0x01,0xb2,0x49,0x1b,0x20,0x4a, +0xd2,0x00,0x4c,0x6a,0x00,0x49,0x06,0x90,0x49,0x00,0x97,0x49,0x00,0x04,0x90,0x00, +0x05,0x00,0xf1,0x2f,0xdb,0xb7,0x4f,0x10,0x08,0xc4,0xc6,0x00,0xbc,0x48,0xb0,0x46, +0xc4,0x78,0x3a,0x1c,0x47,0x2a,0x90,0xc4,0x70,0xb4,0x0c,0x4e,0x10,0x0c,0x4a,0xa0, +0x0c,0x47,0x85,0x0c,0x47,0x0c,0x1c,0x47,0x03,0xab,0x47,0x00,0x9c,0x06,0xcb,0xc5, +0x03,0xb0,0x00,0xb3,0x85,0x00,0x05,0x88,0x50,0x00,0x58,0x3c,0x00,0x0b,0x30,0x5b, +0xbc,0x50,0xa8,0x00,0x72,0x67,0x49,0x00,0x86,0x4d,0xba,0x80,0xa8,0x00,0x0e,0x27, +0x00,0xf8,0x28,0x6c,0xac,0x60,0x00,0x09,0x40,0x00,0x00,0x2c,0x80,0x4d,0xbb,0xb5, +0x04,0x90,0x01,0xc0,0x4d,0xbc,0xc3,0x04,0x90,0x2b,0x00,0x49,0x00,0xa4,0x04,0x90, +0x02,0xc0,0x09,0xaa,0xa0,0x39,0x00,0x42,0x0b,0x95,0x10,0x00,0x15,0xb4,0x44,0x00, +0x58,0x1a,0xaa,0xa1,0x8b,0xec,0xb3,0x00,0xa2,0x00,0x03,0x00,0x32,0x58,0x00,0x0d, +0x03,0x00,0xf0,0x2d,0x48,0x00,0x0c,0x2b,0x00,0x4a,0x06,0xcb,0xb1,0xb2,0x00,0x2c, +0x58,0x00,0x85,0x0c,0x00,0xc0,0x07,0x55,0x70,0x01,0xbb,0x10,0x00,0xaa,0x00,0xc1, +0x04,0xc0,0x08,0x58,0x50,0x9b,0x10,0xc0,0x3a,0x0b,0x56,0x1b,0x00,0xd2,0x91,0xa6, +0x60,0x09,0xa4,0x0b,0xb1,0x00,0x4f,0x00,0x8c,0x00,0x4a,0x00,0xa4,0x07,0x65,0x80, +0x96,0x09,0xf0,0x07,0xaa,0x10,0x0a,0x22,0xa0,0x67,0x00,0x77,0x77,0x00,0x77,0x0b, +0x22,0xb0,0x02,0xbb,0x20,0x00,0x88,0x00,0x00,0x66,0x03,0x00,0xb0,0x4b,0xbb,0xf0, +0x00,0x09,0x50,0x00,0x67,0x00,0x03,0xa0,0x07,0x02,0x83,0xac,0xbb,0xb2,0x5c,0x45, +0x60,0x56,0x05,0x03,0x00,0xf2,0x00,0x5b,0x40,0xb0,0x09,0x10,0x55,0x01,0x90,0x0b, +0x00,0x91,0x05,0x50,0x8d,0x0c,0x01,0x00,0xf0,0x2f,0x8d,0x03,0x50,0x00,0xaa,0x10, +0x46,0x37,0x0a,0x00,0xa0,0x19,0x99,0x99,0x10,0x34,0x00,0x81,0x1b,0xab,0x02,0x30, +0x84,0x29,0x9c,0x49,0x40,0xa4,0x4b,0x87,0xb0,0x66,0x00,0x06,0x60,0x00,0x6b,0x9b, +0x16,0x80,0x58,0x66,0x03,0x96,0x80,0x57,0x6a,0x9b,0x10,0x1a,0xa9,0x07,0x50,0x51, +0x93,0x00,0x07,0x50,0x61,0x1a,0xa9,0x00,0x1e,0x00,0xf1,0x1c,0x66,0x1b,0x9a,0x67, +0x50,0x86,0x93,0x06,0x68,0x50,0x96,0x2c,0x9a,0x60,0x1a,0x9a,0x07,0x60,0x66,0x9b, +0xaa,0x77,0x50,0x11,0x1a,0x9b,0x20,0x0c,0x53,0x90,0x9d,0x43,0x90,0x39,0x03,0x90, +0x39,0x00,0x1b,0x99,0x67,0x50,0x96,0x25,0x00,0x81,0x2b,0x8a,0x61,0x20,0x75,0x1b, +0xaa,0x00,0x5b,0x00,0xf0,0x01,0x6a,0x9c,0x16,0x80,0x66,0x66,0x06,0x66,0x60,0x66, +0x66,0x06,0x60,0x44,0x00,0x66,0x01,0x00,0x62,0x04,0x40,0x00,0x06,0x60,0x66,0x03, +0x00,0x32,0x2c,0x30,0x66,0x64,0x00,0xc2,0x16,0x6b,0x20,0x6d,0xb0,0x06,0x67,0x70, +0x66,0x0b,0x20,0x66,0x01,0x00,0xd0,0x6a,0x8b,0x79,0x86,0x80,0xa3,0x0c,0x66,0x0a, +0x20,0xc6,0x60,0xa2,0x07,0x00,0x37,0xc0,0x6a,0x8b,0x4d,0x00,0xd0,0x1a,0x9a,0x17, +0x50,0x57,0x93,0x03,0x97,0x50,0x57,0x1a,0x9a,0x10,0x1a,0x00,0x04,0xc2,0x00,0x20, +0x16,0x60,0x2d,0x01,0x06,0xb5,0x00,0x32,0x1c,0x9a,0x60,0x8c,0x00,0x31,0x06,0xa9, +0x68,0x75,0x00,0xf3,0x07,0x3b,0xa9,0x07,0x60,0x20,0x08,0xc7,0x03,0x00,0xb1,0x5b, +0xaa,0x00,0x27,0x0a,0xc3,0x57,0x05,0x70,0x47,0x02,0xd4,0x58,0x00,0xf0,0x3c,0x66, +0x60,0x86,0x2c,0x9a,0x60,0xc0,0x08,0x47,0x50,0xc0,0x1a,0x39,0x00,0xb8,0x30,0x06, +0xd0,0x00,0x0c,0x04,0xc0,0x66,0x09,0x18,0xa0,0x91,0x05,0x5a,0x54,0xb0,0x01,0xa9, +0x1a,0x80,0x00,0xc5,0x0d,0x40,0x75,0x0c,0x10,0xb8,0x40,0x05,0xd0,0x00,0xb7,0x60, +0x94,0x0b,0x10,0xc1,0x08,0x46,0x60,0xc0,0x1b,0x29,0x00,0xa9,0x30,0x04,0xd0,0x00, +0x47,0x00,0x7a,0x00,0x00,0x4a,0xae,0x00,0x09,0x50,0x47,0x02,0xf4,0x04,0x00,0x9c, +0xaa,0x00,0x09,0x90,0xb0,0x0b,0x00,0xb0,0xa5,0x00,0xb0,0x0b,0x00,0xc0,0x09,0x80, +0x38,0x01,0x00,0x20,0x99,0x00,0x17,0x00,0x20,0x05,0xa0,0x17,0x00,0xa0,0x89,0x00, +0x5a,0x94,0x52,0x03,0xb6,0x00,0x00,0x03,0xb8,0x03,0xf0,0x0f,0xf4,0x00,0x09,0xaa, +0xab,0xb3,0x00,0xb1,0x11,0x01,0xc2,0x0b,0x00,0x00,0x0a,0x40,0xdc,0xcc,0x88,0x60, +0x00,0x00,0x1f,0x70,0x00,0x00,0x00,0x70,0x00,0x00,0x45,0x0c,0xf0,0x04,0x9b,0x00, +0x00,0x07,0x7e,0xaa,0xa6,0x69,0x01,0x11,0x2b,0x95,0x00,0x00,0x1b,0x0a,0x3c,0xcc, +0xc9,0x3a,0x02,0xf5,0x09,0x00,0x16,0x00,0x00,0x00,0x04,0x10,0x00,0x00,0x78,0xa2, +0x00,0x09,0x60,0x0b,0x30,0x8e,0x70,0x1b,0xf2,0x00,0xc0,0x29,0x00,0x04,0x00,0x78, +0xec,0xc8,0x00,0x00,0xab,0xb6,0x00,0x14,0x00,0xc1,0x7c,0xb0,0x1e,0xb2,0x1b,0x30, +0x08,0x70,0x00,0xb5,0xa6,0x00,0x03,0x03,0xf1,0x4f,0x00,0x20,0x00,0x00,0x00,0x1d, +0x20,0x00,0x00,0x08,0x18,0x00,0x00,0x01,0x80,0x62,0x00,0x00,0x81,0x00,0x90,0x00, +0x18,0x00,0x06,0x30,0x08,0x10,0x00,0x09,0x01,0xc8,0x88,0x88,0xc3,0x00,0x00,0x26, +0x00,0x02,0x3b,0x18,0x08,0x54,0xe1,0x86,0x10,0x75,0xf4,0x70,0x0b,0x70,0x77,0x01, +0x50,0x07,0x71,0x00,0x03,0x50,0x83,0x04,0x80,0x00,0x46,0x30,0x00,0x00,0x5c,0xd8, +0x60,0x06,0x84,0xe2,0x95,0x07,0x10,0x10,0x35,0x0e,0x00,0x00,0x3c,0x09,0x50,0x00, +0x75,0x03,0xa7,0x58,0x91,0x00,0x15,0x64,0x99,0x04,0xf1,0x83,0x03,0xad,0x78,0x30, +0x0b,0x05,0x50,0x63,0x08,0x93,0x70,0x08,0x07,0x07,0x00,0x07,0x07,0x10,0x00,0x08, +0x00,0x81,0x00,0x72,0x00,0x07,0x77,0x10,0x00,0x47,0x77,0x30,0x08,0x00,0x62,0x02, +0x50,0x08,0x00,0x47,0x07,0x40,0x28,0x98,0x80,0x08,0x08,0x87,0x00,0x70,0x52,0x70, +0x03,0x70,0x47,0x00,0x02,0x74,0x00,0x00,0x00,0x36,0x30,0x00,0x60,0x60,0x06,0xbc, +0xc7,0x06,0x00,0x06,0x06,0x46,0x46,0x06,0x45,0x46,0x09,0x9c,0xa9,0x00,0x60,0x60, +0x00,0x65,0x70,0x00,0x00,0x10,0x04,0x03,0xde,0xe6,0xa9,0xf5,0x00,0x07,0x09,0x70, +0x00,0x70,0x29,0x10,0x08,0x7f,0x00,0x00,0xb4,0xc9,0x33,0x10,0x01,0x8c,0xc4,0x48, +0xa6,0x66,0x37,0x9f,0x23,0x58,0x72,0x64,0xef,0x97,0x5e,0x06,0xa9,0x72,0x60,0x00, +0x77,0x5e,0x00,0x07,0x73,0x80,0x00,0x78,0x9f,0x55,0x57,0x01,0x11,0x11,0x97,0x00, +0xf0,0x28,0x6e,0xf8,0x20,0x63,0x78,0x08,0x17,0x05,0x80,0x07,0x73,0x95,0xa3,0x7d, +0xa8,0x19,0xe7,0x5f,0x10,0x3c,0x00,0x16,0x75,0x00,0x01,0x20,0x00,0x00,0x4f,0xf9, +0x00,0x00,0xcf,0xff,0x4a,0x40,0x8f,0xff,0xdf,0xf0,0x0d,0xdc,0xef,0xb0,0x75,0x8f, +0xff,0x70,0xa2,0xff,0xff,0xe0,0x9b,0xa9,0x99,0x87,0x06,0xf2,0x09,0x00,0x01,0xa1, +0x00,0x12,0x13,0xb1,0x0b,0xde,0xee,0xb1,0x2b,0xbb,0xbb,0x80,0x4c,0x44,0x43,0x00, +0x39,0x00,0x00,0x00,0x21,0xf1,0x0d,0xf5,0x18,0x07,0x87,0x10,0x00,0x09,0x87,0x70, +0x00,0x07,0x75,0x10,0x18,0x55,0x91,0x00,0xc7,0x89,0x5c,0x00,0x98,0x67,0x79,0x00, +0x06,0x66,0x60,0x00,0x37,0x77,0x30,0x70,0x04,0x63,0x70,0x08,0x7a,0x70,0x00,0x07, +0x03,0x00,0xf0,0x0c,0x77,0x77,0x7b,0x18,0x60,0x61,0x80,0x18,0x60,0x2c,0x10,0xa3, +0x07,0xb0,0xd0,0x1c,0x8c,0x70,0x57,0x0a,0x50,0x94,0x00,0xc2,0x5c,0xcb,0x10,0xa8, +0x05,0xf1,0x0b,0x05,0x70,0x00,0x05,0x70,0x7c,0xcd,0xd0,0x5d,0x40,0x02,0xb0,0x05, +0xe0,0x58,0x93,0x93,0x57,0x9c,0xcf,0x90,0x00,0xc1,0x00,0x0c,0x10,0x05,0x00,0xe0, +0x3c,0xcc,0x62,0x40,0x0d,0x49,0x00,0xd4,0x90,0x0d,0x49,0x00,0xd0,0x39,0x01,0x00, +0xf2,0x03,0x40,0x06,0xc9,0x0c,0x10,0xc0,0x1c,0x01,0xc0,0x3e,0xcc,0x80,0x39,0x00, +0xb1,0x39,0x00,0x93,0x03,0x00,0xf1,0x08,0x48,0x1b,0xc0,0x48,0x00,0x85,0x48,0x00, +0x75,0x2a,0x00,0xb2,0x09,0xcc,0x70,0x39,0x39,0x37,0x9c,0xc7,0x00,0x00,0xd0,0x21, +0x07,0x04,0x05,0x00,0xe0,0x7b,0xc6,0x00,0x00,0xc1,0x00,0x09,0x30,0x00,0xc1,0x7b, +0xc6,0x00,0x81,0x16,0x00,0xf2,0x1f,0x8c,0xcc,0x10,0x00,0x84,0x00,0x0a,0x20,0x05, +0xb0,0x0a,0xb0,0x01,0x40,0x00,0x3e,0xcc,0xa0,0x39,0x00,0x84,0x39,0x00,0x66,0x39, +0x00,0x66,0x3e,0xcc,0xd6,0x68,0xac,0xb0,0x0d,0x50,0x85,0x0d,0x00,0x57,0x49,0x00, +0x57,0x85,0x2c,0xd7,0x39,0x01,0x00,0xf2,0x21,0x5d,0x60,0x1b,0x00,0xc0,0x0c,0x8c, +0xc0,0x9e,0xcc,0xb0,0x48,0x00,0x95,0x67,0x00,0x76,0x4a,0x00,0xb3,0x09,0xcc,0x70, +0x58,0x01,0xc0,0xd0,0x2a,0x08,0x55,0x70,0x1c,0xc1,0xad,0xa2,0x00,0x6d,0xcc,0x46, +0x60,0x1c,0x5c,0x50,0xd0,0x00,0x0d,0x00,0x00,0x05,0x00,0xf0,0x07,0x6d,0xcc,0x46, +0x70,0x1d,0x5c,0x60,0xd0,0x00,0x1c,0x3c,0xbc,0x30,0xa5,0x09,0x41,0xc0,0xb1,0x0a, +0x9a,0x00,0x96,0xa6,0x02,0x10,0x94,0x05,0x00,0xf0,0x0c,0x87,0x08,0x50,0xb4,0xb2, +0x01,0xd7,0x00,0x02,0xc0,0x7c,0xce,0x70,0x5c,0xbc,0x50,0x10,0x1c,0x39,0x02,0xa3, +0x90,0xa4,0x39,0xa7,0x03,0x92,0x7e,0x01,0x09,0xcc,0x00,0xf0,0x46,0xa2,0x1b,0x0b, +0x17,0x63,0x90,0xd0,0x4c,0xc4,0x0c,0x01,0xd0,0x07,0x80,0x0d,0xdc,0x90,0x00,0x8f, +0xcc,0xb1,0x0c,0x00,0x76,0x0c,0x00,0x57,0x0d,0x00,0x58,0x98,0x00,0x58,0x08,0x69, +0x50,0xb1,0xc0,0x0a,0x0a,0x00,0x17,0x29,0xfb,0x5e,0x60,0x30,0x00,0x06,0xa7,0x10, +0x00,0x3b,0x50,0x4a,0x92,0x96,0x00,0x09,0xaa,0xa4,0x00,0x00,0x00,0x15,0xaa,0x00, +0x02,0x7c,0xff,0xfe,0x00,0x0e,0xff,0xfe,0xbe,0x00,0x0e,0xd8,0x30,0x3e,0x00,0x0e, +0x30,0x00,0x05,0x00,0xf0,0x03,0x01,0x6e,0x00,0x1e,0x30,0x4f,0xfe,0x0d,0xff,0x30, +0x2d,0xf8,0x0d,0xfd,0x10,0x00,0x00,0x00,0x04,0x00,0xf0,0x31,0x75,0xcc,0xcc,0xc6, +0x7c,0x8a,0x11,0x18,0xab,0xca,0x90,0x00,0x7b,0xc9,0x4f,0xcc,0xce,0x79,0xdb,0xa0, +0x00,0x7c,0xda,0x59,0x00,0x07,0x7a,0xb9,0xfd,0xdd,0xea,0xb0,0x34,0x23,0x44,0x44, +0x3f,0xf9,0xcf,0xff,0xff,0xef,0x8b,0xff,0xff,0xe7,0x84,0x68,0x88,0x87,0xff,0xad, +0xff,0xff,0xf8,0x94,0x69,0x99,0x98,0xde,0x8a,0xee,0xee,0xdf,0x1b,0x00,0x50,0x45, +0x23,0x55,0x55,0x40,0x3e,0x02,0xf0,0x0b,0x50,0x00,0x00,0x08,0xfd,0x23,0x00,0x08, +0xfe,0x2d,0xf4,0x08,0xfe,0x20,0x5f,0xfa,0xfe,0x20,0x00,0x5f,0xfe,0x20,0x00,0x00, +0x4d,0x20,0x62,0x02,0xf5,0x58,0x02,0x0e,0xe2,0x0c,0xf1,0x5f,0xec,0xf8,0x00,0x6f, +0xf9,0x00,0x0c,0xff,0xe2,0x0c,0xf8,0x5f,0xe0,0x98,0x00,0x5b,0x00,0x00,0x02,0xd2, +0x00,0x00,0x7b,0x3f,0x3b,0x70,0x4f,0x73,0xf3,0x8f,0x4a,0xc0,0x3f,0x30,0xca,0xd9, +0x03,0xf3,0x09,0xdb,0xb0,0x02,0x00,0xbc,0x6f,0x40,0x00,0x4f,0x60,0xbf,0xa7,0xaf, +0xb0,0x00,0x7d,0xfd,0x70,0x00,0x00,0x06,0xb6,0x00,0x00,0x31,0xcf,0xc1,0x30,0x4f, +0xff,0xff,0xff,0x47,0xff,0xb4,0xbf,0xf7,0x0d,0xf2,0x02,0xfd,0x04,0xff,0x70,0x7f, +0xf4,0x6f,0xff,0xff,0xff,0x60,0x75,0xef,0xe5,0x70,0x00,0x08,0xf8,0xc6,0x10,0xf0, +0x23,0x01,0x00,0x00,0x00,0x2d,0xe3,0xd9,0x00,0x00,0x4e,0x97,0xff,0x90,0x00,0x6f, +0x7b,0xc6,0xfb,0x00,0x9e,0x6d,0xff,0xe6,0xdb,0x07,0x4e,0xff,0xff,0xf5,0x80,0x05, +0xff,0xa9,0xff,0x70,0x00,0x5f,0xf3,0x1f,0xf7,0x00,0x03,0xcc,0x20,0xcc,0x50,0x00, +0x00,0x00,0x9c,0xc5,0x00,0x23,0xdf,0x60,0x05,0x00,0xf0,0x47,0x58,0xef,0xb7,0x10, +0x00,0x4f,0xff,0xfc,0x00,0x00,0x04,0xff,0xc0,0x00,0x19,0xa9,0x7c,0x6a,0xa6,0x3f, +0xff,0xfc,0xfe,0xec,0x2f,0xff,0xff,0xfc,0xbb,0x01,0xdf,0xff,0xfe,0x20,0x00,0xba, +0x22,0x22,0x8c,0x00,0x5f,0x10,0x00,0x00,0xe7,0x0e,0xb6,0x30,0x02,0x6a,0xf0,0xff, +0xfe,0x44,0xdf,0xff,0x2f,0xff,0xff,0xff,0xff,0xf2,0xcf,0xff,0xff,0xff,0xfe,0x00, +0x00,0x5b,0xda,0x43,0xd0,0x9f,0xa7,0xaf,0xbf,0x5f,0x40,0x04,0x7f,0xf9,0x90,0x00, +0xde,0xee,0x99,0x00,0xf0,0x01,0x0f,0xff,0xe0,0x00,0x9a,0xff,0x74,0x00,0x3f,0x5f, +0xdf,0x85,0x8f,0xa0,0xf3,0x6c,0xdc,0x00,0xf0,0x03,0x05,0x50,0x15,0xf8,0xff,0xff, +0x8f,0xff,0xf8,0xff,0xff,0x84,0x59,0xf8,0x00,0x09,0x70,0x00,0x14,0x00,0xf2,0x03, +0x00,0x05,0xf8,0x00,0xff,0xff,0x86,0x3f,0xff,0xf8,0x3a,0xff,0xff,0x88,0x64,0x5a, +0xf8,0x00,0x1a,0x00,0x00,0x01,0x00,0xf0,0x3b,0x06,0x10,0x00,0x00,0x55,0x01,0x4d, +0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff,0xf8,0x73,0xb3,0xd0,0xff,0xff,0x83,0xa7, +0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45,0x9f,0x80,0x5c,0x4b,0x00,0x00,0x97,0x03, +0x2d,0x30,0x00,0x00,0x00,0x08,0x40,0x00,0xbf,0xff,0xff,0xff,0xbf,0x45,0xff,0xff, +0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd,0x10,0x8f,0xfa,0x07,0x10,0x02,0xff,0x32, +0x22,0x22,0x3f,0xac,0x00,0xf2,0x12,0xc0,0x00,0x58,0x00,0x00,0x0d,0xf1,0x00,0x05, +0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc,0x0e,0xef,0xff,0xf1,0xe6,0xff,0xff, +0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0x00,0x30,0x02,0xf3,0x2b,0xe5,0x00,0xaa,0xe5, +0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed,0xff,0xfb,0xe5,0x8f,0xfb,0xe5,0x07, +0xfb,0xb3,0x00,0x67,0xb9,0x10,0x00,0x00,0xff,0xe6,0x00,0x00,0xff,0xff,0xd3,0x00, +0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xd4,0xff,0xff,0xf7,0x00, +0xff,0xfa,0x20,0x00,0xed,0x40,0x94,0x01,0xbd,0x10,0x01,0x10,0xdf,0xf4,0x5f,0xfc, +0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5,0x7f,0xfe,0x8c,0xb1,0x2b,0xc7,0x01, +0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01,0x1e,0xff,0x04,0x00,0xf0,0x14,0xfd, +0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00,0x5e,0xbf,0xc0,0x5e,0xbf,0xfc,0x6e, +0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e,0xbf,0x70,0x5e,0x76,0x00,0x3b,0x00, +0x00,0x54,0x3c,0x01,0xe0,0xff,0x40,0x00,0x00,0x4f,0xff,0xf3,0x00,0x03,0xff,0xff, +0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88,0x88,0x40,0x0d,0xee,0xee,0xee, +0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55,0x30,0xf5,0x04,0xf0,0x06,0xe0, +0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c,0xe2,0x00,0x01,0xce,0x30,0x00, +0x1c,0xe0,0x00,0x01,0x11,0x02,0x51,0x5e,0x20,0x00,0x1c,0xe3,0x12,0x00,0x14,0x1e, +0x24,0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0,0x00,0x00,0x0e,0xc0,0x04, +0x00,0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10,0x00,0x04,0xa5,0x01,0x01, +0x18,0x00,0xf1,0x1d,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93,0x00,0x00,0x7f,0x92,0x28, +0xf8,0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb,0x7f,0xf1,0x7f,0xb5,0xff, +0x69,0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed,0xc5,0x00,0x00,0x0c,0x50, +0x36,0x00,0xf2,0x1e,0x5f,0x86,0xbc,0xb6,0x00,0x00,0x00,0x3d,0xf6,0x13,0xdd,0x20, +0x00,0x05,0x1b,0xde,0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff,0x3f,0xf8,0x00,0x1e,0xf3, +0x04,0xea,0xff,0x20,0x00,0x3e,0xd1,0x02,0xcf,0x60,0x00,0x00,0x18,0xdd,0x60,0x9e, +0x40,0x10,0x06,0x14,0x10,0xf4,0x02,0x20,0x09,0xb0,0x06,0x00,0x30,0x4f,0xf6,0x00, +0xc5,0x02,0x10,0xfe,0x26,0x02,0xf0,0x0e,0xf6,0x4f,0x80,0x00,0x00,0x0e,0xf5,0x3f, +0xf2,0x00,0x00,0x8f,0xf6,0x4f,0xfa,0x00,0x02,0xff,0xfa,0x9f,0xff,0x30,0x0b,0xff, +0xf7,0x5f,0xff,0xc0,0x0e,0xab,0x02,0x60,0xf0,0x00,0x22,0x22,0x22,0x22,0x42,0x00, +0xf0,0x14,0x02,0x02,0x31,0x00,0x16,0xf3,0xff,0xd1,0x2e,0xff,0xd3,0x4e,0x5d,0xd6, +0xf3,0x00,0x1d,0xe1,0x03,0x00,0x0c,0xe5,0xa3,0xd1,0xff,0xf3,0x4f,0xff,0xd6,0x73, +0x00,0x39,0xf6,0x00,0x00,0xfe,0x00,0xf3,0x17,0x06,0x50,0x00,0x00,0x6f,0xf5,0x00, +0x06,0xf8,0xaf,0x50,0x6f,0x80,0x0a,0xf4,0x98,0x00,0x00,0xa8,0x65,0x00,0x00,0x65, +0x9f,0x50,0x06,0xf7,0x0a,0xf5,0x6f,0x80,0x00,0xaf,0xf8,0x00,0x00,0x0a,0x80,0x91, +0x00,0xf2,0x06,0x05,0xd2,0x02,0x22,0x21,0x00,0x4f,0xfe,0x3e,0xff,0xfe,0x00,0xa9, +0xea,0x60,0x00,0x3e,0x00,0x03,0xe0,0x00,0x06,0x00,0xf2,0x00,0x0a,0x9e,0xa5,0x03, +0xfe,0xee,0xa5,0xff,0xe1,0x00,0x33,0x33,0x20,0x6e,0x20,0x30,0x00,0xad,0x8c,0xcb, +0x10,0x00,0x0f,0xff,0xfd,0xaa,0xa6,0xff,0x01,0x00,0x02,0xa7,0x02,0x20,0x01,0xa1, +0xf6,0x07,0xf2,0x02,0xfd,0x10,0x00,0x01,0xdf,0xff,0xd1,0x00,0x03,0x9d,0xfd,0x93, +0x00,0x00,0x0a,0xfa,0x00,0x05,0x00,0xf0,0x00,0x89,0x88,0xf8,0x89,0x91,0xff,0xfc, +0xbc,0xee,0xf2,0xff,0xff,0xff,0xac,0xf2,0x11,0x01,0xb0,0xb7,0x00,0x00,0x00,0x2f, +0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f,0x00,0xf3,0x09,0xf9,0x00,0x00,0x00,0x0c,0xf3, +0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b,0xfc,0x00,0x0d,0xff,0xff,0xa0,0x00,0x0a, +0xff,0xa3,0x0f,0x05,0xf8,0x25,0x03,0x10,0x00,0x00,0xaf,0xe1,0x05,0xe9,0xf5,0xe4, +0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf,0xf3,0x00,0x4d,0xff,0xf9,0x00,0xe7,0xe5, +0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70,0x00,0x63,0x00,0xaf,0xfa,0x91,0x22,0xcf, +0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf,0xff,0xfe,0x04,0x00,0xf0,0x00,0xfd,0x57, +0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22,0x20,0x00,0x02,0x22,0x22,0x02,0x02,0x82, +0x90,0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05,0xc0,0x02,0xf0,0x00,0xf5,0x6f,0xfe,0xff, +0xd0,0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c,0xcc,0xcc,0xc8,0x22,0x02,0x40,0x45,0x55, +0x55,0x54,0xfb,0x00,0x00,0xdc,0x02,0x80,0x34,0x44,0x44,0x43,0x23,0x33,0x33,0x32, +0x0c,0x00,0x90,0x11,0x11,0x11,0x10,0x8c,0xcc,0xcc,0xcc,0x8e,0x39,0x00,0xd1,0x5c, +0xff,0xff,0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff,0xc5,0xa6,0xcf,0x1d,0x03,0x01,0x0f, +0x01,0xf1,0x0f,0x06,0xff,0xc0,0x00,0x9f,0xf9,0x00,0x0b,0xff,0x62,0x00,0xdf,0xff, +0xf7,0x0f,0xff,0xfe,0x10,0x11,0xaf,0x60,0x00,0x0d,0xd0,0x00,0x01,0xf4,0x00,0x00, +0x3a,0x52,0x01,0xf0,0x13,0x45,0xb9,0x52,0x00,0xff,0x8d,0xfa,0x00,0xff,0xd9,0x96, +0x00,0xff,0x6e,0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff,0x7f,0xff,0xed,0xff,0x7f,0xff, +0xfe,0x45,0x4f,0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03,0xbf,0x05,0xa0,0x8f,0xe7,0x00, +0x08,0xff,0xff,0x60,0x0d,0xff,0xff,0x25,0x03,0xf1,0x01,0xd0,0x2f,0xff,0xff,0xf1, +0xcf,0xff,0xff,0xfa,0x57,0x77,0x77,0x74,0x00,0x1e,0xd0,0x27,0x00,0x10,0xbf,0x9c, +0x00,0xf4,0x0c,0x0f,0x4b,0x3a,0xa3,0xa3,0xf2,0xfa,0xd9,0xdd,0x9d,0x9f,0x2f,0xf0, +0xa3,0x3a,0x0d,0xf2,0xfc,0xcb,0x9a,0xbc,0xcf,0x2f,0x4a,0x22,0x22,0xa2,0xfb,0x04, +0x04,0x01,0x00,0xf0,0x05,0x3a,0xa0,0x00,0x00,0x04,0xbf,0xfd,0x00,0x00,0x5d,0xff, +0xff,0x60,0x06,0xef,0xff,0xff,0xe0,0x00,0xef,0x17,0x04,0x40,0x01,0x33,0x3f,0xff, +0x4b,0x03,0x10,0xff,0x2b,0x02,0x20,0x1f,0xf1,0x2b,0x00,0x14,0xe9,0x34,0x00,0xb2, +0xde,0xed,0x63,0x0f,0xff,0xf8,0xf3,0xff,0xff,0x47,0x5f,0x49,0x04,0x19,0xcf,0x07, +0x00,0xf0,0x0f,0xb1,0x22,0x22,0x20,0x00,0x00,0x34,0x31,0x00,0x00,0x02,0xaf,0xff, +0xff,0xb4,0x00,0x7f,0xd7,0x31,0x25,0xbf,0xa0,0x98,0x01,0x57,0x62,0x05,0xc1,0x00, +0x7f,0xd2,0x01,0x91,0x00,0xa9,0x10,0x07,0xc1,0x00,0x00,0x00,0x3c,0x53,0x03,0x21, +0x6f,0xa0,0x8b,0x02,0x62,0x10,0x00,0x00,0x12,0x22,0x22,0x96,0x01,0xa0,0xff,0xff, +0x90,0xf4,0x88,0x88,0x88,0x77,0xf2,0xf7,0x03,0x03,0xfc,0x03,0xe3,0xf5,0xaa,0xaa, +0xaa,0x97,0xf3,0xee,0xee,0xee,0xee,0xef,0xb0,0x13,0x33,0x33,0x33,0x33,0x2a,0x00, +0x20,0x82,0x07,0x2a,0x00,0x20,0xf4,0x00,0x2a,0x00,0x2f,0xa2,0x07,0x2a,0x00,0x08, +0x20,0x84,0x00,0x2a,0x00,0x20,0xf9,0x00,0x2a,0x00,0x2f,0xa6,0x00,0x2a,0x00,0x08, +0x20,0x87,0x00,0x2a,0x00,0x20,0xfe,0x00,0x2a,0x00,0x2f,0xa9,0x00,0x2a,0x00,0x08, +0x20,0xf2,0x00,0x2a,0x00,0x20,0xf2,0x00,0x2a,0x00,0x02,0x0c,0x00,0x01,0x2a,0x00, +0x11,0xa0,0x2a,0x00,0x00,0x48,0x0b,0x10,0xb3,0x1b,0x00,0xf1,0x0b,0xa8,0xf5,0x00, +0x00,0x48,0x05,0x50,0x00,0x03,0x00,0xff,0xcd,0xaa,0xaa,0xad,0xd1,0x8c,0x20,0x37, +0x00,0x06,0x30,0x00,0x00,0x09,0x4d,0xfd,0x00,0x24,0x7f,0xc0,0x5c,0x01,0xf0,0x14, +0x7b,0xca,0x20,0x08,0xfe,0x6f,0xd0,0x0f,0xde,0x27,0xf4,0x2f,0x96,0x45,0xf6,0x3f, +0xf7,0x1f,0xf7,0x3f,0xd3,0x28,0xf7,0x1f,0x8d,0x54,0xf5,0x0b,0xff,0x2e,0xf1,0x01, +0xcf,0xee,0x50,0x0c,0x03,0xf6,0x04,0x56,0x9e,0xd8,0x64,0x9a,0xaa,0xaa,0xa8,0x5d, +0xdd,0xdd,0xd4,0x7f,0xac,0xda,0xf5,0x7f,0x7a,0xc7,0x04,0x00,0x82,0x8a,0xc7,0xf5, +0x4f,0xff,0xff,0xf3,0x01,0x38,0x04,0x20,0x08,0xa0,0x74,0x04,0xf2,0x05,0xfb,0x00, +0x00,0x09,0xc7,0xfc,0x00,0x00,0x9f,0xfc,0x61,0x00,0x09,0xff,0xfc,0x10,0x00,0x9f, +0xff,0xc1,0x09,0x00,0x70,0x0d,0xff,0xc1,0x00,0x00,0x0f,0xfc,0x7d,0x0a,0x01,0x82, +0x00,0xfc,0x25,0x2b,0xcc,0xcc,0xcc,0xa0,0x03,0xef,0xfd,0xfe,0xef,0xf3,0x3e,0xff, +0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03,0xff,0xf4,0x6f,0xff,0xf2,0x40,0x9f,0xf4, +0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f,0xff,0xff,0xff,0xe1,0x03,0xef,0xff,0x63, +0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07,0x02,0x85,0xfb,0xcf,0xff,0xff,0x80,0x12, +0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0,0x00,0x05,0xf0,0x5f,0xe7,0x77,0x7a,0xf0, +0x81,0x02,0x21,0xe0,0x0c,0xae,0x02,0x15,0x50,0x87,0x02,0x4c,0xf8,0x00,0xfd,0x00, +0x01,0x00,0x2e,0xf5,0x00,0x01,0x00,0x14,0xf8,0x1c,0x00,0x25,0xf5,0xfb,0x14,0x00, +0x58,0xfd,0xfd,0xfd,0x00,0xf0,0x1d,0x00,0x05,0x01,0x00,0x15,0xfb,0x2e,0x00,0x18, +0xf5,0x16,0x00,0x2f,0xfd,0xed,0x5f,0x00,0x05,0x05,0x50,0x00,0x08,0x0f,0x00,0x60, +0xf0,0xf8,0x00,0xf0,0xf0,0xf5,0x14,0x00,0x30,0xf0,0xf0,0xf0,0x54,0x00,0xc2,0xfb, +0xfb,0x00,0xf8,0xf8,0x00,0xf3,0xf8,0x00,0xfb,0xfb,0xf5,0x4a,0x00,0x01,0xbf,0x00, +0x20,0xfb,0xfb,0x72,0x00,0x62,0xf8,0xfd,0x00,0xfd,0xfd,0xfb,0x7e,0x00,0x01,0x48, +0x00,0x00,0x4e,0x00,0x73,0xff,0xfd,0xed,0xf3,0x00,0xf8,0xf7,0x2e,0x00,0x50,0xf3, +0x00,0xfb,0xf5,0xf3,0x43,0x00,0x0c,0x79,0x00,0x0d,0xe7,0x00,0x0f,0x12,0x01,0x10, +0x03,0xf0,0x06,0x09,0x01,0x00,0x1b,0x02,0x10,0x00,0x01,0x0f,0x0e,0x12,0x04,0xf2, +0x05,0x10,0x00,0x33,0x1a,0x20,0x07,0x00,0xce,0x15,0x28,0x00,0x0b,0x25,0x00,0x16, +0x0c,0x0c,0x00,0x00,0x36,0x0b,0x6f,0x00,0x0e,0x0d,0x00,0x0e,0x00,0x01,0x00,0x5e, +0x18,0x01,0xc7,0x00,0x24,0x03,0x02,0xb7,0x00,0x00,0xba,0x00,0x12,0x06,0x08,0x05, +0x09,0x2f,0x00,0x11,0x08,0x57,0x07,0x55,0x00,0x0a,0x0b,0x00,0x09,0xc7,0x00,0x41, +0x0d,0x00,0x0e,0x0f,0x30,0x06,0x00,0xc5,0x00,0xaf,0x11,0x12,0x13,0x0d,0x00,0x14, +0x15,0x16,0x00,0x17,0xc6,0x00,0x59,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1488, .range_length = 27, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1524, .range_length = 62127, .glyph_id_start = 141, .list_length = 63, .type = 3, .unicode_list = 1632, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[7418] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_he_XS_s = { +.uncomp_size = 7090, +.comp_size = 5709, +.line_height = 11, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 1758, +.class_pair_values = 6360, +.left_class_mapping = 6682, +.right_class_mapping = 6886, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 7418, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_9.c b/radio/src/fonts/lvgl/lv_font_arimo_he_XXS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_he_9.c rename to radio/src/fonts/lvgl/lv_font_arimo_he_XXS.c index 6caefa82a03..bade7cf7b55 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_he_9.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_XXS.c @@ -372,7 +372,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[7418] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_he_9 = { +const etxLz4Font lv_font_arimo_he_XXS = { .uncomp_size = 7090, .comp_size = 5709, .line_height = 11, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_XXS_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_XXS_s.c new file mode 100644 index 00000000000..cd4c42fba85 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_XXS_s.c @@ -0,0 +1,343 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x24,0x40,0x02,0x08,0x00,0xf0,0x06,0x02,0x05,0x00,0x00,0x05, +0x00,0xd0,0x02,0x03,0x02,0x00,0x03,0x08,0x00,0x70,0x04,0x05,0x05,0x00,0x00,0x15, +0x08,0x00,0xf3,0x15,0x06,0x00,0xff,0x24,0x00,0x20,0x07,0x07,0x05,0x00,0x00,0x36, +0x00,0x50,0x05,0x06,0x05,0x00,0x00,0x45,0x00,0x80,0x01,0x02,0x02,0x00,0x03,0x47, +0x00,0xb0,0x02,0x03,0x07,0x00,0xfe,0x52,0x08,0x00,0xf0,0x02,0x5d,0x00,0x20,0x03, +0x03,0x03,0x00,0x02,0x62,0x00,0xb0,0x04,0x05,0x04,0x00,0x01,0x6c,0x58,0x00,0x40, +0x02,0x00,0xff,0x6e,0x20,0x00,0x40,0x01,0x00,0x01,0x70,0x10,0x00,0xc3,0x01,0x00, +0x00,0x71,0x00,0x40,0x02,0x03,0x05,0x00,0x00,0x79,0x68,0x00,0x13,0x86,0x08,0x00, +0x13,0x93,0x08,0x00,0x13,0xa0,0x08,0x00,0x13,0xad,0x08,0x00,0x13,0xba,0x08,0x00, +0x13,0xc7,0x08,0x00,0x13,0xd4,0x08,0x00,0x13,0xe1,0x08,0x00,0x13,0xee,0x08,0x00, +0x10,0xfb,0x60,0x00,0x42,0x04,0x00,0x00,0xff,0xd0,0x00,0x41,0xff,0x04,0x01,0xb0, +0x18,0x00,0x10,0x11,0x08,0x00,0x43,0x03,0x00,0x01,0x19,0x10,0x00,0x22,0x26,0x01, +0x30,0x00,0xa2,0x33,0x01,0x20,0x08,0x08,0x06,0x00,0xff,0x4b,0x01,0xd8,0x00,0x40, +0x5a,0x01,0x50,0x05,0x18,0x00,0x31,0x67,0x01,0xc0,0x10,0x00,0x13,0x76,0x08,0x00, +0x13,0x85,0x18,0x00,0x31,0x92,0x01,0xe0,0x38,0x00,0x40,0x9f,0x01,0x40,0x06,0x18, +0x00,0x13,0xae,0x20,0x00,0x22,0xbd,0x01,0x40,0x01,0x93,0xc2,0x01,0x00,0x04,0x04, +0x05,0x00,0x00,0xcc,0x50,0x00,0x13,0xdb,0x68,0x00,0x40,0xe8,0x01,0xb0,0x06,0x40, +0x01,0x13,0xfa,0x30,0x00,0x22,0x09,0x02,0x40,0x00,0x22,0x18,0x02,0x58,0x00,0x10, +0x25,0x10,0x00,0x52,0x07,0x00,0xfe,0x3a,0x02,0x20,0x00,0x13,0x49,0x18,0x00,0x22, +0x56,0x02,0x70,0x00,0x13,0x63,0x18,0x00,0x22,0x72,0x02,0x58,0x00,0x93,0x81,0x02, +0x90,0x07,0x08,0x05,0x00,0x00,0x95,0x10,0x00,0x13,0xa4,0x08,0x00,0x13,0xb3,0x30, +0x00,0x31,0xc0,0x02,0x40,0x90,0x01,0x22,0xcb,0x02,0x68,0x01,0xf1,0x0b,0xd3,0x02, +0x40,0x02,0x02,0x07,0x00,0xfe,0xda,0x02,0xc0,0x03,0x04,0x03,0x00,0x02,0xe0,0x02, +0x70,0x04,0x06,0x01,0xff,0xfe,0xe3,0x02,0x98,0x01,0x40,0x04,0xe5,0x02,0x70,0xb0, +0x01,0x32,0x00,0xef,0x02,0xb0,0x00,0xb1,0xfc,0x02,0x00,0x04,0x04,0x04,0x00,0x00, +0x04,0x03,0x70,0xd0,0x00,0x22,0x0e,0x03,0x20,0x00,0x22,0x18,0x03,0x50,0x00,0x10, +0x20,0x18,0x00,0x43,0x06,0x00,0xfe,0x2c,0x20,0x00,0x40,0x36,0x03,0xc0,0x01,0x00, +0x01,0xb1,0x3b,0x03,0xc0,0x01,0x03,0x07,0xff,0xfe,0x46,0x03,0x00,0x48,0x00,0x13, +0x53,0x18,0x00,0xb1,0x58,0x03,0xb0,0x06,0x07,0x04,0x00,0x00,0x66,0x03,0x70,0x58, +0x00,0x13,0x6e,0x50,0x00,0x21,0x78,0x03,0x60,0x02,0x23,0xfe,0x87,0x50,0x00,0x31, +0x93,0x03,0xb0,0x60,0x00,0x22,0x9b,0x03,0x80,0x00,0x13,0xa3,0x70,0x00,0x13,0xab, +0x38,0x00,0x13,0xb3,0x18,0x00,0x93,0xbb,0x03,0xc0,0x05,0x07,0x04,0xff,0x00,0xc9, +0x10,0x00,0x31,0xd1,0x03,0x00,0x40,0x00,0x13,0xdd,0x10,0x00,0x22,0xe5,0x03,0x90, +0x02,0x31,0xf0,0x03,0x10,0xf8,0x00,0x13,0xf7,0x10,0x00,0xf3,0x02,0x02,0x04,0xb0, +0x04,0x05,0x01,0x00,0x02,0x05,0x04,0x00,0x08,0x08,0x07,0x00,0x00,0x21,0x08,0x00, +0x93,0x3d,0x04,0x00,0x08,0x07,0x07,0x00,0x00,0x56,0x08,0x00,0x13,0x6f,0x18,0x00, +0x93,0x8b,0x04,0x00,0x08,0x06,0x08,0x01,0xff,0xa3,0x10,0x00,0x13,0xbf,0x20,0x00, +0x13,0xd8,0x18,0x00,0x13,0xf0,0x08,0x00,0xa2,0x08,0x05,0x00,0x08,0x06,0x07,0x01, +0x00,0x1d,0x05,0x10,0x00,0x40,0x35,0x05,0x80,0x07,0x10,0x00,0x22,0x4a,0x05,0x38, +0x00,0x13,0x66,0x20,0x00,0x20,0x7b,0x05,0x40,0x00,0x33,0x01,0x00,0x94,0x10,0x00, +0x30,0xa9,0x05,0x30,0x30,0x03,0x41,0x03,0xae,0x05,0x00,0xf0,0x01,0x31,0xbb,0x05, +0xd0,0x38,0x01,0x40,0xc8,0x05,0x60,0x03,0x58,0x01,0x22,0xd2,0x05,0x90,0x01,0x31, +0xdf,0x05,0x10,0x20,0x00,0x31,0xec,0x05,0x10,0x68,0x02,0x31,0xf1,0x05,0x90,0x18, +0x01,0x31,0xf9,0x05,0x40,0x18,0x00,0x22,0x06,0x06,0x08,0x00,0xb0,0x13,0x06,0x10, +0x02,0x02,0x03,0x00,0x02,0x16,0x06,0x40,0x10,0x01,0x41,0xff,0x22,0x06,0x30,0xa0, +0x01,0x10,0x2c,0x10,0x00,0x61,0x07,0x00,0x00,0x3a,0x06,0x70,0x28,0x00,0x31,0x47, +0x06,0x80,0x08,0x00,0x10,0x54,0x30,0x00,0x70,0x06,0x00,0xff,0x5a,0x06,0x20,0x03, +0x50,0x00,0x13,0x62,0x48,0x00,0x22,0x6f,0x06,0x28,0x03,0x40,0x7c,0x06,0x00,0x05, +0x00,0x04,0x22,0x8b,0x06,0x58,0x02,0x31,0x98,0x06,0x10,0x58,0x00,0x31,0xa4,0x06, +0x60,0x10,0x00,0x31,0xb1,0x06,0xc0,0x20,0x04,0x31,0xc0,0x06,0x40,0x68,0x00,0x31, +0xca,0x06,0xd0,0x88,0x02,0x13,0xd9,0x60,0x00,0x30,0xe6,0x06,0xd0,0x78,0x03,0xa3, +0x04,0xee,0x06,0xd0,0x02,0x03,0x03,0x00,0x01,0xf3,0x38,0x00,0xb0,0x00,0x07,0x00, +0x08,0x08,0x09,0x00,0xff,0x24,0x07,0x00,0x80,0x03,0x20,0x00,0x3c,0x08,0x00,0x43, +0x08,0x00,0xff,0x5c,0x10,0x00,0x93,0x74,0x07,0x80,0x05,0x06,0x06,0x00,0x00,0x86, +0x18,0x00,0x13,0xa6,0x08,0x00,0x93,0xc6,0x07,0x00,0x09,0x09,0x08,0x00,0xff,0xea, +0x10,0x00,0xf0,0x04,0x0a,0x08,0x00,0x09,0x09,0x06,0x00,0x00,0x25,0x08,0x00,0x08, +0x08,0x0a,0x00,0xfe,0x4d,0x08,0x00,0xe8,0x00,0x40,0xff,0x5b,0x08,0x00,0x50,0x03, +0x32,0xff,0x70,0x08,0x30,0x00,0x22,0x94,0x08,0x58,0x00,0xf0,0x0a,0xac,0x08,0x80, +0x05,0x06,0x08,0x00,0xff,0xc4,0x08,0x00,0x07,0x05,0x08,0x01,0xff,0xd8,0x08,0x00, +0x07,0x07,0x0a,0x00,0xfe,0xfb,0x08,0x00,0x52,0x08,0x00,0xff,0x17,0x09,0x08,0x00, +0x22,0x33,0x09,0x20,0x00,0xf3,0x02,0x47,0x09,0x00,0x07,0x09,0x08,0xff,0xff,0x6b, +0x09,0x00,0x05,0x05,0x08,0x00,0xff,0x7f,0x08,0x00,0x13,0x93,0x28,0x00,0x10,0xaf, +0x08,0x00,0x52,0x02,0x00,0x02,0xb6,0x09,0x88,0x00,0xc0,0xd1,0x09,0x00,0x0a,0x0b, +0x08,0xff,0xff,0xfd,0x09,0x00,0x09,0x08,0x00,0x22,0x29,0x0a,0xa8,0x00,0x93,0x49, +0x0a,0x00,0x07,0x07,0x06,0x00,0x00,0x5e,0x08,0x00,0xa2,0x73,0x0a,0x00,0x0a,0x0b, +0x07,0xff,0xff,0x9a,0x0a,0x98,0x00,0x13,0xb2,0x28,0x00,0xc0,0xd2,0x0a,0x00,0x08, +0x09,0x09,0xff,0xff,0xfb,0x0a,0x00,0x07,0x10,0x00,0x22,0x1b,0x0b,0x68,0x00,0x13, +0x37,0x08,0x00,0x13,0x53,0x08,0x00,0x22,0x6f,0x0b,0x38,0x00,0x93,0x87,0x0b,0x00, +0x05,0x07,0x08,0xff,0xff,0xa3,0x18,0x00,0x13,0xbf,0x08,0x00,0x22,0xdb,0x0b,0x90, +0x00,0xc0,0xf6,0x0b,0x00,0x08,0x0a,0x0a,0xff,0xfe,0x28,0x0c,0x00,0x06,0xf8,0x00, +0x90,0x40,0x0c,0x00,0x0a,0x0a,0x08,0x00,0xff,0x68,0x08,0x00,0x00,0x60,0x01,0x03, +0x08,0x00,0x13,0xa4,0x08,0x00,0x13,0xc2,0x08,0x00,0x13,0xe0,0x08,0x00,0x20,0xfe, +0x0c,0xd0,0x00,0x42,0x00,0xff,0x2a,0x0d,0x58,0x00,0x13,0x46,0x08,0x00,0x21,0x62, +0x0d,0xa8,0x00,0x32,0xfe,0x8b,0x0d,0x28,0x00,0x40,0xa9,0x0d,0x00,0x06,0x18,0x00, +0x60,0xc5,0x0d,0x10,0x08,0x09,0x06,0x50,0x06,0xf0,0xff,0x0f,0x2e,0x1a,0x71,0x1c, +0x0d,0xea,0x14,0xea,0x17,0xea,0x18,0xea,0x19,0xea,0x1d,0xea,0x1f,0xea,0x21,0xea, +0x25,0xea,0x28,0xea,0x2d,0xea,0x32,0xea,0x33,0xea,0x34,0xea,0x4a,0xea,0x4f,0xea, +0x54,0xea,0x57,0xea,0x58,0xea,0x59,0xea,0x5d,0xea,0x5e,0xea,0x5f,0xea,0x60,0xea, +0x73,0xea,0x74,0xea,0x7a,0xea,0x7c,0xea,0x7d,0xea,0x80,0xea,0x83,0xea,0x84,0xea, +0x85,0xea,0x87,0xea,0x9f,0xea,0xa1,0xea,0xd0,0xea,0xd1,0xea,0xd3,0xea,0xd5,0xea, +0xec,0xea,0xf3,0xea,0xf6,0xea,0xff,0xea,0x28,0xeb,0x30,0xeb,0x67,0xeb,0xf7,0xeb, +0x4c,0xec,0x4d,0xec,0x4e,0xec,0x4f,0xec,0x50,0xec,0x93,0xec,0x9f,0xec,0xf9,0xec, +0x10,0xed,0x66,0xef,0xce,0xf1,0xae,0xf2,0x47,0x37,0x36,0x14,0x35,0xa3,0x75,0x14, +0x06,0x07,0x04,0xa6,0xa2,0x06,0x15,0x07,0x88,0x71,0x50,0x60,0x00,0x59,0xca,0x09, +0x37,0x20,0x07,0xc8,0x04,0x07,0x74,0x69,0xca,0x10,0x03,0x00,0x67,0x70,0x44,0x09, +0x09,0x1a,0x74,0x37,0x49,0x90,0x90,0x06,0x29,0x09,0x03,0x60,0x46,0x60,0x06,0x89, +0x00,0x09,0x39,0x00,0x2a,0xa0,0x50,0xa0,0x78,0x50,0x59,0x8a,0x81,0x91,0x50,0x07, +0x31,0x90,0x65,0x07,0x30,0x65,0x01,0x90,0x07,0x40,0x82,0x00,0xa0,0x0a,0x00,0x82, +0x0a,0x00,0xa0,0x82,0x00,0x27,0x24,0xd5,0x32,0x30,0x00,0x50,0x00,0x09,0x00,0x58, +0xc8,0x20,0x09,0x00,0x36,0x15,0x59,0x20,0x36,0x08,0x10,0x90,0x36,0x08,0x10,0xa0, +0x00,0x2a,0x97,0x08,0x20,0xb0,0xa0,0x09,0x18,0x20,0xa0,0x2a,0x96,0x00,0x08,0xb0, +0x01,0x0b,0x00,0x00,0xb0,0x00,0x0b,0x00,0x38,0xd8,0x00,0x2a,0x98,0x02,0x10,0xb0, +0x00,0x75,0x00,0x93,0x00,0x7b,0x88,0x00,0x3a,0x0d,0x00,0xf0,0xd9,0x03,0xb7,0x03, +0x00,0xb0,0x4a,0x99,0x00,0x00,0xa7,0x00,0x77,0x70,0x36,0x37,0x09,0x89,0xb1,0x00, +0x37,0x00,0x5b,0x97,0x07,0xa8,0x40,0x10,0x0b,0x03,0x10,0xb0,0x3a,0x97,0x00,0x09, +0x86,0x06,0x88,0x50,0x94,0x0b,0x07,0x40,0xa0,0x1a,0x97,0x00,0x59,0x9d,0x00,0x04, +0x60,0x00,0xa0,0x00,0x46,0x00,0x08,0x30,0x00,0x29,0x88,0x06,0x40,0xb0,0x1c,0xa7, +0x09,0x20,0xa0,0x49,0x89,0x00,0x3a,0x86,0x08,0x20,0xb0,0x19,0x7c,0x02,0x10,0xc0, +0x2b,0x95,0x00,0x36,0x00,0x00,0x36,0x36,0x00,0x00,0x35,0x15,0x00,0x00,0x10,0x38, +0x81,0x88,0x00,0x00,0x59,0x60,0x00,0x02,0x10,0x58,0x88,0x20,0x00,0x00,0x58,0x88, +0x20,0x20,0x00,0x03,0x87,0x10,0x00,0x1c,0x32,0x88,0x30,0x30,0x00,0x00,0x3b,0xa9, +0x04,0x10,0xa1,0x00,0x67,0x00,0x16,0x00,0x03,0x50,0x00,0x00,0x77,0x77,0x50,0x09, +0x39,0x8b,0x63,0x45,0xa0,0x0a,0x26,0x53,0xa0,0x57,0x53,0x19,0x57,0x38,0x60,0x01, +0x77,0x76,0x00,0x00,0xe5,0x00,0x06,0x6b,0x00,0x0c,0x09,0x30,0x4c,0x89,0xa0,0xb1, +0x00,0xa1,0x5b,0x9a,0x45,0x60,0x38,0x5b,0x8b,0x35,0x60,0x0c,0x5b,0x89,0x70,0x09, +0x9a,0x90,0x67,0x00,0x31,0x93,0x00,0x00,0x67,0x00,0x32,0x08,0xa9,0x90,0x5b,0x99, +0x50,0x56,0x00,0xa2,0x56,0x00,0x65,0x56,0x00,0xa2,0x5b,0x8a,0x60,0x5b,0x99,0x75, +0x60,0x00,0x5b,0x99,0x55,0x05,0x00,0x13,0x90,0x08,0x00,0xf1,0x06,0x45,0x60,0x00, +0x56,0x00,0x00,0x08,0x99,0xa1,0x56,0x00,0x11,0x83,0x06,0x97,0x67,0x00,0x1a,0x08, +0x98,0x92,0x35,0x00,0x42,0xa2,0x5c,0x99,0xd2,0x09,0x00,0x10,0x47,0x01,0x00,0xf0, +0x0d,0x03,0xb6,0x00,0x56,0x00,0x56,0x40,0x56,0x6a,0xb1,0x56,0x07,0x60,0x56,0x85, +0x00,0x5c,0xb1,0x00,0x56,0x2b,0x00,0x56,0x03,0xa0,0x56,0x00,0x05,0x44,0x00,0x10, +0x05,0x4e,0x00,0xf0,0x22,0x10,0x5d,0x00,0x2f,0x05,0xb4,0x08,0xb0,0x55,0xa0,0x9a, +0x05,0x58,0x83,0xa0,0x55,0x2c,0x0a,0x00,0x5d,0x00,0x82,0x58,0x80,0x82,0x55,0x74, +0x82,0x55,0x0a,0x92,0x55,0x02,0xe2,0x09,0x99,0xa1,0x66,0x00,0x3a,0x93,0x00,0x0c, +0x67,0x00,0x39,0x08,0xa9,0xa1,0x93,0x00,0x32,0x0b,0x5b,0x88,0x86,0x00,0x07,0x1c, +0x00,0xd0,0x2a,0x09,0x99,0x90,0x00,0x0b,0x00,0x00,0x07,0x91,0x5b,0x99,0xa0,0xbe, +0x00,0xf2,0x09,0x8b,0x60,0x56,0x06,0x60,0x56,0x00,0xb1,0x1a,0x89,0x64,0x80,0x02, +0x05,0x99,0x42,0x10,0x0c,0x3a,0x89,0x70,0x79,0xe9,0x60,0xd0,0x01,0x00,0x05,0x00, +0x32,0x65,0x00,0x92,0x03,0x00,0xf0,0x02,0x57,0x00,0xb1,0x08,0x89,0x60,0xb1,0x00, +0xa1,0x47,0x02,0x90,0x0b,0x08,0x20,0x06,0x6a,0x9d,0x08,0xf0,0x1f,0xb0,0x0b,0x40, +0x65,0x74,0x09,0x90,0xa1,0x29,0x54,0xa0,0xa0,0x0b,0x90,0x68,0x60,0x08,0xa0,0x2f, +0x10,0x48,0x03,0x90,0x07,0x6a,0x00,0x00,0xd5,0x00,0x09,0x2a,0x10,0x66,0x01,0xa0, +0x75,0x01,0xb0,0x0a,0x1a,0x20,0x01,0xd5,0x00,0x00,0xb0,0x03,0x00,0xf0,0x03,0x49, +0x9d,0x50,0x03,0x90,0x02,0xa0,0x01,0xa1,0x00,0xab,0x99,0x50,0x69,0x16,0x40,0x64, +0x06,0x03,0x00,0xc0,0x69,0x10,0xa0,0x08,0x10,0x36,0x00,0x90,0x08,0x10,0x7a,0x0a, +0x01,0x00,0xf0,0x38,0x7a,0x05,0x30,0x17,0x90,0x90,0x36,0x07,0x77,0x74,0x27,0x00, +0x39,0x87,0x02,0x87,0xc0,0x92,0x0c,0x05,0x97,0xa3,0x74,0x00,0x07,0x98,0x90,0x75, +0x0a,0x07,0x40,0xa0,0x79,0x79,0x00,0x29,0x95,0x92,0x02,0x92,0x02,0x2a,0x95,0x00, +0x0b,0x3a,0x7c,0x92,0x0c,0x92,0x0c,0x3a,0x7c,0x29,0x88,0x09,0x88,0xa0,0x93,0x01, +0x02,0xa8,0x80,0x2a,0x19,0xa1,0x46,0x04,0x60,0x46,0x00,0x1a,0x00,0xe0,0x91,0x0c, +0x4a,0x7c,0x11,0x0b,0x2a,0x96,0x74,0x00,0x79,0x89,0x74,0x0b,0x02,0x00,0xa0,0x42, +0x73,0x73,0x73,0x73,0x04,0x20,0x73,0x07,0x30,0x03,0x00,0xf0,0x01,0x1b,0x10,0x74, +0x00,0x07,0x46,0x60,0x79,0x70,0x07,0x8a,0x00,0x74,0x39,0x00,0x74,0x01,0x00,0xf2, +0x01,0x78,0x89,0x6b,0x07,0x40,0xb0,0x92,0x74,0x0b,0x09,0x27,0x40,0xb0,0x92,0x78, +0x79,0x38,0x00,0xf4,0x0a,0x29,0x88,0x09,0x20,0xa0,0x92,0x0b,0x02,0x98,0x70,0x78, +0x79,0x07,0x40,0xa0,0x75,0x0a,0x07,0x97,0x90,0x73,0x00,0x07,0x40,0x00,0x81,0x00, +0xf2,0x53,0x00,0x0b,0x00,0x0b,0x00,0x07,0x94,0x75,0x07,0x40,0x74,0x00,0x59,0x95, +0x69,0x30,0x01,0x69,0x68,0x86,0x45,0x09,0xa0,0x65,0x06,0x50,0x3a,0x10,0x73,0x0b, +0x73,0x0b,0x73,0x0c,0x3a,0x7b,0xb0,0x0b,0x64,0x56,0x09,0xa0,0x09,0x80,0x0a,0x09, +0x60,0x90,0x91,0x88,0x45,0x04,0x86,0x89,0x10,0x0e,0x15,0xb0,0x74,0x47,0x09,0x90, +0x0a,0xa0,0x83,0x38,0xb0,0x0b,0x65,0x46,0x0a,0x91,0x09,0x90,0x06,0x40,0x69,0x00, +0x48,0xc6,0x02,0xa0,0x0b,0x10,0x9a,0x84,0x0b,0x40,0xa0,0x19,0x0a,0x40,0x19,0x00, +0xa0,0x0b,0x40,0x45,0x01,0x00,0x10,0x77,0xa5,0x03,0x61,0x95,0x0a,0x00,0xa0,0x77, +0x00,0xf1,0x02,0xf0,0x06,0x20,0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa,0xa5,0x90,0x18, +0x00,0x00,0x86,0x1d,0xaa,0x93,0xa0,0x00,0x00,0xba,0xeb,0x0a,0x20,0x00,0x00,0xf5, +0x0a,0xf0,0x06,0x4f,0x00,0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00,0x18,0x05,0x76, +0xaa,0xb8,0x00,0x6e,0x00,0x00,0x00,0x04,0x9b,0x06,0xf0,0x0b,0x20,0x00,0x08,0x7b, +0x10,0x08,0x60,0x1b,0x11,0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a,0x09,0x10,0x00, +0xaa,0xd1,0x00,0x00,0x6a,0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e,0x8d,0x08,0x94, +0x0a,0x60,0x1c,0x30,0x0b,0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01,0x20,0x00,0x00, +0x08,0x80,0x00,0x00,0x26,0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60,0x04,0x40,0x08, +0x00,0x00,0x80,0x2b,0x77,0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07,0x44,0x0c,0xa8, +0x70,0x48,0x67,0x60,0x73,0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01,0x55,0x00,0x00, +0x14,0x41,0x00,0x03,0x5c,0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00,0x00,0x91,0x0a, +0x00,0x02,0xa0,0x06,0x93,0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90,0x8a,0xb6,0x70, +0x0a,0x17,0x21,0x70,0x76,0x60,0x2e,0x06,0xf0,0x56,0x70,0x44,0x00,0x36,0x00,0x46, +0x65,0x00,0x00,0x76,0x66,0x02,0x40,0x16,0x07,0x00,0x70,0x1b,0x5a,0x30,0x70,0x97, +0x50,0x73,0x60,0x60,0x54,0x07,0x20,0x03,0x61,0x00,0x00,0x65,0x00,0x00,0x55,0x00, +0x55,0xba,0x80,0x51,0x55,0x50,0x51,0x55,0x50,0x50,0x00,0x50,0x15,0xed,0x40,0x00, +0x88,0x00,0x00,0x29,0xa5,0xb6,0xe5,0x32,0x67,0xb0,0x00,0x60,0x56,0x00,0x7a,0x70, +0x00,0xb6,0xd3,0x11,0x00,0x4b,0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa,0x68,0x68,0xeb, +0x64,0x30,0x06,0x6a,0x70,0x06,0x65,0x30,0x06,0x8d,0xb5,0x58,0x11,0x11,0x10,0xfa, +0x00,0xf0,0x1e,0xfd,0x70,0x70,0x66,0x16,0x72,0x69,0x17,0xbb,0x59,0x9a,0xc9,0x00, +0xb5,0x03,0x67,0x20,0x00,0x64,0x00,0x00,0x0c,0xff,0x40,0x00,0x0f,0xff,0xaf,0xd0, +0x05,0xff,0x9f,0xf0,0x07,0x6c,0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a,0xba,0xaa,0xa0, +0xe6,0x05,0xf2,0x27,0x64,0x00,0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e,0xee,0xec,0x02, +0x90,0x00,0x00,0x25,0x00,0x00,0x35,0x10,0x00,0x03,0x77,0x70,0x00,0x37,0x73,0x00, +0x44,0x84,0x00,0x96,0x73,0xc0,0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20,0x00,0x46,0x67, +0x10,0x60,0x06,0x81,0x60,0x07,0x47,0x60,0x00,0x06,0x03,0x00,0xf4,0x08,0x76,0x66, +0x67,0x16,0x36,0x07,0x17,0x30,0x3b,0x02,0x90,0x96,0x57,0x2a,0xbb,0x16,0x41,0xb0, +0xa1,0x05,0x80,0x5a,0xb6,0x63,0x03,0xf1,0x06,0x7a,0xae,0x50,0x5c,0x10,0x05,0x60, +0x08,0xa0,0x65,0xb0,0xa1,0xa1,0x9a,0xbe,0x20,0x01,0xa0,0x00,0x1a,0x00,0x05,0x00, +0xe0,0x4a,0xaa,0x00,0x00,0x66,0x56,0x04,0x65,0x60,0x47,0x56,0x04,0x70,0x56,0x01, +0x00,0xf2,0x1c,0x86,0x10,0xb4,0x29,0x02,0x90,0x29,0x00,0x5c,0xab,0x25,0x60,0x38, +0x56,0x01,0x95,0x60,0x1a,0x56,0x01,0xa0,0x55,0x4a,0x55,0x50,0x0b,0x55,0x00,0xb4, +0x70,0x39,0x0a,0xab,0x20,0x56,0x56,0x23,0x9a,0xb2,0x00,0x29,0x00,0x1a,0x02,0x00, +0x10,0x7a,0x0c,0x00,0xf0,0x17,0x0b,0x00,0x29,0x7a,0xb2,0x90,0x00,0xb0,0x00,0x7a, +0xb7,0x00,0x0c,0x00,0x29,0x04,0xc1,0x39,0x10,0x5c,0xab,0x45,0x60,0x0b,0x56,0x00, +0xb5,0x60,0x0b,0x5c,0xaa,0xc0,0x78,0xbb,0x40,0xe1,0x0b,0x1a,0x0d,0x00,0x41,0x92, +0x5a,0xd0,0x56,0x01,0x00,0xf0,0x22,0x5c,0x20,0x47,0x04,0x70,0x47,0x7c,0x70,0x9d, +0xab,0x46,0x50,0x0b,0x74,0x00,0xc5,0x70,0x2a,0x0a,0xab,0x20,0x65,0x08,0x31,0xb0, +0x92,0x0a,0x1b,0x00,0x5b,0x80,0xab,0x70,0x00,0x7c,0xaa,0x07,0x40,0x74,0x6b,0x26, +0x50,0x00,0x65,0x00,0x06,0x50,0x00,0x65,0x0f,0x00,0xf1,0x01,0x65,0x5b,0x24,0x60, +0x00,0x74,0x4a,0xa9,0x00,0x93,0x0b,0x1b,0x29,0x0b,0x81,0x0b,0x10,0x03,0xf6,0x0d, +0x94,0x0b,0x00,0xb3,0xa0,0x03,0xe2,0x00,0x07,0x60,0x7a,0xaf,0x00,0x5a,0xab,0x13, +0x30,0x73,0x56,0x0a,0x15,0x79,0x60,0x57,0x30,0x05,0x60,0x00,0xaa,0x00,0xf3,0x26, +0xb0,0x64,0x47,0x83,0x83,0x65,0x5a,0xc0,0x92,0x2a,0x00,0xc0,0x0e,0xbb,0x40,0x7e, +0xab,0x50,0xb0,0x0b,0x0b,0x00,0xb0,0xb0,0x0b,0x96,0x00,0xb0,0x05,0x16,0x00,0xb1, +0xa0,0x08,0x44,0x00,0x00,0x07,0xf4,0x6e,0x30,0x74,0x00,0x00,0x59,0x70,0x01,0x6a, +0x07,0x82,0x00,0x79,0x99,0xda,0x0d,0xf0,0x01,0x26,0xbe,0x00,0x8d,0xff,0xff,0x00, +0xff,0xe9,0x5f,0x00,0xf3,0x00,0x0f,0x00,0xf0,0x04,0x00,0xf0,0x07,0x0a,0xff,0xaf, +0xf0,0x0a,0xfa,0xaf,0xa0,0x00,0x00,0xbd,0xcc,0xce,0xab,0x8b,0x00,0x07,0x58,0xcd, +0x66,0x6a,0xac,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0xf0,0x01,0x34,0x14,0x44, +0x43,0xff,0x7f,0xff,0xff,0xab,0x4b,0xbb,0xba,0xbc,0x5c,0xcc,0xcb,0x0c,0x00,0x43, +0x67,0x17,0x88,0x86,0x14,0x00,0x00,0x40,0x03,0xf0,0x48,0x9a,0x00,0x00,0x09,0xfa, +0xa9,0x00,0x9f,0xa0,0xaf,0x99,0xfa,0x00,0x0a,0xff,0xa0,0x00,0x00,0x99,0x00,0x00, +0x63,0x00,0x82,0xcf,0x4a,0xf4,0x1d,0xff,0x60,0x0a,0xff,0x30,0xaf,0x7d,0xf3,0xa6, +0x01,0xb3,0x00,0x0c,0x51,0x00,0x1d,0x7d,0x6e,0x70,0x8d,0x0d,0x65,0xf1,0xc7,0x0d, +0x60,0xe6,0xd7,0x06,0x20,0xe6,0x9d,0x00,0x04,0xf2,0x1e,0xc7,0x8f,0x80,0x01,0x9d, +0xc6,0x00,0x00,0x0c,0xc0,0x00,0x18,0x8f,0xf8,0x81,0x8f,0xfe,0xef,0xf8,0x2f,0xe0, +0x0e,0xf2,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x00,0x1c,0x00,0xf4,0x19,0x00, +0x00,0x30,0x22,0x00,0x00,0xaf,0xaa,0xa0,0x01,0xda,0x6a,0xfa,0x03,0xe8,0xbf,0xb8, +0xe3,0xb6,0xdf,0xff,0xd6,0xb0,0x8f,0xfb,0xff,0x80,0x08,0xfc,0x0c,0xf8,0x00,0x5b, +0x80,0x8b,0x50,0x00,0x0f,0xf0,0x00,0x04,0x00,0xf0,0x17,0x07,0xff,0xff,0x70,0x00, +0x9f,0xf9,0x00,0x78,0x7a,0xa7,0x87,0xff,0xfb,0xbf,0xff,0xff,0xff,0xfb,0xbf,0x05, +0xff,0xff,0xf5,0x01,0xe3,0x00,0x03,0xe1,0xa8,0x00,0x00,0x08,0xaf,0xff,0x60,0x6f, +0xff,0x01,0x00,0x10,0xfd,0x04,0x00,0xf0,0x16,0x00,0x00,0x00,0x03,0x02,0xbf,0xfb, +0x3f,0x2e,0x91,0x18,0xff,0x9a,0x00,0x6c,0xff,0x31,0x00,0x24,0x44,0x44,0x42,0x00, +0x13,0xff,0xc6,0x00,0xb9,0xfe,0xa5,0x5b,0xd1,0xf2,0x8c,0xc8,0x10,0x30,0x48,0x01, +0x30,0x09,0x34,0xcf,0x35,0x00,0xf0,0x06,0xab,0xff,0x00,0x4f,0x00,0x01,0x00,0x09, +0x00,0x34,0xcf,0x01,0xff,0xff,0x1b,0xff,0xff,0x1b,0xbb,0xff,0x01,0x45,0x04,0x10, +0x01,0x25,0x00,0xf2,0x20,0x54,0x00,0x00,0x90,0x23,0xb3,0x34,0xcf,0x02,0xc3,0xbf, +0xff,0xf1,0xb5,0x6c,0xff,0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c,0x3a,0x00,0x4f,0x02, +0x3b,0x30,0x00,0x10,0x05,0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f,0xff,0xff,0xf8,0xcf, +0xb1,0xbf,0xfb,0x5b,0xb4,0x00,0x10,0xdf,0x87,0x00,0xf1,0x10,0xb4,0x00,0x03,0xfb, +0x00,0x0b,0xff,0x40,0x6f,0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff,0xf7,0xaa,0x8f,0xf2, +0x1a,0xfd,0x40,0x40,0x00,0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c,0x00,0xf1,0x16,0x5e, +0xff,0xf2,0x2e,0xfb,0x10,0x19,0x00,0x00,0x00,0x0d,0xa1,0x00,0x00,0xff,0xf7,0x00, +0x0f,0xff,0xfd,0x40,0xff,0xff,0xff,0xaf,0xff,0xff,0xfa,0xff,0xff,0xd4,0x0f,0xff, +0x70,0x00,0xda,0x10,0xf5,0x01,0xb9,0x9b,0x90,0x9b,0x9f,0xff,0x0f,0xff,0xff,0xf0, +0xff,0xff,0x07,0x00,0xae,0xf2,0x42,0x02,0x42,0x24,0x44,0x44,0x2f,0xff,0xff,0x01, +0x00,0xc1,0xf8,0xbb,0xbb,0xb8,0x20,0x00,0x4f,0x80,0x2f,0xff,0x92,0xff,0x70,0x00, +0x72,0xfe,0x5f,0xfd,0x22,0xf9,0x10,0x1b,0x42,0x05,0xf1,0x36,0x8f,0x80,0x00,0x00, +0x7f,0xff,0x70,0x00,0x5f,0xff,0xff,0x50,0x0e,0xff,0xff,0xfe,0x00,0x58,0x88,0x88, +0x50,0x0f,0xff,0xff,0xff,0x00,0xab,0xbb,0xbb,0xa0,0x00,0x06,0x20,0x07,0xf4,0x07, +0xf5,0x05,0xf6,0x00,0x1e,0xb0,0x00,0x2e,0xb0,0x00,0x2e,0x60,0x00,0x10,0x26,0x00, +0x04,0xf7,0x00,0x05,0xf7,0x00,0x06,0xf5,0x00,0xbe,0x10,0xbe,0x20,0x6e,0x20,0x00, +0x10,0x5a,0x05,0xf0,0x01,0x03,0xf3,0x00,0x00,0x4f,0x40,0x07,0x8a,0xfa,0x87,0xef, +0xff,0xff,0xe0,0x04,0xf4,0x0e,0x00,0x80,0x00,0x01,0xb1,0x00,0x78,0x88,0x88,0x7e, +0x59,0x00,0xf1,0x0c,0x8c,0xcc,0x80,0x01,0xdd,0x16,0x3d,0xd1,0xcf,0x55,0xed,0x5f, +0xcb,0xf5,0xdf,0xd5,0xfc,0x1d,0xd3,0x73,0xdd,0x10,0x08,0xdc,0xc8,0x10,0x1d,0x89, +0x01,0xf1,0x11,0x5e,0x8c,0xcc,0xa2,0x00,0x00,0x2d,0xb4,0x49,0xf4,0x00,0x7a,0x1a, +0xff,0x3f,0xe1,0x07,0xfa,0x06,0xf7,0xff,0x10,0x0a,0xf3,0x03,0xef,0x40,0x00,0x06, +0xcc,0x71,0xbb,0x02,0x01,0x40,0x89,0x00,0x00,0x3e,0x2e,0x00,0xf0,0x2e,0x0c,0xfc, +0x00,0x00,0x00,0x06,0xfc,0xf6,0x00,0x00,0x00,0xed,0x0d,0xe0,0x00,0x00,0x8f,0xe0, +0xef,0x80,0x00,0x2f,0xff,0x6f,0xff,0x20,0x0b,0xff,0xe2,0xef,0xfa,0x00,0xdf,0xff, +0xff,0xff,0xd0,0x00,0x00,0x00,0x20,0x44,0x00,0x04,0xf5,0xef,0xb1,0xcf,0xfd,0x01, +0x8c,0xd1,0xc1,0x01,0xdc,0x81,0xc1,0xef,0xc1,0xbf,0xfd,0x14,0x00,0x12,0x00,0xff, +0x00,0xf2,0x00,0x00,0x04,0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8,0x08,0xf4,0xb8,0x00, +0x08,0xb0,0x5b,0x03,0xe1,0x0b,0x80,0x00,0x8b,0x4f,0x80,0x8f,0x40,0x4f,0xcf,0x40, +0x00,0x4e,0x40,0x13,0x00,0xf1,0x12,0x94,0x14,0x44,0x40,0x00,0xbf,0xf8,0xbb,0xbf, +0x10,0x08,0xb7,0x60,0x00,0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20,0x00,0xb7,0x44,0x5e, +0xfd,0x50,0x07,0xbb,0xb8,0x5f,0x80,0x00,0x50,0x00,0x43,0xdf,0xfb,0x00,0x00,0x81, +0x02,0x05,0x01,0x00,0x01,0x06,0x02,0x30,0x09,0x90,0x00,0xbc,0x02,0x01,0xc4,0x02, +0x03,0xd0,0x02,0x71,0x78,0x4f,0xf4,0x87,0xff,0xe8,0x8e,0xc8,0x02,0x03,0xd3,0x03, +0x73,0x07,0xea,0x00,0x00,0x00,0xef,0xe0,0xde,0x00,0xf3,0x33,0x4f,0x70,0x00,0x00, +0x1d,0xe0,0x07,0xdc,0x4d,0xf3,0x00,0xef,0xff,0xe3,0x00,0x0a,0xec,0x70,0x00,0x00, +0x03,0x00,0x00,0x00,0xcd,0xc0,0x2d,0xc0,0xe7,0xf2,0xee,0x20,0x4b,0xff,0xe2,0x00, +0x04,0xff,0xa0,0x00,0xcd,0xf9,0xf9,0x00,0xe7,0xe0,0x7f,0x90,0x4a,0x40,0x04,0x50, +0x00,0xff,0xf7,0x47,0x4f,0xff,0x47,0xf8,0xff,0xff,0xff,0x8f,0xff,0xff,0x07,0x00, +0xf0,0x10,0xfb,0x78,0x88,0x7f,0xff,0xff,0x00,0x24,0x44,0x41,0x0f,0xbb,0xbb,0xe2, +0xf0,0x00,0x0f,0xdf,0x44,0x44,0xff,0xff,0xfc,0xff,0xff,0xf9,0x09,0xff,0xff,0xd5, +0xdf,0x20,0x02,0x30,0x01,0x11,0x11,0xf4,0x01,0xf0,0x06,0x01,0x11,0x11,0x05,0x55, +0x55,0x55,0xcc,0xcc,0xcc,0xc0,0x11,0x11,0x10,0xff,0xff,0xff,0xf0,0x11,0x11,0x10, +0xc1,0x00,0xf1,0x00,0x9f,0xff,0xff,0xf9,0xb7,0xff,0xff,0x7b,0xfe,0x7c,0xc7,0xef, +0xff,0xfa,0xaf,0xd5,0x00,0xf0,0x09,0x07,0xff,0x60,0x00,0xaf,0xf2,0x00,0x0c,0xff, +0x87,0x00,0xef,0xff,0xb0,0x07,0x8e,0xf2,0x00,0x00,0xf8,0x00,0x00,0x3e,0x00,0x19, +0x05,0xf1,0x1f,0x79,0xb9,0x70,0x0f,0xfc,0xff,0x00,0xff,0x68,0x83,0x0f,0xf8,0xff, +0x8b,0xff,0x8f,0xf8,0x8f,0xf8,0xff,0xff,0x78,0x8f,0xff,0xf0,0x07,0xff,0xff,0x00, +0x0d,0x00,0x00,0x4e,0xfe,0x30,0x0d,0xff,0xfd,0x00,0xff,0xff,0xf0,0x3f,0xff,0xff, +0x3b,0xa3,0x00,0x41,0x88,0x60,0x04,0xf4,0xb7,0x01,0xf4,0x03,0xdf,0x18,0x81,0x88, +0x1f,0xfe,0xaa,0xca,0xae,0xff,0xea,0xac,0xaa,0xef,0xf1,0x80,0x00,0x81,0xd1,0x03, +0x01,0x01,0x00,0xf0,0x07,0x4b,0xc0,0x00,0x00,0x5c,0xff,0xb0,0x00,0x6e,0xff,0xff, +0x40,0x0d,0xff,0xff,0xfc,0x00,0x06,0x88,0xcf,0xf5,0x00,0x02,0x02,0x00,0x05,0x00, +0x53,0x60,0x00,0x00,0x00,0x5d,0x2a,0x00,0x9b,0xff,0xf8,0xb0,0xff,0xf8,0xfb,0xff, +0xfc,0x88,0x11,0x03,0xf0,0x0d,0x00,0x04,0x77,0x40,0x00,0x09,0xff,0xcc,0xff,0x90, +0xcd,0x40,0x00,0x04,0xdc,0x20,0x4b,0xff,0xb4,0x02,0x01,0xfa,0x55,0xaf,0x10,0x00, +0x00,0x21,0x38,0x00,0x10,0xee,0x05,0x00,0x20,0x87,0x00,0x31,0x04,0xc0,0x44,0x40, +0xfb,0xbb,0xbb,0xbb,0xda,0xf7,0xee,0xee,0xee,0x5f,0x4e,0x01,0xb9,0x2f,0xf5,0x66, +0x66,0x66,0xab,0x8b,0xbb,0xbb,0xbb,0xb3,0x1e,0x00,0x10,0x70,0x1e,0x00,0x10,0x80, +0x1e,0x00,0x1e,0x54,0x1e,0x00,0xcd,0xe0,0x00,0x5f,0xf8,0xff,0xf0,0x00,0x2f,0xf5, +0x66,0x64,0x44,0x1e,0x00,0xcc,0xe7,0x00,0x00,0x5f,0xf8,0xf8,0x00,0x00,0x2f,0xf5, +0x65,0x44,0x1e,0x00,0x60,0xd8,0xf0,0x00,0x00,0x00,0x5f,0x05,0x00,0x61,0x2f,0xf4, +0x44,0x44,0x44,0xad,0x1e,0x00,0x04,0x2c,0x02,0x10,0xd8,0x05,0x00,0xf0,0x04,0x36, +0x40,0x00,0x09,0xb1,0x91,0x11,0x17,0x20,0xef,0x88,0xd8,0x88,0xd9,0x02,0x20,0x06, +0x48,0x70,0x18,0x03,0x13,0xec,0x25,0x00,0xf3,0x1e,0x06,0xdd,0xc3,0x04,0xff,0x3e, +0xd0,0x9c,0xb5,0x5f,0x2b,0xf7,0x1a,0xf4,0xbf,0x81,0xbf,0x39,0xc9,0x64,0xf2,0x4f, +0xf3,0xde,0x00,0x6d,0xed,0x30,0x78,0xdf,0xd8,0x77,0x88,0x88,0x87,0x8f,0xff,0xff, +0x88,0xcc,0x8c,0xc8,0x8c,0xc8,0xcc,0x07,0x00,0x30,0x85,0xff,0xff,0x4f,0x01,0xf4, +0x10,0x7e,0x30,0x00,0x00,0x4b,0xfe,0x00,0x00,0x8f,0x9b,0x70,0x00,0x8f,0xff,0x40, +0x00,0x8f,0xff,0x80,0x00,0x7f,0xff,0x80,0x00,0x0e,0xff,0x80,0x00,0x00,0xee,0x70, +0x8e,0x01,0xd2,0xaf,0xff,0xff,0xfc,0x0b,0xff,0x9c,0xc9,0xff,0xaf,0xff,0xc1,0x1c, +0x05,0x00,0x01,0x0f,0x00,0x01,0x19,0x00,0xf3,0x02,0x07,0xff,0xfe,0x17,0xb6,0x27, +0xc3,0xfe,0xb9,0xbe,0x3f,0xff,0xff,0xf3,0xff,0xff,0xff,0x07,0x00,0x50,0x3c,0xff, +0xff,0xe1,0x00,0xcd,0x02,0xc0,0x23,0x00,0x02,0xf0,0x2e,0x92,0x22,0x5f,0x0d,0xff, +0xff,0xff,0x09,0x00,0x35,0x21,0x00,0x23,0xba,0x14,0x4c,0xf9,0x00,0xfe,0x00,0x01, +0x00,0x2e,0xf7,0x00,0x01,0x00,0x14,0xf9,0x1c,0x00,0x25,0xf7,0xfb,0x14,0x00,0x58, +0xfe,0xfe,0xfe,0x00,0xf2,0x1d,0x00,0x05,0x01,0x00,0x15,0xfb,0x2e,0x00,0x18,0xf7, +0x16,0x00,0x2f,0xfe,0xf0,0x5f,0x00,0x05,0x05,0x50,0x00,0x08,0x0f,0x00,0x60,0xf2, +0xf9,0x00,0xf2,0xf2,0xf7,0x14,0x00,0x30,0xf2,0xf2,0xf2,0x54,0x00,0xc2,0xfb,0xfb, +0x00,0xf9,0xf9,0x00,0xf4,0xf9,0x00,0xfb,0xfb,0xf7,0x4a,0x00,0x01,0xbf,0x00,0x20, +0xfb,0xfb,0x72,0x00,0x62,0xf9,0xfe,0x00,0xfe,0xfe,0xfb,0x7e,0x00,0x01,0x48,0x00, +0x00,0x4e,0x00,0x73,0xff,0xfe,0xf0,0xf4,0x00,0xf9,0xf8,0x2e,0x00,0x50,0xf4,0x00, +0xfb,0xf7,0xf4,0x43,0x00,0x0c,0x79,0x00,0x0d,0xe7,0x00,0x0f,0x12,0x01,0x10,0x13, +0x00,0xb5,0x06,0x08,0x01,0x00,0x1b,0x02,0x10,0x00,0x11,0x03,0xfc,0x04,0x01,0x0b, +0x00,0x10,0x05,0x29,0x02,0x00,0xb2,0x11,0x58,0x00,0x09,0x0a,0x00,0x0b,0x25,0x00, +0x16,0x0c,0x0c,0x00,0x00,0xb5,0x03,0x6f,0x00,0x0e,0x0d,0x00,0x0e,0x00,0x01,0x00, +0x5e,0x08,0xcc,0x00,0x00,0xbe,0x16,0x03,0xb7,0x00,0x00,0xba,0x00,0x12,0x06,0x0b, +0x03,0x09,0x2f,0x00,0x10,0x08,0xd5,0x07,0x00,0xa8,0x11,0x25,0x00,0x09,0xc7,0x00, +0x62,0x0d,0x00,0x0e,0x0f,0x00,0x00,0x43,0x07,0xbf,0x0e,0x11,0x12,0x13,0x0d,0x00, +0x14,0x15,0x16,0x00,0x17,0xc6,0x00,0x59,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1488, .range_length = 27, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1524, .range_length = 62127, .glyph_id_start = 141, .list_length = 63, .type = 3, .unicode_list = 1632, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[6368] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_he_XXS_s = { +.uncomp_size = 6040, +.comp_size = 4830, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 1758, +.class_pair_values = 5310, +.left_class_mapping = 5632, +.right_class_mapping = 5836, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 6368, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_16.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_he_bold_16.c rename to radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD.c index 4d39b747f82..1f6797e5711 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD.c @@ -700,7 +700,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[16507] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_he_bold_16 = { +const etxLz4Font lv_font_arimo_he_bold_STD = { .uncomp_size = 16179, .comp_size = 10954, .line_height = 18, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD_s.c new file mode 100644 index 00000000000..312cddaaa61 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_STD_s.c @@ -0,0 +1,513 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x10,0x03,0x08,0x00,0xf0,0x08,0xb0,0x03,0x02,0x08,0x01, +0x00,0x08,0x00,0x30,0x05,0x05,0x03,0x00,0x05,0x10,0x00,0x20,0x06,0x06,0x08,0x00, +0x00,0x28,0x08,0x00,0xf3,0x15,0x0a,0x00,0xfe,0x46,0x00,0xc0,0x09,0x0a,0x08,0x00, +0x00,0x6e,0x00,0xf0,0x07,0x08,0x08,0x00,0x00,0x8e,0x00,0xa0,0x02,0x03,0x03,0x00, +0x05,0x93,0x00,0xb0,0x03,0x04,0x0a,0x00,0xfe,0xa7,0x08,0x00,0xf0,0x0a,0xbb,0x00, +0x40,0x04,0x05,0x05,0x00,0x03,0xc8,0x00,0x70,0x06,0x06,0x06,0x00,0x01,0xda,0x00, +0x10,0x03,0x03,0x04,0x00,0xfe,0xe0,0x20,0x00,0x40,0x03,0x00,0x01,0xe6,0x10,0x00, +0x40,0x02,0x00,0x00,0xe9,0x08,0x00,0x43,0x08,0x00,0x00,0xf5,0x68,0x00,0x22,0x0d, +0x01,0x08,0x00,0x13,0x25,0x08,0x00,0x13,0x3d,0x08,0x00,0x93,0x55,0x01,0x20,0x06, +0x07,0x08,0x00,0x00,0x71,0x10,0x00,0x13,0x89,0x08,0x00,0x13,0xa1,0x08,0x00,0x13, +0xb9,0x08,0x00,0x13,0xd1,0x08,0x00,0xa1,0xe9,0x01,0xb0,0x03,0x02,0x06,0x01,0x00, +0xef,0x01,0xd0,0x00,0xf2,0x04,0xfe,0xf7,0x01,0x70,0x06,0x06,0x07,0x00,0x00,0x0c, +0x02,0x70,0x06,0x06,0x05,0x00,0x01,0x1b,0x02,0x10,0x00,0x31,0x30,0x02,0xc0,0x58, +0x00,0xa2,0x4c,0x02,0xc0,0x0a,0x0b,0x0a,0x00,0xfe,0x83,0x02,0xd8,0x00,0x13,0xa3, +0x08,0x00,0x13,0xc3,0x08,0x00,0x13,0xe3,0x08,0x00,0x40,0x03,0x03,0x50,0x07,0x30, +0x00,0x22,0x1f,0x03,0x38,0x00,0x40,0x3b,0x03,0x90,0x08,0x18,0x00,0x22,0x5b,0x03, +0x20,0x00,0x22,0x7b,0x03,0xd0,0x00,0x22,0x87,0x03,0x88,0x00,0x13,0x9f,0x18,0x00, +0x13,0xbf,0x30,0x00,0x93,0xdb,0x03,0x30,0x09,0x09,0x08,0x00,0x00,0xff,0x18,0x00, +0x40,0x1f,0x04,0x90,0x08,0x10,0x00,0x22,0x43,0x04,0x58,0x00,0x10,0x5f,0x10,0x00, +0x52,0x0a,0x00,0xfe,0x8c,0x04,0x20,0x00,0x13,0xac,0x18,0x00,0x22,0xc8,0x04,0x40, +0x00,0x13,0xe4,0x18,0x00,0x31,0x04,0x05,0x50,0x08,0x00,0x93,0x24,0x05,0x60,0x0a, +0x0b,0x08,0x00,0x00,0x50,0x10,0x00,0x13,0x70,0x08,0x00,0x22,0x90,0x05,0x30,0x00, +0x22,0xac,0x05,0x90,0x01,0x22,0xc0,0x05,0x98,0x00,0x13,0xcc,0x10,0x00,0xf0,0x02, +0xe0,0x05,0x70,0x06,0x07,0x05,0x00,0x03,0xf2,0x05,0x20,0x06,0x08,0x01,0xff,0xfe, +0xf6,0x18,0x00,0xd2,0x02,0x00,0x06,0xfa,0x05,0x20,0x06,0x07,0x06,0x00,0x00,0x0f, +0x06,0x40,0x00,0x30,0x2b,0x06,0x20,0xc0,0x01,0x42,0x00,0x3d,0x06,0xc0,0x88,0x01, +0x03,0x10,0x00,0x92,0x67,0x06,0xb0,0x03,0x04,0x08,0x00,0x00,0x77,0x18,0x00,0x23, +0xfe,0x8f,0x30,0x00,0x22,0xab,0x06,0x68,0x00,0xa2,0xb7,0x06,0x10,0x03,0x04,0x0a, +0xff,0xfe,0xcb,0x06,0xb8,0x01,0x13,0xe7,0x18,0x00,0xb1,0xf3,0x06,0xc0,0x09,0x0a, +0x06,0x00,0x00,0x11,0x07,0xc0,0x68,0x00,0x13,0x26,0x08,0x00,0x21,0x3b,0x07,0x40, +0x00,0x32,0xfe,0x57,0x07,0x50,0x00,0xa2,0x6f,0x07,0x40,0x04,0x05,0x07,0x00,0x00, +0x81,0x07,0x70,0x00,0x22,0x93,0x07,0x70,0x00,0x31,0xa3,0x07,0xc0,0x10,0x00,0x22, +0xb5,0x07,0xa8,0x00,0x93,0xca,0x07,0x90,0x08,0x0a,0x06,0xff,0x00,0xe8,0x10,0x00, +0x31,0xfd,0x07,0x20,0x48,0x00,0x40,0x19,0x08,0x80,0x05,0x28,0x00,0xf3,0x02,0x2b, +0x08,0x40,0x04,0x05,0x0a,0x00,0xfe,0x44,0x08,0x10,0x03,0x03,0x0a,0x00,0xfe,0x53, +0x10,0x00,0xf1,0x13,0x6c,0x08,0x70,0x06,0x07,0x03,0x00,0x02,0x77,0x08,0x00,0x0b, +0x0a,0x09,0x01,0x00,0xa4,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0xd6,0x08,0x00,0x0b, +0x09,0x0a,0x01,0x00,0x03,0x09,0x08,0x00,0xa0,0xff,0x30,0x09,0x00,0x0b,0x0b,0x0a, +0x00,0x00,0x67,0x10,0x00,0x40,0x0b,0x01,0xff,0x99,0x08,0x00,0x43,0x09,0x01,0x00, +0xc2,0x08,0x00,0x13,0xeb,0x18,0x00,0xa2,0x1d,0x0a,0x00,0x0b,0x07,0x0b,0x02,0xfe, +0x44,0x0a,0x18,0x00,0x50,0x6d,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a, +0x30,0x00,0x13,0x0a,0x30,0x00,0x03,0x08,0x00,0x22,0x14,0x0b,0x08,0x00,0xf0,0x06, +0x3d,0x0b,0x00,0x0b,0x07,0x09,0x02,0x00,0x5d,0x0b,0x60,0x04,0x04,0x04,0x00,0x04, +0x65,0x0b,0x80,0x07,0x08,0xf8,0x00,0xb0,0x0b,0x10,0x07,0x07,0x07,0x00,0x00,0x9a, +0x0b,0x40,0x05,0x08,0x01,0x40,0xac,0x0b,0x60,0x06,0x10,0x00,0x31,0xc5,0x0b,0x70, +0x18,0x00,0xf1,0x04,0xde,0x0b,0x50,0x03,0x03,0x07,0x00,0x00,0xe9,0x0b,0x00,0x04, +0x04,0x07,0x00,0x00,0xf7,0x0b,0xb0,0x18,0x00,0x31,0x10,0x0c,0x90,0x08,0x00,0x30, +0x29,0x0c,0x50,0x70,0x03,0xc1,0x03,0x2f,0x0c,0x50,0x06,0x06,0x09,0x00,0xfe,0x4a, +0x0c,0x10,0xf0,0x02,0x30,0x5f,0x0c,0x50,0xc8,0x03,0x41,0x00,0x7d,0x0c,0xf0,0x68, +0x00,0x40,0x99,0x0c,0x00,0x08,0x08,0x00,0x10,0xb5,0x30,0x00,0x61,0x09,0x00,0xfe, +0xc3,0x0c,0xc0,0x50,0x00,0x31,0xd1,0x0c,0xb0,0x20,0x00,0x31,0xed,0x0c,0xd0,0x78, +0x00,0xb1,0x06,0x0d,0x70,0x07,0x07,0x09,0x00,0xfe,0x26,0x0d,0x30,0x60,0x00,0x31, +0x3f,0x0d,0x10,0x58,0x00,0x31,0x5a,0x0d,0xb0,0x20,0x00,0x31,0x73,0x0d,0x30,0x20, +0x00,0x31,0x93,0x0d,0x50,0x68,0x00,0xb1,0xa8,0x0d,0xe0,0x08,0x09,0x07,0x00,0x00, +0xc8,0x0d,0xe0,0x48,0x00,0xf2,0x03,0xe4,0x0d,0xe0,0x06,0x05,0x04,0x01,0x06,0xee, +0x0d,0xe0,0x03,0x04,0x04,0x00,0x02,0xf6,0x0d,0x90,0x00,0xa2,0x0b,0x0e,0x00,0x0b, +0x0b,0x0c,0x00,0xfe,0x4d,0x0e,0x80,0x01,0x21,0x7f,0x0e,0x70,0x01,0x23,0xff,0xb6, +0x10,0x00,0x31,0xe8,0x0e,0x90,0xd0,0x02,0xa2,0x08,0x0f,0x00,0x0b,0x0c,0x0c,0x00, +0xfe,0x50,0x0f,0x30,0x00,0x91,0x92,0x0f,0x60,0x0c,0x0d,0x0a,0x00,0xff,0xd3,0x18, +0x00,0xc2,0xff,0xfe,0x1b,0x10,0x60,0x0c,0x0d,0x09,0x00,0x00,0x56,0x10,0x20,0x00, +0x50,0x98,0x10,0x80,0x05,0x06,0x48,0x00,0x20,0x10,0x40,0x50,0x03,0x20,0xff,0xe3, +0x20,0x00,0x52,0x0c,0x00,0xfe,0x31,0x11,0x58,0x00,0xc0,0x63,0x11,0x90,0x07,0x08, +0x0c,0x00,0xfe,0x93,0x11,0xa0,0x09,0xa8,0x01,0x90,0xbf,0x11,0xa0,0x09,0x0a,0x0c, +0x00,0xfe,0xfb,0x08,0x00,0x52,0x0a,0x00,0xff,0x2d,0x12,0x08,0x00,0x22,0x5f,0x12, +0x20,0x00,0xf3,0x02,0x8b,0x12,0xa0,0x09,0x0b,0x0a,0xff,0xff,0xc2,0x12,0xe0,0x06, +0x07,0x0a,0x00,0xff,0xe5,0x08,0x00,0x22,0x08,0x13,0x28,0x00,0x10,0x3a,0x08,0x00, +0x52,0x03,0x00,0x03,0x49,0x13,0x88,0x00,0xf0,0x0c,0x84,0x13,0xc0,0x0d,0x0e,0x0c, +0x00,0xfe,0xd8,0x13,0x60,0x0c,0x0e,0x0c,0xff,0xfe,0x2c,0x14,0x00,0x0b,0x0b,0x0b, +0x00,0xff,0x69,0x14,0xa0,0x00,0x03,0x23,0x01,0x87,0x08,0x00,0xa2,0xa5,0x14,0xc0, +0x0d,0x0e,0x0a,0x00,0xff,0xeb,0x14,0x98,0x00,0x22,0x1d,0x15,0xc0,0x00,0x22,0x5f, +0x15,0xd8,0x00,0x22,0xa7,0x15,0x60,0x00,0x22,0xd9,0x15,0xa0,0x00,0x22,0x15,0x16, +0x10,0x00,0x13,0x47,0x08,0x00,0x22,0x79,0x16,0x38,0x00,0xa2,0xab,0x16,0xe0,0x06, +0x08,0x0c,0xff,0xfe,0xdb,0x16,0x28,0x00,0x22,0x17,0x17,0x08,0x00,0x22,0x53,0x17, +0x90,0x00,0xf0,0x0a,0x8e,0x17,0x00,0x0b,0x0d,0x0c,0xff,0xfe,0xdc,0x17,0x40,0x08, +0x09,0x0c,0x00,0xfe,0x12,0x18,0xc0,0x0d,0x0e,0x0b,0x00,0xff,0x5f,0x08,0x00,0x43, +0x08,0x00,0x00,0x97,0x08,0x00,0x13,0xcf,0x08,0x00,0x22,0x07,0x19,0x08,0x00,0x13, +0x3f,0x08,0x00,0x22,0x77,0x19,0xa8,0x00,0x22,0xbd,0x19,0x58,0x00,0x13,0xf9,0x08, +0x00,0x22,0x35,0x1a,0xa8,0x00,0xa2,0x7d,0x1a,0xc0,0x0d,0x0e,0x09,0x00,0x00,0xbc, +0x1a,0x60,0x00,0x60,0xf2,0x1a,0x10,0x0b,0x0c,0x08,0x50,0x06,0xf0,0xaf,0x2e,0x1a, +0x71,0x1c,0x0d,0xea,0x14,0xea,0x17,0xea,0x18,0xea,0x19,0xea,0x1d,0xea,0x1f,0xea, +0x21,0xea,0x25,0xea,0x28,0xea,0x2d,0xea,0x32,0xea,0x33,0xea,0x34,0xea,0x4a,0xea, +0x4f,0xea,0x54,0xea,0x57,0xea,0x58,0xea,0x59,0xea,0x5d,0xea,0x5e,0xea,0x5f,0xea, +0x60,0xea,0x73,0xea,0x74,0xea,0x7a,0xea,0x7c,0xea,0x7d,0xea,0x80,0xea,0x83,0xea, +0x84,0xea,0x85,0xea,0x87,0xea,0x9f,0xea,0xa1,0xea,0xd0,0xea,0xd1,0xea,0xd3,0xea, +0xd5,0xea,0xec,0xea,0xf3,0xea,0xf6,0xea,0xff,0xea,0x28,0xeb,0x30,0xeb,0x67,0xeb, +0xf7,0xeb,0x4c,0xec,0x4d,0xec,0x4e,0xec,0x4f,0xec,0x50,0xec,0x93,0xec,0x9f,0xec, +0xf9,0xec,0x10,0xed,0x66,0xef,0xce,0xf1,0xae,0xf2,0xf9,0xe8,0xe8,0xd7,0xd7,0x42, +0x74,0xf9,0x4f,0x2f,0x73,0xf1,0xe6,0x1c,0x0a,0x40,0x00,0xd0,0x76,0x02,0xb0,0xa3, +0x6e,0xed,0xfc,0x08,0x40,0xc0,0x0b,0x23,0x90,0xaf,0xde,0xe8,0x1b,0x0a,0x30,0x48, +0x0d,0x00,0x1b,0xff,0xb1,0x8e,0x58,0xe9,0x8e,0x56,0x10,0x2e,0xfd,0x70,0x00,0x7d, +0xfa,0x55,0x36,0x8e,0x9e,0x88,0xcc,0x1b,0xff,0xc3,0x00,0x36,0xc2,0x00,0xf0,0x70, +0x2d,0xd6,0x00,0x89,0x00,0x98,0x3f,0x02,0xe1,0x00,0xb6,0x1f,0x0b,0x50,0x00,0x99, +0x3e,0x5c,0x8d,0xa0,0x1c,0xd6,0xe5,0xf0,0xc5,0x00,0x09,0x84,0xd0,0xa7,0x00,0x3d, +0x02,0xf0,0xc5,0x00,0xd4,0x00,0x9c,0xb0,0x00,0x7e,0xe5,0x00,0x00,0xf3,0x7d,0x00, +0x00,0xf6,0xc8,0x00,0x02,0xef,0x70,0x10,0x2f,0xbf,0x35,0xe0,0x7e,0x08,0xdc,0x80, +0x5f,0x53,0xff,0x51,0x09,0xef,0xa9,0xe8,0x6f,0x05,0xf0,0x3b,0x00,0x02,0xf5,0x0b, +0xc0,0x1f,0x60,0x5f,0x20,0x6f,0x10,0x6f,0x10,0x5f,0x20,0x1f,0x60,0x0b,0xc0,0x02, +0xf5,0xac,0x00,0x2f,0x50,0x0b,0xb0,0x08,0xf0,0x06,0xf0,0x06,0xf0,0x08,0xf0,0x0c, +0xb0,0x2f,0x50,0xbc,0x00,0x06,0xb0,0x0c,0xcd,0xd1,0x2e,0xf5,0x05,0xb7,0xa0,0x83, +0x00,0x40,0x48,0x00,0x00,0x6d,0x03,0x00,0xf4,0x37,0x8f,0xff,0xff,0x13,0x8d,0x33, +0x00,0x6d,0x00,0x2a,0x33,0xf5,0x0a,0x20,0x60,0x01,0x10,0x9f,0xf3,0x24,0x40,0x2a, +0x34,0xf4,0x06,0xd0,0x9a,0x0d,0x70,0xf4,0x3f,0x16,0xe0,0x9b,0x0c,0x80,0x06,0xee, +0x70,0x2f,0x76,0xf3,0x7f,0x00,0xe8,0x8f,0x00,0xda,0x8f,0x00,0xd9,0x6f,0x00,0xf8, +0x2f,0x77,0xf3,0x06,0xee,0x70,0x03,0xdf,0x10,0x3e,0xbf,0x10,0x11,0x7f,0x10,0x00, +0x03,0x00,0xf2,0xc1,0x02,0x8f,0x31,0x5f,0xff,0xfd,0x08,0xee,0xa0,0x5f,0x76,0xf6, +0x13,0x00,0xf7,0x00,0x0a,0xf2,0x00,0xaf,0x60,0x0a,0xf4,0x00,0x6f,0x94,0x42,0xaf, +0xff,0xfa,0x09,0xef,0xa0,0x7f,0x66,0xf7,0x00,0x03,0xf5,0x00,0xcf,0x90,0x00,0x26, +0xf6,0x46,0x00,0xda,0x7f,0x66,0xf8,0x09,0xee,0xa0,0x00,0x0e,0xf0,0x00,0x09,0xef, +0x00,0x03,0xe7,0xf0,0x00,0xd6,0x6f,0x00,0x8b,0x06,0xf0,0x0d,0xff,0xff,0xf0,0x22, +0x27,0xf3,0x00,0x00,0x6f,0x00,0x3f,0xff,0xf6,0x4f,0x42,0x20,0x5f,0x10,0x00,0x5f, +0xcf,0xc1,0x4a,0x65,0xfa,0x01,0x00,0xcc,0x7f,0x65,0xf8,0x0a,0xfe,0xa0,0x05,0xef, +0xa0,0x1f,0x95,0xf5,0x6f,0x00,0x00,0x8e,0xae,0xb1,0x8f,0x64,0xf8,0x7f,0x00,0xda, +0x2f,0x85,0xf7,0x05,0xdf,0xa0,0x8f,0xff,0xfa,0x24,0x44,0xf7,0x00,0x08,0xd0,0x00, +0x2f,0x50,0x00,0x9e,0x00,0x00,0xf8,0x00,0x04,0xf4,0x00,0x05,0xf3,0x00,0x09,0xef, +0xb1,0x5f,0x54,0xf7,0x5f,0x31,0xf7,0x0a,0xff,0xb0,0x5f,0x54,0xf7,0x9e,0x00,0xcb, +0x7f,0x43,0xf9,0x09,0xef,0xa1,0x09,0xee,0x70,0x6f,0x67,0xf4,0x9e,0x00,0xe9,0x7f, +0x33,0xfa,0x1d,0xfd,0xea,0x00,0x10,0xe8,0x4f,0x68,0xf3,0x09,0xfe,0x60,0xf9,0x75, +0x00,0x00,0x75,0xf9,0x06,0x00,0xf0,0x08,0x67,0x61,0x00,0x00,0x17,0x00,0x5b,0xfb, +0x5e,0xe8,0x20,0x8e,0x40,0x00,0x29,0xee,0x71,0x00,0x05,0xbf,0x00,0x00,0x02,0x3b, +0x01,0x51,0x33,0x33,0x00,0x00,0x00,0x09,0x00,0xf0,0xa9,0x32,0x44,0x00,0x00,0x5e, +0xe8,0x20,0x00,0x5c,0xfb,0x00,0x01,0xaf,0x05,0xbf,0xc5,0x8e,0x82,0x00,0x10,0x00, +0x00,0x05,0xdf,0xc3,0x03,0xf9,0x4c,0xe0,0x26,0x00,0x8f,0x00,0x00,0x3f,0xa0,0x00, +0x3f,0x90,0x00,0x05,0x90,0x00,0x00,0x46,0x00,0x00,0x0a,0xe0,0x00,0x00,0x06,0xcc, +0xcb,0x30,0x00,0x0b,0x70,0x00,0x2c,0x30,0x08,0x61,0xab,0x8d,0x2c,0x00,0xd0,0xa4, +0x08,0xb0,0xc0,0x49,0x0d,0x00,0x77,0x0c,0x05,0x82,0xc0,0x0a,0x40,0xd0,0x4a,0x0d, +0x04,0xe3,0x77,0x00,0xd1,0x6b,0x84,0xb8,0x00,0x05,0xc2,0x00,0x16,0x20,0x00,0x03, +0xac,0xca,0x60,0x00,0x00,0x2f,0xf1,0x00,0x00,0x7f,0xf6,0x00,0x00,0xdb,0xcc,0x00, +0x02,0xf6,0x7f,0x10,0x08,0xf1,0x2f,0x70,0x0d,0xff,0xff,0xc0,0x3f,0x83,0x38,0xf2, +0x8f,0x10,0x01,0xf7,0x4f,0xff,0xfd,0x40,0x4f,0x73,0x4d,0xe0,0x4f,0x50,0x0b,0xd0, +0x4f,0xff,0xff,0x40,0x4f,0x73,0x3a,0xf2,0x4f,0x50,0x02,0xf6,0x4f,0x73,0x39,0xf3, +0x4f,0xff,0xfd,0x60,0x01,0xae,0xfc,0x40,0x0d,0xe6,0x4b,0xf3,0x5f,0x50,0x00,0x61, +0x8f,0x10,0x00,0xb9,0x01,0x50,0x00,0x5f,0x50,0x00,0x93,0x14,0x00,0x00,0x1c,0x00, +0xf1,0x01,0x4f,0xff,0xe9,0x10,0x4f,0x74,0x7f,0xc0,0x4f,0x50,0x07,0xf4,0x4f,0x50, +0x02,0xf7,0x3c,0x00,0xf0,0x09,0x50,0x07,0xf3,0x4f,0x73,0x6f,0xb0,0x4f,0xff,0xe9, +0x00,0x4f,0xff,0xff,0xb4,0xf7,0x44,0x42,0x4f,0x50,0x00,0x04,0xf5,0x00,0x0e,0x00, +0xb1,0x54,0xf7,0x33,0x31,0x4f,0x73,0x33,0x34,0xff,0xff,0xfe,0x0e,0x00,0x26,0x44, +0x41,0x1c,0x00,0x43,0x34,0xf7,0x33,0x30,0x0e,0x00,0xd1,0x01,0xae,0xfd,0x60,0x0d, +0xe7,0x4a,0xf6,0x5f,0x50,0x00,0x62,0x7f,0x78,0x00,0xf1,0x03,0x6f,0xfe,0x5f,0x60, +0x13,0xae,0x0d,0xf7,0x47,0xed,0x01,0xae,0xfd,0x81,0x4f,0x50,0x06,0xf3,0x04,0x00, +0xa2,0x51,0x16,0xf3,0x4f,0xff,0xff,0xf3,0x4f,0x74,0x48,0x10,0x00,0x04,0x04,0x00, +0x25,0x54,0xf5,0x03,0x00,0x83,0x00,0xbf,0xf5,0x00,0x36,0xf5,0x00,0x03,0x03,0x00, +0xf4,0x1a,0x35,0x03,0xf5,0x9f,0x5a,0xf2,0x1b,0xfe,0x60,0x4f,0x50,0x0b,0xe2,0x4f, +0x50,0xaf,0x30,0x4f,0x59,0xf3,0x00,0x4f,0xdf,0x80,0x00,0x4f,0xdb,0xf3,0x00,0x4f, +0x50,0xdd,0x10,0x4f,0x50,0x2f,0xb0,0x4f,0x50,0x06,0xf7,0x99,0x00,0x0a,0x07,0x00, +0xf7,0x74,0x73,0x33,0x14,0xff,0xff,0xf6,0x4f,0xf0,0x00,0xdf,0x64,0xff,0x50,0x2f, +0xf6,0x4f,0xb9,0x06,0xcf,0x64,0xf7,0xe0,0xb8,0xf6,0x4f,0x3f,0x4f,0x3f,0x64,0xf2, +0xbc,0xe0,0xf6,0x4f,0x27,0xf9,0x0f,0x64,0xf2,0x2f,0x40,0xf6,0x4f,0xc0,0x03,0xf3, +0x4f,0xf5,0x03,0xf3,0x4f,0xbd,0x03,0xf3,0x4f,0x3f,0x63,0xf3,0x4f,0x28,0xe4,0xf3, +0x4f,0x21,0xea,0xf3,0x4f,0x20,0x7f,0xf3,0x4f,0x20,0x0e,0xf3,0x01,0x9e,0xfd,0x50, +0x00,0xdf,0x75,0xbf,0x60,0x5f,0x50,0x00,0xdd,0x08,0xf1,0x00,0x09,0xf0,0x7f,0x10, +0x00,0x9f,0x04,0xf5,0x00,0x0d,0xd0,0x0c,0xf6,0x5a,0xf5,0x00,0x19,0xef,0xc5,0x00, +0x4f,0xff,0xfb,0x24,0xf7,0x45,0xfb,0x4f,0x50,0x0a,0xe4,0xf5,0x02,0xec,0x4f,0xff, +0xfe,0x34,0xf7,0x32,0x00,0x24,0x01,0x4b,0x00,0xde,0x75,0xaf,0x40,0x00,0x10,0xf6, +0x40,0x00,0xf0,0x1d,0xf8,0x6b,0xf4,0x00,0x08,0xdf,0xc4,0x00,0x00,0x01,0xfb,0x31, +0x00,0x00,0x05,0xef,0x40,0x4f,0xff,0xfd,0x50,0x4f,0x74,0x4b,0xf2,0x4f,0x50,0x04, +0xf4,0x4f,0x50,0x09,0xf2,0x4f,0xff,0xff,0x60,0x4f,0x73,0xaf,0x10,0x4f,0x50,0x1e, +0xed,0x00,0xfa,0x1c,0xf6,0x06,0xdf,0xea,0x02,0xf8,0x26,0xf8,0x4f,0x70,0x01,0x00, +0xcf,0xea,0x50,0x00,0x48,0xdf,0x81,0x40,0x00,0xcd,0x6f,0x83,0x5e,0xb0,0x7d,0xfe, +0xa1,0xef,0xff,0xff,0x93,0x49,0xf5,0x42,0x00,0x7f,0x20,0x00,0x07,0xf2,0x00,0x07, +0x00,0x4c,0x5f,0x40,0x05,0xf4,0x04,0x00,0xf4,0x80,0x4f,0x50,0x07,0xf2,0x0e,0xd5, +0x5e,0xd0,0x03,0xcf,0xfb,0x20,0xbe,0x00,0x08,0xf1,0x6f,0x20,0x0d,0xb0,0x1f,0x70, +0x2f,0x60,0x0b,0xc0,0x6f,0x10,0x05,0xf1,0xbb,0x00,0x00,0xf6,0xf5,0x00,0x00,0xae, +0xf0,0x00,0x00,0x4f,0xa0,0x00,0xdb,0x00,0xcf,0x30,0x5f,0x49,0xe0,0x0f,0xf6,0x08, +0xf0,0x6f,0x23,0xfb,0xa0,0xbc,0x02,0xf5,0x7d,0x7e,0x0f,0x80,0x0e,0x9a,0x93,0xf4, +0xf4,0x00,0xac,0xd6,0x0f,0xaf,0x00,0x06,0xff,0x20,0xcf,0xc0,0x00,0x2f,0xf0,0x09, +0xf8,0x00,0x5f,0x40,0x0e,0xb0,0x0b,0xd0,0x8f,0x20,0x02,0xf9,0xf8,0x00,0x00,0x7f, +0xe0,0x00,0x00,0xbf,0xf2,0x00,0x05,0xf6,0xeb,0x00,0x1e,0xb0,0x5f,0x50,0x9f,0x10, +0x0b,0xe0,0x8f,0x20,0x0c,0xd0,0x0e,0xa0,0x5f,0x40,0x06,0xf3,0xdb,0x00,0x00,0xce, +0xf2,0x00,0x00,0x4f,0x90,0x00,0x00,0x1f,0x70,0x04,0x00,0x00,0x63,0x02,0xf7,0x10, +0x31,0x44,0x4e,0xd0,0x00,0x07,0xf3,0x00,0x03,0xf7,0x00,0x01,0xeb,0x00,0x00,0xae, +0x10,0x00,0x6f,0x84,0x44,0x1a,0xff,0xff,0xf6,0x6f,0xf8,0x6f,0x10,0x6f,0x00,0x02, +0x00,0xfb,0x03,0x10,0x6f,0xf8,0xc7,0x09,0xa0,0x6e,0x03,0xf1,0x0f,0x40,0xd7,0x0a, +0xa0,0x7d,0xdf,0xf0,0x06,0x02,0x00,0xf4,0x82,0xdf,0xf0,0x00,0xdf,0x40,0x00,0x4e, +0x8b,0x00,0x0b,0x71,0xf2,0x02,0xf1,0x0a,0x80,0x8a,0x00,0x4e,0x00,0x06,0x66,0x66, +0x61,0x47,0x00,0x08,0xb0,0x09,0xef,0x90,0x03,0xc4,0x4f,0x40,0x1b,0xdd,0xf5,0x08, +0xf1,0x2f,0x60,0x9f,0x19,0xf7,0x03,0xde,0x6a,0xf2,0x3f,0x40,0x00,0x03,0xf4,0x00, +0x00,0x3f,0x8e,0xe6,0x03,0xfa,0x1b,0xf0,0x3f,0x40,0x5f,0x33,0xf4,0x05,0xf3,0x3f, +0xa1,0xbf,0x04,0xf7,0xee,0x50,0x06,0xef,0xa0,0x3f,0x62,0xe8,0x7f,0x00,0x00,0x7f, +0x00,0x00,0x3f,0x72,0xe9,0x07,0xee,0xa0,0x00,0x00,0x9f,0x00,0x00,0x9f,0x09,0xfc, +0xaf,0x4f,0x72,0xef,0x7f,0x10,0x9f,0x7f,0x10,0x9f,0x4f,0x72,0xef,0x09,0xfc,0xaf, +0x07,0xee,0xa0,0x4f,0x31,0xe7,0x7f,0xff,0xfa,0x7f,0x10,0x00,0x4f,0x72,0xc5,0x07, +0xef,0xa0,0x08,0xfa,0x0f,0xa0,0xdf,0xfb,0x0f,0x80,0x02,0x00,0x38,0x09,0xfd,0x9f, +0x34,0x00,0x94,0x0a,0xfc,0xae,0x17,0x40,0xcc,0x09,0xef,0xc2,0x80,0x00,0xf3,0x00, +0x7d,0xe5,0x03,0xfb,0x3c,0xe0,0x3f,0x50,0x7f,0x03,0xf4,0x07,0xf0,0x3f,0x40,0x07, +0x00,0x42,0x20,0x3f,0x43,0xf4,0x03,0x00,0x66,0x03,0xf4,0x00,0x20,0x03,0xf4,0x02, +0x00,0x44,0x06,0xf4,0x2f,0xc0,0x3c,0x00,0xf4,0x05,0x42,0xe8,0x03,0xf5,0xda,0x00, +0x3f,0xef,0x10,0x03,0xfa,0xea,0x00,0x3f,0x46,0xf3,0x03,0xf4,0x0c,0xc0,0x39,0x00, +0x00,0x03,0x00,0xfb,0x00,0x4f,0x7e,0xe4,0xcf,0x70,0x3f,0xa2,0xfe,0x2a,0xf0,0x3f, +0x40,0xdb,0x06,0xf1,0x05,0x00,0x6b,0x4f,0x7e,0xe5,0x03,0xfa,0x1c,0x7b,0x00,0xf7, +0x0c,0x06,0xdf,0xc3,0x03,0xf7,0x1b,0xe0,0x7f,0x10,0x5f,0x37,0xf1,0x05,0xf3,0x3f, +0x71,0xbe,0x00,0x6d,0xfc,0x30,0x4f,0x8d,0xe6,0x03,0xf9,0x0a,0x25,0x01,0x43,0x03, +0xf9,0xee,0x50,0x85,0x00,0x2c,0x09,0xfd,0x14,0x01,0x31,0x00,0x00,0x8f,0x03,0x00, +0xf2,0x26,0x04,0xf8,0xf1,0x3f,0xb3,0x03,0xf5,0x00,0x3f,0x40,0x03,0xf4,0x00,0x3f, +0x40,0x00,0x09,0xef,0xa0,0x4f,0x31,0xa4,0x2f,0xe9,0x40,0x01,0x7b,0xf6,0x4a,0x11, +0xd9,0x1b,0xff,0xb1,0x05,0x20,0x0e,0x50,0xdf,0xf7,0x2f,0x60,0x2f,0x50,0x2f,0x50, +0x1f,0x80,0x0c,0xf7,0x5f,0x30,0x9f,0x03,0x00,0xf8,0x8c,0x4f,0x30,0x9f,0x3f,0x93, +0xef,0x0a,0xfc,0x8f,0xcc,0x00,0xae,0x06,0xf1,0x0f,0x80,0x1f,0x64,0xf2,0x00,0xbb, +0x9d,0x00,0x06,0xfe,0x70,0x00,0x1f,0xf1,0x00,0x0e,0x70,0xaf,0x30,0xe7,0x0a,0xb0, +0xed,0x72,0xf3,0x06,0xe2,0xf7,0xb5,0xe0,0x02,0xf8,0xb2,0xf9,0xa0,0x00,0xee,0x70, +0xee,0x60,0x00,0xaf,0x30,0xaf,0x20,0x7f,0x21,0xe9,0x00,0xcb,0xad,0x00,0x02,0xff, +0x30,0x00,0x3f,0xf4,0x00,0x0d,0xa8,0xe1,0x09,0xe1,0x0d,0xa0,0xbd,0x00,0xad,0x04, +0xf3,0x0f,0x70,0x0e,0x84,0xf1,0x00,0x7d,0x9b,0x00,0x01,0xff,0x50,0x00,0x0b,0xe0, +0x00,0x03,0xf8,0x00,0x06,0xfb,0x00,0x00,0x5f,0xff,0xd0,0x01,0x4f,0x80,0x00,0xcc, +0x00,0x08,0xf2,0x00,0x4f,0x81,0x10,0x9f,0xff,0xf1,0x04,0xef,0x00,0x9f,0x10,0x09, +0xd0,0x00,0xcc,0x00,0xcf,0x30,0x02,0xda,0x00,0x09,0xc0,0x00,0x9d,0x00,0x08,0xe1, +0x00,0x3e,0xf0,0x2f,0x42,0xf4,0x03,0x00,0xf0,0x12,0xcf,0x70,0x00,0xbd,0x00,0x08, +0xe0,0x00,0x7f,0x10,0x01,0xdf,0x10,0x6f,0x40,0x08,0xe0,0x00,0x8e,0x00,0x0b,0xd0, +0x0c,0xf6,0x00,0x4d,0xd6,0x05,0x06,0x35,0xdf,0xd0,0x00,0x48,0x06,0x20,0x00,0x2b, +0xb5,0x07,0xf0,0x0e,0x3e,0xb0,0x00,0xcd,0xdd,0xea,0x89,0x00,0xe1,0x11,0x10,0x0a, +0x80,0xe0,0x00,0x00,0x01,0xf1,0xe3,0x33,0x31,0x0c,0x60,0xab,0xbb,0xcb,0xa7,0x00, +0x00,0x5d,0x06,0x30,0x00,0x00,0x19,0x28,0x00,0x10,0x79,0x05,0x00,0xf0,0x14,0x6e, +0xb0,0x00,0x00,0x00,0x6d,0x4f,0xdd,0xdd,0x00,0x6d,0x10,0x00,0x00,0xd1,0x0f,0x50, +0x00,0x00,0x0d,0x10,0x4e,0x30,0x33,0x33,0xd1,0x00,0x4e,0x5e,0xbb,0xba,0x00,0x00, +0x4f,0xb0,0x27,0x00,0x15,0x47,0xb0,0x0f,0xf1,0x0f,0xad,0x20,0x00,0x00,0xb6,0x2d, +0x20,0x00,0xb7,0x00,0x2d,0x20,0xaf,0xb0,0x08,0xde,0x12,0x3d,0x20,0xc4,0x30,0x00, +0xc2,0x0c,0x20,0x00,0x0c,0x20,0xc2,0x00,0x09,0x00,0x86,0x0b,0xee,0xf1,0x00,0x00, +0xbe,0xef,0x10,0x12,0x00,0x00,0x09,0x00,0xf9,0x07,0x9c,0xf1,0x0c,0xdc,0x15,0xf3, +0x00,0x0c,0xa0,0x07,0xd1,0x08,0xc0,0x00,0x08,0xb7,0xd0,0x00,0x00,0x09,0xd1,0x00, +0x01,0x00,0x10,0xc1,0x05,0x00,0xd0,0x68,0x80,0x00,0x00,0x00,0x0b,0x0a,0x10,0x00, +0x00,0x06,0x50,0x28,0x19,0x10,0xf4,0x09,0x00,0xa1,0x00,0x00,0x65,0x00,0x02,0x90, +0x00,0x0b,0x00,0x00,0x09,0x10,0x06,0x50,0x00,0x00,0x29,0x00,0xda,0xaa,0xaa,0xaa, +0x3d,0x00,0xf0,0x0f,0x69,0xa1,0x00,0x39,0x5f,0x01,0x80,0x78,0x04,0xf1,0x66,0x38, +0x00,0x93,0xff,0x18,0x10,0x0b,0xa4,0x17,0x90,0x02,0xc2,0x00,0x98,0x20,0x20,0x00, +0x27,0x29,0x34,0x00,0xf3,0x4b,0x49,0x20,0x39,0x40,0x00,0x16,0x86,0x10,0x00,0x00, +0x46,0x66,0x00,0x00,0xa6,0xef,0x8b,0x50,0x69,0x24,0xc0,0x4d,0x24,0x50,0x00,0x00, +0x72,0xc5,0x00,0x00,0x0b,0x6a,0x80,0x00,0x00,0xa6,0x0e,0x40,0x00,0x7d,0x00,0x2e, +0x98,0xad,0x00,0x00,0x15,0x44,0x00,0x00,0x04,0x87,0x97,0x10,0x03,0x48,0xa0,0x29, +0x40,0x89,0x05,0x80,0x0a,0x16,0x96,0x89,0x00,0x27,0x80,0x59,0x00,0x00,0x97,0x20, +0x00,0x00,0x27,0x19,0x00,0x00,0x09,0x20,0x58,0x10,0x18,0x50,0x00,0x28,0x98,0x20, +0x83,0x00,0xf0,0x3d,0xb9,0x99,0xc3,0x00,0x37,0x00,0x0a,0x00,0x09,0x10,0x03,0x70, +0x00,0xd1,0x02,0xa1,0x00,0x99,0x93,0xf0,0x00,0x55,0x0a,0x95,0x60,0x08,0x03,0x89, +0x09,0x00,0x63,0x31,0x03,0x70,0x00,0xa3,0x03,0xb0,0x00,0x00,0x68,0x60,0x00,0x00, +0x00,0x87,0xa0,0x00,0x07,0x07,0x00,0x67,0xde,0xe7,0x67,0x00,0x00,0x07,0x70,0x77, +0x70,0x77,0x07,0x77,0x07,0x70,0x00,0x00,0x77,0x7d,0xff,0x76,0x00,0x70,0x70,0x00, +0xd7,0x0c,0xf1,0x1c,0x57,0x60,0x00,0x00,0x01,0x9d,0xeb,0x19,0x81,0xed,0x65,0x70, +0x93,0xff,0x00,0x00,0x09,0x00,0x88,0x00,0x00,0x90,0x01,0xb2,0x00,0x09,0x07,0xc1, +0x00,0x00,0x97,0xfd,0x00,0x00,0x08,0x41,0xdd,0x76,0x80,0x00,0x01,0x8c,0xda,0x80, +0x00,0xf0,0x49,0x97,0xfe,0x66,0x6c,0x90,0x94,0x2a,0xff,0x90,0xb6,0x7e,0xff,0x90, +0xf8,0x00,0x4b,0x90,0x00,0x00,0x09,0x90,0xf9,0x00,0x09,0x90,0x84,0x00,0x09,0x90, +0xe8,0x00,0x09,0x97,0xfd,0x77,0x7c,0x01,0x11,0x11,0x11,0x00,0x4e,0xf4,0x00,0x00, +0x86,0xaa,0x5a,0x00,0x56,0x09,0x80,0x47,0x0a,0x00,0x89,0x00,0xa0,0x90,0x56,0x2b, +0x3a,0x0a,0x79,0xb4,0x9a,0xf0,0x8f,0xa1,0x01,0xdf,0x00,0xc7,0x10,0x59,0x00,0x00, +0x38,0x84,0x00,0x00,0x06,0xca,0x20,0x00,0x04,0xff,0xfd,0xb6,0x08,0xf0,0x11,0xf5, +0xdd,0x35,0xff,0xfe,0xcf,0xfb,0x08,0xff,0x9c,0xff,0xa0,0xc5,0x8f,0xff,0xf1,0x67, +0x4f,0xff,0xff,0x79,0x3c,0xff,0xff,0xfb,0x7c,0xb9,0x99,0x99,0x70,0x00,0x04,0x04, +0x01,0x11,0x1c,0x05,0x00,0xf0,0x02,0x30,0x08,0xff,0xff,0xff,0x40,0x28,0x88,0x88, +0x88,0x10,0x6f,0xff,0xff,0xf6,0x00,0x5a,0x9b,0x00,0x10,0x4b,0x05,0x00,0xf0,0x28, +0x32,0x00,0x00,0x00,0x01,0xaa,0x71,0x00,0x00,0x19,0x64,0xa5,0x00,0x00,0x44,0xa6, +0x20,0x00,0x08,0xb5,0x10,0x02,0x95,0x69,0x20,0x01,0xe5,0x56,0x4e,0x10,0x6f,0x2e, +0xf0,0xf5,0x00,0xc8,0x33,0x6c,0x00,0x00,0x77,0x76,0x00,0x00,0xc9,0x99,0xc3,0x09, +0x00,0x90,0xa3,0x90,0x08,0x95,0xa9,0xc6,0x00,0x36,0x00,0x00,0x99,0x07,0x00,0xf7, +0x52,0xd9,0x99,0x99,0xc0,0x0a,0xc3,0x67,0x1c,0x67,0x1c,0x0a,0xc3,0x1e,0xc0,0x08, +0xe0,0x04,0xf7,0x0a,0xc0,0x04,0xff,0x3e,0x80,0x0e,0x9d,0xfd,0x10,0x2f,0x43,0xf9, +0x00,0x5f,0x10,0x7f,0x40,0x8f,0x00,0x0c,0xe1,0x5f,0xfe,0xb1,0x01,0x55,0x6f,0xa0, +0x00,0x00,0x9d,0x00,0x00,0x08,0xf0,0x00,0x00,0x8f,0x02,0x44,0x4a,0xf3,0x9f,0xff, +0xff,0xa0,0x2f,0xe3,0x00,0x5d,0xb0,0x00,0x6f,0x00,0x2a,0xf3,0x0e,0xcf,0x75,0xf2, +0xca,0x8e,0x08,0xe0,0xcf,0xff,0xff,0x13,0x55,0x6f,0x80,0x00,0x02,0xf4,0x00,0x00, +0x2f,0x40,0x07,0x00,0xf2,0x03,0x3f,0xff,0xe8,0x00,0x55,0x59,0xf5,0x00,0x00,0x0f, +0x81,0xf6,0x00,0xe9,0x1f,0x60,0x0e,0x91,0x07,0x00,0x43,0x90,0x1f,0x61,0xf6,0x03, +0x00,0xb0,0x60,0x86,0x10,0x7f,0xfa,0x05,0xf9,0x0c,0xa0,0x0d,0x90,0x02,0x00,0xf2, +0x03,0x1f,0xff,0xea,0x01,0xf9,0x57,0xf8,0x1f,0x60,0x0b,0xc1,0xf6,0x00,0xad,0x1f, +0x60,0x0a,0xd1,0x07,0x00,0xf1,0x0b,0xd0,0x2f,0x55,0xfd,0x32,0xf5,0x24,0xdb,0x2f, +0x50,0x09,0xe2,0xf5,0x00,0x8f,0x1f,0x60,0x0b,0xd0,0xdd,0x58,0xf8,0x03,0xcf,0xe9, +0x00,0x45,0x00,0xdb,0x83,0xcf,0xfe,0x70,0x35,0x5a,0xf3,0x00,0x00,0xf6,0x00,0x00, +0xf7,0x03,0x00,0x90,0x9f,0xfc,0x40,0x25,0x5c,0xf1,0x00,0x02,0xf5,0x0f,0x00,0xc1, +0x02,0xf5,0x24,0x5c,0xf1,0x9f,0xfc,0x40,0x12,0x00,0x00,0xad,0x03,0x00,0xf2,0x15, +0xaf,0xff,0xc2,0x35,0x56,0xea,0x00,0x00,0xbb,0x00,0x02,0xf7,0x00,0x3e,0xe0,0x0b, +0xfd,0x20,0x0c,0x60,0x00,0x1f,0xff,0xfb,0x20,0x1f,0x95,0x6e,0xc0,0x1f,0x60,0x07, +0xf0,0x1f,0x60,0x06,0x04,0x00,0xf6,0x14,0x94,0x49,0xf0,0x1f,0xff,0xff,0xf0,0x7f, +0x4c,0xfc,0x20,0x0e,0xfc,0x6d,0xc0,0x08,0xf2,0x07,0xf0,0x0c,0xc0,0x05,0xf1,0x0f, +0x80,0x05,0xf1,0x4f,0x41,0x48,0xf1,0x8f,0x05,0xff,0xf1,0xd7,0x00,0x00,0x95,0x00, +0x60,0x5f,0xe3,0x15,0xeb,0x00,0x9d,0x02,0x00,0xf0,0x28,0x24,0xbd,0x9f,0xfd,0xbf, +0xff,0xeb,0x20,0x3e,0x95,0x6e,0xc0,0x2f,0x40,0x08,0xf0,0x4f,0x30,0x07,0xf0,0x2f, +0x50,0x09,0xe0,0x0d,0xd5,0x7f,0x90,0x02,0xbf,0xe9,0x00,0x5f,0x30,0x4f,0x30,0xf8, +0x04,0xf2,0x0a,0xe0,0x6f,0x10,0x4f,0x3a,0xd0,0x00,0xec,0xf7,0x05,0x7e,0xfb,0x00, +0xce,0xb6,0xd9,0x09,0xf5,0x06,0xe8,0x04,0xf6,0x59,0xf5,0x4f,0x30,0x0f,0x84,0xff, +0x70,0xe8,0x13,0x31,0x0e,0x80,0x00,0x00,0xe8,0x00,0x00,0x07,0x00,0xf0,0x18,0x3f, +0xff,0xd6,0x03,0xf7,0x5a,0xf3,0x3f,0x40,0x0f,0x73,0xff,0x80,0xe8,0x03,0x32,0x0f, +0x70,0x44,0x5b,0xf2,0x2f,0xff,0xc4,0x00,0xae,0x10,0xcb,0x1e,0x90,0xda,0x07,0xf2, +0xf7,0x03,0xfe,0xd1,0x03,0xf7,0xfb,0x05,0x05,0x03,0x00,0xff,0x2a,0x9f,0x20,0x5f, +0x20,0xdc,0x07,0xf0,0x03,0xf8,0xcc,0x00,0x07,0xfd,0x20,0x00,0x0c,0xe1,0x02,0x44, +0x6f,0xb0,0x8f,0xff,0xff,0x10,0x5f,0xff,0xfa,0x01,0x55,0x57,0xf7,0x02,0x00,0x0e, +0x81,0xf6,0x01,0xf6,0x1f,0x60,0xaf,0x11,0xf6,0xbf,0x50,0x1f,0x6d,0x40,0x01,0xf6, +0x00,0x00,0x1f,0x60,0x00,0x00,0x64,0x01,0x02,0xf4,0x1d,0x9e,0x03,0xf4,0x1f,0x66, +0xf1,0x4f,0x33,0xf4,0x3f,0x46,0xf1,0x5f,0x21,0xfc,0xfb,0x07,0xf0,0x0e,0xd5,0x00, +0xcc,0x00,0xbd,0x46,0xcf,0x50,0x08,0xff,0xda,0x40,0x00,0x9f,0xff,0xfc,0x20,0x3b, +0xe5,0x6e,0xc0,0x09,0xd0,0x07,0xf0,0x04,0x00,0xf0,0x20,0x3e,0xb0,0x07,0xf0,0xae, +0x30,0x07,0xf0,0x16,0x14,0x44,0xf1,0xe6,0x8a,0x1f,0x1b,0x45,0xb0,0x01,0x00,0x4f, +0xf2,0x9f,0xf6,0x3e,0xc1,0x89,0x40,0x00,0x39,0xee,0x93,0x00,0x04,0xbe,0x01,0x7c, +0xfb,0x8f,0xc6,0x10,0x54,0x33,0x32,0x9f,0xff,0xfe,0xfe,0x02,0xf0,0x0b,0x59,0xb0, +0x00,0x02,0x7b,0xff,0xff,0x00,0x1d,0xff,0xff,0xff,0xf0,0x04,0xff,0xff,0xc7,0x8f, +0x00,0x4f,0xa5,0x10,0x06,0xf0,0x04,0xf2,0xbc,0x0c,0x31,0x4f,0x20,0x00,0x0b,0x00, +0xf0,0x00,0x8e,0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe,0xff,0xf1,0x00,0x5b,0xb4,0x9f, +0xfb,0x39,0x00,0x11,0x11,0x21,0x15,0xf0,0x3b,0x34,0x44,0x44,0x30,0x1d,0x9f,0xdc, +0xcc,0xdf,0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10,0x00,0x1f,0x8d,0xc3,0xfb, +0xaa,0xab,0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1,0x00,0x01,0xf4,0xcd,0x6f, +0x20,0x00,0x2f,0x6d,0xb5,0xff,0xff,0xff,0xf5,0xb0,0xef,0xe3,0xef,0xff,0xff,0xdf, +0xff,0x5f,0xff,0xff,0xff,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7,0x87,0x07,0x88,0x88,0x86, +0xff,0xf5,0xff,0x01,0x00,0xc0,0x4f,0xff,0xff,0xff,0x35,0x40,0x45,0x55,0x55,0x3f, +0xff,0x3f,0x10,0x00,0x00,0x16,0x00,0x70,0xfa,0xba,0x1a,0xbb,0xbb,0xba,0x00,0xa5, +0x03,0x00,0x05,0x00,0x20,0x04,0xf9,0x05,0x00,0xf0,0x0a,0xff,0xc1,0x50,0x00,0x04, +0xff,0xc0,0xcf,0x80,0x04,0xff,0xc0,0x08,0xff,0x84,0xff,0xc0,0x00,0x09,0xff,0xff, +0xc0,0x00,0x00,0x09,0x05,0x00,0x20,0x00,0x08,0x17,0x06,0xf0,0x14,0x7b,0x00,0x04, +0xc2,0xdf,0xc0,0x4f,0xf6,0x2e,0xfd,0xff,0x90,0x02,0xef,0xf9,0x00,0x04,0xff,0xfc, +0x00,0x5f,0xfa,0xef,0xc0,0xef,0x90,0x2e,0xf7,0x47,0x00,0x02,0x81,0x00,0x00,0x1d, +0xf1,0x04,0xf0,0x2b,0x71,0x2f,0x90,0x62,0x00,0x09,0xf7,0x2f,0x90,0xfe,0x20,0x3f, +0xb0,0x2f,0x90,0x5f,0xb0,0xaf,0x20,0x2f,0x90,0x0b,0xf1,0xce,0x00,0x2f,0x90,0x07, +0xf3,0xbf,0x00,0x05,0x20,0x08,0xf3,0x8f,0x50,0x00,0x00,0x0e,0xf0,0x1e,0xf4,0x00, +0x01,0xbf,0x70,0x04,0xff,0xc9,0xaf,0xfa,0x00,0x00,0x2a,0xff,0xfd,0x60,0x92,0x00, +0x10,0x10,0x93,0x00,0xf0,0x00,0x46,0x40,0x00,0x00,0x00,0x0e,0xfe,0x00,0x00,0x08, +0x7a,0xff,0xfa,0x78,0x03,0xb9,0x00,0xf0,0x09,0xf3,0x5f,0xff,0x83,0x9f,0xff,0x50, +0x9f,0xd0,0x00,0xdf,0x90,0x0a,0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c,0xff,0xf7, +0x2f,0x1c,0x00,0xa0,0x20,0x43,0x6f,0xff,0x63,0x40,0x00,0x00,0xdf,0xd0,0x42,0x00, +0x10,0x21,0x42,0x00,0xf0,0x35,0x0a,0xd3,0x3f,0x70,0x00,0x00,0x2d,0xec,0xf9,0xf7, +0x00,0x00,0x4e,0xd4,0x59,0xff,0x70,0x00,0x6f,0xb4,0xef,0x86,0xfb,0x00,0x9f,0x96, +0xff,0xff,0xa5,0xed,0x19,0x68,0xff,0xff,0xff,0xd3,0xb1,0x00,0xff,0xff,0xef,0xff, +0x50,0x00,0x0f,0xff,0x20,0xcf,0xf5,0x00,0x00,0xff,0xf2,0x0c,0xff,0x50,0x00,0x09, +0xaa,0x10,0x7a,0xa2,0x00,0x00,0x00,0x07,0x96,0x00,0x84,0x00,0x1b,0xfd,0x06,0x00, +0xe1,0x17,0x7f,0xfe,0x77,0x00,0x00,0x0c,0xff,0xff,0xfb,0x00,0x00,0x01,0xdf,0x1c, +0x01,0xf0,0x22,0x1d,0xfc,0x10,0x00,0x0f,0xff,0xe4,0x94,0xff,0xfe,0x0f,0xff,0xfe, +0x8e,0xff,0xff,0x0f,0xff,0xff,0xff,0x8b,0x7f,0x08,0x99,0x99,0x99,0x99,0x97,0x00, +0x03,0x44,0x44,0x41,0x00,0x00,0x0b,0xff,0xff,0xff,0xf2,0x00,0x06,0xf4,0x22,0x22, +0x2d,0xc0,0x02,0xf9,0x97,0x07,0xc0,0x70,0xbe,0x22,0x00,0x00,0x12,0xaf,0x2f,0xff, +0xf9,0x00,0x3f,0x95,0x01,0x61,0xfc,0xce,0xff,0xff,0x6f,0xff,0xa2,0x01,0x11,0xcf, +0x07,0x00,0xf0,0x30,0x30,0x00,0x01,0x56,0x40,0x04,0x90,0x08,0xff,0xff,0xe6,0x7f, +0x09,0xfc,0x42,0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff,0xaf,0x10,0x00,0xcf,0xff, +0xf1,0x20,0x00,0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05,0x4f,0xff,0xfc,0x00,0x02, +0xf8,0xff,0xc2,0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff,0x50,0xf7,0x2a,0xff,0xfb, +0x30,0x05,0x20,0x20,0x08,0x00,0x25,0x08,0x73,0x01,0xd7,0x12,0x3d,0xf8,0xff,0xff, +0x03,0x00,0x92,0xef,0xff,0xf8,0x00,0x0b,0xf8,0x00,0x00,0xb7,0x8c,0x17,0x00,0xbd, +0x00,0xf0,0x0c,0x70,0x00,0x12,0x3d,0xf8,0x00,0x0f,0xff,0xff,0x85,0x80,0xff,0xff, +0xf8,0x1e,0x2f,0xff,0xff,0x82,0xe1,0xef,0xff,0xf8,0x34,0x00,0x00,0xbf,0x9a,0x07, +0x16,0xb7,0xaf,0x07,0x11,0x02,0x31,0x02,0xf1,0x28,0x02,0xe5,0x00,0x00,0x01,0xd7, +0x02,0x52,0xe3,0x01,0x23,0xdf,0x80,0x1d,0x76,0xb0,0xff,0xff,0xf8,0x58,0x2f,0x1f, +0x1f,0xff,0xff,0x80,0xe2,0xd3,0xd3,0xff,0xff,0xf8,0x2e,0x1e,0x2d,0x3e,0xff,0xff, +0x83,0x45,0xe1,0xf0,0x00,0x0b,0xf8,0x03,0xe4,0x9a,0x00,0x00,0x0b,0x70,0x02,0x6e, +0x10,0xe2,0x10,0x04,0x40,0x07,0x60,0x13,0x44,0x44,0x44,0x43,0x1e,0xe6,0x00,0x40, +0xfe,0xf7,0x0a,0xff,0x46,0x06,0xf1,0x0b,0x7f,0xff,0x6e,0xff,0xfe,0xbf,0xff,0x40, +0x2e,0xff,0xf7,0x4e,0x40,0x00,0x6f,0xf8,0x00,0x10,0x00,0x06,0xff,0x96,0x66,0x66, +0x66,0x9f,0x0e,0x01,0xf0,0x01,0xc0,0x00,0x06,0x20,0x00,0x00,0x2f,0xb0,0x00,0x00, +0x8f,0xf2,0x00,0x01,0xff,0xfa,0x51,0x01,0xf0,0x0c,0x40,0x5f,0xff,0xff,0xe0,0xdf, +0xff,0xff,0xf6,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65,0xff,0xe1,0x09, +0xff,0xfe,0x30,0x00,0x25,0x3e,0x02,0x00,0x0d,0x06,0xf2,0x01,0x03,0xd2,0xae,0x00, +0x4f,0xf4,0xae,0x06,0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04,0x00,0xf0,0x02, +0xae,0x3e,0xff,0xf4,0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69,0x00,0x01,0x91, +0x67,0x2d,0x00,0x20,0xff,0xd5,0x05,0x00,0x20,0xff,0xb2,0x05,0x00,0x30,0xff,0x80, +0x00,0x9b,0x00,0x10,0x50,0x7a,0x00,0x14,0xf7,0x35,0x03,0xf0,0x03,0xfb,0x20,0xff, +0xff,0xfd,0x40,0x00,0xff,0xff,0x70,0x00,0x00,0xff,0xa1,0x00,0x00,0x00,0x23,0x37, +0x00,0xdf,0xbf,0xfc,0x01,0xdf,0xf9,0xff,0xff,0x14,0xff,0xfd,0xff,0xff,0x24,0x05, +0x00,0x09,0x00,0x23,0x00,0x63,0x7a,0xa8,0x00,0x9a,0xa5,0xbf,0x50,0x00,0x30,0xff, +0xf9,0xff,0x8b,0x03,0x0f,0x05,0x00,0x0a,0x60,0xf9,0x7a,0xaa,0xaa,0xaa,0xa3,0x68, +0x00,0xf0,0x1d,0xa9,0x00,0x06,0xf0,0xcf,0xb0,0x07,0xf1,0xcf,0xfc,0x17,0xf1,0xcf, +0xff,0xd9,0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1,0xcf,0xff,0x97,0xf1,0xcf, +0xf8,0x07,0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x04,0xa0,0x00,0x00,0x1c,0x90,0xd6, +0x01,0x21,0xff,0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x12,0x60,0x64,0x01,0xb1,0xef, +0xff,0xff,0xff,0xf8,0x01,0x45,0x55,0x55,0x54,0x00,0x0b,0x00,0x10,0x0f,0x16,0x00, +0x61,0xa0,0x9b,0xbb,0xbb,0xbb,0xb4,0xb8,0x07,0x50,0x4f,0xe1,0x00,0x4f,0xe3,0x03, +0x00,0x67,0x3f,0xf3,0x00,0x01,0xdf,0x70,0x04,0x00,0xc5,0x20,0x00,0x01,0x50,0x1b, +0x30,0x00,0x03,0xff,0x30,0x00,0x04,0x04,0x00,0x43,0x20,0x00,0x9f,0xc0,0x03,0x00, +0x41,0x4f,0xc0,0x00,0x00,0xbd,0x03,0x63,0xea,0x00,0x00,0x00,0x03,0xfd,0x05,0x00, +0x51,0x12,0x25,0xfd,0x22,0x20,0xc7,0x00,0x56,0xce,0xee,0xff,0xee,0xe6,0x19,0x00, +0x02,0x05,0x00,0x40,0x00,0xa7,0x00,0x00,0xa5,0x08,0x11,0x10,0x8d,0x00,0x10,0xdf, +0x6c,0x01,0x40,0x00,0x00,0x01,0x20,0x47,0x00,0xf2,0x25,0x9f,0xfe,0xfb,0x40,0x00, +0x04,0xef,0x60,0x13,0xdf,0x80,0x03,0xff,0x70,0x3f,0xa2,0xff,0x70,0xdf,0xf2,0x7c, +0xff,0x2d,0xff,0x2c,0xff,0x3b,0xff,0xf1,0xef,0xf1,0x2e,0xf9,0x2c,0xd6,0x4f,0xf5, +0x00,0x2d,0xf9,0x21,0x6e,0xf5,0x00,0x00,0x06,0xcf,0xfd,0x92,0x00,0x00,0x52,0x5a, +0x02,0x40,0xce,0x40,0x00,0x21,0xfe,0x03,0xf1,0x28,0xf9,0xaf,0xef,0xf9,0x20,0x00, +0x00,0x6f,0xf5,0x11,0x5f,0xf4,0x00,0x05,0x03,0xee,0xcf,0x56,0xff,0x30,0x2f,0xd2, +0x1b,0xff,0xd1,0xff,0xe0,0x1e,0xfd,0x00,0x7f,0xe3,0xff,0xc0,0x05,0xff,0x40,0x04, +0xef,0xfe,0x20,0x00,0x5f,0xe6,0x10,0x1c,0xf8,0x00,0x00,0x01,0x8d,0xfd,0x20,0x9f, +0xa0,0x44,0x00,0x22,0x05,0xf9,0x4c,0x00,0x10,0x21,0x6d,0x0a,0x02,0xfa,0x02,0x00, +0x4f,0x01,0x00,0xc6,0x03,0x30,0xf1,0x00,0x00,0xe9,0x06,0x10,0xfa,0x07,0x00,0xf1, +0x1a,0xdf,0x50,0xef,0x30,0x00,0x00,0x06,0xff,0x50,0xef,0xc0,0x00,0x00,0x1e,0xff, +0x50,0xff,0xf5,0x00,0x00,0x9f,0xff,0xa6,0xff,0xfe,0x00,0x02,0xff,0xff,0x61,0xff, +0xff,0x80,0x0b,0xff,0xff,0x72,0xff,0xff,0xf1,0x0e,0xcf,0x03,0x30,0xf4,0x02,0x55, +0x01,0x00,0x15,0x40,0x4e,0x03,0xa0,0x0b,0x80,0xaa,0xa1,0x00,0x4a,0xef,0x8f,0xff, +0xc0,0xc3,0x03,0xf1,0x10,0x8d,0x4f,0xe3,0xcd,0x10,0x00,0x4f,0xf3,0x03,0x10,0x00, +0x2e,0xf5,0x80,0xa7,0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff,0xf5,0x00,0xaf,0xff,0xd1, +0x11,0x00,0x00,0x1c,0xfc,0x0a,0x50,0x41,0x00,0x00,0x01,0xc7,0x79,0x09,0xf0,0x1b, +0xff,0x70,0x00,0x01,0xcf,0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70,0xbf,0x80,0x00, +0x1d,0xf5,0x47,0x00,0x00,0x01,0x91,0x8b,0x00,0x00,0x03,0xd3,0x9f,0xc0,0x00,0x3f, +0xf3,0x09,0xfc,0x03,0xff,0x40,0x00,0x9f,0xcf,0xf4,0xbf,0x05,0x00,0x73,0x00,0x42, +0x84,0x00,0x00,0x00,0x7d,0x03,0xa0,0x04,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff, +0xb8,0x70,0x01,0xa0,0xdb,0xfb,0xf5,0x00,0x00,0xe7,0x00,0x10,0xf7,0x10,0x07,0x00, +0x00,0x25,0x07,0xa0,0x20,0xe7,0x20,0x00,0xf7,0x11,0x10,0xcc,0xec,0xf5,0x25,0x02, +0xa3,0x5e,0xff,0xa0,0x00,0x35,0x55,0x54,0x03,0xea,0x00,0x31,0x04,0x91,0x13,0x44, +0x20,0x00,0x00,0x0e,0xff,0xff,0x40,0x28,0x03,0x4f,0xee,0xed,0xaf,0xff,0x01,0x00, +0x07,0x03,0xba,0x03,0x21,0x00,0x07,0xef,0x00,0x11,0xfb,0x41,0x01,0x10,0xfb,0x0c, +0x05,0x00,0x06,0x00,0x42,0x88,0xff,0xf8,0x80,0xe3,0x05,0x43,0x00,0x00,0xef,0xe0, +0xee,0x05,0x40,0xff,0xf8,0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37,0x02,0x20,0xb6, +0xf8,0x44,0x05,0x10,0x98,0x23,0x00,0x40,0x18,0x51,0x00,0x00,0x5f,0x01,0x01,0xab, +0x03,0x11,0xfe,0x93,0x01,0x20,0xfc,0x00,0x48,0x05,0x11,0xf7,0x06,0x00,0x10,0xf2, +0x36,0x02,0xd1,0xef,0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d,0xff,0xfa,0xff,0xd1, +0xa3,0x05,0xa0,0x10,0x00,0x09,0xff,0xfb,0x40,0x00,0x00,0x01,0x53,0x80,0x04,0xf0, +0x37,0x3c,0xd4,0x00,0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f,0x09,0xff,0x60, +0x6f,0xff,0xdf,0xf6,0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff,0x70,0x00,0x9f, +0xff,0x9f,0xf7,0x00,0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f,0xf6,0x2b,0xc3, +0x00,0x04,0x71,0x00,0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7,0x79,0x4f,0xff, +0xf2,0x32,0xff,0x4f,0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00,0x02,0x40,0x64, +0x55,0x55,0x53,0xf3,0x07,0xf0,0x01,0x00,0x46,0x66,0x66,0x50,0x00,0xbf,0xff,0xff, +0xfa,0x00,0xfa,0x66,0x66,0x8f,0xa0,0x93,0x08,0x10,0xf8,0x05,0x00,0x04,0xd9,0x03, +0xf1,0x0d,0x8a,0xff,0xfa,0xff,0xf8,0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff, +0xff,0x9b,0xff,0xfa,0xae,0xee,0xee,0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0xf9,0x00, +0x06,0x74,0x05,0x01,0x1c,0x03,0x51,0x89,0x99,0x99,0x99,0x95,0x0f,0x00,0x0b,0x23, +0x00,0x07,0x48,0x05,0x01,0x6d,0x01,0xf9,0x06,0xc5,0x9f,0xff,0xff,0xff,0x95,0xf9, +0x5e,0xff,0xfe,0x58,0xff,0xfc,0x4c,0xfc,0x4c,0xff,0xff,0xff,0x64,0x6f,0x8e,0x01, +0xf2,0x1b,0x03,0xdd,0xd9,0x00,0x06,0xff,0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff, +0xf6,0x64,0x0d,0xff,0xff,0xfb,0x0f,0xff,0xff,0xf2,0x04,0x55,0xff,0x90,0x00,0x03, +0xfe,0x10,0x00,0x07,0xf6,0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0xaa,0x02,0x90,0x01, +0x5b,0x41,0x00,0x00,0xff,0xf4,0xff,0xf0,0xef,0x01,0xf0,0x09,0xf1,0x00,0xff,0xe4, +0x55,0x51,0x10,0xff,0xc8,0xff,0xf4,0xd1,0xff,0xc8,0xff,0xf3,0xa7,0xff,0xc8,0xff, +0xfb,0xa8,0xff,0xc8,0xfd,0x00,0x00,0x05,0x00,0x80,0x01,0x18,0xff,0xff,0xfd,0x00, +0x08,0xff,0x49,0x0c,0x60,0x22,0x22,0x21,0x00,0x00,0x62,0x71,0x02,0x20,0xeb,0x20, +0xb9,0x01,0x80,0xf4,0x00,0x05,0xff,0xff,0xfe,0x00,0x09,0xda,0x06,0x00,0x94,0x04, +0x60,0x50,0x0d,0xff,0xff,0xff,0x70,0x9e,0x08,0x11,0xd0,0xe4,0x00,0x80,0x35,0x55, +0x55,0x55,0x41,0x00,0x06,0xff,0xa9,0x01,0x12,0x42,0xda,0x00,0x23,0x44,0x43,0x3b, +0x03,0xf5,0x17,0xf7,0x2b,0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb,0xeb,0xeb,0xf6, +0xff,0x60,0xb0,0xa0,0xb0,0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6,0xf6,0x1a,0x00, +0x00,0x0b,0x0f,0x6f,0xa6,0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7,0x00,0x10,0x75, +0x06,0x00,0x70,0x29,0xff,0xe0,0x00,0x00,0x03,0xaf,0x2d,0x01,0x10,0x4c,0x26,0x08, +0x20,0x05,0xdf,0xf1,0x04,0x11,0x00,0x4e,0x08,0x43,0x00,0x05,0x89,0x9a,0x43,0x02, +0x01,0x22,0x03,0x31,0x03,0xff,0xd0,0x0d,0x00,0x11,0xf6,0x3f,0x00,0x11,0xfe,0xfd, +0x00,0xf4,0x07,0x03,0x20,0x00,0x00,0x67,0x77,0x63,0x00,0x0f,0xff,0xfd,0x8c,0x00, +0xff,0xff,0xd8,0xfc,0x0f,0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4,0x09,0x00,0x03, +0x54,0x47,0x88,0x88,0x88,0x81,0xbf,0x01,0xf1,0x0f,0x06,0xbe,0xff,0xea,0x50,0x00, +0x06,0xff,0xfd,0xbc,0xef,0xfd,0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6,0x7b,0x10, +0x26,0x88,0x51,0x02,0xc4,0x00,0x1a,0xff,0x4c,0x06,0xc5,0x6f,0xc5,0x23,0x6e,0xf2, +0x00,0x00,0x04,0x00,0x00,0x00,0x30,0x1b,0x05,0x23,0x00,0x07,0xc8,0x00,0x60,0x97, +0x00,0x00,0x00,0x36,0x66,0x01,0x00,0x12,0x40,0xc7,0x01,0xa0,0xf2,0xf6,0x67,0x77, +0x77,0x77,0x73,0xfe,0xf6,0xef,0xc6,0x00,0x12,0xae,0x07,0x00,0x91,0xbe,0xf6,0x45, +0x55,0x55,0x55,0x53,0xfc,0xef,0x23,0x00,0x21,0xf0,0x24,0x6b,0x04,0x1e,0x20,0x38, +0x00,0x21,0x70,0x02,0x38,0x00,0x32,0xf1,0x00,0xae,0x07,0x00,0x01,0x38,0x00,0x2f, +0x51,0x13,0x38,0x00,0x0d,0x21,0x60,0x00,0x38,0x00,0x42,0xf0,0x00,0x00,0xae,0x07, +0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0d,0x21,0x60,0x00,0x38,0x00,0x00, +0xdd,0x03,0x11,0xae,0x07,0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0b,0x21, +0xf0,0xf6,0x71,0x05,0x21,0xfd,0xf6,0x07,0x01,0x12,0xae,0x07,0x00,0x4e,0xbe,0xf6, +0x11,0x11,0x38,0x00,0x00,0x28,0x00,0x11,0x20,0xa8,0x01,0x11,0x8f,0x98,0x05,0xf1, +0x10,0x1c,0x3b,0xc0,0x00,0x00,0x6d,0x70,0x93,0x00,0x00,0x05,0x30,0xff,0xfb,0xfb, +0xbb,0xbb,0xbe,0xf7,0xaf,0xb0,0x05,0x90,0x00,0x08,0x80,0x02,0x00,0x00,0xc0,0x13, +0x2b,0x00,0x31,0x4a,0xcf,0xb0,0x32,0x00,0x34,0xbf,0xb0,0x00,0x00,0x0b,0xf0,0x2a, +0x19,0xcd,0xa3,0x00,0x01,0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf,0xb0,0x0e,0xd8, +0xc5,0x4d,0xf0,0x0f,0xf6,0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2,0x0f,0xfc,0x10, +0x8f,0xf1,0x0f,0xd2,0xa6,0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04,0xff,0xc5,0xff, +0x60,0x00,0x6e,0xff,0xf8,0x00,0x00,0x00,0x12,0x17,0x0b,0x21,0xaa,0x40,0xa3,0x03, +0x60,0xf9,0x56,0x66,0x66,0x66,0x63,0x04,0x02,0xad,0xe0,0x5f,0xbf,0xbe,0xce,0xf0, +0x5f,0x6e,0x7d,0x8c,0x05,0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04,0x66, +0x66,0x65,0x20,0xd6,0x04,0x01,0xe5,0x01,0x00,0xa7,0x05,0xa0,0x00,0x15,0xaf,0xfe, +0x00,0x00,0x01,0xcf,0x6a,0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b, +0x00,0x23,0xff,0x90,0x0b,0x00,0x10,0x0a,0x0b,0x00,0x21,0x00,0x0d,0xfa,0x03,0x30, +0x0f,0xff,0x90,0x5a,0x03,0x12,0x42,0x65,0x02,0x50,0x34,0x44,0x44,0x44,0x30,0x6e, +0x0c,0x00,0xdf,0x07,0xf1,0x1c,0xdf,0xff,0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13, +0x90,0x8f,0xfc,0xcf,0xff,0xff,0xd1,0x06,0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff, +0xfc,0x0a,0xff,0xff,0x06,0xd1,0x7f,0xfc,0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0x00, +0x09,0xda,0x08,0xff,0x03,0x00,0x36,0x66,0x63,0x00,0x4e,0xff,0xff,0xf2,0x4f,0x6b, +0x0b,0x2f,0x4f,0xf6,0xb0,0xb2,0xf4,0xe0,0x02,0x08,0x00,0xeb,0x00,0x42,0x22,0x88, +0x88,0x88,0x1c,0x04,0x02,0x7c,0x01,0xe1,0xf0,0x00,0xb6,0x00,0x00,0x0a,0xf0,0x0c, +0xf8,0x11,0x11,0x1b,0xf0,0xcf,0xa0,0x01,0x81,0x6f,0xfd,0xaa,0xaa,0xaa,0x90,0x05, +0xf7,0x26,0x00,0x15,0x43,0xcc,0x04,0x01,0xb4,0x04,0x1a,0xfd,0x03,0x12,0x00,0xa1, +0x0d,0x0d,0x01,0x00,0x03,0x00,0x05,0x46,0xf3,0xf3,0xf6,0xf0,0x14,0x00,0x4f,0xfd, +0xf9,0x00,0xec,0x30,0x00,0x02,0x1e,0xfd,0x2e,0x00,0x01,0x30,0x00,0x10,0xe9,0x15, +0x00,0x0e,0x5e,0x00,0x04,0x36,0x00,0x29,0xfd,0xf9,0x10,0x00,0x62,0xec,0xf6,0x00, +0xec,0xf3,0xfd,0x49,0x00,0x20,0xf3,0xfd,0x3a,0x0e,0x70,0xf3,0x00,0xf3,0xf3,0x00, +0xf0,0xf6,0x09,0x00,0x02,0xa9,0x00,0x11,0xf6,0x17,0x00,0x10,0xf9,0xa0,0x00,0x53, +0xf6,0xfc,0x00,0xfd,0xf6,0xac,0x00,0x30,0xfd,0xfe,0xfd,0x4f,0x00,0x00,0x04,0x00, +0x54,0xec,0xf6,0x00,0xf3,0xf0,0x2e,0x00,0x7f,0xf9,0xf3,0xf6,0xf3,0x00,0xf6,0xf6, +0xe4,0x00,0x04,0x0e,0x9d,0x00,0x0b,0xfe,0x00,0x0c,0x01,0x00,0x1c,0x01,0x11,0x00, +0x1b,0x02,0x10,0x00,0x11,0x03,0xdf,0x07,0x02,0xc2,0x08,0x00,0x7b,0x04,0x9f,0x00, +0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x03,0x01,0x05,0x9f,0x0c,0x00,0x00,0x00, +0x0d,0x0e,0x00,0x0d,0x00,0x01,0x00,0x5e,0x18,0x01,0xc7,0x00,0x24,0x03,0x02,0xb7, +0x00,0x00,0xba,0x00,0x12,0x05,0x38,0x05,0x09,0x2f,0x00,0x01,0x41,0x08,0x09,0xcc, +0x00,0x50,0x0c,0x00,0x0d,0x00,0x0e,0x09,0x03,0x02,0x97,0x08,0xaf,0x11,0x12,0x13, +0x0d,0x00,0x14,0x15,0x16,0x00,0x17,0xc6,0x00,0x59,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1488, .range_length = 27, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1524, .range_length = 62127, .glyph_id_start = 141, .list_length = 63, .type = 3, .unicode_list = 1632, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[9762] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_he_bold_STD_s = { +.uncomp_size = 9434, +.comp_size = 7552, +.line_height = 12, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 1758, +.class_pair_values = 8704, +.left_class_mapping = 9026, +.right_class_mapping = 9230, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 9762, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_32.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_he_bold_32.c rename to radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL.c index fe2990d82e1..1af53b2339c 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL.c @@ -735,7 +735,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[22065] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_he_bold_32 = { +const etxLz4Font lv_font_arimo_he_bold_XL = { .uncomp_size = 21801, .comp_size = 11540, .line_height = 33, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL_s.c new file mode 100644 index 00000000000..fc0d74ab38e --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XL_s.c @@ -0,0 +1,491 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x90,0x05,0x08,0x00,0xf0,0x08,0xb0,0x06,0x04,0x0e,0x01, +0x00,0x1c,0x00,0x80,0x09,0x08,0x06,0x01,0x08,0x34,0x00,0x20,0x0b,0x0b,0x0e,0x00, +0x00,0x81,0x08,0x00,0xf0,0x16,0x11,0x00,0xfe,0xdf,0x00,0xd0,0x11,0x12,0x0e,0x00, +0x00,0x5d,0x01,0x70,0x0e,0x0e,0x0e,0x00,0x00,0xbf,0x01,0xc0,0x04,0x03,0x06,0x01, +0x08,0xc8,0x01,0xb0,0x06,0x06,0x13,0x01,0xfc,0x01,0x02,0x08,0x00,0xf0,0x0c,0x00, +0xfc,0x3a,0x02,0xd0,0x07,0x08,0x08,0x00,0x06,0x5a,0x02,0xb0,0x0b,0x0b,0x0b,0x00, +0x02,0x97,0x02,0x90,0x05,0x04,0x07,0x01,0xfd,0xa5,0x20,0x00,0x40,0x03,0x00,0x04, +0xae,0x10,0x00,0xd2,0x04,0x01,0x00,0xb6,0x02,0x90,0x05,0x06,0x0f,0x00,0x00,0xe3, +0x02,0x68,0x00,0xa2,0x30,0x03,0x20,0x0b,0x0a,0x0e,0x01,0x00,0x76,0x03,0x10,0x00, +0x13,0xc3,0x08,0x00,0xa2,0x10,0x04,0x20,0x0b,0x0c,0x0e,0x00,0x00,0x64,0x04,0x10, +0x00,0x13,0xb1,0x08,0x00,0x13,0xfe,0x08,0x00,0x22,0x4b,0x05,0x08,0x00,0x13,0x98, +0x08,0x00,0xa1,0xe5,0x05,0xb0,0x06,0x04,0x0b,0x01,0x00,0xfb,0x05,0xd0,0x00,0xa0, +0xfd,0x17,0x06,0xb0,0x0b,0x0b,0x0c,0x00,0x01,0x59,0x08,0x00,0x43,0x08,0x00,0x03, +0x85,0x10,0x00,0x40,0xc7,0x06,0x30,0x0c,0x58,0x00,0xa2,0x1b,0x07,0x80,0x13,0x12, +0x12,0x01,0xfc,0xbd,0x07,0xd8,0x00,0xa2,0x1f,0x08,0x70,0x0e,0x0d,0x0e,0x01,0x00, +0x7a,0x08,0x10,0x00,0x13,0xdc,0x10,0x00,0xf2,0x0b,0x37,0x09,0x50,0x0d,0x0c,0x0e, +0x01,0x00,0x8b,0x09,0x30,0x0c,0x0b,0x0e,0x01,0x00,0xd8,0x09,0x90,0x0f,0x0f,0x0e, +0x00,0x00,0x41,0x0a,0x20,0x00,0x40,0x9c,0x0a,0x90,0x05,0x40,0x01,0x50,0xb8,0x0a, +0x20,0x0b,0x0a,0xa0,0x00,0x10,0x0a,0x40,0x00,0x42,0x01,0x00,0x60,0x0b,0x30,0x00, +0xa2,0xad,0x0b,0xb0,0x10,0x0f,0x0e,0x01,0x00,0x16,0x0c,0x30,0x00,0x22,0x71,0x0c, +0x40,0x00,0x22,0xda,0x0c,0x58,0x00,0xa2,0x2e,0x0d,0x90,0x0f,0x0f,0x12,0x00,0xfc, +0xb5,0x0d,0x38,0x00,0xa2,0x17,0x0e,0x50,0x0d,0x0d,0x0e,0x00,0x00,0x72,0x0e,0xa8, +0x00,0x22,0xc6,0x0e,0x38,0x00,0x40,0x21,0x0f,0x50,0x0d,0x98,0x00,0xa2,0x83,0x0f, +0xe0,0x12,0x13,0x0e,0x00,0x00,0x08,0x10,0x10,0x00,0x13,0x6a,0x08,0x00,0x22,0xcc, +0x10,0x30,0x00,0x22,0x20,0x11,0x98,0x01,0x22,0x59,0x11,0x68,0x01,0x22,0x86,0x11, +0xa0,0x01,0xf1,0x03,0xbf,0x11,0xb0,0x0b,0x0c,0x09,0x00,0x05,0xf5,0x11,0x20,0x0b, +0x0d,0x01,0xff,0xfd,0xfc,0x11,0x98,0x01,0xf0,0x05,0x0c,0x05,0x12,0x20,0x0b,0x0c, +0x0b,0x00,0x00,0x47,0x12,0x30,0x0c,0x0b,0x0f,0x01,0x00,0x9a,0x12,0x20,0xc0,0x01, +0x21,0x00,0xd7,0x10,0x00,0x42,0x00,0x00,0x2a,0x13,0x10,0x00,0xa1,0x67,0x13,0xb0, +0x06,0x07,0x0f,0x00,0x00,0x9c,0x13,0x18,0x00,0xf0,0x0e,0xfc,0xef,0x13,0x30,0x0c, +0x0a,0x0f,0x01,0x00,0x3a,0x14,0x90,0x05,0x04,0x0f,0x01,0x00,0x58,0x14,0x90,0x05, +0x06,0x13,0xff,0xfc,0x91,0x14,0x20,0x0b,0x48,0x00,0x13,0xe4,0x18,0x00,0xf0,0x05, +0x02,0x15,0xd0,0x11,0x10,0x0b,0x01,0x00,0x5a,0x15,0x30,0x0c,0x0a,0x0b,0x01,0x00, +0x91,0x15,0x30,0x0c,0x70,0x00,0x21,0xd3,0x15,0x70,0x00,0x32,0xfc,0x26,0x16,0x50, +0x00,0xa2,0x79,0x16,0xd0,0x07,0x07,0x0c,0x01,0x00,0xa3,0x16,0x70,0x00,0xa2,0xe0, +0x16,0xb0,0x06,0x07,0x0e,0x00,0x00,0x11,0x17,0x38,0x00,0x22,0x48,0x17,0xa8,0x00, +0xa2,0x8a,0x17,0x90,0x0f,0x11,0x0b,0xff,0x00,0xe8,0x17,0x28,0x00,0xf2,0x13,0x25, +0x18,0x20,0x0b,0x0c,0x0f,0x00,0xfc,0x7f,0x18,0x00,0x0a,0x0a,0x0b,0x00,0x00,0xb6, +0x18,0xd0,0x07,0x08,0x13,0x00,0xfc,0x02,0x19,0xa0,0x05,0x04,0x13,0x01,0xfc,0x28, +0x19,0x10,0x00,0xf0,0x45,0x74,0x19,0xb0,0x0b,0x0b,0x04,0x00,0x05,0x8a,0x19,0x00, +0x08,0x08,0x08,0x00,0x07,0xaa,0x19,0xa0,0x0d,0x0e,0x0c,0x00,0x00,0xfe,0x19,0xd0, +0x0c,0x0d,0x0c,0x00,0x00,0x4c,0x1a,0x90,0x09,0x0a,0x0c,0x00,0x00,0x88,0x1a,0xa0, +0x0b,0x0c,0x0c,0x00,0x00,0xd0,0x1a,0x80,0x0d,0x0b,0x0c,0x01,0x00,0x12,0x1b,0x10, +0x06,0x04,0x0c,0x01,0x00,0x2a,0x1b,0x50,0x07,0x08,0x0d,0x00,0x00,0x5e,0x1b,0x00, +0x0e,0x0c,0x0c,0x01,0x00,0xa6,0x1b,0xc0,0x0d,0x08,0x00,0x10,0xee,0x20,0x00,0xf1, +0x00,0x07,0x01,0x05,0xfc,0x1b,0x80,0x0b,0x0a,0x10,0x00,0xfc,0x4c,0x1c,0x10,0x0b, +0x48,0x00,0xa1,0x1c,0x70,0x0b,0x0b,0x12,0x00,0xff,0xeb,0x1c,0x60,0x30,0x00,0x40, +0x33,0x1d,0x80,0x0e,0x68,0x00,0xf0,0x05,0x81,0x1d,0x10,0x06,0x04,0x10,0x01,0xfc, +0xa1,0x1d,0xa0,0x08,0x08,0x0c,0x00,0x00,0xd1,0x1d,0xf0,0x0d,0x18,0x00,0x40,0x1f, +0x1e,0x60,0x0c,0x78,0x00,0xb1,0x67,0x1e,0x80,0x0d,0x0b,0x10,0x01,0xfc,0xbf,0x1e, +0x10,0x80,0x00,0xb1,0x01,0x1f,0x00,0x0b,0x0b,0x10,0x00,0xfc,0x59,0x1f,0x30,0x20, +0x00,0x31,0xa1,0x1f,0x10,0x20,0x00,0x31,0xf9,0x1f,0x80,0x68,0x00,0xb1,0x35,0x20, +0x20,0x10,0x10,0x0c,0x00,0x00,0x95,0x20,0x60,0x60,0x00,0xf0,0x11,0xe3,0x20,0x80, +0x0c,0x09,0x07,0x02,0x0a,0x1f,0xfb,0x1f,0xfb,0x0f,0xfa,0x0f,0xfa,0x0f,0xf9,0x0f, +0xf9,0x0e,0xf8,0x0d,0xf8,0x0d,0xf7,0x0a,0xd5,0x00,0x00,0x1b,0xb7,0x18,0x00,0xf0, +0x2a,0xaf,0xf0,0x7f,0xf2,0x9f,0xe0,0x7f,0xf1,0x8f,0xd0,0x6f,0xf0,0x8f,0xc0,0x5f, +0xf0,0x7f,0xb0,0x4f,0xe0,0x01,0x10,0x01,0x10,0x00,0x01,0xf6,0x00,0x9e,0x00,0x00, +0x5f,0x20,0x0d,0xb0,0x00,0x08,0xf0,0x00,0xf7,0x00,0x22,0xcc,0x22,0x5f,0x61,0x2f, +0xff,0xff,0xff,0xff,0xc0,0x57,0xf8,0x55,0xcd,0x54,0x1b,0x00,0x30,0xa0,0x00,0x09, +0x1b,0x00,0x60,0x12,0xcc,0x22,0x5f,0x62,0x0a,0x1b,0x00,0xf0,0x13,0xf4,0x37,0xf8, +0x55,0xce,0x55,0x10,0x6f,0x10,0x0e,0xa0,0x00,0x09,0xe0,0x01,0xf6,0x00,0x00,0xda, +0x00,0x5f,0x30,0x00,0x00,0x00,0x0e,0x20,0x00,0x00,0x07,0xdf,0xff,0xd7,0x00,0x27, +0x00,0xf0,0x38,0xf9,0x02,0xff,0xa0,0xe3,0xbf,0xf2,0x4f,0xf4,0x0e,0x23,0xda,0x33, +0xff,0xa0,0xe2,0x00,0x00,0x0d,0xff,0xef,0x61,0x00,0x00,0x2d,0xff,0xff,0xfa,0x20, +0x00,0x05,0xbf,0xff,0xfe,0x10,0x00,0x00,0xe5,0xaf,0xf8,0x03,0x50,0x0e,0x20,0xdf, +0xc9,0xff,0x10,0xe2,0x0c,0xfc,0x4f,0xfc,0x3e,0x48,0xff,0x90,0xaf,0xff,0xff,0xff, +0xe1,0x00,0x6c,0xef,0xfe,0x91,0x00,0x00,0x00,0xe2,0xb1,0x04,0xf2,0x54,0x0a,0x10, +0x00,0x00,0x02,0xbf,0xfb,0x10,0x00,0x01,0xef,0x20,0x00,0x0e,0xfb,0xbf,0xc0,0x00, +0x09,0xf7,0x00,0x00,0x4f,0xc0,0x0e,0xf3,0x00,0x4f,0xc0,0x00,0x00,0x7f,0xa0,0x0c, +0xf5,0x00,0xdf,0x20,0x00,0x00,0x7f,0x90,0x0b,0xf6,0x08,0xf8,0x00,0x00,0x00,0x5f, +0xb0,0x0c,0xf4,0x3f,0xd3,0xcf,0xe9,0x00,0x1f,0xf2,0x3f,0xf1,0xcf,0x4f,0xfa,0xdf, +0x90,0x08,0xff,0xff,0x67,0xf9,0x6f,0xb0,0x1f,0xf0,0x00,0x48,0x83,0x2f,0xe0,0x9f, +0x80,0x0e,0xf2,0x00,0x00,0x00,0xbf,0x40,0xaf,0x70,0x0d,0xf3,0x00,0x00,0x06,0xfa, +0x00,0x12,0x00,0xf0,0x92,0x1e,0xe1,0x00,0x6f,0xa0,0x1f,0xf0,0x00,0x00,0xaf,0x50, +0x00,0x1e,0xf8,0xbf,0x90,0x00,0x04,0xfb,0x00,0x00,0x03,0xcf,0xe9,0x00,0x00,0x00, +0x3b,0xef,0xc5,0x00,0x00,0x00,0x01,0xff,0xdc,0xff,0x40,0x00,0x00,0x06,0xfc,0x00, +0xaf,0x90,0x00,0x00,0x08,0xfa,0x00,0xbf,0x90,0x00,0x00,0x05,0xfd,0x19,0xff,0x20, +0x00,0x00,0x00,0xff,0xff,0xd3,0x00,0x00,0x00,0x1a,0xff,0xf6,0x00,0x25,0x00,0x02, +0xef,0xff,0xf5,0x00,0x9f,0xa0,0x0b,0xfe,0x27,0xfe,0x10,0xef,0x40,0x0f,0xf7,0x00, +0xdf,0xc8,0xfd,0x00,0x1f,0xf7,0x00,0x2e,0xff,0xf5,0x00,0x0d,0xfd,0x20,0x09,0xff, +0xf7,0x22,0x05,0xff,0xfd,0xff,0xfe,0xff,0xfd,0x00,0x3a,0xef,0xeb,0x40,0x8d,0xfb, +0xef,0xbd,0xfa,0xdf,0x9c,0xf8,0xbf,0x71,0x10,0x00,0x6f,0xf5,0x01,0xff,0xc0,0x08, +0xff,0x30,0x0e,0xfc,0x00,0x5f,0xf6,0x00,0x9f,0xf2,0x00,0xcf,0xf0,0x00,0xef,0xd0, +0x00,0xff,0xc0,0x00,0xff,0xb0,0x03,0x00,0x50,0xef,0xc0,0x00,0xcf,0xf0,0x18,0x00, +0xf0,0x0c,0x4f,0xf6,0x00,0x0e,0xfc,0x00,0x08,0xff,0x30,0x01,0xff,0xb0,0x00,0x6f, +0xf5,0xbf,0xf1,0x00,0x2f,0xfa,0x00,0x09,0xff,0x20,0x02,0xff,0x90,0x22,0x00,0x20, +0x8f,0xf3,0x22,0x00,0x80,0x2f,0xf8,0x00,0x1f,0xfa,0x00,0x0f,0xfa,0x06,0x00,0x20, +0x2f,0xf8,0x12,0x00,0xf0,0x20,0x7f,0xf3,0x00,0xcf,0xf0,0x02,0xff,0x90,0x08,0xff, +0x30,0x1f,0xfa,0x00,0xaf,0xf1,0x00,0x00,0x1f,0xf0,0x00,0x10,0x0f,0xe0,0x10,0x8e, +0x8f,0xe9,0xf5,0xaf,0xff,0xff,0xf8,0x00,0xdf,0xfa,0x00,0x09,0xfb,0xdf,0x50,0x1e, +0xf2,0x4f,0xc0,0x01,0x50,0x35,0x06,0x70,0x16,0x50,0x00,0x00,0x00,0x04,0xff,0x8c, +0x01,0x23,0x4f,0xf0,0x0b,0x00,0x60,0x03,0x33,0x7f,0xf3,0x33,0x32,0x10,0x02,0x11, +0xfe,0x31,0x02,0x1c,0xe0,0x21,0x00,0x03,0x0b,0x00,0xf0,0x0b,0x00,0x9f,0xf3,0x9f, +0xf3,0x9f,0xf2,0x06,0xf1,0x0b,0xe0,0x5f,0x70,0x17,0x77,0x76,0x3f,0xff,0xfd,0x3f, +0xff,0xfd,0x00,0x00,0xaf,0xf3,0x02,0x00,0xf0,0x35,0x00,0x1f,0xf4,0x00,0x4f,0xf1, +0x00,0x7f,0xe0,0x00,0xaf,0xb0,0x00,0xdf,0x80,0x00,0xff,0x50,0x03,0xff,0x20,0x06, +0xff,0x00,0x09,0xfc,0x00,0x0c,0xf9,0x00,0x0f,0xf6,0x00,0x2f,0xf3,0x00,0x5f,0xf0, +0x00,0x8f,0xd0,0x00,0xbf,0xa0,0x00,0x00,0x19,0xef,0xe9,0x10,0x00,0x0d,0xff,0xff, +0xfd,0x10,0x07,0xff,0x83,0x7f,0xf8,0x00,0xcf,0xd0,0x00,0xcf,0xe0,0x0f,0xf5,0x00, +0xf0,0x04,0x12,0xff,0x90,0x00,0x7f,0xf3,0x2f,0xf8,0x00,0x07,0xff,0x42,0xff,0x80, +0x00,0x7f,0xf4,0x2f,0xf9,0x1a,0x01,0xf0,0x09,0xff,0xa0,0x00,0x9f,0xf1,0x0c,0xfe, +0x00,0x0d,0xfd,0x00,0x6f,0xf9,0x38,0xff,0x70,0x00,0xcf,0xff,0xff,0xc0,0x00,0x00, +0x8e,0x5c,0x02,0xff,0x0a,0x2c,0xff,0x60,0x00,0x07,0xff,0xff,0x60,0x00,0x9f,0xfb, +0xff,0x60,0x00,0xab,0x25,0xff,0x60,0x00,0x20,0x05,0xff,0x60,0x00,0x00,0x05,0x00, +0x0a,0x60,0x01,0x16,0xff,0x71,0x10,0xbf,0xe0,0x02,0x01,0x05,0x00,0x60,0x00,0x2a, +0xef,0xeb,0x40,0x00,0x01,0x01,0x60,0x50,0x0b,0xff,0x84,0x7f,0xfe,0xa1,0x01,0x71, +0xcf,0xf1,0x00,0x00,0x00,0x0c,0xff,0x07,0x01,0x10,0xb0,0x05,0x00,0xf0,0x04,0xf2, +0x00,0x00,0x06,0xff,0xf4,0x00,0x00,0x07,0xff,0xe3,0x00,0x00,0x08,0xff,0xc1,0x00, +0x00,0x05,0x86,0x00,0x70,0x01,0xef,0xf6,0x55,0x55,0x51,0x4f,0x3d,0x01,0x10,0x55, +0x05,0x00,0x80,0xf5,0x00,0x3a,0xef,0xda,0x30,0x00,0x5f,0x4d,0x00,0xa0,0x0e,0xff, +0x74,0x9f,0xfd,0x03,0xdd,0x70,0x00,0xdf,0x44,0x01,0xf0,0x03,0x0d,0xfe,0x00,0x00, +0x04,0x5a,0xff,0x50,0x00,0x00,0xff,0xfb,0x30,0x00,0x00,0x0f,0xff,0xfc,0x6f,0x03, +0xf0,0x06,0x4e,0xfe,0x10,0x01,0x00,0x00,0x7f,0xf5,0x7f,0xf7,0x00,0x08,0xff,0x52, +0xff,0xf7,0x57,0xff,0xf2,0x07,0xff,0xc0,0x01,0xa0,0x04,0xbe,0xfe,0xb5,0x00,0x00, +0x00,0x03,0xff,0xf3,0x3c,0x00,0x01,0x06,0x00,0xf0,0x0f,0x8f,0xef,0xf3,0x00,0x00, +0x02,0xff,0x8f,0xf3,0x00,0x00,0x0c,0xf7,0x6f,0xf3,0x00,0x00,0x7f,0xc0,0x7f,0xf3, +0x00,0x02,0xff,0x20,0x7f,0xf3,0x00,0x0b,0xf8,0x14,0x02,0x20,0x6f,0xd0,0x06,0x00, +0x10,0xbf,0x89,0x00,0x12,0xf0,0x06,0x00,0x80,0x11,0x11,0x11,0x7f,0xf4,0x10,0x00, +0x00,0x18,0x00,0x02,0x06,0x00,0x70,0x08,0xff,0xff,0xff,0xfc,0x00,0x9f,0x1f,0x04, +0x80,0x0a,0xff,0x11,0x11,0x11,0x00,0xbf,0xe0,0xeb,0x00,0xb1,0xfd,0x02,0x31,0x00, +0x00,0xdf,0xec,0xff,0xfb,0x10,0x0e,0x21,0x00,0x60,0xdd,0xd4,0x03,0xef,0xf4,0x00, +0xf5,0x00,0x10,0x70,0x06,0x02,0xf1,0x0d,0xf8,0x2b,0xc7,0x00,0x08,0xff,0x60,0xff, +0xf7,0x47,0xff,0xf1,0x05,0xff,0xff,0xff,0xf6,0x00,0x03,0xbe,0xfe,0xa3,0x00,0x00, +0x06,0xcf,0xeb,0x30,0x2b,0x04,0x60,0x40,0x05,0xff,0xb4,0x6f,0xfc,0x4d,0x00,0x50, +0x45,0x30,0x0f,0xf9,0x00,0xa9,0x00,0xf0,0x18,0x78,0xef,0xe8,0x00,0x3f,0xfe,0xff, +0xff,0xf9,0x04,0xff,0xf5,0x03,0xef,0xf1,0x3f,0xfb,0x00,0x08,0xff,0x51,0xff,0xa0, +0x00,0x6f,0xf6,0x0d,0xfe,0x00,0x09,0xff,0x40,0x7f,0xfa,0x36,0xff,0xe0,0x00,0xbf, +0x35,0x01,0x51,0x00,0x7d,0xff,0xb4,0x00,0x83,0x02,0x11,0x42,0x9e,0x04,0x50,0x05, +0x55,0x55,0x5a,0xff,0x32,0x04,0x01,0x7e,0x00,0x20,0xbf,0xd0,0x10,0x04,0x30,0xf4, +0x00,0x00,0x2c,0x03,0x30,0x00,0x00,0x07,0xbf,0x03,0x21,0x00,0xef,0x15,0x00,0x10, +0xf8,0x5b,0x04,0x20,0xff,0x30,0x10,0x00,0x00,0x65,0x01,0x20,0x0f,0xfc,0xe1,0x03, +0x00,0xb2,0x01,0xf0,0x12,0x00,0x4b,0xef,0xfc,0x60,0x00,0x7f,0xff,0xff,0xff,0x90, +0x0e,0xff,0x30,0x2e,0xff,0x10,0xff,0xc0,0x00,0xbf,0xf1,0x0a,0xff,0x30,0x2e,0xfc, +0x00,0x1a,0xff,0xff,0xfb,0x10,0x03,0x01,0xf0,0x04,0xb1,0x00,0xbf,0xf4,0x03,0xef, +0xd0,0x2f,0xf9,0x00,0x07,0xff,0x55,0xff,0x70,0x00,0x5f,0xf7,0x4f,0x0b,0x00,0x77, +0x60,0xff,0xf4,0x03,0xef,0xf2,0x06,0x88,0x01,0x40,0x3b,0xef,0xe9,0x10,0xd5,0x01, +0xf1,0x18,0xfe,0x10,0x0e,0xff,0x73,0x9f,0xf9,0x03,0xff,0xa0,0x00,0xcf,0xf0,0x4f, +0xf8,0x00,0x09,0xff,0x23,0xff,0xa0,0x00,0xaf,0xf4,0x0e,0xff,0x62,0x7f,0xff,0x50, +0x6f,0xff,0xff,0xdf,0xf5,0x00,0x5d,0xfe,0x86,0xa1,0x00,0x40,0x8f,0xf1,0x05,0x76, +0xb5,0x02,0xf0,0x01,0xcf,0xf6,0x3a,0xff,0x60,0x03,0xff,0xff,0xff,0xb0,0x00,0x03, +0xbe,0xfd,0x70,0x00,0xcd,0x05,0x26,0x1d,0xd9,0xd3,0x09,0x20,0x0c,0xc9,0x12,0x00, +0x5a,0x1f,0xfc,0x1f,0xfc,0x0d,0x16,0x00,0x91,0xfc,0x1f,0xfb,0x00,0xd9,0x02,0xf6, +0x0b,0xe1,0x11,0x00,0x00,0xc5,0x01,0xf1,0x0b,0x05,0xbd,0x00,0x00,0x02,0x9e,0xff, +0xe0,0x00,0x6c,0xff,0xfe,0x92,0x09,0xff,0xff,0xc5,0x00,0x02,0xff,0xe8,0x20,0x00, +0x00,0x2f,0xf7,0x2c,0x01,0xe0,0xff,0xa4,0x00,0x00,0x01,0x7d,0xff,0xfd,0x71,0x00, +0x00,0x04,0xaf,0xff,0x85,0x01,0x30,0x17,0xdf,0xe0,0x3c,0x00,0x11,0x38,0x5b,0x01, +0x10,0xd2,0x05,0x00,0x86,0xfd,0x03,0x33,0x33,0x33,0x33,0x30,0x00,0x01,0x00,0x00, +0x10,0x00,0x17,0x32,0x21,0x00,0x01,0x15,0x00,0x20,0x02,0xf9,0x23,0x00,0x74,0x2f, +0xff,0xd7,0x10,0x00,0x00,0x4a,0x59,0x00,0x20,0xfe,0x70,0x59,0x00,0x10,0xfe,0x1f, +0x00,0xe0,0xaf,0xe0,0x00,0x00,0x5c,0xff,0xfd,0x00,0x29,0xef,0xff,0xc6,0x01,0xcf, +0x85,0x00,0x71,0x2f,0xfb,0x50,0x00,0x00,0x01,0x71,0x3e,0x00,0x50,0x07,0xcf,0xfd, +0x92,0x00,0xa8,0x03,0xf0,0x02,0xff,0x30,0x08,0xff,0xd5,0x4a,0xff,0xc0,0x0e,0xfe, +0x10,0x00,0xdf,0xf0,0x04,0x43,0x00,0xd5,0x04,0x00,0x3b,0x03,0x10,0xa0,0x8d,0x02, +0x71,0xfc,0x10,0x00,0x00,0x09,0xff,0x90,0x60,0x02,0x00,0x37,0x00,0x26,0x7c,0xc0, +0x96,0x00,0x30,0x7b,0xb1,0x00,0xfa,0x01,0x16,0xf1,0x06,0x00,0x51,0x02,0x7c,0xef, +0xed,0x93,0x8d,0x04,0x30,0xfb,0x87,0x8a,0x41,0x00,0x20,0x1d,0xf8,0x6b,0x00,0xf0, +0x58,0xfb,0x00,0x00,0xcf,0x40,0x2a,0xee,0x91,0xf7,0x5f,0x70,0x07,0xf5,0x03,0xed, +0x67,0xeb,0xf3,0x0b,0xe0,0x0f,0xb0,0x0d,0xd0,0x00,0x4f,0xf0,0x05,0xf2,0x5f,0x40, +0x5f,0x50,0x00,0x0f,0xd0,0x03,0xf4,0xaf,0x00,0xaf,0x00,0x00,0x1f,0x90,0x02,0xf4, +0xcc,0x00,0xcd,0x00,0x00,0x5f,0x60,0x04,0xf3,0xdb,0x00,0xdc,0x00,0x00,0xaf,0x30, +0x09,0xe0,0xcc,0x00,0xbe,0x00,0x03,0xff,0x10,0x2f,0x80,0xaf,0x00,0x6f,0x92,0x5e, +0x9f,0x54,0xdd,0x00,0x5f,0x50,0x0a,0xff,0xf6,0x0e,0xff,0xb1,0x00,0x0e,0xd0,0x00, +0x23,0x10,0x00,0x32,0x00,0x00,0x04,0xfb,0x7f,0x01,0xb0,0x28,0x00,0x00,0x00,0x6f, +0xe8,0x42,0x23,0x7b,0xfe,0x20,0x03,0x01,0x41,0xff,0xff,0xfc,0x60,0xac,0x00,0x22, +0x24,0x43,0xb4,0x00,0x21,0x0a,0xff,0xa9,0x00,0x40,0x0f,0xff,0xf7,0x00,0x2a,0x00, +0x21,0xfa,0xfd,0xbd,0x00,0x30,0xb4,0xff,0x20,0x94,0x02,0x30,0x60,0xff,0x80,0xbb, +0x02,0x10,0x10,0x3a,0x01,0xa0,0x0d,0xfb,0x00,0x4f,0xf3,0x00,0x00,0x2f,0xf6,0x00, +0x2b,0x03,0x10,0x8f,0x80,0x05,0x60,0x00,0x00,0xef,0xff,0xff,0xff,0x3b,0x05,0x60, +0x93,0x33,0x34,0xff,0xa0,0x09,0x35,0x00,0x40,0xbf,0xf0,0x0e,0xfd,0x49,0x00,0x11, +0xf6,0xe7,0x02,0x20,0x1f,0xfb,0x56,0x07,0x31,0xd8,0x10,0x0a,0xb0,0x05,0xa0,0x10, +0xaf,0xf5,0x33,0x35,0xdf,0xf9,0x0a,0xff,0x30,0xa2,0x04,0xe0,0xaf,0xf3,0x00,0x00, +0x4f,0xf9,0x0a,0xff,0x52,0x22,0x4d,0xff,0x30,0xaf,0xc1,0x03,0x31,0x30,0x0a,0xff, +0x07,0x00,0x70,0xaf,0xf3,0x00,0x01,0x4e,0xff,0x1a,0x23,0x03,0x40,0x7f,0xf6,0xaf, +0xf3,0xbc,0x04,0x90,0x7a,0xff,0x53,0x33,0x37,0xff,0xf4,0xaf,0xff,0xfd,0x04,0x00, +0x27,0x00,0x01,0x6a,0x04,0x41,0x6b,0xef,0xec,0x71,0xda,0x07,0xb0,0xff,0xfe,0x30, +0x00,0xdf,0xfd,0x75,0x6b,0xff,0xf1,0x08,0x49,0x03,0x30,0x7f,0xf7,0x0d,0x8c,0x00, +0x32,0x06,0x20,0x0f,0x1a,0x02,0x21,0x2f,0xfb,0x07,0x00,0x31,0x1f,0xfc,0x00,0xec, +0x00,0x12,0xfe,0xae,0x02,0x00,0x60,0x00,0x30,0x0a,0x71,0x06,0x18,0x05,0xb0,0x7f, +0xfa,0x00,0xcf,0xfe,0x75,0x6b,0xff,0xf2,0x00,0x1c,0x4d,0x00,0x40,0x40,0x00,0x00, +0x5b,0x5b,0x00,0x72,0xaf,0xff,0xff,0xec,0x71,0x00,0x0a,0x25,0x05,0x60,0xaf,0xf7, +0x44,0x6c,0xff,0xf4,0xbd,0x00,0x50,0x07,0xff,0xe0,0xaf,0xf3,0x41,0x00,0x11,0x4a, +0xa3,0x00,0x30,0xf7,0xaf,0xf3,0x1f,0x02,0x30,0x9a,0xff,0x30,0xdd,0x03,0x03,0xb0, +0x00,0x00,0x0d,0x00,0x20,0xdf,0xf3,0x0d,0x00,0x72,0x8f,0xfd,0x0a,0xff,0x74,0x46, +0xbf,0xe4,0x00,0x91,0xfe,0x40,0x0a,0xff,0xff,0xfe,0xc8,0x10,0x00,0xca,0x00,0x13, +0xf2,0x06,0x00,0x61,0xf7,0x44,0x44,0x44,0x40,0xaf,0xee,0x04,0x03,0x06,0x00,0x51, +0xf6,0x44,0x44,0x44,0x20,0x1e,0x00,0x13,0x90,0x06,0x00,0x08,0x1e,0x00,0x02,0x06, +0x00,0x00,0x36,0x00,0x12,0x42,0x12,0x01,0x07,0x06,0x00,0x10,0x7a,0x05,0x00,0x11, +0xf7,0x1d,0x00,0x34,0x2a,0xff,0x30,0x2e,0x00,0x02,0x70,0x04,0x01,0x16,0x00,0x11, +0x1a,0xae,0x04,0x01,0x2c,0x00,0x1d,0x4a,0x21,0x00,0x06,0x0b,0x00,0x00,0x5e,0x01, +0x61,0xed,0x94,0x00,0x00,0x02,0xdf,0x70,0x06,0xf1,0x00,0x00,0xdf,0xfe,0x75,0x69, +0xff,0xf7,0x00,0x7f,0xfc,0x00,0x00,0x02,0xec,0x80,0x60,0x01,0x00,0x7c,0x08,0x14, +0xd0,0x61,0x01,0x00,0xd2,0x00,0x30,0x51,0xff,0xc0,0x2e,0x01,0x10,0xf5,0x62,0x01, +0x60,0x12,0x26,0xff,0x50,0xcf,0xf3,0xf0,0x04,0x40,0xf5,0x07,0xff,0xd1,0x35,0x03, +0xa0,0x50,0x0d,0xff,0xe8,0x55,0x8e,0xff,0xf3,0x00,0x2c,0x7c,0x00,0x10,0xd3,0x1b, +0x04,0x42,0xff,0xd9,0x40,0x00,0x4b,0x01,0x01,0xee,0x01,0x2f,0xcf,0xf1,0x0d,0x00, +0x02,0x51,0x87,0x77,0x77,0xef,0xf1,0xb1,0x00,0x21,0xff,0x1a,0x06,0x00,0x0e,0x27, +0x00,0x0f,0x0d,0x00,0x05,0x0f,0x02,0x00,0x07,0x53,0x00,0x00,0xdf,0xff,0xfc,0x05, +0x00,0x34,0x45,0x6f,0xfc,0x1f,0x02,0x0f,0x05,0x00,0x03,0xf1,0x01,0x02,0x41,0x00, +0x2f,0xfb,0x9f,0xf7,0x00,0x4f,0xfa,0x4f,0xff,0x76,0xdf,0xf5,0x0a,0x1a,0x05,0x31, +0x6c,0xef,0xd7,0xbd,0x00,0x20,0x2e,0xff,0xbc,0x01,0x30,0x02,0xef,0xf5,0x0e,0x00, +0x90,0x2e,0xff,0x50,0x00,0xaf,0xf3,0x01,0xef,0xf5,0x4d,0x01,0x10,0x1d,0x3b,0x07, +0x51,0xaf,0xf5,0xdf,0xf5,0x00,0x1f,0x01,0x02,0x07,0x00,0x10,0xdf,0x3b,0x01,0x51, +0xaf,0xfa,0x05,0xff,0xd1,0x70,0x01,0x21,0x9f,0xfb,0x07,0x00,0x41,0x0c,0xff,0x80, +0x00,0x46,0x00,0x21,0xf4,0x00,0x19,0x03,0x22,0xff,0x20,0x49,0x02,0x1e,0xd0,0x9e, +0x01,0x0f,0x0b,0x00,0x19,0x14,0x74,0x23,0x02,0x13,0x9a,0x22,0x02,0x10,0x50,0x83, +0x00,0x30,0x5a,0xff,0xfa,0xf3,0x03,0xf0,0x2c,0xf5,0xaf,0xff,0xf0,0x00,0x04,0xff, +0xff,0x5a,0xfd,0xef,0x40,0x00,0x9f,0xcf,0xf5,0xaf,0xda,0xf9,0x00,0x0e,0xf8,0xff, +0x5a,0xfe,0x5f,0xe0,0x03,0xff,0x4f,0xf5,0xaf,0xe1,0xff,0x30,0x8f,0xb3,0xff,0x5a, +0xfe,0x0c,0xf8,0x0d,0xf6,0x3f,0xf5,0xaf,0xe0,0x7f,0xd2,0xff,0x13,0xff,0x5a,0xfe, +0x01,0xff,0x7f,0xc0,0x0f,0x00,0xb0,0x0c,0xff,0xf7,0x03,0xff,0x5a,0xfe,0x00,0x7f, +0xff,0x20,0x0f,0x00,0x31,0x02,0xff,0xd0,0x0f,0x00,0x70,0x0d,0xf8,0x00,0x3f,0xf5, +0xaf,0xfd,0x39,0x04,0x10,0x1a,0x56,0x04,0x50,0x7f,0xf1,0xaf,0xff,0xf1,0x0d,0x00, +0x30,0xfe,0xff,0x90,0x0d,0x00,0x30,0xd9,0xff,0x20,0x0d,0x00,0x20,0x1e,0xfb,0x0d, +0x00,0x30,0xe0,0x7f,0xf4,0x0d,0x00,0x30,0x00,0xdf,0xd0,0x0d,0x00,0x30,0x05,0xff, +0x67,0x0d,0x00,0x20,0x0c,0xfe,0x0d,0x00,0x60,0x00,0x3f,0xfd,0xff,0x1a,0xfe,0xaf, +0x00,0x00,0x0d,0x00,0x21,0x02,0xff,0x0d,0x00,0x10,0x08,0xaf,0x04,0x81,0x5b,0xdf, +0xed,0x82,0x00,0x00,0x01,0xcf,0xd4,0x07,0x00,0x99,0x02,0x31,0x6a,0xff,0xf5,0x99, +0x02,0x40,0x05,0xff,0xf0,0x0d,0xfe,0x00,0x31,0x0b,0xff,0x50,0x99,0x02,0x41,0x6f, +0xf9,0x2f,0xfb,0x91,0x08,0x30,0xa1,0xff,0xc0,0xb2,0x05,0x31,0xfa,0x0f,0xfe,0x1f, +0x08,0x30,0x80,0xcf,0xf4,0xe6,0x04,0x20,0xf4,0x06,0x84,0x01,0xc3,0x5f,0xfd,0x00, +0x0c,0xff,0xe8,0x56,0xaf,0xff,0x30,0x00,0x1b,0xfd,0x03,0x40,0x05,0xbd,0xfe,0xc7, +0xa3,0x03,0x00,0x66,0x04,0x03,0x7f,0x03,0x60,0xf7,0x44,0x58,0xff,0xf4,0xaf,0xc1, +0x08,0x11,0xf8,0xa0,0x01,0x11,0xfa,0xdb,0x03,0x53,0xf8,0xaf,0xf6,0x44,0x48,0xc7, +0x03,0x10,0x70,0x30,0x00,0x1a,0xb4,0xa3,0x03,0x0d,0x06,0x00,0x0c,0xbd,0x00,0x12, +0xcf,0xbd,0x00,0x84,0x6f,0xfd,0x10,0x00,0x06,0xff,0xe0,0x0c,0xbd,0x00,0x10,0xe0, +0xbd,0x00,0x31,0xf8,0x1f,0xfc,0xcc,0x09,0x11,0xa2,0xbd,0x00,0x41,0x3f,0xfa,0x0f, +0xfd,0x87,0x06,0x40,0x90,0xdf,0xf2,0x00,0x56,0x02,0x01,0xea,0x04,0xc0,0x3f,0xff, +0x10,0x0e,0xff,0xb4,0x11,0x6e,0xff,0x60,0x00,0x3e,0x85,0x00,0x90,0x80,0x00,0x00, +0x18,0xef,0xff,0xfb,0x40,0x00,0x32,0x00,0x12,0xfd,0x72,0x00,0x41,0xcf,0xfb,0x43, +0x10,0x06,0x01,0x01,0x81,0x02,0x00,0xd1,0x07,0x10,0x40,0xb1,0x00,0x45,0xea,0x30, +0x00,0xaf,0xda,0x04,0x33,0x45,0xaf,0xfe,0x89,0x03,0x00,0x88,0x04,0x00,0xea,0x08, +0x02,0x0e,0x00,0x10,0x20,0x1c,0x00,0x22,0xbf,0xfc,0x2a,0x00,0x11,0xd1,0x07,0x00, +0x11,0xf9,0xcc,0x00,0x30,0x2f,0xfe,0x10,0x07,0x00,0x31,0x07,0xff,0xb0,0x38,0x00, +0x11,0xcf,0xfd,0x02,0x00,0x16,0x00,0x02,0xb7,0x02,0xa0,0xb0,0x00,0x07,0xce,0xff, +0xda,0x30,0x00,0x1d,0xff,0x68,0x09,0x61,0x08,0xff,0xa3,0x12,0x9f,0xfe,0xa1,0x0a, +0x60,0x9a,0x81,0x0b,0xff,0x50,0x00,0x17,0x04,0x50,0xff,0xb7,0x30,0x00,0x00,0xee, +0x08,0x71,0xfc,0x50,0x00,0x00,0x16,0xbe,0xff,0x60,0x07,0x60,0x02,0x7f,0xff,0x40, +0x01,0x10,0xfd,0x00,0x21,0x3e,0xfb,0xc9,0x09,0x81,0xef,0xfb,0x53,0x47,0xff,0xf3, +0x03,0xef,0xd9,0x08,0x71,0x01,0x8c,0xef,0xfd,0xa4,0x00,0xcf,0x04,0x04,0x02,0x06, +0x00,0x63,0x34,0x44,0x8f,0xfa,0x44,0x44,0x55,0x09,0x0f,0x06,0x00,0x28,0x20,0xcf, +0xf1,0x2e,0x03,0x30,0x3c,0xff,0x10,0xdd,0x00,0x0f,0x0d,0x00,0x18,0x31,0x0b,0xff, +0x3b,0xea,0x05,0x30,0xf1,0x8f,0xfa,0x4a,0x02,0x81,0x02,0xff,0xfb,0x65,0x9f,0xff, +0x60,0x05,0x34,0x02,0x91,0x00,0x02,0x9d,0xff,0xda,0x40,0x00,0xaf,0xf4,0xea,0x09, +0x20,0x5f,0xf9,0xcc,0x01,0x31,0xa0,0x0e,0xfe,0x5e,0x01,0x30,0x09,0xff,0x30,0x5e, +0x0b,0x50,0x03,0xff,0x80,0x00,0x3f,0x5d,0x05,0x30,0xd0,0x00,0x8f,0x50,0x02,0x10, +0xf3,0x0a,0x00,0x31,0x00,0x2f,0xf8,0x44,0x0a,0x31,0x0c,0xfd,0x07,0xc6,0x06,0x22, +0xff,0x1b,0x22,0x0a,0x21,0x6f,0xf6,0x9c,0x07,0x22,0xef,0xf1,0x3f,0x01,0x20,0xa0, +0x00,0x5d,0x0a,0x00,0x4d,0x01,0x10,0xdf,0xc6,0x03,0x00,0x56,0x0b,0xf0,0x00,0xb9, +0xff,0x40,0x00,0x7f,0xff,0x60,0x00,0x6f,0xf7,0x5f,0xf7,0x00,0x0b,0xff,0xa1,0x0c, +0x10,0x31,0xba,0x0d,0xf0,0x3a,0xcf,0xe0,0x00,0xcf,0xf0,0x0d,0xfe,0x00,0x2f,0xf6, +0xff,0x20,0x0f,0xfb,0x00,0x9f,0xf2,0x06,0xfe,0x1f,0xf5,0x03,0xff,0x70,0x05,0xff, +0x60,0x9f,0xb0,0xdf,0x90,0x7f,0xf3,0x00,0x1f,0xf9,0x0d,0xf7,0x09,0xfd,0x0a,0xff, +0x00,0x00,0xdf,0xd1,0xff,0x30,0x6f,0xf1,0xdf,0xb0,0x00,0x09,0xff,0x5f,0xf0,0x02, +0xff,0x5f,0xf7,0x00,0x00,0x5f,0xfb,0xfc,0x00,0x0e,0xfb,0xff,0x20,0x00,0x01,0x61, +0x02,0x30,0xbf,0xff,0xe0,0xde,0x0b,0x50,0xf5,0x00,0x07,0xff,0xfa,0xda,0x08,0x81, +0xff,0x10,0x00,0x3f,0xff,0x60,0x00,0x2f,0xd9,0x00,0x20,0x70,0x07,0xd2,0x00,0x70, +0xfc,0x00,0x00,0xcf,0xf2,0x00,0xcf,0x11,0x02,0x22,0xfc,0x06,0x44,0x08,0x21,0x8f, +0xfe,0x8b,0x02,0x21,0xff,0xf4,0x9a,0x02,0x00,0xee,0x0a,0x00,0x3b,0x00,0x11,0xf2, +0xe1,0x02,0x21,0xcf,0xfb,0x6c,0x0c,0x10,0x1a,0xcc,0x00,0xd0,0x9f,0xf6,0x01,0xef, +0xe1,0x00,0x03,0xff,0xc0,0x00,0x6f,0xf9,0x00,0x66,0x06,0x50,0x0c,0xff,0x30,0x8f, +0xf8,0x2a,0x0a,0x31,0xd0,0x5f,0xfa,0xda,0x0c,0x30,0x0c,0xff,0x30,0x19,0x00,0x10, +0x02,0x7d,0x0e,0xd0,0xf8,0x00,0x00,0x9f,0xf4,0x00,0xef,0xe0,0x00,0x00,0x1e,0xfd, +0x08,0x3f,0x00,0x42,0x06,0xff,0x8f,0xfb,0x69,0x00,0x12,0xf2,0x69,0x00,0x12,0x80, +0xeb,0x07,0x12,0x20,0x07,0x00,0x1f,0x10,0x07,0x00,0x0b,0x01,0xea,0x07,0x12,0xf3, +0x06,0x00,0x41,0x03,0x55,0x55,0x57,0x45,0x04,0x02,0xeb,0x06,0x21,0xaf,0xf5,0xc6, +0x0b,0x10,0x90,0x55,0x00,0x01,0x8f,0x01,0x21,0xef,0xe1,0x36,0x00,0x01,0x36,0x0b, +0x11,0xf7,0x99,0x03,0x11,0xb0,0x7e,0x0a,0x50,0x65,0x55,0x55,0x53,0x6f,0x42,0x00, +0x12,0xfa,0x06,0x00,0x9f,0xef,0xff,0xf6,0xef,0xfe,0xe6,0xef,0xb0,0x00,0x03,0x00, +0x17,0x00,0x30,0x00,0x70,0xff,0xf6,0xbf,0xa0,0x00,0x8f,0xd0,0x85,0x0e,0x20,0x2f, +0xf3,0x91,0x0e,0x20,0x0c,0xf9,0x9d,0x0e,0xc0,0x06,0xff,0x00,0x03,0xff,0x20,0x00, +0xff,0x50,0x00,0xdf,0x80,0xbb,0x0e,0x20,0x7f,0xe0,0xc7,0x0e,0xaf,0x1f,0xf4,0xcf, +0xff,0xf8,0xae,0xef,0xf8,0x00,0x0f,0x03,0x00,0x17,0x00,0x30,0x00,0x80,0xcf,0xff, +0xf8,0x00,0x00,0xef,0xf9,0x00,0x4c,0x10,0x00,0x00,0x01,0xf0,0x0a,0x0c,0xf6,0xbf, +0x70,0x00,0x00,0x3f,0xe0,0x4f,0xe0,0x00,0x00,0xaf,0x80,0x0e,0xf5,0x00,0x01,0xff, +0x20,0x07,0xfb,0x00,0x08,0xfb,0x09,0x00,0xe0,0x0e,0xf4,0x00,0x00,0xaf,0x90,0x5f, +0xd0,0x00,0x00,0x3f,0xf1,0x2c,0xcc,0x01,0x00,0xf0,0x06,0x30,0x3e,0xf9,0x00,0x02, +0xdf,0x80,0x00,0x0a,0xf6,0x00,0x2a,0xdf,0xea,0x20,0x00,0x03,0xff,0xfd,0xff,0xf2, +0x80,0x06,0x51,0x4f,0xf9,0x00,0x03,0x43,0xd9,0x0c,0x61,0x26,0x88,0x8f,0xfc,0x00, +0x07,0x9e,0x0d,0x50,0x2f,0xfd,0x20,0x0f,0xfc,0xb3,0x01,0xf0,0x07,0x2f,0xfc,0x00, +0x4f,0xfa,0x00,0xbf,0xfe,0x00,0x0e,0xff,0xdf,0xd8,0xff,0xd3,0x03,0xbf,0xe9,0x11, +0xcf,0xd2,0x9f,0xb0,0x01,0x11,0x09,0x6b,0x01,0x09,0x0b,0x00,0xf0,0x00,0x7d,0xfd, +0x60,0x09,0xff,0x9f,0xff,0xff,0x60,0x9f,0xfe,0x30,0x5f,0xfe,0x09,0x4b,0x0f,0x20, +0xf3,0x9f,0x12,0x0e,0x63,0x59,0xff,0x20,0x00,0x7f,0xf6,0x0b,0x00,0xf0,0x0b,0x60, +0x00,0xcf,0xf2,0x9f,0xfe,0x20,0x6f,0xfd,0x09,0xff,0xaf,0xff,0xff,0x50,0xaf,0xf1, +0x8e,0xfd,0x50,0x00,0x00,0x08,0xdf,0xeb,0x40,0xb7,0x0f,0xd3,0xff,0x60,0x09,0xff, +0x80,0x1c,0xff,0x10,0xff,0xe0,0x00,0x3a,0xa3,0x12,0x06,0x15,0xa0,0x17,0x0a,0x51, +0xff,0xe0,0x00,0x4d,0xd5,0x21,0x00,0x20,0x20,0x1d,0xc7,0x05,0x20,0x00,0x18,0x37, +0x00,0x14,0x00,0xaf,0x0d,0x28,0x0e,0xfd,0x0b,0x00,0xb0,0x3b,0xfe,0xa1,0xef,0xd0, +0x2f,0xff,0xff,0xce,0xfd,0x0a,0x32,0x00,0x60,0xd0,0xff,0xf0,0x00,0x3f,0xfd,0xa8, +0x05,0x62,0xff,0xd2,0xff,0xb0,0x00,0x0e,0x0b,0x00,0x02,0x16,0x00,0x02,0x21,0x00, +0x10,0x3f,0x2c,0x00,0x60,0x00,0x4c,0xfe,0x91,0xdf,0xe0,0x59,0x00,0xc0,0x20,0x00, +0x1d,0xff,0xde,0xff,0x30,0x09,0xff,0x40,0x0c,0xfc,0x5b,0x11,0x90,0x5f,0xf2,0x2f, +0xfe,0xbb,0xbc,0xff,0x53,0xff,0x0f,0x06,0x05,0x90,0x00,0x01,0x4a,0x03,0x50,0x0a, +0xfe,0x10,0x1d,0xff,0x28,0x10,0x11,0x19,0x90,0x00,0x60,0x2b,0xff,0x90,0x0d,0xff, +0xea,0x34,0x00,0x20,0x1f,0xfa,0x88,0x05,0x70,0xb9,0xef,0xff,0xea,0x01,0xff,0xa0, +0x0e,0x00,0x0f,0x07,0x00,0x06,0x50,0x00,0x3c,0xfe,0xa1,0xcf,0xaf,0x00,0x5f,0xcd, +0xfd,0x0a,0xff,0x90,0xaf,0x00,0x0b,0x38,0x0b,0xff,0x90,0xaf,0x00,0x20,0xef,0xc0, +0x2a,0x0b,0xf2,0x02,0xfb,0x07,0xef,0x50,0x08,0xff,0x60,0x2e,0xff,0xef,0xff,0xc0, +0x00,0x29,0xdf,0xfd,0x70,0x9d,0x01,0x0d,0x05,0x00,0xf0,0x04,0x6d,0xfd,0x60,0x9f, +0xf7,0xff,0xff,0xf4,0x9f,0xfe,0x62,0x9f,0xfb,0x9f,0xf8,0x00,0x0e,0xfe,0x9f,0xd3, +0x08,0x2f,0x9f,0xf2,0x05,0x00,0x0b,0x20,0x9f,0xf2,0xec,0x05,0x00,0x08,0x00,0x0e, +0x02,0x00,0x12,0x00,0x03,0x00,0x00,0x21,0x00,0x01,0x67,0x00,0x0f,0x03,0x00,0x0d, +0x9f,0x01,0xcf,0xf1,0x5f,0xff,0xd0,0x4f,0xfc,0x20,0x4a,0x02,0x05,0xf1,0x0b,0x00, +0x8f,0xf6,0x09,0xff,0x20,0x5f,0xf9,0x00,0x9f,0xf2,0x3f,0xfb,0x00,0x09,0xff,0x3e, +0xfc,0x00,0x00,0x9f,0xfe,0xff,0x50,0x00,0x09,0x41,0x0e,0x40,0x9f,0xfa,0x7f,0xf7, +0x2c,0x00,0x61,0xdf,0xf1,0x00,0x9f,0xf2,0x04,0xce,0x0c,0x8e,0x0b,0xff,0x30,0x9f, +0xf2,0x00,0x2f,0xfd,0xa2,0x00,0x09,0x02,0x00,0xff,0x1e,0xaf,0xf0,0x8e,0xfb,0x20, +0x7e,0xfc,0x30,0xaf,0xf8,0xff,0xff,0xd7,0xff,0xff,0xe0,0x9f,0xfd,0x11,0xdf,0xfe, +0x20,0xbf,0xf5,0x9f,0xf6,0x00,0x8f,0xf8,0x00,0x5f,0xf7,0x9f,0xf3,0x00,0x6f,0xf6, +0x00,0x3f,0xf8,0x9f,0xf2,0x00,0x6f,0xf5,0x08,0x00,0x18,0x50,0xaf,0xf0,0x6d,0xfd, +0x60,0x55,0x00,0x10,0xf4,0xdb,0x02,0x00,0x7f,0x0a,0x0f,0x57,0x01,0x12,0x00,0xca, +0x0e,0x11,0x91,0xca,0x0e,0xf0,0x07,0xfe,0x20,0x08,0xff,0xa1,0x06,0xff,0xc0,0x0e, +0xff,0x00,0x00,0xbf,0xf2,0x2f,0xfc,0x00,0x00,0x8f,0xf5,0x3f,0xfa,0x55,0x0d,0x02, +0x0c,0x00,0x20,0x0e,0xff,0xa8,0x05,0x40,0x08,0xff,0xa0,0x07,0x3e,0x12,0x00,0xdf, +0x12,0x00,0x3c,0x00,0x50,0x81,0x00,0xaf,0xf1,0x8e,0x76,0x03,0xeb,0xce,0xcf,0xff, +0x60,0x9f,0xfd,0x10,0x3f,0xfe,0x09,0xff,0x60,0x00,0xbf,0x76,0x03,0x51,0x09,0xff, +0x59,0xff,0x70,0x76,0x03,0x10,0x30,0x76,0x03,0x9e,0xbf,0xff,0xff,0x50,0x9f,0xf2, +0x8e,0xfd,0x50,0x79,0x01,0x01,0x89,0x05,0x00,0x39,0x03,0x14,0xdf,0x39,0x03,0x1f, +0x90,0x39,0x03,0x1a,0x0e,0x86,0x03,0x05,0x0b,0x00,0xc0,0x0a,0xff,0x1c,0xf7,0xaf, +0xf9,0xff,0x79,0xff,0xe6,0x22,0x9f,0xd9,0x10,0x10,0x30,0x6e,0x00,0x00,0x77,0x00, +0x0a,0x07,0x00,0x01,0xeb,0x14,0xf0,0x00,0x00,0x5f,0xff,0xef,0xff,0x60,0x0c,0xfc, +0x00,0x0b,0xfd,0x00,0xdf,0xd1,0x00,0xa5,0x08,0x20,0xfd,0x95,0xa5,0x00,0x01,0xf2, +0x09,0xa0,0x58,0xcf,0xff,0x10,0x02,0x00,0x00,0x6f,0xf4,0x1f,0xcb,0x13,0xfb,0x16, +0x20,0x9f,0xff,0xef,0xff,0xa0,0x00,0x6c,0xef,0xec,0x50,0x00,0x00,0x48,0x20,0x00, +0x0c,0xf4,0x00,0x01,0xff,0x40,0x0c,0xff,0xff,0xf4,0xae,0xff,0xee,0x40,0x6f,0xf4, +0x00,0x06,0xff,0x40,0x00,0x07,0x00,0x10,0xf8,0x61,0x09,0x9f,0x60,0x07,0xef,0xd4, +0xcf,0xf0,0x00,0x0e,0xfd,0x05,0x00,0x09,0xf0,0x09,0x0f,0xfd,0xbf,0xf3,0x00,0x4f, +0xfd,0x8f,0xfc,0x24,0xef,0xfd,0x2f,0xff,0xff,0x9c,0xfd,0x04,0xcf,0xe8,0x0c,0xfe, +0xcf,0xf2,0x01,0x01,0x91,0x6f,0xf6,0x00,0x04,0xff,0x70,0x1f,0xfb,0x00,0x7f,0x02, +0x20,0x00,0x0e,0xf2,0x05,0xf0,0x00,0x50,0x3f,0xf7,0x00,0x00,0xff,0xa0,0x8f,0xf1, +0x00,0x00,0xbf,0xe0,0xdf,0xb0,0x52,0x0d,0x00,0x16,0x14,0x31,0x0f,0xfd,0xff,0x03, +0x01,0x10,0xfa,0x7d,0x06,0x00,0xdb,0x09,0x10,0x0e,0x31,0x07,0xf0,0x2f,0x50,0x00, +0xff,0x70,0xbf,0xd0,0x01,0xff,0xf9,0x00,0x4f,0xf3,0x07,0xff,0x00,0x5f,0xcf,0xd0, +0x07,0xff,0x00,0x3f,0xf3,0x09,0xf7,0xef,0x10,0xbf,0xb0,0x00,0xef,0x70,0xdf,0x3b, +0xf5,0x0e,0xf7,0x00,0x0b,0xfa,0x1f,0xf0,0x7f,0x91,0xff,0x30,0x00,0x7f,0xd5,0xfb, +0x03,0xfd,0x5f,0xf0,0x00,0x03,0xff,0xaf,0x70,0x0f,0xfa,0xfb,0x16,0x0c,0x30,0xf3, +0x00,0xbf,0x7e,0x08,0x40,0xbf,0xff,0x00,0x07,0xc3,0x13,0x00,0x1c,0x02,0x60,0x3f, +0xff,0x00,0x00,0x5f,0xf9,0x4d,0x13,0x30,0xaf,0xf3,0x02,0x51,0x08,0x30,0xd0,0xcf, +0xe1,0xb8,0x07,0x10,0xf5,0x40,0x01,0x11,0xf9,0x68,0x07,0x10,0x40,0x0d,0x07,0x01, +0xf5,0x0b,0xf0,0x01,0x7f,0xf9,0x00,0x02,0xff,0xa0,0x9f,0xf4,0x00,0xdf,0xe1,0x00, +0xef,0xe1,0x8f,0xf6,0x3a,0x11,0x20,0xaf,0xf3,0xdd,0x00,0xf0,0x01,0x4f,0xf8,0x00, +0x05,0xff,0x70,0x0d,0xfe,0x00,0x0a,0xff,0x10,0x07,0xff,0x30,0x0e,0x57,0x06,0x20, +0x80,0x3f,0x2a,0x0d,0xa0,0xd0,0x8f,0xf0,0x00,0x00,0x4f,0xf2,0xdf,0x90,0x00,0x81, +0x0c,0x10,0x40,0x9d,0x01,0x11,0xfe,0xf4,0x08,0x11,0xf8,0xcd,0x07,0x11,0xf2,0x0c, +0x00,0x00,0xbb,0x14,0x10,0x2b,0x1d,0x00,0x11,0x0f,0xf4,0x00,0x30,0x0e,0xfe,0x90, +0x82,0x07,0x00,0x15,0x14,0x01,0x05,0x00,0x01,0x35,0x05,0x43,0x00,0x00,0x4f,0xfb, +0x9d,0x07,0x01,0x68,0x0a,0x21,0x6f,0xf9,0x3b,0x08,0x21,0x00,0x00,0x18,0x0c,0x10, +0x3f,0xfa,0x0e,0x01,0x05,0x00,0x81,0x00,0x05,0xdf,0xf5,0x00,0x2f,0xff,0xf5,0x43, +0x08,0x26,0x7f,0xf2,0x04,0x00,0xf0,0x01,0x8f,0xf1,0x00,0x03,0xef,0xe0,0x00,0xaf, +0xfd,0x30,0x00,0xaf,0xfc,0x20,0x00,0x04,0x3c,0x00,0x2a,0x9f,0xf1,0x24,0x00,0x21, +0x6f,0xf2,0x0f,0x01,0xaf,0x00,0x1f,0xff,0xf5,0x00,0x04,0xdf,0xf5,0x7f,0xf1,0x02, +0x00,0x11,0x70,0x9f,0xfc,0x30,0x00,0x8f,0xff,0xe0,0x8a,0x03,0x20,0x00,0x00,0x0a, +0x15,0x14,0x5f,0x04,0x00,0x10,0xf4,0x27,0x09,0xf7,0x01,0x20,0x00,0x06,0xef,0xf7, +0x00,0x04,0xef,0xf7,0x00,0x1f,0xfd,0x30,0x00,0x4f,0xf5,0x20,0x00,0x11,0xf3,0x30, +0x00,0x00,0xa3,0x0a,0x72,0x8f,0xff,0xd0,0x00,0x9f,0xfb,0x20,0xd7,0x0b,0x70,0x01, +0xaf,0xff,0xb7,0x31,0x39,0x3f,0x3a,0x06,0x70,0xe2,0x61,0x02,0x6b,0xef,0xd7,0x00, +0x59,0x19,0xf0,0x25,0xbf,0xfb,0x10,0x0a,0xf7,0x7f,0xb0,0x0f,0x80,0x08,0xf1,0x1f, +0x70,0x07,0xf1,0x0c,0xe4,0x4e,0xc0,0x02,0xdf,0xfd,0x20,0x00,0x04,0x40,0x00,0x06, +0xff,0xc0,0x00,0x01,0xff,0x90,0x00,0xaf,0xf8,0x00,0x02,0xff,0x80,0x00,0x0d,0xff, +0x40,0x04,0xff,0x60,0x00,0x03,0xff,0xe1,0x67,0x0a,0xb0,0x3e,0xff,0xfb,0x0d,0xfd, +0x00,0x00,0xcf,0xeb,0xff,0xdf,0x4a,0x0a,0x30,0x60,0xdf,0xff,0x31,0x00,0x60,0x20, +0x3f,0xfe,0x10,0x00,0x0a,0x0a,0x02,0x80,0xa0,0x00,0x0d,0xfc,0x00,0x00,0xbf,0xf6, +0xd3,0x17,0x70,0x00,0x1e,0xff,0x30,0x4f,0xf7,0x00,0x1d,0x01,0x50,0x0b,0xff,0xff, +0xec,0x60,0x2d,0x02,0x00,0x11,0x0f,0x42,0x04,0x66,0x66,0x8f,0xdd,0x0b,0x22,0x3f, +0xfa,0x41,0x07,0x01,0x1d,0x13,0x12,0x0d,0x77,0x11,0x1a,0xdf,0x0d,0x00,0x81,0x01, +0x55,0x55,0x55,0x5e,0xfd,0x50,0x3f,0xc7,0x0b,0x12,0x13,0xd7,0x0f,0x40,0x07,0xff, +0xd6,0x00,0x2e,0x08,0x41,0x40,0x00,0x02,0x68,0x4f,0x09,0x20,0x9f,0xf1,0xb7,0x0d, +0x20,0xf4,0x00,0x14,0x0b,0x00,0x03,0x07,0x50,0xfc,0x00,0x01,0xef,0xfe,0x8f,0x00, +0xf1,0x04,0x45,0xff,0x30,0x0c,0xfd,0x02,0xff,0x70,0x0f,0xfa,0x00,0xef,0xb0,0x4f, +0xf6,0x00,0xaf,0xe0,0x9f,0x42,0x00,0x02,0x06,0x00,0x50,0x36,0x66,0x66,0x6f,0xfb, +0xe8,0x12,0x01,0xd6,0x15,0x0f,0x06,0x00,0x1a,0x00,0xda,0x12,0x30,0xec,0x80,0x08, +0x47,0x00,0x71,0xd0,0x36,0x66,0x66,0x8e,0xff,0x70,0x01,0x10,0xff,0x02,0x15,0x51, +0x00,0x00,0xcf,0xd5,0xff,0x50,0x00,0x0b,0xfe,0x5f,0xf5,0x00,0x00,0xbf,0xe5,0x0b, +0x00,0x08,0x2f,0x4f,0xf5,0x02,0x00,0x03,0x10,0x21,0x2b,0x0a,0xf1,0x04,0xc6,0x10, +0x00,0x8f,0xff,0xfc,0x60,0x17,0xcf,0xff,0xf0,0x00,0x0a,0xff,0xf0,0x00,0x8f,0xf4, +0x20,0x1a,0x01,0x2f,0xef,0xb0,0x04,0x00,0x02,0x71,0x4f,0xff,0xff,0xfe,0xa3,0x00, +0x4f,0x67,0x13,0x71,0x4f,0xf9,0x66,0x7b,0xff,0xe0,0x4f,0x5a,0x10,0x01,0x21,0x02, +0x10,0xf5,0x06,0x00,0x2f,0x4f,0xf6,0x06,0x00,0x11,0xf0,0x05,0x6f,0xf3,0x05,0xef, +0xea,0x10,0x6f,0xf3,0x07,0xff,0xff,0xd0,0x6f,0xf3,0x04,0x54,0xcf,0xf4,0x6f,0xf3, +0xc3,0x14,0x00,0x06,0x00,0x20,0x1f,0xfa,0x06,0x00,0x21,0x0f,0xfa,0x0c,0x00,0x10, +0xf9,0x8f,0x02,0x40,0x4f,0xf7,0x3f,0xf9,0x20,0x0f,0x72,0x0e,0xff,0xa6,0x7c,0xff, +0xd0,0x05,0x60,0x13,0x58,0x3a,0xef,0xfd,0x91,0x00,0xd0,0x00,0x82,0x27,0x72,0xaf, +0xff,0xfe,0xc8,0x00,0xaf,0x2b,0x01,0x34,0x68,0xef,0xf7,0x30,0x11,0x10,0x0c,0xa2, +0x05,0x2f,0x0b,0xfe,0x05,0x00,0x1f,0x41,0x3f,0xff,0xfe,0xa4,0xa5,0x03,0x61,0x80, +0x16,0x66,0x7a,0xff,0xf4,0x91,0x14,0x04,0xf2,0x05,0x24,0x0b,0xff,0x05,0x00,0x02, +0x61,0x14,0x70,0xfa,0x15,0x55,0x7a,0xff,0xf3,0x3f,0xb2,0x09,0x10,0x3f,0x24,0x01, +0x33,0x02,0x20,0x00,0x2f,0x19,0x00,0xbf,0x1a,0x0b,0x0b,0x00,0x00,0x84,0x14,0x10, +0x5f,0x86,0x0a,0x41,0x01,0x66,0x66,0x68,0x24,0x18,0x11,0x05,0xd9,0x01,0x24,0x3f, +0xf6,0x9c,0x17,0x30,0x01,0xef,0xe0,0x96,0x0f,0x00,0xd6,0x02,0x70,0xef,0xfb,0x00, +0x00,0x6c,0xff,0xfc,0xe0,0x03,0x10,0xf9,0x78,0x04,0x10,0xb3,0x95,0x16,0x00,0x5e, +0x00,0x00,0x8d,0x01,0x12,0xc7,0x8d,0x01,0x61,0xc0,0x4f,0xf9,0x66,0x68,0xff,0x81, +0x01,0x40,0x3f,0xfa,0x4f,0xf5,0xc6,0x17,0x00,0x06,0x00,0x1f,0x0d,0x06,0x00,0x01, +0x51,0xf9,0x55,0x55,0x5e,0xfc,0x36,0x00,0x03,0x06,0x00,0x90,0x3f,0xfa,0x03,0xbe, +0xfd,0x80,0x00,0xaf,0xf7,0x49,0x00,0xa0,0x01,0xff,0xff,0xe7,0x7d,0xff,0x50,0x07, +0xff,0xf2,0x47,0x1b,0x02,0x0d,0x0e,0x00,0xca,0x06,0x50,0x0c,0xfe,0x00,0xdf,0xe0, +0xf2,0x05,0x20,0x2f,0xf9,0x1b,0x01,0x30,0x06,0xff,0x50,0x0d,0x00,0xfe,0x03,0xaf, +0xf1,0x02,0x55,0x5d,0xfe,0x0e,0xfd,0x00,0x6f,0xff,0xff,0xe3,0xff,0x90,0x06,0xff, +0xff,0x6f,0x02,0x0b,0x02,0x00,0xc2,0x0b,0xff,0xd7,0x00,0x0b,0xff,0xff,0x60,0x04, +0x69,0xff,0xc0,0xcc,0x16,0x59,0xaf,0xf0,0x00,0x00,0x9f,0x04,0x00,0x71,0x15,0x55, +0xbf,0xf0,0x4f,0xff,0xff,0x04,0x00,0x20,0x8f,0xff,0xd4,0x03,0x11,0x08,0x92,0x03, +0xa0,0xb0,0x36,0xef,0xa6,0x66,0x9f,0xff,0x60,0x3f,0xf3,0x59,0x05,0x30,0x08,0xff, +0x10,0xc7,0x05,0x20,0xaf,0xf0,0x84,0x01,0x12,0x0a,0x0d,0x00,0x20,0x9f,0xf3,0xe6, +0x15,0xd1,0x06,0xff,0xa0,0x00,0x08,0xff,0x70,0x1f,0xff,0xb7,0x7b,0xff,0xf1,0x4a, +0x1a,0x20,0xf4,0x00,0x31,0x02,0x40,0x92,0x00,0x0e,0xfe,0xa9,0x02,0x10,0x09,0x22, +0x07,0x71,0xf5,0x02,0xff,0xa0,0x00,0x7f,0xf4,0x24,0x1c,0x01,0xe3,0x08,0x70,0xbf, +0xf0,0x00,0x1f,0xfb,0x00,0xef,0x34,0x14,0x90,0x15,0xff,0x70,0x00,0x04,0xff,0x9e, +0xff,0x10,0x92,0x13,0x70,0xf7,0x00,0x59,0xad,0xff,0xff,0xa0,0xee,0x18,0x71,0xe6, +0x00,0x00,0x9f,0xec,0x95,0x00,0x62,0x04,0x31,0xec,0x70,0x0b,0x97,0x03,0x70,0xbf, +0xf6,0x66,0x8f,0xff,0x7b,0xff,0x89,0x0d,0xf0,0x02,0xbf,0xf0,0x00,0x00,0xdf,0xdb, +0xff,0x55,0x10,0x0c,0xfe,0xbf,0xff,0xf5,0x00,0xbf,0xeb,0x10,0x1b,0x01,0x6a,0x0e, +0x01,0x22,0x1a,0x0f,0x0b,0x00,0x10,0x60,0x9f,0xff,0xff,0xeb,0x50,0x09,0x58,0x00, +0x70,0xa0,0x9f,0xf6,0x66,0x9f,0xff,0x59,0xcf,0x0e,0x10,0xfb,0x78,0x04,0x50,0xdf, +0xd9,0xff,0xff,0x70,0x21,0x00,0x91,0xf7,0x00,0xcf,0xe3,0x55,0x55,0x20,0x0e,0xfd, +0x3c,0x12,0x20,0x92,0x55,0x78,0x02,0x10,0x8f,0x65,0x15,0xf1,0x12,0x08,0xff,0xff, +0xfd,0xa3,0x00,0x9f,0xf7,0x00,0x03,0xff,0x70,0xef,0xf1,0x00,0x5f,0xf6,0x04,0xff, +0xa0,0x06,0xff,0x40,0x0a,0xff,0x30,0x8f,0xf2,0x00,0x2f,0xf9,0x0d,0xff,0x45,0x00, +0x31,0x90,0x00,0x0b,0x9e,0x06,0x5f,0xbf,0xfa,0x50,0x00,0x00,0x9d,0x00,0x18,0x00, +0x52,0x10,0xb0,0x8f,0xf2,0x0c,0xff,0x60,0x00,0xaf,0xf1,0x01,0xef,0xf2,0x2e,0x01, +0x20,0x4f,0xfd,0xf8,0x08,0x32,0x07,0xff,0xa7,0xa1,0x07,0x00,0x2f,0x0c,0x10,0x1e, +0xe2,0x0e,0x00,0xc5,0x05,0x01,0xbf,0x17,0x91,0xfb,0x00,0x05,0x55,0x55,0x5e,0xff, +0x80,0x2f,0x07,0x05,0x11,0x2f,0x5e,0x16,0x10,0xcf,0x97,0x12,0x11,0x0c,0xf5,0x15, +0x61,0x46,0x66,0x66,0x7b,0xff,0xc0,0xd4,0x0e,0x20,0x03,0x31,0xe1,0x03,0xf0,0x00, +0xff,0x50,0x00,0x0d,0xfd,0x4f,0xf5,0x00,0x03,0xff,0x94,0xff,0x50,0x00,0xbf,0x57, +0x04,0xf0,0x07,0x9f,0xfa,0x04,0xff,0x52,0xcf,0xfd,0x10,0x4f,0xf5,0x8f,0xfd,0x10, +0x04,0xff,0x58,0xf9,0x00,0x00,0x4f,0xf5,0x42,0xed,0x05,0x00,0xda,0x05,0x00,0xd3, +0x02,0x03,0x0b,0x00,0x0a,0xfd,0x03,0x15,0xf8,0xfd,0x03,0x0f,0xe9,0x03,0x11,0x11, +0x5f,0x48,0x06,0x01,0x2e,0x1d,0xf0,0x17,0x1f,0xf9,0x00,0x8f,0xf2,0x0f,0xfc,0x00, +0x2f,0xf7,0x00,0xaf,0xf0,0x0c,0xff,0x00,0x5f,0xf5,0x00,0xcf,0xe0,0x09,0xff,0x20, +0x8f,0xf3,0x00,0xef,0xc0,0x06,0xff,0x88,0xff,0xe0,0x00,0xff,0xa0,0x03,0x82,0x04, +0xb1,0x04,0xff,0x70,0x00,0xff,0xe8,0x40,0x00,0x0a,0xff,0x40,0x1b,0x03,0x20,0x7f, +0xfe,0x29,0x17,0x20,0x57,0x9e,0xfc,0x08,0x10,0x7f,0xa4,0x04,0x10,0x50,0xa3,0x03, +0x41,0xed,0xb8,0x40,0x00,0xa4,0x03,0x41,0xfc,0x70,0x04,0xff,0xab,0x03,0x50,0x16, +0xaf,0xf8,0x66,0x8e,0x62,0x03,0x10,0x30,0x5f,0x03,0x10,0x7f,0x8b,0x08,0x10,0xb0, +0x0d,0x00,0x21,0x0e,0xfc,0x0d,0x00,0x23,0xef,0xc0,0x0d,0x00,0x00,0xaa,0x0a,0x40, +0xef,0xc2,0x8f,0xff,0xb3,0x1b,0x10,0x6f,0xea,0x0f,0x40,0xef,0xc6,0xfe,0x80,0x0d, +0x00,0xf2,0x10,0x01,0x33,0x00,0x33,0x10,0xbf,0xd0,0x5f,0xf3,0x0e,0xf8,0x09,0xfd, +0x02,0xff,0x20,0xcf,0x70,0x5f,0xc0,0x0f,0xf2,0x09,0xf6,0x03,0xfc,0x00,0xcf,0x10, +0x6f,0x60,0x8f,0x07,0x01,0xd9,0x10,0x2a,0xfa,0x00,0x01,0x00,0x2e,0xee,0x00,0x01, +0x00,0x12,0xf4,0x07,0x00,0x46,0xe8,0xe8,0xee,0xe3,0x14,0x00,0x4f,0xfa,0xf4,0x00, +0xdd,0x30,0x00,0x02,0x1e,0xfa,0x2e,0x00,0x01,0x30,0x00,0x10,0xd7,0x15,0x00,0x0e, +0x5e,0x00,0x04,0x36,0x00,0x29,0xfa,0xf4,0x10,0x00,0x62,0xdd,0xee,0x00,0xdd,0xe8, +0xfa,0x49,0x00,0xd0,0xe8,0xfa,0xe8,0x00,0x00,0xee,0xe8,0x00,0xe8,0xe8,0x00,0xe3, +0xee,0x09,0x00,0x02,0xa9,0x00,0x11,0xee,0x17,0x00,0x10,0xf4,0xa0,0x00,0x53,0xee, +0xfa,0x00,0xfa,0xee,0xac,0x00,0x30,0xfa,0xfd,0xfa,0x4f,0x00,0x00,0x04,0x00,0x54, +0xdd,0xee,0x00,0xe8,0xe3,0x2e,0x00,0x7f,0xf4,0xe8,0xee,0xe8,0x00,0xee,0xee,0xe4, +0x00,0x04,0x0e,0x9d,0x00,0x0b,0xfe,0x00,0x0c,0x01,0x00,0x1c,0x01,0x11,0x00,0x1b, +0x02,0x10,0x00,0x20,0x03,0x00,0x79,0x02,0x01,0x0b,0x00,0x10,0x05,0x88,0x03,0x9f, +0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x03,0x01,0x05,0x10,0x0c,0xe7,0x02, +0x3e,0x0e,0x00,0x0d,0x24,0x01,0x0f,0x7d,0x00,0x0a,0x34,0x02,0x03,0x02,0x68,0x00, +0x00,0x6b,0x00,0x02,0xbb,0x26,0x19,0x06,0x2f,0x00,0x10,0x07,0x05,0x00,0x09,0x7d, +0x00,0x50,0x0c,0x00,0x0d,0x00,0x0e,0x3f,0x08,0x02,0xf6,0x1c,0xaf,0x11,0x12,0x13, +0x0d,0x00,0x14,0x15,0x16,0x00,0x17,0x77,0x00,0x0a,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1488, .range_length = 27, .glyph_id_start = 97, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1524, .range_length = 1, .glyph_id_start = 124, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[10287] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_he_bold_XL_s = { +.uncomp_size = 10023, +.comp_size = 7232, +.line_height = 21, +.base_line = 4, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 1000, +.class_pair_values = 9451, +.left_class_mapping = 9773, +.right_class_mapping = 9898, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 10287, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_64.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_bold_64.c rename to radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL.c index b38df93a437..10192fcbe90 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL.c @@ -1163,7 +1163,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[64593] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_bold_64 = { +const etxLz4Font lv_font_arimo_he_bold_XXL = { .uncomp_size = 64393, .comp_size = 18431, .line_height = 64, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL_s.c new file mode 100644 index 00000000000..da2f210804e --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_he_bold_XXL_s.c @@ -0,0 +1,783 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x20,0x0b,0x08,0x00,0xf0,0x31,0x50,0x0d,0x07,0x1c,0x03, +0x00,0x62,0x00,0xf0,0x12,0x0f,0x0b,0x02,0x11,0xb5,0x00,0x40,0x16,0x16,0x1c,0x00, +0x00,0xe9,0x01,0x40,0x16,0x16,0x22,0x00,0xfc,0x5f,0x03,0x90,0x23,0x22,0x1c,0x01, +0x00,0x3b,0x05,0xe0,0x1c,0x1b,0x1c,0x01,0x00,0xb5,0x06,0x80,0x09,0x06,0x0b,0x02, +0x11,0xd6,0x06,0x50,0x0d,0x0c,0x26,0x02,0xf8,0xba,0x07,0x08,0x00,0xf0,0x2d,0x00, +0xf8,0x9e,0x08,0x90,0x0f,0x10,0x10,0x00,0x0c,0x1e,0x09,0x60,0x17,0x15,0x15,0x01, +0x03,0xfb,0x09,0x20,0x0b,0x07,0x0e,0x02,0xf9,0x2c,0x0a,0x50,0x0d,0x0b,0x05,0x01, +0x08,0x48,0x0a,0x20,0x0b,0x07,0x07,0x02,0x00,0x61,0x0a,0x20,0x0b,0x0b,0x1f,0x00, +0xff,0x0c,0x0b,0x40,0x16,0x14,0x1c,0x01,0x00,0x24,0x0c,0x08,0x00,0x42,0x02,0x00, +0x3c,0x0d,0x10,0x00,0xf0,0x03,0x54,0x0e,0x40,0x16,0x15,0x1c,0x00,0x00,0x7a,0x0f, +0x40,0x16,0x17,0x1c,0x00,0x00,0xbc,0x10,0x10,0x00,0x42,0x01,0x00,0xe2,0x11,0x20, +0x00,0x22,0xfa,0x12,0x08,0x00,0x22,0x12,0x14,0x18,0x00,0x22,0x38,0x15,0x10,0x00, +0xa1,0x50,0x16,0x50,0x0d,0x07,0x15,0x03,0x00,0x9a,0x16,0xd0,0x00,0xf2,0x04,0xf9, +0xfc,0x16,0x60,0x17,0x15,0x17,0x01,0x02,0xee,0x17,0x60,0x17,0x15,0x10,0x01,0x06, +0x96,0x18,0x10,0x00,0xf2,0x03,0x88,0x19,0x70,0x18,0x16,0x1c,0x01,0x00,0xbc,0x1a, +0x00,0x27,0x23,0x22,0x02,0xfa,0x0f,0x1d,0xd8,0x00,0xa2,0x89,0x1e,0xe0,0x1c,0x1a, +0x1c,0x02,0x00,0xf5,0x1f,0x10,0x00,0x22,0x6f,0x21,0x10,0x00,0xf0,0x1b,0xdb,0x22, +0xb0,0x1a,0x18,0x1c,0x02,0x00,0x2b,0x24,0x70,0x18,0x15,0x1c,0x02,0x00,0x51,0x25, +0x20,0x1f,0x1c,0x1c,0x01,0x00,0xd9,0x26,0xe0,0x1c,0x19,0x1c,0x02,0x00,0x37,0x28, +0x20,0x0b,0x07,0x1c,0x02,0x00,0x99,0x28,0x88,0x00,0x70,0x00,0x00,0xb1,0x29,0xe0, +0x1c,0x1b,0x30,0x00,0x10,0x2b,0x68,0x00,0x70,0x02,0x00,0x5f,0x2c,0x50,0x21,0x1d, +0x58,0x00,0x12,0x2d,0x30,0x00,0xa2,0x53,0x2f,0x20,0x1f,0x1d,0x1c,0x01,0x00,0xe9, +0x30,0x58,0x00,0xa2,0x39,0x32,0x20,0x1f,0x1d,0x24,0x01,0xf8,0x43,0x34,0x38,0x00, +0xf2,0x03,0xbd,0x35,0xb0,0x1a,0x19,0x1c,0x01,0x00,0x1b,0x37,0x70,0x18,0x18,0x1c, +0x00,0x00,0x6b,0x38,0x38,0x00,0xf2,0x03,0xc9,0x39,0xb0,0x1a,0x1b,0x1c,0x00,0x00, +0x43,0x3b,0xc0,0x25,0x26,0x1c,0x00,0x00,0x57,0x3d,0x10,0x00,0x22,0xd1,0x3e,0x08, +0x00,0xf2,0x03,0x4b,0x40,0x70,0x18,0x17,0x1c,0x01,0x00,0x8d,0x41,0x50,0x0d,0x0b, +0x26,0x02,0xf8,0x5e,0x42,0x68,0x01,0x22,0x09,0x43,0xa0,0x01,0xf0,0x23,0xed,0x43, +0x60,0x17,0x17,0x12,0x00,0x0a,0xbc,0x44,0x40,0x16,0x18,0x02,0xff,0xfb,0xd4,0x44, +0x50,0x0d,0x0b,0x07,0x01,0x18,0xfb,0x44,0x40,0x16,0x16,0x16,0x01,0x00,0xed,0x45, +0x70,0x18,0x15,0x1e,0x02,0x00,0x28,0x47,0x40,0x16,0x15,0x16,0x01,0x00,0x0f,0x48, +0x10,0x00,0xf1,0x05,0x01,0x00,0x4a,0x49,0x40,0x16,0x14,0x16,0x01,0x00,0x26,0x4a, +0x50,0x0d,0x0e,0x1e,0x00,0x00,0xf8,0x4a,0x18,0x00,0xf0,0x0e,0xf8,0x33,0x4c,0x70, +0x18,0x14,0x1e,0x02,0x00,0x5f,0x4d,0x20,0x0b,0x07,0x1e,0x02,0x00,0xc8,0x4d,0x20, +0x0b,0x0a,0x26,0xff,0xf8,0x86,0x4e,0x40,0x16,0x48,0x00,0x22,0xc1,0x4f,0x18,0x00, +0xf0,0x05,0x2a,0x50,0x90,0x23,0x20,0x16,0x02,0x00,0x8a,0x51,0x70,0x18,0x14,0x16, +0x02,0x00,0x66,0x52,0x70,0x18,0x70,0x00,0x21,0x58,0x53,0x70,0x00,0x32,0xf8,0x93, +0x54,0x50,0x00,0xa2,0xce,0x55,0x90,0x0f,0x0d,0x16,0x02,0x00,0x5d,0x56,0x70,0x00, +0xa2,0x39,0x57,0x50,0x0d,0x0d,0x1b,0x00,0x00,0xe9,0x57,0x38,0x00,0xf0,0x03,0xc5, +0x58,0x40,0x16,0x17,0x16,0x00,0x00,0xc2,0x59,0x20,0x1f,0x21,0x16,0xff,0x00,0x2d, +0x5b,0xb8,0x00,0xf2,0x15,0x00,0x00,0x1f,0x5c,0x40,0x16,0x17,0x1e,0x00,0xf8,0x78, +0x5d,0x00,0x14,0x12,0x16,0x01,0x00,0x3e,0x5e,0x90,0x0f,0x0f,0x26,0x00,0xf8,0x5b, +0x5f,0x30,0x0b,0x06,0x27,0x03,0xf7,0xd0,0x5f,0x10,0x00,0xf3,0x47,0xed,0x60,0x60, +0x17,0x15,0x07,0x01,0x0a,0x37,0x61,0x00,0x10,0x0e,0x0d,0x01,0x10,0x3f,0xff,0xff, +0x73,0xff,0xff,0xf7,0x2f,0xff,0xff,0x62,0xff,0xff,0xf6,0x1f,0xff,0xff,0x51,0xff, +0xff,0xf5,0x0f,0xff,0xff,0x40,0xff,0xff,0xf4,0x0f,0xff,0xff,0x30,0xef,0xff,0xf3, +0x0e,0xff,0xff,0x20,0xdf,0xff,0xf2,0x0d,0xff,0xff,0x10,0xcf,0xff,0xf1,0x0c,0xff, +0xff,0x00,0xbf,0xff,0xf0,0x0b,0xff,0xff,0x00,0xaf,0xff,0xf0,0x0a,0xff,0xfe,0x00, +0x6a,0xaa,0x90,0x4b,0x03,0xb6,0x16,0x66,0x66,0x23,0xff,0xff,0xf6,0x3f,0xff,0xff, +0x63,0x07,0x00,0xf0,0x22,0x5f,0xff,0xff,0x00,0x0f,0xff,0xff,0x44,0xff,0xff,0xe0, +0x00,0xff,0xff,0xf3,0x3f,0xff,0xfd,0x00,0x0e,0xff,0xff,0x32,0xff,0xff,0xc0,0x00, +0xdf,0xff,0xf2,0x2f,0xff,0xfb,0x00,0x0d,0xff,0xff,0x11,0xff,0xff,0xa0,0x00,0xcf, +0xff,0xf0,0x0f,0xff,0xfa,0x00,0x5b,0x00,0xf0,0x0e,0xff,0xff,0x90,0x00,0xaf,0xff, +0xe0,0x0e,0xff,0xf8,0x00,0x09,0xff,0xfd,0x00,0xdf,0xff,0x70,0x00,0x8f,0xff,0xc0, +0x02,0x33,0x31,0x00,0x01,0x33,0x32,0x6b,0x00,0x70,0x02,0xff,0xd0,0x00,0x00,0x1f, +0xff,0x0b,0x00,0x70,0x05,0xff,0xa0,0x00,0x00,0x4f,0xfb,0x0b,0x00,0x70,0x08,0xff, +0x70,0x00,0x00,0x8f,0xf8,0x0b,0x00,0x70,0x0c,0xff,0x40,0x00,0x00,0xbf,0xf5,0x0b, +0x00,0x10,0x0f,0x27,0x00,0x20,0xef,0xf1,0x0b,0x00,0x20,0x2f,0xfd,0x3b,0x00,0x10, +0xe0,0x0b,0x00,0x20,0x5f,0xfa,0x3b,0x00,0x10,0xb0,0x0b,0x00,0x20,0x9f,0xf7,0x3b, +0x00,0x44,0x80,0x00,0x05,0xff,0x01,0x00,0x17,0xf9,0x0b,0x00,0x16,0x04,0x0b,0x00, +0x52,0x00,0x00,0x06,0xff,0xa0,0x3b,0x00,0x90,0x00,0x00,0x0a,0xff,0x60,0x00,0x00, +0x9f,0xf6,0x0b,0x00,0x70,0x0d,0xff,0x20,0x00,0x00,0xcf,0xf2,0x0b,0x00,0x92,0x1f, +0xfe,0x00,0x00,0x00,0xff,0xf0,0x00,0x00,0x94,0x00,0x12,0x04,0x62,0x00,0xa5,0x8f, +0xf7,0x00,0x00,0x07,0xff,0x80,0x00,0x00,0x4f,0x4d,0x00,0x2f,0x90,0x5f,0x0b,0x00, +0x02,0x71,0x00,0x06,0xff,0x90,0x00,0x00,0x6f,0xcf,0x00,0x11,0x09,0x62,0x00,0x12, +0xf7,0xcf,0x00,0x55,0x30,0x00,0x00,0xcf,0xf4,0xcf,0x00,0x1f,0xff,0xcf,0x00,0x08, +0x12,0x8f,0xcf,0x00,0x00,0x0b,0x00,0x74,0xbf,0xf4,0x00,0x00,0x0b,0xff,0x40,0xec, +0x04,0x15,0xdf,0x0a,0x00,0x09,0x0b,0x00,0x12,0x50,0x08,0x00,0x70,0x04,0xad,0xff, +0xff,0xff,0xea,0x50,0x5e,0x01,0x11,0xcf,0x8d,0x00,0x53,0xfd,0x20,0x00,0x00,0x2e, +0x99,0x00,0xf1,0x0a,0xe2,0x00,0x00,0xcf,0xff,0xff,0xfe,0xff,0xef,0xff,0xff,0xfc, +0x00,0x03,0xff,0xff,0xf9,0x10,0xdf,0x41,0xcf,0xff,0xff,0x30,0x07,0xc9,0x01,0x60, +0x40,0x0e,0xff,0xff,0x90,0x08,0xbf,0x00,0x20,0xdf,0x40,0x12,0x00,0x03,0x0b,0x00, +0x83,0x02,0x75,0x30,0x00,0x06,0xff,0xff,0xe1,0x6e,0x00,0x53,0x02,0xff,0xff,0xfe, +0x50,0x79,0x00,0x01,0x4d,0x00,0x21,0x60,0x00,0xc6,0x00,0x01,0x61,0x00,0x10,0xa5, +0x0b,0x00,0x21,0x03,0xef,0x0c,0x00,0x62,0xf8,0x10,0x00,0x00,0x00,0x19,0x79,0x00, +0x11,0xe3,0x5a,0x02,0x11,0xbf,0x0c,0x00,0x12,0x20,0xb0,0x00,0x00,0x9e,0x00,0x13, +0xc0,0xc6,0x00,0x44,0x5d,0xff,0xff,0xf3,0xd1,0x00,0x61,0xdf,0xff,0xf7,0x00,0x03, +0x65,0x0b,0x00,0x61,0x7f,0xff,0xfa,0x4d,0xff,0xfc,0x0b,0x00,0x70,0x6f,0xff,0xfa, +0x2f,0xff,0xff,0x20,0x0b,0x00,0x70,0x9f,0xff,0xf9,0x0d,0xff,0xff,0xc1,0x9a,0x00, +0xf6,0x01,0xff,0xff,0xf6,0x06,0xff,0xff,0xfe,0x73,0xdf,0x53,0x8f,0xff,0xff,0xf1, +0x00,0xdf,0x81,0x01,0x03,0xf2,0x00,0x00,0x3e,0x00,0x12,0x01,0x77,0x00,0x01,0x4c, +0x01,0x7f,0x02,0x8c,0xef,0xff,0xfe,0xda,0x61,0x4a,0x01,0x0b,0x06,0x0b,0x00,0x22, +0x45,0x10,0x54,0x01,0x52,0xae,0xff,0xd9,0x20,0x00,0xcd,0x01,0x01,0xc9,0x01,0x32, +0xaf,0xff,0xff,0x09,0x00,0x41,0x00,0x3f,0xff,0xd0,0x17,0x00,0x00,0x01,0x00,0x11, +0x50,0x3e,0x00,0x21,0xff,0x30,0x0e,0x01,0x51,0xf9,0x22,0xaf,0xff,0xe0,0xce,0x02, +0x01,0xca,0x02,0x71,0x7f,0xff,0xc0,0x00,0x0e,0xff,0xf4,0x1b,0x00,0x11,0xd0,0xd5, +0x01,0x41,0xff,0x70,0x00,0x0a,0x1c,0x00,0x12,0xcf,0xdb,0x01,0x70,0xef,0xff,0x40, +0x00,0x07,0xff,0xfb,0x63,0x02,0x11,0xfa,0x5b,0x00,0x20,0xff,0xff,0x78,0x01,0x10, +0xfc,0x22,0x03,0x17,0xe1,0x11,0x00,0x10,0xfd,0x3c,0x00,0x19,0x50,0x22,0x00,0x10, +0x05,0x37,0x00,0x08,0x44,0x00,0x76,0x1e,0xff,0xf1,0x06,0xbe,0xfe,0xc7,0x66,0x00, +0x41,0xaf,0xff,0x61,0xcf,0x00,0x02,0x30,0x7f,0xff,0xb0,0x88,0x00,0x40,0x04,0xff, +0xfc,0x0c,0xb3,0x00,0x61,0xfe,0x00,0x1f,0xff,0xf7,0x01,0xa5,0x03,0x92,0xf2,0x5f, +0xff,0xf6,0x13,0xdf,0xff,0x80,0x08,0xcc,0x00,0xa2,0x9f,0xff,0x70,0xbf,0xff,0x80, +0x00,0x4f,0xff,0xe0,0xee,0x00,0x31,0x03,0xff,0xfd,0x70,0x00,0xf0,0x00,0x0f,0xff, +0xf2,0x00,0x05,0xcf,0xff,0xfb,0x30,0x0d,0xff,0xf3,0x02,0xff,0xff,0x37,0x03,0x00, +0xa0,0x03,0x10,0x11,0xe3,0x00,0x40,0x80,0x03,0xff,0xff,0xab,0x02,0x22,0xf6,0x00, +0x29,0x02,0x50,0xfd,0x00,0x04,0xff,0xfe,0x11,0x00,0x22,0xf7,0x00,0xff,0x02,0x1a, +0xf4,0x11,0x00,0x48,0x6f,0xff,0x90,0x00,0x33,0x00,0x57,0x01,0xff,0xfe,0x10,0x00, +0x55,0x00,0x21,0x00,0x0b,0x07,0x00,0x04,0x77,0x00,0x00,0x21,0x03,0x21,0xff,0xa0, +0x7f,0x01,0x31,0x80,0x00,0x5f,0x47,0x01,0x50,0x01,0xef,0xfe,0x10,0x00,0x91,0x03, +0x51,0xf7,0x25,0xef,0xff,0x70,0xd0,0x03,0x12,0xf6,0x39,0x00,0x00,0xfa,0x02,0x01, +0xc0,0x03,0x02,0x4f,0x03,0x10,0x00,0x05,0x02,0x12,0xd1,0xa1,0x01,0x02,0xcb,0x01, +0x52,0x05,0xbe,0xfe,0xc6,0x00,0x0a,0x00,0x44,0xad,0xff,0xec,0x71,0xf3,0x01,0x10, +0x1c,0x3a,0x00,0x01,0x7d,0x00,0x01,0x13,0x04,0x07,0x0e,0x00,0x62,0x07,0xff,0xff, +0xd8,0x7a,0xff,0xa9,0x03,0x00,0x47,0x00,0x30,0xc0,0x00,0x07,0x9a,0x00,0x02,0xce, +0x03,0x10,0xf5,0xa7,0x01,0x03,0x29,0x00,0x00,0xa8,0x02,0x23,0x01,0xff,0xb1,0x03, +0x10,0x0f,0xf5,0x01,0x34,0x9f,0xff,0xf1,0x36,0x00,0x30,0x80,0x00,0x8f,0x83,0x04, +0x02,0xe9,0x04,0x30,0xfd,0x06,0xdf,0xe1,0x01,0x03,0x4a,0x02,0x24,0xff,0xff,0xc8, +0x01,0x11,0x00,0xcb,0x02,0x13,0xe6,0x0c,0x00,0x23,0x02,0xbf,0xbe,0x02,0x02,0x35, +0x00,0x20,0xff,0xff,0xf4,0x00,0x33,0x0a,0xc7,0x20,0xe7,0x00,0x11,0xf6,0x73,0x00, +0x00,0xe8,0x01,0x50,0xff,0xfd,0xef,0xff,0xf1,0x25,0x01,0xe0,0xf3,0x00,0x04,0xff, +0xff,0xf8,0x05,0xff,0xff,0xb0,0x00,0x0b,0xff,0xfd,0x63,0x02,0x10,0xf9,0x2c,0x00, +0x50,0x70,0x03,0xff,0xff,0x70,0xc8,0x05,0x90,0x10,0x00,0x1f,0xff,0xff,0x50,0xbf, +0xff,0xf1,0x7f,0x01,0x10,0xc0,0x32,0x00,0x20,0xff,0x7f,0x8c,0x02,0x11,0x3f,0x8e, +0x00,0x10,0x9f,0x56,0x00,0x10,0x10,0xc3,0x00,0x12,0xe0,0xe4,0x03,0x00,0xe3,0x03, +0x11,0x0e,0x06,0x00,0x31,0x01,0xef,0xff,0x89,0x01,0x11,0x8f,0x0e,0x00,0x10,0x8f, +0x4f,0x05,0x20,0x43,0x44,0x15,0x00,0x23,0xeb,0xab,0x71,0x03,0x23,0xa0,0x03,0x09, +0x00,0x00,0x38,0x00,0x13,0xfa,0x85,0x04,0x50,0xfd,0x40,0x3d,0xff,0xff,0xbb,0x01, +0xf1,0x1d,0x38,0xbe,0xff,0xec,0x83,0x00,0x00,0x04,0x9d,0xff,0xd6,0xdf,0xff,0xf6, +0xcf,0xff,0xf5,0xcf,0xff,0xf4,0xbf,0xff,0xf4,0xaf,0xff,0xf3,0x9f,0xff,0xf2,0x8f, +0xff,0xf1,0x7f,0xff,0xf0,0x7f,0xff,0xf0,0x6f,0xff,0xf0,0x13,0x33,0x30,0xec,0x00, +0x11,0xe1,0x5a,0x04,0x10,0x50,0x87,0x00,0x20,0xfb,0x00,0xdc,0x05,0x10,0xf2,0x48, +0x02,0x01,0x2d,0x06,0x01,0x4a,0x04,0x10,0xbf,0x17,0x00,0x10,0x01,0xa4,0x01,0x00, +0x8e,0x01,0x14,0xf0,0x1d,0x00,0x11,0x0f,0xa0,0x00,0x02,0x23,0x00,0x31,0x7f,0xff, +0xff,0xd5,0x00,0x11,0xfc,0x06,0x02,0x11,0xfa,0x5d,0x01,0x11,0xf9,0x2d,0x03,0x11, +0xf7,0x3a,0x01,0x02,0x06,0x00,0x17,0xf6,0x06,0x00,0x11,0xf7,0x1e,0x00,0x15,0xf8, +0x2a,0x00,0x11,0xbf,0x98,0x01,0x11,0x9f,0x51,0x02,0x02,0x4e,0x00,0x02,0x5a,0x00, +0x02,0x66,0x00,0x02,0x72,0x00,0x02,0x7e,0x00,0x12,0x01,0x43,0x00,0x02,0x31,0x00, +0x11,0x4f,0x1f,0x02,0x20,0x0c,0xff,0x82,0x02,0x12,0x04,0xe2,0x04,0x11,0xbf,0x86, +0x00,0x02,0xd2,0x00,0x00,0xde,0x00,0x11,0xaf,0x54,0x00,0x20,0x1e,0xff,0xbc,0x02, +0x12,0x06,0x5b,0x01,0x11,0xdf,0xa3,0x00,0x11,0x5f,0x61,0x00,0x11,0x0d,0x5b,0x00, +0x10,0x06,0xdc,0x04,0x04,0x9e,0x00,0x11,0xaf,0x42,0x00,0x10,0x5f,0xa1,0x01,0x01, +0xc5,0x01,0x01,0x25,0x00,0x20,0x90,0x00,0xfe,0x01,0x11,0xc0,0x86,0x00,0x11,0xe0, +0x27,0x01,0x11,0xf0,0x73,0x00,0x11,0xf2,0xaf,0x05,0x11,0xf3,0x06,0x00,0x11,0xf4, +0x9e,0x00,0x05,0x06,0x00,0x02,0x12,0x00,0x11,0x03,0x1e,0x00,0x11,0x03,0x2a,0x00, +0x02,0x36,0x00,0x11,0x08,0x42,0x00,0x02,0x4e,0x00,0x02,0x5a,0x00,0x02,0x66,0x00, +0x02,0x72,0x00,0x01,0xc0,0x00,0x02,0xe5,0x00,0x11,0x07,0x96,0x00,0x02,0x23,0x00, +0x11,0x6f,0xae,0x00,0x01,0xba,0x00,0x02,0xad,0x00,0x11,0x1f,0xd2,0x00,0x02,0xde, +0x00,0x00,0x60,0x00,0x15,0xfe,0x12,0x04,0x02,0xe8,0x03,0x10,0xfc,0x77,0x03,0xf0, +0x03,0x20,0x00,0xff,0xfb,0x00,0x04,0x20,0x0e,0xfa,0x30,0xff,0xfa,0x06,0xdf,0x90, +0x4f,0xff,0xfc,0xc1,0x02,0x22,0xe0,0x9f,0x40,0x02,0x31,0xf3,0x5a,0xef,0x3b,0x02, +0x82,0x93,0x00,0x02,0x8f,0xff,0xff,0xe5,0x10,0x8b,0x02,0x11,0xf7,0xdd,0x03,0x41, +0xfb,0xef,0xff,0x50,0x56,0x03,0x30,0x6f,0xff,0xf3,0x72,0x00,0x20,0x70,0x0d,0x14, +0x03,0xd2,0x9f,0xfe,0x00,0x04,0xff,0xe5,0x00,0x00,0x04,0xe5,0x00,0x00,0xba,0xba, +0x05,0x04,0x01,0x00,0x35,0x6c,0xcc,0xa0,0x40,0x03,0x02,0x8c,0x00,0x01,0xc5,0x02, +0x1f,0xe0,0x15,0x00,0x25,0xb5,0x27,0x77,0x77,0x77,0xcf,0xff,0xf7,0x77,0x77,0x77, +0x55,0xf6,0x07,0x16,0xfb,0x01,0x08,0x1f,0xb5,0x15,0x00,0x01,0x1f,0xb0,0x7e,0x00, +0x36,0x07,0x15,0x00,0x73,0x01,0x11,0x11,0x03,0xff,0xff,0xf7,0x02,0x0a,0x02,0x07, +0x00,0x00,0xb5,0x09,0x10,0x60,0x37,0x09,0xf1,0x0b,0x0d,0xff,0x30,0x02,0xff,0xf0, +0x00,0x8f,0xfc,0x00,0x0e,0xff,0x60,0x09,0xff,0xd0,0x00,0x78,0x83,0x00,0x6e,0xee, +0xee,0xee,0xee,0xa7,0x9b,0x00,0x10,0x7f,0x06,0x00,0x16,0xb7,0x0b,0x00,0xc9,0xb0, +0x01,0x11,0x11,0x04,0xff,0xff,0xf5,0x4f,0xff,0xff,0x54,0x07,0x00,0x11,0x50,0x7e, +0x02,0x10,0xa0,0x20,0x04,0x11,0xf7,0xe2,0x01,0x13,0x40,0xd3,0x04,0x11,0x0c,0x90, +0x00,0x01,0xdb,0x00,0x31,0x2f,0xff,0xf8,0x43,0x02,0x10,0x50,0x9b,0x00,0x11,0xf2, +0x9b,0x04,0x01,0x46,0x03,0x10,0xc0,0x0d,0x02,0x11,0xf9,0x8e,0x02,0x10,0x60,0x3e, +0x03,0x11,0xf3,0x5d,0x02,0x10,0x10,0x2e,0x02,0x10,0xe0,0x42,0x03,0x11,0xfb,0x7f, +0x02,0x10,0x80,0x44,0x02,0x11,0xf5,0x7e,0x02,0x01,0xd5,0x03,0x10,0xf0,0x71,0x04, +0x02,0x6b,0x02,0x10,0x90,0x49,0x03,0x22,0xf6,0x00,0x6d,0x05,0x00,0xaf,0x0a,0x00, +0x75,0x02,0x14,0xfd,0x77,0x00,0x10,0x3f,0x77,0x00,0x11,0x06,0x77,0x00,0x32,0x48, +0x88,0x81,0x1b,0x01,0x41,0x5a,0xde,0xfd,0xb6,0xff,0x01,0x14,0x4e,0x1f,0x05,0x03, +0x09,0x0a,0x13,0x70,0x66,0x05,0x00,0xfb,0x02,0x00,0x11,0x06,0x20,0xc7,0x7a,0x25, +0x06,0x11,0x02,0x56,0x02,0x00,0xe7,0x00,0x41,0x07,0xff,0xff,0xd0,0xba,0x00,0x20, +0xa0,0x0c,0x93,0x00,0x00,0x58,0x00,0x21,0xe0,0x0f,0x5c,0x00,0x00,0x22,0x03,0x11, +0x1f,0xf8,0x00,0x00,0x3e,0x03,0x12,0x4f,0xc5,0x08,0x02,0x18,0x0b,0x12,0x20,0x33, +0x04,0x02,0x20,0x03,0x00,0x37,0x04,0x14,0x6f,0x0a,0x00,0x16,0xf9,0x0a,0x00,0x03, +0x1e,0x00,0x36,0xff,0xff,0xf8,0x32,0x00,0x15,0x3f,0x46,0x00,0x02,0x5a,0x00,0x00, +0x92,0x03,0x01,0x66,0x05,0x00,0x2c,0x01,0x20,0xf1,0x0b,0xfa,0x00,0x00,0x10,0x01, +0x10,0xd0,0x86,0x00,0x01,0x69,0x03,0x51,0x80,0x01,0xff,0xff,0xf8,0x82,0x04,0x10, +0x30,0xa4,0x05,0x21,0xc8,0x7b,0x30,0x06,0x12,0x1e,0xd2,0x00,0x11,0xf2,0xa5,0x00, +0x04,0x87,0x08,0x10,0x3d,0x09,0x00,0x12,0xe4,0x0e,0x01,0x32,0xdf,0xfd,0xb5,0x18, +0x01,0x11,0x4d,0xdf,0x00,0x03,0xaf,0x08,0x11,0xd0,0xd9,0x08,0x14,0xef,0x0a,0x00, +0x23,0x9f,0xff,0x0a,0x00,0x02,0x39,0x09,0x11,0xd0,0xbf,0x04,0x24,0xfd,0x4a,0x0a, +0x00,0x23,0x80,0x0a,0x0a,0x00,0x23,0xc3,0x00,0x0a,0x00,0x24,0x37,0x00,0x0a,0x00, +0x1f,0x00,0x0a,0x00,0x78,0xb4,0x12,0x22,0x22,0x2b,0xff,0xff,0xd2,0x22,0x22,0x20, +0x7f,0x77,0x03,0x1f,0xf2,0x0a,0x00,0x0a,0x00,0x22,0x05,0x55,0x8b,0xef,0xfe,0xc9, +0x40,0x05,0x01,0x58,0xfd,0x30,0x00,0x00,0x1d,0x26,0x02,0x11,0xff,0x0f,0x07,0x00, +0x43,0x02,0x20,0xb8,0x8b,0x5c,0x0a,0x10,0x0c,0x6e,0x06,0x00,0x30,0x02,0x20,0xe0, +0x1f,0x15,0x03,0x00,0x7b,0x00,0x11,0xf1,0x25,0x03,0x00,0x30,0x02,0x55,0xf3,0x01, +0x11,0x11,0x00,0xcc,0x05,0x02,0x99,0x00,0x15,0xf0,0xe1,0x07,0x12,0xb0,0xff,0x04, +0x14,0xdf,0x1d,0x08,0x14,0x1c,0xf2,0x07,0x00,0x13,0x00,0x02,0xe5,0x09,0x52,0x3e, +0xff,0xff,0xfe,0x20,0x12,0x0d,0x03,0x37,0x0b,0x22,0x00,0x7f,0xc5,0x0b,0x02,0xb8, +0x01,0x23,0xa0,0x00,0xaa,0x00,0x15,0xf7,0x0f,0x08,0x02,0x4c,0x00,0x14,0x5f,0x2f, +0x00,0x15,0x02,0x64,0x0b,0x12,0x0b,0xfe,0x02,0x02,0x8b,0x06,0x20,0xf9,0x99,0x01, +0x00,0x24,0x96,0x9f,0xfa,0x00,0x1f,0xfa,0x0a,0x00,0x0a,0x00,0x84,0x06,0x65,0x38, +0xce,0xff,0xec,0x94,0x00,0x4a,0x0c,0x00,0x19,0x01,0x04,0x47,0x0d,0x11,0x50,0x66, +0x00,0x02,0xcf,0x0b,0x00,0x24,0x01,0x30,0xfa,0x88,0xcf,0x34,0x00,0x10,0x2f,0x98, +0x0b,0x00,0x8a,0x00,0x12,0xe0,0x01,0x01,0x00,0x1b,0x00,0x42,0x00,0x47,0x77,0x77, +0xa9,0x00,0x13,0xf0,0xbb,0x04,0x15,0x9f,0xc6,0x04,0x14,0x1e,0xd8,0x08,0x23,0x02, +0x6e,0x00,0x01,0x10,0x0f,0x53,0x00,0x13,0xd2,0x47,0x09,0x43,0xff,0xfc,0x60,0x00, +0x15,0x00,0x24,0xfd,0x94,0x5c,0x09,0x01,0x89,0x00,0x00,0x51,0x00,0x25,0x89,0xae, +0xfc,0x00,0x00,0x2d,0x01,0x04,0x54,0x00,0x15,0x05,0xf5,0x00,0x00,0xb4,0x08,0x42, +0xa0,0x23,0x56,0x85,0x50,0x09,0x21,0xfc,0x0f,0x70,0x0c,0x00,0x15,0x00,0x10,0xb0, +0xf4,0x0c,0x01,0xcd,0x00,0x10,0xfa,0x3f,0x0c,0x11,0x30,0xb2,0x0c,0x10,0x60,0x49, +0x03,0x30,0xc9,0x9c,0xff,0x89,0x00,0x04,0xb5,0x05,0x11,0xf6,0x7d,0x01,0x03,0x36, +0x0e,0x21,0x00,0x4d,0x0a,0x00,0x11,0xe5,0x39,0x03,0x54,0x9c,0xef,0xfe,0xc9,0x50, +0xa0,0x09,0x04,0xfc,0x0b,0x02,0xf1,0x00,0x04,0x3d,0x0a,0x16,0x6f,0x17,0x00,0x16, +0x1e,0x46,0x0a,0x14,0x0a,0x2a,0x0c,0x00,0xaa,0x00,0x22,0xfe,0xcf,0x17,0x00,0x00, +0x58,0x09,0x14,0x6c,0x17,0x00,0x63,0xaf,0xff,0xc0,0xdf,0xff,0xf5,0xb7,0x01,0x23, +0xf3,0x0d,0x17,0x00,0x52,0x0d,0xff,0xf8,0x00,0xef,0x17,0x00,0x12,0x09,0x7e,0x0f, +0x21,0x50,0x00,0xf3,0x03,0x14,0x40,0x17,0x00,0x34,0xdf,0xff,0x90,0x17,0x00,0x10, +0x8f,0x4d,0x01,0x02,0x17,0x00,0x10,0x2f,0x06,0x00,0x02,0x17,0x00,0x11,0x0c,0xd6, +0x01,0x13,0xef,0x2c,0x09,0x13,0x10,0x17,0x00,0x11,0x02,0x73,0x04,0x02,0x17,0x00, +0x25,0x6f,0xff,0x01,0x00,0x16,0x06,0x0b,0x00,0x1f,0xf0,0x17,0x00,0x04,0x20,0x02, +0x22,0x01,0x00,0x64,0x2e,0xff,0xff,0x72,0x22,0x00,0x80,0x0c,0x04,0xfd,0x00,0x04, +0x8a,0x00,0x0f,0x17,0x00,0x0f,0x04,0x4f,0x00,0x10,0x80,0x35,0x08,0x02,0x39,0x0e, +0x26,0x00,0x02,0x15,0x00,0x15,0x3f,0x15,0x00,0x00,0xd0,0x08,0x01,0x72,0x00,0x35, +0x10,0x00,0x5f,0xee,0x01,0x14,0x06,0x45,0x0e,0x00,0xaa,0x01,0x16,0xfb,0x24,0x0b, +0x15,0xa0,0x6c,0x02,0x61,0xf9,0x06,0xbe,0xff,0xc8,0x20,0x79,0x01,0x13,0xbd,0x07, +0x0e,0x15,0xbf,0x92,0x07,0x14,0x0c,0x69,0x00,0x10,0x70,0x72,0x0b,0x30,0xfd,0x99, +0xbf,0xd1,0x02,0x11,0x0e,0xad,0x01,0x10,0x3e,0x74,0x00,0x32,0x55,0x55,0x52,0xba, +0x03,0x13,0xd0,0x50,0x00,0x11,0xcf,0xd7,0x06,0x03,0x8d,0x03,0x15,0xf1,0x8c,0x07, +0x25,0xff,0x10,0x15,0x00,0x42,0xf0,0x58,0x9b,0xcc,0x8f,0x01,0x21,0xfe,0x08,0x43, +0x04,0x00,0x3f,0x00,0x20,0xa0,0x4f,0x7d,0x0f,0x00,0x5d,0x05,0x10,0xf5,0x69,0x00, +0x30,0xfb,0x87,0xbf,0x7a,0x06,0x16,0x03,0x44,0x03,0x03,0xa2,0x06,0x61,0xfe,0x40, +0x00,0x00,0x03,0xdf,0x93,0x07,0x01,0xc3,0x03,0x52,0x49,0xce,0xff,0xec,0x82,0x5b, +0x00,0x54,0x27,0xce,0xff,0xda,0x50,0xf3,0x03,0x02,0x04,0x03,0x12,0xcf,0x29,0x09, +0x03,0x08,0x0c,0x00,0xf1,0x0c,0x00,0xba,0x02,0x30,0xf9,0x78,0xef,0xd3,0x01,0x40, +0xef,0xff,0xfd,0x10,0xc9,0x04,0x12,0xc0,0x08,0x0a,0x55,0x04,0xdb,0x97,0x50,0x0a, +0x18,0x01,0x06,0x87,0x01,0x11,0x1f,0xeb,0x0b,0x12,0x10,0xa7,0x00,0x50,0x00,0x6c, +0xff,0xff,0xb5,0x07,0x02,0x11,0xfe,0x07,0x0d,0x10,0xb1,0x0a,0x00,0x12,0xcf,0x47, +0x0f,0x15,0x7f,0x93,0x01,0x80,0x8f,0xff,0xff,0xfe,0x51,0x02,0xaf,0xff,0xae,0x0b, +0x21,0xff,0xe2,0xf4,0x00,0x21,0xf6,0x7f,0x58,0x01,0x21,0x01,0xff,0xf4,0x06,0x11, +0x40,0xfe,0x00,0x21,0xfb,0x3f,0x0a,0x00,0x00,0x33,0x0a,0x02,0x44,0x07,0x00,0xc3, +0x0b,0x01,0x2f,0x0a,0x00,0xfa,0x01,0x20,0xfa,0x08,0x3f,0x01,0x00,0xd4,0x01,0x20, +0xf6,0x02,0x05,0x05,0x00,0xaa,0x00,0x10,0xf2,0xd7,0x04,0x30,0xe8,0x68,0xef,0x99, +0x01,0x15,0x1e,0x1a,0x01,0x24,0x02,0xef,0x8c,0x05,0x26,0x00,0x1b,0xfe,0x03,0x57, +0x38,0xce,0xfe,0xd9,0x40,0x8a,0x11,0x1f,0xf7,0x0a,0x00,0x0b,0x21,0x29,0x99,0x01, +0x00,0x14,0xef,0x1b,0x04,0x15,0x03,0xd2,0x01,0x13,0x0d,0xc4,0x0d,0x00,0xc6,0x01, +0x15,0xfa,0x1d,0x00,0x03,0xda,0x01,0x12,0x0c,0x1c,0x03,0x01,0x5d,0x02,0x02,0xbb, +0x0a,0x03,0x3e,0x0b,0x03,0xec,0x01,0x15,0xb0,0xda,0x05,0x14,0x30,0xff,0x03,0x15, +0xfb,0x44,0x00,0x1c,0xf4,0xa4,0x06,0x02,0x15,0x0b,0x0a,0x31,0x02,0x05,0x00,0x0e, +0x02,0x86,0x08,0x03,0x68,0x0e,0x24,0xf3,0x00,0xc0,0x05,0x15,0xf0,0xa6,0x00,0x03, +0x45,0x00,0x15,0x0f,0xc4,0x01,0x12,0x2f,0x4c,0x01,0x02,0x80,0x00,0x15,0x80,0xe8, +0x05,0x03,0x63,0x00,0x00,0xa2,0x04,0x02,0x30,0x02,0x24,0x3d,0xff,0x07,0x09,0x15, +0x5f,0xcc,0x04,0x14,0x2f,0xe1,0x04,0x00,0xc6,0x00,0x40,0xfc,0x30,0x02,0xaf,0x60, +0x00,0x32,0xef,0xff,0xfe,0x55,0x02,0x24,0x20,0x0f,0xd3,0x0c,0x10,0xf4,0xb3,0x08, +0x02,0x3a,0x00,0x24,0x40,0x0e,0x8d,0x0c,0x13,0xf2,0xc0,0x00,0x11,0xcf,0x9c,0x11, +0x50,0xff,0xfd,0x41,0x03,0xaf,0x01,0x01,0x26,0x02,0xdf,0x80,0x08,0x10,0x7d,0x09, +0x00,0x10,0xd8,0xe4,0x00,0x21,0x29,0xef,0x11,0x0b,0x15,0x00,0x5d,0x04,0x11,0xfb, +0x4e,0x00,0x30,0xa2,0x00,0x17,0x0b,0x00,0x05,0x54,0x00,0x10,0xf5,0x3c,0x07,0x03, +0x9e,0x05,0x32,0x9f,0xff,0xff,0x4c,0x01,0x22,0xfe,0x0b,0x83,0x0e,0x00,0x08,0x01, +0x33,0xaf,0xff,0xff,0x80,0x03,0x11,0x09,0x2a,0x00,0x00,0x09,0x01,0x24,0xd0,0x4f, +0x3f,0x00,0x60,0xf9,0x00,0xef,0xff,0xff,0xa3,0x54,0x00,0x36,0xff,0x30,0x05,0x06, +0x12,0x16,0x07,0x7b,0x0b,0x24,0x04,0xdf,0x03,0x0a,0x01,0x56,0x03,0x22,0xed,0xa6, +0xa7,0x01,0x22,0x8c,0xef,0x2c,0x0a,0x01,0x64,0x0f,0x01,0x72,0x0f,0x14,0x3e,0x7a, +0x04,0x00,0xd7,0x0e,0x02,0xff,0x0f,0x00,0x78,0x07,0x22,0xa6,0x7c,0x2e,0x11,0x21, +0xff,0xf3,0x14,0x06,0x20,0x70,0x5f,0x4c,0x00,0x00,0x9a,0x00,0x20,0xc0,0x7f,0x6f, +0x07,0x00,0xc1,0x03,0x12,0xf1,0xb9,0x00,0x00,0x22,0x02,0x02,0xc3,0x00,0x00,0xe6, +0x09,0x11,0x7f,0x2b,0x01,0x21,0x02,0xff,0x04,0x0a,0x11,0x60,0x55,0x01,0x20,0xfa, +0x1f,0xed,0x06,0x00,0x0d,0x04,0x70,0xfb,0x0b,0xff,0xff,0xfe,0x63,0x37,0x61,0x03, +0x15,0x03,0x32,0x0c,0x02,0x6b,0x03,0x10,0xfd,0xab,0x0e,0x01,0x6e,0x05,0x20,0xc1, +0xbf,0xb2,0x01,0x83,0x28,0xdf,0xfd,0xa5,0x00,0xdf,0xff,0xf8,0x73,0x04,0x05,0x50, +0x06,0x12,0x03,0xfb,0x09,0x12,0x00,0xba,0x0d,0x42,0x0a,0xce,0xff,0x50,0x57,0x07, +0x11,0x0c,0x64,0x00,0x00,0xcd,0x01,0x00,0x45,0x00,0x21,0x97,0x8e,0xf7,0x01,0x03, +0xa2,0x01,0x14,0xe1,0x08,0x0b,0x24,0xfe,0x20,0x6f,0x04,0x13,0xa1,0x09,0x11,0x00, +0x9e,0x0f,0x52,0x00,0x1a,0xaa,0xaa,0x42,0x50,0x16,0x16,0x72,0x07,0x00,0x1f,0x00, +0x01,0x00,0x0b,0x49,0x01,0x99,0x99,0x94,0x31,0x00,0x00,0x07,0x00,0xc6,0x70,0x1a, +0xaa,0xaa,0x51,0xff,0xff,0xf8,0x1f,0xff,0xff,0x81,0x07,0x00,0x0f,0x4a,0x00,0x0f, +0x1a,0x95,0x31,0x00,0x01,0x39,0x03,0x20,0xaf,0xf6,0x0f,0x16,0x50,0x01,0xff,0xf1, +0x00,0x7f,0xff,0x06,0x77,0x70,0x08,0xff,0xe1,0x00,0x78,0x84,0x37,0x00,0x05,0xb7, +0x13,0x14,0x4a,0x08,0x06,0x23,0x17,0xdf,0xa2,0x03,0x23,0x05,0xbf,0x69,0x09,0x24, +0x02,0x8e,0x8a,0x0d,0x11,0x5c,0x00,0x01,0x53,0x82,0x00,0x00,0x39,0xff,0xa1,0x02, +0x11,0x16,0x09,0x01,0x24,0xe8,0x20,0x8b,0x11,0x13,0x50,0x85,0x09,0x24,0xfe,0x81, +0x60,0x09,0x24,0xb4,0x00,0xb8,0x07,0x03,0xef,0x03,0x00,0x15,0x00,0x15,0xa4,0x77, +0x08,0x37,0xff,0xfd,0x71,0xca,0x11,0x11,0x40,0x9f,0x06,0x11,0xcf,0x54,0x00,0x01, +0xed,0x03,0x11,0x39,0x50,0x02,0x02,0x44,0x00,0x14,0x5b,0x7e,0x00,0x07,0x93,0x00, +0x00,0xb5,0x03,0x04,0xa8,0x00,0x07,0xbd,0x00,0x00,0x01,0x00,0x26,0x3a,0xfb,0xe8, +0x00,0x1f,0x40,0x67,0x0e,0x0c,0x07,0x15,0x00,0x24,0x27,0x77,0x01,0x00,0x2f,0x50, +0x00,0x01,0x00,0x2a,0x1f,0x05,0xe5,0x0e,0x16,0x24,0xb2,0x66,0x01,0x00,0x26,0x64, +0x23,0x3f,0x00,0x35,0xfd,0x61,0x00,0x31,0x01,0x26,0xfa,0x40,0x54,0x00,0x24,0xd7, +0x10,0x46,0x01,0x02,0x23,0x04,0x07,0x97,0x01,0x04,0x19,0x01,0x21,0xfc,0x50,0x2d, +0x00,0x11,0xcf,0xb9,0x04,0x01,0x77,0x01,0x35,0x28,0xef,0xff,0x08,0x0b,0x16,0x5b, +0x34,0x13,0x00,0x2f,0x00,0x04,0x31,0x01,0x1e,0x0a,0x15,0x00,0x05,0x2a,0x00,0x02, +0x3f,0x00,0x12,0x90,0x15,0x02,0x43,0xff,0xff,0xe9,0x20,0x69,0x00,0x28,0xfb,0x50, +0x7e,0x00,0x01,0x93,0x00,0x1d,0xa4,0xa8,0x00,0x23,0xfa,0x30,0xbd,0x00,0x24,0xfc, +0x60,0xd2,0x00,0x19,0x22,0x2a,0x01,0x51,0x27,0xbe,0xff,0xed,0xa6,0x2e,0x00,0x13, +0x1a,0xb7,0x08,0x05,0x10,0x17,0x26,0xff,0xc1,0x78,0x05,0x11,0xfc,0x9b,0x03,0x30, +0xfc,0x98,0xae,0x5d,0x13,0x11,0x04,0xf8,0x07,0x00,0xfd,0x06,0x21,0xc0,0x0b,0xdc, +0x04,0x00,0x78,0x06,0x13,0xf0,0xe9,0x05,0x00,0x67,0x11,0x42,0x08,0x88,0x88,0x40, +0xec,0x08,0x15,0xf0,0xe1,0x00,0x05,0x14,0x10,0x15,0x3f,0x07,0x06,0x00,0x68,0x00, +0x15,0x20,0x98,0x02,0x25,0xf5,0x00,0xec,0x0d,0x15,0x50,0xbc,0x08,0x15,0xd2,0x59, +0x06,0x16,0xfa,0xa6,0x0a,0x03,0x32,0x06,0x03,0x7a,0x12,0x03,0xe5,0x06,0x14,0xf2, +0xdd,0x0a,0x3f,0x99,0x99,0x90,0x1c,0x02,0x0a,0x5c,0x02,0x66,0x66,0x61,0x00,0xba, +0x06,0x0f,0x0b,0x00,0x1a,0x00,0x45,0x00,0x66,0x7a,0xce,0xff,0xfe,0xc9,0x51,0xcd, +0x03,0x13,0x7d,0x5a,0x02,0x18,0x40,0xf7,0x14,0x20,0xdd,0xdf,0x62,0x02,0x23,0x00, +0x00,0xd6,0x06,0x64,0xc7,0x30,0x00,0x00,0x01,0x59,0xea,0x00,0x44,0x6f,0xff,0xf9, +0x20,0x5e,0x07,0x12,0xf5,0xb3,0x07,0x14,0xd3,0x4f,0x00,0x11,0x2d,0xcf,0x00,0x10, +0x5f,0x0b,0x02,0xa0,0x39,0xdf,0xfc,0x70,0x00,0x89,0x80,0x1d,0xff,0xc0,0x8e,0x01, +0x40,0xa0,0x00,0x01,0xaf,0x9a,0x01,0xa0,0x3f,0xfe,0x00,0x2f,0xff,0x50,0x00,0x0c, +0xff,0xc0,0x8b,0x0d,0x60,0xeb,0xcf,0xff,0xa7,0xff,0xa0,0x38,0x11,0x10,0x06,0x39, +0x00,0xa0,0xdf,0xfe,0x50,0x00,0x09,0xff,0xdf,0xf6,0x00,0x01,0x64,0x18,0x52,0xf8, +0x00,0x00,0x9f,0xfe,0x7c,0x15,0x81,0x30,0x00,0x0b,0xff,0x50,0x5f,0xff,0x10,0x3c, +0x00,0x00,0x8a,0x01,0x10,0xf0,0xb9,0x1a,0x52,0x0a,0xff,0x90,0x00,0x09,0x96,0x0a, +0x20,0xff,0xfc,0x40,0x02,0x10,0x90,0x0b,0x08,0x13,0xef,0xc6,0x1a,0x00,0x3f,0x1a, +0x30,0xfa,0x3f,0xff,0x2e,0x00,0x11,0x10,0x6a,0x01,0x10,0xf5,0x23,0x00,0x11,0xa6, +0x4e,0x16,0x11,0xd0,0xc3,0x07,0x00,0x18,0x00,0x82,0x6f,0xf9,0x9f,0xf9,0x00,0x00, +0x9f,0xfa,0xc2,0x01,0x10,0xd0,0x05,0x00,0x52,0x7a,0xff,0x80,0x00,0x0a,0xeb,0x01, +0x11,0xdf,0xc5,0x14,0x72,0xf4,0xbf,0xf7,0x00,0x00,0xbf,0xf8,0x34,0x00,0x10,0x70, +0xce,0x00,0x11,0x0b,0x06,0x16,0x11,0xa0,0xe1,0x01,0x10,0xf4,0x34,0x00,0x71,0xa0, +0xaf,0xf8,0x00,0x00,0x8f,0xfd,0xc6,0x02,0x00,0x4b,0x09,0x71,0xff,0xf3,0x08,0xff, +0xb0,0x00,0x04,0xfa,0x13,0xa0,0xef,0xcf,0xf2,0x00,0x01,0xef,0xfa,0x00,0x5f,0xfe, +0x76,0x07,0xe0,0xd2,0x00,0x06,0xff,0xb6,0xff,0x60,0x03,0xdf,0xfe,0x10,0x01,0xff, +0xf3,0x2c,0x01,0x70,0xfd,0xce,0xff,0xd1,0x4f,0xff,0xcd,0x24,0x06,0x32,0x0c,0xff, +0x90,0x09,0x0d,0x11,0xb1,0xbd,0x0a,0x00,0xa0,0x00,0x00,0x69,0x02,0x91,0x3a,0xef, +0xeb,0x50,0x00,0x01,0xae,0xfe,0xa4,0x94,0x00,0x1b,0xfc,0x18,0x02,0x3b,0x04,0xff, +0xf9,0x12,0x00,0x35,0x09,0xff,0xfa,0xf0,0x01,0x13,0x9b,0xc7,0x02,0x33,0xfe,0x60, +0x00,0x9f,0x03,0x14,0xf4,0xaf,0x02,0x60,0xe9,0x52,0x10,0x01,0x25,0x8b,0x66,0x1a, +0x02,0x48,0x00,0x05,0xd6,0x19,0x14,0xe7,0x3e,0x00,0x13,0x6d,0xa4,0x0e,0x16,0x50, +0x40,0x02,0x67,0x69,0xbc,0xdd,0xcb,0x96,0x30,0x51,0x02,0x16,0xff,0x2d,0x03,0x02, +0xa9,0x16,0x05,0x2d,0x00,0x18,0x0d,0x68,0x17,0x01,0x77,0x07,0x26,0xf1,0x00,0x9a, +0x0e,0x05,0xf2,0x09,0x00,0x8b,0x08,0x14,0x5f,0x9e,0x17,0x00,0xa9,0x0a,0x25,0xd0, +0xef,0x15,0x03,0x44,0xaf,0xff,0xf8,0x0a,0x74,0x09,0x00,0x89,0x08,0x45,0x20,0x4f, +0xff,0xfd,0x90,0x0c,0x10,0xd0,0x22,0x1d,0x04,0x0f,0x0a,0x34,0xf8,0x00,0x0a,0xa0, +0x03,0x10,0x1f,0x83,0x01,0x13,0x4f,0xba,0x0c,0x02,0x6b,0x12,0x13,0xef,0xf6,0x00, +0x10,0xcf,0x28,0x04,0x04,0x9e,0x0b,0x01,0xe8,0x1a,0x00,0xca,0x09,0x03,0xf8,0x02, +0x16,0xd0,0x42,0x0d,0x72,0xef,0xff,0xfc,0x66,0x66,0x66,0x6d,0xd4,0x04,0x15,0x3f, +0x75,0x05,0x14,0x10,0x82,0x1a,0x04,0xe9,0x09,0x15,0xef,0x0e,0x00,0x02,0xdd,0x17, +0x06,0x68,0x0c,0x04,0x8f,0x10,0x11,0x02,0x9b,0x04,0x04,0x07,0x04,0x10,0x0c,0x66, +0x00,0x14,0x6f,0x24,0x01,0x00,0x61,0x12,0x05,0x7b,0x0a,0x00,0xd4,0x0b,0x15,0x01, +0x2f,0x04,0x00,0x91,0x09,0x14,0x7f,0x76,0x0f,0x00,0x32,0x00,0x15,0x4d,0x89,0x04, +0x00,0x25,0x00,0x03,0x6b,0x00,0x02,0x4f,0x11,0x05,0x78,0x00,0x28,0xfe,0x70,0x85, +0x00,0x19,0xfb,0x92,0x00,0x10,0x80,0x0d,0x00,0x51,0xa6,0x66,0x66,0x66,0x7b,0x88, +0x01,0x02,0x56,0x09,0x01,0x85,0x09,0x15,0xf5,0x0d,0x00,0x10,0x08,0x7e,0x08,0x04, +0x0d,0x00,0x18,0x05,0x0d,0x00,0x10,0x06,0xa2,0x0a,0x04,0x0d,0x00,0x10,0x0c,0x8b, +0x00,0x03,0x0d,0x00,0x20,0x15,0xcf,0xc8,0x01,0x06,0x68,0x00,0x17,0xf7,0x75,0x00, +0x27,0xea,0x30,0x0d,0x00,0x29,0xfc,0x71,0x8f,0x00,0x10,0x70,0x0d,0x00,0x60,0xa5, +0x55,0x55,0x55,0x67,0xbf,0x31,0x09,0x04,0x5b,0x00,0x10,0x02,0xb2,0x11,0x04,0x0d, +0x00,0x00,0xa1,0x01,0x15,0xb0,0x0d,0x00,0x00,0xab,0x05,0x05,0x0d,0x00,0x18,0x0b, +0x0d,0x00,0x17,0x0d,0x0d,0x00,0x00,0x34,0x00,0x18,0xe0,0x4e,0x00,0x13,0xa0,0xf7, +0x00,0x20,0x67,0xbf,0xb3,0x0a,0x07,0x82,0x00,0x18,0xf9,0x8f,0x00,0x17,0xa0,0x0d, +0x00,0x16,0xd5,0xa9,0x00,0x24,0xeb,0x84,0xac,0x1f,0x53,0xac,0xef,0xfe,0xdb,0x83, +0xca,0x02,0x12,0xbf,0x6d,0x01,0x15,0x60,0x24,0x0e,0x03,0x74,0x06,0x04,0x1e,0x0e, +0x02,0xf9,0x09,0x01,0x29,0x02,0x31,0xcb,0xab,0xdf,0xe5,0x13,0x10,0x05,0x56,0x03, +0x44,0x10,0x00,0x00,0x2a,0x02,0x0f,0x15,0xd2,0x4d,0x11,0x13,0x4f,0x03,0x06,0x00, +0x64,0x01,0x25,0xe3,0x0a,0xb6,0x09,0x30,0x0c,0xb7,0x30,0x5e,0x02,0x06,0x5e,0x17, +0x16,0x1f,0x1c,0x0f,0x01,0x4e,0x03,0x07,0xf5,0x03,0x16,0x4f,0xb6,0x1a,0x03,0xb8, +0x01,0x05,0x01,0x00,0x05,0x18,0x01,0x03,0x5c,0x03,0x07,0x36,0x00,0x16,0x2f,0xbd, +0x0f,0x01,0xe8,0x0a,0x16,0xfe,0x0d,0x00,0x15,0x0d,0x59,0x03,0x21,0x04,0x71,0xd5, +0x03,0x13,0x90,0xd9,0x06,0x30,0xfb,0x50,0x02,0x47,0x01,0x04,0xbe,0x02,0x21,0x90, +0x0b,0xd6,0x11,0x02,0x68,0x00,0x11,0xf2,0x75,0x07,0x30,0x81,0x00,0x00,0xe5,0x0c, +0x12,0xf8,0x87,0x0c,0x32,0xfd,0xba,0xbd,0x85,0x07,0x06,0xd7,0x0e,0x10,0xfd,0xd3, +0x00,0x14,0x5e,0xa4,0x02,0x01,0xe0,0x00,0x15,0x18,0x79,0x01,0x01,0x01,0x00,0x65, +0x59,0xce,0xff,0xfe,0xb8,0x30,0xd9,0x02,0x35,0xdc,0xa6,0x20,0xbc,0x08,0x04,0xa8, +0x08,0x06,0x57,0x02,0x18,0x20,0x57,0x02,0x11,0xf4,0x0d,0x00,0x31,0xc9,0x99,0x9a, +0xa3,0x01,0x14,0x30,0xfe,0x00,0x14,0x4b,0x6c,0x12,0x13,0x70,0xb8,0x00,0x15,0xf8, +0x0d,0x00,0x10,0x07,0xd6,0x03,0x05,0x25,0x01,0x00,0xcd,0x02,0x05,0x0d,0x00,0x12, +0x5f,0x3d,0x02,0x14,0x70,0x7c,0x04,0x1f,0xe0,0x8b,0x02,0x03,0x00,0x96,0x14,0x04, +0x0d,0x00,0x00,0xf5,0x01,0x18,0xf2,0x1a,0x00,0x18,0xf2,0xb2,0x02,0x1f,0xf1,0xb2, +0x02,0x06,0x15,0xd0,0x0d,0x00,0x00,0x55,0x01,0x04,0x0d,0x00,0x00,0x00,0x02,0x14, +0x50,0x0d,0x00,0x10,0x09,0xa1,0x01,0x04,0x0d,0x00,0x17,0x8f,0x9c,0x03,0x10,0x2a, +0x61,0x02,0x00,0x0d,0x00,0x42,0xb8,0x88,0x88,0xad,0x7c,0x04,0x0c,0x11,0x01,0x15, +0xff,0xa0,0x20,0x17,0x5f,0x2a,0x04,0x27,0x00,0x5f,0x44,0x04,0x08,0x0d,0x03,0x1f, +0x50,0x0c,0x00,0x14,0x22,0xc9,0x99,0x01,0x00,0x18,0x20,0x65,0x02,0x0f,0x0c,0x00, +0x2c,0x21,0xb8,0x88,0x01,0x00,0x17,0x81,0x90,0x00,0x1f,0xf2,0x0c,0x00,0x15,0x0e, +0x84,0x00,0x0f,0x90,0x00,0x36,0x27,0x88,0x81,0xfc,0x00,0x1f,0xf2,0x0c,0x00,0x1b, +0x16,0xf5,0x16,0x00,0x0f,0x15,0x00,0x05,0x03,0x4a,0x01,0x16,0x85,0xbb,0x03,0x06, +0x87,0x00,0x1f,0x05,0x15,0x00,0x2e,0x04,0xd9,0x13,0x06,0x7e,0x00,0x1f,0x85,0x15, +0x00,0x04,0x12,0xfc,0x88,0x00,0x1f,0x94,0x7e,0x00,0x39,0x0f,0x15,0x00,0x0a,0x01, +0x63,0x04,0x53,0x8c,0xde,0xff,0xed,0xa7,0x53,0x0a,0x13,0x18,0xd7,0x03,0x02,0xd5, +0x0d,0x08,0x25,0x17,0x28,0x00,0x9f,0x6c,0x07,0x01,0x71,0x10,0x11,0xdb,0x5e,0x05, +0x12,0xfa,0xa2,0x07,0x51,0x92,0x00,0x00,0x01,0x6e,0x7f,0x08,0x13,0xcf,0xa1,0x17, +0x00,0x90,0x22,0x25,0xc0,0x03,0xb0,0x04,0x55,0x0d,0xff,0xb6,0x20,0x09,0x02,0x05, +0x21,0x02,0x30,0x87,0x03,0x04,0x69,0x08,0x0c,0x61,0x05,0x01,0x4c,0x14,0x0d,0x62, +0x05,0x20,0x01,0x55,0x01,0x00,0x13,0x53,0xcb,0x00,0x12,0x05,0x9c,0x00,0x0a,0x0e, +0x00,0x03,0x2a,0x00,0x03,0x0e,0x00,0x03,0x46,0x00,0x03,0x0e,0x00,0x00,0x45,0x04, +0x05,0xd9,0x08,0x26,0xfa,0x0d,0x99,0x0b,0x11,0xaf,0xa7,0x13,0x16,0xfa,0x0e,0x00, +0x06,0xea,0x16,0x00,0x0e,0x00,0x24,0x00,0xbf,0xe5,0x12,0x13,0x07,0xfd,0x17,0x20, +0xff,0xa2,0x03,0x0d,0x24,0xdf,0xff,0xbb,0x10,0x33,0xdb,0xaa,0xbe,0xef,0x03,0x28, +0x8f,0xff,0xf0,0x03,0x26,0x05,0xef,0x00,0x08,0x06,0x25,0x24,0x23,0xfd,0x71,0x89, +0x01,0x67,0x9c,0xef,0xff,0xec,0xa6,0x20,0x9d,0x01,0x00,0x65,0x01,0x14,0x35,0x9f, +0x01,0x00,0x00,0x12,0x0f,0x19,0x00,0x60,0x20,0xfe,0xee,0x01,0x00,0x12,0xef,0x19, +0x00,0x05,0x01,0x00,0x17,0x35,0x0c,0x00,0x0f,0x19,0x00,0x0a,0x0f,0xc8,0x00,0x76, +0x09,0x19,0x00,0x12,0x75,0xba,0x1c,0x0f,0x07,0x00,0x45,0x04,0x79,0x23,0x2f,0xff, +0xf8,0x0a,0x00,0x0f,0x35,0x79,0x99,0x9b,0x66,0x08,0x1f,0x03,0x0a,0x00,0x72,0x41, +0x01,0x35,0x7a,0x40,0x9e,0x08,0x15,0xf7,0x68,0x14,0x32,0xf6,0x0f,0xff,0xf8,0x1e, +0x70,0xff,0xf3,0x0b,0xff,0xff,0xfc,0x10,0x4e,0x08,0x20,0xe0,0x04,0x32,0x08,0x11, +0xad,0xcd,0x02,0x15,0xbf,0x4d,0x08,0x15,0x1d,0x72,0x27,0x25,0x01,0xaf,0x53,0x08, +0x00,0x6b,0x1c,0x26,0xc8,0x30,0xd8,0x02,0x00,0x5b,0x25,0x15,0xe2,0x78,0x04,0x10, +0x9f,0x2f,0x00,0x04,0x1b,0x00,0x01,0x0d,0x00,0x04,0x1b,0x00,0x01,0x0d,0x00,0x04, +0x1b,0x00,0x11,0x8f,0x0d,0x00,0x03,0x1b,0x00,0x02,0x0d,0x00,0x03,0x1b,0x00,0x03, +0x0d,0x00,0x02,0x1b,0x00,0x02,0x9d,0x17,0x03,0x1b,0x00,0x13,0x7f,0x7c,0x04,0x01, +0x1b,0x00,0x04,0x0d,0x00,0x01,0x1b,0x00,0x14,0x6f,0x0d,0x00,0x00,0x1b,0x00,0x15, +0x6f,0xfc,0x03,0x12,0x5f,0xc1,0x23,0x04,0xa9,0x1a,0x04,0x3f,0x0c,0x07,0x93,0x07, +0x16,0xfd,0x1b,0x00,0x14,0x6d,0x25,0x04,0x10,0x5f,0x78,0x09,0x13,0x2f,0xb5,0x00, +0x11,0x05,0x21,0x01,0x13,0x5f,0x24,0x04,0x02,0xa2,0x00,0x12,0x9f,0xe7,0x1b,0x03, +0xbd,0x00,0x12,0xcf,0xbd,0x19,0x02,0x1b,0x00,0x00,0x6f,0x15,0x15,0x90,0x1b,0x00, +0x12,0x04,0x76,0x24,0x03,0xf3,0x00,0x11,0x08,0x2e,0x05,0x04,0x0e,0x01,0x11,0x0b, +0x02,0x25,0x04,0x29,0x01,0x10,0x1e,0x53,0x0c,0x16,0x05,0x90,0x27,0x07,0x46,0x09, +0x00,0x9e,0x01,0x16,0xf5,0xd7,0x05,0x18,0xaf,0xf9,0x08,0x2f,0x00,0x00,0x0b,0x00, +0xe2,0x1d,0xb8,0x38,0x08,0x1f,0xf3,0x0b,0x00,0x12,0x15,0x80,0xe5,0x29,0x15,0xa5, +0xfc,0x01,0x13,0x07,0x67,0x06,0x03,0xae,0x06,0x13,0xcf,0x1d,0x00,0x02,0x6f,0x00, +0x14,0x1f,0x1d,0x00,0x14,0xfc,0x33,0x07,0x00,0x1d,0x00,0x32,0xdf,0xff,0xf1,0xf6, +0x03,0x10,0xdf,0x1d,0x00,0x12,0xfa,0x6d,0x0f,0x31,0x0f,0xff,0xfa,0x1d,0x00,0x32, +0xab,0xff,0xfb,0x1c,0x02,0x10,0x7f,0x1d,0x00,0x41,0xfb,0x6f,0xff,0xf1,0xb5,0x01, +0x11,0xc6,0x1d,0x00,0x11,0xc2,0x8d,0x02,0x31,0x0f,0xff,0xf8,0x1d,0x00,0x41,0xfc, +0x0d,0xff,0xfa,0x25,0x02,0x11,0x37,0x1d,0x00,0x40,0xc0,0x9f,0xff,0xf0,0x5d,0x02, +0x12,0xe0,0x1d,0x00,0x10,0x04,0x2c,0x00,0x42,0x0e,0xff,0xfa,0x07,0x1d,0x00,0x30, +0x0f,0xff,0xfa,0xd0,0x03,0x12,0x50,0x1d,0x00,0x10,0x00,0x98,0x29,0x33,0x7f,0xff, +0xf0,0x1d,0x00,0x40,0x05,0xff,0xff,0x40,0x19,0x1d,0x02,0x1d,0x00,0x00,0x61,0x00, +0x12,0x01,0x0a,0x22,0x10,0xa5,0x9d,0x02,0x30,0xbf,0xff,0xc0,0x87,0x00,0x02,0x1d, +0x00,0x00,0xc6,0x00,0x00,0x5a,0x14,0x03,0x1d,0x00,0x00,0xf1,0x27,0x33,0xef,0xff, +0x60,0x1d,0x00,0x00,0x00,0x01,0x35,0xcf,0xff,0xf1,0x1d,0x00,0x12,0x07,0xfb,0x00, +0x04,0x1d,0x00,0x11,0x2f,0x18,0x01,0x04,0x1d,0x00,0x00,0x6b,0x0d,0x16,0xf2,0x1d, +0x00,0x11,0x08,0x52,0x01,0x05,0x1d,0x00,0x11,0x2f,0x6f,0x01,0x03,0x1d,0x00,0x00, +0x2c,0x00,0x17,0xf3,0x1d,0x00,0x02,0x03,0x24,0x11,0x7f,0x5c,0x01,0x14,0xf8,0xa8, +0x10,0x15,0x35,0x85,0x01,0x12,0xef,0xaf,0x01,0x17,0xa0,0x19,0x00,0x27,0xff,0x30, +0x19,0x00,0x18,0xfc,0x19,0x00,0x15,0xf5,0x19,0x00,0x12,0xfe,0x65,0x08,0x02,0x19, +0x00,0x12,0x9e,0xc3,0x01,0x01,0x19,0x00,0x12,0xfa,0xc4,0x22,0x02,0x19,0x00,0x14, +0xb0,0x39,0x27,0x12,0xf3,0x65,0x01,0x14,0xf2,0x19,0x00,0x00,0xb8,0x14,0x14,0xb0, +0x19,0x00,0x11,0x00,0xf9,0x1b,0x03,0x19,0x00,0x02,0xb0,0x26,0x03,0x19,0x00,0x01, +0xa8,0x27,0x04,0x19,0x00,0x01,0x69,0x26,0x03,0x19,0x00,0x00,0x15,0x00,0x14,0x70, +0x19,0x00,0x10,0x00,0x73,0x00,0x04,0x19,0x00,0x00,0x82,0x27,0x14,0x0d,0x19,0x00, +0x00,0x73,0x00,0x13,0xcf,0x19,0x00,0x00,0x06,0x04,0x14,0xbb,0x19,0x00,0x00,0x73, +0x00,0x14,0xdf,0x19,0x00,0x01,0xb0,0x2a,0x04,0x19,0x00,0x13,0x01,0xc2,0x02,0x15, +0xfc,0x16,0x0f,0x13,0x35,0x32,0x1e,0x17,0x0e,0x19,0x00,0x01,0x15,0x0e,0x15,0x35, +0x90,0x2c,0x03,0x06,0x05,0x33,0x04,0x9b,0xef,0x01,0x21,0x00,0x49,0x00,0x12,0x8e, +0x0e,0x03,0x02,0x0d,0x18,0x05,0xc1,0x08,0x14,0xe5,0x09,0x03,0x05,0x68,0x10,0x26, +0x00,0x06,0x04,0x0a,0x12,0xf6,0x89,0x12,0x22,0xf9,0x10,0xe4,0x08,0x11,0xf2,0xf0, +0x06,0x14,0xe3,0x78,0x12,0x34,0xc0,0x00,0x3f,0x41,0x09,0x10,0x04,0xa7,0x01,0x06, +0x06,0x0a,0x01,0x0a,0x00,0x15,0xdf,0xce,0x15,0x12,0x2f,0x88,0x24,0x16,0xd0,0x1c, +0x2a,0x16,0x13,0x97,0x09,0x12,0x0a,0x91,0x24,0x16,0x80,0xeb,0x12,0x16,0x55,0xc9, +0x0a,0x12,0x07,0xa4,0x24,0x15,0x70,0x23,0x1f,0x25,0xff,0x64,0x6d,0x0f,0x00,0x0f, +0x01,0x17,0xf5,0x6e,0x0f,0x00,0xc5,0x1b,0x06,0x6f,0x0f,0x21,0x0e,0xff,0x27,0x30, +0x15,0xf4,0x0f,0x07,0x01,0x03,0x1e,0x15,0xc0,0x2b,0x00,0x22,0x70,0x01,0xa2,0x05, +0x02,0x86,0x0a,0x11,0xf1,0xd8,0x20,0x14,0x60,0x6b,0x22,0x01,0xf2,0x20,0x00,0x0d, +0x0a,0x22,0x02,0x9f,0x52,0x00,0x15,0x4f,0x75,0x0f,0x29,0xff,0x30,0xd6,0x0d,0x16, +0x40,0xa2,0x1c,0x02,0x36,0x0f,0x00,0xb5,0x00,0x02,0x5d,0x01,0x14,0xd6,0xe6,0x0a, +0x23,0x48,0xbe,0x79,0x0f,0x04,0x38,0x00,0x28,0xed,0x95,0x44,0x00,0x18,0xf7,0x50, +0x00,0x19,0xc0,0x6a,0x12,0x02,0xc4,0x0c,0x36,0x9a,0xdf,0xff,0xb2,0x0e,0x00,0xef, +0x1a,0x14,0xc0,0x13,0x01,0x17,0x2f,0xfe,0x0e,0x17,0x0a,0x2b,0x09,0x00,0xb9,0x1f, +0x0f,0x0c,0x00,0x01,0x17,0x0b,0x42,0x06,0x07,0xd2,0x11,0x10,0x03,0xbb,0x06,0x02, +0x5d,0x05,0x20,0x89,0xcf,0x28,0x07,0x17,0x5f,0x8e,0x13,0x1a,0x5f,0xec,0x12,0x02, +0x01,0x00,0x16,0xd4,0x47,0x07,0x1e,0x94,0x1a,0x0e,0x0f,0x0c,0x00,0x56,0x04,0xe6, +0x02,0x1b,0xeb,0xe6,0x02,0x03,0xf3,0x1a,0x01,0x1f,0x26,0x05,0x4a,0x26,0x19,0x06, +0xe6,0x02,0x16,0x05,0xe6,0x02,0x12,0xf5,0xe6,0x02,0x00,0x7f,0x17,0x15,0x29,0xe6, +0x02,0x14,0xf4,0xd7,0x02,0x10,0xb0,0x2a,0x01,0x15,0xf4,0x2d,0x08,0x16,0x20,0x52, +0x0c,0x10,0x0a,0x2a,0x02,0x15,0xcf,0x3c,0x1f,0x00,0x66,0x21,0x06,0x8b,0x0c,0x00, +0x66,0x10,0x1f,0x12,0xe6,0x02,0x29,0x17,0xf8,0xe6,0x02,0x18,0x3f,0x11,0x22,0x24, +0xff,0x41,0xc1,0x06,0x01,0xc9,0x09,0x25,0xf2,0x0e,0x6f,0x0d,0x10,0x01,0xad,0x02, +0x14,0x9f,0x66,0x00,0x00,0x48,0x00,0x25,0xa0,0x04,0xf7,0x08,0x10,0x1e,0xc6,0x00, +0x23,0x0d,0xff,0x31,0x04,0x11,0x0a,0x09,0x00,0x13,0x4f,0x38,0x12,0x12,0x1b,0xca, +0x02,0x00,0x79,0x04,0x43,0x94,0x21,0x24,0x9f,0x30,0x07,0x17,0xcf,0xc8,0x13,0x16, +0x00,0x76,0x22,0x03,0x5f,0x00,0x17,0x6e,0x53,0x0e,0x00,0x5e,0x01,0x10,0xbf,0x78, +0x01,0x16,0x94,0xc1,0x16,0x16,0xaf,0x8a,0x16,0x02,0x81,0x03,0x17,0xfe,0xb5,0x01, +0x14,0x0c,0xa4,0x12,0x15,0x00,0x93,0x09,0x46,0xa7,0x67,0x60,0x00,0x85,0x24,0x04, +0xa8,0x00,0x03,0x5c,0x26,0x16,0xff,0x4c,0x1c,0x27,0x01,0xcf,0x00,0x17,0x00,0x2e, +0x1d,0x10,0xdf,0x28,0x20,0x04,0xba,0x15,0x29,0xdb,0x82,0x9d,0x0f,0x2a,0xfc,0x20, +0x83,0x11,0x07,0x1b,0x00,0x03,0xc9,0x12,0x00,0x24,0x10,0x11,0x9b,0x13,0x08,0x05, +0x69,0x09,0x10,0x8f,0x40,0x05,0x08,0xe3,0x0a,0x15,0x80,0x1b,0x00,0x18,0x04,0x56, +0x15,0x10,0x00,0x40,0x27,0x05,0x1b,0x00,0x19,0x02,0x1b,0x00,0x00,0x97,0x1a,0x05, +0x1b,0x00,0x17,0x1e,0x4a,0x11,0x23,0x02,0x7e,0xf0,0x09,0x07,0xd5,0x16,0x07,0xa2, +0x00,0x18,0x40,0xac,0x1c,0x08,0xbd,0x00,0x12,0xd2,0x92,0x0a,0x00,0x4b,0x10,0x03, +0x7f,0x27,0x02,0x51,0x00,0x03,0x59,0x01,0x03,0x6c,0x00,0x03,0x83,0x05,0x03,0x6c, +0x00,0x11,0x1e,0x09,0x06,0x04,0x87,0x00,0x11,0x6f,0x82,0x05,0x04,0xa2,0x00,0x10, +0xcf,0xc8,0x01,0x04,0x1b,0x00,0x14,0x03,0x87,0x00,0x04,0x14,0x13,0x16,0xfc,0x0e, +0x01,0x18,0x0e,0xb1,0x16,0x01,0x91,0x14,0x06,0x92,0x0a,0x12,0xbf,0x98,0x01,0x24, +0x27,0xac,0xf1,0x0e,0x04,0xc6,0x15,0x28,0xff,0xa2,0x71,0x03,0x16,0xe3,0x79,0x27, +0x12,0xff,0xda,0x25,0x51,0xff,0xe8,0x43,0x23,0x6c,0xc7,0x1c,0x12,0x4f,0x43,0x00, +0x00,0x83,0x06,0x05,0x54,0x1b,0x01,0x46,0x1c,0x04,0x64,0x22,0x32,0x39,0x64,0x20, +0xca,0x21,0x07,0x2d,0x02,0x17,0xd2,0x60,0x15,0x06,0x47,0x19,0x11,0x07,0xf2,0x01, +0x26,0x95,0x20,0xa8,0x26,0x03,0x4a,0x34,0x38,0x00,0x06,0xef,0x82,0x19,0x13,0x6b, +0x1c,0x02,0x02,0x81,0x02,0x28,0x37,0xbe,0x6e,0x02,0x23,0x02,0x6b,0x83,0x18,0x02, +0x0e,0x00,0x03,0xe2,0x0b,0x05,0xd2,0x03,0x44,0x00,0x00,0x14,0x50,0x96,0x03,0x23, +0xf1,0x7c,0x48,0x16,0x00,0xab,0x00,0x05,0x16,0x04,0x00,0x84,0x14,0x43,0x2f,0xff, +0xff,0xfa,0x57,0x03,0x11,0xfa,0x3a,0x10,0x31,0xc9,0x76,0x78,0x28,0x17,0x07,0x53, +0x03,0x13,0x90,0xe8,0x07,0x03,0x0c,0x00,0x23,0x00,0x5d,0x95,0x00,0x12,0x30,0x4f, +0x1c,0x53,0xde,0xff,0xfe,0xca,0x72,0xfa,0x19,0x04,0x01,0x00,0x0f,0x0c,0x00,0x11, +0x53,0x49,0x99,0x99,0x99,0x9d,0x2d,0x29,0x04,0x47,0x15,0x04,0xc0,0x00,0x0f,0x0c, +0x00,0xf1,0x17,0x9f,0x06,0x0e,0x14,0x79,0x39,0x05,0x00,0xd1,0x02,0x0f,0x19,0x00, +0xab,0x14,0xf3,0xeb,0x18,0x23,0xf6,0x8f,0xf5,0x0e,0x00,0x3a,0x02,0x14,0x56,0x46, +0x06,0x11,0x0c,0xf4,0x38,0x24,0xff,0xe0,0xec,0x03,0x12,0x00,0xac,0x0e,0x01,0x5b, +0x05,0x22,0xa0,0x08,0x3f,0x23,0x11,0x04,0x37,0x0a,0x10,0x1e,0x84,0x02,0x01,0xf6, +0x12,0x17,0xf9,0x9e,0x26,0x14,0xfb,0x8d,0x2e,0x04,0x35,0x14,0x12,0x1a,0x0c,0x00, +0x12,0xc4,0x92,0x05,0x62,0x6a,0xde,0xff,0xfd,0xb7,0x30,0x74,0x00,0x15,0x70,0x1a, +0x04,0x15,0x32,0x56,0x03,0x00,0xfc,0x09,0x14,0x0c,0x8d,0x01,0x10,0x05,0x95,0x00, +0x13,0x7f,0x1d,0x06,0x00,0x04,0x03,0x24,0x20,0x01,0xd0,0x05,0x01,0xe2,0x2a,0x04, +0xba,0x1b,0x00,0x5b,0x27,0x01,0xdf,0x00,0x13,0x50,0xb8,0x01,0x15,0x10,0xf0,0x1b, +0x00,0x65,0x25,0x05,0x9a,0x2c,0x12,0x03,0x08,0x0c,0x12,0x4f,0x15,0x05,0x12,0x8f, +0x77,0x1c,0x11,0xef,0x07,0x05,0x03,0xae,0x27,0x02,0x13,0x32,0x13,0x02,0x44,0x04, +0x11,0x2f,0xb1,0x07,0x13,0x7f,0x8f,0x06,0x01,0x92,0x24,0x02,0x2e,0x2f,0x03,0xd5, +0x1c,0x05,0x3c,0x20,0x01,0xf0,0x1c,0x34,0x6f,0xff,0xfc,0xd1,0x00,0x11,0xf7,0x83, +0x34,0x04,0xc4,0x00,0x25,0xc0,0x00,0x5e,0x02,0x11,0x0f,0xec,0x18,0x15,0xfb,0x87, +0x0a,0x24,0xf6,0x0a,0x66,0x14,0x00,0xc5,0x00,0x45,0xa0,0xef,0xff,0xf0,0x94,0x0a, +0x25,0xfe,0x2f,0x44,0x1e,0x00,0x48,0x35,0x05,0x8a,0x1c,0x02,0x32,0x2a,0x18,0xe0, +0xe3,0x1d,0x06,0x67,0x24,0x15,0x7f,0x6c,0x15,0x03,0x11,0x0c,0x06,0x50,0x15,0x13, +0x0b,0x8b,0x05,0x00,0x54,0x0b,0x04,0xe4,0x08,0x13,0x40,0xc9,0x1a,0x12,0x9f,0x36, +0x00,0x12,0x09,0xb2,0x07,0x00,0xdd,0x00,0x12,0xf5,0xc3,0x25,0x01,0x5f,0x00,0x13, +0xc0,0x15,0x03,0x02,0x04,0x2e,0x01,0xef,0x0e,0x13,0xf0,0xa9,0x27,0x12,0x0d,0x8a, +0x00,0x12,0x4f,0x9c,0x29,0x00,0x1b,0x00,0x13,0x90,0x2d,0x2a,0x13,0x8f,0x3d,0x09, +0x00,0x2f,0x2e,0x12,0x04,0x78,0x01,0x00,0x36,0x0e,0x13,0xfa,0x13,0x28,0x01,0xe0, +0x2f,0x00,0xa6,0x01,0x11,0x9d,0x5e,0x01,0x12,0xbf,0xbb,0x35,0x11,0xfc,0x8f,0x00, +0x11,0x5a,0xb1,0x02,0x01,0x96,0x34,0x00,0xa4,0x01,0x00,0xaa,0x00,0x10,0x27,0x8e, +0x00,0x02,0x97,0x01,0x00,0x6b,0x34,0x00,0x8f,0x00,0x10,0x03,0xb2,0x01,0x11,0x05, +0x6d,0x00,0x10,0x0f,0x6d,0x01,0x40,0x0e,0xff,0xfb,0x00,0xf0,0x00,0x11,0x09,0xb1, +0x00,0x01,0xaa,0x34,0x40,0x1f,0xff,0xf8,0x00,0xa9,0x0e,0x02,0xb5,0x01,0x12,0x08, +0x35,0x1d,0x60,0xf4,0x00,0x9f,0xff,0xf4,0x00,0x33,0x3c,0x02,0x7e,0x30,0x81,0x00, +0x8f,0xff,0xf0,0x00,0x5f,0xff,0xf8,0x15,0x2a,0x03,0x6f,0x26,0x74,0xcf,0xff,0xd0, +0x00,0x1f,0xff,0xfc,0xd3,0x01,0x00,0xb4,0x1e,0x12,0xff,0x73,0x2c,0x00,0x10,0x1f, +0x02,0x92,0x01,0x10,0xfc,0x68,0x0f,0x00,0x89,0x00,0x43,0x30,0xdf,0xff,0xf4,0x0e, +0x0c,0x40,0x07,0xff,0xff,0x20,0xaf,0x00,0x12,0x61,0x99,0x02,0x00,0x66,0x00,0x31, +0x3a,0xff,0xfe,0xd5,0x00,0x13,0x94,0x1f,0x06,0x10,0x0c,0x44,0x12,0x11,0xfa,0x68, +0x00,0x12,0xb8,0x4c,0x02,0x00,0x99,0x00,0x31,0xaf,0xff,0xf7,0x06,0x01,0x13,0xec, +0xe7,0x01,0x13,0x04,0xee,0x2a,0x02,0xb5,0x1b,0x06,0x10,0x2e,0x13,0xf0,0x6d,0x01, +0x03,0x6a,0x02,0x04,0x59,0x3a,0x25,0x0f,0xff,0x68,0x07,0x13,0x8f,0xc4,0x01,0x13, +0x0c,0x41,0x00,0x03,0x31,0x00,0x13,0x40,0xdf,0x01,0x15,0xf0,0x88,0x02,0x01,0x91, +0x06,0x15,0x05,0xad,0x33,0x26,0xff,0xf8,0x78,0x1c,0x04,0x18,0x17,0x11,0x07,0xdb, +0x03,0x15,0x3f,0x5f,0x0e,0x15,0xfe,0x0f,0x37,0x00,0xb5,0x03,0x12,0x50,0xfa,0x2b, +0x11,0x10,0x7a,0x03,0x12,0xb0,0x4a,0x02,0x12,0xfa,0x4e,0x0d,0x03,0x1b,0x08,0x12, +0xf4,0xd0,0x1e,0x04,0xd6,0x29,0x15,0x02,0xb8,0x00,0x00,0xdf,0x0a,0x06,0x0e,0x0b, +0x11,0x9f,0x98,0x06,0x16,0x80,0x3b,0x07,0x06,0xdf,0x02,0x14,0x04,0x10,0x2b,0x05, +0xa9,0x07,0x18,0xfa,0x12,0x18,0x0a,0xea,0x20,0x05,0x36,0x0a,0x15,0x08,0x6a,0x15, +0x04,0xf7,0x20,0x04,0x66,0x18,0x00,0xb1,0x00,0x15,0x4f,0xa9,0x07,0x00,0xdf,0x1f, +0x26,0x9f,0xff,0xd6,0x3b,0x24,0xb0,0x01,0xf0,0x1d,0x01,0x83,0x04,0x13,0x05,0x6e, +0x00,0x11,0x06,0xc5,0x00,0x12,0x0b,0x89,0x00,0x12,0x02,0x52,0x0b,0x00,0x33,0x1c, +0x02,0x07,0x01,0x03,0xcd,0x04,0x01,0xd7,0x33,0x03,0xb4,0x22,0x00,0x06,0x02,0x13, +0x1e,0xe6,0x2f,0x10,0x04,0xf5,0x00,0x14,0x0a,0x29,0x08,0x00,0x09,0x00,0x15,0x05, +0x07,0x01,0x00,0x24,0x00,0x14,0x1e,0x0e,0x31,0x10,0x04,0xdb,0x04,0x14,0x6f,0x08, +0x01,0x01,0x44,0x00,0x04,0x17,0x0f,0x01,0x16,0x00,0x16,0x03,0xd2,0x04,0x12,0xe0, +0xc3,0x0d,0x03,0xf2,0x0b,0x02,0x78,0x03,0x11,0xc0,0x9b,0x00,0x13,0xfc,0xd7,0x00, +0x12,0x50,0x2f,0x05,0x02,0x4a,0x00,0x16,0xfd,0x3a,0x25,0x10,0x04,0xcb,0x00,0x02, +0x30,0x29,0x03,0xd5,0x03,0x06,0x44,0x30,0x00,0xbd,0x03,0x36,0xef,0xff,0xfc,0x4a, +0x04,0x16,0x9f,0x4c,0x04,0x14,0xdf,0x7c,0x08,0x05,0x95,0x01,0x17,0xe1,0x58,0x04, +0x28,0xff,0xf6,0xd3,0x1e,0x04,0x71,0x0c,0x02,0xda,0x01,0x06,0xb9,0x22,0x19,0x08, +0x07,0x25,0x17,0x8f,0xa9,0x04,0x0f,0x1b,0x00,0x63,0x17,0x05,0xe5,0x0d,0x16,0x5f, +0x17,0x21,0x0f,0x17,0x00,0x04,0x12,0x03,0x99,0x1b,0x16,0xaf,0x59,0x00,0x16,0x09, +0xf8,0x00,0x16,0x06,0x98,0x02,0x16,0x03,0x01,0x01,0x16,0x01,0xd7,0x10,0x04,0x30, +0x03,0x03,0x5a,0x01,0x04,0xec,0x02,0x06,0x8b,0x02,0x05,0x30,0x02,0x03,0x83,0x07, +0x06,0x64,0x00,0x04,0xfa,0x0d,0x04,0x8e,0x02,0x06,0x84,0x02,0x06,0x29,0x02,0x05, +0xab,0x10,0x07,0x64,0x00,0x1f,0x90,0x64,0x00,0x0d,0x16,0xf4,0x11,0x01,0x13,0xfe, +0x48,0x1e,0x15,0x92,0x81,0x24,0x01,0xef,0x22,0x05,0xc4,0x1e,0x0f,0x17,0x00,0x04, +0x11,0xcf,0x1d,0x20,0x01,0xdb,0x0f,0x04,0x0b,0x00,0x40,0xec,0xcc,0xca,0xcf,0xb3, +0x00,0x11,0x0c,0x00,0x07,0x0f,0x0b,0x00,0x89,0x48,0xfe,0xdd,0xdd,0xac,0xbb,0x00, +0x00,0x0b,0x00,0x13,0x8f,0x1d,0x3a,0x13,0x50,0xe5,0x37,0x02,0x79,0x37,0x02,0xfb, +0x37,0x01,0x06,0x38,0x02,0x11,0x38,0x13,0x3f,0x49,0x3b,0x14,0xa0,0xa0,0x37,0x01, +0xab,0x37,0x02,0xb6,0x37,0x01,0xc1,0x37,0x02,0xcc,0x37,0x01,0xd7,0x37,0x00,0x26, +0x42,0x01,0xc8,0x01,0x13,0x20,0xf8,0x37,0x02,0x03,0x38,0x01,0x0e,0x38,0x02,0x19, +0x38,0x02,0x24,0x38,0x10,0x7f,0x90,0x01,0x11,0x04,0x9c,0x00,0x13,0x1f,0xbd,0x32, +0x14,0xd0,0x5b,0x38,0x13,0x8f,0x9c,0x0d,0x10,0x60,0x6e,0x3f,0x00,0xae,0x08,0x41, +0x88,0x88,0x50,0x8f,0xce,0x25,0x08,0x06,0x00,0x31,0x6c,0xcc,0xcc,0x7b,0x05,0x1f, +0x01,0x06,0x00,0x9e,0x3b,0x6d,0xdd,0xdd,0xcc,0x00,0x15,0x8f,0xac,0x26,0x16,0xbf, +0x9a,0x0b,0x02,0x59,0x16,0x05,0xe2,0x05,0x15,0xfd,0x31,0x06,0x01,0x3c,0x01,0x02, +0x29,0x05,0x22,0xe0,0xaf,0xff,0x0f,0x00,0x45,0x34,0x12,0x04,0x1b,0x03,0x00,0x72, +0x01,0x23,0x20,0x0d,0x0b,0x14,0x00,0x1f,0x00,0x12,0x6f,0x06,0x07,0x10,0x1f,0x36, +0x00,0x01,0xfe,0x05,0x00,0x9f,0x3e,0x02,0x6c,0x34,0x01,0x4f,0x00,0x01,0x61,0x28, +0x11,0xf4,0x31,0x0b,0x11,0xf1,0x82,0x00,0x01,0x04,0x02,0x00,0x40,0x00,0x01,0x52, +0x00,0x12,0x03,0x4e,0x04,0x01,0x52,0x00,0x11,0xaf,0x5c,0x03,0x00,0x64,0x17,0x03, +0x14,0x3f,0x00,0xd0,0x00,0x23,0x60,0x07,0x8b,0x06,0x00,0x52,0x00,0x33,0xef,0xff, +0x80,0xf3,0x11,0x35,0xf4,0x38,0x88,0x01,0x00,0x27,0x85,0x6f,0x07,0x25,0x34,0x58, +0x88,0x84,0x25,0x2a,0x01,0x7d,0x42,0x00,0x8d,0x12,0x11,0xc0,0x3c,0x25,0x11,0xa0, +0xc4,0x10,0x11,0x80,0xb8,0x00,0x00,0xc0,0x2e,0x00,0x54,0x1b,0x14,0x20,0x59,0x1f, +0x03,0x10,0x04,0x15,0x1e,0x92,0x1f,0x00,0x0f,0x08,0x21,0xea,0xae,0xfa,0x06,0x00, +0xf0,0x35,0x03,0xc2,0x33,0x02,0xcf,0x0c,0x01,0xf4,0x0a,0x43,0x06,0x88,0x88,0x70, +0x2e,0x09,0x05,0x07,0x08,0x02,0x9e,0x00,0x32,0x11,0x11,0x1f,0xd7,0x32,0x15,0x8c, +0xb8,0x11,0x15,0x7f,0xc3,0x11,0x16,0x08,0xce,0x11,0x11,0x2f,0x9f,0x3c,0x01,0x37, +0x00,0x11,0x8f,0x0b,0x03,0x13,0x0f,0x0b,0x1c,0x13,0x00,0xcc,0x17,0x14,0xcf,0x25, +0x08,0x11,0x80,0x91,0x2f,0x01,0x7e,0x07,0x10,0x90,0x08,0x06,0x31,0xc1,0x01,0x7f, +0x8f,0x0a,0x14,0x4f,0x7d,0x21,0x22,0xfd,0xa5,0x92,0x34,0x20,0x60,0xdf,0x80,0x1c, +0x11,0xcf,0x5d,0x13,0x10,0x6f,0xbd,0x00,0x00,0xc5,0x34,0x63,0x10,0x00,0x05,0xcf, +0xfe,0xa3,0x57,0x33,0x09,0x64,0x32,0x1f,0x00,0x15,0x00,0x30,0x20,0x04,0xad,0xe5, +0x42,0x00,0x15,0x00,0x11,0x0a,0xc5,0x19,0x00,0x15,0x00,0x12,0x4b,0xe7,0x05,0x00, +0x0e,0x0b,0x21,0xff,0xfe,0x6c,0x11,0x00,0xd3,0x20,0x10,0x91,0x0a,0x37,0x12,0xfa, +0xc5,0x00,0x00,0xe1,0x00,0x21,0xf0,0x3f,0x43,0x09,0x00,0xd1,0x00,0x12,0x53,0x80, +0x01,0x00,0x7e,0x40,0x01,0x85,0x3c,0x01,0x41,0x07,0x13,0xa3,0x69,0x00,0x11,0xff, +0x14,0x34,0x12,0x30,0x63,0x01,0x13,0xc3,0xd0,0x05,0x32,0xff,0xff,0xfc,0x93,0x00, +0x00,0x15,0x00,0x12,0xb3,0x3e,0x06,0x00,0x4b,0x28,0x03,0x9d,0x07,0x11,0x4f,0xd2, +0x3c,0x13,0xfe,0x3b,0x09,0x01,0xde,0x1b,0x01,0x82,0x44,0x12,0x03,0x13,0x36,0x00, +0x88,0x0d,0x60,0x3f,0xff,0xff,0xbf,0xff,0xde,0x1b,0x03,0x00,0xce,0x3e,0x11,0xcf, +0xd9,0x18,0x00,0x38,0x00,0x21,0x21,0xbf,0xa0,0x17,0x01,0x0e,0x0b,0x23,0x4b,0xdf, +0xe2,0x41,0x14,0x49,0x46,0x35,0x24,0x03,0xcf,0xd9,0x14,0x15,0x05,0x38,0x29,0x10, +0x03,0x30,0x09,0x02,0xd1,0x14,0x10,0xdf,0x02,0x01,0x10,0x5e,0x56,0x08,0x01,0x21, +0x2d,0x00,0x50,0x00,0x11,0x60,0x61,0x28,0x01,0xdb,0x34,0x03,0x49,0x0d,0x58,0x02, +0x44,0x44,0x30,0x3f,0x40,0x22,0x16,0xf6,0x55,0x2d,0x15,0x50,0x05,0x07,0x04,0xfc, +0x36,0x03,0x3d,0x0c,0x03,0x1f,0x01,0x06,0xde,0x21,0x10,0xb0,0x97,0x00,0x20,0x99, +0x99,0x73,0x00,0x12,0x10,0x52,0x32,0x11,0x06,0x20,0x00,0x01,0x8d,0x1e,0x10,0x0e, +0x05,0x00,0x20,0x05,0xef,0x52,0x0a,0x00,0x25,0x02,0x12,0xef,0xdf,0x09,0x03,0x29, +0x03,0x14,0x60,0x95,0x38,0x02,0x14,0x35,0x59,0x04,0x9d,0xef,0xed,0x94,0x2e,0x27, +0x1d,0xa0,0xda,0x2d,0x0f,0x15,0x00,0x27,0x51,0x05,0xad,0xfe,0xc8,0x10,0x15,0x00, +0x11,0x1b,0x0b,0x14,0x00,0x15,0x00,0x02,0xe5,0x1e,0x60,0x5d,0xff,0xff,0xa0,0x09, +0xff,0x7e,0x42,0x22,0xfe,0xdf,0x24,0x22,0x21,0x70,0x00,0xf0,0x41,0x02,0x02,0x0a, +0x21,0x1e,0xff,0x55,0x22,0x12,0xf0,0x03,0x03,0x12,0xa0,0xad,0x0e,0x12,0x02,0xe3, +0x01,0x12,0x80,0xf8,0x01,0x13,0xa4,0x3b,0x01,0x11,0xdf,0xd7,0x1a,0x12,0x60,0x8b, +0x07,0x13,0xa5,0x15,0x00,0x11,0xcf,0xbe,0x22,0x03,0x78,0x0d,0x13,0xa3,0x3b,0x01, +0x02,0xb7,0x22,0x13,0xb0,0x12,0x23,0x14,0xdf,0x04,0x2b,0x24,0xfa,0x09,0x3b,0x01, +0x34,0xff,0xa0,0x3f,0x22,0x02,0x11,0xfa,0x2a,0x12,0x62,0xdf,0xff,0xdd,0xff,0xff, +0xa0,0xd5,0x33,0x10,0xf3,0x74,0x0d,0x01,0xb0,0x34,0x21,0xe3,0x0a,0x46,0x00,0x43, +0x6c,0xef,0xec,0x61,0x23,0x42,0x21,0x59,0xde,0xa3,0x1f,0x03,0x5a,0x01,0x25,0xfa, +0x10,0xdf,0x19,0x11,0xd1,0xc3,0x01,0x20,0xfa,0x8a,0xc1,0x00,0x20,0x01,0xef,0xff, +0x12,0x12,0x2d,0x2a,0x1c,0x21,0xf1,0x00,0x47,0x43,0x03,0x31,0x01,0x11,0xcf,0x2a, +0x3e,0x11,0x70,0x10,0x03,0x91,0xf6,0x4f,0xff,0xff,0xa7,0x77,0x77,0x77,0xbf,0xfe, +0x33,0x03,0x0c,0x10,0x15,0x6f,0x5d,0x15,0x15,0x6f,0x14,0x23,0x04,0xa7,0x0f,0x02, +0x69,0x02,0x05,0x88,0x04,0x19,0x90,0xfe,0x35,0x44,0x22,0x10,0x00,0x07,0xe0,0x2b, +0x21,0xe5,0x01,0xe5,0x37,0x13,0x2c,0xf4,0x2a,0x21,0xfe,0xcd,0xcf,0x0c,0x16,0x07, +0x03,0x2c,0x12,0x5e,0x78,0x43,0x02,0x10,0x3f,0x03,0xf4,0x02,0x55,0x00,0x5b,0xef, +0xfe,0xc4,0x9d,0x0a,0x12,0x8f,0x07,0x00,0x00,0x0c,0x48,0x22,0xd5,0x00,0x85,0x37, +0x04,0x0d,0x10,0x02,0x17,0x42,0x03,0x07,0x00,0x12,0x5f,0x54,0x00,0x0a,0x07,0x00, +0x7a,0x3c,0xcd,0xff,0xff,0xfd,0xcc,0xc5,0x2a,0x00,0x0f,0x07,0x00,0x5e,0x02,0x95, +0x02,0x10,0x08,0xc3,0x01,0x13,0x1c,0xb6,0x46,0x13,0xfb,0x95,0x02,0x13,0x4a,0x95, +0x02,0x10,0xfe,0xc2,0x38,0x21,0xfa,0x02,0xb7,0x04,0x13,0x4e,0x95,0x02,0x02,0xb7, +0x04,0x00,0x95,0x02,0x12,0xf1,0xb7,0x04,0x12,0xa0,0x25,0x0c,0x1f,0x03,0x95,0x02, +0x2f,0x16,0x1f,0x95,0x02,0x18,0xef,0x95,0x02,0x12,0xf9,0xa3,0x10,0x01,0x95,0x02, +0x21,0x10,0x05,0x95,0x02,0x11,0xbf,0xd0,0x03,0x42,0xed,0xff,0xff,0xa0,0xe3,0x38, +0x15,0xf4,0x95,0x02,0x11,0xf5,0x53,0x44,0x00,0x95,0x02,0x13,0x71,0x82,0x44,0x03, +0xe4,0x0c,0x15,0x80,0xeb,0x0a,0x53,0xf5,0x03,0x9b,0xde,0xf4,0xd8,0x11,0x11,0x2f, +0x22,0x16,0x00,0xae,0x18,0x00,0xe9,0x02,0x34,0xfd,0xbb,0xef,0xe9,0x49,0x04,0x30, +0x0f,0x12,0x9f,0x9b,0x33,0x01,0x56,0x34,0x58,0xbd,0xff,0xfe,0xb8,0x20,0x07,0x06, +0x0f,0x0a,0x00,0x37,0x20,0x02,0x9d,0x42,0x06,0x00,0x0a,0x00,0x11,0x7f,0x29,0x0c, +0x11,0x3f,0x9f,0x1f,0x00,0xa8,0x04,0x32,0x3f,0xff,0xff,0xec,0x02,0x10,0xf1,0xa9, +0x1d,0x31,0xe6,0x34,0xaf,0xa5,0x42,0x00,0x3c,0x19,0x12,0x09,0x73,0x01,0x11,0xf3, +0xf5,0x05,0x12,0xfd,0x23,0x3f,0x00,0xfa,0x37,0x14,0x3f,0x43,0x03,0x24,0xff,0x3f, +0xd3,0x3c,0x13,0xff,0x6e,0x00,0x0f,0x0a,0x00,0x61,0x12,0x43,0x7d,0x06,0x00,0x07, +0x00,0x28,0x02,0x22,0xf2,0x33,0x0a,0x1c,0x00,0x0f,0x07,0x00,0x2c,0x02,0x93,0x07, +0x0b,0x05,0x00,0x4c,0x00,0x22,0x22,0x20,0x74,0x33,0x0e,0x28,0x00,0x0f,0x05,0x00, +0x52,0x00,0xe3,0x06,0x70,0xf4,0x01,0x3d,0xff,0xff,0xf2,0xaf,0x8f,0x10,0x10,0xaf, +0xfe,0x08,0x10,0xaf,0x3b,0x03,0x10,0x8e,0xaa,0x3f,0x0f,0x99,0x08,0x45,0x02,0xfb, +0x07,0x02,0x15,0x00,0x00,0xa2,0x15,0x02,0x15,0x00,0x01,0x44,0x07,0x01,0x15,0x00, +0x23,0x02,0xef,0x6c,0x29,0x12,0x40,0x4e,0x3b,0x01,0x15,0x00,0x11,0xbf,0x99,0x1b, +0x00,0x15,0x00,0x11,0x8f,0xe6,0x38,0x00,0x15,0x00,0x03,0x9b,0x3c,0x11,0x3f,0x5a, +0x11,0x01,0xb8,0x1d,0x06,0xc9,0x24,0x15,0x3f,0xd9,0x1c,0x03,0x89,0x39,0x12,0xf1, +0x15,0x00,0x12,0xfd,0xfb,0x25,0x13,0x03,0x8a,0x18,0x13,0x30,0x69,0x00,0x15,0xef, +0x69,0x00,0x01,0x92,0x00,0x02,0x15,0x00,0x10,0x0d,0xa8,0x0a,0x14,0x03,0x90,0x13, +0x13,0x90,0xbd,0x00,0x00,0x0e,0x11,0x14,0x03,0x73,0x47,0x03,0x1d,0x21,0x00,0x3e, +0x0a,0x13,0xf6,0xe7,0x00,0x00,0x80,0x0e,0x0e,0x46,0x02,0x0f,0x07,0x00,0x44,0x30, +0x5f,0xff,0xfe,0xf9,0x4a,0x50,0xb4,0x00,0x00,0x03,0xae,0xff,0x4a,0x11,0x4f,0xbd, +0x13,0x03,0xba,0x0a,0x02,0x91,0x20,0x11,0x09,0x41,0x09,0x11,0x06,0x4b,0x0b,0x00, +0x10,0x00,0x11,0x4f,0x24,0x01,0x12,0x1f,0xf2,0x1b,0x00,0xbf,0x03,0x92,0xb4,0x4a, +0xff,0xff,0xff,0xbf,0xe6,0x47,0xff,0x7c,0x09,0x11,0xfa,0x64,0x0f,0x02,0xa0,0x08, +0x21,0xd0,0x3f,0x39,0x01,0x11,0x3f,0x14,0x01,0x12,0x0d,0x1a,0x0a,0x02,0x8e,0x49, +0x12,0xf0,0x1c,0x3f,0x02,0xd7,0x03,0x02,0xd0,0x06,0x12,0x06,0x0f,0x04,0x14,0x50, +0x23,0x49,0x03,0x10,0x00,0x14,0x40,0x10,0x00,0x1f,0x05,0x10,0x00,0xa0,0x00,0x60, +0x01,0x02,0x07,0x05,0x00,0x5a,0x01,0x05,0x07,0x05,0x15,0x07,0x07,0x05,0x02,0xea, +0x0b,0x00,0x08,0x01,0x4f,0xcf,0xe7,0x45,0xbf,0x07,0x05,0x0b,0x1f,0xcf,0x07,0x05, +0x7b,0x00,0xa9,0x1c,0x12,0xbd,0x7c,0x21,0x04,0xc1,0x18,0x17,0xe6,0xde,0x38,0x12, +0xa0,0x3c,0x46,0x24,0xed,0xff,0x66,0x0d,0x11,0xb2,0x26,0x23,0x22,0x50,0x05,0x5a, +0x08,0x00,0xde,0x1f,0x00,0x3f,0x21,0x03,0x7c,0x2a,0x03,0x8d,0x43,0x12,0x04,0x08, +0x47,0x16,0x80,0x40,0x34,0x13,0x60,0x15,0x0c,0x03,0x43,0x0b,0x00,0xc7,0x40,0x07, +0x0b,0x00,0x07,0x21,0x00,0x07,0x37,0x00,0x03,0x4d,0x00,0x00,0x81,0x0b,0x03,0x63, +0x00,0x00,0xe4,0x30,0x24,0x04,0xff,0x86,0x4b,0x10,0xb0,0x8f,0x00,0x11,0xa2,0x1e, +0x09,0x11,0x30,0xa5,0x00,0x12,0xee,0xec,0x03,0x04,0xbb,0x00,0x15,0x80,0xd1,0x00, +0x14,0xd4,0xc5,0x39,0x13,0xec,0x97,0x21,0x12,0x00,0x17,0x0d,0x00,0x7a,0x24,0x15, +0x1b,0x17,0x0d,0x15,0x3c,0x17,0x0d,0x19,0xfa,0x17,0x0d,0x1d,0x4e,0x17,0x0d,0x1c, +0xf1,0x17,0x0d,0x1f,0xf7,0x17,0x0d,0x3d,0x1f,0x0a,0x17,0x0d,0x0a,0x13,0xdf,0x17, +0x0d,0x02,0xad,0x12,0x10,0xf5,0xbd,0x00,0x21,0x41,0xcf,0x17,0x0d,0x01,0x7e,0x04, +0x11,0x5b,0x17,0x0d,0x0f,0xb9,0x05,0x40,0x00,0x89,0x52,0x00,0x9b,0x09,0x01,0x24, +0x41,0x02,0x30,0x0c,0x00,0x1b,0x41,0x02,0xdd,0x0e,0x16,0x4c,0x9b,0x09,0x14,0xdf, +0x9b,0x09,0x1e,0x4d,0x9b,0x09,0x0f,0x30,0x0c,0x58,0x1f,0x02,0x30,0x0c,0x02,0x15, +0xec,0x30,0x0c,0x06,0x9b,0x09,0x19,0xf4,0x9b,0x09,0x1f,0xfa,0x6b,0x0d,0x41,0x00, +0x44,0x04,0x31,0x6d,0xff,0xf4,0x78,0x45,0x00,0x7f,0x03,0x00,0x86,0x20,0x41,0xff, +0xff,0xf7,0xff,0x0d,0x00,0x42,0xef,0xfd,0xbc,0xd3,0xa2,0x0e,0x14,0x3f,0xb3,0x0e, +0x15,0xfe,0x05,0x3c,0x12,0x03,0x02,0x01,0x14,0x3f,0xb3,0x4a,0x15,0xf4,0x9e,0x01, +0x0f,0x0d,0x00,0x28,0x07,0x4b,0x42,0x02,0x2b,0x40,0x16,0xfe,0x78,0x43,0x11,0xf6, +0xb6,0x2b,0x32,0xec,0xcd,0xff,0x44,0x54,0x11,0xd2,0xd2,0x48,0x22,0xb0,0x0a,0x2b, +0x50,0x02,0xf1,0x03,0x00,0xbf,0x04,0x18,0x32,0x18,0x16,0x10,0x05,0xfa,0x0c,0x25, +0x85,0x10,0x41,0x17,0x35,0xfd,0x82,0x00,0x71,0x49,0x00,0xa3,0x0a,0x12,0x7e,0x89, +0x22,0x10,0x30,0xe5,0x43,0x25,0xbf,0xff,0xae,0x1b,0x25,0x26,0xaf,0x5d,0x02,0x20, +0x02,0xef,0xfb,0x07,0x13,0x52,0x04,0x1c,0x12,0x5e,0x47,0x01,0x11,0x8f,0x71,0x40, +0x11,0x80,0x60,0x00,0x20,0xf3,0x09,0x9c,0x24,0x23,0xbc,0xff,0xfa,0x03,0x03,0x92, +0x2d,0x16,0x09,0x2d,0x20,0x33,0x16,0xad,0xef,0x06,0x54,0x11,0x0f,0x10,0x00,0x12, +0x05,0x65,0x0b,0x11,0xbf,0x0d,0x00,0x01,0xaf,0x4c,0x00,0x8e,0x06,0x13,0x90,0xe5, +0x11,0x12,0xf9,0x21,0x20,0x12,0x98,0x0d,0x00,0x20,0x6c,0xcf,0xd1,0x15,0x00,0x2e, +0x37,0x07,0x23,0x1d,0x0f,0x0d,0x00,0x2a,0x15,0xa0,0x08,0x44,0x10,0x0c,0x26,0x01, +0x11,0x10,0xb0,0x0b,0x32,0xed,0x00,0x04,0xfd,0x00,0x01,0x5a,0x0f,0x00,0x4a,0x40, +0x20,0xfe,0xda,0xe0,0x14,0x03,0x25,0x02,0x0f,0x0a,0x00,0x62,0x14,0xef,0x0a,0x00, +0x00,0x4f,0x03,0x15,0x7f,0x44,0x49,0x14,0x6f,0x0b,0x43,0x21,0xfa,0x3f,0xaa,0x13, +0x12,0x7f,0x6d,0x03,0x30,0xfe,0x63,0x4a,0xe7,0x2b,0x12,0x09,0x37,0x01,0x32,0xaf, +0xff,0xfa,0x4c,0x03,0x61,0xd0,0x9f,0xff,0xfa,0x00,0x2e,0x40,0x22,0x10,0x8f,0xdb, +0x03,0x30,0x7c,0xef,0xeb,0x44,0x2b,0x22,0xfc,0xaf,0x66,0x1a,0x00,0x8d,0x1a,0x04, +0x4a,0x11,0x00,0xd1,0x01,0x03,0xb6,0x03,0x01,0x0a,0x14,0x05,0x04,0x44,0x10,0xfd, +0x78,0x00,0x14,0xf4,0x53,0x45,0x00,0xb7,0x56,0x04,0x73,0x4b,0x02,0x5c,0x4a,0x01, +0x75,0x2a,0x02,0x73,0x51,0x14,0x0f,0xbe,0x52,0x12,0x80,0xd9,0x1c,0x03,0x0a,0x52, +0x14,0x9f,0xef,0x0e,0x14,0xf1,0x0c,0x47,0x00,0x7b,0x4d,0x13,0x03,0x0c,0x1c,0x00, +0x99,0x00,0x03,0x0f,0x46,0x00,0x13,0x00,0x13,0x0d,0xe2,0x04,0x11,0x0d,0x95,0x1f, +0x12,0xe0,0x3f,0x19,0x00,0xe9,0x4d,0x14,0xf9,0x8f,0x0d,0x16,0xcb,0xce,0x33,0x06, +0x60,0x1e,0x16,0x7f,0x71,0x1b,0x16,0x02,0x3f,0x2f,0x01,0x05,0x05,0x16,0xc0,0x93, +0x18,0x14,0xf7,0x44,0x3c,0x01,0x16,0x0a,0x13,0xf9,0x10,0x1f,0x13,0xcf,0x1d,0x1e, +0x00,0x4c,0x00,0x12,0x03,0x8c,0x57,0x15,0x80,0xa2,0x1c,0x53,0x6f,0xff,0xf8,0x00, +0x4f,0xe3,0x00,0x00,0x28,0x00,0x10,0x0a,0xa0,0x00,0x12,0xff,0x03,0x2d,0x30,0xdf, +0xff,0x90,0x44,0x01,0x30,0xf0,0x00,0x0c,0x53,0x00,0x60,0x0d,0xff,0xf6,0xff,0xfd, +0x00,0xb7,0x1d,0x00,0xb2,0x00,0x10,0xf6,0x95,0x03,0x53,0x0f,0xff,0xf1,0x00,0x04, +0x0f,0x01,0x82,0x90,0x00,0x5f,0xff,0xc0,0xcf,0xff,0x50,0x69,0x17,0x82,0x0f,0xff, +0xfc,0x00,0x09,0xff,0xf9,0x08,0x2d,0x54,0x03,0xa6,0x17,0x41,0xdf,0xff,0x50,0x4f, +0x1c,0x46,0x11,0xc0,0xa0,0x00,0x51,0x30,0x1f,0xff,0xf1,0x00,0x74,0x0e,0x10,0xf8, +0x87,0x06,0x00,0xb9,0x1b,0x31,0xfd,0x00,0x0c,0x66,0x2f,0x12,0x40,0xff,0x17,0x70, +0x9f,0xff,0x90,0x00,0x8f,0xff,0x90,0x92,0x2d,0x00,0xec,0x00,0x21,0xfd,0x0d,0xf6, +0x55,0x42,0xfd,0x0c,0xff,0xfc,0x37,0x01,0x10,0xf1,0xc3,0x00,0x10,0x0f,0x07,0x00, +0x12,0x80,0x13,0x07,0x10,0x7f,0x5b,0x00,0x14,0xcf,0xb0,0x16,0x51,0x0f,0xff,0xfd, +0xff,0xf8,0x7d,0x16,0x25,0xff,0xff,0xcf,0x1d,0x03,0x72,0x04,0x14,0xc0,0xe6,0x16, +0x12,0xf0,0xfa,0x1d,0x14,0xf8,0x32,0x11,0x03,0x3c,0x03,0x03,0x88,0x06,0x03,0xd2, +0x07,0x14,0x8f,0xd9,0x1d,0x03,0xd7,0x19,0x01,0x75,0x1c,0x01,0x70,0x0b,0x13,0xd0, +0x24,0x25,0x15,0x05,0xdd,0x46,0x12,0x70,0x1a,0x1c,0x23,0x01,0xef,0x8d,0x2c,0x11, +0xc0,0x33,0x39,0x03,0x45,0x21,0x03,0xb3,0x07,0x40,0x8f,0xff,0xfe,0x10,0xfc,0x13, +0x02,0xe6,0x01,0x13,0xa7,0x37,0x1a,0x16,0x02,0xc7,0x2a,0x01,0xf1,0x01,0x16,0xf9, +0xe5,0x01,0x1d,0xd0,0x1f,0x4c,0x16,0x09,0xfb,0x01,0x16,0x4f,0x9e,0x1e,0x01,0x17, +0x03,0x04,0xe1,0x4d,0x13,0xdb,0x22,0x00,0x11,0x4f,0x6c,0x02,0x12,0xf8,0x1c,0x4c, +0x12,0xf9,0xf5,0x4f,0x00,0xe9,0x01,0x13,0xe1,0x3e,0x0b,0x01,0x32,0x12,0x01,0x23, +0x14,0x23,0x01,0xef,0x9f,0x54,0x20,0xff,0x40,0xce,0x39,0x02,0xcb,0x02,0x21,0xd0, +0x6f,0xb5,0x00,0x00,0x0e,0x05,0x13,0xf9,0xb1,0x3d,0x00,0xf5,0x1c,0x13,0x01,0xa1, +0x00,0x00,0x9c,0x45,0x03,0x5d,0x47,0x13,0x07,0x78,0x3d,0x12,0x40,0xa2,0x49,0x04, +0xfc,0x21,0x01,0xf6,0x53,0x02,0xfa,0x21,0x02,0x78,0x42,0x13,0x2f,0xce,0x0c,0x00, +0x16,0x03,0x01,0x92,0x46,0x02,0x2e,0x20,0x10,0x05,0x23,0x00,0x12,0x05,0x4b,0x00, +0x12,0x0e,0x9a,0x50,0x13,0xf8,0x79,0x4b,0x10,0x00,0x75,0x5c,0x02,0x01,0x01,0x26, +0xe0,0x03,0xea,0x1f,0x22,0x30,0x7f,0x0b,0x06,0x00,0xc7,0x02,0x14,0x0c,0x03,0x26, +0x34,0xff,0xff,0xc0,0x05,0x07,0x10,0x09,0x7c,0x38,0x14,0xf5,0x5c,0x08,0x37,0xfd, +0xff,0xfe,0x6f,0x1d,0x15,0x90,0x56,0x15,0x05,0x0e,0x1c,0x17,0x1f,0xf8,0x1b,0x16, +0xaf,0xc6,0x17,0x17,0x07,0xbd,0x24,0x16,0xcf,0xf0,0x28,0x03,0xce,0x52,0x09,0x54, +0x49,0x35,0x02,0x12,0x5d,0xa6,0x15,0x16,0xef,0x1d,0x29,0x13,0x0e,0x6a,0x57,0x03, +0x17,0x00,0x23,0xfd,0x20,0xdb,0x1d,0x14,0xef,0x38,0x58,0x05,0x75,0x3f,0x1f,0x90, +0x09,0x00,0x08,0x04,0xc4,0x02,0x13,0x30,0x95,0x00,0x14,0xf8,0x34,0x09,0x19,0xc0, +0xaa,0x1c,0x05,0x20,0x07,0x00,0xdf,0x3b,0x03,0x12,0x4e,0x02,0x7d,0x00,0x03,0x63, +0x1f,0x06,0x23,0x1d,0x05,0x4d,0x1d,0x05,0x28,0x38,0x04,0xaf,0x1f,0x03,0xf2,0x0a, +0x02,0x31,0x29,0x64,0x11,0x11,0x11,0x11,0x10,0x6f,0x4f,0x19,0x0f,0x09,0x00,0x08, +0x00,0x02,0x01,0x14,0x9d,0xa5,0x56,0x03,0x4f,0x57,0x01,0x0f,0x00,0x10,0x8f,0x86, +0x3b,0x06,0x46,0x50,0x03,0xb0,0x08,0x04,0x3b,0x4c,0x03,0xbc,0x40,0x16,0x0e,0x60, +0x30,0x0f,0x0f,0x00,0x08,0x03,0xaf,0x01,0x02,0xdb,0x40,0x04,0x7a,0x24,0x23,0x4b, +0xff,0x34,0x54,0x22,0xff,0xfb,0xf9,0x00,0x12,0xc6,0xb1,0x02,0x14,0xfd,0x06,0x3c, +0x01,0x40,0x21,0x13,0xaf,0x45,0x01,0x03,0xfd,0x05,0x13,0x02,0x4b,0x00,0x1f,0x0f, +0x78,0x00,0x12,0x06,0x0f,0x00,0x17,0x40,0x89,0x4e,0x16,0x0d,0x92,0x2b,0x13,0x60, +0xf8,0x28,0x22,0xfd,0x90,0x35,0x1a,0x03,0x32,0x0c,0x01,0x7b,0x00,0x7f,0x19,0xdf, +0xff,0xfb,0xff,0xff,0xf2,0x03,0x00,0x5c,0x73,0xab,0xbb,0xb1,0x2f,0xff,0xfe,0xc6, +0x39,0x04,0x03,0x2f,0x58,0x00,0xa6,0x01,0x23,0x01,0xcd,0x97,0x10,0x00,0x18,0x1a, +0x12,0x50,0x10,0x0c,0x03,0xb9,0x5e,0x02,0xf6,0x02,0x15,0xbf,0x1f,0x35,0x0f,0x0f, +0x00,0x10,0x03,0xb3,0x23,0x13,0x0a,0x89,0x02,0x03,0x24,0x04,0x00,0xa3,0x07,0x14, +0x72,0xd5,0x0d,0x12,0x00,0xc0,0x2f,0x13,0xf0,0xce,0x3d,0x03,0x1a,0x01,0x11,0xf0, +0x73,0x03,0x26,0xf7,0x10,0xc3,0x45,0x02,0x93,0x58,0x00,0x5a,0x00,0x1f,0x80,0x87, +0x00,0x1e,0x12,0xdf,0x0f,0x00,0x12,0x2f,0x8a,0x01,0x11,0x1c,0xec,0x02,0x10,0x2d, +0xea,0x03,0x01,0x09,0x5c,0x04,0x10,0x0c,0x21,0xff,0xb0,0x0e,0x01,0x12,0xec,0x1a, +0x17,0x13,0x12,0xfa,0x2c,0x00,0x52,0x49,0x11,0xfd,0x6d,0x47,0x12,0x06,0x96,0x16, +0x56,0xc7,0x42,0x24,0x8e,0xd6,0x69,0x3a,0x06,0x4f,0x1c,0x61,0xd6,0xf9,0x41,0x01, +0x37,0xbf,0x7e,0x17,0x13,0x21,0xd2,0x0a,0x20,0xfd,0xa4,0x10,0x17,0x23,0xee,0xc6, +0xf3,0x5b,0x12,0xc2,0x60,0x04,0xf2,0x01,0xfd,0x00,0x07,0xff,0xf6,0x10,0x6f,0xff, +0x80,0x0e,0xff,0x60,0x00,0x06,0xff,0xe0,0x09,0x60,0x21,0xf2,0x3f,0x8a,0x32,0x13, +0xf3,0x0e,0x00,0x03,0x1c,0x00,0x73,0x08,0xff,0xf6,0x00,0x6f,0xff,0x80,0x38,0x00, +0x23,0x00,0x1c,0x6e,0x41,0x24,0x6c,0xee,0x1f,0x04,0x10,0xe8,0x05,0x00,0x1b,0xf4, +0xbb,0x13,0x2e,0xdd,0x00,0x01,0x00,0x12,0xe8,0x07,0x00,0x46,0xd1,0xd1,0xdd,0xc5, +0x14,0x00,0x4f,0xf4,0xe8,0x00,0xb9,0x30,0x00,0x02,0x1e,0xf4,0x2e,0x00,0x01,0x30, +0x00,0x10,0xae,0x15,0x00,0x0f,0xa7,0x47,0x06,0x39,0xf4,0xf4,0xe8,0x10,0x00,0x62, +0xb9,0xdd,0x00,0xb9,0xd1,0xf4,0x49,0x00,0xd0,0xd1,0xf4,0xd1,0x00,0x00,0xdd,0xd1, +0x00,0xd1,0xd1,0x00,0xc5,0xdd,0x09,0x00,0x02,0xa9,0x00,0x11,0xdd,0x17,0x00,0x10, +0xe8,0xa0,0x00,0x53,0xdd,0xf3,0x00,0xf4,0xdd,0xac,0x00,0x30,0xf4,0xfa,0xf4,0x4f, +0x00,0x00,0x04,0x00,0x54,0xb9,0xdd,0x00,0xd1,0xc5,0x2e,0x00,0x7f,0xe8,0xd1,0xdd, +0xd1,0x00,0xdd,0xdd,0xe4,0x00,0x04,0x0e,0x9d,0x00,0x0b,0xfe,0x00,0x0d,0x07,0x4c, +0x0d,0x69,0x48,0x0c,0x05,0x15,0x01,0xca,0x01,0x02,0x54,0x0c,0x00,0x04,0x02,0x9f, +0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x03,0x01,0x05,0x10,0x0c,0x2c,0x03, +0x4e,0x0e,0x00,0x0d,0x00,0x61,0x00,0x34,0x02,0x03,0x02,0x4c,0x00,0x00,0x4f,0x00, +0x12,0x05,0x66,0x06,0x09,0x3e,0x00,0x11,0x07,0x7d,0x08,0x08,0x61,0x00,0x50,0x0c, +0x00,0x0d,0x00,0x0e,0x8b,0x04,0x01,0x0e,0x00,0xf0,0x02,0x10,0x11,0x12,0x13,0x0d, +0x00,0x14,0x15,0x16,0x00,0x17,0x00,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[26470] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_he_bold_XXL_s = { +.uncomp_size = 26270, +.comp_size = 11932, +.line_height = 40, +.base_line = 9, +.subpx = 0, +.underline_position = -4, +.underline_thickness = 3, +.kern_scale = 16, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 776, +.class_pair_values = 25754, +.left_class_mapping = 26076, +.right_class_mapping = 26173, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 26470, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_24.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_L.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_24.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_L.c index 91ba5115fff..727497816a3 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_24.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_L.c @@ -816,7 +816,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[24426] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_24 = { +const etxLz4Font lv_font_arimo_ru_L = { .uncomp_size = 24098, .comp_size = 12801, .line_height = 27, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_L_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_L_s.c new file mode 100644 index 00000000000..1a7d8299311 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_L_s.c @@ -0,0 +1,518 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x24,0x30,0x04,0x08,0x00,0xf0,0x06,0x02,0x0a,0x01,0x00,0x0a, +0x00,0x50,0x05,0x05,0x04,0x00,0x06,0x14,0x00,0x50,0x08,0x09,0x0a,0x00,0x00,0x41, +0x08,0x00,0xf2,0x16,0x0c,0x00,0xff,0x77,0x00,0x50,0x0d,0x0d,0x0a,0x00,0x00,0xb8, +0x00,0x00,0x0a,0x0a,0x0a,0x00,0x00,0xea,0x00,0xe0,0x02,0x03,0x04,0x00,0x06,0xf0, +0x00,0x00,0x05,0x05,0x0e,0x00,0xfd,0x13,0x01,0x08,0x00,0xf0,0x0a,0x36,0x01,0xd0, +0x05,0x06,0x06,0x00,0x04,0x48,0x01,0xc0,0x08,0x09,0x08,0x00,0x01,0x6c,0x01,0x30, +0x04,0x02,0x04,0x01,0xfe,0x70,0x20,0x00,0x40,0x02,0x00,0x03,0x75,0x10,0x00,0xf3, +0x0d,0x02,0x01,0x00,0x77,0x01,0x30,0x04,0x05,0x0b,0x00,0x00,0x93,0x01,0x50,0x08, +0x08,0x0a,0x00,0x00,0xbb,0x01,0x50,0x08,0x07,0x0a,0x01,0x00,0xde,0x10,0x00,0x22, +0x06,0x02,0x08,0x00,0x13,0x2e,0x08,0x00,0x13,0x56,0x08,0x00,0x13,0x7e,0x08,0x00, +0x13,0xa6,0x08,0x00,0x13,0xce,0x08,0x00,0x13,0xf6,0x08,0x00,0xa1,0x1e,0x03,0x30, +0x04,0x02,0x08,0x01,0x00,0x26,0x03,0xd0,0x00,0x32,0xfe,0x30,0x03,0x88,0x00,0x10, +0x54,0x08,0x00,0x43,0x06,0x00,0x02,0x6f,0x10,0x00,0x23,0x93,0x03,0x78,0x00,0x92, +0x03,0x40,0x0f,0x0d,0x0d,0x01,0xfe,0x10,0x04,0xd8,0x00,0xd0,0x42,0x04,0x00,0x0a, +0x09,0x0a,0x01,0x00,0x6f,0x04,0xd0,0x0a,0x0b,0x68,0x00,0x83,0x04,0xd0,0x0a,0x0a, +0x0a,0x01,0x00,0xd8,0x18,0x00,0xc0,0x05,0x05,0x30,0x09,0x08,0x0a,0x01,0x00,0x2d, +0x05,0xb0,0x0b,0x20,0x00,0x31,0x64,0x05,0xd0,0x18,0x00,0x22,0x91,0x05,0x40,0x01, +0xa2,0x9b,0x05,0x80,0x07,0x07,0x0a,0x00,0x00,0xbe,0x05,0x30,0x00,0x22,0xeb,0x05, +0xd8,0x00,0xa2,0x0e,0x06,0x80,0x0c,0x0b,0x0a,0x01,0x00,0x45,0x06,0x30,0x00,0x22, +0x72,0x06,0x40,0x00,0x22,0xa9,0x06,0x28,0x00,0x10,0xd6,0x10,0x00,0x52,0x0d,0x00, +0xfd,0x1e,0x07,0x70,0x00,0x22,0x50,0x07,0x90,0x00,0x40,0x82,0x07,0x30,0x09,0x88, +0x01,0x22,0xaf,0x07,0x38,0x00,0x13,0xdc,0x18,0x00,0xa2,0x0e,0x08,0x30,0x0e,0x0f, +0x0a,0x00,0x00,0x59,0x08,0x10,0x00,0x13,0x8b,0x08,0x00,0x22,0xbd,0x08,0x30,0x00, +0xa2,0xea,0x08,0x30,0x04,0x04,0x0e,0x01,0xfd,0x06,0x09,0x68,0x01,0x20,0x22,0x09, +0x10,0x00,0xf0,0x0e,0x00,0xfd,0x3e,0x09,0x10,0x07,0x07,0x06,0x00,0x05,0x53,0x09, +0x50,0x08,0x0a,0x01,0xff,0xfd,0x58,0x09,0x00,0x05,0x04,0x02,0x00,0x09,0x5c,0x09, +0x50,0x18,0x01,0xf3,0x03,0x00,0x80,0x09,0x50,0x08,0x08,0x0b,0x00,0x00,0xac,0x09, +0x80,0x07,0x08,0x08,0x00,0x00,0xcc,0x10,0x00,0x40,0xf8,0x09,0x50,0x08,0x10,0x00, +0x22,0x18,0x0a,0x50,0x00,0x21,0x34,0x0a,0x18,0x00,0xf0,0x0e,0xfd,0x60,0x0a,0x50, +0x08,0x07,0x0b,0x01,0x00,0x87,0x0a,0x50,0x03,0x02,0x0b,0x01,0x00,0x92,0x0a,0x50, +0x03,0x04,0x0e,0xff,0xfd,0xae,0x0a,0x80,0x07,0x18,0x00,0x13,0xd5,0x18,0x00,0xf2, +0x03,0xe0,0x0a,0x80,0x0c,0x0b,0x08,0x01,0x00,0x0c,0x0b,0x50,0x08,0x07,0x08,0x01, +0x00,0x28,0x0b,0x50,0x00,0x22,0x48,0x0b,0x48,0x00,0x13,0x74,0x08,0x00,0xf3,0x0a, +0xa0,0x0b,0x00,0x05,0x04,0x09,0x01,0x00,0xb2,0x0b,0x80,0x07,0x07,0x08,0x00,0x00, +0xce,0x0b,0x30,0x04,0x05,0x0a,0x00,0x00,0xe7,0x30,0x00,0x22,0x07,0x0c,0x98,0x00, +0x93,0x27,0x0c,0xd0,0x0a,0x0c,0x08,0xff,0x00,0x57,0x10,0x00,0x40,0x77,0x0c,0x80, +0x07,0x40,0x00,0x22,0xa3,0x0c,0x38,0x00,0x22,0xbf,0x0c,0x90,0x02,0xa3,0xe2,0x0c, +0xe0,0x03,0x02,0x0e,0x01,0xfd,0xf0,0x0c,0xa8,0x02,0xf0,0x13,0x0d,0xc0,0x08,0x09, +0x02,0x00,0x04,0x1c,0x0d,0x00,0x0f,0x0e,0x0d,0x01,0x00,0x77,0x0d,0x00,0x0f,0x0c, +0x0e,0x01,0xff,0xcb,0x0d,0x00,0x0f,0x0d,0x0c,0x01,0x00,0x19,0x0e,0x00,0x10,0x02, +0xf0,0x03,0x00,0x6e,0x0e,0x00,0x0f,0x0b,0x0e,0x02,0xff,0xbb,0x0e,0x00,0x0f,0x09, +0x0f,0x03,0xfe,0xff,0x10,0x00,0x52,0x0d,0x02,0x00,0x47,0x0f,0x18,0x00,0xa2,0x94, +0x0f,0x10,0x0e,0x0c,0x0c,0x01,0x00,0xdc,0x0f,0x30,0x00,0x40,0x31,0x10,0x00,0x0f, +0x10,0x00,0x10,0x79,0x08,0x00,0x52,0x0d,0x02,0x00,0xc7,0x10,0x30,0x00,0xa2,0x0f, +0x11,0x00,0x06,0x06,0x04,0x00,0x06,0x1b,0x11,0xa0,0x01,0x40,0x4d,0x11,0xe0,0x09, +0xc8,0x01,0x22,0x7a,0x11,0xf8,0x01,0x31,0xa7,0x11,0x20,0x20,0x02,0xa2,0xca,0x11, +0x30,0x0a,0x0a,0x0d,0x00,0xfd,0x0b,0x12,0x18,0x00,0x50,0x38,0x12,0xe0,0x0d,0x0e, +0xf0,0x02,0x21,0x12,0x10,0xd0,0x01,0x22,0xab,0x12,0x00,0x02,0x10,0xd8,0x08,0x00, +0x70,0x0e,0x01,0x00,0x17,0x13,0xc0,0x08,0x88,0x02,0x31,0x3f,0x13,0xe0,0x20,0x00, +0x22,0x6c,0x13,0x60,0x02,0x22,0xa3,0x13,0x28,0x00,0x22,0xd0,0x13,0x60,0x02,0x22, +0x07,0x14,0x10,0x00,0x22,0x34,0x14,0x58,0x00,0x22,0x61,0x14,0xd8,0x02,0x22,0x98, +0x14,0x28,0x02,0x40,0xc5,0x14,0x80,0x09,0x98,0x00,0x31,0xf7,0x14,0x60,0x30,0x00, +0x22,0x2e,0x15,0xa8,0x00,0xc0,0x60,0x15,0x20,0x0b,0x0a,0x0d,0x01,0xfd,0xa1,0x15, +0x00,0x0a,0x68,0x00,0x50,0xc9,0x15,0xc0,0x0d,0x0c,0x00,0x03,0xa1,0x16,0x10,0x0e, +0x0d,0x0d,0x01,0xfd,0x5a,0x16,0x40,0x10,0x00,0x22,0x96,0x16,0xd0,0x00,0x22,0xc3, +0x16,0x58,0x00,0xb1,0xfa,0x16,0x20,0x0f,0x0e,0x0a,0x01,0x00,0x40,0x17,0xd0,0x48, +0x00,0x22,0x72,0x17,0x58,0x02,0xb1,0x96,0x17,0x90,0x08,0x08,0x0c,0x00,0x00,0xc6, +0x17,0x00,0x00,0x02,0xf3,0x03,0xe2,0x17,0x80,0x05,0x05,0x08,0x01,0x00,0xf6,0x17, +0xc0,0x08,0x09,0x0b,0x00,0xfd,0x28,0x18,0x10,0x02,0xb0,0x18,0x10,0x0a,0x0a,0x08, +0x00,0x00,0x70,0x18,0xe0,0x06,0xc8,0x01,0x31,0x8c,0x18,0x60,0x30,0x00,0x31,0xa8, +0x18,0x60,0x68,0x02,0xb2,0xcf,0x18,0x90,0x06,0x06,0x08,0x01,0x00,0xe7,0x18,0xc0, +0x10,0x02,0x92,0x19,0x50,0x0a,0x09,0x08,0x01,0x00,0x2b,0x19,0x58,0x02,0x22,0x47, +0x19,0x48,0x00,0x31,0x67,0x19,0x20,0x10,0x00,0x22,0x83,0x19,0x58,0x02,0x22,0xaf, +0x19,0x28,0x02,0x22,0xcf,0x19,0x58,0x00,0x22,0xeb,0x19,0x30,0x02,0xa2,0x17,0x1a, +0x50,0x0c,0x0c,0x0e,0x00,0xfd,0x6b,0x1a,0x20,0x00,0xb1,0x8b,0x1a,0x90,0x08,0x08, +0x0b,0x01,0xfd,0xb7,0x1a,0xd0,0x48,0x02,0xf0,0x05,0xd3,0x1a,0x10,0x0c,0x0a,0x08, +0x01,0x00,0xfb,0x1a,0x50,0x0c,0x0b,0x0b,0x01,0xfd,0x38,0x1b,0x60,0x09,0xd0,0x00, +0x31,0x5c,0x1b,0xd0,0x78,0x00,0x40,0x80,0x1b,0xd0,0x07,0x68,0x00,0x31,0x9c,0x1b, +0xa0,0x40,0x00,0x40,0xbc,0x1b,0x40,0x0b,0x30,0x00,0x31,0xe4,0x1b,0x20,0x88,0x00, +0x22,0x04,0x1c,0x68,0x04,0xf0,0xff,0x11,0x9c,0x9c,0x9b,0x8b,0x8b,0x8a,0x7a,0x23, +0x45,0xac,0x5f,0x0a,0xa4,0xe0,0x99,0x3d,0x08,0x90,0x20,0x11,0x00,0x0c,0x00,0x84, +0x00,0x03,0x90,0x0b,0x00,0x00,0x66,0x00,0xc0,0x07,0xce,0xdc,0xde,0xc3,0x00,0xd0, +0x06,0x60,0x00,0x2b,0x00,0xa2,0x00,0xbd,0xec,0xcf,0xcb,0x00,0x93,0x02,0xb0,0x00, +0x0c,0x00,0x57,0x00,0x00,0xc0,0x08,0x40,0x00,0x00,0x03,0xb0,0x00,0x00,0x4c,0xff, +0xe9,0x00,0x2f,0x64,0xb3,0xe8,0x05,0xf0,0x3b,0x04,0x50,0x2f,0x73,0xb0,0x00,0x00, +0x5e,0xfe,0x72,0x00,0x00,0x05,0xdb,0xf6,0x00,0x00,0x3b,0x07,0xf0,0x87,0x03,0xb0, +0x3f,0x05,0xf6,0x4b,0x3b,0xb0,0x06,0xdf,0xfe,0xa1,0x00,0x00,0x3b,0x00,0x00,0x08, +0xcd,0x50,0x00,0x0d,0x40,0x03,0xd0,0x2e,0x00,0x08,0x90,0x00,0x6a,0x00,0xe1,0x03, +0xd0,0x00,0x06,0xa0,0x0f,0x10,0xd5,0xad,0x90,0x2e,0x03,0xd0,0x89,0x89,0x0a,0x70, +0x6c,0xc3,0x3d,0x0b,0x50,0x5b,0x00,0x00,0x0d,0x30,0xd3,0x04,0xc0,0x00,0x09,0x80, +0x0c,0x40,0x5b,0x00,0x04,0xd0,0x00,0x88,0x09,0x70,0x00,0xd3,0x00,0x01,0xbb,0xa0, +0x00,0x09,0xee,0x90,0x00,0x00,0x6c,0x00,0xd6,0x00,0x00,0x79,0x00,0xd5,0x00,0x00, +0x4d,0x4c,0xa0,0x00,0x00,0x6f,0xd4,0x00,0x10,0x0b,0xc7,0xe1,0x06,0xc0,0x4e,0x00, +0x9b,0x0c,0x60,0x6d,0x00,0x0c,0xcd,0x00,0x2f,0x71,0x29,0xfb,0x21,0x04,0xcf,0xea, +0x3a,0xfb,0x3f,0x12,0xf0,0x1f,0x00,0x30,0x00,0x0c,0x80,0x08,0xc0,0x01,0xf4,0x00, +0x8d,0x00,0x0c,0x80,0x00,0xf5,0x00,0x0f,0x40,0x00,0xf4,0x00,0x0f,0x50,0x00,0xc8, +0x00,0x08,0xd0,0x00,0x1f,0x30,0x00,0x8c,0x00,0x00,0xc8,0x8b,0x00,0x00,0xc8,0x00, +0x04,0xf1,0x00,0x0d,0x70,0x00,0x9c,0x49,0x06,0xe0,0x4f,0x00,0x04,0xf0,0x00,0x5f, +0x00,0x08,0xc0,0x00,0xd7,0x00,0x3f,0x10,0x40,0x00,0xf2,0x01,0x00,0x00,0x86,0x00, +0x44,0x86,0x43,0x5a,0xee,0xa3,0x03,0xcd,0x10,0x0d,0x36,0xa0,0xa8,0x06,0x92,0x00, +0x00,0x00,0x2e,0x00,0x00,0x00,0x02,0xe0,0x09,0x00,0x95,0x3f,0xff,0xff,0xff,0x00, +0x22,0x4e,0x22,0x20,0x12,0x00,0xf0,0x14,0x57,0x9c,0x0b,0x67,0x5f,0xff,0x50,0x22, +0x20,0x57,0xac,0x00,0x1f,0x00,0x06,0xc0,0x00,0xa7,0x00,0x0e,0x30,0x03,0xe0,0x00, +0x7a,0x00,0x0c,0x60,0x00,0xf2,0x00,0x5d,0x00,0x09,0x90,0xcb,0x00,0xf0,0x05,0x00, +0x9e,0xfc,0x30,0x0a,0xc3,0x19,0xe1,0x1f,0x30,0x00,0xe6,0x4f,0x00,0x00,0xaa,0x6f, +0x00,0x00,0x9b,0x04,0x00,0xf9,0x10,0x4f,0x00,0x00,0xba,0x1f,0x40,0x00,0xe6,0x0a, +0xd3,0x2a,0xe0,0x00,0x9e,0xfb,0x20,0x02,0xbf,0x10,0x05,0xe9,0xf1,0x00,0x52,0x3f, +0x10,0x00,0x03,0xf1,0x00,0x00,0x07,0x00,0xf0,0x2a,0x11,0x5f,0x31,0x1d,0xff,0xff, +0xf9,0x01,0x9e,0xfc,0x40,0x0c,0xc3,0x28,0xf2,0x0a,0x30,0x00,0xf5,0x00,0x00,0x01, +0xf3,0x00,0x00,0x0c,0xb0,0x00,0x01,0xcb,0x00,0x00,0x3e,0x80,0x00,0x03,0xe5,0x00, +0x00,0x0d,0x81,0x11,0x11,0x3f,0xff,0xff,0xf9,0x02,0xae,0xfc,0x40,0x0e,0xa2,0x28, +0xf2,0x17,0x10,0x28,0x00,0xf0,0x84,0x07,0xe1,0x00,0x0e,0xfd,0x20,0x00,0x02,0x39, +0xe2,0x00,0x00,0x00,0xc9,0x4d,0x10,0x00,0xc9,0x0e,0xb2,0x17,0xf4,0x02,0xae,0xfc, +0x50,0x00,0x00,0x4f,0x70,0x00,0x00,0xef,0x70,0x00,0x09,0xac,0x70,0x00,0x4e,0x1c, +0x70,0x00,0xe4,0x0c,0x70,0x09,0xa0,0x0c,0x70,0x4e,0x00,0x0c,0x70,0xaf,0xee,0xef, +0xfd,0x11,0x11,0x1d,0x81,0x00,0x00,0x0c,0x70,0x0c,0xff,0xff,0xf1,0x0d,0x71,0x11, +0x10,0x0e,0x50,0x00,0x00,0x0f,0x9c,0xeb,0x40,0x0e,0xa3,0x3a,0xf3,0x00,0x00,0x00, +0xd9,0x00,0x00,0x00,0xba,0x29,0x00,0x00,0xd8,0x1e,0xa2,0x29,0xf1,0x02,0xbe,0xeb, +0x30,0x00,0x6d,0xfd,0x50,0x05,0xe5,0x16,0xe2,0x0d,0x70,0x00,0x00,0x1f,0x5b,0xdb, +0x30,0x3f,0xc4,0x28,0xf2,0x3f,0x50,0x00,0xd8,0x2f,0x30,0x00,0xba,0x0e,0x70,0x00, +0xd8,0x07,0xe4,0x18,0xf2,0x00,0x7e,0xfc,0x40,0x3f,0xcc,0x00,0xf0,0x00,0x11,0x12, +0xe4,0x00,0x00,0x0a,0xa0,0x00,0x00,0x4f,0x10,0x00,0x00,0xc7,0x00,0xa3,0x01,0x00, +0x0f,0x00,0x00,0xbf,0x01,0x31,0x00,0x2f,0x20,0x17,0x00,0x00,0xa4,0x00,0xf0,0x0a, +0x0d,0xa0,0x06,0xf3,0x0f,0x40,0x00,0xf6,0x0b,0xa1,0x06,0xf1,0x01,0xcf,0xfe,0x40, +0x0c,0xa1,0x05,0xf3,0x4f,0x10,0x00,0xb9,0x4f,0xc8,0x00,0xf0,0x22,0xa1,0x05,0xf4, +0x02,0xbe,0xfc,0x50,0x01,0xae,0xfb,0x20,0x0d,0xb2,0x2a,0xd0,0x3f,0x20,0x00,0xe5, +0x3f,0x10,0x00,0xd8,0x0e,0xa0,0x07,0xf9,0x03,0xdf,0xf9,0xc9,0x00,0x01,0x00,0xe7, +0x05,0x10,0x03,0xf3,0x0c,0xb2,0x2c,0xb0,0x02,0xbf,0xe9,0x00,0xac,0x56,0xda,0x01, +0x40,0x56,0xac,0x9d,0x46,0x08,0x00,0xf2,0x19,0x46,0x9c,0x0b,0x67,0x00,0x00,0x00, +0x06,0x00,0x00,0x03,0x9f,0xa0,0x00,0x5c,0xe8,0x10,0x02,0xec,0x50,0x00,0x00,0x3f, +0x92,0x00,0x00,0x00,0x29,0xfb,0x40,0x00,0x00,0x00,0x6d,0xd7,0x00,0x00,0x00,0x04, +0xa0,0xfa,0x01,0x35,0x22,0x22,0x20,0xcc,0x08,0x05,0x12,0x00,0x10,0x25,0x21,0x02, +0xf0,0x0c,0xce,0x81,0x00,0x00,0x00,0x39,0xfa,0x40,0x00,0x00,0x01,0x7e,0xd0,0x00, +0x00,0x03,0xaf,0x00,0x00,0x6d,0xe7,0x10,0x18,0xeb,0x50,0x00,0x03,0x4c,0x00,0xc0, +0x01,0x9e,0xfd,0x60,0x0d,0xc4,0x37,0xf6,0x3e,0x10,0x00,0xab,0x31,0x01,0xa0,0x00, +0x00,0x08,0xe2,0x00,0x00,0xbc,0x10,0x00,0x08,0x2d,0x00,0x80,0x30,0x00,0x00,0x05, +0x40,0x00,0x00,0x0c,0x75,0x02,0xf0,0x30,0x6c,0xee,0xd9,0x30,0x00,0x03,0xd8,0x20, +0x01,0x6e,0x60,0x02,0xe3,0x00,0x00,0x00,0x1e,0x30,0xd5,0x03,0xce,0xd4,0xe3,0x6a, +0x4c,0x02,0xf5,0x01,0xcf,0x02,0xd9,0x70,0xb9,0x00,0x08,0xb0,0x1e,0xb4,0x0f,0x40, +0x00,0xb7,0x03,0xcc,0x30,0xf3,0x00,0x2f,0x40,0x78,0xb5,0x0c,0x80,0x3b,0xe4,0x3e, +0x16,0xb0,0x2c,0xea,0x17,0xec,0x30,0x9e,0x01,0xe0,0x00,0x10,0x00,0x3e,0x82,0x00, +0x16,0xc9,0x00,0x00,0x17,0xce,0xed,0x94,0xac,0x00,0xf0,0x60,0xef,0x10,0x00,0x00, +0x06,0xdc,0x70,0x00,0x00,0x0d,0x77,0xd0,0x00,0x00,0x3f,0x11,0xf4,0x00,0x00,0xab, +0x00,0xab,0x00,0x01,0xf5,0x00,0x4f,0x10,0x08,0xff,0xff,0xff,0x80,0x0e,0x82,0x22, +0x28,0xe0,0x5f,0x10,0x00,0x01,0xf5,0xcb,0x00,0x00,0x00,0xac,0xcf,0xff,0xfd,0x70, +0x0c,0xa1,0x12,0x7f,0x60,0xca,0x00,0x00,0xd8,0x0c,0xa0,0x00,0x4f,0x40,0xcf,0xff, +0xff,0x60,0x0c,0xa2,0x22,0x5d,0x90,0xca,0x00,0x00,0x4f,0x1c,0xa0,0x00,0x04,0xf2, +0xca,0x11,0x24,0xdd,0x0c,0xff,0xff,0xd9,0x10,0x00,0x18,0xdf,0xec,0x50,0x00,0x1e, +0xd5,0x23,0x8f,0x80,0x0b,0xe0,0x00,0x00,0x5a,0x01,0xf6,0x73,0x00,0x20,0x2f,0x40, +0x17,0x01,0x10,0xf3,0x0b,0x00,0x20,0x0f,0x70,0x06,0x00,0xf0,0x0f,0xae,0x10,0x00, +0x05,0xe1,0x01,0xed,0x62,0x38,0xf7,0x00,0x01,0x8d,0xfe,0xb4,0x00,0xcf,0xff,0xfc, +0x70,0x00,0xca,0x11,0x37,0xec,0x00,0xca,0x00,0x00,0x1e,0x58,0x00,0x70,0x08,0xe0, +0xca,0x00,0x00,0x05,0xf1,0x05,0x00,0x50,0xf0,0xca,0x00,0x00,0x09,0x0f,0x00,0x62, +0x2f,0x70,0xca,0x11,0x26,0xec,0x2d,0x00,0xb2,0xcf,0xff,0xff,0xff,0x1c,0xa2,0x22, +0x22,0x20,0xca,0x00,0x2d,0x01,0x00,0x12,0x00,0x65,0xf9,0x0c,0xa2,0x22,0x22,0x10, +0x12,0x00,0x90,0xca,0x22,0x22,0x22,0x0c,0xff,0xff,0xff,0xf5,0x1b,0x00,0x40,0xca, +0x22,0x22,0x21,0x1a,0x00,0x03,0x04,0x00,0x00,0x2f,0x00,0x23,0xf6,0xca,0x40,0x00, +0x04,0x04,0x00,0xf1,0x03,0x00,0x19,0xdf,0xfd,0x70,0x00,0x2e,0xd5,0x33,0x7e,0xb0, +0x0b,0xd0,0x00,0x00,0x39,0x11,0xf6,0xdd,0x01,0x00,0xfa,0x03,0xf0,0x0c,0x03,0xf4, +0x00,0x0d,0xff,0xf8,0x0f,0x70,0x00,0x22,0x2c,0x80,0xae,0x10,0x00,0x00,0xc8,0x01, +0xdd,0x52,0x25,0xbf,0x40,0x00,0x8d,0xff,0xd8,0x71,0x00,0x65,0x0c,0x9c,0xa0,0x00, +0x00,0xc9,0x09,0x00,0x00,0x9e,0x00,0x5e,0x9c,0xb2,0x22,0x22,0xd9,0x1b,0x00,0x15, +0x9c,0x01,0x00,0xd7,0x00,0x0f,0xff,0x60,0x00,0x12,0xf6,0x00,0x00,0x0f,0x60,0x00, +0x00,0x07,0x00,0xf0,0x15,0x67,0x90,0x01,0xf4,0x5f,0x62,0xae,0x10,0x7e,0xfc,0x30, +0xca,0x00,0x01,0xdb,0x0c,0xa0,0x01,0xcb,0x00,0xca,0x01,0xcb,0x00,0x0c,0xa1,0xca, +0x00,0x00,0xcb,0xcf,0x20,0x00,0x0c,0xf8,0xbd,0xb0,0x00,0xf2,0x02,0xdb,0x00,0x0c, +0xa0,0x02,0xea,0x00,0xca,0x00,0x03,0xf8,0x0c,0xa0,0x00,0x05,0xf6,0xca,0xf7,0x00, +0x0f,0x07,0x00,0x03,0xf0,0x5b,0x22,0x22,0x1c,0xff,0xff,0xfd,0xcf,0x40,0x00,0x00, +0xbf,0x4c,0xea,0x00,0x00,0x1f,0xf4,0xc9,0xf1,0x00,0x08,0xaf,0x4c,0x7c,0x70,0x00, +0xe4,0xf4,0xc7,0x6d,0x00,0x4e,0x0f,0x4c,0x70,0xf3,0x0a,0x80,0xf4,0xc7,0x09,0xa1, +0xf2,0x0f,0x4c,0x70,0x3f,0x7b,0x00,0xf4,0xc7,0x00,0xde,0x50,0x0f,0x4c,0x70,0x06, +0xe0,0x00,0xf4,0xcf,0x30,0x00,0x0a,0x9c,0xed,0x00,0x00,0xa9,0xc7,0xe7,0x00,0x0a, +0x9c,0x74,0xf2,0x00,0xa9,0xc7,0x0a,0xc0,0x0a,0x9c,0x70,0x1e,0x60,0xa9,0xc7,0x00, +0x5f,0x2a,0x9c,0x70,0x00,0xbb,0xa9,0xc7,0x00,0x01,0xfe,0x9c,0x70,0x00,0x06,0xf9, +0x03,0x02,0x10,0x60,0x45,0x01,0x11,0x7f,0x45,0x01,0x70,0x4f,0x61,0xf5,0x00,0x00, +0x00,0xbc,0x45,0x01,0x30,0x08,0xe3,0xf2,0xfe,0x04,0xf0,0x01,0x1f,0x50,0x00,0x00, +0x0b,0xb0,0xbd,0x00,0x00,0x03,0xf5,0x01,0xed,0x52,0x27,0xea,0x03,0x02,0xb6,0xc5, +0x00,0xcf,0xff,0xfe,0x91,0x0c,0xa1,0x12,0x4d,0xc0,0x55,0x02,0xb3,0x00,0x01,0xcd, +0x0c,0xff,0xff,0xfb,0x20,0xca,0x22,0x20,0xd1,0x01,0x04,0xda,0x01,0x03,0x64,0x00, +0x24,0xc5,0x23,0x64,0x00,0x1a,0xf6,0x64,0x00,0x12,0x8e,0x64,0x00,0xf0,0x06,0xcd, +0x00,0x00,0x03,0xf6,0x02,0xec,0x41,0x16,0xea,0x00,0x02,0xae,0xff,0xc6,0x00,0x00, +0x00,0x07,0xf0,0x00,0x48,0x03,0x70,0xa1,0x10,0x00,0x00,0x00,0x4d,0xf9,0x05,0x02, +0x71,0xc5,0x00,0xca,0x11,0x12,0x8f,0x40,0x28,0x01,0x04,0x05,0x00,0xb0,0x6f,0x50, +0xcf,0xff,0xff,0xe6,0x00,0xca,0x22,0x2d,0x90,0x5f,0x01,0x10,0xf4,0x79,0x00,0x11, +0x8e,0xe7,0x01,0xf0,0x03,0xc0,0x00,0x7d,0xff,0xd8,0x00,0x08,0xe5,0x11,0x4e,0xb0, +0x0c,0x90,0x00,0x03,0x50,0x09,0xe3,0x50,0x00,0x90,0xaf,0xea,0x61,0x00,0x00,0x00, +0x48,0xcf,0x80,0x3e,0x04,0xb1,0xf2,0x1a,0x20,0x00,0x02,0xf4,0x0c,0xd5,0x21,0x4c, +0xd0,0x1e,0x02,0xc3,0xaf,0xff,0xff,0xff,0xd1,0x22,0x3f,0x52,0x21,0x00,0x02,0xf4, +0x0c,0x03,0x0f,0x09,0x00,0x06,0x00,0x42,0x05,0x6f,0x0b,0xad,0x90,0x00,0x00,0xba, +0x09,0x00,0x02,0xf0,0x06,0x0c,0xaa,0xd0,0x00,0x01,0xf6,0x2f,0xb3,0x25,0xdd,0x00, +0x2a,0xef,0xe9,0x10,0xbb,0x00,0x00,0x00,0xbb,0x4f,0x6e,0x00,0xf0,0x02,0x0d,0x80, +0x00,0x08,0xd0,0x07,0xe0,0x00,0x0e,0x70,0x01,0xf5,0x00,0x5f,0x10,0x00,0x9c,0xb2, +0x00,0x20,0x3f,0x22,0x10,0x06,0x60,0x88,0xc0,0x00,0x00,0x05,0xee,0x0a,0x04,0x11, +0xee,0x41,0x01,0xf0,0x01,0xbe,0x00,0x00,0x7e,0x07,0xf0,0x00,0x0f,0xf3,0x00,0x0c, +0xa0,0x2f,0x40,0x04,0xda,0x32,0x00,0xf0,0x3b,0xd8,0x00,0x99,0x6c,0x00,0x5f,0x10, +0x09,0xd0,0x0e,0x52,0xf1,0x0a,0xb0,0x00,0x4f,0x22,0xf1,0x0d,0x50,0xe6,0x00,0x00, +0xe6,0x7c,0x00,0x9a,0x3f,0x20,0x00,0x0a,0xab,0x70,0x05,0xe7,0xd0,0x00,0x00,0x5e, +0xe3,0x00,0x0f,0xd8,0x00,0x00,0x01,0xfe,0x00,0x00,0xcf,0x30,0x00,0x1e,0x80,0x00, +0x08,0xe1,0x03,0xf4,0x00,0x3f,0x40,0x00,0x7e,0x10,0xe8,0x00,0x00,0x0b,0xba,0xc0, +0x00,0x00,0x01,0x5d,0x04,0x80,0x04,0xee,0x60,0x00,0x00,0x1e,0x54,0xf2,0x6f,0x00, +0xd0,0x9d,0x00,0x08,0xe0,0x00,0x0d,0x90,0x4f,0x30,0x00,0x03,0xf5,0x5f,0x05,0x00, +0xf1,0x04,0x0a,0xd0,0x00,0x0d,0xa0,0x01,0xe8,0x00,0x8e,0x10,0x00,0x4f,0x32,0xf4, +0x00,0x00,0x0a,0xdc,0x90,0x9b,0x00,0x00,0xcb,0x00,0x0d,0x05,0x00,0xf0,0x01,0x0f, +0xff,0xff,0xff,0x50,0x12,0x22,0x2a,0xd1,0x00,0x00,0x05,0xf2,0x00,0x00,0x02,0xe4, +0x06,0x12,0xd8,0x20,0x00,0x00,0x41,0x00,0xff,0x03,0x00,0x5f,0x30,0x00,0x00,0x3f, +0x72,0x22,0x22,0x18,0xff,0xff,0xff,0xfb,0xff,0xf0,0xf5,0x00,0x02,0x00,0x03,0x30, +0xff,0xf0,0xd4,0x7b,0x07,0x40,0x5d,0x00,0x01,0xf1,0x8a,0x07,0x90,0x8a,0x00,0x03, +0xe0,0x00,0x0f,0x30,0x00,0xb7,0xa3,0x07,0x5f,0x2f,0x00,0xdf,0xf1,0x02,0x02,0x00, +0x04,0xf0,0x08,0xdf,0xf1,0x00,0x28,0x20,0x00,0x0b,0xbb,0x00,0x03,0xe0,0xe3,0x00, +0xb7,0x06,0xb0,0x3e,0x00,0x0e,0x3a,0x80,0x00,0x7b,0xed,0x05,0xf0,0x1a,0xf7,0x0b, +0xb0,0x00,0x78,0x02,0xbe,0xfc,0x30,0x00,0xda,0x10,0x9e,0x00,0x01,0x00,0x02,0xf2, +0x00,0x4b,0xee,0xef,0x20,0x1f,0x80,0x02,0xf2,0x05,0xf1,0x00,0x6f,0x20,0x3f,0x40, +0x4b,0xf4,0x00,0x8e,0xea,0x1b,0xf4,0xbd,0x06,0x05,0x04,0x00,0xf0,0x0c,0x6b,0xfd, +0x60,0x0f,0xd4,0x16,0xf4,0x0f,0x80,0x00,0xd9,0x0f,0x60,0x00,0xbb,0x0f,0x50,0x00, +0xba,0x0f,0x80,0x00,0xd8,0x0f,0xd3,0x05,0xf3,0x1c,0x00,0xe2,0x01,0xaf,0xea,0x10, +0x0b,0xb2,0x1b,0xb0,0x2f,0x30,0x02,0x50,0x4f,0x00,0x08,0x07,0xb0,0x2f,0x30,0x02, +0x70,0x0b,0xc2,0x1b,0xc0,0x01,0xaf,0xfa,0x15,0x01,0x14,0xf5,0x04,0x00,0xf1,0x00, +0x03,0xcf,0xd4,0xf5,0x0d,0xa0,0x1a,0xf5,0x3f,0x20,0x02,0xf5,0x5f,0x00,0x00,0x04, +0x00,0x70,0x3f,0x20,0x03,0xf5,0x0e,0xa1,0x2b,0x1c,0x00,0xf1,0x04,0xe5,0x01,0xae, +0xfc,0x30,0x0b,0xb1,0x06,0xf1,0x2f,0x20,0x00,0xc7,0x4f,0xff,0xff,0xf9,0x4f,0x10, +0x60,0x02,0xf9,0x09,0x20,0x0b,0xc2,0x05,0xf3,0x01,0xae,0xfd,0x50,0x03,0xdf,0x20, +0x9c,0x00,0x0a,0xa0,0x0b,0xff,0xf2,0x0a,0xa0,0x00,0xaa,0x00,0x05,0x00,0xb5,0x02, +0xcf,0xd4,0xe5,0x0e,0xa1,0x2c,0xf5,0x3f,0x20,0x04,0x5c,0x00,0x60,0x4f,0x20,0x04, +0xf5,0x0e,0xa0,0x5c,0x00,0x11,0xc3,0x6a,0x08,0x92,0x0d,0xa1,0x1a,0xd0,0x02,0xbf, +0xeb,0x20,0xf5,0xdb,0x00,0x00,0x07,0x00,0xf6,0x02,0x6a,0xfe,0x70,0xfd,0x40,0x7f, +0x2f,0x80,0x00,0xf5,0xf5,0x00,0x0f,0x6f,0x50,0x00,0xf6,0x07,0x00,0x52,0x60,0xf5, +0x41,0x00,0xf5,0x01,0x00,0x00,0x91,0x01,0x3e,0x41,0x00,0x00,0xa7,0x01,0x47,0x03, +0xf3,0x5f,0xb0,0x4e,0x00,0xf6,0x0e,0x50,0x0a,0xd1,0xf5,0x08,0xd1,0x0f,0x56,0xe2, +0x00,0xfa,0xf5,0x00,0x0f,0xea,0xd0,0x00,0xf5,0x0d,0xa0,0x0f,0x50,0x2f,0x60,0xf5, +0x00,0x6f,0x20,0xf5,0x01,0x00,0xfd,0x0d,0xf6,0xbe,0xd4,0x6d,0xea,0x0f,0xc1,0x0a, +0xe8,0x01,0xf5,0xf7,0x00,0x6f,0x00,0x0d,0x7f,0x50,0x06,0xe0,0x00,0xc8,0xf5,0x00, +0x6e,0x00,0x0c,0x8f,0x0b,0x00,0xa9,0xbd,0xe7,0x0f,0xd2,0x04,0xf2,0xf7,0x00,0x0f, +0x5f,0x9e,0x00,0x00,0x07,0x00,0xf0,0x05,0x01,0xae,0xfc,0x40,0x0c,0xc1,0x06,0xf3, +0x2f,0x30,0x00,0xd8,0x5f,0x10,0x00,0xbb,0x4f,0x10,0x00,0xbb,0x0c,0x00,0xf2,0x00, +0x0b,0xb1,0x07,0xf2,0x01,0xaf,0xec,0x30,0x0f,0x6b,0xed,0x60,0x0f,0xd2,0x04,0xbc, +0x01,0x1e,0x50,0xbc,0x01,0x08,0xe8,0x01,0x00,0x80,0x01,0x6f,0x0d,0xa0,0x1b,0xf5, +0x3f,0x30,0x9c,0x01,0x02,0x05,0xc4,0x01,0x02,0x04,0x00,0x75,0xf7,0xeb,0xfd,0x31, +0xf8,0x00,0xf6,0x09,0x01,0x70,0x05,0xdf,0xea,0x11,0xf5,0x01,0xb9,0xcd,0x04,0xf0, +0x0b,0x8f,0xc8,0x30,0x00,0x16,0xaf,0x70,0x10,0x00,0x7e,0x5e,0x30,0x1a,0xb0,0x7d, +0xfe,0xa1,0x03,0x30,0x00,0xa7,0x00,0xbf,0xfe,0x00,0xd7,0xbd,0x0a,0x04,0x05,0x00, +0x40,0x91,0x00,0x6f,0xe0,0xe8,0x0a,0x0d,0x04,0x00,0xf0,0x16,0x50,0x02,0xf4,0x0d, +0xb1,0x1a,0xf4,0x03,0xdf,0xd3,0xe5,0xc9,0x00,0x02,0xf4,0x6e,0x00,0x07,0xe0,0x1f, +0x40,0x0d,0x80,0x0b,0xa0,0x2f,0x20,0x05,0xf0,0x8c,0x00,0x00,0xe4,0xd6,0x00,0x00, +0x9b,0x53,0x0a,0xf1,0x7d,0xa0,0x00,0x0e,0x60,0x06,0xf4,0x00,0x8b,0x09,0xa0,0x0a, +0xd8,0x00,0xd7,0x05,0xe0,0x0e,0x6c,0x01,0xf2,0x00,0xf2,0x3d,0x0f,0x05,0xe0,0x00, +0xc6,0x79,0x0c,0x49,0x90,0x00,0x7a,0xb5,0x08,0x8d,0x40,0x00,0x3d,0xf1,0x04,0xdf, +0x00,0x00,0x0e,0xd0,0x01,0xfb,0x00,0x5f,0x20,0x09,0xc0,0x0a,0xb0,0x4f,0x20,0x01, +0xe6,0xd6,0x00,0x00,0x4f,0xb0,0x00,0x00,0x6f,0xd0,0x00,0x02,0xf4,0xc9,0x00,0x0c, +0x90,0x2f,0x40,0x7e,0x00,0x07,0xe1,0xca,0x00,0x01,0xf4,0x5f,0x00,0x07,0xe0,0x0e, +0x60,0x0c,0x80,0x09,0xc0,0x2f,0x20,0x02,0xf2,0x7b,0x00,0x00,0xc8,0xd5,0x00,0x00, +0x5e,0xe0,0x00,0x00,0x0f,0x90,0x00,0x00,0x1f,0x20,0x00,0x01,0xca,0x00,0x00,0x7f, +0xb0,0x00,0x00,0x2f,0xff,0xff,0x90,0x00,0x05,0xf3,0x00,0x02,0xe7,0x00,0x00,0xcb, +0x00,0x1a,0x04,0x10,0x40,0x5f,0x04,0xf0,0x08,0x06,0xff,0xff,0xfc,0x00,0x7f,0xb0, +0x1f,0x50,0x02,0xf1,0x00,0x2f,0x00,0x02,0xf0,0x00,0x3f,0x00,0x09,0xc0,0x0b,0xf3, +0x27,0x09,0x10,0x3f,0x0f,0x00,0x89,0x2f,0x00,0x01,0xf4,0x00,0x08,0xfb,0xa9,0x01, +0x00,0xc0,0xbf,0x70,0x00,0x5f,0x00,0x01,0xf2,0x00,0x1f,0x20,0x01,0xf2,0xe5,0x03, +0x91,0xc9,0x00,0x03,0xfb,0x00,0xe8,0x00,0x0f,0x20,0x14,0x00,0xd0,0x05,0xf1,0x0b, +0xf8,0x00,0x1a,0xdc,0x72,0x05,0x13,0x52,0x49,0xde,0x49,0x06,0x02,0xc3,0x09,0x21, +0x01,0xf3,0x07,0x00,0x21,0x09,0xab,0x07,0x00,0x30,0x1d,0x0b,0x40,0x07,0x00,0x30, +0x96,0x03,0xc0,0x1b,0x00,0x30,0xd0,0x00,0xb4,0x1b,0x00,0x30,0x60,0x00,0x2c,0x1b, +0x00,0xb0,0x00,0x00,0x0a,0x50,0x00,0x00,0x96,0x00,0x00,0x02,0xd0,0x1b,0x00,0x30, +0x00,0x00,0xa5,0x1b,0x00,0x61,0x00,0x00,0x2d,0x00,0x2d,0x00,0x27,0x00,0x70,0x8e, +0xdd,0xdd,0xde,0xed,0xde,0xc0,0x0d,0x00,0x20,0x58,0x30,0x71,0x06,0xf0,0x24,0x94, +0xb4,0x00,0x00,0x7b,0x5f,0x00,0x1b,0x00,0x3d,0x61,0x4f,0x00,0x1c,0x02,0xd1,0x00, +0x9e,0x83,0xd6,0x0a,0x40,0x00,0xd1,0x9f,0xf1,0x0d,0x00,0x01,0xc4,0xd4,0x49,0x2a, +0x00,0x06,0xec,0x10,0x0c,0x2b,0x00,0x0a,0x80,0x00,0x0c,0x0d,0x00,0x03,0x00,0x00, +0x2a,0x09,0xad,0x05,0xf0,0x02,0x95,0x01,0xd3,0x00,0x00,0x06,0xb0,0x00,0x2c,0x83, +0x24,0xaa,0x00,0x00,0x00,0x59,0xa8,0x18,0x0a,0xf0,0x0a,0xcc,0xcc,0x40,0x00,0x00, +0x09,0x3b,0xff,0xb1,0xc5,0x00,0x02,0xba,0x0d,0xf2,0x2d,0x62,0x01,0xfb,0x00,0x26, +0x00,0x2f,0x80,0x38,0xb1,0x00,0x90,0xa7,0x0a,0xf1,0x00,0x00,0x00,0x0b,0xa0,0x19, +0x0d,0x00,0x30,0xaa,0x02,0xe8,0xcf,0x08,0xf0,0x04,0x80,0x04,0xf6,0x00,0x00,0x19, +0xf2,0x00,0x18,0xb9,0x63,0x6c,0xa5,0x00,0x00,0x0a,0x6f,0x9f,0x57,0x9a,0x00,0x25, +0x51,0x40,0xba,0x0a,0xf0,0x1f,0x06,0xb3,0x8a,0x95,0x00,0x00,0x05,0x93,0xf6,0x23, +0x8c,0x20,0x02,0xe0,0x02,0xb1,0x00,0x3d,0x10,0x0c,0xf0,0x03,0xd0,0x00,0x59,0x00, +0x9b,0xb0,0x99,0x00,0x00,0xd0,0x0c,0x07,0xda,0x00,0x00,0x0b,0x20,0xc0,0x03,0x00, +0x00,0x00,0xa2,0x0a,0x2f,0x01,0x31,0x0d,0x00,0x49,0x06,0x0b,0xf1,0x02,0x00,0xb5, +0x00,0x00,0x02,0xd1,0x00,0x00,0xb9,0x31,0x27,0xd3,0x00,0x00,0x00,0x4a,0xcb,0xda, +0x09,0xf0,0x2d,0x22,0x11,0x11,0x10,0x00,0x3d,0xaa,0xbb,0xd7,0x00,0x09,0x40,0x00, +0x0c,0x10,0x00,0xd0,0x00,0x02,0xb0,0x00,0x58,0x00,0x00,0x84,0x00,0x07,0xa0,0x00, +0x6c,0x00,0x03,0xdf,0x20,0xfa,0x00,0x02,0xd1,0x4a,0x6f,0x90,0x00,0x94,0x04,0x8c, +0x1c,0x10,0x0c,0x00,0xb5,0xa0,0x93,0x00,0xb2,0x0b,0x22,0x0a,0x20,0x06,0x80,0x55, +0x01,0x30,0x0b,0x82,0x04,0xf9,0x00,0x20,0xbc,0x91,0x75,0x0b,0xf0,0x07,0x99,0x00, +0x00,0x05,0x50,0x81,0x00,0x00,0x54,0x08,0x10,0x00,0x06,0x51,0x92,0x00,0xaa,0xcf, +0xff,0xa9,0x9a,0x00,0x16,0x0c,0x49,0x7a,0xaa,0x30,0xaa,0x09,0x00,0x00,0xcd,0x01, +0xf1,0x03,0xa6,0xaf,0xff,0xfd,0x95,0x00,0x63,0x05,0x40,0x00,0x06,0x30,0x54,0x00, +0x00,0x3a,0xaa,0x20,0xdd,0x01,0xf0,0x17,0x10,0x00,0x00,0x02,0xaf,0xff,0xe5,0xd4, +0x03,0xef,0xc8,0x8c,0x6d,0xba,0xef,0x50,0x00,0x00,0xc0,0x6f,0xb0,0x00,0x00,0x0c, +0x00,0x1a,0xb1,0x00,0x00,0xc0,0x00,0x0b,0xa0,0x00,0x0c,0x00,0x1c,0x70,0x16,0x00, +0x50,0x50,0x00,0x00,0x0d,0x7f,0x68,0x05,0xf0,0x24,0xf8,0x0a,0xfb,0x30,0x03,0x15, +0x00,0x0a,0xff,0xff,0xf8,0x00,0x00,0x03,0x8a,0xa7,0x10,0x35,0x78,0x55,0x55,0x55, +0x2c,0x5f,0xf9,0x55,0x55,0x88,0xc0,0xcd,0x30,0x2a,0xdf,0x8c,0x02,0x30,0x8f,0xff, +0xf8,0xc0,0xdf,0x50,0x7f,0xff,0x8c,0x0c,0xf4,0x00,0x12,0x68,0xc0,0x14,0x01,0xe0, +0x8c,0x0c,0xe4,0x00,0x00,0x48,0xc0,0xdf,0x50,0x00,0x04,0x8c,0x03,0x40,0x0b,0x00, +0xf1,0x02,0x7a,0x20,0x00,0x04,0x8c,0x0d,0xf5,0x00,0x00,0x48,0xc9,0xff,0xc9,0x99, +0x9b,0x81,0x22,0x37,0x0c,0xf3,0x31,0x03,0x9f,0xfa,0x30,0x00,0x00,0x9b,0x4d,0xc6, +0xb9,0x00,0x08,0x80,0x0c,0xa1,0x08,0x80,0x2c,0x00,0x0c,0xa1,0x00,0xc2,0x76,0x00, +0x0e,0xe1,0x00,0x67,0x84,0x00,0x50,0x09,0x30,0x49,0x75,0x0a,0xb9,0x6c,0xa8,0x58, +0x3b,0xb6,0xb7,0x1b,0xb6,0xf4,0x0f,0xfd,0x50,0x00,0x6f,0xf0,0x02,0xfa,0x00,0x00, +0x6e,0x20,0x00,0x08,0xdc,0xcd,0x80,0xd6,0x00,0x03,0x01,0x00,0x50,0x07,0xef,0xb2, +0x00,0x00,0x2e,0x03,0x00,0x87,0x0e,0xf0,0x19,0xdf,0xff,0xff,0x51,0x65,0x00,0x0e, +0xff,0xff,0xf8,0xef,0xfc,0x00,0xaf,0xff,0xff,0xaf,0xff,0xf4,0x01,0xdf,0xff,0x86, +0xff,0xff,0x40,0x05,0xfc,0xcf,0xcf,0xff,0xc0,0x02,0xf3,0x1d,0xff,0xff,0xf5,0x00, +0xa8,0x18,0x0b,0xa0,0xe0,0x0e,0x35,0xff,0xff,0xff,0xff,0x30,0xf5,0xbf,0x25,0x0b, +0xc0,0x0c,0xdd,0xa9,0x99,0x99,0x99,0x20,0x00,0x00,0x0a,0x30,0x00,0xcd,0x00,0x11, +0xe3,0x5d,0x00,0x81,0x4e,0x40,0x00,0x05,0x44,0x43,0x37,0xf5,0x8c,0x07,0xb0,0xff, +0x50,0x06,0x66,0x66,0x66,0x66,0x61,0x02,0xef,0xff,0x9c,0x03,0x52,0x2d,0xfa,0xbb, +0xbb,0xc9,0x92,0x07,0x30,0x00,0x00,0x1c,0xc8,0x07,0x01,0xa8,0x15,0x00,0xec,0x0b, +0x06,0xe7,0x15,0x30,0x4d,0xd9,0x40,0xaf,0x00,0xf0,0x0b,0x04,0xac,0x30,0x00,0x00, +0x4c,0xdb,0x52,0xc6,0x00,0x00,0x24,0x13,0x9c,0x10,0x00,0x00,0x29,0xcb,0x31,0x00, +0x00,0x38,0x89,0x85,0x30,0xfe,0x0c,0xf0,0x2f,0x3e,0x60,0x00,0x8f,0x62,0xca,0x07, +0xf5,0x00,0xef,0x37,0xff,0x24,0xfa,0x00,0x6f,0x71,0xb9,0x08,0xf3,0x00,0x07,0xf6, +0x00,0x6e,0x40,0x00,0x00,0x27,0x99,0x71,0x00,0x00,0x01,0x22,0x22,0x21,0x00,0x00, +0xea,0xaa,0xaa,0xd3,0x00,0x0c,0x00,0x00,0xb2,0xd3,0x00,0xc0,0x00,0x0d,0x01,0xc3, +0x0c,0x00,0x00,0xcc,0xb3,0x90,0xc0,0x2b,0x02,0x10,0x0c,0x76,0x00,0x0f,0x0b,0x00, +0x09,0xff,0x03,0x0e,0xdd,0xdd,0xdd,0xdd,0x90,0x04,0xbb,0x40,0x0c,0x00,0xd0,0x0d, +0x01,0xd0,0x04,0xbb,0x30,0x0b,0x0d,0x21,0x20,0xff,0xf0,0x63,0x0c,0x17,0x00,0x75, +0x0c,0x70,0xed,0x70,0x0c,0xa2,0x22,0x6e,0x90,0xcc,0x04,0xef,0x0c,0xa0,0x00,0x07, +0xf0,0xca,0x11,0x15,0xea,0x0c,0xff,0xff,0xe8,0x00,0x38,0x0d,0x1a,0x7f,0xcf,0xff, +0xff,0xdc,0xa2,0x22,0x21,0xc3,0x0b,0x09,0x20,0x00,0x0c,0x28,0x05,0xf0,0x06,0x0e, +0x82,0x2c,0x90,0x00,0x0f,0x40,0x0c,0x90,0x00,0x2f,0x20,0x0c,0x90,0x00,0x5f,0x00, +0x0c,0x90,0x00,0x8d,0x05,0x00,0x00,0x7c,0x05,0xa0,0x01,0xf5,0x00,0x0c,0x90,0x2a, +0xe2,0x22,0x2c,0xa2,0xa1,0x01,0x66,0xfe,0xe6,0x00,0x00,0x00,0x7e,0x05,0x00,0x0f, +0x33,0x0d,0x1a,0xf0,0x52,0x2e,0x60,0x00,0xca,0x00,0x08,0xd0,0x04,0xf2,0x00,0xca, +0x00,0x4f,0x20,0x00,0x8d,0x00,0xca,0x01,0xe6,0x00,0x00,0x0b,0xb1,0xca,0x2d,0x90, +0x00,0x00,0x04,0xff,0xff,0xff,0x20,0x00,0x00,0x0d,0x80,0xca,0x0b,0xc0,0x00,0x00, +0x8e,0x00,0xca,0x02,0xf6,0x00,0x03,0xf5,0x00,0xca,0x00,0x8f,0x10,0x0d,0xb0,0x00, +0xca,0x00,0x0d,0xa0,0x7f,0x20,0x00,0xca,0x00,0x04,0xf5,0x00,0x8d,0xfe,0xa1,0x00, +0xcd,0x42,0x4d,0xc0,0x18,0x20,0x00,0x7f,0x00,0x00,0x00,0x2c,0xa0,0x00,0x07,0xff, +0xa0,0x00,0x00,0x12,0x5d,0xb0,0x59,0x0d,0xf1,0x39,0x33,0xe1,0x00,0x03,0xf3,0x0d, +0xd4,0x24,0xdd,0x00,0x19,0xef,0xe9,0x10,0xc7,0x00,0x00,0x6f,0x8c,0x70,0x00,0x1f, +0xe8,0xc7,0x00,0x0b,0xba,0x8c,0x70,0x05,0xf2,0xb8,0xc7,0x01,0xe7,0x0b,0x8c,0x70, +0xac,0x00,0xb8,0xc7,0x4f,0x20,0x0b,0x8c,0x8d,0x80,0x00,0xb8,0xce,0xd0,0x00,0x0b, +0x8c,0xf3,0x00,0x00,0xb8,0x01,0x70,0x01,0x80,0x00,0x1f,0x50,0x7e,0x00,0x00,0x4c, +0xec,0x30,0x69,0x02,0x0f,0x3f,0x00,0x1a,0x80,0xca,0x00,0x08,0xd1,0xca,0x00,0x4f, +0x30,0xd6,0x00,0x00,0xd3,0x00,0x40,0xcf,0xff,0x20,0x00,0xcd,0x00,0x00,0xca,0x00, +0x81,0xca,0x00,0x7f,0x10,0xca,0x00,0x0d,0xb0,0xc1,0x00,0xff,0x1d,0x1f,0xff,0xff, +0xa0,0x03,0xf4,0x22,0xca,0x00,0x5f,0x00,0x0b,0xa0,0x07,0xe0,0x00,0xba,0x00,0xab, +0x00,0x0b,0xa0,0x0c,0x90,0x00,0xba,0x00,0xf6,0x00,0x0b,0xa0,0x3f,0x20,0x00,0xba, +0x2b,0xd0,0x00,0x0b,0xad,0xd3,0x00,0x00,0xba,0x5e,0x0d,0x24,0x0f,0x3f,0x0e,0x1a, +0x0f,0x5e,0x0d,0x25,0x00,0x52,0x00,0x50,0xa2,0x22,0x22,0xd9,0xc9,0x49,0x00,0x4f, +0x90,0x00,0x00,0xc9,0x09,0x00,0x08,0x0f,0x8b,0x0d,0x1e,0x0f,0xf2,0x0f,0x20,0x0f, +0x16,0x0d,0x19,0x00,0x10,0x08,0x10,0x02,0x3a,0x0c,0x40,0x0a,0xc0,0x01,0xe7,0x8f, +0x0f,0x70,0x6f,0x20,0xba,0x00,0x00,0x0c,0xb3,0x13,0x0c,0x20,0xfe,0x80,0xf5,0x00, +0x00,0x0d,0x05,0xa1,0xd7,0x00,0x00,0x05,0x2a,0xd0,0x00,0x00,0x2d,0xfb,0xf7,0x05, +0x00,0x4e,0x0f,0xf0,0x07,0x06,0xdf,0xff,0xea,0x10,0x09,0xe5,0x0f,0x62,0xbe,0x10, +0xf7,0x00,0xf6,0x01,0xf6,0x1f,0x40,0x0f,0x60,0x0e,0x80,0x0b,0x00,0x60,0xf5,0x07, +0xf5,0x0f,0x62,0xbd,0x21,0x00,0x22,0xe9,0x10,0x2c,0x00,0x01,0x7c,0x0f,0x0f,0xd5, +0x0c,0x1f,0x11,0xca,0x07,0x03,0x0f,0x05,0x00,0x10,0x40,0x22,0x22,0x2d,0x92,0x86, +0x01,0x10,0xfd,0x6b,0x00,0x16,0x8d,0x05,0x00,0x48,0xd9,0x00,0x00,0x9c,0x04,0x00, +0xf2,0x03,0xc9,0x00,0x00,0x9c,0x9e,0x20,0x02,0xbc,0x1b,0xff,0xfe,0xec,0x00,0x01, +0x00,0x9c,0x00,0x00,0x04,0x00,0x10,0xca,0xe5,0x03,0x1f,0xd8,0x06,0x00,0x18,0x60, +0x22,0x2d,0xa2,0x22,0xd8,0xcf,0xb6,0x05,0xef,0xf8,0xca,0x00,0x0f,0x60,0x02,0xf3, +0x0c,0xa0,0x00,0xf6,0x00,0x2f,0x30,0x0d,0x00,0x15,0x80,0x22,0x2f,0x72,0x24,0xf5, +0x1c,0xff,0xff,0xee,0x0c,0x01,0x61,0x03,0x00,0xc5,0x13,0x02,0x68,0x01,0x01,0x0d, +0x00,0x23,0xca,0x00,0x9c,0x11,0x0b,0x06,0x00,0x00,0x13,0x05,0x61,0x05,0xf0,0xca, +0x22,0x26,0xe9,0x12,0x00,0x14,0x7f,0x06,0x00,0x00,0x19,0x05,0x00,0x1e,0x00,0x46, +0xfe,0x80,0x05,0xf0,0x70,0x04,0x0f,0x49,0x05,0x09,0x12,0x14,0x49,0x05,0xd1,0x00, +0x6c,0xef,0xd8,0x10,0x00,0x9f,0x73,0x25,0xce,0x20,0x07,0x40,0x23,0x0a,0x00,0x1a, +0x12,0x20,0x00,0x00,0xbb,0x06,0xf0,0x18,0x00,0x02,0x22,0x26,0xf3,0x01,0x00,0x00, +0x00,0x8f,0x10,0xe7,0x00,0x00,0x2f,0xa0,0x05,0xf9,0x33,0x6e,0xe1,0x00,0x03,0xbe, +0xfd,0x81,0x00,0xca,0x00,0x02,0xae,0xfe,0xa3,0x00,0xca,0x00,0x3f,0xa2,0x01,0xe0, +0x0f,0x11,0xcd,0x46,0x12,0x20,0x01,0xf6,0xcc,0x11,0x30,0xcf,0xff,0xf4,0xf1,0x01, +0xf0,0x07,0xcb,0x24,0xf4,0x00,0x00,0x01,0xf6,0xca,0x00,0xf7,0x00,0x00,0x03,0xf3, +0xca,0x00,0xad,0x00,0x00,0x0b,0xd0,0xca,0xcd,0x02,0x10,0xaf,0x7b,0x11,0xf0,0x00, +0x9d,0xfe,0xa2,0x00,0x00,0x6d,0xff,0xff,0xf9,0x07,0xf6,0x21,0x11,0xd9,0x0c,0x1b, +0x03,0x10,0x0d,0x05,0x00,0x20,0x07,0xf4,0x89,0x03,0xf0,0x01,0x8e,0xff,0xff,0xf9, +0x00,0x0b,0xb2,0x22,0xd9,0x00,0x7e,0x10,0x00,0xc9,0x03,0xf5,0x1e,0x00,0x00,0xa2, +0x03,0x0f,0x16,0x0e,0x10,0x00,0x76,0x00,0xa0,0x43,0x00,0x18,0xef,0xe7,0x00,0xd9, +0x40,0x00,0x08,0x80,0x06,0xf0,0x04,0x3b,0xed,0x70,0x0f,0xb4,0x04,0xf7,0x1f,0x70, +0x00,0x9c,0x1f,0x50,0x00,0x7f,0x0f,0x40,0x00,0x7f,0x9f,0x16,0xf0,0x0e,0x06,0xe2, +0x04,0xf6,0x00,0x7e,0xfd,0x60,0xff,0xff,0xd5,0x0f,0x50,0x09,0xf0,0xf5,0x00,0x8d, +0x0f,0xff,0xfe,0x30,0xf5,0x00,0x7f,0x1f,0x50,0x01,0xf4,0x07,0x00,0x70,0xff,0xfc, +0x40,0xff,0xff,0x0f,0x50,0xea,0x16,0x08,0x05,0x00,0xf0,0x11,0x00,0x5f,0xff,0xf6, +0x00,0x08,0xc0,0x0e,0x60,0x00,0xaa,0x00,0xe6,0x00,0x0d,0x70,0x0e,0x60,0x01,0xf3, +0x00,0xe6,0x00,0x5f,0x00,0x0e,0x60,0x0b,0xa0,0x00,0xe6,0x0d,0xd4,0x01,0x90,0xd5, +0x00,0x00,0x0b,0x8d,0x50,0x00,0x00,0xb8,0x09,0x00,0x1f,0x80,0x30,0x0e,0x0d,0xf0, +0x59,0x9c,0x00,0xaa,0x00,0xba,0x1e,0x40,0xaa,0x04,0xf1,0x07,0xd0,0xaa,0x0c,0x70, +0x00,0xc8,0xaa,0x7d,0x00,0x00,0x9f,0xff,0xfa,0x00,0x04,0xf2,0xaa,0x2f,0x40,0x0e, +0x70,0xaa,0x07,0xe1,0x9d,0x00,0xaa,0x00,0xca,0x07,0xef,0xd4,0x02,0xc3,0x07,0xf0, +0x00,0x01,0x8e,0x00,0x08,0xfe,0x30,0x00,0x01,0x9e,0x10,0x10,0x02,0xf4,0x6e,0x20, +0x7f,0x10,0x8e,0xfd,0x40,0xf5,0x00,0x6f,0x5f,0x50,0x0e,0xf5,0xf5,0x08,0xae,0x5f, +0x52,0xe1,0xe5,0xf4,0xa8,0x0e,0x5f,0x8e,0x00,0xe5,0xff,0x50,0x0e,0x5f,0xb0,0x00, +0xe5,0x5e,0x10,0x8c,0x00,0x8d,0xdb,0x20,0x00,0x42,0x0d,0xf1,0x6e,0x06,0xf5,0xf5, +0x00,0xef,0x5f,0x50,0x8a,0xe5,0xf5,0x2e,0x1e,0x5f,0x4a,0x80,0xe5,0xf8,0xe0,0x0e, +0x5f,0xf5,0x00,0xe5,0xfb,0x00,0x0e,0x50,0xf5,0x01,0xf4,0xf5,0x09,0xb0,0xf5,0x2f, +0x20,0xf5,0xc8,0x00,0xff,0xf4,0x00,0xf5,0x6e,0x10,0xf5,0x0c,0xa0,0xf5,0x02,0xf4, +0x00,0x9f,0xff,0xfb,0x00,0xc8,0x00,0x9b,0x00,0xe6,0x00,0x9b,0x00,0xf4,0x00,0x9b, +0x02,0xf1,0x00,0x9b,0x06,0xe0,0x00,0x9b,0x0c,0x90,0x00,0x9b,0xed,0x20,0x00,0x9b, +0xff,0x40,0x00,0xdf,0x4f,0xd9,0x00,0x2e,0xf4,0xf8,0xe0,0x08,0x9f,0x4f,0x5e,0x30, +0xd3,0xf4,0xf5,0x89,0x2e,0x0f,0x4f,0x53,0xe7,0x90,0xf4,0xf5,0x0d,0xd4,0x0f,0x4f, +0x50,0x8e,0x00,0xf4,0xf5,0x00,0x1f,0x4f,0x50,0x01,0x07,0x00,0x27,0xff,0xff,0x0e, +0x00,0x00,0x07,0x00,0x0f,0x1f,0x0e,0x0d,0xae,0xff,0xff,0xff,0x1f,0x50,0x03,0xf1, +0xf5,0x00,0x3f,0x07,0x00,0x0f,0x3b,0x0e,0x19,0x0f,0x03,0x10,0x0d,0x4d,0xbf,0xff, +0xff,0x90,0x0d,0x18,0x03,0x07,0x00,0x0f,0x74,0x0d,0x18,0x00,0x36,0x0a,0x1a,0xc0, +0x06,0x00,0xf0,0x04,0x04,0xdf,0xb8,0xc7,0xee,0x70,0x0e,0xa0,0x3e,0xf7,0x05,0xf4, +0x3f,0x20,0x0a,0xf0,0x00,0xd9,0x5f,0x6a,0x0d,0x80,0xba,0x5f,0x00,0x07,0xd0,0x00, +0xba,0x4f,0x12,0x00,0xde,0xd8,0x0e,0xa1,0x4e,0xf8,0x05,0xf3,0x03,0xdf,0xb8,0xc8, +0xee,0x70,0x42,0x00,0x0f,0x14,0x0e,0x0d,0x4f,0xf5,0x00,0x2f,0x20,0x04,0x00,0x05, +0x30,0xff,0xff,0xff,0x2d,0x06,0x14,0xf4,0x04,0x00,0xf0,0x04,0x1f,0x30,0x08,0xc1, +0xf3,0x00,0x8c,0x1f,0x30,0x08,0xc0,0xf6,0x00,0xac,0x08,0xff,0xcc,0xc0,0x00,0xbc, +0x19,0x10,0x08,0x07,0x00,0x5f,0xf5,0x00,0xab,0x00,0x5f,0x05,0x00,0x0b,0x01,0xb6, +0x04,0xbf,0xf5,0x00,0xaa,0x00,0x6e,0x0f,0x50,0x0a,0xa0,0x06,0xe0,0x0b,0x00,0x09, +0x01,0x2c,0x00,0x10,0x00,0xe3,0x15,0x11,0xf0,0xee,0x15,0x02,0x0b,0x00,0x20,0xaf, +0xff,0x04,0x0b,0x10,0xf0,0x83,0x01,0x00,0x09,0x00,0xf1,0x0f,0xfe,0xed,0x90,0x00, +0x4f,0x00,0x2e,0x80,0x04,0xf0,0x00,0xab,0x00,0x4f,0x00,0x1e,0x80,0x04,0xfe,0xee, +0x90,0xf5,0x00,0x00,0x09,0xbf,0x50,0x00,0x00,0x9b,0x09,0x00,0xc2,0xfe,0xeb,0x20, +0x9b,0xf5,0x00,0xad,0x09,0xbf,0x50,0x05,0xf0,0x09,0x00,0x02,0x12,0x00,0x05,0xd2, +0x10,0xd0,0xfe,0xec,0x30,0xf5,0x00,0x9f,0x0f,0x50,0x03,0xf2,0xf5,0x00,0x9e,0x0e, +0x00,0x90,0x06,0xdf,0xd7,0x00,0x5f,0x30,0x2d,0x50,0x01,0x3f,0x01,0x30,0x5f,0xff, +0xf0,0x9f,0x14,0xff,0x4d,0x59,0x00,0x0a,0xc0,0x3f,0x50,0x4f,0x50,0x05,0xdf,0xe7, +0x00,0xf5,0x00,0x8d,0xdc,0x40,0xf5,0x08,0xe1,0x05,0xf1,0xf5,0x0e,0x80,0x00,0xe7, +0xff,0xff,0x60,0x00,0xc9,0xf5,0x0f,0x60,0x00,0xd9,0xf5,0x0c,0x80,0x00,0xe7,0xf5, +0x05,0xe2,0x07,0xf1,0xf5,0x00,0x7e,0xfc,0x30,0x04,0xce,0xef,0xf1,0x0f,0x90,0x03, +0xf1,0x2f,0x40,0x03,0xf1,0x0e,0x90,0x03,0xf1,0x04,0xdf,0xee,0xf1,0x00,0xd8,0x03, +0xf1,0x0a,0xb0,0x03,0xf1,0x7e,0x10,0x03,0xf1,0x00,0xd5,0x0f,0x30,0x00,0x41,0x05, +0x10,0xe4,0x03,0x0d,0x02,0xb1,0x0b,0x4f,0xf3,0x00,0xfc,0x00,0x01,0x00,0x27,0x2f, +0xee,0x00,0x01,0x00,0x29,0x14,0xf3,0x46,0x00,0x25,0xee,0xf7,0x14,0x00,0x2f,0xfc, +0xfc,0x90,0x00,0x19,0x18,0xe5,0x47,0x00,0x0f,0x01,0x00,0x20,0x15,0xf7,0x82,0x00, +0x1e,0xee,0x16,0x00,0x0f,0x01,0x00,0x11,0x2f,0xfc,0xe1,0x07,0x01,0x2f,0x0f,0xf8, +0x00,0x20,0x08,0x39,0x00,0x70,0xe5,0xf3,0x00,0xe5,0xe5,0xee,0xfc,0x0e,0x01,0x20, +0xe5,0xe5,0xbc,0x00,0x4f,0xf7,0xf7,0x00,0xf3,0x14,0x01,0x19,0x62,0xea,0xf3,0x00, +0xf7,0xf7,0xee,0xc8,0x00,0x01,0x0f,0x02,0x10,0xf7,0x45,0x00,0x0f,0xc8,0x01,0x19, +0x52,0xfc,0x00,0xfc,0xfc,0xf7,0x3a,0x01,0x01,0xc6,0x00,0x00,0xcc,0x00,0x1f,0xfe, +0x45,0x01,0x19,0x43,0xea,0x00,0xf3,0xf0,0x82,0x00,0x5f,0xea,0x00,0xf7,0xee,0xea, +0xc1,0x00,0x1b,0x0c,0x4f,0x00,0x0f,0x8b,0x02,0x28,0x0f,0x0a,0x03,0x64,0x0f,0x01, +0x00,0x07,0xe0,0x08,0x00,0xfd,0x05,0x00,0xfb,0xfd,0xfb,0xed,0xf5,0xf8,0x00,0xed, +0xfb,0x32,0x12,0x0a,0x01,0x00,0x31,0xfb,0xfd,0x03,0x22,0x09,0x0f,0x40,0x00,0x05, +0x40,0xfb,0x00,0x00,0xfd,0x03,0x00,0x87,0xfd,0xf5,0xfa,0xfd,0xfb,0xf5,0xfd,0xfd, +0x1b,0x00,0x15,0xfd,0x22,0x00,0x0f,0x01,0x00,0x09,0xf7,0x01,0xf8,0xfb,0xfb,0xf8, +0xfd,0x00,0xf8,0x00,0xf8,0xf0,0xf8,0xf8,0xf5,0xf5,0x00,0xf8,0x3a,0x00,0x02,0x08, +0x00,0x51,0xf8,0xfd,0x00,0xfd,0xf8,0x0d,0x00,0x1f,0xe3,0x41,0x00,0x02,0x93,0xf0, +0xf0,0x00,0xfb,0xf3,0xfa,0xf3,0x00,0xf5,0x50,0x00,0x30,0xf3,0x00,0xf3,0x14,0x00, +0x00,0x73,0x01,0x82,0xf3,0xf3,0xf3,0xf0,0xf3,0x00,0x00,0xf0,0x82,0x01,0x1f,0xf0, +0x0d,0x01,0x0d,0x00,0xdd,0x13,0x17,0xf8,0x1a,0x01,0x02,0x14,0x00,0x0e,0xfe,0x00, +0x0e,0x07,0x01,0x0f,0xe5,0x00,0x0b,0x1f,0xfd,0x88,0x01,0x10,0x10,0xfd,0x44,0x00, +0x35,0xfd,0x03,0x05,0x74,0x00,0x06,0x36,0x00,0x1f,0xfd,0x43,0x00,0x13,0x10,0xfd, +0x02,0x00,0x30,0xfb,0xfd,0xfd,0x48,0x00,0x0f,0x0a,0x02,0x21,0x12,0xfd,0x43,0x00, +0x2f,0x03,0xf8,0x53,0x02,0x2d,0x16,0xfd,0xc4,0x00,0x09,0x5d,0x01,0x0f,0x41,0x00, +0x18,0x13,0xfd,0x2f,0x00,0x16,0x03,0x3d,0x00,0x00,0x02,0x00,0x05,0x18,0x00,0x0f, +0x83,0x01,0x02,0x14,0xfb,0xf9,0x00,0x67,0xfb,0x00,0xf5,0xfb,0x00,0xfb,0x97,0x01, +0x1b,0xfd,0x8a,0x01,0x10,0xd3,0x2e,0x00,0x1e,0x00,0x49,0x02,0xe0,0xfd,0xfb,0xf3, +0xfd,0xfb,0x00,0xfd,0xf5,0xfb,0xfd,0xf5,0x00,0x00,0xfb,0x09,0x01,0x24,0xed,0xf5, +0x1e,0x00,0x16,0xf5,0x69,0x00,0x0f,0x22,0x01,0x05,0x00,0x81,0x00,0xb3,0xf8,0xfd, +0xfb,0x00,0x00,0xf8,0xf8,0x00,0xf3,0xf8,0xfd,0xab,0x00,0x1e,0x05,0x1e,0x01,0x03, +0x59,0x06,0x0e,0x0c,0x03,0x42,0xf8,0x03,0xfd,0xfb,0x6a,0x00,0x10,0xf8,0x50,0x00, +0x10,0xf5,0x0c,0x00,0x10,0xf3,0xde,0x18,0x00,0xea,0x18,0x20,0xed,0xf3,0xdb,0x02, +0x10,0xf5,0x0f,0x00,0x3f,0xf3,0x00,0xe0,0xc3,0x00,0x03,0x10,0xf5,0x9e,0x00,0x12, +0xf8,0x41,0x00,0x00,0x21,0x00,0xf4,0x01,0xfb,0xf3,0xf5,0xed,0xf0,0xf8,0xf3,0xf5, +0xf8,0xf5,0xf0,0xf5,0xf5,0xf0,0xf5,0xf0,0xc9,0x00,0x0e,0x0c,0x03,0x06,0xdc,0x00, +0x11,0xf8,0x2f,0x03,0x10,0xf5,0x3e,0x01,0x08,0xea,0x00,0x0f,0x18,0x02,0x16,0x10, +0xfb,0x2c,0x00,0x02,0x48,0x00,0x1e,0xf8,0x1b,0x02,0x0f,0x10,0x04,0x0d,0x0c,0x50, +0x03,0x1f,0x05,0x8f,0x02,0x2d,0x0e,0x31,0x02,0x0f,0x53,0x00,0x0c,0x00,0x91,0x04, +0x10,0xf8,0x3c,0x01,0x7f,0xe8,0x00,0x00,0xf5,0xed,0xfd,0xf5,0x73,0x00,0x1f,0x21, +0xf8,0xfd,0xb2,0x04,0x04,0x87,0x01,0x02,0x08,0x00,0x13,0x03,0xcd,0x04,0x0f,0x19, +0x04,0x10,0x50,0xf8,0xf5,0xfb,0x00,0xf5,0x07,0x03,0x00,0xfc,0x01,0x19,0xf8,0x80, +0x02,0x2f,0xf5,0xfd,0x9a,0x03,0x2e,0x02,0xd7,0x05,0x0f,0x89,0x01,0x14,0x03,0x01, +0x00,0x11,0xfa,0x7b,0x00,0x00,0xdc,0x02,0x00,0x5c,0x03,0x00,0x4a,0x00,0x8f,0xfb, +0xfd,0xf8,0xf8,0xf8,0x00,0xfd,0xfb,0x7b,0x00,0x15,0x10,0xfd,0x04,0x00,0x01,0x20, +0x06,0x12,0xfa,0xaa,0x04,0x21,0xfb,0xfd,0xdc,0x00,0x0e,0xd7,0x05,0x0f,0x12,0x02, +0x07,0x24,0xf5,0xfb,0x42,0x02,0x16,0xfb,0xbe,0x00,0x1f,0xfd,0x1e,0x02,0x2a,0x0e, +0xf3,0x06,0x0f,0xa4,0x05,0x0d,0x15,0xfb,0x0c,0x03,0x2e,0xf8,0xfd,0x0c,0x04,0x0f, +0x8b,0x02,0x1b,0x00,0xd3,0x04,0x1f,0x05,0xc1,0x01,0x1b,0x11,0xfb,0x1e,0x05,0x03, +0xae,0x05,0x00,0x57,0x01,0x1f,0xf8,0xc8,0x01,0x18,0x23,0x05,0x05,0x4c,0x05,0x00, +0x7b,0x00,0x00,0x09,0x00,0x2e,0x03,0x03,0x9c,0x05,0x0f,0xd0,0x00,0x1e,0x1f,0xfb, +0x84,0x02,0x1f,0x1f,0xfd,0x18,0x06,0x21,0x07,0xb5,0x01,0x16,0xfd,0x4a,0x04,0x2f, +0xfb,0xfd,0x86,0x02,0x17,0x07,0xcf,0x02,0x15,0xfd,0xc7,0x01,0x04,0x41,0x00,0x1f, +0xfd,0x57,0x04,0x22,0x03,0x08,0x00,0x02,0x9a,0x06,0x1f,0xe5,0x03,0x01,0x16,0x35, +0xf8,0xfd,0x08,0x3f,0x09,0x16,0xfd,0x04,0x01,0x1f,0xe8,0x41,0x00,0x13,0x10,0x03, +0x41,0x00,0x14,0x03,0xbd,0x00,0x01,0x5c,0x03,0x04,0x65,0x03,0x0f,0xcb,0x02,0x18, +0x07,0xbd,0x01,0x04,0x10,0x04,0x1f,0xfd,0xcf,0x03,0x18,0x02,0xa8,0x07,0x03,0xb1, +0x07,0x00,0x0c,0x00,0x0f,0x86,0x01,0x1d,0x09,0x41,0x00,0x0f,0xd1,0x04,0x2b,0x1f, +0xfd,0xc5,0x02,0x27,0x05,0x01,0x00,0x1e,0xed,0x18,0x07,0x0f,0x8a,0x02,0x0f,0x14, +0x03,0x92,0x04,0x14,0x03,0x0c,0x0b,0x0f,0x49,0x02,0x1b,0x03,0xb4,0x08,0x24,0xfb, +0xfd,0x0e,0x02,0x12,0xfb,0x44,0x1e,0x0c,0x28,0x00,0x1f,0x02,0x7f,0x02,0x01,0x15, +0x04,0xcf,0x06,0xa8,0x06,0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x25,0x00, +0x17,0x0c,0x0c,0x00,0x9e,0x0d,0x00,0x00,0x00,0x0e,0x0d,0x00,0x0e,0x00,0x01,0x00, +0xfb,0x2f,0x0f,0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x00,0x00,0x17,0x18,0x19,0x00, +0x1a,0x00,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x00,0x00,0x22,0x00,0x23,0x24,0x25, +0x00,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x00,0x00,0x2e,0x2f,0x30,0x00,0x31, +0x00,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x00,0x00,0x39,0x00,0x00,0x3a,0x3b,0x3c, +0xae,0x00,0x34,0x02,0x03,0x02,0x99,0x00,0x00,0x9c,0x00,0x12,0x06,0x55,0x1c,0x0b, +0x74,0x0c,0x00,0xdd,0x1e,0x55,0x00,0x0a,0x0b,0x00,0x09,0xa9,0x00,0x62,0x0d,0x00, +0x0e,0x0f,0x00,0x00,0x87,0x1c,0x60,0x0e,0x11,0x12,0x13,0x0d,0x00,0x91,0x00,0x2e, +0x17,0x00,0x01,0x00,0x10,0x18,0x8b,0x1e,0x30,0x00,0x1a,0x1b,0x26,0x1c,0xc0,0x1d, +0x00,0x1e,0x1f,0x00,0x20,0x21,0x22,0x23,0x24,0x00,0x25,0x1c,0x00,0x23,0x26,0x00, +0xac,0x00,0x41,0x2e,0x2f,0x30,0x31,0xa8,0x00,0xf0,0x03,0x32,0x37,0x38,0x39,0x3a, +0x3b,0x3c,0x2b,0x3d,0x2b,0x32,0x3e,0x3f,0x3f,0x40,0x30,0x41,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 109, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1040, .range_length = 26, .glyph_id_start = 110, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1067, .range_length = 37, .glyph_id_start = 136, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1105, .range_length = 1, .glyph_id_start = 173, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[13180] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_L_s = { +.uncomp_size = 12852, +.comp_size = 7629, +.line_height = 17, +.base_line = 3, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 60, +.right_class_cnt = 65, +.glyph_bitmap = 1392, +.class_pair_values = 8604, +.left_class_mapping = 12504, +.right_class_mapping = 12678, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 13180, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_16.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_16.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_STD.c index 54e14724f93..a8e0025e512 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_16.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_STD.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 4 - * Opts: --no-prefilter --bpp 4 --size 16 --font ../Arimo/Arimo-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x410,0x411,0x412,0x413,0x414,0x415,0x416,0x417,0x418,0x419,0x41a,0x41b,0x41c,0x41d,0x41e,0x41f,0x420,0x421,0x422,0x423,0x424,0x425,0x426,0x427,0x428,0x429,0x42b,0x42c,0x42d,0x42e,0x42f,0x430,0x431,0x432,0x433,0x434,0x435,0x436,0x437,0x438,0x439,0x43a,0x43b,0x43c,0x43d,0x43e,0x43f,0x440,0x441,0x442,0x443,0x444,0x445,0x446,0x447,0x448,0x449,0x44a,0x44b,0x44c,0x44d,0x44e,0x44f,0x451 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_ru_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Arimo/Arimo-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x410,0x411,0x412,0x413,0x414,0x415,0x416,0x417,0x418,0x419,0x41a,0x41b,0x41c,0x41d,0x41e,0x41f,0x420,0x421,0x422,0x423,0x424,0x425,0x426,0x427,0x428,0x429,0x42b,0x42c,0x42d,0x42e,0x42f,0x430,0x431,0x432,0x433,0x434,0x435,0x436,0x437,0x438,0x439,0x43a,0x43b,0x43c,0x43d,0x43e,0x43f,0x440,0x441,0x442,0x443,0x444,0x445,0x446,0x447,0x448,0x449,0x44a,0x44b,0x44c,0x44d,0x44e,0x44f,0x451 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_ru_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_ARIMO_RU_16 -#define LV_FONT_ARIMO_RU_16 1 +#ifndef LV_FONT_ARIMO_RU_STD +#define LV_FONT_ARIMO_RU_STD 1 #endif -#if LV_FONT_ARIMO_RU_16 +#if LV_FONT_ARIMO_RU_STD /*----------------- * BITMAPS @@ -3455,9 +3455,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_arimo_ru_16 = { +const lv_font_t lv_font_arimo_ru_STD = { #else -lv_font_t lv_font_arimo_ru_16 = { +lv_font_t lv_font_arimo_ru_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -3475,5 +3475,5 @@ lv_font_t lv_font_arimo_ru_16 = { -#endif /*#if LV_FONT_ARIMO_RU_16*/ +#endif /*#if LV_FONT_ARIMO_RU_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_STD_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_STD_s.c new file mode 100644 index 00000000000..6cd03b27d0c --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_STD_s.c @@ -0,0 +1,2505 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Arimo/Arimo-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x410,0x411,0x412,0x413,0x414,0x415,0x416,0x417,0x418,0x419,0x41a,0x41b,0x41c,0x41d,0x41e,0x41f,0x420,0x421,0x422,0x423,0x424,0x425,0x426,0x427,0x428,0x429,0x42b,0x42c,0x42d,0x42e,0x42f,0x430,0x431,0x432,0x433,0x434,0x435,0x436,0x437,0x438,0x439,0x43a,0x43b,0x43c,0x43d,0x43e,0x43f,0x440,0x441,0x442,0x443,0x444,0x445,0x446,0x447,0x448,0x449,0x44a,0x44b,0x44c,0x44d,0x44e,0x44f,0x451 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_arimo_ru_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_ARIMO_RU_STD_S +#define LV_FONT_ARIMO_RU_STD_S 1 +#endif + +#if LV_FONT_ARIMO_RU_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0xf0, 0xf0, 0xe0, 0xe0, 0xd0, 0x60, 0x10, 0xf0, + + /* U+0022 "\"" */ + 0x86, 0x86, 0x76, 0x75, 0x22, 0x32, + + /* U+0023 "#" */ + 0x0, 0x90, 0x44, 0x0, 0x8, 0x8, 0x10, 0x6b, + 0xb9, 0xd9, 0x0, 0x72, 0x9, 0x0, 0x9, 0x1, + 0x80, 0x9, 0xd9, 0xbb, 0x70, 0x8, 0x7, 0x10, + 0x3, 0x50, 0x90, 0x0, + + /* U+0024 "$" */ + 0xb, 0xdd, 0xb1, 0x78, 0x37, 0x68, 0x69, 0x37, + 0x0, 0x1b, 0xeb, 0x30, 0x0, 0x5b, 0xd8, 0x20, + 0x37, 0x1e, 0xa6, 0x37, 0x3c, 0x1b, 0xde, 0xc3, + 0x0, 0x37, 0x0, + + /* U+0025 "%" */ + 0x2b, 0xa3, 0x0, 0x57, 0x0, 0x84, 0x1a, 0x1, + 0xc0, 0x0, 0x93, 0xc, 0x9, 0x30, 0x0, 0x75, + 0x29, 0x39, 0x49, 0x80, 0x9, 0xa2, 0xb1, 0xc0, + 0x93, 0x0, 0x7, 0x60, 0xc0, 0x65, 0x0, 0x1b, + 0x0, 0xc0, 0x74, 0x0, 0xa2, 0x0, 0x69, 0xa0, + + /* U+0026 "&" */ + 0x0, 0x9b, 0xb1, 0x0, 0x2, 0xa0, 0x66, 0x0, + 0x1, 0xb2, 0xc2, 0x0, 0x2, 0xeb, 0x20, 0x0, + 0x2c, 0x6b, 0x6, 0x60, 0x85, 0x9, 0x6c, 0x10, + 0x78, 0x0, 0xe9, 0x0, 0xb, 0xcc, 0x8b, 0xc2, + + /* U+0027 "'" */ + 0x68, 0x57, 0x22, + + /* U+0028 "(" */ + 0x0, 0xa3, 0x6, 0x80, 0xd, 0x10, 0x2d, 0x0, + 0x4b, 0x0, 0x4b, 0x0, 0x2d, 0x0, 0xd, 0x10, + 0x6, 0x80, 0x0, 0xb3, + + /* U+0029 ")" */ + 0x85, 0x0, 0xd1, 0x6, 0x80, 0x2c, 0x0, 0xe0, + 0xe, 0x2, 0xc0, 0x78, 0xd, 0x19, 0x50, + + /* U+002A "*" */ + 0x3, 0x70, 0x8, 0x9b, 0xb0, 0x9, 0xb0, 0x1, + 0x74, 0x50, + + /* U+002B "+" */ + 0x0, 0x14, 0x0, 0x0, 0x39, 0x0, 0x0, 0x39, + 0x0, 0x5c, 0xde, 0xca, 0x0, 0x39, 0x0, 0x0, + 0x39, 0x0, + + /* U+002C "," */ + 0x2, 0x0, 0xf0, 0x9, 0x0, 0x50, + + /* U+002D "-" */ + 0x7d, 0xd2, + + /* U+002E "." */ + 0x30, 0xf0, + + /* U+002F "/" */ + 0x0, 0xd0, 0x3, 0xa0, 0x7, 0x60, 0xc, 0x10, + 0xd, 0x0, 0x58, 0x0, 0x94, 0x0, 0xd0, 0x0, + + /* U+0030 "0" */ + 0x6, 0xcd, 0x80, 0x2d, 0x0, 0xc3, 0x68, 0x0, + 0x68, 0x86, 0x0, 0x5a, 0x86, 0x0, 0x5a, 0x68, + 0x0, 0x78, 0x1d, 0x0, 0xc3, 0x6, 0xdd, 0x70, + + /* U+0031 "1" */ + 0x1, 0xbb, 0x0, 0xb, 0x7b, 0x0, 0x0, 0x3b, + 0x0, 0x0, 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x0, + 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x2d, 0xdf, 0xd7, + + /* U+0032 "2" */ + 0x7, 0xdd, 0x90, 0x3d, 0x0, 0xb5, 0x1, 0x0, + 0xa5, 0x0, 0x2, 0xd1, 0x0, 0x3d, 0x30, 0x3, + 0xd2, 0x0, 0x1d, 0x20, 0x0, 0x6f, 0xdd, 0xd7, + + /* U+0033 "3" */ + 0x9, 0xdd, 0xa0, 0x4a, 0x0, 0xb5, 0x0, 0x0, + 0xc3, 0x0, 0xaf, 0x70, 0x0, 0x1, 0xb5, 0x22, + 0x0, 0x69, 0x5b, 0x0, 0xa6, 0x8, 0xdd, 0x90, + + /* U+0034 "4" */ + 0x0, 0x9, 0xb0, 0x0, 0x4c, 0xb0, 0x1, 0xc3, + 0xb0, 0xa, 0x43, 0xb0, 0x58, 0x3, 0xb0, 0xac, + 0xcd, 0xf9, 0x0, 0x3, 0xb0, 0x0, 0x3, 0xb0, + + /* U+0035 "5" */ + 0x1f, 0xdd, 0xd2, 0x2c, 0x0, 0x0, 0x3b, 0x0, + 0x0, 0x4d, 0xbd, 0x80, 0x26, 0x0, 0xb6, 0x0, + 0x0, 0x69, 0x59, 0x0, 0xa6, 0xa, 0xdd, 0x90, + + /* U+0036 "6" */ + 0x3, 0xdd, 0x90, 0xd, 0x20, 0x93, 0x3b, 0x0, + 0x0, 0x5a, 0x9c, 0x80, 0x6d, 0x0, 0xa6, 0x4a, + 0x0, 0x69, 0xd, 0x10, 0xa6, 0x4, 0xcd, 0xa0, + + /* U+0037 "7" */ + 0x5d, 0xdd, 0xe8, 0x0, 0x0, 0xb2, 0x0, 0x5, + 0x90, 0x0, 0xd, 0x10, 0x0, 0x5a, 0x0, 0x0, + 0xa5, 0x0, 0x0, 0xe2, 0x0, 0x0, 0xf0, 0x0, + + /* U+0038 "8" */ + 0x8, 0xcc, 0xa0, 0x4c, 0x0, 0xa5, 0x2c, 0x0, + 0xb4, 0x8, 0xed, 0xa0, 0x3c, 0x0, 0xa5, 0x78, + 0x0, 0x69, 0x5b, 0x0, 0x97, 0x8, 0xcc, 0xa0, + + /* U+0039 "9" */ + 0x8, 0xdc, 0x60, 0x4c, 0x0, 0xc2, 0x78, 0x0, + 0x87, 0x4c, 0x0, 0xc8, 0x6, 0xcb, 0x98, 0x0, + 0x0, 0x96, 0x2b, 0x1, 0xe1, 0x8, 0xdd, 0x50, + + /* U+003A ":" */ + 0xf0, 0x20, 0x0, 0x0, 0x20, 0xf0, + + /* U+003B ";" */ + 0xf, 0x10, 0x10, 0x0, 0x0, 0x0, 0x1, 0x0, + 0xf0, 0x9, 0x0, 0x50, + + /* U+003C "<" */ + 0x0, 0x0, 0x4, 0x0, 0x17, 0xc7, 0x29, 0xc6, + 0x0, 0x7c, 0x20, 0x0, 0x4, 0xbb, 0x40, 0x0, + 0x2, 0x9b, 0x0, 0x0, 0x0, + + /* U+003D "=" */ + 0x6d, 0xdd, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x5c, 0xcc, 0xcb, + + /* U+003E ">" */ + 0x21, 0x0, 0x0, 0x3b, 0xa3, 0x0, 0x0, 0x29, + 0xc5, 0x0, 0x0, 0x7d, 0x1, 0x8c, 0x71, 0x5b, + 0x50, 0x0, 0x0, 0x0, 0x0, + + /* U+003F "?" */ + 0x7, 0xde, 0xa1, 0x4c, 0x0, 0x88, 0x22, 0x0, + 0x5a, 0x0, 0x1, 0xc4, 0x0, 0x1d, 0x40, 0x0, + 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa6, 0x0, + + /* U+0040 "@" */ + 0x0, 0x4, 0xaa, 0xbb, 0x50, 0x0, 0x8, 0x80, + 0x0, 0xa, 0x50, 0x5, 0x80, 0xab, 0xaa, 0x3c, + 0x0, 0xb0, 0x96, 0x2, 0xf0, 0x92, 0xb, 0xe, + 0x0, 0x1c, 0x9, 0x21, 0xa1, 0xd0, 0x5, 0x90, + 0xb0, 0xb, 0xd, 0x1, 0xc8, 0x2a, 0x0, 0xb2, + 0x5b, 0x92, 0xa9, 0x10, 0x2, 0xc3, 0x0, 0x5, + 0x50, 0x0, 0x1, 0x8b, 0xaa, 0x60, 0x0, + + /* U+0041 "A" */ + 0x0, 0x1f, 0x70, 0x0, 0x0, 0x7d, 0xd0, 0x0, + 0x0, 0xd4, 0xe3, 0x0, 0x3, 0xd0, 0x89, 0x0, + 0xa, 0x70, 0x2f, 0x0, 0xf, 0xdd, 0xdf, 0x50, + 0x6b, 0x0, 0x5, 0xb0, 0xc4, 0x0, 0x0, 0xe2, + + /* U+0042 "B" */ + 0x1f, 0xdd, 0xd8, 0x1, 0xe0, 0x0, 0xd3, 0x1e, + 0x0, 0x1d, 0x21, 0xfd, 0xdf, 0x80, 0x1e, 0x0, + 0xa, 0x71, 0xe0, 0x0, 0x5b, 0x1e, 0x0, 0x9, + 0x81, 0xfd, 0xdd, 0xa0, + + /* U+0043 "C" */ + 0x0, 0x9e, 0xdc, 0x40, 0xc, 0x90, 0x3, 0xe3, + 0x3d, 0x0, 0x0, 0x10, 0x6a, 0x0, 0x0, 0x0, + 0x6a, 0x0, 0x0, 0x0, 0x3e, 0x0, 0x0, 0x31, + 0xb, 0x90, 0x3, 0xe3, 0x0, 0x9d, 0xdc, 0x30, + + /* U+0044 "D" */ + 0x1f, 0xdd, 0xd8, 0x0, 0x1e, 0x0, 0x9, 0xb0, + 0x1e, 0x0, 0x0, 0xe3, 0x1e, 0x0, 0x0, 0xa6, + 0x1e, 0x0, 0x0, 0xa5, 0x1e, 0x0, 0x0, 0xe2, + 0x1e, 0x0, 0x9, 0xa0, 0x1f, 0xdd, 0xd8, 0x0, + + /* U+0045 "E" */ + 0x1f, 0xdd, 0xdd, 0x81, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1f, 0xdd, + 0xdd, 0x41, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xfd, 0xdd, 0xdb, + + /* U+0046 "F" */ + 0x1f, 0xdd, 0xdd, 0x31, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1f, 0xdd, + 0xdd, 0x21, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xe0, 0x0, 0x0, + + /* U+0047 "G" */ + 0x1, 0x9e, 0xdd, 0x60, 0xb, 0x80, 0x1, 0xd4, + 0x3d, 0x0, 0x0, 0x0, 0x6a, 0x0, 0x0, 0x0, + 0x6a, 0x0, 0x6e, 0xeb, 0x3e, 0x0, 0x0, 0x3b, + 0xb, 0x90, 0x0, 0x8a, 0x0, 0x8d, 0xdd, 0x80, + + /* U+0048 "H" */ + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1f, 0xee, 0xee, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + + /* U+0049 "I" */ + 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, + + /* U+004A "J" */ + 0x0, 0xae, 0xb0, 0x0, 0x5b, 0x0, 0x5, 0xb0, + 0x0, 0x5b, 0x0, 0x5, 0xb1, 0x0, 0x5a, 0xa7, + 0x9, 0x82, 0xcd, 0xb1, + + /* U+004B "K" */ + 0x1e, 0x0, 0xc, 0x50, 0x1e, 0x0, 0xc6, 0x0, + 0x1e, 0xa, 0x70, 0x0, 0x1e, 0x9c, 0x0, 0x0, + 0x1f, 0x7c, 0x60, 0x0, 0x1e, 0x1, 0xe3, 0x0, + 0x1e, 0x0, 0x4e, 0x10, 0x1e, 0x0, 0x7, 0xc0, + + /* U+004C "L" */ + 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, + 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1f, 0xdd, 0xda, + + /* U+004D "M" */ + 0x1f, 0x60, 0x0, 0x3f, 0x41, 0xdc, 0x0, 0x9, + 0xd4, 0x1c, 0xc2, 0x0, 0xda, 0x41, 0xd6, 0x80, + 0x49, 0xa4, 0x1d, 0x1d, 0xa, 0x3a, 0x41, 0xd0, + 0xa4, 0xc0, 0xa4, 0x1d, 0x5, 0xd7, 0xa, 0x41, + 0xd0, 0xe, 0x20, 0xa4, + + /* U+004E "N" */ + 0x1f, 0x60, 0x0, 0xe0, 0x1d, 0xd1, 0x0, 0xe0, + 0x1c, 0x79, 0x0, 0xe0, 0x1d, 0xd, 0x30, 0xe0, + 0x1d, 0x4, 0xc0, 0xe0, 0x1d, 0x0, 0xa5, 0xd0, + 0x1d, 0x0, 0x1d, 0xe0, 0x1d, 0x0, 0x7, 0xf0, + + /* U+004F "O" */ + 0x1, 0x9e, 0xdc, 0x50, 0x0, 0xc8, 0x0, 0x2d, + 0x50, 0x4d, 0x0, 0x0, 0x4c, 0x7, 0x90, 0x0, + 0x1, 0xf0, 0x69, 0x0, 0x0, 0x1f, 0x3, 0xd0, + 0x0, 0x4, 0xc0, 0xc, 0x80, 0x2, 0xd4, 0x0, + 0x9, 0xdd, 0xc5, 0x0, + + /* U+0050 "P" */ + 0x1f, 0xdd, 0xda, 0x1, 0xe0, 0x0, 0x98, 0x1e, + 0x0, 0x5, 0xb1, 0xe0, 0x0, 0xa8, 0x1f, 0xdd, + 0xd9, 0x1, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xe0, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x1, 0x9e, 0xdc, 0x50, 0x0, 0xc8, 0x0, 0x2d, + 0x50, 0x4d, 0x0, 0x0, 0x5c, 0x7, 0xa0, 0x0, + 0x1, 0xf0, 0x79, 0x0, 0x0, 0x1f, 0x4, 0xd0, + 0x0, 0x4, 0xc0, 0xc, 0x70, 0x2, 0xd5, 0x0, + 0x1a, 0xdd, 0xd5, 0x0, 0x0, 0x0, 0xd4, 0x0, + 0x0, 0x0, 0x3, 0xdc, 0x0, + + /* U+0052 "R" */ + 0x1f, 0xdd, 0xdc, 0x40, 0x1e, 0x0, 0x3, 0xe0, + 0x1e, 0x0, 0x0, 0xe1, 0x1e, 0x0, 0x4, 0xd0, + 0x1f, 0xdd, 0xec, 0x20, 0x1e, 0x0, 0x5c, 0x0, + 0x1e, 0x0, 0xb, 0x60, 0x1e, 0x0, 0x1, 0xe2, + + /* U+0053 "S" */ + 0x4, 0xcc, 0xda, 0x0, 0xe1, 0x0, 0x96, 0x1f, + 0x10, 0x0, 0x0, 0x7e, 0xb7, 0x20, 0x0, 0x4, + 0x9e, 0x50, 0x10, 0x0, 0x4c, 0x4d, 0x10, 0x7, + 0xa0, 0x6d, 0xcd, 0xa1, + + /* U+0054 "T" */ + 0xad, 0xef, 0xdd, 0x60, 0x2, 0xe0, 0x0, 0x0, + 0x2e, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, + 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, 0x0, + 0x0, 0x2, 0xe0, 0x0, + + /* U+0055 "U" */ + 0x2e, 0x0, 0x0, 0xe1, 0x2e, 0x0, 0x0, 0xe1, + 0x2e, 0x0, 0x0, 0xe1, 0x2e, 0x0, 0x0, 0xe1, + 0x2e, 0x0, 0x0, 0xe1, 0x1f, 0x0, 0x0, 0xf0, + 0xc, 0x60, 0x8, 0xb0, 0x1, 0xbd, 0xea, 0x10, + + /* U+0056 "V" */ + 0xc4, 0x0, 0x0, 0xe1, 0x5a, 0x0, 0x5, 0xb0, + 0xe, 0x10, 0xb, 0x50, 0x9, 0x60, 0x1e, 0x0, + 0x3, 0xc0, 0x78, 0x0, 0x0, 0xd2, 0xd2, 0x0, + 0x0, 0x7a, 0xc0, 0x0, 0x0, 0x1f, 0x60, 0x0, + + /* U+0057 "W" */ + 0xd4, 0x0, 0x6d, 0x0, 0xd, 0x38, 0x80, 0xb, + 0xd1, 0x1, 0xe0, 0x4c, 0x0, 0xd8, 0x50, 0x6a, + 0x0, 0xf0, 0x3a, 0x49, 0xa, 0x50, 0xb, 0x47, + 0x60, 0xd0, 0xe1, 0x0, 0x69, 0xb2, 0xc, 0x4c, + 0x0, 0x2, 0xcd, 0x0, 0x8c, 0x80, 0x0, 0xd, + 0xa0, 0x3, 0xf3, 0x0, + + /* U+0058 "X" */ + 0x3d, 0x0, 0x9, 0x80, 0x7, 0x90, 0x3d, 0x0, + 0x0, 0xc4, 0xd3, 0x0, 0x0, 0x2f, 0x80, 0x0, + 0x0, 0x5e, 0xc0, 0x0, 0x1, 0xe2, 0xb6, 0x0, + 0xb, 0x60, 0x1e, 0x20, 0x6b, 0x0, 0x5, 0xc0, + + /* U+0059 "Y" */ + 0x7a, 0x0, 0x5, 0xc0, 0xd, 0x40, 0xd, 0x20, + 0x3, 0xd0, 0x88, 0x0, 0x0, 0x99, 0xd0, 0x0, + 0x0, 0xe, 0x50, 0x0, 0x0, 0xd, 0x20, 0x0, + 0x0, 0xd, 0x20, 0x0, 0x0, 0xd, 0x20, 0x0, + + /* U+005A "Z" */ + 0x3d, 0xdd, 0xdf, 0x10, 0x0, 0x8, 0x90, 0x0, + 0x3, 0xd0, 0x0, 0x1, 0xd2, 0x0, 0x0, 0xa6, + 0x0, 0x0, 0x6b, 0x0, 0x0, 0x2d, 0x10, 0x0, + 0xa, 0xed, 0xdd, 0xd5, + + /* U+005B "[" */ + 0x3e, 0xa3, 0xb0, 0x3b, 0x3, 0xb0, 0x3b, 0x3, + 0xb0, 0x3b, 0x3, 0xb0, 0x3b, 0x3, 0xea, + + /* U+005C "\\" */ + 0xd0, 0x0, 0x94, 0x0, 0x58, 0x0, 0xc, 0x0, + 0xc, 0x10, 0x7, 0x50, 0x3, 0xa0, 0x0, 0xd0, + + /* U+005D "]" */ + 0xae, 0x40, 0xa4, 0xa, 0x40, 0xa4, 0xa, 0x40, + 0xa4, 0xa, 0x40, 0xa4, 0xa, 0x4a, 0xe4, + + /* U+005E "^" */ + 0x3, 0xe5, 0x0, 0xb, 0x2c, 0x0, 0x3a, 0x7, + 0x50, 0xb2, 0x1, 0xc0, + + /* U+005F "_" */ + 0x1b, 0xbb, 0xbb, 0xb2, + + /* U+0060 "`" */ + 0x27, 0x0, 0x57, + + /* U+0061 "a" */ + 0x9, 0xcc, 0x90, 0x1, 0x70, 0xd, 0x30, 0x8, + 0xaa, 0xe4, 0x6, 0xb0, 0xc, 0x40, 0x79, 0x3, + 0xe4, 0x2, 0xcb, 0x87, 0xd1, + + /* U+0062 "b" */ + 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4c, 0xac, + 0xb0, 0x4f, 0x10, 0xa7, 0x4c, 0x0, 0x69, 0x4b, + 0x0, 0x69, 0x4e, 0x0, 0x96, 0x4b, 0xab, 0xb0, + + /* U+0063 "c" */ + 0x8, 0xcc, 0x60, 0x3c, 0x0, 0xb0, 0x78, 0x0, + 0x0, 0x78, 0x0, 0x0, 0x3c, 0x0, 0xc0, 0x8, + 0xcc, 0x60, + + /* U+0064 "d" */ + 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, 0xa, 0xca, + 0xb6, 0x4b, 0x0, 0xd6, 0x78, 0x0, 0xa6, 0x78, + 0x0, 0xa6, 0x5b, 0x0, 0xe6, 0xa, 0xca, 0xa6, + + /* U+0065 "e" */ + 0x7, 0xbb, 0x90, 0x3b, 0x0, 0x96, 0x7e, 0xcc, + 0xc8, 0x78, 0x0, 0x0, 0x3d, 0x0, 0x73, 0x7, + 0xcc, 0xa0, + + /* U+0066 "f" */ + 0xb, 0xc0, 0xf, 0x0, 0x9f, 0xb0, 0xf, 0x0, + 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, + + /* U+0067 "g" */ + 0xa, 0xca, 0x96, 0x4b, 0x1, 0xe6, 0x78, 0x0, + 0xa6, 0x78, 0x0, 0xa6, 0x5b, 0x1, 0xe6, 0xa, + 0xca, 0xa5, 0x15, 0x0, 0xc3, 0xa, 0xcc, 0x80, + + /* U+0068 "h" */ + 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x0, 0x3b, 0xac, + 0xc0, 0x3e, 0x10, 0xb5, 0x3c, 0x0, 0x96, 0x3b, + 0x0, 0x96, 0x3b, 0x0, 0x96, 0x3b, 0x0, 0x96, + + /* U+0069 "i" */ + 0x3a, 0x0, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, + + /* U+006A "j" */ + 0x3, 0xa0, 0x0, 0x4, 0xb0, 0x4b, 0x4, 0xb0, + 0x4b, 0x4, 0xb0, 0x4b, 0x4, 0xa3, 0xe6, + + /* U+006B "k" */ + 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4b, 0x3, + 0xc1, 0x4b, 0x2c, 0x10, 0x4c, 0xd3, 0x0, 0x4e, + 0x9b, 0x0, 0x4b, 0xb, 0x60, 0x4b, 0x1, 0xd2, + + /* U+006C "l" */ + 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, + + /* U+006D "m" */ + 0x4b, 0x9b, 0x97, 0xac, 0x13, 0xe0, 0xf, 0x40, + 0x95, 0x3b, 0x0, 0xe1, 0x8, 0x63, 0xb0, 0xe, + 0x10, 0x87, 0x3b, 0x0, 0xe1, 0x8, 0x73, 0xb0, + 0xe, 0x10, 0x87, + + /* U+006E "n" */ + 0x4b, 0x9a, 0xc0, 0x3e, 0x0, 0xa5, 0x3c, 0x0, + 0x96, 0x3b, 0x0, 0x96, 0x3b, 0x0, 0x96, 0x3b, + 0x0, 0x96, + + /* U+006F "o" */ + 0x8, 0xcc, 0x90, 0x4c, 0x0, 0xa6, 0x78, 0x0, + 0x69, 0x78, 0x0, 0x69, 0x3c, 0x0, 0xa5, 0x8, + 0xcb, 0x90, + + /* U+0070 "p" */ + 0x4b, 0xab, 0xb0, 0x4e, 0x0, 0x97, 0x4b, 0x0, + 0x69, 0x4b, 0x0, 0x69, 0x4f, 0x10, 0xa6, 0x4c, + 0xac, 0xb0, 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, + + /* U+0071 "q" */ + 0xa, 0xca, 0xa6, 0x4b, 0x0, 0xd6, 0x78, 0x0, + 0xa6, 0x78, 0x0, 0xa6, 0x5b, 0x0, 0xe6, 0xa, + 0xcb, 0xa6, 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, + + /* U+0072 "r" */ + 0x0, 0x0, 0x4b, 0xc6, 0x3e, 0x10, 0x3c, 0x0, + 0x3b, 0x0, 0x3b, 0x0, 0x3b, 0x0, + + /* U+0073 "s" */ + 0x1b, 0xcd, 0x60, 0x69, 0x0, 0x60, 0x2d, 0x95, + 0x0, 0x0, 0x49, 0xc0, 0x53, 0x0, 0xe0, 0x2c, + 0xcc, 0x70, + + /* U+0074 "t" */ + 0x5, 0x0, 0xc0, 0xaf, 0xa2, 0xd0, 0x2d, 0x2, + 0xd0, 0x2d, 0x0, 0xdb, + + /* U+0075 "u" */ + 0x4b, 0x0, 0x95, 0x4b, 0x0, 0x95, 0x4b, 0x0, + 0x95, 0x4b, 0x0, 0xa5, 0x3c, 0x0, 0xd5, 0xb, + 0xca, 0xa5, + + /* U+0076 "v" */ + 0xc3, 0x0, 0xb4, 0x78, 0x1, 0xe0, 0x1d, 0x6, + 0x90, 0xb, 0x3c, 0x30, 0x6, 0x9d, 0x0, 0x0, + 0xf7, 0x0, + + /* U+0077 "w" */ + 0xd, 0x10, 0xa9, 0x1, 0xd0, 0x94, 0xc, 0xc0, + 0x58, 0x5, 0x82, 0x9a, 0x19, 0x40, 0x1c, 0x65, + 0x65, 0xd0, 0x0, 0xcb, 0x12, 0xbb, 0x0, 0x8, + 0xd0, 0xe, 0x70, + + /* U+0078 "x" */ + 0x79, 0x2, 0xd0, 0xc, 0x3b, 0x30, 0x2, 0xe9, + 0x0, 0x3, 0xda, 0x0, 0xd, 0x2a, 0x50, 0x87, + 0x1, 0xd1, + + /* U+0079 "y" */ + 0xc4, 0x0, 0xb4, 0x5a, 0x1, 0xd0, 0xe, 0x6, + 0x80, 0x8, 0x6c, 0x20, 0x2, 0xdb, 0x0, 0x0, + 0xc5, 0x0, 0x1, 0xd0, 0x0, 0x7c, 0x30, 0x0, + + /* U+007A "z" */ + 0x4c, 0xcd, 0xd0, 0x0, 0xc4, 0x0, 0x89, 0x0, + 0x4d, 0x0, 0x1d, 0x20, 0x8, 0xec, 0xcb, + + /* U+007B "{" */ + 0x5, 0xd5, 0xa, 0x40, 0xa, 0x30, 0xc, 0x20, + 0xb9, 0x0, 0xd, 0x20, 0xa, 0x30, 0xa, 0x30, + 0xa, 0x40, 0x4, 0xd5, + + /* U+007C "|" */ + 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, 0xe, + 0xe, 0xe, + + /* U+007D "}" */ + 0x9d, 0x10, 0x9, 0x40, 0x9, 0x50, 0x8, 0x60, + 0x1, 0xe5, 0x7, 0x70, 0x9, 0x50, 0x9, 0x50, + 0xa, 0x40, 0x9c, 0x0, + + /* U+007E "~" */ + 0x3c, 0xc7, 0x26, 0x30, 0x18, 0xc7, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0x7, 0x91, 0x35, 0x8, 0x35, 0x8, 0x7, 0x91, + + /* U+0410 "А" */ + 0x0, 0x1f, 0x70, 0x0, 0x0, 0x7d, 0xd0, 0x0, + 0x0, 0xd4, 0xe3, 0x0, 0x3, 0xd0, 0x89, 0x0, + 0xa, 0x70, 0x2f, 0x0, 0xf, 0xdd, 0xdf, 0x50, + 0x6b, 0x0, 0x5, 0xb0, 0xc4, 0x0, 0x0, 0xe2, + + /* U+0411 "Б" */ + 0x1f, 0xdd, 0xdc, 0x1, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xfd, 0xdc, 0x80, 0x1e, 0x0, + 0xb, 0x61, 0xe0, 0x0, 0x69, 0x1e, 0x0, 0xa, + 0x71, 0xfd, 0xdd, 0x90, + + /* U+0412 "В" */ + 0x1f, 0xdd, 0xd8, 0x1, 0xe0, 0x0, 0xd3, 0x1e, + 0x0, 0x1d, 0x21, 0xfd, 0xdf, 0x80, 0x1e, 0x0, + 0xa, 0x71, 0xe0, 0x0, 0x5b, 0x1e, 0x0, 0x9, + 0x81, 0xfd, 0xdd, 0xa0, + + /* U+0413 "Г" */ + 0x1f, 0xdd, 0xda, 0x1e, 0x0, 0x0, 0x1e, 0x0, + 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, + + /* U+0414 "Д" */ + 0x0, 0xae, 0xef, 0x50, 0x0, 0xc3, 0xb, 0x50, + 0x0, 0xe1, 0xb, 0x50, 0x0, 0xf0, 0xb, 0x50, + 0x3, 0xc0, 0xb, 0x50, 0x6, 0x90, 0xb, 0x50, + 0xc, 0x40, 0xb, 0x50, 0xdf, 0xee, 0xef, 0xe3, + 0xe0, 0x0, 0x0, 0xb4, 0xe0, 0x0, 0x0, 0xb4, + + /* U+0415 "Е" */ + 0x1f, 0xdd, 0xdd, 0x81, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1f, 0xdd, + 0xdd, 0x41, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xfd, 0xdd, 0xdb, + + /* U+0416 "Ж" */ + 0x5c, 0x0, 0x79, 0x0, 0x97, 0xc, 0x40, 0x79, + 0x2, 0xd0, 0x3, 0xd0, 0x79, 0xb, 0x50, 0x0, + 0x97, 0x79, 0x5c, 0x0, 0x0, 0x5e, 0xee, 0xd8, + 0x0, 0x1, 0xe2, 0x79, 0xd, 0x30, 0xc, 0x60, + 0x79, 0x3, 0xd0, 0x7b, 0x0, 0x79, 0x0, 0x8a, + + /* U+0417 "З" */ + 0x7, 0xdd, 0xc3, 0x3, 0xc1, 0x5, 0xc0, 0x0, + 0x0, 0x6a, 0x0, 0x5, 0xed, 0x20, 0x0, 0x0, + 0x5d, 0x2, 0x30, 0x0, 0xf1, 0x5d, 0x10, 0x4d, + 0x0, 0x7d, 0xdc, 0x30, + + /* U+0418 "И" */ + 0x1d, 0x0, 0x7, 0xf1, 0xd0, 0x1, 0xde, 0x1d, + 0x0, 0xa6, 0xe1, 0xd0, 0x4c, 0xe, 0x1d, 0xd, + 0x30, 0xe1, 0xd7, 0x90, 0xe, 0x1e, 0xe1, 0x0, + 0xe1, 0xf6, 0x0, 0xe, + + /* U+0419 "Й" */ + 0x0, 0xd1, 0x1d, 0x0, 0x4, 0xaa, 0x40, 0x1d, + 0x0, 0x7, 0xf1, 0xd0, 0x1, 0xde, 0x1d, 0x0, + 0xa6, 0xe1, 0xd0, 0x4c, 0xe, 0x1d, 0xd, 0x30, + 0xe1, 0xd7, 0x90, 0xe, 0x1e, 0xe1, 0x0, 0xe1, + 0xf6, 0x0, 0xe, + + /* U+041A "К" */ + 0x1e, 0x0, 0x4c, 0x1, 0xe0, 0xc, 0x40, 0x1e, + 0x5, 0xb0, 0x1, 0xe1, 0xd2, 0x0, 0x1f, 0xcd, + 0x0, 0x1, 0xe0, 0x98, 0x0, 0x1e, 0x0, 0xd4, + 0x1, 0xe0, 0x3, 0xe1, + + /* U+041B "Л" */ + 0x0, 0xde, 0xef, 0x50, 0xf, 0x0, 0xa5, 0x1, + 0xd0, 0xa, 0x50, 0x4b, 0x0, 0xa5, 0x6, 0x90, + 0xa, 0x50, 0x96, 0x0, 0xa5, 0xe, 0x20, 0xa, + 0x5c, 0x90, 0x0, 0xa5, + + /* U+041C "М" */ + 0x1f, 0x60, 0x0, 0x3f, 0x41, 0xdc, 0x0, 0x9, + 0xd4, 0x1c, 0xc2, 0x0, 0xda, 0x41, 0xd6, 0x80, + 0x49, 0xa4, 0x1d, 0x1d, 0xa, 0x3a, 0x41, 0xd0, + 0xa4, 0xc0, 0xa4, 0x1d, 0x5, 0xd7, 0xa, 0x41, + 0xd0, 0xe, 0x20, 0xa4, + + /* U+041D "Н" */ + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1f, 0xee, 0xee, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + + /* U+041E "О" */ + 0x1, 0x9e, 0xdc, 0x50, 0x0, 0xc8, 0x0, 0x2d, + 0x50, 0x4d, 0x0, 0x0, 0x4c, 0x7, 0x90, 0x0, + 0x1, 0xf0, 0x69, 0x0, 0x0, 0x1f, 0x3, 0xd0, + 0x0, 0x4, 0xc0, 0xc, 0x80, 0x2, 0xd4, 0x0, + 0x9, 0xdd, 0xc5, 0x0, + + /* U+041F "П" */ + 0x1f, 0xee, 0xee, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + + /* U+0420 "Р" */ + 0x1f, 0xdd, 0xda, 0x1, 0xe0, 0x0, 0x98, 0x1e, + 0x0, 0x5, 0xb1, 0xe0, 0x0, 0xa8, 0x1f, 0xdd, + 0xd9, 0x1, 0xe0, 0x0, 0x0, 0x1e, 0x0, 0x0, + 0x1, 0xe0, 0x0, 0x0, + + /* U+0421 "С" */ + 0x0, 0x9e, 0xdc, 0x40, 0xc, 0x90, 0x3, 0xe3, + 0x3d, 0x0, 0x0, 0x10, 0x6a, 0x0, 0x0, 0x0, + 0x6a, 0x0, 0x0, 0x0, 0x3e, 0x0, 0x0, 0x31, + 0xb, 0x90, 0x3, 0xe3, 0x0, 0x9d, 0xdc, 0x30, + + /* U+0422 "Т" */ + 0xad, 0xef, 0xdd, 0x60, 0x2, 0xe0, 0x0, 0x0, + 0x2e, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, + 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, 0x2e, 0x0, + 0x0, 0x2, 0xe0, 0x0, + + /* U+0423 "У" */ + 0x6b, 0x0, 0x4, 0xc0, 0xd, 0x40, 0xc, 0x40, + 0x4, 0xd0, 0x3c, 0x0, 0x0, 0xb6, 0xb4, 0x0, + 0x0, 0x2e, 0xb0, 0x0, 0x0, 0xc, 0x30, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x4d, 0xc2, 0x0, 0x0, + + /* U+0424 "Ф" */ + 0x0, 0x5, 0xb0, 0x0, 0x3, 0xbd, 0xec, 0x60, + 0x1e, 0x35, 0xb0, 0xc5, 0x4b, 0x5, 0xb0, 0x5a, + 0x4b, 0x5, 0xb0, 0x5a, 0xe, 0x35, 0xb0, 0xc5, + 0x2, 0xbd, 0xec, 0x60, 0x0, 0x5, 0xb0, 0x0, + + /* U+0425 "Х" */ + 0x3d, 0x0, 0x9, 0x80, 0x7, 0x90, 0x3d, 0x0, + 0x0, 0xc4, 0xd3, 0x0, 0x0, 0x2f, 0x80, 0x0, + 0x0, 0x5e, 0xc0, 0x0, 0x1, 0xe2, 0xb6, 0x0, + 0xb, 0x60, 0x1e, 0x20, 0x6b, 0x0, 0x5, 0xc0, + + /* U+0426 "Ц" */ + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1e, 0x0, 0x0, 0xf0, + 0x1e, 0x0, 0x0, 0xf0, 0x1f, 0xee, 0xee, 0xfd, + 0x0, 0x0, 0x0, 0xf, 0x0, 0x0, 0x0, 0xf, + + /* U+0427 "Ч" */ + 0x2e, 0x0, 0x9, 0x72, 0xe0, 0x0, 0x97, 0x2e, + 0x0, 0x9, 0x72, 0xe0, 0x0, 0x97, 0xf, 0x20, + 0xa, 0x70, 0x5c, 0xdc, 0xd7, 0x0, 0x0, 0x9, + 0x70, 0x0, 0x0, 0x97, + + /* U+0428 "Ш" */ + 0x1e, 0x0, 0x78, 0x0, 0xd2, 0x1e, 0x0, 0x78, + 0x0, 0xd2, 0x1e, 0x0, 0x78, 0x0, 0xd2, 0x1e, + 0x0, 0x78, 0x0, 0xd2, 0x1e, 0x0, 0x78, 0x0, + 0xd2, 0x1e, 0x0, 0x78, 0x0, 0xd2, 0x1e, 0x0, + 0x78, 0x0, 0xd2, 0x1f, 0xee, 0xef, 0xee, 0xf2, + + /* U+0429 "Щ" */ + 0x1e, 0x0, 0x97, 0x1, 0xf0, 0x1e, 0x0, 0x97, + 0x1, 0xf0, 0x1e, 0x0, 0x97, 0x1, 0xf0, 0x1e, + 0x0, 0x97, 0x1, 0xf0, 0x1e, 0x0, 0x97, 0x1, + 0xf0, 0x1e, 0x0, 0x97, 0x1, 0xf0, 0x1e, 0x0, + 0x97, 0x1, 0xf0, 0x1f, 0xee, 0xfe, 0xee, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x0, + 0x0, 0x1e, + + /* U+042B "Ы" */ + 0x1e, 0x0, 0x0, 0x3, 0xd1, 0xe0, 0x0, 0x0, + 0x3d, 0x1e, 0x0, 0x0, 0x3, 0xd1, 0xfd, 0xdc, + 0x80, 0x3d, 0x1e, 0x0, 0xb, 0x63, 0xd1, 0xe0, + 0x0, 0x69, 0x3d, 0x1e, 0x0, 0xa, 0x73, 0xd1, + 0xfd, 0xdd, 0x90, 0x3d, + + /* U+042C "Ь" */ + 0x1e, 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, 0x1e, + 0x0, 0x0, 0x1, 0xfd, 0xdc, 0x80, 0x1e, 0x0, + 0xb, 0x61, 0xe0, 0x0, 0x69, 0x1e, 0x0, 0xa, + 0x71, 0xfd, 0xdd, 0x90, + + /* U+042D "Э" */ + 0x5, 0xcd, 0xda, 0x10, 0x2d, 0x20, 0x6, 0xc0, + 0x0, 0x0, 0x0, 0xb4, 0x0, 0xd, 0xdd, 0xe7, + 0x0, 0x0, 0x0, 0xa7, 0x26, 0x0, 0x0, 0xe4, + 0x1e, 0x50, 0xa, 0xc0, 0x2, 0xbd, 0xe9, 0x10, + + /* U+042E "Ю" */ + 0x1e, 0x0, 0x2a, 0xcc, 0xb2, 0x1, 0xe0, 0xd, + 0x50, 0x4, 0xe0, 0x1e, 0x5, 0xc0, 0x0, 0xb, + 0x61, 0xfe, 0xe9, 0x0, 0x0, 0x88, 0x1e, 0x6, + 0x90, 0x0, 0x8, 0x81, 0xe0, 0x3d, 0x0, 0x0, + 0xb5, 0x1e, 0x0, 0xc7, 0x0, 0x6d, 0x1, 0xe0, + 0x1, 0xad, 0xeb, 0x10, + + /* U+042F "Я" */ + 0x4, 0xdd, 0xdd, 0xf0, 0xe, 0x30, 0x0, 0xf0, + 0x2e, 0x0, 0x0, 0xf0, 0xe, 0x40, 0x0, 0xf0, + 0x3, 0xce, 0xdd, 0xf0, 0x0, 0xc4, 0x0, 0xf0, + 0x7, 0xa0, 0x0, 0xf0, 0x2e, 0x10, 0x0, 0xf0, + + /* U+0430 "а" */ + 0x9, 0xcc, 0x90, 0x1, 0x70, 0xd, 0x30, 0x8, + 0xaa, 0xe4, 0x6, 0xb0, 0xc, 0x40, 0x79, 0x3, + 0xe4, 0x2, 0xcb, 0x87, 0xd1, + + /* U+0431 "б" */ + 0x0, 0x1, 0x43, 0x2, 0xbc, 0x94, 0xb, 0x20, + 0x0, 0x29, 0x9b, 0x91, 0x4d, 0x20, 0x88, 0x5b, + 0x0, 0x3c, 0x4b, 0x0, 0x3c, 0xd, 0x0, 0x79, + 0x4, 0xcb, 0xa1, + + /* U+0432 "в" */ + 0x3e, 0xcc, 0xa0, 0x3b, 0x0, 0xe1, 0x3e, 0xbd, + 0x90, 0x3b, 0x0, 0xc3, 0x3b, 0x0, 0xc4, 0x3e, + 0xbc, 0x90, + + /* U+0433 "г" */ + 0x3e, 0xb7, 0x3b, 0x0, 0x3b, 0x0, 0x3b, 0x0, + 0x3b, 0x0, 0x3b, 0x0, + + /* U+0434 "д" */ + 0x1, 0xfb, 0xd7, 0x0, 0x3b, 0x8, 0x70, 0x6, + 0x80, 0x87, 0x0, 0x95, 0x8, 0x70, 0xe, 0x10, + 0x87, 0xb, 0xfb, 0xbd, 0xd2, 0xe0, 0x0, 0xa, + 0x3e, 0x0, 0x0, 0xa3, + + /* U+0435 "е" */ + 0x7, 0xbb, 0x90, 0x3b, 0x0, 0x96, 0x7e, 0xcc, + 0xc8, 0x78, 0x0, 0x0, 0x3d, 0x0, 0x73, 0x7, + 0xcc, 0xa0, + + /* U+0436 "ж" */ + 0xa5, 0xc, 0x20, 0xd1, 0x2d, 0xc, 0x27, 0x70, + 0x8, 0x6c, 0x4d, 0x0, 0x4, 0xef, 0xda, 0x0, + 0xd, 0x2c, 0x2b, 0x40, 0xa7, 0xc, 0x22, 0xd1, + + /* U+0437 "з" */ + 0x2c, 0xcc, 0x22, 0x20, 0x96, 0x2, 0xec, 0x0, + 0x0, 0xa7, 0x63, 0x7, 0x82, 0xcc, 0xb1, + + /* U+0438 "и" */ + 0x3b, 0x0, 0xe6, 0x3b, 0x8, 0xd6, 0x3b, 0x1c, + 0x86, 0x3b, 0x93, 0x86, 0x3d, 0xa0, 0x86, 0x3f, + 0x10, 0x86, + + /* U+0439 "й" */ + 0x6, 0x0, 0x60, 0xb, 0x31, 0xd0, 0x2, 0xaa, + 0x40, 0x3b, 0x0, 0xe6, 0x3b, 0x8, 0xd6, 0x3b, + 0x1c, 0x86, 0x3b, 0x93, 0x86, 0x3d, 0xa0, 0x86, + 0x3f, 0x10, 0x86, + + /* U+043A "к" */ + 0x4b, 0x7, 0x84, 0xb0, 0xd1, 0x4b, 0x77, 0x4, + 0xee, 0x30, 0x4b, 0x3c, 0x4, 0xb0, 0x88, + + /* U+043B "л" */ + 0x4, 0xeb, 0xca, 0x6, 0x90, 0x5a, 0x8, 0x60, + 0x5a, 0xb, 0x40, 0x5a, 0xe, 0x0, 0x5a, 0xb8, + 0x0, 0x5a, + + /* U+043C "м" */ + 0x3f, 0x60, 0xc, 0xd3, 0xcb, 0x2, 0xcd, 0x3b, + 0xb1, 0x77, 0xd3, 0xb6, 0x6b, 0x2d, 0x3b, 0x1b, + 0xb2, 0xd3, 0xb0, 0xb6, 0x2d, + + /* U+043D "н" */ + 0x3b, 0x0, 0xa5, 0x3b, 0x0, 0xa5, 0x3e, 0xbb, + 0xe5, 0x3b, 0x0, 0xa5, 0x3b, 0x0, 0xa5, 0x3b, + 0x0, 0xa5, + + /* U+043E "о" */ + 0x8, 0xcc, 0x90, 0x4c, 0x0, 0xa6, 0x78, 0x0, + 0x69, 0x78, 0x0, 0x69, 0x3c, 0x0, 0xa5, 0x8, + 0xcb, 0x90, + + /* U+043F "п" */ + 0x3e, 0xbb, 0xe3, 0x3b, 0x0, 0xc3, 0x3b, 0x0, + 0xc3, 0x3b, 0x0, 0xc3, 0x3b, 0x0, 0xc3, 0x3b, + 0x0, 0xc3, + + /* U+0440 "р" */ + 0x4b, 0xab, 0xb0, 0x4e, 0x0, 0x97, 0x4b, 0x0, + 0x69, 0x4b, 0x0, 0x69, 0x4f, 0x10, 0xa6, 0x4c, + 0xac, 0xb0, 0x4b, 0x0, 0x0, 0x4b, 0x0, 0x0, + + /* U+0441 "с" */ + 0x8, 0xcc, 0x60, 0x3c, 0x0, 0xb0, 0x78, 0x0, + 0x0, 0x78, 0x0, 0x0, 0x3c, 0x0, 0xc0, 0x8, + 0xcc, 0x60, + + /* U+0442 "т" */ + 0x9b, 0xfb, 0x90, 0xf, 0x0, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, + + /* U+0443 "у" */ + 0xc4, 0x0, 0xb4, 0x5a, 0x1, 0xd0, 0xe, 0x6, + 0x80, 0x8, 0x6c, 0x20, 0x2, 0xdb, 0x0, 0x0, + 0xc5, 0x0, 0x1, 0xd0, 0x0, 0x7c, 0x30, 0x0, + + /* U+0444 "ф" */ + 0x0, 0x0, 0x70, 0x0, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0xac, 0x8e, + 0x8b, 0xb0, 0x5b, 0x3, 0xf4, 0xa, 0x67, 0x80, + 0xf, 0x0, 0x78, 0x78, 0x0, 0xf0, 0x7, 0x85, + 0xb0, 0x3f, 0x40, 0xb5, 0xb, 0xc8, 0xe8, 0xcb, + 0x0, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0xe0, + 0x0, 0x0, + + /* U+0445 "х" */ + 0x79, 0x2, 0xd0, 0xc, 0x3b, 0x30, 0x2, 0xe9, + 0x0, 0x3, 0xda, 0x0, 0xd, 0x2a, 0x50, 0x87, + 0x1, 0xd1, + + /* U+0446 "ц" */ + 0x3b, 0x0, 0xb4, 0x3, 0xb0, 0xb, 0x40, 0x3b, + 0x0, 0xb4, 0x3, 0xb0, 0xb, 0x40, 0x3b, 0x0, + 0xb4, 0x3, 0xeb, 0xbe, 0xc0, 0x0, 0x0, 0xd, + 0x0, 0x0, 0x0, 0xd0, + + /* U+0447 "ч" */ + 0x5a, 0x0, 0xf5, 0xa0, 0xf, 0x4b, 0x0, 0xf0, + 0xbc, 0x9f, 0x0, 0x0, 0xf0, 0x0, 0xf, + + /* U+0448 "ш" */ + 0x3b, 0x1, 0xe0, 0xe, 0x13, 0xb0, 0x1e, 0x0, + 0xe1, 0x3b, 0x1, 0xe0, 0xe, 0x13, 0xb0, 0x1e, + 0x0, 0xe1, 0x3b, 0x1, 0xe0, 0xe, 0x13, 0xeb, + 0xbf, 0xbb, 0xf1, + + /* U+0449 "щ" */ + 0x3b, 0x1, 0xe0, 0xf, 0x3, 0xb0, 0x1e, 0x0, + 0xf0, 0x3b, 0x1, 0xe0, 0xf, 0x3, 0xb0, 0x1e, + 0x0, 0xf0, 0x3b, 0x1, 0xe0, 0xf, 0x3, 0xeb, + 0xbf, 0xbb, 0xf9, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x0, 0x0, 0x1c, + + /* U+044A "ъ" */ + 0x8b, 0xf0, 0x0, 0x0, 0xf, 0x0, 0x0, 0x0, + 0xfa, 0xa8, 0x0, 0xf, 0x0, 0xc5, 0x0, 0xf0, + 0xb, 0x50, 0xf, 0xbb, 0xa0, + + /* U+044B "ы" */ + 0x3b, 0x0, 0x0, 0xd2, 0x3b, 0x0, 0x0, 0xd2, + 0x3e, 0xab, 0x60, 0xd2, 0x3b, 0x0, 0xe1, 0xd2, + 0x3b, 0x0, 0xe1, 0xd2, 0x3e, 0xbc, 0x70, 0xd2, + + /* U+044C "ь" */ + 0x3b, 0x0, 0x0, 0x3b, 0x0, 0x0, 0x3e, 0xab, + 0x70, 0x3b, 0x0, 0xd2, 0x3b, 0x0, 0xd3, 0x3e, + 0xbc, 0x90, + + /* U+044D "э" */ + 0x2c, 0xcb, 0x30, 0x44, 0x1, 0xd0, 0x1, 0xbb, + 0xf1, 0x10, 0x0, 0xf1, 0x87, 0x4, 0xd0, 0xa, + 0xbc, 0x30, + + /* U+044E "ю" */ + 0x3b, 0x4, 0xba, 0xa1, 0x3b, 0xe, 0x20, 0x78, + 0x3e, 0xbf, 0x0, 0x4b, 0x3b, 0xf, 0x0, 0x4b, + 0x3b, 0xb, 0x30, 0x88, 0x3b, 0x2, 0xbb, 0xa1, + + /* U+044F "я" */ + 0xa, 0xbb, 0xe3, 0x5b, 0x0, 0xc3, 0x4c, 0x0, + 0xc3, 0x9, 0xda, 0xe3, 0xa, 0x50, 0xc3, 0x79, + 0x0, 0xc3, + + /* U+0451 "ё" */ + 0x6, 0x75, 0x90, 0x0, 0x0, 0x0, 0x7, 0xbb, + 0x90, 0x3b, 0x0, 0x96, 0x7e, 0xcc, 0xc8, 0x78, + 0x0, 0x0, 0x3d, 0x0, 0x73, 0x7, 0xcc, 0xa0, + + /* U+2022 "•" */ + 0x0, 0x0, 0x2e, 0xd1, 0x8f, 0xf5, 0x2e, 0xc1, + + /* U+2265 "≥" */ + 0x33, 0x0, 0x0, 0x29, 0xc7, 0x10, 0x0, 0x6, + 0xc9, 0x0, 0x4, 0xab, 0x17, 0xc9, 0x20, 0x45, + 0x0, 0x0, 0x5c, 0xcc, 0xcb, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 49, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 49, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8, .adv_w = 62, .box_w = 4, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 14, .adv_w = 98, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 42, .adv_w = 98, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 69, .adv_w = 156, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 109, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 141, .adv_w = 34, .box_w = 2, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 144, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 164, .adv_w = 59, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 179, .adv_w = 68, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 189, .adv_w = 103, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 207, .adv_w = 49, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 213, .adv_w = 59, .box_w = 4, .box_h = 1, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 215, .adv_w = 49, .box_w = 2, .box_h = 2, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 217, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 233, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 257, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 281, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 305, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 329, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 353, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 377, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 401, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 425, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 449, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 473, .adv_w = 49, .box_w = 2, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 479, .adv_w = 49, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 491, .adv_w = 103, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 512, .adv_w = 103, .box_w = 6, .box_h = 4, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 524, .adv_w = 103, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 545, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 569, .adv_w = 179, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 624, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 656, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 684, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 716, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 748, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 776, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 804, .adv_w = 137, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 836, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 868, .adv_w = 49, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 876, .adv_w = 88, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 896, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 928, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 952, .adv_w = 147, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 988, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1020, .adv_w = 137, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1056, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1084, .adv_w = 137, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1129, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1161, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1189, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1217, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1249, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1281, .adv_w = 166, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1325, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1357, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1389, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1417, .adv_w = 49, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1432, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1448, .adv_w = 49, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1463, .adv_w = 83, .box_w = 6, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 1475, .adv_w = 98, .box_w = 8, .box_h = 1, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1479, .adv_w = 59, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 7}, + {.bitmap_index = 1482, .adv_w = 98, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1503, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1527, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1545, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1569, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1587, .adv_w = 49, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1603, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1627, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1651, .adv_w = 39, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1659, .adv_w = 39, .box_w = 3, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1674, .adv_w = 88, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1698, .adv_w = 39, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1706, .adv_w = 147, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1733, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1751, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1769, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1793, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1817, .adv_w = 59, .box_w = 4, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1831, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1849, .adv_w = 49, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1861, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1879, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1897, .adv_w = 127, .box_w = 9, .box_h = 6, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 1924, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1942, .adv_w = 88, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1966, .adv_w = 88, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1981, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2001, .adv_w = 46, .box_w = 2, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2011, .adv_w = 59, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2031, .adv_w = 103, .box_w = 6, .box_h = 2, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 2037, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2082, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2132, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2177, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2222, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2277, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2327, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2368, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2409, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2459, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2498, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2539, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2583, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2624, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2665, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2706, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2747, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2779, .adv_w = 70, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 2787, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2819, .adv_w = 116, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2847, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2875, .adv_w = 95, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2899, .adv_w = 119, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2939, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2967, .adv_w = 163, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3007, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3035, .adv_w = 127, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3063, .adv_w = 127, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3098, .adv_w = 103, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3126, .adv_w = 116, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3154, .adv_w = 147, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3190, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3222, .adv_w = 137, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3258, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3290, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3318, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3350, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3378, .adv_w = 112, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3410, .adv_w = 134, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3442, .adv_w = 117, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3474, .adv_w = 130, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3514, .adv_w = 117, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3542, .adv_w = 161, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3582, .adv_w = 165, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3632, .adv_w = 156, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3668, .adv_w = 116, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3696, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3728, .adv_w = 178, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3772, .adv_w = 127, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3804, .adv_w = 98, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3825, .adv_w = 101, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3852, .adv_w = 94, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3870, .adv_w = 64, .box_w = 4, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3882, .adv_w = 103, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3910, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3928, .adv_w = 118, .box_w = 8, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3952, .adv_w = 81, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3967, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3985, .adv_w = 98, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4012, .adv_w = 77, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4027, .adv_w = 103, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4045, .adv_w = 121, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4066, .adv_w = 97, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4084, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4102, .adv_w = 95, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4120, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4144, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4162, .adv_w = 81, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4177, .adv_w = 88, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4201, .adv_w = 145, .box_w = 9, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4251, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4269, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4297, .adv_w = 92, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4312, .adv_w = 141, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4339, .adv_w = 145, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4375, .adv_w = 110, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4396, .adv_w = 127, .box_w = 8, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4420, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4438, .adv_w = 90, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4456, .adv_w = 132, .box_w = 8, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4480, .adv_w = 95, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4498, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4522, .adv_w = 62, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 4530, .adv_w = 97, .box_w = 6, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4551, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4617, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4667, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4722, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4772, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4804, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4876, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4942, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5007, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 5079, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5138, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5204, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5234, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5279, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5357, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5407, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5455, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5499, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5559, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5609, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5659, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5703, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 5758, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5793, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5828, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5878, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 5893, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5952, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6036, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 6120, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6181, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 6211, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 6241, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6311, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6361, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6427, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 6499, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6549, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6609, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6659, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6709, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6759, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 6807, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6867, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6927, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6986, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 7064, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7118, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7195, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7251, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7307, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7363, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7419, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7475, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7545, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7605, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7665, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 7737, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7800, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7854, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_6[] = { + 0x0, 0x1bd1, 0x1e14, 0xebb0, 0xebb7, 0xebba, 0xebbb, 0xebbc, + 0xebc0, 0xebc2, 0xebc4, 0xebc8, 0xebcb, 0xebd0, 0xebd5, 0xebd6, + 0xebd7, 0xebed, 0xebf2, 0xebf7, 0xebfa, 0xebfb, 0xebfc, 0xec00, + 0xec01, 0xec02, 0xec03, 0xec16, 0xec17, 0xec1d, 0xec1f, 0xec20, + 0xec23, 0xec26, 0xec27, 0xec28, 0xec2a, 0xec42, 0xec44, 0xec73, + 0xec74, 0xec76, 0xec78, 0xec8f, 0xec96, 0xec99, 0xeca2, 0xeccb, + 0xecd3, 0xed0a, 0xed9a, 0xedef, 0xedf0, 0xedf1, 0xedf2, 0xedf3, + 0xee36, 0xee42, 0xee9c, 0xeeb3, 0xf109, 0xf371, 0xf451 +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 1, .glyph_id_start = 113, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 1040, .range_length = 26, .glyph_id_start = 114, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 1067, .range_length = 37, .glyph_id_start = 140, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 1105, .range_length = 62546, .glyph_id_start = 177, + .unicode_list = unicode_list_6, .glyph_id_ofs_list = NULL, .list_length = 63, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 2, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 3, 0, 0, 0, 0, 4, + 0, 0, 0, 0, 0, 5, 0, 0, + 0, 6, 0, 7, 0, 8, 0, 9, + 10, 0, 11, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 12, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 13, 0, 0, 0, 14, + 13, 0, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 15, 16, 17, 18, 19, 20, + 21, 22, 0, 0, 23, 24, 25, 0, + 26, 0, 27, 28, 29, 30, 31, 32, + 33, 0, 0, 34, 0, 35, 36, 37, + 0, 38, 39, 40, 41, 42, 43, 44, + 45, 0, 0, 46, 47, 48, 0, 49, + 0, 50, 51, 52, 53, 54, 55, 56, + 0, 0, 57, 0, 0, 58, 59, 60, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 3, 2, + 0, 0, 4, 0, 0, 0, 0, 0, + 0, 0, 0, 5, 6, 0, 0, 0, + 0, 0, 7, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 8, 0, 0, 0, 0, 9, 0, 10, + 11, 0, 9, 0, 0, 0, 0, 0, + 0, 0, 12, 0, 13, 0, 14, 15, + 0, 0, 16, 0, 0, 0, 0, 0, + 14, 17, 18, 19, 13, 0, 20, 21, + 22, 0, 23, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 24, 0, 0, 0, 25, 0, + 26, 27, 0, 0, 0, 28, 29, 0, + 30, 31, 0, 32, 33, 34, 35, 36, + 0, 37, 0, 0, 0, 0, 38, 0, + 39, 40, 41, 42, 43, 44, 45, 46, + 47, 48, 49, 50, 51, 52, 53, 54, + 50, 55, 56, 57, 58, 59, 60, 43, + 61, 43, 50, 62, 63, 63, 64, 48, + 65, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, 0, 0, -10, 0, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -13, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -10, 0, 0, 0, 0, 0, + 0, 0, -13, -13, -7, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -3, -3, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -20, 0, 0, 0, + 0, -10, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, 0, 0, + 0, 0, 0, 0, -13, -13, -13, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -7, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -3, -23, 0, + 0, 0, 0, -13, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -3, -3, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -3, + -20, -10, 0, -20, -20, -13, -3, 0, + 0, 0, -20, -20, -20, 0, -7, 0, + 0, -7, -7, 0, -10, -10, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -16, -10, 0, -7, -7, -13, 0, + 0, 0, 0, -13, 0, -10, 0, -3, + 0, 0, -7, -7, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -10, -3, 0, -3, -3, -7, + 0, 0, 0, 0, -7, 0, -3, 0, + 0, 0, 0, -3, -3, 0, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -3, -23, -16, 0, -10, -11, + -13, 0, 0, 0, 0, -13, 0, -16, + 0, -7, -13, -16, 0, -10, -10, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -10, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -13, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 6, 0, + -2, 4, 0, -4, -2, -4, -14, -8, + -6, 0, -14, -4, 0, 2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, -2, + 2, 0, 0, 0, 0, 4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, -2, 0, 0, -2, 0, -2, -8, + -4, -2, -4, -8, -2, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -6, + -4, -4, -6, -2, 0, -6, 0, -6, + -12, -6, -6, -8, -8, 0, -6, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + -6, -2, 0, -2, -6, 0, 0, 0, + -2, 0, -21, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -12, -12, 0, -4, -10, -4, -10, 0, + -8, 0, 0, 0, 0, 0, 0, -6, + -10, 0, -10, 0, -12, -12, 0, 0, + -10, 0, 0, -10, -10, -10, -12, -10, + 0, 0, -12, 0, 0, 0, 0, -10, + 0, -12, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 2, -4, 0, -6, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 6, 0, 0, 0, 0, 0, 0, 2, + 0, 0, 0, 4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -2, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, -4, 0, -2, 2, 4, 0, 0, + 0, 0, 0, 2, 0, 0, 0, 0, + -2, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, 0, 0, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -2, 0, -2, 0, -2, -4, -2, -2, + 0, -4, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -2, 0, 0, -2, 0, -2, 0, 2, + -6, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, 0, 0, 0, 0, 2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -2, 0, -2, 0, 0, 2, + 0, 0, 0, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 0, 2, + 0, 2, 0, 0, -2, 0, 0, 2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, -4, -4, 0, -2, 0, 0, 0, + 0, 0, -4, 0, -8, -4, 0, -4, + 0, 0, 0, 0, -4, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, -33, 0, 0, -4, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -12, -12, -2, -4, -10, -2, -4, + 0, -2, -8, -4, -2, -8, 0, 0, + -4, -6, 0, 0, 0, -14, -8, 0, + 0, 0, 0, 0, 0, 0, 0, -8, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, -6, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -4, -4, 0, -2, -6, -2, + -4, 0, 0, -6, -6, 0, -10, -6, + -2, 0, 2, 0, 0, 0, 0, 0, + 4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, 0, 0, 0, -20, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -6, -6, 2, -2, -4, + 0, -8, 0, 0, 0, 0, -6, 0, + 0, 0, -4, -8, 0, -8, 0, 0, + -10, 0, 0, -8, 0, -8, -8, -8, + 0, -14, -10, -10, 0, -10, 0, -8, + 0, 0, -8, 0, -10, 0, -23, 0, + 0, -4, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -12, -8, 0, -4, + -6, 0, -6, 0, 0, 0, 0, -6, + 0, 0, -4, -4, 0, -4, -10, -8, + -14, -12, -6, -10, -8, -6, -8, -12, + -8, -8, -12, -8, -12, 0, 0, 0, + -8, 0, 0, 0, 0, -12, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, -6, 0, + 0, -6, 0, 0, 0, 0, -10, -8, + 0, 0, -4, 0, -6, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -6, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, -6, 0, -6, 0, + 0, -6, 0, 0, -6, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, -4, -6, -2, -6, -4, -4, + 0, -4, -18, 0, 0, -8, -14, -2, + -8, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -6, -2, -2, -6, 0, + 0, 0, 0, 0, 0, 0, -6, 0, + 0, -4, 0, 0, 0, 0, -6, 0, + 2, 0, 0, 0, 0, -6, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -6, -8, -4, 0, -8, + 0, -2, 0, -2, -10, 0, 0, -8, + -6, 0, 0, 0, 0, 0, 0, -8, + 0, 0, 0, 0, 0, 0, -8, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, -2, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, -8, -2, -2, -4, 0, 0, 0, + -8, -4, 0, 0, 0, -2, 0, -4, + -2, -6, -6, -6, 0, -2, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, -2, + 0, 0, -2, -2, -2, -2, 0, 0, + 0, -4, -2, 0, -2, 0, -2, -4, + -4, -2, 0, -8, -6, 0, 0, -2, + 0, -21, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, 0, 0, -8, -4, 0, -2, 0, + 0, 0, -4, 0, 0, -4, 0, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + -2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -2, 0, 0, -4, 0, -2, + -4, 0, 0, 0, -6, 0, 0, 0, + 0, 0, -6, -2, 0, -4, -6, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 2, 0, 0, -2, + 4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, -4, + -2, 0, -2, 0, 0, 0, -2, 0, + 0, -2, 0, -2, 0, -2, -2, 0, + -6, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 4, 4, 0, 0, + 0, 2, 0, 2, 0, 0, 0, 2, + 0, 0, 2, 0, 2, 2, 2, 0, + 0, 0, 0, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 2, 0, 0, 0, 0, + 0, 0, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, 0, 0, 0, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, -2, -2, 0, + 0, 0, -4, 0, 0, 0, 0, 0, + -4, -2, 0, -2, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -4, 0, 0, -2, + 0, 0, 0, -6, 0, 0, 0, 0, + 0, -4, -2, 0, -2, -4, 0, 0, + 0, -2, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 2, + 0, 0, 0, 0, 0, 0, 0, 2, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 2, 0, 0, -20, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -2, 0, 0, 0, -6, -2, + 6, 0, 0, 0, 0, -4, 0, 0, + -2, 0, -2, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, -18, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 2, 0, 0, -6, + -2, 2, 0, 0, 0, 0, -4, -2, + 0, -2, -2, -2, 0, 0, -2, 0, + 0, 0, 0, -2, -2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -2, 0, 0, + -4, 0, 0, 0, 0, 0, 0, -4, + 0, 0, 0, 0, 0, -4, -2, 0, + 0, -4, 0, 0, 0, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -2, -2, 0, + 0, 0, -2, 0, -2, 0, 0, 0, + 0, 0, 0, -2, 0, -2, -2, 0, + -2, 0, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, -2, 0, 0, + 0, 0, 0, 0, -2, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -2, 0, 0, + 0, 2, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -14, 0, 0, 0, -12, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 2, 0, + -2, 0, 0, 0, -4, 0, 0, 2, + 0, 0, -4, 0, 0, -2, 0, 0, + 0, 0, -2, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + -2, 0, 0, 0, 0, -4, -2, 0, + 0, 0, 0, -4, 0, 0, -2, -4, + 0, 0, 0, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 60, + .right_class_cnt = 65, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 7, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_arimo_ru_STD_s = { +#else +lv_font_t lv_font_arimo_ru_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 12, /*The maximum line height required by the font*/ + .base_line = 2, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_ARIMO_RU_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_13.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_13.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_XS.c index ec0560371a2..b6f5cf68377 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_13.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_XS.c @@ -684,7 +684,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[17343] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_13 = { +const etxLz4Font lv_font_arimo_ru_XS = { .uncomp_size = 16983, .comp_size = 10683, .line_height = 15, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_XS_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_XS_s.c new file mode 100644 index 00000000000..71753c62b11 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_XS_s.c @@ -0,0 +1,494 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x24,0x80,0x02,0x08,0x00,0xf0,0x06,0x02,0x06,0x00,0x00,0x06, +0x00,0x30,0x03,0x03,0x03,0x00,0x03,0x0b,0x00,0x00,0x05,0x05,0x06,0x00,0x00,0x1a, +0x08,0x00,0xf3,0x15,0x08,0x00,0xff,0x2e,0x00,0x00,0x08,0x08,0x06,0x00,0x00,0x46, +0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x58,0x00,0xb0,0x01,0x02,0x03,0x00,0x03,0x5b, +0x00,0x00,0x03,0x03,0x09,0x00,0xfe,0x69,0x08,0x00,0xf0,0x02,0x77,0x00,0x80,0x03, +0x04,0x04,0x00,0x02,0x7f,0x00,0x40,0x05,0x05,0x05,0x00,0x01,0x8c,0x58,0x00,0x40, +0x03,0x00,0xfe,0x8f,0x20,0x00,0x40,0x01,0x00,0x02,0x91,0x10,0x00,0xc3,0x01,0x00, +0x00,0x92,0x00,0x80,0x02,0x03,0x07,0x00,0x00,0x9d,0x68,0x00,0x13,0xac,0x08,0x00, +0x13,0xbb,0x08,0x00,0x13,0xca,0x08,0x00,0x13,0xd9,0x08,0x00,0x13,0xe8,0x08,0x00, +0x13,0xf7,0x08,0x00,0x22,0x06,0x01,0x08,0x00,0x13,0x15,0x08,0x00,0x13,0x24,0x08, +0x00,0x90,0x33,0x01,0x80,0x02,0x02,0x05,0x00,0x00,0x38,0x08,0x00,0x61,0x07,0x00, +0xfe,0x3f,0x01,0x40,0x18,0x00,0x10,0x4e,0x08,0x00,0x43,0x03,0x00,0x01,0x56,0x10, +0x00,0x13,0x65,0x30,0x00,0xf2,0x03,0x74,0x01,0x20,0x09,0x09,0x08,0x00,0xff,0x98, +0x01,0x00,0x06,0x06,0x07,0x00,0x00,0xad,0x01,0xe0,0x00,0x93,0xbf,0x01,0x80,0x06, +0x07,0x06,0x00,0x00,0xd4,0x08,0x00,0x13,0xe9,0x18,0x00,0x40,0xfb,0x01,0x80,0x05, +0x08,0x00,0x40,0x0d,0x02,0x00,0x07,0x18,0x00,0x31,0x22,0x02,0x80,0x18,0x00,0x22, +0x34,0x02,0x40,0x01,0x50,0x3a,0x02,0x80,0x04,0x04,0x28,0x01,0x13,0x02,0x28,0x01, +0x12,0x02,0x68,0x00,0x31,0x67,0x02,0x80,0x30,0x00,0x13,0x7c,0x30,0x00,0x13,0x8e, +0x40,0x00,0x13,0xa3,0x28,0x00,0x10,0xb5,0x10,0x00,0x52,0x08,0x00,0xfe,0xd1,0x02, +0x70,0x00,0x13,0xe6,0x18,0x00,0x22,0xf8,0x02,0x70,0x00,0x22,0x0a,0x03,0x38,0x00, +0x22,0x1c,0x03,0x18,0x00,0x93,0x2e,0x03,0x80,0x08,0x09,0x06,0x00,0x00,0x49,0x10, +0x00,0x13,0x5b,0x08,0x00,0x22,0x6d,0x03,0x30,0x00,0x40,0x7f,0x03,0x80,0x02,0x90, +0x01,0x22,0x8d,0x03,0x68,0x01,0xf0,0x14,0x98,0x03,0x80,0x02,0x02,0x09,0x00,0xfe, +0xa1,0x03,0x40,0x04,0x05,0x04,0x00,0x03,0xab,0x03,0x00,0x05,0x07,0x01,0xff,0xfe, +0xaf,0x03,0x00,0x03,0x03,0x02,0x00,0x05,0xb2,0x03,0x00,0xb0,0x01,0x20,0x00,0xbf, +0x08,0x00,0x70,0x07,0x00,0x00,0xd1,0x03,0x80,0x04,0x10,0x00,0x13,0xde,0x10,0x00, +0x13,0xf0,0x20,0x00,0x13,0xfd,0x50,0x00,0x21,0x08,0x04,0x18,0x00,0x32,0xfe,0x1a, +0x04,0x20,0x00,0x30,0x2c,0x04,0x00,0x70,0x01,0xd0,0x00,0x33,0x04,0x00,0x02,0x03, +0x09,0xff,0xfe,0x41,0x04,0x80,0x04,0x18,0x00,0x13,0x53,0x18,0x00,0xa2,0x5a,0x04, +0x80,0x07,0x07,0x05,0x00,0x00,0x6c,0x04,0x48,0x00,0x13,0x79,0x08,0x00,0x13,0x86, +0x48,0x00,0x13,0x98,0x08,0x00,0xa2,0xaa,0x04,0x00,0x03,0x03,0x06,0x00,0x00,0xb3, +0x04,0x80,0x00,0x40,0xc0,0x04,0x80,0x02,0x10,0x00,0x13,0xc9,0x30,0x00,0x13,0xd6, +0x18,0x00,0x93,0xe3,0x04,0x80,0x06,0x08,0x05,0xff,0x00,0xf7,0x10,0x00,0x21,0x04, +0x05,0x70,0x00,0x32,0xfe,0x16,0x05,0x10,0x00,0x22,0x23,0x05,0x90,0x02,0x31,0x31, +0x05,0x50,0xf8,0x00,0x13,0x3a,0x10,0x00,0xb0,0x48,0x05,0x40,0x05,0x05,0x02,0x00, +0x02,0x4d,0x05,0x00,0xf8,0x01,0xa3,0x00,0x71,0x05,0x00,0x09,0x08,0x08,0x01,0x00, +0x91,0x08,0x00,0x13,0xb1,0x08,0x00,0x13,0xd1,0x20,0x00,0xf0,0x03,0xf5,0x05,0x00, +0x09,0x07,0x09,0x01,0xff,0x15,0x06,0x00,0x09,0x08,0x07,0x00,0x00,0x31,0x06,0x20, +0x00,0x42,0x00,0x00,0x51,0x06,0x18,0x00,0x90,0x71,0x06,0x00,0x09,0x06,0x09,0x01, +0xff,0x8c,0x10,0x00,0x43,0x08,0x01,0x00,0xa8,0x18,0x00,0x40,0xc8,0x06,0x70,0x08, +0x10,0x00,0x22,0xe4,0x06,0x50,0x00,0x22,0x04,0x07,0x20,0x00,0x22,0x20,0x07,0x10, +0x00,0xf2,0x03,0x40,0x07,0x00,0x09,0x06,0x08,0x01,0x00,0x58,0x07,0xa0,0x03,0x04, +0x03,0x00,0x04,0x5e,0x07,0x80,0x02,0x31,0x73,0x07,0xf0,0xc0,0x01,0x22,0x85,0x07, +0xd0,0x01,0x40,0x97,0x07,0xe0,0x04,0x40,0x02,0x93,0xa6,0x07,0x20,0x06,0x06,0x08, +0x00,0xfe,0xbe,0x18,0x00,0x31,0xd0,0x07,0x50,0x00,0x02,0x31,0xeb,0x07,0x70,0x60, +0x02,0x22,0xfa,0x07,0x20,0x02,0xb1,0x0c,0x08,0x80,0x06,0x06,0x09,0x00,0x00,0x27, +0x08,0x40,0x48,0x00,0x22,0x39,0x08,0x50,0x00,0x22,0x4b,0x08,0x80,0x02,0x22,0x60, +0x08,0x28,0x00,0x22,0x72,0x08,0x80,0x02,0x13,0x87,0x10,0x00,0x22,0x99,0x08,0x58, +0x00,0x22,0xab,0x08,0x80,0x02,0x22,0xc0,0x08,0x48,0x02,0x31,0xd2,0x08,0xb0,0x08, +0x00,0x31,0xe4,0x08,0xd0,0x18,0x00,0x13,0xf9,0x28,0x00,0x40,0x0b,0x09,0xb0,0x06, +0xb0,0x02,0x22,0x27,0x09,0x10,0x00,0x31,0x39,0x09,0x40,0x20,0x04,0xc0,0x51,0x09, +0x70,0x08,0x09,0x08,0x00,0xfe,0x75,0x09,0xf0,0x07,0x10,0x00,0x22,0x8d,0x09,0x80, +0x00,0x22,0x9f,0x09,0x58,0x00,0x40,0xb4,0x09,0x10,0x09,0xb8,0x00,0x22,0xcf,0x09, +0x78,0x00,0x22,0xe1,0x09,0xd8,0x01,0x31,0xee,0x09,0x20,0x48,0x02,0x31,0x00,0x0a, +0xd0,0xc0,0x01,0xf2,0x03,0x0d,0x0a,0x50,0x03,0x04,0x05,0x00,0x00,0x17,0x0a,0x40, +0x05,0x06,0x07,0x00,0xfe,0x2c,0x0a,0x28,0x00,0xc0,0x39,0x0a,0x00,0x06,0x06,0x05, +0x00,0x00,0x48,0x0a,0x20,0x04,0x20,0x00,0x13,0x52,0x18,0x00,0x22,0x5f,0x0a,0x88, +0x02,0x31,0x71,0x0a,0xf0,0x38,0x00,0x31,0x7b,0x0a,0x40,0x18,0x00,0x31,0x88,0x0a, +0x30,0x30,0x00,0x13,0x97,0x28,0x00,0x13,0xa4,0x08,0x00,0x31,0xb1,0x0a,0xe0,0x68, +0x00,0x22,0xbe,0x0a,0x78,0x02,0x22,0xd0,0x0a,0x38,0x02,0x13,0xdd,0x58,0x00,0x22, +0xe7,0x0a,0x50,0x02,0xa2,0xf9,0x0a,0x60,0x07,0x08,0x09,0x00,0xfe,0x1d,0x0b,0x20, +0x00,0x31,0x2a,0x0b,0x20,0x30,0x00,0x31,0x3c,0x0b,0xb0,0x10,0x00,0x31,0x49,0x0b, +0x40,0xd8,0x02,0xd0,0x5b,0x0b,0x60,0x07,0x08,0x07,0x00,0xfe,0x77,0x0b,0xa0,0x05, +0x06,0xd8,0x02,0x21,0x0b,0x80,0x78,0x00,0x13,0x95,0x28,0x00,0x31,0xa2,0x0b,0x90, +0x08,0x00,0x40,0xaf,0x0b,0xc0,0x06,0x30,0x00,0x22,0xc1,0x0b,0x80,0x00,0x22,0xce, +0x0b,0x20,0x04,0x30,0xdd,0x0b,0x20,0x78,0x05,0x41,0x02,0xe2,0x0b,0xf0,0xf0,0x01, +0xf0,0x02,0xf1,0x0b,0x00,0x09,0x0a,0x0a,0xff,0xfe,0x23,0x0c,0x00,0x09,0x09,0x07, +0x00,0x00,0x43,0x08,0x00,0x43,0x09,0x00,0xff,0x6c,0x10,0x00,0x93,0x8c,0x0c,0x30, +0x06,0x07,0x07,0x00,0x00,0xa5,0x18,0x00,0x10,0xce,0x08,0x00,0xf2,0x0e,0x0a,0x00, +0xfe,0xfb,0x0c,0x20,0x0a,0x0b,0x09,0x00,0xff,0x2d,0x0d,0x00,0x09,0x0a,0x09,0xff, +0xff,0x5a,0x0d,0x20,0x0a,0x0b,0x07,0x00,0x00,0x81,0x0d,0x28,0x00,0x40,0xaa,0x0d, +0x80,0x04,0xd0,0x05,0x30,0xbe,0x0d,0xc0,0xc0,0x01,0x32,0xff,0xda,0x0d,0x30,0x00, +0x22,0x0c,0x0e,0x58,0x00,0xc0,0x2c,0x0e,0x30,0x06,0x07,0x0a,0x00,0xfe,0x4f,0x0e, +0xe0,0x07,0xd8,0x02,0xb0,0x6a,0x0e,0xe0,0x07,0x08,0x0a,0x00,0xfe,0x92,0x0e,0xe0, +0x08,0x01,0x23,0xff,0xb6,0x08,0x00,0x13,0xda,0x20,0x00,0x40,0xf5,0x0e,0xe0,0x07, +0x68,0x00,0x93,0x22,0x0f,0xa0,0x05,0x06,0x09,0x00,0xff,0x3d,0x08,0x00,0x22,0x58, +0x0f,0x28,0x00,0x10,0x7c,0x08,0x00,0x52,0x03,0x00,0x02,0x88,0x0f,0x88,0x00,0xf2, +0x03,0xaf,0x0f,0x40,0x0b,0x0d,0x0a,0xff,0xfe,0xf0,0x0f,0x20,0x0a,0x0c,0x0a,0xff, +0xfe,0x2c,0x10,0x98,0x00,0x93,0x55,0x10,0xe0,0x07,0x08,0x05,0x00,0x01,0x69,0x08, +0x00,0xa2,0x7d,0x10,0x40,0x0b,0x0c,0x09,0x00,0xff,0xb3,0x10,0x98,0x00,0x20,0xd3, +0x10,0xd0,0x00,0x42,0x00,0xff,0x00,0x11,0x18,0x01,0x22,0x32,0x11,0x60,0x00,0x22, +0x56,0x11,0xa0,0x00,0x13,0x7e,0x10,0x00,0x10,0xa2,0x08,0x00,0x52,0x08,0x00,0xff, +0xc2,0x11,0x38,0x00,0xa2,0xe2,0x11,0xa0,0x05,0x07,0x0a,0xff,0xfe,0x05,0x12,0x28, +0x00,0x13,0x2d,0x08,0x00,0x22,0x55,0x12,0x90,0x00,0xb1,0x7c,0x12,0x00,0x09,0x0b, +0x0b,0xff,0xfe,0xb9,0x12,0xc0,0xf8,0x00,0x22,0xdc,0x12,0x78,0x00,0x93,0x12,0x13, +0x40,0x0b,0x0c,0x07,0x00,0x00,0x3c,0x08,0x00,0x13,0x66,0x08,0x00,0x13,0x90,0x08, +0x00,0x13,0xba,0x08,0x00,0x10,0xe4,0x08,0x00,0x52,0x08,0x00,0xff,0x14,0x14,0x58, +0x00,0x13,0x3c,0x08,0x00,0x22,0x64,0x14,0xa8,0x00,0x22,0x96,0x14,0x28,0x00,0x22, +0xc0,0x14,0x60,0x00,0x60,0xe3,0x14,0x10,0x09,0x0a,0x07,0x70,0x07,0xf1,0xff,0xa6, +0xd1,0x1b,0x14,0x1e,0xb0,0xeb,0xb7,0xeb,0xba,0xeb,0xbb,0xeb,0xbc,0xeb,0xc0,0xeb, +0xc2,0xeb,0xc4,0xeb,0xc8,0xeb,0xcb,0xeb,0xd0,0xeb,0xd5,0xeb,0xd6,0xeb,0xd7,0xeb, +0xed,0xeb,0xf2,0xeb,0xf7,0xeb,0xfa,0xeb,0xfb,0xeb,0xfc,0xeb,0x00,0xec,0x01,0xec, +0x02,0xec,0x03,0xec,0x16,0xec,0x17,0xec,0x1d,0xec,0x1f,0xec,0x20,0xec,0x23,0xec, +0x26,0xec,0x27,0xec,0x28,0xec,0x2a,0xec,0x42,0xec,0x44,0xec,0x73,0xec,0x74,0xec, +0x76,0xec,0x78,0xec,0x8f,0xec,0x96,0xec,0x99,0xec,0xa2,0xec,0xcb,0xec,0xd3,0xec, +0x0a,0xed,0x9a,0xed,0xef,0xed,0xf0,0xed,0xf1,0xed,0xf2,0xed,0xf3,0xed,0x36,0xee, +0x42,0xee,0x9c,0xee,0xb3,0xee,0x09,0xf1,0x71,0xf3,0x51,0xf4,0x2a,0x2a,0x1a,0x19, +0x05,0x29,0x92,0xc8,0x1a,0x00,0x00,0x04,0x33,0x45,0xb7,0xb7,0x07,0x07,0x08,0xb8, +0xb5,0x34,0x25,0x05,0x14,0x30,0x00,0x80,0x03,0xbd,0xc3,0x93,0x81,0x43,0xbc,0x30, +0x00,0xa8,0x88,0x08,0x0c,0x4b,0xdb,0x50,0x04,0x00,0x49,0x90,0x09,0x10,0x90,0x91, +0x55,0x00,0x90,0x91,0x96,0x82,0x28,0x69,0x29,0x09,0x00,0x55,0x18,0x0a,0x01,0x90, +0x08,0x84,0x03,0xaa,0x30,0x07,0x35,0x60,0x06,0xc7,0x00,0x58,0xa2,0x72,0xa2,0x0b, +0xa0,0x3b,0xaa,0xb8,0x83,0x73,0x00,0x02,0x80,0xb0,0x2a,0x05,0x70,0x66,0x05,0x70, +0x2a,0x00,0xb0,0x02,0x90,0x92,0x01,0xb0,0x0a,0x20,0x75,0x06,0x60,0x75,0x0a,0x21, +0xb0,0x92,0x00,0x08,0x00,0x7c,0x92,0x28,0x90,0x00,0x10,0x00,0x50,0x00,0x0a,0x00, +0x5a,0xea,0x80,0x0a,0x00,0x00,0xa0,0x00,0x2a,0x07,0x01,0x6b,0x60,0x2a,0x05,0x50, +0x91,0x0b,0x01,0x90,0x55,0x09,0x10,0xb0,0x00,0x0a,0xaa,0x06,0x50,0x66,0x92,0x02, +0x99,0x20,0x39,0x66,0x06,0x60,0xab,0xa0,0x07,0xe1,0x01,0x4b,0x10,0x00,0xb1,0x00, +0x0b,0x10,0x00,0xb1,0x03,0xbe,0xb6,0x1b,0xab,0x14,0x40,0x66,0x00,0x0a,0x20,0x1a, +0x40,0x1b,0x20,0x07,0xdb,0xb6,0x2b,0xab,0x22,0x10,0x75,0x01,0xbb,0x00,0x00,0x67, +0x74,0x05,0x81,0xba,0xb1,0x00,0x4d,0x00,0x1a,0xc0,0x09,0x2c,0x05,0x60,0xc0,0xaa, +0xae,0x70,0x00,0xc0,0x4d,0xbb,0x25,0x60,0x00,0x6b,0xa9,0x01,0x10,0x67,0x42,0x05, +0x82,0xba,0xb1,0x08,0xab,0x14,0x80,0x21,0x79,0x99,0x18,0x70,0x58,0x57,0x04,0x80, +0x9a,0xb1,0x5b,0xbc,0x80,0x00,0xa1,0x00,0x56,0x00,0x0c,0x00,0x02,0xa0,0x00,0x57, +0x00,0x2b,0x9b,0x26,0x60,0x66,0x0c,0xbc,0x07,0x50,0x57,0x84,0x04,0x81,0xb9,0xb1, +0x1b,0xaa,0x08,0x50,0x65,0x76,0x07,0x80,0x99,0x98,0x22,0x08,0x41,0xba,0x90,0x2a, +0x00,0x00,0x00,0x2a,0x05,0x00,0xf1,0x4b,0x07,0x01,0x00,0x00,0x30,0x06,0xb5,0x5a, +0x40,0x04,0xb6,0x00,0x00,0x4a,0x70,0x00,0x01,0x5a,0xaa,0x80,0x00,0x00,0x6a,0xaa, +0x80,0x20,0x00,0x03,0xa8,0x10,0x00,0x29,0x80,0x04,0xa7,0x4a,0x60,0x01,0x00,0x00, +0x1b,0xbc,0x36,0x40,0x39,0x00,0x08,0x50,0x09,0x40,0x00,0x40,0x00,0x1b,0x00,0x00, +0x39,0x99,0x91,0x00,0x48,0x00,0x01,0xa0,0x0a,0x08,0x97,0xa6,0x33,0x74,0x70,0x57, +0x45,0x45,0x92,0x07,0x45,0x31,0x88,0x31,0xd2,0x90,0x09,0x69,0x84,0x94,0x00,0x06, +0x98,0x75,0x88,0x09,0xf1,0x4a,0x88,0x00,0x01,0x77,0x20,0x07,0x11,0x80,0x0c,0xaa, +0xd0,0x55,0x00,0x55,0xc1,0x00,0x0c,0x4d,0xbb,0xa0,0x49,0x00,0xc1,0x4d,0xac,0x90, +0x49,0x00,0x75,0x49,0x00,0x67,0x4d,0xbb,0xa0,0x05,0xcb,0xb4,0x03,0xc0,0x00,0x80, +0x76,0x00,0x00,0x07,0x60,0x00,0x00,0x3c,0x00,0x0a,0x00,0x5c,0xbb,0x40,0x4d,0xbb, +0x91,0x04,0x90,0x04,0xa0,0x49,0x00,0x0d,0x04,0x90,0x00,0xd0,0x49,0x00,0x5a,0x04, +0xdb,0xba,0x10,0x4d,0xbb,0xb4,0x49,0x00,0x00,0x4d,0xbb,0xb1,0x49,0x00,0x00,0x09, +0x00,0x15,0xb6,0x0c,0x00,0x32,0x4e,0xbb,0xb0,0x09,0x00,0x35,0x05,0xbb,0xc6,0x4e, +0x00,0xf1,0x03,0x3b,0xc4,0x3c,0x00,0x08,0x50,0x5c,0xba,0x80,0x49,0x00,0x1c,0x49, +0x00,0x1c,0x4e,0xbb,0xbc,0x09,0x00,0x00,0x03,0x00,0x11,0x2a,0x01,0x00,0x40,0x02, +0xbd,0x00,0x0d,0x02,0x00,0xf4,0x0c,0x81,0x1c,0x4c,0xc4,0x49,0x01,0xb2,0x49,0x1b, +0x20,0x4a,0xd2,0x00,0x4c,0x6a,0x00,0x49,0x06,0x90,0x49,0x00,0x97,0x49,0x00,0x04, +0x90,0x00,0x05,0x00,0xf1,0x2f,0xdb,0xb7,0x4f,0x10,0x08,0xc4,0xc6,0x00,0xbc,0x48, +0xb0,0x46,0xc4,0x78,0x3a,0x1c,0x47,0x2a,0x90,0xc4,0x70,0xb4,0x0c,0x4e,0x10,0x0c, +0x4a,0xa0,0x0c,0x47,0x85,0x0c,0x47,0x0c,0x1c,0x47,0x03,0xab,0x47,0x00,0x9c,0x06, +0xcb,0xc5,0x03,0xb0,0x00,0xb3,0x85,0x00,0x05,0x88,0x50,0x00,0x58,0x3c,0x00,0x0b, +0x30,0x5b,0xbc,0x50,0xa8,0x00,0x72,0x67,0x49,0x00,0x86,0x4d,0xba,0x80,0xa8,0x00, +0x0e,0x27,0x00,0xf8,0x28,0x6c,0xac,0x60,0x00,0x09,0x40,0x00,0x00,0x2c,0x80,0x4d, +0xbb,0xb5,0x04,0x90,0x01,0xc0,0x4d,0xbc,0xc3,0x04,0x90,0x2b,0x00,0x49,0x00,0xa4, +0x04,0x90,0x02,0xc0,0x09,0xaa,0xa0,0x39,0x00,0x42,0x0b,0x95,0x10,0x00,0x15,0xb4, +0x44,0x00,0x58,0x1a,0xaa,0xa1,0x8b,0xec,0xb3,0x00,0xa2,0x00,0x03,0x00,0x32,0x58, +0x00,0x0d,0x03,0x00,0xf0,0x2d,0x48,0x00,0x0c,0x2b,0x00,0x4a,0x06,0xcb,0xb1,0xb2, +0x00,0x2c,0x58,0x00,0x85,0x0c,0x00,0xc0,0x07,0x55,0x70,0x01,0xbb,0x10,0x00,0xaa, +0x00,0xc1,0x04,0xc0,0x08,0x58,0x50,0x9b,0x10,0xc0,0x3a,0x0b,0x56,0x1b,0x00,0xd2, +0x91,0xa6,0x60,0x09,0xa4,0x0b,0xb1,0x00,0x4f,0x00,0x8c,0x00,0x4a,0x00,0xa4,0x07, +0x65,0x80,0xb6,0x0a,0xf0,0x07,0xaa,0x10,0x0a,0x22,0xa0,0x67,0x00,0x77,0x77,0x00, +0x77,0x0b,0x22,0xb0,0x02,0xbb,0x20,0x00,0x88,0x00,0x00,0x66,0x03,0x00,0xb0,0x4b, +0xbb,0xf0,0x00,0x09,0x50,0x00,0x67,0x00,0x03,0xa0,0x07,0x02,0x83,0xac,0xbb,0xb2, +0x5c,0x45,0x60,0x56,0x05,0x03,0x00,0xf2,0x00,0x5b,0x40,0xb0,0x09,0x10,0x55,0x01, +0x90,0x0b,0x00,0x91,0x05,0x50,0x8d,0x0c,0x01,0x00,0xf0,0x2f,0x8d,0x03,0x50,0x00, +0xaa,0x10,0x46,0x37,0x0a,0x00,0xa0,0x19,0x99,0x99,0x10,0x34,0x00,0x81,0x1b,0xab, +0x02,0x30,0x84,0x29,0x9c,0x49,0x40,0xa4,0x4b,0x87,0xb0,0x66,0x00,0x06,0x60,0x00, +0x6b,0x9b,0x16,0x80,0x58,0x66,0x03,0x96,0x80,0x57,0x6a,0x9b,0x10,0x1a,0xa9,0x07, +0x50,0x51,0x93,0x00,0x07,0x50,0x61,0x1a,0xa9,0x00,0x1e,0x00,0xf1,0x1c,0x66,0x1b, +0x9a,0x67,0x50,0x86,0x93,0x06,0x68,0x50,0x96,0x2c,0x9a,0x60,0x1a,0x9a,0x07,0x60, +0x66,0x9b,0xaa,0x77,0x50,0x11,0x1a,0x9b,0x20,0x0c,0x53,0x90,0x9d,0x43,0x90,0x39, +0x03,0x90,0x39,0x00,0x1b,0x99,0x67,0x50,0x96,0x25,0x00,0x81,0x2b,0x8a,0x61,0x20, +0x75,0x1b,0xaa,0x00,0x5b,0x00,0xf0,0x01,0x6a,0x9c,0x16,0x80,0x66,0x66,0x06,0x66, +0x60,0x66,0x66,0x06,0x60,0x44,0x00,0x66,0x01,0x00,0x62,0x04,0x40,0x00,0x06,0x60, +0x66,0x03,0x00,0x32,0x2c,0x30,0x66,0x64,0x00,0xc2,0x16,0x6b,0x20,0x6d,0xb0,0x06, +0x67,0x70,0x66,0x0b,0x20,0x66,0x01,0x00,0xd0,0x6a,0x8b,0x79,0x86,0x80,0xa3,0x0c, +0x66,0x0a,0x20,0xc6,0x60,0xa2,0x07,0x00,0x37,0xc0,0x6a,0x8b,0x4d,0x00,0xd0,0x1a, +0x9a,0x17,0x50,0x57,0x93,0x03,0x97,0x50,0x57,0x1a,0x9a,0x10,0x1a,0x00,0x04,0xc2, +0x00,0x20,0x16,0x60,0x2d,0x01,0x06,0xb5,0x00,0x32,0x1c,0x9a,0x60,0x8c,0x00,0x31, +0x06,0xa9,0x68,0x75,0x00,0xf3,0x07,0x3b,0xa9,0x07,0x60,0x20,0x08,0xc7,0x03,0x00, +0xb1,0x5b,0xaa,0x00,0x27,0x0a,0xc3,0x57,0x05,0x70,0x47,0x02,0xd4,0x58,0x00,0xf0, +0x3c,0x66,0x60,0x86,0x2c,0x9a,0x60,0xc0,0x08,0x47,0x50,0xc0,0x1a,0x39,0x00,0xb8, +0x30,0x06,0xd0,0x00,0x0c,0x04,0xc0,0x66,0x09,0x18,0xa0,0x91,0x05,0x5a,0x54,0xb0, +0x01,0xa9,0x1a,0x80,0x00,0xc5,0x0d,0x40,0x75,0x0c,0x10,0xb8,0x40,0x05,0xd0,0x00, +0xb7,0x60,0x94,0x0b,0x10,0xc1,0x08,0x46,0x60,0xc0,0x1b,0x29,0x00,0xa9,0x30,0x04, +0xd0,0x00,0x47,0x00,0x7a,0x00,0x00,0x4a,0xae,0x00,0x09,0x50,0x47,0x02,0xf4,0x04, +0x00,0x9c,0xaa,0x00,0x09,0x90,0xb0,0x0b,0x00,0xb0,0xa5,0x00,0xb0,0x0b,0x00,0xc0, +0x09,0x80,0x38,0x01,0x00,0x20,0x99,0x00,0x17,0x00,0x20,0x05,0xa0,0x17,0x00,0xa0, +0x89,0x00,0x5a,0x94,0x52,0x03,0xb6,0x00,0x00,0x03,0xb8,0x03,0xf0,0x0f,0xf4,0x00, +0x09,0xaa,0xab,0xb3,0x00,0xb1,0x11,0x01,0xc2,0x0b,0x00,0x00,0x0a,0x40,0xdc,0xcc, +0x88,0x60,0x00,0x00,0x1f,0x70,0x00,0x00,0x00,0x70,0x00,0x00,0x65,0x0d,0xf0,0x04, +0x9b,0x00,0x00,0x07,0x7e,0xaa,0xa6,0x69,0x01,0x11,0x2b,0x95,0x00,0x00,0x1b,0x0a, +0x3c,0xcc,0xc9,0x3a,0x02,0xf5,0x09,0x00,0x16,0x00,0x00,0x00,0x04,0x10,0x00,0x00, +0x78,0xa2,0x00,0x09,0x60,0x0b,0x30,0x8e,0x70,0x1b,0xf2,0x00,0xc0,0x29,0x00,0x04, +0x00,0x78,0xec,0xc8,0x00,0x00,0xab,0xb6,0x00,0x14,0x00,0xc1,0x7c,0xb0,0x1e,0xb2, +0x1b,0x30,0x08,0x70,0x00,0xb5,0xa6,0x00,0x03,0x03,0xf1,0x4f,0x00,0x20,0x00,0x00, +0x00,0x1d,0x20,0x00,0x00,0x08,0x18,0x00,0x00,0x01,0x80,0x62,0x00,0x00,0x81,0x00, +0x90,0x00,0x18,0x00,0x06,0x30,0x08,0x10,0x00,0x09,0x01,0xc8,0x88,0x88,0xc3,0x00, +0x00,0x26,0x00,0x02,0x3b,0x18,0x08,0x54,0xe1,0x86,0x10,0x75,0xf4,0x70,0x0b,0x70, +0x77,0x01,0x50,0x07,0x71,0x00,0x03,0x50,0x83,0x04,0x80,0x00,0x46,0x30,0x00,0x00, +0x5c,0xd8,0x60,0x06,0x84,0xe2,0x95,0x07,0x10,0x10,0x35,0x0e,0x00,0x00,0x3c,0x09, +0x50,0x00,0x75,0x03,0xa7,0x58,0x91,0x00,0x15,0x64,0x99,0x04,0xf1,0x83,0x03,0xad, +0x78,0x30,0x0b,0x05,0x50,0x63,0x08,0x93,0x70,0x08,0x07,0x07,0x00,0x07,0x07,0x10, +0x00,0x08,0x00,0x81,0x00,0x72,0x00,0x07,0x77,0x10,0x00,0x47,0x77,0x30,0x08,0x00, +0x62,0x02,0x50,0x08,0x00,0x47,0x07,0x40,0x28,0x98,0x80,0x08,0x08,0x87,0x00,0x70, +0x52,0x70,0x03,0x70,0x47,0x00,0x02,0x74,0x00,0x00,0x00,0x36,0x30,0x00,0x60,0x60, +0x06,0xbc,0xc7,0x06,0x00,0x06,0x06,0x46,0x46,0x06,0x45,0x46,0x09,0x9c,0xa9,0x00, +0x60,0x60,0x00,0x65,0x70,0x00,0x00,0x10,0x04,0x03,0xde,0xe6,0xa9,0xf5,0x00,0x07, +0x09,0x70,0x00,0x70,0x29,0x10,0x08,0x7f,0x00,0x00,0xb4,0xc9,0x33,0x10,0x01,0x8c, +0xc4,0x48,0xa6,0x66,0x37,0x9f,0x23,0x58,0x72,0x64,0xef,0x97,0x5e,0x06,0xa9,0x72, +0x60,0x00,0x77,0x5e,0x00,0x07,0x73,0x80,0x00,0x78,0x9f,0x55,0x57,0x01,0x11,0x11, +0x97,0x00,0xf0,0x28,0x6e,0xf8,0x20,0x63,0x78,0x08,0x17,0x05,0x80,0x07,0x73,0x95, +0xa3,0x7d,0xa8,0x19,0xe7,0x5f,0x10,0x3c,0x00,0x16,0x75,0x00,0x01,0x20,0x00,0x00, +0x4f,0xf9,0x00,0x00,0xcf,0xff,0x4a,0x40,0x8f,0xff,0xdf,0xf0,0x0d,0xdc,0xef,0xb0, +0x75,0x8f,0xff,0x70,0xa2,0xff,0xff,0xe0,0x9b,0xa9,0x99,0x87,0x06,0xf2,0x09,0x00, +0x01,0xa1,0x00,0x12,0x13,0xb1,0x0b,0xde,0xee,0xb1,0x2b,0xbb,0xbb,0x80,0x4c,0x44, +0x43,0x00,0x39,0x00,0x00,0x00,0x21,0x11,0x0f,0xf5,0x18,0x07,0x87,0x10,0x00,0x09, +0x87,0x70,0x00,0x07,0x75,0x10,0x18,0x55,0x91,0x00,0xc7,0x89,0x5c,0x00,0x98,0x67, +0x79,0x00,0x06,0x66,0x60,0x00,0x37,0x77,0x30,0x70,0x04,0x63,0x70,0x08,0x7a,0x70, +0x00,0x07,0x03,0x00,0x9f,0x77,0x77,0x7b,0x18,0x60,0x61,0x80,0x18,0x60,0xc6,0x05, +0x04,0x11,0x90,0x81,0x05,0xae,0x80,0x49,0x00,0x95,0x49,0x00,0x85,0x4d,0xbb,0xa0, +0xd8,0x05,0x56,0x4d,0xbb,0x74,0x90,0x00,0x44,0x05,0xfe,0x09,0x01,0xeb,0xe2,0x03, +0x90,0xa2,0x05,0x70,0xa2,0x09,0x40,0xa2,0x0c,0x00,0xa2,0xbe,0xbb,0xeb,0xc0,0x00, +0x0c,0xc0,0x00,0x0c,0xd5,0x05,0xfe,0x36,0x49,0x04,0x90,0x58,0x00,0x58,0x49,0x3a, +0x00,0x00,0xcb,0xdd,0x20,0x00,0x67,0x49,0x3b,0x00,0x1c,0x04,0x90,0xa4,0x09,0x50, +0x49,0x01,0xd0,0x1b,0xbc,0x52,0x30,0x2b,0x00,0x9d,0x30,0x00,0x1d,0x75,0x00,0xd1, +0xbb,0xb4,0x48,0x00,0x9b,0x48,0x03,0xab,0x48,0x0c,0x1b,0x47,0x85,0x0b,0x4a,0xb0, +0x0b,0x4f,0x10,0x0b,0x02,0x30,0x60,0x00,0x99,0x50,0x00,0x00,0x00,0x1b,0x00,0xff, +0x15,0x49,0x05,0x80,0x49,0x3a,0x00,0x4d,0xd2,0x00,0x49,0x3b,0x00,0x49,0x0a,0x40, +0x49,0x01,0xd0,0x04,0xdb,0xe2,0x06,0x60,0xa2,0x08,0x40,0xa2,0x0b,0x10,0xa2,0x0d, +0x00,0xa2,0xb6,0x00,0xa2,0xe4,0x05,0x02,0x0e,0x3e,0x06,0x0f,0xe4,0x05,0x02,0x35, +0x4e,0xbb,0xcc,0x21,0x00,0x02,0x03,0x00,0x0e,0xf6,0x05,0x0f,0xec,0x06,0x02,0x0e, +0xc8,0x05,0xfe,0x18,0x78,0x00,0x67,0x0c,0x20,0xc0,0x03,0xb6,0x50,0x00,0x8c,0x00, +0x00,0x84,0x00,0x5b,0x80,0x00,0x06,0xaf,0xa4,0x04,0xa0,0xd0,0xc2,0x76,0x0d,0x08, +0x43,0xa0,0xd0,0xc1,0x05,0xae,0xa4,0x00,0x00,0xd0,0x00,0xb0,0x05,0x77,0x49,0x00, +0x1b,0x04,0x90,0x01,0xb0,0x07,0x00,0xfc,0x11,0xeb,0xbb,0xe5,0x00,0x00,0x04,0x70, +0x00,0x00,0x47,0x48,0x00,0x94,0x48,0x00,0x94,0x49,0x00,0x94,0x09,0xba,0xd4,0x00, +0x00,0x94,0x00,0x00,0x94,0x49,0x04,0x80,0x58,0x04,0x00,0xda,0x4e,0xbc,0xdb,0xc8, +0x49,0x06,0x70,0x85,0x04,0x90,0x67,0x08,0x50,0x09,0x00,0x60,0xeb,0xdd,0xbd,0xc0, +0x00,0x00,0xbb,0x08,0x20,0x00,0x00,0xae,0x01,0x10,0x93,0x04,0x00,0xf0,0x00,0x4d, +0xbb,0x80,0x93,0x49,0x00,0x95,0x93,0x49,0x00,0x85,0x93,0x4d,0xbb,0xa0,0x14,0x00, +0x0b,0x1a,0x02,0xf9,0x33,0x0a,0xcb,0xb2,0x02,0x30,0x01,0xb0,0x00,0x6b,0xbe,0x10, +0x00,0x00,0xd1,0x49,0x00,0x5c,0x00,0x7c,0xcb,0x20,0x49,0x03,0xba,0xa7,0x04,0x90, +0xd2,0x00,0x95,0x4e,0xbc,0x00,0x04,0x94,0x90,0xd0,0x00,0x49,0x49,0x0b,0x40,0x0a, +0x44,0x90,0x1a,0xbc,0x70,0x0b,0xbb,0xbc,0x4a,0x00,0x1c,0x08,0xdb,0xbc,0x03,0xa0, +0x1c,0x0c,0x20,0x1c,0x4a,0x00,0x1c,0x2f,0x06,0xf2,0x14,0x01,0x9b,0x60,0xa2,0x00, +0x57,0x9a,0x16,0x90,0x49,0x66,0x01,0xb4,0x80,0x3a,0x09,0x9a,0x20,0x6c,0xab,0x06, +0x60,0xa2,0x6b,0x9b,0x06,0x60,0x85,0x6c,0x9b,0x10,0x6c,0x90,0x66,0x00,0x02,0x00, +0x80,0x07,0xbb,0x70,0x09,0x35,0x70,0x0c,0x05,0x03,0x00,0x99,0xad,0x9b,0xc0,0xb0, +0x00,0xa1,0xb0,0x00,0xa1,0x3c,0x06,0xf9,0x1c,0x93,0x66,0x2a,0x1b,0x66,0xa1,0x09, +0xcc,0x90,0x2a,0x66,0xa2,0xa2,0x66,0x2b,0x4b,0xb4,0x20,0x39,0x05,0xd3,0x20,0x2b, +0x5b,0xb6,0x66,0x0b,0x66,0x64,0xc6,0x66,0xa6,0x66,0xb4,0x56,0x6b,0x05,0x60,0x0b, +0x0a,0x00,0x69,0x60,0x12,0x00,0xf9,0x24,0x66,0x39,0x66,0xb1,0x6c,0x90,0x66,0xa2, +0x66,0x2b,0x09,0xaa,0xa0,0xb1,0x2a,0x0c,0x02,0xa1,0xb0,0x2a,0xa5,0x02,0xa0,0x6f, +0x00,0xb9,0x6b,0x51,0xb9,0x67,0xa6,0x69,0x66,0xa9,0x39,0x66,0x69,0x39,0x66,0x07, +0x56,0x60,0x75,0x6c,0x9c,0x56,0x60,0x75,0x66,0x07,0x50,0x2b,0x06,0x71,0x6c,0x9d, +0x46,0x60,0x84,0x66,0x08,0x05,0x00,0x1e,0x40,0x38,0x06,0x09,0xff,0x06,0x42,0x8b, +0xc9,0x05,0x70,0x02,0x00,0x0e,0xe3,0x05,0x20,0x00,0x05,0x63,0x0e,0xe0,0x10,0x00, +0x2c,0x9c,0x8a,0x60,0x85,0x0d,0x30,0xd0,0x93,0x0b,0x10,0xd0,0x08,0x00,0x40,0x2c, +0x9c,0x8b,0x60,0x18,0x00,0x00,0x04,0x00,0x09,0x26,0x06,0x51,0x66,0x07,0x46,0x60, +0x74,0x05,0x00,0xf2,0x00,0x6c,0x9c,0xa0,0x00,0x0b,0x00,0x00,0xb0,0x75,0x0b,0x17, +0x50,0xb1,0x2b,0x8d,0x93,0x0a,0x73,0x66,0x0c,0x03,0x96,0x60,0xc0,0x39,0x07,0x00, +0x88,0x6c,0x9e,0x9a,0x90,0x66,0x0c,0x03,0x80,0x04,0x00,0x80,0x6c,0x9e,0x9b,0xd1, +0x00,0x00,0x00,0x83,0x04,0x00,0xf2,0x0f,0x7b,0x70,0x00,0x05,0x70,0x00,0x05,0xc9, +0x80,0x05,0x70,0xa3,0x05,0xc9,0xb0,0x66,0x00,0x0c,0x66,0x00,0x0c,0x6b,0x98,0x0c, +0x66,0x0a,0x2c,0x6c,0x9a,0x0c,0xd6,0x07,0xf0,0x5f,0x99,0x06,0x60,0x94,0x6c,0x9b, +0x10,0x3b,0xa7,0x04,0x10,0xb1,0x04,0x9d,0x25,0x10,0xc1,0x3b,0xa7,0x00,0x66,0x1a, +0x89,0x06,0x67,0x50,0x93,0x6c,0xd3,0x07,0x56,0x67,0x50,0x93,0x66,0x1b,0x99,0x00, +0x3b,0x9c,0x47,0x60,0x84,0x1b,0xac,0x40,0xb0,0x84,0x94,0x08,0x40,0x09,0x09,0x01, +0xa9,0xa0,0x76,0x06,0x69,0xba,0xa7,0x75,0x01,0x11,0xa9,0xb2,0x17,0x29,0xfb,0x5e, +0x60,0x30,0x00,0x06,0xa7,0x10,0x00,0x3b,0x50,0x4a,0x92,0x96,0x00,0x09,0xaa,0xa4, +0x00,0x00,0x00,0x15,0xaa,0x00,0x02,0x7c,0xff,0xfe,0x00,0x0e,0xff,0xfe,0xbe,0x00, +0x0e,0xd8,0x30,0x3e,0x00,0x0e,0x30,0x00,0x05,0x00,0xe0,0x01,0x6e,0x00,0x1e,0x30, +0x4f,0xfe,0x0d,0xff,0x30,0x2d,0xf8,0x0d,0xfd,0xab,0x02,0x00,0x04,0x00,0xf0,0x31, +0x75,0xcc,0xcc,0xc6,0x7c,0x8a,0x11,0x18,0xab,0xca,0x90,0x00,0x7b,0xc9,0x4f,0xcc, +0xce,0x79,0xdb,0xa0,0x00,0x7c,0xda,0x59,0x00,0x07,0x7a,0xb9,0xfd,0xdd,0xea,0xb0, +0x34,0x23,0x44,0x44,0x3f,0xf9,0xcf,0xff,0xff,0xef,0x8b,0xff,0xff,0xe7,0x84,0x68, +0x88,0x87,0xff,0xad,0xff,0xff,0xf8,0x94,0x69,0x99,0x98,0xde,0x8a,0xee,0xee,0xdf, +0x1b,0x00,0x50,0x45,0x23,0x55,0x55,0x40,0x4a,0x05,0xf0,0x0b,0x50,0x00,0x00,0x08, +0xfd,0x23,0x00,0x08,0xfe,0x2d,0xf4,0x08,0xfe,0x20,0x5f,0xfa,0xfe,0x20,0x00,0x5f, +0xfe,0x20,0x00,0x00,0x4d,0x20,0x6e,0x05,0xf5,0x58,0x02,0x0e,0xe2,0x0c,0xf1,0x5f, +0xec,0xf8,0x00,0x6f,0xf9,0x00,0x0c,0xff,0xe2,0x0c,0xf8,0x5f,0xe0,0x98,0x00,0x5b, +0x00,0x00,0x02,0xd2,0x00,0x00,0x7b,0x3f,0x3b,0x70,0x4f,0x73,0xf3,0x8f,0x4a,0xc0, +0x3f,0x30,0xca,0xd9,0x03,0xf3,0x09,0xdb,0xb0,0x02,0x00,0xbc,0x6f,0x40,0x00,0x4f, +0x60,0xbf,0xa7,0xaf,0xb0,0x00,0x7d,0xfd,0x70,0x00,0x00,0x06,0xb6,0x00,0x00,0x31, +0xcf,0xc1,0x30,0x4f,0xff,0xff,0xff,0x47,0xff,0xb4,0xbf,0xf7,0x0d,0xf2,0x02,0xfd, +0x04,0xff,0x70,0x7f,0xf4,0x6f,0xff,0xff,0xff,0x60,0x75,0xef,0xe5,0x70,0x00,0x08, +0xf8,0xf2,0x14,0xf0,0x1e,0x01,0x00,0x00,0x00,0x2d,0xe3,0xd9,0x00,0x00,0x4e,0x97, +0xff,0x90,0x00,0x6f,0x7b,0xc6,0xfb,0x00,0x9e,0x6d,0xff,0xe6,0xdb,0x07,0x4e,0xff, +0xff,0xf5,0x80,0x05,0xff,0xa9,0xff,0x70,0x00,0x5f,0xf3,0x1f,0xf7,0x00,0x03,0xcc, +0x20,0xcc,0x1a,0x05,0x10,0x9c,0xc5,0x00,0x23,0xdf,0x60,0x05,0x00,0xf0,0x47,0x58, +0xef,0xb7,0x10,0x00,0x4f,0xff,0xfc,0x00,0x00,0x04,0xff,0xc0,0x00,0x19,0xa9,0x7c, +0x6a,0xa6,0x3f,0xff,0xfc,0xfe,0xec,0x2f,0xff,0xff,0xfc,0xbb,0x01,0xdf,0xff,0xfe, +0x20,0x00,0xba,0x22,0x22,0x8c,0x00,0x5f,0x10,0x00,0x00,0xe7,0x0e,0xb6,0x30,0x02, +0x6a,0xf0,0xff,0xfe,0x44,0xdf,0xff,0x2f,0xff,0xff,0xff,0xff,0xf2,0xcf,0xff,0xff, +0xff,0xfe,0x00,0x00,0x5b,0xda,0x43,0xd0,0x9f,0xa7,0xaf,0xbf,0x5f,0x40,0x04,0x7f, +0xf9,0x90,0x00,0xde,0xee,0x99,0x00,0xf0,0x01,0x0f,0xff,0xe0,0x00,0x9a,0xff,0x74, +0x00,0x3f,0x5f,0xdf,0x85,0x8f,0xa0,0xf3,0x6c,0xdc,0x00,0xf0,0x03,0x05,0x50,0x15, +0xf8,0xff,0xff,0x8f,0xff,0xf8,0xff,0xff,0x84,0x59,0xf8,0x00,0x09,0x70,0x00,0x14, +0x00,0xf2,0x03,0x00,0x05,0xf8,0x00,0xff,0xff,0x86,0x3f,0xff,0xf8,0x3a,0xff,0xff, +0x88,0x64,0x5a,0xf8,0x00,0x1a,0x00,0x00,0x01,0x00,0xf0,0x3b,0x06,0x10,0x00,0x00, +0x55,0x01,0x4d,0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff,0xf8,0x73,0xb3,0xd0,0xff, +0xff,0x83,0xa7,0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45,0x9f,0x80,0x5c,0x4b,0x00, +0x00,0x97,0x03,0x2d,0x30,0x00,0x00,0x00,0x08,0x40,0x00,0xbf,0xff,0xff,0xff,0xbf, +0x45,0xff,0xff,0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd,0x10,0x8f,0xfa,0x07,0x10, +0x02,0xff,0x32,0x22,0x22,0x3f,0xac,0x00,0xf2,0x12,0xc0,0x00,0x58,0x00,0x00,0x0d, +0xf1,0x00,0x05,0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc,0x0e,0xef,0xff,0xf1, +0xe6,0xff,0xff,0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0x00,0x30,0x02,0xf3,0x2b,0xe5, +0x00,0xaa,0xe5,0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed,0xff,0xfb,0xe5,0x8f, +0xfb,0xe5,0x07,0xfb,0xb3,0x00,0x67,0xb9,0x10,0x00,0x00,0xff,0xe6,0x00,0x00,0xff, +0xff,0xd3,0x00,0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xd4,0xff, +0xff,0xf7,0x00,0xff,0xfa,0x20,0x00,0xed,0x40,0x94,0x01,0xbd,0x10,0x01,0x10,0xdf, +0xf4,0x5f,0xfc,0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5,0x7f,0xfe,0x8c,0xb1, +0x2b,0xc7,0x01,0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01,0x1e,0xff,0x04,0x00, +0xf0,0x14,0xfd,0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00,0x5e,0xbf,0xc0,0x5e, +0xbf,0xfc,0x6e,0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e,0xbf,0x70,0x5e,0x76, +0x00,0x3b,0x00,0x00,0x54,0x3c,0x01,0xe0,0xff,0x40,0x00,0x00,0x4f,0xff,0xf3,0x00, +0x03,0xff,0xff,0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88,0x88,0x40,0x0d, +0xee,0xee,0xee,0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55,0x30,0x01,0x08, +0xf0,0x06,0xe0,0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c,0xe2,0x00,0x01, +0xce,0x30,0x00,0x1c,0xe0,0x00,0x01,0x11,0x02,0x51,0x5e,0x20,0x00,0x1c,0xe3,0x12, +0x00,0x14,0x1e,0x24,0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0,0x00,0x00, +0x0e,0xc0,0x04,0x00,0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10,0x00,0x04, +0xa5,0x01,0x01,0x18,0x00,0xf1,0x1d,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93,0x00,0x00, +0x7f,0x92,0x28,0xf8,0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb,0x7f,0xf1, +0x7f,0xb5,0xff,0x69,0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed,0xc5,0x00, +0x00,0x0c,0x50,0x36,0x00,0xf2,0x1e,0x5f,0x86,0xbc,0xb6,0x00,0x00,0x00,0x3d,0xf6, +0x13,0xdd,0x20,0x00,0x05,0x1b,0xde,0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff,0x3f,0xf8, +0x00,0x1e,0xf3,0x04,0xea,0xff,0x20,0x00,0x3e,0xd1,0x02,0xcf,0x60,0x00,0x00,0x18, +0xdd,0x60,0x9e,0x40,0x1c,0x09,0x14,0x10,0xf4,0x02,0x20,0x09,0xb0,0x06,0x00,0x30, +0x4f,0xf6,0x00,0xc5,0x02,0x10,0xfe,0x26,0x02,0xf0,0x0e,0xf6,0x4f,0x80,0x00,0x00, +0x0e,0xf5,0x3f,0xf2,0x00,0x00,0x8f,0xf6,0x4f,0xfa,0x00,0x02,0xff,0xfa,0x9f,0xff, +0x30,0x0b,0xff,0xf7,0x5f,0xff,0xc0,0x0e,0xab,0x02,0x60,0xf0,0x00,0x22,0x22,0x22, +0x22,0x42,0x00,0xf0,0x14,0x02,0x02,0x31,0x00,0x16,0xf3,0xff,0xd1,0x2e,0xff,0xd3, +0x4e,0x5d,0xd6,0xf3,0x00,0x1d,0xe1,0x03,0x00,0x0c,0xe5,0xa3,0xd1,0xff,0xf3,0x4f, +0xff,0xd6,0x73,0x00,0x39,0xf6,0x00,0x00,0xfe,0x00,0xf3,0x17,0x06,0x50,0x00,0x00, +0x6f,0xf5,0x00,0x06,0xf8,0xaf,0x50,0x6f,0x80,0x0a,0xf4,0x98,0x00,0x00,0xa8,0x65, +0x00,0x00,0x65,0x9f,0x50,0x06,0xf7,0x0a,0xf5,0x6f,0x80,0x00,0xaf,0xf8,0x00,0x00, +0x0a,0x80,0x91,0x00,0xf2,0x06,0x05,0xd2,0x02,0x22,0x21,0x00,0x4f,0xfe,0x3e,0xff, +0xfe,0x00,0xa9,0xea,0x60,0x00,0x3e,0x00,0x03,0xe0,0x00,0x06,0x00,0xf2,0x00,0x0a, +0x9e,0xa5,0x03,0xfe,0xee,0xa5,0xff,0xe1,0x00,0x33,0x33,0x20,0x6e,0x20,0x30,0x00, +0xad,0x8c,0xcb,0x10,0x00,0x0f,0xff,0xfd,0xaa,0xa6,0xff,0x01,0x00,0x02,0xa7,0x02, +0x20,0x01,0xa1,0x02,0x0b,0xf2,0x02,0xfd,0x10,0x00,0x01,0xdf,0xff,0xd1,0x00,0x03, +0x9d,0xfd,0x93,0x00,0x00,0x0a,0xfa,0x00,0x05,0x00,0xf0,0x00,0x89,0x88,0xf8,0x89, +0x91,0xff,0xfc,0xbc,0xee,0xf2,0xff,0xff,0xff,0xac,0xf2,0x11,0x01,0xb0,0xb7,0x00, +0x00,0x00,0x2f,0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f,0x00,0xf3,0x09,0xf9,0x00,0x00, +0x00,0x0c,0xf3,0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b,0xfc,0x00,0x0d,0xff,0xff, +0xa0,0x00,0x0a,0xff,0xa3,0x0f,0x05,0xf8,0x25,0x03,0x10,0x00,0x00,0xaf,0xe1,0x05, +0xe9,0xf5,0xe4,0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf,0xf3,0x00,0x4d,0xff,0xf9, +0x00,0xe7,0xe5,0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70,0x00,0x63,0x00,0xaf,0xfa, +0x91,0x22,0xcf,0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf,0xff,0xfe,0x04,0x00,0xf0, +0x00,0xfd,0x57,0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22,0x20,0x00,0x02,0x22,0x22, +0x02,0x02,0x82,0x90,0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05,0xc0,0x02,0xf0,0x00,0xf5, +0x6f,0xfe,0xff,0xd0,0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c,0xcc,0xcc,0xc8,0x22,0x02, +0x40,0x45,0x55,0x55,0x54,0xfb,0x00,0x00,0xdc,0x02,0x80,0x34,0x44,0x44,0x43,0x23, +0x33,0x33,0x32,0x0c,0x00,0x90,0x11,0x11,0x11,0x10,0x8c,0xcc,0xcc,0xcc,0x8e,0x39, +0x00,0xd1,0x5c,0xff,0xff,0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff,0xc5,0xa6,0xcf,0x1d, +0x03,0x01,0x0f,0x01,0xf1,0x0f,0x06,0xff,0xc0,0x00,0x9f,0xf9,0x00,0x0b,0xff,0x62, +0x00,0xdf,0xff,0xf7,0x0f,0xff,0xfe,0x10,0x11,0xaf,0x60,0x00,0x0d,0xd0,0x00,0x01, +0xf4,0x00,0x00,0x3a,0x52,0x01,0xf0,0x13,0x45,0xb9,0x52,0x00,0xff,0x8d,0xfa,0x00, +0xff,0xd9,0x96,0x00,0xff,0x6e,0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff,0x7f,0xff,0xed, +0xff,0x7f,0xff,0xfe,0x45,0x4f,0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03,0xbf,0x05,0xa0, +0x8f,0xe7,0x00,0x08,0xff,0xff,0x60,0x0d,0xff,0xff,0x25,0x03,0xf1,0x01,0xd0,0x2f, +0xff,0xff,0xf1,0xcf,0xff,0xff,0xfa,0x57,0x77,0x77,0x74,0x00,0x1e,0xd0,0x27,0x00, +0x10,0xbf,0x9c,0x00,0xf4,0x0c,0x0f,0x4b,0x3a,0xa3,0xa3,0xf2,0xfa,0xd9,0xdd,0x9d, +0x9f,0x2f,0xf0,0xa3,0x3a,0x0d,0xf2,0xfc,0xcb,0x9a,0xbc,0xcf,0x2f,0x4a,0x22,0x22, +0xa2,0xfb,0x04,0x04,0x01,0x00,0xf0,0x05,0x3a,0xa0,0x00,0x00,0x04,0xbf,0xfd,0x00, +0x00,0x5d,0xff,0xff,0x60,0x06,0xef,0xff,0xff,0xe0,0x00,0xef,0x17,0x04,0x40,0x01, +0x33,0x3f,0xff,0x4b,0x03,0x10,0xff,0x2b,0x02,0x20,0x1f,0xf1,0x2b,0x00,0x14,0xe9, +0x34,0x00,0xb2,0xde,0xed,0x63,0x0f,0xff,0xf8,0xf3,0xff,0xff,0x47,0x5f,0x49,0x04, +0x19,0xcf,0x07,0x00,0xf0,0x0f,0xb1,0x22,0x22,0x20,0x00,0x00,0x34,0x31,0x00,0x00, +0x02,0xaf,0xff,0xff,0xb4,0x00,0x7f,0xd7,0x31,0x25,0xbf,0xa0,0x98,0x01,0x57,0x62, +0x05,0xc1,0x00,0x7f,0xd2,0x01,0x91,0x00,0xa9,0x10,0x07,0xc1,0x00,0x00,0x00,0x3c, +0x53,0x03,0x21,0x6f,0xa0,0x8b,0x02,0x62,0x10,0x00,0x00,0x12,0x22,0x22,0x96,0x01, +0xa0,0xff,0xff,0x90,0xf4,0x88,0x88,0x88,0x77,0xf2,0xf7,0x03,0x03,0xfc,0x03,0xe3, +0xf5,0xaa,0xaa,0xaa,0x97,0xf3,0xee,0xee,0xee,0xee,0xef,0xb0,0x13,0x33,0x33,0x33, +0x33,0x2a,0x00,0x20,0x82,0x07,0x2a,0x00,0x20,0xf4,0x00,0x2a,0x00,0x2f,0xa2,0x07, +0x2a,0x00,0x08,0x20,0x84,0x00,0x2a,0x00,0x20,0xf9,0x00,0x2a,0x00,0x2f,0xa6,0x00, +0x2a,0x00,0x08,0x20,0x87,0x00,0x2a,0x00,0x20,0xfe,0x00,0x2a,0x00,0x2f,0xa9,0x00, +0x2a,0x00,0x08,0x20,0xf2,0x00,0x2a,0x00,0x20,0xf2,0x00,0x2a,0x00,0x02,0x0c,0x00, +0x01,0x2a,0x00,0x11,0xa0,0x2a,0x00,0x00,0x54,0x0e,0x10,0xb3,0x1b,0x00,0xf1,0x0b, +0xa8,0xf5,0x00,0x00,0x48,0x05,0x50,0x00,0x03,0x00,0xff,0xcd,0xaa,0xaa,0xad,0xd1, +0x8c,0x20,0x37,0x00,0x06,0x30,0x00,0x00,0x09,0x4d,0xfd,0x00,0x24,0x7f,0xc0,0x5c, +0x01,0xf0,0x14,0x7b,0xca,0x20,0x08,0xfe,0x6f,0xd0,0x0f,0xde,0x27,0xf4,0x2f,0x96, +0x45,0xf6,0x3f,0xf7,0x1f,0xf7,0x3f,0xd3,0x28,0xf7,0x1f,0x8d,0x54,0xf5,0x0b,0xff, +0x2e,0xf1,0x01,0xcf,0xee,0x50,0x0c,0x03,0xf6,0x04,0x56,0x9e,0xd8,0x64,0x9a,0xaa, +0xaa,0xa8,0x5d,0xdd,0xdd,0xd4,0x7f,0xac,0xda,0xf5,0x7f,0x7a,0xc7,0x04,0x00,0x82, +0x8a,0xc7,0xf5,0x4f,0xff,0xff,0xf3,0x01,0x38,0x04,0x20,0x08,0xa0,0x74,0x04,0xf2, +0x05,0xfb,0x00,0x00,0x09,0xc7,0xfc,0x00,0x00,0x9f,0xfc,0x61,0x00,0x09,0xff,0xfc, +0x10,0x00,0x9f,0xff,0xc1,0x09,0x00,0x70,0x0d,0xff,0xc1,0x00,0x00,0x0f,0xfc,0x89, +0x0d,0x01,0x82,0x00,0xfc,0x25,0x2b,0xcc,0xcc,0xcc,0xa0,0x03,0xef,0xfd,0xfe,0xef, +0xf3,0x3e,0xff,0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03,0xff,0xf4,0x6f,0xff,0xf2, +0x40,0x9f,0xf4,0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f,0xff,0xff,0xff,0xe1,0x03, +0xef,0xff,0x63,0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07,0x02,0x85,0xfb,0xcf,0xff, +0xff,0x80,0x12,0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0,0x00,0x05,0xf0,0x5f,0xe7, +0x77,0x7a,0xf0,0x81,0x02,0x21,0xe0,0x0c,0xae,0x02,0x15,0x50,0x87,0x02,0x4f,0xf8, +0x00,0xfd,0x00,0x01,0x00,0x27,0x2f,0xf5,0x00,0x01,0x00,0x29,0x14,0xf8,0x46,0x00, +0x25,0xf5,0xfb,0x14,0x00,0x2f,0xfd,0xfd,0x90,0x00,0x19,0x18,0xf0,0x47,0x00,0x0f, +0x01,0x00,0x20,0x15,0xfb,0x82,0x00,0x1e,0xf5,0x16,0x00,0x0f,0x01,0x00,0x11,0x2f, +0xfd,0xed,0x07,0x01,0x2f,0x0f,0xf8,0x00,0x20,0x08,0x39,0x00,0x70,0xf0,0xf8,0x00, +0xf0,0xf0,0xf5,0xfd,0x0e,0x01,0x20,0xf0,0xf0,0xbc,0x00,0x4f,0xfb,0xfb,0x00,0xf8, +0x14,0x01,0x19,0x62,0xf3,0xf8,0x00,0xfb,0xfb,0xf5,0xc8,0x00,0x01,0x0f,0x02,0x10, +0xfb,0x45,0x00,0x0f,0xc8,0x01,0x19,0x52,0xfd,0x00,0xfd,0xfd,0xfb,0x3a,0x01,0x01, +0xc6,0x00,0x00,0xcc,0x00,0x1f,0xff,0x45,0x01,0x19,0x43,0xf3,0x00,0xf8,0xf7,0x82, +0x00,0x5f,0xf3,0x00,0xfb,0xf5,0xf3,0xc1,0x00,0x1b,0x0c,0x4f,0x00,0x0f,0x8b,0x02, +0x28,0x0f,0x0a,0x03,0x64,0x0f,0x01,0x00,0x07,0xe1,0x05,0x00,0xfe,0x03,0x00,0xfd, +0xfe,0xfd,0xf5,0xfa,0xfb,0x00,0xf5,0xfd,0x49,0x13,0x0a,0xed,0x00,0x21,0xfe,0x02, +0x9e,0x12,0x0f,0x0d,0x01,0x08,0x10,0xfe,0x03,0x00,0x87,0xfe,0xfa,0xfd,0xfe,0xfd, +0xfa,0xfe,0xfe,0x1b,0x00,0x1f,0xfe,0x2f,0x01,0x12,0xe2,0xfb,0xfd,0xfd,0xfb,0xfe, +0x00,0xfb,0x00,0xfb,0xf6,0xfb,0xfb,0xfa,0xfa,0x18,0x02,0x18,0xfe,0x42,0x00,0x51, +0xfb,0xfe,0x00,0xfe,0xfb,0x0d,0x00,0x1f,0xee,0x41,0x00,0x02,0x93,0xf6,0xf6,0x00, +0xfd,0xf8,0xfd,0xf8,0x00,0xfa,0x50,0x00,0x30,0xf8,0x00,0xf8,0x14,0x00,0x00,0x73, +0x01,0x82,0xf8,0xf8,0xf8,0xf6,0xf8,0x00,0x00,0xf6,0x82,0x01,0x1f,0xf6,0x0d,0x01, +0x0e,0x27,0x02,0xfd,0x98,0x02,0x13,0x05,0x14,0x00,0x0e,0xfe,0x00,0x0f,0x14,0x02, +0x1d,0x1f,0xfe,0x88,0x01,0x10,0x10,0xfe,0x44,0x00,0x35,0xfe,0x02,0x03,0x74,0x00, +0x06,0x36,0x00,0x1f,0xfe,0x43,0x00,0x13,0x10,0xfe,0x02,0x00,0x30,0xfd,0xfe,0xfe, +0x48,0x00,0x0f,0x0a,0x02,0x21,0x12,0xfe,0x43,0x00,0x2f,0x02,0xfb,0x53,0x02,0x2d, +0x16,0xfe,0xc4,0x00,0x09,0x5d,0x01,0x0f,0x41,0x00,0x18,0x13,0xfe,0x2f,0x00,0x16, +0x02,0x3d,0x00,0x00,0x02,0x00,0x05,0x18,0x00,0x0f,0xe2,0x04,0x05,0x13,0xfe,0x8d, +0x01,0x23,0xfa,0xfd,0x29,0x04,0x0b,0x81,0x01,0x03,0x09,0x00,0x12,0xe5,0x43,0x04, +0x0d,0x49,0x02,0x51,0xfe,0xfd,0xf8,0xfe,0xfd,0xcb,0x02,0x31,0xfa,0x00,0x00,0x72, +0x04,0x24,0xf5,0xfa,0x1e,0x00,0x16,0xfa,0x69,0x00,0x0f,0x22,0x01,0x05,0x00,0x81, +0x00,0x32,0xfb,0xfe,0xfd,0x22,0x05,0x23,0xfb,0xfe,0xab,0x00,0x1e,0x03,0x1e,0x01, +0x03,0x59,0x06,0x0e,0x0c,0x03,0x64,0xfb,0x02,0xfe,0xfd,0x00,0xfa,0x24,0x06,0x20, +0xfd,0xfa,0x0c,0x00,0x10,0xf8,0x7c,0x00,0x60,0xfa,0xfa,0xfa,0x00,0xf5,0xf8,0xdb, +0x02,0x10,0xfa,0x0f,0x00,0x3f,0xf8,0x00,0xed,0xc3,0x00,0x03,0x10,0xfa,0x9e,0x00, +0x03,0x2b,0x05,0x00,0x21,0x00,0xf4,0x01,0xfd,0xf8,0xfa,0xf5,0xf6,0xfb,0xf8,0xfa, +0xfb,0xfa,0xf6,0xfa,0xfa,0xf6,0xfa,0xf6,0xc9,0x00,0x1f,0xf6,0xc3,0x00,0x05,0x04, +0x9b,0x05,0x10,0xf8,0x02,0x01,0x09,0xa6,0x05,0x1f,0xfb,0x20,0x05,0x18,0x01,0x84, +0x00,0x0e,0xe6,0x05,0x01,0xfd,0x00,0x1f,0xfd,0x64,0x05,0x1b,0x1f,0x03,0x8f,0x02, +0x2d,0x0e,0x31,0x02,0x0f,0x53,0x00,0x0c,0x00,0x91,0x04,0x10,0xfb,0x3c,0x01,0x7f, +0xf2,0x00,0x00,0xfa,0xf5,0xfe,0xfa,0xf7,0x07,0x20,0x11,0xfe,0xb2,0x04,0x04,0x87, +0x01,0x02,0x08,0x00,0x13,0x02,0xcd,0x04,0x0f,0x19,0x04,0x10,0x50,0xfb,0xfa,0xfd, +0x00,0xfa,0x07,0x03,0x00,0xfc,0x01,0x19,0xfb,0x80,0x02,0x2f,0xfa,0xfe,0x9a,0x03, +0x2e,0x02,0xd7,0x05,0x0f,0xc8,0x06,0x1b,0x11,0xfd,0x7b,0x00,0x11,0xfe,0x07,0x00, +0x11,0xfd,0x4a,0x00,0x8f,0xfd,0xfe,0xfb,0xfb,0xfb,0x00,0xfe,0xfd,0x7b,0x00,0x15, +0x10,0xfe,0x04,0x00,0x11,0xfe,0x01,0x02,0x02,0xaa,0x04,0x21,0xfd,0xfe,0xdc,0x00, +0x0e,0xd7,0x05,0x0f,0x82,0x00,0x08,0x14,0xfd,0x42,0x02,0x16,0xfd,0xbe,0x00,0x1f, +0xfe,0x18,0x09,0x2b,0x0f,0x98,0x04,0x1a,0x22,0x00,0xfd,0xf2,0x00,0x13,0xfb,0xe7, +0x01,0x0e,0x0c,0x04,0x0f,0x8b,0x02,0x1b,0x00,0xd3,0x04,0x1f,0x03,0xc1,0x01,0x1b, +0x01,0x3e,0x01,0x04,0xae,0x05,0x00,0x57,0x01,0x1f,0xfb,0xc8,0x01,0x18,0x23,0x03, +0x03,0x4c,0x05,0x00,0x7b,0x00,0x00,0x09,0x00,0x2e,0x02,0x02,0x9c,0x05,0x0f,0xd0, +0x00,0x1e,0x1f,0xfd,0x84,0x02,0x1f,0x1f,0xfe,0x18,0x06,0x21,0x07,0xb5,0x01,0x02, +0x49,0x02,0x04,0xcb,0x02,0x0f,0x86,0x02,0x16,0x0a,0xb6,0x08,0x29,0x00,0xfb,0x41, +0x00,0x1f,0xfe,0x57,0x04,0x22,0x03,0x08,0x00,0x02,0x9a,0x06,0x1f,0xf0,0x03,0x01, +0x16,0x35,0xfb,0xfe,0x05,0x89,0x00,0x16,0xfe,0x04,0x01,0x1f,0xf2,0x41,0x00,0x13, +0x10,0x02,0x41,0x00,0x14,0x02,0xbd,0x00,0x01,0x5c,0x03,0x04,0x65,0x03,0x0f,0xcb, +0x02,0x18,0x07,0xbd,0x01,0x04,0x10,0x04,0x1f,0xfe,0xcf,0x03,0x18,0x02,0xa8,0x07, +0x03,0xb1,0x07,0x00,0x0c,0x00,0x0f,0x19,0x0b,0x1e,0x08,0x41,0x00,0x0f,0xd1,0x04, +0x2b,0x1f,0xfe,0xc5,0x02,0x27,0x09,0x63,0x0b,0x1f,0xf6,0x49,0x02,0x1d,0x14,0x02, +0x92,0x04,0x15,0x02,0x56,0x02,0x2f,0x00,0xfe,0xcb,0x02,0x1b,0x04,0x80,0x01,0x02, +0x41,0x00,0x15,0xfd,0x45,0x17,0x0e,0x3b,0x04,0x0c,0xc4,0x06,0x15,0x04,0xa9,0x0a, +0xa8,0x06,0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x25,0x00,0x17,0x0c,0x0c, +0x00,0x8f,0x0d,0x00,0x00,0x00,0x0e,0x0d,0x00,0x0e,0x88,0x00,0x04,0xf0,0x28,0x0f, +0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x00,0x00,0x17,0x18,0x19,0x00,0x1a,0x00,0x1b, +0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x00,0x00,0x22,0x00,0x23,0x24,0x25,0x00,0x26,0x27, +0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x00,0x00,0x2e,0x2f,0x30,0x00,0x31,0x00,0x32,0x33, +0x34,0x35,0x36,0x37,0x38,0x00,0xd2,0x1d,0x3f,0x3a,0x3b,0x3c,0x87,0x0c,0x2e,0x18, +0x01,0xeb,0x00,0x24,0x03,0x02,0xdb,0x00,0x00,0xde,0x00,0x12,0x06,0x26,0x13,0x09, +0x2f,0x00,0x11,0x08,0x75,0x15,0x55,0x00,0x0a,0x0b,0x00,0x09,0xeb,0x00,0x41,0x0d, +0x00,0x0e,0x0f,0x4e,0x14,0x00,0xe9,0x00,0x50,0x11,0x12,0x13,0x0d,0x00,0xcf,0x00, +0x1f,0x17,0x71,0x00,0x04,0xf0,0x0b,0x18,0x00,0x00,0x00,0x19,0x00,0x1a,0x1b,0x00, +0x00,0x00,0x1c,0x1d,0x00,0x1e,0x1f,0x00,0x20,0x21,0x22,0x23,0x24,0x00,0x25,0x00, +0x00,0xc9,0x1f,0x03,0xee,0x00,0x41,0x2e,0x2f,0x30,0x31,0xea,0x00,0xff,0x02,0x32, +0x37,0x38,0x39,0x3a,0x3b,0x3c,0x2b,0x3d,0x2b,0x32,0x3e,0x3f,0x3f,0x40,0x30,0x41, +0xea,0x00,0x27,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1040, .range_length = 26, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1067, .range_length = 37, .glyph_id_start = 140, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1105, .range_length = 62546, .glyph_id_start = 177, .list_length = 63, .type = 3, .unicode_list = 1920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[12168] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_XS_s = { +.uncomp_size = 11808, +.comp_size = 7225, +.line_height = 11, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 60, +.right_class_cnt = 65, +.glyph_bitmap = 2046, +.class_pair_values = 7428, +.left_class_mapping = 11328, +.right_class_mapping = 11568, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 12168, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_9.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_XXS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_9.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_XXS.c index e40c1c92dd9..7f939ff61b2 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_9.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_XXS.c @@ -468,7 +468,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[12168] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_9 = { +const etxLz4Font lv_font_arimo_ru_XXS = { .uncomp_size = 11808, .comp_size = 7225, .line_height = 11, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_XXS_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_XXS_s.c new file mode 100644 index 00000000000..405ced8b4e0 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_XXS_s.c @@ -0,0 +1,432 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x24,0x40,0x02,0x08,0x00,0xf0,0x06,0x02,0x05,0x00,0x00,0x05, +0x00,0xd0,0x02,0x03,0x02,0x00,0x03,0x08,0x00,0x70,0x04,0x05,0x05,0x00,0x00,0x15, +0x08,0x00,0xf3,0x15,0x06,0x00,0xff,0x24,0x00,0x20,0x07,0x07,0x05,0x00,0x00,0x36, +0x00,0x50,0x05,0x06,0x05,0x00,0x00,0x45,0x00,0x80,0x01,0x02,0x02,0x00,0x03,0x47, +0x00,0xb0,0x02,0x03,0x07,0x00,0xfe,0x52,0x08,0x00,0xf0,0x02,0x5d,0x00,0x20,0x03, +0x03,0x03,0x00,0x02,0x62,0x00,0xb0,0x04,0x05,0x04,0x00,0x01,0x6c,0x58,0x00,0x40, +0x02,0x00,0xff,0x6e,0x20,0x00,0x40,0x01,0x00,0x01,0x70,0x10,0x00,0xc3,0x01,0x00, +0x00,0x71,0x00,0x40,0x02,0x03,0x05,0x00,0x00,0x79,0x68,0x00,0x13,0x86,0x08,0x00, +0x13,0x93,0x08,0x00,0x13,0xa0,0x08,0x00,0x13,0xad,0x08,0x00,0x13,0xba,0x08,0x00, +0x13,0xc7,0x08,0x00,0x13,0xd4,0x08,0x00,0x13,0xe1,0x08,0x00,0x13,0xee,0x08,0x00, +0x10,0xfb,0x60,0x00,0x42,0x04,0x00,0x00,0xff,0xd0,0x00,0x41,0xff,0x04,0x01,0xb0, +0x18,0x00,0x10,0x11,0x08,0x00,0x43,0x03,0x00,0x01,0x19,0x10,0x00,0x22,0x26,0x01, +0x30,0x00,0xa2,0x33,0x01,0x20,0x08,0x08,0x06,0x00,0xff,0x4b,0x01,0xd8,0x00,0x40, +0x5a,0x01,0x50,0x05,0x18,0x00,0x31,0x67,0x01,0xc0,0x10,0x00,0x13,0x76,0x08,0x00, +0x13,0x85,0x18,0x00,0x31,0x92,0x01,0xe0,0x38,0x00,0x40,0x9f,0x01,0x40,0x06,0x18, +0x00,0x13,0xae,0x20,0x00,0x22,0xbd,0x01,0x40,0x01,0x93,0xc2,0x01,0x00,0x04,0x04, +0x05,0x00,0x00,0xcc,0x50,0x00,0x13,0xdb,0x68,0x00,0x40,0xe8,0x01,0xb0,0x06,0x40, +0x01,0x13,0xfa,0x30,0x00,0x22,0x09,0x02,0x40,0x00,0x22,0x18,0x02,0x58,0x00,0x10, +0x25,0x10,0x00,0x52,0x07,0x00,0xfe,0x3a,0x02,0x20,0x00,0x13,0x49,0x18,0x00,0x22, +0x56,0x02,0x70,0x00,0x13,0x63,0x18,0x00,0x22,0x72,0x02,0x58,0x00,0x93,0x81,0x02, +0x90,0x07,0x08,0x05,0x00,0x00,0x95,0x10,0x00,0x13,0xa4,0x08,0x00,0x13,0xb3,0x30, +0x00,0x31,0xc0,0x02,0x40,0x90,0x01,0x22,0xcb,0x02,0x68,0x01,0xf1,0x0b,0xd3,0x02, +0x40,0x02,0x02,0x07,0x00,0xfe,0xda,0x02,0xc0,0x03,0x04,0x03,0x00,0x02,0xe0,0x02, +0x70,0x04,0x06,0x01,0xff,0xfe,0xe3,0x02,0x98,0x01,0x40,0x04,0xe5,0x02,0x70,0xb0, +0x01,0x32,0x00,0xef,0x02,0xb0,0x00,0xb1,0xfc,0x02,0x00,0x04,0x04,0x04,0x00,0x00, +0x04,0x03,0x70,0xd0,0x00,0x22,0x0e,0x03,0x20,0x00,0x22,0x18,0x03,0x50,0x00,0x10, +0x20,0x18,0x00,0x43,0x06,0x00,0xfe,0x2c,0x20,0x00,0x40,0x36,0x03,0xc0,0x01,0x00, +0x01,0xb1,0x3b,0x03,0xc0,0x01,0x03,0x07,0xff,0xfe,0x46,0x03,0x00,0x48,0x00,0x13, +0x53,0x18,0x00,0xb1,0x58,0x03,0xb0,0x06,0x07,0x04,0x00,0x00,0x66,0x03,0x70,0x58, +0x00,0x13,0x6e,0x50,0x00,0x21,0x78,0x03,0x60,0x02,0x23,0xfe,0x87,0x50,0x00,0x31, +0x93,0x03,0xb0,0x60,0x00,0x22,0x9b,0x03,0x80,0x00,0x13,0xa3,0x70,0x00,0x13,0xab, +0x38,0x00,0x13,0xb3,0x18,0x00,0x93,0xbb,0x03,0xc0,0x05,0x07,0x04,0xff,0x00,0xc9, +0x10,0x00,0x31,0xd1,0x03,0x00,0x40,0x00,0x13,0xdd,0x10,0x00,0x22,0xe5,0x03,0x90, +0x02,0x31,0xf0,0x03,0x10,0xf8,0x00,0x13,0xf7,0x10,0x00,0xf3,0x02,0x02,0x04,0xb0, +0x04,0x05,0x01,0x00,0x02,0x05,0x04,0x00,0x08,0x08,0x07,0x00,0x00,0x21,0x08,0x00, +0x93,0x3d,0x04,0x00,0x08,0x07,0x07,0x00,0x00,0x56,0x08,0x00,0x13,0x6f,0x18,0x00, +0x93,0x8b,0x04,0x00,0x08,0x06,0x08,0x01,0xff,0xa3,0x10,0x00,0x13,0xbf,0x20,0x00, +0x13,0xd8,0x18,0x00,0x13,0xf0,0x08,0x00,0xa2,0x08,0x05,0x00,0x08,0x06,0x07,0x01, +0x00,0x1d,0x05,0x10,0x00,0x40,0x35,0x05,0x80,0x07,0x10,0x00,0x22,0x4a,0x05,0x38, +0x00,0x13,0x66,0x20,0x00,0x20,0x7b,0x05,0x40,0x00,0x33,0x01,0x00,0x94,0x10,0x00, +0x30,0xa9,0x05,0x30,0x30,0x03,0x42,0x03,0xae,0x05,0x50,0x48,0x02,0x21,0x05,0x40, +0xf8,0x01,0x22,0xca,0x05,0x00,0x02,0x31,0xd7,0x05,0x50,0x48,0x01,0x40,0xe4,0x05, +0x70,0x05,0x20,0x02,0x13,0xf9,0x18,0x00,0x31,0x06,0x06,0x60,0x00,0x02,0x31,0x1a, +0x06,0xd0,0x20,0x00,0x22,0x27,0x06,0x20,0x02,0x30,0x36,0x06,0xc0,0x28,0x00,0x32, +0x00,0x4b,0x06,0xe8,0x02,0x22,0x58,0x06,0x50,0x00,0x22,0x65,0x06,0x80,0x02,0x13, +0x77,0x28,0x00,0x22,0x86,0x06,0x80,0x02,0x13,0x95,0x10,0x00,0x22,0xa4,0x06,0x58, +0x00,0x13,0xb1,0x10,0x00,0x22,0xc0,0x06,0x48,0x02,0x31,0xcd,0x06,0x10,0x10,0x00, +0x31,0xdc,0x06,0x10,0x30,0x00,0x22,0xeb,0x06,0xa8,0x00,0x31,0xfa,0x06,0xf0,0x90, +0x00,0x22,0x0f,0x07,0x38,0x00,0x31,0x1c,0x07,0x50,0x20,0x04,0xb1,0x2e,0x07,0x80, +0x07,0x08,0x07,0x00,0xfe,0x4a,0x07,0x10,0x10,0x00,0x22,0x5c,0x07,0x80,0x00,0x22, +0x69,0x07,0x58,0x00,0x40,0x78,0x07,0x10,0x08,0xb8,0x00,0x13,0x8c,0x10,0x00,0x22, +0x9b,0x07,0x08,0x02,0x30,0xa5,0x07,0x90,0x08,0x02,0x41,0x00,0xb4,0x07,0x40,0xc0, +0x01,0xb1,0xbc,0x07,0xf0,0x02,0x03,0x04,0x00,0x00,0xc2,0x07,0xb0,0x20,0x02,0x13, +0xd1,0x28,0x00,0xd0,0xdb,0x07,0x60,0x05,0x06,0x04,0x00,0x00,0xe7,0x07,0xb0,0x03, +0x04,0xb0,0x02,0x21,0x07,0x80,0x30,0x00,0x30,0xf7,0x07,0x80,0x00,0x02,0x41,0x00, +0x03,0x08,0x80,0x18,0x00,0x31,0x0b,0x08,0xb0,0x30,0x00,0x40,0x15,0x08,0x80,0x05, +0x08,0x00,0x22,0x1f,0x08,0x40,0x02,0x22,0x27,0x08,0x48,0x00,0x31,0x31,0x08,0x50, +0x10,0x00,0x22,0x39,0x08,0x80,0x02,0x22,0x48,0x08,0x38,0x02,0x22,0x50,0x08,0x58, +0x00,0x22,0x58,0x08,0x50,0x02,0x93,0x64,0x08,0x90,0x06,0x07,0x07,0x00,0xfe,0x7d, +0x20,0x00,0x31,0x85,0x08,0x90,0x30,0x00,0x31,0x94,0x08,0x30,0x10,0x00,0x40,0x9c, +0x08,0x70,0x06,0x90,0x00,0x10,0xa8,0x28,0x00,0x61,0x06,0x00,0xfe,0xbd,0x08,0x00, +0x70,0x00,0x31,0xc7,0x08,0xc0,0xa8,0x00,0x13,0xd3,0x28,0x00,0x31,0xdb,0x08,0x10, +0x08,0x00,0x31,0xe3,0x08,0x00,0x30,0x00,0x13,0xef,0x80,0x00,0x22,0xf7,0x08,0x70, +0x03,0xb1,0x04,0x09,0xd0,0x02,0x03,0x03,0x00,0x01,0x09,0x09,0x60,0x10,0x00,0xb0, +0x16,0x09,0x00,0x08,0x08,0x09,0x00,0xff,0x3a,0x09,0x00,0xa0,0x04,0x20,0x00,0x52, +0x08,0x00,0x43,0x08,0x00,0xff,0x72,0x10,0x00,0x93,0x8a,0x09,0x80,0x05,0x06,0x06, +0x00,0x00,0x9c,0x18,0x00,0x13,0xbc,0x08,0x00,0xa2,0xdc,0x09,0x00,0x09,0x09,0x08, +0x00,0xff,0x00,0x0a,0x10,0x00,0x90,0x20,0x0a,0x00,0x09,0x09,0x06,0x00,0x00,0x3b, +0x10,0x00,0xe0,0x0a,0x00,0xfe,0x63,0x0a,0x00,0x04,0x04,0x07,0x00,0xff,0x71,0x0a, +0x00,0x70,0x04,0x32,0xff,0x86,0x0a,0x30,0x00,0x22,0xaa,0x0a,0x58,0x00,0xf3,0x12, +0xc2,0x0a,0x80,0x05,0x06,0x08,0x00,0xff,0xda,0x0a,0x00,0x07,0x05,0x08,0x01,0xff, +0xee,0x0a,0x00,0x07,0x07,0x0a,0x00,0xfe,0x11,0x0b,0x00,0x07,0x07,0x08,0x00,0xff, +0x2d,0x08,0x00,0x22,0x49,0x0b,0x20,0x00,0xf3,0x02,0x5d,0x0b,0x00,0x07,0x09,0x08, +0xff,0xff,0x81,0x0b,0x00,0x05,0x05,0x08,0x00,0xff,0x95,0x08,0x00,0x13,0xa9,0x28, +0x00,0x10,0xc5,0x08,0x00,0x52,0x02,0x00,0x02,0xcc,0x0b,0x88,0x00,0xc0,0xe7,0x0b, +0x00,0x0a,0x0b,0x08,0xff,0xff,0x13,0x0c,0x00,0x09,0x08,0x00,0x22,0x3f,0x0c,0xa8, +0x00,0x93,0x5f,0x0c,0x00,0x07,0x07,0x06,0x00,0x00,0x74,0x08,0x00,0xa2,0x89,0x0c, +0x00,0x0a,0x0b,0x07,0xff,0xff,0xb0,0x0c,0x98,0x00,0x13,0xc8,0x28,0x00,0xc0,0xe8, +0x0c,0x00,0x08,0x09,0x09,0xff,0xff,0x11,0x0d,0x00,0x07,0x10,0x00,0x22,0x31,0x0d, +0x68,0x00,0x13,0x4d,0x08,0x00,0x13,0x69,0x08,0x00,0x22,0x85,0x0d,0x38,0x00,0x93, +0x9d,0x0d,0x00,0x05,0x07,0x08,0xff,0xff,0xb9,0x18,0x00,0x13,0xd5,0x08,0x00,0x22, +0xf1,0x0d,0x90,0x00,0xc0,0x0c,0x0e,0x00,0x08,0x0a,0x0a,0xff,0xfe,0x3e,0x0e,0x00, +0x06,0xf8,0x00,0x90,0x56,0x0e,0x00,0x0a,0x0a,0x08,0x00,0xff,0x7e,0x08,0x00,0x00, +0x60,0x01,0x03,0x08,0x00,0x13,0xba,0x08,0x00,0x13,0xd8,0x08,0x00,0x13,0xf6,0x08, +0x00,0x20,0x14,0x0f,0xd0,0x00,0x42,0x00,0xff,0x40,0x0f,0x58,0x00,0x13,0x5c,0x08, +0x00,0x21,0x78,0x0f,0xa8,0x00,0x32,0xfe,0xa1,0x0f,0x28,0x00,0x40,0xbf,0x0f,0x00, +0x06,0x18,0x00,0x60,0xdb,0x0f,0x10,0x08,0x09,0x06,0x70,0x07,0xf0,0xff,0x0f,0xd1, +0x1b,0x14,0x1e,0xb0,0xeb,0xb7,0xeb,0xba,0xeb,0xbb,0xeb,0xbc,0xeb,0xc0,0xeb,0xc2, +0xeb,0xc4,0xeb,0xc8,0xeb,0xcb,0xeb,0xd0,0xeb,0xd5,0xeb,0xd6,0xeb,0xd7,0xeb,0xed, +0xeb,0xf2,0xeb,0xf7,0xeb,0xfa,0xeb,0xfb,0xeb,0xfc,0xeb,0x00,0xec,0x01,0xec,0x02, +0xec,0x03,0xec,0x16,0xec,0x17,0xec,0x1d,0xec,0x1f,0xec,0x20,0xec,0x23,0xec,0x26, +0xec,0x27,0xec,0x28,0xec,0x2a,0xec,0x42,0xec,0x44,0xec,0x73,0xec,0x74,0xec,0x76, +0xec,0x78,0xec,0x8f,0xec,0x96,0xec,0x99,0xec,0xa2,0xec,0xcb,0xec,0xd3,0xec,0x0a, +0xed,0x9a,0xed,0xef,0xed,0xf0,0xed,0xf1,0xed,0xf2,0xed,0xf3,0xed,0x36,0xee,0x42, +0xee,0x9c,0xee,0xb3,0xee,0x09,0xf1,0x71,0xf3,0x51,0xf4,0x47,0x37,0x36,0x14,0x35, +0xa3,0x75,0x14,0x06,0x07,0x04,0xa6,0xa2,0x06,0x15,0x07,0x88,0x71,0x50,0x60,0x00, +0x59,0xca,0x09,0x37,0x20,0x07,0xc8,0x04,0x07,0x74,0x69,0xca,0x10,0x03,0x00,0x67, +0x70,0x44,0x09,0x09,0x1a,0x74,0x37,0x49,0x90,0x90,0x06,0x29,0x09,0x03,0x60,0x46, +0x60,0x06,0x89,0x00,0x09,0x39,0x00,0x2a,0xa0,0x50,0xa0,0x78,0x50,0x59,0x8a,0x81, +0x91,0x50,0x07,0x31,0x90,0x65,0x07,0x30,0x65,0x01,0x90,0x07,0x40,0x82,0x00,0xa0, +0x0a,0x00,0x82,0x0a,0x00,0xa0,0x82,0x00,0x27,0x24,0xd5,0x32,0x30,0x00,0x50,0x00, +0x09,0x00,0x58,0xc8,0x20,0x09,0x00,0x36,0x15,0x59,0x20,0x36,0x08,0x10,0x90,0x36, +0x08,0x10,0xa0,0x00,0x2a,0x97,0x08,0x20,0xb0,0xa0,0x09,0x18,0x20,0xa0,0x2a,0x96, +0x00,0x08,0xb0,0x01,0x0b,0x00,0x00,0xb0,0x00,0x0b,0x00,0x38,0xd8,0x00,0x2a,0x98, +0x02,0x10,0xb0,0x00,0x75,0x00,0x93,0x00,0x7b,0x88,0x00,0x3a,0x0d,0x00,0xf0,0xd9, +0x03,0xb7,0x03,0x00,0xb0,0x4a,0x99,0x00,0x00,0xa7,0x00,0x77,0x70,0x36,0x37,0x09, +0x89,0xb1,0x00,0x37,0x00,0x5b,0x97,0x07,0xa8,0x40,0x10,0x0b,0x03,0x10,0xb0,0x3a, +0x97,0x00,0x09,0x86,0x06,0x88,0x50,0x94,0x0b,0x07,0x40,0xa0,0x1a,0x97,0x00,0x59, +0x9d,0x00,0x04,0x60,0x00,0xa0,0x00,0x46,0x00,0x08,0x30,0x00,0x29,0x88,0x06,0x40, +0xb0,0x1c,0xa7,0x09,0x20,0xa0,0x49,0x89,0x00,0x3a,0x86,0x08,0x20,0xb0,0x19,0x7c, +0x02,0x10,0xc0,0x2b,0x95,0x00,0x36,0x00,0x00,0x36,0x36,0x00,0x00,0x35,0x15,0x00, +0x00,0x10,0x38,0x81,0x88,0x00,0x00,0x59,0x60,0x00,0x02,0x10,0x58,0x88,0x20,0x00, +0x00,0x58,0x88,0x20,0x20,0x00,0x03,0x87,0x10,0x00,0x1c,0x32,0x88,0x30,0x30,0x00, +0x00,0x3b,0xa9,0x04,0x10,0xa1,0x00,0x67,0x00,0x16,0x00,0x03,0x50,0x00,0x00,0x77, +0x77,0x50,0x09,0x39,0x8b,0x63,0x45,0xa0,0x0a,0x26,0x53,0xa0,0x57,0x53,0x19,0x57, +0x38,0x60,0x01,0x77,0x76,0x00,0x00,0xe5,0x00,0x06,0x6b,0x00,0x0c,0x09,0x30,0x4c, +0x89,0xa0,0xb1,0x00,0xa1,0x5b,0x9a,0x45,0x60,0x38,0x5b,0x8b,0x35,0x60,0x0c,0x5b, +0x89,0x70,0x09,0x9a,0x90,0x67,0x00,0x31,0x93,0x00,0x00,0x67,0x00,0x32,0x08,0xa9, +0x90,0x5b,0x99,0x50,0x56,0x00,0xa2,0x56,0x00,0x65,0x56,0x00,0xa2,0x5b,0x8a,0x60, +0x5b,0x99,0x75,0x60,0x00,0x5b,0x99,0x55,0x05,0x00,0x13,0x90,0x08,0x00,0xf1,0x06, +0x45,0x60,0x00,0x56,0x00,0x00,0x08,0x99,0xa1,0x56,0x00,0x11,0x83,0x06,0x97,0x67, +0x00,0x1a,0x08,0x98,0x92,0x35,0x00,0x42,0xa2,0x5c,0x99,0xd2,0x09,0x00,0x10,0x47, +0x01,0x00,0xf0,0x0d,0x03,0xb6,0x00,0x56,0x00,0x56,0x40,0x56,0x6a,0xb1,0x56,0x07, +0x60,0x56,0x85,0x00,0x5c,0xb1,0x00,0x56,0x2b,0x00,0x56,0x03,0xa0,0x56,0x00,0x05, +0x44,0x00,0x10,0x05,0x4e,0x00,0xf0,0x22,0x10,0x5d,0x00,0x2f,0x05,0xb4,0x08,0xb0, +0x55,0xa0,0x9a,0x05,0x58,0x83,0xa0,0x55,0x2c,0x0a,0x00,0x5d,0x00,0x82,0x58,0x80, +0x82,0x55,0x74,0x82,0x55,0x0a,0x92,0x55,0x02,0xe2,0x09,0x99,0xa1,0x66,0x00,0x3a, +0x93,0x00,0x0c,0x67,0x00,0x39,0x08,0xa9,0xa1,0x93,0x00,0x32,0x0b,0x5b,0x88,0x86, +0x00,0x07,0x1c,0x00,0xd0,0x2a,0x09,0x99,0x90,0x00,0x0b,0x00,0x00,0x07,0x91,0x5b, +0x99,0xa0,0xbe,0x00,0xf2,0x09,0x8b,0x60,0x56,0x06,0x60,0x56,0x00,0xb1,0x1a,0x89, +0x64,0x80,0x02,0x05,0x99,0x42,0x10,0x0c,0x3a,0x89,0x70,0x79,0xe9,0x60,0xd0,0x01, +0x00,0x05,0x00,0x32,0x65,0x00,0x92,0x03,0x00,0xf0,0x02,0x57,0x00,0xb1,0x08,0x89, +0x60,0xb1,0x00,0xa1,0x47,0x02,0x90,0x0b,0x08,0x20,0x06,0x6a,0xbd,0x09,0xf0,0x1f, +0xb0,0x0b,0x40,0x65,0x74,0x09,0x90,0xa1,0x29,0x54,0xa0,0xa0,0x0b,0x90,0x68,0x60, +0x08,0xa0,0x2f,0x10,0x48,0x03,0x90,0x07,0x6a,0x00,0x00,0xd5,0x00,0x09,0x2a,0x10, +0x66,0x01,0xa0,0x75,0x01,0xb0,0x0a,0x1a,0x20,0x01,0xd5,0x00,0x00,0xb0,0x03,0x00, +0xf0,0x03,0x49,0x9d,0x50,0x03,0x90,0x02,0xa0,0x01,0xa1,0x00,0xab,0x99,0x50,0x69, +0x16,0x40,0x64,0x06,0x03,0x00,0xc0,0x69,0x10,0xa0,0x08,0x10,0x36,0x00,0x90,0x08, +0x10,0x7a,0x0a,0x01,0x00,0xf0,0x38,0x7a,0x05,0x30,0x17,0x90,0x90,0x36,0x07,0x77, +0x74,0x27,0x00,0x39,0x87,0x02,0x87,0xc0,0x92,0x0c,0x05,0x97,0xa3,0x74,0x00,0x07, +0x98,0x90,0x75,0x0a,0x07,0x40,0xa0,0x79,0x79,0x00,0x29,0x95,0x92,0x02,0x92,0x02, +0x2a,0x95,0x00,0x0b,0x3a,0x7c,0x92,0x0c,0x92,0x0c,0x3a,0x7c,0x29,0x88,0x09,0x88, +0xa0,0x93,0x01,0x02,0xa8,0x80,0x2a,0x19,0xa1,0x46,0x04,0x60,0x46,0x00,0x1a,0x00, +0xe0,0x91,0x0c,0x4a,0x7c,0x11,0x0b,0x2a,0x96,0x74,0x00,0x79,0x89,0x74,0x0b,0x02, +0x00,0xa0,0x42,0x73,0x73,0x73,0x73,0x04,0x20,0x73,0x07,0x30,0x03,0x00,0xf0,0x01, +0x1b,0x10,0x74,0x00,0x07,0x46,0x60,0x79,0x70,0x07,0x8a,0x00,0x74,0x39,0x00,0x74, +0x01,0x00,0xf2,0x01,0x78,0x89,0x6b,0x07,0x40,0xb0,0x92,0x74,0x0b,0x09,0x27,0x40, +0xb0,0x92,0x78,0x79,0x38,0x00,0xf4,0x0a,0x29,0x88,0x09,0x20,0xa0,0x92,0x0b,0x02, +0x98,0x70,0x78,0x79,0x07,0x40,0xa0,0x75,0x0a,0x07,0x97,0x90,0x73,0x00,0x07,0x40, +0x00,0x81,0x00,0xf2,0x53,0x00,0x0b,0x00,0x0b,0x00,0x07,0x94,0x75,0x07,0x40,0x74, +0x00,0x59,0x95,0x69,0x30,0x01,0x69,0x68,0x86,0x45,0x09,0xa0,0x65,0x06,0x50,0x3a, +0x10,0x73,0x0b,0x73,0x0b,0x73,0x0c,0x3a,0x7b,0xb0,0x0b,0x64,0x56,0x09,0xa0,0x09, +0x80,0x0a,0x09,0x60,0x90,0x91,0x88,0x45,0x04,0x86,0x89,0x10,0x0e,0x15,0xb0,0x74, +0x47,0x09,0x90,0x0a,0xa0,0x83,0x38,0xb0,0x0b,0x65,0x46,0x0a,0x91,0x09,0x90,0x06, +0x40,0x69,0x00,0x48,0xc6,0x02,0xa0,0x0b,0x10,0x9a,0x84,0x0b,0x40,0xa0,0x19,0x0a, +0x40,0x19,0x00,0xa0,0x0b,0x40,0x45,0x01,0x00,0x10,0x77,0xa5,0x03,0x61,0x95,0x0a, +0x00,0xa0,0x77,0x00,0xf1,0x02,0xf0,0x06,0x20,0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa, +0xa5,0x90,0x18,0x00,0x00,0x86,0x1d,0xaa,0x93,0xa0,0x00,0x00,0xba,0x0b,0x0c,0x20, +0x00,0x00,0x15,0x0c,0xf0,0x24,0x4f,0x00,0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00, +0x18,0x05,0x76,0xaa,0xb8,0x00,0x6e,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x07,0x20, +0x00,0x08,0x7b,0x10,0x08,0x60,0x1b,0x11,0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a, +0x09,0x10,0x00,0xaa,0xd1,0x00,0x00,0x6a,0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e, +0x8d,0x08,0x94,0x0a,0x60,0x1c,0x30,0x0b,0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01, +0x20,0x00,0x00,0x08,0x80,0x00,0x00,0x26,0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60, +0x04,0x40,0x08,0x00,0x00,0x80,0x2b,0x77,0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07, +0x44,0x0c,0xa8,0x70,0x48,0x67,0x60,0x73,0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01, +0x55,0x00,0x00,0x14,0x41,0x00,0x03,0x5c,0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00, +0x00,0x91,0x0a,0x00,0x02,0xa0,0x06,0x93,0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90, +0x8a,0xb6,0x70,0x0a,0x17,0x21,0x70,0x76,0x60,0x2e,0x06,0xf0,0x56,0x70,0x44,0x00, +0x36,0x00,0x46,0x65,0x00,0x00,0x76,0x66,0x02,0x40,0x16,0x07,0x00,0x70,0x1b,0x5a, +0x30,0x70,0x97,0x50,0x73,0x60,0x60,0x54,0x07,0x20,0x03,0x61,0x00,0x00,0x65,0x00, +0x00,0x55,0x00,0x55,0xba,0x80,0x51,0x55,0x50,0x51,0x55,0x50,0x50,0x00,0x50,0x15, +0xed,0x40,0x00,0x88,0x00,0x00,0x29,0xa5,0xb6,0xe5,0x32,0x67,0xb0,0x00,0x60,0x56, +0x00,0x7a,0x70,0x00,0xb6,0xd3,0x11,0x00,0x4b,0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa, +0x68,0x68,0xeb,0x64,0x30,0x06,0x6a,0x70,0x06,0x65,0x30,0x06,0x8d,0xb5,0x58,0x11, +0x11,0x10,0xfa,0x00,0xf0,0x1e,0xfd,0x70,0x70,0x66,0x16,0x72,0x69,0x17,0xbb,0x59, +0x9a,0xc9,0x00,0xb5,0x03,0x67,0x20,0x00,0x64,0x00,0x00,0x0c,0xff,0x40,0x00,0x0f, +0xff,0xaf,0xd0,0x05,0xff,0x9f,0xf0,0x07,0x6c,0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a, +0xba,0xaa,0xa0,0xe6,0x05,0xf2,0x27,0x64,0x00,0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e, +0xee,0xec,0x02,0x90,0x00,0x00,0x25,0x00,0x00,0x35,0x10,0x00,0x03,0x77,0x70,0x00, +0x37,0x73,0x00,0x44,0x84,0x00,0x96,0x73,0xc0,0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20, +0x00,0x46,0x67,0x10,0x60,0x06,0x81,0x60,0x07,0x47,0x60,0x00,0x06,0x03,0x00,0x8c, +0x76,0x66,0x67,0x16,0x36,0x07,0x17,0x30,0x63,0x04,0x20,0x99,0x25,0xdd,0x03,0x69, +0x35,0x60,0x0b,0x5b,0x89,0x50,0x70,0x04,0x32,0x5b,0x99,0x15,0xfc,0x03,0x00,0xbf, +0x03,0xf9,0x06,0x04,0xba,0x90,0x07,0x42,0x90,0x09,0x12,0x90,0x0b,0x02,0x90,0xad, +0x9a,0xd2,0xb0,0x00,0x74,0xb0,0x00,0x74,0x74,0x04,0xfb,0x27,0x56,0x0a,0x11,0xa0, +0x08,0x3a,0x1a,0x10,0x02,0xcd,0xa8,0x00,0x0b,0x1a,0x19,0x30,0x85,0x0a,0x10,0xb0, +0x2a,0x9a,0x02,0x10,0x83,0x01,0x9b,0x03,0x00,0x65,0x3b,0x9a,0x10,0x55,0x02,0xf1, +0x55,0x0a,0xa1,0x55,0x74,0x91,0x58,0x90,0x91,0x5d,0x00,0x91,0x03,0x13,0x20,0x02, +0x88,0x00,0x15,0x00,0xfe,0x0b,0x56,0x0a,0x25,0x67,0x50,0x5b,0xc0,0x05,0x64,0x80, +0x56,0x09,0x40,0x07,0xaa,0x90,0x91,0x29,0x0b,0x02,0x90,0xb0,0x29,0xa5,0x02,0x90, +0x7d,0x04,0x0b,0xc9,0x04,0x0b,0x7d,0x04,0x05,0x18,0x00,0x02,0x03,0x00,0x0a,0x8c, +0x04,0x0a,0x4a,0x05,0x09,0x6a,0x04,0xfb,0x0f,0x76,0x00,0xb0,0x0b,0x17,0x30,0x02, +0xa9,0x00,0x00,0xa1,0x00,0x59,0x50,0x00,0x08,0xab,0x80,0x65,0x56,0x48,0x65,0x56, +0x47,0x07,0xab,0x70,0x00,0x56,0x00,0x56,0x04,0x35,0x56,0x00,0xa1,0x03,0x00,0x40, +0x5b,0x99,0xd7,0x00,0x43,0x00,0xf3,0x06,0x0b,0x66,0x01,0xb6,0x60,0x1b,0x56,0x01, +0xb0,0x98,0x9b,0x00,0x01,0xb0,0x56,0x0b,0x00,0xa5,0x60,0xb0,0x0a,0x07,0x00,0x88, +0x5b,0x9d,0x99,0xa0,0x56,0x0b,0x03,0x80,0x04,0x00,0x80,0x5b,0x9e,0x9a,0xc1,0x00, +0x00,0x00,0x83,0x04,0x00,0xf3,0x03,0x56,0x00,0x05,0x65,0x60,0x00,0x56,0x5b,0x99, +0x35,0x65,0x60,0x0b,0x56,0x5b,0x89,0x55,0x60,0x7c,0x05,0x02,0x9f,0x01,0xf1,0x15, +0x1a,0x9a,0x70,0x22,0x00,0x84,0x00,0x79,0xb7,0x32,0x00,0x94,0x1a,0x9a,0x70,0x56, +0x07,0x88,0x90,0x56,0x38,0x00,0x48,0x5c,0xc5,0x00,0x1a,0x56,0x49,0x00,0x57,0x56, +0x07,0xa9,0x90,0x1a,0xf7,0x00,0x96,0x08,0xb8,0xd2,0x09,0x30,0xa2,0x48,0x00,0xa2, +0xb6,0x04,0xf6,0x1d,0x00,0x36,0x00,0x95,0x30,0x66,0x77,0x08,0x50,0x92,0x64,0x08, +0x31,0x97,0x90,0x7a,0x88,0x79,0x96,0x74,0x0c,0x79,0x87,0x79,0x57,0x40,0x74,0x07, +0x40,0x0a,0x7d,0x00,0xb0,0xb0,0x0a,0x0b,0x09,0xa7,0xd3,0xa0,0x01,0x8a,0x00,0x18, +0xc3,0x04,0xf4,0x11,0x91,0xa0,0xa1,0x28,0xa4,0x70,0x0b,0xdb,0x20,0x83,0xa1,0xa1, +0x48,0xa2,0x05,0xb0,0x10,0x75,0x69,0xa1,0x73,0x2e,0x73,0x9b,0x79,0x3a,0x79,0x0a, +0x14,0x04,0x07,0x83,0x0c,0x00,0xfa,0x11,0x74,0x73,0x75,0x90,0x7b,0x60,0x74,0x92, +0x0b,0x7c,0x10,0xb0,0x91,0x19,0x09,0x19,0x30,0x91,0x7c,0x04,0xe7,0xa2,0x8b,0x75, +0x88,0xa7,0x3a,0x4a,0x74,0x0b,0x79,0x7c,0xb9,0x04,0x22,0x79,0x7b,0xcb,0x04,0x0b, +0xc1,0x04,0x04,0x4c,0x05,0x40,0x6b,0x93,0x08,0x30,0x02,0x00,0x08,0x87,0x04,0xf0, +0x05,0x00,0x0a,0x00,0x03,0xa7,0xc7,0xa0,0x92,0x1a,0x08,0x39,0x21,0xa0,0x83,0x4a, +0x7c,0x7a,0x00,0x00,0x90,0x15,0x00,0x14,0x00,0xb4,0x04,0xf2,0x0b,0x74,0x0b,0x07, +0x40,0xb0,0x74,0x0b,0x07,0x97,0xd3,0x00,0x03,0x60,0x00,0x36,0x83,0x19,0x83,0x19, +0x39,0x79,0x00,0x19,0x74,0x29,0x0b,0x03,0x00,0xa0,0x79,0x8c,0x7c,0x74,0x28,0x0b, +0x07,0x42,0x80,0xb0,0x07,0x00,0x40,0x98,0xc7,0xd3,0x00,0x28,0x00,0xf0,0x0d,0x00, +0x36,0x6c,0x20,0x00,0x88,0x82,0x08,0x22,0xa0,0x88,0x95,0x74,0x00,0x83,0x79,0x83, +0x83,0x74,0x0b,0x83,0x79,0x86,0x83,0x74,0x00,0x79,0x74,0x1f,0x01,0xf3,0x2b,0x68, +0x83,0x04,0x7a,0x50,0x2a,0x49,0xa3,0x74,0x78,0x83,0x79,0xd0,0x29,0x74,0xa0,0x29, +0x74,0x48,0x92,0x4a,0x7b,0x74,0x0b,0x1b,0x7b,0x65,0x0b,0x06,0x33,0x02,0x98,0x80, +0x98,0x8a,0x09,0x30,0x10,0x2a,0x88,0x00,0x00,0x07,0xf4,0x6e,0x30,0x74,0x00,0x00, +0x59,0x70,0x01,0x6a,0x07,0x82,0x00,0x79,0x99,0x10,0x11,0xf0,0x01,0x26,0xbe,0x00, +0x8d,0xff,0xff,0x00,0xff,0xe9,0x5f,0x00,0xf3,0x00,0x0f,0x00,0xf0,0x04,0x00,0xf0, +0x07,0x0a,0xff,0xaf,0xf0,0x0a,0xfa,0xaf,0xa0,0x00,0x00,0xbd,0xcc,0xce,0xab,0x8b, +0x00,0x07,0x58,0xcd,0x66,0x6a,0xac,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0xf0, +0x01,0x34,0x14,0x44,0x43,0xff,0x7f,0xff,0xff,0xab,0x4b,0xbb,0xba,0xbc,0x5c,0xcc, +0xcb,0x0c,0x00,0x43,0x67,0x17,0x88,0x86,0x14,0x00,0x00,0x56,0x05,0xf0,0x48,0x9a, +0x00,0x00,0x09,0xfa,0xa9,0x00,0x9f,0xa0,0xaf,0x99,0xfa,0x00,0x0a,0xff,0xa0,0x00, +0x00,0x99,0x00,0x00,0x63,0x00,0x82,0xcf,0x4a,0xf4,0x1d,0xff,0x60,0x0a,0xff,0x30, +0xaf,0x7d,0xf3,0xa6,0x01,0xb3,0x00,0x0c,0x51,0x00,0x1d,0x7d,0x6e,0x70,0x8d,0x0d, +0x65,0xf1,0xc7,0x0d,0x60,0xe6,0xd7,0x06,0x20,0xe6,0x9d,0x00,0x04,0xf2,0x1e,0xc7, +0x8f,0x80,0x01,0x9d,0xc6,0x00,0x00,0x0c,0xc0,0x00,0x18,0x8f,0xf8,0x81,0x8f,0xfe, +0xef,0xf8,0x2f,0xe0,0x0e,0xf2,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x00,0x1c, +0x00,0xf4,0x19,0x00,0x00,0x30,0x22,0x00,0x00,0xaf,0xaa,0xa0,0x01,0xda,0x6a,0xfa, +0x03,0xe8,0xbf,0xb8,0xe3,0xb6,0xdf,0xff,0xd6,0xb0,0x8f,0xfb,0xff,0x80,0x08,0xfc, +0x0c,0xf8,0x00,0x5b,0x80,0x8b,0x50,0x00,0x0f,0xf0,0x00,0x04,0x00,0xf0,0x17,0x07, +0xff,0xff,0x70,0x00,0x9f,0xf9,0x00,0x78,0x7a,0xa7,0x87,0xff,0xfb,0xbf,0xff,0xff, +0xff,0xfb,0xbf,0x05,0xff,0xff,0xf5,0x01,0xe3,0x00,0x03,0xe1,0xa8,0x00,0x00,0x08, +0xaf,0xff,0x60,0x6f,0xff,0x01,0x00,0x10,0xfd,0x04,0x00,0xf0,0x16,0x00,0x00,0x00, +0x03,0x02,0xbf,0xfb,0x3f,0x2e,0x91,0x18,0xff,0x9a,0x00,0x6c,0xff,0x31,0x00,0x24, +0x44,0x44,0x42,0x00,0x13,0xff,0xc6,0x00,0xb9,0xfe,0xa5,0x5b,0xd1,0xf2,0x8c,0xc8, +0x10,0x30,0x48,0x01,0x30,0x09,0x34,0xcf,0x35,0x00,0xf0,0x06,0xab,0xff,0x00,0x4f, +0x00,0x01,0x00,0x09,0x00,0x34,0xcf,0x01,0xff,0xff,0x1b,0xff,0xff,0x1b,0xbb,0xff, +0x01,0x5b,0x06,0x10,0x01,0x25,0x00,0xf2,0x20,0x54,0x00,0x00,0x90,0x23,0xb3,0x34, +0xcf,0x02,0xc3,0xbf,0xff,0xf1,0xb5,0x6c,0xff,0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c, +0x3a,0x00,0x4f,0x02,0x3b,0x30,0x00,0x10,0x05,0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f, +0xff,0xff,0xf8,0xcf,0xb1,0xbf,0xfb,0x5b,0xb4,0x00,0x10,0xdf,0x87,0x00,0xf1,0x10, +0xb4,0x00,0x03,0xfb,0x00,0x0b,0xff,0x40,0x6f,0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff, +0xf7,0xaa,0x8f,0xf2,0x1a,0xfd,0x40,0x40,0x00,0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c, +0x00,0xf1,0x16,0x5e,0xff,0xf2,0x2e,0xfb,0x10,0x19,0x00,0x00,0x00,0x0d,0xa1,0x00, +0x00,0xff,0xf7,0x00,0x0f,0xff,0xfd,0x40,0xff,0xff,0xff,0xaf,0xff,0xff,0xfa,0xff, +0xff,0xd4,0x0f,0xff,0x70,0x00,0xda,0x10,0xf5,0x01,0xb9,0x9b,0x90,0x9b,0x9f,0xff, +0x0f,0xff,0xff,0xf0,0xff,0xff,0x07,0x00,0xae,0xf2,0x42,0x02,0x42,0x24,0x44,0x44, +0x2f,0xff,0xff,0x01,0x00,0xc1,0xf8,0xbb,0xbb,0xb8,0x20,0x00,0x4f,0x80,0x2f,0xff, +0x92,0xff,0x70,0x00,0x72,0xfe,0x5f,0xfd,0x22,0xf9,0x10,0x1b,0x58,0x07,0xf1,0x36, +0x8f,0x80,0x00,0x00,0x7f,0xff,0x70,0x00,0x5f,0xff,0xff,0x50,0x0e,0xff,0xff,0xfe, +0x00,0x58,0x88,0x88,0x50,0x0f,0xff,0xff,0xff,0x00,0xab,0xbb,0xbb,0xa0,0x00,0x06, +0x20,0x07,0xf4,0x07,0xf5,0x05,0xf6,0x00,0x1e,0xb0,0x00,0x2e,0xb0,0x00,0x2e,0x60, +0x00,0x10,0x26,0x00,0x04,0xf7,0x00,0x05,0xf7,0x00,0x06,0xf5,0x00,0xbe,0x10,0xbe, +0x20,0x6e,0x20,0x00,0x10,0x70,0x07,0xf0,0x01,0x03,0xf3,0x00,0x00,0x4f,0x40,0x07, +0x8a,0xfa,0x87,0xef,0xff,0xff,0xe0,0x04,0xf4,0x0e,0x00,0x80,0x00,0x01,0xb1,0x00, +0x78,0x88,0x88,0x7e,0x59,0x00,0xf1,0x0c,0x8c,0xcc,0x80,0x01,0xdd,0x16,0x3d,0xd1, +0xcf,0x55,0xed,0x5f,0xcb,0xf5,0xdf,0xd5,0xfc,0x1d,0xd3,0x73,0xdd,0x10,0x08,0xdc, +0xc8,0x10,0x1d,0x89,0x01,0xf1,0x11,0x5e,0x8c,0xcc,0xa2,0x00,0x00,0x2d,0xb4,0x49, +0xf4,0x00,0x7a,0x1a,0xff,0x3f,0xe1,0x07,0xfa,0x06,0xf7,0xff,0x10,0x0a,0xf3,0x03, +0xef,0x40,0x00,0x06,0xcc,0x71,0xbb,0x02,0x01,0x40,0x89,0x00,0x00,0x3e,0x2e,0x00, +0xf0,0x2e,0x0c,0xfc,0x00,0x00,0x00,0x06,0xfc,0xf6,0x00,0x00,0x00,0xed,0x0d,0xe0, +0x00,0x00,0x8f,0xe0,0xef,0x80,0x00,0x2f,0xff,0x6f,0xff,0x20,0x0b,0xff,0xe2,0xef, +0xfa,0x00,0xdf,0xff,0xff,0xff,0xd0,0x00,0x00,0x00,0x20,0x44,0x00,0x04,0xf5,0xef, +0xb1,0xcf,0xfd,0x01,0x8c,0xd1,0xc1,0x01,0xdc,0x81,0xc1,0xef,0xc1,0xbf,0xfd,0x14, +0x00,0x12,0x00,0xff,0x00,0xf2,0x00,0x00,0x04,0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8, +0x08,0xf4,0xb8,0x00,0x08,0xb0,0x5b,0x03,0xe1,0x0b,0x80,0x00,0x8b,0x4f,0x80,0x8f, +0x40,0x4f,0xcf,0x40,0x00,0x4e,0x40,0x13,0x00,0xf1,0x12,0x94,0x14,0x44,0x40,0x00, +0xbf,0xf8,0xbb,0xbf,0x10,0x08,0xb7,0x60,0x00,0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20, +0x00,0xb7,0x44,0x5e,0xfd,0x50,0x07,0xbb,0xb8,0x5f,0x80,0x00,0x50,0x00,0x43,0xdf, +0xfb,0x00,0x00,0x81,0x02,0x05,0x01,0x00,0x01,0x06,0x02,0x30,0x09,0x90,0x00,0xbc, +0x02,0x01,0xc4,0x02,0x03,0xd0,0x02,0x71,0x78,0x4f,0xf4,0x87,0xff,0xe8,0x8e,0xc8, +0x02,0x03,0xd3,0x03,0x73,0x07,0xea,0x00,0x00,0x00,0xef,0xe0,0xde,0x00,0xf3,0x33, +0x4f,0x70,0x00,0x00,0x1d,0xe0,0x07,0xdc,0x4d,0xf3,0x00,0xef,0xff,0xe3,0x00,0x0a, +0xec,0x70,0x00,0x00,0x03,0x00,0x00,0x00,0xcd,0xc0,0x2d,0xc0,0xe7,0xf2,0xee,0x20, +0x4b,0xff,0xe2,0x00,0x04,0xff,0xa0,0x00,0xcd,0xf9,0xf9,0x00,0xe7,0xe0,0x7f,0x90, +0x4a,0x40,0x04,0x50,0x00,0xff,0xf7,0x47,0x4f,0xff,0x47,0xf8,0xff,0xff,0xff,0x8f, +0xff,0xff,0x07,0x00,0xf0,0x10,0xfb,0x78,0x88,0x7f,0xff,0xff,0x00,0x24,0x44,0x41, +0x0f,0xbb,0xbb,0xe2,0xf0,0x00,0x0f,0xdf,0x44,0x44,0xff,0xff,0xfc,0xff,0xff,0xf9, +0x09,0xff,0xff,0xd5,0xdf,0x20,0x02,0x30,0x01,0x11,0x11,0xf4,0x01,0xf0,0x06,0x01, +0x11,0x11,0x05,0x55,0x55,0x55,0xcc,0xcc,0xcc,0xc0,0x11,0x11,0x10,0xff,0xff,0xff, +0xf0,0x11,0x11,0x10,0xc1,0x00,0xf1,0x00,0x9f,0xff,0xff,0xf9,0xb7,0xff,0xff,0x7b, +0xfe,0x7c,0xc7,0xef,0xff,0xfa,0xaf,0xd5,0x00,0xf1,0x3b,0x07,0xff,0x60,0x00,0xaf, +0xf2,0x00,0x0c,0xff,0x87,0x00,0xef,0xff,0xb0,0x07,0x8e,0xf2,0x00,0x00,0xf8,0x00, +0x00,0x3e,0x00,0x00,0x06,0x50,0x00,0x79,0xb9,0x70,0x0f,0xfc,0xff,0x00,0xff,0x68, +0x83,0x0f,0xf8,0xff,0x8b,0xff,0x8f,0xf8,0x8f,0xf8,0xff,0xff,0x78,0x8f,0xff,0xf0, +0x07,0xff,0xff,0x00,0x0d,0x00,0x00,0x4e,0xfe,0x30,0x0d,0xff,0xfd,0x00,0xff,0xff, +0xf0,0x3f,0xff,0xff,0x3b,0xa3,0x00,0x41,0x88,0x60,0x04,0xf4,0xb7,0x01,0xf4,0x03, +0xdf,0x18,0x81,0x88,0x1f,0xfe,0xaa,0xca,0xae,0xff,0xea,0xac,0xaa,0xef,0xf1,0x80, +0x00,0x81,0xd1,0x03,0x01,0x01,0x00,0xf0,0x07,0x4b,0xc0,0x00,0x00,0x5c,0xff,0xb0, +0x00,0x6e,0xff,0xff,0x40,0x0d,0xff,0xff,0xfc,0x00,0x06,0x88,0xcf,0xf5,0x00,0x02, +0x02,0x00,0x05,0x00,0x53,0x60,0x00,0x00,0x00,0x5d,0x2a,0x00,0x9b,0xff,0xf8,0xb0, +0xff,0xf8,0xfb,0xff,0xfc,0x88,0x11,0x03,0xf0,0x0d,0x00,0x04,0x77,0x40,0x00,0x09, +0xff,0xcc,0xff,0x90,0xcd,0x40,0x00,0x04,0xdc,0x20,0x4b,0xff,0xb4,0x02,0x01,0xfa, +0x55,0xaf,0x10,0x00,0x00,0x21,0x38,0x00,0x10,0xee,0x05,0x00,0x20,0x87,0x00,0x31, +0x04,0xc0,0x44,0x40,0xfb,0xbb,0xbb,0xbb,0xda,0xf7,0xee,0xee,0xee,0x5f,0x4e,0x01, +0xb9,0x2f,0xf5,0x66,0x66,0x66,0xab,0x8b,0xbb,0xbb,0xbb,0xb3,0x1e,0x00,0x10,0x70, +0x1e,0x00,0x10,0x80,0x1e,0x00,0x1e,0x54,0x1e,0x00,0xcd,0xe0,0x00,0x5f,0xf8,0xff, +0xf0,0x00,0x2f,0xf5,0x66,0x64,0x44,0x1e,0x00,0xcc,0xe7,0x00,0x00,0x5f,0xf8,0xf8, +0x00,0x00,0x2f,0xf5,0x65,0x44,0x1e,0x00,0x60,0xd8,0xf0,0x00,0x00,0x00,0x5f,0x05, +0x00,0x61,0x2f,0xf4,0x44,0x44,0x44,0xad,0x1e,0x00,0x04,0x2c,0x02,0x10,0xd8,0x05, +0x00,0xf0,0x04,0x36,0x40,0x00,0x09,0xb1,0x91,0x11,0x17,0x20,0xef,0x88,0xd8,0x88, +0xd9,0x02,0x20,0x06,0x48,0x70,0x18,0x03,0x13,0xec,0x25,0x00,0xf3,0x1e,0x06,0xdd, +0xc3,0x04,0xff,0x3e,0xd0,0x9c,0xb5,0x5f,0x2b,0xf7,0x1a,0xf4,0xbf,0x81,0xbf,0x39, +0xc9,0x64,0xf2,0x4f,0xf3,0xde,0x00,0x6d,0xed,0x30,0x78,0xdf,0xd8,0x77,0x88,0x88, +0x87,0x8f,0xff,0xff,0x88,0xcc,0x8c,0xc8,0x8c,0xc8,0xcc,0x07,0x00,0x30,0x85,0xff, +0xff,0x4f,0x01,0xf4,0x10,0x7e,0x30,0x00,0x00,0x4b,0xfe,0x00,0x00,0x8f,0x9b,0x70, +0x00,0x8f,0xff,0x40,0x00,0x8f,0xff,0x80,0x00,0x7f,0xff,0x80,0x00,0x0e,0xff,0x80, +0x00,0x00,0xee,0x70,0x8e,0x01,0xd2,0xaf,0xff,0xff,0xfc,0x0b,0xff,0x9c,0xc9,0xff, +0xaf,0xff,0xc1,0x1c,0x05,0x00,0x01,0x0f,0x00,0x01,0x19,0x00,0xf3,0x02,0x07,0xff, +0xfe,0x17,0xb6,0x27,0xc3,0xfe,0xb9,0xbe,0x3f,0xff,0xff,0xf3,0xff,0xff,0xff,0x07, +0x00,0x50,0x3c,0xff,0xff,0xe1,0x00,0xcd,0x02,0xc0,0x23,0x00,0x02,0xf0,0x2e,0x92, +0x22,0x5f,0x0d,0xff,0xff,0xff,0x09,0x00,0x35,0x21,0x00,0x23,0xf0,0x17,0x4f,0xf9, +0x00,0xfe,0x00,0x01,0x00,0x27,0x2f,0xf7,0x00,0x01,0x00,0x29,0x14,0xf9,0x46,0x00, +0x25,0xf7,0xfb,0x14,0x00,0x2f,0xfe,0xfe,0x90,0x00,0x19,0x18,0xf2,0x47,0x00,0x0f, +0x01,0x00,0x20,0x15,0xfb,0x82,0x00,0x1e,0xf7,0x16,0x00,0x0f,0x01,0x00,0x11,0x2f, +0xfe,0xf0,0x07,0x01,0x2f,0x0f,0xf8,0x00,0x20,0x08,0x39,0x00,0x70,0xf2,0xf9,0x00, +0xf2,0xf2,0xf7,0xfe,0x0e,0x01,0x20,0xf2,0xf2,0xbc,0x00,0x4f,0xfb,0xfb,0x00,0xf9, +0x14,0x01,0x19,0x62,0xf4,0xf9,0x00,0xfb,0xfb,0xf7,0xc8,0x00,0x01,0x0f,0x02,0x10, +0xfb,0x45,0x00,0x0f,0xc8,0x01,0x19,0x52,0xfe,0x00,0xfe,0xfe,0xfb,0x3a,0x01,0x12, +0xfe,0xcd,0x00,0x00,0x73,0x19,0x0f,0x45,0x01,0x18,0x43,0xf4,0x00,0xf9,0xf8,0x82, +0x00,0x5f,0xf4,0x00,0xfb,0xf7,0xf4,0xc1,0x00,0x1b,0x0c,0x4f,0x00,0x0f,0x8b,0x02, +0x28,0x0f,0x0a,0x03,0x64,0x0f,0x01,0x00,0x07,0xe2,0x04,0x00,0xff,0x03,0x00,0xfd, +0xff,0xfd,0xf6,0xfa,0xfc,0x00,0xf6,0xfd,0x27,0x09,0x08,0x01,0x00,0x21,0xfd,0xff, +0x13,0x00,0x1f,0x03,0x40,0x00,0x05,0x11,0xfd,0x8a,0x01,0x98,0xff,0x00,0xff,0xfa, +0xfd,0xff,0xfd,0xfa,0xff,0x96,0x01,0x15,0xff,0x22,0x00,0x0f,0x01,0x00,0x09,0xf7, +0x01,0xfc,0xfd,0xfd,0xfc,0xff,0x00,0xfc,0x00,0xfc,0xf7,0xfc,0xfc,0xfa,0xfa,0x00, +0xfc,0x3a,0x00,0x02,0x08,0x00,0x00,0x81,0x06,0x11,0xfc,0x0d,0x00,0x1f,0xf0,0x1a, +0x01,0x03,0x83,0xf7,0x00,0xfd,0xf9,0xfd,0xf9,0x00,0xfa,0x50,0x00,0x30,0xf9,0x00, +0xf9,0x14,0x00,0x00,0x73,0x01,0x53,0xf9,0xf9,0xf9,0xf7,0xf9,0x3c,0x01,0x1f,0xf9, +0x43,0x01,0x10,0x47,0x01,0xfd,0x00,0xfc,0x1a,0x01,0x02,0x14,0x00,0x0e,0xfe,0x00, +0x0e,0x07,0x01,0x0f,0xe5,0x00,0x0b,0x0f,0xab,0x02,0x11,0x10,0xff,0x44,0x00,0x35, +0xff,0x01,0x03,0x74,0x00,0x06,0x67,0x02,0x1f,0xff,0x43,0x00,0x12,0x00,0x84,0x01, +0x10,0x00,0xb4,0x08,0x00,0x48,0x00,0x0f,0x0a,0x02,0x21,0x12,0xff,0x43,0x00,0x2f, +0x01,0xfc,0x53,0x02,0x2d,0x16,0xff,0xc4,0x00,0x09,0x5d,0x01,0x0f,0x41,0x00,0x18, +0x13,0xff,0x2f,0x00,0x16,0x01,0x3d,0x00,0x00,0x02,0x00,0x05,0x18,0x00,0x0f,0x83, +0x01,0x02,0x14,0xfd,0xf9,0x00,0x67,0xfd,0x00,0xfa,0xfd,0x00,0xfd,0x97,0x01,0x1b, +0xff,0x8a,0x01,0x10,0xe8,0x2e,0x00,0x1e,0x00,0x49,0x02,0x51,0xff,0xfd,0xf9,0xff, +0xfd,0xcb,0x02,0x40,0xfa,0x00,0x00,0xfd,0x09,0x01,0x24,0xf6,0xfa,0x1e,0x00,0x16, +0xfa,0x69,0x00,0x0f,0x22,0x01,0x05,0x00,0x81,0x00,0x10,0xfc,0xe3,0x08,0x63,0xfc, +0xfc,0x00,0xf9,0xfc,0xff,0xab,0x00,0x1e,0x03,0x1e,0x01,0x03,0x59,0x06,0x0e,0x0c, +0x03,0x42,0xfc,0x01,0xff,0xfd,0x6a,0x00,0x10,0xfc,0x50,0x00,0x10,0xfa,0x0c,0x00, +0x10,0xf9,0x7c,0x00,0x60,0xfa,0xfa,0xfa,0x00,0xf6,0xf9,0xdb,0x02,0x10,0xfa,0x0f, +0x00,0x3f,0xf9,0x00,0xef,0xc3,0x00,0x03,0x10,0xfa,0x9e,0x00,0x12,0xfc,0x41,0x00, +0x00,0x21,0x00,0xf4,0x01,0xfd,0xf9,0xfa,0xf6,0xf7,0xfc,0xf9,0xfa,0xfc,0xfa,0xf7, +0xfa,0xfa,0xf7,0xfa,0xf7,0xc9,0x00,0x0e,0x0c,0x03,0x06,0xdc,0x00,0x11,0xfc,0x2f, +0x03,0x10,0xfa,0x3e,0x01,0x08,0xea,0x00,0x0f,0x18,0x02,0x16,0x10,0xfd,0x2c,0x00, +0x02,0x48,0x00,0x1e,0xfc,0x1b,0x02,0x0f,0x10,0x04,0x0d,0x0c,0x50,0x03,0x1f,0x03, +0x8f,0x02,0x2d,0x0e,0x31,0x02,0x0f,0x53,0x00,0x0c,0x00,0x91,0x04,0x10,0xfc,0x3c, +0x01,0x7f,0xf3,0x00,0x00,0xfa,0xf6,0xff,0xfa,0x73,0x00,0x1f,0x21,0xfc,0xfe,0xb2, +0x04,0x04,0x87,0x01,0x02,0x08,0x00,0x13,0x01,0xcd,0x04,0x0f,0x19,0x04,0x10,0x50, +0xfc,0xfa,0xfd,0x00,0xfa,0x07,0x03,0x00,0xfc,0x01,0x19,0xfc,0x80,0x02,0x2f,0xfa, +0xff,0x9a,0x03,0x2e,0x02,0xd7,0x05,0x0f,0x89,0x01,0x14,0x07,0x90,0x01,0x12,0xfa, +0xbf,0x0b,0x21,0xfa,0xfd,0x4a,0x00,0x8f,0xfd,0xff,0xfc,0xfc,0xfc,0x00,0xff,0xfd, +0x7b,0x00,0x15,0x11,0xff,0x54,0x0d,0x01,0x01,0x02,0x02,0xaa,0x04,0x21,0xfd,0xff, +0xdc,0x00,0x0e,0xd7,0x05,0x0f,0x82,0x00,0x08,0x14,0xfd,0x42,0x02,0x16,0xfd,0xbe, +0x00,0x1f,0xff,0x1e,0x02,0x2a,0x0e,0xf3,0x06,0x0f,0xa4,0x05,0x0d,0x15,0xfd,0x0c, +0x03,0x2e,0xfc,0xff,0x0c,0x04,0x0f,0x8b,0x02,0x1b,0x00,0xd3,0x04,0x1f,0x03,0xc1, +0x01,0x1b,0x01,0x3e,0x01,0x04,0xae,0x05,0x00,0x57,0x01,0x1f,0xfc,0xc8,0x01,0x18, +0x23,0x03,0x03,0x4c,0x05,0x00,0x7b,0x00,0x00,0x09,0x00,0x2e,0x01,0x01,0x9c,0x05, +0x0f,0xd0,0x00,0x1e,0x1f,0xfd,0x84,0x02,0x1f,0x1f,0xff,0x18,0x06,0x21,0x07,0xb5, +0x01,0x02,0x49,0x02,0x04,0xcb,0x02,0x0f,0x86,0x02,0x16,0x0a,0xb6,0x08,0x29,0x00, +0xfc,0x41,0x00,0x1f,0xff,0x57,0x04,0x22,0x03,0x08,0x00,0x02,0x9a,0x06,0x1f,0xf2, +0x03,0x01,0x16,0x35,0xfc,0xff,0x04,0x89,0x00,0x16,0xff,0x04,0x01,0x1f,0xf3,0x41, +0x00,0x13,0x10,0x01,0x41,0x00,0x13,0x01,0xbd,0x00,0x11,0xfe,0x5c,0x03,0x04,0x65, +0x03,0x0f,0xcb,0x02,0x18,0x07,0xbd,0x01,0x04,0x10,0x04,0x1f,0xff,0xcf,0x03,0x18, +0x02,0xa8,0x07,0x03,0xb1,0x07,0x00,0x0c,0x00,0x0f,0x86,0x01,0x1d,0x09,0x41,0x00, +0x0f,0xd1,0x04,0x2b,0x1f,0xff,0xc5,0x02,0x27,0x05,0x01,0x00,0x1f,0xf6,0x67,0x0b, +0x20,0x24,0xfd,0x01,0x92,0x04,0x15,0x01,0x56,0x02,0x2f,0x00,0xff,0xcb,0x02,0x1b, +0x04,0x80,0x01,0x02,0x41,0x00,0x1f,0xfd,0x15,0x03,0x03,0x1e,0x02,0xc4,0x06,0x04, +0xa3,0x0a,0x10,0x05,0x23,0x10,0x98,0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b, +0x25,0x00,0x16,0x0c,0x0c,0x00,0x00,0xaf,0x11,0x5f,0x00,0x0e,0x0d,0x00,0x0e,0x88, +0x00,0x04,0xff,0x30,0x0f,0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x00,0x00,0x17,0x18, +0x19,0x00,0x1a,0x00,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x00,0x00,0x22,0x00,0x23, +0x24,0x25,0x00,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x00,0x00,0x2e,0x2f,0x30, +0x00,0x31,0x00,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x00,0x00,0x39,0x00,0x00,0x3a, +0x3b,0x3c,0x00,0xa5,0x07,0x39,0x00,0x12,0x28,0x03,0x7e,0x0b,0x00,0xde,0x00,0x12, +0x06,0x29,0x11,0x09,0x2f,0x00,0x11,0x08,0xf3,0x15,0x55,0x00,0x0a,0x0b,0x00,0x09, +0xeb,0x00,0x62,0x0d,0x00,0x0e,0x0f,0x00,0x00,0x61,0x15,0x60,0x0e,0x11,0x12,0x13, +0x0d,0x00,0xcf,0x00,0x1f,0x17,0x71,0x00,0x04,0xf1,0x09,0x18,0x00,0x00,0x00,0x19, +0x00,0x1a,0x1b,0x00,0x00,0x00,0x1c,0x1d,0x00,0x1e,0x1f,0x00,0x20,0x21,0x22,0x23, +0x24,0x00,0x25,0x94,0x17,0x13,0x00,0xee,0x00,0x41,0x2e,0x2f,0x30,0x31,0xea,0x00, +0xff,0x02,0x32,0x37,0x38,0x39,0x3a,0x3b,0x3c,0x2b,0x3d,0x2b,0x32,0x3e,0x3f,0x3f, +0x40,0x30,0x41,0xea,0x00,0x27,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1040, .range_length = 26, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1067, .range_length = 37, .glyph_id_start = 140, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1105, .range_length = 62546, .glyph_id_start = 177, .list_length = 63, .type = 3, .unicode_list = 1920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[10872] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_XXS_s = { +.uncomp_size = 10512, +.comp_size = 6236, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 60, +.right_class_cnt = 65, +.glyph_bitmap = 2046, +.class_pair_values = 6132, +.left_class_mapping = 10032, +.right_class_mapping = 10272, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 10872, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_16.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_bold_16.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD.c index 130171f526c..ad4898601c3 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD.c @@ -831,7 +831,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[23022] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_bold_16 = { +const etxLz4Font lv_font_arimo_ru_bold_STD = { .uncomp_size = 22662, .comp_size = 13033, .line_height = 18, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD_s.c new file mode 100644 index 00000000000..67b7e860878 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_STD_s.c @@ -0,0 +1,614 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x10,0x03,0x08,0x00,0xf0,0x08,0xb0,0x03,0x02,0x08,0x01, +0x00,0x08,0x00,0x30,0x05,0x05,0x03,0x00,0x05,0x10,0x00,0x20,0x06,0x06,0x08,0x00, +0x00,0x28,0x08,0x00,0xf3,0x15,0x0a,0x00,0xfe,0x46,0x00,0xc0,0x09,0x0a,0x08,0x00, +0x00,0x6e,0x00,0xf0,0x07,0x08,0x08,0x00,0x00,0x8e,0x00,0xa0,0x02,0x03,0x03,0x00, +0x05,0x93,0x00,0xb0,0x03,0x04,0x0a,0x00,0xfe,0xa7,0x08,0x00,0xf0,0x0a,0xbb,0x00, +0x40,0x04,0x05,0x05,0x00,0x03,0xc8,0x00,0x70,0x06,0x06,0x06,0x00,0x01,0xda,0x00, +0x10,0x03,0x03,0x04,0x00,0xfe,0xe0,0x20,0x00,0x40,0x03,0x00,0x01,0xe6,0x10,0x00, +0x40,0x02,0x00,0x00,0xe9,0x08,0x00,0x43,0x08,0x00,0x00,0xf5,0x68,0x00,0x22,0x0d, +0x01,0x08,0x00,0x13,0x25,0x08,0x00,0x13,0x3d,0x08,0x00,0x93,0x55,0x01,0x20,0x06, +0x07,0x08,0x00,0x00,0x71,0x10,0x00,0x13,0x89,0x08,0x00,0x13,0xa1,0x08,0x00,0x13, +0xb9,0x08,0x00,0x13,0xd1,0x08,0x00,0xa1,0xe9,0x01,0xb0,0x03,0x02,0x06,0x01,0x00, +0xef,0x01,0xd0,0x00,0xf2,0x04,0xfe,0xf7,0x01,0x70,0x06,0x06,0x07,0x00,0x00,0x0c, +0x02,0x70,0x06,0x06,0x05,0x00,0x01,0x1b,0x02,0x10,0x00,0x31,0x30,0x02,0xc0,0x58, +0x00,0xa2,0x4c,0x02,0xc0,0x0a,0x0b,0x0a,0x00,0xfe,0x83,0x02,0xd8,0x00,0x13,0xa3, +0x08,0x00,0x13,0xc3,0x08,0x00,0x13,0xe3,0x08,0x00,0x40,0x03,0x03,0x50,0x07,0x30, +0x00,0x22,0x1f,0x03,0x38,0x00,0x40,0x3b,0x03,0x90,0x08,0x18,0x00,0x22,0x5b,0x03, +0x20,0x00,0x22,0x7b,0x03,0xd0,0x00,0x22,0x87,0x03,0x88,0x00,0x13,0x9f,0x18,0x00, +0x13,0xbf,0x30,0x00,0x93,0xdb,0x03,0x30,0x09,0x09,0x08,0x00,0x00,0xff,0x18,0x00, +0x40,0x1f,0x04,0x90,0x08,0x10,0x00,0x22,0x43,0x04,0x58,0x00,0x10,0x5f,0x10,0x00, +0x52,0x0a,0x00,0xfe,0x8c,0x04,0x20,0x00,0x13,0xac,0x18,0x00,0x22,0xc8,0x04,0x40, +0x00,0x13,0xe4,0x18,0x00,0x31,0x04,0x05,0x50,0x08,0x00,0x93,0x24,0x05,0x60,0x0a, +0x0b,0x08,0x00,0x00,0x50,0x10,0x00,0x13,0x70,0x08,0x00,0x22,0x90,0x05,0x30,0x00, +0x22,0xac,0x05,0x90,0x01,0x22,0xc0,0x05,0x98,0x00,0x13,0xcc,0x10,0x00,0xf0,0x02, +0xe0,0x05,0x70,0x06,0x07,0x05,0x00,0x03,0xf2,0x05,0x20,0x06,0x08,0x01,0xff,0xfe, +0xf6,0x18,0x00,0xd2,0x02,0x00,0x06,0xfa,0x05,0x20,0x06,0x07,0x06,0x00,0x00,0x0f, +0x06,0x40,0x00,0x30,0x2b,0x06,0x20,0xc0,0x01,0x42,0x00,0x3d,0x06,0xc0,0x88,0x01, +0x03,0x10,0x00,0x92,0x67,0x06,0xb0,0x03,0x04,0x08,0x00,0x00,0x77,0x18,0x00,0x23, +0xfe,0x8f,0x30,0x00,0x22,0xab,0x06,0x68,0x00,0xa2,0xb7,0x06,0x10,0x03,0x04,0x0a, +0xff,0xfe,0xcb,0x06,0xb8,0x01,0x13,0xe7,0x18,0x00,0xb1,0xf3,0x06,0xc0,0x09,0x0a, +0x06,0x00,0x00,0x11,0x07,0xc0,0x68,0x00,0x13,0x26,0x08,0x00,0x21,0x3b,0x07,0x40, +0x00,0x32,0xfe,0x57,0x07,0x50,0x00,0xa2,0x6f,0x07,0x40,0x04,0x05,0x07,0x00,0x00, +0x81,0x07,0x70,0x00,0x22,0x93,0x07,0x70,0x00,0x31,0xa3,0x07,0xc0,0x10,0x00,0x22, +0xb5,0x07,0xa8,0x00,0x93,0xca,0x07,0x90,0x08,0x0a,0x06,0xff,0x00,0xe8,0x10,0x00, +0x31,0xfd,0x07,0x20,0x48,0x00,0x40,0x19,0x08,0x80,0x05,0x28,0x00,0xf3,0x02,0x2b, +0x08,0x40,0x04,0x05,0x0a,0x00,0xfe,0x44,0x08,0x10,0x03,0x03,0x0a,0x00,0xfe,0x53, +0x10,0x00,0xf1,0x13,0x6c,0x08,0x70,0x06,0x07,0x03,0x00,0x02,0x77,0x08,0x00,0x0b, +0x0a,0x09,0x01,0x00,0xa4,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0xd6,0x08,0x00,0x0b, +0x09,0x0a,0x01,0x00,0x03,0x09,0x08,0x00,0xa0,0xff,0x30,0x09,0x00,0x0b,0x0b,0x0a, +0x00,0x00,0x67,0x10,0x00,0x40,0x0b,0x01,0xff,0x99,0x08,0x00,0x43,0x09,0x01,0x00, +0xc2,0x08,0x00,0x13,0xeb,0x18,0x00,0xa2,0x1d,0x0a,0x00,0x0b,0x07,0x0b,0x02,0xfe, +0x44,0x0a,0x18,0x00,0x50,0x6d,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a, +0x30,0x00,0x13,0x0a,0x30,0x00,0x03,0x08,0x00,0x22,0x14,0x0b,0x08,0x00,0xf2,0x03, +0x3d,0x0b,0x00,0x0b,0x07,0x09,0x02,0x00,0x5d,0x0b,0x60,0x04,0x04,0x04,0x00,0x04, +0x65,0x0b,0xe0,0x01,0x13,0x85,0x08,0x00,0x13,0xa5,0x08,0x00,0x31,0xc5,0x0b,0x40, +0x48,0x01,0xa2,0xe1,0x0b,0xd0,0x07,0x08,0x0a,0x00,0xfe,0x09,0x0c,0x18,0x02,0xb1, +0x25,0x0c,0xf0,0x09,0x0b,0x08,0xff,0x00,0x51,0x0c,0xe0,0x20,0x00,0x22,0x6d,0x0c, +0x30,0x00,0x30,0x8d,0x0c,0xf0,0x28,0x00,0x41,0x00,0xb5,0x0c,0xb0,0x18,0x00,0x31, +0xd1,0x0c,0xb0,0x30,0x00,0x22,0xed,0x0c,0x80,0x02,0x22,0x11,0x0d,0x28,0x00,0x22, +0x31,0x0d,0x80,0x02,0x13,0x55,0x10,0x00,0x22,0x75,0x0d,0x58,0x00,0x13,0x91,0x10, +0x00,0x22,0xb1,0x0d,0xd8,0x01,0x31,0xcd,0x0d,0xd0,0x08,0x00,0x31,0xe9,0x0d,0x60, +0x40,0x00,0x22,0x0d,0x0e,0x68,0x02,0x40,0x2d,0x0e,0x10,0x08,0x90,0x00,0x41,0x55, +0x0e,0xc0,0x07,0xa0,0x03,0x30,0x0e,0x10,0x0b,0x90,0x02,0xb1,0x9d,0x0e,0x30,0x0b, +0x0c,0x0a,0x00,0xfe,0xd9,0x0e,0xc0,0xa0,0x02,0x22,0x05,0x0f,0x50,0x00,0x31,0x25, +0x0f,0xd0,0x08,0x00,0x31,0x45,0x0f,0x60,0x28,0x00,0x13,0x71,0x18,0x00,0x22,0x91, +0x0f,0xc0,0x01,0xa2,0xa6,0x0f,0xd0,0x06,0x07,0x09,0x00,0x00,0xc6,0x0f,0x18,0x02, +0xc0,0xdb,0x0f,0x90,0x04,0x05,0x06,0x00,0x00,0xea,0x0f,0x00,0x07,0xd8,0x01,0x22, +0x06,0x10,0x10,0x02,0xb1,0x18,0x10,0xd0,0x07,0x09,0x06,0xff,0x00,0x33,0x10,0x70, +0xe8,0x01,0x22,0x45,0x10,0x18,0x02,0x22,0x57,0x10,0xa8,0x02,0x22,0x6f,0x10,0x00, +0x02,0x40,0x81,0x10,0x00,0x07,0x48,0x00,0xb1,0x96,0x10,0x20,0x08,0x08,0x06,0x00, +0x00,0xae,0x10,0xa0,0x28,0x00,0x22,0xc0,0x10,0x60,0x00,0x13,0xd5,0x10,0x00,0x22, +0xe7,0x10,0x80,0x02,0x22,0x03,0x11,0x60,0x00,0x31,0x15,0x11,0x60,0x40,0x00,0x22, +0x27,0x11,0x50,0x02,0xa2,0x43,0x11,0xa0,0x09,0x0a,0x0b,0x00,0xfe,0x7a,0x11,0xa8, +0x00,0x22,0x8f,0x11,0x30,0x00,0x31,0xab,0x11,0x60,0x30,0x00,0xb0,0xbd,0x11,0x30, +0x09,0x09,0x06,0x00,0x00,0xd8,0x11,0x50,0x20,0x05,0x41,0xfe,0x00,0x12,0x00,0x70, +0x00,0x31,0x18,0x12,0x60,0x18,0x00,0x22,0x33,0x12,0x70,0x00,0x31,0x48,0x12,0x10, +0x30,0x00,0x13,0x5a,0x18,0x00,0x31,0x75,0x12,0x70,0x10,0x00,0x23,0x87,0x12,0x30, +0x04,0xa1,0x12,0xe0,0x03,0x04,0x04,0x00,0x02,0xa7,0x12,0x10,0xa0,0x04,0xa2,0xbc, +0x12,0x00,0x0b,0x0b,0x0c,0x00,0xfe,0xfe,0x12,0xa0,0x02,0x21,0x30,0x13,0x90,0x02, +0x32,0xff,0x67,0x13,0x10,0x00,0x31,0x99,0x13,0x90,0x40,0x01,0xa2,0xb9,0x13,0x00, +0x0b,0x0c,0x0c,0x00,0xfe,0x01,0x14,0x30,0x00,0xa0,0x43,0x14,0x60,0x0c,0x0d,0x0a, +0x00,0xff,0x84,0x14,0x18,0x00,0x30,0xff,0xfe,0xcc,0x10,0x00,0x52,0x09,0x00,0x00, +0x07,0x15,0x20,0x00,0x50,0x49,0x15,0x80,0x05,0x06,0x48,0x00,0x20,0x15,0x40,0x70, +0x04,0xb2,0xff,0x94,0x15,0x60,0x0c,0x0d,0x0c,0x00,0xfe,0xe2,0x15,0x58,0x00,0xc0, +0x14,0x16,0x90,0x07,0x08,0x0c,0x00,0xfe,0x44,0x16,0xa0,0x09,0xc8,0x02,0x90,0x70, +0x16,0xa0,0x09,0x0a,0x0c,0x00,0xfe,0xac,0x08,0x00,0x43,0x0a,0x00,0xff,0xde,0x08, +0x00,0x22,0x10,0x17,0x20,0x00,0xf3,0x02,0x3c,0x17,0xa0,0x09,0x0b,0x0a,0xff,0xff, +0x73,0x17,0xe0,0x06,0x07,0x0a,0x00,0xff,0x96,0x08,0x00,0x22,0xb9,0x17,0x28,0x00, +0x10,0xeb,0x08,0x00,0x52,0x03,0x00,0x03,0xfa,0x17,0x88,0x00,0xf0,0x0c,0x35,0x18, +0xc0,0x0d,0x0e,0x0c,0x00,0xfe,0x89,0x18,0x60,0x0c,0x0e,0x0c,0xff,0xfe,0xdd,0x18, +0x00,0x0b,0x0b,0x0b,0x00,0xff,0x1a,0x19,0xa0,0x20,0x04,0x23,0x01,0x38,0x08,0x00, +0xa2,0x56,0x19,0xc0,0x0d,0x0e,0x0a,0x00,0xff,0x9c,0x19,0x98,0x00,0x22,0xce,0x19, +0xc0,0x00,0x22,0x10,0x1a,0xd8,0x00,0x22,0x58,0x1a,0x60,0x00,0x22,0x8a,0x1a,0xa0, +0x00,0x13,0xc6,0x10,0x00,0x13,0xf8,0x08,0x00,0x22,0x2a,0x1b,0x38,0x00,0xa2,0x5c, +0x1b,0xe0,0x06,0x08,0x0c,0xff,0xfe,0x8c,0x1b,0x28,0x00,0x13,0xc8,0x08,0x00,0x22, +0x04,0x1c,0x90,0x00,0xf3,0x12,0x3f,0x1c,0x00,0x0b,0x0d,0x0c,0xff,0xfe,0x8d,0x1c, +0x40,0x08,0x09,0x0c,0x00,0xfe,0xc3,0x1c,0xc0,0x0d,0x0e,0x0b,0x00,0xff,0x10,0x1d, +0xc0,0x0d,0x0e,0x08,0x00,0x00,0x48,0x08,0x00,0x13,0x80,0x08,0x00,0x13,0xb8,0x08, +0x00,0x13,0xf0,0x08,0x00,0x22,0x28,0x1e,0xa8,0x00,0x22,0x6e,0x1e,0x58,0x00,0x13, +0xaa,0x08,0x00,0x22,0xe6,0x1e,0xa8,0x00,0xa2,0x2e,0x1f,0xc0,0x0d,0x0e,0x09,0x00, +0x00,0x6d,0x1f,0x60,0x00,0x60,0xa3,0x1f,0x10,0x0b,0x0c,0x08,0x70,0x07,0xf0,0xaf, +0xd1,0x1b,0x14,0x1e,0xb0,0xeb,0xb7,0xeb,0xba,0xeb,0xbb,0xeb,0xbc,0xeb,0xc0,0xeb, +0xc2,0xeb,0xc4,0xeb,0xc8,0xeb,0xcb,0xeb,0xd0,0xeb,0xd5,0xeb,0xd6,0xeb,0xd7,0xeb, +0xed,0xeb,0xf2,0xeb,0xf7,0xeb,0xfa,0xeb,0xfb,0xeb,0xfc,0xeb,0x00,0xec,0x01,0xec, +0x02,0xec,0x03,0xec,0x16,0xec,0x17,0xec,0x1d,0xec,0x1f,0xec,0x20,0xec,0x23,0xec, +0x26,0xec,0x27,0xec,0x28,0xec,0x2a,0xec,0x42,0xec,0x44,0xec,0x73,0xec,0x74,0xec, +0x76,0xec,0x78,0xec,0x8f,0xec,0x96,0xec,0x99,0xec,0xa2,0xec,0xcb,0xec,0xd3,0xec, +0x0a,0xed,0x9a,0xed,0xef,0xed,0xf0,0xed,0xf1,0xed,0xf2,0xed,0xf3,0xed,0x36,0xee, +0x42,0xee,0x9c,0xee,0xb3,0xee,0x09,0xf1,0x71,0xf3,0x51,0xf4,0xf9,0xe8,0xe8,0xd7, +0xd7,0x42,0x74,0xf9,0x4f,0x2f,0x73,0xf1,0xe6,0x1c,0x0a,0x40,0x00,0xd0,0x76,0x02, +0xb0,0xa3,0x6e,0xed,0xfc,0x08,0x40,0xc0,0x0b,0x23,0x90,0xaf,0xde,0xe8,0x1b,0x0a, +0x30,0x48,0x0d,0x00,0x1b,0xff,0xb1,0x8e,0x58,0xe9,0x8e,0x56,0x10,0x2e,0xfd,0x70, +0x00,0x7d,0xfa,0x55,0x36,0x8e,0x9e,0x88,0xcc,0x1b,0xff,0xc3,0x00,0x36,0xc2,0x00, +0xf0,0x70,0x2d,0xd6,0x00,0x89,0x00,0x98,0x3f,0x02,0xe1,0x00,0xb6,0x1f,0x0b,0x50, +0x00,0x99,0x3e,0x5c,0x8d,0xa0,0x1c,0xd6,0xe5,0xf0,0xc5,0x00,0x09,0x84,0xd0,0xa7, +0x00,0x3d,0x02,0xf0,0xc5,0x00,0xd4,0x00,0x9c,0xb0,0x00,0x7e,0xe5,0x00,0x00,0xf3, +0x7d,0x00,0x00,0xf6,0xc8,0x00,0x02,0xef,0x70,0x10,0x2f,0xbf,0x35,0xe0,0x7e,0x08, +0xdc,0x80,0x5f,0x53,0xff,0x51,0x09,0xef,0xa9,0xe8,0x6f,0x05,0xf0,0x3b,0x00,0x02, +0xf5,0x0b,0xc0,0x1f,0x60,0x5f,0x20,0x6f,0x10,0x6f,0x10,0x5f,0x20,0x1f,0x60,0x0b, +0xc0,0x02,0xf5,0xac,0x00,0x2f,0x50,0x0b,0xb0,0x08,0xf0,0x06,0xf0,0x06,0xf0,0x08, +0xf0,0x0c,0xb0,0x2f,0x50,0xbc,0x00,0x06,0xb0,0x0c,0xcd,0xd1,0x2e,0xf5,0x05,0xb7, +0xa0,0x83,0x00,0x40,0x48,0x00,0x00,0x6d,0x03,0x00,0xf4,0x37,0x8f,0xff,0xff,0x13, +0x8d,0x33,0x00,0x6d,0x00,0x2a,0x33,0xf5,0x0a,0x20,0x60,0x01,0x10,0x9f,0xf3,0x24, +0x40,0x2a,0x34,0xf4,0x06,0xd0,0x9a,0x0d,0x70,0xf4,0x3f,0x16,0xe0,0x9b,0x0c,0x80, +0x06,0xee,0x70,0x2f,0x76,0xf3,0x7f,0x00,0xe8,0x8f,0x00,0xda,0x8f,0x00,0xd9,0x6f, +0x00,0xf8,0x2f,0x77,0xf3,0x06,0xee,0x70,0x03,0xdf,0x10,0x3e,0xbf,0x10,0x11,0x7f, +0x10,0x00,0x03,0x00,0xf2,0xc1,0x02,0x8f,0x31,0x5f,0xff,0xfd,0x08,0xee,0xa0,0x5f, +0x76,0xf6,0x13,0x00,0xf7,0x00,0x0a,0xf2,0x00,0xaf,0x60,0x0a,0xf4,0x00,0x6f,0x94, +0x42,0xaf,0xff,0xfa,0x09,0xef,0xa0,0x7f,0x66,0xf7,0x00,0x03,0xf5,0x00,0xcf,0x90, +0x00,0x26,0xf6,0x46,0x00,0xda,0x7f,0x66,0xf8,0x09,0xee,0xa0,0x00,0x0e,0xf0,0x00, +0x09,0xef,0x00,0x03,0xe7,0xf0,0x00,0xd6,0x6f,0x00,0x8b,0x06,0xf0,0x0d,0xff,0xff, +0xf0,0x22,0x27,0xf3,0x00,0x00,0x6f,0x00,0x3f,0xff,0xf6,0x4f,0x42,0x20,0x5f,0x10, +0x00,0x5f,0xcf,0xc1,0x4a,0x65,0xfa,0x01,0x00,0xcc,0x7f,0x65,0xf8,0x0a,0xfe,0xa0, +0x05,0xef,0xa0,0x1f,0x95,0xf5,0x6f,0x00,0x00,0x8e,0xae,0xb1,0x8f,0x64,0xf8,0x7f, +0x00,0xda,0x2f,0x85,0xf7,0x05,0xdf,0xa0,0x8f,0xff,0xfa,0x24,0x44,0xf7,0x00,0x08, +0xd0,0x00,0x2f,0x50,0x00,0x9e,0x00,0x00,0xf8,0x00,0x04,0xf4,0x00,0x05,0xf3,0x00, +0x09,0xef,0xb1,0x5f,0x54,0xf7,0x5f,0x31,0xf7,0x0a,0xff,0xb0,0x5f,0x54,0xf7,0x9e, +0x00,0xcb,0x7f,0x43,0xf9,0x09,0xef,0xa1,0x09,0xee,0x70,0x6f,0x67,0xf4,0x9e,0x00, +0xe9,0x7f,0x33,0xfa,0x1d,0xfd,0xea,0x00,0x10,0xe8,0x4f,0x68,0xf3,0x09,0xfe,0x60, +0xf9,0x75,0x00,0x00,0x75,0xf9,0x06,0x00,0xf0,0x08,0x67,0x61,0x00,0x00,0x17,0x00, +0x5b,0xfb,0x5e,0xe8,0x20,0x8e,0x40,0x00,0x29,0xee,0x71,0x00,0x05,0xbf,0x00,0x00, +0x02,0x3b,0x01,0x51,0x33,0x33,0x00,0x00,0x00,0x09,0x00,0xf0,0xa9,0x32,0x44,0x00, +0x00,0x5e,0xe8,0x20,0x00,0x5c,0xfb,0x00,0x01,0xaf,0x05,0xbf,0xc5,0x8e,0x82,0x00, +0x10,0x00,0x00,0x05,0xdf,0xc3,0x03,0xf9,0x4c,0xe0,0x26,0x00,0x8f,0x00,0x00,0x3f, +0xa0,0x00,0x3f,0x90,0x00,0x05,0x90,0x00,0x00,0x46,0x00,0x00,0x0a,0xe0,0x00,0x00, +0x06,0xcc,0xcb,0x30,0x00,0x0b,0x70,0x00,0x2c,0x30,0x08,0x61,0xab,0x8d,0x2c,0x00, +0xd0,0xa4,0x08,0xb0,0xc0,0x49,0x0d,0x00,0x77,0x0c,0x05,0x82,0xc0,0x0a,0x40,0xd0, +0x4a,0x0d,0x04,0xe3,0x77,0x00,0xd1,0x6b,0x84,0xb8,0x00,0x05,0xc2,0x00,0x16,0x20, +0x00,0x03,0xac,0xca,0x60,0x00,0x00,0x2f,0xf1,0x00,0x00,0x7f,0xf6,0x00,0x00,0xdb, +0xcc,0x00,0x02,0xf6,0x7f,0x10,0x08,0xf1,0x2f,0x70,0x0d,0xff,0xff,0xc0,0x3f,0x83, +0x38,0xf2,0x8f,0x10,0x01,0xf7,0x4f,0xff,0xfd,0x40,0x4f,0x73,0x4d,0xe0,0x4f,0x50, +0x0b,0xd0,0x4f,0xff,0xff,0x40,0x4f,0x73,0x3a,0xf2,0x4f,0x50,0x02,0xf6,0x4f,0x73, +0x39,0xf3,0x4f,0xff,0xfd,0x60,0x01,0xae,0xfc,0x40,0x0d,0xe6,0x4b,0xf3,0x5f,0x50, +0x00,0x61,0x8f,0x10,0x00,0xb9,0x01,0x50,0x00,0x5f,0x50,0x00,0x93,0x14,0x00,0x00, +0x1c,0x00,0xf1,0x01,0x4f,0xff,0xe9,0x10,0x4f,0x74,0x7f,0xc0,0x4f,0x50,0x07,0xf4, +0x4f,0x50,0x02,0xf7,0x3c,0x00,0xf0,0x09,0x50,0x07,0xf3,0x4f,0x73,0x6f,0xb0,0x4f, +0xff,0xe9,0x00,0x4f,0xff,0xff,0xb4,0xf7,0x44,0x42,0x4f,0x50,0x00,0x04,0xf5,0x00, +0x0e,0x00,0xb1,0x54,0xf7,0x33,0x31,0x4f,0x73,0x33,0x34,0xff,0xff,0xfe,0x0e,0x00, +0x26,0x44,0x41,0x1c,0x00,0x43,0x34,0xf7,0x33,0x30,0x0e,0x00,0xd1,0x01,0xae,0xfd, +0x60,0x0d,0xe7,0x4a,0xf6,0x5f,0x50,0x00,0x62,0x7f,0x78,0x00,0xf1,0x03,0x6f,0xfe, +0x5f,0x60,0x13,0xae,0x0d,0xf7,0x47,0xed,0x01,0xae,0xfd,0x81,0x4f,0x50,0x06,0xf3, +0x04,0x00,0xa2,0x51,0x16,0xf3,0x4f,0xff,0xff,0xf3,0x4f,0x74,0x48,0x10,0x00,0x04, +0x04,0x00,0x25,0x54,0xf5,0x03,0x00,0x83,0x00,0xbf,0xf5,0x00,0x36,0xf5,0x00,0x03, +0x03,0x00,0xf4,0x1a,0x35,0x03,0xf5,0x9f,0x5a,0xf2,0x1b,0xfe,0x60,0x4f,0x50,0x0b, +0xe2,0x4f,0x50,0xaf,0x30,0x4f,0x59,0xf3,0x00,0x4f,0xdf,0x80,0x00,0x4f,0xdb,0xf3, +0x00,0x4f,0x50,0xdd,0x10,0x4f,0x50,0x2f,0xb0,0x4f,0x50,0x06,0xf7,0x99,0x00,0x0a, +0x07,0x00,0xf7,0x74,0x73,0x33,0x14,0xff,0xff,0xf6,0x4f,0xf0,0x00,0xdf,0x64,0xff, +0x50,0x2f,0xf6,0x4f,0xb9,0x06,0xcf,0x64,0xf7,0xe0,0xb8,0xf6,0x4f,0x3f,0x4f,0x3f, +0x64,0xf2,0xbc,0xe0,0xf6,0x4f,0x27,0xf9,0x0f,0x64,0xf2,0x2f,0x40,0xf6,0x4f,0xc0, +0x03,0xf3,0x4f,0xf5,0x03,0xf3,0x4f,0xbd,0x03,0xf3,0x4f,0x3f,0x63,0xf3,0x4f,0x28, +0xe4,0xf3,0x4f,0x21,0xea,0xf3,0x4f,0x20,0x7f,0xf3,0x4f,0x20,0x0e,0xf3,0x01,0x9e, +0xfd,0x50,0x00,0xdf,0x75,0xbf,0x60,0x5f,0x50,0x00,0xdd,0x08,0xf1,0x00,0x09,0xf0, +0x7f,0x10,0x00,0x9f,0x04,0xf5,0x00,0x0d,0xd0,0x0c,0xf6,0x5a,0xf5,0x00,0x19,0xef, +0xc5,0x00,0x4f,0xff,0xfb,0x24,0xf7,0x45,0xfb,0x4f,0x50,0x0a,0xe4,0xf5,0x02,0xec, +0x4f,0xff,0xfe,0x34,0xf7,0x32,0x00,0x24,0x01,0x4b,0x00,0xde,0x75,0xaf,0x40,0x00, +0x10,0xf6,0x40,0x00,0xf0,0x1d,0xf8,0x6b,0xf4,0x00,0x08,0xdf,0xc4,0x00,0x00,0x01, +0xfb,0x31,0x00,0x00,0x05,0xef,0x40,0x4f,0xff,0xfd,0x50,0x4f,0x74,0x4b,0xf2,0x4f, +0x50,0x04,0xf4,0x4f,0x50,0x09,0xf2,0x4f,0xff,0xff,0x60,0x4f,0x73,0xaf,0x10,0x4f, +0x50,0x1e,0xed,0x00,0xfa,0x1c,0xf6,0x06,0xdf,0xea,0x02,0xf8,0x26,0xf8,0x4f,0x70, +0x01,0x00,0xcf,0xea,0x50,0x00,0x48,0xdf,0x81,0x40,0x00,0xcd,0x6f,0x83,0x5e,0xb0, +0x7d,0xfe,0xa1,0xef,0xff,0xff,0x93,0x49,0xf5,0x42,0x00,0x7f,0x20,0x00,0x07,0xf2, +0x00,0x07,0x00,0x4c,0x5f,0x40,0x05,0xf4,0x04,0x00,0xf4,0x80,0x4f,0x50,0x07,0xf2, +0x0e,0xd5,0x5e,0xd0,0x03,0xcf,0xfb,0x20,0xbe,0x00,0x08,0xf1,0x6f,0x20,0x0d,0xb0, +0x1f,0x70,0x2f,0x60,0x0b,0xc0,0x6f,0x10,0x05,0xf1,0xbb,0x00,0x00,0xf6,0xf5,0x00, +0x00,0xae,0xf0,0x00,0x00,0x4f,0xa0,0x00,0xdb,0x00,0xcf,0x30,0x5f,0x49,0xe0,0x0f, +0xf6,0x08,0xf0,0x6f,0x23,0xfb,0xa0,0xbc,0x02,0xf5,0x7d,0x7e,0x0f,0x80,0x0e,0x9a, +0x93,0xf4,0xf4,0x00,0xac,0xd6,0x0f,0xaf,0x00,0x06,0xff,0x20,0xcf,0xc0,0x00,0x2f, +0xf0,0x09,0xf8,0x00,0x5f,0x40,0x0e,0xb0,0x0b,0xd0,0x8f,0x20,0x02,0xf9,0xf8,0x00, +0x00,0x7f,0xe0,0x00,0x00,0xbf,0xf2,0x00,0x05,0xf6,0xeb,0x00,0x1e,0xb0,0x5f,0x50, +0x9f,0x10,0x0b,0xe0,0x8f,0x20,0x0c,0xd0,0x0e,0xa0,0x5f,0x40,0x06,0xf3,0xdb,0x00, +0x00,0xce,0xf2,0x00,0x00,0x4f,0x90,0x00,0x00,0x1f,0x70,0x04,0x00,0x00,0x63,0x02, +0xd0,0x31,0x44,0x4e,0xd0,0x00,0x07,0xf3,0x00,0x03,0xf7,0x00,0x01,0xeb,0xb0,0x08, +0xe7,0x00,0x6f,0x84,0x44,0x1a,0xff,0xff,0xf6,0x6f,0xf8,0x6f,0x10,0x6f,0x00,0x02, +0x00,0xfb,0x03,0x10,0x6f,0xf8,0xc7,0x09,0xa0,0x6e,0x03,0xf1,0x0f,0x40,0xd7,0x0a, +0xa0,0x7d,0xdf,0xf0,0x06,0x02,0x00,0xf4,0x82,0xdf,0xf0,0x00,0xdf,0x40,0x00,0x4e, +0x8b,0x00,0x0b,0x71,0xf2,0x02,0xf1,0x0a,0x80,0x8a,0x00,0x4e,0x00,0x06,0x66,0x66, +0x61,0x47,0x00,0x08,0xb0,0x09,0xef,0x90,0x03,0xc4,0x4f,0x40,0x1b,0xdd,0xf5,0x08, +0xf1,0x2f,0x60,0x9f,0x19,0xf7,0x03,0xde,0x6a,0xf2,0x3f,0x40,0x00,0x03,0xf4,0x00, +0x00,0x3f,0x8e,0xe6,0x03,0xfa,0x1b,0xf0,0x3f,0x40,0x5f,0x33,0xf4,0x05,0xf3,0x3f, +0xa1,0xbf,0x04,0xf7,0xee,0x50,0x06,0xef,0xa0,0x3f,0x62,0xe8,0x7f,0x00,0x00,0x7f, +0x00,0x00,0x3f,0x72,0xe9,0x07,0xee,0xa0,0x00,0x00,0x9f,0x00,0x00,0x9f,0x09,0xfc, +0xaf,0x4f,0x72,0xef,0x7f,0x10,0x9f,0x7f,0x10,0x9f,0x4f,0x72,0xef,0x09,0xfc,0xaf, +0x07,0xee,0xa0,0x4f,0x31,0xe7,0x7f,0xff,0xfa,0x7f,0x10,0x00,0x4f,0x72,0xc5,0x07, +0xef,0xa0,0x08,0xfa,0x0f,0xa0,0xdf,0xfb,0x0f,0x80,0x02,0x00,0x38,0x09,0xfd,0x9f, +0x34,0x00,0x94,0x0a,0xfc,0xae,0x17,0x40,0xcc,0x09,0xef,0xc2,0x80,0x00,0xf3,0x00, +0x7d,0xe5,0x03,0xfb,0x3c,0xe0,0x3f,0x50,0x7f,0x03,0xf4,0x07,0xf0,0x3f,0x40,0x07, +0x00,0x42,0x20,0x3f,0x43,0xf4,0x03,0x00,0x66,0x03,0xf4,0x00,0x20,0x03,0xf4,0x02, +0x00,0x44,0x06,0xf4,0x2f,0xc0,0x3c,0x00,0xf4,0x05,0x42,0xe8,0x03,0xf5,0xda,0x00, +0x3f,0xef,0x10,0x03,0xfa,0xea,0x00,0x3f,0x46,0xf3,0x03,0xf4,0x0c,0xc0,0x39,0x00, +0x00,0x03,0x00,0xfb,0x00,0x4f,0x7e,0xe4,0xcf,0x70,0x3f,0xa2,0xfe,0x2a,0xf0,0x3f, +0x40,0xdb,0x06,0xf1,0x05,0x00,0x6b,0x4f,0x7e,0xe5,0x03,0xfa,0x1c,0x7b,0x00,0xf7, +0x0c,0x06,0xdf,0xc3,0x03,0xf7,0x1b,0xe0,0x7f,0x10,0x5f,0x37,0xf1,0x05,0xf3,0x3f, +0x71,0xbe,0x00,0x6d,0xfc,0x30,0x4f,0x8d,0xe6,0x03,0xf9,0x0a,0x25,0x01,0x43,0x03, +0xf9,0xee,0x50,0x85,0x00,0x2c,0x09,0xfd,0x14,0x01,0x31,0x00,0x00,0x8f,0x03,0x00, +0xf2,0x26,0x04,0xf8,0xf1,0x3f,0xb3,0x03,0xf5,0x00,0x3f,0x40,0x03,0xf4,0x00,0x3f, +0x40,0x00,0x09,0xef,0xa0,0x4f,0x31,0xa4,0x2f,0xe9,0x40,0x01,0x7b,0xf6,0x4a,0x11, +0xd9,0x1b,0xff,0xb1,0x05,0x20,0x0e,0x50,0xdf,0xf7,0x2f,0x60,0x2f,0x50,0x2f,0x50, +0x1f,0x80,0x0c,0xf7,0x5f,0x30,0x9f,0x03,0x00,0xf8,0x8c,0x4f,0x30,0x9f,0x3f,0x93, +0xef,0x0a,0xfc,0x8f,0xcc,0x00,0xae,0x06,0xf1,0x0f,0x80,0x1f,0x64,0xf2,0x00,0xbb, +0x9d,0x00,0x06,0xfe,0x70,0x00,0x1f,0xf1,0x00,0x0e,0x70,0xaf,0x30,0xe7,0x0a,0xb0, +0xed,0x72,0xf3,0x06,0xe2,0xf7,0xb5,0xe0,0x02,0xf8,0xb2,0xf9,0xa0,0x00,0xee,0x70, +0xee,0x60,0x00,0xaf,0x30,0xaf,0x20,0x7f,0x21,0xe9,0x00,0xcb,0xad,0x00,0x02,0xff, +0x30,0x00,0x3f,0xf4,0x00,0x0d,0xa8,0xe1,0x09,0xe1,0x0d,0xa0,0xbd,0x00,0xad,0x04, +0xf3,0x0f,0x70,0x0e,0x84,0xf1,0x00,0x7d,0x9b,0x00,0x01,0xff,0x50,0x00,0x0b,0xe0, +0x00,0x03,0xf8,0x00,0x06,0xfb,0x00,0x00,0x5f,0xff,0xd0,0x01,0x4f,0x80,0x00,0xcc, +0x00,0x08,0xf2,0x00,0x4f,0x81,0x10,0x9f,0xff,0xf1,0x04,0xef,0x00,0x9f,0x10,0x09, +0xd0,0x00,0xcc,0x00,0xcf,0x30,0x02,0xda,0x00,0x09,0xc0,0x00,0x9d,0x00,0x08,0xe1, +0x00,0x3e,0xf0,0x2f,0x42,0xf4,0x03,0x00,0xf0,0x12,0xcf,0x70,0x00,0xbd,0x00,0x08, +0xe0,0x00,0x7f,0x10,0x01,0xdf,0x10,0x6f,0x40,0x08,0xe0,0x00,0x8e,0x00,0x0b,0xd0, +0x0c,0xf6,0x00,0x4d,0xd6,0x05,0x06,0x35,0xdf,0xd0,0x00,0x48,0x06,0x20,0x00,0x2b, +0xb5,0x07,0xf0,0x0e,0x3e,0xb0,0x00,0xcd,0xdd,0xea,0x89,0x00,0xe1,0x11,0x10,0x0a, +0x80,0xe0,0x00,0x00,0x01,0xf1,0xe3,0x33,0x31,0x0c,0x60,0xab,0xbb,0xcb,0xa7,0x00, +0x00,0x5d,0x06,0x30,0x00,0x00,0x19,0x28,0x00,0x10,0x79,0x05,0x00,0xf0,0x14,0x6e, +0xb0,0x00,0x00,0x00,0x6d,0x4f,0xdd,0xdd,0x00,0x6d,0x10,0x00,0x00,0xd1,0x0f,0x50, +0x00,0x00,0x0d,0x10,0x4e,0x30,0x33,0x33,0xd1,0x00,0x4e,0x5e,0xbb,0xba,0x00,0x00, +0x4f,0xb0,0x27,0x00,0x15,0x47,0xd0,0x10,0xf1,0x0f,0xad,0x20,0x00,0x00,0xb6,0x2d, +0x20,0x00,0xb7,0x00,0x2d,0x20,0xaf,0xb0,0x08,0xde,0x12,0x3d,0x20,0xc4,0x30,0x00, +0xc2,0x0c,0x20,0x00,0x0c,0x20,0xc2,0x00,0x09,0x00,0x86,0x0b,0xee,0xf1,0x00,0x00, +0xbe,0xef,0x10,0x12,0x00,0x00,0x09,0x00,0xf9,0x07,0x9c,0xf1,0x0c,0xdc,0x15,0xf3, +0x00,0x0c,0xa0,0x07,0xd1,0x08,0xc0,0x00,0x08,0xb7,0xd0,0x00,0x00,0x09,0xd1,0x00, +0x01,0x00,0x10,0xc1,0x05,0x00,0xd0,0x68,0x80,0x00,0x00,0x00,0x0b,0x0a,0x10,0x00, +0x00,0x06,0x50,0x28,0x39,0x11,0xf4,0x09,0x00,0xa1,0x00,0x00,0x65,0x00,0x02,0x90, +0x00,0x0b,0x00,0x00,0x09,0x10,0x06,0x50,0x00,0x00,0x29,0x00,0xda,0xaa,0xaa,0xaa, +0x3d,0x00,0xf0,0x0f,0x69,0xa1,0x00,0x39,0x5f,0x01,0x80,0x78,0x04,0xf1,0x66,0x38, +0x00,0x93,0xff,0x18,0x10,0x0b,0xa4,0x17,0x90,0x02,0xc2,0x00,0x98,0x20,0x20,0x00, +0x27,0x29,0x34,0x00,0xf3,0x4b,0x49,0x20,0x39,0x40,0x00,0x16,0x86,0x10,0x00,0x00, +0x46,0x66,0x00,0x00,0xa6,0xef,0x8b,0x50,0x69,0x24,0xc0,0x4d,0x24,0x50,0x00,0x00, +0x72,0xc5,0x00,0x00,0x0b,0x6a,0x80,0x00,0x00,0xa6,0x0e,0x40,0x00,0x7d,0x00,0x2e, +0x98,0xad,0x00,0x00,0x15,0x44,0x00,0x00,0x04,0x87,0x97,0x10,0x03,0x48,0xa0,0x29, +0x40,0x89,0x05,0x80,0x0a,0x16,0x96,0x89,0x00,0x27,0x80,0x59,0x00,0x00,0x97,0x20, +0x00,0x00,0x27,0x19,0x00,0x00,0x09,0x20,0x58,0x10,0x18,0x50,0x00,0x28,0x98,0x20, +0x83,0x00,0xf0,0x3c,0xb9,0x99,0xc3,0x00,0x37,0x00,0x0a,0x00,0x09,0x10,0x03,0x70, +0x00,0xd1,0x02,0xa1,0x00,0x99,0x93,0xf0,0x00,0x55,0x0a,0x95,0x60,0x08,0x03,0x89, +0x09,0x00,0x63,0x31,0x03,0x70,0x00,0xa3,0x03,0xb0,0x00,0x00,0x68,0x60,0x00,0x00, +0x00,0x87,0xa0,0x00,0x07,0x07,0x00,0x67,0xde,0xe7,0x67,0x00,0x00,0x07,0x70,0x77, +0x70,0x77,0x07,0x77,0x07,0x70,0x00,0x00,0x77,0x7d,0xff,0x76,0x00,0x70,0x70,0x1c, +0x00,0xf1,0x1d,0x00,0x57,0x60,0x00,0x00,0x01,0x9d,0xeb,0x19,0x81,0xed,0x65,0x70, +0x93,0xff,0x00,0x00,0x09,0x00,0x88,0x00,0x00,0x90,0x01,0xb2,0x00,0x09,0x07,0xc1, +0x00,0x00,0x97,0xfd,0x00,0x00,0x08,0x41,0xdd,0x76,0x80,0x00,0x01,0x8c,0xda,0x80, +0x00,0xf0,0x49,0x97,0xfe,0x66,0x6c,0x90,0x94,0x2a,0xff,0x90,0xb6,0x7e,0xff,0x90, +0xf8,0x00,0x4b,0x90,0x00,0x00,0x09,0x90,0xf9,0x00,0x09,0x90,0x84,0x00,0x09,0x90, +0xe8,0x00,0x09,0x97,0xfd,0x77,0x7c,0x01,0x11,0x11,0x11,0x00,0x4e,0xf4,0x00,0x00, +0x86,0xaa,0x5a,0x00,0x56,0x09,0x80,0x47,0x0a,0x00,0x89,0x00,0xa0,0x90,0x56,0x2b, +0x3a,0x0a,0x79,0xb4,0x9a,0xf0,0x8f,0xa1,0x01,0xdf,0x00,0xc7,0x10,0x59,0x00,0x00, +0x38,0x84,0x00,0x00,0x06,0xca,0x20,0x00,0x04,0xff,0xfd,0xb6,0x08,0xf0,0x11,0xf5, +0xdd,0x35,0xff,0xfe,0xcf,0xfb,0x08,0xff,0x9c,0xff,0xa0,0xc5,0x8f,0xff,0xf1,0x67, +0x4f,0xff,0xff,0x79,0x3c,0xff,0xff,0xfb,0x7c,0xb9,0x99,0x99,0x70,0x00,0x04,0x04, +0x01,0x11,0x1c,0x05,0x00,0xf0,0x02,0x30,0x08,0xff,0xff,0xff,0x40,0x28,0x88,0x88, +0x88,0x10,0x6f,0xff,0xff,0xf6,0x00,0x5a,0x9b,0x00,0x10,0x4b,0x05,0x00,0xf0,0x28, +0x32,0x00,0x00,0x00,0x01,0xaa,0x71,0x00,0x00,0x19,0x64,0xa5,0x00,0x00,0x44,0xa6, +0x20,0x00,0x08,0xb5,0x10,0x02,0x95,0x69,0x20,0x01,0xe5,0x56,0x4e,0x10,0x6f,0x2e, +0xf0,0xf5,0x00,0xc8,0x33,0x6c,0x00,0x00,0x77,0x76,0x00,0x00,0xc9,0x99,0xc3,0x09, +0x00,0x90,0xa3,0x90,0x08,0x95,0xa9,0xc6,0x00,0x36,0x00,0x00,0x99,0x07,0x00,0xcf, +0xd9,0x99,0x99,0xc0,0x0a,0xc3,0x67,0x1c,0x67,0x1c,0x0a,0xc3,0xe2,0x08,0x0f,0x80, +0xff,0x70,0x4f,0x73,0x33,0x10,0x4f,0x50,0x64,0x08,0x61,0xfe,0x80,0x4f,0x73,0x39, +0xf5,0xaa,0x08,0x7f,0x74,0x4a,0xf4,0x4f,0xff,0xfe,0x70,0x02,0x09,0x0d,0x7f,0x4f, +0xff,0xff,0x04,0xf7,0x44,0x40,0x0d,0x08,0x02,0xf0,0x15,0x00,0xaf,0xff,0xa0,0x00, +0xcc,0x5e,0xa0,0x00,0xe9,0x0e,0xa0,0x01,0xf6,0x0e,0xa0,0x04,0xf3,0x0e,0xa0,0x09, +0xf0,0x0e,0xa0,0x4f,0xc5,0x5e,0xc3,0xef,0xff,0xff,0xfa,0xe7,0x00,0x00,0xba,0x04, +0x00,0x0f,0x06,0x09,0x09,0xff,0x61,0x08,0xf1,0x0c,0xb0,0x1f,0x80,0x1f,0x80,0xcb, +0x09,0xf1,0x00,0x9f,0x1c,0xb1,0xf8,0x00,0x01,0xf9,0xcb,0xae,0x10,0x00,0x0c,0xff, +0xff,0xc0,0x00,0x06,0xf3,0xcc,0x4f,0x60,0x01,0xf9,0x0c,0xb0,0xae,0x10,0xbe,0x10, +0xcb,0x01,0xea,0x06,0xdf,0xd6,0x04,0xf8,0x3a,0xf1,0x14,0x00,0x9f,0x10,0x03,0xff, +0x50,0x00,0x03,0xaf,0x24,0xa0,0x03,0xf5,0x5f,0x94,0xaf,0x20,0x7e,0xfd,0x50,0x4f, +0x20,0x0d,0xf2,0x4f,0x20,0x6f,0xf2,0x4f,0x20,0xea,0xf2,0x4f,0x27,0xe4,0xf2,0x4f, +0x3e,0x63,0xf2,0x4f,0xad,0x03,0xf2,0x4f,0xf5,0x03,0xf2,0x4f,0xc0,0x03,0xf2,0x01, +0xf2,0x2f,0x10,0x00,0x7c,0xc6,0x00,0x28,0x00,0x0d,0xc0,0x4f,0x50,0x6f,0x34,0xf5, +0x0e,0xa0,0x4f,0x56,0xf2,0x04,0xf6,0xc0,0x09,0xff,0x19,0x50,0x04,0xf5,0xae,0x10, +0x4f,0x51,0xeb,0x04,0xf5,0x05,0xf6,0x03,0xff,0xff,0xf0,0x5f,0x75,0xbf,0x07,0xf1, +0x08,0xf0,0x9f,0x00,0x8f,0x0c,0xd0,0x08,0xf0,0xfa,0x00,0x8f,0x9f,0x50,0x08,0xfe, +0xb0,0x00,0x8f,0x12,0x09,0x12,0x0f,0xb6,0x09,0x0c,0x0f,0x12,0x09,0x13,0x9f,0xff, +0xf2,0x4f,0x85,0x59,0xf2,0x4f,0x50,0x05,0x04,0x00,0x03,0x0f,0x32,0x09,0x0a,0x0f, +0xce,0x0a,0x0b,0x0f,0xe9,0x08,0x09,0xff,0x30,0xbe,0x00,0x0d,0xb2,0xf7,0x04,0xf3, +0x09,0xe1,0xbc,0x00,0x1e,0xaf,0x50,0x00,0x7f,0xd0,0x00,0x02,0xf6,0x00,0x28,0xce, +0x00,0x05,0xfd,0x30,0x00,0x00,0x00,0xf7,0x00,0x00,0x5c,0xff,0xfd,0x90,0x3f,0xa3, +0xf8,0x5f,0x98,0xf1,0x0f,0x70,0xae,0x9f,0x00,0xf7,0x0a,0xf4,0xf8,0x1f,0x73,0xfa, +0x07,0xff,0xff,0xfb,0x10,0x00,0x2f,0x81,0xbd,0x08,0x0e,0x3f,0x4f,0x50,0x0a,0x04, +0x00,0x03,0xb0,0x85,0x5b,0xe5,0x4f,0xff,0xff,0xff,0x00,0x00,0x00,0x6f,0x04,0x00, +0xf0,0x13,0x6f,0x10,0x09,0xf6,0xf1,0x00,0x9f,0x6f,0x10,0x09,0xf4,0xf6,0x01,0xbf, +0x0b,0xff,0xfe,0xf0,0x01,0x20,0x9f,0x00,0x00,0x09,0xf0,0x00,0x00,0x9f,0x4f,0x40, +0x3f,0x40,0x3f,0x54,0xb5,0x07,0x1f,0xf5,0x0b,0x00,0x04,0xff,0x01,0x85,0x7f,0x85, +0x7f,0x54,0xff,0xff,0xff,0xff,0xf5,0x4f,0x40,0x5f,0x20,0x7f,0x10,0x06,0x00,0x0c, +0x60,0x85,0x9f,0x75,0xaf,0x60,0x4f,0x30,0x00,0x10,0xf2,0xc0,0x03,0x13,0x03,0x06, +0x00,0x00,0x4c,0x03,0x10,0x8f,0x51,0x01,0x22,0x08,0xf0,0x0b,0x00,0x90,0xff,0xff, +0xe5,0x08,0xf0,0x4f,0x73,0x3b,0xf1,0x16,0x00,0x70,0x5f,0x48,0xf0,0x4f,0x74,0x4c, +0xf1,0x16,0x00,0x12,0xd4,0x21,0x00,0x05,0x04,0x00,0x1e,0xff,0x80,0x03,0xff,0x5d, +0x06,0xdf,0xe9,0x10,0x5f,0x94,0x6e,0xb0,0x03,0x00,0x06,0xf2,0x00,0x3f,0xff,0xf5, +0x00,0x03,0x37,0xf5,0x5c,0x00,0x09,0xf2,0x3f,0xa4,0x8f,0xa0,0x04,0xcf,0xe8,0x00, +0x4f,0x50,0x08,0xef,0xc4,0x04,0xf5,0x09,0xf6,0x3a,0xf3,0x4f,0x51,0xfa,0x00,0x0f, +0xa4,0xff,0xff,0x60,0x00,0xcd,0x4f,0x75,0xf7,0x00,0x0c,0xd4,0xf5,0x0e,0xb0,0x01, +0xfa,0x4f,0x50,0x7f,0x85,0xbf,0x34,0xf5,0x00,0x7e,0xfc,0x40,0x06,0xdf,0xff,0xf2, +0x3f,0xa4,0x48,0xf2,0x6f,0x30,0x06,0xf2,0x3f,0x80,0x06,0xf2,0x07,0xff,0xff,0xf2, +0x02,0xf9,0x38,0xf2,0x0c,0xe0,0x06,0xf2,0x7f,0x40,0x06,0xf2,0x97,0x09,0x02,0xf0, +0x1f,0x00,0x01,0x47,0x00,0x2c,0xff,0xd0,0x0d,0x72,0x00,0x04,0x99,0xed,0x50,0x6d, +0x92,0xaf,0x17,0xf2,0x04,0xf4,0x5f,0x20,0x4f,0x41,0xf8,0x1a,0xf1,0x05,0xdf,0xd4, +0x00,0x3f,0xff,0xe9,0x03,0xf4,0x08,0xf1,0x3f,0xff,0xf8,0x03,0xf4,0x06,0xf3,0x92, +0x08,0x73,0xff,0xfe,0x90,0x3f,0xff,0x43,0xf4,0x67,0x08,0x00,0x05,0x00,0xfe,0x0d, +0x02,0xff,0xff,0x00,0x4f,0x28,0xf0,0x07,0xf0,0x8f,0x00,0xbc,0x08,0xf0,0x1f,0x80, +0x8f,0x0e,0xff,0xff,0xfc,0xe6,0x00,0x08,0xce,0x60,0x00,0x8c,0xb1,0x09,0xfe,0x36, +0x0c,0xa0,0xc9,0x0d,0x90,0x5f,0x1c,0x94,0xf2,0x00,0xd9,0xc9,0xca,0x00,0x09,0xff, +0xef,0x50,0x02,0xf5,0xc9,0x8e,0x00,0xcc,0x0c,0x90,0xe9,0x1c,0xfe,0x60,0x37,0x1b, +0xd0,0x00,0xff,0x40,0x00,0x0a,0xe0,0x8d,0x1a,0xf0,0x1b,0xfd,0x50,0x3f,0x20,0xcf, +0x3f,0x26,0xff,0x3f,0x3e,0xaf,0x3f,0x9c,0x6f,0x3f,0xf3,0x6f,0x3f,0xa0,0x6f,0x0a, +0x80,0xb7,0x02,0xbc,0xa1,0x18,0x00,0xf0,0x33,0x3f,0x43,0xf3,0x3f,0x49,0xc0,0x3f, +0x6f,0x40,0x3f,0xfe,0x00,0x3f,0x5e,0x80,0x3f,0x45,0xf3,0x04,0xff,0xff,0x30,0x6f, +0x05,0xf3,0x09,0xd0,0x4f,0x30,0xba,0x04,0xf3,0x2f,0x70,0x4f,0x3d,0xd1,0x04,0xf3, +0x3f,0xe0,0x0b,0xf6,0x3f,0xe3,0x1f,0xf6,0x3f,0xa8,0x5b,0xf6,0x3f,0x5d,0xa6,0xf6, +0x3f,0x1e,0xe1,0xf6,0x3f,0x1a,0xd0,0xf6,0x3f,0x40,0xae,0x03,0x00,0x52,0xfe,0xfe, +0x3f,0x51,0xae,0x0c,0x00,0x0f,0x9a,0x09,0x02,0x33,0x3f,0xff,0xfe,0x2a,0x00,0x04, +0x03,0x00,0x0f,0xac,0x09,0x09,0x0e,0xd8,0x0a,0x68,0xbf,0xff,0xf1,0x01,0xf7,0x00, +0x03,0x00,0x0f,0x2a,0x09,0x09,0x30,0x00,0x00,0x53,0x05,0x00,0x13,0xe8,0x05,0x00, +0xf1,0x00,0x0a,0xf9,0xea,0xde,0x50,0x5f,0x64,0xfd,0x1b,0xe0,0x8f,0x00,0xe8,0x06, +0xf1,0x05,0x00,0x01,0x0f,0x00,0x56,0x0a,0xfa,0xea,0xde,0x50,0x28,0x00,0x0f,0x92, +0x09,0x02,0x77,0x3f,0x40,0xae,0x03,0xf4,0x0a,0xe0,0x07,0x00,0xd0,0xff,0xff,0xfa, +0x00,0x00,0x0a,0xa0,0x00,0x00,0xaa,0x8f,0x00,0xea,0x03,0x00,0xf0,0x01,0x10,0xea, +0x3f,0xfe,0xfa,0x00,0x10,0xea,0x00,0x00,0xea,0x3f,0x22,0xf4,0x0f,0x63,0xb5,0x04, +0x06,0x09,0x00,0x71,0x32,0xf4,0x0f,0x63,0xff,0xff,0xff,0x12,0x00,0x1c,0x60,0x05, +0x00,0x10,0x32,0x05,0x00,0x03,0x29,0x03,0x12,0x02,0x05,0x00,0x10,0xcf,0xc1,0x00, +0xb1,0xcb,0x00,0x00,0x00,0xcf,0xfe,0xb1,0x00,0xcb,0x02,0xf7,0x04,0x00,0x90,0xcf, +0xff,0xa0,0x3f,0x40,0x00,0x0e,0xa3,0xf4,0x64,0x00,0xf4,0x02,0xff,0xe8,0x0e,0xa3, +0xf4,0x06,0xf3,0xea,0x3f,0x40,0x6f,0x3e,0xa3,0xff,0xfe,0x80,0xea,0x68,0x0b,0x22, +0xff,0xe8,0x6d,0x02,0xfe,0x3b,0x6f,0x33,0xff,0xfe,0x80,0x1b,0xfe,0x70,0x6b,0x23, +0xf4,0x00,0x9e,0xf9,0x34,0x12,0xf9,0x7f,0x36,0xf5,0x09,0xfe,0x70,0x3f,0x40,0x8e, +0xea,0x13,0xf4,0x6f,0x41,0xea,0x3f,0xff,0xf0,0x0a,0xe3,0xf5,0x9f,0x00,0xae,0x3f, +0x44,0xf5,0x2e,0x93,0xf4,0x07,0xee,0xa1,0x0a,0xef,0xfa,0x7f,0x20,0xda,0x6f,0x30, +0xda,0x0b,0xfe,0xfa,0x0d,0xb0,0xda,0x9e,0x10,0xda,0x09,0x84,0xe0,0x01,0x10,0x20, +0x87,0x02,0xf0,0x0e,0x01,0x00,0x4f,0xf2,0x9f,0xf6,0x3e,0xc1,0x89,0x40,0x00,0x39, +0xee,0x93,0x00,0x04,0xbe,0x01,0x7c,0xfb,0x8f,0xc6,0x10,0x54,0x33,0x32,0x9f,0xff, +0xfe,0x49,0x01,0xf0,0x0b,0x59,0xb0,0x00,0x02,0x7b,0xff,0xff,0x00,0x1d,0xff,0xff, +0xff,0xf0,0x04,0xff,0xff,0xc7,0x8f,0x00,0x4f,0xa5,0x10,0x06,0xf0,0x04,0xf2,0x8c, +0x04,0x31,0x4f,0x20,0x00,0x0b,0x00,0xe1,0x8e,0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe, +0xff,0xf1,0x00,0x5b,0xb4,0x9f,0xb4,0x01,0x11,0x11,0xf2,0x1a,0xf0,0x1d,0x34,0x44, +0x44,0x30,0x1d,0x9f,0xdc,0xcc,0xdf,0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10, +0x00,0x1f,0x8d,0xc3,0xfb,0xaa,0xab,0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1, +0x00,0x01,0xf4,0xcd,0x6f,0x20,0x00,0x2f,0x6d,0xb5,0x92,0x04,0xf0,0x0b,0xb0,0xef, +0xe3,0xef,0xff,0xff,0xdf,0xff,0x5f,0xff,0xff,0xff,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7, +0x87,0x07,0x88,0x88,0x86,0xff,0xf5,0xff,0x01,0x00,0x00,0x86,0x04,0x70,0x35,0x40, +0x45,0x55,0x55,0x3f,0xff,0x67,0x01,0x01,0x16,0x00,0x70,0xfa,0xba,0x1a,0xbb,0xbb, +0xba,0x00,0x56,0x08,0x00,0x05,0x00,0x20,0x04,0xf9,0x05,0x00,0xf0,0x04,0xff,0xc1, +0x50,0x00,0x04,0xff,0xc0,0xcf,0x80,0x04,0xff,0xc0,0x08,0xff,0x84,0xff,0xc0,0x00, +0x09,0x4c,0x07,0x20,0x00,0x09,0x05,0x00,0x20,0x00,0x08,0xc8,0x0a,0xf0,0x14,0x7b, +0x00,0x04,0xc2,0xdf,0xc0,0x4f,0xf6,0x2e,0xfd,0xff,0x90,0x02,0xef,0xf9,0x00,0x04, +0xff,0xfc,0x00,0x5f,0xfa,0xef,0xc0,0xef,0x90,0x2e,0xf7,0x47,0x00,0x02,0x81,0x00, +0x00,0x1d,0xa2,0x09,0xf0,0x2b,0x71,0x2f,0x90,0x62,0x00,0x09,0xf7,0x2f,0x90,0xfe, +0x20,0x3f,0xb0,0x2f,0x90,0x5f,0xb0,0xaf,0x20,0x2f,0x90,0x0b,0xf1,0xce,0x00,0x2f, +0x90,0x07,0xf3,0xbf,0x00,0x05,0x20,0x08,0xf3,0x8f,0x50,0x00,0x00,0x0e,0xf0,0x1e, +0xf4,0x00,0x01,0xbf,0x70,0x04,0xff,0xc9,0xaf,0xfa,0x00,0x00,0x2a,0xff,0xfd,0x60, +0x92,0x00,0x10,0x10,0x93,0x00,0xf0,0x00,0x46,0x40,0x00,0x00,0x00,0x0e,0xfe,0x00, +0x00,0x08,0x7a,0xff,0xfa,0x78,0x03,0xb9,0x00,0xf0,0x09,0xf3,0x5f,0xff,0x83,0x9f, +0xff,0x50,0x9f,0xd0,0x00,0xdf,0x90,0x0a,0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c, +0xff,0xf7,0x2f,0x1c,0x00,0xa0,0x20,0x43,0x6f,0xff,0x63,0x40,0x00,0x00,0xdf,0xd0, +0x42,0x00,0x10,0x21,0x42,0x00,0xf0,0x35,0x0a,0xd3,0x3f,0x70,0x00,0x00,0x2d,0xec, +0xf9,0xf7,0x00,0x00,0x4e,0xd4,0x59,0xff,0x70,0x00,0x6f,0xb4,0xef,0x86,0xfb,0x00, +0x9f,0x96,0xff,0xff,0xa5,0xed,0x19,0x68,0xff,0xff,0xff,0xd3,0xb1,0x00,0xff,0xff, +0xef,0xff,0x50,0x00,0x0f,0xff,0x20,0xcf,0xf5,0x00,0x00,0xff,0xf2,0x0c,0xff,0x50, +0x00,0x09,0xaa,0x10,0x7a,0xa2,0x00,0x00,0x00,0x07,0x96,0x00,0x84,0x00,0x1b,0xfd, +0x06,0x00,0x50,0x17,0x7f,0xfe,0x77,0x00,0x67,0x08,0x51,0xfb,0x00,0x00,0x01,0xdf, +0x1c,0x01,0xf1,0x15,0x1d,0xfc,0x10,0x00,0x0f,0xff,0xe4,0x94,0xff,0xfe,0x0f,0xff, +0xfe,0x8e,0xff,0xff,0x0f,0xff,0xff,0xff,0x8b,0x7f,0x08,0x99,0x99,0x99,0x99,0x97, +0x00,0x03,0x44,0x44,0x41,0x00,0x00,0x0b,0xe2,0x02,0x80,0x06,0xf4,0x22,0x22,0x2d, +0xc0,0x02,0xf9,0x48,0x0c,0xc0,0x70,0xbe,0x22,0x00,0x00,0x12,0xaf,0x2f,0xff,0xf9, +0x00,0x3f,0x95,0x01,0x61,0xfc,0xce,0xff,0xff,0x6f,0xff,0xa2,0x01,0x11,0xcf,0x07, +0x00,0xf0,0x30,0x30,0x00,0x01,0x56,0x40,0x04,0x90,0x08,0xff,0xff,0xe6,0x7f,0x09, +0xfc,0x42,0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff,0xaf,0x10,0x00,0xcf,0xff,0xf1, +0x20,0x00,0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05,0x4f,0xff,0xfc,0x00,0x02,0xf8, +0xff,0xc2,0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff,0x50,0xf7,0x2a,0xff,0xfb,0x30, +0x05,0x20,0xd1,0x0c,0x00,0xd6,0x0c,0x73,0x01,0xd7,0x12,0x3d,0xf8,0xff,0xff,0x03, +0x00,0x92,0xef,0xff,0xf8,0x00,0x0b,0xf8,0x00,0x00,0xb7,0x5d,0x1d,0x00,0xbd,0x00, +0xf0,0x0c,0x70,0x00,0x12,0x3d,0xf8,0x00,0x0f,0xff,0xff,0x85,0x80,0xff,0xff,0xf8, +0x1e,0x2f,0xff,0xff,0x82,0xe1,0xef,0xff,0xf8,0x34,0x00,0x00,0xbf,0x4b,0x0c,0x16, +0xb7,0x60,0x0c,0x11,0x02,0x31,0x02,0xf1,0x28,0x02,0xe5,0x00,0x00,0x01,0xd7,0x02, +0x52,0xe3,0x01,0x23,0xdf,0x80,0x1d,0x76,0xb0,0xff,0xff,0xf8,0x58,0x2f,0x1f,0x1f, +0xff,0xff,0x80,0xe2,0xd3,0xd3,0xff,0xff,0xf8,0x2e,0x1e,0x2d,0x3e,0xff,0xff,0x83, +0x45,0xe1,0xf0,0x00,0x0b,0xf8,0x03,0xe4,0x9a,0x00,0x00,0x0b,0x70,0x02,0x6e,0x10, +0x93,0x15,0x04,0xf1,0x0b,0x60,0x13,0x44,0x44,0x44,0x43,0x1e,0xe6,0x00,0x40,0xfe, +0xf7,0x0a,0xff,0xf7,0x0a,0xf0,0x0b,0x7f,0xff,0x6e,0xff,0xfe,0xbf,0xff,0x40,0x2e, +0xff,0xf7,0x4e,0x40,0x00,0x6f,0xf8,0x00,0x10,0x00,0x06,0xff,0x96,0x66,0x66,0x66, +0x9f,0x0e,0x01,0x00,0xd4,0x09,0xd0,0x20,0x00,0x00,0x2f,0xb0,0x00,0x00,0x8f,0xf2, +0x00,0x01,0xff,0xfa,0x51,0x01,0xf1,0x0d,0x40,0x5f,0xff,0xff,0xe0,0xdf,0xff,0xff, +0xf6,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65,0xff,0xe1,0x09,0xff,0xfe, +0x30,0x00,0x25,0x40,0x66,0x00,0xf2,0x03,0x9d,0x00,0x03,0xd2,0xae,0x00,0x4f,0xf4, +0xae,0x06,0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04,0x00,0xf0,0x02,0xae,0x3e, +0xff,0xf4,0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69,0x00,0x01,0x91,0x67,0x2d, +0x00,0x20,0xff,0xd5,0x05,0x00,0x20,0xff,0xb2,0x05,0x00,0x30,0xff,0x80,0x00,0x9b, +0x00,0x10,0x50,0x7a,0x00,0x14,0xf7,0x35,0x03,0xf0,0x03,0xfb,0x20,0xff,0xff,0xfd, +0x40,0x00,0xff,0xff,0x70,0x00,0x00,0xff,0xa1,0x00,0x00,0x00,0x23,0x37,0x00,0xdf, +0xbf,0xfc,0x01,0xdf,0xf9,0xff,0xff,0x14,0xff,0xfd,0xff,0xff,0x24,0x05,0x00,0x09, +0x00,0x23,0x00,0x63,0x7a,0xa8,0x00,0x9a,0xa5,0xbf,0x50,0x00,0x30,0xff,0xf9,0xff, +0x8b,0x03,0x0f,0x05,0x00,0x0a,0x60,0xf9,0x7a,0xaa,0xaa,0xaa,0xa3,0x68,0x00,0xf0, +0x1d,0xa9,0x00,0x06,0xf0,0xcf,0xb0,0x07,0xf1,0xcf,0xfc,0x17,0xf1,0xcf,0xff,0xd9, +0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1,0xcf,0xff,0x97,0xf1,0xcf,0xf8,0x07, +0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x04,0xa0,0x00,0x00,0x1c,0x90,0xd6,0x01,0x21, +0xff,0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x11,0x60,0x64,0x01,0x00,0xa7,0x09,0x81, +0xff,0xf8,0x01,0x45,0x55,0x55,0x54,0x00,0x0b,0x00,0x10,0x0f,0x16,0x00,0x61,0xa0, +0x9b,0xbb,0xbb,0xbb,0xb4,0x69,0x0c,0x50,0x4f,0xe1,0x00,0x4f,0xe3,0x03,0x00,0x67, +0x3f,0xf3,0x00,0x01,0xdf,0x70,0x04,0x00,0xc5,0x20,0x00,0x01,0x50,0x1b,0x30,0x00, +0x03,0xff,0x30,0x00,0x04,0x04,0x00,0x43,0x20,0x00,0x9f,0xc0,0x03,0x00,0x41,0x4f, +0xc0,0x00,0x00,0xbd,0x03,0x10,0xea,0xe8,0x08,0x13,0xfd,0x05,0x00,0x51,0x12,0x25, +0xfd,0x22,0x20,0xc7,0x00,0x56,0xce,0xee,0xff,0xee,0xe6,0x19,0x00,0x02,0x05,0x00, +0x40,0x00,0xa7,0x00,0x00,0x56,0x0d,0x11,0x10,0x8d,0x00,0x10,0xdf,0x6c,0x01,0x40, +0x00,0x00,0x01,0x20,0x47,0x00,0xf2,0x25,0x9f,0xfe,0xfb,0x40,0x00,0x04,0xef,0x60, +0x13,0xdf,0x80,0x03,0xff,0x70,0x3f,0xa2,0xff,0x70,0xdf,0xf2,0x7c,0xff,0x2d,0xff, +0x2c,0xff,0x3b,0xff,0xf1,0xef,0xf1,0x2e,0xf9,0x2c,0xd6,0x4f,0xf5,0x00,0x2d,0xf9, +0x21,0x6e,0xf5,0x00,0x00,0x06,0xcf,0xfd,0x92,0x00,0x00,0x52,0x5a,0x02,0x50,0xce, +0x40,0x00,0x21,0x00,0xf1,0x06,0xf1,0x27,0xaf,0xef,0xf9,0x20,0x00,0x00,0x6f,0xf5, +0x11,0x5f,0xf4,0x00,0x05,0x03,0xee,0xcf,0x56,0xff,0x30,0x2f,0xd2,0x1b,0xff,0xd1, +0xff,0xe0,0x1e,0xfd,0x00,0x7f,0xe3,0xff,0xc0,0x05,0xff,0x40,0x04,0xef,0xfe,0x20, +0x00,0x5f,0xe6,0x10,0x1c,0xf8,0x00,0x00,0x01,0x8d,0xfd,0x20,0x9f,0xa0,0x44,0x00, +0x22,0x05,0xf9,0x4c,0x00,0x10,0x21,0x1e,0x0f,0x02,0xfa,0x02,0x00,0x4f,0x01,0x00, +0xc6,0x03,0x30,0xf1,0x00,0x00,0x8f,0x09,0x10,0xfa,0x07,0x00,0xf0,0x0a,0xdf,0x50, +0xef,0x30,0x00,0x00,0x06,0xff,0x50,0xef,0xc0,0x00,0x00,0x1e,0xff,0x50,0xff,0xf5, +0x00,0x00,0x9f,0xff,0xa6,0xff,0xfe,0xd7,0x08,0xc1,0x61,0xff,0xff,0x80,0x0b,0xff, +0xff,0x72,0xff,0xff,0xf1,0x0e,0xcf,0x03,0x30,0xf4,0x02,0x55,0x01,0x00,0x15,0x40, +0x4e,0x03,0xa0,0x0b,0x80,0xaa,0xa1,0x00,0x4a,0xef,0x8f,0xff,0xc0,0xc3,0x03,0xf1, +0x10,0x8d,0x4f,0xe3,0xcd,0x10,0x00,0x4f,0xf3,0x03,0x10,0x00,0x2e,0xf5,0x80,0xa7, +0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff,0xf5,0x00,0xaf,0xff,0xd1,0x11,0x00,0x00,0x1c, +0xad,0x0f,0x50,0x41,0x00,0x00,0x01,0xc7,0x2a,0x0e,0xf0,0x1b,0xff,0x70,0x00,0x01, +0xcf,0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70,0xbf,0x80,0x00,0x1d,0xf5,0x47,0x00, +0x00,0x01,0x91,0x8b,0x00,0x00,0x03,0xd3,0x9f,0xc0,0x00,0x3f,0xf3,0x09,0xfc,0x03, +0xff,0x40,0x00,0x9f,0xcf,0xf4,0xbf,0x05,0x00,0x73,0x00,0x42,0x84,0x00,0x00,0x00, +0x7d,0x03,0xa0,0x04,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff,0xb8,0x70,0x01,0xa0, +0xdb,0xfb,0xf5,0x00,0x00,0xe7,0x00,0x10,0xf7,0x10,0x07,0x00,0x00,0x8f,0x0b,0xa0, +0x20,0xe7,0x20,0x00,0xf7,0x11,0x10,0xcc,0xec,0xf5,0x25,0x02,0xa3,0x5e,0xff,0xa0, +0x00,0x35,0x55,0x54,0x03,0xea,0x00,0x31,0x04,0x91,0x13,0x44,0x20,0x00,0x00,0x0e, +0xff,0xff,0x40,0x28,0x03,0x4f,0xee,0xed,0xaf,0xff,0x01,0x00,0x07,0x03,0xba,0x03, +0x21,0x00,0x07,0xef,0x00,0x11,0xfb,0x41,0x01,0x10,0xfb,0x0c,0x05,0x00,0x06,0x00, +0x42,0x88,0xff,0xf8,0x80,0xe3,0x05,0x43,0x00,0x00,0xef,0xe0,0xee,0x05,0x40,0xff, +0xf8,0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37,0x02,0x20,0xb6,0xf8,0x44,0x05,0x10, +0x98,0x23,0x00,0x40,0x18,0x51,0x00,0x00,0x5f,0x01,0x01,0xab,0x03,0x11,0xfe,0x93, +0x01,0x20,0xfc,0x00,0x48,0x05,0x11,0xf7,0x06,0x00,0x10,0xf2,0x36,0x02,0xd1,0xef, +0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d,0xff,0xfa,0xff,0xd1,0xa3,0x05,0xa0,0x10, +0x00,0x09,0xff,0xfb,0x40,0x00,0x00,0x01,0x53,0x80,0x04,0xf0,0x37,0x3c,0xd4,0x00, +0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f,0x09,0xff,0x60,0x6f,0xff,0xdf,0xf6, +0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff,0x70,0x00,0x9f,0xff,0x9f,0xf7,0x00, +0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f,0xf6,0x2b,0xc3,0x00,0x04,0x71,0x00, +0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7,0x79,0x4f,0xff,0xf2,0x32,0xff,0x4f, +0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00,0x02,0x40,0x64,0x55,0x55,0x53,0xf3, +0x07,0x70,0x00,0x46,0x66,0x66,0x50,0x00,0xbf,0x26,0x09,0xa0,0xfa,0x66,0x66,0x8f, +0xa0,0xf6,0x00,0x00,0x1f,0xf8,0x05,0x00,0x04,0xd9,0x03,0xf1,0x0d,0x8a,0xff,0xfa, +0xff,0xf8,0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff,0xff,0x9b,0xff,0xfa,0xae, +0xee,0xee,0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0xf9,0x00,0x06,0x74,0x05,0x01,0x1c, +0x03,0x51,0x89,0x99,0x99,0x99,0x95,0x0f,0x00,0x0b,0x23,0x00,0x07,0x48,0x05,0x01, +0x6d,0x01,0xf9,0x06,0xc5,0x9f,0xff,0xff,0xff,0x95,0xf9,0x5e,0xff,0xfe,0x58,0xff, +0xfc,0x4c,0xfc,0x4c,0xff,0xff,0xff,0x64,0x6f,0x8e,0x01,0xf2,0x1b,0x03,0xdd,0xd9, +0x00,0x06,0xff,0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff,0xf6,0x64,0x0d,0xff,0xff, +0xfb,0x0f,0xff,0xff,0xf2,0x04,0x55,0xff,0x90,0x00,0x03,0xfe,0x10,0x00,0x07,0xf6, +0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0xaa,0x02,0x90,0x01,0x5b,0x41,0x00,0x00,0xff, +0xf4,0xff,0xf0,0xef,0x01,0xf0,0x09,0xf1,0x00,0xff,0xe4,0x55,0x51,0x10,0xff,0xc8, +0xff,0xf4,0xd1,0xff,0xc8,0xff,0xf3,0xa7,0xff,0xc8,0xff,0xfb,0xa8,0xff,0xc8,0xfd, +0x00,0x00,0x05,0x00,0x80,0x01,0x18,0xff,0xff,0xfd,0x00,0x08,0xff,0xfa,0x10,0x60, +0x22,0x22,0x21,0x00,0x00,0x62,0x71,0x02,0x20,0xeb,0x20,0xb9,0x01,0x80,0xf4,0x00, +0x05,0xff,0xff,0xfe,0x00,0x09,0xda,0x06,0x00,0x94,0x04,0x60,0x50,0x0d,0xff,0xff, +0xff,0x70,0x9e,0x08,0x11,0xd0,0xe4,0x00,0x80,0x35,0x55,0x55,0x55,0x41,0x00,0x06, +0xff,0xa9,0x01,0x12,0x42,0xda,0x00,0x23,0x44,0x43,0x3b,0x03,0xf5,0x17,0xf7,0x2b, +0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb,0xeb,0xeb,0xf6,0xff,0x60,0xb0,0xa0,0xb0, +0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6,0xf6,0x1a,0x00,0x00,0x0b,0x0f,0x6f,0xa6, +0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7,0x00,0x10,0x75,0x06,0x00,0x70,0x29,0xff, +0xe0,0x00,0x00,0x03,0xaf,0x2d,0x01,0x10,0x4c,0x26,0x08,0x20,0x05,0xdf,0xf1,0x04, +0x11,0x00,0x4e,0x08,0x43,0x00,0x05,0x89,0x9a,0x43,0x02,0x01,0x22,0x03,0x31,0x03, +0xff,0xd0,0x0d,0x00,0x11,0xf6,0x3f,0x00,0x21,0xfe,0x00,0xb2,0x0d,0xf4,0x06,0x20, +0x00,0x00,0x67,0x77,0x63,0x00,0x0f,0xff,0xfd,0x8c,0x00,0xff,0xff,0xd8,0xfc,0x0f, +0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4,0x09,0x00,0x03,0x54,0x47,0x88,0x88,0x88, +0x81,0xbf,0x01,0xf1,0x0f,0x06,0xbe,0xff,0xea,0x50,0x00,0x06,0xff,0xfd,0xbc,0xef, +0xfd,0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6,0x7b,0x10,0x26,0x88,0x51,0x02,0xc4, +0x00,0x1a,0xff,0x4c,0x06,0xc5,0x6f,0xc5,0x23,0x6e,0xf2,0x00,0x00,0x04,0x00,0x00, +0x00,0x30,0x1b,0x05,0x23,0x00,0x07,0xc8,0x00,0x60,0x97,0x00,0x00,0x00,0x36,0x66, +0x01,0x00,0x12,0x40,0xc7,0x01,0xa0,0xf2,0xf6,0x67,0x77,0x77,0x77,0x73,0xfe,0xf6, +0xef,0xc6,0x00,0x12,0xae,0x07,0x00,0x91,0xbe,0xf6,0x45,0x55,0x55,0x55,0x53,0xfc, +0xef,0x23,0x00,0x21,0xf0,0x24,0x6b,0x04,0x1e,0x20,0x38,0x00,0x21,0x70,0x02,0x38, +0x00,0x32,0xf1,0x00,0xae,0x07,0x00,0x01,0x38,0x00,0x2f,0x51,0x13,0x38,0x00,0x0d, +0x21,0x60,0x00,0x38,0x00,0x42,0xf0,0x00,0x00,0xae,0x07,0x00,0x00,0x38,0x00,0x2f, +0x41,0x11,0x38,0x00,0x0d,0x21,0x60,0x00,0x38,0x00,0x00,0xdd,0x03,0x11,0xae,0x07, +0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0b,0x21,0xf0,0xf6,0x71,0x05,0x21, +0xfd,0xf6,0x07,0x01,0x12,0xae,0x07,0x00,0x4e,0xbe,0xf6,0x11,0x11,0x38,0x00,0x00, +0x28,0x00,0x11,0x20,0xa8,0x01,0x11,0x8f,0x98,0x05,0xf1,0x10,0x1c,0x3b,0xc0,0x00, +0x00,0x6d,0x70,0x93,0x00,0x00,0x05,0x30,0xff,0xfb,0xfb,0xbb,0xbb,0xbe,0xf7,0xaf, +0xb0,0x05,0x90,0x00,0x08,0x80,0x02,0x00,0x00,0xc0,0x13,0x2b,0x00,0x31,0x4a,0xcf, +0xb0,0x32,0x00,0x34,0xbf,0xb0,0x00,0x00,0x0b,0xf0,0x2a,0x19,0xcd,0xa3,0x00,0x01, +0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf,0xb0,0x0e,0xd8,0xc5,0x4d,0xf0,0x0f,0xf6, +0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2,0x0f,0xfc,0x10,0x8f,0xf1,0x0f,0xd2,0xa6, +0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04,0xff,0xc5,0xff,0x60,0x00,0x6e,0xff,0xf8, +0x00,0x00,0x00,0x12,0x17,0x0b,0x21,0xaa,0x40,0xa3,0x03,0x60,0xf9,0x56,0x66,0x66, +0x66,0x63,0x04,0x02,0xad,0xe0,0x5f,0xbf,0xbe,0xce,0xf0,0x5f,0x6e,0x7d,0x8c,0x05, +0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04,0x66,0x66,0x65,0x20,0xd6,0x04, +0x01,0xe5,0x01,0x00,0xa7,0x05,0xa0,0x00,0x15,0xaf,0xfe,0x00,0x00,0x01,0xcf,0x6a, +0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b,0x00,0x23,0xff,0x90,0x0b, +0x00,0x10,0x0a,0x0b,0x00,0x21,0x00,0x0d,0xfa,0x03,0x30,0x0f,0xff,0x90,0x5a,0x03, +0x12,0x42,0x65,0x02,0x50,0x34,0x44,0x44,0x44,0x30,0x6e,0x0c,0x00,0xdf,0x07,0xf1, +0x1c,0xdf,0xff,0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13,0x90,0x8f,0xfc,0xcf,0xff, +0xff,0xd1,0x06,0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff,0xfc,0x0a,0xff,0xff,0x06, +0xd1,0x7f,0xfc,0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0x00,0x09,0xda,0x08,0x60,0x00, +0x36,0x66,0x63,0x00,0x4e,0x1d,0x12,0x8f,0x6b,0x0b,0x2f,0x4f,0xf6,0xb0,0xb2,0xf4, +0xe0,0x02,0x08,0x00,0xeb,0x00,0x42,0x22,0x88,0x88,0x88,0x1c,0x04,0x02,0x7c,0x01, +0xe1,0xf0,0x00,0xb6,0x00,0x00,0x0a,0xf0,0x0c,0xf8,0x11,0x11,0x1b,0xf0,0xcf,0xa0, +0x01,0x81,0x6f,0xfd,0xaa,0xaa,0xaa,0x90,0x05,0xf7,0x26,0x00,0x16,0x43,0xcd,0x04, +0x01,0xb5,0x04,0x2f,0xfd,0x00,0x01,0x00,0x26,0x2f,0xf6,0x00,0x01,0x00,0x29,0x04, +0x56,0x05,0x46,0xf3,0xf3,0xf6,0xf0,0x15,0x00,0x2f,0xfd,0xf9,0x43,0x00,0x18,0x3f, +0xec,0x00,0xec,0x86,0x00,0x2b,0x1e,0xfd,0x84,0x00,0x08,0x9b,0x00,0x0f,0x42,0x00, +0x11,0x7f,0xe9,0x00,0xe9,0x00,0x00,0xf3,0x00,0x01,0x00,0x30,0x1f,0xfd,0xfc,0x00, +0x1a,0x09,0x08,0x01,0x62,0xf6,0xec,0x00,0xec,0xf3,0xfd,0xca,0x00,0x9f,0xf3,0xfd, +0xf3,0x00,0x00,0xf6,0xf3,0x00,0xf3,0x95,0x00,0x19,0x30,0xf0,0xf6,0xf0,0x34,0x00, +0x02,0xd6,0x01,0x11,0xf6,0x42,0x00,0x1f,0xf9,0x08,0x01,0x1a,0x73,0x00,0xf6,0xfc, +0xf6,0x00,0xfd,0xf6,0x3f,0x01,0x30,0xfd,0xfe,0xfd,0xd0,0x00,0x0f,0x5e,0x02,0x1a, +0x10,0xfd,0xc6,0x00,0x24,0xf3,0xf0,0x84,0x00,0x7f,0xf9,0xf3,0xf6,0xf3,0x00,0xf6, +0xf6,0x91,0x02,0x1c,0x1f,0xf6,0x84,0x01,0x2c,0x1f,0xf3,0xcb,0x01,0x2e,0x1e,0xf9, +0x36,0x01,0x0f,0x01,0x00,0x34,0x10,0x07,0xf3,0x0d,0xc9,0xfe,0xfe,0xfc,0xf7,0xf9, +0xfc,0x00,0xf3,0xfc,0x00,0x02,0xfe,0x1e,0x00,0x26,0xfe,0xfe,0x16,0x0e,0x0f,0x9b, +0x00,0x06,0x30,0xfc,0xfe,0xfc,0x2b,0x00,0x7d,0xfc,0xfc,0xfe,0xfc,0xf9,0xfc,0xfc, +0x21,0x00,0x1f,0xfe,0x83,0x00,0x0d,0xfe,0x02,0xf7,0xfe,0xf9,0xfe,0xfc,0x00,0xfc, +0x00,0xf9,0xf9,0xf9,0xfc,0xf9,0xf9,0x00,0xfc,0x00,0x41,0x00,0x24,0xfe,0xf9,0x9c, +0x03,0x1f,0xea,0x50,0x00,0x01,0x75,0xf5,0xfc,0x00,0x00,0xfc,0x00,0xfe,0x1b,0x00, +0x10,0xfe,0x4e,0x00,0x10,0xf7,0x5b,0x00,0x43,0xf9,0xfc,0xf7,0x00,0x74,0x02,0x00, +0x45,0x01,0x0f,0x46,0x01,0x09,0x13,0x02,0x07,0x00,0x06,0x47,0x00,0x35,0x02,0x00, +0x04,0x19,0x00,0x1f,0x02,0x4c,0x01,0x10,0x11,0x02,0x7a,0x00,0x21,0x04,0x04,0x0a, +0x00,0x1f,0x02,0x03,0x01,0x19,0x03,0x01,0x00,0x11,0xfc,0xc6,0x00,0x40,0xfc,0xf9, +0xf9,0xfc,0x57,0x01,0x0f,0xd0,0x01,0x24,0x00,0x70,0x00,0x65,0x04,0x04,0xfe,0x00, +0x04,0x02,0xd3,0x00,0x0f,0x87,0x00,0x1c,0x07,0x01,0x00,0x1f,0x04,0x61,0x02,0x2e, +0x1e,0x02,0x0e,0x02,0x0f,0x89,0x00,0x0c,0x33,0xfc,0xfe,0xfe,0xfd,0x00,0x00,0x07, +0x01,0x02,0x2d,0x00,0x1e,0xfc,0x37,0x00,0x02,0xcf,0x14,0x1f,0xe6,0x4d,0x00,0x01, +0x70,0xf1,0xf5,0xfe,0xfe,0xf5,0xfe,0xfe,0x4a,0x00,0x20,0xfe,0xf9,0x51,0x00,0x03, +0x24,0x02,0x05,0x4a,0x00,0x0f,0x99,0x01,0x0d,0x00,0x33,0x00,0x10,0xfe,0xd8,0x02, +0x00,0x09,0x00,0x33,0xf9,0xfc,0xfe,0x18,0x03,0x18,0x02,0x93,0x02,0x04,0x3d,0x00, +0x3f,0xee,0x00,0xec,0x94,0x02,0x03,0x11,0x04,0xd0,0x01,0x03,0xfa,0x05,0x10,0xfe, +0xcc,0x00,0x00,0x7c,0x0d,0x82,0xf9,0xf5,0xf7,0x00,0xf5,0xfe,0xf9,0xf5,0xd4,0x03, +0x00,0x67,0x00,0x01,0xd6,0x02,0x2e,0xfc,0x00,0x37,0x04,0x00,0x2e,0x00,0x05,0x42, +0x00,0x20,0xfe,0xfc,0x19,0x02,0xc4,0xf5,0xf5,0xfe,0xf7,0xf9,0xf5,0xf7,0xf9,0xf5, +0xf9,0xf9,0xf5,0xcd,0x00,0x2f,0xf9,0xf7,0xc6,0x00,0x06,0x14,0xf7,0xfb,0x02,0x10, +0xf9,0xaf,0x00,0x17,0xfb,0x69,0x02,0x0f,0x01,0x00,0x16,0x00,0xdc,0x00,0x13,0xfb, +0x44,0x03,0x1f,0xfc,0xcb,0x01,0x1d,0x0f,0xa1,0x02,0x05,0x0b,0x99,0x02,0x0f,0x52, +0x02,0x2a,0x0f,0x58,0x03,0x11,0x30,0xfe,0xf9,0xfc,0xc6,0x01,0x7f,0xfc,0xee,0x00, +0x00,0xf7,0xf3,0xf9,0x4c,0x05,0x21,0x24,0xfc,0xfc,0x84,0x04,0x25,0xfe,0xfc,0x8f, +0x02,0x1f,0x02,0x4a,0x01,0x18,0x34,0xfc,0xfc,0xfc,0x09,0x02,0x34,0x00,0xf9,0xfe, +0x87,0x01,0x0e,0x42,0x00,0x0f,0x0f,0x01,0x2b,0x1f,0xfc,0xd9,0x00,0x1f,0x11,0x00, +0x29,0x03,0x02,0xd1,0x00,0x10,0xfe,0xe8,0x00,0x07,0x49,0x05,0x0f,0x1d,0x02,0x0f, +0x13,0xfe,0x05,0x00,0x11,0xfe,0x35,0x00,0x21,0xfc,0xfe,0x30,0x03,0x01,0x4c,0x00, +0x3f,0xf1,0x00,0xee,0xb6,0x09,0x1a,0x13,0xfc,0x57,0x03,0x0f,0x08,0x01,0x2d,0x01, +0x97,0x01,0x0f,0x48,0x00,0x1c,0x05,0xcb,0x02,0x12,0xfe,0xd5,0x00,0x01,0x97,0x03, +0x0f,0x7d,0x00,0x1e,0x02,0x7a,0x00,0x03,0xc9,0x00,0x0f,0x8c,0x01,0x1d,0x26,0xfe, +0xfc,0x7a,0x00,0x01,0x62,0x02,0x04,0x4a,0x01,0x0f,0x0a,0x01,0x22,0x16,0xfe,0xa4, +0x04,0x1f,0xfe,0x08,0x01,0x1c,0x1a,0xfe,0xe3,0x04,0x0f,0xc6,0x00,0x1c,0x18,0xfe, +0x50,0x01,0x00,0x42,0x00,0x0f,0x26,0x04,0x21,0x17,0xfe,0x94,0x02,0x10,0xfc,0x94, +0x02,0x07,0x6f,0x05,0x0f,0xd6,0x02,0x1e,0x01,0x9b,0x02,0x0f,0x42,0x00,0x1b,0x2e, +0x02,0xfe,0x93,0x00,0x23,0xfb,0xfe,0xcc,0x09,0x1f,0xf1,0xc6,0x00,0x17,0x07,0x89, +0x01,0x17,0x04,0x0e,0x0a,0x1f,0xf1,0x8a,0x00,0x11,0x11,0xfe,0xb8,0x04,0x12,0x02, +0x0b,0x01,0x8f,0x00,0xfe,0xfc,0x02,0x00,0xfe,0x02,0x00,0x08,0x01,0x1b,0x02,0x97, +0x03,0x02,0xcd,0x06,0x03,0x9c,0x01,0x0e,0x48,0x07,0x0f,0x85,0x00,0x0f,0x05,0xce, +0x02,0x01,0x1f,0x0a,0x1f,0xfc,0xce,0x01,0x1a,0x0f,0x82,0x08,0x2f,0x0e,0x48,0x09, +0x0f,0x01,0x00,0x2d,0x13,0xf1,0x04,0x00,0x0f,0x18,0x03,0x1b,0x08,0x94,0x02,0x05, +0x56,0x03,0x0f,0x8c,0x01,0x1b,0x02,0x22,0x05,0x05,0x44,0x06,0x03,0xdc,0x08,0x1f, +0x01,0xe0,0x06,0x0d,0x16,0x03,0x89,0x09,0x10,0x05,0x6f,0x12,0x9f,0x00,0x07,0x00, +0x08,0x00,0x09,0x0a,0x00,0x0b,0x6c,0x00,0x05,0x20,0x0c,0x00,0x26,0x33,0x2f,0x00, +0x0d,0x1f,0x00,0x04,0xf0,0x08,0x0f,0x10,0x11,0x12,0x13,0x00,0x14,0x15,0x00,0x00, +0x16,0x17,0x18,0x00,0x19,0x00,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x0c,0x17,0xff, +0x14,0x22,0x23,0x24,0x00,0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x00,0x00,0x2d, +0x2e,0x2f,0x00,0x30,0x00,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x00,0x00,0x38,0x00, +0x00,0x39,0x3a,0x3b,0x7f,0x01,0x2e,0x18,0x01,0xeb,0x00,0x22,0x03,0x04,0xd5,0x00, +0x02,0x49,0x13,0x16,0x06,0x22,0x08,0x05,0x01,0x00,0x01,0xaa,0x30,0x63,0x09,0x00, +0x0a,0x0b,0x00,0x0c,0x12,0x00,0x52,0x0d,0x00,0x0e,0x00,0x0f,0xda,0x1a,0x00,0x50, +0x1d,0xaf,0x12,0x13,0x14,0x0e,0x00,0x15,0x16,0x17,0x00,0x18,0x71,0x00,0x04,0x00, +0xca,0x27,0x40,0x1a,0x00,0x1b,0x1c,0x33,0x19,0xc0,0x1e,0x00,0x1f,0x20,0x00,0x21, +0x22,0x23,0x24,0x25,0x00,0x26,0x1c,0x00,0x21,0x27,0x00,0xec,0x00,0x63,0x2d,0x2e, +0x2f,0x30,0x2b,0x2c,0xea,0x00,0xff,0x00,0x38,0x39,0x3a,0x3b,0x3c,0x2c,0x3d,0x2c, +0x36,0x3e,0x3f,0x3f,0x40,0x41,0x42,0xea,0x00,0x27,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1040, .range_length = 26, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1067, .range_length = 37, .glyph_id_start = 140, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1105, .range_length = 62546, .glyph_id_start = 177, .list_length = 63, .type = 3, .unicode_list = 1920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[14927] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_bold_STD_s = { +.uncomp_size = 14567, +.comp_size = 9152, +.line_height = 12, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 59, +.right_class_cnt = 66, +.glyph_bitmap = 2046, +.class_pair_values = 10193, +.left_class_mapping = 14087, +.right_class_mapping = 14327, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 14927, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_32.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_ru_bold_32.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL.c index dbc0c847ed8..8959e52358d 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL.c @@ -925,7 +925,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[35136] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_ru_bold_32 = { +const etxLz4Font lv_font_arimo_ru_bold_XL = { .uncomp_size = 34840, .comp_size = 14573, .line_height = 36, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL_s.c new file mode 100644 index 00000000000..71857133e2b --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XL_s.c @@ -0,0 +1,641 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x90,0x05,0x08,0x00,0xf0,0x08,0xb0,0x06,0x04,0x0e,0x01, +0x00,0x1c,0x00,0x80,0x09,0x08,0x06,0x01,0x08,0x34,0x00,0x20,0x0b,0x0b,0x0e,0x00, +0x00,0x81,0x08,0x00,0xf0,0x16,0x11,0x00,0xfe,0xdf,0x00,0xd0,0x11,0x12,0x0e,0x00, +0x00,0x5d,0x01,0x70,0x0e,0x0e,0x0e,0x00,0x00,0xbf,0x01,0xc0,0x04,0x03,0x06,0x01, +0x08,0xc8,0x01,0xb0,0x06,0x06,0x13,0x01,0xfc,0x01,0x02,0x08,0x00,0xf0,0x0c,0x00, +0xfc,0x3a,0x02,0xd0,0x07,0x08,0x08,0x00,0x06,0x5a,0x02,0xb0,0x0b,0x0b,0x0b,0x00, +0x02,0x97,0x02,0x90,0x05,0x04,0x07,0x01,0xfd,0xa5,0x20,0x00,0x40,0x03,0x00,0x04, +0xae,0x10,0x00,0xd2,0x04,0x01,0x00,0xb6,0x02,0x90,0x05,0x06,0x0f,0x00,0x00,0xe3, +0x02,0x68,0x00,0xa2,0x30,0x03,0x20,0x0b,0x0a,0x0e,0x01,0x00,0x76,0x03,0x10,0x00, +0x13,0xc3,0x08,0x00,0xa2,0x10,0x04,0x20,0x0b,0x0c,0x0e,0x00,0x00,0x64,0x04,0x10, +0x00,0x13,0xb1,0x08,0x00,0x13,0xfe,0x08,0x00,0x22,0x4b,0x05,0x08,0x00,0x13,0x98, +0x08,0x00,0xa1,0xe5,0x05,0xb0,0x06,0x04,0x0b,0x01,0x00,0xfb,0x05,0xd0,0x00,0xa0, +0xfd,0x17,0x06,0xb0,0x0b,0x0b,0x0c,0x00,0x01,0x59,0x08,0x00,0x43,0x08,0x00,0x03, +0x85,0x10,0x00,0x40,0xc7,0x06,0x30,0x0c,0x58,0x00,0xa2,0x1b,0x07,0x80,0x13,0x12, +0x12,0x01,0xfc,0xbd,0x07,0xd8,0x00,0xa2,0x1f,0x08,0x70,0x0e,0x0d,0x0e,0x01,0x00, +0x7a,0x08,0x10,0x00,0x13,0xdc,0x10,0x00,0xf2,0x0b,0x37,0x09,0x50,0x0d,0x0c,0x0e, +0x01,0x00,0x8b,0x09,0x30,0x0c,0x0b,0x0e,0x01,0x00,0xd8,0x09,0x90,0x0f,0x0f,0x0e, +0x00,0x00,0x41,0x0a,0x20,0x00,0x40,0x9c,0x0a,0x90,0x05,0x40,0x01,0x50,0xb8,0x0a, +0x20,0x0b,0x0a,0xa0,0x00,0x10,0x0a,0x40,0x00,0x42,0x01,0x00,0x60,0x0b,0x30,0x00, +0xa2,0xad,0x0b,0xb0,0x10,0x0f,0x0e,0x01,0x00,0x16,0x0c,0x30,0x00,0x22,0x71,0x0c, +0x40,0x00,0x22,0xda,0x0c,0x58,0x00,0xa2,0x2e,0x0d,0x90,0x0f,0x0f,0x12,0x00,0xfc, +0xb5,0x0d,0x38,0x00,0xa2,0x17,0x0e,0x50,0x0d,0x0d,0x0e,0x00,0x00,0x72,0x0e,0xa8, +0x00,0x22,0xc6,0x0e,0x38,0x00,0x40,0x21,0x0f,0x50,0x0d,0x98,0x00,0xa2,0x83,0x0f, +0xe0,0x12,0x13,0x0e,0x00,0x00,0x08,0x10,0x10,0x00,0x13,0x6a,0x08,0x00,0x22,0xcc, +0x10,0x30,0x00,0x22,0x20,0x11,0x98,0x01,0x22,0x59,0x11,0x68,0x01,0x22,0x86,0x11, +0xa0,0x01,0xf1,0x03,0xbf,0x11,0xb0,0x0b,0x0c,0x09,0x00,0x05,0xf5,0x11,0x20,0x0b, +0x0d,0x01,0xff,0xfd,0xfc,0x11,0x98,0x01,0xf0,0x05,0x0c,0x05,0x12,0x20,0x0b,0x0c, +0x0b,0x00,0x00,0x47,0x12,0x30,0x0c,0x0b,0x0f,0x01,0x00,0x9a,0x12,0x20,0xc0,0x01, +0x21,0x00,0xd7,0x10,0x00,0x42,0x00,0x00,0x2a,0x13,0x10,0x00,0xa1,0x67,0x13,0xb0, +0x06,0x07,0x0f,0x00,0x00,0x9c,0x13,0x18,0x00,0xf0,0x0e,0xfc,0xef,0x13,0x30,0x0c, +0x0a,0x0f,0x01,0x00,0x3a,0x14,0x90,0x05,0x04,0x0f,0x01,0x00,0x58,0x14,0x90,0x05, +0x06,0x13,0xff,0xfc,0x91,0x14,0x20,0x0b,0x48,0x00,0x13,0xe4,0x18,0x00,0xf0,0x05, +0x02,0x15,0xd0,0x11,0x10,0x0b,0x01,0x00,0x5a,0x15,0x30,0x0c,0x0a,0x0b,0x01,0x00, +0x91,0x15,0x30,0x0c,0x70,0x00,0x21,0xd3,0x15,0x70,0x00,0x32,0xfc,0x26,0x16,0x50, +0x00,0xa2,0x79,0x16,0xd0,0x07,0x07,0x0c,0x01,0x00,0xa3,0x16,0x70,0x00,0xa2,0xe0, +0x16,0xb0,0x06,0x07,0x0e,0x00,0x00,0x11,0x17,0x38,0x00,0x22,0x48,0x17,0xa8,0x00, +0xa2,0x8a,0x17,0x90,0x0f,0x11,0x0b,0xff,0x00,0xe8,0x17,0x28,0x00,0xf2,0x13,0x25, +0x18,0x20,0x0b,0x0c,0x0f,0x00,0xfc,0x7f,0x18,0x00,0x0a,0x0a,0x0b,0x00,0x00,0xb6, +0x18,0xd0,0x07,0x08,0x13,0x00,0xfc,0x02,0x19,0xa0,0x05,0x04,0x13,0x01,0xfc,0x28, +0x19,0x10,0x00,0xf2,0x03,0x74,0x19,0xb0,0x0b,0x0b,0x04,0x00,0x05,0x8a,0x19,0x00, +0x08,0x08,0x08,0x00,0x07,0xaa,0x19,0xe8,0x01,0x31,0x0c,0x1a,0x60,0x60,0x01,0x22, +0x67,0x1a,0x68,0x01,0x31,0xc2,0x1a,0x50,0x90,0x02,0xa2,0x08,0x1b,0x40,0x0e,0x0e, +0x12,0x00,0xfc,0x86,0x1b,0xa8,0x01,0xb1,0xda,0x1b,0x10,0x12,0x14,0x0e,0xff,0x00, +0x66,0x1c,0x80,0x68,0x01,0x22,0xba,0x1c,0x38,0x00,0xc0,0x15,0x1d,0x60,0x0e,0x0d, +0x13,0x01,0x00,0x91,0x1d,0x30,0x0c,0x28,0x00,0x40,0xe5,0x1d,0x10,0x0e,0xc0,0x01, +0x22,0x40,0x1e,0xf8,0x01,0x22,0xa9,0x1e,0x58,0x00,0x22,0x04,0x1f,0xf8,0x01,0x22, +0x6d,0x1f,0x38,0x00,0x22,0xc8,0x1f,0x58,0x00,0x22,0x1c,0x20,0x88,0x00,0x22,0x7e, +0x20,0xc0,0x01,0x40,0xd2,0x20,0x70,0x0c,0x40,0x00,0xa2,0x2d,0x21,0x10,0x11,0x11, +0x0e,0x00,0x00,0xa4,0x21,0xe0,0x01,0xd0,0x06,0x22,0xa0,0x0e,0x0e,0x12,0x01,0xfc, +0x84,0x22,0x10,0x0e,0x0c,0x88,0x02,0xf0,0x04,0x22,0x20,0x14,0x12,0x0e,0x01,0x00, +0x56,0x23,0x60,0x14,0x14,0x12,0x01,0xfc,0x0a,0x24,0x90,0x13,0x10,0x00,0x22,0x88, +0x24,0x60,0x00,0x31,0xe3,0x24,0x40,0x58,0x00,0xb1,0x45,0x25,0xa0,0x14,0x13,0x0e, +0x01,0x00,0xca,0x25,0x60,0x10,0x00,0x22,0x2c,0x26,0x48,0x01,0xf2,0x13,0x6e,0x26, +0x60,0x0c,0x0c,0x0f,0x00,0x00,0xc8,0x26,0x50,0x0c,0x0b,0x0b,0x01,0x00,0x05,0x27, +0x50,0x08,0x07,0x0b,0x01,0x00,0x2c,0x27,0xb0,0x0c,0x0d,0x0f,0x00,0xfc,0x8e,0x27, +0x60,0x01,0xc0,0xcb,0x27,0x30,0x0e,0x10,0x0b,0xff,0x00,0x23,0x28,0xf0,0x09,0x60, +0x01,0x32,0x5a,0x28,0x50,0xc8,0x01,0x21,0x28,0x50,0x00,0x02,0x40,0xdc,0x28,0x00, +0x0a,0x10,0x00,0x31,0x13,0x29,0xb0,0xd8,0x01,0xb1,0x55,0x29,0xd0,0x0e,0x0d,0x0b, +0x01,0x00,0x9d,0x29,0x10,0x28,0x00,0x22,0xd4,0x29,0xf0,0x01,0x22,0x16,0x2a,0x10, +0x00,0x22,0x4d,0x2a,0xf8,0x01,0x22,0xa0,0x2a,0x60,0x00,0x31,0xdd,0x2a,0xd0,0x58, +0x00,0x22,0x14,0x2b,0xc8,0x01,0xa2,0x6e,0x2b,0x80,0x11,0x11,0x14,0x00,0xfc,0x18, +0x2c,0x20,0x00,0xb1,0x55,0x2c,0x50,0x0c,0x0c,0x0f,0x01,0xfc,0xaf,0x2c,0xa0,0x10, +0x00,0xf0,0x0d,0xec,0x2c,0xb0,0x10,0x0f,0x0b,0x01,0x00,0x3f,0x2d,0xe0,0x10,0x10, +0x0f,0x01,0xfc,0xb7,0x2d,0x90,0x0e,0x0e,0x0b,0x00,0x00,0x04,0x2e,0x10,0x11,0x18, +0x00,0x22,0x57,0x2e,0xd0,0x00,0x31,0x94,0x2e,0x10,0x30,0x00,0x31,0xd1,0x2e,0x10, +0x80,0x02,0xa2,0x29,0x2f,0xb0,0x0b,0x0c,0x0b,0xff,0x00,0x6b,0x2f,0x30,0x04,0xf0, +0x09,0x1f,0xfb,0x1f,0xfb,0x0f,0xfa,0x0f,0xfa,0x0f,0xf9,0x0f,0xf9,0x0e,0xf8,0x0d, +0xf8,0x0d,0xf7,0x0a,0xd5,0x00,0x00,0x1b,0xb7,0x18,0x00,0xf0,0x2a,0xaf,0xf0,0x7f, +0xf2,0x9f,0xe0,0x7f,0xf1,0x8f,0xd0,0x6f,0xf0,0x8f,0xc0,0x5f,0xf0,0x7f,0xb0,0x4f, +0xe0,0x01,0x10,0x01,0x10,0x00,0x01,0xf6,0x00,0x9e,0x00,0x00,0x5f,0x20,0x0d,0xb0, +0x00,0x08,0xf0,0x00,0xf7,0x00,0x22,0xcc,0x22,0x5f,0x61,0x2f,0xff,0xff,0xff,0xff, +0xc0,0x57,0xf8,0x55,0xcd,0x54,0x1b,0x00,0x30,0xa0,0x00,0x09,0x1b,0x00,0x60,0x12, +0xcc,0x22,0x5f,0x62,0x0a,0x1b,0x00,0xf0,0x13,0xf4,0x37,0xf8,0x55,0xce,0x55,0x10, +0x6f,0x10,0x0e,0xa0,0x00,0x09,0xe0,0x01,0xf6,0x00,0x00,0xda,0x00,0x5f,0x30,0x00, +0x00,0x00,0x0e,0x20,0x00,0x00,0x07,0xdf,0xff,0xd7,0x00,0x27,0x00,0xf0,0x38,0xf9, +0x02,0xff,0xa0,0xe3,0xbf,0xf2,0x4f,0xf4,0x0e,0x23,0xda,0x33,0xff,0xa0,0xe2,0x00, +0x00,0x0d,0xff,0xef,0x61,0x00,0x00,0x2d,0xff,0xff,0xfa,0x20,0x00,0x05,0xbf,0xff, +0xfe,0x10,0x00,0x00,0xe5,0xaf,0xf8,0x03,0x50,0x0e,0x20,0xdf,0xc9,0xff,0x10,0xe2, +0x0c,0xfc,0x4f,0xfc,0x3e,0x48,0xff,0x90,0xaf,0xff,0xff,0xff,0xe1,0x00,0x6c,0xef, +0xfe,0x91,0x00,0x00,0x00,0xe2,0xd1,0x05,0xf2,0x54,0x0a,0x10,0x00,0x00,0x02,0xbf, +0xfb,0x10,0x00,0x01,0xef,0x20,0x00,0x0e,0xfb,0xbf,0xc0,0x00,0x09,0xf7,0x00,0x00, +0x4f,0xc0,0x0e,0xf3,0x00,0x4f,0xc0,0x00,0x00,0x7f,0xa0,0x0c,0xf5,0x00,0xdf,0x20, +0x00,0x00,0x7f,0x90,0x0b,0xf6,0x08,0xf8,0x00,0x00,0x00,0x5f,0xb0,0x0c,0xf4,0x3f, +0xd3,0xcf,0xe9,0x00,0x1f,0xf2,0x3f,0xf1,0xcf,0x4f,0xfa,0xdf,0x90,0x08,0xff,0xff, +0x67,0xf9,0x6f,0xb0,0x1f,0xf0,0x00,0x48,0x83,0x2f,0xe0,0x9f,0x80,0x0e,0xf2,0x00, +0x00,0x00,0xbf,0x40,0xaf,0x70,0x0d,0xf3,0x00,0x00,0x06,0xfa,0x00,0x12,0x00,0xf0, +0x92,0x1e,0xe1,0x00,0x6f,0xa0,0x1f,0xf0,0x00,0x00,0xaf,0x50,0x00,0x1e,0xf8,0xbf, +0x90,0x00,0x04,0xfb,0x00,0x00,0x03,0xcf,0xe9,0x00,0x00,0x00,0x3b,0xef,0xc5,0x00, +0x00,0x00,0x01,0xff,0xdc,0xff,0x40,0x00,0x00,0x06,0xfc,0x00,0xaf,0x90,0x00,0x00, +0x08,0xfa,0x00,0xbf,0x90,0x00,0x00,0x05,0xfd,0x19,0xff,0x20,0x00,0x00,0x00,0xff, +0xff,0xd3,0x00,0x00,0x00,0x1a,0xff,0xf6,0x00,0x25,0x00,0x02,0xef,0xff,0xf5,0x00, +0x9f,0xa0,0x0b,0xfe,0x27,0xfe,0x10,0xef,0x40,0x0f,0xf7,0x00,0xdf,0xc8,0xfd,0x00, +0x1f,0xf7,0x00,0x2e,0xff,0xf5,0x00,0x0d,0xfd,0x20,0x09,0xff,0xf7,0x22,0x05,0xff, +0xfd,0xff,0xfe,0xff,0xfd,0x00,0x3a,0xef,0xeb,0x40,0x8d,0xfb,0xef,0xbd,0xfa,0xdf, +0x9c,0xf8,0xbf,0x71,0x10,0x00,0x6f,0xf5,0x01,0xff,0xc0,0x08,0xff,0x30,0x0e,0xfc, +0x00,0x5f,0xf6,0x00,0x9f,0xf2,0x00,0xcf,0xf0,0x00,0xef,0xd0,0x00,0xff,0xc0,0x00, +0xff,0xb0,0x03,0x00,0x50,0xef,0xc0,0x00,0xcf,0xf0,0x18,0x00,0xf0,0x0c,0x4f,0xf6, +0x00,0x0e,0xfc,0x00,0x08,0xff,0x30,0x01,0xff,0xb0,0x00,0x6f,0xf5,0xbf,0xf1,0x00, +0x2f,0xfa,0x00,0x09,0xff,0x20,0x02,0xff,0x90,0x22,0x00,0x20,0x8f,0xf3,0x22,0x00, +0x80,0x2f,0xf8,0x00,0x1f,0xfa,0x00,0x0f,0xfa,0x06,0x00,0x20,0x2f,0xf8,0x12,0x00, +0xf0,0x20,0x7f,0xf3,0x00,0xcf,0xf0,0x02,0xff,0x90,0x08,0xff,0x30,0x1f,0xfa,0x00, +0xaf,0xf1,0x00,0x00,0x1f,0xf0,0x00,0x10,0x0f,0xe0,0x10,0x8e,0x8f,0xe9,0xf5,0xaf, +0xff,0xff,0xf8,0x00,0xdf,0xfa,0x00,0x09,0xfb,0xdf,0x50,0x1e,0xf2,0x4f,0xc0,0x01, +0x50,0x55,0x07,0x70,0x16,0x50,0x00,0x00,0x00,0x04,0xff,0x8c,0x01,0x23,0x4f,0xf0, +0x0b,0x00,0x60,0x03,0x33,0x7f,0xf3,0x33,0x32,0x10,0x02,0x11,0xfe,0x31,0x02,0x1c, +0xe0,0x21,0x00,0x03,0x0b,0x00,0xf0,0x0b,0x00,0x9f,0xf3,0x9f,0xf3,0x9f,0xf2,0x06, +0xf1,0x0b,0xe0,0x5f,0x70,0x17,0x77,0x76,0x3f,0xff,0xfd,0x3f,0xff,0xfd,0x00,0x00, +0xaf,0xf3,0x02,0x00,0xf0,0x35,0x00,0x1f,0xf4,0x00,0x4f,0xf1,0x00,0x7f,0xe0,0x00, +0xaf,0xb0,0x00,0xdf,0x80,0x00,0xff,0x50,0x03,0xff,0x20,0x06,0xff,0x00,0x09,0xfc, +0x00,0x0c,0xf9,0x00,0x0f,0xf6,0x00,0x2f,0xf3,0x00,0x5f,0xf0,0x00,0x8f,0xd0,0x00, +0xbf,0xa0,0x00,0x00,0x19,0xef,0xe9,0x10,0x00,0x0d,0xff,0xff,0xfd,0x10,0x07,0xff, +0x83,0x7f,0xf8,0x00,0xcf,0xd0,0x00,0xcf,0xe0,0x0f,0xf5,0x00,0xf0,0x04,0x12,0xff, +0x90,0x00,0x7f,0xf3,0x2f,0xf8,0x00,0x07,0xff,0x42,0xff,0x80,0x00,0x7f,0xf4,0x2f, +0xf9,0x1a,0x01,0xf0,0x09,0xff,0xa0,0x00,0x9f,0xf1,0x0c,0xfe,0x00,0x0d,0xfd,0x00, +0x6f,0xf9,0x38,0xff,0x70,0x00,0xcf,0xff,0xff,0xc0,0x00,0x00,0x8e,0x5c,0x02,0xff, +0x0a,0x2c,0xff,0x60,0x00,0x07,0xff,0xff,0x60,0x00,0x9f,0xfb,0xff,0x60,0x00,0xab, +0x25,0xff,0x60,0x00,0x20,0x05,0xff,0x60,0x00,0x00,0x05,0x00,0x0a,0x60,0x01,0x16, +0xff,0x71,0x10,0xbf,0xe0,0x02,0x01,0x05,0x00,0x60,0x00,0x2a,0xef,0xeb,0x40,0x00, +0x01,0x01,0x60,0x50,0x0b,0xff,0x84,0x7f,0xfe,0xa1,0x01,0x71,0xcf,0xf1,0x00,0x00, +0x00,0x0c,0xff,0x07,0x01,0x10,0xb0,0x05,0x00,0xf0,0x04,0xf2,0x00,0x00,0x06,0xff, +0xf4,0x00,0x00,0x07,0xff,0xe3,0x00,0x00,0x08,0xff,0xc1,0x00,0x00,0x05,0x86,0x00, +0x70,0x01,0xef,0xf6,0x55,0x55,0x51,0x4f,0x3d,0x01,0x10,0x55,0x05,0x00,0x80,0xf5, +0x00,0x3a,0xef,0xda,0x30,0x00,0x5f,0x4d,0x00,0xa0,0x0e,0xff,0x74,0x9f,0xfd,0x03, +0xdd,0x70,0x00,0xdf,0x44,0x01,0xf0,0x03,0x0d,0xfe,0x00,0x00,0x04,0x5a,0xff,0x50, +0x00,0x00,0xff,0xfb,0x30,0x00,0x00,0x0f,0xff,0xfc,0x6f,0x03,0xf0,0x06,0x4e,0xfe, +0x10,0x01,0x00,0x00,0x7f,0xf5,0x7f,0xf7,0x00,0x08,0xff,0x52,0xff,0xf7,0x57,0xff, +0xf2,0x07,0xff,0xc0,0x01,0xa0,0x04,0xbe,0xfe,0xb5,0x00,0x00,0x00,0x03,0xff,0xf3, +0x3c,0x00,0x01,0x06,0x00,0xf0,0x0f,0x8f,0xef,0xf3,0x00,0x00,0x02,0xff,0x8f,0xf3, +0x00,0x00,0x0c,0xf7,0x6f,0xf3,0x00,0x00,0x7f,0xc0,0x7f,0xf3,0x00,0x02,0xff,0x20, +0x7f,0xf3,0x00,0x0b,0xf8,0x14,0x02,0x20,0x6f,0xd0,0x06,0x00,0x10,0xbf,0x89,0x00, +0x12,0xf0,0x06,0x00,0x80,0x11,0x11,0x11,0x7f,0xf4,0x10,0x00,0x00,0x18,0x00,0x02, +0x06,0x00,0x70,0x08,0xff,0xff,0xff,0xfc,0x00,0x9f,0x1f,0x04,0x80,0x0a,0xff,0x11, +0x11,0x11,0x00,0xbf,0xe0,0xeb,0x00,0xb1,0xfd,0x02,0x31,0x00,0x00,0xdf,0xec,0xff, +0xfb,0x10,0x0e,0x21,0x00,0x60,0xdd,0xd4,0x03,0xef,0xf4,0x00,0xf5,0x00,0x10,0x70, +0x06,0x02,0xf1,0x0d,0xf8,0x2b,0xc7,0x00,0x08,0xff,0x60,0xff,0xf7,0x47,0xff,0xf1, +0x05,0xff,0xff,0xff,0xf6,0x00,0x03,0xbe,0xfe,0xa3,0x00,0x00,0x06,0xcf,0xeb,0x30, +0x2b,0x04,0x60,0x40,0x05,0xff,0xb4,0x6f,0xfc,0x4d,0x00,0x50,0x45,0x30,0x0f,0xf9, +0x00,0xa9,0x00,0xf0,0x18,0x78,0xef,0xe8,0x00,0x3f,0xfe,0xff,0xff,0xf9,0x04,0xff, +0xf5,0x03,0xef,0xf1,0x3f,0xfb,0x00,0x08,0xff,0x51,0xff,0xa0,0x00,0x6f,0xf6,0x0d, +0xfe,0x00,0x09,0xff,0x40,0x7f,0xfa,0x36,0xff,0xe0,0x00,0xbf,0x35,0x01,0x51,0x00, +0x7d,0xff,0xb4,0x00,0x83,0x02,0x11,0x42,0x9e,0x04,0x50,0x05,0x55,0x55,0x5a,0xff, +0x32,0x04,0x01,0x7e,0x00,0x20,0xbf,0xd0,0x10,0x04,0x30,0xf4,0x00,0x00,0x2c,0x03, +0x30,0x00,0x00,0x07,0xbf,0x03,0x21,0x00,0xef,0x15,0x00,0x10,0xf8,0x5b,0x04,0x20, +0xff,0x30,0x10,0x00,0x00,0x65,0x01,0x20,0x0f,0xfc,0xe1,0x03,0x00,0xb2,0x01,0xf0, +0x12,0x00,0x4b,0xef,0xfc,0x60,0x00,0x7f,0xff,0xff,0xff,0x90,0x0e,0xff,0x30,0x2e, +0xff,0x10,0xff,0xc0,0x00,0xbf,0xf1,0x0a,0xff,0x30,0x2e,0xfc,0x00,0x1a,0xff,0xff, +0xfb,0x10,0x03,0x01,0xf0,0x04,0xb1,0x00,0xbf,0xf4,0x03,0xef,0xd0,0x2f,0xf9,0x00, +0x07,0xff,0x55,0xff,0x70,0x00,0x5f,0xf7,0x4f,0x0b,0x00,0x77,0x60,0xff,0xf4,0x03, +0xef,0xf2,0x06,0x88,0x01,0x40,0x3b,0xef,0xe9,0x10,0xd5,0x01,0xf1,0x18,0xfe,0x10, +0x0e,0xff,0x73,0x9f,0xf9,0x03,0xff,0xa0,0x00,0xcf,0xf0,0x4f,0xf8,0x00,0x09,0xff, +0x23,0xff,0xa0,0x00,0xaf,0xf4,0x0e,0xff,0x62,0x7f,0xff,0x50,0x6f,0xff,0xff,0xdf, +0xf5,0x00,0x5d,0xfe,0x86,0xa1,0x00,0x40,0x8f,0xf1,0x05,0x76,0xb5,0x02,0xf1,0x00, +0xcf,0xf6,0x3a,0xff,0x60,0x03,0xff,0xff,0xff,0xb0,0x00,0x03,0xbe,0xfd,0x70,0xe5, +0x05,0x26,0x1d,0xd9,0xf3,0x0a,0x20,0x0c,0xc9,0x12,0x00,0x5a,0x1f,0xfc,0x1f,0xfc, +0x0d,0x16,0x00,0x91,0xfc,0x1f,0xfb,0x00,0xd9,0x02,0xf6,0x0b,0xe1,0x11,0x00,0x00, +0xc5,0x01,0xf1,0x0b,0x05,0xbd,0x00,0x00,0x02,0x9e,0xff,0xe0,0x00,0x6c,0xff,0xfe, +0x92,0x09,0xff,0xff,0xc5,0x00,0x02,0xff,0xe8,0x20,0x00,0x00,0x2f,0xf7,0x2c,0x01, +0xe0,0xff,0xa4,0x00,0x00,0x01,0x7d,0xff,0xfd,0x71,0x00,0x00,0x04,0xaf,0xff,0x85, +0x01,0x30,0x17,0xdf,0xe0,0x3c,0x00,0x11,0x38,0x5b,0x01,0x10,0xd2,0x05,0x00,0x86, +0xfd,0x03,0x33,0x33,0x33,0x33,0x30,0x00,0x01,0x00,0x00,0x10,0x00,0x17,0x32,0x21, +0x00,0x01,0x15,0x00,0x20,0x02,0xf9,0x23,0x00,0x74,0x2f,0xff,0xd7,0x10,0x00,0x00, +0x4a,0x59,0x00,0x20,0xfe,0x70,0x59,0x00,0x10,0xfe,0x1f,0x00,0xe0,0xaf,0xe0,0x00, +0x00,0x5c,0xff,0xfd,0x00,0x29,0xef,0xff,0xc6,0x01,0xcf,0x85,0x00,0x71,0x2f,0xfb, +0x50,0x00,0x00,0x01,0x71,0x3e,0x00,0x50,0x07,0xcf,0xfd,0x92,0x00,0xa8,0x03,0xf0, +0x02,0xff,0x30,0x08,0xff,0xd5,0x4a,0xff,0xc0,0x0e,0xfe,0x10,0x00,0xdf,0xf0,0x04, +0x43,0x00,0xd5,0x04,0x00,0x3b,0x03,0x10,0xa0,0x8d,0x02,0x71,0xfc,0x10,0x00,0x00, +0x09,0xff,0x90,0x60,0x02,0x00,0x37,0x00,0x26,0x7c,0xc0,0x96,0x00,0x30,0x7b,0xb1, +0x00,0xfa,0x01,0x16,0xf1,0x06,0x00,0x51,0x02,0x7c,0xef,0xed,0x93,0x8d,0x04,0x30, +0xfb,0x87,0x8a,0x41,0x00,0x20,0x1d,0xf8,0x6b,0x00,0xf0,0x58,0xfb,0x00,0x00,0xcf, +0x40,0x2a,0xee,0x91,0xf7,0x5f,0x70,0x07,0xf5,0x03,0xed,0x67,0xeb,0xf3,0x0b,0xe0, +0x0f,0xb0,0x0d,0xd0,0x00,0x4f,0xf0,0x05,0xf2,0x5f,0x40,0x5f,0x50,0x00,0x0f,0xd0, +0x03,0xf4,0xaf,0x00,0xaf,0x00,0x00,0x1f,0x90,0x02,0xf4,0xcc,0x00,0xcd,0x00,0x00, +0x5f,0x60,0x04,0xf3,0xdb,0x00,0xdc,0x00,0x00,0xaf,0x30,0x09,0xe0,0xcc,0x00,0xbe, +0x00,0x03,0xff,0x10,0x2f,0x80,0xaf,0x00,0x6f,0x92,0x5e,0x9f,0x54,0xdd,0x00,0x5f, +0x50,0x0a,0xff,0xf6,0x0e,0xff,0xb1,0x00,0x0e,0xd0,0x00,0x23,0x10,0x00,0x32,0x00, +0x00,0x04,0xfb,0x7f,0x01,0xb0,0x28,0x00,0x00,0x00,0x6f,0xe8,0x42,0x23,0x7b,0xfe, +0x20,0x03,0x01,0x41,0xff,0xff,0xfc,0x60,0xac,0x00,0x22,0x24,0x43,0xb4,0x00,0x21, +0x0a,0xff,0xa9,0x00,0x40,0x0f,0xff,0xf7,0x00,0x2a,0x00,0x21,0xfa,0xfd,0xbd,0x00, +0x30,0xb4,0xff,0x20,0x94,0x02,0x30,0x60,0xff,0x80,0xbb,0x02,0x10,0x10,0x3a,0x01, +0xa0,0x0d,0xfb,0x00,0x4f,0xf3,0x00,0x00,0x2f,0xf6,0x00,0x2b,0x03,0x10,0x8f,0x80, +0x05,0x60,0x00,0x00,0xef,0xff,0xff,0xff,0x3b,0x05,0x60,0x93,0x33,0x34,0xff,0xa0, +0x09,0x35,0x00,0x40,0xbf,0xf0,0x0e,0xfd,0x49,0x00,0x11,0xf6,0xe7,0x02,0x20,0x1f, +0xfb,0x56,0x07,0x31,0xd8,0x10,0x0a,0xb0,0x05,0xa0,0x10,0xaf,0xf5,0x33,0x35,0xdf, +0xf9,0x0a,0xff,0x30,0xa2,0x04,0xe0,0xaf,0xf3,0x00,0x00,0x4f,0xf9,0x0a,0xff,0x52, +0x22,0x4d,0xff,0x30,0xaf,0xc1,0x03,0x31,0x30,0x0a,0xff,0x07,0x00,0x70,0xaf,0xf3, +0x00,0x01,0x4e,0xff,0x1a,0x23,0x03,0x40,0x7f,0xf6,0xaf,0xf3,0xbc,0x04,0x90,0x7a, +0xff,0x53,0x33,0x37,0xff,0xf4,0xaf,0xff,0xfd,0x04,0x00,0x27,0x00,0x01,0x6a,0x04, +0x41,0x6b,0xef,0xec,0x71,0xda,0x07,0xb0,0xff,0xfe,0x30,0x00,0xdf,0xfd,0x75,0x6b, +0xff,0xf1,0x08,0x49,0x03,0x30,0x7f,0xf7,0x0d,0x8c,0x00,0x32,0x06,0x20,0x0f,0x1a, +0x02,0x21,0x2f,0xfb,0x07,0x00,0x31,0x1f,0xfc,0x00,0xec,0x00,0x12,0xfe,0xae,0x02, +0x00,0x60,0x00,0x30,0x0a,0x71,0x06,0x18,0x05,0xb0,0x7f,0xfa,0x00,0xcf,0xfe,0x75, +0x6b,0xff,0xf2,0x00,0x1c,0x4d,0x00,0x40,0x40,0x00,0x00,0x5b,0x5b,0x00,0x72,0xaf, +0xff,0xff,0xec,0x71,0x00,0x0a,0x25,0x05,0x60,0xaf,0xf7,0x44,0x6c,0xff,0xf4,0xbd, +0x00,0x50,0x07,0xff,0xe0,0xaf,0xf3,0x41,0x00,0x11,0x4a,0xa3,0x00,0x30,0xf7,0xaf, +0xf3,0x1f,0x02,0x30,0x9a,0xff,0x30,0xdd,0x03,0x03,0xb0,0x00,0x00,0x0d,0x00,0x20, +0xdf,0xf3,0x0d,0x00,0x72,0x8f,0xfd,0x0a,0xff,0x74,0x46,0xbf,0xe4,0x00,0x91,0xfe, +0x40,0x0a,0xff,0xff,0xfe,0xc8,0x10,0x00,0xca,0x00,0x13,0xf2,0x06,0x00,0x61,0xf7, +0x44,0x44,0x44,0x40,0xaf,0xee,0x04,0x03,0x06,0x00,0x51,0xf6,0x44,0x44,0x44,0x20, +0x1e,0x00,0x13,0x90,0x06,0x00,0x08,0x1e,0x00,0x02,0x06,0x00,0x00,0x36,0x00,0x12, +0x42,0x12,0x01,0x07,0x06,0x00,0x10,0x7a,0x05,0x00,0x11,0xf7,0x1d,0x00,0x34,0x2a, +0xff,0x30,0x2e,0x00,0x02,0x70,0x04,0x01,0x16,0x00,0x11,0x1a,0xae,0x04,0x01,0x2c, +0x00,0x1d,0x4a,0x21,0x00,0x06,0x0b,0x00,0x00,0x5e,0x01,0x61,0xed,0x94,0x00,0x00, +0x02,0xdf,0x70,0x06,0xf1,0x00,0x00,0xdf,0xfe,0x75,0x69,0xff,0xf7,0x00,0x7f,0xfc, +0x00,0x00,0x02,0xec,0x80,0x60,0x01,0x00,0x7c,0x08,0x14,0xd0,0x61,0x01,0x00,0xd2, +0x00,0x30,0x51,0xff,0xc0,0x2e,0x01,0x10,0xf5,0x62,0x01,0x60,0x12,0x26,0xff,0x50, +0xcf,0xf3,0xf0,0x04,0x40,0xf5,0x07,0xff,0xd1,0x35,0x03,0xa0,0x50,0x0d,0xff,0xe8, +0x55,0x8e,0xff,0xf3,0x00,0x2c,0x7c,0x00,0x10,0xd3,0x1b,0x04,0x42,0xff,0xd9,0x40, +0x00,0x4b,0x01,0x01,0xee,0x01,0x2f,0xcf,0xf1,0x0d,0x00,0x02,0x51,0x87,0x77,0x77, +0xef,0xf1,0xb1,0x00,0x21,0xff,0x1a,0x06,0x00,0x0e,0x27,0x00,0x0f,0x0d,0x00,0x05, +0x0f,0x02,0x00,0x07,0x53,0x00,0x00,0xdf,0xff,0xfc,0x05,0x00,0x34,0x45,0x6f,0xfc, +0x1f,0x02,0x0f,0x05,0x00,0x03,0xf1,0x01,0x02,0x41,0x00,0x2f,0xfb,0x9f,0xf7,0x00, +0x4f,0xfa,0x4f,0xff,0x76,0xdf,0xf5,0x0a,0x1a,0x05,0x31,0x6c,0xef,0xd7,0xbd,0x00, +0x20,0x2e,0xff,0xbc,0x01,0x30,0x02,0xef,0xf5,0x0e,0x00,0x90,0x2e,0xff,0x50,0x00, +0xaf,0xf3,0x01,0xef,0xf5,0x4d,0x01,0x10,0x1d,0x3b,0x07,0x51,0xaf,0xf5,0xdf,0xf5, +0x00,0x1f,0x01,0x02,0x07,0x00,0x10,0xdf,0x3b,0x01,0x51,0xaf,0xfa,0x05,0xff,0xd1, +0x70,0x01,0x21,0x9f,0xfb,0x07,0x00,0x41,0x0c,0xff,0x80,0x00,0x46,0x00,0x21,0xf4, +0x00,0x19,0x03,0x22,0xff,0x20,0x49,0x02,0x1e,0xd0,0x9e,0x01,0x0f,0x0b,0x00,0x19, +0x14,0x74,0x23,0x02,0x13,0x9a,0x22,0x02,0x10,0x50,0x83,0x00,0x30,0x5a,0xff,0xfa, +0xf3,0x03,0xf0,0x2c,0xf5,0xaf,0xff,0xf0,0x00,0x04,0xff,0xff,0x5a,0xfd,0xef,0x40, +0x00,0x9f,0xcf,0xf5,0xaf,0xda,0xf9,0x00,0x0e,0xf8,0xff,0x5a,0xfe,0x5f,0xe0,0x03, +0xff,0x4f,0xf5,0xaf,0xe1,0xff,0x30,0x8f,0xb3,0xff,0x5a,0xfe,0x0c,0xf8,0x0d,0xf6, +0x3f,0xf5,0xaf,0xe0,0x7f,0xd2,0xff,0x13,0xff,0x5a,0xfe,0x01,0xff,0x7f,0xc0,0x0f, +0x00,0xb0,0x0c,0xff,0xf7,0x03,0xff,0x5a,0xfe,0x00,0x7f,0xff,0x20,0x0f,0x00,0x31, +0x02,0xff,0xd0,0x0f,0x00,0x70,0x0d,0xf8,0x00,0x3f,0xf5,0xaf,0xfd,0x39,0x04,0x10, +0x1a,0x56,0x04,0x50,0x7f,0xf1,0xaf,0xff,0xf1,0x0d,0x00,0x30,0xfe,0xff,0x90,0x0d, +0x00,0x30,0xd9,0xff,0x20,0x0d,0x00,0x20,0x1e,0xfb,0x0d,0x00,0x30,0xe0,0x7f,0xf4, +0x0d,0x00,0x30,0x00,0xdf,0xd0,0x0d,0x00,0x30,0x05,0xff,0x67,0x0d,0x00,0x20,0x0c, +0xfe,0x0d,0x00,0x60,0x00,0x3f,0xfd,0xff,0x1a,0xfe,0xaf,0x00,0x00,0x0d,0x00,0x21, +0x02,0xff,0x0d,0x00,0x10,0x08,0xaf,0x04,0x81,0x5b,0xdf,0xed,0x82,0x00,0x00,0x01, +0xcf,0xd4,0x07,0x00,0x99,0x02,0x31,0x6a,0xff,0xf5,0x99,0x02,0x40,0x05,0xff,0xf0, +0x0d,0xfe,0x00,0x31,0x0b,0xff,0x50,0x99,0x02,0x41,0x6f,0xf9,0x2f,0xfb,0x91,0x08, +0x30,0xa1,0xff,0xc0,0xb2,0x05,0x31,0xfa,0x0f,0xfe,0x1f,0x08,0x30,0x80,0xcf,0xf4, +0xe6,0x04,0x20,0xf4,0x06,0x84,0x01,0xc3,0x5f,0xfd,0x00,0x0c,0xff,0xe8,0x56,0xaf, +0xff,0x30,0x00,0x1b,0xfd,0x03,0x40,0x05,0xbd,0xfe,0xc7,0xa3,0x03,0x00,0x66,0x04, +0x03,0x7f,0x03,0x60,0xf7,0x44,0x58,0xff,0xf4,0xaf,0xc1,0x08,0x11,0xf8,0xa0,0x01, +0x11,0xfa,0xdb,0x03,0x53,0xf8,0xaf,0xf6,0x44,0x48,0xc7,0x03,0x10,0x70,0x30,0x00, +0x1a,0xb4,0xa3,0x03,0x0d,0x06,0x00,0x0c,0xbd,0x00,0x12,0xcf,0xbd,0x00,0x84,0x6f, +0xfd,0x10,0x00,0x06,0xff,0xe0,0x0c,0xbd,0x00,0x10,0xe0,0xbd,0x00,0x31,0xf8,0x1f, +0xfc,0xcc,0x09,0x11,0xa2,0xbd,0x00,0x41,0x3f,0xfa,0x0f,0xfd,0x87,0x06,0x40,0x90, +0xdf,0xf2,0x00,0x56,0x02,0x01,0xea,0x04,0xc0,0x3f,0xff,0x10,0x0e,0xff,0xb4,0x11, +0x6e,0xff,0x60,0x00,0x3e,0x85,0x00,0x90,0x80,0x00,0x00,0x18,0xef,0xff,0xfb,0x40, +0x00,0x32,0x00,0x12,0xfd,0x72,0x00,0x41,0xcf,0xfb,0x43,0x10,0x06,0x01,0x01,0x81, +0x02,0x00,0xd1,0x07,0x10,0x40,0xb1,0x00,0x45,0xea,0x30,0x00,0xaf,0xda,0x04,0x33, +0x45,0xaf,0xfe,0x89,0x03,0x00,0x88,0x04,0x00,0xea,0x08,0x02,0x0e,0x00,0x10,0x20, +0x1c,0x00,0x22,0xbf,0xfc,0x2a,0x00,0x11,0xd1,0x07,0x00,0x11,0xf9,0xcc,0x00,0x30, +0x2f,0xfe,0x10,0x07,0x00,0x31,0x07,0xff,0xb0,0x38,0x00,0x11,0xcf,0xfd,0x02,0x00, +0x16,0x00,0x02,0xb7,0x02,0xa0,0xb0,0x00,0x07,0xce,0xff,0xda,0x30,0x00,0x1d,0xff, +0x68,0x09,0x61,0x08,0xff,0xa3,0x12,0x9f,0xfe,0xa1,0x0a,0x60,0x9a,0x81,0x0b,0xff, +0x50,0x00,0x17,0x04,0x50,0xff,0xb7,0x30,0x00,0x00,0xee,0x08,0x71,0xfc,0x50,0x00, +0x00,0x16,0xbe,0xff,0x60,0x07,0x60,0x02,0x7f,0xff,0x40,0x01,0x10,0xfd,0x00,0x21, +0x3e,0xfb,0xc9,0x09,0x81,0xef,0xfb,0x53,0x47,0xff,0xf3,0x03,0xef,0xd9,0x08,0x71, +0x01,0x8c,0xef,0xfd,0xa4,0x00,0xcf,0x04,0x04,0x02,0x06,0x00,0x63,0x34,0x44,0x8f, +0xfa,0x44,0x44,0x55,0x09,0x0f,0x06,0x00,0x28,0x20,0xcf,0xf1,0x2e,0x03,0x30,0x3c, +0xff,0x10,0xdd,0x00,0x0f,0x0d,0x00,0x18,0x31,0x0b,0xff,0x3b,0xea,0x05,0x30,0xf1, +0x8f,0xfa,0x4a,0x02,0x81,0x02,0xff,0xfb,0x65,0x9f,0xff,0x60,0x05,0x34,0x02,0x91, +0x00,0x02,0x9d,0xff,0xda,0x40,0x00,0xaf,0xf4,0xea,0x09,0x20,0x5f,0xf9,0xcc,0x01, +0x31,0xa0,0x0e,0xfe,0x5e,0x01,0x30,0x09,0xff,0x30,0x5e,0x0b,0x50,0x03,0xff,0x80, +0x00,0x3f,0x5d,0x05,0x30,0xd0,0x00,0x8f,0x50,0x02,0x10,0xf3,0x0a,0x00,0x31,0x00, +0x2f,0xf8,0x44,0x0a,0x31,0x0c,0xfd,0x07,0xc6,0x06,0x22,0xff,0x1b,0x22,0x0a,0x21, +0x6f,0xf6,0x9c,0x07,0x22,0xef,0xf1,0x3f,0x01,0x20,0xa0,0x00,0x5d,0x0a,0x00,0x4d, +0x01,0x10,0xdf,0xc6,0x03,0x00,0x56,0x0b,0xf0,0x00,0xb9,0xff,0x40,0x00,0x7f,0xff, +0x60,0x00,0x6f,0xf7,0x5f,0xf7,0x00,0x0b,0xff,0xa1,0x0c,0x10,0x31,0xba,0x0d,0xf0, +0x3a,0xcf,0xe0,0x00,0xcf,0xf0,0x0d,0xfe,0x00,0x2f,0xf6,0xff,0x20,0x0f,0xfb,0x00, +0x9f,0xf2,0x06,0xfe,0x1f,0xf5,0x03,0xff,0x70,0x05,0xff,0x60,0x9f,0xb0,0xdf,0x90, +0x7f,0xf3,0x00,0x1f,0xf9,0x0d,0xf7,0x09,0xfd,0x0a,0xff,0x00,0x00,0xdf,0xd1,0xff, +0x30,0x6f,0xf1,0xdf,0xb0,0x00,0x09,0xff,0x5f,0xf0,0x02,0xff,0x5f,0xf7,0x00,0x00, +0x5f,0xfb,0xfc,0x00,0x0e,0xfb,0xff,0x20,0x00,0x01,0x61,0x02,0x30,0xbf,0xff,0xe0, +0xde,0x0b,0x50,0xf5,0x00,0x07,0xff,0xfa,0xda,0x08,0x81,0xff,0x10,0x00,0x3f,0xff, +0x60,0x00,0x2f,0xd9,0x00,0x20,0x70,0x07,0xd2,0x00,0x70,0xfc,0x00,0x00,0xcf,0xf2, +0x00,0xcf,0x11,0x02,0x22,0xfc,0x06,0x44,0x08,0x21,0x8f,0xfe,0x8b,0x02,0x21,0xff, +0xf4,0x9a,0x02,0x00,0xee,0x0a,0x00,0x3b,0x00,0x11,0xf2,0xe1,0x02,0x21,0xcf,0xfb, +0x6c,0x0c,0x10,0x1a,0xcc,0x00,0xd0,0x9f,0xf6,0x01,0xef,0xe1,0x00,0x03,0xff,0xc0, +0x00,0x6f,0xf9,0x00,0x66,0x06,0x50,0x0c,0xff,0x30,0x8f,0xf8,0x2a,0x0a,0x31,0xd0, +0x5f,0xfa,0xda,0x0c,0x30,0x0c,0xff,0x30,0x19,0x00,0x10,0x02,0x7d,0x0e,0xd0,0xf8, +0x00,0x00,0x9f,0xf4,0x00,0xef,0xe0,0x00,0x00,0x1e,0xfd,0x08,0x3f,0x00,0x42,0x06, +0xff,0x8f,0xfb,0x69,0x00,0x12,0xf2,0x69,0x00,0x12,0x80,0xeb,0x07,0x12,0x20,0x07, +0x00,0x1f,0x10,0x07,0x00,0x0b,0x01,0xea,0x07,0x12,0xf3,0x06,0x00,0x41,0x03,0x55, +0x55,0x57,0x45,0x04,0x02,0xeb,0x06,0x21,0xaf,0xf5,0xc6,0x0b,0x10,0x90,0x55,0x00, +0x01,0x8f,0x01,0x21,0xef,0xe1,0x36,0x00,0x01,0x36,0x0b,0x11,0xf7,0x99,0x03,0x11, +0xb0,0x7e,0x0a,0x50,0x65,0x55,0x55,0x53,0x6f,0x42,0x00,0x12,0xfa,0x06,0x00,0x9f, +0xef,0xff,0xf6,0xef,0xfe,0xe6,0xef,0xb0,0x00,0x03,0x00,0x17,0x00,0x30,0x00,0x70, +0xff,0xf6,0xbf,0xa0,0x00,0x8f,0xd0,0x85,0x0e,0x20,0x2f,0xf3,0x91,0x0e,0x20,0x0c, +0xf9,0x9d,0x0e,0xc0,0x06,0xff,0x00,0x03,0xff,0x20,0x00,0xff,0x50,0x00,0xdf,0x80, +0xbb,0x0e,0x20,0x7f,0xe0,0xc7,0x0e,0xaf,0x1f,0xf4,0xcf,0xff,0xf8,0xae,0xef,0xf8, +0x00,0x0f,0x03,0x00,0x17,0x00,0x30,0x00,0x80,0xcf,0xff,0xf8,0x00,0x00,0xef,0xf9, +0x00,0x4c,0x10,0x00,0x00,0x01,0xf0,0x0a,0x0c,0xf6,0xbf,0x70,0x00,0x00,0x3f,0xe0, +0x4f,0xe0,0x00,0x00,0xaf,0x80,0x0e,0xf5,0x00,0x01,0xff,0x20,0x07,0xfb,0x00,0x08, +0xfb,0x09,0x00,0xe0,0x0e,0xf4,0x00,0x00,0xaf,0x90,0x5f,0xd0,0x00,0x00,0x3f,0xf1, +0x2c,0xcc,0x01,0x00,0xf0,0x06,0x30,0x3e,0xf9,0x00,0x02,0xdf,0x80,0x00,0x0a,0xf6, +0x00,0x2a,0xdf,0xea,0x20,0x00,0x03,0xff,0xfd,0xff,0xf2,0x80,0x06,0x51,0x4f,0xf9, +0x00,0x03,0x43,0xd9,0x0c,0x61,0x26,0x88,0x8f,0xfc,0x00,0x07,0x9e,0x0d,0x50,0x2f, +0xfd,0x20,0x0f,0xfc,0xb3,0x01,0xf0,0x07,0x2f,0xfc,0x00,0x4f,0xfa,0x00,0xbf,0xfe, +0x00,0x0e,0xff,0xdf,0xd8,0xff,0xd3,0x03,0xbf,0xe9,0x11,0xcf,0xd2,0x9f,0xb0,0x01, +0x11,0x09,0x6b,0x01,0x09,0x0b,0x00,0xf0,0x00,0x7d,0xfd,0x60,0x09,0xff,0x9f,0xff, +0xff,0x60,0x9f,0xfe,0x30,0x5f,0xfe,0x09,0x4b,0x0f,0x20,0xf3,0x9f,0x12,0x0e,0x63, +0x59,0xff,0x20,0x00,0x7f,0xf6,0x0b,0x00,0xf0,0x0b,0x60,0x00,0xcf,0xf2,0x9f,0xfe, +0x20,0x6f,0xfd,0x09,0xff,0xaf,0xff,0xff,0x50,0xaf,0xf1,0x8e,0xfd,0x50,0x00,0x00, +0x08,0xdf,0xeb,0x40,0xb7,0x0f,0xd3,0xff,0x60,0x09,0xff,0x80,0x1c,0xff,0x10,0xff, +0xe0,0x00,0x3a,0xa3,0x12,0x06,0x15,0xa0,0x17,0x0a,0x51,0xff,0xe0,0x00,0x4d,0xd5, +0x21,0x00,0x20,0x20,0x1d,0xc7,0x05,0x20,0x00,0x18,0x37,0x00,0x14,0x00,0xaf,0x0d, +0x28,0x0e,0xfd,0x0b,0x00,0xb0,0x3b,0xfe,0xa1,0xef,0xd0,0x2f,0xff,0xff,0xce,0xfd, +0x0a,0x32,0x00,0x60,0xd0,0xff,0xf0,0x00,0x3f,0xfd,0xa8,0x05,0x62,0xff,0xd2,0xff, +0xb0,0x00,0x0e,0x0b,0x00,0x02,0x16,0x00,0x02,0x21,0x00,0x10,0x3f,0x2c,0x00,0x60, +0x00,0x4c,0xfe,0x91,0xdf,0xe0,0x59,0x00,0xc0,0x20,0x00,0x1d,0xff,0xde,0xff,0x30, +0x09,0xff,0x40,0x0c,0xfc,0x5b,0x11,0x90,0x5f,0xf2,0x2f,0xfe,0xbb,0xbc,0xff,0x53, +0xff,0x0f,0x06,0x05,0x90,0x00,0x01,0x4a,0x03,0x50,0x0a,0xfe,0x10,0x1d,0xff,0x28, +0x10,0x11,0x19,0x90,0x00,0x60,0x2b,0xff,0x90,0x0d,0xff,0xea,0x34,0x00,0x20,0x1f, +0xfa,0x88,0x05,0x70,0xb9,0xef,0xff,0xea,0x01,0xff,0xa0,0x0e,0x00,0x0f,0x07,0x00, +0x06,0x50,0x00,0x3c,0xfe,0xa1,0xcf,0xaf,0x00,0x5f,0xcd,0xfd,0x0a,0xff,0x90,0xaf, +0x00,0x0b,0x38,0x0b,0xff,0x90,0xaf,0x00,0x20,0xef,0xc0,0x2a,0x0b,0xf2,0x02,0xfb, +0x07,0xef,0x50,0x08,0xff,0x60,0x2e,0xff,0xef,0xff,0xc0,0x00,0x29,0xdf,0xfd,0x70, +0x9d,0x01,0x0d,0x05,0x00,0xf0,0x04,0x6d,0xfd,0x60,0x9f,0xf7,0xff,0xff,0xf4,0x9f, +0xfe,0x62,0x9f,0xfb,0x9f,0xf8,0x00,0x0e,0xfe,0x9f,0xd3,0x08,0x2f,0x9f,0xf2,0x05, +0x00,0x0b,0x20,0x9f,0xf2,0xec,0x05,0x00,0x08,0x00,0x0e,0x02,0x00,0x12,0x00,0x03, +0x00,0x00,0x21,0x00,0x01,0x67,0x00,0x0f,0x03,0x00,0x0d,0x9f,0x01,0xcf,0xf1,0x5f, +0xff,0xd0,0x4f,0xfc,0x20,0x4a,0x02,0x05,0xf1,0x0b,0x00,0x8f,0xf6,0x09,0xff,0x20, +0x5f,0xf9,0x00,0x9f,0xf2,0x3f,0xfb,0x00,0x09,0xff,0x3e,0xfc,0x00,0x00,0x9f,0xfe, +0xff,0x50,0x00,0x09,0x41,0x0e,0x40,0x9f,0xfa,0x7f,0xf7,0x2c,0x00,0x61,0xdf,0xf1, +0x00,0x9f,0xf2,0x04,0xce,0x0c,0x8e,0x0b,0xff,0x30,0x9f,0xf2,0x00,0x2f,0xfd,0xa2, +0x00,0x09,0x02,0x00,0xff,0x1e,0xaf,0xf0,0x8e,0xfb,0x20,0x7e,0xfc,0x30,0xaf,0xf8, +0xff,0xff,0xd7,0xff,0xff,0xe0,0x9f,0xfd,0x11,0xdf,0xfe,0x20,0xbf,0xf5,0x9f,0xf6, +0x00,0x8f,0xf8,0x00,0x5f,0xf7,0x9f,0xf3,0x00,0x6f,0xf6,0x00,0x3f,0xf8,0x9f,0xf2, +0x00,0x6f,0xf5,0x08,0x00,0x18,0x50,0xaf,0xf0,0x6d,0xfd,0x60,0x55,0x00,0x10,0xf4, +0xdb,0x02,0x00,0x7f,0x0a,0x0f,0x57,0x01,0x12,0x00,0xca,0x0e,0x11,0x91,0xca,0x0e, +0xf0,0x07,0xfe,0x20,0x08,0xff,0xa1,0x06,0xff,0xc0,0x0e,0xff,0x00,0x00,0xbf,0xf2, +0x2f,0xfc,0x00,0x00,0x8f,0xf5,0x3f,0xfa,0x55,0x0d,0x02,0x0c,0x00,0x20,0x0e,0xff, +0xa8,0x05,0x40,0x08,0xff,0xa0,0x07,0x3e,0x12,0x00,0xdf,0x12,0x00,0x3c,0x00,0x50, +0x81,0x00,0xaf,0xf1,0x8e,0x76,0x03,0xeb,0xce,0xcf,0xff,0x60,0x9f,0xfd,0x10,0x3f, +0xfe,0x09,0xff,0x60,0x00,0xbf,0x76,0x03,0x51,0x09,0xff,0x59,0xff,0x70,0x76,0x03, +0x10,0x30,0x76,0x03,0x9e,0xbf,0xff,0xff,0x50,0x9f,0xf2,0x8e,0xfd,0x50,0x79,0x01, +0x01,0x89,0x05,0x00,0x39,0x03,0x14,0xdf,0x39,0x03,0x1f,0x90,0x39,0x03,0x1a,0x0e, +0x86,0x03,0x05,0x0b,0x00,0xc0,0x0a,0xff,0x1c,0xf7,0xaf,0xf9,0xff,0x79,0xff,0xe6, +0x22,0x9f,0xd9,0x10,0x10,0x30,0x6e,0x00,0x00,0x77,0x00,0x0a,0x07,0x00,0x01,0xeb, +0x14,0xf0,0x00,0x00,0x5f,0xff,0xef,0xff,0x60,0x0c,0xfc,0x00,0x0b,0xfd,0x00,0xdf, +0xd1,0x00,0xa5,0x08,0x20,0xfd,0x95,0xa5,0x00,0x01,0xf2,0x09,0xa0,0x58,0xcf,0xff, +0x10,0x02,0x00,0x00,0x6f,0xf4,0x1f,0xcb,0x13,0xfb,0x16,0x20,0x9f,0xff,0xef,0xff, +0xa0,0x00,0x6c,0xef,0xec,0x50,0x00,0x00,0x48,0x20,0x00,0x0c,0xf4,0x00,0x01,0xff, +0x40,0x0c,0xff,0xff,0xf4,0xae,0xff,0xee,0x40,0x6f,0xf4,0x00,0x06,0xff,0x40,0x00, +0x07,0x00,0x10,0xf8,0x61,0x09,0x9f,0x60,0x07,0xef,0xd4,0xcf,0xf0,0x00,0x0e,0xfd, +0x05,0x00,0x09,0xf0,0x09,0x0f,0xfd,0xbf,0xf3,0x00,0x4f,0xfd,0x8f,0xfc,0x24,0xef, +0xfd,0x2f,0xff,0xff,0x9c,0xfd,0x04,0xcf,0xe8,0x0c,0xfe,0xcf,0xf2,0x01,0x01,0x91, +0x6f,0xf6,0x00,0x04,0xff,0x70,0x1f,0xfb,0x00,0x7f,0x02,0x20,0x00,0x0e,0xf2,0x05, +0xf0,0x00,0x50,0x3f,0xf7,0x00,0x00,0xff,0xa0,0x8f,0xf1,0x00,0x00,0xbf,0xe0,0xdf, +0xb0,0x52,0x0d,0x00,0x16,0x14,0x31,0x0f,0xfd,0xff,0x03,0x01,0x10,0xfa,0x7d,0x06, +0x00,0xdb,0x09,0x10,0x0e,0x31,0x07,0xf0,0x2f,0x50,0x00,0xff,0x70,0xbf,0xd0,0x01, +0xff,0xf9,0x00,0x4f,0xf3,0x07,0xff,0x00,0x5f,0xcf,0xd0,0x07,0xff,0x00,0x3f,0xf3, +0x09,0xf7,0xef,0x10,0xbf,0xb0,0x00,0xef,0x70,0xdf,0x3b,0xf5,0x0e,0xf7,0x00,0x0b, +0xfa,0x1f,0xf0,0x7f,0x91,0xff,0x30,0x00,0x7f,0xd5,0xfb,0x03,0xfd,0x5f,0xf0,0x00, +0x03,0xff,0xaf,0x70,0x0f,0xfa,0xfb,0x16,0x0c,0x30,0xf3,0x00,0xbf,0x7e,0x08,0x40, +0xbf,0xff,0x00,0x07,0xc3,0x13,0x00,0x1c,0x02,0x60,0x3f,0xff,0x00,0x00,0x5f,0xf9, +0x4d,0x13,0x30,0xaf,0xf3,0x02,0x51,0x08,0x30,0xd0,0xcf,0xe1,0xb8,0x07,0x10,0xf5, +0x40,0x01,0x11,0xf9,0x68,0x07,0x10,0x40,0x0d,0x07,0x01,0xf5,0x0b,0xf0,0x01,0x7f, +0xf9,0x00,0x02,0xff,0xa0,0x9f,0xf4,0x00,0xdf,0xe1,0x00,0xef,0xe1,0x8f,0xf6,0x3a, +0x11,0x20,0xaf,0xf3,0xdd,0x00,0xf0,0x01,0x4f,0xf8,0x00,0x05,0xff,0x70,0x0d,0xfe, +0x00,0x0a,0xff,0x10,0x07,0xff,0x30,0x0e,0x57,0x06,0x20,0x80,0x3f,0x2a,0x0d,0xa0, +0xd0,0x8f,0xf0,0x00,0x00,0x4f,0xf2,0xdf,0x90,0x00,0x81,0x0c,0x10,0x40,0x9d,0x01, +0x11,0xfe,0xf4,0x08,0x11,0xf8,0xcd,0x07,0x11,0xf2,0x0c,0x00,0x00,0xbb,0x14,0x10, +0x2b,0x1d,0x00,0x11,0x0f,0xf4,0x00,0x30,0x0e,0xfe,0x90,0x82,0x07,0x00,0x15,0x14, +0x01,0x05,0x00,0x01,0x35,0x05,0x43,0x00,0x00,0x4f,0xfb,0x9d,0x07,0x01,0x68,0x0a, +0x21,0x6f,0xf9,0x3b,0x08,0x21,0x00,0x00,0x18,0x0c,0x10,0x3f,0xfa,0x0e,0x01,0x05, +0x00,0x81,0x00,0x05,0xdf,0xf5,0x00,0x2f,0xff,0xf5,0x43,0x08,0x26,0x7f,0xf2,0x04, +0x00,0xf0,0x01,0x8f,0xf1,0x00,0x03,0xef,0xe0,0x00,0xaf,0xfd,0x30,0x00,0xaf,0xfc, +0x20,0x00,0x04,0x3c,0x00,0x2a,0x9f,0xf1,0x24,0x00,0x21,0x6f,0xf2,0x0f,0x01,0xaf, +0x00,0x1f,0xff,0xf5,0x00,0x04,0xdf,0xf5,0x7f,0xf1,0x02,0x00,0x11,0x70,0x9f,0xfc, +0x30,0x00,0x8f,0xff,0xe0,0x8a,0x03,0x20,0x00,0x00,0x0a,0x15,0x14,0x5f,0x04,0x00, +0x10,0xf4,0x27,0x09,0xf7,0x01,0x20,0x00,0x06,0xef,0xf7,0x00,0x04,0xef,0xf7,0x00, +0x1f,0xfd,0x30,0x00,0x4f,0xf5,0x20,0x00,0x11,0xf3,0x30,0x00,0x00,0xa3,0x0a,0x72, +0x8f,0xff,0xd0,0x00,0x9f,0xfb,0x20,0xd7,0x0b,0x70,0x01,0xaf,0xff,0xb7,0x31,0x39, +0x3f,0x3a,0x06,0x70,0xe2,0x61,0x02,0x6b,0xef,0xd7,0x00,0x59,0x19,0xff,0x0b,0xbf, +0xfb,0x10,0x0a,0xf7,0x7f,0xb0,0x0f,0x80,0x08,0xf1,0x1f,0x70,0x07,0xf1,0x0c,0xe4, +0x4e,0xc0,0x02,0xdf,0xfd,0x20,0x00,0x04,0x40,0xed,0x11,0x54,0x21,0xff,0xb0,0x40, +0x09,0x13,0xfb,0xc4,0x10,0x03,0x4d,0x10,0x22,0xaf,0xf3,0x6d,0x12,0x33,0x64,0x44, +0x43,0xfc,0x10,0x21,0xb2,0x0a,0xc1,0x0b,0x10,0xe1,0x1a,0x00,0x12,0x4d,0x30,0x11, +0x11,0x5f,0x55,0x0d,0x7b,0x06,0xff,0x9a,0xff,0x74,0x44,0x58,0xed,0x11,0x0f,0x48, +0x12,0x48,0x01,0x0d,0x00,0x02,0x05,0x00,0x00,0x20,0x11,0x01,0xab,0x00,0x0f,0x05, +0x00,0x1f,0x11,0x00,0xc4,0x16,0x10,0x10,0x52,0x10,0x01,0x07,0x00,0xf0,0x04,0xff, +0xd7,0x7d,0xff,0x10,0x00,0x01,0xff,0x90,0x0b,0xff,0x10,0x00,0x03,0xff,0x70,0x0b, +0xff,0x10,0x29,0x04,0x00,0x07,0x00,0x01,0xdc,0x03,0x10,0x10,0x00,0x0c,0x00,0x07, +0x00,0x21,0x1f,0xfb,0x07,0x00,0x21,0x6f,0xf6,0x07,0x00,0x20,0xcf,0xf2,0x07,0x00, +0x91,0x58,0xff,0xe7,0x77,0x7d,0xff,0x76,0xdf,0xff,0xf0,0x00,0x04,0x07,0x00,0x10, +0xa0,0xb6,0x04,0x0f,0x07,0x00,0x03,0x0f,0x4f,0x12,0x41,0xd0,0x05,0xff,0x90,0x00, +0x5f,0xf7,0x00,0x07,0xff,0x70,0x00,0xbf,0xf3,0x0a,0x00,0x20,0x1f,0xfd,0xaa,0x02, +0x00,0x0a,0x00,0x02,0x4d,0x01,0x41,0x60,0x5f,0xf7,0x04,0x49,0x09,0x51,0xdf,0xe1, +0x5f,0xf7,0x0d,0x48,0x0b,0x62,0x4f,0xfc,0x6f,0xf7,0xaf,0xf5,0x51,0x0b,0x01,0x9d, +0x19,0x00,0x14,0x00,0x64,0xfd,0xff,0xff,0xdf,0xf6,0x00,0x28,0x00,0x30,0xfe,0x10, +0x00,0x54,0x00,0x30,0x5f,0xf7,0x05,0x4e,0x0b,0x20,0x1f,0xfe,0x50,0x00,0x20,0xcf, +0xf2,0xfa,0x0b,0x30,0x00,0x5f,0xf7,0xbf,0x03,0x41,0x03,0xff,0xd0,0x00,0xc0,0x0c, +0x10,0x40,0x5f,0x0b,0x21,0x5f,0xf7,0xc1,0x03,0x11,0x05,0xbb,0x17,0x10,0xaf,0x11, +0x09,0x80,0x08,0xff,0xc4,0x37,0xff,0xf1,0x0e,0xfd,0xe3,0x19,0x30,0x01,0x43,0x00, +0x4b,0x1a,0x00,0xa6,0x18,0x10,0x90,0xd9,0x02,0x11,0xe6,0xdf,0x02,0x10,0xfe,0xe4, +0x14,0x50,0x14,0xcf,0xf3,0x02,0x72,0xa7,0x15,0x20,0x5f,0xfb,0x50,0x0e,0x81,0x0d, +0xff,0xc6,0x58,0xff,0xf3,0x02,0xef,0x25,0x0f,0x70,0x17,0xce,0xfe,0xa4,0x00,0xaf, +0xe0,0x7f,0x0e,0x20,0x0a,0xfe,0xc9,0x03,0x60,0xf0,0xaf,0xe0,0x00,0x09,0xff,0x0d, +0x00,0x30,0x02,0xff,0xdf,0x0d,0x00,0x20,0xaf,0xd8,0x0d,0x00,0xf0,0x00,0x3f,0xf4, +0x8f,0xf0,0xaf,0xe0,0x0c,0xfb,0x08,0xff,0x0a,0xfe,0x05,0xff,0x30,0x0d,0x00,0xf0, +0x06,0xdf,0xa0,0x08,0xff,0x0a,0xfd,0x6f,0xf1,0x00,0x8f,0xf0,0xaf,0xee,0xf8,0x00, +0x08,0xff,0x0a,0xff,0xfe,0x10,0x0d,0x00,0x20,0xff,0x60,0x0d,0x00,0x00,0x30,0x04, +0xf1,0x05,0x8f,0xf0,0x00,0x58,0x30,0x00,0x78,0x10,0x00,0x09,0xfa,0x00,0x2f,0xf1, +0x00,0x00,0x4f,0xf5,0x2b,0xfc,0xeb,0x0e,0x20,0xfc,0x20,0x7c,0x0a,0x30,0x42,0x00, +0x00,0x75,0x00,0x11,0x07,0x75,0x00,0x21,0x01,0xff,0x82,0x00,0x11,0x9f,0x0d,0x00, +0x20,0x2f,0xfd,0x0d,0x00,0x20,0x0a,0xfd,0x68,0x00,0x30,0x03,0xff,0x48,0x0d,0x00, +0x20,0xcf,0xb0,0x0d,0x00,0x20,0x5f,0xf3,0x82,0x00,0x20,0x0d,0xfa,0x68,0x00,0x30, +0xd6,0xff,0x10,0x0d,0x00,0x21,0xef,0x80,0x75,0x00,0x11,0xe1,0x75,0x00,0x20,0xf6, +0x00,0x0d,0x00,0x10,0xfd,0x95,0x01,0x02,0x96,0x0f,0x30,0x70,0xaf,0xf3,0xab,0x01, +0x20,0xaf,0xf3,0x6f,0x04,0x31,0xaf,0xf3,0x05,0x5e,0x12,0x21,0x1e,0xfd,0x8e,0x12, +0x11,0xf2,0x48,0x01,0x11,0xb0,0x8c,0x12,0x10,0xf4,0xff,0x01,0x11,0x1f,0x17,0x1b, +0x30,0x07,0xff,0x70,0x30,0x00,0x20,0xef,0xf2,0x06,0x00,0x22,0x5f,0xfb,0x95,0x12, +0x72,0x50,0xaf,0xf3,0x00,0x03,0xff,0xe0,0x1a,0x0d,0x00,0x25,0x08,0x00,0xda,0x03, +0x90,0x0f,0xff,0x77,0x77,0xff,0xb0,0x01,0xff,0xc0,0xbc,0x02,0x20,0x3f,0xfa,0xbd, +0x18,0x30,0x06,0xff,0x80,0x0d,0x00,0x20,0x8f,0xf5,0x0d,0x00,0x30,0x0b,0xff,0x30, +0x0d,0x00,0x20,0xef,0xf0,0x0d,0x00,0x20,0x2f,0xfd,0x1a,0x04,0x00,0x3a,0x0d,0x50, +0x01,0xff,0xb9,0xff,0xf4,0x0d,0x00,0x20,0xef,0xfc,0x70,0x04,0x32,0xbd,0xfb,0x10, +0x34,0x04,0x0f,0x93,0x12,0x55,0x0f,0x68,0x14,0x47,0x0f,0x93,0x12,0x58,0x00,0x01, +0x00,0x02,0x3a,0x05,0x81,0xf0,0xaf,0xf8,0x77,0x77,0x7d,0xff,0x0a,0x83,0x00,0x12, +0xf0,0x90,0x00,0x0f,0x0d,0x00,0x29,0x0f,0xee,0x12,0x42,0x0f,0xa2,0x17,0x4d,0x0f, +0x0c,0x12,0x41,0x20,0xbf,0xf4,0x48,0x03,0x10,0x62,0xaf,0x01,0x50,0xef,0xe0,0x07, +0xff,0x70,0x9b,0x05,0x50,0x0d,0xfe,0x10,0x0d,0xfe,0x68,0x06,0x11,0x04,0x1c,0x09, +0x30,0xf2,0xbf,0xe0,0x58,0x08,0x21,0xcf,0xf8,0x48,0x0a,0x01,0xfa,0x04,0x12,0x0e, +0x6b,0x10,0x12,0xcf,0x9e,0x11,0x00,0x15,0x09,0x50,0x8c,0xbf,0xff,0x10,0x00,0x80, +0x0e,0x00,0x8e,0x04,0x22,0xae,0xfd,0x78,0x19,0x01,0x54,0x1d,0x01,0x19,0x01,0x53, +0xff,0xff,0xec,0x60,0x00,0xc1,0x00,0xc0,0xc1,0x00,0x9f,0xfd,0x41,0xdf,0xe1,0x4c, +0xff,0xa0,0x0f,0xff,0x69,0x00,0xd0,0x1e,0xff,0x13,0xff,0xb0,0x00,0xdf,0xe0,0x00, +0xaf,0xf4,0x4f,0xfa,0x33,0x00,0x34,0x08,0xff,0x53,0x11,0x00,0xf3,0x02,0x0e,0xff, +0x20,0x0d,0xfe,0x00,0x1f,0xff,0x00,0x7f,0xfd,0x52,0xdf,0xe1,0x4d,0xff,0x80,0x16, +0x02,0x10,0xb0,0x13,0x01,0x47,0xff,0xff,0xeb,0x50,0x66,0x00,0x21,0x00,0x00,0x4d, +0x1b,0x0f,0x9c,0x11,0x4e,0x00,0xa6,0x16,0x00,0xc9,0x12,0x0f,0x07,0x00,0x33,0x00, +0xd9,0x02,0x32,0x8f,0xfc,0x73,0xd7,0x00,0x13,0xf7,0x07,0x00,0x02,0x19,0x02,0x0f, +0x07,0x00,0x03,0x20,0xef,0xd0,0x42,0x02,0x0f,0x06,0x00,0x05,0x20,0xdf,0xf0,0x06, +0x00,0x71,0xaf,0xfa,0x20,0x13,0x8f,0xfb,0x4f,0x9c,0x08,0x93,0x05,0xdf,0xff,0xfb, +0x9f,0xfb,0x00,0x01,0x21,0x78,0x02,0x0f,0x06,0x00,0x01,0x20,0xaf,0xf2,0xad,0x0a, +0x3f,0x00,0x0f,0xfc,0x09,0x00,0x48,0xa2,0xf8,0x77,0x7a,0xff,0xa7,0x77,0x7f,0xfc, +0xaf,0xff,0x01,0x00,0x07,0x09,0x00,0x30,0xf2,0x00,0x08,0x9f,0x0b,0x2f,0xf5,0x00, +0x0a,0x00,0x52,0x94,0xf8,0x77,0x7b,0xff,0x97,0x77,0xbf,0xf9,0x71,0x81,0x00,0x26, +0xff,0xf3,0x0a,0x00,0x04,0xdf,0x1c,0x1f,0x3f,0x0a,0x00,0x0c,0x03,0xf4,0x03,0x2f, +0xaf,0xf4,0x09,0x00,0x11,0x00,0x93,0x08,0x11,0x20,0x09,0x00,0x02,0xb7,0x16,0x13, +0xaf,0x94,0x09,0x02,0x24,0x00,0x42,0x01,0x7f,0xff,0x10,0x2d,0x00,0x54,0x0b,0xff, +0x30,0xaf,0xf4,0x8c,0x16,0x74,0xf4,0xaf,0xf7,0x44,0x46,0xbf,0xfd,0x2d,0x00,0x13, +0xf3,0x09,0x00,0x25,0xd9,0x20,0x5a,0x00,0x0b,0x6f,0x0a,0x0f,0x7c,0x0a,0x33,0x00, +0x7d,0x05,0x22,0xc8,0x10,0xe1,0x09,0xb2,0xf5,0x00,0x0a,0xff,0xd7,0x57,0xbf,0xff, +0x30,0x1f,0xfc,0x1c,0x0d,0x20,0x42,0x00,0xff,0x15,0x50,0x00,0x00,0x03,0x44,0x44, +0x39,0x04,0x11,0x0e,0x24,0x00,0x04,0x07,0x00,0x01,0xeb,0x00,0x20,0x04,0xa3,0xb0, +0x0e,0x30,0xf1,0x3f,0xfc,0x2c,0x04,0x80,0xa0,0x0a,0xff,0xe7,0x57,0xcf,0xff,0x20, +0x4d,0x00,0x00,0x97,0x21,0x12,0x04,0xd8,0x05,0x00,0x69,0x0d,0x31,0xce,0xfd,0xa4, +0xb3,0x00,0x00,0x2e,0x05,0x01,0x0c,0x03,0xf0,0x00,0x0d,0xff,0xa3,0x25,0xdf,0xf8, +0x0a,0xff,0x30,0x07,0xff,0xa0,0x00,0x01,0xef,0x74,0x06,0x22,0xcf,0xf2,0xc6,0x0a, +0x31,0x87,0x7f,0xfe,0x3e,0x06,0x00,0xa8,0x00,0x10,0xd0,0x82,0x03,0x13,0xba,0x07, +0x1f,0x70,0x3f,0xfb,0xaf,0xf3,0x00,0xff,0xf0,0x79,0x06,0x60,0xaa,0xff,0x30,0x0b, +0xff,0x40,0xb7,0x03,0x00,0xd1,0x07,0x10,0xfc,0x9d,0x14,0x00,0xb0,0x06,0x41,0xcf, +0xfd,0x75,0x8f,0x20,0x08,0x20,0x01,0xdf,0x7a,0x01,0x01,0x25,0x01,0x10,0x6c,0x01, +0x22,0x30,0x00,0x18,0xdf,0x57,0x06,0x21,0x01,0xdf,0x5e,0x06,0xa0,0x09,0xff,0xd6, +0x44,0x44,0xef,0xf0,0x0e,0xff,0x20,0x61,0x16,0x30,0x0e,0xff,0x00,0x07,0x00,0x12, +0x0c,0x0e,0x00,0x30,0x06,0xff,0xe6,0x1c,0x00,0x01,0x92,0x21,0x02,0xb0,0x07,0x00, +0x07,0x00,0x21,0x0a,0xff,0x37,0x22,0x20,0x5f,0xfc,0x23,0x00,0x30,0x01,0xef,0xf3, +0x07,0x00,0x30,0x0a,0xff,0x80,0x07,0x00,0x21,0x5f,0xfd,0x3f,0x00,0x0f,0x27,0x14, +0x2f,0x00,0xd8,0x09,0x50,0x68,0xa0,0x00,0x00,0x7d,0x71,0x00,0xd1,0x2e,0xff,0xff, +0xec,0xa0,0x00,0xef,0xd7,0x41,0x00,0x00,0x07,0xf9,0x31,0x06,0x70,0xe0,0x6d,0xff, +0xc6,0x00,0x0e,0xa9,0xc4,0x06,0xe0,0x0f,0xcf,0xa1,0x03,0xef,0xf2,0x1f,0xff,0x10, +0x00,0x8f,0xf6,0x0f,0xfd,0xda,0x05,0x11,0x0e,0x06,0x00,0x11,0x0b,0x12,0x00,0x62, +0x05,0xff,0xa0,0x03,0xef,0xf1,0x50,0x0a,0x50,0x00,0x06,0xcf,0xfe,0xa3,0xcc,0x00, +0x81,0xfd,0x91,0x09,0xff,0xcc,0xce,0xff,0xd0,0x47,0x11,0xc0,0x29,0xff,0x20,0x00, +0xcf,0xf0,0x9f,0xfc,0xbb,0xef,0xc4,0x09,0x34,0x04,0x90,0x40,0x9f,0xf2,0x00,0x2b, +0xff,0x39,0xff,0x20,0xd2,0x11,0x00,0x3a,0x03,0x10,0x69,0x2c,0x00,0x10,0xe1,0x37, +0x00,0x10,0x81,0x3d,0x00,0x4e,0xc9,0xff,0xee,0xeb,0x7e,0x10,0x09,0x07,0x00,0x11, +0x00,0xc9,0x22,0x00,0x5c,0x15,0x71,0xfe,0xef,0xfe,0x00,0x00,0x0d,0xfc,0x9e,0x05, +0x40,0xff,0x90,0x0d,0xfe,0x0f,0x21,0x30,0x00,0xdf,0xe0,0x21,0x0c,0x10,0x0d,0xf3, +0x1a,0x10,0xf0,0x0d,0x00,0x20,0x0e,0xfc,0xc7,0x05,0x10,0x05,0x56,0x01,0x82,0xe0, +0x0c,0xff,0xfe,0xee,0xef,0xff,0xe4,0x0a,0x0c,0x11,0x5d,0x6e,0x0d,0x30,0xf5,0xdf, +0x80,0x47,0x09,0x09,0x0d,0x00,0x1f,0x50,0x64,0x14,0x2a,0xe0,0x0c,0xfd,0x00,0x2f, +0xf5,0x00,0xaf,0xe0,0x04,0xff,0x50,0x2f,0xf5,0x02,0xf7,0x0b,0x30,0xd0,0x2f,0xf5, +0x9e,0x0a,0x60,0x3f,0xf5,0x2f,0xf5,0x2f,0xf6,0xb7,0x0a,0x41,0x4f,0xf6,0xcf,0xd0, +0x4b,0x1a,0x00,0xd6,0x06,0x00,0xaa,0x0a,0x20,0xfa,0xcf,0x11,0x16,0x40,0xf6,0x2f, +0xf5,0x3f,0xce,0x1a,0x41,0xe0,0x2f,0xf5,0x0b,0xb3,0x00,0x50,0x2f,0xf5,0x04,0xff, +0x80,0x72,0x18,0x10,0xf5,0x12,0x07,0xf0,0x09,0x6c,0xff,0xc6,0x00,0x09,0xff,0xde, +0xff,0x90,0x1e,0xf5,0x00,0xcf,0xe0,0x00,0x00,0x01,0xdf,0xb0,0x00,0x05,0xdf,0xfb, +0x10,0x43,0x18,0xf1,0x02,0x10,0x00,0x00,0x15,0xef,0xd0,0x14,0x70,0x00,0x9f,0xf3, +0x3f,0xf7,0x01,0xdf,0xf2,0x0a,0x7b,0x11,0xf0,0x20,0x7d,0xfe,0xc6,0x00,0x9f,0xf0, +0x00,0x2f,0xfe,0x9f,0xf0,0x00,0xbf,0xfe,0x9f,0xf0,0x04,0xff,0xfe,0x9f,0xf0,0x0d, +0xfe,0xfe,0x9f,0xf0,0x6f,0xd9,0xfe,0x9f,0xe0,0xef,0x59,0xfe,0x9f,0xd7,0xfc,0x0a, +0xfe,0x9f,0xef,0xf3,0x0a,0xfe,0x9f,0xff,0xa0,0x05,0x00,0xff,0x0c,0x20,0x0a,0xfe, +0x9f,0xf9,0x00,0x0a,0xfe,0x0a,0xf8,0x00,0x1f,0xf1,0x05,0xfe,0x42,0xaf,0xd0,0x00, +0x8f,0xff,0xfd,0x20,0x00,0x01,0x34,0x20,0x4b,0x00,0x25,0xd0,0x9f,0xf2,0x00,0xef, +0xa0,0x9f,0xf2,0x06,0xff,0x20,0x9f,0xf2,0x0d,0x38,0x19,0x70,0x5f,0xf3,0x00,0x9f, +0xf4,0xef,0xa0,0xf0,0x01,0x10,0x10,0xc0,0x25,0x10,0x70,0x1b,0x14,0x00,0x31,0x14, +0x10,0x1f,0x57,0x14,0x10,0x09,0x28,0x00,0x00,0xca,0x23,0x11,0x0d,0xfe,0x03,0x80, +0x0f,0xff,0xee,0xff,0xf5,0x00,0x1f,0xf7,0x62,0x05,0x20,0x4f,0xf5,0x06,0x00,0x20, +0x6f,0xf2,0x06,0x00,0x20,0x8f,0xf0,0x06,0x00,0x20,0xbf,0xd0,0x06,0x00,0xf0,0x04, +0xef,0xa0,0x00,0x7f,0xf5,0x06,0xff,0x60,0x00,0x7f,0xf5,0xcf,0xff,0x10,0x00,0x7f, +0xf5,0xbf,0xe5,0x5b,0x25,0x10,0x9f,0x67,0x02,0x10,0xff,0x70,0x1f,0xf0,0x26,0x0a, +0xff,0xf6,0x9f,0xef,0xc0,0x00,0xef,0xef,0x69,0xfc,0xef,0x10,0x3f,0xbf,0xf6,0x9f, +0xc9,0xf6,0x08,0xf6,0xff,0x69,0xfc,0x4f,0xb0,0xdf,0x2f,0xf6,0x9f,0xc0,0xff,0x2f, +0xd0,0xff,0x69,0xfc,0x0a,0xf9,0xf8,0x0f,0xf6,0x9f,0xc0,0x5f,0xef,0x30,0xff,0x69, +0xfc,0x01,0xff,0xe0,0x0d,0x00,0xac,0x0b,0xfa,0x00,0xff,0x60,0x9f,0xf2,0x00,0x1f, +0xfb,0x05,0x00,0x40,0xfe,0xee,0xef,0xfb,0xba,0x03,0x0d,0x19,0x00,0x05,0x05,0x00, +0x0f,0x43,0x14,0x2f,0x02,0x60,0x00,0x01,0x6a,0x00,0x0e,0x65,0x00,0x0f,0x05,0x00, +0x07,0x0f,0x7a,0x14,0x41,0x0f,0x06,0x18,0x29,0x10,0x7f,0x66,0x06,0x52,0x6e,0xef, +0xff,0xee,0xe3,0xc2,0x25,0x0f,0x05,0x00,0x14,0x0f,0xef,0x12,0x47,0x08,0x01,0x00, +0x11,0x8f,0xe7,0x28,0x01,0xf4,0x0d,0x0f,0x11,0x00,0x01,0xf0,0x0c,0x05,0xdf,0xd5, +0x8f,0xf1,0x9e,0xfa,0x10,0x03,0xff,0xff,0xfb,0xff,0xbf,0xff,0xfc,0x00,0xbf,0xf6, +0x05,0xff,0xfc,0x01,0xdf,0xf3,0x0f,0xfe,0xb8,0x1a,0x50,0x06,0xff,0x82,0xff,0xb0, +0xdb,0x12,0x60,0x3f,0xfa,0x3f,0xfa,0x00,0x08,0x58,0x1a,0x12,0xa2,0x11,0x00,0x22, +0x4f,0xfa,0x22,0x00,0x43,0x07,0xff,0x70,0xcf,0x33,0x00,0x12,0x04,0x44,0x00,0x9e, +0xfb,0x00,0x05,0xdf,0xc4,0x8f,0xf1,0xaf,0xf9,0x77,0x00,0x0d,0x11,0x00,0x0f,0x30, +0x14,0x2a,0x02,0x86,0x02,0x0f,0x06,0x00,0x1e,0x00,0x24,0x05,0x21,0xe1,0x9f,0xba, +0x0d,0x01,0x79,0x10,0x1e,0xf1,0x06,0x00,0x10,0x3f,0xb3,0x0f,0x67,0x33,0xff,0x80, +0x00,0x8f,0xf3,0x0b,0x00,0x01,0xb6,0x29,0x61,0x31,0xff,0xe3,0x24,0xcf,0xf3,0xb8, +0x10,0x41,0x30,0x1b,0xfe,0xc7,0x37,0x08,0x11,0x08,0x43,0x08,0x13,0x8f,0x0b,0x00, +0x90,0x9f,0xf0,0x00,0xff,0x90,0x05,0xff,0x39,0xff,0x17,0x13,0x2f,0x5f,0xf3,0x0f, +0x00,0x23,0x72,0xee,0xef,0xff,0xee,0xef,0xf3,0x9f,0x5d,0x09,0x02,0x53,0x00,0x3f, +0x04,0xff,0x40,0x08,0x00,0x2e,0x73,0xfe,0xee,0xff,0xfe,0xee,0xff,0xe9,0x58,0x00, +0x12,0xfb,0x8a,0x01,0x1f,0x0b,0x08,0x00,0x06,0x21,0xaf,0xff,0x80,0x0e,0x32,0x8e, +0xee,0xff,0xc1,0x26,0x0b,0x07,0x00,0x30,0xeb,0xbb,0x96,0x5a,0x2c,0x00,0x13,0x2d, +0x00,0x15,0x00,0x52,0x01,0x8f,0xf9,0x00,0x00,0xf0,0x0f,0x01,0x52,0x06,0x00,0x0e, +0x00,0x20,0xfc,0xcd,0x1b,0x0a,0x01,0x49,0x20,0x01,0x6a,0x03,0x00,0xdf,0x0f,0x11, +0x20,0x07,0x14,0x0c,0x0f,0x00,0x40,0xfc,0xbb,0xa9,0x40,0x0f,0x00,0x00,0xa5,0x0c, +0x01,0x1e,0x00,0x31,0x2c,0xff,0x41,0x1e,0x00,0x21,0x6f,0xf7,0x0f,0x00,0x50,0x0a, +0xff,0x51,0xff,0xb9,0x4e,0x07,0x30,0xc0,0x1f,0xfb,0x50,0x07,0x4f,0x80,0x01,0xff, +0xb0,0xc6,0x19,0x04,0x00,0x4b,0x00,0x11,0x09,0x49,0x00,0x01,0x47,0x00,0x11,0x49, +0x45,0x00,0x01,0x43,0x00,0x11,0x59,0x41,0x00,0x01,0x3f,0x00,0x00,0x49,0x29,0x40, +0xd8,0x10,0x00,0x7f,0x8f,0x04,0x81,0x1f,0xfc,0x10,0x5f,0xf9,0x01,0x55,0x20,0xc5, +0x27,0x62,0x9e,0xef,0xff,0x20,0x00,0x0a,0xd3,0x0a,0xf1,0x00,0x0b,0xff,0x35,0xff, +0x60,0x00,0xef,0xf0,0x1f,0xfd,0x10,0x7f,0xfa,0x00,0x5f,0xbb,0x04,0x40,0x3a,0xef, +0xd8,0x10,0x6f,0x00,0x40,0x06,0xcf,0xfd,0x91,0x08,0x00,0x50,0xbf,0xfe,0xcf,0xfe, +0x10,0x00,0x06,0x20,0xa0,0x04,0x94,0x02,0x12,0x0c,0x13,0x08,0x30,0xfe,0xef,0xff, +0x55,0x0a,0x00,0x6a,0x01,0x00,0x7f,0x1e,0x32,0x9f,0xf2,0x0d,0x10,0x00,0x10,0xf2, +0x4b,0x09,0xa0,0xef,0xf0,0x9f,0xf2,0x03,0xff,0xc1,0x08,0xff,0x90,0x72,0x1a,0x00, +0x56,0x00,0x70,0x9f,0xf2,0x00,0x05,0xcf,0xfd,0x80,0x78,0x2a,0x00,0x79,0x16,0xb0, +0x9f,0xff,0xcc,0xdf,0xf4,0x00,0xff,0xe1,0x00,0x7f,0xf4,0x2b,0x06,0x50,0x7f,0xf4, +0x00,0xef,0xf3,0x06,0x00,0x11,0x5f,0x97,0x16,0x90,0x02,0xff,0xdb,0xdf,0xf4,0x00, +0x0a,0xff,0x20,0x12,0x00,0x10,0xf8,0x24,0x00,0x80,0xef,0xd0,0x00,0x7f,0xf4,0x0a, +0xff,0x40,0x24,0x00,0xf0,0x0b,0x7f,0xa0,0x3f,0xe0,0x00,0x07,0xfa,0x03,0xfe,0x00, +0x00,0x13,0x10,0x03,0x20,0x00,0x01,0x8d,0xfe,0xb2,0x00,0x01,0xdf,0xfd,0xef,0xf3, +0x07,0x1f,0xd1,0xcf,0xc0,0x0f,0xfc,0x00,0x05,0xff,0x22,0xff,0xeb,0xbb,0xcf,0xf5, +0x18,0x16,0x35,0x62,0xff,0xb0,0x4e,0x0f,0x70,0x9f,0xf7,0x00,0xaf,0xe1,0x01,0xdf, +0xa0,0x10,0x43,0x01,0x9d,0xfe,0xb4,0xab,0x03,0x01,0xf3,0x0d,0x2f,0xfa,0x00,0x01, +0x00,0x26,0x2f,0xee,0x00,0x01,0x00,0x29,0x13,0xf4,0x08,0x00,0x46,0xe8,0xe8,0xee, +0xe3,0x15,0x00,0x2f,0xfa,0xf4,0x43,0x00,0x18,0x3f,0xdd,0x00,0xdd,0x86,0x00,0x2b, +0x1e,0xfa,0x84,0x00,0x08,0x9b,0x00,0x0f,0x42,0x00,0x11,0x7f,0xd7,0x00,0xd7,0x00, +0x00,0xe8,0x00,0x01,0x00,0x30,0x1f,0xfa,0xfc,0x00,0x1a,0x09,0x08,0x01,0x62,0xee, +0xdd,0x00,0xdd,0xe8,0xfa,0xca,0x00,0x9f,0xe8,0xfa,0xe8,0x00,0x00,0xee,0xe8,0x00, +0xe8,0x95,0x00,0x19,0x30,0xe3,0xee,0xe3,0x34,0x00,0x02,0xd6,0x01,0x11,0xee,0x42, +0x00,0x1f,0xf4,0x08,0x01,0x1a,0x73,0x00,0xee,0xfa,0xee,0x00,0xfa,0xee,0x3f,0x01, +0x30,0xfa,0xfd,0xfa,0xd0,0x00,0x0f,0x5e,0x02,0x1a,0x10,0xfa,0xc6,0x00,0x24,0xe8, +0xe3,0x84,0x00,0x7f,0xf4,0xe8,0xee,0xe8,0x00,0xee,0xee,0x91,0x02,0x1c,0x1f,0xee, +0x84,0x01,0x2c,0x1f,0xe8,0xcb,0x01,0x2e,0x1e,0xf4,0x36,0x01,0x0f,0x01,0x00,0x34, +0xf9,0x02,0x0c,0x00,0x00,0x04,0x00,0xfc,0xfc,0xf8,0xf0,0xf4,0xf8,0x00,0xe8,0xf8, +0x00,0x04,0xfc,0x1e,0x00,0x13,0xfc,0x0f,0x00,0x1f,0x04,0x9b,0x00,0x09,0x30,0xf8, +0xfc,0xf8,0x2b,0x00,0x7d,0xf8,0xf8,0xfc,0xf8,0xf4,0xf8,0xf8,0x21,0x00,0x1f,0xfc, +0x83,0x00,0x0d,0xfe,0x02,0xf0,0xfc,0xf4,0xfc,0xf8,0x00,0xf8,0x00,0xf4,0xf4,0xf4, +0xf8,0xf4,0xf4,0x00,0xf8,0x00,0x41,0x00,0x13,0xfc,0xff,0x00,0x3f,0xdc,0x00,0xd8, +0x50,0x00,0x01,0x75,0xec,0xf8,0x00,0x00,0xf8,0x00,0xfc,0x1b,0x00,0x10,0xfc,0x4e, +0x00,0x10,0xf0,0x5b,0x00,0x43,0xf4,0xf8,0xf0,0x00,0x74,0x02,0x00,0x45,0x01,0x0f, +0x46,0x01,0x09,0x13,0x04,0x07,0x00,0x06,0x47,0x00,0x35,0x04,0x00,0x08,0x19,0x00, +0x1f,0x04,0x4c,0x01,0x10,0x11,0x04,0x7a,0x00,0x21,0x08,0x08,0x0a,0x00,0x1f,0x04, +0x03,0x01,0x19,0x03,0x01,0x00,0x11,0xf8,0xc6,0x00,0x40,0xf8,0xf4,0xf4,0xf8,0x57, +0x01,0x0f,0xd0,0x01,0x24,0x00,0x70,0x00,0x65,0x08,0x08,0xfc,0x00,0x08,0x04,0xd3, +0x00,0x0f,0x87,0x00,0x1c,0x07,0x01,0x00,0x1f,0x08,0x61,0x02,0x2e,0x1e,0x04,0x0e, +0x02,0x0f,0x89,0x00,0x0c,0x33,0xf8,0xfc,0xfc,0xfd,0x00,0x00,0x07,0x01,0x02,0x2d, +0x00,0x1f,0xf8,0x37,0x00,0x03,0x3f,0xd4,0x00,0xd0,0x4d,0x00,0x01,0x70,0xe4,0xec, +0xfc,0xfc,0xec,0xfc,0xfc,0x4a,0x00,0x20,0xfc,0xf4,0x51,0x00,0x03,0x24,0x02,0x05, +0x4a,0x00,0x0f,0x99,0x01,0x0d,0x00,0x33,0x00,0x10,0xfc,0xd8,0x02,0x00,0x09,0x00, +0x33,0xf4,0xf8,0xfc,0x18,0x03,0x18,0x04,0x93,0x02,0x04,0x3d,0x00,0x3f,0xe0,0x00, +0xdc,0x94,0x02,0x03,0x11,0x08,0xd0,0x01,0x03,0xfa,0x05,0x11,0xfc,0xcc,0x00,0xb2, +0xf0,0x00,0x00,0xf4,0xec,0xf0,0x00,0xec,0xfc,0xf4,0xec,0xd4,0x03,0x00,0x67,0x00, +0x01,0xd6,0x02,0x2e,0xf8,0x00,0x37,0x04,0x00,0x2e,0x00,0x05,0x42,0x00,0x20,0xfc, +0xf8,0x19,0x02,0xc4,0xec,0xec,0xfc,0xf0,0xf4,0xec,0xf0,0xf4,0xec,0xf4,0xf4,0xec, +0xcd,0x00,0x2f,0xf4,0xf0,0xc6,0x00,0x06,0x14,0xf0,0xfb,0x02,0x10,0xf4,0xaf,0x00, +0x06,0x64,0x00,0x0f,0x5c,0x02,0x19,0x13,0xfc,0x88,0x01,0x1c,0xf4,0x37,0x00,0x1f, +0xfc,0x54,0x02,0x22,0x18,0x0c,0x6c,0x03,0x0f,0x52,0x02,0x31,0x0f,0x58,0x03,0x11, +0x30,0xfc,0xf4,0xf8,0xc6,0x01,0x7f,0xf8,0xe0,0x00,0x00,0xf0,0xe8,0xf4,0x4c,0x05, +0x21,0x24,0xf8,0xf8,0x84,0x04,0x25,0xfc,0xf8,0x8f,0x02,0x1f,0x04,0x4a,0x01,0x18, +0x34,0xf8,0xf8,0xf8,0x09,0x02,0x34,0x00,0xf4,0xfc,0x87,0x01,0x0e,0x42,0x00,0x0f, +0x0f,0x01,0x2b,0x1f,0xf8,0xd9,0x00,0x1f,0x11,0x00,0x29,0x03,0x02,0xd1,0x00,0x10, +0xfc,0xe8,0x00,0x07,0x49,0x05,0x0f,0x1d,0x02,0x0f,0x13,0xfc,0x05,0x00,0x21,0xfc, +0xfc,0x29,0x02,0x11,0xfc,0x30,0x03,0x01,0x4c,0x00,0x3f,0xe4,0x00,0xe0,0xb6,0x09, +0x1a,0x13,0xf8,0x57,0x03,0x0f,0x08,0x01,0x2d,0x01,0x97,0x01,0x0f,0x48,0x00,0x1c, +0x05,0xcb,0x02,0x12,0xfc,0xd5,0x00,0x01,0x97,0x03,0x0f,0x7d,0x00,0x1e,0x02,0x7a, +0x00,0x03,0xc9,0x00,0x0f,0x8c,0x01,0x1d,0x26,0xfc,0xf8,0x7a,0x00,0x01,0x62,0x02, +0x04,0x4a,0x01,0x0f,0x0a,0x01,0x22,0x16,0xfc,0xa4,0x04,0x1f,0xfc,0x08,0x01,0x1c, +0x1a,0xfc,0xe3,0x04,0x0f,0xc6,0x00,0x1c,0x18,0xfc,0x50,0x01,0x00,0x42,0x00,0x0f, +0x26,0x04,0x21,0x17,0xfc,0x94,0x02,0x10,0xf8,0x94,0x02,0x07,0x6f,0x05,0x0f,0xd6, +0x02,0x1e,0x01,0x9b,0x02,0x0f,0x42,0x00,0x1b,0x0b,0x06,0x09,0x04,0x88,0x00,0x02, +0xcc,0x09,0x1f,0xe4,0xc6,0x00,0x17,0x07,0x89,0x01,0x17,0x08,0x0e,0x0a,0x1f,0xe4, +0x8a,0x00,0x11,0x11,0xfc,0xb8,0x04,0x12,0x04,0x0b,0x01,0x8f,0x00,0xfc,0xf8,0x04, +0x00,0xfc,0x04,0x00,0x08,0x01,0x1b,0x02,0x97,0x03,0x02,0xcd,0x06,0x03,0x9c,0x01, +0x0e,0x48,0x07,0x0f,0x85,0x00,0x0f,0x05,0xce,0x02,0x01,0x1f,0x0a,0x1f,0xf8,0xce, +0x01,0x1a,0x0f,0x82,0x08,0x2f,0x0e,0x48,0x09,0x0f,0x01,0x00,0x2d,0x13,0xe4,0x04, +0x00,0x0f,0x18,0x03,0x1b,0x08,0x94,0x02,0x05,0x56,0x03,0x0f,0x8c,0x01,0x1b,0x02, +0x22,0x05,0x05,0x44,0x06,0x03,0xdc,0x08,0x1c,0x01,0x2b,0x00,0x1b,0x02,0x10,0x00, +0x16,0x03,0x07,0x01,0x10,0x05,0xda,0x1f,0x9f,0x00,0x07,0x00,0x08,0x00,0x09,0x0a, +0x00,0x0b,0x63,0x07,0x09,0x52,0x0d,0x0e,0x00,0x0d,0x00,0xcd,0x1c,0xfb,0x2e,0x10, +0x11,0x12,0x13,0x00,0x14,0x15,0x00,0x00,0x16,0x17,0x18,0x00,0x19,0x00,0x1a,0x1b, +0x1c,0x1d,0x1e,0x1f,0x20,0x00,0x00,0x21,0x00,0x22,0x23,0x24,0x00,0x25,0x26,0x27, +0x28,0x29,0x2a,0x2b,0x2c,0x00,0x00,0x2d,0x2e,0x2f,0x00,0x30,0x00,0x31,0x32,0x33, +0x34,0x35,0x36,0x37,0x00,0x00,0x38,0x00,0x00,0x39,0x3a,0x3b,0xa1,0x00,0x32,0x02, +0x03,0x04,0x86,0x00,0x01,0x01,0x00,0x22,0x06,0x06,0xe9,0x38,0x0e,0x33,0x0a,0x42, +0x09,0x00,0x0a,0x0b,0xeb,0x07,0x00,0x8c,0x00,0x43,0x00,0x0e,0x00,0x0f,0xbd,0x39, +0xd2,0x00,0x00,0x11,0x12,0x13,0x14,0x0e,0x00,0x15,0x16,0x17,0x00,0x18,0x1f,0x00, +0x10,0x19,0x6c,0x3e,0xf0,0x04,0x00,0x1b,0x1c,0x00,0x00,0x00,0x1d,0x1e,0x00,0x1f, +0x20,0x00,0x21,0x22,0x23,0x24,0x25,0x00,0x26,0x1c,0x00,0x21,0x27,0x00,0x9d,0x00, +0x63,0x2d,0x2e,0x2f,0x30,0x2b,0x2c,0x9b,0x00,0xf0,0x01,0x38,0x39,0x3a,0x3b,0x3c, +0x2c,0x3d,0x2c,0x36,0x3e,0x3f,0x3f,0x40,0x41,0x42,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1040, .range_length = 26, .glyph_id_start = 97, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1067, .range_length = 37, .glyph_id_start = 123, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 1105, .range_length = 1, .glyph_id_start = 160, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[18016] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_bold_XL_s = { +.uncomp_size = 17720, +.comp_size = 9611, +.line_height = 23, +.base_line = 4, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 5, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 59, +.right_class_cnt = 66, +.glyph_bitmap = 1288, +.class_pair_values = 13504, +.left_class_mapping = 17398, +.right_class_mapping = 17559, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 18016, +}; diff --git a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_64.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_arimo_he_bold_64.c rename to radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL.c index 37b5005a33f..5aa1fd1c269 100644 --- a/radio/src/fonts/lvgl/lv_font_arimo_he_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL.c @@ -1163,7 +1163,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[64593] __SDRAMFONTS; -const etxLz4Font lv_font_arimo_he_bold_64 = { +const etxLz4Font lv_font_arimo_ru_bold_XXL = { .uncomp_size = 64393, .comp_size = 18431, .line_height = 64, diff --git a/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL_s.c new file mode 100644 index 00000000000..7d9b0b6bce7 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_arimo_ru_bold_XXL_s.c @@ -0,0 +1,783 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x20,0x0b,0x08,0x00,0xf0,0x31,0x50,0x0d,0x07,0x1c,0x03, +0x00,0x62,0x00,0xf0,0x12,0x0f,0x0b,0x02,0x11,0xb5,0x00,0x40,0x16,0x16,0x1c,0x00, +0x00,0xe9,0x01,0x40,0x16,0x16,0x22,0x00,0xfc,0x5f,0x03,0x90,0x23,0x22,0x1c,0x01, +0x00,0x3b,0x05,0xe0,0x1c,0x1b,0x1c,0x01,0x00,0xb5,0x06,0x80,0x09,0x06,0x0b,0x02, +0x11,0xd6,0x06,0x50,0x0d,0x0c,0x26,0x02,0xf8,0xba,0x07,0x08,0x00,0xf0,0x2d,0x00, +0xf8,0x9e,0x08,0x90,0x0f,0x10,0x10,0x00,0x0c,0x1e,0x09,0x60,0x17,0x15,0x15,0x01, +0x03,0xfb,0x09,0x20,0x0b,0x07,0x0e,0x02,0xf9,0x2c,0x0a,0x50,0x0d,0x0b,0x05,0x01, +0x08,0x48,0x0a,0x20,0x0b,0x07,0x07,0x02,0x00,0x61,0x0a,0x20,0x0b,0x0b,0x1f,0x00, +0xff,0x0c,0x0b,0x40,0x16,0x14,0x1c,0x01,0x00,0x24,0x0c,0x08,0x00,0x42,0x02,0x00, +0x3c,0x0d,0x10,0x00,0xf0,0x03,0x54,0x0e,0x40,0x16,0x15,0x1c,0x00,0x00,0x7a,0x0f, +0x40,0x16,0x17,0x1c,0x00,0x00,0xbc,0x10,0x10,0x00,0x42,0x01,0x00,0xe2,0x11,0x20, +0x00,0x22,0xfa,0x12,0x08,0x00,0x22,0x12,0x14,0x18,0x00,0x22,0x38,0x15,0x10,0x00, +0xa1,0x50,0x16,0x50,0x0d,0x07,0x15,0x03,0x00,0x9a,0x16,0xd0,0x00,0xf2,0x04,0xf9, +0xfc,0x16,0x60,0x17,0x15,0x17,0x01,0x02,0xee,0x17,0x60,0x17,0x15,0x10,0x01,0x06, +0x96,0x18,0x10,0x00,0xf2,0x03,0x88,0x19,0x70,0x18,0x16,0x1c,0x01,0x00,0xbc,0x1a, +0x00,0x27,0x23,0x22,0x02,0xfa,0x0f,0x1d,0xd8,0x00,0xa2,0x89,0x1e,0xe0,0x1c,0x1a, +0x1c,0x02,0x00,0xf5,0x1f,0x10,0x00,0x22,0x6f,0x21,0x10,0x00,0xf0,0x1b,0xdb,0x22, +0xb0,0x1a,0x18,0x1c,0x02,0x00,0x2b,0x24,0x70,0x18,0x15,0x1c,0x02,0x00,0x51,0x25, +0x20,0x1f,0x1c,0x1c,0x01,0x00,0xd9,0x26,0xe0,0x1c,0x19,0x1c,0x02,0x00,0x37,0x28, +0x20,0x0b,0x07,0x1c,0x02,0x00,0x99,0x28,0x88,0x00,0x70,0x00,0x00,0xb1,0x29,0xe0, +0x1c,0x1b,0x30,0x00,0x10,0x2b,0x68,0x00,0x70,0x02,0x00,0x5f,0x2c,0x50,0x21,0x1d, +0x58,0x00,0x12,0x2d,0x30,0x00,0xa2,0x53,0x2f,0x20,0x1f,0x1d,0x1c,0x01,0x00,0xe9, +0x30,0x58,0x00,0xa2,0x39,0x32,0x20,0x1f,0x1d,0x24,0x01,0xf8,0x43,0x34,0x38,0x00, +0xf2,0x03,0xbd,0x35,0xb0,0x1a,0x19,0x1c,0x01,0x00,0x1b,0x37,0x70,0x18,0x18,0x1c, +0x00,0x00,0x6b,0x38,0x38,0x00,0xf2,0x03,0xc9,0x39,0xb0,0x1a,0x1b,0x1c,0x00,0x00, +0x43,0x3b,0xc0,0x25,0x26,0x1c,0x00,0x00,0x57,0x3d,0x10,0x00,0x22,0xd1,0x3e,0x08, +0x00,0xf2,0x03,0x4b,0x40,0x70,0x18,0x17,0x1c,0x01,0x00,0x8d,0x41,0x50,0x0d,0x0b, +0x26,0x02,0xf8,0x5e,0x42,0x68,0x01,0x22,0x09,0x43,0xa0,0x01,0xf0,0x23,0xed,0x43, +0x60,0x17,0x17,0x12,0x00,0x0a,0xbc,0x44,0x40,0x16,0x18,0x02,0xff,0xfb,0xd4,0x44, +0x50,0x0d,0x0b,0x07,0x01,0x18,0xfb,0x44,0x40,0x16,0x16,0x16,0x01,0x00,0xed,0x45, +0x70,0x18,0x15,0x1e,0x02,0x00,0x28,0x47,0x40,0x16,0x15,0x16,0x01,0x00,0x0f,0x48, +0x10,0x00,0xf1,0x05,0x01,0x00,0x4a,0x49,0x40,0x16,0x14,0x16,0x01,0x00,0x26,0x4a, +0x50,0x0d,0x0e,0x1e,0x00,0x00,0xf8,0x4a,0x18,0x00,0xf0,0x0e,0xf8,0x33,0x4c,0x70, +0x18,0x14,0x1e,0x02,0x00,0x5f,0x4d,0x20,0x0b,0x07,0x1e,0x02,0x00,0xc8,0x4d,0x20, +0x0b,0x0a,0x26,0xff,0xf8,0x86,0x4e,0x40,0x16,0x48,0x00,0x22,0xc1,0x4f,0x18,0x00, +0xf0,0x05,0x2a,0x50,0x90,0x23,0x20,0x16,0x02,0x00,0x8a,0x51,0x70,0x18,0x14,0x16, +0x02,0x00,0x66,0x52,0x70,0x18,0x70,0x00,0x21,0x58,0x53,0x70,0x00,0x32,0xf8,0x93, +0x54,0x50,0x00,0xa2,0xce,0x55,0x90,0x0f,0x0d,0x16,0x02,0x00,0x5d,0x56,0x70,0x00, +0xa2,0x39,0x57,0x50,0x0d,0x0d,0x1b,0x00,0x00,0xe9,0x57,0x38,0x00,0xf0,0x03,0xc5, +0x58,0x40,0x16,0x17,0x16,0x00,0x00,0xc2,0x59,0x20,0x1f,0x21,0x16,0xff,0x00,0x2d, +0x5b,0xb8,0x00,0xf2,0x15,0x00,0x00,0x1f,0x5c,0x40,0x16,0x17,0x1e,0x00,0xf8,0x78, +0x5d,0x00,0x14,0x12,0x16,0x01,0x00,0x3e,0x5e,0x90,0x0f,0x0f,0x26,0x00,0xf8,0x5b, +0x5f,0x30,0x0b,0x06,0x27,0x03,0xf7,0xd0,0x5f,0x10,0x00,0xf3,0x47,0xed,0x60,0x60, +0x17,0x15,0x07,0x01,0x0a,0x37,0x61,0x00,0x10,0x0e,0x0d,0x01,0x10,0x3f,0xff,0xff, +0x73,0xff,0xff,0xf7,0x2f,0xff,0xff,0x62,0xff,0xff,0xf6,0x1f,0xff,0xff,0x51,0xff, +0xff,0xf5,0x0f,0xff,0xff,0x40,0xff,0xff,0xf4,0x0f,0xff,0xff,0x30,0xef,0xff,0xf3, +0x0e,0xff,0xff,0x20,0xdf,0xff,0xf2,0x0d,0xff,0xff,0x10,0xcf,0xff,0xf1,0x0c,0xff, +0xff,0x00,0xbf,0xff,0xf0,0x0b,0xff,0xff,0x00,0xaf,0xff,0xf0,0x0a,0xff,0xfe,0x00, +0x6a,0xaa,0x90,0x4b,0x03,0xb6,0x16,0x66,0x66,0x23,0xff,0xff,0xf6,0x3f,0xff,0xff, +0x63,0x07,0x00,0xf0,0x22,0x5f,0xff,0xff,0x00,0x0f,0xff,0xff,0x44,0xff,0xff,0xe0, +0x00,0xff,0xff,0xf3,0x3f,0xff,0xfd,0x00,0x0e,0xff,0xff,0x32,0xff,0xff,0xc0,0x00, +0xdf,0xff,0xf2,0x2f,0xff,0xfb,0x00,0x0d,0xff,0xff,0x11,0xff,0xff,0xa0,0x00,0xcf, +0xff,0xf0,0x0f,0xff,0xfa,0x00,0x5b,0x00,0xf0,0x0e,0xff,0xff,0x90,0x00,0xaf,0xff, +0xe0,0x0e,0xff,0xf8,0x00,0x09,0xff,0xfd,0x00,0xdf,0xff,0x70,0x00,0x8f,0xff,0xc0, +0x02,0x33,0x31,0x00,0x01,0x33,0x32,0x6b,0x00,0x70,0x02,0xff,0xd0,0x00,0x00,0x1f, +0xff,0x0b,0x00,0x70,0x05,0xff,0xa0,0x00,0x00,0x4f,0xfb,0x0b,0x00,0x70,0x08,0xff, +0x70,0x00,0x00,0x8f,0xf8,0x0b,0x00,0x70,0x0c,0xff,0x40,0x00,0x00,0xbf,0xf5,0x0b, +0x00,0x10,0x0f,0x27,0x00,0x20,0xef,0xf1,0x0b,0x00,0x20,0x2f,0xfd,0x3b,0x00,0x10, +0xe0,0x0b,0x00,0x20,0x5f,0xfa,0x3b,0x00,0x10,0xb0,0x0b,0x00,0x20,0x9f,0xf7,0x3b, +0x00,0x44,0x80,0x00,0x05,0xff,0x01,0x00,0x17,0xf9,0x0b,0x00,0x16,0x04,0x0b,0x00, +0x52,0x00,0x00,0x06,0xff,0xa0,0x3b,0x00,0x90,0x00,0x00,0x0a,0xff,0x60,0x00,0x00, +0x9f,0xf6,0x0b,0x00,0x70,0x0d,0xff,0x20,0x00,0x00,0xcf,0xf2,0x0b,0x00,0x92,0x1f, +0xfe,0x00,0x00,0x00,0xff,0xf0,0x00,0x00,0x94,0x00,0x12,0x04,0x62,0x00,0xa5,0x8f, +0xf7,0x00,0x00,0x07,0xff,0x80,0x00,0x00,0x4f,0x4d,0x00,0x2f,0x90,0x5f,0x0b,0x00, +0x02,0x71,0x00,0x06,0xff,0x90,0x00,0x00,0x6f,0xcf,0x00,0x11,0x09,0x62,0x00,0x12, +0xf7,0xcf,0x00,0x55,0x30,0x00,0x00,0xcf,0xf4,0xcf,0x00,0x1f,0xff,0xcf,0x00,0x08, +0x12,0x8f,0xcf,0x00,0x00,0x0b,0x00,0x74,0xbf,0xf4,0x00,0x00,0x0b,0xff,0x40,0xec, +0x04,0x15,0xdf,0x0a,0x00,0x09,0x0b,0x00,0x12,0x50,0x08,0x00,0x70,0x04,0xad,0xff, +0xff,0xff,0xea,0x50,0x5e,0x01,0x11,0xcf,0x8d,0x00,0x53,0xfd,0x20,0x00,0x00,0x2e, +0x99,0x00,0xf1,0x0a,0xe2,0x00,0x00,0xcf,0xff,0xff,0xfe,0xff,0xef,0xff,0xff,0xfc, +0x00,0x03,0xff,0xff,0xf9,0x10,0xdf,0x41,0xcf,0xff,0xff,0x30,0x07,0xc9,0x01,0x60, +0x40,0x0e,0xff,0xff,0x90,0x08,0xbf,0x00,0x20,0xdf,0x40,0x12,0x00,0x03,0x0b,0x00, +0x83,0x02,0x75,0x30,0x00,0x06,0xff,0xff,0xe1,0x6e,0x00,0x53,0x02,0xff,0xff,0xfe, +0x50,0x79,0x00,0x01,0x4d,0x00,0x21,0x60,0x00,0xc6,0x00,0x01,0x61,0x00,0x10,0xa5, +0x0b,0x00,0x21,0x03,0xef,0x0c,0x00,0x62,0xf8,0x10,0x00,0x00,0x00,0x19,0x79,0x00, +0x11,0xe3,0x5a,0x02,0x11,0xbf,0x0c,0x00,0x12,0x20,0xb0,0x00,0x00,0x9e,0x00,0x13, +0xc0,0xc6,0x00,0x44,0x5d,0xff,0xff,0xf3,0xd1,0x00,0x61,0xdf,0xff,0xf7,0x00,0x03, +0x65,0x0b,0x00,0x61,0x7f,0xff,0xfa,0x4d,0xff,0xfc,0x0b,0x00,0x70,0x6f,0xff,0xfa, +0x2f,0xff,0xff,0x20,0x0b,0x00,0x70,0x9f,0xff,0xf9,0x0d,0xff,0xff,0xc1,0x9a,0x00, +0xf6,0x01,0xff,0xff,0xf6,0x06,0xff,0xff,0xfe,0x73,0xdf,0x53,0x8f,0xff,0xff,0xf1, +0x00,0xdf,0x81,0x01,0x03,0xf2,0x00,0x00,0x3e,0x00,0x12,0x01,0x77,0x00,0x01,0x4c, +0x01,0x7f,0x02,0x8c,0xef,0xff,0xfe,0xda,0x61,0x4a,0x01,0x0b,0x06,0x0b,0x00,0x22, +0x45,0x10,0x54,0x01,0x52,0xae,0xff,0xd9,0x20,0x00,0xcd,0x01,0x01,0xc9,0x01,0x32, +0xaf,0xff,0xff,0x09,0x00,0x41,0x00,0x3f,0xff,0xd0,0x17,0x00,0x00,0x01,0x00,0x11, +0x50,0x3e,0x00,0x21,0xff,0x30,0x0e,0x01,0x51,0xf9,0x22,0xaf,0xff,0xe0,0xce,0x02, +0x01,0xca,0x02,0x71,0x7f,0xff,0xc0,0x00,0x0e,0xff,0xf4,0x1b,0x00,0x11,0xd0,0xd5, +0x01,0x41,0xff,0x70,0x00,0x0a,0x1c,0x00,0x12,0xcf,0xdb,0x01,0x70,0xef,0xff,0x40, +0x00,0x07,0xff,0xfb,0x63,0x02,0x11,0xfa,0x5b,0x00,0x20,0xff,0xff,0x78,0x01,0x10, +0xfc,0x22,0x03,0x17,0xe1,0x11,0x00,0x10,0xfd,0x3c,0x00,0x19,0x50,0x22,0x00,0x10, +0x05,0x37,0x00,0x08,0x44,0x00,0x76,0x1e,0xff,0xf1,0x06,0xbe,0xfe,0xc7,0x66,0x00, +0x41,0xaf,0xff,0x61,0xcf,0x00,0x02,0x30,0x7f,0xff,0xb0,0x88,0x00,0x40,0x04,0xff, +0xfc,0x0c,0xb3,0x00,0x61,0xfe,0x00,0x1f,0xff,0xf7,0x01,0xa5,0x03,0x92,0xf2,0x5f, +0xff,0xf6,0x13,0xdf,0xff,0x80,0x08,0xcc,0x00,0xa2,0x9f,0xff,0x70,0xbf,0xff,0x80, +0x00,0x4f,0xff,0xe0,0xee,0x00,0x31,0x03,0xff,0xfd,0x70,0x00,0xf0,0x00,0x0f,0xff, +0xf2,0x00,0x05,0xcf,0xff,0xfb,0x30,0x0d,0xff,0xf3,0x02,0xff,0xff,0x37,0x03,0x00, +0xa0,0x03,0x10,0x11,0xe3,0x00,0x40,0x80,0x03,0xff,0xff,0xab,0x02,0x22,0xf6,0x00, +0x29,0x02,0x50,0xfd,0x00,0x04,0xff,0xfe,0x11,0x00,0x22,0xf7,0x00,0xff,0x02,0x1a, +0xf4,0x11,0x00,0x48,0x6f,0xff,0x90,0x00,0x33,0x00,0x57,0x01,0xff,0xfe,0x10,0x00, +0x55,0x00,0x21,0x00,0x0b,0x07,0x00,0x04,0x77,0x00,0x00,0x21,0x03,0x21,0xff,0xa0, +0x7f,0x01,0x31,0x80,0x00,0x5f,0x47,0x01,0x50,0x01,0xef,0xfe,0x10,0x00,0x91,0x03, +0x51,0xf7,0x25,0xef,0xff,0x70,0xd0,0x03,0x12,0xf6,0x39,0x00,0x00,0xfa,0x02,0x01, +0xc0,0x03,0x02,0x4f,0x03,0x10,0x00,0x05,0x02,0x12,0xd1,0xa1,0x01,0x02,0xcb,0x01, +0x52,0x05,0xbe,0xfe,0xc6,0x00,0x0a,0x00,0x44,0xad,0xff,0xec,0x71,0xf3,0x01,0x10, +0x1c,0x3a,0x00,0x01,0x7d,0x00,0x01,0x13,0x04,0x07,0x0e,0x00,0x62,0x07,0xff,0xff, +0xd8,0x7a,0xff,0xa9,0x03,0x00,0x47,0x00,0x30,0xc0,0x00,0x07,0x9a,0x00,0x02,0xce, +0x03,0x10,0xf5,0xa7,0x01,0x03,0x29,0x00,0x00,0xa8,0x02,0x23,0x01,0xff,0xb1,0x03, +0x10,0x0f,0xf5,0x01,0x34,0x9f,0xff,0xf1,0x36,0x00,0x30,0x80,0x00,0x8f,0x83,0x04, +0x02,0xe9,0x04,0x30,0xfd,0x06,0xdf,0xe1,0x01,0x03,0x4a,0x02,0x24,0xff,0xff,0xc8, +0x01,0x11,0x00,0xcb,0x02,0x13,0xe6,0x0c,0x00,0x23,0x02,0xbf,0xbe,0x02,0x02,0x35, +0x00,0x20,0xff,0xff,0xf4,0x00,0x33,0x0a,0xc7,0x20,0xe7,0x00,0x11,0xf6,0x73,0x00, +0x00,0xe8,0x01,0x50,0xff,0xfd,0xef,0xff,0xf1,0x25,0x01,0xe0,0xf3,0x00,0x04,0xff, +0xff,0xf8,0x05,0xff,0xff,0xb0,0x00,0x0b,0xff,0xfd,0x63,0x02,0x10,0xf9,0x2c,0x00, +0x50,0x70,0x03,0xff,0xff,0x70,0xc8,0x05,0x90,0x10,0x00,0x1f,0xff,0xff,0x50,0xbf, +0xff,0xf1,0x7f,0x01,0x10,0xc0,0x32,0x00,0x20,0xff,0x7f,0x8c,0x02,0x11,0x3f,0x8e, +0x00,0x10,0x9f,0x56,0x00,0x10,0x10,0xc3,0x00,0x12,0xe0,0xe4,0x03,0x00,0xe3,0x03, +0x11,0x0e,0x06,0x00,0x31,0x01,0xef,0xff,0x89,0x01,0x11,0x8f,0x0e,0x00,0x10,0x8f, +0x4f,0x05,0x20,0x43,0x44,0x15,0x00,0x23,0xeb,0xab,0x71,0x03,0x23,0xa0,0x03,0x09, +0x00,0x00,0x38,0x00,0x13,0xfa,0x85,0x04,0x50,0xfd,0x40,0x3d,0xff,0xff,0xbb,0x01, +0xf1,0x1d,0x38,0xbe,0xff,0xec,0x83,0x00,0x00,0x04,0x9d,0xff,0xd6,0xdf,0xff,0xf6, +0xcf,0xff,0xf5,0xcf,0xff,0xf4,0xbf,0xff,0xf4,0xaf,0xff,0xf3,0x9f,0xff,0xf2,0x8f, +0xff,0xf1,0x7f,0xff,0xf0,0x7f,0xff,0xf0,0x6f,0xff,0xf0,0x13,0x33,0x30,0xec,0x00, +0x11,0xe1,0x5a,0x04,0x10,0x50,0x87,0x00,0x20,0xfb,0x00,0xdc,0x05,0x10,0xf2,0x48, +0x02,0x01,0x2d,0x06,0x01,0x4a,0x04,0x10,0xbf,0x17,0x00,0x10,0x01,0xa4,0x01,0x00, +0x8e,0x01,0x14,0xf0,0x1d,0x00,0x11,0x0f,0xa0,0x00,0x02,0x23,0x00,0x31,0x7f,0xff, +0xff,0xd5,0x00,0x11,0xfc,0x06,0x02,0x11,0xfa,0x5d,0x01,0x11,0xf9,0x2d,0x03,0x11, +0xf7,0x3a,0x01,0x02,0x06,0x00,0x17,0xf6,0x06,0x00,0x11,0xf7,0x1e,0x00,0x15,0xf8, +0x2a,0x00,0x11,0xbf,0x98,0x01,0x11,0x9f,0x51,0x02,0x02,0x4e,0x00,0x02,0x5a,0x00, +0x02,0x66,0x00,0x02,0x72,0x00,0x02,0x7e,0x00,0x12,0x01,0x43,0x00,0x02,0x31,0x00, +0x11,0x4f,0x1f,0x02,0x20,0x0c,0xff,0x82,0x02,0x12,0x04,0xe2,0x04,0x11,0xbf,0x86, +0x00,0x02,0xd2,0x00,0x00,0xde,0x00,0x11,0xaf,0x54,0x00,0x20,0x1e,0xff,0xbc,0x02, +0x12,0x06,0x5b,0x01,0x11,0xdf,0xa3,0x00,0x11,0x5f,0x61,0x00,0x11,0x0d,0x5b,0x00, +0x10,0x06,0xdc,0x04,0x04,0x9e,0x00,0x11,0xaf,0x42,0x00,0x10,0x5f,0xa1,0x01,0x01, +0xc5,0x01,0x01,0x25,0x00,0x20,0x90,0x00,0xfe,0x01,0x11,0xc0,0x86,0x00,0x11,0xe0, +0x27,0x01,0x11,0xf0,0x73,0x00,0x11,0xf2,0xaf,0x05,0x11,0xf3,0x06,0x00,0x11,0xf4, +0x9e,0x00,0x05,0x06,0x00,0x02,0x12,0x00,0x11,0x03,0x1e,0x00,0x11,0x03,0x2a,0x00, +0x02,0x36,0x00,0x11,0x08,0x42,0x00,0x02,0x4e,0x00,0x02,0x5a,0x00,0x02,0x66,0x00, +0x02,0x72,0x00,0x01,0xc0,0x00,0x02,0xe5,0x00,0x11,0x07,0x96,0x00,0x02,0x23,0x00, +0x11,0x6f,0xae,0x00,0x01,0xba,0x00,0x02,0xad,0x00,0x11,0x1f,0xd2,0x00,0x02,0xde, +0x00,0x00,0x60,0x00,0x15,0xfe,0x12,0x04,0x02,0xe8,0x03,0x10,0xfc,0x77,0x03,0xf0, +0x03,0x20,0x00,0xff,0xfb,0x00,0x04,0x20,0x0e,0xfa,0x30,0xff,0xfa,0x06,0xdf,0x90, +0x4f,0xff,0xfc,0xc1,0x02,0x22,0xe0,0x9f,0x40,0x02,0x31,0xf3,0x5a,0xef,0x3b,0x02, +0x82,0x93,0x00,0x02,0x8f,0xff,0xff,0xe5,0x10,0x8b,0x02,0x11,0xf7,0xdd,0x03,0x41, +0xfb,0xef,0xff,0x50,0x56,0x03,0x30,0x6f,0xff,0xf3,0x72,0x00,0x20,0x70,0x0d,0x14, +0x03,0xd2,0x9f,0xfe,0x00,0x04,0xff,0xe5,0x00,0x00,0x04,0xe5,0x00,0x00,0xba,0xba, +0x05,0x04,0x01,0x00,0x35,0x6c,0xcc,0xa0,0x40,0x03,0x02,0x8c,0x00,0x01,0xc5,0x02, +0x1f,0xe0,0x15,0x00,0x25,0xb5,0x27,0x77,0x77,0x77,0xcf,0xff,0xf7,0x77,0x77,0x77, +0x55,0xf6,0x07,0x16,0xfb,0x01,0x08,0x1f,0xb5,0x15,0x00,0x01,0x1f,0xb0,0x7e,0x00, +0x36,0x07,0x15,0x00,0x73,0x01,0x11,0x11,0x03,0xff,0xff,0xf7,0x02,0x0a,0x02,0x07, +0x00,0x00,0xb5,0x09,0x10,0x60,0x37,0x09,0xf1,0x0b,0x0d,0xff,0x30,0x02,0xff,0xf0, +0x00,0x8f,0xfc,0x00,0x0e,0xff,0x60,0x09,0xff,0xd0,0x00,0x78,0x83,0x00,0x6e,0xee, +0xee,0xee,0xee,0xa7,0x9b,0x00,0x10,0x7f,0x06,0x00,0x16,0xb7,0x0b,0x00,0xc9,0xb0, +0x01,0x11,0x11,0x04,0xff,0xff,0xf5,0x4f,0xff,0xff,0x54,0x07,0x00,0x11,0x50,0x7e, +0x02,0x10,0xa0,0x20,0x04,0x11,0xf7,0xe2,0x01,0x13,0x40,0xd3,0x04,0x11,0x0c,0x90, +0x00,0x01,0xdb,0x00,0x31,0x2f,0xff,0xf8,0x43,0x02,0x10,0x50,0x9b,0x00,0x11,0xf2, +0x9b,0x04,0x01,0x46,0x03,0x10,0xc0,0x0d,0x02,0x11,0xf9,0x8e,0x02,0x10,0x60,0x3e, +0x03,0x11,0xf3,0x5d,0x02,0x10,0x10,0x2e,0x02,0x10,0xe0,0x42,0x03,0x11,0xfb,0x7f, +0x02,0x10,0x80,0x44,0x02,0x11,0xf5,0x7e,0x02,0x01,0xd5,0x03,0x10,0xf0,0x71,0x04, +0x02,0x6b,0x02,0x10,0x90,0x49,0x03,0x22,0xf6,0x00,0x6d,0x05,0x00,0xaf,0x0a,0x00, +0x75,0x02,0x14,0xfd,0x77,0x00,0x10,0x3f,0x77,0x00,0x11,0x06,0x77,0x00,0x32,0x48, +0x88,0x81,0x1b,0x01,0x41,0x5a,0xde,0xfd,0xb6,0xff,0x01,0x14,0x4e,0x1f,0x05,0x03, +0x09,0x0a,0x13,0x70,0x66,0x05,0x00,0xfb,0x02,0x00,0x11,0x06,0x20,0xc7,0x7a,0x25, +0x06,0x11,0x02,0x56,0x02,0x00,0xe7,0x00,0x41,0x07,0xff,0xff,0xd0,0xba,0x00,0x20, +0xa0,0x0c,0x93,0x00,0x00,0x58,0x00,0x21,0xe0,0x0f,0x5c,0x00,0x00,0x22,0x03,0x11, +0x1f,0xf8,0x00,0x00,0x3e,0x03,0x12,0x4f,0xc5,0x08,0x02,0x18,0x0b,0x12,0x20,0x33, +0x04,0x02,0x20,0x03,0x00,0x37,0x04,0x14,0x6f,0x0a,0x00,0x16,0xf9,0x0a,0x00,0x03, +0x1e,0x00,0x36,0xff,0xff,0xf8,0x32,0x00,0x15,0x3f,0x46,0x00,0x02,0x5a,0x00,0x00, +0x92,0x03,0x01,0x66,0x05,0x00,0x2c,0x01,0x20,0xf1,0x0b,0xfa,0x00,0x00,0x10,0x01, +0x10,0xd0,0x86,0x00,0x01,0x69,0x03,0x51,0x80,0x01,0xff,0xff,0xf8,0x82,0x04,0x10, +0x30,0xa4,0x05,0x21,0xc8,0x7b,0x30,0x06,0x12,0x1e,0xd2,0x00,0x11,0xf2,0xa5,0x00, +0x04,0x87,0x08,0x10,0x3d,0x09,0x00,0x12,0xe4,0x0e,0x01,0x32,0xdf,0xfd,0xb5,0x18, +0x01,0x11,0x4d,0xdf,0x00,0x03,0xaf,0x08,0x11,0xd0,0xd9,0x08,0x14,0xef,0x0a,0x00, +0x23,0x9f,0xff,0x0a,0x00,0x02,0x39,0x09,0x11,0xd0,0xbf,0x04,0x24,0xfd,0x4a,0x0a, +0x00,0x23,0x80,0x0a,0x0a,0x00,0x23,0xc3,0x00,0x0a,0x00,0x24,0x37,0x00,0x0a,0x00, +0x1f,0x00,0x0a,0x00,0x78,0xb4,0x12,0x22,0x22,0x2b,0xff,0xff,0xd2,0x22,0x22,0x20, +0x7f,0x77,0x03,0x1f,0xf2,0x0a,0x00,0x0a,0x00,0x22,0x05,0x55,0x8b,0xef,0xfe,0xc9, +0x40,0x05,0x01,0x58,0xfd,0x30,0x00,0x00,0x1d,0x26,0x02,0x11,0xff,0x0f,0x07,0x00, +0x43,0x02,0x20,0xb8,0x8b,0x5c,0x0a,0x10,0x0c,0x6e,0x06,0x00,0x30,0x02,0x20,0xe0, +0x1f,0x15,0x03,0x00,0x7b,0x00,0x11,0xf1,0x25,0x03,0x00,0x30,0x02,0x55,0xf3,0x01, +0x11,0x11,0x00,0xcc,0x05,0x02,0x99,0x00,0x15,0xf0,0xe1,0x07,0x12,0xb0,0xff,0x04, +0x14,0xdf,0x1d,0x08,0x14,0x1c,0xf2,0x07,0x00,0x13,0x00,0x02,0xe5,0x09,0x52,0x3e, +0xff,0xff,0xfe,0x20,0x12,0x0d,0x03,0x37,0x0b,0x22,0x00,0x7f,0xc5,0x0b,0x02,0xb8, +0x01,0x23,0xa0,0x00,0xaa,0x00,0x15,0xf7,0x0f,0x08,0x02,0x4c,0x00,0x14,0x5f,0x2f, +0x00,0x15,0x02,0x64,0x0b,0x12,0x0b,0xfe,0x02,0x02,0x8b,0x06,0x20,0xf9,0x99,0x01, +0x00,0x24,0x96,0x9f,0xfa,0x00,0x1f,0xfa,0x0a,0x00,0x0a,0x00,0x84,0x06,0x65,0x38, +0xce,0xff,0xec,0x94,0x00,0x4a,0x0c,0x00,0x19,0x01,0x04,0x47,0x0d,0x11,0x50,0x66, +0x00,0x02,0xcf,0x0b,0x00,0x24,0x01,0x30,0xfa,0x88,0xcf,0x34,0x00,0x10,0x2f,0x98, +0x0b,0x00,0x8a,0x00,0x12,0xe0,0x01,0x01,0x00,0x1b,0x00,0x42,0x00,0x47,0x77,0x77, +0xa9,0x00,0x13,0xf0,0xbb,0x04,0x15,0x9f,0xc6,0x04,0x14,0x1e,0xd8,0x08,0x23,0x02, +0x6e,0x00,0x01,0x10,0x0f,0x53,0x00,0x13,0xd2,0x47,0x09,0x43,0xff,0xfc,0x60,0x00, +0x15,0x00,0x24,0xfd,0x94,0x5c,0x09,0x01,0x89,0x00,0x00,0x51,0x00,0x25,0x89,0xae, +0xfc,0x00,0x00,0x2d,0x01,0x04,0x54,0x00,0x15,0x05,0xf5,0x00,0x00,0xb4,0x08,0x42, +0xa0,0x23,0x56,0x85,0x50,0x09,0x21,0xfc,0x0f,0x70,0x0c,0x00,0x15,0x00,0x10,0xb0, +0xf4,0x0c,0x01,0xcd,0x00,0x10,0xfa,0x3f,0x0c,0x11,0x30,0xb2,0x0c,0x10,0x60,0x49, +0x03,0x30,0xc9,0x9c,0xff,0x89,0x00,0x04,0xb5,0x05,0x11,0xf6,0x7d,0x01,0x03,0x36, +0x0e,0x21,0x00,0x4d,0x0a,0x00,0x11,0xe5,0x39,0x03,0x54,0x9c,0xef,0xfe,0xc9,0x50, +0xa0,0x09,0x04,0xfc,0x0b,0x02,0xf1,0x00,0x04,0x3d,0x0a,0x16,0x6f,0x17,0x00,0x16, +0x1e,0x46,0x0a,0x14,0x0a,0x2a,0x0c,0x00,0xaa,0x00,0x22,0xfe,0xcf,0x17,0x00,0x00, +0x58,0x09,0x14,0x6c,0x17,0x00,0x63,0xaf,0xff,0xc0,0xdf,0xff,0xf5,0xb7,0x01,0x23, +0xf3,0x0d,0x17,0x00,0x52,0x0d,0xff,0xf8,0x00,0xef,0x17,0x00,0x12,0x09,0x7e,0x0f, +0x21,0x50,0x00,0xf3,0x03,0x14,0x40,0x17,0x00,0x34,0xdf,0xff,0x90,0x17,0x00,0x10, +0x8f,0x4d,0x01,0x02,0x17,0x00,0x10,0x2f,0x06,0x00,0x02,0x17,0x00,0x11,0x0c,0xd6, +0x01,0x13,0xef,0x2c,0x09,0x13,0x10,0x17,0x00,0x11,0x02,0x73,0x04,0x02,0x17,0x00, +0x25,0x6f,0xff,0x01,0x00,0x16,0x06,0x0b,0x00,0x1f,0xf0,0x17,0x00,0x04,0x20,0x02, +0x22,0x01,0x00,0x64,0x2e,0xff,0xff,0x72,0x22,0x00,0x80,0x0c,0x04,0xfd,0x00,0x04, +0x8a,0x00,0x0f,0x17,0x00,0x0f,0x04,0x4f,0x00,0x10,0x80,0x35,0x08,0x02,0x39,0x0e, +0x26,0x00,0x02,0x15,0x00,0x15,0x3f,0x15,0x00,0x00,0xd0,0x08,0x01,0x72,0x00,0x35, +0x10,0x00,0x5f,0xee,0x01,0x14,0x06,0x45,0x0e,0x00,0xaa,0x01,0x16,0xfb,0x24,0x0b, +0x15,0xa0,0x6c,0x02,0x61,0xf9,0x06,0xbe,0xff,0xc8,0x20,0x79,0x01,0x13,0xbd,0x07, +0x0e,0x15,0xbf,0x92,0x07,0x14,0x0c,0x69,0x00,0x10,0x70,0x72,0x0b,0x30,0xfd,0x99, +0xbf,0xd1,0x02,0x11,0x0e,0xad,0x01,0x10,0x3e,0x74,0x00,0x32,0x55,0x55,0x52,0xba, +0x03,0x13,0xd0,0x50,0x00,0x11,0xcf,0xd7,0x06,0x03,0x8d,0x03,0x15,0xf1,0x8c,0x07, +0x25,0xff,0x10,0x15,0x00,0x42,0xf0,0x58,0x9b,0xcc,0x8f,0x01,0x21,0xfe,0x08,0x43, +0x04,0x00,0x3f,0x00,0x20,0xa0,0x4f,0x7d,0x0f,0x00,0x5d,0x05,0x10,0xf5,0x69,0x00, +0x30,0xfb,0x87,0xbf,0x7a,0x06,0x16,0x03,0x44,0x03,0x03,0xa2,0x06,0x61,0xfe,0x40, +0x00,0x00,0x03,0xdf,0x93,0x07,0x01,0xc3,0x03,0x52,0x49,0xce,0xff,0xec,0x82,0x5b, +0x00,0x54,0x27,0xce,0xff,0xda,0x50,0xf3,0x03,0x02,0x04,0x03,0x12,0xcf,0x29,0x09, +0x03,0x08,0x0c,0x00,0xf1,0x0c,0x00,0xba,0x02,0x30,0xf9,0x78,0xef,0xd3,0x01,0x40, +0xef,0xff,0xfd,0x10,0xc9,0x04,0x12,0xc0,0x08,0x0a,0x55,0x04,0xdb,0x97,0x50,0x0a, +0x18,0x01,0x06,0x87,0x01,0x11,0x1f,0xeb,0x0b,0x12,0x10,0xa7,0x00,0x50,0x00,0x6c, +0xff,0xff,0xb5,0x07,0x02,0x11,0xfe,0x07,0x0d,0x10,0xb1,0x0a,0x00,0x12,0xcf,0x47, +0x0f,0x15,0x7f,0x93,0x01,0x80,0x8f,0xff,0xff,0xfe,0x51,0x02,0xaf,0xff,0xae,0x0b, +0x21,0xff,0xe2,0xf4,0x00,0x21,0xf6,0x7f,0x58,0x01,0x21,0x01,0xff,0xf4,0x06,0x11, +0x40,0xfe,0x00,0x21,0xfb,0x3f,0x0a,0x00,0x00,0x33,0x0a,0x02,0x44,0x07,0x00,0xc3, +0x0b,0x01,0x2f,0x0a,0x00,0xfa,0x01,0x20,0xfa,0x08,0x3f,0x01,0x00,0xd4,0x01,0x20, +0xf6,0x02,0x05,0x05,0x00,0xaa,0x00,0x10,0xf2,0xd7,0x04,0x30,0xe8,0x68,0xef,0x99, +0x01,0x15,0x1e,0x1a,0x01,0x24,0x02,0xef,0x8c,0x05,0x26,0x00,0x1b,0xfe,0x03,0x57, +0x38,0xce,0xfe,0xd9,0x40,0x8a,0x11,0x1f,0xf7,0x0a,0x00,0x0b,0x21,0x29,0x99,0x01, +0x00,0x14,0xef,0x1b,0x04,0x15,0x03,0xd2,0x01,0x13,0x0d,0xc4,0x0d,0x00,0xc6,0x01, +0x15,0xfa,0x1d,0x00,0x03,0xda,0x01,0x12,0x0c,0x1c,0x03,0x01,0x5d,0x02,0x02,0xbb, +0x0a,0x03,0x3e,0x0b,0x03,0xec,0x01,0x15,0xb0,0xda,0x05,0x14,0x30,0xff,0x03,0x15, +0xfb,0x44,0x00,0x1c,0xf4,0xa4,0x06,0x02,0x15,0x0b,0x0a,0x31,0x02,0x05,0x00,0x0e, +0x02,0x86,0x08,0x03,0x68,0x0e,0x24,0xf3,0x00,0xc0,0x05,0x15,0xf0,0xa6,0x00,0x03, +0x45,0x00,0x15,0x0f,0xc4,0x01,0x12,0x2f,0x4c,0x01,0x02,0x80,0x00,0x15,0x80,0xe8, +0x05,0x03,0x63,0x00,0x00,0xa2,0x04,0x02,0x30,0x02,0x24,0x3d,0xff,0x07,0x09,0x15, +0x5f,0xcc,0x04,0x14,0x2f,0xe1,0x04,0x00,0xc6,0x00,0x40,0xfc,0x30,0x02,0xaf,0x60, +0x00,0x32,0xef,0xff,0xfe,0x55,0x02,0x24,0x20,0x0f,0xd3,0x0c,0x10,0xf4,0xb3,0x08, +0x02,0x3a,0x00,0x24,0x40,0x0e,0x8d,0x0c,0x13,0xf2,0xc0,0x00,0x11,0xcf,0x9c,0x11, +0x50,0xff,0xfd,0x41,0x03,0xaf,0x01,0x01,0x26,0x02,0xdf,0x80,0x08,0x10,0x7d,0x09, +0x00,0x10,0xd8,0xe4,0x00,0x21,0x29,0xef,0x11,0x0b,0x15,0x00,0x5d,0x04,0x11,0xfb, +0x4e,0x00,0x30,0xa2,0x00,0x17,0x0b,0x00,0x05,0x54,0x00,0x10,0xf5,0x3c,0x07,0x03, +0x9e,0x05,0x32,0x9f,0xff,0xff,0x4c,0x01,0x22,0xfe,0x0b,0x83,0x0e,0x00,0x08,0x01, +0x33,0xaf,0xff,0xff,0x80,0x03,0x11,0x09,0x2a,0x00,0x00,0x09,0x01,0x24,0xd0,0x4f, +0x3f,0x00,0x60,0xf9,0x00,0xef,0xff,0xff,0xa3,0x54,0x00,0x36,0xff,0x30,0x05,0x06, +0x12,0x16,0x07,0x7b,0x0b,0x24,0x04,0xdf,0x03,0x0a,0x01,0x56,0x03,0x22,0xed,0xa6, +0xa7,0x01,0x22,0x8c,0xef,0x2c,0x0a,0x01,0x64,0x0f,0x01,0x72,0x0f,0x14,0x3e,0x7a, +0x04,0x00,0xd7,0x0e,0x02,0xff,0x0f,0x00,0x78,0x07,0x22,0xa6,0x7c,0x2e,0x11,0x21, +0xff,0xf3,0x14,0x06,0x20,0x70,0x5f,0x4c,0x00,0x00,0x9a,0x00,0x20,0xc0,0x7f,0x6f, +0x07,0x00,0xc1,0x03,0x12,0xf1,0xb9,0x00,0x00,0x22,0x02,0x02,0xc3,0x00,0x00,0xe6, +0x09,0x11,0x7f,0x2b,0x01,0x21,0x02,0xff,0x04,0x0a,0x11,0x60,0x55,0x01,0x20,0xfa, +0x1f,0xed,0x06,0x00,0x0d,0x04,0x70,0xfb,0x0b,0xff,0xff,0xfe,0x63,0x37,0x61,0x03, +0x15,0x03,0x32,0x0c,0x02,0x6b,0x03,0x10,0xfd,0xab,0x0e,0x01,0x6e,0x05,0x20,0xc1, +0xbf,0xb2,0x01,0x83,0x28,0xdf,0xfd,0xa5,0x00,0xdf,0xff,0xf8,0x73,0x04,0x05,0x50, +0x06,0x12,0x03,0xfb,0x09,0x12,0x00,0xba,0x0d,0x42,0x0a,0xce,0xff,0x50,0x57,0x07, +0x11,0x0c,0x64,0x00,0x00,0xcd,0x01,0x00,0x45,0x00,0x21,0x97,0x8e,0xf7,0x01,0x03, +0xa2,0x01,0x14,0xe1,0x08,0x0b,0x24,0xfe,0x20,0x6f,0x04,0x13,0xa1,0x09,0x11,0x00, +0x9e,0x0f,0x52,0x00,0x1a,0xaa,0xaa,0x42,0x50,0x16,0x16,0x72,0x07,0x00,0x1f,0x00, +0x01,0x00,0x0b,0x49,0x01,0x99,0x99,0x94,0x31,0x00,0x00,0x07,0x00,0xc6,0x70,0x1a, +0xaa,0xaa,0x51,0xff,0xff,0xf8,0x1f,0xff,0xff,0x81,0x07,0x00,0x0f,0x4a,0x00,0x0f, +0x1a,0x95,0x31,0x00,0x01,0x39,0x03,0x20,0xaf,0xf6,0x0f,0x16,0x50,0x01,0xff,0xf1, +0x00,0x7f,0xff,0x06,0x77,0x70,0x08,0xff,0xe1,0x00,0x78,0x84,0x37,0x00,0x05,0xb7, +0x13,0x14,0x4a,0x08,0x06,0x23,0x17,0xdf,0xa2,0x03,0x23,0x05,0xbf,0x69,0x09,0x24, +0x02,0x8e,0x8a,0x0d,0x11,0x5c,0x00,0x01,0x53,0x82,0x00,0x00,0x39,0xff,0xa1,0x02, +0x11,0x16,0x09,0x01,0x24,0xe8,0x20,0x8b,0x11,0x13,0x50,0x85,0x09,0x24,0xfe,0x81, +0x60,0x09,0x24,0xb4,0x00,0xb8,0x07,0x03,0xef,0x03,0x00,0x15,0x00,0x15,0xa4,0x77, +0x08,0x37,0xff,0xfd,0x71,0xca,0x11,0x11,0x40,0x9f,0x06,0x11,0xcf,0x54,0x00,0x01, +0xed,0x03,0x11,0x39,0x50,0x02,0x02,0x44,0x00,0x14,0x5b,0x7e,0x00,0x07,0x93,0x00, +0x00,0xb5,0x03,0x04,0xa8,0x00,0x07,0xbd,0x00,0x00,0x01,0x00,0x26,0x3a,0xfb,0xe8, +0x00,0x1f,0x40,0x67,0x0e,0x0c,0x07,0x15,0x00,0x24,0x27,0x77,0x01,0x00,0x2f,0x50, +0x00,0x01,0x00,0x2a,0x1f,0x05,0xe5,0x0e,0x16,0x24,0xb2,0x66,0x01,0x00,0x26,0x64, +0x23,0x3f,0x00,0x35,0xfd,0x61,0x00,0x31,0x01,0x26,0xfa,0x40,0x54,0x00,0x24,0xd7, +0x10,0x46,0x01,0x02,0x23,0x04,0x07,0x97,0x01,0x04,0x19,0x01,0x21,0xfc,0x50,0x2d, +0x00,0x11,0xcf,0xb9,0x04,0x01,0x77,0x01,0x35,0x28,0xef,0xff,0x08,0x0b,0x16,0x5b, +0x34,0x13,0x00,0x2f,0x00,0x04,0x31,0x01,0x1e,0x0a,0x15,0x00,0x05,0x2a,0x00,0x02, +0x3f,0x00,0x12,0x90,0x15,0x02,0x43,0xff,0xff,0xe9,0x20,0x69,0x00,0x28,0xfb,0x50, +0x7e,0x00,0x01,0x93,0x00,0x1d,0xa4,0xa8,0x00,0x23,0xfa,0x30,0xbd,0x00,0x24,0xfc, +0x60,0xd2,0x00,0x19,0x22,0x2a,0x01,0x51,0x27,0xbe,0xff,0xed,0xa6,0x2e,0x00,0x13, +0x1a,0xb7,0x08,0x05,0x10,0x17,0x26,0xff,0xc1,0x78,0x05,0x11,0xfc,0x9b,0x03,0x30, +0xfc,0x98,0xae,0x5d,0x13,0x11,0x04,0xf8,0x07,0x00,0xfd,0x06,0x21,0xc0,0x0b,0xdc, +0x04,0x00,0x78,0x06,0x13,0xf0,0xe9,0x05,0x00,0x67,0x11,0x42,0x08,0x88,0x88,0x40, +0xec,0x08,0x15,0xf0,0xe1,0x00,0x05,0x14,0x10,0x15,0x3f,0x07,0x06,0x00,0x68,0x00, +0x15,0x20,0x98,0x02,0x25,0xf5,0x00,0xec,0x0d,0x15,0x50,0xbc,0x08,0x15,0xd2,0x59, +0x06,0x16,0xfa,0xa6,0x0a,0x03,0x32,0x06,0x03,0x7a,0x12,0x03,0xe5,0x06,0x14,0xf2, +0xdd,0x0a,0x3f,0x99,0x99,0x90,0x1c,0x02,0x0a,0x5c,0x02,0x66,0x66,0x61,0x00,0xba, +0x06,0x0f,0x0b,0x00,0x1a,0x00,0x45,0x00,0x66,0x7a,0xce,0xff,0xfe,0xc9,0x51,0xcd, +0x03,0x13,0x7d,0x5a,0x02,0x18,0x40,0xf7,0x14,0x20,0xdd,0xdf,0x62,0x02,0x23,0x00, +0x00,0xd6,0x06,0x64,0xc7,0x30,0x00,0x00,0x01,0x59,0xea,0x00,0x44,0x6f,0xff,0xf9, +0x20,0x5e,0x07,0x12,0xf5,0xb3,0x07,0x14,0xd3,0x4f,0x00,0x11,0x2d,0xcf,0x00,0x10, +0x5f,0x0b,0x02,0xa0,0x39,0xdf,0xfc,0x70,0x00,0x89,0x80,0x1d,0xff,0xc0,0x8e,0x01, +0x40,0xa0,0x00,0x01,0xaf,0x9a,0x01,0xa0,0x3f,0xfe,0x00,0x2f,0xff,0x50,0x00,0x0c, +0xff,0xc0,0x8b,0x0d,0x60,0xeb,0xcf,0xff,0xa7,0xff,0xa0,0x38,0x11,0x10,0x06,0x39, +0x00,0xa0,0xdf,0xfe,0x50,0x00,0x09,0xff,0xdf,0xf6,0x00,0x01,0x64,0x18,0x52,0xf8, +0x00,0x00,0x9f,0xfe,0x7c,0x15,0x81,0x30,0x00,0x0b,0xff,0x50,0x5f,0xff,0x10,0x3c, +0x00,0x00,0x8a,0x01,0x10,0xf0,0xb9,0x1a,0x52,0x0a,0xff,0x90,0x00,0x09,0x96,0x0a, +0x20,0xff,0xfc,0x40,0x02,0x10,0x90,0x0b,0x08,0x13,0xef,0xc6,0x1a,0x00,0x3f,0x1a, +0x30,0xfa,0x3f,0xff,0x2e,0x00,0x11,0x10,0x6a,0x01,0x10,0xf5,0x23,0x00,0x11,0xa6, +0x4e,0x16,0x11,0xd0,0xc3,0x07,0x00,0x18,0x00,0x82,0x6f,0xf9,0x9f,0xf9,0x00,0x00, +0x9f,0xfa,0xc2,0x01,0x10,0xd0,0x05,0x00,0x52,0x7a,0xff,0x80,0x00,0x0a,0xeb,0x01, +0x11,0xdf,0xc5,0x14,0x72,0xf4,0xbf,0xf7,0x00,0x00,0xbf,0xf8,0x34,0x00,0x10,0x70, +0xce,0x00,0x11,0x0b,0x06,0x16,0x11,0xa0,0xe1,0x01,0x10,0xf4,0x34,0x00,0x71,0xa0, +0xaf,0xf8,0x00,0x00,0x8f,0xfd,0xc6,0x02,0x00,0x4b,0x09,0x71,0xff,0xf3,0x08,0xff, +0xb0,0x00,0x04,0xfa,0x13,0xa0,0xef,0xcf,0xf2,0x00,0x01,0xef,0xfa,0x00,0x5f,0xfe, +0x76,0x07,0xe0,0xd2,0x00,0x06,0xff,0xb6,0xff,0x60,0x03,0xdf,0xfe,0x10,0x01,0xff, +0xf3,0x2c,0x01,0x70,0xfd,0xce,0xff,0xd1,0x4f,0xff,0xcd,0x24,0x06,0x32,0x0c,0xff, +0x90,0x09,0x0d,0x11,0xb1,0xbd,0x0a,0x00,0xa0,0x00,0x00,0x69,0x02,0x91,0x3a,0xef, +0xeb,0x50,0x00,0x01,0xae,0xfe,0xa4,0x94,0x00,0x1b,0xfc,0x18,0x02,0x3b,0x04,0xff, +0xf9,0x12,0x00,0x35,0x09,0xff,0xfa,0xf0,0x01,0x13,0x9b,0xc7,0x02,0x33,0xfe,0x60, +0x00,0x9f,0x03,0x14,0xf4,0xaf,0x02,0x60,0xe9,0x52,0x10,0x01,0x25,0x8b,0x66,0x1a, +0x02,0x48,0x00,0x05,0xd6,0x19,0x14,0xe7,0x3e,0x00,0x13,0x6d,0xa4,0x0e,0x16,0x50, +0x40,0x02,0x67,0x69,0xbc,0xdd,0xcb,0x96,0x30,0x51,0x02,0x16,0xff,0x2d,0x03,0x02, +0xa9,0x16,0x05,0x2d,0x00,0x18,0x0d,0x68,0x17,0x01,0x77,0x07,0x26,0xf1,0x00,0x9a, +0x0e,0x05,0xf2,0x09,0x00,0x8b,0x08,0x14,0x5f,0x9e,0x17,0x00,0xa9,0x0a,0x25,0xd0, +0xef,0x15,0x03,0x44,0xaf,0xff,0xf8,0x0a,0x74,0x09,0x00,0x89,0x08,0x45,0x20,0x4f, +0xff,0xfd,0x90,0x0c,0x10,0xd0,0x22,0x1d,0x04,0x0f,0x0a,0x34,0xf8,0x00,0x0a,0xa0, +0x03,0x10,0x1f,0x83,0x01,0x13,0x4f,0xba,0x0c,0x02,0x6b,0x12,0x13,0xef,0xf6,0x00, +0x10,0xcf,0x28,0x04,0x04,0x9e,0x0b,0x01,0xe8,0x1a,0x00,0xca,0x09,0x03,0xf8,0x02, +0x16,0xd0,0x42,0x0d,0x72,0xef,0xff,0xfc,0x66,0x66,0x66,0x6d,0xd4,0x04,0x15,0x3f, +0x75,0x05,0x14,0x10,0x82,0x1a,0x04,0xe9,0x09,0x15,0xef,0x0e,0x00,0x02,0xdd,0x17, +0x06,0x68,0x0c,0x04,0x8f,0x10,0x11,0x02,0x9b,0x04,0x04,0x07,0x04,0x10,0x0c,0x66, +0x00,0x14,0x6f,0x24,0x01,0x00,0x61,0x12,0x05,0x7b,0x0a,0x00,0xd4,0x0b,0x15,0x01, +0x2f,0x04,0x00,0x91,0x09,0x14,0x7f,0x76,0x0f,0x00,0x32,0x00,0x15,0x4d,0x89,0x04, +0x00,0x25,0x00,0x03,0x6b,0x00,0x02,0x4f,0x11,0x05,0x78,0x00,0x28,0xfe,0x70,0x85, +0x00,0x19,0xfb,0x92,0x00,0x10,0x80,0x0d,0x00,0x51,0xa6,0x66,0x66,0x66,0x7b,0x88, +0x01,0x02,0x56,0x09,0x01,0x85,0x09,0x15,0xf5,0x0d,0x00,0x10,0x08,0x7e,0x08,0x04, +0x0d,0x00,0x18,0x05,0x0d,0x00,0x10,0x06,0xa2,0x0a,0x04,0x0d,0x00,0x10,0x0c,0x8b, +0x00,0x03,0x0d,0x00,0x20,0x15,0xcf,0xc8,0x01,0x06,0x68,0x00,0x17,0xf7,0x75,0x00, +0x27,0xea,0x30,0x0d,0x00,0x29,0xfc,0x71,0x8f,0x00,0x10,0x70,0x0d,0x00,0x60,0xa5, +0x55,0x55,0x55,0x67,0xbf,0x31,0x09,0x04,0x5b,0x00,0x10,0x02,0xb2,0x11,0x04,0x0d, +0x00,0x00,0xa1,0x01,0x15,0xb0,0x0d,0x00,0x00,0xab,0x05,0x05,0x0d,0x00,0x18,0x0b, +0x0d,0x00,0x17,0x0d,0x0d,0x00,0x00,0x34,0x00,0x18,0xe0,0x4e,0x00,0x13,0xa0,0xf7, +0x00,0x20,0x67,0xbf,0xb3,0x0a,0x07,0x82,0x00,0x18,0xf9,0x8f,0x00,0x17,0xa0,0x0d, +0x00,0x16,0xd5,0xa9,0x00,0x24,0xeb,0x84,0xac,0x1f,0x53,0xac,0xef,0xfe,0xdb,0x83, +0xca,0x02,0x12,0xbf,0x6d,0x01,0x15,0x60,0x24,0x0e,0x03,0x74,0x06,0x04,0x1e,0x0e, +0x02,0xf9,0x09,0x01,0x29,0x02,0x31,0xcb,0xab,0xdf,0xe5,0x13,0x10,0x05,0x56,0x03, +0x44,0x10,0x00,0x00,0x2a,0x02,0x0f,0x15,0xd2,0x4d,0x11,0x13,0x4f,0x03,0x06,0x00, +0x64,0x01,0x25,0xe3,0x0a,0xb6,0x09,0x30,0x0c,0xb7,0x30,0x5e,0x02,0x06,0x5e,0x17, +0x16,0x1f,0x1c,0x0f,0x01,0x4e,0x03,0x07,0xf5,0x03,0x16,0x4f,0xb6,0x1a,0x03,0xb8, +0x01,0x05,0x01,0x00,0x05,0x18,0x01,0x03,0x5c,0x03,0x07,0x36,0x00,0x16,0x2f,0xbd, +0x0f,0x01,0xe8,0x0a,0x16,0xfe,0x0d,0x00,0x15,0x0d,0x59,0x03,0x21,0x04,0x71,0xd5, +0x03,0x13,0x90,0xd9,0x06,0x30,0xfb,0x50,0x02,0x47,0x01,0x04,0xbe,0x02,0x21,0x90, +0x0b,0xd6,0x11,0x02,0x68,0x00,0x11,0xf2,0x75,0x07,0x30,0x81,0x00,0x00,0xe5,0x0c, +0x12,0xf8,0x87,0x0c,0x32,0xfd,0xba,0xbd,0x85,0x07,0x06,0xd7,0x0e,0x10,0xfd,0xd3, +0x00,0x14,0x5e,0xa4,0x02,0x01,0xe0,0x00,0x15,0x18,0x79,0x01,0x01,0x01,0x00,0x65, +0x59,0xce,0xff,0xfe,0xb8,0x30,0xd9,0x02,0x35,0xdc,0xa6,0x20,0xbc,0x08,0x04,0xa8, +0x08,0x06,0x57,0x02,0x18,0x20,0x57,0x02,0x11,0xf4,0x0d,0x00,0x31,0xc9,0x99,0x9a, +0xa3,0x01,0x14,0x30,0xfe,0x00,0x14,0x4b,0x6c,0x12,0x13,0x70,0xb8,0x00,0x15,0xf8, +0x0d,0x00,0x10,0x07,0xd6,0x03,0x05,0x25,0x01,0x00,0xcd,0x02,0x05,0x0d,0x00,0x12, +0x5f,0x3d,0x02,0x14,0x70,0x7c,0x04,0x1f,0xe0,0x8b,0x02,0x03,0x00,0x96,0x14,0x04, +0x0d,0x00,0x00,0xf5,0x01,0x18,0xf2,0x1a,0x00,0x18,0xf2,0xb2,0x02,0x1f,0xf1,0xb2, +0x02,0x06,0x15,0xd0,0x0d,0x00,0x00,0x55,0x01,0x04,0x0d,0x00,0x00,0x00,0x02,0x14, +0x50,0x0d,0x00,0x10,0x09,0xa1,0x01,0x04,0x0d,0x00,0x17,0x8f,0x9c,0x03,0x10,0x2a, +0x61,0x02,0x00,0x0d,0x00,0x42,0xb8,0x88,0x88,0xad,0x7c,0x04,0x0c,0x11,0x01,0x15, +0xff,0xa0,0x20,0x17,0x5f,0x2a,0x04,0x27,0x00,0x5f,0x44,0x04,0x08,0x0d,0x03,0x1f, +0x50,0x0c,0x00,0x14,0x22,0xc9,0x99,0x01,0x00,0x18,0x20,0x65,0x02,0x0f,0x0c,0x00, +0x2c,0x21,0xb8,0x88,0x01,0x00,0x17,0x81,0x90,0x00,0x1f,0xf2,0x0c,0x00,0x15,0x0e, +0x84,0x00,0x0f,0x90,0x00,0x36,0x27,0x88,0x81,0xfc,0x00,0x1f,0xf2,0x0c,0x00,0x1b, +0x16,0xf5,0x16,0x00,0x0f,0x15,0x00,0x05,0x03,0x4a,0x01,0x16,0x85,0xbb,0x03,0x06, +0x87,0x00,0x1f,0x05,0x15,0x00,0x2e,0x04,0xd9,0x13,0x06,0x7e,0x00,0x1f,0x85,0x15, +0x00,0x04,0x12,0xfc,0x88,0x00,0x1f,0x94,0x7e,0x00,0x39,0x0f,0x15,0x00,0x0a,0x01, +0x63,0x04,0x53,0x8c,0xde,0xff,0xed,0xa7,0x53,0x0a,0x13,0x18,0xd7,0x03,0x02,0xd5, +0x0d,0x08,0x25,0x17,0x28,0x00,0x9f,0x6c,0x07,0x01,0x71,0x10,0x11,0xdb,0x5e,0x05, +0x12,0xfa,0xa2,0x07,0x51,0x92,0x00,0x00,0x01,0x6e,0x7f,0x08,0x13,0xcf,0xa1,0x17, +0x00,0x90,0x22,0x25,0xc0,0x03,0xb0,0x04,0x55,0x0d,0xff,0xb6,0x20,0x09,0x02,0x05, +0x21,0x02,0x30,0x87,0x03,0x04,0x69,0x08,0x0c,0x61,0x05,0x01,0x4c,0x14,0x0d,0x62, +0x05,0x20,0x01,0x55,0x01,0x00,0x13,0x53,0xcb,0x00,0x12,0x05,0x9c,0x00,0x0a,0x0e, +0x00,0x03,0x2a,0x00,0x03,0x0e,0x00,0x03,0x46,0x00,0x03,0x0e,0x00,0x00,0x45,0x04, +0x05,0xd9,0x08,0x26,0xfa,0x0d,0x99,0x0b,0x11,0xaf,0xa7,0x13,0x16,0xfa,0x0e,0x00, +0x06,0xea,0x16,0x00,0x0e,0x00,0x24,0x00,0xbf,0xe5,0x12,0x13,0x07,0xfd,0x17,0x20, +0xff,0xa2,0x03,0x0d,0x24,0xdf,0xff,0xbb,0x10,0x33,0xdb,0xaa,0xbe,0xef,0x03,0x28, +0x8f,0xff,0xf0,0x03,0x26,0x05,0xef,0x00,0x08,0x06,0x25,0x24,0x23,0xfd,0x71,0x89, +0x01,0x67,0x9c,0xef,0xff,0xec,0xa6,0x20,0x9d,0x01,0x00,0x65,0x01,0x14,0x35,0x9f, +0x01,0x00,0x00,0x12,0x0f,0x19,0x00,0x60,0x20,0xfe,0xee,0x01,0x00,0x12,0xef,0x19, +0x00,0x05,0x01,0x00,0x17,0x35,0x0c,0x00,0x0f,0x19,0x00,0x0a,0x0f,0xc8,0x00,0x76, +0x09,0x19,0x00,0x12,0x75,0xba,0x1c,0x0f,0x07,0x00,0x45,0x04,0x79,0x23,0x2f,0xff, +0xf8,0x0a,0x00,0x0f,0x35,0x79,0x99,0x9b,0x66,0x08,0x1f,0x03,0x0a,0x00,0x72,0x41, +0x01,0x35,0x7a,0x40,0x9e,0x08,0x15,0xf7,0x68,0x14,0x32,0xf6,0x0f,0xff,0xf8,0x1e, +0x70,0xff,0xf3,0x0b,0xff,0xff,0xfc,0x10,0x4e,0x08,0x20,0xe0,0x04,0x32,0x08,0x11, +0xad,0xcd,0x02,0x15,0xbf,0x4d,0x08,0x15,0x1d,0x72,0x27,0x25,0x01,0xaf,0x53,0x08, +0x00,0x6b,0x1c,0x26,0xc8,0x30,0xd8,0x02,0x00,0x5b,0x25,0x15,0xe2,0x78,0x04,0x10, +0x9f,0x2f,0x00,0x04,0x1b,0x00,0x01,0x0d,0x00,0x04,0x1b,0x00,0x01,0x0d,0x00,0x04, +0x1b,0x00,0x11,0x8f,0x0d,0x00,0x03,0x1b,0x00,0x02,0x0d,0x00,0x03,0x1b,0x00,0x03, +0x0d,0x00,0x02,0x1b,0x00,0x02,0x9d,0x17,0x03,0x1b,0x00,0x13,0x7f,0x7c,0x04,0x01, +0x1b,0x00,0x04,0x0d,0x00,0x01,0x1b,0x00,0x14,0x6f,0x0d,0x00,0x00,0x1b,0x00,0x15, +0x6f,0xfc,0x03,0x12,0x5f,0xc1,0x23,0x04,0xa9,0x1a,0x04,0x3f,0x0c,0x07,0x93,0x07, +0x16,0xfd,0x1b,0x00,0x14,0x6d,0x25,0x04,0x10,0x5f,0x78,0x09,0x13,0x2f,0xb5,0x00, +0x11,0x05,0x21,0x01,0x13,0x5f,0x24,0x04,0x02,0xa2,0x00,0x12,0x9f,0xe7,0x1b,0x03, +0xbd,0x00,0x12,0xcf,0xbd,0x19,0x02,0x1b,0x00,0x00,0x6f,0x15,0x15,0x90,0x1b,0x00, +0x12,0x04,0x76,0x24,0x03,0xf3,0x00,0x11,0x08,0x2e,0x05,0x04,0x0e,0x01,0x11,0x0b, +0x02,0x25,0x04,0x29,0x01,0x10,0x1e,0x53,0x0c,0x16,0x05,0x90,0x27,0x07,0x46,0x09, +0x00,0x9e,0x01,0x16,0xf5,0xd7,0x05,0x18,0xaf,0xf9,0x08,0x2f,0x00,0x00,0x0b,0x00, +0xe2,0x1d,0xb8,0x38,0x08,0x1f,0xf3,0x0b,0x00,0x12,0x15,0x80,0xe5,0x29,0x15,0xa5, +0xfc,0x01,0x13,0x07,0x67,0x06,0x03,0xae,0x06,0x13,0xcf,0x1d,0x00,0x02,0x6f,0x00, +0x14,0x1f,0x1d,0x00,0x14,0xfc,0x33,0x07,0x00,0x1d,0x00,0x32,0xdf,0xff,0xf1,0xf6, +0x03,0x10,0xdf,0x1d,0x00,0x12,0xfa,0x6d,0x0f,0x31,0x0f,0xff,0xfa,0x1d,0x00,0x32, +0xab,0xff,0xfb,0x1c,0x02,0x10,0x7f,0x1d,0x00,0x41,0xfb,0x6f,0xff,0xf1,0xb5,0x01, +0x11,0xc6,0x1d,0x00,0x11,0xc2,0x8d,0x02,0x31,0x0f,0xff,0xf8,0x1d,0x00,0x41,0xfc, +0x0d,0xff,0xfa,0x25,0x02,0x11,0x37,0x1d,0x00,0x40,0xc0,0x9f,0xff,0xf0,0x5d,0x02, +0x12,0xe0,0x1d,0x00,0x10,0x04,0x2c,0x00,0x42,0x0e,0xff,0xfa,0x07,0x1d,0x00,0x30, +0x0f,0xff,0xfa,0xd0,0x03,0x12,0x50,0x1d,0x00,0x10,0x00,0x98,0x29,0x33,0x7f,0xff, +0xf0,0x1d,0x00,0x40,0x05,0xff,0xff,0x40,0x19,0x1d,0x02,0x1d,0x00,0x00,0x61,0x00, +0x12,0x01,0x0a,0x22,0x10,0xa5,0x9d,0x02,0x30,0xbf,0xff,0xc0,0x87,0x00,0x02,0x1d, +0x00,0x00,0xc6,0x00,0x00,0x5a,0x14,0x03,0x1d,0x00,0x00,0xf1,0x27,0x33,0xef,0xff, +0x60,0x1d,0x00,0x00,0x00,0x01,0x35,0xcf,0xff,0xf1,0x1d,0x00,0x12,0x07,0xfb,0x00, +0x04,0x1d,0x00,0x11,0x2f,0x18,0x01,0x04,0x1d,0x00,0x00,0x6b,0x0d,0x16,0xf2,0x1d, +0x00,0x11,0x08,0x52,0x01,0x05,0x1d,0x00,0x11,0x2f,0x6f,0x01,0x03,0x1d,0x00,0x00, +0x2c,0x00,0x17,0xf3,0x1d,0x00,0x02,0x03,0x24,0x11,0x7f,0x5c,0x01,0x14,0xf8,0xa8, +0x10,0x15,0x35,0x85,0x01,0x12,0xef,0xaf,0x01,0x17,0xa0,0x19,0x00,0x27,0xff,0x30, +0x19,0x00,0x18,0xfc,0x19,0x00,0x15,0xf5,0x19,0x00,0x12,0xfe,0x65,0x08,0x02,0x19, +0x00,0x12,0x9e,0xc3,0x01,0x01,0x19,0x00,0x12,0xfa,0xc4,0x22,0x02,0x19,0x00,0x14, +0xb0,0x39,0x27,0x12,0xf3,0x65,0x01,0x14,0xf2,0x19,0x00,0x00,0xb8,0x14,0x14,0xb0, +0x19,0x00,0x11,0x00,0xf9,0x1b,0x03,0x19,0x00,0x02,0xb0,0x26,0x03,0x19,0x00,0x01, +0xa8,0x27,0x04,0x19,0x00,0x01,0x69,0x26,0x03,0x19,0x00,0x00,0x15,0x00,0x14,0x70, +0x19,0x00,0x10,0x00,0x73,0x00,0x04,0x19,0x00,0x00,0x82,0x27,0x14,0x0d,0x19,0x00, +0x00,0x73,0x00,0x13,0xcf,0x19,0x00,0x00,0x06,0x04,0x14,0xbb,0x19,0x00,0x00,0x73, +0x00,0x14,0xdf,0x19,0x00,0x01,0xb0,0x2a,0x04,0x19,0x00,0x13,0x01,0xc2,0x02,0x15, +0xfc,0x16,0x0f,0x13,0x35,0x32,0x1e,0x17,0x0e,0x19,0x00,0x01,0x15,0x0e,0x15,0x35, +0x90,0x2c,0x03,0x06,0x05,0x33,0x04,0x9b,0xef,0x01,0x21,0x00,0x49,0x00,0x12,0x8e, +0x0e,0x03,0x02,0x0d,0x18,0x05,0xc1,0x08,0x14,0xe5,0x09,0x03,0x05,0x68,0x10,0x26, +0x00,0x06,0x04,0x0a,0x12,0xf6,0x89,0x12,0x22,0xf9,0x10,0xe4,0x08,0x11,0xf2,0xf0, +0x06,0x14,0xe3,0x78,0x12,0x34,0xc0,0x00,0x3f,0x41,0x09,0x10,0x04,0xa7,0x01,0x06, +0x06,0x0a,0x01,0x0a,0x00,0x15,0xdf,0xce,0x15,0x12,0x2f,0x88,0x24,0x16,0xd0,0x1c, +0x2a,0x16,0x13,0x97,0x09,0x12,0x0a,0x91,0x24,0x16,0x80,0xeb,0x12,0x16,0x55,0xc9, +0x0a,0x12,0x07,0xa4,0x24,0x15,0x70,0x23,0x1f,0x25,0xff,0x64,0x6d,0x0f,0x00,0x0f, +0x01,0x17,0xf5,0x6e,0x0f,0x00,0xc5,0x1b,0x06,0x6f,0x0f,0x21,0x0e,0xff,0x27,0x30, +0x15,0xf4,0x0f,0x07,0x01,0x03,0x1e,0x15,0xc0,0x2b,0x00,0x22,0x70,0x01,0xa2,0x05, +0x02,0x86,0x0a,0x11,0xf1,0xd8,0x20,0x14,0x60,0x6b,0x22,0x01,0xf2,0x20,0x00,0x0d, +0x0a,0x22,0x02,0x9f,0x52,0x00,0x15,0x4f,0x75,0x0f,0x29,0xff,0x30,0xd6,0x0d,0x16, +0x40,0xa2,0x1c,0x02,0x36,0x0f,0x00,0xb5,0x00,0x02,0x5d,0x01,0x14,0xd6,0xe6,0x0a, +0x23,0x48,0xbe,0x79,0x0f,0x04,0x38,0x00,0x28,0xed,0x95,0x44,0x00,0x18,0xf7,0x50, +0x00,0x19,0xc0,0x6a,0x12,0x02,0xc4,0x0c,0x36,0x9a,0xdf,0xff,0xb2,0x0e,0x00,0xef, +0x1a,0x14,0xc0,0x13,0x01,0x17,0x2f,0xfe,0x0e,0x17,0x0a,0x2b,0x09,0x00,0xb9,0x1f, +0x0f,0x0c,0x00,0x01,0x17,0x0b,0x42,0x06,0x07,0xd2,0x11,0x10,0x03,0xbb,0x06,0x02, +0x5d,0x05,0x20,0x89,0xcf,0x28,0x07,0x17,0x5f,0x8e,0x13,0x1a,0x5f,0xec,0x12,0x02, +0x01,0x00,0x16,0xd4,0x47,0x07,0x1e,0x94,0x1a,0x0e,0x0f,0x0c,0x00,0x56,0x04,0xe6, +0x02,0x1b,0xeb,0xe6,0x02,0x03,0xf3,0x1a,0x01,0x1f,0x26,0x05,0x4a,0x26,0x19,0x06, +0xe6,0x02,0x16,0x05,0xe6,0x02,0x12,0xf5,0xe6,0x02,0x00,0x7f,0x17,0x15,0x29,0xe6, +0x02,0x14,0xf4,0xd7,0x02,0x10,0xb0,0x2a,0x01,0x15,0xf4,0x2d,0x08,0x16,0x20,0x52, +0x0c,0x10,0x0a,0x2a,0x02,0x15,0xcf,0x3c,0x1f,0x00,0x66,0x21,0x06,0x8b,0x0c,0x00, +0x66,0x10,0x1f,0x12,0xe6,0x02,0x29,0x17,0xf8,0xe6,0x02,0x18,0x3f,0x11,0x22,0x24, +0xff,0x41,0xc1,0x06,0x01,0xc9,0x09,0x25,0xf2,0x0e,0x6f,0x0d,0x10,0x01,0xad,0x02, +0x14,0x9f,0x66,0x00,0x00,0x48,0x00,0x25,0xa0,0x04,0xf7,0x08,0x10,0x1e,0xc6,0x00, +0x23,0x0d,0xff,0x31,0x04,0x11,0x0a,0x09,0x00,0x13,0x4f,0x38,0x12,0x12,0x1b,0xca, +0x02,0x00,0x79,0x04,0x43,0x94,0x21,0x24,0x9f,0x30,0x07,0x17,0xcf,0xc8,0x13,0x16, +0x00,0x76,0x22,0x03,0x5f,0x00,0x17,0x6e,0x53,0x0e,0x00,0x5e,0x01,0x10,0xbf,0x78, +0x01,0x16,0x94,0xc1,0x16,0x16,0xaf,0x8a,0x16,0x02,0x81,0x03,0x17,0xfe,0xb5,0x01, +0x14,0x0c,0xa4,0x12,0x15,0x00,0x93,0x09,0x46,0xa7,0x67,0x60,0x00,0x85,0x24,0x04, +0xa8,0x00,0x03,0x5c,0x26,0x16,0xff,0x4c,0x1c,0x27,0x01,0xcf,0x00,0x17,0x00,0x2e, +0x1d,0x10,0xdf,0x28,0x20,0x04,0xba,0x15,0x29,0xdb,0x82,0x9d,0x0f,0x2a,0xfc,0x20, +0x83,0x11,0x07,0x1b,0x00,0x03,0xc9,0x12,0x00,0x24,0x10,0x11,0x9b,0x13,0x08,0x05, +0x69,0x09,0x10,0x8f,0x40,0x05,0x08,0xe3,0x0a,0x15,0x80,0x1b,0x00,0x18,0x04,0x56, +0x15,0x10,0x00,0x40,0x27,0x05,0x1b,0x00,0x19,0x02,0x1b,0x00,0x00,0x97,0x1a,0x05, +0x1b,0x00,0x17,0x1e,0x4a,0x11,0x23,0x02,0x7e,0xf0,0x09,0x07,0xd5,0x16,0x07,0xa2, +0x00,0x18,0x40,0xac,0x1c,0x08,0xbd,0x00,0x12,0xd2,0x92,0x0a,0x00,0x4b,0x10,0x03, +0x7f,0x27,0x02,0x51,0x00,0x03,0x59,0x01,0x03,0x6c,0x00,0x03,0x83,0x05,0x03,0x6c, +0x00,0x11,0x1e,0x09,0x06,0x04,0x87,0x00,0x11,0x6f,0x82,0x05,0x04,0xa2,0x00,0x10, +0xcf,0xc8,0x01,0x04,0x1b,0x00,0x14,0x03,0x87,0x00,0x04,0x14,0x13,0x16,0xfc,0x0e, +0x01,0x18,0x0e,0xb1,0x16,0x01,0x91,0x14,0x06,0x92,0x0a,0x12,0xbf,0x98,0x01,0x24, +0x27,0xac,0xf1,0x0e,0x04,0xc6,0x15,0x28,0xff,0xa2,0x71,0x03,0x16,0xe3,0x79,0x27, +0x12,0xff,0xda,0x25,0x51,0xff,0xe8,0x43,0x23,0x6c,0xc7,0x1c,0x12,0x4f,0x43,0x00, +0x00,0x83,0x06,0x05,0x54,0x1b,0x01,0x46,0x1c,0x04,0x64,0x22,0x32,0x39,0x64,0x20, +0xca,0x21,0x07,0x2d,0x02,0x17,0xd2,0x60,0x15,0x06,0x47,0x19,0x11,0x07,0xf2,0x01, +0x26,0x95,0x20,0xa8,0x26,0x03,0x4a,0x34,0x38,0x00,0x06,0xef,0x82,0x19,0x13,0x6b, +0x1c,0x02,0x02,0x81,0x02,0x28,0x37,0xbe,0x6e,0x02,0x23,0x02,0x6b,0x83,0x18,0x02, +0x0e,0x00,0x03,0xe2,0x0b,0x05,0xd2,0x03,0x44,0x00,0x00,0x14,0x50,0x96,0x03,0x23, +0xf1,0x7c,0x48,0x16,0x00,0xab,0x00,0x05,0x16,0x04,0x00,0x84,0x14,0x43,0x2f,0xff, +0xff,0xfa,0x57,0x03,0x11,0xfa,0x3a,0x10,0x31,0xc9,0x76,0x78,0x28,0x17,0x07,0x53, +0x03,0x13,0x90,0xe8,0x07,0x03,0x0c,0x00,0x23,0x00,0x5d,0x95,0x00,0x12,0x30,0x4f, +0x1c,0x53,0xde,0xff,0xfe,0xca,0x72,0xfa,0x19,0x04,0x01,0x00,0x0f,0x0c,0x00,0x11, +0x53,0x49,0x99,0x99,0x99,0x9d,0x2d,0x29,0x04,0x47,0x15,0x04,0xc0,0x00,0x0f,0x0c, +0x00,0xf1,0x17,0x9f,0x06,0x0e,0x14,0x79,0x39,0x05,0x00,0xd1,0x02,0x0f,0x19,0x00, +0xab,0x14,0xf3,0xeb,0x18,0x23,0xf6,0x8f,0xf5,0x0e,0x00,0x3a,0x02,0x14,0x56,0x46, +0x06,0x11,0x0c,0xf4,0x38,0x24,0xff,0xe0,0xec,0x03,0x12,0x00,0xac,0x0e,0x01,0x5b, +0x05,0x22,0xa0,0x08,0x3f,0x23,0x11,0x04,0x37,0x0a,0x10,0x1e,0x84,0x02,0x01,0xf6, +0x12,0x17,0xf9,0x9e,0x26,0x14,0xfb,0x8d,0x2e,0x04,0x35,0x14,0x12,0x1a,0x0c,0x00, +0x12,0xc4,0x92,0x05,0x62,0x6a,0xde,0xff,0xfd,0xb7,0x30,0x74,0x00,0x15,0x70,0x1a, +0x04,0x15,0x32,0x56,0x03,0x00,0xfc,0x09,0x14,0x0c,0x8d,0x01,0x10,0x05,0x95,0x00, +0x13,0x7f,0x1d,0x06,0x00,0x04,0x03,0x24,0x20,0x01,0xd0,0x05,0x01,0xe2,0x2a,0x04, +0xba,0x1b,0x00,0x5b,0x27,0x01,0xdf,0x00,0x13,0x50,0xb8,0x01,0x15,0x10,0xf0,0x1b, +0x00,0x65,0x25,0x05,0x9a,0x2c,0x12,0x03,0x08,0x0c,0x12,0x4f,0x15,0x05,0x12,0x8f, +0x77,0x1c,0x11,0xef,0x07,0x05,0x03,0xae,0x27,0x02,0x13,0x32,0x13,0x02,0x44,0x04, +0x11,0x2f,0xb1,0x07,0x13,0x7f,0x8f,0x06,0x01,0x92,0x24,0x02,0x2e,0x2f,0x03,0xd5, +0x1c,0x05,0x3c,0x20,0x01,0xf0,0x1c,0x34,0x6f,0xff,0xfc,0xd1,0x00,0x11,0xf7,0x83, +0x34,0x04,0xc4,0x00,0x25,0xc0,0x00,0x5e,0x02,0x11,0x0f,0xec,0x18,0x15,0xfb,0x87, +0x0a,0x24,0xf6,0x0a,0x66,0x14,0x00,0xc5,0x00,0x45,0xa0,0xef,0xff,0xf0,0x94,0x0a, +0x25,0xfe,0x2f,0x44,0x1e,0x00,0x48,0x35,0x05,0x8a,0x1c,0x02,0x32,0x2a,0x18,0xe0, +0xe3,0x1d,0x06,0x67,0x24,0x15,0x7f,0x6c,0x15,0x03,0x11,0x0c,0x06,0x50,0x15,0x13, +0x0b,0x8b,0x05,0x00,0x54,0x0b,0x04,0xe4,0x08,0x13,0x40,0xc9,0x1a,0x12,0x9f,0x36, +0x00,0x12,0x09,0xb2,0x07,0x00,0xdd,0x00,0x12,0xf5,0xc3,0x25,0x01,0x5f,0x00,0x13, +0xc0,0x15,0x03,0x02,0x04,0x2e,0x01,0xef,0x0e,0x13,0xf0,0xa9,0x27,0x12,0x0d,0x8a, +0x00,0x12,0x4f,0x9c,0x29,0x00,0x1b,0x00,0x13,0x90,0x2d,0x2a,0x13,0x8f,0x3d,0x09, +0x00,0x2f,0x2e,0x12,0x04,0x78,0x01,0x00,0x36,0x0e,0x13,0xfa,0x13,0x28,0x01,0xe0, +0x2f,0x00,0xa6,0x01,0x11,0x9d,0x5e,0x01,0x12,0xbf,0xbb,0x35,0x11,0xfc,0x8f,0x00, +0x11,0x5a,0xb1,0x02,0x01,0x96,0x34,0x00,0xa4,0x01,0x00,0xaa,0x00,0x10,0x27,0x8e, +0x00,0x02,0x97,0x01,0x00,0x6b,0x34,0x00,0x8f,0x00,0x10,0x03,0xb2,0x01,0x11,0x05, +0x6d,0x00,0x10,0x0f,0x6d,0x01,0x40,0x0e,0xff,0xfb,0x00,0xf0,0x00,0x11,0x09,0xb1, +0x00,0x01,0xaa,0x34,0x40,0x1f,0xff,0xf8,0x00,0xa9,0x0e,0x02,0xb5,0x01,0x12,0x08, +0x35,0x1d,0x60,0xf4,0x00,0x9f,0xff,0xf4,0x00,0x33,0x3c,0x02,0x7e,0x30,0x81,0x00, +0x8f,0xff,0xf0,0x00,0x5f,0xff,0xf8,0x15,0x2a,0x03,0x6f,0x26,0x74,0xcf,0xff,0xd0, +0x00,0x1f,0xff,0xfc,0xd3,0x01,0x00,0xb4,0x1e,0x12,0xff,0x73,0x2c,0x00,0x10,0x1f, +0x02,0x92,0x01,0x10,0xfc,0x68,0x0f,0x00,0x89,0x00,0x43,0x30,0xdf,0xff,0xf4,0x0e, +0x0c,0x40,0x07,0xff,0xff,0x20,0xaf,0x00,0x12,0x61,0x99,0x02,0x00,0x66,0x00,0x31, +0x3a,0xff,0xfe,0xd5,0x00,0x13,0x94,0x1f,0x06,0x10,0x0c,0x44,0x12,0x11,0xfa,0x68, +0x00,0x12,0xb8,0x4c,0x02,0x00,0x99,0x00,0x31,0xaf,0xff,0xf7,0x06,0x01,0x13,0xec, +0xe7,0x01,0x13,0x04,0xee,0x2a,0x02,0xb5,0x1b,0x06,0x10,0x2e,0x13,0xf0,0x6d,0x01, +0x03,0x6a,0x02,0x04,0x59,0x3a,0x25,0x0f,0xff,0x68,0x07,0x13,0x8f,0xc4,0x01,0x13, +0x0c,0x41,0x00,0x03,0x31,0x00,0x13,0x40,0xdf,0x01,0x15,0xf0,0x88,0x02,0x01,0x91, +0x06,0x15,0x05,0xad,0x33,0x26,0xff,0xf8,0x78,0x1c,0x04,0x18,0x17,0x11,0x07,0xdb, +0x03,0x15,0x3f,0x5f,0x0e,0x15,0xfe,0x0f,0x37,0x00,0xb5,0x03,0x12,0x50,0xfa,0x2b, +0x11,0x10,0x7a,0x03,0x12,0xb0,0x4a,0x02,0x12,0xfa,0x4e,0x0d,0x03,0x1b,0x08,0x12, +0xf4,0xd0,0x1e,0x04,0xd6,0x29,0x15,0x02,0xb8,0x00,0x00,0xdf,0x0a,0x06,0x0e,0x0b, +0x11,0x9f,0x98,0x06,0x16,0x80,0x3b,0x07,0x06,0xdf,0x02,0x14,0x04,0x10,0x2b,0x05, +0xa9,0x07,0x18,0xfa,0x12,0x18,0x0a,0xea,0x20,0x05,0x36,0x0a,0x15,0x08,0x6a,0x15, +0x04,0xf7,0x20,0x04,0x66,0x18,0x00,0xb1,0x00,0x15,0x4f,0xa9,0x07,0x00,0xdf,0x1f, +0x26,0x9f,0xff,0xd6,0x3b,0x24,0xb0,0x01,0xf0,0x1d,0x01,0x83,0x04,0x13,0x05,0x6e, +0x00,0x11,0x06,0xc5,0x00,0x12,0x0b,0x89,0x00,0x12,0x02,0x52,0x0b,0x00,0x33,0x1c, +0x02,0x07,0x01,0x03,0xcd,0x04,0x01,0xd7,0x33,0x03,0xb4,0x22,0x00,0x06,0x02,0x13, +0x1e,0xe6,0x2f,0x10,0x04,0xf5,0x00,0x14,0x0a,0x29,0x08,0x00,0x09,0x00,0x15,0x05, +0x07,0x01,0x00,0x24,0x00,0x14,0x1e,0x0e,0x31,0x10,0x04,0xdb,0x04,0x14,0x6f,0x08, +0x01,0x01,0x44,0x00,0x04,0x17,0x0f,0x01,0x16,0x00,0x16,0x03,0xd2,0x04,0x12,0xe0, +0xc3,0x0d,0x03,0xf2,0x0b,0x02,0x78,0x03,0x11,0xc0,0x9b,0x00,0x13,0xfc,0xd7,0x00, +0x12,0x50,0x2f,0x05,0x02,0x4a,0x00,0x16,0xfd,0x3a,0x25,0x10,0x04,0xcb,0x00,0x02, +0x30,0x29,0x03,0xd5,0x03,0x06,0x44,0x30,0x00,0xbd,0x03,0x36,0xef,0xff,0xfc,0x4a, +0x04,0x16,0x9f,0x4c,0x04,0x14,0xdf,0x7c,0x08,0x05,0x95,0x01,0x17,0xe1,0x58,0x04, +0x28,0xff,0xf6,0xd3,0x1e,0x04,0x71,0x0c,0x02,0xda,0x01,0x06,0xb9,0x22,0x19,0x08, +0x07,0x25,0x17,0x8f,0xa9,0x04,0x0f,0x1b,0x00,0x63,0x17,0x05,0xe5,0x0d,0x16,0x5f, +0x17,0x21,0x0f,0x17,0x00,0x04,0x12,0x03,0x99,0x1b,0x16,0xaf,0x59,0x00,0x16,0x09, +0xf8,0x00,0x16,0x06,0x98,0x02,0x16,0x03,0x01,0x01,0x16,0x01,0xd7,0x10,0x04,0x30, +0x03,0x03,0x5a,0x01,0x04,0xec,0x02,0x06,0x8b,0x02,0x05,0x30,0x02,0x03,0x83,0x07, +0x06,0x64,0x00,0x04,0xfa,0x0d,0x04,0x8e,0x02,0x06,0x84,0x02,0x06,0x29,0x02,0x05, +0xab,0x10,0x07,0x64,0x00,0x1f,0x90,0x64,0x00,0x0d,0x16,0xf4,0x11,0x01,0x13,0xfe, +0x48,0x1e,0x15,0x92,0x81,0x24,0x01,0xef,0x22,0x05,0xc4,0x1e,0x0f,0x17,0x00,0x04, +0x11,0xcf,0x1d,0x20,0x01,0xdb,0x0f,0x04,0x0b,0x00,0x40,0xec,0xcc,0xca,0xcf,0xb3, +0x00,0x11,0x0c,0x00,0x07,0x0f,0x0b,0x00,0x89,0x48,0xfe,0xdd,0xdd,0xac,0xbb,0x00, +0x00,0x0b,0x00,0x13,0x8f,0x1d,0x3a,0x13,0x50,0xe5,0x37,0x02,0x79,0x37,0x02,0xfb, +0x37,0x01,0x06,0x38,0x02,0x11,0x38,0x13,0x3f,0x49,0x3b,0x14,0xa0,0xa0,0x37,0x01, +0xab,0x37,0x02,0xb6,0x37,0x01,0xc1,0x37,0x02,0xcc,0x37,0x01,0xd7,0x37,0x00,0x26, +0x42,0x01,0xc8,0x01,0x13,0x20,0xf8,0x37,0x02,0x03,0x38,0x01,0x0e,0x38,0x02,0x19, +0x38,0x02,0x24,0x38,0x10,0x7f,0x90,0x01,0x11,0x04,0x9c,0x00,0x13,0x1f,0xbd,0x32, +0x14,0xd0,0x5b,0x38,0x13,0x8f,0x9c,0x0d,0x10,0x60,0x6e,0x3f,0x00,0xae,0x08,0x41, +0x88,0x88,0x50,0x8f,0xce,0x25,0x08,0x06,0x00,0x31,0x6c,0xcc,0xcc,0x7b,0x05,0x1f, +0x01,0x06,0x00,0x9e,0x3b,0x6d,0xdd,0xdd,0xcc,0x00,0x15,0x8f,0xac,0x26,0x16,0xbf, +0x9a,0x0b,0x02,0x59,0x16,0x05,0xe2,0x05,0x15,0xfd,0x31,0x06,0x01,0x3c,0x01,0x02, +0x29,0x05,0x22,0xe0,0xaf,0xff,0x0f,0x00,0x45,0x34,0x12,0x04,0x1b,0x03,0x00,0x72, +0x01,0x23,0x20,0x0d,0x0b,0x14,0x00,0x1f,0x00,0x12,0x6f,0x06,0x07,0x10,0x1f,0x36, +0x00,0x01,0xfe,0x05,0x00,0x9f,0x3e,0x02,0x6c,0x34,0x01,0x4f,0x00,0x01,0x61,0x28, +0x11,0xf4,0x31,0x0b,0x11,0xf1,0x82,0x00,0x01,0x04,0x02,0x00,0x40,0x00,0x01,0x52, +0x00,0x12,0x03,0x4e,0x04,0x01,0x52,0x00,0x11,0xaf,0x5c,0x03,0x00,0x64,0x17,0x03, +0x14,0x3f,0x00,0xd0,0x00,0x23,0x60,0x07,0x8b,0x06,0x00,0x52,0x00,0x33,0xef,0xff, +0x80,0xf3,0x11,0x35,0xf4,0x38,0x88,0x01,0x00,0x27,0x85,0x6f,0x07,0x25,0x34,0x58, +0x88,0x84,0x25,0x2a,0x01,0x7d,0x42,0x00,0x8d,0x12,0x11,0xc0,0x3c,0x25,0x11,0xa0, +0xc4,0x10,0x11,0x80,0xb8,0x00,0x00,0xc0,0x2e,0x00,0x54,0x1b,0x14,0x20,0x59,0x1f, +0x03,0x10,0x04,0x15,0x1e,0x92,0x1f,0x00,0x0f,0x08,0x21,0xea,0xae,0xfa,0x06,0x00, +0xf0,0x35,0x03,0xc2,0x33,0x02,0xcf,0x0c,0x01,0xf4,0x0a,0x43,0x06,0x88,0x88,0x70, +0x2e,0x09,0x05,0x07,0x08,0x02,0x9e,0x00,0x32,0x11,0x11,0x1f,0xd7,0x32,0x15,0x8c, +0xb8,0x11,0x15,0x7f,0xc3,0x11,0x16,0x08,0xce,0x11,0x11,0x2f,0x9f,0x3c,0x01,0x37, +0x00,0x11,0x8f,0x0b,0x03,0x13,0x0f,0x0b,0x1c,0x13,0x00,0xcc,0x17,0x14,0xcf,0x25, +0x08,0x11,0x80,0x91,0x2f,0x01,0x7e,0x07,0x10,0x90,0x08,0x06,0x31,0xc1,0x01,0x7f, +0x8f,0x0a,0x14,0x4f,0x7d,0x21,0x22,0xfd,0xa5,0x92,0x34,0x20,0x60,0xdf,0x80,0x1c, +0x11,0xcf,0x5d,0x13,0x10,0x6f,0xbd,0x00,0x00,0xc5,0x34,0x63,0x10,0x00,0x05,0xcf, +0xfe,0xa3,0x57,0x33,0x09,0x64,0x32,0x1f,0x00,0x15,0x00,0x30,0x20,0x04,0xad,0xe5, +0x42,0x00,0x15,0x00,0x11,0x0a,0xc5,0x19,0x00,0x15,0x00,0x12,0x4b,0xe7,0x05,0x00, +0x0e,0x0b,0x21,0xff,0xfe,0x6c,0x11,0x00,0xd3,0x20,0x10,0x91,0x0a,0x37,0x12,0xfa, +0xc5,0x00,0x00,0xe1,0x00,0x21,0xf0,0x3f,0x43,0x09,0x00,0xd1,0x00,0x12,0x53,0x80, +0x01,0x00,0x7e,0x40,0x01,0x85,0x3c,0x01,0x41,0x07,0x13,0xa3,0x69,0x00,0x11,0xff, +0x14,0x34,0x12,0x30,0x63,0x01,0x13,0xc3,0xd0,0x05,0x32,0xff,0xff,0xfc,0x93,0x00, +0x00,0x15,0x00,0x12,0xb3,0x3e,0x06,0x00,0x4b,0x28,0x03,0x9d,0x07,0x11,0x4f,0xd2, +0x3c,0x13,0xfe,0x3b,0x09,0x01,0xde,0x1b,0x01,0x82,0x44,0x12,0x03,0x13,0x36,0x00, +0x88,0x0d,0x60,0x3f,0xff,0xff,0xbf,0xff,0xde,0x1b,0x03,0x00,0xce,0x3e,0x11,0xcf, +0xd9,0x18,0x00,0x38,0x00,0x21,0x21,0xbf,0xa0,0x17,0x01,0x0e,0x0b,0x23,0x4b,0xdf, +0xe2,0x41,0x14,0x49,0x46,0x35,0x24,0x03,0xcf,0xd9,0x14,0x15,0x05,0x38,0x29,0x10, +0x03,0x30,0x09,0x02,0xd1,0x14,0x10,0xdf,0x02,0x01,0x10,0x5e,0x56,0x08,0x01,0x21, +0x2d,0x00,0x50,0x00,0x11,0x60,0x61,0x28,0x01,0xdb,0x34,0x03,0x49,0x0d,0x58,0x02, +0x44,0x44,0x30,0x3f,0x40,0x22,0x16,0xf6,0x55,0x2d,0x15,0x50,0x05,0x07,0x04,0xfc, +0x36,0x03,0x3d,0x0c,0x03,0x1f,0x01,0x06,0xde,0x21,0x10,0xb0,0x97,0x00,0x20,0x99, +0x99,0x73,0x00,0x12,0x10,0x52,0x32,0x11,0x06,0x20,0x00,0x01,0x8d,0x1e,0x10,0x0e, +0x05,0x00,0x20,0x05,0xef,0x52,0x0a,0x00,0x25,0x02,0x12,0xef,0xdf,0x09,0x03,0x29, +0x03,0x14,0x60,0x95,0x38,0x02,0x14,0x35,0x59,0x04,0x9d,0xef,0xed,0x94,0x2e,0x27, +0x1d,0xa0,0xda,0x2d,0x0f,0x15,0x00,0x27,0x51,0x05,0xad,0xfe,0xc8,0x10,0x15,0x00, +0x11,0x1b,0x0b,0x14,0x00,0x15,0x00,0x02,0xe5,0x1e,0x60,0x5d,0xff,0xff,0xa0,0x09, +0xff,0x7e,0x42,0x22,0xfe,0xdf,0x24,0x22,0x21,0x70,0x00,0xf0,0x41,0x02,0x02,0x0a, +0x21,0x1e,0xff,0x55,0x22,0x12,0xf0,0x03,0x03,0x12,0xa0,0xad,0x0e,0x12,0x02,0xe3, +0x01,0x12,0x80,0xf8,0x01,0x13,0xa4,0x3b,0x01,0x11,0xdf,0xd7,0x1a,0x12,0x60,0x8b, +0x07,0x13,0xa5,0x15,0x00,0x11,0xcf,0xbe,0x22,0x03,0x78,0x0d,0x13,0xa3,0x3b,0x01, +0x02,0xb7,0x22,0x13,0xb0,0x12,0x23,0x14,0xdf,0x04,0x2b,0x24,0xfa,0x09,0x3b,0x01, +0x34,0xff,0xa0,0x3f,0x22,0x02,0x11,0xfa,0x2a,0x12,0x62,0xdf,0xff,0xdd,0xff,0xff, +0xa0,0xd5,0x33,0x10,0xf3,0x74,0x0d,0x01,0xb0,0x34,0x21,0xe3,0x0a,0x46,0x00,0x43, +0x6c,0xef,0xec,0x61,0x23,0x42,0x21,0x59,0xde,0xa3,0x1f,0x03,0x5a,0x01,0x25,0xfa, +0x10,0xdf,0x19,0x11,0xd1,0xc3,0x01,0x20,0xfa,0x8a,0xc1,0x00,0x20,0x01,0xef,0xff, +0x12,0x12,0x2d,0x2a,0x1c,0x21,0xf1,0x00,0x47,0x43,0x03,0x31,0x01,0x11,0xcf,0x2a, +0x3e,0x11,0x70,0x10,0x03,0x91,0xf6,0x4f,0xff,0xff,0xa7,0x77,0x77,0x77,0xbf,0xfe, +0x33,0x03,0x0c,0x10,0x15,0x6f,0x5d,0x15,0x15,0x6f,0x14,0x23,0x04,0xa7,0x0f,0x02, +0x69,0x02,0x05,0x88,0x04,0x19,0x90,0xfe,0x35,0x44,0x22,0x10,0x00,0x07,0xe0,0x2b, +0x21,0xe5,0x01,0xe5,0x37,0x13,0x2c,0xf4,0x2a,0x21,0xfe,0xcd,0xcf,0x0c,0x16,0x07, +0x03,0x2c,0x12,0x5e,0x78,0x43,0x02,0x10,0x3f,0x03,0xf4,0x02,0x55,0x00,0x5b,0xef, +0xfe,0xc4,0x9d,0x0a,0x12,0x8f,0x07,0x00,0x00,0x0c,0x48,0x22,0xd5,0x00,0x85,0x37, +0x04,0x0d,0x10,0x02,0x17,0x42,0x03,0x07,0x00,0x12,0x5f,0x54,0x00,0x0a,0x07,0x00, +0x7a,0x3c,0xcd,0xff,0xff,0xfd,0xcc,0xc5,0x2a,0x00,0x0f,0x07,0x00,0x5e,0x02,0x95, +0x02,0x10,0x08,0xc3,0x01,0x13,0x1c,0xb6,0x46,0x13,0xfb,0x95,0x02,0x13,0x4a,0x95, +0x02,0x10,0xfe,0xc2,0x38,0x21,0xfa,0x02,0xb7,0x04,0x13,0x4e,0x95,0x02,0x02,0xb7, +0x04,0x00,0x95,0x02,0x12,0xf1,0xb7,0x04,0x12,0xa0,0x25,0x0c,0x1f,0x03,0x95,0x02, +0x2f,0x16,0x1f,0x95,0x02,0x18,0xef,0x95,0x02,0x12,0xf9,0xa3,0x10,0x01,0x95,0x02, +0x21,0x10,0x05,0x95,0x02,0x11,0xbf,0xd0,0x03,0x42,0xed,0xff,0xff,0xa0,0xe3,0x38, +0x15,0xf4,0x95,0x02,0x11,0xf5,0x53,0x44,0x00,0x95,0x02,0x13,0x71,0x82,0x44,0x03, +0xe4,0x0c,0x15,0x80,0xeb,0x0a,0x53,0xf5,0x03,0x9b,0xde,0xf4,0xd8,0x11,0x11,0x2f, +0x22,0x16,0x00,0xae,0x18,0x00,0xe9,0x02,0x34,0xfd,0xbb,0xef,0xe9,0x49,0x04,0x30, +0x0f,0x12,0x9f,0x9b,0x33,0x01,0x56,0x34,0x58,0xbd,0xff,0xfe,0xb8,0x20,0x07,0x06, +0x0f,0x0a,0x00,0x37,0x20,0x02,0x9d,0x42,0x06,0x00,0x0a,0x00,0x11,0x7f,0x29,0x0c, +0x11,0x3f,0x9f,0x1f,0x00,0xa8,0x04,0x32,0x3f,0xff,0xff,0xec,0x02,0x10,0xf1,0xa9, +0x1d,0x31,0xe6,0x34,0xaf,0xa5,0x42,0x00,0x3c,0x19,0x12,0x09,0x73,0x01,0x11,0xf3, +0xf5,0x05,0x12,0xfd,0x23,0x3f,0x00,0xfa,0x37,0x14,0x3f,0x43,0x03,0x24,0xff,0x3f, +0xd3,0x3c,0x13,0xff,0x6e,0x00,0x0f,0x0a,0x00,0x61,0x12,0x43,0x7d,0x06,0x00,0x07, +0x00,0x28,0x02,0x22,0xf2,0x33,0x0a,0x1c,0x00,0x0f,0x07,0x00,0x2c,0x02,0x93,0x07, +0x0b,0x05,0x00,0x4c,0x00,0x22,0x22,0x20,0x74,0x33,0x0e,0x28,0x00,0x0f,0x05,0x00, +0x52,0x00,0xe3,0x06,0x70,0xf4,0x01,0x3d,0xff,0xff,0xf2,0xaf,0x8f,0x10,0x10,0xaf, +0xfe,0x08,0x10,0xaf,0x3b,0x03,0x10,0x8e,0xaa,0x3f,0x0f,0x99,0x08,0x45,0x02,0xfb, +0x07,0x02,0x15,0x00,0x00,0xa2,0x15,0x02,0x15,0x00,0x01,0x44,0x07,0x01,0x15,0x00, +0x23,0x02,0xef,0x6c,0x29,0x12,0x40,0x4e,0x3b,0x01,0x15,0x00,0x11,0xbf,0x99,0x1b, +0x00,0x15,0x00,0x11,0x8f,0xe6,0x38,0x00,0x15,0x00,0x03,0x9b,0x3c,0x11,0x3f,0x5a, +0x11,0x01,0xb8,0x1d,0x06,0xc9,0x24,0x15,0x3f,0xd9,0x1c,0x03,0x89,0x39,0x12,0xf1, +0x15,0x00,0x12,0xfd,0xfb,0x25,0x13,0x03,0x8a,0x18,0x13,0x30,0x69,0x00,0x15,0xef, +0x69,0x00,0x01,0x92,0x00,0x02,0x15,0x00,0x10,0x0d,0xa8,0x0a,0x14,0x03,0x90,0x13, +0x13,0x90,0xbd,0x00,0x00,0x0e,0x11,0x14,0x03,0x73,0x47,0x03,0x1d,0x21,0x00,0x3e, +0x0a,0x13,0xf6,0xe7,0x00,0x00,0x80,0x0e,0x0e,0x46,0x02,0x0f,0x07,0x00,0x44,0x30, +0x5f,0xff,0xfe,0xf9,0x4a,0x50,0xb4,0x00,0x00,0x03,0xae,0xff,0x4a,0x11,0x4f,0xbd, +0x13,0x03,0xba,0x0a,0x02,0x91,0x20,0x11,0x09,0x41,0x09,0x11,0x06,0x4b,0x0b,0x00, +0x10,0x00,0x11,0x4f,0x24,0x01,0x12,0x1f,0xf2,0x1b,0x00,0xbf,0x03,0x92,0xb4,0x4a, +0xff,0xff,0xff,0xbf,0xe6,0x47,0xff,0x7c,0x09,0x11,0xfa,0x64,0x0f,0x02,0xa0,0x08, +0x21,0xd0,0x3f,0x39,0x01,0x11,0x3f,0x14,0x01,0x12,0x0d,0x1a,0x0a,0x02,0x8e,0x49, +0x12,0xf0,0x1c,0x3f,0x02,0xd7,0x03,0x02,0xd0,0x06,0x12,0x06,0x0f,0x04,0x14,0x50, +0x23,0x49,0x03,0x10,0x00,0x14,0x40,0x10,0x00,0x1f,0x05,0x10,0x00,0xa0,0x00,0x60, +0x01,0x02,0x07,0x05,0x00,0x5a,0x01,0x05,0x07,0x05,0x15,0x07,0x07,0x05,0x02,0xea, +0x0b,0x00,0x08,0x01,0x4f,0xcf,0xe7,0x45,0xbf,0x07,0x05,0x0b,0x1f,0xcf,0x07,0x05, +0x7b,0x00,0xa9,0x1c,0x12,0xbd,0x7c,0x21,0x04,0xc1,0x18,0x17,0xe6,0xde,0x38,0x12, +0xa0,0x3c,0x46,0x24,0xed,0xff,0x66,0x0d,0x11,0xb2,0x26,0x23,0x22,0x50,0x05,0x5a, +0x08,0x00,0xde,0x1f,0x00,0x3f,0x21,0x03,0x7c,0x2a,0x03,0x8d,0x43,0x12,0x04,0x08, +0x47,0x16,0x80,0x40,0x34,0x13,0x60,0x15,0x0c,0x03,0x43,0x0b,0x00,0xc7,0x40,0x07, +0x0b,0x00,0x07,0x21,0x00,0x07,0x37,0x00,0x03,0x4d,0x00,0x00,0x81,0x0b,0x03,0x63, +0x00,0x00,0xe4,0x30,0x24,0x04,0xff,0x86,0x4b,0x10,0xb0,0x8f,0x00,0x11,0xa2,0x1e, +0x09,0x11,0x30,0xa5,0x00,0x12,0xee,0xec,0x03,0x04,0xbb,0x00,0x15,0x80,0xd1,0x00, +0x14,0xd4,0xc5,0x39,0x13,0xec,0x97,0x21,0x12,0x00,0x17,0x0d,0x00,0x7a,0x24,0x15, +0x1b,0x17,0x0d,0x15,0x3c,0x17,0x0d,0x19,0xfa,0x17,0x0d,0x1d,0x4e,0x17,0x0d,0x1c, +0xf1,0x17,0x0d,0x1f,0xf7,0x17,0x0d,0x3d,0x1f,0x0a,0x17,0x0d,0x0a,0x13,0xdf,0x17, +0x0d,0x02,0xad,0x12,0x10,0xf5,0xbd,0x00,0x21,0x41,0xcf,0x17,0x0d,0x01,0x7e,0x04, +0x11,0x5b,0x17,0x0d,0x0f,0xb9,0x05,0x40,0x00,0x89,0x52,0x00,0x9b,0x09,0x01,0x24, +0x41,0x02,0x30,0x0c,0x00,0x1b,0x41,0x02,0xdd,0x0e,0x16,0x4c,0x9b,0x09,0x14,0xdf, +0x9b,0x09,0x1e,0x4d,0x9b,0x09,0x0f,0x30,0x0c,0x58,0x1f,0x02,0x30,0x0c,0x02,0x15, +0xec,0x30,0x0c,0x06,0x9b,0x09,0x19,0xf4,0x9b,0x09,0x1f,0xfa,0x6b,0x0d,0x41,0x00, +0x44,0x04,0x31,0x6d,0xff,0xf4,0x78,0x45,0x00,0x7f,0x03,0x00,0x86,0x20,0x41,0xff, +0xff,0xf7,0xff,0x0d,0x00,0x42,0xef,0xfd,0xbc,0xd3,0xa2,0x0e,0x14,0x3f,0xb3,0x0e, +0x15,0xfe,0x05,0x3c,0x12,0x03,0x02,0x01,0x14,0x3f,0xb3,0x4a,0x15,0xf4,0x9e,0x01, +0x0f,0x0d,0x00,0x28,0x07,0x4b,0x42,0x02,0x2b,0x40,0x16,0xfe,0x78,0x43,0x11,0xf6, +0xb6,0x2b,0x32,0xec,0xcd,0xff,0x44,0x54,0x11,0xd2,0xd2,0x48,0x22,0xb0,0x0a,0x2b, +0x50,0x02,0xf1,0x03,0x00,0xbf,0x04,0x18,0x32,0x18,0x16,0x10,0x05,0xfa,0x0c,0x25, +0x85,0x10,0x41,0x17,0x35,0xfd,0x82,0x00,0x71,0x49,0x00,0xa3,0x0a,0x12,0x7e,0x89, +0x22,0x10,0x30,0xe5,0x43,0x25,0xbf,0xff,0xae,0x1b,0x25,0x26,0xaf,0x5d,0x02,0x20, +0x02,0xef,0xfb,0x07,0x13,0x52,0x04,0x1c,0x12,0x5e,0x47,0x01,0x11,0x8f,0x71,0x40, +0x11,0x80,0x60,0x00,0x20,0xf3,0x09,0x9c,0x24,0x23,0xbc,0xff,0xfa,0x03,0x03,0x92, +0x2d,0x16,0x09,0x2d,0x20,0x33,0x16,0xad,0xef,0x06,0x54,0x11,0x0f,0x10,0x00,0x12, +0x05,0x65,0x0b,0x11,0xbf,0x0d,0x00,0x01,0xaf,0x4c,0x00,0x8e,0x06,0x13,0x90,0xe5, +0x11,0x12,0xf9,0x21,0x20,0x12,0x98,0x0d,0x00,0x20,0x6c,0xcf,0xd1,0x15,0x00,0x2e, +0x37,0x07,0x23,0x1d,0x0f,0x0d,0x00,0x2a,0x15,0xa0,0x08,0x44,0x10,0x0c,0x26,0x01, +0x11,0x10,0xb0,0x0b,0x32,0xed,0x00,0x04,0xfd,0x00,0x01,0x5a,0x0f,0x00,0x4a,0x40, +0x20,0xfe,0xda,0xe0,0x14,0x03,0x25,0x02,0x0f,0x0a,0x00,0x62,0x14,0xef,0x0a,0x00, +0x00,0x4f,0x03,0x15,0x7f,0x44,0x49,0x14,0x6f,0x0b,0x43,0x21,0xfa,0x3f,0xaa,0x13, +0x12,0x7f,0x6d,0x03,0x30,0xfe,0x63,0x4a,0xe7,0x2b,0x12,0x09,0x37,0x01,0x32,0xaf, +0xff,0xfa,0x4c,0x03,0x61,0xd0,0x9f,0xff,0xfa,0x00,0x2e,0x40,0x22,0x10,0x8f,0xdb, +0x03,0x30,0x7c,0xef,0xeb,0x44,0x2b,0x22,0xfc,0xaf,0x66,0x1a,0x00,0x8d,0x1a,0x04, +0x4a,0x11,0x00,0xd1,0x01,0x03,0xb6,0x03,0x01,0x0a,0x14,0x05,0x04,0x44,0x10,0xfd, +0x78,0x00,0x14,0xf4,0x53,0x45,0x00,0xb7,0x56,0x04,0x73,0x4b,0x02,0x5c,0x4a,0x01, +0x75,0x2a,0x02,0x73,0x51,0x14,0x0f,0xbe,0x52,0x12,0x80,0xd9,0x1c,0x03,0x0a,0x52, +0x14,0x9f,0xef,0x0e,0x14,0xf1,0x0c,0x47,0x00,0x7b,0x4d,0x13,0x03,0x0c,0x1c,0x00, +0x99,0x00,0x03,0x0f,0x46,0x00,0x13,0x00,0x13,0x0d,0xe2,0x04,0x11,0x0d,0x95,0x1f, +0x12,0xe0,0x3f,0x19,0x00,0xe9,0x4d,0x14,0xf9,0x8f,0x0d,0x16,0xcb,0xce,0x33,0x06, +0x60,0x1e,0x16,0x7f,0x71,0x1b,0x16,0x02,0x3f,0x2f,0x01,0x05,0x05,0x16,0xc0,0x93, +0x18,0x14,0xf7,0x44,0x3c,0x01,0x16,0x0a,0x13,0xf9,0x10,0x1f,0x13,0xcf,0x1d,0x1e, +0x00,0x4c,0x00,0x12,0x03,0x8c,0x57,0x15,0x80,0xa2,0x1c,0x53,0x6f,0xff,0xf8,0x00, +0x4f,0xe3,0x00,0x00,0x28,0x00,0x10,0x0a,0xa0,0x00,0x12,0xff,0x03,0x2d,0x30,0xdf, +0xff,0x90,0x44,0x01,0x30,0xf0,0x00,0x0c,0x53,0x00,0x60,0x0d,0xff,0xf6,0xff,0xfd, +0x00,0xb7,0x1d,0x00,0xb2,0x00,0x10,0xf6,0x95,0x03,0x53,0x0f,0xff,0xf1,0x00,0x04, +0x0f,0x01,0x82,0x90,0x00,0x5f,0xff,0xc0,0xcf,0xff,0x50,0x69,0x17,0x82,0x0f,0xff, +0xfc,0x00,0x09,0xff,0xf9,0x08,0x2d,0x54,0x03,0xa6,0x17,0x41,0xdf,0xff,0x50,0x4f, +0x1c,0x46,0x11,0xc0,0xa0,0x00,0x51,0x30,0x1f,0xff,0xf1,0x00,0x74,0x0e,0x10,0xf8, +0x87,0x06,0x00,0xb9,0x1b,0x31,0xfd,0x00,0x0c,0x66,0x2f,0x12,0x40,0xff,0x17,0x70, +0x9f,0xff,0x90,0x00,0x8f,0xff,0x90,0x92,0x2d,0x00,0xec,0x00,0x21,0xfd,0x0d,0xf6, +0x55,0x42,0xfd,0x0c,0xff,0xfc,0x37,0x01,0x10,0xf1,0xc3,0x00,0x10,0x0f,0x07,0x00, +0x12,0x80,0x13,0x07,0x10,0x7f,0x5b,0x00,0x14,0xcf,0xb0,0x16,0x51,0x0f,0xff,0xfd, +0xff,0xf8,0x7d,0x16,0x25,0xff,0xff,0xcf,0x1d,0x03,0x72,0x04,0x14,0xc0,0xe6,0x16, +0x12,0xf0,0xfa,0x1d,0x14,0xf8,0x32,0x11,0x03,0x3c,0x03,0x03,0x88,0x06,0x03,0xd2, +0x07,0x14,0x8f,0xd9,0x1d,0x03,0xd7,0x19,0x01,0x75,0x1c,0x01,0x70,0x0b,0x13,0xd0, +0x24,0x25,0x15,0x05,0xdd,0x46,0x12,0x70,0x1a,0x1c,0x23,0x01,0xef,0x8d,0x2c,0x11, +0xc0,0x33,0x39,0x03,0x45,0x21,0x03,0xb3,0x07,0x40,0x8f,0xff,0xfe,0x10,0xfc,0x13, +0x02,0xe6,0x01,0x13,0xa7,0x37,0x1a,0x16,0x02,0xc7,0x2a,0x01,0xf1,0x01,0x16,0xf9, +0xe5,0x01,0x1d,0xd0,0x1f,0x4c,0x16,0x09,0xfb,0x01,0x16,0x4f,0x9e,0x1e,0x01,0x17, +0x03,0x04,0xe1,0x4d,0x13,0xdb,0x22,0x00,0x11,0x4f,0x6c,0x02,0x12,0xf8,0x1c,0x4c, +0x12,0xf9,0xf5,0x4f,0x00,0xe9,0x01,0x13,0xe1,0x3e,0x0b,0x01,0x32,0x12,0x01,0x23, +0x14,0x23,0x01,0xef,0x9f,0x54,0x20,0xff,0x40,0xce,0x39,0x02,0xcb,0x02,0x21,0xd0, +0x6f,0xb5,0x00,0x00,0x0e,0x05,0x13,0xf9,0xb1,0x3d,0x00,0xf5,0x1c,0x13,0x01,0xa1, +0x00,0x00,0x9c,0x45,0x03,0x5d,0x47,0x13,0x07,0x78,0x3d,0x12,0x40,0xa2,0x49,0x04, +0xfc,0x21,0x01,0xf6,0x53,0x02,0xfa,0x21,0x02,0x78,0x42,0x13,0x2f,0xce,0x0c,0x00, +0x16,0x03,0x01,0x92,0x46,0x02,0x2e,0x20,0x10,0x05,0x23,0x00,0x12,0x05,0x4b,0x00, +0x12,0x0e,0x9a,0x50,0x13,0xf8,0x79,0x4b,0x10,0x00,0x75,0x5c,0x02,0x01,0x01,0x26, +0xe0,0x03,0xea,0x1f,0x22,0x30,0x7f,0x0b,0x06,0x00,0xc7,0x02,0x14,0x0c,0x03,0x26, +0x34,0xff,0xff,0xc0,0x05,0x07,0x10,0x09,0x7c,0x38,0x14,0xf5,0x5c,0x08,0x37,0xfd, +0xff,0xfe,0x6f,0x1d,0x15,0x90,0x56,0x15,0x05,0x0e,0x1c,0x17,0x1f,0xf8,0x1b,0x16, +0xaf,0xc6,0x17,0x17,0x07,0xbd,0x24,0x16,0xcf,0xf0,0x28,0x03,0xce,0x52,0x09,0x54, +0x49,0x35,0x02,0x12,0x5d,0xa6,0x15,0x16,0xef,0x1d,0x29,0x13,0x0e,0x6a,0x57,0x03, +0x17,0x00,0x23,0xfd,0x20,0xdb,0x1d,0x14,0xef,0x38,0x58,0x05,0x75,0x3f,0x1f,0x90, +0x09,0x00,0x08,0x04,0xc4,0x02,0x13,0x30,0x95,0x00,0x14,0xf8,0x34,0x09,0x19,0xc0, +0xaa,0x1c,0x05,0x20,0x07,0x00,0xdf,0x3b,0x03,0x12,0x4e,0x02,0x7d,0x00,0x03,0x63, +0x1f,0x06,0x23,0x1d,0x05,0x4d,0x1d,0x05,0x28,0x38,0x04,0xaf,0x1f,0x03,0xf2,0x0a, +0x02,0x31,0x29,0x64,0x11,0x11,0x11,0x11,0x10,0x6f,0x4f,0x19,0x0f,0x09,0x00,0x08, +0x00,0x02,0x01,0x14,0x9d,0xa5,0x56,0x03,0x4f,0x57,0x01,0x0f,0x00,0x10,0x8f,0x86, +0x3b,0x06,0x46,0x50,0x03,0xb0,0x08,0x04,0x3b,0x4c,0x03,0xbc,0x40,0x16,0x0e,0x60, +0x30,0x0f,0x0f,0x00,0x08,0x03,0xaf,0x01,0x02,0xdb,0x40,0x04,0x7a,0x24,0x23,0x4b, +0xff,0x34,0x54,0x22,0xff,0xfb,0xf9,0x00,0x12,0xc6,0xb1,0x02,0x14,0xfd,0x06,0x3c, +0x01,0x40,0x21,0x13,0xaf,0x45,0x01,0x03,0xfd,0x05,0x13,0x02,0x4b,0x00,0x1f,0x0f, +0x78,0x00,0x12,0x06,0x0f,0x00,0x17,0x40,0x89,0x4e,0x16,0x0d,0x92,0x2b,0x13,0x60, +0xf8,0x28,0x22,0xfd,0x90,0x35,0x1a,0x03,0x32,0x0c,0x01,0x7b,0x00,0x7f,0x19,0xdf, +0xff,0xfb,0xff,0xff,0xf2,0x03,0x00,0x5c,0x73,0xab,0xbb,0xb1,0x2f,0xff,0xfe,0xc6, +0x39,0x04,0x03,0x2f,0x58,0x00,0xa6,0x01,0x23,0x01,0xcd,0x97,0x10,0x00,0x18,0x1a, +0x12,0x50,0x10,0x0c,0x03,0xb9,0x5e,0x02,0xf6,0x02,0x15,0xbf,0x1f,0x35,0x0f,0x0f, +0x00,0x10,0x03,0xb3,0x23,0x13,0x0a,0x89,0x02,0x03,0x24,0x04,0x00,0xa3,0x07,0x14, +0x72,0xd5,0x0d,0x12,0x00,0xc0,0x2f,0x13,0xf0,0xce,0x3d,0x03,0x1a,0x01,0x11,0xf0, +0x73,0x03,0x26,0xf7,0x10,0xc3,0x45,0x02,0x93,0x58,0x00,0x5a,0x00,0x1f,0x80,0x87, +0x00,0x1e,0x12,0xdf,0x0f,0x00,0x12,0x2f,0x8a,0x01,0x11,0x1c,0xec,0x02,0x10,0x2d, +0xea,0x03,0x01,0x09,0x5c,0x04,0x10,0x0c,0x21,0xff,0xb0,0x0e,0x01,0x12,0xec,0x1a, +0x17,0x13,0x12,0xfa,0x2c,0x00,0x52,0x49,0x11,0xfd,0x6d,0x47,0x12,0x06,0x96,0x16, +0x56,0xc7,0x42,0x24,0x8e,0xd6,0x69,0x3a,0x06,0x4f,0x1c,0x61,0xd6,0xf9,0x41,0x01, +0x37,0xbf,0x7e,0x17,0x13,0x21,0xd2,0x0a,0x20,0xfd,0xa4,0x10,0x17,0x23,0xee,0xc6, +0xf3,0x5b,0x12,0xc2,0x60,0x04,0xf2,0x01,0xfd,0x00,0x07,0xff,0xf6,0x10,0x6f,0xff, +0x80,0x0e,0xff,0x60,0x00,0x06,0xff,0xe0,0x09,0x60,0x21,0xf2,0x3f,0x8a,0x32,0x13, +0xf3,0x0e,0x00,0x03,0x1c,0x00,0x73,0x08,0xff,0xf6,0x00,0x6f,0xff,0x80,0x38,0x00, +0x23,0x00,0x1c,0x6e,0x41,0x24,0x6c,0xee,0x1f,0x04,0x10,0xe8,0x05,0x00,0x1b,0xf4, +0xbb,0x13,0x2e,0xdd,0x00,0x01,0x00,0x12,0xe8,0x07,0x00,0x46,0xd1,0xd1,0xdd,0xc5, +0x14,0x00,0x4f,0xf4,0xe8,0x00,0xb9,0x30,0x00,0x02,0x1e,0xf4,0x2e,0x00,0x01,0x30, +0x00,0x10,0xae,0x15,0x00,0x0f,0xa7,0x47,0x06,0x39,0xf4,0xf4,0xe8,0x10,0x00,0x62, +0xb9,0xdd,0x00,0xb9,0xd1,0xf4,0x49,0x00,0xd0,0xd1,0xf4,0xd1,0x00,0x00,0xdd,0xd1, +0x00,0xd1,0xd1,0x00,0xc5,0xdd,0x09,0x00,0x02,0xa9,0x00,0x11,0xdd,0x17,0x00,0x10, +0xe8,0xa0,0x00,0x53,0xdd,0xf3,0x00,0xf4,0xdd,0xac,0x00,0x30,0xf4,0xfa,0xf4,0x4f, +0x00,0x00,0x04,0x00,0x54,0xb9,0xdd,0x00,0xd1,0xc5,0x2e,0x00,0x7f,0xe8,0xd1,0xdd, +0xd1,0x00,0xdd,0xdd,0xe4,0x00,0x04,0x0e,0x9d,0x00,0x0b,0xfe,0x00,0x0d,0x07,0x4c, +0x0d,0x69,0x48,0x0c,0x05,0x15,0x01,0xca,0x01,0x02,0x54,0x0c,0x00,0x04,0x02,0x9f, +0x00,0x07,0x00,0x08,0x00,0x09,0x0a,0x00,0x0b,0x03,0x01,0x05,0x10,0x0c,0x2c,0x03, +0x4e,0x0e,0x00,0x0d,0x00,0x61,0x00,0x34,0x02,0x03,0x02,0x4c,0x00,0x00,0x4f,0x00, +0x12,0x05,0x66,0x06,0x09,0x3e,0x00,0x11,0x07,0x7d,0x08,0x08,0x61,0x00,0x50,0x0c, +0x00,0x0d,0x00,0x0e,0x8b,0x04,0x01,0x0e,0x00,0xf0,0x02,0x10,0x11,0x12,0x13,0x0d, +0x00,0x14,0x15,0x16,0x00,0x17,0x00,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[26470] __SDRAMFONTS; + +const etxLz4Font lv_font_arimo_ru_bold_XXL_s = { +.uncomp_size = 26270, +.comp_size = 11932, +.line_height = 40, +.base_line = 9, +.subpx = 0, +.underline_position = -4, +.underline_thickness = 3, +.kern_scale = 16, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 14, +.right_class_cnt = 23, +.glyph_bitmap = 776, +.class_pair_values = 25754, +.left_class_mapping = 26076, +.right_class_mapping = 26173, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 26470, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_24.c b/radio/src/fonts/lvgl/lv_font_noto_cn_L.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_24.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_L.c index 17d429be7a3..90a72d07e3f 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_24.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_L.c @@ -5982,7 +5982,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[165378] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_24 = { +const etxLz4Font lv_font_noto_cn_L = { .uncomp_size = 165146, .comp_size = 95511, .line_height = 29, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_L_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_L_s.c new file mode 100644 index 00000000000..83cbf0e5fd0 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_L_s.c @@ -0,0 +1,3526 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x60,0x03,0x08,0x00,0xf0,0x08,0xe0,0x04,0x03,0x0b,0x01, +0x00,0x11,0x00,0x20,0x07,0x05,0x05,0x01,0x06,0x1e,0x00,0x50,0x08,0x08,0x0b,0x00, +0x00,0x4a,0x08,0x00,0xf1,0x15,0x0e,0x00,0xfe,0x82,0x00,0xd0,0x0d,0x0e,0x0b,0x00, +0x00,0xcf,0x00,0x30,0x0a,0x0a,0x0b,0x00,0x00,0x06,0x01,0x30,0x04,0x02,0x05,0x01, +0x06,0x0b,0x01,0x10,0x05,0x04,0x0f,0x01,0xfd,0x29,0x08,0x00,0xf2,0x25,0x00,0xfd, +0x47,0x01,0x00,0x07,0x07,0x05,0x00,0x06,0x59,0x01,0x50,0x08,0x08,0x08,0x00,0x02, +0x79,0x01,0x30,0x04,0x04,0x05,0x00,0xfd,0x83,0x01,0x30,0x05,0x05,0x01,0x00,0x04, +0x86,0x01,0x30,0x04,0x03,0x03,0x01,0x00,0x8b,0x01,0xe0,0x05,0x06,0x0e,0x00,0xfd, +0xb5,0x01,0x68,0x00,0xa2,0xe1,0x01,0x50,0x08,0x07,0x0b,0x01,0x00,0x08,0x02,0x10, +0x00,0x13,0x34,0x08,0x00,0x13,0x60,0x08,0x00,0x13,0x8c,0x08,0x00,0x13,0xb8,0x08, +0x00,0x13,0xe4,0x08,0x00,0x22,0x10,0x03,0x08,0x00,0x13,0x3c,0x08,0x00,0xf0,0x02, +0x68,0x03,0x30,0x04,0x03,0x08,0x01,0x00,0x74,0x03,0x30,0x04,0x04,0x0b,0x00,0xfd, +0x8a,0x18,0x00,0x40,0x07,0x00,0x02,0xa6,0x08,0x00,0x43,0x04,0x00,0x04,0xb6,0x10, +0x00,0xf0,0x05,0xd2,0x03,0x20,0x07,0x07,0x0b,0x00,0x00,0xf9,0x03,0x30,0x0e,0x0e, +0x0d,0x00,0xfe,0x54,0x04,0x20,0x09,0xd8,0x00,0xb1,0x8b,0x04,0xe0,0x09,0x09,0x0b, +0x01,0x00,0xbd,0x04,0x90,0x10,0x00,0x40,0xf4,0x04,0x50,0x0a,0x10,0x00,0xb1,0x26, +0x05,0xd0,0x08,0x08,0x0b,0x01,0x00,0x52,0x05,0x40,0xa8,0x00,0x31,0x79,0x05,0x50, +0x08,0x01,0x31,0xb0,0x05,0xf0,0x20,0x00,0xc0,0xe2,0x05,0x60,0x04,0x02,0x0b,0x01, +0x00,0xed,0x05,0x10,0x08,0x58,0x00,0x31,0x14,0x06,0xb0,0x48,0x00,0x31,0x46,0x06, +0x20,0x30,0x00,0xb1,0x6d,0x06,0x30,0x0c,0x0a,0x0b,0x01,0x00,0xa4,0x06,0xd0,0x30, +0x00,0xc0,0xd6,0x06,0x20,0x0b,0x0b,0x0b,0x00,0x00,0x13,0x07,0x80,0x09,0x58,0x00, +0xb1,0x3f,0x07,0x20,0x0b,0x0b,0x0e,0x00,0xfd,0x8c,0x07,0x80,0x38,0x00,0xc0,0xbe, +0x07,0xf0,0x08,0x09,0x0b,0x00,0x00,0xf0,0x07,0x00,0x09,0x08,0x00,0x22,0x22,0x08, +0x38,0x00,0x31,0x54,0x08,0xa0,0x18,0x00,0x93,0x86,0x08,0x30,0x0d,0x0d,0x0b,0x00, +0x00,0xce,0x10,0x00,0xb1,0x00,0x09,0xf0,0x07,0x09,0x0b,0xff,0x00,0x32,0x09,0x10, +0x30,0x00,0xa2,0x64,0x09,0x10,0x05,0x04,0x0e,0x01,0xfd,0x80,0x09,0x68,0x01,0x11, +0xaa,0x10,0x00,0xf0,0x0e,0x00,0xfd,0xc6,0x09,0x50,0x08,0x07,0x06,0x01,0x05,0xdb, +0x09,0x60,0x08,0x09,0x01,0x00,0xfe,0xe0,0x09,0x10,0x09,0x04,0x04,0x02,0x09,0xe8, +0x09,0x70,0xb0,0x01,0x41,0x00,0x08,0x0a,0x40,0x90,0x00,0x40,0x34,0x0a,0xa0,0x07, +0x10,0x00,0x40,0x54,0x0a,0x50,0x09,0x58,0x01,0x31,0x80,0x0a,0x50,0x20,0x00,0xb0, +0xa0,0x0a,0xe0,0x04,0x06,0x0c,0x00,0x00,0xc4,0x0a,0x70,0x78,0x00,0x50,0xfd,0xf6, +0x0a,0x20,0x09,0xe0,0x00,0x31,0x1d,0x0b,0x20,0x40,0x02,0xb1,0x2e,0x0b,0x20,0x04, +0x05,0x0e,0xff,0xfd,0x51,0x0b,0x40,0x30,0x01,0x31,0x7d,0x0b,0x40,0x18,0x00,0xf0, +0x0c,0x8e,0x0b,0xe0,0x0d,0x0c,0x08,0x01,0x00,0xbe,0x0b,0x30,0x09,0x07,0x08,0x01, +0x00,0xda,0x0b,0x10,0x09,0x09,0x08,0x00,0x00,0xfe,0x0b,0x50,0x70,0x00,0x31,0xfd, +0x2a,0x0c,0x68,0x00,0xf1,0x0d,0xfd,0x56,0x0c,0xd0,0x05,0x05,0x08,0x01,0x00,0x6a, +0x0c,0x00,0x07,0x07,0x08,0x00,0x00,0x86,0x0c,0xa0,0x05,0x06,0x0a,0x00,0x00,0xa4, +0x0c,0x20,0x38,0x00,0x31,0xc0,0x0c,0xd0,0x98,0x00,0xb1,0xe0,0x0c,0x00,0x0c,0x0c, +0x08,0x00,0x00,0x10,0x0d,0x80,0x10,0x00,0x40,0x30,0x0d,0xd0,0x07,0x40,0x00,0x31, +0x5c,0x0d,0x20,0x38,0x00,0xf3,0x02,0x78,0x0d,0x10,0x05,0x05,0x0e,0x00,0xfd,0x9b, +0x0d,0x10,0x04,0x02,0x10,0x01,0xfc,0xab,0x10,0x00,0xf0,0x12,0xce,0x0d,0x50,0x08, +0x08,0x02,0x00,0x04,0xd6,0x0d,0x00,0x0f,0x0e,0x0d,0x01,0x00,0x31,0x0e,0x00,0x0f, +0x0c,0x0e,0x01,0xff,0x85,0x0e,0x00,0x0f,0x0d,0x0c,0x01,0x00,0xd3,0x08,0x00,0xf0, +0x05,0x0d,0x01,0x00,0x28,0x0f,0x00,0x0f,0x0b,0x0e,0x02,0xff,0x75,0x0f,0x00,0x0f, +0x09,0x0f,0x03,0xfe,0xb9,0x10,0x00,0x52,0x0d,0x02,0x00,0x01,0x10,0x18,0x00,0xa2, +0x4e,0x10,0x10,0x0e,0x0c,0x0c,0x01,0x00,0x96,0x10,0x30,0x00,0x40,0xeb,0x10,0x00, +0x0f,0x10,0x00,0xa2,0x33,0x11,0x00,0x0f,0x0c,0x0d,0x02,0x00,0x81,0x11,0x30,0x00, +0xf0,0x0a,0xc9,0x11,0x90,0x05,0x05,0x04,0x00,0x07,0xd3,0x11,0x00,0x0f,0x06,0x05, +0x00,0xff,0xe2,0x11,0x00,0x0f,0x0f,0x02,0x00,0x05,0xf1,0x08,0x00,0xc3,0x0e,0x00, +0xff,0x5a,0x12,0x00,0x0f,0x0f,0x0d,0x00,0xff,0xbc,0x08,0x00,0xa2,0x1e,0x13,0x00, +0x0f,0x0e,0x0e,0x00,0xfe,0x80,0x13,0x20,0x00,0xa2,0xe9,0x13,0x00,0x0f,0x0d,0x0e, +0x01,0xff,0x44,0x14,0x08,0x00,0x21,0x9f,0x14,0x18,0x00,0xb2,0xfe,0x08,0x15,0x00, +0x0f,0x0e,0x0f,0x00,0xfe,0x71,0x15,0x28,0x00,0x10,0xda,0x08,0x00,0x52,0x0f,0x00, +0xfe,0x4b,0x16,0x08,0x00,0x13,0xbc,0x08,0x00,0x22,0x2d,0x17,0x20,0x00,0x10,0x96, +0x08,0x00,0x52,0x0b,0x00,0x00,0xe9,0x17,0x68,0x00,0x22,0x4b,0x18,0x18,0x00,0x22, +0xb4,0x18,0x28,0x00,0x22,0x25,0x19,0x08,0x00,0x22,0x96,0x19,0x18,0x00,0x13,0xff, +0x10,0x00,0x20,0x70,0x1a,0x68,0x00,0x42,0x01,0xfe,0xd9,0x1a,0x10,0x00,0x21,0x4a, +0x1b,0xa0,0x00,0xb2,0xff,0xac,0x1b,0x00,0x0f,0x0f,0x10,0x00,0xfe,0x24,0x1c,0x30, +0x00,0x22,0x8d,0x1c,0x20,0x00,0x22,0xfe,0x1c,0x18,0x00,0x22,0x76,0x1d,0x10,0x00, +0x22,0xe7,0x1d,0x30,0x00,0x22,0x49,0x1e,0x28,0x00,0x22,0xb2,0x1e,0x18,0x00,0x22, +0x23,0x1f,0x10,0x00,0x13,0x8c,0x08,0x00,0x22,0xf5,0x1f,0x18,0x00,0x21,0x66,0x20, +0x08,0x00,0x32,0xff,0xd7,0x20,0xe0,0x00,0x22,0x40,0x21,0x50,0x00,0xa2,0xb8,0x21, +0x00,0x0f,0x0e,0x10,0x00,0xfe,0x28,0x22,0x10,0x00,0xa2,0xa0,0x22,0x00,0x0f,0x10, +0x0f,0x00,0xfe,0x18,0x23,0x40,0x00,0x13,0x81,0x08,0x00,0x13,0xea,0x08,0x00,0x22, +0x53,0x24,0x08,0x00,0x22,0xbc,0x24,0x80,0x00,0x22,0x1e,0x25,0x58,0x00,0x22,0x8f, +0x25,0x10,0x00,0x23,0xf1,0x25,0x80,0x01,0x12,0x26,0x08,0x00,0x13,0xc3,0x08,0x00, +0x22,0x2c,0x27,0x88,0x00,0x13,0x9d,0x08,0x00,0x22,0x0e,0x28,0x08,0x00,0x13,0x7f, +0x08,0x00,0x13,0xf0,0x08,0x00,0x22,0x61,0x29,0x30,0x00,0x22,0xca,0x29,0x90,0x01, +0x22,0x33,0x2a,0x10,0x00,0x13,0x9c,0x08,0x00,0x22,0x05,0x2b,0x28,0x00,0x22,0x76, +0x2b,0x20,0x00,0x13,0xdf,0x10,0x00,0x22,0x50,0x2c,0x20,0x00,0x22,0xb9,0x2c,0xd0, +0x01,0x22,0x14,0x2d,0x20,0x00,0x21,0x7d,0x2d,0x10,0x00,0x32,0xfe,0xd8,0x2d,0xa0, +0x00,0x22,0x3a,0x2e,0x28,0x00,0x22,0xa3,0x2e,0xf0,0x00,0x22,0x1b,0x2f,0x30,0x00, +0x20,0x76,0x2f,0x20,0x00,0x33,0x01,0xff,0xd8,0x10,0x00,0x22,0x33,0x30,0x58,0x00, +0x22,0xa4,0x30,0x38,0x02,0x22,0x06,0x31,0x38,0x01,0x22,0x6f,0x31,0x30,0x01,0x13, +0xdf,0x10,0x00,0x22,0x48,0x32,0x08,0x00,0x12,0xb1,0x08,0x00,0x32,0xff,0x1a,0x33, +0x10,0x00,0x13,0x83,0x08,0x00,0x13,0xec,0x08,0x00,0x22,0x55,0x34,0x08,0x00,0x22, +0xbe,0x34,0x58,0x00,0x22,0x2f,0x35,0x10,0x00,0x22,0x98,0x35,0x10,0x00,0x22,0x09, +0x36,0x10,0x00,0x22,0x72,0x36,0x10,0x00,0x22,0xe3,0x36,0xa8,0x00,0x22,0x4c,0x37, +0x18,0x00,0x22,0xb5,0x37,0x68,0x01,0x21,0x26,0x38,0x60,0x03,0x32,0xff,0x81,0x38, +0xc0,0x00,0x22,0xf9,0x38,0x30,0x00,0x22,0x6a,0x39,0x30,0x00,0x13,0xd3,0x08,0x00, +0x22,0x3c,0x3a,0x90,0x02,0x22,0x9e,0x3a,0xc0,0x00,0x22,0x00,0x3b,0x10,0x00,0x13, +0x62,0x08,0x00,0x22,0xc4,0x3b,0x28,0x00,0x22,0x2d,0x3c,0x28,0x01,0x13,0x96,0x08, +0x00,0x22,0xff,0x3c,0x98,0x02,0x22,0x68,0x3d,0x58,0x00,0x22,0xd9,0x3d,0x18,0x00, +0x22,0x42,0x3e,0x10,0x00,0x22,0xb3,0x3e,0x38,0x00,0x21,0x1c,0x3f,0xd8,0x03,0x30, +0xff,0x6a,0x3f,0x90,0x00,0x42,0x00,0xff,0xc5,0x3f,0x58,0x00,0x22,0x27,0x40,0x40, +0x01,0x22,0x82,0x40,0x28,0x00,0x22,0xeb,0x40,0x80,0x00,0x21,0x4d,0x41,0xd0,0x03, +0x30,0xff,0xa2,0x41,0x20,0x00,0x42,0x00,0xff,0xfd,0x41,0x50,0x00,0x22,0x6e,0x42, +0x30,0x00,0x10,0xc9,0x08,0x00,0x52,0x0f,0x01,0xfe,0x2b,0x43,0x48,0x00,0x22,0x8d, +0x43,0x40,0x00,0x22,0xf6,0x43,0x00,0x01,0x22,0x5f,0x44,0x10,0x00,0x22,0xc8,0x44, +0x50,0x00,0x22,0x2a,0x45,0x10,0x00,0x22,0x93,0x45,0xd8,0x01,0x22,0xf5,0x45,0x40, +0x00,0x22,0x57,0x46,0x40,0x00,0x22,0xb9,0x46,0x70,0x00,0x22,0x0e,0x47,0x08,0x00, +0x13,0x63,0x08,0x00,0x13,0xb8,0x08,0x00,0x22,0x0d,0x48,0x08,0x00,0x13,0x62,0x08, +0x00,0x22,0xb7,0x48,0x50,0x00,0x22,0x20,0x49,0x68,0x01,0x13,0x91,0x08,0x00,0x22, +0x02,0x4a,0x68,0x01,0x22,0x7a,0x4a,0x10,0x00,0x22,0xeb,0x4a,0x28,0x00,0x22,0x54, +0x4b,0x08,0x00,0x22,0xbd,0x4b,0x18,0x00,0x22,0x2e,0x4c,0x00,0x02,0x22,0x97,0x4c, +0xb0,0x00,0x22,0x00,0x4d,0x20,0x00,0x22,0x69,0x4d,0xe8,0x00,0x22,0xda,0x4d,0x28, +0x00,0x22,0x4b,0x4e,0x60,0x01,0x23,0xb4,0x4e,0x20,0x04,0x12,0x4f,0xb0,0x00,0x22, +0x87,0x4f,0x30,0x00,0x23,0xf0,0x4f,0x08,0x03,0x12,0x50,0x08,0x00,0x22,0xd2,0x50, +0x80,0x00,0x22,0x4a,0x51,0x40,0x00,0x22,0xbb,0x51,0x30,0x00,0x22,0x1d,0x52,0x38, +0x01,0x22,0x78,0x52,0x28,0x00,0x22,0xe9,0x52,0x40,0x00,0x22,0x52,0x53,0x18,0x00, +0x13,0xad,0x08,0x00,0x22,0x08,0x54,0x20,0x00,0x13,0x79,0x08,0x00,0x22,0xea,0x54, +0x28,0x01,0x22,0x4c,0x55,0x38,0x01,0x22,0xae,0x55,0x18,0x00,0x22,0x1f,0x56,0x08, +0x00,0x13,0x90,0x08,0x00,0x22,0x01,0x57,0x68,0x00,0x22,0x63,0x57,0x80,0x00,0x22, +0xdb,0x57,0x60,0x00,0x22,0x44,0x58,0x20,0x00,0x22,0xb5,0x58,0x18,0x02,0x22,0x1e, +0x59,0x00,0x02,0x22,0x79,0x59,0x98,0x01,0x22,0xdb,0x59,0x18,0x00,0x22,0x44,0x5a, +0x08,0x00,0x22,0xad,0x5a,0x20,0x05,0x23,0x00,0x5b,0x10,0x01,0x03,0x08,0x00,0x22, +0xd2,0x5b,0xc8,0x02,0x23,0x2d,0x5c,0x48,0x05,0x13,0x5c,0x20,0x05,0x12,0x5c,0xe8, +0x00,0x20,0x70,0x5d,0x68,0x03,0x42,0x01,0xfe,0xe0,0x5d,0xc8,0x00,0x22,0x3b,0x5e, +0xa0,0x03,0x22,0x9d,0x5e,0x10,0x00,0x22,0xf8,0x5e,0x30,0x00,0x22,0x61,0x5f,0xa8, +0x00,0x22,0xc3,0x5f,0x98,0x00,0x22,0x34,0x60,0x08,0x00,0x13,0xa5,0x08,0x00,0x22, +0x16,0x61,0x08,0x00,0x13,0x87,0x08,0x00,0x22,0xf8,0x61,0x98,0x00,0x22,0x61,0x62, +0x08,0x00,0x22,0xca,0x62,0x48,0x00,0xa2,0x33,0x63,0x00,0x0f,0x0c,0x0f,0x01,0xfe, +0x8d,0x63,0x30,0x04,0x22,0xe8,0x63,0x30,0x00,0x22,0x59,0x64,0x28,0x00,0x22,0xc2, +0x64,0x78,0x00,0x22,0x1d,0x65,0x88,0x00,0x23,0x7f,0x65,0xb8,0x04,0x12,0x65,0x40, +0x00,0x22,0x59,0x66,0x08,0x00,0x13,0xc2,0x08,0x00,0x22,0x2b,0x67,0x08,0x00,0x22, +0x94,0x67,0x10,0x02,0x23,0xfd,0x67,0xf0,0x02,0x12,0x68,0xe0,0x00,0x22,0xdf,0x68, +0x20,0x00,0x22,0x48,0x69,0x18,0x00,0x22,0xb9,0x69,0x10,0x00,0x22,0x22,0x6a,0x08, +0x00,0x13,0x8b,0x08,0x00,0x13,0xf4,0x08,0x00,0x22,0x5d,0x6b,0x08,0x00,0x22,0xc6, +0x6b,0x30,0x00,0x22,0x37,0x6c,0x10,0x00,0x13,0xa0,0x08,0x00,0x22,0x09,0x6d,0xd0, +0x01,0x22,0x6b,0x6d,0x60,0x00,0x22,0xdc,0x6d,0x28,0x00,0x22,0x4d,0x6e,0x08,0x00, +0x23,0xbe,0x6e,0x78,0x04,0x12,0x6f,0x30,0x00,0x22,0x98,0x6f,0xd8,0x01,0x22,0x10, +0x70,0x18,0x00,0x22,0x81,0x70,0xa8,0x00,0x13,0xea,0x10,0x00,0x22,0x5b,0x71,0x08, +0x00,0x22,0xcc,0x71,0x28,0x00,0x23,0x44,0x72,0xf8,0x01,0x12,0x72,0x28,0x00,0x22, +0x1e,0x73,0x10,0x00,0x13,0x8f,0x08,0x00,0x22,0x00,0x74,0x18,0x00,0x23,0x69,0x74, +0xf0,0x02,0x12,0x74,0x38,0x00,0x22,0x52,0x75,0x10,0x00,0x23,0xc3,0x75,0x08,0x06, +0x13,0x76,0x08,0x06,0x13,0x76,0x08,0x06,0x13,0x77,0x08,0x06,0x13,0x77,0x50,0x01, +0x13,0x77,0x00,0x03,0x12,0x78,0x40,0x00,0x23,0xd9,0x78,0x20,0x07,0x12,0x79,0x10, +0x00,0x22,0xc2,0x79,0x10,0x00,0x22,0x33,0x7a,0x10,0x00,0x22,0xab,0x7a,0x10,0x00, +0x22,0x1c,0x7b,0x08,0x00,0x23,0x8d,0x7b,0x38,0x04,0x13,0x7b,0x38,0x04,0x12,0x7c, +0x18,0x00,0x13,0xd0,0x08,0x00,0x22,0x41,0x7d,0x18,0x00,0x22,0xaa,0x7d,0x28,0x00, +0x22,0x13,0x7e,0x18,0x00,0x22,0x84,0x7e,0x10,0x00,0x13,0xed,0x10,0x00,0x22,0x5e, +0x7f,0x60,0x00,0x22,0xd6,0x7f,0x10,0x00,0x21,0x47,0x80,0xb8,0x03,0x32,0xff,0xb0, +0x80,0x10,0x00,0x22,0x21,0x81,0x08,0x00,0x13,0x92,0x08,0x00,0x22,0x03,0x82,0x08, +0x00,0x13,0x74,0x08,0x00,0x13,0xe5,0x08,0x00,0x22,0x56,0x83,0x58,0x00,0x22,0xbf, +0x83,0x10,0x00,0x22,0x30,0x84,0x10,0x00,0x22,0x99,0x84,0xe0,0x02,0x22,0x09,0x85, +0x68,0x00,0x23,0x81,0x85,0x68,0x07,0x12,0x85,0xa0,0x00,0x22,0x53,0x86,0x30,0x00, +0x22,0xc4,0x86,0x80,0x02,0x21,0x2d,0x87,0xf8,0x08,0x32,0xff,0x75,0x87,0x80,0x02, +0x22,0xd7,0x87,0xa8,0x02,0x22,0x32,0x88,0x00,0x03,0x22,0x94,0x88,0x58,0x04,0x22, +0xfd,0x88,0x30,0x00,0x22,0x66,0x89,0x18,0x00,0x22,0xc8,0x89,0x58,0x00,0x22,0x31, +0x8a,0x10,0x00,0x22,0x93,0x8a,0x10,0x00,0x22,0xfc,0x8a,0xd0,0x02,0x22,0x57,0x8b, +0x30,0x00,0x22,0xc0,0x8b,0x18,0x00,0x22,0x29,0x8c,0x28,0x00,0x23,0x8b,0x8c,0x80, +0x02,0x12,0x8c,0x90,0x00,0x23,0x5d,0x8d,0x80,0x02,0x03,0x08,0x00,0x22,0x2f,0x8e, +0xa0,0x00,0x23,0xa0,0x8e,0x80,0x02,0x12,0x8f,0x08,0x00,0x13,0x72,0x08,0x00,0x23, +0xdb,0x8f,0x30,0x04,0x13,0x90,0x38,0x02,0x03,0x08,0x00,0x22,0x26,0x91,0x60,0x00, +0x22,0x88,0x91,0x10,0x00,0x22,0xf9,0x91,0x28,0x00,0x22,0x62,0x92,0x08,0x00,0x13, +0xcb,0x08,0x00,0x22,0x34,0x93,0x18,0x01,0x22,0xac,0x93,0x58,0x05,0x22,0x15,0x94, +0x10,0x00,0x23,0x8d,0x94,0xe0,0x01,0x12,0x94,0xe8,0x02,0x22,0x67,0x95,0x10,0x00, +0x22,0xd0,0x95,0x20,0x00,0x22,0x48,0x96,0x08,0x01,0x22,0xb1,0x96,0x18,0x00,0x22, +0x1a,0x97,0x70,0x00,0x22,0x7c,0x97,0x70,0x00,0x22,0xed,0x97,0xd0,0x00,0x22,0x56, +0x98,0xf8,0x00,0x22,0xbf,0x98,0x28,0x00,0x22,0x28,0x99,0x20,0x00,0x23,0x99,0x99, +0x98,0x01,0x13,0x9a,0xd0,0x00,0x13,0x9a,0x90,0x07,0x12,0x9a,0x60,0x03,0x22,0x45, +0x9b,0x18,0x00,0x23,0xae,0x9b,0x38,0x05,0x12,0x9c,0x10,0x00,0x23,0x88,0x9c,0xd0, +0x00,0x13,0x9c,0xd0,0x00,0x12,0x9d,0x68,0x00,0x23,0xcb,0x9d,0xd0,0x00,0x13,0x9e, +0x98,0x04,0x12,0x9e,0x40,0x08,0x22,0x15,0x9f,0x50,0x00,0x22,0x77,0x9f,0x18,0x00, +0x22,0xe8,0x9f,0x28,0x00,0x22,0x51,0xa0,0x08,0x00,0x22,0xba,0xa0,0x18,0x00,0x22, +0x2b,0xa1,0x08,0x00,0x13,0x9c,0x08,0x00,0x22,0x0d,0xa2,0x20,0x00,0x13,0x76,0x08, +0x00,0x23,0xdf,0xa2,0x88,0x08,0x13,0xa3,0x48,0x04,0x13,0xa3,0x48,0x04,0x13,0xa4, +0x48,0x04,0x12,0xa4,0x18,0x00,0x13,0xfc,0x08,0x00,0x22,0x6d,0xa5,0x08,0x00,0x22, +0xde,0xa5,0x40,0x01,0x22,0x4f,0xa6,0x28,0x00,0x22,0xb8,0xa6,0x48,0x00,0x23,0x21, +0xa7,0xd8,0x02,0x12,0xa7,0x20,0x01,0x22,0xfb,0xa7,0x28,0x00,0x22,0x6c,0xa8,0x28, +0x00,0x13,0xd5,0x08,0x00,0x22,0x3e,0xa9,0x58,0x01,0x22,0xa0,0xa9,0x28,0x00,0x22, +0x09,0xaa,0x38,0x00,0x22,0x7a,0xaa,0x18,0x00,0x23,0xdc,0xaa,0x80,0x04,0x12,0xab, +0x30,0x00,0x22,0xb6,0xab,0x20,0x06,0x22,0x18,0xac,0xc0,0x02,0x22,0x7a,0xac,0x10, +0x00,0x13,0xdc,0x10,0x00,0x22,0x3e,0xad,0x00,0x0c,0x22,0x8b,0xad,0xa0,0x06,0x22, +0xed,0xad,0x78,0x00,0x22,0x5e,0xae,0x40,0x00,0x13,0xc7,0x08,0x00,0x22,0x30,0xaf, +0x08,0x03,0x22,0x78,0xaf,0x10,0x00,0x22,0xe1,0xaf,0x48,0x01,0x22,0x43,0xb0,0x10, +0x00,0x13,0xac,0x08,0x00,0x22,0x15,0xb1,0xd0,0x00,0x22,0x7e,0xb1,0xa0,0x00,0x22, +0xe7,0xb1,0x18,0x00,0x22,0x50,0xb2,0x18,0x00,0x22,0xb9,0xb2,0xa8,0x00,0x22,0x1b, +0xb3,0x18,0x00,0x22,0x84,0xb3,0x88,0x00,0x13,0xe6,0x10,0x00,0x23,0x4f,0xb4,0x18, +0x01,0x12,0xb4,0xc8,0x00,0x22,0x29,0xb5,0x10,0x00,0x22,0x92,0xb5,0x38,0x03,0x13, +0xed,0x10,0x00,0x22,0x56,0xb6,0x10,0x00,0x22,0xb1,0xb6,0x28,0x00,0x22,0x22,0xb7, +0x08,0x00,0x13,0x93,0x08,0x00,0x22,0x04,0xb8,0x28,0x00,0x13,0x6d,0x08,0x00,0x23, +0xd6,0xb8,0x50,0x04,0x12,0xb9,0x10,0x00,0x13,0xb0,0x08,0x00,0x22,0x19,0xba,0x18, +0x00,0x22,0x8a,0xba,0xc8,0x02,0x22,0x02,0xbb,0x58,0x00,0x22,0x5d,0xbb,0x98,0x00, +0x23,0xbf,0xbb,0xa8,0x02,0x12,0xbc,0x08,0x00,0x23,0x91,0xbc,0xa0,0x08,0x12,0xbd, +0x10,0x00,0x13,0x6b,0x08,0x00,0x13,0xd4,0x08,0x00,0x22,0x3d,0xbe,0x08,0x00,0x22, +0xa6,0xbe,0x58,0x00,0x22,0x17,0xbf,0x10,0x00,0x23,0x80,0xbf,0x00,0x0d,0x13,0xbf, +0x30,0x08,0x13,0xc0,0xa0,0x05,0x13,0xc0,0x40,0x07,0x13,0xc1,0xa8,0x02,0x12,0xc1, +0x58,0x01,0x22,0x07,0xc2,0x28,0x00,0x22,0x70,0xc2,0x30,0x01,0x22,0xd2,0xc2,0x20, +0x00,0x23,0x43,0xc3,0x70,0x01,0x13,0xc3,0x70,0x01,0x12,0xc4,0x18,0x00,0x13,0x86, +0x08,0x00,0x22,0xf7,0xc4,0x30,0x05,0x22,0x60,0xc5,0x10,0x00,0x22,0xd1,0xc5,0x78, +0x01,0x22,0x3a,0xc6,0xe8,0x01,0x22,0x87,0xc6,0x50,0x00,0x22,0xe9,0xc6,0x20,0x00, +0x22,0x5a,0xc7,0x08,0x00,0x23,0xcb,0xc7,0x30,0x03,0x12,0xc8,0x08,0x00,0x23,0x9d, +0xc8,0x28,0x06,0x13,0xc9,0x28,0x06,0x12,0xc9,0x18,0x00,0x23,0xe8,0xc9,0x30,0x03, +0x13,0xca,0x30,0x03,0x03,0x08,0x00,0x22,0x23,0xcb,0x28,0x00,0x22,0x94,0xcb,0x20, +0x01,0x22,0x05,0xcc,0x18,0x00,0x13,0x6e,0x08,0x00,0x13,0xd7,0x08,0x00,0x22,0x40, +0xcd,0x08,0x00,0x22,0xa9,0xcd,0x30,0x00,0x22,0x1a,0xce,0x10,0x00,0x13,0x83,0x08, +0x00,0x22,0xec,0xce,0xa0,0x00,0x22,0x4e,0xcf,0x40,0x02,0x13,0xb7,0x08,0x00,0x22, +0x20,0xd0,0x30,0x00,0x13,0x91,0x08,0x00,0x22,0x02,0xd1,0x30,0x04,0x22,0x72,0xd1, +0xd8,0x03,0x22,0xe2,0xd1,0xc0,0x01,0x23,0x5a,0xd2,0x00,0x0d,0x12,0xd2,0x88,0x00, +0x23,0x34,0xd3,0xd0,0x00,0x13,0xd3,0xd0,0x00,0x13,0xd4,0xd0,0x00,0x12,0xd4,0x68, +0x00,0x13,0xe1,0x10,0x00,0x23,0x52,0xd5,0x90,0x01,0x12,0xd5,0x18,0x00,0x22,0x25, +0xd6,0x28,0x03,0x23,0x87,0xd6,0xc0,0x08,0x13,0xd6,0xf8,0x08,0x13,0xd7,0x20,0x0a, +0x12,0xd7,0x10,0x00,0x22,0x3b,0xd8,0x08,0x00,0x22,0xa4,0xd8,0x18,0x00,0x23,0x15, +0xd9,0x90,0x01,0x12,0xd9,0x18,0x00,0x13,0xef,0x10,0x00,0x22,0x60,0xda,0x88,0x01, +0x22,0xc9,0xda,0x18,0x00,0x22,0x32,0xdb,0xe8,0x01,0x23,0x94,0xdb,0xa8,0x08,0x13, +0xdb,0xa8,0x08,0x12,0xdc,0x08,0x00,0x22,0xdf,0xdc,0xf8,0x00,0x22,0x48,0xdd,0x90, +0x00,0x23,0xaa,0xdd,0x38,0x07,0x13,0xde,0x38,0x07,0x03,0x08,0x00,0x22,0xf5,0xde, +0x18,0x00,0x22,0x5e,0xdf,0x48,0x00,0x22,0xc7,0xdf,0x08,0x01,0x22,0x3f,0xe0,0x20, +0x00,0x23,0xb0,0xe0,0x38,0x07,0x12,0xe1,0x28,0x00,0x22,0x8a,0xe1,0x10,0x00,0x13, +0xfb,0x08,0x00,0x22,0x6c,0xe2,0x08,0x00,0x13,0xdd,0x08,0x00,0x22,0x4e,0xe3,0x08, +0x00,0x23,0xbf,0xe3,0x38,0x07,0x12,0xe4,0x08,0x00,0x13,0xa1,0x08,0x00,0x22,0x12, +0xe5,0x08,0x00,0x13,0x83,0x08,0x00,0x13,0xf4,0x08,0x00,0x22,0x65,0xe6,0x08,0x00, +0x23,0xd6,0xe6,0x68,0x03,0x12,0xe7,0x08,0x00,0x22,0xb8,0xe7,0x78,0x00,0x23,0x21, +0xe8,0x80,0x00,0x12,0xe8,0xd0,0x00,0x13,0xec,0x10,0x00,0x22,0x55,0xe9,0xa8,0x01, +0x22,0xc6,0xe9,0x10,0x01,0x23,0x28,0xea,0x10,0x06,0x03,0x08,0x00,0x22,0x0a,0xeb, +0x28,0x00,0x22,0x73,0xeb,0x10,0x00,0x13,0xe4,0x08,0x00,0x22,0x55,0xec,0x18,0x00, +0x22,0xbe,0xec,0xb0,0x03,0x22,0x19,0xed,0x08,0x00,0x22,0x74,0xed,0xc8,0x04,0x13, +0xd6,0x08,0x00,0x22,0x38,0xee,0x18,0x00,0x22,0x93,0xee,0x10,0x00,0x22,0xf5,0xee, +0xd8,0x03,0x22,0x57,0xef,0x28,0x03,0x22,0xc0,0xef,0xb8,0x06,0x22,0x29,0xf0,0x08, +0x00,0x13,0x92,0x08,0x00,0x22,0xfb,0xf0,0x30,0x00,0x22,0x5d,0xf1,0x10,0x00,0x21, +0xc6,0xf1,0x38,0x00,0x32,0xfe,0x28,0xf2,0x98,0x01,0x22,0x91,0xf2,0x80,0x00,0x22, +0xfa,0xf2,0x90,0x00,0x22,0x6b,0xf3,0xd8,0x00,0x22,0xcd,0xf3,0x18,0x00,0x22,0x36, +0xf4,0x40,0x02,0x22,0x98,0xf4,0x30,0x00,0x22,0x01,0xf5,0x08,0x00,0x22,0x6a,0xf5, +0x30,0x00,0x23,0xdb,0xf5,0xa8,0x07,0x13,0xf6,0xa8,0x07,0x13,0xf6,0xa8,0x07,0x12, +0xf7,0x08,0x00,0x22,0x97,0xf7,0xa8,0x0b,0x13,0xf2,0x10,0x00,0x22,0x63,0xf8,0x08, +0x00,0x23,0xd4,0xf8,0x68,0x04,0x12,0xf9,0xa0,0x00,0x22,0x9f,0xf9,0x18,0x00,0x22, +0x10,0xfa,0x18,0x00,0x13,0x79,0x08,0x00,0xf0,0xff,0xff,0xff,0xff,0x7a,0x00,0x00, +0x51,0x2f,0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x5e,0x4d,0x7a,0x4d,0x7d,0x4d, +0x82,0x4d,0x89,0x4d,0x8a,0x4d,0x8b,0x4d,0x99,0x4d,0x9b,0x4d,0xa0,0x4d,0xa8,0x4d, +0xdc,0x4d,0xde,0x4d,0xfb,0x4d,0xfe,0x4d,0x15,0x4e,0x1b,0x4e,0x1e,0x4e,0x35,0x4e, +0x3a,0x4e,0x40,0x4e,0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x70,0x4e,0x7f,0x4e, +0x9d,0x4e,0x9e,0x4e,0x9f,0x4e,0xa3,0x4e,0xac,0x4e,0xcf,0x4e,0xdb,0x4e,0xeb,0x4e, +0xf7,0x4e,0x14,0x4f,0x2d,0x4f,0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5d,0x4f,0x62,0x4f, +0x8c,0x4f,0x9f,0x4f,0xac,0x4f,0xcf,0x4f,0xf8,0x4f,0x1f,0x50,0x95,0x50,0x99,0x50, +0x9b,0x50,0xb5,0x50,0xb8,0x50,0xbc,0x50,0xc0,0x50,0xc3,0x50,0xc6,0x50,0xc7,0x50, +0xc8,0x50,0xcc,0x50,0xd5,0x50,0xdc,0x50,0xe9,0x50,0x02,0x51,0x16,0x51,0x1f,0x51, +0x4a,0x51,0x4b,0x51,0x4d,0x51,0x56,0x51,0x57,0x51,0x67,0x51,0x6b,0x51,0x6d,0x51, +0x70,0x51,0x79,0x51,0x7b,0x51,0x80,0x51,0x86,0x51,0x87,0x51,0x9d,0x51,0xbf,0x51, +0xef,0x51,0xf0,0x51,0xf8,0x51,0x55,0x52,0x58,0x52,0x66,0x52,0x8a,0x52,0x97,0x52, +0x9f,0x52,0xa5,0x52,0xb1,0x52,0xbb,0x52,0xd2,0x52,0xdb,0x52,0xef,0x52,0x12,0x53, +0x1a,0x53,0x1c,0x53,0x1d,0x53,0x21,0x53,0x26,0x53,0x28,0x53,0x30,0x53,0x33,0x53, +0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53,0x47,0x53,0x5c,0x53,0x5d,0x53,0x5e,0x53, +0x61,0x53,0x67,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xb8,0x53,0xcd,0x53, +0xdc,0x53,0x1d,0x54,0xb8,0x55,0x2e,0x56,0x44,0x56,0x4a,0x56,0x4d,0x56,0x4e,0x56, +0x56,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97,0x56,0xa7,0x56,0xdb,0x56,0x4a,0x57, +0xbb,0x57,0xee,0x57,0x40,0x58,0x57,0x58,0x5d,0x58,0x66,0x58,0x6a,0x58,0x77,0x58, +0x79,0x58,0x7a,0x58,0x81,0x58,0x89,0x58,0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a, +0xa8,0x5a,0xb6,0x5a,0xd3,0x5a,0xd9,0x5a,0xdc,0x5a,0xea,0x5a,0xee,0x5a,0x09,0x5b, +0x0d,0x5b,0x48,0x5b,0x49,0x5b,0x4c,0x5b,0x54,0x5b,0x56,0x5b,0x5f,0x5b,0x8a,0x5b, +0x90,0x5b,0x95,0x5b,0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d, +0x53,0x5d,0x5c,0x5d,0x76,0x5d,0x77,0x5d,0x88,0x5d,0x8d,0x5d,0x95,0x5d,0xa5,0x5d, +0xc3,0x5d,0xdf,0x5d,0xe4,0x5d,0xf6,0x5d,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x52,0x5e, +0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x89,0x5e,0x8a,0x5e,0xa3,0x5e,0xa5,0x5e,0xb2,0x5e, +0xc1,0x5e,0xd4,0x5e,0xd5,0x5e,0xd8,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x27,0x5f, +0x3b,0x5f,0x4d,0x5f,0x51,0x5f,0x70,0x5f,0x75,0x5f,0x8b,0x5f,0xb2,0x5f,0xbf,0x5f, +0x15,0x60,0x5f,0x60,0x6f,0x60,0xb2,0x60,0x5f,0x61,0x60,0x61,0x66,0x61,0x7a,0x61, +0x90,0x61,0x97,0x61,0x9b,0x61,0xa3,0x61,0xb7,0x61,0xb9,0x61,0xbb,0x61,0xbc,0x61, +0xce,0x61,0xf4,0x61,0xf5,0x61,0x19,0x62,0x22,0x62,0x2f,0x62,0x38,0x62,0x39,0x62, +0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62,0x7f,0x62,0xb2,0x62,0xbe,0x62,0xc7,0x62, +0xe2,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62,0x1f,0x63,0x20,0x63,0x22,0x63,0x97,0x63, +0xc8,0x63,0xfd,0x63,0x1d,0x64,0x36,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64, +0x95,0x64,0x98,0x64,0xa9,0x64,0xc0,0x64,0xc4,0x64,0xd7,0x64,0xec,0x64,0xfd,0x64, +0xff,0x64,0x00,0x65,0x09,0x65,0x1b,0x65,0x30,0x65,0x35,0x65,0x46,0x65,0x5e,0x65, +0x6f,0x65,0x70,0x65,0x7f,0x65,0x8e,0x65,0xbe,0x65,0xbf,0x65,0xd2,0x65,0x42,0x66, +0x44,0x66,0x4f,0x66,0x50,0x66,0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x8a,0x66, +0x96,0x66,0xaf,0x66,0xb1,0x66,0xb5,0x66,0xcf,0x66,0xd1,0x66,0xec,0x66,0x14,0x67, +0x35,0x67,0x57,0x67,0x5f,0x67,0x71,0x67,0x87,0x67,0x8c,0x67,0x96,0x67,0x10,0x68, +0x71,0x69,0x7a,0x69,0x77,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a, +0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c,0x25,0x6c, +0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0x9b,0x6c,0xd8,0x6c, +0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x60,0x6d,0x79,0x6d,0x88,0x6d,0xce,0x6d,0xe0,0x6d, +0x21,0x6e,0x2a,0x6e,0x2e,0x6e,0x31,0x6e,0x34,0x6e,0x10,0x6f,0x09,0x70,0x3d,0x70, +0x76,0x70,0x97,0x71,0x98,0x71,0xa9,0x71,0xc9,0x71,0x06,0x72,0xd7,0x72,0xff,0x72, +0x00,0x73,0x3d,0x73,0x56,0x73,0xae,0x73,0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74, +0xb5,0x74,0xcd,0x75,0xd4,0x75,0x21,0x76,0x26,0x76,0x28,0x76,0x3e,0x76,0x44,0x76, +0x48,0x76,0x5b,0x76,0x6f,0x76,0x35,0x77,0x51,0x77,0xbc,0x77,0xbe,0x77,0x8a,0x78, +0xd1,0x78,0x0b,0x79,0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0xca,0x79,0xd1,0x79, +0xe7,0x79,0x2e,0x7a,0x3f,0x7a,0x7c,0x7a,0x99,0x7a,0xce,0x7a,0xe7,0x7a,0xf1,0x7a, +0xcb,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x77,0x7c,0xf2,0x7d,0xf7,0x7d,0x05,0x7e, +0x0f,0x7e,0x13,0x7e,0x14,0x7e,0x16,0x7e,0x18,0x7e,0x1f,0x7e,0x23,0x7e,0x2d,0x7e, +0x2f,0x7e,0x3d,0x7e,0x4f,0x7e,0x66,0x7e,0x79,0x7e,0xbe,0x7e,0xde,0x7e,0x55,0x7f, +0x67,0x7f,0xa4,0x7f,0x1c,0x80,0x4d,0x80,0x59,0x80,0x6a,0x80,0x3a,0x81,0x43,0x81, +0x7a,0x81,0x85,0x81,0xc2,0x81,0xd2,0x81,0x41,0x82,0x53,0x82,0xc7,0x82,0x54,0x83, +0xb1,0x83,0x2d,0x84,0x1f,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xb5,0x87,0xb8,0x87, +0xc0,0x87,0xfb,0x87,0x15,0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88,0x14,0x89,0x16,0x89, +0x18,0x89,0x22,0x89,0x36,0x89,0x50,0x89,0xb6,0x8a,0xf1,0x8a,0xf4,0x8a,0xfe,0x8a, +0x00,0x8b,0x0e,0x8b,0x0f,0x8b,0x11,0x8b,0x16,0x8b,0x25,0x8b,0x2d,0x8b,0x32,0x8b, +0x36,0x8b,0x3d,0x8b,0x3f,0x8b,0x44,0x8b,0x47,0x8b,0x4b,0x8b,0x53,0x8b,0x81,0x8b, +0x75,0x8c,0x84,0x8c,0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d, +0xbc,0x8e,0xbe,0x8e,0xc4,0x8e,0xcd,0x8e,0xd3,0x8e,0xe1,0x8e,0xe3,0x8e,0x09,0x8f, +0x17,0x8f,0x20,0x8f,0x2b,0x8f,0x2e,0x8f,0x2f,0x8f,0x40,0x8f,0x50,0x8f,0x59,0x8f, +0x6a,0x8f,0x6f,0x8f,0x8b,0x8f,0xa3,0x8f,0x38,0x90,0x17,0x91,0x1d,0x91,0x1f,0x91, +0xc4,0x91,0xd8,0x93,0xef,0x93,0xfe,0x93,0x51,0x94,0x69,0x94,0x7e,0x94,0xac,0x94, +0xcf,0x94,0x38,0x95,0x3d,0x95,0x3e,0x95,0x42,0x95,0x44,0x95,0x84,0x95,0x90,0x95, +0x94,0x95,0xa0,0x95,0xb4,0x95,0xdf,0x95,0xe4,0x95,0xec,0x95,0x50,0x96,0x57,0x96, +0xa9,0x96,0xae,0x96,0xb2,0x96,0x43,0x97,0xc5,0x97,0xc6,0x97,0xc9,0x97,0xca,0x97, +0xd4,0x97,0xe1,0x97,0xe8,0x97,0xec,0x97,0x2e,0x98,0xc1,0x99,0xdc,0x99,0x28,0x9a, +0x73,0x9d,0xf6,0x9d,0x28,0x9e,0xa0,0x9e,0x4f,0x13,0xf1,0x3f,0x02,0xf0,0x2f,0x01, +0xf0,0x1e,0x00,0x80,0x00,0x05,0xe3,0x5e,0x30,0xac,0x0b,0xb9,0xc0,0xab,0x8a,0x09, +0x96,0x80,0x78,0x87,0x19,0xf1,0x4f,0x3a,0x01,0xc0,0x00,0x58,0x03,0xa0,0x00,0x76, +0x05,0x80,0x0e,0xfe,0xef,0xfb,0x00,0xb2,0x09,0x50,0x00,0xc1,0x0b,0x30,0x00,0xe0, +0x0c,0x10,0x5e,0xfe,0xef,0xe7,0x02,0xb0,0x0d,0x00,0x04,0x90,0x2b,0x00,0x06,0x70, +0x49,0x00,0x00,0x02,0x70,0x00,0x00,0x04,0xb0,0x00,0x00,0x8f,0xfd,0x50,0x06,0xf4, +0x15,0xa0,0x0a,0xb0,0x00,0x00,0x07,0xe2,0x00,0x00,0x00,0x9f,0x91,0x00,0x00,0x03, +0xce,0x40,0x00,0x00,0x08,0xf1,0x00,0x00,0x01,0xf4,0x07,0x20,0x05,0xf2,0x09,0xfc, +0xcf,0x80,0x00,0x17,0xd2,0x30,0x00,0xf0,0x0b,0x04,0xcd,0x60,0x00,0x0c,0x20,0x00, +0x1e,0x10,0xd2,0x00,0x58,0x00,0x00,0x4b,0x00,0x87,0x00,0xd1,0x00,0x00,0x6a,0x00, +0x78,0x07,0x70,0x0e,0x00,0xf0,0x10,0x97,0x1c,0x07,0xcb,0x20,0x0e,0x21,0xe2,0x95, +0x5c,0x05,0xc0,0x03,0xcc,0x52,0xc0,0xa6,0x00,0xe1,0x00,0x00,0x0a,0x30,0xb4,0x00, +0xd3,0x00,0x00,0x3b,0x00,0xa5,0x0e,0x00,0xf5,0x8e,0xb2,0x00,0x5b,0x04,0xd0,0x00, +0x05,0x90,0x00,0x09,0xdc,0x20,0x00,0x2c,0xfc,0x10,0x00,0x00,0xc9,0x0a,0x80,0x00, +0x00,0xf3,0x08,0x90,0x00,0x00,0xd5,0x4e,0x20,0x00,0x00,0x8e,0xe3,0x00,0x00,0x01, +0xcf,0x70,0x00,0x99,0x0d,0xa5,0xf3,0x00,0xf4,0x5f,0x10,0x7f,0x38,0xc0,0x5f,0x00, +0x07,0xff,0x20,0x1e,0xa2,0x28,0xff,0xb4,0x02,0xbe,0xea,0x21,0x9a,0xac,0x9c,0x8a, +0x68,0x00,0x00,0x62,0x01,0xe1,0x07,0x90,0x0e,0x20,0x3e,0x00,0x7c,0x00,0x8a,0x00, +0x98,0x00,0x8a,0x00,0x7c,0x00,0x4e,0x00,0x0f,0x20,0x08,0x90,0x01,0xe1,0x00,0x73, +0x27,0x00,0x0e,0x10,0x08,0x90,0x01,0xf1,0x00,0xd4,0x00,0xb8,0x00,0x99,0x00,0x7a, +0x00,0x9a,0x00,0xb8,0x00,0xd5,0x01,0xf1,0x08,0x90,0x0e,0x20,0x28,0x00,0x00,0x0e, +0x00,0x00,0x86,0xf6,0x80,0x04,0xcf,0xc4,0x00,0x0d,0x9d,0x00,0x01,0x50,0x51,0x00, +0x00,0x01,0x20,0x00,0x00,0x06,0xb0,0x04,0x00,0x48,0x6f,0xff,0xff,0xfb,0x10,0x00, +0xf0,0x23,0x07,0xa0,0x09,0xf3,0x00,0xe2,0x09,0xa0,0x06,0x00,0x4f,0xff,0x80,0x00, +0x0a,0xc0,0xac,0x00,0x00,0x00,0x77,0x00,0x00,0xc2,0x00,0x02,0xd0,0x00,0x07,0x80, +0x00,0x0c,0x30,0x00,0x1e,0x00,0x00,0x69,0x00,0x00,0xb4,0x00,0x01,0xe0,0x00,0x06, +0x90,0x00,0x0b,0x40,0x64,0x00,0xf0,0x0f,0x5a,0x00,0x00,0xa5,0x00,0x00,0x00,0x6d, +0xe9,0x00,0x05,0xf4,0x2c,0xa0,0x0c,0x80,0x03,0xf2,0x1f,0x30,0x00,0xe6,0x2f,0x20, +0x00,0xd7,0x3f,0x10,0x00,0xc9,0x08,0x00,0x00,0x10,0x00,0x40,0x0c,0x80,0x03,0xf1, +0x20,0x00,0x00,0x28,0x00,0xde,0x06,0xbf,0x20,0x01,0xab,0xf2,0x00,0x00,0x3f,0x20, +0x00,0x03,0xf2,0x07,0x00,0xf2,0x2d,0x01,0x14,0xf3,0x10,0xaf,0xff,0xff,0x50,0x03, +0xae,0xe8,0x00,0x2f,0x72,0x4e,0x90,0x02,0x00,0x06,0xe0,0x00,0x00,0x05,0xf0,0x00, +0x00,0x09,0xc0,0x00,0x00,0x1f,0x50,0x00,0x00,0xbc,0x00,0x00,0x08,0xe1,0x00,0x00, +0x7f,0x30,0x00,0x09,0xf5,0x22,0x21,0x5f,0xff,0xff,0xf9,0x02,0xbe,0xea,0x10,0x0d, +0x72,0x4d,0xc0,0x28,0x00,0xf0,0x37,0x06,0xf0,0x00,0x01,0x5e,0x60,0x00,0x5f,0xf8, +0x00,0x00,0x01,0x3b,0xc0,0x00,0x00,0x00,0xf5,0x01,0x00,0x00,0xf6,0x4e,0x62,0x3b, +0xe1,0x05,0xbe,0xeb,0x20,0x00,0x00,0x7f,0x60,0x00,0x01,0xff,0x60,0x00,0x0b,0x9d, +0x60,0x00,0x5f,0x1e,0x60,0x00,0xe6,0x0e,0x60,0x09,0xb0,0x0e,0x60,0x3f,0x20,0x0e, +0x60,0xaf,0xee,0xef,0xfc,0x11,0x11,0x1e,0x71,0x00,0x00,0x0e,0x60,0x04,0x00,0xf0, +0x09,0x06,0xff,0xff,0xf0,0x07,0xd1,0x11,0x10,0x08,0xb0,0x00,0x00,0x09,0xa0,0x00, +0x00,0x0a,0xdd,0xfb,0x30,0x04,0x61,0x1a,0xe1,0x54,0x00,0xf1,0x45,0x00,0x00,0x00, +0xe7,0x01,0x00,0x02,0xf4,0x5e,0x62,0x3c,0xc0,0x05,0xbe,0xe9,0x10,0x00,0x1a,0xee, +0x90,0x01,0xe9,0x23,0x92,0x08,0xc0,0x00,0x00,0x0d,0x50,0x00,0x00,0x0f,0x5a,0xed, +0x50,0x1f,0xd4,0x05,0xf3,0x1f,0x40,0x00,0xc8,0x0f,0x50,0x00,0xaa,0x0a,0xa0,0x00, +0xd7,0x03,0xf6,0x17,0xf1,0x00,0x3c,0xfc,0x30,0x4f,0xff,0xff,0xf9,0x01,0x11,0x14, +0xf2,0x00,0x00,0x0c,0x70,0x00,0x00,0x5e,0x00,0x00,0x00,0xc8,0x00,0x00,0x02,0xf2, +0x00,0xeb,0x00,0x00,0xa7,0x02,0xf2,0x57,0x0c,0x90,0x00,0x00,0x0e,0x70,0x00,0x00, +0x0f,0x60,0x00,0x00,0x7e,0xfb,0x20,0x07,0xe3,0x08,0xd0,0x0b,0x80,0x01,0xf2,0x08, +0xb0,0x01,0xf0,0x01,0xdb,0x3a,0x90,0x00,0xac,0xff,0x10,0x0b,0x80,0x2b,0xe1,0x3f, +0x10,0x00,0xd8,0x3f,0x00,0x00,0xb9,0x0d,0xa1,0x16,0xf3,0x01,0xae,0xfc,0x40,0x01, +0xae,0xd7,0x00,0x0b,0xb1,0x3d,0x80,0x2f,0x20,0x04,0xf1,0x4f,0x00,0x00,0xf4,0x3f, +0x10,0x00,0xe6,0x0d,0xa1,0x2b,0xf7,0x02,0xbe,0xc4,0xe5,0x00,0x00,0x00,0xf3,0x00, +0x00,0x07,0xd0,0x09,0x52,0x6f,0x40,0x05,0xcf,0xc4,0x00,0x9c,0x0a,0xc0,0xd9,0x1c, +0x54,0xac,0x0a,0xc0,0x09,0xc0,0x0d,0x00,0x16,0x00,0x07,0x02,0x00,0x0d,0x00,0xf1, +0x0a,0x14,0x00,0x00,0x5b,0xf8,0x03,0x9e,0xb6,0x10,0x6f,0x91,0x00,0x00,0x28,0xec, +0x61,0x00,0x00,0x04,0xaf,0xb4,0x00,0x00,0x01,0x69,0x3d,0x02,0x03,0x01,0x00,0x00, +0x0c,0x00,0xf0,0x18,0x33,0x00,0x00,0x00,0x4e,0xd7,0x10,0x00,0x00,0x4a,0xea,0x40, +0x00,0x00,0x06,0xeb,0x00,0x04,0xae,0xa4,0x29,0xec,0x61,0x00,0x58,0x20,0x00,0x00, +0x05,0xcf,0xd4,0x01,0xc5,0x2a,0xf1,0x00,0x00,0x1f,0x40,0xa0,0x01,0xc1,0x01,0xe6, +0x00,0x00,0xba,0x00,0x00,0x2f,0x10,0x00,0x02,0x90,0x40,0x00,0xf2,0x40,0x06,0xe1, +0x00,0x00,0x6e,0x10,0x00,0x00,0x00,0x19,0xde,0xdb,0x50,0x00,0x00,0x06,0xd6,0x20, +0x03,0xbb,0x00,0x00,0x7c,0x10,0x00,0x00,0x0a,0x70,0x02,0xe1,0x01,0xac,0x8b,0x01, +0xe0,0x0a,0x60,0x0d,0x50,0xb9,0x00,0xc2,0x0f,0x20,0x6a,0x00,0xa6,0x00,0xa4,0x1f, +0x00,0xb5,0x00,0xc4,0x00,0xc2,0x1e,0x00,0xc4,0x00,0xf1,0x01,0xd0,0x0e,0x10,0x99, +0x08,0xe3,0x0a,0x50,0x0b,0x60,0x1b,0xc5,0x3c,0xb5,0x00,0x02,0xe2,0x95,0x00,0xb0, +0x5e,0x72,0x00,0x35,0x00,0x00,0x00,0x01,0x8b,0xdd,0xa4,0x63,0x00,0xf0,0x0c,0xf7, +0x00,0x00,0x00,0x0b,0xcd,0x00,0x00,0x00,0x1f,0x3f,0x20,0x00,0x00,0x6e,0x0c,0x80, +0x00,0x00,0xb9,0x08,0xd0,0x00,0x01,0xf5,0x04,0xf3,0x30,0x02,0xf2,0x4b,0xf8,0x00, +0x0c,0xfe,0xee,0xfd,0x00,0x1f,0x61,0x11,0x6f,0x30,0x7f,0x00,0x00,0x0e,0x80,0xca, +0x00,0x00,0x09,0xe0,0x7f,0xff,0xeb,0x40,0x07,0xe0,0x02,0x9f,0x20,0x7e,0x00,0x00, +0xe7,0x07,0xe0,0x00,0x0e,0x60,0x7e,0x00,0x08,0xe1,0x07,0xfe,0xef,0xf4,0x00,0x7e, +0x11,0x25,0xe9,0x07,0xe0,0x00,0x04,0xf1,0x7e,0x00,0x00,0x5f,0x17,0xe0,0x11,0x5e, +0xa0,0x7f,0xff,0xfd,0x70,0x00,0x00,0x06,0xce,0xd8,0x00,0x00,0xaf,0x73,0x5c,0x70, +0x05,0xf3,0x00,0x00,0x00,0x0c,0xa0,0x00,0xc4,0x01,0x01,0xb8,0x02,0x02,0x0a,0x00, +0x01,0x14,0x00,0xf0,0x08,0x05,0xf2,0x00,0x00,0x10,0x00,0xbf,0x73,0x5c,0xb0,0x00, +0x06,0xcf,0xd9,0x00,0x7f,0xff,0xc9,0x10,0x07,0xe0,0x24,0xce,0x69,0x00,0x10,0xcb, +0x57,0x00,0xa0,0xf2,0x7e,0x00,0x00,0x1f,0x57,0xe0,0x00,0x00,0xf6,0x09,0x00,0x40, +0x47,0xe0,0x00,0x05,0x12,0x00,0x60,0xdb,0x07,0xe1,0x25,0xde,0x20,0x2d,0x00,0xd3, +0x00,0x7f,0xff,0xff,0xd0,0x7e,0x11,0x11,0x10,0x7e,0x00,0x00,0x00,0x04,0x00,0x00, +0x14,0x00,0x44,0x00,0x7e,0x22,0x22,0x10,0x00,0x00,0x0c,0x00,0xf1,0x02,0x20,0x7f, +0xff,0xff,0xf0,0x7f,0xff,0xff,0xd7,0xe1,0x11,0x11,0x7e,0x00,0x00,0x07,0xe0,0x1a, +0x00,0x74,0x07,0xff,0xff,0xf1,0x7e,0x22,0x22,0x0e,0x00,0x01,0x07,0x00,0x00,0x95, +0x00,0x8d,0xbe,0xda,0x20,0x00,0x9f,0x73,0x49,0xc0,0xbc,0x00,0x80,0x05,0xff,0xf3, +0x0f,0x60,0x00,0x22,0xf3,0x14,0x00,0x30,0xf3,0x05,0xf3,0x4a,0x02,0xe3,0xaf,0x73, +0x39,0xf2,0x00,0x06,0xce,0xeb,0x30,0x7e,0x00,0x00,0x0f,0x67,0xaa,0x00,0x07,0x09, +0x00,0x8e,0xff,0xff,0xff,0xf6,0x7e,0x22,0x22,0x2f,0x1b,0x00,0x26,0x60,0x7e,0x01, +0x00,0x41,0x00,0x00,0x0c,0x80,0xfd,0x02,0x0e,0x07,0x00,0xb0,0xd8,0x02,0x00,0x0e, +0x73,0xf7,0x38,0xf2,0x04,0xcf,0xd4,0x9f,0x00,0xf7,0x20,0xda,0x07,0xe0,0x00,0xbd, +0x00,0x7e,0x00,0x8e,0x10,0x07,0xe0,0x6f,0x30,0x00,0x7e,0x3f,0xd0,0x00,0x07,0xfe, +0xaf,0x60,0x00,0x7f,0xb0,0x8e,0x10,0x07,0xf0,0x00,0xe9,0x00,0x7e,0x00,0x05,0xf2, +0x07,0xe0,0x00,0x0c,0xb0,0x7e,0x00,0x00,0x3f,0x50,0xed,0x00,0x0f,0x07,0x00,0x02, +0xf0,0x26,0xe2,0x22,0x21,0x7f,0xff,0xff,0xa0,0x7f,0x50,0x00,0x02,0xfa,0x7f,0xb0, +0x00,0x08,0xfa,0x7b,0xf1,0x00,0x0e,0xba,0x7b,0xb7,0x00,0x3d,0x8a,0x7b,0x5c,0x00, +0x98,0x9a,0x7c,0x0f,0x20,0xe2,0x9a,0x7c,0x09,0x84,0xc0,0x9a,0x7c,0x04,0xda,0x60, +0x9a,0x7c,0x00,0xef,0x10,0x9a,0x7c,0x64,0x05,0xf0,0x3e,0x7c,0x00,0x00,0x00,0x9a, +0x7f,0x30,0x00,0x0f,0x57,0xfc,0x00,0x00,0xf5,0x7b,0xe6,0x00,0x0f,0x57,0xb6,0xe0, +0x00,0xf5,0x7c,0x0d,0x80,0x0f,0x57,0xc0,0x4f,0x20,0xf5,0x7c,0x00,0xaa,0x0f,0x57, +0xc0,0x02,0xf3,0xe5,0x7c,0x00,0x08,0xbd,0x57,0xc0,0x00,0x0e,0xf5,0x7c,0x00,0x00, +0x6f,0x50,0x00,0x07,0xcf,0xc8,0x00,0x00,0x0b,0xe6,0x35,0xdd,0x00,0x06,0xf2,0x00, +0x01,0xe8,0x00,0xda,0x00,0x00,0x08,0xf0,0x5f,0x01,0x71,0x4f,0x11,0xf5,0x00,0x00, +0x03,0xf3,0x0b,0x00,0x20,0x10,0xca,0x16,0x00,0x00,0x21,0x00,0x10,0xf8,0x2c,0x00, +0x22,0xec,0x00,0x37,0x00,0x00,0x88,0x02,0xc2,0x7e,0x01,0x29,0xf3,0x7e,0x00,0x00, +0xc9,0x7e,0x00,0x00,0xab,0x08,0x00,0xa7,0x18,0xf3,0x7f,0xef,0xfc,0x40,0x7e,0x11, +0x00,0x00,0x05,0x02,0x00,0x32,0x00,0x80,0xd8,0x00,0x00,0x0c,0xe6,0x35,0xdd,0x10, +0x48,0x00,0x62,0xe9,0x00,0xd9,0x00,0x00,0x07,0x69,0x00,0x12,0x21,0x69,0x00,0x60, +0x70,0x00,0x00,0x5f,0x10,0xcb,0xe0,0x02,0xf0,0x01,0x04,0xf4,0x00,0x03,0xf6,0x00, +0x07,0xf9,0x68,0xf9,0x00,0x00,0x03,0x9f,0xc4,0x00,0x1b,0x07,0x20,0x51,0x00,0x49, +0x00,0x20,0xff,0x50,0x3c,0x03,0xf1,0x2c,0x10,0x7f,0xff,0xfc,0x60,0x07,0xe0,0x12, +0x7f,0x60,0x7e,0x00,0x00,0xbb,0x07,0xe0,0x00,0x0b,0xb0,0x7e,0x00,0x06,0xf6,0x07, +0xfe,0xff,0xd5,0x00,0x7e,0x12,0xe9,0x00,0x07,0xe0,0x05,0xf2,0x00,0x7e,0x00,0x0d, +0xb0,0x07,0xe0,0x00,0x4f,0x40,0x7e,0x00,0x00,0xbd,0x00,0x00,0x5c,0xfd,0x91,0x00, +0x5f,0x83,0x5b,0x6d,0x07,0xd0,0x00,0xae,0x10,0x00,0x00,0x02,0xee,0x81,0x00,0x00, +0x00,0x8f,0xf8,0x9b,0x00,0xf1,0x0e,0xec,0x00,0x00,0x00,0x04,0xf3,0x04,0x00,0x00, +0x3f,0x21,0xec,0x63,0x6d,0xc0,0x01,0x8c,0xfd,0x81,0x00,0x8f,0xff,0xff,0xff,0x80, +0x11,0x4f,0x41,0x10,0x00,0x06,0x00,0x08,0x06,0x0f,0x09,0x00,0x0d,0x9f,0x8d,0x00, +0x00,0x0f,0x58,0xd0,0x00,0x00,0xf5,0x09,0x00,0x03,0xf0,0x03,0x56,0xf0,0x00,0x01, +0xf3,0x3f,0x40,0x00,0x6f,0x00,0xae,0x53,0x6f,0x70,0x00,0x8d,0xfd,0x60,0x04,0x01, +0xf0,0x14,0x0e,0x78,0xe0,0x00,0x03,0xf2,0x2f,0x30,0x00,0x8d,0x00,0xd8,0x00,0x0d, +0x80,0x08,0xc0,0x02,0xf3,0x00,0x3f,0x10,0x6d,0x00,0x00,0xe6,0x0b,0x80,0x00,0x09, +0xb0,0xf3,0x00,0x00,0x4f,0x88,0x05,0xf0,0x91,0xed,0x90,0x00,0x00,0x0a,0xf4,0x00, +0x00,0x8e,0x00,0x02,0xf6,0x00,0x0a,0xa4,0xf1,0x00,0x6f,0xa0,0x00,0xd7,0x1f,0x40, +0x0a,0xae,0x00,0x0f,0x30,0xe7,0x00,0xe3,0xf2,0x03,0xf0,0x0a,0xa0,0x2f,0x0c,0x60, +0x6d,0x00,0x7d,0x06,0xb0,0x8a,0x0a,0x90,0x03,0xf0,0xa7,0x04,0xe0,0xc6,0x00,0x0f, +0x3d,0x30,0x1f,0x2f,0x30,0x00,0xd8,0xf0,0x00,0xc8,0xf0,0x00,0x09,0xeb,0x00,0x08, +0xec,0x00,0x00,0x6f,0x70,0x00,0x4f,0x90,0x00,0x4f,0x40,0x00,0x9d,0x00,0xac,0x00, +0x2f,0x40,0x02,0xf5,0x0a,0xb0,0x00,0x08,0xd2,0xf2,0x00,0x00,0x1e,0xe9,0x00,0x00, +0x00,0xbf,0x40,0x00,0x00,0x3f,0xbc,0x00,0x00,0x0c,0x91,0xf5,0x00,0x05,0xf1,0x08, +0xd0,0x00,0xd8,0x00,0x1f,0x70,0x7e,0x00,0x00,0x7f,0x10,0x0c,0xb0,0x00,0x0a,0xb0, +0x4f,0x20,0x02,0xf3,0x00,0xc9,0x00,0x9c,0x00,0x04,0xf1,0x1f,0x40,0x00,0x0c,0x88, +0xc0,0x00,0x00,0x5e,0xe4,0x00,0x00,0x00,0xdd,0xc7,0x04,0x00,0x99,0x03,0x17,0xba, +0x09,0x00,0x91,0x0b,0xff,0xff,0xff,0x30,0x11,0x11,0x1c,0xc0,0x58,0x04,0x00,0x5d, +0x02,0xf0,0x04,0x00,0x00,0x9d,0x00,0x00,0x00,0x4f,0x30,0x00,0x00,0x0d,0x90,0x00, +0x00,0x08,0xe0,0x00,0x00,0x02,0xb0,0x06,0xdf,0xcc,0x22,0x22,0x20,0x3f,0xff,0xff, +0xff,0x50,0x6e,0xb6,0x69,0x00,0x02,0x00,0x03,0x30,0x5d,0xb6,0x96,0xe5,0x08,0x00, +0xda,0x07,0x80,0x0a,0x50,0x00,0x05,0xa0,0x00,0x00,0xe0,0xf2,0x07,0x00,0xf8,0x07, +0x20,0x1e,0x00,0xf3,0x07,0x20,0x06,0x90,0xff,0x07,0x9f,0x00,0xc3,0x00,0x00,0x78, +0x5b,0xe7,0x00,0x87,0x02,0x00,0x03,0xf5,0x39,0x5b,0xd6,0x00,0xae,0x00,0x00,0x1e, +0xb6,0x00,0x08,0x94,0xd0,0x00,0xe3,0x0e,0x30,0x5c,0x00,0x7a,0x0c,0x60,0x01,0xf1, +0xbd,0xdd,0xdd,0xdd,0x20,0x12,0x00,0x8e,0x10,0x09,0xd1,0x00,0x72,0x02,0x9d,0xfc, +0x30,0x07,0x83,0x2b,0xd0,0x00,0x00,0x04,0xf2,0x00,0x39,0xcd,0xf3,0x08,0xe5,0x01, +0xf3,0x0f,0x40,0x02,0xf3,0x0f,0x91,0x4c,0xf3,0x05,0xde,0xb2,0xe3,0x9b,0x00,0x00, +0x00,0x04,0x00,0xf2,0x1e,0x6d,0xeb,0x20,0x9f,0xa3,0x3c,0xd0,0x9c,0x00,0x02,0xf4, +0x9b,0x00,0x00,0xf7,0x9b,0x00,0x00,0xf6,0x9b,0x00,0x04,0xf3,0x9f,0x72,0x4e,0xa0, +0x99,0x8e,0xe9,0x00,0x00,0x4c,0xfd,0x70,0x05,0xf7,0x24,0x70,0x0e,0x90,0x00,0x00, +0x2f,0x40,0x04,0x00,0x20,0x0f,0x80,0xf7,0x05,0x40,0x24,0x90,0x00,0x5c,0x98,0x05, +0x07,0x24,0x03,0xf0,0x22,0x6d,0xfb,0x9e,0x06,0xf7,0x25,0xde,0x0e,0x90,0x00,0x7e, +0x1f,0x40,0x00,0x7e,0x2f,0x40,0x00,0x7e,0x0f,0x70,0x00,0x7e,0x08,0xf5,0x26,0xee, +0x00,0x8e,0xe9,0x5e,0x00,0x5c,0xfc,0x50,0x06,0xe4,0x15,0xf3,0x0e,0x40,0x00,0x98, +0x2f,0xee,0xee,0xea,0x2f,0x30,0x10,0x06,0x00,0x4c,0x00,0x21,0x12,0x80,0xde,0x02, +0x70,0x6d,0xd2,0x02,0xf7,0x30,0x05,0xf0,0x37,0x06,0x6e,0x7f,0xff,0xa0,0x06,0xf0, +0x00,0x03,0x00,0xf0,0x22,0x00,0x9d,0xef,0xff,0x10,0xab,0x00,0x8c,0x00,0x0d,0x70, +0x03,0xf0,0x00,0x8c,0x21,0xac,0x00,0x02,0xec,0xda,0x10,0x00,0x97,0x00,0x00,0x00, +0x0a,0xb2,0x11,0x00,0x00,0x4f,0xff,0xff,0xa0,0x0e,0x30,0x00,0x5f,0x22,0xf5,0x00, +0x19,0xd0,0x05,0xce,0xed,0x81,0xe6,0x00,0x31,0x09,0xb0,0x00,0x07,0x00,0xf6,0x02, +0xb4,0xcf,0xb1,0x9f,0xb4,0x4e,0x99,0xc0,0x00,0x8d,0x9b,0x00,0x07,0xe9,0xb0,0x00, +0x7e,0x07,0x00,0x85,0xe0,0xac,0x06,0x70,0x00,0x09,0xb0,0x9b,0x03,0x00,0x71,0x00, +0x00,0xac,0x00,0x05,0x70,0x00,0x1c,0x09,0x1c,0x9c,0x05,0x00,0x79,0x0a,0xb0,0x12, +0xd9,0x07,0xfc,0x20,0x49,0x01,0xf8,0x11,0x00,0x3f,0x50,0x9b,0x01,0xe7,0x00,0x9b, +0x0c,0xa0,0x00,0x9b,0xaf,0x40,0x00,0x9f,0xd9,0xd0,0x00,0x9e,0x20,0xd8,0x00,0x9b, +0x00,0x4f,0x20,0x9b,0x00,0x0a,0xc0,0x9b,0x5d,0x00,0xf0,0x08,0x09,0xd0,0x3d,0x70, +0x98,0x5c,0xe9,0x05,0xce,0x90,0x9e,0xb4,0x5f,0xca,0x36,0xf5,0x9c,0x00,0x0c,0xc0, +0x00,0xd8,0x9b,0x78,0x02,0x7e,0xc9,0x9b,0x00,0x0a,0xa0,0x00,0xb9,0x06,0x00,0xb9, +0x98,0x4c,0xfb,0x19,0xeb,0x44,0xe9,0x9c,0x00,0x08,0xd9,0xba,0x00,0x00,0x07,0x00, +0xff,0x17,0x00,0x5c,0xfd,0x60,0x00,0x6f,0x62,0x6f,0x70,0x0e,0x80,0x00,0x6f,0x02, +0xf4,0x00,0x02,0xf3,0x2f,0x40,0x00,0x2f,0x30,0xe8,0x00,0x06,0xf0,0x06,0xf6,0x25, +0xf7,0x00,0x05,0xcf,0xd6,0x00,0x99,0x6c,0xea,0x01,0x06,0x47,0xb0,0x9c,0x8e,0xe9, +0xc9,0x00,0x00,0x75,0x0a,0x87,0xec,0x8e,0x06,0xf4,0x02,0xce,0x0e,0x70,0xca,0x01, +0x11,0x80,0xca,0x01,0x58,0xfe,0x00,0x8e,0xea,0x7e,0xf6,0x01,0xc4,0x98,0x5d,0xb9, +0xcc,0x52,0x9f,0x10,0x09,0xb0,0x00,0x9b,0x00,0x05,0x00,0x70,0x03,0xcf,0xd8,0x00, +0xe9,0x13,0x70,0x1c,0x05,0xf7,0x0f,0x6e,0xc5,0x00,0x00,0x07,0xdd,0x10,0x00,0x00, +0xf6,0x3a,0x31,0x5f,0x40,0x7d,0xfd,0x60,0x03,0xf0,0x00,0x04,0xf0,0x00,0x9f,0xff, +0xf2,0x06,0xf0,0x00,0x05,0x03,0x00,0xd6,0x03,0xf7,0x20,0x00,0x8e,0xe4,0xba,0x00, +0x09,0xbb,0xa0,0x00,0x9b,0x07,0x00,0xf0,0x45,0xba,0xb0,0x00,0xbb,0x7f,0x53,0xae, +0xb0,0xaf,0xc6,0x7b,0xac,0x00,0x00,0xe7,0x4f,0x20,0x03,0xf1,0x0e,0x70,0x09,0xb0, +0x08,0xc0,0x0e,0x50,0x02,0xf2,0x4f,0x00,0x00,0xc7,0x9a,0x00,0x00,0x6c,0xe4,0x00, +0x00,0x1f,0xe0,0x00,0x7e,0x00,0x0b,0xd0,0x00,0xc7,0x2f,0x30,0x0e,0xe2,0x01,0xf3, +0x0e,0x70,0x4b,0xb6,0x05,0xe0,0x09,0xb0,0x97,0x7a,0x09,0xa0,0x05,0xf0,0xd3,0x2f, +0x0d,0x60,0x00,0xf4,0xe0,0x0e,0x4f,0x10,0x00,0xcc,0xa0,0x0a,0xcd,0xa9,0x0a,0xf0, +0x44,0x05,0xf9,0x00,0x3f,0x30,0x0a,0xb0,0x09,0xd0,0x3f,0x20,0x00,0xe7,0xc7,0x00, +0x00,0x5f,0xd0,0x00,0x00,0x8e,0xd0,0x00,0x03,0xf2,0xd9,0x00,0x0c,0x80,0x3f,0x40, +0x7e,0x00,0x09,0xd0,0x9d,0x00,0x00,0xe7,0x2f,0x30,0x03,0xf1,0x0b,0x90,0x09,0xb0, +0x05,0xf0,0x0e,0x50,0x00,0xe5,0x3e,0x00,0x00,0x7b,0x99,0x00,0x00,0x1f,0xe3,0x00, +0x00,0x0a,0xd0,0x00,0x00,0x0d,0x60,0x00,0x02,0x9d,0x00,0x00,0x4f,0xc2,0x00,0x00, +0x0f,0xff,0xff,0x80,0x3c,0x0b,0x51,0x03,0xf4,0x00,0x00,0xd9,0x49,0x05,0x50,0x3f, +0x30,0x00,0x0d,0x90,0x11,0x08,0xf0,0x00,0xfa,0x00,0x9e,0x60,0x1f,0x10,0x01,0xf0, +0x00,0x0f,0x00,0x00,0xf0,0x00,0x3e,0xb3,0x06,0x30,0x4e,0x00,0x00,0x0f,0x00,0x40, +0x01,0xf0,0x00,0x1f,0xf2,0x07,0x3b,0x06,0xd6,0x77,0x01,0x00,0xc0,0x5e,0xa0,0x00, +0x1f,0x20,0x00,0xe2,0x00,0x0f,0x20,0x00,0xf1,0xf4,0x0a,0xf1,0x10,0x4f,0x70,0x0d, +0x50,0x00,0xf1,0x00,0x0f,0x10,0x00,0xf2,0x00,0x0f,0x20,0x02,0xf1,0x05,0xd7,0x00, +0x09,0xeb,0x61,0x43,0x16,0x04,0xae,0xc2,0x00,0x00,0x00,0x20,0x98,0x09,0x21,0x01, +0xf3,0x07,0x00,0x21,0x09,0xab,0x07,0x00,0x30,0x1d,0x0b,0x40,0x07,0x00,0x30,0x96, +0x03,0xc0,0x1b,0x00,0x30,0xd0,0x00,0xb4,0x1b,0x00,0x30,0x60,0x00,0x2c,0x1b,0x00, +0x01,0x82,0x04,0x60,0x00,0x96,0x00,0x00,0x02,0xd0,0x1b,0x00,0x00,0x68,0x0c,0x10, +0x09,0x8f,0x08,0x41,0x2d,0x00,0x2d,0x00,0x27,0x00,0x61,0x8e,0xdd,0xdd,0xde,0xed, +0xde,0xb9,0x0a,0x20,0x58,0x30,0x5f,0x06,0xf0,0x24,0x94,0xb4,0x00,0x00,0x7b,0x5f, +0x00,0x1b,0x00,0x3d,0x61,0x4f,0x00,0x1c,0x02,0xd1,0x00,0x9e,0x83,0xd6,0x0a,0x40, +0x00,0xd1,0x9f,0xf1,0x0d,0x00,0x01,0xc4,0xd4,0x49,0x2a,0x00,0x06,0xec,0x10,0x0c, +0x2b,0x00,0x0a,0x80,0x00,0x0c,0x0d,0x00,0x03,0x00,0x00,0x2a,0x09,0xe8,0x06,0x31, +0x95,0x01,0xd3,0x01,0x0d,0xf0,0x17,0x2c,0x83,0x24,0xaa,0x00,0x00,0x00,0x59,0xa8, +0x30,0x00,0x00,0x05,0xcc,0xcc,0x40,0x00,0x00,0x09,0x3b,0xff,0xb1,0xc5,0x00,0x02, +0xba,0x0d,0xf2,0x2d,0x62,0x01,0xfb,0x00,0x26,0x00,0x2f,0x80,0x38,0xb1,0x00,0x31, +0xa7,0x0a,0xf1,0x80,0x05,0x10,0x19,0x0d,0x00,0x30,0xaa,0x02,0xe8,0xbc,0x0a,0xf0, +0x04,0x80,0x04,0xf6,0x00,0x00,0x19,0xf2,0x00,0x18,0xb9,0x63,0x6c,0xa5,0x00,0x00, +0x0a,0x6f,0x9f,0x57,0x9a,0x00,0x25,0x51,0x40,0x4a,0x28,0xf0,0x19,0x06,0xb3,0x8a, +0x95,0x00,0x00,0x05,0x93,0xf6,0x23,0x8c,0x20,0x02,0xe0,0x02,0xb1,0x00,0x3d,0x10, +0x0c,0xf0,0x03,0xd0,0x00,0x59,0x00,0x9b,0xb0,0x99,0x00,0x00,0xd0,0x0c,0x07,0xda, +0x00,0x00,0x0b,0x20,0xc0,0x71,0x28,0x20,0xa2,0x0a,0x2f,0x01,0x30,0x0d,0x00,0x49, +0x32,0x07,0xf0,0x04,0xa0,0x00,0xb5,0x00,0x00,0x02,0xd1,0x00,0x00,0xb9,0x31,0x27, +0xd3,0x00,0x00,0x00,0x4a,0xcb,0x70,0x50,0x00,0xf0,0x05,0x22,0x11,0x11,0x10,0x00, +0x3d,0xaa,0xbb,0xd7,0x00,0x09,0x40,0x00,0x0c,0x10,0x00,0xd0,0x00,0x02,0xb0,0xb2, +0x0e,0xf0,0x15,0x84,0x00,0x07,0xa0,0x00,0x6c,0x00,0x03,0xdf,0x20,0xfa,0x00,0x02, +0xd1,0x4a,0x6f,0x90,0x00,0x94,0x04,0x8c,0x1c,0x10,0x0c,0x00,0xb5,0xa0,0x93,0x00, +0xb2,0x0b,0x22,0x0a,0x20,0x06,0x80,0x55,0x01,0x30,0x0b,0x82,0x04,0xf9,0x00,0xf0, +0x0c,0xbc,0x91,0x00,0x00,0x00,0x29,0x99,0x00,0x00,0x05,0x50,0x81,0x00,0x00,0x54, +0x08,0x10,0x00,0x06,0x51,0x92,0x00,0xaa,0xcf,0xff,0xa9,0x9a,0xb0,0x04,0x59,0xa0, +0x7a,0xaa,0x30,0xaa,0x09,0x00,0x00,0x77,0x06,0xf1,0x03,0xa6,0xaf,0xff,0xfd,0x95, +0x00,0x63,0x05,0x40,0x00,0x06,0x30,0x54,0x00,0x00,0x3a,0xaa,0x20,0xdd,0x01,0x00, +0xf0,0x07,0xf0,0x01,0xaf,0xff,0xe5,0xd4,0x03,0xef,0xc8,0x8c,0x6d,0xba,0xef,0x50, +0x00,0x00,0xc0,0x6f,0xcf,0x0c,0x60,0x00,0x1a,0xb1,0x00,0x00,0xc0,0x3a,0x04,0x40, +0x0c,0x00,0x1c,0x70,0x16,0x00,0xf0,0x2d,0x50,0x00,0x00,0x0d,0x7f,0xfa,0x00,0x00, +0x00,0xf8,0x0a,0xfb,0x30,0x03,0x15,0x00,0x0a,0xff,0xff,0xf8,0x00,0x00,0x03,0x8a, +0xa7,0x10,0x35,0x78,0x55,0x55,0x55,0x2c,0x5f,0xf9,0x55,0x55,0x88,0xc0,0xcd,0x30, +0x2a,0xdf,0x8c,0x02,0x30,0x8f,0xff,0xf8,0xc0,0xdf,0x50,0x7f,0xff,0x8c,0x0c,0xf4, +0x00,0x12,0x68,0xc0,0x14,0x01,0xe0,0x8c,0x0c,0xe4,0x00,0x00,0x48,0xc0,0xdf,0x50, +0x00,0x04,0x8c,0x03,0x40,0x0b,0x00,0xf3,0x47,0x7a,0x20,0x00,0x04,0x8c,0x0d,0xf5, +0x00,0x00,0x48,0xc9,0xff,0xc9,0x99,0x9b,0x81,0x22,0x22,0x22,0x22,0x20,0x00,0x03, +0x9f,0xfa,0x30,0x00,0x00,0x9b,0x4d,0xc6,0xb9,0x00,0x08,0x80,0x0c,0xa1,0x08,0x80, +0x2c,0x00,0x0c,0xa1,0x00,0xc2,0x76,0x00,0x0e,0xe1,0x00,0x67,0x84,0x00,0x50,0x09, +0x30,0x49,0x75,0x0a,0xb9,0x6c,0xa8,0x58,0x3b,0xb6,0xb7,0x1b,0xb6,0xf4,0x0f,0xfd, +0x50,0x00,0x6f,0xf0,0x02,0xfa,0x00,0x00,0x6e,0x20,0x00,0x08,0xdc,0xcd,0x80,0xd6, +0x00,0x04,0x1d,0x0d,0x20,0xef,0xb2,0xc9,0x01,0xf0,0x27,0xff,0xff,0xe0,0x00,0x00, +0x00,0xdf,0xff,0xff,0x51,0x65,0x00,0x0e,0xff,0xff,0xf8,0xef,0xfc,0x00,0xaf,0xff, +0xff,0xaf,0xff,0xf4,0x01,0xdf,0xff,0x86,0xff,0xff,0x40,0x05,0xfc,0xcf,0xcf,0xff, +0xc0,0x02,0xf3,0x1d,0xff,0xff,0xf5,0x00,0xa8,0x0c,0xff,0xff,0xff,0xe0,0x0e,0x35, +0xff,0xa7,0x07,0xd0,0xf5,0xbf,0xff,0xff,0xff,0xf5,0x0c,0xdd,0xa9,0x99,0x99,0x99, +0x20,0x38,0x10,0x10,0x00,0xcd,0x00,0x11,0xe3,0x5d,0x00,0xb0,0x4e,0x40,0x00,0x05, +0x44,0x43,0x37,0xf5,0x00,0x0f,0xff,0xa5,0x07,0xf1,0x06,0x06,0x66,0x66,0x66,0x66, +0x61,0x02,0xef,0xff,0xff,0xff,0xfc,0x00,0x2d,0xfa,0xbb,0xbb,0xc9,0x00,0x01,0xd8, +0x29,0x00,0x12,0x1c,0x38,0x0d,0x11,0xb8,0x06,0x00,0x16,0x02,0xab,0x2a,0x30,0x4d, +0xd9,0x40,0xaf,0x00,0xf0,0x4d,0x04,0xac,0x30,0x00,0x00,0x4c,0xdb,0x52,0xc6,0x00, +0x00,0x24,0x13,0x9c,0x10,0x00,0x00,0x29,0xcb,0x31,0x00,0x00,0x38,0x89,0x85,0x30, +0x00,0x08,0xe2,0x00,0x3e,0x60,0x00,0x8f,0x62,0xca,0x07,0xf5,0x00,0xef,0x37,0xff, +0x24,0xfa,0x00,0x6f,0x71,0xb9,0x08,0xf3,0x00,0x07,0xf6,0x00,0x6e,0x40,0x00,0x00, +0x27,0x99,0x71,0x00,0x00,0x01,0x22,0x22,0x21,0x00,0x00,0xea,0xaa,0xaa,0xd3,0x00, +0x0c,0x00,0x00,0xb2,0xd3,0x00,0xc0,0x00,0x0d,0x01,0xc3,0x0c,0x00,0x00,0xcc,0xb3, +0x90,0xc0,0x2b,0x02,0x10,0x0c,0x76,0x00,0x0f,0x0b,0x00,0x09,0xf1,0x12,0x0e,0xdd, +0xdd,0xdd,0xdd,0x90,0x06,0xcb,0x23,0xb0,0x3b,0x3b,0x03,0xc0,0x6b,0x92,0x02,0x00, +0x00,0x0e,0xa0,0x00,0x03,0xeb,0x00,0x00,0x2f,0xa0,0x00,0x03,0x70,0x04,0x44,0x01, +0x00,0x21,0x21,0xff,0x01,0x00,0x00,0x19,0x0a,0x22,0x99,0x00,0x15,0x04,0x02,0xd8, +0x00,0x0f,0x0f,0x00,0x05,0x40,0xfe,0xee,0xee,0x20,0x7e,0x0b,0x00,0xd7,0x01,0x0f, +0x2d,0x00,0x0e,0x00,0x0f,0x00,0x91,0x2e,0xee,0xee,0xff,0xee,0xee,0xee,0x20,0x33, +0x01,0x00,0x22,0x30,0x03,0x08,0x00,0x70,0x01,0xee,0xee,0xee,0xfe,0xee,0xee,0xc5, +0x0f,0x13,0x6c,0x99,0x03,0x03,0xfd,0x0e,0x22,0x6e,0x70,0x0f,0x00,0x21,0xeb,0xe7, +0x08,0x00,0x42,0x6c,0x04,0xdd,0x40,0x1e,0x00,0x22,0x8f,0x10,0x2d,0x00,0x17,0x10, +0x2d,0x00,0x0b,0x3c,0x00,0x01,0x0f,0x00,0x11,0x03,0xd9,0x00,0x90,0x43,0x00,0xcd, +0xdd,0xdd,0xef,0xdd,0xdd,0xc0,0x46,0x0d,0x12,0xb0,0x38,0x02,0x12,0xf2,0x2d,0x00, +0x21,0xff,0x37,0x07,0x00,0x90,0xf6,0xf3,0xcc,0x20,0x00,0x00,0x09,0xf3,0x1f,0x8c, +0x10,0x90,0x4d,0xc2,0x01,0xf0,0x00,0x4e,0x90,0x1e,0x70,0x67,0x05,0x30,0x2b,0x10, +0x00,0x71,0x05,0x01,0x01,0x00,0x12,0x1f,0x07,0x00,0x0a,0x0f,0x00,0x22,0x02,0xe0, +0x4a,0x00,0xc1,0xd4,0x44,0x44,0x44,0x40,0x00,0x09,0xec,0xcc,0xcc,0xcc,0xc0,0x70, +0x10,0x00,0x22,0x00,0x02,0xa9,0x02,0x10,0x5f,0x57,0x01,0x83,0xf4,0x00,0x01,0x11, +0x11,0x11,0x11,0xf2,0x43,0x00,0x71,0x0c,0xcc,0xcc,0xcc,0xcc,0x23,0xe0,0x7b,0x01, +0x26,0x06,0xc0,0x23,0x01,0x50,0x01,0x10,0x2e,0x40,0x00,0x12,0x0e,0x36,0xf9,0x00, +0x00,0xa9,0x04,0x21,0x30,0x00,0x97,0x02,0x21,0xf5,0x00,0xd5,0x00,0x21,0xe8,0xf3, +0x07,0x00,0x30,0xe5,0x06,0xf4,0x2a,0x00,0xf1,0x02,0xf5,0x04,0x05,0xf8,0x00,0x00, +0x4c,0xd3,0x01,0xf0,0x03,0xde,0x50,0x2f,0x80,0x00,0x1f,0x8a,0x11,0x0e,0xb5,0x00, +0x0f,0x0f,0x00,0x11,0x02,0xf8,0x02,0x24,0x0e,0x30,0x0d,0x00,0x12,0x04,0x12,0x02, +0x80,0x4d,0x22,0x22,0xe5,0x22,0x29,0x94,0xc0,0x1a,0x00,0x20,0x89,0x4c,0x1a,0x00, +0x13,0x08,0x0d,0x00,0x11,0x4f,0x21,0x00,0x8e,0x94,0xd2,0x22,0x2e,0x52,0x22,0x99, +0x01,0x41,0x00,0x06,0x0d,0x00,0x02,0x67,0x06,0x51,0x0f,0x30,0x00,0x00,0x09,0x06, +0x02,0xf0,0x04,0x00,0x98,0x00,0x0f,0x40,0x04,0xf0,0x09,0x70,0x00,0xf3,0x00,0x3f, +0x00,0x9f,0xee,0xef,0xfe,0xef,0x85,0x00,0x00,0xd3,0x00,0xe0,0x44,0x44,0x4f,0x74, +0x44,0x42,0x3f,0xbb,0xbb,0xfc,0xbb,0xbe,0x93,0xe0,0x34,0x00,0xf0,0x00,0x89,0x3e, +0x11,0x11,0xf4,0x11,0x19,0x93,0xfe,0xee,0xef,0xee,0xee,0xf9,0x17,0x4e,0x00,0x22, +0x04,0x40,0x4e,0x00,0x02,0x9d,0x03,0x51,0x20,0x00,0x00,0xf2,0x00,0x04,0x00,0x30, +0x0f,0x12,0xe3,0x00,0x07,0x41,0x00,0xf1,0x05,0xf5,0x0f,0x00,0x41,0x10,0x04,0xf1, +0x0f,0x1e,0x00,0x52,0x02,0x00,0xf2,0x00,0x2f,0xe3,0x02,0x32,0x20,0x03,0xf0,0x2d, +0x00,0x10,0x6c,0x40,0x00,0x10,0x20,0x80,0x06,0x00,0x0f,0x00,0x21,0x01,0xf2,0x0f, +0x00,0x00,0xc3,0x0b,0xa6,0x01,0x02,0xf1,0x00,0x2b,0x00,0x00,0x00,0xcf,0xeb,0x86, +0x01,0x12,0x24,0xd1,0x00,0x31,0x3f,0x20,0xe3,0xae,0x01,0x21,0xb0,0xe3,0x3a,0x01, +0x20,0x30,0xf2,0x56,0x02,0x01,0x57,0x00,0x82,0xf5,0x01,0x22,0x25,0xf2,0x22,0x22, +0xd5,0x85,0x02,0x60,0xe4,0x00,0x00,0x0a,0x85,0xb0,0x34,0x00,0x30,0x2f,0x20,0xc8, +0x6d,0x00,0x50,0xab,0x00,0x2f,0x21,0xf1,0x6e,0x0e,0xf0,0x02,0x02,0x02,0xf0,0x00, +0x4f,0x50,0x00,0x00,0x04,0xe0,0x07,0xf6,0x00,0x00,0x11,0x1a,0xb0,0x75,0x07,0x35, +0x6f,0xfe,0x30,0x6a,0x00,0x22,0x01,0x81,0x08,0x00,0x22,0x0a,0xd2,0x08,0x00,0x10, +0x08,0x64,0x02,0xe0,0x5c,0xcc,0xcc,0xce,0xcc,0xcc,0x50,0x02,0x44,0x44,0x6f,0x54, +0x44,0x42,0x26,0x00,0x26,0xf1,0x00,0x66,0x02,0x90,0x01,0x11,0x13,0xf3,0x11,0x11, +0x00,0x00,0xaf,0x89,0x00,0x1c,0xc0,0x1e,0x00,0x02,0x0f,0x00,0x00,0x82,0x02,0x52, +0x2f,0x21,0x11,0x11,0x01,0x06,0x01,0x00,0xb9,0x00,0x14,0x42,0x64,0x12,0xf0,0x00, +0x00,0x13,0x00,0x00,0x65,0x00,0x1f,0x20,0x08,0xb0,0x00,0x04,0xe0,0x00,0xa8,0x88, +0x01,0x30,0x0c,0x60,0x02,0x90,0x0d,0x00,0x77,0x08,0x01,0xd0,0x02,0x31,0xc9,0x00, +0x09,0x59,0x00,0x32,0xe6,0x05,0xe1,0x8e,0x02,0x12,0xe4,0x9d,0x00,0x02,0xaa,0x02, +0x30,0x05,0xeb,0xf6,0x07,0x00,0xf0,0x01,0x1a,0xe4,0x04,0xeb,0x10,0x00,0x03,0xaf, +0xa1,0x00,0x01,0xbf,0xa3,0x02,0xf8,0x10,0x22,0x16,0x17,0xe2,0xcb,0x02,0x22,0x56, +0x00,0xc4,0x02,0x16,0xf2,0x17,0x04,0x00,0xda,0x00,0x50,0xdc,0xcc,0xc9,0x00,0x01, +0x0c,0x03,0x21,0x6f,0x60,0x18,0x00,0x21,0x0d,0xa0,0x07,0x00,0x22,0x0b,0xc0,0x07, +0x00,0x12,0xd1,0x07,0x00,0x11,0xc1,0x07,0x00,0x22,0x2d,0xb0,0xe6,0x12,0x11,0x80, +0xba,0x00,0x21,0xdf,0x40,0x48,0x00,0xe7,0xd5,0xcc,0x64,0x32,0x33,0x46,0x20,0xc2, +0x00,0x5a,0xde,0xee,0xdd,0xc2,0x71,0x00,0xe2,0x01,0x35,0x7a,0x60,0x00,0x08,0xee, +0xff,0xed,0xb9,0x73,0x00,0x00,0xa8,0x0d,0x01,0x40,0x0c,0x40,0x00,0xd3,0x08,0x00, +0x12,0xe2,0x9d,0x02,0x12,0x2f,0xab,0x02,0xf1,0x06,0x06,0xfc,0xcc,0xcf,0xdc,0xcc, +0xc8,0x00,0x25,0x54,0x44,0xf7,0x44,0x44,0x30,0x00,0x03,0x00,0x0e,0x30,0x11,0xab, +0x00,0xd0,0xe3,0x07,0xd0,0x00,0x00,0xd7,0x00,0x0e,0x30,0x0a,0xb0,0x00,0xbb,0x2d, +0x00,0xd2,0x0d,0x70,0x3c,0x00,0x01,0x2f,0x20,0x00,0x3d,0x00,0x00,0x02,0xff,0x8f, +0x00,0x04,0x01,0x00,0xc5,0x12,0x34,0x67,0x9c,0x50,0x00,0x0d,0xfe,0xdd,0xfa,0x86, +0x41,0x62,0x03,0xf0,0x3d,0x33,0x33,0x34,0xf4,0x33,0x33,0x30,0x0c,0xcc,0xcc,0xdf, +0xdc,0xcc,0xcc,0x00,0x00,0x09,0x41,0xf0,0x59,0x03,0x00,0x08,0xee,0xf5,0x1f,0x05, +0xdc,0xc2,0x00,0x00,0x0b,0x51,0xf0,0x5c,0x20,0x00,0x04,0x69,0xe5,0x7f,0x65,0xb0, +0x0d,0x00,0x98,0x5a,0x9e,0xfd,0x6e,0xff,0x90,0x00,0x00,0x6d,0x3f,0x2c,0x50,0x00, +0x00,0x02,0xbc,0x11,0xf0,0x1c,0xa1,0x00,0x2b,0xd6,0x00,0x1f,0x00,0x08,0xfa,0x10, +0x50,0xad,0x03,0x32,0x01,0x60,0x00,0x43,0x05,0x02,0x7a,0x02,0x2f,0xfc,0x00,0x01, +0x00,0x22,0x11,0x55,0x01,0x00,0x31,0x50,0x1d,0xdd,0x01,0x00,0x14,0x10,0x53,0x00, +0x40,0x1d,0xdd,0xdd,0xfe,0x0f,0x00,0x05,0xbb,0x03,0x03,0xc9,0x03,0x01,0x0f,0x00, +0x91,0x01,0xcc,0xcc,0xcc,0xfd,0xcc,0xcc,0xc1,0x04,0xa5,0x03,0x1b,0x44,0x1e,0x00, +0x0d,0x0f,0x00,0x22,0x02,0x22,0xe9,0x01,0x05,0x48,0x03,0x13,0x24,0x00,0x02,0x10, +0xf1,0x23,0x00,0x11,0xee,0x01,0x00,0x40,0x00,0x00,0x11,0x11,0x3a,0x09,0x71,0x00, +0x1f,0xbb,0xbb,0xbb,0xbf,0x30,0x8d,0x04,0x00,0x2f,0x04,0x01,0x98,0x00,0x32,0x20, +0x00,0x02,0x96,0x00,0x61,0x00,0x8b,0xbb,0xbb,0xbe,0xfd,0xed,0x01,0x60,0xba,0x62, +0x00,0x00,0x1e,0xee,0x0b,0x04,0x00,0x80,0x06,0x28,0x02,0xf1,0xcb,0x04,0x23,0x08, +0xee,0x8f,0x01,0x26,0x15,0x00,0xdf,0x0a,0x12,0x0f,0xf1,0x02,0x05,0x69,0x00,0x52, +0x0e,0xba,0xaa,0xaa,0xbf,0xab,0x00,0xc1,0x02,0xf0,0x00,0x00,0x0b,0xbb,0xbb,0xbb, +0xbb,0x00,0x00,0x57,0x44,0x0b,0x30,0x50,0x0c,0x84,0x88,0x02,0x70,0x8c,0x00,0xc4, +0x06,0xdd,0xdd,0xd5,0xae,0x18,0x40,0x99,0x11,0x1c,0x60,0xae,0x00,0xf0,0x00,0x50, +0x00,0xc6,0x00,0x80,0x00,0x2b,0xc0,0x00,0x0c,0x60,0x2e,0x00,0xbe,0x90,0x07,0x12, +0x25,0x80,0x01,0x4d,0x01,0x13,0x41,0x86,0x00,0x12,0x30,0xd8,0x02,0xf0,0x02,0xb8, +0xff,0xff,0xff,0xf7,0x00,0x02,0xf3,0x0d,0x41,0x11,0x1c,0x50,0x00,0xcf,0x00,0x98, +0x82,0x03,0xf1,0x0d,0x8f,0xe0,0x04,0xd0,0x00,0x6c,0x00,0x5f,0x5e,0x00,0x0e,0x20, +0x0c,0x60,0x01,0x42,0xe0,0x00,0x8a,0x05,0xe0,0x00,0x00,0x2e,0x00,0x00,0xe3,0xd6, +0x4a,0x06,0x31,0x06,0xfc,0x00,0x0f,0x00,0x21,0x8f,0xa0,0x0f,0x00,0xf8,0x03,0xad, +0x3c,0xb0,0x00,0x00,0x2e,0x06,0xeb,0x10,0x0a,0xe7,0x00,0x02,0xe3,0xc4,0x00,0x00, +0x04,0xda,0x02,0x22,0x09,0x10,0xf2,0x00,0x12,0xf6,0x07,0x00,0x21,0xd4,0xe5,0x15, +0x00,0x30,0xc1,0x03,0xe8,0x7a,0x08,0x80,0xc0,0x00,0x02,0xdd,0x50,0x03,0xcf,0x70, +0x87,0x14,0x81,0xe4,0x28,0x10,0xc2,0x00,0x03,0xc0,0x06,0x95,0x01,0x12,0x3e,0x8d, +0x05,0x22,0x03,0xe0,0x1c,0x04,0x10,0x3e,0xf9,0x02,0x11,0xd0,0x0f,0x00,0x30,0x01, +0xe7,0x00,0x0f,0x00,0x31,0x03,0xdb,0x00,0x0f,0x00,0x32,0x98,0x00,0x00,0x2d,0x00, +0x15,0x00,0x49,0x04,0x21,0x6d,0x00,0x31,0x01,0x20,0x07,0xb0,0x07,0x05,0x30,0x00, +0x00,0x89,0x06,0x04,0x11,0xd0,0x3e,0x05,0x00,0x1b,0x00,0x10,0xc6,0x7f,0x00,0x11, +0xf6,0xe8,0x0f,0x50,0x00,0xba,0xf2,0x03,0xfc,0x34,0x01,0xc0,0x37,0xc0,0x7d,0xe2, +0x00,0x00,0x03,0xf0,0x0d,0x6d,0x78,0x80,0x25,0x0e,0xf2,0x0d,0x46,0xf1,0x1f,0x10, +0x00,0x1e,0x50,0x00,0xca,0x00,0xab,0x00,0x0a,0xc0,0x00,0x9e,0x10,0x01,0xe9,0x02, +0xf3,0x00,0x2f,0x30,0x00,0x03,0xd1,0x01,0xcf,0x07,0x04,0x01,0x00,0xf0,0x0c,0x02, +0x60,0x01,0x00,0x00,0x5c,0x00,0x05,0xd0,0x0d,0x50,0x00,0x6b,0x00,0x05,0xd0,0x04, +0xf2,0x00,0x7a,0x00,0x05,0xd0,0x00,0x9b,0x00,0x98,0x07,0x00,0x30,0x19,0x00,0xc6, +0x07,0x00,0x00,0xb4,0x05,0x21,0x05,0xd0,0x67,0x18,0x00,0x07,0x00,0xf0,0x11,0x0a, +0x90,0x00,0x05,0xd0,0x5c,0x80,0x2f,0x70,0x00,0x06,0xed,0xe6,0x00,0xbc,0xf4,0x00, +0x1e,0xd6,0x00,0x0a,0xc0,0x5f,0x40,0x05,0x00,0x04,0xdc,0x10,0x06,0xe2,0x00,0x6d, +0x09,0x25,0x00,0xa6,0x64,0x00,0x31,0x71,0x00,0x01,0xe8,0x09,0xf0,0x20,0x26,0x06, +0xb0,0x03,0x80,0x00,0x0c,0x71,0xf0,0x0d,0x50,0x89,0x00,0x04,0xe0,0x0c,0x40,0x5b, +0x0c,0x50,0x00,0xec,0x00,0x88,0x00,0x00,0xf1,0x00,0xbe,0xc0,0x04,0xc0,0x00,0x4c, +0x00,0x4d,0x6c,0x00,0x0f,0x30,0x0b,0x70,0x00,0x24,0xc0,0x00,0x9b,0x72,0x02,0xd0, +0x4c,0x00,0x02,0xf4,0xb8,0x00,0x00,0x04,0xc0,0x00,0x08,0xed,0x00,0x0f,0x00,0x31, +0x00,0x6f,0xb0,0x0f,0x00,0xf6,0x04,0x9e,0x5d,0xc1,0x00,0x00,0x4c,0x06,0xdb,0x10, +0x1b,0xe7,0x00,0x04,0xc6,0xc4,0x00,0x00,0x05,0xd5,0xc8,0x07,0x11,0x20,0xe3,0x00, +0x30,0x1f,0x13,0x8e,0x24,0x01,0xf1,0x00,0x7b,0x1f,0x61,0x0e,0xee,0xec,0x00,0xd5, +0x1f,0x00,0x0f,0x10,0x4c,0x06,0xf4,0x07,0x00,0x12,0x1e,0x07,0x00,0x21,0x9b,0xd4, +0x07,0x00,0x21,0x31,0xc4,0x07,0x00,0x15,0x00,0x07,0x00,0x20,0x01,0x1f,0x07,0x00, +0xe0,0x3f,0xbe,0x4f,0x23,0x7c,0x00,0xc4,0x7c,0x50,0x0f,0x2d,0xc6,0x00,0xc4,0xe4, +0x06,0x14,0x00,0x07,0x00,0x04,0x01,0x00,0x40,0x1e,0x11,0x00,0xe2,0x1e,0x05,0x30, +0xc0,0x98,0x0e,0x9c,0x09,0x50,0xd7,0x0c,0x50,0xe2,0x00,0x67,0x14,0xf0,0x09,0xf6, +0x4f,0x64,0x42,0x00,0x0d,0xd0,0x5f,0xcc,0xfd,0xcc,0x70,0x09,0xfd,0x0c,0x70,0x0e, +0x20,0x00,0x01,0xf8,0xd0,0xb0,0x00,0xa5,0x01,0x90,0x3d,0x01,0x11,0x1e,0x41,0x11, +0x00,0x03,0xd0,0x2c,0x03,0x10,0xf3,0xdc,0x04,0x10,0x0e,0xe1,0x13,0x21,0xd0,0x00, +0x4b,0x00,0x0f,0x0f,0x00,0x03,0x0c,0xff,0x02,0xf0,0x04,0x2f,0x20,0x01,0x47,0xbf, +0x50,0x00,0x09,0xa8,0xce,0xff,0xa6,0x20,0x00,0x02,0xf3,0x44,0x10,0xf1,0xfe,0x03, +0x02,0x9d,0x00,0x20,0x9f,0xe0,0x51,0x01,0xb2,0x00,0x6e,0x5e,0x02,0x22,0x2f,0x32, +0x22,0x01,0x32,0xe6,0x18,0x09,0x12,0x2e,0x1e,0x00,0x12,0x02,0x1e,0x00,0x0d,0x0f, +0x00,0x91,0x04,0x44,0x5f,0x54,0x44,0x00,0x02,0xe0,0xbc,0x5a,0x09,0x51,0x00,0x90, +0x01,0x30,0x23,0xdf,0x09,0x21,0x9a,0x04,0xd9,0x19,0xf1,0x1a,0x0f,0x30,0x0f,0x20, +0x00,0x05,0xe0,0x06,0xd0,0x00,0x99,0x00,0x01,0xec,0x01,0xe4,0x00,0x02,0xf4,0x00, +0xbf,0xc0,0xc9,0x00,0x00,0x06,0xe3,0x1e,0x6c,0x4c,0xde,0xee,0xee,0xe8,0x60,0x14, +0xc0,0x01,0x2f,0x31,0x4e,0xb4,0x01,0x30,0xe0,0x04,0xd0,0xa5,0x01,0x30,0x6b,0x00, +0x5c,0x0f,0x00,0x90,0x0c,0x50,0x06,0xa0,0x00,0x04,0xc0,0x06,0xd0,0xcb,0x02,0xde, +0x4c,0x05,0xf3,0x02,0x2c,0x60,0x00,0x04,0xc0,0xc4,0x00,0xae,0xa0,0x2d,0x05,0xd0, +0x0d,0x40,0x0f,0x1a,0x40,0x00,0x00,0x05,0xe0,0x00,0xf2,0x3e,0x60,0xed,0x02,0xf0, +0x13,0x0f,0x20,0x2b,0x00,0x00,0x5f,0x00,0x00,0xe5,0x35,0x67,0x00,0x1e,0xe4,0xac, +0xef,0xfe,0xca,0x80,0x0c,0xde,0x36,0x43,0xb6,0x00,0x41,0x02,0xd3,0xe0,0x00,0x08, +0x90,0x2f,0x20,0xcb,0x00,0x30,0x6c,0x0c,0x80,0xcb,0x00,0x32,0x02,0xf9,0xc0,0xda, +0x00,0x11,0xd1,0xda,0x00,0xf5,0x0b,0x1b,0xf9,0x00,0x61,0x00,0x2e,0x00,0x6e,0xa4, +0xf1,0x0b,0x40,0x02,0xe2,0xed,0x50,0x0a,0xc2,0xe1,0x00,0x2e,0x04,0x00,0x00,0x0a, +0xfa,0x70,0x00,0x40,0x03,0x50,0x00,0x63,0x08,0x00,0x12,0xb7,0x4a,0x05,0x30,0x3f, +0x0e,0xff,0xbc,0x0c,0xf0,0x02,0x0b,0x80,0x11,0x7b,0x11,0x11,0x00,0x05,0xf4,0x00, +0x0a,0x60,0x00,0x00,0x02,0xef,0x4c,0x43,0x01,0x50,0xf0,0xb9,0xc4,0x00,0x4e,0x33, +0x00,0x40,0x0c,0x40,0x08,0xa1,0x05,0x08,0x10,0xc4,0x0b,0x0d,0x10,0xe0,0xe7,0x06, +0x01,0xcb,0x0c,0x51,0xc4,0x00,0x05,0x13,0xe4,0xf6,0x06,0x31,0x8e,0xe5,0x00,0x2b, +0x02,0x31,0x3e,0x90,0x00,0x1e,0x00,0x27,0x1c,0x40,0xe2,0x00,0x41,0x63,0x00,0x19, +0x00,0x08,0x09,0x21,0x6d,0x00,0x7f,0x0f,0x10,0xa7,0x2a,0x07,0x11,0x42,0x0c,0x02, +0x80,0x4f,0x02,0xe1,0x11,0x11,0xe3,0x00,0xde,0x95,0x01,0x22,0xe3,0x0a,0x07,0x00, +0xa1,0x0c,0x4e,0x02,0xe2,0x22,0x22,0xe3,0x00,0x2e,0x02,0x23,0x00,0x11,0x2e,0x15, +0x00,0x0d,0x07,0x00,0x30,0xfe,0xee,0xee,0x1c,0x00,0x91,0xe3,0x33,0x33,0xc2,0x00, +0x00,0x62,0x00,0x38,0x25,0x02,0x11,0x10,0x8e,0x08,0x21,0x0a,0x90,0x6f,0x0d,0x20, +0x02,0xf1,0x20,0x0b,0xf0,0x0f,0xa0,0x00,0xbe,0x00,0x11,0x11,0x12,0x11,0x00,0x7f, +0xe0,0x04,0x90,0x00,0x7a,0x00,0x2f,0x6e,0x00,0x3d,0x00,0x09,0x80,0x00,0x32,0xe0, +0x00,0xf1,0x00,0xc5,0x3c,0x01,0x40,0x0d,0x40,0x0e,0x20,0x3c,0x01,0x30,0xb6,0x01, +0xf0,0x0f,0x00,0x31,0x08,0x80,0x4c,0x4b,0x01,0xe0,0x67,0x08,0x80,0x00,0x00,0x2e, +0x05,0x55,0x55,0xc8,0x55,0x10,0x02,0xe0,0x56,0x0b,0x10,0xc3,0xd9,0x03,0xf0,0x02, +0x00,0x03,0x82,0x00,0x00,0x5e,0x02,0x58,0xbf,0xe9,0x40,0x00,0x0c,0x71,0xfa,0x74, +0xf1,0x86,0x04,0x11,0x1e,0xb4,0x02,0x30,0xdd,0x01,0xe0,0xff,0x07,0x30,0xaf,0xd0, +0x1e,0x04,0x01,0x21,0x3f,0x6d,0x0f,0x09,0xe0,0x60,0x33,0xd0,0x1e,0x11,0x19,0x81, +0x10,0x00,0x3d,0x01,0xe0,0x00,0x6a,0xe8,0x02,0x10,0x1e,0x29,0x02,0x00,0x0f,0x00, +0x40,0x03,0x1f,0x01,0x20,0x0f,0x00,0xf6,0x03,0xc2,0xc6,0x49,0x00,0x3d,0x03,0xf9, +0xd5,0xa5,0xeb,0x50,0x03,0xd0,0x8b,0x62,0x09,0x08,0xc0,0x3c,0x01,0x41,0x81,0x00, +0x65,0x00,0x2b,0x09,0x20,0x04,0xe0,0xa9,0x08,0x40,0x70,0x00,0x0b,0x40,0xda,0x00, +0xf1,0x00,0xcd,0xdd,0xdd,0xdd,0xd1,0x00,0xce,0x03,0x33,0x3f,0x53,0x33,0x00,0x7f, +0xe0,0x74,0x0a,0x31,0x2f,0x7e,0x00,0xa1,0x0a,0xb0,0x52,0xe0,0x01,0x11,0xf3,0x11, +0x10,0x00,0x2e,0x06,0xff,0xee,0x11,0x22,0x02,0xe0,0xc3,0x0a,0x12,0x2e,0x1e,0x00, +0x05,0x0f,0x00,0x01,0x3c,0x00,0x30,0x10,0x02,0xe3,0x0d,0x07,0x62,0xd4,0x00,0x08, +0x50,0x00,0x88,0xc1,0x05,0x20,0x08,0x80,0x21,0x0d,0x11,0x00,0x0f,0x00,0xf0,0x34, +0x0d,0x83,0x55,0x5a,0xb5,0x55,0x50,0x06,0xf4,0x8c,0xcd,0xff,0xdc,0xcc,0x01,0xef, +0x40,0x00,0x9e,0xea,0x00,0x00,0x8c,0xc4,0x00,0x2e,0x89,0xd3,0x00,0x01,0x1c,0x40, +0x0a,0x68,0x86,0xb0,0x00,0x00,0xc4,0x04,0xe0,0x88,0x0d,0x50,0x00,0x0c,0x42,0xe4, +0x08,0x80,0x4f,0x30,0x00,0xc6,0xe7,0xdd,0xef,0xdd,0x7f,0x10,0x0c,0x44,0x02,0x29, +0xa2,0x20,0x40,0x16,0x02,0x12,0x88,0x1b,0x09,0x22,0x07,0x80,0xd1,0x03,0x11,0x30, +0xf6,0x05,0x21,0x20,0x5e,0x57,0x06,0x30,0xa0,0x0d,0x80,0x95,0x05,0x21,0xf3,0x04, +0x22,0x0e,0x30,0xce,0x01,0xe7,0x1b,0x06,0x30,0xaf,0xe0,0xbc,0x2a,0x06,0xd0,0x2f, +0x5e,0x1c,0x10,0x3f,0xff,0xff,0x30,0x22,0xe0,0x00,0x03,0xe1,0xd2,0x00,0x01,0x39, +0x06,0x00,0xc3,0x00,0x40,0x03,0xfc,0xcc,0xc4,0x0f,0x00,0x62,0x3f,0x44,0x44,0x10, +0x02,0xe0,0x75,0x06,0x07,0x1e,0x00,0x02,0x3b,0x0d,0x0b,0x68,0x03,0x13,0x10,0xba, +0x04,0x02,0x60,0x04,0x10,0xe8,0x9d,0x01,0x41,0xf9,0x00,0x5f,0x10,0x07,0x03,0x20, +0x1e,0xe0,0x8a,0x0c,0xf1,0x15,0x20,0x0a,0xfe,0x0b,0xdc,0xcf,0xcc,0xcf,0x14,0xf5, +0xe0,0xb4,0x00,0xe2,0x00,0xf1,0x04,0x2e,0x0b,0x40,0x0e,0x30,0x0f,0x10,0x02,0xe0, +0xae,0xee,0xfe,0xee,0xe1,0x00,0x2e,0x05,0x60,0x2f,0x62,0x00,0x31,0x1d,0x78,0xa0, +0x71,0x00,0x21,0x1d,0xf7,0x0f,0x00,0xd0,0x3a,0xd6,0xbe,0x95,0x20,0x00,0x2e,0x4c, +0x60,0x00,0x27,0xad,0x60,0xdf,0x0b,0x00,0x44,0x17,0xf1,0x2d,0x7a,0xcf,0xff,0xf5, +0x00,0x1e,0x00,0xc5,0x05,0xb0,0x00,0xd3,0x1e,0x02,0xf2,0x09,0x70,0x00,0xe3,0x1e, +0x0b,0xf1,0x0d,0xca,0x90,0xe3,0x1e,0x4f,0xf1,0x1e,0x67,0xd0,0xe3,0x1e,0x47,0xe1, +0x98,0x05,0xb0,0xe3,0x1e,0x00,0xe3,0xf3,0x09,0x80,0xe3,0x1e,0x00,0xe4,0x8a,0xad, +0x30,0xe3,0x1e,0x00,0xe1,0x00,0xbd,0x00,0x07,0x00,0x80,0xa7,0x00,0x51,0x1e,0x00, +0xe1,0x04,0xd0,0x4d,0x00,0xdc,0xe1,0x4e,0x40,0x00,0x12,0x5e,0x00,0xe1,0xa4,0x00, +0x00,0x6e,0xd7,0xda,0x00,0x30,0x1e,0x00,0xf1,0xd2,0x04,0x40,0x08,0xb0,0x0f,0x10, +0xe1,0x04,0x12,0xe6,0x0f,0x00,0xf0,0x02,0x7f,0x12,0x2f,0x32,0x2f,0x32,0x00,0x1f, +0xc0,0xde,0xff,0xee,0xff,0xe3,0x0c,0xfc,0x00,0x1e,0x00,0x31,0x03,0xe7,0xc0,0x1e, +0x00,0x31,0x01,0x4c,0x00,0x2d,0x00,0x91,0x04,0xc3,0xdd,0xfd,0xdd,0xfd,0xd5,0x00, +0x4c,0x33,0x0f,0x70,0x10,0x04,0xc0,0x00,0xb1,0x01,0xa0,0xc2,0x04,0x10,0xaa,0x94, +0x0b,0xec,0x04,0xc0,0x8d,0x10,0x00,0x0b,0x90,0x00,0x4c,0x1b,0x10,0x00,0x00,0x1c, +0x77,0x00,0x21,0x3c,0x00,0xbd,0x13,0xf2,0x06,0x88,0xcd,0xdd,0xea,0x00,0x1d,0x00, +0xc4,0xc1,0x00,0x3a,0x2a,0x1d,0x02,0xf1,0xc1,0xb1,0x3a,0x2a,0x1d,0x08,0x07,0x00, +0x12,0x1e,0x07,0x00,0x21,0x69,0xd1,0x07,0x00,0x12,0x01,0x07,0x00,0x15,0x00,0x07, +0x00,0x11,0xd0,0x07,0x00,0xf0,0x03,0x91,0xc0,0x28,0x29,0x1d,0x00,0xd1,0x07,0x78, +0x40,0x00,0x1d,0x00,0xd1,0x3d,0x01,0xc4,0x00,0x1c,0x00,0x4c,0x00,0x19,0x0a,0xe8, +0x71,0x00,0xf0,0x41,0xd1,0x00,0x49,0x3e,0x14,0x00,0x00,0x5d,0x48,0xde,0x94,0xe1, +0xe1,0x00,0x0b,0x9c,0x8f,0x20,0x2e,0x07,0x90,0x01,0xf3,0x00,0xe1,0x02,0xf0,0x1c, +0x00,0x9f,0x20,0x0e,0x10,0x1f,0x00,0x00,0x3f,0xf6,0xee,0xff,0xef,0xfe,0xee,0x0b, +0x8e,0x20,0x0e,0x20,0x0f,0x11,0x10,0x40,0xe2,0x00,0xe1,0x01,0xe2,0x97,0x00,0x0e, +0x20,0x4f,0xdf,0x7c,0x7d,0x00,0x00,0xe5,0xfc,0xf5,0x00,0xaf,0x40,0x00,0x0e,0x31, +0x0e,0x10,0x0a,0xc0,0xd2,0x14,0xf6,0x04,0xe1,0x1c,0xde,0x08,0x50,0x0e,0x20,0x1f, +0x4e,0xa0,0xd6,0xb3,0x00,0xe2,0x9f,0xb0,0x40,0x03,0xec,0x71,0x00,0x13,0x72,0x32, +0x08,0x50,0xf2,0xff,0xff,0xff,0xfd,0x58,0x04,0x11,0xf0,0xa0,0x06,0x22,0x2f,0x10, +0x08,0x00,0xf2,0x02,0xce,0x00,0xf0,0x00,0x00,0x4d,0x00,0x08,0xfe,0x00,0xee,0xef, +0xfe,0xed,0x00,0x3f,0x5e,0xbb,0x06,0x23,0x04,0x2e,0xa5,0x0a,0x31,0x2e,0x2f,0xff, +0x81,0x04,0x61,0x2e,0x00,0x01,0xdf,0xe6,0x00,0x6b,0x04,0x30,0x5e,0x5e,0x50,0x7b, +0x03,0xf0,0x01,0xd8,0x0e,0x23,0xe7,0x00,0x00,0x2e,0x4f,0x60,0x0e,0x20,0x2d,0xb0, +0x00,0x2e,0x02,0x38,0x00,0x16,0x30,0x78,0x00,0x33,0x40,0x00,0x22,0xf5,0x03,0x12, +0xd0,0xf5,0x03,0x10,0x0a,0x21,0x07,0x10,0xe1,0xd4,0x0a,0x32,0xe2,0x00,0xcd,0x24, +0x00,0x30,0x9e,0xd0,0x0c,0xe3,0x0a,0x22,0x1e,0x5d,0x0f,0x00,0x12,0x13,0x0f,0x00, +0x23,0x00,0x3d,0xe5,0x05,0x10,0xd0,0xe5,0x0a,0x02,0x75,0x04,0x21,0x00,0xd2,0x75, +0x04,0x91,0x00,0x0d,0x20,0x00,0x3d,0x01,0xe2,0x22,0x22,0x0f,0x00,0xa1,0xcc,0xcc, +0xce,0x20,0x00,0x05,0x00,0x01,0x70,0x00,0x95,0x09,0x12,0x8a,0x52,0x11,0xf0,0x20, +0x1f,0xfe,0xee,0xf3,0x00,0x0e,0x40,0x0c,0xf3,0x00,0x5c,0x00,0x06,0xf2,0x39,0xb2, +0xd2,0x4d,0x20,0x01,0xef,0x2d,0x31,0x04,0xef,0x30,0x00,0xab,0xe2,0xd2,0x49,0xe8, +0xaf,0xa4,0x06,0x1e,0x2d,0xab,0x61,0x45,0x28,0x90,0x00,0xe2,0xd1,0x03,0xab,0xf2, +0x0a,0x30,0x2d,0x14,0xb4,0x95,0x0e,0xd0,0xe2,0xd1,0x02,0x7c,0x80,0x43,0x00,0x0e, +0x2c,0x12,0xc6,0x01,0x8d,0x59,0x01,0x40,0x03,0x7a,0xd6,0x00,0x8e,0x0a,0x20,0xb8, +0x30,0xc4,0x0d,0x31,0x00,0x00,0x45,0x96,0x00,0x02,0x9b,0x03,0x21,0x88,0xaf,0x23, +0x13,0xf0,0x23,0x0e,0x3a,0x50,0x46,0x00,0x09,0x00,0x05,0xf1,0xa5,0x0a,0x60,0x01, +0xe0,0x00,0xef,0x1a,0x50,0xe3,0x33,0x4e,0x30,0x7d,0xf1,0xb5,0x6f,0x3b,0xbb,0xfb, +0x13,0x3e,0x1b,0x5e,0xf0,0x20,0x1e,0x00,0x00,0xe1,0xc6,0x8f,0x0b,0x41,0xe0,0x00, +0x0e,0x1c,0x20,0xf0,0x3c,0x0f,0x00,0xa0,0xe1,0x0f,0x00,0xa3,0xe0,0x00,0x0e,0x3f, +0x00,0xf0,0xa9,0x1a,0x30,0xe6,0xb0,0x0f,0xa7,0x1a,0xe0,0x0e,0x65,0x00,0xe0,0x0a, +0xe9,0x00,0x00,0x03,0x40,0x00,0x55,0x00,0x00,0x46,0x07,0x20,0x05,0xc0,0x67,0x0a, +0xf0,0x10,0x0e,0xee,0xff,0xee,0xe9,0x00,0x0b,0x80,0x09,0x20,0x00,0xa3,0x00,0x06, +0xf4,0x00,0x78,0x00,0x3e,0x00,0x02,0xff,0x40,0x02,0xb0,0x09,0x70,0x00,0x88,0xc4, +0x8e,0x20,0x12,0x32,0x10,0x0c,0x41,0xbe,0x0b,0x21,0xc4,0x00,0x07,0x00,0x60,0x0c, +0x40,0x4f,0xdd,0xdd,0xec,0xd6,0x04,0x10,0xb0,0x45,0x00,0x60,0x0c,0x40,0x4b,0x00, +0x00,0x5c,0x0f,0x00,0x30,0xeb,0xbb,0xbd,0x0f,0x00,0x73,0x4c,0x44,0x44,0x7b,0x00, +0x00,0x03,0xbc,0x0a,0xf0,0x25,0x44,0x44,0x43,0x10,0x2d,0x00,0x7a,0x7c,0xfb,0xb8, +0xb3,0x2d,0x00,0xd4,0x08,0x71,0x30,0xb3,0x2d,0x05,0xf1,0x1d,0x01,0xd1,0xb3,0x2d, +0x0e,0xf1,0xbd,0xbd,0xe8,0xb3,0x2d,0x9c,0xe1,0x66,0x51,0x09,0xb3,0x2d,0x62,0xe1, +0x00,0xc4,0x00,0xb3,0x2d,0x00,0xe1,0x78,0xea,0x85,0x07,0x00,0x60,0x66,0xd9,0x64, +0xb3,0x2d,0x00,0x15,0x00,0xd0,0x82,0x2d,0x00,0xe1,0x02,0xda,0xbb,0x00,0x2d,0x00, +0xe5,0xfc,0x96,0xfa,0x0d,0x10,0xe2,0x36,0x1c,0x15,0xe7,0x0d,0x02,0x11,0x67,0x81, +0x0a,0x50,0x00,0x0e,0x40,0x00,0x6b,0x4a,0x01,0x10,0xd4,0x3b,0x01,0x31,0x90,0x00, +0xc7,0x6f,0x07,0xf0,0x16,0x00,0x8f,0x40,0x6d,0xdf,0xed,0xda,0x00,0x3f,0xf3,0x07, +0x80,0x00,0x04,0xb0,0x07,0x8c,0x30,0x7d,0xbb,0xbb,0xcb,0x00,0x00,0xc3,0x07,0x81, +0x11,0x15,0xb0,0x00,0x0c,0x30,0x7d,0x99,0x99,0xbb,0x0f,0x00,0x30,0x92,0x22,0x26, +0x0f,0x00,0x40,0x78,0x11,0x11,0x5b,0x0f,0x00,0x31,0xdb,0xbb,0xbc,0x0f,0x00,0x01, +0x02,0x1c,0x20,0xc3,0xef,0x53,0x00,0x60,0x10,0x00,0x00,0x33,0x00,0x07,0x71,0x00, +0xf0,0x01,0xd5,0x00,0x0d,0x30,0x00,0x00,0x06,0xc2,0xee,0xef,0xfe,0xeb,0x00,0x0e, +0x42,0xd0,0x0f,0x04,0x80,0x8e,0x02,0xd0,0x00,0x00,0x5c,0x04,0xfe,0x77,0x07,0xf1, +0x0b,0xeb,0x1f,0x8e,0x03,0xd1,0x11,0x11,0x11,0x06,0x2e,0x03,0xce,0xcf,0xcf,0xcf, +0x00,0x2e,0x05,0xbc,0x0c,0x0c,0x0e,0x00,0x2e,0x06,0xac,0x07,0x00,0x91,0x09,0x7f, +0xef,0xef,0xef,0x00,0x2e,0x0c,0x4c,0x0e,0x00,0x21,0x2f,0x1c,0x07,0x00,0x91,0x39, +0x0c,0x0c,0x0b,0xba,0x00,0x06,0x40,0x00,0x2b,0x17,0xf0,0x1f,0xe6,0x66,0x68,0xf7, +0x66,0x61,0x00,0x5d,0x48,0x88,0x88,0x88,0x88,0x10,0x0c,0x60,0x4a,0xaa,0xaa,0xa9, +0x00,0x05,0xf3,0x06,0xc2,0x22,0x24,0xe0,0x01,0xef,0x30,0x6c,0x22,0x22,0x4e,0x00, +0x8d,0xd3,0x04,0xaa,0xaa,0xaa,0x90,0x02,0x1c,0x36,0x25,0x00,0xf0,0x08,0x81,0x00, +0xc3,0xc6,0x33,0x33,0x33,0x3e,0x20,0x0c,0x39,0x8d,0xdd,0xdd,0xda,0xa1,0x00,0xc3, +0x00,0x11,0x3e,0x11,0x00,0xac,0x24,0x01,0x28,0x13,0x12,0xc3,0xfc,0x05,0x50,0x0c, +0x30,0x07,0xfe,0x90,0x02,0x08,0xc0,0x14,0x30,0x7a,0x00,0x70,0x00,0x03,0xe0,0x6e, +0x07,0xa0,0x8c,0xd9,0x02,0xf0,0x00,0xb5,0x7a,0x1d,0x10,0x00,0x0f,0x47,0xef,0xef, +0xfe,0xfe,0xb0,0x08,0xf2,0x79,0x1c,0x10,0xb0,0x02,0xff,0x27,0x91,0x11,0x11,0x15, +0xb0,0x9b,0xe2,0x03,0x52,0x01,0x23,0x02,0x1e,0x76,0x0a,0x21,0xe2,0xdf,0x0f,0x01, +0x60,0x0e,0x21,0x12,0xe7,0x12,0x41,0x34,0x06,0xf0,0x0c,0x9b,0x00,0x4e,0x10,0x00, +0x0e,0x20,0x5e,0x10,0x01,0xac,0x00,0x00,0xe2,0x3f,0xed,0xef,0xec,0xe6,0x00,0x0e, +0x21,0x74,0x31,0x00,0x04,0x90,0x38,0x15,0xf1,0x44,0x08,0x70,0x03,0x00,0x04,0xb7, +0x70,0x00,0x87,0x03,0xd0,0x00,0xa6,0x1e,0x47,0xff,0xff,0xd4,0x00,0x0f,0x20,0x45, +0x00,0x87,0x4c,0x00,0x06,0xf1,0x00,0x02,0x2a,0x9e,0x62,0x00,0xdf,0x6f,0xf1,0xcd, +0xdf,0xdd,0xd3,0x79,0xe1,0x1e,0x10,0x0b,0xb0,0x00,0x02,0x1e,0x10,0xe1,0x1b,0xf4, +0x33,0x20,0x00,0xe1,0x0e,0x3d,0xfd,0xbb,0xda,0x00,0x0e,0x10,0xe1,0x59,0x60,0x05, +0xa0,0x00,0xe1,0x0e,0x10,0x8e,0xdd,0xea,0x00,0x0e,0x10,0xfa,0xa8,0x0f,0x00,0x40, +0x4f,0x70,0x8e,0xcc,0x0f,0x00,0x91,0x20,0x08,0x71,0x16,0x90,0x00,0x05,0x50,0x29, +0x9e,0x00,0x40,0xd6,0x0b,0xea,0xa9,0xf2,0x1d,0xf0,0x19,0x05,0xc2,0x29,0xb0,0x00, +0x00,0x0b,0x94,0xf5,0x23,0xf5,0x22,0x00,0x04,0xf7,0xef,0xba,0xcd,0xaa,0xf1,0x01, +0xef,0x41,0xe1,0x09,0x50,0x0e,0x10,0x8c,0xc4,0x0c,0xdf,0xed,0xdd,0xd1,0x02,0x1c, +0x40,0x18,0xe9,0x7b,0x03,0xf0,0x05,0xc4,0x7d,0x71,0xe5,0x4d,0x90,0x00,0x0c,0x41, +0x05,0xc5,0xfa,0xd0,0x00,0x00,0xc4,0x6d,0x81,0x9f,0x3a,0xaf,0x07,0xfa,0x02,0x15, +0xc5,0xb5,0x3e,0x30,0x00,0xc4,0x7d,0xa2,0x0e,0x30,0x4d,0x00,0x0c,0x44,0x10,0x9f, +0x9e,0x0a,0x16,0x25,0x52,0x11,0x00,0xe1,0x11,0x71,0x1a,0x81,0x11,0x11,0x00,0xef, +0xff,0x18,0x0a,0x00,0x73,0x1e,0x20,0x04,0x10,0xd3,0x04,0xf0,0x0c,0x50,0x00,0x8d, +0x20,0x00,0x00,0x1d,0x70,0x00,0x01,0x9e,0x30,0x00,0x0e,0xfd,0xef,0xff,0xfe,0xdf, +0x20,0x00,0x54,0x3e,0x50,0x6c,0x00,0x84,0x1c,0x12,0x02,0x82,0x14,0x30,0x6e,0x00, +0x6c,0x31,0x03,0xf7,0x07,0x1e,0x70,0x06,0xc0,0x00,0xc4,0x00,0x4d,0xb0,0x00,0x6d, +0x10,0x1f,0x20,0xce,0x80,0x00,0x02,0xef,0xff,0xa0,0x02,0x09,0x0e,0x01,0x6f,0x0e, +0x30,0x40,0x01,0xf0,0x0d,0x19,0x31,0x4e,0x10,0x1f,0x1e,0x22,0x40,0x9a,0x01,0xf0, +0x07,0x8f,0x0d,0x45,0xc1,0x1f,0x00,0xd2,0x70,0x12,0x02,0x78,0x0f,0x10,0xfe,0xd7, +0x13,0x22,0x06,0xb0,0x44,0x0e,0x11,0x6b,0x3b,0x12,0x12,0xe0,0x0f,0x00,0x21,0xa9, +0x00,0x0f,0x00,0x60,0x4f,0x20,0x06,0xb0,0x00,0x20,0xe2,0x1a,0x60,0x5c,0x10,0x2f, +0x10,0xde,0x50,0x71,0x00,0x1c,0x90,0x71,0x00,0x03,0xe9,0x0f,0x14,0x0e,0xcb,0x0f, +0x03,0xb4,0x14,0xd2,0x02,0x22,0x3f,0x22,0x22,0x00,0x00,0x03,0xfd,0xdd,0xdd,0xdd, +0xf5,0xed,0x06,0x30,0x0c,0x50,0x00,0xbf,0x1a,0x00,0x36,0x0a,0x11,0x3f,0xb9,0x17, +0x00,0x06,0x10,0x21,0x08,0xa0,0x85,0x24,0x40,0x00,0x79,0x00,0x01,0x08,0x01,0xfb, +0x02,0x07,0x90,0x00,0xb4,0x01,0x6e,0xa0,0x00,0x7b,0x10,0x1e,0x21,0xfc,0x60,0x00, +0x03,0xef,0xc6,0x11,0x01,0xd2,0x12,0x13,0xd1,0x86,0x13,0x03,0x08,0x00,0x13,0x0b, +0x23,0x00,0x22,0x4f,0x50,0x7f,0x0f,0x22,0xfd,0x00,0xeb,0x01,0x12,0xd7,0x16,0x00, +0x31,0x14,0xe1,0x00,0xa6,0x23,0x20,0x0c,0x90,0x3c,0x00,0x30,0xf1,0x00,0x4f,0xc6, +0x09,0x10,0xf7,0x11,0x1e,0xa0,0x00,0x02,0xea,0x00,0x00,0x00,0xdb,0x00,0x06,0xfb, +0xb1,0x00,0x31,0xdd,0x21,0xc7,0x21,0x01,0x17,0xa1,0x6b,0x00,0x22,0x08,0x20,0x87, +0x13,0x12,0xf8,0x27,0x0e,0x21,0xe3,0xd9,0x0e,0x00,0xe0,0xe2,0x01,0xda,0x00,0x00, +0x00,0x1b,0xd2,0x00,0x01,0xbd,0x30,0x00,0x7e,0x30,0x00,0x40,0x8f,0x90,0x2c,0x4e, +0xd3,0x00,0x10,0x5c,0xb8,0x0b,0x03,0xf8,0x10,0x02,0xf7,0x0d,0x51,0xde,0xef,0xff, +0xee,0xe2,0x0f,0x00,0x03,0x20,0x03,0x04,0x1e,0x00,0x10,0x20,0xa7,0x04,0x01,0x34, +0x01,0x10,0xe0,0x1e,0x43,0x20,0x0c,0x30,0x64,0x09,0x42,0x70,0x00,0x7c,0x00,0xdd, +0x26,0x21,0xc8,0x00,0x00,0x26,0x00,0x81,0x1c,0x80,0xcb,0x00,0x38,0x00,0x07,0xf3, +0x00,0xcd,0xf2,0x20,0x61,0x09,0xf2,0x05,0x10,0x05,0xf2,0x12,0x06,0x60,0x00,0xd8, +0x00,0x11,0x00,0x00,0x9d,0x1c,0x21,0x08,0xd0,0xad,0x01,0x01,0x8a,0x24,0xf2,0x02, +0x2e,0x61,0x23,0x45,0x8f,0x50,0x00,0x0d,0xff,0xff,0xed,0xba,0xae,0x10,0x00,0x33, +0x10,0x34,0x27,0x01,0xda,0x00,0x40,0x00,0x00,0x02,0x20,0xa7,0x04,0x01,0x16,0x10, +0x21,0x0d,0x60,0x1a,0x19,0x00,0x62,0x02,0x85,0x12,0x25,0x72,0x23,0xf5,0x22,0x10, +0x08,0x67,0x18,0x0a,0x01,0x00,0x03,0x9d,0x11,0x01,0xad,0x00,0x1f,0x70,0xb3,0x12, +0x04,0x13,0x1e,0x33,0x12,0x00,0x4c,0x1a,0x02,0x77,0x18,0x02,0x36,0x10,0x12,0x5c, +0xa3,0x27,0xf5,0x00,0x00,0xc7,0x00,0x04,0xe1,0x00,0x00,0x02,0x26,0x92,0x22,0xc8, +0x22,0x00,0x00,0xe7,0x14,0x23,0x00,0xf2,0x4a,0x02,0x00,0x32,0x00,0xc1,0xbc,0xcc, +0xcd,0xfd,0xcc,0xcc,0xc0,0x04,0x44,0x44,0xaf,0xc4,0xc2,0x12,0x31,0x0d,0x9e,0x40, +0xe0,0x01,0x30,0xd0,0x5f,0x30,0x3b,0x11,0xe1,0xd1,0x00,0x7f,0x70,0x00,0x05,0xcf, +0x80,0x00,0x00,0x4e,0xe8,0x10,0xa8,0x63,0x18,0x71,0xa0,0x00,0x05,0xb0,0x00,0x00, +0xb5,0x6f,0x3b,0x30,0x00,0x0b,0x50,0x1d,0x1b,0x10,0xff,0x71,0x27,0x71,0x11,0x6b, +0x11,0x11,0x1c,0x61,0x10,0x1e,0x00,0x10,0xc5,0x61,0x0f,0x20,0xee,0xee,0x64,0x1b, +0x04,0x2d,0x00,0x07,0x0f,0x00,0x24,0xc5,0x00,0x2d,0x00,0x32,0x1f,0xff,0xff,0xc9, +0x05,0x40,0x03,0x91,0x01,0x83,0xbb,0x00,0x80,0xe6,0x00,0x06,0xcd,0x60,0x00,0xeb, +0x50,0x47,0x10,0x06,0x86,0x02,0x00,0x1d,0x13,0x21,0xef,0x10,0x6d,0x0f,0x00,0xcc, +0x01,0x00,0xc3,0x19,0x17,0xdf,0x0f,0x00,0xb0,0xcb,0xbb,0xbb,0xcf,0x10,0x00,0x00, +0xe4,0x11,0x11,0x12,0x0f,0x00,0xf0,0x01,0x42,0x22,0x22,0x3f,0x10,0x00,0x00,0xec, +0xbb,0xbb,0xbb,0xf1,0x00,0x01,0x1e,0x41,0xe9,0x15,0x12,0x02,0x69,0x00,0x10,0xf3, +0xcb,0x11,0xd0,0x09,0x92,0x00,0x00,0x06,0xea,0x10,0x00,0x18,0xea,0x10,0x1e,0xb4, +0xa4,0x01,0x35,0xae,0x10,0x10,0x72,0x0b,0x12,0x20,0x12,0x11,0x10,0xd2,0x53,0x0e, +0x02,0x1c,0x16,0xf5,0x01,0xb0,0x00,0x1f,0x11,0xe3,0x1a,0x71,0x6c,0x00,0x01,0xf0, +0x0d,0x20,0xa6,0x05,0xc0,0x0f,0x00,0x12,0xff,0x5f,0x16,0x10,0x1f,0x2d,0x00,0x14, +0x5c,0x1e,0x00,0x94,0x01,0x4f,0x22,0xe5,0x2b,0x82,0x7c,0x20,0x8d,0x49,0x14,0x40, +0x08,0x60,0x01,0xb5,0x4a,0x01,0x80,0xc2,0x00,0x04,0xdc,0x30,0x02,0xdd,0x60,0x85, +0x12,0x24,0x70,0x03,0xad,0x01,0x31,0x06,0x60,0x00,0x60,0x06,0x20,0x2e,0x60,0x18, +0x22,0xd0,0x09,0xbb,0xdd,0xbb,0xbe,0xeb,0xba,0x00,0x33,0x33,0xc8,0x3a,0xa3,0xe8, +0x13,0x21,0x0a,0x60,0x88,0x0c,0x00,0x20,0x0a,0x10,0xfa,0x96,0x01,0x60,0x60,0x98, +0x07,0xa0,0x01,0xee,0x0f,0x00,0x21,0xff,0xe2,0x1e,0x00,0x90,0x06,0xa0,0x00,0x0d, +0xdd,0xfe,0xdf,0xfd,0xea,0xb4,0x2b,0xf1,0x0a,0x60,0x9e,0xb1,0x00,0x00,0x02,0xd8, +0xb6,0x08,0x88,0xd3,0x00,0x19,0xe6,0x0a,0x60,0x88,0x05,0xeb,0x10,0x81,0x00,0xa6, +0x08,0x80,0x33,0x09,0x13,0xd4,0xbb,0x0f,0x22,0x00,0x00,0x0d,0x00,0x11,0x03,0xc0, +0x00,0x90,0xfa,0x3d,0x11,0x11,0xe4,0x11,0x17,0xa3,0xd0,0x3c,0x03,0xc0,0x6a,0x3d, +0x00,0x05,0xf8,0x00,0x06,0xa3,0xd0,0x00,0xc8,0xc9,0x0d,0x00,0xf0,0x04,0x9d,0x01, +0xca,0x06,0xa3,0xd1,0xbd,0x20,0x00,0xda,0x6a,0x3d,0x6a,0x10,0x00,0x01,0x97,0xa3, +0xd0,0x3d,0x00,0x20,0x6a,0x3d,0xbc,0x03,0x11,0x28,0x0d,0x00,0xfc,0x08,0xde,0xd4, +0x00,0x6f,0xff,0xc0,0x9f,0xff,0xe0,0x00,0x06,0xa0,0x4c,0x09,0x70,0x2e,0x00,0x00, +0x6a,0x04,0xc0,0x97,0x02,0x0f,0x00,0xf0,0x23,0x01,0xde,0xfd,0xef,0xdf,0xed,0xef, +0xd7,0x03,0x9a,0x36,0xd3,0xc8,0x35,0xf3,0x10,0x09,0x60,0x4c,0x0c,0x40,0x2e,0x00, +0x00,0xb4,0x04,0xc0,0xe2,0x02,0xe0,0x00,0x0e,0x20,0x4c,0x0f,0x00,0x2e,0x00,0x03, +0xe0,0x04,0xc5,0xc0,0x02,0xe0,0x00,0x99,0x00,0x4c,0xb7,0x7b,0x0a,0x73,0x10,0xff, +0x8d,0x10,0xef,0xa0,0x00,0xbe,0x1d,0x02,0xc9,0x05,0xa1,0xde,0x30,0x75,0x00,0x00, +0x00,0x5d,0xd2,0x0d,0x50,0x63,0x12,0x11,0xfe,0x43,0x0a,0x11,0x4e,0x2f,0x03,0x12, +0x07,0x2b,0x00,0x01,0xc6,0x1c,0x03,0x78,0x15,0x10,0x01,0x19,0x00,0x20,0xf2,0x0b, +0x0d,0x0b,0x12,0x2f,0xc9,0x04,0x22,0xd0,0x00,0x6e,0x05,0x00,0x24,0x1d,0x24,0xfd, +0x10,0x61,0x10,0x02,0xfa,0x16,0x21,0x0c,0x80,0x07,0x00,0x21,0x02,0xf4,0x07,0x00, +0xd0,0x00,0x7e,0x04,0x44,0x6f,0x44,0x44,0x00,0x08,0x0f,0xcc,0xcf,0xcc,0xb7,0x11, +0x44,0x00,0x2f,0x00,0x1f,0x07,0x00,0x12,0x01,0x07,0x00,0xf1,0x07,0x0d,0x3f,0xee, +0xef,0xee,0xef,0x00,0x5c,0x0f,0x11,0x3f,0x11,0x3f,0x00,0xd5,0x07,0x00,0x2f,0x00, +0x05,0x07,0xd0,0x3f,0x00,0x10,0x0e,0xec,0x23,0x05,0x5b,0x00,0x00,0x86,0x15,0x91, +0x02,0x30,0x00,0x00,0xa4,0x00,0x08,0xa0,0x6d,0x3b,0x11,0x10,0xe3,0x02,0x08,0xd0, +0x0b,0x80,0x6f,0xfe,0xef,0xee,0xe2,0x00,0x39,0x1e,0xc0,0x02,0xf0,0xe2,0x01,0x11, +0xdc,0xe2,0x05,0x22,0x05,0xc5,0xbf,0x0b,0x21,0x01,0x4c,0x3c,0x00,0x50,0x0d,0x14, +0xc0,0x01,0xf0,0x9c,0x14,0x81,0x4f,0xee,0xff,0xee,0xc0,0x00,0xd6,0x04,0x2d,0x00, +0x50,0x4f,0x00,0x4c,0x00,0x1f,0xb5,0x00,0x11,0x04,0x26,0x04,0x32,0x21,0x00,0x4c, +0x35,0x04,0x15,0x00,0x0a,0x04,0x22,0x0e,0x67,0x5d,0x0b,0x40,0xf0,0xd5,0x00,0xb6, +0x00,0x05,0x51,0x03,0x60,0x03,0xe0,0xcf,0x33,0x06,0x60,0x0b,0x2c,0x30,0x00,0x0d, +0x10,0x19,0x06,0x41,0xdd,0xda,0xc2,0x48,0x95,0x08,0xf7,0x28,0x0a,0x3a,0x50,0x00, +0x00,0xd2,0xee,0xe9,0x95,0xe1,0x00,0x0c,0x2e,0x1e,0x02,0xa7,0xca,0x00,0x02,0xd0, +0xf0,0xe0,0x2a,0x4f,0x20,0x00,0x97,0x1e,0x0f,0xde,0xa8,0xe0,0x30,0x1f,0x15,0xa0, +0xe0,0x06,0xde,0x29,0x26,0xa0,0xc5,0x01,0x07,0xd1,0x8a,0xc0,0x00,0x1c,0x00,0x01, +0xa1,0x01,0xc9,0x91,0x04,0x10,0xf2,0xb9,0x04,0x00,0x66,0x05,0x70,0x20,0x09,0x80, +0x00,0xf2,0x00,0x4e,0xd7,0x1a,0x33,0x20,0x04,0xe0,0x0d,0x00,0x72,0x99,0x22,0x2f, +0x42,0x26,0xe0,0x09,0x06,0x07,0x10,0x30,0x27,0x00,0x20,0x21,0x4e,0x34,0x00,0x30, +0x0a,0x74,0xe0,0x0d,0x00,0x19,0xa7,0x0d,0x00,0x02,0x4c,0x1b,0x11,0x70,0xda,0x04, +0x16,0xb7,0xc2,0x05,0x21,0xf1,0x00,0x03,0x1e,0x54,0xf3,0x22,0x22,0x00,0x0d,0xfc, +0x06,0x08,0x1c,0x00,0x03,0xec,0x07,0x11,0x22,0x23,0x00,0xec,0x20,0x08,0x40,0x00, +0xf1,0x00,0x48,0x00,0x0b,0x60,0x00,0xf1,0x00,0x6b,0x07,0x00,0x02,0xb5,0x04,0x01, +0x88,0x1c,0x17,0x7b,0x2d,0x2c,0x02,0x3a,0x02,0xf0,0x31,0x04,0xd7,0x00,0x04,0x10, +0x00,0x0a,0xd3,0x00,0x51,0xd4,0x81,0x02,0xe0,0x09,0x3d,0x3d,0x36,0xd1,0x2e,0x06, +0xb0,0xd3,0xd3,0x07,0x73,0xf6,0xc0,0x0d,0x3d,0x30,0x04,0xdf,0xd7,0x00,0xd3,0xd3, +0x2b,0xb5,0xe1,0xd6,0x0d,0x3d,0x6e,0x60,0x2e,0x01,0xd4,0xd3,0xd4,0x10,0x8a,0xd0, +0x02,0x1d,0x3d,0x30,0x05,0x62,0x00,0x00,0xd3,0xde,0xee,0xb0,0x04,0x20,0x31,0x11, +0x01,0x00,0x00,0x4d,0x2f,0x01,0x5a,0x15,0x00,0x9d,0x0e,0x21,0xa8,0x00,0x5d,0x02, +0x01,0x07,0x2c,0x11,0xac,0xd8,0x0f,0x31,0x00,0x7f,0x20,0xe1,0x19,0x20,0x7f,0x50, +0x05,0x04,0x30,0xa0,0x1e,0x9f,0x97,0x00,0x82,0x4c,0x10,0x00,0x22,0x7d,0x22,0x23, +0xf0,0x14,0x1a,0x01,0x3d,0x02,0x21,0xe5,0x00,0xa7,0x1b,0x10,0x6e,0xbd,0x0d,0x00, +0x43,0x2a,0x01,0x18,0x2f,0xc7,0x7f,0x70,0x01,0x11,0xb9,0x00,0x00,0xbc,0x30,0x00, +0x7f,0xfd,0x80,0x14,0x11,0xc4,0x3e,0x06,0x40,0x00,0xc4,0x00,0xef,0x0e,0x19,0x10, +0xc4,0x9c,0x16,0xf0,0x07,0x5c,0x00,0xc9,0xad,0x20,0x98,0x00,0x5b,0x9f,0xfb,0x62, +0x00,0x97,0x00,0x6b,0x10,0xc4,0x00,0x00,0xb6,0x00,0x7a,0x1c,0x00,0x10,0xe3,0x07, +0x00,0x00,0x40,0x08,0xf0,0x04,0x89,0x00,0xc5,0x6c,0x46,0xc0,0x00,0x98,0x01,0xff, +0xb4,0x0e,0x50,0x00,0xb7,0x03,0xb3,0x00,0x7d,0x58,0x0b,0x60,0x00,0x07,0xf3,0x01, +0x14,0xf2,0x00,0x20,0x39,0x09,0xff,0x90,0x7f,0x06,0x30,0x2e,0x0f,0xff,0xb2,0x23, +0x80,0x2e,0x01,0x1c,0x61,0x11,0x02,0xe0,0x2e,0x14,0x17,0x00,0x07,0x00,0x30,0x5f, +0xaa,0xa9,0x07,0x00,0xf0,0x09,0xb9,0x66,0x8d,0x02,0xe0,0x2e,0x05,0xe0,0x00,0x69, +0x02,0xe0,0x2e,0x0d,0x74,0x00,0xb6,0x02,0xe0,0x2e,0x06,0x1d,0xa3,0xf1,0x1c,0x00, +0x31,0x00,0xbf,0x80,0x07,0x00,0x81,0x6f,0x10,0x01,0x50,0x2e,0x00,0x04,0xf4,0x68, +0x0e,0x10,0x8f,0x9b,0x08,0x30,0x4e,0x08,0xc2,0x9a,0x06,0x06,0x10,0x07,0x03,0xcf, +0x02,0x11,0xc6,0xc3,0x08,0xf0,0x17,0x03,0xfc,0x00,0x01,0x30,0xc5,0x00,0x0c,0x6b, +0xa0,0x03,0xc0,0xc5,0x00,0x8c,0x01,0xd7,0x03,0xc0,0xc5,0x06,0xf2,0x00,0x3f,0x43, +0xc0,0xc5,0x4f,0x40,0x00,0x08,0xa3,0xc0,0xc5,0x14,0xef,0xee,0xf6,0x1c,0x00,0x32, +0xe2,0x00,0xc4,0x07,0x00,0x11,0xd3,0x07,0x00,0x21,0x23,0xf1,0x07,0x00,0x70,0x7c, +0x70,0x02,0x60,0xc5,0x00,0xe2,0xaa,0x23,0x50,0xc5,0x00,0xe4,0x00,0x0c,0x07,0x00, +0x62,0x8f,0xff,0xfd,0x10,0xce,0xf2,0xae,0x1a,0x05,0x92,0x19,0xf0,0x0c,0x2e,0x10, +0x35,0x55,0x55,0x54,0x00,0x08,0x40,0x8b,0xcf,0xbb,0xcd,0x0f,0xff,0xfd,0x00,0x4d, +0x00,0x4d,0x01,0x11,0xb7,0x00,0x5b,0x00,0x4c,0xe0,0x0e,0xfa,0x2c,0x6a,0x00,0x5c, +0x00,0x0e,0x59,0x60,0x89,0x00,0x5b,0x00,0xbf,0xea,0x00,0xb5,0x00,0x6a,0x0b,0xbf, +0xac,0x00,0xe2,0x00,0x7a,0x1b,0x0f,0x2a,0x34,0xe0,0x00,0x89,0x00,0x0f,0x20,0x0b, +0x80,0x00,0x97,0x00,0x0f,0x20,0x4f,0x10,0x00,0xc5,0x00,0x0f,0x23,0xf7,0x02,0x23, +0xf2,0x00,0x0f,0x26,0x90,0x08,0xed,0x80,0xc1,0x07,0xdf,0x05,0xff,0xe0,0xff,0xf3, +0x00,0x1e,0x05,0x90,0xe0,0xe0,0xb3,0x59,0x07,0x00,0x03,0xf2,0x29,0x3e,0xed,0xfd, +0xfc,0xfd,0x59,0x1e,0x17,0xa3,0xf4,0xe3,0xc6,0x59,0x1e,0x05,0x80,0xe1,0xd0,0xb3, +0x59,0x1e,0x06,0x70,0xe1,0xc0,0xb3,0x59,0x1e,0x07,0x60,0xe2,0xb0,0xb3,0x24,0x1e, +0x0a,0x50,0xe6,0x90,0xb3,0x00,0x1e,0x0e,0x10,0xe9,0x60,0xb3,0x00,0x1e,0x2b,0x3f, +0xac,0x2e,0xd1,0x0a,0xdb,0x35,0x05,0x06,0x16,0x02,0xf1,0x06,0x27,0xd6,0x00,0x00, +0x3d,0x06,0xae,0xfd,0x71,0x00,0x00,0x3d,0x09,0x74,0xf1,0x00,0x0d,0x30,0x3d,0x00, +0x00,0x07,0x00,0xe0,0x03,0x33,0xf5,0x33,0x0d,0x30,0x3d,0x1c,0xcd,0xfd,0xcc,0x2d, +0x30,0x3d,0xb6,0x18,0x00,0x1c,0x00,0x30,0x1e,0xfd,0x70,0x07,0x00,0xf1,0x06,0x97, +0xf3,0xd7,0x0d,0x30,0x3d,0x04,0xe0,0xf1,0x29,0x0d,0x30,0x3d,0x2e,0x40,0xf1,0x00, +0x03,0x00,0x3d,0x17,0x6b,0x03,0x11,0x3d,0x72,0x03,0x30,0x22,0x6d,0x00,0x9b,0x11, +0x23,0xff,0xd6,0xf0,0x1a,0x11,0x0c,0x64,0x08,0x75,0xe3,0x0c,0x30,0x00,0xe2,0x0e, +0x20,0x07,0x00,0x20,0x41,0x11,0x07,0x00,0x00,0x1c,0x00,0xf0,0x06,0x0e,0x20,0xe3, +0x00,0x07,0x30,0x00,0x0e,0x20,0xe3,0x26,0x6e,0x86,0x62,0x0e,0x20,0xe3,0x39,0x9f, +0x99,0xe6,0x15,0x00,0x30,0x2f,0x00,0xc5,0x07,0x00,0x80,0x7b,0x00,0xd4,0x04,0x00, +0xe3,0x00,0xc5,0xdc,0x07,0x21,0xe3,0x09,0xe7,0x04,0x82,0xe3,0x6c,0x11,0xff,0x80, +0x01,0xff,0xd0,0x18,0x09,0x04,0x4e,0x22,0x11,0x0e,0x9a,0x07,0xc0,0x4d,0x00,0x0c, +0x60,0x30,0x05,0xb0,0x4d,0x00,0x4c,0x01,0xe3,0x07,0x00,0xf6,0x17,0xd4,0x23,0x9d, +0x05,0xb0,0x4d,0x07,0xff,0xdc,0xac,0x75,0xb0,0x4d,0x01,0x10,0x43,0x02,0x25,0xb0, +0x4d,0x00,0x00,0x97,0x00,0x05,0xb0,0x4d,0x06,0xbb,0xed,0xbb,0x55,0xb0,0x4d,0x02, +0x44,0xba,0x44,0x15,0x00,0x90,0x00,0x00,0x99,0x69,0x70,0x00,0x4d,0x08,0xbe,0xc7, +0x0e,0x30,0x5c,0x07,0x52,0x04,0x04,0x15,0xe7,0x5d,0x4d,0x10,0xa6,0x61,0x1d,0xf0, +0x07,0x01,0xf0,0xa6,0x00,0x00,0x20,0x2e,0x05,0xe6,0xca,0x66,0x20,0xe1,0x2e,0x0c, +0xb9,0xdc,0x99,0x40,0xe1,0x2e,0x2e,0x39,0x19,0xf4,0x13,0xe1,0x2e,0x3d,0xcc,0xee, +0xcc,0xc0,0xe1,0x2e,0x03,0x33,0xb8,0x33,0x30,0xe1,0x2e,0x02,0x44,0xb9,0x44,0x20, +0xe1,0x2e,0x09,0xdb,0xed,0xbd,0x80,0xe1,0x2e,0x09,0x60,0xa6,0x07,0x07,0x00,0x10, +0x00,0x07,0x00,0xb1,0x08,0x80,0x00,0x2e,0x08,0x60,0xa6,0xce,0x40,0x12,0x5e,0x78, +0x19,0x2a,0x5f,0xe8,0x0d,0x02,0x00,0x50,0x08,0xe0,0xd0,0x00,0x1e,0x01,0xe0,0x00, +0x02,0xd0,0xd1,0x1e,0x01,0xe2,0x22,0x24,0x07,0x00,0xf1,0x15,0xfc,0xcc,0xcc,0xa0, +0xd1,0x1e,0x01,0xe0,0x03,0x90,0x00,0xd1,0x1e,0x02,0xd3,0x47,0xc4,0x40,0xd1,0x1e, +0x02,0xcb,0xcc,0xeb,0xd0,0xd1,0x1e,0x03,0xbb,0x24,0xb0,0xd0,0xd1,0x1e,0x04,0xab, +0x07,0x00,0xf0,0x07,0x07,0x8b,0x24,0xb0,0xd0,0x50,0x1e,0x0a,0x5b,0x24,0xb4,0xd0, +0x00,0x1e,0x1e,0x09,0x24,0xb9,0x50,0x01,0x3e,0x05,0x33,0x34,0x25,0x6f,0xe8,0x48, +0x1a,0x12,0x20,0xe3,0x02,0x11,0x6d,0x23,0x13,0x73,0x00,0x01,0xc7,0x00,0x05,0xe1, +0x00,0x1b,0x09,0x03,0x16,0x0a,0xf1,0x0c,0x30,0x00,0x3f,0xee,0xef,0x30,0xd1,0x0e, +0x20,0x03,0xd0,0x00,0xd3,0x0e,0x10,0xe2,0x00,0x3f,0x99,0x9e,0x30,0xe1,0x0e,0x20, +0x03,0xe3,0x33,0x0f,0x00,0x31,0x3e,0x33,0x3d,0x0f,0x00,0x30,0xf9,0x99,0xe3,0x0f, +0x00,0x52,0x3d,0x00,0x0d,0x30,0x20,0x2d,0x00,0x00,0xbf,0x05,0x5c,0x3d,0x08,0xfd, +0x10,0x0f,0x82,0x1d,0x21,0x2e,0x1f,0x5f,0x00,0x11,0x2e,0x0d,0x00,0xd0,0xb2,0x2e, +0x02,0xee,0xee,0xee,0x40,0xd2,0x2e,0x02,0xd0,0x00,0x0c,0x07,0x00,0x11,0xe0,0x07, +0x00,0x72,0x01,0xdd,0xdd,0xdd,0x30,0xd2,0x2e,0x7c,0x09,0xd1,0x2e,0x0a,0xed,0xef, +0xdd,0xe0,0xd2,0x2e,0x0a,0x50,0x69,0x02,0xe0,0x0e,0x00,0x32,0xde,0xe0,0x61,0x0e, +0x00,0xfa,0x02,0x00,0x2e,0x0a,0xec,0xee,0xcd,0xe0,0x00,0x4e,0x0a,0x60,0x00,0x02, +0xc0,0x7f,0xf8,0x00,0x1a,0x0d,0x60,0x22,0x22,0x20,0x01,0xf0,0x00,0xdb,0x20,0x11, +0x40,0x0f,0x00,0x90,0xf3,0x22,0x23,0xf2,0x22,0x20,0x00,0x0f,0x10,0x58,0x05,0x00, +0xaa,0x02,0x40,0x03,0xd0,0x01,0xf0,0xea,0x08,0x30,0x5c,0x00,0x2f,0x0f,0x00,0xf0, +0x0d,0x07,0xa0,0x03,0xe0,0x00,0x0f,0x10,0x10,0xc6,0x00,0x4d,0x00,0x03,0xfc,0xf8, +0x1f,0x10,0x05,0xc0,0x3f,0xea,0x51,0x09,0xb0,0x00,0x6b,0x00,0x30,0xfb,0x2b,0x20, +0x09,0x90,0x11,0x23,0x20,0x01,0x12,0x92,0x1c,0x35,0xe4,0x00,0x7f,0x56,0x32,0x05, +0xe2,0x1d,0x04,0x07,0x00,0xf0,0x08,0x20,0x00,0x4e,0xee,0xec,0x0f,0xff,0xff,0xf5, +0x4d,0x44,0x7d,0x02,0x2f,0x32,0xc5,0x4c,0x00,0x4d,0x00,0x1f,0x00,0xd4,0x07,0x00, +0x30,0x3f,0x00,0xd3,0x07,0x00,0x30,0x5d,0x00,0xe2,0x07,0x00,0x30,0x7a,0x00,0xf1, +0x07,0x00,0x30,0x98,0x00,0xf0,0x07,0x00,0x20,0xe3,0x02,0x07,0x00,0xf0,0x03,0x03, +0xe0,0x05,0xd0,0x4d,0x11,0x5d,0x0c,0x81,0x2b,0xa0,0x4f,0xff,0xfd,0x2e,0x07,0xfd, +0x20,0x1c,0x00,0x02,0x3e,0x0c,0x03,0x57,0x23,0x00,0xa9,0x06,0x00,0x42,0x01,0x43, +0x07,0xee,0xee,0xe3,0x2b,0x16,0x21,0x01,0x4e,0xed,0x07,0x50,0x04,0xcd,0xfc,0xcf, +0x21,0x2c,0x07,0x30,0x5c,0x00,0xf2,0xb8,0x32,0xf0,0x07,0x06,0xa0,0x0f,0x10,0x06, +0xb0,0x43,0x00,0x89,0x00,0xf0,0x00,0xa7,0x06,0xa0,0x0b,0x60,0x1f,0x00,0x0e,0x10, +0x0e,0x6a,0x00,0xf0,0x01,0x05,0xd6,0x9d,0xf5,0x4e,0x00,0x3e,0x00,0xcf,0xb7,0x36, +0x8b,0x80,0x05,0xc0,0x02,0x92,0x2d,0x11,0x10,0x09,0x09,0x37,0xc5,0x0f,0xfe,0xcb, +0x13,0x32,0x85,0x00,0x00,0xdc,0x21,0x02,0x20,0x20,0x11,0xfc,0x6c,0x1a,0x91,0x07, +0xe4,0x44,0x44,0x44,0x5f,0x00,0x06,0xf3,0xf7,0x1c,0x20,0x02,0xf6,0x50,0x01,0x91, +0x2f,0x00,0x02,0x0f,0x10,0x01,0xf0,0x03,0xe0,0x8c,0x29,0x00,0xb3,0x00,0x40,0x0f, +0x87,0x77,0xf0,0x9a,0x06,0x60,0xf9,0x88,0x88,0x22,0xb9,0x00,0xaf,0x29,0x33,0x06, +0xdc,0x20,0xa2,0x07,0x42,0xb3,0x00,0x0f,0x61,0x57,0x00,0x10,0x6d,0x03,0x08,0x42, +0x70,0x00,0x00,0x80,0xf0,0x0d,0x12,0xd0,0xbf,0x01,0x70,0xed,0xdd,0xdd,0xdd,0xd5, +0x00,0xba,0xd5,0x15,0xf0,0x24,0xc6,0x0a,0xe1,0x00,0x05,0x10,0x00,0xb6,0x7f,0xa2, +0x60,0x2d,0x06,0x10,0xb5,0x13,0xd3,0xab,0xb6,0x0c,0x30,0xc5,0x00,0xd2,0x09,0xf2, +0x0c,0x30,0xc4,0x00,0xd2,0x3e,0x7e,0x2c,0x30,0xd4,0x00,0xd5,0xe4,0x05,0x8c,0x30, +0xe3,0x00,0xd3,0x40,0x00,0x1c,0x30,0xf2,0x00,0x02,0x11,0x22,0x31,0xf0,0x33,0x0e, +0x11,0xd0,0x50,0x00,0x2c,0xfe,0x50,0x46,0x06,0x32,0x0b,0x90,0x3e,0x70,0x1f,0x02, +0x42,0x01,0x30,0xb9,0x00,0x3e,0xe0,0x17,0xf1,0x0c,0x4f,0x30,0x03,0xe0,0x03,0xf6, +0x00,0x1e,0xf3,0x00,0x3e,0x01,0xd9,0x00,0x0c,0xbe,0x30,0x03,0xe1,0xdc,0x00,0x02, +0xd1,0xe3,0x00,0x3f,0xdb,0xe1,0x01,0x21,0x05,0xfa,0xda,0x04,0x21,0x19,0xfe,0xe9, +0x01,0x30,0x4d,0xc7,0xe0,0xd3,0x09,0x30,0xe3,0x20,0x3e,0x45,0x0b,0x31,0x0e,0x30, +0x03,0xb0,0x08,0x60,0xe3,0x00,0x3f,0x31,0x14,0xf0,0x0e,0x02,0x52,0xbf,0xff,0xf7, +0x00,0x4f,0x86,0x08,0x12,0x4d,0x7b,0x00,0x30,0x4c,0x04,0x20,0x0a,0x19,0x30,0x4c, +0x06,0xe3,0xed,0x1d,0x60,0x4c,0x00,0x5e,0x40,0xba,0x00,0x48,0x06,0x21,0xfa,0xe0, +0x2b,0x1d,0x20,0x7f,0x80,0x07,0x00,0x30,0x05,0xf8,0xf6,0x07,0x00,0x80,0x6f,0x50, +0x4f,0x50,0x00,0x4c,0x1a,0xe4,0xd5,0x1a,0x62,0x4c,0x09,0x20,0x00,0x00,0x73,0x09, +0x02,0x13,0x00,0x54,0x00,0x16,0xf6,0xa6,0x01,0x30,0x18,0xc0,0x2f,0xfe,0x01,0x20, +0x9f,0xd5,0x24,0x05,0x30,0x9e,0xff,0x70,0xd1,0x02,0x31,0x06,0x40,0xc4,0xc5,0x1f, +0x00,0xba,0x18,0x01,0x37,0x08,0x02,0x0f,0x00,0x80,0x55,0x5d,0x85,0x55,0x6f,0x55, +0x51,0x2c,0xad,0x20,0x30,0xfc,0xcc,0x20,0xae,0x02,0x12,0x2f,0x35,0x10,0x01,0x2d, +0x00,0x12,0x8b,0xa1,0x0a,0x21,0x3f,0x30,0x0f,0x00,0x21,0x5e,0x70,0x0f,0x00,0x22, +0x1d,0x40,0x10,0x20,0x04,0x01,0x00,0x10,0x88,0xbb,0x0a,0x10,0x00,0x6a,0x19,0x22, +0x0c,0x40,0x0f,0x00,0x10,0xc4,0x9f,0x08,0xd0,0x80,0x6c,0xcf,0xdc,0xc5,0x00,0x3f, +0xff,0xf4,0x55,0xe8,0x5c,0x50,0x1e,0x00,0xf0,0x1f,0x0e,0x20,0xb5,0x00,0x00,0x88, +0x05,0xa0,0xf1,0x0c,0xa9,0x00,0x08,0x80,0xa6,0x3e,0x00,0xc6,0xd0,0x00,0x88,0x1e, +0x17,0xa0,0x0d,0x3e,0x20,0x08,0x86,0x90,0xd5,0x00,0xd3,0xb5,0x00,0x88,0x01,0x5d, +0x00,0x0f,0x23,0x10,0x08,0x80,0x1e,0x40,0x8e,0x16,0x30,0x88,0x1d,0x70,0x66,0x36, +0x78,0x08,0x87,0x90,0x0a,0xff,0x60,0x00,0x52,0x16,0x20,0x00,0x32,0x18,0x05,0x11, +0x40,0xf0,0x36,0x30,0x00,0x5d,0x00,0xe9,0x36,0x01,0xb7,0x09,0x10,0xfd,0x52,0x0e, +0x10,0x1f,0x9b,0x15,0xf3,0x06,0x0b,0x73,0x34,0xf3,0x33,0x6d,0x00,0x00,0xbc,0xaa, +0xbf,0xaa,0xac,0xd0,0x00,0x0b,0x50,0x01,0xf0,0x00,0x3d,0x37,0x0f,0x14,0xd0,0x18, +0x11,0xb0,0x1c,0xcc,0xcc,0xcf,0xcc,0xcc,0xcc,0x10,0x33,0x33,0x35,0x79,0x22,0x0e, +0xea,0x25,0x13,0x6b,0x92,0x1e,0x13,0xb0,0x2e,0x27,0x30,0x33,0x33,0x20,0x0f,0x00, +0x37,0xfd,0xdd,0xd9,0x1e,0x00,0x01,0xe9,0x1f,0x04,0x34,0x25,0x06,0x5b,0x27,0x22, +0x5c,0x20,0x57,0x0c,0x31,0xc9,0xf9,0x30,0x0f,0x00,0x50,0x01,0x8e,0xc3,0x00,0x00, +0x85,0x15,0x13,0x06,0x8b,0x0f,0x01,0x1e,0x00,0x01,0x2d,0x00,0x03,0x53,0x22,0x62, +0x3d,0xdd,0xdf,0xed,0xdd,0xdf,0xcf,0x1c,0x22,0x01,0xf0,0x2d,0x17,0x1f,0x1f,0x0f, +0x00,0x09,0x21,0xbd,0xec,0x0f,0x00,0x32,0x02,0x32,0x00,0x1e,0x00,0x12,0x00,0x1e, +0x00,0x01,0x1d,0x26,0x71,0x4c,0x94,0x44,0x44,0x40,0x2c,0xcc,0x01,0x00,0x32,0x20, +0x00,0x34,0xe2,0x27,0x10,0xde,0x7a,0x0e,0x13,0xdc,0xf1,0x0d,0x0b,0x07,0x00,0x02, +0xa8,0x24,0x01,0x5b,0x26,0x05,0x89,0x26,0x03,0x1f,0x25,0x26,0x03,0xf0,0xe9,0x00, +0x01,0x18,0x11,0x16,0x00,0xf6,0x20,0x03,0x8a,0x04,0x03,0x2e,0x25,0x80,0x60,0x1f, +0x11,0x11,0x13,0x11,0x11,0x10,0xa1,0x00,0x12,0xd3,0x50,0x01,0x00,0x80,0x15,0x05, +0x0f,0x00,0x11,0x0e,0x45,0x18,0x70,0x02,0xf0,0x11,0x11,0xd5,0x11,0x11,0x43,0x00, +0x31,0x0d,0x33,0x70,0x42,0x1c,0x50,0xd3,0x0c,0x80,0x00,0x6a,0x2d,0x00,0x42,0x1c, +0x10,0x0a,0x60,0x2d,0x00,0x20,0xf2,0xac,0x6a,0x24,0x22,0xc4,0x19,0x79,0x29,0x23, +0x10,0x00,0x12,0x10,0x51,0x0f,0x20,0x00,0x3a,0x10,0xd6,0x0b,0x01,0x5b,0x1c,0x22, +0x0f,0x1c,0x1e,0x23,0x21,0xf1,0xc5,0xfc,0x17,0x92,0x0f,0x1c,0xed,0xdd,0xdd,0xee, +0x00,0x01,0xf0,0x0f,0x00,0x21,0x2e,0x0c,0x0f,0x00,0xf2,0x14,0x04,0xd0,0x01,0x00, +0xe3,0x01,0x00,0x00,0x79,0x01,0xe3,0x0e,0x23,0xd1,0x00,0x0c,0x60,0xc7,0x00,0xe2, +0x07,0xc0,0x02,0xf1,0xaa,0x00,0x0e,0x20,0x0a,0xa0,0x16,0x02,0x01,0xff,0xc0,0x05, +0x17,0x13,0x50,0x5d,0x38,0x20,0x11,0xc4,0x43,0x03,0x40,0xd8,0x00,0x05,0xe9,0xff, +0x28,0x70,0xef,0xfe,0xdc,0xdb,0x00,0x00,0x12,0xbc,0x12,0x15,0x50,0x15,0x07,0xf0, +0x15,0x01,0xc9,0x00,0x28,0xc1,0x00,0x00,0x01,0xda,0x05,0xd9,0x08,0xd2,0x00,0x08, +0xf9,0xae,0x92,0x05,0x06,0xea,0x11,0xa3,0x02,0x01,0x7d,0x90,0x01,0x90,0x00,0x01, +0x8d,0xd8,0x10,0x4b,0x10,0xcd,0x20,0x90,0x04,0xae,0x40,0x00,0x00,0x01,0x46,0xae, +0xc6,0x26,0x01,0x30,0xdc,0x95,0x10,0x1d,0x03,0x03,0xbd,0x11,0x41,0x11,0x1f,0x41, +0x11,0x77,0x01,0x12,0xf5,0x81,0x26,0x50,0x0f,0xb0,0x05,0xe1,0x11,0x4c,0x01,0x20, +0x10,0x8f,0xd1,0x03,0x21,0x3f,0xb7,0x50,0x22,0x40,0x06,0xd3,0xe0,0x00,0x99,0x13, +0x50,0xa9,0x0b,0x80,0x01,0xf4,0x8f,0x38,0x31,0x2e,0x50,0xc8,0x1d,0x05,0x21,0x4f, +0xcb,0x22,0x33,0xf4,0x05,0x03,0xdf,0xa1,0x00,0x01,0xda,0x00,0x4a,0xf7,0x2b,0xf9, +0x40,0x1a,0x00,0x8e,0x81,0x00,0x04,0xae,0x10,0xd7,0x07,0x30,0x22,0x22,0x11,0x18, +0x2b,0x50,0xee,0xee,0xfa,0x8f,0xee,0x30,0x0f,0x70,0x08,0x81,0xf0,0x00,0x97,0x00, +0x31,0x53,0x09,0xf0,0x07,0x0d,0x40,0x08,0xc0,0x0f,0x30,0xb5,0x01,0xf0,0x00,0x0c, +0x93,0xe0,0x07,0x90,0x6c,0x00,0x00,0x1e,0xca,0x00,0x2e,0x89,0x12,0xc0,0x5f,0x50, +0x00,0xc9,0xf0,0x00,0x00,0x05,0xfb,0x00,0x07,0xf7,0x30,0x3a,0xf1,0x0e,0xe5,0x00, +0x9f,0x50,0x00,0x00,0x8c,0x07,0xd0,0x7f,0x8e,0x20,0x00,0x7f,0x30,0x02,0x9f,0x30, +0x9d,0x30,0x2f,0x40,0x00,0xbd,0x30,0x00,0x9f,0x20,0x10,0x01,0x02,0x05,0x4e,0x0a, +0xc4,0x13,0x45,0x68,0xad,0xfa,0x00,0x03,0xfd,0xca,0x98,0x63,0x10,0xba,0x1c,0x04, +0x07,0x00,0x02,0x58,0x0d,0x32,0x04,0xe1,0xd4,0xd2,0x18,0x10,0x6b,0x57,0x02,0xc0, +0x06,0xb0,0x0e,0x40,0x0c,0x80,0x00,0x07,0x90,0x04,0xe2,0x9c,0x39,0x39,0x40,0x00, +0x7f,0xe1,0x00,0x3c,0x05,0xf7,0x02,0xce,0xf7,0x00,0x00,0x6e,0x04,0xaf,0x80,0x3d, +0xd8,0x20,0xa6,0x4e,0x81,0x00,0x00,0x4a,0x46,0x1e,0x21,0x27,0x00,0x9f,0x0e,0x40, +0x06,0xe0,0x09,0xb0,0x91,0x04,0x10,0x9b,0x9d,0x0f,0x92,0x09,0xb2,0x2c,0x92,0x22, +0x34,0x20,0x00,0xff,0x06,0x04,0x33,0x01,0x00,0x5f,0xd9,0x05,0x30,0xc4,0x44,0x44, +0x27,0x21,0x30,0xfe,0xcc,0xcc,0x22,0x05,0x21,0xbe,0xd0,0x03,0x20,0x50,0x6f,0x29, +0x80,0x1d,0x60,0xa3,0x14,0x31,0x0c,0x7c,0x90,0xf3,0x34,0xf1,0x04,0x5f,0xe1,0x00, +0x00,0x3e,0x40,0x02,0xaf,0x7a,0xf7,0x10,0x00,0x00,0x2d,0xe9,0x10,0x03,0xbf,0xd2, +0x67,0x04,0x43,0x00,0x04,0x00,0x1f,0x33,0x3a,0x11,0x1f,0xc7,0x29,0x60,0xe0,0x01, +0xf0,0x07,0x90,0x69,0x5f,0x0f,0xb1,0xee,0xf9,0x03,0xc0,0x07,0x80,0x01,0xf0,0x08, +0x90,0x0f,0x74,0x04,0xb0,0x79,0x00,0xc4,0x0f,0x10,0x01,0xfd,0xde,0x90,0x06,0xa6, +0x18,0x12,0xf0,0x0b,0x89,0x00,0x1e,0xd4,0x00,0x01,0xf0,0x07,0xa2,0x00,0xad,0x00, +0x00,0x4f,0x8b,0xef,0xb0,0x1e,0xf2,0x00,0x1d,0xb8,0x59,0x90,0x0c,0x98,0x7e,0x04, +0xc7,0x79,0x1c,0xb0,0x0b,0xd2,0x00,0x00,0x07,0x95,0xa0,0x00,0x09,0x60,0x07,0x13, +0x37,0x4c,0x03,0x10,0xe4,0x66,0x03,0x04,0x16,0x16,0xf0,0x0d,0x31,0xc5,0x05,0xc0, +0x10,0x00,0x00,0x2e,0x1c,0x50,0x5c,0x4d,0x20,0x00,0x0b,0x70,0xc5,0x05,0xc0,0x5d, +0x10,0x05,0xa0,0x0c,0x50,0x5c,0x00,0x87,0x90,0x20,0x20,0x03,0x60,0xdf,0x0e,0x30, +0xfe,0xee,0xee,0xf6,0x18,0x50,0x4d,0x20,0x00,0x1d,0x70,0xc8,0x09,0x31,0x40,0x3d, +0x80,0xa5,0x03,0x20,0xce,0x40,0x10,0x3b,0xe8,0x8d,0xd9,0xdd,0x83,0x10,0x00,0xdf, +0xc8,0x30,0x00,0x39,0xcf,0xd1,0x01,0xb8,0x03,0x10,0x00,0xad,0x26,0x30,0xba,0xaa, +0xdf,0xd5,0x05,0x30,0x8c,0xdc,0xde,0x0c,0x21,0xf0,0x17,0xca,0x95,0x20,0x48,0xb1, +0x00,0x07,0xba,0xac,0xc6,0xbb,0xbb,0xd5,0x00,0x1a,0x98,0xc2,0x0a,0x96,0xc7,0x00, +0x07,0xba,0x7c,0x54,0xab,0x8a,0xb3,0x00,0x88,0x88,0x89,0x99,0x88,0x89,0x80,0x0b, +0x74,0x94,0x03,0xe0,0x7c,0x00,0x41,0xad,0xcc,0xcc,0xce,0x81,0x40,0x00,0x0a,0xb7, +0x77,0x77,0xd9,0x14,0xf2,0x07,0xa8,0x33,0x33,0x3a,0x80,0x00,0x00,0x0a,0xb8,0x88, +0x88,0xc8,0x00,0x01,0xcc,0xed,0xcc,0xcc,0xce,0xec,0xc1,0x0f,0xb9,0x03,0x81,0xf3, +0x11,0x11,0x11,0x13,0xf1,0x0f,0x10,0xe2,0x16,0x01,0xb0,0x0f,0x0f,0x0d,0x00,0x0f, +0x10,0xfd,0xb1,0x04,0x30,0xf1,0x0f,0x54,0x63,0x08,0x02,0x1a,0x00,0x30,0xe1,0x00, +0x23,0x2e,0x05,0x30,0x00,0x00,0xce,0xec,0x13,0x11,0x30,0x51,0x14,0x1f,0x0e,0x07, +0x00,0x04,0x11,0xcf,0x9a,0x1b,0x11,0x00,0x6f,0x0f,0x00,0x67,0x05,0x01,0xa9,0x15, +0xd1,0x02,0xe7,0x00,0x1d,0xb0,0x00,0x00,0x3e,0x70,0x00,0x00,0xbd,0x10,0xe1,0x02, +0x31,0x0a,0xe1,0x2c,0x85,0x01,0x13,0xa5,0xe3,0x2d,0x11,0x01,0xa1,0x13,0x23,0xfe, +0xd2,0x17,0x13,0x00,0x62,0x09,0x10,0x10,0x26,0x05,0xd0,0x9f,0xff,0xff,0x70,0x0d, +0x40,0x00,0x09,0x70,0x00,0x97,0x00,0xd4,0x28,0x0c,0x17,0x09,0x0f,0x00,0x00,0x9d, +0x2b,0x01,0x0f,0x00,0x30,0x92,0x22,0x21,0x0f,0x00,0x15,0x55,0x53,0x13,0x32,0x02, +0x22,0xe4,0xde,0x27,0x20,0xfb,0x10,0x28,0x07,0x13,0x10,0xf3,0x0f,0x00,0xfe,0x05, +0x10,0xe1,0x3b,0x07,0x50,0x03,0xe3,0x00,0x03,0xe4,0x46,0x0a,0xf1,0x02,0x00,0x05, +0xf4,0x02,0xfe,0xcd,0xef,0xff,0xed,0xf2,0x07,0x53,0x22,0x10,0x00,0x09,0x80,0x84, +0x10,0x02,0x39,0x03,0x11,0xf3,0x70,0x05,0x01,0x56,0x08,0x00,0x9b,0x0f,0x03,0x0d, +0x00,0x03,0x1a,0x00,0x40,0x11,0x11,0x11,0x1e,0xc2,0x00,0x13,0x92,0x5f,0x24,0x17, +0x10,0xe4,0x2d,0x12,0xff,0x73,0x08,0x41,0x01,0x11,0x4f,0x21,0x06,0x01,0x29,0x0b, +0x90,0x5b,0x2a,0x12,0xcf,0x65,0x02,0xa0,0xcc,0xf3,0x11,0x11,0x14,0xe0,0x00,0xcc, +0x0f,0x20,0xd9,0x05,0x32,0x2b,0x00,0xf2,0xb7,0x03,0x02,0x0f,0x00,0x02,0x45,0x00, +0x00,0x0f,0x00,0x43,0x31,0x11,0x11,0x4d,0xec,0x06,0x11,0x20,0xb7,0x0b,0x15,0x0f, +0x07,0x00,0x10,0x2f,0xda,0x10,0x04,0x08,0x04,0x12,0x0c,0x78,0x06,0x31,0x03,0x34, +0xf5,0xac,0x01,0x22,0x05,0xe0,0x8d,0x03,0x02,0xd2,0x15,0x00,0xd6,0x00,0x19,0x4f, +0x8e,0x2e,0x21,0xd7,0x00,0x42,0x07,0x05,0xb2,0x19,0x11,0xdf,0xb4,0x00,0x21,0x3d, +0x41,0x27,0x11,0x11,0xd3,0x86,0x01,0x73,0x3d,0x37,0xee,0xee,0xee,0xe1,0xd3,0x0d, +0x00,0xf0,0x08,0x30,0x9d,0xdd,0xdd,0x30,0xd3,0xd3,0x0b,0x51,0x11,0xc4,0x0d,0x3d, +0x30,0xb4,0x00,0x0c,0x40,0xd3,0xd3,0x0b,0x40,0x00,0x0d,0x00,0x32,0xbf,0xff,0xff, +0x0d,0x00,0x00,0x27,0x00,0x00,0x18,0x0e,0x01,0x41,0x00,0x26,0x0d,0xfc,0x03,0x1f, +0x20,0xac,0x10,0x41,0x04,0x11,0xaf,0x28,0x1b,0x20,0xcb,0x10,0x80,0x3b,0x20,0xf8, +0x42,0x36,0x2e,0x50,0x22,0x07,0xe5,0x07,0xe5,0xf4,0x03,0x20,0xfd,0xc2,0x06,0x00, +0x61,0xbf,0x81,0x11,0x11,0x04,0x8d,0xfa,0x00,0x21,0xb8,0x6e,0xf0,0x06,0x22,0x02, +0xe0,0x54,0x06,0x02,0x0d,0x00,0xc4,0xfd,0xdd,0xdd,0xde,0xe0,0x00,0x2e,0x22,0x22, +0x22,0x5e,0x00,0x46,0x32,0xc5,0x23,0x56,0x8a,0xce,0xf9,0x00,0x00,0xde,0xcb,0x98, +0x64,0x20,0x52,0x15,0x31,0x00,0xd7,0x33,0x06,0x01,0x31,0x0d,0xed,0xdd,0xe9,0x22, +0x23,0xe4,0x00,0xe5,0x2d,0x02,0x97,0x02,0x21,0xf2,0x3f,0x85,0x1a,0x11,0x2f,0x24, +0x22,0x41,0x00,0x06,0xc0,0x3e,0x5f,0x09,0x12,0xb8,0x0f,0x00,0xe8,0x3f,0x20,0x3f, +0xdd,0xdd,0xde,0xf0,0x04,0x80,0x03,0xe2,0x22,0x22,0x4f,0xb1,0x2b,0x21,0x71,0x00, +0xf3,0x3a,0x05,0x92,0x07,0x12,0x03,0x30,0x04,0x10,0x3d,0x55,0x00,0x31,0x14,0xe3, +0xd0,0x5f,0x0d,0xd0,0x3d,0x01,0xff,0xff,0xfc,0x02,0xe3,0xd0,0x1e,0x00,0x03,0xd0, +0x2e,0x3e,0x1f,0x11,0x2d,0x0d,0x00,0x21,0x02,0xd0,0x1a,0x00,0x11,0xfd,0x0d,0x00, +0x00,0x27,0x00,0x00,0x50,0x00,0x11,0x15,0x34,0x00,0x23,0xbf,0xe8,0x5f,0x00,0x80, +0x11,0x10,0xdf,0xff,0xff,0xa0,0xef,0xff,0xad,0x04,0x90,0x0e,0x10,0xf0,0x19,0x00, +0x08,0x80,0xe1,0x0f,0x15,0x1c,0xf0,0x07,0x0e,0x10,0xf0,0x5b,0x00,0x0c,0x40,0xe1, +0x0f,0x06,0x90,0x00,0xd2,0x0e,0x10,0xf0,0x8f,0xff,0xff,0xfe,0xe1,0x0f,0x52,0x02, +0x30,0xde,0xdc,0xf0,0xfb,0x17,0x71,0xe4,0x33,0x4f,0xff,0xff,0xa7,0x99,0x84,0x02, +0x12,0xa7,0xc1,0x0e,0x11,0x30,0xff,0x05,0x04,0xdf,0x01,0x16,0x0f,0x9d,0x1a,0x12, +0xcb,0x8c,0x02,0x21,0xdf,0x15,0xb8,0x0a,0xf0,0x04,0xf7,0xf1,0xae,0x70,0x00,0x03, +0xaf,0xb1,0x0f,0x00,0x2a,0xe5,0x02,0xfa,0x30,0x00,0xf0,0x00,0x04,0x55,0x1a,0x00, +0xa3,0x31,0x02,0xf7,0x2c,0x92,0x41,0x00,0x00,0x4f,0xbb,0xbb,0xbb,0xbe,0x60,0x4c, +0x20,0x11,0xc6,0xf4,0x12,0x00,0xae,0x11,0x31,0x04,0xfc,0xcc,0xe1,0x05,0x61,0x4d, +0x33,0x33,0x33,0x3c,0x60,0xac,0x08,0x03,0x2c,0x1a,0x12,0xf7,0x4a,0x0c,0x21,0xd3, +0xc7,0xe5,0x21,0xf6,0x07,0xb3,0x10,0xac,0x30,0x00,0x03,0xaf,0x80,0x7e,0x40,0x7f, +0xb5,0x01,0xe8,0x10,0x00,0x39,0x00,0x18,0xd1,0x00,0x1f,0x68,0x19,0x22,0x8d,0x10, +0x86,0x3f,0x24,0x20,0x00,0x76,0x03,0x03,0x6a,0x03,0x13,0x00,0x78,0x03,0xe3,0x00, +0x3f,0xcc,0xcc,0xcc,0xcf,0x30,0x00,0x03,0xe3,0x33,0x33,0x33,0xe3,0x1c,0x12,0x01, +0x34,0x1b,0x00,0x05,0x00,0x62,0x23,0x33,0x3e,0x73,0x33,0x20,0x66,0x09,0x32,0xe0, +0x00,0xd4,0xa1,0x0d,0x21,0xd5,0x11,0x5b,0x03,0x12,0xdf,0x44,0x03,0x13,0xe3,0x93, +0x14,0x01,0xff,0x20,0xb0,0x01,0xf0,0xf3,0x22,0x22,0x22,0xe3,0x04,0xd0,0xf1,0x00, +0xd5,0x10,0x11,0x90,0x07,0x00,0x21,0x2f,0x30,0x7a,0x00,0x32,0x5a,0x00,0xf2,0x25, +0x14,0x03,0x29,0x0a,0x41,0x70,0x0b,0x60,0x00,0x3e,0x1a,0x11,0xb6,0x83,0x0d,0x80, +0x52,0x2c,0x82,0x22,0x20,0x00,0x0b,0xed,0x85,0x2c,0x41,0x00,0x06,0xe2,0x00,0x1e, +0x00,0x12,0x44,0x10,0x13,0x03,0x61,0x01,0x05,0xf1,0x15,0x12,0x04,0x40,0x09,0x61, +0x02,0xfb,0xbb,0xbb,0xbb,0xf5,0x5b,0x24,0x00,0xfe,0x1b,0x22,0x02,0xe0,0xfe,0x1b, +0x10,0x2f,0xd2,0x00,0x83,0x50,0x00,0x02,0xf3,0x33,0x33,0x33,0xd5,0x7c,0x03,0x50, +0xf0,0x00,0xd4,0x00,0x09,0xc5,0x09,0x10,0xd3,0x13,0x0f,0x75,0xf0,0x00,0xd3,0x8e, +0xef,0xee,0xd0,0x0e,0x00,0x62,0xe3,0xee,0xef,0xfe,0xe4,0xf0,0xbc,0x0d,0xf1,0x02, +0xf0,0x00,0xf0,0x3e,0xee,0xee,0x70,0xf0,0x01,0xf0,0x4b,0x00,0x08,0x80,0xf0,0x05, +0xc0,0x07,0x00,0xa0,0x0a,0x80,0x4f,0xdd,0xdf,0x80,0xf0,0x1f,0x20,0x3a,0xcd,0x02, +0x19,0x49,0xff,0x01,0x00,0xad,0x1b,0x12,0x00,0x11,0x34,0x12,0xf7,0x49,0x0a,0x20, +0x81,0xda,0x3f,0x32,0xf0,0x0b,0x9e,0x50,0x01,0xae,0x71,0x00,0x2a,0xfb,0xcd,0xdd, +0xdd,0x8e,0xfa,0x21,0xc5,0x02,0x22,0x22,0x20,0x06,0xa0,0x00,0x22,0x22,0x00,0x22, +0xa8,0x0f,0x30,0xdd,0xf4,0x2f,0xda,0x19,0x40,0xf0,0x0c,0x42,0xe0,0xac,0x37,0x30, +0x00,0xc4,0x2e,0x8c,0x00,0x22,0xf4,0x4d,0x0f,0x00,0x50,0xaa,0xa3,0x2e,0x1f,0xfd, +0xf5,0x3b,0x03,0x68,0x32,0x03,0x53,0x10,0x01,0x87,0x22,0xe0,0x02,0x58,0xbf,0xc2, +0x11,0x11,0x11,0x09,0x99,0xf1,0x00,0xef,0xff,0xfd,0x22,0x00,0xf0,0x06,0xe3,0x00, +0x4d,0x01,0x13,0xf1,0x10,0xe3,0x00,0x4d,0x1f,0xff,0xff,0xf8,0xe3,0x00,0x4d,0x00, +0x0b,0xf2,0x00,0x07,0x00,0x30,0x3e,0xfd,0x10,0x07,0x00,0xf1,0x00,0xb7,0xe5,0xd1, +0xe3,0x00,0x4d,0x05,0xc2,0xe0,0x82,0xe3,0x00,0x4d,0x2e,0x32,0x31,0x00,0x34,0x16, +0x02,0xe0,0x3f,0x00,0x30,0xe5,0x11,0x5d,0x07,0x00,0x12,0x71,0x3d,0x2d,0x10,0x64, +0x2c,0x03,0x60,0x00,0x1f,0x60,0x00,0xee,0xed,0x2b,0x1c,0xa0,0x0e,0x11,0xd0,0xfe, +0xee,0xee,0xfe,0xe1,0x1d,0x0f,0x44,0x3e,0xc0,0x11,0xd0,0xf0,0x12,0x21,0x2e,0xe1, +0x1d,0x0f,0x0c,0xaa,0xc2,0x0d,0x00,0x21,0xc0,0x0c,0x0d,0x00,0x41,0x00,0xc2,0xee, +0xaa,0x0d,0x00,0xb1,0xe7,0x65,0x0f,0x0c,0xcc,0xa2,0xec,0x10,0x00,0xf0,0x80,0xd3, +0x26,0x02,0xd2,0x0f,0x55,0xf0,0x00,0x08,0xfa,0x00,0x57,0x0b,0xf0,0x0c,0x90,0xcf, +0xff,0xf1,0x00,0x1d,0x00,0x79,0x0c,0x30,0x0f,0x10,0x01,0xd0,0x07,0x90,0xc3,0x00, +0xf1,0x00,0x1f,0xee,0xfa,0x0c,0xfe,0xef,0x10,0x58,0x1d,0x20,0x08,0x91,0x14,0x1c, +0xf0,0x22,0x6f,0x21,0x3b,0xb1,0x10,0x2d,0xdd,0xff,0xdd,0xef,0xed,0xdd,0x20,0x00, +0x6e,0x30,0x00,0x7d,0x40,0x00,0x04,0xce,0x53,0x20,0x33,0x7f,0xc6,0x13,0xde,0xcb, +0xdb,0x0d,0xcb,0xcf,0xb1,0x00,0xd3,0x04,0xb0,0xd2,0x02,0xe0,0x00,0x0d,0x30,0x4b, +0x0d,0x20,0x2e,0xe9,0x01,0x43,0xb0,0xdf,0xff,0xd0,0x19,0x17,0x11,0x4e,0x6c,0x05, +0x21,0xe4,0xe3,0xca,0x0e,0xf6,0x09,0x4e,0x30,0x34,0x44,0x44,0x00,0xe4,0xe3,0x0d, +0xcb,0xbb,0xf2,0x0e,0x4e,0x30,0xd3,0x00,0x0f,0x20,0xe4,0xe3,0x0d,0x30,0x00,0x0d, +0x00,0x61,0x0c,0xee,0xee,0xe2,0x0e,0x4e,0x35,0x07,0x04,0x34,0x00,0x10,0xfe,0xd2, +0x02,0x30,0xf4,0xe4,0x11,0x8c,0x06,0x12,0x40,0x55,0x00,0xf1,0x06,0x5e,0x10,0x00, +0x34,0x00,0x00,0xc5,0xe1,0x11,0x18,0x91,0x11,0x0c,0x5e,0x1a,0xcc,0xee,0xcc,0xc5, +0xc5,0xe1,0x95,0x45,0x64,0x5e,0x13,0xee,0xff,0xee,0xb0,0x0d,0x00,0x10,0x2f,0x81, +0x03,0x01,0x0d,0x00,0xf1,0x01,0x0b,0x5c,0x5e,0x10,0x00,0x78,0x6b,0xe1,0xc5,0xe1, +0x00,0x05,0x70,0x10,0x0c,0x5e,0x46,0x06,0x20,0xf5,0xe4,0xec,0x17,0x23,0x2c,0x50, +0x16,0x06,0x70,0x40,0x00,0x23,0x00,0x00,0xe3,0xd4,0x6f,0x1c,0xf0,0x03,0x0e,0x3d, +0x43,0x33,0x8b,0x33,0x31,0xe3,0xd4,0xaa,0xac,0xea,0xaa,0x3e,0x3d,0x40,0x00,0x6a, +0x1a,0x00,0xf1,0x0b,0x0d,0xde,0xfd,0xd5,0x0e,0x3d,0x40,0xf0,0x00,0x0a,0x50,0xe3, +0xd4,0x0f,0x00,0x00,0xa5,0x0e,0x3d,0x40,0xfe,0xee,0xef,0x50,0xe3,0xd4,0xaa,0x00, +0x20,0x3d,0xdc,0x55,0x00,0x20,0xf3,0xd7,0x15,0x03,0x25,0x4f,0x30,0x55,0x00,0x00, +0x7b,0x03,0xf1,0x17,0xd3,0x8c,0xcc,0xcc,0xcb,0x0e,0x3d,0x32,0x33,0x9a,0x33,0x30, +0xe3,0xd3,0x00,0x07,0x90,0x00,0x0e,0x3d,0x31,0x33,0x9a,0x33,0x20,0xe3,0xd3,0x3b, +0xbd,0xeb,0xb6,0x0e,0x3d,0x30,0x00,0x79,0x2b,0x00,0x1a,0x00,0xa2,0x56,0x0e,0x3d, +0x3d,0xee,0xff,0xee,0xe3,0xe3,0xd3,0x55,0x00,0x01,0xdc,0x05,0x20,0xf3,0xd6,0xaa, +0x00,0x22,0x2e,0x30,0xff,0x00,0xf0,0x2a,0x3e,0x20,0x02,0x40,0x00,0x00,0xd3,0xe2, +0x00,0xd8,0x22,0x21,0x0d,0x3e,0x20,0xbd,0xbb,0xbf,0x70,0xd3,0xe3,0xda,0xd5,0x0b, +0xa0,0x0d,0x3e,0x23,0x02,0xee,0xa0,0x00,0xd3,0xe3,0x48,0xea,0x6d,0xd8,0x2d,0x3e, +0x7c,0x75,0x72,0x03,0x86,0xd3,0xe2,0x00,0x15,0xac,0x10,0x0d,0x3e,0x20,0xaa,0x74, +0x20,0x34,0x00,0xd1,0x36,0x9d,0xc1,0x0d,0x3e,0x63,0x33,0x33,0x46,0x33,0xe3,0xec, +0xbb,0xf2,0x2f,0x11,0xef,0x3c,0x18,0x21,0x4e,0x20,0xbe,0x0f,0xe0,0xe2,0x0e,0xcc, +0xcc,0xce,0x0c,0x4e,0x20,0xe4,0x33,0x35,0xe0,0xc4,0xe2,0x74,0x37,0xf0,0x22,0x0c, +0x4e,0x23,0xdd,0xdd,0xdd,0xd2,0xc4,0xe2,0x3c,0x00,0x10,0x0c,0x2c,0x4e,0x23,0xb0, +0x2d,0x00,0xc2,0xc4,0xe2,0x3b,0x05,0xb2,0x0b,0x2c,0x4e,0x20,0x17,0xe6,0xea,0x20, +0xc4,0xe4,0xbf,0xb2,0x00,0x7e,0x5c,0x4e,0x46,0x42,0x22,0x22,0x34,0xd4,0xec,0xcc, +0xf7,0x03,0x00,0x9a,0x0c,0x03,0xa5,0x06,0x12,0x7c,0xf7,0x05,0x20,0x1c,0x81,0x95, +0x06,0x03,0x35,0x08,0x00,0x93,0x1e,0x13,0x02,0xde,0x04,0x10,0xf0,0xc9,0x05,0x30, +0x60,0x00,0x0f,0x27,0x27,0xf2,0x01,0xf0,0x14,0x45,0xf5,0x44,0x20,0x1d,0xdf,0x04, +0xbb,0xcf,0xcb,0xb5,0x01,0xa1,0xf0,0x1e,0x00,0x21,0x0f,0x00,0x1e,0x00,0x16,0x00, +0x0f,0x00,0x01,0xd5,0x0c,0x13,0xf0,0x4b,0x00,0x02,0x27,0x0c,0x22,0x02,0xd0,0x9d, +0x03,0x12,0x2d,0xeb,0x02,0x42,0x02,0xd0,0x04,0xc0,0x0f,0x00,0xf0,0x09,0x4c,0x02, +0xe1,0x7c,0x01,0xff,0xff,0x94,0xc0,0x5f,0xfa,0xe0,0x01,0x4d,0x10,0x5e,0xde,0xf1, +0x2e,0x00,0x02,0xd0,0x8f,0xe5,0x08,0x14,0x50,0x2d,0x04,0x7c,0x02,0xe0,0x0f,0x00, +0xf1,0x06,0x24,0xc0,0x2e,0x03,0xd0,0x00,0x4f,0xd9,0x4c,0x02,0xe6,0xe9,0x01,0xff, +0x93,0x04,0xc0,0x02,0x01,0x45,0x05,0x2d,0x11,0x20,0x07,0x80,0x31,0x21,0x02,0x51, +0x1e,0x15,0x0b,0xe6,0x45,0x03,0x97,0x36,0x22,0x0f,0x10,0xda,0x0f,0x1c,0xf1,0x0f, +0x00,0x50,0x01,0xbc,0xfb,0xb4,0xc0,0x3a,0x28,0xf2,0x03,0x5f,0x44,0x4c,0x00,0xf3, +0x22,0x00,0x01,0xf0,0x04,0xc0,0x0f,0xee,0xe4,0x00,0x1f,0x00,0x4c,0x2d,0x00,0x21, +0x04,0xc0,0x2d,0x00,0x20,0xae,0x5c,0x2d,0x00,0x21,0x8e,0xd6,0x0f,0x00,0x21,0x0a, +0x40,0x1e,0x00,0x00,0xb0,0x0b,0x43,0xd3,0x3f,0x43,0x31,0x83,0x31,0x04,0x8c,0x1f, +0x00,0x7d,0x10,0x22,0x08,0x90,0x07,0x17,0x12,0xe4,0x0f,0x00,0xf0,0x0b,0x6f,0x65, +0x55,0x50,0x00,0x3d,0x00,0x1e,0xed,0xdd,0xdf,0x11,0xff,0xff,0xab,0xb0,0x00,0x00, +0xf1,0x01,0x4d,0x14,0xe2,0x40,0x00,0x0f,0x76,0x14,0x31,0x2d,0x70,0x00,0x9b,0x10, +0x20,0x1c,0x80,0xb9,0x10,0xf2,0x0c,0x10,0x00,0x04,0x83,0xe0,0x00,0x3e,0xae,0x10, +0x07,0xe8,0x3d,0x00,0x4c,0xe7,0x01,0x7e,0x91,0x04,0xc0,0x1e,0x70,0x00,0x8a,0x20, +0x00,0x6a,0xd2,0x00,0x02,0xe7,0x0f,0x3c,0x0a,0xff,0xc1,0xf5,0x1f,0x21,0x04,0xc0, +0xe3,0x40,0x00,0x0d,0x01,0x11,0x1e,0x0f,0x00,0x70,0x03,0x35,0xf3,0x33,0x00,0x00, +0x4c,0xcd,0x01,0xb0,0xf1,0x01,0xff,0xff,0x60,0x02,0xf0,0x0e,0x10,0x01,0x5c,0x79, +0x2a,0x10,0xe1,0x2d,0x00,0xf0,0x14,0x02,0xe0,0x0e,0x10,0x00,0x4c,0x05,0xee,0xef, +0xee,0xfe,0x20,0x04,0xc3,0x42,0x29,0xfc,0x22,0x20,0x00,0x8f,0xe4,0x00,0xd6,0xf2, +0x00,0x02,0xfd,0x50,0x00,0x6e,0x09,0xa0,0x00,0x04,0x23,0x0d,0x20,0x1e,0x60,0x52, +0x21,0xb3,0x60,0x00,0x3f,0x91,0x00,0x00,0x3c,0x20,0x00,0x00,0x3b,0x57,0x06,0x10, +0xb5,0x14,0x1b,0xf0,0x10,0xf4,0x78,0x0b,0x50,0x00,0x0f,0x02,0xe0,0x07,0x80,0xb5, +0x00,0x00,0xf0,0x2e,0x00,0x78,0x0b,0x50,0x0e,0xff,0xef,0xfe,0x87,0x80,0xb5,0x00, +0x05,0xc0,0x3e,0x00,0x1e,0x00,0x21,0xa6,0x02,0x96,0x01,0x10,0x7c,0x8d,0x2c,0x90, +0xbf,0x30,0x05,0x00,0x00,0x1c,0x10,0x23,0x20,0x04,0x0a,0x01,0x89,0x35,0x10,0xae, +0xa0,0x32,0x14,0x90,0x23,0x1c,0x20,0x03,0x33,0xc7,0x2b,0x22,0x33,0x03,0x22,0x1f, +0x11,0xd3,0xad,0x01,0x11,0x88,0x46,0x10,0x00,0x41,0x12,0x20,0x05,0xee,0xe5,0x0c, +0x14,0xeb,0x0f,0x00,0x60,0x00,0x01,0xfd,0xdd,0xdd,0xe8,0x1e,0x00,0x60,0x11,0x11, +0x19,0x80,0x00,0x00,0x11,0x17,0xd0,0xe8,0x00,0x00,0x22,0x4f,0x22,0x22,0x2a,0xa2, +0x21,0x0c,0xcc,0xfd,0x83,0x33,0xf1,0x02,0x50,0x00,0xbb,0x00,0x92,0x03,0xe5,0x00, +0x07,0xea,0xee,0xef,0xfe,0xe8,0xdd,0x40,0xa4,0xc5,0x07,0x14,0x61,0xa0,0x15,0x11, +0x0d,0x65,0x37,0x14,0x50,0x10,0x0d,0x22,0x0a,0x60,0x88,0x00,0x12,0xa6,0xf8,0x12, +0xf0,0x15,0x0a,0x60,0x7e,0xef,0xfe,0xee,0xd0,0x00,0xa6,0x00,0x23,0x9a,0x33,0x30, +0x05,0xff,0xff,0x1d,0x98,0x88,0x8f,0x00,0x01,0xb7,0x10,0xd9,0x77,0x78,0xf0,0x00, +0x0a,0x60,0x0d,0x42,0x22,0x3f,0x2d,0x00,0x31,0xdb,0xaa,0xab,0x0f,0x00,0xf0,0x0b, +0x76,0x66,0x6f,0x00,0x00,0xaa,0xb0,0xd5,0x33,0x34,0xf0,0x02,0x9f,0xc5,0xdf,0xdd, +0xdd,0xdf,0xd4,0x29,0x30,0x01,0x2a,0x81,0x5b,0x31,0x7c,0x08,0x41,0xb1,0x00,0x8e, +0x50,0x17,0x21,0x27,0x00,0x4a,0x91,0x1b,0x10,0x7b,0xbe,0x0e,0xf0,0x3c,0xc4,0x00, +0x1f,0x30,0x5e,0x10,0x00,0xc4,0x09,0xac,0xaa,0xed,0xa6,0x00,0xc4,0x0d,0x55,0x4e, +0x45,0x88,0x5f,0xff,0xbd,0x3b,0x0d,0x0c,0x78,0x01,0xc5,0x0d,0x18,0x4d,0x84,0x68, +0x00,0xc4,0x0d,0x66,0x6e,0x65,0x98,0x00,0xc4,0x05,0x66,0x66,0x66,0x63,0x00,0xc4, +0x00,0xbb,0xbb,0xbb,0xa0,0x00,0xc8,0x70,0xf3,0x11,0x14,0xd0,0x28,0xfd,0x60,0xfa, +0xaa,0xab,0xd0,0x4a,0x30,0x00,0xf4,0x22,0x25,0x18,0x09,0x10,0xfb,0xf2,0x12,0x14, +0x00,0x0e,0x00,0x12,0x1f,0xf2,0x24,0x51,0x3f,0x11,0x11,0x11,0x0d,0x0f,0x34,0x14, +0xec,0xe8,0x12,0x01,0x68,0x35,0x05,0x2c,0x33,0x10,0xae,0x60,0x04,0x00,0xed,0x00, +0x10,0x1f,0xed,0x08,0x12,0xb6,0x07,0x00,0xe2,0xdd,0xbb,0xbf,0xbb,0xbc,0xe0,0x00, +0xf5,0x44,0x44,0x44,0x46,0xe0,0x05,0x85,0x0f,0x12,0x1d,0x25,0x11,0x1b,0x3a,0x80, +0x02,0x26,0x02,0x30,0xcd,0x0b,0x00,0x59,0x0c,0x80,0xee,0xee,0xfe,0x10,0x00,0x03, +0xde,0x90,0x21,0x3c,0x60,0x04,0xe5,0x0a,0xc4,0x9e,0x40,0x65,0x01,0xf0,0x0c,0x3d, +0xff,0x61,0x00,0x00,0x02,0x59,0xee,0x82,0x6b,0xfc,0x86,0x21,0xec,0xa6,0x22,0x22, +0x24,0x79,0xb4,0x00,0x3f,0xdd,0xdf,0xed,0xdf,0x80,0x70,0x00,0x10,0xe3,0x0a,0x1d, +0x01,0x3a,0x1f,0x06,0x0f,0x00,0x10,0x3e,0x53,0x36,0x12,0x80,0x91,0x09,0x00,0x1d, +0x4b,0x03,0x68,0x00,0x13,0xb8,0x9a,0x1d,0x00,0xb7,0x00,0x10,0xe4,0xf8,0x3c,0x01, +0xf8,0x07,0x21,0x2e,0xdc,0xa0,0x09,0x30,0x00,0xe4,0x22,0x76,0x2f,0xf1,0x04,0x00, +0x0e,0xa9,0x99,0x99,0x9f,0x30,0x00,0x00,0xe8,0x77,0x77,0x77,0xf3,0x00,0x00,0x04, +0xbb,0x44,0xcc,0x22,0xa0,0x7f,0xed,0xdd,0xdd,0xa0,0x00,0x02,0xbb,0xc5,0x00,0xef, +0x32,0x50,0x47,0x00,0xab,0x6d,0xb1,0x27,0x0f,0xdd,0x7b,0xfc,0xfa,0x73,0x20,0x06, +0xfe,0xb8,0x40,0x00,0x59,0xbe,0xd0,0x56,0x23,0x12,0xb5,0xb6,0x35,0x21,0x0f,0x40, +0x3c,0x02,0x31,0x04,0xf2,0x11,0x0f,0x00,0x50,0x8f,0xff,0xfa,0x0e,0x30,0xf8,0x34, +0x31,0x0a,0x70,0xe3,0x2d,0x24,0xf0,0x0c,0xe3,0x0e,0xd3,0x00,0x01,0xe8,0x40,0x2f, +0x00,0xe8,0xf5,0x00,0x28,0x3d,0x99,0xa0,0x0e,0x33,0xe6,0x00,0x00,0x0a,0xf3,0x00, +0xe3,0x03,0xe1,0xdc,0x33,0x01,0x78,0x02,0x10,0x6f,0x19,0x16,0x00,0x69,0x11,0x00, +0x0f,0x00,0x31,0x01,0xaf,0x60,0x5a,0x00,0x24,0x1a,0x20,0x36,0x18,0x03,0xe3,0x00, +0x21,0x1d,0x80,0xd8,0x03,0x10,0xef,0x23,0x29,0x30,0x02,0xae,0x40,0x9d,0x19,0x51, +0x0c,0x73,0xd3,0x08,0xd2,0xf6,0x15,0x10,0xe9,0xb8,0x05,0x30,0x49,0xeb,0x37,0x53, +0x4c,0xf1,0x0b,0xd8,0x20,0x9f,0xff,0xff,0xd0,0x11,0x00,0x4d,0xa1,0x00,0x1e,0x70, +0x00,0x5c,0xd6,0x70,0x01,0xca,0x00,0x00,0x54,0x00,0xac,0x5e,0x90,0xbd,0x05,0x10, +0xe4,0x80,0x12,0x20,0xaf,0xc6,0x28,0x47,0x27,0xda,0x72,0xf6,0x16,0x0b,0xf8,0x38, +0x05,0x8f,0x20,0x01,0xf0,0x13,0x00,0x3c,0x12,0x43,0x6e,0x22,0x22,0x22,0x0c,0x06, +0x10,0xf1,0xc9,0x2e,0x12,0xa0,0xc0,0x0b,0x31,0x7f,0x10,0x00,0x18,0x25,0x02,0xca, +0x24,0x21,0xe6,0x04,0x4b,0x0e,0x21,0xad,0x00,0x8d,0x4b,0xf1,0x00,0x9e,0x20,0x00, +0x1d,0xc0,0x00,0x03,0xce,0x30,0x00,0x00,0x1d,0xd5,0x01,0xe9,0xee,0x12,0x15,0xe1, +0xb5,0x0c,0x01,0xb6,0x1f,0x11,0x21,0x4e,0x1f,0x01,0x72,0x26,0x04,0x71,0x00,0x04, +0x50,0x16,0x26,0x3e,0x00,0xab,0x1f,0x70,0x02,0x22,0x22,0xbf,0x92,0x22,0x22,0x71, +0x00,0x12,0x8e,0x4b,0x26,0x21,0xd0,0xb9,0x78,0x00,0x30,0xf3,0x02,0xe6,0xd3,0x0b, +0xe1,0xf5,0x00,0x04,0xf8,0x00,0x00,0x6e,0xd3,0x00,0x00,0x03,0xdd,0x60,0x1c,0x1d, +0x0b,0x27,0x6c,0x10,0x08,0x27,0x1a,0xf0,0xd3,0x00,0x12,0xe0,0x97,0x0e,0x10,0xdf, +0xf0,0x15,0x60,0x55,0x55,0x5b,0xfc,0x55,0x55,0x80,0x00,0x22,0xca,0xe0,0x07,0x01, +0x21,0x2d,0x50,0x27,0x0c,0x32,0xc0,0x6d,0x00,0x89,0x1f,0x10,0xd7,0xae,0x00,0x20, +0xdf,0x80,0x82,0x1e,0xf0,0x01,0x02,0xcc,0x2d,0xa0,0x07,0xf4,0x00,0x08,0xfb,0x00, +0x1d,0x90,0x07,0xfa,0x11,0xb4,0x81,0x12,0x62,0x03,0xb1,0x00,0x06,0x60,0x2f,0xef, +0x02,0x22,0x02,0xf0,0x14,0x19,0x11,0x2f,0xa4,0x00,0x02,0x80,0x12,0x40,0x03,0xf5, +0x22,0x4f,0xb7,0x0a,0x12,0xca,0x87,0x00,0x21,0x02,0x10,0x77,0x12,0x04,0x3b,0x14, +0x51,0x02,0x22,0x22,0xce,0xb2,0xda,0x00,0x31,0x3f,0x3e,0x30,0x21,0x0d,0x11,0x80, +0x49,0x4c,0xf0,0x01,0x4e,0xb0,0x00,0x9d,0x40,0x00,0x04,0xbf,0x70,0x00,0x00,0x7f, +0xa5,0x01,0xd8,0x10,0x95,0x3e,0x08,0x16,0x3a,0x04,0xb5,0x26,0x11,0xf2,0x4b,0x01, +0x00,0x1e,0x34,0x11,0x21,0x88,0x48,0x00,0x6d,0x1f,0x31,0x18,0x00,0x1f,0x99,0x32, +0x31,0xd5,0x03,0xf0,0x9b,0x1a,0xf1,0x03,0xb0,0x4e,0x02,0xe1,0x00,0x00,0x33,0x59, +0x38,0xd3,0x78,0x33,0x30,0x0d,0xdd,0xdd,0xff,0xfd,0xad,0x38,0x0a,0x4b,0x01,0x40, +0x07,0xf2,0x01,0xd9,0x9b,0x04,0x80,0xe4,0x00,0x02,0xcd,0x50,0x00,0xde,0x91,0x51, +0x0e,0x2b,0xe0,0x02,0xa0,0x3f,0x01,0xcd,0x06,0x01,0x15,0x05,0x11,0x03,0x4b,0x39, +0x90,0x40,0x01,0xcc,0xcc,0xdf,0x60,0x24,0xe6,0x44,0xf4,0x4d,0x31,0x06,0xdf,0xcc, +0x88,0x15,0x31,0x05,0xb0,0x1e,0x7f,0x07,0xa0,0x97,0x04,0xc1,0x11,0x5d,0x11,0x10, +0x0d,0x30,0x88,0x6a,0x17,0x40,0x11,0xf6,0x0e,0x30,0xa3,0x0d,0x31,0x03,0xdc,0xd0, +0xb2,0x0d,0x31,0x01,0xfe,0x20,0xb2,0x0d,0xc1,0xab,0x8e,0x20,0x04,0xd0,0x00,0x01, +0xbc,0x00,0x60,0x00,0x6d,0xa5,0x47,0x2e,0x05,0xfe,0xcb,0x26,0x22,0x03,0xd0,0x8d, +0x23,0x20,0x4b,0x00,0xfa,0x36,0x00,0xc2,0x47,0xf0,0x01,0x09,0xb0,0x02,0x00,0x04, +0xa9,0x44,0x02,0xf2,0x03,0xe1,0x01,0xcf,0xdc,0xe0,0xb8,0x16,0x15,0xf1,0x02,0xe0, +0x2c,0x7f,0x88,0x9a,0xcf,0x30,0x3c,0x05,0xa7,0xa9,0x76,0x54,0x7a,0x07,0x80,0x88, +0x3c,0x00,0x40,0xab,0x1d,0x30,0xef,0x6e,0x0d,0x40,0xae,0xe0,0x0e,0x20,0x55,0x02, +0x30,0xce,0x20,0xe1,0x6f,0x08,0x30,0x3e,0x9d,0x1e,0xff,0x06,0x90,0x2d,0x40,0x80, +0xe5,0x44,0x46,0xe0,0x0b,0x30,0x21,0x26,0x21,0xce,0x00,0x1d,0x17,0x92,0x45,0x20, +0x00,0x08,0xcc,0xcc,0xcc,0xcd,0xfa,0x3b,0x11,0x02,0xeb,0x1d,0x22,0x4c,0xc3,0x78, +0x01,0x16,0x60,0x48,0x22,0x03,0xe8,0x17,0x52,0x30,0x22,0x22,0x22,0xf4,0x5b,0x27, +0x04,0x51,0x36,0x09,0x69,0x28,0x32,0x02,0x12,0xf1,0x06,0x05,0x13,0xea,0xcd,0x00, +0x13,0x60,0xf9,0x35,0x04,0x67,0x28,0x21,0xbb,0x61,0x60,0x22,0x20,0xb5,0x01,0x7c, +0x2c,0x25,0xb0,0x07,0x5f,0x22,0x02,0x9f,0x38,0x10,0xd3,0xc2,0x17,0x51,0x45,0xf5, +0x44,0x44,0x4b,0xa2,0x18,0x15,0xca,0xa2,0x03,0x02,0xb0,0x03,0x21,0x13,0xf1,0xfa, +0x04,0x12,0xfb,0xf8,0x07,0x26,0x80,0x00,0xb9,0x24,0x30,0x0d,0xdd,0xdf,0x8a,0x0a, +0x41,0x00,0x33,0x3a,0xc3,0x53,0x18,0x03,0xb8,0x44,0x71,0x00,0x9a,0x0a,0xff,0xff, +0xfe,0x10,0x6e,0x29,0xc1,0x5e,0x60,0x00,0x4f,0xf0,0x00,0x00,0x7e,0x30,0x00,0x3f, +0x9f,0x09,0x0e,0x32,0x01,0x51,0xf0,0x63,0x36,0x11,0x1f,0x0f,0x00,0x01,0x76,0x07, +0x13,0xc4,0xbc,0x17,0x10,0x40,0x0f,0x00,0x38,0x01,0xff,0xd1,0xe8,0x05,0x20,0x00, +0x35,0x2f,0x1e,0x60,0x04,0xe2,0x02,0xf1,0x00,0xd7,0x88,0x22,0x31,0x0b,0x60,0x7c, +0x48,0x12,0x00,0x5a,0x19,0x00,0x03,0x1a,0x00,0xfb,0x08,0x70,0xb4,0x6b,0xbb,0xbb, +0xbc,0x53,0xc0,0x97,0x3a,0x22,0x6e,0xd2,0xe3,0x2f,0x15,0x70,0x5a,0x3d,0x07,0x53, +0x04,0x0b,0x70,0x19,0x12,0x2f,0x4b,0x2a,0x22,0xfe,0xa0,0xda,0x00,0x15,0x10,0xd9, +0x00,0x72,0x44,0x44,0x47,0xf5,0x44,0x44,0x1d,0xbb,0x0b,0x02,0x73,0x0b,0x30,0x3a, +0x2b,0x20,0x36,0x1e,0x00,0x3a,0x05,0x10,0x38,0x39,0x05,0x80,0x16,0xcf,0x91,0x00, +0x00,0xe9,0xcf,0xa5,0x1c,0x00,0x15,0xa4,0x64,0x3b,0x00,0x9f,0x3c,0x01,0xd1,0x04, +0xc0,0xd8,0x11,0x11,0x11,0x9c,0x00,0x05,0xdf,0xff,0xff,0xfd,0x30,0x35,0x44,0x05, +0xb6,0x0f,0x02,0x42,0x03,0x80,0x88,0x91,0x11,0x42,0x11,0x11,0xa8,0x88,0xee,0x4f, +0x10,0x09,0x5b,0x4b,0x05,0x89,0x04,0x70,0xe1,0x11,0xc9,0x11,0x17,0xe1,0x11,0x6b, +0x11,0x71,0xd6,0x00,0x00,0x09,0xfc,0x61,0xac,0x6b,0x04,0x01,0xbf,0x04,0xd0,0x07, +0xea,0x9f,0xc4,0x00,0x26,0xae,0xc3,0x00,0x18,0xfc,0x34,0xb6,0xde,0x0a,0x22,0xa2, +0x00,0xb6,0x27,0x04,0x62,0x13,0x12,0x0a,0x4b,0x27,0x20,0x00,0xb7,0xee,0x01,0x40, +0x18,0xa0,0x0b,0x60,0x89,0x25,0x30,0x7a,0x00,0x32,0x75,0x00,0x15,0x72,0xfa,0x15, +0x03,0xea,0x41,0x50,0x1d,0xdd,0xef,0xed,0xef,0xa7,0x03,0x13,0x03,0x6b,0x07,0x12, +0x6c,0x27,0x1a,0xf7,0x06,0x0d,0x60,0x05,0xc0,0x00,0x92,0x00,0x3c,0xc0,0x00,0x5d, +0x10,0x1e,0x21,0xee,0x80,0x00,0x01,0xdf,0xff,0xb0,0xfa,0x2b,0x26,0x65,0x00,0xc1, +0x26,0x13,0x0e,0x71,0x00,0x01,0x89,0x0d,0x42,0x17,0xb0,0x0e,0x20,0xa9,0x1a,0x10, +0x41,0x16,0x00,0x61,0xa2,0x30,0x00,0x01,0x11,0x5d,0x0b,0x15,0x32,0x71,0x04,0xd0, +0xea,0x29,0xf1,0x01,0x4e,0x33,0x33,0x10,0x00,0x05,0xf0,0x04,0xfd,0xdd,0xd6,0x00, +0x00,0x9f,0x80,0x4d,0x8f,0x04,0x30,0x6e,0x54,0xd0,0xbc,0x00,0xb0,0xc0,0x4e,0xde, +0x32,0x11,0x11,0x05,0xe1,0x00,0x07,0xbe,0x43,0x0a,0x06,0x9a,0x03,0x15,0x80,0xc5, +0x3b,0x11,0x9f,0x6f,0x00,0xb0,0x99,0x81,0x11,0x12,0x21,0x11,0x89,0x97,0x1d,0x50, +0x7a,0x2f,0x04,0x80,0x3e,0x48,0x90,0x00,0x00,0x07,0x60,0x10,0x1c,0x3b,0x41,0x2c, +0xb0,0x0c,0x60,0x34,0x31,0x12,0xf3,0x6e,0x09,0x10,0xfe,0xac,0x19,0x30,0x1d,0x75, +0x30,0xff,0x0f,0xc0,0xc0,0x6e,0xb4,0x00,0x04,0x9f,0x90,0x00,0x05,0xdc,0x26,0xd8, +0xa8,0x00,0x16,0x89,0xd3,0x00,0x12,0x43,0x07,0x00,0x24,0x7d,0x10,0xd2,0x00,0xf0, +0x0c,0xf4,0x0e,0x20,0x21,0x00,0x01,0x00,0xd4,0x09,0x13,0xe4,0x00,0x4e,0x60,0x92, +0x00,0x6e,0x40,0x6c,0x01,0xbb,0x10,0x08,0xc2,0x04,0xec,0xa0,0xfe,0x1b,0xd1,0x6d, +0x20,0xbc,0x10,0x00,0x00,0x2b,0xc1,0x00,0x07,0xe8,0x10,0x2a,0x84,0x05,0x30,0xf7, +0x2a,0x2e,0x07,0x08,0x11,0x43,0xc6,0x32,0x25,0xd3,0x00,0x07,0x00,0x02,0xd6,0x11, +0x05,0x11,0x2e,0x01,0xbd,0x06,0x11,0x0e,0xbd,0x0e,0xf0,0x07,0xfc,0x00,0xe1,0x01, +0x80,0x00,0x80,0x04,0xc0,0x0a,0x58,0x9f,0x88,0x9f,0x88,0x68,0x00,0x02,0x57,0xf5, +0x56,0xf6,0x5a,0x4e,0x12,0x17,0x4c,0x30,0x50,0xff,0xee,0xee,0xef,0xe0,0xd9,0x0c, +0x11,0x46,0xa9,0x06,0x41,0xf0,0x07,0xc0,0x03,0x0f,0x00,0x20,0xac,0xc0,0x0f,0x00, +0xf0,0x01,0xa0,0x5f,0x5e,0x02,0x80,0xb2,0x00,0x04,0xbe,0x42,0xf0,0x00,0x0e,0x11, +0xbf,0xc6,0x75,0x3e,0x27,0xa0,0x04,0x6e,0x3a,0x13,0x07,0x02,0x11,0x16,0x7a,0x0f, +0x00,0x00,0x0f,0x07,0x40,0x9b,0x22,0x20,0x2e,0xda,0x0d,0x34,0xfe,0xee,0x20,0x1e, +0x00,0x12,0x16,0x1e,0x00,0x22,0x01,0xd8,0x0f,0x00,0x22,0x02,0xe5,0x3c,0x00,0x22, +0x06,0xe1,0x3c,0x00,0x1b,0x05,0x4b,0x00,0x41,0x33,0x3a,0x90,0x00,0x5f,0x41,0x1b, +0xd3,0x43,0x05,0x13,0x0a,0x56,0x05,0x10,0xa7,0xb7,0x04,0x10,0x60,0x0f,0x00,0x82, +0x33,0x33,0xd4,0x11,0x11,0xa8,0x10,0x08,0x8a,0x1b,0x41,0x30,0x9a,0x05,0xd0,0xa5, +0x13,0xf0,0x19,0xd6,0xa7,0x02,0x30,0x0a,0x70,0x00,0x03,0xef,0x20,0x3e,0x10,0xa7, +0x00,0x00,0x0a,0xe0,0x00,0x99,0x0a,0x70,0x00,0x02,0xfe,0x70,0x02,0xf0,0xa7,0x00, +0x00,0xc9,0x4f,0x10,0x03,0x0a,0x70,0x00,0xbc,0x00,0xa3,0x2d,0x00,0x01,0xec,0x43, +0x22,0x1b,0x60,0xa9,0x15,0x03,0x7b,0x41,0x05,0xb7,0x07,0x01,0xd1,0x08,0x01,0x2b, +0x09,0x11,0xe5,0xb4,0x0f,0x20,0x00,0x0e,0xb3,0x03,0x10,0xc4,0xa7,0x26,0x01,0x1c, +0x1e,0x10,0x06,0x02,0x27,0x12,0xfd,0x17,0x17,0x12,0x70,0x00,0x01,0x30,0x6d,0x22, +0x20,0xe3,0x3e,0x00,0xbd,0x32,0x32,0x00,0x7b,0x00,0xd6,0x1e,0x11,0x9c,0xe1,0x13, +0x00,0xd1,0x16,0x12,0x5d,0x46,0x21,0x29,0xfe,0x80,0x23,0x36,0x01,0x44,0x0e,0x12, +0x05,0xff,0x3d,0x40,0x1e,0xff,0xed,0x00,0x96,0x34,0xf1,0x02,0xe0,0x01,0xe1,0x22, +0x24,0xe2,0x10,0x1f,0xdd,0xde,0x6d,0xdd,0xef,0xd7,0x01,0xe0,0x01,0x0e,0x12,0x51, +0x1f,0xdd,0xde,0x08,0x30,0x1e,0x00,0xf0,0x08,0xe0,0x5d,0x02,0xe0,0x02,0xdf,0xcc, +0xde,0x00,0xc5,0x2e,0x00,0x02,0x23,0xca,0xe0,0x05,0x92,0xe0,0x00,0x00,0xaa,0x1e, +0x3c,0x00,0x21,0x02,0xbb,0x2d,0x00,0x22,0x02,0xe7,0x77,0x37,0x78,0x01,0x00,0xef, +0x90,0x06,0xfe,0x80,0x5a,0x0d,0x00,0xee,0x37,0x00,0x8d,0x1f,0xf0,0x10,0xf7,0x11, +0x10,0x01,0x04,0xc0,0x07,0xfc,0xcc,0xdf,0x20,0xc7,0x4c,0x2c,0xc6,0x00,0x0c,0x70, +0x01,0xe9,0xc0,0x50,0xba,0x2c,0x90,0x00,0x04,0x9c,0x00,0x03,0xee,0x7a,0x2a,0x30, +0xc1,0x8d,0xe7,0x59,0x2f,0x91,0x5c,0x08,0x41,0x11,0x5d,0x10,0x00,0x4f,0xc7,0xe3, +0x32,0xd1,0x6e,0x8c,0x01,0x70,0x00,0x4d,0x00,0x0a,0x24,0xc0,0x0b,0xa0,0x04,0x85, +0x32,0x31,0x0d,0x50,0x4d,0x5a,0x00,0x32,0x10,0x05,0xd0,0xee,0x1f,0x1c,0xe8,0xe3, +0x07,0x05,0x0f,0x00,0x50,0x40,0x00,0xf2,0x01,0x40,0xd7,0x17,0x40,0x0f,0x20,0x2f, +0x20,0xc5,0x20,0x30,0xf2,0x00,0xb9,0x00,0x0b,0x40,0x0f,0x20,0x03,0xf2,0x86,0x03, +0x60,0xf2,0x00,0x0b,0x90,0x07,0xc0,0x2d,0x00,0x31,0x5f,0x02,0xf5,0x3c,0x00,0x21, +0xf4,0x16,0x3c,0x00,0x25,0x09,0x40,0x4b,0x00,0x01,0xf9,0x2c,0x00,0x90,0x04,0x09, +0x17,0x31,0x01,0xfa,0x2f,0x01,0x90,0x38,0x32,0x11,0x11,0x4e,0x7f,0x09,0x13,0x03, +0x72,0x38,0x11,0x3e,0x0f,0x00,0x00,0xd5,0x07,0x13,0x04,0x89,0x1a,0x12,0x5c,0x85, +0x06,0x21,0x07,0xa0,0x6b,0x1e,0x00,0x37,0x02,0x22,0x5e,0x10,0xcd,0x2a,0x20,0xba, +0x00,0x77,0x4c,0x31,0x00,0x02,0xe9,0xa0,0x4b,0x51,0x00,0x02,0xec,0x40,0x3e,0x6e, +0x43,0x29,0x8e,0x10,0xd2,0x17,0x11,0x30,0x13,0x15,0x15,0x0d,0x07,0x00,0x10,0xdf, +0xf7,0x02,0x14,0x30,0x10,0x17,0x10,0xfc,0xe7,0x10,0x40,0xb3,0x00,0xf4,0x22,0xba, +0x0b,0xf0,0x15,0x01,0xf0,0x3b,0xbb,0xbb,0x10,0xf2,0x05,0xc0,0x4c,0x33,0x3f,0x10, +0xf1,0x09,0x90,0x4b,0x00,0x0e,0x11,0xf0,0x0e,0x30,0x4f,0xcc,0xcf,0x12,0xf0,0x7c, +0x00,0x4c,0x22,0x23,0x07,0xc0,0x23,0x9c,0x08,0x22,0xfe,0x50,0x5b,0x00,0x12,0xf2, +0xc6,0x1e,0x14,0xe2,0x07,0x00,0x06,0x15,0x00,0x10,0xf2,0xa3,0x0a,0x61,0x33,0x33, +0xf5,0x33,0x33,0x00,0xe5,0x20,0x10,0xcc,0xa9,0x07,0x10,0xf2,0x73,0x06,0x80,0xbe, +0xee,0xfe,0xee,0xd0,0x04,0xc0,0xc5,0x9f,0x15,0x40,0x08,0x90,0xc4,0x00,0x12,0x0f, +0x91,0x30,0xc6,0x22,0x22,0x25,0xe0,0x4b,0x00,0xcd,0xc2,0x15,0x08,0xda,0x02,0x11, +0xf3,0x6a,0x39,0x00,0xdf,0x02,0x12,0xe4,0xbe,0x29,0x11,0x0e,0xf3,0x11,0x50,0x30, +0x00,0xe2,0x08,0x70,0xa7,0x05,0xf0,0x04,0x0f,0x21,0x3b,0x11,0x1d,0x61,0x00,0x00, +0xf4,0xdd,0xfe,0xdd,0xfe,0xd9,0x00,0x1f,0x00,0x0e,0x20,0x8a,0x3b,0xf0,0x03,0xf0, +0x11,0xe3,0x11,0xe3,0x11,0x00,0x5d,0x8e,0xef,0xee,0xef,0xee,0xe2,0x09,0x90,0x07, +0xc0,0xc1,0x26,0x30,0xf3,0x06,0xe3,0x4f,0x00,0x32,0x3b,0x06,0xb2,0xac,0x2e,0x08, +0x26,0x01,0x11,0xf3,0x32,0x1f,0x00,0x69,0x00,0x12,0xd5,0x69,0x00,0x22,0x0d,0xed, +0xe3,0x41,0x30,0xd3,0x00,0xf0,0x59,0x11,0x20,0x0e,0x7e,0x4b,0x00,0x00,0x11,0x46, +0x01,0x1a,0x39,0xf0,0x07,0x0f,0x21,0x1f,0x11,0x1f,0x21,0x10,0x01,0xf9,0xef,0xed, +0xfe,0xdd,0xed,0x20,0x4d,0x00,0xf0,0x08,0x90,0x5c,0x10,0x96,0x1c,0xf0,0x07,0x1d, +0xbb,0x10,0x00,0xd5,0x01,0xf2,0x69,0x4d,0xa2,0x00,0x4e,0x00,0x8f,0xd8,0x40,0x08, +0xfc,0x10,0x20,0x02,0x10,0x16,0x15,0x13,0x05,0x33,0x22,0x76,0x12,0x22,0x24,0xf4, +0x22,0x22,0x10,0x33,0x1a,0x04,0x26,0x42,0x0f,0x0f,0x00,0x10,0x73,0x11,0x11,0x13, +0xf2,0x11,0x11,0x10,0x10,0x09,0x00,0x11,0x0d,0x03,0x3c,0x1f,0x13,0xa8,0x30,0x2f, +0x16,0x50,0xcc,0x0b,0x42,0xd0,0x01,0x11,0x6d,0xed,0x18,0x28,0x0a,0x80,0x5f,0x20, +0x31,0x00,0x5d,0xef,0x09,0x1f,0x40,0x0b,0x61,0x11,0xa9,0xe9,0x1a,0x10,0xe0,0x7b, +0x07,0x00,0x9f,0x30,0x01,0x57,0x41,0x10,0x8c,0x46,0x22,0x00,0x3c,0x33,0x82,0x11, +0x11,0xa8,0x11,0x11,0x00,0x30,0x7f,0xd4,0x01,0x61,0x02,0x80,0x00,0x00,0x93,0x00, +0x33,0x31,0x10,0x5e,0xf2,0x4c,0xa0,0xef,0xcc,0xcf,0xec,0xc6,0x00,0x13,0x33,0x39, +0xc3,0xcb,0x06,0x03,0x08,0x09,0x10,0x0a,0x6a,0x06,0x15,0xeb,0x7d,0x1e,0x02,0x52, +0x49,0x43,0xe0,0x00,0x00,0x7d,0xf8,0x02,0xf1,0x00,0xde,0xee,0xee,0xed,0x00,0x00, +0x4e,0x61,0x11,0xb8,0x11,0x10,0x00,0x9f,0x70,0x2a,0x05,0x50,0x1b,0x37,0xcc,0xcc, +0xee,0x78,0x44,0x01,0x2d,0x21,0x22,0x40,0xbf,0x6f,0x00,0x16,0x11,0x90,0x48,0x00, +0x69,0x03,0x11,0x20,0x07,0x00,0x01,0xe5,0x04,0x12,0xf2,0xdd,0x04,0x30,0xf2,0x00, +0x0e,0x0d,0x1d,0x1a,0xd2,0xf9,0x25,0x31,0x30,0x0e,0x30,0x85,0x0c,0x00,0x07,0x00, +0x00,0x9f,0x41,0x70,0x82,0x11,0x11,0x11,0x3c,0x80,0x04,0xe2,0x01,0x22,0xea,0x10, +0xc4,0x22,0x05,0x37,0x18,0x49,0x01,0x11,0x1b,0xa1,0x76,0x13,0x31,0xaa,0x03,0x70, +0xe4,0x0d,0x21,0x10,0x5b,0x4a,0x01,0x30,0xa3,0x38,0xc3,0x79,0x0b,0x10,0xfe,0xeb, +0x00,0x40,0x30,0x1c,0xcb,0x70,0x85,0x3b,0x50,0x03,0xa0,0xa7,0x00,0x5b,0x2a,0x02, +0x11,0x0a,0x0f,0x00,0x00,0x8f,0x03,0xa1,0x5b,0x03,0x3e,0x30,0x00,0x09,0x70,0x05, +0xb0,0xcc,0x0f,0x06,0x01,0x3c,0x00,0x30,0x16,0x10,0x00,0x2e,0x21,0x60,0x02,0x8d, +0xc7,0x33,0xad,0x50,0x43,0x06,0x10,0xef,0x10,0x2c,0xf0,0x0e,0x28,0xcf,0xdf,0x42, +0x9e,0xb4,0x00,0x00,0x85,0x16,0xd0,0x00,0x07,0x50,0x01,0xdd,0xdd,0xff,0xdd,0xdd, +0xdd,0xd0,0x02,0x22,0xab,0x25,0x62,0x22,0x22,0xd6,0x58,0x11,0x79,0x60,0x0a,0x10, +0xfe,0xfe,0x10,0xd0,0x01,0xae,0xc9,0x00,0x89,0x00,0x3e,0x00,0x1a,0x18,0x80,0x07, +0x90,0x4e,0x01,0x50,0x88,0x00,0x79,0x00,0x3e,0x82,0x11,0x40,0x07,0x91,0xde,0xa0, +0x78,0x29,0x37,0x79,0x01,0x10,0x25,0x0f,0x00,0x34,0x13,0x00,0xe7,0x10,0x00,0x43, +0x13,0x05,0x2c,0x21,0x02,0x0f,0x00,0x91,0x00,0x00,0x21,0x00,0x20,0x01,0x30,0x00, +0x09,0xd7,0x15,0xd0,0xc9,0x00,0xc7,0x33,0x34,0xf3,0x33,0x37,0xc0,0x0c,0x40,0x00, +0x1f,0x5e,0x04,0xb0,0x33,0xee,0xef,0xff,0xee,0xe7,0x30,0x00,0x2f,0x00,0x2f,0xcf, +0x18,0x70,0x02,0xf0,0x01,0xf0,0x00,0xb6,0x00,0x4d,0x2f,0xa7,0x01,0x2c,0x60,0x00, +0x01,0xc0,0x01,0xf0,0x5d,0xb1,0xe9,0x34,0x02,0x01,0x00,0x12,0xe1,0x4f,0x14,0x06, +0x07,0x00,0x60,0x2f,0xff,0xf4,0x8a,0xfa,0xa0,0x0e,0x00,0xd1,0xd3,0xe4,0xe0,0xde, +0xef,0xee,0x10,0xd0,0xe1,0xd0,0xe1,0x00,0x0e,0x07,0x00,0x12,0x0e,0x07,0x00,0x19, +0x0f,0x07,0x00,0xf4,0x10,0x2e,0x0e,0x10,0xd0,0xe9,0xa0,0xe1,0x7a,0x0e,0x10,0x10, +0xe1,0x00,0x14,0xe4,0x71,0x00,0x00,0xe1,0x02,0x8e,0x31,0x9e,0x50,0x00,0xe1,0x1d, +0x81,0x00,0x04,0xd2,0x80,0x19,0xf2,0x03,0x40,0x02,0xe0,0x01,0x80,0x00,0x5e,0x00, +0x2e,0x00,0x9a,0x00,0x01,0xd3,0x03,0xf0,0x1c,0x20,0x36,0x08,0x21,0xf5,0xe2,0x7c, +0x07,0xf4,0x04,0x5e,0x2c,0xed,0xdd,0xdd,0xf2,0xc5,0x20,0xc4,0x00,0x00,0x0e,0x22, +0x00,0x0c,0xdd,0xdd,0xdd,0xf2,0xd8,0x0a,0x11,0xdf,0x19,0x23,0xf3,0x0c,0x0e,0x10, +0x02,0xf1,0x00,0x96,0x00,0xe0,0x00,0x1f,0x00,0x09,0x60,0x0e,0x00,0x01,0xf0,0x23, +0xb6,0x00,0xa0,0x00,0x1f,0x06,0xca,0x10,0x00,0xfd,0x0a,0x80,0xf0,0x04,0xfe,0xee, +0xee,0xf2,0x00,0xf0,0x4e,0x45,0xb0,0xe2,0xab,0xfb,0xa4,0xba,0xcc,0xc8,0xe2,0xe5, +0xf4,0xe4,0x0e,0x00,0x30,0xd0,0xf0,0xd4,0x0e,0x00,0xf0,0x05,0xd0,0xf0,0xd0,0x10, +0x00,0x00,0x10,0xd0,0xf0,0xd0,0xee,0xee,0xee,0xc0,0xd0,0xf0,0xd0,0xe1,0x00,0x04, +0x07,0x00,0x70,0xed,0xcc,0xcd,0xc0,0xd0,0xf8,0xc0,0x0e,0x00,0x30,0x40,0xf1,0x00, +0x0e,0x00,0x60,0x00,0xf0,0x00,0xe1,0x00,0x05,0x07,0x00,0x43,0xed,0xdd,0xdd,0xb0, +0x62,0x00,0x30,0x0f,0x00,0x8e,0x2b,0x23,0x11,0xf0,0xa6,0x02,0x70,0xef,0xee,0x0e, +0xed,0xdd,0xf3,0xe0,0x44,0x00,0xf0,0x02,0x0c,0x3d,0x0f,0x0d,0x0e,0x10,0x00,0xc3, +0xd0,0xf0,0xd0,0xcd,0xdd,0xdd,0x2d,0x0f,0x0d,0x21,0x00,0xf0,0x07,0xd0,0xf0,0xd7, +0xfe,0xef,0xee,0xcd,0x0f,0x1d,0x76,0x01,0xe0,0x3c,0xc0,0xf6,0x67,0xfe,0xef,0xee, +0xc0,0x0f,0x00,0x0d,0x00,0xa1,0x00,0xf0,0x07,0x70,0x1e,0x04,0xc0,0x0f,0x00,0x7e, +0x5b,0x3a,0x10,0x88,0x02,0x1f,0x10,0x00,0xc0,0x08,0x30,0xff,0xee,0xe0,0x8d,0x0a, +0x10,0x06,0xcd,0x33,0x00,0xb9,0x1f,0x11,0xe7,0x68,0x5d,0x00,0x1f,0x00,0xf0,0x18, +0x05,0xeb,0xbb,0xbb,0xbb,0xe7,0x00,0x00,0x5b,0x11,0x11,0x11,0x1a,0x70,0x00,0x03, +0xaa,0xed,0xaa,0xaa,0xa5,0x00,0x1a,0xaa,0xbf,0xca,0xaa,0xaa,0xaa,0x10,0x02,0xbb, +0x12,0xc0,0x1b,0x91,0x00,0x19,0xef,0xf8,0x11,0x80,0xe9,0x10,0x81,0xc4,0x01,0xf0, +0x01,0xf1,0x4f,0x26,0x11,0x1f,0x11,0x0c,0x51,0xc4,0x01,0xf0,0x7d,0xa0,0x01,0x1c, +0x00,0x02,0x1c,0x11,0x4c,0xc5,0x05,0x50,0x40,0x00,0x15,0x00,0x1f,0x2a,0x44,0x50, +0x00,0xe2,0x01,0xf0,0x02,0x30,0x3e,0x21,0xa0,0x1f,0x45,0x4d,0x50,0x2e,0x01,0xf0, +0x1e,0x10,0xbc,0x10,0x47,0x3f,0x22,0x32,0x22,0xc1,0x2a,0x0f,0xe1,0x4b,0x12,0x23, +0x00,0x08,0x93,0x0b,0x16,0x8b,0x3a,0x1f,0x33,0x40,0x0f,0x00,0x9f,0x01,0x20,0x9e, +0xee,0x96,0x12,0x70,0x0f,0x00,0x02,0x00,0x1b,0xb0,0x00,0xd2,0x5c,0x12,0x7e,0x11, +0x27,0x60,0x6e,0xc2,0x00,0x00,0x03,0xe6,0xc1,0x08,0x30,0xfe,0x00,0x4d,0x69,0x0a, +0xb2,0x1e,0x40,0x06,0xa0,0x00,0x00,0xe2,0x0c,0x60,0x00,0xa7,0x78,0x0a,0x12,0x0f, +0x79,0x4b,0x4b,0x02,0xa0,0x00,0x6f,0x03,0x2b,0x13,0x09,0x35,0x05,0x10,0x6d,0x8d, +0x00,0x30,0xdd,0xdd,0xde,0xa6,0x0f,0x12,0x1f,0x0e,0x0c,0xf0,0x07,0x01,0xf0,0x00, +0x05,0x30,0x00,0x82,0x00,0x1f,0x0a,0x20,0x79,0x00,0x1f,0x20,0x01,0xf0,0x98,0x03, +0xe0,0x06,0xd0,0x28,0x1e,0xf1,0x0b,0x0f,0x20,0xb7,0x00,0x03,0xf0,0x0e,0x30,0xb5, +0x1f,0x10,0x00,0x4d,0x00,0xa7,0x06,0x48,0x90,0x00,0x06,0xb0,0x03,0x30,0x01,0xe2, +0x00,0xac,0x55,0x10,0x8a,0x1d,0x0d,0x10,0xdd,0x09,0x0e,0x21,0x42,0xb0,0x2c,0x21, +0x18,0x31,0xaf,0x37,0x16,0x40,0x5a,0x0b,0x13,0x00,0xb4,0x25,0x31,0x0f,0x00,0x19, +0x56,0x05,0xf0,0x06,0xf1,0x13,0xe1,0x11,0x5d,0x11,0x00,0x1f,0x8c,0xdf,0xcc,0xcd, +0xfc,0xc3,0x01,0xf0,0x02,0xe0,0x00,0x4c,0x00,0x8f,0x03,0x30,0xbb,0xbc,0xc0,0x49, +0x05,0x01,0xc2,0x05,0x20,0x4d,0x5e,0xc2,0x09,0xe0,0x00,0x06,0xb0,0x08,0xb0,0x00, +0x3e,0x40,0x00,0x97,0x00,0x08,0xe6,0x9e,0x12,0x13,0xd9,0x25,0x8e,0xff,0xa5,0x10, +0x03,0xd0,0xde,0xb8,0x30,0x17,0xbe,0xf4,0x1b,0x26,0xf1,0x01,0x15,0x9a,0x00,0xff, +0xff,0x16,0xac,0xff,0xb6,0x20,0x00,0x09,0x90,0x45,0x31,0xf1,0x8f,0x46,0x01,0x28, +0x0f,0x31,0x7b,0x00,0x16,0xa7,0x35,0xf0,0x02,0x51,0x03,0xc0,0x0f,0x98,0x82,0x06, +0xee,0xf9,0x3c,0x00,0xf9,0x88,0x20,0x00,0x09,0x63,0x67,0x17,0x40,0x05,0x80,0xd3, +0x3c,0x1e,0x00,0x31,0x1e,0x5d,0x03,0x85,0x17,0x30,0x7f,0x70,0x3f,0xad,0x00,0x10, +0x04,0x99,0x60,0x00,0x2f,0x58,0xe7,0xaf,0x95,0x42,0x10,0x11,0x00,0xda,0x00,0x39, +0xbd,0xef,0xff,0xf6,0x03,0xe3,0x00,0x11,0x2d,0xda,0x00,0x00,0x40,0x10,0x00,0x41, +0x06,0x40,0xdd,0xef,0xdd,0xf1,0x71,0x00,0xe0,0x03,0xd0,0x0e,0x20,0x00,0x7b,0x0d, +0xdd,0xef,0xdd,0xfd,0x10,0x0e,0x73,0x0f,0x00,0x80,0x10,0x04,0xbc,0xe2,0xdd,0xef, +0xdd,0xd1,0x01,0x61,0x00,0x97,0x18,0xa1,0x08,0x37,0x83,0xdd,0xef,0xdd,0xd5,0x00, +0x5a,0xb4,0x0f,0x00,0x30,0x00,0xce,0x0d,0x2e,0x15,0x60,0x00,0x0b,0xc5,0x00,0x02, +0xa0,0x52,0x11,0x40,0xac,0x64,0x20,0x00,0xa2,0x31,0x64,0x39,0xde,0xff,0xff,0xf2, +0x01,0xc1,0x01,0x03,0xe4,0x36,0x00,0xab,0x06,0x01,0xac,0x0a,0x11,0x98,0xbb,0x0a, +0x00,0x0f,0x00,0x16,0x4d,0x0f,0x00,0x55,0x11,0x1a,0x91,0x11,0x6d,0x2d,0x07,0x10, +0x20,0xb3,0x1e,0x12,0x4d,0x07,0x07,0x01,0x2d,0x00,0x12,0x6d,0xf7,0x0a,0x21,0x2f, +0x50,0x0f,0x00,0x00,0x77,0x44,0x12,0x4d,0xd0,0x27,0x2b,0x04,0xd0,0x1d,0x08,0x12, +0x60,0x55,0x20,0x11,0xa6,0xb6,0x27,0x00,0xb0,0x16,0x13,0x0d,0xfd,0x29,0x12,0xd4, +0x40,0x24,0xe1,0x0b,0xb4,0x44,0x44,0x44,0x4b,0xa0,0x00,0x29,0xdb,0xbb,0xbb,0xdb, +0x91,0x85,0x19,0x00,0x7e,0x4b,0x90,0x23,0xf3,0x22,0x25,0xe2,0x22,0x02,0xdd,0xef, +0xe2,0x4f,0x10,0xd3,0x15,0x60,0x22,0x03,0xd0,0x8f,0x60,0x20,0x3d,0x00,0x59,0x52, +0x2a,0x00,0x03,0xef,0x14,0x32,0x8a,0x2b,0x10,0xa3,0x0c,0x02,0xc2,0x09,0x45,0x7b, +0x00,0x82,0x01,0xbc,0x12,0x00,0xb2,0x0b,0x14,0x22,0x53,0x13,0x00,0x77,0x4a,0x10, +0x1f,0x4f,0x02,0x42,0xdf,0xdd,0xd0,0xf2,0x7b,0x09,0x22,0x0c,0x60,0xf7,0x2c,0x12, +0x8a,0x0f,0x00,0xf0,0x05,0x04,0xe0,0x05,0x20,0x00,0x0e,0x89,0xc6,0x0e,0x50,0xa5, +0x09,0xdf,0xd9,0x62,0x00,0x6e,0x4d,0x30,0x54,0x1a,0x00,0x22,0x8e,0xb0,0xb1,0x15, +0x10,0x5f,0x09,0x10,0x00,0xbc,0x05,0x05,0x06,0x00,0xd1,0x03,0x44,0x44,0xf1,0x00, +0x2e,0x0f,0xcc,0xcc,0xc1,0x00,0x2e,0x1f,0x24,0x00,0x20,0x5d,0x11,0x30,0x43,0x10, +0x8f,0x1e,0x05,0x04,0x2a,0x00,0x00,0x59,0x13,0x11,0x2e,0xf4,0x0e,0x50,0x2e,0x00, +0x11,0x1a,0xa0,0x27,0x32,0x12,0xfe,0x8c,0x22,0x02,0x53,0x5e,0x11,0x0c,0xe0,0x4d, +0x10,0xf0,0x78,0x29,0xd1,0x11,0x1f,0x00,0x11,0x15,0xc1,0xff,0xff,0xf0,0x4f,0xff, +0xfc,0x2f,0x73,0x29,0x21,0x02,0xe0,0xbd,0x29,0xf5,0x1f,0x3e,0xee,0xef,0x27,0xee, +0xee,0xf0,0x72,0x00,0xf1,0x17,0x10,0x2e,0x06,0xcc,0x2f,0x01,0x7d,0x93,0xd0,0x00, +0x8b,0xe0,0x00,0x2a,0xcc,0x6b,0xe9,0x8c,0x07,0xdd,0x77,0xb6,0x40,0x09,0x90,0x63, +0x00,0x98,0x00,0xaf,0xd3,0x00,0x0d,0xde,0x30,0xed,0x1f,0x91,0x06,0x00,0x00,0x81, +0x01,0xff,0xff,0x10,0xd4,0x4e,0x08,0x50,0xf1,0x05,0xc0,0x1e,0x50,0x51,0x4f,0xf1, +0x02,0x26,0x2a,0xc2,0x20,0x04,0x55,0xf1,0xec,0xbf,0xcb,0xce,0x00,0xe9,0x88,0x0e, +0x10,0xd3,0x61,0x19,0x71,0xed,0xdf,0xed,0xee,0x00,0xf4,0x44,0x0f,0x00,0x31,0x0a, +0xaa,0xf1,0x52,0x02,0x22,0x00,0x0f,0xe1,0x28,0x20,0x01,0xf9,0xa5,0x03,0xb1,0x70, +0x00,0x3d,0x12,0x22,0xe5,0x22,0x21,0x01,0x07,0xb0,0xfa,0x09,0x22,0x9f,0xe4,0x1e, +0x00,0x05,0x2e,0x21,0x21,0xf7,0x7f,0x2c,0x11,0xa0,0x08,0x77,0x80,0x00,0x0e,0x10, +0x00,0x00,0x87,0x78,0xe8,0x06,0xa1,0x46,0x6b,0x77,0xfe,0xff,0xef,0x10,0x0c,0x97, +0x73,0x35,0x00,0xf0,0x05,0xe1,0x00,0x0c,0xee,0xfe,0xee,0x70,0x0f,0x33,0x31,0xd2, +0x0d,0x30,0x88,0x02,0xcc,0xce,0x6d,0x20,0xd3,0xb4,0x0c,0xc1,0xb5,0xdd,0xdf,0xed, +0xe8,0x00,0x00,0x0d,0x41,0x11,0xd4,0x37,0xb3,0x08,0xf3,0x04,0x0d,0x30,0xe4,0x00, +0x00,0x3f,0x26,0x78,0xec,0xbe,0xd0,0x03,0xff,0x83,0xa9,0x87,0x64,0x3d,0x30,0x2b, +0x1b,0x30,0x01,0x00,0x01,0xc5,0x31,0xf2,0x11,0xe4,0x00,0x1f,0x10,0x05,0xe0,0x05, +0xe0,0x01,0xf1,0x00,0xc7,0x00,0x0d,0x60,0x1f,0x10,0x4e,0x00,0x00,0x68,0x01,0xf1, +0x0b,0x60,0x00,0x22,0x22,0x3f,0x32,0x22,0x20,0x8f,0x0f,0x08,0x63,0x15,0x12,0x2f, +0xd0,0x15,0x11,0xf0,0x2b,0x09,0x13,0x4f,0x1a,0x00,0x01,0x7a,0x2a,0x30,0xdf,0x00, +0x44,0x39,0x18,0x04,0x2d,0x2c,0x01,0x3b,0x00,0x06,0x60,0x2a,0x00,0x2f,0x00,0x30, +0xf3,0x00,0x07,0x05,0x0c,0x14,0xf2,0x86,0x16,0x03,0xfc,0x15,0x60,0x04,0x20,0x01, +0xf2,0x00,0x26,0x87,0x13,0xa0,0xfb,0x04,0xe7,0x00,0x00,0x2c,0x42,0xfc,0xbd,0x30, +0xea,0x5f,0x20,0xf1,0xc8,0xd0,0x61,0x60,0x51,0xf0,0x1c,0xc4,0x00,0x99,0xd0,0x2f, +0x22,0x5d,0xd0,0x5a,0x4e,0x03,0x36,0x0d,0x20,0x54,0x00,0x8c,0x03,0x00,0x0c,0x18, +0x30,0x4c,0x00,0xc5,0x8b,0x16,0x60,0x04,0xc0,0x0c,0x40,0xdb,0x10,0x60,0x0d,0x41, +0xc4,0x02,0x00,0x04,0x0f,0x00,0xf0,0x03,0x00,0x0b,0xa0,0x3e,0xff,0xee,0xff,0xd0, +0x1c,0xa0,0x00,0x16,0xc1,0x1d,0x51,0x6e,0x80,0x00,0xe8,0x34,0xd0,0x08,0x30,0x02, +0x00,0x09,0x80,0x0c,0x40,0x00,0x02,0xf3,0x00,0xc5,0x1d,0x2d,0x80,0xe7,0x00,0x2f, +0x10,0x0c,0x40,0x04,0xe8,0x30,0x25,0x9a,0xc4,0x19,0xe4,0x00,0x01,0xd1,0x00,0x0c, +0x48,0xe7,0x34,0x01,0x49,0x17,0xf0,0x06,0x5f,0xcc,0xcc,0xf5,0x00,0x3e,0x40,0x05, +0xd5,0x55,0x5d,0x50,0x3e,0x60,0x00,0x5d,0x55,0x55,0xd5,0x8e,0x50,0xf0,0x06,0x42, +0xbe,0x56,0x20,0x01,0x0c,0x58,0x30,0x0a,0xb0,0x0f,0x04,0x0b,0x30,0x09,0xc0,0x00, +0xd4,0x20,0xf6,0x1f,0x2c,0xc1,0x00,0x03,0xfa,0xaa,0xaf,0x3c,0x80,0x00,0x00,0x3d, +0x11,0x11,0xe2,0x00,0x00,0x81,0x02,0xbb,0xed,0xbb,0x20,0x00,0x9c,0x00,0x1d,0x19, +0x77,0x70,0x01,0xbc,0x10,0x0c,0x80,0x97,0x1e,0x37,0xe9,0x00,0x00,0x40,0xce,0x50, +0x24,0xc3,0x6e,0x11,0x31,0x02,0xe5,0x1f,0x94,0x51,0x10,0xe8,0x3a,0x11,0x41,0xa0, +0x00,0xe6,0x03,0xf8,0x4f,0x50,0x01,0x05,0xd0,0x00,0x3d,0x5b,0x06,0xf0,0x02,0xe3, +0x01,0x9f,0x8a,0xe8,0x10,0x01,0xde,0x0a,0xfb,0x20,0x02,0xbe,0x22,0xec,0xe0,0x52, +0x64,0x0a,0x31,0x18,0x3e,0x01,0x34,0x19,0x22,0x02,0xe0,0x79,0x3b,0x12,0x2e,0xe1, +0x13,0x0d,0x0f,0x00,0x02,0x44,0x04,0x21,0x07,0x90,0x4b,0x02,0x21,0x04,0xe2,0x80, +0x02,0xf0,0x00,0x05,0xe4,0x02,0xdd,0xdf,0xed,0xd8,0x01,0xe3,0x04,0x02,0x22,0xe5, +0x22,0x10,0xe5,0x15,0x20,0x0d,0x30,0xd6,0x12,0x00,0xe9,0x06,0xa2,0xe6,0x03,0xee, +0x01,0x11,0x11,0x1d,0x61,0x03,0xfa,0x45,0x22,0x31,0x28,0x2e,0x0d,0x2c,0x07,0x42, +0x02,0xe0,0x03,0x30,0x88,0x48,0x40,0x4e,0x20,0x0c,0x40,0x69,0x00,0x10,0x8b,0x4b, +0x14,0x10,0x2e,0xca,0x7d,0x11,0x40,0x78,0x00,0x21,0xdf,0xc1,0xb5,0x49,0x11,0x00, +0x23,0x51,0x10,0x0e,0xa6,0x22,0x40,0x01,0xc9,0x00,0xe2,0x12,0x1d,0x40,0xe9,0x00, +0x0e,0x20,0x89,0x52,0x60,0x04,0xd0,0xef,0xee,0xee,0xf1,0x1e,0x00,0x10,0x20,0x25, +0x06,0xf0,0x06,0xce,0x00,0xe3,0x11,0x11,0xf1,0x01,0xce,0xe0,0x0e,0xee,0xfd,0xdd, +0x10,0x3b,0x3e,0x00,0xe2,0x2e,0x00,0x35,0xab,0x0d,0xb1,0x20,0xb6,0x7e,0x40,0x00, +0x2e,0x00,0xe2,0x03,0xfa,0x00,0x0f,0x00,0x20,0x08,0xd2,0xfe,0x07,0xe2,0xfa,0xcc, +0x08,0xe7,0x00,0x02,0xe0,0x3c,0x83,0x00,0x03,0xb2,0x00,0x04,0xa4,0x01,0xf0,0x02, +0x9b,0x03,0x57,0x8a,0xde,0x90,0x05,0xe1,0x0f,0x97,0x5c,0x60,0x00,0x4e,0x22,0x0f, +0x00,0x9b,0x00,0x02,0xd0,0x44,0x30,0x00,0xd7,0x0f,0x77,0x00,0xf0,0x0a,0x0c,0xf4, +0x0f,0x1c,0xcf,0xcc,0xc1,0x7a,0xc4,0x1f,0x1e,0x22,0x22,0xe2,0x00,0xc4,0x1e,0x1f, +0xaa,0xaa,0xf2,0x00,0xc4,0x2e,0x1e,0xa2,0x01,0x92,0xc4,0x4c,0x1f,0xbb,0xbb,0xf2, +0x00,0xc4,0x79,0x0e,0x00,0x12,0xa6,0x1c,0x00,0x45,0xa2,0x1f,0x33,0x33,0xbb,0x0d, +0x30,0x78,0x00,0xa2,0x8d,0x29,0xf0,0x0f,0x2e,0x25,0x1a,0x26,0x0a,0x60,0x00,0x2e, +0x50,0x92,0xa2,0xb0,0xd4,0x00,0x07,0x61,0xaa,0x2a,0x2b,0x1f,0xba,0xa3,0x00,0x99, +0x9e,0xfe,0xf5,0xd4,0x7d,0x10,0x37,0x31,0xf0,0x2b,0xae,0x06,0x90,0x1e,0xf1,0xcd, +0xdd,0xdf,0xe1,0x96,0x0a,0xae,0x12,0x22,0x22,0x49,0x5c,0x30,0x30,0xe1,0x3d,0xdd, +0x70,0x5a,0xe0,0x00,0x0e,0x14,0xb0,0x58,0x01,0xf8,0x00,0x00,0xe1,0x5a,0x05,0xba, +0x1f,0x50,0x00,0x0e,0x17,0x80,0x9d,0x3b,0xcd,0x00,0x00,0xe1,0xd3,0x03,0x1a,0xc0, +0xab,0x00,0x0e,0x3a,0xef,0x10,0x1c,0xa2,0x25,0x17,0x00,0x32,0x2a,0x10,0xc2,0x12, +0x11,0xf1,0x1f,0x51,0x11,0x1d,0x31,0x11,0x00,0x0c,0x90,0x9d,0xdd,0xfd,0xdd,0xd6, +0x0b,0xa0,0x00,0x11,0x2d,0x11,0x11,0x00,0x80,0x2e,0x1f,0xbf,0xbe,0xcb,0xe0,0x00, +0x0d,0x60,0xe0,0xd0,0xa2,0x0e,0x00,0x0a,0xe0,0x0f,0x7e,0x7d,0x87,0xe0,0x0b,0xde, +0x00,0xe5,0x28,0x20,0xb2,0xe0,0xe5,0x0e,0x10,0xd7,0x4e,0x11,0x10,0x29,0x8e,0x01, +0xfb,0x0e,0xe0,0x15,0x51,0xd3,0x06,0x30,0x00,0x1e,0x08,0x8a,0x24,0x31,0x3c,0x00, +0x01,0xe2,0xe1,0xa3,0x00,0xd3,0xb4,0x00,0x1e,0x25,0x06,0xed,0xec,0x03,0x20,0x33, +0x09,0x11,0x02,0x0c,0x04,0x13,0x22,0x94,0x56,0x1c,0xe2,0x1e,0x00,0x03,0x52,0x3d, +0x32,0x01,0x11,0x16,0x79,0x29,0x30,0x01,0xcc,0x20,0x4e,0x06,0xf0,0x07,0x1b,0x20, +0x8e,0x30,0x74,0x00,0x01,0xf0,0xe2,0x00,0x66,0x05,0xd0,0x00,0x7b,0x0e,0x20,0x00, +0x05,0x5d,0x60,0x0e,0x91,0x04,0xa0,0xa7,0x6d,0x00,0x40,0x08,0xff,0xff,0xfd,0x10, +0x50,0x2c,0x02,0x13,0x3d,0xf9,0x48,0x11,0xd0,0xa4,0x02,0x80,0x11,0x5e,0x11,0x10, +0x00,0x55,0xec,0x3f,0x66,0x0e,0xf0,0x02,0x0b,0x5e,0x86,0x00,0x3d,0x00,0xd3,0x00, +0xd3,0xe2,0x70,0x04,0xd0,0x0d,0x30,0x2c,0x2e,0x2a,0x07,0xf0,0x02,0xd3,0x00,0x12, +0xe0,0xde,0xef,0xfe,0xef,0xf8,0x00,0x2e,0x02,0x22,0xaf,0x92,0x22,0x10,0x37,0x3c, +0x20,0x7f,0x10,0x3c,0x00,0x30,0x06,0xd0,0x9a,0x4b,0x00,0x40,0x03,0xf4,0x01,0xf6, +0x23,0x50,0x70,0xe6,0x00,0x05,0xf9,0x10,0x02,0xe1,0xe3,0x3c,0x16,0xd4,0x44,0x01, +0x19,0x62,0xd6,0x32,0x12,0x0d,0x9b,0x16,0xf0,0x15,0x0b,0xb0,0x5e,0x11,0xe3,0x1f, +0x00,0x0c,0xc0,0x1e,0x40,0x99,0x02,0xf0,0x00,0x30,0x1c,0x90,0x2f,0x10,0x4d,0x00, +0x00,0x2d,0x90,0x1d,0x70,0x06,0xb0,0x00,0x09,0x70,0x2e,0x80,0x22,0xb8,0x4f,0x09, +0xf4,0x16,0x80,0x0a,0xdb,0x10,0x00,0x05,0x08,0x03,0xd1,0x00,0x23,0x00,0x04,0xc0, +0xf0,0x07,0xc0,0x04,0xe0,0x00,0x97,0x0f,0x00,0x08,0x16,0x3b,0x80,0x2f,0x10,0xf2, +0x00,0x01,0xc5,0x3e,0x00,0x20,0x0a,0x7c,0x52,0x25,0x0f,0x10,0x38,0x05,0x00,0x4d, +0x19,0x10,0x7e,0xd7,0x57,0x51,0xcc,0xcc,0xcf,0xff,0xcc,0x86,0x1d,0x12,0xe5,0x06, +0x05,0x31,0x9c,0x08,0xc1,0x20,0x07,0x10,0x71,0x22,0x2c,0xf0,0x1f,0x16,0xdb,0x29, +0xe4,0x09,0xf9,0x30,0x1e,0xb5,0x00,0x16,0xa0,0x03,0xae,0x10,0x03,0x06,0x17,0xc1, +0x00,0x53,0x00,0x00,0xe2,0xe2,0x09,0xc0,0x05,0xd0,0x00,0x4d,0x0e,0x20,0x09,0x24, +0x5d,0x50,0x0c,0x60,0xe3,0x00,0x00,0x98,0x6b,0x00,0x80,0x43,0x01,0x22,0x21,0x70, +0x5b,0x13,0x01,0x4d,0x18,0x20,0x01,0xd5,0x78,0x01,0xa0,0xd3,0x00,0x02,0xd9,0x00, +0x00,0x0d,0xfd,0xdd,0xee,0x13,0x0f,0x30,0x43,0x22,0x10,0x8a,0x4b,0x10,0x02,0xbd, +0x0c,0x03,0x37,0x0d,0x10,0x0f,0xa1,0x39,0x02,0xc3,0x18,0x10,0x2e,0x17,0x00,0x11, +0x10,0x22,0x26,0x00,0x43,0x00,0xf3,0x11,0x90,0xc1,0x2d,0xa0,0x03,0x90,0x00,0x3d, +0x0f,0x10,0x08,0x13,0x2d,0x50,0x0a,0x70,0xf3,0x00,0x00,0xa7,0x5d,0x00,0x91,0x09, +0xff,0xff,0xfd,0x20,0x70,0x00,0x00,0x13,0xef,0x29,0x11,0xb3,0x3d,0x31,0x30,0x09, +0xeb,0xbb,0x7b,0x1d,0x50,0x1b,0xc1,0x00,0x0b,0x80,0x62,0x0c,0x02,0xec,0x08,0x01, +0x57,0x01,0x00,0x55,0x50,0x07,0x21,0x2a,0x12,0xe2,0x6f,0x1e,0x11,0xef,0x17,0x02, +0x01,0x69,0x00,0xf1,0x08,0x70,0xa0,0x3e,0x30,0x05,0xc0,0x00,0x6c,0x0f,0x00,0x5e, +0x05,0x2d,0x50,0x0e,0x30,0xf2,0x00,0x31,0xc5,0x5d,0x01,0x70,0x3b,0x01,0x11,0x50, +0xb2,0x1c,0x12,0x20,0xf4,0x0f,0x20,0x2f,0x20,0xac,0x01,0x11,0x10,0x49,0x10,0x82, +0x44,0xc7,0x47,0xf5,0x41,0x00,0x00,0x2f,0x12,0x53,0x13,0x02,0x12,0x53,0x12,0x2f, +0x42,0x57,0x13,0x02,0xc1,0x27,0x30,0x01,0x11,0x76,0x85,0x02,0xf0,0x13,0x04,0x07, +0x33,0xe7,0x00,0x34,0x00,0x02,0xe0,0xb6,0x01,0xe6,0x03,0xe2,0x00,0x8a,0x0b,0x60, +0x02,0x02,0x27,0xb0,0x1f,0x20,0xb7,0x00,0x00,0x99,0x0d,0x10,0x20,0x06,0xef,0xff, +0xea,0x34,0x12,0x78,0x32,0x4c,0x10,0x07,0xa6,0x39,0x00,0xd8,0x03,0x90,0x01,0x1b, +0x61,0x11,0x11,0x00,0x48,0xb8,0xcf,0x15,0x02,0x40,0x0b,0x98,0xd0,0x0f,0x9a,0x16, +0xf1,0x24,0xd7,0x89,0x44,0xc0,0x09,0x60,0x10,0x2c,0x78,0x00,0x88,0x58,0xa5,0x3a, +0x01,0x47,0x80,0x0c,0x49,0x4c,0x38,0x60,0x00,0x78,0x02,0xe1,0xd1,0xf1,0xd1,0x00, +0x07,0x80,0xa8,0x15,0x3f,0x65,0x00,0x00,0x78,0x4e,0x10,0x0a,0xbc,0x00,0x00,0x07, +0x87,0x40,0x05,0xd0,0xc5,0x5a,0x00,0x10,0xf4,0xc9,0x15,0x67,0x80,0x06,0xc3,0x00, +0x02,0xb1,0xc3,0x03,0x27,0x17,0x10,0x9c,0x34,0x62,0x0f,0xed,0xdd,0xdd,0xef,0x00, +0x41,0x23,0x00,0xaa,0x22,0x00,0xe4,0x2c,0x0f,0x0f,0x00,0x06,0x01,0x37,0x15,0x02, +0xa0,0x32,0x00,0x6c,0x0b,0x60,0xc1,0xf0,0x0b,0x90,0x05,0xd0,0x43,0x01,0xe0,0x1a, +0x05,0x3b,0x80,0x0e,0x40,0xf2,0x00,0x01,0xb6,0x3e,0x00,0x50,0x0a,0x58,0x03,0x32, +0x10,0x00,0xe1,0x12,0x10,0xf0,0x0a,0x0e,0x12,0xbb,0xbd,0xeb,0xbb,0x70,0x00,0xe7, +0x12,0x22,0x7c,0x22,0x21,0x01,0x9e,0x96,0xac,0xcd,0xfc,0xcc,0x30,0x3a,0xe4,0x90, +0x11,0x09,0x30,0x06,0x8e,0x18,0x83,0x0c,0x31,0xd1,0x94,0xe1,0x7a,0x2c,0x40,0x03, +0x1e,0x10,0x9e,0x3e,0x31,0x50,0x00,0xe1,0x09,0x70,0x00,0x55,0x03,0x00,0x0f,0x00, +0x1f,0xde,0x0f,0x00,0x07,0x45,0x97,0x00,0x0d,0xe9,0x55,0x54,0xd0,0x33,0x33,0x4f, +0x53,0x33,0x30,0x02,0xaa,0xeb,0xaa,0xab,0xeb,0xa2,0x16,0x12,0x43,0x08,0xa0,0x00, +0x0c,0x98,0x42,0x01,0x24,0x5c,0x10,0x10,0x70,0x48,0x34,0x44,0x4e,0x30,0xd1,0x54, +0x12,0x1f,0x15,0x14,0xf8,0x13,0x1f,0xcc,0xcc,0xcc,0xce,0x30,0x00,0x21,0x22,0x8b, +0x20,0x04,0x10,0x00,0xb6,0x89,0x05,0xc0,0x35,0xd0,0x06,0xd0,0x89,0x00,0x03,0xd0, +0x99,0x08,0x20,0x4e,0xee,0xef,0x60,0x14,0xf3,0x59,0x12,0xa4,0x4a,0x01,0x51,0x5b, +0x08,0xb0,0x00,0x0f,0x44,0x17,0xf0,0x3e,0xe2,0x00,0xf1,0x22,0x22,0x2f,0x00,0x40, +0x00,0x1f,0x38,0x88,0x82,0xe2,0x3e,0x00,0x02,0xd2,0xaa,0xaa,0x0a,0x7d,0x70,0x00, +0x3c,0x3b,0x22,0xe0,0x5f,0xc0,0x00,0x07,0x93,0xb1,0x1e,0x06,0xf6,0x0a,0x30,0xd5, +0x2c,0xcc,0xc8,0xe8,0xe5,0xd1,0x1c,0x00,0x00,0x22,0x62,0x05,0xc9,0x00,0x04,0x1d, +0x04,0xe2,0x00,0x37,0x00,0x03,0xe1,0xf0,0x06,0xc0,0x44,0xe3,0x00,0xc7,0x0f,0x10, +0x01,0x0a,0x67,0xc0,0x07,0xa5,0x02,0x21,0xd1,0x03,0x9f,0x15,0x02,0x08,0x16,0xf1, +0x25,0x0f,0xcb,0xbb,0xbf,0x50,0x00,0x4c,0x20,0xfa,0x99,0x99,0xe5,0x00,0x86,0xcc, +0x0f,0x41,0x11,0x1d,0x50,0x0b,0x5c,0x93,0x99,0x99,0x99,0x93,0x00,0xd4,0xc2,0xab, +0xbb,0xbb,0xbb,0xb1,0x2b,0x4c,0x0c,0x20,0xe0,0xb3,0x0e,0x10,0x14,0xc0,0xc9,0x7f, +0x7d,0x97,0xf1,0x00,0x4c,0x5e,0x5b,0x30,0x00,0x04,0xc0,0xfa,0x00,0x80,0x70,0x00, +0x4c,0x00,0x7e,0x30,0x08,0xc0,0xf9,0x15,0x20,0x5e,0x8c,0x9c,0x4c,0xd8,0x02,0x59, +0xdd,0xfa,0x63,0x00,0x04,0xc4,0xeb,0x72,0x01,0x6a,0xe5,0xda,0x05,0x22,0xc5,0x3a, +0x34,0x2d,0x30,0x60,0xca,0x00,0x36,0x4e,0x30,0xa7,0x01,0xd2,0x21,0x09,0xf0,0x1f, +0x0a,0x70,0x01,0x20,0x0c,0x20,0x4e,0x48,0xde,0xdf,0xfc,0x00,0x7c,0x08,0xa5,0x8b, +0xc2,0x11,0x00,0x00,0xb8,0xd5,0x00,0x5c,0x00,0xe2,0x00,0x01,0xef,0x00,0x03,0xf0, +0x6b,0x00,0x00,0x0b,0xe0,0x00,0x0f,0x4e,0x30,0x00,0x05,0xec,0x90,0x00,0x96,0x46, +0xf2,0x06,0xe5,0x2f,0x30,0x0b,0xe0,0x06,0x03,0xe9,0x00,0x61,0x0b,0xcf,0x40,0xd1, +0x28,0x00,0x00,0x4e,0x90,0x7e,0x8e,0xeb,0x32,0x28,0x9e,0x60,0x71,0x00,0x22,0xe3, +0xa6,0xa5,0x09,0x22,0x33,0xda,0x16,0x34,0x43,0x01,0xb1,0x00,0x0f,0xc9,0x05,0x80, +0xf3,0x11,0x11,0xc7,0x11,0x11,0x00,0x0f,0x94,0x2e,0x10,0x0a,0x89,0x33,0xc0,0xe0, +0x7a,0x07,0xd0,0x00,0x0f,0x21,0x3e,0x05,0xc0,0xe7,0x00,0xe7,0x37,0x20,0x2f,0x7e, +0x77,0x03,0x30,0x3d,0x00,0xef,0xc2,0x0c,0xf9,0x0c,0x06,0xb0,0x0d,0xc0,0x07,0x10, +0x8a,0x5f,0xe5,0x0c,0xdf,0x10,0xc3,0x0e,0x50,0x00,0x3d,0x90,0xbb,0x3e,0x13,0xd0, +0x00,0x0b,0x60,0x01,0xaf,0x41,0x09,0x22,0xb7,0x5a,0x93,0x16,0x30,0x71,0xae,0x30, +0x56,0x0c,0x36,0xb9,0x22,0x94,0x92,0x47,0x00,0xc6,0x0e,0x10,0x10,0xc8,0x44,0x30, +0x16,0xb0,0x0e,0x0a,0x0f,0xa1,0xf1,0x4d,0x04,0xd0,0x00,0x1f,0x00,0x0f,0x12,0xf0, +0xfd,0x34,0x31,0xf1,0x0f,0x6e,0x1e,0x00,0x31,0x10,0xbf,0x60,0x78,0x2b,0xf0,0x05, +0x0b,0xe0,0x05,0x10,0x25,0x8b,0xfe,0x8a,0xdf,0x40,0xb4,0x0d,0xb8,0x41,0x4d,0x90, +0x9d,0x4e,0x10,0x00,0x44,0x12,0x15,0x9f,0x71,0x00,0x00,0x79,0x23,0x21,0xf0,0x50, +0x9b,0x18,0xb1,0x0f,0x1d,0xa0,0x00,0x7e,0xef,0xfe,0xe0,0xf1,0x1d,0x80,0x0f,0x00, +0x16,0x10,0x28,0x10,0x21,0x39,0x19,0xe5,0x08,0xf0,0x16,0x0c,0xa6,0xd8,0x62,0xb5, +0x0d,0x40,0x08,0xf7,0x6e,0x86,0x29,0x74,0xe0,0x02,0xcf,0xaa,0xea,0xa0,0x7a,0xb9, +0x00,0x00,0xe2,0x1d,0x31,0x03,0xef,0x10,0x00,0x0e,0xcc,0xfd,0xc0,0x0f,0x80,0x40, +0xbc,0x6f,0xf2,0x03,0x08,0xf7,0x0a,0x40,0x0e,0xee,0xfe,0xea,0xe5,0xe1,0xc1,0x00, +0xe0,0x00,0x04,0xe2,0x08,0xfc,0xf8,0x0e,0x17,0x01,0x10,0x5b,0xe2,0x8d,0x30,0x14, +0x7c,0xd0,0x03,0xfd,0xb8,0x30,0xcf,0xc9,0x50,0x00,0x4d,0x54,0x1d,0x50,0x04,0xe9, +0x99,0x80,0xd4,0xf2,0x1f,0xf0,0x05,0x66,0x8e,0x0d,0x74,0x44,0x42,0x04,0xd0,0x02, +0xe0,0xdd,0xcd,0xfc,0x50,0x4d,0x33,0x5e,0x0d,0x40,0x2e,0x3d,0x11,0x60,0xc0,0xf3, +0x02,0xe0,0x00,0x6b,0x9a,0x05,0x10,0x2e,0x98,0x09,0x60,0x03,0xe0,0x02,0xe0,0x00, +0xa7,0x15,0x01,0x10,0x2e,0xaf,0x08,0x60,0x1f,0x30,0x02,0xe0,0x01,0xb0,0xab,0x6f, +0x03,0xf1,0x0c,0x08,0xcd,0x57,0x00,0xaf,0x37,0x05,0xc7,0x2b,0x12,0xd3,0x6f,0x06, +0x12,0xd4,0xd5,0x21,0x03,0x15,0x00,0x03,0x55,0x2c,0xf5,0x20,0xf6,0xee,0xef,0x5e, +0xee,0xf6,0x00,0xf0,0x71,0x0f,0x06,0x30,0x96,0x01,0xf0,0x4c,0x0f,0x02,0xd2,0x96, +0x04,0xd0,0x05,0x6f,0x00,0x36,0xd6,0x08,0x94,0xad,0x7f,0x29,0xd8,0xb6,0x0e,0x45, +0x40,0x0f,0x25,0x00,0x96,0x2c,0x00,0x07,0xeb,0x00,0x3e,0x8b,0x2c,0x03,0x17,0x43, +0xd6,0x01,0x34,0x56,0x8a,0xcf,0xd5,0x00,0x01,0xed,0xca,0xaf,0x63,0x10,0x02,0x1f, +0x01,0xe3,0x1d,0x35,0x10,0x00,0x3f,0xe3,0x21,0x08,0x20,0x1f,0x16,0x3f,0x3e,0x1f, +0x1f,0xf3,0x3e,0x1f,0x01,0x32,0x11,0x2f,0x00,0xa2,0x39,0x09,0x29,0x02,0x05,0x24, +0x00,0xf0,0x01,0x07,0xaa,0xaa,0xaa,0xa6,0x00,0x0f,0x10,0x68,0x88,0xaf,0x88,0x42, +0xcc,0xfc,0xc2,0x83,0x0e,0x32,0x14,0x4f,0x64,0xaa,0x18,0x13,0xf1,0xb3,0x30,0x11, +0x12,0xaf,0x57,0x21,0x04,0xfe,0xbe,0x57,0x31,0x3f,0xef,0x50,0x1e,0x00,0x14,0x30, +0x1e,0x00,0x18,0x10,0x2d,0x00,0x00,0x4f,0x1f,0xae,0x11,0x5e,0x00,0x00,0xaf,0xb0, +0x00,0x1f,0xff,0x80,0xdb,0x48,0x12,0xb0,0xd7,0x08,0x12,0x5b,0xd7,0x08,0x03,0x0f, +0x00,0xe0,0x02,0x7c,0x21,0x13,0xf1,0x11,0x00,0x02,0xde,0xfd,0x9e,0xef,0xee,0xf5, +0x1e,0x00,0x40,0x02,0xd0,0x0c,0x50,0x1e,0x00,0x10,0x4c,0xec,0x0a,0xf0,0x20,0x5d, +0xa7,0xeb,0xa0,0x0c,0x40,0x03,0xcf,0xd5,0x01,0xce,0x50,0xc4,0x00,0x14,0x5b,0x00, +0x0e,0x7d,0xac,0x40,0x00,0x05,0xb0,0x06,0xc0,0x03,0xb4,0x00,0x00,0x5b,0x01,0xe5, +0x00,0x0a,0x58,0x20,0x16,0xb2,0xda,0x00,0x00,0x79,0xc2,0x0d,0xe6,0x89,0x14,0x36, +0x05,0x71,0x00,0x20,0x4c,0x00,0xbb,0x52,0x01,0x10,0x37,0x11,0x5d,0x0f,0x00,0xf2, +0x01,0x59,0x99,0xf9,0x99,0x20,0xcd,0xfc,0x59,0xc8,0x88,0x88,0x82,0x04,0x8d,0x42, +0x97,0x86,0x04,0x22,0x09,0x70,0x2d,0x00,0x11,0x97,0xa4,0x0f,0x21,0xfe,0x5b,0x49, +0x23,0x31,0xed,0x20,0xc4,0x6f,0x02,0x31,0xc0,0x0d,0x30,0x1e,0x00,0x22,0x01,0xf1, +0x2d,0x00,0x11,0x5c,0x92,0x02,0x21,0x6c,0x0d,0x29,0x03,0x4d,0xce,0x73,0xc0,0x00, +0x5a,0x01,0x00,0x07,0x00,0xe0,0x77,0x77,0x77,0x72,0x00,0x0f,0x10,0x99,0x99,0x99, +0xe4,0x2d,0xdf,0xdd,0x75,0x13,0x31,0x03,0x3f,0x43,0xa1,0x26,0x23,0x0f,0x10,0x07, +0x00,0xe0,0x12,0x22,0x22,0xd4,0x00,0x0f,0x7a,0x8e,0xee,0xee,0xf4,0x2b,0xff,0xa5, +0x15,0x00,0x24,0x05,0x1f,0x1c,0x00,0x0a,0x07,0x00,0x00,0xe6,0x0d,0x22,0x0a,0xfc, +0xe0,0x26,0x04,0xea,0x3d,0x04,0xb0,0x3c,0x10,0x2f,0x9d,0x1e,0x01,0xc0,0x0f,0x60, +0xdb,0x00,0x00,0xbc,0xfb,0x80,0xd0,0x0c,0x42,0x05,0x7e,0x53,0x08,0x2d,0x2f,0x12, +0x0d,0x25,0x55,0xf0,0x0b,0x01,0x22,0xd5,0x3e,0x2e,0x20,0x06,0xfe,0x90,0x6b,0x07, +0x90,0xf1,0x1f,0xdf,0x20,0x2e,0x30,0xd3,0x0f,0x00,0x22,0xe0,0x3e,0x50,0x7a,0xe8, +0x3d,0x50,0x05,0x50,0x2e,0x10,0x4d,0x72,0x06,0xf9,0x03,0x1d,0x40,0x07,0xa0,0x01, +0x4e,0x00,0x3d,0x60,0x12,0xc6,0x00,0xaf,0x90,0x1c,0x40,0x08,0xdb,0xda,0x00,0x21, +0xd3,0x33,0xe9,0x01,0x31,0x0c,0x44,0xe3,0x0f,0x00,0xf0,0x0a,0xb6,0x06,0xd0,0x01, +0xcc,0xfc,0xb0,0x0a,0x70,0x15,0x40,0x04,0x4f,0x54,0x8a,0xef,0xff,0xdb,0x10,0x00, +0xf1,0x06,0x69,0xb1,0x00,0x34,0x02,0xf1,0x0b,0x00,0x5c,0x00,0xc3,0x00,0x04,0xfd, +0xf0,0x02,0xf0,0x5d,0x00,0x2f,0xdf,0x50,0x00,0x0e,0x5e,0x40,0x00,0x20,0xf1,0x00, +0x00,0xbf,0x70,0x3c,0x00,0x10,0x1d,0xd8,0x0c,0xf6,0x06,0xf1,0x00,0x4e,0xae,0x60, +0x78,0x00,0x0f,0x11,0xbf,0x60,0x6f,0x7c,0x40,0xaf,0xc0,0x06,0x10,0x00,0x6e,0xc0, +0x71,0x00,0x01,0x68,0x6a,0x01,0xd9,0x3c,0x01,0x15,0x1e,0x70,0x03,0x33,0xc5,0x33, +0x0c,0xcf,0xc8,0xbf,0x31,0x40,0x04,0x5f,0x53,0x3e,0xf4,0x00,0x24,0x0f,0x00,0x07, +0x00,0x00,0x6e,0x1b,0xf2,0x00,0x2f,0xbb,0x4f,0xff,0xff,0xfe,0x2d,0xff,0x61,0x5c, +0x00,0x00,0x2c,0x04,0x1f,0xcc,0x1d,0x12,0x0f,0x33,0x31,0x12,0x0f,0x87,0x39,0x21, +0x2f,0x08,0x88,0x1f,0x12,0xfa,0x56,0x21,0x0c,0x06,0x24,0x11,0x07,0x10,0x12,0x30, +0x0f,0x20,0x79,0x82,0x0d,0xe0,0x55,0xf6,0x47,0x90,0x00,0x0d,0x40,0x0c,0xcf,0xda, +0x79,0x07,0x99,0xf1,0x1e,0x00,0x30,0x90,0x24,0x30,0x2d,0x00,0x10,0x7f,0x12,0x0f, +0xf0,0x07,0x02,0xfc,0xd7,0x9c,0x60,0x09,0x70,0x2e,0xff,0x71,0x79,0x5d,0x00,0xe2, +0x00,0x40,0xf2,0x07,0x90,0xd7,0x7a,0x00,0x3c,0x00,0x31,0x03,0xfe,0x20,0x2d,0x00, +0x20,0x3e,0xe3,0x0e,0x20,0xce,0x79,0x6f,0x66,0xf7,0x00,0xef,0xb0,0x07,0xac,0x30, +0x03,0xc2,0x90,0x23,0x02,0x79,0x08,0x11,0x3d,0x1c,0x0a,0x00,0xba,0x2a,0x71,0x11, +0x75,0x11,0x10,0x0b,0xcf,0xb5,0x6c,0x30,0x42,0x47,0xe4,0x20,0x00,0xfb,0x21,0x31, +0x0c,0x20,0x04,0xbc,0x0b,0xf0,0x0b,0xb5,0x00,0x6b,0x00,0x01,0x7f,0xe7,0x08,0x90, +0x09,0x80,0x02,0xfd,0xe2,0x00,0x5c,0x00,0xc5,0x00,0x01,0x3d,0x00,0x02,0xe0,0x0f, +0x10,0x1e,0x00,0x31,0x0f,0x12,0xe0,0x4b,0x00,0x20,0x60,0x6a,0xe6,0x12,0x71,0x8c, +0xcc,0xce,0xec,0xc5,0x0a,0xf8,0x2b,0x07,0x1d,0x20,0xf7,0x03,0x00,0x0b,0x4b,0x00, +0x86,0x48,0x10,0x8a,0x4e,0x0c,0x31,0x99,0xfa,0x88,0x15,0x4f,0x31,0xaf,0xb9,0x8a, +0xd4,0x46,0x21,0xf1,0x08,0xeb,0x30,0x31,0x0f,0x10,0x89,0xff,0x17,0xf3,0x05,0xf8, +0xb8,0x90,0x00,0x0e,0x10,0x1a,0xef,0x94,0x8a,0x11,0x11,0xe1,0x00,0x83,0xf1,0x08, +0xfe,0xee,0xee,0x1e,0x00,0x01,0x4b,0x00,0x12,0x90,0x5a,0x00,0x10,0x8b,0x12,0x31, +0x32,0xaf,0xc0,0x06,0x09,0x57,0x03,0x01,0x00,0x12,0x79,0x33,0x30,0x40,0x07,0x90, +0x0e,0x21,0x7d,0x00,0xf0,0x07,0x79,0x00,0xe4,0xe0,0x01,0xf0,0x03,0xcd,0xec,0x0e, +0x2a,0x70,0x2f,0x00,0x14,0x9b,0x40,0xe2,0x2e,0x03,0xe0,0x00,0xda,0x74,0x20,0xc4, +0x5b,0x2d,0x00,0xf0,0x0b,0xe2,0x03,0x18,0x90,0x00,0x1a,0xef,0x1e,0x20,0x00,0xb6, +0x00,0x5f,0xeb,0x10,0xe2,0x03,0x0e,0x90,0x01,0x17,0x90,0x0e,0x3b,0xb5,0xef,0x3c, +0x00,0xf0,0x0c,0xff,0x80,0xc6,0x99,0x00,0x07,0x90,0x6e,0x40,0x7e,0x03,0xf0,0x00, +0x89,0x02,0x20,0x6f,0x30,0x0d,0x50,0xee,0x50,0x00,0x08,0x40,0x00,0x41,0x53,0x40, +0x40,0x07,0x70,0x20,0x00,0xf7,0x05,0x20,0xb6,0x3e,0x13,0x25,0xf1,0x00,0x69,0x0e, +0x30,0x6b,0x00,0x9b,0xe9,0x2d,0x41,0xf1,0x00,0x10,0x07,0x9e,0x74,0x1f,0x3a,0x22, +0x04,0xd0,0xc0,0x1f,0xf0,0x04,0x4d,0x00,0x02,0xfc,0xbb,0xb7,0x00,0x07,0xfe,0x60, +0x9e,0x44,0x4d,0x50,0x1f,0xee,0x20,0x1f,0xc8,0xf7,0x04,0x30,0xd0,0x1d,0x81,0x0f, +0x5d,0xfb,0x0e,0x4d,0x0c,0xd0,0x06,0xfa,0x00,0x00,0x04,0xd4,0xd1,0x02,0xce,0xd2, +0x00,0x01,0x6d,0x00,0x18,0xf8,0x08,0xf7,0x00,0x9f,0x70,0x09,0xa3,0x00,0x04,0xd6, +0x1c,0x4e,0x00,0x8a,0x4a,0x03,0x99,0x4a,0xf1,0x03,0x07,0xc0,0x02,0xe3,0x00,0xcc, +0xfc,0x90,0x0b,0xb3,0xe6,0x00,0x04,0x5f,0x43,0x00,0x0d,0xf8,0xe9,0x23,0xf0,0x00, +0x7e,0xb7,0xea,0x40,0x00,0x1f,0x06,0xfa,0x31,0x41,0x8e,0xa0,0x06,0xff,0x80,0x91, +0x04,0xa2,0x1f,0xdf,0x20,0x7e,0xef,0xfe,0xe9,0x00,0x21,0xf0,0xb5,0x3c,0x00,0x4d, +0x13,0x10,0xd1,0xe1,0x3b,0x72,0x4e,0xee,0xef,0xee,0xea,0x00,0x2f,0xaf,0x04,0x11, +0x9f,0x68,0x55,0x09,0x73,0x41,0x12,0x0c,0xf8,0x3b,0x22,0x04,0xfa,0x0f,0x00,0xf0, +0x00,0xd5,0xe5,0x00,0x01,0xdd,0xfd,0x90,0x99,0x04,0xe2,0x00,0x03,0x5f,0x32,0x8d, +0xd4,0x65,0xf1,0x03,0x01,0xf0,0x7e,0xde,0xee,0xea,0xf1,0x00,0x1f,0x02,0x21,0x22, +0x22,0x02,0x00,0x03,0xfb,0xc0,0xde,0x1f,0x30,0xff,0x61,0x6f,0xc2,0x43,0x31,0x42, +0xf0,0x06,0x95,0x0a,0x50,0x1f,0x00,0x68,0x00,0x05,0x71,0x17,0x40,0x06,0x80,0x00, +0x5b,0x67,0x08,0xb3,0x6e,0xdd,0xde,0xb0,0x00,0xaf,0xa0,0x06,0x92,0x22,0x7b,0xf9, +0x43,0x00,0x16,0x13,0x02,0x7f,0x03,0x22,0x08,0x70,0x75,0x04,0xf1,0x04,0x87,0x00, +0xcd,0xdf,0xed,0xd6,0x05,0xbe,0xdb,0x02,0x22,0xc6,0x22,0x10,0x24,0xaa,0x40,0x00, +0x0c,0x1e,0x00,0x00,0xfb,0x56,0xb1,0xe3,0x00,0x87,0x01,0x11,0x11,0x1c,0x51,0x00, +0x0a,0xde,0x13,0x5c,0x30,0x7f,0xfb,0x38,0x71,0x01,0x70,0x12,0x28,0x70,0x01,0x50, +0x00,0xc4,0x3c,0x00,0x40,0x1e,0x40,0x0c,0x40,0x4b,0x00,0x10,0x5d,0x0f,0x00,0x11, +0x97,0xbd,0x10,0x10,0x01,0x1e,0x0c,0x28,0xcf,0xd1,0x61,0x04,0x12,0x2e,0x53,0x02, +0xf1,0x09,0x02,0xe0,0x04,0x9e,0x40,0x00,0x0f,0x10,0x2f,0xcf,0xc7,0x20,0x01,0xdd, +0xfd,0xb2,0xf3,0x00,0x00,0x64,0x03,0x3f,0x53,0x2f,0x9f,0x15,0x60,0xf1,0x00,0xde, +0xee,0xee,0xe1,0x4e,0x02,0x10,0x12,0xef,0x06,0x20,0xfa,0xd0,0x90,0x4d,0xb0,0x1a, +0xef,0xa4,0x2f,0xcc,0xcc,0xde,0x00,0x62,0xf1,0x02,0xa4,0x20,0x00,0x3c,0x00,0x02, +0xc3,0x3c,0x05,0x0f,0x00,0xad,0xaa,0xaa,0xbe,0x00,0x9f,0xc0,0x02,0xf3,0x33,0x35, +0x87,0x2a,0x07,0x5a,0x3d,0x20,0x09,0x80,0x0f,0x00,0x10,0x0f,0xba,0x08,0xf0,0x1a, +0x1c,0xcf,0xc7,0xf2,0x25,0x22,0x2e,0x20,0x45,0xf4,0x3f,0x05,0xd0,0x00,0xe2,0x00, +0x1f,0x00,0x40,0xa7,0x00,0x03,0x00,0x01,0xf0,0x6e,0xef,0xee,0xee,0xe5,0x00,0x1f, +0x7a,0x18,0xb1,0x18,0xa1,0x01,0x9e,0xf9,0x40,0x42,0x45,0x70,0x19,0x5f,0x00,0x4f, +0x60,0x3e,0x10,0x4b,0x00,0x31,0x3c,0xdd,0x70,0x4b,0x00,0xf5,0x03,0x2e,0xfa,0x10, +0x00,0x02,0xf0,0x03,0x8f,0x81,0x9f,0x50,0x0b,0xfa,0x02,0xd8,0x20,0x00,0x4d,0xd4, +0x1b,0x05,0x85,0x55,0x11,0x0d,0x3d,0x08,0x12,0x3d,0x9d,0x14,0xb0,0xbd,0xfc,0x4d, +0x49,0x99,0x99,0x50,0x04,0x7e,0x41,0xd3,0x91,0x2c,0x22,0x03,0xd0,0x77,0x06,0x11, +0x3d,0xc3,0x09,0xf0,0x07,0x20,0x05,0xfc,0x6e,0x3c,0x49,0x40,0x30,0x1e,0xfe,0x40, +0xf1,0xc3,0x48,0x9b,0x00,0x33,0xd0,0x0f,0x0c,0x30,0xe9,0x27,0x5a,0xfe,0x0d,0xf0, +0xc3,0x0a,0x60,0x00,0x03,0xd0,0x4c,0x0c,0x31,0x4e,0x10,0x00,0x3d,0x08,0x80,0xec, +0xe3,0x7e,0x20,0x7f,0x90,0xa2,0x1d,0x60,0x00,0x60,0x00,0xd0,0x2e,0x21,0x2e,0x10, +0xe8,0x06,0x21,0x0a,0xd0,0x0f,0x00,0x90,0x04,0xff,0xee,0xf8,0x00,0x07,0xae,0x74, +0xf8,0x37,0x38,0x60,0x58,0xe5,0xbf,0xee,0xef,0xee,0xe9,0x13,0xa0,0xd3,0x0c,0x40, +0xe2,0x00,0x04,0xc0,0x0d,0x30,0xc4,0x6c,0x43,0xf0,0x01,0xa2,0xd3,0x0d,0x30,0xe2, +0x00,0xaf,0xf8,0x2d,0x51,0xf3,0x1e,0x40,0x08,0x7c,0x0c,0x11,0x33,0x71,0x30,0x04, +0xc0,0x00,0x0b,0xbd,0x10,0x4b,0x00,0xf5,0x03,0xb0,0x7c,0x00,0x00,0x16,0xc0,0x4d, +0xa0,0x00,0x8e,0x60,0x08,0xf8,0x4d,0x50,0x00,0x00,0x3c,0x86,0x25,0x13,0xa5,0x35, +0x23,0x21,0x50,0x3f,0x25,0x03,0x10,0xa5,0xf1,0x04,0x41,0x3c,0x04,0x9d,0xb9,0xa8, +0x21,0x31,0x37,0xda,0x74,0x43,0x62,0x51,0x0a,0x50,0x4d,0x00,0x2e,0x2c,0x3a,0xf0, +0x18,0xd2,0x24,0xe2,0x22,0x00,0x0a,0xaa,0x6f,0xcc,0xcf,0xcc,0xc3,0x6d,0xfa,0x37, +0xa0,0x02,0xe0,0x00,0x01,0x0a,0x50,0x88,0xbc,0xdf,0xcc,0xb0,0x00,0xa5,0x0b,0x5e, +0x22,0x22,0x4d,0x00,0x0a,0x50,0xf2,0xe0,0x4c,0x18,0xe9,0xb5,0x5c,0x0e,0x22,0x22, +0x4d,0x02,0xfd,0x2b,0x40,0xec,0xcc,0xcc,0xd0,0x7d,0x3b,0x12,0x00,0xb4,0x02,0x11, +0xf0,0xb4,0x02,0x01,0x40,0x31,0x02,0xa5,0x02,0xf0,0x01,0xb0,0x25,0xba,0x50,0x11, +0x1f,0x11,0x10,0x04,0xad,0xda,0x3c,0xcc,0xfc,0xcf,0x10,0xb4,0x02,0xf2,0x0f,0x1f, +0x11,0xe2,0x00,0x08,0x70,0xcd,0xdd,0xfd,0xdf,0xd2,0x00,0xad,0xe0,0x00,0x0f,0x00, +0xe1,0x06,0xfe,0xa2,0x2d,0xdd,0xfe,0xdd,0x10,0x11,0x87,0x02,0xc0,0x3c,0x00,0xa0, +0x6d,0x00,0xfe,0xee,0x30,0x00,0x87,0x0b,0xf6,0x0f,0x91,0x0f,0xe7,0x74,0xe2,0xda, +0xf3,0x11,0x10,0x1f,0xe3,0xa5,0x00,0x7b,0xcd,0xdc,0x00,0x8d,0x07,0x12,0xd2,0x80, +0x31,0x21,0x0e,0x22,0x59,0x61,0xf0,0x00,0x33,0xf2,0x2f,0x33,0x10,0xcc,0xfc,0x7c, +0xcf,0x22,0xfc,0xc4,0x04,0x6e,0x42,0x63,0x13,0x06,0x1e,0x00,0x90,0x01,0xff,0xf2, +0x2f,0xff,0x30,0x05,0xfc,0x70,0x0f,0x00,0x31,0x2f,0xef,0x40,0x1e,0x00,0x61,0x22, +0xe0,0x6f,0xff,0x22,0xfe,0x30,0x23,0x35,0xe2,0x2e,0x11,0x2d,0x00,0x21,0x3e,0x00, +0x1e,0x00,0x22,0xaf,0x90,0x0f,0x00,0x03,0x01,0x00,0x00,0xda,0x00,0x13,0x39,0xe9, +0x00,0x10,0xf2,0x0f,0x00,0x10,0x03,0xa1,0x25,0xe0,0x03,0x9d,0xc9,0x00,0xa1,0x00, +0x94,0x00,0x15,0xba,0x50,0x08,0x90,0x4d,0x1e,0x00,0xf1,0x00,0x8b,0xbc,0xbe,0xdb, +0xb2,0x00,0x87,0x02,0x33,0x98,0x33,0x33,0x00,0x0a,0xdd,0x4a,0x1f,0x30,0x5f,0xfb, +0x2e,0x9d,0x03,0x70,0x51,0x28,0x70,0x01,0xe2,0x00,0xc6,0x4b,0x00,0x31,0xbd,0x40, +0x5e,0x4b,0x00,0xf6,0x03,0x5b,0xef,0x60,0x00,0x00,0x97,0x01,0x37,0xdb,0x9f,0xa1, +0x00,0xee,0x30,0xdb,0x83,0x00,0x19,0xdb,0x22,0x12,0x78,0x06,0x1a,0x00,0x02,0x17, +0x10,0xd5,0x0f,0x00,0x01,0x4d,0x51,0x41,0x14,0xde,0xed,0x96,0xb1,0x03,0xf0,0x03, +0x99,0x27,0x52,0xc0,0x79,0x0a,0x10,0x07,0x80,0x02,0xd5,0x00,0xc9,0x00,0x00,0x78, +0x02,0xe6,0x58,0x37,0x30,0x07,0xbb,0x15,0x18,0x49,0xa2,0x3b,0xfd,0x50,0xef,0xff, +0xff,0xf3,0x03,0x79,0x80,0x9b,0x21,0x12,0x78,0xc3,0x1b,0x13,0x07,0x0f,0x00,0x12, +0x88,0x0f,0x00,0x22,0xee,0x40,0xcc,0x16,0x50,0xa6,0x00,0x0c,0x15,0x80,0x90,0x19, +0x30,0x6d,0x02,0xf1,0x07,0x00,0x70,0xb8,0x11,0xb5,0x11,0x7c,0xed,0xc3,0xb6,0x59, +0x40,0x23,0xb9,0x3a,0xf2,0x91,0x31,0x22,0xa6,0x4e,0x07,0x00,0x20,0x75,0xef,0xe4, +0x29,0xf2,0x02,0xbc,0xe1,0xe3,0x02,0xe0,0x00,0x7f,0xfa,0x20,0xe2,0x01,0xe0,0x00, +0x32,0xa6,0x00,0xef,0x46,0x00,0x30,0xe3,0x02,0xe0,0x3f,0x00,0x00,0x15,0x00,0x40, +0x01,0xb6,0x00,0xef,0x95,0x4e,0x10,0xd2,0xf9,0x14,0x16,0x11,0x66,0x43,0x40,0x0c, +0x40,0x0e,0x20,0x9e,0x10,0x10,0xc4,0x88,0x00,0xf4,0x02,0x88,0x07,0xbe,0xcb,0xbf, +0xbb,0x14,0xce,0xec,0x56,0xd9,0x66,0xf7,0x60,0x14,0xaa,0x40,0x1e,0x00,0x01,0xdc, +0x3a,0x21,0x88,0x00,0xf7,0x15,0xf5,0x25,0x1a,0xef,0x2e,0x00,0xe2,0x08,0x90,0x5f, +0xea,0x00,0xd0,0x0e,0x10,0x79,0x00,0x08,0x80,0x0f,0xee,0xfe,0xef,0x90,0x00,0x88, +0x00,0xe0,0x0e,0x20,0x89,0x00,0x08,0x80,0x0d,0x00,0xe1,0x07,0x90,0x00,0x98,0x00, +0xfd,0xdf,0xdd,0xe9,0x00,0xfe,0x30,0x0e,0x22,0x22,0x29,0x90,0x1e,0x2e,0x13,0x96, +0xe0,0x1a,0x21,0x60,0x0e,0x53,0x51,0x10,0x96,0x5d,0x07,0xd0,0xf1,0x03,0x8c,0xb8, +0x0e,0xcc,0xcc,0xcf,0x10,0x38,0xdb,0x80,0xe1,0x5c,0x09,0x31,0x09,0x60,0x0c,0xcb, +0x50,0x04,0x2d,0x00,0x20,0xbb,0xaf,0x50,0x24,0x40,0x5d,0xfc,0x50,0x31,0x55,0x33, +0xf0,0x05,0x6a,0x60,0x0d,0x30,0xf4,0x33,0x00,0x00,0x96,0x01,0xf3,0x0f,0xbb,0xb2, +0x00,0x09,0x60,0x7d,0xb0,0xf1,0xbd,0x1a,0xd7,0x3f,0x38,0xcf,0x32,0x12,0x01,0xfe, +0x3a,0x70,0x04,0xac,0xdd,0xd2,0x0c,0x31,0xd1,0x01,0x24,0x69,0xc1,0x00,0xc4,0x00, +0xed,0xce,0xb6,0x30,0x00,0xc4,0x3c,0x17,0x30,0x3a,0xec,0x80,0x46,0x05,0x31,0x27, +0xea,0x5a,0xad,0x15,0x01,0x15,0x00,0x00,0x11,0x1e,0xf0,0x14,0x8d,0x7a,0x6b,0xb5, +0x01,0xdc,0xd4,0xd1,0x0a,0x64,0x97,0x7f,0xf8,0x14,0xc0,0x0a,0x50,0x67,0x10,0xc4, +0x04,0xfd,0x9a,0x6d,0xe7,0x00,0xc4,0x04,0xd1,0x1a,0x61,0x77,0x00,0xc4,0x04,0x15, +0x00,0xe3,0x00,0xc4,0x04,0xfd,0xdf,0xed,0xe7,0x0e,0xe1,0x04,0xd2,0x22,0x22,0x87, +0x69,0x00,0x00,0x70,0x2c,0xf0,0x25,0x02,0x47,0xa4,0x00,0x06,0x90,0x7d,0xfe,0xdb, +0x86,0x20,0x00,0x69,0x01,0x60,0x27,0x00,0x78,0x02,0xcd,0xec,0x0d,0x30,0xd0,0x0d, +0x30,0x04,0x9b,0x40,0x66,0x08,0x15,0xb0,0x00,0x06,0x90,0x07,0xc2,0x22,0x44,0x20, +0x00,0x69,0x02,0xec,0xcf,0xcc,0xc9,0x00,0x08,0xdc,0x75,0x01,0x01,0xf0,0x24,0x4f, +0xdb,0x1b,0xdd,0xdf,0xdd,0xdd,0x30,0x06,0x90,0x12,0x11,0xe3,0x12,0x30,0x00,0x69, +0x05,0xa0,0x0e,0x10,0x4b,0x00,0x06,0x90,0x5a,0x00,0xe1,0x04,0xb0,0x00,0x79,0x05, +0xeb,0xbf,0xcb,0xcb,0x00,0xee,0x50,0x13,0x33,0x33,0x37,0xb0,0x00,0x88,0x00,0x0b, +0x40,0x2e,0x2a,0x21,0xf0,0x0d,0x9c,0xfd,0xcc,0xfc,0xc0,0x00,0x88,0x02,0x2c,0x62, +0x5e,0x22,0x03,0xff,0xff,0x00,0x31,0x00,0x40,0x00,0x17,0xcc,0x72,0xed,0xdd,0xdd, +0xe3,0x00,0xdb,0x6d,0x00,0x75,0x0e,0xa0,0x88,0x02,0xfc,0xcc,0xcc,0xf3,0x00,0x08, +0xba,0x4c,0x0f,0x00,0x30,0x2b,0xfd,0x72,0xaa,0x1b,0x32,0x01,0x69,0x80,0xd7,0x29, +0x11,0x88,0x8b,0x0f,0x00,0xe1,0x01,0xf6,0x04,0x3f,0x5e,0x30,0x00,0x00,0x98,0x01, +0x7f,0x60,0x4f,0x82,0x00,0xfe,0x42,0xfa,0x30,0x00,0x29,0xe1,0x68,0x03,0x00,0xc8, +0x67,0x80,0xb0,0x00,0x08,0x70,0x7d,0xcb,0xf8,0x74,0x0f,0x00,0xf0,0x04,0x86,0x0f, +0x07,0x90,0x05,0xce,0xec,0x02,0xd0,0xf0,0xd1,0x00,0x14,0xaa,0x4c,0xde,0xdf,0xef, +0xdc,0x3b,0x03,0xf1,0x07,0x6c,0xfc,0x70,0x00,0x00,0x88,0x50,0x7d,0x1f,0x1d,0x70, +0x00,0x5d,0xfd,0xcb,0x10,0xd0,0x1b,0xd1,0x8c,0xc7,0x15,0x66,0x47,0xe0,0x08,0x70, +0x0f,0x00,0xf0,0x0e,0x10,0x00,0x87,0x00,0xfb,0xbf,0xbb,0xf1,0x0f,0x00,0x30,0x11, +0xf1,0x1e,0x04,0x74,0xb0,0xf2,0x2f,0x22,0xe1,0x01,0xfe,0x30,0x0f,0xbb,0xbb,0xbd, +0x5e,0x5a,0x03,0x22,0x68,0x40,0x04,0xfd,0xdd,0xf2,0xbb,0x01,0xf0,0x03,0x4a,0x00, +0x0d,0x20,0x04,0x8e,0xa5,0x04,0xd8,0x88,0xf2,0x00,0x37,0xea,0x50,0x14,0x44,0x44, +0x1e,0x00,0xfc,0x31,0xcd,0xdf,0x3f,0xde,0xa0,0x00,0xc4,0x0c,0x10,0xe3,0xa0,0x4a, +0x00,0x2d,0xe9,0xca,0x9e,0x3d,0x9b,0xa0,0x7e,0xe6,0x02,0x22,0x4c,0x22,0x21,0x00, +0x0c,0x40,0xbb,0xbc,0xfb,0xbb,0xb0,0x00,0xc4,0x03,0x37,0xff,0xe4,0x33,0x00,0x0c, +0x40,0x06,0xe5,0xe5,0xd2,0x00,0x00,0xc4,0x5d,0xc2,0x2e,0x05,0xe9,0x00,0xee,0x17, +0x50,0x02,0xe0,0x01,0x14,0x06,0x00,0x05,0x2e,0x22,0x03,0xb0,0xc3,0x01,0x20,0x0f, +0x10,0x0f,0x00,0x10,0x8e,0x1f,0x40,0xf0,0x0e,0x05,0x9b,0x58,0x88,0x02,0x30,0x0e, +0x10,0x9c,0xd8,0x0a,0xbd,0xaf,0xbd,0x90,0x00,0x69,0x07,0x87,0xc2,0x96,0xc1,0x00, +0x06,0x90,0x55,0xa8,0x00,0xe7,0x7a,0x72,0xe0,0xbd,0xcb,0xb8,0xd3,0x01,0xee,0xb1, +0xba,0x01,0x11,0x02,0xc2,0x01,0x69,0xdf,0x3f,0x80,0xd6,0x00,0x06,0x90,0x02,0x40, +0xe2,0x33,0x4b,0x00,0xf7,0x04,0xb5,0x0e,0x14,0xd1,0x00,0x06,0x90,0x8b,0x00,0xe1, +0x07,0xb0,0x08,0xe5,0x05,0x05,0xec,0x00,0x05,0x73,0x00,0x16,0x3e,0x40,0x30,0x00, +0xf7,0x16,0x10,0x5e,0xc0,0x30,0x02,0xa7,0x10,0x1b,0x90,0x1e,0x00,0x11,0x03,0x28, +0x27,0x81,0x20,0x00,0x02,0xc8,0x22,0x22,0x29,0xc0,0x01,0x2c,0x21,0x03,0xf2,0xa2, +0x56,0x21,0x03,0xe6,0xaa,0x0d,0x21,0xf9,0xf4,0xc1,0x07,0x20,0x6e,0xfd,0x3f,0x0b, +0x90,0x7a,0xfb,0x51,0x7e,0xea,0x63,0x04,0xfb,0x72,0x16,0x70,0x09,0xe6,0x07,0x02, +0x31,0x15,0x00,0xf7,0x01,0x10,0x14,0xd2,0x7c,0x00,0xb7,0x06,0x31,0xe2,0x0c,0x70, +0x07,0x00,0xf0,0x01,0x0f,0xed,0xdd,0xd6,0x4c,0x00,0xe2,0x6f,0x32,0x2d,0x61,0x4c, +0x00,0xe3,0xdf,0x30,0xf0,0x64,0xf0,0x18,0xe9,0xd6,0x90,0x4c,0x00,0x4c,0x00,0xe4, +0x40,0xd0,0x98,0x00,0x4c,0x01,0xf2,0x00,0x88,0xf1,0x00,0x6e,0xbf,0xf2,0x00,0x1f, +0xa0,0x00,0xad,0x61,0xe2,0x00,0x4f,0xb0,0x00,0x10,0x00,0xe2,0x03,0xf6,0xd9,0xe2, +0x11,0xb4,0x8f,0x60,0x1d,0xc2,0x00,0x00,0xe4,0xc3,0x00,0x00,0xa3,0x66,0x6a,0x40, +0x9a,0xaa,0xa1,0x0a,0x01,0x7c,0x42,0x77,0x7f,0x20,0xf3,0x9b,0x15,0x11,0x3f,0x21, +0x47,0xc0,0x0e,0x29,0xc1,0x16,0xd1,0x00,0x12,0x22,0xe3,0xff,0x00,0x89,0x51,0x37, +0xb1,0xbb,0xd3,0x0b,0x60,0x00,0xb5,0x00,0x07,0x29,0x81,0xf2,0xc4,0x34,0x22,0x3e, +0x7c,0x6c,0x37,0xf5,0x12,0xcf,0x50,0x00,0x0b,0x50,0x17,0x20,0x09,0xf1,0x00,0x00, +0xca,0xbf,0xa1,0x07,0xfb,0xc0,0x00,0x1f,0xd6,0x10,0x1a,0xf3,0x0c,0xc3,0x00,0x40, +0x00,0x0d,0xb2,0x00,0x09,0xd0,0x51,0x04,0x22,0x05,0x50,0x5f,0x21,0x11,0x4d,0x05, +0x06,0x50,0x04,0x45,0xb5,0x42,0x3f,0x67,0x56,0x60,0xeb,0xbb,0x67,0xff,0xff,0xf5, +0xe6,0x2f,0xf0,0x02,0xc8,0x11,0xd4,0x00,0x04,0xc1,0x11,0x3f,0xb0,0x0f,0x00,0x00, +0x5f,0xef,0xdc,0xae,0x03,0x57,0x30,0x41,0x3d,0x91,0xc3,0x88,0x2b,0x54,0x31,0x07, +0x9e,0x20,0xce,0x62,0x30,0x1f,0xc0,0x00,0x87,0x60,0x20,0x02,0xfa,0x88,0x26,0xf6, +0x05,0x6a,0x01,0xd9,0xe6,0x00,0x0b,0x90,0x09,0x85,0xe9,0x03,0xf8,0x02,0xd0,0x5f, +0xd4,0xe6,0x00,0x03,0xd3,0xf2,0x11,0x12,0x60,0x04,0x25,0x10,0xb6,0x44,0x63,0x01, +0x0f,0x00,0x10,0xe5,0x30,0x26,0xf0,0x05,0xfe,0xcc,0x3f,0xff,0xff,0xf5,0x13,0x3c, +0x83,0x39,0xf1,0x12,0xf3,0x00,0x00,0xb6,0x01,0xff,0x20,0x3e,0x1e,0x00,0xf0,0x03, +0xab,0xa6,0x07,0xa0,0x00,0xcf,0xff,0xfa,0x25,0xc0,0xd5,0x00,0x0d,0x41,0x19,0x70, +0x0e,0x7e,0x69,0x09,0x10,0x97,0xfc,0x36,0xf0,0x09,0x0d,0x30,0x09,0x70,0x09,0xf6, +0x00,0x00,0xdd,0xcc,0xe7,0x0a,0xd5,0xf4,0x00,0x0d,0x63,0x33,0x7d,0xc1,0x06,0xf8, +0x00,0x51,0x79,0x3f,0x28,0x04,0xd2,0xb9,0x66,0x01,0x05,0x27,0x11,0x7c,0x35,0x0a, +0x40,0x07,0x78,0xe8,0x75,0x15,0x09,0x40,0x88,0x88,0x88,0x51,0xd6,0x0e,0xf1,0x19, +0xb5,0x0b,0x50,0x6b,0x11,0xc5,0x00,0x4d,0x00,0x2e,0x1d,0x90,0x0f,0x10,0x1e,0x40, +0x08,0x9a,0xee,0x03,0xd0,0x02,0x79,0x83,0xd0,0x64,0xd4,0x89,0x00,0x00,0x1d,0xd7, +0x00,0x06,0x9e,0x30,0x00,0x00,0x4f,0x60,0xe2,0x00,0x50,0x0d,0x9f,0x20,0x01,0xea, +0xac,0x73,0xf7,0x05,0x8c,0x01,0xd9,0xe7,0x00,0x1c,0xb0,0x00,0x34,0xe9,0x03,0xf8, +0x00,0x70,0x00,0x02,0xd5,0x00,0x02,0xc2,0xd4,0x12,0xf1,0x01,0x07,0x19,0x70,0x00, +0x00,0x24,0xc8,0x45,0xe0,0xd5,0x00,0x00,0x08,0xce,0xdc,0xf6,0xbb,0x57,0xf1,0x2b, +0xb5,0x5e,0x05,0xff,0xff,0xf5,0x3b,0xbe,0xce,0xea,0xbc,0x11,0xd6,0x01,0x33,0x4e, +0xa3,0x6f,0xf0,0x0f,0x10,0x00,0xad,0xfb,0xac,0x9c,0x33,0xe0,0x00,0x4f,0x94,0xd7, +0x31,0x78,0x8a,0x00,0x2e,0x51,0xd5,0x00,0x02,0xde,0x40,0x00,0x12,0x5f,0x79,0xa0, +0x0d,0xd0,0x00,0x4f,0xdc,0xf8,0x64,0x02,0xed,0x00,0x49,0x2b,0x20,0xd9,0xca,0xfe, +0x07,0x97,0x06,0xf9,0x01,0xea,0x00,0x0c,0xf9,0x00,0xc5,0x71,0x00,0xd0,0x03,0x31, +0xe0,0x53,0x08,0x40,0x00,0x00,0x4c,0x1e,0x0e,0x20,0xd3,0xef,0x73,0xf0,0x14,0xe3, +0x60,0x1f,0x00,0x00,0x03,0xee,0xff,0xfe,0xe4,0xfd,0xdd,0xd2,0x00,0x2e,0xfc,0x40, +0x9d,0x22,0xf3,0x00,0x6e,0x6e,0x1b,0x5e,0xe0,0x2e,0x00,0x1c,0x31,0x70,0x08,0xaa, +0x35,0xa0,0x58,0x09,0xf0,0x00,0x33,0x68,0x96,0x00,0x0d,0xef,0xfe,0xf3,0x01,0xee, +0x10,0x00,0x0a,0x70,0x3d,0x24,0x5a,0x50,0x01,0xea,0x3d,0x50,0x02,0x69,0x18,0xf0, +0x01,0x8f,0xd1,0x01,0xd7,0xaa,0x00,0x02,0x8e,0x68,0x94,0xe9,0x00,0xdb,0x11,0xc7, +0x10,0xb1,0x07,0x06,0xe8,0x1a,0x00,0x0c,0x3d,0x80,0x60,0x00,0x00,0xcd,0xdf,0xdd, +0xa0,0xe6,0xff,0x3f,0x10,0xf0,0xef,0x4a,0xf0,0x17,0x60,0x8d,0xbf,0xbe,0x6e,0xd1, +0x2f,0x30,0x08,0x60,0xf0,0x9a,0xb9,0x57,0xb0,0x00,0x6b,0xef,0xdb,0x40,0x0d,0xe2, +0x00,0x01,0x7b,0xf8,0xa1,0x17,0xcd,0x81,0x00,0xc7,0x0b,0x01,0x3e,0x60,0x09,0xf4, +0x5d,0x2c,0x50,0x32,0x22,0x22,0x00,0x1b,0x22,0x6f,0x81,0xbb,0x40,0x00,0x04,0x20, +0x0f,0x21,0x11,0x3c,0x21,0x30,0xfc,0xcc,0xc4,0x9d,0x0b,0x25,0x0f,0x10,0xb7,0x48, +0x00,0x1c,0x46,0x1a,0x36,0x74,0x6d,0x00,0x51,0x3f,0x04,0x1c,0x58,0x71,0x02,0x2b, +0x92,0x22,0x22,0xab,0x22,0xef,0x03,0x20,0x1f,0x40,0x7c,0x36,0x00,0xa2,0x53,0x00, +0x97,0x7c,0x21,0x02,0xf4,0xf9,0x01,0x22,0xe2,0xd8,0x3b,0x0a,0x03,0x92,0x31,0x11, +0xde,0xd3,0x2a,0xf0,0x01,0x19,0xf7,0x06,0xfa,0x10,0x00,0x04,0xaf,0xc2,0x00,0x02, +0xcf,0xb5,0x02,0xe9,0x20,0xcf,0x33,0x07,0x30,0x2d,0x12,0x96,0xc5,0x17,0xf0,0x0a, +0x6f,0xc2,0x02,0xa0,0x0f,0x00,0x00,0x4e,0x37,0xe4,0x0a,0xc1,0xf0,0x00,0x7f,0x40, +0x04,0xf2,0x0b,0x6f,0x00,0x4f,0xec,0xcc,0xc3,0x1e,0x00,0x61,0x23,0x3f,0x43,0x0b, +0x50,0x0f,0x29,0x00,0x40,0x2d,0x70,0xf0,0x01,0xda,0x50,0xf0,0x0d,0x1a,0x1f,0x00, +0x00,0x11,0xf1,0x10,0x00,0x01,0xf6,0x30,0x0e,0x0f,0x1d,0x14,0x8b,0xef,0xa4,0x06, +0xa0,0xf0,0x97,0xb8,0x42,0xf0,0x00,0xd4,0x0f,0x58,0x0f,0x50,0x00,0x18,0x00,0xf0, +0x02,0x31,0x00,0x22,0x09,0xfb,0x96,0x10,0x04,0xb7,0x31,0xf0,0x07,0xc0,0x00,0x00, +0x3a,0x80,0xe2,0x42,0xc2,0x33,0x8d,0xfb,0x60,0xe2,0xc2,0xc7,0x4d,0x94,0x10,0x00, +0xe1,0xc4,0xcb,0xa2,0x02,0xf0,0x1a,0xe3,0x46,0xd4,0x2d,0x30,0x00,0x00,0xe6,0xad, +0xfa,0x7d,0xdc,0xcc,0xc0,0xe1,0x0c,0xf4,0x0d,0x64,0x7d,0x40,0xe1,0x6c,0xcc,0x2e, +0x20,0x3c,0x00,0xe6,0xd3,0xc3,0x4e,0x10,0x3c,0x00,0xe8,0x22,0xc0,0x0f,0x00,0x3c, +0x21,0x2f,0xa0,0x1f,0x00,0x3c,0x00,0xe3,0x22,0x22,0x6b,0x00,0x3c,0x25,0x2b,0x12, +0xe7,0x39,0x63,0x12,0xa1,0x07,0x00,0x0a,0x5b,0x12,0xf0,0x03,0x2d,0x00,0x00,0x3a, +0xd0,0x00,0xf1,0x02,0xd0,0x29,0xee,0x92,0x01,0xcf,0xdc,0xdf,0xc7,0xc3,0x42,0x5b, +0x32,0x35,0xe3,0x79,0x1e,0x00,0x10,0x07,0x95,0x03,0x70,0xfe,0xee,0xd0,0x7b,0x55, +0x55,0x20,0x0f,0x00,0x30,0xd9,0xaf,0x93,0x0f,0x00,0x30,0x89,0x01,0xe0,0x1e,0x00, +0xf0,0x08,0x0a,0x80,0x1e,0x00,0x14,0xf5,0x46,0xe4,0xb6,0x01,0xe0,0x04,0xbb,0xbb, +0xbb,0xce,0x40,0x1e,0x00,0x00,0x97,0x0c,0x23,0xd6,0x2d,0x60,0x6e,0x10,0x5c,0xb8, +0x00,0x1e,0x47,0x62,0x12,0x4d,0xf2,0x3a,0x05,0x0b,0x68,0x00,0x0d,0x0e,0x00,0xc2, +0x02,0xe1,0x48,0xbe,0x70,0x0c,0xee,0xff,0xeb,0x7c,0x63,0x00,0x00,0x0a,0x20,0x4a, +0xbc,0x2d,0xf0,0x0d,0x78,0x0a,0x50,0x78,0x00,0x00,0x01,0xcd,0xdc,0xfd,0xc7,0xeb, +0xbb,0xb3,0x02,0x22,0xf2,0x22,0x7a,0x46,0xf4,0x10,0x00,0x0f,0x00,0x08,0x70,0x2e, +0xe8,0x16,0xa0,0xfc,0x96,0x02,0xe0,0x00,0x05,0x0f,0x13,0x0a,0x50,0x68,0x3c,0xa0, +0xf1,0xe0,0xc3,0x02,0xe0,0x00,0xb5,0x0f,0x09,0x7f,0x45,0x1c,0x40,0x00,0xf0,0x17, +0xb0,0x9b,0x0d,0x32,0xfb,0x00,0x93,0xc9,0x12,0x1a,0x16,0xc6,0x6c,0x15,0x70,0x71, +0x5d,0x40,0x02,0x22,0x2e,0x62,0x34,0x37,0x01,0x74,0x71,0x00,0x22,0x00,0x11,0x64, +0xd0,0x10,0x51,0x4f,0xcc,0xcc,0xce,0x70,0xd1,0x2a,0x00,0x3b,0x05,0x11,0xd8,0x04, +0x16,0x21,0x06,0xf1,0xcb,0x11,0x10,0x1e,0x59,0x58,0x00,0x4e,0x6c,0x30,0x01,0x11, +0x8c,0xb1,0x7b,0x23,0x09,0xff,0x0f,0x2d,0x02,0x69,0x62,0x12,0x53,0xc4,0x60,0x10, +0x0e,0x88,0x33,0xb0,0x16,0xb1,0x14,0xfa,0x99,0x99,0x51,0xff,0xff,0xfd,0xca,0x73, +0x0d,0x31,0x79,0x00,0x6e,0x56,0x06,0x30,0x90,0x01,0xaf,0x5f,0x04,0x21,0x8f,0xff, +0x9a,0x0b,0xe0,0x09,0x70,0xc3,0x16,0x0e,0x15,0x70,0x00,0xa5,0x0d,0x34,0xb0,0xe3, +0x22,0x42,0x51,0xa0,0x6a,0x0e,0xdc,0xb0,0x00,0xf1,0x0e,0x28,0xd0,0xe1,0x7c,0x05, +0xf5,0x04,0xf1,0xce,0x5e,0x10,0x00,0x0c,0x70,0x2f,0x2e,0x2e,0xf3,0x00,0x01,0xd0, +0xcf,0x88,0x50,0x2b,0xef,0x2b,0x51,0x04,0x63,0x27,0x31,0x2c,0xcc,0xcd,0x63,0x27, +0x03,0x44,0x2a,0x02,0xba,0x30,0x00,0xfd,0x06,0x46,0x9a,0x22,0x22,0x22,0x30,0x5b, +0x32,0x00,0xe8,0xc0,0x01,0x76,0x12,0x5c,0x0d,0x08,0x22,0x85,0xc0,0x17,0x38,0x10, +0x5c,0xde,0x2a,0x21,0x05,0xf4,0x6f,0x62,0x90,0x19,0xf5,0x00,0x4e,0x11,0x12,0xf2, +0x1f,0xb2,0xb4,0x32,0x37,0xfa,0x00,0x20,0x91,0x42,0x10,0x13,0xb4,0x43,0x20,0xf4, +0x3e,0xf6,0x19,0x20,0x43,0xe0,0x71,0x18,0x02,0x0b,0x00,0x60,0xe2,0x22,0x22,0x22, +0xe4,0x3f,0x1d,0x1c,0x08,0x16,0x00,0x01,0x0b,0x00,0x00,0xe8,0x46,0x21,0x1d,0x43, +0x79,0x0b,0x16,0x3e,0xb1,0x5a,0x50,0xe3,0x00,0xab,0xbb,0xa0,0x07,0x00,0x21,0xe7, +0x67,0x4e,0x69,0xf1,0x0a,0xe1,0x01,0xe5,0xcc,0xcc,0xfd,0xc0,0xe1,0x01,0xe2,0x55, +0x55,0xf7,0x50,0xe2,0x02,0xe0,0x10,0x00,0xe3,0x00,0xef,0xff,0xe0,0xb6,0x1c,0x00, +0x31,0xe0,0x2e,0x20,0x07,0x00,0x21,0x08,0xb0,0x07,0x00,0x61,0x00,0x70,0xe3,0x00, +0xed,0xdd,0x38,0x00,0x30,0xe4,0x22,0x20,0x07,0x00,0x10,0x81,0x32,0x1c,0x11,0xf2, +0x98,0x0d,0xf1,0x1f,0xff,0xb0,0x00,0xef,0xff,0xd0,0xcf,0xff,0xff,0xce,0x20,0x3d, +0x0c,0x50,0x00,0x5c,0xe1,0x03,0xd0,0xc4,0x00,0x04,0xce,0x10,0x3d,0x0c,0xa8,0x88, +0xac,0xef,0xff,0xd0,0xca,0x88,0x8b,0xce,0x20,0x4d,0x0c,0x40,0x00,0x4c,0xe1,0x03, +0xd0,0xd3,0x1a,0x00,0xc0,0x0e,0xdd,0xdd,0xec,0xef,0xff,0xd1,0xf3,0x33,0x37,0xce, +0x31,0x9e,0x62,0x40,0x4c,0x30,0x00,0x0b,0x2e,0x6b,0x00,0xc6,0x09,0x20,0x10,0x6c, +0xeb,0x50,0x24,0x0d,0xfe,0xd6,0x08,0x10,0x7f,0xe5,0x00,0x11,0x70,0x5d,0x01,0x00, +0xf6,0x13,0x10,0x7f,0xdd,0x1b,0x06,0x0f,0x00,0x21,0x7e,0xcc,0x35,0x02,0x60,0x01, +0xa5,0x22,0x32,0x22,0x21,0xa3,0x60,0x11,0x0f,0xa3,0x60,0x02,0x7e,0x23,0x22,0x0d, +0xa0,0x1e,0x13,0x11,0x23,0x8d,0x21,0x09,0x2d,0x13,0x09,0x61,0x45,0x01,0xb4,0x0c, +0x21,0xab,0xbb,0x07,0x00,0x21,0xe9,0x9f,0x12,0x35,0x30,0xe1,0x0f,0x0c,0x82,0x17, +0x91,0xe1,0x0f,0x0c,0x40,0xe2,0x0c,0x30,0xe2,0x1f,0x07,0x00,0x21,0xef,0xff,0x07, +0x00,0x00,0x15,0x00,0x10,0xf2,0xdc,0x45,0x10,0x9f,0xef,0x1c,0x50,0xe1,0x0f,0x00, +0x05,0xec,0xda,0x29,0xf1,0x04,0x00,0x0c,0x5c,0x40,0x00,0xe3,0x11,0x00,0x8c,0x04, +0xc0,0x00,0x70,0x00,0x1a,0xc1,0x00,0x9c,0x10,0xc6,0x02,0x15,0x07,0xb7,0x08,0x04, +0xbc,0x00,0x19,0x90,0xbc,0x00,0x29,0x07,0x90,0xda,0x00,0x0a,0xff,0x45,0x52,0x10, +0x00,0x33,0x00,0xe2,0xbd,0x46,0x40,0x0e,0x31,0x11,0x10,0xb9,0x80,0x01,0x7a,0x1e, +0x21,0x9d,0xe2,0x68,0x2f,0x50,0x7f,0x26,0xf9,0xf4,0x10,0x13,0x27,0x64,0x02,0x9d, +0xef,0xff,0xff,0x20,0x8e,0x10,0x01,0x19,0x02,0x11,0xa0,0x70,0x09,0x00,0x11,0x3f, +0x80,0x3e,0x22,0x22,0x22,0x28,0xa0,0x00,0x03,0xda,0x44,0x11,0xda,0x8e,0x09,0x00, +0x17,0x42,0x10,0x03,0x6b,0x1b,0x10,0xea,0x41,0x03,0x21,0x60,0x29,0xd1,0x0f,0xa0, +0x79,0x03,0xd0,0x0d,0x20,0x00,0x3e,0x07,0x90,0x3d,0x00,0x14,0x40,0xa7,0x79,0x03, +0xd4,0x8d,0x38,0x40,0x17,0x90,0x3d,0x01,0x75,0x29,0x53,0xee,0xdd,0xfd,0xdd,0xd7, +0x66,0x77,0x11,0x20,0x09,0x29,0x11,0x92,0xc0,0x2e,0x00,0x97,0x27,0xf2,0x14,0x04, +0xee,0xfe,0xee,0xef,0xfe,0xe6,0x00,0x04,0x60,0x88,0x08,0x70,0x74,0x00,0x00,0x1e, +0x18,0x80,0x87,0x1e,0x10,0x00,0x00,0x83,0x88,0x08,0x75,0x70,0x00,0x2e,0xee,0xef, +0xfe,0xff,0xdf,0x77,0x02,0xef,0x03,0x02,0xd1,0x30,0x01,0x2e,0x18,0x00,0x50,0x15, +0x02,0xa2,0x4a,0x05,0x0f,0x00,0x01,0x1d,0x2e,0x00,0xb7,0x3e,0x00,0xf8,0x0b,0x20, +0x00,0x6e,0x25,0x01,0xf0,0x03,0x60,0x00,0x06,0xc5,0x55,0x55,0x55,0xc6,0x00,0x00, +0x6c,0x55,0x55,0x55,0x5c,0x60,0x00,0x06,0x99,0x41,0x14,0xe6,0x92,0x68,0x03,0x61, +0x21,0x33,0xe0,0x01,0x11,0xc4,0x4a,0x00,0x3c,0x00,0x00,0x39,0x04,0x03,0xf2,0x01, +0x30,0xdd,0xdd,0xfd,0xc0,0x28,0x30,0x04,0xa1,0x0f,0xc9,0x6b,0xb1,0x5b,0xc3,0x00, +0xf0,0x06,0xdb,0x30,0x08,0x40,0x0b,0xec,0x86,0x36,0x10,0x06,0xdd,0x23,0xe0,0x62, +0x00,0xbb,0xfd,0xbb,0x96,0xdd,0xb8,0x30,0x01,0xb8,0x33,0x11,0x76,0x80,0x09,0xd0, +0x08,0x80,0x08,0x71,0x11,0x10,0x0b,0xee,0xff,0xec,0x9d,0xcf,0xdc,0x55,0x09,0xf0, +0x01,0x1a,0x40,0xb5,0x00,0x08,0x9b,0xef,0xd9,0xd1,0x0b,0x50,0x00,0x65,0x39,0x80, +0x4b,0xd9,0x09,0xf0,0x01,0x03,0x77,0x34,0x53,0x38,0x30,0x00,0x04,0xea,0xaa,0xaa, +0xaa,0xf3,0x00,0x00,0x4d,0x7b,0x03,0x30,0x30,0x00,0x04,0x69,0x01,0x11,0xf3,0xeb, +0x13,0x00,0xb4,0x0c,0x20,0x04,0xfd,0xf5,0x42,0x11,0x00,0x85,0x2b,0x01,0xf5,0x27, +0x23,0x1f,0x00,0x0d,0x00,0xf0,0x00,0x03,0xcc,0xcf,0xdc,0xcf,0xcc,0xcb,0x4d,0x44, +0xf7,0x45,0xf5,0x46,0xe4,0xc0,0x1a,0x00,0x21,0x2e,0x4c,0xac,0x2b,0x72,0xe4,0xd1, +0x1e,0x41,0x2f,0x11,0x4e,0xb6,0x52,0x0a,0x1a,0x00,0x02,0x0d,0x00,0x03,0x1a,0x00, +0x10,0xd1,0xf1,0x00,0x17,0x4d,0xcb,0x02,0x11,0xf2,0x8a,0x28,0xd1,0xbb,0xbf,0xbb, +0xbb,0xb0,0x00,0x09,0x93,0x33,0xf5,0x33,0x4f,0x00,0x4b,0x59,0x00,0xeb,0x06,0x00, +0x07,0x47,0x17,0xef,0x0f,0x00,0x11,0xde,0x0f,0x00,0x32,0x0a,0x20,0x6d,0x8a,0x51, +0x01,0x13,0x4d,0x02,0x5a,0x6f,0x00,0x0b,0x88,0xc5,0xac,0xea,0x64,0x21,0x00,0x0e, +0xd8,0x20,0x03,0x7a,0xce,0xff,0xfe,0x11,0x01,0x76,0x2d,0x02,0x99,0x51,0x00,0x4a, +0x0f,0x60,0xee,0xfe,0xa1,0xee,0xfe,0xe8,0x02,0x05,0x00,0x54,0x00,0xf1,0x10,0x0e, +0xef,0xfe,0xe6,0xef,0xff,0xee,0x00,0x01,0xee,0x40,0x00,0xba,0xe1,0x00,0x00,0xa9, +0x4e,0x61,0xac,0x07,0xc1,0x01,0xca,0x00,0x23,0x88,0x00,0x07,0xf2,0x04,0x4b,0x24, +0x12,0x22,0x44,0x21,0x00,0xbc,0x6c,0x00,0xf8,0x01,0x15,0x20,0x0f,0x00,0x00,0x23, +0x4a,0x40,0x2f,0x20,0x00,0x02,0xf0,0x04,0x42,0xe2,0x00,0x00,0x5f,0x70,0x47,0x22, +0x05,0xb0,0x28,0x35,0x10,0x5e,0xd1,0x48,0xb0,0x50,0x00,0x05,0xd5,0x55,0x55,0x55, +0xd5,0x00,0x00,0x15,0x6d,0x74,0x11,0x20,0xc2,0x02,0x00,0x59,0x23,0x12,0xc3,0xae, +0x2d,0x70,0x0c,0xed,0xdf,0x6f,0xee,0xef,0x80,0x0f,0x00,0xf1,0x10,0x88,0x00,0xd3, +0x00,0x0c,0xdd,0xdf,0x00,0xd4,0xaa,0x00,0x00,0xc3,0x13,0xf5,0x03,0xfd,0x00,0x02, +0xdf,0xec,0xaf,0x66,0xda,0xdb,0x40,0x02,0x00,0x00,0xf5,0xa2,0x77,0x52,0x23,0x02, +0x90,0xc7,0x29,0x09,0x13,0x3a,0x22,0x39,0xd3,0x23,0x74,0x03,0x67,0x1e,0x12,0x8f, +0x8d,0x27,0x21,0x4f,0xf0,0x15,0x54,0xf1,0x00,0x4f,0x7f,0x11,0x11,0x11,0xd4,0x00, +0x2e,0x42,0xfe,0xee,0xee,0xef,0x40,0x00,0xce,0x3c,0x00,0x13,0x33,0x02,0x0f,0x00, +0x02,0x88,0x2d,0x01,0x4b,0x1c,0x21,0x01,0x1d,0x0f,0x00,0x10,0x01,0x81,0x42,0x11, +0xe1,0x28,0x2b,0x00,0x07,0x00,0xf1,0x00,0x4f,0xff,0xfe,0x2c,0xfd,0xcd,0xfc,0x4c, +0x00,0x2e,0x03,0xe4,0x35,0xe3,0x4b,0x98,0x25,0xb0,0xd0,0x4c,0x22,0x5e,0x00,0xee, +0xde,0xd0,0x4f,0xdd,0xde,0x23,0x00,0x00,0x15,0x00,0x60,0xee,0xee,0xd0,0x5b,0x00, +0x2e,0x0e,0x00,0xfe,0x18,0x6f,0xee,0xee,0x14,0xe5,0x46,0xe4,0x7a,0x33,0x5e,0x4b, +0xbb,0xbb,0xbb,0x96,0x00,0x2e,0x00,0x97,0x0c,0x20,0xd4,0x00,0x2e,0x06,0xe1,0x04, +0xe4,0xe0,0x00,0x4e,0x1d,0x20,0x00,0x47,0x70,0x1f,0xf9,0x00,0xc2,0x16,0x02,0x64, +0x1c,0x10,0x3f,0x64,0x1c,0x02,0x1d,0x02,0x0b,0x1e,0x00,0x00,0x59,0x23,0x10,0x4f, +0x6f,0x4b,0x10,0xee,0x4f,0x30,0x20,0xee,0xe1,0x9f,0x79,0x11,0xe3,0xe1,0x01,0x31, +0xd4,0xf3,0xd3,0x37,0x64,0x10,0x1f,0x8f,0x0d,0x10,0x2b,0x0a,0x7a,0x40,0xeb,0x20, +0x2f,0x90,0xb2,0x5f,0x22,0x9f,0x20,0x3c,0x00,0x1e,0x10,0x12,0x3f,0x01,0x0f,0x00, +0x10,0x22,0x28,0x33,0x00,0xa7,0x36,0x31,0xef,0xff,0xff,0x72,0x21,0x31,0xc7,0xf8, +0xb0,0x45,0x2d,0x30,0x1f,0x1e,0x40,0xa7,0x19,0x40,0x41,0xf1,0x5e,0x10,0x5b,0x63, +0xe0,0x1f,0x10,0xac,0x00,0x00,0x1b,0xb0,0x01,0xf1,0x00,0xcc,0x10,0x1e,0xb9,0x93, +0x6d,0x9c,0xbe,0x20,0x50,0x12,0x23,0xf3,0x22,0x10,0x40,0x5a,0x00,0x13,0x09,0x6f, +0x1c,0x10,0x98,0xae,0x81,0x00,0x0f,0x00,0xf0,0x02,0x09,0x80,0x0e,0x20,0x01,0xdd, +0xff,0xd8,0x97,0x00,0xe2,0x00,0x02,0x2e,0xa2,0x19,0x70,0x3e,0x34,0x30,0xff,0x30, +0x97,0x95,0x02,0x30,0x7f,0xcd,0x09,0x0f,0x00,0xb0,0x0d,0xb8,0x98,0xa6,0x00,0xe2, +0x00,0x05,0xb9,0x81,0x2c,0xee,0x11,0xf2,0x12,0xd4,0x98,0x00,0xe2,0x00,0xe2,0x00, +0x1a,0x09,0x80,0x2e,0x00,0x0e,0x22,0x60,0x00,0x98,0x08,0x80,0x00,0xe2,0x2a,0x00, +0x09,0x82,0xe2,0x00,0x0e,0x45,0x90,0x00,0x98,0x77,0x4c,0x2a,0x04,0xa9,0x2c,0x03, +0x81,0x05,0x21,0x97,0x00,0xc7,0x15,0xa1,0x09,0x70,0x01,0x12,0xf2,0x11,0x01,0xdd, +0xfe,0xda,0x9f,0x5d,0x21,0x2e,0x92,0x6e,0x70,0x31,0x02,0xfe,0x10,0xa7,0x00,0xf0, +0x03,0x7f,0xcc,0x7d,0xdd,0xfd,0xdd,0x60,0x0d,0xb7,0xa9,0x44,0x5f,0x54,0x42,0x05, +0xb9,0x71,0x20,0x1e,0x00,0x21,0xd4,0x97,0xc5,0x00,0x32,0x09,0x09,0x70,0xc5,0x00, +0x12,0x97,0xd4,0x00,0x0b,0x0f,0x00,0x0a,0x8c,0x06,0x12,0x0b,0xc7,0x50,0x00,0xfb, +0x3b,0x30,0xf2,0x11,0x11,0xfd,0x4d,0x10,0x1f,0xbb,0x01,0x21,0x0b,0xfe,0x2f,0x2f, +0x01,0x7f,0x1f,0x40,0x03,0xe0,0x00,0x0b,0x81,0x81,0x13,0x3e,0x1c,0x3d,0x10,0xe0, +0x54,0x08,0x02,0xa4,0x57,0x30,0x6e,0x4f,0x4d,0xdb,0x4c,0xf1,0x00,0xbd,0x20,0xf1, +0x1c,0xc5,0x00,0x1c,0xe7,0x00,0x0f,0x10,0x06,0xed,0x30,0x50,0x5a,0x00,0x00,0x44, +0x0f,0x02,0x79,0x05,0x02,0x84,0x0b,0x00,0xf6,0x05,0x70,0xef,0xf4,0x00,0x00,0x06, +0xed,0x90,0x1e,0x37,0x52,0x0a,0xc2,0x0a,0xc5,0xd8,0x63,0x33,0x00,0x6f,0x38,0xf0, +0x04,0x14,0x7a,0xfc,0x51,0x7d,0xea,0x74,0x05,0xfb,0x72,0x03,0xe0,0x04,0x7b,0xc0, +0x00,0x11,0x11,0x4e,0x4f,0x05,0x10,0x0d,0x5f,0x05,0x10,0xe8,0x7f,0x24,0x20,0x3e, +0x03,0x63,0x09,0xa0,0xc8,0x03,0xe0,0x2d,0x70,0x00,0x04,0xe7,0x00,0x3e,0x47,0x51, +0x10,0x13,0xd7,0x18,0x1c,0x13,0x60,0x02,0x01,0x3d,0x35,0x00,0xb6,0x76,0x60,0x71, +0x12,0xf2,0x11,0x83,0x00,0x24,0x2b,0x01,0x12,0x35,0x31,0x5d,0x01,0xf0,0x68,0x0e, +0x44,0xa1,0x1f,0x00,0xb0,0x58,0x0c,0x61,0xf1,0x01,0x11,0x15,0xff,0xf5,0x7f,0x24, +0x31,0xe4,0xf4,0xe4,0x34,0x7f,0xf1,0x06,0x1f,0x04,0xe4,0x00,0x00,0x19,0xe4,0x01, +0xf0,0x04,0xe9,0x00,0x2e,0xb1,0x00,0x1f,0x00,0x02,0xbe,0x20,0x20,0x5a,0x00,0x12, +0x30,0xae,0x0b,0x10,0x42,0xbd,0x0b,0x21,0x35,0x7a,0x6b,0x30,0x81,0x9e,0xb9,0x74, +0x10,0x00,0x99,0xf9,0x79,0x94,0x24,0x30,0x8f,0x75,0x98,0xa3,0x02,0x31,0x06,0xf7, +0x09,0x35,0x35,0xf0,0x14,0xbf,0xd2,0xa7,0xd2,0x00,0xd3,0x00,0x1b,0xf5,0x9b,0x58, +0x70,0x2e,0x00,0x08,0x5f,0x01,0xc4,0x3d,0x09,0x90,0x02,0xd0,0xf0,0x0e,0x20,0xb9, +0xe1,0x00,0x26,0x0f,0x02,0xf0,0x03,0xf8,0x39,0x0c,0xf6,0x04,0x6b,0x01,0xcd,0xd2, +0x00,0x00,0x0f,0x0e,0x55,0xe9,0x08,0xe6,0x00,0x00,0xf3,0xb2,0xd5,0x00,0x05,0x85, +0x0c,0x05,0xdc,0x30,0x11,0x3f,0x63,0x2c,0x50,0x1f,0x00,0x0b,0x50,0x4d,0x3d,0x2f, +0xf0,0x29,0xa0,0xc4,0x07,0x90,0x00,0x01,0x5f,0x20,0x0d,0x30,0xb5,0x00,0x00,0x09, +0xfa,0x00,0xe4,0x0f,0xcb,0x60,0x00,0xdf,0xb4,0x0f,0xa0,0x33,0xc6,0x00,0x3b,0xf3, +0x83,0xef,0x00,0x0f,0x10,0x0b,0x5f,0x00,0x5a,0x98,0x06,0xb0,0x03,0xd0,0xf0,0x0a, +0x61,0xe3,0xe3,0x00,0x25,0x0f,0x00,0xf2,0x06,0xfa,0x4b,0x00,0xf6,0x04,0x6c,0x00, +0x8f,0xc1,0x00,0x00,0x0f,0x1e,0x31,0xbd,0x2a,0xe5,0x00,0x00,0xf4,0x90,0x99,0x10, +0x06,0xb0,0x65,0x11,0x9f,0x45,0x6e,0x00,0xfe,0x02,0x30,0xf1,0x00,0x7a,0x35,0x78, +0x40,0x2f,0x21,0x18,0xa0,0x10,0x7e,0x40,0xfd,0xcc,0xea,0x00,0x16,0x62,0x50,0x10, +0x07,0xa0,0x00,0x09,0x1d,0x02,0x15,0xfa,0x7e,0x03,0x41,0xdd,0xdd,0xde,0xfe,0x9f, +0x34,0x30,0x29,0xef,0xea,0x5c,0x0b,0x40,0x09,0xd2,0xf2,0xca,0x3c,0x36,0x70,0xb0, +0x0f,0x10,0x9e,0x60,0x02,0xdd,0x3b,0x02,0x31,0x3c,0xe2,0x04,0x77,0x02,0x17,0x03, +0x6a,0x1e,0x05,0x5c,0x5c,0x20,0x04,0xd0,0x20,0x53,0x11,0x60,0x09,0x2f,0x20,0x6f, +0x21,0x5d,0x17,0xf0,0x23,0x00,0x08,0xf6,0x0b,0x71,0x5c,0x13,0xf0,0x00,0xde,0xc2, +0xb6,0x05,0xd0,0x1f,0x00,0x3c,0xe4,0xab,0x60,0x9e,0x61,0xf0,0x0a,0x7e,0x02,0xb6, +0x1e,0x2d,0x2f,0x02,0xd2,0xe0,0x0b,0x6c,0x70,0x89,0xf0,0x15,0x2e,0x00,0xb9,0x90, +0x01,0x7f,0x00,0x02,0xe0,0x0b,0x60,0xa1,0x01,0x12,0x2e,0x8e,0x34,0x01,0x0f,0x00, +0x18,0xcf,0x47,0x39,0x08,0x1e,0x02,0x20,0x1d,0xdd,0x72,0x18,0x70,0xdd,0x10,0x11, +0x12,0xcb,0xfa,0xc2,0xd7,0x08,0xe0,0xdb,0x1f,0x0a,0xd3,0x00,0x00,0x18,0xfa,0x01, +0xf0,0x09,0xfb,0x40,0x2f,0xda,0x07,0xa1,0x05,0xef,0x20,0x61,0xae,0xcc,0xcc,0xce, +0x90,0x40,0x71,0x46,0x00,0x9a,0x1c,0x01,0x0f,0x00,0x15,0x00,0x0f,0x00,0x6a,0x8c, +0xcc,0xcc,0xcc,0x70,0x00,0x0e,0x51,0x15,0xe0,0x4a,0x76,0x10,0xe2,0xda,0x0e,0x00, +0xac,0x59,0x71,0x0d,0xdd,0xdd,0xd9,0x00,0x44,0xf6,0x07,0x0b,0x42,0x29,0xbf,0xb9, +0x10,0x65,0x12,0x11,0x0a,0x9e,0x02,0xf0,0x07,0xdf,0xc6,0x01,0x15,0xd1,0x11,0x00, +0x4b,0xe3,0xe0,0x10,0x3d,0x02,0x00,0x0c,0x4e,0x21,0x0c,0x53,0xd0,0xe2,0x06,0x53, +0x65,0xf0,0x01,0x3d,0x08,0x90,0x12,0x0e,0x20,0x99,0x03,0xd0,0x2f,0x00,0x00,0xe2, +0x3e,0x10,0x3d,0xad,0x5a,0x50,0x21,0x40,0x16,0xd0,0x05,0xe9,0x6e,0x21,0x2f,0xe8, +0x16,0x02,0x40,0x06,0x20,0x02,0xa0,0x87,0x02,0x31,0x7b,0x00,0x8a,0x25,0x02,0x00, +0x94,0x09,0xb0,0xab,0xfb,0x81,0x28,0x47,0xc2,0x10,0x06,0x8f,0x75,0xaf,0xc4,0x1f, +0x23,0x06,0xf7,0xe8,0x45,0x12,0xd3,0xcc,0x4d,0x20,0xf5,0xc0,0xa1,0x08,0x40,0x09, +0x6f,0x03,0x1f,0xbc,0x43,0x12,0xe1,0xf4,0x2d,0x15,0x26,0x61,0x02,0x03,0x70,0x02, +0x12,0x04,0x2d,0x38,0x11,0xf0,0x7e,0x65,0x07,0xe5,0x0f,0x01,0x49,0x06,0x13,0x0f, +0x5c,0x58,0xa0,0xf0,0x05,0x55,0x99,0x55,0x50,0x02,0x3f,0x21,0xee,0xbc,0x7a,0x61, +0xde,0xfd,0x80,0x27,0x00,0x90,0x64,0x8a,0xf0,0x19,0x70,0x08,0xc0,0x00,0x0c,0xfa, +0x0a,0xb0,0x00,0x1a,0x90,0x01,0xdf,0xb6,0xa9,0x80,0x0d,0x59,0x00,0x77,0xf3,0x70, +0x3f,0x14,0xe0,0x00,0x1e,0x2f,0x00,0x00,0xaa,0xd6,0x00,0x05,0x80,0xf0,0x00,0x01, +0xfd,0x00,0x84,0x65,0x31,0x00,0xbd,0xe9,0x4b,0x00,0xb8,0xda,0x01,0xce,0x60,0x00, +0x0f,0x04,0xd4,0x00,0x00,0x5b,0x39,0x79,0x02,0x29,0x32,0x10,0x49,0x79,0x00,0xf0, +0x0c,0x2d,0x00,0x1e,0x30,0x09,0xa0,0x00,0x2d,0x00,0x08,0x70,0x1f,0x20,0x1e,0xef, +0xe8,0xee,0xee,0xef,0xe9,0x02,0x6e,0x21,0x11,0x1d,0x51,0x11,0xf9,0x56,0x00,0x67, +0x0c,0xf0,0x01,0xde,0xd0,0x9d,0xdf,0xdd,0xd2,0x02,0xdd,0x77,0x23,0x3d,0x63,0x30, +0x09,0x8d,0x11,0x15,0x00,0xa0,0x1e,0x3d,0x02,0x33,0x3d,0x73,0x33,0x37,0x2d,0x06, +0xa7,0x58,0x22,0x00,0x2d,0x91,0x0c,0x0a,0x07,0x00,0x04,0x01,0x00,0x11,0xf1,0x53, +0x65,0x00,0xde,0x02,0x30,0xe5,0x55,0x51,0xed,0x2c,0xf2,0x2e,0xec,0xbb,0xbf,0x60, +0x1e,0xef,0xea,0xbf,0x90,0x08,0xd0,0x00,0x26,0xf4,0x4d,0x2d,0x55,0xf3,0x00,0x00, +0x8f,0xc0,0x10,0x2e,0xf4,0x00,0x00,0x0d,0xfb,0x60,0x1a,0xee,0x91,0x00,0x02,0xbf, +0x3c,0x9f,0xa1,0x1a,0xf9,0x20,0x96,0xf1,0xab,0x51,0x11,0x14,0xa4,0x2e,0x0f,0x10, +0x5f,0xdd,0xdd,0xf2,0x02,0x60,0xf1,0x05,0xa0,0x29,0x2d,0x21,0x5a,0x00,0x38,0x2d, +0x40,0x05,0xfd,0xdd,0xdf,0x0f,0x00,0x10,0x5b,0xb9,0x2c,0x05,0x84,0x5e,0x13,0x10, +0x1e,0x37,0x11,0x0d,0xcd,0x2a,0x31,0x0e,0x10,0xd4,0x93,0x27,0xf0,0x03,0xe5,0x2d, +0x31,0x11,0x11,0x10,0x1c,0xcf,0xd9,0xd5,0xdd,0xfe,0xdd,0x00,0x03,0xf5,0x0d,0x30, +0x90,0x0e,0x30,0x9f,0xe3,0xd3,0xda,0x02,0xd0,0x0d,0xe5,0xdd,0x3b,0xdf,0xed,0x90, +0x06,0x8e,0x12,0xd3,0x00,0xb5,0x00,0x2c,0x01,0x1e,0x00,0x41,0x17,0x0e,0x10,0xd7, +0xc7,0x29,0x32,0xe1,0x0d,0x30,0x5a,0x00,0x20,0xdd,0xcc,0x1c,0x0e,0x28,0xe1,0x02, +0x59,0x34,0x00,0xbf,0x01,0x12,0xd2,0x7b,0x33,0x21,0x7f,0x80,0x0f,0x00,0xf2,0x0d, +0x2e,0x3d,0x60,0x00,0x1e,0xef,0xe6,0x1d,0x50,0x2e,0x50,0x00,0x38,0xe3,0x3d,0x80, +0x00,0x3e,0x80,0x00,0xaf,0x4e,0x7d,0xee,0xee,0x4d,0x40,0x0e,0x93,0x64,0xf1,0x0e, +0x04,0xcd,0x86,0x70,0x0b,0x00,0x75,0x00,0xb7,0xd1,0x0b,0x40,0xd1,0x0e,0x20,0x2d, +0x2d,0x00,0x69,0x0a,0x45,0xa0,0x00,0x42,0xd0,0x02,0xc0,0x53,0xc3,0xc0,0x19,0x00, +0x29,0x49,0x10,0x02,0x1c,0x20,0x52,0xdc,0xc0,0x00,0x2d,0x02,0xf6,0x55,0x10,0x5b, +0x42,0x20,0x00,0x8c,0x23,0xf0,0x11,0x6c,0xcf,0xcc,0xfc,0xc1,0x01,0x6c,0x12,0x25, +0xe2,0x3f,0x32,0x02,0xff,0xff,0x40,0x04,0x00,0x50,0x00,0x15,0xad,0x51,0xdd,0xdd, +0xdd,0xe5,0x00,0x0a,0xf1,0x0d,0x30,0x54,0x06,0x30,0xef,0x90,0xdd,0x9f,0x2f,0x30, +0x3f,0xbc,0x3d,0x0f,0x00,0xa1,0x0a,0xab,0x52,0xbd,0xdf,0xed,0xd4,0x02,0xe5,0xb0, +0xad,0x00,0x31,0x47,0x5b,0x0d,0x88,0x0c,0x70,0x05,0xb0,0x00,0x0a,0x8b,0x50,0x00, +0xc3,0x63,0xb5,0xa0,0x1d,0x92,0x00,0x05,0xb1,0xda,0x30,0x00,0x06,0xd2,0x84,0x0f, +0x10,0xa0,0xb1,0x74,0x00,0xc9,0x36,0xf0,0x01,0x78,0xf7,0x7f,0x85,0x00,0x05,0xa0, +0x18,0x9f,0x88,0xf9,0x50,0x3e,0xef,0xe1,0x01,0xde,0x31,0x31,0x2b,0xb2,0x9f,0x61, +0x01,0x21,0xef,0x20,0xe5,0x87,0xf0,0x0a,0x3f,0xdc,0x0b,0xdd,0xee,0xdd,0x50,0x08, +0xba,0xa6,0xd4,0x09,0x50,0xa6,0x00,0xe6,0xa1,0x1d,0xdb,0xed,0xbe,0x60,0x79,0x5a, +0x00,0x0f,0x00,0xfa,0x0c,0x02,0x15,0xa0,0x0d,0xed,0xee,0xdf,0x60,0x00,0x5a,0x00, +0x04,0x80,0x18,0x10,0x00,0x05,0xa0,0x19,0xe4,0x00,0x7e,0x40,0x00,0x5a,0x0b,0x81, +0x3c,0x1f,0x21,0x00,0x60,0x75,0x7e,0x00,0x41,0x1b,0xf0,0x17,0xeb,0xaa,0xaa,0x56, +0xc0,0x00,0x10,0xe2,0x00,0x08,0x0a,0xff,0xff,0xf3,0xed,0x60,0x3d,0x0e,0x22,0x00, +0xf0,0xe4,0xe2,0x97,0x6b,0x0f,0x03,0xb0,0xe2,0x7c,0xe1,0x93,0x0f,0x07,0x60,0xe2, +0x0c,0xb0,0x27,0x05,0x30,0xe2,0x0e,0xe1,0xfd,0x65,0xf0,0x05,0xe2,0x7a,0xa9,0x00, +0x6f,0x90,0x00,0xe6,0xe1,0x2f,0x10,0xb7,0xe0,0x00,0xed,0x50,0x06,0x12,0xf0,0x98, +0xff,0x3c,0x40,0x2c,0x80,0x1e,0x40,0x1b,0x7a,0x32,0x00,0x03,0xe1,0x7f,0x1c,0x01, +0x8b,0x56,0x17,0xa0,0x27,0x0a,0x03,0x0f,0x00,0x22,0x01,0x70,0x0f,0x00,0x11,0x2f, +0x0f,0x00,0x00,0xf1,0x09,0x40,0x8c,0x44,0x44,0x20,0x0f,0x00,0x30,0xec,0xcc,0xc6, +0x0f,0x00,0x0b,0x1e,0x00,0x1e,0x8a,0x0f,0x00,0x40,0x2e,0xef,0xee,0xef,0xf5,0x84, +0x03,0x7e,0x6c,0x11,0x02,0x59,0x0d,0x31,0x32,0x00,0x8d,0x31,0x7f,0x19,0x90,0x97, +0x40,0x01,0x74,0x75,0x22,0x0a,0x70,0x3d,0x05,0x30,0xa8,0x22,0x22,0x4c,0x05,0x10, +0x0a,0x9d,0x76,0x22,0x01,0xf0,0x1e,0x00,0x15,0x1f,0x1e,0x00,0x07,0x0f,0x00,0x83, +0x02,0xcd,0xfc,0xcc,0xfe,0xcc,0xcc,0xc2,0xaf,0x57,0x01,0xb6,0x14,0x12,0x3e,0xf5, +0x05,0x02,0xef,0x3b,0x02,0x0f,0x00,0x10,0x0a,0x0f,0x00,0xf0,0x01,0x02,0x00,0x01, +0xf0,0x2e,0x00,0x3e,0x03,0xe8,0x00,0x1f,0x02,0xff,0xf4,0xe7,0xf8,0x0f,0x00,0x62, +0x11,0x3f,0xb2,0x00,0x00,0x1f,0x2d,0x00,0x01,0x1e,0x00,0x1b,0x00,0x0f,0x00,0xf9, +0x07,0x08,0x20,0x1f,0x02,0xe0,0x14,0xe0,0x00,0xc4,0x01,0xf6,0x9f,0xef,0x4f,0x21, +0x2f,0x13,0xff,0xc9,0x74,0x10,0xcf,0xdf,0x6f,0x21,0x0e,0x30,0xa1,0x44,0x00,0x07, +0x00,0x00,0x9a,0x1b,0x30,0xff,0xff,0x90,0x07,0x00,0x21,0x51,0x11,0x0e,0x00,0x17, +0x30,0x84,0x0f,0x40,0x31,0x1f,0x30,0x01,0x25,0x90,0xf0,0x02,0x0f,0x20,0x0a,0x90, +0x00,0x2e,0x60,0x0f,0x20,0x5e,0x10,0x03,0xe8,0x00,0x0f,0x25,0xf4,0xa6,0x2d,0x31, +0x0d,0xae,0x40,0x28,0x3f,0x70,0xc2,0x00,0x00,0x01,0x58,0xbf,0xa4,0xae,0x0b,0x28, +0xd9,0x51,0x5a,0x06,0x03,0x2c,0x0f,0x21,0x11,0x6d,0x75,0x21,0x20,0x00,0x0b,0x93, +0x21,0x00,0xfd,0x97,0xf0,0x10,0x11,0x04,0xc0,0x02,0x10,0x00,0x8f,0xff,0xfb,0x4c, +0x03,0xe7,0x00,0x2f,0x20,0x09,0x74,0xd6,0xf7,0x00,0x0d,0x64,0x00,0xe2,0x4f,0xd3, +0x00,0x01,0x82,0xe6,0x5d,0x38,0x36,0x00,0x8f,0x40,0x11,0x4c,0x6c,0x58,0x00,0x9c, +0x7d,0x10,0x20,0x71,0x21,0x60,0x4c,0x00,0x0b,0x40,0x1a,0xe2,0xfd,0x6d,0x30,0xe2, +0x1e,0xa1,0xeb,0x2e,0x18,0xfb,0x4d,0x7e,0x20,0x01,0xe0,0xb7,0x08,0x31,0xfa,0x68, +0x1e,0x5c,0x0f,0x31,0x0a,0x61,0xe0,0x91,0x06,0xf0,0x02,0xef,0xef,0xee,0xc0,0x00, +0xef,0xff,0x9c,0x13,0xe1,0x11,0x00,0x2d,0x11,0xfe,0x40,0x1e,0xc0,0x01,0x90,0x2d, +0x21,0x13,0xe1,0x11,0x02,0xf7,0x45,0x9c,0x3c,0x15,0x62,0x37,0x4e,0xe5,0x00,0x2f, +0xfc,0x13,0x76,0x20,0x7e,0x88,0xcc,0x0a,0xf3,0x06,0x1b,0x91,0xe0,0xd5,0x00,0x04, +0xe1,0x3e,0x90,0x1e,0x03,0xe6,0x06,0xf3,0x06,0x60,0x01,0xe0,0x03,0x40,0xa3,0xb9, +0x41,0x03,0xf0,0x2c,0x60,0x06,0xbf,0xa3,0x0e,0xff,0xf1,0xbc,0x09,0x00,0x2c,0x72, +0x02,0xfd,0x52,0x10,0xe1,0x6f,0x0c,0x21,0x34,0xd0,0x0f,0x00,0x90,0x01,0xd6,0x00, +0xbc,0xc1,0x02,0xe0,0x00,0x38,0xd4,0x13,0x30,0x2f,0xee,0xe3,0xc2,0x0c,0x00,0xa2, +0x13,0x30,0xb1,0x17,0xb0,0x14,0x30,0xf1,0x03,0x0d,0x20,0xc5,0x00,0x29,0xfc,0xfe, +0x60,0x5d,0x8b,0x00,0x03,0xaf,0x31,0x00,0x00,0xcf,0x30,0x32,0x30,0xb7,0xcc,0x9e, +0x71,0x00,0x2e,0x00,0x0c,0xe7,0x00,0x4c,0xe0,0xe7,0x4a,0x12,0x01,0x36,0x25,0x2f, +0x0f,0x20,0x07,0x00,0x02,0x21,0x0a,0x60,0x07,0x00,0xe2,0xaf,0x50,0x0f,0xff,0xfd, +0x0f,0x5d,0xd2,0x00,0x0f,0x42,0x21,0x0f,0xf8,0x1c,0x00,0x1b,0x40,0x31,0x00,0x12, +0x60,0x07,0x00,0xf4,0x07,0xf0,0x0f,0x20,0x58,0x0f,0x20,0x02,0xe0,0x1f,0xbf,0xd7, +0x0e,0x61,0x17,0xc0,0x7e,0x93,0x00,0x08,0xff,0xfe,0x40,0x0b,0x05,0x12,0x81,0x22, +0x1e,0x21,0x3d,0xe4,0x50,0x0e,0x00,0x0e,0x55,0x22,0x0e,0x20,0x6c,0x09,0x30,0xe3, +0x4a,0xa0,0x9a,0x15,0xf0,0x27,0x2f,0xfd,0xac,0x01,0xdc,0x30,0x1f,0xce,0xf4,0x04, +0xc0,0x00,0x79,0x7f,0xf5,0x0e,0x20,0x4c,0x00,0x00,0x03,0x2f,0x00,0xe2,0x05,0xb0, +0x00,0x03,0x30,0xf0,0x0e,0x20,0x7a,0x00,0x00,0xc6,0x0f,0x00,0xe4,0xff,0x40,0x00, +0x4e,0x00,0xf0,0x05,0x00,0x05,0x10,0x0d,0x60,0x0f,0x00,0x00,0xc0,0x26,0x20,0x00, +0xf4,0x4d,0x57,0x40,0x75,0x00,0x07,0xef,0x45,0x09,0x13,0x10,0xa1,0x1a,0x21,0x80, +0x02,0x33,0x2b,0x40,0x2b,0x80,0x2e,0x00,0x52,0x19,0x00,0x57,0x24,0x30,0xf0,0x00, +0x02,0x73,0x2d,0xd3,0x2f,0x22,0x11,0xeb,0x20,0x9d,0x10,0x00,0xcf,0xf5,0x00,0x7c, +0x29,0x2f,0x00,0x11,0xbf,0x81,0x07,0xe0,0x02,0x10,0xd6,0x11,0x17,0xc0,0x00,0x00, +0xb7,0x04,0xe1,0x02,0xf4,0x00,0xf3,0x02,0x21,0xd4,0xe6,0xd7,0x97,0x20,0x0d,0xfb, +0xc3,0x13,0xd5,0x03,0x8e,0xb6,0xdd,0x72,0x00,0x65,0x09,0xe9,0x30,0x00,0x6b,0xf4, +0x21,0x02,0x11,0x91,0xda,0x00,0x32,0x01,0xcf,0x50,0x12,0x1f,0x03,0x92,0x08,0x11, +0x10,0xb7,0x7b,0x10,0x00,0x6a,0x1d,0x40,0xdf,0x0c,0x91,0x04,0xc5,0x0f,0x31,0x01, +0x8e,0x14,0xcc,0x0f,0x63,0x01,0x04,0xc1,0x1e,0x41,0x3f,0x21,0x87,0x31,0x00,0x06, +0x54,0x15,0x00,0x21,0x1e,0x34,0x07,0x00,0x11,0x9a,0x2a,0x00,0x31,0x03,0xf2,0x04, +0x38,0x15,0x64,0x60,0x04,0xc1,0x11,0x11,0x2e,0x20,0x14,0x31,0x4e,0x70,0x03,0xb6, +0x3b,0x32,0x1c,0x80,0x3d,0xef,0x26,0x11,0x04,0x36,0x41,0x00,0x1d,0x09,0x40,0x0e, +0x20,0x02,0xe7,0x10,0x4a,0xd2,0xe3,0x00,0x02,0xcb,0x2e,0x90,0x00,0x09,0xee,0x20, +0x00,0x21,0x71,0x28,0x1f,0x12,0x10,0x54,0x48,0x21,0x98,0x0f,0x0b,0x0a,0x30,0x4e, +0x10,0xf0,0x78,0x07,0x21,0x1e,0x50,0x0f,0x00,0x31,0x0a,0xb0,0x00,0x1e,0x00,0x92, +0x51,0x00,0x0f,0x11,0x11,0x1e,0x10,0x02,0x91,0xfc,0x0a,0x22,0x2c,0xe4,0x9b,0x08, +0x23,0x07,0xa0,0x0b,0x0b,0x01,0x63,0x3a,0x10,0x02,0x89,0x2a,0x52,0x21,0x10,0x01, +0xeb,0x20,0x1e,0x00,0x20,0x8d,0x01,0xd4,0x2a,0x03,0x8a,0x09,0x10,0xf0,0xa1,0x1b, +0x12,0xd7,0x37,0x05,0x30,0x5e,0x01,0x30,0x36,0x27,0x60,0x0d,0x50,0x2e,0x20,0x00, +0x0a,0x88,0x46,0xe0,0x7d,0x00,0x04,0xf1,0x05,0xfc,0xcd,0xfe,0xe6,0x00,0x77,0x00, +0x49,0x64,0xe5,0x4a,0x03,0x81,0x02,0x22,0x04,0x60,0x9a,0x0a,0x22,0x5f,0xa0,0x17, +0x10,0x40,0x3e,0x42,0x22,0x5e,0xef,0x04,0xf1,0x0a,0x10,0xde,0xde,0xfd,0xde,0xe0, +0x02,0x00,0x0d,0x30,0x2e,0x00,0x88,0x03,0xdb,0x20,0xd3,0x02,0xe0,0x08,0x10,0x00, +0x65,0x0d,0xfe,0x4c,0x3d,0x21,0x00,0xe6,0xf2,0x45,0xf0,0x0a,0x07,0x0f,0x0b,0x60, +0x0e,0x40,0x00,0x05,0xd1,0xe0,0x2e,0x28,0xb0,0x00,0x00,0xc6,0x4c,0x00,0x6e,0xe1, +0x00,0x00,0x5e,0x09,0x70,0xff,0x42,0xf0,0x00,0x0d,0x62,0xf3,0x6d,0xb1,0x5e,0xb5, +0x00,0x70,0x47,0x4c,0x50,0x00,0x17,0xc1,0xc7,0x0c,0x12,0x93,0x56,0x70,0x01,0xa3, +0x18,0x22,0x08,0x50,0x7b,0x08,0x01,0xef,0x31,0xb1,0xb0,0x03,0x00,0x02,0x22,0x6e, +0x22,0x21,0x04,0xfa,0x10,0x16,0x0b,0x23,0x02,0xca,0x70,0x45,0x31,0x10,0x11,0x15, +0x79,0x60,0x12,0x09,0xda,0x15,0x12,0xb6,0x79,0x3a,0x16,0x4e,0x60,0x59,0x12,0xd0, +0xee,0x13,0x10,0x5e,0x87,0x15,0x11,0x0a,0x2c,0x2d,0x16,0x01,0x5d,0x03,0x11,0x35, +0x8a,0x5a,0x31,0x50,0x0b,0x80,0x02,0x24,0x12,0x73,0xc3,0x0d,0x50,0x12,0xde,0x10, +0x00,0xc7,0x68,0x8e,0x10,0x7b,0xce,0x45,0xd0,0xe6,0x02,0x00,0x7c,0xbc,0x00,0x00, +0x03,0xd9,0x00,0x06,0xff,0x91,0x49,0x39,0xf0,0x01,0x7d,0xd4,0x19,0xfb,0x60,0x00, +0x01,0x9d,0x72,0x22,0x24,0x9b,0x00,0x00,0xb6,0xbd,0x10,0x25,0x41,0x00,0x5d,0x0b, +0x40,0xd2,0x45,0x20,0x40,0xb4,0x2e,0x01,0x40,0x0b,0xa0,0x0b,0xfe,0xb5,0x41,0x37, +0x61,0x00,0xb5,0x64,0x83,0x40,0x07,0xc3,0x00,0xe2,0x60,0x68,0x12,0x4d,0x07,0x00, +0x11,0x00,0x07,0x00,0xf0,0x0c,0x02,0x00,0x01,0xe2,0x0e,0x30,0xe2,0x3f,0x91,0x49, +0xed,0x2e,0xd1,0xe2,0x01,0xb6,0x86,0xe8,0x7e,0x68,0xe2,0x00,0x00,0xe1,0xf3,0xbe, +0x2d,0x31,0x42,0x40,0xf0,0x5e,0x14,0xf2,0x6f,0x6c,0x00,0x31,0x00,0xf0,0x08,0xd5, +0x06,0xb0,0x0e,0x10,0xe2,0x03,0xe0,0x0b,0x50,0x0e,0x10,0xe2,0x0b,0x80,0x3d,0x00, +0x0e,0x10,0xe2,0x0e,0x10,0xa4,0x07,0x00,0x09,0x15,0x66,0xe3,0x50,0x00,0x3e,0x91, +0x03,0x57,0xad,0xfc,0x50,0x00,0x1a,0xb2,0xca,0x8d,0xb2,0x06,0x00,0x45,0x9a,0x00, +0x25,0x55,0x52,0x61,0x11,0x00,0xda,0x21,0x39,0x1a,0x12,0x7d,0x79,0x26,0x02,0x1e, +0x00,0x00,0x86,0x18,0xc0,0xdd,0xdf,0xed,0xd6,0x00,0x00,0xb7,0x0f,0x32,0x22,0x2b, +0x70,0xc2,0x03,0x00,0x19,0x0f,0x01,0xc2,0x03,0x60,0x09,0x70,0x08,0xd0,0x00,0xfc, +0x08,0x3f,0x92,0x43,0x00,0x0f,0x54,0x44,0x4a,0x60,0x02,0x30,0x84,0x1d,0x22,0x4e, +0x80,0xd1,0x14,0x41,0x1c,0x7d,0xdd,0xdf,0xa6,0x4d,0x60,0x22,0xac,0x23,0x72,0x20, +0x01,0x93,0x34,0xf0,0x0f,0x1e,0x50,0x02,0xf9,0x00,0x1d,0x71,0x23,0x9f,0x20,0x03, +0xcc,0x0e,0xff,0xed,0xba,0xcc,0x00,0x00,0x20,0x14,0x01,0x20,0x21,0x60,0x00,0x01, +0x00,0xf0,0x5a,0x0d,0x21,0xa0,0xa8,0x0f,0x05,0xa0,0xa5,0x00,0x00,0x3f,0x11,0xe0, +0x0f,0x00,0xfc,0x07,0x0c,0x70,0x5b,0x05,0xa0,0xa5,0x43,0x06,0xd0,0x1d,0x40,0x5a, +0x0a,0x57,0x50,0xa4,0x0b,0x80,0x04,0x70,0x7e,0xe2,0xca,0x29,0x11,0xc2,0xc2,0x06, +0x20,0x00,0x9e,0x9a,0x11,0xf2,0x01,0x0e,0x00,0x06,0x3c,0x00,0x0e,0x0d,0x0e,0x00, +0x00,0x1c,0x1c,0x0e,0x0d,0x0e,0x05,0x07,0x00,0x21,0x0b,0xe4,0x07,0x00,0x46,0x00, +0x58,0x1c,0x1c,0x1c,0x00,0x40,0x00,0x01,0x1c,0x1b,0x07,0x00,0x30,0x2e,0x1c,0x2a, +0x07,0x00,0x30,0x99,0x1a,0x67,0xdd,0xb6,0xf3,0x04,0xf2,0x00,0xc5,0x60,0x00,0x0e, +0x07,0xc0,0x0a,0x80,0xa6,0x00,0x0e,0x06,0x40,0x96,0x00,0x0a,0x0a,0xc7,0x86,0x00, +0x4c,0x15,0xf0,0x03,0x20,0x0e,0x20,0x13,0x02,0xcd,0x15,0xd0,0x0e,0x20,0x7b,0x00, +0x0a,0x70,0xd6,0x0e,0x20,0xe4,0x90,0x4a,0xd1,0x0e,0x27,0xb0,0x01,0x00,0x00,0x22, +0x1e,0x31,0x20,0x0d,0xb2,0x02,0x47,0x01,0x12,0x7b,0x01,0x23,0x01,0x57,0x5d,0xb1, +0xf6,0x00,0x04,0x22,0xe1,0x11,0x11,0xb6,0x00,0x0d,0x52,0x15,0x00,0x10,0x5d,0x86, +0x12,0x31,0xf6,0x00,0xd6,0x23,0x00,0x70,0x07,0xd0,0x02,0xe0,0x00,0x12,0xc6,0x90, +0x41,0x54,0x00,0x9e,0xc2,0x02,0x10,0x04,0x8d,0x02,0x0c,0x33,0x23,0x1a,0x4e,0x78, +0x13,0x10,0xed,0x9b,0x32,0x40,0x01,0x00,0x0e,0x20,0x3b,0x72,0x30,0xf7,0x00,0xe3, +0x72,0x2b,0x80,0x04,0xd8,0x0b,0xcc,0xcc,0xcc,0xb0,0x00,0x22,0x03,0x12,0x83,0x0a, +0x82,0xf0,0x02,0x0c,0x40,0x58,0x00,0x00,0xd4,0xcf,0xfd,0xca,0xdc,0x40,0x00,0x7c, +0x0c,0x40,0x0c,0xb3,0x57,0x66,0xf4,0x05,0xc4,0x00,0xc4,0x00,0x71,0x0a,0xa0,0x0d, +0x77,0xac,0x50,0x0d,0x20,0xb2,0x03,0xfc,0x84,0x7f,0xff,0xc0,0xb4,0x25,0x23,0x02, +0x50,0x16,0x27,0x12,0xc5,0x03,0x20,0x15,0x06,0x16,0x45,0x11,0x6c,0x79,0x9c,0xf0, +0x04,0xcd,0xdf,0xfd,0xdd,0xdd,0x13,0xdc,0x22,0x29,0xd2,0x2c,0x92,0x20,0x00,0x70, +0x03,0xf3,0x10,0x1e,0x1d,0x9c,0xf0,0x16,0xe5,0x2d,0x00,0x3e,0x91,0x00,0x44,0xc3, +0x42,0xd0,0x15,0x59,0x00,0x0c,0x60,0x69,0x2d,0x59,0x3e,0x00,0x01,0xf1,0x0d,0x22, +0xd0,0xe0,0x98,0x00,0x8a,0x08,0x80,0x2d,0x0b,0x32,0xe0,0x0e,0x40,0x18,0x2b,0x62, +0x01,0x00,0x50,0x00,0x0d,0xf9,0x2f,0x1f,0x01,0x91,0x2a,0x20,0x4e,0xa4,0xb1,0x33, +0x80,0x60,0x00,0x19,0x12,0x22,0x9a,0x22,0x21,0x32,0x1f,0x52,0xce,0xec,0xcc,0x20, +0x04,0xaf,0x2a,0x31,0x03,0xea,0x0b,0xb1,0x33,0x24,0x01,0xb5,0xe4,0x60,0x11,0xae, +0x94,0x41,0x50,0x04,0x0a,0x50,0x00,0x04,0xb4,0x3f,0x10,0xae,0xef,0x65,0x22,0x00, +0xa8,0x0f,0x00,0x21,0x2f,0x10,0x1e,0x00,0x22,0x0b,0x90,0x0f,0x00,0x90,0x82,0x00, +0xa5,0x00,0x0e,0xe7,0x00,0x03,0x40,0xf3,0x16,0xf2,0x00,0x34,0x00,0x4e,0xa0,0x5a, +0x00,0x29,0xde,0x80,0x00,0x19,0xbf,0xff,0xf6,0xb2,0xcf,0x02,0x10,0x59,0x01,0x63, +0xf0,0x06,0x0d,0x35,0x05,0x90,0x00,0x02,0xec,0x22,0xc5,0x90,0x5f,0xdd,0xd4,0x00, +0x98,0x78,0x6a,0x15,0xa3,0xe4,0x10,0xd8,0x11,0x20,0x68,0x0e,0xfd,0x63,0x40,0x59, +0x07,0x70,0xe1,0xdf,0x2e,0xf0,0x03,0xc8,0xa6,0x0e,0x10,0x00,0xc6,0x9d,0xfd,0x6b, +0x50,0xe1,0x00,0x3f,0x04,0x26,0x90,0xe1,0x0e,0xa4,0x35,0xa4,0x59,0x3d,0x00,0xe1, +0x00,0x91,0x00,0x05,0x96,0x60,0x93,0x0c,0x06,0xfc,0x44,0x40,0x2c,0xd4,0x5f,0xee, +0x04,0x12,0x31,0x05,0x75,0xb0,0xb4,0x01,0x00,0x0b,0x15,0xd1,0xce,0x00,0x04,0x00, +0x05,0xc2,0x22,0x25,0xe0,0x01,0xed,0x30,0x5b,0x33,0x05,0x21,0x8c,0x04,0x97,0x54, +0x05,0xbc,0x02,0x30,0x1b,0xee,0xee,0xf2,0x18,0xf2,0x08,0xc5,0xc3,0x58,0x0e,0x0a, +0x60,0x00,0x4d,0x0c,0x35,0x80,0xd0,0xa6,0x00,0x0c,0x60,0xc3,0x58,0x0d,0x0a,0x60, +0x05,0xd0,0x0f,0x00,0x29,0xb5,0x1f,0x13,0x69,0x50,0x01,0x00,0x03,0x30,0x00,0x93, +0x9e,0x21,0x40,0x6e,0x85,0x05,0x70,0x4d,0x21,0xc5,0x16,0xe8,0x88,0x10,0x5e,0x09, +0xf0,0x0a,0xea,0x88,0x81,0x02,0x00,0x0b,0x40,0x4e,0x00,0x00,0x02,0xeb,0x20,0xd4, +0x01,0x9d,0xdd,0xc0,0x00,0x85,0x0e,0xff,0xa0,0x14,0xe3,0xbb,0x15,0x11,0x6a,0x9b, +0x48,0xf1,0x0f,0x0e,0x06,0xa1,0x1e,0x31,0x00,0x08,0x73,0xc0,0x69,0xdd,0xfe,0xd3, +0x00,0xe3,0x79,0x07,0x80,0x0e,0x10,0x00,0x4e,0x0c,0x40,0x97,0x00,0xe1,0x00,0x0b, +0x75,0x48,0x04,0x79,0x00,0xb1,0xb4,0x7f,0xc1,0x7d,0xe0,0x5a,0x6f,0x12,0x25,0xd0, +0x2f,0x01,0x95,0x36,0x20,0xb9,0x1e,0x28,0x18,0x70,0x70,0x01,0x80,0x16,0x87,0x0d, +0x36,0x9a,0x0a,0xf0,0x03,0x68,0x70,0xd3,0xaa,0x00,0xd2,0x07,0xa0,0x87,0x0d,0x20, +0xc4,0x06,0xd0,0x00,0x04,0x40,0x71,0x19,0x62,0x00,0x37,0x16,0x11,0x50,0xc9,0x6e, +0x00,0x6a,0x21,0xb1,0x90,0x6f,0xdd,0xdd,0xdd,0x40,0x00,0xd4,0x0a,0x81,0x11,0x2b, +0x67,0x52,0xbc,0xcc,0xcc,0xcd,0xc0,0x40,0x47,0x11,0xa8,0x00,0x69,0x34,0x4e,0xec, +0x10,0x74,0x55,0x31,0x4e,0x90,0xef,0xba,0x05,0x52,0x1c,0x3e,0x30,0x02,0x90,0x24, +0x10,0x20,0x7b,0x00,0xff,0x02,0x90,0x2e,0xdd,0xdd,0xed,0x02,0xe9,0x10,0xf2,0xe1, +0x94,0x0d,0x60,0x97,0x0f,0x2e,0xdc,0xcc,0xdd,0x82,0x14,0x01,0x0f,0x00,0x30,0x04, +0x2f,0x0e,0x56,0x09,0xf5,0x14,0x04,0xe4,0xd0,0x10,0x2e,0x02,0x00,0x00,0xb7,0x89, +0x0c,0x62,0xe0,0xb6,0x00,0x3f,0x1d,0x46,0xd0,0x2e,0x02,0xe0,0x0b,0x85,0xd1,0xd2, +0x02,0xe0,0x08,0x30,0x71,0x65,0x00,0x0c,0xfa,0x4d,0x92,0x40,0x07,0xe4,0x03,0xfe, +0xe2,0x18,0x30,0x4f,0x43,0xd0,0x00,0x18,0x70,0x02,0x03,0xfc,0xce,0x0d,0x30,0x01, +0x4d,0x41,0xc2,0x0d,0x30,0x4e,0x60,0xce,0xee,0xee,0xee,0xec,0x02,0xc6,0xc3,0xfa, +0x00,0x91,0x77,0xfe,0xee,0xef,0x77,0x00,0x02,0x05,0xc0,0x74,0x6a,0x00,0xa7,0x0e, +0x31,0x40,0x00,0x99,0x0e,0x00,0x21,0x02,0xf1,0x0e,0x00,0x21,0x0b,0x80,0x0e,0x00, +0x68,0x07,0x10,0x05,0xc0,0x01,0xee,0x26,0x87,0x12,0x42,0xcb,0x53,0x20,0x08,0xb0, +0xd9,0x03,0x12,0x7e,0xd9,0x03,0x50,0x30,0x06,0x90,0x06,0xa0,0xd0,0x06,0xf0,0x29, +0xd1,0x81,0x09,0xd2,0x01,0xe5,0x0b,0xb1,0x9b,0x04,0x07,0xe0,0x02,0xd6,0x20,0x9b, +0x00,0xc7,0x02,0x00,0x01,0x00,0xcf,0xcd,0xed,0xe5,0x00,0x00,0x01,0x06,0x5b,0xde, +0x12,0x60,0x00,0x02,0xe0,0x09,0xd1,0x99,0x0a,0x90,0x00,0x99,0x6e,0xf4,0x02,0xed, +0x80,0x00,0x1f,0x4b,0x4b,0x40,0x06,0xe2,0x4f,0x00,0xa1,0xc7,0x8a,0x07,0xe6,0x00, +0xb3,0x00,0x2f,0xc7,0x30,0x23,0x8a,0x09,0x12,0x75,0xf0,0x07,0x9a,0x10,0x5a,0x08, +0x70,0x96,0x00,0x00,0x9c,0x28,0xb3,0xa9,0x3a,0x83,0x00,0x00,0x1a,0xde,0xce,0xec, +0xee,0xc0,0x01,0x0e,0xe0,0x87,0x09,0x60,0x04,0xd5,0x00,0x24,0x03,0x20,0x42,0x00, +0x03,0xc2,0xae,0xe4,0x00,0x00,0xc8,0x1d,0x40,0x09,0x80,0x04,0xd0,0x86,0x6b,0x10, +0x98,0x10,0x7a,0x50,0x90,0xaf,0xef,0xfe,0xfc,0xf5,0x85,0x80,0x50,0x88,0x04,0xc0, +0x00,0x6c,0x00,0xa5,0xaa,0x22,0x92,0x0e,0x40,0x0a,0x50,0x88,0x8e,0x90,0x00,0x60, +0xaf,0x58,0x40,0x02,0x60,0x00,0x0f,0x0a,0x29,0xe1,0x2d,0xb8,0xcc,0xfc,0xce,0xec, +0xc0,0x00,0x08,0x22,0x3f,0x22,0x99,0x22,0x10,0x03,0x42,0x02,0x20,0x00,0x01,0x1b, +0x13,0xf0,0x2f,0x22,0xf8,0x00,0x00,0x68,0x0c,0x20,0x00,0x03,0xe6,0x14,0x49,0x94, +0xd5,0x43,0x00,0x01,0x03,0xfb,0xed,0xbf,0xbd,0xb0,0x00,0x01,0x3d,0x0b,0x40,0xe0, +0x4b,0x00,0x02,0xe4,0xd0,0xea,0x4f,0x64,0xb0,0x00,0xa9,0x3d,0x6b,0x8c,0x7e,0x6b, +0x00,0x3f,0x13,0xdc,0x23,0xd0,0x46,0xb0,0x0c,0x80,0x3d,0x00,0x02,0x00,0x4b,0x00, +0x61,0xb2,0x2a,0x20,0xbc,0x70,0x95,0x08,0x11,0x69,0x46,0x09,0x00,0xaa,0x6a,0x70, +0x90,0x00,0x2d,0x20,0x00,0x6a,0x11,0xde,0x07,0x00,0x2b,0x04,0xf0,0x09,0xe2,0x03, +0x00,0x1e,0x00,0xb2,0x00,0x2c,0x01,0xcb,0x11,0xe3,0x7e,0xbb,0xb2,0x30,0x00,0x77, +0x1e,0x25,0xd5,0x10,0x45,0x00,0x35,0x01,0xf4,0x21,0xcb,0xbd,0x50,0x00,0x04,0x3d, +0x00,0x01,0x22,0x10,0x00,0x04,0xd4,0xb0,0x00,0x75,0x01,0x00,0x00,0xb6,0x79,0x45, +0xc0,0xd1,0xb3,0x00,0x2f,0x1a,0x5a,0x3e,0x05,0x35,0xc0,0x0a,0x81,0xf3,0xd0,0xe0, +0x01,0xca,0x30,0x81,0x69,0x24,0x0b,0xdc,0xd7,0x20,0x42,0x01,0x10,0x02,0x6a,0x8d, +0x10,0x51,0xfb,0x8e,0x11,0x5c,0x13,0x0a,0x51,0xa6,0xed,0xde,0x91,0xf0,0x62,0x06, +0xf1,0x0b,0x59,0x4f,0xaa,0xa2,0x01,0x00,0xec,0xcd,0x98,0xb5,0xab,0x13,0xe4,0x0e, +0x00,0x5a,0xea,0x08,0x60,0x02,0xc0,0xcd,0xdd,0xdc,0xc0,0xb3,0x64,0x0c,0xf5,0x23, +0x3c,0x0e,0x10,0x00,0x07,0xef,0xee,0xe1,0x97,0xd0,0x00,0x0a,0x30,0xe0,0x00,0x04, +0xe8,0x00,0x01,0xe0,0x2f,0xef,0x80,0x0f,0x30,0x00,0x79,0x07,0x90,0x77,0x06,0xfa, +0x00,0x0e,0x21,0xe3,0x0a,0x63,0xe2,0xd7,0x02,0xa0,0xc7,0x3e,0xd4,0xe3,0x02,0xe2, +0x00,0x01,0x3b,0x2b,0x0c,0x48,0x8d,0x11,0xff,0x0b,0x92,0x00,0x9c,0x4b,0x04,0x41, +0x91,0x05,0xb8,0x4c,0x12,0x4c,0xa1,0x25,0x11,0x04,0x44,0x81,0x02,0xcb,0x1a,0x16, +0x14,0xd6,0x4c,0x03,0x01,0x02,0xf1,0x07,0x06,0xc0,0x76,0x04,0xb0,0x1e,0x10,0x01, +0xe4,0x07,0x90,0x0e,0x30,0x79,0x00,0xc8,0x00,0x6b,0x00,0x98,0x00,0xe0,0x1a,0xbc, +0x0a,0x04,0x58,0x22,0x0c,0x50,0x4d,0x36,0x10,0xc4,0x51,0x11,0xd0,0xc7,0x32,0x2d, +0x62,0x20,0x00,0x0c,0xcf,0xdc,0xac,0xfd,0xcf,0x50,0x1e,0x00,0xf0,0x0a,0x0e,0x20, +0xb4,0x00,0x00,0x0b,0x9a,0x51,0xf0,0x0b,0x40,0x01,0xae,0xfb,0x56,0xee,0x00,0xb5, +0x00,0x06,0x2b,0x50,0x0a,0xdd,0x3a,0x1e,0x00,0xf2,0x21,0x04,0xe1,0x47,0x88,0x48, +0x04,0xcf,0x33,0xe3,0x00,0x02,0xfd,0x60,0x05,0x30,0x01,0x00,0x00,0x23,0x40,0x00, +0xd5,0x0b,0x20,0xc4,0x07,0xd1,0x00,0x7c,0x00,0x94,0x07,0xb0,0x0b,0xb0,0x1c,0x20, +0x06,0x30,0x2a,0x00,0x1d,0x20,0x00,0x00,0xa0,0x06,0x70,0xbb,0x51,0x11,0x3f,0xb0, +0x77,0xf1,0x00,0xdb,0xbb,0xfc,0xbb,0xb8,0x00,0x09,0xf4,0x44,0x5f,0x44,0x44,0x30, +0x07,0xff,0x6d,0x14,0x20,0x03,0xf6,0xea,0x91,0x43,0xec,0x00,0x01,0x2f,0x78,0x3d, +0x30,0xfe,0xee,0xef,0xd7,0x4a,0x08,0x0f,0x00,0x21,0xee,0x80,0x7b,0x2b,0x10,0x02, +0x74,0x44,0xf4,0x05,0xf0,0x09,0x80,0x5e,0x10,0x05,0xd0,0x0d,0x30,0x3e,0x00,0x9a, +0x00,0xb3,0x00,0x93,0x00,0xb1,0x01,0xd1,0x44,0x01,0x1f,0x3e,0x07,0x00,0x01,0x10, +0x3f,0x1f,0x17,0x32,0xe7,0x00,0x3e,0x45,0x46,0x13,0x3e,0x6c,0x04,0x02,0x53,0x7c, +0x12,0x6f,0x59,0x47,0x12,0x89,0xe4,0x1a,0x11,0xd5,0x07,0x00,0x22,0x03,0xf1,0x64, +0x42,0x11,0x90,0x07,0x00,0x26,0x1c,0x10,0xc9,0x4e,0x00,0xc9,0x11,0xf0,0x01,0xb4, +0x02,0x46,0x7a,0xcc,0x00,0x2d,0x0b,0x40,0xbe,0xca,0x84,0x10,0x02,0xd0,0xb4,0x37, +0x09,0x00,0x0f,0x00,0x11,0xb4,0xde,0x40,0xd0,0xd8,0x4b,0x51,0x11,0x10,0x00,0x2f, +0xbb,0xb9,0xbf,0xff,0xff,0xc0,0x03,0x72,0x30,0x8a,0x00,0x69,0xb3,0x15,0xf6,0x20, +0xd4,0xe0,0x0b,0x50,0x04,0xff,0xfc,0x0d,0x3a,0x41,0xe1,0x00,0x5c,0x05,0xc0,0xe2, +0x4b,0x89,0x00,0x07,0x90,0x5c,0x0f,0x00,0xcf,0x20,0x00,0xa7,0x05,0xc3,0xd0,0x1d, +0xe2,0x00,0x0e,0x20,0x5c,0x89,0x4d,0x86,0xe4,0x01,0xa0,0x05,0xcb,0x4d,0x50,0xdd, +0x16,0x23,0x02,0xff,0x51,0x94,0x51,0x31,0x11,0x11,0x8a,0x11,0xc3,0x0d,0x22,0x07, +0xa0,0xab,0x27,0x12,0x7a,0x3b,0x51,0x20,0x07,0xa0,0x5a,0x1b,0x00,0x13,0x45,0x80, +0xd0,0x00,0x33,0x33,0x36,0xfc,0xb3,0x33,0x2a,0x02,0x22,0xe7,0x7a,0xed,0x94,0x01, +0x89,0x1f,0x20,0x2b,0xe3,0x29,0x00,0x30,0x02,0x9f,0x91,0x2d,0x00,0x62,0x01,0xeb, +0x30,0x00,0x11,0x99,0xed,0x20,0x2e,0xfe,0x40,0x77,0x7d,0x11,0xe2,0x1f,0x2c,0x31, +0x04,0x1e,0x20,0xf0,0x03,0x40,0xb3,0xe2,0x06,0xff,0x31,0x68,0x91,0x9f,0x94,0x01, +0x18,0x91,0x10,0x00,0xe9,0xfa,0x95,0x88,0x30,0x3b,0x0e,0x24,0x97,0x00,0x31,0x25, +0x80,0xe2,0x9a,0x26,0xb0,0x00,0x0e,0x43,0x11,0x11,0x1b,0x61,0x00,0x37,0xff,0x8f, +0xa0,0x0c,0x41,0x4e,0x9f,0x20,0x07,0xe3,0x2a,0x51,0xe2,0x00,0xaa,0x00,0xa5,0x6f, +0x0d,0x12,0xd3,0x0f,0x00,0x41,0x00,0x11,0xc5,0x00,0xaa,0x40,0x12,0xfd,0xf7,0x88, +0x31,0x1f,0x02,0x10,0xeb,0x22,0x50,0xf0,0x8a,0x00,0x09,0x12,0x55,0x4a,0x30,0xd5, +0x00,0x9b,0x0f,0x00,0x51,0x05,0x80,0x00,0xe8,0xe1,0xee,0x7f,0x22,0x04,0x6e,0xe2, +0x1b,0x22,0x02,0xe0,0x8c,0x7f,0x40,0x7e,0x00,0x07,0xfa,0x58,0x3e,0xf0,0x05,0xe0, +0x00,0xb9,0xe0,0x00,0x00,0xbc,0x3e,0x00,0x1f,0x2b,0x70,0x00,0x1a,0x02,0xe0,0x0a, +0xb0,0x3e,0x10,0x41,0x8c,0x30,0xf2,0x00,0xab,0x48,0x42,0xc6,0xf6,0x00,0x00,0xdc, +0x10,0x00,0x2e,0x97,0x00,0x00,0x01,0xb4,0x54,0x38,0x01,0x64,0x19,0x13,0x0d,0xd4, +0x10,0xc0,0x13,0x00,0x0c,0x40,0x60,0x05,0x00,0x03,0xd9,0x1b,0xc6,0xc8,0xce,0x9f, +0x50,0x81,0xa8,0xf8,0x05,0x70,0x0c,0x3f,0xf4,0x04,0xb7,0x68,0x66,0x00,0x00,0x7d, +0xa6,0xdd,0xac,0xf5,0xac,0x20,0x07,0x20,0x26,0x5a,0x23,0x60,0x67,0xf1,0x1a,0x06, +0x20,0x6f,0x0f,0x73,0x93,0x01,0x30,0x3b,0xbb,0xb2,0x30,0x44,0xa1,0x11,0x4a,0xa4, +0x14,0x44,0xad,0x44,0x40,0x00,0x87,0xcb,0xa6,0x00,0xab,0x2a,0x10,0x06,0xab,0x4f, +0xd0,0x98,0x10,0x00,0xdf,0x95,0x00,0x01,0xff,0xfc,0x00,0x7e,0xf5,0xe3,0xd8,0x2a, +0xf0,0x08,0x3f,0x5f,0x15,0xe1,0x00,0x08,0x70,0x3f,0x80,0xf1,0x0a,0xb0,0x00,0x87, +0x03,0x80,0x0f,0x10,0x16,0x00,0x09,0xcd,0x10,0x18,0x1a,0x30,0x3d,0xe8,0x30,0xff, +0x0d,0x2a,0x01,0x30,0x93,0x57,0x40,0x0b,0xbb,0xba,0x8f,0xb1,0x02,0x41,0x45,0xf4, +0x48,0x70,0x43,0x39,0x40,0x00,0x87,0x0a,0x10,0x83,0x32,0xb0,0x08,0x70,0xe2,0x0e, +0x20,0x01,0x2f,0x10,0x87,0x0e,0x20,0x37,0x50,0x32,0x88,0x70,0xf1,0x1e,0x00,0x30, +0x0f,0x00,0xe2,0xc0,0x6b,0x40,0x72,0xe0,0x0d,0x20,0xe1,0x17,0x20,0x6d,0xb0,0xb0, +0x45,0xf0,0x05,0xd0,0x0d,0x8d,0x00,0x51,0x1a,0xfe,0x94,0x08,0xb4,0xd0,0x0b,0x31, +0x93,0x00,0x06,0xe1,0x3d,0x00,0xd1,0x91,0x18,0x37,0x01,0xcd,0xdb,0x06,0x6d,0x21, +0x01,0xe0,0x00,0x3d,0xf0,0x02,0x20,0x1e,0x24,0x44,0x40,0x0c,0xdf,0xc7,0x01,0xe6, +0xbf,0xcb,0x10,0x04,0xb0,0x03,0x1e,0xc7,0x01,0x30,0x4b,0x02,0xd1,0x94,0x58,0x40, +0x04,0xb0,0x3c,0x1e,0x70,0x78,0xf1,0x04,0xbe,0xa6,0xb1,0xe0,0x0e,0x30,0x00,0x58, +0xd5,0x87,0x1e,0x5f,0xff,0xd0,0x00,0x4b,0x08,0x22,0xd0,0x1e,0x00,0x21,0x00,0x5a, +0x2d,0x00,0x20,0x00,0x0a,0xf8,0x1b,0x40,0x28,0xee,0x72,0xf1,0x9c,0x17,0xb0,0xb6, +0x21,0xd7,0x03,0x3f,0x53,0x10,0x00,0x00,0xe8,0x02,0xab,0x2b,0x03,0xa4,0x59,0x40, +0x0b,0xbb,0xb6,0xaf,0xca,0x04,0xf1,0x0a,0x47,0xe4,0x2a,0x60,0x2c,0x02,0xe0,0x00, +0x3d,0x00,0xa6,0x02,0xc0,0x2e,0x00,0x03,0xd0,0x0a,0xfe,0xef,0xee,0xe0,0x02,0x5d, +0x21,0x0f,0x00,0x51,0xdf,0xfe,0x5a,0x70,0x3c,0x1e,0x00,0x10,0x9e,0xdf,0x87,0x00, +0x2a,0x06,0x11,0x3d,0xb0,0x31,0xf1,0x00,0x23,0x36,0xe3,0x33,0x00,0x03,0xe7,0x6a, +0xcc,0xdf,0xcc,0xc1,0x07,0xdf,0xb4,0x84,0x0a,0x21,0xc6,0x10,0xfd,0x0d,0x03,0xc6, +0x12,0x02,0x5d,0x54,0xf0,0x02,0x70,0x00,0x02,0xbb,0xbb,0x0f,0x00,0xc7,0x04,0xc0, +0x14,0xb9,0x40,0xf0,0x0c,0x70,0x4c,0x42,0x27,0x71,0x33,0xd9,0x36,0xc0,0x00,0xa6, +0x00,0xce,0x4d,0x30,0x1a,0x70,0x12,0x1a,0x04,0x30,0x1f,0xff,0xa9,0x71,0x1e,0x32, +0x40,0x0a,0x60,0x2a,0x96,0x21,0xa6,0x02,0x34,0x02,0xf1,0x02,0x0a,0x60,0x2e,0x0d, +0x12,0xb0,0xf0,0x00,0xab,0xb3,0xe0,0xd1,0x2b,0x0f,0x02,0xee,0x94,0x0f,0x00,0x70, +0x03,0x00,0x02,0xe0,0xd1,0x2b,0x1f,0x3c,0x12,0x46,0x0c,0x12,0xac,0xa0,0xfa,0x24, +0x01,0x9d,0x27,0x00,0x0a,0x50,0x12,0xf1,0x37,0x59,0x11,0x0f,0xb0,0x14,0x10,0xfd, +0x09,0x1a,0x80,0x60,0x01,0xe6,0x33,0x3f,0x43,0x33,0x31,0x4d,0x9f,0x01,0x21,0x8d, +0x13,0x20,0x71,0x1c,0x21,0x11,0x12,0x53,0x60,0x14,0x7f,0xe3,0x71,0x2b,0x00,0xf1, +0x48,0x36,0x02,0x09,0x5f,0x18,0x1f,0xdc,0x95,0x02,0xeb,0x4f,0x20,0x00,0xdd,0x18, +0x5c,0x30,0xf1,0x00,0xd3,0x1f,0x0a,0x00,0x9a,0xaa,0x10,0x3f,0x07,0x00,0x01,0x78, +0x19,0x05,0x0e,0x00,0x12,0xe3,0x1c,0x00,0x30,0xf6,0x44,0x6f,0x9f,0x48,0x11,0xfc, +0x31,0x00,0x02,0x0d,0x6a,0x31,0xf1,0x08,0xa0,0x07,0x00,0x20,0x1e,0x40,0x91,0x03, +0x67,0xf1,0x6a,0x00,0x00,0x2e,0x09,0x29,0x83,0x28,0x03,0xf0,0x54,0x5d,0x00,0xfb, +0x96,0x21,0x00,0x0f,0x21,0x15,0x00,0xfb,0x1c,0x10,0xf0,0x10,0x38,0x52,0x21,0x14, +0xf1,0x11,0x4e,0x6c,0x01,0x15,0xfe,0x15,0x00,0x03,0x07,0x00,0x03,0x15,0x00,0x71, +0x31,0x15,0xf1,0x11,0x11,0x40,0x03,0x46,0x00,0x10,0xd4,0x8f,0x03,0x41,0x11,0x13, +0xf2,0x00,0xc5,0x6a,0x14,0x80,0xe6,0x6c,0x30,0xc4,0x00,0x2e,0x16,0x07,0x30,0xcd, +0xbb,0xcf,0x4e,0x3f,0x55,0xc6,0x22,0x4e,0x22,0x2e,0x15,0x00,0x10,0xce,0x80,0x0a, +0x60,0x30,0x00,0x00,0x7e,0x20,0x3d,0x65,0x9b,0xf2,0x00,0xd4,0x00,0x06,0xf9,0x20, +0x3e,0xc5,0x5c,0x00,0x0e,0x49,0xfa,0x03,0x00,0x7b,0xc2,0x95,0x11,0xd6,0x54,0x07, +0x20,0x3c,0xb0,0x07,0x00,0x26,0x02,0xe8,0x62,0x07,0x02,0x01,0x00,0x60,0x70,0x00, +0x00,0x56,0x66,0x50,0x53,0x6c,0xf0,0x33,0xd9,0xe9,0xe0,0x0e,0xff,0xff,0x80,0xd0, +0xb0,0xd0,0xbf,0x40,0x2e,0x20,0xd0,0xb0,0xd8,0xd5,0xd0,0xc8,0x00,0xd0,0xb0,0xd2, +0x10,0x8d,0xa0,0x00,0xdd,0xfd,0xf0,0x02,0xce,0xa0,0x00,0xd0,0xb0,0xd3,0xaf,0x60, +0x8e,0x70,0xd0,0xb0,0xd9,0xa5,0x33,0x37,0xd1,0xd0,0xb0,0xd0,0x3f,0xcc,0xcf,0x30, +0xd6,0xd6,0xe0,0x3b,0x00,0x0c,0x30,0xd6,0x66,0x60,0x07,0x00,0x21,0x80,0x00,0x4f, +0x78,0x00,0xfc,0x03,0x01,0x2a,0x36,0x23,0x46,0x00,0x1b,0xa4,0x61,0x22,0x23,0xf5, +0x22,0x22,0x2e,0xf7,0x00,0x11,0xe2,0xc5,0x14,0x10,0x20,0x90,0x06,0x02,0x0b,0x00, +0x00,0xc8,0x20,0x68,0xee,0xe5,0x33,0x33,0x33,0x36,0x16,0x00,0x10,0x30,0x95,0x06, +0x01,0x93,0x2d,0x12,0xee,0x60,0x2c,0x41,0x41,0x00,0x02,0x40,0xc0,0x00,0x21,0xa9, +0x00,0x50,0x35,0xf0,0x21,0x51,0x11,0x1d,0xff,0xff,0x15,0xfe,0xee,0xfd,0xd2,0x00, +0xe2,0xe6,0x00,0x03,0xdd,0x20,0x0e,0x9c,0x00,0x00,0x3c,0xd2,0x00,0xe3,0x28,0x20, +0x04,0xcd,0xff,0xff,0x10,0x6d,0x00,0x5b,0xd2,0x00,0xe1,0x00,0xb9,0x06,0xad,0x20, +0x0e,0x10,0x01,0xf2,0x79,0x0d,0x00,0x40,0x01,0x09,0x8d,0x53,0x7a,0x07,0x80,0xb6, +0xdd,0xcc,0xc1,0x00,0x00,0x1f,0x3d,0x04,0x14,0x02,0x3c,0x55,0x29,0x11,0x10,0x14, +0x39,0x10,0xd2,0x64,0x00,0x31,0x3d,0x00,0x4f,0x86,0x8e,0x50,0xd0,0x09,0xd3,0x33, +0x30,0x0f,0x00,0x91,0xed,0xcc,0xcc,0x10,0x2e,0x03,0xd0,0x7d,0x01,0x1e,0x00,0x30, +0x2f,0x52,0xc6,0x1e,0x00,0x11,0xd2,0x5c,0x17,0x13,0x10,0x71,0x08,0x00,0xef,0x54, +0x80,0xb8,0x00,0x00,0x99,0x39,0x93,0x9a,0x38,0x52,0x44,0xb2,0x88,0x07,0x80,0x6b, +0x00,0x00,0x97,0x08,0x80,0x78,0x06,0x0f,0x00,0x24,0x90,0x6b,0x30,0x3d,0x41,0x40, +0x00,0x00,0x82,0xd7,0x11,0x00,0x83,0x73,0x10,0x3e,0x50,0x45,0x50,0xdf,0xcc,0xce, +0xec,0xc6,0xce,0x02,0x01,0xf1,0x08,0x10,0x12,0x77,0x28,0x30,0x20,0x00,0x04,0xea, +0x2a,0x01,0xd9,0x5d,0x01,0xac,0x19,0x13,0xae,0x44,0x22,0x04,0x39,0x11,0x03,0xf1, +0x08,0x50,0x79,0x05,0xa0,0x4b,0x02,0xc8,0x38,0x44,0x5a,0x04,0xb0,0x2e,0x0f,0x00, +0x03,0x11,0x03,0x10,0xf7,0x7c,0x03,0x02,0x63,0x5c,0x20,0x35,0xf4,0xdf,0x19,0x21, +0x09,0xdb,0x6f,0x6b,0x60,0x00,0x98,0x08,0xa1,0x00,0xb6,0xdb,0x15,0x51,0x05,0xa0, +0x0b,0x60,0x00,0x4e,0x53,0x60,0xff,0xe7,0x00,0x0f,0x20,0x86,0xdf,0x26,0x80,0x0a, +0xb0,0x01,0x9b,0x13,0xc5,0x00,0x05,0xdb,0x47,0x61,0xa9,0x10,0x00,0x05,0xee,0xee, +0x69,0x44,0x40,0x5a,0x05,0xa0,0x5b,0xfa,0x26,0x54,0xa0,0x5a,0x05,0xb0,0x4c,0x0f, +0x00,0x04,0x69,0x00,0x01,0xb5,0x02,0x20,0x3c,0x51,0xe1,0x54,0x10,0xc4,0xe0,0x08, +0x02,0x0b,0x00,0x02,0x16,0x00,0x00,0x5b,0x07,0x03,0x16,0x00,0x10,0xdc,0xf0,0x5b, +0x10,0xc7,0xaa,0x67,0x02,0x16,0x00,0x11,0xc5,0x16,0x00,0x01,0x81,0x28,0x15,0xc5, +0x86,0x17,0x07,0xc4,0x96,0x15,0x09,0x30,0x24,0x25,0x05,0xb0,0xc1,0x04,0x12,0x60, +0xfc,0x03,0x12,0xb6,0x5f,0x43,0x17,0xdf,0x0f,0x00,0x1f,0xdd,0x0f,0x00,0x02,0x11, +0xf2,0x0f,0x00,0x82,0x03,0x3f,0x43,0x33,0x33,0x3c,0x83,0x11,0x8d,0x64,0x11,0xd5, +0x9d,0x1d,0x01,0x74,0x4d,0x40,0x0c,0xff,0xff,0xfe,0x07,0x00,0xf2,0x04,0x50,0x00, +0x3e,0x07,0x7d,0xb7,0x4c,0x40,0x00,0x2e,0x0b,0xbf,0xdb,0x6c,0x50,0x00,0x3e,0x00, +0x1f,0x1c,0x00,0x30,0x6f,0xc0,0x0c,0x0b,0x04,0x20,0xcc,0xcc,0x07,0x00,0xf1,0x02, +0x04,0xba,0x69,0x6c,0xcb,0xbb,0xce,0x0d,0x3a,0x60,0x0c,0x74,0x44,0x6e,0x3a,0x0a, +0x60,0x1c,0x00,0x06,0x07,0x00,0x02,0x4d,0x00,0x31,0x0b,0x51,0x11,0xf0,0x25,0xa5, +0x23,0x57,0x50,0x00,0x0d,0xee,0xef,0xdb,0xa9,0x64,0xf3,0x24,0x14,0x0e,0xc3,0x97, +0x29,0x0b,0x70,0xcb,0x54,0x03,0x68,0x63,0x21,0xaf,0xed,0x06,0x65,0x21,0x8e,0xf0, +0x0b,0x2a,0x10,0xbd,0xce,0x6b,0x30,0xe9,0x00,0x2b,0xfd,0x14,0x00,0x7f,0x27,0x10, +0x0f,0x0f,0x00,0x00,0xfc,0x04,0x37,0x11,0x11,0x18,0x0f,0x00,0x05,0x34,0x01,0x21, +0xf2,0x00,0x6a,0x9c,0x11,0xef,0x30,0x27,0x40,0x22,0x26,0xd2,0x22,0xe8,0x02,0x40, +0xa9,0x99,0x99,0xaf,0xe3,0xa0,0x30,0x77,0x77,0x78,0x75,0x44,0x30,0x43,0x33,0x33, +0xde,0x02,0x00,0xfb,0x25,0x11,0xf0,0xc9,0x79,0x21,0x77,0x8f,0x5e,0x64,0x60,0x22, +0x24,0xf0,0x00,0x1d,0xdf,0x34,0x01,0xf0,0x04,0xdd,0x10,0x11,0x14,0x71,0x11,0x86, +0x21,0x10,0x01,0x6b,0xd5,0x00,0x04,0xae,0x92,0x00,0xaa,0x40,0xd0,0x6d,0x13,0xa0, +0xc8,0x9a,0x00,0x5c,0x01,0xf1,0x0b,0x47,0x77,0x76,0x00,0xfd,0xcc,0xc5,0x9c,0x99, +0xae,0x06,0xc4,0xf5,0x42,0x98,0x00,0x2e,0x0d,0x50,0xf1,0x00,0x98,0x00,0x2e,0x1a, +0x00,0x07,0x00,0xe0,0x04,0x44,0xf6,0x44,0x98,0x00,0x2e,0x0c,0xcc,0xfc,0xcb,0x98, +0x00,0x2e,0xe7,0x04,0x10,0x98,0x7a,0x2b,0x11,0xf9,0x07,0x00,0x30,0x0c,0x6d,0x80, +0x07,0x00,0xd0,0x5e,0x01,0xe6,0x9a,0x44,0x6e,0x03,0xe5,0x00,0x47,0x9e,0xbb,0xce, +0xdc,0xa6,0x43,0x98,0x00,0x2c,0x02,0x92,0x56,0x60,0xff,0xfe,0x4e,0xee,0xee,0xb0, +0x7d,0x5c,0x31,0x11,0x11,0x7a,0x3f,0x0f,0x30,0x30,0x07,0x90,0xfa,0x05,0xf0,0x07, +0xb4,0x00,0x87,0x00,0x04,0xe2,0x21,0x0d,0x30,0x0a,0x50,0x00,0xcf,0xde,0x70,0xf1, +0x00,0xc4,0x00,0x4f,0xc0,0x77,0x20,0x10,0x41,0x04,0xbc,0x07,0x70,0x33,0x1a,0xf1, +0x02,0xc0,0x77,0x23,0x33,0x33,0x3c,0x00,0x3c,0x07,0x79,0xbb,0xbb,0xa6,0xb0,0x03, +0xff,0xf7,0x97,0x23,0x13,0x3c,0xfd,0x71,0x1c,0x30,0xbd,0x9a,0x21,0x11,0x11,0x40, +0x06,0x72,0xea,0xee,0xef,0xee,0xe4,0x00,0x6b,0x4e,0x4b,0xf0,0x12,0x09,0x70,0x04, +0xaa,0xbf,0xaa,0xa0,0x00,0xd3,0x00,0x6b,0x35,0xf3,0x3f,0x00,0x3f,0x10,0x06,0x90, +0x2e,0x00,0xf0,0x0a,0xfe,0xfc,0x6f,0xdd,0xfd,0xdf,0x02,0xfd,0x02,0xc6,0x0f,0x00, +0xd0,0x29,0xd0,0x2c,0x6f,0xde,0xfd,0xef,0x00,0x1d,0x02,0xc1,0x70,0x5b,0x38,0xa4, +0x40,0x2c,0x0b,0x7c,0x60,0xe4,0x19,0x31,0xc0,0x1e,0xf2,0x35,0x08,0xb1,0x4b,0xc9, +0xea,0x53,0x00,0x03,0x00,0x3c,0x60,0x01,0x6a,0x55,0x1f,0x10,0x93,0x1d,0x00,0x40, +0xfe,0x03,0xf3,0x11,0xae,0x0a,0x81,0x0b,0xed,0xdf,0x50,0x00,0xa6,0x00,0x7e,0xf8, +0x1d,0xf5,0x34,0x05,0xff,0xee,0xff,0xed,0x03,0xf3,0x37,0x9c,0x02,0xe0,0x2e,0x0a, +0xff,0xf6,0x4c,0x01,0xe0,0x2e,0x2f,0xd0,0x76,0x4f,0xee,0xfe,0xee,0x3b,0xd0,0x76, +0x5c,0x01,0xe0,0x2e,0x02,0xd0,0x76,0x6e,0x78,0xf7,0x8e,0x01,0xd0,0x76,0x8b,0x67, +0xe6,0x7e,0x01,0xff,0xf7,0xd5,0x01,0xe0,0x2e,0x01,0xd0,0x05,0xe0,0x01,0xe0,0x2e, +0x00,0x40,0x0b,0x50,0x00,0x68,0x44,0x95,0x12,0x23,0xf8,0x28,0x14,0x0a,0x35,0x29, +0x0a,0xc6,0x2d,0x03,0x50,0x03,0x31,0x22,0x22,0x23,0xb1,0x41,0x50,0x02,0x10,0x1f, +0x10,0x12,0xac,0x48,0x40,0x01,0xf1,0x07,0xd0,0x4f,0x57,0x90,0x1f,0x10,0x0c,0x80, +0x00,0x2f,0x40,0x01,0xf1,0xad,0x14,0x10,0x80,0xd5,0x09,0x61,0xb9,0x00,0x60,0x01, +0x24,0xf1,0x8f,0x2d,0x24,0x7f,0xfa,0x44,0x1d,0x01,0x1e,0x1e,0x11,0x5a,0xb7,0x8f, +0xf0,0x18,0x0c,0xef,0xfe,0xb7,0xef,0xff,0xec,0x00,0x03,0xff,0x70,0x00,0xcf,0xd2, +0x00,0x03,0xd8,0xb7,0xb1,0xc6,0xd6,0xd3,0x02,0xd3,0x5a,0x00,0xc5,0x0d,0x23,0xc1, +0x00,0x04,0x53,0x33,0x33,0x64,0x10,0x00,0x03,0x10,0x0a,0x15,0xc6,0x88,0x00,0x02, +0x10,0x27,0x71,0xe0,0x00,0x03,0x20,0x0f,0x20,0x41,0x12,0x5d,0x60,0xf1,0x09,0xc2, +0x00,0x05,0xe6,0x12,0x24,0x61,0xe3,0x00,0x83,0x02,0xff,0xc0,0x31,0x13,0x22,0x02, +0x40,0x97,0x05,0x16,0xe1,0x33,0x00,0xf0,0x1e,0x02,0x50,0x82,0x02,0x90,0x53,0x00, +0x05,0xa0,0x3b,0xbc,0x20,0xa6,0x00,0x05,0xa1,0x7c,0x6b,0x91,0xa6,0x00,0x05,0xb6, +0x83,0x22,0x74,0xb6,0x00,0x04,0xbb,0xbc,0xfc,0xbb,0xb4,0x00,0x13,0x33,0x38,0xe3, +0x33,0x33,0x10,0x5e,0xbb,0xcf,0x8b,0x27,0xf0,0x08,0x5b,0x00,0xb6,0x02,0xc0,0x0b, +0x50,0x5b,0x0a,0xe9,0xbc,0xea,0x0b,0x50,0x5b,0x04,0x53,0x10,0x05,0x0b,0x50,0x5b, +0x00,0x47,0xb1,0x51,0x20,0x00,0x00,0x4a,0x10,0x3d,0x50,0x20,0xfe,0x92,0xf3,0x07, +0x20,0x06,0x6b,0xb7,0x96,0x10,0x20,0x2f,0x02,0xf0,0x24,0x69,0x2e,0x0c,0x50,0x02, +0x2a,0x92,0x1a,0x72,0xe0,0x5c,0x01,0xee,0xff,0xe8,0xd3,0x2e,0x00,0xe3,0x00,0x1f, +0xc0,0x3e,0x02,0xe0,0x09,0x70,0x08,0xec,0xc4,0x60,0x2e,0x01,0x40,0x02,0xd9,0x87, +0x30,0x02,0xe0,0x9a,0x00,0xd5,0x98,0x00,0x00,0x03,0x3f,0x20,0x1a,0x09,0x03,0x07, +0x00,0x5b,0x05,0x00,0x5f,0x69,0x00,0x5b,0x05,0x30,0x59,0xec,0x30,0x7a,0x02,0x22, +0x1d,0x94,0x03,0x9e,0x20,0x01,0xa0,0x0a,0x22,0x30,0xfc,0x60,0x4d,0xaf,0x03,0x40, +0x3d,0x30,0x08,0xec,0xc8,0x79,0xd0,0xc3,0x00,0xd6,0x6f,0x36,0xe0,0x01,0x1d,0x41, +0x4d,0x02,0xe0,0x88,0xc4,0x71,0xf1,0x17,0x60,0x2e,0x05,0x20,0x00,0x3f,0x50,0x53, +0x52,0xe1,0x80,0x00,0x0a,0xfe,0x30,0x97,0x2e,0x0e,0x20,0x02,0xcd,0x5d,0x0d,0x32, +0xe0,0x98,0x00,0xc4,0xc3,0x14,0xd0,0x2e,0x04,0xd0,0x4a,0x0c,0x30,0xc6,0x76,0x3f, +0x60,0xc3,0x06,0x00,0x2e,0x00,0x50,0x6e,0x07,0x12,0x24,0x66,0x8e,0x22,0x0b,0xd8, +0x40,0x3d,0xf1,0x00,0x04,0x30,0x00,0x00,0x47,0xbf,0x70,0x03,0xf3,0x00,0x00,0x09, +0x8f,0x20,0x04,0x47,0x25,0xf0,0x05,0xf1,0x0a,0xd4,0x00,0x9b,0x00,0x01,0x1f,0x21, +0x71,0xd7,0x8b,0x10,0x03,0xff,0xff,0xe0,0x06,0xf8,0x00,0x12,0xae,0x30,0xad,0x82, +0xd4,0xfa,0x7d,0xf0,0x0d,0x31,0x00,0xbf,0xee,0xe2,0x04,0x9f,0x3a,0x03,0xd7,0x00, +0x6c,0x00,0xd2,0xf1,0x09,0xd6,0x60,0x1e,0x30,0x4a,0x0f,0x10,0x20,0x1c,0xbd,0x60, +0x00,0xa8,0x75,0x20,0x6f,0x60,0x78,0x09,0x30,0x27,0xdb,0x20,0x7c,0x04,0x29,0x4e, +0x93,0x54,0x02,0x02,0x36,0x20,0x30,0x49,0xde,0x56,0xb7,0x08,0x41,0x07,0x7f,0x10, +0x6b,0xd1,0x3c,0x20,0xf0,0x06,0xff,0x50,0xb1,0x01,0x1f,0x21,0x6d,0x66,0x66,0xe3, +0x01,0xff,0xff,0xd3,0x6b,0xa4,0x12,0x5f,0x25,0x73,0xa1,0x0c,0xfd,0x09,0xee,0xef, +0xee,0xb0,0x02,0xdf,0x89,0xba,0x0a,0xf2,0x02,0xa6,0xf1,0x50,0x22,0x5e,0x22,0x00, +0x3e,0x0f,0x00,0x4d,0xde,0xfd,0xd6,0x00,0x40,0xf0,0xcd,0x0a,0x13,0x0f,0x89,0x35, +0x22,0xf0,0x5f,0x0a,0x1a,0x32,0x06,0x80,0x00,0x47,0x59,0x31,0x00,0x00,0xde,0x0d, +0x28,0x11,0xde,0x7a,0x85,0xf0,0x07,0x4e,0xe2,0x02,0xc2,0x04,0xb3,0x03,0xe5,0x16, +0xe6,0x00,0x07,0xfa,0x20,0x4d,0xd3,0x00,0x00,0x01,0xaf,0x64,0x61,0x2a,0x00,0x24, +0x53,0x05,0x38,0x14,0x18,0x3f,0xbb,0x09,0x06,0x0d,0x00,0x15,0x0e,0xab,0x8d,0x17, +0x37,0x75,0x06,0x13,0x0c,0x04,0x54,0xf0,0x06,0xc5,0x00,0x51,0x00,0x40,0x06,0xb0, +0x0a,0x40,0xab,0x10,0x2c,0xb2,0x49,0x00,0x07,0xe8,0x00,0x10,0x06,0xe7,0x4e,0x2c, +0x41,0x1f,0x0b,0x42,0x60,0x99,0x1b,0x26,0x1d,0x20,0xd3,0x1d,0x31,0x11,0x1e,0xcb, +0x04,0x23,0x31,0x08,0xd0,0xd5,0x7e,0x1f,0xe1,0xe2,0x02,0xe7,0x00,0x00,0x02,0x7e, +0xc2,0x00,0x02,0xce,0x83,0x00,0xba,0xde,0x67,0x15,0xc0,0xe4,0x26,0x11,0x9c,0xd3, +0x16,0x00,0x6c,0x05,0xf1,0x07,0x6e,0x20,0x49,0x00,0x49,0x20,0xb6,0x45,0xbb,0x24, +0x10,0x4c,0xb5,0x17,0xa3,0x05,0xd0,0x00,0x04,0xd2,0x0a,0xed,0xd8,0x8d,0xf0,0x17, +0xa6,0x07,0x40,0x00,0x0d,0x40,0x0a,0x63,0xdb,0xbc,0xf0,0xd4,0x00,0xa7,0xa7,0x71, +0xa7,0x0d,0x40,0x0a,0x60,0x07,0xfd,0x00,0xd4,0x00,0xa6,0x38,0xd5,0x8c,0x1d,0x40, +0x0a,0x78,0x61,0x00,0x31,0xd4,0x6d,0x24,0x11,0xcc,0x17,0x78,0x01,0xdb,0x26,0x00, +0xd1,0xb3,0x43,0x11,0x11,0x00,0x04,0xe6,0x06,0x00,0x2e,0x1a,0xb2,0x1d,0x10,0x00, +0x08,0x88,0xdb,0x88,0x8b,0xd8,0x88,0x10,0x62,0x1f,0x12,0x40,0x52,0x8c,0x02,0xa7, +0x26,0x00,0x96,0x06,0x12,0x1f,0x52,0x1d,0x10,0x01,0x02,0x59,0x11,0xf2,0x2d,0x2d, +0x11,0x88,0xe9,0x03,0xf0,0x00,0xe0,0x08,0x80,0x00,0x91,0x00,0x29,0xe4,0x00,0x89, +0x00,0x1f,0x01,0xee,0x91,0xbc,0x68,0x15,0xa0,0xec,0x3c,0x12,0x46,0xe1,0x09,0x50, +0x04,0xe0,0x0a,0x40,0xba,0x31,0x3c,0xf0,0x02,0x30,0xa4,0x0b,0xa0,0x2e,0x00,0xaa, +0xba,0x9a,0x50,0xba,0x02,0xe0,0x07,0x77,0x76,0x9e,0x94,0x5b,0x31,0x63,0x08,0x50, +0x7f,0x0f,0x20,0x70,0xb7,0x24,0x0b,0x60,0x50,0x4a,0x0d,0x10,0x00,0xf7,0xbd,0x32, +0x20,0xd0,0xcf,0x35,0x01,0xf0,0x03,0x0d,0x1a,0x0c,0x1a,0x30,0xe0,0xe1,0x00,0x45, +0xca,0xc1,0xa3,0x0e,0x0e,0x10,0xae,0xea,0x6c,0x0f,0x00,0x70,0x06,0x20,0x00,0xc1, +0xa3,0x0e,0x0f,0x83,0x29,0x46,0x19,0x30,0xba,0xd0,0x42,0x3e,0x02,0xe8,0x06,0x22, +0x03,0xe1,0x5d,0x4b,0xf0,0x06,0xcd,0xfd,0xc8,0xdd,0xfe,0xcc,0x20,0x9b,0x09,0x70, +0x8c,0x04,0xd0,0x00,0x09,0x31,0x47,0x28,0x41,0x18,0x30,0xab,0x59,0x12,0xfd,0x75, +0x7d,0x10,0x1f,0xdf,0x00,0x13,0x08,0x40,0x08,0x12,0xa6,0xd6,0x25,0x11,0x0d,0x80, +0x2d,0x51,0x60,0x00,0x00,0x19,0xef,0x34,0x51,0x21,0x09,0xb2,0xcc,0x7f,0xd7,0x4c, +0x80,0x1f,0x02,0x46,0xf0,0x00,0x7a,0x20,0x01,0xf0,0x2b,0xb5,0xb3,0x3e,0x02,0x54, +0x01,0xf5,0x0d,0x08,0xc1,0x11,0x0a,0xa1,0x11,0x10,0x03,0xfe,0xfd,0xdb,0xfe,0xfe, +0xdd,0x31,0xe8,0x1f,0x11,0xf5,0x09,0x90,0x00,0x04,0x00,0x20,0x0e,0x30,0x12,0xd9, +0xa3,0x04,0x2a,0xa0,0x11,0xee,0x0f,0x00,0x14,0xe6,0x83,0x7d,0x10,0x7c,0x1e,0x2c, +0x91,0xdc,0xc0,0x02,0x35,0xc4,0x33,0x33,0xe6,0x33,0x57,0x8f,0x21,0x0d,0x30,0x5b, +0x98,0x03,0xeb,0x12,0x31,0x2f,0xfc,0x10,0x66,0x00,0x12,0x22,0x15,0x00,0x20,0x0d, +0x60,0x57,0x67,0xf0,0x04,0xfe,0xe9,0xfe,0xfe,0xee,0x00,0xa9,0x1e,0x10,0xe3,0x09, +0x80,0x00,0x2c,0x00,0x73,0x7f,0x70,0x1a,0x6e,0x0c,0x30,0xba,0x2b,0xa2,0x46,0x23, +0xe0,0xe5,0x00,0x05,0xeb,0x50,0x02,0xdd,0x79,0xff,0xff,0xf8,0x5c,0xf2,0x03,0x3b, +0x00,0x90,0x03,0x01,0x00,0x01,0xd0,0x05,0xb0,0x01,0xe1,0xc0,0x65,0x31,0x0d,0x30, +0x89,0x8f,0x0f,0x31,0x76,0x1e,0x10,0xc5,0x0e,0x00,0xc8,0x1b,0x04,0x8b,0x5c,0x12, +0x12,0x69,0x00,0xf0,0x04,0x0b,0xa3,0x33,0x1d,0x93,0x33,0x30,0x05,0xec,0xfb,0xbb, +0xeb,0xfc,0xbb,0x02,0xe3,0x0d,0x12,0xd1,0x21,0x28,0x01,0x8d,0x75,0x82,0x90,0x00, +0x04,0xe6,0x66,0x66,0x66,0xb9,0x7e,0x75,0x22,0x3a,0x90,0x25,0x2e,0x12,0xd9,0x69, +0x13,0x91,0x19,0x90,0x00,0x02,0x9b,0xe9,0x99,0xce,0x95,0x7a,0x64,0x40,0x16,0xc1, +0x11,0x01,0x1d,0x0e,0x61,0xef,0xdd,0xd2,0x00,0x18,0xe2,0xa3,0x09,0x25,0x7d,0x71, +0x66,0x32,0x02,0x41,0x7c,0x02,0xb4,0x01,0xf0,0x10,0x09,0xa1,0x11,0x04,0xe1,0x11, +0x10,0x02,0xfb,0xfc,0xb5,0xbc,0xde,0xbb,0x30,0xc7,0x07,0x90,0x7a,0x01,0xe2,0x00, +0x03,0x65,0x66,0x6e,0x85,0x57,0x65,0x00,0x3e,0x40,0x4c,0x40,0x68,0xe0,0x03,0xd7, +0x25,0x06,0x60,0x4e,0x00,0x01,0x99,0x11,0x11,0x13,0x35,0x50,0x09,0xda,0xaa,0xaa, +0xaf,0xcb,0x15,0x02,0xe8,0x2c,0x21,0x09,0xeb,0x25,0x6d,0x10,0x00,0x1e,0x00,0x12, +0x5d,0x72,0x2b,0x00,0xb3,0x15,0x20,0x9e,0xdd,0xf6,0x16,0xd0,0x00,0x07,0x00,0x1f, +0x00,0x18,0x10,0x00,0x00,0xaa,0x01,0xf0,0x09,0xdc,0x0f,0x70,0xd1,0x1f,0x01,0xc1, +0x00,0x00,0xcd,0x0e,0x02,0xf0,0x09,0xdd,0xc0,0x02,0x22,0x3a,0xef,0xfa,0x32,0x22, +0x00,0x00,0x3c,0xa2,0xf1,0x9e,0x81,0x00,0x08,0xdd,0x60,0x1d,0x00,0x19,0xf7,0xec, +0x73,0x12,0xc0,0x64,0x06,0x08,0xa9,0x6a,0x70,0x01,0x11,0x13,0xf8,0xe3,0x11,0x11, +0xde,0x1c,0x10,0x08,0x5b,0x50,0x90,0x7c,0xe7,0x00,0x05,0xec,0x73,0x00,0xca,0x60, +0xe4,0x14,0x10,0xd1,0xff,0x5a,0x00,0xce,0x65,0x30,0xb0,0x97,0x1d,0x5c,0x2e,0x40, +0x0b,0x39,0x75,0xa0,0x0f,0x00,0xf0,0x03,0x77,0x97,0xa4,0x00,0x5f,0xcc,0xc7,0x04, +0x79,0x7a,0x00,0x05,0xd4,0x44,0x20,0x33,0xa9,0x32,0x1e,0x00,0x40,0x2d,0xdf,0xed, +0xc0,0x1e,0x00,0x20,0x02,0xf8,0xe8,0x89,0x50,0x20,0x00,0xae,0xf6,0x0f,0xfe,0x16, +0xf0,0x04,0x3d,0x98,0xc6,0xf1,0x00,0x02,0xe0,0x1e,0x49,0x71,0x4f,0x10,0x00,0x2e, +0x04,0x80,0x97,0x00,0xf1,0x77,0x08,0x60,0x09,0x70,0x0f,0xdc,0xcc,0xde,0x60,0x1c, +0x3e,0xf5,0x33,0x35,0x26,0x9a,0x11,0xf0,0x44,0x30,0xf1,0x0a,0x0b,0x0f,0x0d,0x4b, +0xbc,0xfb,0xbb,0x10,0x94,0xf3,0xa1,0x33,0x6d,0x33,0x30,0x05,0x7f,0x85,0x0c,0xcd, +0xfc,0xca,0x00,0x26,0xf7,0xdd,0x1d,0xb2,0x1a,0xaf,0xa7,0xad,0xde,0xfd,0xdd,0x70, +0x79,0xf7,0x50,0x15,0x2e,0xf0,0x09,0x70,0x0d,0xed,0xdd,0xe8,0x00,0x0d,0xfd,0x30, +0xd2,0x00,0x07,0x90,0x05,0xaf,0x5b,0x0d,0xdc,0xcc,0xe9,0x00,0xc3,0xf0,0x20,0x0f, +0x00,0x30,0x1b,0x0f,0x00,0x0f,0x00,0x00,0x5a,0x00,0x20,0xd2,0x00,0x5f,0x09,0x6a, +0x00,0x0d,0x20,0x0e,0xe5,0x00,0xbc,0x3a,0xb0,0x12,0x45,0x68,0xac,0xee,0x60,0x2e, +0xdc,0xcf,0x95,0x31,0xd3,0x1c,0x90,0x50,0x01,0x80,0x00,0x00,0x5d,0x30,0x16,0xe7, +0x50,0x5e,0x01,0xa1,0x64,0x20,0x10,0x7e,0xcb,0x76,0xf0,0x1b,0x06,0xd9,0x22,0x34, +0x7f,0x60,0x2e,0xff,0xed,0xfb,0x98,0x7e,0x40,0x31,0x30,0x0e,0x30,0x30,0x46,0x00, +0x7e,0x10,0xe3,0x2e,0x80,0x00,0x7e,0x20,0x0e,0x30,0x1c,0xb0,0x8d,0x20,0x11,0xf3, +0x00,0x0c,0xa0,0x10,0x0e,0xfc,0xf3,0x15,0x12,0x0c,0x27,0x6b,0x20,0x0c,0x37,0xc6, +0x68,0xd0,0x1e,0x0c,0x30,0x4c,0x00,0xa7,0x00,0x1e,0x0c,0x30,0x08,0xba,0x90,0x07, +0x00,0xe1,0x5a,0xff,0x83,0x00,0x06,0x07,0x4f,0xe7,0x02,0x9e,0xa0,0x00,0x02,0xe9, +0x38,0x07,0x50,0x5e,0x71,0x2d,0xd2,0x00,0xbc,0x32,0x10,0xe6,0x6e,0x81,0xf4,0x13, +0x39,0xd6,0x11,0x28,0xe4,0x00,0x0e,0xff,0xee,0xfd,0xba,0xad,0x50,0x03,0x39,0x10, +0xd3,0x27,0x01,0x10,0x07,0xe6,0x00,0xe3,0x07,0xd7,0x00,0x5a,0x10,0xce,0xd1,0x00, +0x19,0x50,0x68,0x05,0x22,0x00,0xd7,0x9a,0x28,0x30,0x5e,0x00,0xbf,0xe8,0x05,0x50, +0x0d,0x50,0x30,0x00,0x7b,0x8d,0x9a,0x10,0x6d,0x7a,0x0d,0x31,0x04,0xfb,0xbf,0x0f, +0x00,0x53,0x27,0x5e,0x80,0x00,0x07,0x5c,0xb9,0x00,0x1e,0x00,0x21,0xe6,0x89,0x1e, +0x00,0x56,0xfd,0xa8,0x50,0x00,0x7b,0x13,0x82,0x30,0x03,0x69,0xb0,0x0f,0x00,0x40, +0x5f,0xeb,0x74,0xef,0x82,0x84,0x20,0x20,0x00,0xe5,0x4c,0x03,0x94,0x63,0x01,0xe2, +0x7c,0x01,0x6a,0x06,0x40,0x89,0x00,0x05,0xc0,0x07,0x36,0xf0,0x39,0x12,0x60,0x6b, +0x03,0xe0,0x00,0x0a,0x70,0xb7,0x07,0x90,0x79,0x00,0x04,0xfd,0xfd,0x00,0x8b,0x0c, +0xdb,0x80,0x14,0x3e,0x30,0x0a,0xf1,0x33,0xa8,0x00,0x0b,0x71,0x40,0xdd,0x70,0x0d, +0x30,0x09,0xfd,0xd7,0x0f,0x3e,0x14,0xd0,0x03,0xd7,0x20,0x04,0xd0,0x89,0xd4,0x00, +0x00,0x01,0x6b,0x89,0x00,0xfc,0x00,0x00,0x6b,0xfa,0x5e,0x30,0x8e,0xf5,0x00,0x2c, +0x61,0x08,0xb2,0xbd,0x14,0x06,0x17,0x28,0xa3,0x88,0x62,0x50,0x30,0xd3,0x00,0xe3, +0xbe,0x83,0x00,0x4e,0xa3,0x11,0x2e,0xcd,0x1f,0x10,0xf2,0x0d,0x17,0xf0,0x05,0xd0, +0x85,0x0f,0x10,0x3d,0x00,0x01,0xd7,0x5e,0x20,0xf0,0x04,0xd0,0x00,0x4e,0xbf,0x70, +0x2f,0x00,0x6f,0x1c,0x59,0xf0,0x04,0x04,0xf0,0x08,0xf2,0x00,0x02,0xe2,0x20,0x6f, +0x70,0xaf,0x50,0x01,0xef,0xfc,0x2a,0xaf,0x1e,0xb8,0x97,0x89,0x20,0xe4,0x9a,0x1f, +0x7a,0xf0,0x06,0x37,0x5f,0x00,0xa9,0x0e,0x30,0x2a,0xed,0x8d,0x90,0x4f,0x20,0x7b, +0x01,0x72,0x04,0xf1,0x0e,0x70,0x00,0xe3,0x0d,0x4c,0x30,0x30,0x00,0x02,0xf2,0x67, +0x40,0x00,0x3e,0x17,0x10,0xc6,0x04,0x40,0x02,0xe0,0x7d,0x10,0xcf,0x02,0xf0,0x04, +0x2f,0x01,0x53,0x00,0x0d,0x41,0x82,0x7a,0xfe,0xfd,0x70,0x06,0xa0,0x9a,0x39,0x7f, +0x20,0x00,0x01,0x86,0x6a,0xf1,0x12,0xf2,0x03,0x60,0x04,0x1d,0x50,0x14,0x7f,0xdf, +0xd9,0x00,0x08,0x90,0x0a,0xc9,0xd8,0x00,0x40,0x06,0xf9,0xcb,0x00,0x08,0x90,0x7c, +0x00,0xda,0x73,0x00,0x00,0x5c,0x6e,0x10,0x53,0x18,0xf0,0x04,0xfd,0x20,0x00,0x26, +0xae,0xc0,0x04,0xdf,0x80,0x42,0x0e,0xb6,0x10,0x6d,0xc4,0x2e,0x5a,0x40,0x00,0x3d, +0x01,0x72,0x6e,0xd0,0x00,0x08,0x00,0x00,0x74,0x9b,0x64,0x11,0x0d,0x32,0x09,0x11, +0x09,0x94,0x07,0x41,0x0e,0x21,0x00,0x6b,0x10,0x37,0xf0,0x05,0xe3,0x2a,0x82,0x10, +0x00,0x02,0xe8,0x9b,0x5e,0xfe,0xf8,0x00,0x00,0x1c,0x9f,0x20,0x5b,0x08,0x80,0x00, +0xdd,0x57,0xf0,0x1a,0x83,0xaa,0x33,0x20,0x04,0xd3,0x52,0xdc,0xce,0xec,0xc7,0x01, +0xfe,0xb8,0x10,0x40,0x88,0x02,0x00,0x02,0x00,0x30,0x7b,0x08,0x81,0xe1,0x00,0x28, +0xdb,0x4e,0x20,0x88,0x07,0xb0,0x2e,0x82,0x0d,0x50,0x09,0x80,0x0d,0xd9,0x18,0x23, +0x5f,0xe4,0xa3,0x66,0x01,0x77,0x22,0x00,0x2d,0x31,0x00,0x9c,0x8a,0xf0,0x08,0x08, +0x80,0x00,0xd3,0x00,0x08,0x90,0x30,0x87,0x00,0x0d,0x30,0x02,0xe1,0x1e,0x28,0x70, +0x00,0xd3,0x00,0xdd,0xad,0x80,0x1e,0x00,0x31,0x08,0x69,0xc0,0x1e,0x00,0x40,0x02, +0xd2,0x00,0x87,0xc9,0x08,0x30,0xd8,0x7a,0x28,0x0f,0x00,0x30,0xdf,0xc8,0x50,0x1e, +0x00,0x11,0x02,0xcd,0x14,0x50,0xd3,0x00,0x01,0x58,0xc2,0x1e,0x00,0x93,0x0d,0xfb, +0x73,0x09,0x80,0x00,0xd4,0x00,0x30,0x7d,0x7a,0x04,0xb1,0x31,0x21,0x9a,0x04,0xba, +0x08,0xf0,0x0a,0x1f,0x20,0x4c,0x13,0xf1,0x1f,0x10,0x09,0x80,0x14,0xb0,0x1e,0x00, +0xe1,0x03,0xd0,0x0e,0x9b,0x01,0xe0,0x0e,0x11,0xdd,0xce,0xb4,0x0f,0x00,0x31,0x0b, +0x9a,0xe1,0x1e,0x00,0xb0,0x02,0xe3,0x04,0xfe,0xef,0xee,0xf1,0x02,0xe7,0x46,0x6b, +0x8c,0x28,0x30,0xff,0xda,0x86,0x1e,0x00,0x40,0x02,0x00,0x00,0x4b,0x0f,0x00,0xb0, +0x01,0x46,0x98,0xc1,0x2f,0x11,0xf1,0x1e,0xfc,0x96,0x6f,0x39,0x07,0x11,0x20,0xe0, +0x32,0x10,0xd1,0xdd,0x0f,0x12,0x35,0xb7,0x08,0x21,0x0d,0x70,0xd9,0x5b,0x11,0x07, +0xda,0x64,0xf2,0x23,0x30,0x15,0xfc,0x00,0x6d,0x00,0x08,0x90,0x9d,0xf4,0xa9,0x3f, +0x30,0x03,0xfa,0xae,0x13,0x00,0xdf,0x50,0x00,0x27,0x6f,0x50,0x00,0x6e,0xda,0x10, +0x00,0x09,0x90,0x05,0xcd,0x30,0xae,0x70,0x07,0xd5,0x77,0xc6,0x28,0x10,0x4c,0x33, +0xfd,0xa8,0x40,0x01,0x8e,0x80,0x88,0x19,0x10,0x17,0x5f,0x79,0xdb,0xa0,0xca,0x50, +0x00,0x00,0x4f,0xeb,0x74,0x00,0x5b,0xf9,0x20,0x00,0xf8,0x65,0x04,0xb4,0x95,0x31, +0x03,0xf1,0x0d,0x9e,0x85,0x12,0xa8,0xd2,0x92,0x30,0x2e,0x12,0x30,0xc5,0x58,0xf0, +0x0b,0x0c,0x50,0xb9,0x00,0x3e,0xd0,0x00,0x07,0xfc,0xee,0x01,0x9f,0x8b,0xe7,0x00, +0x36,0x5f,0x47,0xfb,0x20,0x03,0xcd,0x00,0x0c,0x70,0x22,0x89,0x49,0xb1,0x0a,0xd7, +0xa5,0xbf,0xff,0xff,0xf7,0x06,0xfd,0x96,0x10,0x19,0x94,0x13,0x00,0xaf,0x58,0x20, +0x59,0x60,0x0f,0x00,0x31,0x5e,0xfb,0x62,0xc6,0x7a,0x11,0x40,0xca,0x7d,0x10,0xf2, +0x25,0xa1,0x22,0x06,0xb0,0x33,0xa7,0x10,0x6b,0x4a,0x01,0xf0,0x03,0x00,0xac,0xce, +0xec,0xcc,0x00,0x1f,0x21,0x44,0x44,0x9c,0x44,0x40,0x0a,0x90,0x8b,0x00,0x06,0xc1, +0x03,0xa0,0xce,0x10,0x11,0x7b,0x11,0x10,0x28,0x6e,0x50,0x7f,0xcd,0x45,0x03,0x85, +0x31,0xe0,0x09,0xf9,0xce,0x1c,0xcc,0xcc,0xc5,0x03,0xeb,0x74,0x11,0xf3,0x33,0x3b, +0x18,0x01,0x10,0x1f,0x9d,0x28,0x40,0x01,0x48,0xc2,0xf0,0xaf,0x3c,0xe0,0xfe,0xa7, +0x2f,0x44,0x44,0xb7,0x01,0x51,0x00,0x01,0xfb,0xbb,0xbd,0x70,0x72,0x00,0x12,0x55, +0x85,0x1d,0x21,0x0e,0x60,0x0d,0x65,0xf2,0x27,0x05,0xfe,0xef,0xb0,0x00,0x09,0x90, +0x11,0xe4,0x00,0xd4,0x00,0x03,0xe0,0x3e,0xcb,0x22,0x8c,0x22,0x01,0xdb,0x8c,0x5c, +0xfd,0xdf,0xdd,0xe0,0x09,0x7c,0x70,0x2e,0x01,0xe0,0x1e,0x00,0x05,0xa0,0x02,0xe0, +0x1e,0x01,0xe0,0x04,0xf9,0xbe,0x4f,0xdd,0xfd,0xee,0x00,0xeb,0x74,0x12,0xe1,0x00, +0x2d,0x11,0x2e,0x5d,0x17,0xf1,0x00,0x6a,0xe7,0xe0,0x00,0x00,0x49,0x0f,0xea,0x62, +0x1f,0x10,0x00,0x08,0x90,0x20,0xd8,0x13,0x33,0xd2,0x00,0x02,0x99,0x9b,0x12,0xe6, +0xde,0x5d,0xa0,0x5e,0x00,0x22,0x29,0x92,0x22,0x00,0x0d,0x60,0x0c,0xf2,0x1f,0xb0, +0x06,0xc0,0x89,0x00,0xb9,0x04,0x00,0x03,0xf9,0x8f,0x20,0x66,0xbf,0xf0,0x10,0x3a, +0x8f,0x70,0x8f,0x87,0x8a,0xf5,0x00,0x08,0xb0,0x0c,0xba,0x77,0x55,0xd0,0x06,0xf6, +0x85,0x06,0xa0,0x97,0x01,0x03,0xfe,0xb7,0x20,0x89,0x09,0x70,0x00,0x03,0xcf,0x3c, +0x10,0x97,0x9b,0x06,0xf5,0x05,0x81,0xf2,0x09,0x70,0x92,0x3e,0xe9,0x42,0xc9,0x00, +0x98,0x0c,0x21,0x30,0x01,0xe9,0x00,0x05,0xff,0xd0,0x54,0x1b,0x11,0x09,0x35,0x2b, +0x01,0x92,0x17,0x11,0xb5,0xe0,0x24,0x40,0x6e,0xef,0xfe,0xe3,0x58,0x03,0x20,0x00, +0xb5,0xc3,0x1c,0xf0,0x05,0xc5,0xee,0xef,0xfe,0xec,0x03,0xfb,0xcb,0x00,0x41,0x26, +0x07,0x90,0x15,0x4e,0x20,0x05,0xc7,0xb0,0xa2,0x09,0x1d,0xf2,0x00,0x82,0x6b,0x00, +0x00,0x08,0xeb,0xe3,0x07,0x36,0xa0,0x00,0x02,0xd8,0x40,0x4e,0x07,0x62,0xf0,0x05, +0x63,0x00,0x2f,0x32,0x00,0x00,0x5a,0xe9,0x20,0x1d,0x84,0xd4,0x00,0x2c,0x60,0x00, +0x5e,0x80,0x02,0xd6,0x18,0x1e,0x46,0x40,0x00,0x01,0xc1,0x31,0x3f,0x04,0x3e,0x41, +0x11,0x06,0xc2,0x14,0x12,0x98,0x45,0x19,0x30,0x1e,0x14,0x10,0x40,0x35,0x40,0x08, +0x61,0xe3,0x00,0x73,0x44,0x20,0xfc,0xea,0x6e,0x58,0x40,0x30,0x4b,0x9f,0x10,0xfa, +0x20,0xf0,0x07,0x30,0x0a,0x60,0x03,0x30,0x69,0x00,0x50,0x06,0xd4,0x71,0x3e,0x46, +0xa1,0xc7,0x03,0xfd,0xa7,0x00,0x37,0x9f,0xc3,0xc2,0x00,0xf0,0x06,0x03,0xcd,0xcd, +0x20,0x00,0x15,0xae,0x4a,0xd3,0x69,0x4e,0x60,0x4f,0xa5,0x11,0x70,0x06,0x90,0x1a, +0x20,0x00,0x54,0xba,0x08,0x40,0x42,0x30,0x10,0x00,0x07,0x56,0x38,0x00,0xd5,0x02, +0x00,0xd7,0x03,0x10,0xbf,0xb7,0x0b,0xf2,0x09,0xe3,0x20,0xc3,0x00,0x00,0x4b,0x06, +0xa0,0xd4,0xc6,0x22,0x22,0x6b,0x2e,0x89,0xb0,0xcd,0xcc,0xcc,0xc9,0x2b,0x9f,0x30, +0xc3,0x9f,0x33,0xf0,0x01,0xdf,0xef,0xef,0xee,0x05,0xd5,0x70,0xfd,0x1b,0x0b,0x0d, +0x2f,0xd9,0x61,0xfc,0x1b,0xff,0xd7,0xf0,0x0b,0x34,0xcc,0xef,0xef,0xee,0x02,0x7d, +0xc9,0x8c,0x1b,0x0b,0x0d,0x3e,0x82,0x0e,0x3c,0x1b,0x0b,0x0d,0x00,0x00,0x1a,0x0c, +0x1b,0x0b,0x8a,0xeb,0x71,0x13,0x05,0xf3,0x10,0x11,0xb6,0x13,0x14,0x01,0x41,0x35, +0x30,0x09,0x60,0x4c,0x41,0x35,0xf0,0x06,0x02,0xb0,0xa8,0x5d,0x8a,0xaa,0xad,0x10, +0xdd,0xde,0x05,0xa2,0x3a,0x93,0x30,0x08,0x5e,0x50,0xb6,0x00,0xc4,0xbf,0x55,0xf0, +0x1b,0x4f,0x68,0xfe,0xee,0xd0,0x02,0xe6,0x8d,0xc6,0x87,0x00,0x2d,0x00,0xdf,0xc8, +0x37,0x68,0x81,0x13,0xd0,0x04,0x00,0x00,0x76,0x8e,0xcc,0xcd,0x00,0x16,0xad,0x57, +0x68,0x70,0x02,0xd0,0x0e,0x93,0x00,0x76,0x8d,0xaa,0xbd,0xe2,0x04,0xd0,0x68,0x93, +0x35,0xc0,0x02,0xfc,0xcf,0xdc,0xdf,0xcc,0xf5,0x00,0x2d,0xdb,0x9d,0x60,0x0b,0x50, +0x02,0xfc,0xcf,0xdd,0x0f,0x00,0x03,0xca,0x5f,0x11,0x0c,0xca,0xaf,0xf0,0x07,0xda, +0x00,0x00,0x44,0x4a,0xa4,0x44,0x40,0x00,0x00,0x1f,0x66,0x66,0x66,0x6f,0x10,0x00, +0x01,0xfa,0xaa,0xaa,0xaa,0xe8,0x31,0x00,0x51,0x13,0x00,0x43,0x3e,0x30,0x66,0x66, +0x66,0x0f,0x00,0x52,0xaa,0xaa,0xaa,0xaf,0x10,0xdd,0x0b,0x15,0xf1,0xd3,0x11,0x01, +0xd0,0x18,0x10,0x30,0xec,0x08,0x10,0x20,0x71,0x27,0x90,0x01,0x33,0xba,0x33,0x3b, +0xb3,0x31,0x00,0x5b,0x34,0x0f,0x24,0xbb,0x50,0xc1,0x19,0x10,0x0b,0x21,0x0b,0x14, +0xec,0x06,0x31,0x07,0x34,0xad,0x11,0x4d,0x9d,0x12,0x04,0xd0,0x53,0x31,0x02,0xf9, +0xe2,0xea,0x02,0x10,0xca,0xdb,0x70,0x90,0x02,0x5a,0xf8,0x00,0x07,0xfb,0x52,0x01, +0xeb,0xb7,0xb1,0x16,0x7c,0xbf,0x44,0x01,0x89,0x13,0x11,0x30,0xb2,0x17,0x00,0x75, +0x00,0x00,0xa0,0x69,0x20,0xcd,0x30,0x32,0x34,0x41,0x31,0x4e,0x40,0x00,0x49,0x0e, +0x35,0x50,0x00,0x01,0x3c,0x70,0x31,0x04,0xdd,0x20,0x66,0x3f,0x11,0xfa,0x59,0x00, +0x20,0x9f,0xff,0x68,0x01,0x42,0x02,0xe9,0x4f,0x10,0x2e,0x03,0x03,0xb8,0x36,0x13, +0x0f,0x0f,0x00,0x12,0xf1,0x90,0x2f,0x12,0x0f,0xf4,0x36,0x01,0x3e,0x78,0x11,0xa3, +0xae,0x1b,0x91,0x18,0xfc,0x30,0x0c,0xef,0xfe,0x85,0xbf,0xf5,0x64,0x47,0xf0,0x0b, +0x75,0x5d,0x00,0x00,0x05,0xbd,0xdb,0x30,0x03,0xd4,0x68,0x00,0x23,0xaa,0x31,0x8c, +0xef,0xda,0x70,0x00,0x08,0x80,0x06,0x56,0xd0,0x00,0x4a,0x81,0x01,0x65,0x0e,0xf0, +0x03,0x3f,0xf3,0x01,0x38,0xea,0xdf,0x80,0x0b,0xcc,0xd3,0xfc,0xce,0x53,0x00,0x07, +0xb8,0x88,0x80,0x32,0x19,0xa0,0xe1,0x88,0x01,0x00,0x3d,0x00,0x3a,0x01,0x08,0x80, +0xce,0x02,0x30,0x90,0x00,0x88,0x2e,0x1b,0x12,0xe4,0x12,0x09,0xf0,0x10,0x31,0x01, +0xff,0xff,0xf8,0x3e,0x20,0x2f,0x20,0x04,0xb0,0x1e,0x00,0x7b,0x0b,0x80,0x00,0x3b, +0x01,0xd0,0x99,0xba,0xfa,0x90,0x03,0xff,0xfd,0x06,0x68,0xf6,0x66,0x0f,0x00,0x00, +0x08,0x04,0x31,0x03,0xb0,0x1d,0xbf,0x0e,0xf0,0x15,0x3f,0xee,0xd5,0xee,0xff,0xee, +0xe8,0x03,0xb0,0x2d,0x01,0x17,0xf2,0x11,0x00,0x3b,0x01,0xe1,0x00,0xbf,0x80,0x00, +0x07,0xd9,0xcf,0xe1,0x2e,0x4e,0x10,0x00,0xb9,0x65,0xd0,0x0d,0x70,0x9a,0x38,0x2d, +0xd7,0x1c,0xb0,0x00,0xcb,0x20,0x00,0x01,0xda,0xa0,0x00,0x00,0x95,0x00,0xd2,0x33, +0x12,0xe2,0x8c,0x32,0xb1,0x0e,0x20,0x5c,0x20,0x0a,0xdd,0xef,0x00,0xea,0xec,0x71, +0x0f,0x00,0xf2,0x03,0x60,0x00,0x30,0x09,0xbb,0xbf,0x00,0xd8,0x55,0x6f,0x00,0x20, +0x00,0x80,0x02,0x66,0x66,0x30,0xa6,0x83,0x30,0x10,0x00,0x00,0x99,0x85,0x00,0x55, +0x3a,0x30,0x42,0x22,0x22,0xc9,0x34,0x03,0x25,0x02,0x22,0x0f,0x20,0x3f,0x01,0x20, +0xfd,0xcc,0x1b,0x19,0x01,0x0b,0x00,0x20,0x0f,0x10,0x4a,0x01,0x2e,0x04,0xff,0x06, +0x9c,0x11,0xd4,0x5f,0x1f,0xf1,0x20,0x05,0xd0,0xc2,0x04,0xc0,0x07,0x10,0x0d,0x40, +0x7c,0x04,0xd6,0xec,0x30,0xae,0x78,0x9f,0x54,0xf9,0x30,0x00,0x68,0x75,0x48,0x94, +0xc0,0x00,0x71,0x03,0x33,0x33,0x04,0xd0,0x00,0xe2,0x3f,0xbb,0xbf,0x11,0xdf,0xff, +0xb0,0x3c,0x00,0x0f,0x13,0x90,0x03,0x18,0xf0,0x03,0x14,0xc0,0x07,0x40,0x3c,0x00, +0x0f,0x14,0xd8,0xea,0x20,0x3f,0xdd,0xef,0x14,0xe6,0x10,0x00,0x0e,0x00,0xf0,0x02, +0xc0,0x00,0x94,0x3c,0x00,0x1f,0x14,0xd2,0x12,0xd4,0x3c,0x09,0xfb,0x00,0xbd,0xdd, +0xb0,0xd4,0x00,0x11,0x50,0xb0,0x84,0xf0,0x44,0x10,0x2b,0xfb,0x40,0x00,0x0c,0x30, +0xe1,0x00,0x01,0x7d,0x10,0x00,0xc2,0x0e,0x13,0x88,0x86,0x00,0x00,0x0c,0x64,0xf1, +0x4a,0xab,0xc0,0x01,0x00,0xcc,0xbf,0x10,0x00,0x4e,0x05,0xe0,0x0d,0x20,0xe6,0xcc, +0xb4,0xf7,0xe3,0x00,0xd2,0x0e,0x22,0x7c,0x4f,0xf3,0x00,0x0e,0xff,0xf1,0x0b,0x84, +0xcd,0x20,0x00,0xf1,0x1e,0x12,0xf1,0x4c,0x6a,0x00,0x0e,0x00,0xe2,0xc8,0x04,0xc0, +0xe6,0x03,0xc0,0x0e,0xcc,0x00,0x4c,0x04,0xf5,0x78,0x00,0xf5,0xf8,0x08,0x6a,0x09, +0x35,0xfc,0x00,0x4f,0xf7,0x65,0xa5,0x01,0x59,0x20,0xf0,0x17,0xd0,0x0d,0x00,0xef, +0xfe,0x0e,0x00,0xd1,0x4e,0x31,0xe2,0x2e,0x0e,0x00,0xd7,0xff,0xf5,0xe1,0x1e,0x0e, +0x45,0xd0,0x2e,0x10,0xe1,0x1e,0x0e,0xbb,0xd0,0x0d,0x00,0xe1,0x1e,0x0e,0x00,0xd6, +0x9f,0x85,0x07,0x00,0xf1,0x1c,0xd5,0xab,0x64,0xe1,0x1e,0x0f,0xff,0xd0,0x95,0x40, +0xe1,0x1e,0x0e,0x11,0xd0,0xc0,0xd0,0xe1,0x1e,0x1c,0x00,0xd1,0xb0,0xa3,0xe2,0x4e, +0x4b,0x00,0xd8,0xca,0xe7,0xe6,0xd7,0x77,0x01,0xd5,0x63,0x36,0xe1,0x00,0x93,0x7e, +0x90,0xac,0x50,0x04,0xed,0x45,0x14,0x04,0xec,0xad,0x70,0x14,0x44,0x9c,0x44,0x44, +0x44,0xfc,0x03,0x0e,0x11,0x4c,0x75,0x1d,0x10,0xd1,0x52,0x61,0x11,0x4f,0xc8,0x1e, +0x10,0xc0,0x6c,0x06,0x02,0x16,0x00,0x01,0x02,0x03,0x10,0x4d,0x34,0x00,0x02,0x16, +0x00,0x10,0x4f,0x77,0x3c,0x01,0x2c,0x00,0x23,0x4e,0x0c,0xff,0x71,0x00,0x3c,0x95, +0x11,0x20,0x78,0x9d,0x02,0xf1,0x85,0x20,0xb8,0x00,0xb5,0x66,0xb2,0x00,0xcf,0xdd, +0xef,0xff,0xee,0xa0,0x00,0x08,0x53,0x21,0xa1,0x6b,0x00,0xb5,0x03,0x00,0x94,0x37, +0x10,0x12,0x03,0x10,0x02,0x49,0x1a,0x1c,0xd0,0x17,0x67,0x02,0x89,0x74,0x24,0x40, +0x1c,0x4b,0x8c,0x22,0x05,0x30,0x6a,0xb3,0x11,0xc3,0x27,0x67,0xf2,0x02,0x02,0xbf, +0xbb,0x10,0x02,0xd2,0x00,0x00,0x3c,0x22,0xe8,0xee,0xee,0xee,0xe7,0x03,0xcb,0xe8, +0x25,0xf0,0x0b,0x3c,0x66,0xe1,0x08,0x88,0x87,0x00,0x03,0xc0,0x1e,0x10,0xf6,0x68, +0xd0,0x06,0xff,0xee,0xf1,0x0f,0x00,0x3d,0x00,0x04,0xb4,0x0e,0x10,0x3b,0xb8,0xf8, +0x13,0x5a,0xa3,0xe1,0x2e,0x00,0x3d,0x00,0x06,0x93,0x9e,0x14,0xc0,0x03,0xd0,0x00, +0x97,0x00,0xe1,0x79,0x00,0x3d,0x09,0x0e,0x30,0x0e,0x2e,0x40,0x03,0xd1,0xb5,0xc0, +0x3f,0xc9,0xa0,0xb7,0x05,0x22,0x02,0x10,0x55,0x25,0x11,0xc4,0x5a,0x45,0xf0,0x04, +0x01,0x7f,0x77,0x11,0x12,0xe4,0x11,0x00,0x3d,0x66,0xe5,0xfd,0xdd,0xdd,0xf1,0x03, +0xba,0x0d,0x5b,0x96,0x32,0xe0,0x3b,0x76,0xd3,0x6c,0x10,0x00,0x81,0x03,0xb1,0x2d, +0x10,0xe1,0x00,0x31,0x71,0x00,0xf0,0x01,0x0e,0x11,0xad,0x30,0x04,0xb4,0x0d,0x10, +0xea,0xe7,0x00,0x00,0x59,0x94,0xd1,0x0e,0xe6,0x46,0xf9,0x0e,0x82,0xad,0x10,0xe1, +0x00,0x01,0x00,0x96,0x00,0xd1,0x0e,0x10,0x00,0xa5,0x0e,0x20,0x0e,0x10,0xe4,0x00, +0x0d,0x34,0xb0,0x3e,0xc0,0x07,0xee,0xee,0xa0,0xde,0x56,0x08,0x0b,0x44,0x21,0xdf, +0xff,0x1d,0x56,0x11,0xbb,0x03,0x2b,0xa0,0x02,0xde,0x43,0x36,0xf5,0x33,0x30,0x00, +0xed,0xfd,0x38,0x10,0x30,0x10,0x03,0x3d,0x4e,0x1e,0x00,0x3f,0x92,0x00,0x52,0xba, +0x03,0xf8,0x56,0x12,0xf1,0x52,0x6f,0x22,0x1f,0x10,0x3d,0x4f,0x13,0x22,0x86,0x6c, +0x12,0x98,0x3d,0x44,0x40,0x2e,0x40,0x00,0x7e,0xb2,0x0a,0x00,0x8b,0x3e,0x02,0x39, +0x31,0x11,0x0a,0x19,0x1a,0x04,0x1a,0x12,0x00,0x9d,0xa0,0x30,0x9a,0x11,0x10,0x05, +0x73,0x00,0xce,0x2b,0x12,0x12,0x34,0x79,0x22,0x07,0xff,0x3b,0x37,0x01,0x2c,0xb6, +0x12,0x7a,0x01,0x98,0x1a,0x07,0x0f,0x00,0x11,0x08,0x0f,0x00,0x31,0x01,0xff,0xf6, +0x0f,0x00,0x27,0x01,0x10,0x59,0xb6,0x10,0xb5,0x18,0x3f,0x01,0xfe,0x0b,0x14,0x7b, +0xc8,0x1f,0x10,0xfd,0xc7,0x22,0x21,0x40,0x6a,0x02,0x5f,0x10,0x1f,0xae,0x15,0x10, +0x07,0xcb,0x05,0x60,0xe9,0x00,0x00,0x89,0x11,0x3f,0x95,0x37,0x60,0x08,0x80,0x02, +0xf0,0x00,0x7a,0x5d,0x0f,0x56,0x4f,0x11,0x18,0xa1,0x01,0xb4,0x75,0x22,0xdb,0xd1, +0x36,0x8a,0x10,0x09,0x44,0x25,0xe6,0x39,0xf9,0x00,0x08,0xf9,0x20,0x01,0xee,0x92, +0x00,0x00,0x02,0xae,0xe2,0x3c,0x78,0x11,0xb6,0x9d,0x00,0x30,0x11,0x1b,0x71,0x70, +0x09,0x05,0xf3,0x3f,0x21,0x0b,0x60,0xac,0x00,0x90,0x50,0x42,0x11,0x14,0x51,0x10, +0x00,0x08,0xd6,0x8a,0x00,0x00,0x27,0x2a,0x10,0xd4,0x73,0x02,0x40,0x95,0x00,0x0d, +0x40,0x76,0x7c,0x31,0xbd,0x10,0xd4,0x37,0x27,0x30,0x33,0x0d,0x40,0x41,0x16,0x31, +0x03,0xe2,0xd4,0x55,0x00,0x10,0xe6,0xc1,0x05,0xe8,0xc3,0x02,0xe8,0x00,0xc8,0x10, +0x00,0x2f,0x20,0x99,0x00,0x05,0xef,0xff,0x78,0x98,0x11,0xa7,0xf0,0x18,0x50,0x22, +0x2b,0x82,0x22,0x8a,0xaa,0x3b,0x10,0xff,0x3f,0x12,0x00,0x6e,0x46,0x01,0x45,0x29, +0x50,0x03,0xb2,0x11,0x13,0x31,0xe4,0x1c,0x11,0xaf,0x27,0x27,0x12,0x9d,0x20,0x1a, +0xd0,0xaf,0xc0,0x8e,0xee,0xe3,0x5b,0x00,0x4d,0x7c,0x08,0x70,0x0d,0x35,0x20,0xa5, +0x40,0x87,0x00,0xd3,0x5b,0xba,0x71,0x21,0xec,0xcf,0x0f,0x00,0x40,0x89,0x22,0x20, +0x5b,0x41,0x66,0x41,0x10,0x01,0x17,0xb0,0xc4,0x0f,0x21,0xae,0xd5,0x40,0x46,0x22, +0x07,0xa0,0x69,0x00,0x60,0x8b,0x22,0x20,0x0d,0xdd,0xfe,0x56,0x25,0x64,0x00,0x00, +0x7a,0x60,0x00,0x69,0x8e,0x7c,0x41,0xe7,0x00,0x3d,0x2a,0x07,0xc6,0xf0,0x04,0x2e, +0x36,0xfa,0xaa,0xaa,0x60,0xa6,0x00,0x42,0xd3,0x2e,0x32,0x21,0x0b,0x60,0x00,0x13, +0x00,0xe1,0x8b,0x01,0x10,0x3d,0xe7,0x2b,0xf0,0x00,0x3c,0x40,0x00,0x28,0x00,0xe1, +0x06,0x40,0xd3,0x00,0x03,0xc0,0x0e,0x10,0xa5,0x49,0x89,0x52,0xdd,0xed,0xde,0x52, +0xf0,0x7a,0x04,0x11,0xe8,0x69,0x00,0x00,0xd2,0x00,0xd0,0x33,0x3b,0x83,0x33,0x9b, +0x33,0x30,0x0b,0xbb,0xed,0xbb,0xbd,0xeb,0x61,0xc6,0x30,0x50,0x00,0x78,0xd5,0x14, +0xf1,0x39,0x98,0x88,0x88,0x88,0x85,0x00,0x0d,0x86,0x69,0x7c,0x76,0x6a,0x90,0x0c, +0xd7,0x77,0xd9,0x9e,0x72,0x79,0x02,0x92,0x44,0x4d,0x74,0x44,0x18,0x80,0x00,0x6d, +0x99,0xeb,0x9a,0xe0,0x88,0x00,0x06,0xc7,0x7d,0x97,0x8e,0x09,0x70,0x00,0x6a,0x33, +0xc6,0x34,0xe0,0xa6,0x00,0x06,0xda,0xae,0xba,0xae,0x0b,0x50,0x00,0x69,0x00,0xb3, +0x15,0xd0,0xe3,0x00,0x05,0x80,0x08,0x22,0xac,0xdb,0xb9,0x3b,0x02,0x69,0x00,0x17, +0x93,0x69,0x00,0x60,0x10,0x00,0x06,0x40,0x01,0x66,0xf9,0x1d,0x31,0x3d,0x00,0x99, +0x22,0x9c,0x20,0xd0,0x0e,0x07,0x03,0x50,0xf0,0x3d,0x08,0xb0,0xa1,0x0f,0x00,0x20, +0xd1,0xe1,0xe5,0x0e,0x80,0x60,0x2a,0x00,0x00,0x0a,0x10,0x00,0x07,0x1b,0x04,0xf2, +0x09,0xc8,0x00,0x00,0x97,0x18,0x81,0x89,0x17,0xb0,0x00,0x09,0x60,0x77,0x07,0x80, +0x5b,0x00,0x00,0x96,0x07,0x70,0x78,0x05,0xb0,0x9a,0x88,0x00,0x78,0x07,0x11,0x79, +0xbf,0x33,0x00,0x5f,0x00,0xf2,0x05,0xed,0xbb,0xb0,0x03,0x33,0x9b,0x33,0x3b,0xa5, +0x93,0x00,0x20,0x03,0x41,0x11,0x4f,0x3c,0x70,0x0a,0x38,0x1b,0x5a,0x21,0xa3,0x86, +0x26,0x18,0xf9,0x2d,0x0a,0xac,0x6d,0xce,0xc7,0xb3,0x77,0x00,0x34,0xa6,0xc0,0xa1, +0x0a,0x4c,0x50,0x02,0x29,0x6d,0xbb,0xc9,0x97,0xf1,0x03,0xed,0xe5,0xd1,0x14,0x97, +0xdb,0x00,0x08,0x5a,0x4d,0xae,0xb6,0x4f,0x40,0x00,0xb2,0xc2,0xc0,0xa1,0x06,0xf0, +0x20,0x4b,0x2e,0x0a,0xcc,0xcc,0xed,0x79,0x40,0x04,0x80,0x00,0x01,0xc2,0x2c,0xc0, +0x2f,0x53,0x01,0x05,0xe5,0x01,0x68,0x91,0x00,0x1e,0xc2,0x21,0xed,0xaa,0x1c,0xc2, +0xf0,0x00,0xae,0x65,0xab,0x00,0x0c,0xef,0xed,0x9d,0xb8,0x3e,0x20,0x00,0xd0,0xc0, +0xd6,0x4e,0xa3,0xf0,0x21,0x0d,0x0c,0x0d,0x01,0x8e,0xbc,0x40,0x00,0xd0,0xc0,0xea, +0xf9,0x47,0x6e,0xe4,0x0d,0x0c,0x0d,0x75,0x37,0xc3,0x37,0x00,0xde,0xfe,0xd0,0xaa, +0xce,0xaa,0x50,0x02,0x0e,0x15,0x09,0xbc,0xeb,0xb2,0x00,0x00,0xe1,0xd0,0x01,0x6b, +0x11,0x00,0x02,0x4f,0xaf,0x37,0x11,0x42,0x24,0xfc,0x85,0xb4,0xbe,0x12,0x12,0x01, +0x70,0x1c,0x13,0x1d,0x75,0x00,0xf1,0x09,0xd0,0x07,0xed,0xfd,0xde,0xc0,0x00,0x1d, +0x00,0x75,0x0c,0x20,0x3c,0x00,0xdf,0xff,0xc7,0xdc,0xfd,0xcd,0xc0,0x0d,0x0b,0x0d, +0x0f,0x00,0x60,0xd0,0xb0,0xd7,0xed,0xfd,0xdd,0x0f,0x00,0xf0,0x22,0x01,0xd3,0x08, +0x20,0x00,0xd2,0xc2,0xd2,0xeb,0x8d,0x80,0x00,0x0d,0xdf,0xca,0x18,0xcb,0x21,0x90, +0x00,0x21,0xd4,0x55,0xdd,0x9a,0xbe,0xb0,0x00,0x1d,0x1c,0x68,0x5b,0x92,0x28,0x30, +0x37,0xfc,0xf2,0xd2,0x97,0x2d,0x10,0x3d,0xa7,0x37,0xd8,0x09,0x70,0x5c,0xfe,0x09, +0x41,0x0d,0xe4,0x00,0x60,0x53,0x19,0x01,0x96,0xc4,0x10,0x07,0xb3,0x05,0x13,0x05, +0xf3,0xb8,0x22,0xf4,0x05,0x3f,0x7e,0x23,0x03,0xf2,0x61,0x65,0x10,0x1c,0xe0,0x56, +0x10,0x01,0x87,0x67,0x51,0x5f,0x44,0x12,0xeb,0xf0,0xda,0x05,0x22,0x29,0x1f,0xda, +0x05,0x22,0x01,0xf0,0x04,0x00,0x0e,0x0f,0x00,0x21,0x22,0x4f,0x0b,0x00,0x01,0x95, +0x9a,0x13,0x0a,0x65,0x1d,0x12,0xaa,0x12,0x26,0x21,0x01,0xa0,0x0f,0x00,0x10,0xef, +0x37,0x0b,0x01,0x2f,0x84,0x00,0x99,0x30,0x01,0xbd,0x60,0x20,0xef,0x80,0x31,0x05, +0xf0,0x0a,0x6b,0x0e,0x6d,0xc1,0x00,0x03,0xef,0xbd,0x20,0xe3,0x0a,0xe2,0x05,0xea, +0xda,0xa0,0x0e,0x30,0x09,0x31,0xe4,0x4c,0x0b,0x70,0xe3,0xe1,0xbb,0x21,0xc0,0x11, +0x4b,0x00,0x01,0x1b,0xb9,0x01,0xd4,0x31,0x08,0x0f,0x00,0x0f,0x65,0x3d,0x03,0x04, +0x8c,0x06,0x10,0x9e,0xd0,0x71,0x14,0xc0,0x0f,0x00,0x05,0x87,0x17,0x21,0x01,0xab, +0x8c,0xa5,0xf1,0x05,0x04,0xe9,0x00,0xe5,0x06,0xe3,0x00,0x6d,0xef,0x00,0x05,0xea, +0xb1,0x00,0x1b,0x52,0xf0,0x00,0x09,0xe2,0xd4,0x35,0x30,0x78,0x08,0xe5,0x8c,0x6e, +0x83,0xe9,0x40,0x05,0xde,0x20,0x00,0x59,0x40,0x12,0x88,0x08,0x5e,0xb5,0x11,0x0d, +0x26,0x1a,0x16,0xed,0xf4,0x07,0x11,0xed,0xf2,0x60,0x20,0x11,0xd3,0x38,0x16,0x30, +0x10,0x0e,0xef,0x0c,0x0b,0x42,0xee,0x10,0x00,0xd3,0x5b,0x18,0x51,0x0c,0xde,0xff, +0xfd,0xdc,0xc8,0x0a,0xf0,0x02,0x2e,0x20,0x1b,0x20,0x00,0x18,0xf8,0x00,0x8c,0x6d, +0x50,0x02,0xbe,0x8d,0x40,0x00,0xbf,0x81,0xaa,0xd5,0xd7,0x6a,0xb0,0x9e,0x72,0x00, +0x00,0x1f,0xd9,0x51,0x00,0x4b,0xf2,0x10,0x24,0x12,0x75,0x12,0x24,0x11,0x03,0xfc, +0xac,0x00,0xb0,0x22,0xf0,0x02,0x57,0x78,0xf7,0x77,0x35,0xff,0xff,0x3a,0xca,0xbf, +0xaa,0xf5,0x01,0x12,0xd0,0xa5,0x01,0xd2,0x38,0xf0,0x1b,0x97,0x0a,0x50,0x1e,0x02, +0x60,0x00,0x3f,0x4b,0xbf,0xee,0xfe,0xeb,0x00,0x2e,0xfe,0x1c,0x9d,0x10,0x09,0x70, +0x2e,0x9e,0xb4,0xd2,0xd5,0x00,0xe2,0x03,0x71,0xe2,0x7e,0x04,0xe1,0x99,0x00,0x00, +0x1e,0x02,0xe0,0x07,0xdd,0x4f,0x00,0xf0,0x05,0x69,0x00,0x7f,0xd2,0x00,0x00,0x1e, +0x0e,0x45,0xdc,0x28,0xf8,0x10,0x01,0xe1,0x84,0xc5,0x00,0x03,0xa6,0x3c,0x0d,0x00, +0x60,0x03,0x30,0xa7,0x0e,0x20,0x2e,0x37,0xf0,0x05,0x01,0xc5,0xe4,0xbb,0xbe,0xdb, +0xbb,0x00,0x01,0x0e,0x34,0x44,0xb9,0x44,0x40,0x00,0x29,0xf2,0x00,0x0a,0xda,0xa6, +0x11,0x8e,0x1e,0x00,0x42,0x28,0x10,0xe2,0xbf,0xf0,0x1b,0x01,0x9c,0x06,0x10,0x2d, +0x30,0x6e,0x00,0x65,0x74,0xf0,0x04,0x03,0xba,0x6d,0x10,0x28,0x20,0x00,0x5a,0xf5, +0x00,0xaa,0x6d,0x60,0x01,0xea,0x5f,0x00,0x01,0xaf,0xf6,0x67,0xd4,0xf8,0xbe,0x80, +0x6e,0xa5,0x00,0x00,0x9b,0x73,0x00,0x00,0x16,0xa1,0x15,0x1c,0x71,0x11,0x11,0xa6, +0x18,0xa1,0x11,0x10,0x62,0x45,0x01,0x4a,0x18,0x70,0xa7,0x18,0xa1,0x11,0x00,0x04, +0xfe,0x6d,0x22,0xf2,0x10,0xf5,0x00,0x4d,0x00,0xb4,0x07,0x90,0x0b,0x50,0x04,0xd0, +0x1f,0x10,0x79,0x00,0xb5,0x00,0x4d,0x0b,0x80,0x07,0xb4,0x4c,0x50,0x04,0xdd,0x90, +0x00,0x2b,0xcc,0xf5,0x60,0x56,0x00,0x1e,0x00,0x02,0x9e,0x06,0x12,0x4f,0x2f,0x5e, +0x11,0x04,0xf6,0x43,0x17,0xb5,0x68,0x19,0x10,0xd3,0xe6,0x77,0x00,0x8a,0x68,0x20, +0xef,0xdd,0x9e,0x23,0xf0,0x04,0xd3,0x06,0xb0,0x0d,0x40,0x02,0xe0,0x0d,0x30,0x5a, +0x00,0xd4,0x00,0x2f,0xee,0xfe,0xef,0xfe,0xef,0xb9,0xcb,0x03,0x46,0x95,0x10,0xd9, +0xf9,0x15,0x30,0x1b,0xbb,0xee,0x08,0x21,0x60,0x10,0x00,0x4e,0x20,0x00,0x8c,0x65, +0x00,0x31,0xfb,0x84,0x9d,0x96,0x10,0xc2,0x8f,0xff,0xd8,0x30,0x00,0x09,0xce,0xeb, +0x61,0x04,0x8e,0xe5,0x8b,0xa5,0x40,0x03,0x00,0x0c,0xcc,0x47,0x0d,0xf1,0x0e,0xcc, +0x00,0x17,0x77,0xe9,0x7a,0xd7,0x77,0x20,0x03,0xd4,0x4e,0x64,0x8c,0x44,0xd4,0x00, +0x3e,0xbb,0xec,0xbc,0xeb,0xbe,0x40,0x00,0x09,0x20,0x97,0x00,0x84,0xb1,0xf0,0x20, +0x4f,0xcc,0xcc,0xcc,0x80,0x1d,0x76,0xae,0xe8,0x88,0x88,0xa0,0x00,0x13,0xd4,0x4e, +0x99,0x99,0x9e,0x00,0x04,0xf9,0x00,0xe7,0x66,0x67,0xe0,0x02,0xd9,0x90,0x04,0xcc, +0x55,0x54,0x00,0x00,0x69,0x06,0xde,0xaa,0xbf,0x80,0x00,0x06,0x91,0x61,0x6d,0x5a, +0x61,0x50,0x69,0x2b,0xa9,0x64,0x68,0x56,0xac,0x04,0x49,0x53,0x03,0xf7,0x4b,0x00, +0x15,0x0d,0x00,0xdb,0x59,0x40,0x0a,0x60,0x00,0x3d,0x15,0x98,0xb0,0xa6,0x06,0x03, +0xd0,0x00,0x09,0x60,0x0a,0x60,0xf0,0x3d,0x1e,0x00,0xb0,0xa6,0x0f,0x03,0xd0,0x1d, +0xde,0xed,0x8a,0x60,0xf0,0x3d,0x60,0x2a,0xf5,0x22,0xa6,0x1e,0x03,0xd0,0x00,0x0d, +0xa0,0x09,0x63,0xd1,0x3c,0x00,0x00,0xfb,0x70,0x00,0x8f,0x80,0x00,0x00,0x5a,0x1e, +0x40,0x1e,0xa8,0x01,0x30,0x0c,0x50,0x66,0x0b,0x88,0x80,0x2b,0x06,0xc0,0x00,0x0a, +0xb0,0x89,0x04,0x90,0xd2,0x00,0x0d,0x90,0x04,0xee,0xe4,0xd8,0x2c,0x13,0x35,0x3e, +0x09,0x21,0xe2,0x02,0xcf,0x56,0x30,0x07,0x40,0x2e,0xdd,0x44,0x50,0xef,0xff,0xc2, +0xe0,0x28,0x0e,0x05,0xf1,0x1b,0xa7,0x2e,0x03,0xd0,0x5c,0x00,0x00,0x4d,0x02,0xe0, +0x3d,0x05,0xc0,0x00,0x1e,0x60,0x2e,0x04,0xd0,0x5c,0x00,0x0c,0xfd,0x12,0xe0,0x5b, +0x05,0xc0,0x1d,0xce,0x6d,0x2d,0x07,0xa0,0x4b,0x00,0x72,0xe0,0x30,0x00,0xcf,0x40, +0xb7,0x02,0xfe,0x0b,0x5d,0xb4,0x02,0x20,0x01,0xe0,0x00,0x2e,0x3b,0x40,0x59,0x00, +0x1e,0x00,0x4e,0x40,0xb5,0x07,0x70,0x01,0xe0,0x4c,0x20,0x06,0xed,0xd2,0x78,0x16, +0x00,0x5f,0x00,0x00,0xff,0x1e,0x11,0xa0,0x07,0x00,0x90,0x0e,0xff,0xff,0xf0,0x2e, +0x00,0xf0,0x7d,0x1a,0xd7,0x37,0x60,0xf1,0xe3,0x05,0xd1,0x00,0x02,0x13,0x2d,0x10, +0x52,0x63,0xa6,0x01,0xf9,0x66,0x50,0xf5,0x33,0x43,0x33,0xf3,0x57,0x1a,0x10,0xf1, +0x09,0x04,0x21,0xf2,0x01,0x07,0x00,0x50,0xe2,0x06,0xeb,0x10,0xc3,0xe8,0x06,0xd0, +0x5f,0x10,0x00,0x80,0x00,0x5b,0xe5,0x0f,0x20,0x02,0xf0,0x8f,0xc6,0x50,0x7d,0x2b, +0x90,0x11,0x70,0x00,0x13,0x4d,0xa6,0x09,0x02,0xe1,0x94,0x11,0xc0,0x47,0xc7,0x72, +0x7f,0x41,0x11,0xba,0x11,0x10,0x07,0xb4,0x08,0x50,0x0a,0x7f,0x00,0x0e,0x30,0x36, +0x8b,0x00,0xf7,0xa3,0x30,0xf1,0x00,0x1f,0x1b,0x08,0x32,0xf1,0x00,0x3f,0x15,0x00, +0x30,0x4e,0x00,0x0e,0xbe,0x1e,0x10,0x6f,0x5b,0xbd,0x31,0xf1,0x00,0xb8,0x15,0x00, +0x10,0x03,0xe2,0x75,0x10,0x12,0xf4,0x6c,0x2a,0x0e,0x36,0x31,0x79,0x03,0xde,0x27, +0x10,0x0e,0x8e,0xcd,0x02,0xf2,0x29,0x21,0x0b,0xfe,0x1a,0x78,0xf3,0x13,0x04,0xf2, +0x1c,0x02,0x99,0xfa,0x98,0x00,0xdf,0xee,0xfe,0x4a,0x2e,0x43,0xe0,0x0a,0xc0,0xd0, +0xe4,0x90,0xd1,0x0e,0x00,0x2c,0x0d,0x0e,0x49,0x0d,0x10,0xe0,0x02,0xfd,0xfd,0xf4, +0x0f,0x00,0xf6,0x1c,0x4d,0xcf,0xcc,0xc0,0x03,0xea,0xfa,0xf0,0x00,0xe2,0x40,0x00, +0x4b,0x3d,0x3f,0x00,0x0e,0x2a,0x70,0x06,0x70,0xd0,0xe0,0x00,0xe4,0x6e,0x00,0x94, +0x0d,0x0e,0x7b,0xdf,0xfe,0xe4,0x0d,0x00,0xda,0xa7,0x96,0x31,0x07,0x80,0x10,0x2e, +0xbb,0x15,0x00,0x72,0xce,0x10,0x00,0xbb,0x5a,0x5a,0x91,0x11,0x11,0x01,0xee,0xde, +0x23,0x12,0x00,0x20,0x1f,0x0e,0x0f,0x00,0x03,0xe3,0x93,0x02,0x6b,0x01,0x00,0x5b, +0x72,0x17,0x3f,0xc7,0x1b,0x03,0x0f,0x00,0x00,0xb1,0x19,0x16,0xf2,0x7d,0x27,0xd0, +0x90,0xb3,0x00,0xb3,0x00,0x00,0x2e,0xfe,0xee,0xed,0x2f,0x21,0x11,0x4c,0x3e,0xf1, +0x1a,0x0a,0xeb,0xcf,0xb2,0x09,0xc9,0x99,0xda,0xcc,0x38,0xa0,0x03,0xdd,0x9d,0x3c, +0x30,0x2e,0xd1,0x00,0x03,0xc7,0xc4,0xe1,0x5c,0xac,0xb4,0x00,0x16,0x22,0xba,0x88, +0x20,0x04,0xb1,0x08,0x99,0x99,0x9f,0x99,0x99,0x98,0x50,0x27,0x00,0x16,0xbc,0x40, +0x0a,0xaa,0xaa,0xaa,0x76,0xc3,0x00,0xef,0xac,0x50,0x80,0x00,0x00,0x2a,0xaa,0xe8, +0x73,0x01,0xe6,0x3f,0x00,0x34,0x01,0x10,0x2f,0x71,0x10,0x11,0x20,0x7a,0x69,0x20, +0x0d,0x40,0x93,0x45,0x02,0xa5,0x0f,0x22,0x06,0xe0,0x35,0x3f,0x11,0x02,0x0f,0x00, +0x21,0x01,0x11,0x1e,0x00,0xf1,0x00,0x04,0xff,0xf3,0x8c,0xcc,0xfd,0xcc,0xc1,0x00, +0x0e,0x33,0x44,0x4e,0x84,0x44,0x2d,0x06,0x12,0xd4,0x3d,0x1b,0x01,0x2d,0x00,0x04, +0x0f,0x00,0x12,0x49,0x0f,0x00,0x21,0xfe,0x90,0x0f,0x00,0x12,0x6f,0xb8,0x3f,0x22, +0x03,0x30,0x1e,0x00,0x12,0x61,0xb3,0x01,0x22,0x09,0xd1,0x54,0x23,0x22,0x09,0xc0, +0x15,0x28,0x18,0x02,0x24,0x28,0x10,0x06,0x5c,0x78,0x00,0x89,0x21,0x22,0x1e,0x20, +0x31,0x2b,0x10,0xe2,0x80,0x22,0x01,0x39,0x00,0x21,0xba,0xe0,0x0f,0x00,0x10,0x0f, +0x26,0x84,0x50,0x0e,0x4b,0x25,0xd0,0x6d,0x62,0x72,0x20,0x71,0xe6,0x83,0x23,0xb2, +0x7d,0x30,0xbc,0x00,0x03,0xf7,0x00,0x02,0x00,0x4c,0x10,0x62,0x2e,0x09,0x5b,0x9c, +0xf1,0x07,0x1e,0x30,0x23,0x0a,0x80,0x06,0x50,0x00,0x4e,0x14,0xc0,0x2f,0x10,0xc5, +0x00,0x00,0x61,0x0f,0x10,0xb6,0x0f,0x10,0xf2,0x04,0x70,0x03,0xd0,0x03,0xff,0xe0, +0x07,0x90,0x6b,0xab,0x51,0x4e,0x00,0x3e,0x10,0x0d,0x91,0x8f,0x21,0xc8,0x04,0x90, +0x59,0x22,0x05,0xf1,0xe9,0xba,0x30,0x0c,0xdc,0x00,0xb7,0x6a,0x30,0x00,0x7f,0x90, +0xbc,0xab,0x20,0xa0,0x6e,0x38,0x0e,0xd6,0x8f,0x52,0xbd,0x20,0x2d,0xd5,0x00,0x04, +0x20,0xd7,0x00,0x00,0x07,0x7d,0x03,0x30,0xb3,0x00,0x34,0xa8,0x1d,0x31,0x04,0xe4, +0x0b,0x7c,0x48,0x22,0x04,0xa0,0x6a,0x01,0x02,0x83,0x9e,0x32,0x4e,0xee,0x20,0x0f, +0x00,0x21,0xe2,0x03,0x1e,0x00,0x10,0x0e,0xf7,0x7f,0x80,0xf2,0x00,0x00,0xe2,0x04, +0xd0,0x00,0x06,0x0f,0xae,0x12,0x4d,0xc0,0x2c,0x20,0x14,0xd0,0x9d,0x33,0x21,0x0f, +0xac,0xc6,0x74,0x90,0x03,0xfa,0x13,0xf2,0x11,0x14,0xf0,0x00,0x57,0xec,0x33,0x14, +0xf7,0x2e,0x31,0x00,0x38,0x16,0x30,0xdf,0xff,0xf1,0x1e,0xac,0x20,0x0d,0x40,0xec, +0x0d,0x10,0x25,0x78,0xb2,0x01,0xcc,0x79,0x00,0x34,0x00,0xb2,0xdd,0xc0,0x6f,0x40, +0x00,0x9f,0xf2,0x03,0x5e,0x06,0x30,0x91,0x3d,0x00,0xd9,0x05,0x00,0xea,0x24,0x30, +0x98,0x11,0x14,0xdd,0x5c,0x40,0x01,0xe2,0x00,0xd6,0x6d,0x2c,0x30,0x05,0xe3,0xba, +0xec,0x35,0x11,0x80,0x1f,0xac,0xe5,0x8f,0x50,0x4b,0xe8,0xdd,0x61,0x00,0x07,0x20, +0xbd,0x70,0x00,0x6c,0xf2,0xb8,0x09,0x12,0x10,0x7e,0x2c,0x22,0x0c,0x80,0xa7,0x24, +0x22,0x1d,0x70,0x69,0x37,0x22,0x23,0x8f,0x88,0x0c,0xa2,0x01,0x27,0xb2,0x22,0x22, +0x03,0xff,0xf2,0x00,0x6a,0x16,0x61,0x40,0x07,0xfd,0xdd,0xd0,0xdf,0x01,0x40,0x98, +0x22,0x4f,0x00,0x69,0xa3,0x21,0x40,0x03,0x1d,0xb6,0x11,0xe0,0x7e,0x9e,0x20,0x6c, +0x3d,0x03,0x0a,0x40,0x01,0xfd,0x29,0x80,0x81,0x0c,0x30,0x9c,0x15,0xf1,0x4e,0x25, +0x10,0x01,0x0a,0xa5,0x16,0xd2,0x68,0x0e,0x11,0xa1,0xa0,0x86,0x41,0x00,0x09,0xd1, +0x5d,0x13,0x2e,0x12,0x09,0x4c,0xa5,0x03,0xea,0x9b,0x40,0x2a,0xa9,0x00,0x43,0x68, +0x69,0x60,0x67,0xf0,0x09,0x80,0x6c,0x33,0x14,0x2c,0x80,0x98,0x06,0xfc,0xc9,0x00, +0x01,0xf0,0x09,0xb7,0x27,0x01,0x0f,0x00,0x10,0xb0,0x3c,0x15,0x11,0x39,0x0f,0x00, +0x21,0x2f,0xd7,0x0f,0x00,0xa1,0x07,0xf5,0x4b,0xa4,0x9c,0x44,0x40,0x00,0x93,0x0b, +0x6b,0x11,0x40,0x02,0xb1,0x00,0x04,0xa6,0x01,0x31,0x9d,0x10,0x2f,0xec,0x57,0x22, +0x50,0x2e,0xfc,0x08,0x00,0x07,0x00,0x21,0x2c,0xcb,0x07,0x00,0x31,0x03,0x5f,0x00, +0x15,0x00,0x30,0x1f,0x00,0x2f,0xaa,0x0c,0x11,0x1f,0x7d,0x96,0x00,0x07,0x00,0xf0, +0x06,0x40,0x04,0x00,0x00,0x1f,0x19,0x09,0xa0,0x0c,0x70,0x00,0x2f,0xe8,0x1f,0x30, +0x03,0xf1,0x00,0x9e,0x40,0xab,0x22,0x2b,0x21,0x62,0x02,0x9f,0x40,0x06,0x3c,0x40, +0x31,0x00,0xf4,0x70,0x7d,0xac,0x30,0x0e,0x3d,0x30,0x0f,0x88,0xb1,0x00,0xe2,0x5c, +0x00,0x00,0x44,0x33,0x33,0x3e,0x53,0x50,0x19,0x14,0x51,0xfe,0xdd,0x22,0xaa,0xa0, +0xf4,0x49,0x62,0x15,0x7e,0x00,0x11,0x10,0xb5,0xa6,0x01,0x21,0xa9,0x70,0x73,0x39, +0x21,0x40,0x88,0x79,0x02,0x20,0xb4,0x05,0x53,0xbd,0xf2,0x05,0x02,0x0b,0x41,0x3e, +0x04,0x00,0x02,0xfc,0xa4,0xde,0xe1,0xf3,0xa3,0x00,0x9e,0x57,0xc8,0x30,0x0a,0xce, +0x95,0x83,0x28,0x2d,0x90,0xe7,0x02,0x00,0x65,0x4c,0xd0,0x2e,0x30,0x05,0x79,0xce, +0xea,0x50,0x00,0x4e,0x30,0x97,0x69,0xb0,0x41,0xc8,0x08,0x1f,0x9d,0x40,0x03,0xff, +0xe0,0x3f,0x97,0x10,0x22,0x01,0x3e,0x4c,0x9d,0x11,0x01,0x80,0x73,0x00,0x58,0x06, +0xf0,0x01,0x12,0x28,0xc2,0x22,0x00,0x01,0xe0,0x06,0xfd,0xdd,0xde,0xc0,0x00,0x1e, +0x05,0x6a,0xa3,0x06,0x40,0x02,0xfc,0xc7,0xa0,0xae,0x01,0xe3,0x7f,0x70,0x6c,0x33, +0x33,0x8c,0x00,0x08,0x30,0x06,0xec,0xcc,0xcd,0xb0,0x5b,0x35,0x00,0xe3,0xd6,0x11, +0x9a,0xf2,0x37,0x30,0x20,0x1f,0x61,0xb5,0x10,0x70,0x74,0x0a,0xfe,0xee,0xef,0xf1, +0x00,0x94,0xad,0xf0,0x02,0x00,0x0f,0x14,0xff,0xe0,0xc9,0xee,0xee,0x10,0xf0,0x01, +0x4e,0x00,0x4c,0x00,0xe1,0x1f,0xca,0xba,0x30,0xc1,0x1e,0x12,0xa6,0x2b,0x40,0x4f, +0xdd,0xf1,0x3e,0x0f,0x00,0xf1,0x00,0xb0,0x0e,0x14,0xd0,0x00,0x2e,0x4a,0x4f,0xee, +0xf1,0x5b,0x00,0x04,0xfe,0x44,0x33,0x26,0x10,0xab,0x09,0x54,0x11,0xd6,0xb7,0x0e, +0x17,0x5f,0xa0,0x77,0x51,0x30,0x00,0x18,0x00,0x00,0x52,0x89,0x30,0xd6,0x00,0x6d, +0xb7,0x18,0x30,0x05,0xb0,0x0e,0x7b,0x9e,0x71,0x2e,0xee,0xee,0xfe,0xa0,0x01,0x11, +0xdd,0x0e,0x10,0x05,0xdd,0x14,0x11,0xb6,0x78,0x13,0x30,0x8d,0xdf,0xed,0xc7,0x22, +0x42,0x02,0x33,0xc8,0x33,0x0e,0x64,0x10,0x60,0x0c,0x07,0x30,0x13,0x33,0xc8,0xcd, +0xeb,0xb2,0x08,0xcc,0xce,0xdc,0xcc,0x00,0x01,0xfb,0x70,0x00,0xb6,0x9e,0x04,0x00, +0x1e,0x00,0x22,0x05,0x20,0x3c,0x00,0x04,0x8f,0x44,0x21,0x10,0x8f,0x3b,0x3b,0x22, +0x7d,0x10,0x0a,0x17,0x41,0xa5,0x01,0x1c,0x61,0xfa,0x05,0x01,0x23,0x3c,0xf1,0x03, +0xaa,0x90,0x00,0x3e,0x00,0x3d,0x00,0x16,0x7e,0x01,0x18,0xa1,0x16,0xb1,0x00,0x01, +0xe1,0xee,0x09,0x37,0x14,0x1e,0x95,0x06,0x90,0x0c,0xfe,0xee,0xef,0x60,0x00,0x1e, +0x03,0xc3,0x39,0x0e,0x40,0x02,0xf9,0xdd,0x30,0xb1,0x28,0xb0,0x5f,0x90,0xc6,0x22, +0x22,0xb6,0x00,0x04,0x50,0x0c,0xdc,0x6c,0x4e,0x13,0x10,0x00,0x5e,0x21,0x40,0x0c, +0x70,0x17,0x31,0x4f,0x30,0xc4,0x7b,0x23,0x31,0x52,0x0c,0x40,0x4a,0x1b,0x00,0xb4, +0x8b,0x32,0xf3,0x04,0xff,0x37,0x06,0x20,0x14,0x6e,0x27,0x70,0xb2,0x42,0x00,0x02, +0xe0,0x2b,0xbb,0xfd,0xbb,0x70,0x00,0x2e,0x56,0x2a,0x32,0x02,0xe0,0xbf,0x58,0x47, +0x40,0x03,0x00,0x7f,0xd1,0x96,0x04,0xf4,0x02,0x60,0x2e,0x5b,0x80,0x00,0x00,0x8e, +0x41,0x7e,0x70,0x1e,0xb3,0x00,0x02,0x10,0xcb,0x30,0xb7,0xa1,0x02,0x43,0x01,0x10, +0x36,0xe0,0x6d,0x10,0x1d,0xbd,0x5d,0x10,0xf4,0x40,0x90,0x30,0x08,0x90,0x6c,0xaa, +0x09,0x30,0x1c,0xdc,0xce,0x34,0x16,0x00,0xe1,0x60,0x20,0xf0,0x04,0x1f,0x08,0x00, +0xfd,0x0b,0x31,0x2f,0x02,0xe0,0xb6,0xc1,0x20,0xf0,0x2f,0x16,0x10,0x00,0xdf,0x79, +0x21,0xb0,0xe3,0xf1,0x0b,0x10,0x79,0xbc,0x05,0x21,0x1f,0x4d,0x9e,0xbd,0xf6,0x05, +0x03,0xff,0x53,0xf0,0x0e,0x20,0x92,0x00,0xbd,0x23,0xe6,0x00,0xe3,0x0d,0x20,0x04, +0x03,0xf6,0x00,0x0a,0x9e,0x39,0x22,0x00,0x50,0xa5,0x14,0xf1,0x03,0x1d,0x80,0x5b, +0xbb,0xfc,0xbb,0x70,0x00,0x1e,0x51,0x22,0x3f,0x42,0x22,0x00,0x00,0x31,0x1c,0xdf, +0xa0,0x02,0xe9,0x05,0x40,0x05,0xff,0xf0,0xcd,0x38,0x4f,0x21,0x02,0x3f,0x60,0x99, +0x00,0x16,0x63,0x10,0xed,0xf4,0x0b,0x00,0x94,0xb1,0x20,0x01,0xe0,0x0f,0x00,0x30, +0xdc,0xcc,0xce,0x80,0xbe,0x02,0x0f,0x00,0x21,0xfd,0x6d,0x65,0x1f,0x30,0x7e,0x40, +0xd2,0x1a,0x03,0x40,0x04,0x20,0x0d,0x20,0xe6,0x6c,0x12,0x30,0x52,0x06,0x22,0x2f, +0x60,0x67,0x05,0x20,0x5f,0x40,0x14,0x95,0x00,0xf7,0x18,0x02,0x76,0x05,0xf1,0x0b, +0x07,0xdd,0xdf,0xed,0xda,0x05,0xff,0xe0,0x01,0x40,0x44,0x08,0x80,0x01,0x3e,0x00, +0x1b,0x98,0x90,0xc1,0x00,0x01,0xe0,0x3c,0x35,0x98,0xf7,0x02,0x30,0x1b,0x0a,0x70, +0xb4,0x01,0xb0,0xce,0xee,0xff,0xee,0xe1,0x00,0x1e,0x45,0x00,0x6d,0x31,0xaf,0x33, +0xfa,0x05,0x30,0x4f,0x47,0xd3,0x00,0x00,0x8d,0x21,0x9e,0x50,0x04,0xe5,0x00,0x05, +0x10,0xc9,0x20,0x00,0x02,0xc1,0xaa,0xa2,0x00,0x1b,0x9c,0x01,0x19,0x0b,0xb1,0x4f, +0x30,0xf0,0x06,0x00,0x1e,0x00,0x07,0x50,0xf0,0x0e,0x03,0x02,0x70,0xf3,0xdf,0xdb, +0x1e,0x3b,0xbb,0x00,0x0e,0x00,0x90,0x02,0x4e,0x00,0xf6,0xdf,0xdd,0x5e,0x00,0x2e, +0x04,0xd1,0x10,0x1e,0x34,0x0b,0xe0,0xdd,0xd8,0x1e,0x00,0x2e,0x02,0xc3,0x70,0x4a, +0x1e,0x00,0x2e,0x16,0xa3,0x07,0x00,0xa0,0x3f,0xee,0x63,0xed,0xd8,0x1e,0x00,0xae, +0x6e,0x11,0x34,0x77,0x66,0x51,0x58,0x00,0x00,0x1f,0xf9,0x69,0x00,0x40,0x27,0x00, +0x08,0x20,0x81,0x17,0x10,0xc4,0xc8,0x82,0x40,0x6e,0x1c,0xef,0xee,0x62,0x83,0x50, +0x71,0x62,0x5b,0x0c,0x43,0xda,0x7b,0xf2,0x07,0xa4,0xa0,0xb3,0xa6,0x02,0xff,0xe0, +0x08,0x5a,0x0b,0x49,0x00,0x01,0x3e,0x5c,0xcd,0xec,0xfd,0xcc,0x60,0x01,0xe1,0xa5, +0x12,0x10,0x1e,0x41,0x21,0x21,0xd0,0x00,0x1c,0x45,0x10,0x0f,0xaf,0x0c,0x81,0xed, +0xdd,0xdd,0xf0,0x00,0x02,0xfe,0x6e,0x0f,0x00,0x10,0x9e,0xff,0x60,0x10,0xf0,0x36, +0x43,0x33,0x21,0x11,0x1f,0x25,0x39,0x00,0x8d,0x12,0x20,0x30,0x89,0x77,0x24,0xf1, +0x2a,0x0b,0x30,0xc5,0x00,0x00,0x0d,0x1c,0x1b,0x31,0xff,0xff,0xfb,0x0d,0x1e,0x1b, +0x36,0xa0,0x06,0x80,0x0d,0x1e,0x1b,0x4e,0x70,0x09,0x50,0x0d,0x1e,0x1b,0x9d,0xc0, +0x0c,0x20,0x0d,0x1e,0x0b,0x31,0xd2,0x1e,0x00,0x0d,0x1f,0x0b,0x30,0x6a,0x69,0x00, +0x0d,0x3d,0x0b,0x30,0x0d,0xe3,0x00,0x00,0x69,0x60,0x10,0xdb,0xf2,0x05,0xe2,0xa8, +0x00,0x4e,0xac,0x00,0x0c,0x90,0x0e,0x46,0xe4,0x0a,0xd3,0x48,0x00,0x03,0x3b,0x20, +0x00,0x69,0xc5,0xc4,0x00,0x62,0x00,0x10,0x10,0x07,0x00,0x21,0x10,0x0e,0x07,0x00, +0xd1,0x1c,0x2e,0x10,0x0c,0xdc,0xcb,0x0d,0x1d,0x2e,0x10,0x0c,0x74,0x44,0x07,0x00, +0x25,0x40,0x00,0x07,0x00,0xf0,0x01,0x1e,0x12,0x2c,0x62,0x22,0x0d,0x1e,0x1e,0x1e, +0xdd,0xdd,0xde,0x0d,0x2e,0x0e,0x1e,0x42,0x01,0x30,0x5c,0x60,0x0e,0x07,0x00,0x20, +0xd4,0xd5,0x07,0x00,0xe8,0x0b,0xa0,0x3d,0x0e,0xdc,0xcc,0xde,0x4a,0x00,0x04,0x0e, +0x43,0x33,0x4d,0x1c,0x67,0x01,0xff,0x62,0x00,0xba,0x0c,0x20,0x30,0x0a,0x37,0x1b, +0x21,0x00,0xd3,0x9a,0x0a,0x00,0x29,0x1e,0xb1,0x25,0xd2,0x21,0x00,0x00,0xd3,0x01, +0xcc,0xcf,0xdc,0x8b,0xf3,0x2e,0x11,0xf1,0x3d,0x36,0x50,0x5a,0x0f,0x10,0x0c,0x40, +0xb0,0x52,0xf1,0x09,0xfd,0xd6,0xc4,0x00,0x0e,0x00,0x7b,0x0f,0x32,0x1c,0x50,0x02, +0xe0,0x08,0xf2,0xf1,0x00,0x7f,0xff,0xf8,0x00,0xab,0xcf,0x10,0xbc,0x07,0x30,0x2a, +0xf7,0x32,0x8a,0x6f,0x30,0xe0,0x05,0xae,0x77,0x03,0x15,0x03,0xcd,0x2d,0x13,0x80, +0xe9,0x60,0x00,0x4e,0x0c,0x81,0xf1,0x0d,0xef,0xfe,0xd0,0x0a,0x80,0x0f,0x8e,0x35, +0x30,0xf3,0x01,0xf0,0x1e,0x00,0xf0,0x24,0x8c,0x00,0x4d,0x02,0xee,0xff,0xee,0xbe, +0x13,0xef,0x70,0x00,0x05,0xb0,0x05,0x53,0x34,0x43,0x00,0x77,0x4b,0x00,0x2f,0xaa, +0xac,0xc0,0x09,0x74,0xfe,0xe2,0xf0,0x00,0x4c,0x00,0xa9,0x4b,0x00,0x2f,0x00,0x04, +0xc0,0x0b,0xf6,0xb0,0x02,0xfa,0xaa,0xcc,0x00,0xd9,0xeb,0x3a,0x4f,0x40,0x20,0x0e, +0x0a,0xe7,0x71,0x00,0x21,0x15,0xa0,0x71,0x00,0x29,0xf7,0x02,0x2a,0x84,0x12,0xf0, +0xd8,0x14,0x13,0x3f,0xa3,0x73,0x12,0xf0,0xf8,0x00,0x15,0x2f,0x1e,0x00,0x13,0x00, +0x90,0x2e,0x42,0x03,0x50,0x0e,0x30,0x38,0x1f,0x30,0xe5,0x33,0x33,0xc2,0x07,0x11, +0x0e,0xce,0x91,0x31,0xfe,0x10,0xe3,0x5d,0x7d,0x31,0x8b,0x1e,0x30,0xa7,0x6c,0xa1, +0xae,0xf6,0x21,0x00,0x10,0x0c,0x60,0x00,0x49,0xde,0x41,0x82,0x04,0xc9,0x37,0x10, +0x0f,0x9c,0x14,0xb1,0xe1,0x00,0xf0,0xf1,0x11,0x11,0x10,0x0e,0x10,0x0f,0x0f,0xa3, +0x36,0x20,0x12,0xf0,0x39,0x31,0x70,0x0c,0xdf,0xed,0x0f,0xee,0xee,0xf0,0x3e,0x17, +0x00,0x58,0xa6,0x11,0x09,0x72,0x52,0xd0,0xf0,0x00,0xd1,0xee,0xe2,0xf2,0x11,0x1f, +0x00,0x0d,0x1e,0x10,0x0f,0x87,0x00,0x21,0xd1,0xe1,0xb7,0x41,0x50,0x0d,0x1e,0x8c, +0x3f,0x00,0x0a,0x6c,0x20,0xd9,0x41,0xc1,0x16,0x21,0x46,0x20,0xf1,0x18,0x12,0x10, +0x29,0x78,0x00,0xd6,0x15,0x30,0xf0,0x0e,0x50,0x6c,0x12,0x20,0x0f,0x04,0x76,0x05, +0xf1,0x06,0xd2,0x00,0xf0,0xcb,0x00,0xa8,0x00,0x0d,0x31,0x2f,0x7c,0xd4,0x3f,0x10, +0x00,0xbd,0xfe,0xdc,0x23,0xdd,0x70,0x4a,0x49,0xf0,0x08,0x0d,0xf1,0x00,0x00,0x91, +0xe1,0x00,0x1c,0xa7,0xe4,0x00,0x0d,0x1e,0xff,0x9e,0x70,0x04,0xeb,0x10,0xd1,0xe1, +0x08,0xff,0xef,0x9d,0x30,0x1e,0x10,0x0e,0x55,0xb7,0x40,0xd1,0xe7,0x92,0xe1,0x96, +0xbb,0xe1,0xee,0xa6,0x1e,0x43,0x33,0xf2,0x04,0x62,0x00,0x00,0xec,0xcc,0xcf,0x20, +0x0c,0x0d,0x10,0xe1,0x69,0x00,0x20,0x70,0x0f,0x47,0x00,0xf0,0x05,0x10,0x78,0x60, +0xf0,0xe1,0x28,0x00,0xd1,0x07,0x7e,0x2f,0x0e,0x1a,0xa0,0x0d,0x10,0x77,0x88,0xf0, +0xe4,0x66,0x32,0x60,0x63,0xcf,0x0e,0xc8,0x00,0x00,0x13,0x80,0xf7,0x26,0xe3,0x00, +0x00,0xb0,0xe2,0x10,0x0f,0x0e,0x70,0x00,0x0d,0x0f,0xd7,0x2c,0xe0,0xec,0xc1,0x00, +0xd0,0xe0,0x6e,0x8c,0x0e,0x28,0xd1,0x0d,0x0e,0x03,0x26,0x80,0xe1,0x03,0x00,0xd3, +0xfa,0xb0,0xd2,0x0e,0x10,0x51,0x6f,0xc8,0x40,0x9a,0x00,0xe3,0x0c,0x31,0x10,0x00, +0x9a,0x00,0x09,0xfe,0x04,0x00,0xf5,0x9a,0x12,0x91,0xea,0x09,0x11,0x2e,0x50,0x16, +0x10,0x7e,0xf6,0xb8,0xa1,0x17,0x91,0x10,0x11,0xb7,0x11,0x00,0x00,0xb4,0x80,0xd4, +0x19,0x21,0x0d,0x2e,0x6e,0x8c,0x51,0x07,0x94,0xf2,0x10,0x89,0x51,0x19,0x50,0xf7, +0x0d,0x61,0x11,0x00,0xff,0x86,0x01,0xe7,0x09,0x20,0x2f,0x34,0xcb,0x3e,0xd2,0x09, +0xbe,0xfb,0x60,0x52,0x3e,0x20,0x00,0x75,0x4e,0x00,0x06,0xee,0x33,0x78,0x01,0xc5, +0x75,0x16,0x2e,0x53,0x16,0x01,0x7d,0x1b,0x00,0x99,0x9a,0x02,0x02,0x68,0x11,0xde, +0x06,0x02,0xf0,0x14,0x00,0x5d,0xa8,0x00,0x00,0x1c,0x41,0x10,0x1e,0x41,0xe2,0x00, +0x00,0xe4,0x40,0x0b,0x90,0x06,0xd0,0x00,0x49,0x77,0x0a,0xb0,0x00,0x09,0xc1,0x0a, +0x58,0x82,0xa2,0xb0,0x00,0x18,0x00,0x0f,0x0e,0x80,0x01,0xab,0x00,0x00,0x07,0x70, +0x02,0xe5,0x0b,0x83,0xa0,0x78,0x21,0x2f,0xd4,0x00,0x00,0x17,0xae,0xfd,0x32,0x50, +0x7c,0x20,0xa7,0xa8,0xff,0x2d,0x10,0xa0,0x1e,0x00,0x30,0xf0,0x00,0x6a,0xcb,0xdd, +0x31,0x0c,0xff,0xfe,0xb3,0xdd,0x02,0xd1,0xc0,0x01,0x89,0x4d,0x21,0xef,0xee,0x1e, +0x7f,0xf0,0x12,0xba,0x55,0x12,0x23,0xf2,0x22,0x00,0xd3,0x70,0x0f,0xdd,0xfd,0xee, +0x02,0xc2,0xd0,0x0f,0x00,0xf0,0x1e,0x08,0x83,0xd0,0x1f,0x00,0xf0,0x1e,0x0d,0xee, +0xfe,0x4f,0x01,0xf0,0xcb,0x59,0x10,0x0f,0x2f,0x05,0x90,0x02,0xe5,0x3f,0x00,0xf0, +0x1e,0x2a,0xdf,0xf9,0x07,0x00,0x21,0x04,0x22,0x2a,0x00,0x00,0x1c,0x00,0x30,0xee, +0xfe,0xee,0x07,0x00,0x3c,0x11,0x11,0x3e,0x95,0x65,0x00,0xcc,0x21,0xf2,0x02,0x30, +0x00,0x00,0x11,0x99,0x11,0x0d,0x3b,0xb0,0x00,0x4c,0xce,0xec,0xc2,0xd3,0x0d,0x60, +0x87,0x63,0x22,0x20,0x02,0xaf,0x88,0x10,0xe2,0x3c,0x08,0xf0,0x02,0x0b,0x50,0x42, +0x00,0xde,0xff,0xee,0xeb,0x97,0x0c,0x40,0x00,0x7a,0x07,0x00,0x07,0x82,0xd9,0x28, +0xa0,0xf1,0x00,0x5b,0x88,0x00,0x05,0xfe,0xef,0xee,0x62,0x4b,0x75,0x00,0xab,0x02, +0xf0,0x00,0x80,0x10,0x06,0x78,0xaf,0xde,0xa6,0xf8,0x08,0x50,0x87,0x64,0xf2,0x05, +0xd5,0x83,0x5f,0x58,0x0f,0x02,0xd2,0x06,0xeb,0x73,0x18,0x12,0x02,0xd0,0xc3,0x00, +0x0b,0x18,0xb2,0x28,0xbe,0x88,0x03,0x34,0xd3,0x33,0x01,0x8d,0xa8,0x83,0x33,0x9e, +0xf0,0x02,0x60,0x00,0xa4,0x04,0x80,0x00,0x3b,0x4b,0x00,0x3e,0x00,0x0d,0x40,0x09, +0x74,0xc0,0x1e,0xe8,0xd2,0x70,0xef,0xff,0xf3,0x9d,0x20,0x88,0x92,0xdb,0x21,0x20, +0x6a,0x0f,0xd8,0x33,0xf0,0x04,0x21,0x00,0xd9,0xc0,0x00,0x29,0xbe,0xfc,0x20,0x07, +0xf3,0x00,0x01,0x74,0x6b,0x00,0x02,0xec,0xc1,0xd9,0x54,0x95,0x06,0xe6,0x0a,0xe5, +0x00,0x00,0x4b,0x07,0xc2,0xad,0xb7,0x02,0x5d,0x5a,0x03,0xba,0x04,0x30,0xed,0xdd, +0xdf,0x60,0xd7,0x10,0x2e,0xca,0x02,0x31,0x1c,0x51,0x10,0x97,0x75,0x12,0xe3,0xae, +0x10,0xb0,0x5a,0x4b,0x0a,0xff,0xee,0xef,0xf1,0x0c,0x87,0xc3,0x0c,0x2c,0x0f,0x40, +0xcc,0xde,0xb1,0xce,0x0d,0x64,0x21,0x04,0xb0,0x0f,0x00,0xb0,0x00,0x7d,0x93,0xcd, +0xdd,0xdf,0x10,0x3d,0xfe,0xe7,0x1c,0x0f,0x00,0xe1,0x41,0x4b,0x05,0xea,0x9a,0xbf, +0xe2,0x00,0x04,0xb0,0x99,0x86,0x54,0xf2,0xb9,0x8f,0x07,0x6e,0xc5,0x00,0xec,0x05, +0x20,0x01,0x60,0xc3,0x61,0x00,0x8f,0x8f,0xd0,0x00,0x0c,0xee,0xc8,0x02,0xc8,0x5d, +0x30,0x00,0x3e,0x53,0x27,0xf7,0x1b,0x41,0x90,0xd4,0x44,0xdc,0xee,0xee,0xe9,0x60, +0x58,0x77,0x4e,0x9b,0xf0,0x1e,0x40,0x0b,0x9b,0xa4,0x8d,0xbd,0x6b,0x1d,0x00,0xa9, +0xcc,0x68,0x71,0x96,0xc1,0xd0,0x00,0x07,0x70,0x8d,0xbe,0x6c,0x1d,0x00,0x01,0xac, +0x78,0x60,0x86,0xc1,0xd0,0x0d,0xfe,0xa2,0x8e,0xce,0x6c,0x1d,0x00,0x30,0x77,0x08, +0x60,0x86,0x50,0x1e,0x00,0x20,0x86,0x08,0xa4,0x05,0x82,0x77,0x08,0x68,0xe3,0x6e, +0xb0,0x03,0xa0,0x06,0x9d,0x21,0x1d,0x90,0xac,0x3b,0x00,0x56,0x7f,0x01,0x61,0x2b, +0x22,0x52,0xaf,0xde,0x1a,0x70,0x01,0x12,0xf4,0x11,0x5d,0x00,0x44,0x6b,0x18,0x40, +0x04,0xd0,0x1c,0xde,0x47,0x24,0x10,0x5c,0x78,0x01,0x10,0x89,0x9b,0x0a,0x10,0x2e, +0x6b,0x5b,0x60,0x89,0x00,0x02,0xe0,0x08,0xc0,0x2e,0x13,0xf3,0x0a,0x2e,0x08,0xe2, +0x03,0x34,0xf4,0x00,0x07,0xf2,0x92,0x00,0x8d,0xd9,0x00,0x0a,0xd8,0xe9,0x41,0x00, +0x11,0x23,0x22,0xe2,0x02,0x8d,0x9d,0x14,0x06,0xf9,0x94,0x13,0x3e,0x36,0x9e,0x11, +0xe0,0xa0,0xd4,0x01,0x20,0x28,0x22,0xa1,0xef,0x0a,0x45,0x10,0x01,0x6d,0x52,0x00, +0xee,0x20,0x00,0x1e,0x00,0x40,0x2f,0xfe,0x00,0xc7,0x1e,0x00,0x42,0x13,0xf0,0x02, +0xf3,0xe3,0x9f,0x32,0x07,0x70,0x3e,0x27,0x40,0x02,0x0f,0x00,0xf8,0x0b,0x00,0x44, +0x7d,0x00,0x00,0x09,0xf5,0x00,0x0a,0xcb,0x50,0x00,0x1c,0x80,0xac,0x75,0x43,0x45, +0x68,0x31,0xa0,0x00,0x39,0xbc,0xdd,0xcc,0x35,0x76,0x03,0xb8,0x4b,0x11,0x1f,0xde, +0x32,0x13,0xad,0x69,0x14,0x16,0x82,0xf6,0xa5,0x51,0x22,0x22,0x10,0x11,0x11,0x43, +0x15,0x61,0x3e,0xee,0x00,0x04,0xf2,0x12,0x5a,0x02,0x21,0xa9,0x04,0x7d,0x99,0x30, +0x3f,0x10,0x0b,0xb1,0x75,0x50,0x0c,0x70,0x12,0x6f,0x20,0x58,0xc3,0xf0,0x07,0xfe, +0xdc,0xca,0x00,0x04,0xf1,0x14,0x10,0x00,0x01,0x90,0x07,0xfa,0xe8,0x31,0x00,0x00, +0x12,0x21,0xe3,0x01,0x8d,0x09,0x2d,0x13,0x01,0x16,0x03,0x61,0x06,0x70,0x00,0x0c, +0x40,0x3d,0x4b,0x01,0x30,0xc4,0x03,0xd0,0x22,0xc7,0x01,0x0f,0x00,0x32,0x00,0x70, +0xdf,0x47,0xcd,0x81,0x01,0x1c,0x61,0x5e,0x11,0x00,0x33,0x30,0x1e,0x00,0xa2,0x2e, +0xef,0x01,0x1d,0x51,0x4e,0x11,0x00,0x02,0xf0,0x31,0x1a,0x31,0x2f,0x00,0x2e,0x7b, +0x51,0x30,0xf0,0x0b,0x90,0x3c,0x00,0x30,0x4f,0x18,0xd1,0x0f,0x00,0x31,0x3f,0xfb, +0x01,0x4e,0x0e,0xe8,0xa2,0xcc,0x42,0x00,0x01,0x24,0x12,0xd0,0x00,0x6c,0xef,0xff, +0xff,0xe2,0xee,0x08,0x10,0x40,0xdb,0x11,0x12,0x10,0xf0,0x77,0x40,0x8c,0x0c,0xde, +0xfd,0xb5,0x29,0x32,0xc3,0x22,0xe6,0x37,0x72,0x10,0x6c,0xcb,0x00,0xe1,0x66,0x50, +0x1e,0x84,0x7e,0x44,0x20,0x19,0xae,0x04,0xdc,0xcd,0xfc,0xc6,0x3c,0x03,0x12,0x4d, +0x0d,0xc4,0x60,0x37,0xe3,0x33,0x00,0x02,0xe0,0xee,0x93,0x14,0xc2,0x02,0x52,0x21, +0x08,0xf3,0x1e,0x00,0xb9,0x0a,0xc5,0xea,0x41,0x13,0x91,0x23,0x21,0xd1,0x01,0x7d, +0xc4,0x01,0x23,0x20,0x00,0xfa,0x9f,0x11,0x0d,0xa6,0x3a,0x32,0x7d,0x00,0xd5,0x9d, +0x7d,0x22,0x0d,0x40,0xe6,0x48,0x10,0xd4,0x56,0x05,0x30,0x11,0x10,0x0e,0x1e,0x00, +0x60,0x2f,0xff,0x00,0xf5,0x25,0x32,0xdd,0x89,0x30,0x1f,0x00,0xbb,0x62,0x02,0x40, +0x05,0xe0,0x00,0xca,0xe2,0x00,0x20,0xa9,0x00,0x50,0x93,0x30,0x2f,0x2f,0x30,0xa1, +0x30,0x20,0x0a,0xf5,0x81,0x10,0xf5,0x01,0x10,0x0c,0xa3,0xcc,0x64,0x32,0x34,0x56, +0x11,0xb0,0x00,0x4a,0xcd,0xed,0xdc,0xc0,0x46,0x91,0x00,0x38,0x00,0x11,0x19,0x12, +0xd8,0x31,0x02,0xf0,0xab,0x16,0xba,0x60,0x2f,0x00,0xa1,0x00,0x02,0xd3,0x81,0x2a, +0x10,0xd0,0xb3,0x81,0x30,0xef,0x92,0x22,0x6c,0x36,0xb0,0x5f,0xff,0x40,0x00,0x3f, +0xff,0x00,0x0d,0x7f,0x6f,0x20,0x73,0x8e,0x30,0xc2,0xf0,0x8d,0x7e,0x19,0x20,0xe2, +0x2f,0xe5,0x54,0x91,0xf2,0xe3,0x02,0xf0,0x01,0xa0,0x00,0x1f,0x02,0xa0,0x57,0x21, +0x1c,0xfa,0x00,0x0b,0xed,0x0c,0xd6,0xde,0x63,0x11,0x12,0x34,0x11,0xc1,0x00,0x5b, +0xde,0xee,0xed,0x27,0x9a,0x31,0x6b,0x00,0x1f,0x51,0x41,0x10,0xbb,0xe5,0xab,0x10, +0xe0,0xaf,0x54,0x31,0xcc,0xcc,0xce,0x91,0x28,0x21,0x11,0x13,0xee,0xca,0x00,0x23, +0x02,0x20,0x2f,0xfe,0xdb,0x2d,0x10,0xd0,0x46,0x53,0x40,0x02,0x40,0x08,0xb0,0x56, +0x85,0x30,0x2d,0xac,0x90,0xbf,0x71,0x01,0x6f,0x66,0xf0,0x03,0x2e,0x05,0xfb,0xe7, +0x07,0xe2,0x00,0x04,0xf1,0x7a,0x50,0x00,0x06,0x60,0x07,0xe8,0xd8,0x20,0xf2,0x92, +0x52,0xe2,0x01,0x7d,0xff,0xef,0xc7,0x92,0x12,0x01,0xb7,0x1d,0x10,0x24,0x3b,0x01, +0x42,0x9d,0x10,0x09,0x90,0xd7,0xb4,0xc0,0xed,0xbf,0xcb,0xb5,0x00,0x00,0x91,0x8c, +0x44,0xf6,0x44,0x20,0x1a,0x26,0x02,0x18,0x4b,0xf0,0x01,0x77,0x77,0xf8,0x77,0x71, +0x0f,0xfe,0x08,0x8c,0xd8,0xea,0x88,0x10,0x13,0xe0,0x00,0x4a,0x05,0x01,0x88,0x03, +0x11,0xc4,0x87,0x62,0xf0,0x06,0xd0,0x0c,0x40,0xb3,0x00,0x2e,0x07,0xf2,0x00,0xc7, +0x3e,0x20,0x02,0xf3,0xa2,0x00,0x06,0xcc,0x90,0x03,0xc7,0x88,0xc1,0x68,0x24,0x10, +0xd4,0x00,0x6c,0xff,0x35,0x02,0x03,0x01,0x00,0x10,0x95,0x6b,0x7a,0x90,0xef,0x90, +0x02,0xe7,0x00,0x07,0x50,0x5d,0x80,0xb2,0x83,0x21,0x29,0xef,0x82,0xa2,0xf1,0x07, +0xdd,0xde,0xff,0xdc,0x00,0x11,0x10,0x4c,0x00,0xe1,0x02,0xe0,0x3e,0xee,0x04,0xfc, +0xcf,0xdc,0xde,0x00,0x02,0xe0,0x0f,0x00,0xe0,0x00,0x2e,0x04,0xea,0xaf,0xaa,0xbe, +0x00,0x02,0xe0,0x4d,0x33,0xf4,0x35,0x0f,0x00,0x20,0xc0,0x0e,0x7b,0x75,0xa0,0xf3, +0x4b,0x00,0xc1,0xce,0x90,0x08,0xb4,0xc9,0x20,0x57,0x03,0x52,0xd0,0x00,0x6c,0xfe, +0xee,0x35,0x02,0x17,0x01,0xd9,0x72,0x13,0xa9,0x89,0xaf,0x31,0xd8,0x5f,0xff,0x6d, +0x06,0x13,0xd1,0x87,0xa0,0x90,0x0b,0xee,0xef,0xee,0xe3,0x01,0x44,0x40,0xd3,0xb1, +0x16,0x20,0x3c,0xdf,0xe4,0x49,0x00,0x22,0x0e,0x40,0xce,0xef,0xfe,0xee,0xec,0x55, +0x31,0x05,0xef,0xd3,0x46,0x90,0xf0,0x02,0xc4,0xe2,0xd7,0x00,0x00,0x0f,0x3d,0x90, +0x2e,0x00,0xb5,0x00,0x09,0xf7,0x20,0x02,0xb0,0x71,0x16,0x93,0xaa,0x30,0x00,0x00, +0x25,0x02,0xd0,0x00,0x5c,0x11,0x57,0x09,0x9e,0x06,0xf1,0x08,0x7a,0x00,0xde,0xef, +0xef,0xfe,0xf1,0x00,0xba,0x0d,0x10,0xc0,0xc3,0x0d,0x10,0x00,0xb2,0xd1,0x0c,0x0c, +0x30,0xd1,0x00,0x04,0x82,0x41,0xee,0x11,0x77,0x70,0xbd,0x3b,0x20,0x17,0x8f,0xc3, +0x13,0x10,0xe5,0x04,0x6e,0x01,0x2a,0x8b,0x70,0x1f,0x0a,0x28,0xc1,0x3e,0x40,0x00, +0x1f,0x0a,0x30,0xdf,0x50,0x00,0xfe,0x04,0x20,0xcc,0x30,0xce,0xd3,0x20,0x9e,0xb5, +0x27,0x0b,0x99,0xb5,0xdd,0x51,0x00,0x01,0x23,0x34,0xd0,0x00,0x17,0x03,0x01,0x25, +0x66,0xf1,0x08,0x09,0x20,0x00,0xb7,0x00,0x02,0xe1,0x05,0xd0,0x00,0x01,0xe5,0x3c, +0xce,0xcc,0xee,0xcc,0x20,0x04,0xc0,0x22,0x27,0xd2,0x88,0x03,0x31,0x22,0xa9,0x22, +0x1c,0x7e,0x00,0xb1,0x6e,0x70,0x2f,0xff,0x01,0xe1,0x11,0x13,0xe0,0x17,0x03,0x20, +0xbb,0xbb,0x41,0x0d,0x11,0x01,0x4b,0x8e,0x17,0x01,0x0f,0x00,0x00,0xa4,0x4d,0x20, +0xf0,0x1d,0x94,0x46,0xd2,0x06,0xc5,0xc7,0x20,0x00,0x00,0x13,0x11,0xd1,0x00,0x7d, +0xfe,0xef,0x63,0xb2,0x02,0xe2,0x00,0x15,0xb0,0x7f,0x63,0x30,0x8f,0xff,0xe1,0xda, +0x29,0xf1,0x0a,0x58,0x80,0x5d,0x00,0x07,0x60,0x08,0x70,0x87,0x0a,0x60,0x00,0x5c, +0x00,0xe3,0x08,0x71,0xe0,0x00,0x00,0xd1,0x4d,0x00,0x87,0x69,0xfe,0x04,0x32,0xa8, +0x75,0xc0,0xfb,0x68,0x20,0x09,0x80,0x17,0x55,0xa0,0x08,0x70,0x3d,0x00,0x3f,0xdd, +0xdd,0xf0,0x87,0x00,0x68,0x20,0x30,0x1f,0x08,0x70,0x34,0x0f,0xb0,0x01,0xf0,0x87, +0xcc,0x50,0x03,0xfd,0xdd,0xef,0x08,0x70,0x75,0x81,0x3e,0x12,0xe0,0x87,0xbc,0x3f, +0xf0,0x06,0x13,0x45,0x67,0x89,0xbd,0xfd,0x00,0x06,0xdc,0xba,0x98,0x75,0x41,0x00, +0x00,0x04,0x20,0x08,0x60,0x00,0x5c,0xd5,0x12,0x40,0x4e,0x00,0x1e,0x40,0x51,0x06, +0x30,0xb0,0x0a,0x80,0xa3,0x00,0x10,0x1f,0x0a,0x3b,0x14,0xcc,0x1c,0xbd,0x30,0x48, +0xff,0xf7,0x80,0x50,0x40,0x04,0xf7,0xf5,0xe3,0x53,0x07,0xf0,0x00,0xf5,0x1f,0x05, +0xf4,0x00,0x00,0x19,0xf5,0x01,0xf0,0x05,0xf9,0x10,0x2f,0xc2,0xdd,0x57,0x33,0xcf, +0x20,0x40,0xdd,0x57,0x00,0x32,0x77,0x20,0x68,0x20,0x31,0x25,0x3b,0xfc,0xa8,0x62, +0x31,0x25,0x05,0x0b,0x95,0x42,0x09,0xec,0xcd,0xfc,0x0a,0x57,0x10,0x1f,0xb2,0x1f, +0x60,0x09,0xeb,0xbc,0xfb,0xbb,0xda,0x0f,0x00,0x10,0x2f,0x76,0x1e,0x40,0x06,0xbb, +0xbc,0xfb,0x34,0x3a,0x01,0xe2,0x5a,0x00,0x65,0x15,0x44,0xab,0xfa,0xaa,0xaa,0x9c, +0x7f,0x14,0x02,0x8d,0x7f,0x10,0x4e,0x5e,0x15,0x12,0x40,0xbb,0x5d,0xb0,0xe4,0x00, +0x00,0x4c,0x22,0x22,0x22,0x2d,0x40,0x00,0x02,0x8b,0x15,0x10,0x82,0xe9,0x19,0x01, +0x4e,0x8e,0x12,0x02,0x11,0xae,0xf0,0x0e,0x00,0x8a,0x66,0x6f,0x66,0x69,0xb0,0x00, +0x08,0xda,0xaa,0xfa,0xaa,0xcb,0x00,0x00,0x89,0x44,0x4f,0x44,0x48,0xb0,0x00,0x03, +0x66,0x66,0xf6,0x66,0x64,0xe9,0x00,0x11,0xcf,0x4f,0xcc,0x03,0xfa,0x73,0x02,0xdc, +0x56,0x10,0x30,0xb2,0x2f,0x20,0x58,0x00,0x0c,0xcc,0x21,0xb0,0x0d,0xfe,0x09,0x20, +0x5b,0x05,0xb2,0x0f,0x51,0x4c,0x05,0xb2,0xf5,0x44,0x0f,0x00,0x90,0x28,0x02,0xac, +0x20,0x00,0x25,0x01,0x59,0xb8,0x2e,0x7d,0xf0,0x0b,0x15,0x9b,0x20,0x3a,0x94,0x10, +0x02,0xcf,0xbc,0xaa,0xaa,0xab,0x9e,0xd2,0x04,0x00,0x12,0x3f,0x22,0x10,0x02,0x00, +0x03,0x33,0x34,0xf3,0x1c,0x0c,0x40,0xaa,0xba,0xbf,0xba,0xa5,0x2f,0x40,0x6a,0x01, +0xf0,0x0b,0x14,0x0f,0x44,0xc0,0x1f,0x03,0xe0,0x7f,0x30,0x17,0xe0,0xf7,0x69,0x01, +0xe3,0x00,0x12,0xd6,0x06,0x0a,0x30,0x5f,0xff,0xf5,0x0f,0x00,0x31,0x1f,0x51,0x11, +0x61,0x72,0x11,0xa1,0x21,0x13,0x00,0xdf,0xd8,0x80,0x35,0x56,0xf5,0x55,0x10,0x00, +0xc4,0x07,0x93,0x6f,0x22,0x00,0x0c,0x79,0x01,0x03,0xd9,0x96,0x04,0x0f,0x00,0x00, +0x7b,0x0d,0x01,0x0f,0x00,0x21,0x57,0x70,0xf2,0x1c,0x21,0xff,0x91,0x0f,0x00,0x13, +0x39,0xff,0x26,0x12,0x77,0xcb,0x03,0x21,0xd5,0x00,0x6d,0x50,0x00,0xb9,0x2b,0x10, +0xe0,0x9c,0xb1,0xf0,0x02,0x27,0x79,0xf7,0x77,0x3b,0x00,0x00,0x4f,0xcd,0xfc,0xcf, +0x05,0xff,0xfe,0x4b,0x02,0xe0,0x36,0x82,0x00,0x07,0x00,0xa0,0x04,0x4e,0x64,0x5b, +0x02,0xe0,0x0f,0x0a,0xaf,0xba,0x77,0x3e,0x00,0xae,0xbc,0x30,0x14,0xe1,0x2f,0xa5, +0x4e,0x80,0x02,0xe0,0x02,0x00,0x0e,0x49,0x40,0x02,0xd1,0x25,0x11,0xe7,0x54,0x00, +0x12,0x58,0x5b,0x00,0x14,0x52,0x95,0x15,0x10,0x08,0xbc,0x07,0xf1,0x01,0x05,0xff, +0xfd,0x00,0x2f,0x00,0xb5,0x01,0xe4,0x11,0x10,0x03,0xe0,0x0c,0x40,0x2a,0x10,0x1d, +0xf0,0x00,0xd3,0x00,0x5f,0xff,0x80,0x06,0xa0,0x0e,0x20,0x00,0x0e,0x10,0x37,0xbc, +0x77,0xce,0x75,0x40,0x04,0x9d,0xc9,0x9f,0xbe,0x26,0x20,0x00,0xb5,0x44,0x00,0x11, +0xe1,0xa5,0xb7,0x00,0x9c,0x0c,0x10,0xf1,0x7b,0x0b,0x30,0xf4,0xc1,0x2f,0x2b,0x0b, +0x90,0x1f,0xe6,0x15,0xd1,0x18,0xa1,0x00,0x08,0xb1,0x87,0x04,0x06,0xb6,0x4f,0x50, +0x66,0x00,0x01,0x02,0xe0,0x4b,0x17,0xc0,0x02,0xe1,0x2e,0x09,0x50,0x05,0xff,0xff, +0x38,0x92,0xe1,0xc0,0x63,0xac,0x50,0x1b,0x2e,0x64,0x00,0x49,0xa8,0x68,0xf0,0x02, +0xf7,0x71,0x00,0x5f,0xff,0xd0,0xfa,0xaa,0xaf,0x30,0x00,0x0e,0x10,0x0f,0x01,0x70, +0xd3,0x86,0x19,0x80,0xf0,0x3d,0x0d,0x30,0x0e,0xff,0xff,0x2f,0xda,0x62,0x00,0x6f, +0x0d,0x21,0x4c,0x0d,0x1e,0x00,0xf7,0x08,0x08,0x90,0xd3,0x00,0x00,0xf3,0x90,0x64, +0xe6,0x45,0x10,0x00,0x3f,0xe6,0x07,0xe4,0x3c,0xb2,0x00,0x09,0x91,0x2e,0xa2,0x0c, +0x62,0x31,0x00,0x76,0x00,0x42,0x6c,0x20,0x0e,0x40,0xd3,0x51,0x00,0x97,0x01,0xf1, +0x00,0x5c,0xfc,0xcf,0xdb,0x02,0xf4,0x11,0x11,0x3f,0x33,0xf4,0x20,0x18,0x66,0x65, +0x1e,0x00,0xb1,0x39,0xfa,0x79,0xdf,0xdd,0xfd,0xd2,0x00,0x0e,0x10,0x12,0x31,0x65, +0x10,0xf2,0xf3,0x54,0x00,0xbf,0x0d,0x70,0x2e,0xa9,0x99,0xf2,0x00,0x00,0xe1,0xe4, +0x00,0x10,0x20,0xa0,0xb4,0x01,0x61,0x34,0x21,0xe3,0x90,0x0f,0x00,0xe1,0x1f,0xe7, +0x0e,0x43,0x33,0xe2,0x00,0x06,0x81,0x00,0xeb,0xbb,0xbe,0x20,0x2b,0x04,0x10,0x85, +0x31,0x01,0xf0,0x1b,0x23,0x30,0x19,0x61,0x00,0x09,0xd9,0x97,0xbe,0x3c,0xed,0xd7, +0x01,0xe6,0x55,0x05,0x81,0x19,0x67,0x80,0x48,0x00,0x00,0xb2,0xac,0xed,0xde,0x10, +0x8e,0xe9,0x1c,0x00,0x29,0x78,0x70,0x00,0x77,0x06,0xef,0x6a,0xdc,0xa5,0x86,0x2d, +0xf0,0x01,0xc2,0x3a,0x83,0x10,0x2e,0xff,0xe6,0x2d,0x4b,0xdd,0xb5,0x00,0x07,0x70, +0x68,0xb0,0x72,0x34,0xb0,0x77,0x01,0xe7,0xce,0xff,0xeb,0x00,0x08,0xab,0x1d,0x90, +0x0f,0x00,0x40,0xae,0x38,0x76,0xc5,0x72,0x3b,0x68,0x12,0xc0,0x02,0xae,0xff,0xf1, +0x96,0x96,0x21,0x03,0x70,0x4b,0x01,0xd0,0x88,0xaf,0x98,0x60,0x05,0xff,0xfb,0x16, +0xc5,0x57,0x94,0x01,0xe4,0xe5,0x0f,0xd1,0x86,0x00,0x2a,0x33,0x31,0x9d,0xed,0xdf, +0xdd,0x00,0x5d,0xfd,0x61,0xe9,0x2f,0x10,0x1f,0x6e,0x3b,0xf0,0x01,0xd6,0x00,0x34, +0xf3,0x30,0xf5,0x55,0x5a,0x60,0x0a,0xbf,0xaa,0x0f,0x44,0x44,0x96,0x66,0x02,0xf7, +0x12,0xfc,0xcc,0xcd,0x60,0x00,0x1f,0x01,0x00,0xa7,0x1e,0x00,0x00,0x01,0xf7,0xe0, +0x0e,0x31,0xe0,0x30,0x00,0x6f,0xb2,0x0a,0xc0,0x1e,0x0a,0x30,0x09,0x60,0x6e,0x90, +0x00,0xdd,0xee,0x4a,0x12,0xe0,0x94,0x8c,0x10,0x3e,0x8e,0x97,0x01,0x0f,0x00,0x20, +0x2c,0xb0,0x5e,0x0a,0x31,0x01,0x9f,0x90,0x1e,0x00,0x26,0xbd,0x30,0xa3,0x6c,0x31, +0x1e,0xef,0xfe,0xbc,0x81,0x41,0x22,0x6e,0x22,0xaa,0x43,0xdc,0x10,0xe0,0xce,0x18, +0x01,0xdc,0x51,0x12,0xc0,0x4b,0x00,0x01,0x1a,0xd6,0x50,0x4e,0x03,0x75,0x1b,0xe5, +0xdd,0x64,0x80,0xea,0x30,0x07,0xee,0x20,0x00,0x77,0x20,0x81,0x48,0x03,0x0d,0x0c, +0x21,0xc7,0x0f,0xda,0x4f,0x10,0xe3,0xa0,0x02,0x30,0x28,0x34,0x10,0x4a,0x0e,0x11, +0xc5,0xad,0x02,0x00,0x62,0xd5,0x0f,0x0d,0x00,0x1c,0x31,0x1f,0x2c,0x50,0x43,0x65, +0x12,0x24,0xc9,0x00,0x20,0xe2,0x1f,0x7a,0x23,0x01,0xd3,0x49,0x30,0x0e,0x34,0x22, +0x81,0x82,0x20,0xd3,0xd4,0xa7,0x17,0xf0,0x04,0x0d,0x3d,0x4b,0xee,0xee,0xfe,0xe3, +0xd3,0xd4,0x22,0x23,0xef,0x52,0x0d,0x3d,0x40,0x00,0xab,0xf2,0x1a,0x00,0x10,0x7d, +0x1a,0x00,0x81,0x40,0xad,0x20,0xf2,0x00,0xd3,0xd5,0xda,0x27,0x00,0x31,0x44,0x00, +0x12,0x1a,0x00,0x41,0x1e,0xea,0x00,0x0e,0xaf,0xa5,0x33,0x9f,0xc0,0x25,0x19,0x87, +0x11,0x0f,0x1b,0x11,0x10,0xf4,0x5b,0x00,0x21,0x24,0x13,0x82,0x00,0x12,0xc4,0x8f, +0x00,0xf6,0x02,0x40,0x2f,0xff,0xfe,0x00,0xe2,0xc4,0x02,0xd0,0x02,0xe0,0x0e,0x2c, +0x40,0x2d,0x00,0x2e,0x0d,0x00,0x30,0x2f,0xcc,0xde,0x0d,0x00,0x74,0xe3,0x33,0x30, +0x0e,0x2c,0x40,0x16,0x34,0x00,0x40,0x01,0x1f,0x2c,0x40,0xd9,0x33,0x16,0xc0,0xd1, +0x35,0x00,0x16,0x00,0x31,0xd5,0x09,0xff,0x49,0xab,0x00,0xe4,0x05,0x30,0xc4,0x05, +0x30,0x12,0x80,0x10,0xe2,0xdd,0xdf,0xf0,0x04,0x04,0xce,0x25,0x55,0x6e,0x55,0x51, +0x4c,0xe2,0x89,0x9d,0xfc,0x99,0x24,0xce,0x20,0x02,0xef,0xd1,0x1a,0x00,0xf3,0x06, +0xd5,0xd6,0xd0,0x04,0xce,0x21,0xc8,0x1d,0x09,0xa0,0x4c,0xe2,0xd8,0x01,0xd0,0x0a, +0x04,0xce,0x21,0x00,0x1d,0x34,0x00,0x40,0x01,0x16,0xbe,0x20,0x52,0x3c,0x19,0xe6, +0x98,0xc6,0x21,0x02,0xe4,0x1f,0x01,0x12,0x04,0x1f,0x01,0x22,0x10,0x00,0xeb,0x3e, +0x00,0x00,0x11,0xf0,0x03,0x3c,0x50,0xbe,0xdd,0xdf,0x10,0xe3,0xc5,0x0b,0x40,0x00, +0xf1,0x0e,0x3c,0x50,0xb6,0x22,0x2f,0x0d,0x00,0x20,0xdc,0xcc,0x0d,0x00,0x30,0xb4, +0x00,0x0f,0x0d,0x00,0x20,0x63,0x33,0x0d,0x00,0x61,0x8b,0xbb,0xbb,0x10,0xe3,0xc5, +0xe3,0x14,0x20,0x3c,0x50,0x39,0x1d,0x14,0xd0,0x51,0x11,0xe0,0xfb,0x0d,0xee,0xee, +0xe3,0xe2,0x0a,0x80,0xf3,0x11,0x1d,0x3e,0x21,0xf2,0x19,0x7b,0x30,0xe2,0x6c,0x00, +0x0d,0x00,0xf1,0x00,0x2b,0x80,0x0f,0xee,0xee,0xf3,0xe2,0x2e,0x10,0xf1,0x00,0x0d, +0x3e,0x20,0x98,0x1a,0x00,0xf0,0x01,0x05,0xb0,0xf9,0x88,0x8e,0x3e,0x23,0x9a,0x2f, +0x77,0x77,0xe3,0xe2,0xcb,0x25,0xb0,0x1a,0x00,0x21,0x00,0xb7,0xc7,0xa6,0x84,0x4f, +0x10,0x01,0x2e,0x3e,0x20,0x0c,0x70,0xbb,0x8b,0x03,0x81,0xd4,0x20,0x00,0x00,0xf9, +0xc6,0x10,0xf2,0xf1,0x8e,0x80,0x61,0x11,0xb6,0x11,0x10,0xe2,0x3e,0x3f,0x1a,0xad, +0xf0,0x18,0xe2,0xa8,0x2a,0x10,0x00,0x01,0xe0,0xe3,0xf4,0x15,0xe2,0x00,0x01,0x80, +0xe2,0x5e,0x10,0xe2,0x00,0x26,0x00,0xe2,0x0a,0x70,0xe2,0x29,0xfa,0x10,0xe2,0x05, +0xb0,0xec,0xe8,0x20,0x00,0xe3,0x29,0xa0,0xe6,0xe0,0x2e,0x12,0xda,0xc8,0x51,0x01, +0x03,0x00,0x20,0xe0,0xe2,0x30,0xad,0x87,0x38,0xd0,0xe2,0x00,0x00,0x5c,0xdd,0xdc, +0x65,0x47,0x10,0xa5,0x5c,0x76,0xa0,0xfe,0x01,0xf1,0x00,0x3d,0x00,0xe1,0x4c,0x06, +0xa0,0x07,0x00,0xf0,0x02,0xa6,0x0c,0x41,0x11,0x4e,0x10,0xe1,0xf1,0x5f,0x2e,0xff, +0xff,0xf3,0xe5,0xd1,0xef,0x20,0x15,0x00,0xf1,0x0f,0xb9,0x9d,0x22,0x30,0x3d,0x00, +0xe1,0x3c,0x0d,0x24,0xc0,0x3d,0x00,0xe1,0x0f,0x0d,0x20,0xc4,0x3d,0x00,0xe1,0x3f, +0x0d,0x20,0x5a,0x3d,0x00,0xe8,0xe6,0x0d,0x23,0x00,0x15,0x00,0x07,0x00,0x20,0x01, +0x5d,0x3a,0x8b,0x25,0x20,0x1f,0xda,0xbb,0x30,0xcf,0xff,0xb5,0xc8,0x05,0x30,0xc3, +0x09,0x85,0xed,0x7d,0x31,0xc3,0x0e,0x25,0x07,0x00,0x91,0x3c,0x05,0xfe,0xee,0xff, +0x00,0xc3,0x78,0x05,0x0e,0x00,0xf8,0x27,0x0d,0x25,0xb1,0x11,0x2f,0x00,0xc3,0x07, +0x85,0xfd,0xfe,0xdd,0x00,0xc3,0x04,0xb5,0xb0,0xa5,0x02,0x40,0xc3,0x28,0xa5,0xb0, +0x4b,0x5e,0x50,0xc3,0x9b,0x25,0xb0,0x0d,0xc2,0x00,0xc3,0x00,0x05,0xb0,0x04,0xd1, +0x00,0xc3,0x00,0x07,0xd9,0xc5,0x7e,0x50,0xc3,0x00,0x0a,0xb6,0x20,0x04,0x47,0x1e, +0x10,0x45,0x34,0x01,0x30,0x20,0x01,0xeb,0x2a,0xbc,0xf1,0x0d,0x00,0x1d,0x7a,0xb0, +0x00,0xe1,0x77,0x03,0xd8,0x00,0xab,0x10,0xe1,0xd1,0x7f,0x60,0x00,0x08,0xe3,0xe1, +0xd0,0x44,0xff,0xff,0xfc,0x30,0xe1,0x69,0xa2,0x2c,0x00,0x5d,0xad,0x10,0x98,0xcb, +0x5b,0x01,0xbc,0x26,0xf8,0x12,0xe2,0x3f,0x10,0x00,0x88,0x01,0x00,0xe5,0xc6,0x05, +0xc0,0x88,0x4d,0x00,0xe1,0x00,0x2e,0x30,0x88,0x08,0xb0,0xe1,0x00,0xc5,0x00,0x98, +0x00,0xb2,0xe1,0x00,0x00,0x6f,0xe4,0xd6,0x08,0x00,0x2a,0x33,0x21,0xef,0xfb,0x81, +0xd9,0xc0,0xe1,0x79,0xd3,0x9e,0xff,0xee,0xe5,0xe1,0xb3,0x3d,0x02,0xe2,0x51,0x92, +0xf0,0x1d,0x01,0x0a,0xfd,0xdd,0x90,0xe4,0xc0,0x00,0xad,0xe0,0x04,0xb0,0xe1,0xc7, +0xef,0x52,0xfb,0xbc,0xb0,0xe1,0x69,0x0e,0x01,0xe1,0x15,0xb0,0xe1,0x3b,0x0e,0x01, +0xe2,0x26,0xb0,0xe1,0x5a,0x0e,0x01,0xfa,0xab,0xb0,0xe6,0xc3,0x0e,0x01,0x23,0x00, +0xf3,0x03,0x00,0x3f,0x41,0xd0,0x5d,0x80,0xe1,0x03,0xd4,0xb8,0x10,0x00,0x11,0xe1, +0x07,0x40,0x06,0xdf,0x4a,0xc3,0x15,0x00,0xb9,0x13,0x10,0xf3,0x49,0x23,0x10,0xe1, +0xd2,0x30,0x00,0xbe,0x88,0xe0,0x3f,0xcc,0xcc,0xf1,0xe1,0xc2,0x03,0xb0,0x00,0x0e, +0x1e,0x1e,0x10,0x3e,0x0d,0x00,0x12,0x79,0x40,0x5c,0xf0,0x10,0xe0,0xfd,0xdd,0xdd, +0xea,0xe1,0x0e,0x1f,0x29,0x02,0x94,0xae,0x36,0xf0,0xf1,0x82,0xa3,0x4a,0xe3,0x94, +0x0f,0x4c,0xed,0xc6,0xae,0x10,0x00,0xf1,0x0d,0x10,0x4a,0x2d,0x79,0x21,0xd1,0x05, +0x0d,0x00,0x2c,0x17,0xe7,0x68,0x02,0xf2,0x0d,0x31,0x14,0xf2,0x11,0x10,0xe1,0x2f, +0x3c,0xec,0xcc,0xec,0x80,0xe1,0x79,0x00,0xb5,0x04,0xe0,0x00,0xe1,0xd2,0xbe,0xee, +0xee,0xee,0xe3,0xe3,0xe0,0xf1,0x5c,0xf1,0x0e,0x79,0x0d,0xcb,0xbb,0xbf,0x10,0xe1, +0x0f,0x0d,0x75,0x55,0x5f,0x10,0xe1,0x0c,0x3d,0x64,0x44,0x4f,0x10,0xe4,0x6f,0x1c, +0xdc,0xdc,0xcf,0x10,0xe4,0x94,0x62,0x02,0x11,0xe1,0xe8,0x2a,0x33,0xf4,0xe1,0x00, +0x0e,0x00,0x08,0x82,0x97,0x01,0xef,0x39,0x14,0xed,0xf0,0x08,0x10,0xcd,0x08,0x6b, +0xa1,0xcd,0xd0,0xc3,0x55,0x51,0xf1,0x55,0x53,0xd0,0xa3,0x07,0x00,0x70,0xb0,0x04, +0xbb,0xb2,0xf2,0xbb,0xb5,0x6c,0x0a,0x51,0x42,0x22,0x22,0x20,0xcc,0x2b,0x6b,0x50, +0xc0,0x02,0x22,0x27,0xc2,0x7a,0xc2,0xc2,0xdc,0xee,0xcd,0xfc,0xcf,0x20,0x0d,0x30, +0x87,0x03,0xc0,0x0d,0x07,0x00,0x85,0x0e,0x20,0x0d,0x30,0x76,0x03,0xb2,0xee,0x08, +0x11,0x10,0xdd,0xfd,0x27,0x14,0xd0,0x56,0x2b,0xf0,0x0c,0x0e,0x86,0x66,0x7f,0x76, +0x66,0x9c,0x00,0xe2,0xaa,0xa3,0xf2,0xaa,0xa5,0xc0,0x03,0x36,0x66,0x2f,0x16,0x66, +0x33,0x00,0x01,0x33,0x31,0x91,0x7f,0x43,0x12,0xfd,0x58,0x27,0x92,0x0f,0x27,0x77, +0x77,0x77,0x76,0x00,0x01,0xf2,0x28,0xb8,0xf5,0x11,0x3f,0xcf,0xec,0xdf,0xcc,0xcd, +0xc2,0x05,0xc0,0xa6,0x00,0xb9,0x18,0xb0,0x00,0xc7,0x0c,0x62,0x46,0x8f,0xc4,0x00, +0x5c,0x03,0xfe,0xb9,0x50,0x17,0xbe,0x20,0x10,0x01,0xf1,0x82,0x22,0x1d,0x20,0x4b, +0x50,0x00,0x20,0x3d,0xf2,0x0e,0xdf,0xed,0xc1,0xef,0xde,0x30,0x00,0x77,0xda,0x74, +0xca,0x02,0xb0,0x00,0x02,0x2c,0x62,0x3e,0xcc,0xed,0xc2,0x07,0xee,0xff,0xee,0x22, +0x4e,0x2d,0x20,0xac,0x1d,0xf0,0x10,0xd2,0x00,0xae,0xdd,0xf8,0xee,0xff,0xef,0xf0, +0x0a,0x40,0x0a,0x60,0x02,0xd0,0xd2,0x00,0xad,0xcc,0xe6,0x34,0x6e,0x4e,0x20,0x0a, +0x40,0x0a,0x68,0xbc,0xfb,0xe2,0x0f,0x00,0x00,0x97,0x5d,0x00,0x1e,0x00,0x00,0xca, +0x0f,0x52,0xa4,0x1e,0xe3,0x4f,0xe8,0xc8,0x3a,0x12,0x4d,0x8c,0x4d,0x01,0x54,0x56, +0x60,0x22,0x2e,0x30,0x4d,0x22,0x22,0x9d,0x12,0x11,0x04,0x14,0x16,0x08,0x1e,0x00, +0x00,0x4b,0x1e,0x20,0x30,0x4f,0x13,0xc8,0x30,0x11,0xe3,0x04,0xd1,0x5a,0x01,0x1e, +0x00,0x00,0x79,0x6c,0xd3,0xe3,0x04,0xe4,0x44,0x41,0x3c,0xcc,0xcf,0x30,0x4f,0xcc, +0xcc,0x30,0x2d,0x00,0x0b,0x3c,0x00,0x0d,0x41,0x6a,0x05,0x75,0x08,0x11,0x99,0x80, +0x1e,0x01,0xc2,0x24,0xf6,0x08,0x50,0x06,0xc3,0x5e,0x33,0x3f,0x33,0xc6,0x00,0x6a, +0x02,0xd0,0x00,0xf0,0x0b,0x60,0x06,0xa0,0x2f,0xee,0xef,0x00,0xb6,0x0f,0x00,0x31, +0x2d,0x11,0x1f,0x0f,0x00,0x22,0xfc,0xcc,0x0f,0x00,0x60,0x00,0x0f,0x00,0xb6,0x00, +0x6f,0x8e,0x64,0x40,0xef,0x60,0x06,0xb2,0x3a,0x11,0x17,0xc6,0x1f,0x9e,0x23,0x02, +0xf2,0x49,0x4e,0x00,0xa0,0xa1,0x00,0x19,0x3d,0x01,0x59,0xcd,0x10,0xa9,0x4d,0x50, +0x12,0x01,0xf3,0x94,0x15,0xe1,0x9c,0x69,0x03,0x6c,0xc9,0x12,0x1f,0x22,0xb0,0x05, +0xf6,0x69,0x1a,0xed,0x05,0x6a,0x00,0x0d,0x68,0x00,0x05,0x6a,0x00,0xd9,0x44,0x05, +0x52,0x4b,0x02,0x01,0x94,0x13,0x00,0x0f,0x1c,0x12,0x5f,0xd3,0xa3,0x10,0x5c,0x2d, +0x95,0x00,0xf4,0x7c,0x3e,0x0f,0x10,0x09,0x07,0x00,0x21,0x2f,0x00,0x07,0x00,0x40, +0x9b,0x32,0x09,0x80,0x3d,0x3e,0xc0,0x5e,0xa3,0x00,0x00,0x38,0xeb,0x20,0x00,0x7e, +0xa1,0x0d,0xd9,0x57,0x3c,0x14,0xaa,0xd8,0x0c,0x20,0x33,0x33,0x38,0x04,0x61,0x65, +0xcc,0xfd,0xc0,0x00,0x7a,0x91,0x13,0x40,0x02,0x2c,0x72,0x22,0x84,0x18,0x40,0xfe, +0xdd,0xde,0xd0,0x38,0xd3,0x21,0x00,0x20,0xb1,0xc1,0x31,0xf0,0x2e,0x03,0x0f,0x00, +0x29,0x02,0xe0,0x0f,0x00,0x21,0x03,0xd0,0x0f,0x00,0x40,0xd0,0x7a,0x03,0xb0,0xcd, +0x13,0xf2,0x04,0x2e,0x6a,0x10,0x01,0x45,0xf0,0x00,0x3d,0x60,0x8e,0x40,0x0c,0xc7, +0x00,0xbe,0x50,0x00,0x5f,0x30,0xcc,0x10,0x13,0x20,0xcc,0x0c,0x10,0x41,0x72,0x4e, +0x00,0x87,0x65,0x20,0x8f,0x64,0x87,0xbe,0x00,0x57,0x50,0x30,0xfe,0xee,0xef,0x02, +0x20,0x40,0x96,0x03,0x10,0xd4,0x0f,0x00,0x31,0x60,0xc5,0x0d,0x0f,0x00,0x26,0x0c, +0x50,0x0f,0x00,0xe0,0x3f,0xab,0x96,0x0d,0x40,0xd4,0x02,0xcf,0xb6,0x18,0x61,0xf1, +0x0b,0x30,0xb5,0x98,0x10,0xaa,0x46,0xa1,0x00,0xd6,0xdd,0x10,0xbd,0xb8,0x21,0x43, +0xf8,0x00,0x00,0x7e,0x03,0x8a,0x05,0x29,0x52,0xb0,0xc2,0x00,0xe1,0xef,0xff,0xff, +0xf0,0x0c,0x2d,0x0e,0x10,0x36,0x21,0xe0,0xc2,0xd0,0xe1,0x37,0xbc,0x77,0x30,0x0c, +0x2d,0x0e,0x18,0xc8,0x88,0xc7,0x0f,0x00,0x40,0x87,0x05,0x08,0x70,0x0f,0x00,0xf2, +0x26,0x70,0xf0,0x87,0x00,0xd2,0xd0,0xe1,0x87,0x0f,0x08,0x70,0x0d,0x1d,0x0e,0x18, +0x71,0xf0,0x87,0x00,0xe0,0xd0,0xe1,0x87,0x2e,0x08,0x70,0x0f,0x0d,0x0e,0x15,0x55, +0xc1,0x65,0x02,0xe0,0xd0,0xe1,0x00,0xca,0xd1,0x00,0x6b,0x00,0x0e,0x10,0xab,0x06, +0xe1,0x09,0x60,0x00,0xe4,0xdb,0x3e,0x59,0x18,0x04,0x09,0xa5,0x70,0xff,0xff,0xf5, +0xee,0xef,0xfe,0xe5,0xac,0x01,0x00,0x46,0x22,0xf2,0x1a,0x34,0x2e,0x30,0x12,0x4e, +0x22,0x10,0x03,0xde,0x60,0x07,0xed,0xdd,0xeb,0x00,0x00,0x8d,0x20,0x78,0x05,0x05, +0xb0,0x6f,0xff,0xff,0xd8,0x80,0xf1,0x5b,0x00,0x00,0xe2,0x78,0x78,0x0f,0x15,0xb0, +0x00,0x0e,0x2c,0x27,0x0f,0x00,0xd0,0x50,0x78,0x1f,0x05,0xb0,0x00,0x0e,0x20,0x07, +0x76,0xc0,0x4a,0x00,0xe4,0x67,0x20,0xe4,0xa3,0x3c,0x5a,0x91,0x06,0xe6,0x04,0xe7, +0x00,0xaf,0xc0,0x07,0xa2,0xec,0x1b,0x12,0xd1,0x2d,0x09,0x21,0x0d,0x10,0x1d,0x3a, +0x30,0xd0,0xde,0xe2,0xc2,0x3b,0xf1,0x06,0x0d,0x0d,0x20,0x02,0x3a,0xa3,0x30,0x00, +0xd0,0xd1,0x00,0x9d,0xbb,0xbf,0x01,0xff,0xef,0xfe,0xb9,0x51,0x60,0x33,0x63,0xf0, +0x12,0x95,0x3b,0x0f,0x00,0x0c,0x2d,0x06,0x49,0x53,0xb0,0xf0,0x05,0xa2,0xd0,0xd2, +0x95,0x4a,0x0f,0x00,0xd3,0x2d,0x4c,0x09,0x57,0x70,0xf0,0x04,0x01,0x9e,0x30,0x95, +0xb4,0x0e,0x43,0x5b,0xfc,0x04,0x00,0x3e,0x86,0x00,0x00,0x5e,0x80,0x00,0x4e,0x31, +0xc9,0x00,0xbc,0x40,0x01,0xdc,0x40,0x00,0xa6,0xed,0x16,0xa0,0x3f,0xcc,0xdc,0x5e, +0xef,0xee,0xe9,0x03,0xc0,0x03,0x51,0xd5,0x00,0x0f,0x00,0xf1,0x03,0x06,0x9e,0x77, +0x70,0x03,0xc0,0x04,0xc0,0xc5,0x55,0x6e,0x00,0x2b,0xbb,0xb9,0x0c,0x0a,0x31,0x60, +0x05,0xf0,0x25,0xc0,0xc3,0x1e,0x01,0xdd,0xef,0xdd,0x9c,0x0d,0x21,0xe0,0x00,0x71, +0xd0,0x00,0xc1,0xe0,0x1e,0x00,0x1d,0x1f,0xdd,0x39,0x5b,0x41,0xa0,0x03,0xe2,0xd0, +0x00,0x1e,0x48,0xc2,0x00,0x5d,0xcd,0x00,0x7e,0x70,0x04,0xe3,0x0c,0x47,0xe6,0x27, +0x20,0x00,0x03,0x22,0xd0,0x02,0x8c,0x9a,0x8d,0x16,0x01,0xc7,0xb2,0x04,0x7b,0x63, +0x50,0x4e,0xef,0xee,0xe5,0x0e,0xc2,0x1e,0x10,0xb3,0x13,0x29,0x20,0x58,0x00,0x7d, +0x3e,0xf5,0x3a,0x68,0x0d,0x20,0xfb,0xbb,0xce,0x00,0x9f,0xee,0xee,0x5e,0x05,0x20, +0xe0,0x09,0x50,0x08,0x70,0xe0,0xa3,0x0e,0x00,0x97,0x7d,0x80,0x0e,0x0a,0x30,0xe0, +0x0a,0x77,0x15,0xa0,0xe0,0xb2,0x0e,0x00,0xb5,0x2a,0xc1,0x0e,0x0e,0x00,0xe0,0x0b, +0xae,0x60,0x92,0xd1,0xe0,0x0c,0x00,0xe2,0x02,0xc7,0x00,0x88,0x73,0x00,0x2e,0x3a, +0xe5,0x00,0x7c,0x02,0xd7,0x04,0x97,0x60,0x03,0xd9,0x10,0x00,0x94,0x3f,0x03,0x83, +0x15,0x01,0xf3,0x51,0x21,0x06,0x70,0xb5,0x1a,0x11,0x5e,0x99,0x9b,0x12,0xf5,0x98, +0xe2,0x12,0xfe,0x4f,0x02,0x03,0xfd,0x85,0x31,0xe4,0xad,0x30,0x7b,0x89,0x02,0x50, +0x28,0x14,0xa8,0xd8,0x57,0x12,0x61,0x2b,0xa3,0x11,0xa3,0xa1,0x0f,0x12,0xd4,0xa4, +0x01,0x03,0x0c,0xa9,0x01,0xe4,0x34,0x21,0xc0,0xef,0x70,0x0d,0x11,0x3b,0xd0,0x12, +0xf0,0x1d,0x3b,0x05,0xa0,0xe3,0x50,0x07,0x70,0x04,0xa0,0x68,0x0e,0x3d,0x40,0xe2, +0x00,0x58,0x08,0x70,0xe1,0x3e,0x6c,0x00,0x07,0x70,0x95,0x0e,0x10,0x8f,0x60,0x00, +0x8e,0xce,0xd5,0xe1,0x03,0xf6,0x00,0x01,0x11,0x1a,0x5e,0x10,0xc9,0xe0,0x64,0x4f, +0xf0,0x03,0xe1,0x5d,0x0a,0x70,0x06,0xad,0x9c,0x2e,0x4f,0x40,0x2e,0x01,0xa5,0x10, +0xe1,0xe5,0x80,0x00,0xff,0x12,0xc9,0x0e,0x53,0x33,0x33,0x20,0x06,0xee,0x60,0xbc, +0xcc,0xcc,0xc7,0x65,0xab,0x10,0x90,0xa4,0x08,0x40,0xb0,0x00,0xbe,0x10,0x20,0x42, +0xf1,0x0f,0x00,0x5d,0x9b,0x00,0x00,0x3b,0x06,0x80,0x3e,0x20,0xb9,0x00,0x04,0xa0, +0x77,0x4e,0x50,0x00,0xcb,0x00,0x68,0x09,0x6e,0x5d,0xee,0xe8,0xb6,0x07,0x70,0xb4, +0x0b,0x7c,0xf1,0x0f,0x9e,0xcf,0xd4,0x91,0x2b,0x01,0xc0,0x01,0x11,0x1b,0x48,0x60, +0xe0,0x79,0x00,0x00,0x23,0xc3,0x3b,0x0d,0x1d,0x30,0x2a,0xdc,0x5d,0x20,0xb0,0x55, +0xb0,0x01,0x67,0xbf,0x10,0xb4,0xdb,0x0f,0x82,0x3c,0xcc,0xcf,0xcc,0x20,0x07,0xee, +0x51,0x3b,0x3f,0x05,0x01,0x00,0x13,0x26,0x5f,0x20,0x0c,0x57,0x70,0x02,0x95,0x6c, +0x01,0xff,0x8b,0x22,0x00,0xc4,0xa8,0x0c,0x90,0x0a,0xcc,0xcc,0xcc,0xcb,0x00,0x00, +0x36,0x66,0x01,0x00,0x30,0x30,0x08,0xb6,0x07,0x00,0xf0,0x07,0xc8,0x00,0x88,0x09, +0xcc,0xcc,0xc6,0x09,0x80,0x08,0x80,0xc5,0x11,0x17,0x80,0x98,0x00,0x88,0x0c,0x51, +0x11,0x78,0x0f,0x00,0x51,0xcd,0xbb,0xbb,0x60,0x98,0xdd,0xad,0x31,0x02,0xcc,0x40, +0x72,0xea,0x01,0x48,0xb3,0x10,0x2e,0xcd,0xcb,0x00,0xd8,0x8c,0x60,0x0e,0x10,0xf0, +0xe2,0x40,0x03,0xa5,0x9b,0x30,0x25,0xc1,0x4c,0x0d,0x00,0x90,0x04,0x36,0xa0,0xe1, +0x0f,0x0e,0x20,0x1d,0xd4,0x0d,0x00,0x10,0x00,0xc8,0x70,0x00,0x4e,0x8c,0x31,0xce, +0xa9,0xf0,0x1d,0xce,0x76,0x44,0x5e,0xee,0xee,0xe5,0xbd,0x10,0x14,0xa3,0x02,0xdb, +0x39,0x3a,0xbd,0xd2,0x00,0xec,0x68,0x10,0x02,0xf7,0xc3,0x31,0x22,0x10,0x05,0xfb, +0xac,0x15,0xc6,0x9a,0x66,0x10,0x7e,0x02,0x49,0x14,0xa0,0x0f,0x00,0x00,0xd7,0x6f, +0x01,0xef,0x42,0x23,0x04,0xe5,0x00,0xe7,0x01,0xf4,0x55,0x60,0x3c,0xcc,0x70,0x00, +0x3e,0x40,0xad,0x49,0x31,0x80,0x6e,0x50,0xbb,0x62,0x01,0xb6,0x1c,0xec,0x25,0xae, +0xb7,0xbf,0xb6,0x31,0x00,0xee,0xa6,0x10,0x00,0x17,0xad,0xf2,0x82,0x3f,0xf0,0x19, +0xcd,0xde,0xcf,0x10,0x0f,0x62,0x00,0x0c,0x61,0xa5,0xc1,0x00,0xf3,0xd0,0x00,0xc7, +0x5a,0xab,0x10,0x0f,0x07,0x50,0x0c,0x35,0xb5,0xb4,0x66,0xf6,0x66,0x00,0xcd,0xce, +0xcf,0x69,0x9f,0x99,0x90,0x00,0x02,0xc0,0x79,0x94,0x71,0x00,0xcd,0xef,0xdd,0x10, +0x4f,0x60,0xac,0x75,0xf2,0x17,0x08,0xab,0x00,0x02,0xbb,0xdf,0xee,0x40,0xd2,0xd1, +0x00,0x06,0x42,0x20,0x20,0x4d,0x07,0x80,0x00,0xb3,0xb7,0x4c,0x0c,0x60,0x1e,0x20, +0x3b,0x0b,0x38,0x68,0xd0,0x00,0x7d,0x13,0x30,0x60,0x20,0x82,0xef,0x1b,0x17,0x26, +0x37,0xbc,0x05,0xa5,0x01,0x22,0x1d,0x50,0xe4,0x99,0x41,0x2d,0x70,0x8e,0x20,0x1f, +0x0e,0x01,0xeb,0x02,0xe0,0x36,0xae,0xa6,0xaf,0xb7,0x52,0x01,0xed,0x99,0x10,0x00, +0x18,0x8b,0xd1,0xda,0x05,0x22,0x02,0xf0,0xa7,0x19,0x08,0xf8,0xc1,0x12,0x6d,0xf1, +0x6d,0x22,0x4f,0x50,0xf9,0xe1,0x15,0x60,0x46,0xab,0x00,0x97,0x0f,0x01,0x4e,0x37, +0x11,0xe7,0xd7,0xd1,0x01,0x05,0x00,0x02,0x3f,0x74,0x1e,0xfb,0x88,0xd0,0x0d,0x15, +0x00,0x03,0x4c,0x52,0x02,0xd4,0x3a,0x27,0xdb,0x00,0x0e,0x00,0x53,0xfb,0xee,0xf7, +0x00,0xe7,0x51,0x00,0x10,0x07,0x84,0xc0,0x2c,0xf7,0xfa,0x3d,0x00,0x86,0xfb,0xfb, +0xf3,0x00,0xfb,0xfd,0xf9,0xee,0x17,0x00,0x4a,0xf9,0x00,0xfe,0x00,0x4f,0x9b,0x26, +0xf5,0xfd,0x51,0x1b,0x70,0xfa,0xf8,0x00,0xfd,0x07,0x07,0x00,0xb6,0x75,0x19,0x00, +0x74,0xa0,0x17,0x00,0x41,0x00,0x09,0xa8,0x9a,0x03,0xda,0x00,0x03,0x1c,0x00,0xd2, +0xfe,0xfd,0x00,0x00,0xf1,0xfc,0xfc,0x00,0x01,0xfc,0xfe,0xf5,0x06,0xea,0x00,0x43, +0x06,0xfc,0xfe,0xfe,0x34,0x56,0x06,0x5f,0xc6,0x40,0xfc,0xfc,0xfa,0x00,0x1e,0x0e, +0x06,0x18,0x03,0x69,0xfd,0x00,0xfc,0xfd,0xfd,0xfc,0x63,0x00,0x50,0xf8,0xfd,0xfa, +0xfb,0xfc,0x1d,0x16,0x15,0xfd,0x17,0x01,0x42,0xf9,0xfd,0xfc,0xfd,0xbf,0x00,0x13, +0xf7,0x13,0x00,0xaa,0xfd,0x00,0xf5,0x00,0xfa,0x00,0xfd,0xfe,0xfb,0xfb,0xfb,0x00, +0x3f,0xfc,0x00,0xfe,0x9c,0xe4,0x05,0x02,0x5d,0xd3,0x00,0x36,0x00,0x22,0x00,0xf8, +0x0c,0x00,0x40,0xed,0x00,0xed,0xed,0xdc,0x8b,0xf0,0x00,0xfd,0xdb,0xfb,0x00,0x00, +0x01,0x01,0xfa,0x00,0xf8,0x00,0xf7,0xfc,0x00,0xfa,0x40,0x01,0x77,0xfd,0xfc,0xfb, +0xfc,0xf9,0xfc,0xf8,0xf9,0x00,0x11,0xff,0x7a,0x00,0x2e,0xfc,0xff,0x5e,0x00,0x03, +0x57,0x00,0x03,0x25,0x4a,0x0a,0xea,0x0b,0x0a,0x23,0x00,0x12,0xf5,0x0c,0x01,0x82, +0xfe,0xfd,0xfb,0x00,0xfe,0xfb,0xfc,0xfd,0xd4,0x00,0x12,0xfe,0x9c,0x00,0xb2,0xf7, +0xfc,0xfb,0xfc,0xfc,0xfb,0xfc,0x00,0xe8,0x00,0xd7,0xcc,0x4c,0xf2,0x00,0xf7,0x01, +0xf9,0x00,0xfa,0xe0,0xf8,0xec,0xf1,0x00,0xec,0x00,0xeb,0x00,0xfd,0x7a,0x00,0x62, +0xfb,0xfd,0xf6,0xf7,0x00,0xf6,0x82,0x28,0x31,0xf7,0xe2,0xec,0xaa,0x01,0x30,0xd9, +0xfd,0xfa,0x5e,0x00,0x40,0xfd,0xeb,0x00,0xf4,0xc3,0x00,0x03,0xea,0x00,0x13,0xfc, +0x28,0x01,0x13,0xf8,0xbe,0x00,0x10,0xfb,0xa0,0x01,0x85,0x02,0xff,0x00,0xfd,0x00, +0xff,0xfd,0x00,0xc6,0x00,0x31,0xfe,0x00,0xfe,0x2c,0x00,0x15,0x04,0xa2,0x01,0x12, +0xfb,0x3d,0x00,0x07,0xb6,0x00,0x06,0xf6,0x8e,0xa1,0xed,0xe3,0xe8,0xfb,0xfb,0x00, +0xf5,0xfa,0xde,0xf5,0x8c,0x00,0xf2,0x03,0xfc,0xf2,0x00,0xed,0xee,0xfb,0xed,0x00, +0x00,0xf4,0xf0,0xfb,0xf4,0xf7,0xf7,0xf5,0xf7,0xec,0x3c,0x00,0x21,0xfc,0xf8,0x07, +0x00,0x20,0xf3,0xfd,0x78,0x00,0x21,0xfd,0xfc,0x3c,0x01,0x13,0xfd,0x43,0x01,0x04, +0xa0,0x01,0x40,0xee,0xfb,0xee,0xf4,0x26,0x00,0x61,0xfd,0xed,0xfd,0x00,0xfd,0x03, +0x5c,0x01,0x12,0xfa,0x7c,0x01,0x81,0xfd,0x00,0xf8,0xfe,0xfe,0xfc,0xfe,0xf9,0x04, +0x01,0x22,0xfd,0xf7,0x32,0x01,0x13,0xee,0x37,0x00,0x01,0xc6,0x02,0x18,0xfd,0xd5, +0x01,0x00,0x02,0x00,0x12,0xf9,0x9b,0x02,0x53,0xfb,0x00,0xfc,0xfb,0xfd,0x18,0x00, +0x00,0x63,0x5a,0x01,0x60,0x00,0x10,0xfc,0x03,0x00,0x10,0x00,0x82,0x77,0xc2,0xee, +0xe8,0xee,0xf9,0xf9,0xfe,0xfc,0xfc,0xe5,0xfc,0xfc,0xfd,0x70,0x02,0x20,0xee,0xf5, +0x77,0x04,0x82,0xf5,0xf5,0xf9,0xf7,0xfc,0xfa,0xf7,0xfc,0xf4,0x02,0x12,0xf7,0x68, +0x00,0xe1,0xfb,0xf7,0xf8,0x00,0xfd,0xfe,0xfe,0x00,0xfc,0xfc,0x00,0xfc,0xfa,0xfb, +0x41,0x00,0x5d,0xfc,0xfa,0xfc,0xfc,0xfa,0x19,0xe7,0x62,0xe9,0xf8,0xf2,0xf8,0x00, +0xed,0x48,0x05,0x22,0x00,0x13,0xa4,0x01,0x02,0x15,0x37,0x17,0xf2,0x78,0x02,0x10, +0xfa,0x3a,0x02,0x18,0xfa,0xa8,0x02,0x03,0xed,0x02,0x54,0x00,0xf9,0xfd,0x02,0xfd, +0x26,0x00,0x95,0xf1,0x00,0xfb,0x00,0xff,0xf4,0x00,0xf9,0xfc,0x14,0x04,0x5a,0xff, +0xff,0xfb,0xff,0xff,0x20,0x04,0x00,0x86,0x02,0x01,0x97,0x01,0x33,0xfd,0xfa,0x00, +0x5a,0x04,0x42,0x02,0x02,0x02,0x02,0xbc,0x00,0x13,0x03,0x63,0x01,0x50,0xfb,0xfb, +0xfa,0x00,0xfc,0x19,0x01,0x00,0xbb,0x00,0x03,0x26,0x00,0xd1,0x01,0x01,0xfe,0x01, +0x00,0x04,0x0b,0x0d,0x00,0xf3,0xfc,0xf3,0xfc,0x3c,0x04,0x00,0x30,0xbc,0x70,0x12, +0x0c,0x09,0x10,0x00,0x11,0xfb,0x8c,0x02,0x01,0x18,0x02,0x50,0x03,0x00,0xff,0x00, +0xfc,0xa7,0x17,0x02,0xd5,0x39,0x15,0xf6,0x9a,0x03,0x20,0xfc,0x00,0x0d,0x01,0x01, +0xe6,0x32,0x01,0x34,0x9e,0x25,0x04,0xfc,0x2e,0x01,0x24,0x00,0xfe,0x5a,0x03,0x0b, +0x65,0x04,0x04,0x44,0x02,0x74,0x03,0xf4,0x03,0x00,0x03,0x03,0xfd,0x60,0x01,0x00, +0x29,0x00,0x21,0xfd,0xfb,0xbb,0x01,0x10,0x00,0x52,0x01,0x1f,0xfe,0xb6,0x03,0x07, +0x0b,0x00,0xef,0x09,0x90,0x02,0x02,0x0a,0x01,0x0e,0xf7,0xd5,0x01,0x4b,0x01,0x94, +0xfa,0xf1,0xf7,0x07,0x07,0x00,0xfc,0x00,0xf1,0x2a,0x02,0x34,0x03,0xfa,0xfd,0x86, +0x02,0x52,0x07,0x05,0x00,0x07,0xff,0xb5,0xe6,0x07,0xa2,0x01,0x19,0xfd,0x85,0x05, +0x17,0xfb,0x80,0x00,0x65,0xf9,0x02,0x03,0x04,0x04,0xf9,0xb8,0x01,0x11,0xff,0xb6, +0x00,0x01,0xb6,0x01,0x15,0xfb,0xcc,0x01,0x44,0xfd,0xf7,0xfe,0xf7,0x9a,0x04,0x40, +0xfb,0x00,0xfe,0x00,0x7f,0x01,0x26,0xfb,0xff,0x78,0x04,0x02,0xba,0x00,0x51,0xfd, +0xf5,0x00,0xf5,0xfe,0x43,0x00,0x30,0xf8,0x00,0xfa,0xce,0x02,0x00,0xc8,0x01,0x09, +0x26,0x00,0x10,0xfb,0xdd,0x01,0x30,0x02,0xfc,0xfe,0xf7,0x00,0x00,0x92,0x01,0x10, +0xf7,0x99,0x01,0x13,0xf7,0x6b,0x00,0x0a,0x00,0x01,0x10,0xf7,0xaf,0x04,0x01,0x74, +0x04,0x00,0x2a,0x02,0x10,0x00,0x6e,0x05,0x08,0x72,0x00,0x13,0xfc,0x2c,0x00,0x1a, +0xfc,0xc5,0x05,0x10,0xf8,0x2c,0x04,0x03,0x71,0x01,0x00,0x7b,0x00,0x15,0xff,0xd7, +0x05,0x20,0x01,0x02,0x51,0x0b,0x37,0x04,0x03,0x05,0x05,0x40,0x12,0x06,0x2d,0x23, +0x81,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x3a,0x4a,0xe1,0x0a,0x11,0x0a,0x12, +0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0xd2,0x6e,0xff,0x0c,0x1d,0x1e, +0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27, +0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x35,0x22,0x01, +0x02,0x0a,0x04,0x77,0x03,0x04,0x00,0x05,0x06,0x07,0x08,0x16,0xa4,0x10,0x0a,0xc0, +0x11,0x21,0x00,0x0c,0x82,0x3e,0x00,0xa2,0x02,0x02,0x8e,0x3e,0x51,0x0d,0x00,0x0f, +0x10,0x11,0xa6,0x02,0x30,0x00,0x17,0x03,0x61,0x53,0xf0,0x02,0x00,0x19,0x19,0x19, +0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0xb0,0x02,0x45, +0x23,0x24,0x25,0x26,0xc3,0x3c,0x0f,0x01,0x00,0xff,0xff,0x27,0x50,0x00,0x00,0x00, +0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 40609, .glyph_id_start = 109, .list_length = 565, .type = 3, .unicode_list = 5392, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[74038] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_L_s = { +.uncomp_size = 73806, +.comp_size = 55794, +.line_height = 18, +.base_line = 4, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 3, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 6522, +.class_pair_values = 70748, +.left_class_mapping = 72458, +.right_class_mapping = 73132, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 74038, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_16.c b/radio/src/fonts/lvgl/lv_font_noto_cn_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_16.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_STD.c index 26f836b68b0..8ef7065ad74 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_STD.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 4 - * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e0e,0x4e2a,0x4e2d,0x4e32,0x4e39,0x4e3a,0x4e3b,0x4e49,0x4e4b,0x4e50,0x4e58,0x4e8c,0x4e8e,0x4eab,0x4eae,0x4ec5,0x4ecb,0x4ece,0x4ee5,0x4eea,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f20,0x4f2f,0x4f4d,0x4f4e,0x4f4f,0x4f53,0x4f5c,0x4f7f,0x4f8b,0x4f9b,0x4fa7,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500d,0x5012,0x503c,0x504f,0x505c,0x507f,0x50a8,0x50cf,0x5145,0x5149,0x514b,0x5165,0x5168,0x516c,0x5170,0x5173,0x5176,0x5177,0x5178,0x517c,0x5185,0x518c,0x5199,0x51b2,0x51c6,0x51cf,0x51fa,0x51fb,0x51fd,0x5206,0x5207,0x5217,0x521b,0x521d,0x5220,0x5229,0x522b,0x5230,0x5236,0x5237,0x524d,0x526f,0x529f,0x52a0,0x52a8,0x5305,0x5308,0x5316,0x533a,0x5347,0x534f,0x5355,0x5361,0x536b,0x5382,0x538b,0x539f,0x53c2,0x53ca,0x53cc,0x53cd,0x53d1,0x53d6,0x53d8,0x53e0,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x53f7,0x540c,0x540d,0x540e,0x5411,0x5417,0x5426,0x542b,0x542f,0x544a,0x5468,0x547d,0x548c,0x54cd,0x5668,0x56de,0x56f4,0x56fa,0x56fd,0x56fe,0x5706,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57fa,0x586b,0x589e,0x58f0,0x5907,0x590d,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x5939,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b66,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5b9e,0x5bb9,0x5bbd,0x5bf8,0x5bf9,0x5bfc,0x5c04,0x5c06,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e03,0x5e0c,0x5e26,0x5e27,0x5e38,0x5e3d,0x5e45,0x5e55,0x5e73,0x5e8f,0x5e94,0x5ea6,0x5ef6,0x5efa,0x5f00,0x5f02,0x5f0f,0x5f15,0x5f31,0x5f39,0x5f3a,0x5f53,0x5f55,0x5f62,0x5f71,0x5f84,0x5f85,0x5f88,0x5faa,0x5fae,0x5fb7,0x5fd7,0x5feb,0x5ffd,0x6001,0x6020,0x6025,0x603b,0x6062,0x606f,0x60c5,0x610f,0x611f,0x6162,0x620f,0x6210,0x6216,0x622a,0x6240,0x6247,0x624b,0x6253,0x6267,0x6269,0x626b,0x626c,0x627e,0x62a4,0x62a5,0x62c9,0x62d2,0x62df,0x62e8,0x62e9,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6362,0x636e,0x6377,0x6392,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x6447,0x6478,0x64ad,0x64cd,0x64e6,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6559,0x6570,0x6574,0x6587,0x659c,0x65ad,0x65af,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x661f,0x6620,0x662f,0x663e,0x666e,0x666f,0x6682,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x6746,0x675f,0x6761,0x6765,0x677f,0x6781,0x679c,0x67c4,0x67e5,0x6807,0x680f,0x6821,0x6837,0x683c,0x6846,0x68c0,0x6a21,0x6a2a,0x6b27,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d4b,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e10,0x6e29,0x6e38,0x6e7e,0x6e90,0x6ed1,0x6eda,0x6ede,0x6ee1,0x6ee4,0x6fc0,0x70b9,0x70ed,0x7126,0x7247,0x7248,0x7259,0x7279,0x72b6,0x7387,0x73af,0x73b0,0x73ed,0x7406,0x745e,0x751f,0x7528,0x7535,0x754c,0x7565,0x767d,0x7684,0x76d1,0x76d6,0x76d8,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x7801,0x786c,0x786e,0x793a,0x7981,0x79bb,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a7a,0x7a81,0x7a97,0x7ade,0x7aef,0x7b2c,0x7b49,0x7b7e,0x7b97,0x7ba1,0x7c7b,0x7c98,0x7cbe,0x7cfb,0x7d27,0x7ea2,0x7ea7,0x7eb5,0x7ebf,0x7ec3,0x7ec4,0x7ec6,0x7ec8,0x7ecf,0x7ed3,0x7edd,0x7edf,0x7eed,0x7eff,0x7f16,0x7f29,0x7f6e,0x7f8e,0x8005,0x8017,0x8054,0x80cc,0x80fd,0x8109,0x811a,0x81ea,0x81f3,0x822a,0x8235,0x8272,0x8282,0x82f1,0x8303,0x8377,0x8404,0x8461,0x84dd,0x85cf,0x8702,0x87ba,0x884c,0x8865,0x8868,0x8870,0x88ab,0x88c5,0x897f,0x8981,0x8986,0x89c4,0x89c6,0x89c8,0x89d2,0x89e6,0x8a00,0x8b66,0x8ba1,0x8ba4,0x8bae,0x8bb0,0x8bbe,0x8bbf,0x8bc1,0x8bc6,0x8bd5,0x8bdd,0x8be2,0x8be6,0x8bed,0x8bef,0x8bf4,0x8bf7,0x8bfb,0x8c03,0x8c31,0x8d25,0x8d34,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8f6c,0x8f6e,0x8f74,0x8f7d,0x8f83,0x8f91,0x8f93,0x8fb9,0x8fc7,0x8fd0,0x8fdb,0x8fde,0x8fdf,0x8ff0,0x9000,0x9009,0x901a,0x901f,0x903b,0x9053,0x90e8,0x91c7,0x91cd,0x91cf,0x9274,0x9488,0x949f,0x94ae,0x9501,0x9519,0x952e,0x955c,0x957f,0x95e8,0x95ed,0x95ee,0x95f2,0x95f4,0x9634,0x9640,0x9644,0x9650,0x9664,0x968f,0x9694,0x969c,0x9700,0x9707,0x9759,0x975e,0x9762,0x97f3,0x9875,0x9876,0x9879,0x987a,0x9884,0x9891,0x9898,0x989c,0x98de,0x9a71,0x9a8c,0x9ad8,0x9e23,0x9ea6,0x9ed8,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_cn_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e0e,0x4e2a,0x4e2d,0x4e32,0x4e39,0x4e3a,0x4e3b,0x4e49,0x4e4b,0x4e50,0x4e58,0x4e8c,0x4e8e,0x4eab,0x4eae,0x4ec5,0x4ecb,0x4ece,0x4ee5,0x4eea,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f20,0x4f2f,0x4f4d,0x4f4e,0x4f4f,0x4f53,0x4f5c,0x4f7f,0x4f8b,0x4f9b,0x4fa7,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500d,0x5012,0x503c,0x504f,0x505c,0x507f,0x50a8,0x50cf,0x5145,0x5149,0x514b,0x5165,0x5168,0x516c,0x5170,0x5173,0x5176,0x5177,0x5178,0x517c,0x5185,0x518c,0x5199,0x51b2,0x51c6,0x51cf,0x51fa,0x51fb,0x51fd,0x5206,0x5207,0x5217,0x521b,0x521d,0x5220,0x5229,0x522b,0x5230,0x5236,0x5237,0x524d,0x526f,0x529f,0x52a0,0x52a8,0x5305,0x5308,0x5316,0x533a,0x5347,0x534f,0x5355,0x5361,0x536b,0x5382,0x538b,0x539f,0x53c2,0x53ca,0x53cc,0x53cd,0x53d1,0x53d6,0x53d8,0x53e0,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x53f7,0x540c,0x540d,0x540e,0x5411,0x5417,0x5426,0x542b,0x542f,0x544a,0x5468,0x547d,0x548c,0x54cd,0x5668,0x56de,0x56f4,0x56fa,0x56fd,0x56fe,0x5706,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57fa,0x586b,0x589e,0x58f0,0x5907,0x590d,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x5939,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b66,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5b9e,0x5bb9,0x5bbd,0x5bf8,0x5bf9,0x5bfc,0x5c04,0x5c06,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e03,0x5e0c,0x5e26,0x5e27,0x5e38,0x5e3d,0x5e45,0x5e55,0x5e73,0x5e8f,0x5e94,0x5ea6,0x5ef6,0x5efa,0x5f00,0x5f02,0x5f0f,0x5f15,0x5f31,0x5f39,0x5f3a,0x5f53,0x5f55,0x5f62,0x5f71,0x5f84,0x5f85,0x5f88,0x5faa,0x5fae,0x5fb7,0x5fd7,0x5feb,0x5ffd,0x6001,0x6020,0x6025,0x603b,0x6062,0x606f,0x60c5,0x610f,0x611f,0x6162,0x620f,0x6210,0x6216,0x622a,0x6240,0x6247,0x624b,0x6253,0x6267,0x6269,0x626b,0x626c,0x627e,0x62a4,0x62a5,0x62c9,0x62d2,0x62df,0x62e8,0x62e9,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6362,0x636e,0x6377,0x6392,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x6447,0x6478,0x64ad,0x64cd,0x64e6,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6559,0x6570,0x6574,0x6587,0x659c,0x65ad,0x65af,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x661f,0x6620,0x662f,0x663e,0x666e,0x666f,0x6682,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x6746,0x675f,0x6761,0x6765,0x677f,0x6781,0x679c,0x67c4,0x67e5,0x6807,0x680f,0x6821,0x6837,0x683c,0x6846,0x68c0,0x6a21,0x6a2a,0x6b27,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d4b,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e10,0x6e29,0x6e38,0x6e7e,0x6e90,0x6ed1,0x6eda,0x6ede,0x6ee1,0x6ee4,0x6fc0,0x70b9,0x70ed,0x7126,0x7247,0x7248,0x7259,0x7279,0x72b6,0x7387,0x73af,0x73b0,0x73ed,0x7406,0x745e,0x751f,0x7528,0x7535,0x754c,0x7565,0x767d,0x7684,0x76d1,0x76d6,0x76d8,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x7801,0x786c,0x786e,0x793a,0x7981,0x79bb,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a7a,0x7a81,0x7a97,0x7ade,0x7aef,0x7b2c,0x7b49,0x7b7e,0x7b97,0x7ba1,0x7c7b,0x7c98,0x7cbe,0x7cfb,0x7d27,0x7ea2,0x7ea7,0x7eb5,0x7ebf,0x7ec3,0x7ec4,0x7ec6,0x7ec8,0x7ecf,0x7ed3,0x7edd,0x7edf,0x7eed,0x7eff,0x7f16,0x7f29,0x7f6e,0x7f8e,0x8005,0x8017,0x8054,0x80cc,0x80fd,0x8109,0x811a,0x81ea,0x81f3,0x822a,0x8235,0x8272,0x8282,0x82f1,0x8303,0x8377,0x8404,0x8461,0x84dd,0x85cf,0x8702,0x87ba,0x884c,0x8865,0x8868,0x8870,0x88ab,0x88c5,0x897f,0x8981,0x8986,0x89c4,0x89c6,0x89c8,0x89d2,0x89e6,0x8a00,0x8b66,0x8ba1,0x8ba4,0x8bae,0x8bb0,0x8bbe,0x8bbf,0x8bc1,0x8bc6,0x8bd5,0x8bdd,0x8be2,0x8be6,0x8bed,0x8bef,0x8bf4,0x8bf7,0x8bfb,0x8c03,0x8c31,0x8d25,0x8d34,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8f6c,0x8f6e,0x8f74,0x8f7d,0x8f83,0x8f91,0x8f93,0x8fb9,0x8fc7,0x8fd0,0x8fdb,0x8fde,0x8fdf,0x8ff0,0x9000,0x9009,0x901a,0x901f,0x903b,0x9053,0x90e8,0x91c7,0x91cd,0x91cf,0x9274,0x9488,0x949f,0x94ae,0x9501,0x9519,0x952e,0x955c,0x957f,0x95e8,0x95ed,0x95ee,0x95f2,0x95f4,0x9634,0x9640,0x9644,0x9650,0x9664,0x968f,0x9694,0x969c,0x9700,0x9707,0x9759,0x975e,0x9762,0x97f3,0x9875,0x9876,0x9879,0x987a,0x9884,0x9891,0x9898,0x989c,0x98de,0x9a71,0x9a8c,0x9ad8,0x9e23,0x9ea6,0x9ed8,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_cn_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_NOTO_CN_16 -#define LV_FONT_NOTO_CN_16 1 +#ifndef LV_FONT_NOTO_CN_STD +#define LV_FONT_NOTO_CN_STD 1 #endif -#if LV_FONT_NOTO_CN_16 +#if LV_FONT_NOTO_CN_STD /*----------------- * BITMAPS @@ -12781,9 +12781,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_noto_cn_16 = { +const lv_font_t lv_font_noto_cn_STD = { #else -lv_font_t lv_font_noto_cn_16 = { +lv_font_t lv_font_noto_cn_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -12801,5 +12801,5 @@ lv_font_t lv_font_noto_cn_16 = { -#endif /*#if LV_FONT_NOTO_CN_16*/ +#endif /*#if LV_FONT_NOTO_CN_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_STD_s.c new file mode 100644 index 00000000000..65f08b754c3 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_STD_s.c @@ -0,0 +1,8049 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e0e,0x4e2a,0x4e2d,0x4e32,0x4e39,0x4e3a,0x4e3b,0x4e49,0x4e4b,0x4e50,0x4e58,0x4e8c,0x4e8e,0x4eab,0x4eae,0x4ec5,0x4ecb,0x4ece,0x4ee5,0x4eea,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f20,0x4f2f,0x4f4d,0x4f4e,0x4f4f,0x4f53,0x4f5c,0x4f7f,0x4f8b,0x4f9b,0x4fa7,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500d,0x5012,0x503c,0x504f,0x505c,0x507f,0x50a8,0x50cf,0x5145,0x5149,0x514b,0x5165,0x5168,0x516c,0x5170,0x5173,0x5176,0x5177,0x5178,0x517c,0x5185,0x518c,0x5199,0x51b2,0x51c6,0x51cf,0x51fa,0x51fb,0x51fd,0x5206,0x5207,0x5217,0x521b,0x521d,0x5220,0x5229,0x522b,0x5230,0x5236,0x5237,0x524d,0x526f,0x529f,0x52a0,0x52a8,0x5305,0x5308,0x5316,0x533a,0x5347,0x534f,0x5355,0x5361,0x536b,0x5382,0x538b,0x539f,0x53c2,0x53ca,0x53cc,0x53cd,0x53d1,0x53d6,0x53d8,0x53e0,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x53f7,0x540c,0x540d,0x540e,0x5411,0x5417,0x5426,0x542b,0x542f,0x544a,0x5468,0x547d,0x548c,0x54cd,0x5668,0x56de,0x56f4,0x56fa,0x56fd,0x56fe,0x5706,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57fa,0x586b,0x589e,0x58f0,0x5907,0x590d,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x5939,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b66,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5b9e,0x5bb9,0x5bbd,0x5bf8,0x5bf9,0x5bfc,0x5c04,0x5c06,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e03,0x5e0c,0x5e26,0x5e27,0x5e38,0x5e3d,0x5e45,0x5e55,0x5e73,0x5e8f,0x5e94,0x5ea6,0x5ef6,0x5efa,0x5f00,0x5f02,0x5f0f,0x5f15,0x5f31,0x5f39,0x5f3a,0x5f53,0x5f55,0x5f62,0x5f71,0x5f84,0x5f85,0x5f88,0x5faa,0x5fae,0x5fb7,0x5fd7,0x5feb,0x5ffd,0x6001,0x6020,0x6025,0x603b,0x6062,0x606f,0x60c5,0x610f,0x611f,0x6162,0x620f,0x6210,0x6216,0x622a,0x6240,0x6247,0x624b,0x6253,0x6267,0x6269,0x626b,0x626c,0x627e,0x62a4,0x62a5,0x62c9,0x62d2,0x62df,0x62e8,0x62e9,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6362,0x636e,0x6377,0x6392,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x6447,0x6478,0x64ad,0x64cd,0x64e6,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6559,0x6570,0x6574,0x6587,0x659c,0x65ad,0x65af,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x661f,0x6620,0x662f,0x663e,0x666e,0x666f,0x6682,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x6746,0x675f,0x6761,0x6765,0x677f,0x6781,0x679c,0x67c4,0x67e5,0x6807,0x680f,0x6821,0x6837,0x683c,0x6846,0x68c0,0x6a21,0x6a2a,0x6b27,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d4b,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e10,0x6e29,0x6e38,0x6e7e,0x6e90,0x6ed1,0x6eda,0x6ede,0x6ee1,0x6ee4,0x6fc0,0x70b9,0x70ed,0x7126,0x7247,0x7248,0x7259,0x7279,0x72b6,0x7387,0x73af,0x73b0,0x73ed,0x7406,0x745e,0x751f,0x7528,0x7535,0x754c,0x7565,0x767d,0x7684,0x76d1,0x76d6,0x76d8,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x7801,0x786c,0x786e,0x793a,0x7981,0x79bb,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a7a,0x7a81,0x7a97,0x7ade,0x7aef,0x7b2c,0x7b49,0x7b7e,0x7b97,0x7ba1,0x7c7b,0x7c98,0x7cbe,0x7cfb,0x7d27,0x7ea2,0x7ea7,0x7eb5,0x7ebf,0x7ec3,0x7ec4,0x7ec6,0x7ec8,0x7ecf,0x7ed3,0x7edd,0x7edf,0x7eed,0x7eff,0x7f16,0x7f29,0x7f6e,0x7f8e,0x8005,0x8017,0x8054,0x80cc,0x80fd,0x8109,0x811a,0x81ea,0x81f3,0x822a,0x8235,0x8272,0x8282,0x82f1,0x8303,0x8377,0x8404,0x8461,0x84dd,0x85cf,0x8702,0x87ba,0x884c,0x8865,0x8868,0x8870,0x88ab,0x88c5,0x897f,0x8981,0x8986,0x89c4,0x89c6,0x89c8,0x89d2,0x89e6,0x8a00,0x8b66,0x8ba1,0x8ba4,0x8bae,0x8bb0,0x8bbe,0x8bbf,0x8bc1,0x8bc6,0x8bd5,0x8bdd,0x8be2,0x8be6,0x8bed,0x8bef,0x8bf4,0x8bf7,0x8bfb,0x8c03,0x8c31,0x8d25,0x8d34,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8f6c,0x8f6e,0x8f74,0x8f7d,0x8f83,0x8f91,0x8f93,0x8fb9,0x8fc7,0x8fd0,0x8fdb,0x8fde,0x8fdf,0x8ff0,0x9000,0x9009,0x901a,0x901f,0x903b,0x9053,0x90e8,0x91c7,0x91cd,0x91cf,0x9274,0x9488,0x949f,0x94ae,0x9501,0x9519,0x952e,0x955c,0x957f,0x95e8,0x95ed,0x95ee,0x95f2,0x95f4,0x9634,0x9640,0x9644,0x9650,0x9664,0x968f,0x9694,0x969c,0x9700,0x9707,0x9759,0x975e,0x9762,0x97f3,0x9875,0x9876,0x9879,0x987a,0x9884,0x9891,0x9898,0x989c,0x98de,0x9a71,0x9a8c,0x9ad8,0x9e23,0x9ea6,0x9ed8,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_cn_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_NOTO_CN_STD_S +#define LV_FONT_NOTO_CN_STD_S 1 +#endif + +#if LV_FONT_NOTO_CN_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0xb4, 0xb3, 0xa3, 0xa2, 0x92, 0x61, 0x51, 0xc5, + + /* U+0022 "\"" */ + 0xf, 0xd, 0x30, 0xe0, 0xc2, 0xb, 0xa, 0x0, + 0x10, 0x10, + + /* U+0023 "#" */ + 0x0, 0xa0, 0xa0, 0x2, 0x80, 0xa0, 0x3c, 0xca, + 0xe7, 0x5, 0x41, 0x90, 0x7, 0x32, 0x70, 0x6d, + 0xbc, 0xc5, 0xa, 0x6, 0x40, 0xa, 0x8, 0x20, + + /* U+0024 "$" */ + 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, 0x2, 0xbd, + 0x60, 0xd, 0x41, 0x60, 0xe, 0x10, 0x0, 0x5, + 0xd6, 0x0, 0x0, 0x19, 0xc0, 0x0, 0x0, 0xb4, + 0x17, 0x12, 0xe3, 0x6, 0xcd, 0x40, 0x0, 0x47, + 0x0, + + /* U+0025 "%" */ + 0x1b, 0xb6, 0x0, 0x55, 0x0, 0x76, 0xd, 0x0, + 0xa0, 0x0, 0x83, 0xb, 0x7, 0x30, 0x0, 0x57, + 0xc, 0x19, 0x2a, 0x90, 0x8, 0xa3, 0x82, 0xc1, + 0x57, 0x0, 0x2, 0x80, 0xc0, 0x1a, 0x0, 0x9, + 0x10, 0xc0, 0x48, 0x0, 0x37, 0x0, 0x4b, 0xb1, + + /* U+0026 "&" */ + 0x1, 0xbb, 0x60, 0x0, 0x7, 0x70, 0xc0, 0x0, + 0x6, 0x87, 0x80, 0x0, 0x2, 0xf8, 0x0, 0x30, + 0x1d, 0x9b, 0x2, 0xd0, 0x77, 0x7, 0xaa, 0x60, + 0x7b, 0x0, 0xcf, 0x30, 0xa, 0xdc, 0x84, 0xb2, + + /* U+0027 "'" */ + 0xf, 0x0, 0xe0, 0xb, 0x0, 0x10, + + /* U+0028 "(" */ + 0x6, 0x10, 0xb0, 0x76, 0xa, 0x10, 0xc0, 0xd, + 0x0, 0xd0, 0xb, 0x10, 0x84, 0x2, 0xa0, 0xa, + 0x10, 0x0, + + /* U+0029 ")" */ + 0x43, 0x1, 0xb0, 0xa, 0x20, 0x66, 0x4, 0x80, + 0x2a, 0x3, 0x90, 0x57, 0x8, 0x40, 0xc0, 0x56, + 0x0, 0x0, + + /* U+002A "*" */ + 0x0, 0xa0, 0x1, 0xbe, 0xb3, 0x6, 0xc8, 0x0, + 0x40, 0x40, + + /* U+002B "+" */ + 0x0, 0x23, 0x0, 0x0, 0x57, 0x0, 0x0, 0x57, + 0x0, 0x6b, 0xdd, 0xb7, 0x0, 0x57, 0x0, 0x0, + 0x57, 0x0, + + /* U+002C "," */ + 0x4, 0x1, 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+002D "-" */ + 0x5b, 0xb3, + + /* U+002E "." */ + 0x6, 0x1, 0xe2, + + /* U+002F "/" */ + 0x0, 0xb, 0x0, 0x1, 0xa0, 0x0, 0x55, 0x0, + 0xa, 0x10, 0x0, 0xb0, 0x0, 0x46, 0x0, 0x9, + 0x10, 0x0, 0xb0, 0x0, 0x37, 0x0, 0x8, 0x20, + 0x0, 0x50, 0x0, 0x0, + + /* U+0030 "0" */ + 0x4, 0xcc, 0x60, 0xe, 0x10, 0xd1, 0x4a, 0x0, + 0x86, 0x68, 0x0, 0x78, 0x68, 0x0, 0x78, 0x4a, + 0x0, 0x86, 0xe, 0x10, 0xd1, 0x4, 0xcc, 0x50, + + /* U+0031 "1" */ + 0x5, 0xdc, 0x0, 0x2, 0x6c, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3c, 0x0, 0xc, 0xdf, 0xc5, + + /* U+0032 "2" */ + 0x9, 0xdd, 0x50, 0x35, 0x2, 0xf0, 0x0, 0x0, + 0xe1, 0x0, 0x1, 0xe0, 0x0, 0xa, 0x60, 0x0, + 0x8a, 0x0, 0x8, 0xb0, 0x0, 0x6f, 0xdd, 0xd7, + + /* U+0033 "3" */ + 0x1a, 0xcc, 0x70, 0x3, 0x0, 0xf2, 0x0, 0x3, + 0xd0, 0x0, 0xdf, 0x30, 0x0, 0x2, 0xd1, 0x0, + 0x0, 0x96, 0x54, 0x1, 0xe4, 0x1a, 0xde, 0x70, + + /* U+0034 "4" */ + 0x0, 0xb, 0xa0, 0x0, 0x6c, 0xa0, 0x1, 0xd5, + 0xa0, 0xa, 0x54, 0xa0, 0x4a, 0x4, 0xa0, 0xad, + 0xcd, 0xe9, 0x0, 0x4, 0xa0, 0x0, 0x4, 0xa0, + + /* U+0035 "5" */ + 0xd, 0xdd, 0xd1, 0xe, 0x0, 0x0, 0xe, 0x0, + 0x0, 0xf, 0xac, 0x70, 0x3, 0x1, 0xe4, 0x0, + 0x0, 0x97, 0x42, 0x1, 0xd3, 0x2b, 0xcd, 0x60, + + /* U+0036 "6" */ + 0x1, 0xbd, 0xc2, 0xc, 0x40, 0x20, 0x2c, 0x0, + 0x0, 0x4a, 0x9c, 0x90, 0x5d, 0x10, 0xb6, 0x3b, + 0x0, 0x69, 0xd, 0x20, 0xa6, 0x3, 0xcd, 0x90, + + /* U+0037 "7" */ + 0x6d, 0xdd, 0xe8, 0x0, 0x1, 0xd1, 0x0, 0x8, + 0x60, 0x0, 0xd, 0x0, 0x0, 0x5a, 0x0, 0x0, + 0x87, 0x0, 0x0, 0xb5, 0x0, 0x0, 0xc4, 0x0, + + /* U+0038 "8" */ + 0x5, 0xcd, 0x80, 0xe, 0x0, 0xc3, 0xd, 0x0, + 0xa2, 0x5, 0xd7, 0x90, 0xb, 0x49, 0xc1, 0x58, + 0x0, 0x86, 0x5b, 0x0, 0x97, 0x8, 0xdc, 0xa0, + + /* U+0039 "9" */ + 0x8, 0xdc, 0x40, 0x4c, 0x1, 0xd1, 0x78, 0x0, + 0x95, 0x4c, 0x1, 0xc7, 0x8, 0xc9, 0x96, 0x0, + 0x0, 0xb4, 0x2, 0x3, 0xd0, 0x1b, 0xdc, 0x20, + + /* U+003A ":" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x6, 0x1, + 0xe2, + + /* U+003B ";" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x4, 0x1, + 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+003C "<" */ + 0x0, 0x0, 0x3, 0x0, 0x29, 0xc6, 0x4b, 0x93, + 0x0, 0x4b, 0x93, 0x0, 0x0, 0x39, 0xc6, 0x0, + 0x0, 0x3, + + /* U+003D "=" */ + 0x6b, 0xbb, 0xb8, 0x0, 0x0, 0x0, 0x6b, 0xbb, + 0xb7, + + /* U+003E ">" */ + 0x20, 0x0, 0x0, 0x5c, 0x93, 0x0, 0x0, 0x38, + 0xc5, 0x0, 0x28, 0xc5, 0x5c, 0xa3, 0x0, 0x20, + 0x0, 0x0, + + /* U+003F "?" */ + 0x1b, 0xdb, 0x21, 0x20, 0x88, 0x0, 0x9, 0x60, + 0x4, 0xb0, 0x0, 0xd1, 0x0, 0x7, 0x0, 0x0, + 0x60, 0x0, 0x2e, 0x10, + + /* U+0040 "@" */ + 0x0, 0x6, 0xaa, 0xa9, 0x10, 0x0, 0xb6, 0x0, + 0x2, 0xb1, 0x8, 0x50, 0x79, 0x91, 0x38, 0xb, + 0x7, 0x60, 0xd0, 0xb, 0x38, 0xd, 0x0, 0xc0, + 0xa, 0x56, 0xc, 0x4, 0xc0, 0x74, 0x38, 0x4, + 0x95, 0x79, 0x50, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x4, 0xb2, 0x0, 0x30, 0x0, 0x0, 0x29, 0xaa, + 0x81, 0x0, + + /* U+0041 "A" */ + 0x0, 0x6f, 0x10, 0x0, 0xb, 0x96, 0x0, 0x1, + 0xd3, 0xc0, 0x0, 0x69, 0xe, 0x10, 0xc, 0x40, + 0xa7, 0x1, 0xfd, 0xcd, 0xc0, 0x79, 0x0, 0xf, + 0x2c, 0x30, 0x0, 0x97, + + /* U+0042 "B" */ + 0xec, 0xcd, 0x80, 0xe1, 0x0, 0xe2, 0xe1, 0x1, + 0xe1, 0xec, 0xcf, 0x70, 0xe1, 0x0, 0xa6, 0xe1, + 0x0, 0x5a, 0xe1, 0x0, 0xa7, 0xed, 0xde, 0x80, + + /* U+0043 "C" */ + 0x0, 0x8d, 0xda, 0x10, 0x9a, 0x0, 0x51, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0x0, 0x1, 0xe0, 0x0, 0x0, 0x9, 0xa0, 0x5, + 0x40, 0x8, 0xdd, 0xa1, + + /* U+0044 "D" */ + 0xed, 0xdc, 0x40, 0xe1, 0x2, 0xe3, 0xe1, 0x0, + 0x6b, 0xe1, 0x0, 0x3d, 0xe1, 0x0, 0x3d, 0xe1, + 0x0, 0x6b, 0xe1, 0x3, 0xe3, 0xed, 0xdc, 0x40, + + /* U+0045 "E" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0xdd, 0xd2, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xdb, + + /* U+0046 "F" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xed, 0xdd, 0x2e, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0x10, 0x0, + + /* U+0047 "G" */ + 0x0, 0x7d, 0xdb, 0x20, 0x9a, 0x10, 0x33, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0xbd, 0xb1, 0xe0, 0x0, 0x2c, 0x9, 0xa0, 0x4, + 0xc0, 0x8, 0xdd, 0xc4, + + /* U+0048 "H" */ + 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, + 0x1e, 0xed, 0xdd, 0xde, 0xe1, 0x0, 0x1e, 0xe1, + 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, + + /* U+0049 "I" */ + 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, + + /* U+004A "J" */ + 0x0, 0x2, 0xc0, 0x0, 0x2c, 0x0, 0x2, 0xc0, + 0x0, 0x2c, 0x0, 0x2, 0xc0, 0x0, 0x3c, 0x45, + 0x8, 0xa1, 0xbe, 0xc2, + + /* U+004B "K" */ + 0xe1, 0x0, 0xd4, 0xe, 0x10, 0xb6, 0x0, 0xe1, + 0x99, 0x0, 0xe, 0x8f, 0x60, 0x0, 0xed, 0x3e, + 0x10, 0xe, 0x30, 0x89, 0x0, 0xe1, 0x0, 0xe2, + 0xe, 0x10, 0x5, 0xc0, + + /* U+004C "L" */ + 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xd8, + + /* U+004D "M" */ + 0xe8, 0x0, 0x9, 0xdd, 0xc0, 0x0, 0xcd, 0xe9, + 0x30, 0x49, 0xde, 0x49, 0xa, 0x4d, 0xe0, 0xd1, + 0xb1, 0xde, 0x8, 0xa6, 0x1d, 0xe0, 0x2f, 0x11, + 0xde, 0x0, 0x20, 0x1d, + + /* U+004E "N" */ + 0xe7, 0x0, 0x1d, 0xed, 0x10, 0x1d, 0xe6, 0x90, + 0x1d, 0xe0, 0xc3, 0x1d, 0xe0, 0x3c, 0x1d, 0xe0, + 0xa, 0x6d, 0xe0, 0x1, 0xdd, 0xe0, 0x0, 0x7d, + + /* U+004F "O" */ + 0x0, 0x9d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xc4, 0x4b, 0x0, 0x0, 0x97, + 0x4c, 0x0, 0x0, 0x97, 0x1e, 0x0, 0x0, 0xc4, + 0xa, 0x90, 0x7, 0xc0, 0x0, 0x8d, 0xda, 0x10, + + /* U+0050 "P" */ + 0xed, 0xcd, 0x70, 0xe1, 0x0, 0xd3, 0xe1, 0x0, + 0xa5, 0xe1, 0x2, 0xe2, 0xec, 0xcb, 0x40, 0xe1, + 0x0, 0x0, 0xe1, 0x0, 0x0, 0xe1, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x0, 0x8d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xd4, 0x4c, 0x0, 0x0, 0x97, + 0x4b, 0x0, 0x0, 0x97, 0x2e, 0x0, 0x0, 0xc4, + 0xb, 0x70, 0x5, 0xd0, 0x0, 0xac, 0xcb, 0x10, + 0x0, 0x1, 0xd3, 0x0, 0x0, 0x0, 0x3b, 0xd7, + + /* U+0052 "R" */ + 0xed, 0xde, 0x70, 0xe1, 0x1, 0xd4, 0xe1, 0x0, + 0x96, 0xe1, 0x3, 0xe3, 0xed, 0xee, 0x40, 0xe1, + 0x1e, 0x10, 0xe1, 0x6, 0xb0, 0xe1, 0x0, 0xc5, + + /* U+0053 "S" */ + 0x4, 0xde, 0xc3, 0x0, 0xe3, 0x2, 0x40, 0xf, + 0x30, 0x0, 0x0, 0x5e, 0xa3, 0x0, 0x0, 0x6, + 0xe7, 0x0, 0x0, 0x2, 0xe0, 0x38, 0x10, 0x5e, + 0x0, 0x7d, 0xec, 0x30, + + /* U+0054 "T" */ + 0x8d, 0xdf, 0xdd, 0x30, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, + + /* U+0055 "U" */ + 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, + 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xd3, + 0x0, 0x3b, 0x8a, 0x0, 0xa7, 0x9, 0xee, 0x90, + + /* U+0056 "V" */ + 0xd3, 0x0, 0xd, 0x28, 0x80, 0x2, 0xd0, 0x2d, + 0x0, 0x78, 0x0, 0xd2, 0xc, 0x30, 0x8, 0x71, + 0xd0, 0x0, 0x3b, 0x59, 0x0, 0x0, 0xdb, 0x30, + 0x0, 0x9, 0xe0, 0x0, + + /* U+0057 "W" */ + 0x96, 0x0, 0xb7, 0x0, 0xb4, 0x69, 0x0, 0xdb, + 0x0, 0xe0, 0x2c, 0x3, 0x8d, 0x1, 0xd0, 0xe, + 0x8, 0x5a, 0x34, 0xa0, 0xc, 0x3b, 0x16, 0x77, + 0x60, 0x8, 0x6c, 0x2, 0xba, 0x30, 0x5, 0xc9, + 0x0, 0xdd, 0x0, 0x1, 0xf5, 0x0, 0xac, 0x0, + + /* U+0058 "X" */ + 0x5b, 0x0, 0x5a, 0x0, 0xc4, 0xd, 0x20, 0x3, + 0xc6, 0x80, 0x0, 0xa, 0xe1, 0x0, 0x0, 0xcd, + 0x20, 0x0, 0x69, 0x5a, 0x0, 0xd, 0x10, 0xc3, + 0x8, 0x80, 0x4, 0xc0, + + /* U+0059 "Y" */ + 0xc, 0x40, 0x6, 0x90, 0x4c, 0x0, 0xd2, 0x0, + 0xc3, 0x59, 0x0, 0x4, 0xac, 0x20, 0x0, 0xc, + 0xa0, 0x0, 0x0, 0x96, 0x0, 0x0, 0x9, 0x60, + 0x0, 0x0, 0x96, 0x0, + + /* U+005A "Z" */ + 0xd, 0xdd, 0xdf, 0x0, 0x0, 0x9, 0x70, 0x0, + 0x4, 0xc0, 0x0, 0x0, 0xd2, 0x0, 0x0, 0x98, + 0x0, 0x0, 0x3d, 0x0, 0x0, 0xd, 0x30, 0x0, + 0x6, 0xfd, 0xdd, 0xd1, + + /* U+005B "[" */ + 0xc8, 0x3b, 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, + 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, 0x0, 0xa8, + 0x30, + + /* U+005C "\\" */ + 0xa1, 0x0, 0x5, 0x50, 0x0, 0x1a, 0x0, 0x0, + 0xb0, 0x0, 0x6, 0x40, 0x0, 0x19, 0x0, 0x0, + 0xb0, 0x0, 0x7, 0x30, 0x0, 0x28, 0x0, 0x0, + 0xb0, 0x0, 0x4, 0x0, + + /* U+005D "]" */ + 0x5a, 0x80, 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, + 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, 0x38, 0x59, + 0x70, + + /* U+005E "^" */ + 0x0, 0x34, 0x0, 0x0, 0xcc, 0x0, 0x3, 0x98, + 0x50, 0xa, 0x31, 0xb0, 0x1c, 0x0, 0xb2, + + /* U+005F "_" */ + 0x9a, 0xaa, 0xaa, + + /* U+0060 "`" */ + 0x2, 0x0, 0x2d, 0x20, 0x3, 0xb0, 0x0, 0x0, + + /* U+0061 "a" */ + 0x8, 0xce, 0x80, 0x3, 0x0, 0xe2, 0x1, 0x69, + 0xe4, 0x1d, 0x40, 0xa4, 0x4b, 0x1, 0xd4, 0xa, + 0xca, 0xa4, + + /* U+0062 "b" */ + 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, 0xf8, 0xcd, + 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, 0xe2, 0xf0, + 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xe9, 0xcc, 0x20, + + /* U+0063 "c" */ + 0x3, 0xcd, 0xb0, 0x1e, 0x30, 0x10, 0x5b, 0x0, + 0x0, 0x5a, 0x0, 0x0, 0x1e, 0x20, 0x20, 0x4, + 0xcd, 0xb1, + + /* U+0064 "d" */ + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x4, 0xdc, + 0xac, 0x1e, 0x20, 0x5c, 0x5a, 0x0, 0x3c, 0x5b, + 0x0, 0x3c, 0x2f, 0x10, 0x6c, 0x6, 0xdc, 0x7c, + + /* U+0065 "e" */ + 0x4, 0xcd, 0xa0, 0x1d, 0x10, 0x87, 0x5d, 0xaa, + 0xb8, 0x5c, 0x0, 0x0, 0x1f, 0x30, 0x10, 0x4, + 0xcc, 0xc2, + + /* U+0066 "f" */ + 0x3, 0xc9, 0xa, 0x50, 0xd, 0x20, 0x7f, 0xc5, + 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, + 0xd, 0x20, + + /* U+0067 "g" */ + 0x6, 0xab, 0xfb, 0x1, 0xe0, 0xd, 0x10, 0x1e, + 0x11, 0xe1, 0x0, 0xab, 0xb4, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xcd, 0xcc, 0x70, 0x49, 0x0, 0x2e, + 0x1, 0xaa, 0xab, 0x40, + + /* U+0068 "h" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf6, 0xde, 0x3f, + 0x50, 0x7a, 0xf0, 0x3, 0xcf, 0x0, 0x3c, 0xf0, + 0x3, 0xcf, 0x0, 0x3c, + + /* U+0069 "i" */ + 0x1e, 0x10, 0x20, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, + + /* U+006A "j" */ + 0x0, 0xe1, 0x0, 0x20, 0x0, 0xf0, 0x0, 0xf0, + 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, + 0x1, 0xe0, 0x4d, 0x80, + + /* U+006B "k" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0xc, 0x4f, + 0x9, 0x70, 0xf6, 0xe0, 0xf, 0xba, 0x60, 0xf1, + 0x1d, 0x1f, 0x0, 0x6a, + + /* U+006C "l" */ + 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xa8, + + /* U+006D "m" */ + 0xd7, 0xdc, 0x2a, 0xe9, 0xf, 0x50, 0xad, 0x11, + 0xf2, 0xf0, 0x6, 0x90, 0xc, 0x3f, 0x0, 0x59, + 0x0, 0xb3, 0xf0, 0x5, 0x90, 0xb, 0x3f, 0x0, + 0x59, 0x0, 0xb3, + + /* U+006E "n" */ + 0xd6, 0xde, 0x3f, 0x50, 0x7a, 0xf0, 0x3, 0xcf, + 0x0, 0x3c, 0xf0, 0x3, 0xcf, 0x0, 0x3c, + + /* U+006F "o" */ + 0x4, 0xcd, 0xa1, 0x1, 0xe2, 0x7, 0xb0, 0x5c, + 0x0, 0x1f, 0x5, 0xc0, 0x1, 0xf0, 0x1e, 0x20, + 0x7b, 0x0, 0x4c, 0xda, 0x10, + + /* U+0070 "p" */ + 0xe8, 0xcd, 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, + 0xe2, 0xf0, 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xf9, + 0xcc, 0x20, 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, + + /* U+0071 "q" */ + 0x4, 0xca, 0xac, 0x1e, 0x10, 0x4c, 0x5a, 0x0, + 0x3c, 0x5a, 0x0, 0x3c, 0x2e, 0x10, 0x7c, 0x6, + 0xdc, 0x9c, 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, + + /* U+0072 "r" */ + 0xd6, 0xd2, 0xf8, 0x0, 0xf0, 0x0, 0xf0, 0x0, + 0xf0, 0x0, 0xf0, 0x0, + + /* U+0073 "s" */ + 0x9, 0xcd, 0x34, 0xb0, 0x10, 0x1c, 0x92, 0x0, + 0x4, 0xd6, 0x21, 0x5, 0xa3, 0xbc, 0xc3, + + /* U+0074 "t" */ + 0x5, 0x10, 0xb, 0x20, 0x8f, 0xda, 0xc, 0x20, + 0xc, 0x20, 0xc, 0x20, 0xb, 0x40, 0x4, 0xeb, + + /* U+0075 "u" */ + 0xe, 0x0, 0x5a, 0xe, 0x0, 0x5a, 0xe, 0x0, + 0x5a, 0xf, 0x0, 0x5a, 0xf, 0x30, 0xaa, 0x7, + 0xec, 0x6a, + + /* U+0076 "v" */ + 0xa5, 0x0, 0x96, 0x5a, 0x0, 0xe1, 0xe, 0x3, + 0xb0, 0x9, 0x58, 0x50, 0x3, 0xad, 0x0, 0x0, + 0xda, 0x0, + + /* U+0077 "w" */ + 0x97, 0x2, 0xf1, 0x8, 0x64, 0xb0, 0x7b, 0x50, + 0xc2, 0xe, 0xb, 0x49, 0x1d, 0x0, 0xb3, 0xb0, + 0xc4, 0x90, 0x7, 0xa8, 0xb, 0xa5, 0x0, 0x2f, + 0x40, 0x6f, 0x10, + + /* U+0078 "x" */ + 0x5b, 0x2, 0xd0, 0xb, 0x4b, 0x30, 0x2, 0xea, + 0x0, 0x4, 0xda, 0x0, 0xd, 0x1b, 0x50, 0x88, + 0x2, 0xd1, + + /* U+0079 "y" */ + 0xa6, 0x0, 0x86, 0x3c, 0x0, 0xd1, 0xc, 0x23, + 0xa0, 0x5, 0x89, 0x40, 0x0, 0xcc, 0x0, 0x0, + 0x88, 0x0, 0x0, 0xd1, 0x0, 0x6d, 0x50, 0x0, + + /* U+007A "z" */ + 0x3c, 0xce, 0xb0, 0x0, 0xd2, 0x0, 0x97, 0x0, + 0x4c, 0x0, 0x1d, 0x20, 0x8, 0xfc, 0xcb, + + /* U+007B "{" */ + 0x4, 0xb3, 0x9, 0x30, 0x9, 0x30, 0x9, 0x30, + 0xa, 0x20, 0x7c, 0x0, 0xa, 0x20, 0x9, 0x30, + 0x9, 0x30, 0x9, 0x40, 0x3, 0x93, + + /* U+007C "|" */ + 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, + + /* U+007D "}" */ + 0x5b, 0x10, 0x8, 0x50, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x2, 0xf3, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x8, 0x50, 0x59, 0x0, + + /* U+007E "~" */ + 0x1a, 0x93, 0x14, 0x32, 0x1a, 0xb2, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0x7, 0x80, 0x54, 0x36, 0x54, 0x36, 0x7, 0x80, + + /* U+2022 "•" */ + 0x0, 0x1, 0xf1, 0x3, 0x0, + + /* U+2265 "≥" */ + 0x55, 0x0, 0x0, 0x0, 0x1, 0x7c, 0x92, 0x0, + 0x0, 0x0, 0x4, 0xab, 0x50, 0x0, 0x0, 0x0, + 0x1a, 0xe5, 0x0, 0x0, 0x6c, 0x92, 0x0, 0x39, + 0xc6, 0x0, 0x47, 0x69, 0x30, 0x17, 0xb7, 0x10, + 0x3, 0xaa, 0x40, 0x0, 0x4b, 0x81, 0x0, 0x0, + 0x1, 0x0, 0x0, 0x0, 0x0, + + /* U+3001 "、" */ + 0x3, 0x0, 0x2d, 0x50, 0x1, 0xd5, 0x0, 0x23, + + /* U+4E00 "一" */ + 0x3e, 0xee, 0xee, 0xee, 0xee, 0xa0, + + /* U+4E0A "上" */ + 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xa0, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, + 0x0, 0x0, 0x2, 0xfd, 0xdd, 0x80, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0x1b, 0xbb, 0xce, 0xbb, + 0xbb, 0x70, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+4E0B "下" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x11, 0xaa, 0xaa, + 0xfa, 0xaa, 0xa5, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xe5, 0x0, 0x0, 0x0, 0x0, + 0xe, 0x9c, 0x40, 0x0, 0x0, 0x0, 0xd0, 0x2c, + 0x90, 0x0, 0x0, 0xd, 0x0, 0x2, 0x0, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E0D "不" */ + 0x2a, 0xaa, 0xaa, 0xaa, 0xaa, 0x20, 0x22, 0x22, + 0xa8, 0x22, 0x20, 0x0, 0x0, 0x3f, 0x0, 0x0, + 0x0, 0x0, 0x2d, 0xe7, 0x50, 0x0, 0x0, 0x4d, + 0x3d, 0xb, 0x90, 0x0, 0x8e, 0x30, 0xd0, 0x8, + 0xb0, 0x3a, 0x10, 0xd, 0x0, 0x6, 0x20, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E0E "与" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x0, 0x0, 0x0, 0x3e, 0xcc, 0xcc, 0xca, 0x0, + 0x66, 0x0, 0x0, 0x0, 0x0, 0xa3, 0x0, 0x0, + 0x0, 0x0, 0xbc, 0xcc, 0xcc, 0xcd, 0x0, 0x0, + 0x0, 0x0, 0xc, 0x1c, 0xcc, 0xcc, 0xc8, 0x1b, + 0x0, 0x0, 0x0, 0x0, 0x48, 0x0, 0x0, 0x0, + 0x0, 0x85, 0x0, 0x0, 0x3, 0xcc, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+4E2A "个" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0xaa, 0xb0, 0x0, + 0x0, 0x1, 0xa6, 0x6, 0xb0, 0x0, 0x6, 0xe6, + 0xa, 0x5, 0xd5, 0x4, 0xb1, 0x0, 0xd0, 0x1, + 0xb5, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0x0, 0xd, 0x0, 0x0, 0x0, + + /* U+4E2D "中" */ + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xec, 0xcc, 0xfc, 0xcc, 0xdc, 0x0, 0xd, + 0x0, 0xd, 0xc0, 0x0, 0xd0, 0x0, 0xde, 0xbb, + 0xbf, 0xbb, 0xbd, 0xd0, 0x0, 0xd0, 0x0, 0xd2, + 0x0, 0xd, 0x0, 0x1, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0xd, 0x0, 0x0, + + /* U+4E32 "串" */ + 0x0, 0x0, 0xd0, 0x0, 0x5, 0xdb, 0xbf, 0xbb, + 0xe2, 0x66, 0x0, 0xd0, 0xb, 0x26, 0xca, 0xaf, + 0xaa, 0xe2, 0x1, 0x11, 0xd1, 0x11, 0xd, 0xcc, + 0xcf, 0xcc, 0xd9, 0xd0, 0x0, 0xd0, 0x3, 0x9d, + 0xbb, 0xbf, 0xbb, 0xc9, 0x70, 0x0, 0xd0, 0x1, + 0x50, 0x0, 0xd, 0x0, 0x0, + + /* U+4E39 "丹" */ + 0x0, 0x9c, 0xbb, 0xbb, 0xe1, 0x0, 0x9, 0x34, + 0x30, 0xb, 0x10, 0x0, 0x93, 0x1c, 0x40, 0xb1, + 0x0, 0x9, 0x30, 0x19, 0xb, 0x10, 0x1a, 0xdb, + 0xaa, 0xaa, 0xea, 0x60, 0x2c, 0x32, 0x22, 0x2b, + 0x31, 0x0, 0xc0, 0x0, 0x0, 0xb1, 0x0, 0x2b, + 0x0, 0x0, 0xb, 0x10, 0xa, 0x40, 0x0, 0x0, + 0xb1, 0x2, 0xa0, 0x0, 0x9, 0xcc, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4E3A "为" */ + 0x1, 0x70, 0xa1, 0x0, 0x0, 0x0, 0x73, 0xb1, + 0x0, 0x0, 0x2c, 0xcc, 0xfc, 0xcc, 0xc8, 0x0, + 0x0, 0xd0, 0x0, 0x3a, 0x0, 0x2, 0xb3, 0x10, + 0x39, 0x0, 0x7, 0x64, 0xb0, 0x48, 0x0, 0xd, + 0x10, 0x94, 0x57, 0x0, 0xa6, 0x0, 0x0, 0x76, + 0x8, 0xa0, 0x0, 0x0, 0x94, 0x49, 0x0, 0x0, + 0xbd, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4E3B "主" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xb1, 0x0, 0x0, 0x0, 0x0, 0x4, 0xb0, 0x0, + 0x0, 0x7c, 0xcc, 0xfd, 0xcc, 0xc0, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, + 0x0, 0x1, 0xcc, 0xcf, 0xdc, 0xc7, 0x0, 0x0, + 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x1c, + 0xcc, 0xcf, 0xdc, 0xcc, 0x70, + + /* U+4E49 "义" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, + 0x90, 0x2, 0x10, 0x2, 0x80, 0xc, 0x0, 0xb3, + 0x0, 0xc, 0x10, 0x52, 0x2c, 0x0, 0x0, 0x49, + 0x0, 0x9, 0x50, 0x0, 0x0, 0xb5, 0x4, 0xb0, + 0x0, 0x0, 0x1, 0xd4, 0xd1, 0x0, 0x0, 0x0, + 0x5, 0xf5, 0x0, 0x0, 0x0, 0x5, 0xc6, 0xd6, + 0x0, 0x0, 0x5b, 0x90, 0x1, 0xac, 0x50, 0x49, + 0x20, 0x0, 0x0, 0x29, 0x30, + + /* U+4E4B "之" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xc0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x30, 0x0, + 0x0, 0xac, 0xcc, 0xcc, 0xcf, 0x40, 0x0, 0x0, + 0x0, 0x7, 0xa0, 0x0, 0x0, 0x0, 0x5, 0xc0, + 0x0, 0x0, 0x0, 0x6, 0xc0, 0x0, 0x0, 0x0, + 0x9, 0xb0, 0x0, 0x0, 0x0, 0x3c, 0x70, 0x0, + 0x0, 0x0, 0xba, 0xc5, 0x11, 0x11, 0x21, 0x27, + 0x1, 0x7a, 0xbb, 0xba, 0x30, + + /* U+4E50 "乐" */ + 0x0, 0x0, 0x1, 0x25, 0x71, 0x0, 0x3d, 0xcb, + 0xa9, 0x74, 0x10, 0x5, 0x70, 0x5, 0x0, 0x0, + 0x0, 0x75, 0x0, 0xd0, 0x0, 0x0, 0xa, 0x20, + 0xd, 0x0, 0x0, 0x0, 0xdd, 0xcc, 0xfc, 0xcc, + 0xc0, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0xb, + 0x10, 0xd0, 0x49, 0x0, 0x8, 0x70, 0xd, 0x0, + 0x96, 0x5, 0xa0, 0x0, 0xd0, 0x0, 0xd2, 0x10, + 0x6, 0xcb, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4E58 "乘" */ + 0x0, 0x1, 0x23, 0x57, 0x80, 0x0, 0x5b, 0xa9, + 0xe6, 0x52, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x5, 0xbb, 0xbb, 0xfb, 0xbb, 0xb0, 0x0, 0x9, + 0xd, 0x9, 0x12, 0x0, 0xaa, 0xd0, 0xd0, 0xea, + 0x40, 0x2, 0x5c, 0x2e, 0x1b, 0x5, 0x3, 0x75, + 0xab, 0xe9, 0xab, 0xa0, 0x0, 0x2b, 0x2d, 0x3a, + 0x10, 0x2, 0x9b, 0x20, 0xd0, 0x3c, 0x70, 0x34, + 0x0, 0xd, 0x0, 0x6, 0x10, + + /* U+4E8C "二" */ + 0x2, 0xdd, 0xdd, 0xdd, 0xd8, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xee, + 0xee, 0xee, 0xee, 0xe8, + + /* U+4E8E "于" */ + 0x3, 0xaa, 0xaa, 0xaa, 0xa8, 0x0, 0x12, 0x22, + 0xa6, 0x22, 0x20, 0x0, 0x0, 0x9, 0x30, 0x0, + 0x0, 0x0, 0x0, 0x93, 0x0, 0x0, 0x1c, 0xcc, + 0xce, 0xdc, 0xcc, 0x70, 0x0, 0x0, 0x93, 0x0, + 0x0, 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x93, 0x0, 0x0, 0x0, 0x0, 0x9, 0x30, + 0x0, 0x0, 0x0, 0x9d, 0xd1, 0x0, 0x0, + + /* U+4EAB "享" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x1, 0x33, 0x36, + 0xc3, 0x33, 0x30, 0x37, 0x77, 0x77, 0x77, 0x77, + 0x0, 0xc, 0x99, 0x99, 0x9a, 0x0, 0x0, 0xd3, + 0x33, 0x34, 0xc0, 0x0, 0x5, 0x55, 0x55, 0x54, + 0x0, 0x5, 0xaa, 0xaa, 0xcf, 0xa0, 0x0, 0x0, + 0x0, 0xb8, 0x20, 0x0, 0x5b, 0xbb, 0xbe, 0xbb, + 0xbb, 0x20, 0x0, 0x1, 0xb0, 0x0, 0x0, 0x0, + 0x9, 0xb8, 0x0, 0x0, 0x0, + + /* U+4EAE "亮" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0x5b, 0xbb, 0xbb, 0xbb, 0xbb, + 0x0, 0xa, 0x77, 0x77, 0x88, 0x0, 0x0, 0xd8, + 0x88, 0x89, 0xa0, 0x0, 0x33, 0x33, 0x33, 0x33, + 0x20, 0x4c, 0x77, 0x77, 0x77, 0x7d, 0x3, 0x60, + 0x7b, 0xbb, 0x50, 0x90, 0x0, 0xc, 0x0, 0x57, + 0x0, 0x0, 0x5, 0xa0, 0x5, 0x70, 0xa0, 0x3c, + 0xa1, 0x0, 0x2c, 0xbb, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4EC5 "仅" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x0, 0x0, 0x0, 0x95, 0xed, 0xcc, 0xcd, + 0x0, 0x2e, 0x6, 0x60, 0x2, 0x90, 0x1d, 0xd0, + 0x1b, 0x0, 0x75, 0x8, 0x6c, 0x0, 0xb1, 0xc, + 0x10, 0x0, 0xc0, 0x4, 0x96, 0x70, 0x0, 0xc, + 0x0, 0xb, 0xc0, 0x0, 0x0, 0xc0, 0x1, 0xcd, + 0x20, 0x0, 0xc, 0x4, 0xd3, 0x3d, 0x40, 0x0, + 0xc6, 0x91, 0x0, 0x1a, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4ECB "介" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd1, 0x0, 0x0, 0x0, 0x1, 0xb7, 0xb0, 0x0, + 0x0, 0x3, 0xc3, 0x3, 0xc4, 0x0, 0x29, 0xb2, + 0x0, 0x2, 0xac, 0x33, 0x50, 0xa0, 0x0, 0xa0, + 0x32, 0x0, 0xd, 0x0, 0xd, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0xd0, 0x0, 0x0, 0x4a, 0x0, 0xd, + 0x0, 0x0, 0x2d, 0x20, 0x0, 0xd0, 0x0, 0xb, + 0x30, 0x0, 0xd, 0x0, 0x0, + + /* U+4ECE "从" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x0, 0xd0, 0x0, 0x0, 0x3a, 0x0, 0xc, 0x0, + 0x0, 0x4, 0x90, 0x2, 0xb0, 0x0, 0x0, 0x6a, + 0x0, 0x4a, 0x0, 0x0, 0x8, 0xe5, 0x7, 0xe0, + 0x0, 0x0, 0xb2, 0xd1, 0xbc, 0x30, 0x0, 0x1d, + 0x5, 0x8c, 0x39, 0x0, 0x7, 0x80, 0x9, 0x60, + 0xc3, 0x1, 0xd1, 0x6, 0xc0, 0x1, 0xc2, 0x25, + 0x0, 0x61, 0x0, 0x3, 0x10, + + /* U+4EE5 "以" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x2, 0x0, + 0x9, 0x40, 0xd, 0x5, 0xa0, 0xb, 0x20, 0xd, + 0x0, 0xa4, 0xc, 0x0, 0xd, 0x0, 0x23, 0xd, + 0x0, 0xd, 0x0, 0x0, 0x3a, 0x0, 0xd, 0x0, + 0x10, 0x85, 0x0, 0xe, 0x6c, 0x52, 0xf7, 0x0, + 0x5f, 0x81, 0x1c, 0x5b, 0x60, 0x21, 0x5, 0xd6, + 0x0, 0xc4, 0x0, 0x6, 0x20, 0x0, 0x23, + + /* U+4EEA "仪" */ + 0x0, 0x1a, 0x10, 0x70, 0x3, 0x0, 0x9, 0x5a, + 0x24, 0x90, 0xc0, 0x2, 0xd0, 0x66, 0x8, 0x1b, + 0x0, 0xdc, 0x1, 0xa0, 0x5, 0x70, 0x67, 0xc0, + 0xc, 0x10, 0xb2, 0x0, 0xc, 0x0, 0x59, 0x49, + 0x0, 0x0, 0xc0, 0x0, 0xcc, 0x10, 0x0, 0xc, + 0x0, 0xb, 0xd1, 0x0, 0x0, 0xc0, 0x3c, 0x54, + 0xd4, 0x0, 0xc, 0x79, 0x20, 0x2, 0xa7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4EF0 "仰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x73, + 0x88, 0x0, 0x0, 0x0, 0xc1, 0xd2, 0xe, 0xbe, + 0x10, 0x4c, 0xb, 0x0, 0xc0, 0xa1, 0xd, 0xc0, + 0xb0, 0xc, 0xa, 0x14, 0x6c, 0xb, 0x0, 0xc0, + 0xa1, 0x0, 0xc0, 0xb0, 0xc, 0xa, 0x10, 0xc, + 0xc, 0x44, 0xc0, 0xa1, 0x0, 0xc3, 0xe8, 0x1c, + 0x8c, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, + + /* U+4EF6 "件" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x60, 0xc0, 0x0, 0x0, 0xa3, 0x49, 0xc, 0x0, + 0x0, 0x3d, 0x9, 0xdd, 0xfc, 0xc3, 0x1d, 0xc2, + 0xc0, 0xc, 0x0, 0x4, 0x5c, 0x13, 0x0, 0xc0, + 0x0, 0x0, 0xc4, 0xcc, 0xcf, 0xcc, 0x90, 0xc, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4EFB "任" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x3, 0xb1, + 0x36, 0x9c, 0xb0, 0x0, 0xb4, 0xa8, 0x8a, 0x0, + 0x0, 0x6e, 0x0, 0x2, 0x90, 0x0, 0x4d, 0xd0, + 0x0, 0x29, 0x0, 0x6, 0x2c, 0x7b, 0xbc, 0xeb, + 0xb8, 0x0, 0xc0, 0x0, 0x3a, 0x0, 0x0, 0xc, + 0x0, 0x2, 0x90, 0x0, 0x0, 0xc0, 0x0, 0x29, + 0x0, 0x0, 0xc, 0x2, 0x24, 0xa2, 0x21, 0x0, + 0xc1, 0xaa, 0xaa, 0xaa, 0x50, + + /* U+4EFD "份" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xb0, + 0x46, 0xa, 0x0, 0x0, 0xa3, 0xb, 0x20, 0xb1, + 0x0, 0x2d, 0x4, 0xb0, 0x5, 0x90, 0xd, 0xc2, + 0xe2, 0x0, 0x9, 0x73, 0x7c, 0x59, 0xce, 0xcc, + 0x96, 0x0, 0xc0, 0x0, 0xc0, 0x39, 0x0, 0xc, + 0x0, 0x39, 0x4, 0x80, 0x0, 0xc0, 0xa, 0x30, + 0x57, 0x0, 0xc, 0x5, 0xa0, 0x8, 0x50, 0x0, + 0xc2, 0xb1, 0x1b, 0xb1, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F10 "伐" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x2a, 0x56, 0x0, 0x0, 0x86, 0x1, 0xb0, 0x76, + 0x0, 0x1e, 0x0, 0x2c, 0x46, 0x72, 0xc, 0xe8, + 0xcb, 0xe7, 0x64, 0x5, 0x7c, 0x0, 0xc, 0x4, + 0x90, 0x0, 0xc0, 0x0, 0x95, 0xc1, 0x0, 0xc, + 0x0, 0x6, 0xe3, 0x0, 0x0, 0xc0, 0x4, 0xdd, + 0x2, 0x40, 0xc, 0x2b, 0xb2, 0x95, 0x56, 0x0, + 0xc3, 0x40, 0x1, 0xce, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F20 "传" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xa, 0x20, 0x0, 0x0, 0xa4, 0xbc, 0xfc, 0xcc, + 0x20, 0x3d, 0x0, 0x2a, 0x0, 0x0, 0x1d, 0xc6, + 0xbd, 0xdb, 0xbb, 0x85, 0x5c, 0x0, 0xc1, 0x0, + 0x0, 0x0, 0xc0, 0x1f, 0xcc, 0xca, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x40, 0x0, 0xc0, 0x4, 0x7a, + 0x60, 0x0, 0xc, 0x0, 0x8, 0xd1, 0x0, 0x0, + 0xc0, 0x0, 0x5, 0x90, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F2F "伯" */ + 0x0, 0x1a, 0x0, 0x94, 0x0, 0x0, 0x76, 0x0, + 0xd0, 0x0, 0x0, 0xd0, 0xdc, 0xcc, 0xcd, 0xa, + 0xc0, 0xc0, 0x0, 0xd, 0x4b, 0xc0, 0xc0, 0x0, + 0xd, 0x0, 0xc0, 0xdc, 0xcc, 0xcd, 0x0, 0xc0, + 0xc0, 0x0, 0xd, 0x0, 0xc0, 0xc0, 0x0, 0xd, + 0x0, 0xc0, 0xdb, 0xbb, 0xbd, 0x0, 0xc0, 0xc1, + 0x11, 0x1b, + + /* U+4F4D "位" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x9, 0x30, 0x0, 0x0, 0x85, 0x0, 0x45, 0x0, + 0x0, 0x2d, 0xb, 0xcc, 0xcc, 0xc0, 0xd, 0xd0, + 0x14, 0x0, 0x52, 0x5, 0x6c, 0x0, 0xb0, 0xb, + 0x20, 0x0, 0xc0, 0xc, 0x0, 0xd0, 0x0, 0xc, + 0x0, 0xa2, 0x1a, 0x0, 0x0, 0xc0, 0x7, 0x35, + 0x60, 0x0, 0xc, 0x39, 0x99, 0xcb, 0x94, 0x0, + 0xc1, 0x22, 0x22, 0x22, 0x10, + + /* U+4F4E "低" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x91, + 0x36, 0xac, 0x80, 0x0, 0xb2, 0xc7, 0x4c, 0x0, + 0x0, 0x3c, 0xc, 0x0, 0xb0, 0x0, 0x1d, 0xc0, + 0xc0, 0xa, 0x10, 0x6, 0x6c, 0xc, 0xcc, 0xed, + 0xc6, 0x0, 0xc0, 0xc0, 0x7, 0x50, 0x0, 0xc, + 0xc, 0x0, 0x47, 0x0, 0x0, 0xc0, 0xc0, 0x32, + 0xb0, 0x50, 0xc, 0xc, 0x26, 0x7b, 0x58, 0x0, + 0xc1, 0xd8, 0x28, 0x2c, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F4F "住" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xb, 0x20, 0x0, 0x0, 0xa4, 0x0, 0x46, 0x0, + 0x0, 0x3d, 0x3c, 0xcd, 0xec, 0xc4, 0x1d, 0xc0, + 0x0, 0x57, 0x0, 0x5, 0x5c, 0x0, 0x5, 0x70, + 0x0, 0x0, 0xc0, 0xac, 0xdd, 0xcc, 0x0, 0xc, + 0x0, 0x5, 0x70, 0x0, 0x0, 0xc0, 0x0, 0x57, + 0x0, 0x0, 0xc, 0x1, 0x16, 0x81, 0x10, 0x0, + 0xc5, 0xaa, 0xaa, 0xaa, 0x50, + + /* U+4F53 "体" */ + 0x0, 0x38, 0x0, 0x65, 0x0, 0x0, 0xa, 0x20, + 0x6, 0x50, 0x0, 0x2, 0xc6, 0xcc, 0xff, 0xcc, + 0x80, 0xdc, 0x0, 0x4e, 0xd3, 0x0, 0x36, 0xc0, + 0xb, 0x77, 0xb0, 0x0, 0xc, 0x4, 0x86, 0x59, + 0x40, 0x0, 0xc1, 0xc1, 0x65, 0x1d, 0x10, 0xc, + 0xa5, 0xbd, 0xdb, 0x69, 0x0, 0xc0, 0x0, 0x65, + 0x0, 0x0, 0xc, 0x0, 0x6, 0x50, 0x0, + + /* U+4F5C "作" */ + 0x0, 0x19, 0x6, 0x30, 0x0, 0x0, 0x9, 0x50, + 0xe3, 0x22, 0x20, 0x3, 0xe0, 0x7b, 0xe9, 0x99, + 0x31, 0xdc, 0x3c, 0xd, 0x0, 0x0, 0x55, 0xc4, + 0x20, 0xdc, 0xcc, 0x10, 0xc, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xc0, 0x0, 0xdc, 0xcc, 0x30, 0xc, + 0x0, 0xd, 0x0, 0x0, 0x0, 0xc0, 0x0, 0xd0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4F7F "使" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x1, 0xa0, 0x0, 0x0, 0xa8, 0xbb, 0xce, 0xbb, + 0x40, 0x4d, 0x0, 0x1, 0xa0, 0x0, 0x2e, 0xc0, + 0xea, 0xbe, 0xae, 0x6, 0x3c, 0xc, 0x2, 0xa0, + 0xb0, 0x0, 0xc0, 0xdb, 0xce, 0xbd, 0x0, 0xc, + 0x9, 0x25, 0x70, 0x0, 0x0, 0xc0, 0x1c, 0xc2, + 0x0, 0x0, 0xc, 0x2, 0xbc, 0xa4, 0x0, 0x0, + 0xc6, 0xb3, 0x3, 0x9d, 0x30, + + /* U+4F8B "例" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x2, 0xab, 0xfc, + 0xa0, 0xc, 0x7, 0x40, 0xc0, 0xa, 0x1c, 0x1e, + 0x23, 0xd7, 0x4a, 0x1c, 0x9e, 0x27, 0x88, 0x7a, + 0x1c, 0x4a, 0x2d, 0x7, 0x5a, 0x1c, 0xa, 0x68, + 0x9b, 0x1a, 0x1c, 0xa, 0x20, 0x6c, 0xa, 0x1c, + 0xa, 0x20, 0x85, 0x1, 0xc, 0xa, 0x23, 0xc0, + 0x0, 0xc, 0xa, 0x2b, 0x10, 0x4, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+4F9B "供" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0xc0, 0xc, 0x0, 0x0, 0x93, 0xc, 0x0, 0xc0, + 0x0, 0x2d, 0x2c, 0xfc, 0xcf, 0xc7, 0xd, 0xc0, + 0xc, 0x0, 0xc0, 0x6, 0x6c, 0x0, 0xc0, 0xc, + 0x0, 0x0, 0xc1, 0x2d, 0x22, 0xd2, 0x10, 0xc, + 0x4a, 0xaa, 0xaa, 0xa7, 0x0, 0xc0, 0x8, 0x0, + 0x70, 0x0, 0xc, 0x7, 0x80, 0x4, 0xb0, 0x0, + 0xc3, 0x90, 0x0, 0x7, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FA7 "侧" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x3, 0x8d, 0x99, + 0xb1, 0xb, 0x8, 0x2a, 0x50, 0xa9, 0xb, 0xe, + 0xa, 0x90, 0xa9, 0xb, 0x8e, 0xa, 0x90, 0xa9, + 0xb, 0x6a, 0xa, 0x90, 0xa9, 0xb, 0xa, 0xa, + 0x90, 0xa9, 0xb, 0xa, 0xa, 0x90, 0xa9, 0xb, + 0xa, 0x3, 0xa3, 0x33, 0xb, 0xa, 0x6, 0x58, + 0x30, 0xb, 0xa, 0x29, 0x0, 0x82, 0xba, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+4FC4 "俄" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x51, + 0x79, 0xc3, 0x40, 0x0, 0xc8, 0x9d, 0xb, 0xa, + 0x0, 0x4b, 0x0, 0xc0, 0xb1, 0x31, 0x1d, 0xb9, + 0xbf, 0xbe, 0xcb, 0x46, 0x7b, 0x0, 0xc0, 0x92, + 0x50, 0x1, 0xb0, 0xd, 0x98, 0x6a, 0x0, 0x1b, + 0xac, 0xd3, 0x5e, 0x20, 0x1, 0xb0, 0xc, 0x7, + 0xa0, 0x30, 0x1b, 0x0, 0xc6, 0xac, 0x27, 0x1, + 0xb4, 0xc8, 0x50, 0x5d, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FDD "保" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5, 0x8c, + 0xbb, 0xbb, 0xe0, 0x0, 0xc1, 0xc0, 0x0, 0xc, + 0x0, 0x6c, 0xc, 0x0, 0x0, 0xc0, 0x3e, 0xc0, + 0x9b, 0xbd, 0xbb, 0x6, 0x3c, 0x0, 0x2, 0xa0, + 0x0, 0x0, 0xc6, 0xbb, 0xdf, 0xbb, 0x60, 0xc, + 0x0, 0x3d, 0xe8, 0x0, 0x0, 0xc0, 0x2c, 0x3a, + 0x94, 0x0, 0xc, 0x6d, 0x22, 0xa0, 0xc6, 0x0, + 0xc3, 0x0, 0x2a, 0x0, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FE1 "信" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x5, 0x70, + 0xb, 0x20, 0x0, 0x0, 0xc4, 0x66, 0x89, 0x66, + 0x30, 0x4c, 0x24, 0x44, 0x44, 0x42, 0x1d, 0xc0, + 0x7a, 0xaa, 0xa6, 0x4, 0x4c, 0x3, 0x44, 0x44, + 0x20, 0x0, 0xc0, 0x46, 0x66, 0x64, 0x0, 0xc, + 0x9, 0xaa, 0xaa, 0x80, 0x0, 0xc0, 0xb0, 0x0, + 0xb, 0x0, 0xc, 0xb, 0x0, 0x0, 0xb0, 0x0, + 0xc0, 0xca, 0xaa, 0xab, 0x0, + + /* U+4FEE "修" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x6, 0x60, + 0xc, 0x0, 0x0, 0x0, 0xc0, 0x8, 0xda, 0xae, + 0x20, 0x4b, 0x16, 0xaa, 0x27, 0x80, 0x1d, 0xb6, + 0x60, 0x4e, 0xc1, 0x5, 0x7b, 0x69, 0xb8, 0x35, + 0xb8, 0x1, 0xb6, 0x50, 0x6a, 0x20, 0x0, 0x1b, + 0x64, 0x54, 0x3a, 0x20, 0x1, 0xb6, 0x44, 0xa7, + 0x9, 0x40, 0x1b, 0x0, 0x3, 0x7c, 0x50, 0x1, + 0xb0, 0xc, 0x94, 0x0, 0x0, + + /* U+4FEF "俯" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x9, 0x30, + 0x7, 0x60, 0x0, 0x0, 0xd6, 0xcb, 0xbb, 0xbb, + 0x70, 0x5a, 0x64, 0x45, 0x0, 0x90, 0xd, 0x96, + 0x49, 0x5a, 0xae, 0x63, 0x79, 0x66, 0xf0, 0x0, + 0xb0, 0x2, 0x97, 0x9c, 0x1a, 0xb, 0x0, 0x29, + 0x72, 0xb0, 0x92, 0xb0, 0x2, 0x99, 0x1b, 0x2, + 0x2b, 0x0, 0x29, 0xb0, 0xb0, 0x0, 0xb0, 0x2, + 0xa8, 0xa, 0x2, 0xb8, 0x0, + + /* U+500D "倍" */ + 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x2, 0xa0, + 0x4, 0x80, 0x0, 0x0, 0xa3, 0xab, 0xbb, 0xcb, + 0x40, 0x3d, 0x0, 0xb0, 0x8, 0x40, 0xd, 0xc0, + 0xa, 0x10, 0xc0, 0x3, 0x6c, 0x4b, 0xcb, 0xcd, + 0xb8, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x7, 0xdb, 0xbb, 0xc0, 0x0, 0xc0, 0x75, 0x0, + 0xc, 0x0, 0xc, 0x7, 0xb9, 0x99, 0xc0, 0x0, + 0xc0, 0x76, 0x22, 0x2b, 0x0, + + /* U+5012 "倒" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x1, 0xc6, 0x66, + 0x62, 0x1b, 0x6, 0x64, 0xc4, 0x47, 0x4b, 0xd, + 0x26, 0x44, 0x66, 0x4b, 0x7f, 0x3e, 0xaa, 0xc7, + 0x4b, 0xaa, 0x21, 0x62, 0x17, 0x4b, 0x9, 0x37, + 0xc9, 0x76, 0x4b, 0x9, 0x23, 0xa6, 0x36, 0x4b, + 0x9, 0x20, 0x85, 0x61, 0xb, 0x9, 0x6b, 0xda, + 0x60, 0xb, 0x9, 0x42, 0x0, 0x5, 0xba, + + /* U+503C "值" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x90, + 0x5, 0x70, 0x0, 0x0, 0xa6, 0xbb, 0xec, 0xbb, + 0x40, 0x2d, 0x3, 0x4c, 0x54, 0x30, 0xd, 0xc0, + 0xb5, 0x55, 0x5c, 0x3, 0x6c, 0xb, 0x99, 0x99, + 0xc0, 0x0, 0xc0, 0xb3, 0x33, 0x3c, 0x0, 0xc, + 0xb, 0x55, 0x55, 0xc0, 0x0, 0xc0, 0xb9, 0x99, + 0x9c, 0x0, 0xc, 0xb, 0x0, 0x0, 0xc0, 0x0, + 0xc7, 0xeb, 0xbb, 0xbe, 0x80, + + /* U+504F "偏" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x2, 0xb0, + 0x8, 0x50, 0x0, 0x0, 0xa3, 0xea, 0xaa, 0xae, + 0x0, 0x3d, 0xc, 0x11, 0x11, 0xd0, 0x1d, 0xc0, + 0xe9, 0x99, 0x99, 0x5, 0x4c, 0xc, 0xaa, 0xaa, + 0xa1, 0x0, 0xc0, 0xc8, 0x80, 0x87, 0x20, 0xc, + 0x2b, 0xcc, 0x9c, 0xc2, 0x0, 0xc5, 0x89, 0x92, + 0x98, 0x20, 0xc, 0x94, 0x88, 0x8, 0x72, 0x0, + 0xc9, 0x18, 0x80, 0xab, 0x0, + + /* U+505C "停" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0, + 0x2, 0xa0, 0x0, 0x0, 0x76, 0xaa, 0xaa, 0xaa, + 0x90, 0x2c, 0x2, 0xa7, 0x77, 0xb0, 0xc, 0xb0, + 0x2d, 0x99, 0x9e, 0x2, 0x5b, 0x14, 0x44, 0x44, + 0x43, 0x0, 0xb3, 0xc7, 0x77, 0x77, 0xc0, 0xb, + 0x27, 0xaa, 0xaa, 0x97, 0x0, 0xb0, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xb0, 0x6, 0xb9, 0x0, 0x0, + + /* U+507F "偿" */ + 0x0, 0x46, 0x44, 0x1a, 0x8, 0x10, 0xb, 0x21, + 0xc2, 0xb4, 0x80, 0x3, 0xc2, 0xeb, 0xbb, 0xbb, + 0xb0, 0xdb, 0x2b, 0x11, 0x11, 0x3b, 0x38, 0xb0, + 0x28, 0x88, 0x87, 0x10, 0x1b, 0x6b, 0xbb, 0xbb, + 0xbb, 0x1, 0xb0, 0x5, 0xb0, 0x41, 0x0, 0x1b, + 0x1, 0xd1, 0x5, 0xa0, 0x1, 0xb0, 0xbb, 0x8a, + 0xbf, 0x40, 0x1b, 0x8, 0x64, 0x21, 0x28, + + /* U+50A8 "储" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28, 0x30, + 0x4, 0x70, 0x70, 0x8, 0x4a, 0x48, 0xcd, 0xb9, + 0x0, 0xe1, 0x1, 0x4, 0x8c, 0x10, 0x7f, 0x9b, + 0x1b, 0xcf, 0xdb, 0x38, 0xa1, 0xa1, 0x1b, 0x60, + 0x0, 0xa, 0x9, 0x4d, 0xea, 0xac, 0x0, 0xa0, + 0x91, 0x2c, 0x44, 0xc0, 0xa, 0xa, 0x64, 0xc4, + 0x4c, 0x0, 0xa1, 0xe9, 0x1e, 0xaa, 0xc0, 0xa, + 0x1, 0x0, 0xb0, 0xb, 0x0, + + /* U+50CF "像" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xd8, 0x62, 0x0, 0x0, 0x94, 0x96, 0x3c, 0x20, + 0x0, 0x2d, 0x9e, 0x9a, 0xd9, 0xd0, 0xc, 0xc1, + 0xb0, 0x65, 0xc, 0x3, 0x9c, 0x8, 0xcd, 0x99, + 0x90, 0x0, 0xc1, 0x8a, 0xa1, 0x3a, 0x0, 0xc, + 0x23, 0x78, 0xdd, 0x10, 0x0, 0xc4, 0xa4, 0x9c, + 0x48, 0x0, 0xc, 0x17, 0xb3, 0xb0, 0xa6, 0x0, + 0xc4, 0x41, 0xb8, 0x0, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5145 "充" */ + 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x2a, 0xaa, 0xad, 0xba, 0xaa, + 0x20, 0x11, 0x99, 0x13, 0x51, 0x10, 0x0, 0x5a, + 0x0, 0xb, 0x50, 0x0, 0x5f, 0x99, 0xaa, 0xcf, + 0x50, 0x2, 0x57, 0xa2, 0xb2, 0x8, 0x0, 0x0, + 0x67, 0xb, 0x20, 0x0, 0x0, 0xc, 0x20, 0xb2, + 0x3, 0x40, 0x8, 0xa0, 0xb, 0x20, 0x56, 0x1c, + 0x90, 0x0, 0x7c, 0xcd, 0x20, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5149 "光" */ + 0x0, 0x10, 0xd, 0x0, 0x10, 0x0, 0x2c, 0x0, + 0xd0, 0xb, 0x40, 0x0, 0x68, 0xd, 0x6, 0x90, + 0x0, 0x0, 0x20, 0xd0, 0x30, 0x0, 0x3c, 0xcd, + 0xec, 0xed, 0xcc, 0x20, 0x0, 0x58, 0xa, 0x10, + 0x0, 0x0, 0x8, 0x50, 0xa1, 0x0, 0x0, 0x0, + 0xd1, 0xa, 0x10, 0x0, 0x0, 0x98, 0x0, 0xa2, + 0x4, 0x22, 0xd7, 0x0, 0x6, 0xcc, 0xd2, 0x1, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+514B "克" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x2, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc2, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0xe, 0xbb, 0xbb, 0xbf, 0x0, 0x0, 0xc0, + 0x0, 0x0, 0xc0, 0x0, 0xe, 0xbb, 0xbb, 0xbf, + 0x0, 0x0, 0x6, 0x70, 0xc0, 0x0, 0x0, 0x0, + 0xb3, 0xc, 0x0, 0x22, 0x0, 0x8a, 0x0, 0xc0, + 0x5, 0x73, 0xd8, 0x0, 0x8, 0xdc, 0xd2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5165 "入" */ + 0x0, 0x7, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x40, 0x0, 0x0, 0x0, 0x0, 0x2e, 0x0, 0x0, + 0x0, 0x0, 0x4, 0xe8, 0x0, 0x0, 0x0, 0x0, + 0x95, 0xc1, 0x0, 0x0, 0x0, 0x1e, 0x5, 0xa0, + 0x0, 0x0, 0xa, 0x60, 0xc, 0x30, 0x0, 0x7, + 0xb0, 0x0, 0x3d, 0x10, 0x9, 0xc0, 0x0, 0x0, + 0x6d, 0x32, 0x80, 0x0, 0x0, 0x0, 0x33, + + /* U+5168 "全" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x1, 0xc5, 0xc2, 0x0, + 0x0, 0x4, 0xc3, 0x2, 0xc3, 0x0, 0x1a, 0xc1, + 0x0, 0x1, 0xb9, 0x15, 0x69, 0xbb, 0xfb, 0xba, + 0x65, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8, + 0xbb, 0xfb, 0xba, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x1b, + 0xbb, 0xbf, 0xbb, 0xbb, 0x20, + + /* U+516C "公" */ + 0x0, 0x7, 0x30, 0x38, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0xc3, 0x0, 0x0, 0xb5, 0x0, 0x3, 0xd1, + 0x0, 0x99, 0x1, 0x90, 0x6, 0xc0, 0x2a, 0x0, + 0x97, 0x0, 0x8, 0x40, 0x0, 0x3d, 0x0, 0x10, + 0x0, 0x0, 0xc, 0x30, 0x1d, 0x20, 0x0, 0x9, + 0x70, 0x0, 0x5d, 0x0, 0x5, 0xfd, 0xdc, 0xba, + 0xb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x90, + + /* U+5170 "兰" */ + 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, 0x8, 0x60, + 0x0, 0xc2, 0x0, 0x0, 0xb, 0x0, 0x67, 0x0, + 0x1, 0xcc, 0xdc, 0xcf, 0xdc, 0x90, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xcc, 0xcc, 0xcc, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x6, 0xbb, 0xbb, 0xbb, 0xbb, 0xb1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5173 "关" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x90, + 0x0, 0x86, 0x0, 0x0, 0xb, 0x10, 0x1c, 0x0, + 0x0, 0x6c, 0xdc, 0xdd, 0xdc, 0x80, 0x0, 0x0, + 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x0, + 0x0, 0x2c, 0xcc, 0xdf, 0xdc, 0xcc, 0x30, 0x0, + 0x6, 0xcb, 0x0, 0x0, 0x0, 0x4, 0xd1, 0x79, + 0x0, 0x0, 0x29, 0xc2, 0x0, 0x8d, 0x60, 0x2c, + 0x50, 0x0, 0x0, 0x2a, 0x30, + + /* U+5176 "其" */ + 0x0, 0x83, 0x0, 0xb, 0x10, 0x3, 0xce, 0xdc, + 0xcc, 0xec, 0xa0, 0x0, 0x83, 0x0, 0xb, 0x10, + 0x0, 0x8, 0xcb, 0xbb, 0xe1, 0x0, 0x0, 0x83, + 0x0, 0xb, 0x10, 0x0, 0x8, 0xcb, 0xbb, 0xe1, + 0x0, 0x0, 0x94, 0x0, 0xb, 0x20, 0x6, 0xbb, + 0xbb, 0xbb, 0xbb, 0xb1, 0x0, 0x6c, 0x20, 0x7a, + 0x40, 0x5, 0xc6, 0x0, 0x0, 0x18, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5177 "具" */ + 0x0, 0x8c, 0xaa, 0xaa, 0xe1, 0x0, 0x8, 0x40, + 0x0, 0xc, 0x10, 0x0, 0x8b, 0x99, 0x99, 0xe1, + 0x0, 0x8, 0x97, 0x77, 0x7e, 0x10, 0x0, 0x86, + 0x22, 0x22, 0xc1, 0x0, 0x8, 0xb9, 0x99, 0x9e, + 0x10, 0x1, 0x95, 0x11, 0x11, 0xc2, 0x11, 0xaa, + 0xba, 0xaa, 0xca, 0xa6, 0x0, 0x6c, 0x30, 0x9, + 0xb4, 0x1, 0xc7, 0x0, 0x0, 0x1, 0xa5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5178 "典" */ + 0x0, 0x4, 0x70, 0xc0, 0x0, 0x0, 0x9c, 0xde, + 0xcf, 0xcd, 0x40, 0xa, 0x24, 0x70, 0xc0, 0x84, + 0x0, 0xa3, 0x58, 0xc, 0x8, 0x40, 0xa, 0xbc, + 0xdb, 0xeb, 0xd4, 0x0, 0xa2, 0x47, 0xc, 0x8, + 0x40, 0x8e, 0xcc, 0xdb, 0xfb, 0xdc, 0x30, 0x2, + 0xa1, 0x6, 0x81, 0x0, 0x17, 0xc4, 0x0, 0x6, + 0xd5, 0x3, 0x60, 0x0, 0x0, 0x1, 0x60, + + /* U+517C "兼" */ + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x5, 0xb0, + 0x0, 0x79, 0x0, 0xb, 0xbe, 0xcb, 0xbf, 0xbb, + 0x40, 0x1, 0x2c, 0x1b, 0x31, 0x0, 0x3, 0x78, + 0xe7, 0xd8, 0xa7, 0x1, 0xaa, 0xae, 0xae, 0xbc, + 0xd6, 0x0, 0x1, 0xc0, 0xb2, 0x57, 0x0, 0x5a, + 0xae, 0xae, 0xbc, 0x70, 0x0, 0x2c, 0xc0, 0xac, + 0x40, 0x0, 0x5c, 0x2c, 0xa, 0x2a, 0x91, 0x18, + 0x0, 0xc0, 0xa1, 0x4, 0x50, + + /* U+5185 "内" */ + 0x0, 0x0, 0xc0, 0x0, 0x1, 0x11, 0x1d, 0x11, + 0x11, 0xdb, 0xbb, 0xfb, 0xbb, 0xec, 0x0, 0xc, + 0x0, 0xc, 0xc0, 0x4, 0xe3, 0x0, 0xcc, 0x0, + 0xc3, 0xc4, 0xc, 0xc1, 0xb6, 0x1, 0xc3, 0xcc, + 0x64, 0x0, 0x1, 0x5c, 0xc0, 0x0, 0x0, 0x0, + 0xdc, 0x0, 0x0, 0xa, 0xca, + + /* U+518C "册" */ + 0x7, 0xdc, 0x93, 0xec, 0xe1, 0x0, 0x74, 0x29, + 0x38, 0xb, 0x10, 0x7, 0x42, 0x93, 0x80, 0xb1, + 0x0, 0x74, 0x29, 0x38, 0xb, 0x10, 0x9e, 0xdd, + 0xed, 0xec, 0xfd, 0x30, 0x93, 0x29, 0x57, 0xb, + 0x10, 0xb, 0x2, 0x96, 0x50, 0xb1, 0x0, 0xc0, + 0x29, 0x93, 0xb, 0x10, 0x48, 0x2, 0xac, 0x0, + 0xb1, 0x9, 0x25, 0xc9, 0x70, 0xad, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5199 "写" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0xb, 0x10, 0x0, + 0xd, 0x10, 0xe9, 0x99, 0x96, 0x10, 0x1b, 0x22, + 0x22, 0x10, 0x4, 0x80, 0x0, 0x0, 0x0, 0x5b, + 0xbb, 0xbb, 0xe0, 0x11, 0x11, 0x11, 0xc, 0x8, + 0xaa, 0xaa, 0xa3, 0xa0, 0x0, 0x0, 0x0, 0x57, + 0x0, 0x0, 0x8, 0xbc, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+51B2 "冲" */ + 0x7, 0x0, 0x0, 0xb, 0x0, 0x0, 0x5a, 0x0, + 0x0, 0xb0, 0x0, 0x0, 0x73, 0xec, 0xcf, 0xcc, + 0xc0, 0x0, 0x29, 0x0, 0xb0, 0xc, 0x0, 0x2, + 0x90, 0xb, 0x0, 0xc0, 0x6, 0x5e, 0xab, 0xea, + 0xad, 0x0, 0xc2, 0xa1, 0x2c, 0x11, 0xb0, 0x68, + 0x0, 0x0, 0xb0, 0x0, 0xd, 0x10, 0x0, 0xb, + 0x0, 0x0, 0x30, 0x0, 0x0, 0xb0, 0x0, + + /* U+51C6 "准" */ + 0x13, 0x0, 0x46, 0x28, 0x0, 0x1, 0xd1, 0xb, + 0x30, 0xb1, 0x0, 0x5, 0x93, 0xfb, 0xbf, 0xbb, + 0x20, 0x2, 0xdc, 0x0, 0xc0, 0x0, 0x0, 0x54, + 0xeb, 0xbf, 0xbb, 0x0, 0x7, 0xc, 0x0, 0xc0, + 0x0, 0x4, 0x90, 0xeb, 0xbf, 0xbb, 0x0, 0xb2, + 0xc, 0x0, 0xc0, 0x0, 0x3b, 0x0, 0xeb, 0xbf, + 0xbb, 0x50, 0x10, 0xc, 0x0, 0x0, 0x0, + + /* U+51CF "减" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x30, 0x0, + 0x0, 0xb5, 0x70, 0xb, 0x4, 0x55, 0x5d, 0x5a, + 0x20, 0x66, 0xb5, 0x55, 0xc6, 0x52, 0x0, 0xb, + 0x59, 0x99, 0x27, 0x10, 0x0, 0xb0, 0x11, 0x74, + 0xc0, 0x1, 0x4b, 0x79, 0xd5, 0xa7, 0x0, 0x75, + 0xb7, 0x29, 0x3e, 0x0, 0xc, 0x1b, 0x7b, 0xb7, + 0xc0, 0x54, 0x84, 0x74, 0x15, 0x9a, 0x47, 0x21, + 0x91, 0x2, 0x80, 0x3e, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+51FA "出" */ + 0x0, 0x0, 0xe0, 0x0, 0x6, 0x70, 0xe, 0x0, + 0xc1, 0x67, 0x0, 0xe0, 0xc, 0x16, 0x70, 0xe, + 0x0, 0xc1, 0x4c, 0xcc, 0xfc, 0xcc, 0x17, 0x0, + 0xe, 0x0, 0x34, 0xd0, 0x0, 0xe0, 0x5, 0x8d, + 0x0, 0xe, 0x0, 0x58, 0xdc, 0xcc, 0xfc, 0xce, + 0x80, 0x0, 0x0, 0x0, 0x58, + + /* U+51FB "击" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x3b, 0xbb, + 0xeb, 0xbb, 0x70, 0x0, 0x11, 0x1b, 0x21, 0x10, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x1c, 0xcc, + 0xcf, 0xdc, 0xcc, 0x50, 0x1, 0x0, 0xb1, 0x0, + 0x10, 0x2, 0xa0, 0xb, 0x10, 0x57, 0x0, 0x2a, + 0x0, 0xb1, 0x5, 0x70, 0x2, 0xec, 0xcf, 0xdc, + 0xd7, 0x0, 0x0, 0x0, 0x0, 0x5, 0x70, + + /* U+51FD "函" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xbc, 0xcc, 0xcf, + 0x80, 0x0, 0x0, 0xa, 0x90, 0x7, 0x0, 0xb, + 0x50, 0x17, 0xc5, 0x90, 0xc0, 0x94, 0xcc, 0x6, + 0x3e, 0xa5, 0xc, 0xc0, 0x6a, 0xd8, 0x80, 0xcc, + 0x96, 0xc, 0x6, 0x7c, 0xc0, 0x1a, 0x90, 0x0, + 0xce, 0xbb, 0xbb, 0xbb, 0xbf, 0x0, 0x0, 0x0, + 0x0, 0xc0, + + /* U+5206 "分" */ + 0x0, 0x9, 0x30, 0x19, 0x0, 0x0, 0x3, 0xd0, + 0x0, 0xa4, 0x0, 0x0, 0xc4, 0x0, 0x1, 0xd1, + 0x0, 0xb8, 0x0, 0x0, 0x4, 0xd1, 0x38, 0xcc, + 0xfd, 0xcc, 0xd5, 0x20, 0x0, 0xd, 0x0, 0xc, + 0x0, 0x0, 0x3, 0xa0, 0x1, 0xc0, 0x0, 0x0, + 0xb4, 0x0, 0x2a, 0x0, 0x0, 0x99, 0x0, 0x5, + 0x80, 0x0, 0xd7, 0x0, 0x6c, 0xd3, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5207 "切" */ + 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xcd, 0xec, 0xd9, 0x0, 0xc2, 0x50, 0x57, 0x4, + 0x83, 0xbf, 0xa6, 0x6, 0x60, 0x48, 0x0, 0xc0, + 0x0, 0x75, 0x5, 0x70, 0xc, 0x0, 0xa, 0x20, + 0x66, 0x0, 0xc2, 0x91, 0xd0, 0x7, 0x60, 0x3f, + 0xa3, 0x68, 0x0, 0x84, 0x1, 0x20, 0x3d, 0x10, + 0xb, 0x20, 0x0, 0x1c, 0x20, 0x8c, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5217 "列" */ + 0x5c, 0xfc, 0xcc, 0x0, 0xc, 0x0, 0xd0, 0x0, + 0x1a, 0xc, 0x3, 0xd7, 0x75, 0x1a, 0xc, 0x9, + 0x75, 0x79, 0x1a, 0xc, 0x2c, 0x0, 0x85, 0x1a, + 0xc, 0x44, 0xc2, 0xd1, 0x1a, 0xc, 0x0, 0x2d, + 0x90, 0x1a, 0xc, 0x0, 0x1d, 0x20, 0x1, 0xc, + 0x1, 0xc4, 0x0, 0x0, 0xd, 0x1d, 0x40, 0x0, + 0x4, 0xcb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+521B "创" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x0, + 0x0, 0xc, 0x0, 0xb9, 0x90, 0xa, 0xc, 0x7, + 0x80, 0x87, 0xc, 0xc, 0x7b, 0x0, 0xc, 0x2c, + 0xc, 0x3a, 0xcb, 0xd4, 0xc, 0xc, 0x9, 0x20, + 0x92, 0xc, 0xc, 0x9, 0x28, 0xd0, 0xb, 0xc, + 0x9, 0x21, 0x6, 0x0, 0xc, 0x9, 0x20, 0xc, + 0x10, 0xc, 0x5, 0xcb, 0xbb, 0x7, 0xaa, 0x0, + 0x0, 0x0, 0x0, 0x10, + + /* U+521D "初" */ + 0x1, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x25, + 0xbe, 0xcb, 0xe0, 0x4b, 0xbe, 0x20, 0xb1, 0xc, + 0x0, 0x3, 0xa0, 0xc, 0x0, 0xc0, 0x0, 0xd5, + 0x70, 0xc0, 0xc, 0x0, 0xbf, 0xe1, 0x1b, 0x0, + 0xc0, 0x66, 0xd5, 0x75, 0x80, 0xc, 0x0, 0xd, + 0x0, 0xc2, 0x0, 0xc0, 0x0, 0xd0, 0x6a, 0x0, + 0x3a, 0x0, 0xd, 0xb, 0x3, 0xbc, 0x30, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5220 "删" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xc6, 0xcc, + 0x80, 0xb, 0xa, 0x46, 0xa2, 0x86, 0x3b, 0xa, + 0x46, 0xa2, 0x86, 0x3b, 0xa, 0x46, 0xa2, 0x86, + 0x3b, 0x8e, 0xdd, 0xec, 0xe8, 0x3b, 0xa, 0x46, + 0xa2, 0x86, 0x3b, 0x9, 0x46, 0xa2, 0x86, 0x3b, + 0x18, 0x46, 0xa2, 0x81, 0xb, 0x65, 0x49, 0x72, + 0x80, 0xb, 0x93, 0xc9, 0x4b, 0x50, 0x9b, 0x0, + 0x0, 0x0, 0x0, 0x10, + + /* U+5229 "利" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x69, 0xb4, + 0x0, 0xc, 0x26, 0x4c, 0x0, 0x2a, 0xc, 0x0, + 0xb, 0x0, 0x2a, 0xc, 0x4c, 0xdf, 0xcc, 0x2a, + 0xc, 0x0, 0x9f, 0x30, 0x2a, 0xc, 0x1, 0xbc, + 0xb3, 0x2a, 0xc, 0xb, 0x3b, 0x17, 0x2a, 0xc, + 0x68, 0xb, 0x0, 0x0, 0xc, 0x10, 0xb, 0x0, + 0x0, 0xc, 0x0, 0xb, 0x0, 0x7, 0xcb, + + /* U+522B "别" */ + 0xe, 0xbb, 0xc8, 0x0, 0xc, 0xb, 0x0, 0x38, + 0xc, 0xc, 0xb, 0x0, 0x38, 0xc, 0xc, 0xc, + 0xbb, 0xc7, 0xc, 0xc, 0x0, 0x56, 0x0, 0xc, + 0xc, 0x2b, 0xdd, 0xca, 0xc, 0xc, 0x0, 0xa2, + 0x1a, 0xc, 0xc, 0x0, 0xc0, 0x39, 0x0, 0xc, + 0x6, 0x80, 0x48, 0x0, 0xc, 0x3a, 0xa, 0xc3, + 0x4, 0xbd, 0x0, 0x0, 0x0, 0x0, 0x10, + + /* U+5230 "到" */ + 0xb, 0xdd, 0xbb, 0x60, 0xc, 0x0, 0xa2, 0x62, + 0xb, 0xc, 0x4, 0x91, 0x4c, 0xb, 0xc, 0xa, + 0xca, 0x9a, 0x5b, 0xc, 0x0, 0x8, 0x10, 0xb, + 0xc, 0x6, 0x7d, 0x97, 0x2b, 0xc, 0x3, 0x4c, + 0x64, 0x1b, 0xc, 0x0, 0xa, 0x20, 0x16, 0xc, + 0x3, 0x7d, 0xdc, 0x40, 0xc, 0x9, 0x63, 0x0, + 0x3, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5236 "制" */ + 0x3, 0x59, 0x30, 0x0, 0x9, 0x20, 0x9a, 0xc9, + 0x83, 0x64, 0x92, 0x1c, 0x3a, 0x63, 0x16, 0x49, + 0x22, 0xc9, 0xdb, 0x98, 0x64, 0x92, 0x2, 0x2a, + 0x52, 0x16, 0x49, 0x20, 0x9b, 0xec, 0xc5, 0x64, + 0x92, 0xb, 0x9, 0x34, 0x76, 0x49, 0x20, 0xb0, + 0x93, 0x47, 0x0, 0x92, 0xb, 0x9, 0x6c, 0x40, + 0xa, 0x20, 0x0, 0x93, 0x0, 0xd, 0xd0, + + /* U+5237 "刷" */ + 0xc, 0xbb, 0xbd, 0x43, 0xc, 0xb, 0x0, 0x7, + 0x4b, 0xc, 0xc, 0xbb, 0xbd, 0x4b, 0xc, 0xb, + 0x0, 0x50, 0xb, 0xc, 0xb, 0x8b, 0xeb, 0x3b, + 0xc, 0xb, 0xa0, 0xb5, 0x4b, 0xc, 0xb, 0xa0, + 0xb5, 0x4b, 0xc, 0x29, 0xa0, 0xb5, 0x41, 0xc, + 0x65, 0x80, 0xb9, 0x10, 0xc, 0x51, 0x0, 0xb0, + 0x4, 0xcb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+524D "前" */ + 0x0, 0x12, 0x0, 0x0, 0x50, 0x0, 0x1, 0xc1, + 0x0, 0x68, 0x0, 0x1a, 0xad, 0xca, 0xae, 0xba, + 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xaa, + 0xa5, 0x14, 0xc, 0x0, 0x76, 0x15, 0x82, 0x90, + 0xc0, 0x7, 0xb9, 0xb8, 0x29, 0xc, 0x0, 0x76, + 0x15, 0x82, 0x90, 0xc0, 0x7, 0xb8, 0xa8, 0x29, + 0xc, 0x0, 0x74, 0x4, 0x80, 0x0, 0xc0, 0x7, + 0x45, 0xc4, 0x5, 0xca, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+526F "副" */ + 0x1b, 0xbb, 0xbb, 0xa0, 0xa, 0x10, 0x14, 0x44, + 0x41, 0x63, 0xa1, 0x6, 0x95, 0x5a, 0x46, 0x3a, + 0x10, 0x69, 0x66, 0xa4, 0x63, 0xa1, 0x1, 0x44, + 0x44, 0x16, 0x3a, 0x10, 0xba, 0xcb, 0xab, 0x63, + 0xa1, 0xc, 0x49, 0x84, 0xb6, 0x3a, 0x10, 0xc5, + 0x99, 0x6b, 0x0, 0xa1, 0xc, 0xac, 0xca, 0xb0, + 0xb, 0x10, 0xb0, 0x0, 0xa, 0x2c, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+529F "功" */ + 0x0, 0x0, 0x0, 0x39, 0x0, 0x2, 0xbd, 0xc9, + 0x3, 0x90, 0x0, 0x0, 0x83, 0xb, 0xde, 0xcc, + 0x80, 0x8, 0x30, 0x5, 0x70, 0x29, 0x0, 0x83, + 0x0, 0x75, 0x3, 0x90, 0x8, 0x30, 0xa, 0x30, + 0x48, 0x1, 0xbb, 0xd2, 0xd0, 0x5, 0x73, 0xd8, + 0x30, 0x78, 0x0, 0x76, 0x0, 0x0, 0x4d, 0x0, + 0xa, 0x30, 0x0, 0x2c, 0x10, 0x9c, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+52A0 "加" */ + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x8a, 0xaa, 0x4c, 0xfc, 0xe5, 0xc2, 0x2d, 0x0, + 0xc0, 0x84, 0xc0, 0xd, 0x0, 0xc0, 0x83, 0xc0, + 0xd, 0x1, 0xb0, 0x93, 0xc0, 0xd, 0x3, 0x90, + 0xb1, 0xc0, 0xd, 0x8, 0x50, 0xc0, 0xc0, 0xd, + 0x1e, 0x0, 0xd0, 0xcc, 0xcf, 0x67, 0x5d, 0x70, + 0xc0, 0xd, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+52A8 "动" */ + 0x1, 0x11, 0x10, 0x9, 0x20, 0x0, 0x8a, 0xaa, + 0x40, 0xa2, 0x0, 0x0, 0x0, 0x1, 0x9d, 0xa9, + 0x51, 0xbb, 0xbb, 0x81, 0xc2, 0x49, 0x0, 0xc1, + 0x0, 0xc, 0x3, 0x90, 0xb, 0xa, 0x0, 0xc0, + 0x48, 0x5, 0x60, 0x74, 0x2a, 0x5, 0x70, 0xb9, + 0xbc, 0x97, 0x60, 0x66, 0x9, 0x51, 0x6, 0xd1, + 0x9, 0x40, 0x0, 0x0, 0x86, 0x6c, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5305 "包" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0x0, 0x0, 0x0, 0xbe, 0xcc, 0xcc, 0xc7, + 0x0, 0x88, 0x0, 0x0, 0x3, 0x90, 0x4a, 0xab, + 0xbb, 0xa0, 0x49, 0x0, 0xc, 0x0, 0xc, 0x4, + 0x80, 0x0, 0xd7, 0x77, 0xc0, 0x66, 0x0, 0xd, + 0x33, 0x32, 0x9d, 0x30, 0x0, 0xc0, 0x0, 0x1, + 0x12, 0x40, 0xc, 0x10, 0x0, 0x0, 0x67, 0x0, + 0x6d, 0xcc, 0xcc, 0xcc, 0x10, + + /* U+5308 "匈" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd1, + 0x0, 0x0, 0x0, 0x0, 0x9f, 0xcc, 0xcc, 0xcc, + 0x10, 0x8b, 0x0, 0x11, 0x0, 0xb1, 0x2c, 0x87, + 0x29, 0x38, 0xb, 0x10, 0xb, 0x1b, 0xb0, 0xb0, + 0xc0, 0x0, 0xb2, 0xca, 0x5b, 0xc, 0x0, 0xb, + 0x92, 0x5, 0xb0, 0xd0, 0x0, 0xeb, 0xbb, 0xbe, + 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0xb, 0xc6, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5316 "化" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xc0, + 0xa2, 0x0, 0x0, 0x0, 0xa5, 0xa, 0x20, 0x5, + 0x0, 0x3f, 0x0, 0xa2, 0x9, 0x90, 0x1e, 0xf0, + 0xa, 0x27, 0xb0, 0x7, 0x6d, 0x0, 0xab, 0xb0, + 0x0, 0x0, 0xd0, 0x1d, 0x90, 0x0, 0x0, 0xd, + 0x4d, 0xd2, 0x0, 0x10, 0x0, 0xd1, 0x1a, 0x20, + 0x9, 0x30, 0xd, 0x0, 0xa3, 0x0, 0xb2, 0x0, + 0xd0, 0x6, 0xec, 0xdb, 0x0, + + /* U+533A "区" */ + 0xec, 0xcc, 0xcc, 0xcc, 0xc1, 0xc0, 0x0, 0x0, + 0x15, 0x0, 0xc0, 0xc3, 0x0, 0xb4, 0x0, 0xc0, + 0x1c, 0x45, 0x90, 0x0, 0xc0, 0x1, 0xcd, 0x0, + 0x0, 0xc0, 0x1, 0xdd, 0x30, 0x0, 0xc0, 0x2d, + 0x42, 0xd2, 0x0, 0xc3, 0xd4, 0x0, 0x3d, 0x0, + 0xc0, 0x10, 0x0, 0x1, 0x0, 0xec, 0xcc, 0xcc, + 0xcc, 0xc5, + + /* U+5347 "升" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, + 0xc1, 0x84, 0x0, 0x8, 0xce, 0x60, 0x8, 0x40, + 0x0, 0x20, 0xb1, 0x0, 0x84, 0x0, 0x0, 0xb, + 0x10, 0x8, 0x40, 0x2, 0xcc, 0xfd, 0xcc, 0xed, + 0xc8, 0x0, 0xc, 0x0, 0x8, 0x40, 0x0, 0x0, + 0xd0, 0x0, 0x84, 0x0, 0x0, 0x68, 0x0, 0x8, + 0x40, 0x0, 0x3d, 0x10, 0x0, 0x84, 0x0, 0x1c, + 0x20, 0x0, 0x8, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+534F "协" */ + 0x0, 0xb0, 0x0, 0xb0, 0x0, 0x0, 0xb, 0x2, + 0x2d, 0x22, 0x0, 0x3c, 0xeb, 0x88, 0xe8, 0xd1, + 0x0, 0xb, 0x2, 0xc, 0xb, 0x30, 0x0, 0xb0, + 0xb0, 0xc0, 0xbb, 0x10, 0xb, 0x19, 0x38, 0xc, + 0x75, 0x0, 0xb7, 0x39, 0x40, 0xc3, 0x80, 0xb, + 0x1, 0xc0, 0xc, 0x1, 0x0, 0xb0, 0xb3, 0x0, + 0xc0, 0x0, 0xb, 0x75, 0x9, 0xc6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5355 "单" */ + 0x0, 0x2, 0x0, 0x0, 0x30, 0x0, 0x0, 0xc3, + 0x0, 0x78, 0x0, 0x0, 0x7a, 0xc7, 0x8f, 0x85, + 0x0, 0x1b, 0x22, 0xc4, 0x25, 0xa0, 0x1, 0xea, + 0xae, 0xba, 0xba, 0x0, 0x1a, 0x0, 0xb1, 0x2, + 0xa0, 0x1, 0xeb, 0xbe, 0xbb, 0xba, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x1b, 0xbb, 0xbe, 0xcb, + 0xbb, 0x70, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x10, 0x0, 0x0, + + /* U+5361 "卡" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xfc, 0xcc, 0x30, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x2c, 0xcc, + 0xdf, 0xcc, 0xcc, 0x70, 0x0, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0xc, 0xb8, 0x20, 0x0, 0x0, + 0x0, 0xc0, 0x4c, 0xa0, 0x0, 0x0, 0xc, 0x0, + 0x1, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, + + /* U+536B "卫" */ + 0x7, 0x99, 0x99, 0x99, 0x97, 0x0, 0x22, 0x27, + 0xa2, 0x24, 0xb0, 0x0, 0x0, 0x48, 0x0, 0x1b, + 0x0, 0x0, 0x4, 0x80, 0x1, 0xb0, 0x0, 0x0, + 0x48, 0x0, 0x1b, 0x0, 0x0, 0x4, 0x81, 0xcc, + 0x80, 0x0, 0x0, 0x48, 0x0, 0x0, 0x0, 0x0, + 0x4, 0x80, 0x0, 0x0, 0x2, 0x22, 0x6a, 0x22, + 0x22, 0x11, 0x99, 0x99, 0x99, 0x99, 0x96, + + /* U+5382 "厂" */ + 0x6, 0xaa, 0xaa, 0xaa, 0xaa, 0x0, 0x96, 0x22, + 0x22, 0x22, 0x20, 0x9, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x93, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x0, + 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x0, 0x0, 0x0, 0x78, 0x0, 0x0, 0x0, + 0x0, 0x4, 0x10, 0x0, 0x0, 0x0, 0x0, + + /* U+538B "压" */ + 0xb, 0xcc, 0xcc, 0xcc, 0xcc, 0x70, 0xb0, 0x0, + 0x6, 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, + 0x0, 0xb0, 0x0, 0xc, 0x0, 0x0, 0xc, 0x1c, + 0xcc, 0xfc, 0xcc, 0x0, 0xc0, 0x0, 0xc, 0x2, + 0x0, 0xc, 0x0, 0x0, 0xc0, 0xb4, 0x2, 0xa0, + 0x0, 0xc, 0x0, 0x40, 0x75, 0x89, 0x99, 0xe9, + 0x99, 0x53, 0x12, 0x22, 0x22, 0x22, 0x21, + + /* U+539F "原" */ + 0xb, 0xcb, 0xbc, 0xcb, 0xbb, 0x10, 0xb1, 0x0, + 0x59, 0x0, 0x0, 0xb, 0x1a, 0xad, 0xca, 0xb0, + 0x0, 0xb0, 0xc1, 0x11, 0x1c, 0x0, 0xc, 0xd, + 0x77, 0x77, 0xe0, 0x0, 0xc0, 0xe9, 0x99, 0x9e, + 0x0, 0xc, 0x1, 0x21, 0xc2, 0x10, 0x2, 0xa0, + 0xb5, 0xc, 0x5a, 0x0, 0x76, 0x89, 0x0, 0xc0, + 0x88, 0x6, 0x14, 0x7, 0xb8, 0x0, 0x60, + + /* U+53C2 "参" */ + 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, 0x0, 0x4b, + 0x21, 0xb2, 0x0, 0x0, 0xaf, 0x99, 0xac, 0xe5, + 0x0, 0x3, 0x29, 0x60, 0x0, 0x70, 0x2b, 0xbb, + 0xfc, 0xbb, 0xbb, 0x70, 0x1, 0xc3, 0x14, 0xa6, + 0x0, 0x4, 0xc8, 0xaa, 0x21, 0x9a, 0x11, 0x91, + 0x32, 0x5a, 0x50, 0x45, 0x0, 0xa, 0xa5, 0x4, + 0xb0, 0x0, 0x0, 0x25, 0x8c, 0x80, 0x0, 0x0, + 0x79, 0x62, 0x0, 0x0, 0x0, + + /* U+53CA "及" */ + 0xb, 0xcf, 0xcc, 0xdb, 0x0, 0x0, 0x0, 0xe0, + 0x5, 0x80, 0x0, 0x0, 0xf, 0x30, 0x85, 0x0, + 0x0, 0x1, 0xf9, 0x9, 0xcc, 0xd0, 0x0, 0x3b, + 0xd0, 0x0, 0x58, 0x0, 0x7, 0x76, 0x90, 0xc, + 0x20, 0x0, 0xd2, 0xc, 0x59, 0x70, 0x0, 0x5b, + 0x0, 0x1e, 0xd0, 0x0, 0x2e, 0x20, 0x5c, 0x7a, + 0xe7, 0x12, 0x40, 0x87, 0x10, 0x2, 0x84, + + /* U+53CC "双" */ + 0x1, 0x11, 0x11, 0x11, 0x11, 0x2, 0xaa, 0xad, + 0x7d, 0xaa, 0xe0, 0x0, 0x1, 0xb1, 0xa0, 0xb, + 0x0, 0xc1, 0x59, 0xc, 0x4, 0x80, 0x3, 0xc9, + 0x40, 0xb1, 0x94, 0x0, 0x7, 0xf0, 0x5, 0x8c, + 0x0, 0x0, 0x5f, 0x30, 0xf, 0x50, 0x0, 0xd, + 0x4c, 0x5, 0xf8, 0x0, 0xa, 0x70, 0x56, 0xd1, + 0xc6, 0x5, 0x90, 0x5, 0xb1, 0x1, 0xb4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+53CD "反" */ + 0x0, 0x12, 0x35, 0x69, 0xc4, 0x0, 0xe, 0x98, + 0x65, 0x30, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0x0, 0xe, 0xdd, 0xcc, 0xcd, 0x40, 0x0, 0xd2, + 0xb0, 0x0, 0xc0, 0x0, 0xb, 0xa, 0x30, 0x69, + 0x0, 0x2, 0xa0, 0x1c, 0x4c, 0x0, 0x0, 0x57, + 0x0, 0x8f, 0x50, 0x0, 0xb, 0x34, 0xba, 0x3b, + 0xa4, 0x0, 0x83, 0x93, 0x0, 0x3, 0x92, + + /* U+53D1 "发" */ + 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0xa, 0x22, + 0xc0, 0x59, 0x0, 0x1, 0xc0, 0x59, 0x0, 0x82, + 0x0, 0x8e, 0xce, 0xec, 0xcc, 0xc2, 0x0, 0x0, + 0xe1, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xcc, 0xcc, + 0x10, 0x0, 0xd, 0xd2, 0x3, 0xb0, 0x0, 0x8, + 0x82, 0xc1, 0xd3, 0x0, 0x8, 0xb0, 0x6, 0xf6, + 0x0, 0x5, 0x80, 0x28, 0xc6, 0xc8, 0x20, 0x0, + 0x1b, 0x50, 0x0, 0x5a, 0x40, + + /* U+53D6 "取" */ + 0x2d, 0xdb, 0xf9, 0x44, 0x44, 0x10, 0x74, 0xc, + 0x1d, 0x98, 0xc4, 0x7, 0xb9, 0xe0, 0x73, 0xa, + 0x10, 0x75, 0x1d, 0x4, 0x60, 0xc0, 0x7, 0x40, + 0xc0, 0x1a, 0x2a, 0x0, 0x7c, 0xbe, 0x0, 0xb9, + 0x40, 0x7, 0x40, 0xc0, 0x6, 0xd0, 0x1, 0xab, + 0xbf, 0x90, 0x9e, 0x10, 0x16, 0x30, 0xc0, 0x79, + 0x4c, 0x10, 0x0, 0xc, 0x49, 0x0, 0x58, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+53D8 "变" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x2b, 0xbc, 0xeb, 0xec, 0xbb, + 0x20, 0x9, 0x3a, 0xa, 0x46, 0x0, 0x5, 0x92, + 0xa0, 0xa2, 0x86, 0x0, 0x70, 0x2a, 0xa, 0x20, + 0x70, 0x6, 0xbb, 0xcb, 0xcb, 0x90, 0x0, 0x3, + 0xb0, 0x0, 0xa4, 0x0, 0x0, 0x4, 0xb5, 0xb4, + 0x0, 0x0, 0x15, 0x8c, 0xbc, 0x72, 0x0, 0x2c, + 0x84, 0x0, 0x5, 0x9c, 0x30, + + /* U+53E0 "叠" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xa8, + 0x78, 0xe6, 0x0, 0x0, 0x4a, 0xdb, 0xaa, 0x50, + 0x0, 0x6b, 0x98, 0x58, 0x8b, 0x80, 0x3, 0x98, + 0x70, 0x78, 0xa5, 0x0, 0x97, 0x49, 0x3a, 0x65, + 0x91, 0xc, 0x77, 0x77, 0x77, 0x7b, 0x50, 0x44, + 0xc8, 0x88, 0x9a, 0x21, 0x0, 0x4b, 0x77, 0x78, + 0xa0, 0x0, 0x4, 0xb7, 0x77, 0x8a, 0x0, 0x18, + 0xbc, 0x88, 0x89, 0xd8, 0x50, + + /* U+53E3 "口" */ + 0xcd, 0xcc, 0xcc, 0xcf, 0x2c, 0x0, 0x0, 0x0, + 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, 0x0, 0x0, + 0x0, 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, 0x0, + 0x0, 0x0, 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, + 0xdd, 0xdd, 0xdd, 0xf2, 0xc0, 0x0, 0x0, 0xa, + 0x20, + + /* U+53EA "只" */ + 0x0, 0x22, 0x22, 0x22, 0x21, 0x0, 0xe, 0x99, + 0x99, 0x9b, 0xa0, 0x0, 0xc0, 0x0, 0x0, 0x2a, + 0x0, 0xc, 0x0, 0x0, 0x2, 0xa0, 0x0, 0xc0, + 0x0, 0x0, 0x2a, 0x0, 0xc, 0xcc, 0xcc, 0xcc, + 0x80, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0xa7, 0x0, 0xa7, 0x0, 0x1, 0xb8, 0x0, 0x0, + 0x8a, 0x0, 0xc5, 0x0, 0x0, 0x0, 0x87, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+53EF "可" */ + 0x1a, 0xaa, 0xaa, 0xaa, 0xaa, 0x60, 0x22, 0x22, + 0x22, 0x2a, 0x61, 0x0, 0x0, 0x0, 0x0, 0x93, + 0x0, 0xf, 0xcc, 0xd7, 0x9, 0x30, 0x0, 0xc0, + 0x5, 0x70, 0x93, 0x0, 0xc, 0x0, 0x57, 0x9, + 0x30, 0x0, 0xfc, 0xcd, 0x70, 0x93, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x93, 0x0, 0x0, 0x0, 0xa, 0xdd, 0x10, + + /* U+53F0 "台" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x10, + 0x0, 0x0, 0x0, 0xa3, 0x2, 0xa0, 0x0, 0x9, + 0x50, 0x0, 0x6a, 0x0, 0x9e, 0xab, 0xcb, 0xbd, + 0x80, 0x22, 0x10, 0x0, 0x0, 0x70, 0xc, 0xcc, + 0xcc, 0xcc, 0x0, 0xd, 0x0, 0x0, 0xd, 0x0, + 0xd, 0x0, 0x0, 0xd, 0x0, 0xf, 0xcc, 0xcc, + 0xcf, 0x0, 0xd, 0x0, 0x0, 0xd, 0x0, + + /* U+53F3 "右" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, + 0x60, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, + 0x0, 0xcc, 0xde, 0xcc, 0xcc, 0xc5, 0x0, 0x8, + 0x60, 0x0, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xcc, 0xcc, 0xca, 0x1, 0xc6, + 0xc0, 0x0, 0x2, 0xa0, 0x14, 0xc, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0xdc, 0xcc, 0xcc, 0xa0, 0x0, + 0xc, 0x0, 0x0, 0x39, 0x0, + + /* U+53F7 "号" */ + 0x1, 0xeb, 0xbb, 0xbc, 0xc0, 0x0, 0x1b, 0x0, + 0x0, 0xc, 0x0, 0x1, 0xea, 0xaa, 0xab, 0xc0, + 0x0, 0x1, 0x11, 0x11, 0x11, 0x0, 0x5b, 0xcc, + 0xbb, 0xbb, 0xbb, 0x0, 0x6, 0x80, 0x0, 0x0, + 0x0, 0x0, 0xac, 0xcc, 0xcc, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x49, 0x0, 0x0, 0x0, 0x0, 0x8, + 0x50, 0x0, 0x0, 0x1, 0xbb, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+540C "同" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xc, 0xc3, 0xbb, 0xbb, 0xb3, 0xcc, 0x0, 0x0, + 0x0, 0xc, 0xc0, 0xaa, 0xaa, 0xa0, 0xcc, 0xc, + 0x0, 0xc, 0xc, 0xc0, 0xc0, 0x0, 0xc0, 0xcc, + 0xc, 0xbb, 0xb8, 0xc, 0xc0, 0x50, 0x0, 0x0, + 0xcc, 0x0, 0x0, 0x4, 0xcb, + + /* U+540D "名" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc5, + 0x0, 0x0, 0x0, 0x1b, 0xcb, 0xbb, 0xe6, 0x5, + 0xd6, 0x0, 0x4, 0xa0, 0x5, 0x17, 0xa1, 0x7b, + 0x0, 0x0, 0x0, 0x9e, 0x60, 0x0, 0x3, 0x7d, + 0xfd, 0xbb, 0xb8, 0x8, 0x5c, 0x0, 0x0, 0x1b, + 0x0, 0xc, 0x0, 0x0, 0x1b, 0x0, 0xf, 0xbb, + 0xbb, 0xbb, 0x0, 0xc, 0x0, 0x0, 0x2b, + + /* U+540E "后" */ + 0x0, 0x2, 0x34, 0x69, 0xb7, 0x0, 0x1e, 0x98, + 0x65, 0x30, 0x0, 0x1, 0xb0, 0x0, 0x0, 0x0, + 0x0, 0x1f, 0xcc, 0xcc, 0xcc, 0xc8, 0x2, 0xa0, + 0x0, 0x0, 0x0, 0x0, 0x39, 0x4c, 0xcc, 0xcc, + 0xb0, 0x5, 0x85, 0x70, 0x0, 0xd, 0x0, 0x95, + 0x57, 0x0, 0x0, 0xd0, 0x1e, 0x15, 0xda, 0xaa, + 0xad, 0x2, 0x70, 0x58, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5411 "向" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, + 0x0, 0x11, 0x1d, 0x41, 0x11, 0x1d, 0xbb, 0xbb, + 0xbb, 0xbe, 0xc0, 0x0, 0x0, 0x0, 0xcc, 0xb, + 0xbb, 0xbc, 0xc, 0xc0, 0xb0, 0x0, 0xc0, 0xcc, + 0xb, 0x0, 0xc, 0xc, 0xc0, 0xbb, 0xbb, 0x80, + 0xcc, 0x4, 0x0, 0x0, 0xd, 0xc0, 0x0, 0x0, + 0x8c, 0xa0, + + /* U+5417 "吗" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xbb, + 0xbd, 0x70, 0xfb, 0xd0, 0x30, 0x5, 0x60, 0xc0, + 0xb0, 0xb0, 0x7, 0x40, 0xc0, 0xb0, 0xb0, 0x9, + 0x30, 0xc0, 0xb0, 0xe9, 0x9d, 0xa4, 0xc0, 0xb0, + 0x11, 0x11, 0x75, 0xfc, 0xd0, 0x0, 0x0, 0x84, + 0xc2, 0x26, 0xaa, 0xa8, 0xa2, 0x10, 0x0, 0x0, + 0x0, 0xc0, 0x0, 0x0, 0x0, 0x7b, 0x80, + + /* U+5426 "否" */ + 0x2c, 0xcc, 0xce, 0xec, 0xcc, 0x20, 0x0, 0x6, + 0xe2, 0x0, 0x0, 0x0, 0x1a, 0xad, 0x4c, 0x60, + 0x2, 0xad, 0x50, 0xc0, 0x7, 0xc2, 0x15, 0x0, + 0xc, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xea, 0xaa, 0xaa, 0xe1, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x10, 0x0, 0xea, 0xaa, 0xaa, + 0xe1, 0x0, 0xd, 0x11, 0x11, 0x1c, 0x10, + + /* U+542B "含" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x3, 0xc3, 0xb3, 0x0, + 0x0, 0x3b, 0xb5, 0x70, 0xaa, 0x40, 0x4c, 0x40, + 0x5, 0x50, 0x3b, 0x50, 0xa, 0xbb, 0xbb, 0xf6, + 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0xd, + 0xbb, 0xbd, 0xbd, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xe, 0x99, 0x99, 0x9f, 0x0, 0x0, + 0xd1, 0x11, 0x11, 0xd0, 0x0, + + /* U+542F "启" */ + 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0xa, + 0x40, 0x0, 0x0, 0xcc, 0xcd, 0xdc, 0xc9, 0x0, + 0xc0, 0x0, 0x0, 0xc, 0x0, 0xe8, 0x88, 0x88, + 0x8c, 0x1, 0xc3, 0x33, 0x33, 0x32, 0x2, 0xa7, + 0xaa, 0xaa, 0xaa, 0x4, 0x8b, 0x31, 0x11, 0x1d, + 0x8, 0x5b, 0x10, 0x0, 0xc, 0xd, 0x1b, 0xcb, + 0xbb, 0xbf, 0x29, 0xb, 0x10, 0x0, 0xc, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+544A "告" */ + 0x0, 0x37, 0x7, 0x50, 0x0, 0x0, 0xb, 0xdb, + 0xdd, 0xbb, 0x80, 0x6, 0x80, 0x7, 0x50, 0x0, + 0x0, 0x60, 0x0, 0x75, 0x0, 0x0, 0xc, 0xcc, + 0xcc, 0xcc, 0xcc, 0x60, 0x0, 0x11, 0x11, 0x11, + 0x0, 0x0, 0xbb, 0xaa, 0xaa, 0xd3, 0x0, 0xb, + 0x10, 0x0, 0x9, 0x30, 0x0, 0xbb, 0xaa, 0xaa, + 0xd3, 0x0, 0xb, 0x31, 0x11, 0x19, 0x30, + + /* U+5468 "周" */ + 0x8, 0xdc, 0xcc, 0xcc, 0xca, 0x8, 0x30, 0x7, + 0x0, 0x2a, 0x8, 0x4a, 0xbe, 0xa8, 0x2a, 0x9, + 0x41, 0x2b, 0x11, 0x2a, 0x9, 0x58, 0x88, 0x88, + 0x3a, 0xa, 0x17, 0xaa, 0xa4, 0x2a, 0xc, 0xc, + 0x0, 0x47, 0x2a, 0xc, 0xb, 0x0, 0x47, 0x2a, + 0x49, 0xa, 0xaa, 0xa4, 0x2a, 0x92, 0x0, 0x0, + 0x1c, 0xc6, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+547D "命" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x7, + 0xf2, 0x0, 0x0, 0x0, 0x9, 0x81, 0xb6, 0x0, + 0x1, 0x7d, 0xb5, 0x56, 0xcd, 0x71, 0x66, 0x5, + 0x55, 0x52, 0x18, 0x30, 0x8b, 0xb6, 0x3b, 0xbb, + 0x70, 0xb, 0x2, 0x94, 0x80, 0x2a, 0x0, 0xb0, + 0x29, 0x48, 0x2, 0xa0, 0xb, 0xbb, 0x84, 0x87, + 0xb8, 0x0, 0xb0, 0x0, 0x48, 0x11, 0x0, 0x0, + 0x0, 0x4, 0x80, 0x0, 0x0, + + /* U+548C "和" */ + 0x1, 0x47, 0xb4, 0x0, 0x0, 0x9, 0x7d, 0x0, + 0xec, 0xcf, 0x0, 0xc, 0x0, 0xc0, 0xd, 0x2b, + 0xdf, 0xb8, 0xc0, 0xd, 0x0, 0x9f, 0x20, 0xc0, + 0xd, 0x1, 0xbd, 0xb1, 0xc0, 0xd, 0x9, 0x4c, + 0x46, 0xc0, 0xd, 0x4a, 0xc, 0x0, 0xc1, 0x1d, + 0x11, 0xc, 0x0, 0xea, 0xaf, 0x0, 0xc, 0x0, + 0x60, 0x6, + + /* U+54CD "响" */ + 0x0, 0x0, 0x0, 0x50, 0x0, 0x55, 0x40, 0x4, + 0xa0, 0x0, 0xd5, 0xb4, 0x9c, 0xb9, 0x93, 0xb0, + 0xb6, 0x62, 0x22, 0x76, 0xb0, 0xb6, 0x57, 0x96, + 0x66, 0xb0, 0xb6, 0x59, 0x9, 0x66, 0xb0, 0xb6, + 0x59, 0x9, 0x66, 0xeb, 0x86, 0x5b, 0x9a, 0x66, + 0x90, 0x6, 0x56, 0x0, 0x66, 0x0, 0x6, 0x50, + 0x0, 0x66, 0x0, 0x6, 0x50, 0x6, 0xd4, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+5668 "器" */ + 0x6, 0xcb, 0xe0, 0xcb, 0xbd, 0x0, 0x65, 0xb, + 0xc, 0x0, 0xc0, 0x6, 0xca, 0xe1, 0xca, 0xad, + 0x0, 0x0, 0x5, 0x90, 0xa6, 0x0, 0x2b, 0xbb, + 0xec, 0xbb, 0xeb, 0x70, 0x5, 0xb1, 0x0, 0x98, + 0x0, 0x2c, 0xfb, 0xb1, 0x9b, 0xef, 0x70, 0x48, + 0x9, 0x2c, 0x1, 0xa0, 0x3, 0x80, 0x92, 0xc0, + 0x1a, 0x0, 0x3e, 0xbd, 0x2c, 0xbb, 0xa0, + + /* U+56DE "回" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xd, 0xc0, 0x0, 0x0, 0x0, 0xdc, 0xc, 0xbb, + 0xbc, 0xd, 0xc0, 0xc0, 0x0, 0xc0, 0xdc, 0xc, + 0x0, 0xc, 0xd, 0xc0, 0x9b, 0xbb, 0x90, 0xdc, + 0x0, 0x0, 0x0, 0xd, 0xfb, 0xbb, 0xbb, 0xbb, + 0xfd, 0x0, 0x0, 0x0, 0xd, + + /* U+56F4 "围" */ + 0xeb, 0xbb, 0xbb, 0xbb, 0xfc, 0x0, 0xa, 0x0, + 0xc, 0xc5, 0xaa, 0xea, 0xa6, 0xcc, 0x4, 0x4c, + 0x44, 0xc, 0xc0, 0x66, 0xd6, 0x61, 0xcc, 0x6a, + 0xae, 0xaa, 0x6c, 0xc0, 0x0, 0xb0, 0x47, 0xcc, + 0x0, 0xb, 0x58, 0x1c, 0xe9, 0x99, 0xa9, 0x99, + 0xec, 0x11, 0x11, 0x11, 0x1d, + + /* U+56FA "固" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x2, 0x0, + 0xd, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0x5a, 0xae, + 0xaa, 0x6d, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0xc, + 0x99, 0x9d, 0xd, 0xc0, 0xb0, 0x0, 0xc0, 0xdc, + 0x6, 0x88, 0x87, 0xd, 0xe9, 0x99, 0x99, 0x99, + 0xfd, 0x22, 0x22, 0x22, 0x2d, + + /* U+56FD "国" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xd, 0xc3, 0xbb, 0xfb, 0xb3, 0xdc, 0x0, 0xc, + 0x0, 0xd, 0xc0, 0xbb, 0xeb, 0xb0, 0xdc, 0x0, + 0xc, 0x26, 0xd, 0xc2, 0x44, 0xd4, 0xa2, 0xdc, + 0x25, 0x55, 0x55, 0x3d, 0xfa, 0xaa, 0xaa, 0xaa, + 0xfd, 0x11, 0x11, 0x11, 0x1d, + + /* U+56FE "图" */ + 0xfb, 0xbb, 0xbb, 0xbb, 0xfc, 0x0, 0xa0, 0x0, + 0xc, 0xc0, 0x8c, 0xaa, 0xc0, 0xcc, 0x88, 0xb4, + 0xb3, 0xc, 0xc0, 0x3a, 0xcb, 0x40, 0xcc, 0xa8, + 0x63, 0x16, 0x8c, 0xc0, 0x2, 0x79, 0x0, 0xcc, + 0x7, 0xaa, 0x72, 0xc, 0xd2, 0x22, 0x25, 0x62, + 0xde, 0x99, 0x99, 0x99, 0x9e, + + /* U+5706 "圆" */ + 0xea, 0xaa, 0xaa, 0xaa, 0xec, 0x8, 0x88, 0x88, + 0xc, 0xc0, 0xc1, 0x11, 0xc0, 0xcc, 0x7, 0x77, + 0x77, 0xc, 0xc2, 0xb9, 0x99, 0xb3, 0xcc, 0x38, + 0x7, 0x7, 0x3c, 0xc3, 0x80, 0xc1, 0x73, 0xcc, + 0x26, 0xc4, 0xa9, 0x1c, 0xc7, 0x61, 0x0, 0x35, + 0xce, 0xaa, 0xaa, 0xaa, 0xae, + + /* U+5728 "在" */ + 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xb, 0xbb, 0xfb, 0xbb, 0xbb, + 0x50, 0x0, 0xb4, 0x0, 0x0, 0x0, 0x0, 0x4b, + 0x0, 0x26, 0x0, 0x0, 0x1d, 0x40, 0x3, 0x90, + 0x0, 0x1d, 0xe2, 0x8c, 0xde, 0xcc, 0x1, 0x5a, + 0x20, 0x3, 0x90, 0x0, 0x0, 0xa2, 0x0, 0x39, + 0x0, 0x0, 0xa, 0x20, 0x3, 0x90, 0x0, 0x0, + 0xa4, 0xcc, 0xde, 0xcc, 0x50, + + /* U+5730 "地" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x1a, 0x0, + 0x0, 0xc0, 0x0, 0x1, 0xa0, 0x36, 0xc, 0x2, + 0x6, 0xce, 0xb4, 0x82, 0xeb, 0xe0, 0x1, 0xa0, + 0x6e, 0xbc, 0xb, 0x0, 0x1a, 0x4c, 0x80, 0xc0, + 0xb0, 0x1, 0xa0, 0x48, 0xc, 0xc, 0x0, 0x3e, + 0xc4, 0x80, 0xc8, 0xa0, 0x6e, 0x60, 0x48, 0x6, + 0x2, 0x31, 0x0, 0x4, 0x80, 0x0, 0x57, 0x0, + 0x0, 0x1c, 0xbb, 0xbd, 0x20, + + /* U+5740 "址" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x0, 0xc0, 0x0, 0x1, 0xa0, 0x0, 0xc, 0x0, + 0x4, 0x7c, 0x63, 0x40, 0xc0, 0x0, 0x13, 0xb1, + 0x56, 0xe, 0x99, 0x20, 0x1a, 0x5, 0x60, 0xd2, + 0x20, 0x1, 0xa1, 0x66, 0xc, 0x0, 0x0, 0x4e, + 0xc6, 0x60, 0xc0, 0x0, 0x8b, 0x40, 0x56, 0xc, + 0x0, 0x0, 0x0, 0x16, 0x71, 0xd1, 0x10, 0x0, + 0x7, 0xaa, 0xaa, 0xaa, 0x40, + + /* U+5747 "均" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x1b, 0x0, 0x0, 0x1, 0xa0, 0x9, 0xb8, 0x88, + 0x6, 0xce, 0xc5, 0x91, 0x11, 0xb0, 0x1, 0xa0, + 0xa5, 0x20, 0xb, 0x0, 0x1a, 0x0, 0x1c, 0x30, + 0xc0, 0x1, 0xa0, 0x0, 0x15, 0x3c, 0x0, 0x1d, + 0xc3, 0x5, 0xb4, 0xc0, 0x3c, 0x91, 0x3c, 0x80, + 0xc, 0x3, 0x20, 0x2, 0x20, 0x1, 0xa0, 0x0, + 0x0, 0x0, 0x4c, 0xc4, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5757 "块" */ + 0x0, 0xb0, 0x0, 0xc0, 0x0, 0x0, 0xb, 0x3, + 0x7e, 0x77, 0x50, 0x4c, 0xfb, 0x13, 0xd3, 0x3c, + 0x0, 0xb, 0x0, 0xc, 0x0, 0xc0, 0x0, 0xb0, + 0x0, 0xc0, 0xc, 0x0, 0xb, 0xa, 0xcf, 0xec, + 0xc6, 0x1, 0xec, 0x2, 0xbd, 0x0, 0x5, 0xd6, + 0x0, 0xa4, 0x78, 0x0, 0x0, 0x0, 0x7a, 0x0, + 0xc8, 0x0, 0x0, 0x78, 0x0, 0x0, 0x87, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+578B "型" */ + 0x7, 0xec, 0xdc, 0x3c, 0xc, 0x0, 0x9, 0x27, + 0x40, 0xc0, 0xc0, 0xb, 0xec, 0xdc, 0x5c, 0xc, + 0x0, 0xc, 0x7, 0x40, 0x80, 0xc0, 0x4, 0x90, + 0x74, 0x0, 0xc, 0x0, 0x90, 0x5, 0x71, 0x2c, + 0x90, 0x0, 0xaa, 0xae, 0xba, 0xa5, 0x0, 0x1, + 0x11, 0xa4, 0x11, 0x0, 0x1, 0x11, 0x1a, 0x41, + 0x11, 0x2, 0xaa, 0xaa, 0xaa, 0xaa, 0xa7, + + /* U+57FA "基" */ + 0x0, 0x85, 0x0, 0xb, 0x20, 0x1, 0x9c, 0xb9, + 0x99, 0xea, 0x70, 0x0, 0x8b, 0x99, 0x9e, 0x10, + 0x0, 0x8, 0x85, 0x55, 0xd1, 0x0, 0x0, 0x87, + 0x44, 0x4c, 0x10, 0x7, 0xbd, 0xdb, 0xbb, 0xfb, + 0xb2, 0x3, 0xc1, 0x14, 0x5, 0xb1, 0x7, 0xd7, + 0xab, 0xea, 0xa5, 0xd2, 0x20, 0x0, 0x2a, 0x0, + 0x0, 0x0, 0x9a, 0xab, 0xea, 0xaa, 0x40, + + /* U+586B "填" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x2, + 0x35, 0xb3, 0x31, 0x1, 0xa0, 0x46, 0xa9, 0x66, + 0x24, 0xce, 0xb2, 0xc9, 0x88, 0xb0, 0x1, 0xa0, + 0x2c, 0x77, 0x7b, 0x0, 0x1a, 0x2, 0xc8, 0x88, + 0xb0, 0x1, 0xa0, 0x2b, 0x44, 0x4b, 0x0, 0x1c, + 0x82, 0xb4, 0x44, 0xb0, 0x2c, 0xa4, 0xbc, 0xcb, + 0xcc, 0x80, 0x10, 0x2, 0xb5, 0xa, 0x80, 0x0, + 0x1, 0x91, 0x0, 0x6, 0x40, + + /* U+589E "增" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x94, 0x9, 0x60, 0x0, 0xc0, 0x79, 0x9a, 0xc9, + 0x32, 0xbf, 0xaa, 0x61, 0xa6, 0x84, 0x0, 0xc0, + 0xa1, 0x5a, 0x66, 0x40, 0xc, 0x8, 0x99, 0xb9, + 0xa3, 0x0, 0xc0, 0x18, 0x88, 0x86, 0x0, 0xd, + 0x92, 0xb1, 0x11, 0xc0, 0x2d, 0x81, 0x1d, 0x99, + 0x9c, 0x0, 0x0, 0x1, 0xd8, 0x88, 0xc0, 0x0, + 0x0, 0x1a, 0x11, 0x1c, 0x0, + + /* U+58F0 "声" */ + 0x1, 0x11, 0x1d, 0x11, 0x11, 0x1, 0xaa, 0xaa, + 0xea, 0xaa, 0xa1, 0x3, 0x55, 0x5e, 0x55, 0x54, + 0x0, 0x24, 0x44, 0x44, 0x44, 0x30, 0x4, 0xca, + 0xae, 0xaa, 0xc7, 0x0, 0x47, 0x0, 0xc0, 0x4, + 0x70, 0x6, 0xdb, 0xbf, 0xbb, 0xc7, 0x0, 0x93, + 0x0, 0x0, 0x3, 0x50, 0x1c, 0x0, 0x0, 0x0, + 0x0, 0x5, 0x40, 0x0, 0x0, 0x0, 0x0, + + /* U+5907 "备" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4b, + 0x0, 0x0, 0x0, 0x0, 0x4e, 0xba, 0xad, 0xb0, + 0x0, 0x9a, 0x8a, 0x28, 0xb0, 0x0, 0x1, 0x3, + 0xbe, 0xd4, 0x0, 0x3, 0xbc, 0x93, 0x2, 0x7b, + 0xc6, 0x1, 0xeb, 0xbe, 0xbb, 0xd3, 0x0, 0xd, + 0x0, 0xc0, 0xa, 0x30, 0x0, 0xfa, 0xaf, 0xaa, + 0xe3, 0x0, 0xd, 0x0, 0xc0, 0xa, 0x30, 0x0, + 0xfb, 0xbf, 0xbb, 0xe3, 0x0, + + /* U+590D "复" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x40, + 0x0, 0x0, 0x0, 0x6, 0xcb, 0xbb, 0xbb, 0xb8, + 0x5, 0x98, 0x77, 0x77, 0x79, 0x0, 0x0, 0xc8, + 0x88, 0x88, 0xe0, 0x0, 0xc, 0x33, 0x33, 0x3d, + 0x0, 0x0, 0x5e, 0x76, 0x66, 0x60, 0x0, 0x9, + 0xd9, 0x99, 0xb7, 0x0, 0xb, 0x69, 0x71, 0x7a, + 0x0, 0x0, 0x24, 0x7e, 0xdd, 0x64, 0x10, 0x7b, + 0x85, 0x10, 0x16, 0x9b, 0x10, + + /* U+5916 "外" */ + 0x0, 0x56, 0x0, 0xc, 0x0, 0x0, 0xb, 0xcb, + 0xa0, 0xc0, 0x0, 0x1, 0xb0, 0x2c, 0xc, 0x0, + 0x0, 0xa4, 0x5, 0x80, 0xfa, 0x0, 0x1b, 0xa4, + 0xa4, 0xc, 0x6b, 0x0, 0x1, 0xbd, 0x0, 0xc0, + 0x68, 0x0, 0x8, 0x70, 0xc, 0x0, 0x0, 0x4, + 0xc0, 0x0, 0xc0, 0x0, 0x6, 0xe2, 0x0, 0xc, + 0x0, 0x1, 0xb1, 0x0, 0x0, 0xc0, 0x0, + + /* U+591A "多" */ + 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x1, 0xab, + 0xbb, 0xe6, 0x0, 0x5, 0xa6, 0x30, 0x79, 0x0, + 0x0, 0x0, 0x2d, 0xc8, 0x30, 0x0, 0x9, 0xdb, + 0x54, 0xfb, 0x99, 0x10, 0x30, 0x19, 0x92, 0x15, + 0xb0, 0x0, 0x6b, 0x3a, 0x24, 0xc1, 0x0, 0x0, + 0x0, 0x5f, 0xa1, 0x0, 0x3, 0x69, 0xd9, 0x30, + 0x0, 0x0, 0x86, 0x30, 0x0, 0x0, 0x0, + + /* U+5927 "大" */ + 0x0, 0x0, 0xc, 0x20, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x1, 0xdd, 0xdd, 0xfe, 0xdd, 0xd7, 0x0, 0x0, + 0x3e, 0xb0, 0x0, 0x0, 0x0, 0x9, 0x5d, 0x30, + 0x0, 0x0, 0x2, 0xd0, 0x5b, 0x0, 0x0, 0x1, + 0xd4, 0x0, 0xb7, 0x0, 0x4, 0xd5, 0x0, 0x0, + 0xc9, 0x11, 0xb2, 0x0, 0x0, 0x0, 0x86, + + /* U+5929 "天" */ + 0x1, 0x11, 0x11, 0x11, 0x11, 0x0, 0x7a, 0xaa, + 0xfb, 0xaa, 0xa0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x1d, 0xdd, + 0xdf, 0xed, 0xdd, 0x50, 0x0, 0x5, 0xd9, 0x0, + 0x0, 0x0, 0x0, 0xd3, 0xc2, 0x0, 0x0, 0x0, + 0xa8, 0x2, 0xd2, 0x0, 0x4, 0xd7, 0x0, 0x3, + 0xd7, 0x1, 0xa2, 0x0, 0x0, 0x1, 0x76, + + /* U+592A "太" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x1, 0x11, 0x1d, 0x11, 0x11, + 0x0, 0xbb, 0xbc, 0xfe, 0xbb, 0xb6, 0x0, 0x0, + 0x2d, 0xb0, 0x0, 0x0, 0x0, 0x7, 0x6b, 0x20, + 0x0, 0x0, 0x1, 0xd0, 0x4b, 0x0, 0x0, 0x0, + 0xbd, 0x20, 0xa7, 0x0, 0x2, 0xb8, 0x3d, 0x20, + 0xc8, 0x1, 0xd5, 0x0, 0x39, 0x0, 0x99, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5931 "失" */ + 0x0, 0x47, 0xb, 0x10, 0x0, 0x0, 0xa, 0x50, + 0xc2, 0x0, 0x0, 0x2, 0xeb, 0xbe, 0xcb, 0xb8, + 0x0, 0xb4, 0x0, 0xc1, 0x0, 0x0, 0x5, 0x11, + 0x1d, 0x11, 0x11, 0x1, 0xbb, 0xbc, 0xfe, 0xbb, + 0xb7, 0x0, 0x0, 0x6a, 0xc0, 0x0, 0x0, 0x0, + 0x3d, 0x17, 0x90, 0x0, 0x0, 0x7d, 0x30, 0x8, + 0xb2, 0x1, 0xd7, 0x0, 0x0, 0x4, 0xc8, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5939 "夹" */ + 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x9c, 0xcc, + 0xed, 0xcc, 0xc2, 0x0, 0x61, 0xb, 0x20, 0x80, + 0x0, 0x5, 0x80, 0xc0, 0x59, 0x0, 0x0, 0x8, + 0xd, 0x8, 0x10, 0x1, 0xcc, 0xcd, 0xfe, 0xcc, + 0xc7, 0x0, 0x0, 0x78, 0xc1, 0x0, 0x0, 0x0, + 0x3d, 0x3, 0xc0, 0x0, 0x2, 0x8c, 0x20, 0x6, + 0xd7, 0x0, 0xb6, 0x0, 0x0, 0x2, 0x85, + + /* U+597D "好" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x24, 0x44, 0x40, 0x1, 0xb0, 0x4, 0x66, 0x8d, + 0x13, 0xde, 0xcc, 0x0, 0x1c, 0x20, 0x7, 0x41, + 0xa0, 0x8, 0x50, 0x0, 0xb0, 0x48, 0xcc, 0xed, + 0xc8, 0xd, 0x39, 0x30, 0x8, 0x40, 0x0, 0x2d, + 0xd0, 0x0, 0x84, 0x0, 0x0, 0x9e, 0x50, 0x8, + 0x40, 0x0, 0x6a, 0x1a, 0x0, 0x84, 0x0, 0x39, + 0x0, 0x0, 0xbd, 0x20, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+59CB "始" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x38, 0x0, + 0x8, 0x50, 0x0, 0x6, 0x50, 0x1, 0xb0, 0x50, + 0x7, 0xec, 0xe1, 0x93, 0x6, 0x60, 0xb, 0xb, + 0x6e, 0xab, 0xbe, 0x11, 0xa0, 0xb2, 0x32, 0x0, + 0x33, 0x4b, 0x38, 0xb, 0xbb, 0xb9, 0x0, 0x5e, + 0x50, 0xc0, 0x0, 0xc0, 0x2, 0xcc, 0x1c, 0x0, + 0xc, 0x3, 0xd3, 0x20, 0xe9, 0x99, 0xc0, 0x55, + 0x0, 0xc, 0x22, 0x2c, 0x0, + + /* U+5B50 "子" */ + 0x1, 0xaa, 0xaa, 0xaa, 0xa6, 0x0, 0x1, 0x11, + 0x11, 0x8d, 0x10, 0x0, 0x0, 0x1, 0xaa, 0x10, + 0x0, 0x0, 0x0, 0xa6, 0x0, 0x0, 0x1, 0x11, + 0x1b, 0x41, 0x11, 0x12, 0xbb, 0xbb, 0xec, 0xbb, + 0xb7, 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x0, 0x0, 0x9c, 0xc1, 0x0, 0x0, + + /* U+5B57 "字" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0x1f, 0xcc, 0xcc, 0xcc, 0xcf, + 0x11, 0xb0, 0x0, 0x0, 0x0, 0xc1, 0x2, 0x5c, + 0xcc, 0xcf, 0x42, 0x0, 0x0, 0x0, 0x2c, 0x50, + 0x0, 0x1, 0x11, 0x1e, 0x31, 0x11, 0x2, 0xaa, + 0xaa, 0xfa, 0xaa, 0xa2, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0x8, 0xca, 0x0, 0x0, 0x0, + + /* U+5B58 "存" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x50, 0x0, 0xa3, 0x0, 0x0, 0x0, 0x0, 0x4a, + 0x2b, 0xbb, 0xb9, 0x0, 0x2e, 0x20, 0x0, 0x4a, + 0x10, 0x2d, 0xe1, 0x0, 0x1c, 0x0, 0x1, 0x3b, + 0x2c, 0xcc, 0xfc, 0xc8, 0x0, 0xb1, 0x0, 0x1b, + 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, + 0xb1, 0x9, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B66 "学" */ + 0x0, 0x10, 0x4, 0x0, 0x11, 0x0, 0xb, 0x10, + 0xd1, 0xb, 0x30, 0x8, 0xbb, 0x9c, 0xaa, 0xd9, + 0x30, 0xb2, 0x22, 0x22, 0x22, 0x85, 0x8, 0x5b, + 0xbb, 0xbb, 0x65, 0x40, 0x0, 0x0, 0x2a, 0xb1, + 0x0, 0x0, 0x0, 0xd, 0x30, 0x0, 0x1, 0xcc, + 0xcc, 0xfc, 0xcc, 0xc7, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0xa, 0xcb, 0x0, 0x0, 0x0, + + /* U+5B83 "它" */ + 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x1d, 0x0, + 0x0, 0xcc, 0xcc, 0xfd, 0xcc, 0xcc, 0x0, 0x0, + 0x0, 0xd, 0x63, 0x20, 0x0, 0x0, 0x60, 0x75, + 0x0, 0x6d, 0x40, 0x7, 0x99, 0xd8, 0x10, 0x0, + 0x7a, 0x30, 0x0, 0x0, 0x7, 0x50, 0x0, 0x0, + 0x60, 0x76, 0x0, 0x0, 0x2b, 0x3, 0xdc, 0xcc, + 0xde, 0x40, + + /* U+5B89 "安" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, + 0xc0, 0x0, 0x0, 0xd, 0xcc, 0xcd, 0xcc, 0xcd, + 0x0, 0xc0, 0x5, 0x30, 0x0, 0xd0, 0x3, 0x0, + 0xd1, 0x0, 0x3, 0x2, 0xcc, 0xed, 0xcc, 0xec, + 0xc2, 0x0, 0x2c, 0x0, 0x3c, 0x0, 0x0, 0x7, + 0xc6, 0x1d, 0x40, 0x0, 0x0, 0x1, 0x8f, 0xd3, + 0x0, 0x0, 0x15, 0xab, 0x34, 0xbc, 0x30, 0x9, + 0x83, 0x0, 0x0, 0x47, 0x0, + + /* U+5B8C "完" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0xc, 0xcc, 0xcd, 0xcc, 0xce, + 0x30, 0xb0, 0x0, 0x0, 0x0, 0x93, 0x5, 0x4c, + 0xcc, 0xcc, 0x74, 0x10, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x1c, 0xcd, 0xdc, 0xed, 0xcc, 0x60, 0x0, + 0x75, 0x8, 0x40, 0x0, 0x0, 0xb, 0x20, 0x84, + 0x0, 0x20, 0x5, 0xc0, 0x8, 0x40, 0x1a, 0x1b, + 0xa1, 0x0, 0x5d, 0xcc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B9A "定" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0xe, 0xcc, 0xcc, 0xcc, 0xce, + 0x0, 0xc0, 0x0, 0x0, 0x0, 0xc0, 0x5, 0x7c, + 0xcd, 0xcc, 0x95, 0x0, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0x94, 0xd, 0x0, 0x0, 0x0, 0xc, + 0x30, 0xdb, 0xbb, 0x20, 0x1, 0xea, 0xd, 0x0, + 0x0, 0x0, 0xa6, 0x99, 0xd0, 0x0, 0x0, 0x4b, + 0x0, 0x6c, 0xdc, 0xcc, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B9E "实" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0xe, 0xcc, 0xcc, 0xcc, 0xce, + 0x0, 0xc1, 0x60, 0x53, 0x0, 0xd0, 0x3, 0x7, + 0x88, 0x40, 0x3, 0x0, 0x2a, 0x10, 0x93, 0x0, + 0x0, 0x0, 0x37, 0xc, 0x10, 0x0, 0x1, 0xbb, + 0xbc, 0xfb, 0xbb, 0xb2, 0x0, 0x1, 0xc5, 0x94, + 0x0, 0x0, 0x15, 0xc6, 0x1, 0x8c, 0x40, 0x9, + 0x71, 0x0, 0x0, 0x18, 0x0, + + /* U+5BB9 "容" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd2, 0x0, 0x0, 0xf, 0xbb, 0xbb, 0xbb, 0xbd, + 0x40, 0xc0, 0x73, 0x1, 0x80, 0x84, 0x1, 0xa8, + 0x8, 0x24, 0xc3, 0x0, 0x84, 0x9, 0x8b, 0x21, + 0x90, 0x0, 0x3b, 0x40, 0xa, 0x70, 0x2, 0xbe, + 0xdb, 0xbb, 0xbe, 0xd6, 0x14, 0x75, 0x0, 0x0, + 0xc0, 0x10, 0x7, 0x50, 0x0, 0xc, 0x0, 0x0, + 0x7d, 0xbb, 0xbb, 0xc0, 0x0, + + /* U+5BBD "宽" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xa4, 0x0, 0x0, 0xe, 0xbb, 0xbb, 0xbb, 0xbe, + 0x10, 0xc2, 0x3c, 0x23, 0xb2, 0xb1, 0x0, 0x55, + 0xd5, 0x6d, 0x50, 0x0, 0x6, 0xbb, 0xbb, 0xb8, + 0x0, 0x0, 0x85, 0x6, 0x0, 0xa0, 0x0, 0x8, + 0x50, 0xd0, 0xa, 0x0, 0x0, 0x64, 0x2c, 0xa0, + 0x72, 0x30, 0x0, 0x4c, 0x3d, 0x0, 0x55, 0x19, + 0xc8, 0x10, 0xab, 0xbd, 0x10, 0x20, 0x0, 0x0, + 0x0, 0x0, + + /* U+5BF8 "寸" */ + 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xc0, 0x0, 0x2c, 0xcc, 0xcc, 0xcf, 0xcc, + 0x70, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x93, + 0x0, 0xc, 0x0, 0x0, 0x2, 0xd1, 0x0, 0xc0, + 0x0, 0x0, 0x6, 0x90, 0xc, 0x0, 0x0, 0x0, + 0x1, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xd, + 0x0, 0x0, 0x0, 0x3, 0xed, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5BF9 "对" */ + 0x0, 0x0, 0x0, 0x0, 0xc0, 0x4, 0xaa, 0xb7, + 0x0, 0xc, 0x0, 0x3, 0x6, 0x6b, 0xcc, 0xfc, + 0x40, 0xc0, 0xa3, 0x0, 0xc, 0x0, 0x4, 0xad, + 0x5, 0x30, 0xc0, 0x0, 0xa, 0x80, 0x2b, 0xc, + 0x0, 0x0, 0xdc, 0x0, 0xa2, 0xc0, 0x0, 0x97, + 0x76, 0x1, 0xc, 0x0, 0x5a, 0x0, 0x20, 0x0, + 0xc0, 0x0, 0x0, 0x0, 0x5, 0xcb, 0x0, + + /* U+5BFC "导" */ + 0x4, 0xeb, 0xbb, 0xbb, 0xd4, 0x0, 0x48, 0x0, + 0x0, 0x8, 0x40, 0x4, 0xeb, 0xbb, 0xbb, 0xc3, + 0x0, 0x3a, 0x0, 0x0, 0x0, 0x92, 0x0, 0x7a, + 0xaa, 0xaa, 0xa8, 0x0, 0x0, 0x0, 0x0, 0xa2, + 0x0, 0xc, 0xcd, 0xcc, 0xce, 0xcc, 0x60, 0x2, + 0xc1, 0x0, 0xa2, 0x0, 0x0, 0x3, 0xa0, 0xa, + 0x20, 0x0, 0x0, 0x0, 0x7b, 0xc0, 0x0, + + /* U+5C04 "射" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x60, + 0x0, 0xc, 0x0, 0xb, 0x99, 0xd0, 0x0, 0xc0, + 0x0, 0xb9, 0x9d, 0x7b, 0xbf, 0xb2, 0xb, 0x11, + 0xc0, 0x0, 0xc0, 0x0, 0xb7, 0x7d, 0x1a, 0xc, + 0x0, 0x4e, 0x99, 0xd0, 0x92, 0xc0, 0x1, 0x24, + 0xcc, 0x3, 0x5c, 0x0, 0x1, 0xc2, 0xc0, 0x0, + 0xc0, 0x4, 0xc3, 0xc, 0x0, 0xc, 0x0, 0x31, + 0x1b, 0xb0, 0x3c, 0xb0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5C06 "将" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x10, + 0xc, 0x41, 0x0, 0x31, 0xa1, 0x3b, 0x99, 0xbb, + 0x3, 0xbb, 0x39, 0x65, 0x4c, 0x10, 0x4, 0xc1, + 0x4, 0xe9, 0x20, 0x0, 0xa, 0x3b, 0x82, 0xc, + 0x0, 0x4, 0xf6, 0xbb, 0xbb, 0xfb, 0x25, 0xbb, + 0x14, 0x40, 0xc, 0x0, 0x30, 0xa1, 0xc, 0x20, + 0xc0, 0x0, 0xa, 0x10, 0x33, 0xc, 0x0, 0x0, + 0xa1, 0x0, 0x6c, 0xa0, 0x0, + + /* U+5C0F "小" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x40, 0xd, 0x0, 0x40, + 0x0, 0xe, 0x0, 0xd0, 0xd, 0x10, 0x4, 0xa0, + 0xd, 0x0, 0x69, 0x0, 0xa4, 0x0, 0xd0, 0x0, + 0xe0, 0x3c, 0x0, 0xd, 0x0, 0x9, 0x53, 0x30, + 0x0, 0xd0, 0x0, 0x35, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xbd, 0xb0, 0x0, 0x0, + + /* U+5C3A "尺" */ + 0x0, 0xec, 0xcc, 0xcc, 0xdb, 0x0, 0xd, 0x0, + 0x0, 0x1, 0xb0, 0x0, 0xd0, 0x0, 0x0, 0x1b, + 0x0, 0xd, 0x0, 0x0, 0x1, 0xb0, 0x0, 0xfc, + 0xcd, 0xfc, 0xc9, 0x0, 0x1c, 0x0, 0xd, 0x0, + 0x0, 0x3, 0x90, 0x0, 0x86, 0x0, 0x0, 0x77, + 0x0, 0x0, 0xd2, 0x0, 0xd, 0x10, 0x0, 0x3, + 0xd5, 0x4, 0x80, 0x0, 0x0, 0x2, 0xa7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C40 "局" */ + 0x1, 0xeb, 0xbb, 0xbb, 0xc7, 0x0, 0x1b, 0x0, + 0x0, 0x5, 0x70, 0x1, 0xeb, 0xbb, 0xbb, 0xd7, + 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3, 0xeb, + 0xbb, 0xbb, 0xbd, 0x30, 0x48, 0x0, 0x0, 0x0, + 0xa2, 0x6, 0x65, 0xb9, 0x9c, 0xb, 0x10, 0xa2, + 0x55, 0x0, 0xc0, 0xc0, 0x1b, 0x5, 0xca, 0xa8, + 0xd, 0x2, 0x40, 0x22, 0x0, 0x8c, 0x80, + + /* U+5C45 "居" */ + 0x9, 0xcb, 0xbb, 0xbb, 0xe4, 0x0, 0x93, 0x0, + 0x0, 0x9, 0x40, 0x9, 0xcb, 0xbb, 0xbb, 0xe4, + 0x0, 0x93, 0x0, 0x1b, 0x0, 0x0, 0xa, 0xcb, + 0xbc, 0xeb, 0xbb, 0x0, 0xb1, 0x0, 0x1b, 0x0, + 0x0, 0xc, 0xa, 0xbb, 0xeb, 0xb0, 0x0, 0xc0, + 0xc0, 0x0, 0xc, 0x0, 0x57, 0xc, 0x0, 0x0, + 0xc0, 0x9, 0x10, 0xea, 0xaa, 0xae, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C4F "屏" */ + 0xa, 0xbb, 0xbb, 0xbb, 0xc8, 0x0, 0xa1, 0x0, + 0x0, 0x4, 0x80, 0xa, 0xcb, 0xbb, 0xbb, 0xc7, + 0x0, 0xb1, 0x29, 0x0, 0x76, 0x0, 0xb, 0x6b, + 0xcb, 0xbf, 0xb9, 0x0, 0xc0, 0xc, 0x0, 0xc0, + 0x0, 0xc, 0x7a, 0xea, 0xae, 0xaa, 0x11, 0xc0, + 0x3b, 0x11, 0xd1, 0x10, 0x58, 0xb, 0x50, 0xc, + 0x0, 0x9, 0x28, 0x70, 0x0, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C55 "展" */ + 0xa, 0xcb, 0xbb, 0xbb, 0xbb, 0x0, 0xa2, 0x0, + 0x0, 0x0, 0xb0, 0xa, 0xcb, 0xbb, 0xbb, 0xba, + 0x0, 0xa2, 0xa, 0x0, 0xa0, 0x0, 0xb, 0x7b, + 0xeb, 0xbe, 0xba, 0x0, 0xc0, 0xb, 0x0, 0xc0, + 0x0, 0xc, 0x8e, 0xbd, 0xdb, 0xbc, 0x20, 0xc0, + 0xc0, 0x1c, 0x4b, 0x50, 0x58, 0xc, 0x25, 0x5e, + 0x70, 0x9, 0x21, 0xd9, 0x50, 0x6, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5DE5 "工" */ + 0x8, 0xdd, 0xde, 0xdd, 0xdd, 0x10, 0x0, 0x0, + 0xb2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, + 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, + 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, 0x2, 0xcc, + 0xcc, 0xfd, 0xcc, 0xc8, + + /* U+5DE6 "左" */ + 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x3a, + 0x0, 0x0, 0x0, 0x2c, 0xce, 0xdc, 0xcc, 0xcc, + 0x20, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x11, 0x11, 0x11, 0x0, 0x6, 0xaa, 0xaf, 0xaa, + 0x90, 0x0, 0xc0, 0x0, 0xd0, 0x0, 0x0, 0x98, + 0x0, 0xd, 0x0, 0x0, 0x4c, 0x0, 0x0, 0xd0, + 0x0, 0x3, 0x15, 0xcc, 0xcf, 0xcc, 0xc4, + + /* U+5DEE "差" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x96, 0x0, 0x7, 0xce, 0xdc, 0xcf, 0xcc, + 0x10, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0xbb, + 0xdd, 0xbb, 0xb6, 0x0, 0x55, 0x5b, 0x85, 0x55, + 0x52, 0x6, 0x6a, 0xc6, 0x66, 0x66, 0x30, 0x1, + 0xdc, 0xcc, 0xcc, 0x80, 0x4, 0xd3, 0x0, 0xa2, + 0x0, 0x1, 0xb5, 0x99, 0x9d, 0xa9, 0x94, 0x0, + 0x2, 0x22, 0x22, 0x22, 0x10, + + /* U+5DF2 "已" */ + 0xbc, 0xcc, 0xcc, 0xcf, 0x0, 0x0, 0x0, 0x0, + 0xc, 0x0, 0x1, 0x0, 0x0, 0xc, 0x0, 0x2a, + 0x0, 0x0, 0xc, 0x0, 0x2e, 0xcc, 0xcc, 0xcf, + 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, + 0x0, 0x0, 0x31, 0x2a, 0x0, 0x0, 0x0, 0x75, + 0x1c, 0x0, 0x0, 0x0, 0xb2, 0xa, 0xdc, 0xcc, + 0xcd, 0x90, + + /* U+5E03 "布" */ + 0x0, 0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0xb, + 0x30, 0x0, 0x0, 0xb, 0xbb, 0xfc, 0xbb, 0xbb, + 0x60, 0x0, 0x95, 0x1, 0x0, 0x0, 0x0, 0x3c, + 0x2, 0xa0, 0x0, 0x0, 0x1d, 0xec, 0xde, 0xcc, + 0xb0, 0x1d, 0xa7, 0x2, 0xa0, 0xc, 0x1, 0x44, + 0x70, 0x2a, 0x0, 0xc0, 0x0, 0x47, 0x2, 0xa0, + 0xd, 0x0, 0x4, 0x60, 0x2a, 0x5b, 0x70, 0x0, + 0x0, 0x2, 0xa0, 0x0, 0x0, + + /* U+5E0C "希" */ + 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x1a, 0xa6, + 0x26, 0xb4, 0x0, 0x0, 0x26, 0xec, 0xe6, 0x0, + 0x0, 0xaa, 0x6d, 0x0, 0x6b, 0x0, 0x6b, 0xbc, + 0xeb, 0xbb, 0xbb, 0x10, 0x3, 0xb0, 0x50, 0x0, + 0x0, 0x3, 0xec, 0xbe, 0xcb, 0xb2, 0x6, 0xbc, + 0x10, 0xb0, 0x8, 0x30, 0x10, 0xa1, 0xb, 0x0, + 0x83, 0x0, 0xa, 0x10, 0xb1, 0xac, 0x10, 0x0, + 0x0, 0xb, 0x0, 0x0, 0x0, + + /* U+5E26 "带" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x60, + 0xb1, 0xc, 0x0, 0x1b, 0xdd, 0xbe, 0xbb, 0xfb, + 0x70, 0x6, 0x60, 0xb1, 0xc, 0x0, 0xa, 0xbb, + 0xbb, 0xbb, 0xcb, 0x30, 0xc0, 0x0, 0xb1, 0x0, + 0x75, 0x6, 0x8b, 0xbe, 0xcb, 0xb7, 0x20, 0xa, + 0x10, 0xb1, 0x8, 0x40, 0x0, 0xa1, 0xb, 0x10, + 0x84, 0x0, 0x9, 0x10, 0xb1, 0x8c, 0x20, 0x0, + 0x0, 0xb, 0x10, 0x0, 0x0, + + /* U+5E27 "帧" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x10, 0x0, + 0xc2, 0x21, 0x3a, 0x42, 0x0, 0xc7, 0x73, 0xcb, + 0x7a, 0x6b, 0xfb, 0xa0, 0x99, 0x1a, 0x82, 0x10, + 0xb0, 0x99, 0x1a, 0x82, 0xb0, 0xb0, 0x99, 0x1a, + 0x82, 0xb0, 0xb0, 0x99, 0x1a, 0x82, 0xc0, 0xb0, + 0x79, 0x74, 0x73, 0xb0, 0x90, 0x9, 0x10, 0x2c, + 0x3a, 0x40, 0x9, 0x14, 0xa2, 0x0, 0x84, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+5E38 "常" */ + 0xa, 0x0, 0xd0, 0xa, 0x20, 0x6a, 0x96, 0xe6, + 0x8b, 0x62, 0xd4, 0x44, 0x44, 0x44, 0x95, 0xa5, + 0xc9, 0x99, 0xaa, 0x64, 0x5, 0x94, 0x44, 0x6a, + 0x0, 0x1, 0x44, 0xe4, 0x43, 0x0, 0x3c, 0xbb, + 0xfb, 0xbc, 0x80, 0x48, 0x0, 0xd0, 0x2, 0xa0, + 0x48, 0x0, 0xd0, 0x14, 0xa0, 0x24, 0x0, 0xd0, + 0x79, 0x30, + + /* U+5E3D "帽" */ + 0x0, 0xa0, 0xc, 0xaa, 0xad, 0x40, 0xa, 0x0, + 0xa3, 0x33, 0x84, 0xe, 0xeb, 0x9a, 0x56, 0x69, + 0x40, 0x9a, 0x9, 0x76, 0x66, 0x73, 0x9, 0xa0, + 0x96, 0xaa, 0xaa, 0x0, 0x9a, 0x9, 0x92, 0x22, + 0xd0, 0x9, 0xa3, 0x99, 0x77, 0x7e, 0x0, 0x5a, + 0x52, 0x99, 0x99, 0xe0, 0x0, 0xa0, 0x9, 0x0, + 0xc, 0x0, 0xa, 0x0, 0x9a, 0xaa, 0xe0, + + /* U+5E45 "幅" */ + 0x0, 0x90, 0xa, 0xaa, 0xaa, 0x60, 0x9, 0x0, + 0x0, 0x0, 0x0, 0xe, 0xeb, 0x97, 0xa9, 0x9e, + 0x0, 0x99, 0x9, 0x75, 0x22, 0xc0, 0x9, 0x90, + 0x93, 0x66, 0x66, 0x0, 0x99, 0x9, 0xba, 0xca, + 0xb5, 0x9, 0x93, 0x9b, 0xb, 0x4, 0x60, 0x59, + 0x52, 0xda, 0xea, 0xc6, 0x0, 0x90, 0xb, 0xb, + 0x4, 0x60, 0x9, 0x0, 0xda, 0xaa, 0xc6, + + /* U+5E55 "幕" */ + 0xa, 0xad, 0xca, 0xae, 0xaa, 0x50, 0x0, 0x10, + 0x0, 0x20, 0x0, 0x0, 0xd8, 0x88, 0x88, 0xb6, + 0x0, 0xd, 0x77, 0x77, 0x7b, 0x60, 0x0, 0xb8, + 0x98, 0x88, 0xa5, 0x1, 0x66, 0x7e, 0x66, 0x66, + 0x64, 0x5, 0x9c, 0x5a, 0x58, 0xc5, 0x31, 0xcc, + 0xca, 0xea, 0xae, 0xb7, 0x1, 0x65, 0xb, 0x10, + 0xc0, 0x10, 0x6, 0x50, 0xb1, 0x8c, 0x0, + + /* U+5E73 "平" */ + 0x6, 0xaa, 0xaa, 0xaa, 0xaa, 0x0, 0x14, 0x21, + 0xc3, 0x14, 0x20, 0x0, 0x94, 0xb, 0x10, 0xc1, + 0x0, 0x2, 0xa0, 0xb1, 0x49, 0x0, 0x0, 0x6, + 0xb, 0x14, 0x10, 0x2, 0xcc, 0xcc, 0xfd, 0xcc, + 0xc7, 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+5E8F "序" */ + 0x0, 0x0, 0x4, 0x10, 0x0, 0x0, 0x22, 0x22, + 0x99, 0x22, 0x21, 0xb, 0x99, 0x99, 0x99, 0x99, + 0x30, 0xb1, 0x9a, 0xaa, 0xaa, 0x10, 0xb, 0x10, + 0x41, 0x9, 0x60, 0x0, 0xb0, 0x4, 0xbd, 0x40, + 0x0, 0xc, 0x5b, 0xbb, 0xfe, 0xbb, 0x10, 0xc0, + 0x0, 0xc, 0x4, 0xa0, 0xb, 0x0, 0x0, 0xc0, + 0x80, 0x4, 0x70, 0x0, 0xc, 0x0, 0x0, 0x72, + 0x0, 0xbc, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5E94 "应" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xa3, 0x0, 0x0, 0x9, 0xcc, 0xcd, 0xec, 0xcc, + 0x20, 0xb1, 0x0, 0x10, 0x0, 0x10, 0xb, 0x16, + 0xa, 0x20, 0x59, 0x0, 0xc0, 0xc0, 0x57, 0xa, + 0x30, 0xc, 0x7, 0x52, 0xa0, 0xc0, 0x0, 0xc0, + 0x2a, 0x6, 0x75, 0x0, 0x2b, 0x0, 0x0, 0x1c, + 0x0, 0x6, 0x68, 0xaa, 0xac, 0xda, 0xa4, 0x41, + 0x11, 0x11, 0x11, 0x11, 0x0, + + /* U+5EA6 "度" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0xb, 0xcc, 0xdc, 0xcc, 0xcc, + 0x0, 0xb0, 0xc, 0x0, 0xa1, 0x0, 0xb, 0x8a, + 0xea, 0xae, 0xb9, 0x0, 0xc0, 0xc, 0x33, 0xb1, + 0x0, 0xc, 0x0, 0x56, 0x66, 0x0, 0x0, 0xc5, + 0xcc, 0xaa, 0xbc, 0x0, 0x1c, 0x0, 0xb5, 0x2b, + 0x30, 0x5, 0x80, 0x36, 0xff, 0x83, 0x0, 0x62, + 0x98, 0x40, 0x4, 0x8a, 0x0, + + /* U+5EF6 "延" */ + 0x0, 0x0, 0x0, 0x1, 0x48, 0x2, 0xbd, 0xb3, + 0xbc, 0xf7, 0x30, 0x0, 0x94, 0x0, 0xc, 0x0, + 0x0, 0x1c, 0x0, 0x0, 0xc0, 0x0, 0x7, 0x82, + 0xc, 0xc, 0x66, 0x20, 0x89, 0xe1, 0xc0, 0xc5, + 0x51, 0x6, 0xd, 0xc, 0xc, 0x0, 0x0, 0x88, + 0xa0, 0xc0, 0xc0, 0x0, 0x1, 0xe5, 0xb, 0xbb, + 0xbb, 0x40, 0x3d, 0xd5, 0x0, 0x0, 0x0, 0x2d, + 0x22, 0x9c, 0xcc, 0xcc, 0x60, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5EFA "建" */ + 0x3b, 0xd7, 0x9b, 0xec, 0xb5, 0x0, 0xb, 0x10, + 0xb, 0x14, 0x70, 0x2, 0xa5, 0xaa, 0xeb, 0xcd, + 0x20, 0x9a, 0x34, 0x4c, 0x58, 0x70, 0x3, 0x86, + 0x45, 0xc6, 0x52, 0x0, 0x68, 0x39, 0x9e, 0xa9, + 0x60, 0xb, 0xb1, 0x11, 0xb2, 0x11, 0x0, 0x5b, + 0x39, 0x9d, 0x99, 0x90, 0x9, 0x99, 0x10, 0x60, + 0x0, 0x4, 0x80, 0x4a, 0xbb, 0xbb, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F00 "开" */ + 0x9, 0xce, 0xdc, 0xce, 0xdc, 0x30, 0x0, 0x84, + 0x0, 0xa2, 0x0, 0x0, 0x8, 0x40, 0xa, 0x20, + 0x0, 0x0, 0x84, 0x0, 0xa2, 0x0, 0x2c, 0xce, + 0xdc, 0xce, 0xdc, 0x70, 0x0, 0xa2, 0x0, 0xa2, + 0x0, 0x0, 0xd, 0x0, 0xa, 0x20, 0x0, 0x5, + 0x90, 0x0, 0xa2, 0x0, 0x3, 0xe1, 0x0, 0xa, + 0x20, 0x0, 0xc3, 0x0, 0x0, 0xa2, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F02 "异" */ + 0x3, 0xeb, 0xbb, 0xbb, 0xd4, 0x0, 0x39, 0x0, + 0x0, 0x7, 0x40, 0x3, 0xeb, 0xbb, 0xbb, 0xd4, + 0x0, 0x3a, 0x0, 0x0, 0x0, 0x63, 0x0, 0xbb, + 0xbb, 0xbb, 0xcc, 0x10, 0x0, 0x60, 0x0, 0x41, + 0x0, 0x1a, 0xae, 0xaa, 0xae, 0xba, 0x70, 0x5, + 0xa0, 0x0, 0xa3, 0x0, 0x1, 0xd3, 0x0, 0x9, + 0x20, 0x0, 0xc4, 0x0, 0x0, 0x92, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F0F "式" */ + 0x0, 0x0, 0x0, 0x84, 0x94, 0x0, 0x0, 0x0, + 0x8, 0x50, 0x90, 0x1c, 0xcc, 0xcc, 0xee, 0xcc, + 0x70, 0x0, 0x0, 0x5, 0x70, 0x0, 0x9, 0xcc, + 0xcc, 0x59, 0x0, 0x0, 0x0, 0xc0, 0x1, 0xb0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0xc0, 0x21, 0xa4, 0x9, 0x4, 0x7e, 0xda, 0x33, + 0xc1, 0xa0, 0x85, 0x10, 0x0, 0x8, 0xe5, + + /* U+5F15 "引" */ + 0x9c, 0xcc, 0xe0, 0xa, 0x20, 0x0, 0xc, 0x0, + 0xa2, 0x0, 0x0, 0xc0, 0xa, 0x27, 0xdc, 0xcb, + 0x0, 0xa2, 0xa2, 0x0, 0x0, 0xa, 0x2e, 0xcb, + 0xbc, 0x0, 0xa2, 0x0, 0x0, 0xd0, 0xa, 0x20, + 0x0, 0xc, 0x0, 0xa2, 0x0, 0x3, 0xa0, 0xa, + 0x20, 0x6c, 0xd4, 0x0, 0xa2, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F31 "弱" */ + 0xb, 0xbb, 0xf1, 0xbb, 0xbe, 0x0, 0x0, 0xc, + 0x0, 0x0, 0xc0, 0x8, 0xbb, 0xf0, 0xab, 0xbe, + 0x0, 0xc0, 0x0, 0xc, 0x0, 0x0, 0xd, 0xbb, + 0xb1, 0xfb, 0xbb, 0x10, 0x63, 0xc, 0x7, 0x20, + 0xb0, 0x2, 0x97, 0xc0, 0x3a, 0x6c, 0x0, 0x27, + 0xcd, 0x2, 0x8b, 0xe0, 0x3b, 0x51, 0xb2, 0xb4, + 0xc, 0x0, 0x7, 0xc5, 0x0, 0x9b, 0x70, 0x0, + 0x0, 0x0, 0x1, 0x10, 0x0, + + /* U+5F39 "弹" */ + 0x0, 0x0, 0x3, 0x0, 0x13, 0x1, 0xbb, 0xe0, + 0x66, 0x8, 0x40, 0x0, 0xc, 0x0, 0x90, 0xb0, + 0x0, 0x0, 0xc3, 0xdd, 0xde, 0xd0, 0xe, 0xaa, + 0x38, 0xd, 0xb, 0x0, 0xb0, 0x3, 0xc8, 0xe8, + 0xe0, 0xd, 0xbc, 0x3c, 0x7e, 0x7d, 0x0, 0x0, + 0xc0, 0x22, 0xd2, 0x20, 0x0, 0xc, 0xab, 0xbf, + 0xbb, 0x60, 0x0, 0xb0, 0x0, 0xc0, 0x0, 0x9, + 0xc6, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F3A "强" */ + 0x3c, 0xce, 0xe, 0xaa, 0xac, 0x0, 0x0, 0xb0, + 0xb0, 0x0, 0xc0, 0x5, 0x5c, 0xf, 0xcc, 0xcc, + 0x1, 0xc7, 0x70, 0x0, 0xc0, 0x0, 0x38, 0x0, + 0x3c, 0xae, 0xad, 0x16, 0xda, 0xa4, 0x70, 0xc0, + 0xa1, 0x0, 0xc, 0x3d, 0xae, 0xae, 0x10, 0x0, + 0xc0, 0x0, 0xc1, 0x60, 0x0, 0x1b, 0x1, 0x2d, + 0x4e, 0x20, 0x8c, 0x69, 0xba, 0x98, 0x88, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F53 "当" */ + 0x13, 0x0, 0xd0, 0x1, 0x50, 0xc0, 0xd, 0x0, + 0x86, 0x7, 0x70, 0xd0, 0x2c, 0x0, 0x23, 0x1e, + 0x13, 0x41, 0x2a, 0xaa, 0xaa, 0xab, 0xb0, 0x0, + 0x0, 0x0, 0x1b, 0xb, 0xcc, 0xcc, 0xcd, 0xb0, + 0x0, 0x0, 0x0, 0x1b, 0x4a, 0xaa, 0xaa, 0xab, + 0xb1, 0x22, 0x22, 0x22, 0x3b, + + /* U+5F55 "录" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0xcc, + 0xcc, 0xce, 0x20, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x1b, 0xbb, 0xbb, 0xbf, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xd0, 0x0, 0xbb, 0xbb, 0xfb, 0xbb, + 0xb5, 0x2, 0xa1, 0xd, 0x40, 0x86, 0x0, 0x4, + 0xb0, 0xec, 0xa6, 0x0, 0x0, 0x28, 0xbe, 0x2c, + 0x20, 0x0, 0xab, 0x40, 0xd0, 0x2b, 0x92, 0x1, + 0x4, 0xbc, 0x0, 0x4, 0x20, + + /* U+5F62 "形" */ + 0x0, 0x0, 0x0, 0x0, 0x14, 0x6, 0xde, 0xcf, + 0xc0, 0x1c, 0x30, 0x4, 0x70, 0xb0, 0x4d, 0x40, + 0x0, 0x47, 0xb, 0x6, 0x20, 0x0, 0x4, 0x70, + 0xb0, 0x0, 0x4b, 0x8, 0xdd, 0xbe, 0xc2, 0x5c, + 0x10, 0x6, 0x60, 0xb0, 0x79, 0x0, 0x0, 0x84, + 0xb, 0x0, 0x0, 0xb1, 0xb, 0x20, 0xb0, 0x0, + 0xa5, 0x2, 0xc0, 0xb, 0x3, 0xc7, 0x0, 0x83, + 0x0, 0xb2, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F71 "影" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8a, 0x88, + 0xc5, 0x3, 0xc0, 0x8, 0xa8, 0x8b, 0x53, 0xc2, + 0x0, 0x87, 0x55, 0xa6, 0xb1, 0x0, 0x2, 0x3a, + 0x53, 0x10, 0x9, 0x30, 0xaa, 0xaa, 0xa7, 0x1a, + 0x50, 0x6, 0x97, 0x7b, 0x4a, 0x20, 0x0, 0x7b, + 0x99, 0xc3, 0x0, 0x67, 0x2, 0x48, 0x46, 0x0, + 0x3c, 0x0, 0xb3, 0x84, 0xa1, 0x6c, 0x10, 0x5, + 0x5c, 0x22, 0x69, 0x0, 0x0, + + /* U+5F84 "径" */ + 0x0, 0x23, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x28, + 0xcc, 0xce, 0x90, 0x2c, 0x30, 0x0, 0x3, 0xd1, + 0x0, 0x24, 0x80, 0x5, 0xf3, 0x0, 0x1, 0xd1, + 0x4c, 0x96, 0xc7, 0x1, 0xdd, 0x3a, 0x20, 0x0, + 0x74, 0x44, 0xc0, 0x8c, 0xcc, 0xcb, 0x0, 0xc, + 0x0, 0x4, 0x80, 0x0, 0x0, 0xc0, 0x0, 0x48, + 0x0, 0x0, 0xc, 0x0, 0x4, 0x80, 0x0, 0x0, + 0xc4, 0xcc, 0xde, 0xcc, 0x60, + + /* U+5F85 "待" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x40, + 0x5, 0x70, 0x0, 0xa, 0x60, 0x8b, 0xdd, 0xbb, + 0x3, 0x43, 0x60, 0x5, 0x70, 0x0, 0x1, 0xd6, + 0xbb, 0xdd, 0xbb, 0x61, 0xcd, 0x0, 0x0, 0xc, + 0x0, 0x64, 0xc3, 0xbb, 0xbb, 0xfb, 0x50, 0xc, + 0x2, 0x40, 0xc, 0x0, 0x0, 0xc0, 0xc, 0x10, + 0xc0, 0x0, 0xc, 0x0, 0x44, 0xc, 0x0, 0x0, + 0xc0, 0x0, 0x4c, 0xb0, 0x0, + + /* U+5F88 "很" */ + 0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x1c, + 0xbb, 0xbb, 0xc0, 0x1c, 0x40, 0xc0, 0x0, 0xc, + 0x3, 0x44, 0x4c, 0xaa, 0xaa, 0xc0, 0x1, 0xd1, + 0xc0, 0x0, 0xc, 0x1, 0xdc, 0xc, 0xbb, 0xbb, + 0xc0, 0x64, 0xc0, 0xc0, 0xa1, 0x6, 0x10, 0xc, + 0xc, 0x5, 0xab, 0x80, 0x0, 0xc0, 0xc0, 0xb, + 0x80, 0x0, 0xc, 0xd, 0x58, 0x1c, 0x70, 0x0, + 0xc0, 0xc8, 0x30, 0x8, 0x70, + + /* U+5FAA "循" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, 0x15, + 0x78, 0xab, 0x80, 0xa, 0x50, 0xc3, 0x1b, 0x10, + 0x1, 0x55, 0x5e, 0xaa, 0xeb, 0xa7, 0x1, 0xc0, + 0xb0, 0xc, 0x0, 0x1, 0xcc, 0xc, 0x7b, 0xda, + 0xc1, 0x25, 0xc0, 0xb8, 0x30, 0xb, 0x10, 0xc, + 0xb, 0x89, 0x88, 0xd1, 0x0, 0xc3, 0x98, 0x97, + 0x7d, 0x10, 0xc, 0x66, 0x8a, 0x88, 0xd1, 0x0, + 0xc6, 0x38, 0x41, 0x1b, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5FAE "微" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0x32, + 0x94, 0x19, 0x0, 0x2c, 0x35, 0x59, 0x83, 0x82, + 0x10, 0x1b, 0x7b, 0xdd, 0x79, 0xc5, 0x5, 0xa1, + 0x22, 0x2c, 0x3a, 0x3, 0xd9, 0x59, 0x99, 0xa6, + 0xa0, 0x34, 0x90, 0xaa, 0x70, 0xa9, 0x0, 0x19, + 0xb, 0xa, 0xb, 0x40, 0x1, 0x91, 0x90, 0xe7, + 0xd4, 0x0, 0x19, 0x66, 0x26, 0x85, 0xc0, 0x1, + 0x99, 0x0, 0x46, 0x5, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5FB7 "德" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x32, + 0x26, 0x62, 0x21, 0xa, 0x62, 0x77, 0xb8, 0x77, + 0x24, 0x54, 0x5a, 0x9d, 0xb9, 0xc0, 0x0, 0xc1, + 0xa0, 0x99, 0xa, 0x0, 0xbc, 0x9, 0x8a, 0xa9, + 0xa0, 0x66, 0xc4, 0x99, 0x99, 0x99, 0x40, 0xc, + 0x0, 0x6, 0x10, 0x0, 0x0, 0xc0, 0x57, 0x47, + 0x17, 0x0, 0xc, 0x75, 0xc0, 0x16, 0xa1, 0x0, + 0xc7, 0x9, 0xaa, 0x83, 0x20, + + /* U+5FD7 "志" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc7, 0x0, 0x0, 0xb, 0x10, 0x0, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x5, 0xcc, + 0xcc, 0xcc, 0xcb, 0x0, 0x0, 0x5, 0x80, 0x0, + 0x0, 0x1, 0x26, 0x8, 0xb0, 0x32, 0x0, 0x66, + 0xc0, 0x6, 0x23, 0xb0, 0xc, 0x1c, 0x0, 0x1, + 0xab, 0x30, 0x50, 0x7c, 0xbb, 0xd5, 0x34, + + /* U+5FEB "快" */ + 0x0, 0xc0, 0x0, 0xb0, 0x0, 0x0, 0x2d, 0x56, + 0xae, 0xba, 0x80, 0x18, 0xcb, 0x11, 0xc2, 0x1c, + 0x3, 0x6c, 0x62, 0xc, 0x0, 0xc0, 0x63, 0xc0, + 0x0, 0xc0, 0xc, 0x0, 0xc, 0x2c, 0xcf, 0xec, + 0xc9, 0x0, 0xc0, 0x2, 0xcd, 0x0, 0x0, 0xc, + 0x0, 0x94, 0x77, 0x0, 0x0, 0xc0, 0x6b, 0x0, + 0xc7, 0x0, 0xc, 0x4a, 0x0, 0x0, 0x88, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5FFD "忽" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0x0, 0x0, 0x0, 0xbb, 0xed, 0xce, 0xca, + 0x0, 0xb5, 0x1c, 0x9, 0x43, 0x90, 0x4, 0x1b, + 0x32, 0xb0, 0x48, 0x0, 0x2c, 0x32, 0xc2, 0x7, + 0x50, 0x0, 0x10, 0xa2, 0x2b, 0xc1, 0x0, 0x10, + 0x40, 0xc1, 0x1, 0x0, 0xa, 0x1c, 0x4, 0xa0, + 0x49, 0x1, 0xb0, 0xc0, 0x2, 0x56, 0xb2, 0x13, + 0xb, 0xbb, 0xbd, 0x22, 0x10, + + /* U+6001 "态" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc7, 0x0, 0x0, 0x59, 0xd1, 0x0, + 0x0, 0x0, 0xd, 0x27, 0xa0, 0x0, 0x0, 0x2c, + 0xa7, 0xb, 0x90, 0x1, 0xad, 0x40, 0x89, 0x8, + 0xe5, 0x4, 0x13, 0xa, 0x10, 0x23, 0x10, 0x48, + 0xc0, 0x4b, 0x3, 0xa0, 0xa, 0x2c, 0x0, 0x20, + 0x9b, 0x20, 0x80, 0x8c, 0xbb, 0xc6, 0x43, + + /* U+6020 "怠" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x5b, + 0x4, 0x60, 0x0, 0x1, 0x9a, 0x23, 0x3b, 0xa0, + 0x0, 0x5a, 0x98, 0x77, 0x67, 0x70, 0x0, 0xaa, + 0xaa, 0xaa, 0xa0, 0x0, 0xc, 0x0, 0x0, 0xc, + 0x0, 0x0, 0xda, 0xaa, 0xaa, 0xd0, 0x0, 0x0, + 0x7, 0x60, 0x0, 0x0, 0x6, 0x29, 0xa, 0x80, + 0x45, 0x0, 0xc1, 0xc0, 0x2, 0x45, 0xc0, 0x27, + 0xb, 0xcb, 0xbd, 0x35, 0x20, + + /* U+6025 "急" */ + 0x0, 0x3, 0x20, 0x0, 0x0, 0x0, 0x1, 0xea, + 0x99, 0x50, 0x0, 0x1, 0xc4, 0x11, 0xa4, 0x0, + 0x2, 0xde, 0xaa, 0xbf, 0xba, 0x0, 0x1, 0x22, + 0x22, 0x22, 0xd0, 0x0, 0x6, 0x77, 0x77, 0x7e, + 0x0, 0x2, 0xaa, 0xaa, 0xaa, 0xe0, 0x0, 0x0, + 0x2, 0x70, 0x0, 0x0, 0x5, 0x18, 0xa, 0x40, + 0x58, 0x0, 0xd0, 0xd0, 0x17, 0x45, 0xc1, 0x35, + 0xb, 0xbb, 0xbc, 0x24, 0x20, + + /* U+603B "总" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0xd1, 0x0, 0x0, 0x5, 0x70, 0x68, 0x0, + 0x0, 0xe, 0xcc, 0xcc, 0xce, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xe0, 0x0, 0xd, 0x11, 0x11, 0x1e, + 0x0, 0x0, 0xab, 0xbb, 0xbb, 0xa0, 0x0, 0x10, + 0x42, 0xc2, 0x3, 0x0, 0xa, 0x2d, 0x2, 0xb0, + 0x4a, 0x2, 0xc0, 0xd0, 0x0, 0x35, 0x94, 0x23, + 0x9, 0xcb, 0xbc, 0x41, 0x0, + + /* U+6062 "恢" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x65, 0x0, 0x0, 0x4, 0xc5, 0xbe, 0xcb, 0xbb, + 0x51, 0xaa, 0xa0, 0xb0, 0x24, 0x0, 0x38, 0xa6, + 0xb, 0x35, 0x73, 0x15, 0x4a, 0x4, 0x89, 0x65, + 0x90, 0x1, 0xa0, 0x94, 0xa8, 0x4a, 0x0, 0x1a, + 0x2c, 0x3, 0xc8, 0x20, 0x1, 0xaa, 0x30, 0x3a, + 0xb0, 0x0, 0x1a, 0x10, 0x2c, 0x25, 0xa0, 0x1, + 0xa0, 0xc, 0x20, 0x6, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+606F "息" */ + 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x2, 0x24, + 0xd2, 0x22, 0x0, 0x0, 0xd7, 0x77, 0x77, 0xd0, + 0x0, 0xd, 0x99, 0x99, 0x9d, 0x0, 0x0, 0xc2, + 0x22, 0x22, 0xd0, 0x0, 0xd, 0x77, 0x77, 0x7d, + 0x0, 0x0, 0xda, 0xaa, 0xaa, 0xd0, 0x0, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0x8, 0x3a, 0x7, 0x60, + 0x68, 0x1, 0xc1, 0xb0, 0x2, 0x55, 0xc1, 0x24, + 0xc, 0xcc, 0xcd, 0x22, 0x0, + + /* U+60C5 "情" */ + 0x1, 0xa0, 0x33, 0x7a, 0x33, 0x10, 0x1b, 0x35, + 0x58, 0xb5, 0x52, 0xa, 0xaa, 0x79, 0xbc, 0x99, + 0x13, 0x8a, 0x48, 0x8a, 0xb8, 0x86, 0x34, 0xa0, + 0x69, 0x99, 0x98, 0x0, 0x1a, 0x9, 0x42, 0x22, + 0xc0, 0x1, 0xa0, 0x99, 0x88, 0x8d, 0x0, 0x1a, + 0x9, 0xa9, 0x99, 0xd0, 0x1, 0xa0, 0x92, 0x0, + 0xc, 0x0, 0x1a, 0x9, 0x20, 0x2b, 0xb0, + + /* U+610F "意" */ + 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x69, 0x99, + 0xea, 0x99, 0x60, 0x0, 0xc, 0x10, 0x1c, 0x10, + 0x1, 0xaa, 0xcb, 0xab, 0xca, 0xa2, 0x0, 0x78, + 0x88, 0x88, 0x80, 0x0, 0xc, 0x22, 0x22, 0x2d, + 0x0, 0x0, 0xd6, 0x66, 0x66, 0xd0, 0x0, 0xa, + 0x89, 0xa8, 0x8b, 0x0, 0x0, 0x34, 0x3c, 0x20, + 0x61, 0x0, 0x83, 0xb1, 0x14, 0x72, 0xb0, 0x17, + 0x7, 0xba, 0xb9, 0x5, 0x0, + + /* U+611F "感" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc, 0x29, 0x10, 0xb, 0xaa, 0xaa, 0xeb, 0xaa, + 0x20, 0xc4, 0x88, 0x79, 0x35, 0x40, 0xc, 0x49, + 0x96, 0x59, 0xb0, 0x0, 0xc6, 0x30, 0xa0, 0xf4, + 0x21, 0x48, 0x6b, 0xaa, 0xac, 0x88, 0x37, 0x20, + 0x3, 0x35, 0x7, 0x80, 0x4, 0x47, 0x2c, 0x0, + 0x71, 0x2, 0xc4, 0x80, 0x43, 0x75, 0xa0, 0x43, + 0x1c, 0xaa, 0xac, 0x5, 0x0, + + /* U+6162 "慢" */ + 0x0, 0xc0, 0x6b, 0x88, 0x8c, 0x0, 0xc, 0x36, + 0xa7, 0x77, 0xc0, 0x8, 0xca, 0x6b, 0x88, 0x8c, + 0x2, 0x5c, 0x49, 0x88, 0x88, 0x83, 0x42, 0xc0, + 0xb0, 0xa3, 0x66, 0x50, 0xc, 0x9, 0x89, 0x99, + 0x93, 0x0, 0xc2, 0xbc, 0xaa, 0xbb, 0x0, 0xc, + 0x0, 0x97, 0x1c, 0x40, 0x0, 0xc0, 0x3, 0xdf, + 0x91, 0x0, 0xc, 0x5d, 0xa4, 0x16, 0xb6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+620F "戏" */ + 0x0, 0x0, 0x0, 0xd0, 0xa1, 0x4, 0xbb, 0xc9, + 0xd, 0x2, 0x70, 0x3, 0x5, 0x71, 0xd6, 0x79, + 0x30, 0xc1, 0xa6, 0xad, 0x84, 0x40, 0x3, 0xbd, + 0x0, 0x84, 0x3a, 0x0, 0x9, 0xa0, 0x6, 0x7b, + 0x30, 0x0, 0xdd, 0x20, 0x3e, 0x90, 0x0, 0xa7, + 0x4a, 0x4, 0xf1, 0x24, 0x69, 0x0, 0x16, 0xb8, + 0xa7, 0x50, 0x0, 0x0, 0x70, 0x9, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6210 "成" */ + 0x0, 0x0, 0x0, 0xd5, 0x80, 0x0, 0x11, 0x11, + 0x1d, 0x17, 0x70, 0xc, 0xba, 0xaa, 0xfa, 0xaa, + 0x20, 0xc0, 0x0, 0xc, 0x2, 0x30, 0xc, 0xcc, + 0xd0, 0xa2, 0xb3, 0x0, 0xc0, 0xc, 0x7, 0x8c, + 0x0, 0xc, 0x0, 0xc0, 0x3f, 0x20, 0x0, 0xc6, + 0xc8, 0xa, 0xd0, 0x63, 0x49, 0x0, 0xa, 0x66, + 0x68, 0x29, 0x30, 0x8, 0x50, 0xb, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6216 "或" */ + 0x0, 0x0, 0x0, 0xc2, 0xa5, 0x0, 0x55, 0x55, + 0x5d, 0x76, 0xc2, 0x6, 0x66, 0x66, 0xc8, 0x66, + 0x20, 0x4b, 0xbb, 0x48, 0x40, 0xa0, 0x6, 0x40, + 0x75, 0x66, 0x78, 0x0, 0x64, 0x7, 0x54, 0x9d, + 0x10, 0x4, 0xbb, 0xb4, 0xf, 0x70, 0x0, 0x0, + 0x25, 0x64, 0xf2, 0x7, 0xb, 0xda, 0x78, 0xc6, + 0xa2, 0x80, 0x20, 0x3, 0xa0, 0x9, 0xe3, + + /* U+622A "截" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, 0xc1, + 0x16, 0x77, 0x30, 0x5, 0x7e, 0x76, 0x57, 0x9, + 0x11, 0xbb, 0xeb, 0xbc, 0xdb, 0xb7, 0x0, 0x93, + 0x40, 0x39, 0x1, 0x0, 0x4d, 0x9d, 0x92, 0xb0, + 0xd0, 0x1d, 0x84, 0xa2, 0xc, 0x68, 0x0, 0x7b, + 0x9c, 0x70, 0xcc, 0x10, 0x4, 0xb8, 0xc7, 0xa, + 0x80, 0x50, 0x4c, 0xbd, 0xa6, 0xab, 0x9, 0x4, + 0x60, 0x4, 0xb0, 0x7d, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6240 "所" */ + 0x0, 0x0, 0x10, 0x0, 0x2, 0x0, 0x59, 0xcb, + 0x27, 0xad, 0xa0, 0xd, 0x20, 0x2, 0xb1, 0x0, + 0x0, 0xda, 0xa9, 0x29, 0x0, 0x0, 0xc, 0x0, + 0xc2, 0xda, 0xaa, 0x50, 0xc0, 0xc, 0x2a, 0x2d, + 0x21, 0xe, 0xbb, 0xa3, 0x70, 0xc0, 0x0, 0xc0, + 0x0, 0x56, 0xc, 0x0, 0x1b, 0x0, 0x8, 0x40, + 0xc0, 0x5, 0x80, 0x0, 0xd0, 0xc, 0x0, 0x72, + 0x0, 0x56, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6247 "扇" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, + 0x0, 0x0, 0xa, 0xcb, 0xbb, 0xbb, 0xe1, 0xa, + 0x20, 0x0, 0x0, 0xb1, 0xa, 0xba, 0xaa, 0xaa, + 0xa0, 0xb, 0x6a, 0xa8, 0x7a, 0xa4, 0xc, 0x15, + 0xb, 0x23, 0x56, 0xc, 0x9, 0x3b, 0xa, 0x56, + 0xc, 0x4, 0xab, 0x6, 0xd6, 0x48, 0x97, 0x1b, + 0x85, 0x56, 0x83, 0x1, 0xa9, 0x4, 0xc4, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+624B "手" */ + 0x0, 0x13, 0x45, 0x7a, 0xc3, 0x0, 0x4a, 0x87, + 0xd6, 0x20, 0x0, 0x0, 0x0, 0xa, 0x20, 0x0, + 0x0, 0x5c, 0xcc, 0xec, 0xcc, 0xc0, 0x0, 0x0, + 0xa, 0x20, 0x0, 0x2, 0xcc, 0xcc, 0xec, 0xcc, + 0xc8, 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x0, 0x0, 0x0, 0xbc, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6253 "打" */ + 0x0, 0x83, 0x2, 0x22, 0x22, 0x20, 0x8, 0x31, + 0x88, 0x8f, 0x87, 0x2c, 0xed, 0x90, 0x0, 0xd0, + 0x0, 0x8, 0x30, 0x0, 0xd, 0x0, 0x0, 0x85, + 0x40, 0x0, 0xd0, 0x1, 0x8d, 0xc6, 0x0, 0xd, + 0x0, 0x16, 0xa3, 0x0, 0x0, 0xd0, 0x0, 0x8, + 0x30, 0x0, 0xd, 0x0, 0x0, 0x83, 0x0, 0x0, + 0xd0, 0x0, 0x9d, 0x10, 0xc, 0xda, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6267 "执" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x2a, 0x0, 0x0, 0x0, 0xc0, 0x2, 0xa0, 0x0, + 0x4, 0xbf, 0xb9, 0xce, 0xbd, 0x10, 0x0, 0xc0, + 0x3, 0x90, 0xb1, 0x0, 0xc, 0x34, 0x67, 0xb, + 0x10, 0x39, 0xf9, 0x3d, 0x90, 0xb1, 0x2, 0x3c, + 0x0, 0xc8, 0xcb, 0x10, 0x0, 0xc0, 0x2b, 0x1, + 0xa2, 0x0, 0xc, 0x1d, 0x30, 0x8, 0x68, 0x1c, + 0x99, 0x40, 0x0, 0x2d, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6269 "扩" */ + 0x0, 0xb0, 0x0, 0x19, 0x0, 0x0, 0xb, 0x2, + 0x77, 0xe8, 0x73, 0x4c, 0xfb, 0x59, 0x33, 0x33, + 0x10, 0xb, 0x5, 0x70, 0x0, 0x0, 0x0, 0xb2, + 0x66, 0x0, 0x0, 0x2, 0xaf, 0x87, 0x50, 0x0, + 0x0, 0x25, 0xb0, 0x84, 0x0, 0x0, 0x0, 0xb, + 0xb, 0x10, 0x0, 0x0, 0x0, 0xb1, 0xc0, 0x0, + 0x0, 0x2, 0xc8, 0x74, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+626B "扫" */ + 0x0, 0x83, 0x0, 0x0, 0x0, 0x0, 0x83, 0x3a, + 0xaa, 0xae, 0x2c, 0xed, 0x80, 0x0, 0xc, 0x0, + 0x83, 0x0, 0x0, 0xc, 0x0, 0x86, 0x4c, 0xcc, + 0xcf, 0x2c, 0xea, 0x30, 0x0, 0xc, 0x1, 0x83, + 0x0, 0x0, 0xc, 0x0, 0x83, 0x0, 0x0, 0xc, + 0x0, 0x83, 0x4c, 0xcc, 0xcf, 0x9, 0xd1, 0x0, + 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+626C "扬" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xa, + 0xcc, 0xdf, 0x10, 0x14, 0xc3, 0x0, 0x3d, 0x30, + 0x4, 0xae, 0x90, 0x6c, 0x20, 0x0, 0x0, 0xb0, + 0x9f, 0xcc, 0xcc, 0x30, 0xc, 0x50, 0x39, 0x39, + 0x83, 0x4b, 0xe7, 0xb, 0x1b, 0x39, 0x22, 0x3b, + 0xa, 0x52, 0xb0, 0xb1, 0x0, 0xb1, 0x40, 0xb2, + 0xc, 0x0, 0x1b, 0x0, 0xa5, 0x0, 0xc0, 0x1c, + 0x80, 0x95, 0x6, 0xc5, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+627E "找" */ + 0x0, 0xb0, 0x3, 0x95, 0x40, 0x0, 0xb, 0x0, + 0x2a, 0xb, 0x20, 0x8c, 0xfc, 0x24, 0xd6, 0x8a, + 0x10, 0xb, 0x7, 0x9e, 0x54, 0x20, 0x0, 0xb3, + 0x0, 0xd0, 0x56, 0x4, 0xaf, 0x91, 0xa, 0x5d, + 0x10, 0x44, 0xb0, 0x0, 0x6e, 0x50, 0x0, 0xb, + 0x0, 0xa, 0xe0, 0x23, 0x0, 0xb0, 0x4c, 0x69, + 0x86, 0x53, 0xc8, 0x8, 0x10, 0xa, 0xe1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62A4 "护" */ + 0x0, 0xc0, 0x0, 0x57, 0x0, 0x0, 0xc0, 0x4, + 0x4c, 0x44, 0x5c, 0xfc, 0x3c, 0x66, 0x6e, 0x0, + 0xc0, 0x2a, 0x0, 0xc, 0x0, 0xd7, 0x3e, 0xbb, + 0xbf, 0x5e, 0xe5, 0x39, 0x0, 0xc, 0x22, 0xc0, + 0x56, 0x0, 0x0, 0x0, 0xc0, 0x74, 0x0, 0x0, + 0x0, 0xc0, 0xc0, 0x0, 0x0, 0x1c, 0x94, 0x70, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62A5 "报" */ + 0x0, 0xc0, 0x6d, 0xbb, 0xcb, 0x0, 0xc, 0x6, + 0x50, 0x2, 0xa0, 0x6c, 0xfc, 0x75, 0x37, 0xa7, + 0x0, 0xc, 0x6, 0x51, 0x33, 0x0, 0x0, 0xd3, + 0x7e, 0xeb, 0xbe, 0x4, 0xaf, 0xa7, 0x6b, 0x4, + 0xa0, 0x33, 0xd0, 0x65, 0x57, 0xb3, 0x0, 0xc, + 0x6, 0x50, 0xca, 0x0, 0x0, 0xd0, 0x65, 0x6c, + 0xd6, 0x5, 0xc9, 0x6, 0xa9, 0x0, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62C9 "拉" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0x60, 0x0, 0x0, 0xc0, 0x12, 0x49, 0x22, + 0x4, 0xcf, 0xb5, 0x88, 0x88, 0x82, 0x0, 0xc0, + 0x8, 0x0, 0x55, 0x0, 0xc, 0x40, 0xa2, 0x9, + 0x40, 0x3b, 0xe7, 0x6, 0x50, 0xb1, 0x0, 0xc, + 0x0, 0x48, 0xc, 0x0, 0x0, 0xc0, 0x2, 0x82, + 0x90, 0x0, 0xc, 0x19, 0x99, 0xbc, 0x95, 0xb, + 0x90, 0x22, 0x22, 0x22, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+62D2 "拒" */ + 0x0, 0xc0, 0x6e, 0xcc, 0xcc, 0x21, 0x2d, 0x26, + 0x70, 0x0, 0x0, 0x7d, 0xfc, 0x77, 0x0, 0x0, + 0x0, 0xc, 0x6, 0xdc, 0xcc, 0xb0, 0x0, 0xc2, + 0x77, 0x0, 0xb, 0x3, 0x9f, 0xa8, 0x70, 0x0, + 0xb0, 0x44, 0xc0, 0x6d, 0xcc, 0xc9, 0x0, 0xc, + 0x6, 0x70, 0x0, 0x0, 0x0, 0xc0, 0x68, 0x22, + 0x22, 0x13, 0xc9, 0x4, 0xaa, 0xaa, 0xa4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62DF "拟" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0xc, 0x4, + 0x72, 0x0, 0xc0, 0x0, 0xc0, 0x48, 0xc0, 0x1b, + 0x3, 0xcf, 0xa4, 0x77, 0x62, 0xa0, 0x0, 0xc0, + 0x47, 0x1b, 0x39, 0x0, 0xc, 0x34, 0x70, 0x36, + 0x60, 0x29, 0xf8, 0x47, 0x0, 0x96, 0x2, 0x4c, + 0x4, 0x88, 0x6e, 0xc0, 0x0, 0xc0, 0x6f, 0x66, + 0x8a, 0x40, 0xc, 0x8, 0x33, 0xd1, 0x49, 0xb, + 0xa0, 0x0, 0x93, 0x0, 0x60, + + /* U+62E8 "拨" */ + 0x0, 0xc0, 0x7, 0x1a, 0x33, 0x0, 0x1d, 0x13, + 0x85, 0x70, 0x90, 0x2a, 0xe8, 0xac, 0xdd, 0xbb, + 0x70, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, 0xd3, + 0x5, 0xeb, 0xbb, 0x2, 0xaf, 0x80, 0xcb, 0x4, + 0xa0, 0x13, 0xc0, 0x79, 0x86, 0xd2, 0x0, 0xc, + 0x5d, 0x10, 0xe8, 0x0, 0x0, 0xc4, 0x22, 0xc8, + 0xd5, 0x0, 0xc9, 0x4, 0xc3, 0x1, 0xa7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62E9 "择" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x7, + 0xfc, 0xbc, 0xe0, 0x0, 0xc0, 0x5, 0x90, 0x96, + 0x5, 0xcf, 0xb0, 0x9, 0xa9, 0x0, 0x0, 0xc0, + 0x6, 0xba, 0xb5, 0x0, 0xc, 0x49, 0x50, 0x51, + 0x77, 0x5c, 0xd4, 0x4b, 0xbf, 0xba, 0x0, 0xc, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0xbb, 0xbf, + 0xbb, 0x80, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x1c, + 0x90, 0x0, 0xc, 0x0, 0x0, + + /* U+62FE "拾" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0xa0, 0x0, 0x0, 0xc0, 0x1, 0xc9, 0x50, + 0x4, 0xbf, 0xb2, 0xb3, 0xa, 0x50, 0x0, 0xc0, + 0xdc, 0xbb, 0xcc, 0x40, 0xd, 0x53, 0x0, 0x0, + 0x0, 0x4c, 0xf7, 0x2b, 0xbb, 0xb5, 0x1, 0xc, + 0x2, 0xa0, 0x5, 0x60, 0x0, 0xc0, 0x2a, 0x0, + 0x56, 0x0, 0xc, 0x2, 0xea, 0xac, 0x60, 0x1b, + 0xa0, 0x2a, 0x0, 0x66, 0x0, 0x0, 0x0, 0x10, + 0x0, 0x0, + + /* U+6301 "持" */ + 0x0, 0xb0, 0x0, 0xb, 0x0, 0x0, 0xb, 0x4, + 0xbb, 0xfb, 0xb1, 0x4b, 0xea, 0x0, 0xc, 0x0, + 0x0, 0xb, 0xb, 0xbb, 0xfb, 0xb7, 0x0, 0xc5, + 0x0, 0x0, 0x83, 0x4, 0xce, 0x69, 0xbb, 0xbe, + 0xc6, 0x11, 0xb0, 0x6, 0x0, 0x83, 0x0, 0xb, + 0x0, 0x77, 0x8, 0x30, 0x0, 0xb0, 0x0, 0x80, + 0x83, 0x1, 0xc8, 0x0, 0x0, 0xbd, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6307 "指" */ + 0x0, 0xc0, 0x39, 0x0, 0x32, 0x0, 0xc, 0x3, + 0xca, 0xa8, 0x20, 0x6c, 0xfc, 0x4a, 0x0, 0x5, + 0x40, 0xc, 0x0, 0xd9, 0x99, 0xd2, 0x0, 0xc4, + 0x10, 0x22, 0x21, 0x4, 0xbe, 0x74, 0xdb, 0xbb, + 0xd0, 0x21, 0xc0, 0x3a, 0x33, 0x3d, 0x0, 0xc, + 0x3, 0xb5, 0x55, 0xd0, 0x0, 0xc0, 0x3d, 0x88, + 0x8e, 0x2, 0xc9, 0x3, 0x91, 0x11, 0xc0, + + /* U+6309 "按" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0x50, 0x0, 0x0, 0xc0, 0x9a, 0xbd, 0xab, + 0x16, 0xcf, 0xbb, 0x7, 0x0, 0xa2, 0x0, 0xc0, + 0x30, 0xc0, 0x3, 0x0, 0xc, 0x1b, 0xdd, 0xbd, + 0xb3, 0x15, 0xfc, 0x1c, 0x0, 0xd0, 0x6, 0x8c, + 0x3, 0xd1, 0x3a, 0x0, 0x0, 0xc0, 0x4, 0xcd, + 0x20, 0x0, 0xc, 0x0, 0x4c, 0x9c, 0x20, 0x2b, + 0x90, 0xb9, 0x10, 0x3c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+632F "振" */ + 0x0, 0xc0, 0x9c, 0xbb, 0xbb, 0x10, 0xc, 0x9, + 0x20, 0x0, 0x0, 0x3c, 0xfb, 0x95, 0xbb, 0xba, + 0x0, 0xc, 0x9, 0x20, 0x0, 0x0, 0x0, 0xc3, + 0x9c, 0xed, 0xcb, 0x32, 0x9f, 0x9a, 0x2b, 0x45, + 0x80, 0x23, 0xc0, 0xb1, 0xb0, 0xd5, 0x0, 0xc, + 0xc, 0xb, 0xa, 0x20, 0x0, 0xc0, 0xa1, 0xc7, + 0x6b, 0x0, 0xaa, 0x26, 0x4c, 0x40, 0x53, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6362 "换" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x2c, 0x33, 0x0, 0x2, 0xd1, 0x1c, 0x76, 0xd3, + 0x2, 0x8e, 0x7c, 0xda, 0xcd, 0x80, 0x0, 0xc0, + 0x2a, 0xc, 0xc, 0x0, 0xc, 0x32, 0xa0, 0xc0, + 0xc0, 0x18, 0xfa, 0x2a, 0x1b, 0xc, 0x2, 0x5c, + 0x1b, 0xbd, 0xfb, 0xb6, 0x0, 0xc0, 0x1, 0xb8, + 0x70, 0x0, 0xc, 0x3, 0xc3, 0xa, 0x70, 0xc, + 0x96, 0xa1, 0x0, 0x7, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+636E "据" */ + 0x1, 0xa0, 0x9b, 0xbb, 0xbe, 0x1, 0x3b, 0x29, + 0x10, 0x0, 0xc0, 0x4a, 0xe9, 0x9c, 0xbb, 0xbf, + 0x0, 0x1a, 0x9, 0x10, 0xc0, 0x0, 0x1, 0xb4, + 0xab, 0xbe, 0xbb, 0x54, 0xbe, 0x6b, 0x0, 0xc0, + 0x0, 0x12, 0xa0, 0xb7, 0xae, 0xaa, 0x0, 0x1a, + 0xb, 0xb0, 0x0, 0xb0, 0x1, 0xa5, 0x6b, 0x0, + 0xb, 0x2, 0xc7, 0x91, 0xb9, 0x99, 0xe0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6377 "捷" */ + 0x0, 0xb0, 0x11, 0x1c, 0x11, 0x0, 0xb, 0x7, + 0x88, 0xe8, 0x83, 0x4b, 0xea, 0x4a, 0xae, 0xab, + 0x0, 0xb, 0x5, 0x55, 0xd5, 0xd3, 0x0, 0xd6, + 0x55, 0x5d, 0x5d, 0x34, 0xde, 0x54, 0xaa, 0xea, + 0xc0, 0x11, 0xb0, 0x65, 0xc, 0x0, 0x0, 0xb, + 0xa, 0x70, 0xea, 0xa0, 0x0, 0xb2, 0xcc, 0x5c, + 0x0, 0x1, 0xc8, 0x82, 0x18, 0xbb, 0xb6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6392 "排" */ + 0x0, 0xc0, 0x0, 0xb0, 0xb0, 0x0, 0xc, 0x2, + 0x4c, 0xd, 0x42, 0x4c, 0xfc, 0x36, 0xd0, 0xd6, + 0x30, 0xc, 0x0, 0xc, 0xc, 0x0, 0x0, 0xc3, + 0x6b, 0xd0, 0xfb, 0x53, 0xaf, 0x90, 0xc, 0xc, + 0x0, 0x12, 0xc0, 0x9b, 0xd0, 0xfb, 0x80, 0xc, + 0x0, 0xc, 0xc, 0x0, 0x0, 0xc0, 0x0, 0xc0, + 0xc0, 0x0, 0xba, 0x0, 0xc, 0xc, 0x0, + + /* U+63A5 "接" */ + 0x0, 0xc0, 0x0, 0x47, 0x0, 0x0, 0xc, 0x6, + 0xcb, 0xbc, 0xb4, 0x2a, 0xe8, 0x7, 0x50, 0xb2, + 0x0, 0xc, 0xa, 0xbc, 0xce, 0xb7, 0x0, 0xd5, + 0x0, 0x91, 0x0, 0x3, 0xce, 0x6b, 0xbf, 0xbb, + 0xb8, 0x11, 0xc0, 0xb, 0x20, 0xa4, 0x0, 0xc, + 0x2, 0xc9, 0x5c, 0x0, 0x0, 0xc0, 0x1, 0xae, + 0xc2, 0x0, 0xb9, 0xb, 0xa5, 0x3, 0xb3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63A7 "控" */ + 0x0, 0xb0, 0x0, 0x1a, 0x0, 0x0, 0xb, 0x8, + 0xaa, 0xea, 0xa9, 0x3c, 0xfb, 0xc0, 0x40, 0x30, + 0xb0, 0xb, 0x0, 0x88, 0x8, 0x80, 0x0, 0xc2, + 0x77, 0x0, 0x6, 0x42, 0x8f, 0x82, 0xbb, 0xbb, + 0xb1, 0x25, 0xc0, 0x0, 0xc, 0x0, 0x0, 0xb, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xb0, 0x0, 0xc, + 0x0, 0x1, 0xb9, 0x1b, 0xbb, 0xfb, 0xba, + + /* U+63A8 "推" */ + 0x1, 0xa0, 0xa, 0xa, 0x0, 0x0, 0x1a, 0x2, + 0xc3, 0xa6, 0x30, 0x5c, 0xeb, 0x9b, 0x8e, 0x88, + 0x10, 0x1a, 0x4e, 0x70, 0xc0, 0x0, 0x1, 0xb8, + 0x5d, 0xbf, 0xbb, 0x3, 0xae, 0x74, 0x70, 0xc0, + 0x0, 0x23, 0xa0, 0x4d, 0xbf, 0xbb, 0x0, 0x1a, + 0x4, 0x70, 0xc0, 0x0, 0x1, 0xa0, 0x4d, 0xbf, + 0xbb, 0x52, 0xc7, 0x4, 0x70, 0x0, 0x0, + + /* U+63CF "描" */ + 0x0, 0xc0, 0x2, 0xa0, 0xc0, 0x0, 0xc, 0x7, + 0xad, 0x9e, 0x93, 0x4c, 0xfb, 0x13, 0xb1, 0xd1, + 0x0, 0xc, 0x0, 0x17, 0x9, 0x0, 0x0, 0xc3, + 0x4d, 0xbd, 0xbe, 0x3, 0xae, 0x74, 0x80, 0x90, + 0xb0, 0x12, 0xc0, 0x4d, 0xbe, 0xbe, 0x0, 0xc, + 0x4, 0x80, 0x90, 0xb0, 0x0, 0xc0, 0x4d, 0xad, + 0xae, 0x1, 0xc9, 0x4, 0x80, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63D0 "提" */ + 0x0, 0xb0, 0x4c, 0x99, 0x9c, 0x0, 0xb, 0x4, + 0xb6, 0x66, 0xc0, 0x4c, 0xeb, 0x49, 0x33, 0x3c, + 0x0, 0xb, 0x3, 0x98, 0x88, 0x70, 0x0, 0xc6, + 0x9a, 0xaa, 0xaa, 0x45, 0xdd, 0x41, 0x40, 0xc0, + 0x0, 0x1, 0xb0, 0x59, 0xe, 0xa9, 0x0, 0xb, + 0x8, 0xc0, 0xc0, 0x0, 0x0, 0xb1, 0xd6, 0x9c, + 0x0, 0x1, 0xc7, 0x84, 0x6, 0xcb, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63D2 "插" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x4, + 0xaa, 0xc4, 0x10, 0x3, 0xd3, 0x0, 0x29, 0x0, + 0x1, 0xae, 0x8b, 0xbc, 0xeb, 0xb5, 0x0, 0xc0, + 0x0, 0x29, 0x0, 0x0, 0xc, 0x26, 0xc5, 0x9b, + 0xb0, 0x29, 0xf8, 0xa1, 0x29, 0xb, 0x1, 0x2c, + 0xa, 0xb6, 0x9a, 0xe0, 0x0, 0xc0, 0xa1, 0x29, + 0xb, 0x0, 0xc, 0xa, 0xbb, 0xda, 0xe0, 0xa, + 0x90, 0xa2, 0x11, 0x1b, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6447 "摇" */ + 0x0, 0x0, 0x0, 0x0, 0x12, 0x0, 0xb, 0x7, + 0xaa, 0xba, 0x70, 0x3, 0xc3, 0x34, 0x36, 0xb, + 0x1, 0x8e, 0x80, 0x90, 0x75, 0x50, 0x0, 0xb0, + 0x1f, 0xaa, 0xaa, 0x0, 0xc, 0x6a, 0x30, 0xc0, + 0x0, 0x2c, 0xe5, 0x99, 0x9e, 0x99, 0x40, 0xb, + 0x1, 0x11, 0xc1, 0x10, 0x0, 0xb0, 0x92, 0xc, + 0xb, 0x0, 0xb, 0x9, 0xa9, 0xe9, 0xe0, 0xb, + 0xa0, 0x11, 0x11, 0x1c, 0x0, + + /* U+6478 "摸" */ + 0x0, 0xc0, 0x12, 0xb1, 0xd1, 0x0, 0xc, 0x8, + 0xad, 0x9e, 0x94, 0x18, 0xe7, 0x3a, 0xe9, 0xf8, + 0x0, 0xc, 0x5, 0x93, 0x33, 0xd0, 0x0, 0xc3, + 0x5b, 0x66, 0x6d, 0x2, 0xaf, 0x84, 0xba, 0xb9, + 0xb0, 0x14, 0xc0, 0x0, 0x29, 0x0, 0x0, 0xc, + 0x1a, 0xad, 0xeb, 0xa5, 0x0, 0xc0, 0x5, 0xc2, + 0xb1, 0x0, 0xc9, 0x2c, 0x81, 0x2, 0xa6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64AD "播" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x7, + 0xa8, 0xd5, 0x50, 0x14, 0xd4, 0xc, 0xb, 0x55, + 0x3, 0x8e, 0x88, 0xc9, 0xed, 0x94, 0x0, 0xb0, + 0x14, 0xcd, 0xb2, 0x0, 0xd, 0x85, 0xc1, 0xb4, + 0xb1, 0x5d, 0xd6, 0xb8, 0x7a, 0x7a, 0x61, 0xb, + 0x5, 0x82, 0xc2, 0xc0, 0x0, 0xb0, 0x5c, 0x9e, + 0x9d, 0x0, 0xb, 0x5, 0x60, 0xb0, 0xc0, 0x1c, + 0x80, 0x5b, 0x99, 0x9c, 0x0, + + /* U+64CD "操" */ + 0x0, 0xc0, 0xb, 0x99, 0xc4, 0x0, 0x1c, 0x10, + 0xb1, 0x18, 0x40, 0x2b, 0xe9, 0x6, 0x99, 0x92, + 0x0, 0xc, 0xa, 0x9b, 0x6a, 0xb5, 0x0, 0xc3, + 0xa0, 0xa6, 0x34, 0x61, 0x8f, 0x79, 0xab, 0x7a, + 0xa4, 0x2, 0xc0, 0xaa, 0xbe, 0xaa, 0x70, 0xc, + 0x0, 0x3d, 0xd9, 0x0, 0x0, 0xc0, 0x7b, 0x3a, + 0x6b, 0x20, 0x99, 0x66, 0x2, 0xa0, 0x36, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64E6 "擦" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x73, 0x1, + 0x1b, 0x21, 0x10, 0x7, 0x35, 0xba, 0x88, 0x7d, + 0x8, 0xdc, 0x49, 0xa8, 0xb8, 0xa0, 0x7, 0x35, + 0x88, 0x57, 0x84, 0x0, 0x76, 0x37, 0xc2, 0x3d, + 0x10, 0x6d, 0xa5, 0xa5, 0x77, 0x4c, 0x12, 0x83, + 0x3a, 0xaa, 0xaa, 0x70, 0x7, 0x30, 0x42, 0x92, + 0x60, 0x0, 0x73, 0x2c, 0x9, 0x26, 0x70, 0x3c, + 0x25, 0x26, 0xc1, 0x6, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+652F "支" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x1, 0xbb, 0xbb, + 0xfb, 0xbb, 0xb1, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x7, 0xed, + 0xcc, 0xcc, 0xe0, 0x0, 0x4, 0xa0, 0x0, 0x87, + 0x0, 0x0, 0x9, 0x80, 0x6b, 0x0, 0x0, 0x0, + 0xa, 0xdb, 0x0, 0x0, 0x2, 0x5b, 0xb6, 0xbb, + 0x62, 0x4, 0xb7, 0x20, 0x0, 0x27, 0xb4, + + /* U+6536 "收" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0xa2, + 0x1d, 0x0, 0x0, 0xb, 0xa, 0x24, 0x90, 0x0, + 0x0, 0xc0, 0xa2, 0x9d, 0xcd, 0xd3, 0xc, 0xa, + 0x4f, 0x60, 0x84, 0x0, 0xc0, 0xab, 0x7b, 0xc, + 0x0, 0xc, 0xa, 0x40, 0x94, 0xb0, 0x0, 0xd8, + 0xe2, 0x3, 0xf4, 0x0, 0x2b, 0x4a, 0x20, 0x4f, + 0x40, 0x0, 0x0, 0xa2, 0x5c, 0x2c, 0x50, 0x0, + 0xa, 0x6a, 0x10, 0x1b, 0x10, + + /* U+6539 "改" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x33, 0x32, + 0x8, 0x40, 0x0, 0x8, 0x88, 0xc0, 0xc1, 0x0, + 0x0, 0x0, 0xc, 0x1e, 0xcc, 0xf6, 0x1, 0x11, + 0xc9, 0xd0, 0x49, 0x0, 0xeb, 0xba, 0xdb, 0x27, + 0x50, 0xd, 0x0, 0x1, 0x57, 0xc1, 0x0, 0xd0, + 0x0, 0x0, 0xda, 0x0, 0xd, 0x16, 0x90, 0x1e, + 0x80, 0x1, 0xfc, 0x71, 0x2c, 0x5b, 0x70, 0x4, + 0x0, 0x2d, 0x30, 0x9, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+653E "放" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x9, 0x50, 0x0, 0x24, 0x86, 0x40, 0xd1, 0x0, + 0x5, 0xba, 0x77, 0x3e, 0xbc, 0xe6, 0x6, 0x50, + 0x9, 0xe0, 0x58, 0x0, 0x6d, 0xcc, 0xdb, 0x28, + 0x40, 0x7, 0x42, 0xa3, 0x57, 0xd0, 0x0, 0x93, + 0x39, 0x0, 0xe8, 0x0, 0xc, 0x13, 0x80, 0x1e, + 0x70, 0x3, 0xb0, 0x57, 0x3c, 0x4c, 0x60, 0xa2, + 0x8c, 0x7c, 0x30, 0x1b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6545 "故" */ + 0x0, 0xb1, 0x0, 0xc1, 0x0, 0x0, 0xb, 0x10, + 0x1d, 0x0, 0x0, 0x8c, 0xec, 0xc7, 0xdc, 0xde, + 0x60, 0xb, 0x10, 0xd8, 0x5, 0x80, 0x1, 0xb2, + 0x79, 0xb0, 0x94, 0x3, 0xda, 0xba, 0x8, 0x3d, + 0x0, 0x37, 0x2, 0xa0, 0x2e, 0x70, 0x3, 0x70, + 0x2a, 0x3, 0xf5, 0x0, 0x3e, 0xcc, 0x86, 0xc2, + 0xd5, 0x2, 0x40, 0x9, 0x80, 0x1, 0xb5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6548 "效" */ + 0x0, 0x47, 0x0, 0xb, 0x0, 0x0, 0x66, 0xd6, + 0x51, 0xb0, 0x0, 0x5, 0x85, 0x84, 0x5d, 0xcf, + 0x80, 0x67, 0xa, 0x3b, 0x30, 0xc0, 0x1c, 0x10, + 0x7a, 0xe7, 0x1a, 0x0, 0x3c, 0x86, 0x23, 0xc7, + 0x60, 0x0, 0x2f, 0x20, 0x9, 0xd0, 0x0, 0x8, + 0xaa, 0x0, 0x8c, 0x0, 0x7, 0xa0, 0x82, 0x7a, + 0x79, 0x1, 0x80, 0x0, 0x98, 0x0, 0x78, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6559 "教" */ + 0x0, 0x74, 0x8, 0x1b, 0x0, 0x0, 0x9d, 0xcb, + 0xa5, 0x80, 0x0, 0x1, 0x85, 0xc3, 0x9d, 0xcf, + 0x63, 0x88, 0xe9, 0xaf, 0x61, 0xb0, 0x5, 0xce, + 0xba, 0x7a, 0x57, 0x2, 0xc5, 0x87, 0x0, 0xca, + 0x30, 0x3, 0x3c, 0x57, 0x8, 0xc0, 0x4, 0xb9, + 0xd5, 0x30, 0xbd, 0x0, 0x0, 0xb, 0x1, 0xa7, + 0x7a, 0x0, 0x3b, 0x80, 0xa6, 0x0, 0x85, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6570 "数" */ + 0x7, 0x1a, 0x35, 0x18, 0x0, 0x0, 0x75, 0xb8, + 0x15, 0x70, 0x0, 0x39, 0xcf, 0xa8, 0x8c, 0xce, + 0x50, 0x4b, 0xcb, 0x4e, 0x64, 0x90, 0x39, 0x28, + 0x8, 0x8b, 0x85, 0x1, 0xad, 0xcb, 0x50, 0xbc, + 0x0, 0x4, 0x80, 0xb1, 0x6, 0xa0, 0x0, 0x3a, + 0xb7, 0x1, 0xcc, 0x20, 0x6, 0xc7, 0xa4, 0xc3, + 0x2d, 0x32, 0x61, 0x0, 0x71, 0x0, 0x23, + + /* U+6574 "整" */ + 0x19, 0x9e, 0x97, 0x29, 0x0, 0x0, 0x45, 0xc5, + 0x29, 0xcb, 0xe7, 0xb, 0x3c, 0x6a, 0xb9, 0x76, + 0x0, 0x7c, 0xea, 0x40, 0x9c, 0x0, 0x5, 0xac, + 0xa3, 0x6c, 0xb9, 0x11, 0x80, 0x70, 0x37, 0x0, + 0x56, 0x6, 0xcc, 0xcf, 0xcc, 0xcb, 0x0, 0x3, + 0x20, 0xc9, 0x99, 0x0, 0x0, 0x74, 0xc, 0x0, + 0x0, 0x2, 0xbd, 0xcb, 0xeb, 0xbb, 0xb7, + + /* U+6587 "文" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x50, 0x0, + 0x2, 0xbd, 0xdb, 0xbb, 0xcf, 0xb8, 0x0, 0x2b, + 0x0, 0x5, 0x90, 0x0, 0x0, 0xa4, 0x0, 0xc2, + 0x0, 0x0, 0x1, 0xc1, 0x88, 0x0, 0x0, 0x0, + 0x4, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x9c, 0xd4, + 0x0, 0x0, 0x16, 0xd7, 0x2, 0xca, 0x30, 0x1d, + 0x71, 0x0, 0x0, 0x4b, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+659C "斜" */ + 0x0, 0xb, 0x20, 0x0, 0xc, 0x0, 0x9, 0x9c, + 0x33, 0xb1, 0xc0, 0x1b, 0x80, 0x1c, 0x13, 0x6c, + 0x3, 0x8a, 0xea, 0x34, 0x0, 0xc0, 0x1, 0x1c, + 0x11, 0x5b, 0x1c, 0x1, 0x99, 0xe9, 0x80, 0x30, + 0xc0, 0x4, 0x3c, 0x42, 0x36, 0x9f, 0xa0, 0xb1, + 0xc2, 0xa8, 0x52, 0xc0, 0x1a, 0xc, 0x7, 0x0, + 0xc, 0x0, 0x1b, 0x90, 0x0, 0x0, 0xc0, + + /* U+65AD "断" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xb4, 0x91, 0x64, + 0x88, 0x71, 0xb9, 0xa7, 0x5c, 0x10, 0x0, 0xb4, + 0xa6, 0x1c, 0x0, 0x0, 0xb9, 0xea, 0x7c, 0xbb, + 0xb6, 0xb1, 0xfb, 0xc, 0x2, 0xa0, 0xb9, 0xb5, + 0x8c, 0x1, 0xa0, 0xc8, 0x90, 0xc, 0x1, 0xa0, + 0xb0, 0x80, 0x1b, 0x1, 0xa0, 0xbb, 0xbb, 0xc7, + 0x1, 0xa0, 0x0, 0x0, 0x62, 0x1, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+65AF "斯" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x74, 0xa, + 0x1, 0x59, 0xb2, 0x3d, 0xdb, 0xea, 0xb6, 0x10, + 0x0, 0x76, 0x2b, 0xb, 0x10, 0x0, 0x7, 0x96, + 0xd0, 0xbc, 0xbb, 0x60, 0x7a, 0x8d, 0xb, 0x12, + 0xa0, 0x7, 0x61, 0xb0, 0xc0, 0x2a, 0x5, 0xdd, + 0xbe, 0xbc, 0x2, 0xa0, 0x2, 0x62, 0x40, 0xc0, + 0x2a, 0x0, 0xc4, 0xc, 0x77, 0x2, 0xa0, 0x28, + 0x0, 0x1c, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65B0 "新" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0x1, 0x58, 0xb1, 0xb, 0xca, 0xd8, 0xa7, 0x20, + 0x0, 0x28, 0xc, 0xa, 0x20, 0x0, 0x2b, 0xdb, + 0xda, 0xab, 0xaa, 0x50, 0x0, 0xb0, 0xa, 0x42, + 0xc0, 0x2b, 0xbe, 0xb8, 0xb1, 0xb, 0x0, 0x32, + 0xb5, 0xc, 0x0, 0xb0, 0xc, 0x1b, 0x74, 0xc0, + 0xb, 0x1, 0x80, 0xb1, 0x8a, 0x0, 0xb0, 0x0, + 0x99, 0x7, 0x20, 0xb, 0x0, + + /* U+65B9 "方" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0x1, 0x11, 0x19, 0x41, 0x11, + 0x2, 0xbb, 0xce, 0xbb, 0xbb, 0xb2, 0x0, 0x4, + 0x90, 0x0, 0x0, 0x0, 0x0, 0x6e, 0xcc, 0xcc, + 0x10, 0x0, 0x9, 0x40, 0x0, 0xb1, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x0, 0x69, 0x0, 0x0, + 0xd0, 0x0, 0x4d, 0x10, 0x0, 0x2b, 0x0, 0x3d, + 0x20, 0x7, 0xcc, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65CB "旋" */ + 0x0, 0x30, 0x0, 0x40, 0x0, 0x0, 0xb, 0x20, + 0x39, 0x0, 0x0, 0x49, 0xcb, 0x9a, 0xcb, 0xbb, + 0x61, 0x69, 0x25, 0xc0, 0x0, 0x0, 0x4, 0x70, + 0x1b, 0xdd, 0xdd, 0x40, 0x5d, 0xd7, 0x0, 0xc0, + 0xb0, 0x6, 0x55, 0x66, 0x3c, 0x3, 0x0, 0x83, + 0x56, 0x83, 0xcb, 0xb0, 0xb, 0x16, 0x5a, 0x6c, + 0x0, 0x1, 0xa0, 0x76, 0xbb, 0xd0, 0x0, 0x63, + 0x8c, 0x73, 0x2a, 0xbb, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65E0 "无" */ + 0x5, 0xaa, 0xaa, 0xaa, 0xaa, 0x0, 0x1, 0x11, + 0xd1, 0x11, 0x10, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x2c, 0xcc, + 0xdf, 0xec, 0xcc, 0x80, 0x0, 0x7, 0x8a, 0x0, + 0x0, 0x0, 0x0, 0xc3, 0xa0, 0x0, 0x0, 0x0, + 0x88, 0x2a, 0x0, 0x5, 0x0, 0x8b, 0x2, 0xa0, + 0x2, 0xa1, 0xd8, 0x0, 0xc, 0xcc, 0xd5, 0x1, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+65E5 "日" */ + 0xaa, 0xaa, 0xaa, 0xad, 0x22, 0x22, 0x2e, 0xd0, + 0x0, 0x0, 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, + 0xcc, 0xfd, 0x0, 0x0, 0xd, 0xd0, 0x0, 0x0, + 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, 0xcc, 0xfd, + 0x0, 0x0, 0xd, + + /* U+65F6 "时" */ + 0x33, 0x32, 0x0, 0xc, 0x0, 0xe7, 0x99, 0x0, + 0xc, 0x0, 0xc0, 0x29, 0xbc, 0xcf, 0xc4, 0xc0, + 0x29, 0x0, 0xc, 0x0, 0xfb, 0xc9, 0x67, 0xc, + 0x0, 0xc0, 0x29, 0xc, 0x1c, 0x0, 0xc0, 0x29, + 0x3, 0x4c, 0x0, 0xfb, 0xc8, 0x0, 0xc, 0x0, + 0x80, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x7, + 0xcc, 0x0, + + /* U+660E "明" */ + 0xfb, 0xe1, 0x1e, 0xcc, 0xfc, 0xa, 0x11, 0xa0, + 0xc, 0xc0, 0xa1, 0x1c, 0x33, 0xdf, 0xbe, 0x11, + 0xe9, 0x9e, 0xc0, 0xa1, 0x2a, 0x0, 0xcc, 0xa, + 0x13, 0xc6, 0x6e, 0xfb, 0xe1, 0x69, 0x55, 0xe6, + 0x0, 0xc, 0x10, 0xc, 0x0, 0x7, 0x90, 0x0, + 0xd0, 0x3, 0xb0, 0x3, 0xcc, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+661F "星" */ + 0x0, 0xea, 0xaa, 0xaa, 0xd5, 0x0, 0xd, 0x55, + 0x55, 0x5a, 0x50, 0x0, 0xd4, 0x44, 0x44, 0xa5, + 0x0, 0xe, 0xaa, 0xaa, 0xad, 0x50, 0x0, 0x74, + 0x2, 0x0, 0x0, 0x0, 0x2f, 0xcb, 0xeb, 0xbb, + 0x80, 0xd, 0x20, 0xb, 0x10, 0x0, 0x0, 0x8, + 0xaa, 0xeb, 0xaa, 0x30, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0xbb, 0xbb, 0xec, 0xbb, 0xb5, + + /* U+6620 "映" */ + 0x66, 0x50, 0x0, 0xc0, 0x0, 0xc2, 0xc0, 0xaa, + 0xea, 0xa0, 0xb0, 0xb0, 0xb1, 0xc1, 0xc0, 0xd5, + 0xc0, 0xa0, 0xc0, 0xc0, 0xd7, 0xc0, 0xa0, 0xc0, + 0xc0, 0xb0, 0xb9, 0xdc, 0xfc, 0xe7, 0xb0, 0xb0, + 0x5, 0xe4, 0x0, 0xeb, 0xa0, 0xc, 0x2b, 0x0, + 0x70, 0x3, 0xc4, 0x6, 0xa0, 0x0, 0x1a, 0x20, + 0x0, 0x55, + + /* U+662F "是" */ + 0x0, 0xe9, 0x99, 0x99, 0xd2, 0x0, 0xc, 0x0, + 0x0, 0xa, 0x20, 0x0, 0xe9, 0x99, 0x99, 0xd2, + 0x0, 0xb, 0x77, 0x77, 0x7b, 0x10, 0x9, 0x99, + 0x99, 0x99, 0x99, 0x50, 0x14, 0x51, 0xb3, 0x11, + 0x11, 0x0, 0x95, 0xb, 0xba, 0xa6, 0x0, 0xd, + 0xb0, 0xb2, 0x11, 0x0, 0x7, 0x89, 0x8b, 0x10, + 0x0, 0x2, 0xd0, 0x6, 0xcc, 0xcc, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+663E "显" */ + 0x5, 0xda, 0xaa, 0xaa, 0xd0, 0x0, 0x57, 0x0, + 0x0, 0xc, 0x0, 0x5, 0xca, 0xaa, 0xaa, 0xd0, + 0x0, 0x57, 0x0, 0x0, 0xc, 0x0, 0x3, 0xab, + 0xca, 0xda, 0x90, 0x0, 0x70, 0x57, 0xc, 0x6, + 0x30, 0x4, 0x85, 0x70, 0xc2, 0xb0, 0x0, 0x7, + 0x57, 0xc, 0x51, 0x0, 0x7a, 0xac, 0xda, 0xea, + 0xaa, 0x31, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+666E "普" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x94, 0x0, 0x6, 0xab, 0xda, 0xcd, 0xaa, + 0x0, 0xb, 0xc, 0x9, 0x29, 0x30, 0x0, 0x64, + 0xc0, 0x93, 0x90, 0x1, 0xaa, 0xaa, 0xaa, 0xaa, + 0xa6, 0x0, 0x7a, 0xaa, 0xaa, 0xa1, 0x0, 0xa, + 0x10, 0x0, 0xa, 0x20, 0x0, 0xaa, 0xaa, 0xaa, + 0xe2, 0x0, 0xa, 0x10, 0x0, 0xa, 0x20, 0x0, + 0xab, 0xaa, 0xaa, 0xd2, 0x0, + + /* U+666F "景" */ + 0x4, 0xc8, 0x88, 0x88, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0xc8, 0x88, 0x88, 0xd0, + 0x1, 0x33, 0x36, 0x93, 0x33, 0x20, 0x48, 0x88, + 0x88, 0x88, 0x88, 0x0, 0xc, 0x99, 0x99, 0xa8, + 0x0, 0x0, 0xb0, 0x0, 0x2, 0xa0, 0x0, 0x9, + 0x9a, 0xe9, 0x96, 0x0, 0x4, 0xb4, 0x1a, 0x1a, + 0x70, 0x5, 0x81, 0x4a, 0x80, 0x4, 0x90, + + /* U+6682 "暂" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x38, 0x83, + 0x32, 0x68, 0x90, 0x17, 0xc7, 0x65, 0x94, 0x10, + 0x0, 0xc8, 0xc8, 0x6a, 0x88, 0x83, 0x3, 0x3a, + 0x54, 0xa2, 0xa4, 0x1, 0xaa, 0xdb, 0x8b, 0x9, + 0x20, 0x0, 0x7, 0x33, 0x50, 0x81, 0x0, 0xd, + 0x88, 0x88, 0x8d, 0x10, 0x0, 0xd9, 0x99, 0x99, + 0xe1, 0x0, 0xc, 0x0, 0x0, 0xb, 0x10, 0x0, + 0xda, 0xaa, 0xaa, 0xe1, 0x0, + + /* U+66F2 "曲" */ + 0x0, 0xb, 0xc, 0x0, 0x0, 0x0, 0xb0, 0xc0, + 0x0, 0xdc, 0xcf, 0xcf, 0xcc, 0xec, 0x0, 0xb0, + 0xc0, 0xc, 0xc0, 0xb, 0xc, 0x0, 0xcd, 0xcc, + 0xfc, 0xfc, 0xce, 0xc0, 0xb, 0xc, 0x0, 0xcc, + 0x0, 0xb0, 0xc0, 0xc, 0xdc, 0xcf, 0xcf, 0xcc, + 0xec, 0x0, 0x0, 0x0, 0xc, + + /* U+66F4 "更" */ + 0xb, 0xbb, 0xbe, 0xcb, 0xbb, 0x40, 0x0, 0x0, + 0xa2, 0x0, 0x0, 0x1, 0xda, 0xae, 0xba, 0xbb, + 0x0, 0x1c, 0x33, 0xc5, 0x34, 0xb0, 0x1, 0xc5, + 0x5c, 0x75, 0x6b, 0x0, 0x1e, 0x99, 0xea, 0x9a, + 0xb0, 0x0, 0x75, 0x1d, 0x0, 0x0, 0x0, 0x1, + 0xda, 0x80, 0x0, 0x0, 0x0, 0x2b, 0xfa, 0x40, + 0x0, 0x1, 0xcb, 0x50, 0x38, 0xcc, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+66FF "替" */ + 0x2, 0x69, 0x20, 0x2a, 0x42, 0x0, 0x7a, 0xb6, + 0x17, 0xc8, 0x70, 0x3a, 0xcc, 0xa6, 0xae, 0xba, + 0x30, 0xc, 0xb2, 0x4, 0xab, 0x0, 0x1b, 0x52, + 0x96, 0xa0, 0x4b, 0x22, 0x4b, 0xbb, 0xbb, 0xbb, + 0x22, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0xe, + 0xaa, 0xaa, 0xad, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xe, 0xaa, 0xaa, 0xad, 0x0, + + /* U+6700 "最" */ + 0x4, 0xc9, 0x99, 0x99, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0x93, 0x33, 0x33, 0xd0, + 0x0, 0x16, 0x66, 0x66, 0x65, 0x0, 0x7d, 0xba, + 0xea, 0xaa, 0xaa, 0x10, 0x99, 0x8d, 0x58, 0x88, + 0x60, 0x9, 0x42, 0xc2, 0xc2, 0x77, 0x0, 0x9a, + 0x9d, 0x6, 0x7c, 0x0, 0x3c, 0x9a, 0xe5, 0x4f, + 0xa1, 0x3, 0x42, 0xc, 0x77, 0x4, 0xb1, + + /* U+6709 "有" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xb, + 0x20, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x60, 0x0, 0xa4, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xbb, 0xbb, 0xb2, 0x0, 0x3c, 0xc0, 0x0, 0x9, + 0x30, 0x2c, 0x2e, 0xbb, 0xbb, 0xe3, 0x0, 0x10, + 0xc0, 0x0, 0x9, 0x30, 0x0, 0xe, 0xbb, 0xbb, + 0xe3, 0x0, 0x0, 0xc0, 0x0, 0x9, 0x30, 0x0, + 0xc, 0x0, 0x3c, 0xd1, 0x0, + + /* U+671F "期" */ + 0x5, 0x50, 0xa1, 0x8c, 0xbe, 0x3, 0xdd, 0xbe, + 0xb8, 0x20, 0xb0, 0x5, 0x50, 0xa1, 0x83, 0x1c, + 0x0, 0x5c, 0xae, 0x18, 0xa9, 0xe0, 0x5, 0x95, + 0xc1, 0x92, 0xb, 0x0, 0x58, 0x3b, 0x1a, 0xba, + 0xe0, 0x5d, 0xdb, 0xeb, 0xa0, 0xb, 0x0, 0x16, + 0x25, 0xb, 0x0, 0xb0, 0x9, 0x50, 0xc4, 0xa0, + 0xb, 0x2, 0xa0, 0x3, 0x84, 0xc, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+672A "未" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x29, 0x99, + 0xea, 0x99, 0x70, 0x0, 0x22, 0x2c, 0x42, 0x22, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0xc, 0xcc, + 0xcf, 0xdc, 0xcc, 0x60, 0x0, 0xa, 0xfd, 0x20, + 0x0, 0x0, 0x8, 0x8b, 0x4c, 0x10, 0x0, 0x9, + 0xa0, 0xb1, 0x4d, 0x30, 0x2d, 0x70, 0xb, 0x10, + 0x2d, 0x60, 0x20, 0x0, 0xb1, 0x0, 0x1, + + /* U+672C "本" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0x1c, 0xcc, 0xdf, 0xed, 0xcc, + 0x50, 0x0, 0x2b, 0xc8, 0x60, 0x0, 0x0, 0xa, + 0x3b, 0x1c, 0x10, 0x0, 0x4, 0xa0, 0xb1, 0x5a, + 0x0, 0x3, 0xd1, 0xb, 0x10, 0xa8, 0x2, 0xd6, + 0xdd, 0xfd, 0xd8, 0xa7, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+673A "机" */ + 0x0, 0x66, 0x7, 0xdc, 0xf0, 0x0, 0x6, 0x60, + 0x74, 0xc, 0x0, 0x3c, 0xed, 0xb7, 0x40, 0xc0, + 0x0, 0xb, 0xa0, 0x74, 0xc, 0x0, 0x1, 0xfd, + 0x68, 0x30, 0xc0, 0x0, 0x7a, 0x69, 0xa1, 0xc, + 0x0, 0x1c, 0x66, 0xb, 0x0, 0xc0, 0x3, 0x46, + 0x60, 0xb0, 0xc, 0x15, 0x0, 0x66, 0x67, 0x0, + 0xc2, 0x70, 0x6, 0x6b, 0x0, 0x9, 0xd4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6746 "杆" */ + 0x0, 0x84, 0xa, 0xcf, 0xcc, 0x20, 0x8, 0x40, + 0x0, 0xd0, 0x0, 0x4c, 0xed, 0xb0, 0xd, 0x0, + 0x0, 0xd, 0x80, 0x0, 0xd0, 0x0, 0x2, 0xfc, + 0x8c, 0xcf, 0xcc, 0x60, 0x9a, 0x48, 0x0, 0xd0, + 0x0, 0x2b, 0x84, 0x0, 0xd, 0x0, 0x3, 0x28, + 0x40, 0x0, 0xd0, 0x0, 0x0, 0x84, 0x0, 0xd, + 0x0, 0x0, 0x8, 0x40, 0x0, 0xd0, 0x0, + + /* U+675F "束" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc1, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x5d, 0xbb, 0xfb, 0xbd, 0x60, 0x5, 0x60, + 0xd, 0x0, 0x66, 0x0, 0x5d, 0xbb, 0xfb, 0xbd, + 0x60, 0x0, 0x1, 0xcf, 0xc1, 0x0, 0x0, 0x3, + 0xc3, 0xd3, 0xc3, 0x0, 0x2a, 0xc2, 0xd, 0x2, + 0xca, 0x21, 0x50, 0x0, 0xd0, 0x0, 0x52, + + /* U+6761 "条" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x78, + 0x0, 0x0, 0x0, 0x0, 0x6e, 0xbb, 0xbf, 0x20, + 0x1, 0xaa, 0xa7, 0x1b, 0x60, 0x0, 0x4, 0x1, + 0xdf, 0x80, 0x0, 0x3, 0x7a, 0xb6, 0x48, 0xc9, + 0x61, 0x44, 0x10, 0x2a, 0x0, 0x25, 0x0, 0x6b, + 0xbc, 0xeb, 0xbb, 0x10, 0x0, 0x46, 0x2a, 0x19, + 0x0, 0x0, 0x6b, 0x2, 0xa0, 0x5b, 0x0, 0x6, + 0x1, 0xb8, 0x0, 0x51, 0x0, + + /* U+6765 "来" */ + 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, 0x7c, 0xcc, + 0xfc, 0xcc, 0xc1, 0x0, 0x63, 0xb, 0x20, 0x92, + 0x0, 0x3, 0xb0, 0xb2, 0x2c, 0x0, 0x2, 0x2a, + 0x2c, 0x46, 0x52, 0x11, 0xaa, 0xac, 0xff, 0xaa, + 0xa5, 0x0, 0x3, 0xcc, 0x98, 0x0, 0x0, 0x4, + 0xc1, 0xb2, 0x89, 0x0, 0x1a, 0xa1, 0xb, 0x20, + 0x6d, 0x40, 0x40, 0x0, 0xb2, 0x0, 0x24, + + /* U+677F "板" */ + 0x0, 0xc0, 0x14, 0x57, 0x97, 0x0, 0x1c, 0x17, + 0xa5, 0x30, 0x0, 0x5b, 0xea, 0x85, 0x0, 0x0, + 0x0, 0x5f, 0x27, 0xed, 0xbc, 0xa0, 0x9, 0xda, + 0x86, 0xa0, 0x56, 0x1, 0x9c, 0x49, 0x2c, 0x1b, + 0x20, 0x83, 0xc0, 0xb1, 0x6a, 0xa0, 0x4, 0xc, + 0xc, 0x1, 0xf4, 0x0, 0x0, 0xc4, 0x92, 0xc6, + 0xd3, 0x0, 0xc, 0x94, 0xc3, 0x2, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6781 "极" */ + 0x0, 0xb0, 0x8e, 0xcb, 0xe0, 0x2, 0x8e, 0x81, + 0x83, 0x1a, 0x0, 0x15, 0xf5, 0x9, 0x25, 0x70, + 0x0, 0x3f, 0x70, 0xb3, 0x9d, 0xb0, 0x8, 0xda, + 0x1d, 0x80, 0xc, 0x0, 0xab, 0x10, 0xcb, 0x4, + 0x80, 0x75, 0xb0, 0x38, 0x48, 0xc1, 0x2, 0xb, + 0x9, 0x40, 0xd9, 0x0, 0x0, 0xb2, 0xb0, 0x9b, + 0xc7, 0x0, 0xb, 0x83, 0x77, 0x0, 0x94, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+679C "果" */ + 0x0, 0xfb, 0xbe, 0xbb, 0xd7, 0x0, 0xc, 0x0, + 0xb2, 0x5, 0x70, 0x0, 0xfa, 0xae, 0xba, 0xc7, + 0x0, 0xd, 0x11, 0xc3, 0x17, 0x70, 0x0, 0x88, + 0x8d, 0x98, 0x84, 0x0, 0x99, 0x99, 0xea, 0x99, + 0x94, 0x1, 0x13, 0xde, 0xd6, 0x11, 0x0, 0x2, + 0xc4, 0xb2, 0xa7, 0x0, 0x19, 0xc3, 0xb, 0x20, + 0x8d, 0x40, 0x50, 0x0, 0xb2, 0x0, 0x23, + + /* U+67C4 "柄" */ + 0x0, 0xc0, 0x8b, 0xbf, 0xbb, 0x20, 0x3d, 0x30, + 0x0, 0xc0, 0x0, 0x4e, 0xfe, 0x2, 0x2c, 0x22, + 0x0, 0x1f, 0x16, 0xb9, 0xe9, 0xe0, 0x6, 0xe9, + 0x65, 0x1c, 0xc, 0x0, 0xac, 0x68, 0x55, 0xc4, + 0xc0, 0x48, 0xc0, 0x66, 0xb1, 0xac, 0x3, 0x1c, + 0x6, 0x93, 0x3, 0xc0, 0x0, 0xc0, 0x65, 0x0, + 0xc, 0x0, 0xc, 0x6, 0x50, 0xb, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+67E5 "查" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x1, 0xbb, 0xbc, + 0xfd, 0xbb, 0xb6, 0x0, 0x5, 0xac, 0x69, 0x0, + 0x0, 0x18, 0x90, 0xb1, 0x3a, 0x30, 0x1a, 0x59, + 0x9d, 0x99, 0x76, 0x50, 0x5, 0x81, 0x11, 0x2b, + 0x0, 0x0, 0x5b, 0x77, 0x78, 0xb0, 0x0, 0x5, + 0xc9, 0x99, 0x9b, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbb, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+6807 "标" */ + 0x0, 0x84, 0x1, 0x22, 0x22, 0x0, 0x8, 0x40, + 0x69, 0x99, 0x90, 0x2a, 0xdc, 0x70, 0x0, 0x0, + 0x0, 0xe, 0x81, 0xcc, 0xcc, 0xc8, 0x4, 0xeb, + 0x40, 0xc, 0x0, 0x0, 0xb9, 0x45, 0x52, 0xc1, + 0x60, 0x49, 0x84, 0xb, 0xc, 0xc, 0x1, 0x18, + 0x43, 0xa0, 0xc0, 0x74, 0x0, 0x84, 0x82, 0xc, + 0x3, 0x70, 0x8, 0x40, 0x1c, 0xc0, 0x0, + + /* U+680F "栏" */ + 0x0, 0xc0, 0x7, 0x20, 0x65, 0x0, 0x1c, 0x10, + 0x2a, 0xc, 0x0, 0x29, 0xf9, 0x6c, 0xcd, 0xec, + 0x0, 0x2f, 0x50, 0x0, 0x0, 0x0, 0x7, 0xeb, + 0x10, 0x0, 0x0, 0x0, 0xbc, 0x31, 0xbc, 0xcc, + 0x70, 0x66, 0xc0, 0x0, 0x0, 0x0, 0x1, 0xc, + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0xab, 0xbb, + 0xbb, 0x50, 0xc, 0x0, 0x0, 0x0, 0x0, + + /* U+6821 "校" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x6, 0x60, 0x0, 0x0, 0xb0, 0x58, 0x8d, 0x88, + 0x33, 0xcf, 0xc3, 0x55, 0x28, 0x21, 0x2, 0xf1, + 0xb, 0x20, 0x87, 0x0, 0x7e, 0x99, 0xa1, 0x6, + 0xb2, 0xa, 0xc9, 0x24, 0x82, 0xb0, 0x4, 0x7b, + 0x0, 0xb, 0xb3, 0x0, 0x61, 0xb0, 0x0, 0x7e, + 0x10, 0x0, 0xb, 0x0, 0x7b, 0x5d, 0x40, 0x0, + 0xb0, 0xa7, 0x0, 0x2a, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6837 "样" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xa0, 0x2, 0xb0, 0x0, 0xc0, 0x5, 0x60, 0xa4, + 0x4, 0xcf, 0xc7, 0xbb, 0xfb, 0xb3, 0x2, 0xf1, + 0x0, 0xc, 0x0, 0x0, 0x8d, 0xa2, 0xbb, 0xfb, + 0xb0, 0xa, 0xc3, 0x0, 0xc, 0x0, 0x6, 0x5c, + 0xc, 0xcc, 0xfc, 0xc6, 0x10, 0xc0, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, + + /* U+683C "格" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x39, 0x0, 0x0, 0x0, 0xc0, 0xc, 0xbb, 0xbd, + 0x5, 0xcf, 0xca, 0xc7, 0xa, 0x60, 0x4, 0xf4, + 0x40, 0xab, 0x80, 0x0, 0x9d, 0xb1, 0x7c, 0xab, + 0x50, 0x1a, 0xc5, 0xd6, 0x0, 0x18, 0x87, 0x4c, + 0x3, 0xeb, 0xbb, 0xc0, 0x20, 0xc0, 0x39, 0x0, + 0xc, 0x0, 0xc, 0x3, 0xda, 0xab, 0xc0, 0x0, + 0xc0, 0x39, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6846 "框" */ + 0x0, 0xb0, 0xac, 0xcc, 0xcc, 0x40, 0xb, 0xa, + 0x0, 0x0, 0x0, 0x6c, 0xfc, 0xb6, 0xbd, 0xbb, + 0x0, 0x2f, 0x3a, 0x0, 0xb0, 0x0, 0x8, 0xdb, + 0xb4, 0xae, 0xb8, 0x1, 0xab, 0x1a, 0x0, 0xb0, + 0x0, 0x84, 0xb0, 0xa4, 0x5d, 0x65, 0x1, 0xb, + 0xa, 0x35, 0x55, 0x50, 0x0, 0xb0, 0xaa, 0xaa, + 0xaa, 0x50, 0xb, 0x0, 0x11, 0x11, 0x10, + + /* U+68C0 "检" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x8, 0x80, 0x0, 0x0, 0xc0, 0x4, 0xba, 0x50, + 0x4, 0xbe, 0x95, 0xc0, 0xa, 0x70, 0x4, 0xf6, + 0xb9, 0xbb, 0xa7, 0x60, 0x9d, 0xa0, 0x2, 0x10, + 0x30, 0x1a, 0xc3, 0x74, 0x55, 0x1b, 0x7, 0x4c, + 0x2, 0x82, 0x87, 0x40, 0x0, 0xc0, 0x5, 0x2, + 0xa0, 0x0, 0xc, 0x19, 0x99, 0xbc, 0x93, 0x0, + 0xc0, 0x11, 0x11, 0x11, 0x0, + + /* U+6A21 "模" */ + 0x0, 0xc0, 0x13, 0xa1, 0xd1, 0x0, 0xc, 0x8, + 0xad, 0x9e, 0x93, 0x28, 0xe7, 0x4a, 0xe9, 0xf8, + 0x0, 0x3f, 0x16, 0x83, 0x33, 0xc0, 0x7, 0xda, + 0x6a, 0x66, 0x6c, 0x0, 0xac, 0x65, 0xba, 0xb9, + 0xa0, 0x47, 0xc0, 0x0, 0x38, 0x0, 0x4, 0x1c, + 0x2a, 0xad, 0xeb, 0xa4, 0x0, 0xc0, 0x6, 0xa2, + 0xb1, 0x0, 0xc, 0x3b, 0x70, 0x2, 0xa5, + + /* U+6A2A "横" */ + 0x0, 0xc0, 0x0, 0xc0, 0xc0, 0x0, 0xc, 0x4, + 0x9e, 0x9e, 0x91, 0x3c, 0xfb, 0x45, 0xd5, 0xd5, + 0x20, 0x3f, 0x24, 0x55, 0xb5, 0x52, 0x7, 0xda, + 0x4d, 0x9d, 0x9e, 0x0, 0xac, 0x45, 0xb6, 0xc6, + 0xd0, 0x55, 0xc0, 0x49, 0x1a, 0x1d, 0x1, 0xc, + 0x3, 0xaa, 0xaa, 0xa0, 0x0, 0xc0, 0x9, 0x80, + 0xa5, 0x0, 0xc, 0xb, 0x50, 0x0, 0x94, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B27 "欧" */ + 0x0, 0x0, 0x2, 0x20, 0x0, 0x99, 0x99, 0x77, + 0x30, 0x0, 0xd1, 0x13, 0x3a, 0xba, 0xa4, 0xda, + 0x8, 0x4a, 0x31, 0x84, 0xc8, 0x5b, 0x65, 0xa1, + 0xb0, 0xc0, 0xd7, 0x10, 0xc1, 0x30, 0xc0, 0xc8, + 0x0, 0xd4, 0x0, 0xc6, 0x8c, 0x10, 0xe8, 0x0, + 0xdc, 0x5, 0x64, 0x8b, 0x10, 0xd3, 0x12, 0x1b, + 0x25, 0xb0, 0x99, 0x99, 0xa8, 0x0, 0x84, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+6B62 "止" */ + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x93, 0x0, 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, + 0x0, 0x1c, 0x0, 0x9c, 0xbb, 0xa0, 0x1, 0xc0, + 0x9, 0x40, 0x0, 0x0, 0x1c, 0x0, 0x93, 0x0, + 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, 0x0, 0x1c, + 0x0, 0x93, 0x0, 0x0, 0x7b, 0xeb, 0xbe, 0xcb, + 0xbb, 0x10, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+6B63 "正" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x0, 0x79, 0x99, + 0xdb, 0x99, 0x91, 0x0, 0x0, 0x8, 0x40, 0x0, + 0x0, 0x9, 0x10, 0x84, 0x0, 0x0, 0x0, 0xb1, + 0x8, 0xdc, 0xc7, 0x0, 0xb, 0x10, 0x84, 0x0, + 0x0, 0x0, 0xb1, 0x8, 0x40, 0x0, 0x0, 0xb, + 0x10, 0x84, 0x0, 0x0, 0x1a, 0xeb, 0xad, 0xca, + 0xaa, 0x60, 0x22, 0x22, 0x22, 0x22, 0x21, + + /* U+6B64 "此" */ + 0x0, 0xc, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xc0, + 0xd, 0x0, 0x0, 0xb, 0xc, 0x0, 0xd0, 0x18, + 0x0, 0xc0, 0xcc, 0x7d, 0x7d, 0x50, 0xc, 0xc, + 0x0, 0xd7, 0x0, 0x0, 0xc0, 0xc0, 0xd, 0x0, + 0x0, 0xc, 0xc, 0x0, 0xd0, 0x0, 0x0, 0xc0, + 0xc0, 0xd, 0x0, 0x27, 0xc, 0x1d, 0x75, 0xd0, + 0x3, 0x87, 0xed, 0xa6, 0x29, 0xdc, 0xd3, 0x10, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B65 "步" */ + 0x0, 0x40, 0xd, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xec, 0xcc, 0x30, 0x0, 0xc0, 0xd, 0x0, 0x0, + 0x6, 0xce, 0xcc, 0xfc, 0xcc, 0xc0, 0x0, 0x16, + 0xd, 0x0, 0x31, 0x0, 0xc, 0x40, 0xd0, 0x1c, + 0x0, 0xc, 0x60, 0xd, 0x2c, 0x30, 0x0, 0x20, + 0x1, 0xcc, 0x20, 0x0, 0x3, 0x6a, 0xc6, 0x0, + 0x0, 0x4, 0xa6, 0x30, 0x0, 0x0, 0x0, + + /* U+6B7B "死" */ + 0x1c, 0xcf, 0xcc, 0xee, 0xcc, 0x70, 0x3, 0xa0, + 0x6, 0x60, 0x0, 0x0, 0x95, 0x0, 0x66, 0x1, + 0x0, 0x1e, 0xcc, 0xc6, 0x63, 0xd1, 0xa, 0x50, + 0x39, 0x6b, 0xc2, 0x2, 0xa9, 0x39, 0x56, 0xa0, + 0x0, 0x0, 0x2d, 0xc0, 0x66, 0x0, 0x0, 0x0, + 0xa5, 0x6, 0x60, 0x4, 0x0, 0x98, 0x0, 0x66, + 0x1, 0xa1, 0xd7, 0x0, 0x3, 0xcc, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B8A "殊" */ + 0x3c, 0xfb, 0xb6, 0x4c, 0x0, 0x0, 0x2a, 0x0, + 0xa2, 0xc0, 0x0, 0x6, 0xa4, 0x3e, 0xbf, 0xbb, + 0x10, 0xb5, 0x7d, 0x50, 0xc0, 0x0, 0x3b, 0x37, + 0x9b, 0xbf, 0xbb, 0x64, 0x3c, 0xe1, 0x8, 0xfa, + 0x0, 0x0, 0x2b, 0x3, 0xac, 0x84, 0x0, 0xa, + 0x43, 0xc1, 0xc0, 0xc2, 0x7, 0xa0, 0xc2, 0xc, + 0x2, 0x81, 0x90, 0x0, 0x0, 0xc0, 0x0, + + /* U+6BB5 "段" */ + 0x0, 0x2, 0x30, 0x0, 0x0, 0x0, 0x6b, 0x94, + 0xe, 0xbd, 0x0, 0xc, 0x0, 0x0, 0xb0, 0xc0, + 0x0, 0xcb, 0xb6, 0x39, 0xc, 0x0, 0xc, 0x0, + 0xb, 0x40, 0xbc, 0x30, 0xc1, 0x11, 0x60, 0x0, + 0x0, 0xc, 0xaa, 0x5a, 0xca, 0xd7, 0x0, 0xc0, + 0x0, 0x1a, 0xc, 0x10, 0x5e, 0xcb, 0x80, 0x6a, + 0x80, 0x2, 0xd0, 0x0, 0x18, 0xe8, 0x10, 0xc, + 0x0, 0x5d, 0x70, 0x5d, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6BD4 "比" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x1b, 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, + 0x0, 0xb1, 0x0, 0x1b, 0x7, 0x90, 0xb, 0xdc, + 0xa1, 0xc9, 0xa0, 0x0, 0xb1, 0x0, 0x1f, 0x60, + 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, 0xb1, + 0x0, 0x1b, 0x0, 0x40, 0xb, 0x10, 0x1, 0xb0, + 0xc, 0x0, 0xc6, 0xab, 0x1b, 0x0, 0xc0, 0xe, + 0x94, 0x0, 0xcc, 0xd8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6C60 "池" */ + 0xa, 0x40, 0x0, 0x29, 0x0, 0x0, 0x1a, 0x2a, + 0x2, 0x90, 0x0, 0x0, 0x0, 0xc0, 0x2b, 0x9d, + 0x6, 0x91, 0xc, 0x8c, 0xc2, 0xc0, 0x4, 0x6b, + 0xf4, 0x39, 0xc, 0x0, 0x1, 0xc, 0x2, 0x90, + 0xc0, 0x0, 0xb1, 0xc0, 0x2a, 0xb9, 0x0, 0x3a, + 0xc, 0x1, 0x50, 0x21, 0xc, 0x20, 0xc0, 0x0, + 0x7, 0x51, 0x80, 0x7, 0xdb, 0xbc, 0xd0, + + /* U+6CA1 "没" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9a, 0x10, + 0xfc, 0xcc, 0x0, 0x0, 0x42, 0xb, 0x0, 0xc0, + 0x0, 0x0, 0x4, 0x80, 0xc, 0x0, 0x3c, 0x33, + 0xd2, 0x0, 0x9c, 0x70, 0x29, 0x45, 0x22, 0x22, + 0x10, 0x0, 0x1, 0xdb, 0x99, 0xca, 0x0, 0x8, + 0x33, 0xb0, 0xc, 0x20, 0x1, 0xc0, 0x6, 0xac, + 0x40, 0x0, 0x94, 0x1, 0x8d, 0xd8, 0x20, 0x9, + 0xa, 0xb6, 0x1, 0x8d, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6CB9 "油" */ + 0x8, 0x70, 0x0, 0x2a, 0x0, 0x0, 0x6, 0x50, + 0x2, 0xa0, 0x0, 0x0, 0x0, 0xdc, 0xde, 0xcd, + 0x63, 0xc4, 0xc, 0x2, 0xa0, 0x56, 0x1, 0x70, + 0xc0, 0x2a, 0x5, 0x60, 0x0, 0xe, 0xcd, 0xec, + 0xd6, 0x0, 0x81, 0xc0, 0x2a, 0x5, 0x60, 0x3b, + 0xc, 0x2, 0xa0, 0x56, 0xc, 0x20, 0xec, 0xde, + 0xcd, 0x60, 0x30, 0xc, 0x0, 0x0, 0x56, + + /* U+6CBF "沿" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa8, 0x2, + 0xec, 0xcc, 0x0, 0x0, 0x61, 0x39, 0x0, 0xc0, + 0x0, 0x0, 0x6, 0x60, 0xc, 0x0, 0x5b, 0x21, + 0xd1, 0x0, 0xd5, 0x10, 0x26, 0x84, 0x0, 0x3, + 0x51, 0x0, 0x10, 0xbc, 0xcc, 0xd7, 0x0, 0xb, + 0x2c, 0x0, 0x4, 0x80, 0x6, 0x80, 0xc0, 0x0, + 0x48, 0x2, 0xd0, 0xc, 0xcc, 0xcd, 0x80, 0x2, + 0x0, 0xc0, 0x0, 0x47, 0x0, + + /* U+6CD5 "法" */ + 0x6, 0x70, 0x0, 0x38, 0x0, 0x0, 0x6, 0x80, + 0x15, 0x91, 0x10, 0x0, 0x0, 0x6a, 0xcd, 0xaa, + 0x1, 0xa7, 0x0, 0x3, 0x80, 0x0, 0x0, 0x41, + 0xcc, 0xde, 0xcc, 0x50, 0x0, 0x30, 0xc, 0x10, + 0x0, 0x0, 0x77, 0x6, 0x70, 0x90, 0x0, 0x1d, + 0x1, 0xc0, 0x7, 0x80, 0xa, 0x50, 0xad, 0xbb, + 0xac, 0x10, 0x30, 0x1, 0x0, 0x0, 0x32, + + /* U+6CE2 "波" */ + 0x6, 0x80, 0x0, 0xb, 0x0, 0x0, 0x3, 0x3b, + 0xcc, 0xfc, 0xc9, 0x1, 0x0, 0xc0, 0xb, 0x6, + 0x72, 0xc6, 0xc, 0x0, 0xb0, 0x61, 0x0, 0x50, + 0xee, 0xcc, 0xbd, 0x0, 0x1, 0xc, 0x77, 0x5, + 0x90, 0x0, 0xb4, 0x90, 0xd3, 0xd2, 0x0, 0x3a, + 0x57, 0x3, 0xf7, 0x0, 0xb, 0x3b, 0x27, 0xc7, + 0xb7, 0x10, 0x61, 0x87, 0x70, 0x0, 0x58, + + /* U+6CE8 "注" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb5, 0x0, + 0xc, 0x0, 0x0, 0x0, 0x92, 0x0, 0x74, 0x0, + 0x0, 0x0, 0x6c, 0xce, 0xcc, 0xc0, 0x69, 0x10, + 0x0, 0xa2, 0x0, 0x0, 0x35, 0x0, 0xa, 0x20, + 0x0, 0x0, 0x11, 0xcc, 0xed, 0xc8, 0x0, 0xb, + 0x10, 0xa, 0x20, 0x0, 0x3, 0xa0, 0x0, 0xa2, + 0x0, 0x0, 0xb3, 0x0, 0xa, 0x20, 0x0, 0x3a, + 0xa, 0xcc, 0xed, 0xcc, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D1B "洛" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x96, 0x2, + 0xb0, 0x0, 0x0, 0x0, 0x86, 0xac, 0xbb, 0xda, + 0x0, 0x0, 0x6c, 0x80, 0x1d, 0x20, 0x3a, 0x14, + 0x6, 0x9d, 0x40, 0x0, 0x49, 0x2, 0x9c, 0xc8, + 0x20, 0x0, 0x8, 0xb4, 0x0, 0x6b, 0x70, 0x7, + 0x5e, 0xbb, 0xbb, 0xb0, 0x2, 0xc0, 0xc0, 0x0, + 0xb, 0x0, 0xc3, 0xe, 0xbb, 0xbb, 0xb0, 0x3, + 0x0, 0xc0, 0x0, 0xb, 0x0, + + /* U+6D32 "洲" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xb5, 0xa, + 0x12, 0x90, 0x92, 0x0, 0x50, 0xa1, 0x29, 0x9, + 0x20, 0x0, 0xa, 0x12, 0xa0, 0x92, 0x6b, 0x2a, + 0xaa, 0x2d, 0x89, 0x20, 0x33, 0xab, 0x77, 0x9b, + 0xa2, 0x0, 0x36, 0xc1, 0x89, 0x4d, 0x20, 0x37, + 0xc, 0x2, 0x90, 0x92, 0x9, 0x31, 0xb0, 0x29, + 0x9, 0x21, 0xc0, 0x66, 0x2, 0x90, 0x92, 0x57, + 0xb, 0x0, 0x29, 0x9, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D3B "活" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6a, 0x12, + 0x57, 0xab, 0x90, 0x0, 0x35, 0x46, 0x5b, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xa0, 0x0, 0x1c, 0x63, + 0xcc, 0xce, 0xcc, 0x80, 0x6, 0x0, 0x1, 0xa0, + 0x0, 0x0, 0x13, 0x49, 0xae, 0x99, 0x0, 0x8, + 0x57, 0x51, 0x11, 0xc0, 0x2, 0xc0, 0x74, 0x0, + 0xc, 0x0, 0xb3, 0x7, 0xb9, 0x99, 0xe0, 0x3, + 0x0, 0x76, 0x22, 0x2c, 0x0, + + /* U+6D41 "流" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xc3, 0x0, + 0xc, 0x0, 0x0, 0x1, 0xa8, 0xbc, 0xec, 0xbb, + 0x10, 0x0, 0x1, 0xc1, 0x28, 0x0, 0x6a, 0x22, + 0xc8, 0x67, 0xe6, 0x0, 0x35, 0x47, 0x65, 0x43, + 0xa0, 0x0, 0x0, 0xb0, 0xb0, 0xb0, 0x0, 0xc, + 0x1c, 0xb, 0xb, 0x0, 0x5, 0x90, 0xc0, 0xb0, + 0xb0, 0x0, 0xd1, 0x78, 0xb, 0xb, 0x35, 0x37, + 0x1d, 0x10, 0x40, 0xbb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D4B "测" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa9, 0xa9, + 0x9e, 0x0, 0x82, 0x0, 0x2a, 0x13, 0xa0, 0xa8, + 0x21, 0x10, 0xa3, 0x6a, 0xa, 0x82, 0x4d, 0x4a, + 0x36, 0xa0, 0xa8, 0x20, 0x12, 0xa3, 0x6a, 0xa, + 0x82, 0x0, 0xa, 0x36, 0xa0, 0xa8, 0x20, 0x38, + 0xa4, 0x5a, 0xa, 0x82, 0x9, 0x34, 0x73, 0x40, + 0x48, 0x20, 0xc0, 0x1a, 0x66, 0x0, 0x82, 0x36, + 0xa, 0x10, 0x81, 0x9c, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D88 "消" */ + 0x9, 0x40, 0x70, 0x2a, 0x3, 0x50, 0xa, 0x19, + 0x52, 0xa0, 0xc3, 0x0, 0x0, 0x14, 0x2a, 0x15, + 0x4, 0xb2, 0xc, 0xcc, 0xcc, 0xe5, 0x2, 0x70, + 0xc0, 0x0, 0x7, 0x50, 0x0, 0xc, 0xbb, 0xbb, + 0xd5, 0x0, 0xa1, 0xc0, 0x0, 0x7, 0x50, 0x2a, + 0xc, 0xaa, 0xaa, 0xd5, 0xb, 0x30, 0xc0, 0x0, + 0x7, 0x50, 0x80, 0xc, 0x0, 0x2c, 0xc2, + + /* U+6DF7 "混" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0x2e, + 0xaa, 0xab, 0xb0, 0x0, 0x22, 0xd4, 0x44, 0x5b, + 0x0, 0x10, 0xd, 0x55, 0x56, 0xb0, 0x2d, 0x30, + 0xe9, 0x99, 0xab, 0x0, 0x2b, 0x1, 0x11, 0x11, + 0x0, 0x0, 0x0, 0xb0, 0xa, 0x2, 0x10, 0x6, + 0x6e, 0xb8, 0xca, 0x91, 0x0, 0xc0, 0xc0, 0xc, + 0x20, 0x0, 0x86, 0xc, 0x13, 0xc0, 0xa, 0xb, + 0x2, 0xfb, 0x69, 0xbc, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6DFB "添" */ + 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0x6c, + 0xcf, 0xcc, 0xc0, 0x0, 0x20, 0x2, 0xb0, 0x0, + 0x0, 0x0, 0x11, 0x78, 0x11, 0x10, 0x49, 0x19, + 0xaf, 0xac, 0xca, 0x40, 0x43, 0x9, 0x61, 0x1c, + 0x20, 0x0, 0x1b, 0x72, 0x90, 0x3c, 0x40, 0x39, + 0x2a, 0x39, 0x86, 0x70, 0x9, 0x44, 0x72, 0x99, + 0x1c, 0x10, 0xd0, 0x60, 0x29, 0x32, 0x43, 0x15, + 0x0, 0x4c, 0x60, 0x0, 0x0, + + /* U+6E05 "清" */ + 0x9, 0x31, 0x33, 0xc4, 0x33, 0x0, 0x18, 0x35, + 0x5c, 0x65, 0x50, 0x0, 0x2, 0x99, 0xea, 0x96, + 0x4, 0xb3, 0x88, 0x8b, 0x98, 0x83, 0x1, 0x20, + 0x99, 0x99, 0x94, 0x0, 0x4, 0xb, 0x22, 0x27, + 0x60, 0x0, 0xc0, 0xd7, 0x77, 0xa6, 0x0, 0x67, + 0xe, 0x99, 0x9b, 0x60, 0xd, 0x10, 0xb0, 0x0, + 0x56, 0x1, 0x70, 0xb, 0x0, 0x7c, 0x40, + + /* U+6E10 "渐" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0xb5, 0xc, + 0x0, 0x48, 0xc1, 0x0, 0x7b, 0xeb, 0x6d, 0x20, + 0x0, 0x0, 0x36, 0x0, 0xc0, 0x0, 0x39, 0x38, + 0x58, 0xd, 0x89, 0x40, 0x2, 0xdc, 0xe6, 0xc0, + 0xb0, 0x0, 0x21, 0x38, 0xb, 0xb, 0x0, 0x3a, + 0x17, 0xd9, 0xa0, 0xb0, 0x9, 0x4c, 0xa9, 0x48, + 0xb, 0x0, 0xd0, 0x3, 0x89, 0x40, 0xb0, 0x26, + 0x0, 0x38, 0xa0, 0xb, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6E29 "温" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x3c, + 0xaa, 0xac, 0x80, 0x0, 0x23, 0xc0, 0x0, 0x48, + 0x0, 0x0, 0xc, 0xaa, 0xac, 0x80, 0x2b, 0x50, + 0xc4, 0x44, 0x78, 0x0, 0x5, 0x5, 0x66, 0x66, + 0x30, 0x0, 0x22, 0xbb, 0xbb, 0xb9, 0x0, 0xa, + 0x59, 0x54, 0x90, 0xc0, 0x2, 0xb2, 0x95, 0x49, + 0xc, 0x0, 0x94, 0x29, 0x54, 0x90, 0xc0, 0xc, + 0xc, 0xed, 0xce, 0xbf, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6E38 "游" */ + 0x1, 0x0, 0x40, 0x3, 0x10, 0x0, 0x99, 0xb, + 0x30, 0xb1, 0x0, 0x0, 0x4a, 0xbb, 0x8d, 0xcc, + 0x60, 0x0, 0x3b, 0x18, 0x60, 0x0, 0x3d, 0x42, + 0xa0, 0x3c, 0xcd, 0x30, 0x14, 0x3e, 0xd7, 0x6, + 0x90, 0x0, 0x4, 0x75, 0x60, 0xc0, 0x0, 0x19, + 0x64, 0x5a, 0xbf, 0xb6, 0x7, 0x5a, 0x26, 0x50, + 0xc0, 0x0, 0xc2, 0xa0, 0x83, 0xc, 0x0, 0x18, + 0x73, 0x9c, 0x19, 0xd0, 0x0, 0x0, 0x0, 0x0, + 0x10, 0x0, + + /* U+6E7E "湾" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x80, 0x0, + 0xb, 0x10, 0x0, 0x9, 0x58, 0xae, 0xbe, 0xaa, + 0x20, 0x0, 0x29, 0xa1, 0xb5, 0x60, 0x63, 0xb, + 0x1a, 0x1b, 0xa, 0x11, 0xa0, 0x3a, 0xda, 0xda, + 0x40, 0x2, 0x0, 0x22, 0x22, 0x67, 0x0, 0x93, + 0xd, 0x77, 0x77, 0x30, 0xd, 0x3, 0xda, 0xaa, + 0xa9, 0x3, 0xa0, 0x0, 0x0, 0x2, 0xa0, 0x23, + 0x0, 0x0, 0xa, 0xc4, 0x0, + + /* U+6E90 "源" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x3e, + 0xbb, 0xcb, 0xb7, 0x0, 0x32, 0xb0, 0xc, 0x0, + 0x0, 0x0, 0xb, 0x6a, 0xe9, 0xa0, 0x1c, 0x61, + 0xba, 0x21, 0x1c, 0x0, 0x4, 0x2a, 0xa7, 0x66, + 0xd0, 0x0, 0x23, 0x9a, 0xaa, 0xae, 0x0, 0xb, + 0x57, 0x11, 0xc1, 0x20, 0x3, 0x98, 0x4b, 0x2c, + 0x1d, 0x10, 0xa3, 0xc5, 0x90, 0xc0, 0x79, 0x8, + 0x37, 0x1, 0xac, 0x0, 0x0, + + /* U+6ED1 "滑" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8a, 0xa, + 0xaa, 0xae, 0x0, 0x0, 0x53, 0xa9, 0x80, 0xb0, + 0x0, 0x0, 0xa, 0x19, 0x1b, 0x10, 0x3c, 0x4b, + 0x99, 0x99, 0x9d, 0x30, 0x14, 0xb7, 0xaa, 0xaa, + 0xa3, 0x0, 0x20, 0xb2, 0x22, 0xb1, 0x0, 0xc, + 0x1b, 0x88, 0x8d, 0x10, 0x4, 0xa0, 0xb9, 0x99, + 0xd1, 0x0, 0xb3, 0xb, 0x0, 0xa, 0x10, 0x8, + 0x0, 0xb0, 0x9, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6EDA "滚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80, 0x0, + 0xd, 0x10, 0x0, 0x4, 0xa9, 0xbc, 0xbc, 0xcb, + 0x10, 0x0, 0xa, 0x51, 0x3b, 0x10, 0x65, 0x1c, + 0x49, 0x73, 0x2c, 0x0, 0x93, 0x19, 0x83, 0xa7, + 0x10, 0x0, 0x6, 0xbd, 0xf8, 0x91, 0x0, 0x19, + 0x7, 0xb2, 0xa3, 0x90, 0x8, 0x8c, 0xd3, 0x9, + 0xb1, 0x1, 0xc0, 0x9, 0x55, 0x3c, 0x70, 0x35, + 0x0, 0xca, 0x50, 0x19, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6EDE "滞" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xb5, 0xc, + 0xc, 0x9, 0x20, 0x0, 0x6a, 0xeb, 0xeb, 0xec, + 0x40, 0x0, 0xc, 0xc, 0x9, 0x20, 0x5b, 0x10, + 0x30, 0x20, 0x20, 0x0, 0x33, 0xcb, 0xbf, 0xbb, + 0xe2, 0x0, 0xa, 0x0, 0xc0, 0x8, 0x20, 0x19, + 0xe, 0xbf, 0xbd, 0x60, 0x9, 0x30, 0xa0, 0xc0, + 0x56, 0x2, 0xb0, 0xa, 0xc, 0x3c, 0x40, 0x2, + 0x0, 0x0, 0xc0, 0x0, 0x0, + + /* U+6EE1 "满" */ + 0x8, 0x11, 0x3b, 0x18, 0x51, 0x0, 0x3a, 0x89, + 0xd9, 0xcb, 0x91, 0x0, 0x4, 0x59, 0x47, 0x64, + 0x5, 0x70, 0x55, 0xc6, 0xc5, 0x51, 0x5, 0x28, + 0xbe, 0xbe, 0xba, 0x0, 0x1, 0xa1, 0xb0, 0xb0, + 0xc0, 0x2, 0xba, 0x2e, 0x4f, 0x4c, 0x0, 0x95, + 0xa9, 0x4a, 0x4a, 0xc0, 0x1d, 0xa, 0x50, 0x60, + 0xc, 0x3, 0x50, 0xa1, 0x0, 0x8, 0xa0, + + /* U+6EE4 "滤" */ + 0x7, 0x0, 0x3, 0xb4, 0x44, 0x0, 0x4a, 0x0, + 0x3b, 0x55, 0x50, 0x0, 0x9, 0xac, 0xba, 0xae, + 0x46, 0x80, 0x94, 0xa9, 0x83, 0x80, 0x5, 0x3a, + 0x4a, 0x61, 0x1a, 0x0, 0x0, 0xb0, 0x29, 0x99, + 0x50, 0x2, 0x8b, 0x0, 0x52, 0x0, 0x0, 0x93, + 0xb5, 0x81, 0xa4, 0x70, 0x1c, 0x29, 0x8a, 0x2, + 0x59, 0x23, 0x58, 0x44, 0x79, 0x9a, 0x13, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6FC0 "激" */ + 0x0, 0x0, 0x10, 0x0, 0x10, 0x0, 0xa3, 0x19, + 0x50, 0x47, 0x0, 0x0, 0x7b, 0x89, 0x97, 0x51, + 0x10, 0x0, 0xb9, 0xa9, 0xba, 0xd8, 0x2b, 0x1a, + 0x1, 0xaf, 0x1a, 0x10, 0x34, 0x7d, 0x9a, 0xb5, + 0xc0, 0x0, 0x39, 0xd9, 0x81, 0xaa, 0x0, 0x1a, + 0x2d, 0x95, 0xb, 0x50, 0x7, 0x44, 0x74, 0x80, + 0xd6, 0x0, 0xc0, 0x92, 0x46, 0x76, 0xb1, 0x18, + 0x47, 0x5b, 0x69, 0x2, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+70B9 "点" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xdc, 0xcc, 0xc0, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0xd, 0xcc, 0xdc, 0xcd, 0x10, 0x0, 0xc0, + 0x0, 0x0, 0xb1, 0x0, 0xc, 0x0, 0x0, 0xb, + 0x10, 0x0, 0xcc, 0xcc, 0xcc, 0xc1, 0x0, 0x6, + 0x3, 0x4, 0x6, 0x10, 0x7, 0x70, 0xc0, 0xa2, + 0x3b, 0x1, 0xb0, 0xa, 0x4, 0x50, 0x82, + + /* U+70ED "热" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x40, + 0xc, 0x0, 0x0, 0xc, 0xdd, 0xbb, 0xeb, 0xb1, + 0x0, 0x6, 0x40, 0xc, 0xa, 0x10, 0x1, 0x9b, + 0x96, 0xb0, 0xa1, 0x2, 0xcb, 0x60, 0x8d, 0x29, + 0x10, 0x0, 0x64, 0xb, 0x4a, 0x84, 0x50, 0x7c, + 0x28, 0x50, 0x3, 0xd5, 0x1, 0x70, 0x40, 0x50, + 0x63, 0x0, 0xa4, 0xa, 0xa, 0x22, 0xc0, 0x17, + 0x0, 0x50, 0x33, 0x6, 0x20, + + /* U+7126 "焦" */ + 0x0, 0x2, 0x1, 0x0, 0x0, 0x0, 0x4, 0xa0, + 0x57, 0x0, 0x0, 0x0, 0xdd, 0xbb, 0xfb, 0xbb, + 0x10, 0xce, 0x11, 0x4a, 0x11, 0x0, 0x46, 0xd7, + 0x79, 0xc7, 0x73, 0x0, 0xd, 0xaa, 0xbd, 0xaa, + 0x40, 0x0, 0xd0, 0x3, 0x90, 0x0, 0x0, 0xe, + 0xaa, 0xbd, 0xaa, 0xa0, 0x1, 0x90, 0x20, 0x40, + 0x42, 0x0, 0x94, 0x2a, 0xb, 0x12, 0xc0, 0x18, + 0x0, 0x80, 0x44, 0x7, 0x30, + + /* U+7247 "片" */ + 0x0, 0xd0, 0x0, 0xd0, 0x0, 0x0, 0xd0, 0x0, + 0xd0, 0x0, 0x0, 0xd2, 0x22, 0xd2, 0x22, 0x0, + 0xea, 0xaa, 0xaa, 0xa9, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0x2, 0xfd, 0xdd, 0xdd, 0x20, 0x3, 0x90, + 0x0, 0xa, 0x30, 0x8, 0x50, 0x0, 0xa, 0x30, + 0x1d, 0x10, 0x0, 0xa, 0x30, 0x46, 0x0, 0x0, + 0xa, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7248 "版" */ + 0xc, 0xb, 0x6, 0x9a, 0xaa, 0x0, 0xc0, 0xb0, + 0xc1, 0x0, 0x0, 0xc, 0x2c, 0x2c, 0x0, 0x0, + 0x0, 0xc9, 0x97, 0xce, 0xbb, 0xe0, 0xc, 0x0, + 0xc, 0x82, 0xb, 0x0, 0xdb, 0xc2, 0xc4, 0x84, + 0x80, 0xc, 0x9, 0x2c, 0xc, 0xb2, 0x1, 0xb0, + 0x93, 0xb0, 0x8b, 0x0, 0x57, 0x9, 0x87, 0x4c, + 0xb5, 0x7, 0x20, 0x9a, 0x5a, 0x0, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7259 "牙" */ + 0x6, 0xcc, 0xcc, 0xcf, 0xcb, 0x0, 0x5, 0x20, + 0x0, 0xd0, 0x0, 0x0, 0xb1, 0x0, 0xd, 0x0, + 0x0, 0xc, 0x0, 0x0, 0xd0, 0x0, 0x3, 0xec, + 0xcc, 0xdf, 0xcc, 0x50, 0x0, 0x0, 0x7a, 0xd0, + 0x0, 0x0, 0x0, 0x9b, 0xd, 0x0, 0x0, 0x4, + 0xc8, 0x0, 0xd0, 0x0, 0x1c, 0xc3, 0x0, 0xd, + 0x0, 0x0, 0x30, 0x0, 0x7c, 0xb0, 0x0, + + /* U+7279 "特" */ + 0x2, 0xc0, 0x0, 0x29, 0x0, 0x2, 0x9c, 0x3, + 0xbc, 0xeb, 0x90, 0x4d, 0xfb, 0x0, 0x29, 0x0, + 0x7, 0x3c, 0xb, 0xcc, 0xdd, 0xc3, 0x50, 0xc0, + 0x0, 0x0, 0xc0, 0x0, 0x4e, 0xc9, 0xcc, 0xcf, + 0xc2, 0x69, 0xd0, 0x7, 0x0, 0xc0, 0x0, 0xc, + 0x0, 0x86, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x40, + 0xc0, 0x0, 0xc, 0x0, 0x4, 0xcb, 0x0, + + /* U+72B6 "状" */ + 0x0, 0xc, 0x0, 0x1b, 0x24, 0x0, 0x6, 0xc, + 0x0, 0x1b, 0xb, 0x20, 0x9, 0x6c, 0x0, 0x1b, + 0x2, 0x20, 0x0, 0x6c, 0xac, 0xdf, 0xcc, 0xa0, + 0x0, 0x1c, 0x0, 0x4f, 0x10, 0x0, 0x0, 0xbc, + 0x0, 0x7c, 0x60, 0x0, 0x1c, 0x5c, 0x0, 0xc1, + 0xb0, 0x0, 0x14, 0xc, 0x6, 0x90, 0x94, 0x0, + 0x0, 0xc, 0x3d, 0x10, 0x1d, 0x30, 0x0, 0xc, + 0xb2, 0x0, 0x3, 0xb0, + + /* U+7387 "率" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb2, 0x0, 0x0, 0xb, 0xbb, 0xcf, 0xbb, 0xbb, + 0x60, 0x64, 0x7, 0x55, 0x52, 0x80, 0x0, 0x94, + 0xcd, 0x90, 0xa1, 0x0, 0x4, 0x64, 0x86, 0x58, + 0x0, 0xb, 0x75, 0xea, 0x9c, 0x4c, 0x10, 0x0, + 0x0, 0xb2, 0x10, 0x10, 0x2b, 0xbb, 0xbe, 0xcb, + 0xbb, 0x70, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x20, 0x0, 0x0, + + /* U+73AF "环" */ + 0x3a, 0xa9, 0x5b, 0xbb, 0xbb, 0x80, 0x49, 0x10, + 0x0, 0xc4, 0x0, 0x3, 0x80, 0x0, 0x3e, 0x0, + 0x0, 0x49, 0x0, 0xb, 0xd7, 0x0, 0x3b, 0xd5, + 0x6, 0xdc, 0x87, 0x0, 0x38, 0x4, 0xe1, 0xc0, + 0xc3, 0x3, 0x80, 0x82, 0xc, 0x2, 0x50, 0x6d, + 0xa0, 0x0, 0xc0, 0x0, 0x48, 0x20, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0x0, + + /* U+73B0 "现" */ + 0x5a, 0xaa, 0x8c, 0xbb, 0xcb, 0x0, 0x2b, 0x17, + 0x31, 0x1, 0xb0, 0x0, 0xb0, 0x73, 0x92, 0x1b, + 0x0, 0x2b, 0x17, 0x39, 0x21, 0xb0, 0x3b, 0xe9, + 0x73, 0xa1, 0x1b, 0x0, 0xb, 0x6, 0x3b, 0x1, + 0x90, 0x0, 0xb1, 0x0, 0xb7, 0x0, 0x0, 0x6f, + 0xe2, 0x66, 0xc0, 0x25, 0x8a, 0x40, 0x2b, 0x2c, + 0x3, 0x60, 0x0, 0x3c, 0x10, 0xc9, 0xb2, 0x0, + 0x0, 0x10, 0x0, 0x0, 0x0, + + /* U+73ED "班" */ + 0x49, 0x99, 0xb, 0x5a, 0xaa, 0x30, 0x3a, 0x11, + 0xb1, 0x1c, 0x10, 0x1, 0x90, 0x8b, 0x0, 0xc0, + 0x0, 0x3a, 0x18, 0xb0, 0xc, 0x0, 0x3a, 0xd8, + 0x8b, 0x3a, 0xea, 0x10, 0x19, 0x23, 0xc0, 0x1c, + 0x10, 0x1, 0x90, 0xd, 0x0, 0xc0, 0x0, 0x2b, + 0x61, 0xb0, 0xc, 0x0, 0x6d, 0x95, 0xa4, 0x11, + 0xc1, 0x0, 0x0, 0x58, 0xa, 0xaa, 0xa6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7406 "理" */ + 0x5a, 0xaa, 0x7c, 0xbe, 0xbf, 0x0, 0x2b, 0x17, + 0x40, 0xb0, 0xc0, 0x1, 0xa0, 0x7c, 0xae, 0xae, + 0x2, 0x7d, 0x57, 0x40, 0xb0, 0xc0, 0x15, 0xc3, + 0x7c, 0xbe, 0xbe, 0x0, 0x1a, 0x0, 0x0, 0xc0, + 0x0, 0x1, 0xb4, 0x7b, 0xbf, 0xbb, 0x11, 0x8f, + 0xc0, 0x0, 0xc0, 0x0, 0x8c, 0x40, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x5b, 0xbc, 0xfb, 0xb6, + + /* U+745E "瑞" */ + 0x2a, 0xa9, 0x55, 0xb, 0xa, 0x10, 0x5a, 0x25, + 0x50, 0xb0, 0xa1, 0x2, 0x80, 0x4c, 0xbc, 0xbc, + 0x10, 0x7b, 0x25, 0x66, 0x66, 0x63, 0x7, 0xb2, + 0x44, 0x6b, 0x44, 0x20, 0x28, 0x5, 0xbc, 0xdb, + 0xb2, 0x2, 0x80, 0x74, 0xa1, 0x88, 0x30, 0x6e, + 0xc7, 0x4a, 0x18, 0x83, 0x29, 0x30, 0x74, 0xa1, + 0x88, 0x30, 0x0, 0x7, 0x4a, 0x19, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+751F "生" */ + 0x0, 0x37, 0xa, 0x20, 0x0, 0x0, 0xa, 0x40, + 0xa2, 0x0, 0x0, 0x2, 0xec, 0xce, 0xdc, 0xcc, + 0x10, 0xc4, 0x0, 0xa2, 0x0, 0x0, 0x4, 0x0, + 0xa, 0x20, 0x0, 0x0, 0xb, 0xcc, 0xed, 0xcc, + 0x80, 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x1, 0xcc, 0xcc, 0xed, 0xcc, 0xc7, + + /* U+7528 "用" */ + 0x0, 0xaa, 0xaa, 0xaa, 0xa9, 0x0, 0xc2, 0x2d, + 0x22, 0x2d, 0x0, 0xb0, 0xd, 0x0, 0xc, 0x0, + 0xfc, 0xcf, 0xcc, 0xce, 0x1, 0xb0, 0xd, 0x0, + 0xc, 0x2, 0xb0, 0xd, 0x0, 0xc, 0x3, 0xeb, + 0xbf, 0xbb, 0xbe, 0x6, 0x60, 0xd, 0x0, 0xc, + 0xb, 0x20, 0xd, 0x0, 0xc, 0x3a, 0x0, 0xd, + 0xa, 0xbb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7535 "电" */ + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x9c, 0xcc, 0xfc, + 0xcc, 0x0, 0xc0, 0x0, 0xd0, 0xc, 0x0, 0xc1, + 0x0, 0xd0, 0xc, 0x0, 0xcb, 0xbb, 0xfb, 0xbf, + 0x0, 0xc0, 0x0, 0xd0, 0xc, 0x0, 0xcd, 0xcd, + 0xfc, 0xcd, 0x0, 0x40, 0x0, 0xd0, 0x0, 0xa0, + 0x0, 0x0, 0xd0, 0x0, 0xd0, 0x0, 0x0, 0xbd, + 0xdd, 0x80, + + /* U+754C "界" */ + 0x0, 0xea, 0xaf, 0xaa, 0xbb, 0x0, 0xc, 0x0, + 0xc0, 0x2, 0xb0, 0x0, 0xea, 0xae, 0xaa, 0xbb, + 0x0, 0xc, 0x0, 0xc0, 0x2, 0xb0, 0x0, 0xab, + 0xfb, 0xdd, 0xa7, 0x0, 0x2, 0xb3, 0x0, 0xa7, + 0x0, 0xa, 0xb7, 0x50, 0xb, 0x7c, 0x70, 0x20, + 0x75, 0x0, 0xd1, 0x1, 0x0, 0x2d, 0x10, 0xd, + 0x10, 0x0, 0x2c, 0x30, 0x0, 0xd1, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7565 "略" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x44, 0x42, 0x7, + 0x50, 0x0, 0xcb, 0x89, 0x1d, 0xbb, 0xf2, 0xa7, + 0x1a, 0xbc, 0x24, 0xa0, 0xa7, 0x1a, 0x41, 0xcc, + 0x10, 0xdc, 0xa9, 0x18, 0xbb, 0x50, 0xa7, 0x1b, + 0xd5, 0x1, 0x99, 0xa7, 0x1a, 0x4d, 0xaa, 0xe0, + 0xda, 0x98, 0x37, 0x0, 0xb0, 0x70, 0x0, 0x3d, + 0xbb, 0xe0, 0x0, 0x0, 0x37, 0x0, 0xb0, + + /* U+767D "白" */ + 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, 0x1e, 0x0, + 0x0, 0x1a, 0xac, 0xda, 0xaa, 0x92, 0xb2, 0x22, + 0x22, 0x2d, 0x2a, 0x0, 0x0, 0x0, 0xd2, 0xa0, + 0x0, 0x0, 0xd, 0x2e, 0xcc, 0xcc, 0xcc, 0xd2, + 0xa0, 0x0, 0x0, 0xd, 0x2a, 0x0, 0x0, 0x0, + 0xd2, 0xec, 0xcc, 0xcc, 0xcd, 0x2a, 0x0, 0x0, + 0x0, 0xc0, + + /* U+7684 "的" */ + 0x2, 0x20, 0x3, 0x10, 0x0, 0x9, 0x40, 0xb, + 0x20, 0x0, 0xae, 0xa8, 0x1f, 0xbb, 0xb2, 0xc1, + 0x1c, 0x86, 0x0, 0xa2, 0xb0, 0xc, 0xa1, 0x0, + 0xa1, 0xe9, 0x9c, 0xa, 0x30, 0xa1, 0xc1, 0x1c, + 0x1, 0xc0, 0xb0, 0xb0, 0xb, 0x0, 0x63, 0xc0, + 0xb0, 0xb, 0x0, 0x0, 0xc0, 0xeb, 0xb9, 0x0, + 0x0, 0xc0, 0xb0, 0x0, 0x2, 0xbc, 0x60, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+76D1 "监" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0xb1, + 0xa, 0x20, 0x0, 0xc, 0xb, 0x11, 0xfb, 0xbb, + 0x10, 0xc0, 0xb1, 0x94, 0x10, 0x0, 0xc, 0xb, + 0x59, 0xc, 0x70, 0x0, 0x50, 0xb1, 0x0, 0xc, + 0x50, 0x0, 0x13, 0x21, 0x11, 0x20, 0x0, 0x6b, + 0xad, 0x9e, 0x9e, 0x10, 0x6, 0x53, 0x80, 0xc0, + 0xb1, 0x0, 0x65, 0x38, 0xc, 0xb, 0x10, 0x8d, + 0xdc, 0xeb, 0xfb, 0xec, 0x30, + + /* U+76D6 "盖" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb2, + 0x0, 0xa3, 0x0, 0x5, 0xab, 0xbb, 0xad, 0xaa, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x0, 0xaa, + 0xae, 0xaa, 0xa4, 0x0, 0x66, 0x66, 0xd7, 0x66, + 0x63, 0x3, 0x33, 0x33, 0x33, 0x33, 0x10, 0x1e, + 0xbe, 0xbd, 0xcc, 0x80, 0x1, 0xb0, 0xb0, 0x83, + 0x38, 0x0, 0x1b, 0xb, 0x8, 0x33, 0x80, 0x2c, + 0xeb, 0xeb, 0xec, 0xce, 0x80, + + /* U+76D8 "盘" */ + 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x4, 0x99, + 0xf9, 0x99, 0x10, 0x0, 0x67, 0x38, 0x11, 0xa2, + 0x0, 0x6, 0x60, 0x66, 0xa, 0x20, 0x1b, 0xec, + 0xbb, 0xbb, 0xec, 0x70, 0xd, 0x2, 0xa3, 0xa, + 0x20, 0xa, 0x50, 0x0, 0x39, 0xa0, 0x0, 0xd, + 0xad, 0xac, 0xbb, 0x60, 0x0, 0xb0, 0xb0, 0x92, + 0x57, 0x0, 0xb, 0xb, 0x9, 0x25, 0x70, 0x2b, + 0xeb, 0xeb, 0xec, 0xdd, 0x80, + + /* U+76EE "目" */ + 0xf, 0xcc, 0xcc, 0xce, 0x20, 0xc0, 0x0, 0x0, + 0xa2, 0xc, 0x0, 0x0, 0xa, 0x20, 0xfc, 0xcc, + 0xcc, 0xe2, 0xc, 0x0, 0x0, 0xa, 0x20, 0xd2, + 0x22, 0x22, 0xb2, 0xe, 0xaa, 0xaa, 0xae, 0x20, + 0xc0, 0x0, 0x0, 0xa2, 0xf, 0xcc, 0xcc, 0xce, + 0x20, 0xc0, 0x0, 0x0, 0xa2, + + /* U+76F4 "直" */ + 0x0, 0x0, 0xc, 0x10, 0x0, 0x0, 0xab, 0xbb, + 0xfb, 0xbb, 0xb3, 0x0, 0x57, 0x8d, 0x77, 0x71, + 0x0, 0xa, 0x32, 0x22, 0x2b, 0x20, 0x0, 0xaa, + 0xaa, 0xaa, 0xd2, 0x0, 0xa, 0x87, 0x77, 0x7d, + 0x20, 0x0, 0xa3, 0x22, 0x22, 0xb2, 0x0, 0xa, + 0xaa, 0xaa, 0xad, 0x20, 0x1, 0xb3, 0x11, 0x11, + 0xa4, 0x12, 0xaa, 0xaa, 0xaa, 0xaa, 0xa7, + + /* U+76F8 "相" */ + 0x0, 0x65, 0x9, 0xcc, 0xce, 0x10, 0x7, 0x60, + 0x91, 0x0, 0xb1, 0x2e, 0xfe, 0xd9, 0x10, 0xb, + 0x10, 0xb, 0x50, 0x9c, 0xbb, 0xe1, 0x1, 0xfc, + 0x9, 0x10, 0xb, 0x10, 0x8a, 0xa9, 0x93, 0x11, + 0xb1, 0x2b, 0x65, 0x49, 0xba, 0xae, 0x13, 0x26, + 0x50, 0x91, 0x0, 0xb1, 0x0, 0x65, 0x9, 0xcb, + 0xbe, 0x10, 0x6, 0x50, 0x91, 0x0, 0xa1, + + /* U+770B "看" */ + 0x0, 0x0, 0x0, 0x13, 0x53, 0x0, 0x3a, 0xac, + 0xd8, 0x75, 0x20, 0x0, 0x0, 0x77, 0x0, 0x0, + 0x0, 0x29, 0x9f, 0xa9, 0x99, 0x80, 0x8, 0x8a, + 0xd8, 0x88, 0x88, 0x40, 0x1, 0xea, 0x88, 0x88, + 0x40, 0x1, 0xbd, 0x22, 0x22, 0x77, 0x2, 0xc3, + 0xd8, 0x88, 0x8b, 0x70, 0x2, 0xd, 0x99, 0x99, + 0xb7, 0x0, 0x0, 0xc0, 0x0, 0x5, 0x70, 0x0, + 0xd, 0xaa, 0xaa, 0xc7, 0x0, + + /* U+771F "真" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x34, 0x44, + 0xc6, 0x44, 0x41, 0x5, 0x66, 0x6e, 0x66, 0x66, + 0x10, 0x7, 0xa8, 0xa8, 0x8c, 0x0, 0x0, 0x89, + 0x77, 0x77, 0xe0, 0x0, 0x8, 0xa8, 0x88, 0x8e, + 0x0, 0x0, 0x87, 0x44, 0x44, 0xd0, 0x0, 0x8, + 0x63, 0x33, 0x3d, 0x0, 0x1a, 0xbb, 0xba, 0xab, + 0xbb, 0x60, 0x4, 0xb5, 0x0, 0xb9, 0x30, 0x9, + 0x71, 0x0, 0x0, 0x29, 0x30, + + /* U+77E5 "知" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x3, 0xa0, 0x0, + 0x34, 0x44, 0x8, 0xec, 0xc7, 0xc7, 0x7e, 0xd, + 0xc, 0x0, 0xc0, 0xc, 0x25, 0xc, 0x0, 0xc0, + 0xc, 0x3c, 0xcf, 0xcb, 0xc0, 0xc, 0x0, 0x2b, + 0x0, 0xc0, 0xc, 0x0, 0x6e, 0x50, 0xc0, 0xc, + 0x0, 0xb2, 0xc4, 0xc0, 0xc, 0x5, 0xa0, 0x18, + 0xcc, 0xcf, 0x2c, 0x0, 0x0, 0xc0, 0xb, 0x1, + 0x0, 0x0, 0x0, 0x0, + + /* U+7801 "码" */ + 0x7d, 0xdc, 0x5b, 0xbb, 0xd4, 0x0, 0x74, 0x0, + 0x30, 0x9, 0x30, 0xb, 0x0, 0xc, 0x0, 0xb1, + 0x0, 0xe7, 0x60, 0xc0, 0xc, 0x0, 0x7d, 0x4b, + 0x1e, 0x99, 0xe9, 0x29, 0xb0, 0xb0, 0x11, 0x11, + 0xa3, 0xb, 0xb, 0x23, 0x33, 0x2b, 0x10, 0xb0, + 0xb7, 0xaa, 0xa6, 0xc0, 0xd, 0xa8, 0x0, 0x0, + 0x1c, 0x0, 0x0, 0x0, 0x0, 0xac, 0x50, + + /* U+786C "硬" */ + 0x0, 0x0, 0x11, 0x11, 0x11, 0x7, 0xde, 0xc8, + 0xaa, 0xea, 0xa2, 0x6, 0x50, 0x0, 0xc, 0x0, + 0x0, 0xa1, 0x6, 0xba, 0xea, 0xd0, 0xe, 0x55, + 0x78, 0x4d, 0x4d, 0x7, 0xe5, 0xc7, 0x84, 0xd4, + 0xd0, 0x9c, 0xa, 0x7c, 0xae, 0xae, 0x0, 0xb0, + 0xa2, 0x43, 0xa0, 0x0, 0xb, 0xb, 0xb, 0xa5, + 0x0, 0x0, 0xca, 0xb2, 0x9d, 0x84, 0x20, 0x0, + 0x0, 0x62, 0x1, 0x46, 0x10, + + /* U+786E "确" */ + 0x0, 0x0, 0x2, 0x50, 0x0, 0x6d, 0xec, 0x19, + 0xda, 0x90, 0x6, 0x50, 0x2b, 0x15, 0x80, 0xa, + 0x11, 0xdc, 0x9e, 0xa9, 0xd, 0x66, 0x98, 0x1c, + 0x1c, 0x6e, 0x5b, 0x4d, 0xae, 0xae, 0x9c, 0xa, + 0x57, 0xb, 0xc, 0xb, 0xa, 0x6b, 0x7d, 0x7d, + 0xb, 0xb, 0x97, 0x4d, 0x4d, 0xc, 0xa9, 0xe0, + 0xb, 0xc, 0x1, 0x4, 0x80, 0x2, 0x9b, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+793A "示" */ + 0x0, 0x22, 0x22, 0x22, 0x21, 0x0, 0x1a, 0xaa, + 0xaa, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x1, 0xcc, 0xcc, 0xcc, 0xcc, 0xc6, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x5, 0x60, 0xb2, 0x19, + 0x0, 0x0, 0xd1, 0xb, 0x20, 0x95, 0x0, 0x88, + 0x0, 0xb2, 0x1, 0xd0, 0x1b, 0x0, 0xb, 0x20, + 0x8, 0x30, 0x0, 0x6d, 0xd0, 0x0, 0x0, + + /* U+7981 "禁" */ + 0x0, 0x29, 0x0, 0x6, 0x50, 0x0, 0xad, 0xea, + 0x5a, 0xfe, 0xa3, 0x1, 0xdd, 0x80, 0x5d, 0xd4, + 0x1, 0xc4, 0x94, 0x7a, 0x66, 0xb4, 0x2, 0x27, + 0x14, 0x15, 0x41, 0x10, 0x6, 0x77, 0x77, 0x77, + 0x20, 0xb, 0xbb, 0xbb, 0xbb, 0xbb, 0x40, 0x2, + 0x30, 0xb1, 0x33, 0x0, 0x3, 0xc1, 0xb, 0x11, + 0xb6, 0x0, 0x91, 0x2b, 0xc0, 0x0, 0x91, + + /* U+79BB "离" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0xb, 0xcb, 0xbb, 0xbc, 0xcb, + 0x50, 0xc, 0x8, 0x89, 0x18, 0x40, 0x0, 0xc3, + 0x96, 0x96, 0x84, 0x0, 0xd, 0xa9, 0x88, 0xac, + 0x40, 0x0, 0x22, 0x3e, 0x32, 0x21, 0x0, 0x9b, + 0xae, 0xbb, 0xaa, 0xe0, 0x9, 0x33, 0xa1, 0x68, + 0xc, 0x0, 0x93, 0x9a, 0x87, 0x91, 0xc0, 0x9, + 0x30, 0x0, 0x2, 0x9b, 0x0, + + /* U+79D2 "秒" */ + 0x2, 0x59, 0x70, 0xc, 0x0, 0x0, 0x8a, 0x60, + 0x0, 0xc0, 0x20, 0x0, 0x65, 0x7, 0x4c, 0xc, + 0x3, 0xce, 0xdb, 0xa1, 0xc0, 0x84, 0x0, 0xdb, + 0xc, 0xc, 0x2, 0x70, 0x4d, 0xa8, 0x30, 0xc0, + 0x70, 0xc, 0x75, 0x20, 0x9, 0x3a, 0x3, 0x56, + 0x50, 0x0, 0x2c, 0x10, 0x0, 0x65, 0x2, 0x8c, + 0x20, 0x0, 0x6, 0x58, 0xb5, 0x0, 0x0, + + /* U+79F0 "称" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0xb6, + 0x29, 0x0, 0x0, 0x5, 0x95, 0x6, 0xda, 0xaa, + 0x40, 0x7, 0x40, 0xb2, 0xd1, 0xb1, 0x1c, 0xed, + 0xc8, 0xc, 0x4, 0x0, 0xd, 0x90, 0x54, 0xc3, + 0x70, 0x4, 0xdb, 0x69, 0x2c, 0xc, 0x0, 0xb7, + 0x52, 0xc0, 0xc0, 0xa1, 0x35, 0x74, 0x47, 0xc, + 0x6, 0x50, 0x7, 0x40, 0x0, 0xc0, 0x0, 0x0, + 0x74, 0x0, 0xab, 0x0, 0x0, + + /* U+79FB "移" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x59, 0xa0, + 0xa, 0x40, 0x0, 0x36, 0xc0, 0x1a, 0xbb, 0xe6, + 0x0, 0xc, 0x8, 0x76, 0x5c, 0x0, 0x8d, 0xfc, + 0x13, 0xeb, 0x0, 0x0, 0x7f, 0x2a, 0xb6, 0xd1, + 0x0, 0xb, 0xdb, 0x2, 0xcb, 0xbf, 0x15, 0x7c, + 0x26, 0xd6, 0x6, 0x90, 0x90, 0xc0, 0x20, 0x7b, + 0xc1, 0x0, 0xc, 0x0, 0x29, 0xa0, 0x0, 0x0, + 0xc0, 0xb9, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7A0B "程" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0x2, 0xad, 0x76, + 0xdb, 0xbb, 0xc0, 0x1, 0xb0, 0x67, 0x0, 0xc, + 0x1, 0x3c, 0x36, 0xb6, 0x66, 0xc0, 0x5a, 0xe9, + 0x24, 0x44, 0x43, 0x0, 0x8f, 0x47, 0xbb, 0xbb, + 0xb2, 0xc, 0xcb, 0x0, 0xc, 0x0, 0x8, 0x7b, + 0x3, 0xab, 0xea, 0xa0, 0x70, 0xb0, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xb1, 0xbb, 0xcf, 0xbb, 0x50, + + /* U+7A7A "空" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xdb, 0xbb, 0xdc, 0xbb, 0xd0, 0xc0, + 0x3, 0x2, 0x10, 0xc0, 0x73, 0xc5, 0x3, 0xc7, + 0x40, 0x9a, 0x20, 0x0, 0x7, 0xa0, 0xa, 0xbb, + 0xcb, 0xbb, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xcc, 0xcc, 0xfc, 0xcc, 0xc0, + + /* U+7A81 "突" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc2, 0x0, 0x0, 0xd, 0xbb, 0xbb, 0xbb, 0xbe, + 0x40, 0xc0, 0x58, 0x3, 0x91, 0x84, 0x3, 0xa8, + 0x2, 0x3, 0xb5, 0x0, 0x12, 0x0, 0xc2, 0xb3, + 0x10, 0x1b, 0xbb, 0xbf, 0xbc, 0xcb, 0x60, 0x0, + 0x6, 0xba, 0x0, 0x0, 0x0, 0x3, 0xc1, 0x88, + 0x0, 0x0, 0x4a, 0xb1, 0x0, 0x7c, 0x62, 0x7, + 0x30, 0x0, 0x0, 0x16, 0x30, + + /* U+7A97 "窗" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0x0, + 0x0, 0xe9, 0x9a, 0x9a, 0x99, 0xe8, 0x3b, 0x40, + 0x4a, 0x58, 0x88, 0x29, 0x50, 0x17, 0x91, 0xd8, + 0xa8, 0x88, 0xd2, 0x1b, 0x2c, 0x89, 0x5a, 0x21, + 0xb6, 0x74, 0xa1, 0xa2, 0x1b, 0x5, 0xcb, 0x2a, + 0x21, 0xb7, 0x50, 0x14, 0xa2, 0x1e, 0x99, 0x99, + 0x9d, 0x20, + + /* U+7ADE "竞" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x11, + 0xb2, 0x11, 0x10, 0x5, 0x9c, 0x99, 0x9b, 0xb9, + 0x0, 0x22, 0xc3, 0x22, 0xb5, 0x21, 0x7, 0x77, + 0x77, 0x77, 0x77, 0x40, 0x9, 0xba, 0xaa, 0xad, + 0x20, 0x0, 0xa1, 0x0, 0x0, 0xa2, 0x0, 0x8, + 0xbd, 0xac, 0xbc, 0x10, 0x0, 0x1, 0xc0, 0x93, + 0x0, 0x0, 0x1, 0xb4, 0x9, 0x30, 0x28, 0x1b, + 0xb3, 0x0, 0x5c, 0xbc, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7AEF "端" */ + 0x4, 0x70, 0x82, 0x4a, 0x9, 0x22, 0x3a, 0x39, + 0x24, 0xa0, 0x92, 0x59, 0x99, 0x9c, 0xce, 0xbd, + 0x22, 0x60, 0x94, 0x44, 0x44, 0x42, 0x9, 0x28, + 0x55, 0xac, 0x55, 0x30, 0xa4, 0x57, 0xbd, 0xdb, + 0xb3, 0xa, 0x72, 0xb0, 0xa1, 0x87, 0x40, 0x4c, + 0xdc, 0xa, 0x18, 0x74, 0x79, 0x40, 0xa0, 0xa1, + 0x87, 0x40, 0x0, 0xa, 0x9, 0x18, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7B2C "第" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x9, 0x50, 0x0, 0x5, 0xbe, 0x98, 0xda, 0xe9, + 0x50, 0xa2, 0x73, 0x93, 0x19, 0x20, 0x2, 0x77, + 0x7e, 0x77, 0x8b, 0x0, 0x9, 0x99, 0xe9, 0x9a, + 0xb0, 0x1, 0xa0, 0xd, 0x0, 0x0, 0x0, 0x3e, + 0xbb, 0xfb, 0xbb, 0xb0, 0x0, 0x3, 0xbd, 0x0, + 0xd, 0x0, 0x5, 0xb0, 0xc0, 0x12, 0xc0, 0x9, + 0x70, 0xc, 0x7, 0x93, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7B49 "等" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x10, + 0xb, 0x30, 0x0, 0xa, 0xbe, 0x9c, 0xcd, 0xc9, + 0x51, 0x70, 0x60, 0xc1, 0x16, 0x0, 0x1, 0xaa, + 0xae, 0xba, 0xa7, 0x1, 0x55, 0x55, 0xc6, 0x55, + 0x53, 0x15, 0x55, 0x55, 0x5a, 0x95, 0x30, 0x9b, + 0xbb, 0xbb, 0xdd, 0xb4, 0x0, 0x1b, 0x10, 0x7, + 0x50, 0x0, 0x0, 0x4c, 0x0, 0x75, 0x0, 0x0, + 0x0, 0x22, 0xcd, 0x20, 0x0, + + /* U+7B7E "签" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x0, + 0x2b, 0x0, 0x0, 0xc, 0xcc, 0xac, 0xae, 0xba, + 0x17, 0x51, 0x83, 0xd0, 0x46, 0x0, 0x0, 0x18, + 0x82, 0x96, 0x0, 0x4, 0xbb, 0xda, 0xaa, 0xbb, + 0xb2, 0x21, 0x0, 0x22, 0x0, 0x32, 0x0, 0xc, + 0x3, 0x90, 0x39, 0x0, 0x0, 0x85, 0xc, 0x9, + 0x20, 0x0, 0x1, 0x50, 0x32, 0xb0, 0x0, 0x5b, + 0xbb, 0xbb, 0xdd, 0xbb, 0x0, + + /* U+7B97 "算" */ + 0x2, 0x20, 0x0, 0x40, 0x0, 0x0, 0xab, 0x99, + 0x7d, 0x99, 0x90, 0x68, 0x67, 0x3c, 0x1a, 0x40, + 0x3, 0x3a, 0xa8, 0xa8, 0xab, 0x0, 0x3, 0xc7, + 0x77, 0x77, 0xe0, 0x0, 0x3c, 0x88, 0x88, 0x8e, + 0x0, 0x3, 0xb4, 0x44, 0x44, 0xe0, 0x0, 0x14, + 0xd5, 0x46, 0xc4, 0x0, 0x6a, 0xae, 0xaa, 0xbe, + 0xaa, 0x10, 0x9, 0x70, 0x2, 0xa0, 0x0, 0x2d, + 0x60, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7BA1 "管" */ + 0x1, 0x30, 0x0, 0x31, 0x0, 0x0, 0x8b, 0x88, + 0x3c, 0x98, 0x83, 0x1c, 0x1c, 0x15, 0x93, 0xb1, + 0x1, 0x53, 0x64, 0xd4, 0x37, 0x30, 0xd, 0x77, + 0x77, 0x77, 0x7d, 0x10, 0x88, 0xa9, 0x99, 0x9a, + 0x71, 0x0, 0xa6, 0x33, 0x33, 0xc0, 0x0, 0xa, + 0x75, 0x55, 0x54, 0x0, 0x0, 0xab, 0xaa, 0xaa, + 0xb5, 0x0, 0xa, 0x20, 0x0, 0x6, 0x50, 0x0, + 0xab, 0xaa, 0xaa, 0xc5, 0x0, + + /* U+7C7B "类" */ + 0x0, 0x81, 0xc, 0x2, 0x90, 0x0, 0x2, 0x90, + 0xc0, 0x82, 0x0, 0x2c, 0xcc, 0xef, 0xec, 0xcc, + 0x20, 0x0, 0x88, 0xd9, 0xa2, 0x0, 0x7, 0xb5, + 0xc, 0x2, 0xa8, 0x0, 0x50, 0x0, 0xa0, 0x0, + 0x30, 0x2c, 0xcc, 0xcf, 0xcc, 0xcc, 0x30, 0x0, + 0xc, 0x6b, 0x10, 0x0, 0x2, 0x6d, 0x50, 0x3d, + 0x73, 0x3, 0xb7, 0x10, 0x0, 0x17, 0xb3, + + /* U+7C98 "粘" */ + 0x11, 0x83, 0x30, 0xd, 0x0, 0x2, 0x88, 0x4c, + 0x0, 0xd0, 0x0, 0xb, 0x87, 0x70, 0xf, 0xcc, + 0x73, 0x7b, 0x97, 0x0, 0xd0, 0x0, 0x25, 0xe7, + 0x50, 0xd, 0x0, 0x0, 0x4f, 0xc1, 0xdc, 0xdc, + 0xe0, 0xb, 0x96, 0xad, 0x0, 0xc, 0x7, 0x58, + 0x30, 0xd0, 0x0, 0xc0, 0x0, 0x83, 0xe, 0xaa, + 0xae, 0x0, 0x8, 0x30, 0xd1, 0x11, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7CBE "精" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1b, 0x22, + 0x33, 0xd3, 0x30, 0x36, 0xba, 0x25, 0x5d, 0x55, + 0x10, 0x9c, 0x90, 0x99, 0xe9, 0x90, 0x5a, 0xe9, + 0x59, 0x9c, 0x88, 0x40, 0x4e, 0x10, 0x89, 0x99, + 0x70, 0x9, 0xe9, 0xc, 0x11, 0x1c, 0x1, 0xab, + 0x80, 0xd8, 0x88, 0xc0, 0x74, 0xb0, 0xd, 0x99, + 0x9c, 0x2, 0xb, 0x0, 0xc0, 0x0, 0xc0, 0x0, + 0xb0, 0xc, 0x1, 0xa8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7CFB "系" */ + 0x0, 0x23, 0x46, 0x8a, 0xb1, 0x0, 0x79, 0x9e, + 0x63, 0x10, 0x0, 0x0, 0x1a, 0x30, 0x5c, 0x0, + 0x0, 0x1e, 0xbb, 0xea, 0x10, 0x0, 0x0, 0x5, + 0xd5, 0x6, 0x80, 0x0, 0x4c, 0xe8, 0x89, 0xae, + 0x60, 0x5, 0x65, 0x3d, 0x1, 0x9, 0x0, 0x7, + 0x90, 0xd0, 0x98, 0x0, 0x9, 0xa0, 0xd, 0x0, + 0x7a, 0x0, 0x40, 0x4c, 0xc0, 0x0, 0x40, + + /* U+7D27 "紧" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0, 0xb2, + 0xdc, 0xbd, 0x60, 0xb, 0xb, 0x1, 0xb4, 0xb0, + 0x0, 0xb0, 0xb0, 0x5c, 0xe7, 0x10, 0x2, 0xd, + 0xc9, 0x21, 0xcf, 0x10, 0x2, 0xd5, 0x6, 0x30, + 0x20, 0x0, 0xbb, 0xeb, 0x44, 0x20, 0x0, 0x5a, + 0xfb, 0x89, 0xae, 0x50, 0x4, 0x57, 0x2d, 0x3, + 0x6, 0x0, 0x1b, 0x60, 0xc0, 0x7b, 0x10, 0xa, + 0x32, 0xac, 0x0, 0x39, 0x0, + + /* U+7EA2 "红" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x80, + 0x0, 0x0, 0x0, 0x0, 0xc1, 0x1c, 0xcf, 0xdc, + 0x50, 0x66, 0x26, 0x0, 0xb1, 0x0, 0x3f, 0x9c, + 0x20, 0xb, 0x10, 0x0, 0x3a, 0x40, 0x0, 0xb1, + 0x0, 0x7, 0xa4, 0x40, 0xb, 0x10, 0x2, 0xb9, + 0x62, 0x0, 0xb1, 0x0, 0x0, 0x4, 0x30, 0xb, + 0x10, 0x3, 0xdb, 0x86, 0xcc, 0xfd, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7EA7 "级" */ + 0x0, 0x70, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x9, + 0xed, 0xce, 0x0, 0x8, 0x41, 0x9, 0x32, 0xa0, + 0x2, 0xb0, 0xc0, 0xa2, 0x66, 0x0, 0xac, 0xe3, + 0xb, 0x4b, 0xca, 0x0, 0x38, 0x0, 0xda, 0x3, + 0xa0, 0x2e, 0xab, 0x1c, 0xb2, 0xa4, 0x6, 0x61, + 0x4, 0x82, 0xbc, 0x0, 0x4, 0x9b, 0xb4, 0x2e, + 0x90, 0x7, 0x92, 0x2c, 0x5d, 0x38, 0xb1, 0x0, + 0x2, 0x36, 0x10, 0x5, 0x10, + + /* U+7EB5 "纵" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0xc0, 0xc, 0x0, 0x3, 0x90, 0xc, 0x1, 0xb0, + 0x0, 0xa1, 0x70, 0xc0, 0x1a, 0x0, 0x5d, 0x98, + 0xc, 0x2, 0xa0, 0x2, 0x4c, 0x0, 0xd0, 0x4d, + 0x0, 0x9, 0x53, 0x2f, 0x37, 0xf0, 0x5, 0xd9, + 0x56, 0x8c, 0xb9, 0x40, 0x0, 0x14, 0xa2, 0x4c, + 0x39, 0x4, 0xca, 0x8c, 0xa, 0x60, 0xc2, 0x10, + 0x6, 0x41, 0x90, 0x3, 0x40, + + /* U+7EBF "线" */ + 0x0, 0xa0, 0x0, 0xc3, 0x80, 0x0, 0x29, 0x0, + 0xb, 0x4, 0x40, 0xa, 0x16, 0x38, 0xec, 0xb7, + 0x5, 0xc7, 0xa1, 0x3a, 0x20, 0x0, 0x36, 0xc1, + 0x3, 0xbb, 0xbb, 0x0, 0x94, 0x36, 0x89, 0x70, + 0x70, 0x5e, 0xb7, 0x0, 0x29, 0x88, 0x0, 0x0, + 0x40, 0x1, 0xf8, 0x0, 0x4b, 0xb7, 0x28, 0xcb, + 0x65, 0x32, 0x10, 0x9, 0x50, 0xb, 0xc1, + + /* U+7EC3 "练" */ + 0x0, 0x10, 0x0, 0x20, 0x0, 0x0, 0xc, 0x0, + 0xc, 0x0, 0x0, 0x4, 0x60, 0xbd, 0xeb, 0xbb, + 0x20, 0xa1, 0x70, 0x84, 0x0, 0x0, 0x4c, 0xa6, + 0xaf, 0xcb, 0x0, 0x2, 0x4b, 0x4, 0x80, 0xb0, + 0x0, 0xa, 0x54, 0x8c, 0xce, 0xbb, 0x4, 0xc9, + 0x40, 0x50, 0xb2, 0x20, 0x0, 0x36, 0x57, 0xb, + 0x1b, 0x3, 0xc8, 0x3c, 0x0, 0xb0, 0x94, 0x10, + 0x1, 0x24, 0xc8, 0x1, 0x10, + + /* U+7EC4 "组" */ + 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xc, 0x10, + 0xcb, 0xbd, 0x70, 0x3, 0x90, 0xc, 0x0, 0x57, + 0x0, 0xb1, 0x73, 0xc0, 0x5, 0x70, 0x6d, 0xab, + 0xc, 0xbb, 0xd7, 0x2, 0x3b, 0x20, 0xc0, 0x5, + 0x70, 0x9, 0x75, 0x2c, 0x0, 0x57, 0x5, 0xc9, + 0x51, 0xcb, 0xbd, 0x70, 0x0, 0x1, 0xc, 0x0, + 0x57, 0x3, 0x9c, 0xa2, 0xc0, 0x5, 0x70, 0x34, + 0x0, 0xbf, 0xbb, 0xdd, 0x40, + + /* U+7EC6 "细" */ + 0x0, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8, 0x60, + 0xfc, 0xfc, 0xda, 0x1, 0xc0, 0xb, 0xb, 0x2, + 0xa0, 0x93, 0x39, 0xb0, 0xb0, 0x2a, 0x3f, 0xde, + 0x1b, 0xb, 0x2, 0xa0, 0x19, 0x30, 0xfc, 0xfc, + 0xca, 0x8, 0xa6, 0x5b, 0xb, 0x2, 0xa2, 0xc8, + 0x62, 0xb0, 0xb0, 0x2a, 0x0, 0x1, 0x3b, 0xb, + 0x2, 0xa2, 0xbc, 0xa5, 0xfc, 0xec, 0xca, 0x1, + 0x0, 0xb, 0x0, 0x2, 0x90, + + /* U+7EC8 "终" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xc, 0x10, + 0xd, 0x0, 0x0, 0x3, 0x90, 0x9, 0xcb, 0xc9, + 0x0, 0xa1, 0x79, 0xbb, 0xb, 0x10, 0x6d, 0x9a, + 0x40, 0x5e, 0x50, 0x2, 0x3b, 0x0, 0x5d, 0x9c, + 0x20, 0xa, 0x53, 0x9a, 0x51, 0x3b, 0x65, 0xca, + 0x71, 0x3, 0xb7, 0x0, 0x0, 0x1, 0x13, 0x10, + 0x20, 0x5, 0xbc, 0xa2, 0x5a, 0xb5, 0x0, 0x10, + 0x0, 0x0, 0x1, 0x87, 0x0, + + /* U+7ECF "经" */ + 0x0, 0x41, 0x0, 0x0, 0x0, 0x0, 0xc, 0x4, + 0xcc, 0xce, 0x80, 0x5, 0x70, 0x0, 0x2, 0xd1, + 0x0, 0xb0, 0xa3, 0x4, 0xe3, 0x0, 0x7e, 0xda, + 0x3b, 0xa6, 0xc8, 0x0, 0x1c, 0x19, 0x30, 0x0, + 0x74, 0xb, 0x88, 0x4c, 0xcc, 0xcc, 0x6, 0xc8, + 0x40, 0x1, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x1b, + 0x0, 0x2, 0x8c, 0xb1, 0x1, 0xb0, 0x0, 0x35, + 0x10, 0xbc, 0xce, 0xcc, 0x60, + + /* U+7ED3 "结" */ + 0x0, 0xb0, 0x0, 0x3a, 0x0, 0x0, 0x67, 0x9, + 0xcd, 0xec, 0xc1, 0xb, 0x9, 0x0, 0x3a, 0x0, + 0x8, 0xb9, 0x90, 0x3, 0xa0, 0x0, 0x46, 0xd1, + 0x5b, 0xbb, 0xbb, 0x0, 0xb4, 0x31, 0x22, 0x22, + 0x10, 0x9c, 0xa7, 0x3d, 0x99, 0xaa, 0x0, 0x2, + 0x43, 0xa0, 0x2, 0xa0, 0x9c, 0x96, 0x3d, 0x99, + 0xaa, 0x0, 0x0, 0x2, 0xb2, 0x24, 0xa0, + + /* U+7EDD "绝" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x8, 0x50, + 0x1c, 0x0, 0x0, 0x0, 0xc0, 0x8, 0xcb, 0xe1, + 0x0, 0x85, 0x47, 0xb0, 0x39, 0x0, 0x3e, 0x8a, + 0x7e, 0xbe, 0xbe, 0x1, 0x3a, 0x10, 0xc0, 0xb0, + 0xc0, 0x8, 0x99, 0x5e, 0x9e, 0x9e, 0x3, 0xa6, + 0x30, 0xc1, 0x11, 0x10, 0x0, 0x2, 0x3c, 0x0, + 0x1, 0x22, 0x9d, 0xa4, 0xc0, 0x0, 0x38, 0x13, + 0x0, 0xb, 0xbb, 0xbd, 0x30, + + /* U+7EDF "统" */ + 0x0, 0x20, 0x0, 0x20, 0x0, 0x0, 0xd, 0x0, + 0x6, 0x70, 0x0, 0x6, 0x60, 0x8b, 0xcd, 0xbb, + 0x20, 0xb0, 0xb0, 0x1c, 0x3, 0x0, 0x8c, 0xb8, + 0xb, 0x30, 0xb2, 0x5, 0x6d, 0x9, 0xea, 0xbd, + 0xb0, 0xa, 0x41, 0x59, 0x45, 0x17, 0x7, 0xfb, + 0x80, 0xa1, 0x83, 0x0, 0x21, 0x1, 0xc, 0x8, + 0x30, 0x3, 0x9c, 0x95, 0xa0, 0x84, 0x73, 0x43, + 0x6, 0xb1, 0x5, 0xcc, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7EED "续" */ + 0x0, 0xa0, 0x2, 0x68, 0x21, 0x0, 0x37, 0x2, + 0x79, 0xb7, 0x40, 0x9, 0xa, 0x8b, 0xcd, 0xbb, + 0x6, 0xdc, 0x50, 0x20, 0x40, 0xb0, 0x24, 0xa0, + 0x25, 0x7c, 0x15, 0x0, 0xb7, 0x63, 0xa1, 0xb0, + 0x0, 0x6a, 0x51, 0xab, 0xce, 0xbb, 0x10, 0x16, + 0x80, 0xb, 0x53, 0x0, 0x6b, 0x50, 0x1a, 0x60, + 0x96, 0x0, 0x0, 0xa, 0x30, 0x0, 0x82, + + /* U+7EFF "绿" */ + 0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0xb, 0x21, + 0xbb, 0xbb, 0xd0, 0x2, 0x90, 0x4, 0x55, 0x5c, + 0x0, 0xa1, 0xa1, 0x45, 0x55, 0xc0, 0x3e, 0xca, + 0x2a, 0xaa, 0xae, 0x70, 0xc, 0x10, 0x31, 0xd1, + 0x22, 0x9, 0x97, 0x1b, 0x2d, 0x2b, 0x32, 0xc8, + 0x40, 0x16, 0xfd, 0x10, 0x0, 0x5, 0x7, 0xad, + 0x96, 0x1, 0xbb, 0x77, 0x70, 0xc0, 0x98, 0x1, + 0x0, 0x0, 0xab, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7F16 "编" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xc0, 0x0, 0x4, 0x80, 0x6c, 0xaa, 0xae, + 0x0, 0xb1, 0x96, 0x73, 0x33, 0xd0, 0x5d, 0xc5, + 0x79, 0x77, 0x77, 0x0, 0x2a, 0x7, 0xba, 0xaa, + 0xa1, 0xa, 0x65, 0x8c, 0x8, 0x78, 0x15, 0xe9, + 0x4a, 0xb0, 0x88, 0x81, 0x0, 0x25, 0xba, 0xad, + 0xdd, 0x13, 0xba, 0x5a, 0xa0, 0x87, 0x81, 0x11, + 0x5, 0x4a, 0x8, 0x8b, 0x0, + + /* U+7F29 "缩" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x10, + 0x4, 0x70, 0x0, 0x2, 0x90, 0xea, 0xaa, 0xac, + 0x60, 0xa1, 0x69, 0x51, 0x11, 0x54, 0x5d, 0xa6, + 0x38, 0x6a, 0xa6, 0x10, 0x2a, 0xb, 0x48, 0xdb, + 0xa1, 0xc, 0x8a, 0xb4, 0xb0, 0xa, 0x13, 0x83, + 0x6, 0x4c, 0xaa, 0xd1, 0x2, 0x8a, 0x64, 0xb0, + 0x9, 0x15, 0xa4, 0x6, 0x4c, 0x88, 0xd1, 0x0, + 0x0, 0x64, 0xb1, 0x1a, 0x10, + + /* U+7F6E "置" */ + 0x7, 0xb9, 0xe9, 0xbb, 0x9e, 0x0, 0x78, 0x5d, + 0x59, 0x95, 0xd0, 0x2, 0x55, 0x5d, 0x55, 0x55, + 0x0, 0xaa, 0xaa, 0xea, 0xaa, 0xa3, 0x0, 0x79, + 0x9c, 0x88, 0xa0, 0x0, 0xa, 0x87, 0x77, 0x7d, + 0x10, 0x0, 0xa7, 0x66, 0x66, 0xd1, 0x0, 0xa, + 0x87, 0x77, 0x7d, 0x10, 0x0, 0xa1, 0x0, 0x0, + 0xb1, 0x1, 0x9d, 0xa9, 0x99, 0x9e, 0xa5, + + /* U+7F8E "美" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x86, 0x0, 0x6, 0x9d, 0xb9, 0xaf, 0xa9, + 0x10, 0x11, 0x11, 0xb3, 0x11, 0x10, 0x1, 0xbb, + 0xbe, 0xbb, 0xb7, 0x0, 0x55, 0x55, 0xd7, 0x55, + 0x53, 0x5, 0x55, 0x5e, 0x55, 0x55, 0x30, 0xab, + 0xbc, 0xfc, 0xbb, 0xb5, 0x0, 0x0, 0x97, 0xd3, + 0x0, 0x0, 0x15, 0xb8, 0x2, 0xd8, 0x40, 0x1b, + 0x72, 0x0, 0x0, 0x5a, 0x60, + + /* U+8005 "者" */ + 0x0, 0x0, 0x56, 0x0, 0x7, 0x0, 0x2b, 0xbd, + 0xdb, 0xcb, 0x30, 0x0, 0x0, 0x56, 0x1b, 0x30, + 0x1, 0xbb, 0xbd, 0xde, 0xeb, 0xb6, 0x0, 0x3, + 0xaa, 0x10, 0x0, 0x0, 0x3b, 0xfd, 0xbb, 0xbc, + 0x30, 0x2b, 0x5d, 0x0, 0x0, 0x93, 0x0, 0x0, + 0xda, 0xaa, 0xad, 0x30, 0x0, 0xc, 0x0, 0x0, + 0x93, 0x0, 0x0, 0xdb, 0xbb, 0xbd, 0x30, + + /* U+8017 "耗" */ + 0x0, 0x83, 0x0, 0x2, 0x87, 0x2, 0xbd, 0xc7, + 0x8b, 0xd2, 0x0, 0x4, 0xa7, 0x21, 0xc, 0x2, + 0x0, 0x5b, 0x72, 0x7a, 0xea, 0x81, 0x49, 0xdb, + 0x91, 0xc, 0x0, 0x0, 0x2f, 0xb1, 0x24, 0xea, + 0xc8, 0x8, 0xcb, 0x7b, 0x8d, 0x30, 0x3, 0xb8, + 0x47, 0x0, 0xc0, 0x3, 0x41, 0x83, 0x0, 0xc, + 0x0, 0xa0, 0x8, 0x30, 0x0, 0xbb, 0xc6, + + /* U+8054 "联" */ + 0x0, 0x0, 0x0, 0x10, 0x2, 0x2, 0xec, 0xdc, + 0x2b, 0x5, 0x90, 0x9, 0x15, 0x62, 0x94, 0xd3, + 0x0, 0x9b, 0xc6, 0x79, 0xe9, 0x92, 0x9, 0x15, + 0x60, 0xc, 0x0, 0x0, 0x91, 0x56, 0x0, 0xd0, + 0x0, 0x9, 0xbc, 0x7b, 0xbf, 0xcb, 0x70, 0x91, + 0x56, 0x2, 0xf5, 0x0, 0x1c, 0x9c, 0xd3, 0x87, + 0xc0, 0x1, 0x52, 0x56, 0x4b, 0x7, 0xb0, 0x0, + 0x5, 0x9b, 0x0, 0x6, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+80CC "背" */ + 0x0, 0x6, 0x60, 0xc0, 0x24, 0x0, 0x99, 0xc6, + 0xe, 0xa8, 0x30, 0x0, 0x39, 0x60, 0xd0, 0x4, + 0x23, 0xa7, 0x86, 0xb, 0xbb, 0xc1, 0x0, 0xaa, + 0xaa, 0xaa, 0xb0, 0x0, 0xc, 0x33, 0x33, 0x3d, + 0x0, 0x0, 0xc5, 0x55, 0x55, 0xd0, 0x0, 0xc, + 0x99, 0x99, 0x9d, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x5, 0xba, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+80FD "能" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x21, + 0xc, 0x0, 0x10, 0x9, 0x32, 0xb0, 0xd8, 0xa6, + 0x2, 0xdb, 0xac, 0x4d, 0x20, 0x11, 0x3, 0x33, + 0x40, 0xc0, 0x5, 0x70, 0xc7, 0x7e, 0x7, 0xbb, + 0xa1, 0xd, 0xaa, 0xe0, 0xb0, 0x5, 0x0, 0xc0, + 0xc, 0xd, 0x9c, 0x60, 0xd, 0xaa, 0xe0, 0xd2, + 0x0, 0x10, 0xc0, 0xc, 0xc, 0x0, 0x38, 0xc, + 0xb, 0xc0, 0x9b, 0xbb, 0x30, + + /* U+8109 "脉" */ + 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, 0xeb, 0xf0, + 0x19, 0xc5, 0x0, 0xb, 0xc, 0x0, 0x2, 0x60, + 0x0, 0xb0, 0xc0, 0xee, 0xe0, 0x0, 0xe, 0xbf, + 0x0, 0xd, 0xa, 0x20, 0xb0, 0xc6, 0xb8, 0xdc, + 0x50, 0xf, 0xcf, 0x7, 0x4c, 0xb0, 0x1, 0xa0, + 0xc0, 0xc0, 0xc7, 0x50, 0x38, 0xc, 0x89, 0xc, + 0x1c, 0x27, 0x50, 0xc9, 0x0, 0xc0, 0x36, 0x91, + 0xab, 0x2, 0xbb, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+811A "脚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xa0, + 0xa0, 0x1e, 0xd7, 0xa, 0xa, 0x8e, 0xa4, 0x93, + 0x70, 0xa0, 0xa5, 0xd7, 0x39, 0x37, 0xe, 0xba, + 0xa, 0x1, 0x93, 0x70, 0xa0, 0xb9, 0xe9, 0x69, + 0x37, 0xe, 0xca, 0x19, 0x31, 0x93, 0x70, 0x90, + 0xa5, 0x4a, 0x29, 0x37, 0x27, 0xa, 0x95, 0xb5, + 0xac, 0x45, 0x50, 0xaa, 0x66, 0x89, 0x0, 0x72, + 0xa7, 0x0, 0x1, 0x90, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+81EA "自" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0xcc, 0xcf, 0xcc, 0xc9, 0xc0, 0x0, 0x0, 0x1b, + 0xd1, 0x11, 0x11, 0x2b, 0xfb, 0xbb, 0xbb, 0xbb, + 0xc0, 0x0, 0x0, 0x1b, 0xfc, 0xcc, 0xcc, 0xcb, + 0xc0, 0x0, 0x0, 0x1b, 0xfb, 0xbb, 0xbb, 0xcb, + 0xd0, 0x0, 0x0, 0x1b, + + /* U+81F3 "至" */ + 0xb, 0xcc, 0xfc, 0xcc, 0xcc, 0x30, 0x0, 0x87, + 0x0, 0x60, 0x0, 0x0, 0x4b, 0x0, 0x9, 0x90, + 0x0, 0x3f, 0xba, 0xbb, 0xbe, 0x80, 0x1, 0x42, + 0x14, 0x0, 0x9, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x0, 0x2, 0xcc, 0xce, 0xcc, 0xc8, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x2, 0x22, 0x2b, 0x32, + 0x22, 0x11, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, + + /* U+822A "航" */ + 0x0, 0x32, 0x0, 0x23, 0x0, 0x0, 0x1b, 0x41, + 0x1, 0xb0, 0x0, 0xb, 0x88, 0xb9, 0x9c, 0x99, + 0x30, 0xb7, 0x1b, 0x11, 0x11, 0x10, 0xb, 0x35, + 0xb0, 0xcb, 0xc0, 0x3, 0xea, 0xab, 0xc, 0xc, + 0x0, 0xb, 0x40, 0xb0, 0xc0, 0xc0, 0x0, 0xb6, + 0x4b, 0x1a, 0xc, 0x0, 0xb, 0x4, 0xb2, 0x90, + 0xc0, 0x21, 0x90, 0xb, 0x75, 0xc, 0x8, 0x44, + 0x2b, 0x8c, 0x0, 0x8b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8235 "舵" */ + 0x0, 0x21, 0x0, 0x3, 0x0, 0x0, 0xa, 0x30, + 0x0, 0xc3, 0x0, 0xb, 0xba, 0xa9, 0xbd, 0xcb, + 0x60, 0xb6, 0xa, 0xa0, 0x0, 0x29, 0xb, 0x35, + 0xa2, 0x50, 0x0, 0x23, 0xea, 0xaa, 0xc, 0x4, + 0xb1, 0xb, 0x40, 0xa0, 0xdb, 0x80, 0x0, 0xa6, + 0x4a, 0xd, 0x10, 0x0, 0xb, 0x5, 0xa0, 0xc0, + 0x0, 0x51, 0x80, 0xa, 0xc, 0x0, 0xb, 0x44, + 0x1a, 0x70, 0xab, 0xbc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8272 "色" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x67, + 0x0, 0x0, 0x0, 0x0, 0x3d, 0xbb, 0xe7, 0x0, + 0x0, 0x4d, 0x20, 0x3b, 0x0, 0x0, 0x3d, 0xfc, + 0xcf, 0xcc, 0xe3, 0x0, 0xc, 0x0, 0xc0, 0x8, + 0x30, 0x0, 0xfb, 0xbf, 0xbb, 0xe3, 0x0, 0xc, + 0x0, 0x0, 0x8, 0x30, 0x0, 0xc0, 0x0, 0x0, + 0x4, 0x10, 0xd, 0x0, 0x0, 0x0, 0xa3, 0x0, + 0x9c, 0xbb, 0xbb, 0xca, 0x0, + + /* U+8282 "节" */ + 0x0, 0xb, 0x10, 0xd, 0x0, 0x1, 0xcc, 0xfc, + 0xcc, 0xfc, 0xc7, 0x0, 0xb, 0x10, 0xd, 0x0, + 0x0, 0x11, 0x52, 0x11, 0x51, 0x0, 0x9, 0xaa, + 0xfa, 0xaa, 0xc7, 0x0, 0x0, 0xd, 0x0, 0x5, + 0x70, 0x0, 0x0, 0xd0, 0x0, 0x57, 0x0, 0x0, + 0xd, 0x3, 0xbd, 0x60, 0x0, 0x0, 0xd0, 0x1, + 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, + + /* U+82F1 "英" */ + 0x0, 0xa, 0x10, 0xc, 0x0, 0x0, 0xbb, 0xec, + 0xbb, 0xfb, 0xb4, 0x0, 0x9, 0x18, 0x1a, 0x0, + 0x0, 0xb, 0xbb, 0xfc, 0xbb, 0x50, 0x0, 0xc0, + 0xc, 0x10, 0x57, 0x0, 0xc, 0x0, 0xc1, 0x5, + 0x70, 0x1c, 0xcc, 0xcf, 0xec, 0xcc, 0x70, 0x0, + 0x9, 0x8c, 0x20, 0x0, 0x0, 0x4b, 0x80, 0x2c, + 0x83, 0x1, 0xc8, 0x20, 0x0, 0x6, 0xb8, + + /* U+8303 "范" */ + 0x0, 0xa, 0x30, 0xc, 0x10, 0x1, 0xbb, 0xec, + 0xbb, 0xfb, 0xb6, 0x0, 0x8, 0x20, 0x9, 0x0, + 0x0, 0x2a, 0x63, 0xdc, 0xcc, 0xb0, 0x1, 0x3, + 0x49, 0x0, 0xb, 0x0, 0x9b, 0x14, 0x90, 0x1, + 0xb0, 0x0, 0x24, 0x49, 0x9, 0xb6, 0x0, 0x3, + 0xc4, 0x90, 0x0, 0x3, 0x2, 0xd2, 0x49, 0x0, + 0x2, 0xa0, 0xa3, 0x1, 0xdc, 0xcc, 0xe4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8377 "荷" */ + 0x1, 0x1a, 0x41, 0x1d, 0x11, 0x0, 0xaa, 0xdb, + 0xaa, 0xea, 0xa5, 0x0, 0xa, 0x20, 0x8, 0x0, + 0x0, 0x7, 0x7b, 0xcc, 0xcd, 0xe7, 0x3, 0xf0, + 0x1, 0x10, 0x38, 0x2, 0xde, 0xc, 0x9a, 0xb3, + 0x80, 0x2, 0xc0, 0xc0, 0xb, 0x38, 0x0, 0xc, + 0xc, 0xab, 0x93, 0x80, 0x0, 0xc0, 0x80, 0x0, + 0x48, 0x0, 0xc, 0x0, 0x0, 0xbc, 0x50, + + /* U+8404 "萄" */ + 0x3, 0x3b, 0x53, 0x3d, 0x33, 0x10, 0x78, 0xc9, + 0x77, 0xe7, 0x73, 0x0, 0xbd, 0xba, 0xac, 0xaa, + 0x10, 0x66, 0x80, 0x0, 0x0, 0xb1, 0x2a, 0x6d, + 0xaa, 0x99, 0xc, 0x0, 0x7, 0x4, 0x60, 0x0, + 0xc0, 0x5, 0xaa, 0xcc, 0xaa, 0x4c, 0x0, 0xa, + 0x4, 0x60, 0xb0, 0xc0, 0x0, 0xaa, 0xbc, 0xac, + 0xc, 0x0, 0x0, 0x0, 0x0, 0x4b, 0x60, + + /* U+8461 "葡" */ + 0x9, 0x9d, 0xb9, 0x9e, 0x99, 0x50, 0x14, 0xc4, + 0x11, 0xc1, 0x10, 0x0, 0xcb, 0xaa, 0xaa, 0xaa, + 0x20, 0x77, 0x13, 0x78, 0x40, 0xa3, 0x2a, 0x88, + 0xac, 0x88, 0x4a, 0x20, 0xc, 0x8a, 0xc8, 0xb2, + 0xa2, 0x0, 0xd8, 0xac, 0x8c, 0x3b, 0x10, 0xc, + 0x68, 0xb6, 0xb3, 0xb0, 0x0, 0xc2, 0x59, 0x29, + 0x3c, 0x0, 0x2, 0x0, 0x11, 0x5a, 0x90, + + /* U+84DD "蓝" */ + 0x1a, 0xad, 0xba, 0xae, 0xaa, 0x60, 0x0, 0x72, + 0x1, 0x90, 0x0, 0x2, 0x35, 0x60, 0xc1, 0x0, + 0x0, 0x56, 0x56, 0x1e, 0xbb, 0xa0, 0x5, 0x65, + 0x6a, 0x48, 0x50, 0x0, 0x34, 0x56, 0x30, 0xb, + 0x0, 0x0, 0xaa, 0xaa, 0xaa, 0xa3, 0x0, 0xa, + 0xb, 0xa, 0x6, 0x50, 0x0, 0xa0, 0xb0, 0xa0, + 0x65, 0x2, 0xbe, 0xbe, 0xbe, 0xbd, 0xc7, + + /* U+85CF "藏" */ + 0xa, 0xad, 0xba, 0xbe, 0xaa, 0x50, 0x0, 0x73, + 0x2, 0xc4, 0x80, 0x7, 0x3b, 0xbb, 0xbe, 0xce, + 0x70, 0x94, 0x63, 0x33, 0x84, 0x10, 0x9, 0xb7, + 0xbc, 0x67, 0x4c, 0x10, 0x4, 0x7c, 0xca, 0x67, + 0xc0, 0x5e, 0xc6, 0x93, 0xa4, 0xe6, 0x0, 0xa7, + 0x59, 0xa3, 0x1e, 0x0, 0x49, 0x91, 0xaa, 0x9d, + 0xc1, 0x91, 0x19, 0x0, 0x7, 0x52, 0xc6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8702 "蜂" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x10, + 0x9, 0x52, 0x10, 0x0, 0x91, 0x4, 0xd8, 0xb8, + 0x0, 0xed, 0xbc, 0xba, 0x6c, 0x10, 0x9, 0x80, + 0x90, 0x6e, 0xa1, 0x0, 0x98, 0xd, 0xb5, 0x75, + 0xc7, 0xe, 0xdb, 0xa6, 0x9e, 0x99, 0x0, 0x49, + 0x33, 0x49, 0xe9, 0x80, 0x0, 0x93, 0x90, 0xc, + 0x0, 0x2, 0x7d, 0xbc, 0xaa, 0xea, 0xa5, 0x13, + 0x10, 0x40, 0xc, 0x0, 0x0, + + /* U+87BA "螺" */ + 0x0, 0xa0, 0x5c, 0x9e, 0x9e, 0x0, 0x5c, 0x55, + 0xa6, 0xd6, 0xd0, 0xc, 0xab, 0x69, 0x3c, 0x3d, + 0x0, 0x97, 0x85, 0xbb, 0xd9, 0xc0, 0x9, 0x78, + 0x17, 0xb3, 0x90, 0x0, 0xee, 0xb1, 0x9c, 0xb3, + 0x30, 0x2, 0xa4, 0x2a, 0xc6, 0x8e, 0x10, 0xa, + 0x84, 0x96, 0xc4, 0x53, 0x2b, 0xdb, 0x8b, 0xb, + 0x2a, 0x0, 0x10, 0x8, 0x19, 0xb0, 0x51, + + /* U+884C "行" */ + 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x3c, 0x5, + 0xcc, 0xcc, 0xb0, 0x3d, 0x20, 0x0, 0x0, 0x0, + 0x2, 0x13, 0xb0, 0x0, 0x0, 0x0, 0x1, 0xd2, + 0xab, 0xbb, 0xbb, 0x21, 0xce, 0x0, 0x0, 0x49, + 0x0, 0x77, 0xc0, 0x0, 0x3, 0x90, 0x0, 0xc, + 0x0, 0x0, 0x39, 0x0, 0x0, 0xc0, 0x0, 0x3, + 0x90, 0x0, 0xc, 0x0, 0x0, 0x39, 0x0, 0x0, + 0xc0, 0x1, 0xcc, 0x50, 0x0, + + /* U+8865 "补" */ + 0x2, 0x80, 0x0, 0xd0, 0x0, 0x0, 0x8, 0x20, + 0xd, 0x0, 0x0, 0x8b, 0xbd, 0x70, 0xd0, 0x0, + 0x0, 0x1, 0xc0, 0xd, 0x70, 0x0, 0x0, 0xb6, + 0x92, 0xd7, 0xc1, 0x0, 0xbf, 0xd7, 0xd, 0x4, + 0xd0, 0xb6, 0xa4, 0xb0, 0xd0, 0x0, 0x1, 0xa, + 0x22, 0xd, 0x0, 0x0, 0x0, 0xa2, 0x0, 0xd0, + 0x0, 0x0, 0xa, 0x20, 0xd, 0x0, 0x0, + + /* U+8868 "表" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8a, 0xaa, + 0xfa, 0xaa, 0x90, 0x1, 0x77, 0x7e, 0x77, 0x73, + 0x0, 0x2, 0x22, 0xd2, 0x22, 0x10, 0x2b, 0xbb, + 0xef, 0xcb, 0xbb, 0x20, 0x0, 0x98, 0x3a, 0x3, + 0x80, 0x17, 0xdb, 0x0, 0xb8, 0xa1, 0x2, 0x62, + 0xb0, 0x1, 0xd4, 0x0, 0x0, 0x3d, 0x9c, 0x41, + 0xbb, 0x20, 0x5, 0x83, 0x0, 0x0, 0x31, + + /* U+8870 "衰" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x22, 0x23, + 0xd3, 0x22, 0x20, 0x17, 0x77, 0x77, 0x77, 0x77, + 0x10, 0x7, 0xaa, 0xaa, 0xa8, 0x0, 0x14, 0xc5, + 0x33, 0x34, 0xd4, 0x11, 0x6d, 0x65, 0x55, 0x6d, + 0x62, 0x0, 0x9a, 0xcc, 0xba, 0x90, 0x0, 0x0, + 0x89, 0x2c, 0x7, 0x80, 0x28, 0xbd, 0x0, 0x7d, + 0x50, 0x2, 0x40, 0xd6, 0x95, 0x6c, 0x50, 0x0, + 0x1a, 0x51, 0x0, 0x17, 0x30, + + /* U+88AB "被" */ + 0x2, 0x70, 0x0, 0xc, 0x0, 0x0, 0xa, 0x0, + 0x55, 0xd5, 0x62, 0x3b, 0xbd, 0x1c, 0x6d, 0x6c, + 0x30, 0x5, 0x52, 0xa0, 0xc0, 0x80, 0x0, 0xc8, + 0x6f, 0xcc, 0xbc, 0x0, 0xae, 0xb3, 0x9a, 0x5, + 0x80, 0x44, 0xc7, 0x66, 0xa3, 0xd2, 0x0, 0xc, + 0x8, 0x41, 0xe7, 0x0, 0x0, 0xc0, 0xc1, 0x9a, + 0xd6, 0x0, 0xc, 0x46, 0xa4, 0x2, 0xa5, + + /* U+88C5 "装" */ + 0x4, 0xb, 0x0, 0x1b, 0x0, 0x0, 0x57, 0xb7, + 0xbc, 0xeb, 0xb5, 0x0, 0x2c, 0x0, 0x1b, 0x0, + 0x1, 0x9b, 0xc0, 0x13, 0xc1, 0x10, 0x13, 0xb, + 0x3b, 0xaa, 0xaa, 0x21, 0x99, 0xba, 0xfa, 0x99, + 0x96, 0x0, 0x17, 0xa5, 0xa0, 0x48, 0x1, 0x9b, + 0xd0, 0x7, 0xc8, 0x0, 0x1, 0x1d, 0x7a, 0x34, + 0xa7, 0x20, 0x4, 0x62, 0x0, 0x0, 0x33, + + /* U+897F "西" */ + 0x6c, 0xcd, 0xec, 0xfc, 0xcc, 0x0, 0x0, 0x47, + 0xc, 0x0, 0x0, 0x0, 0x4, 0x70, 0xc0, 0x0, + 0x0, 0xeb, 0xdd, 0xbf, 0xbc, 0x90, 0xc, 0x7, + 0x40, 0xc0, 0x39, 0x0, 0xc0, 0xc0, 0xc, 0x14, + 0x90, 0xd, 0xa3, 0x0, 0x7b, 0xc9, 0x0, 0xc0, + 0x0, 0x0, 0x3, 0x90, 0xe, 0xcc, 0xcc, 0xcc, + 0xd9, 0x0, 0xc0, 0x0, 0x0, 0x3, 0x90, + + /* U+8981 "要" */ + 0xb, 0xbb, 0xeb, 0xdc, 0xbb, 0x40, 0x0, 0xc, + 0x7, 0x50, 0x0, 0x6, 0xca, 0xea, 0xdc, 0xae, + 0x0, 0x65, 0xc, 0x7, 0x50, 0xc0, 0x5, 0xba, + 0xeb, 0xbb, 0xab, 0x0, 0x0, 0x1d, 0x20, 0x0, + 0x0, 0x1a, 0xae, 0xba, 0xad, 0xca, 0x60, 0x4, + 0xe2, 0x4, 0xb0, 0x0, 0x0, 0x15, 0xcf, 0xf8, + 0x20, 0x0, 0xab, 0xb8, 0x21, 0x5a, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8986 "覆" */ + 0x29, 0x9a, 0xd9, 0xda, 0x99, 0x20, 0x79, 0xac, + 0x8d, 0x99, 0x80, 0xa, 0x89, 0xc7, 0xc8, 0x7b, + 0x0, 0xb, 0x16, 0xb8, 0x88, 0x80, 0x1b, 0x75, + 0xe8, 0x88, 0x84, 0x1, 0x4c, 0x8a, 0x87, 0x79, + 0x70, 0x2c, 0xa0, 0x78, 0x87, 0x96, 0x2, 0x39, + 0x5, 0xd9, 0x8a, 0x20, 0x1, 0x94, 0x58, 0x9a, + 0x50, 0x0, 0x19, 0x4a, 0x96, 0x69, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+89C4 "规" */ + 0x0, 0x74, 0x9, 0xcb, 0xbf, 0x0, 0x9c, 0xb7, + 0x92, 0x0, 0xc0, 0x2, 0x86, 0x19, 0x27, 0xc, + 0x0, 0x7, 0x40, 0x92, 0xc0, 0xc0, 0x3c, 0xed, + 0xb9, 0x2c, 0xc, 0x0, 0x9, 0x40, 0x71, 0xc0, + 0xa0, 0x0, 0xb9, 0x10, 0x1e, 0x40, 0x0, 0x19, + 0x2b, 0x7, 0x85, 0x7, 0x8, 0x30, 0x24, 0x86, + 0x51, 0x92, 0x90, 0x6, 0xa0, 0x3b, 0xb5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+89C6 "视" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xfb, 0xbb, 0xe0, 0x1, 0x63, 0xc, 0x0, 0xc, + 0x2, 0xaa, 0xe3, 0xc0, 0x90, 0xc0, 0x0, 0x3b, + 0xc, 0xc, 0xc, 0x0, 0x1d, 0x40, 0xc0, 0xc0, + 0xc0, 0x3e, 0xec, 0x2a, 0x1a, 0xa, 0x2, 0x3c, + 0x10, 0x5, 0xc1, 0x0, 0x0, 0xc0, 0x0, 0x9a, + 0x11, 0x60, 0xc, 0x0, 0x93, 0xa1, 0x27, 0x0, + 0xc0, 0xa3, 0x6, 0xab, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+89C8 "览" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xb, 0x0, + 0xb2, 0x0, 0xc, 0xb, 0x3, 0xec, 0xba, 0xc, + 0xb, 0x1c, 0x39, 0x60, 0x0, 0xb, 0x0, 0x0, + 0xa0, 0x0, 0xbb, 0xbb, 0xbb, 0xb0, 0x0, 0xa0, + 0x8, 0x0, 0xd0, 0x0, 0xa0, 0x1f, 0x0, 0xd0, + 0x0, 0x70, 0x6d, 0x80, 0x80, 0x0, 0x8, 0xe3, + 0xb0, 0x8, 0x1b, 0xc7, 0x0, 0xcb, 0xb9, 0x1, + 0x0, 0x0, 0x0, 0x0, + + /* U+89D2 "角" */ + 0x0, 0x6, 0x30, 0x0, 0x0, 0x0, 0x1d, 0xaa, + 0xce, 0x0, 0x0, 0xb5, 0x0, 0xa6, 0x0, 0xb, + 0xfc, 0xbc, 0xfc, 0xb9, 0x16, 0xd0, 0xc, 0x0, + 0xc, 0x0, 0xdb, 0xbf, 0xbb, 0xbc, 0x0, 0xd0, + 0xc, 0x0, 0xc, 0x0, 0xf9, 0x9e, 0x99, 0xac, + 0x2, 0xa1, 0x1d, 0x11, 0x1c, 0x7, 0x40, 0xc, + 0x0, 0xc, 0xb, 0x0, 0xc, 0xb, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+89E6 "触" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x31, + 0x0, 0xc0, 0x0, 0x8, 0x7a, 0x51, 0x3d, 0x43, + 0x3, 0xfa, 0xea, 0x78, 0xd6, 0xd0, 0x3c, 0x26, + 0xa7, 0x2b, 0xb, 0x0, 0xca, 0xcd, 0x72, 0xb0, + 0xb0, 0xb, 0x26, 0xa7, 0xbe, 0xbd, 0x0, 0xcb, + 0xce, 0x0, 0xc2, 0x30, 0xa, 0x26, 0xa0, 0xc, + 0x1b, 0x2, 0x92, 0x6a, 0x35, 0xdb, 0xe2, 0x64, + 0x29, 0xb9, 0x97, 0x46, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A00 "言" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x18, 0x88, 0x8b, 0xc8, 0x88, + 0x50, 0x22, 0x22, 0x22, 0x22, 0x21, 0x0, 0x6a, + 0xaa, 0xaa, 0xa0, 0x0, 0x3, 0x55, 0x55, 0x55, + 0x0, 0x0, 0x24, 0x44, 0x44, 0x40, 0x0, 0x7, + 0xbb, 0xbb, 0xbb, 0x10, 0x0, 0xa2, 0x0, 0x0, + 0xa2, 0x0, 0xa, 0x31, 0x11, 0x1b, 0x20, 0x0, + 0xaa, 0x99, 0x99, 0xd2, 0x0, + + /* U+8B66 "警" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, + 0xe3, 0x80, 0x0, 0x5, 0xb5, 0x93, 0xca, 0xab, + 0x32, 0xe9, 0xa6, 0x94, 0xbb, 0x10, 0x9, 0x6b, + 0x74, 0x5b, 0xb7, 0x0, 0x21, 0x38, 0xa5, 0x0, + 0x53, 0x8, 0x88, 0x88, 0x88, 0x88, 0x10, 0x6, + 0x88, 0x88, 0x87, 0x0, 0x0, 0x57, 0x77, 0x77, + 0x60, 0x0, 0xc, 0x77, 0x77, 0x7e, 0x0, 0x0, + 0xc7, 0x77, 0x77, 0xe0, 0x0, + + /* U+8BA1 "计" */ + 0x4, 0x70, 0x0, 0x39, 0x0, 0x0, 0x8, 0x60, + 0x3, 0x90, 0x0, 0x0, 0x0, 0x0, 0x39, 0x0, + 0x7, 0xce, 0xc, 0xcd, 0xec, 0xc5, 0x0, 0xd0, + 0x0, 0x4a, 0x0, 0x0, 0xd, 0x0, 0x3, 0x90, + 0x0, 0x0, 0xd0, 0x0, 0x39, 0x0, 0x0, 0xd, + 0x66, 0x3, 0x90, 0x0, 0x1, 0xf9, 0x0, 0x39, + 0x0, 0x0, 0x16, 0x0, 0x3, 0x90, 0x0, + + /* U+8BA4 "认" */ + 0x4, 0x50, 0x0, 0x2a, 0x0, 0x0, 0xa, 0x50, + 0x2, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x29, 0x0, + 0x8, 0xcc, 0x0, 0x4, 0xa0, 0x0, 0x0, 0xc0, + 0x0, 0x6d, 0x0, 0x0, 0xc, 0x0, 0x9, 0xd2, + 0x0, 0x0, 0xc0, 0x0, 0xd4, 0x80, 0x0, 0xc, + 0x97, 0x58, 0xc, 0x10, 0x2, 0xe4, 0x3d, 0x10, + 0x4d, 0x10, 0x1, 0x9, 0x20, 0x0, 0x55, + + /* U+8BAE "议" */ + 0x6, 0x30, 0x30, 0xb0, 0x7, 0x0, 0xc, 0x1b, + 0x6, 0x71, 0xc0, 0x0, 0x0, 0x74, 0x5, 0x48, + 0x5, 0xcb, 0x3, 0x80, 0x8, 0x40, 0x0, 0xc0, + 0xc, 0x0, 0xd0, 0x0, 0xc, 0x0, 0x68, 0x75, + 0x0, 0x0, 0xc0, 0x0, 0xcc, 0x0, 0x0, 0xc, + 0x74, 0x1c, 0xd2, 0x0, 0x1, 0xf6, 0x5c, 0x33, + 0xd6, 0x0, 0x13, 0x38, 0x10, 0x1, 0x84, + + /* U+8BB0 "记" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x68, 0x3, + 0xaa, 0xaa, 0x80, 0x0, 0x95, 0x2, 0x22, 0x2c, + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0x7d, 0xd0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0xdc, 0xcc, + 0xc0, 0x0, 0xc0, 0xc, 0x0, 0x3, 0x0, 0xc, + 0x0, 0xc0, 0x0, 0x0, 0x0, 0xc3, 0x5c, 0x0, + 0x3, 0x50, 0xe, 0xc2, 0xc0, 0x0, 0x57, 0x2, + 0x90, 0xb, 0xdc, 0xcd, 0x20, + + /* U+8BBE "设" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x59, 0x0, + 0xcc, 0xcd, 0x0, 0x0, 0x85, 0xc, 0x0, 0xc0, + 0x0, 0x0, 0x0, 0xb0, 0xc, 0x0, 0x5b, 0x91, + 0xb5, 0x0, 0xac, 0x41, 0x2c, 0x6, 0x22, 0x22, + 0x10, 0x0, 0xc0, 0xac, 0x99, 0xba, 0x0, 0xc, + 0x0, 0xa0, 0xb, 0x20, 0x0, 0xc5, 0x13, 0xba, + 0x60, 0x0, 0x1f, 0x81, 0x6d, 0xe7, 0x10, 0x3, + 0x51, 0xd6, 0x1, 0x8e, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8BBF "访" */ + 0x4, 0x40, 0x0, 0x55, 0x0, 0x0, 0xc, 0x30, + 0x3, 0x90, 0x0, 0x0, 0x10, 0xad, 0xdb, 0xbb, + 0x45, 0xaa, 0x0, 0x66, 0x0, 0x0, 0x0, 0xc0, + 0x7, 0xdc, 0xc8, 0x0, 0xc, 0x0, 0x93, 0x4, + 0x80, 0x0, 0xc0, 0xa, 0x0, 0x47, 0x0, 0xc, + 0x95, 0xc0, 0x6, 0x60, 0x2, 0xe4, 0x76, 0x0, + 0x84, 0x0, 0x13, 0x1b, 0x3, 0xbc, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8BC1 "证" */ + 0x6, 0x10, 0x22, 0x22, 0x22, 0x0, 0x2c, 0x29, + 0x99, 0xf9, 0x91, 0x0, 0x10, 0x0, 0xd, 0x0, + 0x4, 0xba, 0x3, 0x40, 0xd0, 0x0, 0x0, 0xc0, + 0x57, 0xf, 0xcc, 0x10, 0xc, 0x5, 0x70, 0xd0, + 0x0, 0x0, 0xc0, 0x57, 0xd, 0x0, 0x0, 0xc, + 0x96, 0x70, 0xd0, 0x0, 0x1, 0xf6, 0x68, 0x2e, + 0x22, 0x0, 0x34, 0x2a, 0xaa, 0xaa, 0xa3, + + /* U+8BC6 "识" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x86, 0x0, + 0xaa, 0xaa, 0x80, 0x0, 0xb3, 0xd, 0x22, 0x2d, + 0x0, 0x0, 0x0, 0xc0, 0x0, 0xd0, 0x4b, 0xa0, + 0xc, 0x0, 0xd, 0x1, 0x2d, 0x0, 0xd2, 0x22, + 0xd0, 0x0, 0xc0, 0x9, 0x99, 0x98, 0x0, 0xc, + 0x0, 0x11, 0x2, 0x0, 0x0, 0xc6, 0x49, 0x50, + 0x85, 0x0, 0x1f, 0x92, 0xd0, 0x1, 0xd0, 0x3, + 0x50, 0xa3, 0x0, 0x8, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8BD5 "试" */ + 0x5, 0x50, 0x0, 0xc, 0x54, 0x0, 0xa, 0x30, + 0x0, 0xc0, 0x90, 0x0, 0x2, 0xcc, 0xcf, 0xcc, + 0x34, 0xab, 0x0, 0x0, 0xa1, 0x0, 0x0, 0xc0, + 0xab, 0xb9, 0x20, 0x0, 0xc, 0x0, 0xc0, 0x84, + 0x0, 0x0, 0xc0, 0xc, 0x6, 0x60, 0x0, 0xc, + 0x51, 0xc5, 0x59, 0x43, 0x1, 0xf9, 0xbc, 0x71, + 0xd8, 0x30, 0x25, 0x2, 0x0, 0x7, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8BDD "话" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x83, 0x4, + 0x68, 0xbc, 0x70, 0x1, 0xc1, 0x55, 0x5a, 0x0, + 0x0, 0x0, 0x0, 0x2, 0x90, 0x0, 0x6c, 0xa0, + 0xcc, 0xde, 0xcc, 0x60, 0xc, 0x0, 0x2, 0x90, + 0x0, 0x0, 0xc0, 0x0, 0x3a, 0x0, 0x0, 0xc, + 0x6, 0xdb, 0xbb, 0xd0, 0x0, 0xc7, 0x86, 0x0, + 0xd, 0x0, 0x2f, 0x66, 0x71, 0x11, 0xd0, 0x4, + 0x40, 0x6c, 0x99, 0x9d, 0x0, + + /* U+8BE2 "询" */ + 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, 0x68, 0x0, + 0xa3, 0x0, 0x0, 0x0, 0x92, 0x1f, 0xcb, 0xbb, + 0x30, 0x0, 0xc, 0x40, 0x0, 0x84, 0x6c, 0xa3, + 0x9b, 0xab, 0x8, 0x30, 0xc, 0x0, 0xb0, 0xb0, + 0x93, 0x0, 0xc0, 0xe, 0xae, 0xa, 0x20, 0xc, + 0x0, 0xb0, 0xb0, 0xb1, 0x0, 0xda, 0x4e, 0xaa, + 0xc, 0x0, 0x3f, 0x40, 0x40, 0x0, 0xd0, 0x2, + 0x20, 0x0, 0xc, 0xd7, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8BE6 "详" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x73, 0x0, + 0xb0, 0x4, 0x90, 0x1, 0xc2, 0x6, 0x50, 0xc2, + 0x0, 0x1, 0x8, 0xcc, 0xec, 0xc1, 0x5a, 0xa0, + 0x0, 0x2a, 0x0, 0x0, 0xc, 0x3, 0xbc, 0xeb, + 0x90, 0x0, 0xc0, 0x0, 0x2a, 0x0, 0x0, 0xc, + 0xb, 0xcc, 0xec, 0xc4, 0x0, 0xca, 0x10, 0x2a, + 0x0, 0x0, 0xe, 0x50, 0x2, 0xa0, 0x0, 0x2, + 0x40, 0x0, 0x2a, 0x0, 0x0, + + /* U+8BED "语" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x94, 0x1b, + 0xbf, 0xbb, 0xb1, 0x0, 0xc1, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0x8, 0xde, 0xcd, 0x50, 0x5c, 0xa0, + 0x7, 0x60, 0x74, 0x0, 0xc, 0x4a, 0xdb, 0xad, + 0xb5, 0x0, 0xc0, 0x11, 0x11, 0x11, 0x0, 0xc, + 0x8, 0xcb, 0xbb, 0xc0, 0x0, 0xc5, 0xb3, 0x0, + 0xc, 0x0, 0x1f, 0x99, 0x41, 0x11, 0xc0, 0x1, + 0x50, 0x8b, 0xaa, 0xab, 0x0, + + /* U+8BEF "误" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x87, 0x4, + 0xdb, 0xbb, 0xc0, 0x0, 0xb2, 0x47, 0x0, 0xc, + 0x0, 0x0, 0x4, 0xc9, 0x99, 0xc0, 0x6d, 0xc0, + 0x2, 0x22, 0x22, 0x0, 0xc, 0x6, 0xbb, 0xbb, + 0xb1, 0x0, 0xc0, 0x0, 0x38, 0x0, 0x0, 0xc, + 0xb, 0xbd, 0xeb, 0xb6, 0x0, 0xc6, 0x20, 0xcc, + 0x30, 0x0, 0x1f, 0x71, 0xa6, 0x1c, 0x50, 0x0, + 0x31, 0xa4, 0x0, 0x19, 0x40, + + /* U+8BF4 "说" */ + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x65, 0x2, + 0xb0, 0xe, 0x20, 0x0, 0xb3, 0x9, 0x16, 0x90, + 0x0, 0x0, 0xc, 0xbb, 0xbd, 0xb0, 0x5b, 0xa0, + 0xc0, 0x0, 0x5b, 0x1, 0x2d, 0xc, 0x0, 0x5, + 0xb0, 0x0, 0xc0, 0x8d, 0xce, 0xa7, 0x0, 0xc, + 0x0, 0xa3, 0xc0, 0x0, 0x0, 0xd8, 0x4d, 0xc, + 0x0, 0x0, 0x2f, 0x75, 0x90, 0xc0, 0xa, 0x3, + 0x46, 0xb0, 0x8, 0xcc, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8BF7 "请" */ + 0x6, 0x20, 0x33, 0x78, 0x33, 0x0, 0x1c, 0x25, + 0x59, 0xa5, 0x50, 0x0, 0x0, 0x59, 0xbc, 0x97, + 0x5, 0xab, 0x18, 0x8a, 0xa8, 0x83, 0x0, 0xc0, + 0x49, 0x99, 0x95, 0x0, 0xc, 0x6, 0x61, 0x15, + 0x80, 0x0, 0xc0, 0x6a, 0x77, 0x98, 0x0, 0xc, + 0xa8, 0xb9, 0x9b, 0x80, 0x0, 0xe5, 0x65, 0x0, + 0x38, 0x0, 0x25, 0x6, 0x50, 0x6b, 0x50, + + /* U+8BFB "读" */ + 0x6, 0x20, 0x0, 0x2a, 0x0, 0x0, 0x2c, 0x24, + 0xbb, 0xeb, 0xa0, 0x0, 0x10, 0x66, 0x8c, 0x67, + 0x26, 0xca, 0x2, 0x63, 0x72, 0xb1, 0x0, 0xc0, + 0x35, 0x9c, 0x6, 0x0, 0xc, 0x3, 0xa1, 0xc0, + 0x0, 0x0, 0xc1, 0xbb, 0xbe, 0xbb, 0x50, 0xc, + 0xa1, 0xb, 0x75, 0x0, 0x1, 0xf5, 0x1b, 0x80, + 0x79, 0x0, 0x23, 0x1b, 0x40, 0x0, 0x55, + + /* U+8C03 "调" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x70, 0xcb, + 0xbb, 0xbe, 0x0, 0xb2, 0xb0, 0x6, 0xb, 0x0, + 0x0, 0xb2, 0x9d, 0x6b, 0x6c, 0xa0, 0xb0, 0xa, + 0xb, 0x0, 0xc0, 0xb4, 0x88, 0x8b, 0x0, 0xc0, + 0xb2, 0x99, 0x5b, 0x0, 0xc0, 0xb4, 0x60, 0x8b, + 0x0, 0xda, 0xa4, 0xc9, 0x8b, 0x2, 0xea, 0x61, + 0x20, 0xb, 0x3, 0x39, 0x0, 0x0, 0x9c, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+8C31 "谱" */ + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x91, 0x2, + 0xa0, 0x38, 0x0, 0x2, 0xc4, 0xbe, 0xbe, 0xba, + 0x0, 0x1, 0x26, 0x92, 0xb1, 0x80, 0x6c, 0x90, + 0x79, 0x2b, 0x52, 0x0, 0xc, 0x7a, 0xaa, 0xaa, + 0xa3, 0x0, 0xc0, 0x7a, 0xaa, 0xa3, 0x0, 0xc, + 0xb, 0x22, 0x28, 0x50, 0x0, 0xd8, 0xb6, 0x66, + 0xa5, 0x0, 0x4e, 0x3b, 0x99, 0x9c, 0x50, 0x2, + 0x20, 0xb0, 0x0, 0x65, 0x0, + + /* U+8D25 "败" */ + 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0xeb, 0xbd, + 0x7, 0x50, 0x0, 0xa, 0x0, 0xb0, 0xb4, 0x11, + 0x0, 0xa6, 0x4b, 0x1e, 0xab, 0xd3, 0xa, 0x64, + 0xb8, 0x90, 0x46, 0x0, 0xa6, 0x4b, 0x8c, 0x7, + 0x30, 0xa, 0x74, 0xb0, 0x56, 0xb0, 0x0, 0x69, + 0x16, 0x0, 0xc7, 0x0, 0x1, 0xb8, 0x30, 0x2c, + 0xb0, 0x2, 0xb2, 0xb, 0x4c, 0x15, 0xc2, 0x22, + 0x0, 0x13, 0x0, 0x2, 0x20, + + /* U+8D34 "贴" */ + 0xe, 0xbb, 0xb0, 0xc, 0x0, 0x0, 0xa0, 0xb, + 0x0, 0xc0, 0x0, 0xa, 0x83, 0xb0, 0xd, 0xbb, + 0x60, 0xa8, 0x3b, 0x0, 0xc0, 0x0, 0xa, 0x83, + 0xb0, 0xc, 0x0, 0x0, 0xa8, 0x2b, 0xac, 0xcb, + 0xe0, 0x7, 0xa1, 0x7a, 0x10, 0xc, 0x0, 0x1c, + 0xb0, 0xa1, 0x0, 0xc0, 0x1b, 0x64, 0x8a, 0xaa, + 0xae, 0x5, 0x80, 0x2, 0xa2, 0x11, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8D77 "起" */ + 0x0, 0x83, 0x3, 0xbb, 0xbc, 0x4, 0xbe, 0xcb, + 0x0, 0x0, 0xc0, 0x0, 0x83, 0x0, 0x0, 0xc, + 0x7, 0xbd, 0xdb, 0x6b, 0xbb, 0xc0, 0x2, 0x56, + 0x3, 0x90, 0x0, 0x2, 0xa5, 0xa6, 0x49, 0x0, + 0x32, 0x3a, 0x59, 0x54, 0xa0, 0x8, 0x44, 0xf7, + 0x60, 0x9, 0xbb, 0xa0, 0x77, 0xe7, 0x0, 0x0, + 0x0, 0xb, 0x2, 0xac, 0xcc, 0xcc, 0xc5, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8D85 "超" */ + 0x0, 0x83, 0x6, 0xbe, 0xbe, 0x13, 0xbd, 0xca, + 0x5, 0x60, 0xc0, 0x0, 0x83, 0x0, 0xb1, 0xc, + 0x5, 0xbd, 0xcb, 0xc5, 0x2a, 0x70, 0x4, 0x55, + 0x3, 0xaa, 0xa9, 0x0, 0xb5, 0xca, 0x47, 0x0, + 0xc0, 0x1c, 0x57, 0x24, 0x70, 0xc, 0x2, 0xfa, + 0x50, 0x3c, 0xaa, 0xb0, 0x66, 0xe8, 0x0, 0x0, + 0x0, 0xa, 0x11, 0xad, 0xcc, 0xcc, 0xc4, 0x10, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8DB3 "足" */ + 0x0, 0xfc, 0xcc, 0xcc, 0xdb, 0x0, 0xc, 0x0, + 0x0, 0x2, 0xb0, 0x0, 0xc0, 0x0, 0x0, 0x2b, + 0x0, 0xf, 0xcc, 0xcc, 0xcc, 0xb0, 0x0, 0x0, + 0xd, 0x0, 0x0, 0x0, 0x7, 0x50, 0xd0, 0x0, + 0x0, 0x0, 0xb4, 0xd, 0xbb, 0xb8, 0x0, 0xd, + 0xb0, 0xd0, 0x0, 0x0, 0x7, 0x76, 0xad, 0x0, + 0x0, 0x1, 0xb0, 0x4, 0xbd, 0xcc, 0xc5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8DDD "距" */ + 0xe, 0xbb, 0xbb, 0xdc, 0xcc, 0x40, 0xb0, 0xb, + 0xb0, 0x0, 0x0, 0xb, 0x0, 0xbb, 0x10, 0x0, + 0x0, 0xbd, 0xd8, 0xbc, 0xbb, 0xb0, 0x1, 0x66, + 0xb, 0x0, 0xb, 0x0, 0xb6, 0xd8, 0xb0, 0x0, + 0xb0, 0xb, 0x67, 0xb, 0xcc, 0xc9, 0x0, 0xb6, + 0x73, 0xb0, 0x0, 0x0, 0x2e, 0xcb, 0x6b, 0x32, + 0x22, 0x13, 0x50, 0x0, 0x7a, 0xaa, 0xa5, + + /* U+8DEF "路" */ + 0x0, 0x0, 0x0, 0x21, 0x0, 0x0, 0xeb, 0xbb, + 0xb, 0x30, 0x0, 0xb, 0x0, 0xb2, 0xeb, 0xc8, + 0x0, 0xb0, 0xc, 0xbc, 0x1b, 0x20, 0xb, 0xdd, + 0xa8, 0x3c, 0x90, 0x0, 0x25, 0x70, 0x4, 0xda, + 0x10, 0xa, 0x5d, 0x98, 0xa0, 0x5d, 0x40, 0xa5, + 0x72, 0xad, 0xbb, 0xd2, 0xa, 0x57, 0x25, 0x50, + 0xc, 0x2, 0xdc, 0xd9, 0x56, 0x11, 0xc0, 0x34, + 0x10, 0x5, 0xca, 0xac, 0x0, + + /* U+8DF3 "跳" */ + 0xe, 0xbe, 0x0, 0xb4, 0x80, 0x0, 0xa0, 0xba, + 0x2b, 0x48, 0x75, 0xa, 0xb, 0x48, 0xb4, 0x8c, + 0x0, 0xbe, 0xa0, 0x9b, 0x4c, 0x60, 0x4, 0x90, + 0x0, 0xb4, 0x90, 0x0, 0x9b, 0xb0, 0x8b, 0x4d, + 0x90, 0x9, 0x90, 0xd8, 0xa4, 0x87, 0x70, 0x99, + 0x22, 0x76, 0x48, 0x0, 0x3d, 0xd9, 0x3c, 0x4, + 0x80, 0xa3, 0x30, 0x1c, 0x30, 0x1d, 0xc6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8F6C "转" */ + 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, 0xa, 0x20, + 0x0, 0xc1, 0x0, 0x3c, 0xfc, 0x9a, 0xce, 0xbb, + 0x10, 0x28, 0x0, 0x4, 0x80, 0x0, 0x7, 0x4b, + 0x1b, 0xed, 0xbb, 0x50, 0xd9, 0xd7, 0xd, 0x0, + 0x0, 0x3, 0x4c, 0x23, 0xec, 0xcb, 0x0, 0x2, + 0xc7, 0x0, 0x9, 0x50, 0x3d, 0xcd, 0x40, 0xa7, + 0xa0, 0x0, 0x1, 0xb0, 0x2, 0xc6, 0x0, 0x0, + 0x1b, 0x0, 0x0, 0xb3, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F6E "轮" */ + 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, 0x39, 0x0, + 0x8, 0x90, 0x0, 0x8d, 0xdc, 0x21, 0xbb, 0x20, + 0x0, 0xa1, 0x0, 0x92, 0x1a, 0x0, 0x9, 0xa1, + 0x63, 0x0, 0x29, 0x6, 0xde, 0xc4, 0x90, 0x8, + 0x20, 0x0, 0xa1, 0xc, 0x5c, 0x50, 0x0, 0xa, + 0x62, 0xc9, 0x0, 0x0, 0x8e, 0xe8, 0x2c, 0x0, + 0x3, 0x1, 0xa, 0x10, 0xc0, 0x0, 0xb0, 0x0, + 0xa1, 0x8, 0xcb, 0xc8, 0x0, + + /* U+8F74 "轴" */ + 0x0, 0xa2, 0x0, 0xb, 0x0, 0x1, 0xbe, 0xb9, + 0x0, 0xb0, 0x0, 0x2, 0x90, 0xa, 0xbe, 0xcc, + 0x80, 0x73, 0xb0, 0xa0, 0xb0, 0x2a, 0xd, 0x8e, + 0x7a, 0xb, 0x2, 0xa0, 0x32, 0xc2, 0xbb, 0xec, + 0xca, 0x1, 0x3d, 0x7a, 0xb, 0x2, 0xa2, 0xa7, + 0xc1, 0xa0, 0xb0, 0x2a, 0x0, 0xb, 0xb, 0xbe, + 0xbc, 0xa0, 0x0, 0xb0, 0xb0, 0x0, 0x29, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8F7D "载" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x13, 0x96, + 0x31, 0xb5, 0x40, 0x3, 0x6b, 0x96, 0x2b, 0x9, + 0x1, 0xaa, 0xcb, 0xaa, 0xea, 0xa6, 0x0, 0x49, + 0x0, 0xc, 0x4, 0x0, 0xae, 0xba, 0xa6, 0xc0, + 0xc0, 0x3, 0xa1, 0x70, 0xb, 0x66, 0x0, 0x7b, + 0xbe, 0xb4, 0x8d, 0x0, 0x0, 0x2, 0xb4, 0x37, + 0x90, 0x40, 0xcc, 0xbd, 0x78, 0xcd, 0x1a, 0x0, + 0x1, 0xa0, 0xc1, 0x5d, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F83 "较" */ + 0x0, 0x20, 0x0, 0x2, 0x0, 0x0, 0x39, 0x0, + 0x0, 0xc0, 0x0, 0x8e, 0xdc, 0x3b, 0xbd, 0xcb, + 0x30, 0xa1, 0x0, 0x4, 0x3, 0x10, 0xa, 0x73, + 0x7, 0x70, 0x1b, 0x6, 0xdd, 0xc2, 0xb7, 0x6, + 0x75, 0x0, 0x73, 0x0, 0xa2, 0xc0, 0x0, 0x19, + 0x94, 0x3, 0xd7, 0x0, 0x9c, 0xd8, 0x20, 0x2f, + 0x50, 0x0, 0x7, 0x30, 0x2b, 0x3c, 0x50, 0x0, + 0x73, 0x2b, 0x10, 0x1a, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F91 "辑" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x7b, 0x99, 0xe0, 0x3f, 0xff, 0xb7, 0x40, 0xc, + 0x0, 0x28, 0x0, 0x49, 0x99, 0x90, 0x8, 0x3a, + 0x9, 0x98, 0x8a, 0x50, 0xec, 0xe8, 0x5a, 0x66, + 0xd0, 0x0, 0x1a, 0x5, 0x83, 0x3c, 0x0, 0x3, + 0xd7, 0x5c, 0x99, 0xd0, 0x3d, 0xbc, 0x35, 0x50, + 0xc, 0x20, 0x1, 0xa3, 0xdd, 0xcb, 0xe6, 0x0, + 0x1a, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F93 "输" */ + 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, 0x38, 0x0, + 0x8, 0xb0, 0x0, 0x5d, 0xdb, 0x7, 0x75, 0xa0, + 0x0, 0x91, 0xb, 0xc6, 0x6a, 0xd3, 0xa, 0x82, + 0x25, 0x55, 0x52, 0x4, 0xcc, 0x98, 0x9b, 0x67, + 0xa0, 0x13, 0xa5, 0x8a, 0xc6, 0x8a, 0x0, 0x1a, + 0x98, 0x27, 0x68, 0xa0, 0x5b, 0xc4, 0x89, 0xb6, + 0x8a, 0x0, 0x8, 0x27, 0x16, 0x40, 0xa0, 0x0, + 0x82, 0x72, 0xc2, 0x9a, 0x0, + + /* U+8FB9 "边" */ + 0xa, 0x30, 0x0, 0xd0, 0x0, 0x0, 0x1c, 0x25, + 0x5e, 0x55, 0x50, 0x0, 0x1, 0x66, 0xe6, 0x6d, + 0x15, 0xb9, 0x0, 0x3a, 0x0, 0xc0, 0x1, 0xc0, + 0x7, 0x70, 0xd, 0x0, 0xc, 0x0, 0xc2, 0x0, + 0xd0, 0x0, 0xc0, 0x79, 0x0, 0x1c, 0x0, 0x1d, + 0x3a, 0x1, 0xcd, 0x60, 0x1b, 0x69, 0x10, 0x0, + 0x0, 0x17, 0x50, 0x3b, 0xcc, 0xcd, 0xf8, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8FC7 "过" */ + 0x8, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x5a, 0x0, + 0x0, 0xd, 0x0, 0x0, 0x54, 0xcc, 0xcc, 0xfc, + 0x40, 0x0, 0x3, 0x0, 0xc, 0x0, 0x5c, 0xe0, + 0x5a, 0x0, 0xc0, 0x0, 0xc, 0x0, 0x93, 0xc, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0x1d, + 0x10, 0xb, 0xca, 0x0, 0x4d, 0x6b, 0xb9, 0xa9, + 0x99, 0x50, 0x10, 0x0, 0x23, 0x32, 0x20, + + /* U+8FD0 "运" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc3, 0xb, + 0xcc, 0xcc, 0x70, 0x1, 0xb1, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x24, 0x44, 0x44, 0x41, 0x49, 0x75, + 0x8c, 0xb8, 0x88, 0x21, 0x2c, 0x0, 0xc1, 0x46, + 0x0, 0x0, 0xc0, 0x67, 0x0, 0xc1, 0x0, 0xc, + 0x1f, 0x9a, 0xbd, 0x90, 0x1, 0xd0, 0x53, 0x10, + 0x7, 0x0, 0xc7, 0xa1, 0x0, 0x0, 0x1, 0x56, + 0x2, 0xbc, 0xcc, 0xdf, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8FDB "进" */ + 0xa, 0x10, 0xc, 0x0, 0xc0, 0x0, 0x3c, 0x0, + 0xc0, 0xd, 0x0, 0x0, 0x33, 0xcf, 0xcc, 0xfc, + 0x21, 0x44, 0x0, 0xc0, 0xc, 0x0, 0x14, 0xd4, + 0xbf, 0xbb, 0xfb, 0x40, 0xc, 0x2, 0xc1, 0x1d, + 0x10, 0x0, 0xc0, 0x77, 0x0, 0xc0, 0x0, 0xe, + 0x1c, 0x0, 0xc, 0x0, 0xb, 0x7a, 0x20, 0x0, + 0x0, 0x5, 0x60, 0x2a, 0xbb, 0xbc, 0xe7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8FDE "连" */ + 0x1, 0x0, 0x1, 0x30, 0x0, 0x0, 0xa4, 0x14, + 0x8a, 0x44, 0x40, 0x0, 0xc3, 0x7e, 0x77, 0x77, + 0x10, 0x0, 0x4, 0x90, 0xc0, 0x0, 0x4a, 0x80, + 0xda, 0x9e, 0x97, 0x0, 0x1c, 0x3, 0x33, 0xd3, + 0x20, 0x0, 0xc1, 0x33, 0x3d, 0x33, 0x10, 0xc, + 0x38, 0x88, 0xe8, 0x83, 0x0, 0xd0, 0x0, 0xd, + 0x0, 0x0, 0xc9, 0x91, 0x0, 0x50, 0x12, 0x66, + 0x4, 0xbc, 0xcc, 0xdf, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8FDF "迟" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, 0xa, + 0xdc, 0xcc, 0xc0, 0x0, 0xc0, 0xa2, 0x0, 0xc, + 0x0, 0x0, 0xa, 0x20, 0x0, 0xc0, 0x0, 0x0, + 0xbd, 0xcc, 0xcc, 0x4, 0xbe, 0xc, 0x33, 0x62, + 0x10, 0x0, 0xc0, 0xd0, 0xc, 0x40, 0x0, 0xc, + 0x2a, 0x0, 0x1c, 0x30, 0x0, 0xd7, 0x30, 0x0, + 0x1c, 0x1, 0xc9, 0xb5, 0x21, 0x11, 0x32, 0x35, + 0x1, 0x7a, 0xbb, 0xaa, 0x40, + + /* U+8FF0 "述" */ + 0x6, 0x0, 0x0, 0xb3, 0x90, 0x0, 0x87, 0x0, + 0xb, 0x15, 0x40, 0x0, 0x76, 0xcc, 0xfd, 0xcc, + 0x0, 0x11, 0x0, 0x7f, 0xc0, 0x0, 0x4a, 0xe0, + 0xc, 0xb7, 0xa0, 0x0, 0xc, 0x7, 0x6b, 0x19, + 0x50, 0x0, 0xc4, 0xb0, 0xb1, 0xb, 0x0, 0xc, + 0x30, 0xb, 0x10, 0x0, 0xb, 0xbb, 0x40, 0x30, + 0x2, 0x3, 0x50, 0x28, 0xab, 0xbb, 0xa1, + + /* U+9000 "退" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb2, 0xc, + 0xaa, 0xae, 0x10, 0x2, 0xc0, 0xc0, 0x0, 0xa1, + 0x0, 0x3, 0xc, 0x99, 0x9d, 0x10, 0x1, 0x10, + 0xc1, 0x11, 0xa1, 0x4, 0xad, 0xc, 0x99, 0x99, + 0x40, 0x0, 0xc0, 0xc0, 0x95, 0xa6, 0x0, 0xc, + 0xd, 0x3, 0x98, 0x0, 0x0, 0xc1, 0xfb, 0x70, + 0x96, 0x0, 0x8c, 0x72, 0x0, 0x0, 0x10, 0x48, + 0x4, 0xbb, 0xbb, 0xcd, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9009 "选" */ + 0x17, 0x0, 0x18, 0x2a, 0x0, 0x0, 0x6a, 0x8, + 0xec, 0xeb, 0xb2, 0x0, 0x31, 0xc0, 0x2a, 0x0, + 0x0, 0x0, 0x26, 0x57, 0xc5, 0x53, 0x4c, 0xc2, + 0x5a, 0xa8, 0xa5, 0x30, 0xc, 0x0, 0xb4, 0x47, + 0x0, 0x0, 0xc0, 0x4c, 0x4, 0x70, 0xa0, 0xd, + 0x6b, 0x10, 0x2d, 0xc6, 0x8, 0xc9, 0x10, 0x0, + 0x0, 0x3, 0xa0, 0x2a, 0xcb, 0xbc, 0xda, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+901A "通" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa1, 0xa, + 0xaa, 0xae, 0x90, 0x4, 0xc0, 0x9, 0x8b, 0x60, + 0x0, 0x3, 0x8, 0x8c, 0xfa, 0x80, 0x1, 0x10, + 0xc1, 0xa3, 0x1c, 0x5, 0xad, 0xe, 0x9d, 0xa9, + 0xe0, 0x0, 0xc0, 0xc0, 0x92, 0xc, 0x0, 0xc, + 0xe, 0x9d, 0xa9, 0xe0, 0x0, 0xd0, 0xc0, 0x93, + 0x9d, 0x0, 0xb8, 0xa1, 0x0, 0x1, 0x0, 0x56, + 0x3, 0xbb, 0xaa, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+901F "速" */ + 0x6, 0x0, 0x0, 0xc1, 0x0, 0x0, 0x5a, 0x49, + 0x9e, 0x99, 0x93, 0x0, 0x20, 0xaa, 0xea, 0xa9, + 0x3, 0x87, 0xb, 0xc, 0x0, 0xc0, 0x13, 0xd0, + 0xe9, 0xea, 0x9d, 0x0, 0xc, 0x0, 0x7f, 0xc2, + 0x0, 0x0, 0xc0, 0x4a, 0xc3, 0xc3, 0x0, 0xc, + 0x5b, 0xc, 0x1, 0xb0, 0x8, 0xd9, 0x10, 0x70, + 0x0, 0x4, 0x80, 0x4b, 0xbb, 0xbb, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+903B "逻" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0xea, 0xdd, 0xeb, 0x90, 0x2, 0xc0, 0xb0, 0x99, + 0x91, 0x90, 0x0, 0x10, 0xea, 0xdd, 0xeb, 0x90, + 0x37, 0x70, 0x4, 0xa0, 0x0, 0x0, 0x24, 0xd0, + 0x2c, 0xaa, 0xae, 0x0, 0x0, 0xc1, 0xb6, 0x50, + 0xa7, 0x0, 0x0, 0xc0, 0x0, 0xad, 0x80, 0x0, + 0x0, 0xd0, 0x5b, 0xc4, 0x0, 0x0, 0xc, 0x8a, + 0x93, 0x0, 0x0, 0x0, 0x76, 0x2, 0xac, 0xcc, + 0xcd, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9053 "道" */ + 0x0, 0x0, 0x1, 0x0, 0x10, 0x0, 0x80, 0x2, + 0xb0, 0xc, 0x10, 0x7, 0x96, 0xac, 0xbc, 0xda, + 0x60, 0x3, 0x1, 0x2c, 0x42, 0x10, 0x24, 0x40, + 0xc7, 0x77, 0x8a, 0x3, 0x7d, 0xc, 0x99, 0x9a, + 0xa0, 0x0, 0xc0, 0xc1, 0x11, 0x3a, 0x0, 0xc, + 0xc, 0x77, 0x78, 0xa0, 0x0, 0xd0, 0xc9, 0x99, + 0xaa, 0x0, 0x99, 0x81, 0x0, 0x0, 0x0, 0x47, + 0x2, 0xab, 0xbb, 0xbd, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+90E8 "部" */ + 0x0, 0x33, 0x0, 0x0, 0x0, 0x0, 0x3, 0xa0, + 0x5, 0xdb, 0xe0, 0x3c, 0xcd, 0xca, 0x56, 0x2c, + 0x0, 0x74, 0xa, 0x25, 0x67, 0x50, 0x1, 0x91, + 0xb0, 0x56, 0xc0, 0x7, 0xbb, 0xcc, 0xb6, 0x6a, + 0x20, 0x0, 0x0, 0x0, 0x56, 0x1b, 0x0, 0xeb, + 0xbc, 0x95, 0x60, 0xc0, 0xc, 0x0, 0x39, 0x57, + 0x8b, 0x0, 0xeb, 0xbc, 0x95, 0x61, 0x0, 0xc, + 0x0, 0x38, 0x56, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+91C7 "采" */ + 0x1, 0x34, 0x45, 0x79, 0xb8, 0x0, 0x69, 0x87, + 0x75, 0x32, 0x20, 0x0, 0xa0, 0x1c, 0x0, 0x77, + 0x0, 0x8, 0x50, 0xa1, 0x2c, 0x0, 0x0, 0x11, + 0xb, 0x13, 0x20, 0x1, 0xcc, 0xce, 0xff, 0xcc, + 0xc6, 0x0, 0x2, 0xcd, 0xb7, 0x0, 0x0, 0x3, + 0xd2, 0xb1, 0xa8, 0x0, 0x1a, 0xc2, 0xb, 0x10, + 0x7d, 0x40, 0x50, 0x0, 0xb1, 0x0, 0x23, + + /* U+91CD "重" */ + 0x0, 0x0, 0x1, 0x23, 0x51, 0x0, 0x2a, 0xaa, + 0xe9, 0x75, 0x10, 0x0, 0x0, 0xb, 0x10, 0x0, + 0x1, 0x99, 0x99, 0xea, 0x99, 0x95, 0x0, 0xb8, + 0x8d, 0x88, 0x96, 0x0, 0xe, 0x88, 0xe9, 0x8b, + 0x80, 0x0, 0xd2, 0x2c, 0x32, 0x68, 0x0, 0x7, + 0x77, 0xd7, 0x77, 0x30, 0x3, 0xaa, 0xae, 0xaa, + 0xa9, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x1a, + 0xaa, 0xae, 0xba, 0xaa, 0x60, + + /* U+91CF "量" */ + 0x0, 0xc7, 0x77, 0x77, 0xc3, 0x0, 0xc, 0x77, + 0x77, 0x7c, 0x30, 0x0, 0xa7, 0x77, 0x77, 0xa3, + 0x1, 0x99, 0x99, 0x99, 0x99, 0x96, 0x0, 0x97, + 0x79, 0x87, 0x85, 0x0, 0xd, 0x77, 0xd8, 0x79, + 0x80, 0x0, 0xd4, 0x4c, 0x64, 0x78, 0x0, 0x4, + 0x44, 0xc6, 0x44, 0x30, 0x2, 0x88, 0x8d, 0x88, + 0x86, 0x2, 0xaa, 0xaa, 0xea, 0xaa, 0xa6, + + /* U+9274 "鉴" */ + 0x8, 0x36, 0x60, 0xa3, 0x0, 0x0, 0x83, 0x66, + 0x4d, 0xbb, 0xb5, 0x8, 0x36, 0x6a, 0x19, 0x50, + 0x0, 0x20, 0x6b, 0xfa, 0x29, 0x40, 0x2, 0x7c, + 0x92, 0x6c, 0xa5, 0x2, 0x95, 0x68, 0xe9, 0x82, + 0x65, 0x3, 0xaa, 0xae, 0xaa, 0xa7, 0x0, 0x2, + 0x60, 0xb0, 0x27, 0x0, 0x0, 0xc, 0xb, 0x8, + 0x50, 0x0, 0xaa, 0xca, 0xeb, 0xeb, 0xa4, + + /* U+9488 "针" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x0, 0xb1, 0x0, 0x9, 0xdc, 0xa0, 0xb, 0x10, + 0x3, 0x90, 0x0, 0x0, 0xb1, 0x0, 0x7, 0xdd, + 0x78, 0x8e, 0x98, 0x30, 0x6, 0x50, 0x44, 0xc5, + 0x41, 0xb, 0xdd, 0x90, 0xb, 0x10, 0x0, 0x6, + 0x50, 0x0, 0xb1, 0x0, 0x0, 0x65, 0x10, 0xb, + 0x10, 0x0, 0x7, 0xcb, 0x0, 0xb1, 0x0, 0x0, + 0x94, 0x0, 0xb, 0x10, 0x0, + + /* U+949F "钟" */ + 0x3, 0x70, 0x0, 0xc, 0x0, 0x0, 0xac, 0xb9, + 0x0, 0xc0, 0x0, 0x37, 0x0, 0xc, 0xcf, 0xcd, + 0xa0, 0x9e, 0xc4, 0xa0, 0xc0, 0x1b, 0x0, 0xb0, + 0xa, 0xc, 0x1, 0xb1, 0xbe, 0xb9, 0xdb, 0xfb, + 0xbb, 0x0, 0xb0, 0xa, 0xc, 0x2, 0xa0, 0xb, + 0x2, 0x0, 0xc0, 0x0, 0x0, 0xdc, 0x90, 0xc, + 0x0, 0x0, 0x1a, 0x20, 0x0, 0xc0, 0x0, + + /* U+94AE "钮" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0x58, 0x0, + 0xbc, 0xeb, 0xf0, 0xc, 0xcc, 0x60, 0x47, 0xc, + 0x2, 0x90, 0x0, 0x6, 0x60, 0xc0, 0x7, 0xec, + 0x30, 0x74, 0xc, 0x0, 0x8, 0x20, 0xce, 0xdc, + 0xc0, 0xb, 0xec, 0x70, 0xb1, 0x1b, 0x0, 0x8, + 0x20, 0xc, 0x2, 0xa0, 0x0, 0x83, 0x10, 0xc0, + 0x38, 0x0, 0x9, 0xc7, 0x1b, 0x5, 0x70, 0x0, + 0xc3, 0x8d, 0xec, 0xee, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9501 "锁" */ + 0x1, 0x80, 0x6, 0xc, 0x6, 0x0, 0xac, 0xb8, + 0x75, 0xc2, 0xa0, 0x47, 0x0, 0x3, 0x7d, 0x65, + 0x0, 0x7e, 0xc5, 0xc7, 0x77, 0xe0, 0x0, 0x91, + 0xb, 0xb, 0xc, 0x0, 0xbe, 0xc7, 0xb0, 0xc0, + 0xc0, 0x0, 0x91, 0xb, 0xc, 0xc, 0x0, 0x9, + 0x22, 0x94, 0xa0, 0xa0, 0x0, 0xcc, 0x55, 0xc4, + 0xb6, 0x0, 0x18, 0x6, 0x70, 0x0, 0x65, + + /* U+9519 "错" */ + 0x1, 0x90, 0x0, 0xb0, 0xb0, 0x0, 0x9d, 0xc7, + 0xae, 0xbe, 0xb3, 0x29, 0x11, 0x0, 0xb0, 0xb0, + 0x0, 0x5d, 0xa6, 0xbe, 0xbe, 0xb6, 0x0, 0x83, + 0x0, 0x0, 0x0, 0x0, 0xbe, 0xc8, 0x8c, 0xbb, + 0xc0, 0x0, 0x83, 0x8, 0x30, 0xc, 0x0, 0x8, + 0x30, 0x8b, 0xaa, 0xc0, 0x0, 0xac, 0x68, 0x41, + 0x1c, 0x0, 0xa, 0x20, 0x8a, 0x88, 0xb0, + + /* U+952E "键" */ + 0x6, 0x40, 0x44, 0x22, 0xb2, 0x10, 0xba, 0x95, + 0xd3, 0x6c, 0x86, 0x36, 0x0, 0x1b, 0x49, 0xeb, + 0xb0, 0xae, 0x88, 0x50, 0x2b, 0x56, 0x0, 0xa0, + 0x9c, 0x87, 0xd7, 0x31, 0x9d, 0x84, 0x76, 0x8d, + 0x83, 0x0, 0xa0, 0xad, 0x59, 0xd9, 0x50, 0xa, + 0x44, 0xd0, 0x1b, 0x10, 0x0, 0xe8, 0x9a, 0xa0, + 0x80, 0x0, 0x37, 0x36, 0x5, 0xbb, 0xb9, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+955C "镜" */ + 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x75, 0x1, + 0x66, 0xe6, 0x61, 0x1d, 0xcb, 0x16, 0x94, 0x87, + 0x18, 0x40, 0x3, 0x6c, 0x5c, 0x62, 0x1c, 0xeb, + 0x35, 0x55, 0x55, 0x20, 0xc, 0x0, 0xe8, 0x88, + 0xe0, 0x5a, 0xea, 0x2d, 0x77, 0x7d, 0x0, 0xc, + 0x0, 0xd9, 0x99, 0xd0, 0x0, 0xc2, 0x10, 0xd0, + 0xb0, 0x0, 0x1e, 0xc1, 0x69, 0xb, 0x7, 0x6, + 0x81, 0xaa, 0x0, 0xca, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+957F "长" */ + 0x0, 0x1b, 0x0, 0x1, 0xa1, 0x0, 0x1, 0xb0, + 0x3, 0xc4, 0x0, 0x0, 0x1b, 0x2a, 0xb2, 0x0, + 0x0, 0x1, 0xb1, 0x40, 0x0, 0x0, 0x1c, 0xdf, + 0xce, 0xdc, 0xcc, 0x70, 0x1, 0xb0, 0x57, 0x0, + 0x0, 0x0, 0x1b, 0x0, 0xb3, 0x0, 0x0, 0x1, + 0xb0, 0x1, 0xd5, 0x0, 0x0, 0x2d, 0xac, 0x31, + 0xbc, 0x40, 0x4, 0x72, 0x0, 0x0, 0x33, + + /* U+95E8 "门" */ + 0x11, 0x0, 0x0, 0x0, 0x3, 0xb0, 0xcc, 0xcc, + 0xcf, 0x9, 0x60, 0x0, 0x0, 0xca, 0x1, 0x0, + 0x0, 0xc, 0xc0, 0x0, 0x0, 0x0, 0xcc, 0x0, + 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, 0x0, 0xcc, + 0x0, 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, 0x0, + 0xcc, 0x0, 0x0, 0x0, 0xd, 0xc0, 0x0, 0x0, + 0x9c, 0xb0, + + /* U+95ED "闭" */ + 0x30, 0x0, 0x0, 0x0, 0x6, 0x91, 0xcc, 0xcc, + 0xcf, 0x9, 0x0, 0x1, 0x0, 0xc7, 0x0, 0x0, + 0xd0, 0xc, 0xc3, 0xcc, 0xcf, 0xc6, 0xcc, 0x0, + 0xb, 0xf0, 0xc, 0xc0, 0x8, 0x7d, 0x0, 0xcc, + 0x1b, 0x80, 0xd0, 0xc, 0xc7, 0x40, 0xd, 0x0, + 0xcc, 0x0, 0x4c, 0xa0, 0xc, 0xc0, 0x0, 0x0, + 0xb, 0xc0, + + /* U+95EE "问" */ + 0x30, 0x0, 0x0, 0x0, 0x7, 0x70, 0xbb, 0xbb, + 0xbe, 0xc, 0x0, 0x0, 0x0, 0xc7, 0x0, 0x0, + 0x0, 0xc, 0xc0, 0x9c, 0xbd, 0x20, 0xcc, 0xa, + 0x10, 0x92, 0xc, 0xc0, 0xa1, 0x9, 0x20, 0xcc, + 0xa, 0xcb, 0xe2, 0xc, 0xc0, 0x91, 0x0, 0x0, + 0xcc, 0x0, 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, + 0x8c, 0xa0, + + /* U+95F2 "闲" */ + 0x11, 0x0, 0x0, 0x0, 0x4, 0xa1, 0xcc, 0xcc, + 0xcf, 0x9, 0x50, 0x0, 0x0, 0xc6, 0x11, 0x8, + 0x0, 0xc, 0xc1, 0x33, 0xc3, 0x31, 0xcc, 0x27, + 0xaf, 0xb7, 0x3c, 0xc0, 0xb, 0xda, 0x30, 0xcc, + 0xb, 0x4b, 0xc, 0x1c, 0xc5, 0x40, 0xb0, 0x21, + 0xcc, 0x0, 0xb, 0x0, 0xc, 0xc0, 0x0, 0x0, + 0x6c, 0xb0, 0x0, 0x0, 0x0, 0x0, + + /* U+95F4 "间" */ + 0x30, 0x0, 0x0, 0x0, 0x6, 0x91, 0xcc, 0xcc, + 0xcf, 0x8, 0x0, 0x0, 0x0, 0xd7, 0x0, 0x0, + 0x0, 0xd, 0xd0, 0xba, 0xaa, 0xc0, 0xdd, 0xb, + 0x0, 0xc, 0xd, 0xd0, 0xba, 0xaa, 0xc0, 0xdd, + 0xb, 0x0, 0xc, 0xd, 0xd0, 0xaa, 0xaa, 0xb0, + 0xdd, 0x0, 0x0, 0x0, 0xd, 0xd0, 0x0, 0x0, + 0x9, 0xc0, + + /* U+9634 "阴" */ + 0x0, 0x0, 0x0, 0x0, 0xf, 0xbd, 0x78, 0xcb, + 0xbe, 0xc0, 0xa3, 0x82, 0x0, 0xcc, 0xd, 0x8, + 0x20, 0xc, 0xc4, 0xa0, 0x8c, 0xbb, 0xfc, 0xa, + 0x39, 0x20, 0xc, 0xc0, 0x57, 0xaa, 0x99, 0xec, + 0x5d, 0x4b, 0x11, 0x1d, 0xc0, 0x0, 0xb0, 0x0, + 0xcc, 0x0, 0x48, 0x0, 0xc, 0xc0, 0xb, 0x0, + 0x1c, 0xb0, 0x0, 0x0, 0x0, 0x0, + + /* U+9640 "陀" */ + 0x0, 0x0, 0x3, 0x20, 0x0, 0xfb, 0xe0, 0x4, + 0xc0, 0x0, 0xc2, 0xa9, 0xbb, 0xdb, 0xb7, 0xc8, + 0x3b, 0x0, 0x0, 0x1a, 0xca, 0x23, 0x70, 0x0, + 0x12, 0xc1, 0xb0, 0xb1, 0x3a, 0xb0, 0xc0, 0xc0, + 0xbb, 0x83, 0x0, 0xca, 0xb0, 0xb1, 0x0, 0x0, + 0xc0, 0x0, 0xb1, 0x0, 0x17, 0xc0, 0x0, 0xb2, + 0x0, 0x39, 0xc0, 0x0, 0x5c, 0xcc, 0xc3, + + /* U+9644 "附" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xd0, 0x93, + 0x3, 0x90, 0xb2, 0x90, 0xc0, 0x3, 0x90, 0xb7, + 0x47, 0x9b, 0xcd, 0xe6, 0xba, 0x3e, 0x80, 0x3, + 0x90, 0xb4, 0xa5, 0x86, 0x13, 0x90, 0xb0, 0xb2, + 0x83, 0x83, 0x90, 0xb0, 0xc2, 0x80, 0xb3, 0x90, + 0xb9, 0x52, 0x80, 0x3, 0x90, 0xb0, 0x2, 0x80, + 0x3, 0x90, 0xb0, 0x2, 0x80, 0x7d, 0x50, + + /* U+9650 "限" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xe5, 0xdb, + 0xbb, 0xc0, 0xb0, 0xa4, 0x80, 0x0, 0xc0, 0xb4, + 0x54, 0xda, 0xaa, 0xc0, 0xb6, 0x34, 0x80, 0x0, + 0xc0, 0xb0, 0xa4, 0xdb, 0xbb, 0xc0, 0xb0, 0xb4, + 0x82, 0xa0, 0x72, 0xb6, 0xb4, 0x80, 0xbb, 0x70, + 0xb0, 0x4, 0x80, 0x4c, 0x0, 0xb0, 0x5, 0xb8, + 0x7a, 0xb1, 0xb0, 0x8, 0xa5, 0x10, 0x86, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9664 "除" */ + 0x0, 0x0, 0x0, 0x50, 0x0, 0xeb, 0xe0, 0x7, + 0xd1, 0x0, 0xb2, 0xa0, 0x49, 0x2c, 0x10, 0xb8, + 0x37, 0xa0, 0x3, 0xd4, 0xbb, 0x15, 0xab, 0xdb, + 0x62, 0xb1, 0xa0, 0x1, 0xb0, 0x0, 0xb0, 0xc8, + 0xab, 0xea, 0xa4, 0xbb, 0xa0, 0x61, 0xb5, 0x20, + 0xb0, 0x5, 0x71, 0xb2, 0xc0, 0xb0, 0xc, 0x1, + 0xb0, 0x75, 0xb0, 0x1, 0x5c, 0x80, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+968F "随" */ + 0x0, 0x0, 0x0, 0x22, 0x0, 0xec, 0xb3, 0x0, + 0x84, 0x0, 0xb5, 0x8c, 0x3b, 0xeb, 0xb8, 0xb9, + 0x23, 0x45, 0xb4, 0x41, 0xbc, 0x0, 0x2d, 0xb4, + 0x95, 0xb6, 0xbc, 0xa4, 0xd9, 0xc5, 0xb1, 0xa3, + 0x92, 0x80, 0x65, 0xb4, 0x93, 0x92, 0xd9, 0xc5, + 0xb3, 0x5, 0xa2, 0x82, 0xb3, 0xb0, 0x29, 0x86, + 0x0, 0x0, 0xb0, 0x71, 0x7, 0xbb, 0xca, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9694 "隔" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xd7, 0xbb, + 0xbb, 0xb4, 0xb3, 0x90, 0x99, 0x99, 0x70, 0xb9, + 0x31, 0x80, 0x0, 0xb0, 0xbb, 0x21, 0xa9, 0x99, + 0x90, 0xb2, 0xa5, 0xaa, 0xaa, 0xa2, 0xb0, 0xb8, + 0x35, 0x7, 0x73, 0xb6, 0xc8, 0x19, 0x36, 0x73, + 0xb5, 0x28, 0x69, 0xd9, 0x83, 0xb0, 0x8, 0x10, + 0xa0, 0x73, 0xb0, 0x8, 0x10, 0xa4, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+969C "障" */ + 0x0, 0x0, 0x1, 0x30, 0x0, 0xeb, 0xe5, 0x8a, + 0xd8, 0x81, 0xb1, 0xa1, 0x77, 0x2b, 0x30, 0xb6, + 0x5a, 0xbd, 0xae, 0xa6, 0xb8, 0x21, 0x55, 0x55, + 0x40, 0xb1, 0xa3, 0xa3, 0x33, 0xc0, 0xb0, 0xb3, + 0xc8, 0x88, 0xc0, 0xb7, 0xb2, 0x97, 0xc7, 0x80, + 0xb0, 0xa, 0xaa, 0xea, 0xa7, 0xb0, 0x0, 0x0, + 0xc0, 0x0, 0xb0, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9700 "需" */ + 0x3, 0xaa, 0xae, 0xaa, 0xa6, 0x0, 0x99, 0x99, + 0xe9, 0x99, 0x92, 0xb, 0x46, 0x4b, 0x26, 0x67, + 0x40, 0x51, 0x21, 0xb1, 0x22, 0x32, 0x2, 0xab, + 0x88, 0x6b, 0xb4, 0x10, 0x88, 0x88, 0xe8, 0x88, + 0x83, 0x2, 0xaa, 0xae, 0xaa, 0xa9, 0x0, 0x38, + 0xb, 0x6, 0x50, 0xc0, 0x3, 0x80, 0xb0, 0x65, + 0xc, 0x0, 0x38, 0xb, 0x6, 0x49, 0x90, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9707 "震" */ + 0x3, 0x99, 0x9e, 0x99, 0x95, 0x0, 0xa9, 0x99, + 0xe9, 0x99, 0xa1, 0xc, 0x57, 0x4c, 0x37, 0x78, + 0x20, 0x35, 0x64, 0xc2, 0x66, 0x40, 0x3, 0x99, + 0x9a, 0x99, 0x99, 0x0, 0x56, 0x66, 0x66, 0x66, + 0x20, 0x6, 0x75, 0x55, 0x55, 0x53, 0x0, 0x8a, + 0xe8, 0x9e, 0x89, 0xc3, 0xc, 0x1c, 0x0, 0x7b, + 0xc2, 0x4, 0x81, 0xea, 0x94, 0x16, 0xa4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9759 "静" */ + 0x1, 0xb3, 0x10, 0xa3, 0x0, 0x3, 0x7d, 0x87, + 0x3c, 0x8e, 0x0, 0x39, 0xda, 0x7d, 0x58, 0x93, + 0x6, 0x8b, 0x98, 0x45, 0xd5, 0xb0, 0x19, 0x99, + 0x69, 0x9e, 0x9e, 0x31, 0xa2, 0x49, 0x0, 0xc0, + 0xc0, 0x1c, 0x79, 0x95, 0x8e, 0x8b, 0x1, 0xd9, + 0xa9, 0x12, 0xc2, 0x70, 0x19, 0x2, 0x90, 0xc, + 0x0, 0x1, 0x91, 0xb6, 0x3b, 0x80, 0x0, + + /* U+975E "非" */ + 0x0, 0x0, 0xd0, 0xb1, 0x0, 0x0, 0xbb, 0xbd, + 0xb, 0xcb, 0xb2, 0x0, 0x0, 0xd0, 0xb1, 0x0, + 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, 0xa, 0xcc, + 0xd0, 0xbc, 0xcc, 0x0, 0x0, 0xd, 0xb, 0x10, + 0x0, 0x3c, 0xcc, 0xd0, 0xbc, 0xcc, 0x40, 0x0, + 0xd, 0xb, 0x10, 0x0, 0x0, 0x0, 0xd0, 0xb1, + 0x0, 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, + + /* U+9762 "面" */ + 0x1c, 0xcc, 0xcf, 0xcc, 0xcc, 0x70, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0x0, 0x11, 0x3b, 0x11, 0x11, + 0x0, 0x9b, 0xbd, 0xab, 0xda, 0xe0, 0x9, 0x23, + 0xc8, 0xa8, 0xc, 0x0, 0x92, 0x38, 0x14, 0x80, + 0xc0, 0x9, 0x23, 0xda, 0xb8, 0xc, 0x0, 0x92, + 0x38, 0x3, 0x80, 0xc0, 0x9, 0xcc, 0xdb, 0xce, + 0xbf, 0x0, 0x93, 0x0, 0x0, 0x0, 0xc0, + + /* U+97F3 "音" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x6, 0xbd, 0xbb, 0xbc, 0xcb, + 0x0, 0x0, 0xc1, 0x0, 0x95, 0x0, 0x18, 0x8c, + 0xb8, 0x8f, 0x88, 0x50, 0x22, 0x22, 0x22, 0x22, + 0x21, 0x0, 0x9b, 0xbb, 0xbb, 0xd2, 0x0, 0xa, + 0x20, 0x0, 0xa, 0x20, 0x0, 0xab, 0xaa, 0xaa, + 0xe2, 0x0, 0xa, 0x30, 0x0, 0xa, 0x20, 0x0, + 0xab, 0xaa, 0xaa, 0xe2, 0x0, + + /* U+9875 "页" */ + 0x1c, 0xcc, 0xcf, 0xcc, 0xcc, 0x20, 0x0, 0x4, + 0x90, 0x0, 0x0, 0x0, 0xbb, 0xdd, 0xbb, 0xb2, + 0x0, 0x1b, 0x0, 0x40, 0xa, 0x20, 0x1, 0xb0, + 0xd, 0x0, 0xa2, 0x0, 0x1b, 0x0, 0xd0, 0xa, + 0x20, 0x1, 0xb0, 0x1c, 0x0, 0xa2, 0x0, 0x4, + 0x1b, 0x59, 0x74, 0x10, 0x4, 0x8c, 0x40, 0x5, + 0xc6, 0x1, 0x84, 0x0, 0x0, 0x0, 0x70, + + /* U+9876 "顶" */ + 0x2b, 0xbb, 0x8b, 0xbf, 0xbb, 0x60, 0x28, 0x61, + 0x0, 0xc0, 0x0, 0x0, 0x75, 0x8, 0xcd, 0xcd, + 0x10, 0x7, 0x50, 0x91, 0x40, 0xa1, 0x0, 0x75, + 0x9, 0x1b, 0xa, 0x10, 0x7, 0x50, 0x91, 0xb0, + 0xa1, 0x0, 0x75, 0x9, 0x1c, 0xa, 0x10, 0x7, + 0x50, 0x21, 0xc4, 0x20, 0x2, 0x94, 0x1, 0xb3, + 0xa8, 0x0, 0x98, 0x2, 0xc3, 0x0, 0x95, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9879 "项" */ + 0x12, 0x22, 0x9b, 0xcf, 0xbb, 0x65, 0xdf, 0xc0, + 0x4, 0x90, 0x0, 0x1, 0xb0, 0x4c, 0xcc, 0xba, + 0x0, 0x1b, 0x5, 0x70, 0x60, 0xc0, 0x1, 0xb0, + 0x57, 0xc, 0xc, 0x0, 0x1b, 0x5, 0x70, 0xc0, + 0xc0, 0x16, 0xeb, 0x77, 0x1b, 0xc, 0x6, 0x72, + 0x1, 0x28, 0x64, 0x30, 0x0, 0x0, 0x3a, 0x80, + 0x89, 0x0, 0x0, 0x2a, 0x30, 0x0, 0x54, + + /* U+987A "顺" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0, 0xb, + 0x7b, 0xfb, 0xb4, 0xb, 0x63, 0xb0, 0x1c, 0x11, + 0x0, 0xb6, 0x3b, 0x6c, 0xaa, 0xe0, 0xb, 0x63, + 0xb6, 0x46, 0xc, 0x0, 0xb6, 0x3b, 0x64, 0xb0, + 0xc0, 0xb, 0x63, 0xb6, 0x4b, 0xc, 0x0, 0xa6, + 0x3b, 0x64, 0xb0, 0xc0, 0x19, 0x63, 0xb2, 0x2d, + 0x53, 0x5, 0x61, 0xb, 0x9, 0x4a, 0x50, 0x82, + 0x0, 0xba, 0x70, 0xc, 0x20, 0x0, 0x0, 0x10, + 0x0, 0x10, + + /* U+9884 "预" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xbb, 0xd8, + 0xaa, 0xec, 0xa5, 0x1, 0x1b, 0x0, 0xc, 0x10, + 0x0, 0xbc, 0x30, 0x7c, 0xdb, 0xd0, 0x0, 0x8a, + 0x8, 0x33, 0xc, 0x6, 0xbf, 0xbe, 0x93, 0xa1, + 0xc0, 0x0, 0xc2, 0x98, 0x3b, 0x1c, 0x0, 0xc, + 0x11, 0x83, 0xb0, 0xc0, 0x0, 0xc0, 0x2, 0x2c, + 0x33, 0x0, 0xc, 0x0, 0x2c, 0x39, 0x80, 0x1c, + 0xc0, 0x3a, 0x20, 0x9, 0x30, + + /* U+9891 "频" */ + 0x2, 0x29, 0x6, 0xbe, 0xcb, 0x20, 0xb2, 0xea, + 0x20, 0xb0, 0x0, 0xb, 0x29, 0x3, 0xad, 0x99, + 0x8, 0xdc, 0xeb, 0x75, 0x50, 0xb0, 0x3, 0x56, + 0x14, 0x5a, 0xb, 0x1, 0xb5, 0x6b, 0x55, 0xa0, + 0xb0, 0x94, 0x59, 0xa4, 0x5b, 0xb, 0x0, 0x2, + 0xd2, 0x24, 0xa2, 0x50, 0x3, 0xc3, 0x1, 0xa4, + 0xa5, 0x5, 0x81, 0x0, 0x93, 0x0, 0x82, + + /* U+9898 "题" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x99, 0x8d, + 0x3a, 0xbe, 0xa9, 0x9, 0x76, 0xd0, 0x5, 0x70, + 0x0, 0x95, 0x4c, 0xc, 0x99, 0xb5, 0x5, 0x99, + 0x90, 0xb0, 0x95, 0x52, 0xaa, 0xaa, 0x7b, 0xa, + 0x55, 0x2, 0x29, 0x0, 0xb3, 0x85, 0x50, 0x74, + 0xd9, 0x37, 0x87, 0x43, 0x9, 0x79, 0x0, 0x5b, + 0x2b, 0x10, 0xa9, 0xa0, 0x98, 0x10, 0x28, 0x37, + 0x6, 0xab, 0xba, 0xaa, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+989C "颜" */ + 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x1a, 0xae, 0xa7, 0xb, 0xcb, 0xc6, 0x2, 0x80, + 0x0, 0x1a, 0xb, 0x8, 0xbb, 0x93, 0xb, 0xbb, + 0xb6, 0xb0, 0x54, 0x50, 0xb0, 0x6a, 0xb, 0xa, + 0x45, 0xb, 0x95, 0x61, 0xb0, 0x94, 0x50, 0xb3, + 0xa6, 0xb, 0x37, 0x45, 0xb, 0x82, 0xa4, 0x57, + 0x42, 0x23, 0x86, 0xb4, 0x5, 0x92, 0xb2, 0x35, + 0x60, 0x9, 0x60, 0x1, 0x70, + + /* U+98DE "飞" */ + 0x5d, 0xdd, 0xdd, 0xf0, 0x0, 0x0, 0x0, 0x0, + 0xb, 0x7, 0x70, 0x0, 0x0, 0x0, 0xb6, 0xa0, + 0x0, 0x0, 0x0, 0xa, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x9c, 0x80, 0x0, 0x0, 0x0, 0x8, 0x46, + 0xa0, 0x0, 0x0, 0x0, 0x57, 0x1, 0x0, 0x0, + 0x0, 0x2, 0xb0, 0x60, 0x0, 0x0, 0x0, 0xc, + 0x2a, 0x0, 0x0, 0x0, 0x0, 0x3d, 0xa0, + + /* U+9A71 "驱" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xbb, 0xe0, + 0xeb, 0xbb, 0xb3, 0x0, 0xb, 0xc, 0x0, 0x0, + 0x0, 0xb0, 0xb0, 0xc7, 0x11, 0xa0, 0xb, 0xb, + 0xc, 0x3b, 0x75, 0x0, 0xa0, 0xb0, 0xc0, 0x7e, + 0x0, 0x1a, 0xac, 0x7c, 0x6, 0xe2, 0x0, 0x0, + 0x56, 0xc1, 0xb3, 0xb0, 0x5a, 0xa8, 0x5c, 0xa3, + 0xa, 0x11, 0x0, 0x82, 0xc3, 0x11, 0x21, 0x3, + 0xab, 0x9, 0x99, 0x99, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9A8C "验" */ + 0x0, 0x0, 0x0, 0x5, 0x0, 0x2, 0xbb, 0xd4, + 0x3, 0xe1, 0x0, 0x0, 0x8, 0x30, 0xb4, 0xb0, + 0x0, 0xb0, 0x92, 0xb5, 0x5, 0xb0, 0xa, 0xb, + 0x78, 0xbb, 0xb7, 0x70, 0xa0, 0xc0, 0x0, 0x20, + 0x0, 0xa, 0xaa, 0xba, 0xa, 0xb, 0x10, 0x3, + 0x3a, 0x74, 0xa2, 0xa0, 0x59, 0x64, 0x91, 0x31, + 0x92, 0x0, 0x0, 0x47, 0x99, 0xae, 0x93, 0x3, + 0xac, 0x21, 0x11, 0x11, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9AD8 "高" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, + 0xb0, 0x0, 0x0, 0x5a, 0xaa, 0xaa, 0xaa, 0xaa, + 0x0, 0xa, 0x99, 0x99, 0xa6, 0x0, 0x0, 0xc0, + 0x0, 0x4, 0x80, 0x0, 0x8, 0x99, 0x99, 0x95, + 0x0, 0x1c, 0xaa, 0xaa, 0xaa, 0xa9, 0x1, 0xa0, + 0x99, 0x99, 0x51, 0xb0, 0x1a, 0x1a, 0x0, 0x28, + 0x1b, 0x1, 0xa1, 0xd9, 0x99, 0x51, 0xb0, 0x1a, + 0x2, 0x0, 0x2, 0xa8, 0x0, + + /* U+9E23 "鸣" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xb0, 0x0, 0xeb, 0xd2, 0xda, 0xaa, 0xc0, 0xb0, + 0xb2, 0xa5, 0x40, 0xb0, 0xb0, 0xb2, 0xa0, 0x72, + 0xa0, 0xb0, 0xb2, 0xa0, 0x39, 0x30, 0xb0, 0xb2, + 0xda, 0xaa, 0xa5, 0xe9, 0xd0, 0x0, 0x0, 0x56, + 0xc2, 0x26, 0xbb, 0xbb, 0x86, 0x30, 0x0, 0x0, + 0x0, 0x74, 0x0, 0x0, 0x0, 0x1a, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9EA6 "麦" */ + 0x2, 0x33, 0x3c, 0x43, 0x33, 0x0, 0x46, 0x66, + 0xd7, 0x66, 0x60, 0x0, 0xaa, 0xae, 0xba, 0xa5, + 0x0, 0x33, 0x33, 0xc4, 0x33, 0x32, 0x17, 0x78, + 0xf7, 0x77, 0x77, 0x40, 0x2, 0xdd, 0xaa, 0xa9, + 0x0, 0x8, 0xba, 0x70, 0xa, 0x50, 0x0, 0x30, + 0x9, 0xac, 0x50, 0x0, 0x1, 0x48, 0xb9, 0xbb, + 0x63, 0x10, 0xa7, 0x40, 0x0, 0x26, 0x96, + + /* U+9ED8 "默" */ + 0xd, 0x9c, 0xb5, 0xb, 0x70, 0x0, 0xb6, 0x8b, + 0x50, 0xb3, 0x90, 0xa, 0x7b, 0x75, 0x1b, 0x24, + 0x0, 0xd9, 0xcb, 0x9a, 0xeb, 0xa2, 0x2, 0x5a, + 0x20, 0xe, 0x30, 0x0, 0x78, 0xc7, 0x21, 0xe8, + 0x0, 0x29, 0xbd, 0xa4, 0x47, 0xa0, 0x0, 0x74, + 0x34, 0xa, 0x28, 0x30, 0x37, 0x87, 0x47, 0x90, + 0x1b, 0x14, 0x14, 0x10, 0x61, 0x0, 0x33, + + /* U+9F50 "齐" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xc0, 0x0, 0x0, 0x5b, 0xdd, 0xbb, 0xbf, 0xbb, + 0x0, 0x0, 0xc2, 0xa, 0x80, 0x0, 0x0, 0x1, + 0xcc, 0x90, 0x0, 0x1, 0x47, 0xc9, 0x6b, 0xb7, + 0x51, 0x48, 0x66, 0x0, 0x8, 0x47, 0x0, 0x3, + 0x90, 0x0, 0xd0, 0x0, 0x0, 0x66, 0x0, 0xd, + 0x0, 0x0, 0xc, 0x30, 0x0, 0xd0, 0x0, 0x7, + 0x70, 0x0, 0xd, 0x0, 0x0, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 39, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 57, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8, .adv_w = 84, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 18, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 42, .adv_w = 98, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 75, .adv_w = 162, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 115, .adv_w = 120, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 147, .adv_w = 49, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 153, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 171, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 189, .adv_w = 82, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 199, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 217, .adv_w = 49, .box_w = 3, .box_h = 5, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 225, .adv_w = 61, .box_w = 4, .box_h = 1, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 227, .adv_w = 49, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 230, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 258, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 282, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 306, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 330, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 354, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 378, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 402, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 426, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 450, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 474, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 498, .adv_w = 49, .box_w = 3, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 507, .adv_w = 49, .box_w = 3, .box_h = 9, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 521, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 539, .adv_w = 98, .box_w = 6, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 548, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 566, .adv_w = 83, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 586, .adv_w = 166, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 636, .adv_w = 107, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 664, .adv_w = 116, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 688, .adv_w = 112, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 716, .adv_w = 121, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 740, .adv_w = 103, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 760, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 780, .adv_w = 121, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 808, .adv_w = 128, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 832, .adv_w = 52, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 840, .adv_w = 94, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 860, .adv_w = 114, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 888, .adv_w = 95, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 908, .adv_w = 143, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 936, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 960, .adv_w = 131, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 992, .adv_w = 111, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1016, .adv_w = 131, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1056, .adv_w = 112, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1080, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1108, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1136, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1160, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1188, .adv_w = 155, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1228, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1256, .adv_w = 93, .box_w = 7, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 1284, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1312, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1329, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1357, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1374, .adv_w = 98, .box_w = 6, .box_h = 5, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1389, .adv_w = 98, .box_w = 6, .box_h = 1, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1392, .adv_w = 107, .box_w = 4, .box_h = 4, .ofs_x = 1, .ofs_y = 6}, + {.bitmap_index = 1400, .adv_w = 99, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1418, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1442, .adv_w = 90, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1460, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1484, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1502, .adv_w = 57, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1520, .adv_w = 99, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1548, .adv_w = 107, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1568, .adv_w = 48, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1580, .adv_w = 48, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1600, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1620, .adv_w = 50, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1628, .adv_w = 163, .box_w = 9, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1655, .adv_w = 108, .box_w = 5, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1670, .adv_w = 107, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1691, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 1715, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1739, .adv_w = 68, .box_w = 4, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1751, .adv_w = 82, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1766, .adv_w = 66, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1782, .adv_w = 107, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1800, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1818, .adv_w = 141, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1845, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1863, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1887, .adv_w = 83, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1902, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1924, .adv_w = 47, .box_w = 1, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1930, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1952, .adv_w = 98, .box_w = 6, .box_h = 2, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1958, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2003, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2053, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2098, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2143, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2198, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2248, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2289, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2330, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2380, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2419, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2460, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2504, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2545, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2586, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2627, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2668, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2700, .adv_w = 65, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 2708, .adv_w = 176, .box_w = 3, .box_h = 3, .ofs_x = 4, .ofs_y = 3}, + {.bitmap_index = 2713, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2758, .adv_w = 176, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2766, .adv_w = 176, .box_w = 11, .box_h = 1, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 2772, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2827, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2882, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2937, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 2997, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3058, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3103, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3148, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3209, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3264, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3325, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3386, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3447, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3513, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3574, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3618, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3673, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3734, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3800, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3866, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3927, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3988, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4043, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4104, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4165, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4231, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4292, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4358, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4424, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4490, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4540, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4601, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4667, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4728, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4783, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4844, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4905, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4965, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5031, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5091, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5157, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5223, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5284, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5345, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5406, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5467, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5522, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5583, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5644, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5705, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5760, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5821, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5887, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5953, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6014, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6075, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6130, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6191, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6246, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6307, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6368, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6429, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6490, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6545, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6606, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6651, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6712, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 6762, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6817, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6872, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6938, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6983, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7038, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7088, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7149, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7210, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7265, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7325, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7386, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7446, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7501, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7556, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7611, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7666, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7721, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7787, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7848, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7909, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7964, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8025, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8086, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8152, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8213, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8263, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8329, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8390, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8451, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8506, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8561, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8616, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8671, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8726, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8787, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8842, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8903, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8958, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9019, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9080, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9141, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9202, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9243, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9304, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9359, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9414, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9475, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9536, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9581, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9636, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9697, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9747, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9802, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9857, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9918, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9978, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10033, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10088, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10149, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10199, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 10259, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10314, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10359, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10404, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10449, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10494, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10539, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10584, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10645, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10706, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10767, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10833, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10894, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10949, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11004, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11065, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11126, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11181, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11242, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11303, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11358, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11413, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11468, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11523, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11584, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11645, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11700, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11766, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11827, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11882, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11943, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12009, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12070, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 12120, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12181, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12247, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12313, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12374, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12435, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12501, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12562, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12617, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12672, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12738, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12799, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12854, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12915, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12970, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13031, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13092, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13153, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 13197, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13252, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13313, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 13363, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13424, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13485, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13546, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 13606, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 13656, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13711, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13766, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13821, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13876, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13942, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14003, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14064, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14130, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14191, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14252, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14313, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14368, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 14418, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14479, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14545, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14606, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 14651, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14712, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14778, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14839, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14900, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14961, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15022, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15088, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15154, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15215, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15270, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15331, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15392, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15447, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15508, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15569, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15630, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15696, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15757, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15812, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15873, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15934, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15995, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16056, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16117, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16172, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16238, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16304, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16364, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16425, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16486, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16552, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16613, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16668, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16734, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16795, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16850, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16911, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16977, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17038, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17099, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17160, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17221, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17287, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17348, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17403, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17469, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17530, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17596, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17657, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17718, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17773, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17834, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17889, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17944, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18005, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18066, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18132, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18193, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18254, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18315, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18376, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18442, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18497, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18558, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18624, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18690, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18751, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18812, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18873, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18928, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18983, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19049, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19104, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 19164, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19230, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19291, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19357, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19423, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19484, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 19519, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 19569, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 19619, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19674, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 19724, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19785, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19840, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19901, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19956, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20017, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 20062, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20123, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20178, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20233, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20294, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20355, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20410, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20465, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20526, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20581, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20636, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20697, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20752, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20813, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20874, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20929, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20990, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21045, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21100, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21155, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21221, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21282, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21348, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21403, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21464, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21519, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21580, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 21640, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21695, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21750, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21811, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21866, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21927, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21982, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22048, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22114, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22169, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22235, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22290, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22351, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22406, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22461, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22527, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22588, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22654, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22715, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22781, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22847, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22902, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22968, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23029, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23084, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23150, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23216, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23282, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23343, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23404, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23470, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23536, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23597, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23652, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23713, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23779, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23834, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23895, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23956, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24011, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24072, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24127, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24182, .adv_w = 176, .box_w = 12, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24242, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24303, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24358, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24419, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24480, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24535, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24596, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24651, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24706, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24756, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24817, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24872, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24922, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 24982, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25043, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25104, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25165, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 25210, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25265, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25320, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25381, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25442, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25502, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25557, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25618, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25678, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25733, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25788, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25849, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25904, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25965, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26031, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26092, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 26147, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26208, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 26258, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26324, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26385, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26451, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26512, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26573, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26639, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26700, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26755, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26816, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26882, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26937, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26998, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27059, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27120, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27181, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27236, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27297, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27358, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27419, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27480, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27541, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27596, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27657, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27723, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27778, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27844, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27905, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27966, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28021, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28082, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28137, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28192, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28258, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28319, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28380, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28446, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28512, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 28556, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28611, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28677, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28743, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28804, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28859, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28914, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28975, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29030, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29085, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29140, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29195, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29256, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29317, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29372, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29433, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29488, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29543, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29604, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29659, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29714, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29769, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29830, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29891, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29952, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30018, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30078, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30138, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30204, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30265, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30326, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30381, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30436, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30491, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30552, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30618, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30679, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30734, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30800, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30861, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30922, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30988, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31049, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31110, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31171, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31237, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31292, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31347, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31407, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31468, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31529, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31590, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31651, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31712, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31773, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31828, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31889, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31950, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32016, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32077, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32138, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32204, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32270, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32336, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32397, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32458, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32513, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32579, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32640, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32706, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32767, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32822, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32888, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32949, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33015, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33076, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33148, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33214, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33280, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33335, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33396, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33451, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33506, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33567, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33622, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33688, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33743, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33798, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33859, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33925, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33980, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34030, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34080, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34130, .adv_w = 176, .box_w = 9, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34184, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34234, .adv_w = 176, .box_w = 9, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34288, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34343, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 34398, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34458, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34518, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34578, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34638, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 34698, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34759, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34820, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34875, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34930, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34985, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35046, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35101, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35162, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35217, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35283, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35344, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35399, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35465, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35526, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35581, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35647, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35713, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35774, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35834, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35889, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35944, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36005, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36071, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 36121, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36176, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 36226, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 36258, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36330, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36396, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36461, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 36533, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 36592, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36658, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36688, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36733, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36811, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 36861, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36909, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 36953, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37013, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37063, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37113, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 37157, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 37212, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37247, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37282, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37332, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 37347, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 37406, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37490, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 37574, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37635, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 37665, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 37695, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37765, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 37815, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37881, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 37953, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38003, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38063, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38113, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38163, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38213, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 38261, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38321, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38381, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38440, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 38518, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38572, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38649, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38705, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38761, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38817, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38873, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38929, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38999, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39059, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39119, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 39191, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 39254, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39308, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_3[] = { + 0x0, 0x1f72, 0x21b5, 0x2f51, 0x4d50, 0x4d5a, 0x4d5b, 0x4d5d, + 0x4d5e, 0x4d7a, 0x4d7d, 0x4d82, 0x4d89, 0x4d8a, 0x4d8b, 0x4d99, + 0x4d9b, 0x4da0, 0x4da8, 0x4ddc, 0x4dde, 0x4dfb, 0x4dfe, 0x4e15, + 0x4e1b, 0x4e1e, 0x4e35, 0x4e3a, 0x4e40, 0x4e46, 0x4e4b, 0x4e4d, + 0x4e60, 0x4e70, 0x4e7f, 0x4e9d, 0x4e9e, 0x4e9f, 0x4ea3, 0x4eac, + 0x4ecf, 0x4edb, 0x4eeb, 0x4ef7, 0x4f14, 0x4f2d, 0x4f31, 0x4f3e, + 0x4f3f, 0x4f5d, 0x4f62, 0x4f8c, 0x4f9f, 0x4fac, 0x4fcf, 0x4ff8, + 0x501f, 0x5095, 0x5099, 0x509b, 0x50b5, 0x50b8, 0x50bc, 0x50c0, + 0x50c3, 0x50c6, 0x50c7, 0x50c8, 0x50cc, 0x50d5, 0x50dc, 0x50e9, + 0x5102, 0x5116, 0x511f, 0x514a, 0x514b, 0x514d, 0x5156, 0x5157, + 0x5167, 0x516b, 0x516d, 0x5170, 0x5179, 0x517b, 0x5180, 0x5186, + 0x5187, 0x519d, 0x51bf, 0x51ef, 0x51f0, 0x51f8, 0x5255, 0x5258, + 0x5266, 0x528a, 0x5297, 0x529f, 0x52a5, 0x52b1, 0x52bb, 0x52d2, + 0x52db, 0x52ef, 0x5312, 0x531a, 0x531c, 0x531d, 0x5321, 0x5326, + 0x5328, 0x5330, 0x5333, 0x533a, 0x533f, 0x5340, 0x5343, 0x5347, + 0x535c, 0x535d, 0x535e, 0x5361, 0x5367, 0x5376, 0x537b, 0x537f, + 0x539a, 0x53b8, 0x53cd, 0x53dc, 0x541d, 0x55b8, 0x562e, 0x5644, + 0x564a, 0x564d, 0x564e, 0x5656, 0x5678, 0x5680, 0x5690, 0x5697, + 0x56a7, 0x56db, 0x574a, 0x57bb, 0x57ee, 0x5840, 0x5857, 0x585d, + 0x5866, 0x586a, 0x5877, 0x5879, 0x587a, 0x5881, 0x5889, 0x58cd, + 0x591b, 0x5aa0, 0x5aa7, 0x5aa8, 0x5ab6, 0x5ad3, 0x5ad9, 0x5adc, + 0x5aea, 0x5aee, 0x5b09, 0x5b0d, 0x5b48, 0x5b49, 0x5b4c, 0x5b54, + 0x5b56, 0x5b5f, 0x5b8a, 0x5b90, 0x5b95, 0x5b9f, 0x5ba5, 0x5d35, + 0x5d36, 0x5d3e, 0x5d42, 0x5d53, 0x5d5c, 0x5d76, 0x5d77, 0x5d88, + 0x5d8d, 0x5d95, 0x5da5, 0x5dc3, 0x5ddf, 0x5de4, 0x5df6, 0x5e46, + 0x5e4a, 0x5e50, 0x5e52, 0x5e5f, 0x5e65, 0x5e81, 0x5e89, 0x5e8a, + 0x5ea3, 0x5ea5, 0x5eb2, 0x5ec1, 0x5ed4, 0x5ed5, 0x5ed8, 0x5efa, + 0x5efe, 0x5f07, 0x5f27, 0x5f3b, 0x5f4d, 0x5f51, 0x5f70, 0x5f75, + 0x5f8b, 0x5fb2, 0x5fbf, 0x6015, 0x605f, 0x606f, 0x60b2, 0x615f, + 0x6160, 0x6166, 0x617a, 0x6190, 0x6197, 0x619b, 0x61a3, 0x61b7, + 0x61b9, 0x61bb, 0x61bc, 0x61ce, 0x61f4, 0x61f5, 0x6219, 0x6222, + 0x622f, 0x6238, 0x6239, 0x624e, 0x6251, 0x6257, 0x6259, 0x627f, + 0x62b2, 0x62be, 0x62c7, 0x62e2, 0x62f5, 0x62f7, 0x62f8, 0x631f, + 0x6320, 0x6322, 0x6397, 0x63c8, 0x63fd, 0x641d, 0x6436, 0x647f, + 0x6486, 0x6489, 0x648e, 0x6495, 0x6498, 0x64a9, 0x64c0, 0x64c4, + 0x64d7, 0x64ec, 0x64fd, 0x64ff, 0x6500, 0x6509, 0x651b, 0x6530, + 0x6535, 0x6546, 0x655e, 0x656f, 0x6570, 0x657f, 0x658e, 0x65be, + 0x65bf, 0x65d2, 0x6642, 0x6644, 0x664f, 0x6650, 0x6659, 0x666f, + 0x667a, 0x667c, 0x668a, 0x6696, 0x66af, 0x66b1, 0x66b5, 0x66cf, + 0x66d1, 0x66ec, 0x6714, 0x6735, 0x6757, 0x675f, 0x6771, 0x6787, + 0x678c, 0x6796, 0x6810, 0x6971, 0x697a, 0x6a77, 0x6ab2, 0x6ab3, + 0x6ab4, 0x6ab5, 0x6acb, 0x6ada, 0x6b05, 0x6b24, 0x6bb0, 0x6bf1, + 0x6c09, 0x6c0f, 0x6c25, 0x6c32, 0x6c38, 0x6c6b, 0x6c82, 0x6c8b, + 0x6c91, 0x6c9b, 0x6cd8, 0x6d47, 0x6d4b, 0x6d55, 0x6d60, 0x6d79, + 0x6d88, 0x6dce, 0x6de0, 0x6e21, 0x6e2a, 0x6e2e, 0x6e31, 0x6e34, + 0x6f10, 0x7009, 0x703d, 0x7076, 0x7197, 0x7198, 0x71a9, 0x71c9, + 0x7206, 0x72d7, 0x72ff, 0x7300, 0x733d, 0x7356, 0x73ae, 0x746f, + 0x7478, 0x7485, 0x749c, 0x74b5, 0x75cd, 0x75d4, 0x7621, 0x7626, + 0x7628, 0x763e, 0x7644, 0x7648, 0x765b, 0x766f, 0x7735, 0x7751, + 0x77bc, 0x77be, 0x788a, 0x78d1, 0x790b, 0x7922, 0x7940, 0x794b, + 0x795b, 0x79ca, 0x79d1, 0x79e7, 0x7a2e, 0x7a3f, 0x7a7c, 0x7a99, + 0x7ace, 0x7ae7, 0x7af1, 0x7bcb, 0x7be8, 0x7c0e, 0x7c4b, 0x7c77, + 0x7df2, 0x7df7, 0x7e05, 0x7e0f, 0x7e13, 0x7e14, 0x7e16, 0x7e18, + 0x7e1f, 0x7e23, 0x7e2d, 0x7e2f, 0x7e3d, 0x7e4f, 0x7e66, 0x7e79, + 0x7ebe, 0x7ede, 0x7f55, 0x7f67, 0x7fa4, 0x801c, 0x804d, 0x8059, + 0x806a, 0x813a, 0x8143, 0x817a, 0x8185, 0x81c2, 0x81d2, 0x8241, + 0x8253, 0x82c7, 0x8354, 0x83b1, 0x842d, 0x851f, 0x8652, 0x870a, + 0x879c, 0x87b5, 0x87b8, 0x87c0, 0x87fb, 0x8815, 0x88cf, 0x88d1, + 0x88d6, 0x8914, 0x8916, 0x8918, 0x8922, 0x8936, 0x8950, 0x8ab6, + 0x8af1, 0x8af4, 0x8afe, 0x8b00, 0x8b0e, 0x8b0f, 0x8b11, 0x8b16, + 0x8b25, 0x8b2d, 0x8b32, 0x8b36, 0x8b3d, 0x8b3f, 0x8b44, 0x8b47, + 0x8b4b, 0x8b53, 0x8b81, 0x8c75, 0x8c84, 0x8cc7, 0x8cd5, 0x8d03, + 0x8d2d, 0x8d3f, 0x8d43, 0x8ebc, 0x8ebe, 0x8ec4, 0x8ecd, 0x8ed3, + 0x8ee1, 0x8ee3, 0x8f09, 0x8f17, 0x8f20, 0x8f2b, 0x8f2e, 0x8f2f, + 0x8f40, 0x8f50, 0x8f59, 0x8f6a, 0x8f6f, 0x8f8b, 0x8fa3, 0x9038, + 0x9117, 0x911d, 0x911f, 0x91c4, 0x93d8, 0x93ef, 0x93fe, 0x9451, + 0x9469, 0x947e, 0x94ac, 0x94cf, 0x9538, 0x953d, 0x953e, 0x9542, + 0x9544, 0x9584, 0x9590, 0x9594, 0x95a0, 0x95b4, 0x95df, 0x95e4, + 0x95ec, 0x9650, 0x9657, 0x96a9, 0x96ae, 0x96b2, 0x9743, 0x97c5, + 0x97c6, 0x97c9, 0x97ca, 0x97d4, 0x97e1, 0x97e8, 0x97ec, 0x982e, + 0x99c1, 0x99dc, 0x9a28, 0x9d73, 0x9df6, 0x9e28, 0x9ea0, 0xef51, + 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, + 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, + 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, + 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, + 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, + 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, + 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, + 0xf4aa, 0xf712, 0xf7f2 +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 63475, .glyph_id_start = 113, + .unicode_list = unicode_list_3, .glyph_id_ofs_list = NULL, .list_length = 627, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 0, 0, 1, 0, 0, 0, 0, + 1, 2, 0, 0, 0, 3, 4, 3, + 5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 6, 6, 0, 0, 0, + 0, 0, 7, 8, 9, 10, 11, 12, + 13, 0, 0, 14, 15, 16, 0, 0, + 10, 17, 10, 18, 19, 20, 21, 22, + 23, 24, 25, 26, 2, 27, 0, 0, + 0, 0, 28, 29, 30, 0, 31, 32, + 33, 34, 0, 0, 35, 36, 34, 34, + 29, 29, 37, 38, 39, 40, 37, 41, + 42, 43, 44, 45, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 0, 1, 2, 0, 0, 0, 0, + 2, 0, 3, 4, 0, 5, 6, 7, + 8, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 9, 10, 0, 0, 0, + 11, 0, 12, 0, 13, 0, 0, 0, + 13, 0, 0, 14, 0, 0, 0, 0, + 13, 0, 13, 0, 15, 16, 17, 18, + 19, 20, 21, 22, 0, 23, 3, 0, + 0, 0, 24, 0, 25, 25, 25, 26, + 27, 0, 28, 29, 0, 0, 30, 30, + 25, 30, 25, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 0, 0, 3, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, -23, 0, -23, 0, + 0, 0, 0, -11, 0, -19, -2, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + -6, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 16, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -19, 0, -27, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -19, -4, -13, -7, 0, + -18, 0, 0, 0, -2, 0, 0, 0, + 5, 0, 0, -9, 0, -7, -4, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + -3, -9, 0, -4, -2, -5, -13, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, -1, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -8, -2, -16, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + -6, 0, -2, 5, 5, 0, 0, 2, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, -10, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -5, 0, 0, 0, 0, 0, + 0, 0, 1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -11, 0, -18, + 0, 0, 0, 0, 0, 0, -5, -1, + -2, 0, 0, -11, -3, -3, 0, 1, + -3, -1, -8, 5, 0, -2, 0, 0, + 0, 0, 5, -3, -1, -1, -1, -1, + -1, 0, 0, 0, 0, -6, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -3, + -3, -5, 0, -1, -1, -1, -3, -1, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -3, -2, -2, -3, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, -6, -2, -5, -4, + -3, -1, -1, -1, -1, -2, 0, 0, + 0, 0, -4, 0, 0, 0, 0, -5, + -2, -3, -2, 0, -3, 0, 0, 0, + 0, -7, 0, 0, 0, -4, 0, 0, + 0, -2, 0, -8, 0, -5, 0, -2, + -1, -3, -4, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, 0, -1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, -5, 0, -2, 0, -6, + -2, 0, 0, 0, 0, 0, -14, 0, + -14, -14, 0, 0, 0, -7, -2, -27, + -4, 0, 0, 1, 1, -5, 0, -6, + 0, -7, -3, 0, -5, 0, 0, -4, + -4, -2, -3, -4, -3, -5, -3, -6, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, -1, 0, 0, 0, -4, + 0, -3, -1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -5, 0, -5, 0, 0, 0, + 0, 0, 0, -8, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -8, + 0, -6, 0, 0, 0, 0, -1, -2, + -4, 0, -2, -3, -3, -2, -2, 0, + -3, 0, 0, 0, -1, 0, 0, 0, + -2, 0, 0, -7, -3, -4, -3, -3, + -4, -3, 0, -17, 0, -30, 0, -11, + 0, 0, 0, 0, -6, 1, -5, 0, + -4, -24, -6, -15, -11, 0, -15, 0, + -16, 0, -2, -3, -1, 0, 0, 0, + 0, -4, -2, -7, -7, 0, -7, 0, + 0, 0, 0, 0, -22, -7, -22, -15, + 0, 0, 0, -10, 0, -29, -2, -5, + 0, 0, 0, -5, -2, -15, 0, -8, + -5, 0, -6, 0, 0, 0, -2, 0, + 0, 0, 0, -3, 0, -4, 0, 0, + 0, -2, 0, -6, 0, 0, 0, 0, + 0, -1, 0, -4, -3, -3, 0, 1, + 1, -1, 0, -2, 0, -1, -2, 0, + -1, 0, 0, 0, 0, 0, 0, 0, + 0, -1, 0, -1, 0, 0, 0, -3, + 0, 3, 0, 0, 0, 0, 0, 0, + 0, -3, -3, -4, 0, 0, 0, 0, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -21, -14, + -21, -18, -4, -4, 0, -8, -5, -25, + -8, 0, 0, 0, 0, -4, -3, -11, + 0, -14, -13, -4, -14, 0, 0, -9, + -12, -4, -9, -7, -7, -8, -7, -15, + 0, 0, 0, 0, -3, 0, -3, -6, + 0, 0, 0, -3, 0, -9, -2, 0, + 0, -1, 0, -2, -3, 0, 0, -1, + 0, 0, -2, 0, 0, 0, -1, 0, + 0, 0, 0, -1, 0, 0, 0, 0, + 0, 0, -13, -4, -13, -9, 0, 0, + 0, -3, -2, -14, -2, 0, -2, 2, + 0, 0, 0, -4, 0, -4, -3, 0, + -4, 0, 0, -4, -2, 0, -6, -2, + -2, -3, -2, -5, 0, 0, 0, 0, + -7, -2, -7, -6, 0, 0, 0, 0, + -1, -13, -1, 0, 0, 0, 0, 0, + 0, -1, 0, -3, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -2, 0, -2, 0, -5, + 0, 0, 0, 0, 0, 1, -3, 0, + -3, -4, -2, 0, 0, 0, 0, 0, + 0, -2, -1, -3, 0, 0, 0, 0, + 0, -3, -2, -3, -3, -2, -3, -3, + 0, 0, 0, 0, -18, -13, -18, -13, + -5, -5, -1, -3, -3, -20, -3, -3, + -2, 0, 0, 0, 0, -5, 0, -13, + -8, 0, -12, 0, 0, -8, -8, -5, + -7, -3, -5, -7, -3, -9, 0, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + 0, -1, -4, -7, -6, 0, -2, -1, + -1, 0, -3, -3, 0, -3, -4, -4, + -3, 0, 0, 0, 0, -3, -5, -3, + -3, -5, -3, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -17, -6, -10, -6, 0, + -14, 0, 0, 0, 0, 0, 7, 0, + 14, 0, 0, 0, 0, -4, -2, 0, + 2, 0, 0, 0, 0, -11, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, -5, 0, -3, -1, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, 0, 0, 0, 0, 0, 0, + 0, -6, 0, -5, -2, 1, -2, 0, + 0, 0, -2, 0, 0, 0, 0, -11, + 0, -4, 0, -1, -9, 0, -5, -3, + 0, 0, 0, 0, 0, 0, 0, -3, + 0, -1, -1, -3, -1, -1, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -3, + 0, 0, -5, 0, 0, -2, -4, 0, + -2, 0, 0, 0, 0, -2, 0, 1, + 1, 2, 1, 0, 0, 0, 0, -7, + 0, 2, 0, 0, 0, 0, -1, 0, + 0, -4, -4, -5, 0, -3, -2, 0, + -5, 0, -4, -3, 0, 0, -2, 0, + 0, 0, 0, -2, 0, 1, 1, -1, + 1, 0, 3, 8, 10, 0, -10, -3, + -10, -3, 0, 0, 5, 0, 0, 0, + 0, 9, 0, 13, 9, 7, 12, 0, + 12, -4, -2, 0, -3, 0, -2, 0, + -1, 0, 0, 2, 0, -1, 0, -3, + 0, 0, 3, -7, 0, 0, 0, 9, + 0, 0, -7, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -3, 0, 0, -3, + -3, 0, 0, 0, 7, 0, 0, 0, + 0, -1, -1, 0, 3, -3, 0, 0, + 0, -7, 0, 0, 0, 0, 0, 0, + -1, 0, 0, 0, 0, -5, 0, -2, + 0, 0, -3, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 2, -9, 2, 0, 2, 2, -2, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + -2, 0, 0, -2, -4, 0, -2, 0, + -2, 0, 0, -4, -3, 0, 0, -1, + 0, -1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, -3, 0, 0, -6, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -11, -5, -11, -7, 5, 5, + 0, -3, 0, -11, 0, 0, 0, 0, + 0, 0, 0, -2, 2, -5, -2, 0, + -2, 0, 0, 0, -1, 0, 0, 5, + 4, 0, 5, -1, 0, 0, 0, -10, + 0, 2, 0, 0, 0, 0, -2, 0, + 0, 0, 0, -5, 0, -2, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, -5, + 1, 2, 3, 3, -5, 0, 0, 0, + 0, -3, 0, 0, 0, 0, -1, 0, + 0, -4, -3, 0, -2, 0, 0, 0, + -2, -4, 0, 0, 0, -3, 0, 0, + 0, 0, 0, -2, -7, -1, -7, -4, + 0, 0, 0, -2, 0, -8, 0, -4, + 0, -2, 0, 0, -3, -2, 0, -4, + -1, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, -2, -8, 0, -8, -1, 0, 0, + 0, -1, 0, -6, 0, -5, 0, -2, + 0, -3, -5, 0, 0, -2, -1, 0, + 0, 0, -2, 0, 0, 0, 0, 0, + 0, 0, 0, -3, -3, 0, 0, -4, + 1, -3, -1, 0, 0, 1, 0, 0, + -2, 0, -1, -7, 0, -3, 0, -2, + -7, 0, 0, -2, -3, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + -7, -3, 0, 0, 0, 0, 0, -8, + 0, -4, 0, -1, 0, -1, -1, 0, + 0, -4, -1, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, -3, 0, -5, + 0, 0, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -6, 0, 0, -5, + -2, 0, -1, 0, 0, 0, 0, 0, + -2, -1, 0, 0, -1, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 45, + .right_class_cnt = 38, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 4, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_noto_cn_STD_s = { +#else +lv_font_t lv_font_noto_cn_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 13, /*The maximum line height required by the font*/ + .base_line = 3, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_NOTO_CN_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_13.c b/radio/src/fonts/lvgl/lv_font_noto_cn_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_13.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_XS.c index 83c1b098d97..a256083c96b 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_13.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_XS.c @@ -3118,7 +3118,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[63921] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_13 = { +const etxLz4Font lv_font_noto_cn_XS = { .uncomp_size = 63657, .comp_size = 49668, .line_height = 16, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_9.c b/radio/src/fonts/lvgl/lv_font_noto_cn_XS_s.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_9.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_XS_s.c index ed01bcee9af..5aae215f7af 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_9.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_XS_s.c @@ -1967,7 +1967,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[38517] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_9 = { +const etxLz4Font lv_font_noto_cn_XS_s = { .uncomp_size = 38253, .comp_size = 31262, .line_height = 11, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_XXS.c b/radio/src/fonts/lvgl/lv_font_noto_cn_XXS.c new file mode 100644 index 00000000000..ea1b444e4cf --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_XXS.c @@ -0,0 +1,1993 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x16,0x00,0x01,0x00,0x12,0x02,0x07,0x00,0xf0,0x08,0xf0,0x02,0x03,0x07,0x00,0x00, +0x0b,0x00,0x40,0x04,0x04,0x03,0x00,0x04,0x11,0x00,0x00,0x05,0x05,0x07,0x00,0x00, +0x23,0x08,0x00,0xf3,0x15,0x09,0x00,0xff,0x3a,0x00,0x50,0x08,0x08,0x07,0x00,0x00, +0x56,0x00,0x20,0x06,0x06,0x07,0x00,0x00,0x6b,0x00,0x80,0x02,0x02,0x03,0x00,0x04, +0x6e,0x00,0x10,0x03,0x03,0x0a,0x00,0xfe,0x7d,0x08,0x00,0x31,0x8c,0x00,0x30,0x40, +0x00,0x10,0x92,0x38,0x00,0x40,0x05,0x00,0x01,0x9f,0x28,0x00,0xc0,0x04,0x00,0xfe, +0xa3,0x00,0x20,0x03,0x03,0x01,0x00,0x02,0xa5,0x10,0x00,0xc3,0x02,0x00,0x00,0xa7, +0x00,0x80,0x03,0x04,0x09,0x00,0xfe,0xb9,0x68,0x00,0x13,0xcb,0x08,0x00,0x13,0xdd, +0x08,0x00,0x13,0xef,0x08,0x00,0x22,0x01,0x01,0x08,0x00,0x13,0x13,0x08,0x00,0x13, +0x25,0x08,0x00,0x13,0x37,0x08,0x00,0x13,0x49,0x08,0x00,0x13,0x5b,0x08,0x00,0x90, +0x6d,0x01,0x80,0x02,0x02,0x05,0x00,0x00,0x72,0x08,0x00,0x52,0x07,0x00,0xfe,0x79, +0x01,0x88,0x00,0x10,0x86,0x08,0x00,0x43,0x03,0x00,0x02,0x8e,0x10,0x00,0xf0,0x05, +0x9b,0x01,0x40,0x04,0x04,0x07,0x00,0x00,0xa9,0x01,0x80,0x08,0x08,0x08,0x00,0xff, +0xc9,0x01,0x70,0x05,0xd8,0x00,0x31,0xde,0x01,0xf0,0x08,0x00,0x31,0xf3,0x01,0xc0, +0x08,0x00,0x31,0x08,0x02,0x30,0xf0,0x00,0x31,0x1d,0x02,0x50,0x60,0x00,0x40,0x2f, +0x02,0xf0,0x04,0x08,0x00,0x13,0x41,0x18,0x00,0x32,0x56,0x02,0x90,0x10,0x01,0x20, +0x02,0xa0,0x70,0x00,0x41,0x00,0x72,0x02,0xd0,0x58,0x00,0x31,0x80,0x02,0xd0,0x40, +0x00,0x31,0x95,0x02,0xe0,0x30,0x00,0xb1,0xa7,0x02,0x50,0x07,0x07,0x07,0x00,0x00, +0xc0,0x02,0x80,0x30,0x00,0x40,0xd5,0x02,0xb0,0x06,0x10,0x00,0x31,0xee,0x02,0xb0, +0x28,0x00,0xa2,0x03,0x03,0xb0,0x06,0x07,0x09,0x00,0xfe,0x23,0x03,0x10,0x00,0x31, +0x38,0x03,0x60,0x70,0x00,0x31,0x4a,0x03,0x60,0x10,0x00,0x22,0x5f,0x03,0x38,0x00, +0x31,0x74,0x03,0x30,0x10,0x00,0x40,0x89,0x03,0xe0,0x07,0x90,0x01,0x31,0xa5,0x03, +0x30,0x28,0x00,0xb1,0xb7,0x03,0xc0,0x04,0x06,0x07,0xff,0x00,0xcc,0x03,0x70,0x10, +0x00,0xa2,0xde,0x03,0x10,0x03,0x03,0x09,0x00,0xfe,0xec,0x03,0x68,0x01,0x13,0xfe, +0x10,0x00,0x90,0x0c,0x04,0x00,0x05,0x05,0x04,0x00,0x03,0x16,0x08,0x00,0xe0,0x01, +0x00,0xff,0x19,0x04,0x70,0x05,0x03,0x03,0x01,0x05,0x1e,0x04,0x10,0x18,0x01,0x41, +0x00,0x2b,0x04,0x90,0x60,0x00,0x40,0x40,0x04,0x90,0x04,0x10,0x00,0x31,0x4d,0x04, +0x90,0x50,0x00,0x31,0x5f,0x04,0x00,0x20,0x00,0x40,0x6c,0x04,0xf0,0x02,0xe0,0x00, +0x30,0x7a,0x04,0x10,0x18,0x00,0x32,0xfe,0x8c,0x04,0x70,0x00,0x31,0x9e,0x04,0x80, +0x00,0x01,0xa2,0xa5,0x04,0x80,0x02,0x03,0x09,0xff,0xfe,0xb3,0x04,0x28,0x01,0x31, +0xc5,0x04,0x90,0x58,0x02,0xb1,0xd0,0x04,0x50,0x08,0x08,0x05,0x00,0x00,0xe4,0x04, +0x80,0x48,0x00,0x31,0xf1,0x04,0x70,0x08,0x00,0x12,0xfe,0x70,0x00,0x41,0xfe,0x13, +0x05,0x90,0x50,0x00,0xc0,0x25,0x05,0x80,0x03,0x04,0x05,0x00,0x00,0x2f,0x05,0x30, +0x04,0x08,0x00,0x40,0x39,0x05,0x60,0x03,0x70,0x00,0x22,0x47,0x05,0x30,0x00,0x31, +0x54,0x05,0xb0,0x98,0x00,0xb1,0x61,0x05,0x30,0x07,0x07,0x05,0x00,0x00,0x73,0x05, +0x80,0x10,0x00,0x40,0x80,0x05,0xb0,0x04,0x40,0x00,0x31,0x92,0x05,0x40,0x10,0x00, +0x22,0x9f,0x05,0xf0,0x00,0x93,0xad,0x05,0x70,0x02,0x02,0x0a,0x00,0xfe,0xb7,0x10, +0x00,0xf2,0x0b,0xc5,0x05,0x00,0x05,0x05,0x02,0x00,0x02,0xca,0x05,0x00,0x09,0x09, +0x08,0x00,0x00,0xee,0x05,0x00,0x09,0x08,0x08,0x01,0x00,0x0e,0x06,0x08,0x00,0x13, +0x2e,0x08,0x00,0x22,0x4e,0x06,0x20,0x00,0xc0,0x72,0x06,0x00,0x09,0x07,0x09,0x01, +0xff,0x92,0x06,0x00,0x09,0x70,0x01,0x11,0xae,0x20,0x00,0x33,0x00,0x00,0xce,0x18, +0x00,0xf2,0x03,0xee,0x06,0x00,0x09,0x06,0x09,0x01,0xff,0x09,0x07,0x00,0x09,0x07, +0x08,0x01,0x00,0x25,0x07,0x18,0x00,0x40,0x45,0x07,0x70,0x08,0x10,0x00,0x22,0x61, +0x07,0x50,0x00,0x13,0x81,0x20,0x00,0x13,0x9d,0x10,0x00,0xf0,0x0a,0xbd,0x07,0x00, +0x09,0x06,0x08,0x01,0x00,0xd5,0x07,0x50,0x03,0x03,0x03,0x00,0x04,0xda,0x07,0x00, +0x09,0x03,0x02,0x03,0x02,0xdd,0x20,0x00,0xf0,0x05,0x09,0x01,0xff,0x01,0x08,0x00, +0x09,0x04,0x04,0x00,0xff,0x09,0x08,0x00,0x09,0x09,0x01,0x00,0x03,0x0e,0x08,0x00, +0x51,0x09,0x00,0xff,0x37,0x08,0x98,0x00,0x23,0xff,0x5b,0x08,0x00,0x93,0x7f,0x08, +0x00,0x09,0x08,0x0a,0x00,0xfe,0xa7,0x20,0x00,0x22,0xd0,0x08,0x40,0x00,0x13,0xf4, +0x08,0x00,0x21,0x18,0x09,0x18,0x00,0x20,0xfe,0x41,0x08,0x00,0x52,0x0a,0x00,0xfe, +0x6e,0x09,0x28,0x00,0x13,0x97,0x08,0x00,0x13,0xc0,0x08,0x00,0x13,0xe9,0x08,0x00, +0x22,0x12,0x0a,0x08,0x00,0x10,0x3b,0x08,0x00,0x00,0x58,0x03,0x13,0x0a,0x68,0x00, +0x03,0x18,0x00,0x22,0xa8,0x0a,0x48,0x00,0x13,0xd5,0x08,0x00,0x22,0x02,0x0b,0x18, +0x00,0x13,0x2b,0x08,0x00,0x13,0x54,0x08,0x00,0x22,0x7d,0x0b,0x20,0x00,0x20,0xaa, +0x0b,0x88,0x00,0x30,0x00,0xff,0xce,0x10,0x00,0x52,0x0b,0x00,0xfe,0x00,0x0c,0x20, +0x00,0x22,0x29,0x0c,0x20,0x00,0x22,0x56,0x0c,0x18,0x00,0x13,0x88,0x10,0x00,0x22, +0xb5,0x0c,0x30,0x00,0x13,0xd9,0x28,0x00,0x22,0x02,0x0d,0x18,0x00,0x22,0x2f,0x0d, +0x10,0x00,0x13,0x58,0x08,0x00,0x13,0x81,0x18,0x00,0x93,0xae,0x0d,0x00,0x09,0x0a, +0x0a,0xff,0xff,0xe0,0x10,0x00,0x22,0x0d,0x0e,0x50,0x00,0x22,0x3f,0x0e,0x10,0x00, +0x13,0x6c,0x10,0x00,0x13,0x9e,0x10,0x00,0x22,0xcb,0x0e,0x40,0x00,0x13,0xf4,0x08, +0x00,0x22,0x1d,0x0f,0x08,0x00,0x13,0x46,0x08,0x00,0x13,0x6f,0x08,0x00,0x21,0x98, +0x0f,0x30,0x00,0x32,0xff,0xc5,0x0f,0x90,0x00,0x23,0xe9,0x0f,0x20,0x01,0x13,0x10, +0x20,0x01,0x03,0x08,0x00,0x22,0x64,0x10,0x58,0x00,0x13,0x91,0x08,0x00,0x13,0xbe, +0x08,0x00,0x13,0xeb,0x08,0x00,0x22,0x18,0x11,0x28,0x00,0x13,0x41,0x08,0x00,0x13, +0x6a,0x08,0x00,0x13,0x93,0x08,0x00,0x13,0xbc,0x08,0x00,0x13,0xe5,0x08,0x00,0x22, +0x0e,0x12,0x70,0x01,0x22,0x32,0x12,0x10,0x00,0x13,0x5b,0x08,0x00,0x22,0x84,0x12, +0xd0,0x01,0x22,0xa8,0x12,0xd0,0x01,0x13,0xd1,0x08,0x00,0x13,0xfa,0x20,0x00,0x22, +0x23,0x13,0x08,0x00,0x22,0x4c,0x13,0xf0,0x00,0x22,0x7e,0x13,0x30,0x00,0x13,0xa2, +0x18,0x00,0x13,0xcb,0x10,0x00,0x22,0xef,0x13,0x98,0x00,0x22,0x1c,0x14,0x40,0x00, +0x22,0x45,0x14,0x10,0x00,0x22,0x72,0x14,0x38,0x00,0x13,0xa4,0x10,0x00,0x13,0xd1, +0x08,0x00,0x21,0xfe,0x14,0x60,0x02,0x32,0xff,0x26,0x15,0x10,0x00,0x22,0x53,0x15, +0x70,0x02,0x13,0x7b,0x08,0x00,0x13,0xa3,0x18,0x00,0x13,0xd0,0x08,0x00,0x13,0xfd, +0x08,0x00,0x22,0x2a,0x16,0x08,0x00,0x13,0x57,0x08,0x00,0x13,0x84,0x08,0x00,0x22, +0xb1,0x16,0x90,0x00,0x13,0xda,0x10,0x00,0x22,0x07,0x17,0x68,0x01,0x21,0x34,0x17, +0x18,0x03,0x32,0xff,0x54,0x17,0x88,0x00,0x22,0x86,0x17,0x20,0x00,0x22,0xb3,0x17, +0x30,0x00,0x13,0xdc,0x08,0x00,0x22,0x05,0x18,0x20,0x01,0x13,0x29,0x08,0x00,0x13, +0x4d,0x08,0x00,0x13,0x71,0x08,0x00,0x22,0x95,0x18,0x28,0x00,0x13,0xbe,0x10,0x00, +0x13,0xe2,0x08,0x00,0x22,0x06,0x19,0x18,0x00,0x23,0x2f,0x19,0x48,0x02,0x12,0x19, +0x00,0x01,0x13,0x81,0x10,0x00,0x13,0xaa,0x08,0x00,0x21,0xd3,0x19,0xa8,0x03,0x32, +0xff,0xef,0x19,0x38,0x00,0x22,0x13,0x1a,0x08,0x00,0x22,0x37,0x1a,0x08,0x02,0x23, +0x5b,0x1a,0x90,0x01,0x12,0x1a,0x40,0x00,0x22,0xad,0x1a,0xb8,0x00,0x13,0xcd,0x20, +0x00,0x22,0xf1,0x1a,0xb8,0x00,0x22,0x1e,0x1b,0x70,0x01,0x22,0x42,0x1b,0x10,0x00, +0x22,0x6f,0x1b,0x48,0x00,0x50,0x93,0x1b,0x00,0x09,0x0a,0x78,0x03,0x12,0x1b,0x40, +0x01,0x22,0xe8,0x1b,0x50,0x00,0x21,0x11,0x1c,0x40,0x00,0x32,0xfe,0x35,0x1c,0x10, +0x00,0x22,0x5e,0x1c,0x50,0x00,0x22,0x82,0x1c,0x40,0x00,0x22,0xaf,0x1c,0x40,0x00, +0x22,0xd3,0x1c,0x70,0x00,0x13,0xf3,0x10,0x00,0x22,0x17,0x1d,0x10,0x00,0x13,0x37, +0x08,0x00,0x13,0x57,0x08,0x00,0x22,0x77,0x1d,0x20,0x00,0x22,0x9b,0x1d,0x50,0x00, +0x22,0xc4,0x1d,0x68,0x01,0x13,0xf1,0x08,0x00,0x22,0x1e,0x1e,0x68,0x01,0x22,0x50, +0x1e,0x10,0x00,0x22,0x7d,0x1e,0x28,0x00,0x13,0xa6,0x08,0x00,0x13,0xcf,0x18,0x00, +0x13,0xfc,0x08,0x00,0x22,0x29,0x1f,0x18,0x00,0x13,0x52,0x08,0x00,0x13,0x7b,0x08, +0x00,0x13,0xa4,0x08,0x00,0x13,0xcd,0x08,0x00,0x13,0xf6,0x08,0x00,0x22,0x1f,0x20, +0x80,0x00,0x22,0x43,0x20,0x10,0x00,0x13,0x6c,0x08,0x00,0x23,0x95,0x20,0xa0,0x01, +0x12,0x20,0x80,0x00,0x22,0xf0,0x20,0x60,0x00,0x22,0x1d,0x21,0x30,0x00,0x23,0x41, +0x21,0x28,0x03,0x12,0x21,0xf8,0x00,0x23,0x97,0x21,0xa8,0x04,0x12,0x21,0x50,0x01, +0x13,0xe4,0x10,0x00,0x22,0x0d,0x22,0x20,0x00,0x50,0x3a,0x22,0x00,0x09,0x0a,0xe8, +0x03,0x13,0x22,0x60,0x00,0x13,0x22,0x60,0x00,0x13,0x22,0x88,0x03,0x13,0x22,0x88, +0x03,0x12,0x23,0x08,0x00,0x22,0x45,0x23,0x68,0x00,0x22,0x69,0x23,0x80,0x00,0x23, +0x9b,0x23,0x20,0x01,0x03,0x08,0x00,0x13,0xed,0x20,0x00,0x22,0x11,0x24,0x08,0x00, +0x22,0x35,0x24,0xe8,0x01,0x13,0x5e,0x08,0x00,0x13,0x87,0x18,0x00,0x22,0xab,0x24, +0x20,0x05,0x23,0xcb,0x24,0x50,0x04,0x13,0x24,0x50,0x04,0x12,0x25,0x80,0x01,0x22, +0x3d,0x25,0x10,0x00,0x13,0x66,0x08,0x00,0x13,0x8f,0x08,0x00,0x22,0xb8,0x25,0x78, +0x00,0x22,0xea,0x25,0xd0,0x00,0x23,0x0e,0x26,0xd8,0x05,0x03,0x08,0x00,0x13,0x60, +0x08,0x00,0x22,0x89,0x26,0x68,0x00,0x22,0xad,0x26,0xb8,0x00,0x13,0xda,0x18,0x00, +0x22,0x03,0x27,0x08,0x00,0x22,0x2c,0x27,0x18,0x00,0x13,0x59,0x08,0x00,0x22,0x86, +0x27,0xa0,0x00,0x13,0xaf,0x08,0x00,0x13,0xd8,0x28,0x00,0x22,0x01,0x28,0x68,0x02, +0x22,0x29,0x28,0x18,0x00,0x22,0x52,0x28,0x30,0x00,0x13,0x7f,0x10,0x00,0x22,0xa8, +0x28,0xb0,0x06,0x22,0xc8,0x28,0x30,0x00,0x23,0xf1,0x28,0xc0,0x02,0x12,0x29,0x10, +0x00,0x13,0x47,0x08,0x00,0x22,0x70,0x29,0xb8,0x02,0x13,0x9d,0x10,0x00,0x22,0xc6, +0x29,0x28,0x00,0x13,0xf3,0x08,0x00,0x22,0x20,0x2a,0xc8,0x01,0x22,0x4d,0x2a,0x20, +0x00,0x22,0x76,0x2a,0x18,0x00,0x13,0xa3,0x10,0x00,0x13,0xcc,0x08,0x00,0x13,0xf5, +0x08,0x00,0x23,0x1e,0x2b,0x60,0x00,0x13,0x2b,0x60,0x00,0x12,0x2b,0x18,0x01,0x23, +0xa2,0x2b,0xb0,0x04,0x13,0x2b,0x58,0x01,0x13,0x2b,0x58,0x01,0x12,0x2c,0x60,0x00, +0x22,0x4a,0x2c,0x58,0x00,0x22,0x77,0x2c,0x18,0x00,0x13,0xa0,0x10,0x00,0x23,0xcd, +0x2c,0x80,0x02,0x12,0x2c,0x48,0x00,0x22,0x28,0x2d,0x18,0x00,0x13,0x55,0x08,0x00, +0x23,0x82,0x2d,0x48,0x03,0x03,0x08,0x00,0x22,0xdc,0x2d,0x28,0x00,0x22,0x0e,0x2e, +0x10,0x00,0x13,0x3b,0x08,0x00,0x22,0x68,0x2e,0x48,0x00,0x23,0x91,0x2e,0xd0,0x05, +0x12,0x2e,0x40,0x01,0x13,0xe6,0x10,0x00,0x22,0x13,0x2f,0x38,0x00,0x23,0x45,0x2f, +0x38,0x05,0x12,0x2f,0x30,0x00,0x13,0x9b,0x10,0x00,0x13,0xc8,0x08,0x00,0x13,0xf5, +0x08,0x00,0x22,0x22,0x30,0x08,0x00,0x22,0x4f,0x30,0x28,0x00,0x22,0x78,0x30,0x40, +0x00,0x13,0xaa,0x18,0x00,0x13,0xd7,0x10,0x00,0x22,0x09,0x31,0x10,0x00,0x13,0x36, +0x08,0x00,0x22,0x63,0x31,0x30,0x00,0x13,0x8c,0x10,0x00,0x13,0xb9,0x10,0x00,0x13, +0xe2,0x08,0x00,0x22,0x0b,0x32,0x18,0x00,0x13,0x38,0x08,0x00,0x13,0x65,0x08,0x00, +0x22,0x92,0x32,0x20,0x00,0x13,0xbb,0x10,0x00,0x23,0xe8,0x32,0x60,0x04,0x12,0x33, +0x10,0x00,0x22,0x3e,0x33,0x48,0x01,0x22,0x6b,0x33,0x18,0x00,0x13,0x94,0x10,0x00, +0x13,0xc1,0x10,0x00,0x13,0xea,0x28,0x00,0x22,0x17,0x34,0x10,0x00,0x13,0x40,0x08, +0x00,0x22,0x69,0x34,0x18,0x00,0x13,0x96,0x10,0x00,0x13,0xbf,0x08,0x00,0x23,0xe8, +0x34,0x60,0x00,0x12,0x35,0x08,0x00,0xa2,0x3a,0x35,0x00,0x09,0x08,0x0b,0x01,0xfe, +0x66,0x35,0xd8,0x00,0x13,0x98,0x18,0x00,0x22,0xc1,0x35,0x40,0x00,0x13,0xee,0x08, +0x00,0x22,0x1b,0x36,0x80,0x02,0x22,0x44,0x36,0x70,0x05,0x23,0x60,0x36,0xf8,0x02, +0x03,0x18,0x00,0x22,0xb2,0x36,0x00,0x03,0x13,0xd6,0x18,0x00,0x13,0xff,0x18,0x00, +0x22,0x28,0x37,0x18,0x00,0x22,0x4c,0x37,0x18,0x00,0x13,0x75,0x10,0x00,0x13,0x99, +0x10,0x00,0x22,0xc2,0x37,0xd0,0x02,0x22,0xe2,0x37,0x30,0x00,0x22,0x0b,0x38,0x18, +0x00,0x22,0x34,0x38,0x28,0x00,0x23,0x58,0x38,0x40,0x08,0x13,0x38,0x40,0x08,0x03, +0x10,0x00,0x13,0xd7,0x08,0x00,0x22,0x00,0x39,0x18,0x00,0x22,0x2d,0x39,0x10,0x00, +0x13,0x56,0x08,0x00,0x23,0x7f,0x39,0x00,0x09,0x03,0x08,0x00,0x23,0xd1,0x39,0x20, +0x07,0x03,0x08,0x00,0x22,0x2b,0x3a,0x60,0x00,0x22,0x4f,0x3a,0x10,0x00,0x22,0x7c, +0x3a,0x28,0x00,0x13,0xa5,0x08,0x00,0x13,0xce,0x08,0x00,0x22,0xf7,0x3a,0x18,0x01, +0x22,0x29,0x3b,0x78,0x01,0x23,0x56,0x3b,0x00,0x09,0x12,0x3b,0x20,0x00,0x13,0xb1, +0x18,0x00,0x13,0xde,0x10,0x00,0x22,0x07,0x3c,0x50,0x00,0x22,0x34,0x3c,0x10,0x00, +0x13,0x5d,0x08,0x00,0x22,0x86,0x3c,0x70,0x00,0x23,0xaa,0x3c,0x48,0x02,0x13,0x3c, +0xc0,0x00,0x12,0x3d,0x18,0x00,0x22,0x24,0x3d,0x10,0x00,0x22,0x4d,0x3d,0x20,0x00, +0x22,0x7a,0x3d,0x68,0x00,0x13,0xac,0x18,0x00,0x13,0xd5,0x08,0x00,0x13,0xfe,0x08, +0x00,0x22,0x27,0x3e,0x08,0x00,0x13,0x50,0x08,0x00,0x13,0x79,0x08,0x00,0x22,0xa2, +0x3e,0x40,0x00,0x13,0xcf,0x10,0x00,0x13,0xf8,0x10,0x00,0x22,0x25,0x3f,0x10,0x00, +0x22,0x4e,0x3f,0x10,0x00,0x22,0x7b,0x3f,0x60,0x00,0x13,0xad,0x18,0x00,0x13,0xd6, +0x18,0x00,0x23,0x03,0x40,0xb0,0x04,0x03,0x08,0x00,0x23,0x55,0x40,0x90,0x03,0x13, +0x40,0x90,0x03,0x13,0x40,0x90,0x03,0x13,0x40,0xe0,0x07,0x12,0x41,0x08,0x00,0x22, +0x2e,0x41,0x18,0x00,0x23,0x5b,0x41,0x70,0x07,0x03,0x08,0x00,0x23,0xad,0x41,0x60, +0x00,0x13,0x41,0x60,0x00,0x12,0x42,0x08,0x00,0x22,0x30,0x42,0x18,0x00,0x22,0x59, +0x42,0x40,0x01,0x13,0x86,0x10,0x00,0x22,0xaf,0x42,0xc0,0x03,0x13,0xd7,0x28,0x00, +0x22,0x04,0x43,0x20,0x01,0x22,0x28,0x43,0x20,0x00,0x13,0x51,0x08,0x00,0x13,0x7a, +0x08,0x00,0x13,0xa3,0x20,0x00,0x22,0xc7,0x43,0x40,0x02,0x13,0xf0,0x18,0x00,0x22, +0x19,0x44,0x18,0x00,0x22,0x3d,0x44,0x48,0x00,0x23,0x6a,0x44,0xc8,0x09,0x12,0x44, +0xb8,0x07,0x22,0xb7,0x44,0xd0,0x05,0x22,0xdb,0x44,0x38,0x00,0x22,0x04,0x45,0x20, +0x00,0x22,0x2d,0x45,0x90,0x02,0x20,0x4d,0x45,0x88,0x00,0x42,0x01,0xfe,0x75,0x45, +0xa0,0x00,0x23,0xa2,0x45,0xe8,0x04,0x13,0x45,0xe8,0x04,0x12,0x45,0x08,0x03,0x22, +0x10,0x46,0x10,0x00,0x13,0x39,0x08,0x00,0x13,0x62,0x08,0x00,0x13,0x8b,0x08,0x00, +0x22,0xb4,0x46,0x80,0x00,0x22,0xe1,0x46,0x68,0x00,0x22,0x0a,0x47,0x18,0x00,0x22, +0x33,0x47,0x18,0x00,0x22,0x60,0x47,0xa8,0x00,0x23,0x84,0x47,0x30,0x01,0x13,0x47, +0x30,0x01,0x13,0x47,0x48,0x03,0x03,0x08,0x00,0x23,0x28,0x48,0x20,0x05,0x12,0x48, +0x10,0x00,0x13,0x7e,0x08,0x00,0x23,0xa7,0x48,0x48,0x0c,0x03,0x08,0x00,0x13,0xf9, +0x28,0x00,0x23,0x26,0x49,0x00,0x0a,0x03,0x08,0x00,0x22,0x80,0x49,0x20,0x00,0x13, +0xa9,0x08,0x00,0x13,0xd2,0x18,0x00,0x23,0xff,0x49,0x60,0x00,0x13,0x4a,0x60,0x01, +0x12,0x4a,0x18,0x00,0x22,0x7e,0x4a,0x20,0x02,0x13,0xb0,0x18,0x00,0x23,0xd9,0x4a, +0xe0,0x0b,0x13,0x4b,0x40,0x0c,0x13,0x4b,0x40,0x0c,0x12,0x4b,0x20,0x01,0x23,0x81, +0x4b,0x98,0x09,0x13,0x4b,0x98,0x09,0x03,0x08,0x00,0x13,0xfc,0x08,0x00,0x23,0x25, +0x4c,0x80,0x02,0x03,0x08,0x00,0x23,0x77,0x4c,0x10,0x06,0x03,0x08,0x00,0x22,0xc9, +0x4c,0x78,0x00,0x23,0xf6,0x4c,0x90,0x08,0x12,0x4d,0x08,0x00,0x13,0x48,0x08,0x00, +0x13,0x71,0x08,0x00,0x22,0x9a,0x4d,0x30,0x01,0x13,0xbe,0x10,0x00,0x13,0xe7,0x08, +0x00,0x23,0x10,0x4e,0x88,0x01,0x12,0x4e,0x48,0x00,0x13,0x66,0x08,0x00,0x22,0x93, +0x4e,0xa0,0x00,0x13,0xc0,0x10,0x00,0x13,0xed,0x08,0x00,0x22,0x1a,0x4f,0xe8,0x01, +0x22,0x3a,0x4f,0x50,0x00,0x22,0x5e,0x4f,0x18,0x00,0x13,0x8b,0x08,0x00,0x22,0xb8, +0x4f,0x50,0x00,0x13,0xe1,0x08,0x00,0x23,0x0a,0x50,0xb8,0x01,0x13,0x50,0xb8,0x01, +0x13,0x50,0x00,0x05,0x03,0x08,0x00,0x13,0xb2,0x08,0x00,0x13,0xdb,0x08,0x00,0x22, +0x04,0x51,0x28,0x00,0x22,0x31,0x51,0x80,0x00,0x22,0x5e,0x51,0x18,0x00,0x13,0x87, +0x08,0x00,0x23,0xb0,0x51,0x58,0x01,0x13,0x51,0x58,0x01,0x13,0x52,0x58,0x01,0x10, +0x52,0xb8,0x07,0x43,0xff,0xff,0x58,0x52,0xf8,0x04,0x12,0x52,0xa0,0x00,0x13,0xa5, +0x08,0x00,0x22,0xc9,0x52,0x48,0x02,0x22,0xf2,0x52,0x60,0x00,0x22,0x1f,0x53,0x08, +0x00,0x23,0x4c,0x53,0x48,0x0c,0x12,0x53,0x40,0x03,0x13,0xa6,0x10,0x00,0x23,0xd8, +0x53,0x58,0x08,0x12,0x54,0x88,0x00,0x22,0x2e,0x54,0x10,0x00,0x13,0x57,0x08,0x00, +0x23,0x80,0x54,0x18,0x02,0x13,0x54,0x18,0x02,0x03,0x08,0x00,0x22,0xfb,0x54,0x58, +0x00,0x23,0x28,0x55,0x18,0x02,0x13,0x55,0x78,0x03,0x12,0x55,0x18,0x00,0x23,0xa7, +0x55,0x78,0x02,0x13,0x55,0x48,0x0c,0x03,0x10,0x00,0x22,0x26,0x56,0x08,0x00,0x23, +0x4f,0x56,0x40,0x07,0x12,0x56,0x20,0x00,0x23,0xa5,0x56,0x58,0x05,0x13,0x56,0x58, +0x05,0x03,0x18,0x00,0x23,0x24,0x57,0xf8,0x04,0x13,0x57,0x88,0x08,0x13,0x57,0x88, +0x08,0x13,0x57,0xa8,0x0c,0x13,0x57,0x60,0x00,0x12,0x57,0xf8,0x00,0x22,0x26,0x58, +0x08,0x01,0x22,0x4a,0x58,0x30,0x00,0x22,0x73,0x58,0x20,0x00,0x23,0xa0,0x58,0x58, +0x08,0x13,0x58,0x58,0x08,0x03,0x10,0x00,0x22,0x23,0x59,0x08,0x01,0x23,0x55,0x59, +0xc8,0x04,0x13,0x59,0xc8,0x04,0x12,0x59,0x28,0x00,0x13,0xd8,0x10,0x00,0x22,0x05, +0x5a,0x30,0x09,0x22,0x32,0x5a,0x10,0x00,0x22,0x5f,0x5a,0xa8,0x0a,0x23,0x91,0x5a, +0x58,0x08,0x13,0x5a,0x70,0x02,0x13,0x5a,0x70,0x02,0x12,0x5b,0x18,0x00,0x23,0x3d, +0x5b,0x60,0x04,0x12,0x5b,0x30,0x00,0x13,0x9c,0x10,0x00,0x13,0xc9,0x10,0x00,0x23, +0xfb,0x5b,0x48,0x01,0x13,0x5c,0xc0,0x03,0x13,0x5c,0xc0,0x03,0x13,0x5c,0xc0,0x03, +0x12,0x5c,0xd0,0x00,0x23,0xcb,0x5c,0x58,0x04,0x12,0x5c,0xa8,0x01,0x22,0x21,0x5d, +0x10,0x00,0x23,0x4a,0x5d,0x40,0x09,0x13,0x5d,0x30,0x03,0x13,0x5d,0x30,0x03,0x13, +0x5d,0x30,0x03,0x13,0x5d,0xe8,0x00,0x13,0x5e,0x50,0x0e,0x12,0x5e,0xd8,0x04,0x13, +0x70,0x08,0x00,0x13,0x94,0x08,0x00,0x22,0xb8,0x5e,0x28,0x00,0x13,0xe5,0x10,0x00, +0x22,0x09,0x5f,0xe0,0x04,0x22,0x31,0x5f,0x38,0x00,0x22,0x5a,0x5f,0x18,0x00,0x13, +0x7e,0x18,0x00,0x22,0xa6,0x5f,0xc0,0x00,0x13,0xd8,0x08,0x00,0x22,0x0a,0x60,0x40, +0x00,0x13,0x37,0x08,0x00,0x22,0x64,0x60,0x90,0x01,0x22,0x8d,0x60,0xc0,0x00,0x23, +0xb1,0x60,0x28,0x0e,0x13,0x60,0xf8,0x0a,0x12,0x61,0x18,0x00,0x23,0x27,0x61,0xa8, +0x06,0x03,0x10,0x00,0x13,0x74,0x08,0x00,0x13,0x98,0x08,0x00,0x22,0xbc,0x61,0x50, +0x00,0x23,0xe9,0x61,0xb0,0x0f,0x13,0x62,0xb0,0x0f,0x13,0x62,0xe0,0x09,0x13,0x62, +0xe0,0x09,0x12,0x62,0x30,0x00,0x22,0xb5,0x62,0x78,0x00,0x13,0xde,0x20,0x00,0x23, +0x0b,0x63,0x30,0x08,0x12,0x63,0x10,0x00,0x13,0x61,0x10,0x00,0x13,0x8a,0x08,0x00, +0x23,0xb3,0x63,0x90,0x0e,0x11,0x63,0x78,0x10,0x32,0xfe,0x0e,0x64,0x08,0x0c,0x23, +0x2e,0x64,0x08,0x03,0x03,0x10,0x00,0x31,0x77,0x64,0x30,0xe0,0x13,0x13,0x90,0x18, +0x00,0x22,0xb9,0x64,0x50,0x00,0xa2,0xe6,0x64,0x20,0x0a,0x0b,0x09,0x00,0xff,0x18, +0x65,0x98,0x03,0xa3,0x45,0x65,0x20,0x0a,0x0b,0x07,0x00,0x00,0x6c,0x65,0xc0,0x0c, +0xf2,0x02,0x65,0x80,0x04,0x05,0x08,0x00,0xff,0xa9,0x65,0xc0,0x06,0x07,0x08,0x00, +0xff,0xc5,0x65,0x30,0x00,0x22,0xf7,0x65,0x58,0x00,0x50,0x17,0x66,0x30,0x06,0x07, +0xf8,0x0c,0x30,0x66,0xe0,0x07,0x78,0x12,0x50,0x55,0x66,0xe0,0x07,0x08,0x80,0x15, +0x30,0x66,0xe0,0x07,0x30,0x0e,0x13,0xa1,0x08,0x00,0x13,0xc5,0x20,0x00,0x40,0xe0, +0x66,0xe0,0x07,0x68,0x00,0x50,0x0d,0x67,0xa0,0x05,0x06,0x98,0x05,0x03,0x08,0x00, +0x22,0x43,0x67,0x28,0x00,0x10,0x67,0x08,0x00,0x52,0x03,0x00,0x02,0x73,0x67,0x88, +0x00,0xf3,0x03,0x9a,0x67,0x40,0x0b,0x0d,0x0a,0xff,0xfe,0xdb,0x67,0x20,0x0a,0x0c, +0x0a,0xff,0xfe,0x17,0x68,0x08,0x0a,0x83,0x68,0xe0,0x07,0x08,0x05,0x00,0x01,0x54, +0x08,0x00,0xa2,0x68,0x68,0x40,0x0b,0x0c,0x09,0x00,0xff,0x9e,0x68,0x98,0x00,0x22, +0xbe,0x68,0xf0,0x02,0x22,0xeb,0x68,0x18,0x01,0x22,0x1d,0x69,0x60,0x00,0x22,0x41, +0x69,0xa0,0x00,0x13,0x69,0x10,0x00,0x10,0x8d,0x08,0x00,0x00,0xd8,0x0c,0x12,0x69, +0x38,0x00,0x93,0xcd,0x69,0xa0,0x05,0x07,0x0a,0xff,0xfe,0xf0,0x28,0x00,0x22,0x18, +0x6a,0x08,0x00,0x22,0x40,0x6a,0x90,0x00,0xb1,0x67,0x6a,0x00,0x09,0x0b,0x0b,0xff, +0xfe,0xa4,0x6a,0xc0,0xf8,0x00,0x22,0xc7,0x6a,0x78,0x00,0x10,0xfd,0x08,0x00,0x52, +0x07,0x00,0x00,0x27,0x6b,0x08,0x00,0x13,0x51,0x08,0x00,0x13,0x7b,0x08,0x00,0x13, +0xa5,0x08,0x00,0x10,0xcf,0x08,0x00,0x52,0x08,0x00,0xff,0xff,0x6b,0x58,0x00,0x22, +0x27,0x6c,0x08,0x00,0x22,0x4f,0x6c,0xa8,0x00,0x22,0x81,0x6c,0x28,0x00,0x22,0xab, +0x6c,0x60,0x00,0x60,0xce,0x6c,0x10,0x09,0x0a,0x07,0x10,0x17,0xf2,0xff,0xff,0xff, +0xff,0xff,0xae,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d, +0x4d,0x5e,0x4d,0x7a,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8a,0x4d,0x8b,0x4d,0x99, +0x4d,0x9b,0x4d,0xa0,0x4d,0xa8,0x4d,0xdc,0x4d,0xde,0x4d,0xfb,0x4d,0xfe,0x4d,0x15, +0x4e,0x1b,0x4e,0x1e,0x4e,0x35,0x4e,0x3a,0x4e,0x40,0x4e,0x46,0x4e,0x4b,0x4e,0x4d, +0x4e,0x60,0x4e,0x70,0x4e,0x7f,0x4e,0x9d,0x4e,0x9e,0x4e,0x9f,0x4e,0xa3,0x4e,0xac, +0x4e,0xcf,0x4e,0xdb,0x4e,0xeb,0x4e,0xf7,0x4e,0x14,0x4f,0x2d,0x4f,0x31,0x4f,0x3e, +0x4f,0x3f,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f,0xac,0x4f,0xcf,0x4f,0xf8, +0x4f,0x1f,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb8,0x50,0xbc,0x50,0xc0, +0x50,0xc3,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xd5,0x50,0xdc,0x50,0xe9, +0x50,0x02,0x51,0x16,0x51,0x1f,0x51,0x4a,0x51,0x4b,0x51,0x4d,0x51,0x56,0x51,0x57, +0x51,0x67,0x51,0x6b,0x51,0x6d,0x51,0x70,0x51,0x79,0x51,0x7b,0x51,0x80,0x51,0x86, +0x51,0x87,0x51,0x9d,0x51,0xbf,0x51,0xef,0x51,0xf0,0x51,0xf8,0x51,0x55,0x52,0x58, +0x52,0x66,0x52,0x8a,0x52,0x97,0x52,0x9f,0x52,0xa5,0x52,0xb1,0x52,0xbb,0x52,0xd2, +0x52,0xdb,0x52,0xef,0x52,0x12,0x53,0x1a,0x53,0x1c,0x53,0x1d,0x53,0x21,0x53,0x26, +0x53,0x28,0x53,0x30,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53,0x47, +0x53,0x5c,0x53,0x5d,0x53,0x5e,0x53,0x61,0x53,0x67,0x53,0x76,0x53,0x7b,0x53,0x7f, +0x53,0x9a,0x53,0xb8,0x53,0xcd,0x53,0xdc,0x53,0x1d,0x54,0xb8,0x55,0x2e,0x56,0x44, +0x56,0x4a,0x56,0x4d,0x56,0x4e,0x56,0x56,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97, +0x56,0xa7,0x56,0xdb,0x56,0x4a,0x57,0xbb,0x57,0xee,0x57,0x40,0x58,0x57,0x58,0x5d, +0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81,0x58,0x89,0x58,0xcd, +0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xb6,0x5a,0xd3,0x5a,0xd9,0x5a,0xdc, +0x5a,0xea,0x5a,0xee,0x5a,0x09,0x5b,0x0d,0x5b,0x48,0x5b,0x49,0x5b,0x4c,0x5b,0x54, +0x5b,0x56,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b,0x9f,0x5b,0xa5,0x5b,0x35, +0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x53,0x5d,0x5c,0x5d,0x76,0x5d,0x77,0x5d,0x88, +0x5d,0x8d,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xe4,0x5d,0xf6,0x5d,0x46, +0x5e,0x4a,0x5e,0x50,0x5e,0x52,0x5e,0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x89,0x5e,0x8a, +0x5e,0xa3,0x5e,0xa5,0x5e,0xb2,0x5e,0xc1,0x5e,0xd4,0x5e,0xd5,0x5e,0xd8,0x5e,0xfa, +0x5e,0xfe,0x5e,0x07,0x5f,0x27,0x5f,0x3b,0x5f,0x4d,0x5f,0x51,0x5f,0x70,0x5f,0x75, +0x5f,0x8b,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0xb2,0x60,0x5f, +0x61,0x60,0x61,0x66,0x61,0x7a,0x61,0x90,0x61,0x97,0x61,0x9b,0x61,0xa3,0x61,0xb7, +0x61,0xb9,0x61,0xbb,0x61,0xbc,0x61,0xce,0x61,0xf4,0x61,0xf5,0x61,0x19,0x62,0x22, +0x62,0x2f,0x62,0x38,0x62,0x39,0x62,0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62,0x7f, +0x62,0xb2,0x62,0xbe,0x62,0xc7,0x62,0xe2,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62,0x1f, +0x63,0x20,0x63,0x22,0x63,0x97,0x63,0xc8,0x63,0xfd,0x63,0x1d,0x64,0x36,0x64,0x7f, +0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa9,0x64,0xc0,0x64,0xc4, +0x64,0xd7,0x64,0xec,0x64,0xfd,0x64,0xff,0x64,0x00,0x65,0x09,0x65,0x1b,0x65,0x30, +0x65,0x35,0x65,0x46,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f,0x65,0x8e,0x65,0xbe, +0x65,0xbf,0x65,0xd2,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50,0x66,0x59,0x66,0x6f, +0x66,0x7a,0x66,0x7c,0x66,0x8a,0x66,0x96,0x66,0xaf,0x66,0xb1,0x66,0xb5,0x66,0xcf, +0x66,0xd1,0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x57,0x67,0x5f,0x67,0x71,0x67,0x87, +0x67,0x8c,0x67,0x96,0x67,0x10,0x68,0x71,0x69,0x7a,0x69,0x77,0x6a,0xb2,0x6a,0xb3, +0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xf1, +0x6b,0x09,0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b, +0x6c,0x91,0x6c,0x9b,0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x60,0x6d,0x79, +0x6d,0x88,0x6d,0xce,0x6d,0xe0,0x6d,0x21,0x6e,0x2a,0x6e,0x2e,0x6e,0x31,0x6e,0x34, +0x6e,0x10,0x6f,0x09,0x70,0x3d,0x70,0x76,0x70,0x97,0x71,0x98,0x71,0xa9,0x71,0xc9, +0x71,0x06,0x72,0xd7,0x72,0xff,0x72,0x00,0x73,0x3d,0x73,0x56,0x73,0xae,0x73,0x6f, +0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xcd,0x75,0xd4,0x75,0x21,0x76,0x26, +0x76,0x28,0x76,0x3e,0x76,0x44,0x76,0x48,0x76,0x5b,0x76,0x6f,0x76,0x35,0x77,0x51, +0x77,0xbc,0x77,0xbe,0x77,0x8a,0x78,0xd1,0x78,0x0b,0x79,0x22,0x79,0x40,0x79,0x4b, +0x79,0x5b,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79,0x2e,0x7a,0x3f,0x7a,0x7c,0x7a,0x99, +0x7a,0xce,0x7a,0xe7,0x7a,0xf1,0x7a,0xcb,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x77, +0x7c,0xf2,0x7d,0xf7,0x7d,0x05,0x7e,0x0f,0x7e,0x13,0x7e,0x14,0x7e,0x16,0x7e,0x18, +0x7e,0x1f,0x7e,0x23,0x7e,0x2d,0x7e,0x2f,0x7e,0x3d,0x7e,0x4f,0x7e,0x66,0x7e,0x79, +0x7e,0xbe,0x7e,0xde,0x7e,0x55,0x7f,0x67,0x7f,0xa4,0x7f,0x1c,0x80,0x4d,0x80,0x59, +0x80,0x6a,0x80,0x3a,0x81,0x43,0x81,0x7a,0x81,0x85,0x81,0xc2,0x81,0xd2,0x81,0x41, +0x82,0x53,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x2d,0x84,0x1f,0x85,0x52,0x86,0x0a, +0x87,0x9c,0x87,0xb5,0x87,0xb8,0x87,0xc0,0x87,0xfb,0x87,0x15,0x88,0xcf,0x88,0xd1, +0x88,0xd6,0x88,0x14,0x89,0x16,0x89,0x18,0x89,0x22,0x89,0x36,0x89,0x50,0x89,0xb6, +0x8a,0xf1,0x8a,0xf4,0x8a,0xfe,0x8a,0x00,0x8b,0x0e,0x8b,0x0f,0x8b,0x11,0x8b,0x16, +0x8b,0x25,0x8b,0x2d,0x8b,0x32,0x8b,0x36,0x8b,0x3d,0x8b,0x3f,0x8b,0x44,0x8b,0x47, +0x8b,0x4b,0x8b,0x53,0x8b,0x81,0x8b,0x75,0x8c,0x84,0x8c,0xc7,0x8c,0xd5,0x8c,0x03, +0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0xbc,0x8e,0xbe,0x8e,0xc4,0x8e,0xcd,0x8e,0xd3, +0x8e,0xe1,0x8e,0xe3,0x8e,0x09,0x8f,0x17,0x8f,0x20,0x8f,0x2b,0x8f,0x2e,0x8f,0x2f, +0x8f,0x40,0x8f,0x50,0x8f,0x59,0x8f,0x6a,0x8f,0x6f,0x8f,0x8b,0x8f,0xa3,0x8f,0x38, +0x90,0x17,0x91,0x1d,0x91,0x1f,0x91,0xc4,0x91,0xd8,0x93,0xef,0x93,0xfe,0x93,0x51, +0x94,0x69,0x94,0x7e,0x94,0xac,0x94,0xcf,0x94,0x38,0x95,0x3d,0x95,0x3e,0x95,0x42, +0x95,0x44,0x95,0x84,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4,0x95,0xdf,0x95,0xe4, +0x95,0xec,0x95,0x50,0x96,0x57,0x96,0xa9,0x96,0xae,0x96,0xb2,0x96,0x43,0x97,0xc5, +0x97,0xc6,0x97,0xc9,0x97,0xca,0x97,0xd4,0x97,0xe1,0x97,0xe8,0x97,0xec,0x97,0x2e, +0x98,0xc1,0x99,0xdc,0x99,0x28,0x9a,0x73,0x9d,0xf6,0x9d,0x28,0x9e,0xa0,0x9e,0x51, +0xef,0x58,0xef,0x5b,0xef,0x5c,0xef,0x5d,0xef,0x61,0xef,0x63,0xef,0x65,0xef,0x69, +0xef,0x6c,0xef,0x71,0xef,0x76,0xef,0x77,0xef,0x78,0xef,0x8e,0xef,0x93,0xef,0x98, +0xef,0x9b,0xef,0x9c,0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef,0xa3,0xef,0xa4,0xef,0xb7, +0xef,0xb8,0xef,0xbe,0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef,0xc7,0xef,0xc8,0xef,0xc9, +0xef,0xcb,0xef,0xe3,0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0,0x17,0xf0,0x19,0xf0,0x30, +0xf0,0x37,0xf0,0x3a,0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0,0xab,0xf0,0x3b,0xf1,0x90, +0xf1,0x91,0xf1,0x92,0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1,0xe3,0xf1,0x3d,0xf2,0x54, +0xf2,0xaa,0xf4,0x12,0xf7,0xf2,0xf7,0x0c,0x00,0xb0,0x0b,0x00,0xa0,0x06,0x00,0x20, +0x0d,0x00,0x2a,0x66,0x19,0x55,0x05,0x22,0x05,0x27,0x00,0x71,0x80,0x3c,0x8c,0x60, +0x80,0x80,0x5c,0x8c,0x40,0x80,0x70,0x07,0x26,0x00,0x00,0x60,0x00,0x4d,0x60,0x1c, +0x15,0x01,0xc0,0x00,0x04,0xc4,0x00,0x00,0xc2,0x10,0x08,0x42,0xbb,0x90,0x00,0x90, +0x00,0x2a,0x90,0x08,0x00,0x81,0x63,0x26,0x00,0x90,0x55,0x80,0x00,0x73,0x85,0x64, +0x83,0x19,0x78,0x09,0x09,0x00,0x25,0x09,0x09,0x00,0x80,0x06,0x85,0x04,0x98,0x00, +0x0b,0x0a,0x00,0x09,0x86,0x00,0x0a,0xc0,0x08,0x76,0x68,0x74,0x94,0x09,0xd0,0x2c, +0xaa,0x6a,0x2a,0x19,0x05,0x00,0x20,0x36,0x0a,0x00,0xa0,0x19,0x01,0x80,0x0a,0x00, +0xa0,0x06,0x30,0x05,0x20,0x05,0x40,0x0a,0x00,0xa0,0x08,0x10,0x82,0x0a,0x00,0xa0, +0x27,0x05,0x10,0x03,0x60,0x2c,0xd3,0x08,0x70,0x00,0x50,0x00,0x0a,0x00,0x69,0xd9, +0x60,0x0a,0x00,0x00,0xa0,0x00,0x00,0x3d,0x09,0x31,0x59,0x70,0x01,0x3b,0x00,0x53, +0x00,0x90,0x00,0x80,0x05,0x40,0x09,0x00,0x09,0x00,0x45,0x00,0x80,0x00,0x40,0x00, +0x09,0xb9,0x04,0x90,0x93,0x74,0x05,0x78,0x40,0x48,0x74,0x05,0x73,0x80,0x93,0x09, +0xa9,0x00,0x09,0xf1,0x00,0x0c,0x10,0x00,0xb1,0x00,0x0b,0x05,0x00,0xf0,0x55,0x2a, +0xeb,0x40,0x2a,0xc8,0x02,0x00,0xb1,0x00,0x0a,0x20,0x01,0xc0,0x00,0xa3,0x00,0x96, +0x00,0x7e,0xbb,0x60,0x2b,0xb9,0x01,0x10,0xb3,0x00,0x0d,0x00,0x4d,0x70,0x00,0x09, +0x32,0x00,0x86,0x4b,0xa9,0x00,0x00,0x6d,0x00,0x1a,0xc0,0x0a,0x2c,0x05,0x70,0xc0, +0xaa,0xae,0x70,0x00,0xc0,0x00,0x0c,0x00,0x0e,0xbb,0x21,0x90,0x00,0x2d,0xa8,0x00, +0x10,0xa5,0x00,0x06,0x73,0x00,0xa4,0x4b,0xc9,0x00,0x05,0xbb,0x31,0xc0,0x00,0x56, +0x00,0x07,0x89,0x80,0x67,0x06,0x62,0x90,0x58,0x07,0xbb,0x10,0x6b,0xbd,0x70,0x00, +0xb0,0x00,0x57,0x6c,0x00,0xf1,0x23,0xc0,0x00,0x1b,0x00,0x02,0xa0,0x00,0x08,0x99, +0x03,0x90,0x73,0x0c,0x29,0x20,0x9c,0xb0,0x55,0x08,0x58,0x50,0x58,0x1b,0xab,0x10, +0x0b,0xa7,0x06,0x60,0xa2,0x93,0x05,0x66,0x70,0x97,0x09,0x98,0x50,0x00,0xa1,0x3c, +0xb5,0x00,0x3b,0x01,0x00,0x01,0x3b,0x3b,0x01,0xd6,0x00,0xf1,0x8c,0x00,0x00,0x20, +0x17,0xa5,0x8b,0x20,0x01,0x7a,0x71,0x00,0x03,0x50,0x69,0x99,0x60,0x00,0x00,0x69, +0x99,0x60,0x20,0x00,0x05,0xa7,0x10,0x00,0x2b,0x81,0x7a,0x71,0x53,0x00,0x00,0x3b, +0xb4,0x10,0x1a,0x00,0x67,0x01,0xb0,0x04,0x50,0x01,0x10,0x07,0x70,0x00,0x49,0x88, +0x70,0x07,0x60,0x00,0x37,0x18,0x05,0x88,0x09,0x54,0x37,0x0a,0x09,0x72,0x63,0x38, +0x09,0x46,0x18,0x58,0x71,0x0a,0x30,0x01,0x00,0x00,0x68,0x96,0x00,0x00,0xd5,0x00, +0x03,0x8a,0x00,0x08,0x3b,0x00,0x0c,0x07,0x40,0x2d,0xab,0xa0,0x75,0x00,0xd0,0xc0, +0x00,0x94,0x1e,0xaa,0x70,0x1b,0x00,0xd0,0x1b,0x00,0xd0,0x1e,0xae,0x80,0x1b,0x00, +0x95,0x1b,0x00,0x86,0x1e,0xaa,0x90,0x03,0xbb,0xa0,0x0c,0x10,0x20,0x58,0x00,0x00, +0x76,0x00,0x00,0x58,0x00,0x00,0x1d,0x10,0x21,0x03,0xbb,0xa1,0x1e,0xab,0x50,0x1b, +0x00,0xb3,0x1b,0x00,0x58,0x1b,0x00,0x3a,0x06,0x00,0xfb,0x07,0xc2,0x1e,0xbb,0x50, +0x1e,0xbb,0x71,0xb0,0x00,0x1b,0x00,0x01,0xea,0xa2,0x1b,0x00,0x01,0xb0,0x00,0x1e, +0xbb,0x90,0x12,0x00,0x90,0x1b,0x00,0x00,0x02,0xbb,0xb2,0x0d,0x20,0x10,0x4e,0x00, +0xe2,0x06,0xb7,0x58,0x00,0x38,0x0d,0x10,0x48,0x03,0xbb,0xc3,0x1b,0x00,0x2a,0x03, +0x00,0x35,0x1e,0xbb,0xca,0x0c,0x00,0x12,0x1b,0x01,0x00,0x24,0x00,0x0d,0x02,0x00, +0xf1,0x04,0x31,0x1c,0x3b,0xd5,0x1b,0x00,0xc2,0x1b,0x0a,0x40,0x1b,0x79,0x00,0x1e, +0xcc,0x00,0x1e,0x18,0x60,0xae,0x00,0x13,0x68,0x5c,0x00,0x04,0x05,0x00,0xf0,0x4c, +0x1e,0xbb,0x60,0x1f,0x10,0x0c,0x61,0xd6,0x01,0xd6,0x1a,0xa0,0x79,0x61,0xa9,0x1a, +0x66,0x1a,0x48,0x85,0x61,0xa0,0xe3,0x56,0x1a,0x03,0x05,0x60,0x1f,0x10,0x29,0x1c, +0x90,0x29,0x1a,0xa2,0x29,0x1a,0x2a,0x29,0x1a,0x09,0x59,0x1a,0x01,0xc9,0x1a,0x00, +0x89,0x03,0xbb,0xa1,0x01,0xd1,0x04,0xa0,0x58,0x00,0x0d,0x07,0x60,0x00,0xb1,0x58, +0x00,0x0d,0x00,0xd1,0x04,0xa0,0x03,0xbb,0xa1,0x00,0x1e,0xac,0x60,0x1b,0x00,0xc1, +0x1b,0x00,0xa3,0x1b,0x01,0xd0,0x1e,0xab,0x30,0x1b,0x00,0xc2,0x00,0x00,0x19,0x00, +0x24,0xd1,0x05,0x2e,0x00,0xf1,0x06,0x57,0x00,0x0d,0x01,0xc0,0x02,0xc0,0x06,0xb8, +0xc2,0x00,0x00,0xc3,0x00,0x00,0x02,0x9a,0x20,0x1e,0xab,0x80,0x1b,0x01,0xfb,0x16, +0xc1,0x1e,0xae,0x50,0x1b,0x0b,0x20,0x1b,0x03,0xb0,0x1b,0x00,0xb3,0x08,0xcb,0x52, +0xb0,0x02,0x0d,0x30,0x00,0x2b,0xc2,0x00,0x04,0xc2,0x20,0x1d,0x2a,0xbc,0x40,0x8b, +0xeb,0xb1,0x00,0xb1,0x00,0x03,0x00,0x36,0x1b,0x00,0x29,0x03,0x00,0x00,0x1e,0x01, +0xf0,0x49,0x85,0x04,0xcb,0x90,0xc0,0x00,0xc0,0x84,0x01,0xb0,0x39,0x05,0x60,0x0c, +0x0a,0x10,0x0a,0x2b,0x00,0x05,0xa8,0x00,0x00,0xf3,0x00,0xa2,0x08,0x70,0x38,0x75, +0x0a,0xa0,0x65,0x48,0x09,0xb0,0x92,0x1b,0x36,0x83,0xb0,0x0c,0x73,0x46,0xb0,0x0a, +0xb0,0x1b,0x90,0x07,0xb0,0x0d,0x60,0x77,0x03,0x90,0xc0,0xb1,0x06,0xa8,0x00,0x1f, +0x30,0x08,0x7a,0x01,0xb0,0xa3,0x94,0x02,0xb0,0x0c,0x10,0x48,0x05,0x80,0xb1,0x00, +0xc3,0xa0,0x00,0x6e,0x20,0x00,0x0d,0x00,0x00,0x0c,0x03,0x00,0xf3,0x08,0x2b,0xbb, +0xd0,0x00,0x85,0x00,0x2b,0x00,0x0b,0x20,0x05,0x80,0x00,0xc0,0x00,0x7d,0xbb,0xb0, +0x0c,0x50,0x80,0x08,0x00,0x03,0x00,0xf4,0x09,0x09,0x50,0x90,0x00,0x63,0x00,0x18, +0x00,0x09,0x00,0x07,0x20,0x02,0x70,0x00,0x90,0x00,0x71,0x00,0x22,0x4b,0x10,0x81, +0x08,0x03,0x00,0xf1,0x34,0x59,0x10,0x01,0xe1,0x00,0x67,0x60,0x0a,0x0b,0x03,0x80, +0x83,0x78,0x88,0x70,0x53,0x01,0xb1,0x00,0x00,0x1b,0xbb,0x00,0x00,0x93,0x09,0x8b, +0x56,0x60,0x85,0x2b,0x9a,0x50,0x2a,0x00,0x00,0x2a,0x00,0x00,0x2c,0xad,0x50,0x2b, +0x00,0xe0,0x2a,0x00,0xd1,0x2a,0x01,0xd0,0x2c,0xac,0x40,0x08,0xbc,0x05,0xa0,0x00, +0x86,0x00,0x05,0xa0,0x00,0x09,0xbb,0x10,0xb2,0x01,0xf2,0x13,0x09,0xba,0xb4,0xa0, +0x1b,0x76,0x01,0xb5,0x90,0x2b,0x0a,0xb8,0xb0,0x09,0xbb,0x15,0x90,0x57,0x8b,0x89, +0x75,0x90,0x00,0x09,0xb9,0x20,0x07,0xa1,0x0c,0x00,0x7e,0x80,0x0c,0x00,0x02,0x00, +0xf0,0x04,0x19,0x8e,0x84,0x90,0x92,0x0c,0x87,0x03,0x80,0x00,0x0d,0xa9,0x46,0x40, +0x1c,0x3a,0x9a,0x40,0x2a,0x48,0x03,0xf0,0x01,0x2c,0xac,0x42,0xc0,0x3a,0x2a,0x01, +0xb2,0xa0,0x1b,0x2a,0x01,0xb0,0x3a,0x00,0x2a,0x01,0x00,0x61,0x03,0xa0,0x00,0x02, +0xa0,0x2a,0x03,0x00,0x22,0x39,0x3b,0x27,0x00,0xe4,0x2a,0x0a,0x42,0xa7,0x60,0x2d, +0xd5,0x02,0xc0,0xc0,0x2a,0x04,0x90,0x2a,0x1e,0x00,0xf1,0x03,0x0d,0x10,0x2a,0xad, +0x5a,0xc2,0x2c,0x05,0xb0,0x57,0x2a,0x03,0x90,0x48,0x2a,0x03,0x90,0x38,0x04,0x00, +0x08,0x53,0x00,0xe7,0x09,0xbb,0x25,0x90,0x2c,0x86,0x00,0xd5,0x90,0x2c,0x09,0xbb, +0x20,0x2b,0xcd,0x00,0x32,0x2d,0xac,0x40,0xe2,0x00,0x43,0x09,0x98,0xb4,0x90,0xc1, +0x00,0x12,0xb9,0x82,0x02,0x51,0x29,0xb5,0x2d,0x00,0x2a,0x02,0x00,0xf2,0x01,0x1a, +0xb6,0x58,0x00,0x07,0xb3,0x00,0x1b,0x5a,0xa5,0x05,0x00,0x0b,0x00,0x8e,0xa1,0xcb, +0x00,0xf5,0x5a,0x08,0xa1,0x39,0x02,0xa3,0x90,0x2a,0x39,0x02,0xa2,0xb0,0x5a,0x0a, +0xb7,0xa0,0xb2,0x06,0x65,0x70,0xb1,0x0b,0x1a,0x00,0xa7,0x50,0x04,0xe0,0x00,0x93, +0x0e,0x20,0xc5,0x72,0xa6,0x29,0x1b,0x63,0xa6,0x40,0xb9,0x0a,0xa0,0x08,0xa0,0x7c, +0x00,0x66,0x0c,0x00,0xb8,0x50,0x06,0xe0,0x00,0xb7,0x60,0x84,0x0c,0x10,0xb2,0x06, +0x64,0x80,0xb1,0x0c,0x1a,0x00,0x79,0x50,0x01,0xf0,0x00,0x29,0x00,0x6a,0x10,0x00, +0x4a,0xbd,0x00,0x0a,0x30,0x05,0x80,0x01,0xc0,0x00,0x9d,0xaa,0x00,0x09,0x50,0xb0, +0x0a,0x00,0xa0,0x88,0x00,0xa0,0x0a,0x00,0xa0,0x05,0x50,0x17,0x01,0x00,0x11,0x59, +0x12,0x00,0x20,0x07,0x80,0x06,0x00,0xa0,0x55,0x00,0x29,0x50,0x33,0x05,0x92,0x00, +0x00,0x03,0xb5,0x0a,0xf2,0x0d,0xf4,0x00,0x09,0xaa,0xab,0xb3,0x00,0xb1,0x11,0x01, +0xc2,0x0b,0x00,0x00,0x0a,0x40,0xdc,0xcc,0x88,0x60,0x00,0x00,0x1f,0x70,0x00,0x00, +0x00,0x70,0xea,0x21,0xf5,0x20,0x9b,0x00,0x00,0x07,0x7e,0xaa,0xa6,0x69,0x01,0x11, +0x2b,0x95,0x00,0x00,0x1b,0x0a,0x3c,0xcc,0xc9,0x00,0xbb,0x00,0x00,0x00,0x16,0x00, +0x00,0x00,0x04,0x10,0x00,0x00,0x78,0xa2,0x00,0x09,0x60,0x0b,0x30,0x8e,0x70,0x1b, +0xf2,0x00,0xc0,0x29,0x00,0x04,0x00,0x78,0xec,0xc8,0x00,0x00,0xab,0xb6,0x00,0x14, +0x00,0xf0,0x3a,0x7c,0xb0,0x1e,0xb2,0x1b,0x30,0x08,0x70,0x00,0xb5,0xa6,0x00,0x00, +0x09,0x40,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x1d,0x20,0x00,0x00,0x08,0x18,0x00, +0x00,0x01,0x80,0x62,0x00,0x00,0x81,0x00,0x90,0x00,0x18,0x00,0x06,0x30,0x08,0x10, +0x00,0x09,0x01,0xc8,0x88,0x88,0xc3,0x00,0x00,0x26,0x00,0x02,0x3b,0x18,0x08,0x54, +0xe1,0x86,0x10,0x75,0xf4,0x70,0x0b,0x70,0x77,0x01,0x50,0x07,0x05,0x05,0xf1,0x13, +0x83,0x04,0x80,0x00,0x46,0x30,0x00,0x00,0x5c,0xd8,0x60,0x06,0x84,0xe2,0x95,0x07, +0x10,0x10,0x35,0x0e,0x00,0x00,0x3c,0x09,0x50,0x00,0x75,0x03,0xa7,0x58,0x91,0x00, +0x15,0x64,0xa6,0x22,0xf1,0x83,0x03,0xad,0x78,0x30,0x0b,0x05,0x50,0x63,0x08,0x93, +0x70,0x08,0x07,0x07,0x00,0x07,0x07,0x10,0x00,0x08,0x00,0x81,0x00,0x72,0x00,0x07, +0x77,0x10,0x00,0x47,0x77,0x30,0x08,0x00,0x62,0x02,0x50,0x08,0x00,0x47,0x07,0x40, +0x28,0x98,0x80,0x08,0x08,0x87,0x00,0x70,0x52,0x70,0x03,0x70,0x47,0x00,0x02,0x74, +0x00,0x00,0x00,0x36,0x30,0x00,0x60,0x60,0x06,0xbc,0xc7,0x06,0x00,0x06,0x06,0x46, +0x46,0x06,0x45,0x46,0x09,0x9c,0xa9,0x00,0x60,0x60,0x00,0x65,0x70,0x00,0x00,0x10, +0x04,0x03,0xde,0xe6,0xa9,0xf5,0x00,0x07,0x09,0x70,0x00,0x70,0x29,0x10,0x08,0x7f, +0x00,0x00,0xb4,0xc9,0x33,0x10,0x01,0x8c,0xc4,0x48,0xa6,0x66,0x37,0x9f,0x23,0x58, +0x72,0x64,0xef,0x97,0x5e,0x06,0xa9,0x72,0x60,0x00,0x77,0x5e,0x00,0x07,0x73,0x80, +0x00,0x78,0x9f,0x55,0x57,0x01,0x11,0x11,0x97,0x00,0xf2,0x44,0x6e,0xf8,0x20,0x63, +0x78,0x08,0x17,0x05,0x80,0x07,0x73,0x95,0xa3,0x7d,0xa8,0x19,0xe7,0x5f,0x10,0x3c, +0x00,0x16,0x75,0x00,0x01,0x20,0x00,0x00,0x4f,0xf9,0x00,0x00,0xcf,0xff,0x4a,0x40, +0x8f,0xff,0xdf,0xf0,0x0d,0xdc,0xef,0xb0,0x75,0x8f,0xff,0x70,0xa2,0xff,0xff,0xe0, +0x9b,0xa9,0x99,0x90,0x00,0x10,0x00,0x00,0x01,0xa1,0x00,0x12,0x13,0xb1,0x0b,0xde, +0xee,0xb1,0x2b,0xbb,0xbb,0x80,0x4c,0x44,0x43,0x00,0x39,0x00,0x00,0x00,0x21,0x96, +0x23,0xf5,0x18,0x07,0x87,0x10,0x00,0x09,0x87,0x70,0x00,0x07,0x75,0x10,0x18,0x55, +0x91,0x00,0xc7,0x89,0x5c,0x00,0x98,0x67,0x79,0x00,0x06,0x66,0x60,0x00,0x37,0x77, +0x30,0x70,0x04,0x63,0x70,0x08,0x7a,0x70,0x00,0x07,0x03,0x00,0xb0,0x77,0x77,0x7b, +0x17,0x47,0x07,0x17,0x40,0x0d,0x00,0x10,0x3f,0x00,0x10,0x79,0x96,0x01,0xf2,0x07, +0x6a,0x71,0x00,0x00,0x00,0x4e,0x70,0x00,0x39,0x93,0x00,0x5a,0x71,0x17,0x90,0x20, +0x49,0x82,0x00,0x69,0x50,0x00,0x21,0x00,0xc1,0x00,0x48,0x00,0x08,0x90,0x00,0x40, +0x4b,0xbb,0xbb,0xbb,0x90,0x73,0x07,0x42,0x00,0x0a,0x00,0x00,0x09,0x00,0x2a,0x0e, +0xaa,0x12,0x00,0x51,0x02,0x99,0xad,0x99,0x97,0x34,0x00,0x70,0x2a,0xaa,0xca,0xaa, +0x70,0x00,0x0b,0x0b,0x00,0xc2,0xc6,0x00,0x00,0x00,0x0b,0x6c,0x30,0x00,0x00,0xb0, +0x1a,0x00,0x12,0x00,0x21,0xb0,0x00,0x09,0x00,0xf6,0x0c,0x1a,0xaa,0xbc,0xaa,0x50, +0x00,0x0b,0x40,0x00,0x00,0x07,0xf6,0x20,0x00,0x07,0x9a,0x2b,0x50,0x1b,0x80,0xa0, +0x09,0x60,0x30,0x0a,0x00,0x02,0x56,0x00,0x00,0x01,0x00,0xf0,0x00,0xb1,0x11,0x11, +0x00,0xd8,0x88,0x87,0x03,0x70,0x00,0x00,0x04,0xaa,0xaa,0xad,0x3e,0x00,0xc2,0x5a, +0xaa,0xaa,0x1a,0x00,0x00,0x00,0x37,0x00,0x00,0x5a,0xb2,0x25,0x00,0x00,0xac,0x00, +0xf6,0x02,0x2e,0x10,0x00,0x00,0x1b,0x3b,0x20,0x00,0x6c,0x16,0x1b,0x50,0x58,0x00, +0xa0,0x07,0x60,0xab,0x00,0x05,0x09,0x00,0x12,0x0b,0x04,0x00,0x80,0xda,0xae,0xaa, +0xd1,0xa0,0x0b,0x00,0x81,0x04,0x00,0xa6,0xea,0xae,0xaa,0xd1,0x30,0x0b,0x00,0x20, +0x00,0x0b,0x20,0x00,0xf1,0x0d,0x69,0x9e,0x99,0x60,0xa0,0x0b,0x00,0xb0,0x79,0x8d, +0x88,0x80,0x88,0x8d,0x88,0x80,0xb1,0x1b,0x11,0xa1,0xd9,0x9e,0x99,0xd1,0x40,0x0b, +0x00,0x30,0x24,0x00,0xf2,0x14,0xd9,0x99,0xb7,0x00,0x0a,0x28,0x02,0x70,0x00,0xa0, +0x37,0x27,0x02,0xae,0xaa,0xab,0xd7,0x01,0x80,0x00,0x27,0x00,0x55,0x00,0x02,0x70, +0x0b,0x10,0x00,0x27,0x03,0x60,0x00,0x8a,0x50,0x3c,0x25,0xf2,0x18,0x41,0x90,0x00, +0x00,0x0b,0x19,0x00,0x00,0x29,0x9a,0xd9,0x99,0x00,0x11,0x57,0x11,0xa0,0x00,0x08, +0x44,0x0a,0x00,0x00,0xb0,0xa0,0xb0,0x00,0x85,0x03,0x2b,0x00,0x59,0x00,0x00,0xb0, +0x39,0x00,0x07,0xb6,0xc6,0x00,0x20,0x01,0x30,0xac,0x00,0x90,0x50,0x00,0x08,0xaa, +0xbc,0xaa,0x20,0x00,0x0a,0xd5,0x00,0x71,0xa1,0x00,0x00,0x4a,0xad,0xaa,0x90,0x09, +0x00,0x00,0x12,0x00,0x51,0x29,0x99,0x99,0x99,0x70,0x29,0x00,0xa0,0x30,0x0a,0x01, +0x80,0x04,0x60,0x61,0x74,0x00,0x0a,0x92,0x00,0xf0,0x0c,0x3a,0x09,0x30,0x00,0x00, +0x6b,0x60,0x00,0x00,0x08,0xb9,0x00,0x00,0x6b,0x40,0x4c,0x60,0x45,0x00,0x00,0x06, +0x40,0x00,0x00,0x40,0x00,0x00,0x87,0x08,0xf0,0x1e,0x0a,0xaa,0xba,0xa7,0x00,0x00, +0x00,0x1c,0x20,0x00,0x00,0x0b,0x30,0x00,0x00,0x1a,0x40,0x00,0x00,0x3b,0x20,0x00, +0x01,0xad,0x50,0x00,0x11,0x33,0x06,0x9a,0xa9,0x40,0x00,0x00,0x02,0x44,0x00,0x7a, +0x99,0x75,0x20,0x09,0x10,0x80,0x00,0x3e,0x04,0xf1,0x32,0x00,0x0b,0xaa,0xea,0xaa, +0x30,0x03,0x0a,0x03,0x00,0x07,0x50,0xa0,0x57,0x03,0xa0,0x0a,0x00,0x93,0x20,0x0a, +0xb0,0x01,0x20,0x00,0x01,0x24,0x61,0x00,0x68,0x7c,0x53,0x00,0x59,0x99,0xd9,0x99, +0x10,0x05,0x1a,0x43,0x20,0x18,0xc1,0xa5,0xa4,0x04,0x7a,0x8e,0x7a,0xa1,0x00,0x56, +0xa8,0x20,0x03,0xb7,0x0a,0x0a,0x80,0x52,0x00,0xa0,0x05,0x20,0xd1,0x00,0x5d,0x5a, +0xaa,0xaa,0xa0,0x00,0x01,0x00,0xc0,0x2b,0xbb,0xbb,0xbb,0x80,0x06,0xaa,0xcb,0xaa, +0x00,0x00,0x08,0x28,0x00,0x70,0x82,0x00,0x02,0xaa,0xad,0xba,0xa7,0x09,0x00,0x05, +0x12,0x00,0x30,0x00,0x03,0xab,0x11,0x01,0xf0,0x16,0x40,0x00,0x05,0x99,0x9b,0x99, +0x91,0x04,0x87,0x77,0x80,0x00,0x75,0x22,0x2a,0x10,0x03,0x66,0x66,0x60,0x00,0x78, +0x8b,0xd9,0x10,0x69,0x9a,0xe9,0x99,0x20,0x00,0x19,0x00,0x00,0x00,0x49,0x70,0x54, +0x00,0xf2,0x17,0x50,0x00,0x06,0x99,0x9c,0x99,0x91,0x02,0x86,0x66,0x80,0x00,0x3b, +0x77,0x7c,0x00,0x25,0x55,0x55,0x55,0x07,0x74,0x44,0x44,0xb0,0x10,0x4b,0x8c,0x11, +0x00,0x09,0x20,0x81,0x41,0x4a,0x50,0x06,0xab,0x80,0x00,0x10,0x23,0x4b,0x01,0xf6, +0x14,0x7a,0xaa,0xa3,0x02,0xa0,0x90,0x08,0x21,0xd9,0x0a,0x00,0xa0,0x45,0x90,0x64, +0x38,0x00,0x19,0x00,0xaa,0x00,0x01,0x90,0x0a,0x90,0x00,0x19,0x08,0x89,0x70,0x01, +0x9a,0x50,0x06,0x80,0x5b,0x02,0xf3,0x12,0x3e,0x20,0x00,0x00,0x49,0x1b,0x30,0x02, +0x98,0x00,0x09,0xa3,0x62,0x70,0x01,0x62,0x30,0x0b,0x00,0x18,0x00,0x00,0xc0,0x01, +0x80,0x00,0x58,0x00,0x18,0x00,0x39,0x00,0x01,0x2c,0x00,0xf2,0x14,0x0b,0x00,0x28, +0x00,0x00,0xb0,0x04,0x60,0x00,0x0b,0x00,0x65,0x00,0x00,0xf5,0x09,0x70,0x00,0x37, +0xa1,0xcb,0x00,0x08,0x32,0x98,0x73,0x01,0xb0,0x0c,0x21,0xb0,0x64,0x06,0x50,0x03, +0x18,0x02,0xb1,0x70,0x40,0x09,0x10,0x0b,0x05,0x60,0xa0,0x00,0xb0,0x09,0xbf,0x01, +0xf2,0x04,0xa0,0x00,0xb0,0x10,0x55,0x00,0x0b,0x99,0x1c,0x90,0x01,0xa2,0x1b,0x35, +0x80,0x00,0x0a,0x30,0x07,0x7f,0x03,0xf1,0x16,0x1a,0x51,0x80,0x60,0x08,0x39,0x19, +0x1a,0x03,0xf0,0x55,0x02,0x80,0x9b,0x01,0xa0,0x83,0x00,0xa0,0x08,0x49,0x00,0x0a, +0x00,0x1f,0x20,0x00,0xa0,0x1a,0x7b,0x10,0x0a,0x59,0x10,0x2b,0x40,0x00,0x01,0x01, +0xf2,0x0d,0x30,0x00,0x05,0x5a,0x66,0x99,0x0c,0x09,0x0a,0x0a,0x7e,0x09,0x0a,0x0a, +0x4a,0x09,0x0a,0x0a,0x0a,0x09,0x1a,0x0a,0x0a,0x3d,0x7a,0x5b,0x0a,0x00,0x02,0x00, +0x01,0x01,0x00,0xf2,0x0f,0x0a,0x22,0xa0,0x00,0x05,0x68,0x2a,0x00,0x00,0xd1,0xca, +0xea,0xa0,0x7f,0x29,0x0a,0x00,0x06,0xa0,0x10,0xa0,0x00,0x0a,0x3a,0xae,0xaa,0x30, +0xa0,0x00,0xa0,0x28,0x00,0x24,0xa0,0x00,0xb6,0x01,0xf6,0x41,0x22,0x00,0x03,0x00, +0x0a,0x68,0xba,0x60,0x04,0xa1,0x19,0x00,0x02,0xd9,0x00,0x90,0x00,0x43,0x9a,0xad, +0xaa,0x60,0x19,0x00,0x90,0x00,0x01,0x90,0x09,0x00,0x00,0x19,0x11,0xa2,0x10,0x01, +0x96,0x88,0x88,0x40,0x00,0x40,0x10,0x20,0x00,0x29,0x0a,0x17,0x20,0x0a,0x13,0x90, +0x28,0x05,0xf1,0xd1,0x00,0x85,0x5a,0x26,0xbc,0x9b,0x30,0xa0,0x06,0x40,0xa0,0x0a, +0x00,0xa1,0x19,0x00,0xa0,0x38,0x02,0x70,0x0a,0x19,0x05,0xb3,0x05,0x02,0xf2,0x19, +0x05,0x50,0xa7,0x30,0x00,0xb0,0x0a,0x09,0x00,0x59,0x35,0xd8,0xa6,0x2d,0x97,0x6c, +0x23,0x12,0x39,0x00,0xa1,0xb0,0x01,0x90,0x07,0xc2,0x00,0x19,0x00,0x9a,0x02,0x01, +0x92,0xa5,0xb0,0x90,0x19,0x71,0x03,0xc7,0x2e,0x00,0xf2,0x18,0x60,0x05,0x00,0x00, +0x37,0x9a,0xc9,0x90,0x0b,0x10,0x72,0x00,0x07,0xf4,0x9e,0xa9,0x94,0x6a,0x01,0xa0, +0x00,0x00,0xa0,0x3a,0xac,0xa0,0x0a,0x00,0x21,0xb1,0x00,0xa0,0x05,0xe3,0x00,0x0a, +0x00,0x03,0x90,0x2d,0x00,0xf1,0x09,0x40,0x05,0x00,0x01,0x80,0x47,0x00,0x08,0x2c, +0xaa,0x99,0x2f,0x0a,0x00,0x0a,0xac,0x0a,0x00,0x0a,0x0a,0x0d,0xaa,0xaa,0x0a,0x08, +0x00,0x60,0x99,0x9a,0x0a,0x0a,0x00,0x09,0x24,0x00,0x20,0x00,0x29,0xf0,0x00,0xe0, +0x29,0xaa,0xaa,0x07,0xe1,0x24,0x04,0x40,0x49,0x11,0x80,0x72,0x00,0x91,0x1c,0x00, +0xa0,0x10,0xa0,0xa0,0x00,0x93,0x88,0x9c,0x82,0x09,0x11,0xbd,0x05,0xf2,0x19,0x30, +0x00,0x24,0x00,0x38,0x69,0xac,0x40,0x0a,0x1a,0x00,0x90,0x05,0xf0,0x90,0x0a,0x00, +0x8a,0x0b,0x99,0xd9,0x30,0xa0,0x90,0x09,0x00,0x0a,0x09,0x00,0x90,0x00,0xa0,0xa0, +0x86,0x56,0x0a,0x0c,0x83,0x5b,0x20,0x7a,0x00,0x10,0x13,0x56,0x00,0xf1,0x06,0xb0, +0x00,0x09,0x4a,0xac,0xaa,0x25,0xf1,0x00,0xa0,0x00,0x79,0x10,0x0a,0x00,0x00,0x91, +0x89,0xe9,0x90,0x09,0x09,0x00,0xf0,0x20,0x00,0xa0,0x00,0x09,0x49,0x99,0x99,0x30, +0x01,0x80,0x09,0x00,0x00,0x65,0x00,0x90,0x00,0x0d,0x5a,0xae,0xaa,0x37,0xf0,0x09, +0xe5,0x00,0x5a,0x02,0x7a,0xa0,0x00,0xa0,0xa1,0x95,0x70,0x0a,0x88,0x9d,0x9a,0x40, +0xa0,0x00,0x90,0x00,0x0a,0x00,0x09,0x52,0x00,0xf1,0x06,0x20,0x00,0x00,0x19,0x0b, +0x00,0x00,0x09,0x25,0xbe,0xaa,0x45,0xf2,0xb0,0xa0,0x00,0x79,0x32,0x0e,0x99,0x20, +0x49,0x00,0x42,0x10,0x0e,0x99,0x30,0x09,0x00,0x18,0x0a,0x5e,0x03,0x10,0x0a,0xbd, +0x01,0x60,0x59,0xbb,0xeb,0xb3,0x00,0xd0,0xe0,0x00,0xf6,0x37,0xe0,0xd9,0xd9,0xd0, +0x06,0xa0,0x90,0xa0,0xa0,0x00,0xa0,0xa9,0xd8,0x80,0x00,0xa0,0x86,0x70,0x00,0x00, +0xa0,0x1e,0x91,0x00,0x00,0xa4,0xa2,0x29,0xa2,0x02,0x50,0x00,0x05,0x40,0x86,0xcb, +0x72,0x54,0x0c,0x09,0x10,0x95,0x46,0xe0,0xba,0x89,0x54,0x4a,0x46,0x46,0x95,0x40, +0x96,0x7a,0x29,0x54,0x09,0x00,0xc0,0x75,0x40,0x90,0x74,0x00,0x54,0x09,0x38,0x00, +0x5b,0x20,0x5e,0x00,0xf0,0x16,0x0a,0x09,0x00,0x06,0x60,0xa0,0x90,0x00,0xd2,0xae, +0xad,0xa3,0x9f,0x00,0xa0,0x90,0x05,0xa0,0x0a,0x09,0x00,0x0a,0x3a,0xca,0xca,0x40, +0xa0,0x05,0x04,0x00,0x0a,0x09,0x50,0x39,0x00,0xa2,0x80,0xca,0x03,0x00,0x30,0x08, +0xf6,0x18,0x40,0x00,0x04,0x40,0x96,0x97,0x97,0x44,0x0c,0x43,0x78,0x84,0x48,0xc4, +0x38,0x88,0x44,0x38,0x43,0x88,0x84,0x40,0x84,0x47,0x88,0x44,0x08,0x14,0x63,0x34, +0x40,0x80,0x76,0x40,0x44,0x08,0x45,0x07,0x2a,0x5f,0x00,0xf3,0x18,0x19,0x17,0x7a, +0x50,0x07,0xaa,0xb0,0xa7,0x20,0xd0,0x09,0x0a,0x13,0x7f,0x59,0xd9,0xd9,0x47,0xa0, +0x09,0x09,0x41,0x0a,0x16,0xe9,0x99,0x00,0xa4,0x5a,0x0a,0x40,0x0a,0x00,0x96,0xc4, +0x80,0xa1,0x97,0x60,0x30,0x05,0x00,0x2f,0x05,0xe0,0x28,0xb9,0x99,0xc0,0x0b,0x1a, +0x00,0x0a,0x07,0xe0,0x99,0xc9,0x90,0x6a,0xbe,0x02,0xf5,0x03,0xa4,0x9c,0xfc,0x93, +0x0a,0x01,0xab,0xa0,0x00,0xa2,0xb2,0xa2,0xb1,0x0a,0x41,0x0a,0x02,0x30,0x9c,0x01, +0xf0,0x10,0x46,0x01,0x90,0x00,0x0b,0x38,0x88,0x88,0x26,0xe0,0x68,0x88,0x50,0x5a, +0x05,0x66,0x64,0x00,0x90,0x12,0x22,0x10,0x09,0x0b,0x88,0x8a,0x00,0x90,0x90,0x00, +0x90,0x09,0x00,0x00,0xdb,0x28,0xf2,0x68,0x00,0x00,0x56,0x08,0xb8,0x81,0x0c,0x05, +0xb6,0x2a,0x06,0xf4,0x61,0xbd,0x20,0x6a,0x49,0x83,0x57,0x50,0xa4,0x46,0x74,0x30, +0x0a,0x44,0x48,0x64,0x20,0xa1,0x11,0x38,0x80,0x0a,0x01,0xb7,0x20,0x00,0x00,0x30, +0x05,0x00,0x00,0x57,0x99,0xd9,0x95,0x0b,0x46,0x21,0x03,0x04,0xe3,0x67,0x69,0xd4, +0x5a,0x38,0xd1,0x09,0x00,0x93,0x89,0x44,0x90,0x09,0x44,0x90,0x79,0x00,0x98,0x19, +0x00,0x90,0x09,0x70,0x90,0x68,0x00,0x00,0x50,0x06,0x00,0x00,0x38,0x99,0xd9,0x92, +0x0b,0x12,0x50,0x44,0x06,0xf0,0x08,0x0a,0x10,0x5a,0x29,0x99,0x99,0x40,0xa0,0x59, +0x99,0x60,0x0a,0x08,0x10,0x0a,0x00,0xa0,0x89,0x88,0xa0,0x0a,0x08,0x21,0x1a,0x6c, +0x04,0xf2,0x14,0x38,0xaa,0x79,0x53,0x0a,0x09,0x16,0x95,0x36,0xd4,0xa8,0x99,0x53, +0x49,0x00,0xa0,0x95,0x30,0x93,0x8d,0x89,0x53,0x09,0x00,0xa3,0x35,0x30,0x94,0xad, +0x90,0x53,0x09,0x32,0x00,0x6b,0x30,0x01,0xf0,0x0d,0x09,0x00,0xb0,0x00,0x04,0x89, +0x9d,0x99,0x20,0xc1,0x13,0xa2,0x20,0x6f,0x09,0x55,0x5a,0x04,0xa0,0x97,0x77,0xa0, +0x09,0x09,0x77,0x7a,0x00,0x90,0x09,0x00,0x00,0x0e,0x0f,0x40,0x94,0xd9,0x99,0xd4, +0xd1,0x00,0xf1,0x11,0x02,0x88,0x8d,0x87,0x0b,0x19,0x00,0x09,0x7f,0x0d,0x99,0x98, +0x5a,0x0c,0x9a,0xaa,0x0a,0x0c,0x47,0x78,0x0a,0x3a,0xac,0xcc,0x0a,0x67,0x47,0x78, +0x0a,0x73,0x47,0x7a,0x10,0x03,0xf3,0x90,0x19,0x88,0xb9,0x86,0x09,0x22,0x87,0x79, +0x04,0xf0,0x3a,0x77,0xc0,0x5a,0x05,0x55,0x55,0x40,0x92,0x93,0x33,0x39,0x09,0x02, +0x8c,0x97,0x00,0x90,0x00,0x72,0x00,0x09,0x00,0x6b,0x10,0x00,0x00,0x74,0x28,0x16, +0x00,0x65,0x29,0x82,0x90,0x0d,0x2c,0x99,0x99,0x86,0xf1,0x95,0x55,0x57,0x5a,0x00, +0x44,0x43,0x00,0xa3,0xab,0xca,0xa7,0x0a,0x00,0xb1,0x36,0x00,0xa0,0x88,0x46,0xe1, +0x0a,0x09,0x76,0x44,0x70,0x02,0x60,0x05,0x33,0x10,0x84,0x94,0xba,0xa0,0x0b,0x04, +0x05,0x66,0x06,0xd8,0x77,0xbd,0xa3,0x69,0x09,0x1c,0x30,0x00,0x90,0x9a,0xc8,0xc0, +0x09,0x09,0x1b,0x6c,0x00,0x91,0xe4,0xc8,0xd0,0x09,0x01,0x09,0x09,0x00,0x00,0x40, +0x50,0x00,0x00,0x28,0x6a,0x97,0x00,0x09,0x7e,0x8c,0x99,0x04,0xf2,0x90,0x90,0x90, +0x7b,0x07,0xe9,0x88,0x00,0xa2,0x96,0xa6,0x80,0x0a,0x17,0x7b,0x85,0x00,0xa1,0x59, +0x83,0xa2,0x0a,0x36,0x4a,0x00,0x20,0xdd,0x03,0x00,0x24,0x06,0xf0,0x14,0x30,0x00, +0x1a,0xae,0xaa,0xaa,0x60,0x06,0x60,0x1a,0x10,0x05,0xe9,0xaa,0xbc,0x10,0x11,0xb0, +0xa1,0x21,0x00,0x0b,0x0a,0x10,0x10,0x08,0x50,0xa1,0x0a,0x0a,0x70,0x06,0xaa,0x70, +0x10,0x3e,0x06,0x00,0x0a,0x03,0x41,0x93,0x0a,0x06,0x60,0x6f,0x07,0xf0,0x01,0x02, +0x0a,0x02,0x00,0x6a,0xae,0xad,0xaa,0x10,0x00,0x90,0xa0,0x00,0x00,0x46,0x0a,0xde, +0x0d,0x61,0xa0,0x20,0x5b,0x20,0x0a,0xab,0x6a,0x05,0x00,0xf6,0x04,0x51,0x01,0x99, +0x9d,0xa9,0x95,0x29,0x08,0xd0,0x2c,0x99,0x99,0x90,0x02,0x70,0x00,0x09,0x00,0x1a, +0xe9,0xda,0x60,0xae,0x10,0xa2,0x00,0x08,0x60,0xa0,0x09,0x2b,0x60,0x07,0xaa,0x70, +0xaa,0x07,0x00,0x04,0x00,0x10,0xb0,0xe1,0x07,0x10,0xb0,0x7a,0x08,0xf2,0x06,0x50, +0x00,0x00,0x07,0x5b,0x00,0x00,0x00,0xc0,0x57,0x00,0x00,0xa4,0x00,0xb2,0x01,0x94, +0x00,0x01,0xc3,0x33,0xd0,0x07,0x00,0x7d,0x02,0xf2,0x01,0x3c,0x70,0x00,0x00,0x39, +0x06,0x80,0x00,0x99,0x00,0x04,0xb3,0x34,0x99,0xd9,0x95,0x9a,0x08,0x31,0x89,0xd9, +0x94,0x9a,0x08,0xd0,0x09,0x99,0xda,0x99,0x50,0x00,0x01,0x02,0x00,0x00,0x07,0x50, +0x58,0x56,0x00,0xe0,0xa3,0x01,0xc2,0x18,0x01,0xc2,0x23,0x08,0x40,0x02,0x30,0x02, +0xa0,0x34,0x29,0x0e,0x60,0xb2,0x00,0x9d,0xaa,0xaa,0xb0,0x36,0x05,0xe6,0x10,0x01, +0x40,0x00,0x60,0x00,0x0a,0x10,0x74,0x00,0x3a,0xba,0xae,0xa9,0xf6,0x03,0x41,0x8a, +0xaa,0xaa,0x20,0x10,0x0a,0x44,0xaa,0xaa,0xaa,0xa2,0x1e,0x03,0xb0,0x41,0x00,0x05, +0x60,0x0b,0x00,0x06,0xac,0xac,0xca,0x10,0x3c,0x08,0x10,0x19,0x69,0x00,0xe1,0x11, +0x2d,0xa1,0x10,0x00,0x1b,0x46,0x80,0x00,0x7c,0x30,0x06,0xc5,0x04,0x94,0x0b,0xa0, +0x90,0x00,0x90,0x05,0xce,0xbb,0xce,0xb0,0x00,0x90,0x92,0x04,0xf0,0x30,0x88,0x99, +0x00,0x00,0xc6,0x67,0x90,0x00,0x0a,0x22,0x39,0x00,0x7a,0xba,0x9a,0xb9,0x20,0x5a, +0x30,0x88,0x20,0x55,0x00,0x00,0x17,0x00,0x00,0xd8,0x88,0xa7,0x00,0x0c,0x77,0x79, +0x70,0x00,0xc8,0x88,0x97,0x00,0x0b,0x33,0x36,0x70,0x00,0xb4,0x44,0x77,0x02,0x9b, +0xb9,0xab,0xa7,0x03,0xa5,0x01,0x98,0x11,0x71,0x00,0x00,0x35,0x00,0xd2,0x01,0xf0, +0x12,0x89,0xda,0xd9,0x50,0x0a,0x09,0x09,0x19,0x00,0xc8,0xd8,0xc9,0x90,0x0a,0x1a, +0x29,0x29,0x00,0xa0,0x90,0x91,0x90,0x8a,0xba,0xab,0xaa,0x40,0x5b,0x20,0x6a,0x30, +0x56,0x00,0x3e,0x07,0xf2,0x1b,0x80,0x00,0x71,0x01,0x8b,0xb8,0x9d,0x84,0x01,0x1b, +0x1b,0x11,0x00,0x58,0xd8,0xd8,0xb0,0x29,0x9d,0x9d,0x9d,0x60,0x00,0xa0,0xa0,0xa0, +0x06,0xbf,0x8e,0xc6,0x00,0x4a,0xb0,0xa8,0x70,0x27,0x0a,0x0a,0x04,0x70,0x00,0x0a, +0xc1,0x09,0xf2,0x30,0xea,0xae,0xaa,0xd2,0xa0,0x0a,0x00,0x72,0xa0,0x2d,0x50,0x72, +0xa0,0xb1,0x85,0x72,0xab,0x30,0x09,0x92,0xa0,0x00,0x00,0x72,0xa0,0x00,0x0a,0xb1, +0x0b,0x9b,0x5b,0xb6,0x00,0xa0,0xa5,0x53,0x60,0x0a,0x0a,0x55,0x36,0x08,0xda,0xdc, +0xbb,0xc3,0x0a,0x0a,0x63,0x36,0x00,0x90,0xa8,0x13,0x60,0x54,0x0a,0xa0,0x36,0x09, +0x08,0x97,0x3a,0x26,0x07,0xf0,0x0b,0x0d,0x9b,0x99,0x99,0xa0,0x72,0x80,0x00,0x07, +0x00,0x6b,0x99,0x95,0x00,0x0a,0x75,0x55,0x40,0x00,0x22,0x22,0x3b,0x00,0x99,0x99, +0x93,0xf2,0x06,0x63,0x47,0x00,0x00,0x03,0x9b,0x20,0x24,0x08,0x10,0x0a,0xab,0x0a, +0xf2,0x0f,0xa0,0x00,0x03,0x5a,0x9d,0x9a,0x30,0x00,0x90,0xa0,0x54,0x00,0x09,0x0a, +0x05,0x40,0x27,0xd9,0xd9,0xc4,0x09,0x13,0x0a,0x01,0x12,0x90,0x00,0xa0,0x00,0x21, +0x54,0x07,0xf0,0x0b,0x31,0x20,0x04,0x70,0x65,0x19,0x00,0x0a,0x2d,0x99,0xd9,0x30, +0x0a,0xc3,0x3b,0x30,0x00,0x3a,0x44,0xc4,0x00,0x74,0xa9,0x9d,0x91,0x0b,0x97,0x0d, +0x62,0x60,0xa9,0x9d,0x95,0x00,0x09,0xa6,0x01,0x00,0x84,0x0d,0xf4,0x17,0x38,0x70, +0x63,0x00,0x03,0x67,0x00,0x98,0x99,0xac,0x92,0x00,0x85,0x76,0x85,0x00,0x08,0x48, +0x59,0x90,0x09,0x98,0x07,0xc5,0x02,0x79,0x78,0x9d,0x02,0x82,0x93,0x09,0x94,0x64, +0x43,0x05,0x40,0xc2,0x4f,0x08,0xf2,0x0e,0x00,0x40,0x0b,0x00,0x50,0x91,0x0b,0x00, +0xb0,0x92,0x0b,0x00,0xb0,0x59,0x9e,0x99,0x60,0x80,0x0b,0x00,0x70,0xb0,0x0b,0x00, +0xa1,0xea,0xae,0xaa,0xe1,0x1f,0x0a,0x10,0x91,0x0b,0x04,0x61,0x10,0x00,0x05,0xaa, +0xdb,0xaa,0x09,0x00,0xf5,0x03,0x1a,0xaa,0xdb,0xaa,0x60,0x21,0x09,0x10,0x40,0x06, +0x40,0x91,0x0a,0x00,0x6c,0xad,0xba,0xc0,0x4d,0x0b,0xf1,0x0d,0x19,0x99,0xaf,0x40, +0x20,0x03,0xa3,0x02,0xa7,0x1a,0x08,0x39,0xa1,0x5c,0xa4,0x09,0xa6,0x8b,0x3a,0x29, +0xa3,0x5b,0x01,0x49,0xd9,0xa9,0x99,0xa9,0x51,0x04,0x00,0xd8,0x02,0xf0,0x06,0x0a, +0x20,0x74,0x00,0x03,0xa0,0x00,0xb1,0x02,0xc0,0x00,0x02,0xb1,0x57,0xae,0xaa,0xe4, +0x10,0x00,0xb0,0x0a,0x1c,0x01,0xa2,0xa0,0x00,0x1b,0x10,0x0b,0x00,0x4b,0x20,0x7a, +0x70,0x0a,0x06,0xf5,0x14,0x05,0xaa,0x9b,0x10,0xa2,0x21,0x80,0x90,0x8e,0x82,0x27, +0x0a,0x00,0xa0,0x04,0x60,0xa0,0x0a,0x01,0x63,0x0a,0x00,0xca,0x5b,0x00,0xa0,0x07, +0x05,0x70,0x0b,0x00,0x02,0x90,0x5b,0x60,0x36,0x06,0xf6,0x15,0x04,0xad,0xaa,0x21, +0xa0,0x04,0x60,0x05,0x4a,0x00,0x9a,0xaa,0x54,0xa0,0x29,0x02,0x75,0x4a,0x03,0x49, +0x93,0x54,0xa0,0x00,0x5b,0x03,0x3a,0x00,0x1b,0x20,0x00,0xa0,0x1b,0x20,0x00,0x7b, +0xcd,0x02,0xf2,0x19,0x06,0x80,0x00,0x36,0x00,0xbb,0x20,0x83,0x60,0x84,0x1b,0x0a, +0x36,0x58,0x00,0x65,0xa3,0x62,0xa8,0x9a,0x0a,0x36,0x0a,0x01,0x80,0xa3,0x60,0xa2, +0x93,0x04,0x36,0x0a,0x00,0x54,0x03,0x60,0x79,0x9b,0x16,0xa4,0x8b,0x03,0x10,0x20, +0xbb,0x00,0x50,0x08,0xba,0xa8,0x29,0xab,0x2f,0x14,0xf3,0x0b,0x40,0xa0,0x09,0x03, +0xd9,0x1a,0x01,0x92,0xbd,0xb0,0xa0,0x28,0x11,0xa3,0x56,0x03,0x70,0x0a,0x0b,0x10, +0x55,0x00,0xa5,0x62,0x9a,0x10,0x5d,0x00,0xf6,0x16,0x08,0x00,0xdc,0x6a,0x85,0x80, +0x08,0x96,0x28,0x78,0x02,0xab,0x96,0xa7,0x80,0x3b,0xba,0x7b,0x78,0x00,0x89,0x71, +0x87,0x80,0x17,0x98,0x08,0x28,0x04,0x59,0x80,0x80,0x80,0x73,0xa8,0x66,0x3b,0xfd, +0x30,0xf1,0x13,0x6c,0x60,0x0a,0x49,0xc2,0x04,0x2a,0x00,0x92,0x06,0x2a,0x48,0xe9, +0x86,0x2a,0x02,0xfa,0x06,0x2a,0x0a,0xa3,0x86,0x2a,0x77,0x91,0x01,0x0a,0x20,0x91, +0x00,0x0a,0x00,0x91,0x00,0xa9,0x0a,0xf4,0x16,0x80,0xd9,0x9a,0x02,0x18,0x09,0x00, +0xa1,0x91,0x80,0xb8,0x88,0x19,0x18,0x02,0xb2,0x11,0x91,0x82,0x8d,0x8b,0x19,0x18, +0x01,0x90,0xa1,0x61,0x80,0x74,0x0a,0x00,0x18,0x39,0x2a,0x50,0x5a,0x60,0x0e,0x01, +0xf1,0x11,0x4a,0xc9,0x97,0x3a,0x08,0x17,0x36,0x3a,0x2c,0x88,0xa6,0x3a,0x00,0x81, +0x06,0x3a,0x28,0xc9,0x86,0x3a,0x00,0x81,0x23,0x1a,0x05,0xce,0xb0,0x0a,0x58,0x40, +0x00,0x9b,0x04,0x01,0xf4,0x14,0x90,0x00,0x09,0x3b,0xc7,0x52,0x6a,0x93,0xa3,0x22, +0x6a,0x79,0xd9,0x94,0x6a,0x25,0xb6,0x52,0x6a,0x56,0xb4,0xa2,0x6a,0x53,0x90,0x90, +0x0a,0x53,0x95,0x90,0x0a,0x00,0x90,0x00,0x9b,0x4b,0x09,0xf4,0x13,0x40,0xd9,0x9c, +0x43,0x54,0x0d,0x99,0xb4,0x95,0x40,0x90,0x30,0x09,0x54,0x0b,0x9d,0x93,0x95,0x40, +0xb5,0x94,0x49,0x54,0x29,0x59,0x44,0x45,0x46,0x44,0x97,0x10,0x54,0x50,0x09,0x34, +0x06,0xf5,0x18,0x50,0x00,0x32,0x00,0x16,0x71,0x1c,0x21,0x27,0x77,0x77,0x77,0x50, +0x79,0x96,0x32,0x71,0x0a,0x34,0x85,0x48,0x10,0xa4,0x58,0x54,0x81,0x0a,0x89,0x85, +0x48,0x10,0xa0,0x18,0x00,0x81,0x0a,0x09,0x60,0x7c,0xff,0x00,0xf4,0x16,0xa2,0x99, +0x99,0x63,0x0a,0x09,0x88,0xb2,0xa0,0xa0,0xa4,0x49,0x2a,0x0a,0x03,0x44,0x40,0xa0, +0xa0,0xc8,0xc9,0x8a,0x0a,0x0c,0x7c,0x78,0x50,0xa0,0xc8,0xc9,0x80,0x0a,0x09,0x00, +0x18,0x4a,0x70,0x78,0x08,0xb0,0x04,0xcd,0xb0,0xa0,0x00,0x00,0x90,0x8e,0xaa,0x70, +0x09,0x33,0x02,0xf3,0x05,0x90,0x0c,0x00,0xa0,0x0a,0x43,0x90,0x09,0x3b,0xc7,0x75, +0x02,0x81,0x10,0x1b,0x00,0x46,0x00,0x0b,0x23,0x6c,0x05,0x02,0x94,0x0d,0xf3,0x12, +0x68,0x80,0x1a,0xda,0xa9,0x3a,0x10,0x18,0x0a,0x80,0x91,0x03,0x70,0xa8,0x09,0x10, +0x55,0x19,0x80,0x91,0x08,0x32,0x78,0x09,0x10,0xb0,0x55,0xaa,0xd1,0x28,0x8b,0x18, +0x09,0xb3,0x01,0x50,0x09,0x10,0x03,0x99,0x90,0xe7,0x02,0xf2,0x0e,0x6c,0x77,0x06, +0xa9,0x94,0xb3,0xb0,0x09,0x10,0x0a,0x0a,0x00,0x90,0x90,0x90,0xa0,0x28,0x4c,0x28, +0x0a,0x07,0xa6,0x5a,0x30,0xa0,0x00,0x00,0x95,0xa7,0x2c,0x00,0x30,0x14,0x00,0x00, +0xd7,0x03,0xf0,0x03,0x50,0x06,0x84,0x44,0x4c,0x02,0x9b,0x99,0x80,0xa0,0x00,0xa0, +0x0a,0x0a,0x00,0x0d,0x99,0x90,0xcc,0x03,0x30,0xa5,0x00,0x0a,0x78,0x00,0x60,0xaa, +0xaa,0xab,0x60,0x00,0x52,0xc2,0x0e,0xf6,0x13,0x99,0x99,0x94,0x09,0x30,0x10,0x04, +0x76,0xb2,0x08,0x22,0x36,0x19,0x2a,0x90,0x94,0x60,0x91,0xaa,0x39,0x45,0x09,0x52, +0x03,0x95,0x40,0x69,0x99,0x95,0x73,0x00,0x00,0x02,0x9b,0x95,0x02,0xf0,0x13,0x04, +0x70,0xa0,0x00,0x00,0xb0,0x0a,0x03,0x30,0x6b,0x00,0xa1,0xd1,0x2c,0xa0,0x0b,0xb5, +0x02,0x2a,0x00,0xf6,0x00,0x00,0xa3,0xcb,0x00,0x00,0x0a,0x62,0xa0,0x07,0x00,0xa0, +0x0b,0x38,0x0d,0xf2,0x13,0xba,0xb5,0xd9,0x99,0x99,0x94,0xa3,0x10,0x08,0x10,0xa1, +0xb2,0x48,0x00,0xa0,0x1b,0xb0,0x00,0xa0,0x1b,0xb2,0x00,0xa3,0xc2,0x1c,0x10,0xa5, +0x10,0x02,0x30,0xea,0xaa,0xaa,0xa6,0x4e,0x00,0x90,0x6c,0x0a,0x00,0x0a,0xd9,0x00, +0xa0,0x00,0x14,0xca,0x16,0xa0,0x46,0x00,0xa0,0x02,0xab,0xca,0xae,0xa7,0x00,0x74, +0xb2,0x09,0x94,0x10,0x0a,0x00,0x04,0x90,0x00,0xa0,0x02,0xa0,0xb3,0x0b,0xf3,0x18, +0x08,0x10,0x09,0x00,0x00,0x81,0x01,0xa1,0x00,0x5d,0xa5,0xad,0x9a,0x00,0x81,0x22, +0x90,0xb1,0x08,0x1a,0x47,0x0b,0x80,0x83,0xa7,0x30,0x9a,0x08,0x33,0xa0,0x18,0x50, +0x81,0x74,0x03,0x70,0x08,0x47,0x09,0x0b,0x0f,0xf1,0x02,0x41,0x00,0x41,0x00,0x02, +0x90,0x2b,0x00,0x06,0xa8,0xd8,0x8c,0x00,0x6a,0x8d,0x88,0xd0,0x84,0x0b,0x96,0x38, +0x8d,0x88,0x70,0x29,0x99,0xd9,0x99,0x70,0x0c,0x0f,0x20,0x02,0x80,0x3f,0x09,0x00, +0x09,0x00,0x21,0xd9,0x95,0x09,0x00,0xd0,0x7a,0xab,0xda,0xaa,0x20,0x00,0x29,0x20, +0x00,0x00,0x02,0xa7,0xa4,0xc9,0x0a,0xd0,0x40,0x00,0x02,0x90,0x00,0x00,0x09,0xab, +0xca,0xac,0x00,0x00,0x28,0xe2,0x0f,0x20,0x80,0x0a,0x09,0x00,0x51,0xb0,0x00,0x02, +0x83,0xa8,0x32,0x00,0xe5,0x01,0x13,0x91,0x11,0x12,0x88,0x88,0x88,0x86,0x09,0xba, +0xaa,0xaa,0x40,0x6a,0x0f,0x18,0xb0,0x09,0x00,0x13,0x56,0x39,0x12,0x65,0x00,0x0d, +0xaa,0xac,0xaa,0x80,0x64,0x0c,0xf2,0xa4,0xa6,0xaa,0xea,0xa3,0x09,0x00,0x0a,0x43, +0x03,0x70,0x00,0xa0,0x70,0x74,0x88,0x8d,0x88,0x63,0x01,0x11,0x11,0x11,0x0b,0x99, +0xac,0x99,0x40,0xa2,0x8b,0xb8,0x60,0x0a,0x47,0x22,0x2a,0x00,0xa4,0x95,0x55,0xb0, +0x0a,0x39,0x8a,0x88,0x01,0x90,0x70,0xa5,0x10,0x55,0x94,0x0a,0x1a,0x06,0x15,0x29, +0x70,0x32,0x00,0x05,0x01,0x00,0x00,0x19,0x51,0x98,0x00,0x07,0x9d,0x76,0x67,0x06, +0x99,0xe9,0xa9,0x92,0x02,0xb1,0x65,0x90,0x06,0xa8,0x83,0x64,0xb2,0x10,0x69,0x81, +0x60,0x00,0x03,0x47,0x93,0x00,0x04,0x85,0x10,0x00,0x00,0x2a,0xea,0xae,0x20,0x00, +0x0b,0x20,0xb0,0x00,0x00,0xb8,0x0b,0xac,0x00,0x0a,0xa0,0x02,0x80,0x02,0x83,0xa0, +0xa2,0x00,0x93,0x07,0xc5,0x00,0x59,0x06,0xa8,0xb6,0x03,0x04,0x50,0x00,0x52,0x4a, +0xab,0x6b,0xab,0x20,0x00,0xa3,0x70,0x90,0x1a,0x1a,0x09,0x0a,0x00,0x4c,0x60,0xa4, +0x60,0x00,0xc5,0x05,0xd0,0x00,0x39,0xb0,0x7d,0x00,0x2b,0x03,0x89,0x29,0x14,0x20, +0x16,0x00,0x24,0x00,0x00,0x02,0x51,0x00,0x89,0x99,0x74,0x68,0x0b,0x60,0xab,0xba, +0xab,0x30,0x0a,0x19,0x1c,0x06,0xf3,0x50,0x93,0x67,0x00,0x0a,0x00,0xca,0x00,0x04, +0x53,0xa8,0x99,0x30,0x51,0x71,0x00,0x27,0x00,0x00,0x20,0x60,0x30,0x00,0x37,0x1a, +0x07,0x50,0x0a,0x99,0xc7,0x89,0x20,0x22,0xb4,0x22,0x20,0x00,0x2f,0xaa,0xb5,0x00, +0x0a,0x96,0x0c,0x00,0x09,0x80,0x9b,0x40,0x06,0x60,0x6a,0x9b,0x50,0x00,0x64,0x00, +0x27,0x50,0x3d,0x9d,0x96,0x66,0x30,0xa0,0x92,0xb4,0x75,0x0a,0x8d,0x18,0x27,0x20, +0xa8,0xd1,0x47,0xa0,0x0a,0x09,0x10,0xc7,0x01,0xb7,0xd9,0x0c,0x50,0x27,0x49,0x18, +0x5b,0x20,0x00,0x95,0x70,0x28,0x00,0xfa,0x0c,0xf2,0x17,0x00,0x01,0x99,0x9c,0xa9, +0x95,0x00,0x5a,0x09,0x42,0x00,0x83,0xa0,0x91,0xa1,0x03,0x07,0x06,0x01,0x10,0x5d, +0xa9,0x9d,0x50,0x00,0x1a,0x38,0x80,0x00,0x04,0x8c,0xc5,0x20,0x19,0x51,0x00,0x59, +0x60,0x30,0x06,0xf6,0x1f,0xff,0xea,0x00,0x07,0xb9,0x57,0xaa,0x10,0x69,0xa0,0x89, +0x90,0x0b,0x7a,0x9b,0x7a,0x50,0x86,0x88,0x88,0x36,0x00,0xa5,0x55,0xa2,0x00,0x0a, +0x66,0x6b,0x20,0x17,0xc7,0x77,0xb8,0x50,0x8a,0xaa,0xaa,0x9a,0x00,0x00,0x0b,0xa0, +0x00,0x00,0xba,0x07,0x00,0xc0,0xca,0xaa,0xaa,0xda,0x00,0x00,0x0a,0x09,0xaa,0xaa, +0xa9,0x00,0x58,0x0d,0x03,0x27,0x03,0x03,0xbd,0x0f,0xf0,0x19,0x0a,0x40,0x3a,0x10, +0x1b,0x40,0x00,0x2b,0x13,0x10,0x00,0x00,0x22,0x2a,0xaa,0xaa,0xac,0x70,0x00,0x00, +0x01,0x90,0x04,0xba,0xb4,0x19,0x00,0x54,0x05,0x51,0x90,0x05,0x40,0x55,0x19,0x00, +0x5c,0xaa,0x31,0x90,0x62,0x06,0x00,0x42,0x14,0x30,0x60,0x00,0x05,0x4d,0x07,0xf2, +0x09,0x04,0x00,0x02,0x80,0x05,0x80,0x1e,0xa9,0x99,0xb6,0x01,0x00,0x00,0x04,0x09, +0xaa,0xaa,0xe0,0x09,0x10,0x00,0xb0,0x09,0xba,0x08,0x00,0x00,0xdc,0x0f,0x01,0x1d, +0x02,0x60,0x1a,0xad,0xaa,0xaa,0x60,0x02,0x3d,0x00,0xf0,0x03,0xbb,0xaa,0xaa,0x00, +0xa9,0x40,0x00,0xa0,0x34,0x54,0x00,0x0a,0x00,0x05,0xca,0xaa,0xe0,0x00,0x09,0x00, +0xf6,0x08,0x08,0xa9,0x99,0xd1,0x00,0x8a,0x99,0x9d,0x10,0x12,0x22,0x22,0x22,0x04, +0x6d,0x66,0x66,0x61,0x02,0xd8,0x88,0x80,0x00,0x4e,0x12,0x22,0x19,0xa5,0x2a,0x01, +0xf0,0x13,0xea,0xaa,0xaa,0xa8,0xa3,0x77,0x77,0x28,0xa0,0x11,0x11,0x28,0xa0,0xd8, +0x89,0x18,0xa0,0x90,0x0a,0x18,0xa0,0xd9,0x98,0x18,0xa0,0x50,0x00,0x18,0xa0,0x00, +0x04,0xa5,0x00,0x04,0x6d,0x13,0xf1,0x03,0xa9,0xa4,0x08,0x80,0x00,0xa1,0x14,0x4a, +0x2a,0x30,0x00,0x2a,0xb1,0x00,0x3b,0xe9,0x99,0x9a,0x92,0x02,0x13,0xb9,0x08,0x00, +0x30,0x00,0x02,0x43,0xeb,0x01,0x11,0x20,0xeb,0x01,0x41,0xba,0xaa,0xaa,0xa5,0x66, +0x00,0xf4,0x00,0xb3,0xc9,0x99,0xc0,0x0b,0x36,0x00,0x0a,0x07,0x73,0xc9,0x99,0xc0, +0x71,0x36,0x99,0x03,0x20,0x06,0x00,0x26,0x03,0xf1,0x0e,0x00,0xda,0xaa,0xaa,0xb6, +0xa0,0x00,0x00,0x36,0xa0,0xd9,0xa8,0x36,0xa0,0x90,0x18,0x36,0xa0,0xd9,0xa7,0x36, +0xa0,0x50,0x00,0x36,0xa0,0x00,0x08,0xb4,0xa2,0x06,0xf2,0x0d,0xaa,0x39,0x9a,0xa0, +0x18,0x71,0x80,0x18,0x01,0x87,0x19,0x03,0x60,0x18,0x72,0xd9,0xab,0x31,0xa9,0x10, +0x00,0x45,0x1a,0x45,0x99,0x97,0x30,0x10,0xc1,0x07,0x13,0x9a,0xa0,0x07,0xf0,0x05, +0xcd,0x99,0x50,0x00,0x5f,0x43,0x00,0x04,0xb7,0xa1,0x7a,0x22,0x81,0x09,0x00,0x25, +0x01,0xa9,0xa9,0x97,0x69,0x03,0x90,0xa0,0x02,0xc8,0x88,0x9a,0x00,0x28,0x00,0x01, +0xf2,0x08,0x00,0x13,0x04,0xf0,0x07,0x8a,0x30,0x00,0x05,0xb5,0x82,0x99,0x20,0x27, +0x65,0x69,0x53,0x60,0x00,0x44,0x45,0xc1,0x00,0x01,0x88,0x8d,0xa6,0xd4,0x03,0x62, +0x0a,0x00,0x02,0xc8,0x88,0x8a,0x0a,0x00,0x02,0x72,0x15,0xf3,0x0d,0xb0,0x00,0x0a, +0x99,0x99,0x9a,0x0a,0x44,0x44,0x4a,0x0a,0x55,0x55,0x53,0x0a,0x7a,0x99,0x9a,0x0b, +0x91,0x00,0x0a,0x47,0x9a,0x99,0x9c,0x81,0x91,0xcb,0x00,0xf0,0x03,0x80,0x64,0x00, +0x00,0x1c,0x06,0x40,0x00,0x08,0xa9,0xcb,0x99,0x00,0x91,0x17,0x51,0x11,0x17,0x21, +0x06,0xf3,0x23,0x1a,0x99,0x9a,0x70,0x01,0x90,0x00,0x09,0x00,0x1d,0x99,0x99,0x90, +0x01,0x90,0x00,0x19,0x00,0x0a,0xa9,0xd9,0x9c,0x0a,0x38,0xd8,0x4a,0x0a,0x11,0xa1, +0x1a,0x0a,0x46,0x66,0x5a,0x0a,0x2a,0x89,0x3a,0x0a,0x26,0x05,0x4a,0x28,0x2b,0x88, +0x2a,0x72,0x00,0x01,0x9a,0xb4,0x02,0x00,0xde,0x0a,0xf0,0x0f,0x90,0x00,0x06,0xc6, +0x26,0xc5,0x05,0x63,0x77,0x72,0x65,0x0a,0x9a,0x2b,0x9a,0x00,0x90,0x92,0x70,0xa0, +0x0a,0x3a,0x27,0x0a,0x00,0xb6,0x52,0x78,0x50,0x02,0x2e,0x03,0xf0,0x15,0x00,0x15, +0x00,0x00,0x59,0xd4,0x5a,0xa9,0x00,0xa0,0x63,0x0a,0x7a,0xe9,0x93,0x0a,0x07,0xe2, +0x63,0x0a,0x19,0xaa,0x73,0x0a,0xa2,0xa1,0x73,0x0a,0x20,0xa0,0x6b,0xac,0x00,0xa0, +0x10,0x02,0x65,0x01,0xf1,0x15,0x05,0x97,0x02,0xb0,0x00,0x80,0x9a,0x88,0x8c,0x28, +0x09,0x83,0x76,0x72,0x80,0x98,0x70,0x77,0x28,0x59,0x87,0x07,0x72,0x85,0x38,0x78, +0x67,0x20,0x00,0x80,0x00,0x72,0x00,0x08,0x00,0x3b,0x2b,0x06,0xf2,0x16,0x1c,0x9b, +0x4b,0x9a,0x01,0x93,0xa4,0x73,0xa0,0x05,0x5a,0x39,0x93,0x06,0x9b,0xc9,0xcb,0x92, +0x08,0x80,0x03,0xa4,0x07,0xd9,0xb5,0xba,0xc2,0x09,0x0a,0x54,0x18,0x00,0xc9,0xb5, +0xb9,0x80,0xea,0xd7,0x02,0x81,0x0a,0xa0,0xd9,0x9a,0x0a,0xa0,0xa0,0x0a,0x08,0x00, +0x00,0x10,0x00,0x04,0x18,0x00,0xf0,0x4d,0x0d,0x99,0xb9,0x99,0xa0,0x96,0x8d,0x88, +0x3a,0x09,0x14,0xc4,0x40,0xa0,0x91,0x3b,0x33,0x0a,0x09,0x88,0xd8,0xa6,0xa0,0x90, +0x0a,0x28,0x2a,0x0d,0x88,0xa8,0x88,0xa0,0x90,0x00,0x00,0x0a,0xd9,0x9b,0x99,0xa8, +0xa0,0x0a,0x00,0x18,0xa6,0x8d,0x88,0x58,0xa1,0x8d,0x86,0x18,0xa2,0x60,0x0a,0x18, +0xa2,0x97,0x78,0x18,0xd8,0x88,0x88,0x98,0xa0,0x00,0x00,0x28,0xd9,0x99,0x99,0xa9, +0xa5,0x9a,0x99,0x29,0xa0,0x09,0x00,0x19,0xa3,0x9d,0x98,0x19,0xa0,0x09,0x18,0x19, +0xa6,0x89,0x88,0x49,0x18,0x00,0xf2,0x3c,0xa0,0x00,0x00,0x19,0xd9,0xab,0x99,0x9a, +0xa0,0x9a,0x89,0x0a,0xa8,0x86,0x83,0x0a,0xa3,0x89,0x97,0x2a,0xa6,0x28,0x52,0x3a, +0xa0,0x87,0x60,0x0a,0xa0,0x12,0x67,0x0a,0xd8,0x88,0x88,0x8a,0x0d,0x88,0x88,0x8a, +0x70,0x95,0x97,0x7a,0x37,0x09,0x37,0x77,0x63,0x70,0x98,0x88,0x8c,0x37,0x09,0x80, +0x90,0x93,0x70,0x93,0x59,0x96,0x37,0x0a,0x95,0x00,0x75,0x70,0xd8,0x88,0x88,0xa7, +0x00,0x01,0x10,0x29,0x13,0xf1,0x11,0x1a,0xbd,0xaa,0xaa,0x60,0x09,0x20,0x32,0x00, +0x08,0xa3,0x8b,0xa8,0x23,0x7a,0x01,0x75,0x10,0x00,0xa0,0x06,0x40,0x00,0x0a,0x00, +0x64,0x00,0x00,0xa7,0xac,0xba,0x60,0xd5,0x09,0x10,0x90,0x28,0x10,0xf2,0x14,0x01, +0x0a,0x00,0x07,0xd9,0x64,0xb8,0xb0,0x09,0x17,0xdd,0x0a,0x00,0x92,0xb4,0xa0,0xa0, +0x09,0x36,0x3a,0x0a,0x08,0xb7,0x63,0x14,0x84,0x10,0x05,0x40,0x04,0x50,0x00,0x2a, +0x99,0xb1,0x0d,0x02,0xf2,0x18,0x00,0x18,0x00,0x08,0x00,0x01,0x80,0x03,0xa4,0x22, +0x18,0x00,0x1a,0x34,0x71,0xda,0x50,0x80,0x47,0x18,0x00,0x08,0x77,0x71,0x80,0x07, +0xb5,0x47,0x18,0x00,0x20,0x04,0x72,0x90,0x00,0x03,0x99,0x99,0x95,0xcb,0x07,0x10, +0x05,0x92,0x1d,0xf0,0x0d,0xc7,0x66,0x07,0xd9,0x78,0x44,0xb0,0x0a,0x08,0x60,0x09, +0x00,0xa0,0x02,0xb0,0x90,0x0a,0x22,0x02,0x79,0x02,0xc9,0x17,0x91,0x90,0x73,0x04, +0x40,0x62,0x02,0x15,0x7a,0x0b,0x0a,0x00,0xf4,0x17,0xc0,0xa0,0x00,0x08,0x12,0x5c, +0x54,0x05,0xca,0x36,0xc6,0xb0,0x08,0xcc,0x07,0xf0,0x07,0x81,0x79,0xd9,0xd4,0x09, +0xa1,0x3c,0x60,0x07,0x81,0x0a,0x1a,0x00,0x00,0x1a,0x50,0x2b,0x20,0x02,0x20,0x00, +0x12,0x7a,0x04,0xf1,0x0c,0x02,0xca,0xd7,0x81,0xa0,0x5c,0xad,0x88,0x1a,0x00,0x90, +0xa0,0x81,0xa0,0x28,0x09,0x00,0x2a,0x03,0x00,0x38,0x06,0x30,0x08,0x99,0xd9,0x93, +0x63,0x06,0xf2,0x1e,0x79,0x99,0x99,0x99,0x30,0x00,0xa0,0x01,0x90,0x03,0xae,0xaa, +0xbe,0xa0,0x00,0xd7,0x78,0x90,0x00,0x0c,0x44,0x59,0x00,0x00,0xc4,0x45,0x90,0x07, +0x9d,0x88,0x9d,0x93,0x5c,0xa9,0xb8,0xaa,0x24,0x10,0x09,0x00,0x20,0x08,0x89,0xd8, +0x86,0x7f,0x00,0xf0,0x14,0x90,0x12,0xa3,0x20,0x09,0x04,0x7c,0x77,0x25,0xd9,0x29, +0x97,0x90,0x09,0x12,0xb7,0x7b,0x00,0x90,0x2a,0x66,0xa0,0x09,0x12,0xa6,0x6b,0x03, +0xc9,0xac,0x99,0xd5,0x21,0x02,0x91,0x57,0x0d,0x19,0x12,0x43,0x2d,0x00,0xf0,0x13, +0x0a,0x06,0x50,0x09,0x06,0xb9,0xd9,0x05,0xd8,0x84,0x84,0x90,0x0a,0x08,0x58,0x58, +0x00,0x90,0x78,0x98,0x90,0x09,0x02,0x97,0x77,0x04,0xc8,0x4a,0x77,0xa0,0x10,0x04, +0xa7,0x7a,0xbf,0x07,0x00,0xf7,0x08,0x00,0x3e,0x0e,0xf1,0x09,0x99,0x95,0x02,0x44, +0xb5,0x44,0x00,0x24,0x44,0x44,0x40,0x05,0xb9,0xd9,0x9d,0x00,0x64,0x09,0x00,0xa0, +0x08,0x99,0x99,0x9d,0x09,0x07,0x12,0x33,0xad,0x09,0x00,0xd7,0x00,0xf0,0x15,0xb9, +0x9b,0x00,0x2b,0x89,0x2b,0x40,0x00,0x25,0xcc,0xa5,0x20,0x8c,0x94,0x34,0x8a,0x50, +0xa5,0x5c,0x59,0x50,0x0a,0x98,0xd8,0xb5,0x00,0xa0,0x0a,0x05,0x50,0x0a,0x99,0x99, +0xb5,0x00,0x00,0x29,0x14,0xf1,0x3a,0x4d,0x88,0x88,0x82,0x39,0x87,0x77,0x75,0x00, +0x0c,0x77,0x77,0xa0,0x00,0xc7,0x66,0x6a,0x00,0x08,0xc7,0x77,0x30,0x09,0x79,0x26, +0xa0,0x01,0x47,0xab,0xb8,0x63,0x35,0x30,0x00,0x03,0x30,0x03,0x70,0x0a,0x00,0x00, +0x75,0x00,0xa0,0x00,0x0b,0xab,0x6a,0x00,0x03,0x90,0x73,0xa6,0x00,0x97,0x3b,0x0a, +0x78,0x00,0x09,0x90,0xa0,0x63,0x00,0xb2,0x0a,0x00,0x00,0x96,0x00,0xa0,0x00,0x75, +0xe7,0x03,0xf1,0x16,0x01,0x50,0x00,0x00,0x02,0xcb,0x9a,0x00,0x08,0x94,0x09,0x50, +0x00,0x00,0xbb,0x70,0x00,0x1a,0xb5,0x7f,0x99,0x30,0x04,0xb7,0x02,0xb0,0x00,0x60, +0x88,0xb1,0x00,0x13,0x7a,0x70,0x00,0x19,0x63,0xa5,0x00,0x16,0xa1,0x5f,0x05,0xf4, +0x12,0x02,0xaa,0xaf,0xca,0xa7,0x00,0x01,0xca,0x00,0x00,0x00,0x84,0x93,0x00,0x00, +0x3a,0x01,0xb0,0x00,0x6b,0x00,0x05,0xb2,0x16,0x00,0x00,0x02,0x50,0x09,0xaa,0xca, +0xaa,0x20,0x29,0x00,0xf1,0x05,0x01,0xaa,0xbf,0xca,0xa6,0x00,0x03,0xba,0x00,0x00, +0x01,0xc1,0x65,0x00,0x04,0xc3,0x00,0x97,0x02,0x81,0xa4,0x17,0x1d,0xa0,0x4d,0x00, +0xf1,0x06,0xba,0x00,0x00,0x00,0x75,0x83,0x00,0x00,0x2d,0x11,0xb0,0x00,0x4c,0x4b, +0x15,0xa1,0x29,0x10,0x25,0x04,0x80,0x97,0x0f,0x10,0x1b,0x6a,0x0f,0x60,0xba,0xea, +0xaa,0x00,0xa0,0x0b,0x47,0x18,0xf1,0x02,0xea,0xaa,0x70,0x00,0x2b,0x90,0x00,0x00, +0x1c,0x26,0x60,0x00,0x6b,0x30,0x08,0xa4,0x15,0x13,0x16,0x04,0xf3,0x0c,0xf2,0x10, +0x09,0xaa,0xda,0xaa,0x30,0x0a,0x0a,0x08,0x30,0x00,0x81,0xb1,0x80,0x02,0x99,0xaf, +0xc9,0x96,0x00,0x07,0x5a,0x20,0x00,0x07,0x90,0x1b,0x50,0x1a,0x50,0x00,0x06,0x73, +0x02,0xf7,0x18,0x54,0x02,0x22,0x30,0x07,0x20,0x69,0x9e,0x25,0xda,0x90,0x06,0x50, +0x0a,0x09,0x00,0xb0,0x01,0x81,0x9a,0xae,0xa6,0x2b,0x84,0x00,0xa0,0x00,0x3f,0x20, +0x0a,0x00,0x09,0x6b,0x00,0xa0,0x06,0x60,0x02,0xa8,0x41,0x13,0x10,0x90,0xc1,0x13, +0xf0,0x18,0x00,0x37,0x20,0x08,0xda,0x2a,0x03,0x80,0x17,0x78,0xc8,0x9e,0x15,0x3a, +0x23,0x10,0x22,0x58,0xa0,0xc9,0x9c,0x00,0x7b,0x19,0x00,0xa0,0x4b,0x23,0xc8,0x8c, +0x07,0x20,0x09,0x11,0xa0,0x04,0xaa,0xaa,0xca,0xe9,0x04,0xa5,0x00,0x00,0x00,0x93, +0x00,0x03,0xaa,0xad,0xba,0xa8,0x9a,0x00,0x01,0x09,0x00,0x22,0x02,0xab,0x72,0x0b, +0xf6,0x08,0x04,0xaa,0xae,0xaa,0xa0,0x74,0x00,0x00,0x0a,0x01,0x09,0xaa,0xd7,0x20, +0x00,0x00,0x85,0x00,0x05,0xaa,0xae,0xaa,0xa1,0x9a,0x18,0x20,0x2a,0x80,0x23,0x09, +0xa0,0x30,0x00,0x01,0x99,0xda,0x99,0x95,0x00,0x48,0x00,0x32,0x18,0xf2,0x09,0x99, +0xa0,0x0a,0xa0,0x01,0x92,0x04,0x59,0x79,0xbc,0x98,0x00,0x90,0x04,0x60,0x00,0x09, +0x00,0x36,0x00,0x00,0x90,0x6b,0x40,0x95,0x0c,0xf6,0x0b,0x10,0x60,0x05,0x00,0x2a, +0x1a,0x27,0x60,0x0b,0x77,0x77,0x78,0x80,0x58,0x99,0x99,0x26,0x00,0x00,0x59,0x30, +0x02,0x99,0x9e,0x99,0x96,0x56,0x00,0x22,0x49,0xa0,0x71,0x0e,0x40,0x11,0x19,0x41, +0x10,0x99,0x04,0x40,0x72,0x00,0x00,0x16,0xbf,0x0d,0x30,0x0b,0x9a,0x71,0x12,0x18, +0x00,0x93,0x01,0x51,0x55,0x06,0xba,0xaa,0xc1,0xfa,0x1b,0xf1,0x15,0x89,0x9e,0xa9, +0x93,0x0a,0x01,0x50,0x05,0x50,0x20,0x74,0x00,0x11,0x1a,0xbd,0xaa,0xea,0x60,0x0a, +0x40,0x75,0x00,0x00,0x39,0xac,0x00,0x00,0x04,0xa7,0x6c,0x60,0x08,0x61,0x00,0x07, +0x10,0xd8,0x05,0xd1,0x77,0x7e,0x87,0x73,0x09,0x22,0x22,0x26,0x60,0x48,0x99,0x99, +0x33,0x8c,0x00,0x60,0x9a,0xd9,0xe9,0x96,0x00,0x38,0xc8,0x10,0x63,0x30,0xa0,0x07, +0x1a,0x60,0x08,0x22,0x11,0x00,0x56,0x00,0x60,0x0a,0xaa,0xda,0xaa,0x60,0x0a,0x25, +0x04,0x80,0x03,0x8a,0xba,0xa3,0x30,0x00,0x30,0xa0,0x06,0x02,0xf0,0x01,0xa9,0x96, +0x00,0x02,0xe0,0xa0,0x00,0x00,0x09,0x5a,0xb0,0x00,0x00,0x39,0x02,0xba,0xde,0x18, +0x04,0x32,0x00,0xf2,0x14,0x99,0x9d,0xb9,0x93,0x0a,0x42,0x24,0x04,0x60,0x21,0x95, +0x50,0x01,0x02,0xb1,0x63,0x00,0x00,0x89,0x8c,0x98,0x85,0x00,0x06,0x97,0x40,0x00, +0x49,0x90,0x07,0xa2,0x04,0x10,0x00,0x01,0x88,0x00,0xf0,0x0d,0xa9,0x9d,0x99,0xa2, +0x09,0x25,0x04,0x36,0x30,0x5a,0x1b,0x27,0x70,0x03,0x1a,0x39,0x32,0x00,0x8f,0x98, +0x8e,0xa2,0x15,0xa1,0x11,0xa2,0x20,0x09,0xff,0x00,0x41,0xb9,0x99,0xd0,0x00,0x44, +0x03,0xf2,0x15,0xa9,0x9c,0x99,0x97,0x18,0x3a,0x3a,0x42,0x90,0x04,0xb4,0xb4,0x30, +0x00,0xa9,0x99,0xa4,0x00,0x0a,0x07,0x07,0x60,0x00,0xa0,0xa1,0x76,0x00,0x01,0x97, +0x50,0x09,0x18,0xa3,0x1a,0x99,0x80,0x68,0x0c,0x03,0x7a,0x18,0x50,0x7a,0xaa,0xad, +0xba,0x20,0x09,0x00,0xb4,0x06,0x40,0x08,0x20,0x00,0x0b,0x10,0x82,0x00,0x00,0x34, +0x95,0x18,0x25,0x05,0xbc,0x26,0x02,0xf1,0x15,0x54,0x05,0xbb,0x80,0x05,0x40,0x10, +0x18,0x9a,0xcc,0x42,0x95,0x50,0x05,0x40,0x07,0xc1,0x72,0x54,0x00,0x1d,0x01,0x95, +0x40,0x09,0x95,0x05,0x54,0x05,0x90,0x50,0x05,0x40,0x20,0x00,0x07,0x92,0x0b,0x00, +0xc1,0x08,0xf2,0x07,0x9a,0x00,0x8a,0x99,0x99,0x90,0x07,0x51,0x11,0x16,0x40,0x06, +0x77,0x7a,0x60,0x29,0x99,0x99,0xe9,0x60,0x09,0x20,0x83,0x12,0x53,0x00,0x00,0x15, +0x98,0x00,0xd1,0x13,0x20,0x00,0xa0,0xa9,0x0a,0xf2,0x10,0x00,0xb7,0xc6,0xaa,0xe6, +0x0a,0x2b,0x00,0x0a,0x00,0xb6,0xc1,0x90,0xa0,0x6b,0xae,0x08,0x1a,0x00,0x1a,0xa0, +0x11,0xa0,0x2a,0x29,0x00,0x0a,0x04,0x05,0xb0,0x39,0x60,0x01,0x00,0xeb,0x0e,0xf6, +0x15,0x01,0x0a,0x08,0xc9,0xa4,0x38,0xa6,0x66,0x3b,0x00,0x5a,0x02,0xc8,0x20,0x00, +0xa5,0x61,0x0a,0x00,0x9b,0x8a,0x99,0xd7,0x64,0xa0,0xa1,0x0a,0x00,0x0a,0x02,0x60, +0xa0,0x00,0xa0,0x03,0x97,0x72,0x1b,0xf1,0x08,0x02,0x40,0xb0,0x51,0x00,0x74,0x0b, +0x03,0x80,0x0b,0x00,0xb0,0x0b,0x02,0xa0,0x0b,0x00,0x65,0x62,0x00,0xb0,0x02,0x90, +0x9c,0x03,0x40,0x4a,0xa0,0x00,0x00,0xc4,0x0b,0x00,0xb8,0x02,0x30,0xa0,0x09,0x10, +0xfe,0x09,0x60,0xac,0xba,0x70,0x0a,0x00,0x1a,0x3e,0x00,0xf2,0x2a,0x92,0x00,0x56, +0x00,0x01,0xb3,0x08,0x00,0x00,0x01,0x94,0x0a,0x99,0x99,0xb6,0x00,0xa8,0x88,0x8a, +0x60,0x0a,0x22,0x22,0x22,0x00,0xb8,0x88,0x88,0xd0,0x09,0x39,0x8a,0x0a,0x00,0x94, +0x40,0x90,0xa0,0x63,0x4a,0x89,0x0a,0x05,0x00,0x00,0x49,0x80,0x0a,0x99,0x99,0x9c, +0x00,0xa9,0x99,0x99,0xc0,0x0a,0x89,0x01,0x31,0xd9,0x94,0x0a,0x97,0x15,0xc2,0xc9, +0x99,0xb0,0x37,0x46,0x00,0x0a,0x07,0x14,0xc9,0x99,0xb0,0xaf,0x0a,0x00,0x1a,0x05, +0xf1,0x0d,0xb9,0x99,0x99,0xd0,0x0a,0x06,0x30,0x81,0x00,0xa6,0x9b,0x8d,0x82,0x0a, +0x01,0x80,0xa0,0x00,0xa9,0xbc,0x9d,0x94,0x46,0x0b,0x10,0xa0,0x07,0x1a,0x3b,0x06, +0x09,0x29,0x00,0xfe,0x10,0x16,0x41,0xa1,0x00,0xa5,0xa9,0x7c,0x71,0x0a,0x9b,0xb9, +0xd9,0x40,0xa0,0xa0,0x94,0x80,0x46,0x1b,0x56,0xc5,0x05,0x03,0x73,0x00,0x54,0x08, +0xaa,0xaa,0xaa,0x30,0xf2,0x1b,0x00,0x09,0x00,0x51,0x3a,0xaa,0xeb,0xaa,0x70,0x79, +0x05,0x00,0x3f,0x09,0x51,0x5a,0xcc,0xaa,0xaa,0x10,0xa4,0x03,0x60,0xca,0xaa,0xa9, +0x00,0x45,0x02,0xa9,0x1c,0xf0,0x22,0x27,0x00,0x08,0x50,0x02,0x70,0x00,0x51,0xaa, +0xbd,0xaa,0x20,0x00,0x30,0x00,0x50,0x00,0x48,0xa5,0x6c,0x51,0x03,0x44,0xc4,0x44, +0x10,0x39,0xbc,0x99,0x80,0x17,0x7a,0xa7,0x77,0x40,0x35,0xc3,0x33,0x32,0x03,0xc8, +0x9d,0x99,0x02,0xa8,0x88,0xd8,0x85,0x00,0x1b,0x18,0x40,0x9a,0xaa,0xaa,0x90,0x09, +0x0b,0x00,0x0c,0x19,0x30,0xaa,0xaa,0xaa,0xbf,0x04,0xd2,0x10,0xa0,0x00,0x00,0x07, +0xa0,0x00,0x00,0x29,0x6b,0xaa,0xaa,0xb2,0x9a,0x10,0x40,0x74,0x00,0x00,0x2a,0xac, +0x14,0xf0,0x08,0x08,0x42,0x50,0x00,0x05,0xfa,0xbc,0xac,0x23,0x9a,0x02,0x70,0x72, +0x00,0xa0,0x27,0x07,0x20,0x09,0x02,0x77,0x90,0x00,0x08,0x09,0xf2,0x15,0x03,0x20, +0x00,0x60,0x00,0x16,0xa9,0xc3,0x00,0x19,0xad,0x37,0xa2,0x06,0x99,0xe9,0x99,0x92, +0x00,0xb1,0x40,0x00,0x01,0xbd,0x9d,0x9a,0x70,0x64,0x80,0xa0,0x28,0x00,0x28,0x0a, +0x29,0x50,0xcd,0x00,0xe0,0xa0,0x90,0x54,0x02,0x9d,0x9d,0x9b,0xb6,0x00,0x50,0x40, +0x32,0x00,0x99,0xbe,0x0e,0xf5,0x03,0x00,0xa0,0x02,0x70,0x3c,0x9d,0x99,0xa1,0x00, +0x90,0xa0,0x0a,0x00,0x08,0x0a,0x09,0x60,0x00,0xbc,0x19,0xf2,0x18,0x37,0x00,0x92, +0x10,0x04,0x80,0x09,0x98,0x07,0xac,0x87,0xd9,0x70,0x73,0x78,0x83,0x09,0x07,0x37, +0x88,0x81,0x90,0x73,0x78,0x88,0x19,0x06,0x39,0x57,0xa0,0x80,0x03,0x70,0x58,0x92, +0x00,0x37,0x68,0x00,0x7e,0x03,0xf0,0x08,0x17,0x0a,0x04,0x50,0x5c,0x5c,0x5b,0x62, +0xc5,0x55,0x55,0x85,0x89,0x77,0x7c,0x34,0x0a,0x77,0x7d,0x00,0x02,0x2b,0x22,0x41, +0x0e,0xa0,0xc0,0x63,0x0a,0x08,0xa0,0x00,0x0a,0x01,0x00,0x04,0x93,0x06,0xf2,0x15, +0x45,0x0d,0x88,0xa5,0x7b,0xb7,0xa6,0x67,0x58,0x45,0x8a,0x88,0x85,0x84,0x58,0x88, +0x8a,0x18,0x45,0x8b,0x77,0xb1,0x74,0x94,0xa5,0x5a,0x10,0x45,0x0a,0x33,0x91,0x04, +0x50,0xb8,0x8c,0x10,0x29,0x00,0xf0,0x45,0x28,0x88,0x83,0x7a,0xa6,0x97,0x7a,0x08, +0x45,0x8a,0x88,0xc0,0x84,0x58,0x33,0x33,0x18,0x45,0xb9,0xb6,0x94,0x74,0x97,0xbc, +0x8b,0x40,0x45,0x25,0x80,0x54,0x04,0x52,0xb8,0x8b,0x40,0x00,0x18,0x02,0x70,0x01, +0x89,0xc8,0x9c,0x85,0x02,0x96,0x66,0x68,0x00,0x3a,0x66,0x66,0xa0,0x02,0x8a,0x76, +0x67,0x03,0xab,0xeb,0xbb,0xa7,0x18,0xd9,0xb8,0xcb,0x51,0x2a,0x0a,0x04,0x63,0x00, +0xa0,0xa1,0x93,0x00,0x08,0xaa,0xda,0xaa,0x20,0x06,0x0a,0x02,0x20,0x14,0x53,0x92, +0x00,0x03,0x1a,0x04,0x1d,0x06,0x09,0xf0,0x01,0x00,0xd4,0x0f,0xf4,0x13,0xaa,0xab, +0xca,0xa5,0x0a,0x27,0x77,0x74,0x00,0xa0,0x33,0x3a,0x10,0x0a,0x01,0x8e,0x20,0x00, +0xa8,0x99,0xd9,0xd3,0x18,0x00,0x0a,0x28,0x05,0x40,0x00,0xa0,0x00,0x80,0x05,0x98, +0xc1,0x03,0xf2,0x13,0x71,0x00,0x00,0x89,0x9c,0xb9,0x94,0x0a,0x00,0x20,0x03,0x00, +0xa6,0x18,0x20,0xb0,0x0a,0x37,0x36,0x37,0x00,0xa0,0xa0,0x89,0x10,0x28,0x03,0x01, +0x90,0x06,0x49,0x99,0xcb,0x95,0x38,0x18,0x00,0x45,0x04,0xf0,0x14,0x89,0x9d,0xb9, +0x94,0x0a,0x08,0x00,0x80,0x00,0xa8,0xd8,0x8d,0x83,0x0a,0x09,0x77,0xc0,0x00,0xa7, +0x88,0x88,0x50,0x28,0x08,0x52,0xb2,0x06,0x43,0x6d,0xd8,0x41,0x31,0x52,0x00,0x15, +0x2d,0x00,0x70,0x26,0x24,0x9c,0x29,0x9c,0x40,0x06,0x69,0x00,0xf4,0x0c,0xd9,0x29, +0x0d,0x84,0x01,0x72,0x90,0xa0,0x00,0x9a,0x09,0x0a,0x00,0x07,0x90,0xc9,0xc9,0x60, +0x8d,0x40,0x00,0x00,0x48,0x19,0xaa,0xaa,0x71,0x2f,0x11,0xf1,0x15,0x03,0x9d,0x38, +0xd8,0x90,0x05,0x57,0x7d,0x7c,0x30,0xc9,0x48,0xd8,0xc0,0x00,0x92,0x3b,0x33,0x01, +0x89,0x24,0xc4,0x40,0x09,0x58,0x8d,0x88,0x30,0x87,0x20,0x00,0x00,0x64,0x07,0xaa, +0x99,0xf0,0x05,0xf3,0x14,0x4a,0xda,0xac,0xba,0x00,0x09,0x10,0x64,0x00,0x00,0x91, +0x06,0x40,0x07,0xad,0xaa,0xcb,0xa2,0x00,0xb0,0x06,0x40,0x00,0x1a,0x00,0x64,0x00, +0x0a,0x40,0x06,0x40,0x06,0x60,0x00,0x64,0x0d,0x20,0x00,0x6a,0x04,0xf0,0x06,0x7a, +0x99,0x99,0xa0,0x07,0x30,0x00,0x02,0x50,0x19,0x99,0x99,0xa2,0x00,0x42,0x00,0x70, +0x02,0x9d,0xa9,0x9d,0x42,0x0b,0x55,0xa0,0x01,0xc2,0x00,0x0a,0x92,0x13,0x10,0x37, +0x39,0x01,0x60,0x81,0x2a,0xaa,0xad,0xaa,0x70,0xdb,0x04,0xf0,0x09,0x09,0xbb,0xa6, +0x40,0x00,0x05,0x50,0x36,0x00,0x00,0x55,0x00,0xa0,0x30,0x18,0xba,0x39,0x19,0x19, +0x52,0x00,0x2b,0x80,0x00,0x16,0x0e,0x30,0x99,0xc0,0x0a,0x14,0x0e,0x40,0x0b,0x99, +0x80,0x0a,0x19,0x0e,0x31,0x1a,0x99,0xd0,0x10,0x00,0x01,0x04,0x00,0x21,0xab,0x50, +0x53,0x00,0x70,0x39,0x9d,0x39,0x9d,0x00,0x99,0xd1,0x1a,0x00,0xf4,0x09,0x37,0x00, +0x01,0xc9,0xa4,0xb9,0xa1,0x09,0x3a,0x19,0x29,0x00,0x09,0xc0,0x19,0xc0,0x4a,0x6b, +0x4a,0x5a,0x00,0x19,0x80,0x38,0xe6,0x05,0xf0,0x0a,0x20,0x02,0x06,0x9c,0x0a,0x08, +0x30,0x11,0xa5,0x99,0xd9,0x08,0x98,0x81,0xa0,0xa0,0x90,0x08,0x8d,0x7c,0x05,0x8b, +0x67,0xd7,0xa0,0xd4,0x05,0x10,0x30,0xbe,0x1a,0x23,0x4a,0x60,0xa7,0x00,0xf2,0x15, +0x49,0xc2,0xd8,0x8a,0x00,0x08,0x2b,0x55,0xa0,0x4a,0x91,0x3b,0x32,0x06,0x20,0x3b, +0xd8,0xc0,0x5b,0xd4,0x6a,0x09,0x00,0x0a,0x28,0xd9,0x90,0x00,0xa0,0x0a,0x1b,0x00, +0x99,0x7a,0xa9,0xa4,0xa3,0x01,0xf0,0x04,0x0b,0x00,0x66,0x50,0xb0,0x56,0x09,0x0b, +0x09,0x07,0x99,0xe9,0x97,0x01,0x11,0x11,0xb4,0x99,0x99,0xbb,0x11,0x72,0xb8,0x99, +0x99,0x9b,0x11,0x11,0x11,0x6f,0x04,0xf1,0x13,0x79,0x99,0x9b,0x80,0x03,0x77,0x77, +0x97,0x00,0x12,0x22,0x26,0x60,0x19,0x99,0xe9,0x9a,0x60,0x59,0x0c,0x56,0x90,0x00, +0x37,0xd9,0x80,0x00,0x8a,0x4b,0x09,0x71,0x02,0x09,0xa0,0x9d,0x1d,0xf5,0x16,0x03, +0x06,0xd9,0xd9,0x08,0x50,0x09,0x08,0x19,0x40,0x00,0x90,0x81,0x00,0x90,0x7d,0x9d, +0xa2,0xb3,0x00,0xa0,0x81,0x71,0x11,0x0a,0x08,0x10,0x0b,0x14,0x80,0x81,0x2b,0x30, +0x91,0x08,0x3a,0x10,0x07,0x06,0xf2,0x15,0x03,0xee,0xec,0x06,0x80,0x39,0x44,0xb8, +0x60,0x00,0x4a,0x43,0x00,0x80,0x59,0x99,0x92,0xa3,0x02,0xa5,0x5a,0x51,0x11,0x19, +0xc9,0x50,0x0b,0x13,0x78,0x46,0x1a,0x30,0x53,0xb0,0x5a,0x20,0x05,0x18,0xf0,0x2a, +0x48,0x49,0x9b,0xa0,0x18,0x30,0x02,0xb0,0x00,0x1b,0x17,0x9a,0x60,0x1c,0x88,0x20, +0x05,0x41,0x38,0x49,0xda,0x90,0x01,0x80,0x09,0x10,0x00,0x18,0x00,0x91,0x00,0x01, +0x89,0x9d,0xa9,0x50,0x00,0xa0,0x01,0x80,0x00,0x0a,0x42,0x9a,0xd9,0x50,0x24,0x51, +0x01,0x80,0x00,0x02,0xb7,0x9a,0xd9,0x90,0x2c,0xc9,0x0d,0xd0,0x23,0x86,0x99,0x9d, +0x90,0x01,0x80,0x91,0x0a,0x00,0x01,0x80,0x28,0x05,0x00,0x22,0x01,0x99,0xdc,0x0d, +0xf2,0x3d,0xa2,0xa9,0x99,0xa0,0x62,0x5a,0x88,0x8a,0x00,0x94,0xa0,0x00,0xa0,0x7e, +0x1a,0x9a,0x98,0x04,0x91,0xa0,0x91,0x90,0x08,0x1a,0x05,0xb2,0x00,0x81,0xa2,0x3b, +0x40,0x08,0x1b,0x93,0x09,0x30,0x03,0x20,0x02,0x45,0x01,0x90,0xc8,0x7b,0x10,0x52, +0x5d,0x89,0xc8,0x30,0xb1,0x90,0x27,0x00,0x8d,0x09,0xb9,0x9c,0x01,0x90,0x9b,0x77, +0xc0,0x09,0x18,0xb6,0x6b,0x00,0x94,0x5b,0x77,0xc0,0x09,0x52,0xa0,0x09,0xa0,0x0a, +0xf0,0x09,0x30,0x80,0x80,0x01,0xa2,0x28,0x4a,0x00,0x73,0x74,0x87,0xc7,0x40,0xa4, +0x88,0x8a,0x64,0x7e,0x37,0x79,0xa9,0x11,0x90,0xb9,0x8a,0x1b,0xb6,0x39,0x58,0x00, +0x93,0x74,0x7a,0xa0,0x09,0x71,0x07,0x23,0xd1,0x0b,0xf5,0x19,0x45,0x11,0xb1,0x10, +0x2a,0x29,0x9d,0x99,0x38,0x14,0x79,0xc8,0x80,0x08,0x38,0x70,0x79,0x05,0xf0,0x89, +0x79,0x90,0x69,0x38,0x89,0x88,0x30,0x90,0x01,0x90,0x20,0x09,0x37,0x84,0x2a,0x00, +0x96,0x0a,0x8a,0x32,0xa9,0x03,0x32,0x29,0x99,0xda,0x88,0x12,0xf5,0x08,0x06,0x99, +0xa9,0x99,0x10,0x00,0x1b,0x10,0x00,0x06,0x54,0x2b,0x08,0x00,0x95,0x50,0x04,0x94, +0x14,0x2b,0x99,0xb1,0x60,0x84,0x1e,0xf2,0x0e,0x5a,0x87,0xae,0xaa,0x08,0xa4,0x00, +0xa0,0xa0,0x3a,0x2a,0xad,0xae,0x40,0xa0,0x05,0xe2,0x00,0x0a,0x00,0xa2,0xa0,0x00, +0xa0,0x58,0x09,0x70,0x0a,0x49,0x52,0x24,0x00,0xf0,0x12,0xf5,0x17,0x00,0x00,0x1e, +0x99,0x99,0x70,0x1b,0x1a,0x1a,0x0a,0x02,0x28,0x54,0x60,0xa0,0x07,0x53,0xa0,0x28, +0x00,0x00,0x63,0x48,0x10,0x06,0x70,0x91,0x15,0x04,0x5a,0x01,0x35,0x91,0x40,0x79, +0x99,0x82,0x20,0x89,0x0a,0xf0,0x14,0x29,0x99,0xed,0x99,0x60,0x00,0x65,0x92,0x00, +0x00,0x6b,0x61,0xc4,0x01,0xb6,0x06,0x50,0x88,0x05,0x43,0x93,0x07,0x00,0xb5,0x40, +0x63,0x93,0x16,0x2b,0x99,0xb2,0x60,0x00,0x03,0x20,0x83,0x16,0xd0,0x2a,0x20,0x06, +0xb9,0x88,0x8a,0x20,0x0a,0x88,0x88,0x70,0x00,0x80,0x88,0x10,0xf0,0x04,0x9b,0x88, +0x50,0x01,0x12,0xb5,0x02,0x00,0xa6,0x40,0x62,0x75,0x17,0x3b,0x99,0xb2,0x70,0x00, +0x53,0xdc,0x19,0xf0,0x21,0x88,0xd0,0x00,0x5f,0x98,0xac,0x80,0x01,0x13,0x33,0x3a, +0x10,0x03,0x55,0x55,0xb1,0x00,0x78,0x99,0x8a,0x10,0x00,0x22,0x90,0x23,0x04,0x7a, +0x07,0x25,0xb0,0x70,0x79,0x99,0x65,0x10,0x00,0x22,0x00,0x40,0x00,0x01,0xb0,0x1b, +0x00,0x00,0xbc,0xac,0xb8,0x24,0x11,0x50,0xb0,0x01,0xda,0xaa,0xab,0x8b,0x16,0xe2, +0x00,0x05,0x25,0x2a,0x07,0x10,0x93,0x70,0x32,0x49,0x13,0x1c,0x99,0xb3,0x71,0x04, +0xf3,0x19,0x43,0x08,0x10,0x00,0x04,0x30,0x90,0x00,0x00,0x9a,0x9d,0x9a,0x94,0x2a, +0x92,0x90,0x90,0x04,0x73,0x27,0x98,0x72,0x04,0x37,0x66,0x99,0x00,0x45,0x90,0x4d, +0x10,0x04,0x61,0x0a,0x38,0x00,0x43,0x0a,0x20,0x65,0x7f,0x01,0xf2,0x40,0x61,0x00, +0x00,0x0a,0x8b,0x88,0x80,0x00,0xc7,0x77,0x7a,0x00,0x0b,0x33,0x33,0xa0,0x00,0xb4, +0x44,0x4a,0x00,0x08,0x8c,0x88,0x60,0x02,0x21,0x75,0x05,0x10,0xb6,0x40,0x62,0x58, +0x24,0x3b,0x99,0xb2,0x40,0x09,0x01,0x1b,0x11,0x00,0x91,0x88,0xd8,0x82,0x4b,0x86, +0x7d,0x77,0x07,0x93,0x88,0xc8,0x84,0x49,0x05,0x88,0x88,0x00,0x90,0x95,0x55,0xb0, +0x09,0x09,0x33,0x3b,0x00,0x90,0x98,0x77,0xc0,0x09,0x09,0x00,0x79,0xf1,0x04,0xf0, +0x07,0x69,0xa9,0x9b,0x81,0x06,0x8c,0x67,0xc6,0x40,0x28,0x88,0x88,0x51,0x00,0xc6, +0x66,0x78,0x00,0x0c,0x77,0x78,0x80,0xb9,0x00,0xa3,0x00,0x84,0x83,0x63,0x91,0x07, +0x0b,0x99,0x81,0x40,0x80,0x00,0xf1,0x17,0xa7,0x40,0x08,0x88,0x8d,0x9c,0x40,0xa6, +0x77,0x90,0x60,0x0a,0x57,0x66,0x85,0x01,0x99,0x18,0x3d,0x04,0x74,0x45,0x59,0x6a, +0x51,0x03,0x1a,0x00,0x10,0x0a,0x90,0x53,0x5b,0x04,0x37,0x98,0x88,0x32,0x5d,0x02, +0xf3,0x15,0x91,0x8d,0xcc,0x80,0x6a,0x88,0x76,0x68,0x07,0x94,0x88,0x88,0x80,0x49, +0x0b,0xa4,0xab,0x00,0x91,0x99,0x99,0x60,0x09,0x02,0xa1,0x93,0x00,0x90,0x08,0xea, +0x00,0x09,0x4b,0x62,0x6c,0x10,0x9f,0x04,0xf0,0x31,0x63,0x04,0x99,0x70,0xa0,0xa0, +0x11,0x0a,0x0b,0x57,0x31,0xa4,0x89,0xd5,0x51,0x06,0xd2,0x0b,0x0b,0x00,0x1f,0x10, +0x89,0x50,0x09,0x6a,0x06,0xb0,0x17,0x80,0x34,0xbc,0x38,0x10,0x00,0x70,0x4d,0x30, +0x00,0x00,0x37,0xa2,0x00,0x00,0x02,0x81,0xa0,0x0c,0xaa,0xbd,0xaa,0x50,0xa0,0x00, +0xa0,0x50,0x0c,0x9d,0x0b,0x38,0x00,0xa0,0xa0,0xba,0xa9,0x1e,0xb3,0x70,0x33,0x87, +0x67,0xaa,0x18,0x72,0x05,0x70,0x6c,0x30,0x48,0x08,0xf2,0x16,0x48,0x00,0x55,0x55, +0xc5,0x95,0x16,0x66,0x6d,0x76,0x40,0x69,0x94,0x91,0x71,0x09,0x02,0x77,0x4a,0x00, +0xa9,0xa7,0x4d,0x20,0x00,0x00,0x14,0xc0,0x41,0x8b,0xaa,0xcb,0x19,0x03,0x01,0xa0, +0x2c,0x60,0x09,0xf6,0x19,0x16,0x51,0x93,0x60,0x08,0xba,0x79,0x17,0x32,0x8b,0xa8, +0xc9,0x96,0x03,0x47,0x07,0x42,0x10,0xc9,0xc8,0x55,0xa0,0x2c,0x7b,0x62,0xa7,0x00, +0x86,0xb6,0x0e,0x13,0x08,0x8c,0x87,0xc1,0x80,0x80,0x05,0x71,0xb7,0x38,0x0c,0xf5, +0x15,0x7a,0xa3,0x8a,0xa2,0x0b,0x10,0x29,0x00,0x00,0xd8,0xd2,0xa4,0x42,0x0a,0x0a, +0x2b,0x5c,0x30,0xd9,0x93,0x70,0xa0,0x19,0x00,0x55,0x0a,0x04,0x60,0x0a,0x10,0xa0, +0x71,0x02,0x90,0x0a,0x00,0x52,0x06,0x40,0x79,0x9d,0x99,0x80,0x66,0x13,0x00,0xd7, +0x08,0xf4,0x08,0x80,0x0a,0x78,0x87,0x8a,0x00,0xa5,0x29,0x44,0x80,0x0a,0x07,0xa0, +0x6b,0x04,0x79,0x7a,0x88,0xa0,0x72,0x06,0x90,0x4b,0x82,0x18,0x52,0x44,0x00,0x59, +0x9d,0x85,0x28,0x12,0x20,0x7a,0xad,0xdd,0x1b,0x10,0x91,0x6e,0x0c,0x17,0xaa,0x6e, +0x0c,0x12,0x4a,0xe1,0x04,0x03,0x61,0x03,0x54,0x0c,0xce,0xc7,0x3a,0xe9,0x67,0x15, +0x63,0xb6,0x00,0xa0,0x03,0xbd,0x30,0x50,0x03,0x10,0x0a,0x55,0x20,0x36,0x70,0x1a, +0xc0,0xb4,0x00,0xf3,0x19,0x72,0x09,0x10,0x00,0x07,0x20,0x81,0x00,0x06,0xca,0x9d, +0xa9,0x10,0x07,0x20,0x90,0x91,0x00,0x77,0x7b,0x09,0x10,0x7d,0x61,0xe6,0x91,0x00, +0x72,0x37,0x6a,0x10,0x07,0x2a,0x10,0x64,0x63,0xb6,0x50,0x01,0xb4,0x88,0x16,0xf0, +0x08,0x06,0x30,0x00,0x81,0x14,0x6a,0x42,0x6d,0xa5,0xa7,0x77,0x40,0x81,0x45,0x00, +0x00,0x08,0x65,0x50,0x00,0x07,0xe6,0x63,0xd1,0x27,0xa8,0x20,0x00,0x00,0x81,0xb0, +0x00,0x00,0x4b,0x37,0x00,0x8c,0x00,0x90,0x09,0xcc,0xc8,0x3a,0xd8,0x00,0x01,0x80, +0x0a,0xf3,0x1b,0x50,0xc8,0x5a,0xab,0x83,0x9c,0xee,0x04,0x10,0xa0,0x12,0x00,0x53, +0x08,0xaa,0xa8,0x09,0x80,0x3a,0x23,0x11,0x09,0x78,0x0d,0xf0,0x08,0x8a,0xbd,0x10, +0x7d,0x91,0x39,0x10,0x00,0x90,0x7e,0xaa,0xa1,0x0a,0x71,0x82,0x89,0x09,0xe4,0x38, +0x63,0xa0,0x09,0x09,0xed,0x17,0xf2,0x21,0x09,0x20,0xa0,0x5b,0x08,0x21,0xa5,0x00, +0x07,0x20,0x92,0x40,0x00,0x72,0x08,0x1b,0x20,0x7c,0xa2,0x85,0x67,0x00,0x72,0x6b, +0x95,0x30,0x08,0x72,0x47,0x55,0x09,0xd7,0x01,0xaa,0x00,0x07,0x20,0x0e,0x21,0x00, +0x72,0x1a,0xa6,0x73,0x4b,0x07,0x10,0x9b,0x0f,0x07,0x10,0x20,0xce,0x2a,0xf3,0x0e, +0x06,0x40,0x7d,0xb5,0xca,0xae,0x07,0x23,0x70,0x0a,0x08,0x85,0xc9,0x9d,0x9c,0x54, +0x60,0x05,0x07,0x26,0x30,0x00,0x07,0x29,0x00,0x00,0x4b,0x27,0x00,0x28,0x00,0x00, +0x0a,0x01,0xfa,0x14,0x6b,0x99,0xc0,0x8d,0xb8,0x33,0x4a,0x00,0x72,0x63,0x35,0x10, +0x07,0x68,0xdb,0x9d,0x09,0xd7,0x75,0x92,0xa0,0x07,0x26,0x37,0xb3,0x00,0x72,0x64, +0x7d,0x40,0x6c,0x16,0xa6,0x09,0x20,0xc3,0x10,0xf0,0x06,0x10,0x07,0x10,0x06,0xda, +0x6a,0xaa,0xa2,0x08,0x10,0x60,0x16,0x00,0x99,0x1a,0x04,0x60,0x6c,0x30,0x81,0x72, +0xcf,0x19,0xa3,0x00,0x08,0x18,0x88,0xd8,0x43,0xc1,0x11,0x11,0x10,0x37,0x01,0x00, +0x32,0x00,0x61,0x6b,0xaa,0xa3,0x7d,0xa8,0x30,0x09,0x00,0xc0,0xa0,0x09,0x89,0x30, +0x09,0x08,0xc3,0x6b,0x99,0xa0,0x08,0x16,0x12,0x00,0x83,0x64,0x11,0x10,0x5b,0x03, +0x99,0x99,0x50,0x8c,0x00,0xf6,0x40,0x01,0x00,0x72,0x57,0x20,0xa0,0x5c,0xa5,0x5a, +0x0a,0x00,0x72,0x54,0x82,0xa0,0x07,0x75,0x41,0x28,0x07,0xd6,0x54,0x25,0x80,0x07, +0x25,0xb8,0xaa,0x00,0x72,0x95,0x58,0x46,0x3b,0x00,0x0a,0x00,0x60,0x0a,0x01,0x39, +0x22,0x00,0xa0,0x54,0xa0,0xa0,0x6d,0x8b,0x7d,0x67,0x20,0xa0,0x27,0x72,0x21,0x0a, +0x60,0xba,0x9b,0x08,0xe3,0x2c,0x65,0x70,0x0a,0x1b,0x0a,0xb0,0x00,0xa5,0x24,0xbb, +0x30,0x4b,0x05,0x80,0x0a,0x40,0x60,0x01,0xf0,0x0b,0x6d,0x9b,0xa0,0x7d,0xa1,0x57, +0xb1,0x00,0x90,0x07,0xba,0x30,0x09,0x58,0x34,0x18,0x36,0xd3,0x37,0xd7,0x50,0x09, +0x08,0x9d,0x99,0x30,0x1f,0x12,0x16,0x5c,0x6f,0x18,0xf2,0x17,0x0b,0x00,0x00,0x81, +0x04,0xa8,0x00,0x8d,0xb3,0xb0,0x84,0x00,0x82,0xcb,0x9a,0xc2,0x09,0x82,0x00,0x00, +0x07,0xd4,0x4b,0x9a,0x70,0x08,0x14,0x50,0x37,0x00,0x81,0x4b,0x9a,0x70,0x4c,0x04, +0x50,0x37,0x3c,0x01,0x00,0x9c,0x18,0xf2,0x14,0x71,0x39,0xd9,0x80,0x7d,0xc1,0x0a, +0x00,0x00,0x71,0x79,0xd9,0x93,0x08,0x80,0x00,0x72,0x07,0xc4,0x79,0x9c,0xa2,0x07, +0x10,0x90,0x72,0x00,0x71,0x07,0x27,0x20,0x3b,0x00,0x06,0xb1,0x5a,0x00,0xf4,0x18, +0x13,0x60,0x01,0x00,0x81,0x3a,0x9b,0x50,0x7d,0xa5,0x91,0x03,0x20,0x81,0x1c,0x88, +0xb2,0x08,0x51,0x12,0x21,0x07,0xd7,0x5b,0x88,0xd0,0x08,0x13,0xa7,0x7c,0x00,0x81, +0x3b,0x77,0xc0,0x4b,0x03,0x60,0x0a,0x65,0x01,0xf5,0x19,0x91,0x00,0x08,0x15,0x8b, +0xb8,0x47,0xda,0xb3,0x83,0x48,0x08,0x13,0x1a,0x00,0x30,0x84,0xad,0xaa,0xd6,0x6d, +0x92,0xb0,0x47,0x02,0x81,0x1a,0x7b,0x10,0x08,0x10,0x1c,0xc4,0x04,0xb0,0x79,0x20, +0x85,0x00,0x00,0xf0,0x0b,0xa0,0xa9,0x99,0x90,0x6d,0x8a,0x49,0x98,0x00,0xa0,0xa0, +0x66,0x1b,0xf6,0x05,0xbc,0xd9,0x18,0xe5,0xa4,0x68,0x80,0x0a,0x0a,0x46,0x64,0x00, +0xa0,0x94,0x75,0xa0,0x3b,0x26,0x8a,0x35,0xc4,0x01,0xf3,0x19,0xa0,0x08,0x51,0x00, +0x0a,0x02,0xb8,0xc4,0x07,0xe9,0xd9,0x8d,0x60,0x0a,0x07,0x3a,0x1a,0x00,0xb8,0x73, +0xa0,0xa0,0x8d,0x3b,0xad,0x9d,0x30,0xa0,0x04,0xb7,0x00,0x0a,0x02,0xa0,0x84,0x04, +0xa4,0x90,0x00,0x84,0x35,0x1c,0x00,0x18,0x13,0xf1,0x03,0x8a,0x99,0xd0,0x5c,0x89, +0xa9,0x9d,0x00,0x80,0x81,0x0a,0x00,0x09,0x89,0x98,0xd8,0x58,0xe4,0x75,0x0b,0xb7, +0xa9,0x9d,0x00,0x82,0x99,0x00,0x90,0x4b,0x53,0xa8,0x8c,0x14,0x01,0xf3,0x14,0x68, +0xd8,0x83,0x5c,0x93,0x7c,0x79,0x00,0x71,0x78,0xd8,0xd5,0x1a,0xb1,0x2b,0x2a,0x06, +0xb2,0x47,0xc6,0x60,0x07,0x18,0x39,0x88,0x00,0x72,0xa9,0xa0,0x00,0x3b,0x54,0x3a, +0x89,0x40,0xdd,0x19,0xf1,0x0d,0x80,0x00,0x81,0x01,0x98,0x10,0x6d,0xa4,0x99,0x8a, +0x50,0x81,0x00,0x98,0x00,0x08,0x54,0x99,0x89,0x48,0xd7,0x11,0x98,0x10,0x08,0x14, +0x89,0x89,0x12,0x00,0x43,0x3b,0x00,0x09,0x80,0x06,0x1a,0xf6,0x14,0x6b,0xdc,0xb3, +0x5d,0xa0,0x80,0x44,0x00,0x81,0x6a,0x9d,0x84,0x08,0x71,0x29,0x11,0x07,0xd4,0x8d, +0x9a,0xb5,0x08,0x12,0xc0,0x92,0x00,0x81,0x04,0xdd,0x10,0x3b,0x09,0x94,0x3a,0x20, +0x83,0x00,0xf0,0x09,0x69,0xda,0x96,0x5c,0xa9,0x33,0x31,0xa0,0x71,0x2b,0x16,0x80, +0x07,0x66,0x20,0x04,0x26,0xd6,0x39,0xd9,0x90,0x07,0x10,0x0a,0xfd,0x0a,0x40,0xa0, +0x00,0x3b,0x09,0x7d,0x05,0xf0,0x17,0x10,0x92,0x60,0x00,0x91,0x1b,0x0a,0x00,0x7d, +0xa9,0xda,0xda,0x30,0x94,0xd9,0x3b,0x30,0x0a,0xa4,0xa5,0xc5,0x16,0xb1,0x3c,0x9d, +0x92,0x09,0x13,0x70,0xa0,0x00,0x91,0x3c,0x9d,0x95,0x4c,0x03,0x70,0xa8,0x00,0xd0, +0xa0,0x09,0x00,0x81,0x4c,0x56,0xb4,0x5c,0xa5,0xc5,0x6b,0x40,0x81,0xba,0x00,0xf6, +0x07,0x77,0xac,0xba,0x67,0xe6,0x62,0x74,0x36,0x08,0x16,0xac,0xba,0x60,0x81,0x6a, +0xcb,0xa6,0x3b,0x06,0x10,0x03,0x60,0xf3,0x02,0xf1,0x15,0x5a,0x88,0xc0,0x6d,0xa6, +0x86,0x6b,0x00,0x81,0x38,0x88,0x90,0x09,0x87,0x8a,0x88,0x37,0xd4,0x23,0x90,0x00, +0x08,0x17,0x59,0x88,0x00,0x81,0x98,0xa0,0x00,0x4b,0x44,0x1a,0x89,0x50,0x00,0xe5, +0x13,0xf4,0x17,0x57,0xa8,0x00,0xa0,0x36,0x94,0x00,0x5d,0x86,0x6a,0x86,0x10,0xa0, +0x23,0x75,0x20,0x0a,0x58,0x87,0x7b,0x08,0xe4,0xa0,0x63,0x80,0x0a,0x0a,0x98,0x7c, +0x00,0xa0,0xa9,0xca,0xc0,0x3b,0x0a,0x00,0x08,0xac,0x03,0xf0,0x14,0x35,0x00,0x72, +0x78,0xa5,0x60,0x4c,0xa4,0x58,0x19,0x00,0x72,0x3c,0x9a,0xa2,0x07,0x98,0x09,0x00, +0x06,0xc5,0x88,0xd8,0x85,0x07,0x24,0x09,0x04,0x00,0x72,0x98,0xd8,0xd0,0x3b,0x00, +0xaf,0x07,0x00,0xc7,0x25,0xf3,0x14,0x81,0x9d,0xae,0xa2,0x5c,0xa5,0xaa,0xa8,0x00, +0x81,0x74,0x33,0xa0,0x08,0x58,0x87,0x7b,0x05,0xc6,0x47,0xc7,0x50,0x08,0x28,0x9e, +0xa8,0x20,0x81,0x09,0x3a,0x00,0x4b,0x1b,0x50,0x2a,0x2f,0x01,0xf3,0x17,0x14,0x8b, +0x00,0x71,0x69,0xc4,0x70,0x6c,0xa1,0x89,0x46,0x00,0x83,0x7b,0xfd,0x84,0x09,0x96, +0x89,0x28,0x27,0xc3,0x88,0xb8,0xb2,0x07,0x16,0x8c,0x6c,0x00,0x71,0x65,0xa2,0xa0, +0x3b,0x06,0x97,0x7c,0x67,0x02,0xf6,0x15,0x0c,0x7a,0x50,0x5d,0x70,0xa7,0x84,0x00, +0xa0,0x98,0x6a,0x93,0x0a,0x48,0x37,0x86,0x35,0xd5,0x67,0x87,0x71,0x0a,0x08,0xbf, +0xd8,0x30,0xa0,0x3a,0xa7,0x60,0x2b,0x47,0x09,0x05,0x40,0x00,0x67,0x0c,0xf5,0x17, +0x90,0x00,0x07,0x1a,0xaa,0xaa,0x95,0xda,0x5b,0x69,0x77,0x07,0x18,0x75,0x88,0x10, +0x76,0x4b,0x46,0xa0,0x5d,0x58,0x34,0x42,0x70,0x71,0x39,0xd8,0x92,0x07,0x16,0x49, +0x0a,0x01,0xb0,0x63,0xa0,0x24,0x1e,0x09,0x41,0x4a,0xaa,0xea,0xaa,0x09,0x00,0xf3, +0x08,0x0b,0xda,0xaa,0xe2,0x00,0x0b,0x10,0x49,0x00,0x00,0x1b,0x79,0x00,0x00,0x16, +0xba,0xa4,0x10,0x79,0x40,0x01,0x6a,0x20,0xbe,0x02,0xf0,0x3b,0xb0,0x00,0x08,0x0a, +0x1b,0x00,0x00,0xa0,0xa5,0xd9,0xb6,0x0a,0x0a,0xb8,0x0a,0x00,0xa0,0xb9,0xa1,0x90, +0x0a,0x1a,0x05,0xa4,0x02,0xe9,0xa0,0x1e,0x00,0x01,0x0a,0x1a,0x79,0x00,0x00,0xaa, +0x10,0x57,0x00,0x00,0x04,0x00,0x00,0xaa,0xc0,0xb0,0x00,0x00,0x0a,0x2c,0x8c,0x50, +0x88,0xda,0xb0,0xb0,0x0a,0x11,0x58,0x39,0x00,0xa0,0x00,0x2e,0x20,0x0b,0x5a,0x04, +0xe2,0x01,0xc5,0x07,0xa1,0xb4,0x54,0x23,0xf1,0x1b,0x20,0x01,0x20,0x05,0x00,0x00, +0x28,0x10,0xc0,0x00,0x6d,0x88,0x4d,0x9c,0x60,0xa0,0x09,0xa0,0xb0,0x0b,0x9c,0xbc, +0x28,0x00,0xa0,0xa0,0x7b,0x30,0x0a,0x0a,0x03,0xd0,0x04,0x70,0xa1,0xba,0x60,0x92, +0xa8,0xb2,0x08,0x60,0x93,0x06,0x00,0x73,0x14,0xf1,0x67,0x27,0x03,0x90,0x00,0x8a, +0xc9,0xac,0xac,0x60,0x27,0x1e,0x70,0xa0,0x4a,0xca,0x3b,0x47,0x06,0x20,0x90,0x8c, +0x10,0x62,0x09,0x07,0xc0,0x06,0xb9,0x99,0x85,0xa1,0x10,0x04,0x30,0x02,0x30,0x00, +0x40,0x00,0x40,0x00,0x3a,0x53,0x36,0x00,0x18,0x79,0x47,0xab,0x80,0xb0,0x45,0xd0, +0x81,0x38,0x29,0x7b,0x4a,0x00,0x0b,0x70,0x0b,0x70,0x00,0xab,0x00,0xd4,0x01,0x91, +0x43,0x94,0x92,0x12,0x00,0x61,0x00,0x50,0x00,0x90,0x64,0x50,0x00,0xbe,0xba,0x83, +0x00,0x01,0xa8,0x5b,0xac,0x63,0x7a,0xb9,0xf1,0xb0,0x09,0xbc,0x97,0x6b,0x03,0x85, +0x60,0x0d,0x60,0x3a,0xda,0xa0,0xd2,0x00,0x08,0x10,0x88,0xa0,0x04,0xb0,0x76,0x05, +0x60,0xa3,0x0a,0xf1,0x38,0x82,0x54,0x40,0x00,0x88,0x62,0x83,0x00,0x39,0xec,0x8c, +0xab,0x62,0xaa,0x57,0xe2,0xa0,0x00,0x70,0x44,0x7a,0x01,0xab,0xa5,0x0b,0x50,0x08, +0x69,0x00,0xc4,0x00,0x5a,0xa2,0xa2,0xa3,0x24,0x00,0x62,0x00,0x50,0x00,0x80,0x05, +0x30,0x02,0x8c,0x95,0xba,0x96,0x0b,0xb8,0xbd,0x2a,0x00,0x9e,0xb4,0x1d,0x40,0x16, +0x51,0x47,0x26,0x60,0xae,0xee,0xee,0xe1,0x01,0x21,0xb9,0x94,0xac,0x22,0x20,0x39, +0xd9,0x15,0x1d,0x22,0x00,0x60,0x57,0x24,0xd2,0x3a,0xda,0xaa,0xcb,0x80,0x08,0x30, +0x0b,0x00,0x00,0x1b,0x05,0x70,0x59,0x07,0xf4,0x26,0x05,0xca,0x10,0x00,0x4a,0x80, +0x3b,0x72,0x27,0x10,0x00,0x04,0x60,0x00,0x57,0x01,0x0a,0x00,0x3a,0x86,0x59,0xa0, +0x4e,0x65,0x90,0x4a,0x01,0x39,0x61,0x81,0xa0,0x29,0xca,0x81,0x7a,0x00,0x37,0x41, +0x02,0xc9,0x0b,0x74,0x8b,0x8c,0x14,0x77,0x28,0x00,0xa0,0x04,0xb1,0x00,0x0a,0x4a, +0x14,0xf6,0x12,0x87,0x95,0x96,0x6b,0x83,0x95,0x95,0x90,0x00,0xb9,0xe8,0xaa,0xa8, +0x97,0xc6,0x90,0x90,0xb6,0x92,0x90,0x90,0x90,0x30,0xa0,0x90,0xb9,0x98,0x80,0x90, +0x00,0x03,0x40,0x90,0x76,0x14,0xf2,0x16,0x63,0x05,0xc4,0x3d,0x8b,0x9b,0x61,0x00, +0xa1,0x73,0x90,0x00,0x0a,0x8b,0x3b,0x99,0x60,0xa8,0xb3,0xa0,0xa0,0x09,0x06,0x39, +0x09,0x05,0xaa,0xa9,0x90,0x90,0x0a,0x1a,0x56,0x09,0x02,0x60,0x1b,0xae,0x0f,0x00, +0x05,0x15,0xf2,0x16,0x04,0x05,0x9d,0x85,0xa8,0x40,0x08,0x09,0x37,0x00,0x06,0xca, +0xb7,0xb7,0x74,0x00,0xa0,0x38,0x2a,0x16,0x9d,0x97,0x60,0x90,0x36,0x98,0x55,0x09, +0x09,0x19,0x6b,0x10,0x90,0x05,0x70,0x90,0x09,0x6c,0x08,0x00,0xda,0x12,0x01,0x30, +0x25,0x21,0x00,0xb0,0x87,0x1d,0xf2,0x04,0xb6,0x00,0x02,0x70,0x04,0x60,0x00,0x82, +0x00,0x55,0x00,0x3a,0x00,0x07,0x20,0x1b,0x10,0x5a,0xa0,0x56,0x00,0xf2,0x18,0x10, +0x04,0x00,0x00,0x19,0x05,0x94,0x42,0x5d,0xaa,0xb4,0x44,0x20,0xa0,0x2a,0xaa,0xa4, +0x0a,0x99,0x10,0x96,0x10,0x90,0x98,0x2d,0x92,0x09,0x18,0x92,0x90,0x02,0x72,0x8a, +0x99,0x00,0x73,0xa8,0x44,0xb9,0xa9,0x06,0x00,0x92,0x0f,0x04,0xe6,0x1d,0x80,0x02, +0x99,0xae,0xc9,0x96,0x00,0x05,0x87,0x2b,0x1b,0xb3,0x70,0x00,0x00,0xa4,0x28,0x00, +0xa2,0xc4,0x00,0xba,0xa7,0x9a,0x24,0x61,0xad,0x09,0x10,0x00,0xa0,0x91,0x5f,0x1c, +0x40,0xe0,0x91,0x00,0x0a,0x0e,0x00,0x30,0x9a,0xaa,0xae,0x07,0x00,0xf1,0x12,0x01, +0x11,0x00,0x0a,0x00,0xea,0xb0,0x00,0xa0,0x09,0x0a,0x8a,0xae,0x80,0x90,0xa0,0x00, +0xa0,0x0d,0x9b,0x38,0x0a,0x00,0x90,0xa0,0x93,0xa0,0x0d,0x9b,0x00,0x0a,0x00,0x70, +0x16,0x03,0xc2,0x06,0xa8,0x00,0x0d,0x9a,0x2d,0x99,0xa0,0x90,0x92,0x80,0x0a,0x09, +0x00,0xd1,0x93,0x70,0x0a,0x09,0x0a,0x5c,0x99,0xa0,0xd9,0x67,0x30,0x0a,0x01,0xa7, +0x23,0x32,0x82,0x04,0xa7,0x90,0x0d,0x81,0xb8,0x88,0x8b,0x00,0x3a,0x77,0x77,0xa0, +0x09,0x00,0xd0,0x09,0x02,0x00,0x00,0x0a,0xa6,0xc7,0x66,0x01,0x58,0x8d,0x98,0x50, +0x30,0x09,0x01,0xe2,0x25,0xf0,0x2d,0x01,0x10,0x01,0x80,0x00,0xed,0x40,0x18,0x00, +0x08,0x44,0xba,0xdb,0x60,0x95,0x49,0x18,0x36,0x0c,0xa4,0x91,0x83,0x60,0x84,0x89, +0xbe,0x88,0x0d,0xb4,0x0a,0x83,0x00,0x60,0x08,0x50,0xb2,0x00,0x05,0x30,0x01,0x60, +0x04,0xa7,0x77,0x97,0x00,0x4a,0x77,0x79,0x70,0x03,0x98,0x88,0x86,0x02,0x99,0x99, +0x99,0x96,0x00,0x05,0x20,0xb3,0x1d,0x0a,0x99,0x80,0x07,0x97,0xa0,0x00,0x03,0xa0, +0x6b,0xf1,0x2e,0x80,0x0a,0x88,0x88,0xb3,0x00,0xa8,0x88,0x8b,0x69,0x09,0xf3,0x05, +0x63,0x00,0x69,0xd9,0xd8,0x20,0x0a,0x09,0x18,0x56,0x00,0x44,0x91,0x88,0x00,0x79, +0x9d,0xad,0x99,0x30,0xa9,0x0c,0xf1,0x05,0x60,0x00,0x7a,0xc8,0x9d,0x82,0x02,0x57, +0x29,0x07,0x00,0x08,0x72,0x95,0x20,0x28,0x88,0x88,0x88,0x60,0x58,0x0b,0x72,0xc8, +0x88,0x98,0x00,0x09,0x00,0x01,0x09,0x00,0xf0,0x3e,0x0a,0x77,0x77,0xb3,0x00,0xa7, +0x77,0x7a,0x30,0x04,0x78,0xb7,0x71,0x06,0x88,0x88,0x88,0x81,0x07,0x86,0x66,0xc0, +0x00,0x58,0x7a,0x7a,0x00,0x05,0x80,0x94,0x81,0x06,0x61,0x87,0x01,0x90,0x00,0x60, +0x00,0x25,0x12,0xba,0x86,0xa5,0x30,0x0d,0x9c,0x7a,0x89,0x40,0x24,0xa5,0x90,0x90, +0x27,0x79,0x47,0x09,0x00,0x19,0x98,0x88,0x80,0x02,0xa5,0x55,0x5a,0x00,0x28,0x22, +0x22,0xa0,0x02,0xb8,0x88,0x8a,0x00,0x0b,0x07,0xf3,0x02,0x0a,0x0a,0x00,0xba,0xea, +0xea,0xba,0x0a,0x0a,0x0a,0xa0,0xa0,0xa0,0xad,0xae,0xae,0xae,0x07,0x00,0x00,0xea, +0x1d,0x01,0x14,0x26,0xf2,0x10,0x39,0x8c,0x98,0xa0,0x05,0x73,0xa5,0x3b,0x00,0x57, +0x4b,0x54,0xb0,0x04,0xa8,0xd9,0x8a,0x00,0x0a,0x3c,0x00,0x00,0x00,0x3f,0x80,0x00, +0x01,0xa9,0x35,0xaa,0xa7,0x1d,0x02,0xf0,0x1a,0xa1,0x01,0xa1,0x02,0x8d,0x73,0x8d, +0x80,0x48,0xd8,0x59,0xd8,0x30,0x7b,0x30,0x99,0x40,0x59,0x28,0x96,0x29,0x40,0x68, +0x66,0x6a,0x30,0x06,0x98,0x88,0xb3,0x00,0x63,0x00,0x07,0x30,0x06,0xa8,0x88,0xb3, +0x00,0x09,0xbf,0x00,0xf4,0x10,0x97,0x66,0x6b,0x30,0x05,0x77,0x77,0x71,0x06,0xd8, +0xd8,0x88,0x82,0x0b,0x7d,0x6b,0x8b,0x00,0xb7,0xd0,0xa6,0x40,0x3c,0x8d,0x48,0xe2, +0x04,0x41,0xa7,0x51,0xa2,0xee,0x16,0x11,0x96,0xcb,0x30,0xd0,0x0c,0xb9,0x99,0x60, +0x09,0xc5,0x22,0x39,0x02,0x57,0x86,0x66,0x90,0xc0,0x10,0x30,0x00,0x07,0x20,0x72, +0x28,0x30,0x04,0xa7,0x00,0x4a,0x05,0xf4,0x15,0x01,0xb4,0x87,0x9a,0x9a,0x1b,0x48, +0x79,0x10,0xa0,0x98,0xb4,0x99,0x8a,0x09,0x8a,0x49,0x00,0xa0,0x91,0x64,0xaa,0x9a, +0x4a,0x9a,0x8a,0x00,0xa0,0xa2,0xa2,0xa0,0x0a,0x38,0x02,0x84,0x2a,0x14,0x15,0x02, +0x43,0x05,0x14,0x05,0x43,0x05,0xf5,0x08,0x2a,0xab,0xfc,0xaa,0x70,0x00,0x9d,0xb2, +0x00,0x00,0x86,0xa2,0xb2,0x01,0xb6,0x0a,0x01,0xb5,0x12,0x00,0xa0,0x00,0x30,0x29, +0x00,0xf0,0x0a,0x1a,0xaa,0xea,0xaa,0x60,0x00,0xaa,0x92,0x00,0x00,0x56,0xa2,0xa0, +0x00,0x3b,0x0a,0x06,0x80,0x2b,0x8a,0xeb,0xa8,0x90,0x10,0x0a,0x34,0x1b,0x14,0xa0, +0x51,0x00,0xf3,0x14,0x08,0xba,0x90,0x4a,0xe9,0x82,0x09,0x00,0x4d,0x08,0x20,0x90, +0x08,0xc9,0x92,0x09,0x01,0x9a,0x4a,0x00,0x90,0x72,0xa0,0xb0,0x09,0x20,0x0a,0x28, +0x00,0x98,0x00,0xa9,0x10,0x0c,0x90,0xef,0x03,0x00,0x89,0x24,0x30,0xae,0xa4,0x5a, +0xd9,0x21,0x10,0x5d,0x6c,0x0b,0x40,0xcb,0xaa,0xea,0x82,0xd4,0x10,0x11,0x72,0x80, +0x1b,0x00,0x72,0x00,0x14,0x90,0x57,0x00,0x41,0xbb,0xbe,0xbb,0xb6,0x09,0x00,0xf2, +0x0b,0x7a,0x9d,0xa9,0xd0,0x07,0x30,0xa0,0x0a,0x00,0x49,0xaf,0xd9,0x80,0x00,0x1b, +0xc9,0x60,0x00,0x6b,0x1a,0x07,0xa2,0x16,0x00,0xa0,0x02,0x48,0x1f,0xf2,0x14,0x09, +0xb9,0xa7,0x00,0x1b,0x97,0x1c,0x20,0x02,0x20,0xae,0x60,0x00,0x47,0x95,0x48,0xb9, +0x11,0x89,0x9d,0x99,0x40,0x00,0x51,0x93,0x20,0x00,0x85,0x09,0x1b,0x10,0x15,0x08, +0x70,0x24,0x7c,0x00,0xf1,0x3e,0x89,0x9d,0xa9,0x93,0x00,0x70,0x90,0x26,0x00,0x09, +0x29,0x09,0x10,0x2a,0xba,0xda,0xba,0x70,0x00,0x8d,0xb1,0x00,0x00,0x77,0x92,0xb1, +0x01,0xa7,0x09,0x02,0xc4,0x13,0x00,0x90,0x00,0x50,0x00,0xa0,0x00,0x17,0x30,0x0a, +0x0a,0xaa,0x61,0x2a,0xd7,0xa0,0x00,0x00,0x4d,0x0d,0xc9,0xb3,0x07,0xc7,0xa9,0x0a, +0x11,0x8a,0x19,0x55,0xb0,0x52,0xa3,0x70,0xe3,0x00,0x0a,0x73,0x7a,0x80,0x00,0xa9, +0x74,0x04,0x80,0xdf,0x1e,0x00,0x6c,0x06,0xf1,0x15,0x62,0x7d,0x9d,0x10,0x6c,0xa1, +0x90,0x90,0x00,0xb7,0x0a,0x1d,0x90,0x0e,0xa1,0xe2,0x0b,0x07,0x93,0x18,0x84,0x80, +0x76,0x26,0x37,0xc1,0x00,0x63,0xa0,0x9c,0x40,0x06,0x84,0x84,0x09,0x30,0x95,0x05, +0xf2,0x14,0xb9,0xd9,0x9c,0x00,0x5b,0x8d,0x98,0xc0,0x05,0x61,0xa2,0x1b,0x00,0x27, +0x7c,0x77,0x60,0x29,0x9a,0xec,0x99,0x60,0x01,0xbb,0x86,0x00,0x06,0xb1,0x90,0x6a, +0x32,0x60,0x09,0x00,0x15,0x69,0x0b,0xf5,0x13,0x69,0xda,0x91,0x7d,0xb0,0x09,0x00, +0x00,0xa4,0x7a,0xd9,0xd0,0x0e,0xa8,0x1b,0x1a,0x05,0xb4,0x92,0xa9,0xa0,0x87,0x27, +0xa2,0x6c,0x00,0x72,0x72,0x00,0xa0,0x07,0x27,0x10,0x7b,0x89,0x19,0xf0,0x13,0x02, +0x99,0x9d,0x99,0x96,0x00,0x2a,0xb8,0x70,0x01,0x8b,0x16,0x07,0xd6,0x26,0x77,0x77, +0x94,0x50,0x0b,0x55,0x5a,0x20,0x00,0xa2,0x22,0x92,0x00,0x05,0x77,0x77,0x10,0x09, +0x99,0x37,0x0b,0x12,0xa0,0x8e,0x26,0x30,0xa3,0x29,0xd8,0xc8,0x32,0xf0,0x09,0x09, +0x9a,0x98,0x08,0xb9,0x00,0xa0,0x02,0x9a,0x17,0x2a,0x81,0x51,0xa0,0xa0,0xa3,0x60, +0x0a,0x45,0x0a,0x0a,0x00,0xa0,0x1a,0x4c,0x04,0xf1,0x0b,0x43,0x09,0x00,0x0a,0x01, +0x92,0x80,0x1b,0xe7,0xab,0xcb,0x40,0x4e,0x10,0x00,0x00,0x08,0xb8,0x00,0x00,0x02, +0x8a,0x16,0xaa,0xa0,0x31,0x44,0x00,0x34,0x3a,0xaa,0xa7,0x3e,0x15,0x00,0x67,0x1f, +0xf7,0x17,0xa0,0x00,0x07,0x23,0x5a,0x65,0x16,0xcb,0x58,0x69,0x61,0x0b,0x41,0x90, +0x47,0x00,0xeb,0x87,0x05,0x91,0x6a,0x61,0x64,0xa0,0x09,0x72,0x00,0xd5,0x00,0x07, +0x20,0x89,0xb2,0x00,0x72,0x94,0x02,0xa2,0xd9,0x1c,0xd0,0x17,0x01,0x90,0x08,0x10, +0xb0,0x74,0x06,0xda,0x6a,0xbc,0xa0,0x0b,0x19,0x13,0xd0,0xfa,0x39,0xd9,0x70,0x7a, +0x30,0x0a,0x00,0x07,0x81,0x99,0xd9,0x92,0xeb,0x2b,0x01,0x3a,0x0c,0x02,0x5f,0x00, +0xf0,0x14,0x08,0x20,0x00,0x07,0x20,0xdc,0xca,0x07,0xdb,0xac,0x17,0x50,0x0c,0x82, +0x1c,0x90,0x01,0xe9,0x7a,0x58,0x92,0x98,0x37,0x99,0x97,0x14,0x72,0x45,0x00,0xa0, +0x07,0x24,0xb9,0x9a,0x00,0x09,0x00,0x03,0x52,0x0a,0x00,0x4a,0x08,0xf6,0x11,0xa9, +0x99,0x94,0x8d,0xaa,0x69,0x99,0x00,0xb5,0x90,0x36,0x00,0x1e,0x9b,0x4a,0xb7,0x09, +0x92,0x90,0x36,0x00,0x37,0x19,0x68,0x98,0x00,0x71,0xa8,0x88,0x85,0x07,0x10,0xba, +0x00,0xf1,0x14,0xc0,0x00,0x07,0x20,0x78,0x90,0x07,0xec,0x59,0x05,0x80,0x0c,0x79, +0x89,0x96,0x41,0xea,0x30,0x40,0x40,0x89,0x25,0x38,0x08,0x02,0x72,0x15,0x47,0x10, +0x07,0x28,0x88,0xc8,0x20,0x72,0x4c,0x09,0xf0,0x0b,0xa0,0xa0,0x00,0x72,0x8d,0xae, +0xa2,0x6d,0xb5,0x99,0x97,0x00,0xa5,0x74,0x33,0xa0,0x0e,0xb8,0x87,0x7b,0x06,0xb4, +0x47,0xc7,0x50,0x67,0x23,0x09,0xf1,0x21,0x72,0x0a,0x3b,0x10,0x07,0x3c,0x40,0x2a, +0x30,0x06,0x30,0x90,0x90,0x00,0x63,0x6e,0xbd,0xb0,0x5c,0xb3,0xb3,0xa4,0x00,0xb6, +0x45,0xb5,0x51,0x0e,0xb8,0x8c,0x7b,0x07,0x94,0x77,0xc6,0xb0,0x46,0x36,0x8c,0x7b, +0x00,0x63,0x08,0x07,0x30,0x06,0x39,0x10,0xb1,0x32,0x01,0x9f,0x1a,0xf6,0x16,0x00, +0xb9,0x97,0x72,0x00,0x1b,0x11,0x5a,0x99,0xb1,0xa9,0x75,0x78,0x18,0x18,0x6b,0x11, +0xb1,0x21,0x86,0xc0,0x0e,0x20,0x1a,0xa3,0x72,0xb7,0x01,0xb2,0x12,0x92,0xa2,0x08, +0x88,0x87,0x01,0x70,0xbb,0x28,0x92,0x30,0x91,0x00,0x00,0x73,0x09,0xba,0xa0,0x07, +0x09,0x00,0x20,0x10,0x00,0x09,0x00,0x51,0x07,0xcb,0x9d,0xa9,0x92,0x18,0x19,0x00, +0x67,0x1c,0x10,0x30,0xc5,0x06,0xb1,0x01,0x70,0x82,0x00,0x00,0x18,0x08,0xba,0x90, +0x01,0x80,0x09,0x00,0x80,0x20,0x00,0x29,0xd9,0xca,0x99,0x60,0x11,0x6a,0x0d,0x00, +0x9b,0x14,0x00,0xed,0x04,0xf1,0x00,0x08,0x0a,0x0a,0x06,0x10,0xa0,0xe9,0xb9,0x70, +0x0a,0x0a,0x0b,0x20,0x00,0xa0,0xff,0x04,0xb2,0x0a,0x00,0x30,0xa0,0xb4,0xb0,0x0a, +0x5e,0xba,0x78,0xab,0x7f,0x31,0x00,0x09,0x07,0xa0,0x35,0x0c,0x99,0x50,0x04,0x60, +0xb0,0x00,0x06,0xbb,0x8d,0x1b,0xf0,0x04,0x80,0xb0,0x25,0x00,0x95,0x0b,0x0b,0x10, +0x14,0x00,0xbb,0x30,0x00,0x37,0xb8,0x00,0x00,0x57,0x30,0x9a,0x1b,0xf0,0x14,0xdb, +0xad,0xba,0x70,0x0b,0x00,0x81,0x00,0x04,0xc9,0xa8,0x29,0x31,0xb1,0x19,0x8b,0x30, +0x12,0xba,0x38,0x20,0x00,0x03,0xb0,0x81,0x02,0x04,0xb1,0x08,0x20,0xa2,0x80,0x00, +0x29,0x93,0x77,0x00,0xf1,0x12,0x04,0xcb,0x97,0x2a,0x00,0x09,0x43,0xca,0xd9,0x40, +0xa5,0xd5,0x0a,0x00,0x67,0x49,0x9a,0xe9,0x73,0x3d,0x20,0xae,0x50,0x00,0xb0,0x84, +0xa9,0x10,0x94,0x96,0x0a,0x2a,0x46,0xea,0x03,0x00,0x82,0x37,0xf6,0x15,0x88,0x40, +0xd9,0x80,0x0c,0x87,0x18,0x08,0x00,0xa0,0x0a,0x30,0xa6,0x0c,0x98,0x68,0x88,0x00, +0xa0,0x02,0x80,0xb0,0x3d,0x9a,0x09,0x86,0x03,0xb1,0x00,0x8f,0x40,0x0a,0x02,0xc5, +0x19,0x80,0xa3,0x0c,0x07,0x91,0x31,0x95,0xa4,0x0c,0xaa,0x1c,0xb5,0x00,0xa0,0x00, +0xd2,0x12,0x00,0xa2,0x08,0x0b,0x28,0x1b,0x01,0x80,0xe9,0x30,0xaa,0xb4,0xc2,0x17, +0xf2,0x18,0x00,0x0a,0x00,0x01,0xb7,0x20,0xa0,0x00,0x00,0x1a,0x0a,0x27,0x06,0x20, +0xa6,0xd8,0xb0,0x07,0x6e,0x4a,0x0a,0x00,0x03,0xa0,0xa0,0xb0,0x06,0x4a,0x02,0x58, +0x30,0xa0,0xa0,0x00,0x55,0x44,0x05,0xa9,0x9b,0xa5,0x01,0xf0,0x17,0xa6,0x0d,0x9d, +0x00,0x00,0x12,0x80,0xa0,0x04,0x82,0xa2,0x05,0x94,0x02,0x1a,0x99,0x97,0x00,0x06, +0x38,0x07,0x60,0x07,0x30,0x79,0x90,0x01,0xa0,0x5a,0x9a,0x50,0x12,0x45,0x00,0x05, +0x30,0x0a,0x10,0x3d,0x19,0x10,0x00,0xd4,0x18,0xf3,0x0c,0xae,0xaa,0x04,0x91,0xa0, +0xa0,0x90,0x03,0x2a,0x0a,0x09,0x00,0x01,0xaa,0xea,0xd0,0x04,0x6a,0x0a,0x09,0x01, +0xb0,0xaa,0xea,0xd0,0x02,0x0a,0xdd,0x2a,0xf0,0x13,0x01,0xa3,0x2c,0x9d,0x00,0x00, +0x13,0x60,0xa0,0x06,0x30,0x92,0x0a,0x20,0x07,0x46,0x00,0x26,0x10,0x03,0xa9,0x9a, +0x90,0x08,0x3a,0x00,0x19,0x04,0x80,0xa9,0x9a,0x90,0x10,0x0a,0x5e,0x3a,0x00,0x97, +0x0c,0x10,0x3a,0xad,0x04,0x50,0x05,0xad,0xaa,0x04,0x91,0x35,0x1f,0xf2,0x06,0x19, +0xae,0xaa,0x40,0x06,0x04,0x70,0x00,0x04,0x60,0xa0,0x65,0x00,0xb0,0x7b,0x99,0xd0, +0x03,0x02,0x20,0x03,0xc4,0x1b,0x10,0x69,0x7b,0x00,0xf0,0x11,0x0c,0x9d,0x9c,0x54, +0x80,0xa0,0xa0,0x60,0x02,0x0c,0xd9,0x9c,0x00,0x14,0xa6,0x36,0x60,0x07,0x49,0x0a, +0xb0,0x01,0xa6,0x37,0xaa,0x60,0x22,0x65,0x40,0x05,0x50,0x03,0x24,0x05,0x10,0x4a, +0x66,0x19,0xf0,0x03,0x08,0xab,0xba,0x62,0xa1,0x00,0x73,0x00,0x02,0x40,0x07,0x30, +0x00,0x03,0x4a,0xcb,0xa2,0x00,0x07,0x17,0x92,0x74,0x00,0x73,0x00,0x0a,0x09,0x9c, +0xb9,0x70,0x7f,0x2b,0x00,0xdb,0x12,0xf5,0x10,0x5c,0x99,0x80,0x00,0x2c,0x80,0x85, +0x04,0x92,0x15,0xb8,0x00,0x02,0x38,0xa5,0x99,0x20,0x07,0xa9,0x99,0x92,0x05,0x6a, +0x00,0x0a,0x01,0xb0,0xa9,0x99,0xb0,0x02,0x2a,0x33,0x10,0x76,0x91,0x45,0xf1,0x0d, +0x10,0x90,0x90,0xa2,0x70,0x6b,0x2d,0x3a,0x04,0x49,0x98,0xaa,0xa0,0x05,0x57,0x59, +0x5a,0x04,0x64,0x50,0x90,0xa0,0x90,0x81,0x09,0x0a,0x19,0x18,0xb2,0x1e,0x01,0xd7, +0x01,0x60,0x36,0x00,0x68,0x59,0xc8,0x30,0x52,0x03,0xf0,0x0f,0x04,0x92,0xaa,0xdb, +0xa6,0x02,0x20,0x07,0x20,0x00,0x06,0x5a,0xba,0xb0,0x06,0x56,0x20,0x09,0x01,0xa0, +0x69,0x88,0xc0,0x01,0x06,0x41,0x19,0x00,0x06,0x00,0xa9,0x58,0x10,0x99,0xf7,0x2d, +0xf3,0x0e,0x92,0x43,0x04,0x90,0x7b,0x67,0xd0,0x03,0x26,0x54,0x35,0x40,0x02,0x54, +0x92,0x70,0x02,0x86,0x29,0x27,0x00,0xa1,0xa0,0x92,0x75,0x27,0x57,0x05,0x1b,0xcd, +0x06,0x02,0x88,0x1f,0xf2,0x16,0x08,0x03,0x8c,0x8c,0x34,0x80,0x00,0x87,0x84,0x48, +0x2a,0x18,0x88,0x44,0x80,0x00,0x88,0x84,0x48,0x02,0x38,0x88,0x44,0x80,0x82,0x38, +0x31,0x18,0x0a,0x05,0x76,0x00,0x81,0x63,0x70,0x71,0x86,0x3e,0x24,0xf0,0x0d,0x05, +0x0a,0x04,0x10,0x46,0x74,0xa0,0xb0,0x00,0x01,0x4a,0x14,0x05,0x90,0xaa,0xaa,0xd0, +0x03,0x0a,0x66,0x6c,0x00,0x04,0xa2,0x22,0xb0,0x07,0x3a,0x84,0x20,0x71,0xa0,0x00, +0xa0,0x35,0x0a,0x00,0x9a,0xbd,0x2e,0xf0,0x01,0x00,0x86,0xb8,0x88,0xb0,0x00,0x0b, +0x77,0x7b,0x04,0x70,0xb8,0x88,0xb0,0x07,0x30,0xef,0x05,0xf5,0x02,0xb9,0x4b,0x72, +0x04,0x6a,0x00,0xc1,0x00,0xa0,0xa0,0x19,0x08,0x27,0x0e,0xb5,0xb9,0x60,0xfe,0x5b, +0x40,0x58,0x89,0xe9,0x94,0xdd,0x25,0xf6,0x5e,0x02,0x73,0x9e,0xad,0xa7,0x04,0x14, +0x82,0x2a,0x00,0x15,0x91,0x90,0x68,0x06,0x48,0x2a,0x97,0x30,0xb0,0x80,0x97,0x18, +0x06,0x00,0x97,0x00,0x00,0x08,0x01,0x1a,0x21,0x00,0x38,0x78,0xd9,0x83,0x00,0x05, +0x7c,0x87,0x12,0xa3,0x88,0xb8,0x86,0x01,0x14,0x88,0x88,0x00,0x05,0x86,0x55,0xb0, +0x03,0x78,0x43,0x3b,0x00,0xa1,0x88,0x77,0xc0,0x07,0x08,0x10,0x6a,0x00,0x24,0x06, +0x00,0x16,0x10,0x88,0xd9,0x89,0x30,0x00,0x17,0x06,0x20,0x05,0x45,0x64,0x68,0x64, +0x03,0x9b,0xb9,0x29,0x00,0x30,0x35,0x81,0x90,0x0a,0x5b,0xcb,0x09,0x03,0x72,0x45, +0xa0,0x90,0x61,0x03,0x76,0x09,0x69,0x2f,0xf1,0x14,0x95,0xc9,0x9a,0x70,0x00,0x0c, +0x88,0x97,0x07,0x70,0xb4,0x46,0x70,0x03,0x04,0x44,0x42,0x00,0x15,0xcc,0xaa,0xa0, +0x08,0x47,0x83,0x49,0x01,0x91,0x78,0x34,0x90,0x63,0x9c,0xcb,0xbd,0x84,0x06,0xf2, +0x19,0x11,0x05,0x02,0x20,0x01,0xa2,0x92,0x77,0x51,0x00,0x8c,0x9c,0x44,0x17,0x71, +0x92,0x89,0xa0,0x02,0x3b,0xc0,0x74,0x00,0x54,0x59,0x8d,0x92,0x0a,0x62,0x90,0x90, +0x04,0x69,0x09,0x09,0x00,0x74,0x58,0x84,0xb0,0xd7,0x5c,0x00,0xbf,0x25,0xf2,0x14, +0xa2,0x8a,0xca,0x85,0x01,0x18,0x91,0x97,0x04,0x43,0x38,0x19,0x15,0x07,0x08,0x88, +0x8a,0x00,0x51,0x57,0x77,0xb0,0x0a,0x0d,0x88,0x88,0x21,0xa0,0x00,0x00,0x81,0x13, +0x00,0x01,0x8a,0x02,0x01,0xf1,0x15,0x85,0xd9,0x9c,0x95,0x00,0x0a,0x59,0xc7,0x15, +0x90,0xaa,0x22,0x73,0x02,0x0a,0xa4,0x48,0x30,0x24,0x87,0x8b,0x82,0x08,0x56,0x71, +0xa8,0x00,0xa8,0x59,0x0a,0x56,0x34,0x92,0x19,0x70,0x20,0xb0,0x00,0xf0,0x0e,0xa4, +0x98,0x89,0x90,0x00,0x19,0x7a,0x09,0x06,0x56,0xb8,0xa8,0xb6,0x04,0x67,0x88,0x87, +0x60,0x23,0xa6,0x66,0xa0,0x09,0x1a,0x77,0x7a,0x01,0xa0,0x90,0x82,0x06,0x22,0x02, +0x87,0x7f,0x00,0x00,0xb9,0x02,0xf2,0x14,0x76,0x99,0xc9,0x95,0x00,0x05,0x61,0x67, +0x03,0x83,0x68,0x45,0x56,0x03,0x19,0xb9,0xb5,0x00,0x04,0x3a,0x92,0x62,0x06,0x8b, +0x70,0xb8,0x00,0xa1,0x39,0x62,0xb3,0x03,0x04,0x61,0x00,0x3c,0x0a,0xf0,0x11,0x85, +0x55,0x90,0xa0,0x00,0x3b,0xbd,0x9d,0x72,0x60,0x33,0x50,0x60,0x03,0x3c,0x9d,0x99, +0x90,0x04,0x88,0xd9,0x95,0x06,0x37,0x29,0x09,0x00,0xa0,0x72,0x94,0xb0,0x01,0x85, +0x03,0xf0,0x2b,0x07,0x24,0xb5,0xa6,0x30,0x16,0x4b,0x5a,0x63,0x00,0x1a,0xaa,0xaa, +0x82,0xb2,0x04,0x69,0x00,0x02,0x1b,0xbb,0xda,0x70,0x04,0xa6,0x4b,0x27,0x04,0x7a, +0x98,0xa8,0x70,0xb1,0xb4,0x61,0x47,0x06,0x0a,0x00,0x18,0x50,0x06,0x00,0x09,0x33, +0x00,0x67,0x00,0xa6,0x61,0x00,0x0b,0x8d,0x89,0x52,0x91,0x97,0xc7,0x2c,0x4f,0xf1, +0x04,0x89,0x10,0x04,0x90,0x01,0x00,0x06,0x57,0x23,0x84,0x00,0xa6,0x56,0x84,0x54, +0x26,0x94,0x1a,0x77,0xc5,0x0e,0xf6,0x1a,0x21,0x04,0x10,0x40,0x01,0xa6,0xb8,0x29, +0x00,0x00,0x86,0xa5,0xcb,0x56,0x38,0x17,0xb6,0x90,0x05,0x4c,0x88,0x9a,0x00,0x37, +0xc7,0x38,0x80,0x09,0x2b,0xb1,0x75,0x02,0x65,0x38,0x1a,0xb0,0x72,0x94,0xa8,0x24, +0x60,0x82,0x09,0x31,0x0e,0x99,0x91,0x09,0x00,0x40,0x8a,0xac,0xaa,0x70,0xf9,0x13, +0x00,0x4a,0x28,0xe4,0x80,0x04,0x02,0x02,0x04,0x02,0xa0,0xa0,0xb0,0x91,0x51,0x05, +0x04,0x01,0xc1,0x32,0x02,0x6c,0x28,0xf2,0x27,0x01,0x8d,0x88,0xd8,0xb0,0x00,0xb5, +0x2a,0x09,0x02,0xac,0x28,0xd1,0x90,0x00,0xa0,0xa3,0x69,0x60,0x75,0x32,0x00,0x56, +0x09,0x27,0x09,0x09,0x21,0x60,0x50,0x42,0x17,0x00,0x43,0x25,0x00,0x00,0x0d,0x88, +0xd8,0x83,0x0a,0xa2,0x2b,0x22,0x03,0x7c,0x88,0xd8,0x70,0x00,0xd8,0x8d,0x88,0x3f, +0x00,0xd0,0xc8,0x88,0x89,0x30,0x82,0x80,0x80,0xa1,0x18,0x06,0x15,0x32,0x70,0xa3, +0x02,0x23,0x09,0x10,0x04,0x00,0x50,0xba,0xaa,0xa9,0x09,0x10,0xc8,0x38,0x20,0xab, +0x90,0x78,0x09,0x20,0x38,0x00,0xcf,0x19,0x02,0x40,0x0d,0xf2,0x1a,0x09,0x45,0x49, +0xab,0x30,0x94,0x59,0x30,0x00,0x0a,0x56,0x90,0x00,0x00,0xc8,0x89,0xc9,0xb4,0x0a, +0x00,0x99,0x18,0x20,0xd9,0x9a,0x46,0xc0,0x18,0x09,0xa0,0xc6,0x05,0x60,0xa9,0x3c, +0x90,0x71,0x0c,0x7a,0x05,0x70,0x7e,0x06,0xf1,0x12,0xac,0xca,0x00,0x27,0x00,0x46, +0x00,0x06,0x30,0x04,0x60,0x00,0x7a,0xab,0xfc,0xa4,0x00,0x02,0xb6,0x60,0x00,0x04, +0xb1,0x46,0x00,0x2a,0x80,0x04,0x60,0x02,0x20,0x07,0xb3,0x8f,0x05,0xf0,0x0c,0x01, +0x7a,0x07,0x9d,0x94,0x2c,0xe6,0x00,0xa0,0x06,0x3a,0x2a,0xac,0xc8,0x30,0xa1,0x00, +0x0a,0x02,0x9e,0x6a,0x99,0xd8,0x22,0xa0,0x55,0x0a,0xca,0x0c,0x00,0x22,0x00,0x10, +0xa9,0xef,0x00,0xf1,0x17,0x13,0x03,0x1a,0x00,0xa0,0xa0,0x2a,0xa0,0x0a,0x03,0x00, +0x4a,0x8a,0xea,0xa5,0x00,0xb0,0x0e,0x40,0x00,0x9c,0x02,0xa9,0x00,0x64,0xa0,0x83, +0x91,0x00,0x0a,0x2b,0x02,0xa0,0x00,0xaa,0x10,0x04,0x70,0xb9,0x0d,0xf2,0x07,0x99, +0x9d,0xa9,0x96,0x07,0x14,0x67,0x17,0x00,0x26,0x8d,0x64,0x40,0x02,0x85,0x89,0x76, +0x00,0x81,0xaa,0x66,0x64,0x3f,0x19,0x04,0x66,0x22,0xf0,0x08,0x5c,0xa5,0xab,0xca, +0x40,0x81,0x00,0xa1,0x00,0x4c,0x80,0x2f,0x90,0x00,0x82,0x1a,0xb2,0xa0,0x08,0x18, +0x2a,0x07,0x20,0xce,0x28,0x23,0x68,0x10,0x1f,0x1d,0xf2,0x15,0x2a,0xc7,0xc9,0x9c, +0x10,0x09,0x0b,0x07,0x71,0x19,0xd4,0xb0,0x97,0x10,0x19,0x0b,0x19,0x71,0x00,0x90, +0x83,0x75,0x10,0x0b,0x50,0x7a,0x01,0x3c,0x94,0x38,0x90,0x80,0x00,0x5a,0x07,0x87, +0x16,0x04,0x00,0xad,0x10,0xf0,0x05,0xc9,0x09,0x7c,0x91,0x09,0x05,0x90,0xa0,0x00, +0x90,0x89,0x0a,0x00,0x6d,0x88,0x95,0xd9,0x00,0x90,0x39,0x17,0x37,0x50,0x90,0xa0, +0x07,0xb8,0x84,0xf9,0x0f,0xf0,0x07,0x19,0x99,0x30,0x6b,0x98,0xad,0x9d,0x00,0x90, +0x79,0xd8,0xd0,0x4c,0x67,0x19,0x0a,0x02,0xb4,0x79,0xd9,0xc0,0x09,0x83,0x02,0x60, +0xa9,0x69,0xda,0x91,0x98,0x20,0x46,0x29,0xf2,0x1d,0x99,0x99,0x94,0x00,0x00,0x05, +0x20,0x05,0xb9,0x54,0x52,0x90,0x09,0x05,0xab,0xac,0x02,0xb4,0x45,0x55,0x52,0x2b, +0x42,0x3a,0x43,0x10,0x90,0x69,0xcb,0xb2,0x09,0x77,0x28,0x77,0x26,0xa5,0x72,0x87, +0x72,0x00,0x07,0x28,0x7a,0x10,0x75,0x26,0xf0,0x02,0x91,0x00,0x00,0x0b,0x09,0x10, +0x00,0x06,0xca,0xda,0xaa,0x30,0xc0,0x09,0x10,0x00,0x02,0xde,0x00,0x11,0x2a,0xfc, +0x3a,0x03,0x28,0x08,0x80,0x2a,0xaa,0xda,0xaa,0x70,0x09,0xaa,0xca,0xe8,0x2f,0x11, +0x0a,0x8a,0x28,0x00,0x96,0x1c,0xe2,0xaa,0xea,0xad,0x09,0x00,0xa0,0x0a,0x18,0x00, +0xa0,0x0a,0x72,0x00,0xa2,0xfa,0x15,0x03,0xc7,0x3b,0xf1,0x05,0xca,0xae,0xaa,0xb0, +0xb1,0x1b,0x11,0xa0,0xc8,0x8d,0x88,0xb0,0xc9,0x9e,0x99,0xb0,0xb0,0x0b,0x00,0x14, +0xa4,0x39,0xd0,0x09,0xaa,0xc3,0x0a,0x88,0xd8,0x8a,0x00,0xa8,0x8d,0x88,0xa0,0x0a, +0x83,0x02,0xf1,0x04,0x6a,0xd9,0xea,0x60,0x03,0xb2,0x03,0xc4,0x05,0x75,0x50,0x56, +0x65,0x00,0xa2,0x05,0x60,0x00,0x96,0xb9,0x2c,0x03,0xb3,0x25,0xf1,0x15,0x06,0xaa, +0x63,0xd9,0x90,0x73,0x49,0xc6,0x1a,0x07,0x34,0xa2,0xab,0x20,0x7a,0xa9,0x79,0x97, +0x17,0x34,0xaa,0x99,0xb2,0x7a,0xa8,0x90,0x09,0x06,0x00,0x0a,0x99,0xc0,0x00,0x00, +0x90,0x09,0x6b,0x11,0x20,0x05,0x70,0xed,0x02,0x00,0x7d,0x0c,0x40,0xa9,0x99,0x99, +0xaa,0x67,0x28,0x11,0x00,0x11,0x00,0x10,0xa0,0x25,0x08,0xf6,0x14,0x00,0x31,0x00, +0x09,0x00,0xb1,0x00,0xd9,0xd2,0xc9,0x9a,0x90,0x9a,0x10,0x0a,0xd9,0xd0,0x82,0x09, +0x90,0x90,0x0b,0x19,0x90,0x90,0x01,0x27,0xd9,0xb0,0x00,0x46,0x90,0x00,0x29,0xb2, +0x1f,0x39,0xf1,0x41,0x40,0xa0,0x00,0x18,0x54,0x1b,0x00,0x01,0x85,0x47,0xa8,0x82, +0x18,0x56,0xb2,0x50,0x01,0x51,0x22,0x00,0x10,0x08,0x9a,0x9a,0x94,0x00,0xa0,0x91, +0x83,0x60,0x0a,0x09,0x18,0x36,0x07,0xd9,0xda,0xdb,0xc3,0x00,0x40,0x01,0x30,0x01, +0x4b,0x64,0xa7,0x30,0x03,0x34,0xb3,0x32,0x00,0x68,0x8d,0x88,0x30,0x47,0x78,0xa7, +0x77,0x10,0x79,0x99,0x99,0x30,0x09,0x09,0x18,0x36,0x00,0x90,0x91,0x83,0x60,0x7d, +0x9d,0xac,0xbc,0x30,0x39,0x25,0xf1,0x16,0x3a,0xa9,0x8b,0x10,0x04,0x53,0x80,0x91, +0x06,0xcb,0xa9,0x9d,0xa3,0x1b,0x03,0x72,0xa0,0x02,0x88,0x88,0xab,0x30,0x09,0x09, +0x27,0x45,0x00,0x90,0x92,0x74,0x50,0x7d,0x9d,0xac,0xbb,0x30,0xaa,0x21,0x2c,0x1f, +0x19,0x07,0x00,0x02,0x02,0x96,0x02,0xb2,0x9e,0x99,0x95,0x00,0x66,0xc6,0x63,0x00, +0x0a,0x33,0x34,0xb2,0x0e,0x04,0xc4,0x0e,0x00,0x22,0x06,0x21,0x90,0x39,0xa2,0x3c, +0x11,0xa0,0x2c,0x38,0xf0,0x0a,0xa9,0xa8,0x49,0xd8,0xa0,0x01,0x80,0x4a,0x0a,0xa9, +0xa8,0x08,0xe4,0xa0,0x01,0x82,0x8a,0x7a,0x99,0xa8,0x61,0xa0,0xa0,0x01,0x80,0x1b, +0x00,0x30,0x00,0xa0,0xa0,0xfe,0x17,0xf2,0x17,0x01,0x34,0x00,0x58,0x9c,0x65,0x30, +0x04,0x8c,0xa8,0x88,0x11,0x89,0xd9,0x88,0x85,0x00,0x9b,0x88,0x87,0x00,0x9c,0x97, +0x77,0xb0,0x24,0x67,0x44,0x4b,0x00,0x06,0x63,0x33,0xa0,0x00,0x6a,0x88,0x8b,0xfa, +0x35,0xf1,0x02,0x99,0x9d,0x99,0x94,0x00,0x87,0xb7,0x74,0x00,0x0c,0x66,0x68,0x60, +0x00,0xc6,0x66,0x96,0x09,0x00,0xe0,0x28,0xd8,0x88,0xab,0x60,0x06,0x60,0x29,0x40, +0x08,0x30,0x00,0x05,0x40,0xe6,0x2b,0xf2,0x14,0x00,0xa9,0x85,0xc9,0xa8,0x19,0x83, +0x0a,0x01,0x92,0x27,0x20,0xa0,0x19,0x3a,0xda,0x8a,0x01,0x90,0x0b,0x30,0xa0,0x19, +0x00,0xaa,0x2a,0x01,0x90,0x84,0x18,0xc9,0xa9,0x39,0x00,0x0a,0x79,0x18,0xf4,0x14, +0x2b,0xc7,0x79,0x9a,0x00,0x63,0x05,0x20,0x90,0x0a,0x42,0x81,0x27,0x03,0xe5,0x89, +0x9a,0xb3,0x3a,0x08,0x00,0x04,0x50,0x90,0x99,0x99,0x73,0x0a,0x95,0x00,0x08,0x10, +0x30,0x00,0x09,0x11,0x0c,0xf0,0x18,0x11,0x11,0x07,0xda,0x78,0xd8,0x81,0x0a,0x04, +0x8d,0x89,0x02,0xa4,0x66,0xb3,0xb0,0x9a,0x89,0x6b,0x4b,0x06,0x75,0x79,0xd8,0xa0, +0x17,0x55,0x89,0x00,0x01,0xc9,0x3b,0xa2,0x00,0x02,0x07,0x21,0x7a,0x10,0x07,0x02, +0xf2,0x14,0x02,0xbc,0x75,0xb9,0x80,0x06,0x31,0xc4,0xa6,0x20,0xa4,0x7c,0x5b,0x5a, +0x2e,0x57,0xb8,0xd8,0xa3,0xa1,0x7a,0x0a,0x0a,0x09,0x17,0xc8,0xd8,0xa0,0xa9,0x98, +0x09,0x0a,0x02,0x08,0x10,0xc6,0x23,0x10,0x04,0x71,0x2d,0x02,0x32,0x3f,0x00,0x9f, +0x11,0x00,0xd4,0x03,0xf1,0x02,0xb0,0x91,0x65,0x00,0x75,0x09,0x10,0xb0,0x2a,0x00, +0x91,0x06,0x60,0x01,0xac,0x00,0x00,0x96,0x35,0xf3,0x02,0x8d,0x95,0x8d,0x94,0x05, +0xd8,0x27,0xc8,0x01,0x46,0x04,0x17,0x05,0x01,0xcc,0xcc,0xc8,0x30,0x2c,0xc0,0xd9, +0x99,0x50,0x2a,0x09,0x16,0x60,0x09,0x07,0xb0,0x06,0x30,0x9d,0x01,0xf0,0x3c,0x01, +0x99,0x9c,0x99,0x95,0x02,0x55,0x67,0x18,0x00,0x37,0x76,0x73,0xa0,0x02,0x98,0xc9, +0x87,0x00,0x89,0x9d,0x99,0x92,0x0a,0x09,0x15,0x26,0x30,0xa3,0xd9,0x98,0x63,0x0a, +0x00,0x00,0x5a,0x10,0x03,0x78,0x00,0xa0,0x02,0x7b,0x00,0x0a,0x20,0x00,0xa0,0x82, +0xa6,0x34,0xbe,0x9b,0x0a,0x09,0x07,0xd6,0x60,0xa1,0x42,0x8a,0x10,0x05,0xa2,0x51, +0xa0,0x00,0x68,0x00,0x0a,0x02,0xa9,0x00,0x00,0xa6,0x56,0x0a,0xf1,0x18,0x24,0x04, +0x00,0x00,0x9c,0x34,0xa5,0x54,0x00,0x90,0x95,0xc6,0x72,0xae,0x99,0x0a,0x21,0x04, +0xe3,0x45,0xa9,0x00,0x8a,0x78,0x1a,0x45,0x45,0x90,0xa0,0xa1,0x90,0x09,0x02,0x0a, +0x03,0x00,0x90,0x08,0x80,0x73,0x3b,0xf2,0x13,0x05,0xc7,0x07,0xd9,0x70,0x06,0x36, +0x84,0xa3,0x07,0xdb,0x46,0xb6,0x00,0x0d,0xb4,0x2a,0xc9,0x25,0xa6,0x3a,0x30,0xb0, +0x96,0x33,0x2a,0x95,0x00,0x63,0x01,0xa6,0x00,0x06,0x39,0xce,0x0b,0x02,0xd4,0x07, +0xf1,0x0c,0x9c,0x3c,0x99,0xb5,0x00,0x90,0xa0,0x05,0x52,0x9d,0x66,0x77,0x72,0x06, +0xe2,0x99,0xb9,0x60,0x9a,0x70,0x0a,0x00,0x55,0x90,0x79,0xd9,0x40,0xfc,0x09,0x40, +0x94,0x99,0xd9,0x80,0x8a,0x2a,0x01,0x04,0x05,0xf5,0x03,0x09,0x03,0x02,0x10,0xa0, +0x48,0x70,0x3b,0x72,0x08,0x30,0x00,0x06,0x50,0x19,0x9e,0x99,0x70,0xcd,0x1d,0x00, +0x02,0x0e,0x10,0x60,0xbf,0x13,0x00,0x29,0x00,0xf2,0x11,0x94,0x09,0x07,0x04,0x33, +0x70,0x5a,0x22,0x07,0x90,0x01,0x00,0xa2,0x91,0x02,0x99,0x9f,0xba,0x96,0x00,0x06, +0x6a,0x10,0x00,0x28,0x80,0x2b,0x61,0x08,0x20,0x00,0x04,0x29,0x00,0xf3,0x14,0xa8, +0x8b,0x88,0x95,0x07,0x88,0x03,0x95,0x40,0x87,0x6a,0x33,0xa2,0x04,0x88,0x64,0x4b, +0x00,0x47,0xb7,0xa4,0xb0,0x04,0x62,0xbb,0x0b,0x00,0x47,0x82,0x24,0xb0,0x04,0xa7, +0x77,0x7b,0xa4,0x1b,0x80,0x9b,0x99,0x92,0x00,0x55,0x00,0xb0,0x02,0xe2,0x30,0x91, +0x00,0xc7,0x77,0x88,0x00,0x0d,0x88,0x89,0x80,0x6a,0x0c,0x91,0x04,0x90,0xa0,0x09, +0x2a,0x80,0x07,0x9a,0x60,0x07,0x2e,0x00,0x2a,0x0f,0xf2,0x14,0x72,0x64,0x62,0xa0, +0x69,0x99,0xbc,0xad,0x05,0x18,0x45,0x55,0x51,0x44,0x83,0x4b,0x54,0x12,0x68,0x79, +0xdb,0xb1,0x04,0xaa,0x28,0x77,0x18,0xa7,0x92,0x87,0x71,0x00,0x08,0x27,0x6b,0xe4, +0x3f,0x00,0x36,0x3a,0xf0,0x04,0x9b,0x86,0xcb,0x84,0x46,0x34,0x71,0x52,0x00,0x78, +0x8d,0x88,0xb0,0x05,0x98,0xd8,0x8b,0x00,0x90,0x0f,0x1f,0xc2,0x9d,0xe9,0x9d,0x00, +0x18,0x6a,0x01,0xb0,0x1b,0x30,0xa1,0x84,0x25,0x08,0x00,0x2d,0x00,0xf0,0x0d,0xac, +0x98,0xdb,0x96,0x36,0x51,0xa1,0x71,0x00,0x49,0x9d,0x99,0x80,0x27,0x77,0xc7,0x77, +0x50,0x22,0x22,0x2b,0x22,0x09,0xc9,0x99,0xd9,0x50,0x04,0x86,0x21,0x32,0x03,0x29, +0xa0,0x56,0x00,0xf2,0x3d,0x8b,0x99,0xca,0x85,0x28,0x45,0xb2,0x64,0x00,0x02,0xa5, +0x96,0x00,0x2a,0x9a,0x88,0x9a,0x70,0x12,0x05,0x01,0x40,0x00,0xa0,0x91,0x73,0x00, +0x06,0x23,0x3b,0x00,0x19,0x99,0x9b,0xc9,0x50,0x05,0x00,0x13,0x00,0x04,0xcc,0x8b, +0xab,0x81,0x65,0xb8,0xb7,0xc2,0x00,0x97,0x66,0x6a,0x50,0x09,0x76,0x66,0xa5,0x00, +0x68,0x76,0x89,0x30,0x68,0xba,0x8c,0xa8,0x20,0x2b,0x00,0x73,0x00,0x4b,0x10,0x07, +0x30,0xf3,0x32,0x00,0xa4,0x08,0xf0,0x06,0xba,0x87,0xba,0x72,0x34,0x42,0x90,0x60, +0x00,0xd8,0x88,0x88,0xc1,0x05,0xc8,0x88,0xc4,0x00,0x0c,0x88,0x8b,0x79,0x07,0xf0, +0x13,0x83,0x00,0x09,0x00,0x02,0x70,0x00,0xd8,0x88,0x97,0x00,0x00,0x70,0xa0,0x34, +0x00,0x09,0x3a,0x0a,0x00,0x19,0xaa,0xeb,0x99,0x50,0x27,0x9b,0x6a,0x60,0x1a,0x40, +0x70,0x06,0x40,0xa1,0x01,0xf1,0x25,0x19,0x9b,0xed,0x99,0x50,0x03,0xc2,0x77,0x10, +0x1a,0x81,0x00,0x49,0x70,0x10,0x91,0x09,0x10,0x06,0x29,0x90,0x91,0x00,0x27,0xa9, +0x09,0xa9,0x33,0x6c,0x60,0x91,0x00,0x38,0xb5,0x09,0x10,0x00,0xad,0x5c,0x99,0xd0, +0x74,0x94,0x80,0x09,0x01,0x09,0x0c,0x99,0xd0,0x00,0x90,0xb9,0x14,0x03,0x2c,0x02, +0xf4,0x19,0x82,0x11,0xa1,0x10,0x88,0x85,0x8d,0x88,0x15,0xa9,0x07,0xd7,0x70,0x7c, +0x95,0x8b,0x88,0x31,0xd5,0x08,0x88,0x70,0x3e,0xa1,0xc6,0x6b,0x0a,0x92,0x0c,0x77, +0xb0,0x28,0x10,0x90,0x0a,0x00,0x81,0x09,0x07,0x90,0x2e,0x1d,0xf1,0x17,0x52,0x00, +0x89,0xcb,0x75,0x10,0x00,0x57,0x05,0x60,0x00,0x5c,0x9d,0x81,0x00,0x00,0x3c,0x40, +0xa2,0x00,0xaf,0xaa,0x89,0xb0,0x01,0x60,0xa0,0x62,0x10,0x75,0x0a,0x05,0x90,0x14, +0x09,0xb0,0x04,0x10,0x45,0x2f,0xf2,0x14,0x97,0x2b,0xba,0xa0,0x09,0x72,0x3c,0xc2, +0x00,0x13,0xb7,0x41,0x62,0x02,0xea,0x9a,0x10,0x00,0x18,0xc4,0x0a,0x40,0x0b,0xb8, +0xd8,0x7a,0x10,0x19,0x0a,0x1a,0x20,0x19,0x08,0xa0,0x09,0x70,0x3a,0xf0,0x06,0x19, +0x0a,0xaa,0xa6,0x09,0x16,0x00,0xa0,0x04,0xdb,0x50,0x0a,0x00,0x03,0x80,0x00,0xa0, +0x02,0xe9,0x70,0x0a,0x7b,0x66,0x63,0xa0,0x03,0xaa,0x7a,0xae,0xa8,0xab,0x01,0x00, +0x02,0x10,0xf2,0x14,0x6d,0xad,0x20,0x27,0x41,0xa0,0xa0,0x0b,0xa9,0x0c,0x1d,0x90, +0x09,0x20,0xe7,0x0a,0x08,0xc8,0x29,0xb6,0x60,0x11,0x68,0x54,0xd0,0x08,0x93,0xb4, +0xb7,0xa0,0x00,0x04,0x60,0x03,0x20,0x9c,0x25,0x03,0x69,0x3e,0xf3,0x0b,0x04,0x89, +0x2a,0x0a,0x00,0x59,0x70,0xa0,0xd0,0x01,0xb4,0x1f,0x1e,0x30,0x58,0x55,0x8b,0x97, +0x01,0x59,0xb2,0x92,0xb0,0x44,0x2a,0x19,0x43,0x18,0xf0,0x1a,0x80,0x0a,0x54,0x00, +0x64,0x00,0xa0,0x70,0x09,0x26,0xae,0xa7,0x16,0xcc,0x10,0x91,0x42,0x05,0x51,0xad, +0xa6,0x12,0xda,0x50,0x55,0x83,0x24,0x00,0x01,0xd5,0x02,0x8a,0x53,0xbc,0x04,0x23, +0x04,0x81,0x3b,0x50,0x02,0xbc,0x15,0xf1,0x15,0x90,0x69,0xb7,0x71,0x17,0x42,0x93, +0x22,0x09,0xa9,0x6d,0xc3,0x00,0x29,0x13,0x86,0x40,0x04,0xb8,0x48,0xba,0x80,0x54, +0x11,0x76,0x47,0x03,0x98,0xa1,0x63,0x81,0x30,0x04,0x4b,0x11,0x20,0x51,0x0a,0xf1, +0x15,0x09,0x07,0xa9,0xd0,0x07,0x24,0x72,0x09,0x03,0xda,0x57,0xa9,0xd0,0x02,0x70, +0x72,0x09,0x01,0xd9,0x77,0xa9,0xd0,0x01,0x00,0x72,0x09,0x01,0x69,0x87,0x20,0x90, +0x26,0x13,0xca,0x9d,0x80,0xfa,0x00,0xf2,0x10,0x29,0x0e,0xae,0xaa,0x09,0x13,0x90, +0x90,0xa6,0xca,0x59,0x09,0x0a,0x03,0x70,0xda,0xda,0xa3,0xe9,0x79,0x09,0x0a,0x12, +0x00,0x90,0x90,0xa4,0x99,0x7d,0x9d,0x9a,0x9d,0x04,0x00,0x3c,0x3c,0xf0,0x0f,0x64, +0x05,0xd9,0x80,0x09,0x26,0xc7,0x37,0x08,0xbb,0x40,0x9b,0x00,0x16,0x31,0x98,0x6a, +0x25,0xd9,0x63,0x75,0x14,0x11,0x00,0x10,0x51,0x05,0xa9,0x55,0x98,0xe3,0x07,0x12, +0x27,0x10,0x27,0xf1,0x15,0x82,0x49,0x9c,0x70,0x18,0x32,0x03,0xa0,0x0b,0xab,0x28, +0xaa,0x50,0x18,0x27,0x20,0x06,0x36,0xda,0x59,0xda,0x90,0x42,0x00,0x08,0x10,0x02, +0x69,0x10,0x81,0x00,0x75,0x08,0x9d,0xa9,0x40,0x26,0x13,0xf1,0x15,0x55,0x08,0x9d, +0x86,0x0a,0x17,0x11,0xb1,0x15,0xdc,0x25,0x6c,0x63,0x04,0x70,0x34,0x44,0x23,0xe9, +0x77,0x99,0xa3,0x01,0x02,0xa0,0x05,0x44,0xa9,0x5a,0x88,0xb4,0x00,0x00,0xa1,0x16, +0x40,0x5a,0x3d,0xf0,0x08,0x45,0x06,0xc9,0x60,0x09,0x16,0xa0,0x73,0x07,0xbb,0x6d, +0x9d,0xb5,0x15,0x40,0x90,0x84,0x53,0xda,0x5d,0x9b,0xa4,0x22,0x3f,0x12,0x60,0x6a, +0x79,0x00,0x08,0x33,0x00,0x22,0x04,0x31,0x20,0x01,0x10,0xfa,0x07,0xf2,0x11,0x07, +0x34,0x9d,0xa9,0x62,0xb7,0x62,0xa0,0x90,0x37,0xb1,0xda,0xac,0x50,0xa5,0x46,0x65, +0x14,0x3a,0x61,0x45,0x72,0x00,0x48,0x59,0x27,0x26,0x26,0x18,0x70,0x6a,0x80,0xb7, +0x3e,0xf1,0x18,0x1a,0x10,0x00,0x90,0x28,0xd8,0x60,0x17,0x75,0x8d,0x88,0x19,0x98, +0x01,0x11,0xa0,0x39,0x12,0x79,0x35,0x04,0xc8,0x27,0x73,0x00,0x52,0x16,0x8d,0x88, +0x15,0x97,0x08,0x58,0x40,0x10,0x09,0x50,0x07,0x10,0x82,0x23,0xf0,0x82,0x38,0x09, +0x99,0xc2,0x09,0x23,0x67,0x7c,0x14,0xbb,0x29,0x99,0xd8,0x05,0x50,0x32,0x71,0x41, +0xda,0x38,0x4a,0xa1,0x13,0x00,0x2b,0xd5,0x01,0x8a,0x6a,0x38,0x87,0x12,0x00,0x09, +0x50,0x10,0x01,0x30,0x04,0x10,0x00,0x73,0x28,0xbb,0x80,0x08,0x45,0x50,0x09,0x07, +0xba,0x4a,0x88,0x80,0x17,0x25,0xb9,0x99,0x14,0xd9,0x6b,0x76,0x61,0x11,0x29,0xac, +0xbb,0x14,0xb7,0xa8,0x76,0x61,0x31,0x05,0x82,0x28,0x00,0x00,0x30,0x04,0x00,0x00, +0x54,0x68,0xba,0x93,0x08,0x38,0x41,0x14,0x36,0xb9,0x18,0x7c,0x71,0x17,0x29,0x59, +0xb9,0x04,0xd7,0x95,0x91,0x90,0x11,0x55,0x5b,0x6b,0x05,0x93,0x35,0xc7,0xc0,0x00, +0x03,0x59,0x08,0x00,0x0a,0x7c,0x7c,0x8b,0x30,0x76,0x9a,0x87,0x82,0x18,0x88,0xd8, +0x88,0x40,0x0a,0x78,0x78,0x60,0x00,0xb6,0x66,0x87,0x00,0x0b,0x66,0x68,0x70,0x09, +0x00,0xf0,0x04,0x01,0x8c,0x77,0x79,0xb5,0x00,0x40,0x00,0x50,0x00,0x37,0x94,0x5c, +0x41,0x04,0x55,0xb5,0x55,0x10,0x3e,0x04,0x00,0x2d,0x00,0xf0,0x04,0x60,0x88,0x8d, +0x88,0x85,0x00,0x06,0x9a,0x20,0x01,0x59,0x80,0x2a,0x83,0x15,0x10,0x00,0x02,0x30, +0x10,0x18,0xf0,0x15,0x10,0x49,0xac,0x98,0x90,0x00,0x02,0x72,0xa0,0x02,0x99,0xac, +0xdb,0x96,0x00,0x3a,0x92,0x11,0x02,0xbd,0x97,0x77,0x90,0x01,0x6a,0x88,0x99,0x00, +0x06,0x40,0x01,0x90,0x00,0x6b,0x99,0x99,0xef,0x01,0xf0,0x17,0x5a,0x03,0x9d,0x74, +0xb8,0x10,0x01,0xa1,0x4a,0x00,0x01,0x7c,0x56,0xda,0x92,0x59,0xd9,0x19,0x00,0x00, +0x7e,0x26,0xdb,0xb5,0x19,0xaa,0x4a,0x00,0x07,0x19,0x00,0x90,0x08,0x00,0x90,0x06, +0x99,0x60,0xba,0x03,0xf0,0x11,0x04,0xda,0xc2,0x90,0xb0,0x09,0x18,0x6b,0xab,0x30, +0xc8,0x82,0x2b,0x21,0x0c,0x98,0x89,0xd8,0x70,0x90,0x80,0x4d,0x00,0x1b,0x8d,0x29, +0xa3,0x03,0x63,0x83,0xa0,0xc2,0x92,0x35,0x13,0x90,0x55,0x40,0xf0,0x06,0x02,0x02, +0x88,0xc0,0xb8,0x91,0x26,0x6b,0x0a,0x33,0x60,0x00,0x30,0x13,0x30,0x00,0xc8,0x88, +0x96,0x00,0x0d,0x6a,0x3c,0x60,0xd7,0x77,0x97,0x00,0x0a,0x00,0x25,0x36,0x26,0x04, +0xa4,0x6a,0x13,0xf1,0x19,0x46,0x11,0x80,0x00,0x0a,0x1a,0x1a,0x8a,0x04,0xd9,0xc4, +0xc2,0x00,0x02,0x23,0x29,0x01,0x80,0xc6,0xc0,0x79,0x92,0x0c,0x6c,0x19,0x27,0x00, +0xd8,0xd1,0xc6,0x10,0x09,0x0a,0x19,0x00,0x90,0x95,0xa0,0xa9,0x95,0xbf,0x0e,0xf5, +0x14,0xd9,0x90,0x7a,0x30,0x09,0x09,0x59,0x60,0x00,0xd9,0xa1,0x0b,0x46,0x09,0x0a, +0x88,0xf9,0x00,0xd9,0x94,0x4b,0x80,0x17,0x0a,0xa0,0xa9,0x24,0x50,0xd5,0x0a,0x1a, +0x72,0x97,0x09,0x70,0x71,0x14,0xf0,0x12,0x00,0xdc,0x19,0x09,0xa9,0x09,0x76,0xd9, +0x90,0x90,0xcb,0x19,0x09,0x09,0x08,0x78,0xda,0xa0,0x90,0xcc,0x17,0x59,0x09,0x16, +0x75,0x7a,0x96,0x73,0x37,0x87,0x8a,0x00,0x62,0x9a,0x41,0x04,0xcb,0x3b,0xf1,0x03, +0x14,0x91,0x11,0xa8,0x88,0x88,0xba,0x88,0x88,0x8b,0xa1,0x11,0x11,0xba,0x99,0x99, +0x9b,0xa0,0x33,0x34,0x20,0xab,0xa0,0x44,0x2b,0xf3,0x06,0x9e,0xa9,0x99,0x40,0x06, +0x50,0x29,0x00,0x05,0xd9,0x99,0xba,0x00,0x21,0x05,0x00,0x41,0x04,0x99,0xda,0x99, +0xa8,0x1e,0x22,0xa1,0x00,0x53,0x06,0xf3,0x19,0x50,0x02,0x20,0x00,0x7b,0x40,0x18, +0x00,0x0a,0x49,0x99,0x99,0x50,0x97,0x90,0x88,0x50,0x5d,0x8a,0x09,0x0a,0x00,0xa4, +0x90,0x90,0xa0,0x18,0x79,0x27,0x0a,0x04,0x50,0x96,0x40,0xa6,0x80,0x69,0xb0,0x0b, +0x70,0xcf,0x3d,0xf0,0x0c,0x20,0x00,0x59,0x20,0x0a,0x00,0x0b,0x69,0xc8,0x88,0x90, +0x97,0x96,0x20,0x06,0x5c,0x8a,0x09,0x18,0x10,0x94,0x90,0xd8,0x00,0x17,0x89,0x0a, +0xb4,0x08,0x62,0xa0,0x09,0x80,0x68,0x0a,0x99,0x88,0x0d,0x10,0x13,0x1e,0x07,0xf0, +0x07,0xb9,0xa0,0x00,0x0a,0x40,0x56,0x00,0x08,0xd9,0x9d,0x9b,0x60,0x0a,0x00,0xa0, +0x36,0x00,0xaa,0xab,0xab,0x60,0x0a,0xbb,0x00,0x10,0xa0,0xb1,0x03,0xf1,0x03,0xba, +0x99,0xab,0x00,0x00,0x55,0x02,0x80,0x02,0x9b,0xc9,0xad,0x97,0x00,0x33,0x01,0x60, +0x00,0xba,0x09,0x22,0x0b,0x10,0x90,0x44,0x12,0x00,0x99,0x44,0x13,0x5a,0x47,0x47, +0xf0,0x1d,0x36,0x00,0x90,0x01,0x9b,0xc9,0x9d,0x95,0x00,0x35,0x60,0x80,0x00,0x29, +0x9d,0x99,0x70,0x04,0x50,0xa0,0x0a,0x02,0xbc,0x9e,0xa9,0xe6,0x00,0x04,0xaa,0x10, +0x00,0x39,0x80,0x2b,0x72,0x17,0x10,0x00,0x03,0x50,0x00,0x37,0x00,0x90,0x52,0x00, +0xf2,0x11,0x96,0x00,0x25,0x00,0x70,0x00,0x4a,0x2c,0xaa,0xc0,0x06,0x11,0x90,0x0a, +0x00,0x25,0x29,0x09,0xb0,0x00,0x85,0x90,0x00,0x10,0x39,0x19,0x00,0x0a,0x0b,0x00, +0xba,0x9a,0xa8,0x00,0x50,0x27,0x01,0x90,0x01,0x9a,0x2d,0x00,0xf0,0x09,0x45,0x00, +0x50,0x00,0x1b,0x69,0x99,0xd7,0x0b,0x74,0x99,0x3a,0x03,0x67,0x81,0x45,0xa0,0x02, +0x78,0x9a,0x5a,0x00,0x27,0x40,0xe0,0x2a,0x20,0x02,0x99,0x3e,0x04,0x02,0x29,0x00, +0xf0,0x0c,0x01,0xa3,0x01,0x40,0x00,0x9b,0x98,0x88,0xb4,0x36,0xb8,0x96,0x46,0x40, +0x69,0x9c,0x88,0x63,0x00,0x41,0x71,0x47,0x20,0x1b,0x9b,0x96,0x91,0x83,0x23,0x04, +0x29,0x00,0xf2,0x0e,0x9d,0x96,0x01,0xc8,0x55,0x95,0x20,0xa5,0x49,0xa4,0x56,0x36, +0x78,0xc7,0x74,0x50,0x39,0x6b,0x5a,0x55,0x03,0xa7,0xc6,0xa5,0x40,0x3a,0x7c,0x7a, +0x63,0x29,0x00,0xf6,0x42,0x36,0x03,0x60,0x02,0x9a,0xc9,0xac,0x96,0x01,0x06,0x07, +0x10,0x00,0x90,0xa1,0xc9,0x91,0x09,0x0a,0x91,0xa0,0x00,0x40,0x60,0x04,0x30,0x05, +0xac,0x8c,0x8a,0x00,0x53,0x80,0x80,0xa0,0x3b,0xbd,0x9d,0x9d,0x70,0x00,0x27,0x05, +0x40,0x01,0x8a,0xc8,0xbb,0xa5,0x03,0x47,0x46,0xcb,0x50,0x79,0x55,0x5c,0x54,0x08, +0xa9,0xb5,0x96,0x35,0x9a,0x95,0x9a,0x90,0x08,0x89,0xb5,0x86,0x04,0x68,0x79,0x8c, +0x67,0x33,0x40,0x08,0x19,0x70,0x1b,0x2e,0xf3,0x17,0x03,0x71,0x00,0x05,0x40,0xaa, +0xc4,0x06,0xba,0xba,0x79,0x00,0x74,0x38,0x2d,0x90,0x07,0x43,0xb7,0x63,0x91,0x6b, +0xa5,0x8d,0x96,0x00,0x55,0x64,0xb5,0x30,0x6c,0xba,0x8c,0x88,0x02,0x00,0x30,0x90, +0x55,0x20,0xf2,0x13,0x88,0xc7,0xc0,0x6b,0xa8,0x8c,0x7c,0x08,0x68,0x69,0xc7,0xa0, +0x86,0x81,0xb5,0x90,0x06,0xc9,0x29,0xa2,0x50,0x08,0x77,0xda,0x8b,0x24,0xbc,0x46, +0x74,0x70,0x32,0x18,0x4b,0x16,0xc5,0x1b,0x60,0x68,0x09,0x99,0x94,0x36,0x33,0xd8, +0x01,0x90,0x3a,0xaa,0xa7,0x1b,0x90,0x00,0x45,0x03,0x39,0x92,0x2b,0x51,0x90,0x00, +0x45,0x00,0x09,0x09,0x00,0x62,0x08,0xb3,0x00,0x04,0x40,0x0b,0x18,0x42,0xf1,0x05, +0x59,0xac,0x0b,0x00,0x00,0x06,0x50,0xb8,0x00,0x02,0xe7,0x5b,0x4b,0x14,0xbc,0xb0, +0xb0,0x34,0x40,0xa2,0x17,0x1f,0x10,0xb0,0x64,0x2e,0x02,0xec,0x02,0x00,0x84,0x24, +0xf0,0x0d,0x92,0x02,0x66,0xc6,0x65,0x00,0x12,0x2b,0x32,0x20,0x19,0x9c,0xdc,0x99, +0x50,0x08,0x90,0x92,0xa1,0x2a,0xa3,0x03,0xd1,0x00,0x08,0x89,0x44,0xd5,0xc3,0x46, +0x01,0x55,0x0a,0xf1,0x16,0x05,0x88,0x8c,0x88,0x81,0x02,0x88,0x88,0x80,0x03,0x89, +0x44,0x4b,0x51,0x27,0x83,0x33,0xb4,0x10,0x28,0xec,0xb8,0x20,0x05,0xc4,0x0a,0x85, +0x06,0x5a,0x46,0x5b,0x50,0x00,0x86,0x30,0x06,0x20,0x0a,0x06,0xf0,0x59,0x00,0x71, +0x24,0xb4,0x40,0x09,0x9a,0x96,0xc6,0xc0,0x00,0x46,0xa0,0x90,0x60,0x01,0xd9,0xad, +0x9a,0xa0,0x0b,0xc9,0x96,0x37,0x50,0x02,0x92,0x90,0xab,0x00,0x00,0x93,0x73,0xbb, +0x20,0x00,0x95,0x68,0x01,0xa1,0x10,0xa0,0x06,0x30,0x02,0x9a,0x58,0xb9,0x81,0x03, +0xd0,0x17,0x41,0x06,0x5b,0x28,0xa9,0x80,0x00,0x20,0xa0,0x00,0x06,0x88,0xbe,0x98, +0x82,0x05,0xb5,0x18,0x75,0x05,0x4b,0x36,0x5b,0x40,0x01,0x95,0x20,0x05,0x20,0x6a, +0xad,0xad,0xaa,0x20,0x00,0x91,0x80,0x00,0x2c,0xad,0xad,0x9c,0x02,0x74,0x51,0x80, +0xa0,0x2a,0xa0,0x0b,0xac,0x02,0xa4,0x48,0x60,0x2c,0x99,0x99,0x9c,0x02,0x70,0xc3, +0x1a,0xf6,0x39,0x9d,0x9d,0x99,0x50,0x88,0xd8,0xd8,0xa2,0x0a,0x0a,0x09,0x07,0x20, +0x58,0xba,0x88,0x81,0x29,0x9d,0xa9,0xa9,0x60,0x0a,0x60,0x57,0x00,0x00,0x4b,0xed, +0x72,0x00,0x97,0x40,0x03,0x82,0x1c,0xef,0xef,0xee,0x60,0xa6,0xc6,0xc7,0xa3,0x02, +0x82,0xc7,0x77,0x31,0xa8,0xc9,0x66,0x80,0x07,0x84,0xb7,0x7b,0x02,0x85,0x0b,0xca, +0x80,0x03,0x67,0x77,0x93,0x00,0x36,0x88,0x77,0x96,0x00,0xc5,0x19,0xf2,0x14,0x09, +0x99,0xc1,0x3a,0xd8,0x90,0x27,0x10,0x09,0x09,0x09,0x71,0x5a,0xd9,0x90,0x97,0x10, +0x3b,0x07,0x19,0x51,0x06,0x77,0x06,0xb0,0x10,0xa0,0x62,0x89,0x08,0x54,0x04,0x80, +0x89,0x60,0x31,0x1d,0x00,0x2d,0x00,0xf5,0x13,0x0a,0x99,0xb5,0x19,0xaa,0xa0,0x34, +0x50,0x08,0x4a,0x09,0x45,0x04,0xe0,0xa1,0x94,0x53,0xdc,0x97,0x27,0x34,0x01,0x90, +0x07,0xb0,0x10,0x09,0x03,0x79,0x08,0x00,0x94,0x70,0x98,0x1b,0x02,0x00,0xc2,0x2d, +0x90,0x00,0x0a,0x0a,0x1e,0x99,0x40,0xa0,0xa8,0x58,0x9d,0x04,0xf3,0x09,0x20,0x00, +0x3c,0x99,0x9c,0x10,0x03,0x70,0x90,0x81,0x00,0x37,0x0d,0x27,0x10,0x00,0x09,0x8a, +0x03,0x41,0x9a,0x40,0xb9,0xb3,0x99,0x24,0xf5,0x13,0x11,0x00,0x00,0x98,0x7c,0x60, +0x08,0xe9,0xae,0xa9,0x06,0x90,0x90,0x0a,0x00,0xd9,0xd9,0x9d,0x01,0x90,0x90,0x0a, +0x03,0xc9,0xd9,0x9d,0x07,0x30,0x90,0x0a,0x0a,0x00,0x91,0xaa,0x59,0x00,0x10,0x64, +0x18,0x16,0xf6,0x14,0x87,0x01,0xb1,0x04,0xda,0x98,0x9d,0xb3,0x39,0x79,0x81,0x95, +0x30,0xcb,0xc8,0x19,0x53,0x09,0x78,0x59,0xd9,0x20,0xbb,0xc0,0x0a,0x70,0x24,0x78, +0x02,0xca,0x47,0x17,0xaa,0xa7,0x59,0x83,0x26,0xf1,0x03,0x22,0x29,0x52,0x22,0x16, +0x66,0x66,0x66,0x40,0x08,0x88,0x88,0x30,0x00,0x77,0x77,0x73,0x00,0xae,0x4c,0x41, +0xd9,0x99,0xa8,0x00,0xe6,0x08,0x00,0xe5,0x41,0x01,0x01,0x00,0xf0,0x09,0x34,0x80, +0x45,0x00,0x0a,0x88,0x5c,0x68,0x13,0xc8,0x6a,0x4a,0x70,0x09,0x78,0x65,0xba,0x10, +0x44,0x9b,0x73,0x54,0x02,0x88,0x47,0x06,0xe3,0x66,0x66,0x30,0x02,0xb6,0x66,0x6a, +0x00,0x2b,0x66,0x66,0xa0,0x05,0x30,0xbf,0x3c,0x01,0x13,0x17,0x46,0xa9,0x4a,0xae, +0xaa,0xc2,0x16,0x90,0xa4,0x00,0xa0,0x00,0x1f,0x80,0x0a,0x00,0x03,0x1d,0x2d,0x51, +0x05,0x20,0x09,0x10,0x00,0xcc,0x1e,0x00,0xe9,0x39,0x11,0xa7,0x95,0x02,0xf0,0x07, +0x0d,0x40,0x00,0x0a,0x01,0xb8,0x00,0x00,0xb6,0x64,0x91,0x00,0x4c,0x4b,0x02,0xa0, +0x01,0x05,0x10,0x03,0x30,0x01,0xc0,0x05,0xb0,0x66,0x43,0x91,0x64,0x00,0x32,0x72, +0x49,0x13,0xa6,0x0a,0xea,0x35,0xf1,0x07,0x83,0x56,0x00,0x19,0x01,0xab,0x00,0x01, +0x94,0x0b,0x90,0x00,0x4d,0x59,0x57,0xa1,0x01,0x16,0x20,0x03,0x60,0x01,0xa6,0x14, +0x91,0x2a,0xaa,0xc0,0x00,0x40,0x00,0x0a,0x04,0xa7,0x91,0x11,0x20,0xda,0xae,0xab, +0x0b,0x10,0x10,0x15,0x18,0x92,0x20,0x0e,0x7a,0x00,0x19,0x03,0x60,0x9a,0xac,0x55, +0x09,0xf0,0x16,0x57,0x09,0xa9,0x90,0x00,0x40,0xa0,0x0a,0x03,0x95,0x67,0x00,0x97, +0x01,0x85,0x99,0x9a,0x30,0x18,0x0a,0x00,0xb0,0x01,0x94,0x2b,0xb4,0x00,0x5c,0x37, +0xbb,0x82,0x02,0x05,0x30,0x03,0x70,0x02,0xaf,0x08,0x10,0x49,0xa9,0x42,0x51,0x23, +0xad,0xaa,0x73,0xa7,0xab,0x12,0xf5,0x05,0x1d,0xad,0x00,0x0a,0x02,0x70,0xa0,0x00, +0xa6,0x63,0x0a,0x00,0x3e,0x4b,0x00,0xa0,0x03,0x27,0x51,0x98,0xd2,0x0c,0xf0,0x06, +0x00,0x67,0x2a,0xac,0xa4,0x00,0x30,0x00,0x90,0x03,0xa7,0x06,0x09,0x00,0x00,0x90, +0xa0,0xda,0x20,0x09,0x0a,0xe7,0x1a,0xc2,0xa0,0x90,0x00,0x2e,0x5a,0x19,0x00,0x03, +0x25,0x88,0x88,0x50,0x29,0x00,0x90,0x0b,0xaa,0xc0,0x00,0x30,0xa0,0x0a,0x02,0xa7, +0xee,0x2c,0x32,0x90,0xca,0xae,0x43,0x17,0xf0,0x0d,0xa6,0x73,0x29,0x00,0x4c,0x3b, +0x00,0x91,0x01,0x03,0x20,0x02,0x20,0x05,0x10,0x00,0xa7,0x00,0x2b,0x00,0x0a,0x36, +0x00,0x17,0xaa,0xea,0x83,0xa6,0x22,0x00,0x30,0x94,0xa9,0x81,0x14,0x5b,0xd1,0x30, +0x00,0x90,0x90,0x55,0x10,0x2d,0x9d,0xb4,0x98,0x04,0x42,0x10,0xbb,0x06,0x00,0x7f, +0x00,0xf2,0x00,0x44,0x01,0xa1,0x79,0xd6,0x20,0x01,0x10,0x0a,0x00,0x08,0xa0,0x9a, +0xda,0xa3,0x6c,0x1a,0xf2,0x2b,0x49,0xd9,0x80,0x08,0x58,0x30,0x0a,0x00,0xa9,0x74, +0x11,0xb0,0x06,0x07,0xa8,0x8c,0x00,0x01,0x00,0x22,0x00,0x00,0x58,0x0a,0x42,0x21, +0x00,0x24,0xa6,0x66,0xa3,0xa6,0x89,0x88,0x09,0x01,0x80,0xa2,0xa1,0x80,0x18,0x0b, +0x5b,0x28,0x01,0xa5,0xc8,0xa3,0x60,0x3d,0x15,0x00,0x55,0x03,0x10,0x00,0x9b,0x10, +0x56,0x00,0x40,0x40,0x04,0x10,0x58,0x23,0x19,0x50,0x32,0xab,0xcb,0x54,0xa7,0x87, +0x3a,0x50,0x90,0x9a,0xd9,0x20,0x09,0x09,0x00,0xc3,0xa6,0x9a,0xd9,0x70,0x1e,0x50, +0x28,0x00,0x03,0x40,0x02,0x80,0x1f,0x1e,0xf0,0x07,0x9b,0xc9,0x90,0x02,0x25,0xaa, +0x83,0x07,0xa0,0x0a,0x04,0x60,0x08,0x49,0xb9,0xaa,0x30,0x81,0x59,0x99,0x70,0x08, +0xac,0x26,0x83,0xab,0xa1,0x00,0xa0,0x05,0x09,0x98,0x8b,0x57,0x17,0xf0,0x15,0x0b, +0x99,0xb5,0x00,0x40,0xa3,0x38,0x53,0xa6,0x04,0x44,0x41,0x01,0x80,0x89,0xa8,0x40, +0x18,0x38,0xab,0x88,0x01,0xa6,0x1b,0xb2,0x10,0x4c,0x49,0x52,0xb4,0x00,0x03,0x10, +0x00,0x40,0x01,0x54,0x0a,0xf2,0x15,0x58,0x08,0x24,0x70,0x00,0x43,0xba,0xcb,0x03, +0x97,0x45,0x00,0x90,0x00,0x94,0xb9,0x9d,0x00,0x09,0x04,0x6a,0x00,0x00,0xa6,0x72, +0xa0,0x00,0x2f,0x4b,0x0a,0x07,0x04,0x3a,0x40,0x8a,0x80,0x9f,0x11,0xf0,0x19,0x15, +0x71,0x00,0x3a,0x38,0xab,0x84,0x00,0x20,0x79,0xa7,0x23,0xa6,0x47,0x9a,0x76,0x00, +0x90,0x88,0x88,0x10,0x09,0x0b,0x44,0xa1,0x00,0x92,0xb3,0x3a,0x10,0x1e,0x5c,0x77, +0xc1,0x03,0x40,0x90,0x5b,0x00,0x05,0x27,0x05,0xf2,0x14,0x5a,0x19,0xbb,0x92,0x00, +0x32,0x58,0x95,0x24,0xa6,0x15,0x45,0x75,0x00,0x82,0x56,0x93,0x00,0x08,0x08,0x29, +0x00,0x00,0x97,0x8c,0xa8,0x60,0x1e,0x44,0xa4,0x80,0x03,0x27,0x70,0x02,0xaf,0x03, +0xf0,0x12,0x77,0x3c,0x9b,0x9a,0x00,0x33,0x67,0xc4,0x94,0xb6,0x36,0x08,0x09,0x01, +0x84,0x87,0x76,0x90,0x18,0x65,0xa7,0x69,0x01,0xbb,0x4b,0x87,0x90,0x2d,0xd1,0x50, +0x09,0x04,0x29,0x95,0x25,0x00,0x18,0x10,0xf1,0x15,0x01,0x40,0x51,0x01,0xb3,0x9d, +0x9d,0x92,0x02,0x15,0xa0,0x96,0x07,0xa0,0x6a,0x0a,0x60,0x08,0x58,0x88,0x88,0x40, +0x80,0x88,0x88,0x90,0x08,0x49,0x77,0x7a,0x00,0xc8,0x98,0x88,0xa0,0x04,0x1e,0x13, +0x01,0x8d,0x08,0xf1,0x14,0xd0,0xa0,0x00,0x08,0x79,0x0c,0x9c,0x40,0x88,0x97,0x60, +0x90,0x08,0x89,0x6a,0x18,0x00,0x88,0x90,0x78,0x30,0x05,0x84,0x01,0xe0,0x00,0x93, +0x90,0x97,0x80,0x34,0x03,0x63,0x03,0x40,0xb4,0x13,0xf5,0x14,0xd9,0xd0,0x0a,0x00, +0x08,0x79,0x00,0xd9,0x80,0x88,0x90,0x0a,0x00,0x08,0x89,0x00,0xa0,0x00,0x89,0x97, +0xa9,0x99,0x05,0xa5,0x71,0x00,0x90,0xb5,0xa8,0xa9,0x99,0x37,0x02,0x72,0x00,0x76, +0x1e,0x50,0x05,0x9d,0x94,0x99,0xb0,0x33,0x4a,0xf0,0x05,0x07,0x9d,0x96,0x99,0xb0, +0x22,0x90,0x54,0x00,0x05,0x4c,0x97,0x50,0x52,0x68,0x90,0x2a,0x9a,0x08,0x9b,0x23, +0x00,0x44,0x8c,0xaa,0xaa,0x31,0x2d,0x00,0xf0,0x0e,0x04,0x9d,0x95,0xca,0xc2,0x00, +0x90,0x0a,0x09,0x16,0xad,0xaa,0x46,0x90,0x22,0x90,0x39,0x8a,0x04,0x5c,0x95,0x40, +0xa0,0x5b,0x90,0x4a,0x8d,0x08,0x8b,0x23,0x00,0x41,0x7b,0xaa,0xaa,0x40,0x96,0x09, +0x00,0xc9,0x12,0x01,0xa2,0x15,0x00,0x09,0x00,0x10,0x12,0x58,0x1f,0x50,0x60,0xd9, +0x97,0x00,0x89,0xb7,0x34,0x82,0x76,0xa0,0x00,0x08,0x30,0x6b,0xaa,0xa3,0x55,0x45, +0xf1,0x14,0x9c,0xba,0xaa,0x40,0x90,0x9a,0x00,0x00,0x09,0xd8,0xb9,0x9d,0x00,0x5a, +0x2a,0x00,0x90,0x09,0xa5,0xba,0xad,0x00,0x99,0x1a,0x00,0x00,0x1c,0xc9,0xa1,0x11, +0x02,0x40,0x06,0x88,0x85,0x31,0x09,0xf0,0x14,0xd9,0xc0,0xd9,0x80,0x09,0x09,0x89, +0x27,0x00,0x9d,0x86,0x5b,0x00,0x05,0xa2,0x2b,0x98,0x00,0x8a,0x7c,0xb9,0xd6,0x08, +0x90,0x53,0x0a,0x01,0xcd,0xa6,0x40,0xa0,0x24,0x00,0x5a,0x8d,0x51,0x05,0xf3,0x17, +0x81,0x00,0xd9,0x91,0x98,0x22,0x08,0x0a,0x89,0x86,0x60,0x9c,0x66,0xa8,0x90,0x03, +0x80,0x09,0x83,0x00,0x7c,0x68,0x88,0xb3,0x07,0x84,0x67,0x82,0x60,0xad,0x77,0x28, +0x15,0x35,0x14,0x70,0x5a,0x80,0xc7,0x04,0xf0,0x03,0x60,0x04,0xad,0x97,0xad,0x92, +0x07,0x10,0x07,0x20,0x00,0x87,0x09,0xda,0x95,0x2d,0xe9,0x0a,0x52,0x26,0xa0,0x9a, +0xe1,0x27,0xda,0x03,0x65,0x02,0x3a,0x00,0x8c,0x4c,0x01,0x12,0x57,0xa3,0x02,0xf0, +0x05,0x50,0x01,0x70,0x03,0xbc,0x80,0x7b,0x10,0x07,0x10,0x18,0x17,0x00,0x87,0x08, +0x00,0x35,0x1c,0xd9,0x25,0x87,0x33,0xf0,0x07,0xca,0x20,0x16,0xda,0x2a,0x00,0x02, +0x5a,0x02,0x80,0x08,0x00,0x90,0x0b,0x9a,0x50,0x01,0x80,0x00,0xa0,0x03,0xcd,0xdb, +0x27,0xf3,0x04,0x31,0x69,0xd9,0x60,0x96,0x09,0x09,0x09,0x2d,0xd9,0x90,0x90,0x90, +0x08,0x1a,0x9d,0x99,0x39,0xc8,0x09,0x00,0x46,0x00,0x81,0x90,0x00,0xbd,0x23,0xf0, +0x0b,0x13,0x92,0x56,0x70,0x06,0x8c,0x85,0x57,0x22,0x89,0xc8,0xab,0x86,0x00,0x90, +0x02,0x72,0x11,0xbd,0xaa,0x68,0x91,0x0a,0xac,0x92,0xb8,0x2e,0x26,0x92,0x21,0x1b, +0xbe,0xa9,0xe3,0x80,0x00,0xa0,0xa1,0x2d,0x2c,0x00,0x8c,0x0c,0xf1,0x15,0x01,0x5a, +0x30,0x38,0x00,0x2a,0x75,0x99,0x99,0x40,0x86,0x05,0x60,0xa0,0x1c,0xd8,0x95,0x17, +0x50,0x08,0x00,0x97,0x20,0x28,0xd8,0x05,0xc0,0x01,0x39,0x02,0xba,0x50,0x00,0x82, +0xa1,0x08,0xab,0x1c,0x00,0x63,0x0c,0xf3,0x16,0x01,0x6a,0x47,0x87,0xd0,0x08,0x42, +0x58,0x79,0x00,0x96,0x07,0x76,0x73,0x1d,0xd8,0x69,0x7c,0x00,0x08,0x06,0x41,0xa0, +0x27,0xda,0x69,0x7c,0x01,0x39,0x1b,0xa9,0xd6,0x00,0x81,0x20,0x09,0x00,0x89,0x10, +0xf1,0x18,0x10,0x07,0xd9,0x04,0x99,0x00,0x17,0x07,0xb3,0x5c,0x25,0x64,0x58,0x88, +0x51,0x9b,0xc8,0x6a,0x87,0x00,0x36,0x78,0xb8,0x70,0x7b,0xb8,0x8b,0x87,0x00,0x35, +0x71,0x81,0x70,0x03,0x57,0x39,0x39,0x00,0x38,0x63,0x11,0x80,0x45,0xb4,0x40,0x00, +0x16,0x8b,0x6d,0x08,0xa6,0x4d,0x10,0x09,0x06,0x15,0xb0,0x90,0x39,0x00,0xa0,0x0a, +0x2a,0x03,0xa7,0x04,0x99,0x00,0x5d,0x4d,0x22,0xaa,0xac,0xea,0x23,0x00,0xf9,0x13, +0x20,0x06,0x60,0xfe,0x13,0xf0,0x03,0x47,0xaa,0xad,0x80,0x00,0x00,0x20,0x19,0x00, +0x2a,0x90,0xb1,0x19,0x00,0x00,0x90,0x24,0x19,0x09,0x40,0xb2,0x68,0x00,0x2a,0x99, +0x8b,0xc9,0x80,0x00,0x00,0x12,0x21,0x1b,0x0b,0xf0,0x0d,0x91,0x99,0x99,0x50,0x02, +0x21,0x11,0x11,0x08,0x94,0x7d,0x77,0x71,0x09,0x02,0x80,0xa0,0x00,0x91,0xb3,0x39, +0x50,0x09,0x29,0x76,0x49,0x03,0xa9,0x62,0x02,0x43,0x29,0x99,0xad,0x30,0x01,0x18, +0xf0,0x13,0x18,0x00,0x04,0x80,0xa0,0x18,0x00,0x00,0x38,0xea,0xad,0x70,0x14,0x20, +0xa0,0x18,0x00,0x16,0x98,0xea,0xad,0x90,0x00,0x91,0xa0,0x18,0x00,0x03,0xb6,0x20, +0x05,0x00,0x0c,0xa6,0x7c,0x0a,0x44,0x07,0xa9,0x9a,0xc0,0x3f,0x32,0xf0,0x0f,0x00, +0x02,0x91,0x5d,0x65,0x50,0x05,0x36,0x96,0x33,0x04,0x50,0xb4,0xc3,0x30,0x3b,0x05, +0x5c,0x54,0x00,0x93,0x77,0xd7,0x71,0x09,0x11,0x1b,0x11,0x03,0xb7,0x3b,0x0e,0x13, +0x4a,0xb9,0x00,0x01,0x6d,0x05,0x50,0x84,0x0d,0xaa,0xe0,0x00,0x28,0x55,0xf2,0x34, +0x10,0x0e,0x99,0xd0,0x29,0x91,0xa3,0x51,0x00,0x19,0x47,0x0a,0x30,0x01,0x9a,0x10, +0x0b,0x10,0x9b,0x71,0x00,0x31,0x24,0x04,0x89,0x99,0x40,0x06,0x00,0x0a,0x44,0x00, +0x85,0x22,0xb2,0x91,0x00,0x37,0x9f,0xa8,0x32,0x85,0x06,0xda,0x10,0x01,0x91,0x9a, +0x1a,0x00,0x0a,0xa1,0xa0,0x43,0x02,0xb0,0x08,0x00,0x00,0xb7,0x91,0x00,0x12,0x23, +0x02,0x89,0x99,0x3e,0x06,0xf1,0x14,0x92,0x5b,0x88,0xc0,0x00,0x55,0x96,0x6b,0x02, +0x85,0x5a,0x88,0xc0,0x02,0x85,0x46,0x29,0x30,0x18,0x54,0x3b,0x60,0x01,0x98,0xa4, +0x09,0x20,0x98,0x30,0x00,0x00,0x35,0x06,0x99,0x9b,0x62,0x1a,0xf6,0x19,0x42,0x03, +0x3a,0x00,0x01,0xb0,0x9a,0xd8,0x81,0x02,0x2a,0x1a,0x11,0x00,0x01,0x55,0xc5,0x52, +0x7d,0x24,0xc6,0xb4,0x20,0x90,0x28,0x19,0x04,0x09,0x5b,0x10,0xca,0x60,0xda,0x00, +0x00,0x00,0x83,0x2a,0x99,0xab,0x1e,0x08,0xf2,0x19,0x09,0x24,0xb9,0xbc,0x30,0x00, +0x44,0x9e,0xe8,0x40,0x15,0x28,0x2a,0x21,0x90,0x27,0x88,0x7c,0x76,0x90,0x01,0x88, +0x8c,0x87,0x90,0x01,0x88,0x09,0x00,0x90,0x06,0x86,0x04,0x28,0x20,0x36,0x06,0x88, +0x9a,0xb0,0x96,0x16,0x00,0xc4,0x01,0xf1,0x0e,0x85,0x9a,0xea,0xa4,0x00,0x34,0x7d, +0x77,0x02,0x74,0x90,0xa0,0x90,0x14,0x98,0x8d,0x8c,0x00,0x09,0x07,0xd8,0x30,0x00, +0xa7,0x2a,0x06,0x10,0x86,0x40,0x8c,0x00,0x17,0x9c,0x5f,0x00,0xf4,0x17,0x18,0x8c, +0xc8,0xa0,0x00,0x68,0x49,0x93,0x90,0x15,0x32,0x6b,0x44,0x30,0x14,0x91,0xa8,0x8d, +0x10,0x00,0x95,0x39,0x78,0x00,0x00,0x90,0x5b,0x70,0x00,0x09,0xa8,0x71,0x00,0x00, +0x55,0x08,0xa9,0x9a,0x1f,0x1b,0xf0,0x0b,0x70,0x25,0x00,0x93,0x8c,0x9c,0xa6,0x00, +0x30,0x2b,0x32,0x01,0x63,0x49,0x66,0xc0,0x15,0x94,0xa7,0x7c,0x00,0x09,0x49,0x66, +0xc0,0x00,0x09,0x00,0x94,0x9b,0x30,0x00,0x00,0x36,0x08,0x99,0x9a,0x90,0x96,0x4b, +0xf5,0x14,0x03,0x9d,0xa8,0x7a,0xd0,0x08,0x05,0x47,0x19,0x01,0x65,0xa2,0x86,0x40, +0x48,0x88,0x88,0x28,0x00,0x99,0x96,0x70,0x90,0x18,0x00,0xa7,0x4b,0x01,0xd9,0x9a, +0x73,0x10,0x18,0x00,0x97,0xd5,0x11,0xf0,0x16,0x35,0x00,0x8a,0xaa,0x86,0x50,0x03, +0x30,0xa0,0x0b,0x00,0x0a,0x09,0x07,0x40,0x29,0xa9,0xc9,0xd9,0x60,0x11,0x9e,0xc2, +0x10,0x00,0x78,0xa2,0xb1,0x01,0xa8,0x0a,0x03,0xc5,0x14,0x00,0xa0,0x01,0x95,0x52, +0xf0,0x0f,0x33,0x00,0x48,0x8d,0x64,0x20,0x28,0x88,0xd8,0x88,0x50,0x49,0x7d,0x77, +0xa0,0x05,0xa7,0xc7,0x7b,0x00,0x49,0x7c,0x77,0xa0,0x05,0x88,0xd8,0x88,0x10,0x00, +0x8e,0x44,0x00,0xd2,0x0e,0x91,0x02,0xec,0xcc,0xc9,0x00,0x2a,0x66,0x67,0x80,0x52, +0x25,0xf0,0x09,0x48,0x6a,0x66,0x90,0x05,0x96,0xc6,0x6b,0x00,0x27,0x6c,0x76,0x60, +0x04,0x77,0xc7,0x77,0x02,0x88,0x8c,0x88,0x86,0x00,0x0a,0x5f,0x39,0xf2,0x13,0xa3, +0xe9,0x95,0x0a,0x0a,0x92,0x72,0x00,0x00,0x98,0x94,0x20,0x2b,0xbb,0x88,0xba,0x70, +0x10,0x1a,0x21,0x00,0x04,0xa8,0xd8,0xa8,0x00,0x08,0x2a,0x0a,0x00,0x18,0xa9,0xd9, +0xd8,0x76,0x03,0x63,0x63,0x00,0x0a,0x00,0x0d,0xcb,0x49,0x3f,0xb4,0x08,0xc6,0x88, +0xd8,0x50,0x0a,0x02,0x2b,0x21,0x39,0xd8,0xcf,0x08,0x81,0xc9,0x00,0xa0,0x00,0x39, +0x10,0x0a,0x00,0x55,0x36,0xf2,0x0e,0xcc,0xa0,0x0a,0x00,0x56,0x00,0x9c,0xec,0x70, +0x7c,0x69,0x0a,0x09,0x01,0xa1,0x90,0xa0,0x92,0x8d,0x7b,0xae,0xa9,0x00,0xa0,0x30, +0xa0,0x20,0x0c,0xa0,0x31,0x12,0x30,0x00,0x02,0x10,0xe2,0x07,0xf0,0x04,0x59,0xd9, +0xd0,0x38,0x32,0x0a,0x0a,0x00,0x7c,0x50,0xa0,0xa0,0x00,0x90,0xae,0xac,0x01,0x9d, +0x70,0x68,0x19,0xc2,0x28,0x0a,0x00,0x0b,0x84,0x50,0xa0,0x03,0xa5,0xcc,0xbd,0x60, +0x84,0x33,0xf0,0x22,0x40,0xa1,0x20,0xcb,0xa7,0x3a,0x81,0x55,0x00,0x25,0xb6,0x00, +0x7c,0x6a,0x77,0xa4,0x00,0x90,0xa0,0x95,0x41,0x9d,0x8a,0x09,0x54,0x00,0x90,0xa3, +0x75,0x40,0x1d,0x84,0xb6,0x81,0x03,0x33,0x60,0x02,0x60,0x05,0x40,0x09,0x09,0x00, +0xcb,0x86,0xd8,0xd5,0x46,0xeb,0x08,0xf2,0x33,0x8d,0x79,0xd9,0xd8,0x01,0xa1,0x24, +0x44,0x11,0x7c,0x77,0x64,0x84,0x00,0x90,0x79,0x8b,0x40,0x0d,0x97,0x20,0x64,0x03, +0x70,0x79,0x8a,0x40,0x08,0x02,0x20,0x91,0x02,0xeb,0x6b,0x5c,0xb3,0x71,0x01,0x78, +0xca,0x62,0xc9,0x63,0x1a,0x63,0x07,0x15,0xc4,0xb6,0x14,0xc8,0x69,0x5c,0x71,0x07, +0x35,0x88,0xc8,0x30,0x8a,0x77,0x21,0x00,0x08,0x18,0x07,0x91,0x2b,0xf3,0x1a,0x03, +0x20,0x01,0x40,0x00,0xaa,0x67,0xb9,0xc4,0x47,0x00,0x4a,0x69,0x21,0xac,0x66,0x66, +0x65,0x00,0x90,0x97,0x7a,0x52,0x9d,0x79,0x66,0xa5,0x00,0x90,0x4c,0xc7,0x20,0x1c, +0x82,0x88,0x13,0x05,0x84,0xa1,0x69,0x80,0x4b,0x21,0xf0,0x06,0x72,0x00,0x0b,0x00, +0x87,0x00,0x00,0xb2,0xc6,0x00,0x00,0x0b,0x12,0x00,0x00,0x7a,0xea,0xdb,0xaa,0x20, +0x0b,0x8d,0x51,0xd0,0xb0,0x09,0x50,0x00,0x0d,0x7a,0x1a,0xb1,0x01,0x72,0x00,0x03, +0x10,0x2c,0x11,0x9f,0x65,0x8a,0xaa,0xd1,0x46,0x00,0x00,0x91,0xa0,0x04,0x00,0x02, +0x30,0x1a,0xc0,0x30,0xc6,0x09,0xf0,0x11,0x49,0x99,0xa8,0x21,0x00,0x80,0x18,0xa5, +0xaa,0xea,0x48,0xa0,0x08,0xd0,0x18,0xa0,0x86,0xa0,0x18,0xa9,0x50,0xa0,0x18,0xa0, +0x08,0xa0,0x18,0xa0,0x00,0x02,0xa6,0x20,0x3d,0x3e,0x40,0x89,0x99,0xd0,0x26,0x64, +0x09,0x44,0xb9,0xb0,0x90,0xa0,0x02,0x00,0x50,0xd9,0x90,0x90,0xa0,0x00,0x94,0x1f, +0x31,0x09,0xc0,0x01,0xba,0x56,0xf3,0x0a,0x39,0x99,0x9a,0x01,0x71,0x50,0x00,0xa0, +0x91,0x1a,0x11,0x0a,0x09,0x37,0xfb,0x62,0xa0,0x90,0x8b,0x76,0x0a,0x09,0x74,0x90, +0x70,0xbe,0x51,0x43,0x00,0x6a,0x70,0x00,0x23,0x43,0xf2,0x00,0x77,0x89,0x99,0xa8, +0x22,0x00,0x00,0x28,0xa0,0xd8,0x98,0x28,0xa0,0x90,0x18,0x08,0x00,0x00,0x04,0x00, +0x20,0x00,0x00,0x04,0x00,0x01,0x62,0x44,0xf0,0x0e,0xd9,0xb5,0xb9,0x99,0x92,0x66, +0x40,0x09,0x95,0x26,0xb9,0x99,0x90,0x96,0x40,0x09,0x90,0xa7,0xb9,0x99,0x95,0x49, +0x10,0x09,0x90,0x0a,0x00,0x09,0x90,0xe2,0x16,0x04,0xfd,0x22,0xf0,0x15,0xdb,0x80, +0x37,0x00,0x09,0x87,0xb9,0x99,0xa0,0xab,0x25,0x20,0x06,0x09,0x55,0x54,0x4a,0x10, +0x91,0x85,0xb5,0x00,0x0b,0x92,0x54,0x00,0x20,0x90,0x05,0x40,0x0a,0x09,0x00,0x2a, +0x9a,0x40,0xe1,0x19,0xf0,0x08,0xdc,0x4a,0x00,0xa0,0x98,0x3b,0x89,0xd7,0x99,0xaa, +0x00,0xa0,0x96,0x49,0x71,0xa0,0x94,0x59,0x18,0xa0,0xa9,0x19,0x02,0x9e,0x00,0x41, +0xa0,0x90,0x09,0x07,0x88,0x03,0xf4,0x12,0xdb,0x8c,0x99,0xd0,0x98,0x2c,0x88,0xd0, +0x9a,0x09,0x00,0xa0,0x93,0x6c,0xa9,0xb0,0x91,0x89,0x36,0x73,0x98,0x29,0x0c,0x40, +0x90,0x0a,0x46,0xa0,0x90,0x1d,0x70,0x67,0x00,0xec,0x4d,0xf6,0x1a,0x0d,0xa8,0x07, +0xb2,0x00,0x08,0x82,0x86,0x0a,0x50,0x08,0xa2,0x79,0xb9,0x40,0x08,0x36,0x11,0xa1, +0x10,0x08,0x2a,0x88,0xd8,0x60,0x09,0x82,0x90,0xa8,0x10,0x08,0x03,0x80,0xa1,0xa0, +0x08,0x02,0x19,0x80,0x20,0x00,0x32,0x00,0xf7,0x17,0xc7,0x16,0xc6,0x60,0x08,0x93, +0x68,0x73,0x30,0x08,0x90,0x2e,0xa8,0x90,0x08,0x87,0xa6,0x96,0x90,0x08,0x62,0x95, +0x97,0x90,0x09,0xa0,0x95,0x40,0x90,0x08,0x05,0xa3,0x25,0x30,0x08,0x07,0x07,0x99, +0xc1,0x55,0xf4,0x15,0xcb,0x89,0x99,0x96,0x08,0xa1,0x97,0x7a,0x40,0x9c,0x07,0x77, +0x93,0x08,0x55,0xa8,0x88,0x60,0x82,0x88,0x72,0x59,0x0b,0x81,0x98,0xc5,0x90,0x80, +0x08,0x08,0x09,0x08,0x00,0x80,0x85,0x70,0x1e,0x11,0xf4,0x12,0x08,0x9c,0x58,0xb8, +0x70,0x82,0x78,0xd8,0xd8,0x28,0x55,0x37,0x77,0x50,0x80,0x96,0x86,0x6a,0x08,0x0a, +0x67,0x44,0xa0,0x87,0x71,0x3b,0x32,0x08,0x00,0x88,0xd8,0x83,0x80,0x67,0x21,0xf2, +0x15,0x04,0x88,0xd8,0x88,0x00,0xc7,0x7c,0x87,0x88,0x06,0x66,0x93,0x64,0x50,0x27, +0x77,0x47,0x50,0x16,0x66,0xc6,0x66,0x40,0x7a,0xc9,0xc9,0xc2,0x07,0x27,0x18,0x17, +0x20,0x72,0x71,0x73,0xb0,0xde,0x06,0xf0,0x3a,0x99,0xcb,0x99,0x20,0xaa,0xaa,0x8a, +0x7a,0x04,0x66,0x75,0x65,0x30,0x59,0x9a,0x99,0x94,0x08,0x46,0x66,0x66,0x00,0xa8, +0xb7,0xb7,0xa4,0x1b,0x0a,0x25,0xaa,0x03,0x33,0x85,0x20,0x34,0x02,0x70,0x08,0x00, +0x06,0xbd,0xa6,0xbd,0x40,0x38,0xb6,0xc3,0xb2,0x06,0x9b,0x86,0xc7,0xb0,0x38,0x76, +0x8c,0x9d,0x45,0x97,0xa1,0x92,0xa0,0x59,0x7a,0x3b,0x6a,0x05,0x40,0x90,0x80,0x00, +0x54,0x68,0x5b,0x33,0x04,0x30,0x24,0x50,0x2a,0xac,0x0b,0xaa,0x40,0x09,0x00,0x50, +0x1a,0xac,0x0b,0xaa,0x20,0x09,0x00,0x40,0x4a,0xac,0x0b,0xaa,0x68,0x3a,0x02,0x24, +0x00,0x01,0x75,0x1c,0xf0,0x0b,0x22,0x2c,0x22,0x20,0x0b,0x7c,0x7a,0x9a,0x30,0xa0, +0xc8,0xb3,0x63,0x0a,0x0a,0x16,0x36,0x30,0xa0,0xb6,0xa3,0x63,0x0b,0x9d,0x9c,0xbc, +0xd3,0x3e,0x11,0x63,0x57,0x18,0x32,0x79,0x9c,0xa9,0x2e,0x18,0xf1,0x00,0x9a,0xd9, +0xad,0x96,0x00,0x33,0x33,0x32,0x00,0x0c,0x55,0x56,0x80,0x00,0xd8,0xdb,0x29,0x21, +0x02,0x80,0x58,0x0d,0xf1,0x5d,0x09,0x99,0xea,0x99,0x50,0x18,0x9d,0x88,0x60,0x03, +0x70,0x41,0x0b,0x00,0x37,0x09,0x10,0xb0,0x03,0x70,0xa0,0x0b,0x00,0x24,0x2a,0x63, +0x60,0x04,0x99,0x10,0x7a,0x10,0x51,0x00,0x00,0x22,0x39,0xb8,0x89,0xd9,0x70,0x0a, +0x05,0xbc,0x94,0x00,0xa0,0x81,0x43,0x60,0x0a,0x08,0x1a,0x36,0x00,0xa0,0x81,0xa3, +0x60,0x0a,0x05,0x29,0x24,0x01,0xa0,0x0a,0x5b,0x11,0x83,0x09,0x20,0x27,0x45,0x57, +0x9e,0x99,0x32,0xa3,0x49,0xe9,0x70,0x09,0x06,0x35,0x0a,0x00,0x90,0x63,0xa0,0xa0, +0x09,0x68,0x3a,0x0a,0x09,0x93,0x42,0xa1,0x60,0x00,0x03,0xa3,0x78,0x00,0x01,0x71, +0x00,0x42,0x34,0x01,0xf3,0x17,0x96,0x94,0x9e,0x96,0x09,0x79,0x28,0xd8,0x30,0x97, +0x94,0x64,0x46,0x09,0x79,0x45,0x93,0x60,0x97,0x94,0x59,0x36,0x08,0x79,0x23,0xa3, +0x33,0x61,0x90,0x45,0xa0,0x62,0x09,0x77,0x03,0x80,0x00,0x01,0x96,0x05,0xf1,0x14, +0x99,0xd5,0x8d,0x98,0x07,0x92,0x19,0xd9,0x50,0x1b,0x33,0x62,0x18,0x59,0xdc,0x86, +0xa1,0x80,0x0a,0x73,0x6a,0x18,0x00,0xa0,0x14,0xa1,0x50,0x0a,0x00,0x66,0xb1,0x09, +0x70,0x85,0x01,0xf5,0x08,0xf1,0x16,0x01,0x5a,0x88,0x9d,0x92,0x17,0x90,0x29,0xc8, +0x08,0xbd,0x98,0x44,0x90,0x04,0xa2,0x63,0x89,0x07,0x2a,0x95,0x48,0x90,0x30,0x97, +0x45,0x66,0x00,0x69,0x00,0xa6,0x70,0x54,0x00,0x72,0x04,0x20,0x0c,0x03,0xf4,0x15, +0xb7,0xc7,0xac,0x83,0x2a,0x6c,0x4a,0x99,0x01,0x97,0x96,0x37,0x90,0x68,0xa8,0x83, +0x89,0x00,0x59,0x05,0x66,0x90,0x28,0xb8,0x38,0x84,0x05,0xbb,0x07,0x60,0x92,0x90, +0x78,0x88,0x89,0x20,0x40,0x06,0xf0,0x1a,0x01,0x9b,0x97,0x8c,0x86,0x05,0x37,0x17, +0xb7,0x30,0xb9,0xb5,0x95,0x26,0x0a,0x69,0x18,0x81,0x60,0xa3,0x82,0x88,0x16,0x0b, +0x95,0x46,0x81,0x43,0x67,0x90,0x75,0x92,0x34,0x20,0x63,0x00,0x50,0x3a,0xaa,0xad, +0x01,0x41,0x13,0x50,0xb1,0x00,0x00,0x0a,0xa1,0x6c,0x48,0x00,0x40,0x5a,0x60,0x38, +0x30,0x00,0x00,0x45,0x01,0xcf,0x01,0x50,0x80,0x00,0x00,0x06,0xc4,0x13,0x1a,0xf0, +0x0f,0x40,0x81,0x79,0x60,0x90,0x07,0x36,0x91,0xa8,0x00,0xbb,0xa9,0x09,0x50,0x00, +0x09,0x91,0x9a,0x02,0x88,0x99,0x92,0x64,0x11,0x09,0x93,0x11,0x00,0x49,0x65,0x8f, +0x0a,0x03,0x8d,0x19,0xf2,0x12,0x03,0x9a,0x50,0xab,0x00,0x08,0x44,0x95,0x2b,0x11, +0x76,0x75,0x99,0x66,0x3b,0xc7,0x41,0x42,0x30,0x00,0x97,0x18,0x81,0x58,0x59,0x22, +0x48,0x00,0x01,0x88,0x8b,0xa4,0x05,0xe3,0x0a,0x02,0x74,0x2d,0xf2,0x15,0x06,0x99, +0x9d,0x99,0x91,0x02,0x87,0x77,0x70,0x00,0x46,0x11,0x1b,0x00,0x02,0x77,0x77,0x60, +0x05,0xb8,0x88,0x88,0xc0,0x54,0xa7,0x7b,0x1a,0x05,0x4a,0x77,0x91,0xa0,0x54,0x10, +0x00,0x59,0x96,0x0a,0xf2,0x0d,0xba,0x58,0x9a,0x92,0x08,0x36,0xa4,0x27,0x20,0x83, +0x6a,0x06,0x81,0x08,0x36,0xa0,0x46,0x00,0x94,0x66,0x77,0x7b,0x0c,0x74,0x99,0x96, +0xa0,0x20,0x05,0x14,0x12,0x39,0x42,0x10,0x30,0x11,0xa2,0x11,0x88,0x11,0xf0,0x0c, +0x93,0x02,0x88,0xd8,0x87,0x01,0x33,0x3b,0x43,0x32,0x15,0x5d,0x65,0x55,0x40,0x2b, +0xc8,0x8d,0x30,0x08,0x19,0x5a,0x60,0x00,0x15,0x9b,0xc6,0xe0,0x49,0x21,0x47,0x70, +0xbc,0x0b,0xf2,0x15,0xbb,0x98,0x09,0x70,0x0b,0x87,0x80,0x93,0x20,0xbb,0x9a,0x9d, +0x96,0x04,0xb4,0x20,0xe1,0x00,0x4b,0x42,0x1d,0x50,0x29,0x98,0x56,0x49,0x01,0x76, +0x66,0xa0,0x73,0x41,0x43,0x53,0x00,0x70,0x34,0x59,0xf1,0x06,0x9e,0x99,0x91,0x00, +0x84,0x0a,0x30,0x00,0x00,0xac,0x40,0x00,0x37,0xa9,0x5a,0xa7,0x13,0x38,0x00,0x35, +0x40,0xac,0x45,0x71,0x19,0x00,0x55,0x00,0x0a,0x20,0x05,0xe9,0x05,0xf0,0x06,0x15, +0xaa,0x00,0x02,0x7c,0xff,0xfe,0x00,0x0e,0xff,0xfe,0xbe,0x00,0x0e,0xd8,0x30,0x3e, +0x00,0x0e,0x30,0x00,0x05,0x00,0xf3,0x00,0x01,0x6e,0x00,0x1e,0x30,0x4f,0xfe,0x0d, +0xff,0x30,0x2d,0xf8,0x0d,0xfd,0x10,0x06,0x59,0xf0,0x31,0x75,0xcc,0xcc,0xc6,0x7c, +0x8a,0x11,0x18,0xab,0xca,0x90,0x00,0x7b,0xc9,0x4f,0xcc,0xce,0x79,0xdb,0xa0,0x00, +0x7c,0xda,0x59,0x00,0x07,0x7a,0xb9,0xfd,0xdd,0xea,0xb0,0x34,0x23,0x44,0x44,0x3f, +0xf9,0xcf,0xff,0xff,0xef,0x8b,0xff,0xff,0xe7,0x84,0x68,0x88,0x87,0xff,0xad,0xff, +0xff,0xf8,0x94,0x69,0x99,0x98,0xde,0x8a,0xee,0xee,0xdf,0x1b,0x00,0x60,0x45,0x23, +0x55,0x55,0x40,0x00,0xeb,0x52,0xf0,0x0a,0x00,0x00,0x08,0xfd,0x23,0x00,0x08,0xfe, +0x2d,0xf4,0x08,0xfe,0x20,0x5f,0xfa,0xfe,0x20,0x00,0x5f,0xfe,0x20,0x00,0x00,0x4d, +0x20,0xdc,0x5c,0xf7,0x5a,0x02,0x0e,0xe2,0x0c,0xf1,0x5f,0xec,0xf8,0x00,0x6f,0xf9, +0x00,0x0c,0xff,0xe2,0x0c,0xf8,0x5f,0xe0,0x98,0x00,0x5b,0x00,0x00,0x02,0xd2,0x00, +0x00,0x7b,0x3f,0x3b,0x70,0x4f,0x73,0xf3,0x8f,0x4a,0xc0,0x3f,0x30,0xca,0xd9,0x03, +0xf3,0x09,0xdb,0xb0,0x02,0x00,0xbc,0x6f,0x40,0x00,0x4f,0x60,0xbf,0xa7,0xaf,0xb0, +0x00,0x7d,0xfd,0x70,0x00,0x00,0x06,0xb6,0x00,0x00,0x31,0xcf,0xc1,0x30,0x4f,0xff, +0xff,0xff,0x47,0xff,0xb4,0xbf,0xf7,0x0d,0xf2,0x02,0xfd,0x04,0xff,0x70,0x7f,0xf4, +0x6f,0xff,0xff,0xff,0x60,0x75,0xef,0xe5,0x70,0x00,0x08,0xf8,0x00,0x00,0x93,0x1c, +0xf0,0x1b,0x2d,0xe3,0xd9,0x00,0x00,0x4e,0x97,0xff,0x90,0x00,0x6f,0x7b,0xc6,0xfb, +0x00,0x9e,0x6d,0xff,0xe6,0xdb,0x07,0x4e,0xff,0xff,0xf5,0x80,0x05,0xff,0xa9,0xff, +0x70,0x00,0x5f,0xf3,0x1f,0xf7,0x00,0x03,0xcc,0x20,0xcc,0x50,0xc0,0x1c,0x00,0xc5, +0x00,0x23,0xdf,0x60,0x05,0x00,0xf0,0x47,0x58,0xef,0xb7,0x10,0x00,0x4f,0xff,0xfc, +0x00,0x00,0x04,0xff,0xc0,0x00,0x19,0xa9,0x7c,0x6a,0xa6,0x3f,0xff,0xfc,0xfe,0xec, +0x2f,0xff,0xff,0xfc,0xbb,0x01,0xdf,0xff,0xfe,0x20,0x00,0xba,0x22,0x22,0x8c,0x00, +0x5f,0x10,0x00,0x00,0xe7,0x0e,0xb6,0x30,0x02,0x6a,0xf0,0xff,0xfe,0x44,0xdf,0xff, +0x2f,0xff,0xff,0xff,0xff,0xf2,0xcf,0xff,0xff,0xff,0xfe,0x00,0x00,0x5b,0xda,0x43, +0xd0,0x9f,0xa7,0xaf,0xbf,0x5f,0x40,0x04,0x7f,0xf9,0x90,0x00,0xde,0xee,0x99,0x00, +0xf0,0x03,0x0f,0xff,0xe0,0x00,0x9a,0xff,0x74,0x00,0x3f,0x5f,0xdf,0x85,0x8f,0xa0, +0xf3,0x6c,0xfd,0x70,0x3b,0x59,0xd1,0x15,0xf8,0xff,0xff,0x8f,0xff,0xf8,0xff,0xff, +0x84,0x59,0xf8,0x00,0x04,0x10,0xf5,0x06,0x05,0x50,0x00,0x05,0xf8,0x00,0xff,0xff, +0x86,0x3f,0xff,0xf8,0x3a,0xff,0xff,0x88,0x64,0x5a,0xf8,0x00,0x00,0xd9,0x16,0xf0, +0x1a,0x06,0x10,0x00,0x00,0x55,0x01,0x4d,0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff, +0xf8,0x73,0xb3,0xd0,0xff,0xff,0x83,0xa7,0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45, +0x9f,0x80,0x5c,0x4b,0x00,0x00,0x97,0x03,0x2d,0x30,0x2d,0x30,0xf0,0x0e,0x40,0x00, +0xbf,0xff,0xff,0xff,0xbf,0x45,0xff,0xff,0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd, +0x10,0x8f,0xfa,0x07,0x10,0x02,0xff,0x32,0x22,0x22,0x3f,0xac,0x00,0x10,0xc0,0x19, +0x64,0xf3,0x0c,0x0d,0xf1,0x00,0x05,0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc, +0x0e,0xef,0xff,0xf1,0xe6,0xff,0xff,0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0x36,0x5b, +0xf3,0x2c,0xe5,0x00,0xaa,0xe5,0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed,0xff, +0xfb,0xe5,0x8f,0xfb,0xe5,0x07,0xfb,0xb3,0x00,0x67,0xb9,0x10,0x00,0x00,0xff,0xe6, +0x00,0x00,0xff,0xff,0xd3,0x00,0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff,0xff, +0xff,0xd4,0xff,0xff,0xf7,0x00,0xff,0xfa,0x20,0x00,0xed,0x40,0x00,0x8f,0x30,0xad, +0x01,0x10,0xdf,0xf4,0x5f,0xfc,0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5,0x7f, +0xfe,0x8c,0xb1,0x2b,0xc7,0x01,0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01,0x1e, +0xff,0x04,0x00,0xf0,0x14,0xfd,0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00,0x5e, +0xbf,0xc0,0x5e,0xbf,0xfc,0x6e,0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e,0xbf, +0x70,0x5e,0x76,0x00,0x3b,0x00,0x00,0x54,0x3c,0x01,0xe0,0xff,0x40,0x00,0x00,0x4f, +0xff,0xf3,0x00,0x03,0xff,0xff,0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88, +0x88,0x40,0x0d,0xee,0xee,0xee,0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55, +0x30,0x0c,0x0d,0xf1,0x04,0xe0,0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c, +0xe2,0x00,0x01,0xce,0x30,0x00,0x1c,0xe0,0x58,0x47,0x61,0x00,0x5e,0x20,0x00,0x1c, +0xe3,0x12,0x00,0x14,0x1e,0x24,0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0, +0x00,0x00,0x0e,0xc0,0x04,0x00,0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10, +0x00,0x04,0xa5,0x01,0x01,0x18,0x00,0xf2,0x1c,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93, +0x00,0x00,0x7f,0x92,0x28,0xf8,0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb, +0x7f,0xf1,0x7f,0xb5,0xff,0x69,0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed, +0xc5,0x00,0x00,0x0c,0xa8,0x0a,0x30,0x5f,0x86,0xbc,0x0c,0x59,0xf2,0x17,0x3d,0xf6, +0x13,0xdd,0x20,0x00,0x05,0x1b,0xde,0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff,0x3f,0xf8, +0x00,0x1e,0xf3,0x04,0xea,0xff,0x20,0x00,0x3e,0xd1,0x02,0xcf,0x60,0x00,0x00,0x18, +0xdd,0x60,0x9e,0x40,0x8a,0x60,0x15,0x10,0x0f,0x0c,0x01,0x57,0x07,0x30,0x4f,0xf6, +0x00,0xc5,0x02,0x10,0xfe,0x26,0x02,0xf0,0x0e,0xf6,0x4f,0x80,0x00,0x00,0x0e,0xf5, +0x3f,0xf2,0x00,0x00,0x8f,0xf6,0x4f,0xfa,0x00,0x02,0xff,0xfa,0x9f,0xff,0x30,0x0b, +0xff,0xf7,0x5f,0xff,0xc0,0x0e,0xab,0x02,0x70,0xf0,0x00,0x22,0x22,0x22,0x22,0x10, +0xdb,0x05,0xf2,0x11,0x02,0x31,0x00,0x16,0xf3,0xff,0xd1,0x2e,0xff,0xd3,0x4e,0x5d, +0xd6,0xf3,0x00,0x1d,0xe1,0x03,0x00,0x0c,0xe5,0xa3,0xd1,0xff,0xf3,0x4f,0xff,0xd6, +0x73,0x00,0x39,0xf6,0xdf,0x4b,0xf4,0x17,0x06,0x50,0x00,0x00,0x6f,0xf5,0x00,0x06, +0xf8,0xaf,0x50,0x6f,0x80,0x0a,0xf4,0x98,0x00,0x00,0xa8,0x65,0x00,0x00,0x65,0x9f, +0x50,0x06,0xf7,0x0a,0xf5,0x6f,0x80,0x00,0xaf,0xf8,0x00,0x00,0x0a,0x80,0xf4,0x22, +0xf2,0x05,0xd2,0x02,0x22,0x21,0x00,0x4f,0xfe,0x3e,0xff,0xfe,0x00,0xa9,0xea,0x60, +0x00,0x3e,0x00,0x03,0xe0,0x00,0x06,0x00,0xe3,0x0a,0x9e,0xa5,0x03,0xfe,0xee,0xa5, +0xff,0xe1,0x00,0x33,0x33,0x20,0x6e,0xc5,0x08,0xad,0x8c,0xcb,0x10,0x00,0x0f,0xff, +0xfd,0xaa,0xa6,0xff,0x01,0x00,0x02,0xa7,0x02,0x20,0x01,0xa1,0x70,0x62,0xb0,0xfd, +0x10,0x00,0x01,0xdf,0xff,0xd1,0x00,0x03,0x9d,0xfd,0x35,0x4a,0x22,0xfa,0x00,0x05, +0x00,0xf0,0x00,0x89,0x88,0xf8,0x89,0x91,0xff,0xfc,0xbc,0xee,0xf2,0xff,0xff,0xff, +0xac,0xf2,0x11,0x01,0x00,0xa0,0x0f,0x70,0x2f,0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f, +0x00,0x10,0xf9,0x9c,0x30,0xf2,0x04,0xf3,0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b, +0xfc,0x00,0x0d,0xff,0xff,0xa0,0x00,0x0a,0xff,0xa3,0x0f,0x05,0x00,0xa9,0x12,0xf8, +0x22,0x00,0xaf,0xe1,0x05,0xe9,0xf5,0xe4,0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf, +0xf3,0x00,0x4d,0xff,0xf9,0x00,0xe7,0xe5,0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70, +0x00,0x63,0x00,0xaf,0xfa,0x91,0x22,0xcf,0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf, +0xff,0xfe,0x04,0x00,0xf0,0x00,0xfd,0x57,0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22, +0x20,0x00,0x02,0x22,0x22,0x02,0x02,0x82,0x90,0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05, +0xc0,0x02,0xf0,0x00,0xf5,0x6f,0xfe,0xff,0xd0,0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c, +0xcc,0xcc,0xc8,0x22,0x02,0x40,0x45,0x55,0x55,0x54,0xfb,0x00,0x00,0xdc,0x02,0x80, +0x34,0x44,0x44,0x43,0x23,0x33,0x33,0x32,0x0c,0x00,0x00,0x03,0x2d,0x50,0x8c,0xcc, +0xcc,0xcc,0x8e,0x39,0x00,0xd1,0x5c,0xff,0xff,0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff, +0xc5,0xa6,0xcf,0x1d,0x03,0x01,0x0f,0x01,0xf0,0x0c,0x06,0xff,0xc0,0x00,0x9f,0xf9, +0x00,0x0b,0xff,0x62,0x00,0xdf,0xff,0xf7,0x0f,0xff,0xfe,0x10,0x11,0xaf,0x60,0x00, +0x0d,0xd0,0x00,0x01,0xf4,0x95,0x2b,0x01,0xcb,0x3f,0xf0,0x12,0xb9,0x52,0x00,0xff, +0x8d,0xfa,0x00,0xff,0xd9,0x96,0x00,0xff,0x6e,0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff, +0x7f,0xff,0xed,0xff,0x7f,0xff,0xfe,0x45,0x4f,0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03, +0xbf,0x05,0xa0,0x8f,0xe7,0x00,0x08,0xff,0xff,0x60,0x0d,0xff,0xff,0x25,0x03,0xf1, +0x01,0xd0,0x2f,0xff,0xff,0xf1,0xcf,0xff,0xff,0xfa,0x57,0x77,0x77,0x74,0x00,0x1e, +0xd0,0x27,0x00,0x10,0xbf,0x9c,0x00,0xf4,0x0c,0x0f,0x4b,0x3a,0xa3,0xa3,0xf2,0xfa, +0xd9,0xdd,0x9d,0x9f,0x2f,0xf0,0xa3,0x3a,0x0d,0xf2,0xfc,0xcb,0x9a,0xbc,0xcf,0x2f, +0x4a,0x22,0x22,0xa2,0xfb,0x04,0x04,0x01,0x00,0xf0,0x05,0x3a,0xa0,0x00,0x00,0x04, +0xbf,0xfd,0x00,0x00,0x5d,0xff,0xff,0x60,0x06,0xef,0xff,0xff,0xe0,0x00,0xef,0x17, +0x04,0x40,0x01,0x33,0x3f,0xff,0x4b,0x03,0x10,0xff,0x2b,0x02,0x20,0x1f,0xf1,0x2b, +0x00,0x14,0xe9,0x34,0x00,0xb2,0xde,0xed,0x63,0x0f,0xff,0xf8,0xf3,0xff,0xff,0x47, +0x5f,0x49,0x04,0x19,0xcf,0x07,0x00,0xf0,0x0f,0xb1,0x22,0x22,0x20,0x00,0x00,0x34, +0x31,0x00,0x00,0x02,0xaf,0xff,0xff,0xb4,0x00,0x7f,0xd7,0x31,0x25,0xbf,0xa0,0x98, +0x01,0x57,0x62,0x05,0xc1,0x00,0x7f,0xd2,0x01,0x50,0x00,0xa9,0x10,0x07,0xc1,0xca, +0x3f,0x01,0x53,0x03,0x31,0x6f,0xa0,0x00,0x68,0x59,0x20,0x00,0x00,0x70,0x50,0x01, +0x96,0x01,0xa0,0xff,0xff,0x90,0xf4,0x88,0x88,0x88,0x77,0xf2,0xf7,0x03,0x03,0xfc, +0x03,0xe3,0xf5,0xaa,0xaa,0xaa,0x97,0xf3,0xee,0xee,0xee,0xee,0xef,0xb0,0x13,0x33, +0x33,0x33,0x33,0x2a,0x00,0x20,0x82,0x07,0x2a,0x00,0x20,0xf4,0x00,0x2a,0x00,0x2f, +0xa2,0x07,0x2a,0x00,0x08,0x20,0x84,0x00,0x2a,0x00,0x20,0xf9,0x00,0x2a,0x00,0x2f, +0xa6,0x00,0x2a,0x00,0x08,0x20,0x87,0x00,0x2a,0x00,0x20,0xfe,0x00,0x2a,0x00,0x2f, +0xa9,0x00,0x2a,0x00,0x08,0x20,0xf2,0x00,0x2a,0x00,0x20,0xf2,0x00,0x2a,0x00,0x02, +0x0c,0x00,0x01,0x2a,0x00,0x11,0xa0,0x2a,0x00,0x00,0x6d,0x0b,0x01,0x5a,0x18,0xf0, +0x05,0xa8,0xf5,0x00,0x00,0x48,0x05,0x50,0x00,0x03,0x00,0xff,0xcd,0xaa,0xaa,0xad, +0xd1,0x8c,0x20,0x37,0x00,0x40,0x24,0x21,0x09,0x4d,0xfd,0x00,0x15,0x7f,0x21,0x3e, +0xf1,0x13,0x7b,0xca,0x20,0x08,0xfe,0x6f,0xd0,0x0f,0xde,0x27,0xf4,0x2f,0x96,0x45, +0xf6,0x3f,0xf7,0x1f,0xf7,0x3f,0xd3,0x28,0xf7,0x1f,0x8d,0x54,0xf5,0x0b,0xff,0x2e, +0xf1,0x01,0xcf,0xee,0x28,0x64,0xf6,0x04,0x56,0x9e,0xd8,0x64,0x9a,0xaa,0xaa,0xa8, +0x5d,0xdd,0xdd,0xd4,0x7f,0xac,0xda,0xf5,0x7f,0x7a,0xc7,0x04,0x00,0x82,0x8a,0xc7, +0xf5,0x4f,0xff,0xff,0xf3,0x01,0x38,0x04,0x20,0x08,0xa0,0x74,0x04,0xf2,0x05,0xfb, +0x00,0x00,0x09,0xc7,0xfc,0x00,0x00,0x9f,0xfc,0x61,0x00,0x09,0xff,0xfc,0x10,0x00, +0x9f,0xff,0xc1,0x09,0x00,0x70,0x0d,0xff,0xc1,0x00,0x00,0x0f,0xfc,0xf7,0x64,0x02, +0x2c,0x62,0xfc,0x24,0xcc,0xcc,0xcc,0xa0,0x03,0xef,0xfd,0xfe,0xef,0xf3,0x3e,0xff, +0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03,0xff,0xf4,0x6f,0xff,0xf2,0x40,0x9f,0xf4, +0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f,0xff,0xff,0xff,0xe1,0x03,0xef,0xff,0x63, +0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07,0x02,0x85,0xfb,0xcf,0xff,0xff,0x80,0x12, +0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0,0x00,0x05,0xf0,0x5f,0xe7,0x77,0x7a,0xf0, +0x81,0x02,0x33,0xe0,0x0c,0xd0,0x13,0x19,0x01,0x01,0x00,0x21,0xee,0x00,0x7a,0x07, +0x31,0xf7,0x00,0xf1,0x9a,0x02,0x01,0x05,0x00,0x11,0xfb,0x1a,0x00,0x1e,0xfd,0xcc, +0x62,0x0d,0x15,0x00,0x16,0x0d,0x0b,0x00,0x37,0xf1,0x00,0xea,0x19,0x00,0x62,0xf0, +0xfd,0xf5,0xfb,0x00,0xf1,0x51,0x00,0x00,0x2b,0x28,0x4c,0xf9,0x00,0xfb,0xfc,0x3d, +0x00,0x86,0xfd,0xfd,0xf8,0x00,0xfd,0xfe,0xfc,0xf5,0x17,0x00,0x59,0xfc,0x00,0xff, +0x00,0xfe,0x24,0x00,0x36,0xfa,0xfe,0xf3,0x1e,0x00,0x85,0xfb,0x00,0xfe,0x04,0x04, +0x00,0x00,0x01,0x31,0x00,0x1c,0xf8,0x9f,0x00,0x17,0xfc,0xe2,0x08,0x02,0x01,0x00, +0x00,0xda,0x00,0x03,0x1c,0x00,0x00,0x7c,0x03,0x92,0xf7,0xfe,0xfe,0x00,0x01,0xfe, +0xff,0xfa,0x04,0x68,0x00,0x21,0x04,0xfe,0x41,0x05,0x06,0xf5,0x00,0x01,0x98,0x00, +0x31,0xfe,0xfc,0x00,0x93,0x04,0x05,0x12,0x00,0x69,0xfe,0x00,0xfe,0xfe,0xfe,0xfe, +0x63,0x00,0x41,0xfb,0xfe,0xfc,0xfd,0x3d,0x00,0x15,0xfe,0x17,0x01,0x10,0xfc,0x24, +0x00,0x05,0x41,0x01,0x11,0xfd,0x38,0x00,0x8a,0xfa,0x00,0xfc,0x00,0xfe,0xff,0xfd, +0xfd,0xfb,0x00,0x26,0xfe,0x00,0x5c,0x00,0x0b,0x01,0x00,0x05,0x66,0x00,0x52,0xfe, +0x00,0xfb,0xfe,0x00,0xc6,0x68,0x21,0xf4,0xf5,0x0a,0x01,0x20,0xea,0xfd,0x02,0x8a, +0x30,0xfc,0x00,0xfb,0x1a,0x00,0x10,0xfc,0x40,0x01,0x77,0xfe,0xfd,0xfd,0xfd,0xfc, +0xfd,0xfb,0xf9,0x00,0x11,0xff,0x7a,0x00,0x07,0xbb,0x00,0x0c,0x20,0x01,0x13,0xfc, +0x58,0x01,0x0e,0x80,0x00,0x05,0xe2,0x01,0x12,0xfa,0x0c,0x01,0x60,0xff,0xfe,0xfd, +0x00,0xff,0xfd,0xd4,0x00,0x12,0xfd,0x59,0x00,0x00,0x9c,0x00,0x10,0xfb,0x73,0x00, +0x81,0xfd,0xfe,0x00,0xf2,0x00,0xe8,0x00,0xf7,0xeb,0x00,0x00,0x54,0x00,0xc2,0xed, +0xfb,0xf4,0xf7,0x00,0xf4,0x00,0xf3,0x00,0xfe,0xfe,0xff,0x42,0x01,0x23,0xfa,0xfb, +0x63,0x00,0x41,0xee,0xfb,0xee,0xf4,0xaa,0x01,0x31,0xe8,0xfe,0xfc,0x24,0x01,0x41, +0xf3,0x00,0xf9,0xfc,0x61,0x00,0x03,0x70,0x02,0x02,0x28,0x01,0x13,0xfb,0xbe,0x00, +0x10,0xfd,0xa0,0x01,0x20,0x01,0xff,0x22,0x01,0x07,0x25,0x01,0x13,0xff,0xd8,0x00, +0x14,0x02,0x25,0x01,0x27,0xfe,0xfd,0x2c,0x01,0x08,0xf9,0x01,0x00,0x5c,0x08,0xa2, +0xf4,0xef,0xf2,0xfd,0xfd,0x00,0xfa,0xfc,0xec,0xfa,0x8c,0x00,0xf2,0x02,0xf7,0x00, +0xf4,0xf5,0xfd,0xf4,0x00,0x00,0xf9,0xf6,0xfd,0xf9,0xfb,0xfb,0xfa,0xfb,0xf4,0xe7, +0x00,0x12,0xfd,0xa6,0x01,0x30,0xf8,0xfe,0x00,0x76,0x02,0x11,0xfe,0xe3,0x00,0x13, +0xfe,0xea,0x00,0x04,0x7b,0x00,0x41,0xf5,0xfd,0xf5,0xf9,0x70,0x00,0x51,0xf4,0xfe, +0x00,0xfe,0x02,0x30,0x00,0x11,0xfc,0xb3,0x00,0x40,0xfd,0xfe,0x00,0xfb,0x23,0x02, +0x12,0xfc,0x0c,0x02,0x12,0xfb,0x32,0x01,0x34,0xf5,0xff,0x00,0xc8,0x00,0x09,0x9e, +0x00,0x11,0xfe,0x02,0x00,0x14,0xfc,0x61,0x01,0x22,0xfe,0xfd,0x1c,0x00,0x00,0x1a, +0x02,0x03,0x72,0x02,0x23,0xfd,0xfe,0x15,0x00,0xa0,0xf1,0xf5,0xf1,0xf5,0xfc,0xfc, +0xff,0xfe,0xfe,0xf0,0x0b,0x01,0x01,0xda,0x00,0x20,0xf5,0xf9,0x7b,0x59,0x82,0xfa, +0xf9,0xfc,0xfb,0xfe,0xfc,0xfb,0xfe,0xf4,0x02,0x03,0x30,0x01,0xb1,0xfd,0xfb,0xfb, +0x00,0xfe,0xff,0xff,0x00,0xfe,0xfd,0x00,0x97,0x01,0x00,0x54,0x00,0x10,0xfc,0x14, +0x02,0x0c,0xd6,0x01,0x63,0xf2,0xfb,0xf8,0xfb,0x00,0xf4,0x4b,0x15,0x12,0x0c,0x74, +0x00,0x02,0x4f,0x01,0x17,0xf7,0x78,0x02,0x6d,0xfc,0x00,0xfd,0xff,0x00,0xfc,0x8d, +0x02,0x00,0xe5,0x01,0x34,0xfe,0x01,0xfe,0x11,0x00,0x60,0xf7,0x00,0xfd,0x00,0xff, +0xf9,0x09,0x01,0x04,0xd1,0x00,0x5a,0xff,0xff,0xfd,0xff,0xff,0x20,0x04,0x00,0xe7, +0x00,0x01,0x97,0x01,0x24,0xfe,0xfd,0xea,0x01,0x42,0x01,0x01,0x01,0x01,0x4e,0x00, +0x13,0x02,0x63,0x01,0x30,0xfd,0xfd,0xfc,0x88,0x00,0x01,0x05,0x00,0x06,0x26,0x00, +0x90,0xff,0x01,0x00,0x02,0x06,0x08,0x00,0xf8,0xfe,0x9b,0x01,0x12,0x04,0x95,0x17, +0x72,0x0b,0x07,0x05,0x0a,0x00,0x0a,0xfd,0x49,0x01,0x10,0xff,0xb1,0x15,0x01,0x2a, +0x04,0x22,0x02,0xfb,0xaf,0x40,0x15,0xfa,0x04,0x02,0x11,0xfe,0xda,0x00,0x01,0xae, +0x56,0x00,0x39,0x08,0x36,0x00,0x02,0xfe,0xdc,0x03,0x14,0xff,0x5a,0x03,0x0f,0xdc, +0x04,0x04,0x75,0x02,0xf9,0x02,0x00,0x02,0x02,0xfe,0x20,0x03,0x13,0xfe,0xbe,0x00, +0x03,0x54,0x00,0x1f,0xff,0xb6,0x03,0x07,0x0b,0x74,0x04,0x09,0x90,0x02,0x02,0x0a, +0x01,0x1f,0xfb,0x34,0x00,0x02,0x50,0xf7,0xfc,0xf7,0xfb,0x04,0x8c,0x04,0x14,0xf7, +0x72,0x01,0x34,0x02,0xfc,0xfe,0x86,0x02,0x00,0x3a,0x8e,0x11,0xff,0x3c,0x03,0x17, +0x02,0xa2,0x01,0x0a,0xbe,0x00,0x17,0xfd,0x80,0x00,0x54,0xfc,0x01,0x02,0x02,0x02, +0x05,0x01,0x02,0x60,0x01,0x02,0x4c,0x00,0x25,0xfe,0xfd,0x2a,0x00,0x44,0xfe,0xfb, +0xff,0xfb,0x9a,0x04,0x10,0xfd,0xf2,0x02,0x00,0xdf,0x03,0x03,0xdc,0x03,0x06,0xba, +0x00,0x51,0xfe,0xfa,0x00,0xfa,0xff,0x43,0x00,0x12,0xfb,0x94,0x05,0x00,0xc8,0x01, +0x09,0x26,0x00,0x10,0xfd,0xdd,0x01,0x10,0x01,0x14,0x00,0x11,0x01,0xcf,0x04,0x10, +0xfb,0x27,0x01,0x13,0xfb,0x6b,0x00,0x0a,0x00,0x01,0x14,0xfb,0xc9,0x04,0x02,0x72, +0x00,0x00,0x29,0x02,0x08,0x72,0x00,0x04,0x18,0x03,0x08,0x06,0x06,0x02,0xb3,0x01, +0x14,0xfc,0x02,0x04,0x00,0x67,0x00,0x15,0xff,0x63,0x01,0x20,0x01,0x02,0x8f,0x0a, +0x37,0x04,0x03,0x05,0x43,0x5f,0x12,0x06,0xa8,0x09,0xf1,0x0c,0x08,0x09,0x0a,0x0b, +0x0c,0x0d,0x00,0x00,0x0e,0x0f,0x10,0x00,0x00,0x0a,0x11,0x0a,0x12,0x13,0x14,0x15, +0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0x32,0x57,0xff,0x0c,0x1d,0x1e,0x00,0x1f,0x20, +0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29, +0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x77,0x22,0x01,0x02,0x90,0x1a, +0x40,0x03,0x04,0x00,0x05,0xf4,0x7c,0x06,0xd0,0x1a,0x11,0x0a,0x04,0x2e,0x11,0x0c, +0x74,0x09,0x00,0xe4,0x02,0x02,0x80,0x09,0x51,0x0d,0x00,0x0f,0x10,0x11,0xe8,0x02, +0x40,0x00,0x17,0x03,0x00,0x80,0x34,0xf0,0x01,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c, +0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0xf2,0x02,0x43,0x23,0x24,0x25,0x26, +0x15,0x71,0x0f,0x01,0x00,0xff,0xff,0x6b,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 627, .type = 3, .unicode_list = 5920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[38517] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_XXS = { +.uncomp_size = 38253, +.comp_size = 31262, +.line_height = 11, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7174, +.class_pair_values = 35063, +.left_class_mapping = 36773, +.right_class_mapping = 37513, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 38517, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_XXS_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_XXS_s.c new file mode 100644 index 00000000000..9efeb93b9e6 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_XXS_s.c @@ -0,0 +1,1688 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0xd0,0x01,0x08,0x00,0xf1,0x3a,0x90,0x02,0x02,0x07,0x00, +0x00,0x07,0x00,0xd0,0x03,0x04,0x03,0x00,0x04,0x0d,0x00,0x70,0x04,0x05,0x07,0x00, +0x00,0x1f,0x00,0x70,0x04,0x04,0x09,0x00,0xff,0x31,0x00,0x60,0x07,0x08,0x07,0x00, +0x00,0x4d,0x00,0x70,0x05,0x06,0x07,0x00,0x00,0x62,0x00,0x40,0x02,0x02,0x03,0x00, +0x04,0x65,0x00,0xb0,0x02,0x03,0x0a,0x00,0xfe,0x74,0x00,0xb0,0x02,0x02,0x0a,0x00, +0xfe,0x7e,0x00,0xc0,0x40,0x00,0x10,0x84,0x40,0x00,0x40,0x05,0x00,0x01,0x91,0x28, +0x00,0xc0,0x04,0x00,0xfe,0x95,0x00,0xc0,0x02,0x03,0x01,0x00,0x02,0x97,0x10,0x00, +0xc3,0x02,0x00,0x00,0x99,0x00,0x20,0x03,0x04,0x09,0x00,0xfe,0xab,0x68,0x00,0x10, +0xbd,0x68,0x00,0x43,0x07,0x00,0x00,0xcb,0x10,0x00,0x13,0xdd,0x10,0x00,0x13,0xeb, +0x10,0x00,0x13,0xfd,0x08,0x00,0x22,0x0f,0x01,0x08,0x00,0x13,0x21,0x08,0x00,0x13, +0x33,0x08,0x00,0x22,0x45,0x01,0x30,0x00,0xb0,0x53,0x01,0x40,0x02,0x02,0x05,0x00, +0x00,0x58,0x01,0x40,0xd0,0x00,0x32,0xfe,0x5f,0x01,0x88,0x00,0x10,0x6c,0x08,0x00, +0x43,0x03,0x00,0x02,0x74,0x10,0x00,0x40,0x81,0x01,0xd0,0x03,0x30,0x00,0xb1,0x8f, +0x01,0x90,0x07,0x08,0x08,0x00,0xff,0xaf,0x01,0xe0,0x48,0x00,0x40,0xc1,0x01,0x40, +0x05,0x08,0x00,0x31,0xd3,0x01,0x20,0x08,0x00,0x31,0xe5,0x01,0x80,0xf0,0x00,0x31, +0xfa,0x01,0xb0,0x20,0x00,0x22,0x0c,0x02,0x70,0x00,0x31,0x1e,0x02,0x80,0x20,0x00, +0x31,0x30,0x02,0xd0,0x20,0x00,0x31,0x45,0x02,0x60,0x40,0x01,0x31,0x4c,0x02,0x50, +0x88,0x00,0x31,0x5a,0x02,0x30,0x18,0x00,0x31,0x6f,0x02,0x50,0x30,0x00,0x40,0x81, +0x02,0x80,0x06,0x10,0x00,0x31,0x96,0x02,0xc0,0x38,0x00,0x31,0xa8,0x02,0xf0,0x20, +0x00,0x31,0xbd,0x02,0x10,0x10,0x00,0x10,0xcf,0x10,0x00,0x43,0x09,0x00,0xfe,0xea, +0x10,0x00,0x31,0xfc,0x02,0xc0,0x38,0x00,0x31,0x0e,0x03,0xd0,0x08,0x00,0x22,0x20, +0x03,0x38,0x00,0x31,0x32,0x03,0xa0,0x10,0x00,0xb1,0x44,0x03,0x00,0x07,0x07,0x07, +0x00,0x00,0x5d,0x03,0x90,0x10,0x00,0x93,0x6f,0x03,0x40,0x04,0x06,0x07,0xff,0x00, +0x84,0x30,0x00,0xa2,0x96,0x03,0xb0,0x02,0x03,0x09,0x00,0xfe,0xa4,0x03,0x68,0x01, +0xf1,0x1c,0xb6,0x03,0xb0,0x02,0x02,0x09,0x00,0xfe,0xbf,0x03,0x70,0x04,0x04,0x04, +0x00,0x03,0xc7,0x03,0x80,0x04,0x05,0x01,0x00,0xff,0xca,0x03,0xe0,0x04,0x02,0x03, +0x01,0x05,0xcd,0x03,0x80,0x04,0x04,0x05,0x00,0x00,0xd7,0x03,0xf0,0x40,0x00,0x31, +0xe9,0x03,0x10,0x10,0x00,0x13,0xf3,0x10,0x00,0x21,0x05,0x04,0x38,0x01,0xc0,0x00, +0x12,0x04,0xa0,0x02,0x03,0x07,0x00,0x00,0x1d,0x04,0x80,0x18,0x00,0x32,0xfe,0x2f, +0x04,0x38,0x01,0x31,0x41,0x04,0x30,0x00,0x01,0xa2,0x48,0x04,0x30,0x02,0x03,0x09, +0xff,0xfe,0x56,0x04,0x28,0x01,0x31,0x68,0x04,0x40,0x18,0x00,0xb1,0x6f,0x04,0x70, +0x07,0x07,0x05,0x00,0x00,0x81,0x04,0xe0,0x48,0x00,0x13,0x8e,0x08,0x00,0x31,0x9b, +0x04,0xf0,0x48,0x00,0x13,0xad,0x08,0x00,0x40,0xbf,0x04,0x20,0x03,0x78,0x00,0x31, +0xc9,0x04,0xc0,0x08,0x00,0x40,0xd3,0x04,0x00,0x03,0x70,0x00,0x13,0xde,0x30,0x00, +0x31,0xeb,0x04,0x30,0x08,0x00,0x40,0xf8,0x04,0x70,0x06,0x50,0x00,0x31,0x0a,0x05, +0x00,0xa8,0x00,0x31,0x14,0x05,0x30,0x40,0x00,0x31,0x26,0x05,0xd0,0x38,0x00,0x22, +0x30,0x05,0x00,0x01,0x31,0x3e,0x05,0x20,0x98,0x02,0x13,0x48,0x10,0x00,0xc0,0x56, +0x05,0x70,0x04,0x05,0x02,0x00,0x02,0x5b,0x05,0x00,0x08,0xd0,0x02,0x13,0x77,0x08, +0x00,0x40,0x93,0x05,0x00,0x08,0x50,0x01,0x13,0xac,0x08,0x00,0x13,0xc5,0x18,0x00, +0x93,0xe1,0x05,0x00,0x08,0x06,0x08,0x01,0xff,0xf9,0x10,0x00,0x22,0x15,0x06,0x20, +0x00,0x22,0x2e,0x06,0x18,0x00,0x13,0x46,0x08,0x00,0x10,0x5e,0x08,0x00,0x43,0x07, +0x01,0x00,0x73,0x10,0x00,0x40,0x8b,0x06,0x80,0x07,0x10,0x00,0x22,0xa0,0x06,0x38, +0x00,0x13,0xbc,0x20,0x00,0x11,0xd1,0x40,0x00,0x33,0x01,0x00,0xea,0x10,0x00,0x70, +0xff,0x06,0xf0,0x02,0x03,0x03,0x00,0x34,0x02,0x90,0x08,0x02,0x02,0x03,0x02,0x06, +0x07,0x00,0x08,0x90,0x02,0x90,0x26,0x07,0x00,0x08,0x03,0x03,0x00,0xff,0x2b,0x10, +0x00,0x43,0x01,0x00,0x03,0x2f,0x18,0x00,0x21,0x4f,0x07,0x50,0x00,0x23,0xff,0x6b, +0x08,0x00,0x93,0x87,0x07,0x00,0x08,0x07,0x09,0x00,0xfe,0xa7,0x20,0x00,0x10,0xc7, +0x10,0x00,0x43,0x08,0x01,0xff,0xe3,0x08,0x00,0x12,0xff,0x18,0x00,0xb2,0xfe,0x1f, +0x08,0x00,0x08,0x08,0x09,0x00,0xfe,0x43,0x08,0x28,0x00,0x13,0x63,0x08,0x00,0x13, +0x83,0x08,0x00,0x13,0xa3,0x08,0x00,0x13,0xc3,0x08,0x00,0x10,0xe3,0x08,0x00,0x52, +0x06,0x00,0x00,0xfb,0x08,0x68,0x00,0x22,0x17,0x09,0x18,0x00,0x22,0x37,0x09,0x48, +0x00,0x13,0x5b,0x08,0x00,0x13,0x7f,0x18,0x00,0x13,0x9f,0x10,0x00,0x13,0xc3,0x08, +0x00,0x13,0xe7,0x08,0x00,0x22,0x0b,0x0a,0x20,0x00,0x10,0x2b,0x08,0x00,0x43,0x0a, +0x00,0xfe,0x53,0x10,0x00,0x22,0x73,0x0a,0x20,0x00,0x13,0x97,0x18,0x00,0x13,0xbf, +0x10,0x00,0x20,0xe3,0x0a,0xb8,0x00,0x33,0x00,0xff,0xff,0x28,0x00,0x23,0x1f,0x0b, +0xb8,0x00,0x13,0x0b,0xb8,0x00,0x13,0x0b,0xb8,0x00,0x03,0x18,0x00,0x12,0xa7,0x08, +0x00,0x23,0xff,0xcb,0x10,0x00,0x22,0xef,0x0b,0x50,0x00,0x22,0x17,0x0c,0x10,0x00, +0x13,0x3b,0x08,0x00,0xa2,0x5f,0x0c,0x00,0x08,0x09,0x09,0x00,0xfe,0x88,0x0c,0x40, +0x00,0x13,0xa8,0x08,0x00,0x13,0xc8,0x08,0x00,0x13,0xe8,0x08,0x00,0x22,0x08,0x0d, +0x08,0x00,0x22,0x28,0x0d,0x58,0x00,0x13,0x4c,0x10,0x00,0x13,0x6c,0x08,0x00,0x13, +0x8c,0x08,0x00,0x13,0xac,0x08,0x00,0x22,0xcc,0x0d,0x60,0x00,0x13,0xf0,0x08,0x00, +0x22,0x14,0x0e,0x08,0x00,0x13,0x38,0x08,0x00,0x22,0x5c,0x0e,0x28,0x00,0x13,0x7c, +0x08,0x00,0x13,0x9c,0x08,0x00,0x22,0xbc,0x0e,0x18,0x02,0x13,0xd8,0x10,0x00,0x13, +0xf8,0x08,0x00,0x22,0x18,0x0f,0x70,0x01,0x22,0x34,0x0f,0x10,0x00,0x13,0x54,0x08, +0x00,0x22,0x74,0x0f,0xd0,0x01,0x22,0x90,0x0f,0xd0,0x01,0x21,0xb0,0x0f,0x28,0x01, +0x32,0xfe,0xcc,0x0f,0x30,0x01,0x23,0xe8,0x0f,0xc0,0x00,0x12,0x10,0x00,0x01,0x22, +0x30,0x10,0x30,0x00,0x23,0x4c,0x10,0xc0,0x00,0x13,0x10,0xc0,0x00,0x12,0x10,0x98, +0x00,0x22,0xb0,0x10,0x48,0x00,0x13,0xd0,0x10,0x00,0x13,0xf4,0x38,0x00,0x22,0x1c, +0x11,0x10,0x00,0x22,0x40,0x11,0x58,0x02,0x12,0x60,0x08,0x00,0x23,0xff,0x80,0x18, +0x00,0x22,0xa4,0x11,0x48,0x00,0x13,0xc4,0x08,0x00,0x13,0xe4,0x08,0x00,0x22,0x04, +0x12,0x20,0x00,0x13,0x28,0x08,0x00,0x13,0x4c,0x08,0x00,0x22,0x70,0x12,0x48,0x00, +0x13,0x90,0x10,0x00,0x22,0xb4,0x12,0x30,0x00,0x13,0xd4,0x10,0x00,0x22,0xf8,0x12, +0x68,0x01,0x21,0x1c,0x13,0x18,0x03,0x32,0xff,0x35,0x13,0x88,0x00,0x22,0x5d,0x13, +0x20,0x00,0x22,0x81,0x13,0x30,0x00,0x13,0xa1,0x08,0x00,0x22,0xc1,0x13,0x20,0x01, +0x13,0xdd,0x08,0x00,0x13,0xf9,0x08,0x00,0x22,0x15,0x14,0x08,0x00,0x22,0x31,0x14, +0x28,0x00,0x13,0x51,0x10,0x00,0x13,0x6d,0x10,0x00,0x13,0x8d,0x08,0x00,0x13,0xad, +0x08,0x00,0x22,0xcd,0x14,0x00,0x01,0x13,0xed,0x10,0x00,0x22,0x0d,0x15,0x08,0x00, +0x21,0x2d,0x15,0x98,0x03,0x32,0xff,0x42,0x15,0x40,0x00,0x13,0x5e,0x18,0x00,0x13, +0x7e,0x08,0x00,0x13,0x9e,0x08,0x00,0x22,0xbe,0x15,0x40,0x00,0x13,0xde,0x28,0x00, +0x22,0xfa,0x15,0x88,0x01,0x22,0x16,0x16,0x20,0x00,0x22,0x36,0x16,0x80,0x01,0x13, +0x52,0x10,0x00,0x22,0x72,0x16,0x28,0x00,0x13,0x8e,0x10,0x00,0x22,0xae,0x16,0xe0, +0x00,0x13,0xd2,0x10,0x00,0x22,0xf2,0x16,0xd0,0x01,0x22,0x0e,0x17,0x10,0x00,0x22, +0x2e,0x17,0x50,0x00,0x22,0x4a,0x17,0x28,0x00,0x22,0x6e,0x17,0x40,0x00,0x21,0x8a, +0x17,0x80,0x04,0x23,0xff,0xa3,0x08,0x00,0x13,0xbc,0x18,0x00,0x13,0xd8,0x08,0x00, +0x13,0xf4,0x18,0x00,0x22,0x0d,0x18,0x08,0x00,0x22,0x26,0x18,0x50,0x00,0x22,0x46, +0x18,0x68,0x01,0x13,0x6a,0x08,0x00,0x22,0x8e,0x18,0x68,0x01,0x21,0xb6,0x18,0x18, +0x03,0x23,0xff,0xdf,0x28,0x00,0x23,0xff,0x18,0x78,0x03,0x12,0x19,0x28,0x00,0x13, +0x43,0x08,0x00,0x22,0x67,0x19,0x18,0x00,0x13,0x87,0x08,0x00,0x23,0xa7,0x19,0x70, +0x04,0x03,0x20,0x00,0x13,0xeb,0x10,0x00,0x23,0x0b,0x1a,0xf0,0x03,0x12,0x1a,0x90, +0x00,0x13,0x47,0x10,0x00,0x23,0x67,0x1a,0x40,0x00,0x13,0x1a,0x40,0x00,0x12,0x1a, +0x80,0x00,0x22,0xcf,0x1a,0x40,0x00,0x13,0xf3,0x18,0x00,0x22,0x13,0x1b,0x08,0x00, +0x22,0x33,0x1b,0xf8,0x00,0x13,0x57,0x10,0x00,0x13,0x77,0x08,0x00,0x13,0x97,0x08, +0x00,0x13,0xb7,0x20,0x00,0x13,0xdb,0x08,0x00,0x23,0xff,0x1b,0xb8,0x00,0x12,0x1c, +0x08,0x00,0x22,0x3f,0x1c,0x18,0x00,0x13,0x63,0x08,0x00,0x23,0x87,0x1c,0x78,0x00, +0x12,0x1c,0x98,0x00,0x22,0xc3,0x1c,0x80,0x00,0x23,0xeb,0x1c,0xb8,0x00,0x13,0x1d, +0xb8,0x00,0x13,0x1d,0xb8,0x00,0x03,0x08,0x00,0x22,0x63,0x1d,0xe8,0x01,0x13,0x83, +0x10,0x00,0x13,0x9f,0x08,0x00,0x22,0xbb,0x1d,0x20,0x05,0x13,0xd3,0x38,0x00,0x23, +0xf3,0x1d,0xc0,0x00,0x12,0x1e,0x20,0x00,0x23,0x2f,0x1e,0xb0,0x05,0x03,0x08,0x00, +0x22,0x6f,0x1e,0xe8,0x00,0x22,0x93,0x1e,0x78,0x00,0x13,0xbb,0x18,0x00,0x13,0xdb, +0x08,0x00,0x13,0xfb,0x08,0x00,0x22,0x1b,0x1f,0x08,0x00,0x22,0x3b,0x1f,0x48,0x00, +0x22,0x57,0x1f,0xc0,0x00,0x13,0x7b,0x18,0x00,0x13,0x9b,0x08,0x00,0x13,0xbb,0x18, +0x00,0x13,0xdf,0x08,0x00,0x22,0x03,0x20,0xa8,0x00,0x13,0x23,0x08,0x00,0x23,0x43, +0x20,0x30,0x05,0x12,0x20,0x80,0x03,0x13,0x83,0x18,0x00,0x22,0xa3,0x20,0x30,0x00, +0x13,0xc7,0x10,0x00,0x22,0xe7,0x20,0x68,0x02,0x22,0x03,0x21,0x30,0x00,0x22,0x23, +0x21,0x20,0x00,0x23,0x47,0x21,0xb8,0x01,0x13,0x21,0xb8,0x01,0x13,0x21,0x40,0x01, +0x13,0x21,0xf8,0x01,0x03,0x28,0x00,0x13,0xeb,0x08,0x00,0x22,0x0f,0x22,0xe0,0x00, +0x22,0x33,0x22,0x20,0x00,0x22,0x53,0x22,0x18,0x00,0x23,0x77,0x22,0xb8,0x01,0x13, +0x22,0xb8,0x01,0x03,0x08,0x00,0x13,0xd7,0x08,0x00,0x13,0xf7,0x08,0x00,0x23,0x17, +0x23,0xb0,0x05,0x12,0x23,0x10,0x00,0x13,0x5b,0x08,0x00,0x23,0x7b,0x23,0xf8,0x00, +0x12,0x23,0x60,0x00,0x23,0xbf,0x23,0x28,0x06,0x03,0x08,0x00,0x22,0x07,0x24,0x08, +0x00,0x22,0x2b,0x24,0x28,0x00,0x13,0x4b,0x10,0x00,0x13,0x6f,0x08,0x00,0x13,0x93, +0x08,0x00,0x23,0xb7,0x24,0x30,0x02,0x13,0x24,0x30,0x02,0x12,0x24,0x88,0x01,0x22, +0x27,0x25,0x10,0x00,0x22,0x4b,0x25,0x28,0x01,0x22,0x6b,0x25,0x48,0x00,0x13,0x8b, +0x08,0x00,0x13,0xab,0x20,0x00,0x13,0xcf,0x08,0x00,0x22,0xf3,0x25,0x38,0x00,0x23, +0x1b,0x26,0xa8,0x01,0x13,0x26,0xb0,0x00,0x13,0x26,0x10,0x07,0x13,0x26,0x10,0x07, +0x13,0x26,0x10,0x07,0x13,0x26,0x10,0x07,0x03,0x18,0x00,0x22,0x07,0x27,0x40,0x00, +0x22,0x2f,0x27,0x18,0x00,0x13,0x53,0x10,0x00,0x13,0x7b,0x10,0x00,0xa2,0x9f,0x27, +0x00,0x08,0x09,0x0a,0x00,0xfe,0xcc,0x27,0x30,0x00,0x13,0xec,0x18,0x00,0x22,0x10, +0x28,0x10,0x00,0x13,0x30,0x08,0x00,0x22,0x50,0x28,0x18,0x00,0x13,0x74,0x08,0x00, +0x13,0x98,0x08,0x00,0x13,0xbc,0x20,0x00,0x13,0xdc,0x10,0x00,0xa2,0x00,0x29,0x00, +0x08,0x09,0x08,0x00,0xff,0x24,0x29,0x18,0x00,0x22,0x44,0x29,0x48,0x01,0x13,0x68, +0x10,0x00,0x22,0x88,0x29,0x00,0x04,0x13,0xb1,0x10,0x00,0x22,0xd1,0x29,0x38,0x00, +0x13,0xf5,0x10,0x00,0x22,0x15,0x2a,0x08,0x00,0x22,0x35,0x2a,0x18,0x00,0x13,0x59, +0x10,0x00,0x13,0x79,0x08,0x00,0x13,0x99,0x08,0x00,0x13,0xb9,0x08,0x00,0x22,0xd9, +0x2a,0xd0,0x00,0x22,0x01,0x2b,0x08,0x00,0x22,0x29,0x2b,0x18,0x00,0x22,0x49,0x2b, +0x40,0x00,0x13,0x6d,0x08,0x00,0x22,0x91,0x2b,0x80,0x02,0x22,0xb1,0x2b,0x70,0x05, +0x13,0xc6,0x28,0x00,0x22,0xe6,0x2b,0x08,0x05,0x22,0x02,0x2c,0x00,0x03,0x22,0x1e, +0x2c,0x18,0x00,0x22,0x3e,0x2c,0x30,0x00,0x13,0x5e,0x18,0x00,0x13,0x7a,0x18,0x00, +0x13,0x9a,0x10,0x00,0x13,0xb6,0x10,0x00,0x22,0xd6,0x2c,0x78,0x05,0x13,0xf2,0x30, +0x00,0x22,0x12,0x2d,0x18,0x00,0x22,0x32,0x2d,0x28,0x00,0x13,0x4e,0x10,0x00,0x22, +0x6e,0x2d,0x88,0x00,0x13,0x92,0x10,0x00,0x13,0xb2,0x08,0x00,0x13,0xd2,0x18,0x00, +0x13,0xf6,0x10,0x00,0x23,0x16,0x2e,0xd0,0x05,0x03,0x08,0x00,0x13,0x56,0x08,0x00, +0x22,0x76,0x2e,0x28,0x00,0x13,0x9a,0x08,0x00,0x22,0xbe,0x2e,0x60,0x00,0x13,0xda, +0x10,0x00,0x13,0xfe,0x28,0x00,0x23,0x1e,0x2f,0xc0,0x00,0x03,0x08,0x00,0x22,0x5e, +0x2f,0x18,0x01,0x22,0x86,0x2f,0x88,0x01,0x13,0xaa,0x10,0x00,0x23,0xd2,0x2f,0x08, +0x06,0x03,0x18,0x00,0x23,0x16,0x30,0x78,0x00,0x12,0x30,0x20,0x00,0x23,0x5e,0x30, +0x88,0x06,0x12,0x30,0x38,0x08,0x23,0x9a,0x30,0xf8,0x00,0x12,0x30,0x70,0x00,0x13, +0xda,0x20,0x00,0x22,0xfa,0x30,0xf8,0x00,0x22,0x1a,0x31,0x10,0x00,0x22,0x3a,0x31, +0x20,0x00,0x23,0x5e,0x31,0x78,0x00,0x03,0x18,0x00,0x13,0xa6,0x08,0x00,0x23,0xc6, +0x31,0x78,0x01,0x03,0x08,0x00,0x23,0x06,0x32,0x80,0x0a,0x13,0x32,0x38,0x06,0x12, +0x32,0x40,0x00,0x13,0x6a,0x10,0x00,0x13,0x8a,0x10,0x00,0x13,0xae,0x10,0x00,0x13, +0xce,0x10,0x00,0x22,0xf2,0x32,0x60,0x00,0x23,0x1a,0x33,0x78,0x00,0x13,0x33,0x78, +0x00,0x13,0x33,0xb8,0x00,0x13,0x33,0x40,0x07,0x03,0x18,0x00,0x13,0xc2,0x08,0x00, +0x13,0xe6,0x08,0x00,0x22,0x0a,0x34,0x20,0x00,0x13,0x2a,0x08,0x00,0x23,0x4a,0x34, +0xf8,0x06,0x03,0x10,0x00,0x23,0x8e,0x34,0x38,0x07,0x13,0x34,0x78,0x00,0x13,0x34, +0x78,0x00,0x03,0x08,0x00,0x23,0x16,0x35,0x30,0x01,0x12,0x35,0x40,0x01,0x13,0x5a, +0x10,0x00,0x22,0x7a,0x35,0x20,0x00,0x23,0x9e,0x35,0x78,0x00,0x12,0x35,0x38,0x01, +0x13,0xde,0x28,0x00,0x22,0x02,0x36,0x28,0x00,0x13,0x22,0x08,0x00,0x13,0x42,0x08, +0x00,0x22,0x62,0x36,0x48,0x01,0x13,0x82,0x10,0x00,0x22,0xa2,0x36,0x38,0x00,0x22, +0xbe,0x36,0x48,0x00,0x13,0xe2,0x18,0x00,0x22,0x02,0x37,0xb0,0x02,0x22,0x1e,0x37, +0x78,0x02,0x22,0x3a,0x37,0x38,0x00,0x23,0x5a,0x37,0x80,0x00,0x12,0x37,0x10,0x0c, +0x22,0x92,0x37,0x38,0x00,0x22,0xb6,0x37,0x78,0x00,0x23,0xda,0x37,0xb0,0x01,0x03, +0x08,0x00,0x22,0x1a,0x38,0x08,0x03,0x23,0x2f,0x38,0x38,0x06,0x12,0x38,0x98,0x05, +0x23,0x6b,0x38,0x90,0x04,0x13,0x38,0x90,0x04,0x12,0x38,0xa8,0x04,0x22,0xcb,0x38, +0x90,0x00,0x23,0xe7,0x38,0x58,0x04,0x13,0x39,0x08,0x05,0x13,0x39,0xc0,0x06,0x13, +0x39,0xc0,0x05,0x13,0x39,0xc0,0x05,0x13,0x39,0xc0,0x05,0x13,0x39,0xc0,0x05,0x13, +0x39,0xc0,0x05,0x13,0x39,0x00,0x07,0x13,0x3a,0x00,0x07,0x13,0x3a,0x48,0x05,0x03, +0x08,0x00,0x22,0x6b,0x3a,0x28,0x00,0x13,0x8f,0x08,0x00,0x13,0xb3,0x08,0x00,0x23, +0xd7,0x3a,0xc0,0x05,0x13,0x3a,0xc0,0x05,0x13,0x3b,0xc0,0x05,0x13,0x3b,0x10,0x05, +0x13,0x3b,0xc0,0x05,0x13,0x3b,0xd8,0x04,0x12,0x3b,0x20,0x02,0x13,0xc7,0x18,0x00, +0x23,0xe7,0x3b,0xb8,0x00,0x12,0x3c,0x08,0x00,0x13,0x27,0x08,0x00,0x22,0x47,0x3c, +0x20,0x01,0x23,0x6b,0x3c,0xf8,0x00,0x13,0x3c,0xf8,0x00,0x03,0x08,0x00,0x13,0xcb, +0x08,0x00,0x23,0xeb,0x3c,0xb8,0x00,0x13,0x3d,0xb8,0x00,0x13,0x3d,0xb8,0x00,0x13, +0x3d,0xb8,0x00,0x13,0x3d,0xb8,0x00,0x03,0x10,0x00,0x13,0xaf,0x08,0x00,0x13,0xcf, +0x08,0x00,0x13,0xef,0x08,0x00,0x22,0x0f,0x3e,0x30,0x01,0x23,0x2b,0x3e,0x40,0x00, +0x13,0x3e,0x40,0x00,0x13,0x3e,0x80,0x00,0x12,0x3e,0x48,0x00,0x13,0xaf,0x08,0x00, +0x22,0xd3,0x3e,0xa0,0x00,0x13,0xf7,0x10,0x00,0x22,0x1b,0x3f,0x08,0x00,0x22,0x3f, +0x3f,0xe8,0x01,0x22,0x57,0x3f,0x50,0x00,0x23,0x73,0x3f,0xe0,0x0c,0x03,0x08,0x00, +0x22,0xbb,0x3f,0x88,0x05,0x23,0xdf,0x3f,0x68,0x09,0x13,0x3f,0xb0,0x08,0x13,0x40, +0xe0,0x0c,0x13,0x40,0xb0,0x07,0x13,0x40,0xe0,0x0c,0x13,0x40,0x98,0x0d,0x13,0x40, +0x98,0x0d,0x13,0x40,0x98,0x0d,0x12,0x40,0x80,0x00,0x23,0x07,0x41,0x38,0x01,0x13, +0x41,0x38,0x01,0x13,0x41,0xf0,0x01,0x13,0x41,0xf0,0x01,0x13,0x41,0xf0,0x01,0x13, +0x41,0xf0,0x01,0x13,0x41,0x78,0x01,0x12,0x41,0xa0,0x00,0x22,0x03,0x42,0x08,0x00, +0x22,0x1f,0x42,0xb0,0x02,0x23,0x3f,0x42,0x30,0x09,0x13,0x42,0x30,0x09,0x12,0x42, +0xb0,0x01,0x22,0xaf,0x42,0x70,0x02,0x13,0xcf,0x10,0x00,0x23,0xf7,0x42,0xf0,0x01, +0x12,0x43,0x88,0x00,0x23,0x3b,0x43,0xf0,0x01,0x13,0x43,0xf0,0x01,0x13,0x43,0xb0, +0x07,0x13,0x43,0xa8,0x08,0x13,0x43,0xe8,0x08,0x13,0x43,0x78,0x07,0x13,0x43,0xf8, +0x00,0x13,0x44,0xa8,0x09,0x13,0x44,0x78,0x00,0x13,0x44,0xf8,0x00,0x13,0x44,0xd8, +0x0d,0x13,0x44,0xb8,0x00,0x13,0x44,0xb8,0x00,0x13,0x44,0x30,0x02,0x13,0x45,0xe8, +0x02,0x13,0x45,0xb0,0x01,0x13,0x45,0xb0,0x01,0x13,0x45,0xf0,0x01,0x13,0x45,0xf0, +0x01,0x13,0x45,0xf0,0x01,0x13,0x45,0xb8,0x07,0x03,0x08,0x00,0x22,0x17,0x46,0x08, +0x0e,0x22,0x40,0x46,0xf8,0x00,0x22,0x60,0x46,0x08,0x01,0x22,0x7c,0x46,0xa0,0x01, +0x22,0xa0,0x46,0x28,0x00,0x13,0xc4,0x08,0x00,0x23,0xe8,0x46,0x58,0x0d,0x12,0x47, +0x08,0x01,0x22,0x28,0x47,0x08,0x01,0x23,0x50,0x47,0x80,0x07,0x13,0x47,0x80,0x07, +0x12,0x47,0x28,0x00,0x13,0xb8,0x10,0x00,0x13,0xdc,0x10,0x00,0x13,0xfc,0x10,0x00, +0x22,0x20,0x48,0x08,0x00,0x13,0x44,0x08,0x00,0x23,0x68,0x48,0x80,0x07,0x13,0x48, +0x90,0x0e,0x03,0x18,0x00,0x23,0xcc,0x48,0x50,0x0e,0x13,0x48,0x50,0x0e,0x13,0x49, +0x50,0x0e,0x13,0x49,0x50,0x0e,0x03,0x08,0x00,0x23,0x80,0x49,0x90,0x0d,0x13,0x49, +0x90,0x0d,0x13,0x49,0x90,0x0d,0x12,0x49,0xd0,0x00,0x22,0x00,0x4a,0x10,0x00,0x22, +0x20,0x4a,0xa8,0x01,0x13,0x44,0x10,0x00,0x22,0x64,0x4a,0x38,0x00,0x23,0x88,0x4a, +0x78,0x00,0x13,0x4a,0x08,0x0f,0x03,0x18,0x00,0x23,0xec,0x4a,0x70,0x08,0x13,0x4b, +0x70,0x08,0x13,0x4b,0x70,0x08,0x03,0x08,0x00,0x22,0x70,0x4b,0x20,0x00,0x22,0x94, +0x4b,0xa0,0x04,0x13,0xb0,0x18,0x00,0x22,0xd0,0x4b,0x20,0x01,0x13,0xf0,0x10,0x00, +0x23,0x10,0x4c,0x40,0x00,0x12,0x4c,0x30,0x00,0x13,0x54,0x08,0x00,0x13,0x78,0x18, +0x00,0x23,0x98,0x4c,0xb0,0x08,0x03,0x08,0x00,0x22,0xe0,0x4c,0x90,0x01,0x22,0x00, +0x4d,0xc0,0x00,0x22,0x1c,0x4d,0x28,0x00,0x13,0x3c,0x08,0x00,0x13,0x5c,0x18,0x00, +0x23,0x78,0x4d,0x40,0x00,0x03,0x10,0x00,0x13,0xb4,0x08,0x00,0x13,0xd0,0x08,0x00, +0x23,0xec,0x4d,0xc0,0x00,0x13,0x4e,0x80,0x00,0x13,0x4e,0xc0,0x00,0x13,0x4e,0xb0, +0x01,0x03,0x10,0x00,0x22,0x94,0x4e,0x30,0x00,0x23,0xb0,0x4e,0xc0,0x00,0x12,0x4e, +0x00,0x02,0x13,0xf4,0x10,0x00,0x23,0x14,0x4f,0x78,0x01,0x12,0x4f,0x10,0x00,0x13, +0x58,0x08,0x00,0x23,0x78,0x4f,0x80,0x00,0x12,0x4f,0x58,0x01,0x22,0xbc,0x4f,0x08, +0x0c,0x13,0xd4,0x18,0x00,0x13,0xf4,0x10,0x00,0xa3,0x0c,0x50,0x80,0x05,0x06,0x06, +0x00,0x00,0x1e,0x50,0x00,0x08,0x13,0x50,0x00,0x08,0x30,0x50,0x00,0x09,0x68,0x00, +0x23,0x82,0x50,0x58,0x06,0x00,0x10,0x00,0x52,0x06,0x00,0x00,0xbd,0x50,0x58,0x02, +0x21,0xe5,0x50,0x0c,0x12,0x40,0xff,0xf3,0x50,0x00,0x30,0x14,0x32,0xff,0x08,0x51, +0x30,0x00,0x22,0x2c,0x51,0x58,0x00,0x50,0x44,0x51,0x80,0x05,0x06,0x10,0x01,0xf0, +0x01,0x51,0x00,0x07,0x05,0x08,0x01,0xff,0x70,0x51,0x00,0x07,0x07,0x0a,0x00,0xfe, +0x93,0x08,0x00,0x00,0xf8,0x02,0x03,0x08,0x00,0x13,0xcb,0x20,0x00,0xd0,0xdf,0x51, +0x00,0x07,0x09,0x08,0xff,0xff,0x03,0x52,0x00,0x05,0x05,0xb8,0x03,0x03,0x08,0x00, +0x22,0x2b,0x52,0x28,0x00,0x10,0x47,0x08,0x00,0x52,0x02,0x00,0x02,0x4e,0x52,0x88, +0x00,0xc0,0x69,0x52,0x00,0x0a,0x0b,0x08,0xff,0xff,0x95,0x52,0x00,0x09,0x08,0x00, +0x22,0xc1,0x52,0xa8,0x00,0x10,0xe1,0x28,0x00,0x43,0x06,0x00,0x00,0xf6,0x08,0x00, +0xa2,0x0b,0x53,0x00,0x0a,0x0b,0x07,0xff,0xff,0x32,0x53,0x98,0x00,0x22,0x4a,0x53, +0x28,0x00,0x20,0x6a,0x53,0x60,0x03,0x51,0xff,0xff,0x93,0x53,0x00,0x58,0x15,0x22, +0xb3,0x53,0x68,0x00,0x13,0xcf,0x08,0x00,0x13,0xeb,0x08,0x00,0x22,0x07,0x54,0x38, +0x00,0xa2,0x1f,0x54,0x00,0x05,0x07,0x08,0xff,0xff,0x3b,0x54,0x18,0x00,0x13,0x57, +0x08,0x00,0x22,0x73,0x54,0x90,0x00,0xc0,0x8e,0x54,0x00,0x08,0x0a,0x0a,0xff,0xfe, +0xc0,0x54,0x00,0x06,0xf8,0x00,0xd0,0xd8,0x54,0x00,0x0a,0x0a,0x08,0x00,0xff,0x00, +0x55,0x00,0x0a,0x0a,0x60,0x01,0x03,0x08,0x00,0x13,0x3c,0x08,0x00,0x13,0x5a,0x08, +0x00,0x13,0x78,0x08,0x00,0x20,0x96,0x55,0xd0,0x00,0x42,0x00,0xff,0xc2,0x55,0x58, +0x00,0x13,0xde,0x08,0x00,0x21,0xfa,0x55,0xa8,0x00,0x32,0xfe,0x23,0x56,0x28,0x00, +0x40,0x41,0x56,0x00,0x06,0x18,0x00,0x60,0x5d,0x56,0x10,0x08,0x09,0x06,0x10,0x17, +0xf0,0xff,0xff,0xff,0xff,0xff,0x52,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x50,0x4d,0x5a, +0x4d,0x5b,0x4d,0x5d,0x4d,0x5e,0x4d,0x7a,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8a, +0x4d,0x8b,0x4d,0x99,0x4d,0x9b,0x4d,0xa0,0x4d,0xa8,0x4d,0xdc,0x4d,0xde,0x4d,0xfb, +0x4d,0xfe,0x4d,0x15,0x4e,0x1b,0x4e,0x1e,0x4e,0x35,0x4e,0x3a,0x4e,0x40,0x4e,0x46, +0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x70,0x4e,0x7f,0x4e,0x9d,0x4e,0x9e,0x4e,0x9f, +0x4e,0xa3,0x4e,0xac,0x4e,0xcf,0x4e,0xdb,0x4e,0xeb,0x4e,0xf7,0x4e,0x14,0x4f,0x2d, +0x4f,0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f,0xac, +0x4f,0xcf,0x4f,0xf8,0x4f,0x1f,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb8, +0x50,0xbc,0x50,0xc0,0x50,0xc3,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xd5, +0x50,0xdc,0x50,0xe9,0x50,0x02,0x51,0x16,0x51,0x1f,0x51,0x4a,0x51,0x4b,0x51,0x4d, +0x51,0x56,0x51,0x57,0x51,0x67,0x51,0x6b,0x51,0x6d,0x51,0x70,0x51,0x79,0x51,0x7b, +0x51,0x80,0x51,0x86,0x51,0x87,0x51,0x9d,0x51,0xbf,0x51,0xef,0x51,0xf0,0x51,0xf8, +0x51,0x55,0x52,0x58,0x52,0x66,0x52,0x8a,0x52,0x97,0x52,0x9f,0x52,0xa5,0x52,0xb1, +0x52,0xbb,0x52,0xd2,0x52,0xdb,0x52,0xef,0x52,0x12,0x53,0x1a,0x53,0x1c,0x53,0x1d, +0x53,0x21,0x53,0x26,0x53,0x28,0x53,0x30,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40, +0x53,0x43,0x53,0x47,0x53,0x5c,0x53,0x5d,0x53,0x5e,0x53,0x61,0x53,0x67,0x53,0x76, +0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xb8,0x53,0xcd,0x53,0xdc,0x53,0x1d,0x54,0xb8, +0x55,0x2e,0x56,0x44,0x56,0x4a,0x56,0x4d,0x56,0x4e,0x56,0x56,0x56,0x78,0x56,0x80, +0x56,0x90,0x56,0x97,0x56,0xa7,0x56,0xdb,0x56,0x4a,0x57,0xbb,0x57,0xee,0x57,0x40, +0x58,0x57,0x58,0x5d,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81, +0x58,0x89,0x58,0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xb6,0x5a,0xd3, +0x5a,0xd9,0x5a,0xdc,0x5a,0xea,0x5a,0xee,0x5a,0x09,0x5b,0x0d,0x5b,0x48,0x5b,0x49, +0x5b,0x4c,0x5b,0x54,0x5b,0x56,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b,0x9f, +0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x53,0x5d,0x5c,0x5d,0x76, +0x5d,0x77,0x5d,0x88,0x5d,0x8d,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xe4, +0x5d,0xf6,0x5d,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x52,0x5e,0x5f,0x5e,0x65,0x5e,0x81, +0x5e,0x89,0x5e,0x8a,0x5e,0xa3,0x5e,0xa5,0x5e,0xb2,0x5e,0xc1,0x5e,0xd4,0x5e,0xd5, +0x5e,0xd8,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x27,0x5f,0x3b,0x5f,0x4d,0x5f,0x51, +0x5f,0x70,0x5f,0x75,0x5f,0x8b,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f, +0x60,0xb2,0x60,0x5f,0x61,0x60,0x61,0x66,0x61,0x7a,0x61,0x90,0x61,0x97,0x61,0x9b, +0x61,0xa3,0x61,0xb7,0x61,0xb9,0x61,0xbb,0x61,0xbc,0x61,0xce,0x61,0xf4,0x61,0xf5, +0x61,0x19,0x62,0x22,0x62,0x2f,0x62,0x38,0x62,0x39,0x62,0x4e,0x62,0x51,0x62,0x57, +0x62,0x59,0x62,0x7f,0x62,0xb2,0x62,0xbe,0x62,0xc7,0x62,0xe2,0x62,0xf5,0x62,0xf7, +0x62,0xf8,0x62,0x1f,0x63,0x20,0x63,0x22,0x63,0x97,0x63,0xc8,0x63,0xfd,0x63,0x1d, +0x64,0x36,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa9, +0x64,0xc0,0x64,0xc4,0x64,0xd7,0x64,0xec,0x64,0xfd,0x64,0xff,0x64,0x00,0x65,0x09, +0x65,0x1b,0x65,0x30,0x65,0x35,0x65,0x46,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f, +0x65,0x8e,0x65,0xbe,0x65,0xbf,0x65,0xd2,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50, +0x66,0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x8a,0x66,0x96,0x66,0xaf,0x66,0xb1, +0x66,0xb5,0x66,0xcf,0x66,0xd1,0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x57,0x67,0x5f, +0x67,0x71,0x67,0x87,0x67,0x8c,0x67,0x96,0x67,0x10,0x68,0x71,0x69,0x7a,0x69,0x77, +0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b,0x24, +0x6b,0xb0,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b, +0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0x9b,0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d,0x55, +0x6d,0x60,0x6d,0x79,0x6d,0x88,0x6d,0xce,0x6d,0xe0,0x6d,0x21,0x6e,0x2a,0x6e,0x2e, +0x6e,0x31,0x6e,0x34,0x6e,0x10,0x6f,0x09,0x70,0x3d,0x70,0x76,0x70,0x97,0x71,0x98, +0x71,0xa9,0x71,0xc9,0x71,0x06,0x72,0xd7,0x72,0xff,0x72,0x00,0x73,0x3d,0x73,0x56, +0x73,0xae,0x73,0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xcd,0x75,0xd4, +0x75,0x21,0x76,0x26,0x76,0x28,0x76,0x3e,0x76,0x44,0x76,0x48,0x76,0x5b,0x76,0x6f, +0x76,0x35,0x77,0x51,0x77,0xbc,0x77,0xbe,0x77,0x8a,0x78,0xd1,0x78,0x0b,0x79,0x22, +0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79,0x2e,0x7a,0x3f, +0x7a,0x7c,0x7a,0x99,0x7a,0xce,0x7a,0xe7,0x7a,0xf1,0x7a,0xcb,0x7b,0xe8,0x7b,0x0e, +0x7c,0x4b,0x7c,0x77,0x7c,0xf2,0x7d,0xf7,0x7d,0x05,0x7e,0x0f,0x7e,0x13,0x7e,0x14, +0x7e,0x16,0x7e,0x18,0x7e,0x1f,0x7e,0x23,0x7e,0x2d,0x7e,0x2f,0x7e,0x3d,0x7e,0x4f, +0x7e,0x66,0x7e,0x79,0x7e,0xbe,0x7e,0xde,0x7e,0x55,0x7f,0x67,0x7f,0xa4,0x7f,0x1c, +0x80,0x4d,0x80,0x59,0x80,0x6a,0x80,0x3a,0x81,0x43,0x81,0x7a,0x81,0x85,0x81,0xc2, +0x81,0xd2,0x81,0x41,0x82,0x53,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x2d,0x84,0x1f, +0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xb5,0x87,0xb8,0x87,0xc0,0x87,0xfb,0x87,0x15, +0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88,0x14,0x89,0x16,0x89,0x18,0x89,0x22,0x89,0x36, +0x89,0x50,0x89,0xb6,0x8a,0xf1,0x8a,0xf4,0x8a,0xfe,0x8a,0x00,0x8b,0x0e,0x8b,0x0f, +0x8b,0x11,0x8b,0x16,0x8b,0x25,0x8b,0x2d,0x8b,0x32,0x8b,0x36,0x8b,0x3d,0x8b,0x3f, +0x8b,0x44,0x8b,0x47,0x8b,0x4b,0x8b,0x53,0x8b,0x81,0x8b,0x75,0x8c,0x84,0x8c,0xc7, +0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0xbc,0x8e,0xbe,0x8e,0xc4, +0x8e,0xcd,0x8e,0xd3,0x8e,0xe1,0x8e,0xe3,0x8e,0x09,0x8f,0x17,0x8f,0x20,0x8f,0x2b, +0x8f,0x2e,0x8f,0x2f,0x8f,0x40,0x8f,0x50,0x8f,0x59,0x8f,0x6a,0x8f,0x6f,0x8f,0x8b, +0x8f,0xa3,0x8f,0x38,0x90,0x17,0x91,0x1d,0x91,0x1f,0x91,0xc4,0x91,0xd8,0x93,0xef, +0x93,0xfe,0x93,0x51,0x94,0x69,0x94,0x7e,0x94,0xac,0x94,0xcf,0x94,0x38,0x95,0x3d, +0x95,0x3e,0x95,0x42,0x95,0x44,0x95,0x84,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4, +0x95,0xdf,0x95,0xe4,0x95,0xec,0x95,0x50,0x96,0x57,0x96,0xa9,0x96,0xae,0x96,0xb2, +0x96,0x43,0x97,0xc5,0x97,0xc6,0x97,0xc9,0x97,0xca,0x97,0xd4,0x97,0xe1,0x97,0xe8, +0x97,0xec,0x97,0x2e,0x98,0xc1,0x99,0xdc,0x99,0x28,0x9a,0x73,0x9d,0xf6,0x9d,0x28, +0x9e,0xa0,0x9e,0x51,0xef,0x58,0xef,0x5b,0xef,0x5c,0xef,0x5d,0xef,0x61,0xef,0x63, +0xef,0x65,0xef,0x69,0xef,0x6c,0xef,0x71,0xef,0x76,0xef,0x77,0xef,0x78,0xef,0x8e, +0xef,0x93,0xef,0x98,0xef,0x9b,0xef,0x9c,0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef,0xa3, +0xef,0xa4,0xef,0xb7,0xef,0xb8,0xef,0xbe,0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef,0xc7, +0xef,0xc8,0xef,0xc9,0xef,0xcb,0xef,0xe3,0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0,0x17, +0xf0,0x19,0xf0,0x30,0xf0,0x37,0xf0,0x3a,0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0,0xab, +0xf0,0x3b,0xf1,0x90,0xf1,0x91,0xf1,0x92,0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1,0xe3, +0xf1,0x3d,0xf2,0x54,0xf2,0xaa,0xf4,0x12,0xf7,0xf2,0xf7,0x1a,0x09,0x09,0x09,0x06, +0x01,0x2a,0x47,0xb0,0x36,0x90,0x13,0x40,0x07,0x07,0x00,0x70,0x70,0x4c,0x9b,0x10, +0x72,0x40,0x6c,0xaa,0x00,0x66,0x10,0x25,0x70,0x00,0x00,0x50,0x06,0xc3,0x29,0x14, +0x2a,0x00,0x07,0xb1,0x00,0x3a,0x10,0x0b,0x3b,0xb5,0x00,0x80,0x3a,0x60,0x34,0x00, +0x90,0x90,0x70,0x00,0x90,0x81,0x50,0x00,0x81,0x97,0x18,0x40,0x19,0x56,0x71,0x80, +0x00,0x60,0x70,0x80,0x00,0x70,0x28,0x70,0x06,0xa3,0x00,0x09,0x27,0x00,0x0a,0x91, +0x00,0x1c,0x70,0x61,0x83,0xa3,0xa0,0x92,0x1e,0x60,0x2c,0xa7,0xa2,0x47,0x36,0x13, +0x00,0x10,0x62,0x09,0x00,0x80,0x26,0x03,0x60,0x17,0x00,0x90,0x08,0x00,0x32,0x10, +0x62,0x18,0x09,0x01,0x00,0xf5,0x35,0x44,0x50,0x06,0x20,0x2d,0xb0,0x07,0x70,0x00, +0x40,0x00,0x18,0x00,0x6a,0xc9,0x10,0x18,0x00,0x01,0x80,0x00,0x00,0x4a,0x07,0x41, +0x69,0x40,0x01,0x48,0x00,0x80,0x00,0x80,0x03,0x40,0x07,0x00,0x08,0x00,0x17,0x00, +0x52,0x00,0x80,0x00,0x40,0x00,0x0a,0xb4,0x05,0x60,0xa0,0x82,0x0a,0x09,0x10,0xa0, +0x82,0x0a,0x05,0x60,0xa0,0x0a,0xb3,0x00,0x0b,0xb0,0x00,0x02,0x00,0xf1,0x82,0x3a, +0xea,0x3a,0xc3,0x03,0x01,0x90,0x00,0x0a,0x00,0x05,0x60,0x01,0xb0,0x00,0xa2,0x00, +0x8d,0xbb,0x00,0x3b,0xb3,0x10,0x1a,0x00,0x39,0x06,0xe2,0x00,0x1b,0x20,0x0c,0x5b, +0xb5,0x00,0xa6,0x00,0x4b,0x60,0x0a,0x46,0x06,0x44,0x60,0xaa,0xcc,0x10,0x04,0x60, +0x00,0x46,0x00,0x2d,0xa8,0x03,0x70,0x00,0x4b,0xa3,0x00,0x11,0xc0,0x00,0x0c,0x03, +0x00,0xc0,0x5b,0xc4,0x00,0x07,0xb9,0x02,0x90,0x10,0x64,0x00,0x08,0x8a,0x50,0x75, +0x0a,0x04,0x60,0xb0,0x09,0xb7,0x00,0x6a,0xae,0x00,0x01,0x70,0x00,0x81,0x00,0x0a, +0x00,0x02,0x80,0x00,0x46,0x00,0x06,0x50,0x00,0x09,0xa4,0x04,0x60,0x90,0x2b,0x19, +0x00,0xae,0x40,0x63,0x1c,0x09,0x20,0xb0,0x2b,0xa7,0x00,0x1b,0xb2,0x64,0x0a,0x91, +0x0a,0x75,0x1d,0x1a,0x8a,0x00,0x18,0x3b,0xa1,0x48,0x01,0x00,0x01,0x48,0x48,0x01, +0xca,0x00,0xf3,0x80,0x00,0x01,0x00,0x29,0x90,0x99,0x10,0x01,0x8a,0x40,0x00,0x06, +0x10,0x69,0x99,0x10,0x00,0x00,0x69,0x99,0x10,0x20,0x00,0x05,0xa5,0x00,0x00,0x4d, +0x11,0x8a,0x40,0x52,0x00,0x00,0x4b,0xb0,0x10,0x64,0x00,0xa1,0x04,0x70,0x07,0x20, +0x01,0x00,0x0a,0x30,0x00,0x78,0x88,0x10,0x08,0x30,0x01,0x80,0x26,0x07,0x82,0x80, +0x61,0x71,0x80,0x70,0x70,0x90,0xa0,0x90,0x53,0x47,0x58,0x20,0x0a,0x10,0x00,0x00, +0x01,0x88,0x91,0x00,0x02,0xe0,0x00,0x69,0x40,0x0a,0x28,0x00,0xa0,0xb0,0x4c,0xad, +0x18,0x20,0x56,0xb0,0x01,0xa0,0x3d,0xaa,0x23,0x80,0x57,0x38,0x06,0x63,0xdb,0xe1, +0x38,0x01,0xb3,0x80,0x1c,0x3d,0xaa,0x30,0x05,0xbb,0x41,0xb0,0x01,0x65,0x00,0x07, +0x30,0x00,0x65,0x00,0x01,0xb0,0x03,0x05,0xcb,0x50,0x3d,0xaa,0x10,0x38,0x04,0xa0, +0x38,0x00,0xc0,0x03,0x00,0x50,0x04,0x90,0x3d,0xba,0x10,0x39,0x00,0xeb,0x00,0x38, +0x00,0x03,0xda,0x80,0x38,0x00,0x03,0x80,0x00,0x3d,0xbb,0x20,0x12,0x00,0x62,0x38, +0x00,0x00,0x04,0xbb,0x71,0x4b,0x00,0xc2,0xab,0x65,0x00,0xa1,0xb0,0x0b,0x05,0xcc, +0x80,0x38,0x00,0xb0,0x03,0x00,0x35,0x3d,0xbb,0xe0,0x0c,0x00,0x12,0x38,0x01,0x00, +0x24,0x00,0x37,0x02,0x00,0xf1,0x07,0x30,0x65,0x4b,0xc1,0x38,0x05,0x70,0x38,0x1b, +0x00,0x38,0xb3,0x00,0x3e,0xc6,0x00,0x3c,0x0c,0x00,0x38,0x06,0x60,0x7e,0x00,0x01, +0x59,0x00,0x04,0x05,0x00,0xf2,0x3c,0x3d,0xbb,0x10,0x3d,0x00,0x5b,0x3d,0x20,0x9a, +0x39,0x70,0x9a,0x37,0x93,0x5b,0x37,0x88,0x0b,0x37,0x4b,0x0b,0x37,0x02,0x0b,0x3c, +0x00,0xb3,0xd4,0x0b,0x38,0xb0,0xb3,0x77,0x4b,0x37,0x0a,0xa3,0x70,0x8c,0x37,0x01, +0xe0,0x05,0xbb,0x40,0x1b,0x00,0xb1,0x65,0x00,0x65,0x83,0x00,0x46,0x65,0x00,0x65, +0x1b,0x00,0xb1,0x05,0xbb,0x40,0x3d,0xbb,0x13,0x80,0x38,0x38,0x01,0xa3,0x80,0x67, +0x3d,0xb9,0xb1,0x00,0x01,0x27,0x00,0x15,0xb0,0x27,0x00,0xf6,0x29,0x2a,0x00,0xb1, +0x08,0xaa,0x80,0x00,0x3a,0x00,0x00,0x05,0xa5,0x3d,0xaa,0x33,0x80,0x39,0x38,0x05, +0x73,0xdc,0xb1,0x38,0x1b,0x03,0x80,0xa2,0x38,0x03,0xa0,0x0a,0xba,0x04,0x80,0x10, +0x1c,0x10,0x00,0x4d,0x80,0x00,0x0a,0x33,0x10,0x75,0x2b,0xba,0x00,0x8a,0xea,0x60, +0x0b,0x00,0x00,0xb0,0x00,0x05,0x00,0x51,0x38,0x00,0xb3,0x80,0x0b,0x05,0x00,0xf0, +0x47,0x28,0x00,0xb0,0xb0,0x1b,0x06,0xcc,0x30,0xc0,0x04,0x79,0x20,0x83,0x56,0x0b, +0x01,0xa0,0xa0,0x0b,0x46,0x00,0x8a,0x20,0x04,0xd0,0x00,0xb0,0x0d,0x00,0xb8,0x32, +0xd2,0x28,0x55,0x57,0x64,0x52,0x88,0x19,0x73,0x0a,0x90,0xa9,0x00,0xa9,0x09,0xa0, +0x0a,0x60,0x6a,0x00,0x84,0x0a,0x21,0xb1,0x90,0x09,0xa2,0x00,0x4d,0x00,0x0a,0x94, +0x02,0x91,0xb0,0x92,0x09,0x30,0x0b,0x00,0xa1,0x06,0x51,0x90,0x00,0xa7,0x30,0x00, +0x9b,0x00,0x00,0x48,0x00,0x00,0x37,0x03,0x00,0xf3,0x08,0x3a,0xad,0x50,0x00,0xb0, +0x00,0x75,0x00,0x1b,0x00,0x08,0x40,0x01,0xb0,0x00,0x8d,0xbb,0x40,0x2a,0x32,0x60, +0x26,0x02,0x03,0x00,0xf0,0x01,0x19,0x30,0x80,0x00,0x71,0x00,0x25,0x00,0x08,0x00, +0x08,0x00,0x05,0x30,0x01,0x70,0x0c,0x03,0x22,0x5b,0x08,0x01,0x00,0xf2,0x62,0x58, +0x04,0xb0,0x09,0x81,0x09,0x36,0x45,0x0a,0x78,0x88,0x30,0x70,0x39,0x00,0x2a,0xc5, +0x00,0x0b,0x19,0x7c,0x74,0x0b,0x3b,0x9b,0x47,0x00,0x04,0x70,0x00,0x4b,0xbc,0x04, +0x80,0x74,0x47,0x04,0x74,0x70,0x85,0x4b,0xaa,0x00,0x0a,0xb7,0x67,0x00,0x83,0x00, +0x67,0x00,0x0a,0xb8,0x00,0x08,0x30,0x00,0x83,0x0a,0xac,0x36,0x70,0x83,0x83,0x08, +0x36,0x60,0x93,0x1c,0xab,0x30,0x0a,0xb6,0x06,0x60,0x90,0x8a,0x8b,0x06,0x60,0x00, +0x0a,0xa7,0x00,0x08,0x71,0x90,0x8d,0x42,0x90,0x29,0x02,0x90,0x29,0x00,0x19,0x9d, +0x35,0x60,0xa0,0x0c,0x93,0x03,0x50,0x00,0x1d,0xa8,0x07,0x30,0x74,0x3a,0x88,0x00, +0x58,0x00,0xf0,0x00,0xba,0x04,0x90,0x91,0x47,0x08,0x34,0x70,0x83,0x47,0x08,0x30, +0x47,0x00,0x47,0x01,0x00,0x61,0x04,0x70,0x00,0x03,0x70,0x37,0x03,0x00,0x31,0x46, +0x3b,0x20,0x27,0x00,0xe1,0x47,0x1a,0x04,0x7a,0x10,0x4d,0xc0,0x04,0xa4,0x80,0x47, +0x0a,0x10,0x47,0x01,0x00,0xf8,0x05,0x2b,0x4a,0xba,0x7c,0x44,0x90,0xb3,0x1a,0x47, +0x0a,0x10,0xb4,0x70,0x91,0x0b,0x47,0x09,0x10,0xb0,0x4a,0x4d,0x00,0xc7,0x0a,0xa8, +0x06,0x70,0x93,0x83,0x06,0x66,0x70,0x93,0x0a,0xa9,0xbf,0x00,0x20,0x4c,0xaa,0x4f, +0x00,0x63,0x00,0x00,0x0a,0x8b,0x36,0x60,0xb5,0x00,0xc1,0xac,0x30,0x00,0x83,0x00, +0x08,0x30,0x49,0xb0,0x4b,0x00,0x47,0x02,0x00,0xf0,0x60,0x2a,0xb1,0x65,0x00,0x09, +0x90,0x00,0x65,0x6a,0xa1,0x04,0x01,0x90,0x8d,0x82,0x90,0x29,0x01,0xa0,0x0a,0x80, +0x46,0x09,0x14,0x60,0x91,0x46,0x09,0x13,0x80,0xb1,0x0b,0xaa,0x10,0xb0,0x0b,0x06, +0x41,0x90,0x19,0x64,0x00,0xa9,0x00,0x07,0xa0,0x00,0xa1,0x3a,0x09,0x16,0x47,0xa0, +0xa0,0x28,0x86,0x39,0x00,0xa8,0x3a,0x60,0x0a,0x60,0xe2,0x00,0x74,0x47,0x0b,0xa0, +0x09,0x90,0x19,0xa1,0x92,0x39,0xa0,0x0a,0x05,0x51,0x90,0x0a,0x54,0x00,0x99,0x00, +0x04,0xa0,0x00,0x65,0x00,0x79,0x00,0x00,0x4a,0xd6,0x00,0xb0,0x08,0x40,0x2a,0x00, +0xac,0xa6,0x09,0x30,0x90,0x09,0x00,0x90,0x85,0x00,0x06,0x00,0x35,0x07,0x30,0x25, +0x01,0x00,0x11,0x67,0x12,0x00,0x20,0x0a,0x40,0x06,0x00,0xf0,0x4c,0x64,0x00,0x39, +0x23,0x03,0x08,0x70,0x00,0x00,0x20,0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa,0xa5,0x90, +0x18,0x00,0x00,0x86,0x1d,0xaa,0x93,0xa0,0x00,0x00,0xba,0x00,0x00,0x00,0x40,0x00, +0x00,0x02,0x00,0x00,0x00,0x4f,0x00,0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00,0x18, +0x05,0x76,0xaa,0xb8,0x00,0x6e,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x07,0x20,0x00, +0x08,0x7b,0x10,0x08,0x60,0x1b,0x11,0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a,0x09, +0x10,0x00,0xaa,0xd1,0x00,0x00,0x6a,0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e,0x8d, +0x08,0x94,0x0a,0x60,0x1c,0x30,0x0b,0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01,0x20, +0x00,0x00,0x08,0x80,0x00,0x00,0x26,0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60,0x04, +0x40,0x08,0x00,0x00,0x80,0x2b,0x77,0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07,0x44, +0x0c,0xa8,0x70,0x48,0x67,0x60,0x73,0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01,0x55, +0x00,0x00,0x14,0x41,0x00,0x03,0x5c,0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00,0x00, +0x91,0x0a,0x00,0x02,0xa0,0x06,0x93,0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90,0x8a, +0xb6,0x70,0x0a,0x17,0x21,0x70,0x76,0x60,0xec,0x0b,0x40,0x70,0x44,0x00,0x36,0x51, +0x03,0xf0,0x4e,0x00,0x76,0x66,0x02,0x40,0x16,0x07,0x00,0x70,0x1b,0x5a,0x30,0x70, +0x97,0x50,0x73,0x60,0x60,0x54,0x07,0x20,0x03,0x61,0x00,0x00,0x65,0x00,0x00,0x55, +0x00,0x55,0xba,0x80,0x51,0x55,0x50,0x51,0x55,0x50,0x50,0x00,0x50,0x15,0xed,0x40, +0x00,0x88,0x00,0x00,0x29,0xa5,0xb6,0xe5,0x32,0x67,0xb0,0x00,0x60,0x56,0x00,0x7a, +0x70,0x00,0xb6,0xd3,0x11,0x00,0x4b,0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa,0x68,0x68, +0xeb,0x64,0x30,0x06,0x6a,0x70,0x06,0x65,0x30,0x06,0x8d,0xb5,0x58,0x11,0x11,0x10, +0xfa,0x00,0xf0,0x1e,0xfd,0x70,0x70,0x66,0x16,0x72,0x69,0x17,0xbb,0x59,0x9a,0xc9, +0x00,0xb5,0x03,0x67,0x20,0x00,0x64,0x00,0x00,0x0c,0xff,0x40,0x00,0x0f,0xff,0xaf, +0xd0,0x05,0xff,0x9f,0xf0,0x07,0x6c,0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a,0xba,0xaa, +0xa0,0xa4,0x0b,0xf2,0x27,0x64,0x00,0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e,0xee,0xec, +0x02,0x90,0x00,0x00,0x25,0x00,0x00,0x35,0x10,0x00,0x03,0x77,0x70,0x00,0x37,0x73, +0x00,0x44,0x84,0x00,0x96,0x73,0xc0,0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20,0x00,0x46, +0x67,0x10,0x60,0x06,0x81,0x60,0x07,0x47,0x60,0x00,0x06,0x03,0x00,0x91,0x76,0x66, +0x67,0x27,0x27,0x06,0x27,0x20,0x66,0x8e,0x01,0xf2,0x07,0x06,0x96,0x00,0x00,0x00, +0x03,0x88,0x30,0x00,0x00,0x69,0x50,0x03,0x88,0x21,0x70,0x05,0x04,0x87,0x10,0x06, +0x84,0x1a,0x23,0xd6,0x44,0x00,0xa4,0x00,0x20,0x4a,0xaa,0xaa,0xa8,0x00,0x0a,0x00, +0x00,0x04,0x00,0x24,0x99,0x90,0x0c,0x00,0x61,0x79,0x9d,0x99,0x93,0x00,0x00,0x08, +0x00,0x30,0x92,0x00,0x09,0x14,0x00,0xa0,0xa3,0x00,0x00,0x09,0x08,0x70,0x00,0x09, +0x00,0x10,0x10,0x00,0x00,0x04,0x00,0xf0,0x05,0x19,0x99,0xe9,0x96,0x00,0x05,0x90, +0x00,0x00,0x3b,0x9a,0x10,0x06,0xa2,0x81,0xb2,0x26,0x01,0x80,0x05,0xf2,0x06,0x00, +0x04,0x00,0xf1,0x0d,0x01,0x30,0x00,0x00,0x5b,0x88,0x86,0x08,0x10,0x00,0x00,0xb8, +0x88,0x88,0x00,0x00,0x00,0x96,0x88,0x88,0x29,0x00,0x00,0x02,0x70,0x00,0x29,0xa2, +0x82,0x00,0x00,0xa3,0x23,0xf0,0x01,0x0c,0x60,0x00,0x01,0xa2,0x76,0x00,0x6b,0x28, +0x15,0xa2,0x20,0x08,0x10,0x11,0x00,0x2e,0x00,0x04,0x04,0x00,0x00,0x64,0x00,0xf1, +0x01,0xa0,0x00,0xc8,0x8d,0x88,0x99,0x00,0x90,0x09,0xd9,0x9d,0x99,0x96,0x00,0x90, +0x06,0x15,0x00,0x10,0x90,0x1c,0x00,0xf0,0x27,0x08,0x88,0xd8,0xa0,0xa1,0x1a,0x1a, +0x04,0x66,0xc6,0x60,0xc8,0x8d,0x8a,0x49,0x00,0xa0,0x54,0x98,0x8d,0x88,0x30,0x00, +0x90,0x00,0x02,0xb8,0x88,0xa0,0x02,0x66,0x50,0x90,0x02,0x60,0x50,0x90,0x3b,0xb9, +0x99,0xd7,0x06,0x20,0x00,0x90,0x0a,0x00,0x00,0x90,0x44,0x00,0x38,0x80,0x00,0x15, +0x01,0xf3,0x12,0x09,0x00,0x00,0x02,0x69,0x00,0x00,0x49,0x9d,0x99,0xb0,0x00,0x09, +0x00,0x90,0x00,0x46,0x90,0x90,0x00,0xa0,0x34,0x90,0x08,0x50,0x00,0xa0,0x55,0x00, +0x49,0x70,0x00,0x00,0xb4,0x02,0x70,0x02,0xa0,0x00,0x08,0x9a,0xc9,0x93,0xcc,0x00, +0x44,0x05,0x99,0xc9,0x90,0xd8,0x00,0xf0,0x12,0x29,0x9a,0xc9,0x97,0x00,0x05,0x00, +0x00,0x06,0x04,0x50,0xa0,0x04,0x50,0x26,0x40,0x00,0xa1,0x1a,0x00,0x00,0x1a,0x91, +0x00,0x00,0x1a,0xb1,0x00,0x06,0xa2,0x2a,0x60,0x43,0x5c,0x01,0x21,0x04,0x00,0xea, +0x00,0xf0,0x11,0x19,0x99,0x9b,0xa0,0x00,0x00,0x1a,0x00,0x00,0x01,0xa1,0x00,0x00, +0x49,0x00,0x00,0x19,0xc2,0x00,0x01,0x41,0x17,0x99,0x84,0x00,0x00,0x13,0x50,0x07, +0x98,0x75,0x30,0x7f,0x00,0x40,0x0c,0x99,0xd9,0x94,0xd4,0x00,0xf2,0x1f,0x05,0x50, +0x91,0x90,0x1a,0x00,0x90,0x55,0x21,0x19,0x70,0x03,0x00,0x01,0x35,0x20,0x07,0x7a, +0x73,0x00,0x57,0x9b,0x99,0x71,0x17,0xa6,0x2c,0x70,0x25,0xa8,0x58,0x21,0x33,0xac, +0xb9,0x70,0x19,0x76,0x39,0x60,0x63,0x06,0x20,0x63,0x06,0xaa,0x2b,0x02,0x08,0x01, +0x00,0x80,0x3a,0xaa,0xaa,0xa7,0x07,0x99,0xd9,0x91,0x4c,0x00,0x41,0x29,0x99,0xd9, +0x97,0x28,0x01,0x04,0x04,0x00,0xf1,0x0c,0x59,0x70,0x00,0x00,0x06,0x00,0x00,0x58, +0x88,0x88,0x81,0x09,0x66,0x69,0x40,0x06,0x66,0x67,0x20,0x07,0x77,0xba,0x20,0x68, +0x8c,0xa8,0x82,0x6c,0x01,0x10,0x6b,0xf4,0x00,0xf1,0x0f,0x20,0x00,0x57,0x78,0x87, +0x72,0x07,0x86,0x69,0x30,0x03,0x76,0x67,0x20,0x88,0x77,0x77,0xb1,0x30,0x87,0x95, +0x20,0x00,0x90,0x26,0x21,0x49,0x20,0x1b,0xa1,0x65,0x00,0xf2,0x10,0x50,0x00,0x00, +0x04,0x7b,0x88,0xb0,0x0d,0x09,0x00,0x90,0x9c,0x06,0x30,0x80,0x19,0x00,0x97,0x20, +0x09,0x00,0x89,0x00,0x09,0x03,0xaa,0x30,0x09,0x58,0x00,0x85,0xd8,0x01,0xe0,0x10, +0x00,0x00,0x0a,0x90,0x00,0x02,0xa2,0x2a,0x20,0x69,0x30,0x03,0x96,0x46,0x04,0x00, +0x04,0x00,0x51,0x03,0x70,0x09,0x00,0x29,0xc0,0x01,0x00,0xd8,0x01,0x11,0x0a,0x14, +0x00,0xf4,0x05,0x01,0xa0,0x19,0x00,0x04,0xc4,0x5c,0x00,0x08,0x2a,0x97,0x20,0x0a, +0x02,0x90,0xb0,0x64,0x0a,0x10,0x36,0xd0,0x00,0xf1,0x0d,0x07,0x05,0x00,0x90,0x0a, +0x07,0x40,0x80,0x0a,0x00,0x43,0x60,0x0a,0x00,0x07,0x20,0x0a,0x38,0x0c,0x00,0x0d, +0x61,0x95,0xa0,0x00,0x0a,0x30,0x26,0x21,0x00,0xf0,0x11,0x10,0x00,0x00,0x03,0x76, +0x62,0x52,0x0b,0x09,0x05,0x90,0x7c,0x08,0x10,0x90,0x29,0x02,0x86,0x30,0x09,0x00, +0x99,0x00,0x09,0x02,0xaa,0x20,0x09,0x68,0x00,0x75,0x00,0x83,0x01,0xf0,0x01,0x31, +0x50,0x00,0x08,0x58,0x1b,0x87,0x2d,0x34,0x08,0x09,0x7a,0x34,0x08,0x09,0x09,0x04, +0x00,0x60,0x6b,0x49,0x77,0x09,0x10,0x08,0x43,0x02,0x02,0xaf,0x00,0xf2,0x04,0x84, +0x09,0x00,0x07,0x3a,0x09,0x00,0x1e,0x1c,0x9d,0x93,0x8b,0x32,0x09,0x00,0x08,0x49, +0x9d,0x97,0x1e,0x00,0x02,0x04,0x00,0x01,0x01,0x00,0xf1,0x08,0x80,0x25,0x92,0x06, +0x68,0x79,0x00,0x3f,0x00,0x18,0x00,0x89,0x58,0x8c,0x86,0x09,0x00,0x28,0x00,0x09, +0x00,0x18,0x00,0x08,0x00,0xf5,0x14,0x28,0x88,0x85,0x00,0x50,0x33,0x00,0x06,0x35, +0x42,0x60,0x1d,0x0a,0x00,0xa1,0x7b,0x7a,0x98,0x86,0x09,0x00,0x90,0x90,0x09,0x02, +0x60,0x90,0x09,0x09,0x10,0x90,0x09,0x54,0x19,0x40,0xa5,0x01,0xf2,0x10,0x90,0x96, +0x20,0x06,0x30,0x90,0x60,0x1e,0x59,0xda,0x93,0x8b,0x10,0x90,0x80,0x09,0x00,0x67, +0x50,0x09,0x00,0x6a,0x00,0x09,0x08,0x9a,0x07,0x09,0x54,0x04,0xa4,0x64,0x01,0xf1, +0x0f,0x40,0x00,0x06,0x58,0xd8,0x82,0x1c,0x24,0xb4,0x42,0x8a,0x28,0x74,0x42,0x09, +0x07,0x99,0xb0,0x09,0x00,0x16,0x50,0x09,0x00,0xa9,0x00,0x09,0x00,0x09,0x10,0x24, +0x00,0xf1,0x06,0x30,0x31,0x00,0x37,0x09,0x10,0x0a,0x2c,0x88,0xd6,0xd1,0x70,0x09, +0x19,0x1c,0x99,0xd0,0x91,0x70,0x09,0x09,0x07,0x00,0x10,0x08,0x1c,0x00,0xf1,0x0a, +0x03,0x60,0x44,0x00,0x0c,0x18,0x88,0x91,0x7c,0x07,0x10,0x90,0x09,0x04,0x42,0x60, +0x09,0x02,0x76,0x20,0x09,0x38,0x8c,0x84,0x09,0x60,0x00,0xf1,0x0f,0x15,0x80,0x06, +0x3b,0x6a,0x00,0x1d,0x08,0x09,0x00,0x8b,0x0c,0x8c,0x85,0x09,0x08,0x08,0x00,0x09, +0x08,0x05,0x30,0x09,0x08,0x35,0x76,0x09,0x2b,0x56,0x95,0x60,0x00,0xc0,0x40,0x32, +0x00,0x03,0x70,0x17,0x00,0x0d,0x29,0x9d,0x96,0x8c,0x76,0x00,0x53,0x08,0x8d,0x84, +0x09,0x00,0x02,0x00,0xf0,0x0c,0x48,0x88,0x87,0x03,0x50,0x90,0x00,0x09,0x10,0x90, +0x00,0x2d,0x69,0xfc,0x93,0x8b,0x05,0xb8,0x00,0x09,0x08,0x93,0x70,0x09,0x99,0xc8, +0xa4,0xd0,0x02,0xf2,0x05,0x09,0x00,0x80,0x00,0x00,0x71,0x50,0x00,0x06,0x37,0xa8, +0x84,0x1e,0x18,0x90,0x00,0x8b,0x51,0x98,0x82,0x18,0x00,0x22,0x98,0x83,0x08,0x00, +0x15,0x90,0xb5,0x02,0x00,0x04,0x02,0xf4,0x2d,0x07,0x79,0x9d,0x97,0x2e,0x18,0x8c, +0x84,0x8a,0x17,0x09,0x08,0x08,0x1a,0x8c,0x86,0x08,0x09,0x64,0x00,0x08,0x02,0xf6, +0x00,0x08,0x59,0x15,0xa7,0x05,0x10,0x00,0x34,0x0a,0x5c,0x89,0x34,0x3b,0x1b,0x58, +0x34,0x79,0x64,0x98,0x34,0x08,0x67,0x98,0x34,0x08,0x07,0x54,0x34,0x08,0x0b,0x00, +0x34,0x08,0x73,0x03,0xa3,0x47,0x00,0xf1,0x11,0x01,0x90,0x70,0x90,0x08,0x30,0x70, +0x90,0x3e,0x29,0xc8,0xd6,0x8a,0x00,0x70,0x90,0x09,0x49,0xc9,0xd7,0x09,0x00,0x30, +0x20,0x09,0x0a,0x30,0xa1,0x09,0x47,0x00,0x17,0x50,0x02,0xf0,0x01,0x00,0x00,0x42, +0x09,0x87,0xa7,0x42,0x3a,0x77,0x77,0x42,0x88,0x77,0x77,0x42,0x07,0x04,0x00,0xb1, +0x57,0x56,0x42,0x07,0x08,0x60,0x42,0x07,0x71,0x61,0xa1,0xf7,0x03,0xf0,0x0f,0x44, +0x99,0x50,0x0a,0x8c,0x09,0x53,0x2c,0x08,0x09,0x02,0x9b,0x6c,0x8c,0x84,0x19,0x09, +0x59,0x72,0x09,0x8d,0x47,0x80,0x09,0x08,0x1b,0x55,0x09,0x4a,0x51,0x4f,0x05,0x02, +0x03,0x07,0xf2,0x11,0x45,0xc8,0x8a,0x60,0x1c,0x0c,0x88,0x96,0x07,0x90,0x00,0x90, +0x00,0x08,0x48,0xae,0x87,0x00,0x80,0x1a,0xc7,0x00,0x08,0x2b,0x19,0x75,0x00,0x85, +0x10,0x90,0x50,0x00,0xa5,0x01,0xf0,0x0b,0x30,0x00,0x05,0x52,0x65,0x21,0x0c,0x25, +0x55,0x53,0x7b,0x06,0x77,0x60,0x08,0x06,0x66,0x60,0x08,0x0b,0x77,0xb0,0x08,0x08, +0x00,0x80,0x08,0x00,0xf0,0x31,0x03,0x30,0x80,0x00,0x09,0x05,0xc7,0xb2,0x3c,0x55, +0x5a,0x40,0x79,0x87,0x76,0x85,0x09,0x81,0x75,0x30,0x09,0x80,0x77,0x43,0x09,0x10, +0x27,0x80,0x09,0x07,0xa4,0x00,0x02,0x20,0x23,0x00,0x09,0x79,0x89,0x85,0x1b,0x72, +0x50,0x50,0x8a,0x74,0x97,0xc4,0x08,0x77,0x85,0x80,0x08,0x80,0x87,0x80,0x08,0x90, +0x80,0x80,0x08,0x70,0x83,0x90,0x75,0x02,0xf3,0x0a,0x07,0x59,0x99,0x93,0x2d,0x06, +0x21,0x70,0x6a,0x48,0x9a,0x95,0x09,0x07,0x88,0x80,0x09,0x08,0x00,0x90,0x09,0x0b, +0x77,0xc0,0x09,0x66,0x01,0xf1,0x0d,0x07,0x5b,0x79,0x52,0x1a,0x66,0xa8,0x52,0x89, +0x48,0x39,0x52,0x08,0x6c,0x78,0x52,0x08,0x08,0x05,0x52,0x08,0x4c,0xb2,0x52,0x08, +0x62,0x04,0xa1,0x39,0x01,0xf2,0x07,0x70,0x45,0x00,0x07,0x58,0xb9,0x83,0x2c,0x08, +0xa7,0x80,0x7a,0x0b,0x66,0xb0,0x08,0x0a,0x55,0xa0,0x08,0x0b,0x66,0xa4,0x00,0xf1, +0x95,0x5c,0x88,0xc5,0x00,0x50,0x41,0x00,0x05,0x6a,0x88,0xa1,0x1d,0x2a,0x77,0xb1, +0x7a,0x2a,0x77,0x71,0x08,0x3d,0x56,0x43,0x08,0x4b,0xaa,0x93,0x08,0x78,0x56,0x43, +0x08,0x77,0x56,0x72,0x00,0x50,0x23,0x00,0x06,0x68,0x88,0x85,0x1c,0x09,0x66,0xb0, +0x7a,0x05,0x66,0x70,0x08,0x78,0x77,0x79,0x08,0x26,0x8a,0x72,0x08,0x00,0x26,0x00, +0x08,0x02,0x94,0x00,0x04,0x47,0x45,0x70,0x09,0x3b,0xaa,0xb4,0x2c,0x64,0x11,0x28, +0x89,0x06,0x88,0x70,0x09,0x69,0x99,0x96,0x09,0x03,0x81,0x40,0x09,0x0b,0x34,0xc1, +0x09,0x39,0x75,0x46,0x04,0x60,0x09,0x05,0x08,0x28,0x7d,0x94,0x3a,0x12,0x4b,0xc3, +0x88,0x58,0x6b,0x43,0x08,0x09,0xd8,0x77,0x08,0x08,0x86,0x68,0x08,0x2c,0x97,0x78, +0x08,0x00,0x80,0x07,0x00,0x41,0x30,0x00,0x05,0x5a,0x7b,0x00,0x0b,0x7b,0x8a,0xb0, +0x7a,0x09,0xc8,0x90,0x08,0x38,0x93,0x70,0x08,0x16,0x6b,0x60,0x08,0x25,0x88,0x72, +0x08,0x55,0x66,0x03,0x00,0xe6,0x03,0xf0,0x10,0x60,0x00,0x29,0x99,0xc9,0x96,0x00, +0x65,0x06,0x00,0x05,0xb6,0x79,0xc1,0x02,0x59,0x46,0x23,0x00,0x56,0x36,0x00,0x00, +0xa1,0x36,0x08,0x1a,0x40,0x1b,0x97,0x00,0x05,0x07,0xf1,0x10,0x05,0x30,0x20,0x08, +0x35,0x34,0x60,0x00,0x65,0x36,0x00,0x69,0xab,0xb9,0x91,0x00,0x53,0x71,0x00,0x00, +0x80,0x71,0x00,0x02,0x90,0x71,0x10,0x59,0x00,0x59,0xa2,0x0c,0x01,0xf2,0x10,0x13, +0x81,0x11,0x17,0x78,0xb7,0x75,0x02,0x89,0xc8,0x60,0x04,0x30,0x00,0x90,0x04,0xa9, +0x89,0xa0,0x00,0x47,0x35,0x00,0x00,0xa1,0x35,0x07,0x2a,0x40,0x1a,0x98,0xd4,0x01, +0x70,0x00,0x00,0x00,0x39,0x00,0x00,0x00,0x0c,0x09,0xf0,0x04,0x0b,0x91,0x00,0x00, +0x37,0x29,0x00,0x00,0xb0,0x09,0x40,0x19,0x20,0x00,0xc4,0x31,0x00,0x00,0x03,0xf5, +0x05,0xc1,0x00,0x19,0x66,0x00,0x05,0x80,0x04,0x81,0x48,0x89,0xa8,0x88,0x09,0x07, +0x30,0x89,0xc8,0x50,0x08,0x00,0x70,0x18,0x89,0xc8,0x85,0x00,0x30,0x13,0xfd,0x04, +0xf1,0x15,0x10,0x08,0x31,0x02,0xa0,0x46,0x0a,0x10,0x46,0x00,0x47,0x03,0x00,0x01, +0xa0,0x09,0x30,0x0b,0xb9,0x99,0xb0,0x00,0x00,0x00,0x31,0x03,0x20,0x06,0x00,0x00, +0x80,0x37,0x00,0x49,0x99,0xa9,0xc0,0x01,0x31,0x09,0x99,0x99,0x3d,0x04,0xf0,0x01, +0x69,0x99,0x99,0x92,0x00,0x50,0x02,0x30,0x00,0x72,0x09,0x00,0x06,0x99,0xc9,0x92, +0x50,0x00,0xf1,0x29,0x19,0x9b,0xf9,0x96,0x00,0x0b,0x67,0x00,0x04,0xb3,0x06,0x93, +0x16,0x00,0x00,0x14,0x04,0x40,0x09,0x00,0x5b,0xb9,0x9d,0x91,0x04,0xa8,0x8b,0x00, +0x04,0x51,0x19,0x00,0x04,0x96,0x6b,0x00,0x6a,0xa8,0x8c,0x82,0x05,0x90,0x38,0x30, +0x53,0x00,0x00,0x61,0x01,0xb7,0x77,0xa0,0x01,0xa5,0x55,0xa0,0x08,0x00,0xf0,0x10, +0xb6,0x66,0xa0,0x29,0xb8,0x88,0xb6,0x03,0xa1,0x06,0x81,0x25,0x00,0x00,0x15,0x00, +0x52,0x80,0x00,0x0a,0xba,0xc8,0x70,0x17,0x52,0x80,0x90,0x1c,0xba,0xc8,0xa0,0x08, +0x00,0xf1,0x1d,0x8a,0xa9,0xa9,0xa3,0x07,0x80,0x29,0x40,0x53,0x00,0x00,0x60,0x01, +0x70,0x04,0x40,0x17,0xb9,0x9c,0x84,0x06,0x8b,0xa9,0x70,0x14,0x5a,0x87,0xb3,0x13, +0x59,0x86,0xb3,0x07,0xcb,0xad,0x70,0x05,0x87,0x57,0x91,0x36,0x17,0x53,0x27,0x91, +0x07,0xf0,0x02,0xc8,0x85,0x90,0x18,0x00,0x99,0x04,0xb0,0x09,0x90,0xa3,0xa0,0x9a, +0xa3,0x04,0x79,0x91,0x12,0x2b,0xf0,0x0f,0x03,0x96,0x0c,0xa4,0xb9,0x80,0x09,0x44, +0x80,0x80,0x7d,0xbb,0xd9,0xd3,0x08,0x44,0x80,0x80,0x26,0x45,0x80,0x80,0x62,0x49, +0x50,0x80,0x81,0xaa,0x08,0x60,0xdc,0x00,0xf0,0x03,0x88,0xb8,0x88,0xd4,0x0c,0x88, +0x85,0x04,0x61,0x11,0x00,0x36,0x66,0xa3,0x38,0x88,0x87,0x10,0xb3,0x06,0x22,0x03, +0x88,0x70,0x06,0xf2,0x27,0x90,0x02,0x90,0x09,0x00,0x04,0x98,0xd8,0xd0,0x08,0x09, +0x09,0x05,0x98,0xd8,0xd0,0x95,0x09,0x05,0x64,0x00,0x90,0x04,0x00,0x09,0x00,0x31, +0x06,0x07,0x00,0x19,0x0c,0x7b,0x73,0x04,0x79,0x09,0x00,0x00,0x8c,0x8c,0x83,0x04, +0x18,0x09,0x00,0x0a,0x0c,0x8c,0x82,0x46,0x0c,0x8d,0x85,0xdc,0x05,0x00,0xaf,0x01, +0xf2,0x0e,0x08,0x81,0x26,0x58,0x8c,0x96,0x05,0x83,0x49,0x01,0x00,0x83,0x49,0x52, +0x04,0x89,0xb8,0x80,0x08,0x89,0xb7,0x51,0x54,0x84,0x29,0x77,0x44,0x30,0x70,0xb1, +0x06,0xf0,0x0f,0x0a,0x00,0x09,0x00,0xa0,0x90,0xa0,0x0a,0x0a,0x08,0x99,0xd9,0xb0, +0x30,0x0a,0x01,0x1a,0x00,0xa0,0x54,0xd9,0x9d,0x9b,0x40,0x00,0x00,0x54,0x00,0x00, +0x80,0x70,0x01,0x10,0x91,0x08,0x00,0x01,0x64,0x02,0x20,0x00,0x80,0xe1,0x04,0x53, +0x90,0x09,0x99,0xc9,0xd0,0x5e,0x07,0xf1,0x0a,0x00,0x02,0x88,0x9d,0x50,0x04,0x10, +0x92,0x14,0x08,0x72,0xa7,0x29,0x08,0x37,0xc9,0x09,0x09,0x54,0x81,0x49,0x0c,0x8a, +0x98,0x89,0x23,0x09,0xf1,0x10,0x22,0x04,0x00,0x00,0xb0,0x07,0x30,0x07,0x50,0x00, +0xa2,0x2a,0x9a,0x99,0x87,0x00,0x0a,0x00,0x90,0x00,0x38,0x00,0x80,0x00,0xa1,0x02, +0x70,0x0a,0x30,0x7a,0x30,0xe4,0x01,0xf4,0x0b,0x07,0xc9,0xb4,0x1b,0x92,0x90,0x53, +0x4b,0x00,0xa0,0x63,0x09,0x00,0x90,0x72,0x0a,0x84,0x80,0x71,0x09,0x18,0x20,0x90, +0x00,0x55,0x09,0x2a,0x05,0xf5,0x0e,0x09,0x29,0xc9,0x79,0x09,0x04,0x95,0x29,0x09, +0x09,0x26,0x59,0x09,0x15,0x8a,0x19,0x09,0x00,0x5b,0x04,0x09,0x00,0xc2,0x00,0x09, +0x0b,0x30,0x00,0x87,0x4d,0x05,0xf1,0x10,0xc1,0x00,0x44,0x05,0x69,0x08,0x44,0x39, +0x04,0x78,0x44,0x49,0x8a,0x18,0x44,0x09,0x09,0x08,0x44,0x09,0x47,0x05,0x44,0x09, +0x00,0x70,0x44,0x08,0x89,0x54,0xa2,0x10,0x04,0xf3,0x06,0x03,0x33,0x30,0x5a,0x75, +0xb5,0xb0,0x02,0x80,0x90,0x90,0x09,0x71,0x90,0x90,0x6e,0xa0,0x90,0x90,0x59,0x43, +0xa9,0x06,0x33,0x45,0x28,0x70,0x4a,0x00,0xf3,0x0a,0x85,0xa6,0xc9,0x68,0x54,0x67, +0x76,0x89,0xac,0xcc,0x78,0x53,0x76,0x76,0x86,0x37,0x67,0x38,0x71,0xa4,0x70,0x87, +0x6b,0x47,0x2a,0x20,0x00,0xf0,0x0d,0x02,0x6a,0x80,0x09,0x34,0x80,0x35,0x96,0x8c, +0x74,0x59,0x07,0xc1,0x35,0x90,0xa9,0x93,0x59,0x94,0x81,0x12,0x94,0x18,0x00,0x09, +0x01,0x80,0x07,0x99,0x08,0xf4,0x0e,0x17,0x0c,0x8c,0x08,0x17,0x0b,0x5b,0x09,0x17, +0x03,0x83,0x09,0x17,0x38,0xbb,0x19,0x17,0x04,0x48,0x14,0x17,0x09,0x09,0x00,0x17, +0x65,0x5a,0x02,0x96,0xd4,0x00,0xf0,0x2c,0x18,0xc9,0x79,0x09,0x07,0x38,0x39,0x09, +0x07,0x85,0x59,0x09,0x07,0xb9,0x59,0x09,0x00,0x72,0x07,0x09,0x01,0x9b,0xa0,0x09, +0x29,0x51,0x01,0x97,0x06,0x90,0x00,0x08,0x1d,0xc8,0x57,0x19,0x65,0xa2,0x27,0x19, +0x36,0xb6,0x57,0x19,0x1a,0xc8,0x77,0x19,0x26,0x90,0x83,0x09,0x25,0x94,0x70,0x09, +0x00,0x90,0x01,0xd4,0x03,0xf2,0x20,0x26,0x0c,0x88,0xa3,0x26,0x0b,0x77,0xa8,0x26, +0x0b,0x9b,0x68,0x26,0x0c,0x38,0x88,0x26,0x1b,0x38,0x84,0x26,0x46,0x2a,0x50,0x26, +0x50,0x08,0x02,0xa4,0x00,0x60,0x02,0x40,0x26,0xc7,0x6c,0x75,0x04,0x44,0x12,0x32, +0x0a,0x5a,0x18,0x53,0x0a,0x7b,0x04,0x00,0x84,0x08,0x07,0x11,0x53,0x08,0x3a,0x03, +0xa1,0x84,0x00,0xf3,0x0d,0x3f,0xff,0xb3,0x09,0x08,0x01,0x78,0x09,0x08,0x88,0x48, +0x09,0x39,0xa7,0x98,0x09,0x39,0xb7,0xa4,0x09,0x3a,0xb7,0xa0,0x09,0x34,0x00,0x82, +0x97,0xa2,0x06,0xd0,0x00,0x8e,0xb1,0x90,0x00,0x09,0x09,0xd9,0xb0,0x09,0x00,0x90, +0x80,0xd9,0x07,0xb1,0x4c,0x93,0x70,0x90,0x41,0x0a,0x10,0x90,0x00,0x75,0x29,0x30, +0x01,0x01,0x93,0x0a,0xf2,0x07,0x07,0xaa,0x6d,0x8a,0x91,0xa0,0x90,0x98,0x09,0x09, +0x09,0x80,0x90,0x90,0x88,0x09,0x75,0x27,0xa8,0xda,0x4a,0x28,0x3e,0x08,0x00,0x27, +0x08,0x10,0x87,0x0b,0x00,0x30,0x8d,0x97,0x4c,0x21,0x00,0xe2,0x14,0x08,0x09,0x08, +0x09,0x36,0x18,0x5b,0x89,0xb2,0x26,0x00,0x02,0xa6,0xc5,0x06,0xf0,0x10,0x60,0x00, +0x00,0x06,0xb8,0x88,0x70,0x38,0x00,0x00,0x90,0x59,0x88,0x90,0x90,0x09,0x55,0x90, +0x90,0x09,0x22,0x29,0x40,0x09,0x00,0x00,0x26,0x04,0xa8,0x88,0xb2,0x20,0x00,0xf5, +0x0d,0x04,0xc8,0x88,0x96,0x2a,0x00,0x30,0x09,0x59,0x78,0x38,0x08,0x08,0x2c,0x48, +0x18,0x08,0x60,0x48,0x27,0x06,0x88,0x86,0x45,0x00,0x00,0x08,0xa2,0x04,0x02,0xf2, +0x29,0xa0,0x90,0x00,0x07,0x30,0x90,0x62,0x2f,0x10,0x92,0xa0,0x9a,0x10,0xcb,0x10, +0x08,0x15,0xd0,0x00,0x08,0x68,0x90,0x03,0x08,0x10,0x90,0x08,0x08,0x10,0xa9,0xb4, +0xd8,0x88,0x89,0x59,0x51,0x05,0x50,0x90,0xa3,0x90,0x09,0x01,0xf4,0x00,0x91,0xb2, +0xa2,0x09,0x81,0x01,0x70,0xd8,0x88,0x88,0x70,0x43,0x0a,0xf0,0x03,0x48,0x10,0x19, +0xc1,0x08,0x10,0x00,0x80,0x08,0x10,0x39,0xc9,0x9c,0x97,0x00,0x90,0x08,0x10,0x04, +0x00,0x51,0x05,0x60,0x08,0x10,0x29,0x27,0x0a,0x00,0x46,0x07,0xf1,0x0f,0x80,0x00, +0x07,0x03,0xa3,0x30,0x3c,0x85,0xb6,0xa0,0x07,0x05,0x90,0x94,0x07,0x27,0x90,0x98, +0x07,0x54,0x70,0x97,0x07,0x19,0x10,0x90,0x07,0x54,0x49,0x50,0x49,0x05,0xf1,0x08, +0x40,0x06,0x00,0x05,0xb5,0x6a,0x30,0x0a,0x2a,0x32,0x90,0x0c,0x7c,0x87,0x90,0x09, +0x7c,0x77,0x70,0x68,0x8c,0x98,0x82,0x95,0x03,0x00,0x04,0x00,0x70,0x05,0x30,0x00, +0x00,0x05,0xa9,0x60,0x08,0x00,0xb0,0x39,0x9b,0xb9,0x97,0x00,0x05,0x50,0x00,0x00, +0x05,0x8a,0x10,0x00,0x10,0x51,0x14,0x00,0x82,0x09,0x9d,0x99,0xc2,0x00,0x09,0x10, +0x72,0x04,0x00,0x21,0x18,0xa0,0xf5,0x08,0xb3,0x09,0x20,0x00,0x28,0x88,0x88,0x86, +0x0b,0x99,0x99,0x94,0x7d,0x0c,0x05,0x04,0x00,0x12,0x54,0x99,0x0a,0x51,0x00,0x0d, +0x99,0xe9,0x96,0x62,0x08,0xf0,0x01,0x78,0xd8,0x82,0x08,0x00,0x92,0x10,0x26,0x00, +0x90,0x80,0x74,0x77,0xc7,0x75,0x20,0x69,0x0c,0xb0,0x88,0xc8,0x84,0x09,0x87,0x87, +0xa0,0x09,0x97,0x77,0xb0,0x04,0x00,0xf1,0x38,0x17,0x12,0x92,0x10,0x63,0xa1,0x90, +0x90,0x62,0x36,0x90,0x33,0x00,0x07,0x04,0x00,0x02,0xc8,0x6c,0x90,0x01,0x2b,0x10, +0x31,0x28,0xda,0x8d,0x86,0x09,0xb7,0x72,0xa3,0x24,0x36,0x83,0x24,0x00,0x44,0x59, +0x30,0x01,0x86,0x30,0x00,0x29,0xd9,0xa7,0x00,0x00,0xd1,0x6a,0x91,0x00,0xb6,0x00, +0x90,0x03,0x58,0x24,0x60,0x09,0x10,0xba,0x00,0x66,0x39,0x77,0xa3,0x10,0x20,0x00, +0x67,0x30,0xf2,0x14,0x49,0x98,0xd9,0xb3,0x12,0x36,0x90,0x80,0x0a,0x82,0x73,0x90, +0x02,0xe0,0x1b,0x50,0x04,0xc4,0x0e,0x10,0x1a,0x06,0x93,0x90,0x51,0x05,0x10,0x14, +0x00,0x01,0x35,0x50,0x09,0x86,0x52,0xac,0x00,0xf0,0x0d,0xba,0x89,0x90,0x09,0x1b, +0x07,0x30,0x09,0x06,0x98,0x00,0x27,0x18,0xa9,0x20,0x53,0x81,0x00,0x72,0x02,0x25, +0x24,0x10,0x09,0x19,0x10,0x60,0x09,0x6e,0x0d,0xf2,0x20,0x5d,0x99,0x50,0x00,0xba, +0x07,0x40,0x0a,0x42,0xa9,0x00,0x64,0x39,0x89,0x71,0x00,0x50,0x00,0x23,0x6c,0x9b, +0x76,0x62,0x1b,0x96,0x71,0x72,0x17,0x26,0x46,0xb0,0x1b,0x96,0x0b,0x90,0x18,0x5a, +0x0a,0x30,0x69,0x87,0x38,0x90,0x00,0x26,0x80,0x26,0xfb,0x08,0xf1,0x0f,0x50,0x00, +0x18,0x8b,0xaa,0x85,0x05,0x49,0x27,0x80,0x07,0x09,0x26,0x34,0x06,0xa9,0x89,0x70, +0x00,0x56,0x2a,0x10,0x01,0x5b,0xc7,0x30,0x17,0x20,0x01,0x55,0x7f,0x02,0xf5,0x12, +0xfe,0xca,0x10,0x49,0x85,0x87,0x80,0x49,0x84,0x99,0x70,0x86,0xaa,0xaa,0x91,0x06, +0x76,0x6b,0x00,0x06,0x65,0x5b,0x00,0x4a,0x76,0x6b,0x62,0xb9,0x99,0x9c,0x90,0x00, +0x09,0x03,0x00,0xc2,0xc9,0x99,0x9d,0x90,0x00,0x09,0x0a,0x88,0x88,0xa0,0x09,0x00, +0xb9,0x0b,0xf2,0x10,0x06,0x99,0x99,0x60,0x00,0x61,0x07,0x00,0x07,0x60,0x04,0x90, +0x34,0x00,0x00,0x33,0x15,0x55,0x55,0x54,0x14,0x44,0x44,0xb3,0x04,0x99,0x60,0x90, +0x07,0x10,0x90,0x04,0x00,0x23,0x98,0x70,0x68,0x0c,0x30,0x49,0x90,0x00,0x68,0x1a, +0xf1,0x00,0x82,0x07,0x00,0x08,0x52,0x37,0x90,0x18,0x65,0x54,0x63,0x07,0x88,0x88, +0x70,0x4c,0x00,0x41,0x99,0x99,0x90,0x09,0xd9,0x05,0x02,0x5f,0x0e,0xf1,0x1d,0x29, +0xac,0x99,0x96,0x00,0x91,0x00,0x00,0x06,0xe8,0x88,0xc1,0x36,0x90,0x00,0x71,0x00, +0x99,0x99,0xc1,0x00,0x90,0x00,0x71,0x0a,0x88,0x8b,0x40,0x08,0x88,0x89,0x30,0x57, +0x77,0x77,0x71,0x04,0x81,0x11,0x10,0x04,0x88,0x8c,0x30,0xe7,0x01,0x10,0x04,0x11, +0x06,0x00,0xc9,0x01,0xf0,0x0b,0x88,0x97,0x08,0x57,0x77,0x37,0x08,0x38,0x76,0x17, +0x08,0x62,0x08,0x17,0x08,0x69,0x8b,0x17,0x08,0x31,0x00,0x17,0x08,0x00,0x02,0x95, +0xe9,0x09,0xf1,0x15,0x1a,0x98,0xa7,0x29,0x60,0x19,0x00,0x02,0xc9,0x10,0x29,0xdc, +0x88,0x81,0x19,0x00,0x09,0x00,0xc8,0x88,0xb0,0x09,0x00,0x09,0x01,0x23,0x57,0x60, +0x0a,0x64,0x30,0x00,0x0b,0x99,0x99,0x95,0x8d,0x01,0xf1,0x1c,0x69,0x88,0xb0,0x29, +0x71,0x00,0x90,0x84,0x79,0x88,0xd0,0x60,0x71,0x00,0x90,0x00,0x63,0x00,0x08,0x8d, +0x88,0x83,0x90,0x00,0x03,0x69,0x38,0x87,0x26,0x95,0x20,0x82,0x69,0x59,0x89,0x26, +0x92,0x10,0x02,0x69,0x00,0x05,0xa4,0xa6,0x06,0xf0,0x06,0x87,0x88,0x90,0x80,0x87, +0x00,0x80,0x80,0x88,0x02,0x60,0x80,0x85,0x77,0xa4,0x87,0x58,0x88,0x72,0x20,0x00, +0xec,0x0a,0xf0,0x0d,0x07,0x90,0x18,0x89,0xe8,0x85,0x00,0x2b,0x87,0x10,0x29,0x71, +0x81,0x96,0x04,0x89,0xd8,0x70,0x05,0x40,0x00,0x90,0x05,0xa8,0x88,0xb0,0x05,0x40, +0xf0,0x00,0xf1,0x07,0x40,0x00,0x00,0x49,0x85,0x00,0x3a,0x65,0x55,0xa4,0x25,0x88, +0x99,0x21,0x00,0x00,0x38,0x00,0x09,0x88,0x88,0x90,0x04,0x00,0x01,0x10,0x01,0x60, +0x20,0x00,0x06,0x8a,0xc8,0x80,0x0c,0x00,0xf2,0x05,0x0a,0x88,0x88,0x80,0x09,0x68, +0x88,0x80,0x09,0x90,0x00,0x80,0x56,0xb8,0x88,0xc0,0x70,0x90,0x00,0x80,0x7f,0x0c, +0x60,0x90,0x00,0x06,0xc8,0xd8,0x81,0x3d,0x06,0xf1,0x1e,0x28,0x88,0xa8,0x86,0x02, +0x88,0x88,0x70,0x04,0x40,0x00,0x90,0x04,0xa8,0x88,0xb0,0x04,0x50,0x00,0x90,0x0b, +0x89,0xd8,0xd0,0x94,0x8c,0x69,0x09,0x68,0xa7,0x90,0x93,0x77,0x59,0x09,0x63,0x07, +0x94,0x56,0x97,0x69,0x80,0x00,0x06,0xb0,0xf0,0x0e,0xf1,0x4b,0x70,0x00,0x00,0x87, +0x58,0x00,0x5a,0x88,0x88,0xa5,0x08,0x84,0x58,0x80,0x08,0x08,0x80,0x90,0x0a,0x38, +0x80,0x90,0x0a,0x53,0x84,0x60,0x01,0x00,0x80,0x00,0x15,0x86,0x12,0x21,0x39,0x0a, +0x6c,0x48,0xc8,0x80,0x90,0x6c,0x08,0x09,0x08,0xb8,0x80,0x97,0x39,0x18,0x09,0x20, +0x90,0xa8,0xd0,0x09,0x02,0x01,0x00,0x00,0x23,0x00,0x78,0x75,0xa7,0x51,0x80,0x89, +0x22,0x73,0x80,0x88,0x8a,0x53,0x80,0x88,0x66,0x53,0x87,0x48,0x88,0x53,0x20,0x08, +0x10,0x53,0x00,0x08,0x01,0xa2,0x34,0x04,0xf0,0x3a,0xa4,0xb7,0xa0,0x28,0x86,0x96, +0x80,0x68,0x9c,0x9d,0x82,0x07,0x60,0x29,0x20,0x8c,0x95,0xa9,0xd3,0x07,0x25,0x80, +0x90,0x0c,0x95,0xb8,0x90,0x89,0x99,0x99,0xd8,0x06,0x88,0x49,0x80,0x90,0x08,0x98, +0x09,0x00,0x89,0x80,0x68,0x84,0x98,0x98,0x88,0x8d,0x80,0x00,0x00,0x90,0x88,0x8b, +0x88,0xc8,0x37,0xc7,0x79,0x80,0x7c,0x75,0x98,0x47,0xc7,0x99,0x80,0x08,0x48,0x98, +0x88,0xa8,0x8c,0x19,0x00,0xf2,0x0c,0x0c,0x88,0xb8,0x89,0x08,0x77,0xc7,0x49,0x08, +0x00,0x80,0x09,0x08,0x68,0x7c,0x09,0x08,0x57,0x6a,0x09,0x0c,0x88,0x88,0x89,0x08, +0x00,0x00,0x08,0x00,0xf4,0x00,0x68,0xc8,0x39,0x08,0x48,0xc8,0x19,0x08,0x00,0x86, +0x09,0x08,0x77,0xa8,0x49,0x1c,0x00,0xf0,0x1f,0x89,0x9b,0x88,0xc8,0x2b,0x8b,0x59, +0x83,0x3c,0xa0,0x98,0x77,0x63,0x8a,0x80,0x66,0x50,0x98,0x11,0x48,0x39,0x88,0x77, +0x77,0xc0,0x88,0xfe,0xec,0xc8,0x0b,0x66,0x89,0x82,0x77,0x76,0x98,0x35,0x50,0x89, +0x82,0x4a,0x75,0x98,0x57,0x01,0x89,0x19,0x00,0x00,0x10,0x0c,0x40,0x28,0x9d,0x88, +0x86,0x84,0x02,0xd0,0x04,0x90,0x08,0x00,0x3c,0x56,0x8d,0x83,0x13,0x50,0x09,0x00, +0x03,0x04,0x00,0x40,0x68,0x8d,0x86,0x00,0xac,0x04,0x00,0x02,0x00,0xf0,0x05,0x03, +0x08,0x00,0x5c,0x88,0x4c,0x78,0x08,0x2d,0x69,0x08,0x08,0x18,0x08,0x18,0x5c,0x78, +0x03,0x75,0x20,0x19,0x00,0x21,0x04,0x98,0x12,0x0a,0x04,0x27,0x0e,0x20,0x4b,0x76, +0x1d,0x30,0xf2,0x03,0x0b,0x84,0x08,0x18,0x09,0x00,0x3b,0x88,0x09,0x00,0x31,0x08, +0x19,0x00,0x00,0x48,0x88,0x85,0x00,0x06,0xf8,0x0b,0x91,0x00,0x09,0x01,0xd8,0x85, +0x5d,0x8a,0x31,0x18,0x09,0x03,0x91,0x08,0x09,0x00,0x06,0x28,0x0a,0xa1,0x49,0x47, +0x66,0x06,0x50,0x35,0xbe,0x05,0x00,0x21,0x18,0xf1,0x11,0x00,0x08,0x05,0x7c,0x72, +0x04,0xc8,0x24,0xa6,0x50,0x08,0x00,0x18,0x35,0x00,0x82,0x8b,0xf9,0x70,0x3b,0x70, +0x95,0x50,0x01,0x00,0x76,0x09,0x40,0x00,0x44,0x00,0x06,0x94,0x06,0xf0,0x0d,0x3c, +0x9b,0x36,0x90,0x5c,0x9b,0x56,0x90,0x08,0x17,0x14,0x90,0x51,0x18,0x05,0x60,0x08, +0x8c,0x98,0x40,0x00,0x07,0x10,0x00,0x78,0x88,0x88,0x83,0xc1,0x00,0x80,0x39,0xa7, +0x7c,0x70,0x03,0xa7,0x7b,0x00,0x04,0x00,0xf1,0x01,0x8b,0xb9,0x9d,0x93,0x5d,0xc9, +0x9d,0xa2,0x62,0x08,0x00,0x31,0x17,0x7c,0x87,0x60,0xb5,0x00,0xf1,0x10,0x02,0x3a, +0x31,0x08,0x05,0x89,0x63,0x3c,0x86,0x77,0xb0,0x08,0x06,0x76,0xb0,0x08,0x06,0xa9, +0xd0,0x2b,0x8b,0x99,0xc6,0x11,0x05,0x61,0x91,0x00,0x03,0x00,0x03,0x24,0x00,0xf0, +0x0b,0x03,0x61,0x60,0x08,0x09,0x9b,0xa0,0x4c,0x58,0x49,0xa0,0x08,0x0a,0x7c,0xa0, +0x08,0x05,0x88,0x50,0x2b,0x69,0x66,0x80,0x20,0x09,0x77,0x04,0x09,0x10,0x70,0x44, +0x18,0xf0,0x06,0x18,0x88,0xc8,0x85,0x05,0x88,0xa8,0x82,0x05,0x88,0x87,0x81,0x08, +0x01,0x70,0x71,0x0a,0x88,0x98,0xb1,0x19,0xc8,0x0a,0x00,0x41,0x00,0xf0,0x10,0x52, +0x00,0x00,0x04,0xd8,0xaa,0x00,0x17,0x4a,0xa0,0x00,0x4a,0xa5,0x69,0x91,0x18,0x8b, +0x8a,0x20,0x09,0x7c,0x8b,0x20,0x09,0x08,0x07,0x20,0x09,0x8c,0x8b,0x20,0xd3,0x06, +0xf1,0x0e,0x07,0x97,0x77,0x73,0x25,0xa6,0x66,0xa0,0x00,0xb6,0x66,0xb0,0x00,0xb9, +0x77,0x60,0x06,0xd9,0x7c,0x60,0x04,0x3c,0xc9,0x20,0x37,0x41,0x02,0x66,0x00,0x43, +0x11,0xf0,0x0c,0x09,0x00,0x06,0xb9,0x29,0x00,0x09,0x08,0x1b,0x00,0x48,0x1b,0x0c, +0x90,0x11,0xa8,0x09,0x38,0x00,0xa2,0x09,0x00,0x07,0x70,0x09,0x00,0x47,0x15,0x04, +0x10,0x07,0x44,0x18,0xf1,0x0a,0x8d,0x10,0x07,0x55,0x95,0x00,0x02,0x7a,0x84,0x00, +0x28,0x37,0x98,0xd4,0x02,0x94,0x56,0x80,0x00,0x05,0xc5,0x00,0x29,0x84,0x00,0xb0, +0x11,0x01,0x72,0x12,0x00,0xb4,0x11,0xf0,0x05,0x07,0xc0,0x00,0x00,0x0a,0x37,0x00, +0x00,0x84,0x0a,0x20,0x19,0x60,0x00,0x95,0x02,0x00,0x00,0x02,0x09,0xe0,0x11,0x02, +0x20,0x00,0xd1,0x96,0x00,0x08,0xb1,0x00,0x00,0x29,0x29,0x00,0x05,0xa0,0x05,0xa2, +0x13,0x0b,0x08,0x3c,0x00,0x13,0x06,0x3c,0x00,0xf0,0x08,0x69,0x09,0x10,0x07,0x85, +0x71,0xb3,0x24,0x00,0x30,0x05,0x06,0x28,0x00,0x00,0x0c,0x8c,0x88,0x50,0x47,0x19, +0x11,0x00,0xa8,0x07,0xf0,0x02,0x79,0x9e,0xc9,0x93,0x00,0x47,0x90,0x00,0x06,0x90, +0x1a,0x40,0x64,0x00,0x00,0x63,0x00,0x8a,0x06,0xf0,0x09,0x99,0xd9,0x94,0x02,0x41, +0x81,0x60,0x00,0x83,0x67,0x10,0x29,0x9c,0xe9,0x96,0x00,0x1a,0x46,0x00,0x03,0xa2, +0x07,0x81,0x26,0x60,0x00,0x00,0x9c,0x03,0x10,0x30,0xeb,0x12,0xf5,0x0a,0x88,0xc5, +0x2c,0x78,0x04,0x60,0x08,0x49,0x8c,0x97,0x1a,0x82,0x08,0x10,0x04,0xe0,0x07,0x10, +0x07,0x87,0x07,0x10,0x46,0x00,0x5a,0x18,0x02,0xf1,0x10,0x08,0x00,0x54,0x00,0x08, +0x00,0x91,0x30,0x5c,0xc5,0x50,0xa0,0x26,0x97,0x97,0x74,0x56,0x93,0x88,0x90,0x08, +0xa5,0x20,0x90,0x3b,0x36,0x97,0xc0,0x63,0x05,0x30,0x27,0x0a,0x71,0x05,0x99,0x9b, +0xc0,0x00,0x00,0x78,0x88,0x05,0x11,0x39,0x00,0x12,0x21,0x80,0x00,0x04,0x00,0x10, +0x59,0x5c,0x08,0xf1,0x03,0x20,0x00,0x89,0x88,0x88,0xc1,0x62,0x88,0x87,0x51,0x00, +0x01,0x83,0x00,0x58,0x8b,0xa8,0x81,0x7d,0x00,0x10,0x06,0xa5,0x13,0x11,0x10,0x1c, +0x12,0x22,0x29,0x9d,0x91,0x05,0xd1,0x03,0x83,0x89,0xd1,0x3d,0x50,0x09,0x10,0x14, +0x68,0x8d,0x87,0x03,0x11,0x03,0x12,0x88,0x13,0x13,0xf1,0x0f,0x04,0x20,0x60,0x07, +0x96,0xa7,0xa3,0x27,0x22,0x23,0x39,0x02,0x88,0xad,0x11,0x00,0x02,0x90,0x00,0x28, +0x8a,0xb8,0x86,0x00,0x03,0x50,0x00,0x00,0x6a,0x40,0x8a,0x06,0x50,0x09,0x89,0xd8, +0x85,0x08,0xf0,0x02,0x91,0x60,0x05,0x40,0x00,0xb7,0xa6,0x00,0x00,0xb2,0xc4,0x13, +0xf0,0x08,0x26,0x00,0x99,0x99,0xb3,0x00,0x03,0x30,0x00,0x0a,0x89,0xa8,0x95,0x07, +0x08,0x00,0x26,0x18,0x9d,0x89,0x96,0x00,0xa1,0x65,0x14,0xf1,0x1b,0xb4,0x00,0x01, +0x59,0x6a,0x80,0x07,0x30,0x00,0x42,0x00,0x05,0x10,0x00,0x69,0x9a,0xa9,0xa1,0x73, +0x55,0x55,0x71,0x00,0x22,0x22,0x00,0x69,0xba,0xb9,0x92,0x00,0x81,0x71,0x00,0x00, +0x90,0x71,0x14,0x59,0x20,0x59,0x93,0x85,0x00,0x00,0xcd,0x21,0xf2,0x0c,0x9b,0x99, +0xb0,0x70,0x00,0x00,0x80,0x04,0x8d,0x88,0x00,0x08,0x19,0x88,0x30,0x0b,0x29,0x00, +0x00,0x28,0x9a,0x00,0x00,0x91,0x2b,0x99,0x92,0x9d,0x0a,0xf0,0x0f,0x50,0x00,0x0a, +0x89,0xb8,0x96,0x07,0x61,0x70,0x16,0x04,0x23,0x90,0x00,0x01,0x70,0x90,0x00,0x18, +0x8c,0xa8,0x85,0x01,0x78,0x28,0x70,0x07,0x30,0x00,0x24,0x44,0x00,0xf2,0x2d,0x88, +0x88,0x88,0xb1,0x43,0x82,0x48,0x40,0x38,0x2b,0x82,0x70,0x05,0x90,0x39,0x20,0x9c, +0x98,0x8d,0x92,0x06,0x10,0x09,0x00,0x06,0x98,0x8c,0x00,0x00,0x06,0x10,0x00,0x88, +0xa8,0x98,0xb4,0x45,0xc6,0xa7,0x52,0x04,0xa8,0x98,0x00,0x08,0x05,0x09,0x00,0x08, +0x0a,0x09,0x00,0x00,0x48,0x90,0x07,0x49,0x60,0xa8,0x94,0x81,0x11,0x11,0x27,0x04, +0x00,0xe2,0x79,0x99,0xac,0x93,0x04,0x00,0x27,0x00,0x05,0x70,0x27,0x00,0x00,0x90, +0x14,0x00,0x35,0x00,0x09,0xa4,0xde,0x10,0xf0,0x0c,0x5a,0xa7,0x00,0x90,0x32,0x46, +0x99,0xd6,0x0a,0x91,0x30,0x90,0x04,0xb0,0x81,0x90,0x07,0xc1,0x16,0x90,0x48,0x15, +0x00,0x90,0x20,0x00,0x08,0xed,0x05,0xe0,0xb0,0x0a,0x88,0x88,0x72,0x04,0x76,0x67, +0x73,0x28,0x88,0x8d,0x86,0x00,0x73,0x07,0x65,0x47,0x09,0x00,0x00,0x01,0x8a,0x0d, +0x04,0xf2,0x0d,0x0c,0x99,0x00,0x80,0x0b,0x7a,0x99,0xd6,0x0b,0x69,0x40,0x80,0x4c, +0x8a,0x44,0x80,0x01,0x99,0x03,0x80,0x1a,0x18,0x00,0x80,0x41,0x67,0x08,0x80,0x62, +0x00,0xf4,0x0f,0x37,0x00,0x21,0x95,0xa7,0xc4,0x09,0x93,0x68,0x70,0x00,0x96,0x72, +0x70,0x06,0x98,0x88,0xd6,0x45,0x93,0x50,0x90,0x00,0x90,0x90,0x90,0x00,0x90,0x08, +0x80,0x00,0x14,0xf0,0x08,0x03,0x50,0x90,0x80,0x07,0x20,0x90,0x91,0x0b,0x00,0x90, +0x28,0x45,0x00,0x90,0x0b,0x00,0x00,0x90,0x01,0x00,0x4a,0x60,0x5f,0x0e,0x11,0xb0, +0x79,0x06,0x32,0x99,0xb9,0x90,0x9c,0x11,0x10,0x28,0x6a,0x02,0xf1,0x2d,0x91,0x40, +0x00,0x00,0x43,0x0a,0x77,0x77,0x70,0x0a,0x88,0x88,0x50,0x0b,0x77,0x77,0x80,0x08, +0x37,0x74,0x90,0x07,0x80,0x08,0x90,0x52,0x88,0x75,0x90,0x40,0x00,0x06,0x90,0x0b, +0x88,0x88,0xc0,0x0b,0x88,0xb8,0xa0,0x0b,0x66,0xc6,0x63,0x09,0x11,0x91,0x10,0x08, +0x88,0x88,0xb0,0x55,0x80,0x00,0x90,0x70,0x98,0x88,0x74,0x06,0xf2,0x0c,0x0b,0x88, +0x88,0xc1,0x0b,0x78,0x68,0xa1,0x09,0x7c,0x7b,0x92,0x09,0x09,0x09,0x00,0x0a,0x8c, +0x8c,0x84,0x54,0x37,0x09,0x00,0x71,0x90,0x09,0x1c,0x00,0x70,0x8d,0x8d,0x80,0x09, +0x8c,0x8c,0x82,0x18,0x00,0xf1,0x00,0x27,0x53,0x46,0x80,0x72,0x79,0x76,0x82,0x20, +0x31,0x00,0x12,0x08,0x9a,0xb9,0x70,0x15,0x08,0x04,0x00,0x10,0x39,0x80,0x03,0xd0, +0x22,0x00,0x00,0x00,0x73,0x00,0x00,0x58,0xd8,0x88,0x81,0x00,0x90,0xec,0x02,0x11, +0xd9,0xb0,0x00,0xf1,0x14,0x75,0x00,0x90,0x00,0x53,0x99,0xd9,0x93,0x00,0x50,0x04, +0x20,0x07,0xba,0x9c,0x83,0x03,0x59,0x85,0x50,0x01,0x3b,0x33,0x30,0x28,0xbb,0x88, +0x86,0x02,0xa7,0x99,0x70,0x28,0x87,0xaa,0x08,0x14,0x92,0x19,0x99,0x99,0x90,0x02, +0x00,0x00,0x90,0x0b,0x85,0x08,0x20,0x60,0x09,0xfc,0x03,0x93,0x00,0x00,0x18,0x07, +0xa9,0x99,0xb2,0x00,0x07,0xfc,0x02,0xc0,0x82,0x10,0x00,0x04,0xd8,0xd8,0x82,0x39, +0x90,0x90,0x44,0x00,0x04,0x00,0x21,0x80,0x94,0x4c,0x15,0xf1,0x0d,0x04,0x20,0x06, +0x10,0x01,0x8d,0xd5,0x00,0x29,0x77,0x06,0x40,0x68,0xd8,0x88,0x82,0x09,0xb9,0xa8, +0x50,0x78,0x33,0x50,0x90,0x05,0x33,0x57,0x70,0xfc,0x02,0x00,0x16,0x0b,0xf4,0x0c, +0x18,0x07,0x10,0x6c,0x8c,0x8c,0x82,0x26,0x56,0x56,0x50,0x94,0x4a,0x54,0xa2,0x56, +0x8c,0x88,0x81,0x09,0x08,0x03,0x60,0x08,0x08,0x19,0x30,0x8b,0x0e,0xf2,0x11,0x05, +0x30,0x0a,0x21,0x18,0x61,0x0b,0x63,0x79,0x77,0x9a,0x90,0x75,0x37,0x65,0x70,0x75, +0x37,0x69,0x70,0x75,0x75,0x69,0x70,0x05,0x30,0x68,0x50,0x05,0x37,0x60,0x64,0xbb, +0x02,0xf0,0x04,0x91,0x70,0x09,0xb9,0xca,0xa4,0x07,0x67,0x77,0x37,0x01,0x91,0x16, +0x41,0x00,0x45,0xb5,0x10,0x08,0xfc,0x0e,0x30,0x00,0x94,0xb0,0x8c,0x00,0x10,0x06, +0xab,0x03,0xf0,0x38,0x19,0x99,0xb2,0x7b,0xc8,0x44,0x82,0x76,0x99,0xef,0xe2,0x76, +0x96,0x65,0xb0,0x76,0x96,0x76,0xb0,0x06,0x16,0x54,0xa0,0x06,0x16,0x87,0xb0,0x05, +0x20,0x00,0x00,0x05,0x25,0x88,0x85,0x7a,0xc4,0x85,0x93,0x75,0x92,0x87,0x82,0x75, +0x97,0x7a,0x76,0x75,0x99,0x6b,0x68,0x05,0x29,0x08,0x08,0x05,0x29,0x77,0x78,0x00, +0x90,0x35,0x00,0x57,0xb7,0x99,0x72,0x0b,0x88,0x89,0x70,0x04,0x00,0xf0,0x01,0x46, +0xa8,0x66,0x62,0x7d,0xdc,0xce,0xb3,0x48,0x08,0x06,0x42,0x08,0x08,0x29,0x10,0xf0, +0x16,0x80,0x02,0x61,0x71,0x90,0x00,0x71,0x75,0x10,0x78,0x01,0x00,0xe4,0x05,0x04, +0x04,0x00,0x00,0xa4,0x0c,0xf4,0x0b,0x0a,0x88,0xb8,0x85,0x09,0x47,0x78,0x70,0x09, +0x06,0x78,0x00,0x09,0x88,0xca,0x94,0x17,0x00,0x90,0x90,0x54,0x00,0x90,0x10,0x70, +0x08,0x8f,0x16,0xf3,0x0c,0x60,0x00,0x09,0x88,0xc8,0x85,0x09,0x00,0x30,0x40,0x09, +0x90,0x90,0xa0,0x08,0x54,0x92,0x70,0x27,0x04,0x18,0x00,0x75,0x88,0x8c,0x85,0x20, +0xae,0x0a,0xf3,0x2c,0x0b,0x8a,0x9a,0x83,0x0a,0x7c,0x7c,0x72,0x09,0x09,0x1a,0x00, +0x08,0x06,0x66,0x00,0x27,0x9c,0x7b,0x50,0x63,0x08,0xb8,0x00,0x52,0x74,0x14,0x82, +0x00,0x00,0x01,0x51,0x5b,0x56,0x8c,0x30,0x09,0x04,0x09,0x10,0x29,0xa8,0x0b,0x73, +0x23,0x98,0x09,0x00,0x0c,0x48,0x8c,0x84,0x0c,0x80,0x00,0x00,0x74,0x3a,0x99,0xbb, +0x18,0xf1,0x0f,0x17,0x00,0x39,0xb4,0x8b,0xa3,0x07,0x37,0x8b,0xa7,0x08,0xb5,0x8b, +0x81,0x24,0x95,0x8b,0x72,0x0b,0x57,0x8b,0x75,0x09,0x70,0x01,0x00,0x63,0x18,0x88, +0x86,0x71,0x07,0xb0,0xca,0x9d,0x94,0x00,0x62,0x09,0x00,0x28,0xba,0x8d,0x87,0xc7, +0x0a,0x00,0x5c,0x03,0x53,0x05,0x70,0x09,0x00,0x1a,0xd0,0x15,0xf4,0x0a,0x09,0x77, +0x77,0xb0,0x09,0x66,0x66,0x81,0x06,0x88,0x88,0x95,0x00,0x20,0x02,0x00,0x28,0xd8, +0x8c,0x86,0x03,0x80,0x09,0x00,0x1b,0xf0,0x15,0xe3,0x00,0x46,0x90,0x00,0x00,0x36, +0x43,0x29,0x99,0xac,0x97,0x09,0x99,0x58,0x0b,0x0b,0xb0,0x09,0x01,0x00,0xa8,0x76, +0x38,0x19,0x51,0x00,0xa8,0x00,0xc4,0x08,0xf1,0x07,0x98,0x09,0x05,0x89,0x80,0x90, +0x90,0x00,0x09,0x0b,0x89,0x60,0x90,0x00,0x18,0x09,0x00,0x03,0x60,0x90,0x08,0xb2, +0x41,0x00,0xf3,0x0d,0x18,0x8a,0x38,0x89,0x09,0x67,0x28,0x66,0x0c,0x86,0x4a,0x85, +0x08,0x19,0x17,0x09,0x01,0x99,0x03,0x89,0x3a,0x79,0x4a,0x68,0x01,0x95,0x04,0x84, +0x24,0x17,0xf2,0x0c,0x20,0x58,0x91,0x82,0x50,0x36,0x98,0x6b,0xa0,0x80,0x0a,0x7c, +0xc0,0x67,0x79,0x6c,0xa0,0x00,0xa8,0x8d,0x83,0x01,0x70,0x09,0x00,0x3a,0x40,0x84, +0x00,0xf1,0x0d,0x48,0xc6,0x97,0xa0,0x15,0xb5,0x78,0x80,0x63,0x15,0x7c,0x80,0x78, +0x88,0x08,0x80,0x00,0x95,0x7c,0x90,0x00,0x90,0x09,0x90,0x08,0x79,0x9a,0xa4,0x90, +0x05,0xd0,0x08,0x10,0x60,0xb0,0x81,0x54,0x03,0x28,0x16,0x01,0x99,0xa9,0x99,0x92, +0x00,0x72,0x79,0x99,0x9a,0x28,0x88,0x88,0xa0,0xca,0x19,0xf5,0x2d,0x00,0x07,0x88, +0x88,0xa0,0x05,0x77,0x77,0xa0,0x18,0x89,0x98,0xb6,0x07,0x23,0xa0,0x80,0x00,0x77, +0xbb,0x10,0x07,0x97,0x67,0x70,0x03,0x29,0x40,0x25,0x00,0x00,0x00,0x11,0x2b,0xac, +0x72,0x91,0x05,0x28,0x16,0x02,0x3b,0xac,0x80,0x93,0x07,0x18,0x09,0x20,0x08,0x08, +0x00,0x28,0x0a,0x08,0x03,0xa0,0x44,0x08,0x48,0x78,0x06,0xf1,0x0c,0x0d,0xcc,0xa2, +0x81,0x09,0x86,0x75,0x02,0x27,0x98,0x71,0x92,0x09,0x66,0x78,0x10,0x07,0x97,0x50, +0x28,0x09,0x76,0x42,0xa0,0x24,0xa0,0x69,0xa1,0x1b,0xf1,0x05,0x18,0x18,0x8a,0xa0, +0x42,0x50,0x4c,0x00,0x1c,0x49,0x54,0x93,0x6a,0x08,0x99,0x80,0x09,0x00,0x35,0x00, +0x04,0x00,0xf0,0x0f,0x48,0xab,0x84,0x05,0x40,0x35,0x00,0x48,0x08,0xab,0x81,0x23, +0x61,0x56,0x11,0x2e,0x37,0x78,0xb4,0x7a,0x38,0x89,0xc4,0x09,0x06,0x01,0x70,0x09, +0x02,0x71,0x0a,0x18,0x10,0x50,0xc0,0x17,0xf1,0x2d,0x19,0x1b,0x88,0xb0,0x33,0x5a, +0x66,0xb0,0x2d,0x0b,0x88,0xb0,0x69,0x09,0x43,0x41,0x09,0x09,0x0b,0x60,0x09,0x09, +0x26,0x70,0x09,0x0c,0x70,0x65,0x04,0x11,0x35,0x60,0x36,0x2a,0x49,0x00,0x27,0x6b, +0x7b,0x74,0x4d,0x27,0x8b,0x80,0x38,0x26,0xb6,0xb0,0x08,0x36,0xb6,0xb0,0x08,0x63, +0xc7,0xc0,0x08,0x70,0x80,0x80,0x18,0x07,0xf4,0x10,0x07,0x05,0x20,0x64,0x67,0x68, +0x10,0x18,0x8a,0x9a,0x97,0x4b,0x58,0x8e,0x63,0x58,0x37,0x55,0xb0,0x08,0x62,0x83, +0xa0,0x08,0x80,0xba,0xa0,0x08,0x70,0x45,0x16,0xc8,0x00,0xf0,0x11,0x05,0x53,0x48, +0x32,0x37,0x15,0x78,0x53,0x32,0x6a,0xaa,0x85,0x0c,0x0b,0xaa,0x85,0x7b,0x27,0x77, +0x75,0x08,0x00,0x23,0x00,0x08,0x26,0x65,0x72,0x08,0x61,0xa7,0x55,0xe0,0x02,0x22, +0x29,0x99,0xf0,0x02,0x40,0x07,0x89,0xb8,0x82,0x30,0x07,0xc0,0x03,0x51,0xb2,0x40, +0x09,0x90,0x02,0x83,0x23,0x78,0x8a,0x36,0x6c,0x04,0xf5,0x0d,0x19,0x38,0xd9,0x80, +0x69,0x80,0x90,0x90,0x79,0x10,0x90,0x90,0x09,0x39,0xeb,0x96,0x09,0x00,0x9a,0x00, +0x09,0x07,0x36,0x80,0x09,0x55,0x00,0x67,0xc3,0x0f,0xf0,0x0c,0xab,0x9a,0xb0,0x46, +0x55,0x82,0x90,0x06,0x74,0x70,0x90,0x01,0x09,0x18,0x60,0x02,0x34,0x50,0x30,0x45, +0x90,0x63,0x91,0x40,0x98,0x8a,0x13,0xcc,0x04,0xf0,0x40,0x28,0x8a,0xc8,0x87,0x00, +0x0a,0x83,0x00,0x00,0x4a,0x0b,0x10,0x19,0x83,0x92,0xa7,0x04,0x33,0x60,0x41,0x09, +0x90,0x61,0x84,0x24,0x78,0x89,0x46,0x00,0x14,0x00,0x00,0x03,0x81,0x1a,0x30,0x08, +0x87,0x66,0x80,0x08,0x77,0x77,0x90,0x07,0x78,0x77,0x70,0x00,0x0a,0x40,0x00,0x26, +0x90,0x81,0x82,0x61,0xa8,0x8a,0x26,0x00,0x72,0x10,0x00,0x05,0x86,0xa6,0x00,0x3a, +0x77,0x98,0x70,0x03,0x77,0x77,0x90,0x05,0x77,0x77,0x11,0x04,0xf1,0x05,0x20,0x17, +0x81,0x92,0x81,0x52,0x98,0x8a,0x15,0x00,0x50,0x05,0x00,0x00,0x82,0x29,0x00,0x09, +0x88,0x89,0xae,0x02,0xf0,0x01,0x05,0x8a,0x98,0x50,0x02,0x44,0x80,0x40,0x64,0xa0, +0x41,0x64,0x50,0x98,0x8a,0x23,0x98,0x17,0xf3,0x0e,0x1a,0x48,0xc8,0x85,0x69,0x83, +0x53,0x10,0x69,0x17,0x58,0x34,0x09,0x09,0x88,0x61,0x09,0x46,0x2c,0x50,0x09,0x60, +0x46,0x90,0x09,0x04,0x80,0x36,0x00,0x25,0x17,0x51,0x08,0x77,0x7b,0x00,0x09,0x04, +0x00,0xf1,0x17,0x7c,0x00,0x07,0x78,0x7a,0x00,0x00,0x09,0x10,0x10,0x36,0x81,0x53, +0x90,0x60,0xa8,0x88,0x40,0x08,0x13,0x77,0x31,0x09,0x45,0x88,0x52,0x78,0x76,0x99, +0x61,0x78,0x47,0x77,0x74,0x18,0x0c,0x77,0xc0,0x2f,0x16,0xf2,0x18,0x0c,0x66,0xc0, +0x08,0x08,0x04,0xa0,0x00,0x01,0x40,0x00,0x06,0xb8,0x7c,0x81,0x17,0x88,0x79,0x74, +0x03,0x96,0x66,0x90,0x03,0x96,0x66,0xa0,0x01,0x6a,0x86,0x40,0x07,0x53,0x91,0x81, +0x16,0x49,0x79,0x15,0x8e,0x01,0xf1,0x0f,0x36,0x80,0x0b,0x77,0x8b,0x84,0x09,0x66, +0x48,0x80,0x07,0xb6,0x79,0x60,0x54,0xb7,0x9c,0x57,0x50,0x02,0x40,0x52,0x06,0xa0, +0x91,0x90,0x52,0x97,0x79,0x33,0x25,0x10,0xf2,0x0c,0x2b,0xbb,0xe0,0x68,0x77,0x66, +0x80,0x78,0x49,0xbb,0x86,0x08,0x27,0x77,0x63,0x08,0x2c,0x98,0xc0,0x08,0x00,0xbb, +0x20,0x08,0x59,0x65,0x95,0x44,0x00,0xf2,0x0f,0x93,0x60,0x58,0x93,0x80,0x70,0x31, +0x75,0xb9,0x94,0x0a,0x81,0x73,0x50,0x05,0x90,0x37,0x80,0x09,0xb1,0x0e,0x10,0x66, +0x23,0x9c,0x17,0x10,0x04,0x32,0xc3,0x24,0x00,0xf2,0x0f,0x94,0x60,0x08,0x88,0xd8, +0xc5,0x09,0x00,0x81,0x10,0x0c,0x87,0x63,0xa0,0x09,0x09,0x3a,0x50,0x08,0x09,0x1d, +0x02,0x46,0x83,0xab,0x08,0x80,0x08,0x22,0xb5,0x24,0x00,0xf1,0x2f,0x55,0x91,0x18, +0x88,0xaa,0x97,0x02,0x22,0x57,0x32,0x0a,0x8c,0x27,0x72,0x08,0x09,0x09,0x90,0x05, +0x77,0x0c,0x20,0x05,0x89,0xad,0x38,0x14,0x15,0x60,0xa7,0x12,0xa2,0x46,0x50,0x26, +0xc6,0x55,0x70,0x69,0xb8,0x9b,0x82,0x1c,0x97,0x47,0x60,0x9b,0xa9,0x2a,0x70,0x1b, +0x98,0x1b,0x11,0x1b,0xa9,0x5c,0x25,0x17,0x00,0xa1,0xb2,0x43,0x00,0xf1,0x0f,0x26, +0x01,0x53,0x0b,0x62,0x77,0x20,0x0c,0x88,0x71,0x00,0x09,0x09,0x89,0xd5,0x0c,0x87, +0x80,0x90,0x08,0x00,0x90,0x90,0x36,0x00,0x90,0x90,0x61,0x05,0x40,0xc3,0x13,0x00, +0x18,0x01,0xf1,0x0d,0x0b,0x88,0x98,0xb0,0x0b,0x77,0x77,0xc0,0x09,0x67,0x77,0x71, +0x09,0x41,0x85,0x62,0x08,0x16,0x75,0x82,0x46,0x98,0xa9,0xa2,0x70,0x06,0x62,0xa1, +0xfc,0x05,0xb0,0x34,0x68,0x70,0x04,0x44,0x90,0x00,0x07,0x89,0xc8,0x83,0xfd,0x07, +0x36,0x39,0x99,0xc9,0xc4,0x09,0x22,0x69,0x60,0xb8,0x04,0x92,0x02,0x22,0x21,0x09, +0x07,0x8d,0x83,0x7d,0x90,0x8c,0x19,0x53,0x4c,0x91,0x09,0x00,0x3a,0x98,0x19,0x10, +0x4a,0x80,0x21,0x04,0x3c,0x1b,0x21,0x10,0x90,0x04,0x00,0xf2,0x09,0x4c,0x87,0xc8, +0xa0,0x07,0x11,0x80,0x90,0x3c,0x96,0xc0,0x90,0x28,0x13,0x99,0x80,0x07,0x1a,0x10, +0x84,0x2a,0x74,0x00,0x77,0x54,0x0a,0xf4,0x0d,0x07,0x00,0x08,0x04,0x7c,0x74,0x4c, +0x88,0x22,0x21,0x08,0x09,0x00,0x00,0x2c,0x99,0x00,0x00,0x29,0x09,0x00,0x00,0x08, +0x18,0x00,0x00,0x2a,0x63,0x78,0x0a,0xf2,0x09,0x00,0x01,0x93,0x78,0x8c,0x3b,0x50, +0x00,0x90,0x84,0x69,0x9d,0x7d,0x60,0x00,0x90,0x80,0x00,0x09,0x08,0x08,0x88,0xd3, +0xb0,0x29,0x05,0x01,0xac,0x01,0xf3,0x4a,0x08,0x8d,0x80,0x4c,0x71,0x74,0x00,0x08, +0x08,0xda,0xb9,0x3c,0x91,0x87,0x18,0x29,0x19,0x18,0x17,0x08,0x01,0x91,0x35,0x3a, +0x09,0x14,0xa1,0x07,0x10,0x94,0x10,0x07,0x10,0x91,0x90,0x5c,0x95,0xc9,0x94,0x07, +0x12,0x82,0x30,0x3b,0xa1,0x46,0x80,0x28,0x10,0x1d,0x10,0x07,0x12,0xbb,0x08,0x3a, +0x08,0x12,0xb5,0x07,0x10,0x08,0x00,0x07,0x11,0x4a,0x52,0x5c,0x96,0x74,0x49,0x07, +0x16,0x40,0x09,0x4b,0x87,0x98,0x87,0x07,0x18,0x10,0x00,0x07,0x19,0x00,0x00,0x2a, +0x35,0xcc,0x00,0xf6,0x10,0x20,0x00,0x00,0x07,0x29,0x88,0xd0,0x4b,0x89,0x16,0x80, +0x07,0x39,0xa8,0x92,0x5d,0xa9,0x71,0xa0,0x17,0x28,0x1a,0x80,0x07,0x28,0x0c,0x60, +0x4b,0x18,0x92,0x74,0xf4,0x00,0xf0,0x01,0x26,0x00,0x07,0x12,0x38,0x31,0x4c,0x84, +0x66,0x73,0x07,0x21,0x70,0xa0,0x4c,0x70,0x9d,0x10,0x74,0x92,0x60,0x07,0x27,0x8a, +0x95,0x2a,0x24,0x00,0x00,0x5b,0x1e,0xf0,0x00,0x19,0x99,0x93,0x3a,0x6a,0x88,0x80, +0x07,0x5a,0x00,0x80,0x6c,0x5a,0x88,0xc0,0x6c,0x00,0x00,0x04,0x00,0x41,0x3a,0x05, +0x88,0x84,0x60,0x07,0xf5,0x2c,0x18,0x50,0x90,0x3b,0x88,0x44,0x90,0x06,0x28,0x06, +0x90,0x2b,0x98,0x00,0x90,0x28,0x18,0x77,0xc0,0x06,0x1b,0x39,0x36,0x1a,0x00,0x54, +0x06,0x09,0x03,0x27,0x40,0x09,0x08,0x45,0x62,0x5d,0x6b,0xb9,0x74,0x09,0x10,0xc8, +0x81,0x5d,0x64,0xb0,0xa0,0x19,0x19,0x4a,0x60,0x09,0x71,0x6d,0x50,0x39,0x08,0x50, +0x66,0x14,0x01,0xf1,0x00,0x07,0xc8,0xc1,0x5c,0x80,0x7b,0x20,0x08,0x07,0x85,0x94, +0x5c,0x46,0x8b,0x82,0x25,0x0e,0x41,0x08,0x8c,0x85,0x3a,0x2d,0x0e,0xf2,0x0e,0x39, +0x00,0x08,0x00,0xa9,0x20,0x5c,0x98,0x60,0xb2,0x08,0x37,0x77,0x54,0x5c,0x85,0x88, +0x80,0x08,0x07,0x10,0x90,0x08,0x07,0x98,0xb0,0x2a,0x07,0x10,0xb7,0x19,0x00,0x18, +0x01,0xf2,0x0b,0x16,0xad,0xa4,0x4c,0x80,0x09,0x00,0x07,0x27,0x77,0xc6,0x4c,0x77, +0x88,0xc6,0x07,0x11,0x50,0x80,0x07,0x10,0x90,0x80,0x2a,0x00,0x07,0xfc,0x04,0xf0, +0x0d,0x17,0x00,0x30,0x08,0x17,0x99,0x40,0x5c,0x97,0x10,0x44,0x08,0x21,0x77,0x60, +0x5c,0x77,0x87,0xb0,0x08,0x17,0x76,0xb0,0x08,0x17,0x77,0xc0,0x3a,0xa7,0x13,0x01, +0x8c,0x00,0xf5,0x0f,0x18,0x00,0x08,0x28,0x8b,0x86,0x4b,0x77,0x52,0x08,0x08,0x18, +0xd8,0x85,0x2b,0xa3,0x70,0xa0,0x4a,0x05,0x96,0x50,0x08,0x00,0x5f,0x40,0x3a,0x08, +0x70,0x75,0xb0,0x00,0xf3,0x0b,0x0a,0x88,0x83,0x4c,0x59,0x56,0x61,0x08,0x0a,0x99, +0x84,0x5d,0x79,0x85,0x43,0x19,0x08,0x81,0xa0,0x08,0x08,0x82,0x80,0x29,0x44,0xa7, +0xb4,0x03,0x00,0xd5,0x0b,0xf1,0x03,0xc3,0x20,0x1a,0x18,0x77,0xa0,0x4c,0x6d,0x7c, +0xa1,0x09,0x29,0x09,0x72,0x5c,0x6c,0x8c,0xb6,0x04,0x05,0x77,0x05,0x72,0x80,0x39, +0x65,0x00,0x37,0x4c,0x00,0xf5,0x0a,0x95,0x3c,0x7a,0x8b,0x84,0x08,0x1a,0x6b,0x64, +0x4c,0x69,0x19,0x11,0x08,0x09,0xb8,0x85,0x08,0x47,0x70,0x16,0x2a,0x71,0xb7,0x86, +0xa1,0x02,0x10,0x70,0xe9,0x0e,0xf3,0x0f,0x27,0x7c,0x76,0x03,0xb7,0x37,0xc7,0x70, +0x07,0x47,0x7c,0x8c,0x05,0xc6,0x37,0xc7,0x60,0x07,0x07,0x1c,0x74,0x00,0x71,0xa5, +0x80,0x00,0x2a,0x63,0x49,0x77,0x81,0x02,0xf1,0x07,0x84,0x40,0x2a,0x56,0xc4,0xa4, +0x2a,0x50,0x84,0x40,0x08,0x26,0xc4,0xa4,0x5d,0x80,0x84,0x40,0x08,0x08,0xc4,0xa5, +0x18,0x00,0xf5,0x14,0x00,0x84,0x40,0x07,0x10,0x17,0x00,0x07,0x17,0xba,0xb6,0x3c, +0x80,0x81,0x80,0x07,0x17,0x99,0x86,0x4c,0x88,0xc8,0x97,0x07,0x13,0x70,0x90,0x07, +0x11,0x9d,0x50,0x1a,0x18,0x83,0x85,0x4d,0x01,0xf0,0x2c,0x19,0xad,0xa9,0x3c,0x85, +0x51,0x45,0x07,0x17,0x40,0x55,0x3c,0x84,0x8a,0x82,0x17,0x10,0x09,0x00,0x07,0x10, +0x09,0x00,0x2a,0x18,0x8c,0x87,0x08,0x01,0x77,0x00,0x08,0x07,0x56,0x20,0x4c,0x8e, +0x8c,0x73,0x08,0x6a,0x9c,0x82,0x4d,0x87,0x18,0x00,0x18,0x07,0x9c,0x82,0x08,0x07, +0x9c,0x85,0x3a,0x07,0x10,0x00,0xe2,0x12,0xf5,0x0b,0x08,0x27,0xc8,0xc6,0x2a,0x50, +0x60,0x60,0x07,0x25,0x89,0x84,0x4c,0x78,0x08,0x27,0x07,0x19,0x6b,0x77,0x07,0x19, +0x8c,0x97,0x2a,0x08,0x5d,0x1c,0xf3,0x0d,0x00,0x07,0x08,0x99,0xb3,0x2a,0x58,0x99, +0xb3,0x07,0x35,0x66,0x64,0x5d,0x65,0x3a,0x21,0x07,0x09,0x0c,0x71,0x07,0x1a,0x68, +0x00,0x2a,0x62,0x59,0x4e,0x10,0xf1,0x0f,0x26,0xb0,0x08,0x05,0x7a,0x20,0x4c,0x68, +0x8c,0x84,0x08,0x16,0x49,0x82,0x5c,0x59,0x08,0x44,0x08,0x0a,0x49,0x94,0x08,0x0b, +0x8c,0xa4,0x29,0x08,0x00,0x34,0xe0,0x0c,0xf0,0x0d,0x24,0x57,0x81,0x06,0x27,0x45, +0x24,0x3b,0x94,0x35,0x70,0x06,0x39,0x8b,0x72,0x3c,0x89,0x8c,0x85,0x06,0x21,0x08, +0x01,0x06,0x2a,0x7c,0x78,0x1a,0xfe,0x3e,0xf2,0x10,0x15,0xb5,0xb3,0x2a,0x62,0x83, +0x81,0x19,0x59,0x88,0xa4,0x07,0x29,0x66,0x94,0x3c,0x86,0x79,0x83,0x07,0x27,0x9c, +0x85,0x07,0x10,0xa5,0x50,0x2a,0x2a,0x30,0x67,0xf0,0x00,0xf1,0x14,0x25,0xa5,0x00, +0x71,0x87,0xa6,0x20,0x3b,0x78,0xbd,0xc7,0x00,0x74,0x38,0x98,0x20,0x5c,0x7b,0x7a, +0x7a,0x00,0x71,0x84,0xa4,0x70,0x07,0x18,0x3a,0x47,0x02,0xa0,0x86,0x67,0x70,0x08, +0x05,0x10,0xf1,0x0b,0xa7,0x90,0x3b,0x37,0xb8,0xa3,0x08,0x07,0x68,0x07,0x2c,0x6b, +0xb8,0x97,0x09,0x17,0xbf,0x85,0x08,0x05,0x8a,0x90,0x29,0x65,0x08,0x26,0xb0,0x00, +0xf0,0x10,0x12,0x92,0x20,0x19,0x79,0x77,0xb0,0x6b,0x49,0x89,0x90,0x08,0x5a,0x27, +0x40,0x7c,0x66,0x75,0x80,0x08,0x18,0xb8,0x50,0x08,0x17,0x83,0x60,0x46,0x52,0xa0, +0x60,0xee,0x01,0x40,0x59,0x9c,0x99,0x91,0x08,0x00,0xf2,0x05,0x29,0x9c,0x99,0x30, +0x03,0x70,0x0a,0x00,0x00,0x67,0xa2,0x00,0x15,0xa9,0xa8,0x40,0x65,0x10,0x03,0x72, +0xea,0x01,0xf1,0x13,0x91,0x80,0x00,0x08,0x09,0x55,0x00,0x00,0x90,0x99,0x9a,0xb0, +0x09,0x0b,0xd5,0x73,0x00,0x90,0xa2,0x8a,0x00,0x1c,0x99,0x07,0x80,0x01,0x30,0x92, +0xa9,0x10,0x00,0x0a,0xa0,0x08,0xbe,0x15,0xf2,0x2d,0x59,0xd0,0xa1,0x10,0x00,0x95, +0xa7,0xb0,0x6a,0xaa,0x95,0x50,0x71,0x00,0x8a,0x10,0x72,0x40,0x4b,0x00,0x9a,0x44, +0x86,0x60,0x00,0x05,0x00,0x40,0x02,0x50,0x25,0x00,0x59,0xb8,0x68,0x53,0x09,0x00, +0xc4,0xa2,0x0a,0x8a,0xc4,0x90,0x09,0x09,0x19,0x80,0x09,0x08,0x0b,0x30,0x18,0x17, +0x3a,0x80,0x73,0x98,0x70,0x66,0xc9,0x1c,0xf0,0x4f,0x54,0x00,0x01,0x70,0x91,0x00, +0x49,0xc8,0xd8,0xd5,0x01,0x76,0xc2,0xa0,0x3b,0x8a,0x19,0x80,0x35,0x08,0x0d,0x20, +0x3b,0x87,0x96,0xa0,0x12,0x06,0x20,0x25,0x01,0x10,0x04,0x00,0x25,0xa4,0x28,0x00, +0x18,0x56,0x69,0xc5,0x55,0x19,0xc2,0xa0,0x37,0x91,0x48,0x90,0x03,0xd0,0x0a,0x30, +0x1a,0x37,0x48,0x80,0x40,0x03,0x50,0x25,0x06,0x24,0x47,0x00,0x4c,0xbc,0x65,0x00, +0x49,0x9a,0xc9,0xc6,0x19,0xd8,0xc5,0xb0,0x76,0x81,0x0a,0xa0,0x48,0xc9,0x1b,0x40, +0x23,0x70,0x4a,0xa0,0x08,0x54,0x80,0x56,0x64,0x00,0xf0,0x11,0x33,0x75,0x34,0x00, +0x27,0x95,0x73,0x00,0x5d,0xe9,0xc9,0xd3,0x64,0x44,0xb4,0x90,0x4b,0x86,0x0b,0x50, +0x1a,0x53,0x0c,0x20,0x19,0xb3,0x84,0x81,0x41,0x03,0x20,0x13,0xa8,0x24,0xf0,0x10, +0x2a,0xda,0x8a,0x85,0x1b,0xcb,0x68,0x90,0x17,0xa5,0x58,0x84,0x06,0x87,0x97,0x73, +0x05,0x68,0xed,0xa1,0x01,0x52,0x60,0x00,0x39,0xb9,0xb8,0x86,0x00,0x02,0x20,0xab, +0x1e,0xf3,0x28,0x00,0x28,0xc8,0x8a,0xb6,0x00,0x91,0x09,0x10,0x00,0x19,0x38,0x00, +0x00,0x07,0xe0,0x00,0x01,0x88,0x4b,0x40,0x38,0x20,0x00,0x67,0x00,0xb0,0x10,0x90, +0x09,0x59,0x39,0x90,0x8b,0x88,0x22,0x90,0x00,0x80,0x65,0x90,0x58,0xc8,0x03,0x91, +0x16,0x87,0x69,0xd4,0x72,0x87,0x20,0x90,0x16,0x70,0x37,0x1f,0xf4,0x10,0x70,0x02, +0xb2,0x85,0x76,0x79,0x51,0x85,0xa6,0x90,0x00,0x83,0xe6,0x98,0xc3,0x87,0x96,0x80, +0x80,0x81,0x50,0x80,0x80,0x68,0x87,0x80,0x80,0x00,0x02,0x40,0x80,0x61,0x03,0xf2, +0x11,0x16,0x17,0x05,0xc3,0x6b,0x9b,0x95,0x00,0x1a,0x67,0x80,0x00,0x19,0x57,0x98, +0xc5,0x1a,0x67,0x80,0x80,0x7a,0x99,0x90,0x80,0x28,0x64,0x80,0x80,0x70,0x09,0x20, +0x80,0x8d,0x0b,0xf0,0x0f,0x02,0x61,0x39,0x9a,0x95,0x10,0x08,0x45,0x90,0x00,0x47, +0xc7,0xa8,0xc5,0x48,0xc8,0x90,0x90,0x15,0x95,0x80,0x90,0x71,0x87,0x80,0x90,0x04, +0x72,0x50,0x90,0x59,0x1d,0x00,0xe2,0x11,0x00,0x86,0x28,0xf4,0x05,0x00,0x5c,0x99, +0x60,0x00,0x72,0x00,0x90,0x00,0x90,0x01,0x80,0x03,0x80,0x03,0x60,0x2a,0x00,0x8a, +0x20,0x10,0x18,0xf1,0x0d,0x7b,0xa9,0xa8,0x83,0x09,0x09,0x77,0x72,0x0c,0xc0,0x19, +0x70,0x16,0x83,0x5c,0x80,0x25,0x85,0x58,0x00,0x61,0x88,0x89,0x00,0x75,0x97,0x3a, +0x83,0x24,0x00,0x00,0xd6,0x0d,0x70,0x04,0x40,0x00,0x39,0x9c,0xc9,0x97,0x1a,0x22, +0xb1,0x00,0x29,0x90,0x00,0x00,0xb1,0x90,0x08,0x2b,0x20,0x79,0x65,0x19,0x30,0x99, +0x99,0x99,0x2b,0x11,0x01,0x06,0x00,0x05,0x09,0x00,0x01,0x63,0x0b,0xf2,0x05,0xc0, +0x11,0xa0,0x80,0x85,0x77,0xc4,0x88,0xc2,0x50,0x90,0x80,0x80,0x91,0x90,0x88,0xc0, +0x00,0x90,0x60,0xd0,0x22,0xf0,0x0b,0x60,0x88,0xb0,0xd8,0xd8,0x08,0x0b,0x4b,0x88, +0xb0,0xa4,0xb8,0x08,0x1b,0x6c,0x88,0x73,0x51,0x94,0x00,0x80,0x09,0x00,0x44,0x05, +0xa0,0x46,0x03,0xf1,0x04,0x97,0x77,0xb0,0x06,0x75,0x55,0xb0,0x03,0x97,0x77,0x60, +0x08,0xa6,0x95,0x51,0x18,0x78,0xc7,0x60,0x7f,0x09,0xf1,0x30,0x89,0xc8,0x85,0x35, +0x30,0x08,0x00,0x84,0x85,0x8c,0x80,0x80,0x89,0x08,0x80,0x88,0x89,0x08,0x80,0x80, +0xa9,0x9d,0x93,0x88,0x80,0x89,0x10,0x60,0x06,0x61,0x90,0x00,0x33,0x00,0x23,0x07, +0x87,0x77,0x90,0x07,0x65,0x55,0x90,0x04,0x88,0x88,0x50,0x16,0x97,0xa6,0x64,0x03, +0x81,0xb8,0x80,0x08,0xa3,0x70,0x00,0x36,0x19,0x98,0x86,0xdb,0x0e,0xf4,0x08,0x77, +0x78,0x60,0x0b,0x66,0x68,0x60,0x09,0x88,0x98,0x50,0x05,0x62,0x80,0x60,0x08,0x62, +0x87,0x10,0x78,0xb9,0xc8,0x83,0xf9,0x18,0xf1,0x41,0x28,0xb8,0xaa,0x70,0x09,0x53, +0x85,0x30,0x69,0x99,0xa9,0x72,0x07,0x77,0x78,0x30,0x09,0x55,0x58,0x40,0x09,0x22, +0x26,0x40,0x0a,0x77,0x7a,0x40,0x0c,0xcc,0xcd,0x60,0x09,0x67,0x67,0x50,0x57,0x7a, +0x77,0x72,0x07,0x66,0x68,0x30,0x08,0x68,0x79,0x30,0x06,0x38,0x28,0x10,0x63,0x3a, +0x01,0x80,0x14,0x52,0x14,0x71,0x3b,0x84,0x83,0x00,0x48,0xc7,0x97,0xb4,0x37,0xc7, +0x90,0x80,0x04,0xa7,0x97,0x70,0x09,0x33,0x33,0x90,0x04,0x00,0x00,0xeb,0x09,0x10, +0x90,0x86,0x1a,0x40,0x00,0xd9,0xd9,0xd9,0x43,0x1a,0x30,0xc8,0xd8,0xd8,0x07,0x00, +0x00,0x0e,0x00,0x30,0x00,0x00,0x08,0xa5,0x01,0x80,0x07,0x88,0xc7,0xb2,0x07,0x77, +0xc7,0xa2,0x08,0x00,0xc1,0x00,0x84,0x40,0x00,0x00,0x8d,0x10,0x00,0x19,0x84,0x89, +0x97,0x5b,0x08,0xf0,0x2c,0xa2,0x1a,0x20,0x05,0xb4,0x3b,0x51,0x28,0xd7,0x6d,0x94, +0x09,0x66,0x74,0x92,0x26,0x98,0x98,0x63,0x04,0x97,0x77,0x80,0x04,0x40,0x00,0x80, +0x04,0xa7,0x78,0x80,0x0c,0xdd,0xdd,0x60,0x0a,0x66,0x68,0x50,0x68,0x78,0x77,0x72, +0x0b,0x79,0x97,0x90,0x0b,0x78,0x74,0x70,0x3b,0x8c,0x2f,0x30,0x44,0x2a,0x92,0x93, +0x2f,0x11,0xf0,0x05,0x28,0x9c,0x88,0x86,0x00,0x92,0x00,0x00,0x04,0xe8,0x88,0xa0, +0x38,0xa7,0x77,0xa0,0x00,0xa8,0x88,0xa0,0x0b,0x02,0x00,0x63,0x10,0x00,0x38,0x46, +0x40,0x4a,0x6a,0x98,0xc0,0x13,0x10,0xf1,0x04,0x09,0x37,0x80,0x80,0x0a,0x57,0x98, +0xc0,0x79,0x99,0x80,0x80,0x19,0x63,0x80,0x80,0x81,0x07,0x64,0x18,0x0e,0x00,0x7c, +0x01,0x63,0x06,0x9a,0xc9,0x91,0x00,0x01,0x46,0x1d,0xf5,0x00,0x0b,0xe4,0x00,0x00, +0x94,0x89,0x20,0x1b,0x41,0x80,0xa6,0x12,0x01,0x80,0x03,0x5b,0x25,0xf0,0x04,0x9e, +0xeb,0x96,0x00,0x65,0x8a,0x00,0x02,0x91,0x84,0x80,0x2a,0x9a,0xc9,0x99,0x00,0x01, +0x80,0x01,0x18,0x00,0x01,0x03,0x08,0xf4,0x0c,0x24,0xb9,0x80,0x7d,0xa6,0x50,0x80, +0x0d,0x94,0x50,0x80,0x3c,0x88,0x40,0x80,0x97,0x27,0x20,0x80,0x17,0x2a,0x00,0x97, +0x07,0x65,0x00,0xb7,0xdb,0x07,0xf3,0x02,0x07,0x14,0x9d,0x91,0x7d,0x92,0x09,0x00, +0x0d,0x97,0x9d,0x94,0x3b,0x51,0x09,0x00,0x87,0xe6,0x05,0x00,0x04,0x00,0x40,0x01, +0x12,0x81,0x10,0x82,0x1f,0xf1,0x28,0x05,0x89,0xc8,0x80,0x09,0x01,0x70,0x80,0x08, +0x89,0xd8,0xb0,0x00,0x2b,0xc7,0x00,0x06,0xa2,0x75,0x92,0x26,0x01,0x70,0x26,0x00, +0x33,0x00,0x00,0x02,0xd8,0x8c,0x00,0x39,0x58,0xa2,0x00,0x01,0x59,0x95,0x10,0x29, +0x89,0x88,0x91,0x00,0x36,0x24,0x00,0x08,0x36,0x27,0x30,0x15,0x1a,0x10,0x40,0x02, +0xf1,0x2d,0x08,0x99,0xc9,0x93,0x01,0x61,0x80,0x90,0x00,0x81,0x85,0x20,0x29,0x9d, +0xfa,0x96,0x00,0x57,0x99,0x00,0x08,0x71,0x82,0xa2,0x24,0x01,0x80,0x06,0x06,0x11, +0x46,0x91,0x3a,0x7a,0x42,0x00,0x1a,0x69,0x88,0x81,0x0d,0x99,0x80,0x90,0x3a,0x48, +0x45,0xa0,0x77,0x18,0x0d,0x40,0x06,0x36,0x4b,0x60,0x06,0x85,0x70,0x56,0xde,0x05, +0x00,0xa4,0x00,0xf1,0x0c,0x27,0xc9,0x70,0x3c,0x90,0x76,0x20,0x0c,0x92,0x95,0xb4, +0x2c,0x54,0xc1,0xa0,0x77,0x17,0x1a,0x80,0x06,0x28,0x1c,0x70,0x06,0x82,0xa1,0x56, +0xc8,0x00,0xf1,0x0d,0x98,0xc8,0xc0,0x07,0x88,0xc7,0xc0,0x06,0x88,0xc7,0xa0,0x28, +0x89,0xc8,0x86,0x00,0x3a,0xc8,0x00,0x06,0x91,0x84,0xa2,0x35,0x01,0x80,0x16,0x07, +0x40,0x00,0xf1,0x0a,0x8c,0x86,0x3b,0x76,0x8c,0x85,0x0c,0x88,0x0a,0x09,0x1d,0x69, +0x2c,0x39,0x78,0x19,0x91,0x99,0x07,0x18,0x00,0x09,0x07,0x18,0x00,0x5f,0x07,0x00, +0xc3,0x0c,0xf1,0x01,0x28,0x8a,0xd9,0x86,0x01,0x85,0x89,0x40,0x39,0x87,0x86,0x88, +0x00,0xb3,0x36,0x60,0x04,0x00,0x81,0x66,0x66,0x20,0x18,0x88,0x88,0x85,0x08,0xdb, +0x15,0xf1,0x28,0x88,0x80,0x7d,0xa0,0x00,0x00,0x0e,0x77,0x8d,0x84,0x5c,0x62,0x19, +0x30,0x98,0x08,0x19,0x81,0x08,0x19,0x09,0x36,0x08,0x01,0x96,0x01,0x06,0x20,0x60, +0x80,0x18,0x50,0x83,0x60,0x2b,0x86,0x99,0x92,0x0c,0xa0,0x00,0x00,0x3b,0x53,0x99, +0x80,0x56,0x20,0x00,0x00,0x06,0x28,0x99,0x95,0x06,0xf3,0x03,0x00,0xc8,0x00,0xf5, +0x0f,0x36,0x00,0x06,0x17,0x9c,0x95,0x4d,0x91,0x71,0x60,0x0c,0x79,0x30,0x93,0x1c, +0x92,0x94,0x51,0x87,0x20,0x6b,0x00,0x16,0x10,0x9b,0x60,0x06,0x2a,0x20,0x66,0x93, +0x09,0xf4,0x08,0x14,0x40,0x80,0x07,0x10,0x80,0x90,0x4c,0x96,0x8d,0x83,0x0c,0x74, +0x8d,0x81,0x2c,0x40,0x09,0x00,0x68,0x18,0x8d,0x85,0x94,0x01,0x05,0xab,0x0a,0xf5, +0x0c,0x14,0xcb,0xc0,0x5d,0xaa,0x95,0x40,0x0d,0x93,0x8a,0x61,0x4a,0x39,0x88,0x93, +0x47,0x18,0x00,0x90,0x07,0x18,0x88,0xc0,0x07,0x18,0x00,0x90,0xdc,0x01,0xf4,0x0a, +0x1b,0x88,0x84,0x4c,0x89,0x5a,0x62,0x0d,0x99,0x6c,0x81,0x5a,0x29,0x08,0x00,0x47, +0x19,0x7a,0x83,0x07,0x1b,0x88,0x85,0x07,0x10,0xdb,0x09,0xf0,0x0b,0x38,0x00,0x18, +0x30,0xa8,0x30,0x3c,0x89,0x20,0x93,0x0d,0xa4,0x77,0x44,0x3c,0x56,0x15,0x62,0x47, +0x15,0x26,0x80,0x07,0x28,0x8a,0x94,0x40,0x00,0x00,0x3a,0x07,0xf2,0x02,0x3b,0x72, +0x83,0x81,0x1a,0x49,0x88,0xa4,0x0d,0x99,0x66,0x94,0x3d,0x56,0x79,0x82,0x68,0x3a, +0x07,0x51,0x60,0x07,0x3b,0x20,0x68,0xd8,0x00,0xf1,0x0f,0x20,0x80,0x80,0x17,0x45, +0xc7,0xc3,0x2b,0x77,0xb9,0xb5,0x0c,0x95,0x7c,0x73,0x3b,0x59,0x6b,0x85,0x46,0x28, +0x7c,0x95,0x06,0x21,0x70,0x80,0x06,0x29,0x10,0xe3,0x08,0xf1,0x11,0x23,0x33,0x51, +0x00,0x95,0x46,0x98,0x83,0x99,0x27,0x84,0x43,0x93,0xc3,0x29,0x50,0x91,0xd1,0x0d, +0x00,0x98,0x47,0x2c,0x30,0x95,0x02,0x82,0xa0,0x47,0x77,0x60,0x33,0xf2,0x21,0x41, +0x01,0x80,0x00,0x09,0x04,0x00,0x33,0xc9,0x91,0x09,0x0c,0x00,0xf0,0x05,0x7d,0x9a, +0xc9,0x93,0x09,0x99,0xd9,0x93,0x01,0x10,0x90,0x00,0x04,0x40,0xd9,0x90,0x04,0x40, +0x90,0x00,0x04,0x00,0x32,0x2a,0xa8,0xc8,0xb8,0x01,0x21,0x71,0x90,0x04,0x00,0x90, +0x08,0x71,0x91,0x82,0x08,0x79,0xba,0x40,0x08,0x0c,0x00,0x00,0x04,0x00,0x72,0x72, +0x90,0x08,0x4d,0xa9,0x79,0x96,0xc8,0x0e,0xf4,0x2b,0x40,0x00,0x06,0x15,0xb8,0x60, +0x07,0x25,0x50,0x00,0x58,0x9b,0xa8,0x82,0x07,0x65,0x32,0x80,0x38,0x05,0x7a,0x00, +0x00,0x49,0x80,0x00,0x69,0x50,0x00,0x00,0x29,0xd9,0xac,0x96,0x02,0xc8,0x57,0x33, +0x08,0x07,0x5b,0x90,0x36,0x7a,0x29,0x00,0x00,0x87,0x27,0x00,0x01,0xa0,0x27,0x07, +0x2a,0x10,0x0b,0x98,0xd1,0x0b,0xf0,0x0a,0x6c,0x88,0x48,0x00,0x1b,0x6b,0x8c,0x81, +0x73,0x89,0x7c,0x73,0x49,0xa0,0x9e,0x20,0x05,0x54,0x69,0x90,0x1b,0x49,0x08,0x56, +0x72,0xc7,0x07,0xf6,0x10,0x11,0x00,0x00,0x09,0x61,0x98,0x80,0x0c,0x83,0x90,0x90, +0x09,0x04,0x30,0x54,0x0c,0x84,0xb8,0xc0,0x0a,0x53,0x74,0x90,0x6c,0x41,0x2f,0x30, +0x09,0x06,0x93,0x95,0x0b,0x0a,0x01,0xc7,0x25,0x00,0xcd,0x20,0x80,0xb3,0x0c,0x96, +0xaa,0x20,0x09,0x00,0xa0,0x10,0x00,0x91,0x04,0x0a,0x24,0x90,0x08,0x2d,0x82,0x79, +0xa4,0x03,0x11,0x00,0xeb,0x0a,0x20,0x64,0x09,0xb8,0x19,0xf1,0x05,0x87,0x48,0x4c, +0x89,0x08,0x00,0x39,0x09,0x27,0x05,0x49,0x05,0x84,0x0a,0x09,0x00,0x09,0x35,0x07, +0x88,0x98,0x04,0xf0,0x1a,0x29,0x19,0x8d,0x00,0x00,0x09,0x09,0x10,0x57,0x64,0x02, +0x72,0x00,0x3d,0x8a,0x90,0x08,0x16,0x4a,0x10,0x28,0x04,0xd9,0x10,0x41,0x84,0x02, +0x82,0x09,0x10,0x09,0x00,0x02,0x50,0x09,0x00,0x20,0x0d,0x9d,0x99,0x18,0xde,0x3a, +0xd2,0x0c,0x8d,0x89,0x06,0x38,0x09,0x09,0x19,0x0d,0x9d,0x99,0x01,0x08,0x55,0x13, +0xf0,0x2a,0x08,0x36,0xa8,0x90,0x00,0x08,0x10,0x90,0x38,0x47,0x00,0x84,0x00,0x29, +0x88,0xb1,0x07,0x39,0x00,0x71,0x38,0x0b,0x88,0xc1,0x10,0x09,0x00,0x71,0x08,0x30, +0x09,0x00,0x00,0x46,0x8c,0x82,0x25,0x00,0x09,0x00,0x04,0x28,0x8c,0x85,0x00,0x40, +0x82,0x00,0x04,0x51,0x70,0x90,0x0a,0x0b,0x98,0x96,0x01,0xff,0x13,0x00,0x14,0x04, +0xf1,0x2c,0x58,0x8d,0x86,0x22,0x09,0x09,0x17,0x07,0x1c,0x8c,0x92,0x00,0x28,0x90, +0xa0,0x06,0x66,0x4a,0x50,0x09,0x83,0x8a,0x92,0x02,0x45,0x10,0x16,0x03,0x00,0x22, +0x00,0x04,0x60,0x08,0x00,0x00,0x08,0x9d,0x86,0x18,0x20,0x09,0x00,0x00,0x17,0x9d, +0x93,0x01,0x80,0x09,0x00,0x08,0x10,0x09,0x00,0x09,0x39,0x9d,0x98,0x8f,0x01,0xf2, +0x0e,0x04,0x20,0x00,0x03,0x6c,0x88,0xc0,0x21,0x56,0x88,0x40,0x07,0x15,0x99,0x61, +0x00,0x8b,0x88,0xa3,0x06,0x38,0x00,0x90,0x19,0x0c,0x88,0xc0,0x01,0x08,0xbc,0x02, +0xf1,0x0d,0x19,0x18,0x08,0x44,0x00,0x08,0x09,0x44,0x58,0x79,0x5d,0x74,0x01,0x98, +0x79,0xc4,0x06,0x18,0x08,0x54,0x09,0x17,0x08,0x44,0x54,0x71,0x08,0x44,0xb8,0x02, +0xc0,0x22,0x57,0x92,0x00,0x43,0x39,0x00,0x24,0x29,0x9d,0x97,0x06,0x68,0x00,0xf3, +0x1f,0x35,0x8d,0x82,0x05,0x58,0x00,0x35,0x0a,0x09,0x77,0x95,0x01,0x08,0x00,0x45, +0x05,0x00,0x13,0x00,0x03,0x78,0xab,0x86,0x12,0x03,0x70,0x90,0x08,0x2a,0x87,0x77, +0x00,0x18,0x25,0x80,0x02,0x79,0x25,0x80,0x0a,0x2a,0x25,0x84,0x17,0x74,0x01,0xd8, +0x01,0x01,0x79,0x16,0xf1,0x0e,0x07,0x07,0x97,0xb4,0x47,0x10,0x76,0x74,0x47,0x37, +0x76,0x74,0x47,0x01,0x76,0x74,0x47,0x09,0x56,0x53,0x37,0x18,0x08,0x50,0x07,0x42, +0x71,0x61,0x75,0x94,0x01,0xf0,0x11,0x15,0x09,0x06,0x02,0x29,0x09,0x74,0x42,0x08, +0x8d,0x94,0x08,0x09,0x11,0x28,0x01,0x1b,0x77,0x78,0x07,0x2c,0x88,0x88,0x0a,0x09, +0x00,0x08,0x34,0x09,0x02,0x95,0x01,0x90,0x00,0xf4,0x0c,0x4c,0x77,0xb2,0x10,0x0b, +0x55,0xa2,0x1a,0x18,0x77,0x81,0x01,0x15,0x05,0x02,0x01,0x7c,0x8a,0x82,0x09,0x19, +0x09,0x04,0x17,0x1d,0x98,0x88,0xb6,0x2b,0xf4,0x4d,0x18,0x58,0xd8,0x81,0x30,0x89, +0xc9,0x83,0x57,0x0a,0x06,0x40,0x00,0x93,0x70,0x93,0x08,0x45,0x95,0x80,0x36,0x80, +0x88,0x53,0x50,0x06,0x70,0x00,0x45,0x23,0xa3,0x30,0x07,0x35,0xb5,0x50,0x10,0x36, +0xc6,0x60,0x57,0x77,0x87,0x72,0x01,0x49,0x77,0xa0,0x09,0x49,0x66,0xa0,0x27,0x49, +0x77,0xa0,0x61,0x44,0x06,0x80,0x05,0x05,0x00,0x52,0x05,0x8c,0x89,0x30,0x00,0x25, +0x07,0x00,0x14,0x8b,0x88,0x92,0x02,0x16,0x37,0x80,0x09,0x5b,0xa7,0x80,0x09,0x26, +0x46,0x80,0x34,0x05,0x72,0x80,0x64,0x00,0x90,0x07,0x3c,0x77,0xb0,0x20,0x0c,0x77, +0xb0,0x28,0x6f,0x1a,0xf0,0x02,0x48,0x88,0x81,0x07,0x64,0x77,0x71,0x09,0x44,0x77, +0x71,0x44,0x9a,0xcc,0xb6,0x00,0x00,0x1c,0x4d,0xf0,0x03,0x06,0x00,0x06,0x6b,0x5c, +0x85,0x10,0x57,0x75,0x00,0x38,0x49,0x57,0xc3,0x03,0x52,0xa8,0xc5,0x17,0x12,0x82, +0x26,0x80,0x80,0x80,0x55,0x59,0x57,0x70,0xc6,0x2b,0xf0,0x10,0x33,0x00,0x08,0x39, +0xcc,0x96,0x10,0x44,0x88,0x56,0x18,0x37,0xbb,0x72,0x03,0x06,0x66,0xa3,0x09,0x3b, +0x77,0x73,0x09,0x00,0x00,0x45,0x14,0x00,0x06,0xa1,0x10,0xcc,0x00,0xf1,0x0c,0x89, +0x8b,0x83,0x40,0x77,0x88,0xa0,0x36,0x88,0x76,0xb0,0x02,0x96,0x78,0xb0,0x09,0x92, +0x18,0x50,0x45,0x99,0x08,0x82,0x65,0x43,0x66,0x12,0xa0,0x01,0xf1,0x0b,0x2c,0xeb, +0x90,0x10,0x1a,0x29,0x91,0x39,0x95,0x55,0x59,0x00,0x0b,0x77,0xa0,0x06,0x2b,0x66, +0xa0,0x09,0x0b,0x66,0xa0,0x24,0x09,0x03,0xac,0x00,0xf1,0x11,0x21,0x00,0x61,0x00, +0x08,0x6b,0x8a,0x82,0x30,0x76,0x71,0x91,0x46,0x3a,0x49,0x31,0x02,0x49,0xc7,0x50, +0x0a,0x7c,0x09,0x80,0x54,0x2a,0x55,0xa1,0x30,0x07,0x20,0x11,0x22,0x10,0xf1,0x4b, +0x8b,0xc8,0xc3,0x00,0x17,0x80,0x80,0x75,0x47,0x75,0x71,0x02,0x88,0xc8,0x92,0x07, +0x44,0x90,0x90,0x62,0x44,0x94,0x80,0x10,0x00,0x90,0x00,0x36,0x4a,0x6b,0x51,0x03, +0x27,0x37,0x20,0x40,0x7a,0xbc,0x93,0x36,0x59,0xac,0x81,0x01,0x94,0x38,0x61,0x0a, +0x97,0x8c,0x81,0x37,0x96,0x61,0x91,0x60,0x90,0x02,0x90,0x23,0x00,0x94,0x41,0x09, +0x00,0x95,0x51,0x20,0x87,0xc7,0xa5,0x36,0x84,0xb6,0x41,0x00,0x80,0x47,0x70,0x08, +0x80,0x15,0x20,0x27,0x87,0x76,0x63,0x64,0x64,0x96,0x37,0x16,0xf2,0x11,0x22,0x06, +0x05,0x00,0x06,0x88,0x89,0x21,0x20,0x96,0x9b,0x86,0x25,0x78,0xab,0x61,0x01,0x9b, +0x75,0xa0,0x08,0x59,0x61,0xa0,0x26,0x70,0x88,0xb1,0x63,0x66,0x87,0x18,0xc0,0x19, +0x60,0x40,0x00,0x00,0x04,0xb8,0x82,0x6d,0x21,0x00,0x50,0x08,0x00,0x04,0x00,0xc2, +0x04,0x12,0x30,0x40,0x27,0x17,0x54,0x73,0x20,0x02,0x01,0x01,0x00,0x05,0xf1,0x2f, +0x90,0x00,0x5b,0x96,0xc8,0x50,0x06,0x30,0x80,0x80,0x6c,0x96,0xb0,0x80,0x06,0x26, +0x76,0x84,0x28,0x06,0x00,0x74,0x27,0x53,0x80,0xa1,0x50,0x22,0x21,0x23,0x01,0x60, +0x60,0x00,0x09,0x98,0xd8,0x81,0x7d,0x77,0xc7,0x50,0x19,0x44,0xb4,0x30,0x09,0x33, +0xb3,0x20,0x08,0x77,0x87,0x81,0x28,0x43,0x81,0xa0,0x40,0x22,0x22,0x23,0xf3,0x1a, +0x02,0xf7,0x1a,0x21,0x91,0x09,0x4e,0x2e,0xb1,0x9a,0x00,0x08,0x00,0x0a,0x00,0x28, +0x00,0x0a,0x00,0x71,0x96,0x14,0x00,0xd4,0x2f,0xf1,0x0f,0x99,0x94,0x08,0x80,0x90, +0x00,0x0c,0xb6,0xc8,0x84,0x09,0x00,0xa6,0x36,0x0c,0xa3,0x89,0x82,0x17,0x54,0x77, +0xa0,0x45,0x58,0x49,0xb0,0x61,0x5a,0x74,0x28,0x60,0x04,0xf3,0x09,0x98,0x8d,0x80, +0x07,0x20,0x09,0x00,0x0b,0x99,0x9d,0x94,0x00,0x03,0x99,0x00,0x00,0x4a,0x09,0x00, +0x19,0x70,0x09,0x00,0x32,0xef,0x02,0xf0,0x06,0x02,0x70,0x08,0x00,0x18,0x70,0xad, +0xa6,0x3b,0xc5,0x3a,0x43,0x42,0x73,0x55,0xb5,0x16,0xc7,0x88,0xc8,0x25,0x13,0x14, +0xf0,0x18,0x70,0x43,0x80,0x00,0x70,0x06,0xb0,0x00,0x90,0x08,0x50,0x53,0x90,0x08, +0x35,0x07,0xa8,0x9c,0x87,0x00,0x90,0x3c,0x00,0x09,0x90,0x7b,0x10,0x73,0x90,0xa2, +0x60,0x00,0x96,0x50,0x91,0x00,0xb8,0x00,0x09,0x89,0x07,0xf4,0x05,0x58,0x8c,0x98, +0x82,0x39,0x6a,0x95,0x70,0x02,0x39,0x54,0x00,0x58,0xab,0xa7,0x90,0x78,0x9b,0x99, +0x93,0x7b,0x2e,0x00,0x01,0x00,0xf2,0x07,0x3c,0x85,0x8d,0x86,0x08,0x00,0x2a,0x00, +0x4c,0x50,0x9b,0x90,0x08,0x08,0x39,0x56,0x09,0x42,0x09,0x01,0x5a,0x40,0x73,0x22, +0x20,0x4c,0x99,0x9c,0x06,0xf4,0x07,0x08,0x80,0x3c,0x88,0x18,0x80,0x07,0x18,0x28, +0x80,0x07,0x12,0x59,0x10,0x4b,0xa1,0x98,0x06,0x20,0x19,0x17,0x75,0xbc,0x19,0xf0, +0x22,0x5c,0x80,0x98,0xc5,0x08,0x06,0x80,0x80,0x2b,0x47,0x80,0x90,0x1a,0x55,0x77, +0xc3,0x08,0x03,0x50,0x80,0x4b,0x79,0x10,0x80,0x00,0x44,0x48,0x87,0x5c,0x89,0x8c, +0x88,0x08,0x09,0x6b,0x68,0x4c,0x79,0x4a,0x48,0x08,0x02,0x3b,0x32,0x09,0x66,0x8d, +0x86,0x6d,0xec,0x04,0x30,0x38,0x8d,0x88,0x60,0x00,0xf2,0x0d,0x2a,0x57,0x09,0x08, +0x07,0x05,0x88,0x84,0x2c,0x47,0x8b,0x86,0x07,0x06,0x9b,0x86,0x08,0x37,0x72,0x58, +0x3b,0x67,0x72,0x58,0x00,0x07,0x72,0x88,0x05,0x0c,0xf3,0x00,0x80,0x00,0x04,0x60, +0x80,0x00,0x0b,0x99,0xc9,0x93,0x15,0x00,0x80,0x00,0x04,0xa2,0x26,0x03,0xa6,0x26, +0xf2,0x0b,0x97,0x0a,0x89,0xc8,0xd0,0xa7,0x8c,0x7c,0x09,0x01,0x90,0x90,0xb8,0x9c, +0x8d,0x08,0x00,0x80,0x91,0x60,0x08,0x09,0x71,0x00,0x86,0xa0,0xd1,0x24,0x30,0x08, +0x9d,0x99,0xff,0x25,0x40,0x0c,0x8d,0x88,0xc0,0x07,0x00,0x50,0x9d,0x99,0x82,0x00, +0x90,0xe9,0x21,0xf3,0x0d,0xa4,0x0a,0x8c,0x88,0xa0,0x0a,0x5b,0x65,0xa0,0x08,0x9b, +0xa8,0x80,0x01,0x90,0x2b,0x10,0x48,0x70,0x19,0xa5,0x00,0x90,0x19,0x00,0x09,0x40, +0x19,0xb6,0x16,0xf2,0x15,0x41,0x00,0x7a,0xb1,0xc8,0xb1,0x75,0x78,0x77,0x60,0x7a, +0xb1,0x7a,0x70,0x75,0x76,0x98,0xa3,0x7a,0xb0,0x80,0x80,0x60,0x00,0xc8,0xc0,0x00, +0x00,0x80,0x80,0x00,0x81,0x00,0x79,0xd9,0x98,0xc6,0x0b,0x02,0x59,0x22,0x02,0x06, +0x00,0xf6,0x11,0x06,0x00,0x80,0x00,0x4c,0x81,0xd8,0x80,0x70,0x78,0x20,0x80,0x70, +0x75,0x40,0x80,0x78,0xc0,0x73,0x80,0x70,0x70,0x04,0x80,0x79,0xa0,0x00,0x90,0x70, +0x00,0x48,0x70,0x0f,0x2c,0xf0,0x03,0x62,0x00,0x35,0x90,0xb8,0x82,0x35,0x93,0x72, +0x00,0x35,0x78,0x03,0x20,0x09,0x88,0x88,0x40,0x32,0x28,0x00,0x04,0x00,0xf0,0x11, +0x7c,0xaa,0xc8,0xc3,0x00,0x50,0x06,0x00,0x27,0xa8,0x89,0x60,0x07,0x7c,0x87,0x30, +0x23,0x3a,0x43,0x30,0x34,0x44,0x44,0x41,0x0c,0xa9,0xc8,0x90,0x08,0x43,0x80,0x90, +0x20,0x00,0x00,0xac,0x0a,0xf2,0x16,0x07,0x8b,0x8a,0x40,0x6c,0x9a,0xaa,0xa3,0x0a, +0x07,0x14,0x40,0x54,0x01,0x49,0x10,0x0b,0xa9,0xc8,0x70,0x08,0x43,0x81,0x70,0x7c, +0xaa,0xc9,0xc3,0xa9,0x99,0x9a,0xa8,0x88,0x8a,0x90,0x00,0x09,0x06,0x00,0x30,0xa9, +0x99,0x9a,0xb0,0x02,0x00,0x42,0x23,0xb1,0x8a,0xa8,0x85,0x03,0x98,0x87,0x80,0x03, +0xa7,0x77,0xa0,0x04,0x00,0xb0,0x85,0x55,0xa0,0x03,0x73,0x33,0x90,0x38,0x88,0x88, +0x87,0x3d,0x08,0xf0,0x29,0x71,0x79,0x8d,0x4c,0x68,0x98,0xd0,0xe6,0x71,0x09,0x6a, +0x78,0x98,0xd7,0x71,0x71,0x09,0x07,0x17,0x98,0xd0,0x71,0x61,0x08,0x00,0x00,0x13, +0x20,0x17,0x7c,0x64,0x10,0x17,0xa9,0x77,0x50,0x58,0xd7,0x77,0x72,0x0a,0xb7,0x77, +0x70,0x84,0xb6,0x67,0x70,0x01,0xa6,0x67,0x70,0x01,0xb7,0x78,0x70,0x15,0x16,0xf1, +0x28,0x07,0x79,0xa7,0x74,0x02,0xb8,0x88,0x90,0x02,0xc9,0x99,0x90,0x02,0xa6,0x66, +0x90,0x29,0xb7,0x77,0xc5,0x02,0x82,0x07,0x61,0x05,0x00,0x00,0x24,0x06,0x00,0x00, +0x02,0xc9,0x79,0x8d,0x81,0x90,0x80,0x96,0x9d,0x99,0x09,0x02,0x90,0x80,0x90,0x69, +0x58,0x09,0x0a,0x08,0x98,0xd8,0x30,0x08,0xe1,0x06,0xf0,0x2d,0x5c,0x85,0x88,0xa0, +0x08,0x02,0x50,0x80,0x4b,0x74,0x40,0x80,0x96,0x82,0x77,0x97,0x26,0x85,0x77,0x55, +0x1b,0x70,0x00,0x63,0x13,0x00,0x06,0xa0,0x00,0x00,0x11,0x10,0x5c,0x86,0x7c,0x75, +0x08,0x09,0x7c,0x78,0x4b,0xa9,0x6c,0x68,0x87,0x78,0x7c,0x78,0x17,0x74,0x65,0x00, +0x0b,0x91,0xe6,0x00,0x03,0x09,0x14,0x96,0xfd,0x28,0xf3,0x0d,0x5c,0x84,0x9a,0x80, +0x08,0x1d,0x7c,0x76,0x4b,0xa8,0x7c,0x78,0x67,0x78,0x08,0x08,0x07,0x79,0x9c,0x98, +0x0b,0x8a,0x08,0x08,0x01,0x35,0x02,0x86,0x5f,0x2a,0x11,0x50,0x5f,0x2a,0xf1,0x18, +0x9c,0xa9,0x92,0x04,0x18,0x14,0x00,0x0a,0x08,0x14,0x70,0x83,0x08,0x10,0xa0,0x10, +0x7b,0x00,0x10,0x00,0x80,0x06,0x20,0x19,0xe7,0x6d,0xb4,0x28,0xa6,0x88,0x75,0x02, +0x85,0x67,0x50,0x01,0x33,0x33,0x30,0xf0,0x1f,0x70,0x60,0x83,0x80,0x17,0x18,0x60, +0x34,0xd4,0x14,0xf4,0x6d,0x19,0x99,0x8a,0x95,0x05,0x39,0xa3,0x90,0x05,0xa9,0x7a, +0xa0,0x07,0x8a,0xb8,0x82,0x09,0x09,0x05,0x35,0x09,0x7b,0x9b,0x45,0x09,0x00,0x02, +0x83,0x37,0x90,0x08,0x00,0x29,0x02,0x28,0x50,0x7c,0x98,0x28,0x71,0x0d,0x59,0x08, +0x14,0x5b,0x60,0x08,0x90,0x88,0x00,0x04,0x80,0x08,0x00,0x7a,0x00,0x08,0x3c,0x60, +0x00,0x16,0x80,0x60,0x00,0x29,0x14,0xbb,0xa3,0x6c,0x9a,0x09,0x60,0x0c,0x34,0x39, +0x60,0x2d,0x96,0x39,0x80,0x88,0x19,0x09,0x53,0x17,0x14,0x09,0x12,0x07,0x00,0x66, +0x00,0x03,0x70,0x24,0x00,0x3a,0x24,0xa8,0xc0,0x3a,0x74,0x79,0x40,0x2c,0x67,0x79, +0x00,0x1d,0x90,0x88,0xb5,0x88,0x17,0x63,0xb0,0x17,0x10,0x2d,0x20,0x07,0x29,0x80, +0x00,0x04,0x30,0xf1,0x05,0x2a,0x69,0x88,0xc1,0x3a,0x68,0x66,0xa1,0x0c,0x56,0x88, +0x83,0x2d,0x90,0x09,0x00,0x98,0x14,0x8c,0x81,0xdf,0x11,0x30,0x28,0x8d,0x84,0x11, +0x02,0xf4,0x01,0x68,0x8b,0x98,0xa0,0x90,0x60,0x52,0x80,0x39,0x30,0x07,0x70,0x06, +0x8a,0x88,0x20,0x37,0x26,0x40,0x58,0x8d,0x88,0x80,0xfc,0x01,0xf0,0x0d,0x1b,0x88, +0xa8,0x87,0x15,0x94,0x09,0x45,0x06,0x21,0x66,0x60,0x28,0x8a,0xbb,0x96,0x00,0x0b, +0x82,0x00,0x02,0x94,0x09,0x61,0x16,0x10,0x00,0x25,0x40,0x00,0xf0,0x0d,0x97,0xa8, +0x98,0xb3,0x48,0x55,0x17,0x91,0x09,0x89,0x77,0x80,0x09,0x78,0x73,0x90,0x09,0x39, +0xa0,0x90,0x09,0x65,0x33,0x90,0x0b,0x77,0x77,0x90,0x08,0x32,0xf1,0x0c,0x29,0xa8, +0x8b,0x70,0x57,0xc7,0x8b,0x72,0x06,0x77,0x78,0x20,0x09,0x00,0x05,0x40,0x05,0xb9, +0xc7,0x20,0x00,0xb0,0x90,0x22,0x69,0x20,0x78,0xd9,0x21,0x00,0xb4,0x32,0xf2,0x0d, +0x17,0x39,0x09,0x08,0x46,0x76,0x89,0x85,0x33,0x88,0x9b,0x86,0x15,0x76,0x9b,0x85, +0x06,0x89,0x73,0x48,0x5a,0x89,0x73,0x48,0x00,0x08,0x63,0x77,0x46,0x0f,0xf1,0x0f, +0x60,0x00,0x59,0xc8,0xac,0x82,0x48,0xaa,0x99,0x70,0x03,0x3a,0x43,0x90,0x0a,0x4a, +0x44,0x30,0x08,0xaf,0x87,0xb0,0x04,0xa9,0x00,0x90,0x58,0x08,0x07,0x30,0x6d,0x08, +0xf0,0x09,0x10,0x42,0x00,0x1b,0xc9,0xcb,0x96,0x15,0xa9,0xb8,0x90,0x13,0x34,0x93, +0x32,0x25,0x55,0x5a,0x64,0x18,0xa8,0x8b,0x95,0x00,0x03,0x0b,0xf1,0x23,0x04,0x6b, +0x10,0x06,0x00,0x70,0x00,0x4a,0xba,0x9c,0x72,0x60,0x6a,0x64,0x10,0x05,0x91,0x49, +0x30,0x74,0x68,0x73,0x62,0x07,0x08,0x07,0x20,0x03,0x64,0x39,0x00,0x58,0x88,0xab, +0x81,0x07,0x11,0x71,0x10,0x98,0xab,0x8c,0x61,0x19,0x66,0x67,0x60,0x0a,0x66,0x67, +0x00,0x1c,0xb3,0x03,0xb4,0x5a,0x20,0x59,0xc7,0x8b,0x72,0x4a,0x10,0x17,0x5f,0x1f, +0xf0,0x0a,0x24,0x00,0x2b,0xc7,0x98,0xb5,0x18,0x88,0xb7,0x94,0x08,0x77,0x77,0x57, +0x01,0xb7,0x77,0x90,0x01,0xa5,0x55,0x50,0x01,0x92,0x22,0x37,0x2c,0xf0,0x02,0xc0, +0x01,0x51,0x70,0x60,0x00,0x91,0x75,0x20,0x18,0x9e,0xfc,0x85,0x19,0x82,0x64,0x94, +0x20,0x21,0xf5,0x1d,0x18,0x8d,0xd9,0x86,0x01,0x88,0x1a,0x40,0x27,0x20,0x00,0x46, +0x10,0x82,0x09,0x00,0x25,0x88,0x09,0x00,0x05,0x94,0x0a,0x87,0x39,0xc7,0x09,0x00, +0x07,0xd3,0xba,0x88,0x36,0x96,0x70,0x09,0x10,0x81,0xc8,0x89,0x00,0x81,0x70,0x09, +0xad,0x08,0xf2,0x10,0x22,0x3a,0x31,0x59,0x83,0x5b,0x52,0x2a,0x52,0x6c,0x61,0x5d, +0x86,0x77,0x75,0x0e,0x64,0x97,0xa2,0x5b,0x54,0x96,0xa2,0x58,0x04,0x96,0xa2,0x07, +0x04,0x42,0xa1,0xe6,0x05,0xf0,0x0f,0x35,0x60,0x07,0x8c,0x43,0x00,0x03,0xc8,0x9a, +0x00,0x01,0x2c,0x84,0x50,0x04,0xd7,0x56,0xe1,0x05,0x84,0xa4,0x25,0x06,0x70,0x92, +0x91,0x05,0x09,0x70,0x14,0xf0,0x04,0xf0,0x0f,0x08,0x82,0xc9,0xa0,0x07,0x83,0x8a, +0x73,0x00,0x78,0x46,0x01,0x03,0xbe,0x63,0x40,0x0a,0xd8,0xa7,0xa3,0x02,0x70,0x95, +0x40,0x19,0x18,0x70,0x63,0x04,0x20,0x5b,0x2b,0xf1,0x07,0x9c,0x92,0x75,0x90,0x18, +0x00,0x6b,0x30,0x18,0x00,0x6b,0x70,0x18,0x00,0x43,0x00,0x18,0x00,0x79,0x88,0xad, +0x94,0x5f,0x00,0x10,0x20,0xa8,0x15,0xf1,0x0b,0xd9,0x80,0x36,0x70,0x95,0x30,0x5b, +0x51,0xc5,0xb3,0x2c,0x84,0xb4,0xa0,0x43,0x38,0x1b,0x60,0x59,0x69,0x59,0xa1,0x00, +0x14,0x50,0x14,0x37,0x2e,0xf2,0x0c,0x50,0x90,0x90,0x08,0x21,0x80,0x80,0x4b,0xa1, +0x71,0x80,0x07,0x33,0x83,0xb0,0x3c,0x86,0xb7,0xb0,0x01,0x5a,0x1b,0x55,0x37,0x58, +0x56,0x0a,0x09,0x0d,0xf0,0x30,0x84,0x50,0x08,0x00,0x84,0x80,0x65,0x96,0xc6,0x20, +0x6b,0x21,0x89,0x92,0x29,0x47,0x76,0x41,0x77,0x30,0x0a,0x80,0x26,0x80,0x7d,0x02, +0x42,0x09,0x33,0xa3,0x04,0x10,0x60,0x00,0x08,0x08,0xd8,0x84,0x36,0x77,0xc4,0x00, +0x4b,0x38,0x39,0x00,0x1a,0x58,0x8c,0x82,0x46,0x15,0x19,0x60,0x28,0x79,0x09,0x35, +0x31,0x22,0x77,0x04,0x00,0x59,0x0d,0xf0,0x0d,0x22,0xb8,0xc0,0x07,0x43,0x70,0x90, +0x6a,0x82,0xb7,0xc0,0x09,0x43,0x60,0x90,0x58,0x42,0xb8,0xc0,0x04,0x73,0x60,0x90, +0x45,0x19,0xb8,0xc5,0x00,0xa4,0x00,0xf1,0x08,0x28,0x9c,0x99,0x47,0x5a,0x08,0x09, +0x38,0x68,0x8c,0x89,0x4c,0x8a,0x08,0x09,0x33,0x08,0x08,0x09,0x59,0x9b,0x8c,0x89, +0x9c,0x24,0xf0,0x0b,0x20,0x51,0x00,0x08,0x02,0xc8,0xb0,0x46,0x89,0x87,0x50,0x5b, +0x40,0x7b,0x60,0x3a,0x68,0x52,0x46,0x44,0x20,0x05,0x30,0x59,0x83,0x88,0x6b,0x12, +0x20,0x60,0x01,0xd0,0x06,0xf2,0x02,0x15,0x89,0xc0,0x26,0x60,0x2c,0x10,0x6a,0x68, +0x73,0x84,0x1b,0x75,0x89,0x82,0x56,0x10,0x8c,0x33,0x10,0x66,0x89,0x0d,0x00,0xa7, +0x0b,0xf0,0x08,0x08,0x9c,0x82,0x95,0x90,0x18,0x00,0x5b,0x26,0x89,0x81,0x7b,0x84, +0x88,0x80,0x31,0x18,0x00,0x90,0x89,0x78,0x87,0xc0,0x59,0x0b,0xf1,0x31,0x04,0x20, +0x70,0x00,0x08,0x04,0xaa,0x40,0x56,0x9d,0x8c,0x80,0x5a,0x39,0x08,0x80,0x3b,0x89, +0x8c,0xc0,0x54,0x18,0x00,0x00,0x16,0xaa,0x00,0x14,0x53,0x05,0x88,0x93,0x04,0x10, +0x33,0x00,0x09,0x07,0x9b,0x83,0x45,0x90,0xa1,0x20,0xbc,0x47,0x74,0xb0,0x19,0x0a, +0xa8,0x72,0xaa,0x63,0x69,0x00,0x04,0x66,0x39,0x03,0x64,0x58,0x07,0x94,0xb8,0x02, +0xf0,0x11,0x31,0x39,0x20,0x08,0x03,0x7b,0x60,0x36,0x86,0x8a,0x94,0x5b,0x31,0x78, +0x51,0x2b,0x64,0x39,0x00,0x33,0x28,0xab,0x84,0x59,0x42,0x93,0x80,0x00,0x06,0x00, +0x14,0x01,0x8f,0x03,0xf0,0x0e,0x03,0x88,0xb0,0x64,0x51,0x55,0x90,0x6a,0x17,0x8b, +0x83,0x49,0x37,0x38,0x71,0x76,0x20,0x8e,0x40,0x27,0x69,0x59,0x92,0x41,0x01,0x57, +0x01,0x04,0x10,0x6e,0x56,0xf4,0x3b,0x79,0x77,0x57,0x89,0x77,0x77,0x3a,0x19,0x77, +0x74,0x3b,0x6a,0x46,0x77,0x33,0x1b,0xaa,0xb8,0x3a,0x88,0x46,0x77,0x31,0x54,0x46, +0x87,0x02,0x20,0x05,0x00,0x07,0x0b,0x78,0x79,0x16,0x77,0x77,0x77,0x6c,0x39,0x06, +0x20,0x1a,0x5d,0x68,0x78,0x34,0x48,0x67,0x68,0x48,0x38,0x68,0x78,0x00,0x08,0x61, +0x08,0x0b,0x8c,0x9b,0xa5,0x1a,0xab,0xda,0xa5,0x01,0x79,0x86,0x50,0x03,0x85,0x55, +0x90,0x04,0x00,0xf0,0x55,0x29,0x97,0x77,0xc5,0x00,0x70,0x06,0x20,0x08,0xa9,0x9b, +0x83,0x04,0x89,0xc8,0x80,0x14,0x45,0xa4,0x43,0x15,0x57,0x95,0x54,0x08,0x8d,0xd9, +0x85,0x01,0x78,0x1a,0x40,0x28,0x30,0x00,0x56,0x00,0x08,0x00,0x50,0x08,0x8c,0x8a, +0x40,0x00,0x08,0x56,0x00,0x68,0xae,0x98,0x82,0x29,0xd9,0x78,0x30,0x42,0xb7,0x79, +0x50,0x01,0x70,0x04,0x50,0x01,0xc8,0x8a,0x50,0x07,0x10,0x06,0x80,0x6c,0x96,0xaa, +0x00,0x4b,0x80,0x1b,0x61,0x07,0x15,0x9b,0x30,0x6e,0xb2,0x0a,0x63,0x2d,0xa7,0x9b, +0x30,0x87,0x30,0x09,0x05,0x07,0x10,0x0a,0x84,0xa2,0x04,0xf2,0x0d,0x99,0xc2,0x92, +0x80,0x59,0xa4,0x7c,0x71,0x52,0x80,0x09,0x00,0x59,0xa6,0x9d,0x84,0x54,0xa3,0x6d, +0x00,0x87,0xa2,0xa2,0x90,0x00,0x89,0x10,0x55,0x2c,0x08,0xf5,0x0e,0x91,0x30,0x27, +0xc0,0xa7,0x30,0x36,0xb0,0x76,0x90,0x04,0x77,0x77,0x00,0x09,0x44,0x4a,0x00,0x09, +0x33,0x3a,0x00,0x09,0x66,0x6b,0x00,0x09,0x00,0x3b,0x1c,0x07,0xf0,0x11,0x06,0x51, +0x62,0x10,0x1a,0x19,0x69,0x81,0x27,0x67,0x72,0x04,0x0b,0x79,0x39,0x85,0x0b,0x5a, +0x31,0x11,0x0c,0x7b,0x68,0x61,0x08,0x09,0x62,0x07,0x08,0x58,0x49,0x87,0x0d,0x05, +0xf4,0x0d,0x0c,0xb2,0x38,0x50,0x0c,0xb3,0x6b,0x04,0x07,0x67,0xa9,0xa3,0x0c,0xb2, +0x89,0x80,0x16,0x64,0x78,0x72,0x44,0x6b,0x08,0x0a,0x72,0xb1,0x4a,0x00,0xe0,0x1b, +0xf3,0x0b,0x78,0x9c,0x89,0xc0,0x7a,0x77,0x08,0x70,0x70,0xac,0x89,0x70,0x77,0x76, +0x38,0x70,0x60,0x77,0x88,0xa0,0x60,0xb9,0x98,0x00,0x65,0x50,0xa9,0x20,0x51,0x42, +0x00,0x68,0xc9,0x87,0x25,0x07,0x12,0x8b,0x06,0x00,0x02,0x09,0x00,0xf0,0x01,0x18, +0xac,0x89,0x84,0x00,0x80,0x08,0x40,0x07,0x98,0x87,0x92,0x04,0x78,0xc7,0x70,0x3d, +0x3e,0x00,0x04,0x00,0xf2,0x15,0x27,0x77,0x77,0x76,0x01,0x60,0x08,0x00,0x0b,0x89, +0x8c,0x85,0x0a,0x58,0x00,0x00,0x08,0x38,0x99,0xb0,0x3c,0x88,0x80,0x80,0x08,0x68, +0x80,0x80,0x25,0x18,0x80,0x84,0x51,0x6a,0x40,0x97,0x6e,0x14,0xf2,0x0e,0x06,0x00, +0x0a,0x96,0x8b,0x85,0x09,0x4a,0x50,0x08,0x08,0x47,0x41,0x11,0x3c,0x77,0x67,0x81, +0x08,0x67,0x64,0x00,0x25,0x17,0x61,0x06,0x51,0x66,0x49,0xc7,0x2e,0x00,0x13,0x0d, +0xf0,0x08,0x2a,0x79,0xa0,0x00,0x4e,0x98,0xd9,0x81,0x02,0x90,0x09,0x05,0x30,0x09, +0x99,0xd9,0xb3,0x00,0x90,0x00,0x01,0x20,0x09,0xb5,0x05,0xf2,0x09,0x49,0x88,0x89, +0x80,0x00,0x90,0x18,0x00,0x68,0xd8,0x9c,0x82,0x00,0x30,0x03,0x00,0x19,0xab,0x99, +0x80,0x00,0x26,0x00,0x90,0x04,0x00,0x30,0x39,0x30,0x00,0xb9,0x16,0xf2,0x30,0x81, +0x09,0x00,0x18,0xc9,0x8c,0x85,0x00,0x32,0x74,0x00,0x07,0x99,0xc8,0xc0,0x07,0x12, +0x70,0x90,0x28,0x8c,0xe9,0x86,0x00,0x59,0x29,0x20,0x29,0x40,0x01,0x77,0x03,0x94, +0x3b,0x32,0x16,0xb7,0x6c,0x65,0x04,0x44,0x8b,0x81,0x00,0x57,0x20,0x72,0x1a,0x37, +0x10,0x72,0x00,0x67,0x16,0x70,0x03,0x77,0x20,0x07,0x09,0x04,0x98,0x97,0x8d,0x0f, +0xf0,0x04,0x09,0x00,0x28,0xc9,0x8c,0x86,0x00,0x85,0x58,0x54,0x07,0x53,0x33,0xa3, +0x4c,0x3b,0x89,0x80,0x05,0x04,0x00,0x72,0x36,0x00,0x80,0x05,0x30,0x07,0xa0,0x20, +0x00,0xf4,0x0b,0x8d,0x86,0x06,0xb7,0x78,0x84,0x38,0xb7,0x76,0x36,0x03,0x28,0x00, +0x35,0x08,0x8b,0x7a,0x64,0x04,0x9b,0x79,0x53,0x00,0x00,0x03,0xa1,0x40,0x00,0xf0, +0x09,0x05,0xb7,0x78,0x74,0x2b,0x6a,0x99,0x37,0x14,0x7a,0x78,0x27,0x06,0x7a,0x7b, +0x36,0x06,0x7a,0x7b,0x45,0x02,0x01,0x05,0x92,0x2a,0x16,0xf2,0x2d,0x28,0xc8,0x8c, +0x86,0x05,0x43,0x69,0x81,0x08,0x44,0x86,0x00,0x04,0x33,0x12,0x50,0x07,0x7b,0xa8, +0x90,0x08,0x07,0x52,0x80,0x3c,0x8c,0xb9,0xc7,0x15,0xa6,0x5b,0x53,0x14,0x95,0x4c, +0x94,0x14,0xa8,0x8c,0x98,0x08,0x98,0x88,0x44,0x47,0x98,0x88,0xb0,0x07,0x9a,0xa4, +0x90,0x57,0x68,0x8a,0x85,0x45,0x10,0x36,0x68,0xcb,0x01,0xf1,0x0e,0x93,0x10,0x07, +0x02,0xd8,0xa0,0x7b,0xb8,0x8a,0x20,0x76,0x64,0x78,0x72,0x7b,0x93,0x6b,0x61,0x27, +0x41,0x5b,0x50,0x5c,0xb6,0x7c,0x73,0x20,0x11,0x08,0x93,0x18,0xf0,0x0d,0x3b,0x7a, +0xdf,0xf0,0x76,0x79,0x5b,0xb0,0x75,0x72,0xb6,0x40,0x6b,0x84,0xb8,0x40,0x07,0x47, +0xd7,0xc1,0x1a,0xb5,0x48,0x61,0x43,0x28,0x57,0x50,0xc0,0x1f,0x50,0x28,0x05,0x88, +0x82,0x41,0xca,0x32,0x85,0x19,0x9b,0xb4,0x9b,0x00,0x05,0x40,0x09,0x04,0x00,0xf4, +0x0a,0x6a,0x10,0x03,0x40,0x09,0x00,0x27,0xb5,0x09,0x00,0x00,0x55,0x0c,0x00,0x00, +0xb5,0x2b,0xb2,0x0a,0xda,0x09,0x18,0x42,0x96,0x09,0x0c,0x21,0x01,0xed,0x19,0xf1, +0x0f,0x28,0x8c,0x88,0x70,0x07,0x7c,0x87,0x40,0x58,0x8c,0x98,0x81,0x01,0x93,0x81, +0x70,0x79,0x70,0x5b,0x10,0x03,0xa8,0x35,0xa2,0x03,0x50,0x00,0x11,0x00,0x05,0x50, +0x38,0xf0,0x0a,0x71,0x06,0x77,0x79,0x30,0x5c,0x76,0x69,0x92,0x05,0x8a,0xa8,0x30, +0x05,0xb1,0x77,0x70,0x63,0xb5,0x69,0x71,0x00,0x73,0x00,0x32,0x08,0x41,0xf4,0x81, +0x5a,0x67,0x9d,0x95,0x01,0x78,0x08,0x44,0x08,0x7a,0x8c,0x91,0x5e,0x98,0x80,0xa0, +0x49,0x38,0x39,0x70,0x08,0x27,0x3e,0x50,0x08,0x56,0x70,0x66,0x20,0x90,0x07,0x00, +0x36,0x98,0x8c,0x81,0x27,0x90,0x07,0x00,0x30,0x78,0x87,0x70,0x67,0x7a,0xa7,0x72, +0x03,0x94,0x84,0x60,0x55,0xa4,0x5a,0x50,0x03,0x63,0x00,0x42,0x69,0xba,0xd9,0x92, +0x28,0xba,0xc8,0x80,0x44,0x70,0x80,0x90,0x48,0x80,0x89,0xc0,0x46,0x00,0x00,0x90, +0x4b,0x88,0x88,0xc0,0x44,0x00,0x00,0x80,0x58,0xc9,0xc8,0x81,0x3a,0xb8,0xc7,0xb0, +0x39,0xa8,0xa6,0x90,0x68,0xba,0x88,0x82,0x04,0x90,0x56,0x00,0x04,0xad,0xb7,0x30, +0x45,0x20,0x01,0x50,0x1a,0xbd,0xbd,0xb6,0x08,0x7a,0x88,0x73,0x06,0x2a,0x87,0x74, +0x26,0x9b,0x99,0xc1,0x2a,0x14,0xca,0xa0,0x06,0x47,0x97,0x60,0x06,0x49,0x86,0x87, +0xc4,0x1a,0xf1,0x0c,0x6c,0x97,0x98,0xc0,0x08,0x06,0x24,0x90,0x7c,0x98,0x28,0x90, +0x09,0x06,0x38,0x90,0x0a,0x91,0x4a,0x10,0x37,0x61,0x88,0x15,0x90,0x19,0x18,0xe9, +0x15,0x00,0x21,0x29,0xf6,0x0d,0x5b,0x89,0x88,0xc0,0x00,0xb9,0x06,0x90,0x08,0x59, +0x08,0x90,0x5f,0x99,0x07,0x90,0x59,0x32,0x49,0x20,0x09,0x00,0x88,0x05,0x09,0x17, +0x08,0x83,0xd1,0x29,0xf2,0x0e,0x73,0x00,0x09,0x80,0xca,0x82,0x06,0x73,0x43,0x60, +0x03,0x88,0x88,0x50,0x05,0x13,0x20,0x90,0x05,0x17,0x40,0x90,0x00,0x2c,0xa0,0x12, +0x19,0x92,0x88,0xb0,0x26,0xd0,0x51,0x00,0x00,0x3b,0x79,0x80,0x4e,0x77,0xc7,0x90, +0x98,0x8c,0x8b,0x5d,0x32,0x11,0xa8,0x07,0x00,0x45,0x96,0x30,0x08,0x79,0x49,0x13, +0xf2,0x11,0x51,0x08,0x00,0x0a,0x85,0x2a,0x41,0x5c,0xb8,0x9b,0x75,0x0a,0x99,0x78, +0x25,0x09,0x88,0x9c,0x85,0x0b,0xba,0x08,0x50,0x15,0x77,0x09,0x76,0x62,0x89,0xc9, +0x69,0x00,0xad,0x06,0xf0,0x0a,0x00,0x28,0x88,0xb8,0x86,0x01,0x77,0x77,0x40,0x00, +0x33,0x33,0x20,0x00,0x44,0x44,0x20,0x03,0xa8,0x88,0x90,0x03,0x50,0x00,0x90,0xd4, +0x0a,0x01,0xdc,0x00,0xf0,0x11,0x52,0x36,0x00,0x4a,0x65,0xb7,0x91,0x87,0x68,0x2c, +0x80,0x26,0x79,0x73,0x54,0x38,0xaa,0xaa,0x82,0x03,0x66,0x66,0x30,0x08,0x55,0x55, +0x80,0x09,0x55,0x55,0x90,0x08,0x2d,0x11,0xb4,0x50,0x09,0x00,0x22,0x00,0x09,0x00, +0x5c,0x29,0x9d,0x95,0xdd,0x2a,0xa1,0x09,0xb1,0x09,0x00,0x07,0x00,0x09,0x00,0x05, +0x20,0x2e,0x26,0x01,0xc2,0x2d,0xf0,0x26,0x39,0x80,0x0d,0x00,0x00,0x80,0x2e,0x10, +0x00,0x82,0x75,0x70,0x02,0xd6,0xa0,0x82,0x02,0x16,0x10,0x07,0x01,0x00,0x20,0x00, +0x09,0x16,0x72,0x80,0x01,0x09,0x03,0x90,0x6d,0x08,0x11,0x80,0x09,0x02,0x88,0x10, +0x09,0x00,0x98,0x00,0x0a,0x94,0x89,0x60,0x05,0x35,0x00,0x55,0x01,0x84,0x00,0x40, +0x27,0x99,0xc0,0x23,0xac,0x01,0x90,0x06,0x99,0xc0,0x08,0x09,0x00,0x50,0x08,0x09, +0x88,0x0a,0x61,0x00,0x26,0x09,0x17,0x99,0xa2,0x94,0x0a,0xf0,0x1b,0x20,0xc8,0x80, +0x00,0x13,0x60,0x90,0x5c,0x18,0x00,0x64,0x09,0x0b,0xa8,0xd1,0x09,0x00,0x94,0x90, +0x0a,0x91,0x9e,0x30,0x05,0x19,0x20,0x66,0x06,0x00,0x25,0x00,0x05,0x28,0x8b,0x84, +0x45,0x00,0xa0,0x00,0x4b,0x00,0xd8,0xc9,0x15,0xd1,0x90,0x09,0x25,0x40,0x90,0x0b, +0x99,0x10,0x90,0x06,0x26,0x18,0x70,0xd8,0x07,0x00,0x44,0x00,0xb0,0x28,0x8d,0x83, +0x23,0x01,0x09,0x00,0x2b,0x09,0x0c,0x83,0x80,0x26,0xc1,0x09,0x29,0x09,0x00,0x0b, +0x89,0x0a,0x00,0x05,0x27,0x77,0x74,0x70,0x06,0xf1,0x0a,0x19,0x88,0xd0,0x01,0x09, +0x00,0x90,0x6c,0x09,0x00,0x90,0x09,0x05,0x88,0x80,0x09,0x11,0x41,0x40,0x0b,0x88, +0x20,0xa0,0x04,0x06,0x98,0x02,0xd0,0x71,0x03,0x44,0x4a,0x67,0x46,0x14,0x49,0x63, +0x19,0x08,0x88,0x30,0x6b,0x1c,0xc2,0x08,0x00,0x82,0x60,0x09,0xa6,0xd5,0x97,0x08, +0x15,0x00,0x77,0xa1,0x10,0x51,0x02,0x50,0x0a,0x18,0x8b,0x99,0x2e,0xf2,0x24,0x6c, +0x07,0x7c,0x75,0x08,0x06,0x8d,0x82,0x08,0x49,0x00,0x63,0x0a,0x89,0x00,0x63,0x05, +0x0a,0x77,0xa3,0x01,0x01,0x30,0x00,0x09,0x17,0x84,0x43,0x00,0x2a,0x33,0x39,0x6d, +0x3a,0x7a,0x09,0x09,0x09,0x6a,0x08,0x09,0x49,0x7a,0x17,0x0a,0x76,0x00,0x35,0x05, +0x00,0x08,0x7b,0x37,0xf1,0x00,0x02,0x10,0x40,0x0a,0x11,0x71,0x90,0x12,0x08,0x9c, +0x82,0x4b,0x05,0x9c,0x80,0x6d,0x2c,0x51,0x28,0x9c,0x84,0x09,0x90,0x9a,0x1f,0x02, +0x69,0x13,0xf1,0x0c,0x28,0xd8,0x82,0x01,0x16,0xc7,0x70,0x6d,0x13,0x92,0xa1,0x08, +0x25,0x55,0x53,0x08,0x0b,0x88,0xc0,0x0a,0x99,0x00,0x80,0x04,0x0b,0x77,0xc0,0xba, +0x34,0xf0,0x19,0x1a,0x88,0xc0,0x01,0x0a,0x77,0xc0,0x6d,0x04,0x44,0x41,0x09,0x03, +0x58,0x30,0x09,0x28,0xcd,0x84,0x0b,0x83,0x96,0x50,0x02,0x26,0x00,0x44,0x02,0x04, +0x00,0x40,0x09,0x23,0x56,0x30,0x11,0x0c,0x88,0xb0,0x5c,0xe8,0x00,0xe1,0x08,0xcc, +0x70,0x09,0x13,0x59,0x00,0x0b,0xa8,0x29,0x04,0x07,0x67,0x08,0xcd,0x13,0xf1,0x31, +0x15,0x03,0x67,0x30,0x09,0x25,0x79,0x51,0x01,0x06,0x8a,0x60,0x6c,0x27,0x77,0x73, +0x09,0x0a,0x77,0xb0,0x09,0x1a,0x55,0xa0,0x09,0x9a,0x66,0xb0,0x07,0x08,0x05,0x90, +0x05,0x00,0x36,0x00,0x08,0x26,0x9b,0x70,0x00,0x19,0xac,0x92,0x6c,0x04,0x58,0x60, +0x08,0x06,0x39,0x00,0x08,0x48,0xca,0x83,0x0a,0x74,0x93,0x80,0x02,0x26,0x00,0x13, +0xa4,0x00,0xf2,0x0a,0x1c,0x8c,0x88,0x00,0x08,0x7c,0x48,0x6d,0x08,0x5a,0x48,0x09, +0x07,0x77,0x38,0x09,0x36,0x72,0x68,0x0a,0xd3,0x87,0x38,0x07,0x70,0x91,0x16,0xf0, +0x11,0x12,0x04,0x12,0x30,0x0a,0x38,0xbb,0x82,0x00,0x25,0x88,0x61,0x5c,0x48,0xbb, +0x83,0x08,0x07,0x77,0x70,0x08,0x1a,0x66,0xa0,0x0b,0x7a,0x66,0xb0,0x03,0x08,0x00, +0x80,0x4e,0x01,0xf0,0x0d,0x78,0x88,0x54,0x10,0x74,0x48,0x97,0xb3,0x74,0x4a,0xc0, +0x80,0x75,0x48,0x63,0x70,0x67,0x16,0x0c,0x20,0x09,0x61,0x3a,0x70,0x72,0x06,0x70, +0x45,0x92,0x03,0xf2,0x0b,0x78,0xc0,0x08,0x00,0x77,0x70,0x0c,0x84,0x77,0x70,0x08, +0x00,0x77,0x77,0x99,0xb0,0x68,0x67,0x20,0x80,0x5a,0xa7,0x98,0xc0,0x91,0x27,0xca, +0x1a,0x00,0x46,0x00,0xf2,0x0c,0x38,0xc6,0x68,0xc0,0x13,0x92,0x00,0x90,0x36,0xb6, +0xa8,0x80,0x35,0xb6,0x80,0x13,0x47,0x80,0x78,0x93,0x6a,0x90,0x00,0x00,0x80,0x88, +0x99,0xb4,0x29,0x00,0x6a,0x00,0xf0,0x09,0x8c,0x78,0xd8,0xa0,0x25,0xb5,0x65,0x58, +0x01,0x49,0x28,0x79,0x40,0x17,0xb8,0xa0,0x09,0x02,0xc8,0x0b,0x77,0x90,0x48,0xb0, +0x3d,0x13,0x21,0xa9,0x99,0x4c,0x00,0x00,0x9e,0x2f,0x11,0xb0,0x41,0x23,0xf1,0x03, +0x89,0xc8,0x70,0x04,0x60,0xc8,0x82,0x07,0x70,0x80,0x00,0x09,0x84,0x80,0x00,0x64, +0x07,0xb9,0x21,0x04,0xf2,0x08,0x78,0xc3,0xb9,0x94,0x78,0xc3,0xb8,0x70,0x06,0x13, +0x50,0x90,0x76,0xa7,0x50,0x90,0x76,0x13,0xa7,0x60,0xa9,0x75,0xa8,0x4c,0x36,0x00, +0x7f,0x02,0xf1,0x30,0xc8,0x86,0xa6,0x30,0x0c,0x8c,0x97,0x90,0x00,0x28,0x02,0xaa, +0x10,0x07,0xb8,0xd8,0x9d,0x00,0x78,0x09,0x00,0x80,0x2b,0xd7,0x90,0x08,0x02,0x30, +0x0a,0x88,0x80,0x00,0x00,0x88,0x00,0x77,0xa2,0x88,0x21,0x78,0xa8,0x89,0x90,0x27, +0x00,0x89,0x10,0x78,0x75,0x89,0x90,0x77,0x27,0x78,0x24,0x7a,0x96,0x48,0x04,0x63, +0x29,0x07,0x85,0x35,0x09,0xf0,0x00,0x00,0x06,0x00,0x7c,0x83,0x8d,0x83,0x16,0x00, +0x27,0x00,0x77,0x75,0xb8,0x64,0xca,0x11,0xc2,0x49,0xb5,0x11,0x90,0x46,0x50,0x4d, +0x10,0x03,0x50,0x02,0x80,0x24,0x00,0xf0,0x0f,0x25,0x00,0x6c,0x90,0x78,0x00,0x16, +0x02,0x41,0x40,0x7b,0xa2,0x10,0x50,0x04,0x40,0xb9,0x10,0x28,0xb2,0xb0,0x00,0x68, +0x40,0x90,0x70,0x03,0x40,0xa8,0x90,0xd7,0x3b,0xf5,0x09,0xda,0x10,0x90,0x16,0x08, +0x8c,0xc7,0x89,0x80,0x88,0x25,0x88,0x8c,0xc6,0x9a,0x90,0x88,0x02,0x58,0x8c,0xc0, +0x25,0x80,0x08,0xa1,0x04,0xf4,0x10,0x62,0x09,0x60,0x07,0xb9,0x49,0x33,0x27,0xb7, +0x7c,0x75,0x18,0xc7,0x69,0x44,0x09,0x13,0x09,0x80,0x07,0x8b,0x57,0x70,0x17,0x9c, +0x8a,0x66,0x02,0x27,0x64,0x98,0x8c,0x00,0xf4,0x0d,0x6c,0x84,0x8c,0x84,0x17,0x00, +0x30,0x50,0x7a,0xb4,0xa0,0x75,0x02,0x60,0x65,0x60,0x49,0xc3,0x0e,0x10,0x34,0x60, +0x7a,0x70,0x02,0x66,0x50,0x56,0xb2,0x13,0xf3,0x0c,0x3b,0x45,0x97,0xb0,0x39,0x49, +0xfe,0xf3,0x7a,0xa4,0x73,0xa0,0x15,0x64,0x84,0xa0,0x5a,0xb6,0x97,0xb0,0x34,0x59, +0xb9,0xd4,0x03,0x52,0x00,0xb0,0x00,0xf0,0x0f,0x07,0x00,0x5c,0x80,0x96,0x60,0x16, +0x1c,0xa7,0xb9,0x6b,0x94,0x26,0x53,0x03,0x49,0x88,0x67,0x4a,0xa9,0x68,0x67,0x13, +0x48,0x08,0x27,0x03,0x47,0x46,0x65,0xed,0x17,0x90,0x07,0x67,0xc7,0x70,0x00,0x12, +0xa2,0x91,0x5d,0x6c,0x35,0xf0,0x00,0x04,0x60,0x90,0x09,0x1a,0x01,0xa0,0x1a,0x70, +0x07,0x30,0x80,0x59,0x99,0xa5,0x44,0x00,0x10,0x34,0x8d,0x04,0x80,0x46,0x6c,0x70, +0x00,0x13,0x2a,0x30,0x6a,0xd9,0x03,0x10,0x04,0x53,0x3e,0x61,0x5a,0x00,0x68,0x98, +0xa9,0x82,0xbf,0x16,0x00,0x56,0x16,0xf0,0x0c,0x18,0x88,0x80,0x01,0x34,0x44,0x42, +0x5c,0x14,0xa5,0x31,0x09,0x08,0x12,0x80,0x09,0x1d,0x88,0xb2,0x1b,0x50,0x00,0x00, +0x71,0x49,0x89,0xa7,0x20,0x00,0xf1,0x11,0x35,0x00,0x89,0x00,0x0b,0x11,0x89,0x00, +0x01,0x28,0xcc,0x80,0x69,0x01,0x89,0x00,0x09,0x3a,0xbc,0x81,0x09,0x1a,0x08,0x00, +0x3b,0x80,0x00,0x00,0x80,0x59,0x89,0xa3,0x5e,0x14,0x00,0xc9,0x28,0x30,0x4a,0xb8, +0x83,0x73,0x1b,0xf4,0x05,0x5c,0x09,0x8d,0x81,0x09,0x24,0x4b,0x42,0x09,0x14,0x4b, +0x42,0x1b,0x50,0x06,0x00,0x81,0x59,0x99,0xb9,0x3f,0x01,0xf0,0x2d,0x1a,0x0b,0x88, +0xd0,0x01,0x0a,0x33,0xa0,0x6b,0x0a,0x57,0x40,0x09,0x18,0x09,0x20,0x09,0x73,0x00, +0xa0,0x4a,0x81,0x00,0x11,0x40,0x17,0x99,0x83,0x41,0x00,0x95,0x30,0x0a,0x34,0xb5, +0x90,0x01,0x25,0xf9,0x40,0x6b,0x06,0xb9,0x20,0x09,0x38,0x90,0x90,0x09,0x40,0x90, +0x10,0x4b,0xa2,0x00,0x10,0x40,0x17,0x88,0x81,0x40,0x00,0xf0,0x0d,0x28,0x0c,0x77, +0xa0,0x02,0x0b,0x66,0xa0,0x5b,0x0c,0x87,0x90,0x09,0x09,0x39,0x70,0x09,0x1d,0x82, +0x90,0x1a,0x52,0x00,0x10,0x70,0x48,0x88,0xa6,0x20,0x00,0xf0,0x09,0x32,0x05,0x19, +0x00,0x0b,0x0c,0x8c,0x81,0x00,0x24,0x09,0x00,0x49,0x38,0xcb,0x84,0x09,0x03,0x76, +0x12,0x09,0x4a,0x05,0x96,0x11,0x29,0x44,0x72,0x39,0x88,0xa7,0x88,0x00,0xf1,0x0e, +0x37,0x08,0xb9,0x90,0x03,0x17,0x9d,0x70,0x59,0x1b,0x7b,0xb0,0x09,0x1b,0x5a,0xb0, +0x09,0x19,0x29,0x90,0x19,0x53,0x04,0x60,0x70,0x48,0x79,0xb4,0x00,0x91,0x2f,0xf4, +0x0f,0x90,0x00,0x1a,0x58,0xc8,0x83,0x01,0x38,0xc7,0x90,0x7b,0x43,0x90,0x90,0x09, +0x29,0xfc,0x70,0x09,0x45,0x92,0x80,0x28,0x50,0x20,0x00,0x70,0x38,0x88,0xa5,0x48, +0x00,0xf0,0x08,0x28,0x49,0xb9,0x95,0x02,0x48,0xa8,0x74,0x5b,0x05,0xa7,0x90,0x09, +0x36,0x66,0x70,0x09,0x02,0xb8,0x00,0x2b,0x78,0x10,0x18,0x01,0x11,0xa7,0xfc,0x3c, +0xf1,0x04,0x05,0x02,0x30,0x19,0x49,0xab,0x83,0x00,0x07,0xb7,0x50,0x5c,0x0b,0x66, +0xa0,0x09,0x0a,0x33,0x90,0x04,0x00,0x53,0x27,0x77,0x50,0x70,0x48,0x48,0x00,0x00, +0x17,0x05,0xf2,0x0b,0xa9,0x5a,0x99,0x06,0x28,0x18,0x62,0x28,0x9a,0x68,0x81,0x07, +0x88,0x38,0x07,0x08,0x02,0x68,0x48,0x0b,0x89,0x68,0x40,0x08,0x02,0x68,0x69,0x00, +0xf0,0x20,0x12,0x35,0x40,0x38,0x78,0x53,0x40,0x09,0x09,0x05,0x60,0x05,0x16,0x09, +0x00,0x69,0xaf,0xd9,0x92,0x00,0xaa,0x86,0x00,0x3b,0x28,0x18,0x90,0x61,0x08,0x00, +0x42,0x00,0x00,0x13,0x10,0x6f,0xff,0xdb,0x92,0x07,0x7c,0x77,0x40,0x0b,0x6b,0x67, +0x80,0x04,0x00,0x00,0xbd,0x30,0x00,0x18,0x05,0xf3,0x30,0x57,0x7c,0x87,0x72,0x05, +0xcb,0xbb,0xb0,0x03,0x76,0x66,0x70,0x29,0xaa,0xaa,0xa5,0x07,0x77,0xb6,0xc0,0x04, +0x66,0xa5,0x80,0x04,0x67,0xb6,0x61,0x27,0x78,0xb7,0x76,0x00,0x44,0x44,0x00,0x09, +0x45,0xb9,0x85,0x06,0x48,0x84,0x60,0x04,0x97,0x4a,0x72,0x25,0x47,0xb6,0x24,0x05, +0x88,0xb7,0x71,0x00,0x91,0x75,0x40,0x17,0xa8,0xbc,0x92,0x31,0xf2,0x01,0x09,0x00, +0x89,0x81,0x09,0x00,0x68,0x82,0x3b,0x31,0x07,0x05,0x7c,0x72,0x6c,0x91,0xe1,0x06, +0x62,0x08,0x73,0x09,0x00,0x09,0x30,0xf5,0x06,0xf1,0x0c,0x89,0x83,0x3a,0x30,0x68, +0x89,0x5b,0xb0,0x08,0x08,0x09,0x80,0x6d,0x9a,0x9d,0xc0,0x08,0x04,0x09,0x40,0x09, +0x81,0x09,0x00,0x09,0x20,0x09,0x65,0x06,0xf1,0x0d,0x4b,0x56,0xba,0xc0,0x59,0x70, +0x71,0x90,0x06,0x16,0xda,0xc0,0x4b,0x91,0x90,0x90,0x06,0x10,0x90,0x90,0x06,0x81, +0x90,0x90,0x09,0x59,0xd9,0xd4,0xb5,0x07,0xf2,0x50,0x04,0x08,0x40,0x79,0x83,0x59, +0x70,0x68,0x86,0x9b,0xa0,0x08,0x08,0x16,0x90,0x5c,0x88,0x18,0x90,0x08,0x08,0x36, +0x90,0x0b,0x84,0xa6,0x70,0x05,0x06,0x00,0x32,0x08,0x00,0x80,0x80,0x5b,0x85,0xc8, +0xc4,0x75,0x40,0x80,0x80,0x09,0x46,0x88,0x85,0x5c,0x85,0x97,0xa1,0x07,0x04,0x97, +0xb2,0x08,0xa5,0x30,0x72,0x08,0x14,0x97,0xb2,0x07,0x03,0x25,0x61,0x2b,0x88,0x88, +0x98,0x36,0x48,0x29,0xab,0x08,0x29,0x99,0x94,0x2b,0x84,0xa9,0xa4,0x06,0x1a,0x69, +0xa5,0x07,0x88,0x71,0x20,0x07,0x34,0x28,0x87,0x54,0x03,0xf1,0x0f,0x17,0x11,0x2b, +0x82,0xa6,0xa3,0x66,0x55,0xa8,0xa6,0x08,0x42,0x86,0x75,0x4b,0x95,0x95,0x67,0x06, +0x11,0xa8,0xa3,0x07,0xa1,0xa1,0x73,0x09,0x38,0x60,0xa8,0x92,0x04,0xf0,0x11,0x80, +0x06,0x30,0x02,0x80,0x78,0x00,0x02,0x88,0x50,0x00,0x7a,0xc9,0x99,0x92,0x02,0x80, +0xa0,0x00,0x02,0x80,0x48,0x00,0x03,0xb8,0x55,0xa2,0x02,0x40,0x00,0x11,0x01,0x48, +0x00,0x50,0x67,0x99,0x99,0x06,0x30,0xee,0x02,0x0c,0x04,0x00,0x30,0x03,0x96,0x02, +0x20,0x00,0x40,0x37,0x8a,0x89,0x04,0x4d,0x52,0xf1,0x04,0x79,0xdc,0x59,0x08,0x05, +0x88,0x09,0x09,0x96,0x08,0x09,0x08,0x02,0x95,0x09,0x08,0x00,0x00,0x76,0x6a,0x44, +0x71,0x56,0x88,0x89,0x04,0x27,0x74,0x09,0x01,0x00,0x63,0x08,0x09,0x09,0x09,0x0c, +0x86,0x40,0x00,0x24,0x02,0x97,0x20,0x04,0xf0,0x0a,0x94,0x88,0x8d,0x42,0x18,0x00, +0x98,0x37,0xc7,0x69,0x80,0x3d,0x90,0x98,0x37,0x81,0x79,0x80,0x07,0x00,0x98,0x00, +0x00,0x8b,0x02,0x15,0x08,0xe2,0x48,0x88,0x97,0x04,0x37,0x75,0x17,0x09,0x60,0x08, +0x17,0x09,0x68,0x7a,0x04,0x00,0x20,0x00,0x00,0x04,0x00,0x10,0x85,0x1f,0x00,0xf3, +0x0a,0x9c,0x5a,0x8c,0x83,0x65,0xa8,0xc8,0x18,0x53,0x09,0x80,0x96,0xa8,0xd8,0x47, +0x70,0x09,0x80,0x08,0x00,0x98,0x03,0x50,0x4a,0x00,0x4a,0x44,0xf0,0x04,0x88,0xb8, +0x8c,0x84,0x83,0x68,0x00,0x07,0x82,0x60,0x60,0x70,0x80,0x80,0xc7,0x10,0x84,0x60, +0x80,0x40,0x2f,0xf1,0x16,0x08,0x80,0x00,0xa9,0x93,0x00,0x05,0x20,0x90,0x89,0x79, +0x00,0x90,0x84,0x5b,0x88,0xc3,0x83,0x98,0x30,0x90,0x80,0x87,0x63,0x90,0x84,0x57, +0x03,0x90,0x80,0x07,0x00,0x90,0x80,0x07,0x08,0x70,0x56,0x36,0xf2,0x0e,0xb7,0xb8, +0xc0,0x08,0xb1,0x96,0xb0,0x08,0x93,0xb8,0xc0,0x07,0x18,0x56,0x23,0x09,0x83,0x56, +0x80,0x07,0x01,0x64,0xa0,0x07,0x03,0xb3,0x46,0x00,0x00,0xf3,0x09,0xf4,0x0d,0x89, +0x90,0x7a,0x20,0x84,0x49,0x30,0x85,0x84,0x32,0x7c,0x70,0x80,0x97,0x7c,0x74,0x85, +0x45,0x19,0x60,0x80,0x19,0x09,0x46,0x80,0x21,0x77,0x03,0xfc,0x05,0xf1,0x0c,0x89, +0x82,0x9b,0x84,0x85,0x13,0xb9,0x82,0x84,0x68,0x98,0x93,0x80,0x78,0x47,0x83,0x85, +0x48,0x44,0x63,0x80,0x2a,0x31,0x50,0x80,0x60,0x78,0x71,0x07,0xf5,0x0d,0x89,0x8c, +0xff,0xf3,0x84,0x18,0x44,0xa0,0x82,0x58,0x99,0x92,0x80,0x88,0x62,0x64,0x85,0x49, +0x9b,0x74,0x80,0x08,0x08,0x34,0x80,0x08,0x08,0x83,0xcc,0x00,0xf3,0x09,0x95,0x89, +0x82,0x83,0x57,0x98,0x85,0x82,0x58,0x66,0xa0,0x80,0x89,0x66,0xb0,0x84,0x54,0x6c, +0x60,0x80,0x28,0x8c,0x85,0x80,0x9d,0x2c,0xf1,0x0c,0x0c,0xee,0xfe,0xe5,0x27,0x64, +0x86,0x48,0x03,0x64,0x86,0x50,0x15,0x56,0x85,0x53,0x07,0x7b,0x99,0x93,0x09,0x08, +0x16,0x43,0x09,0x08,0x16,0x51,0x0a,0xf1,0x2c,0x5d,0xde,0xed,0xc2,0x73,0x58,0x45, +0x64,0x0d,0xff,0xdf,0xa1,0x18,0x77,0x77,0x40,0x2a,0x97,0x86,0x83,0x83,0xa2,0x6a, +0x80,0x51,0x74,0x10,0x43,0x14,0x82,0x37,0x10,0x28,0xb5,0x96,0xa0,0x28,0xb7,0xba, +0xa2,0x46,0x66,0x08,0x34,0x2a,0x7a,0x7c,0x98,0x2a,0x68,0x7c,0x94,0x2a,0x68,0x08, +0x00,0x25,0x56,0x58,0xb2,0x01,0x50,0x19,0x99,0x0d,0x98,0x00,0x5c,0x05,0x30,0x99, +0x0d,0x96,0x08,0x00,0x44,0x39,0x99,0x0d,0x99,0x0e,0x02,0x00,0xf1,0x31,0xf0,0x05, +0x08,0x8b,0xa9,0x83,0x09,0x35,0x08,0x35,0x09,0x3a,0x78,0x35,0x09,0x39,0x68,0x35, +0x0c,0xab,0x8c,0xa5,0xb8,0x1a,0x01,0x45,0x32,0xf0,0x2e,0xa8,0x8c,0x70,0x00,0x90, +0x28,0x00,0x68,0x88,0x88,0x82,0x07,0x77,0x79,0x30,0x09,0x77,0x7a,0x40,0x09,0x00, +0x04,0x40,0x09,0x88,0x8a,0x40,0x18,0x8a,0xb8,0x85,0x04,0x9a,0x98,0xa0,0x06,0x30, +0x50,0x90,0x06,0x31,0x80,0x90,0x06,0x34,0x71,0x90,0x01,0x78,0x18,0x70,0x17,0x20, +0x00,0x24,0x6a,0x76,0x9b,0x82,0x08,0x06,0x75,0x0b,0xf1,0x1e,0x28,0x90,0x08,0x06, +0x29,0x90,0x08,0x04,0x28,0x60,0x08,0x00,0x87,0x60,0x56,0x08,0x20,0x61,0x36,0x57, +0x9c,0x85,0x09,0x09,0x88,0xb2,0x09,0x09,0x09,0x62,0x09,0x29,0x09,0x62,0x6a,0x67, +0x27,0x52,0x00,0x03,0xa3,0x91,0x00,0x25,0x00,0xa5,0x11,0xf4,0x0d,0x76,0x73,0x8c, +0x82,0x77,0x70,0xaa,0xa0,0x77,0x70,0x85,0x80,0x77,0x70,0x87,0x80,0x86,0x70,0x68, +0x60,0x82,0x70,0x38,0x60,0x80,0x75,0x80,0x81,0xd8,0x04,0xf0,0x0d,0x78,0xb5,0x8b, +0x71,0x4b,0x35,0x88,0x90,0x5b,0xb9,0x36,0x90,0x09,0x67,0x37,0x90,0x09,0x05,0x46, +0x70,0x09,0x00,0x87,0x40,0x6a,0x08,0x30,0x80,0x9e,0x06,0xf2,0x0b,0x05,0xb6,0x7c, +0x83,0x06,0x80,0x7a,0x93,0x58,0xc8,0x76,0x44,0x25,0x87,0x77,0x44,0x60,0xc4,0x68, +0x33,0x04,0x80,0x37,0x80,0x34,0x02,0x09,0x12,0xf4,0x0d,0x1b,0x89,0x7c,0x74,0x1c, +0x99,0x88,0x83,0x35,0x55,0x78,0x53,0x15,0x92,0x78,0x53,0x17,0xb6,0x29,0x70,0x3b, +0x81,0xa2,0x54,0x71,0x77,0x87,0x74,0xf4,0x04,0xf0,0x1d,0x28,0x98,0x6b,0x73,0x2b, +0x9a,0x87,0x73,0x45,0x53,0x77,0x33,0x48,0x45,0x77,0x33,0x59,0x75,0x67,0x33,0x73, +0x93,0x45,0x81,0x43,0x03,0x40,0x04,0x29,0x99,0xa7,0x02,0x00,0x00,0x08,0x92,0x00, +0x00,0x0f,0x30,0x00,0x00,0x0a,0x94,0xcb,0x29,0x20,0x00,0x00,0x68,0x25,0x22,0x01, +0xa8,0x46,0x37,0xf1,0x0b,0xb8,0x94,0x07,0x63,0x86,0x70,0x26,0x81,0x77,0x80,0x27, +0x89,0x76,0x90,0x15,0x59,0x88,0x54,0x42,0x27,0x92,0x11,0x04,0x93,0x77,0x75,0x57, +0x40,0xf2,0x0f,0x9a,0x31,0xb6,0x00,0x07,0x65,0x93,0x88,0x01,0x68,0x32,0x54,0x20, +0x17,0x88,0x77,0x18,0x03,0x75,0x86,0x38,0x10,0x00,0x18,0x88,0xc6,0x00,0x59,0x20, +0x00,0xdd,0x45,0xf0,0x25,0x89,0x88,0x82,0x07,0x76,0x6a,0x10,0x05,0x76,0x69,0x10, +0x68,0x77,0x77,0xb0,0x62,0xa7,0x85,0x90,0x62,0xb7,0x74,0x90,0x62,0x10,0x03,0x90, +0x00,0x00,0x33,0x00,0x89,0x89,0x87,0x90,0x80,0x88,0x53,0x90,0x80,0x88,0x06,0x50, +0x80,0x87,0x77,0x82,0x88,0x58,0x88,0x83,0x30,0xf5,0x6a,0x21,0x00,0x04,0x1d,0x0c, +0x80,0x13,0x3a,0x43,0x30,0x15,0x5a,0x55,0x50,0xd1,0x0d,0xf0,0x05,0x67,0x9b,0x87, +0x72,0x04,0xd8,0x79,0x00,0x56,0x84,0x77,0x00,0x03,0x7b,0xc6,0x20,0x55,0x00,0x04, +0x72,0x89,0x09,0xf0,0x0d,0x3a,0xac,0x08,0x60,0x37,0x99,0x3a,0x64,0x16,0xb6,0x2b, +0x41,0x17,0xb7,0x0b,0x60,0x38,0x88,0x17,0x80,0x57,0x76,0x81,0x56,0x21,0x20,0x40, +0x04,0xc1,0x33,0xf2,0x03,0x58,0xb8,0x9c,0x81,0x00,0x74,0x92,0x00,0x02,0x6d,0xb5, +0x10,0x7a,0x70,0x19,0xa3,0x01,0x80,0x51,0x0c,0x15,0x0a,0x59,0x2f,0xf0,0x01,0x26, +0xbe,0x00,0x8d,0xff,0xff,0x00,0xff,0xe9,0x5f,0x00,0xf3,0x00,0x0f,0x00,0xf0,0x04, +0x00,0xf0,0x07,0x0a,0xff,0xaf,0xf0,0x0a,0xfa,0xaf,0xa0,0x00,0x00,0xbd,0xcc,0xce, +0xab,0x8b,0x00,0x07,0x58,0xcd,0x66,0x6a,0xac,0x04,0x00,0x00,0x0c,0x00,0x00,0x14, +0x00,0xf0,0x01,0x34,0x14,0x44,0x43,0xff,0x7f,0xff,0xff,0xab,0x4b,0xbb,0xba,0xbc, +0x5c,0xcc,0xcb,0x0c,0x00,0x43,0x67,0x17,0x88,0x86,0x14,0x00,0x00,0x82,0x4a,0xf0, +0x04,0x9a,0x00,0x00,0x09,0xfa,0xa9,0x00,0x9f,0xa0,0xaf,0x99,0xfa,0x00,0x0a,0xff, +0xa0,0x00,0x00,0x99,0x86,0x35,0xf0,0x31,0x82,0xcf,0x4a,0xf4,0x1d,0xff,0x60,0x0a, +0xff,0x30,0xaf,0x7d,0xf3,0xa6,0x01,0xb3,0x00,0x0c,0x51,0x00,0x1d,0x7d,0x6e,0x70, +0x8d,0x0d,0x65,0xf1,0xc7,0x0d,0x60,0xe6,0xd7,0x06,0x20,0xe6,0x9d,0x00,0x04,0xf2, +0x1e,0xc7,0x8f,0x80,0x01,0x9d,0xc6,0x00,0x00,0x0c,0xc0,0x00,0x18,0x8f,0xf8,0x81, +0x8f,0xfe,0xef,0xf8,0x2f,0xe0,0x0e,0xf2,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00, +0x30,0x00,0x0c,0xc0,0xeb,0x01,0xf4,0x16,0x22,0x00,0x00,0xaf,0xaa,0xa0,0x01,0xda, +0x6a,0xfa,0x03,0xe8,0xbf,0xb8,0xe3,0xb6,0xdf,0xff,0xd6,0xb0,0x8f,0xfb,0xff,0x80, +0x08,0xfc,0x0c,0xf8,0x00,0x5b,0x80,0x8b,0x50,0x00,0x0f,0xf0,0x00,0x04,0x00,0xf0, +0x17,0x07,0xff,0xff,0x70,0x00,0x9f,0xf9,0x00,0x78,0x7a,0xa7,0x87,0xff,0xfb,0xbf, +0xff,0xff,0xff,0xfb,0xbf,0x05,0xff,0xff,0xf5,0x01,0xe3,0x00,0x03,0xe1,0xa8,0x00, +0x00,0x08,0xaf,0xff,0x60,0x6f,0xff,0x01,0x00,0x10,0xfd,0x04,0x00,0x00,0x6a,0x04, +0xf2,0x11,0x02,0xbf,0xfb,0x3f,0x2e,0x91,0x18,0xff,0x9a,0x00,0x6c,0xff,0x31,0x00, +0x24,0x44,0x44,0x42,0x00,0x13,0xff,0xc6,0x00,0xb9,0xfe,0xa5,0x5b,0xd1,0xf2,0x8c, +0xc8,0x10,0x36,0x40,0x20,0x34,0xcf,0x35,0x00,0xf2,0x08,0xab,0xff,0x00,0x4f,0x00, +0x01,0x00,0x09,0x00,0x34,0xcf,0x01,0xff,0xff,0x1b,0xff,0xff,0x1b,0xbb,0xff,0x01, +0x00,0x4f,0x72,0x05,0x00,0x1a,0x3d,0xf2,0x1d,0x90,0x23,0xb3,0x34,0xcf,0x02,0xc3, +0xbf,0xff,0xf1,0xb5,0x6c,0xff,0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c,0x3a,0x00,0x4f, +0x02,0x3b,0x30,0x00,0x10,0x05,0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f,0xff,0xff,0xf8, +0xcf,0xb1,0xbf,0xfb,0x5b,0xb4,0x00,0x10,0xdf,0x87,0x00,0xf1,0x10,0xb4,0x00,0x03, +0xfb,0x00,0x0b,0xff,0x40,0x6f,0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff,0xf7,0xaa,0x8f, +0xf2,0x1a,0xfd,0x40,0x40,0x00,0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c,0x00,0x70,0x5e, +0xff,0xf2,0x2e,0xfb,0x10,0x19,0x28,0x30,0xf2,0x0a,0xa1,0x00,0x00,0xff,0xf7,0x00, +0x0f,0xff,0xfd,0x40,0xff,0xff,0xff,0xaf,0xff,0xff,0xfa,0xff,0xff,0xd4,0x0f,0xff, +0x70,0x00,0xda,0x4d,0x1b,0xb9,0x9b,0x90,0x9b,0x9f,0xff,0x0f,0xff,0xff,0xf0,0xff, +0xff,0x07,0x00,0xae,0xf2,0x42,0x02,0x42,0x24,0x44,0x44,0x2f,0xff,0xff,0x01,0x00, +0xc1,0xf8,0xbb,0xbb,0xb8,0x20,0x00,0x4f,0x80,0x2f,0xff,0x92,0xff,0x70,0x00,0x72, +0xfe,0x5f,0xfd,0x22,0xf9,0x10,0x1b,0x81,0x45,0xf0,0x01,0x8f,0x80,0x00,0x00,0x7f, +0xff,0x70,0x00,0x5f,0xff,0xff,0x50,0x0e,0xff,0xff,0xfe,0xdb,0x48,0xf1,0x22,0x50, +0x0f,0xff,0xff,0xff,0x00,0xab,0xbb,0xbb,0xa0,0x00,0x06,0x20,0x07,0xf4,0x07,0xf5, +0x05,0xf6,0x00,0x1e,0xb0,0x00,0x2e,0xb0,0x00,0x2e,0x60,0x00,0x10,0x26,0x00,0x04, +0xf7,0x00,0x05,0xf7,0x00,0x06,0xf5,0x00,0xbe,0x10,0xbe,0x20,0x6e,0x20,0x00,0x10, +0xe8,0x49,0xf0,0x01,0x03,0xf3,0x00,0x00,0x4f,0x40,0x07,0x8a,0xfa,0x87,0xef,0xff, +0xff,0xe0,0x04,0xf4,0x0e,0x00,0x30,0x00,0x01,0xb1,0x4c,0x39,0x10,0x7e,0x59,0x00, +0xf1,0x0c,0x8c,0xcc,0x80,0x01,0xdd,0x16,0x3d,0xd1,0xcf,0x55,0xed,0x5f,0xcb,0xf5, +0xdf,0xd5,0xfc,0x1d,0xd3,0x73,0xdd,0x10,0x08,0xdc,0xc8,0x10,0x1d,0x89,0x01,0xf1, +0x12,0x5e,0x8c,0xcc,0xa2,0x00,0x00,0x2d,0xb4,0x49,0xf4,0x00,0x7a,0x1a,0xff,0x3f, +0xe1,0x07,0xfa,0x06,0xf7,0xff,0x10,0x0a,0xf3,0x03,0xef,0x40,0x00,0x06,0xcc,0x71, +0xbb,0x10,0xf8,0x05,0x40,0x00,0x00,0x3e,0x30,0xbc,0x05,0x10,0xfc,0xac,0x03,0xf0, +0x10,0xfc,0xf6,0x00,0x00,0x00,0xed,0x0d,0xe0,0x00,0x00,0x8f,0xe0,0xef,0x80,0x00, +0x2f,0xff,0x6f,0xff,0x20,0x0b,0xff,0xe2,0xef,0xfa,0x00,0xdf,0xff,0xff,0xff,0xd0, +0x68,0x09,0xf0,0x05,0x44,0x00,0x04,0xf5,0xef,0xb1,0xcf,0xfd,0x01,0x8c,0xd1,0xc1, +0x01,0xdc,0x81,0xc1,0xef,0xc1,0xbf,0xfd,0x14,0x00,0x03,0x80,0x46,0xe0,0x00,0x04, +0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8,0x08,0xf4,0xb8,0x00,0x08,0x74,0x35,0x00,0x9b, +0x26,0xd2,0x80,0x00,0x8b,0x4f,0x80,0x8f,0x40,0x4f,0xcf,0x40,0x00,0x4e,0x40,0x03, +0x2f,0xf2,0x10,0x14,0x44,0x40,0x00,0xbf,0xf8,0xbb,0xbf,0x10,0x08,0xb7,0x60,0x00, +0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20,0x00,0xb7,0x44,0x5e,0xfd,0x50,0x07,0xbb,0xb8, +0x5f,0x80,0xd0,0x46,0x43,0xdf,0xfb,0x00,0x00,0x81,0x02,0x05,0x01,0x00,0x01,0x06, +0x02,0x00,0x81,0x42,0x22,0x9f,0xf9,0xc4,0x02,0x03,0xd0,0x02,0x71,0x78,0x4f,0xf4, +0x87,0xff,0xe8,0x8e,0xc8,0x02,0x04,0x9e,0x10,0x63,0xea,0x00,0x00,0x00,0xef,0xe0, +0xde,0x00,0xf2,0x03,0x4f,0x70,0x00,0x00,0x1d,0xe0,0x07,0xdc,0x4d,0xf3,0x00,0xef, +0xff,0xe3,0x00,0x0a,0xec,0x70,0x30,0x11,0xf3,0x1b,0xcd,0xc0,0x2d,0xc0,0xe7,0xf2, +0xee,0x20,0x4b,0xff,0xe2,0x00,0x04,0xff,0xa0,0x00,0xcd,0xf9,0xf9,0x00,0xe7,0xe0, +0x7f,0x90,0x4a,0x40,0x04,0x50,0x00,0xff,0xf7,0x47,0x4f,0xff,0x47,0xf8,0xff,0xff, +0xff,0x8f,0xff,0xff,0x07,0x00,0xf0,0x10,0xfb,0x78,0x88,0x7f,0xff,0xff,0x00,0x24, +0x44,0x41,0x0f,0xbb,0xbb,0xe2,0xf0,0x00,0x0f,0xdf,0x44,0x44,0xff,0xff,0xfc,0xff, +0xff,0xf9,0x09,0xff,0xff,0xd5,0xdf,0x20,0x02,0x30,0x01,0x11,0x11,0xf4,0x01,0xf0, +0x06,0x01,0x11,0x11,0x05,0x55,0x55,0x55,0xcc,0xcc,0xcc,0xc0,0x11,0x11,0x10,0xff, +0xff,0xff,0xf0,0x11,0x11,0x10,0xc1,0x00,0xf1,0x00,0x9f,0xff,0xff,0xf9,0xb7,0xff, +0xff,0x7b,0xfe,0x7c,0xc7,0xef,0xff,0xfa,0xaf,0xd5,0x00,0xf0,0x09,0x07,0xff,0x60, +0x00,0xaf,0xf2,0x00,0x0c,0xff,0x87,0x00,0xef,0xff,0xb0,0x07,0x8e,0xf2,0x00,0x00, +0xf8,0x00,0x00,0x3e,0x00,0x08,0x53,0xf1,0x1f,0x79,0xb9,0x70,0x0f,0xfc,0xff,0x00, +0xff,0x68,0x83,0x0f,0xf8,0xff,0x8b,0xff,0x8f,0xf8,0x8f,0xf8,0xff,0xff,0x78,0x8f, +0xff,0xf0,0x07,0xff,0xff,0x00,0x0d,0x00,0x00,0x4e,0xfe,0x30,0x0d,0xff,0xfd,0x00, +0xff,0xff,0xf0,0x3f,0xff,0xff,0x3b,0xa3,0x00,0x41,0x88,0x60,0x04,0xf4,0xb7,0x01, +0xf4,0x03,0xdf,0x18,0x81,0x88,0x1f,0xfe,0xaa,0xca,0xae,0xff,0xea,0xac,0xaa,0xef, +0xf1,0x80,0x00,0x81,0xd1,0x03,0x01,0x01,0x00,0xf0,0x07,0x4b,0xc0,0x00,0x00,0x5c, +0xff,0xb0,0x00,0x6e,0xff,0xff,0x40,0x0d,0xff,0xff,0xfc,0x00,0x06,0x88,0xcf,0xf5, +0x00,0x02,0x02,0x00,0x05,0x00,0x10,0x60,0xb8,0x07,0x03,0x2a,0x00,0x9b,0xff,0xf8, +0xb0,0xff,0xf8,0xfb,0xff,0xfc,0x88,0x11,0x03,0xf0,0x0d,0x00,0x04,0x77,0x40,0x00, +0x09,0xff,0xcc,0xff,0x90,0xcd,0x40,0x00,0x04,0xdc,0x20,0x4b,0xff,0xb4,0x02,0x01, +0xfa,0x55,0xaf,0x10,0x00,0x00,0x21,0x38,0x00,0x10,0xee,0x05,0x00,0x20,0x87,0x00, +0x31,0x04,0xc0,0x44,0x40,0xfb,0xbb,0xbb,0xbb,0xda,0xf7,0xee,0xee,0xee,0x5f,0x4e, +0x01,0xb9,0x2f,0xf5,0x66,0x66,0x66,0xab,0x8b,0xbb,0xbb,0xbb,0xb3,0x1e,0x00,0x10, +0x70,0x1e,0x00,0x10,0x80,0x1e,0x00,0x1e,0x54,0x1e,0x00,0xcd,0xe0,0x00,0x5f,0xf8, +0xff,0xf0,0x00,0x2f,0xf5,0x66,0x64,0x44,0x1e,0x00,0xcc,0xe7,0x00,0x00,0x5f,0xf8, +0xf8,0x00,0x00,0x2f,0xf5,0x65,0x44,0x1e,0x00,0x60,0xd8,0xf0,0x00,0x00,0x00,0x5f, +0x05,0x00,0x61,0x2f,0xf4,0x44,0x44,0x44,0xad,0x1e,0x00,0x04,0x2c,0x02,0x10,0xd8, +0x05,0x00,0xf1,0x02,0x36,0x40,0x00,0x09,0xb1,0x91,0x11,0x17,0x20,0xef,0x88,0xd8, +0x88,0xd9,0x02,0x20,0x06,0x04,0x1e,0x24,0x06,0xec,0xeb,0x16,0xf3,0x1d,0xdd,0xc3, +0x04,0xff,0x3e,0xd0,0x9c,0xb5,0x5f,0x2b,0xf7,0x1a,0xf4,0xbf,0x81,0xbf,0x39,0xc9, +0x64,0xf2,0x4f,0xf3,0xde,0x00,0x6d,0xed,0x30,0x78,0xdf,0xd8,0x77,0x88,0x88,0x87, +0x8f,0xff,0xff,0x88,0xcc,0x8c,0xc8,0x8c,0xc8,0xcc,0x07,0x00,0x30,0x85,0xff,0xff, +0x4f,0x01,0xf5,0x0f,0x7e,0x30,0x00,0x00,0x4b,0xfe,0x00,0x00,0x8f,0x9b,0x70,0x00, +0x8f,0xff,0x40,0x00,0x8f,0xff,0x80,0x00,0x7f,0xff,0x80,0x00,0x0e,0xff,0x80,0x00, +0x00,0xee,0x6a,0x1e,0xd2,0xaf,0xff,0xff,0xfc,0x0b,0xff,0x9c,0xc9,0xff,0xaf,0xff, +0xc1,0x1c,0x05,0x00,0x01,0x0f,0x00,0x01,0x19,0x00,0xf3,0x02,0x07,0xff,0xfe,0x17, +0xb6,0x27,0xc3,0xfe,0xb9,0xbe,0x3f,0xff,0xff,0xf3,0xff,0xff,0xff,0x07,0x00,0x41, +0x3c,0xff,0xff,0xe1,0x0a,0x0a,0xc0,0x23,0x00,0x02,0xf0,0x2e,0x92,0x22,0x5f,0x0d, +0xff,0xff,0xff,0x09,0x00,0x33,0x21,0x00,0x23,0x58,0x00,0x50,0xf0,0x00,0xf0,0x00, +0x00,0x51,0x02,0x21,0xf2,0xff,0xcb,0x01,0x00,0x05,0x00,0x00,0x15,0x03,0x00,0xec, +0x71,0x0e,0x01,0x00,0x0c,0x15,0x00,0x16,0x0b,0x0b,0x00,0x47,0xf2,0x00,0xec,0x00, +0x0e,0x00,0x92,0xfd,0xf7,0xfb,0x00,0xf3,0x00,0x00,0x00,0xfe,0x9c,0x4e,0x4c,0xf9, +0x00,0xfb,0xfd,0x3d,0x00,0x86,0xfd,0xfe,0xf9,0x00,0xfd,0xff,0xfc,0xf7,0x17,0x00, +0x59,0xfc,0x00,0xff,0x00,0xfe,0x24,0x00,0x36,0xfa,0xff,0xf5,0x30,0x00,0x85,0xfc, +0x00,0xff,0x04,0x04,0x00,0x00,0x01,0x31,0x00,0x1c,0xf9,0x9f,0x00,0x14,0xfc,0x5f, +0x4b,0x06,0x13,0x00,0x33,0xf8,0x00,0xf3,0x1c,0x00,0xd2,0xff,0xff,0x00,0x00,0xf8, +0xfe,0xfe,0x00,0x01,0xfe,0xff,0xfa,0x03,0xea,0x00,0x22,0x03,0xfe,0xa9,0x02,0x06, +0x3b,0x00,0x00,0xb3,0x00,0x30,0xfe,0xfd,0x00,0xbe,0x05,0x14,0xff,0x12,0x00,0x00, +0x96,0x00,0x00,0x59,0x05,0x08,0x63,0x00,0x46,0xfc,0xff,0xfd,0xfd,0x3d,0x00,0x12, +0xfd,0x13,0x00,0x13,0xfe,0xbf,0x00,0x13,0xfb,0x13,0x00,0x40,0xff,0x00,0xfa,0x00, +0x4c,0x00,0x2a,0xfe,0xfd,0xfb,0x00,0x3e,0xfe,0x00,0xff,0x5d,0x01,0x04,0x6b,0x00, +0x03,0x68,0x01,0x32,0xff,0x00,0xfc,0x0c,0x00,0x40,0xf6,0x00,0xf6,0xf6,0x54,0x00, +0xd0,0xff,0xec,0xfd,0x00,0x00,0x01,0x01,0xfd,0x00,0xfc,0x00,0xfb,0xfe,0x5f,0x00, +0x97,0xfd,0xfd,0xff,0xfe,0xfd,0xfe,0xfc,0xfe,0xfc,0xbe,0x00,0x11,0xff,0x3c,0x00, +0x1f,0xfe,0x5f,0x00,0x05,0x05,0x84,0x01,0x1e,0xfa,0x80,0x00,0x05,0x23,0x00,0x12, +0xfa,0x4e,0x00,0x10,0xff,0x38,0x04,0x23,0xfe,0xfe,0xd4,0x00,0x12,0xff,0x04,0x00, +0xd2,0xfb,0xfe,0xfd,0xfe,0xfe,0xfd,0xfe,0x00,0xf3,0x00,0xea,0x00,0xf8,0xeb,0x00, +0xe2,0xfc,0x00,0xfd,0xef,0xfc,0xf5,0xf8,0x00,0xf5,0x00,0xf5,0x00,0xfe,0xfe,0x0f, +0x01,0x52,0xff,0xfb,0xfb,0x00,0xfb,0x60,0x02,0x31,0xfb,0xf0,0xf5,0xaa,0x01,0x31, +0xeb,0xff,0xfd,0x1a,0x00,0x30,0xf5,0x00,0xfa,0xc3,0x00,0x03,0xea,0x00,0x13,0xfe, +0x28,0x01,0x13,0xfc,0xbe,0x00,0x10,0xfd,0xa0,0x01,0x50,0x01,0xff,0x00,0xff,0x00, +0x73,0x09,0x06,0x15,0x01,0x11,0xff,0x2c,0x00,0x17,0x02,0xa2,0x01,0x03,0x5c,0x02, +0x0e,0x98,0x02,0xb2,0xf1,0xf6,0xf1,0xf3,0xfd,0xfd,0x00,0xfa,0xfd,0xee,0xfa,0x66, +0x02,0xf2,0x02,0xf8,0x00,0xf6,0xf7,0xfd,0xf6,0x00,0x00,0xf9,0xf8,0xfd,0xf9,0xfb, +0xfb,0xfa,0xfb,0xf5,0x3c,0x00,0x21,0xfe,0xfc,0x07,0x00,0x21,0xf9,0xff,0x60,0x00, +0x11,0xfe,0x91,0x00,0x03,0xe6,0x00,0x05,0x87,0x01,0x40,0xf7,0xfd,0xf7,0xf9,0x26, +0x00,0x62,0xff,0xf6,0xff,0x00,0xff,0x01,0x41,0x01,0x02,0x7c,0x01,0x30,0xfe,0x00, +0xfc,0x23,0x02,0x21,0xfc,0x00,0x9b,0x01,0x12,0xfb,0x32,0x01,0x25,0xf7,0xff,0x30, +0x02,0x09,0x9e,0x00,0x01,0xd0,0x00,0x03,0xa4,0x01,0x00,0x7a,0x00,0x14,0xfd,0x28, +0x00,0x03,0x55,0x02,0x30,0xfe,0xff,0xfe,0x03,0x00,0x00,0x0b,0x00,0xc3,0xf3,0xf7, +0xf3,0xf6,0xfc,0xfc,0xff,0xfe,0xfe,0xf2,0xfe,0xfe,0x98,0x02,0xe2,0xf6,0xfa,0x00, +0xf7,0x00,0x00,0xfa,0xfa,0xfc,0xfb,0xfe,0xfd,0xfb,0xfe,0xf4,0x02,0x12,0xfb,0x40, +0x00,0x40,0xfd,0xfb,0xfc,0x00,0x83,0x02,0x10,0xfe,0x55,0x00,0x11,0xfd,0x41,0x00, +0x03,0xa1,0x01,0x0b,0x01,0x00,0x72,0xf4,0xfc,0xf8,0xfc,0x00,0xf6,0x00,0x82,0x0f, +0x12,0x0a,0xa4,0x01,0x02,0x4f,0x01,0x14,0xf8,0x96,0x00,0x04,0x3a,0x02,0x18,0xfd, +0xa8,0x02,0x04,0xf4,0x02,0x44,0xfc,0xff,0x01,0xff,0x11,0x00,0x10,0xf8,0x9e,0x02, +0x45,0xf9,0x00,0xfc,0xfe,0xce,0x02,0x00,0x0a,0x01,0x1b,0xff,0x88,0x01,0x10,0xfd, +0x2d,0x00,0x10,0xfd,0xa4,0x00,0x04,0x52,0x01,0x22,0x01,0x01,0xb5,0x25,0x12,0xfb, +0x9f,0x03,0x10,0xff,0xc2,0x02,0x01,0x72,0x00,0x10,0xfc,0x4f,0x01,0x06,0x26,0x00, +0x30,0xff,0x01,0x00,0x81,0x73,0x42,0xf9,0xfe,0xf9,0xfe,0xd8,0x52,0x00,0xe9,0x10, +0x60,0x07,0x05,0x08,0x00,0x09,0xfd,0x59,0x01,0x01,0x0d,0x02,0x12,0x02,0x64,0x01, +0x22,0x02,0xfb,0x23,0x1c,0x15,0xfb,0x9a,0x03,0x10,0xfe,0x1e,0x02,0x01,0xe6,0x00, +0x01,0x60,0x01,0x35,0x00,0x02,0xfe,0x2e,0x01,0x24,0x00,0xff,0x5a,0x03,0x0b,0x65, +0x04,0x04,0xb2,0x00,0x75,0x02,0xfa,0x02,0x00,0x02,0x02,0xfe,0x60,0x01,0x13,0xfe, +0xbe,0x00,0x23,0xff,0x00,0xa1,0x00,0x0f,0xb6,0x03,0x06,0x0b,0x74,0x04,0x0a,0x28, +0x05,0x01,0x0a,0x01,0x1f,0xfc,0x34,0x00,0x02,0xa4,0xf8,0xfd,0xf8,0xfb,0x04,0x04, +0x00,0xfe,0x00,0xf8,0x2a,0x02,0x34,0x02,0xfd,0xff,0x86,0x02,0x00,0xc1,0x77,0x11, +0xff,0x3c,0x03,0x17,0x01,0xa2,0x01,0x19,0xff,0x5d,0x00,0x17,0xfd,0x80,0x00,0x54, +0xfc,0x01,0x01,0x02,0x02,0x05,0x01,0x02,0x60,0x01,0x02,0x69,0x04,0x01,0x7a,0x03, +0x03,0x6a,0x02,0x32,0xfb,0xff,0xfb,0x0e,0x00,0x12,0xfa,0x0a,0x01,0x00,0xf1,0x01, +0x05,0xf6,0x02,0x04,0x52,0x00,0x53,0xfe,0xfa,0x00,0xfa,0xff,0x98,0x03,0x10,0xfd, +0x6a,0x01,0x00,0xc8,0x01,0x09,0x26,0x00,0x10,0xfe,0xdd,0x01,0x10,0x01,0xa2,0x02, +0x11,0x01,0x19,0x01,0x10,0xfb,0x99,0x01,0x00,0x95,0x09,0x1d,0xfe,0x98,0x00,0x10, +0xfb,0xaf,0x04,0x02,0x74,0x04,0x12,0xfd,0xd8,0x03,0x09,0x72,0x00,0x02,0x02,0x04, +0x08,0x93,0x01,0x13,0xfc,0x05,0x00,0x03,0x0a,0x01,0x02,0x7b,0x00,0x15,0xff,0x63, +0x01,0x20,0x01,0x02,0xb9,0x05,0x36,0x04,0x03,0x05,0x63,0x00,0x00,0xe3,0x63,0x01, +0xd0,0x34,0x90,0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0xd2,0x53,0xd0,0x11, +0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0x20,0x00,0xff,0x0d, +0x1c,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d, +0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff, +0x77,0x22,0x01,0x02,0x98,0x13,0x40,0x03,0x04,0x00,0x05,0x0b,0x65,0x15,0x00,0xc3, +0x2e,0x11,0x0a,0x70,0x09,0x10,0x0c,0xd6,0x0b,0x10,0x00,0xe4,0x02,0x11,0x00,0x08, +0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0xe8,0x02,0x31,0x00,0x17,0x03,0xc6,0x2e,0xf0, +0x01,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19, +0x1e,0xf2,0x02,0x42,0x23,0x24,0x25,0x26,0xd5,0x0c,0x0f,0x01,0x00,0xff,0xff,0x6c, +0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 627, .type = 3, .unicode_list = 5920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[32764] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_XXS_s = { +.uncomp_size = 32500, +.comp_size = 26374, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7174, +.class_pair_values = 29310, +.left_class_mapping = 31020, +.right_class_mapping = 31760, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 32764, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_16.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_bold_16.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD.c index f9d737ed10f..1a2f8b11ae5 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD.c @@ -4217,7 +4217,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[92284] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_bold_16 = { +const etxLz4Font lv_font_noto_cn_bold_STD = { .uncomp_size = 92020, .comp_size = 67253, .line_height = 19, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD_s.c new file mode 100644 index 00000000000..25a81c24afb --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_STD_s.c @@ -0,0 +1,2680 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x80,0x02,0x08,0x00,0xf3,0x30,0x10,0x04,0x03,0x08,0x01, +0x00,0x0c,0x00,0x50,0x06,0x06,0x04,0x00,0x04,0x18,0x00,0x80,0x06,0x07,0x08,0x00, +0x00,0x34,0x00,0x80,0x06,0x06,0x0a,0x00,0xff,0x52,0x00,0x90,0x0a,0x0b,0x08,0x00, +0x00,0x7e,0x00,0x20,0x08,0x08,0x08,0x00,0x00,0x9e,0x00,0x90,0x03,0x03,0x04,0x00, +0x04,0xa4,0x00,0x30,0x04,0x04,0x0c,0x00,0xfd,0xbc,0x08,0x00,0x90,0xd4,0x00,0x90, +0x05,0x06,0x05,0x00,0x03,0xe3,0x40,0x00,0x40,0x06,0x00,0x01,0xf8,0x28,0x00,0xf3, +0x15,0x05,0x00,0xfd,0x00,0x01,0x10,0x04,0x04,0x02,0x00,0x02,0x04,0x01,0x90,0x03, +0x03,0x02,0x00,0x00,0x07,0x01,0x40,0x04,0x04,0x0b,0x00,0xfd,0x1d,0x01,0x80,0x06, +0x06,0x08,0x00,0x00,0x35,0x08,0x00,0x13,0x4d,0x08,0x00,0x13,0x65,0x08,0x00,0x22, +0x7d,0x01,0x88,0x00,0x13,0x99,0x10,0x00,0x13,0xb1,0x10,0x00,0x13,0xcd,0x10,0x00, +0x13,0xe5,0x08,0x00,0x13,0xfd,0x08,0x00,0x90,0x15,0x02,0x90,0x03,0x03,0x06,0x00, +0x00,0x1e,0x08,0x00,0x52,0x09,0x00,0xfd,0x2c,0x02,0x88,0x00,0x10,0x41,0x08,0x00, +0x43,0x05,0x00,0x01,0x53,0x10,0x00,0x60,0x68,0x02,0xa0,0x05,0x06,0x08,0xfe,0x00, +0xf0,0x0b,0x10,0x0b,0x0b,0x0a,0x00,0xfe,0xb7,0x02,0x10,0x07,0x09,0x08,0xff,0x00, +0xdb,0x02,0x80,0x07,0x07,0x08,0x01,0x00,0xf7,0x02,0x40,0x07,0x68,0x00,0x31,0x13, +0x03,0xe0,0x10,0x00,0xb1,0x2f,0x03,0xc0,0x06,0x06,0x08,0x01,0x00,0x47,0x03,0x70, +0x08,0x00,0x40,0x5f,0x03,0xe0,0x07,0x08,0x01,0x40,0x7f,0x03,0x50,0x08,0x20,0x00, +0xb1,0x9b,0x03,0xa0,0x03,0x02,0x08,0x01,0x00,0xa3,0x03,0x40,0x88,0x00,0x31,0xbb, +0x03,0x90,0x38,0x00,0xf1,0x04,0xd7,0x03,0x60,0x06,0x05,0x08,0x01,0x00,0xeb,0x03, +0x60,0x09,0x08,0x08,0x01,0x00,0x0b,0x04,0x40,0x30,0x00,0x31,0x27,0x04,0x80,0x48, +0x01,0x41,0x47,0x04,0x50,0x07,0x50,0x00,0x92,0x04,0x80,0x08,0x09,0x0a,0x00,0xfe, +0x8c,0x04,0x80,0x00,0x31,0xa8,0x04,0xe0,0xe8,0x00,0x13,0xc4,0x08,0x00,0x31,0xe0, +0x04,0x40,0x30,0x00,0xf2,0x03,0x00,0x05,0xd0,0x06,0x08,0x08,0xff,0x00,0x20,0x05, +0x10,0x0a,0x0a,0x08,0x00,0x00,0x48,0x05,0x20,0x00,0x31,0x64,0x05,0x60,0x18,0x00, +0x31,0x84,0x05,0xc0,0x10,0x00,0xf0,0x0d,0xa0,0x05,0x30,0x04,0x03,0x0a,0x01,0xfe, +0xaf,0x05,0x40,0x04,0x05,0x0b,0x00,0xfd,0xcb,0x05,0x30,0x04,0x04,0x0a,0x00,0xfe, +0xdf,0x05,0x80,0x06,0xa0,0x01,0xf0,0x02,0xee,0x05,0x40,0x06,0x07,0x01,0x00,0xfe, +0xf2,0x05,0xe0,0x06,0x04,0x04,0x01,0x06,0xfa,0x18,0x00,0x61,0x06,0x00,0x00,0x0c, +0x06,0x10,0xf8,0x00,0x40,0x28,0x06,0xd0,0x05,0x10,0x00,0x13,0x3a,0x10,0x00,0x31, +0x56,0x06,0x60,0x20,0x00,0xb0,0x68,0x06,0x10,0x04,0x05,0x08,0x00,0x00,0x7c,0x06, +0x90,0x68,0x00,0x23,0xfe,0x98,0x20,0x00,0xf1,0x04,0xb4,0x06,0x60,0x03,0x03,0x08, +0x00,0x00,0xc0,0x06,0x60,0x03,0x04,0x0a,0xff,0xfe,0xd4,0x06,0xa0,0x88,0x00,0x50, +0xf0,0x06,0x70,0x03,0x04,0xb8,0x00,0x40,0x07,0xa0,0x0a,0x0a,0x98,0x01,0xb0,0x07, +0x10,0x07,0x07,0x06,0x00,0x00,0x33,0x07,0xe0,0x06,0x08,0x00,0x21,0x48,0x07,0x40, +0x00,0x23,0xfe,0x64,0x08,0x00,0xb1,0x80,0x07,0xd0,0x04,0x05,0x06,0x00,0x00,0x8f, +0x07,0x70,0x80,0x00,0x31,0xa1,0x07,0xa0,0x70,0x00,0x31,0xb5,0x07,0x00,0x38,0x00, +0x31,0xca,0x07,0x50,0x38,0x00,0x40,0xdf,0x07,0x80,0x09,0x50,0x00,0x31,0xfd,0x07, +0x30,0x98,0x00,0x31,0x0f,0x08,0x50,0x90,0x00,0x31,0x2b,0x08,0xa0,0x38,0x00,0x22, +0x3d,0x08,0xf0,0x00,0x93,0x51,0x08,0x40,0x03,0x02,0x0c,0x01,0xfd,0x5d,0x10,0x00, +0xf1,0x13,0x71,0x08,0x80,0x06,0x07,0x03,0x00,0x02,0x7c,0x08,0x00,0x0b,0x0a,0x09, +0x01,0x00,0xa9,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0xdb,0x08,0x00,0x0b,0x09,0x0a, +0x01,0x00,0x08,0x09,0x08,0x00,0x40,0xff,0x35,0x09,0x00,0x18,0x02,0x20,0x00,0x6c, +0x10,0x00,0x40,0x0b,0x01,0xff,0x9e,0x08,0x00,0x43,0x09,0x01,0x00,0xc7,0x08,0x00, +0x13,0xf0,0x18,0x00,0xa2,0x22,0x0a,0x00,0x0b,0x07,0x0b,0x02,0xfe,0x49,0x0a,0x18, +0x00,0x50,0x72,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a,0x30,0x00,0x13, +0x0a,0x30,0x00,0x03,0x08,0x00,0x22,0x19,0x0b,0x08,0x00,0xf2,0x0b,0x42,0x0b,0x00, +0x0b,0x07,0x09,0x02,0x00,0x62,0x0b,0x70,0x04,0x04,0x04,0x00,0x05,0x6a,0x0b,0x00, +0x0b,0x03,0x02,0x04,0x03,0x6d,0x0b,0x80,0x00,0xf1,0x03,0x9a,0x0b,0x00,0x0b,0x04, +0x04,0x00,0xff,0xa2,0x0b,0x00,0x0b,0x0b,0x02,0x00,0x03,0xad,0x0b,0x90,0x00,0x23, +0xff,0xe4,0x08,0x00,0x22,0x1b,0x0c,0x08,0x00,0x90,0x52,0x0c,0x00,0x0b,0x0a,0x0c, +0x00,0xfe,0x8e,0x10,0x00,0x40,0x0b,0x00,0xff,0xcb,0x10,0x00,0x52,0x0a,0x00,0xff, +0xfd,0x0c,0x48,0x00,0x22,0x2a,0x0d,0x28,0x00,0x22,0x61,0x0d,0x18,0x00,0x22,0x93, +0x0d,0x28,0x00,0x13,0xd0,0x08,0x00,0xa2,0x0d,0x0e,0x00,0x0b,0x0b,0x0c,0x00,0xfe, +0x4f,0x0e,0x10,0x00,0x13,0x8c,0x08,0x00,0x21,0xc9,0x0e,0x18,0x01,0x22,0xff,0xfb, +0x10,0x00,0x32,0xfe,0x38,0x0f,0x18,0x00,0x22,0x75,0x0f,0x30,0x00,0x13,0xb7,0x10, +0x00,0x13,0xf4,0x10,0x00,0x22,0x36,0x10,0x08,0x00,0x22,0x78,0x10,0x18,0x00,0x13, +0xb5,0x10,0x00,0x13,0xf7,0x10,0x00,0x22,0x34,0x11,0x08,0x00,0x13,0x71,0x08,0x00, +0x22,0xae,0x11,0x20,0x00,0x13,0xf0,0x08,0x00,0x22,0x32,0x12,0x08,0x00,0xa2,0x74, +0x12,0x00,0x0b,0x0a,0x0b,0x00,0xff,0xab,0x12,0x28,0x00,0x13,0xe8,0x18,0x00,0x22, +0x2a,0x13,0x10,0x00,0x13,0x67,0x08,0x00,0x13,0xa4,0x08,0x00,0x13,0xe1,0x08,0x00, +0x22,0x1e,0x14,0x08,0x00,0x13,0x5b,0x08,0x00,0x22,0x98,0x14,0x38,0x00,0xa2,0xda, +0x14,0x00,0x0b,0x0c,0x0c,0x00,0xfe,0x22,0x15,0x08,0x00,0x22,0x6a,0x15,0x20,0x00, +0x13,0xa7,0x08,0x00,0x11,0xe4,0x18,0x00,0x42,0xff,0xfe,0x2c,0x16,0x10,0x00,0x11, +0x69,0x08,0x00,0x33,0xff,0xff,0xa6,0x10,0x00,0x13,0xe3,0x08,0x00,0x22,0x20,0x17, +0x08,0x00,0x22,0x5d,0x17,0x50,0x01,0x13,0x94,0x10,0x00,0x22,0xd1,0x17,0x68,0x00, +0x22,0x13,0x18,0x08,0x00,0x22,0x55,0x18,0x30,0x01,0x13,0x92,0x08,0x00,0x22,0xcf, +0x18,0x28,0x00,0x22,0x0c,0x19,0x08,0x00,0x13,0x49,0x08,0x00,0x13,0x86,0x08,0x00, +0x13,0xc3,0x08,0x00,0x22,0x00,0x1a,0x58,0x00,0x22,0x37,0x1a,0x38,0x00,0x13,0x74, +0x10,0x00,0x23,0xab,0x1a,0x08,0x01,0x10,0x1a,0xc0,0x01,0x42,0x01,0xff,0x1a,0x1b, +0x20,0x00,0x13,0x57,0x08,0x00,0x22,0x94,0x1b,0x28,0x00,0x22,0xcb,0x1b,0x28,0x00, +0x22,0x08,0x1c,0x18,0x00,0x22,0x45,0x1c,0xf0,0x01,0x22,0x77,0x1c,0x20,0x00,0x22, +0xae,0x1c,0x20,0x00,0x22,0xeb,0x1c,0xa8,0x00,0x22,0x2d,0x1d,0x28,0x00,0x13,0x6a, +0x08,0x00,0x22,0xa7,0x1d,0x18,0x00,0x22,0xe9,0x1d,0x28,0x00,0x22,0x26,0x1e,0x10, +0x00,0x22,0x68,0x1e,0x10,0x00,0x22,0xa5,0x1e,0x28,0x00,0x13,0xe2,0x08,0x00,0x22, +0x1f,0x1f,0x08,0x00,0x22,0x5c,0x1f,0x20,0x00,0x22,0x99,0x1f,0x30,0x00,0x13,0xdb, +0x08,0x00,0x22,0x1d,0x20,0x20,0x00,0x13,0x5a,0x08,0x00,0x13,0x97,0x08,0x00,0x22, +0xd4,0x20,0x30,0x00,0x22,0x11,0x21,0x28,0x00,0x22,0x53,0x21,0x10,0x00,0x22,0x90, +0x21,0xa8,0x00,0x13,0xc7,0x18,0x00,0x22,0x09,0x22,0x30,0x00,0x22,0x46,0x22,0x20, +0x00,0x22,0x83,0x22,0x20,0x00,0x13,0xba,0x08,0x00,0x13,0xf1,0x08,0x00,0x22,0x28, +0x23,0x08,0x00,0x13,0x5f,0x08,0x00,0x22,0x96,0x23,0x30,0x00,0x13,0xd3,0x10,0x00, +0x22,0x0a,0x24,0x48,0x00,0x22,0x47,0x24,0x18,0x00,0x13,0x84,0x08,0x00,0x13,0xc1, +0x18,0x00,0x13,0xfe,0x10,0x00,0x22,0x3b,0x25,0x08,0x00,0x22,0x78,0x25,0x38,0x03, +0x23,0xa5,0x25,0xf0,0x00,0x13,0x25,0xf0,0x00,0x10,0x26,0x98,0x02,0x42,0x01,0xff, +0x56,0x26,0x28,0x00,0x22,0x93,0x26,0x18,0x00,0x13,0xd0,0x08,0x00,0x22,0x0d,0x27, +0xb8,0x02,0x22,0x44,0x27,0xc0,0x00,0x23,0x86,0x27,0xe0,0x01,0x03,0x10,0x00,0x22, +0x05,0x28,0x90,0x00,0x22,0x3c,0x28,0x18,0x00,0x22,0x79,0x28,0x18,0x00,0x13,0xbb, +0x18,0x00,0x21,0xf2,0x28,0x40,0x00,0x32,0xfe,0x29,0x29,0x20,0x00,0x13,0x66,0x08, +0x00,0x22,0xa3,0x29,0x28,0x00,0x22,0xe5,0x29,0x28,0x00,0x22,0x1c,0x2a,0x08,0x00, +0x13,0x53,0x08,0x00,0x13,0x8a,0x08,0x00,0x13,0xc1,0x08,0x00,0x13,0xf8,0x08,0x00, +0x22,0x2f,0x2b,0x08,0x00,0x23,0x66,0x2b,0x48,0x00,0x03,0x08,0x00,0x13,0xe0,0x08, +0x00,0x22,0x1d,0x2c,0x58,0x00,0x13,0x5f,0x08,0x00,0x22,0xa1,0x2c,0x30,0x00,0x13, +0xd8,0x08,0x00,0x22,0x0f,0x2d,0x28,0x00,0x13,0x4c,0x08,0x00,0x22,0x89,0x2d,0xe8, +0x00,0x13,0xc6,0x10,0x00,0x22,0x03,0x2e,0x38,0x00,0x22,0x45,0x2e,0x10,0x00,0x13, +0x82,0x10,0x00,0x22,0xc4,0x2e,0x40,0x00,0x13,0xfb,0x08,0x00,0x22,0x32,0x2f,0x38, +0x00,0xa2,0x6f,0x2f,0x00,0x0b,0x0c,0x0b,0x00,0xfe,0xb1,0x2f,0x18,0x00,0x23,0xe8, +0x2f,0xd8,0x03,0x13,0x30,0xd8,0x03,0x12,0x30,0x10,0x00,0x13,0xa9,0x10,0x00,0x13, +0xe6,0x10,0x00,0x22,0x28,0x31,0x10,0x00,0x13,0x65,0x08,0x00,0x13,0xa2,0x08,0x00, +0x22,0xdf,0x31,0x20,0x00,0x22,0x21,0x32,0x08,0x00,0x22,0x63,0x32,0x18,0x00,0x13, +0xa0,0x08,0x00,0x13,0xdd,0x18,0x00,0x23,0x1f,0x33,0xa8,0x02,0x03,0x08,0x00,0x22, +0x99,0x33,0x80,0x00,0x22,0xd0,0x33,0x20,0x00,0x22,0x12,0x34,0x08,0x00,0x22,0x54, +0x34,0x20,0x00,0x13,0x91,0x08,0x00,0x22,0xce,0x34,0x28,0x00,0x22,0x05,0x35,0x10, +0x00,0x13,0x42,0x08,0x00,0x13,0x7f,0x08,0x00,0x22,0xbc,0x35,0x20,0x00,0x22,0xf3, +0x35,0x70,0x00,0x22,0x30,0x36,0x08,0x00,0x22,0x6d,0x36,0xa8,0x03,0x13,0x9f,0x10, +0x00,0x13,0xdc,0x08,0x00,0x22,0x19,0x37,0x30,0x00,0x22,0x50,0x37,0x10,0x00,0x13, +0x8d,0x10,0x00,0x23,0xc4,0x37,0x30,0x01,0x13,0x37,0x30,0x01,0x13,0x38,0x30,0x01, +0x12,0x38,0x10,0x00,0x22,0xa6,0x38,0xa0,0x00,0x22,0xe8,0x38,0x38,0x00,0x22,0x25, +0x39,0x08,0x00,0x22,0x62,0x39,0x18,0x00,0x22,0xa4,0x39,0x30,0x00,0x13,0xe1,0x08, +0x00,0x22,0x1e,0x3a,0x08,0x00,0x23,0x5b,0x3a,0x08,0x05,0x12,0x3a,0x58,0x02,0x13, +0xcf,0x18,0x00,0x22,0x0c,0x3b,0x38,0x00,0x22,0x4e,0x3b,0x10,0x00,0x22,0x8b,0x3b, +0xb0,0x00,0x13,0xbd,0x18,0x00,0x13,0xff,0x08,0x00,0x22,0x41,0x3c,0x40,0x00,0x13, +0x7e,0x08,0x00,0x13,0xbb,0x08,0x00,0x22,0xf8,0x3c,0x20,0x00,0x22,0x3a,0x3d,0x08, +0x00,0x13,0x7c,0x08,0x00,0x22,0xbe,0x3d,0x20,0x00,0x23,0xfb,0x3d,0xc8,0x00,0x13, +0x3e,0xc8,0x00,0x12,0x3e,0x18,0x00,0x22,0xac,0x3e,0x18,0x00,0x23,0xe3,0x3e,0x50, +0x05,0x13,0x3f,0x50,0x05,0x03,0x08,0x00,0x22,0x9a,0x3f,0x48,0x00,0x23,0xdc,0x3f, +0x30,0x01,0x13,0x40,0x30,0x01,0x13,0x40,0x30,0x01,0x03,0x08,0x00,0x22,0xca,0x40, +0x58,0x00,0x22,0x07,0x41,0x10,0x00,0x23,0x44,0x41,0x70,0x03,0x03,0x08,0x00,0x13, +0xc8,0x08,0x00,0x23,0x0a,0x42,0xf8,0x03,0x12,0x42,0x20,0x07,0x22,0x83,0x42,0x18, +0x00,0x13,0xc5,0x18,0x00,0x22,0x02,0x43,0x10,0x00,0x23,0x44,0x43,0x40,0x00,0x12, +0x43,0x28,0x01,0x22,0xbd,0x43,0x78,0x00,0x22,0xf4,0x43,0x28,0x00,0x22,0x31,0x44, +0x08,0x00,0x13,0x6e,0x08,0x00,0x23,0xab,0x44,0x90,0x05,0x03,0x10,0x00,0x22,0x25, +0x45,0x58,0x06,0x22,0x6d,0x45,0xe0,0x02,0x22,0xaf,0x45,0x20,0x00,0x22,0xec,0x45, +0x58,0x00,0x22,0x2e,0x46,0x28,0x00,0x13,0x6b,0x08,0x00,0x22,0xa8,0x46,0x18,0x00, +0x13,0xea,0x10,0x00,0x22,0x27,0x47,0x08,0x00,0x13,0x64,0x08,0x00,0x13,0xa1,0x08, +0x00,0x13,0xde,0x08,0x00,0x22,0x1b,0x48,0x08,0x00,0x21,0x58,0x48,0x60,0x00,0x23, +0xff,0x9a,0x10,0x00,0x13,0xd7,0x08,0x00,0x22,0x14,0x49,0x08,0x00,0x13,0x51,0x08, +0x00,0x22,0x8e,0x49,0x60,0x00,0x23,0xd0,0x49,0x98,0x04,0x12,0x4a,0x38,0x00,0x22, +0x4f,0x4a,0xa0,0x00,0x22,0x91,0x4a,0x20,0x00,0x23,0xd3,0x4a,0x20,0x05,0x12,0x4b, +0x10,0x00,0x13,0x4c,0x08,0x00,0x22,0x8e,0x4b,0x10,0x07,0x22,0xd6,0x4b,0x40,0x00, +0x23,0x13,0x4c,0xd8,0x06,0x13,0x4c,0xd8,0x06,0x12,0x4c,0x38,0x00,0x13,0xc9,0x08, +0x00,0x22,0x00,0x4d,0x20,0x00,0x22,0x42,0x4d,0xf8,0x00,0x13,0x7f,0x10,0x00,0x13, +0xc1,0x08,0x00,0x23,0x03,0x4e,0x28,0x04,0x03,0x08,0x00,0x13,0x87,0x08,0x00,0x22, +0xc9,0x4e,0x50,0x00,0x22,0x06,0x4f,0x70,0x05,0x22,0x33,0x4f,0x50,0x00,0x22,0x6a, +0x4f,0x20,0x00,0x23,0xac,0x4f,0x30,0x02,0x03,0x08,0x00,0x23,0x1a,0x50,0xf8,0x06, +0x12,0x50,0x10,0x00,0x23,0x8e,0x50,0xf0,0x08,0x03,0x10,0x00,0x22,0x02,0x51,0x10, +0x00,0x22,0x3f,0x51,0x10,0x00,0x22,0x76,0x51,0x30,0x00,0x13,0xb3,0x10,0x00,0x13, +0xea,0x08,0x00,0x22,0x21,0x52,0x28,0x00,0x22,0x5e,0x52,0x20,0x00,0x22,0x9b,0x52, +0x18,0x00,0x13,0xd2,0x08,0x00,0x23,0x09,0x53,0x78,0x06,0x12,0x53,0x10,0x00,0x13, +0x7d,0x08,0x00,0x22,0xb4,0x53,0x38,0x00,0x23,0xf1,0x53,0x78,0x06,0x12,0x54,0x28, +0x00,0x13,0x65,0x08,0x00,0x22,0xa2,0x54,0x18,0x00,0x13,0xd9,0x10,0x00,0x22,0x16, +0x55,0x10,0x00,0x22,0x4d,0x55,0x10,0x00,0x23,0x8a,0x55,0xa8,0x05,0x13,0x55,0x18, +0x01,0x12,0x56,0x50,0x00,0x13,0x40,0x08,0x00,0x23,0x7d,0x56,0x68,0x00,0x13,0x56, +0x68,0x00,0x13,0x56,0x68,0x00,0x13,0x57,0x68,0x00,0x13,0x57,0x00,0x05,0x13,0x57, +0x68,0x00,0x03,0x08,0x00,0x22,0x10,0x58,0x20,0x00,0x22,0x4d,0x58,0x10,0x00,0x13, +0x84,0x08,0x00,0x23,0xbb,0x58,0x58,0x06,0x12,0x58,0x70,0x00,0x22,0x34,0x59,0x08, +0x00,0x22,0x76,0x59,0x18,0x00,0x13,0xad,0x10,0x00,0x13,0xef,0x10,0x00,0x22,0x26, +0x5a,0x60,0x00,0x22,0x63,0x5a,0x10,0x00,0x13,0x9a,0x08,0x00,0x23,0xd1,0x5a,0xe0, +0x08,0x12,0x5b,0x20,0x00,0x23,0x50,0x5b,0x90,0x03,0x13,0x5b,0x90,0x03,0x12,0x5b, +0x20,0x00,0x23,0x0c,0x5c,0x58,0x04,0x12,0x5c,0x38,0x00,0x13,0x85,0x10,0x00,0x23, +0xc7,0x5c,0xd0,0x07,0x12,0x5d,0x18,0x00,0x22,0x40,0x5d,0x10,0x00,0x22,0x82,0x5d, +0x40,0x00,0x13,0xbf,0x10,0x00,0x22,0x01,0x5e,0x10,0x00,0x22,0x3e,0x5e,0x10,0x00, +0x13,0x80,0x08,0x00,0x13,0xc2,0x08,0x00,0x22,0x04,0x5f,0x20,0x00,0x22,0x41,0x5f, +0x48,0x00,0x22,0x78,0x5f,0xf8,0x00,0x23,0xb5,0x5f,0x68,0x0a,0x03,0x10,0x00,0x22, +0x34,0x60,0x20,0x00,0x22,0x6b,0x60,0x30,0x00,0x22,0xa8,0x60,0xd8,0x03,0x23,0xdf, +0x60,0x30,0x06,0x12,0x61,0x28,0x00,0x23,0x5e,0x61,0x00,0x02,0x12,0x61,0xc0,0x03, +0x23,0xe3,0x61,0x98,0x04,0x13,0x62,0x98,0x04,0x12,0x62,0x20,0x00,0x23,0x9a,0x62, +0x70,0x03,0x12,0x62,0x58,0x00,0x22,0x0e,0x63,0x10,0x00,0x22,0x4b,0x63,0x10,0x00, +0x22,0x82,0x63,0x60,0x00,0x22,0xb9,0x63,0x48,0x05,0x13,0xeb,0x20,0x00,0x23,0x28, +0x64,0xb8,0x06,0x12,0x64,0x28,0x0c,0x22,0x97,0x64,0x80,0x00,0x23,0xd9,0x64,0xb8, +0x01,0x12,0x65,0x20,0x00,0x13,0x4d,0x08,0x00,0x22,0x8a,0x65,0x08,0x03,0x23,0xb7, +0x65,0x58,0x0b,0x12,0x65,0x28,0x00,0x22,0x2b,0x66,0x10,0x00,0x23,0x68,0x66,0x88, +0x09,0x03,0x08,0x00,0x23,0xe2,0x66,0x98,0x08,0x12,0x67,0x10,0x00,0x22,0x5c,0x67, +0x60,0x00,0x22,0x9e,0x67,0x38,0x00,0x13,0xd5,0x08,0x00,0x23,0x0c,0x68,0x98,0x01, +0x13,0x68,0x98,0x01,0x12,0x68,0x30,0x00,0x23,0xc2,0x68,0x58,0x01,0x13,0x69,0x58, +0x01,0x13,0x69,0xf0,0x05,0x12,0x69,0x18,0x00,0x13,0xc0,0x10,0x00,0x13,0xfd,0x10, +0x00,0x22,0x3f,0x6a,0x70,0x00,0x22,0x7c,0x6a,0x18,0x00,0x13,0xb9,0x08,0x00,0x13, +0xf6,0x08,0x00,0x22,0x33,0x6b,0x28,0x00,0x22,0x75,0x6b,0x10,0x00,0x22,0xb2,0x6b, +0x70,0x00,0x13,0xe9,0x08,0x00,0x22,0x20,0x6c,0x20,0x00,0x22,0x62,0x6c,0x20,0x00, +0x23,0x9f,0x6c,0x20,0x07,0x13,0x6c,0xf0,0x05,0x12,0x6d,0x08,0x00,0x22,0x56,0x6d, +0x28,0x00,0x22,0x98,0x6d,0x38,0x00,0x23,0xcf,0x6d,0x40,0x0b,0x13,0x6e,0x40,0x0b, +0x13,0x6e,0x40,0x0b,0x13,0x6e,0xf0,0x05,0x03,0x10,0x00,0x22,0x05,0x6f,0x08,0x00, +0x23,0x42,0x6f,0x88,0x04,0x13,0x6f,0x88,0x04,0x13,0x6f,0x18,0x09,0x12,0x6f,0xe8, +0x01,0x23,0x40,0x70,0x80,0x02,0x13,0x70,0x80,0x02,0x12,0x70,0x20,0x00,0x23,0xf6, +0x70,0xc8,0x00,0x13,0x71,0x88,0x04,0x03,0x08,0x00,0x22,0xa1,0x71,0x30,0x00,0x23, +0xe3,0x71,0x88,0x04,0x12,0x72,0x28,0x00,0x22,0x57,0x72,0x18,0x00,0x22,0x99,0x72, +0x18,0x01,0x22,0xd6,0x72,0xe8,0x01,0x22,0x08,0x73,0x28,0x00,0x22,0x3f,0x73,0x20, +0x00,0x13,0x81,0x08,0x00,0x23,0xc3,0x73,0xe8,0x0b,0x13,0x74,0xe8,0x0b,0x03,0x08, +0x00,0x23,0x6e,0x74,0x58,0x06,0x03,0x10,0x00,0x23,0xe2,0x74,0xd8,0x01,0x13,0x75, +0xb8,0x08,0x12,0x75,0x18,0x00,0x23,0x93,0x75,0x70,0x0a,0x12,0x75,0xd0,0x05,0x22, +0x12,0x76,0x18,0x00,0x23,0x49,0x76,0x10,0x01,0x13,0x76,0x70,0x0a,0x03,0x18,0x00, +0x13,0xfa,0x10,0x00,0x23,0x37,0x77,0x68,0x00,0x03,0x08,0x00,0x13,0xa5,0x08,0x00, +0x22,0xdc,0x77,0x50,0x00,0x22,0x19,0x78,0x08,0x00,0x13,0x56,0x08,0x00,0x22,0x93, +0x78,0xb0,0x00,0x13,0xd5,0x08,0x00,0x22,0x17,0x79,0x40,0x07,0x22,0x53,0x79,0x10, +0x00,0x22,0x95,0x79,0x58,0x00,0x13,0xd2,0x08,0x00,0x22,0x0f,0x7a,0x50,0x00,0x23, +0x46,0x7a,0x30,0x05,0x12,0x7a,0x18,0x00,0x22,0xba,0x7a,0x50,0x00,0x22,0xf7,0x7a, +0x38,0x00,0x22,0x39,0x7b,0x08,0x00,0x22,0x7b,0x7b,0x20,0x00,0x22,0xb8,0x7b,0x30, +0x00,0x22,0xef,0x7b,0x28,0x00,0x23,0x2c,0x7c,0x80,0x0d,0x12,0x7c,0x28,0x00,0x23, +0xab,0x7c,0x68,0x07,0x13,0x7c,0xf8,0x08,0x13,0x7d,0xf8,0x08,0x13,0x7d,0xf8,0x08, +0x12,0x7d,0x40,0x00,0x22,0xdb,0x7d,0x40,0x00,0x22,0x18,0x7e,0x18,0x00,0x22,0x5a, +0x7e,0x28,0x00,0x13,0x97,0x08,0x00,0x22,0xd4,0x7e,0x20,0x00,0x20,0x11,0x7f,0x38, +0x01,0x42,0xff,0xfe,0x53,0x7f,0x10,0x00,0x13,0x90,0x08,0x00,0x22,0xcd,0x7f,0x48, +0x00,0x23,0x04,0x80,0x08,0x03,0x12,0x80,0x18,0x00,0x23,0x7e,0x80,0x08,0x03,0x13, +0x80,0x08,0x03,0x03,0x18,0x00,0x23,0x3a,0x81,0xf8,0x08,0x13,0x81,0xf8,0x08,0x03, +0x08,0x00,0x23,0x00,0x82,0x08,0x07,0x03,0x08,0x00,0x22,0x84,0x82,0x30,0x00,0x23, +0xc1,0x82,0xf0,0x05,0x13,0x83,0x08,0x07,0x13,0x83,0x08,0x07,0x13,0x83,0x08,0x07, +0x03,0x08,0x00,0x22,0x0b,0x84,0x08,0x00,0x23,0x4d,0x84,0x30,0x06,0x03,0x10,0x00, +0x13,0xcc,0x10,0x00,0x22,0x09,0x85,0x10,0x00,0x13,0x4b,0x08,0x00,0x23,0x8d,0x85, +0x80,0x05,0x03,0x08,0x00,0x23,0x07,0x86,0x10,0x09,0x12,0x86,0xd0,0x00,0x22,0x7b, +0x86,0x28,0x02,0x23,0xbd,0x86,0xd8,0x09,0x03,0x18,0x00,0x23,0x36,0x87,0xa8,0x0f, +0x12,0x87,0x10,0x00,0x13,0xaf,0x08,0x00,0x22,0xe6,0x87,0x20,0x08,0x22,0x28,0x88, +0x20,0x00,0x23,0x6a,0x88,0x00,0x03,0x12,0x88,0x58,0x00,0x13,0xde,0x18,0x00,0x23, +0x20,0x89,0xc8,0x03,0x13,0x89,0x88,0x01,0x13,0x89,0x88,0x0f,0x03,0x10,0x00,0x22, +0x23,0x8a,0x10,0x00,0x13,0x60,0x08,0x00,0x22,0x9d,0x8a,0x18,0x00,0x23,0xdf,0x8a, +0x80,0x05,0x13,0x8b,0xb0,0x0b,0x03,0x08,0x00,0x13,0xa5,0x08,0x00,0x22,0xe7,0x8b, +0xe8,0x00,0x22,0x24,0x8c,0x08,0x00,0x22,0x61,0x8c,0x80,0x00,0x13,0x98,0x10,0x00, +0x23,0xd5,0x8c,0xd0,0x04,0x13,0x8d,0x08,0x04,0x12,0x8d,0x18,0x00,0x13,0x86,0x08, +0x00,0x23,0xc3,0x8d,0xf8,0x02,0x13,0x8d,0xf8,0x02,0x12,0x8e,0x58,0x00,0x22,0x79, +0x8e,0x20,0x00,0x13,0xb6,0x10,0x00,0x23,0xf8,0x8e,0xc0,0x0a,0x12,0x8f,0x30,0x00, +0x22,0x71,0x8f,0x10,0x00,0x13,0xb3,0x08,0x00,0x22,0xf5,0x8f,0x40,0x00,0x23,0x32, +0x90,0x90,0x10,0x13,0x90,0x88,0x0f,0x13,0x90,0xa0,0x03,0x12,0x90,0x20,0x00,0x22, +0x1f,0x91,0x20,0x00,0x22,0x61,0x91,0x40,0x12,0x22,0x93,0x91,0x20,0x00,0x13,0xca, +0x10,0x00,0x31,0xfc,0x91,0x90,0x20,0x14,0x22,0x1c,0x92,0x78,0x04,0x22,0x64,0x92, +0x30,0x00,0xa2,0xa6,0x92,0x60,0x0c,0x0d,0x0a,0x00,0xff,0xe7,0x92,0x68,0x09,0xa3, +0x2f,0x93,0x60,0x0c,0x0d,0x09,0x00,0x00,0x6a,0x93,0xf8,0x08,0x40,0x93,0x80,0x05, +0x06,0x48,0x00,0x20,0x93,0x40,0x10,0x14,0x20,0xff,0xf7,0x20,0x00,0x00,0x38,0x02, +0x12,0x94,0x58,0x00,0xc0,0x77,0x94,0x90,0x07,0x08,0x0c,0x00,0xfe,0xa7,0x94,0xa0, +0x09,0x68,0x12,0x40,0xd3,0x94,0xa0,0x09,0xa0,0x03,0x40,0x0f,0x95,0xa0,0x09,0xf0, +0x0f,0x13,0x41,0x08,0x00,0x22,0x73,0x95,0x20,0x00,0xf3,0x02,0x9f,0x95,0xa0,0x09, +0x0b,0x0a,0xff,0xff,0xd6,0x95,0xe0,0x06,0x07,0x0a,0x00,0xff,0xf9,0x08,0x00,0x22, +0x1c,0x96,0x28,0x00,0x10,0x4e,0x08,0x00,0x52,0x03,0x00,0x03,0x5d,0x96,0x88,0x00, +0xf3,0x03,0x98,0x96,0xc0,0x0d,0x0e,0x0c,0x00,0xfe,0xec,0x96,0x60,0x0c,0x0e,0x0c, +0xff,0xfe,0x40,0x97,0xa0,0x08,0x20,0x97,0xa0,0x70,0x13,0x23,0x01,0x9b,0x08,0x00, +0xa2,0xb9,0x97,0xc0,0x0d,0x0e,0x0a,0x00,0xff,0xff,0x97,0x98,0x00,0x22,0x31,0x98, +0xc0,0x00,0x22,0x73,0x98,0xd8,0x00,0x22,0xbb,0x98,0x60,0x00,0x22,0xed,0x98,0xa0, +0x00,0x22,0x29,0x99,0x10,0x00,0x13,0x5b,0x08,0x00,0x22,0x8d,0x99,0x38,0x00,0xa2, +0xbf,0x99,0xe0,0x06,0x08,0x0c,0xff,0xfe,0xef,0x99,0x28,0x00,0x22,0x2b,0x9a,0x08, +0x00,0x22,0x67,0x9a,0x90,0x00,0xf0,0x0a,0xa2,0x9a,0x00,0x0b,0x0d,0x0c,0xff,0xfe, +0xf0,0x9a,0x40,0x08,0x09,0x0c,0x00,0xfe,0x26,0x9b,0xc0,0x0d,0x0e,0x0b,0x00,0xff, +0x73,0x08,0x00,0x43,0x08,0x00,0x00,0xab,0x08,0x00,0x13,0xe3,0x08,0x00,0x22,0x1b, +0x9c,0x08,0x00,0x13,0x53,0x08,0x00,0x22,0x8b,0x9c,0xa8,0x00,0x22,0xd1,0x9c,0x58, +0x00,0x22,0x0d,0x9d,0x08,0x00,0x22,0x49,0x9d,0xa8,0x00,0xa2,0x91,0x9d,0xc0,0x0d, +0x0e,0x09,0x00,0x00,0xd0,0x9d,0x60,0x00,0x60,0x06,0x9e,0x10,0x0b,0x0c,0x08,0x10, +0x17,0xf0,0xff,0xff,0xff,0xff,0xff,0xab,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x50,0x4d, +0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x5e,0x4d,0x7a,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d, +0x8a,0x4d,0x8b,0x4d,0x99,0x4d,0x9b,0x4d,0xa0,0x4d,0xa8,0x4d,0xdc,0x4d,0xde,0x4d, +0xfb,0x4d,0xfe,0x4d,0x15,0x4e,0x1b,0x4e,0x1e,0x4e,0x35,0x4e,0x3a,0x4e,0x40,0x4e, +0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x70,0x4e,0x7f,0x4e,0x9d,0x4e,0x9e,0x4e, +0x9f,0x4e,0xa3,0x4e,0xac,0x4e,0xcf,0x4e,0xdb,0x4e,0xeb,0x4e,0xf7,0x4e,0x14,0x4f, +0x2d,0x4f,0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f, +0xac,0x4f,0xcf,0x4f,0xf8,0x4f,0x1f,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50, +0xb8,0x50,0xbc,0x50,0xc0,0x50,0xc3,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50, +0xd5,0x50,0xdc,0x50,0xe9,0x50,0x02,0x51,0x16,0x51,0x1f,0x51,0x4a,0x51,0x4b,0x51, +0x4d,0x51,0x56,0x51,0x57,0x51,0x67,0x51,0x6b,0x51,0x6d,0x51,0x70,0x51,0x79,0x51, +0x7b,0x51,0x80,0x51,0x86,0x51,0x87,0x51,0x9d,0x51,0xbf,0x51,0xef,0x51,0xf0,0x51, +0xf8,0x51,0x55,0x52,0x58,0x52,0x66,0x52,0x8a,0x52,0x97,0x52,0x9f,0x52,0xa5,0x52, +0xb1,0x52,0xbb,0x52,0xd2,0x52,0xdb,0x52,0xef,0x52,0x12,0x53,0x1a,0x53,0x1c,0x53, +0x1d,0x53,0x21,0x53,0x26,0x53,0x28,0x53,0x30,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53, +0x40,0x53,0x43,0x53,0x47,0x53,0x5c,0x53,0x5d,0x53,0x5e,0x53,0x61,0x53,0x67,0x53, +0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xb8,0x53,0xcd,0x53,0xdc,0x53,0x1d,0x54, +0xb8,0x55,0x2e,0x56,0x44,0x56,0x4a,0x56,0x4d,0x56,0x4e,0x56,0x56,0x56,0x78,0x56, +0x80,0x56,0x90,0x56,0x97,0x56,0xa7,0x56,0xdb,0x56,0x4a,0x57,0xbb,0x57,0xee,0x57, +0x40,0x58,0x57,0x58,0x5d,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58, +0x81,0x58,0x89,0x58,0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xb6,0x5a, +0xd3,0x5a,0xd9,0x5a,0xdc,0x5a,0xea,0x5a,0xee,0x5a,0x09,0x5b,0x0d,0x5b,0x48,0x5b, +0x49,0x5b,0x4c,0x5b,0x54,0x5b,0x56,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b, +0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x53,0x5d,0x5c,0x5d, +0x76,0x5d,0x77,0x5d,0x88,0x5d,0x8d,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d, +0xe4,0x5d,0xf6,0x5d,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x52,0x5e,0x5f,0x5e,0x65,0x5e, +0x81,0x5e,0x89,0x5e,0x8a,0x5e,0xa3,0x5e,0xa5,0x5e,0xb2,0x5e,0xc1,0x5e,0xd4,0x5e, +0xd5,0x5e,0xd8,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x27,0x5f,0x3b,0x5f,0x4d,0x5f, +0x51,0x5f,0x70,0x5f,0x75,0x5f,0x8b,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60, +0x6f,0x60,0xb2,0x60,0x5f,0x61,0x60,0x61,0x66,0x61,0x7a,0x61,0x90,0x61,0x97,0x61, +0x9b,0x61,0xa3,0x61,0xb7,0x61,0xb9,0x61,0xbb,0x61,0xbc,0x61,0xce,0x61,0xf4,0x61, +0xf5,0x61,0x19,0x62,0x22,0x62,0x2f,0x62,0x38,0x62,0x39,0x62,0x4e,0x62,0x51,0x62, +0x57,0x62,0x59,0x62,0x7f,0x62,0xb2,0x62,0xbe,0x62,0xc7,0x62,0xe2,0x62,0xf5,0x62, +0xf7,0x62,0xf8,0x62,0x1f,0x63,0x20,0x63,0x22,0x63,0x97,0x63,0xc8,0x63,0xfd,0x63, +0x1d,0x64,0x36,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64, +0xa9,0x64,0xc0,0x64,0xc4,0x64,0xd7,0x64,0xec,0x64,0xfd,0x64,0xff,0x64,0x00,0x65, +0x09,0x65,0x1b,0x65,0x30,0x65,0x35,0x65,0x46,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65, +0x7f,0x65,0x8e,0x65,0xbe,0x65,0xbf,0x65,0xd2,0x65,0x42,0x66,0x44,0x66,0x4f,0x66, +0x50,0x66,0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x8a,0x66,0x96,0x66,0xaf,0x66, +0xb1,0x66,0xb5,0x66,0xcf,0x66,0xd1,0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x57,0x67, +0x5f,0x67,0x71,0x67,0x87,0x67,0x8c,0x67,0x96,0x67,0x10,0x68,0x71,0x69,0x7a,0x69, +0x77,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b, +0x24,0x6b,0xb0,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c, +0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0x9b,0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d, +0x55,0x6d,0x60,0x6d,0x79,0x6d,0x88,0x6d,0xce,0x6d,0xe0,0x6d,0x21,0x6e,0x2a,0x6e, +0x2e,0x6e,0x31,0x6e,0x34,0x6e,0x10,0x6f,0x09,0x70,0x3d,0x70,0x76,0x70,0x97,0x71, +0x98,0x71,0xa9,0x71,0xc9,0x71,0x06,0x72,0xd7,0x72,0xff,0x72,0x00,0x73,0x3d,0x73, +0x56,0x73,0xae,0x73,0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xcd,0x75, +0xd4,0x75,0x21,0x76,0x26,0x76,0x28,0x76,0x3e,0x76,0x44,0x76,0x48,0x76,0x5b,0x76, +0x6f,0x76,0x35,0x77,0x51,0x77,0xbc,0x77,0xbe,0x77,0x8a,0x78,0xd1,0x78,0x0b,0x79, +0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79,0x2e,0x7a, +0x3f,0x7a,0x7c,0x7a,0x99,0x7a,0xce,0x7a,0xe7,0x7a,0xf1,0x7a,0xcb,0x7b,0xe8,0x7b, +0x0e,0x7c,0x4b,0x7c,0x77,0x7c,0xf2,0x7d,0xf7,0x7d,0x05,0x7e,0x0f,0x7e,0x13,0x7e, +0x14,0x7e,0x16,0x7e,0x18,0x7e,0x1f,0x7e,0x23,0x7e,0x2d,0x7e,0x2f,0x7e,0x3d,0x7e, +0x4f,0x7e,0x66,0x7e,0x79,0x7e,0xbe,0x7e,0xde,0x7e,0x55,0x7f,0x67,0x7f,0xa4,0x7f, +0x1c,0x80,0x4d,0x80,0x59,0x80,0x6a,0x80,0x3a,0x81,0x43,0x81,0x7a,0x81,0x85,0x81, +0xc2,0x81,0xd2,0x81,0x41,0x82,0x53,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x2d,0x84, +0x1f,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xb5,0x87,0xb8,0x87,0xc0,0x87,0xfb,0x87, +0x15,0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88,0x14,0x89,0x16,0x89,0x18,0x89,0x22,0x89, +0x36,0x89,0x50,0x89,0xb6,0x8a,0xf1,0x8a,0xf4,0x8a,0xfe,0x8a,0x00,0x8b,0x0e,0x8b, +0x0f,0x8b,0x11,0x8b,0x16,0x8b,0x25,0x8b,0x2d,0x8b,0x32,0x8b,0x36,0x8b,0x3d,0x8b, +0x3f,0x8b,0x44,0x8b,0x47,0x8b,0x4b,0x8b,0x53,0x8b,0x81,0x8b,0x75,0x8c,0x84,0x8c, +0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0xbc,0x8e,0xbe,0x8e, +0xc4,0x8e,0xcd,0x8e,0xd3,0x8e,0xe1,0x8e,0xe3,0x8e,0x09,0x8f,0x17,0x8f,0x20,0x8f, +0x2b,0x8f,0x2e,0x8f,0x2f,0x8f,0x40,0x8f,0x50,0x8f,0x59,0x8f,0x6a,0x8f,0x6f,0x8f, +0x8b,0x8f,0xa3,0x8f,0x38,0x90,0x17,0x91,0x1d,0x91,0x1f,0x91,0xc4,0x91,0xd8,0x93, +0xef,0x93,0xfe,0x93,0x51,0x94,0x69,0x94,0x7e,0x94,0xac,0x94,0xcf,0x94,0x38,0x95, +0x3d,0x95,0x3e,0x95,0x42,0x95,0x44,0x95,0x84,0x95,0x90,0x95,0x94,0x95,0xa0,0x95, +0xb4,0x95,0xdf,0x95,0xe4,0x95,0xec,0x95,0x50,0x96,0x57,0x96,0xa9,0x96,0xae,0x96, +0xb2,0x96,0x43,0x97,0xc5,0x97,0xc6,0x97,0xc9,0x97,0xca,0x97,0xd4,0x97,0xe1,0x97, +0xe8,0x97,0xec,0x97,0x2e,0x98,0xc1,0x99,0xdc,0x99,0x28,0x9a,0x73,0x9d,0xf6,0x9d, +0x28,0x9e,0xa0,0x9e,0x51,0xef,0x58,0xef,0x5b,0xef,0x5c,0xef,0x5d,0xef,0x61,0xef, +0x63,0xef,0x65,0xef,0x69,0xef,0x6c,0xef,0x71,0xef,0x76,0xef,0x77,0xef,0x78,0xef, +0x8e,0xef,0x93,0xef,0x98,0xef,0x9b,0xef,0x9c,0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef, +0xa3,0xef,0xa4,0xef,0xb7,0xef,0xb8,0xef,0xbe,0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef, +0xc7,0xef,0xc8,0xef,0xc9,0xef,0xcb,0xef,0xe3,0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0, +0x17,0xf0,0x19,0xf0,0x30,0xf0,0x37,0xf0,0x3a,0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0, +0xab,0xf0,0x3b,0xf1,0x90,0xf1,0x91,0xf1,0x92,0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1, +0xe3,0xf1,0x3d,0xf2,0x54,0xf2,0xaa,0xf4,0x12,0xf7,0xf2,0xf7,0xcd,0x0b,0xc0,0xab, +0x09,0xa0,0x89,0x02,0x20,0xac,0x0a,0xc0,0x0f,0x94,0xf5,0x0f,0x83,0xf4,0x0d,0x61, +0xf2,0x08,0x30,0xa0,0x00,0xe0,0xa4,0x00,0x1d,0x0c,0x20,0x4f,0xff,0xff,0x10,0x59, +0x0f,0x00,0x07,0x71,0xd0,0x09,0xff,0xff,0xd0,0x0b,0x45,0x90,0x00,0xd1,0x77,0x00, +0x00,0x4c,0x00,0x03,0xbf,0x91,0x0e,0xc7,0xb3,0x1f,0xb1,0x00,0x04,0xef,0x70,0x00, +0x09,0xf7,0x00,0x00,0xea,0x3e,0x88,0xf6,0x07,0xdf,0x60,0x00,0x4c,0x00,0x1b,0xe8, +0x00,0x3b,0x00,0x07,0xa1,0xf2,0x0c,0x20,0x00,0x98,0x0d,0x45,0x90,0x00,0x07,0xb1, +0xf2,0xd2,0xbd,0x60,0x0a,0xd7,0x77,0x8a,0x2f,0x10,0x00,0x1d,0x0b,0x70,0xf3,0x00, +0x08,0x60,0x8a,0x2f,0x10,0x02,0xc0,0x01,0xce,0x70,0x01,0xbe,0xa0,0x00,0x08,0xd2, +0xf5,0x00,0x09,0xd6,0xf2,0x00,0x05,0xfe,0x30,0x55,0x2e,0xdf,0x42,0xf5,0x8f,0x09, +0xfc,0xd0,0x8f,0x74,0xef,0xd5,0x0a,0xee,0xa4,0x99,0x0f,0x90,0xf8,0x0d,0x60,0x83, +0x00,0x63,0x00,0xf4,0x07,0xd0,0x0b,0x80,0x0e,0x60,0x0f,0x40,0x0f,0x50,0x0c,0x70, +0x09,0xa0,0x03,0xf1,0x00,0xb6,0x00,0x00,0x27,0x00,0x1f,0x20,0x0a,0xa0,0x05,0xe0, +0x03,0xf0,0x02,0xf2,0x03,0xf1,0x05,0xf0,0x08,0xc0,0x0e,0x50,0x3d,0xb9,0x05,0xb0, +0xb4,0x00,0x4c,0xec,0xc0,0x07,0xfe,0x10,0x0a,0x6b,0x30,0x0f,0x00,0x10,0x37,0x34, +0x1b,0xb0,0x00,0x00,0x5d,0x00,0x08,0xff,0xff,0xf0,0x12,0x7d,0x22,0x0e,0x00,0xf6, +0x36,0x0a,0x61,0xee,0x05,0xd3,0xd3,0x00,0x00,0x7f,0xf8,0x12,0x21,0x0d,0x80,0xd8, +0x00,0x4d,0x00,0x88,0x00,0xc4,0x00,0xf0,0x04,0xc0,0x08,0x80,0x0c,0x40,0x1f,0x00, +0x5b,0x00,0x97,0x00,0x62,0x00,0x04,0xde,0x90,0x0f,0xa5,0xf7,0x5f,0x20,0xad,0x7f, +0x00,0x9f,0x7f,0x00,0x9f,0x5f,0x20,0xbd,0x0e,0xa5,0xf7,0x03,0xde,0x90,0x05,0xbf, +0x40,0x08,0xcf,0x40,0x00,0x5f,0x03,0x00,0xf2,0xc8,0x03,0x8f,0x73,0x1f,0xff,0xfc, +0x09,0xee,0x80,0x4c,0x59,0xf5,0x00,0x01,0xf7,0x00,0x04,0xf4,0x00,0x1d,0xc0,0x00, +0xce,0x10,0x1c,0xf6,0x44,0x8f,0xff,0xfe,0x19,0xee,0xa1,0x19,0x47,0xf8,0x00,0x05, +0xf6,0x00,0xff,0x90,0x00,0x26,0xf7,0x00,0x00,0xdc,0x6c,0x57,0xfa,0x2a,0xee,0xa1, +0x00,0x1f,0xf3,0x00,0x09,0xef,0x30,0x03,0xf8,0xf3,0x00,0xcb,0x4f,0x30,0x6f,0x24, +0xf3,0x0c,0xff,0xff,0xf2,0x22,0x26,0xf5,0x00,0x00,0x4f,0x30,0x0d,0xff,0xf8,0x0e, +0xa4,0x42,0x0f,0x70,0x00,0x0f,0xee,0xb1,0x05,0x45,0xfa,0x00,0x00,0xdd,0x5a,0x57, +0xf9,0x2a,0xee,0x90,0x01,0xaf,0xd5,0x00,0xcd,0x47,0x50,0x3f,0x40,0x00,0x05,0xf8, +0xec,0x30,0x6f,0x83,0xdd,0x04,0xf2,0x08,0xf0,0x0d,0xb4,0xdc,0x00,0x2c,0xfc,0x20, +0x7f,0xff,0xff,0x24,0x45,0xf8,0x00,0x08,0xd0,0x00,0x1f,0x60,0x00,0x6f,0x10,0x00, +0xae,0x00,0x00,0xdc,0x00,0x00,0xeb,0x00,0x05,0xdf,0xb1,0x0f,0x93,0xe8,0x0f,0x70, +0xc8,0x07,0xfb,0xd1,0x0b,0x9c,0xf5,0x5f,0x00,0xad,0x5f,0x62,0xdd,0x07,0xef,0xc2, +0x07,0xee,0x70,0x4f,0x75,0xf5,0x8f,0x00,0xbb,0x6f,0x41,0xdd,0x0c,0xfe,0xcd,0x00, +0x10,0xca,0x09,0x58,0xf3,0x1b,0xed,0x50,0x0d,0x81,0xd8,0x00,0x00,0x00,0x0d,0x80, +0xd8,0x09,0x00,0x03,0x2c,0x01,0x00,0x7b,0x1c,0xf2,0x0c,0x00,0x03,0x9f,0xe0,0x5d, +0xe8,0x30,0x06,0xfc,0x61,0x00,0x00,0x6b,0xfc,0x00,0x00,0x01,0x70,0x9f,0xff,0xff, +0x00,0x11,0x11,0x10,0x00,0x00,0x5e,0x01,0xf0,0x1d,0x22,0x22,0x00,0x42,0x00,0x00, +0x07,0xfc,0x61,0x00,0x01,0x6b,0xfa,0x00,0x04,0x9e,0xd0,0x6e,0xe8,0x20,0x05,0x40, +0x00,0x00,0x1a,0xec,0x60,0x29,0x4c,0xf0,0x00,0x0a,0xe0,0x00,0x6f,0x40,0x00,0xe8, +0x00,0x00,0x31,0x00,0x02,0xe6,0x03,0x00,0xf0,0x19,0x00,0x04,0xbe,0xec,0x50,0x00, +0x0a,0xd4,0x00,0x3c,0x90,0x06,0xc0,0x00,0x00,0x1e,0x20,0xf3,0x09,0xec,0xa0,0xa5, +0x3e,0x08,0xc1,0xc7,0x0b,0x55,0xc0,0xb8,0x1f,0x42,0xe1,0x3e,0x04,0xca,0x7d,0xb3, +0x00,0xe5,0x7e,0x00,0xf2,0x8c,0x04,0xe7,0x10,0x33,0x00,0x00,0x02,0xad,0xec,0x50, +0x00,0x00,0x09,0xfa,0x00,0x00,0x00,0xed,0xf0,0x00,0x00,0x4f,0x5f,0x40,0x00,0x09, +0xe0,0xe9,0x00,0x00,0xea,0x0a,0xe0,0x00,0x3f,0xff,0xff,0x40,0x08,0xf3,0x23,0xf9, +0x00,0xec,0x00,0x0c,0xe0,0xff,0xfe,0xb1,0x0f,0xb3,0x6f,0x80,0xf9,0x04,0xf6,0x0f, +0xff,0xfd,0x00,0xfb,0x25,0xeb,0x0f,0x90,0x0a,0xf0,0xfb,0x36,0xec,0x0f,0xff,0xeb, +0x20,0x00,0x7d,0xfb,0x30,0x9f,0x96,0xb5,0x1f,0x90,0x00,0x05,0xf5,0x00,0x00,0x5f, +0x50,0x00,0x02,0xf9,0x00,0x00,0x0a,0xf9,0x6b,0x90,0x08,0xdf,0xc3,0xff,0xfd,0x60, +0x0f,0xb4,0x9f,0x80,0xf9,0x00,0xbf,0x0f,0x90,0x07,0xf3,0xf9,0x00,0x7f,0x2f,0x90, +0x0b,0xf0,0xfb,0x4a,0xf7,0x0f,0xff,0xd6,0x00,0xff,0xff,0xf0,0xfb,0x44,0x40,0xfa, +0x00,0x00,0xff,0xff,0x70,0xfb,0x33,0x10,0xf9,0x00,0x00,0xfb,0x44,0x40,0xff,0xff, +0xf1,0x18,0x00,0x31,0xf9,0x00,0x00,0x1b,0x00,0x12,0x80,0x1b,0x00,0xf0,0x02,0xf9, +0x00,0x00,0x00,0x6d,0xfc,0x50,0x08,0xfa,0x6a,0x90,0x1f,0xa0,0x00,0x00,0x4f,0x50, +0x6a,0x00,0xf0,0x10,0xbf,0xf2,0x2f,0x90,0x27,0xf2,0x09,0xfa,0x6a,0xf2,0x00,0x7d, +0xfd,0x70,0xf9,0x00,0x4f,0x5f,0x90,0x04,0xf5,0xfa,0x11,0x5f,0x5f,0xff,0xff,0xf5, +0xfb,0x44,0x7f,0x0e,0x00,0x03,0x15,0x00,0x13,0xf9,0x01,0x00,0x39,0x00,0x05,0xf4, +0x03,0x00,0xf6,0x1a,0x06,0xf4,0x6d,0x6d,0xf1,0x1b,0xed,0x50,0xf9,0x01,0xeb,0x0f, +0x90,0xce,0x10,0xf9,0x9f,0x30,0x0f,0xef,0xd0,0x00,0xff,0xcf,0x70,0x0f,0xd0,0xaf, +0x10,0xf9,0x01,0xfa,0x0f,0x90,0x07,0xf4,0xf9,0x00,0x0f,0x90,0x00,0x05,0x00,0xf0, +0x4a,0xfb,0x44,0x4f,0xff,0xfe,0xff,0x00,0x09,0xf6,0xff,0x50,0x0e,0xf6,0xfd,0xb0, +0x5e,0xe6,0xf8,0xf1,0xa8,0xf6,0xf7,0xd7,0xf4,0xf6,0xf7,0x7f,0xc1,0xf6,0xf7,0x1f, +0x61,0xf6,0xf7,0x03,0x01,0xf6,0xfe,0x00,0x4f,0x3f,0xf7,0x04,0xf3,0xfb,0xf1,0x4f, +0x3f,0x7d,0x94,0xf3,0xf8,0x5f,0x5f,0x3f,0x80,0xcc,0xf3,0xf8,0x04,0xff,0x3f,0x80, +0x0b,0xf3,0x00,0x8d,0xfb,0x30,0x0a,0xf8,0x6d,0xf2,0x2f,0x90,0x01,0xf9,0x5f,0x40, +0x00,0xdc,0x5f,0x50,0x00,0xdc,0x2f,0x90,0x02,0xf9,0x14,0x00,0x00,0x1c,0x00,0xf2, +0x03,0xff,0xfe,0xa1,0xfb,0x37,0xf9,0xf9,0x00,0xdc,0xfa,0x04,0xfa,0xff,0xff,0xc1, +0xfb,0x31,0x00,0x00,0x01,0x00,0x1c,0x00,0x50,0x00,0xaf,0x86,0xdf,0x20,0x39,0x00, +0x50,0x05,0xf4,0x00,0x0d,0xc0,0x3e,0x00,0xfa,0x4e,0x02,0xf8,0x00,0x1f,0xa0,0x0b, +0xf7,0x4c,0xf2,0x00,0x09,0xff,0xd4,0x00,0x00,0x02,0xec,0x54,0x00,0x00,0x03,0xbf, +0xf1,0xff,0xfe,0xa1,0x0f,0xb3,0x6f,0xa0,0xf9,0x00,0xcd,0x0f,0xa0,0x4f,0xa0,0xff, +0xff,0xd2,0x0f,0xb3,0xfa,0x00,0xf9,0x07,0xf4,0x0f,0x90,0x0d,0xe0,0x03,0xcf,0xd6, +0x00,0xfd,0x68,0xa0,0x2f,0xa0,0x00,0x00,0xaf,0xe8,0x00,0x00,0x4b,0xfe,0x00,0x00, +0x06,0xf5,0x3f,0x96,0xbf,0x30,0x7d,0xfd,0x50,0xaf,0xff,0xff,0x83,0x48,0xf7,0x42, +0x00,0x5f,0x30,0x00,0x05,0xf3,0x00,0x07,0x00,0x4b,0x0f,0x90,0x04,0xf4,0x04,0x00, +0xf2,0x7c,0xf3,0x0e,0xb0,0x07,0xf1,0x08,0xf8,0x6e,0xc0,0x00,0x9e,0xfb,0x20,0x0e, +0xc0,0x00,0xeb,0x09,0xf1,0x03,0xf6,0x04,0xf5,0x07,0xf1,0x00,0xf9,0x0b,0xc0,0x00, +0xae,0x0f,0x70,0x00,0x5f,0x6f,0x20,0x00,0x0f,0xed,0x00,0x00,0x0b,0xf8,0x00,0xbf, +0x00,0xbe,0x00,0xcb,0x8f,0x10,0xff,0x20,0xf8,0x4f,0x43,0xfe,0x61,0xf5,0x1f,0x77, +0xcb,0x94,0xf2,0x0e,0x9a,0x87,0xd6,0xf0,0x0b,0xbe,0x54,0xf9,0xc0,0x08,0xff,0x10, +0xfe,0x90,0x05,0xfe,0x00,0xcf,0x60,0x6f,0x50,0x5f,0x50,0xdd,0x0d,0xc0,0x05,0xf9, +0xf3,0x00,0x0c,0xfb,0x00,0x00,0xef,0xc0,0x00,0x7f,0x6f,0x50,0x1f,0x90,0xdd,0x09, +0xf2,0x05,0xf7,0x0d,0xd0,0x07,0xf3,0x05,0xf4,0x0d,0xb0,0x00,0xdb,0x4f,0x30,0x00, +0x6f,0xcc,0x00,0x00,0x0e,0xf4,0x00,0x00,0x0a,0xf0,0x00,0x00,0x09,0x04,0x00,0xf4, +0x12,0x2f,0xff,0xff,0x40,0x44,0x5f,0xd0,0x00,0x08,0xf3,0x00,0x03,0xf9,0x00,0x00, +0xdd,0x00,0x00,0x8f,0x40,0x00,0x2f,0xc4,0x44,0x18,0xff,0xff,0xf4,0xed,0x8e,0x50, +0xe5,0x0e,0x03,0x00,0xfb,0x12,0x0d,0xd8,0x88,0x00,0x04,0xc0,0x00,0x0f,0x00,0x00, +0xc4,0x00,0x08,0x80,0x00,0x4c,0x00,0x00,0xf1,0x00,0x0b,0x50,0x00,0x79,0x00,0x03, +0xd0,0x00,0x07,0x00,0x6d,0xf0,0x02,0x02,0x00,0xf0,0x22,0x6d,0xe0,0x00,0x47,0x00, +0x00,0xdf,0x50,0x04,0xf8,0xc0,0x0b,0x91,0xf2,0x2f,0x30,0xb9,0xce,0xee,0xee,0x10, +0x15,0x00,0x7f,0x50,0x07,0xe0,0x00,0x00,0x08,0xdf,0xb1,0x09,0x56,0xf8,0x02,0x8b, +0xfb,0x2f,0x93,0xeb,0x5f,0x66,0xfb,0x0a,0xea,0xcb,0x1f,0x70,0xbb,0x04,0xf0,0x0f, +0x00,0x1f,0xbd,0xe8,0x01,0xfd,0x5b,0xf4,0x1f,0x70,0x2f,0x81,0xf7,0x03,0xf7,0x1f, +0xc5,0xcf,0x31,0xf9,0xee,0x50,0x03,0xcf,0xc2,0x1f,0xd5,0x70,0x6f,0x40,0xbf,0x03, +0xf1,0x34,0x2f,0xd5,0x81,0x04,0xdf,0xc3,0x00,0x00,0x6f,0x30,0x00,0x06,0xf3,0x05, +0xde,0xbf,0x32,0xfc,0x5b,0xf3,0x6f,0x50,0x6f,0x36,0xf4,0x06,0xf3,0x2f,0xc5,0xcf, +0x30,0x6e,0xe8,0xf3,0x04,0xdf,0xb2,0x2f,0x84,0xcb,0x6f,0xee,0xfe,0x6f,0x51,0x11, +0x2f,0xc4,0x63,0x04,0xcf,0xd5,0x05,0xef,0x40,0xde,0x30,0xaf,0xfe,0x02,0xed,0x30, +0x0d,0xc0,0x00,0xdc,0x00,0x05,0x00,0xf4,0x0d,0x07,0xef,0xff,0x43,0xf8,0x5f,0x70, +0x3f,0x62,0xf6,0x00,0xce,0xd8,0x00,0x2f,0x63,0x20,0x00,0xef,0xff,0xf2,0x6f,0x20, +0x7f,0x32,0xbe,0xfc,0x60,0x8c,0x00,0xf0,0x01,0xac,0xf9,0x01,0xfe,0x6c,0xf2,0x1f, +0x70,0x6f,0x31,0xf7,0x05,0xf3,0x1f,0x70,0x5f,0x07,0x00,0x62,0x2e,0x60,0x93,0x1f, +0x71,0xf7,0x03,0x00,0x64,0x02,0xe7,0x00,0x93,0x01,0xf7,0x02,0x00,0xf7,0x15,0x02, +0xf7,0x17,0xf6,0x7f,0xb0,0x1f,0x60,0x00,0x01,0xf6,0x00,0x00,0x1f,0x60,0xcd,0x11, +0xf7,0x9e,0x20,0x1f,0xdf,0x60,0x01,0xff,0xde,0x00,0x1f,0x81,0xf9,0x01,0xf6,0x07, +0xf4,0x1f,0x70,0x02,0x00,0xf7,0x08,0xa0,0x0a,0xf2,0x1f,0x7c,0xe7,0x7e,0xd3,0x1f, +0xd6,0xdf,0xb6,0xfa,0x1f,0x70,0x8f,0x20,0xdc,0x1f,0x70,0x7f,0x20,0xcc,0x05,0x00, +0x2e,0x7c,0xf9,0x7f,0x00,0xfc,0x08,0x04,0xcf,0xc3,0x02,0xfc,0x6d,0xe1,0x6f,0x40, +0x6f,0x46,0xf4,0x06,0xf4,0x2f,0xc5,0xde,0x10,0x4c,0xfc,0x30,0x1f,0x9d,0x35,0x01, +0x24,0xfc,0xee,0xc5,0x00,0x96,0x05,0xde,0xaf,0x32,0xfb,0x3a,0xf3,0x6f,0x40,0x23, +0x01,0x23,0xeb,0xf3,0x3f,0x01,0xf0,0x2d,0x1f,0x5c,0xa1,0xff,0x83,0x1f,0x90,0x01, +0xf7,0x00,0x1f,0x70,0x01,0xf7,0x00,0x09,0xee,0x80,0x5f,0x65,0x40,0x2e,0xd6,0x00, +0x01,0x7e,0xd0,0x37,0x3a,0xf0,0x4c,0xfd,0x50,0x05,0x50,0x00,0xcb,0x00,0xbf,0xff, +0x32,0xec,0x30,0x0e,0xb0,0x00,0xeb,0x00,0x0c,0xe4,0x00,0x4e,0xe4,0x3f,0x60,0x7f, +0x23,0xf6,0x07,0xf2,0x07,0x00,0xf0,0x0c,0xf7,0x07,0xf2,0x1f,0xc6,0xef,0x20,0x8f, +0xc6,0xf2,0xae,0x00,0x8f,0x05,0xf3,0x0d,0xa0,0x0f,0x81,0xf5,0x00,0x9d,0x6f,0x00, +0x04,0xfc,0xa0,0x67,0x02,0xf6,0x65,0x9f,0x01,0xfa,0x06,0xf1,0x4f,0x34,0xfe,0x0a, +0xc0,0x0f,0x78,0x9f,0x2e,0x80,0x0c,0xac,0x5d,0x7f,0x40,0x08,0xef,0x19,0xdf,0x00, +0x03,0xfd,0x05,0xfc,0x00,0x6f,0x51,0xf9,0x0c,0xd8,0xe1,0x02,0xff,0x60,0x04,0xff, +0x50,0x0d,0x9a,0xe1,0x8f,0x21,0xfa,0xae,0x00,0x8f,0x03,0xf5,0x0d,0x90,0x0c,0xb3, +0xf3,0x00,0x5f,0x8d,0x00,0x00,0xef,0x70,0x00,0x08,0xf2,0x00,0x05,0xe9,0x00,0x04, +0xfb,0x00,0x00,0x3f,0xff,0xf3,0x03,0x4f,0xb0,0x00,0xbf,0x10,0x06,0xf5,0x00,0x2f, +0xc3,0x31,0x8f,0xff,0xf4,0x04,0xd8,0x09,0xb0,0x09,0xa0,0x08,0xb0,0x0b,0x90,0x9f, +0x30,0x0a,0xa0,0x09,0xa0,0x09,0xb0,0x04,0xc8,0xc2,0xe2,0x01,0x00,0xc0,0x6e,0x60, +0x09,0xc0,0x08,0xc0,0x08,0xb0,0x07,0xd1,0x02,0xeb,0x08,0x00,0xb2,0x09,0xc0,0x6d, +0x60,0x1b,0xc6,0x16,0x04,0x85,0xcf,0x80,0x72,0x24,0x10,0x2b,0x05,0x00,0xf0,0x15, +0x3e,0xb0,0x00,0xcd,0xdd,0xea,0x89,0x00,0xe1,0x11,0x10,0x0a,0x80,0xe0,0x00,0x00, +0x01,0xf1,0xe3,0x33,0x31,0x0c,0x60,0xab,0xbb,0xcb,0xa7,0x00,0x00,0x00,0x3f,0x90, +0x00,0x00,0x00,0x19,0x28,0x00,0x10,0x79,0x05,0x00,0x20,0x6e,0xb0,0x55,0x05,0xf0, +0x0e,0x4f,0xdd,0xdd,0x00,0x6d,0x10,0x00,0x00,0xd1,0x0f,0x50,0x00,0x00,0x0d,0x10, +0x4e,0x30,0x33,0x33,0xd1,0x00,0x4e,0x5e,0xbb,0xba,0x00,0x00,0x4f,0xb0,0x27,0x00, +0x15,0x47,0xdd,0x24,0xf1,0x0f,0xad,0x20,0x00,0x00,0xb6,0x2d,0x20,0x00,0xb7,0x00, +0x2d,0x20,0xaf,0xb0,0x08,0xde,0x12,0x3d,0x20,0xc4,0x30,0x00,0xc2,0x0c,0x20,0x00, +0x0c,0x20,0xc2,0x00,0x09,0x00,0x86,0x0b,0xee,0xf1,0x00,0x00,0xbe,0xef,0x10,0x12, +0x00,0x00,0x09,0x00,0xf9,0x07,0x9c,0xf1,0x0c,0xdc,0x15,0xf3,0x00,0x0c,0xa0,0x07, +0xd1,0x08,0xc0,0x00,0x08,0xb7,0xd0,0x00,0x00,0x09,0xd1,0x00,0x01,0x00,0x10,0xc1, +0x05,0x00,0x10,0x68,0xcc,0x00,0xf4,0x15,0x0b,0x0a,0x10,0x00,0x00,0x06,0x50,0x28, +0x00,0x00,0x00,0xb0,0x00,0xa1,0x00,0x00,0x65,0x00,0x02,0x90,0x00,0x0b,0x00,0x00, +0x09,0x10,0x06,0x50,0x00,0x00,0x29,0x00,0xda,0xaa,0xaa,0xaa,0x3d,0x00,0xf0,0x0f, +0x69,0xa1,0x00,0x39,0x5f,0x01,0x80,0x78,0x04,0xf1,0x66,0x38,0x00,0x93,0xff,0x18, +0x10,0x0b,0xa4,0x17,0x90,0x02,0xc2,0x00,0x98,0x20,0x20,0x00,0x27,0x29,0x34,0x00, +0xf3,0x4b,0x49,0x20,0x39,0x40,0x00,0x16,0x86,0x10,0x00,0x00,0x46,0x66,0x00,0x00, +0xa6,0xef,0x8b,0x50,0x69,0x24,0xc0,0x4d,0x24,0x50,0x00,0x00,0x72,0xc5,0x00,0x00, +0x0b,0x6a,0x80,0x00,0x00,0xa6,0x0e,0x40,0x00,0x7d,0x00,0x2e,0x98,0xad,0x00,0x00, +0x15,0x44,0x00,0x00,0x04,0x87,0x97,0x10,0x03,0x48,0xa0,0x29,0x40,0x89,0x05,0x80, +0x0a,0x16,0x96,0x89,0x00,0x27,0x80,0x59,0x00,0x00,0x97,0x20,0x00,0x00,0x27,0x19, +0x00,0x00,0x09,0x20,0x58,0x10,0x18,0x50,0x00,0x28,0x98,0x20,0x83,0x00,0xf0,0x3c, +0xb9,0x99,0xc3,0x00,0x37,0x00,0x0a,0x00,0x09,0x10,0x03,0x70,0x00,0xd1,0x02,0xa1, +0x00,0x99,0x93,0xf0,0x00,0x55,0x0a,0x95,0x60,0x08,0x03,0x89,0x09,0x00,0x63,0x31, +0x03,0x70,0x00,0xa3,0x03,0xb0,0x00,0x00,0x68,0x60,0x00,0x00,0x00,0x87,0xa0,0x00, +0x07,0x07,0x00,0x67,0xde,0xe7,0x67,0x00,0x00,0x07,0x70,0x77,0x70,0x77,0x07,0x77, +0x07,0x70,0x00,0x00,0x77,0x7d,0xff,0x76,0x00,0x70,0x70,0x1c,0x00,0xf1,0x1d,0x00, +0x57,0x60,0x00,0x00,0x01,0x9d,0xeb,0x19,0x81,0xed,0x65,0x70,0x93,0xff,0x00,0x00, +0x09,0x00,0x88,0x00,0x00,0x90,0x01,0xb2,0x00,0x09,0x07,0xc1,0x00,0x00,0x97,0xfd, +0x00,0x00,0x08,0x41,0xdd,0x76,0x80,0x00,0x01,0x8c,0xda,0x80,0x00,0xf0,0x6d,0x97, +0xfe,0x66,0x6c,0x90,0x94,0x2a,0xff,0x90,0xb6,0x7e,0xff,0x90,0xf8,0x00,0x4b,0x90, +0x00,0x00,0x09,0x90,0xf9,0x00,0x09,0x90,0x84,0x00,0x09,0x90,0xe8,0x00,0x09,0x97, +0xfd,0x77,0x7c,0x01,0x11,0x11,0x11,0x00,0x4e,0xf4,0x00,0x00,0x86,0xaa,0x5a,0x00, +0x56,0x09,0x80,0x47,0x0a,0x00,0x89,0x00,0xa0,0x90,0x56,0x2b,0x3a,0x0a,0x79,0xb4, +0x9a,0xf0,0x8f,0xa1,0x01,0xdf,0x00,0xc7,0x10,0x59,0x00,0x00,0x38,0x84,0x00,0x00, +0x06,0xca,0x20,0x00,0x04,0xff,0xfd,0x00,0x00,0x8f,0xff,0xf5,0xdd,0x35,0xff,0xfe, +0xcf,0xfb,0x08,0xff,0x9c,0xff,0xa0,0xc5,0x8f,0xff,0xf1,0x67,0x4f,0xff,0xff,0x79, +0x3c,0xff,0xff,0xfb,0x7c,0xb9,0x99,0x99,0x70,0x00,0x04,0x04,0x01,0x11,0x1c,0x05, +0x00,0xf0,0x02,0x30,0x08,0xff,0xff,0xff,0x40,0x28,0x88,0x88,0x88,0x10,0x6f,0xff, +0xff,0xf6,0x00,0x5a,0x9b,0x00,0x10,0x4b,0x05,0x00,0xf0,0x28,0x32,0x00,0x00,0x00, +0x01,0xaa,0x71,0x00,0x00,0x19,0x64,0xa5,0x00,0x00,0x44,0xa6,0x20,0x00,0x08,0xb5, +0x10,0x02,0x95,0x69,0x20,0x01,0xe5,0x56,0x4e,0x10,0x6f,0x2e,0xf0,0xf5,0x00,0xc8, +0x33,0x6c,0x00,0x00,0x77,0x76,0x00,0x00,0xc9,0x99,0xc3,0x09,0x00,0x90,0xa3,0x90, +0x08,0x95,0xa9,0xc6,0x00,0x36,0x00,0x00,0x99,0x07,0x00,0xf0,0x02,0xd9,0x99,0x99, +0xc0,0x0a,0xc4,0x68,0x1d,0x68,0x1d,0x0a,0xc4,0x19,0x13,0xe3,0x58,0x10,0xe8,0x06, +0xc0,0xb4,0x00,0x00,0x00,0x18,0xee,0x71,0x00,0x00,0x00,0x9f,0xf5,0x09,0x00,0xf0, +0x04,0x03,0xbf,0xb4,0x01,0x79,0x58,0x10,0x4a,0xfa,0x30,0x17,0xdd,0x71,0x00,0x6f, +0xa4,0x00,0x00,0x01,0x4f,0x09,0xf0,0x08,0x06,0x00,0x4f,0xc0,0x06,0xfb,0x00,0x63, +0x5f,0xff,0xff,0xff,0xff,0xc2,0x66,0x66,0x66,0x66,0x65,0x00,0x00,0xab,0x00,0x90, +0x09,0x01,0xe3,0x02,0x11,0xac,0x0b,0x00,0x84,0xff,0xff,0xb0,0x00,0x00,0xad,0x44, +0x43,0x16,0x00,0x05,0x21,0x00,0x10,0xaf,0x37,0x00,0x70,0x44,0x55,0x55,0x55,0x55, +0x51,0x15,0x06,0x00,0x10,0x32,0x10,0x00,0x40,0xf9,0x00,0x00,0x3f,0x13,0x0b,0x30, +0x03,0xf8,0x10,0x5b,0x03,0x80,0xfe,0x70,0x00,0x00,0x03,0xf4,0x9f,0xc0,0x16,0x00, +0x73,0x46,0x00,0x00,0x03,0xf3,0x00,0x00,0x21,0x00,0x00,0x0b,0x00,0x10,0x06,0x74, +0x00,0x10,0x21,0x37,0x00,0x40,0xf7,0x00,0x00,0x3f,0x5e,0x00,0xf0,0x0f,0x1e,0xf8, +0x50,0x00,0x00,0x2c,0xff,0xcf,0xa0,0x00,0x6f,0xe3,0xf6,0x4e,0xd1,0x2f,0xb2,0x0f, +0x60,0x2e,0x90,0x20,0x00,0xf6,0x00,0x10,0x00,0x00,0x0f,0x60,0x3d,0x00,0x14,0xf6, +0x1b,0x03,0x10,0x9c,0x05,0x00,0xf0,0x04,0xbf,0xff,0xff,0xf8,0x00,0xe8,0x44,0x44, +0x42,0x02,0xf6,0x33,0x33,0x33,0x05,0xff,0xff,0xff,0xfb,0x17,0x00,0xf3,0x06,0xba, +0x9f,0xff,0xff,0xf2,0xd8,0x34,0x44,0x44,0x41,0xf6,0x00,0x00,0x04,0x48,0xf2,0x00, +0x00,0x0d,0xff,0x80,0x38,0x00,0x10,0x01,0x05,0x00,0x20,0x02,0xf7,0x05,0x00,0xf0, +0x09,0xef,0xe3,0x00,0x00,0x07,0xfb,0x1b,0xf7,0x00,0x5e,0xfa,0x2b,0x29,0xfd,0x52, +0xc4,0x02,0xf2,0x03,0xc3,0x00,0x00,0x2f,0x20,0x1c,0x00,0x3e,0xf2,0x00,0x00,0x0b, +0x00,0xa0,0x00,0x3f,0x20,0x00,0x05,0x55,0x7f,0x75,0x55,0x0f,0xb5,0x00,0x52,0x0f, +0x40,0x3f,0x20,0x6f,0x05,0x00,0x01,0x0f,0x00,0x91,0x85,0x7f,0x75,0x9f,0x03,0x10, +0x3f,0x20,0x12,0x28,0x00,0x01,0x05,0x00,0x40,0x01,0x14,0xf4,0x11,0x04,0x02,0x60, +0xf8,0x8d,0x04,0xf3,0x0e,0x88,0x09,0x00,0x50,0x35,0x57,0xf7,0x55,0x4f,0x2f,0x00, +0x50,0xf6,0x04,0xf3,0x07,0xff,0x01,0x00,0x50,0xa6,0x36,0xf5,0x36,0xa0,0x32,0x00, +0x00,0xce,0x00,0xf0,0x2e,0xf4,0x00,0x0b,0xa4,0x63,0x3f,0x40,0x00,0xb9,0x7f,0x40, +0xf4,0x00,0x0b,0x90,0x9d,0x0f,0x40,0x16,0xdb,0x66,0x86,0xf9,0x43,0xdf,0xed,0xdd, +0xdf,0xe9,0x00,0xf5,0x00,0x00,0xf4,0x00,0x5f,0x10,0x00,0x0f,0x40,0x1e,0xa0,0x00, +0x44,0xf4,0x02,0xb1,0x00,0x0e,0xfc,0x10,0x04,0x90,0xe6,0x00,0x00,0x01,0xc4,0xe6, +0x00,0x00,0x58,0x00,0xf3,0x15,0xfd,0x15,0x57,0xf8,0x55,0xbd,0x00,0x06,0xf3,0x30, +0x9c,0x00,0x0c,0xb8,0xe1,0x9b,0x00,0x4f,0x50,0xe5,0xba,0x01,0xeb,0x00,0x00,0xc9, +0x3e,0xd1,0x00,0x56,0xf6,0x1a,0x10,0x00,0xdf,0xc1,0x05,0x01,0x90,0x0a,0xe5,0x00, +0x00,0x02,0x33,0x4c,0xf4,0x33,0x79,0x00,0x60,0xff,0xf2,0x00,0x00,0x0f,0x70,0x17, +0x00,0x41,0xf7,0x00,0x00,0x01,0xca,0x01,0x51,0x03,0x33,0xf9,0x33,0x10,0x16,0x00, +0x70,0x02,0xee,0xee,0xff,0xee,0xe9,0x16,0xaf,0x01,0x40,0x40,0x00,0x00,0x12,0x26, +0x00,0xf0,0x09,0x09,0xc0,0x04,0x30,0x04,0xa0,0x2f,0x30,0xda,0x00,0x2f,0x50,0x83, +0x4f,0x30,0x00,0xac,0x00,0x0b,0xc0,0x00,0x02,0xf8,0x07,0xd7,0x01,0x20,0xf7,0xf7, +0xb1,0x04,0x10,0xfc,0x57,0x05,0xf0,0x04,0xfd,0xfb,0x20,0x02,0x9f,0xe5,0x05,0xef, +0xb4,0x4c,0x60,0x00,0x00,0x6c,0x20,0x00,0x00,0x03,0x00,0x7a,0x02,0x90,0xf3,0x00, +0x00,0x04,0x44,0x4e,0xa4,0x40,0x00,0x01,0x01,0x60,0xa0,0x00,0x00,0x00,0x0c,0xe1, +0x05,0x00,0x00,0x1f,0x02,0xf4,0x0b,0x2c,0xf4,0x00,0x00,0x00,0x5f,0xd2,0x00,0x00, +0x04,0xcf,0xb1,0x00,0x00,0x04,0xf9,0xea,0x43,0x34,0x54,0x1b,0x01,0x9e,0xff,0xff, +0x60,0xc1,0x01,0xf0,0x0b,0x24,0x62,0x00,0x4e,0xff,0xff,0xfd,0x60,0x06,0xf4,0x32, +0x10,0x00,0x00,0x7d,0x00,0xd5,0x00,0x00,0x0a,0xb1,0x1f,0x71,0x11,0x00,0xef,0xc7, +0x00,0xf1,0x0c,0x03,0x43,0x3f,0x83,0x43,0x00,0x1e,0x50,0xe6,0x4e,0x10,0x0a,0xd0, +0x0e,0x60,0xcc,0x06,0xf3,0x35,0xf6,0x02,0xf5,0x02,0x06,0xfd,0x20,0x02,0x3d,0x00, +0xc1,0x50,0x00,0x7e,0xff,0xff,0xdb,0x10,0x03,0x54,0x7f,0x21,0x11,0x81,0x01,0xff, +0x25,0xf1,0x02,0x4b,0x4f,0x3c,0x22,0x00,0xef,0xf4,0xf3,0xff,0x80,0x25,0x9f,0x5f, +0x5f,0x27,0x14,0xba,0xfe,0xfe,0xff,0xd0,0x00,0x7f,0xaf,0xae,0x40,0x07,0xee,0x54, +0xf1,0x7f,0xc2,0x27,0x00,0x4f,0x10,0x28,0x00,0x03,0xff,0xff,0xff,0xfa,0x00,0x17, +0x77,0x77,0x77,0x50,0x00,0x01,0x00,0x02,0x00,0x1b,0x00,0x23,0x77,0x42,0x06,0x03, +0x01,0x66,0x02,0x01,0x53,0x03,0x50,0x6e,0xee,0xff,0xee,0xc0,0xed,0x0c,0x00,0x13, +0x00,0x10,0xd8,0xe6,0x06,0x00,0xf4,0x00,0x57,0x33,0x33,0xea,0x33,0x32,0x16,0x00, +0x30,0x00,0x05,0x5f,0x7e,0x01,0x26,0xcf,0xd2,0x50,0x00,0x00,0xa5,0x01,0xf2,0x18, +0x44,0x45,0xf8,0x44,0x42,0x1c,0xcc,0xcc,0xcc,0xcc,0x60,0x08,0xaa,0xaa,0xaa,0x30, +0x00,0xcb,0x66,0x67,0xf4,0x00,0x09,0xbb,0xbb,0xbb,0x30,0x02,0xdd,0xdd,0xdd,0xd3, +0x00,0x23,0x33,0xcf,0xa4,0x21,0x3f,0x47,0x01,0x20,0x11,0xf6,0x78,0x01,0x23,0xfd, +0x20,0x3d,0x00,0x70,0x02,0x33,0x38,0xf4,0x33,0x30,0x8c,0x3d,0x00,0xf8,0x1d,0x20, +0x0d,0xba,0xaa,0xca,0x00,0x00,0xfd,0xaa,0xad,0xc0,0x03,0x58,0x88,0x88,0x88,0x50, +0x8e,0x99,0x99,0x99,0xaf,0x18,0xc0,0xdd,0xdd,0xa2,0xf1,0x00,0x2f,0x52,0xab,0x05, +0x00,0x4d,0xc0,0x09,0xc2,0xf3,0x6f,0xa1,0x00,0x5f,0xfb,0x28,0x03,0xf1,0x2b,0x07, +0xf3,0x22,0x22,0x20,0x00,0xe9,0xef,0xff,0xff,0x10,0x9f,0x29,0xb0,0x06,0xe0,0x6f, +0xf2,0x4f,0x00,0xaa,0x08,0xdf,0x20,0xf5,0x1f,0x50,0x13,0xf2,0x08,0xd9,0xd0,0x00, +0x2f,0x20,0x0e,0xf4,0x00,0x02,0xf2,0x05,0xff,0x80,0x00,0x2f,0x4a,0xf7,0x6f,0xc4, +0x02,0xf6,0xb2,0x00,0x2b,0x40,0x00,0x00,0x02,0xcd,0x0d,0x10,0xf6,0xec,0x01,0xf0, +0x0d,0xfc,0xf6,0x00,0x00,0x3b,0xf6,0x07,0xfb,0x50,0x8f,0xc3,0x00,0x04,0xcf,0x91, +0x52,0xb2,0x00,0xc4,0x30,0x00,0x3f,0x30,0x0f,0x50,0x00,0x04,0xf1,0xd2,0x02,0xe9, +0xbe,0x00,0x0f,0x50,0x00,0x9f,0x60,0x00,0xf5,0x00,0x0b,0x70,0x00,0x0f,0x5c,0x01, +0x40,0x07,0xf0,0x03,0xf3,0x10,0x2c,0xf7,0x20,0x4f,0x20,0x00,0x08,0xd0,0x05,0xf1, +0x00,0x00,0xad,0x00,0x7f,0x00,0x00,0x0d,0xf7,0x0a,0xf4,0x00,0x00,0xfc,0xf3,0xdf, +0x90,0x00,0x4f,0x3b,0xcf,0xbf,0x10,0x0a,0xe0,0x1a,0xe0,0xe9,0x04,0xf7,0x06,0xf7, +0x06,0xf7,0x3c,0x00,0x5b,0x00,0x08,0x20,0x42,0x00,0xf3,0x27,0x4b,0x01,0x10,0x0e, +0x70,0x06,0xf0,0xcb,0x00,0xf6,0x00,0x6f,0x03,0xf5,0x1f,0x40,0x06,0xf0,0x08,0x33, +0xf2,0x00,0x6f,0x00,0x00,0x8e,0x00,0x06,0xf0,0x52,0x0d,0x90,0x00,0x7f,0xdf,0x47, +0xfb,0x00,0x0d,0xfa,0x15,0xfb,0xf9,0x00,0x93,0x0a,0xfb,0x05,0xf7,0x00,0x00,0x67, +0x00,0x06,0x42,0x00,0xf3,0x27,0x09,0xc5,0x1c,0x40,0x81,0x01,0xf5,0xd6,0x8d,0x4f, +0x10,0xaf,0x09,0xa1,0x57,0xd0,0x7f,0xe0,0x6e,0x00,0xc9,0x07,0xde,0x01,0xf5,0x3f, +0x30,0x05,0xe0,0x09,0xdb,0xa0,0x00,0x5e,0x00,0x2f,0xf2,0x00,0x05,0xe0,0x06,0xff, +0x70,0x00,0x5e,0x2a,0xf7,0x8f,0xc3,0x05,0xe8,0xb3,0x00,0x4d,0xc2,0x00,0x01,0x44, +0x00,0xf0,0x0d,0x0c,0x97,0xea,0x00,0x00,0x03,0xf6,0xf5,0x3f,0xff,0x70,0xbe,0x3e, +0x02,0xf4,0xd7,0x5f,0xe3,0xe0,0x2f,0x1c,0x75,0xee,0x3e,0x02,0xf1,0xc7,0x06,0x0b, +0x00,0xf3,0x07,0x70,0x5e,0x4e,0x97,0xf1,0xc7,0x05,0xe8,0xfa,0x5f,0xbf,0x50,0x5e, +0x11,0x02,0xf3,0x10,0x05,0xe0,0x00,0x2f,0x10,0xbc,0x00,0xf2,0x22,0x08,0xc3,0x66, +0xe0,0x00,0x01,0xf6,0x9d,0x8e,0x22,0x00,0xaf,0x0e,0xff,0xff,0xf3,0x6f,0xe6,0xf2, +0x7e,0x11,0x05,0xde,0x04,0x06,0xe0,0x00,0x05,0xe6,0xff,0xff,0xff,0xb0,0x4e,0x14, +0x49,0xf4,0x43,0x04,0xe0,0x00,0x6e,0x00,0x00,0x4e,0x00,0x06,0xe0,0x00,0x0b,0x00, +0xf0,0x19,0x00,0x14,0x00,0x00,0x13,0x00,0x09,0xf5,0x7a,0xdf,0xe1,0x01,0xf8,0xcc, +0xcf,0x30,0x00,0xcf,0x20,0x06,0xe0,0x00,0x9f,0xf2,0x00,0x6e,0x00,0x06,0xaf,0x9f, +0xff,0xff,0xfa,0x02,0xf4,0x44,0x9f,0x44,0x30,0x2f,0x16,0x00,0x20,0x02,0xf2,0x32, +0x00,0xd2,0x2f,0x2e,0xee,0xfe,0xe8,0x02,0xf2,0x55,0x55,0x55,0x30,0x00,0x10,0xdf, +0x05,0xf8,0x25,0xc6,0x6c,0x00,0x02,0xf4,0x3f,0x22,0xf2,0x00,0xbf,0x0b,0xc0,0x0c, +0xb0,0x7f,0xe9,0xf5,0x22,0x6f,0x95,0xee,0x7d,0xff,0xff,0xd5,0x06,0xe0,0x0a,0xb0, +0xc8,0x00,0x5e,0x00,0xd8,0x0d,0x70,0x05,0xe0,0x2f,0x30,0xe6,0x00,0x5e,0x2d,0xa2, +0x5f,0x40,0x05,0xe5,0xb1,0x4e,0xa0,0xba,0x01,0xf3,0x28,0x05,0xe0,0x5f,0x4d,0x20, +0x00,0xd9,0x05,0xf0,0x9b,0x00,0x7f,0x43,0x7f,0x89,0xb4,0x4f,0xfa,0xfe,0xfc,0xa8, +0x27,0xdf,0x30,0x0f,0x58,0xd0,0x03,0xf2,0x00,0xdb,0xf7,0x00,0x2f,0x20,0x0a,0xfa, +0x10,0x02,0xf2,0x1a,0xff,0x27,0x80,0x2f,0x7f,0xe5,0xdc,0xc8,0x02,0xf3,0x60,0x03, +0xee,0x20,0x27,0x2e,0x00,0x3d,0x01,0xf0,0x03,0x09,0xc2,0x2f,0x62,0x20,0x01,0xf6, +0xff,0xff,0xff,0x10,0xbf,0x12,0x9d,0x22,0x21,0x7f,0xea,0x2c,0x05,0xf5,0x11,0xde, +0x13,0xf5,0x11,0x11,0x05,0xe0,0x6f,0xff,0xfe,0x10,0x5e,0x02,0x44,0x7f,0x80,0x05, +0xe0,0x09,0xbe,0x90,0x00,0x5e,0x00,0x1b,0xf5,0x00,0x05,0xe0,0x00,0x08,0x90,0x81, +0x00,0x10,0x20,0x1a,0x04,0xf0,0x12,0xea,0x00,0x00,0xd8,0x46,0xf8,0x44,0x05,0xf2, +0xef,0xff,0xfe,0x2e,0xf0,0xe5,0x00,0x6e,0x8f,0xf0,0xe7,0x22,0x8e,0x16,0xf0,0xef, +0xff,0xfe,0x03,0xf0,0xe7,0x11,0x8e,0x03,0x14,0x00,0x12,0x03,0x0f,0x00,0xf0,0x31, +0xe9,0x55,0x9d,0x00,0x00,0x00,0x11,0x00,0x00,0x07,0xd0,0x0c,0x90,0x00,0x00,0xe8, +0x44,0xab,0x44,0x00,0x8f,0x1f,0xff,0xff,0xf1,0x5f,0xf0,0x29,0x00,0x86,0x05,0xdf, +0x02,0xf1,0x0d,0x70,0x04,0xf0,0x0f,0x40,0xf4,0x00,0x3f,0x00,0xd7,0x3f,0x00,0x03, +0xf0,0x08,0x47,0xc0,0x00,0x3f,0x7f,0xff,0xff,0xf7,0x03,0xf3,0x44,0x44,0x44,0x20, +0x3a,0x01,0xf5,0x29,0x21,0x00,0x0b,0xb3,0x69,0xdf,0xd1,0x02,0xf4,0xed,0xaf,0x60, +0x00,0xaf,0x0e,0x40,0xe5,0x00,0x5f,0xf0,0xe7,0x3e,0x83,0x18,0xef,0x0e,0xff,0xff, +0xf7,0x15,0xf0,0xe4,0x0a,0x90,0x00,0x4f,0x0e,0x40,0x8c,0x00,0x04,0xf0,0xe4,0x87, +0xf4,0x60,0x4f,0x0f,0xcd,0x9e,0xe9,0x04,0xf3,0xd8,0x4a,0x5d,0xf8,0x00,0xf0,0x0b, +0x21,0x00,0x00,0x0a,0xc0,0x0e,0x80,0x00,0x02,0xf6,0x33,0x9b,0x33,0x10,0xbf,0x4f, +0xff,0xff,0xf6,0x7f,0xf0,0x00,0x9b,0x00,0x06,0xdf,0x73,0x07,0x20,0x05,0xf0,0x89, +0x03,0x60,0x5f,0x02,0x2a,0xc2,0x20,0x05,0x16,0x00,0xc2,0x00,0x5f,0x6d,0xdf,0xfd, +0xd7,0x05,0xf3,0x66,0x66,0x66,0x30,0x42,0x00,0xf0,0x21,0x0a,0x80,0x0a,0x90,0x00, +0x02,0xf6,0x44,0xcb,0x44,0x30,0xbf,0x6f,0xff,0xff,0xf9,0x6f,0xe0,0x08,0xff,0x80, +0x06,0xde,0x01,0xfd,0xde,0x00,0x05,0xe0,0x8a,0xa9,0xb8,0x00,0x4e,0x5f,0x4b,0xa5, +0xf4,0x04,0xec,0xaf,0xff,0xfb,0xa0,0x4e,0x10,0x1b,0xa1,0x33,0x02,0x24,0xa9,0x00, +0x70,0x02,0xf5,0x25,0xb0,0x98,0x00,0x00,0x01,0xf7,0x1f,0x94,0x44,0x20,0xaf,0x1a, +0xff,0xfe,0xe8,0x7f,0xf5,0xf4,0xe7,0x11,0x06,0xdf,0x27,0x0e,0xff,0xf4,0x05,0xf0, +0x00,0xe7,0x00,0x00,0x5f,0x00,0x0e,0xfe,0xe6,0x05,0xf0,0x00,0xe9,0x44,0x20,0x5f, +0x00,0x0e,0x60,0x00,0x05,0xf0,0x00,0xe6,0xab,0x03,0x60,0xd0,0x06,0xe0,0x00,0x01, +0xfc,0x88,0x04,0xf0,0x02,0xaf,0x13,0x38,0xf3,0x32,0x7f,0xf0,0xff,0xff,0xff,0x58, +0xaf,0x0f,0x47,0xe1,0xe5,0x03,0x0b,0x00,0xf1,0x09,0x50,0x3f,0x0a,0x6a,0xa0,0x00, +0x03,0xf0,0x3f,0xf6,0x00,0x00,0x3f,0x28,0xfe,0xfa,0x63,0x03,0xf5,0xd6,0x04,0x9d, +0x50,0x01,0xfb,0x00,0xf3,0x28,0x8c,0xef,0xfc,0x23,0xf0,0x0d,0x66,0xf3,0x2e,0x6f, +0x05,0xf4,0x7e,0x85,0xe6,0xf0,0xdf,0x4b,0xde,0x9e,0x6f,0x08,0xf7,0xf2,0xb7,0xe6, +0xf0,0x0e,0xbc,0xaf,0x3e,0x6f,0x00,0xe4,0x2c,0xe0,0xe6,0xf0,0x0e,0x40,0xc8,0x02, +0x3f,0x00,0xe4,0x9e,0x10,0x47,0xf0,0x0e,0x4a,0x30,0x09,0xe9,0x00,0xa6,0x03,0xf0, +0x0d,0xb0,0xf4,0x1f,0x20,0x01,0xf6,0x2f,0x64,0xf4,0x10,0xbf,0x3f,0xff,0xff,0xf9, +0x8f,0xe0,0x1f,0x53,0xf3,0x05,0xbe,0x00,0xf4,0x1f,0x20,0x05,0xe7,0x90,0x00,0xf1, +0x08,0x5e,0x25,0x65,0x56,0x53,0x05,0xe0,0x3f,0x31,0xe5,0x00,0x5e,0x2e,0xa0,0x07, +0xf2,0x05,0xe4,0xa0,0x00,0x0b,0x40,0x01,0x3d,0x00,0xf1,0x07,0xbb,0xfe,0xfa,0x00, +0xf0,0x0f,0x7a,0x67,0xac,0x3f,0x05,0xf6,0xad,0x7a,0xc3,0xf0,0xdf,0x6a,0xd7,0xac, +0x3f,0x0a,0x0b,0x00,0xf9,0x0c,0x0e,0x6a,0xe7,0xac,0x3f,0x00,0xe6,0xaf,0x6a,0xc3, +0xf0,0x0e,0x59,0xd5,0x68,0x2f,0x00,0xe2,0xa8,0xd3,0x02,0xf0,0x0e,0x6b,0x03,0x94, +0xfb,0xf7,0x05,0xf3,0x2c,0xb9,0x38,0xc8,0xd6,0x30,0x02,0xfd,0xef,0x67,0xd7,0xb0, +0x0a,0xe0,0x2f,0x15,0xe1,0x50,0x5f,0xec,0xff,0xff,0xff,0xd0,0x5e,0xe1,0x4f,0x35, +0xf5,0x50,0x05,0xe0,0x5f,0xb9,0xfc,0x70,0x04,0xeb,0xff,0x83,0xfe,0x00,0x04,0xe2, +0x3f,0x14,0xf7,0x60,0x04,0xe1,0x5f,0x8f,0xdb,0xe1,0x04,0xe5,0xfb,0x35,0x1d,0xb0, +0x42,0x00,0x21,0x23,0x00,0xb5,0x08,0xf0,0x03,0xef,0xff,0xff,0x30,0x02,0xf4,0xe6, +0x22,0x3f,0x30,0x0c,0xf0,0xe7,0x33,0x4f,0x30,0x8f,0xf0,0x12,0x00,0x40,0x6b,0xf0, +0x00,0x6e,0x50,0x09,0xf7,0x0e,0xff,0xff,0xff,0xc0,0x03,0xf1,0x2b,0xff,0xe2,0x10, +0x03,0xf0,0x8f,0xbe,0xcb,0x00,0x03,0xf9,0xf5,0x6e,0x1e,0xc0,0x03,0xf3,0x20,0x6e, +0x02,0x40,0x00,0x38,0x03,0xf5,0x27,0x0b,0x90,0x0d,0x80,0x00,0x03,0xf8,0x99,0xcd, +0x99,0x50,0xcf,0x37,0x77,0x77,0x74,0x7f,0xf0,0xbf,0xff,0xfc,0x05,0xaf,0x05,0x77, +0x77,0x60,0x03,0xf0,0x67,0x77,0x76,0x00,0x3f,0x0e,0xff,0xff,0xe0,0x03,0xf0,0xe3, +0x11,0x4e,0x00,0x3f,0x0e,0x53,0x36,0xe0,0x03,0xf0,0xed,0xcc,0xdd,0x3d,0x00,0xf1, +0x25,0x1f,0x73,0x30,0x02,0xf3,0x0b,0xfd,0xef,0x40,0xaf,0x17,0xee,0x6c,0xa0,0x4f, +0xe7,0x92,0x9f,0xf4,0x05,0xee,0x7d,0xfb,0x68,0xeb,0x06,0xe7,0xa4,0x8e,0x50,0x10, +0x4e,0x79,0x38,0x7d,0x50,0x04,0xe7,0x95,0xea,0x5c,0x60,0x4e,0x01,0x38,0xbf,0x80, +0x04,0xe0,0x0c,0xb6,0x10,0xec,0x06,0x00,0xf1,0x08,0x70,0x32,0x3f,0x52,0x20,0x00, +0xab,0xef,0x86,0x07,0xf5,0x20,0xf6,0xe4,0x93,0x0a,0x30,0x0d,0xf5,0xe5,0xeb,0xcf, +0xd1,0x09,0xe5,0xeb,0xf4,0x4d,0x70,0x00,0xd5,0xec,0xfb,0x4c,0x40,0x00,0xd5,0xf3, +0xf5,0xcc,0x40,0x00,0xd7,0xf1,0xf1,0x7d,0x40,0x00,0xda,0xd0,0xf0,0x2d,0x40,0x00, +0xda,0x80,0xe0,0xbc,0x10,0x75,0x06,0xf3,0x2a,0x24,0x00,0x00,0x07,0xe2,0x17,0xd1, +0x10,0x00,0xe6,0xdf,0xff,0xff,0x60,0x9f,0x00,0xd2,0x0b,0x70,0x6f,0xe0,0x1c,0x62, +0xf4,0x15,0xde,0x6f,0xff,0xff,0xfc,0x05,0xe0,0x24,0x44,0x44,0x10,0x5e,0x06,0xff, +0xff,0xe0,0x05,0xe0,0x6d,0x00,0x5e,0x00,0x5e,0x06,0xe5,0x59,0xe0,0x05,0xe0,0x6f, +0xcc,0xde,0x74,0x06,0xf3,0x28,0x06,0xeb,0xbb,0x87,0x6d,0x00,0xc8,0x9d,0x84,0xe7, +0xd0,0x4f,0x4c,0x8c,0x7e,0x7d,0x0d,0xf6,0xfd,0xae,0xe7,0xd0,0xaf,0x41,0xa3,0x2e, +0x7d,0x00,0xe7,0xbf,0xc8,0xe7,0xd0,0x0e,0x55,0xe8,0x4e,0x7d,0x00,0xe4,0x2e,0xa9, +0x04,0xd0,0x0e,0xbf,0xea,0x63,0x7d,0x00,0xe5,0x10,0x00,0x9d,0x60,0x4b,0x02,0xf2, +0x27,0x92,0x2a,0xd2,0x21,0x01,0xf9,0xff,0xff,0xff,0x80,0x9f,0x05,0x5e,0x95,0x50, +0x5f,0xe0,0xea,0x88,0xaf,0x03,0xde,0x0e,0xee,0xee,0xf0,0x04,0xe0,0xe9,0x66,0x9f, +0x00,0x4e,0x0e,0x97,0x79,0xf0,0x04,0xe0,0xee,0xee,0xef,0x00,0x4e,0x3e,0x74,0x47, +0xf3,0x04,0xe8,0xcc,0xcc,0xcc,0x90,0x2e,0x07,0xf2,0x28,0x09,0xc1,0x1b,0xb1,0x10, +0x01,0xf7,0xff,0xff,0xff,0x30,0xcf,0x2f,0x43,0x33,0xf3,0x8f,0xe2,0xfb,0xbb,0xbb, +0x25,0xae,0x3f,0xdd,0xdd,0xd5,0x05,0xe3,0xef,0x88,0xdb,0x50,0x5e,0x5d,0xf9,0x8d, +0xb5,0x05,0xe8,0xaf,0xed,0xfe,0x50,0x5e,0xd5,0xf7,0x6d,0xa5,0x05,0xe7,0x1f,0x32, +0x6d,0x20,0x3d,0x00,0xf0,0x20,0x07,0xd4,0x48,0xe4,0x42,0x00,0xe9,0xcc,0xcc,0xcc, +0x80,0xaf,0x04,0xda,0xab,0xc0,0x5f,0xe0,0x4f,0xbb,0xde,0x02,0xbe,0x27,0x88,0x88, +0x85,0x04,0xe5,0xf9,0x99,0x9b,0xc0,0x4e,0x4c,0xdd,0xdd,0xd9,0x04,0xe0,0x02,0x6f, +0x21,0x00,0x4e,0x00,0x16,0xec,0x05,0x20,0x08,0xe9,0xe8,0x0c,0xf2,0x26,0x77,0x7d, +0x2b,0x20,0x1f,0x79,0xfa,0xea,0xd4,0x08,0xf5,0xfb,0xbb,0xbe,0xb3,0xfe,0x5f,0x66, +0x66,0xcb,0x5e,0xe0,0x38,0x88,0x88,0x00,0x6e,0x8e,0xee,0xee,0xee,0x05,0xe2,0x4c, +0xe5,0xb8,0x40,0x5e,0x05,0xf4,0x0a,0xe0,0x05,0xe2,0xff,0xef,0xff,0x80,0x5e,0x09, +0x75,0x42,0x78,0xee,0x00,0xf0,0x2b,0x79,0x40,0x1c,0x73,0xb0,0x0d,0x7d,0x7e,0xff, +0xf9,0x03,0xf3,0x23,0x1c,0xaf,0x30,0xcf,0xcd,0x9f,0xff,0xff,0x3a,0xf7,0xd5,0x3e, +0xa0,0x00,0x0e,0x3c,0x9f,0xff,0xfd,0x00,0xe3,0xc5,0x8e,0x58,0xd0,0x0e,0x3d,0xc9, +0xe8,0xbd,0x00,0xe4,0xf9,0x4f,0xcd,0xd0,0x0e,0x32,0x03,0xe3,0x7c,0x00,0x00,0x23, +0x06,0x2a,0x02,0xf4,0x26,0xb5,0xfd,0xc8,0x00,0x01,0xf8,0xf8,0x5f,0x71,0x00,0xaf, +0xdf,0xff,0xff,0xf1,0x4f,0xe2,0xf5,0x9a,0x4f,0x17,0xfe,0x0b,0xff,0xcc,0xc1,0x06, +0xe4,0xbd,0xe3,0x6c,0x10,0x5e,0x28,0xcc,0xfe,0x80,0x05,0xe4,0xb8,0xdf,0x5e,0x10, +0x5e,0x5d,0xe7,0xf1,0xba,0x05,0xe2,0x52,0xfa,0x00,0xe8,0x01,0x11,0x46,0xab,0x01, +0xf2,0x25,0xf2,0x00,0x00,0x7e,0xee,0xef,0xee,0xee,0x13,0x58,0xfa,0x58,0xc6,0x50, +0x01,0xdb,0x00,0x4f,0x80,0x00,0xdf,0xee,0xff,0xff,0x70,0x05,0x6e,0xb6,0xf6,0x88, +0x00,0x00,0xf7,0x2f,0x40,0x00,0x00,0x8f,0x22,0xf4,0x0c,0x41,0x9f,0x90,0x2f,0x74, +0xf5,0x6f,0x80,0x00,0xcf,0xfd,0x43,0x00,0xf0,0x09,0x01,0x20,0x6f,0x00,0x30,0x00, +0x9d,0x16,0xf0,0x4f,0x60,0x00,0xd8,0x6f,0x0e,0xa0,0x02,0x46,0x59,0xf4,0x75,0x40, +0x8f,0xff,0x2e,0x06,0xf2,0x0c,0x00,0xf6,0x0f,0x40,0x00,0x00,0x2f,0x30,0xf4,0x00, +0x00,0x09,0xe0,0x0f,0x40,0x20,0x19,0xf5,0x00,0xf7,0x4f,0x48,0xe5,0x00,0x0b,0xff, +0xc1,0x7d,0x00,0x62,0x03,0x33,0x3f,0x73,0x33,0x11,0x77,0x0c,0x70,0x22,0x3f,0x72, +0x21,0x00,0x0e,0xff,0x5e,0x0a,0x10,0xe5,0x5d,0x0c,0x02,0x0b,0x00,0xf9,0x06,0x2a, +0xe2,0xda,0x21,0x00,0x00,0xda,0x0c,0x80,0x55,0x15,0xdf,0x20,0xcb,0x3a,0xa2,0xfb, +0x20,0x07,0xff,0xf4,0xf5,0x03,0x11,0xba,0xc1,0x00,0x12,0xf8,0x24,0x09,0x10,0x00, +0x6a,0x0d,0x70,0xd0,0x00,0x00,0x00,0x0e,0xcf,0x70,0xd7,0x00,0xf3,0x0a,0x8f,0x10, +0x00,0x01,0xea,0x01,0xeb,0x00,0x01,0xcf,0x20,0x06,0xf9,0x03,0xef,0x40,0x00,0x09, +0xf8,0x0a,0x30,0x00,0x00,0x06,0x30,0x56,0x09,0x20,0x05,0xf5,0x05,0x00,0xf1,0x05, +0xfb,0xf5,0x00,0x00,0x1a,0xf5,0x05,0xf9,0x10,0x6f,0xf7,0x33,0x37,0xfe,0x62,0x8d, +0xff,0xff,0xfe,0x93,0x68,0x0c,0x00,0x74,0x0d,0xe0,0xfc,0x00,0x00,0x22,0x5f,0x52, +0x20,0x00,0x22,0x25,0xf5,0x22,0x20,0x2f,0xac,0x00,0x13,0x30,0x22,0x03,0xf0,0x2b, +0xe6,0x06,0xe1,0x00,0x00,0x8f,0x10,0x1e,0xa0,0x00,0x3f,0x80,0x00,0x5f,0x70,0x2f, +0xc0,0x7c,0x10,0x9f,0x51,0xa1,0x1f,0xb0,0x00,0x91,0x00,0x09,0xf2,0x05,0x00,0x00, +0x04,0xf6,0x02,0xf8,0x00,0x03,0xec,0x56,0x7d,0xf3,0x00,0xaf,0xff,0xfd,0xce,0xc0, +0x02,0x31,0x00,0x00,0x4a,0x10,0x00,0x01,0x00,0x02,0x5c,0x06,0x00,0xb7,0x12,0x50, +0x2e,0x20,0x9c,0x00,0x05,0x53,0x00,0x10,0xe0,0xb8,0x0d,0x33,0x54,0x00,0x00,0xe8, +0x0d,0x73,0xff,0xf0,0x00,0x35,0x55,0x55,0x55,0x0b,0x03,0x10,0xff,0x4d,0x0b,0x10, +0x35,0xd9,0x0d,0x00,0xb6,0x00,0x20,0x01,0x10,0xae,0x09,0x90,0x9e,0x00,0x00,0x1d, +0x81,0x2f,0x71,0x00,0x5f,0x2d,0x00,0xd0,0x01,0x33,0x3f,0xa3,0x33,0x00,0x44,0x44, +0xfb,0x44,0x42,0x1f,0xff,0x33,0x03,0xf1,0x19,0x00,0x08,0xff,0x50,0x00,0x00,0x08, +0xfa,0x8f,0x70,0x01,0x8e,0xf8,0x00,0x9f,0xe7,0x0b,0x92,0x00,0x00,0x2a,0x50,0x00, +0x5f,0x00,0x09,0xb0,0x00,0xdf,0xff,0xff,0xff,0xf5,0x02,0x7f,0x55,0x5b,0xc3,0x10, +0x05,0xa5,0x0d,0xf3,0x11,0x5f,0x66,0x6c,0xb0,0x00,0x05,0xf7,0x77,0xcb,0x00,0x2d, +0xef,0xdd,0xde,0xfd,0x81,0x56,0xbb,0x57,0xc7,0x53,0x18,0xef,0x80,0x4c,0xfa,0x20, +0x85,0x00,0x00,0x03,0x81,0x0d,0x0d,0xf4,0x21,0xc6,0x66,0x7f,0x40,0x00,0xbc,0x88, +0x89,0xf4,0x00,0x0b,0xfe,0xee,0xef,0x40,0x00,0xbb,0x44,0x45,0xf4,0x00,0x0b,0xfd, +0xdd,0xef,0x40,0x15,0xdb,0x55,0x56,0xf8,0x43,0xdd,0xfd,0xdd,0xfd,0xd9,0x02,0xaf, +0x60,0x1e,0xe7,0x01,0xeb,0x30,0x00,0x06,0xe7,0xcb,0x06,0x31,0xb4,0xf1,0x00,0xd6, +0x0c,0xe0,0x60,0x0b,0x99,0xc5,0xf2,0xe6,0x00,0xba,0x9c,0x6f,0x4f,0x60,0x0b,0xff, +0x84,0x0f,0x60,0xb8,0x7b,0x3f,0x0e,0x60,0xcf,0xb1,0x00,0xf0,0x04,0x53,0x48,0xe6, +0x4b,0xd6,0x41,0x3b,0xfa,0x10,0x4d,0xf7,0x03,0xa3,0x00,0x00,0x07,0x60,0x00,0x01, +0x07,0x05,0xf1,0x28,0x09,0xe2,0x00,0xbd,0x00,0x0c,0xcf,0xdc,0xcf,0xdc,0x60,0x55, +0x8f,0x5f,0x85,0x52,0x06,0xef,0xfe,0xff,0xf9,0x02,0x88,0xaf,0x8f,0xad,0xc5,0x17, +0x79,0xf7,0xf9,0xdc,0x50,0x7f,0xff,0xff,0xff,0x90,0x00,0x8f,0xf0,0xff,0xa1,0x01, +0xbe,0x8f,0x0f,0x7d,0xe5,0x09,0x24,0xf0,0xf4,0x08,0x30,0x28,0x0e,0x60,0x44,0x46, +0xf7,0x44,0x40,0xff,0x1e,0x01,0xf0,0x0e,0xf4,0x04,0xf1,0x04,0xf0,0xf4,0x07,0xf6, +0x04,0xf0,0xf4,0x1e,0xbf,0x74,0xf0,0xf8,0xdc,0x05,0xfa,0xf0,0xf8,0x90,0x00,0x55, +0xf0,0xf4,0x00,0x00,0x48,0x05,0x00,0xf2,0x09,0xde,0x90,0x09,0xdd,0xb4,0xdd,0xd4, +0x00,0xab,0xac,0x5f,0x5f,0x50,0x0a,0x96,0xc5,0xe0,0xf5,0x00,0xa9,0x7d,0x6e,0x0f, +0x50,0x9b,0x00,0xf3,0x0b,0xd9,0x9d,0x8d,0x3f,0x71,0x0e,0x56,0xc8,0xb0,0xf5,0x01, +0xf2,0x6c,0xb9,0x0f,0x50,0x8d,0x18,0xef,0x43,0xf5,0x08,0x67,0xf9,0xb0,0xfe,0x43, +0x03,0x01,0xf3,0x0b,0xf1,0x07,0x43,0xf4,0xb6,0x33,0x34,0xf4,0x17,0x1f,0x73,0x33, +0x37,0x10,0x03,0xfe,0xee,0xeb,0x00,0x00,0x7f,0x32,0x22,0x20,0xbc,0x01,0xb0,0x30, +0x04,0x44,0x44,0x43,0xf2,0x00,0xee,0xee,0xee,0x5f,0xf3,0x02,0x20,0x2a,0xc0,0x5d, +0x0c,0x12,0xe4,0x1f,0x01,0x00,0xee,0x12,0xa1,0xd6,0x00,0x00,0xdb,0x01,0x1e,0x71, +0x10,0x02,0xe7,0xf2,0x02,0xf0,0x0d,0x4e,0x1e,0x71,0xe6,0x00,0x04,0xe0,0xd6,0x0e, +0x60,0x0c,0x8f,0xdf,0xed,0xf6,0x04,0xf6,0xf5,0xe9,0x5f,0x60,0xd9,0x02,0x0d,0x60, +0x10,0x5f,0x10,0x2c,0x00,0x43,0x40,0x00,0x0d,0x60,0xd5,0x0c,0xf2,0x5f,0x60,0x07, +0xb3,0xe1,0x00,0x4f,0x40,0xe9,0x3e,0x93,0x10,0xbc,0x7f,0xee,0xff,0xe6,0x02,0x5f, +0xf3,0x2f,0x62,0x00,0x09,0xcf,0xff,0xff,0xf3,0x01,0x93,0xf2,0x1f,0x51,0x00,0x8e, +0x2f,0xff,0xff,0xf3,0x0e,0x82,0xf0,0x0f,0x40,0x06,0xf2,0x2f,0xff,0xff,0xf9,0x03, +0x02,0xf3,0x33,0x33,0x20,0x34,0x00,0x00,0x0e,0x8b,0x14,0xe0,0xdd,0xdd,0xfe,0xe7, +0x0e,0x5f,0x64,0x4d,0x84,0x20,0x63,0xfa,0xfd,0xb6,0xb4,0x00,0x0f,0x44,0x4a,0x9f, +0x00,0x64,0xf9,0xff,0x8e,0x90,0x0d,0x7f,0x86,0xe6,0xf3,0x03,0xf6,0xd8,0xff,0xaf, +0x47,0x9a,0xa8,0x64,0x9e,0xec,0x81,0x29,0x30,0x1c,0x25,0xe2,0x75,0x00,0xa2,0x04, +0x90,0x4f,0x20,0x85,0x07,0xe0,0x4f,0x20,0xe8,0x05,0x00,0xf2,0x04,0xfe,0xef,0xee, +0xf8,0x02,0x55,0x8f,0x75,0x53,0x0c,0x50,0x4f,0x20,0x6c,0x0f,0x60,0x4f,0x20,0x7f, +0x05,0x00,0x40,0xfe,0xef,0xee,0xff,0x57,0x10,0x80,0xbf,0x00,0x00,0x0e,0x70,0x00, +0x00,0x6f,0xe6,0x02,0xb2,0x02,0x55,0x5f,0xa5,0x55,0x00,0x33,0x33,0xf9,0x33,0x32, +0x29,0x0d,0xf3,0x0b,0x24,0x11,0xe8,0x13,0x40,0x04,0xf1,0x0e,0x70,0x9b,0x00,0x4f, +0x10,0xe7,0x09,0xb0,0x04,0xfc,0xcf,0xec,0xeb,0x00,0x27,0x77,0x77,0x7c,0x92,0x07, +0x10,0x0f,0xea,0x0d,0xf4,0x22,0x00,0x33,0x36,0xec,0x10,0x02,0xb2,0x11,0xf8,0x22, +0xc2,0x3f,0x8e,0x4f,0x3e,0x8f,0x23,0xf1,0x79,0xff,0x81,0xf2,0x3f,0x5c,0xdf,0xbd, +0x3f,0x23,0xfa,0x86,0xf2,0x99,0xf2,0x3f,0x12,0xda,0x00,0x1f,0x23,0xfe,0xdd,0xdd, +0xde,0xf2,0x14,0x44,0x44,0x44,0x6f,0x78,0x0c,0x11,0xe8,0xa2,0x03,0x30,0x20,0x0e, +0xa0,0x5b,0x14,0xf4,0x19,0x5f,0x70,0x3f,0xf5,0x44,0x44,0xcf,0x52,0xbe,0xff,0xff, +0xff,0x91,0x00,0x03,0xf3,0x06,0xf0,0x00,0x00,0x7f,0x00,0x7e,0x00,0x00,0x2e,0x80, +0x09,0xd0,0x00,0x6e,0xc0,0x34,0xda,0x00,0x1e,0x91,0x07,0xfe,0x40,0x37,0x0b,0xf2, +0x25,0x14,0x44,0x44,0x20,0x5e,0x05,0xff,0xff,0xf7,0x05,0xf5,0x60,0xd7,0x0d,0x77, +0xff,0xd9,0x0e,0x60,0xe7,0x28,0xe0,0x00,0xf5,0x0e,0x60,0x5e,0x00,0x2f,0x20,0xf5, +0x05,0xf9,0xc7,0xf0,0x0f,0x50,0xbf,0xb4,0xe8,0x02,0xf3,0x05,0x31,0xcf,0x25,0x9f, +0x10,0x00,0x2d,0x30,0xef,0xf6,0x0a,0x00,0x91,0x11,0xf9,0x25,0x22,0x2f,0x22,0x7f, +0x44,0x47,0xd2,0xf2,0x08,0xf8,0x86,0x6d,0x2f,0x20,0xed,0xbe,0xb6,0xd2,0xf2,0x7e, +0x10,0xc7,0x6d,0x2f,0x27,0x8e,0x7f,0x36,0xd2,0xf2,0x00,0x9f,0xc0,0x6d,0x2f,0x20, +0x06,0xf4,0x01,0x22,0xf2,0x08,0xf6,0x00,0x02,0x6f,0x23,0xe5,0x00,0x00,0x7f,0xb0, +0x18,0x11,0xf0,0x26,0xf8,0x00,0x00,0xf5,0x00,0xaf,0xf3,0x1e,0x2f,0x50,0x8f,0x3a, +0xe3,0xf2,0xf5,0x5f,0x92,0x2d,0x9f,0x2f,0x50,0xaf,0xff,0xe1,0xf2,0xf5,0x05,0xe0, +0x6d,0x1f,0x2f,0x50,0x5e,0x9f,0x91,0xe2,0xf5,0x05,0xe2,0x26,0x50,0x0f,0x50,0x5f, +0x21,0xa9,0x11,0xf5,0x01,0xdf,0xfe,0x3b,0xfe,0xf9,0x00,0x13,0x12,0x47,0x00,0xf2, +0x27,0x2e,0x21,0x33,0x33,0x30,0x14,0xd8,0x4f,0xff,0xff,0x36,0xee,0xf6,0x0e,0x61, +0xf2,0x00,0x7e,0x00,0xf5,0x1f,0x20,0x3f,0xac,0x1f,0x32,0xf2,0x4f,0xff,0x64,0xf0, +0x2f,0x16,0xbf,0xbc,0x8d,0x03,0xf0,0x00,0xf5,0x2e,0x70,0x5f,0x00,0x0f,0x5b,0xe2, +0x4b,0xd0,0x00,0xf5,0x93,0x1e,0xd5,0x5a,0x02,0xf4,0x28,0x03,0xff,0x8f,0xfa,0x11, +0xf0,0x3e,0x98,0xf7,0xa9,0x6f,0x03,0xd8,0x8f,0x6a,0x96,0xf0,0x4e,0x99,0xf7,0xba, +0x6f,0x0c,0xff,0xff,0xff,0xb6,0xf0,0x3d,0x88,0xf6,0xb9,0x6f,0x03,0xc8,0x9e,0x5a, +0x96,0xf0,0x4b,0x8a,0xd5,0xa2,0x2f,0x08,0xa9,0xdb,0x7a,0x01,0xf0,0xa9,0xeb,0x9e, +0x64,0xfd,0xbe,0x00,0x00,0x07,0x00,0xf0,0x24,0x57,0xbf,0x50,0x01,0xf2,0x5c,0xcf, +0x20,0x7d,0x1f,0x20,0x06,0xf0,0x07,0xd1,0xf2,0x7f,0xff,0xfe,0x7d,0x1f,0x21,0x2d, +0xf3,0x27,0xd1,0xf2,0x05,0xff,0xe2,0x7d,0x1f,0x22,0xec,0xf9,0x97,0xd1,0xf2,0x8c, +0x6e,0x00,0x12,0x1f,0x21,0x25,0xe0,0x00,0x57,0xf2,0x00,0x5e,0x4f,0x19,0xf2,0x28, +0x1f,0xff,0xf7,0x00,0x0f,0x31,0xf3,0x2d,0x75,0xe0,0xf3,0x1f,0x53,0xd7,0x5e,0x0f, +0x31,0xff,0xff,0x75,0xe0,0xf3,0x01,0x97,0x11,0x5e,0x0f,0x36,0xff,0xff,0xb5,0xe0, +0xf3,0x01,0xf4,0x9a,0x5e,0x0f,0x30,0x4f,0x0a,0x91,0x20,0xf3,0x1d,0xa3,0xd8,0x02, +0x4f,0x37,0xc1,0xed,0x20,0x8f,0xd0,0x75,0x09,0xf3,0x27,0x1f,0xff,0xff,0x91,0x0e, +0x50,0x2e,0x89,0x61,0xf3,0xe5,0x05,0xf1,0x8e,0x0f,0x3e,0x50,0xcf,0xff,0xf6,0xf3, +0xe5,0x03,0x39,0x43,0x0f,0x3e,0x50,0x78,0xeb,0x83,0xf3,0xe5,0x08,0xaf,0xca,0x4f, +0x3e,0x50,0x00,0xd7,0x32,0x81,0xe5,0x18,0xbf,0xff,0x71,0x3f,0x50,0xb8,0x52,0x00, +0x3f,0xad,0x15,0xf6,0x28,0x1c,0x6f,0x00,0x03,0x2d,0x15,0xfc,0xfb,0xa2,0xf3,0xf1, +0xcb,0xaf,0x77,0x2f,0x3f,0x1a,0xcc,0xfa,0xa6,0xf3,0xf1,0x67,0xaf,0x77,0x5f,0x3f, +0x14,0xbc,0xfb,0xb3,0xf3,0xf1,0x5e,0xaf,0x8f,0x3f,0x3f,0x15,0xc4,0xf1,0xf1,0x02, +0xf1,0x5c,0x4f,0xbe,0x03,0x6f,0x00,0x04,0xf0,0x00,0x8f,0xb0,0x8a,0x06,0xf3,0x29, +0x03,0x00,0xff,0xff,0xf6,0x52,0xf2,0x0f,0x42,0x2c,0x6e,0x4f,0x20,0xfe,0xee,0xf6, +0xe4,0xf2,0x0f,0x76,0xb5,0x2e,0x4f,0x20,0xfb,0xdf,0xc6,0xe4,0xf2,0x1f,0xd8,0xf9, +0x7e,0x4f,0x22,0xfc,0x6e,0x77,0xe4,0xf2,0x6c,0xc6,0xe9,0x70,0x0f,0x2a,0x8a,0x5e, +0x92,0x25,0xf2,0x23,0x02,0xe0,0x04,0xfb,0x36,0x01,0xf0,0x14,0x0e,0x90,0x00,0xe9, +0x00,0x69,0xcf,0x99,0xbf,0xa9,0x26,0x99,0x99,0x99,0x99,0x92,0x0a,0xaa,0xa2,0x63, +0x89,0x01,0xf8,0x7f,0x3c,0x69,0xa0,0x1f,0xed,0xf3,0xc6,0x9a,0x01,0xf6,0x4f,0x0b, +0x00,0xf7,0x00,0xcc,0xf3,0xc5,0x9a,0x01,0xf2,0x1f,0x30,0x3b,0xa0,0x1f,0x2e,0xd1, +0x0e,0xe5,0x7f,0x00,0xf4,0x29,0x13,0xff,0xff,0xfd,0x00,0xe5,0x05,0x77,0x77,0x3b, +0x5e,0x50,0xad,0xaa,0xf5,0xb5,0xe5,0x0a,0xc7,0x7e,0x5b,0x5e,0x50,0x58,0x88,0x82, +0xb5,0xe5,0x0e,0xee,0xee,0xbb,0x5e,0x50,0xf6,0xd9,0xac,0xb5,0xe5,0x0f,0xef,0xee, +0xc2,0x1e,0x50,0xf5,0xc9,0x9c,0x25,0xf5,0x0f,0xcb,0xbd,0xb5,0xfd,0x10,0x41,0x00, +0xf3,0x25,0xc9,0x00,0x08,0xff,0xf9,0x0c,0x80,0x00,0x03,0xf4,0x4f,0xff,0xff,0x50, +0x1f,0x21,0x4e,0x94,0xf4,0x01,0xf2,0x00,0xf5,0x0f,0x40,0x1f,0x31,0x2f,0x30,0xf3, +0x27,0xff,0xc7,0xe0,0x1f,0x28,0xfb,0x63,0xe9,0x03,0xf1,0x10,0x01,0xce,0x24,0x9f, +0x00,0x00,0x4d,0x21,0xff,0x70,0xed,0x01,0x10,0xf3,0x35,0x02,0xf2,0x22,0x6f,0x75, +0x3d,0xee,0xe3,0x6f,0xff,0xf8,0xe8,0x5f,0x30,0x3f,0x1c,0x8e,0x52,0xf3,0x05,0xf0, +0xd7,0xe5,0x2f,0x30,0x7d,0x0e,0x6e,0x52,0xf3,0x09,0xb0,0xf5,0xe5,0x2f,0x30,0xe7, +0x1f,0x4e,0x86,0xf3,0x6f,0x68,0xf1,0xef,0xff,0x35,0xa6,0xf9,0x0e,0x52,0xe3,0x3d, +0x00,0xa0,0x13,0x33,0x30,0x6d,0x00,0x04,0xee,0xee,0x06,0xd0,0x2f,0x06,0xf4,0x1a, +0xef,0xcc,0x2a,0xff,0xff,0x5a,0xd5,0xf3,0x28,0xe3,0x30,0x99,0x1f,0x20,0xaa,0x5b, +0x0b,0x72,0xf2,0x0e,0x54,0xf2,0xf5,0x3f,0x15,0xff,0xff,0xbf,0x14,0xf0,0x5a,0x51, +0x3e,0xb3,0x9e,0x00,0x00,0x01,0xd2,0xef,0x70,0xdf,0x0e,0x01,0x40,0x15,0x10,0xf4, +0x85,0x00,0xf2,0x22,0xef,0xff,0xff,0xfc,0x01,0xde,0x43,0x33,0x3a,0xc0,0x5e,0xff, +0xff,0xe0,0x9b,0x00,0x0e,0x83,0x7e,0x0a,0xa0,0x00,0xeb,0x8b,0xe0,0xb9,0x00,0x0e, +0xca,0xa9,0xcf,0x60,0x00,0xe6,0x00,0x03,0x36,0x30,0x0d,0xa3,0x33,0x34,0xd8,0x00, +0x5e,0xff,0xff,0xfc,0x10,0xac,0x02,0x14,0x04,0x3d,0x00,0xf0,0x0e,0xff,0x61,0xde, +0x54,0x65,0x44,0xf6,0x5f,0xc7,0x3e,0x5b,0x0f,0x60,0x6e,0x7f,0xd2,0xf0,0xf5,0x03, +0xe4,0xff,0x9f,0x1f,0x40,0x3e,0x85,0x35,0xf1,0xf4,0x74,0x12,0x70,0x3f,0x20,0x14, +0x44,0x44,0x78,0xf0,0x5f,0x08,0x18,0xf8,0xac,0x03,0xf1,0x29,0x03,0xf3,0x7e,0x00, +0x00,0x00,0xcd,0x07,0xe0,0x18,0x00,0x7f,0x60,0x7e,0x0d,0xf2,0x5f,0xf6,0x07,0xfb, +0xf4,0x03,0xcf,0x60,0x7f,0xf5,0x00,0x00,0xf6,0x5e,0xf3,0x00,0x00,0x0f,0xcf,0xee, +0x00,0x62,0x00,0xf6,0x27,0xf0,0x0d,0x70,0x0f,0x60,0x6f,0x88,0xf5,0x00,0xf6,0x01, +0xbc,0xc9,0x00,0x0f,0x4d,0x08,0xf0,0x19,0xf6,0x43,0x33,0x56,0x30,0x0f,0x3b,0x70, +0x0b,0xd0,0x00,0xf3,0x5f,0xa7,0xf2,0x00,0x0f,0x30,0x3e,0xf7,0x00,0x00,0xf3,0x07, +0xff,0xd1,0x00,0x0f,0x5b,0xf6,0x2e,0xd1,0x00,0xf6,0xd4,0x00,0x2c,0x20,0x0f,0x86, +0x5b,0x0e,0x54,0xdd,0xdd,0xdd,0xdd,0xd6,0x50,0x11,0xb0,0xe1,0xd8,0x00,0x1a,0xef, +0xc4,0x0d,0x80,0x00,0x74,0xe6,0xb7,0x12,0x60,0x0e,0x60,0x0d,0x80,0x04,0xff,0x78, +0x15,0x80,0x14,0x4f,0x74,0x4d,0xa4,0x30,0x03,0xf2,0x16,0x00,0x10,0xbd,0xd8,0x12, +0x73,0xaf,0x40,0x00,0xd8,0x00,0x1c,0x40,0xe3,0x12,0x00,0xdc,0x04,0xf5,0x25,0x01, +0xe2,0x00,0x00,0x5e,0x04,0x7f,0x76,0x20,0x5f,0xfe,0x9c,0xfc,0xf6,0x01,0x8f,0x44, +0x3f,0x1d,0x91,0x05,0xe1,0xf6,0xf0,0xef,0x60,0x5e,0x7d,0x8c,0x0e,0xca,0x05,0xe8, +0x6d,0x80,0xf9,0xd0,0x5e,0x06,0xf1,0x0f,0x42,0x05,0xe3,0xf7,0x36,0xf1,0x00,0x5e, +0x6a,0x0a,0xf9,0x51,0x10,0xf0,0x12,0x00,0x02,0x30,0x00,0x01,0xe7,0x00,0xcc,0x00, +0x02,0xad,0xea,0xbf,0xc8,0x00,0x3f,0x66,0xfa,0x6b,0xc0,0x03,0xfd,0xdf,0xed,0xec, +0x00,0x3f,0x32,0xf7,0x29,0xc0,0x03,0xff,0x35,0x09,0x52,0x13,0x33,0xf8,0x33,0x31, +0xe5,0x05,0x63,0x11,0x11,0xf7,0x11,0x11,0x00,0x51,0x12,0x11,0x5f,0x43,0x00,0x10, +0xff,0x3a,0x02,0x93,0x5f,0x33,0x31,0x01,0x55,0x59,0xf5,0x55,0x53,0x35,0x13,0x21, +0x05,0xf1,0x21,0x00,0x80,0xed,0x60,0x00,0x00,0x05,0xf2,0x9f,0xe0,0x2c,0x00,0x20, +0x13,0x00,0xdb,0x0e,0x21,0x00,0x04,0xfd,0x08,0x10,0xcf,0x43,0x06,0x00,0x0d,0x17, +0x10,0x6e,0x40,0x09,0x10,0x06,0x0b,0x00,0x00,0xbf,0x05,0x20,0x0a,0xc3,0x18,0x17, +0x30,0xac,0x03,0x30,0x16,0x00,0x80,0x00,0x00,0x16,0x66,0xdd,0x66,0x66,0x53,0x2a, +0x01,0x30,0xda,0x06,0xff,0x52,0x07,0x70,0x6f,0x66,0x66,0x66,0x62,0x06,0xf0,0x5c, +0x00,0x11,0x6f,0x26,0x0a,0x20,0xe0,0x00,0xad,0x1e,0x01,0x6b,0x09,0x11,0xc0,0x26, +0x06,0x01,0x77,0x00,0x01,0xd6,0x09,0x01,0x5a,0x07,0x11,0x0e,0x44,0x09,0x70,0xe8, +0x44,0x6a,0x44,0x42,0x0e,0x50,0x67,0x00,0x60,0xe5,0x22,0x8e,0x22,0x20,0x0f,0x6d, +0x08,0xf0,0x08,0x00,0xf3,0x00,0x7e,0x26,0x00,0x1f,0x20,0x06,0xe2,0xe7,0x05,0xf0, +0x00,0x6e,0x03,0x30,0xac,0xce,0xef,0xfe,0xee,0x54,0x7c,0x17,0x30,0x52,0x0d,0xff, +0x63,0x18,0xf1,0x25,0xd8,0x22,0xbb,0x22,0x20,0x0d,0x6c,0xef,0xfe,0xe6,0x00,0xe6, +0xd9,0x55,0x5f,0x60,0x0f,0x5d,0xb8,0x88,0xf6,0x00,0xf4,0xdd,0xcc,0xcf,0x60,0x1f, +0x34,0x57,0xf4,0x61,0x04,0xf0,0xcb,0x5f,0x5f,0x30,0x9c,0x8e,0x36,0xf0,0xae,0x14, +0x42,0x37,0xfa,0x00,0x70,0x00,0x00,0x53,0xb6,0x0a,0xe2,0x54,0xf6,0x00,0x01,0xef, +0xdc,0xdf,0xf9,0x00,0x07,0x6f,0xa4,0x34,0x80,0x13,0x01,0xf1,0x0f,0x28,0xf7,0x67, +0xdc,0x32,0x19,0xfe,0xed,0x72,0xed,0x41,0xc4,0x47,0x9e,0x71,0x97,0x00,0x0d,0xb7, +0x4a,0xe1,0x00,0x06,0x8b,0xef,0xa2,0x00,0x00,0x8a,0x74,0x1f,0x07,0x00,0x09,0x19, +0xf8,0x59,0x58,0xf5,0x5d,0xa0,0x00,0x00,0x5f,0x40,0xe9,0x21,0x00,0x06,0xfa,0x2f, +0xff,0xe0,0x00,0x8f,0xf2,0x11,0xd9,0x00,0x0c,0xbc,0xc0,0x5f,0x30,0x02,0xf5,0x2f, +0xae,0x90,0x00,0xbf,0x10,0x9f,0xf3,0x00,0x7f,0x75,0xdf,0xae,0xfd,0x42,0x80,0x6a, +0x20,0x06,0xb2,0x14,0x44,0x42,0x44,0x44,0x05,0xff,0xff,0x9f,0xff,0xf2,0x00,0x06, +0xd7,0xd0,0x4f,0x02,0xe3,0xab,0x3f,0x18,0xc0,0x0a,0xee,0x70,0xf5,0xd8,0x00,0x0d, +0xf3,0x0b,0xdf,0x20,0x00,0xaf,0x80,0x5f,0xb0,0x00,0x4f,0xbf,0x19,0xfc,0x00,0x3e, +0xb0,0x7b,0xf7,0xeb,0x16,0xc1,0x04,0xd2,0x02,0xe3,0x77,0x0b,0xf1,0x02,0x14,0x56, +0x8a,0xcf,0x70,0x05,0xfd,0xcb,0x97,0x30,0x00,0x5f,0x22,0x22,0x22,0x00,0x06,0x6d, +0x15,0xf1,0x24,0x6e,0x6f,0x31,0x4f,0x30,0x07,0xd0,0xda,0x0b,0xd0,0x00,0x9b,0x04, +0xfb,0xf3,0x00,0x0c,0x90,0x2d,0xfc,0x10,0x03,0xf7,0xbf,0xc8,0xef,0xa2,0x3b,0x1b, +0x40,0x01,0x7a,0x00,0x00,0x10,0x16,0x10,0x20,0x00,0x0e,0x75,0xf2,0x5f,0x20,0x05, +0xf3,0x8f,0x21,0xa5,0x00,0xcf,0x8f,0x0a,0x70,0x24,0xf9,0x22,0x22,0x00,0x00,0x9f, +0x00,0x09,0xf4,0x43,0x2f,0xf9,0x49,0xf3,0x00,0x1d,0xe8,0xf5,0xf9,0x00,0x3d,0xf3, +0x0d,0xfe,0x00,0x04,0xc3,0x9f,0xea,0xfe,0x94,0x00,0x0b,0x60,0x01,0x7b,0x30,0x5f, +0xff,0xfb,0x44,0x44,0x10,0xc9,0x5f,0x5f,0xed,0xf6,0x0b,0xed,0xf0,0xb7,0x0f,0x30, +0xba,0x7f,0x08,0xb4,0xf1,0x0b,0x95,0xf0,0x5e,0x8d,0x00,0xbf,0xff,0x00,0xfe,0x70, +0x0b,0x83,0xf3,0x0a,0xf2,0x03,0xee,0xef,0xd1,0xdf,0x70,0x28,0x66,0xf2,0xcc,0x7f, +0x60,0x00,0x3f,0x4b,0x00,0x76,0xb3,0x00,0xa1,0x04,0x00,0x00,0x00,0x33,0x35,0xf6, +0x33,0x30,0x3f,0x79,0x03,0xf0,0x01,0x1a,0x8d,0x0d,0xa8,0x00,0x0b,0xb7,0xd0,0xd8, +0xcb,0x00,0x81,0x7d,0x0d,0x71,0x80,0xac,0x09,0xf3,0x09,0xe1,0x00,0x17,0xf7,0x26, +0xf9,0x00,0x00,0x06,0xfb,0xf8,0x00,0x02,0x7a,0xef,0xdf,0xda,0x72,0x2c,0x96,0x10, +0x16,0x9c,0x10,0xcc,0x0a,0xf0,0x2c,0xfd,0xbc,0xf9,0x00,0x00,0x7d,0xfd,0xcd,0x60, +0x00,0x9d,0xcb,0x8b,0xcf,0xb2,0x05,0xdb,0xc0,0xab,0xc9,0x00,0xdb,0x7d,0x6e,0xb8, +0xd3,0x0f,0xb9,0x99,0x99,0x9e,0x80,0x57,0xfc,0xcc,0xec,0x43,0x00,0x6e,0x99,0x9c, +0xc0,0x00,0x06,0xfa,0xaa,0xdc,0x00,0x1c,0xef,0xcc,0xce,0xfc,0x70,0x33,0x33,0x33, +0x33,0x1e,0x72,0x18,0xd6,0xe8,0x11,0x11,0x1e,0x8e,0x70,0x00,0x00,0xe8,0xe7,0x00, +0x00,0x0e,0x09,0x00,0x40,0xa6,0x66,0x66,0xf8,0x7f,0x04,0x01,0x12,0x00,0x51,0x01, +0x44,0x44,0x44,0x41,0xd7,0x0b,0x30,0x60,0x05,0xf0,0x08,0x0d,0x10,0x5f,0x70,0x19, +0x52,0x05,0xf4,0x44,0x44,0xf6,0x16,0x00,0x02,0x40,0x0c,0xf3,0x00,0x03,0xf9,0x05, +0xf7,0x00,0x06,0xfb,0x00,0x06,0xf8,0x02,0xe8,0x00,0x00,0x06,0x9d,0x09,0x01,0xfe, +0x19,0x21,0x33,0xff,0x1f,0x17,0x01,0xa2,0x19,0xf0,0x04,0x3f,0xff,0xf7,0x0f,0x60, +0x03,0xf4,0x3e,0x70,0xf6,0x00,0x3f,0x10,0xd7,0x0f,0x60,0x03,0xff,0xff,0x0b,0x00, +0x30,0x43,0x31,0x0f,0xc6,0x1b,0x40,0x56,0xf6,0x00,0x00,0xb8,0x18,0x04,0xd9,0x03, +0x00,0x05,0x00,0xf0,0x0a,0x7f,0x30,0x10,0x00,0x03,0xf5,0x04,0xf4,0x00,0x3e,0x92, +0x33,0xcf,0x30,0xdf,0xff,0xff,0xfe,0xe1,0x33,0x21,0x00,0x00,0x60,0x3f,0x33,0x01, +0xa6,0x3f,0x64,0x44,0x7f,0x30,0x3f,0x20,0x00,0x3f,0x30,0x0f,0x00,0x12,0x00,0x08, +0x0e,0xc0,0x0b,0xb0,0x00,0x00,0x05,0x55,0xfa,0x55,0x55,0x31,0xff,0xff,0x0b,0x1a, +0x20,0x0c,0xb0,0x52,0x00,0xf0,0x06,0xf8,0x44,0x44,0x40,0x03,0xef,0xff,0xff,0xfd, +0x03,0xec,0xf5,0x00,0x08,0xd0,0x19,0x0e,0x50,0x00,0x8d,0x00,0x1e,0x18,0x90,0xd0, +0x00,0x0e,0x94,0x44,0xac,0x00,0x04,0xff,0x0b,0x00,0x43,0x4f,0x22,0x22,0x9d,0x0b, +0x00,0x60,0x24,0x44,0x44,0x43,0x10,0x9f,0x43,0x00,0x30,0x11,0x2c,0xd2,0xf2,0x16, +0x01,0x16,0x00,0x40,0x03,0x33,0x33,0xcb,0x9e,0x11,0x64,0x3f,0x70,0x00,0x00,0x04, +0xff,0x5d,0x1d,0x01,0x8d,0x0d,0xf5,0x22,0x52,0xf5,0x33,0x33,0x33,0xf5,0x2f,0x7f, +0xff,0xff,0x6e,0x52,0xf2,0x22,0x22,0x21,0xe5,0x2f,0x1e,0xff,0xfe,0x0e,0x52,0xf1, +0xe6,0x16,0xe0,0xe5,0x2f,0x1e,0x61,0x6e,0x0e,0x52,0xf1,0xef,0xff,0xe0,0xe5,0x2f, +0x16,0x20,0x02,0x4f,0x52,0xf1,0x00,0x00,0x5f,0xd8,0x1d,0x10,0x41,0x5c,0x0d,0xf1, +0x11,0xf8,0x33,0x30,0x01,0xaf,0xff,0xff,0xf2,0x2f,0xd5,0x00,0x3e,0x80,0x06,0x2f, +0x95,0xfb,0x00,0x00,0x07,0xff,0x80,0x00,0x39,0xef,0xff,0xff,0xf6,0x3c,0xbf,0x33, +0x33,0x80,0x01,0x80,0xe6,0x00,0x5f,0xee,0xee,0xf6,0x00,0x5f,0x0f,0x00,0x02,0xb3, +0x06,0xf1,0x00,0x56,0x79,0xcf,0x70,0x07,0xfd,0xcb,0x97,0x41,0x00,0x7f,0x44,0x44, +0x44,0x42,0xbe,0x18,0x21,0x90,0x8d,0xae,0x0d,0xf5,0x0c,0xc7,0xff,0xff,0xfe,0x00, +0xba,0x7d,0x44,0x49,0xe0,0x0f,0x77,0xd0,0x00,0x7e,0x07,0xf2,0x7f,0xff,0xff,0xe0, +0x29,0x07,0xe4,0x44,0x9e,0x00,0x1d,0x12,0x00,0x72,0x25,0x90,0xf2,0x00,0x00,0x05, +0x56,0xfc,0x55,0x55,0x10,0x3c,0x00,0xf0,0x06,0xf4,0x0f,0x41,0x22,0x21,0x0f,0x40, +0xf4,0xdf,0xff,0xd0,0xf4,0x0f,0x4d,0x40,0x5d,0x0f,0x40,0xf4,0xd8,0x48,0x0b,0x00, +0xd3,0xed,0xdb,0x0f,0x40,0xf4,0x51,0x00,0x45,0xf4,0x0f,0x40,0x00,0x0a,0xaa,0x01, +0xf0,0x23,0x01,0x33,0x3a,0xff,0xff,0x70,0x4f,0xfc,0x28,0x22,0xf5,0x04,0xe3,0xc3, +0xf0,0x1f,0x40,0x4e,0x3c,0x5e,0x02,0xf2,0x04,0xe3,0xc7,0xfc,0xdf,0xd5,0x4e,0x6c, +0x24,0x44,0x5f,0x54,0xff,0xc2,0x33,0x33,0xf3,0x4f,0x43,0xdf,0xff,0x8f,0x10,0x20, +0x00,0x00,0x2a,0xe0,0x2a,0x04,0x03,0x2a,0x08,0x02,0x21,0x0e,0xf1,0x0d,0x33,0x37, +0xfc,0x33,0x31,0x00,0x19,0xff,0x7c,0x81,0x02,0xaf,0xe5,0xf5,0x5d,0xe6,0x1c,0x70, +0x0f,0x50,0x08,0x40,0x02,0x22,0x33,0x22,0x10,0x00,0x8e,0x0f,0x20,0x0f,0x60,0xb6, +0x0b,0xa3,0xfe,0xcc,0xcc,0xf7,0x00,0x0f,0x95,0x55,0x5f,0x70,0x2f,0x1a,0x20,0x07, +0xf8,0xca,0x1f,0xf3,0x01,0xf8,0xea,0x10,0x03,0xbf,0xd7,0xa3,0xcf,0xa4,0x4d,0x83, +0x3d,0x73,0x5b,0x30,0x0e,0x6f,0x02,0x12,0xbd,0x0c,0x0d,0xf4,0x02,0x20,0x03,0xf2, +0x00,0x04,0xf2,0x00,0x3f,0xdd,0xdd,0xdf,0x20,0x03,0xf5,0x44,0x47,0xf2,0x5b,0x02, +0x20,0x01,0xf6,0xfa,0x05,0x00,0x1f,0x01,0xf0,0x03,0x6f,0x44,0x44,0x49,0xe0,0x06, +0xf5,0x55,0x55,0x9e,0x00,0x7f,0xdd,0xdd,0xdd,0xc0,0x08,0xd4,0xe0,0x05,0xf3,0x06, +0x9b,0xce,0xdd,0xde,0xf2,0x0e,0x9c,0x80,0x00,0x2f,0x26,0xf4,0xcf,0xff,0xff,0xf2, +0x3b,0x0c,0xa3,0x33,0x5f,0xcb,0x0b,0x32,0x8a,0x0b,0xa0,0xf1,0x01,0xf0,0x0a,0xd0, +0x0d,0xb3,0x3c,0xc3,0x33,0x00,0xa8,0x66,0xdd,0x66,0x63,0x1e,0xee,0xee,0xee,0xee, +0x80,0x03,0x33,0x33,0x33,0x10,0x00,0xdf,0xb6,0x00,0x20,0x0d,0x70,0xb6,0x00,0x02, +0x0b,0x00,0x50,0x94,0x44,0x4e,0x70,0x0c,0x6e,0x00,0xf5,0x1c,0x0c,0x93,0x49,0x33, +0x8e,0x0c,0x7d,0xef,0xec,0x6e,0x0c,0x82,0x5f,0x32,0x6e,0x0d,0x9f,0xff,0xff,0x8e, +0x0e,0x63,0x33,0x33,0x6e,0x0f,0x4b,0xed,0xfa,0x6e,0x2f,0x2b,0x91,0xaa,0x6e,0x8d, +0x0b,0xed,0xec,0x8e,0x96,0x05,0x30,0xd7,0x07,0x20,0x08,0x10,0x11,0x0a,0xf0,0x20, +0xfa,0x00,0x00,0x02,0x9f,0xc4,0xed,0x40,0x0a,0xfe,0xfb,0xac,0xff,0xe1,0x36,0x07, +0x77,0x75,0x25,0x00,0xcd,0xda,0x5d,0xdd,0x50,0x0e,0x79,0xc5,0xf4,0xe6,0x00,0xe4, +0x6c,0x5e,0x0d,0x60,0x0e,0xcd,0xc5,0xe3,0xe6,0x00,0xea,0x86,0x5e,0x7b,0x20,0x59, +0x07,0x03,0xe0,0x01,0xf2,0x29,0x01,0x69,0xdf,0x44,0x44,0x40,0x1a,0xbf,0x13,0xff, +0xff,0x30,0x06,0xe0,0x3f,0x12,0xf3,0x5f,0xff,0xfb,0xf1,0x2f,0x30,0x2e,0xf5,0x4f, +0x12,0xf3,0x06,0xff,0xe5,0xf1,0x2f,0x31,0xeb,0xe9,0x7f,0x12,0xf3,0x6b,0x6e,0x03, +0xfe,0xef,0x30,0x16,0xe0,0x3f,0x67,0xf3,0x00,0x6e,0x01,0x60,0x05,0x10,0xf8,0x16, +0xf0,0x1d,0x33,0x20,0x0a,0xf2,0x00,0x3f,0xfa,0x56,0xfd,0x66,0x43,0xe5,0xad,0xb8, +0x88,0xda,0x3e,0x5a,0xd6,0xbc,0x99,0xa3,0xe5,0xad,0x6e,0x4c,0x9a,0x3f,0x8a,0xd6, +0xe2,0xc9,0xa3,0xfd,0x8d,0x6e,0xdc,0x9a,0x2c,0x00,0xd6,0x92,0x19,0xa0,0x0e,0x0e, +0x10,0xaa,0x45,0x0e,0x22,0x9f,0x60,0xba,0x00,0xa2,0xff,0xf2,0xef,0xff,0x00,0x8a, +0x2f,0x2e,0x55,0xf0,0x0b,0x00,0x52,0x12,0x2b,0xb2,0xdc,0x20,0x4f,0x06,0xf1,0x0c, +0x3c,0xf6,0x24,0xfc,0x31,0x2d,0xfb,0x41,0x49,0xfe,0x71,0xcf,0xdf,0x4f,0xde,0xf5, +0x05,0xe1,0xf4,0xf5,0x8d,0x00,0x5f,0xff,0x4f,0xff,0xc0,0x21,0x00,0xf0,0x0b,0x63, +0xf7,0x55,0x55,0x55,0xf6,0x3f,0x22,0x22,0x22,0x0f,0x63,0xf2,0xef,0xff,0xe0,0xf6, +0x3f,0x2e,0x40,0x6e,0x0f,0x63,0xf2,0xe6,0x28,0x0b,0x00,0x50,0xff,0xfe,0x0f,0x63, +0xf2,0x56,0x04,0x02,0x2c,0x00,0x42,0xf6,0x44,0x44,0x44,0x0b,0x00,0xf1,0x23,0x33, +0xf2,0x24,0xc2,0x22,0xf3,0x3f,0x6f,0xff,0xff,0x6f,0x33,0xf1,0x79,0xf7,0x71,0xf3, +0x3f,0x07,0x9f,0x77,0x0f,0x33,0xf8,0xff,0xff,0xf9,0xf3,0x3f,0x11,0x4f,0x5d,0x7f, +0x33,0xf0,0x02,0xe4,0x81,0xf3,0x3f,0xdd,0xdd,0xdd,0xdf,0x33,0xf4,0x33,0x33,0x34, +0xf3,0xba,0x03,0xf0,0x01,0x22,0xf5,0x33,0x43,0x35,0xf2,0x2f,0x21,0x3f,0x21,0x3f, +0x22,0xf7,0xff,0xff,0xf8,0x0b,0x00,0xf1,0x10,0x31,0x2f,0x22,0xf2,0xde,0xde,0xe2, +0xf2,0x2f,0x2d,0x85,0x8e,0x2f,0x22,0xf2,0x67,0x77,0x72,0xf2,0x2f,0xee,0xee,0xee, +0xef,0x22,0xf6,0x44,0x44,0x46,0xf2,0x1f,0x18,0x04,0xf3,0x17,0xf6,0x55,0x55,0x57, +0xf1,0x1f,0x7f,0xff,0xff,0x6f,0x11,0xf3,0x02,0xf0,0x04,0xf1,0x1f,0x3e,0xff,0xfd, +0x4f,0x11,0xf3,0x24,0xf7,0xb4,0xf1,0x1f,0x69,0xaf,0xae,0x7f,0x11,0xf5,0x66,0x66, +0x66,0xf1,0x2c,0x00,0x41,0x33,0x33,0x37,0xf1,0x6e,0x00,0xf3,0x23,0x32,0xf3,0x3d, +0x62,0x24,0xf3,0x2f,0x2b,0xfe,0xee,0x5f,0x32,0xfa,0xde,0x7e,0x91,0xf3,0x2f,0x36, +0xef,0xf6,0x4f,0x32,0xfd,0xde,0x76,0xbb,0xf3,0x2f,0x11,0x6a,0xd0,0x1f,0x32,0xf1, +0xae,0xeb,0x61,0xf3,0x2f,0x65,0x57,0xcc,0x6f,0x32,0xfc,0xcc,0xcc,0xcd,0xf3,0x37, +0x00,0xf1,0x24,0xcc,0xcc,0xc3,0xf3,0x2f,0x2f,0x76,0x8f,0x2f,0x32,0xf1,0x99,0x99, +0x92,0xf3,0x2f,0x5e,0xee,0xee,0x5f,0x32,0xf5,0xe0,0x61,0xf5,0xf3,0x2f,0x4a,0x3f, +0x5a,0x4f,0x32,0xf8,0xcf,0x8d,0xe7,0xf3,0x2f,0x8a,0x53,0x38,0x8f,0x32,0xfd,0xdd, +0xdd,0xdd,0xf3,0x00,0x00,0x52,0xb9,0x0e,0x13,0x70,0xa1,0x04,0xf1,0x09,0x90,0x45, +0xfa,0x44,0x44,0x42,0x00,0x8f,0x10,0x4b,0x00,0x00,0x5f,0x82,0x38,0xf3,0x30,0x4f, +0xf6,0x8f,0xff,0xff,0x21,0xae,0xdf,0x05,0x10,0xe6,0x5f,0x04,0x71,0x0e,0x73,0x37, +0xf3,0x32,0x00,0xe7,0xcc,0x10,0x01,0x3c,0x15,0xf2,0x28,0x4e,0x00,0x03,0xf0,0x00, +0x04,0xe0,0x5e,0x3f,0x26,0x19,0xff,0xf6,0xe7,0xff,0xf3,0x28,0xe5,0x9f,0xff,0x3f, +0x30,0x4e,0x3f,0xe4,0xf0,0xf3,0x04,0xe3,0x6e,0x3f,0x3f,0x20,0x8f,0xf7,0xe3,0xfa, +0xc0,0x9f,0xb2,0x5e,0x19,0x04,0x33,0x40,0x05,0xf3,0x22,0xb9,0x00,0x00,0x1c,0xff, +0xfe,0x30,0x8f,0x0a,0x10,0x6c,0xff,0x10,0x20,0x06,0xc0,0xd7,0x19,0xf0,0x0f,0xef, +0xea,0xb2,0xf2,0x00,0x28,0xd3,0x9b,0x2f,0xee,0x40,0x6c,0x08,0xb2,0xf7,0x51,0x06, +0xd7,0x9b,0x2f,0x20,0x05,0xcf,0xc9,0xb2,0xf2,0x00,0x8a,0x30,0x8b,0xe0,0x12,0x93, +0xaf,0xfe,0xfe,0xe7,0x00,0x03,0x55,0x55,0x55,0x67,0x03,0x10,0x5e,0xf6,0x12,0xf0, +0x1d,0x05,0xe0,0x0c,0xfb,0xbb,0x47,0xff,0xfb,0xe5,0x55,0xe5,0x28,0xf4,0xb6,0x60, +0x0d,0x50,0x5e,0x00,0x3e,0x80,0xe4,0x05,0xe3,0x20,0x38,0x6e,0x40,0x6f,0xf5,0x19, +0xf8,0xf3,0x7f,0xb2,0x5f,0xc3,0x1f,0x22,0x40,0x01,0x51,0x37,0xf0,0x00,0x11,0x18, +0xf7,0x18,0x08,0xf3,0x28,0x5e,0x00,0x0f,0x40,0x00,0x05,0xe0,0x39,0xfb,0x99,0x07, +0xff,0xe2,0x7f,0xaa,0xe0,0x28,0xe4,0x00,0xf4,0x4e,0x00,0x5e,0x03,0x4f,0x77,0xf2, +0x05,0xe3,0xcf,0xff,0xff,0x91,0x9f,0xf2,0x7f,0xf6,0x00,0x8f,0x91,0x1e,0x78,0xe1, +0x01,0x10,0x3d,0xd0,0x0e,0xe4,0x00,0x0a,0xb1,0x00,0x1c,0x50,0x4a,0x11,0xf0,0x21, +0xfc,0x7b,0x7b,0x00,0x6e,0x5f,0x17,0xb7,0xb0,0x7d,0xfd,0xfc,0x8b,0x7b,0x02,0xbb, +0x6f,0x45,0x87,0xb0,0x3f,0x43,0xf0,0x05,0xbb,0x06,0x70,0x2d,0x50,0x8c,0x50,0x08, +0xee,0xef,0xee,0xe1,0x00,0x24,0x49,0xf4,0x44,0x00,0x46,0x66,0xaf,0x66,0x66,0x19, +0xe7,0x09,0xf0,0x0f,0xd2,0x14,0xcb,0x44,0x4f,0x83,0x02,0xae,0xda,0xaa,0xfc,0x80, +0x00,0xbf,0xee,0xef,0x50,0x00,0x0b,0xc8,0x88,0xf5,0x00,0x11,0xcc,0x77,0x7f,0x61, +0x0c,0xff,0x5f,0x08,0xf3,0x06,0x06,0xf6,0x49,0x0b,0xe4,0x09,0xfb,0xff,0xff,0xea, +0xf4,0x25,0x34,0x9f,0x44,0x34,0x00,0xbd,0xdd,0xdd,0xdd,0x41,0x0c,0xf3,0x28,0x6b, +0x03,0x48,0xf5,0x42,0x07,0xc0,0x7a,0xde,0xaa,0x56,0xef,0xb3,0xde,0xed,0xc0,0x3a, +0xd5,0x3f,0x99,0xae,0x00,0x7c,0x03,0xfa,0xac,0xe0,0x07,0xc0,0x3f,0x77,0x9e,0x00, +0x7e,0xa5,0xf7,0x79,0xe1,0x7f,0xe9,0xff,0xff,0xff,0xc3,0x50,0x06,0xeb,0x1e,0xb2, +0x00,0x02,0xc6,0x00,0x1a,0x50,0xfb,0x11,0xf0,0x39,0x00,0xc9,0x0c,0x70,0x03,0xf0, +0x8d,0xcc,0xec,0x23,0xff,0xdb,0xa6,0xd8,0xe2,0x17,0xf4,0xb7,0xae,0x7e,0x20,0x3f, +0x0b,0xed,0xfd,0xf2,0x03,0xf0,0x26,0x66,0x65,0x00,0x3f,0x62,0xfb,0xbd,0xb0,0x3e, +0xe9,0x3f,0xbb,0xdb,0x00,0x40,0x02,0xfc,0xbd,0xb0,0x00,0x00,0x2f,0x43,0x8b,0x00, +0x25,0x55,0x9f,0x55,0x55,0x04,0x88,0x8b,0xf8,0x88,0x80,0x0b,0xee,0xff,0xee,0xe8, +0x00,0x46,0xdd,0x0b,0xc1,0x09,0xfd,0xef,0xdd,0xf6,0x00,0xaa,0x05,0xe0,0x0e,0x60, +0x0c,0x20,0x13,0x61,0xf6,0x22,0x22,0x2d,0x60,0x7f,0xd5,0x03,0x1d,0x60,0xe3,0x1e, +0xf0,0x0d,0xaf,0x53,0x32,0x00,0x01,0xaf,0xee,0xef,0xd0,0x01,0xec,0xfa,0x4c,0xd2, +0x00,0x04,0x5a,0xff,0xf9,0x63,0x19,0xfe,0x95,0x25,0xad,0xf7,0x07,0xff,0xb0,0x13, +0x50,0x5f,0x57,0xf6,0x7f,0x30,0x6e,0x05,0xc3,0xf3,0x00,0x5f,0x46,0xf5,0x6f,0x30, +0x05,0xfe,0xdd,0xde,0xf3,0x3c,0x00,0x70,0x0c,0xa2,0x22,0x22,0x20,0x0a,0xfe,0x95, +0x16,0xf0,0x08,0xdd,0xba,0xaa,0xab,0x30,0x00,0xed,0xbb,0xbc,0xf4,0x00,0x0e,0xb7, +0x77,0x8f,0x40,0x00,0x8f,0xc8,0x88,0x82,0x00,0x1b,0x57,0x0a,0xf7,0x02,0x0d,0xbd, +0x92,0xaf,0x50,0x00,0x45,0x9f,0xff,0xa5,0x31,0x9f,0xeb,0x74,0x7b,0xef,0x30,0x7e, +0x00,0xf5,0x26,0x0d,0x60,0x07,0xe0,0x00,0x02,0xff,0xfd,0x7e,0x00,0x00,0x8c,0x4b, +0xd7,0xe0,0x00,0x2f,0x60,0xca,0x7f,0xe2,0x05,0xdc,0x7f,0x67,0xfb,0xe2,0x00,0x6f, +0xf1,0x7e,0x1d,0x70,0x02,0xe9,0x07,0xe0,0x10,0x01,0xde,0x10,0x7e,0x00,0x04,0xef, +0x30,0x07,0xe0,0x00,0x1a,0x20,0x00,0x7e,0x3e,0x00,0xe0,0x1c,0xe3,0x31,0x00,0x00, +0x6e,0xff,0xff,0xc0,0x00,0xbd,0x94,0x1b,0xe1,0xb4,0x04,0xf4,0x12,0xd2,0x00,0x01, +0xae,0xfc,0x8e,0xc3,0x20,0x08,0x63,0x8f,0xff,0xff,0x30,0x08,0xfd,0x70,0x4e,0x90, +0x00,0x34,0x3e,0xcf,0xa0,0x00,0x35,0x7c,0xfe,0x50,0x00,0x2f,0xfc,0x93,0x37,0x07, +0x03,0x7d,0x22,0x20,0x01,0xf5,0x6e,0x08,0x43,0x6f,0x85,0x55,0x31,0xe5,0x1f,0x20, +0x7f,0xf1,0x96,0x00,0x20,0xcf,0x80,0x05,0x16,0xf0,0x05,0x8f,0x20,0x00,0x05,0xf9, +0x00,0xed,0x20,0x1a,0xfa,0x00,0x02,0xdf,0x60,0xa6,0x00,0x00,0x00,0x93,0x04,0x31, +0x21,0x21,0x00,0xaf,0x5a,0x15,0x30,0x00,0x1f,0x40,0xce,0x1f,0x13,0xf7,0x2d,0x15, +0x50,0x70,0x00,0x0a,0xfe,0x10,0x51,0x09,0xf7,0x04,0xe8,0x00,0x00,0x03,0xed,0x04, +0xf8,0x00,0x2a,0xfc,0x10,0x06,0xfe,0x70,0xb6,0x00,0x00,0x02,0xa5,0x6e,0x00,0x63, +0x06,0x66,0x7f,0x96,0x66,0x41,0x5b,0x09,0x20,0x7f,0xf2,0x46,0x01,0x70,0xbe,0xa0, +0x00,0x00,0x05,0xf3,0x6f,0x8e,0x24,0xe3,0x50,0xdd,0x10,0x08,0xfc,0x9f,0x53,0xee, +0x52,0xe8,0x00,0xa9,0x02,0xc7,0xe7,0x00,0x11,0x98,0xf2,0x0c,0x61,0xfb,0x6f,0x95, +0x54,0x00,0x08,0x10,0x23,0x20,0x1f,0x80,0x12,0x00,0x73,0x17,0x65,0x6f,0x85,0x55, +0x40,0x3f,0x70,0x21,0x20,0xce,0xf5,0x88,0x0c,0xf4,0x00,0xf4,0x9f,0x30,0x00,0x06, +0xdf,0x60,0x0b,0xfa,0x40,0x1e,0xa2,0x00,0x00,0x7d,0x22,0x23,0x01,0x3a,0x13,0x10, +0xbf,0xc5,0x01,0xf3,0x02,0x04,0xb8,0x5f,0x96,0xd7,0x10,0x0a,0xa1,0xf5,0x6e,0x00, +0x04,0x9c,0x6f,0x7b,0xa4,0x23,0x8a,0x00,0x20,0xde,0xf6,0x0c,0x02,0xf1,0x00,0x38, +0xf4,0x00,0x18,0xef,0x50,0x0a,0xfd,0x50,0xb9,0x10,0x00,0x05,0xb4,0x01,0xdb,0x02, +0xf8,0x27,0x4f,0x00,0x8d,0xdd,0xd4,0x29,0xe5,0x53,0x55,0xce,0x16,0xff,0xef,0x00, +0x5f,0x30,0x0c,0x77,0xd0,0x0b,0xa0,0x01,0xf3,0xbb,0xff,0xff,0xfc,0x2f,0x9e,0x64, +0x4d,0xb4,0x30,0x4f,0xf1,0x00,0xb9,0x00,0x01,0xef,0xb0,0x0b,0x90,0x02,0xdd,0x4c, +0x13,0xd9,0x00,0x3b,0x10,0x01,0xfe,0x40,0x63,0x02,0x10,0xa9,0x7f,0x00,0xf7,0x22, +0x1c,0x82,0x06,0xe1,0x81,0x0c,0xff,0xf2,0xe5,0x1b,0xb0,0x3f,0x5f,0xbf,0xff,0xff, +0x56,0xc6,0xd4,0x53,0x20,0x63,0x7f,0xc9,0x3d,0xdd,0xdc,0x00,0x7f,0x73,0xf4,0x48, +0xe0,0x09,0xff,0x5f,0x00,0x4e,0x08,0xf4,0x54,0xfd,0xde,0xe0,0x57,0x00,0x3f,0x44, +0x8e,0x9d,0x09,0x60,0x90,0x00,0x44,0x44,0x8f,0xe3,0x55,0x0a,0x10,0xd2,0xcc,0x00, +0x93,0xb0,0x00,0x01,0x55,0x55,0xfa,0x55,0x54,0x4f,0xfb,0x00,0x14,0xe7,0xe2,0x00, +0x31,0x00,0x55,0xf6,0xa7,0x22,0x28,0x20,0x00,0xab,0x0b,0x61,0x44,0x47,0xf7,0x44, +0x41,0x0f,0xc3,0x0d,0xf4,0x06,0xf2,0x22,0x22,0x20,0xf6,0x03,0x6f,0xff,0xff,0x73, +0x10,0x00,0x11,0x7f,0xa0,0x00,0x04,0x44,0x6f,0xa4,0x44,0xaf,0x24,0x10,0x2f,0xb5, +0x00,0x20,0x56,0xf4,0x00,0x02,0x11,0xfb,0x24,0x02,0x11,0x52,0xe8,0x08,0x05,0x80, +0x05,0xf0,0x09,0x23,0xf9,0x22,0x22,0x31,0x00,0x9e,0x2f,0xff,0xfd,0x00,0x6f,0x70, +0x33,0xaf,0x40,0x5f,0xf6,0x00,0x2f,0x50,0x02,0x8e,0x6e,0xa6,0x0e,0xe4,0xe6,0x33, +0x5f,0x53,0x20,0x0e,0x60,0x25,0xf2,0x00,0x00,0xe6,0x08,0xfc,0x7e,0x00,0xf1,0x17, +0x40,0x17,0x00,0x42,0x00,0x0e,0x71,0xf6,0x2f,0x60,0x0c,0xee,0xcf,0xde,0xfc,0x60, +0xf6,0x55,0x55,0x55,0xe8,0x0d,0x5c,0xcc,0xcc,0x5a,0x60,0x02,0x55,0xaf,0xc2,0x00, +0x01,0x11,0x3f,0xa2,0x11,0x12,0x82,0x01,0x91,0x01,0x11,0x3f,0x51,0x11,0x00,0x00, +0x36,0xf3,0x7f,0x00,0x02,0x1a,0x0d,0x13,0x00,0x55,0x25,0x03,0x83,0x06,0x60,0x44, +0x44,0x47,0xf1,0x19,0x75,0x1a,0x28,0xe2,0x0b,0xa0,0x28,0xf7,0x00,0x00,0xbd,0xdf, +0xe8,0x10,0x00,0x0b,0xe7,0x30,0xbc,0x18,0xd2,0x5b,0x00,0x0a,0xd4,0x44,0x5c,0xd0, +0x00,0x3d,0xff,0xff,0xe5,0x00,0x66,0x09,0x51,0x11,0x15,0xf5,0x11,0x10,0x85,0x0e, +0xc1,0x50,0xe7,0x16,0x91,0x11,0xf5,0x05,0x31,0xeb,0x00,0x16,0x21,0xe9,0x02,0xf0, +0x0e,0x02,0x4f,0x92,0x5f,0x72,0x10,0x09,0xfc,0x6c,0xc0,0x00,0x00,0x03,0xcf,0xfb, +0x20,0x00,0x59,0xdf,0x97,0xef,0xa2,0x09,0xb7,0x20,0x00,0x7c,0x10,0x00,0x2e,0x0f, +0x70,0x01,0x22,0x2a,0xf3,0x22,0x20,0x6f,0x2d,0x00,0xf2,0x01,0x06,0xe2,0x33,0x33, +0x37,0xf0,0x37,0x9f,0xff,0xff,0x48,0x01,0x12,0x33,0x33,0x32,0x57,0x0b,0xf1,0x06, +0x21,0x11,0xf7,0x3f,0x51,0x10,0x00,0x3f,0x31,0xf3,0x05,0x10,0x5e,0xc0,0x1f,0x63, +0xe4,0x8e,0x90,0x00,0xbf,0xb9,0x13,0x04,0xbc,0x00,0x53,0x22,0x26,0xf5,0x22,0x20, +0xd9,0x07,0xf0,0x08,0x11,0x11,0x13,0xf3,0x19,0x8f,0xff,0xff,0x99,0x10,0x03,0x56, +0xf6,0x42,0x00,0x00,0xe7,0x2f,0x64,0x40,0x00,0x2f,0x72,0xd6,0x08,0xe0,0xfe,0x4f, +0x20,0x00,0x02,0xf8,0xbf,0xf7,0x44,0x42,0x6d,0x00,0x7b,0xef,0x70,0x18,0x06,0xba, +0x01,0x23,0x45,0xf9,0xba,0x01,0xe0,0x50,0xf5,0x93,0x57,0x00,0xf5,0x03,0x29,0xd9, +0xc0,0x03,0x10,0x2f,0x80,0xb1,0x26,0x51,0x47,0x0d,0x90,0x00,0x01,0xba,0x01,0xf2, +0x02,0x01,0x14,0xec,0x77,0x21,0x00,0x4a,0xfc,0x16,0xdf,0x91,0x08,0xb5,0x00,0x00, +0x4b,0x10,0x4e,0x11,0x51,0x33,0x36,0xf8,0x33,0x31,0xba,0x01,0xf1,0x08,0x62,0xf2, +0xa6,0x03,0x91,0xe6,0x06,0xdc,0x2b,0x59,0xf7,0x00,0x67,0x2c,0xde,0x55,0x70,0x01, +0x8e,0x90,0x4e,0xb4,0x05,0x09,0x01,0x80,0x06,0xab,0x33,0x38,0xe2,0x10,0x0a,0xc4, +0x56,0x0b,0x53,0xaf,0xdd,0xde,0xe0,0x00,0x3d,0x00,0x50,0x35,0xf4,0x33,0x30,0x3f, +0x32,0x08,0xf4,0x1f,0x33,0xf5,0x8c,0x5c,0x85,0xf3,0x02,0x7a,0xd7,0xda,0x72,0x00, +0x0e,0xee,0xee,0xee,0x00,0x00,0xf9,0x48,0x2a,0xf0,0x00,0x0f,0x75,0xd0,0x9f,0x00, +0x00,0x84,0xaf,0xb4,0x65,0x40,0x16,0xdc,0x7c,0x22,0xb8,0x4f,0xd6,0x02,0xdf,0xfe, +0x20,0x10,0xb5,0x02,0x71,0x30,0x00,0x11,0x11,0x14,0xf4,0x11,0xfe,0x00,0x20,0xb0, +0x23,0xf3,0x19,0x20,0x00,0xc6,0x16,0x00,0x90,0x08,0xf3,0x02,0xf3,0x00,0x00,0x0c, +0xa0,0x2f,0xef,0x0c,0x20,0x02,0xf3,0x38,0x1b,0x10,0x9f,0xf0,0x09,0x18,0xfe,0x6b, +0x21,0xf4,0x22,0xf4,0x08,0xff,0xfb,0x00,0x0f,0x40,0x04,0x0a,0xae,0xff,0xff,0x74, +0xf2,0xe6,0x33,0x3f,0x71,0x09,0xef,0x17,0x50,0xf4,0x00,0x0e,0xd0,0x6e,0x1f,0x40, +0x02,0xff,0x30,0xe6,0xf4,0x00,0xcb,0xab,0x02,0x0f,0x40,0x7d,0x12,0x30,0x35,0xf4, +0x00,0x20,0x00,0x06,0x7a,0x0d,0x11,0x06,0xb2,0x05,0x62,0x6f,0x33,0x33,0x3f,0x40, +0x06,0xbd,0x05,0xe2,0x53,0x33,0x34,0xb3,0x01,0xbe,0xee,0xee,0xec,0x10,0x44,0x44, +0x44,0xf8,0xa9,0x04,0x40,0x90,0x05,0xf5,0x00,0x89,0x04,0x38,0xc3,0x3f,0x50,0x9f, +0x24,0xf8,0x27,0x0a,0xa0,0x00,0x0e,0x40,0x0e,0xdd,0xf1,0x11,0xe6,0x00,0xec,0xcf, +0xaf,0xff,0xf6,0x0e,0x98,0xf1,0x21,0xe5,0x00,0xeb,0xbf,0x5d,0x0e,0x40,0x9f,0xdd, +0xf0,0xd6,0xe4,0x03,0x5d,0xef,0x06,0x5e,0x40,0x07,0xe4,0xf0,0x00,0xe4,0x09,0xe4, +0x4f,0x02,0x4f,0x40,0x32,0x3f,0xb0,0x6f,0xc1,0xe8,0x03,0xf6,0x28,0x0e,0x50,0x2e, +0x93,0x30,0x33,0xe5,0x7e,0xdc,0xef,0x17,0xef,0x7a,0x98,0x6f,0x50,0x07,0xf5,0x28, +0xfe,0x40,0x00,0x0e,0x6e,0xb5,0x2f,0x20,0x09,0xfa,0xff,0xff,0xff,0x5a,0xef,0x67, +0xb3,0x4f,0x51,0x31,0xe5,0x2f,0x52,0xf2,0x00,0x0e,0x50,0x65,0x5f,0x20,0x00,0xe5, +0x00,0x8f,0xc0,0x00,0x34,0x01,0x21,0x00,0x00,0x13,0x01,0xf0,0x14,0x61,0x2f,0x32, +0x70,0x00,0x4f,0x32,0xf3,0x3f,0x40,0x08,0xe0,0x2f,0x30,0xcc,0x00,0xe9,0x02,0xf3, +0x05,0xf3,0x7f,0x20,0x2f,0x30,0x0f,0x81,0x50,0x02,0xf3,0x00,0x84,0x00,0x15,0x7f, +0x2c,0x00,0x25,0xef,0xb0,0xb2,0x14,0x01,0xc1,0x03,0x70,0x3f,0x64,0x44,0x4f,0x70, +0x03,0xf2,0x10,0x04,0x70,0x3f,0x75,0x55,0x5f,0x70,0x04,0xfe,0x3d,0x11,0x10,0x6f, +0xd5,0x32,0xa0,0x07,0xd0,0x01,0xf9,0x00,0x00,0xcb,0x00,0x08,0xf4,0x52,0x31,0x83, +0x0b,0xf8,0x16,0xd0,0x00,0x00,0x08,0xd1,0xae,0x0e,0x01,0x01,0x05,0x52,0x5e,0x11, +0x11,0x1b,0xa0,0x0b,0x00,0x61,0x6e,0x33,0x33,0x33,0x20,0x07,0x30,0x04,0xf2,0x0d, +0x8c,0x34,0x44,0x43,0xf6,0x0b,0x89,0xff,0xfe,0x0f,0x50,0xf5,0x9b,0x15,0xe0,0xf4, +0x7e,0x09,0xff,0xfe,0x6f,0x22,0x50,0x56,0x00,0x7f,0xa0,0x06,0x81,0x0c,0x43,0x22, +0x22,0x28,0xe0,0x0b,0x00,0xf0,0x02,0x33,0x3f,0x63,0x20,0x07,0xfe,0xee,0xfe,0xee, +0x60,0x8d,0x22,0x3f,0x62,0x21,0x09,0xa8,0xab,0x05,0xf3,0x01,0xd7,0x8c,0x22,0x2a, +0xb0,0x2f,0x28,0xc4,0x44,0xbb,0x05,0xb0,0x8f,0xdd,0xde,0xb0,0xf7,0x06,0x10,0xff, +0x19,0x07,0xf0,0x03,0xd9,0x44,0x44,0x4b,0xd0,0x0d,0xfe,0xfe,0xef,0xec,0x00,0xd6, +0x3e,0x10,0xaa,0x00,0x0e,0xaf,0x48,0x00,0xf5,0x09,0xf5,0x1e,0x61,0xe7,0x10,0x0f, +0x65,0xf8,0x5f,0x95,0x13,0xf8,0xdf,0xcc,0xfd,0xc3,0x8e,0x1b,0xd0,0x0e,0x60,0x09, +0x74,0xd3,0x99,0x21,0x11,0x06,0x3d,0x00,0x53,0x6e,0x11,0x11,0x18,0xd0,0x0b,0x00, +0x60,0x26,0xe2,0xd7,0x20,0x07,0xdc,0x57,0x12,0x10,0x8c,0x0b,0x00,0x20,0x09,0xcf, +0xbc,0x00,0xf3,0x01,0xc8,0x0f,0x36,0xac,0xa0,0x2f,0x43,0xf8,0x7b,0xf5,0x04,0xd0, +0x7e,0xa5,0x06,0xe3,0x68,0x14,0x10,0x22,0x65,0x11,0x10,0xaf,0x0a,0x1c,0x54,0x01, +0x22,0x3f,0x82,0x22,0x80,0x29,0x07,0x8b,0x29,0x00,0x0b,0x00,0x43,0x11,0x12,0xf8, +0x11,0xbe,0x02,0x00,0x76,0x10,0x13,0x32,0x36,0x07,0x00,0x77,0x06,0x62,0x04,0x46, +0xf7,0x44,0x44,0x21,0x9d,0x0f,0x20,0x0b,0xa0,0x53,0x00,0x10,0xf9,0x6a,0x10,0xb0, +0x7f,0xde,0xff,0xee,0x50,0x1e,0x80,0x0b,0x90,0x00,0x0b,0x10,0x06,0x90,0x05,0xf4, +0x33,0x3c,0xb3,0x32,0x05,0x1f,0xff,0x6d,0x2a,0x30,0x01,0x00,0x03,0x2f,0x13,0xd1, +0x05,0xf3,0x00,0x1e,0xef,0xfe,0xff,0xeb,0x00,0x67,0x7c,0xe7,0x77,0x49,0x2b,0xe0, +0xf2,0x05,0x99,0xaf,0xa9,0x99,0x91,0x48,0xaf,0xb8,0x88,0x88,0x10,0x0d,0xe8,0x03, +0xc0,0x2c,0xf4,0x38,0xf3,0x31,0x0a,0xfa,0x55,0x9f,0x55,0x51,0x13,0x5e,0x09,0x30, +0x20,0xdf,0xff,0xea,0x30,0x50,0x44,0x44,0x5f,0x40,0x25,0x72,0x07,0x10,0x6e,0xa8, +0x05,0x10,0x6f,0x14,0x00,0x60,0x6f,0x33,0x33,0x47,0x20,0x6e,0xa7,0x05,0x10,0x6e, +0x74,0x16,0xa3,0x5f,0x87,0x66,0x78,0xf5,0x09,0xdd,0xdd,0xdd,0x80,0x09,0x13,0x07, +0x39,0x0b,0x82,0xeb,0x55,0x44,0x43,0x00,0x7f,0x25,0xf0,0x50,0x29,0xf2,0x08,0xf1, +0x4f,0xfe,0x48,0xf4,0x7f,0x12,0xa7,0xe0,0x5f,0x03,0xf1,0x00,0x6e,0x05,0xf2,0x7f, +0x10,0x06,0xe0,0x5f,0x6e,0xa0,0x22,0x14,0xf2,0x07,0x00,0x33,0x00,0x02,0x60,0x00, +0x08,0xde,0xaa,0xfb,0x20,0x05,0x9c,0xfe,0xdf,0xa3,0x00,0x4a,0x6e,0x90,0x3a,0x50, +0x48,0x00,0xf0,0x44,0x25,0xfa,0x67,0x22,0x21,0x00,0xdf,0x6b,0xc5,0x53,0x02,0xdf, +0xfd,0xef,0xde,0xb0,0x07,0x7e,0x08,0xb0,0x9b,0x00,0x06,0xe0,0x8b,0xaf,0x90,0x00, +0x13,0x08,0xb1,0x10,0x00,0x00,0x9b,0x0f,0x53,0xf1,0x03,0xef,0xfe,0xff,0xff,0xea, +0x02,0xac,0x2f,0x76,0xf4,0x20,0x8a,0xa8,0xa9,0x9a,0x94,0x0f,0x74,0x4f,0x84,0x4e, +0x70,0xae,0xee,0xff,0xee,0xd5,0x00,0xd8,0x3f,0x73,0xc9,0x00,0x0d,0x60,0xf5,0x1c, +0x90,0x00,0xd6,0x0f,0x5b,0xe5,0x00,0x9c,0x19,0x04,0xf5,0x22,0xf1,0x49,0x70,0x00, +0xe9,0x53,0x05,0xca,0x50,0x0e,0xb9,0x61,0xfd,0xde,0x7c,0xfe,0xc2,0x1d,0x97,0xe9, +0xa5,0x4f,0x31,0xd9,0x7e,0x97,0xc6,0xf3,0x1d,0x97,0xe9,0x7c,0x6f,0x31,0xd9,0xae, +0x97,0xd5,0xf3,0x1c,0x9b,0x78,0xaf,0x2c,0x20,0x09,0x70,0x6f,0x7c,0xa1,0x00,0x97, +0x4c,0x40,0x19,0x80,0x01,0xc3,0x2f,0x25,0xb0,0x01,0x9e,0xca,0xfa,0xdd,0x90,0x3f, +0x87,0x77,0x77,0x9f,0x03,0xf7,0xfe,0xee,0xf7,0xf0,0x00,0x6e,0x66,0x6f,0x30,0x00, +0x02,0x67,0xf9,0x61,0x00,0x07,0x04,0x0a,0xf0,0x41,0x7e,0x34,0xf7,0x3f,0x60,0x07, +0xd0,0x0f,0x6c,0xf5,0x00,0x13,0x00,0xf4,0x54,0x00,0x00,0xc7,0x0c,0xff,0xff,0x90, +0x2c,0x92,0xc7,0x55,0xb9,0x3f,0xff,0xec,0x88,0x8b,0x93,0xbc,0x7e,0xa8,0xaa,0xa7, +0x3b,0xc7,0xe7,0xee,0xee,0x43,0xbc,0x7e,0x8a,0x55,0xf4,0x3b,0xca,0xe8,0xed,0xdf, +0x42,0xac,0xb6,0x8c,0x99,0xf4,0x00,0xc7,0x08,0xb7,0x7f,0x40,0x0c,0x70,0x8e,0xcc, +0xf4,0x00,0xb6,0x0e,0xff,0xff,0xe1,0x5d,0xa5,0x35,0x6d,0x15,0xf1,0x1b,0xd7,0xed, +0xdf,0x73,0xbb,0x7d,0x7a,0x33,0xd7,0x3b,0xb7,0xd5,0xbb,0xbb,0x53,0xbb,0x7d,0xab, +0xbb,0xb9,0x3b,0xba,0xde,0x6f,0x68,0xd2,0x9b,0xa5,0xef,0xff,0xfd,0x00,0xb6,0x0e, +0x4e,0x57,0xd0,0x0b,0x60,0xed,0xdd,0xed,0x40,0x01,0xf3,0x22,0x91,0x77,0xdb,0x78, +0xe8,0x74,0x01,0xea,0x99,0x99,0xd7,0x00,0x1f,0xbb,0xbb,0xbe,0x80,0x01,0xcb,0xdb, +0xaa,0xc6,0x02,0xdd,0xef,0xdd,0xdd,0xd8,0x04,0xdf,0x45,0x3a,0xf6,0x13,0xef,0xeb, +0xfc,0xcf,0xf8,0x07,0x8d,0x4f,0x77,0xf4,0x30,0x07,0xc0,0xf5,0xec,0x84,0x22,0x02, +0x74,0x09,0xf1,0x07,0x9d,0xdd,0xfe,0xdd,0xd1,0x00,0x84,0x0f,0x60,0xb4,0x00,0x09, +0xb0,0xf6,0x5f,0x10,0x00,0x37,0x0f,0x64,0x60,0x03,0xa8,0x16,0x6e,0x15,0x55,0x5f, +0x95,0x55,0x30,0xc9,0x02,0x23,0x00,0x00,0x8a,0x29,0x11,0x0d,0xcd,0x03,0xf6,0x1a, +0xe8,0x77,0x77,0x77,0x41,0x0e,0x6a,0xcc,0xcf,0xf3,0x00,0xe5,0x08,0xcb,0xb1,0x00, +0x0f,0x9d,0xdf,0xff,0xdd,0x20,0xf4,0x33,0x7f,0x3b,0xc0,0x3f,0x10,0x05,0xf0,0xa3, +0x08,0xd0,0x03,0x7f,0x00,0x00,0x87,0x00,0xff,0x73,0x26,0x00,0xf9,0x2d,0x00,0x38, +0x04,0x21,0x00,0x0c,0xe2,0x09,0xf1,0x19,0xca,0x22,0x64,0x25,0x51,0x0c,0x9a,0x2c, +0x70,0x9e,0x00,0xd8,0xd8,0x8c,0x0e,0x90,0x0d,0x77,0xd4,0xf4,0xf3,0x00,0xf6,0x3f, +0x26,0xca,0x00,0x3f,0x20,0x10,0x3f,0x20,0x08,0xe9,0xee,0xef,0xfe,0xe8,0x36,0x34, +0x3d,0x26,0x01,0x92,0x2d,0x61,0x34,0x44,0xfc,0x44,0x42,0x0d,0x2b,0x11,0x70,0xd7, +0x1d,0x51,0x6c,0x10,0x0e,0xcf,0x48,0x00,0xc0,0xe5,0x0e,0x85,0xad,0x00,0x0f,0x40, +0x89,0x99,0x80,0x00,0xf8,0x59,0x02,0xf0,0x03,0x3f,0x13,0xf9,0x4c,0xe2,0x07,0xe3, +0x6c,0xff,0xf9,0x52,0x77,0x6b,0x84,0x36,0xad,0x40,0x00,0x55,0x13,0xf1,0x2a,0x07, +0xff,0xb6,0xce,0xfe,0xb2,0x13,0xf4,0x36,0x4f,0x50,0x00,0x7e,0x00,0x10,0xe5,0x00, +0x0d,0xb5,0x5e,0x0e,0xca,0x43,0xcd,0xf5,0xe0,0xea,0x73,0x17,0x6d,0x4e,0x0e,0x50, +0x00,0xfc,0xa4,0xf3,0xf8,0x32,0x08,0xf6,0x4d,0xdd,0xdd,0x70,0xbf,0xfa,0x64,0x44, +0x43,0x6e,0x24,0xbd,0xff,0xff,0x70,0x10,0x87,0x16,0xf0,0x25,0xf9,0x34,0xf6,0x32, +0x00,0x2f,0x3a,0xcf,0xce,0x90,0x06,0xc6,0xcc,0xfd,0xee,0x20,0xde,0x7b,0xbf,0xce, +0x90,0x04,0xb7,0x56,0xf7,0x53,0x02,0x8c,0x6f,0xff,0xff,0xb0,0x1e,0xf4,0x55,0xf7, +0x55,0x00,0xae,0x6b,0xcf,0xcb,0xb0,0x1e,0xfe,0x74,0xc4,0x22,0x16,0xc0,0x6c,0xef, +0x32,0x2c,0x05,0xb9,0x16,0xb0,0x60,0x33,0xda,0x33,0xe9,0x31,0x00,0x0c,0x90,0x0e, +0x70,0xd3,0x19,0x12,0xe7,0xa0,0x1e,0xf0,0x04,0xa1,0x45,0xf9,0x44,0xea,0x43,0x00, +0x4f,0x40,0x0e,0x70,0x00,0x0b,0xe0,0x00,0xe7,0x00,0x0a,0xf5,0x7b,0x09,0x13,0xb6, +0x86,0x09,0x00,0x34,0x01,0x00,0x70,0x02,0x00,0x8b,0x13,0x23,0x2e,0x60,0x0b,0x00, +0x61,0x31,0x11,0x12,0xb5,0x01,0xdf,0xf1,0x20,0xf0,0x02,0xa4,0x11,0x95,0x00,0x29, +0x9f,0xb9,0x9f,0xc9,0x62,0x9c,0xf9,0x99,0xfc,0x96,0x06,0xf9,0x77,0x10,0x11,0xc9, +0xbc,0x1e,0x09,0x01,0x00,0x85,0x0c,0x99,0x90,0x05,0x55,0x55,0xdb,0x6e,0x7c,0x2b, +0x10,0xab,0xc0,0x0a,0xf0,0x20,0xe8,0xd0,0x00,0x03,0x6f,0x74,0x6f,0x00,0x00,0x01, +0xf2,0x03,0xf2,0x10,0x00,0x1f,0x67,0x2e,0x74,0xc1,0xbe,0xff,0xc3,0x8e,0xbc,0x08, +0x63,0x00,0x00,0xbf,0x50,0x0c,0xff,0xff,0x10,0xe6,0x02,0x33,0x6f,0x10,0xe6,0x02, +0x44,0x6f,0x10,0xe6,0x0a,0x0f,0x00,0xf0,0x00,0x0d,0x50,0x00,0x00,0xe6,0x0f,0xff, +0xff,0x20,0xe6,0x03,0x33,0x7f,0x10,0xe6,0xbb,0x17,0xb3,0xe6,0x00,0x54,0xcc,0x00, +0xe6,0x00,0xbf,0xe4,0x00,0xe6,0x62,0x0a,0xa0,0xf3,0xff,0xff,0x10,0x22,0x6f,0x12, +0x26,0xf1,0x0d,0x96,0x37,0xf1,0x14,0x10,0xf6,0x22,0x1f,0x52,0x20,0x0f,0xff,0xf5, +0xff,0xff,0x30,0xa6,0x5f,0x2a,0x54,0xf2,0x08,0xea,0xf1,0x9f,0x8f,0x22,0x8e,0xff, +0x29,0xef,0xf0,0x4c,0x7a,0xd3,0xc5,0x7f,0x00,0x0a,0x95,0x39,0x05,0xae,0x1b,0xf0, +0x1b,0x33,0x04,0xff,0xf0,0xd8,0x0c,0x90,0x02,0x6f,0x04,0x84,0xf1,0x00,0x69,0xf7, +0xff,0xff,0xf4,0x2f,0xee,0x7c,0x7f,0x4f,0x43,0xe0,0x07,0xfe,0xfd,0xf4,0x3f,0xcb, +0x7d,0xaf,0x9f,0x40,0x37,0xd3,0x69,0xf7,0x62,0x00,0x6d,0x0e,0x05,0x93,0x3b,0xa1, +0x15,0xf2,0x11,0x0f,0xe4,0x00,0x4f,0xc4,0x13,0xf0,0x08,0x6f,0xff,0x3f,0xff,0xfc, +0x01,0x23,0xf3,0xf3,0x18,0xc0,0x17,0x7f,0x3f,0xff,0xfc,0x04,0xfd,0xd2,0x36,0xf3, +0x20,0x5c,0xab,0x04,0xf2,0x0d,0x18,0xfc,0xc6,0xd4,0xf1,0xf1,0x24,0x6f,0x6f,0xff, +0xff,0x10,0x03,0xf1,0x14,0xf5,0xc0,0x02,0x8e,0x34,0x8f,0x9f,0x40,0xcf,0x7a,0xfd, +0xca,0xd8,0x7d,0x00,0xf0,0x06,0x25,0x03,0xf3,0x05,0x60,0x3f,0x43,0xf3,0x0e,0xb0, +0x0b,0xb3,0xf3,0x6f,0x20,0x17,0x67,0xf7,0x68,0x50,0x5f,0xdf,0x18,0x61,0x01,0x11, +0x11,0x18,0xe0,0x0f,0xe9,0x18,0x00,0x7b,0x05,0x10,0x9f,0x0a,0x00,0x55,0x35,0x55, +0x55,0x5a,0xe0,0x59,0x1e,0x71,0xff,0x50,0x02,0x55,0x55,0x56,0xf5,0x13,0x05,0x71, +0x40,0x03,0x55,0x55,0x57,0xf5,0x11,0xd5,0x05,0xf7,0x0c,0x04,0xc3,0x1f,0x71,0xb9, +0x00,0x08,0xe5,0xff,0xec,0x20,0x01,0x6d,0xff,0xaf,0x92,0x00,0xfe,0x85,0xf3,0x5e, +0xf6,0x03,0x07,0xfd,0x10,0x06,0x0d,0x2a,0xf9,0x27,0x03,0xff,0xff,0xf8,0x0a,0xe2, +0x05,0xf4,0xbb,0x4d,0xe3,0x00,0x1f,0x1a,0x92,0xb1,0x10,0x03,0xf2,0xaa,0x10,0x3f, +0x56,0xff,0xff,0xfb,0x5f,0x80,0x04,0xf1,0xaa,0x3e,0x61,0x00,0x5d,0x0a,0x90,0x01, +0xe9,0x09,0xb0,0xa9,0x01,0xcd,0x01,0xf6,0x0a,0x96,0xed,0x20,0x3c,0x00,0xa9,0x79, +0xe4,0x01,0xf1,0x2a,0xce,0xcc,0xf7,0x07,0xf1,0x0c,0xdb,0xbf,0x88,0xf6,0x00,0xcc, +0x88,0xea,0xe5,0x00,0x05,0x6d,0xb6,0x30,0x2d,0x43,0xee,0xee,0xed,0x4e,0x90,0x07, +0xba,0xac,0x6d,0x61,0x00,0x9e,0xbb,0xf5,0x01,0xe8,0x07,0x8d,0xaa,0x00,0xbd,0x01, +0xe6,0xd7,0xe6,0xde,0x20,0x06,0x8e,0x35,0x4a,0x10,0x00,0x00,0x42,0x96,0x0c,0xf4, +0x25,0x6a,0xff,0xff,0xc0,0x5f,0x80,0x22,0x3a,0xf4,0x02,0x59,0xc0,0x1a,0xf9,0x00, +0x06,0xf6,0x9f,0xd9,0xfb,0x27,0xff,0x5c,0x50,0x01,0xa3,0x6a,0xf1,0x9e,0xee,0xee, +0x00,0x3f,0x13,0x4a,0xe4,0x40,0x03,0xf1,0x00,0x7d,0x00,0x00,0x3f,0x23,0x39,0xe3, +0x31,0x03,0xf5,0xff,0xff,0x32,0x30,0xf0,0x02,0x1e,0x70,0x09,0xb0,0x00,0x4e,0xb0, +0xdf,0xff,0xff,0x14,0x87,0x81,0x1a,0xc1,0x10,0x04,0xe5,0x28,0x80,0x95,0xff,0x23, +0x33,0x4f,0x51,0x7b,0xf6,0xa1,0x03,0xf1,0x09,0x2f,0x27,0x93,0x4f,0x61,0x02,0xf1, +0x5f,0x31,0xf3,0x00,0x2f,0x10,0xa6,0x4f,0x30,0x02,0xf1,0x00,0x6f,0xc0,0x00,0x00, +0x30,0x7a,0x00,0xf3,0x26,0x5e,0xff,0xff,0xd0,0x5f,0x80,0xe7,0x11,0x7d,0x04,0x78, +0x7e,0xff,0xff,0xd0,0x05,0xf5,0xe7,0x11,0x7d,0x05,0xff,0x1e,0xff,0xff,0xd0,0x8d, +0xf1,0xe7,0xca,0x3a,0x00,0x3f,0x1e,0x64,0xfc,0xe3,0x02,0xf1,0xe6,0x0c,0xf3,0x00, +0x2f,0x2f,0xde,0x2e,0xf6,0x02,0xf3,0xd8,0x40,0x2a,0xd7,0x0a,0xf7,0x2d,0x51,0x00, +0x01,0x42,0x00,0x5f,0x3b,0xce,0xfe,0x90,0x4f,0x51,0xf6,0x2a,0x80,0x02,0x6b,0x9f, +0xff,0xff,0xf8,0x06,0xf3,0xf5,0x2c,0x72,0x15,0xfe,0x1f,0x6c,0xfe,0xc1,0x5e,0xe2, +0xf6,0xe6,0x7f,0x20,0x5e,0x2f,0x6f,0xcd,0xf2,0x04,0xe4,0xf5,0xfa,0xbf,0x20,0x4e, +0x7c,0x4e,0x67,0xf2,0x04,0xe8,0x84,0xfb,0xbf,0x20,0xf5,0x15,0xf8,0x27,0x5f,0x75, +0xd6,0x4e,0x00,0x4f,0x67,0x7d,0xa7,0xd5,0x30,0x4e,0xde,0xff,0xcd,0xf8,0x0a,0xe4, +0x66,0x7f,0x6e,0x26,0xfe,0x7c,0xcc,0xda,0xf0,0x2a,0xe1,0xcc,0xa1,0xfc,0x00,0x4e, +0x2f,0x5d,0x2d,0x70,0x04,0xe4,0xe4,0xfb,0xfa,0x00,0x4e,0xaa,0x49,0xd9,0xe6,0x04, +0xe6,0x20,0x2a,0x05,0x89,0x2d,0xf2,0x27,0x1e,0x54,0x4b,0xb4,0x42,0x1d,0xa3,0x99, +0xeb,0x99,0x47,0xa9,0x6d,0xef,0xfe,0xe2,0x04,0xf3,0xe5,0x9b,0x3e,0x22,0xef,0x0b, +0xcc,0xcc,0xc1,0x9e,0xf5,0xbb,0xbb,0xbb,0x61,0x5f,0x24,0x4c,0x74,0x52,0x04,0xf4, +0xab,0x88,0x4d,0x00,0x4f,0xb6,0xe3,0x4c,0xc6,0x04,0xf4,0x18,0xdd,0x73,0xb4,0x31, +0x11,0x02,0x95,0x03,0xb1,0x04,0x44,0x4f,0x84,0x44,0x20,0x24,0x44,0xf8,0x44,0x40, +0x2d,0x09,0xf0,0x0e,0x00,0x00,0x05,0xd3,0x00,0x00,0x04,0x49,0x49,0xf4,0x55,0x00, +0xb9,0xe6,0x06,0x37,0xf1,0x2f,0x4e,0x82,0x29,0xce,0x70,0x50,0x8f,0xff,0xf5,0x52, +0x04,0x57,0x2a,0xf0,0x0a,0x01,0x8f,0x79,0xdf,0xed,0xc0,0x5e,0xfe,0x45,0xf9,0x8e, +0x07,0xdf,0xa3,0x0e,0x65,0xe0,0xaa,0xf1,0x44,0xf9,0x8f,0x20,0x5f,0x3f,0x4d,0x00, +0xf3,0x07,0xf0,0x05,0xff,0x40,0x00,0x4f,0x00,0xd9,0xbe,0x10,0x04,0xf1,0xbe,0x11, +0xee,0x50,0x4f,0x4c,0x10,0x01,0xb5,0x00,0xa0,0x22,0x01,0xbb,0x10,0x00,0xb8,0x2e, +0x20,0x03,0xff,0x03,0x18,0xf2,0x1c,0xf9,0x5f,0x2d,0x88,0xc0,0x05,0x4f,0x57,0xe0, +0xab,0x00,0x6f,0x66,0xf7,0x2d,0x80,0x01,0x30,0xe8,0x3f,0xe3,0x00,0x73,0xa4,0xf4, +0x03,0x30,0x1f,0x5f,0x18,0xb3,0x9d,0x06,0xe2,0xf4,0x33,0xe7,0xf5,0x14,0x0c,0xff, +0xfd,0x14,0xb4,0x08,0x11,0x03,0x63,0x0d,0xf3,0x1d,0x14,0x44,0xce,0xfa,0x44,0x20, +0x00,0x5f,0x56,0xf4,0x00,0x02,0x9f,0xdb,0x3a,0xfb,0x42,0xfe,0x61,0xbe,0x18,0xf8, +0x06,0x36,0x4f,0x60,0x36,0x00,0x9a,0xe6,0x6f,0x27,0xf1,0x0e,0x6d,0x82,0x48,0xdd, +0x71,0xa0,0x8f,0xff,0xf6,0x65,0x7a,0x00,0xf1,0x0c,0x8e,0x15,0x90,0x00,0x03,0xcf, +0x74,0x7f,0xd2,0x00,0x8e,0xdd,0xcb,0xbc,0xb0,0x00,0xaa,0xaa,0xaa,0xb1,0x00,0x0f, +0x63,0x33,0x6f,0x00,0x00,0x03,0x10,0xf0,0x0a,0x01,0x18,0xd2,0x11,0x00,0x0c,0x7e, +0x1c,0xb0,0x6d,0x04,0xf6,0xf3,0x34,0xa9,0xf5,0x4a,0x1d,0xff,0xfe,0x47,0x40,0x00, +0x06,0x40,0xa7,0x09,0xb1,0xfe,0xbb,0x90,0x00,0x09,0xf7,0x45,0xfa,0x00,0x02,0xef, +0xc5,0x26,0xf0,0x19,0x67,0x77,0x78,0xf1,0x00,0x08,0x99,0x99,0xaf,0x10,0x04,0xdd, +0xdd,0xdd,0xf1,0x00,0x03,0x35,0xe3,0x34,0x30,0x0b,0x6c,0x3e,0x90,0x8e,0x04,0xf6, +0xf4,0x67,0xc8,0xf5,0x38,0x0c,0xff,0xfe,0x37,0x30,0x00,0x02,0xf0,0x00,0xa1,0x02, +0xf4,0x04,0xf3,0x00,0x00,0x2c,0xa2,0xbc,0x20,0xc4,0x08,0xf3,0x18,0x10,0x02,0xf4, +0x00,0x07,0xf1,0x00,0x2f,0x85,0x55,0xaf,0x10,0x01,0xdd,0xde,0xdd,0xd1,0x00,0x42, +0x95,0xf7,0x06,0x30,0x0f,0x6f,0x44,0xd1,0x8e,0x06,0xf2,0xf7,0x33,0xb9,0xe5,0x14, +0x0a,0xff,0xff,0x51,0xb6,0x00,0x60,0x4e,0x00,0xc6,0x00,0x00,0x17,0xb7,0x28,0xf4, +0x1d,0x64,0xff,0xf5,0xf4,0x58,0x21,0x7c,0xe9,0x7e,0x58,0xa5,0x27,0x9e,0x09,0xad, +0x98,0xd2,0x04,0xe0,0xe8,0xdb,0x9e,0x00,0x4e,0x7e,0x14,0xea,0x40,0x04,0xeb,0x60, +0x8e,0xf2,0x00,0x4e,0x11,0x8f,0x48,0xe3,0x04,0xe0,0x1c,0x40,0x09,0xb3,0x0f,0x10, +0x16,0x96,0x36,0xf3,0x0a,0x6a,0xf7,0x66,0x00,0x00,0xfa,0x88,0x8b,0xf0,0x00,0x0f, +0xfe,0xee,0xff,0x00,0x00,0xf9,0x77,0x7a,0xf0,0x00,0x0f,0xa7,0x77,0xaf,0xf9,0x00, +0xf0,0x40,0x10,0x13,0xf2,0x03,0x30,0x0e,0x9f,0x1a,0xb2,0x9e,0x06,0xf4,0xf5,0x44, +0xc9,0xf5,0x26,0x0c,0xff,0xfe,0x23,0x00,0x04,0xf0,0x44,0x8f,0x44,0x20,0x4f,0x78, +0x9b,0xf9,0x95,0x3d,0xfd,0xcd,0xef,0xdd,0x46,0xcf,0x5b,0xbc,0xfb,0xba,0x58,0xf0, +0x6b,0xbb,0xbb,0x20,0x4f,0x08,0xd7,0x78,0xf2,0x04,0xf0,0x8e,0xbb,0xbf,0x20,0x4f, +0x08,0xec,0xcc,0xf2,0x04,0xf0,0x8b,0x12,0x4f,0x20,0x4f,0x08,0xa0,0x2f,0xc0,0x00, +0x00,0x4c,0x27,0x10,0x8f,0x95,0x17,0x62,0x03,0x3d,0x83,0x4f,0x63,0x11,0x9f,0x1e, +0xf3,0x16,0x9b,0xbb,0xbb,0xb2,0x00,0x0d,0xa7,0x77,0x7f,0x30,0x00,0xda,0x77,0x78, +0xf3,0x00,0x0b,0xdd,0xfd,0xdd,0x30,0x03,0x75,0x8e,0xa0,0x67,0x00,0xd9,0xaa,0x24, +0xb6,0xf2,0x1a,0x05,0xff,0xfc,0x17,0x16,0x03,0x52,0x11,0x11,0x1e,0x7d,0x40,0x39, +0x1d,0xf0,0x40,0xe8,0x88,0x7c,0x75,0x70,0x0f,0x78,0x87,0x9b,0xe5,0x01,0xf8,0xeb, +0xc5,0xfc,0x41,0x7e,0x6d,0x9d,0xbf,0xbc,0x67,0x71,0x56,0x87,0x4b,0xb1,0x09,0x8e, +0x3f,0x41,0x97,0x05,0xf6,0xf0,0x43,0xea,0xf1,0x46,0x1d,0xff,0xfd,0x16,0x10,0x04, +0xe0,0xae,0xbb,0xe9,0x00,0x5f,0x5a,0xd9,0x9d,0x90,0x4c,0xfd,0x9d,0xaa,0xd9,0x06, +0xae,0x6d,0xcc,0xcc,0xc2,0x78,0xe1,0xf7,0xad,0x6f,0x20,0x4e,0x19,0x99,0x99,0x91, +0x04,0xe4,0xde,0x0f,0xf8,0x00,0x4e,0x04,0xf7,0x9f,0x40,0x04,0xe2,0x5c,0xff,0xb5, +0x10,0x4e,0x6d,0x84,0x5a,0xc0,0x1c,0xf0,0x22,0x01,0x22,0x20,0x3f,0x3d,0x40,0x7f, +0xff,0xb2,0xf3,0x5a,0x00,0x30,0xb9,0x6f,0xab,0xd5,0x4f,0x3f,0x8d,0xfb,0x88,0x20, +0x9f,0xf0,0x0e,0x66,0xe0,0x00,0xed,0x00,0xca,0xe7,0x00,0x5f,0xf5,0x09,0xfc,0x10, +0x2e,0xa9,0xc2,0xcf,0x49,0x76,0xd1,0x05,0xfd,0xde,0x7a,0x0d,0x25,0x01,0xbc,0x40, +0x00,0xfa,0x25,0x6f,0x5d,0x50,0x0c,0xee,0xee,0xfe,0xfe,0x60,0xdb,0x66,0x9f,0x76, +0x62,0x0d,0x93,0x33,0xf3,0x87,0x00,0xef,0xff,0x4f,0x6f,0x60,0x0f,0x71,0xf2,0xee, +0xe0,0x00,0xf5,0x2f,0x2a,0xf6,0x20,0x3f,0x9e,0xe3,0xef,0x1a,0x78,0xe1,0x46,0xfc, +0xdb,0xd5,0x79,0x00,0x5b,0x03,0xdd,0x2b,0x07,0xf8,0x25,0x0f,0x7b,0xa1,0x1a,0xaa, +0xaa,0xfc,0xbf,0x61,0x77,0x77,0x7e,0xc7,0x74,0x09,0xee,0xe6,0xba,0x3f,0x20,0xa9, +0x2d,0x79,0xc9,0xd0,0x0a,0x92,0xd7,0x7e,0xe7,0x00,0x9f,0xff,0x63,0xfe,0x00,0x00, +0x35,0x88,0x5f,0x84,0x91,0xff,0xda,0xdf,0xde,0xbb,0x04,0x10,0x0c,0x60,0xbe,0x9f, +0x11,0xa2,0x45,0xf8,0x57,0xd7,0x80,0x06,0x8f,0xa8,0x6d,0x1b,0x0c,0x12,0xf2,0x18, +0x03,0xd6,0xa1,0x6f,0x14,0x10,0x8f,0xbf,0xb5,0xf3,0xf2,0x3f,0xd9,0xe7,0x3f,0xaa, +0x01,0xbe,0xcf,0xb0,0xef,0x20,0x06,0xda,0xf9,0x0d,0xc2,0x70,0x6f,0xff,0xeb,0xff, +0x8b,0x06,0xb1,0x11,0xc3,0xaf,0x50,0xfc,0x06,0xf5,0x26,0x59,0xc1,0x36,0xac,0x00, +0xfd,0x96,0x4f,0xc9,0x51,0x0f,0x85,0x53,0xf0,0x00,0x00,0xfd,0xdf,0x4f,0x76,0x64, +0x0f,0x43,0xf4,0xfa,0xfc,0x61,0xff,0xff,0x6e,0x0e,0x60,0x2f,0x41,0x16,0xc0,0xe6, +0x04,0xf0,0x00,0xba,0x0e,0x60,0x9d,0x00,0x4f,0x40,0xe6,0x07,0x70,0x06,0xa0,0x0e, +0x85,0x14,0x10,0x02,0xba,0x29,0x40,0x9f,0x53,0x31,0x0d,0x28,0x08,0xf7,0x19,0x0d, +0x94,0x44,0x44,0xf6,0x0e,0xdb,0xbb,0xbb,0xb4,0x0f,0xad,0xdc,0x8d,0xda,0x0f,0x69, +0x6e,0x48,0x7c,0x1f,0x3d,0x8e,0x1d,0x7c,0x4f,0x28,0xde,0x3a,0xfc,0x8b,0x9b,0x7e, +0x89,0x8c,0x86,0x01,0xe9,0x04,0xe8,0xbb,0x00,0xa1,0x25,0x67,0x8b,0xdf,0x50,0x06, +0xdc,0xbf,0xb5,0x20,0x27,0x20,0x22,0x30,0x08,0x2e,0x2a,0x00,0xfe,0x09,0x61,0x4e, +0xee,0xef,0xfe,0xee,0xa1,0x27,0x12,0x02,0x14,0x0a,0x39,0x01,0x44,0xf5,0xa5,0x1c, +0xd0,0x04,0xf0,0x24,0x44,0x44,0x12,0x7f,0x48,0xdd,0xfe,0xd3,0xbf,0xff,0xce,0x08, +0x10,0x4f,0xc3,0x08,0x50,0x04,0xf8,0x30,0x0e,0x70,0x61,0x3e,0x54,0xe7,0x00,0x59, +0xf0,0x00,0x16,0x00,0x97,0x17,0xf0,0x04,0x5f,0x70,0x05,0xfa,0x00,0x8f,0xcb,0x33, +0x01,0x68,0x03,0xb0,0x6d,0x00,0x00,0x17,0xf2,0x17,0xd2,0x20,0x07,0xff,0xed,0xa0, +0x27,0xf8,0x16,0xe0,0x07,0xc1,0xf3,0x00,0x5f,0x9a,0xda,0x1f,0x20,0x7f,0xfa,0x5f, +0xd5,0xf2,0x03,0x8e,0x01,0xfc,0xef,0x10,0x04,0xe0,0x8d,0x01,0xf5,0x21,0x8e,0x6f, +0x50,0x0e,0xba,0x2f,0x98,0x80,0x00,0x7f,0x86,0x05,0xf0,0x04,0x4f,0x00,0x02,0xe1, +0x00,0x17,0xf3,0x5a,0xaf,0xca,0x57,0xff,0xf8,0xe8,0x88,0x84,0x04,0xf0,0x7d,0x16, +0x00,0xd0,0x88,0xd0,0x00,0x00,0x7f,0xfc,0x9b,0x00,0x00,0x04,0x9f,0x0a,0xa0,0xab, +0x00,0xc5,0xe7,0x00,0x00,0x01,0x7f,0x4f,0x30,0x00,0x00,0x2f,0x97,0xb0,0x9c,0x0a, +0x00,0x39,0x41,0xf3,0x0d,0x27,0xf3,0x8e,0xee,0xfe,0xbf,0xff,0x30,0x00,0x5e,0x04, +0xf0,0x00,0x00,0x5e,0x05,0xf9,0x7f,0xff,0xfe,0xbf,0xfa,0x45,0x55,0x8e,0x36,0xf0, +0x00,0x14,0x00,0xa3,0x16,0xf0,0x9f,0xff,0xfe,0x5f,0xa0,0x23,0x33,0x7e,0xb4,0x21, +0xf0,0x02,0xdf,0xff,0xf5,0x03,0x9f,0x53,0x38,0xfa,0x00,0x8f,0xfe,0x18,0xf7,0x00, +0x00,0x5e,0x0b,0x9b,0x26,0xf4,0x48,0xf9,0x3a,0xcb,0xbe,0x67,0xff,0xa2,0xf5,0xe3, +0xe5,0x38,0xe1,0xda,0x7c,0x0f,0x40,0x5e,0x18,0x2e,0x52,0xf2,0x18,0xe0,0x2d,0x92, +0x8f,0x03,0xf9,0x09,0x80,0xae,0x70,0x06,0xe0,0x06,0xd5,0xa0,0x02,0x8e,0x30,0x6e, +0x0c,0x60,0xbf,0xff,0x6a,0xfb,0xde,0x40,0x6e,0x09,0xdf,0x98,0x61,0x06,0xf8,0x02, +0xf3,0xab,0x0a,0xff,0xc1,0x0f,0xaf,0x40,0x59,0xe0,0x00,0xbf,0x91,0x00,0x6e,0x00, +0x4e,0xf2,0x96,0x18,0xe0,0xaf,0xae,0xde,0x56,0xf9,0x06,0x40,0x3c,0xd0,0xab,0x00, +0xf0,0x17,0x00,0x5b,0x00,0x02,0x7f,0x33,0x78,0xf8,0x60,0xaf,0xff,0x7f,0xbb,0xcf, +0x20,0x4f,0x06,0xe0,0x02,0xf2,0x17,0xfc,0x7f,0xdd,0xef,0x2c,0xff,0x78,0xe5,0x57, +0xf2,0x47,0xf0,0x9a,0x00,0x02,0x00,0x4f,0x58,0x22,0x30,0x18,0xf4,0xf2,0x45,0x15, +0x26,0x49,0x00,0xe8,0x00,0xf8,0x26,0x9f,0xff,0xff,0x03,0x8f,0x4a,0xc3,0x39,0xe0, +0xbf,0xff,0xaa,0x49,0xdb,0x00,0x5f,0x09,0xb3,0x98,0x20,0x05,0xf9,0xaf,0xff,0xff, +0x1a,0xff,0xcb,0xcf,0x48,0xd0,0x59,0xf0,0x9a,0x8c,0xd8,0x00,0x4f,0x09,0xa1,0xff, +0x10,0x27,0xf0,0x9b,0xaf,0xfc,0x28,0xfa,0x09,0xcd,0x33,0xc2,0xa9,0x01,0xf0,0x3b, +0x3f,0x00,0x08,0xc0,0x00,0x04,0xf1,0x24,0x7d,0x44,0x27,0xff,0xfa,0xff,0xff,0xf6, +0x16,0xf3,0x07,0x20,0x67,0x00,0x4f,0x70,0xc7,0x0b,0x90,0x6f,0xfb,0x09,0xa0,0xe6, +0x01,0x6f,0x00,0x7c,0x1f,0x20,0x03,0xf0,0x03,0x84,0xe0,0x00,0x6f,0x2f,0xff,0xff, +0xfa,0x1f,0xa0,0x44,0x44,0x44,0x30,0x03,0xf0,0x8f,0xff,0xff,0x43,0x8f,0x59,0xe4, +0x44,0x41,0x9f,0xff,0xae,0x44,0x43,0x00,0x3f,0x08,0x68,0x2f,0xf5,0x11,0xf7,0x9d, +0x00,0x4e,0x07,0xef,0xea,0xe3,0x37,0xe0,0x5a,0xf0,0x8f,0xff,0xfe,0x00,0x3f,0x08, +0xd0,0x00,0x00,0x16,0xf0,0x8f,0xee,0xee,0x84,0xfa,0x03,0x55,0x55,0x53,0x78,0x00, +0x00,0xcb,0x05,0xf0,0x01,0xf0,0x7c,0x30,0x2f,0x20,0x16,0xf3,0x7d,0xe5,0x3f,0x10, +0x5f,0xfd,0x7c,0x8c,0x3f,0x12,0x00,0xf3,0x18,0x3f,0x7e,0x00,0x03,0xf7,0x7c,0x04, +0x8c,0x00,0x5f,0xfb,0x7c,0x01,0xbb,0x00,0x27,0xf0,0x7d,0xca,0xff,0x10,0x02,0xf0, +0x8f,0xa9,0xfe,0x80,0x05,0xf0,0xd7,0x5f,0x78,0xd0,0x1f,0xa0,0x10,0x5a,0x03,0x70, +0x5f,0x0a,0xf0,0x0b,0xf1,0x09,0x4e,0x48,0x00,0x16,0xf4,0x5e,0x6e,0x0b,0x40,0x4f, +0xfe,0xce,0xef,0xbb,0x80,0x03,0xf1,0x46,0xf8,0x55,0x40,0x04,0xfa,0x07,0x05,0x0f, +0xf9,0x0e,0xfa,0x2e,0xf3,0x8f,0x10,0x27,0xf2,0xcd,0xca,0xe8,0x00,0x03,0xfa,0xe1, +0x5f,0xe0,0x00,0x17,0xf1,0x4a,0xfc,0xfd,0x50,0x1f,0xa0,0x4d,0x40,0x1a,0x90,0x50, +0x19,0xf0,0x18,0x0a,0xff,0xff,0xe0,0x28,0xe3,0x1b,0xc4,0xf8,0x09,0xff,0xf1,0x1e, +0xeb,0x00,0x05,0xe0,0x5c,0xfd,0xf9,0x30,0x5f,0x8c,0x74,0x74,0xb6,0x9f,0xf9,0x5b, +0xdf,0xba,0x02,0x7e,0x02,0x59,0xf5,0x40,0x05,0xe0,0xa9,0x0d,0x60,0x8e,0x02,0x27, +0xe2,0x21,0x3f,0x85,0x33,0x04,0x8d,0x19,0x00,0x97,0x1f,0xf0,0x22,0x27,0xf3,0x04, +0xfe,0x60,0x0a,0xff,0xf5,0xe8,0x3f,0x70,0x05,0xe2,0xff,0xdc,0xff,0x50,0x7f,0xa5, +0x34,0x44,0x20,0xaf,0xf8,0x5e,0xee,0xe6,0x01,0x6e,0x04,0xf3,0x3e,0x70,0x05,0xe0, +0x4f,0x00,0xd7,0x01,0x7e,0x04,0xfe,0xef,0x70,0x5f,0x90,0x4f,0x33,0xe7,0xae,0x08, +0x10,0x01,0x83,0x1a,0xf3,0x25,0x2f,0x00,0x01,0x6f,0x36,0xef,0xff,0xe3,0x7f,0xfe, +0x01,0x4f,0x21,0x00,0x3f,0x0d,0xee,0xfe,0xeb,0x04,0xf9,0x33,0x33,0xd9,0x28,0xff, +0x9c,0xff,0xff,0xfa,0x25,0xf0,0x3b,0x43,0xd9,0x20,0x3f,0x00,0xd9,0x0c,0x70,0x16, +0xf0,0x04,0xa2,0xd7,0x01,0xfa,0x00,0x00,0xfe,0x30,0x68,0x0a,0xf8,0x28,0xf0,0x5f, +0x02,0x72,0x02,0x8f,0x35,0xfe,0xd9,0x40,0xaf,0xff,0x6f,0x10,0x0b,0x50,0x5f,0x03, +0xfe,0xde,0xf3,0x05,0xf8,0x13,0x55,0x53,0x0a,0xff,0xb7,0xff,0xff,0xf0,0x48,0xf0, +0x5e,0x66,0x9f,0x00,0x5f,0x05,0xf8,0x8b,0xf0,0x17,0xf0,0x5f,0xcc,0xdf,0x05,0xf9, +0x05,0xe4,0x48,0xf0,0x00,0x64,0x03,0x00,0xfd,0x01,0xf6,0x23,0x27,0xf3,0xcf,0xff, +0xff,0x58,0xff,0xfc,0x79,0x41,0xe5,0x04,0xf0,0x45,0xf4,0x15,0x20,0x4f,0x4f,0xff, +0xff,0xf7,0x4b,0xff,0x3e,0x82,0xf7,0x08,0xcf,0x15,0xf7,0x6f,0x10,0x04,0xf0,0x06, +0xef,0xa0,0x01,0x6f,0x03,0x9f,0xdf,0xa1,0x4f,0xa0,0xcb,0x40,0x4c,0x20,0x7c,0x02, +0xf4,0x23,0x61,0x7f,0x49,0xb4,0x44,0x41,0x6f,0xfe,0x99,0xef,0xff,0x10,0x4f,0x09, +0xb4,0x44,0x41,0x04,0xf5,0x9f,0xff,0xff,0x76,0xef,0xda,0x9e,0x7b,0x72,0x4a,0xf0, +0xb8,0xe4,0xed,0x20,0x4f,0x0d,0x7e,0x49,0x90,0x07,0xf2,0xf3,0xfd,0x9f,0x50,0xfa, +0x3c,0x2d,0x60,0x63,0x1e,0x25,0xf1,0x12,0x05,0xe5,0x41,0x02,0x8f,0x45,0xfa,0xaf, +0x80,0x5d,0xfa,0xdf,0xbd,0xfb,0x00,0x5e,0x05,0xf6,0xf7,0xf0,0x05,0xf8,0x5e,0x3f, +0x4f,0x06,0xff,0xd7,0xe6,0xe6,0xf1,0x3a,0xe3,0xcc,0x32,0xf3,0x00,0x00,0x3f,0xe8, +0x00,0x18,0xe0,0x6f,0x71,0xeb,0x32,0xf9,0x6d,0x40,0x01,0xa7,0x3d,0x00,0xf1,0x27, +0xc0,0xcf,0xff,0xff,0x43,0x9e,0x5c,0x51,0x11,0xf4,0x7e,0xfc,0xcf,0xff,0xff,0x40, +0x5c,0x0c,0x62,0xf6,0x20,0x08,0xe9,0xde,0xef,0xee,0x79,0xfe,0x6e,0x43,0xf6,0x21, +0x16,0xc0,0xfb,0xcf,0xdc,0x40,0x5c,0x3e,0xd7,0x44,0xe5,0x18,0xc8,0xad,0x63,0x3e, +0x54,0xf7,0xa4,0xdd,0xcc,0xf5,0xd9,0x2d,0xf4,0x29,0x00,0x04,0xe0,0x44,0x7f,0x44, +0x20,0x4e,0x0b,0xbd,0xfb,0xb8,0x5e,0xfc,0x6a,0xcf,0xad,0x30,0x4e,0x1b,0xbc,0xfb, +0xfc,0x06,0xfb,0x45,0x8f,0x5f,0x78,0xff,0x99,0xff,0xff,0xf4,0x38,0xe0,0x87,0x5f, +0x33,0x10,0x4e,0x0e,0x94,0xfe,0xe4,0x16,0xe5,0xfe,0xdf,0x33,0x32,0xf9,0x87,0x18, +0xbd,0xda,0x70,0x03,0xf4,0x25,0x03,0xd3,0xe0,0x03,0x9f,0x78,0xdf,0x3f,0xc6,0x7e, +0xfd,0x38,0xf3,0xf5,0x20,0x4f,0x01,0x6f,0x3f,0x21,0x04,0xf6,0x9f,0xf3,0xff,0x67, +0xff,0xb0,0x4f,0x3f,0x00,0x37,0xf0,0xef,0xf3,0xfe,0x90,0x4f,0x03,0x6f,0x3f,0x32, +0x06,0xf0,0x04,0xf3,0xf0,0x02,0xfa,0x00,0x4f,0x3f,0x0d,0x0d,0xf0,0x0e,0xf0,0x12, +0x7c,0x22,0x11,0x6f,0x37,0xdd,0xce,0xc6,0x5f,0xfd,0x09,0x90,0xe5,0x00,0x3f,0x0c, +0xee,0xef,0xd9,0x05,0xf8,0x22,0xd8,0x22,0x16,0xff,0x7f,0xcc,0x3a,0xf4,0x05,0xf0, +0x2e,0x82,0xe8,0x10,0x3f,0x04,0xee,0xaf,0x10,0x06,0xf0,0x25,0xef,0xf8,0x01,0xf9, +0x0e,0xc8,0x25,0xc5,0x2c,0x03,0x43,0x00,0x00,0x78,0x02,0xf0,0x17,0x17,0xf4,0xbe, +0xef,0xfe,0xd0,0x4e,0xfc,0xc7,0x61,0x65,0xe0,0x03,0xf0,0x1c,0xc2,0xdb,0x10,0x03, +0xf7,0x8a,0x00,0x0a,0x60,0x4d,0xfb,0x5f,0xff,0xff,0x40,0x39,0xf0,0x02,0x6f,0x22, +0x00,0x03,0xf0,0x9f,0x05,0xf0,0x2a,0x06,0xf0,0x55,0x8f,0x55,0x50,0x1f,0xa2,0xcc, +0xcc,0xcc,0xc1,0x06,0xd0,0x0b,0x5b,0x30,0x01,0x7e,0x13,0xf6,0xca,0x31,0x9f,0xff, +0xbf,0xff,0xff,0x50,0x7e,0x8f,0xe1,0xd7,0x10,0x06,0xec,0xbf,0xff,0xff,0x38,0xff, +0x94,0xe1,0xd7,0x10,0x39,0xd0,0x4f,0xff,0xff,0x30,0x6d,0x04,0xe0,0xd6,0x00,0x19, +0x0b,0x00,0x63,0x94,0xf8,0x04,0xe3,0x33,0x32,0xf9,0x00,0xf0,0x1d,0xe0,0x06,0xd0, +0xe5,0x00,0x4e,0x07,0xbf,0x9f,0xb5,0x5f,0xfd,0x8c,0xf9,0xfb,0x61,0x7f,0x40,0x7d, +0x2e,0x70,0x04,0xf8,0x6f,0xff,0xff,0x46,0xff,0xa6,0xe0,0xf0,0xf4,0x27,0xe0,0x6f, +0xff,0xff,0x40,0x4e,0x06,0xe0,0xf0,0xf4,0x16,0x0b,0x00,0x62,0x42,0xf9,0x06,0xe2, +0x22,0xf4,0x31,0x16,0xf4,0x28,0x05,0xc0,0x6f,0xee,0xef,0x01,0x8d,0x36,0xe7,0x79, +0xf0,0x8f,0xfe,0x6e,0x66,0x8f,0x00,0x6d,0x16,0xee,0xee,0xe0,0x06,0xe7,0xaa,0xaa, +0xaa,0x68,0xff,0x86,0x98,0xf4,0x42,0x16,0xc0,0x8c,0x4f,0xdd,0x00,0x5c,0x0c,0xf6, +0xe2,0x20,0x18,0xc4,0xfa,0xfe,0x22,0x24,0xf7,0x97,0x08,0xcf,0xfa,0xf3,0x00,0xf5, +0x26,0x27,0x8a,0xdc,0x00,0x6f,0x32,0x77,0xf4,0x00,0x4f,0xfe,0x9c,0xcf,0xcc,0x60, +0x3f,0x04,0x77,0xf6,0x53,0x04,0xf8,0x6f,0x8f,0xdf,0x25,0xff,0xa9,0x82,0xf2,0xf2, +0x16,0xf0,0x8f,0x7f,0xef,0x20,0x3f,0x08,0x82,0xf1,0xf2,0x06,0xf0,0x8f,0xef,0xef, +0x20,0xea,0x08,0xa4,0x44,0xf2,0x38,0x28,0xf1,0x2b,0x01,0x45,0x00,0x2f,0x0b,0xef, +0xfd,0xb1,0x28,0xf6,0x68,0x58,0x1e,0x14,0xcf,0xb3,0xd2,0xa7,0xa0,0x02,0xf0,0x6f, +0xdc,0xcd,0x30,0x3f,0xae,0x88,0xf4,0x41,0x6f,0xfd,0x74,0x8f,0x44,0x33,0x9f,0x2c, +0xcd,0xfc,0xc8,0x02,0xf0,0xb5,0x4e,0x0d,0x30,0x5f,0x0c,0xa9,0xf6,0xf4,0x1f,0xa0, +0x8a,0xaa,0xaf,0x40,0x58,0x37,0xf8,0x28,0x05,0xd0,0x38,0xe4,0xf6,0x20,0x5d,0x0c, +0xef,0xdf,0xd6,0x6f,0xfd,0x28,0xc6,0xd7,0x01,0x7e,0x37,0xf8,0x8b,0xf0,0x05,0xd4, +0x7f,0xcc,0xdf,0x05,0xdf,0xe7,0xfb,0xbd,0xf0,0x4b,0xd0,0x45,0x8e,0x55,0x10,0x5d, +0x1d,0xdf,0xff,0xd7,0x17,0xd0,0x29,0xf6,0xf7,0x13,0xf8,0x3f,0xb3,0x04,0xd7,0xb5, +0x01,0xf4,0x69,0x04,0xe0,0xcf,0xef,0xbb,0x00,0x39,0xf6,0x1f,0x5e,0x6c,0x00,0x5d, +0xfb,0xcf,0xdf,0xee,0x80,0x04,0xe0,0x4c,0xff,0xf9,0x20,0x06,0xfb,0xdd,0x5e,0x4f, +0xa0,0x8f,0xf6,0xcc,0xbd,0xbd,0x60,0x25,0xe0,0x8c,0x7e,0x4f,0x20,0x04,0xe0,0x8f, +0xff,0xff,0x20,0x15,0xe0,0x8c,0x6e,0x4f,0x20,0x2f,0x90,0x7e,0xbb,0xbe,0x20,0x06, +0xe0,0x0e,0xee,0xfb,0x00,0x19,0xe4,0x0e,0x75,0xab,0x00,0x5f,0xfd,0x09,0x99,0x97, +0x00,0x06,0xe0,0xce,0xf6,0xfe,0xc0,0x06,0xe7,0xc4,0xf6,0xd6,0xc0,0x4e,0xf9,0x9b, +0xc9,0xcb,0x90,0x18,0xe0,0xee,0xff,0xfe,0xe0,0x06,0xe0,0x1a,0xff,0xf6,0x10,0x0a, +0xe4,0xcf,0x9f,0x9f,0x90,0x1f,0x84,0xb3,0x4f,0x24,0x80,0x1e,0x0c,0x00,0x01,0x00, +0xf5,0x27,0xc5,0x13,0x3e,0x63,0x30,0x2d,0x78,0xfb,0xab,0xbf,0x0b,0xff,0x5e,0xdd, +0xed,0xd0,0x0c,0x58,0xbb,0x7b,0xc7,0x00,0xcb,0x4b,0xf7,0x9f,0x40,0xcf,0xc9,0xd6, +0x88,0x5f,0x23,0xd5,0x2e,0xff,0xff,0x70,0x0c,0x50,0x84,0xd6,0xa1,0x00,0xc5,0x6f, +0x2d,0x5a,0xb0,0x7e,0x27,0x4c,0xe2,0x18,0x24,0x06,0x12,0x20,0x27,0x0c,0xb1,0xf2, +0x15,0x55,0x7f,0x65,0x55,0x00,0x34,0x47,0xf6,0x44,0x42,0x31,0x10,0xf3,0x29,0x16, +0x70,0xdb,0x00,0x00,0x1d,0xc2,0xbe,0x20,0x5a,0x1e,0xd3,0x30,0x00,0x49,0xdf,0xea, +0xff,0xc9,0x34,0xd9,0x50,0x00,0x59,0xc1,0x90,0x0d,0xf7,0x27,0x5e,0x09,0xc0,0x00, +0x0f,0x35,0xe0,0xdb,0x44,0x30,0xf3,0x5e,0x2f,0xff,0xfd,0x0f,0x35,0xeb,0xf1,0x4f, +0x10,0xf3,0x5f,0xef,0x78,0xd0,0x0f,0x36,0xe2,0x6e,0xd8,0x02,0xfe,0xfe,0x00,0xef, +0x10,0x3e,0x88,0xe0,0x2e,0xf5,0x00,0x00,0x5e,0x5e,0xa9,0xf7,0x00,0x05,0xe8,0x80, +0x07,0x60,0x45,0x0a,0xf3,0x28,0x66,0x66,0x09,0xa0,0x00,0x3d,0xde,0xe0,0xe9,0x22, +0x10,0x00,0x5e,0x3f,0xff,0xf9,0x05,0x59,0xea,0xf2,0x6f,0x02,0xff,0xfe,0xff,0x7a, +0xc0,0x2f,0x20,0x04,0x8c,0xe8,0x02,0xf2,0x00,0x02,0xff,0x10,0x2f,0x7a,0xe0,0x3f, +0xe1,0x06,0xff,0xb5,0x6f,0xcd,0xd4,0x28,0x10,0x0d,0x90,0x0a,0x60,0x10,0x16,0x30, +0x10,0x05,0x30,0x4a,0x1d,0xf0,0x06,0x0e,0x70,0x00,0x0a,0xdf,0xdd,0x3f,0xa8,0x83, +0x04,0xcb,0x55,0x7f,0xce,0xe5,0x00,0xaa,0x32,0xdf,0x0d,0x70,0xea,0x0f,0xf3,0x11, +0x6f,0x40,0x00,0xc7,0x8b,0x6a,0xef,0x00,0x00,0xd6,0x8a,0x04,0xf9,0x00,0x02,0xf3, +0x99,0x08,0xfc,0x00,0x09,0xe2,0xca,0xaf,0x7e,0xc2,0x09,0x4b,0xe5,0xd4,0x01,0xb2, +0x86,0x00,0xf4,0x26,0xe5,0x00,0xe5,0x00,0x03,0x3f,0x73,0x4f,0x64,0x41,0xdf,0xff, +0xfb,0xff,0xff,0x60,0x0e,0x52,0xfd,0x0b,0x90,0x14,0xf8,0xaf,0xf3,0xf5,0x06,0xff, +0xfd,0x2d,0xcf,0x10,0x6c,0x06,0xc0,0x7f,0xa0,0x06,0xd4,0x9c,0x0a,0xfa,0x00,0x6f, +0xff,0xdc,0xf8,0xfb,0x13,0x70,0x05,0xc3,0x02,0x12,0x09,0x00,0x77,0x04,0x00,0x69, +0x05,0xf0,0x0e,0xf2,0x00,0x3a,0xbe,0xa9,0x3f,0x44,0x22,0xac,0x9d,0x78,0xff,0xfa, +0x0a,0x91,0xe5,0xe7,0x3f,0x04,0xf4,0x6c,0xff,0xa7,0xc0,0x29,0xfe,0x72,0x9f,0xc8, +0x80,0x17,0xf3,0x03,0xdf,0x20,0x01,0xee,0xe1,0x0d,0xf3,0x02,0xdc,0x1b,0x5c,0xda, +0xe3,0x2a,0x00,0x0c,0xb1,0x0a,0xe9,0x06,0xf3,0x27,0xc7,0x09,0x4e,0x20,0x00,0xff, +0xfe,0xe6,0xf1,0x11,0x14,0xda,0xe9,0xaf,0xff,0xd5,0xde,0xfe,0xdf,0xb5,0xf3,0x05, +0xef,0xcc,0xff,0x7e,0x04,0xfc,0xcd,0x35,0xfe,0xa0,0x17,0x5f,0x66,0x0b,0xf4,0x06, +0xfe,0xfb,0x91,0xdf,0x50,0x00,0x5f,0x05,0xed,0x9f,0x60,0x3e,0xb0,0x7a,0x10,0x87, +0xbc,0x18,0xf2,0x58,0x6d,0x87,0x4c,0x00,0x02,0xcb,0xec,0x68,0xc4,0x42,0x4b,0xff, +0xda,0xbf,0xff,0x81,0xaf,0xff,0x7f,0x97,0xc0,0x59,0x6c,0x3b,0xfe,0xb8,0x03,0xef, +0xfe,0x82,0xff,0x30,0x0b,0xc4,0xf2,0x0a,0xe0,0x00,0x6e,0xfa,0x04,0xff,0x70,0x3b, +0xe9,0xc9,0xf6,0x3f,0x83,0x70,0x00,0x64,0x00,0x32,0x2e,0xef,0xea,0x5e,0x11,0x00, +0x8a,0xf8,0x5d,0xff,0xfa,0x0e,0x8e,0xae,0xfa,0xb9,0x00,0xbf,0xfe,0x72,0xef,0x10, +0x1b,0xee,0xd7,0xbf,0xed,0x61,0xa6,0xb4,0x5c,0x54,0xa5,0x06,0xaa,0xaf,0xa9,0x99, +0x00,0x0b,0x80,0xff,0xfe,0x00,0x01,0xb9,0x2f,0x41,0x11,0x18,0x2b,0x04,0x76,0x03, +0x10,0xf8,0x29,0x27,0x42,0x5d,0xc5,0x55,0x34,0x16,0x00,0x20,0x4f,0x10,0x07,0x2a, +0x30,0xca,0x02,0xf5,0x20,0x3c,0x20,0xcc,0x00,0x01,0x26,0xf7,0x05,0x20,0x00,0x00, +0x04,0xdf,0xfa,0x10,0x01,0x7d,0xfa,0x15,0xef,0xb5,0x1e,0xa3,0x00,0x01,0x6c,0x70, +0x00,0x1f,0x08,0xf4,0x24,0xe3,0x00,0x15,0xe0,0x02,0xee,0xe6,0x6d,0x7e,0x04,0xfc, +0x3a,0xf3,0x9b,0xe0,0x3d,0xff,0xe3,0x61,0x5e,0x00,0x48,0xe4,0x4b,0xe7,0xe0,0x2e, +0xef,0xed,0x06,0x6e,0x20,0x77,0xd6,0x36,0x9d,0xfd,0x0f,0x6d,0x9b,0xb9,0xae,0x04, +0xb7,0xd3,0xa0,0x05,0xe0,0x04,0xf9,0x00,0x94,0x07,0xf0,0x21,0x03,0xe6,0x89,0x64, +0x7b,0xc2,0x3e,0xac,0xc9,0xda,0x20,0x03,0xe7,0xcd,0x7d,0x50,0x00,0x3e,0xae,0xea, +0xdf,0xee,0x73,0xe1,0xff,0x2e,0x88,0xf2,0x3e,0xaf,0xdb,0xe4,0x5e,0x03,0xfc,0x98, +0x2f,0x35,0xe0,0x3e,0x3a,0xa3,0xf1,0x5e,0x03,0xff,0xff,0xec,0x52,0x24,0x38,0x04, +0x70,0x5e,0xb4,0x03,0xf8,0x27,0x99,0x0e,0x41,0x5a,0xf4,0x6f,0xff,0xfe,0xad,0x50, +0x00,0x9c,0x6f,0x4a,0x90,0x00,0x09,0xd8,0xf4,0xaf,0xee,0x90,0x9e,0xcf,0x4a,0xb8, +0xf2,0x09,0xb4,0xf4,0xb8,0x5e,0x08,0xff,0xff,0xec,0x65,0xe0,0x17,0xa6,0xa4,0xf4, +0x5e,0x02,0xe9,0x3f,0xaf,0x05,0xe0,0x2b,0x00,0x3b,0x70,0x5e,0xb0,0x2c,0xf4,0x27, +0x18,0xd2,0x12,0x6b,0xe2,0x2f,0xff,0xfb,0xbd,0x62,0x00,0x6a,0x1f,0x1b,0x80,0x00, +0x4d,0xed,0xfb,0xbd,0xaa,0x61,0x36,0xf3,0x3c,0xba,0xf4,0x4f,0xff,0xfb,0xc7,0x5e, +0x00,0x67,0xf7,0x3d,0x65,0xe0,0x1f,0x6e,0x99,0xf4,0x5e,0x03,0xa5,0xe2,0xaf,0x15, +0xe0,0x00,0xea,0x05,0x90,0x5e,0xcd,0x3b,0x25,0x01,0x00,0x81,0x1f,0x24,0x5d,0xa5, +0x6c,0x42,0x11,0x08,0xa1,0x12,0x01,0xc1,0x29,0x40,0x0c,0xb4,0x45,0xf5,0x20,0x00, +0xc0,0x1f,0x30,0x00,0xae,0x00,0x03,0xf1,0x00,0x9f,0x50,0x33,0x9e,0xbb,0x11,0x14, +0xfe,0x3a,0x03,0x30,0x21,0x00,0x30,0x6f,0x3f,0xf2,0x25,0x4f,0x10,0x00,0x4a,0xde, +0xab,0xff,0xff,0xb3,0xbf,0x8b,0xf5,0x22,0x21,0x06,0xe4,0x4b,0xff,0xff,0x80,0x7f, +0xfc,0x12,0xe6,0xf3,0x08,0xb6,0xc7,0x8e,0x67,0x00,0x99,0x6c,0x88,0xef,0xf1,0x0d, +0x67,0xbb,0xde,0x40,0x04,0xf3,0xac,0xfc,0xf8,0x54,0x38,0x8e,0x68,0x08,0xbd,0x09, +0x12,0x02,0x5a,0x16,0x20,0x8d,0xde,0x5a,0x16,0x01,0xdc,0x41,0x52,0x55,0x58,0xf6, +0x55,0x54,0xf7,0x18,0x31,0x00,0x0b,0xef,0xce,0x1f,0xf2,0x04,0xf1,0x00,0x00,0x01, +0xdc,0x4f,0x10,0x68,0x05,0xee,0x23,0xf6,0x4b,0xb2,0xfa,0x10,0x0c,0xff,0xf4,0x9a, +0x30,0x00,0x38,0x13,0xe2,0x54,0xf5,0x44,0x45,0xf5,0x4f,0x00,0x00,0x0f,0x54,0xf0, +0x00,0x00,0xf5,0x12,0x00,0x22,0x55,0x55,0x12,0x00,0x32,0xf4,0x33,0x34,0x12,0x00, +0xf0,0x26,0xf2,0x11,0x12,0xf5,0x03,0x33,0x10,0x00,0xe6,0x03,0xfe,0xf5,0x11,0x1e, +0x70,0x3f,0x0e,0x8f,0xff,0xff,0x83,0xf2,0xe5,0x33,0x3f,0x81,0x3f,0xff,0x5d,0x60, +0xe6,0x03,0xf0,0xe4,0x6f,0x2e,0x60,0x3f,0x3f,0x40,0x93,0xe6,0x03,0xff,0xf4,0x00, +0x0e,0x60,0x3f,0x00,0x00,0x45,0xf6,0x25,0x1a,0x01,0xac,0x0c,0xf4,0x29,0x22,0x22, +0x03,0xff,0xf4,0x5f,0xff,0xf3,0x3f,0x2e,0x45,0xf0,0x1f,0x33,0xf0,0xe4,0x5f,0x45, +0xf3,0x3f,0xff,0x45,0xfe,0xef,0x33,0xf2,0xe4,0x5e,0x00,0xf3,0x3f,0x2e,0x47,0xfa, +0xbf,0x33,0xff,0xf4,0xad,0x78,0xf3,0x2a,0x00,0x1f,0x50,0x0f,0x30,0x00,0x0b,0xe0, +0x25,0xf3,0x00,0x02,0xd2,0x06,0x85,0x1e,0x02,0x86,0x27,0xb1,0x96,0x66,0x6f,0x70, +0x00,0xf9,0x77,0x77,0xf7,0x00,0x0f,0xab,0x20,0x10,0xc7,0x33,0x04,0xc1,0x6f,0xdb, +0xfd,0xbb,0xa0,0x1f,0xa5,0x5f,0xa5,0x54,0x00,0x2b,0x10,0x14,0x51,0x22,0x2e,0x82, +0x22,0x11,0x88,0x01,0xf4,0x5d,0x28,0x87,0x00,0x5d,0x00,0x04,0xf8,0xd5,0xee,0xfe, +0xe0,0x4e,0x4d,0x5d,0x8e,0x6f,0x04,0xf7,0xd5,0xc5,0xd2,0xf0,0x4f,0xed,0x5c,0x5d, +0x2f,0x04,0xe4,0xde,0xff,0xfe,0xf8,0x4f,0x6d,0x23,0xdf,0x82,0x14,0xff,0xc0,0x6f, +0x9e,0x00,0x3c,0x01,0x9f,0x60,0xcd,0x30,0x00,0x2b,0x40,0x01,0xb3,0x02,0xfe,0xee, +0xee,0xf5,0x00,0x2f,0x87,0x77,0x7f,0x50,0x02,0xf7,0x66,0x66,0xf5,0x00,0x2e,0xee, +0xee,0xee,0x40,0x1a,0xaa,0xaa,0xaa,0xaa,0x60,0x59,0x95,0xf9,0x55,0x53,0x00,0xc9, +0x0e,0xed,0xd9,0x00,0x2f,0xe1,0xe8,0x33,0x20,0x0c,0xcd,0xef,0x83,0x33,0x33,0xd1, +0x18,0xce,0x5c,0x41,0x11,0x07,0x5a,0x10,0x46,0x7d,0x22,0x22,0x6f,0x0b,0x00,0xf1, +0x08,0x7f,0x00,0x06,0xdf,0xfe,0xfe,0xd0,0x00,0xb2,0x99,0x1f,0x1a,0x60,0x09,0xa9, +0x91,0xf6,0xe1,0x00,0x16,0xa9,0x1f,0x44,0x7d,0x36,0x40,0xff,0x64,0x44,0x44,0x12, +0x25,0xc0,0x03,0x00,0x02,0x10,0x00,0x02,0xf5,0x01,0xe8,0x00,0x0b,0xff,0x37,0x28, +0xb0,0x1e,0x1f,0x3d,0x5c,0x60,0x15,0xd8,0xf7,0xe9,0xe6,0x42,0x79,0x00,0xc0,0xa7, +0x00,0xde,0xee,0xee,0xe5,0x00,0x0e,0x73,0x33,0x3f,0x50,0x32,0x2a,0x13,0xf5,0x0b, +0x00,0xf0,0x03,0xee,0xdd,0xdd,0xf5,0x00,0x07,0xfc,0xcc,0xcd,0xf0,0x00,0x7f,0xbb, +0xbb,0xdf,0x00,0x07,0xe7,0xe4,0x10,0x42,0x47,0x7b,0xe7,0x77,0xe1,0x1e,0xf0,0x1c, +0x10,0x2a,0xaa,0xaa,0xa8,0x00,0x03,0xf6,0x55,0x5a,0xd0,0x00,0x2d,0xde,0xfd,0xda, +0x00,0x27,0xe7,0x5f,0x3e,0x93,0x05,0xa3,0x8f,0xb0,0x18,0x90,0x00,0x55,0x00,0x01, +0x37,0x03,0xff,0xff,0xea,0xfc,0x91,0x0a,0xa7,0x50,0xa7,0x12,0x13,0xf0,0x07,0xfb, +0xff,0xf7,0x05,0x4c,0xb7,0xc7,0xb9,0x12,0xdf,0xfe,0xcf,0x2a,0x80,0x02,0x29,0x63, +0x91,0x86,0x00,0x0f,0xee,0x46,0x24,0xe0,0xfa,0x88,0x88,0xf5,0x00,0x0f,0x97,0x77, +0x7f,0x50,0x00,0xfd,0xdd,0xdd,0xf0,0x02,0xa1,0xe0,0xe5,0x00,0x00,0x22,0x7e,0x2e, +0x72,0x20,0x0f,0x69,0x00,0xb1,0xf4,0x7e,0x1e,0x74,0xf1,0x0f,0x36,0xe0,0xe6,0x3f, +0x10,0xbe,0x42,0xb2,0x0f,0x58,0xf3,0xf7,0x5f,0x10,0xf3,0x5e,0x0e,0x53,0xf1,0x21, +0x00,0x10,0xf7,0xfb,0x1f,0x02,0x71,0x29,0x61,0x22,0x22,0xe9,0x22,0x21,0x02,0xf7, +0x1b,0xf0,0x09,0x2f,0x65,0xea,0x5a,0xd0,0x02,0xf9,0x9f,0xc9,0xcd,0x00,0x2f,0xcc, +0xfe,0xcd,0xd0,0x00,0xba,0x8f,0x64,0x44,0x00,0x06,0xfd,0xd3,0x1f,0xa3,0x8f,0xfe, +0xa7,0x55,0x41,0xed,0x83,0x6a,0xde,0xfa,0xa0,0x07,0xb0,0xbb,0x42,0x4f,0x84,0x01, +0x8d,0xd8,0x38,0xfa,0x80,0x8f,0x03,0x0d,0xd0,0x50,0x6f,0xf5,0x1b,0xdf,0x50,0x6f, +0x56,0x9a,0xd1,0x6f,0x51,0x8f,0x36,0x11,0xb3,0x04,0xf4,0x44,0x47,0xf1,0x00,0x4f, +0xee,0xee,0xff,0x10,0x0b,0x00,0x60,0xdd,0xdd,0xdf,0x10,0x05,0xfd,0x13,0x1f,0xc0, +0x5f,0xcc,0xcc,0xde,0x00,0x05,0xe7,0x77,0x7a,0xe0,0x01,0x48,0xf9,0x46,0x11,0xaf, +0xf7,0x2c,0xf2,0x0c,0xcc,0xaf,0x79,0x99,0x80,0x0c,0xb9,0xf6,0xf8,0xcb,0x00,0xcd, +0xcf,0x2a,0xbf,0x30,0x6e,0xdd,0xfa,0x8f,0xe5,0x05,0x64,0x4f,0x7b,0x36,0xc2,0x14, +0x2b,0x0b,0x3b,0x21,0x30,0x21,0x00,0x9f,0x7d,0x01,0x61,0x6f,0xf5,0x33,0x3e,0x50, +0x3f,0x0b,0x00,0x10,0x42,0x0b,0x00,0x20,0x00,0x2f,0x0b,0x00,0x30,0x02,0xf2,0x02, +0x0b,0x00,0xf5,0x2c,0x20,0x4f,0xd2,0x00,0x1a,0xa3,0xf4,0xbf,0xff,0x56,0xff,0xff, +0xeb,0x92,0xe5,0x1a,0xb3,0xf4,0xb9,0x2e,0x50,0x8f,0xff,0x2b,0xff,0xf5,0x08,0xc7, +0xf2,0xb8,0x0e,0x50,0x8c,0x6f,0x2c,0xed,0xf5,0x8f,0xff,0xfc,0xd7,0x2e,0x51,0x7a, +0x6a,0x3f,0x30,0xe5,0x1d,0x92,0xf9,0xf1,0x3f,0x54,0xc0,0x05,0x69,0x1f,0xd1,0x0f, +0x11,0x10,0x60,0xfd,0x0f,0x82,0xfe,0xee,0xc0,0x02,0x66,0x6f,0xa6,0x65,0x0b,0x1a, +0x02,0x85,0x00,0xf2,0x0c,0x55,0x6e,0xff,0x95,0x53,0x00,0x0b,0xef,0xdf,0x30,0x00, +0x3d,0xe2,0xf6,0x9f,0x70,0x4f,0xc2,0x0f,0x60,0x8f,0xa0,0x40,0x00,0xf6,0x00,0x31, +0x37,0x00,0x53,0x22,0x22,0xf8,0x22,0x21,0x67,0x01,0xf0,0x0d,0xbc,0xfc,0xf3,0x21, +0x00,0x2f,0x5f,0x7e,0x90,0x00,0x0c,0xc0,0xf6,0x6f,0x40,0x0b,0xf6,0x3f,0x83,0xef, +0x43,0xf9,0xff,0xff,0xfc,0xd8,0x01,0x01,0x99,0x44,0x02,0x63,0x1a,0xf4,0x27,0xe5, +0x0d,0xff,0xf2,0x02,0x4f,0x82,0xd9,0x5f,0x20,0x8f,0xff,0xad,0x71,0xf2,0x00,0x3f, +0x90,0xe7,0x1f,0x20,0x08,0xff,0x6f,0x51,0xf2,0x00,0xef,0xac,0xf4,0x1f,0x20,0x8b, +0xe6,0x3f,0x21,0xf3,0x07,0x4e,0x56,0xe0,0x1f,0x78,0x00,0xe6,0xd9,0x01,0xf9,0x90, +0x0e,0x8c,0x00,0x0c,0xf5,0x70,0x07,0xe0,0x0f,0xff,0xff,0x52,0x4f,0x83,0x44,0xf9, +0x41,0x8f,0xff,0xb0,0x0f,0x60,0x5b,0x36,0xf0,0x06,0xf6,0x00,0x08,0xff,0xaf,0xff, +0xff,0xd0,0xef,0x9c,0x55,0xf9,0x54,0x8b,0xe5,0x10,0x0f,0x60,0x05,0x3e,0x50,0x6a, +0x00,0x11,0xe5,0x49,0x2b,0x00,0x0b,0x00,0x51,0x01,0x11,0x4f,0x31,0x11,0x82,0x15, +0x80,0xf3,0x01,0x33,0x5f,0x53,0x31,0x00,0x7f,0xb0,0x00,0x52,0x07,0xc0,0x3f,0x20, +0xc8,0x0b,0x00,0xf3,0x07,0x01,0x38,0xff,0xf8,0x31,0x00,0x08,0xfa,0xf9,0xf9,0x10, +0x4e,0xf5,0x3f,0x25,0xff,0x50,0x81,0x03,0xf2,0x01,0x81,0x74,0x00,0xf1,0x12,0x5f, +0x73,0x32,0x00,0x00,0x5f,0xee,0xef,0xe0,0x00,0xaf,0xcd,0x49,0xf4,0x00,0x03,0x34, +0xdf,0xf9,0x30,0x03,0xcf,0xfb,0x78,0xef,0xf8,0x08,0x74,0x2f,0x72,0x47,0x20,0x2f, +0xfb,0x04,0xf0,0x03,0x4b,0x0f,0x57,0x70,0x00,0x8f,0x52,0xf5,0x3e,0x80,0x04,0x30, +0xed,0x20,0x36,0x00,0x01,0x11,0xf3,0x00,0x11,0xaf,0x74,0x00,0xf0,0x08,0xa8,0x2f, +0x72,0xd7,0x00,0x09,0xe0,0xf6,0x5f,0x20,0x15,0x8d,0x5f,0x99,0xc5,0x33,0xee,0xef, +0xff,0xfe,0xe9,0x00,0x06,0xdf,0x3a,0xf4,0x36,0x08,0xf4,0xf7,0xcd,0x30,0x3e,0xe4, +0x0f,0x60,0xbf,0x80,0x60,0x00,0xf6,0x00,0x53,0x01,0xf1,0x15,0x68,0xbc,0x10,0x3f, +0x25,0xfc,0xa8,0x40,0x7f,0xff,0x9f,0x33,0x33,0x00,0x5f,0x45,0xff,0xff,0xf1,0x0a, +0xfe,0x7e,0xd5,0x6e,0x01,0xef,0xaa,0xc8,0xac,0xa0,0x9a,0xf1,0x9a,0x2f,0xf2,0x05, +0x4f,0x1d,0x61,0xfe,0x10,0x01,0xf5,0xf7,0xec,0xde,0x40,0x1f,0x7b,0x87,0xf6,0x15, +0xf3,0x28,0x02,0xf0,0xad,0xdd,0xd2,0x03,0x9f,0x84,0xd9,0x8f,0x00,0x5d,0xfc,0x0d, +0x58,0xb0,0x00,0x7f,0x60,0xe4,0xcf,0xf2,0x0c,0xfe,0x2f,0xa2,0x6f,0x03,0xff,0x74, +0xff,0x3a,0xb0,0xab,0xf0,0x7c,0xbc,0xf4,0x05,0x4f,0x0d,0x73,0xfe,0x00,0x02,0xf7, +0xf4,0xde,0xfd,0x30,0x2f,0x87,0x4b,0x12,0xb3,0x9e,0x06,0x01,0x4c,0x06,0x53,0x1f, +0x51,0xf7,0x1d,0x90,0x0b,0x00,0x33,0x73,0xf9,0x3d,0x0b,0x00,0x00,0x14,0x12,0xf0, +0x09,0x53,0x2d,0xdd,0xff,0xfe,0xdd,0x80,0x02,0xcd,0xfc,0xf7,0x00,0x2b,0xfa,0x0f, +0x64,0xee,0x70,0x82,0x00,0xf6,0x00,0x63,0x03,0x9f,0x3f,0xf4,0x22,0x42,0x7f,0x53, +0x38,0xe3,0x30,0x7f,0xff,0x34,0x9e,0x44,0x01,0x6f,0x3b,0xee,0xfe,0xf1,0x09,0xf9, +0xb7,0x7d,0x2f,0x10,0xef,0xbc,0x7a,0xf6,0xf1,0x7d,0xf1,0xba,0xe8,0xdf,0x14,0x6f, +0x0b,0xa6,0x08,0xf1,0x03,0xf0,0xb7,0x01,0x5f,0x10,0x3f,0x0b,0x70,0x4f,0xc2,0x20, +0x00,0x6a,0x16,0xf0,0x1e,0x02,0xcc,0xcc,0xfd,0xcc,0xc7,0x05,0x5c,0xff,0xee,0x65, +0x30,0x2a,0xe2,0xf5,0xae,0x60,0x3f,0xe7,0x5b,0x76,0xce,0x90,0x28,0xe7,0x77,0xcd, +0x00,0x00,0x8f,0xcc,0xce,0xd0,0x00,0x08,0xea,0xaa,0xdd,0x00,0x04,0x67,0x77,0x77, +0x74,0x21,0xe7,0x14,0xd1,0xd7,0x01,0xf3,0x0b,0xdd,0xdd,0x03,0x6f,0x72,0x55,0x55, +0x50,0x9f,0xa0,0x18,0xf4,0x16,0x8f,0x72,0xff,0xff,0xfc,0x0c,0xff,0x43,0x5f,0x43, +0x23,0xff,0x96,0xa5,0xf5,0x80,0xaa,0xf3,0x4f,0x3f,0x5f,0x24,0x3f,0x3a,0xa3,0xf2, +0xd8,0x01,0xf3,0xc5,0x7f,0x1a,0xb0,0x1f,0x30,0x3f,0xb0,0x42,0x08,0xd0,0xf1,0x0b, +0x30,0xb7,0x01,0x5f,0x40,0x8a,0x4f,0x10,0x6f,0xff,0xdf,0x4a,0x42,0x50,0x52,0x44, +0x44,0x40,0x0b,0x88,0x26,0xe1,0x02,0xff,0xb6,0xff,0xff,0x90,0x9b,0xf1,0x04,0x44, +0x42,0x04,0x3f,0x10,0x2c,0x00,0x60,0xef,0xff,0xff,0x50,0x2f,0x14,0xad,0x1f,0x02, +0xc2,0x2d,0xf8,0x27,0x10,0x0b,0x90,0x00,0x14,0xf3,0x9a,0xde,0xaa,0x36,0xff,0xf8, +0xb8,0x7d,0x62,0x08,0xf3,0x3f,0x42,0xe9,0x00,0xcf,0xcd,0xd1,0x1a,0xf2,0x2f,0xfd, +0x6b,0x99,0xd1,0x09,0xaf,0x40,0x3f,0xf5,0x00,0x74,0xf1,0x02,0xef,0x40,0x00,0x1f, +0x17,0xfb,0xaf,0xb2,0x01,0xf1,0xc5,0x00,0x5b,0x10,0x58,0x11,0xf0,0x12,0x01,0xd3, +0x08,0xb0,0x16,0xf3,0x2c,0xa4,0xf9,0x17,0xff,0xf9,0xef,0xff,0xe5,0x05,0xf2,0x01, +0x5f,0x11,0x00,0xbf,0xd5,0xff,0xff,0xf0,0x2f,0xf9,0x20,0x5f,0x00,0x09,0xbf,0x26, +0x43,0x70,0x35,0xf0,0x34,0x7f,0x44,0x20,0x3f,0x06,0x12,0x02,0xb2,0x0d,0x04,0x95, +0x11,0xf1,0x1d,0x6e,0x22,0x10,0x26,0xf4,0x3e,0xed,0xef,0x28,0xff,0xfc,0xec,0x3e, +0x90,0x08,0xf8,0x21,0xef,0xc0,0x00,0xdf,0xe9,0xdf,0xbf,0xd6,0x3f,0xf4,0xeb,0x42, +0x3a,0x7a,0xaf,0x04,0xff,0xff,0xe0,0x44,0xf0,0x4e,0x00,0x6e,0x00,0x3f,0x04,0xe1, +0x40,0x41,0x4e,0x22,0x7d,0x00,0xa4,0x01,0xf4,0x23,0x41,0x5f,0x2e,0x72,0x22,0x20, +0x9f,0xff,0xe9,0xee,0xee,0x00,0x7f,0x5e,0x62,0xd8,0x20,0x0d,0xfd,0xf7,0xff,0xfc, +0x07,0xef,0x2e,0x51,0xd7,0x10,0x96,0xf0,0xe9,0xbf,0xdb,0x10,0x3f,0x0e,0x76,0x66, +0x60,0x03,0xf0,0xef,0xee,0xee,0x70,0x3f,0x03,0x33,0x33,0x31,0xb2,0x13,0xf5,0x94, +0x0c,0xa0,0x00,0x16,0xf2,0x0a,0xde,0xa0,0x07,0xef,0xcc,0xd1,0x1c,0xe5,0x08,0xf9, +0xce,0xff,0xf9,0x60,0xdf,0xd0,0x24,0x42,0x30,0x4f,0xe7,0x97,0x79,0x4e,0x08,0x9e, +0x05,0xb5,0xca,0x70,0x14,0xe0,0x17,0x04,0xe0,0x00,0x4e,0x2d,0xdd,0xef,0xd4,0x04, +0xe0,0x44,0x44,0x44,0x10,0x05,0xe0,0x5c,0xb6,0xf7,0x21,0x7f,0x38,0xdd,0x9f,0xa3, +0x7f,0xfd,0x4b,0xb7,0xd7,0x00,0x6f,0x19,0xc6,0x6a,0xe0,0x0b,0xfa,0x9e,0xcc,0xde, +0x01,0xff,0xeb,0xeb,0xbd,0xe0,0x9e,0xe2,0x45,0xbd,0x55,0x17,0x8e,0x1d,0xef,0xff, +0xd5,0x05,0xe0,0x3b,0xd6,0xf7,0x10,0x5e,0x3e,0x81,0x04,0xc4,0x04,0xe0,0x2b,0xa4, +0xf4,0x01,0x7f,0x3a,0xed,0xbf,0xb0,0x6f,0xfd,0x9d,0xc9,0xfa,0x30,0x8f,0x27,0x7b, +0xd7,0x72,0x0d,0xfb,0xbf,0xff,0xee,0x03,0xfe,0xcd,0xbb,0xda,0xe0,0xab,0xe1,0xba, +0xad,0x9e,0x04,0x5e,0x0a,0xfe,0xef,0xd0,0x04,0xe0,0x4e,0x52,0xe7,0x00,0x4e,0x1d, +0x40,0x02,0xc3,0x5f,0x01,0xf2,0x2b,0x44,0x00,0x03,0xcc,0xcc,0x7b,0x80,0x00,0x4f, +0x66,0x94,0xef,0xff,0x74,0xfc,0x1f,0x9e,0x74,0xe5,0x4f,0xbd,0xea,0x7e,0x6f,0x04, +0xf2,0xf9,0x01,0xf5,0x30,0x4f,0x3f,0xd0,0x2f,0x80,0x04,0xfc,0xaf,0x55,0xfe,0x00, +0x4f,0xa0,0x52,0xc8,0xd9,0x04,0xfd,0xdd,0xdf,0x14,0xf5,0x15,0x55,0x56,0x40,0x06, +0x10,0x86,0x48,0x10,0x01,0xfc,0x1e,0x20,0x04,0xf1,0x0b,0x00,0xd7,0x4f,0x10,0xdf, +0xff,0xe0,0x04,0xf1,0x0d,0xb5,0x55,0x00,0x4f,0x10,0x16,0x00,0x12,0xd8,0x17,0x28, +0x03,0xf5,0x4b,0x10,0x26,0x10,0x09,0x10,0x04,0x1a,0x4a,0x12,0xe0,0x40,0x21,0x30, +0x4d,0x00,0xf7,0x84,0x11,0xd0,0x0f,0xff,0xf9,0x00,0x5f,0x00,0xfa,0x55,0x30,0x05, +0xf0,0x0f,0x70,0x4f,0x35,0x13,0xf7,0x2c,0x4c,0x11,0x43,0x37,0x00,0x40,0x00,0x0c, +0x90,0xe6,0x83,0x21,0xf2,0x06,0x0e,0x60,0x00,0x0e,0x5c,0x90,0xe7,0x58,0x00,0xe5, +0xcf,0xee,0xef,0x90,0x0e,0x5c,0xa2,0xec,0x20,0x00,0xe5,0x16,0x00,0x00,0x21,0x00, +0xf3,0x01,0xe5,0xc9,0x1e,0x60,0xb5,0x3f,0xbf,0xfd,0xea,0x4e,0x59,0xfc,0xa7,0x38, +0xff,0xd1,0x4a,0x02,0xf1,0x02,0x71,0x0f,0x84,0x42,0x00,0x1f,0x40,0xff,0xff,0x90, +0x13,0xf6,0x3f,0x72,0x22,0x0a,0xff,0x9c,0x22,0xf4,0x0e,0x56,0x4f,0x41,0x52,0x00, +0x4f,0x83,0xf3,0x3f,0x70,0x2f,0x90,0x3f,0x7e,0xa0,0x00,0x30,0x05,0xef,0x90,0x00, +0x38,0xae,0xfb,0x40,0x00,0x04,0xda,0x72,0xb4,0x31,0xa0,0xa0,0x49,0xf4,0x4a,0xd4, +0x42,0x00,0xcc,0x21,0x8c,0x8f,0x09,0xf0,0x03,0xf9,0xc4,0xe3,0x1e,0xa0,0x9c,0x8f, +0xf8,0x02,0xab,0xae,0x68,0xe2,0x00,0x00,0x2e,0xe0,0x8c,0x93,0x04,0xf0,0x0c,0x08, +0xc0,0x6b,0x1d,0xf5,0x00,0x6f,0xdf,0x80,0x61,0x00,0x00,0x45,0x50,0x4f,0xff,0xe8, +0x7e,0x40,0x00,0x7f,0x22,0xd9,0xf7,0x30,0x08,0xe7,0xce,0x0f,0xf3,0x16,0xdb,0xbe, +0xa0,0xe4,0x00,0x5f,0x59,0xce,0xef,0xfe,0x96,0xaf,0xf6,0x3c,0xff,0x42,0x00,0x6f, +0x04,0xff,0xe8,0x00,0x0d,0x95,0xf6,0xe7,0xf5,0x2d,0xd1,0xd9,0x0e,0x48,0x81,0x91, +0x01,0x00,0xe4,0x09,0x20,0xf0,0x28,0x7d,0xf9,0x4f,0xff,0x10,0x0e,0x70,0x05,0xe2, +0xf1,0x00,0xef,0xf8,0x8c,0x1f,0x30,0x0e,0x62,0x4f,0x70,0xef,0x60,0xe8,0x43,0xc3, +0x24,0x40,0x0e,0xed,0x7e,0xfe,0xfc,0x00,0xe5,0x23,0x5d,0x1e,0x70,0x9f,0xff,0xa0, +0xcd,0xd0,0x04,0xf6,0x00,0x5d,0xfc,0x50,0x0e,0x40,0x8f,0x83,0x9f,0x40,0x24,0x0e, +0x03,0xec,0x00,0x30,0xe7,0x00,0x7e,0xaa,0x28,0x30,0x07,0xe0,0x04,0x0b,0x00,0xc0, +0x1c,0xf2,0x0e,0xff,0xf7,0xfd,0xe3,0x00,0xe9,0x33,0x7f,0xc1,0x16,0x00,0x12,0xf0, +0x21,0x00,0xf3,0x02,0x91,0x0e,0x73,0x87,0xe0,0x0f,0x41,0xff,0xfb,0x6f,0x46,0xf2, +0x4f,0x92,0x02,0xdf,0xfa,0x19,0x33,0x10,0x80,0xfc,0x0b,0xf4,0x20,0x4d,0x3e,0x55, +0xe0,0x40,0x00,0x00,0xe6,0x7f,0xef,0x18,0xd4,0x2f,0xff,0xf6,0xf1,0x18,0x6d,0xf9, +0x7e,0x2f,0x10,0x03,0x0e,0x55,0xe7,0xf0,0x01,0xf5,0xe5,0x5e,0xb8,0x00,0x8e,0x0e, +0x53,0x80,0x62,0x1f,0x60,0xd9,0x33,0x4e,0x61,0xb0,0x07,0xff,0x21,0x41,0x90,0xdb, +0x22,0xff,0xfe,0x00,0x02,0xc4,0x3f,0x37,0xc5,0x53,0xf3,0x1b,0xd0,0x5f,0x43,0x6d, +0x47,0xf5,0x02,0xff,0x91,0xac,0x29,0x55,0x55,0x50,0x00,0x12,0xee,0xdd,0xfc,0x00, +0x0c,0x58,0xe1,0x5f,0x40,0x05,0xf1,0x0c,0xdf,0x90,0x00,0xd8,0x27,0xdf,0xfb,0x61, +0x1b,0x1a,0xd7,0x23,0x9f,0x50,0x43,0x43,0x00,0x79,0x00,0x42,0x2a,0x90,0x06,0xe0, +0x59,0x05,0xe0,0x95,0xe7,0x1f,0x58,0xe3,0xb9,0x06,0xc1,0xf3,0x6e,0x0b,0x90,0x00, +0x1f,0x53,0x05,0xc0,0xc5,0xf4,0x7e,0x2b,0x90,0x5f,0x3f,0x26,0xe0,0xa9,0x0e,0x91, +0x6a,0x07,0x52,0x72,0x1f,0x53,0x33,0xb9,0xdf,0x0b,0xa0,0xfa,0x16,0xff,0xff,0x00, +0x02,0xc3,0x7e,0x36,0xf0,0x84,0x48,0xf0,0x1c,0x3f,0x00,0x9e,0x45,0xf5,0x02,0xf8, +0x20,0x99,0xa8,0x00,0x07,0x92,0x00,0x30,0xef,0xff,0xfa,0x00,0x1f,0x5e,0x84,0x4b, +0xb0,0x0b,0xd0,0xe5,0x00,0x9b,0x06,0xf3,0x0e,0xff,0xff,0xb0,0x17,0x00,0xe8,0x44, +0xba,0x00,0x06,0xb5,0xb9,0x1d,0xf0,0x03,0x05,0x79,0xef,0xfe,0xe1,0x04,0x00,0x35, +0xae,0x55,0x03,0xfd,0x20,0x07,0xd0,0x00,0x02,0x91,0xbd,0x0a,0xf0,0x03,0x01,0x34, +0x6f,0x84,0x42,0x00,0x8d,0x09,0xd0,0x92,0x00,0x2f,0x52,0xf4,0x0b,0xc0,0x0c,0xc0, +0xea,0x11,0x70,0x53,0x05,0x64,0x20,0x85,0x0a,0x92,0xd4,0x37,0x20,0x19,0x5f,0x13, +0x49,0xd0,0x02,0xf5,0x8e,0x4e,0x76,0xf9,0x2f,0x37,0xe2,0x91,0x05,0x72,0xff,0x85, +0x00,0xf2,0x0b,0x4f,0xcb,0x0a,0xb0,0x02,0xf8,0xe2,0xf9,0xf4,0x00,0x9c,0x8b,0x08, +0xfc,0x00,0x2f,0x5e,0xab,0xfc,0xfd,0x51,0x91,0xb4,0xc3,0x02,0xa6,0xed,0x3c,0xb0, +0x7e,0x60,0x09,0xd0,0x00,0x00,0x79,0x34,0x6e,0x54,0x20,0x02,0x21,0xf0,0x0a,0xf8, +0x2e,0x91,0x00,0x4f,0x10,0x00,0x4c,0x10,0x15,0xf2,0x10,0x00,0x01,0x7f,0xff,0xff, +0x20,0x08,0xc1,0x26,0xf3,0x20,0x01,0xf6,0x16,0x00,0x60,0xad,0x16,0x68,0xf7,0x65, +0x0a,0x1e,0x38,0x17,0xb0,0xa5,0x1c,0xf1,0x27,0xa9,0x15,0xf3,0x22,0x10,0x03,0xda, +0xef,0xff,0xfe,0x00,0x00,0xaf,0xd1,0x4f,0x60,0x4d,0x52,0x1b,0xef,0x80,0x00,0x8c, +0x5a,0xfd,0xee,0xa5,0x00,0x1a,0xe7,0x33,0x6c,0x60,0x0a,0xbf,0xff,0xff,0xe0,0x04, +0xf5,0xf1,0x00,0x6e,0x00,0xe9,0x1f,0xff,0xff,0xe0,0x06,0x11,0xf4,0x33,0x8e,0xca, +0x0c,0xf2,0x2a,0x00,0x01,0xea,0x0c,0x74,0xe0,0xd6,0x02,0x70,0xc7,0x4e,0x0d,0x61, +0x20,0x2c,0x74,0xe2,0xd6,0x7f,0x7e,0xff,0xbf,0xee,0x60,0x45,0xed,0xdf,0xee,0xf6, +0x02,0x57,0xe6,0x9e,0x4e,0x60,0x9b,0x0f,0x34,0xe0,0xd6,0x0e,0x54,0xf1,0x4e,0x0d, +0x66,0xf0,0xcc,0x04,0xe0,0xd6,0x15,0x08,0x50,0x26,0x0d,0x60,0x7c,0x00,0xf0,0x03, +0x9d,0x53,0x79,0xcf,0xe1,0x00,0x98,0x6b,0xbf,0x40,0x00,0x00,0x01,0x15,0xf2,0x11, +0x2f,0x83,0x4e,0x1b,0xf0,0x09,0x5d,0x21,0x15,0xf2,0x11,0x00,0x10,0x14,0x6f,0x44, +0x10,0x0a,0x97,0xfe,0xee,0xf4,0x04,0xf4,0x7b,0x00,0x0f,0x40,0xe9,0x07,0x0b,0x00, +0x40,0x10,0x7c,0x44,0x4e,0xff,0x11,0x10,0x30,0xc7,0x58,0x00,0xba,0x4b,0x10,0xcb, +0x3c,0x0b,0xf7,0x1d,0x00,0x14,0xf7,0x5e,0x40,0x9e,0x54,0xef,0xab,0xfc,0x00,0x77, +0x4a,0x87,0x65,0xc1,0x00,0x20,0xd5,0xf4,0xf0,0x00,0x1f,0x3e,0x4f,0x4f,0x00,0x0a, +0xc1,0xf2,0xf4,0xf3,0x14,0xf4,0xad,0x0f,0x4f,0x87,0x3b,0x1d,0x40,0x61,0xdf,0x30, +0xc9,0x0e,0xf0,0x08,0xe8,0xee,0xef,0x10,0xe1,0x04,0x6d,0x43,0xf7,0x8e,0x11,0x10, +0xd8,0x8f,0x78,0xe1,0x9f,0x5d,0x88,0xf7,0x8e,0x10,0x72,0x0b,0x00,0x20,0x00,0x0d, +0x0b,0x00,0xf3,0x05,0x88,0xda,0x7f,0x78,0xe1,0x0e,0x69,0xc5,0x94,0x5e,0x15,0xf0, +0x5e,0xa7,0x01,0xf1,0x48,0x1c,0x30,0xb4,0xa2,0x0c,0xf0,0x04,0x0b,0x61,0x81,0x6e, +0x08,0x60,0x4d,0x3c,0x96,0xe2,0xf5,0x01,0x00,0x77,0x9f,0x59,0x16,0xf7,0x0e,0x6b, +0x2f,0x70,0x90,0xe7,0x22,0x2e,0x50,0x01,0x0e,0x1d,0x0a,0x10,0xe4,0x0b,0x00,0x10, +0x7e,0x0b,0x00,0xb2,0x1f,0x70,0xe5,0x02,0x3e,0x51,0xb0,0x0e,0x50,0x5f,0xd2,0x85, +0x0d,0xf6,0x28,0xcc,0x4f,0xff,0xff,0xc0,0x01,0xa4,0xf7,0x66,0xbc,0x00,0x10,0x1f, +0x98,0x8c,0xc0,0x5f,0x72,0xfd,0xdd,0xec,0x00,0x7c,0x03,0x22,0x32,0x20,0x00,0x31, +0xf5,0x2f,0x57,0x10,0x0d,0x8f,0xfb,0xff,0xc3,0x06,0xf2,0xf2,0x0f,0x62,0x11,0xe8, +0x3f,0x97,0xf6,0x8a,0x1c,0x16,0xfb,0x6a,0xfe,0x50,0x57,0x1e,0xf4,0x27,0x00,0xdd, +0x8f,0xff,0xff,0xf1,0x01,0x91,0x38,0xf3,0x33,0x00,0x00,0x55,0xbe,0x55,0x52,0x7b, +0x3c,0xef,0xef,0xfd,0x61,0x93,0x1c,0xd3,0x3e,0x90,0x01,0x3e,0xb7,0xd0,0x4f,0x50, +0x7d,0x3d,0x7e,0xba,0xa0,0x0d,0x78,0xa5,0xdd,0x6f,0x25,0xf1,0x83,0x7d,0x63,0x83, +0x16,0x00,0x5f,0x80,0xb3,0x25,0xf7,0x63,0x42,0x44,0xf8,0x44,0x00,0x8e,0x69,0x9f, +0xb9,0x90,0x00,0x03,0xdd,0xfe,0xda,0x06,0xd5,0xab,0xbf,0xcb,0xb5,0x04,0x41,0xbb, +0xbb,0xb6,0x00,0x07,0x2f,0x87,0x7c,0x90,0x04,0xf3,0xfa,0xaa,0xd9,0x00,0xba,0x1f, +0xdc,0xce,0x90,0x2f,0x41,0xf3,0x13,0xb9,0x00,0x80,0x1f,0x10,0xbe,0x50,0x01,0x00, +0x30,0x00,0x01,0x01,0xf9,0x3f,0x21,0x7c,0xf3,0x03,0xae,0xff,0xaf,0x72,0x00,0x00, +0x7b,0x21,0xf1,0x00,0x6e,0x6a,0x9d,0x0f,0xdd,0x80,0x33,0xff,0xfa,0xf4,0xe0,0x01, +0x24,0x7e,0x4f,0x3e,0x00,0x8c,0x4a,0xfd,0xf3,0xe0,0x0d,0x7f,0xde,0x8d,0x3e,0x04, +0xf1,0x04,0xd9,0x83,0xe0,0x39,0x00,0x4d,0x84,0x3e,0x7e,0x0f,0x30,0x00,0xbd,0x4d, +0xff,0x2c,0xf0,0x08,0xa6,0xd7,0x11,0xaa,0x00,0x00,0x0d,0xfe,0xef,0xa0,0x5e,0x70, +0xdb,0x77,0xda,0x00,0x48,0x06,0x77,0x77,0x40,0x00,0x52,0xf3,0x02,0xf2,0x03,0x2f, +0x5f,0x7a,0xd7,0xf0,0x09,0xc2,0xf6,0x9c,0x5f,0x02,0xf4,0x6f,0x9b,0xd8,0xf3,0x2a, +0x0d,0x20,0x27,0xf7,0x2c,0x30,0x02,0x10,0x00,0xea,0x1e,0x80,0xd8,0x00,0x03,0xab, +0xed,0xaf,0xff,0xa0,0x10,0xae,0x7c,0xe3,0x32,0x5f,0x76,0xe4,0x6e,0xff,0x60,0x54, +0x7f,0xfa,0x2b,0xd1,0x00,0x08,0xa9,0xa3,0xd8,0x20,0x7b,0xa7,0x9c,0xff,0xfa,0x0c, +0x8e,0x4a,0x80,0xc6,0x02,0xf8,0xd2,0xd6,0x1d,0x60,0x3b,0x76,0xcd,0x1e,0xf3,0x00, +0xbb,0x1b,0xf0,0x09,0xb4,0x03,0x39,0xe3,0x32,0x08,0xe4,0xde,0xfe,0xed,0x90,0x04, +0x2d,0xaa,0x8b,0xd2,0x2b,0x1a,0x97,0xa8,0x97,0xa0,0xc7,0x2e,0xbb,0x0d,0xf1,0x0e, +0x60,0x57,0x77,0x9f,0x00,0x4f,0x1d,0xc9,0x99,0x90,0x0a,0xb1,0xff,0xee,0xee,0x61, +0xf5,0x00,0x00,0x13,0xf3,0x05,0x00,0x00,0x0a,0xfa,0x00,0x03,0x10,0xe7,0x51,0x10, +0x7f,0x6b,0x29,0xf8,0x21,0x64,0xf3,0x3f,0x72,0x10,0x40,0x3f,0x8e,0xfe,0xd4,0x4f, +0xb4,0xf9,0xb6,0x6f,0x40,0x23,0x5e,0x9c,0x88,0xf4,0x00,0x56,0xd9,0xec,0xcf,0x40, +0x4f,0x9c,0x33,0xe7,0x70,0x0b,0xac,0x8d,0x7e,0x6f,0x42,0xf7,0xf9,0xe2,0xf5,0xab, +0x19,0x4b,0x02,0xcd,0x21,0xbf,0x10,0xf8,0x27,0xcb,0x1e,0xff,0xff,0x40,0x01,0xb3, +0xeb,0xa1,0xf4,0x00,0x00,0x1e,0x6e,0x3f,0x50,0x6e,0x4e,0xff,0xff,0xff,0x51,0xba, +0xe8,0x55,0x55,0xe5,0x00,0x14,0xfc,0xbb,0xf8,0x10,0x0d,0x3e,0xba,0xaf,0x50,0x06, +0xe0,0xed,0xcc,0xf5,0x01,0xe7,0x0e,0x31,0x1f,0x50,0x08,0x10,0xe2,0x2f,0xe2,0xbb, +0x1d,0xf6,0x28,0x91,0x23,0x4f,0x73,0x30,0x0a,0xdd,0xff,0xee,0xfe,0x40,0x03,0x4d, +0xa2,0x4f,0x50,0x68,0x3f,0x8b,0xc4,0x5f,0x32,0xe7,0x4c,0xe6,0xeb,0x30,0x01,0x08, +0xef,0xfc,0xb3,0x00,0x5a,0x19,0xf8,0xe5,0xb0,0x0b,0xde,0xfa,0x0c,0xf5,0x02,0xf3, +0x5a,0xc9,0x6e,0xc2,0x4b,0x00,0xec,0x81,0x1b,0x30,0x7f,0x37,0x81,0x01,0xe6,0x0f, +0x3e,0x4f,0x30,0x06,0xad,0xdb,0x24,0xf0,0x34,0x3f,0x6f,0x7f,0x60,0x8d,0x32,0x73, +0x53,0x73,0x00,0x93,0xef,0xff,0xff,0xf1,0x00,0x0e,0x51,0xf5,0x3f,0x10,0x6c,0x4f, +0xff,0xff,0x70,0x0d,0x72,0xf0,0xf4,0xd5,0x05,0xf1,0x2f,0x0f,0xaf,0x40,0x26,0x00, +0x20,0xf5,0x10,0x00,0x08,0x12,0x7e,0x3a,0xb3,0x01,0xbd,0xde,0xfe,0xff,0xe2,0x00, +0x23,0x6c,0x39,0x93,0x18,0xa2,0x88,0xdb,0xea,0x83,0x08,0x2c,0xec,0x0d,0xf8,0x43, +0x05,0xc8,0xd5,0xe5,0xf1,0x06,0xed,0x8f,0xcf,0x9f,0x10,0xd8,0xce,0xba,0xcd,0xf1, +0x6f,0x1c,0x82,0x53,0x1f,0x12,0x70,0xc7,0x00,0x0c,0xd0,0x2c,0x20,0x00,0xff,0xee, +0x10,0x7d,0x11,0x1f,0x41,0x10,0x00,0x2c,0xee,0xfd,0xdf,0x78,0x90,0xc6,0x8e,0x75, +0xd2,0x1c,0x4d,0x7a,0xe6,0x48,0x00,0x10,0xe4,0x1d,0xff,0xb0,0x07,0xaf,0x20,0x08, +0x12,0x00,0xd7,0xf8,0xae,0xa7,0xd0,0x5f,0x6d,0xc7,0xe1,0x9b,0x73,0x79,0x77,0x0d, +0xdd,0x33,0x35,0x01,0xf4,0x28,0xc3,0x0a,0xa0,0x5d,0x00,0x05,0xcc,0xee,0xd8,0xb1, +0x10,0x10,0xcc,0xcd,0xdd,0xfb,0x3e,0x4c,0xcc,0xff,0x5c,0x40,0x43,0x2b,0x94,0xd9, +0xf2,0x00,0x1f,0xff,0xf3,0xef,0x00,0x3a,0x6f,0x66,0x0e,0xb0,0x09,0x95,0xff,0xc0, +0xda,0x00,0xf3,0xc8,0x7b,0x9e,0xf6,0x2b,0x4c,0x6f,0x8d,0x26,0x80,0xb3,0x09,0x21, +0x54,0x44,0x6d,0x2b,0x61,0xf0,0x00,0x11,0x4f,0x21,0x10,0x02,0x11,0xe0,0x50,0x04, +0xf1,0x11,0x11,0xf5,0x00,0x4f,0x33,0x33,0x3f,0x50,0x04,0xff,0xae,0x03,0xf4,0x00, +0x36,0x13,0x05,0x06,0x40,0x0d,0x96,0xe0,0xe5,0x8e,0x15,0xe1,0x4f,0x09,0x80,0x59, +0x40,0x32,0xa8,0x00,0xe4,0xb0,0x2d,0xf2,0x1e,0x70,0x02,0xb9,0x32,0xf4,0xc7,0x01, +0x6d,0xfb,0xaf,0x0b,0x60,0x3f,0xeb,0x3d,0xf5,0xb6,0x00,0x0b,0x81,0xeb,0xeb,0xab, +0x0c,0xf5,0xab,0x01,0x4f,0x80,0x39,0x15,0x05,0x14,0x70,0x0b,0xb1,0xf0,0xd7,0x4f, +0x32,0xd2,0x0d,0x17,0x80,0xb6,0x61,0x15,0x30,0x06,0xf1,0x7d,0xf0,0x2b,0xa1,0xcd, +0xfc,0xcc,0x20,0xcf,0x96,0x9f,0x66,0x61,0x7f,0xa8,0x2b,0xc1,0x2f,0xa7,0xaf,0x77, +0x50,0x00,0xf9,0x69,0xf6,0x64,0x00,0x0f,0xdb,0x30,0xf0,0x08,0xd4,0x52,0x72,0x86, +0x00,0xd9,0x5e,0x0f,0x57,0xe1,0x4c,0x13,0xc0,0x96,0x0c,0x50,0x02,0xc2,0x02,0xf4, +0x00,0x03,0xf2,0x05,0x00,0x41,0xf8,0x67,0xf9,0x65,0x3d,0x22,0x11,0x04,0x46,0x38, +0x01,0x33,0x0d,0xa0,0xe6,0x66,0x6e,0x80,0x0d,0xa0,0x00,0x0d,0x80,0x6f,0xd2,0x3e, +0x14,0x3a,0xba,0x51,0x04,0x85,0x2d,0xf5,0x27,0xf2,0xdf,0xfe,0xb1,0x0f,0x4f,0x2d, +0x60,0x00,0x00,0xf6,0xf4,0xd6,0x11,0x10,0x0f,0xff,0xdd,0xff,0xff,0x20,0xf4,0x00, +0xef,0x85,0xf0,0x0f,0xff,0x5f,0x9d,0x9c,0x01,0xf3,0xd5,0xf4,0xef,0x50,0x4f,0x0d, +0x8f,0x1b,0xf1,0x08,0xc0,0xdc,0xeb,0xfe,0xd1,0x66,0x0d,0xc9,0xc3,0x1c,0x30,0x6a, +0x47,0x90,0xfe,0x00,0x28,0x64,0x46,0xf6,0x30,0x00,0xe6,0x0a,0x35,0x52,0x2f,0x30, +0x03,0xf3,0x00,0x46,0x3e,0xf5,0x0a,0x23,0x35,0xfd,0xf5,0x31,0x00,0x05,0xfa,0x3f, +0x20,0x00,0x3b,0xf9,0x02,0xf2,0x00,0x4f,0xc3,0x04,0x7f,0x20,0x00,0x30,0x00,0xaf, +0x49,0x06,0xf9,0x26,0xc7,0x02,0x2d,0x82,0x03,0xdd,0x80,0x9d,0xfe,0xd4,0x5f,0xff, +0x53,0x3e,0x83,0x28,0x8c,0x76,0xff,0xff,0xfd,0x43,0xc7,0x00,0x00,0x9a,0x01,0x6e, +0xfb,0xff,0xff,0xfb,0x6f,0xf9,0x18,0x92,0xab,0x20,0x0c,0x70,0x3f,0x29,0xa0,0x00, +0xc7,0x00,0x54,0xba,0x00,0x0c,0x70,0x00,0xde,0xc1,0x52,0x00,0x46,0x4b,0xf0,0x02, +0x38,0x00,0x28,0x6e,0x00,0x5e,0x1e,0x50,0x1e,0xde,0x34,0x8f,0x47,0x40,0x05,0xae, +0xcf,0x00,0x3b,0x10,0x6e,0x26,0x5c,0xf9,0x0e,0x03,0xee,0x00,0xcf,0xa0,0x00,0x4f, +0xce,0x02,0xf8,0xf1,0x00,0x05,0x5e,0x0b,0xd0,0xcb,0x00,0x00,0x5e,0x9f,0x30,0x3f, +0xa0,0x00,0x5f,0xb5,0x00,0x04,0x34,0x1c,0x61,0x33,0x34,0xf8,0x33,0x32,0x0f,0x11, +0x0f,0xf2,0x0d,0x87,0x1b,0xb8,0x94,0xb0,0x01,0xb5,0xdf,0xd2,0xb4,0x00,0x39,0x89, +0xeb,0xcd,0x60,0x1e,0x97,0xfd,0xbe,0x7e,0x51,0x44,0x44,0xf9,0x54,0x53,0x4f,0x30, +0x13,0x08,0x7f,0x29,0x01,0x04,0x01,0xb0,0xea,0xff,0xff,0xfa,0x18,0xd2,0x23,0x6f, +0x63,0x20,0x6c,0xba,0x5c,0xf0,0x09,0x29,0xd3,0x02,0xfe,0x70,0x06,0xef,0x90,0xcf, +0xfe,0x90,0x06,0xc0,0x9f,0xce,0x4f,0x40,0x6c,0x2b,0x86,0xe0,0x95,0x3b,0xfe,0xc5, +0x50,0x30,0xa4,0x00,0x06,0xf8,0x13,0x00,0xbd,0x07,0xf2,0x28,0x7d,0xdd,0x9f,0xff, +0xff,0x23,0x7f,0x67,0xe1,0x14,0xf2,0x03,0xf0,0x5e,0x3b,0x3f,0x21,0x7f,0x55,0xe4, +0xe3,0xf2,0x5e,0xfe,0x6e,0x5d,0x3f,0x20,0x3f,0x04,0xc7,0xb2,0xd2,0x03,0xf4,0x10, +0xbe,0x40,0x04,0xbf,0xf6,0x5e,0xe6,0x37,0x9d,0x83,0x5f,0x5d,0x75,0xb0,0x00,0x2f, +0x50,0x8f,0xf5,0x89,0x17,0xf3,0x27,0x4d,0xdd,0x13,0xea,0xdd,0xb1,0x7f,0x53,0x4e, +0x4b,0xc4,0x03,0xf0,0xd7,0xe0,0x9a,0x01,0x7f,0x3e,0x6e,0x09,0xa0,0x3e,0xfd,0xf5, +0xe9,0xff,0xa0,0x3f,0x2b,0x4e,0x2a,0xb2,0x03,0xf0,0x06,0xc0,0x9a,0x00,0x5f,0xa0, +0xb9,0x09,0xa0,0x7f,0xea,0x8f,0x46,0xcc,0x61,0x20,0x2e,0x53,0xdd,0x51,0x21,0xf4, +0x5f,0x8f,0xff,0x9f,0xff,0xff,0x41,0x7f,0x37,0xb3,0xf1,0xf4,0x04,0xe0,0x7f,0xff, +0xff,0x42,0x8f,0x47,0xc7,0xf5,0xf4,0x6e,0xfd,0x7e,0xaf,0x9f,0x40,0x4e,0x02,0x58, +0xf6,0x51,0x04,0xf7,0x8f,0xff,0xff,0x55,0xdf,0xf4,0x37,0xf4,0x31,0x7d,0x62,0x55, +0x8f,0x65,0x40,0x00,0x4d,0xdd,0xdd,0xda,0xad,0xd6,0xe5,0x7a,0x3f,0x04,0xda,0x2e, +0x78,0xb6,0xf0,0x0b,0x60,0xef,0xff,0xff,0x06,0xec,0x58,0x88,0x88,0x82,0x5e,0xb5, +0x88,0xdc,0x88,0x30,0xb6,0x1c,0xce,0xec,0xc2,0x0b,0x83,0xf8,0xea,0x9f,0x37,0xef, +0x9f,0x5e,0x86,0xf3,0x89,0x41,0xf5,0xe8,0x7f,0x30,0x00,0x1f,0x5c,0x7c,0xd0,0xdc, +0x33,0x00,0x31,0x01,0x51,0x1f,0xa5,0xf9,0x55,0x50,0xbd,0x20,0x30,0x12,0xf6,0x00, +0xe0,0x56,0x01,0x70,0x0f,0x11,0x0e,0x57,0x01,0x42,0x22,0x2f,0x82,0x21,0x6e,0x10, +0x60,0x2d,0xdd,0xdf,0xed,0xdd,0x91,0xa3,0x0b,0x20,0x64,0x02,0x78,0x0b,0xa1,0x05, +0xfd,0xdf,0xed,0xef,0x05,0xf0,0x0f,0x50,0x6f,0xcb,0x30,0xa1,0x05,0xf2,0x2f,0x62, +0x7f,0x06,0xf4,0x4f,0x84,0x8f,0x4a,0x00,0xe3,0x0b,0x90,0x0f,0x50,0x5f,0x2f,0x50, +0x0f,0x52,0x7f,0x5c,0x00,0x0f,0x5e,0x63,0x13,0x00,0xbe,0x40,0x10,0xef,0xb6,0x03, +0xb1,0xe9,0x59,0xf5,0x5f,0x60,0xe9,0x39,0xf3,0x3f,0x60,0xef,0x1b,0x2b,0x32,0x28, +0xf2,0x2f,0x0a,0x00,0xf1,0x01,0x74,0x17,0xf1,0x11,0xd4,0x00,0x05,0xf6,0x57,0xf4, +0x00,0x01,0xdf,0xff,0xb0,0x06,0x3f,0x14,0x93,0x6e,0x13,0xf3,0x1e,0x70,0x06,0xfe, +0xff,0xfe,0x0b,0x00,0x11,0x05,0xd8,0x29,0xf0,0x03,0x18,0xf6,0x05,0xf8,0x10,0x4f, +0xdd,0x80,0x5e,0xcf,0x50,0x40,0xe8,0x06,0xe0,0x30,0x01,0xaf,0x8f,0x2d,0x45,0x6d, +0x40,0x06,0xe0,0x42,0x02,0x00,0x57,0x09,0xf0,0x1e,0x88,0x87,0x08,0xc2,0x30,0x1f, +0xcc,0xd2,0xff,0xff,0x91,0xe7,0x6e,0xef,0x65,0xf2,0x1e,0x87,0xd8,0x6f,0xf7,0x01, +0xfe,0xed,0x3a,0xff,0x93,0x1e,0x76,0xef,0xd5,0x6e,0xd1,0xe7,0x6d,0x5f,0xff,0xf4, +0x1f,0xee,0xc3,0xd0,0x0e,0x30,0xb0,0x31,0x5c,0x90,0x00,0x00,0x03,0xe2,0x2e,0x30, +0x00,0x02,0x72,0xf1,0x33,0xf0,0x05,0x20,0x00,0x6e,0xef,0xfe,0xee,0xd6,0xf6,0x66, +0x66,0xae,0x6e,0x00,0x00,0x07,0xe6,0xf5,0x55,0x55,0xae,0xff,0x2d,0x50,0xe6,0xe0, +0x00,0x00,0x7e,0x04,0x2f,0x10,0xe6,0x6c,0x03,0x53,0x6f,0x33,0x33,0x39,0xe0,0x4f, +0x08,0xf3,0x26,0xa0,0x0c,0x80,0x00,0x05,0xe9,0x51,0xf9,0x66,0x22,0xfd,0xdf,0x9e, +0xcc,0xf5,0x2f,0x03,0xfd,0x40,0x0e,0x42,0xfd,0xef,0x0d,0x50,0xf4,0x2f,0x57,0xf0, +0x6e,0x1f,0x32,0xf0,0x3f,0x00,0xc4,0xf2,0x2f,0x46,0xf0,0x00,0x2f,0x12,0xff,0xff, +0x01,0x28,0xf0,0x2d,0x00,0x00,0x5f,0xf7,0xc1,0x0f,0xf1,0x22,0x3d,0x60,0xd6,0x00, +0x00,0xf3,0xd6,0x3f,0xee,0xe2,0x0f,0x3d,0x7b,0xb7,0x44,0x00,0xf3,0xdb,0xf2,0xec, +0x00,0x0a,0x2d,0x62,0x03,0xf6,0x00,0x24,0x96,0x44,0x47,0x10,0x09,0xee,0xfd,0xfd, +0xf3,0x00,0x99,0x6c,0x3f,0x0f,0x30,0x1a,0xb8,0xd5,0xf3,0xf6,0x0b,0x74,0x3d,0x03, +0x4f,0x06,0xf0,0x0c,0xf4,0x00,0xe7,0x00,0x06,0xae,0xda,0xbf,0xba,0x00,0x36,0x66, +0xfa,0x66,0x50,0x00,0xee,0xef,0xee,0xe5,0x00,0x88,0x88,0xfb,0x88,0x84,0x06,0x47, +0x56,0x11,0x30,0xca,0x34,0xc0,0x02,0xf0,0xf3,0xd5,0xa9,0x01,0x6f,0x4f,0x6d,0x8c, +0xb2,0x4d,0x00,0x10,0xf2,0x08,0x90,0x00,0x00,0x08,0x30,0x00,0x00,0x07,0xbc,0xfd, +0xbb,0x40,0x00,0xab,0x6d,0x54,0xf6,0x00,0x2b,0xb4,0xdc,0x2e,0x71,0x84,0x16,0xa2, +0x4f,0x35,0xd5,0x3f,0x60,0x0b,0x90,0x03,0x4d,0xc2,0x07,0x35,0x84,0x01,0xf2,0xf4, +0xd6,0xb9,0x01,0x5f,0x5f,0x3d,0x00,0x10,0xa0,0x0a,0x01,0x10,0x66,0xd3,0x3f,0x50, +0x6e,0x22,0x22,0x2f,0x66,0x96,0x01,0xf1,0x03,0x6e,0x00,0x00,0x0f,0x66,0xfd,0xdd, +0xdd,0xf6,0x6f,0x55,0x55,0x5f,0x66,0xe1,0x11,0x11,0xf6,0x24,0x00,0x51,0xe2,0x22, +0x22,0xf6,0x00,0x06,0x55,0xb1,0xaa,0xab,0xfc,0xaa,0xa5,0x07,0x77,0x9f,0x87,0x77, +0x30,0x71,0x2f,0x20,0x00,0xda,0xa8,0x15,0xa0,0x0d,0xc9,0x99,0x9f,0x50,0x00,0xde, +0xdd,0xdd,0xf5,0xf1,0x3c,0xd2,0x4f,0x50,0x00,0xdf,0xee,0xee,0xf5,0x01,0x5e,0x95, +0x55,0x5f,0x83,0x6a,0x00,0xf1,0x1d,0x00,0xe5,0x0e,0xff,0xff,0x41,0x3f,0x82,0xe7, +0x34,0xf4,0x7f,0xff,0xbe,0x61,0x2f,0x41,0x5f,0x71,0xef,0xff,0xf4,0x08,0xfc,0x0e, +0x50,0x1f,0x40,0xef,0xf9,0xe8,0x55,0xf4,0x7c,0xe7,0x6e,0xed,0xdf,0x47,0x3e,0x50, +0xe5,0x00,0xf4,0x2c,0x00,0x60,0x40,0x0e,0x50,0xd7,0x34,0xd3,0x03,0x02,0xf2,0x03, +0x42,0x00,0x6f,0xff,0xfe,0xdb,0x70,0x03,0x88,0xde,0x77,0x77,0x00,0x38,0x9f,0xa8, +0x88,0x80,0x90,0x13,0xf0,0x11,0x14,0xfc,0x88,0x88,0x50,0x02,0xef,0xa8,0x88,0xe9, +0x03,0xfc,0xfd,0xcc,0xcf,0x90,0x08,0x0f,0xba,0xaa,0xe9,0x00,0x00,0xf9,0x66,0x6d, +0x90,0x00,0x0f,0xdc,0xcc,0xf9,0xe6,0x18,0xf0,0x0f,0x20,0x00,0x00,0x78,0x88,0xec, +0x88,0x83,0x07,0x88,0x8f,0xa8,0x88,0x20,0x0b,0xed,0xdd,0xdf,0x20,0x00,0xbd,0xaa, +0xaa,0xf2,0x00,0x0b,0xeb,0xbb,0xcf,0x20,0x47,0x4c,0x72,0xf2,0x00,0x1b,0xc6,0x66, +0x8f,0x41,0x53,0x00,0xb3,0x17,0xd8,0x02,0xfc,0x60,0x0b,0xb5,0x00,0x01,0x6d,0x40, +0x87,0x52,0xf0,0x58,0x00,0x05,0x66,0x61,0x0d,0xff,0xf8,0xee,0xdf,0x44,0xf8,0xf4, +0x2e,0x50,0xf4,0x16,0x4f,0x00,0xe5,0x0f,0x45,0xff,0xff,0xce,0x50,0xf4,0x14,0xae, +0x43,0xe5,0x0f,0x40,0x0c,0xf8,0x0e,0x50,0xf4,0x02,0xf8,0xf6,0xe8,0x4f,0x41,0xdc, +0x07,0x9e,0xff,0xf4,0x2a,0x00,0x00,0x93,0x07,0x20,0x9f,0xff,0x9e,0xee,0xf6,0x01, +0xab,0x22,0x86,0x3e,0x50,0x0c,0x60,0x0d,0x50,0xf4,0x01,0xfb,0xa0,0xf4,0x1f,0x20, +0x9f,0x9f,0x2f,0xdd,0xfd,0x3b,0xf3,0xf2,0x44,0x45,0xf3,0x3f,0x3f,0x46,0x66,0x4f, +0x10,0xf7,0xf9,0xff,0xfa,0xf0,0x0f,0xdd,0x10,0x02,0x9c,0x8a,0x18,0x28,0xee,0x50, +0xc1,0x2c,0xf0,0x27,0xff,0xfc,0xff,0xff,0xf5,0x2b,0xa2,0x11,0x6e,0x11,0x00,0xe5, +0x07,0xff,0xff,0xf1,0x3f,0x97,0x8d,0x9f,0x7f,0x1b,0xf9,0xf9,0xd9,0xf7,0xf1,0xcf, +0x0f,0x9f,0xff,0xef,0x13,0xf0,0xf5,0x78,0xb0,0x00,0x1f,0x4f,0x4f,0xd7,0x00,0x01, +0xfd,0xd4,0xcf,0xa4,0x20,0x04,0x00,0x96,0x26,0x9b,0x4f,0x59,0xf5,0x2a,0x30,0x00, +0x0a,0xff,0xf2,0xdb,0x32,0x00,0x2b,0xa2,0x6f,0xde,0xf1,0x00,0xe5,0x3f,0xc6,0xcc, +0x60,0x3f,0x98,0xbe,0x9f,0x9f,0x1b,0xf9,0xe6,0xfd,0xfd,0xf1,0xbf,0x3e,0x6d,0x5e, +0x5f,0x13,0xf3,0xe8,0xfd,0xfd,0xf1,0x0f,0x7e,0xad,0xaf,0xaf,0x10,0xfd,0xde,0x63, +0xe3,0xf1,0x06,0x03,0xd0,0x16,0xcc,0x4d,0x1c,0x21,0x66,0x63,0x79,0x17,0x02,0xcf, +0x06,0x02,0xae,0x29,0x10,0x05,0x32,0x4b,0xf2,0x2e,0x30,0x0a,0x60,0xf7,0x2b,0x10, +0x04,0xf4,0x0f,0x70,0xdb,0x01,0xdc,0x00,0xf7,0x05,0xf3,0x2c,0x14,0x6f,0x70,0x0d, +0x50,0x00,0x9f,0xd2,0x00,0x00,0x02,0x7d,0x21,0x29,0xb2,0x10,0xef,0xfe,0x9e,0xff, +0xe7,0x03,0xff,0xa1,0x7f,0xf8,0x03,0xfb,0xd9,0xad,0xac,0xd8,0x04,0x6a,0x35,0x58, +0x93,0x20,0x08,0x99,0x99,0x99,0x40,0x19,0x15,0xf4,0x01,0x28,0x62,0xe7,0x5a,0x21, +0x08,0xf4,0x1e,0x62,0xdc,0x11,0xa3,0x4f,0xd2,0x01,0xa2,0x2f,0x35,0xf3,0x24,0xf5, +0x33,0x32,0x1e,0xfe,0xee,0xee,0xfe,0x80,0x0f,0x4a,0xbd,0x4c,0x80,0x00,0xf7,0xd8, +0xb9,0xc8,0x00,0x0f,0xdd,0xcc,0xdf,0x80,0x01,0x66,0x7f,0x96,0x64,0x00,0xbf,0xef, +0xff,0xff,0xf3,0x0b,0x96,0xf5,0xac,0x1f,0x30,0xb9,0xac,0xa9,0xa4,0xf3,0x0b,0x90, +0x00,0x08,0x31,0x48,0xf0,0x26,0x14,0x7c,0x50,0x2f,0x10,0x04,0xbf,0x81,0x33,0xf3, +0x40,0x23,0xf7,0x2e,0x7f,0x6f,0x09,0xff,0xfc,0xf5,0xf1,0xe5,0x05,0xf9,0x5e,0x2f, +0x18,0x40,0xcf,0xf6,0x22,0xf2,0x91,0x4e,0xf9,0x40,0x2c,0xad,0x09,0x6f,0x50,0x00, +0x9f,0x30,0x10,0xf5,0x48,0xed,0x30,0x00,0x0f,0x4a,0xb5,0xe8,0x00,0xf4,0x2a,0x01, +0x20,0x00,0x03,0x9c,0xf5,0x8c,0x00,0x00,0x28,0xf4,0x0d,0xff,0xff,0x71,0x3f,0x56, +0xf5,0xf7,0xf2,0x7f,0xff,0xc8,0x1f,0x46,0x00,0x6f,0x70,0xb6,0xf8,0xc0,0x0d,0xff, +0x5f,0x4f,0x5f,0x27,0xbf,0x67,0xe1,0xf3,0xd6,0x73,0xf2,0xa8,0x1f,0x3a,0x80,0x0f, +0x20,0x25,0xf3,0x00,0x00,0xf2,0x01,0xec,0x00,0x0a,0xf8,0x26,0x6a,0xe2,0x0b,0xd2, +0x10,0x3c,0xf6,0x3c,0xff,0xfe,0x00,0x0f,0x29,0xc9,0x5f,0x50,0x9f,0xff,0x63,0xef, +0x60,0x02,0xaf,0x89,0xfb,0xf8,0x20,0x0d,0xff,0x43,0xdf,0xff,0x76,0xcf,0x88,0xfa, +0x37,0xf1,0x95,0xf2,0x13,0x7f,0xf4,0x00,0x0f,0x21,0x6d,0xe4,0x00,0x00,0xf2,0xac, +0x60,0xcb,0x59,0xf0,0x04,0x02,0x9e,0xe5,0xff,0xff,0xd0,0x28,0xf3,0x3f,0x11,0x6d, +0x01,0x4f,0x54,0xf9,0x9b,0xd0,0x6f,0xff,0x8f,0x53,0xf2,0x12,0x7f,0x74,0xdd,0xdd, +0xd2,0x0e,0xff,0x43,0x6f,0x43,0x08,0xcf,0x72,0xee,0xfe,0xd0,0x66,0xf2,0x04,0x6f, +0x43,0x00,0x0f,0x24,0x47,0xf5,0x42,0x00,0xf2,0xde,0xee,0xee,0x60,0x20,0x37,0x61, +0x11,0x16,0xf4,0x11,0x10,0x4f,0x7e,0x11,0xf0,0x03,0xf1,0x34,0x14,0x42,0xf4,0x2b, +0x7f,0xa0,0xaf,0xb9,0x20,0xed,0x40,0x00,0x3b,0xd0,0x02,0xdf,0x43,0x44,0x54,0x03, +0x36,0xf5,0x33,0x00,0x99,0x1a,0x40,0xf7,0x55,0x51,0x2c,0xf8,0x59,0x12,0x30,0xb9, +0x0c,0x61,0x33,0x34,0xf9,0x33,0x31,0x0f,0x50,0x09,0xf6,0x1d,0xf4,0x5a,0x04,0xa2, +0xe7,0x05,0xce,0x40,0x2a,0xf9,0x00,0x29,0x10,0xe6,0xb6,0x70,0x15,0x55,0x6f,0x8c, +0xb5,0x32,0xdd,0xde,0xff,0xdd,0xd8,0x00,0x01,0xdc,0xe4,0x00,0x00,0x38,0xec,0x14, +0xfa,0x41,0x0e,0xd6,0x00,0x03,0xbf,0x70,0xbd,0x00,0xf0,0x28,0x01,0x44,0x48,0xf5, +0x44,0x41,0x4f,0xbc,0xcb,0xcc,0xcf,0x43,0xd7,0xe9,0x07,0xea,0xc2,0x1d,0xa4,0xca, +0x12,0x8d,0x20,0x6f,0xbd,0xbb,0xbf,0x70,0x06,0xf4,0xfc,0xc6,0xe7,0x00,0x6f,0x8a, +0x7e,0x2e,0x70,0x06,0xf2,0xaf,0xe4,0xe7,0x00,0x6f,0xa8,0x24,0x5f,0x70,0x06,0xfd, +0xdd,0xdd,0xe6,0xa8,0x19,0x40,0x20,0x00,0x00,0x8d,0x8e,0x31,0xb1,0x03,0x5d,0x64, +0x4c,0x84,0x00,0x44,0xf9,0x44,0xf8,0x42,0x9b,0x00,0xb1,0x80,0x0b,0xdd,0xdd,0xdd, +0x40,0x00,0xd8,0x22,0x23,0xf4,0x73,0x31,0xf1,0x04,0x40,0x00,0x06,0xf0,0xc8,0x03, +0x20,0x27,0xf8,0x0c,0x92,0x9a,0x2f,0xd6,0x00,0x7f,0xff,0x40,0x10,0x85,0x06,0xf3, +0x27,0xb0,0xa8,0x6c,0x2f,0x14,0x8e,0x7a,0x97,0xd3,0xf1,0x8c,0xcc,0xbf,0xff,0xff, +0x13,0x73,0x97,0x77,0x77,0x73,0x3c,0x5a,0x99,0xde,0x99,0x41,0xe7,0x7a,0xcf,0xec, +0xc3,0x1c,0x97,0xc9,0xf9,0xae,0x34,0x8e,0xfd,0x6e,0x77,0xe3,0x9c,0x73,0xc6,0xe7, +0x8e,0x30,0x00,0x0c,0x6d,0x6d,0xe1,0xbb,0x00,0xf1,0x18,0x81,0x00,0x54,0x00,0x00, +0x8f,0xba,0x7e,0xeb,0xb4,0x4f,0x6f,0x8b,0xe7,0xf5,0x12,0xa7,0xc9,0xab,0x7d,0x30, +0x06,0x99,0xbf,0x99,0xf5,0x00,0x4c,0xcd,0xfc,0xcf,0x50,0x07,0xe5,0x8f,0x55,0x52, +0x00,0xaf,0xef,0x43,0xe4,0x4d,0xef,0x00,0x9c,0x03,0xbf,0xa4,0xf1,0xdf,0x80,0x1b, +0x40,0x4f,0x03,0x62,0x44,0xf0,0x03,0x3f,0x84,0x3c,0xc4,0x43,0x1d,0xef,0xcd,0xfd, +0xfc,0x82,0xa3,0xa3,0xe8,0x3b,0x20,0x02,0xff,0x2f,0x10,0x60,0x77,0x77,0xfa,0x77, +0x75,0x27,0x44,0x29,0xf0,0x00,0x50,0xce,0xee,0xee,0xff,0xe5,0x02,0x5f,0x72,0x2d, +0xa2,0x10,0x00,0x9f,0x23,0x6a,0x2f,0x33,0x42,0xfe,0x30,0xc6,0x11,0xf2,0x23,0x3f, +0x63,0x1d,0xb3,0x31,0x0b,0xff,0xdc,0xfe,0xfd,0x63,0xd2,0xc6,0xd9,0x1c,0x30,0x00, +0x3a,0xd6,0xbc,0x50,0x03,0xee,0xed,0xcd,0xec,0xf7,0x04,0x13,0x49,0x43,0x43,0x10, +0x0c,0x71,0xf2,0x2f,0x30,0x00,0x5e,0x0a,0x88,0xd0,0x00,0x22,0x62,0x43,0xe8,0x21, +0x1f,0xf4,0x0a,0xf2,0x1b,0x30,0x00,0x51,0x00,0x00,0xde,0xaa,0x7f,0xba,0xa2,0xad, +0xbd,0x8f,0x9c,0xe6,0x12,0x7d,0xec,0xec,0xde,0x20,0x06,0xf9,0x99,0x9b,0xf3,0x00, +0x6f,0xaa,0xaa,0xbf,0x30,0x06,0xf8,0x88,0x8a,0xf3,0x00,0x25,0xf8,0x59,0xf5,0x5f, +0x19,0xa4,0x31,0x6e,0xb1,0x17,0xf1,0x10,0x2d,0x80,0x00,0x6e,0x17,0x23,0xf0,0x27, +0x70,0x00,0x55,0x00,0x00,0xaf,0xbb,0x6d,0xeb,0xb6,0x4f,0x5f,0x67,0xe5,0xf5,0x13, +0x80,0x76,0xf3,0x08,0x20,0x2f,0xfe,0xee,0xee,0xff,0x42,0xd9,0x99,0x99,0x99,0xd4, +0x00,0xdb,0x66,0x6a,0xe0,0x00,0x0d,0xed,0xdd,0xdc,0x00,0x00,0xdd,0xaa,0xaa,0xa5, +0x00,0x0d,0xb6,0x66,0x6e,0x70,0xc9,0x05,0xd2,0xf7,0x00,0x00,0x87,0x0f,0x52,0xc3, +0x00,0x38,0xf4,0xf8,0xbb,0x41,0x90,0x00,0xf2,0x01,0x01,0xbe,0xff,0xd6,0x00,0x1a, +0xfc,0x1f,0x67,0xed,0x30,0x73,0x00,0xd4,0x00,0x61,0x3f,0x05,0xf2,0x38,0x33,0x5f, +0xef,0x93,0x32,0x16,0xaf,0xd1,0x6f,0xc8,0x41,0xda,0x50,0x00,0x29,0xd6,0x12,0xd6, +0x50,0x5f,0x00,0x05,0xad,0xae,0x05,0xf4,0x42,0x2e,0xde,0x80,0x5f,0xff,0x95,0x9e, +0xc9,0x05,0xf0,0x00,0x5a,0xfc,0x92,0x7f,0x32,0x00,0x8f,0xe2,0xff,0xff,0xf5,0x2f, +0xfd,0xcf,0x40,0x0f,0x59,0xad,0x63,0xf3,0x00,0xf5,0x21,0xd6,0x0f,0xff,0xff,0x50, +0x0d,0x60,0xf7,0x44,0xf5,0x77,0x04,0xf8,0x27,0x5f,0x43,0x47,0xf4,0x41,0x7a,0xfc, +0x79,0xaf,0x99,0x23,0xef,0xd1,0xde,0xfd,0xd1,0x5a,0xf9,0x69,0xbf,0x99,0x56,0xdf, +0xc4,0x88,0x88,0x83,0x0b,0xf9,0x1f,0xcb,0xdf,0x04,0xff,0xd5,0xfa,0xab,0xf0,0xa9, +0xf1,0x1f,0xcc,0xdf,0x03,0x3f,0x01,0xf2,0x15,0xf0,0x03,0xf0,0x1f,0x14,0xfa,0x7f, +0x0a,0xf0,0x00,0x56,0x78,0xac,0xef,0x30,0x0a,0xcd,0xfa,0x64,0x10,0x00,0x05,0xe8, +0x28,0xf2,0x7a,0x0c,0xf3,0x14,0xc4,0x00,0x00,0x03,0x9e,0x60,0xac,0x00,0x08,0xff, +0xfe,0xff,0xfa,0x00,0x58,0x54,0xf3,0x22,0x90,0x03,0xea,0x1f,0x3d,0xd2,0x03,0xfb, +0x35,0xf3,0x0b,0xe1,0x04,0x07,0xfc,0x00,0x03,0xd9,0x0f,0xf3,0x28,0x62,0xf6,0xff, +0xff,0xc0,0x0f,0x4f,0x26,0xe4,0xf8,0x00,0xf4,0xf1,0x0d,0xfc,0x00,0x0d,0x4f,0x8e, +0xeb,0xfd,0x20,0x19,0xfb,0x9c,0x50,0x30,0x00,0xdf,0xfd,0x66,0x80,0x00,0x8e,0xff, +0xcd,0xef,0xc0,0x05,0x98,0x4f,0x75,0x36,0x00,0x7f,0x91,0xf5,0x9f,0x70,0x2c,0x53, +0xfd,0x20,0x4b,0x10,0xe5,0x5b,0x50,0xa0,0x55,0x55,0x53,0x03,0x28,0x42,0x30,0x80, +0xc8,0x8a,0x69,0x5c,0xf0,0x03,0xff,0x50,0x0f,0x60,0x01,0x6f,0x80,0x00,0xf6,0x00, +0x2c,0xfa,0x70,0x0f,0x60,0x03,0xfb,0x94,0x92,0x09,0xf0,0x00,0x36,0x40,0x0f,0x70, +0x05,0xff,0xeb,0xff,0xff,0xfc,0x25,0x10,0x14,0x44,0x44,0xe4,0x01,0x00,0x9b,0x14, +0xf3,0x26,0x37,0xdd,0xdd,0x50,0x08,0xa1,0x3b,0xd7,0xf2,0x03,0xf3,0xe4,0x9b,0x6e, +0x00,0x9f,0xfc,0x0b,0xaa,0xff,0x41,0x5f,0x20,0xce,0x35,0xf1,0x2e,0xff,0x4f,0xf8, +0x9c,0x07,0xc6,0x35,0xf7,0xff,0x40,0x05,0xbf,0xec,0x1f,0xf2,0x06,0xf9,0x5f,0xae, +0xdb,0xf5,0x11,0x02,0x92,0x90,0x07,0xc9,0x2c,0xf4,0x26,0x1d,0x20,0xf4,0x4f,0x00, +0x07,0xd0,0x0f,0x45,0xf0,0x00,0xe5,0x82,0xf3,0x5f,0x00,0x9f,0xbe,0x3f,0x26,0xe0, +0x04,0xaf,0x43,0xf1,0x8f,0x00,0x0b,0xc5,0x5f,0x5b,0xf4,0x07,0xfe,0xa8,0xfe,0xef, +0x70,0x12,0x26,0xd9,0xbf,0xad,0x05,0xdf,0xdf,0x3d,0xd2,0xf6,0x47,0x17,0xc1,0xd4, +0xbc,0x2d,0xf0,0x34,0xb2,0x00,0xe8,0xa1,0x00,0x6e,0x00,0x0e,0x69,0x60,0x0d,0x58, +0x5a,0xff,0xfc,0x09,0xfb,0xe4,0x7d,0x90,0x20,0x49,0xf4,0x37,0xde,0xff,0x21,0xdc, +0x89,0xbc,0xd4,0x91,0x9f,0xc8,0x00,0x5f,0xca,0x01,0x15,0xa1,0x06,0xfb,0x20,0x7f, +0xd8,0x8e,0xed,0xcb,0x53,0x20,0x07,0x70,0x1c,0xd1,0x00,0x20,0x00,0x40,0x00,0x00, +0x5e,0x02,0x4f,0x42,0x20,0x0a,0x80,0x01,0x19,0xf3,0x1d,0xf4,0xa2,0xbb,0x30,0x00, +0x9f,0xe8,0xbf,0xff,0x00,0x02,0x9e,0x05,0xe5,0xf3,0x20,0x2e,0xca,0xaf,0xff,0xff, +0x17,0xea,0x52,0x63,0xf2,0x40,0x02,0x8a,0x8c,0x3f,0x6e,0x07,0xfa,0x6f,0x55,0xf0, +0xd7,0x22,0x00,0x44,0xfb,0x03,0x10,0xf3,0x00,0xf0,0x13,0x30,0xff,0xff,0x80,0x08, +0xa0,0x0f,0x62,0xc8,0x02,0xf2,0xc4,0xf4,0x0b,0x80,0xaf,0xed,0x0f,0xff,0xf8,0x03, +0x6f,0x20,0xf6,0x2c,0x80,0x2d,0xc9,0x3f,0x73,0xc8,0x08,0xea,0x71,0x7d,0x31,0xd0, +0x25,0x1f,0x40,0xb8,0x07,0xef,0xc5,0xf6,0x2c,0xa1,0x45,0x10,0xef,0xe3,0x1f,0x11, +0x42,0x6e,0x34,0x10,0x84,0xf0,0x11,0xf0,0x17,0xe0,0x4f,0x6f,0x6f,0x51,0xe6,0x8a, +0xe1,0xf1,0xe5,0x8f,0xff,0x8e,0x1f,0x1e,0x51,0x4e,0x64,0xff,0xff,0xf5,0x3d,0xeb, +0xaf,0x5f,0x5f,0x55,0xda,0x76,0xe1,0xf1,0xe5,0x00,0x24,0x7e,0x2f,0x2e,0x57,0x55, +0x0c,0x72,0xf5,0x24,0x10,0x4e,0x11,0x1d,0x50,0x90,0x03,0xf3,0x27,0x1f,0x50,0x2f, +0x72,0x10,0x07,0xd0,0x0c,0xff,0xfe,0x01,0xe4,0xab,0xfe,0x3e,0x50,0xaf,0xce,0x63, +0xbf,0xb0,0x03,0x8f,0x41,0x8f,0xef,0x81,0x1d,0xc7,0xbd,0x71,0x5e,0x87,0xfd,0xa2, +0x07,0xfa,0x10,0x00,0x14,0x25,0x52,0x70,0x07,0xef,0xe6,0x8d,0xf9,0x20,0x45,0x20, +0x00,0x04,0xb8,0x61,0x02,0x11,0x50,0x0f,0x04,0xf3,0x25,0x35,0xff,0xff,0xc0,0x0a, +0x91,0x12,0x28,0xf5,0x04,0xf4,0xe7,0x07,0xfa,0x00,0xaf,0xfd,0x7e,0xfb,0xfb,0x31, +0x6f,0x29,0x81,0x02,0xb5,0x6f,0xff,0x6e,0xee,0xee,0x07,0xc8,0x51,0x47,0xf4,0x40, +0x00,0x25,0x00,0x4f,0x00,0x07,0xef,0xe5,0x37,0xf3,0x32,0x57,0x20,0xef,0xff,0xff, +0x33,0x00,0xe0,0x5e,0xf2,0x25,0xf6,0x00,0x03,0xf3,0x3f,0xff,0xff,0xb0,0xc9,0x9a, +0x44,0xf9,0x43,0x7f,0xef,0x54,0x4f,0x94,0x22,0x8f,0x90,0xef,0xff,0xf6,0x0a,0xf7, +0x62,0x33,0x33,0x04,0xfd,0xb6,0xbf,0xef,0xf3,0x03,0x35,0x6b,0x90,0x1f,0x36,0xfe, +0xb7,0xbf,0xee,0xf3,0x12,0x00,0x0b,0xb4,0x5f,0x30,0xbc,0x00,0xf0,0x27,0x0e,0x40, +0x5f,0x42,0x00,0x06,0xd0,0x1d,0xff,0xf6,0x00,0xd4,0xac,0xe2,0x7d,0x20,0x9f,0xed, +0x6f,0xff,0xff,0x13,0x7f,0x43,0xf2,0xf2,0xf1,0x0c,0xc7,0x6f,0x6f,0x6f,0x18,0xfd, +0xa6,0xfc,0xcc,0xc0,0x11,0x03,0x5f,0x00,0x03,0x16,0xcf,0xe8,0xf3,0x22,0xb8,0x46, +0x20,0x0c,0xff,0xfe,0x2d,0x0e,0xf2,0x2b,0x33,0x00,0x00,0x6f,0x10,0x09,0xc0,0x00, +0x0c,0x90,0xdf,0xff,0xff,0x46,0xf5,0xe4,0x8f,0x59,0x30,0xdf,0xfa,0x2e,0x81,0xe8, +0x05,0xbf,0x2f,0xff,0xff,0xf1,0x2f,0xc9,0x6d,0x78,0x58,0x1b,0xfb,0x70,0xe6,0xb8, +0x00,0x21,0x4a,0x1f,0x3b,0x86,0x28,0xfe,0x9b,0xd0,0xb9,0xc5,0x65,0x06,0xe3,0x06, +0xfe,0x10,0xb8,0x06,0xf0,0x13,0xc0,0x25,0xbc,0x53,0x00,0x98,0x03,0x8c,0xd8,0x50, +0x2d,0x6c,0xce,0xff,0xee,0x1c,0xff,0x52,0x74,0x76,0xe0,0x39,0xc0,0x4a,0xcd,0x47, +0x02,0xfd,0xa7,0xb6,0xd0,0x00,0xab,0x73,0x8b,0x10,0xf2,0x03,0x5a,0xb2,0x5f,0x88, +0x20,0xbe,0x82,0x7f,0x82,0xda,0x02,0x00,0x0c,0x60,0x01,0xb2,0x00,0x20,0xe8,0x0a, +0xf5,0x2a,0x2f,0xff,0xff,0x20,0x06,0xd0,0x06,0x66,0x8f,0x10,0x1e,0x6d,0x39,0x99, +0xaf,0x00,0x5f,0xfc,0x3c,0xcc,0xdf,0xb0,0x04,0xf2,0x17,0x5f,0x66,0x40,0x1d,0xec, +0x4e,0x5f,0x6e,0x60,0x3e,0x96,0x05,0xaf,0xf5,0x00,0x00,0x5b,0x5d,0xcf,0xdc,0x20, +0x3f,0xe8,0x88,0x3f,0x3b,0xb0,0x14,0x00,0x00,0xfd,0x00,0x3a,0x11,0x00,0xa3,0x03, +0x70,0x0f,0x40,0x13,0xf5,0x10,0x06,0xc0,0xcf,0x27,0xf8,0x1d,0xd5,0xc7,0xe5,0x55, +0xf4,0x5f,0xfb,0x5e,0x88,0x88,0x20,0x4e,0x16,0xfd,0xdd,0xd6,0x0c,0xee,0x7f,0xad, +0xb9,0x74,0xfc,0x79,0xfa,0xdc,0xa7,0x02,0x59,0xdc,0xef,0xee,0x74,0xed,0x8f,0x89, +0xcb,0x87,0x14,0x03,0x96,0x99,0x8c,0x30,0xc4,0x32,0x60,0x11,0x1b,0xb1,0x10,0x07, +0xb0,0xd7,0x1a,0xf0,0x3b,0xe4,0x8d,0x81,0x00,0xb4,0x9f,0xca,0x3c,0xff,0xff,0x33, +0x8f,0x1a,0x94,0xd9,0x20,0x0c,0xb8,0xf9,0xed,0xdf,0x17,0xda,0x6a,0x9e,0x87,0xf1, +0x04,0x9c,0x69,0xe8,0x7f,0x17,0xe8,0x26,0x9e,0xcc,0xf1,0x10,0x00,0x69,0xe7,0x5e, +0x10,0x09,0xfe,0xfe,0xff,0xef,0x10,0x9b,0x4f,0x3b,0x95,0xf1,0x06,0xaa,0xbf,0xca, +0xaa,0x10,0xcc,0xcc,0xfc,0xcc,0xc4,0x00,0xbc,0xdf,0xcc,0xc4,0x00,0x0e,0xb9,0x08, +0x0b,0xf0,0x01,0xec,0xaa,0xaa,0xf5,0x00,0x0e,0x96,0x66,0x6f,0x50,0x00,0xea,0x77, +0x77,0xf6,0x02,0x02,0x0b,0x14,0xd9,0x99,0x31,0xd1,0x00,0xe9,0x00,0x0a,0xdf,0xed, +0xef,0xed,0x20,0x47,0x77,0xfa,0x77,0x82,0x38,0x20,0xfb,0x01,0xe6,0x0b,0x90,0x86, +0x18,0x88,0x9f,0x98,0x88,0x60,0xdf,0xff,0x40,0x5e,0xf0,0x06,0x36,0xfc,0xfb,0x43, +0x11,0x7b,0xfc,0x13,0xfd,0x95,0x0c,0x94,0x00,0x01,0x8c,0x60,0x00,0x11,0xba,0x11, +0x29,0x31,0x11,0x00,0x3f,0x65,0x32,0xa9,0x3e,0x80,0x92,0x32,0x71,0x02,0x28,0xee, +0x52,0x22,0x11,0x7e,0x4c,0x5d,0x61,0xaf,0x63,0x33,0xf5,0x00,0x01,0x92,0x0b,0x11, +0x1f,0x0b,0x00,0xf1,0x2c,0xfe,0xdd,0xdf,0x50,0x12,0xd7,0x10,0x05,0xca,0x06,0xff, +0xfa,0xcf,0xf6,0x00,0x16,0xea,0x32,0x4f,0x34,0x11,0x8e,0xb4,0xae,0xfe,0xb2,0x7c, +0xfe,0xc3,0x5f,0x01,0x12,0x8f,0xe5,0x7b,0xfe,0xfa,0x0d,0xff,0x8e,0xdf,0x63,0x08, +0xdd,0xab,0x03,0xf0,0x36,0x53,0xd6,0x00,0x3f,0x27,0xb0,0x0d,0x60,0x00,0xdf,0xf5, +0x79,0x2b,0xf0,0x04,0x05,0xff,0xfe,0x5e,0x17,0xe0,0x0e,0x6a,0x92,0xd7,0xe8,0x10, +0xdd,0xe8,0xbe,0xff,0xe6,0x0d,0x7b,0x37,0x42,0xf2,0x12,0xd5,0xa8,0x11,0xf7,0x11, +0x0d,0xff,0x8f,0xff,0xff,0xc0,0xd4,0x99,0x24,0xf9,0x10,0x3f,0xef,0xf4,0xaf,0xf2, +0x02,0x85,0xa8,0x7f,0x3a,0xe5,0x00,0x09,0xbe,0x50,0x09,0x70,0x30,0x20,0xf0,0x07, +0x4b,0xa2,0xf3,0x65,0x01,0xbb,0xea,0x2f,0xfb,0x60,0x14,0x6d,0xa2,0xf3,0x08,0x34, +0xda,0xda,0x0e,0xff,0xf3,0x00,0x55,0x64,0x00,0x4d,0x22,0x71,0x9f,0x10,0x00,0xf9, +0x77,0x79,0xf1,0xe1,0x20,0xb4,0x10,0x00,0xf4,0x00,0x16,0xf1,0x00,0x0f,0x40,0x0a, +0xfb,0x27,0x12,0xf1,0x27,0x33,0x0f,0x40,0x20,0x0c,0xa6,0xe1,0xfb,0xfb,0x04,0xff, +0xff,0x7f,0x92,0x31,0x05,0x32,0x51,0xf9,0x5c,0x80,0xff,0xef,0x29,0xdc,0xa2,0x0f, +0xbb,0xf2,0xf4,0x35,0x00,0xf7,0x6f,0x2f,0xdf,0xa0,0x0f,0xff,0xf2,0xf9,0x12,0x10, +0xf4,0x4f,0x2f,0x83,0xa9,0x0f,0x4e,0xb0,0x9e,0xec,0x30,0x8d,0x16,0xf4,0x27,0x01, +0xff,0xf2,0x3f,0xfa,0x20,0x1f,0x3f,0x24,0x59,0xc1,0x01,0xf4,0xf2,0xff,0xf3,0x10, +0x1f,0xff,0x33,0x2f,0x6e,0x52,0xf0,0xfb,0xfb,0xff,0x80,0x2f,0xff,0x2b,0x7f,0xf1, +0x03,0xe4,0xf4,0xf3,0xfe,0x90,0x5c,0x0f,0xdd,0x0f,0x6f,0x79,0xa3,0xfb,0x44,0xf3, +0x75,0x86,0xcc,0x02,0xfc,0x81,0x1d,0xf4,0x26,0xfa,0x0f,0x17,0xff,0xc0,0xf6,0xae, +0xff,0x7e,0x7c,0x0f,0xba,0x4f,0x57,0xd5,0xc0,0xfc,0xb2,0xf4,0x7d,0x5c,0x1e,0x4d, +0xff,0xfa,0xd5,0xc1,0xfe,0xb6,0xc3,0x7d,0x5c,0x2e,0x8a,0x97,0xd7,0xd6,0xc4,0xc4, +0xbe,0xaf,0x9d,0xe8,0x7a,0x6c,0xd9,0xbb,0xd0,0x07,0x6d,0x70,0x00,0x7d,0x57,0x35, +0x01,0x75,0x5d,0x12,0x7e,0x62,0x56,0xf0,0x04,0x76,0xf4,0x44,0x44,0xf7,0x6f,0x44, +0x44,0x4f,0x76,0xfe,0xee,0xee,0xf7,0x6e,0x22,0x22,0x2e,0x76,0xd8,0x01,0x41,0x6e, +0x00,0x00,0x0e,0x09,0x00,0x52,0x6f,0x33,0x33,0x3e,0x70,0x9a,0x40,0xf3,0x0d,0x33, +0xdd,0x33,0xb4,0x31,0x00,0x9f,0x20,0x1c,0xd1,0x00,0x6f,0xfe,0xff,0xff,0xd1,0x02, +0x75,0x47,0x42,0x2c,0x20,0x04,0x44,0xf8,0x44,0x20,0x03,0x41,0x4d,0x10,0xf5,0x4e, +0x50,0x42,0x6f,0x96,0x66,0x43,0x49,0x02,0xf3,0x2c,0x55,0x00,0x26,0x00,0x00,0x3d, +0xa3,0x03,0xf1,0x00,0x0e,0xdd,0xeb,0xdf,0xdc,0x40,0xec,0x6e,0x45,0x55,0x51,0x0e, +0x89,0xe3,0xdd,0xd3,0x06,0xfe,0xee,0x3e,0x4f,0x40,0x1f,0xa6,0xe3,0xd0,0xe4,0x00, +0xfb,0xae,0x4c,0x0e,0x40,0x1f,0x27,0xe6,0xb0,0xe7,0x44,0xd0,0x4e,0xc7,0x0e,0xa8, +0x57,0x2f,0xbd,0x10,0x9e,0xe9,0x05,0xf6,0x2b,0x74,0x00,0x18,0x00,0x00,0x3f,0x82, +0x00,0xe4,0x00,0x0e,0xdd,0xec,0xff,0xff,0x40,0xeb,0x6e,0xc5,0x22,0xe4,0x0e,0x89, +0xe3,0x91,0x03,0x16,0xfe,0xee,0x0f,0x4b,0xb0,0x1f,0x95,0xe0,0xff,0xa1,0x00,0xfb, +0xae,0x0f,0x50,0x00,0x1f,0x38,0xe0,0xf2,0x08,0x34,0xc0,0x3e,0x0f,0x52,0xc6,0x56, +0x2f,0xa0,0xaf,0xa6,0x53,0x01,0x17,0x1a,0x10,0x33,0xa4,0x66,0xa1,0xee,0xfe,0x00, +0x02,0xdf,0x73,0x7f,0x63,0x20,0x6f,0xd5,0x3d,0x61,0x6e,0x00,0xf3,0x0b,0x80,0x05, +0x0b,0x00,0x50,0x5f,0x44,0x44,0x4b,0x70,0x3b,0x26,0x70,0x09,0x60,0x4f,0x43,0x22, +0x24,0xe7,0x58,0x09,0x10,0xfb,0xe9,0x1e,0xf0,0x03,0x1f,0x50,0x03,0xee,0xff,0xee, +0xfe,0xe9,0x15,0x5f,0x95,0x6f,0x85,0x30,0x45,0xb7,0x45,0xb7,0xbe,0x4b,0x00,0x05, +0x20,0x70,0x4f,0x20,0x0a,0xc0,0x00,0x04,0xf2,0x6b,0x68,0xa0,0x4f,0x26,0xff,0xa0, +0x00,0x04,0xf2,0x16,0x50,0x00,0xef,0x63,0x71,0x00,0x12,0x7e,0x22,0x7e,0x22,0x08, +0xe2,0x22,0x41,0x00,0x6e,0x48,0x6e,0xe6,0x25,0xe2,0xff,0x30,0x09,0xb2,0x8f,0x23, +0xf3,0x02,0xbb,0x39,0xf3,0x4f,0x60,0xaf,0x15,0x5b,0xf1,0x07,0x6f,0xdd,0x30,0x00, +0x37,0xdf,0x70,0x9f,0xb7,0x27,0xd8,0x10,0x00,0x49,0xd1,0x23,0x8f,0x33,0x8f,0x33, +0x0a,0xff,0x8b,0x29,0x10,0x6d,0x0f,0x09,0xf3,0x17,0xbc,0x4c,0xff,0xff,0x80,0x13, +0x61,0xca,0x33,0xd8,0x05,0xf9,0x0c,0x91,0x2d,0x80,0x02,0x66,0xc9,0x3f,0xe3,0x00, +0x1d,0xac,0x90,0x00,0x72,0x1d,0xc0,0xbc,0x33,0x4f,0x52,0xd1,0x05,0xef,0xff,0xc0, +0xf8,0x22,0x51,0x4e,0x94,0x4f,0x74,0x22,0xab,0x00,0xf0,0x0e,0x00,0x1c,0x50,0x0b, +0x30,0x00,0x0b,0xcc,0xee,0xee,0xe9,0x07,0xf5,0x45,0x55,0x9d,0x24,0xff,0x4d,0xff, +0xc7,0xc0,0x06,0xf4,0xd6,0x7c,0x7c,0x00,0x0f,0x0b,0x00,0x50,0x00,0xf4,0xa4,0x14, +0xac,0x76,0x48,0xf1,0x24,0xed,0x60,0x05,0x5e,0x95,0x5f,0x85,0x31,0xcc,0xfe,0xcc, +0xfd,0xc7,0x00,0xcf,0xec,0xcf,0xec,0x20,0xbb,0xe5,0x44,0x45,0xf3,0x3d,0x9f,0xee, +0xed,0x1f,0x20,0x09,0x5a,0xa2,0x22,0xf2,0x08,0xee,0xff,0xee,0x8f,0x10,0x0d,0x39, +0x84,0xc3,0xf0,0x00,0xef,0xff,0xfd,0x6e,0x54,0x39,0x17,0x80,0x4f,0x4e,0xf7,0x23, +0x91,0x88,0xfb,0x88,0xfa,0x85,0x00,0xdd,0x64,0x4b,0x64,0x10,0x9f,0xcd,0xdf,0xdc, +0xf5,0x4e,0xdb,0xde,0xed,0x4f,0x40,0x2b,0xac,0xd9,0xb1,0xf4,0x00,0xfb,0xde,0xbf, +0x2f,0x30,0x0f,0x8b,0xd7,0xf3,0xf2,0x00,0xf7,0xac,0x6f,0x5f,0x10,0x0f,0x16,0x96, +0xcf,0xa0,0x3d,0x00,0xf1,0x0e,0xa1,0x77,0xfa,0x78,0xf9,0x75,0x02,0x38,0x80,0x98, +0x00,0x00,0x7b,0x7b,0x2f,0xff,0xf0,0x07,0xb7,0xbc,0x97,0xa0,0x00,0x46,0x68,0x20, +0x1c,0x10,0x01,0x92,0x11,0xb1,0x1f,0x1f,0x2d,0x4c,0x70,0x03,0xf2,0xf3,0xd4,0xc8, +0x14,0x7d,0x28,0x02,0xc0,0x09,0xf9,0x22,0x00,0x75,0x02,0xe6,0xd3,0x0e,0x5e,0xee, +0xef,0xff,0xa0,0xe6,0xc7,0x77,0xca,0x64,0x0e,0xea,0xfd,0xda,0x8d,0x52,0x49,0xaf, +0xdd,0xac,0xf1,0x4f,0xd9,0xe6,0xc8,0xfb,0x00,0xe8,0x8e,0x9a,0x4f,0x53,0x5a,0xb5, +0xdd,0xee,0xf8,0xc0,0x1b,0x10,0x04,0xb5,0xe6,0x35,0x14,0xf1,0x65,0xb6,0x00,0x7e, +0x33,0x00,0x01,0xc7,0x14,0xfd,0xde,0x10,0x1f,0xff,0xee,0xcc,0xd5,0x00,0x1c,0x95, +0xd3,0x8f,0xf9,0x40,0x1c,0xa6,0xee,0x88,0x88,0xc0,0x1f,0xff,0xd7,0xef,0xfe,0x60, +0x16,0xb7,0x42,0x7c,0xc7,0x10,0x00,0xb8,0xe2,0x7d,0xc7,0x20,0x3b,0xff,0xfd,0xef, +0xfe,0xd0,0x26,0x30,0x51,0x0a,0x90,0x00,0x00,0xe0,0x4f,0xef,0xef,0x50,0x6f,0x66, +0xf8,0xf9,0xe5,0x1f,0xee,0x8f,0x6f,0x8e,0x51,0xca,0xb7,0xef,0xfe,0xe4,0x1c,0xab, +0x37,0xf5,0xb4,0x01,0xff,0xf4,0xef,0xf9,0x60,0x03,0xf9,0x3a,0xfc,0xaf,0x60,0x1f, +0xd7,0xc9,0xe9,0x97,0x5f,0xec,0xcf,0x5d,0x7e,0x21,0x20,0x06,0x6d,0xd2,0x64,0x00, +0x54,0x49,0x27,0xc0,0x64,0xff,0xff,0xf0,0x5f,0x80,0x13,0x33,0x33,0x03,0x77,0xf1, +0x9e,0x06,0xc0,0xf9,0xae,0xee,0xee,0x42,0xef,0x44,0x55,0xbe,0x51,0x8e,0xf4,0x54, +0x2a,0x61,0x1f,0x40,0x00,0x8c,0x00,0x00,0x0b,0x00,0x94,0x0f,0x40,0x15,0xbc,0x00, +0x00,0xf4,0x01,0xed,0x88,0x0d,0xf0,0x1b,0x5b,0x00,0x0e,0x80,0x00,0x24,0xe7,0x20, +0xe8,0x00,0x09,0xee,0xfd,0x0e,0x80,0x00,0x00,0x2f,0x50,0xed,0x60,0x00,0x1d,0xca, +0x8e,0xdf,0x90,0x3d,0xff,0xe1,0xe8,0x5f,0x3c,0xcf,0x8e,0x5e,0x80,0x10,0x20,0xe6, +0x30,0xe8,0xda,0x54,0x00,0x21,0x00,0x10,0xe6,0xaa,0x3c,0x10,0x03,0xbd,0x38,0xb1, +0x00,0x8c,0xcc,0xfe,0xcc,0xc2,0x01,0xaa,0xaf,0xca,0xa8,0xb3,0x11,0x12,0x61,0xe3, +0x0e,0xf0,0x00,0x02,0xbe,0x6f,0x23,0xa1,0x2a,0xff,0x30,0xbd,0xf9,0x01,0xa6,0xf3, +0x35,0xed,0xa2,0x3b,0xf0,0x06,0x92,0xdf,0x80,0x06,0xb5,0x10,0x00,0x74,0x00,0x00, +0x15,0x00,0x00,0x02,0x77,0x7a,0xf9,0x77,0x71,0x28,0x88,0x0b,0x25,0xf0,0x5d,0x0b, +0xee,0xee,0xec,0x00,0x27,0xeb,0x77,0x7b,0xe7,0x32,0x9e,0xb7,0x77,0xbf,0x93,0x00, +0xcf,0xee,0xef,0xd0,0x00,0x05,0xdc,0x5f,0x49,0xc0,0x5d,0xff,0x30,0x9f,0xd2,0x01, +0x63,0xfc,0xe7,0xaf,0xd4,0x00,0x3b,0x74,0x00,0x39,0x20,0x04,0xa0,0x00,0x0f,0x30, +0x01,0x4e,0x42,0x99,0xfb,0x96,0x5e,0xff,0x5f,0x9f,0xbe,0x80,0x0b,0x84,0xe1,0xf4, +0xa2,0x06,0xfc,0xbf,0xff,0xff,0x45,0xff,0xe7,0xef,0x25,0xf0,0x5a,0xea,0xaa,0x9a, +0xd8,0x00,0x4e,0x0c,0x72,0xff,0x10,0x04,0xe4,0xf7,0xde,0xfd,0x50,0x4e,0x47,0x88, +0x01,0x96,0x06,0x2f,0x10,0x5f,0x20,0x00,0x9a,0xf9,0xff,0x85,0x1f,0xf1,0x1c,0x11, +0x5f,0x31,0x03,0xdf,0xf3,0x7a,0xf8,0x72,0x27,0x2f,0x4d,0xcc,0xcc,0x43,0xcd,0xfd, +0xfd,0xcc,0xc9,0x03,0x5d,0xe9,0xf4,0x9d,0x32,0xdf,0xf1,0x0b,0xfd,0x40,0x03,0x7f, +0xcf,0x49,0xfd,0x60,0x06,0x84,0x10,0x02,0x74,0xaf,0x1b,0x4d,0xa1,0x44,0xac,0x6f, +0x44,0x40,0x03,0x39,0xc6,0xf4,0x33,0x7c,0x17,0xf0,0x04,0xc0,0x1f,0x2a,0x82,0xf0, +0x8c,0x01,0xf6,0xf3,0x2f,0x5a,0xc0,0x1f,0xe8,0x00,0xce,0xfc,0x01,0xf3,0xb6,0x2b, +0x20,0x1f,0xff,0xf2,0x56,0x52,0xf6,0x33,0x33,0x3a,0xc0,0x1f,0x0c,0x61,0x23,0x6f, +0x3c,0x93,0x31,0x09,0x7c,0x26,0x61,0x9a,0x3f,0x0b,0x72,0xf1,0x09,0x82,0x46,0xf1, +0x0c,0x55,0x6f,0xa5,0x55,0x53,0x3d,0xdf,0xfd,0xdf,0xfd,0x90,0x06,0xfa,0x47,0xf3, +0x00,0x00,0x39,0xff,0xfe,0x72,0x00,0xdf,0xeb,0x63,0x7d,0xe2,0x91,0x1a,0x00,0xab, +0x13,0xf3,0x26,0xfe,0xee,0x20,0xcc,0xee,0xcf,0xcc,0xa0,0x0e,0xbc,0xd9,0xfa,0xcc, +0x00,0x5c,0x5b,0xd7,0x77,0x60,0x3d,0x94,0xfd,0xcc,0xcb,0x03,0x5e,0x8c,0xec,0xce, +0x80,0x4e,0xb0,0x8d,0xa9,0xd8,0x05,0xbb,0x29,0xfe,0xbb,0x40,0x06,0xb3,0x8d,0xad, +0xb0,0x00,0x6b,0x9d,0xa8,0x8b,0xd3,0x00,0x01,0x2c,0xf4,0x25,0x0b,0xff,0xff,0x52, +0xdf,0xea,0xb8,0x11,0xf5,0x15,0xda,0x4b,0x7a,0x3f,0x50,0x1c,0x81,0xb7,0xe4,0xf5, +0x6f,0xff,0xeb,0x7f,0x3f,0x51,0x2f,0xa2,0x97,0xf2,0xd5,0x02,0xfe,0x50,0x5f,0x80, +0x00,0x7d,0x5e,0x0d,0xf8,0x27,0x1f,0x70,0x4b,0xb9,0x94,0xc3,0xc0,0x0a,0xb1,0x5f, +0xe9,0x3f,0x11,0x30,0xde,0x24,0xf7,0x27,0x23,0xff,0xff,0xf4,0x14,0xe5,0x4f,0x22, +0x5f,0x45,0xee,0xf7,0xf5,0xd3,0xf4,0x00,0x7c,0x3f,0x5d,0x3f,0x40,0x3f,0x83,0xf6, +0xc3,0xf4,0x4f,0xff,0x7d,0x8a,0x2d,0x45,0xaf,0x61,0x0d,0xf4,0x00,0x03,0xf0,0x07, +0xdf,0x43,0x80,0x3f,0x08,0xf4,0xe6,0x7a,0x03,0xf1,0xc4,0x07,0xdd,0x40,0x50,0x51, +0xf2,0x05,0xe5,0x6d,0x0e,0xca,0xa5,0x0e,0x56,0xd4,0xe8,0xa7,0x40,0xe5,0x6d,0xc7, +0x8e,0x10,0x02,0x16,0xd2,0x11,0x7d,0x13,0xf3,0x0e,0x20,0x02,0xf7,0x35,0x35,0xf2, +0x00,0x2f,0x51,0xf3,0x2f,0x20,0x01,0x93,0x6f,0xd1,0x72,0x00,0x14,0xbe,0x7f,0x11, +0xd7,0x1e,0xd7,0x10,0xdf,0xfd,0x30,0xed,0x4f,0x00,0x50,0x0a,0x00,0xc8,0x66,0x70, +0x04,0xfa,0x23,0xda,0x10,0x3f,0xff,0xdb,0x3b,0xf0,0x04,0xf6,0x1e,0x71,0xc8,0x00, +0xfe,0xef,0xfe,0xf8,0x01,0xf7,0x3f,0x83,0xd8,0x02,0xf8,0x5f,0x95,0xd8,0x9c,0x5c, +0xc2,0xf8,0x0b,0xc0,0x0e,0x60,0xc8,0x1f,0x50,0x0e,0x8f,0xf5,0x01,0xe7,0x12,0x00, +0x01,0x00,0xf8,0x27,0x5d,0x30,0x00,0xf4,0x00,0x0c,0xce,0x83,0x6f,0x95,0x07,0xfc, +0xfc,0x9b,0xfa,0xf0,0x2f,0x9a,0xfa,0x6e,0x4f,0x00,0xfe,0xef,0xa8,0xe6,0xf0,0x0f, +0x89,0xe9,0xef,0xfe,0x00,0xfe,0xef,0x10,0xf8,0x60,0x1e,0x79,0xe1,0x0f,0xae,0x05, +0xb5,0x9e,0xbe,0xff,0xf3,0x77,0x4b,0xb7,0x86,0x4b,0x32,0x47,0xf0,0x01,0x00,0x02, +0xf6,0x00,0x00,0x3c,0xcc,0xcf,0xfc,0xcc,0x91,0x45,0x55,0x55,0x55,0x43,0xb1,0x05, +0x11,0xf3,0xe8,0x2a,0xc0,0x10,0x00,0x57,0x77,0x77,0x71,0x00,0x0a,0xcc,0xcc,0xcc, +0x40,0x7a,0x44,0x04,0xe9,0x13,0x45,0xde,0xcc,0xcc,0xf5,0xb9,0x3f,0xf1,0x0a,0xe5, +0xe5,0x53,0x08,0xd7,0xb5,0xed,0xde,0x55,0xfc,0xbb,0xa7,0xee,0x40,0x0b,0x9e,0xd6, +0xaf,0xed,0x50,0x54,0x59,0xb8,0x20,0x63,0xe0,0x0f,0x80,0x50,0x09,0x99,0x99,0x99, +0x10,0x00,0xab,0x98,0x39,0x70,0x0f,0x98,0x88,0x8f,0x50,0x00,0xfb,0x29,0x09,0x20, +0x05,0xa0,0xc1,0x6c,0x40,0x1c,0xb0,0x05,0xf1,0x59,0x10,0xf0,0x01,0x5f,0x10,0x08, +0xff,0x5d,0xee,0xfe,0xe8,0x35,0xf5,0x77,0xaf,0x87,0x40,0x0f,0x50,0x16,0x00,0x20, +0xf6,0x20,0xe2,0x6c,0x60,0xec,0x05,0xf1,0x00,0x04,0xfc,0x7e,0x5e,0x10,0x29,0xa3, +0x57,0x20,0x05,0xa0,0xb4,0x4e,0x40,0x1d,0xa0,0x06,0xe0,0xac,0x50,0x10,0x6e,0x6b, +0x60,0xc0,0x08,0xf0,0x00,0x24,0xf5,0x00,0x9f,0x20,0x00,0x0e,0x50,0x0d,0xf5,0x26, +0xf2,0x05,0x23,0xfa,0xd0,0x00,0x0f,0xf9,0xbc,0x1f,0x60,0x04,0xf9,0xbf,0x30,0x7f, +0x50,0x25,0x08,0x50,0x00,0x84,0xa8,0x01,0xf0,0x33,0xb7,0x04,0x1f,0x31,0x81,0x04, +0xf1,0xf4,0xaa,0x4f,0x00,0x02,0x0b,0x84,0x48,0xc0,0x8f,0xf0,0x7c,0x00,0xc8,0x02, +0x7f,0x02,0xf4,0x3f,0x20,0x03,0xf0,0x0a,0xcb,0xa0,0x00,0x3f,0x11,0x2f,0xf2,0x00, +0x04,0xfe,0x64,0xff,0x70,0x00,0x8f,0x89,0xf8,0x8f,0xc3,0x04,0x31,0xc5,0x00,0x4b, +0x20,0x07,0x80,0x36,0x66,0x66,0x00,0x3f,0x87,0xee,0xef,0xf0,0x44,0x0b,0x80,0x5f, +0x07,0xdd,0x40,0x11,0x16,0xf0,0x24,0xa8,0x2b,0x90,0x00,0x0f,0x54,0xf3,0x26,0xe0, +0x00,0xf5,0x4f,0xe4,0x3c,0xe9,0xc9,0xf1,0x00,0x85,0x02,0xfd,0x6f,0x63,0x4d,0x80, +0x3b,0x00,0xcf,0xff,0xf6,0x37,0xf4,0x25,0x9b,0x00,0xef,0xff,0x10,0x01,0xd7,0x0f, +0x65,0xf1,0x00,0x02,0x04,0xf0,0x1f,0x20,0x7d,0xd2,0xf9,0x00,0xef,0x75,0xaf,0x09, +0x55,0x56,0x60,0x04,0xf0,0xcf,0xdd,0xfc,0x00,0x4f,0x13,0xf3,0x2f,0x50,0x04,0xfe, +0x37,0xee,0xa0,0x00,0x8f,0x85,0xbf,0xfc,0x61,0x07,0x55,0xe9,0x4a,0x21,0x02,0x7a, +0x11,0x10,0xa8,0xed,0x18,0xd0,0x03,0xf5,0x44,0x6e,0x54,0x20,0x03,0x0d,0xff,0xff, +0xf9,0x7d,0xd3,0xb7,0x69,0xf7,0x12,0x5f,0x30,0x8f,0xff,0xe0,0x00,0xf3,0x09,0xc3, +0x9d,0x00,0x0f,0x55,0xb8,0x08,0xc0,0x01,0xff,0x9f,0x40,0x9b,0x00,0x8f,0x6a,0xe1, +0x3d,0x90,0x03,0x40,0xc4,0x1f,0xe3,0x00,0xb4,0x1e,0xc0,0xcb,0x0c,0xdd,0xdd,0xd4, +0x01,0xd4,0x55,0x6f,0x85,0x11,0x23,0x19,0x05,0xf0,0x14,0x8f,0xf0,0x5c,0x0f,0x40, +0x02,0x7f,0x06,0xe0,0xff,0xf1,0x03,0xf0,0x6e,0x0f,0x74,0x00,0x3f,0x76,0xe0,0xf4, +0x00,0x05,0xfe,0x7e,0x0f,0x40,0x00,0xad,0x4e,0xfe,0xfe,0xe7,0x03,0x10,0x9b,0x4f, +0xf4,0x5e,0x0a,0x50,0x16,0x66,0x66,0x00,0x6f,0x44,0xfd,0xde,0xf0,0x00,0x30,0x4f, +0x00,0x6f,0x08,0xff,0x04,0xf0,0x06,0xf0,0x05,0xf0,0x4f,0xed,0xef,0x00,0x3f,0x01, +0x55,0x55,0x50,0x03,0xf8,0x38,0x50,0x93,0x00,0x5f,0xe5,0xf5,0x0a,0xd0,0x0b,0xd2, +0xcd,0x00,0x3f,0x40,0x31,0x06,0x20,0x00,0x72,0x08,0x70,0x00,0x0c,0xbc,0x00,0x2e, +0x63,0x33,0xca,0xb5,0x00,0x22,0xff,0xff,0xff,0x96,0xff,0x10,0x00,0xaa,0x00,0x03, +0xf1,0xbe,0xea,0xb0,0x00,0x2f,0x13,0xf7,0x8c,0x00,0x02,0xf1,0x0e,0x46,0xe1,0x00, +0x2f,0xc3,0xea,0x8f,0x79,0x07,0xfb,0xef,0xd5,0xef,0x70,0x56,0x04,0x10,0x06,0xb0, +0x11,0x01,0x8a,0x52,0xc0,0xd7,0x07,0x9b,0xef,0xc0,0x04,0xf3,0x68,0xaf,0x10,0x00, +0x02,0x67,0x45,0x10,0x9f,0x67,0x36,0xf0,0x14,0x92,0x8e,0x03,0x37,0xf3,0x31,0x04, +0xe0,0x13,0x7f,0x33,0x00,0x4e,0x56,0xff,0xff,0xf1,0x05,0xff,0x9e,0x00,0x3f,0x10, +0xbe,0x36,0xfd,0xdd,0xf1,0x04,0x10,0x6f,0x55,0x8f,0x10,0x00,0xda,0x2b,0xf6,0x28, +0x00,0xc7,0x00,0xd9,0x00,0x00,0x04,0xf3,0x5f,0xdc,0xcc,0x40,0x03,0x3f,0xc6,0x66, +0xf5,0x9f,0xf4,0xed,0xcc,0x2e,0x52,0x8f,0x04,0xe4,0xf2,0xf4,0x04,0xf0,0x4f,0xff, +0x3f,0x40,0x4f,0x05,0xe3,0xf4,0xf3,0x04,0xfe,0xaf,0xff,0x5f,0x20,0x9f,0x82,0x60, +0x38,0xf0,0x06,0x40,0x00,0x0f,0xf7,0x71,0x01,0xf0,0x10,0x12,0x00,0xc9,0x00,0xe6, +0x09,0xd0,0x02,0xe6,0x3b,0xc4,0xfa,0x10,0x01,0x09,0xee,0xfe,0xe4,0x9f,0xf1,0x00, +0x4f,0x10,0x02,0x6f,0x15,0xff,0xff,0xf0,0x02,0xf1,0xb3,0x26,0xf6,0x03,0x2f,0x4e, +0xff,0xff,0xf7,0x02,0xff,0x64,0x7f,0x44,0x20,0x6f,0x60,0x04,0xf0,0x00,0x05,0x50, +0xa8,0x26,0x00,0xf9,0x5e,0x90,0xf1,0x03,0xf4,0x27,0xf2,0x22,0x00,0x02,0x0e,0xc1, +0x66,0xc0,0xe0,0x1c,0x91,0xe5,0x02,0x7e,0x8d,0xfe,0xdf,0xe6,0x04,0xe2,0x57,0x01, +0xf3,0x06,0x4e,0x0d,0xff,0xff,0xc0,0x04,0xfc,0xe6,0x00,0x8c,0x00,0x9f,0x9e,0x84, +0x4a,0xc0,0x06,0x50,0xde,0xcc,0xec,0xa3,0x1f,0x10,0xcb,0x03,0x7d,0xf0,0x0f,0x02, +0xe6,0x9a,0x11,0x8d,0x00,0x02,0x09,0xec,0xce,0xd0,0x9f,0xf0,0x46,0x66,0x65,0x02, +0x6f,0x0c,0xee,0xee,0xe1,0x03,0xf0,0x33,0xbb,0x33,0x00,0x3f,0x2f,0x2f,0x0c,0xf2, +0x01,0xfc,0x26,0xff,0x82,0x10,0x8f,0x97,0xe9,0x6f,0x92,0x04,0x51,0xc6,0x00,0x5c, +0x20,0x8e,0x04,0xf3,0x26,0xb7,0x05,0xf2,0x0d,0x90,0x04,0xf5,0x1e,0x83,0xf4,0x00, +0x04,0x0e,0xff,0xff,0xf0,0x7d,0xd1,0xe6,0x11,0x5f,0x03,0x8f,0x1e,0xa7,0x79,0xf0, +0x03,0xf1,0xae,0xed,0xfb,0x00,0x3f,0x52,0xea,0x6e,0x00,0x04,0xff,0x8f,0x66,0xe2, +0x20,0xaf,0x8c,0xd0,0x6e,0x7c,0x07,0x48,0xc2,0x03,0x55,0x6f,0xf0,0x4b,0x09,0x30, +0x44,0xad,0x44,0x10,0x7f,0x38,0x9c,0xe9,0x92,0x00,0x50,0x8d,0xff,0xdc,0x08,0xdd, +0x2a,0xac,0xda,0xa5,0x15,0xf0,0x5b,0xbb,0xb8,0x00,0x4f,0x08,0xd6,0x6a,0xc0,0x04, +0xf4,0x8e,0xaa,0xcc,0x00,0x4f,0xfa,0xeb,0xbd,0xc0,0x09,0xf4,0x8b,0x23,0x9c,0x00, +0x53,0x08,0xb0,0x8f,0x70,0x09,0x40,0x23,0xad,0x33,0x00,0x6f,0x48,0xde,0xfd,0xc0, +0x00,0x30,0x99,0xce,0x99,0x39,0xfe,0x06,0x97,0xb6,0xf2,0x28,0xe0,0x5a,0xcf,0x19, +0x00,0x4e,0x08,0xc6,0xf0,0x00,0x04,0xe5,0x26,0x1a,0xf8,0x01,0x4f,0xe2,0x6f,0x8a, +0x20,0x08,0xf5,0x7f,0x91,0xcd,0x10,0x63,0x2d,0x60,0x00,0x95,0x21,0x03,0x20,0xd8, +0x0e,0x8c,0x1d,0xf5,0x22,0xf4,0xe5,0x46,0x2e,0x30,0x04,0x0e,0x6c,0xd5,0xe3,0x7c, +0xc0,0xe4,0x8b,0x2e,0x34,0xaf,0x0e,0xae,0xeb,0xe3,0x04,0xf0,0xf5,0x77,0x4e,0x30, +0x4f,0x4f,0x7a,0x89,0xe3,0x05,0xff,0xe6,0xff,0x9e,0x30,0xae,0xbb,0x45,0x02,0xf3, +0x07,0x29,0x40,0x00,0xfd,0x10,0x58,0x20,0x91,0x20,0x00,0xd5,0x03,0xe0,0x6c,0x00, +0x05,0xf7,0xb5,0x23,0xf1,0x1b,0x4a,0xc6,0xd7,0xc0,0x9f,0xe3,0xcd,0x8e,0xb9,0x11, +0x6e,0x9c,0xcc,0xcc,0xc5,0x04,0xe0,0xbc,0xcc,0xc7,0x00,0x4e,0x1e,0x96,0x6c,0x80, +0x05,0xfc,0xeb,0xaa,0xe8,0x00,0xae,0x2e,0xcb,0xbe,0x80,0x04,0x10,0xe6,0x33,0xa8, +0x50,0x57,0x00,0x42,0x0d,0xf3,0x5d,0x27,0xc0,0x00,0x1e,0x22,0xe2,0xba,0x33,0x11, +0xe8,0x8e,0x4f,0xff,0xf7,0x1e,0x89,0xeb,0xe0,0x5c,0x01,0xe8,0x9e,0xdf,0x38,0x80, +0x1e,0x98,0xe3,0x9a,0xd4,0x01,0xbb,0x6a,0x11,0xfe,0x00,0x02,0xfa,0x70,0x2e,0xe2, +0x03,0xd8,0x2f,0x6e,0x89,0xe4,0x27,0x00,0x32,0x60,0x06,0x20,0x1f,0xff,0xf0,0x0e, +0x40,0x01,0xe2,0x3f,0x00,0xe7,0x43,0x1e,0x98,0xf0,0x0e,0xff,0xb1,0xe9,0x8f,0x00, +0xe4,0x00,0x1e,0x98,0xf2,0x2f,0x62,0x11,0xeb,0x7f,0xaf,0xff,0xf6,0x1b,0xd5,0xca, +0x80,0x0c,0x60,0x2f,0xc5,0x98,0x00,0xc6,0x2d,0x86,0xea,0xff,0xff,0x63,0xa0,0x04, +0x9a,0x33,0xc6,0x64,0x02,0x40,0x2d,0x82,0x5f,0xff,0x07,0x4a,0xa0,0x12,0x26,0xe0, +0x00,0x0c,0x70,0x01,0x16,0xe0,0x0b,0x14,0x5b,0xf0,0x13,0xe0,0x02,0x59,0xb1,0x4f, +0x20,0x10,0x06,0xd8,0xfd,0x6f,0x10,0xa6,0x07,0xfa,0xb2,0x2f,0xed,0xf3,0x08,0xff, +0xa0,0x02,0x44,0x10,0x0b,0xcf,0xd5,0x44,0x44,0x43,0x0e,0x43,0xbe,0x76,0x02,0x02, +0xf7,0x00,0xf0,0x24,0xc8,0x2a,0xff,0xff,0x25,0xff,0xff,0x1b,0x93,0xf2,0x11,0xc8, +0x13,0xf5,0x7f,0x08,0xef,0xfe,0xc5,0x3a,0x50,0x27,0x89,0x05,0xee,0xed,0x04,0xd8, +0xfe,0x7d,0x17,0xe0,0x5e,0x9d,0x86,0xd1,0x6e,0x06,0xfe,0x90,0x5f,0xff,0xe0,0xad, +0xfd,0x65,0x44,0x44,0x2c,0x54,0xbe,0x6d,0x1f,0x08,0xff,0x4a,0x11,0x44,0xff,0x4a, +0x22,0x11,0x11,0xaa,0x45,0x20,0x70,0x00,0x85,0x4a,0xf4,0x0d,0x00,0x0e,0x71,0xf7, +0x44,0x30,0x02,0xf7,0x1f,0xfe,0xec,0x00,0x7f,0xe3,0xf4,0x00,0x00,0x2f,0x8a,0xff, +0x84,0x33,0x24,0xc0,0x05,0xbe,0xff,0xf6,0x71,0x0a,0xf1,0x24,0xda,0xee,0xee,0x62, +0xe1,0x5d,0xab,0x55,0x52,0x2e,0x26,0xda,0xa1,0x11,0x02,0xef,0xfd,0xaf,0xff,0xe0, +0x02,0x9b,0x0a,0xa2,0x6e,0x03,0xd9,0xfc,0xab,0x47,0xe0,0x3d,0x9c,0x3a,0xff,0xfe, +0x03,0xeb,0xda,0xa9,0x00,0x00,0x9f,0xd9,0x4a,0xfe,0xee,0x92,0x20,0x00,0x35,0xe5, +0x3a,0xf3,0x61,0x22,0x00,0x01,0xff,0xfe,0x0b,0xc5,0x40,0x1f,0x26,0xe2,0xfe,0xfd, +0x01,0xf3,0x6e,0xcf,0x3d,0x70,0x1f,0xff,0xeb,0x9e,0xe0,0x01,0x58,0xc0,0x08,0xfd, +0x50,0x3d,0x8f,0xed,0xe5,0x9f,0x83,0xd8,0xd2,0x8f,0xff,0xf0,0x3d,0x8d,0x77,0xc0, +0x4f,0x07,0xff,0xfd,0x7d,0x58,0xf0,0x68,0x51,0x05,0xfc,0xdf,0x00,0x1f,0xff,0x24, +0xe8,0xb0,0x01,0xf1,0xec,0x9e,0x8b,0xc5,0x1f,0x1e,0xbf,0xe8,0xdf,0x21,0xff,0xf5, +0xfe,0x8f,0xa0,0x05,0xc5,0x04,0xe8,0xd1,0x01,0xcc,0xf9,0xde,0x8f,0xe2,0x1c,0xc4, +0xed,0xc8,0xba,0x71,0xcd,0xa5,0xb9,0x8b,0x21,0x7f,0xfb,0x9f,0x38,0xc7,0xb3,0x40, +0x0b,0x80,0x4e,0xee,0x00,0x00,0xf7,0x17,0x80,0x00,0x01,0x7f,0x21,0x25,0xf4,0x20, +0xcf,0xc7,0x0e,0xf5,0x1d,0x00,0xd7,0x20,0x1c,0xa1,0x10,0x2e,0xb8,0x8f,0xff,0xff, +0x69,0xee,0xd4,0x6f,0x32,0x20,0x46,0xdb,0x29,0xff,0xfe,0x01,0x3d,0xc7,0x23,0x5f, +0x50,0xcf,0xfd,0x66,0xed,0x90,0x02,0x0b,0x80,0x08,0xfa,0x00,0x00,0xb8,0x00,0x03, +0xd2,0x42,0x00,0xf0,0x30,0x32,0x00,0x01,0x8c,0x10,0x0e,0xd0,0x00,0xcf,0xff,0x46, +0xfe,0x60,0x01,0xe7,0x22,0xe6,0x5e,0x20,0x3d,0xd5,0xdb,0x00,0x8e,0x1a,0xff,0xf8, +0xe5,0x6a,0x20,0x23,0xd7,0x0e,0xef,0x80,0x01,0x3e,0xb5,0xec,0x30,0x00,0xcf,0xfd, +0x4e,0x50,0x49,0x03,0x2d,0x50,0xe9,0x4a,0xc0,0x00,0xc5,0x07,0xdd,0xd4,0x00,0x00, +0xd4,0x00,0x0f,0x50,0x37,0x76,0xf0,0x06,0xf5,0x00,0x06,0xc3,0x0c,0xff,0xff,0x50, +0xb9,0xf0,0xd6,0xf6,0xe5,0x2f,0xdf,0xad,0x3e,0x4d,0x50,0x78,0xf5,0x5c,0x3d,0xd0, +0x7f,0x8d,0x6e,0x6d,0x54,0xfd,0xf7,0xd3,0xe4,0xd5,0x00,0x2f,0x0d,0x57,0x31,0x58, +0xf0,0xd6,0x33,0xd5,0x00,0x72,0x3f,0xa2,0xe9,0x55,0xf5,0x90,0x05,0x7e,0xa7,0x5f, +0x1b,0x33,0xfc,0x4f,0xf4,0x17,0x8c,0x11,0x3f,0x25,0x11,0xff,0xff,0xf8,0xf5,0xf2, +0x08,0xd6,0xa1,0x0f,0xca,0x00,0xdf,0xff,0xf4,0xcf,0x40,0x03,0x39,0xe7,0x4b,0xd2, +0x71,0xfe,0xef,0x9d,0xff,0x9c,0x00,0x05,0xd1,0xd4,0x7e,0x50,0x6e,0x5a,0xf7,0x2b, +0x05,0x00,0x01,0x3f,0x72,0x00,0xe7,0x00,0x5f,0xff,0xbe,0xff,0xff,0x90,0x8b,0x30, +0x3c,0x55,0xb2,0x0d,0x8e,0x07,0xe1,0x2f,0x53,0xff,0xfb,0xec,0x15,0xcc,0x04,0x6f, +0x21,0xc8,0xe6,0x01,0x47,0xf8,0x04,0xfe,0x00,0x5f,0xff,0x90,0x5f,0xd1,0x00,0x13, +0xe0,0x9f,0x9c,0xe5,0x00,0x3e,0x1d,0x40,0x09,0x50,0x2b,0x09,0xf0,0x24,0x2f,0x61, +0xaf,0xee,0xf1,0x5f,0xff,0xca,0xb5,0x7f,0x10,0x8d,0x62,0x69,0x99,0x91,0x0b,0xaf, +0x3f,0xff,0xff,0xb2,0xfd,0xf7,0xac,0x68,0xf0,0x06,0x8f,0x39,0xc8,0x9f,0x00,0x38, +0xf8,0x9f,0xee,0xf0,0x5f,0xef,0x7a,0xb4,0x8f,0x60,0x13,0xf5,0xff,0xdd,0xf7,0x00, +0x3f,0xb3,0x2b,0x06,0x82,0x01,0xf8,0x28,0x00,0x8b,0x10,0x0a,0xf5,0x00,0x9f,0xff, +0x4c,0xd6,0xf8,0x00,0xd6,0x3e,0xfc,0xbd,0xf9,0x1e,0xc5,0x38,0x87,0x56,0x27,0xff, +0xe9,0xdd,0x9e,0xa5,0x25,0xd9,0x8d,0xd9,0xea,0x51,0x5d,0xda,0xbb,0x9e,0xa5,0x7e, +0xe9,0x9d,0xd9,0xea,0x50,0x0b,0x58,0x77,0x91,0xa5,0x00,0xb5,0x89,0xf5,0xbd,0xca, +0x71,0x10,0xc6,0x73,0x51,0xf3,0x21,0x05,0xf4,0x79,0xf9,0x77,0x20,0x01,0x29,0xbf, +0xaa,0xf3,0x8e,0xd0,0x08,0xf0,0x2f,0x33,0x9f,0x00,0xcb,0x02,0xf2,0x05,0xf0,0x2f, +0x60,0x4f,0x10,0x5f,0x1c,0xd1,0x49,0xf0,0x08,0xf5,0xd2,0x2f,0xf8,0x09,0xe9,0xe8, +0x43,0x45,0x66,0x57,0x04,0xcf,0xff,0x2b,0x62,0x20,0x18,0x10,0x13,0x34,0xf8,0x22, +0xbd,0x24,0x44,0x7f,0x62,0x00,0x74,0xdd,0xde,0xfd,0x62,0x44,0x06,0x30,0x3f,0x10, +0x7f,0xf0,0x8e,0x13,0xf1,0x00,0x3f,0x00,0xd5,0x3f,0x10,0x03,0xf0,0x01,0x37,0xf1, +0x00,0x6f,0x20,0x0f,0xfc,0x00,0x7f,0xaf,0xa7,0x87,0x79,0x63,0x70,0x39,0xcd,0xed, +0xc5,0x7e,0x35,0x00,0xa6,0x1c,0xf0,0x21,0xa0,0x07,0xf2,0x23,0x33,0x32,0x00,0x02, +0x24,0x44,0x44,0x41,0x35,0x59,0xff,0xff,0xff,0x68,0xef,0x12,0xea,0x47,0x10,0x04, +0xf0,0x6f,0x14,0xf2,0x00,0x4f,0x2f,0xda,0xbf,0xb0,0x04,0xf2,0xca,0x87,0x6e,0x13, +0xdf,0xd7,0x43,0x44,0x64,0x5c,0x17,0xdf,0x9f,0x11,0x06,0x41,0x24,0xf0,0x23,0xd4, +0x00,0xe5,0x5f,0x00,0x08,0xf3,0x4f,0x98,0xf4,0x10,0x05,0x4f,0xff,0xff,0xf3,0x36, +0x60,0x0e,0x55,0xf0,0x05,0xbf,0x6d,0xfe,0xef,0xd6,0x03,0xf3,0x8f,0x69,0xf5,0x20, +0x3f,0x1a,0xd0,0x5f,0x00,0x06,0xf3,0xe5,0x05,0xf0,0x06,0xfb,0xe9,0x32,0x35,0x54, +0x49,0xc1,0x00,0x13,0x60,0x37,0x48,0xf5,0x28,0x04,0x40,0x00,0x00,0xe9,0x26,0xdd, +0x66,0x61,0x04,0xf6,0xcf,0xba,0xaa,0x30,0x01,0x0a,0xb4,0xf0,0x00,0x7e,0xd2,0xfe, +0xef,0xed,0x02,0x8f,0x06,0x58,0xf5,0x50,0x04,0xf5,0xaa,0xcf,0xaa,0x40,0x4f,0x48, +0x8b,0xf9,0x83,0x09,0xf2,0x00,0x4f,0x00,0x09,0xfc,0xf8,0x44,0x65,0x88,0x58,0x06, +0x03,0x01,0x11,0x02,0x84,0x00,0x20,0xf7,0x07,0x3a,0x07,0xb0,0xf2,0x7f,0x44,0x7f, +0x10,0x03,0x07,0xe1,0x15,0xf1,0x24,0x34,0x6b,0xf8,0x12,0x18,0xff,0x09,0xd5,0xd4, +0x30,0x03,0xf0,0xc9,0x1d,0xc0,0x00,0x3f,0x3f,0x60,0x2e,0xb0,0x04,0xf8,0xd0,0x00, +0x4e,0x25,0xfc,0xd8,0x43,0x44,0x64,0x49,0x04,0xbe,0xff,0xfe,0x7d,0x38,0xf7,0x28, +0x70,0x00,0x0e,0x7d,0x40,0x1e,0x91,0x22,0xe8,0x9a,0x00,0x4c,0x8f,0xff,0xff,0xf2, +0x23,0x40,0x0b,0xfe,0x20,0x08,0xff,0x12,0xff,0xed,0x00,0x02,0xf1,0xb9,0xe7,0xca, +0x00,0x2f,0x8e,0x1e,0x62,0xe1,0x02,0xf3,0x40,0xe6,0x00,0x04,0xde,0xe8,0x58,0x65, +0x62,0x49,0x03,0xad,0xed,0xdc,0x20,0x4a,0x01,0xf2,0x27,0xd3,0x0e,0xff,0xff,0x50, +0x0a,0xe1,0xe7,0x11,0xe5,0x00,0x17,0x0e,0xfe,0xef,0x50,0x24,0x40,0xea,0x77,0xf5, +0x07,0xff,0x0e,0xba,0x9a,0x80,0x03,0xf0,0xe6,0xad,0xe9,0x00,0x3f,0x0f,0x98,0x9e, +0x20,0x03,0xf4,0xfe,0xa0,0xab,0x02,0xce,0xc8,0x21,0x12,0x42,0x6a,0x05,0xbf,0xff, +0xff,0x78,0x0b,0x80,0x29,0x10,0x59,0x5e,0x00,0x00,0xbd,0x1d,0xa8,0x0a,0xf8,0x1c, +0x45,0xe2,0x7e,0x22,0x00,0x11,0x4a,0x9b,0xf9,0x96,0x7f,0xf6,0xdf,0xfe,0xfd,0x80, +0x5f,0x00,0xe8,0x8b,0x10,0x04,0xf1,0x9f,0x28,0xc8,0xb0,0x4f,0x8e,0x40,0x4f,0xf6, +0x2d,0xee,0x84,0x33,0x35,0x44,0xc0,0x2a,0xef,0xff,0xf8,0xc9,0x01,0x20,0xb1,0x0e, +0x68,0x84,0xf5,0x1e,0xe1,0x0b,0xa9,0xd2,0x00,0x07,0x08,0x9e,0xfc,0x81,0x01,0x10, +0xf8,0x9e,0x6f,0x29,0xff,0x0f,0xff,0xfe,0xf2,0x15,0xf0,0xf9,0xae,0x8f,0x20,0x3f, +0x0f,0x89,0xe7,0xf2,0x04,0xf1,0xf3,0x4d,0xbe,0x14,0xfc,0xd6,0x21,0x12,0x44,0x59, +0x05,0x87,0x01,0xf0,0x0a,0x17,0x01,0x22,0xe7,0x22,0x01,0xdc,0x8f,0xff,0xff,0xf5, +0x01,0x72,0x88,0xfb,0x88,0x04,0x77,0x3f,0x4f,0x87,0xf0,0x5a,0xf4,0xfe,0x3f,0x27, +0xf0,0x08,0x11,0xdf,0xf8,0x10,0x02,0xf3,0xcc,0xfa,0xfb,0x00,0x2f,0x9d,0x1e,0x52, +0xd1,0x3d,0xdd,0x72,0x94,0x24,0x35,0x90,0x3a,0xfd,0x20,0x08,0x06,0x02,0x00,0x1d, +0x69,0xf1,0x20,0x07,0xf4,0xf2,0xc7,0x4e,0x30,0x05,0x2f,0xef,0xfe,0xf3,0x49,0x90, +0x29,0xf4,0x33,0x05,0xbf,0x06,0xff,0xff,0xb0,0x03,0xf5,0xf9,0x63,0xf4,0x00,0x3f, +0x01,0x4f,0xf7,0x00,0x05,0xf0,0x9e,0xe5,0x00,0x07,0xfc,0xcd,0xa3,0x34,0x54,0x67, +0x06,0xdf,0xc4,0x01,0x12,0x01,0xb3,0x06,0x90,0x20,0x02,0xb1,0x07,0xe0,0x3f,0x40, +0x0c,0xc9,0xd2,0x2c,0xf5,0x1a,0x14,0x05,0x6f,0xa5,0x50,0x36,0x60,0xeb,0x99,0xbd, +0x05,0xcf,0x0e,0xed,0xde,0xd0,0x02,0xf0,0xe9,0x66,0xad,0x00,0x2f,0x0e,0x97,0x7a, +0xd0,0x03,0xf1,0xef,0xee,0xfd,0x03,0xed,0xd7,0x21,0x12,0x34,0x5a,0x03,0xaf,0x83, +0x16,0x11,0x45,0xff,0x69,0xf6,0x25,0xd1,0x18,0xff,0xe2,0x7f,0xff,0xfd,0x8b,0x6f, +0x10,0xb7,0x1f,0x48,0x98,0xb0,0x29,0xc7,0xf3,0x8a,0xd5,0x0b,0xff,0xff,0xf9,0xac, +0x80,0x03,0x33,0x32,0x89,0x3f,0x03,0xff,0xff,0xa8,0x91,0xf2,0x3f,0x00,0x9a,0x8b, +0xde,0x03,0xfe,0xef,0xa8,0xa3,0x00,0x3f,0x33,0xa9,0x79,0x68,0x19,0xf2,0x0a,0x9b, +0xdf,0x90,0x0a,0xdc,0xbb,0x97,0x75,0x00,0x1b,0x14,0xf1,0x0b,0xc0,0x00,0xc9,0x0e, +0x45,0xf3,0x00,0x25,0x53,0xf8,0x68,0x21,0x58,0x10,0xf1,0x05,0x11,0x8f,0xff,0xd2, +0x10,0x01,0xaf,0x6f,0x8d,0xe4,0x03,0xff,0x50,0xf6,0x1b,0xf9,0x07,0x10,0x0f,0x60, +0x52,0x75,0xf2,0x26,0x23,0x50,0x00,0x3e,0xff,0xff,0xdb,0x40,0x17,0x88,0x8f,0xa7, +0x77,0x41,0xaa,0xaa,0xfc,0xaa,0xa6,0x01,0xed,0xdf,0xed,0xe8,0x00,0x1f,0x98,0xfa, +0x8e,0x90,0x01,0xf8,0x6f,0x96,0xd9,0x00,0x1c,0xcc,0xfd,0xcc,0x70,0x05,0xbb,0xbf, +0xdb,0xbb,0x00,0x46,0x66,0xf9,0x66,0x62,0x3d,0xf7,0x20,0x70,0xdc,0xaa,0xaa,0xf4, +0x00,0x0d,0xca,0x84,0x3c,0x50,0xab,0xaa,0xaa,0xb3,0x03,0x83,0x5d,0x10,0xea,0x61, +0x47,0xf5,0x07,0xa6,0x00,0x0f,0xba,0xfc,0xae,0x80,0x00,0xfa,0x9f,0xb9,0xe8,0x00, +0x3b,0xbb,0xfc,0xbb,0x80,0x00,0x11,0x1e,0x61,0x7b,0x39,0x01,0x9f,0x19,0xf2,0x25, +0x7a,0x90,0xbc,0x77,0x40,0x0c,0x7a,0x97,0xed,0xba,0x60,0x0c,0x7a,0xaa,0x4a,0xe5, +0x00,0x04,0x2a,0xef,0xc4,0xa8,0x00,0x15,0x9d,0xe8,0xbf,0xd9,0x40,0x1a,0x68,0xaf, +0xca,0x48,0x50,0x03,0xdd,0xdf,0xed,0xdb,0x00,0x00,0x5b,0x1f,0x76,0xc1,0x00,0x01, +0x4f,0x1f,0x6a,0xb1,0x47,0x55,0x03,0x02,0x1d,0xf0,0x14,0x3e,0x20,0x00,0xe6,0x00, +0x0c,0xff,0xe0,0x0e,0x60,0x06,0xf5,0x43,0x00,0xe6,0x00,0x0b,0xff,0xbd,0xdf,0xed, +0x80,0x0b,0x80,0x66,0xfa,0x64,0x2f,0xff,0xc0,0x0e,0x60,0x00,0x3c,0xa2,0x1e,0x4c, +0x70,0xb9,0x60,0x0e,0x60,0x00,0x1e,0xfd,0x0b,0x00,0x24,0xc5,0x00,0xb8,0x44,0x20, +0x03,0xd1,0x8a,0x33,0x20,0xcf,0xfd,0x75,0x5b,0xf0,0x10,0x53,0x2e,0xff,0xff,0x90, +0xaf,0xf9,0xe4,0xe7,0xb9,0x00,0xb7,0x0e,0x2e,0x5a,0x92,0xff,0xfc,0xed,0xfe,0xf9, +0x03,0xc9,0x2e,0x8f,0xad,0x90,0x0c,0x97,0x10,0xe5,0x17,0x57,0x72,0x0e,0x50,0x00, +0x1b,0x30,0x00,0xe5,0xa1,0x7b,0xf3,0x27,0x00,0x8d,0x43,0xef,0xff,0xf4,0x1f,0xff, +0xb2,0x8d,0x3f,0x35,0xe3,0x31,0x08,0xb1,0xf2,0x0b,0xff,0x71,0xaa,0x4f,0x10,0x0b, +0x60,0xdf,0xff,0xf0,0x3f,0xff,0xc1,0xe7,0x6f,0x00,0x3c,0x82,0x0f,0x46,0xe0,0x00, +0xba,0xb1,0xf2,0x7c,0x00,0x0e,0xfb,0x7f,0x5b,0xc3,0x02,0xd4,0x7f,0xff,0xce,0x12, +0xf4,0x9b,0x03,0xc0,0x08,0x0e,0x47,0x30,0xcf,0xfd,0x99,0xe7,0xe1,0x5e,0x43,0x28, +0xaf,0xba,0x20,0xaf,0xf9,0xdb,0x99,0xf4,0x00,0xc6,0x0d,0x5e,0x3f,0x41,0xff,0xfa, +0xd5,0xf4,0xf4,0x03,0xd8,0x2d,0x6f,0x3f,0x40,0x0d,0x96,0x9b,0xe3,0xa2,0x01,0xff, +0x99,0xf7,0xec,0x20,0x4a,0x16,0xb3,0x00,0x97,0x03,0xc0,0x00,0xf2,0xb7,0x00,0xcf, +0xe9,0xdf,0xdf,0xe7,0x5e,0x66,0x32,0xf5,0xc8,0x10,0xbf,0xfb,0xdf,0xef,0xeb,0x00, +0xc5,0x15,0x66,0x66,0x42,0xff,0xfb,0x8f,0xff,0xf3,0x03,0xd8,0x28,0xb3,0x4f,0x30, +0x0c,0x73,0x8f,0xee,0xf3,0x00,0xef,0x98,0xb4,0x5f,0x30,0x1c,0x40,0x8e,0xbc,0xe3, +0x08,0x72,0x67,0x45,0xf6,0x30,0x1f,0xfe,0x6e,0x57,0xfb,0x90,0x5b,0x43,0x2e,0x6c, +0xfd,0xd0,0x09,0xf7,0x8e,0x7c,0xfe,0x90,0x05,0xe2,0x4a,0xb7,0xf8,0x40,0x3f,0xfd, +0x9a,0x9a,0xfa,0x50,0x02,0xe0,0xaf,0x9c,0xfd,0x80,0x02,0xec,0x5f,0x43,0xf3,0x20, +0x04,0xfb,0xcf,0xe6,0xe1,0x10,0x07,0x83,0xd1,0x6d,0xff,0xe0,0x5a,0x04,0x00,0xdc, +0x22,0xf3,0x27,0x7f,0x32,0xef,0xff,0xf7,0x1e,0xff,0x81,0xe1,0x89,0x06,0xe2,0x12, +0xaf,0xbe,0xd7,0x0d,0xff,0x88,0x88,0x88,0x60,0x1e,0x71,0xbd,0xcc,0xf5,0x2c,0xfe, +0x8b,0xc9,0x9f,0x50,0x2e,0x71,0xbe,0xcc,0xf5,0x00,0xea,0x80,0xf4,0xf3,0x00,0x3f, +0xf7,0x8f,0x0f,0x5b,0x04,0xc2,0x8e,0x40,0xbf,0xdd,0x02,0xf2,0x06,0x6e,0x00,0x03, +0xc4,0x00,0x06,0xe0,0x18,0xfa,0x00,0x00,0x6e,0x3f,0xd5,0x00,0x00,0x28,0xf2,0x63, +0x22,0x21,0xfc,0x2f,0x90,0x17,0xf1,0x9e,0x21,0x11,0x00,0x6e,0x01,0xeb,0x20,0x28, +0xe2,0x56,0xfc,0x40,0x00,0xaf,0xff,0x34,0xef,0x90,0x07,0x83,0x00,0x00,0x61,0xa9, +0x18,0x20,0x7e,0x1f,0xae,0x16,0xb0,0xca,0x33,0x33,0x6f,0x21,0xd6,0x10,0x00,0x02, +0xf2,0x1f,0x40,0x45,0x3f,0x21,0xf3,0x00,0x0b,0x00,0x04,0x40,0x36,0xf1,0x1f,0x30, +0x7b,0x57,0x02,0xa0,0x2a,0xf0,0x01,0xcc,0x3f,0xff,0xff,0xf4,0x02,0xd2,0x33,0x53, +0x3f,0x42,0x90,0x00,0x0f,0x40,0xf4,0x96,0x5e,0xf3,0x12,0x8f,0x43,0xf2,0x46,0xff, +0x82,0xf4,0x3f,0x01,0xdc,0xf4,0x0f,0x43,0xf5,0xed,0x1f,0x40,0xf4,0x3f,0x7a,0x24, +0xf4,0x0f,0x43,0xf0,0x07,0xfd,0x22,0xf4,0x3f,0x00,0x00,0x02,0xc6,0x0a,0x11,0x03, +0x06,0x00,0x50,0xda,0x3f,0xff,0xff,0xf2,0x28,0x6d,0x30,0x5f,0x21,0x93,0x69,0x00, +0xf0,0x0a,0x2f,0x2c,0xff,0xf5,0x2f,0x22,0xf2,0xc7,0x3f,0x52,0xf2,0x2f,0x2c,0x50, +0xe5,0x2f,0x22,0xf2,0xcf,0xff,0x52,0xf2,0x2f,0x2a,0x73,0xac,0x5e,0x83,0x00,0x00, +0x46,0xf2,0x2f,0x20,0x00,0x0b,0xe1,0x02,0x02,0x2c,0x02,0x20,0x9d,0x0f,0xc1,0x00, +0xf1,0x1e,0xd9,0x33,0x33,0x4f,0x23,0xd2,0x11,0xd0,0x01,0xf2,0x3f,0x38,0x9f,0x98, +0x6f,0x23,0xf3,0x8d,0xfd,0x86,0xf2,0x3f,0x03,0xff,0xf5,0x1f,0x23,0xf3,0xe8,0xf6, +0xf4,0xf2,0x3f,0x79,0x1f,0x07,0x3f,0x23,0xf0,0x01,0xf0,0x45,0xf2,0x3f,0x00,0x49, +0x84,0x01,0x15,0x05,0x11,0x10,0x0c,0x75,0x10,0x4f,0xc6,0x00,0xa1,0xc1,0x33,0x33, +0x4f,0x42,0x91,0x11,0x11,0x10,0xf4,0x7d,0x5f,0x55,0x43,0xf2,0xe4,0x15,0xe0,0x0b, +0x00,0x15,0x05,0x0b,0x00,0x00,0xd8,0x7d,0x00,0xb4,0x7c,0x23,0xcd,0x10,0x38,0x22, +0xf5,0x26,0xf6,0xde,0xee,0xe2,0x2f,0x3f,0x4e,0x83,0x4f,0x22,0xf4,0xf0,0xe8,0x34, +0xf2,0x2f,0x7c,0x0e,0xff,0xff,0x22,0xf2,0xf3,0xe5,0x01,0xf2,0x2f,0x0d,0x6f,0xdb, +0xcf,0x22,0xf9,0xf5,0xf7,0x56,0xf2,0x2f,0x33,0x3f,0x00,0x1f,0x22,0xf0,0x0a,0xb0, +0x26,0xf2,0x2f,0x01,0xe3,0x03,0xeb,0x18,0x05,0xf0,0x18,0x34,0x00,0x03,0xff,0xf5, +0x07,0xd0,0x00,0x3f,0x4f,0xdf,0xff,0xff,0x43,0xf7,0xca,0x82,0x22,0xe4,0x3f,0x9a, +0x29,0x70,0x13,0x03,0xf1,0xf3,0xaa,0x6e,0x90,0x3f,0x0d,0x6a,0xfd,0x50,0x03,0xfb, +0xf3,0xaa,0x64,0x74,0xe2,0x0a,0x90,0x0c,0x43,0xf0,0x00,0x9c,0x55,0xf3,0x3f,0x00, +0x03,0xde,0xea,0x00,0x01,0xf0,0x1d,0x02,0xff,0xe1,0xaa,0x05,0xe0,0x2f,0x6e,0x1f, +0x40,0x5e,0x02,0xf7,0xa9,0xf9,0xff,0xfa,0x2f,0xaa,0xff,0x24,0x8f,0x32,0xf6,0xc9, +0xf5,0x75,0xe0,0x2f,0x2f,0x2f,0x4e,0x5e,0x02,0xf6,0xf2,0xf0,0xd8,0xe0,0x2f,0xa8, +0x2f,0x00,0x5e,0xb8,0x84,0x74,0x38,0xe0,0x2f,0x00,0x2f,0x06,0xe8,0x00,0x36,0xc0, +0xf7,0xff,0xff,0xe0,0x1f,0x3f,0x5f,0x32,0x6e,0x01,0xf4,0xd2,0x0b,0x00,0x70,0x7b, +0x2f,0x42,0x7e,0x01,0xf1,0xf5,0x0b,0x00,0xf5,0x0b,0x0d,0x7f,0x3f,0x3a,0x21,0xf9, +0xf5,0xf1,0xaf,0xc2,0x1f,0x22,0x2f,0x25,0xf5,0x01,0xf0,0x05,0xff,0xbb,0xf6,0x1f, +0x00,0x6c,0x72,0x0a,0x0a,0x12,0xf7,0x2a,0x16,0x00,0x03,0xff,0xd0,0x0b,0xf3,0x00, +0x3e,0x7c,0x0a,0xd8,0xf4,0x03,0xe9,0x9d,0xe2,0x07,0xf7,0x3e,0xb5,0x6f,0xff,0xfb, +0x13,0xe5,0xb0,0x25,0xf3,0x10,0x3e,0x3e,0xef,0xff,0xff,0x63,0xed,0xc3,0x84,0xf4, +0x60,0x3e,0x30,0xbb,0x3f,0x4f,0x13,0xe0,0x4f,0x35,0xf0,0xa8,0x3e,0x00,0x24,0xfb, +0x01,0x3a,0x52,0xf4,0x27,0x03,0xff,0xe4,0x02,0xc7,0x21,0x3e,0x5f,0xc8,0xff,0xff, +0x83,0xe7,0xb4,0x7b,0xd6,0x61,0x3e,0xa7,0x38,0xfd,0x8f,0x23,0xe6,0xce,0xd9,0xfe, +0xf2,0x3e,0x1f,0x5d,0x5d,0x7f,0x23,0xe7,0xf5,0xd5,0xc6,0xf2,0x3e,0x75,0x6d,0x5a, +0x7d,0x13,0xe0,0x3f,0xdb,0x32,0x34,0x3e,0x03,0x70,0x8e,0xa1,0x04,0x02,0xd8,0x0b, +0xf5,0x26,0xce,0xff,0xff,0xf5,0x3e,0x8b,0x24,0x44,0x43,0x03,0xea,0x66,0xea,0xac, +0xc0,0x3e,0xc3,0x5c,0xaa,0xba,0x03,0xe6,0xaa,0xdd,0xdd,0xd2,0x3e,0x3d,0xc7,0x84, +0x8f,0x23,0xec,0xcc,0x5c,0x96,0xf2,0x3e,0x62,0xc9,0xef,0x9f,0x23,0xe0,0x0c,0x45, +0xb0,0xf2,0x3e,0x00,0xc4,0x48,0xad,0x40,0x00,0xf5,0x27,0x15,0x00,0x03,0xff,0xf8, +0xac,0xfa,0xa3,0x3e,0x5f,0x3a,0xc5,0xd9,0x13,0xe7,0xad,0xff,0xff,0xf9,0x3e,0xa8, +0x27,0x77,0x77,0x13,0xe3,0xe4,0xf7,0x79,0xf1,0x3e,0x0f,0x6f,0xbb,0xbf,0x13,0xe8, +0xf5,0xfc,0xcc,0xf1,0x3e,0x76,0x46,0x8f,0x76,0x33,0xe0,0x0a,0xbc,0xfc,0xb7,0x3e, +0x00,0xae,0x7a,0x11,0x05,0x16,0x14,0x01,0xd1,0x36,0xf1,0x01,0x1f,0x68,0x6e,0x78, +0x8a,0x81,0xb5,0x96,0xe7,0x98,0x76,0x00,0x9b,0x8c,0x7c,0xc2,0x12,0x1b,0xf3,0x08, +0xd8,0x04,0x77,0x8f,0x97,0x77,0x20,0x5f,0xbf,0xce,0xec,0xf0,0x05,0xe0,0xf3,0x99, +0x4f,0x00,0x5e,0x0e,0x39,0x9e,0xc0,0x0c,0x13,0x50,0xee,0xff,0xfe,0xe8,0x03,0x5a, +0x1b,0xd0,0xc3,0x4e,0x79,0x7f,0x69,0x7f,0x40,0x19,0x97,0xf7,0x99,0x10,0x08,0x38, +0x00,0xf3,0x0d,0x10,0xaa,0x99,0x99,0x99,0x50,0x0b,0xa9,0x99,0x99,0x95,0x00,0xdd, +0xfd,0xcf,0xcd,0xd6,0x2f,0x4f,0x74,0xcd,0xf8,0x07,0xb5,0xfd,0xa3,0x4a,0xd6,0x17, +0x65,0xf0,0x49,0xe7,0x30,0xc5,0x10,0x06,0xbf,0xcb,0x7f,0xef,0x40,0x4d,0xfe,0xcf, +0x88,0xd3,0x06,0x8f,0xb8,0x9e,0xfe,0xf0,0x59,0x99,0x85,0x8f,0x7f,0x24,0xfb,0xdc, +0xbd,0xfc,0xf6,0x4f,0xac,0xc5,0xbf,0xaf,0x04,0xfd,0xec,0x27,0xf5,0xa0,0x4d,0x07, +0xc1,0x6e,0x00,0x04,0xd2,0xe8,0x3f,0x80,0x00,0x00,0x06,0xe0,0xe7,0x00,0x03,0xff, +0xfe,0x0e,0xff,0xf5,0x15,0x59,0xe0,0xea,0x55,0x10,0x44,0x9e,0x0e,0xa4,0x40,0x1f, +0xff,0xe0,0xef,0xff,0x10,0x00,0x6e,0x0e,0x70,0x00,0x7f,0x0b,0x00,0x61,0x82,0x55, +0x9e,0x0e,0x94,0x42,0x2c,0x00,0x11,0x00,0x16,0x00,0x07,0x7e,0x71,0xf2,0x18,0xa0, +0x33,0x36,0xf6,0x33,0x32,0x07,0x99,0xbf,0x99,0x99,0x10,0xbe,0xef,0xde,0xfd,0xf2, +0x0b,0x85,0xd4,0xaa,0x2f,0x20,0xb8,0x5f,0xbe,0xa2,0xf2,0x0b,0x85,0xe8,0xca,0x2f, +0x20,0xb8,0x5e,0x5a,0xa2,0xf2,0x68,0x3c,0x52,0xba,0x33,0x33,0x35,0xf2,0xc6,0x07, +0x71,0x13,0x34,0xf8,0x33,0x30,0x09,0xff,0x42,0x31,0x33,0xf5,0x00,0xd9,0x4d,0x00, +0x00,0x08,0x54,0x30,0x32,0x00,0xdf,0x2f,0x08,0x50,0x0d,0x93,0x33,0x3f,0x60,0x8c, +0x21,0x11,0xf6,0x77,0x13,0x10,0x60,0x77,0x13,0x13,0xf6,0x92,0x06,0x30,0x33,0x38, +0xf3,0xc1,0x6a,0xe0,0xbd,0x55,0x53,0x00,0x2f,0xdd,0xdd,0xdf,0xa0,0x02,0xf2,0x0b, +0x40,0xba,0x1a,0x70,0xf2,0x0a,0x0b,0xa0,0x02,0xf2,0x0f,0x40,0xba,0x00,0x2b,0x18, +0xf7,0x68,0x70,0x01,0x5c,0xf5,0x6d,0xe7,0x01,0xfe,0x91,0x00,0x06,0xe5,0x01,0x71, +0x60,0xf2,0x27,0xbb,0x7f,0xff,0xff,0xd5,0x8f,0xa4,0x23,0xf5,0x21,0x00,0xf4,0x0b, +0xff,0xff,0x70,0x0f,0x40,0xb9,0x65,0xd7,0x00,0xf4,0x0b,0x7c,0x8c,0x70,0x0f,0x40, +0xb7,0xc8,0xc7,0x00,0xf4,0x0b,0x7d,0x6c,0x70,0x0f,0x40,0x36,0xf7,0x52,0x25,0xf4, +0x05,0xe8,0xbe,0x34,0xfc,0x07,0xf7,0x00,0xab,0xb1,0x00,0xd0,0x23,0x33,0xef,0xff, +0xff,0x69,0xff,0xf3,0x2e,0xa2,0x21,0x05,0xf0,0x19,0x76,0xf3,0x17,0x4f,0x09,0xb6, +0x78,0xe0,0x04,0xf0,0x9a,0x8c,0x7e,0x00,0x4f,0x3a,0xa8,0xc7,0xe0,0x5c,0xfe,0xba, +0xaa,0x7e,0x08,0xa4,0x02,0x5f,0x78,0x20,0x00,0x02,0x8f,0x93,0xdd,0x20,0x00,0x4b, +0x40,0x00,0x92,0x9a,0x39,0xf3,0x27,0x1f,0xbf,0xff,0xf7,0x2f,0x87,0xf2,0x3f,0x42, +0x02,0xf8,0x7f,0x8f,0xff,0xf2,0x2f,0x87,0xf8,0xa5,0x4f,0x22,0xf8,0x7f,0x89,0xd6, +0xf2,0x2e,0x87,0xf8,0x9e,0x6f,0x23,0xe8,0x7f,0x89,0xf5,0xf2,0x5d,0x87,0xf3,0x7f, +0xb5,0x09,0x84,0x4f,0x4e,0x9c,0xc0,0x53,0x00,0x89,0x60,0x09,0x10,0xbd,0x58,0x10, +0xfa,0x8b,0x4f,0xf2,0x22,0x5f,0x42,0x2e,0x72,0x10,0xee,0x80,0x9f,0xff,0xf3,0x25, +0xed,0x3a,0xa6,0x5f,0x3a,0xff,0xff,0xb9,0xd6,0xf3,0x00,0xf7,0xc9,0x9d,0x6f,0x30, +0x0f,0x64,0x99,0xe5,0xf3,0x00,0xf3,0x03,0x8f,0x55,0x01,0x4f,0x30,0x7f,0x6b,0xd1, +0x2f,0xc0,0x3c,0x40,0x0b,0x50,0x2b,0x26,0xf8,0x27,0x7b,0x19,0xff,0xff,0x33,0xd7, +0xff,0x22,0xd7,0x20,0x3d,0x8b,0x03,0x9f,0xa9,0x0d,0xff,0xff,0xac,0x87,0xf0,0x15, +0xc7,0x46,0xbc,0x6f,0x06,0xcb,0x8f,0x8b,0xc6,0xf0,0xc6,0xbe,0xd5,0xbe,0x4f,0x01, +0x08,0xf4,0x28,0xf5,0x70,0x28,0xf7,0x03,0xda,0xd9,0x08,0xa3,0x01,0xd7,0x01,0xb2, +0x2c,0x0a,0xf4,0x25,0xfd,0xed,0xbf,0xff,0xf6,0x2f,0x9b,0xd0,0x2f,0x41,0x02,0xf5, +0x9d,0x6f,0xff,0xf0,0x2d,0xdd,0xb6,0xa5,0x4f,0x06,0x99,0x99,0x8a,0xc6,0xf0,0x39, +0xb9,0x47,0xae,0x5f,0x03,0xe9,0xfe,0x4a,0xf7,0x80,0x4f,0xc7,0x07,0xe7,0xac,0x18, +0xdf,0xa3,0xb6,0x00,0xa2,0xc3,0x5b,0xdf,0xab,0x0a,0x02,0xb1,0x09,0xf1,0x27,0x14, +0xf2,0x27,0x77,0x75,0x1f,0xff,0xfb,0x79,0xe7,0x60,0x2e,0x1d,0x18,0xbd,0x94,0x0d, +0xff,0xfb,0xf5,0x8a,0x60,0xd5,0x7d,0x3f,0x4b,0x96,0x0e,0xcc,0x81,0xf5,0xb9,0x60, +0xf6,0xad,0x3f,0x79,0x96,0x0f,0xa8,0xa6,0x7b,0x65,0x34,0xf8,0xec,0x39,0xd5,0xe3, +0x39,0x64,0x0c,0x91,0x04,0xdf,0x19,0x00,0xa1,0x3b,0x70,0xf6,0x02,0x02,0x55,0x55, +0x5f,0x68,0x1f,0x13,0x11,0xec,0xed,0x5d,0x01,0x4c,0x0a,0x20,0xcf,0xf8,0xc6,0x42, +0x10,0x95,0xe6,0x13,0x11,0x7c,0xf4,0x56,0x20,0xf1,0x76,0x1a,0x21,0x10,0xcb,0x9e, +0x02,0x23,0x3d,0xe2,0x3a,0x01,0xf0,0x24,0xf2,0xdd,0xdd,0xd6,0x01,0x3f,0x2f,0x65, +0x55,0x21,0xe2,0xe2,0xf6,0x54,0xd0,0x2e,0x3d,0x2f,0x7f,0xba,0x04,0xd5,0xc2,0xf1, +0xaf,0x40,0x5f,0xff,0x9f,0x1a,0xf6,0x00,0x25,0xb8,0xf7,0xf8,0xf1,0xac,0x8d,0x7f, +0x96,0x07,0x10,0x01,0xf5,0xfd,0xdd,0xd8,0x06,0xfb,0x05,0x00,0x7e,0x04,0x37,0x5a, +0xf1,0x26,0x00,0x07,0xff,0xf4,0x07,0xf3,0x00,0x01,0x1e,0x32,0xfc,0xe2,0x01,0xd0, +0xf6,0xe8,0x0b,0xe4,0x2f,0x0f,0xbc,0xcc,0xdc,0x83,0xe3,0xf2,0x14,0x54,0x10,0x4f, +0xff,0xd9,0x2f,0x1d,0x40,0x15,0x7c,0x97,0xc7,0xe0,0x9c,0x99,0xa3,0x43,0xb7,0x00, +0x00,0xa9,0xdd,0xdf,0xe6,0x04,0xfd,0x14,0x67,0x03,0x6e,0x4d,0xf2,0x10,0x00,0x00, +0x03,0x66,0x6a,0xf7,0x66,0x60,0x6b,0xbb,0xbb,0xbb,0xbb,0x10,0x1e,0xee,0xee,0xeb, +0x00,0x01,0xf7,0x55,0x5b,0xc0,0x00,0x18,0x88,0x88,0x87,0x00,0x4f,0x5f,0x2f,0xf2, +0x05,0x99,0x99,0x67,0xd0,0x4f,0x2f,0x66,0xb9,0x7d,0x04,0xf2,0xfe,0xee,0x97,0xd0, +0x4f,0x16,0x00,0x08,0xe8,0xae,0x0c,0xf3,0x1f,0x01,0x44,0x41,0x39,0xe3,0x20,0x4f, +0xff,0x4f,0xcc,0xdc,0x04,0xe3,0xf4,0xe7,0x67,0xb0,0x4e,0x3f,0x4e,0x1a,0xaa,0x04, +0xe3,0xf4,0xe0,0x7c,0x30,0x4f,0x3f,0x4f,0xcc,0xcc,0x54,0xff,0xf1,0x33,0x33,0xd6, +0x4f,0x33,0xaf,0xff,0xbe,0x50,0x10,0x0d,0x70,0x23,0x05,0xfc,0x50,0x05,0x00,0xe4, +0x57,0x70,0x00,0x69,0x99,0xfb,0x99,0x91,0x00,0x59,0x17,0xf0,0x4d,0x01,0x67,0x77, +0xfa,0x77,0x74,0x28,0x8c,0xfa,0x88,0x88,0x60,0x06,0xff,0xdd,0xdc,0x10,0x0d,0xed, +0xd4,0x7f,0x90,0x00,0x30,0x1d,0xef,0x90,0x00,0x08,0xbf,0xfb,0xdf,0xda,0x60,0x98, +0x50,0x00,0x37,0x94,0x1f,0xee,0xf3,0x0d,0xc3,0x01,0xe9,0xae,0x30,0xd8,0xd0,0x1e, +0xac,0xc7,0x6e,0x98,0x11,0xfe,0xef,0xab,0xfd,0xb2,0x07,0xbc,0x71,0x1f,0x70,0x00, +0x8c,0xd8,0x14,0xfc,0x00,0x3d,0xef,0xf5,0x8c,0xf1,0x01,0xa8,0x79,0x1f,0x5a,0x90, +0x3c,0xbb,0x8d,0xc0,0x3f,0x44,0x45,0x20,0x62,0xd4,0x22,0x10,0x02,0xdb,0x4f,0x42, +0x28,0xf3,0x22,0x20,0x82,0x78,0x40,0x04,0xe6,0x1c,0xc1,0x12,0x05,0xf0,0x01,0xf3, +0x00,0x06,0xad,0xfb,0x8d,0xfe,0xc3,0x38,0xa8,0x00,0x1b,0x66,0x00,0x09,0xc0,0x6f, +0x5c,0x10,0xb9,0xa2,0x27,0x92,0x6f,0x50,0x03,0xf2,0x00,0x09,0x80,0x00,0x3f,0x18, +0x0d,0x90,0x59,0xb0,0x00,0x02,0x7b,0xff,0xff,0x00,0x1d,0xc9,0x40,0xb0,0x04,0xff, +0xff,0xc7,0x8f,0x00,0x4f,0xa5,0x10,0x06,0xf0,0x7f,0x30,0x10,0x6f,0x0e,0x1d,0x01, +0x0b,0x00,0xe1,0x8e,0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe,0xff,0xf1,0x00,0x5b,0xb4, +0x9f,0xba,0x07,0x11,0x11,0xfb,0x13,0xf0,0x1d,0x34,0x44,0x44,0x30,0x1d,0x9f,0xdc, +0xcc,0xdf,0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10,0x00,0x1f,0x8d,0xc3,0xfb, +0xaa,0xab,0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1,0x00,0x01,0xf4,0xcd,0x6f, +0x20,0x00,0x2f,0x6d,0xb5,0x75,0x31,0x80,0xb0,0xef,0xe3,0xef,0xff,0xff,0xdf,0xff, +0xfb,0x55,0xd1,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7,0x87,0x07,0x88,0x88,0x86,0xff,0xf5, +0x8f,0x84,0x00,0x9a,0x01,0x81,0x35,0x40,0x45,0x55,0x55,0x3f,0xff,0x3f,0xc8,0x64, +0x00,0x75,0x10,0x55,0xba,0x1a,0xbb,0xbb,0xba,0xd5,0x02,0x21,0x04,0xf9,0x01,0x18, +0xf1,0x03,0xc1,0x50,0x00,0x04,0xff,0xc0,0xcf,0x80,0x04,0xff,0xc0,0x08,0xff,0x84, +0xff,0xc0,0x00,0x09,0x7c,0x0a,0x11,0x09,0x81,0x0a,0x10,0x08,0xa2,0x30,0xf0,0x15, +0x7b,0x00,0x04,0xc2,0xdf,0xc0,0x4f,0xf6,0x2e,0xfd,0xff,0x90,0x02,0xef,0xf9,0x00, +0x04,0xff,0xfc,0x00,0x5f,0xfa,0xef,0xc0,0xef,0x90,0x2e,0xf7,0x47,0x00,0x02,0x81, +0x00,0x00,0x1d,0x60,0xd5,0x39,0xf5,0x2a,0x2f,0x90,0x62,0x00,0x09,0xf7,0x2f,0x90, +0xfe,0x20,0x3f,0xb0,0x2f,0x90,0x5f,0xb0,0xaf,0x20,0x2f,0x90,0x0b,0xf1,0xce,0x00, +0x2f,0x90,0x07,0xf3,0xbf,0x00,0x05,0x20,0x08,0xf3,0x8f,0x50,0x00,0x00,0x0e,0xf0, +0x1e,0xf4,0x00,0x01,0xbf,0x70,0x04,0xff,0xc9,0xaf,0xfa,0x00,0x00,0x2a,0xff,0xfd, +0x60,0xfe,0x08,0x20,0x46,0x40,0x02,0x03,0x91,0xfe,0x00,0x00,0x08,0x7a,0xff,0xfa, +0x78,0x03,0x01,0x1e,0xf1,0x08,0x5f,0xff,0x83,0x9f,0xff,0x50,0x9f,0xd0,0x00,0xdf, +0x90,0x0a,0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c,0xff,0xf7,0x2f,0x79,0x05,0x90, +0x43,0x6f,0xff,0x63,0x40,0x00,0x00,0xdf,0xd0,0x42,0x00,0x11,0x21,0x16,0x46,0x10, +0xd3,0xe8,0x6b,0xf0,0x13,0x2d,0xec,0xf9,0xf7,0x00,0x00,0x4e,0xd4,0x59,0xff,0x70, +0x00,0x6f,0xb4,0xef,0x86,0xfb,0x00,0x9f,0x96,0xff,0xff,0xa5,0xed,0x19,0x68,0xff, +0xff,0xff,0xd3,0xb1,0x00,0xff,0xff,0x75,0x60,0xf0,0x03,0x0f,0xff,0x20,0xcf,0xf5, +0x00,0x00,0xff,0xf2,0x0c,0xff,0x50,0x00,0x09,0xaa,0x10,0x7a,0xa2,0xea,0x28,0x11, +0x96,0xa0,0x24,0x1b,0xfd,0x06,0x00,0x41,0x17,0x7f,0xfe,0x77,0x13,0x5a,0x00,0x0a, +0x46,0x11,0xdf,0x1c,0x01,0xf0,0x01,0x1d,0xfc,0x10,0x00,0x0f,0xff,0xe4,0x94,0xff, +0xfe,0x0f,0xff,0xfe,0x8e,0xff,0xff,0x1b,0x20,0x30,0x8b,0x7f,0x08,0x80,0x73,0x31, +0x97,0x00,0x03,0x73,0x3d,0x11,0x0b,0x3d,0x21,0x80,0x06,0xf4,0x22,0x22,0x2d,0xc0, +0x02,0xf9,0x72,0x06,0xc0,0x70,0xbe,0x22,0x00,0x00,0x12,0xaf,0x2f,0xff,0xf9,0x00, +0x3f,0x95,0x01,0x61,0xfc,0xce,0xff,0xff,0x6f,0xff,0xa2,0x01,0x22,0xcf,0xff,0x0c, +0x1f,0xf1,0x2d,0x01,0x56,0x40,0x04,0x90,0x08,0xff,0xff,0xe6,0x7f,0x09,0xfc,0x42, +0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff,0xaf,0x10,0x00,0xcf,0xff,0xf1,0x20,0x00, +0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05,0x4f,0xff,0xfc,0x00,0x02,0xf8,0xff,0xc2, +0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff,0x50,0xf7,0x2a,0xff,0xfb,0x30,0x05,0xc0, +0x80,0x01,0xa7,0x34,0x63,0xd7,0x12,0x3d,0xf8,0xff,0xff,0x03,0x00,0x30,0xef,0xff, +0xf8,0xa5,0x8e,0x25,0x00,0xb7,0x4f,0x56,0x60,0x1d,0x70,0x00,0x12,0x3d,0xf8,0x45, +0x33,0xf4,0x05,0x85,0x80,0xff,0xff,0xf8,0x1e,0x2f,0xff,0xff,0x82,0xe1,0xef,0xff, +0xf8,0x34,0x00,0x00,0xbf,0x80,0x00,0x2a,0x00,0x04,0x74,0x10,0x00,0x38,0x6e,0xf0, +0x06,0xe5,0x00,0x00,0x01,0xd7,0x02,0x52,0xe3,0x01,0x23,0xdf,0x80,0x1d,0x76,0xb0, +0xff,0xff,0xf8,0x58,0x2f,0x1f,0x2e,0x27,0x30,0xe2,0xd3,0xd3,0x3a,0x39,0xf0,0x00, +0x1e,0x2d,0x3e,0xff,0xff,0x83,0x45,0xe1,0xf0,0x00,0x0b,0xf8,0x03,0xe4,0x9a,0x28, +0x25,0x21,0x02,0x6e,0x8e,0x00,0x14,0x2d,0x38,0x10,0x70,0x13,0x44,0x44,0x44,0x43, +0x1e,0xff,0xbe,0x2f,0x21,0xf7,0x0a,0xb9,0x53,0xf1,0x0c,0x7f,0xff,0x6e,0xff,0xfe, +0xbf,0xff,0x40,0x2e,0xff,0xf7,0x4e,0x40,0x00,0x6f,0xf8,0x00,0x10,0x00,0x06,0xff, +0x96,0x66,0x66,0x66,0x9f,0xcf,0xbc,0x1c,0x01,0xbf,0x2e,0xa0,0x2f,0xb0,0x00,0x00, +0x8f,0xf2,0x00,0x01,0xff,0xfa,0x51,0x01,0x50,0x40,0x5f,0xff,0xff,0xe0,0x61,0x07, +0xd0,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65,0xff,0xe1,0x09,0xc3,0x68, +0x12,0x25,0xb3,0x05,0xf2,0x03,0x9d,0x00,0x03,0xd2,0xae,0x00,0x4f,0xf4,0xae,0x06, +0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04,0x00,0xf1,0x02,0xae,0x3e,0xff,0xf4, +0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69,0x00,0x01,0x91,0x67,0x2b,0x45,0x11, +0xd5,0x30,0x45,0x31,0xb2,0x00,0x00,0x2b,0x58,0x00,0x9b,0x00,0x11,0x50,0x62,0x62, +0x04,0x35,0x03,0x71,0xfb,0x20,0xff,0xff,0xfd,0x40,0x00,0x46,0x0e,0x24,0xff,0xa1, +0xe7,0x7f,0xdf,0xbf,0xfc,0x01,0xdf,0xf9,0xff,0xff,0x14,0xff,0xfd,0xff,0xff,0x24, +0x05,0x00,0x09,0x00,0x23,0x00,0x63,0x7a,0xa8,0x00,0x9a,0xa5,0xbf,0x50,0x00,0x21, +0xff,0xf9,0x00,0x14,0x0f,0x05,0x00,0x0a,0x62,0xf9,0x7a,0xaa,0xaa,0xaa,0xa3,0x47, +0x65,0xf0,0x15,0x06,0xf0,0xcf,0xb0,0x07,0xf1,0xcf,0xfc,0x17,0xf1,0xcf,0xff,0xd9, +0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1,0xcf,0xff,0x97,0xf1,0xcf,0xf8,0x07, +0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x6a,0x06,0x20,0x1c,0x90,0xd6,0x01,0x21,0xff, +0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x12,0x60,0x64,0x01,0x11,0xef,0x3c,0x05,0x10, +0x45,0x24,0x7c,0x01,0x0b,0x00,0x11,0x0f,0xa9,0x08,0x51,0x9b,0xbb,0xbb,0xbb,0xb4, +0xc7,0x8a,0x50,0x4f,0xe1,0x00,0x4f,0xe3,0x03,0x00,0x67,0x3f,0xf3,0x00,0x01,0xdf, +0x70,0x04,0x00,0xc5,0x20,0x00,0x01,0x50,0x1b,0x30,0x00,0x03,0xff,0x30,0x00,0x04, +0x04,0x00,0x43,0x20,0x00,0x9f,0xc0,0x03,0x00,0x00,0x07,0x41,0x01,0xbd,0x03,0x10, +0xea,0xba,0x0a,0x13,0xfd,0x05,0x00,0x51,0x12,0x25,0xfd,0x22,0x20,0xc7,0x00,0x56, +0xce,0xee,0xff,0xee,0xe6,0x19,0x00,0x02,0x05,0x00,0x40,0x00,0xa7,0x00,0x00,0xb4, +0x8b,0x11,0x10,0x8d,0x00,0x12,0xdf,0x88,0x65,0x11,0x01,0x41,0x7f,0x20,0x9f,0xfe, +0xec,0x3d,0xf0,0x15,0xef,0x60,0x13,0xdf,0x80,0x03,0xff,0x70,0x3f,0xa2,0xff,0x70, +0xdf,0xf2,0x7c,0xff,0x2d,0xff,0x2c,0xff,0x3b,0xff,0xf1,0xef,0xf1,0x2e,0xf9,0x2c, +0xd6,0x4f,0xf5,0x00,0x2d,0xf9,0x21,0x6e,0x52,0x55,0x32,0xcf,0xfd,0x92,0xb0,0x65, +0x00,0x58,0x5a,0x40,0x40,0x00,0x21,0x00,0x9a,0x93,0xf2,0x27,0xaf,0xef,0xf9,0x20, +0x00,0x00,0x6f,0xf5,0x11,0x5f,0xf4,0x00,0x05,0x03,0xee,0xcf,0x56,0xff,0x30,0x2f, +0xd2,0x1b,0xff,0xd1,0xff,0xe0,0x1e,0xfd,0x00,0x7f,0xe3,0xff,0xc0,0x05,0xff,0x40, +0x04,0xef,0xfe,0x20,0x00,0x5f,0xe6,0x10,0x1c,0xf8,0x00,0x00,0x01,0x8d,0xfd,0x20, +0x9f,0xa0,0xfc,0x0a,0x13,0xf9,0x63,0x48,0x00,0x7c,0x8d,0x03,0x0f,0x0d,0x11,0x80, +0xf1,0x27,0x22,0xff,0xf1,0xfd,0x47,0x01,0xaa,0x2a,0x40,0xdf,0x50,0xef,0x30,0x9a, +0x07,0x20,0x50,0xef,0x88,0x94,0x40,0xff,0x50,0xff,0xf5,0xd6,0x22,0x30,0xa6,0xff, +0xfe,0x76,0x2f,0xd1,0x61,0xff,0xff,0x80,0x0b,0xff,0xff,0x72,0xff,0xff,0xf1,0x0e, +0xff,0x29,0x32,0x01,0xb7,0x33,0x16,0x55,0x7d,0x55,0xa0,0x0b,0x80,0xaa,0xa1,0x00, +0x4a,0xef,0x8f,0xff,0xc0,0xc3,0x03,0xf3,0x11,0x8d,0x4f,0xe3,0xcd,0x10,0x00,0x4f, +0xf3,0x03,0x10,0x00,0x2e,0xf5,0x80,0xa7,0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff,0xf5, +0x00,0xaf,0xff,0xd1,0x11,0x00,0x00,0x1c,0xd1,0x6c,0x70,0x30,0x01,0xc7,0x00,0xa7, +0x6b,0xf0,0x03,0x70,0x00,0x01,0xcf,0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70,0xbf, +0x80,0x00,0x1d,0xf5,0x47,0xd2,0x38,0xf0,0x03,0x8b,0x00,0x00,0x03,0xd3,0x9f,0xc0, +0x00,0x3f,0xf3,0x09,0xfc,0x03,0xff,0x40,0x00,0x9f,0xcf,0x34,0x7f,0x01,0xc0,0x08, +0x00,0x3a,0x1d,0x03,0xd6,0x50,0x90,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff,0xb8, +0x70,0x01,0x30,0xdb,0xfb,0xf5,0x78,0x3e,0x30,0x10,0xf7,0x10,0xc4,0x5d,0x00,0xdb, +0x3f,0xa0,0x20,0xe7,0x20,0x00,0xf7,0x11,0x10,0xcc,0xec,0xf5,0x25,0x02,0x94,0x5e, +0xff,0xa0,0x00,0x35,0x55,0x54,0x03,0xea,0x25,0x1f,0x10,0x13,0xdd,0x5e,0x00,0xe2, +0x31,0x01,0x28,0x03,0x4f,0xee,0xed,0xaf,0xff,0x01,0x00,0x07,0x03,0xba,0x03,0x21, +0x00,0x07,0xef,0x00,0x11,0xfb,0x41,0x01,0x10,0xfb,0x0c,0x05,0x00,0x06,0x00,0x41, +0x88,0xff,0xf8,0x80,0xe3,0x05,0x00,0xdd,0x37,0x13,0xe0,0xee,0x05,0x40,0xff,0xf8, +0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37,0x02,0x20,0xb6,0xf8,0x44,0x05,0x11,0x98, +0xf3,0x15,0x12,0x51,0x1b,0x4a,0x01,0xab,0x03,0x11,0xfe,0x93,0x01,0x25,0xfc,0x00, +0x38,0x6c,0x21,0x3f,0xf2,0x7e,0x77,0xc1,0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d, +0xff,0xfa,0xff,0xd1,0xa3,0x05,0x50,0x10,0x00,0x09,0xff,0xfb,0x16,0x3d,0x10,0x53, +0x80,0x04,0xf0,0x37,0x3c,0xd4,0x00,0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f, +0x09,0xff,0x60,0x6f,0xff,0xdf,0xf6,0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff, +0x70,0x00,0x9f,0xff,0x9f,0xf7,0x00,0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f, +0xf6,0x2b,0xc3,0x00,0x04,0x71,0x00,0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7, +0x79,0x4f,0xff,0xf2,0x32,0xff,0x4f,0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00, +0x02,0x40,0x64,0x55,0x55,0x53,0xbc,0x48,0x00,0x8a,0x6b,0x30,0x50,0x00,0xbf,0xff, +0x25,0x50,0xfa,0x66,0x66,0x8f,0xa0,0x5b,0x92,0x10,0xf8,0x05,0x00,0x04,0xd9,0x03, +0xf7,0x0d,0x8a,0xff,0xfa,0xff,0xf8,0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff, +0xff,0x9b,0xff,0xfa,0xae,0xee,0xee,0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0x70,0x8a, +0x01,0x1b,0x01,0x00,0x0f,0x01,0x42,0x89,0x99,0x99,0x99,0x67,0x1b,0x0b,0x23,0x00, +0x07,0x48,0x05,0x01,0x6d,0x01,0x20,0xc5,0x9f,0xa3,0x3f,0xa0,0xf9,0x5e,0xff,0xfe, +0x58,0xff,0xfc,0x4c,0xfc,0x4c,0x28,0x49,0x19,0x6f,0x8e,0x01,0xf0,0x05,0x03,0xdd, +0xd9,0x00,0x06,0xff,0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff,0xf6,0x64,0x0d,0xff, +0xff,0xfb,0x6a,0x10,0xf2,0x04,0x04,0x55,0xff,0x90,0x00,0x03,0xfe,0x10,0x00,0x07, +0xf6,0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0x40,0xf6,0x0a,0x91,0x5b,0x41,0x00,0x00, +0xff,0xf4,0xff,0xf0,0x00,0xbb,0x25,0xf0,0x07,0xff,0xe4,0x55,0x51,0x10,0xff,0xc8, +0xff,0xf4,0xd1,0xff,0xc8,0xff,0xf3,0xa7,0xff,0xc8,0xff,0xfb,0xa8,0xff,0xc8,0xfd, +0x00,0x00,0x05,0x00,0x20,0x01,0x18,0x9b,0x48,0x11,0x08,0x4f,0x76,0x00,0xf4,0x47, +0x20,0x00,0x62,0x71,0x02,0x20,0xeb,0x20,0xb9,0x01,0x10,0xf4,0x53,0x0e,0x12,0xfe, +0xcc,0x7e,0x20,0x0b,0xff,0x2e,0x2e,0x10,0xff,0x80,0x72,0x00,0xab,0x2f,0x01,0xe4, +0x00,0x00,0x9b,0x80,0x50,0x41,0x00,0x06,0xff,0x10,0x72,0x2f,0x02,0xda,0x00,0x23, +0x44,0x43,0x3b,0x03,0xf5,0x17,0xf7,0x2b,0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb, +0xeb,0xeb,0xf6,0xff,0x60,0xb0,0xa0,0xb0,0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6, +0xf6,0x1a,0x00,0x00,0x0b,0x0f,0x6f,0xa6,0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7, +0x00,0x11,0x75,0x5f,0x16,0x00,0x8d,0x12,0x20,0x03,0xaf,0x2d,0x01,0x10,0x4c,0x26, +0x08,0x21,0x05,0xdf,0x34,0x6a,0x02,0x4f,0x26,0x33,0x05,0x89,0x9a,0x43,0x02,0x00, +0x22,0x03,0x00,0xf4,0x0f,0x01,0x0d,0x00,0x11,0xf6,0x3f,0x00,0x01,0x97,0x02,0x01, +0x9b,0x21,0xf4,0x03,0x67,0x77,0x63,0x00,0x0f,0xff,0xfd,0x8c,0x00,0xff,0xff,0xd8, +0xfc,0x0f,0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4,0x09,0x00,0x03,0x55,0x47,0x88, +0x88,0x88,0x81,0x78,0x0b,0xf2,0x0d,0xbe,0xff,0xea,0x50,0x00,0x06,0xff,0xfd,0xbc, +0xef,0xfd,0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6,0x7b,0x10,0x26,0x88,0x51,0x02, +0xc4,0x00,0x1a,0x92,0x14,0x52,0x6f,0xc5,0x23,0x6e,0xf2,0xc1,0x21,0x15,0x30,0x1b, +0x05,0x23,0x00,0x07,0xc8,0x00,0x61,0x97,0x00,0x00,0x00,0x36,0x66,0xaa,0x8d,0x02, +0xc7,0x01,0xa0,0xf2,0xf6,0x67,0x77,0x77,0x77,0x73,0xfe,0xf6,0xef,0xc6,0x00,0x12, +0xae,0x07,0x00,0x20,0xbe,0xf6,0xf1,0x21,0x41,0x53,0xfc,0xef,0xff,0xad,0x80,0x11, +0x24,0x6b,0x04,0x1e,0x20,0x38,0x00,0x41,0x70,0x02,0xfe,0xf6,0xa0,0x3c,0x12,0xae, +0x07,0x00,0x01,0x38,0x00,0x2f,0x51,0x13,0x38,0x00,0x0d,0x20,0x60,0x00,0x38,0x00, +0x00,0xf6,0x6c,0x12,0xae,0x07,0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0d, +0x21,0x60,0x00,0x38,0x00,0x00,0xdd,0x03,0x11,0xae,0x07,0x00,0x00,0x38,0x00,0x2f, +0x41,0x11,0x38,0x00,0x0b,0x22,0xf0,0xf6,0xab,0x0d,0x02,0x66,0x17,0x12,0xae,0x07, +0x00,0x4e,0xbe,0xf6,0x11,0x11,0x38,0x00,0x00,0x28,0x00,0x11,0x20,0xa8,0x01,0x21, +0x8f,0xf1,0x12,0x6e,0xf0,0x09,0x3b,0xc0,0x00,0x00,0x6d,0x70,0x93,0x00,0x00,0x05, +0x30,0xff,0xfb,0xfb,0xbb,0xbb,0xbe,0xf7,0xaf,0xb0,0x05,0x90,0x00,0x08,0xb0,0xb8, +0x21,0xc0,0x13,0x2b,0x00,0x31,0x4a,0xcf,0xb0,0x32,0x00,0x25,0xbf,0xb0,0xd5,0x0d, +0xf3,0x26,0x19,0xcd,0xa3,0x00,0x01,0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf,0xb0, +0x0e,0xd8,0xc5,0x4d,0xf0,0x0f,0xf6,0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2,0x0f, +0xfc,0x10,0x8f,0xf1,0x0f,0xd2,0xa6,0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04,0xff, +0xc5,0xff,0x60,0x00,0x6e,0xff,0xf8,0x23,0x7f,0x31,0x08,0xaa,0x40,0xa3,0x03,0x20, +0xf9,0x56,0x79,0x35,0x10,0x4f,0x69,0x61,0x9d,0x5f,0xbf,0xbe,0xce,0xf0,0x5f,0x6e, +0x7d,0x8c,0x05,0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04,0x66,0x66,0x65, +0x20,0xd6,0x04,0x11,0x30,0x00,0x0e,0x10,0xf4,0xb0,0x11,0x80,0xaf,0xfe,0x00,0x00, +0x01,0xcf,0x6a,0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b,0x00,0x23, +0xff,0x90,0x0b,0x00,0x11,0x0a,0xf5,0x17,0x11,0x0d,0xfa,0x03,0x11,0x0f,0x00,0x18, +0x23,0x04,0x42,0x6d,0x13,0x00,0xb0,0x58,0x00,0x6e,0x0c,0x00,0xdf,0x07,0xc0,0xdf, +0xff,0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13,0x90,0x8f,0x3c,0x56,0xf1,0x0a,0xd1, +0x06,0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff,0xfc,0x0a,0xff,0xff,0x06,0xd1,0x7f, +0xfc,0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0x13,0x84,0x00,0xb3,0x3d,0x20,0x66,0x63, +0x80,0x8f,0xaf,0xf2,0x4f,0x6b,0x0b,0x2f,0x4f,0xf6,0xb0,0xb2,0xf4,0xe0,0x02,0x08, +0x10,0xef,0x57,0x26,0x45,0x88,0x88,0x88,0x40,0x13,0x8d,0x00,0xd6,0x47,0x10,0xb6, +0x9d,0x98,0x71,0x0c,0xf8,0x11,0x11,0x1b,0xf0,0xcf,0xa0,0x01,0x72,0x6f,0xfd,0xaa, +0xaa,0xaa,0x90,0x05,0x87,0x21,0x14,0x43,0x0c,0x03,0x12,0xe6,0x73,0x63,0x31,0xf2, +0x00,0xea,0x5e,0x03,0x01,0x05,0x00,0x02,0xe1,0x0d,0x1e,0xfc,0x7f,0x8f,0x0d,0x15, +0x00,0x07,0xbb,0x2a,0x37,0xe8,0x00,0xe0,0x19,0x00,0x63,0xec,0xfb,0xf1,0xf9,0x00, +0xeb,0x51,0x00,0x10,0x07,0x12,0x23,0x2c,0xf5,0xfa,0x3d,0x00,0x86,0xfc,0xfb,0xf5, +0x00,0xfc,0xfe,0xf9,0xf1,0x17,0x00,0x59,0xfb,0x00,0xfd,0x00,0xfd,0x24,0x00,0x36, +0xf8,0xfe,0xf0,0x1e,0x00,0x58,0xfc,0x00,0xfe,0x02,0x02,0x85,0x00,0x07,0x93,0x05, +0x0a,0x11,0x00,0x05,0xf6,0x13,0x00,0xda,0x00,0x13,0xef,0x1c,0x00,0x00,0xa2,0x06, +0x92,0xf2,0xfe,0xfd,0x00,0xff,0xfd,0xff,0xf8,0x03,0xea,0x00,0x20,0x03,0xfd,0x05, +0x0a,0x01,0x73,0x00,0x16,0xfa,0x98,0x00,0x40,0xfd,0xfb,0x00,0xfe,0x3e,0x05,0x05, +0x12,0x00,0x69,0xfe,0x00,0xfd,0xfe,0xfe,0xfd,0x63,0x00,0x50,0xf9,0xfe,0xfb,0xfd, +0xfd,0x60,0x0f,0x06,0x32,0x01,0x42,0xf9,0xfe,0xfd,0xfe,0xbf,0x00,0x00,0x56,0x07, +0x11,0xfd,0x38,0x00,0x20,0xf6,0x00,0x4c,0x00,0x2a,0xfb,0xfc,0xfb,0x00,0x0c,0xe6, +0x00,0x07,0x01,0x00,0x14,0xfe,0x0a,0x01,0x42,0xfe,0x00,0xf8,0xfe,0x6d,0x06,0x31, +0x00,0xef,0xf5,0x0a,0x01,0x20,0xe5,0xfb,0xdf,0x07,0x80,0xfb,0xfe,0xfa,0x00,0xf9, +0xfd,0x00,0xfb,0x40,0x01,0x73,0xfe,0xfc,0xfa,0xfb,0xf9,0xfb,0xf7,0x72,0x00,0x01, +0x86,0x07,0x01,0x8d,0x00,0x07,0xbb,0x00,0x0a,0x01,0x00,0x14,0xfb,0x29,0x00,0x1f, +0xf8,0x80,0x00,0x04,0x00,0x08,0x01,0x31,0xf8,0x00,0xf7,0xa5,0x00,0x87,0xfe,0xfb, +0x00,0xfd,0xfb,0xfd,0xfd,0xfe,0xcf,0x00,0xc2,0x00,0xf6,0xfe,0xfa,0xfb,0xfb,0xfa, +0xfd,0x00,0xe7,0x00,0xdf,0x26,0x00,0xf2,0x00,0xf7,0xff,0xf9,0x00,0xfb,0xe8,0xf9, +0xf0,0xf4,0x00,0xef,0x00,0xf0,0x00,0xfd,0x7a,0x00,0x43,0xfb,0xfe,0xf6,0xf9,0xf1, +0x67,0x41,0xe7,0xfb,0xe7,0xf5,0x2d,0x3d,0x31,0xe3,0xfe,0xfd,0x1a,0x00,0x64,0xf4, +0x00,0xf9,0xfc,0x00,0xfc,0xea,0x00,0x13,0xfd,0x0b,0x00,0x13,0xfa,0xbe,0x00,0x90, +0xfd,0xfd,0xfd,0x00,0xfe,0x01,0xff,0xfe,0xfe,0x50,0x08,0x1a,0xff,0x30,0x01,0x34, +0xfd,0x00,0x03,0x10,0x00,0x22,0xfd,0xfc,0x17,0x00,0x07,0xd9,0x00,0x05,0x3d,0x01, +0xb2,0xe9,0xf3,0xe9,0xf1,0xfc,0xfc,0x00,0xf8,0xfb,0xe7,0xfa,0xce,0x01,0xf3,0x02, +0xf7,0x00,0xf3,0xf1,0xfd,0xf3,0x00,0x00,0xf7,0xf4,0xfd,0xf7,0xfb,0xfb,0xfa,0xfb, +0xf3,0x0a,0x01,0x11,0xfc,0x43,0x00,0x20,0xf5,0xfe,0x78,0x00,0x00,0x9d,0x00,0x12, +0xff,0x41,0x00,0x17,0xff,0x5b,0x00,0x41,0xf1,0xfc,0xf1,0xf9,0x0b,0x01,0x42,0xf3, +0xfe,0x00,0xfe,0x7b,0x02,0x11,0xfa,0xbe,0x00,0x83,0xfc,0xfd,0x00,0xfa,0xfe,0xfe, +0xfc,0xfe,0xf9,0x01,0x21,0xf9,0xfd,0xbf,0x00,0x24,0xf6,0xff,0x86,0x01,0x02,0x4f, +0x00,0x06,0xd5,0x01,0x00,0x02,0x00,0x12,0xf9,0x1c,0x00,0x53,0xfb,0xfe,0xfd,0xfc, +0xfe,0x18,0x00,0x32,0xfd,0xfb,0x00,0x30,0x01,0x41,0xfb,0xfd,0xfe,0xfb,0x44,0x00, +0xd2,0xeb,0xf1,0xeb,0xf5,0xf9,0xf9,0xfd,0xfd,0xfd,0xec,0xfc,0xfd,0xfe,0xa9,0x00, +0xf7,0x00,0xf1,0xf6,0x00,0xf4,0x00,0x00,0xf8,0xf6,0xf7,0xf9,0xfd,0xfb,0xf9,0xfd, +0xf5,0xf0,0x00,0x70,0xff,0xfc,0xfb,0xfa,0x00,0xfe,0xff,0x37,0x01,0x22,0x00,0xfd, +0x56,0x00,0x00,0x42,0x01,0x2d,0xfd,0xfb,0x5f,0x02,0x63,0xf2,0xfc,0xf7,0xfc,0x00, +0xf3,0x0c,0x7c,0x11,0x0d,0x18,0x01,0x12,0xfe,0x26,0x03,0x16,0xf7,0x41,0x01,0x00, +0x15,0x01,0x38,0xff,0x00,0xfb,0xa8,0x02,0x04,0xf6,0x03,0x44,0xfe,0xfe,0x01,0xfe, +0x26,0x00,0x83,0xf4,0x00,0xfc,0x00,0xff,0xf5,0x00,0xf9,0xa1,0x01,0x20,0xff,0xfb, +0x96,0x02,0x01,0xff,0x09,0x09,0x46,0x03,0x21,0x00,0xfd,0x30,0x00,0x33,0xfe,0xfb, +0x00,0x5a,0x04,0x11,0x01,0x92,0x56,0x00,0x15,0x00,0x13,0x02,0x5d,0x00,0x50,0xfc, +0xfc,0xfb,0x00,0xfb,0x19,0x01,0x11,0xfa,0xf0,0x01,0x01,0x26,0x00,0x10,0xff,0x92, +0x03,0x83,0x01,0x08,0x08,0x00,0xf4,0xfd,0xf4,0xff,0x5f,0x7a,0x92,0x09,0x00,0x0c, +0x09,0x05,0x0a,0x00,0x08,0xfc,0x49,0x01,0x10,0xff,0xe1,0x03,0x01,0x64,0x01,0x22, +0x01,0xfb,0x5f,0x04,0x15,0xf7,0x9a,0x03,0x11,0xfd,0x9c,0x01,0x00,0x33,0x00,0x01, +0x3a,0x0e,0x36,0x00,0x01,0xfd,0x1e,0x03,0x14,0xfd,0x5a,0x03,0x08,0xe4,0x00,0x07, +0x90,0x04,0x75,0x01,0xf1,0x01,0x00,0x01,0x01,0xfb,0xae,0x6a,0x12,0xfd,0xbe,0x00, +0x00,0x31,0x00,0x2f,0xfa,0xfd,0xb6,0x03,0x0a,0x06,0x09,0x28,0x0b,0x3a,0x01,0x05, +0x0a,0x01,0x1f,0xfa,0x34,0x00,0x02,0xa4,0xf0,0xfb,0xf0,0xfb,0x02,0x02,0x00,0xfd, +0x00,0xf2,0x2a,0x02,0x34,0x01,0xfb,0xfe,0x86,0x02,0x51,0x02,0x02,0x00,0x02,0xff, +0xd8,0x00,0x15,0x02,0x64,0x04,0x01,0xbe,0x00,0x1f,0xfc,0x90,0x05,0x02,0x30,0xff, +0xf9,0xff,0xc4,0x46,0x05,0x7e,0x00,0x11,0xff,0x0a,0x01,0x10,0xfe,0x55,0x00,0x15, +0xfc,0x92,0x00,0x42,0xfe,0xf5,0xfd,0xf5,0x72,0x03,0x10,0xf8,0xd6,0x01,0x00,0xdb, +0x02,0x36,0x00,0xfc,0xff,0x78,0x04,0x02,0x1b,0x01,0x51,0xfe,0xf2,0x00,0xf2,0xff, +0x43,0x00,0x11,0xfa,0x72,0x00,0x10,0xfd,0xc8,0x01,0x0a,0x26,0x00,0x00,0x68,0x01, +0x30,0x03,0xfd,0xfd,0x5b,0x1b,0x00,0x92,0x01,0x10,0xfb,0x4e,0x00,0x11,0xf9,0x30, +0x01,0x06,0x4f,0x02,0x02,0x2e,0x00,0x42,0xf5,0x00,0xf5,0xff,0x74,0x04,0x00,0x38, +0x02,0x10,0x00,0x6e,0x05,0x08,0x72,0x00,0x23,0xfd,0x00,0x04,0x03,0x0a,0xcc,0x03, +0x11,0xfc,0x9b,0x00,0x02,0x39,0x00,0x00,0x7b,0x00,0x16,0xff,0x5b,0x5b,0x10,0x02, +0xb9,0x05,0x36,0x04,0x03,0x05,0xfb,0x00,0x22,0x06,0x06,0x9f,0x09,0xf1,0x0c,0x08, +0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0x10,0x00,0x00,0x0a,0x11,0x0a,0x12, +0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0x8b,0x08,0xff,0x0c,0x1d,0x1e, +0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27, +0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x77,0x22,0x01, +0x02,0x4c,0x04,0x41,0x03,0x04,0x00,0x05,0x79,0xc1,0x05,0x8d,0x70,0x10,0x0a,0xab, +0x0f,0x21,0x00,0x0c,0xbe,0x05,0x00,0xe4,0x02,0x11,0x00,0x08,0x00,0x51,0x0d,0x00, +0x0f,0x10,0x11,0xe8,0x02,0x30,0x00,0x17,0x03,0xbd,0x0a,0xf0,0x02,0x00,0x19,0x19, +0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0xf2,0x02, +0x44,0x23,0x24,0x25,0x26,0x06,0x1f,0x0f,0x01,0x00,0xff,0xff,0x6a,0x50,0x00,0x00, +0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 627, .type = 3, .unicode_list = 5920, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[51130] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_bold_STD_s = { +.uncomp_size = 50866, +.comp_size = 42243, +.line_height = 13, +.base_line = 3, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7174, +.class_pair_values = 47676, +.left_class_mapping = 49386, +.right_class_mapping = 50126, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 51130, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_32.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_bold_32.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL.c index 28e47f38541..645e119b1d2 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL.c @@ -8522,7 +8522,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[291513] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_bold_32 = { +const etxLz4Font lv_font_noto_cn_bold_XL = { .uncomp_size = 291313, .comp_size = 136164, .line_height = 40, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL_s.c new file mode 100644 index 00000000000..73f6b35b459 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XL_s.c @@ -0,0 +1,5192 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x90,0x04,0x08,0x00,0xf0,0x58,0x60,0x07,0x05,0x0f,0x01, +0x00,0x26,0x00,0x80,0x0b,0x09,0x08,0x01,0x09,0x4a,0x00,0xc0,0x0b,0x0c,0x0f,0x00, +0x00,0xa4,0x00,0xc0,0x0b,0x0b,0x14,0x00,0xfd,0x12,0x01,0x40,0x13,0x13,0x0f,0x00, +0x00,0xa1,0x01,0xc0,0x0e,0x0f,0x0f,0x00,0x00,0x12,0x02,0x80,0x06,0x04,0x08,0x01, +0x09,0x22,0x02,0x90,0x07,0x06,0x17,0x01,0xfb,0x67,0x02,0x90,0x07,0x05,0x17,0x01, +0xfb,0xa1,0x02,0x20,0x0a,0x0a,0x09,0x00,0x08,0xce,0x02,0xc0,0x0b,0x0c,0x0c,0x00, +0x02,0x16,0x03,0x80,0x06,0x05,0x09,0x01,0xfb,0x2d,0x03,0x60,0x07,0x07,0x03,0x00, +0x05,0x38,0x10,0x00,0xf2,0x0e,0x05,0x01,0x00,0x45,0x03,0xc0,0x07,0x08,0x15,0x00, +0xfc,0x99,0x03,0xc0,0x0b,0x0b,0x0f,0x00,0x00,0xec,0x03,0xc0,0x0b,0x0a,0x0f,0x01, +0x00,0x37,0x04,0x10,0x00,0x13,0x8a,0x08,0x00,0x22,0xdd,0x04,0x88,0x00,0x23,0x37, +0x05,0x18,0x00,0x12,0x05,0x28,0x00,0x13,0xd5,0x08,0x00,0x22,0x20,0x06,0x18,0x00, +0x13,0x73,0x08,0x00,0x90,0xc6,0x06,0x80,0x06,0x05,0x0c,0x01,0x00,0xe4,0x08,0x00, +0x52,0x11,0x01,0xfb,0x0f,0x07,0x88,0x00,0x10,0x57,0x08,0x00,0x43,0x08,0x00,0x04, +0x87,0x10,0x00,0xf1,0x14,0xcf,0x07,0x40,0x0a,0x0a,0x0f,0x00,0x00,0x1a,0x08,0x20, +0x14,0x13,0x14,0x01,0xfb,0xd8,0x08,0xd0,0x0c,0x0e,0x0f,0xff,0x00,0x41,0x09,0xa0, +0x0d,0x0c,0x0f,0x01,0x00,0x9b,0x09,0x20,0x08,0x00,0xf1,0x04,0xf5,0x09,0x40,0x0e, +0x0d,0x0f,0x01,0x00,0x57,0x0a,0x50,0x0c,0x0b,0x0f,0x01,0x00,0xaa,0x0a,0xb0,0x78, +0x00,0x40,0xf5,0x0a,0x50,0x0e,0x20,0x00,0x40,0x4f,0x0b,0x20,0x0f,0x20,0x00,0xc1, +0xb1,0x0b,0xa0,0x06,0x04,0x0f,0x01,0x00,0xcf,0x0b,0x60,0x0b,0x58,0x00,0x30,0x0c, +0xc0,0x0d,0x18,0x00,0x31,0x7c,0x0c,0x90,0x30,0x00,0xb1,0xc7,0x0c,0x10,0x11,0x0f, +0x0f,0x01,0x00,0x38,0x0d,0x00,0x30,0x00,0xb1,0x9a,0x0d,0x60,0x0f,0x0e,0x0f,0x01, +0x00,0x03,0x0e,0x50,0x68,0x00,0xb1,0x5d,0x0e,0x60,0x0f,0x0e,0x13,0x01,0xfc,0xe2, +0x0e,0xa0,0x38,0x00,0x40,0x44,0x0f,0x80,0x0c,0xf8,0x00,0x13,0x9e,0x08,0x00,0x31, +0xf8,0x0f,0xf0,0x88,0x00,0x31,0x5a,0x10,0x60,0xa8,0x00,0xf1,0x0c,0xc3,0x10,0x50, +0x12,0x12,0x0f,0x00,0x00,0x4a,0x11,0x90,0x0c,0x0d,0x0f,0x00,0x00,0xac,0x11,0xa0, +0x0b,0x0d,0x0f,0xff,0x00,0x0e,0x12,0x40,0x30,0x00,0xa2,0x68,0x12,0x90,0x07,0x05, +0x15,0x02,0xfc,0x9d,0x12,0x68,0x01,0xf1,0x4c,0xf1,0x12,0x90,0x07,0x06,0x15,0x00, +0xfc,0x30,0x13,0xc0,0x0b,0x0a,0x0a,0x01,0x07,0x62,0x13,0x50,0x0b,0x0c,0x02,0x00, +0xfd,0x6e,0x13,0x80,0x0c,0x06,0x07,0x02,0x0d,0x83,0x13,0xd0,0x0b,0x0a,0x0c,0x01, +0x00,0xbf,0x13,0xe0,0x0c,0x0b,0x11,0x01,0x00,0x1d,0x14,0x90,0x0a,0x0a,0x0c,0x00, +0x00,0x59,0x14,0xe0,0x0c,0x0c,0x11,0x00,0x00,0xbf,0x14,0xa0,0x0b,0x0b,0x0c,0x00, +0x00,0x01,0x15,0x70,0x07,0x09,0x11,0x00,0x00,0x4e,0x15,0xf0,0x0b,0x0c,0x10,0x00, +0xfc,0xae,0x15,0xd0,0x30,0x00,0xf1,0x04,0x0c,0x16,0x10,0x06,0x04,0x11,0x01,0x00, +0x2e,0x16,0x20,0x06,0x07,0x15,0xfe,0xfc,0x78,0x16,0x20,0x18,0x00,0x30,0xd6,0x16, +0x50,0x88,0x01,0xf0,0x16,0x00,0x01,0x17,0x40,0x13,0x11,0x0c,0x01,0x00,0x67,0x17, +0xd0,0x0c,0x0b,0x0c,0x01,0x00,0xa9,0x17,0x80,0x0c,0x0c,0x0c,0x00,0x00,0xf1,0x17, +0xe0,0x0c,0x0b,0x10,0x01,0xfc,0x49,0x18,0xe0,0x0c,0x50,0x00,0xc0,0xa9,0x18,0xc0, +0x08,0x08,0x0c,0x01,0x00,0xd9,0x18,0xe0,0x09,0x80,0x00,0xb1,0x15,0x19,0x60,0x08, +0x09,0x0f,0x00,0x00,0x59,0x19,0xc0,0x38,0x00,0x40,0x9b,0x19,0x80,0x0b,0x38,0x00, +0xb1,0xe3,0x19,0x40,0x11,0x11,0x0c,0x00,0x00,0x49,0x1a,0x40,0x98,0x00,0x31,0x8b, +0x1a,0x80,0x90,0x00,0x31,0xeb,0x1a,0x40,0xb8,0x00,0xf3,0x02,0x27,0x1b,0x90,0x07, +0x07,0x15,0x00,0xfc,0x71,0x1b,0xf0,0x05,0x02,0x18,0x02,0xfa,0x89,0x10,0x00,0xf0, +0x12,0xd3,0x1b,0xc0,0x0b,0x0c,0x04,0x00,0x06,0xeb,0x1b,0x10,0x08,0x08,0x07,0x00, +0x0a,0x07,0x1c,0x00,0x14,0x08,0x07,0x00,0xfe,0x23,0x1c,0x00,0x14,0x14,0x04,0x00, +0x06,0x4b,0x08,0x00,0xd1,0x12,0x00,0xff,0xff,0x1c,0x00,0x14,0x12,0x12,0x01,0xfe, +0xa1,0x1d,0x10,0x00,0xf2,0x0c,0xfe,0x55,0x1e,0x00,0x14,0x12,0x14,0x01,0xfd,0x09, +0x1f,0x00,0x14,0x14,0x13,0x00,0xfe,0xc7,0x1f,0x00,0x14,0x12,0x13,0x01,0xfe,0x72, +0x20,0x08,0x00,0x22,0x1d,0x21,0x28,0x00,0x22,0xd1,0x21,0x28,0x00,0x22,0x85,0x22, +0x18,0x00,0x22,0x30,0x23,0x30,0x00,0x10,0xee,0x08,0x00,0xd2,0x15,0x00,0xfd,0xc0, +0x24,0x00,0x14,0x14,0x14,0x00,0xfd,0x88,0x25,0x18,0x00,0xa1,0x46,0x26,0x00,0x14, +0x12,0x10,0x01,0xff,0xd6,0x26,0x30,0x00,0x31,0xfd,0x81,0x27,0x40,0x00,0x32,0xfe, +0x35,0x28,0x30,0x00,0x22,0x07,0x29,0x28,0x00,0x22,0xc5,0x29,0x38,0x00,0x21,0x8d, +0x2a,0x08,0x00,0xb2,0xfe,0x55,0x2b,0x00,0x14,0x13,0x13,0x01,0xfe,0x0a,0x2c,0x18, +0x00,0xa2,0xd2,0x2c,0x00,0x14,0x13,0x14,0x00,0xfd,0x90,0x2d,0x38,0x00,0x22,0x62, +0x2e,0x38,0x00,0x22,0x20,0x2f,0x20,0x00,0x22,0xe8,0x2f,0x18,0x00,0x22,0xba,0x30, +0x10,0x00,0x20,0x82,0x31,0x70,0x00,0x40,0x00,0xfe,0x2d,0x32,0x48,0x00,0x42,0x00, +0xfe,0xe2,0x32,0x18,0x00,0x22,0xaa,0x33,0x60,0x00,0x22,0x72,0x34,0x40,0x00,0x22, +0x30,0x35,0x38,0x00,0x22,0x02,0x36,0x18,0x00,0x22,0xca,0x36,0x30,0x00,0x22,0x7f, +0x37,0x10,0x00,0xa2,0x47,0x38,0x00,0x14,0x13,0x15,0x00,0xfd,0x0f,0x39,0x28,0x00, +0x22,0xe1,0x39,0x48,0x00,0x22,0xa9,0x3a,0x20,0x00,0x22,0x71,0x3b,0x48,0x00,0x22, +0x2f,0x3c,0x20,0x00,0x22,0x01,0x3d,0x18,0x00,0x22,0xc9,0x3d,0x48,0x00,0x22,0x7e, +0x3e,0x10,0x00,0x22,0x46,0x3f,0x10,0x00,0x22,0xfb,0x3f,0x10,0x00,0x22,0xc3,0x40, +0x38,0x00,0x22,0x81,0x41,0x10,0x00,0x22,0x49,0x42,0x40,0x00,0x22,0x1b,0x43,0x08, +0x00,0x22,0xed,0x43,0x68,0x00,0x22,0xb5,0x44,0x08,0x00,0x22,0x7d,0x45,0x30,0x00, +0x22,0x3b,0x46,0x30,0x00,0x22,0x03,0x47,0x10,0x00,0x21,0xc1,0x47,0x58,0x01,0x32, +0xff,0x6c,0x48,0x10,0x00,0x22,0x2a,0x49,0x08,0x00,0x22,0xe8,0x49,0xb0,0x01,0x22, +0x9c,0x4a,0x10,0x00,0x22,0x5a,0x4b,0x08,0x00,0x22,0x18,0x4c,0xb8,0x01,0x21,0xc3, +0x4c,0x10,0x00,0x32,0xfd,0x81,0x4d,0x98,0x01,0x22,0x2c,0x4e,0xa0,0x00,0x22,0xe1, +0x4e,0x28,0x00,0x22,0x9f,0x4f,0x78,0x00,0x22,0x67,0x50,0x30,0x00,0x22,0x12,0x51, +0x08,0x00,0x13,0xbd,0x08,0x00,0x22,0x68,0x52,0x20,0x00,0x21,0x30,0x53,0x38,0x00, +0x32,0xfd,0xe5,0x53,0xa0,0x01,0x22,0xa3,0x54,0x08,0x00,0x21,0x61,0x55,0x08,0x00, +0x32,0xfe,0x1f,0x56,0x10,0x00,0x22,0xdd,0x56,0x10,0x00,0x22,0x9b,0x57,0x30,0x00, +0x22,0x50,0x58,0x18,0x00,0x22,0x0e,0x59,0x08,0x00,0x22,0xcc,0x59,0x80,0x00,0x22, +0x81,0x5a,0x58,0x00,0x22,0x49,0x5b,0x28,0x00,0x22,0xfe,0x5b,0x20,0x00,0x22,0xbc, +0x5c,0x08,0x00,0x22,0x7a,0x5d,0x80,0x02,0x22,0x2e,0x5e,0x08,0x01,0x22,0xf6,0x5e, +0x18,0x00,0x22,0xb4,0x5f,0x10,0x00,0xa2,0x7c,0x60,0x00,0x14,0x13,0x12,0x01,0xfe, +0x27,0x61,0x48,0x01,0x22,0xf9,0x61,0x50,0x00,0x30,0xc1,0x62,0x00,0x08,0x05,0x32, +0xfe,0x7f,0x63,0xe0,0x00,0x22,0x3d,0x64,0x20,0x01,0x50,0xf1,0x64,0x00,0x14,0x13, +0x28,0x01,0x12,0x65,0x10,0x00,0x22,0x50,0x66,0x08,0x00,0x22,0x04,0x67,0x50,0x00, +0x22,0xcc,0x67,0x10,0x00,0x22,0x80,0x68,0x08,0x00,0x22,0x34,0x69,0x40,0x00,0x22, +0xf2,0x69,0x20,0x00,0x22,0xba,0x6a,0x48,0x01,0x22,0x78,0x6b,0x60,0x00,0x22,0x36, +0x6c,0x20,0x01,0xa2,0xe1,0x6c,0x00,0x14,0x10,0x11,0x02,0xfe,0x69,0x6d,0x60,0x00, +0x21,0x14,0x6e,0xd0,0x02,0x32,0xfd,0xc9,0x6e,0x00,0x03,0x22,0x7d,0x6f,0xf0,0x00, +0x22,0x32,0x70,0x80,0x01,0x13,0xdd,0x08,0x00,0x20,0x88,0x71,0x20,0x00,0x42,0x00, +0xfe,0x3c,0x72,0xb8,0x00,0x22,0x04,0x73,0xf0,0x00,0x13,0xb8,0x08,0x00,0x22,0x6c, +0x74,0x88,0x00,0x22,0x20,0x75,0x88,0x00,0x22,0xde,0x75,0x00,0x01,0x22,0x9c,0x76, +0x78,0x00,0x22,0x47,0x77,0x38,0x01,0x22,0xfc,0x77,0xa0,0x00,0x22,0xc4,0x78,0x68, +0x00,0xa2,0x79,0x79,0x00,0x14,0x12,0x15,0x01,0xfd,0x36,0x7a,0x40,0x00,0x22,0xea, +0x7a,0x00,0x04,0x22,0x8c,0x7b,0x08,0x00,0x22,0x2e,0x7c,0x08,0x00,0x13,0xd0,0x08, +0x00,0x22,0x72,0x7d,0x08,0x00,0x22,0x14,0x7e,0x08,0x00,0x22,0xb6,0x7e,0x48,0x00, +0x22,0x6b,0x7f,0x78,0x00,0x22,0x29,0x80,0x60,0x00,0x22,0xf1,0x80,0x20,0x03,0x22, +0xb9,0x81,0x10,0x00,0x22,0x81,0x82,0x28,0x00,0x22,0x36,0x83,0x28,0x00,0x22,0xf4, +0x83,0x18,0x00,0x22,0xbc,0x84,0x00,0x02,0x22,0x7a,0x85,0x20,0x00,0x22,0x2f,0x86, +0x20,0x00,0x22,0xed,0x86,0xa8,0x01,0x22,0xbf,0x87,0x28,0x00,0x22,0x87,0x88,0xf8, +0x03,0x22,0x3c,0x89,0x20,0x00,0x22,0xfa,0x89,0xb0,0x00,0x22,0xae,0x8a,0x10,0x00, +0x23,0x6c,0x8b,0xe8,0x02,0x13,0x8c,0xe8,0x02,0x12,0x8c,0x28,0x01,0x22,0xb0,0x8d, +0x40,0x00,0x22,0x78,0x8e,0x10,0x00,0x22,0x40,0x8f,0x68,0x01,0x22,0xf4,0x8f,0x10, +0x00,0x22,0xbc,0x90,0x10,0x00,0x22,0x70,0x91,0x08,0x00,0x22,0x24,0x92,0x08,0x00, +0x22,0xd8,0x92,0x80,0x00,0x22,0xaa,0x93,0x08,0x00,0x22,0x7c,0x94,0x18,0x00,0x22, +0x30,0x95,0x50,0x00,0x22,0xf8,0x95,0x40,0x00,0x23,0xc0,0x96,0xd8,0x04,0x12,0x97, +0x08,0x00,0x22,0x50,0x98,0x18,0x01,0x22,0xf2,0x98,0x38,0x00,0x22,0xc4,0x99,0x18, +0x00,0x22,0x8c,0x9a,0x08,0x00,0x22,0x54,0x9b,0xb8,0x00,0x22,0x08,0x9c,0x90,0x01, +0x13,0xbd,0x08,0x00,0x22,0x72,0x9d,0x30,0x02,0x22,0x30,0x9e,0x20,0x00,0x10,0xe4, +0x08,0x00,0x52,0x10,0x00,0xff,0x84,0x9f,0xd0,0x00,0x22,0x42,0xa0,0x20,0x01,0x22, +0xf7,0xa0,0xc8,0x02,0x22,0xa2,0xa1,0x10,0x00,0x22,0x57,0xa2,0x08,0x00,0x22,0x0c, +0xa3,0x20,0x01,0x23,0xc1,0xa3,0xd0,0x02,0x12,0xa4,0xf8,0x01,0x22,0x2a,0xa5,0x08, +0x00,0x13,0xd5,0x08,0x00,0x22,0x80,0xa6,0x50,0x00,0x22,0x3e,0xa7,0x68,0x00,0x23, +0xf2,0xa7,0xa8,0x00,0x12,0xa8,0xd8,0x00,0x22,0x8c,0xa9,0x08,0x00,0x22,0x54,0xaa, +0x18,0x00,0x22,0x26,0xab,0xb8,0x00,0x22,0xee,0xab,0xa0,0x00,0x22,0xac,0xac,0x08, +0x00,0x22,0x6a,0xad,0x68,0x00,0xa2,0x28,0xae,0x00,0x14,0x11,0x14,0x01,0xfd,0xd2, +0xae,0xc8,0x00,0x22,0x87,0xaf,0x30,0x00,0x22,0x4f,0xb0,0x28,0x00,0xa1,0x0d,0xb1, +0x00,0x14,0x11,0x13,0x02,0xfe,0xaf,0xb1,0x30,0x00,0x32,0xfd,0x6d,0xb2,0x20,0x00, +0x22,0x35,0xb3,0x88,0x00,0x13,0xf3,0x08,0x00,0x22,0xb1,0xb4,0x70,0x00,0x22,0x83, +0xb5,0x20,0x00,0x22,0x4b,0xb6,0x08,0x00,0x22,0x13,0xb7,0x08,0x00,0x22,0xdb,0xb7, +0x98,0x00,0x22,0xa3,0xb8,0x30,0x00,0x22,0x61,0xb9,0x18,0x00,0x23,0x29,0xba,0x70, +0x02,0x12,0xba,0x18,0x00,0x22,0xaf,0xbb,0x10,0x00,0x22,0x77,0xbc,0x08,0x00,0x22, +0x3f,0xbd,0x18,0x00,0x22,0xfd,0xbd,0x60,0x00,0x22,0xcf,0xbe,0x18,0x00,0x22,0x97, +0xbf,0x18,0x00,0x22,0x55,0xc0,0xc8,0x00,0x22,0x13,0xc1,0x18,0x00,0x22,0xdb,0xc1, +0x58,0x00,0x22,0xa3,0xc2,0x10,0x00,0x22,0x6b,0xc3,0x38,0x00,0x20,0x3d,0xc4,0xd0, +0x02,0x42,0x01,0xfd,0x05,0xc5,0x10,0x00,0x22,0xd7,0xc5,0x28,0x00,0x22,0x9f,0xc6, +0xe8,0x02,0x22,0x67,0xc7,0x10,0x00,0x22,0x2f,0xc8,0x08,0x00,0x22,0xf7,0xc8,0x28, +0x00,0x22,0xc9,0xc9,0x08,0x00,0x22,0x9b,0xca,0x90,0x03,0x22,0x59,0xcb,0x78,0x00, +0x22,0x17,0xcc,0x28,0x00,0x22,0xdf,0xcc,0x18,0x00,0x22,0x9d,0xcd,0x10,0x00,0x22, +0x65,0xce,0x78,0x00,0x22,0x2d,0xcf,0x10,0x00,0x13,0xf5,0x08,0x00,0x22,0xbd,0xd0, +0x08,0x00,0x22,0x85,0xd1,0x40,0x00,0x22,0x43,0xd2,0x58,0x00,0x22,0x15,0xd3,0x18, +0x00,0x13,0xdd,0x08,0x00,0x22,0xa5,0xd4,0x18,0x00,0x22,0x77,0xd5,0x10,0x00,0x22, +0x3f,0xd6,0x08,0x00,0x22,0x07,0xd7,0x08,0x00,0x22,0xcf,0xd7,0x20,0x00,0x22,0xa1, +0xd8,0x10,0x00,0x22,0x69,0xd9,0x08,0x00,0x22,0x31,0xda,0x78,0x00,0x23,0xf9,0xda, +0x18,0x05,0x12,0xdb,0x08,0x00,0x22,0x89,0xdc,0x08,0x00,0x22,0x51,0xdd,0xa8,0x00, +0x22,0x0f,0xde,0x70,0x02,0x23,0xc4,0xde,0xd8,0x02,0x12,0xdf,0x90,0x00,0x22,0x4a, +0xe0,0x08,0x00,0x22,0x08,0xe1,0x60,0x00,0x22,0xda,0xe1,0x10,0x00,0x22,0x98,0xe2, +0x38,0x01,0x22,0x60,0xe3,0x10,0x00,0x22,0x1e,0xe4,0x38,0x00,0x22,0xe6,0xe4,0x10, +0x00,0x22,0xa4,0xe5,0x10,0x00,0x22,0x6c,0xe6,0x08,0x00,0x23,0x34,0xe7,0x48,0x05, +0x03,0x08,0x00,0x22,0xb0,0xe8,0x08,0x00,0x22,0x6e,0xe9,0x58,0x00,0x22,0x40,0xea, +0x50,0x00,0x23,0x08,0xeb,0x68,0x00,0x12,0xeb,0xb8,0x00,0x22,0xa2,0xec,0x88,0x01, +0x22,0x6a,0xed,0x48,0x00,0x22,0x32,0xee,0x80,0x02,0xa2,0xf0,0xee,0x00,0x14,0x0e, +0x12,0x03,0xfe,0x6e,0xef,0x80,0x02,0x22,0x2c,0xf0,0x50,0x05,0x22,0xd7,0xf0,0x80, +0x05,0x22,0x82,0xf1,0x38,0x03,0x22,0x37,0xf2,0x30,0x00,0x10,0xf5,0x08,0x00,0x52, +0x11,0x00,0xff,0x9f,0xf3,0x58,0x00,0x22,0x67,0xf4,0x28,0x00,0x22,0x12,0xf5,0x10, +0x00,0x22,0xda,0xf5,0x48,0x03,0x22,0x85,0xf6,0x30,0x00,0x22,0x43,0xf7,0xa0,0x00, +0x22,0x01,0xf8,0x50,0x03,0x22,0xb5,0xf8,0x28,0x01,0x22,0x73,0xf9,0x08,0x00,0x22, +0x31,0xfa,0x20,0x00,0x13,0xef,0x08,0x00,0x22,0xad,0xfb,0xa0,0x00,0x22,0x75,0xfc, +0x10,0x00,0x22,0x33,0xfd,0x08,0x00,0x23,0xf1,0xfd,0xc0,0x02,0x12,0xfe,0x08,0x00, +0x23,0x6d,0xff,0x28,0x03,0x21,0x00,0x01,0x08,0x00,0x31,0xfd,0x00,0x01,0x60,0x00, +0x31,0xb1,0x01,0x01,0x58,0x00,0x31,0x6f,0x02,0x01,0x28,0x00,0x32,0x2d,0x03,0x01, +0x28,0x02,0x21,0x03,0x01,0x98,0x01,0x32,0xaa,0x04,0x01,0xb0,0x04,0x21,0x05,0x01, +0xb0,0x00,0x22,0x44,0x06,0x08,0x00,0x22,0x0c,0x07,0x30,0x00,0x22,0xca,0x07,0x10, +0x00,0x22,0x92,0x08,0x38,0x00,0x22,0x5a,0x09,0x08,0x00,0x31,0x22,0x0a,0x01,0x08, +0x01,0x31,0xd7,0x0a,0x01,0x08,0x0a,0x31,0x8b,0x0b,0x01,0x08,0x01,0x23,0x35,0x0c, +0x80,0x00,0x12,0x0c,0x60,0x00,0x22,0xb2,0x0d,0x88,0x00,0x22,0x66,0x0e,0x50,0x00, +0x22,0x24,0x0f,0x70,0x00,0x31,0xf6,0x0f,0x01,0x48,0x06,0x22,0xb3,0x10,0x18,0x00, +0x32,0x71,0x11,0x01,0x00,0x09,0x12,0x12,0x38,0x00,0x22,0xe4,0x12,0x10,0x00,0x22, +0xa2,0x13,0x08,0x00,0x32,0x60,0x14,0x01,0x10,0x02,0x12,0x15,0x90,0x00,0x13,0xe6, +0x08,0x00,0x22,0xae,0x16,0xe0,0x00,0x32,0x6c,0x17,0x01,0xd0,0x05,0x12,0x18,0x80, +0x00,0x31,0xf2,0x18,0x01,0xe0,0x01,0x22,0xba,0x19,0x18,0x00,0x32,0x78,0x1a,0x01, +0xd0,0x05,0x12,0x1b,0x08,0x00,0x22,0x08,0x1c,0x18,0x00,0x22,0xc6,0x1c,0x90,0x00, +0x22,0x98,0x1d,0x10,0x00,0x22,0x56,0x1e,0x10,0x00,0x22,0x28,0x1f,0x08,0x00,0x22, +0xfa,0x1f,0x30,0x00,0x22,0xc2,0x20,0x08,0x00,0x22,0x8a,0x21,0x28,0x00,0x22,0x48, +0x22,0x08,0x00,0x22,0x06,0x23,0x08,0x00,0x32,0xc4,0x23,0x01,0xe0,0x02,0x22,0x24, +0x01,0xb8,0x05,0x12,0x25,0x18,0x00,0x22,0x12,0x26,0x10,0x00,0x32,0xda,0x26,0x01, +0xe0,0x02,0x12,0x27,0xb0,0x00,0x22,0x56,0x28,0x18,0x00,0x31,0x1e,0x29,0x01,0x08, +0x05,0x22,0xd3,0x29,0x70,0x00,0x32,0xa5,0x2a,0x01,0x90,0x03,0x12,0x2b,0x30,0x00, +0x32,0x35,0x2c,0x01,0xf8,0x04,0x02,0x08,0x00,0x32,0xfd,0xb1,0x2d,0x10,0x00,0x22, +0x6f,0x2e,0x58,0x01,0x22,0x23,0x2f,0x48,0x00,0x22,0xeb,0x2f,0x18,0x00,0x30,0xa9, +0x30,0x01,0xb0,0x0a,0x30,0xfd,0x54,0x31,0x08,0x00,0x42,0x02,0xfe,0xff,0x31,0x38, +0x00,0x31,0xbd,0x32,0x01,0xb8,0x04,0xb1,0x7b,0x33,0x01,0x14,0x10,0x14,0x02,0xfe, +0x1b,0x34,0x01,0x18,0x03,0x22,0xe3,0x34,0x38,0x00,0x22,0xa1,0x35,0x50,0x01,0x22, +0x69,0x36,0x08,0x00,0xa2,0x31,0x37,0x01,0x14,0x10,0x12,0x02,0xfe,0xc1,0x37,0x20, +0x00,0x22,0x7f,0x38,0x98,0x01,0x22,0x34,0x39,0x08,0x00,0x22,0xe9,0x39,0x50,0x00, +0x22,0xa7,0x3a,0x10,0x00,0x22,0x5c,0x3b,0xc8,0x00,0x22,0x11,0x3c,0x30,0x00,0x22, +0xcf,0x3c,0xe8,0x00,0x22,0x8d,0x3d,0x18,0x00,0x22,0x42,0x3e,0x18,0x00,0x31,0x00, +0x3f,0x01,0x80,0x08,0x22,0xb4,0x3f,0x10,0x00,0x32,0x72,0x40,0x01,0x40,0x0b,0x12, +0x41,0xc8,0x00,0x22,0xf8,0x41,0x10,0x00,0x31,0xb6,0x42,0x01,0x40,0x07,0x22,0x6a, +0x43,0x90,0x00,0x22,0x32,0x44,0x70,0x00,0x22,0xf0,0x44,0x20,0x01,0x23,0xc2,0x45, +0x90,0x01,0x12,0x46,0x20,0x00,0x22,0x52,0x47,0x08,0x00,0x22,0x1a,0x48,0x40,0x00, +0x32,0xd8,0x48,0x01,0x90,0x07,0x22,0x49,0x01,0xa8,0x0b,0x13,0x4a,0x68,0x00,0x13, +0x4b,0x68,0x00,0x12,0x4b,0x20,0x00,0x31,0xca,0x4c,0x01,0x50,0x08,0x22,0x88,0x4d, +0xc8,0x00,0x21,0x3d,0x4e,0x28,0x00,0x42,0xff,0xfb,0x4e,0x01,0x60,0x0b,0x12,0x4f, +0x08,0x00,0x22,0x8b,0x50,0x40,0x00,0x32,0x49,0x51,0x01,0x60,0x0b,0x12,0x52,0x18, +0x00,0x22,0xe3,0x52,0x40,0x00,0x23,0xa1,0x53,0x40,0x01,0x13,0x54,0x40,0x01,0x22, +0x55,0x01,0x20,0x05,0x03,0x08,0x00,0x32,0xc1,0x56,0x01,0x20,0x05,0x12,0x57,0x10, +0x00,0x22,0x51,0x58,0x10,0x00,0x22,0x19,0x59,0xa8,0x02,0x22,0xe1,0x59,0x80,0x00, +0x31,0x96,0x5a,0x01,0x10,0x08,0x22,0x38,0x5b,0x70,0x00,0x22,0xf6,0x5b,0x18,0x00, +0x22,0xab,0x5c,0x10,0x00,0x32,0x69,0x5d,0x01,0x80,0x05,0x12,0x5e,0x80,0x03,0x23, +0xe6,0x5e,0x08,0x03,0x12,0x5f,0x18,0x00,0x22,0x76,0x60,0x78,0x01,0xb2,0x34,0x61, +0x01,0x14,0x10,0x13,0x02,0xfe,0xcc,0x61,0x01,0x78,0x0a,0x12,0x62,0xb8,0x00,0x22, +0x52,0x63,0x08,0x00,0x22,0x24,0x64,0x50,0x00,0x31,0xe2,0x64,0x01,0xa0,0x04,0x22, +0x8d,0x65,0x10,0x00,0x32,0x4b,0x66,0x01,0x48,0x07,0x12,0x67,0x10,0x00,0x22,0xd1, +0x67,0x50,0x00,0x22,0x8f,0x68,0x08,0x00,0x22,0x4d,0x69,0x18,0x00,0x22,0x0b,0x6a, +0x28,0x00,0x22,0xd3,0x6a,0x80,0x00,0x22,0x9b,0x6b,0x18,0x00,0x22,0x59,0x6c,0x10, +0x00,0x22,0x21,0x6d,0x08,0x00,0x22,0xe9,0x6d,0x18,0x00,0x22,0xa7,0x6e,0x10,0x00, +0x23,0x6f,0x6f,0x88,0x04,0x12,0x70,0x08,0x00,0x22,0xeb,0x70,0xf0,0x00,0x22,0x8d, +0x71,0xa8,0x00,0x22,0x41,0x72,0xb0,0x02,0x22,0xff,0x72,0x60,0x00,0x22,0xc7,0x73, +0x08,0x00,0x22,0x8f,0x74,0x30,0x04,0x20,0x4c,0x75,0x08,0x00,0x42,0x00,0xfd,0x09, +0x76,0x50,0x00,0x22,0xd1,0x76,0x48,0x00,0x22,0x8f,0x77,0x10,0x00,0x22,0x57,0x78, +0x10,0x00,0x22,0x15,0x79,0x08,0x00,0x13,0xd3,0x08,0x00,0x22,0x91,0x7a,0x48,0x00, +0x32,0x59,0x7b,0x01,0x50,0x07,0x22,0x7c,0x01,0x50,0x07,0x12,0x7c,0x10,0x00,0x22, +0x9d,0x7d,0x08,0x00,0x22,0x5b,0x7e,0x18,0x00,0x22,0x23,0x7f,0x50,0x00,0x22,0xeb, +0x7f,0xf8,0x00,0x22,0xa9,0x80,0x88,0x01,0x22,0x5e,0x81,0x28,0x00,0x22,0x1c,0x82, +0x08,0x00,0x22,0xda,0x82,0x20,0x00,0x23,0x98,0x83,0x40,0x04,0x13,0x84,0xd8,0x03, +0x12,0x85,0x18,0x00,0x22,0xdc,0x85,0x48,0x00,0x22,0xa4,0x86,0x20,0x00,0x22,0x62, +0x87,0x18,0x00,0x32,0x20,0x88,0x01,0x70,0x0e,0x03,0x08,0x00,0x22,0xb0,0x89,0xf8, +0x00,0x22,0x6e,0x8a,0x08,0x01,0x22,0x22,0x8b,0x30,0x00,0x22,0xe0,0x8b,0x20,0x00, +0x22,0xa8,0x8c,0xb8,0x01,0x22,0x7a,0x8d,0x50,0x00,0x22,0x42,0x8e,0x48,0x00,0x22, +0x00,0x8f,0x18,0x00,0x13,0xd2,0x08,0x00,0x32,0xa4,0x90,0x01,0x20,0x07,0x22,0x91, +0x01,0x20,0x07,0x12,0x92,0x18,0x00,0x23,0x06,0x93,0xa8,0x04,0x13,0x93,0xa8,0x04, +0x13,0x94,0xa8,0x04,0x12,0x95,0x08,0x00,0x22,0x1c,0x96,0x08,0x00,0x22,0xe4,0x96, +0x60,0x00,0x22,0xac,0x97,0x10,0x00,0x22,0x74,0x98,0x08,0x00,0x32,0x3c,0x99,0x01, +0x48,0x0c,0x12,0x9a,0x08,0x00,0x13,0xcc,0x08,0x00,0x22,0x94,0x9b,0x60,0x00,0x22, +0x66,0x9c,0x38,0x00,0x22,0x2e,0x9d,0x68,0x00,0x13,0xec,0x08,0x00,0x22,0xaa,0x9e, +0xd0,0x00,0x22,0x5e,0x9f,0x20,0x00,0x22,0x26,0xa0,0x30,0x00,0x22,0xf8,0xa0,0x50, +0x01,0x32,0xad,0xa1,0x01,0xe0,0x06,0x22,0xa2,0x01,0xe0,0x06,0x22,0xa3,0x01,0xe0, +0x06,0x12,0xa3,0x18,0x00,0x22,0xb9,0xa4,0x30,0x00,0x22,0x8b,0xa5,0xf0,0x02,0x22, +0x40,0xa6,0x40,0x04,0x13,0xf4,0x08,0x00,0x22,0xa8,0xa7,0x08,0x00,0x22,0x5c,0xa8, +0x08,0x00,0x22,0x10,0xa9,0x08,0x00,0x13,0xc4,0x08,0x00,0x22,0x78,0xaa,0x38,0x00, +0x22,0x2d,0xab,0x08,0x00,0x31,0xe2,0xab,0x01,0xd8,0x07,0x22,0xa0,0xac,0x00,0x05, +0x22,0x68,0xad,0x10,0x00,0x22,0x26,0xae,0x30,0x00,0x22,0xda,0xae,0x10,0x00,0x31, +0x98,0xaf,0x01,0xf8,0x07,0x22,0x43,0xb0,0x98,0x01,0x22,0x01,0xb1,0x98,0x00,0x22, +0xbf,0xb1,0x98,0x00,0x31,0x87,0xb2,0x01,0x58,0x0b,0x22,0x32,0xb3,0x40,0x03,0x22, +0xdd,0xb3,0x10,0x00,0x22,0x88,0xb4,0x30,0x00,0x22,0x46,0xb5,0x08,0x00,0x22,0x04, +0xb6,0xa8,0x01,0x23,0xc2,0xb6,0xb0,0x04,0x13,0xb7,0x40,0x06,0x12,0xb8,0x20,0x00, +0x23,0x06,0xb9,0x98,0x01,0x12,0xb9,0x40,0x00,0x22,0x6f,0xba,0x28,0x00,0x22,0x37, +0xbb,0x08,0x00,0x22,0xff,0xbb,0x08,0x05,0x22,0xb3,0xbc,0xa0,0x00,0x22,0x67,0xbd, +0x30,0x00,0x50,0x25,0xbe,0x01,0x14,0x15,0xf8,0x0c,0x12,0xbe,0x58,0x01,0xf2,0xff, +0xff,0xff,0xff,0xc1,0x00,0x00,0x51,0x2f,0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d, +0x5e,0x4d,0x7a,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8a,0x4d,0x8b,0x4d,0x99,0x4d, +0x9b,0x4d,0xa0,0x4d,0xa8,0x4d,0xdc,0x4d,0xde,0x4d,0xfb,0x4d,0xfe,0x4d,0x15,0x4e, +0x1b,0x4e,0x1e,0x4e,0x35,0x4e,0x3a,0x4e,0x40,0x4e,0x46,0x4e,0x4b,0x4e,0x4d,0x4e, +0x60,0x4e,0x70,0x4e,0x7f,0x4e,0x9d,0x4e,0x9e,0x4e,0x9f,0x4e,0xa3,0x4e,0xac,0x4e, +0xcf,0x4e,0xdb,0x4e,0xeb,0x4e,0xf7,0x4e,0x14,0x4f,0x2d,0x4f,0x31,0x4f,0x3e,0x4f, +0x3f,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f,0xac,0x4f,0xcf,0x4f,0xf8,0x4f, +0x1f,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb8,0x50,0xbc,0x50,0xc0,0x50, +0xc3,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xd5,0x50,0xdc,0x50,0xe9,0x50, +0x02,0x51,0x16,0x51,0x1f,0x51,0x4a,0x51,0x4b,0x51,0x4d,0x51,0x56,0x51,0x57,0x51, +0x67,0x51,0x6b,0x51,0x6d,0x51,0x70,0x51,0x79,0x51,0x7b,0x51,0x80,0x51,0x86,0x51, +0x87,0x51,0x9d,0x51,0xbf,0x51,0xef,0x51,0xf0,0x51,0xf8,0x51,0x55,0x52,0x58,0x52, +0x66,0x52,0x8a,0x52,0x97,0x52,0x9f,0x52,0xa5,0x52,0xb1,0x52,0xbb,0x52,0xd2,0x52, +0xdb,0x52,0xef,0x52,0x12,0x53,0x1a,0x53,0x1c,0x53,0x1d,0x53,0x21,0x53,0x26,0x53, +0x28,0x53,0x30,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53,0x47,0x53, +0x5c,0x53,0x5d,0x53,0x5e,0x53,0x61,0x53,0x67,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53, +0x9a,0x53,0xb8,0x53,0xcd,0x53,0xdc,0x53,0x1d,0x54,0xb8,0x55,0x2e,0x56,0x44,0x56, +0x4a,0x56,0x4d,0x56,0x4e,0x56,0x56,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97,0x56, +0xa7,0x56,0xdb,0x56,0x4a,0x57,0xbb,0x57,0xee,0x57,0x40,0x58,0x57,0x58,0x5d,0x58, +0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81,0x58,0x89,0x58,0xcd,0x58, +0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xb6,0x5a,0xd3,0x5a,0xd9,0x5a,0xdc,0x5a, +0xea,0x5a,0xee,0x5a,0x09,0x5b,0x0d,0x5b,0x48,0x5b,0x49,0x5b,0x4c,0x5b,0x54,0x5b, +0x56,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b,0x9f,0x5b,0xa5,0x5b,0x35,0x5d, +0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x53,0x5d,0x5c,0x5d,0x76,0x5d,0x77,0x5d,0x88,0x5d, +0x8d,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xe4,0x5d,0xf6,0x5d,0x46,0x5e, +0x4a,0x5e,0x50,0x5e,0x52,0x5e,0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x89,0x5e,0x8a,0x5e, +0xa3,0x5e,0xa5,0x5e,0xb2,0x5e,0xc1,0x5e,0xd4,0x5e,0xd5,0x5e,0xd8,0x5e,0xfa,0x5e, +0xfe,0x5e,0x07,0x5f,0x27,0x5f,0x3b,0x5f,0x4d,0x5f,0x51,0x5f,0x70,0x5f,0x75,0x5f, +0x8b,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0xb2,0x60,0x5f,0x61, +0x60,0x61,0x66,0x61,0x7a,0x61,0x90,0x61,0x97,0x61,0x9b,0x61,0xa3,0x61,0xb7,0x61, +0xb9,0x61,0xbb,0x61,0xbc,0x61,0xce,0x61,0xf4,0x61,0xf5,0x61,0x19,0x62,0x22,0x62, +0x2f,0x62,0x38,0x62,0x39,0x62,0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62,0x7f,0x62, +0xb2,0x62,0xbe,0x62,0xc7,0x62,0xe2,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62,0x1f,0x63, +0x20,0x63,0x22,0x63,0x97,0x63,0xc8,0x63,0xfd,0x63,0x1d,0x64,0x36,0x64,0x7f,0x64, +0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa9,0x64,0xc0,0x64,0xc4,0x64, +0xd7,0x64,0xec,0x64,0xfd,0x64,0xff,0x64,0x00,0x65,0x09,0x65,0x1b,0x65,0x30,0x65, +0x35,0x65,0x46,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f,0x65,0x8e,0x65,0xbe,0x65, +0xbf,0x65,0xd2,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50,0x66,0x59,0x66,0x6f,0x66, +0x7a,0x66,0x7c,0x66,0x8a,0x66,0x96,0x66,0xaf,0x66,0xb1,0x66,0xb5,0x66,0xcf,0x66, +0xd1,0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x57,0x67,0x5f,0x67,0x71,0x67,0x87,0x67, +0x8c,0x67,0x96,0x67,0x10,0x68,0x71,0x69,0x7a,0x69,0x77,0x6a,0xb2,0x6a,0xb3,0x6a, +0xb4,0x6a,0xb5,0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xf1,0x6b, +0x09,0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c, +0x91,0x6c,0x9b,0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x60,0x6d,0x79,0x6d, +0x88,0x6d,0xce,0x6d,0xe0,0x6d,0x21,0x6e,0x2a,0x6e,0x2e,0x6e,0x31,0x6e,0x34,0x6e, +0x10,0x6f,0x09,0x70,0x3d,0x70,0x76,0x70,0x97,0x71,0x98,0x71,0xa9,0x71,0xc9,0x71, +0x06,0x72,0xd7,0x72,0xff,0x72,0x00,0x73,0x3d,0x73,0x56,0x73,0xae,0x73,0x6f,0x74, +0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xcd,0x75,0xd4,0x75,0x21,0x76,0x26,0x76, +0x28,0x76,0x3e,0x76,0x44,0x76,0x48,0x76,0x5b,0x76,0x6f,0x76,0x35,0x77,0x51,0x77, +0xbc,0x77,0xbe,0x77,0x8a,0x78,0xd1,0x78,0x0b,0x79,0x22,0x79,0x40,0x79,0x4b,0x79, +0x5b,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79,0x2e,0x7a,0x3f,0x7a,0x7c,0x7a,0x99,0x7a, +0xce,0x7a,0xe7,0x7a,0xf1,0x7a,0xcb,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x77,0x7c, +0xf2,0x7d,0xf7,0x7d,0x05,0x7e,0x0f,0x7e,0x13,0x7e,0x14,0x7e,0x16,0x7e,0x18,0x7e, +0x1f,0x7e,0x23,0x7e,0x2d,0x7e,0x2f,0x7e,0x3d,0x7e,0x4f,0x7e,0x66,0x7e,0x79,0x7e, +0xbe,0x7e,0xde,0x7e,0x55,0x7f,0x67,0x7f,0xa4,0x7f,0x1c,0x80,0x4d,0x80,0x59,0x80, +0x6a,0x80,0x3a,0x81,0x43,0x81,0x7a,0x81,0x85,0x81,0xc2,0x81,0xd2,0x81,0x41,0x82, +0x53,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x2d,0x84,0x1f,0x85,0x52,0x86,0x0a,0x87, +0x9c,0x87,0xb5,0x87,0xb8,0x87,0xc0,0x87,0xfb,0x87,0x15,0x88,0xcf,0x88,0xd1,0x88, +0xd6,0x88,0x14,0x89,0x16,0x89,0x18,0x89,0x22,0x89,0x36,0x89,0x50,0x89,0xb6,0x8a, +0xf1,0x8a,0xf4,0x8a,0xfe,0x8a,0x00,0x8b,0x0e,0x8b,0x0f,0x8b,0x11,0x8b,0x16,0x8b, +0x25,0x8b,0x2d,0x8b,0x32,0x8b,0x36,0x8b,0x3d,0x8b,0x3f,0x8b,0x44,0x8b,0x47,0x8b, +0x4b,0x8b,0x53,0x8b,0x81,0x8b,0x75,0x8c,0x84,0x8c,0xc7,0x8c,0xd5,0x8c,0x03,0x8d, +0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0xbc,0x8e,0xbe,0x8e,0xc4,0x8e,0xcd,0x8e,0xd3,0x8e, +0xe1,0x8e,0xe3,0x8e,0x09,0x8f,0x17,0x8f,0x20,0x8f,0x2b,0x8f,0x2e,0x8f,0x2f,0x8f, +0x40,0x8f,0x50,0x8f,0x59,0x8f,0x6a,0x8f,0x6f,0x8f,0x8b,0x8f,0xa3,0x8f,0x38,0x90, +0x17,0x91,0x1d,0x91,0x1f,0x91,0xc4,0x91,0xd8,0x93,0xef,0x93,0xfe,0x93,0x51,0x94, +0x69,0x94,0x7e,0x94,0xac,0x94,0xcf,0x94,0x38,0x95,0x3d,0x95,0x3e,0x95,0x42,0x95, +0x44,0x95,0x84,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4,0x95,0xdf,0x95,0xe4,0x95, +0xec,0x95,0x50,0x96,0x57,0x96,0xa9,0x96,0xae,0x96,0xb2,0x96,0x43,0x97,0xc5,0x97, +0xc6,0x97,0xc9,0x97,0xca,0x97,0xd4,0x97,0xe1,0x97,0xe8,0x97,0xec,0x97,0x2e,0x98, +0xc1,0x99,0xdc,0x99,0x28,0x9a,0x73,0x9d,0xf6,0x9d,0x28,0x9e,0xa0,0x9e,0x0c,0xff, +0x20,0xbf,0xf2,0x0b,0xff,0x10,0xaf,0xf0,0x09,0xff,0x00,0x8f,0xe0,0x07,0xfe,0x00, +0x6f,0xd0,0x06,0xfc,0x00,0x5f,0xb0,0x02,0x96,0x00,0x7f,0xc1,0x0f,0xff,0x70,0xff, +0xf7,0x07,0xfb,0x00,0x3f,0xfb,0x03,0xff,0xb3,0xff,0xa0,0x3f,0xfa,0x2f,0xfa,0x02, +0xff,0xa1,0xff,0x80,0x1f,0xf8,0x0f,0xf6,0x00,0xff,0x60,0xdf,0x40,0x0d,0xf4,0x0b, +0xf2,0x00,0xbf,0x20,0x36,0x00,0x03,0x60,0x00,0x04,0xf6,0x00,0xfb,0x00,0x00,0x07, +0xf4,0x03,0xf8,0x00,0x00,0x09,0xf1,0x05,0xf6,0x00,0x0c,0xff,0xff,0xff,0xff,0xf1, +0x06,0x00,0xf0,0x04,0x00,0x0f,0xb0,0x0b,0xf0,0x00,0x00,0x1f,0x90,0x0d,0xe0,0x00, +0x00,0x3f,0x80,0x0f,0xc0,0x00,0x3f,0x18,0x00,0x12,0xa0,0x06,0x00,0xf0,0x0d,0x00, +0x8f,0x30,0x4f,0x70,0x00,0x00,0xaf,0x10,0x6f,0x50,0x00,0x00,0xcf,0x00,0x8f,0x40, +0x00,0x00,0xde,0x00,0x9f,0x20,0x00,0x00,0xfc,0x00,0xbf,0xa6,0x19,0x70,0x1f,0xe0, +0x00,0x00,0x00,0x01,0xfe,0x05,0x00,0xf0,0x0d,0x7f,0xf6,0x10,0x00,0x03,0xef,0xff, +0xff,0x50,0x00,0xef,0xff,0xef,0xfe,0x00,0x4f,0xfb,0x00,0x2c,0x30,0x07,0xff,0x60, +0x00,0x00,0x00,0x5f,0xfc,0x2b,0x00,0x40,0xef,0xfd,0x40,0x00,0x21,0x00,0xf9,0x1e, +0xa0,0x00,0x00,0x01,0xbf,0xff,0xd2,0x00,0x00,0x00,0x5d,0xff,0xd0,0x00,0x00,0x00, +0x1d,0xff,0x40,0x00,0x00,0x00,0x7f,0xf6,0x02,0xe6,0x00,0x0b,0xff,0x40,0xcf,0xff, +0xdf,0xff,0xd0,0x03,0xdf,0xff,0xff,0xe3,0x00,0x00,0x49,0xff,0x50,0x63,0x00,0xf0, +0x13,0x7d,0xeb,0x20,0x00,0x00,0x7f,0x30,0x00,0x00,0x8f,0xed,0xff,0x10,0x00,0x1f, +0xb0,0x00,0x00,0x1f,0xf2,0x0a,0xf8,0x00,0x08,0xf2,0x00,0x00,0x03,0xfc,0x00,0x4f, +0xb0,0x01,0xfa,0x6d,0x00,0xf1,0x1f,0xb0,0x03,0xfd,0x00,0xaf,0x10,0x00,0x00,0x03, +0xfd,0x00,0x5f,0xb0,0x2f,0x80,0x49,0x94,0x00,0x0e,0xf5,0x1c,0xf6,0x0b,0xf1,0x7f, +0xff,0xf7,0x00,0x5f,0xff,0xfc,0x03,0xf7,0x1f,0xf3,0x3f,0xf1,0x00,0x39,0xa7,0x00, +0xce,0x06,0xfa,0x00,0xaf,0xa0,0x00,0xf0,0x12,0x60,0x8f,0x80,0x08,0xf8,0x00,0x00, +0x00,0x0d,0xd0,0x08,0xf7,0x00,0x7f,0x90,0x00,0x00,0x06,0xf5,0x00,0x6f,0x90,0x09, +0xf6,0x00,0x00,0x00,0xec,0x00,0x02,0xfe,0x11,0xef,0x78,0x00,0xf0,0x06,0x40,0x00, +0x0a,0xfe,0xef,0xa0,0x00,0x00,0x1e,0xb0,0x00,0x00,0x08,0xee,0x90,0x00,0x00,0x00, +0x8d,0xfc,0x50,0xd9,0x00,0x21,0xcf,0xff,0xc2,0x00,0x30,0x5f,0xf8,0x2c,0x80,0x00, +0xb0,0x08,0xff,0x00,0x9f,0xa0,0x00,0x00,0x00,0x6f,0xf0,0x2e,0x40,0x00,0x40,0x02, +0xff,0xaf,0xfb,0x25,0x00,0xf0,0x16,0x0c,0xff,0xf9,0x00,0x02,0x55,0x10,0x07,0xff, +0xfd,0x00,0x00,0xbf,0xe0,0x08,0xff,0xef,0xfb,0x00,0x2f,0xf8,0x02,0xff,0xd0,0x9f, +0xfc,0x1b,0xfe,0x10,0x5f,0xf7,0x00,0xaf,0xff,0xff,0x60,0x04,0x70,0x01,0xf0,0x0d, +0xff,0xf2,0x00,0x1f,0xff,0xb6,0x7d,0xff,0xff,0xfb,0x20,0x5f,0xff,0xff,0xff,0xaa, +0xff,0xf1,0x00,0x2a,0xdf,0xda,0x30,0x03,0x9b,0x00,0x3f,0xfb,0xe7,0x01,0x00,0xe2, +0x01,0x00,0xdd,0x01,0xf0,0x16,0x03,0x60,0x00,0x02,0x10,0x00,0x0c,0xf4,0x00,0x4f, +0xf1,0x00,0xbf,0x80,0x01,0xff,0x30,0x07,0xfe,0x00,0x0b,0xfa,0x00,0x0e,0xf7,0x00, +0x1f,0xf4,0x00,0x2f,0xf2,0x00,0x3f,0xf2,0x00,0x4f,0xf1,0x06,0x00,0x20,0x2f,0xf3, +0x12,0x00,0xf0,0x41,0x0d,0xf7,0x00,0x0a,0xfa,0x00,0x06,0xfe,0x00,0x01,0xff,0x40, +0x00,0xaf,0xa0,0x00,0x3f,0xf1,0x00,0x0a,0xd3,0x00,0x00,0x00,0x03,0x00,0x0b,0xf5, +0x00,0x7f,0xd0,0x00,0xff,0x40,0x0a,0xfa,0x00,0x5f,0xf0,0x01,0xff,0x40,0x0e,0xf7, +0x00,0xbf,0xa0,0x0a,0xfb,0x00,0x9f,0xc0,0x08,0xfd,0x00,0x9f,0xc0,0x0a,0xfb,0x00, +0xcf,0x90,0x0e,0xf6,0x01,0xff,0x30,0x6f,0xe0,0x0b,0xf9,0x01,0xff,0x30,0x8f,0xb0, +0x08,0xf3,0x00,0x01,0xd4,0x00,0x10,0xce,0x05,0x00,0xf4,0x11,0xdf,0x00,0x00,0x08, +0x95,0xff,0x69,0x90,0x0d,0xff,0xff,0xff,0xe0,0x00,0x6e,0xff,0xf7,0x00,0x00,0x1f, +0xff,0xf2,0x00,0x00,0x9f,0xa9,0xfa,0x00,0x00,0x8c,0x00,0xba,0xd8,0x1b,0x20,0x01, +0x10,0x06,0x00,0x2f,0x3f,0xf0,0x06,0x00,0x01,0x01,0x6c,0x02,0x12,0xf0,0x06,0x00, +0x6f,0x02,0x22,0x5f,0xf2,0x22,0x20,0x2a,0x00,0x05,0xf0,0x11,0x05,0x93,0x06,0xff, +0xf1,0x7f,0xff,0x51,0xbf,0xf6,0x00,0xaf,0x40,0x2f,0xe0,0x5e,0xf7,0x0b,0xf7,0x00, +0x32,0x00,0x00,0x02,0x22,0x22,0x10,0xff,0xff,0xf6,0x0f,0xff,0x70,0x02,0xf0,0x19, +0x01,0xcf,0x60,0x7f,0xff,0x07,0xff,0xf0,0x1c,0xe6,0x00,0x00,0x00,0x0e,0xf1,0x00, +0x00,0x2f,0xd0,0x00,0x00,0x5f,0x90,0x00,0x00,0x9f,0x50,0x00,0x00,0xdf,0x10,0x00, +0x01,0xfd,0x00,0x00,0x05,0xf9,0x00,0x00,0xe0,0x01,0x22,0x0d,0xf2,0x61,0x02,0xb0, +0x4f,0xa0,0x00,0x00,0x8f,0x60,0x00,0x00,0xcf,0x20,0x00,0xe5,0x07,0xd0,0x04,0xfa, +0x00,0x00,0x08,0xf7,0x00,0x00,0x0c,0xf3,0x00,0x00,0x0f,0xa1,0x00,0xf1,0x28,0xb0, +0x00,0x00,0x7f,0x70,0x00,0x00,0x57,0x20,0x00,0x00,0x00,0x04,0xae,0xda,0x20,0x00, +0x05,0xff,0xff,0xfe,0x30,0x01,0xff,0xf7,0x9f,0xfc,0x00,0x7f,0xf5,0x00,0x8f,0xf3, +0x0c,0xff,0x00,0x03,0xff,0x90,0xef,0xc0,0x00,0x0f,0xfb,0x0f,0xfb,0x00,0x00,0xff, +0xc1,0xff,0xa0,0x00,0x0e,0xfe,0x0b,0x00,0x10,0xc0,0x16,0x00,0x11,0xfa,0x21,0x00, +0xb1,0x80,0x6f,0xf5,0x00,0x9f,0xf3,0x00,0xff,0xf8,0x9f,0xfc,0x42,0x00,0x30,0x20, +0x00,0x03,0x4d,0x00,0xb0,0x00,0x17,0xef,0xc0,0x00,0x0b,0xff,0xff,0xc0,0x00,0x0d, +0x05,0x00,0x40,0x01,0x14,0xff,0xc0,0x3a,0x02,0x0f,0x05,0x00,0x12,0x50,0x27,0x79, +0xff,0xe7,0x74,0x2a,0x02,0x11,0xf8,0x05,0x00,0xf1,0x07,0x00,0x3a,0xef,0xd8,0x00, +0x00,0x6f,0xff,0xff,0xfe,0x10,0x1e,0xfe,0x98,0xef,0xf9,0x00,0x2a,0x00,0x01,0xff, +0xe0,0x81,0x02,0x01,0x85,0x03,0x10,0xe0,0x49,0x01,0x11,0xfa,0x10,0x00,0x40,0x20, +0x00,0x00,0x07,0x8e,0x03,0x10,0x05,0x87,0x03,0x30,0x04,0xff,0xf2,0x05,0x00,0x90, +0xf3,0x00,0x00,0x06,0xff,0xfb,0x89,0x99,0x71,0x8c,0x01,0x40,0xfc,0x2f,0xff,0xff, +0x90,0x00,0xf0,0x06,0x2a,0xef,0xda,0x30,0x00,0x7f,0xff,0xff,0xff,0x50,0x07,0xfd, +0x98,0xcf,0xff,0x00,0x04,0x00,0x00,0xdf,0xf2,0x5c,0x01,0xf0,0x08,0xff,0x00,0x00, +0x14,0x6c,0xff,0x70,0x00,0x05,0xff,0xfe,0x50,0x00,0x00,0x5f,0xff,0xfd,0x30,0x00, +0x00,0x12,0x8f,0xff,0xea,0x01,0x30,0x8f,0xf7,0x00,0x5a,0x00,0xe0,0xa0,0x89,0x00, +0x00,0xaf,0xf7,0x3f,0xfe,0xa8,0xcf,0xff,0x20,0x9f,0xff,0x9f,0x01,0x41,0x5b,0xef, +0xda,0x20,0x1b,0x00,0x00,0x21,0x00,0x11,0x1e,0x06,0x00,0x10,0x9f,0x06,0x00,0x20, +0x03,0xff,0x33,0x00,0xf0,0x0f,0x0d,0xfd,0x3f,0xf7,0x00,0x00,0x7f,0xf4,0x4f,0xf7, +0x00,0x02,0xff,0xa0,0x4f,0xf7,0x00,0x0b,0xfe,0x10,0x4f,0xf7,0x00,0x5f,0xfa,0x55, +0x8f,0xfa,0x51,0x9f,0x8f,0x00,0x12,0xf3,0x06,0x00,0x40,0x00,0x00,0x00,0x4f,0x3c, +0x00,0x0d,0x06,0x00,0x60,0xef,0xff,0xff,0xff,0x00,0x0f,0x4a,0x02,0x81,0x00,0xff, +0xd9,0x99,0x99,0x00,0x1f,0xf8,0x86,0x03,0xf0,0x06,0x60,0x10,0x00,0x00,0x3f,0xfe, +0xff,0xf8,0x00,0x04,0xff,0xff,0xff,0xfa,0x00,0x06,0x82,0x05,0xff,0xf4,0x00,0x01, +0x01,0x10,0x80,0x38,0x00,0x11,0xfa,0x92,0x00,0xd0,0x80,0x89,0x00,0x00,0xcf,0xf5, +0x3f,0xfe,0xa9,0xdf,0xfd,0x00,0x9f,0xe0,0x01,0xf0,0x06,0x00,0x4b,0xef,0xd9,0x10, +0x00,0x00,0x07,0xbf,0xda,0x30,0x01,0xbf,0xff,0xff,0xf6,0x0b,0xff,0xd8,0x9d,0xd1, +0x3e,0x01,0x30,0x10,0x9f,0xf1,0xf9,0x03,0xf0,0x18,0xd1,0xae,0xd9,0x10,0xef,0xde, +0xff,0xff,0xe0,0xff,0xfd,0x53,0xbf,0xf8,0xff,0xe1,0x00,0x0f,0xfc,0xdf,0xd0,0x00, +0x0c,0xfe,0xaf,0xf1,0x00,0x0d,0xfd,0x5f,0xf8,0x00,0x1f,0xfa,0x0d,0xff,0x86,0xdf, +0xf4,0x16,0x05,0x60,0x90,0x00,0x19,0xdf,0xc5,0x00,0xbb,0x00,0x11,0xfd,0x05,0x00, +0x50,0x99,0x99,0x99,0xcf,0xf5,0x3f,0x03,0xa0,0xa0,0x00,0x00,0x08,0xfe,0x10,0x00, +0x00,0x2f,0xf8,0x36,0x01,0x10,0xf1,0xa4,0x01,0x10,0xb0,0x8a,0x01,0x40,0x70,0x00, +0x00,0x08,0x58,0x04,0x10,0x0b,0x4f,0x01,0x10,0x0f,0xff,0x04,0x70,0x0f,0xfd,0x00, +0x00,0x00,0x2f,0xfc,0xc1,0x01,0x10,0xfb,0xb0,0x00,0x50,0xce,0xeb,0x40,0x00,0x09, +0x54,0x01,0xf0,0x0c,0x03,0xff,0xd5,0x4d,0xff,0x00,0x6f,0xf3,0x00,0x4f,0xf3,0x06, +0xff,0x30,0x02,0xff,0x20,0x1f,0xfa,0x00,0x6f,0xd0,0x00,0x4f,0xfd,0x5e,0xe1,0x9e, +0x04,0xf0,0x00,0xfa,0x00,0x01,0xcf,0x86,0xdf,0xfc,0x00,0xaf,0xd0,0x00,0x9f,0xf8, +0x0f,0xf8,0x92,0x02,0xc1,0xff,0xb0,0x00,0x0f,0xfc,0x0b,0xff,0x93,0x5b,0xff,0x80, +0x1e,0xe3,0x01,0x90,0x08,0xcf,0xec,0x60,0x00,0x00,0x08,0xdf,0xc7,0x94,0x01,0xf0, +0x1b,0xff,0xfc,0x10,0x0a,0xff,0xa5,0x9f,0xf9,0x00,0xff,0xc0,0x00,0x9f,0xf2,0x2f, +0xf8,0x00,0x02,0xff,0x71,0xff,0xa0,0x00,0x2f,0xfa,0x0d,0xff,0x73,0x6e,0xff,0xb0, +0x4f,0xff,0xff,0xcf,0xfc,0x00,0x3b,0xed,0x81,0xff,0xb0,0x8c,0x00,0x00,0xb8,0x00, +0xf0,0x00,0x09,0xff,0x50,0x05,0x00,0x03,0xff,0xf0,0x05,0xfe,0x9a,0xff,0xf7,0x00, +0x8f,0x88,0x02,0xf6,0x01,0x00,0x4b,0xee,0xb5,0x00,0x00,0x1c,0xe6,0x07,0xff,0xf0, +0x7f,0xff,0x01,0xce,0x60,0xe2,0x1f,0x24,0x1c,0xf6,0x14,0x00,0x0e,0x1e,0x00,0x0f, +0xe2,0x03,0x06,0x06,0x01,0x00,0x10,0x17,0x35,0x06,0xf0,0x04,0x4a,0xff,0xf0,0x00, +0x01,0x7d,0xff,0xff,0xa0,0x03,0xaf,0xff,0xfb,0x50,0x00,0x3f,0xff,0xc7,0x10,0x47, +0x04,0x61,0x82,0x00,0x00,0x00,0x18,0xef,0x0d,0x00,0x20,0x05,0xbf,0x19,0x00,0x41, +0x00,0x02,0x8e,0xff,0x3d,0x04,0x21,0x5c,0xf0,0x3d,0x00,0x18,0x20,0x6b,0x04,0x67, +0x03,0x33,0x33,0x33,0x33,0x30,0x5c,0x00,0x00,0x48,0x04,0x29,0x22,0x22,0x24,0x00, +0x02,0x18,0x00,0x21,0x3c,0x50,0x81,0x04,0xf1,0x06,0xfe,0x92,0x00,0x00,0x00,0x1b, +0xff,0xff,0xc5,0x00,0x00,0x00,0x16,0xcf,0xff,0xe8,0x20,0x00,0x00,0x02,0x8d,0x24, +0x00,0x30,0x39,0xff,0xf0,0x0b,0x00,0xb0,0xfd,0x70,0x07,0xcf,0xff,0xfa,0x30,0x00, +0x3f,0xff,0xd7,0x90,0x00,0x10,0xa4,0x36,0x00,0x12,0x11,0x43,0x00,0xf0,0x03,0x3b, +0xef,0xc6,0x00,0x06,0xff,0xff,0xff,0x90,0x09,0xfd,0x8b,0xff,0xf1,0x00,0x40,0x00, +0xbf,0xc4,0x02,0x20,0xbf,0xf1,0x71,0x03,0x12,0x70,0x83,0x02,0x60,0x01,0xef,0xc0, +0x00,0x00,0x06,0xf5,0x01,0x34,0x04,0xaa,0x10,0x0f,0x01,0x20,0xed,0x10,0x69,0x03, +0x13,0x80,0x05,0x00,0x21,0x05,0xec,0x19,0x00,0x50,0x49,0xde,0xfd,0xa5,0x00,0xbe, +0x05,0x20,0xcf,0xff,0xae,0x01,0x00,0xbd,0x02,0x81,0xd6,0x10,0x01,0x6e,0xfe,0x10, +0x00,0x04,0xd1,0x02,0x61,0x1b,0xf9,0x00,0x01,0xef,0x70,0xa1,0x07,0xf0,0x00,0xf3, +0x00,0x9f,0xd0,0x00,0x3a,0xb5,0x9c,0x10,0x7f,0x90,0x1f,0xf3,0x00,0x5f,0x62,0x05, +0xf0,0x3c,0xfd,0x05,0xfb,0x00,0x2f,0xf6,0x1b,0xfc,0x00,0x0f,0xf0,0x9f,0x60,0x0a, +0xf9,0x00,0x8f,0x90,0x00,0xef,0x0b,0xf3,0x00,0xff,0x30,0x0b,0xf6,0x00,0x0f,0xc0, +0xdf,0x20,0x2f,0xf0,0x00,0xdf,0x40,0x03,0xfa,0x0d,0xf2,0x02,0xff,0x00,0x0f,0xf2, +0x00,0xaf,0x40,0xcf,0x40,0x0f,0xf8,0x1b,0xff,0x61,0x8f,0xb0,0x09,0xf8,0x00,0x8f, +0xff,0xd7,0xff,0xff,0xb1,0x00,0x4f,0xe1,0x00,0x6a,0x71,0x05,0x99,0x52,0x05,0x14, +0x90,0xab,0x00,0x01,0x7b,0x00,0x11,0x00,0x56,0x03,0x41,0xd6,0x30,0x14,0xa7,0x14, +0x00,0x11,0xef,0x5f,0x02,0x00,0x01,0x00,0x41,0x6a,0xde,0xca,0x50,0x09,0x00,0x11, +0x08,0x7a,0x03,0x51,0x00,0x0d,0xff,0xf9,0x00,0xd1,0x02,0x30,0xfe,0x00,0x00,0xf3, +0x03,0x01,0x45,0x07,0xb0,0xcf,0xb0,0xff,0x90,0x00,0x00,0x01,0xff,0x60,0xbf,0xe0, +0x0b,0x01,0x71,0x20,0x7f,0xf3,0x00,0x00,0x0b,0xfe,0x1d,0x03,0x80,0x0f,0xfc,0x66, +0x6f,0xfd,0x00,0x00,0x5f,0x97,0x01,0x30,0x20,0x00,0xaf,0x07,0x00,0x90,0x70,0x00, +0xff,0xd0,0x00,0x01,0xff,0xc0,0x04,0x35,0x00,0x30,0xdf,0xf1,0x09,0x43,0x00,0x30, +0x9f,0xf6,0x0e,0x32,0x03,0x81,0x5f,0xfb,0x2f,0xff,0xff,0xed,0x93,0x00,0xc3,0x04, +0x70,0x50,0x2f,0xfd,0x55,0x7c,0xff,0xd0,0x3c,0x03,0x21,0xef,0xf0,0x06,0x00,0x70, +0xe0,0x2f,0xfd,0x44,0x6c,0xff,0x60,0x1e,0x00,0x12,0xf7,0x24,0x00,0x90,0x90,0x2f, +0xfc,0x00,0x04,0xdf,0xf6,0x2f,0xfc,0x5f,0x03,0x00,0x06,0x00,0x20,0x1f,0xfc,0x06, +0x00,0x81,0x7f,0xf9,0x2f,0xfd,0x56,0x7a,0xff,0xf4,0x24,0x00,0x60,0x80,0x2f,0xff, +0xff,0xfd,0xa3,0xfa,0x07,0x60,0xfe,0xb5,0x00,0x00,0x4e,0xff,0x80,0x02,0xd0,0xff, +0xff,0xcc,0xff,0xc0,0x0d,0xff,0xb1,0x00,0x19,0x10,0x6f,0xfd,0xca,0x00,0x21,0xaf, +0xf6,0x17,0x07,0x11,0xf3,0x6f,0x05,0x16,0xf2,0x0c,0x00,0x21,0xbf,0xf6,0xe8,0x00, +0x21,0xfd,0x00,0x3a,0x05,0x50,0xa0,0x00,0x1a,0x70,0x04,0x3c,0x00,0xf0,0x05,0xf4, +0x00,0x6e,0xff,0xff,0xff,0xb0,0x00,0x01,0x8c,0xee,0xc5,0x00,0x2f,0xff,0xfe,0xc9, +0x30,0x00,0x02,0x6c,0x00,0x80,0x91,0x00,0x2f,0xfe,0x79,0xcf,0xff,0xa0,0xe4,0x05, +0x30,0x4f,0xff,0x40,0x8c,0x00,0x30,0x8f,0xfc,0x02,0x1e,0x06,0x11,0xff,0xc3,0x00, +0x50,0x0f,0xff,0x22,0xff,0xc0,0x89,0x05,0x02,0x0d,0x00,0x16,0x12,0x1a,0x00,0x20, +0x8f,0xfb,0x27,0x00,0x34,0x5f,0xff,0x30,0x41,0x00,0x00,0xde,0x00,0x03,0x5b,0x00, +0x01,0xec,0x00,0x11,0xfe,0x13,0x00,0x61,0xe0,0x2f,0xfe,0x99,0x99,0x98,0x48,0x06, +0x02,0x56,0x04,0x51,0x02,0xff,0xe9,0x99,0x99,0x21,0x00,0x11,0xf0,0x21,0x00,0x04, +0x16,0x00,0x07,0x21,0x00,0x00,0x0b,0x00,0x00,0x37,0x00,0x21,0x99,0x12,0x3c,0x0a, +0x01,0x15,0x01,0x11,0x10,0x53,0x00,0x02,0x05,0x00,0x00,0x52,0x00,0x01,0x2b,0x00, +0x07,0x05,0x00,0x00,0x50,0x00,0x01,0x05,0x00,0x00,0x1e,0x00,0x1c,0x90,0x1e,0x00, +0x0a,0x05,0x00,0xf9,0x0b,0x00,0x00,0x7c,0xef,0xd8,0x10,0x00,0x3d,0xff,0xff,0xff, +0xe3,0x03,0xff,0xff,0xcb,0xdf,0xf4,0x0c,0xff,0xb1,0x00,0x03,0x40,0x6f,0xfe,0x5a, +0x01,0x50,0x4f,0xff,0xff,0xef,0xf2,0x06,0x00,0x60,0xdf,0xf3,0x00,0x28,0x8d,0xff, +0x5a,0x01,0x40,0x0a,0xff,0x7f,0xfe,0x06,0x00,0x00,0x8a,0x01,0xa1,0x0b,0xff,0x04, +0xff,0xff,0xdb,0xdf,0xff,0x00,0x5e,0x12,0x07,0x70,0x01,0x8b,0xef,0xd9,0x20,0x2f, +0xfc,0xa6,0x04,0x10,0x42,0xc2,0x00,0x2f,0x9f,0xf4,0x0d,0x00,0x02,0x42,0xeb,0xbb, +0xbb,0xef,0xe7,0x01,0x21,0xff,0x42,0x06,0x00,0x0e,0x27,0x00,0x0f,0x0d,0x00,0x08, +0x00,0xa2,0x01,0x0f,0x02,0x00,0x09,0x00,0x21,0x0a,0x1f,0xf9,0x05,0x00,0x1d,0xd1, +0x6f,0xf8,0x07,0xe2,0x00,0xcf,0xf6,0x5f,0xff,0xbd,0xff,0xf1,0x0a,0xf0,0x02,0x31, +0x6c,0xfe,0xb4,0x2a,0x01,0x20,0xaf,0xf9,0x8d,0x01,0x20,0x6f,0xfd,0x0d,0x00,0x40, +0x2f,0xff,0x20,0x02,0x83,0x02,0xd0,0x50,0x00,0x2f,0xfc,0x0a,0xff,0x80,0x00,0x02, +0xff,0xc6,0xff,0xc0,0xa8,0x01,0x00,0x6c,0x0a,0x00,0xca,0x01,0x10,0xf6,0x86,0x01, +0x80,0xfa,0xff,0xe1,0x00,0x02,0xff,0xfc,0x09,0x0b,0x02,0x31,0xfe,0x10,0x1e,0x34, +0x00,0x31,0x00,0x7f,0xfb,0x4e,0x00,0x20,0xdf,0xf5,0x0d,0x00,0x50,0x04,0xff,0xe0, +0x2f,0xfc,0x71,0x06,0x1e,0x80,0xa5,0x01,0x0f,0x05,0x00,0x17,0x00,0xe6,0x01,0x23, +0x97,0x2f,0x3e,0x08,0x00,0x05,0x00,0x10,0x40,0x99,0x05,0x31,0x42,0xff,0xfa,0xf9, +0x03,0x10,0x2f,0x2e,0x05,0x10,0xef,0x61,0x01,0x00,0xb5,0x05,0xf0,0x1d,0xf4,0x2f, +0xfb,0xfb,0x00,0x09,0xfb,0xff,0x42,0xff,0x8f,0xf1,0x00,0xef,0x8f,0xf4,0x2f,0xf5, +0xef,0x60,0x4f,0xe5,0xff,0x42,0xff,0x69,0xfc,0x0a,0xf9,0x6f,0xf4,0x2f,0xf7,0x3f, +0xf1,0xef,0x36,0xff,0x42,0xff,0x70,0xdf,0xaf,0xd0,0x0f,0x00,0x40,0x07,0xff,0xf7, +0x06,0x0f,0x00,0x30,0x2f,0xff,0x20,0x0f,0x00,0x31,0x00,0xcf,0xc0,0x0f,0x00,0x31, +0x04,0xa4,0x00,0x0f,0x00,0x01,0x3d,0x05,0x70,0x2f,0xff,0x20,0x00,0x0a,0xff,0x22, +0x70,0x00,0x51,0xaf,0xf2,0x2f,0xff,0xf3,0x0d,0x00,0x20,0xff,0xb0,0x0d,0x00,0x30, +0xf9,0xff,0x40,0x0d,0x00,0x20,0x6d,0xfc,0x0d,0x00,0x30,0xf7,0x5f,0xf5,0x0d,0x00, +0xf0,0x08,0x80,0xdf,0xd0,0x9f,0xf2,0x2f,0xf9,0x05,0xff,0x58,0xff,0x22,0xff,0x90, +0x0c,0xfd,0x7f,0xf2,0x2f,0xf9,0x00,0x4f,0xfa,0x0d,0x00,0x30,0x00,0xbf,0xff,0x0d, +0x00,0x21,0x03,0xff,0x0d,0x00,0x11,0x0a,0x0d,0x00,0x10,0x00,0x5f,0x00,0x40,0x02, +0xae,0xfe,0xc6,0xcb,0x03,0x10,0xff,0x09,0x05,0xf0,0x01,0x06,0xff,0xfe,0xbd,0xff, +0xfc,0x00,0x1e,0xff,0x80,0x00,0x3e,0xff,0x50,0x7f,0xfc,0x85,0x00,0x20,0xd0,0xaf, +0xdb,0x07,0x50,0xff,0xf0,0xcf,0xf3,0x00,0xa2,0x03,0x01,0x06,0x04,0x23,0xbf,0xf4, +0x0e,0x00,0x21,0x9f,0xf6,0x1c,0x00,0x20,0x6f,0xfd,0x28,0x05,0x10,0xc0,0x0a,0x04, +0x91,0x4f,0xff,0x50,0x05,0xff,0xff,0xbd,0xff,0xfb,0xb9,0x09,0x30,0xff,0xa1,0x00, +0x62,0x00,0x11,0xc5,0x3b,0x03,0x22,0xed,0x82,0x9e,0x04,0x52,0x40,0x2f,0xfe,0x77, +0x8d,0xa0,0x01,0x21,0xcf,0xf4,0x98,0x04,0x01,0xaa,0x04,0x01,0x7d,0x02,0x13,0x17, +0x89,0x03,0x01,0xce,0x04,0x64,0xe6,0x00,0x2f,0xfe,0x66,0x53,0x4f,0x03,0x0f,0x06, +0x00,0x05,0x00,0x61,0x00,0x10,0xb6,0x61,0x02,0x01,0xc3,0x00,0x12,0x05,0xc3,0x00, +0x30,0x0e,0xff,0x90,0x8b,0x00,0x21,0x6f,0xfd,0xc3,0x00,0x29,0x9f,0xf6,0xc3,0x00, +0x16,0xf1,0xc3,0x00,0x21,0xcf,0xf2,0xdf,0x00,0x40,0xef,0xf0,0x7f,0xfa,0xa9,0x08, +0xf1,0x00,0xd0,0x1f,0xff,0x30,0x00,0x0c,0xff,0x60,0x08,0xff,0xf7,0x46,0xcf,0xfd, +0x00,0x9a,0x05,0x81,0xd1,0x00,0x00,0x06,0xdf,0xff,0xe7,0x10,0x0c,0x06,0x22,0xe3, +0x00,0x26,0x0d,0x40,0xb8,0x95,0x00,0x00,0xe6,0x0a,0x01,0x10,0x0d,0x32,0x4b,0xdf, +0xea,0x4d,0x05,0x21,0x02,0xff,0xa2,0x02,0x60,0x2f,0xfe,0x77,0x8c,0xff,0xf2,0x87, +0x02,0x50,0x0a,0xff,0x50,0x2f,0xfc,0xfc,0x02,0x20,0x02,0xff,0x15,0x0b,0x11,0x60, +0xfa,0x00,0x21,0xf1,0x02,0x92,0x03,0x01,0x0d,0x01,0x30,0xe2,0x00,0x02,0x38,0x01, +0x10,0x30,0xcc,0x00,0x21,0x6f,0xfc,0x96,0x04,0x50,0xdf,0xf5,0x00,0x2f,0xfc,0xb6, +0x00,0x11,0x02,0x44,0x0b,0x10,0x60,0x41,0x00,0x00,0x34,0x04,0x42,0x02,0xad,0xfe, +0xa3,0x33,0x06,0xd2,0x80,0x02,0xff,0xfe,0xbc,0xff,0xc0,0x06,0xff,0xa0,0x00,0x19, +0x10,0xf6,0x09,0x41,0x03,0xff,0xf8,0x10,0x7e,0x0a,0x21,0xfa,0x40,0xa9,0x06,0x80, +0xfc,0x20,0x00,0x00,0x06,0xcf,0xff,0xe1,0xe3,0x0b,0x11,0xef,0x50,0x0a,0xf1,0x01, +0x6f,0xfa,0x02,0xe9,0x10,0x00,0xaf,0xf8,0x0d,0xff,0xfd,0xbe,0xff,0xf2,0x04,0xef, +0xc1,0x0a,0x41,0x07,0xce,0xfc,0x92,0x39,0x01,0x22,0xff,0xfe,0x06,0x00,0x63,0x39, +0x99,0xaf,0xfe,0x99,0x98,0x96,0x09,0x0f,0x06,0x00,0x2e,0x20,0x4f,0xfb,0x4e,0x04, +0x10,0x34,0x5c,0x09,0x2f,0x9f,0xf3,0x0d,0x00,0x14,0x20,0x3f,0xfb,0xfb,0x04,0x30, +0x32,0xff,0xd0,0x9d,0x01,0x30,0x0f,0xff,0x10,0x9a,0x0b,0xe1,0xbf,0xf9,0x00,0x09, +0xff,0xb0,0x03,0xff,0xfd,0xbd,0xff,0xf3,0x00,0x08,0xe8,0x06,0x30,0x00,0x03,0xad, +0xbe,0x06,0x10,0x0e,0xfa,0x0b,0x50,0xaf,0xf5,0x0a,0xff,0x60,0xc5,0x01,0xe0,0x05, +0xff,0xa0,0x00,0x02,0xff,0xb0,0x00,0xff,0xe0,0x00,0x06,0xff,0x60,0x96,0x08,0x00, +0x72,0x0a,0x21,0x7f,0xf7,0x6f,0x0a,0x21,0x2f,0xfb,0xe0,0x09,0x51,0x0d,0xff,0x00, +0x7f,0xf3,0x90,0x0a,0x30,0xcf,0xe0,0x00,0xc7,0x0c,0x20,0xff,0x90,0x01,0x02,0x11, +0xc4,0xb3,0x07,0x21,0xaf,0xf9,0x5a,0x0c,0x12,0x5f,0xd8,0x01,0x10,0x0f,0x6e,0x04, +0x00,0xe7,0x01,0x11,0xf1,0x04,0x0c,0x81,0x02,0xff,0x90,0x00,0x0f,0xfd,0x5f,0xf9, +0x65,0x0c,0xf0,0x0d,0x2f,0xfa,0x2f,0xfc,0x00,0x09,0xff,0xf1,0x00,0x5f,0xf7,0x0f, +0xff,0x00,0x0d,0xff,0xf5,0x00,0x7f,0xf4,0x0c,0xff,0x10,0x1f,0xfc,0xf8,0x00,0xaf, +0xbd,0x07,0xd0,0x4f,0xd8,0xfc,0x00,0xcf,0xe0,0x06,0xff,0x60,0x8f,0xa6,0xff,0x00, +0xbc,0x00,0xf0,0x08,0x90,0xcf,0x73,0xff,0x41,0xff,0x80,0x00,0xff,0xb0,0xff,0x30, +0xff,0x73,0xff,0x50,0x00,0xdf,0xd2,0xff,0x00,0xcf,0xa6,0xff,0x07,0xf2,0x09,0xf6, +0xfd,0x00,0x8f,0xd8,0xff,0x00,0x00,0x7f,0xfb,0xf9,0x00,0x4f,0xfb,0xfc,0x00,0x00, +0x4f,0xff,0xf6,0x00,0x1f,0xff,0xf9,0x7e,0x0e,0x30,0x0d,0xff,0xf6,0xe8,0x00,0xf0, +0x02,0xf0,0x00,0x0a,0xff,0xf3,0x00,0x3f,0xff,0x10,0x00,0x5f,0xfb,0x00,0xaf,0xf8, +0x00,0x0c,0x1e,0x0b,0x10,0xf1,0x67,0x0f,0x40,0x09,0xff,0x70,0xaf,0xfb,0x0d,0x30, +0xfe,0x2f,0xf9,0x77,0x0b,0x11,0xfd,0xb4,0x0c,0x31,0xef,0xff,0x90,0xbb,0x00,0x11, +0xf3,0x1d,0x02,0x01,0xde,0x0a,0xa0,0xcf,0xeb,0xff,0x30,0x00,0x00,0x4f,0xf8,0x3f, +0xfc,0x06,0x01,0xa0,0x10,0xcf,0xf5,0x00,0x06,0xff,0x90,0x04,0xff,0xd0,0xda,0x07, +0x30,0x0c,0xff,0x70,0x02,0x03,0x30,0x4f,0xfe,0x10,0x8d,0x02,0x90,0x08,0xff,0x70, +0x6f,0xf9,0x00,0x00,0xef,0xf1,0x03,0x00,0x70,0x5f,0xf8,0x00,0x07,0xff,0x60,0x0c, +0xa6,0x10,0x20,0xfd,0x02,0x56,0x00,0x40,0x8f,0xf3,0x8f,0xf2,0xd8,0x08,0x21,0xae, +0xfa,0x2e,0x0b,0x21,0xff,0x30,0x1a,0x07,0x11,0xb0,0x18,0x08,0x30,0xf5,0x00,0x00, +0xbf,0x01,0x11,0x40,0xe3,0x06,0x1f,0xf4,0x0d,0x00,0x03,0x10,0x07,0x6a,0x02,0x12, +0xf5,0x06,0x00,0x41,0x04,0x99,0x99,0x9b,0xd3,0x0d,0x12,0x0d,0x3a,0x11,0x11,0xfa, +0x9b,0x07,0x11,0xe1,0xd4,0x0d,0x20,0x50,0x00,0x13,0x01,0x01,0x11,0x00,0x11,0xf1, +0x11,0x00,0x10,0x60,0xc7,0x02,0x20,0xfb,0x00,0x7c,0x00,0x10,0xf2,0xdd,0x00,0x00, +0x14,0x0d,0x11,0x94,0x2f,0x04,0x12,0xf7,0x06,0x00,0xaf,0xff,0xff,0x9f,0xfb,0x95, +0xff,0x30,0x0f,0xf3,0x00,0x05,0x00,0x13,0x50,0xff,0xf9,0xaa,0xaa,0x60,0x4e,0x0f, +0xa2,0x1f,0xd0,0x00,0x00,0x0d,0xf1,0x00,0x00,0x09,0xf5,0x4f,0x0f,0x00,0x57,0x0f, +0x00,0x5f,0x0f,0xf0,0x0c,0x00,0xaf,0x50,0x00,0x00,0x6f,0x90,0x00,0x00,0x2f,0xc0, +0x00,0x00,0x0e,0xf0,0x00,0x00,0x0a,0xf4,0x00,0x00,0x06,0xf8,0x00,0x00,0x02,0xfc, +0x64,0x01,0x00,0xf2,0x00,0x92,0x40,0x00,0x00,0x7f,0x80,0x00,0x00,0x3f,0xc0,0x5e, +0x0f,0xef,0x0b,0xf3,0x00,0x00,0x04,0x73,0x0f,0xff,0xf8,0x09,0x9d,0xf8,0x00,0x0a, +0x03,0x00,0x1e,0xd0,0x0f,0xff,0xf8,0x0a,0xaa,0xa5,0x00,0x03,0x77,0x10,0x00,0x00, +0x0a,0x4c,0x0b,0x10,0x1f,0x09,0x03,0x10,0x6f,0x76,0x09,0xb4,0xcf,0x7a,0xf9,0x00, +0x02,0xff,0x25,0xfe,0x00,0x08,0xfd,0xda,0x10,0xf2,0x02,0x3f,0xf2,0x00,0x5f,0xf1, +0x9f,0xc0,0x00,0x0f,0xf6,0x9c,0xcc,0xcc,0xcc,0xcc,0xc0,0xbf,0x06,0x13,0x40,0x10, +0x00,0x09,0xd0,0x4b,0x01,0xf1,0x01,0x1d,0xff,0x70,0x01,0xcf,0xf4,0x00,0x0c,0xe2, +0x00,0x00,0x20,0x00,0x7b,0xee,0xb4,0xe6,0x09,0x81,0x50,0x1f,0xfa,0x8b,0xff,0xe0, +0x04,0x10,0xca,0x09,0xf2,0x18,0x36,0xdf,0xf5,0x02,0x9f,0xff,0xff,0xf6,0x3e,0xff, +0xa6,0xaf,0xf6,0xbf,0xf3,0x00,0x8f,0xf6,0xef,0xe0,0x00,0xbf,0xf6,0xdf,0xfa,0x7c, +0xff,0xf6,0x6f,0xff,0xff,0xdf,0xf6,0x06,0xdf,0xb5,0x1f,0xf6,0x6f,0x8f,0x06,0x00, +0x84,0x0b,0x0e,0x0b,0x00,0xf0,0x37,0x75,0xcf,0xc7,0x00,0x6f,0xfe,0xff,0xff,0xf9, +0x06,0xff,0xfe,0x9b,0xff,0xf3,0x6f,0xfb,0x00,0x09,0xff,0xa6,0xff,0x70,0x00,0x3f, +0xfc,0x6f,0xf7,0x00,0x01,0xff,0xe6,0xff,0x70,0x00,0x2f,0xfd,0x6f,0xf7,0x00,0x04, +0xff,0xb6,0xff,0x90,0x00,0xcf,0xf7,0x6f,0xff,0xc9,0xdf,0xfe,0x06,0xff,0xdf,0xff, +0xff,0x50,0x6f,0xf0,0x7d,0xeb,0x30,0x00,0x00,0x01,0x9c,0xfc,0x80,0x9b,0x00,0xe0, +0xf9,0x01,0xef,0xfd,0x9b,0xe1,0x09,0xff,0xb0,0x00,0x10,0x0d,0xff,0x20,0x7f,0x03, +0x13,0x00,0x05,0x00,0x01,0xe6,0x03,0xa0,0x0a,0xff,0xb0,0x00,0x20,0x02,0xff,0xfd, +0x9b,0xf5,0xb2,0x04,0x66,0xfc,0x00,0x02,0xad,0xfc,0x70,0x5a,0x02,0x0f,0x06,0x00, +0x02,0x51,0x04,0xbe,0xc7,0x9f,0xf4,0xdc,0x06,0xe0,0xf4,0x02,0xff,0xfc,0x9d,0xff, +0xf4,0x09,0xff,0xa0,0x00,0xbf,0xf4,0x0d,0x75,0x03,0x10,0xf4,0x5a,0x00,0x04,0x06, +0x00,0x02,0x12,0x00,0xc0,0x0b,0xff,0x90,0x01,0xdf,0xf4,0x04,0xff,0xfb,0x9e,0xff, +0xf4,0xfb,0x05,0xd0,0xdf,0xf4,0x00,0x07,0xcf,0xc6,0x2f,0xf4,0x00,0x02,0xad,0xeb, +0x40,0xe4,0x10,0xf1,0x04,0xff,0x60,0x01,0xff,0xf8,0x7d,0xff,0x10,0xaf,0xf4,0x00, +0x1f,0xf7,0x0d,0xfd,0x00,0x00,0xcf,0xa0,0x5c,0x10,0x20,0x0f,0xff,0xf7,0x0a,0x21, +0xdf,0xe0,0xe2,0x02,0x11,0x60,0x0f,0x03,0x51,0xa6,0x7b,0xa0,0x00,0x5f,0xde,0x0b, +0x80,0x2a,0xdf,0xd9,0x20,0x00,0x03,0xbe,0xfc,0x87,0x03,0x61,0xd0,0x00,0xaf,0xfc, +0x76,0x00,0xde,0x00,0x21,0xef,0xf0,0x51,0x0c,0x91,0x10,0x6f,0xff,0xff,0xf1,0x02, +0x6f,0xff,0x66,0x12,0x00,0x01,0x87,0x10,0x0f,0x09,0x00,0x0d,0x80,0x00,0x18,0xdf, +0xff,0xff,0xf6,0x01,0xef,0x6c,0x06,0xf1,0x02,0x09,0xff,0x92,0x5f,0xfc,0x31,0x0b, +0xff,0x00,0x0a,0xff,0x00,0x08,0xff,0x50,0x2e,0xfd,0xc3,0x13,0xa1,0xf5,0x00,0x00, +0xaf,0xdf,0xeb,0x40,0x00,0x03,0xfe,0xa4,0x0c,0x21,0xfe,0x00,0xaa,0x01,0x41,0x96, +0x66,0x42,0x00,0x36,0x00,0xf1,0x06,0xb0,0x01,0xdf,0xef,0xff,0xff,0xf6,0x0d,0xf7, +0x00,0x01,0x7f,0xf8,0x1f,0xfa,0x10,0x02,0xbf,0xf3,0x0b,0xff,0x10,0x06,0x5f,0x7c, +0xef,0xec,0x81,0x00,0xef,0x01,0x0a,0x61,0x72,0xbf,0xd9,0x00,0x6f,0xfb,0xef,0x01, +0x00,0xca,0x09,0xff,0x06,0x6f,0xfd,0x20,0x0d,0xff,0x36,0xff,0x70,0x00,0xaf,0xf5, +0x6f,0xf7,0x00,0x09,0xff,0x56,0xff,0x70,0x00,0x9f,0x0b,0x00,0x09,0x90,0x50,0x2c, +0xd3,0x9f,0xfa,0x5f,0xf6,0x02,0x20,0x52,0x00,0x0f,0x02,0x00,0x03,0x71,0x00,0x02, +0xcd,0x40,0x00,0x9f,0xfc,0x84,0x0d,0x00,0x28,0x00,0x01,0x3d,0x0a,0x4f,0x00,0x06, +0xff,0x80,0x07,0x00,0x11,0x40,0x8f,0xf7,0x05,0x8f,0x7a,0x15,0x71,0xc0,0x0d,0xfd, +0x91,0x00,0x6f,0xf6,0xb4,0x00,0x01,0x38,0x04,0x0e,0x0b,0x00,0xf0,0x02,0x01,0xef, +0xf3,0x6f,0xf6,0x00,0xbf,0xf6,0x06,0xff,0x60,0x7f,0xf9,0x00,0x6f,0xf6,0x3f,0x76, +0x07,0x50,0x8e,0xfe,0x10,0x00,0x6f,0x45,0x03,0x11,0x06,0x33,0x16,0xa0,0x6f,0xff, +0xaa,0xff,0x40,0x06,0xff,0xc0,0x2f,0xfd,0x37,0x00,0x30,0x9f,0xf7,0x06,0x03,0x02, +0x30,0xf1,0x6f,0xf6,0x6e,0x12,0x5f,0x6f,0xf7,0x06,0xff,0x70,0x05,0x00,0x0a,0xf0, +0x1e,0x80,0x5f,0xfe,0x41,0xff,0xfa,0x04,0xdf,0xa0,0x6f,0xf0,0x4c,0xfe,0x70,0x06, +0xdf,0xc3,0x06,0xff,0x9f,0xff,0xff,0x6a,0xff,0xff,0xf1,0x6f,0xff,0xfb,0xef,0xff, +0xfe,0xbf,0xff,0x76,0xff,0xd2,0x01,0xff,0xfa,0x00,0x6f,0xfa,0x6f,0xf7,0x17,0x02, +0x00,0xef,0x0a,0x90,0x70,0x00,0xcf,0xf2,0x00,0x2f,0xfc,0x6f,0xf7,0xd7,0x12,0x14, +0x01,0x11,0x00,0x1f,0x1f,0x11,0x00,0x11,0xff,0x0a,0xf0,0x3b,0xfd,0x90,0x06,0xff, +0x8f,0xff,0xff,0x90,0x6f,0xff,0xfb,0xdf,0xff,0x16,0xff,0xd2,0x00,0xdf,0xf3,0x6f, +0xf7,0x00,0x0a,0x98,0x01,0x0f,0x02,0x0b,0x00,0x51,0x00,0x02,0xad,0xfb,0x60,0x65, +0x08,0x30,0xfc,0x00,0x01,0x08,0x03,0xd0,0x90,0x0a,0xff,0x80,0x01,0xef,0xf2,0x0d, +0xff,0x10,0x00,0x9f,0xf5,0xba,0x11,0x22,0x6f,0xf8,0x06,0x00,0x02,0x12,0x00,0x02, +0x1e,0x00,0x02,0x2a,0x00,0x02,0x36,0x00,0x00,0x97,0x03,0x70,0x60,0x00,0x6f,0xf1, +0x6c,0xfc,0x70,0xe5,0x03,0x00,0x8a,0x00,0x80,0xe9,0xbf,0xff,0x36,0xff,0xb0,0x00, +0x9f,0xe4,0x00,0x11,0x03,0xae,0x00,0x30,0x1f,0xfe,0x6f,0x4f,0x07,0xc0,0xd6,0xff, +0x70,0x00,0x4f,0xfb,0x6f,0xf9,0x00,0x0c,0xff,0x76,0x9f,0x03,0x20,0xe0,0x6f,0x13, +0x06,0x5f,0x06,0xff,0x77,0xde,0xb3,0x85,0x02,0x04,0x51,0x00,0x04,0xbf,0xd8,0x1f, +0xd2,0x03,0x1f,0xef,0xd2,0x03,0x22,0x10,0xef,0xd2,0x03,0x2f,0xc5,0x9f,0x32,0x04, +0x06,0xf1,0x02,0x6f,0xf0,0x3c,0xfa,0x6f,0xf4,0xff,0xf7,0x6f,0xff,0xfd,0xc4,0x6f, +0xff,0x70,0x00,0x6f,0xbd,0x09,0x02,0x83,0x00,0x0f,0x04,0x00,0x01,0x60,0x00,0x3a, +0xee,0xb7,0x00,0x03,0x17,0x10,0xf0,0x0a,0x0b,0xff,0x95,0x9f,0x40,0x0d,0xff,0x00, +0x01,0x00,0x0a,0xff,0xb4,0x00,0x00,0x01,0xdf,0xff,0xc4,0x00,0x00,0x07,0xef,0xff, +0x80,0xbb,0x00,0xc1,0xf0,0x02,0x20,0x00,0x9f,0xf2,0x0d,0xf9,0x67,0xef,0xf0,0x3e, +0x68,0x03,0x00,0x8d,0x05,0x30,0x00,0x9f,0xe0,0x10,0x10,0x00,0x99,0x07,0x11,0xe0, +0xd5,0x08,0xa0,0xb0,0x9f,0xff,0xff,0xfb,0x03,0x6f,0xff,0x66,0x40,0xc1,0x08,0x02, +0x28,0x13,0x06,0x09,0x00,0x00,0x02,0x04,0x00,0xda,0x07,0x50,0xbf,0xfd,0x76,0x00, +0x04,0x4a,0x04,0x50,0x04,0xcf,0xeb,0x00,0x8f,0x00,0x19,0x6f,0x28,0xff,0x60,0x00, +0xcf,0xf2,0x0b,0x00,0x0a,0x00,0x21,0x02,0xf0,0x09,0x6f,0xfa,0x00,0x5f,0xff,0x23, +0xff,0xfb,0xcf,0xff,0xf2,0x0c,0xff,0xff,0xd8,0xff,0x20,0x1a,0xee,0xa1,0x4f,0xf2, +0x8f,0xf5,0xb9,0x11,0x20,0x3f,0xfa,0x4a,0x13,0x20,0x0e,0xfe,0xac,0x13,0x90,0x09, +0xff,0x30,0x08,0xff,0x20,0x04,0xff,0x70,0xe1,0x04,0x20,0xff,0xb0,0x74,0x14,0x90, +0xaf,0xf0,0x5f,0xf3,0x00,0x00,0x5f,0xf4,0x9f,0x8e,0x00,0x10,0xf7,0x25,0x11,0x50, +0x0b,0xfd,0xff,0x40,0x00,0x24,0x03,0x01,0x8e,0x07,0x10,0xfa,0xe4,0x0d,0x00,0x6c, +0x09,0xf0,0x25,0x01,0xff,0x91,0xff,0xc0,0x00,0xff,0xf5,0x00,0x5f,0xf5,0x0d,0xff, +0x00,0x2f,0xff,0x90,0x08,0xff,0x20,0x9f,0xf3,0x06,0xfd,0xfd,0x00,0xbf,0xe0,0x05, +0xff,0x60,0xaf,0x7f,0xf1,0x0f,0xfa,0x00,0x2f,0xf9,0x0d,0xf2,0xef,0x42,0xff,0x60, +0x00,0xef,0xc1,0xff,0x0c,0xf8,0x5f,0xd6,0x0c,0xf0,0x07,0x4f,0xc0,0x8f,0xb7,0xff, +0x00,0x00,0x6f,0xf9,0xf8,0x05,0xfe,0xaf,0xb0,0x00,0x02,0xff,0xef,0x50,0x1f,0xfe, +0xf8,0xf2,0x00,0x30,0xf1,0x00,0xdf,0x6a,0x00,0xf0,0x0e,0xaf,0xfe,0x00,0x0a,0xff, +0xf0,0x00,0x2f,0xfe,0x00,0x08,0xff,0x60,0x9f,0xf7,0x00,0xff,0xd0,0x01,0xff,0xe0, +0x6f,0xf5,0x00,0x07,0xff,0x7d,0xfd,0x00,0x6a,0x16,0x10,0x40,0xb6,0x02,0x10,0xb0, +0x90,0x08,0x20,0xfa,0x00,0x40,0x00,0xe0,0xf3,0x00,0x00,0xbf,0xe3,0xff,0xd0,0x00, +0x4f,0xf8,0x0a,0xff,0x60,0x0d,0xd9,0x0f,0x80,0x16,0xff,0x90,0x00,0x8f,0xf9,0x8f, +0xf6,0xf0,0x00,0x20,0x2f,0xfb,0xdb,0x00,0x40,0x0b,0xff,0x10,0x05,0xaf,0x0c,0x30, +0x60,0x09,0xff,0xaa,0x14,0xf1,0x05,0x0e,0xfb,0x00,0x00,0x9f,0xf1,0x3f,0xf5,0x00, +0x00,0x2f,0xf5,0x7f,0xf0,0x00,0x00,0x0c,0xfa,0xbf,0xa0,0xe4,0x00,0x10,0x50,0x80, +0x01,0x01,0x19,0x0a,0x21,0x9f,0xfa,0xf8,0x10,0x14,0xf5,0x7f,0x16,0x20,0x04,0x8d, +0x97,0x02,0x11,0x0b,0x2f,0x0a,0x32,0x0c,0xfd,0x80,0x10,0x09,0x21,0xff,0xf7,0x05, +0x00,0x30,0x04,0x66,0x6a,0xc9,0x08,0x00,0xcc,0x0e,0x01,0xc7,0x08,0x01,0xc6,0x08, +0x01,0xc5,0x08,0x20,0x6f,0xfc,0x20,0x13,0x10,0xf2,0x2d,0x06,0x40,0xc6,0x66,0x64, +0x2f,0xc5,0x15,0x11,0x2f,0xca,0x15,0xd0,0x08,0xef,0x90,0x04,0xff,0xc5,0x00,0x7f, +0xe0,0x00,0x08,0xfd,0x00,0xca,0x18,0x10,0x07,0x6c,0x03,0x10,0xe0,0xeb,0x18,0xe0, +0x00,0xcf,0xc0,0x03,0xff,0xe3,0x00,0x4f,0xfc,0x10,0x00,0x2d,0xfb,0x00,0x23,0x00, +0x12,0x06,0x1c,0x00,0x00,0x23,0x00,0x21,0x8f,0xd0,0x31,0x00,0x40,0x6f,0xf2,0x00, +0x01,0x9b,0x19,0x4f,0x9a,0x60,0xba,0xfe,0x01,0x00,0x03,0x60,0x0f,0xfc,0x30,0x00, +0xbf,0xfc,0xd1,0x19,0xf0,0x06,0x00,0x04,0xff,0x10,0x00,0x4f,0xf0,0x00,0x05,0xff, +0x00,0x00,0x5f,0xe0,0x00,0x05,0xfe,0x00,0x00,0x3f,0xf5,0x70,0x11,0xa1,0x00,0x05, +0xff,0xc0,0x02,0xff,0x70,0x00,0x5f,0xf0,0x15,0x00,0x12,0x5f,0x23,0x00,0x10,0x4f, +0x31,0x00,0x90,0x00,0x01,0x9f,0xf0,0x00,0xff,0xf9,0x00,0x0a,0x0f,0x13,0xf0,0x0b, +0x8e,0xd7,0x00,0x04,0x00,0x0a,0xff,0xff,0xc5,0x7f,0xb0,0x1e,0xe5,0x6e,0xff,0xff, +0x70,0x01,0x30,0x01,0x9e,0xe6,0x00,0x00,0x16,0x72,0x11,0x03,0xf0,0x09,0x50,0x0d, +0xe3,0x3d,0xe0,0x0f,0x90,0x07,0xf2,0x0f,0xb0,0x0a,0xf0,0x08,0xfb,0xbf,0xa0,0x00, +0x8e,0xe9,0x00,0x00,0x84,0x00,0x12,0x0d,0x20,0x00,0x09,0xd2,0x0a,0x10,0x9f,0x09, +0x00,0x00,0xdf,0x02,0x10,0xae,0x03,0x08,0x07,0xb8,0x14,0x02,0xb7,0x10,0x00,0x18, +0x17,0x06,0x0a,0x00,0x23,0x18,0x88,0x01,0x00,0x11,0x81,0x7a,0x01,0x14,0xa0,0x2c, +0x00,0x0f,0x0a,0x00,0x20,0x13,0xff,0xb5,0x0d,0x08,0x0a,0x00,0x5f,0xc6,0x66,0x66, +0x64,0x00,0x5a,0x00,0x29,0xb4,0x07,0x77,0x77,0x77,0xff,0xc7,0x77,0x77,0x77,0x70, +0x1f,0xb4,0x00,0x16,0xf1,0x0a,0x00,0x22,0x67,0x77,0x01,0x00,0x23,0x76,0xef,0x12, +0x00,0x24,0xfe,0xdf,0x09,0x00,0x00,0x32,0x08,0x01,0x46,0x13,0x0a,0x09,0x00,0x13, +0x20,0x09,0x00,0x33,0xff,0xfa,0x10,0x09,0x00,0x22,0xff,0xf8,0x09,0x00,0x42,0xfe, +0xbf,0xff,0xe5,0x24,0x00,0x11,0x05,0x7f,0x1c,0x00,0x36,0x00,0x33,0x09,0xff,0x80, +0x3f,0x00,0x1b,0x5b,0x48,0x00,0x0f,0x09,0x00,0x15,0x23,0x03,0x77,0x01,0x00,0x24, +0x70,0x06,0xb6,0x00,0x15,0xe0,0x0a,0x00,0x12,0xd0,0xe2,0x14,0x13,0x50,0x32,0x00, +0x12,0x8f,0x35,0x01,0x00,0x2f,0x0f,0x13,0xf8,0xb8,0x01,0x62,0x4f,0xff,0xfa,0xde, +0x30,0x00,0x6a,0x0c,0x12,0xfd,0x35,0x0d,0x50,0x6f,0xff,0x9f,0xf8,0x5f,0xa1,0x00, +0xf1,0x07,0x19,0xff,0xf7,0x1f,0xf8,0x03,0xef,0xfc,0x10,0x06,0xef,0xff,0x50,0x1f, +0xf8,0x00,0x1c,0xff,0xd1,0x09,0xff,0xc3,0xcb,0x18,0x51,0xcf,0xf4,0x00,0xc7,0x00, +0x0a,0x00,0x21,0x0b,0x30,0xe0,0x15,0x02,0xe4,0x00,0x0f,0x0a,0x00,0x16,0x23,0x64, +0x10,0xea,0x16,0x24,0xff,0x50,0xb6,0x15,0x61,0x75,0x55,0x55,0x55,0x55,0x30,0x4f, +0x05,0x01,0x8a,0x14,0x00,0x6a,0x12,0x01,0xc9,0x07,0x24,0x0d,0xf9,0x3d,0x00,0x01, +0x9f,0x00,0x01,0x61,0x19,0x10,0x44,0x01,0x00,0x32,0x41,0x00,0x8f,0x24,0x00,0x40, +0xf2,0x00,0xae,0xee,0x01,0x00,0x01,0x6d,0x0c,0x01,0xe7,0x03,0x21,0xf0,0x33,0x01, +0x00,0x32,0x10,0x9f,0xd0,0x22,0x00,0x33,0x70,0xbf,0xc0,0x09,0x00,0x04,0x28,0x16, +0x34,0x01,0xff,0x70,0x7a,0x00,0x01,0xc2,0x00,0x52,0x55,0x44,0x6e,0xfe,0x00,0xff, +0x00,0x01,0x0e,0x1a,0x00,0xc0,0x0b,0x17,0xfd,0x11,0x18,0x01,0xae,0x00,0x05,0x10, +0x00,0x24,0x0d,0xfd,0x0a,0x00,0x12,0xaf,0xca,0x10,0x01,0x53,0x10,0x12,0xc1,0x5a, +0x00,0x52,0xcf,0xfa,0x8f,0xfd,0x30,0x4b,0x00,0x21,0x90,0x07,0x4d,0x00,0xf0,0x11, +0x5c,0xff,0xf7,0x03,0x30,0x6f,0xff,0xd4,0x00,0x2d,0xff,0xfe,0x60,0x4f,0xf3,0x03, +0xef,0xff,0xd3,0x0b,0xff,0x91,0x00,0x4f,0xf3,0x00,0x19,0xff,0xc0,0x01,0xb3,0x00, +0x0a,0x00,0x31,0x00,0x3b,0x20,0xdc,0x00,0x01,0xa6,0x15,0x0f,0x0a,0x00,0x40,0x11, +0x06,0x5d,0x0e,0x0e,0x09,0x00,0xa4,0x16,0x66,0x66,0x6a,0xff,0x76,0x66,0x66,0x60, +0x3f,0xf5,0x02,0x06,0x09,0x00,0x11,0xf3,0x24,0x00,0x1f,0x6f,0x09,0x00,0x0a,0x0e, +0x36,0x00,0x11,0xf8,0x51,0x00,0x41,0xaf,0xf1,0x2a,0xa2,0x24,0x00,0x2e,0x49,0x90, +0x7e,0x00,0x0f,0x09,0x00,0x0b,0x1a,0x07,0x09,0x00,0xa3,0x04,0xee,0xee,0xef,0xff, +0xee,0xee,0xee,0x70,0x04,0x63,0x00,0x80,0x80,0x04,0xff,0x32,0x29,0xff,0x32,0x23, +0x09,0x00,0x20,0x10,0x07,0xbc,0x06,0x17,0x80,0x1b,0x00,0x03,0x09,0x00,0xf4,0x03, +0x00,0x11,0x11,0x18,0xff,0x31,0x11,0x11,0x10,0x05,0x55,0x55,0x5a,0xff,0x65,0x55, +0x55,0x52,0xd7,0x03,0xc1,0xf6,0x1f,0xfe,0xcc,0xce,0xff,0xdc,0xcc,0xdf,0xf6,0x1f, +0xf5,0x63,0x00,0xb7,0x3f,0xf6,0x1f,0xf8,0x33,0x39,0xff,0x43,0x33,0x6f,0xf6,0x24, +0x00,0x91,0xdd,0xde,0xff,0xed,0xdd,0xef,0xf6,0x1a,0xa3,0x24,0x00,0x2e,0x2a,0xa4, +0x99,0x00,0x24,0x00,0x04,0x6c,0x00,0x09,0x0a,0x00,0x51,0x42,0x34,0x22,0x22,0xef, +0x0a,0x00,0x52,0x12,0xdd,0x20,0x00,0xdf,0x0a,0x00,0x23,0xef,0xf4,0x0a,0x00,0x43, +0x10,0x1d,0xff,0x40,0x0a,0x00,0xf4,0x02,0x01,0xdb,0x10,0xdf,0x80,0x00,0x05,0x58, +0xff,0x65,0x55,0x65,0x55,0xef,0xa5,0x50,0x0f,0xb8,0x03,0x16,0xf0,0x0a,0x00,0x03, +0x04,0x0c,0x00,0x32,0x00,0x24,0x0b,0xfb,0x0a,0x00,0x24,0x0f,0xf7,0x0a,0x00,0x24, +0x6f,0xf2,0x0a,0x00,0x23,0xef,0xc0,0x0a,0x00,0x10,0x0b,0x52,0x07,0x72,0x34,0x34, +0xff,0x70,0x00,0x2e,0xfa,0x20,0x14,0x41,0x40,0x00,0x02,0xa0,0x14,0x15,0x10,0xc6, +0xf0,0x02,0x32,0x00,0x4f,0xf2,0x00,0x05,0x13,0x90,0x09,0x00,0x23,0x7f,0xf3,0x09, +0x00,0x31,0x0d,0xf7,0x4f,0x42,0x03,0x50,0x24,0x47,0x64,0x8f,0xf5,0x61,0x03,0x14, +0x7f,0xc6,0x05,0x04,0x09,0x00,0xa0,0xf2,0x01,0x11,0x11,0xcf,0xc1,0x11,0x11,0x7f, +0xf2,0x59,0x07,0x00,0x80,0x00,0x10,0xf1,0x3b,0x04,0x50,0x56,0xb0,0x00,0x7f,0xf0, +0x42,0x07,0x21,0x3f,0xfa,0x09,0x00,0x80,0x1f,0xfa,0x06,0xff,0x40,0x8f,0xf0,0x00, +0x66,0x1e,0x40,0xdf,0xd0,0x9f,0xe0,0x9a,0x06,0x50,0x00,0x4b,0x20,0xbf,0xd0,0xb9, +0x14,0x00,0xa6,0x00,0x41,0xb0,0x03,0xef,0xf5,0x85,0x03,0x20,0x90,0x6f,0x98,0x10, +0x70,0x77,0x7c,0xff,0x60,0x6f,0xf8,0x00,0xb6,0x13,0x40,0xfe,0x00,0x05,0x50,0xc8, +0x11,0x29,0xfe,0xb3,0x7b,0x03,0x14,0x1a,0xd5,0x19,0x25,0xbf,0xfc,0x62,0x05,0x13, +0xe3,0x2b,0x1b,0x6b,0xaf,0xf6,0x22,0x22,0x20,0x0f,0x3b,0x01,0x00,0xc3,0x1f,0x61, +0x22,0x26,0xff,0x62,0x22,0x22,0x2d,0x1f,0x02,0xcb,0x10,0x05,0x09,0x00,0x93,0x55, +0x55,0x58,0xff,0x85,0x55,0x55,0x00,0x00,0x2d,0x00,0x07,0x09,0x00,0x0e,0x2d,0x00, +0x04,0x09,0x00,0xa4,0x33,0x33,0x33,0x37,0xff,0x73,0x33,0x33,0x33,0xef,0x9e,0x01, +0x05,0x09,0x00,0x14,0x11,0x01,0x00,0x00,0xd5,0x00,0x25,0x8d,0x10,0x63,0x06,0x40, +0x80,0x00,0x03,0x20,0xf0,0x1b,0x00,0x16,0x01,0x60,0x0d,0xfc,0x00,0x00,0x2e,0xf4, +0xc6,0x04,0x10,0x2f,0xcd,0x12,0x70,0xfb,0x00,0x0a,0xfc,0x00,0x8f,0xf2,0xf7,0x02, +0x63,0x30,0x03,0x60,0x01,0xff,0xb0,0x93,0x06,0x11,0x07,0x90,0x04,0x00,0xe9,0x12, +0x11,0x1f,0x5b,0x04,0x31,0x1e,0xfe,0x10,0xa5,0x1b,0x00,0x86,0x00,0x23,0xb0,0x06, +0xdd,0x1a,0x33,0x9f,0xf8,0x4f,0x82,0x04,0x10,0x0c,0x8a,0x14,0x03,0x4c,0x05,0x02, +0xca,0x04,0x00,0xb9,0x05,0x32,0xff,0xc3,0x00,0xf8,0x1a,0x21,0xfd,0xdf,0x32,0x00, +0xe0,0x16,0xdf,0xff,0x80,0x09,0xff,0xfe,0x93,0x00,0x1a,0xff,0xff,0xd3,0x00,0xda, +0x18,0x40,0xd2,0x0d,0xff,0xb4,0x23,0x00,0x52,0x5b,0xff,0xa0,0x04,0x82,0x37,0x00, +0x2a,0x28,0x10,0xef,0x04,0x24,0x6e,0x80,0x0a,0x00,0x25,0xcf,0xf3,0xe3,0x07,0x01, +0x77,0x00,0x00,0x0b,0x01,0x73,0x3a,0xfb,0x43,0x33,0x20,0x00,0x01,0x01,0x01,0x14, +0xf7,0x0a,0x00,0x00,0xee,0x06,0x01,0x0a,0x01,0x13,0x18,0x71,0x1b,0x00,0x64,0x06, +0x14,0x20,0x47,0x01,0x15,0xf4,0x13,0x00,0x14,0x50,0xf4,0x03,0x14,0xf6,0x9d,0x06, +0x13,0xff,0x5e,0x05,0x14,0x2c,0x26,0x00,0x10,0x06,0xfc,0x1e,0x03,0xd0,0x00,0x12, +0xc1,0xe3,0x00,0x12,0xdf,0xf8,0x07,0x00,0x5f,0x0a,0x90,0x66,0xff,0xb7,0x54,0x33, +0x45,0x67,0xa3,0x09,0x1d,0x0b,0x01,0xf1,0x01,0x52,0x01,0xe1,0x00,0x01,0x8d,0x3d, +0x06,0x17,0x10,0xf3,0x1c,0xb2,0x00,0x01,0x24,0x57,0x9c,0xa0,0x00,0x00,0x0c,0xde, +0xef,0xbe,0x15,0x21,0x00,0x1f,0xfc,0x1e,0x20,0xb9,0x62,0xef,0x1e,0x21,0x43,0x32, +0xf6,0x00,0x00,0xa3,0x22,0x20,0x04,0x42,0x0a,0x00,0x00,0x38,0x09,0x22,0x0e,0xf8, +0x93,0x00,0x14,0xd0,0x0a,0x00,0x50,0xcf,0xc3,0x33,0x3f,0xfa,0x51,0x06,0x14,0x03, +0xf2,0x01,0x00,0x60,0x24,0x04,0x0a,0x00,0xc0,0x44,0x32,0x22,0x2e,0xf9,0x22,0x22, +0x22,0x10,0x00,0x00,0x61,0x32,0x00,0x11,0x25,0x22,0x04,0x31,0x40,0x0e,0xf8,0x38, +0x02,0x20,0x2f,0xfb,0x14,0x00,0x20,0xcf,0xe1,0x16,0x15,0x00,0x0a,0x00,0x20,0x2f, +0xfb,0x50,0x16,0x30,0x00,0x0e,0xf8,0xca,0x0e,0x60,0x3f,0xf9,0x00,0x66,0x6f,0xf7, +0x49,0x0c,0x40,0x02,0x90,0x00,0xcf,0x9d,0x00,0x20,0x49,0x20,0xff,0x01,0x1b,0xfc, +0x7b,0x06,0x01,0xd0,0x00,0x83,0x34,0x68,0xac,0x20,0x00,0x00,0x5d,0xde,0x19,0x07, +0x01,0xb1,0x22,0x30,0xfd,0xba,0x86,0xd1,0x24,0x22,0x32,0x21,0x0a,0x04,0x14,0x0e, +0xa0,0x00,0x16,0x70,0x0a,0x00,0xf0,0x04,0x02,0x22,0x28,0x84,0x7f,0xf5,0x69,0x72, +0x22,0x10,0x00,0x55,0x5f,0xf4,0x5f,0xf2,0x7f,0xa4,0xb2,0xae,0x01,0x00,0x0a,0x00, +0x00,0xf7,0x0d,0x20,0x66,0x6f,0x0a,0x00,0xf2,0x0b,0xfa,0x40,0x00,0x02,0x35,0x7f, +0xf4,0x7f,0xf4,0x7f,0xa0,0x1a,0x30,0x0c,0xff,0xff,0xf8,0xff,0xfe,0x8f,0xfc,0xdf, +0xa0,0x07,0xb8,0x6f,0x46,0x00,0x10,0x30,0xd3,0x00,0x40,0xef,0xfe,0xfe,0x62,0x6e, +0x1e,0x60,0xcf,0xfa,0x5f,0xf3,0xdf,0xf8,0xd4,0x0d,0xf0,0x12,0xff,0xa0,0x5f,0xf2, +0x1c,0xff,0xe7,0x10,0x5f,0xff,0xf8,0x00,0x5f,0xf2,0x01,0xbf,0xff,0xe0,0x09,0xfb, +0x30,0x00,0x5f,0xf2,0x00,0x05,0xef,0x40,0x00,0x30,0x00,0x00,0x5f,0xd0,0x21,0x06, +0xc3,0x00,0x04,0x9e,0x05,0x15,0x20,0x09,0x00,0x22,0x02,0x99,0x01,0x00,0x2f,0x10, +0x00,0x01,0x00,0x34,0x13,0xaa,0x01,0x00,0x14,0xa9,0xa0,0x01,0x15,0xfd,0x09,0x00, +0x06,0x87,0x00,0x12,0x66,0x01,0x00,0x23,0x40,0x09,0x1b,0x00,0x20,0x90,0x08,0x3f, +0x08,0x31,0xfe,0xee,0xee,0xf3,0x02,0x04,0x1b,0x08,0x0a,0x09,0x00,0x00,0xf5,0x02, +0x7d,0x34,0xff,0x93,0x33,0x33,0x33,0xff,0x01,0x00,0x9e,0x22,0x22,0x22,0x23,0xff, +0x82,0x22,0x22,0x22,0x3f,0x00,0x0e,0x09,0x00,0x07,0x7e,0x08,0x23,0x77,0x68,0xf6, +0x02,0x14,0xbf,0xbd,0x03,0x3f,0x5f,0xfe,0xb4,0xdb,0x00,0x06,0x20,0x07,0xee,0x06, +0x00,0xa3,0x57,0x77,0x77,0x7b,0xff,0x97,0x77,0x77,0x75,0xbf,0x7d,0x00,0x23,0xfa, +0x58,0x63,0x0b,0x31,0x85,0x00,0x39,0x4c,0x01,0x12,0x95,0x53,0x19,0x01,0x8c,0x03, +0x20,0x6f,0xf0,0x8b,0x13,0x10,0xf8,0x46,0x18,0x57,0xaa,0xaa,0xaa,0xaf,0xf8,0x1b, +0x00,0x21,0x22,0x22,0x68,0x20,0x03,0xfc,0x04,0x00,0x89,0x03,0x52,0xbb,0xbb,0xbb, +0xbd,0xff,0x18,0x04,0x6d,0x03,0xdf,0xfb,0x61,0x00,0x00,0xea,0x00,0x00,0xea,0x04, +0x32,0x15,0xff,0x41,0xea,0x04,0x13,0x05,0xb4,0x00,0x33,0xae,0xef,0xff,0xd7,0x03, +0x2e,0xfe,0xc5,0xb6,0x00,0x21,0x7e,0xe0,0xcd,0x03,0x96,0x66,0x66,0x66,0x9f,0xf9, +0x66,0x66,0x66,0x60,0xdc,0x06,0x14,0x08,0x1c,0x0c,0x32,0x80,0x00,0x01,0x06,0x02, +0x12,0x20,0x2b,0x1c,0x00,0x6b,0x1a,0x00,0x0a,0x00,0x10,0x30,0x5d,0x06,0x18,0x40, +0x14,0x00,0x05,0x28,0x00,0x23,0x07,0x99,0x01,0x00,0x24,0x70,0x0c,0x50,0x00,0x32, +0xc0,0x0c,0xf9,0xf7,0x09,0x50,0xaf,0xc0,0x0c,0xf7,0x06,0x11,0x0a,0x61,0x50,0x9f, +0xc0,0x03,0x42,0x08,0xa5,0x03,0x50,0x24,0x30,0x00,0x00,0x0c,0xca,0x13,0x21,0x50, +0x03,0xa3,0x23,0x00,0x7b,0x0a,0x41,0x1f,0xb0,0x00,0x18,0x90,0x1c,0x41,0x70,0x4f, +0xe0,0x0a,0x6d,0x04,0x00,0x3d,0x04,0xb7,0x03,0xfe,0x91,0x00,0x00,0x00,0x5e,0xff, +0xfd,0x20,0x00,0x96,0x21,0x25,0x09,0x94,0x03,0x05,0x15,0xf9,0xfc,0x09,0x13,0xf6, +0xf5,0x07,0x42,0x03,0xff,0x94,0xff,0xe0,0x1e,0xc0,0x0b,0xff,0x21,0xdf,0x84,0x44, +0x44,0xff,0x60,0x00,0x7f,0xfe,0xe1,0x26,0x90,0x03,0xff,0x30,0x04,0xff,0xfe,0x00, +0x6f,0xe0,0x92,0x27,0x30,0x3f,0xff,0xfe,0x0a,0x21,0xf0,0x01,0x0c,0xfa,0x00,0x2f, +0xfe,0xfe,0x00,0x0c,0xf9,0x00,0x2f,0xf5,0x00,0x08,0xb7,0xfe,0x62,0x20,0x40,0xbf, +0xe0,0x00,0x01,0x17,0x0e,0x21,0xef,0xa3,0x78,0x10,0x00,0x21,0x0e,0x01,0x0e,0x18, +0x00,0x0a,0x00,0x01,0x47,0x18,0x01,0x0a,0x00,0x01,0x76,0x0d,0x01,0x0a,0x00,0x32, +0x8f,0xff,0xfc,0x1e,0x00,0x50,0x1b,0xff,0xdb,0xff,0xe5,0x0a,0x00,0xb0,0x19,0xff, +0xfb,0x10,0x8f,0xff,0xd4,0x00,0x06,0xfe,0x4f,0x0c,0x25,0x70,0xef,0xf4,0x00,0x06, +0xfe,0x08,0x91,0x36,0x02,0x11,0x80,0x4b,0x14,0x05,0x51,0x04,0x25,0x5f,0xf7,0x2a, +0x21,0x23,0xfc,0x10,0x30,0x0b,0x31,0xfe,0xff,0xd2,0x09,0x00,0x61,0x2b,0xff,0xe2, +0x5f,0xff,0x70,0xbf,0x04,0xb0,0xfc,0x10,0x04,0xff,0xfe,0x60,0x00,0x29,0xff,0xff, +0x90,0x94,0x05,0x51,0xff,0xb3,0x3f,0xff,0xd3,0x16,0x06,0xf1,0x04,0xff,0xd0,0x09, +0xd5,0x06,0x64,0x00,0x00,0x37,0x70,0x5b,0x30,0x00,0x00,0x0e,0xf9,0x00,0x00,0x7f, +0x36,0x08,0x06,0x0a,0x00,0x24,0x0f,0xf8,0x0a,0x00,0x24,0x1f,0xf7,0x0a,0x00,0x24, +0x6f,0xf4,0x0a,0x00,0x23,0xdf,0xf0,0x0a,0x00,0x00,0x05,0x1e,0x02,0x0a,0x00,0x32, +0x9f,0xfe,0x10,0x0a,0x00,0x11,0x06,0xf6,0x18,0x01,0x14,0x00,0x24,0x5c,0x20,0x0a, +0x00,0x0f,0x01,0x00,0x01,0x00,0x68,0x24,0x21,0x00,0xaf,0x5a,0x02,0x00,0xf9,0x04, +0x33,0xbf,0xd0,0x00,0x2e,0x00,0x21,0xdf,0xc0,0xba,0x05,0x11,0xf0,0xc1,0x24,0x00, +0x5b,0x00,0x41,0xf0,0x00,0x00,0xff,0xf4,0x0b,0x00,0xcc,0x21,0x02,0x3f,0x07,0x42, +0xdf,0xd0,0x00,0x03,0x81,0x03,0x10,0xff,0x85,0x05,0x12,0xb0,0x3d,0x07,0x41,0x50, +0x09,0xff,0xf0,0xa3,0x04,0x51,0xef,0xf2,0x0c,0xff,0xf4,0x22,0x22,0x31,0x4f,0xfc, +0x1f,0x71,0x06,0x81,0x0e,0xfe,0x06,0xff,0xbf,0xfc,0xff,0x10,0xb5,0x26,0x40,0xc7, +0xdf,0xf1,0xef,0xa8,0x27,0xf0,0x13,0xf5,0x00,0x14,0xff,0x90,0x7f,0xf4,0x00,0x02, +0xff,0xf0,0x00,0x1e,0xff,0x30,0x1f,0xfe,0x20,0x0c,0xff,0x80,0x00,0xbf,0xfb,0x00, +0x07,0xff,0xe2,0x4f,0xfe,0x10,0x05,0xff,0xe1,0x49,0x22,0x9f,0x03,0xe5,0x00,0x00, +0x4e,0x40,0x00,0x00,0x0a,0xe1,0x04,0x02,0x21,0x08,0x84,0x7c,0x06,0x71,0xf4,0x00, +0x01,0xff,0x80,0x07,0x70,0x68,0x08,0x40,0x1f,0xf8,0x08,0xff,0x42,0x05,0x00,0x13, +0x00,0x20,0x1e,0xfe,0x15,0x0b,0x00,0x36,0x0d,0x20,0x4f,0xf8,0xd4,0x00,0x10,0x01, +0x61,0x00,0x31,0xe0,0x0a,0xfd,0x49,0x0d,0x20,0x03,0xb2,0xb7,0x25,0x00,0x13,0x00, +0x02,0x68,0x01,0x23,0x1f,0xf8,0x93,0x03,0x00,0x13,0x00,0x11,0x10,0xef,0x00,0x41, +0x1f,0xf8,0x06,0xe8,0xb0,0x02,0x50,0x01,0xff,0xcd,0xff,0xc0,0x96,0x1f,0x00,0x34, +0x06,0x20,0xb3,0x06,0xc4,0x1f,0x70,0x0c,0xff,0xfc,0x40,0x05,0xff,0xed,0xf0,0x29, +0xf0,0x01,0xe5,0x00,0x08,0xff,0xf3,0x1e,0xff,0x40,0x0a,0x80,0x00,0x6e,0xff,0xf5, +0x00,0x3f,0xb0,0x07,0x10,0x04,0xee,0x01,0x20,0x6f,0xd3,0x53,0x00,0x00,0x2a,0x01, +0x00,0x04,0x00,0x32,0x25,0x10,0x00,0x59,0x07,0x00,0x79,0x01,0xc0,0x1c,0xf1,0x00, +0x53,0x10,0x00,0x02,0xff,0x7c,0xf8,0x0d,0xfa,0xd7,0x04,0xf0,0x03,0x09,0xff,0x0a, +0xfc,0x05,0xff,0x23,0xff,0x40,0x00,0x2f,0xf8,0x07,0xff,0x00,0xdf,0x57,0xff,0x37, +0x08,0xd0,0x03,0xff,0x30,0x41,0x0a,0xfd,0x00,0x07,0xff,0xf3,0x00,0xff,0x70,0xf3, +0x06,0x91,0x5f,0xff,0xf3,0x00,0xaf,0xc0,0x00,0x3f,0xf3,0x0a,0x00,0x20,0x5f,0xf2, +0x4b,0x13,0x60,0x0c,0x6f,0xf3,0x00,0x0f,0xf8,0x13,0x05,0x91,0x01,0x1f,0xf3,0x00, +0x09,0xff,0x18,0xff,0x10,0x32,0x24,0x41,0x02,0xff,0xbf,0xf8,0x3c,0x24,0x00,0x73, +0x10,0x13,0xd0,0x0a,0x00,0x32,0x1f,0xff,0x70,0x0a,0x00,0x42,0x01,0xcf,0xff,0xf5, +0x0a,0x00,0x50,0x4e,0xff,0xbf,0xff,0x81,0x0a,0x00,0xa0,0x4b,0xff,0xf5,0x04,0xff, +0xff,0x81,0x00,0x1f,0xf6,0x46,0x1d,0x80,0x3c,0xff,0xe2,0x00,0x1f,0xf3,0x7c,0x40, +0xe3,0x2b,0x09,0x5f,0x25,0x43,0x86,0x10,0x00,0x12,0x51,0x0e,0x32,0x03,0x9f,0xd0, +0x68,0x17,0xd0,0x2d,0xff,0xfb,0x74,0x44,0x44,0x30,0x00,0xef,0x82,0xff,0x71,0x0e, +0x2b,0x06,0xf0,0x06,0x5f,0xf1,0x2f,0xe0,0x00,0xef,0xed,0xef,0xd0,0x0e,0xff,0x02, +0xfe,0x00,0x0e,0xf5,0x05,0xfd,0x08,0xff,0xf0,0x13,0x00,0x44,0x50,0x5f,0xd4,0xff, +0x13,0x00,0x14,0x5f,0x13,0x00,0x24,0xd0,0xe9,0x13,0x00,0x24,0x02,0x4f,0x13,0x00, +0x14,0x04,0x13,0x00,0x62,0x00,0x4f,0xf0,0x3f,0xe4,0xa9,0x13,0x00,0x60,0x07,0xff, +0xff,0xbe,0xf7,0x6a,0x13,0x00,0xf0,0x04,0xef,0xfd,0x71,0xef,0x6f,0xff,0xa0,0x04, +0xff,0x06,0xc4,0x00,0x0e,0xf5,0x9c,0x91,0x00,0x4f,0xf0,0x02,0x0a,0x10,0x50,0x7b, +0x01,0x00,0x73,0x02,0x00,0xdd,0x00,0x05,0x13,0x00,0x0f,0x01,0x00,0x02,0x53,0x8e, +0x80,0x00,0x06,0xff,0xcb,0x0b,0x32,0xec,0x46,0xff,0x33,0x09,0x42,0x33,0xff,0x36, +0xff,0xa2,0x0e,0x32,0x07,0xff,0x17,0x13,0x1d,0x22,0xf6,0x0b,0x6b,0x07,0x42,0x01, +0xef,0xf3,0x1f,0x0a,0x00,0x90,0x0a,0xff,0xf2,0x7f,0xf4,0x49,0xff,0x44,0x44,0x86, +0x01,0x20,0xef,0x80,0x46,0x00,0x00,0xb1,0x1c,0x21,0x19,0x10,0x0a,0x00,0x50,0x08, +0x5f,0xf2,0x44,0x44,0x1e,0x00,0x52,0x40,0x00,0x1f,0xf2,0xdf,0xd5,0x0d,0x09,0x0a, +0x00,0x00,0x1f,0x04,0x01,0x40,0x01,0x01,0xbe,0x0a,0x0f,0x0a,0x00,0x23,0x07,0x01, +0x00,0x11,0x06,0xe1,0x00,0x13,0x41,0x1f,0x10,0x31,0x37,0xaf,0xfd,0xe1,0x0a,0x30, +0x9b,0xef,0xff,0x80,0x04,0x81,0x01,0xff,0xab,0xff,0xff,0xff,0xb6,0x20,0x68,0x1e, +0x21,0x97,0x55,0x89,0x0b,0x10,0x4f,0x54,0x1f,0x01,0x18,0x06,0x14,0xef,0x0a,0x00, +0x23,0x1d,0xff,0x0a,0x00,0x00,0x65,0x05,0xb2,0x36,0x66,0x68,0xff,0x96,0x66,0x61, +0x09,0xc7,0xfe,0x7f,0x43,0x23,0x41,0x01,0x17,0xfe,0x6d,0xcf,0x0d,0x34,0xd3,0x00, +0x07,0x28,0x00,0x0f,0x0a,0x00,0x0e,0xb3,0x02,0x33,0x35,0xff,0x73,0x33,0x30,0x00, +0x07,0xfe,0x0c,0xfa,0x00,0x08,0x0a,0x00,0x05,0xbe,0x00,0x61,0x48,0x30,0x01,0x10, +0x00,0x33,0x25,0x0a,0x51,0xc0,0x0a,0xfb,0x08,0xfc,0x43,0x04,0x40,0x50,0x0e,0xf7, +0x04,0xc6,0x02,0x10,0x0b,0x49,0x02,0x10,0x00,0xe4,0x07,0x51,0x3f,0xf6,0x00,0xdf, +0xb0,0xb2,0x04,0x50,0xdf,0xf3,0x07,0xff,0x30,0x04,0x0c,0x50,0x09,0xff,0xf2,0x4f, +0xfa,0xd8,0x00,0xe2,0x60,0x6f,0xff,0xf6,0xff,0xf5,0x33,0x33,0x35,0xff,0xf6,0x3f, +0xff,0xf3,0x68,0x01,0x60,0xd1,0x0a,0x7f,0xf2,0x45,0xdf,0x5a,0x0b,0x10,0x30,0x48, +0x2d,0x30,0x03,0xff,0x20,0xfe,0x02,0x20,0x2f,0xf2,0xd4,0x13,0x21,0x2f,0xf2,0x0a, +0x00,0x40,0x09,0xfc,0x00,0x3f,0x58,0x2c,0x01,0x56,0x0a,0x20,0x4f,0xf0,0x0a,0x00, +0x00,0x52,0x03,0x11,0x6f,0x0a,0x00,0x60,0x02,0xef,0xb0,0x00,0x8f,0xd0,0x0a,0x00, +0x40,0x3d,0xff,0x21,0x44,0xb1,0x04,0x51,0x2f,0xf3,0xdf,0xf5,0x01,0x9b,0x2c,0x7a, +0x2f,0xf2,0x2d,0x30,0x00,0xbe,0xc7,0x86,0x01,0x06,0xc9,0x13,0x81,0x0c,0xe6,0x00, +0x9f,0xd0,0x8c,0x10,0x00,0x58,0x14,0x51,0x9f,0xe2,0xef,0xe2,0x00,0x61,0x05,0x70, +0x8f,0xe0,0x2d,0xff,0x10,0x00,0x03,0xdb,0x06,0x30,0xf0,0x01,0xd6,0x8f,0x1f,0x00, +0xa7,0x0c,0x90,0x46,0x89,0xa0,0x00,0x8f,0xfe,0x49,0xac,0xef,0xd1,0x07,0x22,0x04, +0xff,0x72,0x01,0xf0,0x0a,0xdb,0xa0,0x2f,0xff,0xfe,0x4c,0xa8,0x8f,0xf6,0x00,0x52, +0x00,0x0d,0xfd,0xfe,0x00,0x00,0x0f,0xf6,0x03,0xff,0x60,0x05,0x98,0xfe,0x26,0x06, +0x22,0x0c,0xfe,0x68,0x01,0x42,0x0b,0xfc,0x9f,0xf5,0x0a,0x00,0x11,0x08,0xce,0x0a, +0x20,0x07,0xfe,0x3a,0x01,0x13,0xfb,0x86,0x01,0x50,0x1a,0xff,0xd1,0x07,0x60,0x0a, +0x00,0xf0,0x10,0x04,0xef,0xff,0xe0,0x09,0xf8,0x00,0x07,0xfe,0x04,0xcf,0xff,0xcf, +0xf6,0x0b,0xf7,0x00,0x07,0xfe,0x5f,0xff,0xe4,0x0d,0xff,0x8f,0xf4,0x00,0x07,0xfe, +0x0a,0xf7,0xb9,0x12,0x00,0x4b,0x15,0x00,0xd9,0x2d,0x29,0x3d,0xfe,0xe8,0x03,0x71, +0x5c,0x70,0x00,0x1c,0xa2,0x00,0x00,0x70,0x0e,0x00,0x87,0x01,0x01,0x1f,0x05,0x13, +0x4e,0xce,0x0a,0x33,0x0c,0xfd,0x0f,0x0a,0x00,0x40,0x5f,0xf5,0x03,0x33,0xd7,0x0d, +0x00,0xd9,0x15,0x21,0x11,0x15,0x33,0x10,0x33,0x0b,0xff,0xf3,0xf9,0x0e,0x15,0x8f, +0x0a,0x00,0xf1,0x04,0x3f,0xef,0xf2,0x11,0x3f,0xf5,0x11,0x11,0x11,0x10,0x0a,0x4f, +0xf2,0x00,0x7f,0xf4,0x33,0x33,0x31,0x72,0x01,0x10,0xcf,0x0d,0x14,0x51,0x40,0x00, +0x2f,0xf2,0x01,0x17,0x14,0x10,0x10,0x9e,0x01,0x00,0x46,0x18,0x21,0xe2,0x00,0x0a, +0x00,0x42,0x73,0x1d,0xff,0x30,0xae,0x01,0x00,0x95,0x1c,0x01,0x0a,0x00,0x12,0x02, +0x94,0x0d,0x00,0x1e,0x00,0x11,0x08,0xc4,0x04,0x01,0x32,0x00,0x24,0x4f,0xfd,0x0a, +0x00,0x2a,0x03,0xd1,0x9a,0x01,0x51,0x3a,0x60,0x00,0x0b,0xa8,0xd6,0x06,0x13,0xc0, +0x39,0x23,0x22,0xdf,0x70,0xca,0x16,0xc2,0x04,0xff,0x24,0x44,0xcf,0xf5,0x44,0x44, +0x00,0x0b,0xfc,0x0e,0x95,0x14,0x23,0x3f,0xf7,0x09,0x00,0x40,0xdf,0xf6,0x0e,0xf7, +0xd9,0x04,0x23,0x09,0xff,0x09,0x00,0x14,0x5f,0x09,0x00,0xc3,0x2f,0xef,0xf6,0x0e, +0xfa,0x66,0x66,0x6b,0xfe,0x07,0x3e,0xf6,0x2d,0x00,0x17,0x0e,0x09,0x00,0x01,0x24, +0x00,0x0f,0x09,0x00,0x03,0x01,0x36,0x00,0x09,0x2d,0x00,0x04,0x09,0x00,0xd2,0x0d, +0xe6,0x00,0x00,0x06,0xcb,0x00,0x00,0x08,0x30,0x00,0x08,0xd6,0x21,0x11,0x43,0x20, +0x00,0xcf,0xc0,0x67,0x15,0x02,0x2e,0x11,0xc2,0x6f,0xf3,0x45,0x55,0x8e,0x95,0x55, +0x51,0x00,0x0e,0xfb,0x0d,0xcf,0x09,0x40,0x09,0xff,0x70,0xce,0xa7,0x09,0x10,0xe4, +0x87,0x2d,0xb0,0x03,0x30,0x00,0x06,0x41,0x03,0xff,0xff,0x70,0x09,0xfa,0x7a,0x29, +0x60,0x1f,0xff,0xf7,0x00,0x6f,0xe0,0xbf,0x12,0x51,0x86,0xef,0x70,0x03,0xff,0x9a, +0x04,0x01,0x56,0x30,0x00,0x06,0x01,0x81,0x00,0xef,0x70,0x00,0xef,0x70,0x0b,0xf9, +0x13,0x00,0x20,0x0c,0xf9,0x23,0x05,0x00,0x13,0x00,0x41,0xaf,0xb0,0x1f,0xf2,0x13, +0x00,0x40,0x08,0xd7,0x05,0xfe,0x7b,0x00,0xb3,0x73,0x55,0x55,0x55,0xbf,0xc5,0x55, +0x00,0x0e,0xf7,0x8f,0x4e,0x11,0x33,0xef,0x78,0xff,0xb4,0x00,0x15,0xf7,0x60,0x01, +0x10,0x46,0x9e,0x00,0x22,0x15,0x91,0x07,0x2d,0x40,0x35,0x9c,0xff,0xfc,0x59,0x01, +0x10,0x49,0x7c,0x03,0xa1,0xc8,0x20,0x00,0x0a,0xfe,0x0e,0xff,0xfd,0xbf,0xf4,0x9d, +0x04,0x60,0x0e,0xf6,0x00,0x0f,0xf4,0x00,0xb6,0x22,0x50,0x0e,0xf5,0x00,0x0f,0xf5, +0x27,0x00,0x00,0x0a,0x00,0x20,0x0e,0xf5,0xaf,0x2c,0xc2,0xf5,0x0e,0xf8,0x55,0x5e, +0xf9,0x55,0x40,0x6f,0xff,0xf5,0x0e,0x8f,0x0a,0xc0,0x0e,0xae,0xf5,0x0e,0xfe,0xdd, +0xdf,0xff,0xdd,0xb0,0x05,0x0e,0x28,0x00,0x11,0x08,0x4b,0x08,0x00,0x0a,0x00,0x24, +0x06,0xfd,0x0a,0x00,0x24,0x04,0xff,0x0a,0x00,0x32,0x01,0xff,0x21,0x0a,0x00,0x51, +0x07,0xe2,0xdf,0x66,0xb1,0x0a,0x00,0xff,0x13,0x27,0xf9,0x9f,0xb9,0xf2,0x00,0x0e, +0xf5,0x1f,0xff,0xf6,0xef,0x5f,0xff,0xe0,0x00,0x0e,0xf5,0x7f,0xff,0xf5,0x8f,0x7c, +0xff,0x90,0x00,0x0e,0xf5,0x1e,0x83,0x00,0x29,0x21,0xab,0x36,0x0d,0x04,0x41,0x4a, +0x50,0x00,0x18,0xad,0x09,0x00,0xb8,0x03,0x22,0x0e,0xfc,0xe0,0x15,0x10,0x70,0x6a, +0x10,0x01,0x39,0x11,0xb2,0x22,0x22,0x23,0xe9,0x42,0x22,0x20,0x00,0x2f,0xfa,0x4f, +0x31,0x16,0x33,0x00,0xcf,0xf7,0x0a,0x00,0xb0,0x08,0xff,0xf6,0x01,0x11,0x17,0xff, +0x11,0x11,0x10,0x4f,0x76,0x0a,0x03,0x1a,0x06,0x04,0x0a,0x00,0xe3,0x08,0x7f,0xf6, +0x02,0x44,0x49,0xff,0x54,0x44,0x10,0x00,0x0f,0xf6,0x09,0xfe,0x0e,0x08,0x0a,0x00, +0x04,0xde,0x05,0x0f,0x0a,0x00,0x03,0x40,0x12,0x22,0x27,0xff,0x71,0x0c,0x33,0x0f, +0xf6,0xbf,0xb8,0x15,0x08,0x0a,0x00,0x02,0x41,0x11,0x82,0x10,0x00,0x00,0xba,0x30, +0x00,0x0b,0xf8,0xb4,0x00,0x13,0x50,0x0a,0x00,0x33,0x0a,0xfe,0x00,0x0a,0x00,0x60, +0x1f,0xf9,0x34,0x44,0x4d,0xfb,0x9c,0x06,0x32,0x8f,0xf3,0xcf,0x8e,0x05,0x53,0x02, +0xff,0xf1,0xcf,0xff,0x4c,0x34,0x10,0xf1,0xca,0x09,0x10,0xf1,0xf6,0x12,0x31,0xf1, +0x00,0x09,0xca,0x15,0x70,0x2f,0xef,0xf1,0x00,0x1f,0xfd,0xfc,0x67,0x04,0xf0,0x03, +0x4f,0xf1,0x00,0x9f,0xab,0xf9,0xcf,0x70,0x00,0x00,0x2f,0xf1,0x02,0xff,0x3b,0xf8, +0x5f,0xe1,0x0a,0x00,0x60,0x0c,0xfb,0x0b,0xf8,0x0d,0xfb,0x7c,0x03,0x40,0x9f,0xf2, +0x0b,0xf8,0xba,0x2c,0x30,0x2f,0xf9,0xff,0xfe,0x01,0x00,0xcf,0x25,0x20,0xf4,0xeb, +0x2f,0x0d,0xf4,0x00,0x4e,0xb0,0x00,0x2f,0xf1,0x31,0x02,0x2c,0xfa,0x22,0x03,0x10, +0x00,0x2f,0xf1,0x8c,0x00,0x0a,0x0a,0x00,0x2b,0x0a,0xe8,0x86,0x01,0x62,0x4e,0x91, +0x01,0xd9,0x20,0x00,0x7b,0x0a,0x02,0x31,0x14,0x00,0x6b,0x0c,0x23,0x0d,0xfa,0xbf, +0x12,0x20,0x10,0x3f,0xd5,0x14,0x10,0xe2,0xa0,0x09,0x12,0xaf,0x04,0x01,0xe0,0xcf, +0xf6,0x03,0xff,0x7f,0xfb,0x55,0x55,0x51,0x08,0xff,0xf6,0x0d,0xfb,0x7b,0x10,0x00, +0x50,0x24,0xd0,0xaf,0xf3,0x0e,0xf9,0x33,0x33,0x20,0x1f,0xff,0xf6,0x5f,0x80,0x0e, +0xf9,0x0f,0x51,0x08,0x7f,0xf6,0x04,0x00,0x0a,0x00,0x01,0x5e,0x01,0x02,0xa3,0x10, +0x0b,0x0a,0x00,0x01,0xd6,0x01,0x04,0x0a,0x00,0x12,0xf0,0x0a,0x00,0x10,0xfa,0x67, +0x2e,0x0e,0x32,0x00,0x0e,0x0a,0x00,0x0f,0x81,0x0e,0x06,0x20,0x5f,0x90,0x75,0x06, +0x11,0x00,0x22,0x2d,0x02,0x0a,0x00,0x00,0x2f,0x0b,0x03,0x14,0x07,0x21,0x0c,0xfd, +0x14,0x31,0x01,0x59,0x25,0xf2,0x06,0x12,0x22,0x2a,0xfd,0x22,0x22,0x20,0x01,0xef, +0xf5,0x03,0x33,0x3a,0xfd,0x33,0x33,0x10,0x0c,0xff,0xf5,0x2f,0x2d,0x0d,0xf4,0x07, +0x9f,0xff,0xf5,0x2f,0xfb,0xbe,0xff,0xbb,0xef,0x80,0x4f,0xae,0xf5,0x2f,0xf0,0x09, +0xfc,0x00,0xbf,0x80,0x06,0x0e,0x14,0x00,0x23,0x00,0x0e,0x28,0x00,0x00,0x0a,0x00, +0x70,0x06,0xa3,0x3e,0xfa,0x33,0x33,0x10,0xee,0x02,0x20,0xf9,0x2f,0x28,0x12,0x00, +0x4f,0x09,0x42,0xff,0xcf,0xf1,0x00,0x20,0x09,0x33,0x7f,0xff,0xb0,0x0a,0x00,0x21, +0x5f,0xff,0x30,0x11,0x30,0x0e,0xf6,0x6c,0xd8,0x30,0x90,0xda,0x71,0x00,0x0e,0xf5, +0xdf,0xfd,0x20,0x4c,0xf4,0x2d,0x20,0x0e,0xf5,0x36,0x2f,0x62,0x26,0x9d,0x30,0x00, +0x0a,0xb4,0x2c,0x09,0x40,0x40,0x00,0xff,0x6f,0x40,0x1a,0xf0,0x45,0x0e,0xf4,0x00, +0x5f,0xf1,0xff,0xff,0xff,0xbb,0xf1,0xef,0x40,0x0b,0xf9,0x03,0xcf,0x93,0x32,0xcf, +0x1e,0xf4,0x02,0xff,0x50,0x0f,0xf5,0x00,0x0c,0xf1,0xef,0x40,0xaf,0xf4,0x04,0xff, +0xa9,0x94,0xcf,0x1e,0xf4,0x4f,0xff,0x40,0x8f,0xff,0xff,0x7c,0xf1,0xef,0x4a,0xff, +0xf4,0x0d,0xfb,0x8e,0xf5,0xcf,0x1e,0xf4,0x3f,0xff,0x44,0xff,0x20,0xef,0x3c,0xf1, +0xef,0x40,0x6e,0xf5,0xdf,0xc0,0x2f,0xf0,0xcf,0x1e,0xf4,0x00,0xef,0x9f,0xf6,0xc8, +0xfd,0x39,0x00,0x61,0x0e,0xf4,0x5a,0xbf,0xff,0x80,0x13,0x00,0x42,0x40,0x01,0xcf, +0xf3,0x13,0x00,0x60,0x00,0x09,0xfe,0x00,0x68,0x0e,0x13,0x00,0x10,0x02,0xc1,0x0a, +0x01,0x13,0x00,0x00,0xc6,0x26,0x01,0x13,0x00,0xa0,0xbf,0xf5,0x00,0x04,0x66,0xff, +0x30,0x0e,0xf4,0x2e,0x39,0x0d,0x00,0xa6,0x04,0x79,0x40,0x49,0x00,0x00,0x02,0xdc, +0xa3,0x7d,0x01,0x71,0x8d,0x70,0x3f,0xf1,0x00,0xff,0x50,0x57,0x14,0x02,0x0a,0x00, +0x00,0x39,0x0e,0x03,0x0a,0x00,0x20,0x0d,0xfc,0xc2,0x12,0x20,0xff,0x50,0x24,0x21, +0x12,0x5f,0xcb,0x03,0x33,0x01,0xff,0xf3,0x0a,0x00,0xb0,0x0c,0xff,0xf3,0x13,0x6f, +0xf5,0x33,0xff,0x73,0x30,0x7f,0x89,0x26,0x01,0x32,0x00,0x24,0x1f,0xef,0x0a,0x00, +0x23,0x07,0x3f,0x0a,0x00,0x00,0x43,0x0b,0x05,0xe5,0x09,0x07,0x0a,0x00,0x11,0x55, +0x01,0x00,0x10,0x50,0x6b,0x0b,0x42,0x08,0x50,0x00,0x28,0x75,0x0b,0x50,0x7f,0xf3, +0x01,0xff,0xa0,0x0a,0x00,0x11,0x04,0xc2,0x21,0x00,0x0a,0x00,0x20,0x5f,0xfd,0xcd, +0x08,0x71,0x30,0x00,0x1f,0xf4,0xdf,0xd1,0x00,0x91,0x16,0x40,0x1f,0xf3,0x1b,0x10, +0x8f,0x04,0x16,0x10,0x5e,0x08,0x11,0x03,0xc1,0x13,0x00,0x6d,0x25,0x21,0x7f,0xac, +0xa2,0x1a,0xf0,0x0b,0xbf,0x30,0x0b,0xf6,0xcf,0xba,0xab,0xfd,0x2f,0xab,0xf3,0x00, +0xff,0x2c,0xf1,0x43,0x1f,0xd2,0xfa,0xbf,0x30,0x5f,0xf1,0xcf,0x1e,0xc1,0x13,0x00, +0x50,0x0b,0xff,0x1c,0xf1,0xec,0x13,0x00,0x24,0x32,0xff,0x13,0x00,0x14,0xaf,0x13, +0x00,0x15,0x35,0x13,0x00,0x23,0x08,0xdf,0x13,0x00,0x24,0x30,0x0d,0x13,0x00,0x54, +0x00,0xdf,0x1c,0xf1,0xfc,0x13,0x00,0x23,0x1f,0xb1,0x13,0x00,0x23,0xf3,0xf9,0x13, +0x00,0xf0,0x00,0x23,0x6f,0x55,0x11,0x02,0x1b,0xf3,0x00,0xdf,0x10,0x0d,0xf8,0xf9, +0x00,0x00,0x13,0x00,0x40,0x0a,0xf8,0x0c,0xf6,0x6b,0x35,0xf8,0x03,0xdf,0x2c,0xfc, +0x00,0x1f,0xf1,0x5f,0xff,0x10,0x0d,0xf1,0x99,0x00,0x00,0x68,0x01,0xfe,0x70,0x86, +0x01,0x15,0x20,0x30,0x09,0x70,0xfe,0x40,0x00,0x69,0x0f,0xf5,0x13,0xec,0x06,0x90, +0x35,0xaf,0xff,0x9f,0xf5,0xef,0x10,0x00,0x0d,0x53,0x24,0xf1,0x0c,0x5f,0xf5,0xaf, +0x80,0x00,0x3f,0xf7,0xfd,0xcf,0xd0,0x0e,0xf5,0x3f,0xe0,0x00,0xaf,0xf0,0x00,0x5f, +0xd0,0x0e,0xf5,0x0d,0xa1,0x03,0xff,0xe0,0x0a,0x00,0x00,0xb4,0x15,0x13,0xe8,0xaa, +0x1b,0x15,0x7f,0x0a,0x00,0xc0,0x5f,0xff,0xe0,0x11,0x6f,0xe1,0x1c,0xf8,0x22,0x10, +0x0d,0x7f,0x28,0x00,0xf0,0x03,0x0a,0xf9,0x7f,0xa0,0x01,0x5f,0xe0,0x00,0x5f,0xfb, +0xc9,0xfa,0xef,0x70,0x00,0x5f,0xe3,0x8c,0x26,0x27,0x00,0xf3,0x1d,0x50,0xe6,0xff, +0xff,0xf9,0x45,0xda,0x04,0x70,0x5f,0xe2,0xea,0xaf,0xd0,0x03,0xff,0x57,0x36,0x00, +0x32,0x00,0x42,0x08,0xff,0x52,0x90,0x0a,0x00,0xf0,0x07,0x8f,0xff,0x74,0xf7,0x00, +0x5f,0xe0,0x22,0x7f,0xdb,0xff,0xcf,0xe9,0xf5,0x00,0x5f,0xe0,0xdf,0xff,0xb6,0xf6, +0x1e,0x99,0x03,0x79,0xe0,0x7f,0xea,0x10,0x20,0x04,0xef,0xd2,0x00,0x25,0x2a,0x50, +0xd0,0x10,0x11,0xe6,0x8c,0x00,0x00,0xd7,0x0d,0x13,0x76,0x0a,0x00,0x40,0x0a,0xfe, +0x06,0xfd,0xf2,0x11,0x40,0x10,0x00,0x2f,0xf8,0xb6,0x06,0x00,0xd6,0x0a,0x40,0xdf, +0xf5,0x06,0xfe,0x5c,0x17,0x20,0x10,0x0a,0xf3,0x21,0x01,0x28,0x00,0x15,0x7f,0x0a, +0x00,0x23,0x4f,0xef,0xd5,0x09,0x80,0x00,0x0b,0x3e,0xf5,0x23,0x33,0x39,0xff,0x75, +0x04,0x33,0x0e,0xf5,0xbf,0x4e,0x02,0x35,0x0e,0xf5,0xaf,0x0a,0x00,0x52,0x00,0x02, +0xef,0xff,0xf8,0xc1,0x03,0x10,0x1e,0x40,0x06,0x00,0x0a,0x00,0x60,0x01,0xdf,0xe9, +0xfe,0x8f,0xf4,0x0a,0x00,0x50,0x5e,0xff,0x37,0xfe,0x0c,0x07,0x04,0x70,0xf8,0xff, +0xf5,0x07,0xfe,0x01,0xdf,0x68,0x07,0x10,0x6e,0x5f,0x38,0x20,0x1d,0x90,0x28,0x00, +0x08,0x83,0x0b,0x0c,0x01,0x00,0x52,0x8a,0x40,0x00,0x19,0xd1,0x67,0x13,0x11,0x60, +0x97,0x10,0x02,0x92,0x00,0x12,0x07,0xf5,0x30,0xc3,0xf8,0xce,0xee,0xee,0xfe,0xee, +0xee,0xe0,0x00,0x6f,0xf3,0xdf,0x39,0x16,0x25,0xef,0xf3,0xc5,0x1b,0xb1,0xf3,0x05, +0xdd,0xdd,0xdd,0xdd,0xd7,0x00,0x6f,0xff,0xf3,0xd2,0x00,0x54,0xf9,0x00,0x2f,0xbe, +0xf3,0x80,0x13,0x12,0x1e,0x14,0x00,0x00,0xdf,0x20,0x11,0xf3,0x61,0x12,0x10,0xe8, +0x0a,0x00,0x04,0x77,0x00,0x12,0x0e,0x8c,0x25,0x12,0xfc,0x0a,0x00,0x41,0xee,0xee, +0xef,0xfd,0x0a,0x00,0x4c,0xf4,0x00,0x00,0x04,0x0a,0x00,0x55,0xfe,0xdd,0xdd,0xde, +0xfd,0x32,0x00,0x01,0x0a,0x00,0xe2,0x0a,0xe4,0x00,0x00,0x04,0xdb,0x00,0x00,0x00, +0xa7,0x20,0x00,0x2d,0x91,0xff,0x06,0x22,0x30,0x00,0xa0,0x0e,0x40,0x09,0xfd,0x00, +0x02,0x9e,0x14,0x10,0x50,0xfa,0x19,0x11,0x0c,0x0b,0x13,0x00,0x7a,0x19,0x50,0xbf, +0xff,0x30,0x0c,0xfb,0xcf,0x20,0xc1,0x04,0xff,0xcf,0xf3,0xaf,0xe2,0x00,0x08,0xff, +0xe0,0xff,0x38,0xd7,0x29,0xf0,0x23,0x4f,0xff,0xe0,0xff,0x00,0x4a,0xff,0xfe,0x61, +0x00,0x6f,0xff,0xe0,0xff,0x8e,0xff,0xfa,0xdf,0xff,0xc3,0x0e,0xbf,0xe0,0xff,0xdf, +0xe9,0x14,0x46,0xcf,0xc0,0x03,0x5f,0xe0,0xff,0x33,0x03,0xaf,0xd2,0x01,0x20,0x00, +0x5f,0xe0,0xff,0x05,0xdf,0xfa,0x06,0x40,0x00,0x0a,0x00,0x51,0x01,0xd9,0x22,0xaf, +0xd1,0x0a,0x00,0x61,0x00,0x26,0xbf,0xfa,0x14,0x00,0x1e,0x00,0xe0,0xff,0xf9,0x32, +0xcf,0xc0,0x00,0x5f,0xe0,0x99,0x00,0x85,0x02,0x9f,0xfe,0x32,0x00,0x62,0x00,0x01, +0x48,0xdf,0xff,0x91,0x76,0x02,0x10,0xff,0x8d,0x34,0x00,0x0a,0x00,0x3b,0x0b,0xc8, +0x40,0x86,0x01,0x52,0xb7,0x10,0x00,0x03,0xcc,0xc8,0x00,0xb3,0x21,0x11,0x13,0xff, +0x31,0x11,0x10,0x00,0x09,0xfb,0xdf,0x7d,0x14,0x24,0x0f,0xf6,0x0a,0x00,0x60,0x6f, +0xf1,0xdf,0x30,0x27,0x20,0x42,0x0d,0xf0,0x0e,0xdf,0xe0,0xdf,0x30,0x8f,0x60,0x01, +0xfe,0x00,0x07,0xff,0xe0,0xdf,0x30,0xdf,0x20,0x01,0xfe,0x00,0x2f,0xff,0xe0,0xdf, +0x33,0xfe,0xbf,0xff,0xff,0xf5,0x0a,0x00,0xc0,0x4c,0xfd,0xae,0xef,0xff,0xe5,0x0a, +0xaf,0xe0,0xef,0xaf,0xfd,0x8c,0x3b,0xf2,0x03,0x01,0x4f,0xe0,0xef,0xef,0xfd,0x6e, +0x11,0xfe,0x00,0x00,0x4f,0xe0,0xff,0x6d,0xfd,0x6f,0x91,0x0a,0x00,0x42,0x02,0xfd, +0x0e,0xf2,0x0a,0x00,0x40,0x01,0xfd,0x07,0xf9,0x0a,0x00,0x60,0xe2,0xfe,0x01,0xfd, +0x01,0x92,0x0a,0x00,0x41,0xe4,0xfc,0x01,0xfd,0xc8,0x3b,0x70,0x4f,0xe8,0xf9,0x01, +0xfd,0x00,0x13,0x0a,0x00,0x70,0xec,0xf4,0x01,0xfd,0x00,0xff,0xfc,0x28,0x00,0x6d, +0xb0,0x01,0xdc,0x00,0x9d,0xa2,0x52,0x02,0x12,0x31,0x16,0x32,0x13,0x60,0x37,0x0a, +0x00,0xd9,0x19,0x22,0x0a,0xfb,0x71,0x0f,0x22,0x4f,0xff,0x81,0x27,0x33,0x0d,0xfb, +0x1f,0x0a,0x00,0xc0,0x5f,0xf5,0x02,0x7d,0x62,0x22,0x6e,0xa2,0x10,0x00,0xef,0xf2, +0x04,0x14,0x20,0x9f,0xc0,0xb7,0x2f,0x30,0x00,0x5f,0xf0,0xa8,0x0a,0xd3,0x5f,0xff, +0xf2,0x22,0x4f,0xb3,0x25,0xff,0x32,0x20,0x2f,0xff,0xf2,0x3b,0x07,0x24,0x09,0x5f, +0x0a,0x00,0x02,0x01,0x0c,0x02,0x67,0x14,0x22,0xf2,0x05,0x59,0x19,0x0a,0x0a,0x00, +0x43,0xfe,0x11,0x11,0x1e,0x0a,0x00,0x00,0xb1,0x1b,0x04,0x0a,0x00,0x2f,0x0e,0xf7, +0x32,0x00,0x07,0x85,0x00,0x00,0x0c,0xe7,0x00,0x00,0x03,0x61,0xe7,0x03,0xa0,0xd7, +0x77,0x77,0x76,0x00,0x0d,0xf4,0x00,0x1f,0xf8,0x25,0x00,0xf0,0x2f,0xf5,0xdf,0x40, +0x06,0xfe,0x16,0xef,0xa6,0x76,0x7f,0x5d,0xf4,0x00,0xcf,0x80,0x2f,0xf1,0xac,0x07, +0xf5,0xdf,0x40,0x5f,0xf4,0x09,0xf8,0x0b,0xf6,0x7f,0x5d,0xf4,0x0d,0xff,0x45,0xff, +0xdf,0xff,0xe7,0xf5,0xdf,0x49,0xff,0xf4,0x6f,0xff,0xeb,0xdf,0xdf,0x5d,0xf4,0x9f, +0xff,0x41,0x94,0x53,0x04,0x99,0xf5,0xdf,0x42,0xee,0xf4,0x9b,0x35,0xb0,0x7f,0x5d, +0xf4,0x02,0xdf,0x43,0x56,0xff,0x75,0x57,0xf5,0xf3,0x3d,0x40,0x8f,0xff,0xff,0xfe, +0x4c,0x00,0x61,0xdf,0x44,0x99,0xff,0xa9,0x87,0x13,0x00,0x00,0x26,0x00,0xf0,0x00, +0x6d,0x4d,0xf4,0x00,0xdf,0x40,0x00,0xff,0x89,0xc1,0x00,0xdf,0x40,0x0d,0xf5,0xe0, +0x0f,0xf0,0x05,0x20,0x0d,0xf4,0x00,0xdf,0x4f,0xff,0xfd,0xa7,0x42,0x44,0xff,0x30, +0x0d,0xf4,0x77,0x30,0x00,0x00,0x3f,0x38,0x24,0x01,0x4b,0x02,0x29,0xbb,0x93,0x83, +0x01,0x42,0x5b,0x60,0x00,0x04,0x70,0x16,0x70,0xdf,0xa1,0x11,0x16,0xff,0x21,0x11, +0x66,0x36,0x13,0x6f,0xc0,0x0a,0x33,0x0c,0xfc,0x3f,0x0a,0x00,0x10,0x4f,0x60,0x05, +0x21,0xf6,0x00,0x71,0x29,0x60,0x04,0xbb,0xbf,0xfc,0xbb,0xb9,0x7f,0x24,0x12,0x05, +0x67,0x03,0xb5,0x5f,0xff,0xf0,0x05,0xfb,0x00,0x00,0x05,0xfd,0x00,0x1f,0x14,0x00, +0x90,0x07,0x5f,0xf0,0x05,0xfe,0xaa,0xaa,0xac,0xfd,0xdb,0x3b,0x52,0x05,0xfc,0x33, +0x33,0x38,0x0a,0x00,0x02,0x99,0x03,0x00,0x0a,0x00,0x42,0xfd,0x44,0x44,0x48,0x0a, +0x00,0x4c,0xfe,0x99,0x99,0x9b,0x1e,0x00,0x02,0x50,0x00,0x08,0x0a,0x00,0x12,0xf1, +0xd3,0x05,0x17,0xf5,0x0a,0x00,0x61,0x00,0x3a,0x50,0x00,0x07,0xc7,0x62,0x04,0x11, +0xfd,0x3f,0x26,0x00,0x16,0x03,0x11,0x7e,0xd7,0x1e,0x43,0x70,0x00,0xbf,0xe1,0x43, +0x1b,0x41,0x4f,0xf7,0x0f,0xf2,0xde,0x0d,0xc2,0x1e,0xff,0x30,0xff,0x64,0x44,0x44, +0x4e,0xf7,0x0c,0xff,0xf3,0xa7,0x0e,0xf1,0x00,0x77,0xff,0xff,0x31,0xff,0x98,0x88, +0x88,0x88,0x84,0x1f,0xcf,0xf3,0x1f,0xfa,0xf9,0x16,0x42,0x61,0xff,0x32,0xff,0x71, +0x04,0xf0,0x02,0x0f,0xf3,0x3f,0xee,0xe4,0xf6,0xae,0x4f,0xc0,0x00,0xff,0x34,0xfc, +0xee,0x2f,0x48,0xe1,0x13,0x00,0xc3,0x6f,0xae,0xfb,0xfb,0xdf,0xaf,0xc0,0x00,0xff, +0x39,0xf9,0xef,0x26,0x00,0xb3,0xcf,0x6e,0xe4,0xf6,0xae,0x3f,0xc0,0x00,0xff,0x5f, +0xf2,0x26,0x00,0xf8,0x0c,0xfa,0xfe,0x0e,0xe2,0xf4,0x8e,0x1f,0xc0,0x00,0xff,0x9f, +0x90,0xee,0x2e,0x48,0xde,0xfa,0x00,0x0f,0xf3,0x32,0x0e,0xe0,0x00,0x00,0x9b,0x20, +0x7d,0x01,0x21,0x58,0x30,0xdf,0x0d,0x00,0x9d,0x00,0xc2,0xc5,0x55,0x5a,0xff,0x75, +0x55,0x51,0x00,0x04,0xff,0xaf,0xff,0x50,0x1b,0x31,0x0c,0xfb,0x49,0x8a,0x17,0x42, +0x92,0x00,0x4f,0xf4,0xcf,0x19,0x00,0xe5,0x15,0x12,0x03,0x68,0x0d,0x51,0x09,0xff, +0xf0,0x03,0xff,0xaa,0x16,0x23,0x5f,0xff,0x14,0x00,0x00,0x7d,0x01,0x11,0x02,0xf8, +0x17,0x51,0x00,0x08,0x6f,0xf0,0x9a,0xae,0x19,0x52,0xa5,0x00,0x3f,0xf0,0xef,0x07, +0x01,0x00,0x0a,0x00,0x51,0x42,0x22,0x22,0x22,0x2b,0x0a,0x00,0x60,0xdc,0xcc,0xcc, +0xcc,0xce,0xf7,0x76,0x3d,0x12,0xdf,0x4a,0x01,0x24,0x3f,0xf0,0x79,0x18,0x02,0x0a, +0x00,0x12,0x20,0x0a,0x00,0x23,0x01,0x16,0x0a,0x00,0x00,0x76,0x3b,0x03,0xa8,0x3d, +0x32,0x09,0xee,0xb4,0x8a,0x04,0x60,0x12,0x81,0x0e,0xf7,0x01,0x83,0xae,0x03,0x50, +0x2e,0xfb,0x0e,0xf7,0x0b,0xff,0x0f,0x61,0xfb,0x04,0xff,0x3e,0xf7,0x5f,0x32,0x26, +0x93,0xab,0xfe,0xbf,0xfd,0xbd,0xeb,0xb0,0x00,0x9f,0x82,0x00,0xc5,0xe0,0x02,0xff, +0xf0,0xef,0x83,0x33,0x33,0x33,0x9f,0xe0,0x0b,0x0a,0x00,0x41,0x6f,0xff,0xf0,0x5a, +0x6d,0x19,0x43,0x60,0x4f,0xff,0xf0,0x5e,0x03,0x35,0x0b,0x8f,0xf0,0x1a,0x0b,0x14, +0xf4,0xeb,0x01,0x07,0x0a,0x00,0x80,0xf1,0x44,0x5e,0xff,0x54,0x6e,0x74,0x41,0xfb, +0x03,0x21,0x7f,0xf6,0xa2,0x1f,0x30,0x5f,0xf0,0x03,0x9c,0x2a,0x10,0xf8,0x0a,0x00, +0xb3,0x3e,0xff,0x77,0x9a,0xbf,0xff,0x20,0x00,0x5f,0xf0,0xaf,0xd2,0x1b,0x80,0x5f, +0xf0,0x5f,0xff,0xec,0xb9,0x86,0x9f,0x2d,0x04,0x20,0x06,0x20,0xa5,0x3a,0x08,0xd1, +0x10,0x20,0x0c,0xc2,0x41,0x0c,0x20,0x00,0x27,0x11,0x12,0x10,0x92,0x0a,0x00,0x70, +0x8f,0xb0,0x00,0x7f,0xb9,0xfe,0x14,0xe3,0x1a,0x60,0x30,0x00,0xdf,0x60,0xbf,0xc4, +0x18,0x25,0x00,0x2b,0x12,0x50,0x1d,0x50,0x02,0xff,0x2f,0x43,0x31,0xd1,0x20,0x00, +0x05,0x57,0xff,0xcf,0xe5,0x50,0x4f,0xff,0x9f,0xff,0x3e,0x62,0x04,0xf0,0x03,0xbf, +0xff,0xaf,0xff,0x3a,0xbb,0xff,0xfb,0xbb,0xb1,0x6f,0xff,0x55,0xdf,0x30,0x07,0xff, +0x90,0x96,0x2c,0xd1,0x20,0xcf,0x30,0x7f,0xfe,0x21,0x11,0x00,0x00,0xdf,0x20,0xcf, +0x4b,0xcd,0x0d,0x00,0x0a,0x00,0x42,0x5e,0xff,0xfc,0xcc,0x0a,0x00,0x52,0x32,0x7f, +0xf0,0x00,0xcf,0x0a,0x00,0x13,0x0f,0x1e,0x00,0xd2,0xdf,0xcf,0x3f,0xf9,0x99,0xef, +0x50,0x00,0xdf,0x22,0xff,0xff,0x5f,0x1e,0x00,0x34,0x27,0xff,0xa1,0x1e,0x00,0x51, +0xc4,0x00,0x0f,0xfd,0xdd,0x0a,0x00,0x01,0x5d,0x2f,0x19,0xbe,0xc4,0x14,0x44,0x8c, +0x60,0x1e,0xe5,0x21,0x1f,0x41,0xaf,0xfb,0xaa,0xb2,0x48,0x05,0x13,0x25,0xd5,0x25, +0x80,0x0d,0xfb,0x5f,0xf8,0x00,0x8f,0xe1,0x00,0x3d,0x39,0xa3,0xff,0xfb,0xbb,0xff, +0xeb,0xbb,0x20,0x01,0xef,0xf7,0x2e,0x1c,0xf2,0x09,0x0b,0xff,0xf1,0x4e,0xf2,0x07, +0xf9,0x00,0xff,0x20,0x6f,0xff,0xf1,0x0e,0xfc,0xbe,0xfd,0xbc,0xff,0x20,0x2f,0xff, +0xf1,0x0e,0x1e,0x00,0x90,0x09,0x6f,0xf1,0x00,0x6e,0xff,0x40,0x00,0x22,0xcf,0x1d, +0xf0,0x0b,0x8e,0xff,0xbf,0xf2,0x08,0xfe,0x30,0x00,0x3f,0xf1,0xcf,0xa3,0x9f,0xfc, +0xef,0xf9,0x10,0x00,0x3f,0xf1,0x12,0x7e,0xf9,0xff,0xff,0xe0,0xa3,0x03,0x60,0x9f, +0xfe,0x46,0xff,0x6a,0xf7,0x0a,0x00,0x60,0x6e,0x62,0xbf,0xff,0x84,0xfe,0x1e,0x00, +0xf1,0x00,0x04,0xaf,0xfb,0xaf,0x90,0xdf,0xc1,0x00,0x3f,0xf3,0xdf,0xff,0x60,0xdf, +0x70,0x17,0x0b,0x71,0xae,0x71,0xbf,0xff,0x20,0x05,0x60,0x69,0x13,0x2f,0x7f,0xe5, +0x77,0x1c,0x08,0x24,0xae,0xb0,0x0a,0x00,0x25,0x9f,0xf5,0xc3,0x05,0x19,0xe7,0x93, +0x1d,0x16,0x80,0x0a,0x00,0xb0,0x05,0x55,0x5c,0xff,0xb5,0x55,0x6d,0x65,0x55,0x20, +0x00,0x15,0x32,0x31,0x01,0xef,0xc1,0x04,0x01,0x10,0xb0,0x07,0x12,0x10,0x20,0xef, +0x16,0x40,0xdc,0xdd,0xee,0xff,0x41,0x18,0x15,0xaf,0xbb,0x1c,0xa0,0x5f,0xec,0xff, +0xc6,0x6f,0xf8,0x28,0xfe,0x20,0x00,0xe1,0x17,0x42,0x2f,0xf6,0x00,0x91,0x6a,0x14, +0x23,0x2f,0xf6,0x50,0x0e,0x50,0x20,0x2f,0xf6,0x00,0x06,0x76,0x00,0x00,0x57,0x3b, +0xa0,0x00,0x1f,0xd2,0x00,0x02,0xef,0xf5,0x00,0x2f,0xf7,0x9a,0x12,0xa0,0x7f,0xff, +0xa0,0x00,0x1f,0xfb,0x33,0x8f,0xf0,0x1e,0x64,0x29,0x10,0x0d,0x6c,0x02,0x20,0x06, +0xfd,0x6a,0x16,0x10,0xdf,0x03,0x1a,0x09,0xb9,0x07,0x00,0xb1,0x1d,0x01,0x35,0x1a, +0x00,0x0a,0x00,0x20,0x08,0x61,0x74,0x2d,0x00,0x0a,0x00,0x11,0x4f,0xdc,0x33,0x60, +0x30,0x5f,0xf2,0x00,0xdf,0xe1,0xb8,0x01,0x42,0xd0,0x5f,0xf2,0x0a,0x8c,0x15,0x51, +0x80,0x5f,0xf2,0x1d,0xf6,0x41,0x14,0x00,0x28,0x00,0x17,0x20,0xf0,0x00,0x16,0xb0, +0x0a,0x00,0xa1,0x05,0x55,0x56,0xff,0xa5,0x5e,0xfb,0x55,0x55,0x40,0xf4,0x25,0x02, +0x63,0x0e,0x00,0xd0,0x05,0x03,0x0a,0x00,0x24,0x09,0xff,0x77,0x0e,0x11,0x0e,0x2e, +0x1f,0x02,0xac,0x29,0x00,0x0a,0x00,0x10,0x01,0xe4,0x03,0x10,0xe0,0xc6,0x09,0xd0, +0x1f,0x91,0x00,0x8f,0xff,0x40,0x00,0x0d,0xfc,0x44,0x7f,0xf0,0x1e,0x0a,0x04,0x10, +0x0a,0x65,0x11,0x21,0x08,0xfc,0x91,0x1e,0x00,0xf5,0x3f,0x09,0xfd,0x13,0x21,0x1f, +0xf5,0x94,0x00,0xa5,0x33,0x33,0x33,0x4f,0xf7,0x33,0x33,0x33,0x20,0x07,0x1e,0x27, +0x06,0x0a,0x00,0x06,0x28,0x00,0x60,0x00,0x01,0x44,0x44,0x5f,0xf8,0x01,0x18,0x25, +0x00,0x05,0x1d,0x00,0x20,0x05,0xff,0x9b,0x31,0x10,0xef,0x0a,0x00,0x11,0xfe,0x7f, +0x13,0x01,0x0a,0x00,0x00,0x34,0x1d,0x2a,0x9f,0xe0,0x28,0x00,0x06,0x4f,0x00,0x22, +0xdf,0xb0,0xaf,0x26,0x00,0xa4,0x01,0x02,0x0a,0x00,0x00,0xb0,0x34,0x50,0x0d,0xf9, +0x00,0x0b,0x81,0xd6,0x1f,0x00,0xcd,0x26,0xd0,0x0d,0xf6,0x01,0x6c,0xff,0xf3,0x00, +0x0c,0xfc,0x43,0x4f,0xf3,0x0d,0x3b,0x14,0x10,0x0a,0x3d,0x00,0xb8,0x03,0xfd,0x71, +0x00,0x00,0x02,0xbf,0xff,0xfd,0x40,0x00,0x7a,0x05,0x15,0x45,0x6f,0x0c,0x24,0xef, +0x60,0x42,0x0d,0x05,0x33,0x21,0x44,0x00,0x2e,0xff,0x30,0x9b,0x26,0x02,0x7f,0x00, +0x01,0xa7,0x00,0x15,0xf8,0xb7,0x21,0x04,0x79,0x21,0x12,0x01,0x47,0x34,0x01,0x64, +0x02,0x24,0xdf,0xf5,0x39,0x22,0x23,0x1d,0xfe,0xf3,0x01,0x22,0xfa,0x05,0x22,0x1b, +0x00,0x59,0x32,0x22,0xcf,0xf3,0xb4,0x00,0x41,0x90,0x00,0x3f,0xfd,0x5e,0x1b,0x20, +0xfe,0x10,0xc0,0x31,0x00,0xe6,0x00,0x10,0xf5,0x86,0x00,0x41,0xfb,0x10,0x01,0x9f, +0x83,0x19,0x62,0x3f,0xff,0xd2,0x1e,0xff,0xf8,0x55,0x15,0x32,0xf2,0x04,0xfe,0xe1, +0x03,0x43,0x3d,0xb0,0x00,0x31,0x73,0x00,0x16,0x30,0x6f,0x43,0x02,0x5c,0x24,0x05, +0x7f,0x08,0x34,0xfd,0x10,0x00,0x1b,0x29,0x13,0xd1,0x32,0x27,0x22,0xf8,0x3e,0xbb, +0x15,0x60,0x4e,0xff,0x80,0x03,0xef,0xf8,0xf0,0x23,0x00,0xe5,0x00,0x50,0x2d,0xff, +0xe6,0x00,0x19,0xcf,0x41,0x00,0x12,0x03,0x15,0xd5,0xe8,0x1d,0x32,0xf5,0x01,0xa2, +0x3d,0x0a,0x82,0x67,0x80,0x00,0x00,0x12,0x22,0x2f,0xf8,0x77,0x1f,0x04,0x17,0x25, +0x00,0x80,0x22,0x41,0x2f,0xf8,0x11,0x11,0x8c,0x03,0x04,0xbc,0x20,0x07,0x0a,0x00, +0x06,0x28,0x00,0x05,0x0a,0x00,0x21,0x22,0x22,0x46,0x00,0x16,0x22,0xdf,0x21,0x16, +0xc0,0x0a,0x00,0x73,0x00,0x00,0x01,0x51,0x00,0x00,0x17,0xf8,0x25,0x22,0x50,0x05, +0x3a,0x1c,0x20,0x0e,0xfe,0xec,0x3d,0x13,0x00,0x64,0x42,0x24,0x4f,0xfc,0x84,0x01, +0x01,0x65,0x1b,0x30,0x1d,0xff,0x50,0x2c,0x01,0x00,0xb1,0x2c,0x10,0xfa,0x8e,0x0c, +0x60,0x3f,0xff,0x50,0x0c,0xff,0xd0,0xfc,0x34,0x82,0x06,0xff,0xf2,0x05,0xfe,0x20, +0x08,0xff,0x08,0x44,0x10,0x22,0x17,0x2d,0x03,0x21,0x21,0x23,0xbf,0xf5,0x33,0x31, +0x00,0x1d,0x38,0x24,0xaf,0xc0,0x6d,0x23,0x11,0x7f,0x63,0x01,0x00,0xe9,0x42,0x10, +0x0c,0xbe,0x00,0x60,0x1c,0xff,0xa5,0x67,0x9a,0xbd,0xf4,0x0d,0x14,0xbf,0x6f,0x23, +0x00,0xff,0x22,0xa1,0xfe,0xdc,0xa9,0x8e,0xff,0x20,0x00,0x09,0x64,0x31,0x90,0x01, +0x05,0xec,0x1d,0x27,0x81,0x00,0x7c,0x21,0x51,0xca,0x00,0x00,0x00,0x9e,0x6a,0x43, +0x10,0x50,0x7a,0x25,0x00,0x74,0x00,0x12,0xe1,0xf6,0x41,0x40,0x00,0x2f,0xb1,0x00, +0x48,0x04,0x31,0x5e,0xee,0xef,0x07,0x21,0x24,0xe6,0x5f,0x07,0x27,0x13,0x27,0x5e, +0x2a,0x1e,0x73,0xf3,0x04,0x03,0x40,0x20,0x34,0x22,0x00,0x03,0x12,0x2b,0x15,0x03, +0x1b,0x2b,0x12,0x33,0x01,0x00,0x1e,0x00,0x01,0x00,0x14,0x55,0x01,0x00,0x14,0xff, +0x49,0x2b,0x16,0xff,0x52,0x2b,0x10,0x18,0x18,0x27,0x21,0xc7,0x10,0x89,0x3f,0x11, +0x00,0xbf,0x06,0x00,0x9d,0x2d,0x02,0xde,0x41,0x00,0x3c,0x0d,0x41,0x10,0x00,0xcf, +0xd0,0xe5,0x37,0x05,0x15,0x05,0x05,0x0a,0x00,0x82,0x26,0x66,0x66,0x7f,0xfd,0x66, +0x66,0x65,0xfd,0x03,0x02,0x64,0x13,0x05,0x0a,0x00,0x15,0x09,0xf3,0x03,0x15,0x0a, +0x0a,0x00,0x00,0x04,0x22,0x62,0xef,0xff,0xa6,0x66,0x66,0x50,0x98,0x22,0x14,0xe2, +0x9a,0x24,0x32,0x9f,0xfe,0x30,0x75,0x24,0x21,0xfa,0x06,0xbd,0x29,0x10,0x28,0x02, +0x1f,0x30,0x7f,0xff,0xe8,0x16,0x23,0x11,0xd5,0xa3,0x39,0x41,0xf4,0x04,0xff,0xd7, +0x26,0x03,0x43,0xef,0x90,0x00,0x53,0x4c,0x1f,0x02,0x9f,0x17,0x03,0xbc,0x04,0x04, +0x0a,0x00,0x14,0x05,0x6e,0x00,0x16,0x60,0x0a,0x00,0xa0,0x01,0x33,0xaf,0xd3,0x33, +0x33,0x3e,0xf9,0x33,0x10,0x91,0x2b,0x21,0xbb,0xbb,0xe4,0x1c,0x02,0xca,0x2a,0x02, +0x0a,0x00,0x00,0x1e,0x00,0x09,0x46,0x00,0x09,0x1e,0x00,0x06,0x0a,0x00,0x03,0x1e, +0x00,0x15,0x0e,0xd2,0x00,0x06,0x0a,0x00,0x70,0x03,0x33,0x34,0xca,0x33,0x33,0xa8, +0x7b,0x0f,0x20,0x03,0x9f,0xfa,0x25,0x70,0xe9,0x20,0x00,0x08,0xdf,0xff,0xe6,0xad, +0x42,0x50,0xfb,0x40,0x08,0xff,0xb5,0x41,0x00,0x73,0x4c,0xfe,0x50,0x00,0x51,0x00, +0x00,0x7c,0x1b,0x15,0x03,0xc1,0x28,0x62,0x03,0xff,0xed,0xdd,0xdd,0xdd,0x0a,0x00, +0x13,0x20,0xe7,0x27,0x08,0x1e,0x00,0x41,0xba,0xaa,0xaa,0xaa,0x0a,0x00,0x00,0x2b, +0x19,0x1c,0x11,0x1e,0x00,0x42,0xa9,0x99,0x99,0x99,0x0a,0x00,0x4c,0x86,0x66,0x66, +0x66,0x1e,0x00,0x12,0x30,0x50,0x00,0x41,0x0e,0xee,0xff,0xee,0x71,0x23,0x15,0xe2, +0x0d,0x22,0xf0,0x08,0xf2,0x03,0x33,0x4c,0xf7,0x33,0x33,0xaf,0xc5,0x33,0x30,0x00, +0x06,0xef,0xfe,0x10,0x01,0xdf,0xff,0xa2,0x00,0x19,0xff,0xd9,0x1d,0x71,0x05,0xdf, +0xff,0x91,0x08,0xfe,0x81,0x1c,0x03,0x34,0xef,0x80,0x00,0x94,0x27,0x01,0x9e,0x04, +0x11,0xc0,0x23,0x1d,0x07,0x0a,0x00,0x50,0x7d,0xdd,0xef,0xfd,0xef,0xf1,0x58,0x03, +0x1d,0x2c,0x00,0xca,0x1f,0x70,0x8f,0xd5,0x9f,0xd5,0x8f,0xf5,0x6f,0x0a,0x00,0x10, +0xb0,0x28,0x00,0x1a,0x1f,0x0a,0x00,0x06,0x28,0x00,0x06,0x0a,0x00,0x68,0xc3,0x8f, +0xd3,0x7f,0xf3,0x5f,0x28,0x00,0xb5,0x01,0x9f,0xc1,0x7f,0xd1,0x5f,0xf1,0x3f,0xf5, +0x10,0x8f,0x1f,0x2e,0x06,0x0a,0x00,0xa0,0x12,0x22,0x29,0xf6,0x22,0x23,0xde,0x62, +0x22,0x20,0x55,0x07,0x50,0x20,0x07,0xff,0xfb,0x30,0x7c,0x3c,0xb0,0xb2,0x00,0x00, +0x3c,0xff,0xfa,0x10,0x1d,0xff,0xc4,0x00,0x54,0x22,0x42,0xfe,0x30,0x01,0x93,0xf2, +0x04,0x00,0xce,0x00,0x10,0x29,0xb9,0x25,0x01,0x57,0x22,0x00,0x80,0x10,0x01,0x5b, +0x36,0xa5,0x11,0x3f,0xfd,0x11,0x11,0xaf,0xf5,0x11,0x00,0x0a,0x3b,0x07,0x20,0x09, +0xdd,0xd2,0x00,0x41,0xfe,0xdd,0xdd,0xa0,0x9c,0x26,0x12,0x4f,0x58,0x21,0x04,0xf9, +0x2c,0xa1,0x00,0x1b,0xbb,0xdf,0xfb,0xcf,0xfb,0xcf,0xf2,0x00,0xed,0x49,0x10,0x4f, +0x99,0x2b,0x15,0x0f,0x96,0x00,0x10,0x0e,0x64,0x01,0x53,0xff,0xfe,0xef,0xfe,0xe1, +0x3c,0x00,0x20,0x3f,0xf2,0xe2,0x02,0x04,0x3c,0x00,0x20,0x3b,0xbf,0x54,0x32,0x21, +0xeb,0xb1,0x58,0x02,0x41,0xe0,0x3f,0xff,0xf6,0x02,0x22,0xf0,0x05,0xdf,0xe0,0x3f, +0xfa,0xff,0xb2,0x00,0x09,0xff,0xf7,0x5f,0xe0,0x3f,0xf0,0x8f,0xff,0xb1,0x0a,0xfe, +0x50,0x0a,0x00,0x60,0x05,0xef,0x80,0x00,0x70,0x00,0x0a,0x00,0x24,0x00,0x07,0x9f, +0x10,0x1e,0x00,0x09,0x00,0x00,0x51,0x2c,0x10,0x68,0xfd,0x01,0x26,0x61,0x2f,0x0e, +0x30,0xf0,0x00,0xee,0xef,0xff,0xfe,0xee,0xef,0xf3,0x2f,0xf3,0x00,0x04,0xff,0x20, +0x00,0x1f,0x09,0x00,0x00,0x15,0x18,0x01,0x09,0x00,0x00,0xb0,0x2a,0x01,0x09,0x00, +0x32,0x1f,0xff,0xf5,0x09,0x00,0x40,0xaf,0xfd,0xff,0x60,0x09,0x00,0x50,0x06,0xff, +0x81,0xdf,0xf6,0x09,0x00,0xf0,0x03,0x8f,0xfd,0x00,0x1d,0xff,0x7f,0xf3,0x2f,0xfb, +0xff,0xd1,0x00,0x02,0xef,0x8f,0xf3,0x2f,0xf3,0x9a,0x44,0x11,0x44,0x2d,0x00,0x02, +0x5f,0x44,0x01,0x09,0x00,0x33,0x02,0x55,0x7f,0x09,0x00,0x00,0xe8,0x41,0x11,0xf3, +0x39,0x05,0x81,0xeb,0x30,0x00,0x0e,0xee,0xee,0xe5,0x2e,0xac,0x11,0x21,0x0f,0xff, +0x87,0x16,0x10,0xf9,0xf9,0x05,0x50,0x4f,0xf5,0x2f,0xf6,0x4d,0x0a,0x00,0x6f,0xf4, +0x0e,0xf5,0x2f,0xf2,0x0c,0x0a,0x00,0x03,0xa5,0x02,0x2f,0xf6,0x2f,0xf7,0x4f,0xf4, +0x2d,0xfa,0x21,0x14,0x30,0x16,0xf7,0x0a,0x00,0xf0,0x04,0x02,0x3f,0xf4,0x2f,0xf6, +0x5f,0xf2,0x2d,0xfa,0x21,0x00,0x3f,0xf1,0x0e,0xf5,0x5f,0xe0,0x0c,0xf9,0x85,0x01, +0x60,0x0e,0xf5,0x7f,0xc0,0x0c,0xf9,0xa2,0x03,0x50,0x0e,0xf5,0x9f,0xa0,0x0c,0x5f, +0x14,0x90,0x90,0x0e,0xf5,0xdf,0x80,0x0c,0xf9,0x00,0x01,0x16,0x28,0xf0,0x06,0xff, +0x40,0x0c,0xf9,0x00,0x08,0xff,0x01,0x1f,0xfd,0xff,0x02,0x2d,0xf8,0x00,0x0e,0xf9, +0x0f,0xff,0xfe,0xfa,0xe5,0x23,0x61,0x03,0xe1,0x0a,0xfd,0x71,0xd2,0x1d,0x06,0x15, +0x10,0xe8,0x22,0x04,0x1e,0x05,0x06,0x09,0x00,0x30,0xf3,0x4b,0xa4,0x80,0x29,0x51, +0xfe,0x6f,0xe0,0x5f,0xf1,0xbd,0x20,0x93,0x37,0x70,0x8f,0xfe,0xee,0xee,0xee,0xe7, +0x77,0x16,0x06,0x10,0xf3,0x53,0x02,0x12,0x81,0x4d,0x19,0x14,0x01,0xc4,0x2a,0x13, +0x05,0x43,0x0b,0x03,0x0d,0x05,0x00,0x90,0x18,0x02,0xa7,0x29,0x21,0x00,0x05,0x90, +0x05,0x23,0x09,0xfd,0x39,0x02,0x50,0x0b,0xfb,0x00,0x0d,0xdd,0x01,0x00,0x1b,0x0e, +0x79,0x2f,0x44,0x23,0x22,0xaf,0xf2,0x94,0x00,0x13,0xb0,0x23,0x2f,0x18,0xea,0x82, +0x1a,0x04,0x42,0x1f,0x40,0x00,0x8f,0xa0,0x00,0xe9,0x32,0x00,0x30,0x07,0x13,0x70, +0x13,0x00,0x01,0x2e,0x0a,0x11,0x7f,0x30,0x3c,0x24,0xfe,0x5f,0xac,0x0f,0x14,0x55, +0xf9,0x05,0x72,0x10,0x5f,0xf3,0x39,0xff,0x33,0x9f,0x6b,0x09,0x41,0x7f,0xe0,0x06, +0xfe,0x55,0x12,0x11,0x07,0x39,0x25,0x15,0x02,0x13,0x00,0xb3,0xd9,0x5f,0xfd,0xde, +0xff,0xdd,0xef,0xe0,0x00,0x6f,0xf7,0x39,0x00,0xf1,0x03,0x0d,0xfa,0x5f,0xf5,0x5a, +0xff,0x55,0x9f,0xe0,0x06,0xff,0x33,0xaa,0x00,0x7f,0xe0,0x03,0x87,0xf7,0x23,0x02, +0x85,0x00,0x13,0xf3,0x85,0x00,0x24,0x0e,0xfa,0x98,0x00,0x11,0x2c,0x54,0x24,0x04, +0x2a,0x09,0x05,0x42,0x14,0x20,0x45,0x10,0x6d,0x0d,0x20,0x05,0xb2,0x16,0x3a,0x00, +0xb5,0x1c,0x20,0x1f,0xfb,0x7c,0x26,0x21,0x5f,0xf5,0xf0,0x07,0xb3,0x0a,0xfe,0x44, +0x4e,0xf8,0x44,0x40,0x00,0xdf,0xd0,0x3f,0x44,0x1c,0xe1,0x6f,0xf4,0xdf,0xfd,0xcc, +0xdf,0xfc,0xcc,0xc0,0x00,0x07,0x19,0xff,0xf2,0x1b,0x0c,0x01,0x91,0x25,0x00,0x14, +0x00,0x00,0xa6,0x4e,0x13,0xbf,0xce,0x0d,0xd3,0x01,0x08,0x0f,0xf6,0x44,0x7f,0xf5, +0x44,0x20,0x00,0x0a,0xd5,0x0f,0x28,0x00,0xd3,0x1f,0xf9,0x0f,0xfe,0xdd,0xef,0xfd, +0xdd,0x80,0x00,0x6f,0xf4,0x0f,0x34,0x26,0xc2,0xdf,0xe0,0x0f,0xf5,0x22,0x6f,0xf4, +0x22,0x10,0x04,0xff,0x80,0x28,0x00,0x00,0x91,0x35,0x00,0x28,0x00,0x73,0xfe,0xdd, +0xd4,0x1e,0xfb,0x00,0x0f,0x50,0x0e,0x61,0x53,0x00,0x0f,0xf5,0x33,0x33,0x78,0x1e, +0x00,0x50,0x11,0x06,0x01,0x00,0x61,0x3f,0xd5,0xc2,0x00,0x29,0x80,0x0a,0x00,0x32, +0xe8,0xfe,0x20,0xa7,0x4c,0x73,0x2f,0xe0,0x6d,0x20,0x0c,0xf7,0x0c,0x6a,0x27,0x24, +0x06,0xfd,0x0a,0x00,0xf0,0x13,0x01,0xff,0x2c,0xf5,0x11,0x11,0x2f,0xf2,0x11,0x10, +0x00,0xce,0x4c,0xf6,0xaa,0xaa,0x5e,0xf1,0x2a,0x60,0x00,0x20,0x0c,0xf7,0xff,0xff, +0x8d,0xf3,0x8f,0x90,0x00,0x00,0x0c,0xf4,0x04,0x00,0xf0,0x05,0xdf,0x40,0x00,0x10, +0x0d,0xf5,0xcc,0xcc,0x8b,0xf8,0xff,0x00,0x00,0xad,0x3e,0xf5,0xff,0xff,0xa8,0xff, +0x57,0x3e,0xf0,0x33,0x2f,0xf4,0xfa,0x0e,0xa6,0xff,0xf2,0x00,0x03,0xfe,0x0f,0xf2, +0xfa,0x0e,0xa4,0xff,0xa0,0x00,0x08,0xfa,0x1f,0xf1,0xfe,0xcf,0xa4,0xff,0x34,0x40, +0x0d,0xf6,0x4f,0xc1,0xff,0xff,0xce,0xff,0x27,0xf3,0x2f,0xf1,0x8f,0x91,0xfa,0x02, +0xdf,0xff,0x79,0xf1,0x8f,0xc0,0xef,0x50,0x00,0x1d,0xfd,0x5f,0xfe,0xe0,0x28,0x64, +0xfe,0x00,0x00,0x9f,0xe2,0x0c,0x08,0x06,0x8a,0x68,0x00,0x00,0x0a,0x20,0x02,0xdd, +0x10,0x80,0x20,0x02,0x9c,0x25,0x20,0x44,0x20,0x09,0x00,0x61,0x44,0x20,0x00,0xff, +0x80,0x01,0x03,0x00,0x0f,0x09,0x00,0x0a,0x74,0xa4,0x45,0xff,0xb4,0x45,0xff,0x80, +0xa8,0x28,0x07,0x09,0x00,0x04,0x51,0x00,0x21,0x0a,0xa6,0x09,0x00,0x41,0x3a,0xa4, +0x1f,0xf9,0x09,0x00,0x2f,0x4f,0xf5,0x09,0x00,0x09,0x94,0xfc,0x66,0x67,0xff,0xc6, +0x66,0x9f,0xf5,0x1f,0x6b,0x0a,0x22,0x1e,0xee,0x5a,0x32,0x14,0xf5,0xb9,0x2c,0x12, +0xf5,0xc8,0x4b,0x04,0x76,0x0b,0x10,0x60,0x69,0x00,0x30,0x22,0x22,0x25,0xfd,0x29, +0x33,0x20,0x08,0xff,0xb4,0x32,0x05,0x09,0x00,0x05,0x1b,0x00,0x05,0x2d,0x00,0x10, +0x66,0x1e,0x05,0x11,0xa6,0x7c,0x08,0x0c,0x45,0x2e,0x05,0x24,0x00,0xff,0x03,0x03, +0xbb,0x20,0x02,0xff,0x60,0x01,0xbb,0x40,0x04,0xff,0x40,0x02,0xff,0x60,0x02,0xff, +0x50,0x09,0x00,0x01,0x74,0x73,0x35,0xff,0x83,0x35,0xff,0x50,0x4a,0x2b,0x06,0x09, +0x00,0x04,0x8d,0x05,0x07,0x74,0x0f,0x12,0x4f,0x0a,0x2c,0x04,0x09,0x00,0x11,0xb0, +0x39,0x2f,0x32,0x24,0xdf,0xf9,0xa2,0x0b,0xf0,0x21,0x6f,0xfe,0x50,0x02,0x31,0x7f, +0xe0,0x20,0x01,0xff,0xa1,0x13,0x0e,0xf6,0x7f,0xe5,0xfa,0x01,0xff,0x40,0xaf,0x8e, +0xf6,0x7f,0xe3,0xef,0xa1,0xff,0x45,0xfe,0x2e,0xf6,0x7f,0xe0,0x3f,0xd2,0xff,0xcf, +0xf3,0x0e,0xf6,0x7f,0xe0,0x04,0x5c,0xff,0xff,0x60,0x09,0x00,0xd0,0x2a,0xff,0xff, +0xef,0xe2,0x0e,0xf6,0x7f,0xe9,0xff,0xe6,0xff,0x4c,0x24,0x00,0xf0,0x00,0xea,0xfa, +0x11,0xff,0x40,0xcf,0x9e,0xf6,0x7f,0xe1,0x52,0xbc,0xff,0x30,0x1a,0x24,0x00,0x30, +0x00,0xef,0xfc,0x95,0x1b,0x94,0x7f,0xe2,0x22,0x67,0x53,0x22,0x22,0x2e,0xf6,0x46, +0x30,0x06,0x09,0x00,0x04,0x3a,0x17,0x12,0xf6,0x85,0x08,0x23,0x05,0x00,0xab,0x1e, +0x03,0xbd,0x00,0x00,0x02,0x0a,0x01,0xf2,0x09,0x01,0x99,0x4a,0x24,0x3f,0xf9,0x0b, +0x0b,0x10,0x0a,0x1f,0x00,0x10,0x0b,0xd0,0x00,0x01,0xbb,0x17,0x22,0x9f,0xfc,0x18, +0x4b,0x40,0x30,0x0a,0xff,0xf8,0xd7,0x2b,0x44,0x6c,0xff,0xf2,0x0a,0x5d,0x01,0x50, +0x90,0x00,0x94,0xee,0xef,0x80,0x06,0x11,0x57,0xf0,0x0b,0x14,0xf9,0x73,0x34,0x22, +0x3f,0xf5,0x5b,0x2a,0x10,0x00,0x84,0x2f,0x01,0x59,0x14,0x00,0xc3,0x49,0x03,0x50, +0x12,0x00,0xad,0x04,0x02,0xb2,0x1d,0x11,0xaf,0x56,0x47,0x01,0x26,0x52,0x52,0xe1, +0x01,0x55,0x6e,0xfc,0x1a,0x29,0x21,0x00,0xef,0x1a,0x0a,0x20,0xbe,0x60,0xdf,0x38, +0x27,0x80,0x00,0xaf,0x05,0x00,0xc1,0x15,0x10,0x34,0x9d,0x34,0x20,0x40,0x02,0xae, +0x10,0x02,0xc1,0x48,0x11,0xf2,0xc7,0x0f,0x00,0xd0,0x48,0xf0,0x09,0x20,0x01,0x00, +0xff,0x60,0x07,0xfe,0x00,0x3f,0xfb,0xdf,0x80,0x0f,0xf5,0x00,0x8f,0xe5,0xdf,0xff, +0xff,0xfb,0x01,0xff,0x40,0x9f,0x21,0x21,0xfa,0x63,0x27,0x4b,0x40,0xd1,0x65,0xff, +0x20,0x7a,0x09,0x20,0x09,0xfd,0x0d,0x16,0x00,0xce,0x23,0x80,0xaf,0xc0,0x02,0xff, +0x20,0x00,0x08,0xfd,0x73,0x16,0xd0,0x2f,0xf2,0x04,0x40,0xbf,0xa0,0x00,0xbf,0xb0, +0x02,0xff,0x8d,0xf9,0x0d,0x18,0x10,0xfa,0x8e,0x05,0xc0,0x86,0xff,0x20,0x00,0xef, +0x90,0x0f,0xff,0xf9,0x10,0xef,0xd0,0xd4,0x0c,0x50,0xaf,0x91,0x00,0xaf,0xf4,0x02, +0x02,0x71,0x02,0x20,0x00,0xaf,0xfb,0x04,0x66,0x1f,0x08,0x10,0x8f,0x00,0x15,0x01, +0x2a,0x01,0x3a,0xac,0x10,0x01,0xb9,0x05,0x04,0x37,0x35,0x13,0xe0,0xc2,0x16,0x31, +0x07,0xfe,0x0f,0x9f,0x01,0xd2,0x9f,0xb0,0x7f,0xe0,0x44,0x9f,0xf4,0x44,0x44,0x1a, +0xfb,0x07,0xfe,0x80,0x32,0x40,0xaf,0xb0,0x7f,0xe0,0xd3,0x4e,0x20,0x96,0x0a,0x13, +0x00,0x10,0x5f,0xd7,0x00,0x00,0x13,0x00,0x50,0x0c,0xfd,0x88,0x8d,0xfc,0x13,0x00, +0x00,0xc3,0x28,0xb0,0xef,0x90,0xaf,0xb0,0x7f,0xe1,0xef,0xd2,0x20,0x3f,0xf4,0x13, +0x00,0x51,0x0a,0xf4,0xde,0x49,0xff,0x39,0x00,0x50,0x04,0x3f,0xff,0xff,0xa0,0x39, +0x00,0x00,0xbb,0x0e,0x12,0xf3,0x4c,0x00,0x00,0x18,0x42,0x40,0x05,0x75,0x07,0xfe, +0x52,0x0e,0x03,0x9f,0x05,0x14,0x3e,0x8c,0x25,0x11,0x8f,0x49,0x51,0x43,0x44,0xaf, +0xd0,0x7f,0x9c,0x3f,0x41,0xfb,0x00,0xcb,0x10,0xda,0x0e,0x27,0xea,0x10,0x79,0x38, +0x02,0x6c,0x0e,0x03,0xef,0x20,0x02,0x4e,0x02,0xf0,0x1b,0x5f,0xff,0x40,0x00,0x44, +0x10,0xef,0x60,0x00,0x2e,0xff,0xff,0x40,0x0e,0xf5,0x0e,0xf6,0x00,0x1d,0xfd,0x1b, +0xff,0x30,0xef,0x50,0xef,0x60,0x2d,0xfe,0x10,0x0b,0xfe,0x2e,0xf5,0x0e,0xf6,0x4f, +0xff,0x30,0x00,0x0d,0xf9,0x13,0x00,0x51,0xbf,0xfe,0xee,0xee,0xfc,0x26,0x00,0x10, +0x6f,0x27,0x03,0x00,0x13,0x00,0x51,0x04,0xff,0x21,0x1d,0xf6,0x13,0x00,0x10,0x4f, +0xb8,0x17,0x02,0x13,0x00,0x32,0x00,0x1f,0xf3,0x13,0x00,0x42,0xf5,0xde,0xff,0x00, +0x13,0x00,0x51,0x2f,0xff,0x70,0x08,0x93,0x26,0x00,0x51,0x11,0x03,0xa3,0x00,0x00, +0x26,0x00,0x60,0x00,0x5f,0xa0,0x00,0x0e,0xf6,0xe5,0x28,0x61,0x09,0xf7,0x24,0x34, +0xff,0x60,0x1a,0x24,0x40,0x35,0xff,0xff,0xf3,0xcb,0x0a,0x58,0xfe,0x70,0x0f,0xfe, +0xb5,0x76,0x01,0x15,0x10,0xb9,0x0f,0x14,0x50,0xda,0x37,0x21,0xfe,0x10,0x52,0x15, +0x42,0x50,0x00,0x1e,0xe4,0x71,0x1a,0xb0,0x0b,0xcc,0xed,0xc8,0x4a,0xaf,0xfd,0xaa, +0xef,0x80,0xef,0xba,0x09,0xb0,0xff,0x70,0x0c,0xf8,0x05,0x55,0x5e,0xf9,0x00,0x0f, +0xf6,0x0c,0x24,0x10,0x05,0x03,0x35,0x10,0x40,0x15,0x40,0x50,0xef,0x95,0x30,0x2f, +0xf3,0x13,0x00,0x80,0xaf,0xf4,0xff,0x23,0xff,0x20,0x0e,0xf6,0xd4,0x0a,0x70,0x60, +0x6f,0xf0,0x00,0xef,0x60,0x8f,0x4c,0x0a,0x50,0xfc,0x00,0x0f,0xf5,0x5f,0x75,0x06, +0xa0,0xcf,0x90,0x00,0xff,0x50,0xdd,0x8f,0xf5,0xfb,0x2f,0xd4,0x22,0x70,0x05,0x16, +0xff,0x09,0x18,0xff,0x10,0x71,0x2d,0x20,0x6f,0xf0,0xb2,0x23,0x20,0x3f,0xf2,0xa0, +0x09,0x12,0xaf,0xa6,0x09,0xf0,0x02,0x6f,0xf0,0x9f,0xfb,0x05,0x55,0xdf,0xd0,0x00, +0x06,0xff,0x0a,0xfd,0x00,0x8f,0xff,0xf7,0x13,0x00,0x56,0x09,0x20,0x03,0xed,0xc7, +0x6e,0x11,0x70,0xe0,0x0f,0xff,0xfe,0x3f,0xff,0xfa,0x5a,0x19,0xfa,0x12,0xff,0xff, +0xe3,0xff,0xff,0xa0,0xfc,0x1f,0xe0,0x0f,0xf0,0xfe,0x3f,0xb4,0xfa,0x0f,0xd1,0xfe, +0x00,0xfe,0x0f,0xe3,0xfb,0x3f,0xa0,0xfd,0x1f,0xe0,0x0f,0xe0,0xfe,0x3f,0xb3,0x13, +0x00,0xa2,0x3f,0xf3,0xff,0x5f,0xc6,0xfc,0x1f,0xd1,0xfe,0x1f,0x55,0x09,0xa2,0xfd, +0x1f,0xe1,0xef,0xfe,0xff,0xef,0xfe,0xff,0x6f,0x26,0x00,0x14,0xfa,0x39,0x00,0x20, +0x4f,0x93,0x39,0x00,0x51,0x01,0xfe,0x0f,0xe5,0xf8,0x13,0x00,0xf0,0x09,0x1f,0xd0, +0xfe,0x6f,0x73,0xfa,0x0b,0x91,0xfe,0x02,0xfc,0x0f,0xe7,0xf6,0x3f,0xa0,0x00,0x1f, +0xe0,0x5f,0x90,0xfe,0x9f,0x43,0x85,0x00,0x60,0x08,0xf8,0x0f,0xec,0xf2,0x4f,0x13, +0x00,0xf2,0x05,0xef,0xaf,0xfe,0xfe,0xbf,0xf9,0x07,0xde,0xfc,0x0a,0xd2,0xfd,0x5b, +0xa6,0xfc,0x10,0x4f,0xfe,0x50,0x01,0xed,0x26,0x19,0x32,0x7e,0x01,0x31,0x03,0xaf, +0x50,0x3a,0x02,0x31,0x15,0x9e,0xff,0xe4,0x41,0x10,0x61,0x9a,0x03,0x90,0x50,0x04, +0x41,0x0e,0xf6,0x0d,0xff,0xdf,0xf3,0x47,0x09,0x31,0xef,0x60,0x21,0xbd,0x0a,0x10, +0xf4,0x60,0x02,0x22,0x4f,0xf2,0x13,0x00,0x50,0xcc,0xcd,0xff,0xdc,0xc9,0x13,0x00, +0x01,0x31,0x03,0x10,0xb1,0x13,0x00,0x51,0x66,0x6e,0xff,0x76,0x64,0x26,0x00,0x32, +0x04,0xff,0xf9,0x26,0x00,0x10,0x00,0xb8,0x32,0x01,0x13,0x00,0x00,0x00,0x43,0x10, +0x11,0x13,0x00,0x50,0x2f,0xfa,0xff,0x5f,0xf5,0x13,0x00,0xa0,0x1d,0xfd,0x4f,0xf2, +0x5b,0x01,0xdd,0x30,0xef,0x64,0x55,0x20,0x01,0xbf,0x02,0x22,0x0b,0x80,0x91,0x35, +0x40,0xef,0x60,0x20,0x04,0xe9,0x49,0x22,0x76,0x7f,0x72,0x00,0x00,0xf7,0x0b,0x11, +0x30,0x42,0x0b,0x53,0x00,0xbf,0xeb,0x50,0x03,0xc6,0x09,0x11,0xef,0xba,0x37,0x10, +0xf1,0xab,0x00,0x60,0x03,0xfe,0x11,0x14,0xff,0x10,0x99,0x02,0x21,0x3f,0xe0,0x93, +0x0a,0x63,0x0e,0xf6,0x03,0xff,0x33,0x36,0x13,0x00,0x01,0x12,0x0c,0x00,0x13,0x00, +0x00,0xd2,0x06,0x01,0x13,0x00,0x31,0x00,0x08,0xb5,0x74,0x24,0x61,0xf6,0x05,0x66, +0xdf,0xa6,0x66,0x1e,0x03,0x10,0xef,0x6f,0x02,0x00,0x13,0x00,0x42,0x0b,0xcd,0xff, +0xdc,0x0b,0x03,0x50,0x00,0x2f,0xf1,0x0d,0xf7,0xf8,0x02,0x00,0x9d,0x09,0x21,0xef, +0x60,0x13,0x00,0x41,0xcf,0xa0,0x0f,0xf5,0x30,0x01,0x50,0x5f,0xf4,0x01,0xff,0x30, +0x85,0x00,0xe0,0x4f,0xfc,0x23,0x8f,0xf1,0x00,0x33,0x3f,0xf6,0x3f,0xff,0x24,0xff, +0xfd,0xc1,0x0c,0x30,0x40,0x9d,0x20,0xb6,0x3c,0x24,0x5f,0xff,0x9b,0x4f,0x07,0x41, +0x51,0x02,0x69,0x00,0x33,0xff,0x71,0x10,0x45,0x26,0x20,0xf7,0xef,0x27,0x01,0x50, +0xaf,0xe1,0x5c,0x10,0x0e,0x27,0x01,0x50,0x1f,0xf5,0x0d,0xfa,0x00,0x13,0x00,0x50, +0x0a,0xfc,0x00,0x4f,0xf4,0x13,0x00,0x11,0x05,0xd0,0x3a,0x30,0xef,0x40,0xef,0x60, +0x4a,0x30,0xdc,0xef,0x3e,0x26,0x00,0x51,0x54,0x26,0x63,0x05,0x20,0x39,0x00,0x40, +0x00,0xcf,0x70,0x00,0x26,0x00,0x60,0x04,0xaa,0xae,0xfc,0xaa,0xa0,0x13,0x00,0x01, +0x2f,0x0b,0x00,0x13,0x00,0x69,0x02,0x66,0x6e,0xfa,0x66,0x60,0x26,0x00,0x51,0x00, +0x00,0x0c,0xf8,0x47,0xad,0x03,0x21,0x00,0x36,0x2b,0x58,0x21,0x0e,0xf6,0x1f,0x09, +0xf2,0x01,0xe4,0x03,0x33,0xff,0x50,0xdf,0xff,0xda,0x74,0x10,0x00,0xcf,0xff,0xf2, +0x05,0x63,0x8e,0x11,0x17,0xc6,0xac,0x03,0x31,0x87,0x2a,0xf9,0x3b,0x0f,0xf1,0x05, +0xb0,0x0f,0xf4,0xaf,0x90,0x00,0x00,0x44,0x15,0xfe,0x04,0xff,0x6c,0xfb,0x44,0x40, +0x1f,0xf3,0x5f,0xe0,0x62,0x12,0xf2,0x12,0x21,0xff,0x35,0xfe,0x1f,0xfe,0xdf,0xff, +0xdd,0xd2,0x1f,0xf3,0x5f,0xe4,0xff,0x00,0xaf,0x90,0x00,0x01,0xff,0x35,0xfe,0x2b, +0xea,0xae,0xfd,0xaa,0xa9,0x1f,0xf3,0x5f,0xe3,0x99,0x0d,0x90,0xff,0x35,0xfe,0x17, +0x77,0x7d,0xfc,0x77,0x77,0x39,0x00,0x00,0x20,0x0c,0x01,0x26,0x00,0x11,0x06,0x60, +0x0c,0x00,0x13,0x00,0x11,0x6f,0x1d,0x01,0x00,0x13,0x00,0x42,0xfb,0x1b,0xf9,0x1b, +0x13,0x00,0xd0,0xa0,0xaf,0x90,0xaf,0x70,0x00,0x05,0xfe,0x06,0xfa,0x0a,0xf9,0x0a, +0xff,0x1f,0x00,0x13,0x00,0x33,0x9b,0xff,0x60,0x13,0x00,0xc1,0xcf,0xe2,0x01,0x55, +0x9f,0xd0,0x02,0x10,0xaf,0x92,0x30,0x00,0xb6,0x2e,0x22,0x0a,0xf9,0x29,0x05,0x0e, +0xc6,0x23,0x13,0xd0,0x52,0x55,0x32,0x05,0xfd,0x02,0x05,0x45,0xf2,0x02,0xf1,0x5f, +0xd0,0x2f,0xf1,0x11,0x11,0x8f,0xc0,0xff,0x15,0xfd,0x02,0xff,0x44,0x44,0x49,0x13, +0x00,0x01,0x26,0x00,0x00,0x13,0x00,0x00,0xae,0x0f,0x11,0xea,0x13,0x00,0x10,0xe0, +0x4b,0x57,0x00,0x13,0x00,0x50,0xfe,0x11,0x3f,0xe1,0x11,0x13,0x00,0x20,0x3f,0xee, +0x99,0x01,0x90,0xff,0x15,0xfd,0x03,0xfd,0xef,0xcf,0xfc,0xfd,0x13,0x00,0x50,0x5f, +0xce,0xd1,0xfe,0x0f,0x13,0x00,0x51,0x06,0xfa,0xed,0x1f,0xe0,0x13,0x00,0x20,0x9f, +0x8e,0x13,0x00,0x80,0x99,0x05,0xfd,0x0c,0xf5,0xed,0x1f,0xe3,0xba,0x11,0xf1,0x06, +0xd1,0xff,0x2e,0xd1,0xfe,0xdf,0xb0,0x00,0x05,0xfd,0x6f,0xe0,0xba,0x1f,0xe6,0x92, +0x01,0x54,0x9f,0xc0,0xb8,0x9a,0x1d,0x51,0x0f,0xff,0xfa,0x00,0x10,0x10,0x57,0x10, +0xbf,0xbe,0x00,0x71,0x7c,0x50,0x00,0x00,0x05,0xd8,0x20,0xf3,0x4b,0x00,0x3e,0x0c, +0x01,0xb0,0x12,0x12,0xf8,0xcc,0x3f,0x0e,0x32,0x39,0x01,0xf8,0x37,0x04,0xda,0x32, +0x00,0x89,0x07,0x41,0x01,0x32,0x02,0x66,0xd9,0x31,0x40,0xfe,0x05,0xfd,0x05,0xe9, +0x37,0x24,0xb9,0x9b,0x0a,0x00,0x24,0x62,0x27,0x0a,0x00,0x0f,0x1e,0x00,0x01,0x3e, +0x51,0x16,0xfe,0x1e,0x00,0x41,0x9c,0xfe,0x05,0xfc,0x0a,0x00,0x10,0x40,0x14,0x16, +0x02,0x0a,0x00,0x50,0x06,0xfe,0x00,0x03,0x28,0x0a,0x00,0x70,0x44,0xef,0xfd,0x00, +0x0e,0xff,0xfd,0x14,0x00,0x43,0xef,0xd4,0x00,0x08,0x85,0x37,0x03,0x6a,0x14,0x03, +0x75,0x0d,0x22,0xef,0x60,0x7e,0x0f,0x33,0x65,0x0e,0xf6,0x3b,0x05,0x22,0xd0,0xef, +0x13,0x33,0xa1,0x21,0xfd,0x0e,0xf6,0x00,0xff,0xdc,0xcc,0xcf,0xf2,0x13,0x00,0x00, +0x61,0x04,0x02,0x13,0x00,0x31,0xdd,0xdd,0xdf,0x13,0x00,0x15,0x0e,0x26,0x00,0x05, +0x39,0x00,0x01,0x74,0x02,0xa1,0xe1,0xfd,0x0e,0xf6,0x09,0xfe,0xce,0xfe,0xcd,0xfe, +0x13,0x00,0x41,0x80,0x7f,0xa0,0x5f,0x13,0x00,0x01,0x23,0x0d,0xf0,0x04,0x1b,0x90, +0xef,0x60,0x9f,0xec,0xdf,0xec,0xdf,0xe0,0x00,0x0e,0xf6,0x09,0xf8,0x07,0xfa,0x05, +0xfe,0xf9,0x02,0x92,0x9f,0xed,0xef,0xfd,0xef,0xe0,0x55,0x6f,0xf5,0x26,0x00,0x00, +0x35,0x20,0x7d,0x9f,0x80,0x00,0x00,0x4d,0xc0,0x4f,0x7a,0x36,0x13,0x05,0x2b,0x0e, +0x11,0x10,0x44,0x2b,0x10,0x0f,0x21,0x07,0x10,0x05,0x12,0x09,0x00,0x03,0x1b,0x00, +0xda,0x1a,0x60,0x00,0x03,0x39,0xff,0x33,0x5e,0xcb,0x1c,0x42,0xd0,0x00,0x6f,0xe0, +0xe3,0x1b,0x00,0xf0,0x1b,0x60,0x15,0x5a,0xfe,0x55,0xaf,0xe0,0xc2,0x0d,0x51,0x00, +0x9f,0xc0,0x07,0xfd,0xb7,0x32,0x20,0x0b,0xfb,0x95,0x2c,0x00,0x13,0x00,0x40,0xcf, +0x90,0x08,0xfc,0x13,0x00,0x00,0xaf,0x08,0xf0,0x14,0x9f,0xb0,0x00,0x6f,0xf5,0x9a, +0x05,0xff,0x20,0x0a,0xfb,0x00,0x4b,0xff,0xff,0xe0,0x9f,0xe0,0x00,0xbf,0xa3,0xff, +0xff,0xff,0xe9,0x2f,0xf9,0x00,0x0c,0xf9,0x0f,0xff,0xd8,0x30,0x0b,0xe1,0x08,0x31, +0x70,0x96,0x20,0x2a,0x57,0x00,0x8f,0x0e,0x00,0xec,0x20,0x40,0x25,0x49,0xff,0x30, +0xa1,0x03,0x22,0xe3,0x02,0xea,0x3e,0x77,0x09,0xd2,0x00,0x0e,0xff,0xc2,0x00,0xb4, +0x33,0x15,0xfd,0x94,0x19,0x13,0xd0,0x13,0x00,0x00,0xb5,0x26,0xa0,0x0a,0xaa,0xaa, +0xaa,0x60,0x55,0xbf,0xe6,0x66,0x60,0xec,0x04,0x01,0x7c,0x01,0x52,0x1f,0xfc,0xaa, +0xff,0x80,0x9a,0x03,0xa0,0x60,0x0e,0xf8,0x00,0x0a,0xfa,0x05,0xff,0x0f,0xf6,0xe6, +0x1f,0x41,0xbf,0x90,0x6f,0xf0,0x13,0x00,0x33,0x0d,0xf8,0x06,0x13,0x00,0x41,0xef, +0x70,0x7f,0xe0,0x13,0x00,0x41,0x1f,0xf4,0x08,0xfd,0x13,0x00,0x51,0x03,0xff,0x20, +0x9f,0xc0,0x13,0x00,0x41,0x7f,0xf0,0x0a,0xfb,0x13,0x00,0x80,0x0c,0xfc,0x00,0xbf, +0xa0,0xff,0x60,0x0e,0xd7,0x30,0xb1,0x0d,0xf8,0x0f,0xf9,0x55,0xff,0x80,0x9f,0xf3, +0x01,0xff,0x72,0x00,0x41,0x2f,0xfd,0x46,0xaf,0xfd,0x0d,0x60,0x82,0xef,0x55,0xff, +0xfe,0x00,0x26,0x00,0xb9,0x03,0xc0,0x1f,0xfc,0x30,0x0e,0xe6,0x00,0xbc,0x70,0x01, +0x7c,0x01,0x00,0xe3,0x2a,0x10,0x12,0x99,0x16,0x22,0x0b,0xf9,0xed,0x14,0x10,0x70, +0x4f,0x10,0x10,0x5e,0x0d,0x3d,0x23,0x0c,0xf9,0xc6,0x0e,0x49,0x7e,0xfc,0x77,0x77, +0x68,0x1a,0x42,0xc7,0x7e,0xfb,0x7a,0xff,0x3f,0xf0,0x2c,0x0f,0xf6,0x06,0xfe,0x33, +0xbf,0xd3,0x33,0x20,0x0f,0xf5,0x06,0xfe,0x00,0xdf,0x80,0x13,0x00,0x2f,0xf3,0x07, +0xfd,0x01,0xff,0x31,0xff,0x00,0x3f,0xf1,0x07,0xfd,0x05,0xfe,0x00,0xcf,0x50,0x6f, +0xe0,0x08,0xfc,0x09,0xf9,0x00,0x8f,0xb0,0xbf,0xb0,0x09,0xfb,0x0f,0xf9,0x9d,0xff, +0xf1,0xff,0x80,0x0a,0xfa,0x9f,0xfb,0x22,0xf2,0x05,0xff,0x30,0x0c,0xf9,0xaf,0xff, +0xc7,0x39,0xae,0xfd,0x00,0x0e,0xf7,0x5c,0x61,0x00,0x00,0x7f,0xf7,0x44,0x42,0x43, +0x32,0xdf,0xc0,0xdf,0x95,0x56,0x5f,0x1d,0x20,0x9f,0xfd,0x40,0xad,0x36,0x03,0x05, +0x1e,0x08,0x16,0x1e,0x2d,0x3f,0x10,0xf9,0x92,0x03,0x15,0x43,0x8d,0x10,0x15,0xfb, +0x8e,0x12,0x13,0xfb,0x1d,0x3a,0x00,0x3d,0x5c,0xc1,0x2f,0xff,0xfd,0xdd,0xdd,0xdd, +0x30,0x0c,0xfa,0x00,0x05,0xf8,0xec,0x22,0x00,0xeb,0x00,0x82,0x13,0xff,0x53,0x34, +0xff,0x40,0x0d,0xf8,0x96,0x14,0x01,0x46,0x4b,0x00,0x64,0x14,0x53,0x67,0xff,0x40, +0x0f,0xf6,0x64,0x14,0x10,0x62,0x35,0x16,0x10,0x03,0xb5,0x19,0x00,0xfe,0x29,0x02, +0xbe,0x14,0x34,0x0f,0xfe,0x50,0xc8,0x14,0x32,0x00,0x0d,0x60,0x53,0x36,0x10,0x00, +0x9a,0x09,0x30,0x00,0xff,0xa4,0xd0,0x37,0x25,0xcf,0xf0,0x4a,0x17,0x00,0x09,0x1d, +0x01,0x5b,0x39,0x10,0xd8,0xf5,0x02,0x15,0x40,0x97,0x0e,0x15,0xb0,0xbd,0x00,0x01, +0x28,0x11,0x14,0x40,0x93,0x11,0x14,0xfb,0xbc,0x00,0x00,0x8c,0x58,0x02,0xaf,0x0c, +0x20,0xfb,0x4f,0x59,0x33,0xf0,0x07,0xd3,0x22,0x00,0xbf,0xa0,0xdf,0xff,0x5e,0x63, +0xfe,0x0e,0xf4,0x0c,0xfa,0x03,0x8f,0xf9,0xff,0xef,0x70,0xef,0x40,0x72,0x09,0xe0, +0x14,0xef,0xf2,0x0e,0xf4,0x0d,0xf9,0x00,0x0f,0xf1,0x2e,0xff,0xe2,0xef,0x07,0x3e, +0x70,0xff,0x3e,0xfb,0xdf,0xce,0xf4,0x0e,0x11,0x23,0x50,0xed,0x01,0xc2,0xef,0x40, +0x4d,0x56,0x73,0x56,0x64,0x44,0x4f,0xf4,0x0f,0xf6,0x33,0x04,0x42,0x41,0xff,0x50, +0x00,0x97,0x14,0x04,0xcb,0x3f,0x33,0x32,0x2b,0xff,0xcd,0x02,0x05,0xd7,0x19,0x39, +0x5f,0xfe,0xa1,0xa9,0x40,0x15,0x10,0x34,0x1e,0x14,0xfa,0x6b,0x38,0x24,0x3f,0xf8, +0x0a,0x00,0x50,0xbf,0xf1,0x01,0xff,0x70,0xa8,0x19,0x10,0x04,0x46,0x0f,0x60,0x70, +0x01,0xee,0x40,0x00,0x1e,0x8e,0x48,0x20,0x70,0x0b,0xa1,0x52,0x00,0x4c,0x0a,0x60, +0x70,0x7f,0xfd,0x00,0x08,0xff,0x0a,0x00,0x20,0x76,0xff,0xe2,0x54,0x00,0x0a,0x00, +0x10,0xcf,0x7c,0x1b,0x10,0xfd,0x0a,0x00,0x10,0xff,0xfa,0x2c,0x11,0x87,0x0a,0x00, +0x12,0x40,0x0c,0x3f,0x32,0x3d,0xff,0xe3,0x1e,0x19,0x11,0x28,0x7b,0x0f,0x00,0x0a, +0x00,0x10,0xdf,0x6f,0x0e,0x10,0x15,0x0a,0x00,0x20,0x2e,0xc4,0x49,0x4c,0x60,0xd2, +0x00,0x07,0xff,0x11,0x01,0x5e,0x4c,0x11,0xf2,0x5b,0x0d,0x00,0x36,0x28,0x12,0xf0, +0x0a,0x00,0x41,0xd6,0x66,0xdf,0xc0,0x0a,0x00,0x11,0xbf,0xa4,0x0e,0x00,0x0a,0x00, +0x45,0x2b,0xef,0xff,0xe9,0x5f,0x01,0x34,0xf9,0x04,0xff,0xa7,0x39,0x31,0x4f,0xf4, +0x44,0x01,0x00,0xf0,0x03,0x42,0x04,0xff,0x00,0x21,0x00,0x00,0x01,0xea,0x20,0x00, +0x4f,0xf0,0x3e,0xe4,0x00,0x00,0xbf,0xc5,0x0d,0x60,0x03,0xef,0xf7,0x00,0x8f,0xf6, +0x37,0x33,0x41,0x01,0xcf,0xfa,0x6f,0x17,0x52,0x00,0xf9,0x19,0x13,0xfc,0x4a,0x33, +0x23,0xaf,0xff,0x5d,0x33,0x10,0x8f,0x25,0x0f,0x00,0x26,0x00,0x20,0xbf,0xfc,0xee, +0x36,0x00,0x96,0x33,0x30,0xfb,0x00,0x3e,0xd3,0x48,0x10,0xf3,0x5c,0x17,0x70,0x2e, +0xfd,0x00,0x04,0xff,0x04,0xc3,0x0d,0x15,0x43,0x10,0x00,0x4f,0xf1,0xda,0x3d,0x15, +0x04,0x56,0x15,0x14,0x4f,0x0a,0x00,0x16,0x10,0x6a,0x06,0x08,0x41,0x31,0x33,0x02, +0xaf,0x20,0x6e,0x30,0x30,0xbf,0xff,0xd0,0x0a,0x00,0x81,0x01,0x6b,0xff,0xff,0xf9, +0x30,0x5f,0xf1,0x7b,0x1d,0x12,0xfb,0x48,0x05,0x53,0x06,0xea,0x6d,0xf9,0x00,0x96, +0x30,0x1e,0x0c,0x0a,0x00,0x01,0xf6,0x42,0x12,0x6f,0xf3,0x09,0x03,0xb0,0x15,0x17, +0x1f,0x2b,0x17,0x82,0x3f,0xf9,0x33,0x33,0x7f,0xf4,0x33,0x30,0xc0,0x1c,0x02,0x32, +0x00,0x24,0x5f,0xf3,0x0a,0x00,0x23,0xcf,0xe0,0x0a,0x00,0x01,0x0c,0x59,0x21,0x5f, +0xf1,0x1d,0x0f,0x12,0x10,0x0a,0x00,0x11,0x07,0x67,0x03,0x00,0x0a,0x00,0x11,0x1d, +0x0f,0x02,0x01,0xa0,0x00,0x11,0xd4,0x40,0x00,0x0a,0x6c,0x37,0x00,0x47,0x12,0x24, +0x6d,0xa0,0x0a,0x00,0x2c,0x7f,0xc0,0x0a,0x00,0x40,0x02,0x33,0x9f,0xd3,0x60,0x18, +0x32,0x6f,0xf4,0x38,0x6b,0x44,0x10,0x2f,0x35,0x3c,0x04,0x0a,0x00,0x61,0xe0,0x00, +0x9f,0xb0,0x7f,0xd0,0x17,0x23,0xf0,0x06,0x30,0xaf,0x90,0x7f,0xd4,0x20,0x00,0x3f, +0xf0,0x0f,0xf3,0xcf,0x80,0x7f,0xff,0x80,0x00,0x3f,0xf0,0x3f,0xe0,0x90,0x0c,0xf0, +0x0f,0xc0,0x00,0x3f,0xf0,0x9f,0xa2,0xff,0x20,0x8f,0xcf,0xf0,0x00,0x3f,0xf2,0xff, +0x46,0xfe,0x00,0x9f,0xbd,0xf4,0x00,0x3f,0xf5,0xfd,0x0c,0xfb,0x00,0xaf,0xaa,0xf4, +0x21,0xa0,0x24,0x4f,0xf4,0x00,0xaf,0x97,0xe7,0x00,0x3f,0xf0,0x4d,0x30,0x20,0xcf, +0x80,0x50,0x00,0x10,0x07,0x61,0x0e,0x10,0x60,0x0a,0x00,0x41,0x5f,0xfb,0x04,0x37, +0xf2,0x33,0x61,0xf3,0xff,0xd1,0x0d,0xff,0xfe,0x96,0x00,0x2a,0x3c,0x10,0x77,0x07, +0x09,0xe9,0x28,0x51,0xc0,0x00,0x00,0x09,0xb7,0x61,0x10,0x00,0x70,0x09,0x00,0xc8, +0x00,0x00,0x6b,0x37,0x00,0xd5,0x14,0xa3,0x02,0xcc,0xcf,0xfc,0xcc,0xcf,0xfe,0xcc, +0x50,0x00,0xc7,0x42,0x00,0x58,0x32,0x52,0x42,0x26,0xff,0x52,0x23,0xb2,0x02,0x20, +0x4f,0xf3,0xa8,0x06,0x04,0x14,0x1c,0x00,0x23,0x4f,0x60,0xbb,0xdf,0xfc,0xbb,0xcf, +0xf7,0x5b,0x04,0x00,0x3d,0x10,0x27,0xff,0x70,0x39,0x00,0x11,0xee,0xee,0x16,0x26, +0xee,0x60,0x7f,0x43,0x05,0x3e,0x3b,0x06,0xa6,0x08,0x40,0x44,0x44,0x44,0x47,0xe4, +0x23,0x19,0x44,0xa5,0x43,0x03,0xe2,0x24,0x08,0xc2,0x43,0x00,0x6b,0x2d,0x0e,0x0a, +0x00,0x43,0xd5,0x55,0x55,0x51,0xe4,0x1d,0x01,0xf0,0x15,0x00,0x0a,0x00,0x10,0xfe, +0x4e,0x2e,0x0f,0x32,0x00,0x01,0x06,0x11,0x18,0x06,0x0a,0x00,0x00,0x90,0x3b,0x20, +0xdf,0xe6,0x90,0x3b,0x05,0x38,0x0f,0x02,0x1d,0x04,0x13,0xd9,0x76,0x2c,0x00,0x8e, +0x03,0x13,0xd6,0x0a,0x00,0x52,0xd7,0xef,0xff,0xe8,0x10,0x28,0x00,0x34,0x05,0xcf, +0xfe,0x6a,0x0f,0x3b,0x04,0xc5,0x00,0x3c,0x00,0x0c,0x0a,0x00,0x02,0x67,0x3d,0x00, +0x95,0x1b,0x15,0xdf,0xf1,0x05,0x06,0x0a,0x00,0x02,0x58,0x41,0x1f,0x0b,0x0a,0x00, +0x1c,0x34,0x41,0x43,0x4d,0x14,0x00,0x02,0x3f,0x2a,0x00,0x0a,0x00,0x39,0x8f,0xfd, +0x90,0xb1,0x41,0x0e,0x0a,0x00,0x04,0x0e,0x42,0x06,0x2a,0x42,0x08,0x0e,0x01,0x07, +0x34,0x0a,0x1c,0x3f,0x02,0x1e,0x42,0xfc,0x00,0x3f,0xfa,0xa7,0x3c,0x25,0x60,0x03, +0x56,0x00,0x14,0x3f,0xca,0x40,0x0e,0x13,0x00,0x07,0x7c,0x00,0x07,0x7d,0x45,0x15, +0x20,0x9b,0x46,0x04,0xe5,0x0f,0x05,0x07,0x37,0x02,0xba,0x43,0x03,0xd6,0x0a,0x04, +0x33,0x20,0x04,0x7e,0x06,0x04,0x53,0x01,0x25,0x19,0xf6,0x42,0x2d,0x05,0xd1,0x02, +0x14,0xdf,0xbf,0x00,0x08,0x0a,0x00,0x60,0x94,0x44,0x44,0x55,0x54,0x44,0xb1,0x16, +0x00,0x15,0x33,0x02,0xf0,0x3a,0x1e,0x50,0x0a,0x00,0x60,0xef,0x54,0x44,0x44,0xff, +0xb4,0x7f,0x02,0x24,0xef,0x5e,0x11,0x18,0x06,0x0a,0x00,0x20,0xff,0x40,0x28,0x00, +0x00,0x43,0x1f,0x01,0x0d,0x0f,0x51,0x84,0xed,0x20,0x00,0x02,0x6c,0x0e,0x30,0x81, +0xcf,0xe2,0xf6,0x0a,0x00,0x1e,0x00,0x51,0x0d,0xfb,0x00,0x08,0xfc,0x0a,0x00,0x31, +0x02,0x90,0x00,0x7b,0x3d,0x74,0xff,0xa3,0x33,0x33,0x30,0x2f,0xf4,0x7d,0x48,0x24, +0x4f,0xe0,0x0a,0x00,0x2d,0x02,0x60,0xb4,0x00,0x18,0xd0,0x0a,0x00,0x50,0x92,0x22, +0x24,0xed,0x92,0x7d,0x01,0xc2,0xdf,0x72,0xaa,0xad,0xff,0xca,0xaa,0xa5,0x00,0x00, +0xdf,0x72,0x4f,0x03,0x00,0x0a,0x00,0x00,0x69,0x1c,0x11,0x1f,0x0a,0x00,0x00,0x5f, +0x1c,0x10,0x9f,0x5f,0x61,0x05,0x1e,0x00,0x42,0xef,0x62,0xff,0x20,0xc8,0x1f,0x20, +0xff,0x52,0x9b,0x1c,0x10,0xaf,0x8a,0x42,0x15,0x32,0xc4,0x03,0x70,0x20,0x22,0x11, +0x7f,0xe1,0x13,0x10,0xc8,0x10,0xf0,0x1b,0x5f,0xa1,0x6f,0xe0,0x9f,0x30,0x00,0x09, +0xfc,0x01,0xef,0xc0,0x6f,0xe0,0xcf,0xe1,0x00,0x0e,0xf9,0x0b,0xff,0x20,0x6f,0xe0, +0x1e,0xfb,0x00,0x4f,0xf4,0xaf,0xf5,0x11,0x7f,0xe0,0x04,0xff,0x70,0x5e,0xd0,0x5e, +0x80,0xdf,0x71,0x60,0xab,0x70,0x01,0x40,0x01,0x00,0x8f,0xeb,0x20,0x00,0x01,0xb2, +0x3b,0x32,0xf8,0x00,0x22,0x9b,0x01,0x52,0xbf,0xfa,0x16,0xff,0x60,0x12,0x3d,0x41, +0x50,0x01,0xbf,0xfa,0x48,0x62,0x10,0xfe,0x64,0x42,0x12,0xd2,0x63,0x23,0x30,0xff, +0xfe,0xef,0x31,0x2d,0x10,0x43,0x17,0x57,0x80,0x03,0x91,0x00,0x0c,0xcc,0xcc,0xdf, +0xfe,0x51,0x22,0x16,0xc1,0x77,0x02,0xa0,0x04,0x44,0x7f,0xfe,0x44,0x44,0xcf,0xf6, +0x44,0x40,0xf5,0x62,0xf1,0x1e,0x49,0xfa,0x3d,0xfe,0x40,0x00,0x01,0x9f,0xff,0xef, +0xff,0xe7,0x12,0xef,0xf9,0x10,0x2f,0xff,0xd6,0xfe,0xa5,0x17,0xb3,0x2d,0xff,0xf3, +0x07,0xf9,0x00,0x22,0x5a,0xff,0xf9,0x00,0x9f,0x80,0x00,0x20,0x2b,0xef,0xff,0xf9, +0x22,0xb6,0x02,0x4b,0x28,0x31,0x95,0x02,0x8f,0x7a,0x08,0x41,0x01,0x11,0x48,0xcf, +0xfa,0x0a,0x10,0x06,0x88,0x37,0x13,0xa4,0x6a,0x41,0x13,0xd9,0xde,0x1d,0x24,0x76, +0x31,0xab,0x02,0x04,0x20,0x16,0x03,0x0a,0x00,0x00,0x4b,0x24,0x30,0x66,0x7f,0xfa, +0xd5,0x35,0x03,0xad,0x3d,0x22,0x0b,0xfb,0x0a,0x00,0x52,0xfd,0x00,0x0f,0xfa,0x33, +0x1e,0x56,0x20,0x30,0x3f,0x22,0x64,0x00,0x9e,0x13,0x22,0xa0,0x7f,0xa5,0x16,0x10, +0x6f,0x5e,0x09,0x21,0x1e,0xfb,0x55,0x21,0x00,0x50,0x40,0x10,0xf5,0x69,0x04,0x30, +0xd7,0xff,0x30,0x58,0x4d,0x00,0x6b,0x57,0x21,0xef,0xd1,0x03,0x5f,0x00,0x4b,0x57, +0x30,0xfd,0x7f,0xf9,0x4f,0x00,0x00,0xd3,0x2b,0x01,0xca,0x02,0x20,0xaf,0xf7,0x60, +0x4f,0x10,0xa1,0x87,0x06,0x11,0xd0,0x72,0x5e,0xf0,0x0c,0x93,0x00,0x3f,0xff,0x31, +0xaf,0xff,0xf9,0x4c,0xff,0xff,0xe2,0x08,0xf5,0x00,0xbf,0xfb,0x30,0x00,0x5c,0xff, +0x90,0x00,0x40,0x00,0x19,0x20,0x4b,0x1c,0x60,0x00,0x03,0x44,0x44,0x45,0x20,0xf2, +0x07,0x01,0xf7,0x2c,0x11,0xf5,0x05,0x08,0x10,0x0c,0xf3,0x04,0x02,0xa9,0x14,0x00, +0x48,0x4d,0x20,0xff,0x40,0xe4,0x1a,0xf0,0x02,0x40,0x00,0xaf,0xc0,0xcf,0x70,0x04, +0xff,0x20,0x07,0xfb,0x00,0xdf,0x90,0x9f,0xa0,0x08,0x74,0x00,0x60,0x91,0xff,0x60, +0x5f,0xe0,0x0c,0x84,0x5b,0x70,0xfb,0xff,0x10,0x2f,0xf3,0x2f,0xf6,0x46,0x21,0x60, +0xfd,0x00,0x0d,0xf9,0x8f,0xf1,0x3b,0x16,0x40,0xf9,0x00,0x07,0xfe,0x26,0x3e,0x00, +0x99,0x23,0x03,0xcd,0x08,0x31,0xef,0xff,0x70,0x67,0x4d,0x20,0x00,0x08,0xed,0x46, +0x21,0xdf,0xf9,0xac,0x5a,0x30,0x4f,0xf7,0x0c,0x6d,0x00,0xf0,0x00,0x01,0xdf,0xf2, +0x0b,0x73,0xcf,0xfc,0xff,0xf5,0x00,0x2d,0xff,0x70,0x00,0x8f,0xf7,0x09,0x30,0xa0, +0x1d,0xf8,0xfc,0x4e,0x00,0x63,0x64,0x21,0x02,0x80,0xff,0x36,0x24,0x00,0x2a,0x39, +0x0a,0x10,0x58,0xf8,0x61,0x65,0x34,0x57,0x89,0xac,0xff,0xff,0xaa,0x0e,0x20,0xfd, +0x95,0x0a,0x00,0x4b,0xdc,0xb9,0x87,0x53,0x88,0x22,0x20,0xf9,0x22,0x43,0x42,0x15, +0x20,0xac,0x05,0x15,0xf8,0x0a,0x00,0x10,0xf6,0x28,0x00,0x50,0x7f,0xf2,0x11,0x11, +0xaf,0x7e,0x0d,0x32,0xf5,0x0e,0xf7,0x93,0x0a,0x62,0x2f,0xf5,0x08,0xfe,0x10,0x09, +0xff,0x06,0x32,0x01,0xef,0xb0,0xa9,0x5d,0x10,0xf1,0x34,0x5c,0x21,0xd0,0x00,0x62, +0x2a,0x02,0xdf,0x57,0x00,0xd3,0x36,0x10,0x1a,0x65,0x24,0x00,0xb9,0x39,0x10,0x28, +0xce,0x04,0xf1,0x0a,0x50,0x00,0x0b,0xff,0x3d,0xff,0xff,0x91,0x4d,0xff,0xff,0xa0, +0x0b,0xf9,0x0b,0xff,0xa2,0x00,0x00,0x7d,0xff,0x30,0x00,0x71,0x02,0x20,0x2c,0x12, +0x25,0xc2,0x08,0x03,0x97,0x00,0x62,0x98,0x30,0x5f,0xf5,0x01,0xab,0x4d,0x18,0x20, +0x7f,0xf3,0xe0,0x60,0x00,0xc8,0x32,0x20,0xaf,0xf1,0xce,0x3f,0x00,0xad,0x3b,0x50, +0xdf,0xe0,0x00,0x09,0x50,0x84,0x06,0x01,0x3c,0x43,0x45,0xee,0xc0,0x00,0xbf,0xd4, +0x03,0x51,0x58,0x55,0x5d,0xff,0x65,0x2f,0x0b,0x01,0x4f,0x02,0x04,0xfe,0x04,0x22, +0xff,0xff,0x9c,0x46,0x13,0x01,0x8c,0x45,0x00,0x27,0x02,0x52,0xfb,0x55,0x56,0xff, +0xc0,0xa5,0x18,0x22,0x50,0x08,0x9f,0x02,0x20,0xf4,0xbf,0x8f,0x56,0x00,0x13,0x00, +0x21,0x60,0x1d,0x3a,0x02,0x30,0x09,0xff,0xf9,0x35,0x0c,0x01,0x21,0x2c,0x40,0x60, +0x04,0xbf,0xff,0x2e,0x5b,0x70,0x04,0xc2,0x0a,0xff,0xff,0xd6,0x8f,0x51,0x00,0x00, +0x90,0x4f,0x30,0x00,0x01,0x8e,0x19,0x01,0x20,0x01,0x72,0x69,0x00,0x12,0x27,0xe7, +0x05,0x06,0x7b,0x0f,0xb1,0xab,0xbb,0xbb,0xbb,0x70,0x01,0xff,0x61,0x7f,0xe1,0xcf, +0x01,0x19,0xa0,0xff,0x50,0x6f,0xe0,0x5f,0xf7,0x66,0xcf,0x90,0x00,0x8b,0x1c,0x11, +0x0d,0x35,0x15,0x01,0x21,0x22,0x10,0xf7,0x4e,0x02,0x70,0xff,0x50,0x7f,0xe0,0x06, +0xfb,0x04,0xd5,0x0f,0x10,0x50,0xd4,0x0e,0x41,0x0a,0xfc,0x00,0x00,0xb3,0x1c,0x33, +0xef,0x6f,0xf7,0x0a,0x00,0x10,0x8f,0x42,0x1f,0x41,0xff,0x60,0x7f,0xe0,0x42,0x59, +0x00,0x28,0x00,0xd0,0xe4,0x20,0x0c,0xff,0x40,0x00,0x01,0xff,0xba,0xdf,0xff,0x70, +0x1e,0x09,0x3f,0x10,0xff,0xc2,0x3c,0x10,0xbf,0x91,0x65,0x20,0xff,0xda,0x6e,0x69, +0xb1,0xbf,0xfc,0x10,0x04,0x20,0x00,0x6f,0xe0,0x9f,0xfb,0x07,0x70,0x41,0x71,0x6f, +0xe2,0xff,0xc1,0x00,0x9f,0xe2,0xc6,0x02,0x12,0x5a,0x3e,0x02,0x0f,0x01,0x00,0x02, +0x15,0x3d,0xed,0x1b,0x01,0xae,0x02,0x06,0xdf,0x4d,0x15,0x6f,0xda,0x44,0xf0,0x02, +0x12,0x62,0x7f,0xf1,0x1a,0xfc,0x14,0x11,0x10,0x00,0x8f,0xe6,0xff,0x00,0xaf,0xdd, +0xf8,0xe2,0x18,0x30,0x6f,0xf0,0x0a,0xa4,0x53,0x30,0x2e,0xfb,0x06,0x7f,0x17,0x50, +0x6f,0xf8,0x00,0x8d,0x00,0x13,0x00,0xa5,0x00,0x7c,0x20,0x00,0x00,0x03,0x99,0x00, +0x69,0x70,0x1a,0x1a,0x01,0x06,0x0b,0x03,0xee,0x06,0x00,0x5b,0x56,0x41,0x11,0x11, +0x3e,0xfe,0x40,0x67,0x52,0xf9,0x10,0x4e,0xfe,0x30,0x08,0x26,0x03,0x7a,0x49,0x00, +0x7d,0x01,0x60,0x61,0x00,0x00,0x05,0x8a,0xcf,0xbb,0x1a,0xf1,0x00,0xfd,0xa8,0x61, +0x7f,0xff,0xfe,0xa4,0x00,0x39,0xef,0xff,0xfd,0x00,0xb8,0x52,0x43,0x02,0x27,0x8b, +0x30,0x46,0x0a,0x04,0x5b,0x0d,0x50,0x05,0xfd,0xb9,0x86,0x9e,0x70,0x42,0xf1,0x01, +0x25,0x9c,0xff,0xff,0xff,0xd5,0x10,0x00,0x00,0x4e,0xdc,0xa8,0x52,0x14,0x8c,0xe1, +0x23,0x00,0x10,0xbf,0xdd,0x03,0xf1,0x17,0x0a,0xfa,0x69,0xfe,0x36,0xfb,0x76,0xef, +0xc0,0x04,0xcf,0xff,0xf3,0x02,0x9f,0xff,0xfd,0x00,0x6f,0xfc,0x88,0xee,0x1b,0xff, +0xc7,0xaf,0xf3,0x6f,0xb9,0x99,0xac,0x9c,0xea,0x99,0x9a,0xe7,0x9f,0xed,0x9b,0x1e, +0x41,0xde,0xfc,0x9f,0x95,0x93,0x07,0x51,0x57,0xfc,0x23,0x29,0xff,0xa9,0x62,0x90, +0x32,0x00,0x09,0xfd,0x88,0x88,0x88,0xdf,0x90,0xe5,0x0f,0x04,0x09,0x00,0x04,0x7e, +0x00,0xf4,0x03,0x09,0xfb,0x33,0x33,0x33,0xcf,0x90,0x00,0x57,0x7c,0xfc,0x77,0x77, +0x77,0xdf,0xc7,0x76,0xcf,0x4e,0x1f,0x13,0xef,0x44,0x45,0x05,0x08,0x00,0x10,0xc6, +0xb2,0x08,0x41,0x6f,0xfa,0xef,0x90,0x54,0x0f,0x0f,0x08,0x00,0x2f,0x0c,0x60,0x00, +0x10,0xc7,0x4f,0x25,0x1d,0x7f,0x28,0x00,0x24,0x00,0x05,0x67,0x35,0x14,0x00,0x5e, +0x0c,0x04,0x02,0x04,0x10,0xf1,0x68,0x02,0x03,0x75,0x4c,0x12,0x0f,0xbf,0x63,0x0f, +0x13,0x00,0x04,0x00,0x82,0x46,0x1a,0x29,0x39,0x00,0x04,0x4c,0x00,0x15,0x01,0x5f, +0x39,0x61,0x00,0x05,0x10,0x00,0x00,0x60,0x96,0x08,0x00,0x6e,0x27,0x11,0xc1,0x47, +0x00,0x50,0xd1,0x00,0x08,0xff,0xe2,0x47,0x03,0x10,0xe1,0x17,0x00,0x31,0xf4,0x00, +0x4e,0xa1,0x02,0x10,0x05,0xa6,0x55,0x13,0x90,0x56,0x65,0x22,0x06,0x50,0x0f,0x12, +0x24,0x30,0x66,0x01,0x00,0x06,0xce,0x0a,0x05,0xe1,0x0a,0x04,0x00,0x0a,0x14,0xb0, +0xc1,0x10,0x12,0xfb,0x17,0x52,0x10,0xf5,0x13,0x00,0x11,0x02,0x7f,0x06,0x01,0x13, +0x00,0x33,0xf6,0x44,0x4f,0x13,0x00,0x23,0x20,0x00,0x13,0x00,0x33,0xf2,0x00,0x0f, +0x13,0x00,0x4f,0x75,0x55,0xff,0x50,0x39,0x00,0x05,0x14,0xf2,0x5f,0x00,0x14,0x44, +0x5f,0x00,0x01,0x48,0x47,0x12,0x77,0xee,0x43,0x03,0xf4,0x39,0x02,0x0f,0x1c,0x0b, +0xe1,0x3e,0x05,0xeb,0x17,0x34,0x01,0xed,0x60,0xee,0x33,0x02,0x72,0x19,0x00,0xc2, +0x05,0x20,0x08,0xc1,0xe7,0x04,0x00,0x94,0x0c,0x00,0x9f,0x28,0x11,0x2e,0x04,0x3c, +0x00,0x6d,0x22,0x65,0xe3,0x33,0x44,0x55,0xbf,0xfc,0x16,0x0a,0x11,0xa0,0x66,0x11, +0x61,0xed,0xcc,0xdf,0xf5,0x06,0x64,0x3a,0x4a,0x26,0x0e,0x80,0x40,0x3f,0x14,0xef, +0xbb,0x05,0x06,0x09,0x00,0x00,0x2f,0x48,0x23,0x3f,0xf8,0x75,0x09,0x19,0x0f,0x09, +0x00,0x59,0xb5,0x55,0x55,0x55,0x5f,0x2d,0x00,0x00,0x44,0x05,0x17,0xef,0x24,0x00, +0x00,0x6e,0x03,0x14,0xa7,0xb6,0x00,0x05,0x6c,0x2e,0x22,0x0d,0xfc,0xb6,0x3c,0x40, +0x66,0x66,0xff,0xb6,0x5d,0x0b,0x15,0x0b,0xf7,0x25,0x16,0xbf,0x4a,0x27,0x15,0x03, +0x04,0x28,0x2c,0xcf,0xe0,0xf8,0x45,0x14,0x0e,0x24,0x1f,0x14,0x0a,0x6c,0x06,0x20, +0x08,0xff,0x0b,0x0a,0x71,0x44,0xff,0x80,0x0a,0xff,0xbc,0xf9,0x7c,0x00,0x51,0x02, +0xff,0xb0,0xbf,0x90,0xad,0x25,0x44,0x05,0xb0,0x0b,0xf9,0x8f,0x00,0x23,0xbf,0xc6, +0xd4,0x25,0x13,0x0b,0xb4,0x00,0x00,0xd5,0x56,0x03,0x2d,0x26,0x01,0x26,0x00,0x24, +0x0d,0xe8,0x46,0x25,0x18,0xf7,0x09,0x00,0x22,0xd1,0x11,0xc1,0x09,0x06,0x09,0x00, +0x0d,0x24,0x00,0x08,0xe6,0x53,0x01,0x88,0x04,0x05,0x09,0x00,0x40,0x22,0x26,0xff, +0x72,0x1e,0x07,0x52,0x21,0x00,0x09,0xff,0x53,0xff,0x20,0x14,0x0e,0x7f,0x00,0x19, +0x4f,0x47,0x1e,0x24,0x5f,0xf3,0xef,0x13,0x11,0xf0,0xc6,0x06,0x22,0x32,0x24,0x84, +0x4c,0x15,0x02,0x16,0x1f,0x12,0xdf,0xb9,0x27,0x0b,0x5c,0x23,0x16,0xf6,0x09,0x00, +0x02,0x60,0x10,0x41,0x4f,0xf6,0x6f,0xe0,0x2f,0x03,0x41,0x0e,0xf6,0x6f,0xe0,0x89, +0x00,0x00,0x09,0x00,0x02,0x15,0x23,0x22,0xf6,0x6f,0x51,0x01,0x00,0x09,0x00,0x10, +0x0e,0xc1,0x3b,0x00,0x09,0x00,0x10,0x0f,0x97,0x0f,0x01,0x09,0x00,0x34,0xf3,0x00, +0x1f,0x09,0x00,0x1b,0x0f,0x12,0x00,0x05,0x24,0x00,0x14,0xfe,0x36,0x00,0x13,0xf3, +0x48,0x00,0x00,0x85,0x1f,0x23,0x34,0x5f,0x5a,0x00,0x32,0x7f,0xff,0xf3,0x09,0x00, +0x1c,0x2f,0x80,0x52,0x04,0x54,0x03,0x23,0xda,0x10,0xe7,0x00,0x15,0xf9,0x08,0x12, +0x01,0xc3,0x05,0x23,0x02,0xcf,0xde,0x1f,0x60,0x8f,0xff,0xa3,0x22,0x22,0x3d,0xe8, +0x43,0x22,0xf6,0x30,0xb1,0x66,0x71,0xda,0x29,0xfb,0x00,0x1b,0xff,0x90,0x2d,0x00, +0x34,0xd6,0xef,0xf8,0xff,0x00,0x11,0x50,0x64,0x02,0x30,0xaf,0xff,0xf6,0x2b,0x28, +0x22,0x48,0xdf,0x5f,0x10,0x14,0x2f,0x68,0x10,0x31,0x09,0xfe,0xbf,0x9a,0x40,0x30, +0xf2,0x01,0x30,0x39,0x26,0x01,0x83,0x1a,0x06,0x09,0x00,0x64,0xf5,0x22,0x22,0x22, +0x7f,0xf2,0xe3,0x05,0x09,0x09,0x00,0x04,0x24,0x00,0x01,0x18,0x03,0x10,0x47,0x0c, +0x2b,0x42,0x23,0x56,0x79,0xac,0xcc,0x08,0x02,0xb1,0x06,0x11,0xa6,0x08,0x09,0x3b, +0xa9,0x86,0x42,0x08,0x09,0x13,0xfa,0xe0,0x11,0x05,0xb4,0x0e,0x18,0xf7,0x0a,0x00, +0x06,0x28,0x00,0x04,0x0e,0x0d,0x00,0xf1,0x57,0x03,0xe2,0x04,0x13,0x3f,0xa6,0x50, +0x00,0x96,0x52,0xc2,0x7f,0xf3,0x33,0x33,0x38,0xff,0x10,0x00,0xaf,0xe0,0x7f,0xe0, +0x59,0x52,0x22,0xef,0xa0,0x0a,0x00,0x00,0x38,0x58,0x20,0x7f,0xf4,0xe0,0x44,0x43, +0x10,0x0d,0xff,0x10,0x32,0x00,0x33,0x1d,0xf8,0x00,0x0a,0x00,0x34,0x01,0xb0,0x00, +0x32,0x00,0x09,0xf6,0x0b,0x23,0x86,0x10,0x75,0x17,0x14,0xfe,0x3c,0x02,0x01,0x8c, +0x00,0x94,0x15,0x55,0x55,0xcf,0xf7,0x55,0x55,0x55,0x51,0x20,0x04,0x32,0xf4,0x3f, +0xff,0x31,0x22,0x32,0xf4,0x3f,0xf2,0x31,0x00,0x40,0xf4,0x3f,0xf2,0x01,0x79,0x05, +0x00,0x09,0x00,0x01,0x97,0x3d,0x0a,0x09,0x00,0x3b,0xf3,0x00,0x4f,0x09,0x00,0x3b, +0xfd,0xcc,0xdf,0x24,0x00,0x43,0xf6,0x44,0x44,0x30,0x24,0x00,0x03,0x51,0x00,0x11, +0x10,0xec,0x26,0x01,0x63,0x00,0x10,0x02,0x73,0x53,0x02,0x06,0x52,0x2e,0xfb,0x40, +0x2d,0x02,0x41,0x23,0x33,0x33,0x0f,0xfa,0x2c,0x41,0xdf,0xff,0xff,0x1f,0xf5,0x0b, +0xf0,0x0b,0xdf,0xff,0xff,0x12,0x22,0x22,0x24,0xff,0x10,0xdf,0x40,0xff,0x10,0xcb, +0x20,0x04,0xff,0x00,0xdf,0x40,0xff,0x11,0xff,0x10,0x06,0xfe,0x09,0x00,0x50,0x13, +0xff,0x00,0x07,0xfc,0x09,0x00,0x50,0x14,0xfe,0x00,0x09,0xfb,0x09,0x00,0xa1,0x16, +0xfd,0x11,0x1b,0xfa,0x11,0xdf,0x40,0xff,0x18,0xc1,0x06,0x40,0xdf,0x40,0xff,0x19, +0xa8,0x04,0x31,0xf9,0xdf,0x97,0x25,0x01,0x31,0x0b,0xf8,0xdf,0x00,0x4d,0x60,0x22, +0x0d,0xf6,0xdf,0xcb,0xbb,0x4a,0x03,0x41,0x3f,0xf5,0xdf,0x40,0xad,0x16,0x44,0x4f, +0xf2,0x44,0x10,0x53,0x4f,0x11,0x00,0xa7,0x0c,0x24,0xbf,0xc0,0x07,0x4e,0x13,0x70, +0x11,0x4d,0x16,0xe9,0xab,0x00,0x15,0x0e,0xe7,0x13,0x06,0x0a,0x00,0x10,0x03,0xcf, +0x4b,0x51,0xfe,0x43,0x33,0x33,0x20,0xbb,0x02,0x33,0xf2,0x02,0x00,0xd0,0x6b,0x41, +0xf1,0xbf,0xb3,0x00,0xdf,0x65,0x50,0xdf,0xf2,0xbf,0xff,0xb2,0xa7,0x4a,0xa0,0xd3, +0x6f,0xf0,0x04,0xcf,0xff,0x80,0x3f,0xff,0xe6,0x5a,0x14,0x52,0x06,0xef,0xc0,0x06, +0xc5,0xff,0x4c,0x20,0x19,0x00,0xfe,0x06,0x21,0x35,0x52,0xfe,0x06,0x14,0x0d,0x60, +0x56,0x08,0x0a,0x00,0x14,0xf9,0x5c,0x09,0x07,0x0a,0x00,0x15,0xfa,0x0a,0x00,0x0f, +0x32,0x00,0x0a,0x00,0x97,0x00,0x15,0x60,0x67,0x18,0x14,0xf9,0xaf,0x52,0x04,0xbb, +0x50,0x53,0x04,0xef,0xfa,0xbf,0xf8,0x24,0x6d,0x50,0x62,0x0a,0xff,0xe7,0x10,0xb2, +0x6d,0xf3,0x0c,0xd3,0xaf,0x90,0x6f,0xff,0xfa,0x61,0x4f,0xff,0xe7,0x00,0x7f,0xfa, +0x01,0x9f,0xff,0xd1,0x08,0xd7,0x33,0x33,0x39,0xf6,0x33,0x31,0x7d,0x30,0x1a,0x17, +0x00,0xe3,0x05,0x01,0x89,0x3a,0x29,0xff,0xf5,0xd7,0x6c,0x00,0x4a,0x02,0x38,0x3f, +0xfc,0x11,0xc5,0x05,0x08,0x0a,0x00,0x01,0x94,0x02,0x01,0x0a,0x00,0x23,0xf8,0x11, +0x9c,0x2b,0x0f,0x28,0x00,0x0b,0x00,0x5e,0x44,0x15,0xd1,0x43,0x30,0x11,0x80,0xa9, +0x00,0x41,0x33,0x33,0x3d,0xfe,0xbc,0x2d,0x05,0x27,0x31,0x15,0x0f,0x57,0x06,0x01, +0xb7,0x01,0x00,0x22,0x03,0x21,0x0f,0xf8,0x3d,0x28,0x1f,0xfe,0x26,0x00,0x03,0x13, +0x71,0x6c,0x08,0x23,0x1f,0xf6,0x88,0x57,0x33,0x03,0xff,0x6f,0xaa,0x05,0x20,0x5f, +0xf3,0x2b,0x0c,0x10,0xef,0xa9,0x67,0x00,0xd1,0x46,0x01,0xc2,0x20,0x12,0xc1,0x18, +0x2c,0x50,0x60,0x3f,0xf6,0x1f,0xf7,0x15,0x07,0x42,0xf6,0x0c,0xff,0x11,0x4d,0x00, +0xd3,0x62,0xef,0xa0,0x1f,0xfe,0xdd,0xdd,0xdd,0xdf,0xf6,0x02,0xd1,0x01,0x26,0x00, +0x07,0xe0,0x19,0x10,0xa6,0x4e,0x70,0x02,0xe6,0x2d,0x22,0xaf,0xd0,0x8c,0x2f,0x83, +0x33,0xbf,0xe3,0x33,0x33,0x20,0x01,0xef,0xab,0x01,0x14,0x0a,0xb8,0x07,0x00,0x48, +0x2f,0x01,0x24,0x00,0x23,0x18,0xb0,0x09,0x00,0x14,0xaf,0x2e,0x07,0x05,0x09,0x00, +0x24,0x23,0x33,0xb8,0x2e,0x14,0x13,0xc0,0x2e,0x03,0x1a,0x06,0x08,0x09,0x00,0x12, +0xf0,0x5f,0x75,0x07,0x09,0x00,0x10,0xf4,0x8f,0x29,0x1f,0xff,0x2d,0x00,0x0a,0x1b, +0x4f,0xf9,0x50,0x00,0x57,0x17,0x60,0xf4,0x33,0x3a,0xa5,0x33,0x36,0x13,0x00,0x10, +0x10,0x7e,0x3f,0x01,0x2b,0x75,0x00,0xb8,0x00,0x10,0x73,0x13,0x00,0x52,0x1b,0xbb, +0xff,0xdb,0xb5,0x3e,0x75,0x22,0x0f,0xf5,0x67,0x14,0x10,0x5f,0x39,0x05,0x00,0x39, +0x64,0x10,0xf4,0x47,0x10,0x54,0xb3,0xff,0x20,0x05,0xff,0xbb,0x52,0x11,0x7f,0x7e, +0x1e,0x90,0x13,0xff,0x20,0x09,0xfc,0x09,0xfe,0xbb,0xcf,0x11,0x04,0x50,0xcf,0xa0, +0x9f,0x80,0x01,0x13,0x00,0xc3,0x0f,0xf7,0x09,0xfd,0xaa,0xbf,0xf1,0x3f,0xf2,0x05, +0xff,0x20,0x26,0x00,0xf2,0x05,0xdf,0xe0,0x09,0xf9,0x11,0x12,0x42,0x6f,0xf1,0x2e, +0xf6,0x00,0x47,0x40,0x00,0x1f,0xff,0xfe,0x00,0x2c,0x2d,0x08,0x2b,0xfb,0x30,0xf3, +0x58,0x05,0x0a,0x00,0x24,0x3e,0xd3,0xdf,0x12,0x24,0xef,0xf8,0xef,0x02,0x01,0x26, +0x6a,0x01,0x02,0x11,0x20,0xc2,0x7f,0x27,0x3f,0x40,0x03,0x8e,0xff,0xf8,0xc2,0x02, +0x35,0x94,0x00,0x8f,0x3f,0x31,0x30,0x1f,0xfb,0x3b,0xb8,0x00,0x61,0x3a,0xfe,0x10, +0x04,0x30,0x01,0x30,0x30,0x20,0x13,0x00,0x23,0x25,0x11,0x20,0xcb,0x07,0x00,0xf0, +0x07,0x21,0x80,0xef,0x1a,0x06,0x70,0xef,0xdc,0xef,0x80,0xef,0xed,0xdf,0x0a,0x00, +0x6a,0x30,0xaf,0x80,0xef,0x60,0x0d,0x0a,0x00,0x73,0x97,0xdf,0x80,0xef,0x60,0x0e, +0xf6,0x32,0x00,0x30,0x6c,0xff,0xf4,0x14,0x00,0x40,0x77,0x40,0xef,0x68,0x90,0x03, +0x11,0xef,0x83,0x20,0x51,0x21,0x00,0x00,0x00,0x78,0x12,0x21,0x06,0x67,0x20,0x02, +0x08,0x00,0x12,0x27,0x6f,0x04,0x53,0x25,0x7a,0xef,0xff,0x60,0x36,0x55,0x30,0xfc, +0x72,0xef,0x17,0x08,0x52,0x6b,0x8b,0xfe,0x00,0x0e,0x5a,0x38,0x00,0xb1,0x26,0x20, +0x93,0x35,0x12,0x41,0x11,0xfe,0x6b,0x46,0x21,0xf5,0x0f,0x88,0x08,0x40,0x70,0x01, +0xff,0x50,0xca,0x00,0x10,0xce,0x13,0x00,0x51,0x03,0x36,0xff,0xf4,0x32,0x13,0x00, +0x41,0x00,0xaf,0xff,0xc0,0x26,0x00,0x00,0xa7,0x0a,0x11,0xa0,0x13,0x00,0x51,0x09, +0xff,0xff,0xef,0x7e,0x26,0x00,0x40,0xff,0x9f,0xe4,0xf8,0x13,0x00,0xc0,0x51,0xef, +0x97,0xfe,0x08,0x0e,0xf7,0x11,0x3f,0xf5,0x4f,0xe1,0x5f,0x00,0x00,0x72,0x00,0x23, +0xb5,0x07,0x72,0x00,0x12,0x01,0x72,0x00,0x12,0x34,0x72,0x00,0x57,0x0b,0xc5,0x00, +0x1a,0xa3,0x9e,0x2a,0x09,0x53,0x18,0x50,0x8f,0xe5,0x00,0x00,0x56,0x48,0x15,0x10, +0xcf,0xe3,0x4e,0x01,0xe3,0x61,0x00,0x6c,0x70,0x31,0xcc,0xfc,0x4e,0xaf,0x31,0x41, +0xdf,0x22,0xfc,0x5f,0x5f,0x03,0x00,0x09,0x00,0x40,0xe1,0x11,0x11,0x1e,0x09,0x00, +0x00,0x59,0x20,0x12,0x0d,0x09,0x00,0x32,0xff,0xff,0x7d,0x09,0x00,0x23,0xfc,0xaf, +0x09,0x00,0x28,0xf7,0x1f,0x09,0x00,0x14,0xbb,0x09,0x00,0xb3,0xff,0xfc,0x5f,0xe0, +0xfd,0xbf,0x7d,0xf6,0xdf,0x98,0x86,0x36,0x00,0x00,0xf1,0x3d,0x72,0xf7,0x00,0x0d, +0xf6,0x44,0x00,0x00,0x51,0x00,0x12,0x00,0x09,0x00,0x13,0x0e,0x09,0x00,0x03,0x50, +0x18,0x11,0xe0,0xbe,0x69,0x03,0x7f,0x33,0x01,0x96,0x16,0x21,0xf0,0x4f,0xe5,0x15, +0x07,0x0a,0x00,0x60,0x50,0x3f,0xf0,0x4f,0xd0,0x08,0x0a,0x00,0x69,0x61,0x5f,0xf0, +0x4f,0xd1,0x19,0x1e,0x00,0x82,0xad,0xdd,0xde,0xf4,0x5d,0xef,0xed,0xda,0xd0,0x08, +0x10,0x20,0x4f,0x68,0x22,0x0e,0xee,0xba,0x27,0x27,0xee,0xe0,0xdd,0x1f,0xa1,0x24, +0xdf,0xf8,0x22,0x23,0xef,0xf7,0x22,0x20,0x01,0x1d,0x26,0xe0,0x1c,0xff,0xd6,0x10, +0x3f,0xff,0xfe,0xcc,0xc2,0x5c,0xcd,0xff,0xff,0xf3,0x09,0x09,0x21,0xf3,0x6f,0xe5, +0x04,0x70,0x6f,0xd4,0x4f,0xf3,0x6f,0xd4,0x4e,0x28,0x21,0x70,0xc0,0x0f,0xf3,0x6f, +0xc0,0x0d,0xf6,0xf9,0x20,0x14,0x1f,0x0a,0x00,0x02,0x28,0x00,0x11,0xf6,0x2f,0x76, +0x55,0xd3,0x6f,0xff,0xfe,0xd6,0xb2,0x02,0x16,0xf8,0x09,0x00,0x11,0xf6,0xe6,0x0c, +0x20,0x7f,0xf8,0xf9,0x35,0x01,0x03,0x0b,0x30,0x8f,0xe0,0x04,0xdb,0x27,0x00,0x09, +0x00,0x01,0x4c,0x70,0x01,0x09,0x00,0x32,0xfd,0xcc,0xef,0x09,0x00,0x3f,0xf1,0x00, +0x5f,0x09,0x00,0x05,0x05,0x2d,0x00,0x04,0x09,0x00,0x01,0x13,0x08,0x17,0x0f,0x5a, +0x00,0x11,0xf5,0xfe,0x0d,0x17,0x5f,0x7e,0x00,0x11,0xfd,0x70,0x0a,0x16,0xef,0x24, +0x00,0x14,0x5f,0xa8,0x04,0x05,0x09,0x00,0x00,0xec,0x01,0xf2,0x00,0x89,0x31,0x11, +0x16,0xfe,0x5f,0xe0,0x66,0x66,0xef,0x96,0x66,0x45,0xfe,0x5f,0x74,0x15,0xd0,0x95, +0xfe,0x5f,0xe0,0x44,0x44,0xef,0x74,0x44,0x25,0xfe,0x5f,0xe0,0x4b,0x04,0x60,0xbb, +0x05,0xfe,0x5f,0xe0,0x1f,0xca,0x20,0x00,0x09,0x00,0x01,0x55,0x4e,0x50,0x05,0xfe, +0x5f,0xe3,0xee,0x89,0x31,0x23,0xd6,0xfe,0x97,0x22,0x13,0xe5,0x1b,0x00,0x21,0x5f, +0xc5,0x09,0x00,0x42,0xdf,0x5d,0xff,0x95,0x09,0x00,0x31,0x4b,0xea,0x15,0x09,0x00, +0x47,0x78,0x20,0x00,0x06,0x7e,0x00,0x12,0xfe,0x1d,0x2b,0x01,0x1b,0x00,0x10,0x00, +0xbb,0x2d,0x14,0x7f,0xbd,0x00,0x05,0x09,0x00,0x00,0x89,0x09,0x10,0x66,0x03,0x0d, +0x50,0x7f,0xe0,0x00,0x01,0xff,0xc6,0x00,0xa2,0x7f,0xe0,0x22,0x23,0xff,0x22,0x22, +0x0f,0xf8,0x7f,0xf7,0x3c,0xa8,0x2f,0xf8,0x7f,0xe1,0xbb,0xbc,0xff,0xbb,0xbb,0x2f, +0x24,0x00,0x50,0x2c,0xcd,0xff,0xdc,0xc3,0x09,0x00,0x10,0x2f,0x55,0x09,0x01,0x09, +0x00,0x32,0xe0,0x00,0x0e,0x09,0x00,0x49,0xe2,0x22,0x2e,0xf4,0x1b,0x00,0x10,0x19, +0x7d,0x3c,0x11,0x0f,0x6c,0x00,0x11,0x33,0x6c,0x00,0x0e,0x87,0x00,0x04,0x44,0x01, +0x14,0x6f,0x4d,0x0a,0x06,0x09,0x00,0x11,0xf2,0xf9,0x17,0x41,0x3f,0xf7,0x6f,0xf0, +0x7a,0x07,0x18,0x1f,0x09,0x00,0x50,0x11,0x14,0xff,0x11,0x11,0x09,0x00,0x10,0x00, +0xc5,0x3c,0x00,0x09,0x00,0x10,0x7f,0xba,0x03,0x08,0x09,0x00,0x00,0x1b,0x00,0x23, +0x2d,0xb0,0x09,0x00,0xe2,0x09,0xf7,0x1f,0xf7,0x6f,0xf2,0xcc,0xcd,0xff,0xcc,0xfc, +0x3f,0xf7,0x6f,0x3b,0x4c,0x00,0x5a,0x00,0x01,0x63,0x00,0x32,0x1f,0xf7,0x6f,0xa2, +0x00,0x3e,0x4f,0xf7,0x6f,0x87,0x00,0x13,0xf0,0x84,0x15,0x1e,0x5f,0xe6,0x01,0xf1, +0x05,0xe2,0x22,0x4e,0xc3,0x22,0x22,0x28,0xfe,0x5f,0xe0,0x02,0xef,0xfb,0xbb,0xba, +0x27,0xfe,0x5f,0xe0,0x5e,0x00,0x37,0xf0,0x00,0xfe,0x5f,0xe9,0xff,0xfd,0x40,0x7f, +0xf8,0x07,0xfe,0x5f,0xe1,0xc5,0x9f,0xfd,0x5b,0x2a,0xf0,0x14,0x5f,0xe0,0x03,0x8f, +0xff,0xfd,0x61,0x07,0xfe,0x5f,0xfa,0xef,0xff,0xe9,0xff,0xff,0xdc,0xfe,0x5f,0xec, +0xff,0xbf,0x84,0x16,0xbf,0xe8,0xfe,0x5f,0xe2,0x50,0x4d,0xff,0xf9,0x10,0x17,0x24, +0x00,0x40,0x41,0x27,0xdd,0x00,0x2d,0x00,0x50,0x1e,0xff,0xfc,0x96,0x10,0x09,0x00, +0x40,0x15,0x7a,0xdf,0xff,0x48,0x00,0x00,0xc3,0x15,0x4e,0x6a,0xf3,0x08,0xfe,0x87, +0x00,0x03,0xe6,0x01,0x0f,0x1b,0x00,0x03,0x10,0x48,0x8d,0x11,0x00,0x3f,0x00,0x10, +0x8f,0x10,0x00,0x01,0x09,0x00,0x49,0x81,0x11,0x15,0xfe,0x12,0x00,0x10,0x36,0xae, +0x0e,0x00,0x09,0x00,0x10,0xbc,0xc0,0x06,0x32,0x37,0xfe,0x5f,0x5b,0x0d,0x10,0x47, +0x09,0x00,0x42,0x20,0x8a,0x20,0xef,0x09,0x00,0x22,0xdf,0x30,0x09,0x00,0x40,0x24, +0xff,0x20,0xde,0x09,0x00,0x60,0x26,0xaf,0xf7,0xdf,0xa4,0x07,0xea,0x00,0xf2,0x02, +0xfe,0x61,0x8e,0xff,0xc7,0xfe,0x5f,0xe1,0xda,0x50,0x00,0x00,0x4b,0x67,0xfe,0x5f, +0xfd,0x0b,0x12,0x0d,0xa2,0x00,0x02,0x70,0x30,0x24,0xb6,0x00,0x74,0x57,0x13,0xa0, +0x00,0x1a,0x21,0x7f,0xf7,0xe2,0x19,0x05,0xc2,0x61,0x15,0x0d,0x39,0x0f,0x42,0x11, +0x11,0xdf,0xe2,0xbf,0x5b,0x00,0x56,0x24,0x25,0x01,0x44,0x06,0x6f,0x20,0xf1,0x00, +0x86,0x38,0x21,0x20,0x00,0xcd,0x4f,0xd2,0x3e,0xff,0xd0,0x5e,0xee,0xff,0xff,0xee, +0xe1,0x3f,0xff,0xfd,0x05,0x0d,0x57,0x40,0xff,0xef,0xd0,0x14,0xe3,0x2f,0x33,0x40, +0x0a,0x88,0x1d,0x45,0x43,0x00,0x10,0x8f,0xd0,0x39,0x00,0x14,0x08,0x13,0x00,0x17, +0x00,0x13,0x00,0x40,0x02,0x22,0x26,0xff,0x7c,0x4b,0x23,0x8f,0xd1,0xba,0x13,0x33, +0x08,0xfd,0x1f,0x33,0x15,0x20,0x0b,0xf7,0x37,0x0d,0x00,0xc4,0x00,0x09,0x0a,0x00, +0x23,0x25,0x50,0x0a,0x00,0x00,0xc2,0x33,0xc0,0xe0,0x03,0x00,0x04,0x4d,0xfa,0x42, +0x5f,0xf0,0x4f,0xf8,0xef,0xd0,0x03,0x20,0xf7,0x5f,0x89,0x02,0x02,0x0a,0x00,0xa0, +0xfe,0xff,0xfc,0xaf,0xe0,0x00,0x0b,0xf7,0x04,0xbf,0x50,0x46,0x00,0x0a,0x00,0x42, +0x2f,0xff,0xf7,0x6f,0x0a,0x00,0x42,0x0b,0xdf,0xf0,0x4f,0x0a,0x00,0x10,0x01,0x46, +0x00,0xf0,0x0b,0x6f,0xd0,0x00,0x0b,0xfc,0xe8,0x5f,0xf0,0x4f,0xe9,0xef,0xb0,0x00, +0x4e,0xff,0xfc,0x5f,0xf0,0x4f,0xe7,0xfe,0x30,0x2e,0xff,0xff,0x91,0x1e,0x00,0x51, +0x11,0x00,0x0f,0xff,0xc3,0xb5,0x0b,0x42,0x04,0xd6,0x0a,0xe6,0xbf,0x0b,0x31,0x06, +0xfb,0x02,0x36,0x2d,0x45,0x21,0x11,0x2c,0xf9,0xad,0x0b,0x02,0x97,0x5c,0x25,0xce, +0xff,0x2a,0x61,0x11,0x02,0x3e,0x2d,0x01,0x30,0x10,0x1f,0xf5,0x0a,0x00,0x0d,0x60, +0x07,0x7c,0xfc,0x76,0x4a,0x90,0x0a,0x00,0x10,0x1f,0x31,0x42,0x20,0xd0,0x0f,0x47, +0x4d,0x90,0xef,0xff,0xed,0x7f,0xd0,0x0f,0xf8,0x44,0x40,0x28,0x00,0x30,0x7f,0xd0, +0x0f,0x29,0x09,0x0c,0x0a,0x00,0x02,0x46,0x00,0x14,0x01,0x0a,0x00,0x22,0xfd,0xcc, +0x0a,0x00,0x23,0x01,0x6d,0x46,0x00,0x00,0x65,0x76,0x12,0x81,0x0a,0x00,0x33,0x0d, +0xfc,0x50,0x32,0x00,0xa5,0x04,0x20,0x00,0x24,0x9f,0xe4,0x4f,0xf8,0x44,0x42,0x0d, +0x3a,0x19,0xf9,0x0a,0x00,0x0d,0x0c,0x51,0x10,0x01,0x6c,0x29,0x13,0xfc,0xbe,0x78, +0x02,0x4a,0x1d,0x00,0x13,0x00,0x23,0x3f,0xf5,0x13,0x00,0x01,0x33,0x28,0x51,0x81, +0x45,0xff,0x74,0x17,0x63,0x04,0x10,0x3f,0x31,0x23,0x51,0xb3,0x33,0x33,0xcf,0x83, +0x94,0x25,0x01,0xb1,0x01,0xf0,0x00,0x1f,0xf3,0x03,0xf4,0x99,0x00,0x00,0xbf,0x70, +0x01,0xff,0x30,0x02,0x2f,0xfb,0x99,0x42,0x00,0x4c,0x00,0xf0,0x0a,0x3e,0xfb,0x00, +0xcf,0x60,0x01,0xff,0x30,0x10,0x00,0x3f,0x91,0x3d,0xf5,0x00,0x1f,0xf6,0xbc,0x00, +0x00,0x37,0xeb,0xef,0x40,0x01,0x5e,0x32,0xf0,0x0e,0x6e,0xff,0x9f,0xf4,0x05,0xcf, +0xff,0xb2,0x06,0xdf,0xfd,0x30,0xff,0x34,0xff,0xfd,0x40,0x0c,0xff,0xf7,0x00,0x1f, +0xf1,0x0e,0xe6,0x00,0x00,0x8f,0x91,0xbf,0x20,0x00,0x43,0x3d,0x54,0x30,0x14,0x33, +0xbf,0xd0,0xdb,0x3b,0x14,0xf7,0xce,0x12,0x1f,0xd8,0x3f,0x16,0x03,0x20,0x0e,0xf4, +0xd2,0x34,0x0f,0x0a,0x00,0x08,0xb3,0xad,0xef,0xfe,0xdd,0xdc,0x00,0x04,0x4f,0xf8, +0x41,0xbf,0xa0,0x41,0x62,0xff,0xf3,0x57,0x7f,0xf9,0x7a,0x0a,0x00,0x54,0x00,0x0f, +0xf4,0x04,0xfe,0x32,0x00,0x04,0x0a,0x00,0x22,0x1f,0xf3,0x0a,0x00,0x13,0x05,0xcd, +0x0a,0x34,0x0e,0xf4,0x27,0x0a,0x00,0xe0,0xfd,0xf7,0x44,0xaf,0xff,0xd4,0x44,0x40, +0x02,0x8f,0xff,0xf9,0x00,0xef,0xac,0x6e,0x70,0x4f,0xff,0xfb,0x40,0x06,0xff,0x3d, +0x0d,0x30,0x00,0x96,0x7a,0x10,0xfc,0x6f,0x3c,0x21,0x04,0x20,0xed,0x7d,0x20,0xbf, +0xf9,0xc4,0x00,0x70,0xaf,0xff,0x40,0x00,0x1d,0xff,0xe3,0xd1,0x53,0x10,0xd3,0x3c, +0x51,0x00,0x26,0x0e,0x11,0x37,0x6d,0x04,0x15,0x20,0x9d,0x0c,0x02,0xe1,0x77,0x42, +0x0c,0xf6,0x2f,0xf1,0x38,0x78,0x90,0xcf,0x62,0xff,0x10,0x01,0x9f,0xa1,0xbf,0x81, +0x13,0x00,0x60,0x00,0x09,0xf9,0x0b,0xf7,0x00,0x13,0x00,0x01,0xde,0x03,0xc0,0x5c, +0xf6,0x2f,0xf1,0x0c,0xef,0xff,0xef,0xff,0xe5,0xcf,0x62,0xd7,0x2c,0xb1,0x40,0xbf, +0x70,0x09,0xb4,0x2f,0xf1,0x00,0xbf,0xe0,0x0b,0x37,0x24,0x50,0x10,0xcf,0xf6,0x00, +0xbf,0xc3,0x19,0xa0,0xf0,0x08,0xf8,0x00,0x0b,0xfb,0x71,0x03,0xff,0xf9,0x50,0x38, +0x55,0x15,0xff,0x30,0x05,0x41,0x79,0x19,0x16,0xf0,0x15,0x60,0x00,0x15,0x0d,0x10, +0x6f,0x24,0x11,0x00,0x08,0x27,0x11,0x14,0xff,0x5a,0x1e,0x0f,0xfc,0x14,0x14,0x01, +0x05,0x60,0x12,0x10,0xee,0x03,0x01,0x21,0x4d,0xa5,0x77,0x9f,0xf8,0x77,0x77,0x7c, +0xfe,0x77,0x40,0x00,0xfd,0x3f,0x06,0x14,0x00,0x00,0xd8,0x30,0x45,0x99,0x99,0x9d, +0xfc,0xa3,0x31,0x02,0x0a,0x00,0x4c,0xf4,0x22,0x22,0x2b,0x14,0x00,0x80,0xf7,0x66, +0x66,0x6c,0xfc,0x00,0x00,0x0c,0x65,0x34,0x55,0xcc,0xce,0xff,0xcc,0xc6,0x0f,0x22, +0xf0,0x00,0xf8,0x02,0x23,0xbf,0xf5,0x38,0x85,0x29,0xff,0x72,0x21,0x00,0x1b,0xff, +0x80,0x51,0x0d,0x10,0xf7,0x70,0x1b,0x00,0x3a,0x09,0x61,0xfd,0xff,0xe5,0x0a,0xfe, +0x58,0xa7,0x00,0x41,0x8f,0xe1,0x00,0x71,0x39,0x11,0x00,0xa5,0x03,0x12,0x4e,0x53, +0x63,0x15,0xed,0x99,0x0c,0x0f,0x4d,0x49,0x04,0x32,0x3c,0xc0,0x00,0x5b,0x7b,0x00, +0x83,0x21,0x50,0x22,0x22,0xef,0x82,0x22,0xc9,0x21,0x13,0x04,0x20,0x01,0x31,0x3f, +0xf0,0x03,0xba,0x07,0xc3,0xb0,0x14,0x7f,0xf4,0x40,0x16,0x69,0xfe,0x66,0x66,0x00, +0x3f,0xb3,0x7c,0x12,0xfe,0x0a,0x00,0x41,0xd2,0x22,0x25,0xfe,0x3c,0x00,0x02,0x14, +0x00,0x01,0x0a,0x00,0x3d,0xe3,0x33,0x36,0x14,0x00,0x0d,0x28,0x00,0xa4,0xfb,0xe0, +0x3f,0xe3,0x33,0x35,0xfe,0x00,0x17,0xcf,0x21,0x07,0x42,0x4f,0xff,0xfa,0x3f,0x0a, +0x00,0x90,0x0e,0xc6,0x10,0x01,0x17,0xef,0x51,0x8f,0xc3,0x04,0x30,0x52,0x17,0xdf, +0xfd,0x50,0x8f,0x3f,0x7f,0x60,0xfe,0x70,0x00,0x02,0xbf,0xe2,0x92,0x04,0x10,0x50, +0x1b,0x10,0x13,0x30,0xf5,0x15,0x20,0x02,0x00,0xbd,0x07,0x90,0x05,0xee,0x10,0x05, +0xfd,0x30,0x00,0x3f,0xf0,0x70,0x4f,0x20,0xbf,0xc0,0x13,0x00,0x50,0x22,0xbe,0x82, +0x4f,0xf5,0xd0,0x00,0x12,0x0a,0x1c,0x3e,0x80,0x36,0xff,0x32,0xaf,0x78,0x7f,0xd7, +0x7d,0x73,0x45,0xf0,0x01,0xba,0xf9,0xd0,0xfb,0x6e,0xdf,0x30,0xff,0xff,0xfb,0xaf, +0x3f,0x6f,0xbc,0xac,0xf3,0x26,0x00,0xf6,0x00,0xf0,0xc8,0xfc,0xe2,0xcf,0x30,0x03, +0xff,0x00,0xaf,0xaa,0x9f,0xe9,0x9e,0xf3,0x39,0x00,0x22,0x03,0xff,0x5f,0x17,0x13, +0x00,0xa7,0x44,0x00,0xcb,0x37,0xf1,0x07,0xff,0x79,0x0d,0xfb,0xaa,0xaa,0xff,0x60, +0x02,0x9f,0xff,0xe0,0xdf,0x85,0x55,0x5e,0xf6,0x03,0xff,0xff,0xb5,0x0d,0xb6,0x1c, +0x90,0x0e,0xe8,0x10,0x00,0xdf,0x62,0x22,0x2d,0xf6,0xea,0x3f,0x02,0x13,0x00,0x01, +0xbf,0x11,0x30,0xdc,0xcc,0xcf,0xd7,0x12,0x00,0x9a,0x47,0x32,0x00,0xdf,0x60,0xd1, +0x39,0x03,0x6d,0x61,0x20,0x38,0xff,0x2e,0x0d,0x06,0xd3,0x5f,0x11,0xbc,0x04,0x02, +0x36,0xcc,0xcc,0xc6,0x53,0x20,0x14,0x0a,0x33,0x11,0x04,0xd9,0x0e,0x18,0xf9,0xf3, +0x2b,0x04,0xda,0x3a,0x21,0x05,0xff,0xf3,0x09,0x20,0xff,0x40,0xd5,0x05,0x20,0x5f, +0xe0,0x50,0x53,0x20,0x06,0xff,0x03,0x00,0x00,0xf6,0x1a,0x14,0x7f,0x26,0x00,0x04, +0x4c,0x00,0x13,0x40,0xf1,0x0f,0x23,0x1f,0xf4,0x69,0x64,0x00,0x09,0x02,0x1d,0xfc, +0xd4,0x20,0x18,0x05,0xde,0x43,0x24,0x1b,0x94,0x45,0x05,0x20,0xcf,0xf5,0xb5,0x15, +0x00,0xc6,0x44,0x01,0x62,0x02,0x00,0xdf,0x76,0x00,0xe3,0x16,0x60,0xff,0xfd,0x10, +0x00,0x04,0xcf,0x04,0x81,0x20,0xef,0xf2,0x8b,0x85,0x41,0x99,0xff,0xe7,0xaf,0x37, +0x69,0x10,0x33,0xa7,0x00,0x01,0x49,0x26,0x20,0x35,0x8c,0x32,0x00,0x30,0xea,0x86, +0x41,0xdb,0x3e,0xf5,0x03,0x83,0x38,0xdf,0xff,0xff,0xf2,0x0d,0xff,0xc8,0x41,0x00, +0x00,0x13,0x7a,0xce,0x70,0x02,0x1f,0x87,0x11,0x16,0x0f,0x0a,0x00,0x10,0xf7,0x71, +0x14,0x1a,0xef,0x14,0x00,0x01,0x42,0x37,0x0e,0x1e,0x00,0x0d,0x3c,0x00,0x01,0xcc, +0x10,0x29,0xef,0xa0,0xfa,0x02,0x25,0x6d,0x80,0x7a,0x04,0x11,0xc4,0x93,0x14,0x35, +0x20,0x00,0x0b,0xc3,0x3d,0x22,0xcf,0xfa,0x7c,0x5e,0x43,0x30,0x0d,0xff,0xd8,0xc1, +0x5e,0x25,0x07,0xf7,0x36,0x04,0x11,0x30,0x00,0x11,0x25,0x7f,0xf0,0xf9,0x23,0x01, +0x0a,0x00,0x51,0xa7,0x77,0x77,0x77,0xbf,0x0a,0x00,0x10,0xb9,0x76,0x81,0x0a,0x1e, +0x00,0x11,0x07,0x33,0x00,0x05,0xb2,0x40,0x00,0x76,0x01,0x60,0x4d,0xff,0xfc,0x99, +0x99,0xaf,0xcf,0x5b,0x71,0xef,0xe9,0xff,0x70,0x05,0xef,0xf5,0x90,0x26,0x41,0x5f, +0xfe,0xdf,0xfd,0xac,0x34,0x71,0x36,0x9e,0xff,0xff,0xfb,0x74,0x21,0xa5,0x7c,0x21, +0xfc,0xae,0x5b,0x16,0x93,0xff,0xeb,0x84,0x00,0x00,0x37,0xac,0xef,0x70,0x7b,0x71, +0x0b,0x01,0x00,0x21,0xec,0x50,0x10,0x4d,0x02,0x1a,0x36,0x13,0x01,0x3f,0x1a,0x22, +0x20,0x01,0x0a,0x00,0x00,0xcd,0x06,0x33,0xc1,0xff,0x60,0x2e,0x1d,0x12,0xe1,0x5b, +0x1f,0x31,0xf4,0x33,0xdf,0x14,0x00,0x00,0x40,0x57,0x41,0xff,0x91,0xff,0xba,0xda, +0x7a,0x30,0x03,0xff,0x51,0x36,0x01,0x90,0x1f,0xfc,0x76,0x08,0xff,0x21,0xff,0xef, +0xfa,0xfa,0x00,0xf0,0x02,0x9d,0xfd,0x01,0xff,0x7b,0xff,0xa0,0x00,0x20,0xaf,0xff, +0xf7,0x01,0xff,0x60,0xcf,0xf6,0xf5,0x10,0x51,0xf1,0x01,0xff,0x60,0x1e,0x87,0x6d, +0x51,0x90,0x01,0xff,0x60,0x02,0xcf,0x04,0x12,0x10,0x6e,0x00,0x33,0x02,0xef,0xf6, +0x82,0x00,0x10,0x6f,0x28,0x39,0x02,0xc9,0x0d,0x12,0xfb,0xb0,0x4d,0x02,0x34,0x3a, +0x02,0x1e,0x00,0x13,0x73,0xc4,0x4d,0x01,0x0b,0x06,0x15,0xa6,0x39,0x23,0x12,0xb2, +0x71,0x27,0x00,0xfb,0x00,0x00,0xa7,0x1a,0x22,0x02,0x9f,0x04,0x40,0x00,0x75,0x6b, +0x30,0x20,0x00,0x2d,0xad,0x20,0x51,0x4f,0xb5,0xbf,0x60,0x7f,0x83,0x13,0x42,0x10, +0x09,0xff,0xef,0x8b,0x6b,0xd0,0x15,0xaf,0xff,0xea,0xb8,0x20,0x00,0x00,0x4a,0xdf, +0xff,0xfd,0x65,0x7a,0x42,0x51,0x02,0xff,0xfe,0xa3,0x08,0x6e,0x01,0x41,0x07,0x62, +0x00,0x5d,0xdd,0x14,0x00,0x51,0x81,0xb2,0xfe,0x52,0x22,0x3e,0xff,0x20,0x00,0x1e, +0xff,0xf9,0x65,0xc9,0x41,0x53,0x5e,0x81,0x7f,0xf9,0x6f,0xb1,0x14,0x13,0x9f,0x34, +0x17,0xa0,0x48,0xcf,0xff,0xfb,0x20,0x00,0x00,0x7b,0xce,0xff,0x56,0x65,0x01,0x94, +0x1d,0x22,0xfe,0x94,0x87,0x07,0x28,0x86,0x31,0x79,0x03,0x2c,0xf4,0x00,0x9d,0x18, +0x26,0x00,0x6f,0x0a,0x00,0x05,0xd9,0x1d,0x02,0xe9,0x5e,0x10,0x06,0x24,0x02,0x10, +0xf8,0xcd,0x6b,0x15,0x0c,0x9c,0x0a,0x06,0xdf,0x19,0x02,0xee,0x07,0x05,0x2d,0x69, +0x24,0xff,0x80,0xf8,0x07,0x04,0xe3,0x19,0x43,0x4f,0xf9,0x4f,0xf9,0x66,0x23,0x10, +0xf2,0x8b,0x1e,0x01,0x1d,0x00,0x22,0x90,0x03,0xdb,0x40,0x00,0x57,0x5b,0x40,0x8f, +0xfe,0x30,0x00,0x18,0x5d,0x00,0x18,0x00,0x00,0x80,0x5a,0x21,0xfe,0x20,0x08,0x13, +0x22,0xe1,0x06,0xc8,0x11,0x00,0x7a,0x01,0x13,0x74,0x0c,0x66,0x01,0x68,0x62,0x01, +0x01,0x00,0x05,0x21,0x2b,0x00,0x50,0x17,0x05,0x0a,0x00,0x00,0x7b,0x17,0x15,0xf4, +0xe6,0x1d,0x0b,0x0a,0x00,0x00,0x95,0x6c,0x2f,0x9f,0xfa,0x95,0x6c,0x09,0x05,0xac, +0x66,0x13,0x07,0x99,0x81,0x00,0x9f,0x68,0x01,0x54,0x17,0x00,0x00,0x08,0x22,0xf6, +0x0b,0xf5,0x01,0x60,0x3e,0xff,0xa0,0x02,0xef,0xf9,0xb5,0x13,0x20,0xff,0xfb,0x33, +0x36,0x10,0xd5,0xeb,0x18,0x11,0x80,0x08,0x66,0x42,0xf6,0x07,0xff,0xc4,0x2b,0x25, +0x33,0xd1,0x00,0x84,0x13,0x01,0x1a,0x30,0x72,0x01,0x0f,0x68,0x01,0x02,0x0b,0x72, +0x01,0x15,0x0c,0xc7,0x07,0x06,0x0a,0x00,0x10,0x06,0x13,0x6e,0x00,0x62,0x63,0x12, +0x70,0x5f,0x17,0x14,0x70,0xaa,0x00,0x23,0xef,0xd0,0x82,0x1b,0x10,0xfe,0x1c,0x3c, +0x02,0xde,0x74,0x01,0x90,0x30,0x00,0xd0,0x20,0x42,0xf1,0x06,0xff,0x90,0xed,0x04, +0x41,0xb0,0x00,0xcf,0xf7,0x00,0x05,0x10,0xff,0x16,0x7f,0x10,0x70,0xd6,0x44,0xf0, +0x00,0xd9,0xff,0xc0,0x05,0xff,0xfb,0x20,0x1b,0xff,0xfc,0x10,0xaf,0xfc,0x00,0x5f, +0x57,0x1d,0x80,0x70,0x00,0x0b,0xfb,0x10,0x04,0xdf,0xa0,0xa4,0x43,0x10,0x01,0xf6, +0x84,0x00,0xfb,0x4f,0x12,0x30,0x7f,0x47,0x00,0xc3,0x43,0x02,0x0a,0x00,0x00,0x0a, +0x3c,0x13,0x5f,0x4a,0x18,0x0e,0xa8,0x40,0xa0,0x02,0xff,0xd7,0x77,0xaf,0xf8,0x77, +0x77,0x72,0x00,0xef,0x01,0x02,0x28,0x00,0x22,0x03,0xca,0x96,0x69,0x01,0xb5,0x08, +0x30,0x33,0x9f,0xf4,0x5d,0x84,0x0f,0x27,0x31,0x01,0x10,0x03,0x56,0x06,0x22,0xff, +0x73,0x7b,0x84,0x15,0x0e,0xdc,0x00,0x42,0xcf,0xf8,0x4f,0xfb,0x87,0x67,0x00,0x31, +0x60,0x11,0xc2,0x7c,0x01,0x10,0xfd,0x9b,0x2b,0x10,0x92,0x73,0x84,0x11,0xa1,0x6d, +0x1a,0x22,0xd4,0x0a,0x7c,0x01,0x43,0x3c,0xff,0xc0,0x01,0x3c,0x68,0x22,0x38,0x20, +0x8d,0x19,0x06,0x97,0x19,0x04,0x23,0x44,0x10,0x4f,0x76,0x0d,0x04,0xc2,0x63,0x00, +0xf1,0x65,0x05,0x0a,0x00,0x30,0x00,0x35,0xaa,0x56,0x09,0x21,0xdb,0x63,0x27,0x0d, +0x21,0x5f,0xf2,0x38,0x27,0x00,0x5f,0x2f,0x12,0xf1,0xd7,0x1d,0x67,0xae,0x70,0x8f, +0xf0,0x1d,0xf1,0x18,0x18,0x07,0xbe,0x00,0x10,0x07,0x05,0x65,0x00,0x54,0x05,0x11, +0x70,0x8c,0x45,0x23,0xdf,0xd0,0x78,0x1e,0x16,0xf7,0xbe,0x00,0x11,0x09,0xbe,0x00, +0x30,0x29,0xff,0xfd,0xb7,0x02,0x10,0x93,0xea,0x01,0x11,0x91,0xd7,0x23,0x22,0xd0, +0x04,0xe2,0x64,0x55,0x2a,0xff,0x50,0x00,0x61,0xbe,0x43,0x12,0x2d,0x62,0x68,0x02, +0xad,0x18,0x51,0x08,0xbb,0xbb,0xbb,0xb9,0xc7,0x71,0x11,0x0c,0x53,0x07,0x00,0xa2, +0x30,0x72,0x05,0x66,0x66,0x8f,0xfd,0x10,0x8f,0x42,0x17,0x00,0x71,0x79,0x01,0x0a, +0x00,0x00,0xaa,0x27,0x50,0x15,0xff,0x43,0xdf,0x50,0x1a,0x3c,0x00,0xd8,0x59,0x00, +0x51,0x5c,0x10,0xf1,0xa0,0x0c,0x31,0x03,0xff,0x9e,0x2d,0x0e,0x52,0x0e,0xf6,0x07, +0xfd,0x9f,0xa8,0x82,0xc4,0xfd,0x2d,0xf8,0x35,0x55,0x9f,0xf6,0x55,0x50,0x07,0xff, +0xff,0xad,0x2b,0x24,0x5f,0xff,0xad,0x2b,0x24,0x06,0xff,0xcb,0x2b,0x20,0x1e,0xff, +0xce,0x01,0x01,0xec,0x7e,0x22,0xf8,0xff,0xbb,0x5c,0x81,0x3d,0xff,0x70,0x5f,0x20, +0x33,0x8f,0xf1,0x11,0x46,0x31,0x02,0x00,0xff,0x6b,0x46,0x10,0x50,0xbe,0x03,0x1f, +0xeb,0x36,0x22,0x05,0x10,0x0f,0x6f,0x52,0x23,0xfc,0x20,0x76,0x5f,0x24,0x0b,0xfe, +0xc1,0x2b,0x22,0x2f,0xf7,0x05,0x34,0x00,0x33,0x73,0x41,0x2b,0xd0,0x00,0x1f,0x8a, +0x83,0x31,0x70,0x1e,0xf9,0x0a,0x00,0xe0,0x0b,0xfd,0x00,0x05,0xff,0x40,0x03,0xdf, +0x77,0xfd,0x9f,0xfd,0xbd,0xef,0x12,0x74,0x31,0x17,0xfb,0xcf,0x6d,0x02,0xe2,0x04, +0xfd,0x09,0xf8,0x6d,0xa9,0x76,0x43,0x1b,0xe5,0x08,0xfa,0x0d,0xf5,0x1c,0x16,0x50, +0x0c,0xfe,0x5f,0xf1,0x0c,0x85,0x0f,0x62,0x40,0x02,0xdf,0xff,0xd0,0x0e,0x5e,0x26, +0x90,0x1d,0xff,0xa0,0x0e,0xf7,0x33,0x33,0xff,0x50,0xd3,0x2f,0x21,0x0e,0xf4,0x6c, +0x12,0x42,0x0d,0xff,0xfe,0x1e,0x0a,0x00,0xe5,0xaf,0xf6,0xfc,0x0e,0xf5,0x22,0x22, +0xef,0x50,0x0b,0xff,0x90,0x52,0x0e,0xd8,0x1f,0x02,0x0a,0x00,0x22,0x02,0xa0,0x5e, +0x0c,0x09,0xf3,0x60,0x03,0xf8,0x02,0x00,0x6d,0x56,0x05,0x12,0x25,0x01,0x2d,0x21, +0x34,0xdf,0xff,0x50,0x32,0x6a,0x14,0xe3,0x38,0x29,0x24,0xfb,0x10,0x4d,0x04,0x19, +0x50,0x8a,0x02,0x00,0xb8,0x13,0x21,0x6f,0xf8,0xbd,0x13,0x1e,0xff,0xff,0x29,0x01, +0x57,0x19,0x13,0xf6,0x1f,0x21,0x0e,0xc6,0x02,0x0e,0x0a,0x00,0x01,0xd1,0x66,0x25, +0x8f,0xf4,0xc8,0x48,0x14,0xf1,0x62,0x27,0x1e,0xea,0x8e,0x01,0x06,0x49,0x33,0x15, +0xcd,0x3a,0x09,0x17,0x80,0x7e,0x1e,0x16,0xfc,0x09,0x00,0x11,0xd3,0x1f,0x12,0x40, +0x3c,0xfc,0x6f,0xc0,0xaa,0x10,0x51,0x31,0x0b,0xfc,0x38,0x64,0x3b,0x09,0x23,0x46, +0x86,0x9f,0x23,0x13,0x40,0x8a,0x04,0x13,0xe2,0x62,0x09,0x10,0xf9,0xae,0x6d,0x94, +0x44,0x44,0x46,0xff,0xa4,0x44,0x44,0x43,0x7f,0xd9,0x10,0x05,0x09,0x00,0x08,0x07, +0x3e,0x0d,0x09,0x00,0x23,0x56,0x69,0x4f,0x00,0x14,0x7f,0x55,0x06,0x15,0x1f,0x75, +0x6d,0x25,0x0a,0xa5,0x7e,0x01,0x12,0xf9,0xf5,0x17,0x41,0x55,0x55,0x8f,0xf8,0xff, +0x30,0x06,0x36,0x11,0x17,0x0c,0x9a,0x06,0x25,0x0c,0xfe,0x6c,0x05,0x61,0xf6,0x24, +0x44,0x44,0x44,0x50,0xbc,0x2a,0x11,0x6f,0xe9,0x2b,0x00,0xe2,0x43,0x51,0x5d,0xdd, +0xdd,0xff,0xf6,0x85,0x06,0x00,0x22,0x05,0x00,0x84,0x26,0x01,0xa8,0x7d,0x11,0xd3, +0x81,0x15,0x93,0x04,0x44,0x44,0xff,0xa4,0x44,0x40,0x0e,0xa9,0x94,0x5f,0x51,0xf3, +0x02,0x08,0xfd,0x0e,0x89,0x48,0x11,0xe3,0x45,0x11,0x11,0x00,0xb1,0x56,0x09,0x0a, +0x00,0x33,0x03,0x33,0xff,0x0a,0x00,0x12,0x0a,0x92,0x07,0x10,0x08,0xb9,0x02,0x1d, +0xe9,0x74,0x01,0x13,0x01,0x42,0x5f,0xf0,0x00,0x07,0xfc,0x00,0x03,0xd8,0x20,0x00, +0x9f,0xf3,0x04,0xff,0x60,0x0b,0xfe,0x10,0x71,0x23,0x64,0xcf,0x90,0x5f,0xf3,0x00, +0x9f,0x44,0x69,0x04,0x09,0x00,0x31,0xfb,0x9f,0xa2,0xad,0x13,0x41,0x2a,0xfb,0x9f, +0x90,0xcd,0x0d,0x41,0x09,0xfb,0x46,0x44,0x4d,0x01,0x22,0x44,0x64,0x85,0x01,0x03, +0x63,0x02,0x33,0x5d,0xff,0x70,0xcc,0x1c,0x00,0x89,0x4d,0x00,0xc8,0x5e,0x00,0xfa, +0x1d,0x15,0xed,0x5e,0x12,0x08,0xe1,0x2d,0x16,0x04,0x02,0x6d,0x02,0x09,0x00,0x10, +0x34,0x9d,0x1e,0x02,0x50,0x08,0x14,0xfe,0xb1,0x02,0x1d,0xa2,0x30,0x02,0x15,0xbd, +0x30,0x02,0x10,0x50,0xbd,0x18,0x00,0x35,0x49,0x4e,0xc5,0x55,0x55,0x52,0xb7,0x20, +0x04,0x3d,0x14,0x06,0x09,0x00,0x30,0x25,0x5a,0xc8,0xfe,0x00,0x40,0x05,0x52,0x00, +0x0c,0x97,0x52,0x30,0xde,0x10,0x00,0x09,0x00,0x40,0x38,0xef,0xff,0xd0,0x07,0x69, +0x21,0x8e,0xff,0x1a,0x8a,0x20,0x0c,0xff,0xbb,0x25,0x01,0x06,0x07,0x22,0xc8,0x30, +0x2f,0x32,0x02,0x5b,0x2d,0x04,0x09,0x00,0x22,0x2f,0xd2,0x09,0x00,0x00,0x5b,0x06, +0x10,0x0b,0xa2,0x73,0x20,0x56,0xef,0xa0,0x81,0x04,0xa3,0x0a,0x10,0x6c,0xc0,0x13, +0x08,0x51,0x21,0x06,0x91,0x23,0x01,0x09,0x5a,0x05,0x78,0x0c,0x26,0xff,0xf8,0x09, +0x00,0x40,0xf5,0x33,0x47,0x43,0xa5,0x15,0x21,0x5f,0xf1,0x29,0x8d,0x70,0x0f,0xf8, +0x28,0x80,0x00,0xbf,0xf2,0x0b,0x67,0x40,0x23,0x33,0x34,0xff,0x02,0x03,0x15,0x32, +0xc8,0x22,0x05,0xd1,0x22,0x00,0x7c,0x29,0x00,0xe3,0x4e,0x00,0xe3,0x03,0x12,0x80, +0x3a,0x8e,0x71,0x2f,0xff,0xfc,0x63,0xef,0xe1,0x00,0x5c,0x8b,0x04,0x19,0x03,0x12, +0x6f,0xb3,0x2e,0x20,0x01,0x5b,0xd8,0x25,0xd0,0xe7,0x00,0x4a,0xef,0xff,0xfe,0x60, +0x07,0xef,0xff,0xe5,0x1e,0xff,0x1c,0x7b,0x52,0x06,0xef,0xe3,0x05,0x84,0x4d,0x2d, +0x1a,0x30,0x7a,0x3d,0x15,0x8e,0xb9,0x2e,0x02,0xdf,0x34,0x15,0x08,0x69,0x0d,0x07, +0x0a,0x00,0x13,0xfd,0xb8,0x4a,0x32,0x70,0x08,0xfc,0xa1,0x8b,0x00,0x0a,0x00,0x12, +0x4f,0x35,0x36,0x04,0x5a,0x41,0x09,0x43,0x31,0x23,0x04,0x44,0x01,0x00,0x2e,0x40, +0x0e,0xa4,0x49,0x11,0xd0,0xcc,0x1c,0x24,0x0d,0xf8,0x39,0x47,0x23,0x0d,0xf8,0xc2, +0x04,0x50,0x10,0x0d,0xf8,0x00,0x07,0x8a,0x8d,0x40,0xfa,0x00,0x0d,0xf8,0xe8,0x43, +0xa0,0x28,0xff,0xf3,0x00,0x0d,0xfb,0x22,0x4f,0xf1,0x0d,0xea,0x02,0x10,0x0a,0x3c, +0x00,0x34,0x06,0xfe,0x81,0xf5,0x4e,0x0a,0xeb,0x0b,0x15,0x20,0xbc,0x6f,0x05,0x8a, +0x00,0x00,0xca,0x8e,0x07,0x34,0x28,0x18,0x80,0x0a,0x00,0x02,0x9f,0x00,0x44,0xff, +0x80,0x06,0xfe,0x8f,0x51,0x03,0xdf,0x17,0x20,0xf7,0xef,0x39,0x32,0x05,0x9b,0x23, +0x10,0x14,0x3c,0x05,0x01,0xab,0x21,0x44,0x88,0x40,0x1f,0xf5,0xcb,0x6c,0x20,0x1f, +0xf7,0xfa,0x32,0x00,0x30,0x65,0x11,0x1f,0xd1,0x00,0x00,0x59,0x4c,0x03,0x0a,0x00, +0x53,0x0a,0xff,0xc0,0x1f,0xf6,0xbe,0x05,0x13,0xf8,0x32,0x00,0x52,0x8f,0xfa,0xff, +0xcf,0xf5,0xee,0x00,0xc2,0xa0,0xbf,0xff,0xfa,0x76,0x55,0x66,0x61,0x1e,0xff,0x20, +0x09,0x18,0x01,0x61,0x05,0xf5,0x00,0x00,0x27,0xbe,0x6c,0x07,0x1f,0x10,0x96,0x64, +0x01,0x34,0x04,0xcf,0x20,0xbe,0x04,0x01,0xef,0x8d,0x04,0xb7,0x03,0x06,0x09,0x00, +0x20,0xf4,0x24,0x95,0x01,0xf1,0x0b,0x2d,0xfa,0x3f,0xf2,0x7f,0x90,0x1c,0xc4,0x00, +0x0c,0xfa,0x17,0x71,0x9f,0xfd,0x4f,0xf5,0x00,0x06,0x75,0x00,0x03,0x05,0xf8,0x4f, +0xf4,0x83,0x00,0x22,0xb1,0x20,0x93,0x2f,0x23,0xaf,0xfe,0x36,0x0f,0x22,0x05,0xf8, +0x46,0x6a,0x60,0x14,0x44,0x74,0x44,0xdf,0xd4,0x25,0x06,0x04,0x73,0x02,0x91,0x4b, +0xbb,0xbb,0xbf,0xff,0xbb,0xbb,0xbb,0xba,0x57,0x08,0x31,0x5a,0x50,0x00,0x15,0x6c, +0xf0,0x03,0xa0,0xef,0xff,0xa3,0x00,0x05,0x9e,0xff,0xf9,0x00,0x28,0xdf,0xff,0xc4, +0x0b,0xff,0xfb,0x30,0x12,0x29,0x32,0xf8,0x02,0xc7,0x1c,0x29,0x1a,0x90,0xc2,0x03, +0x24,0x4b,0xe2,0x85,0x50,0x20,0x5f,0xfa,0x85,0x50,0x05,0x7c,0x01,0x17,0xa0,0x0a, +0x00,0x10,0xfe,0x74,0x0b,0x70,0x34,0x00,0xcf,0xa0,0x06,0xfe,0x0a,0xc6,0x43,0xf0, +0x06,0xa1,0xcf,0xa0,0x00,0x13,0xbf,0xf6,0x07,0x71,0x8f,0xfe,0x51,0x10,0x00,0x8f, +0xff,0x70,0x5f,0xfa,0x03,0xdf,0x64,0x4e,0x70,0xd3,0x04,0xff,0xff,0x80,0x1b,0xf6, +0xa0,0x03,0x61,0x6f,0xfb,0x6f,0xfb,0x20,0x30,0xaf,0x49,0x50,0xa0,0x05,0xff,0xf7, +0x10,0xa6,0x4c,0x85,0xfa,0x21,0x11,0x4e,0xff,0xf9,0x20,0x0b,0x27,0x34,0x13,0x08, +0xad,0x78,0x51,0x8f,0x70,0x00,0x50,0xaf,0x5a,0x72,0x00,0x4e,0x01,0x02,0x0a,0x00, +0x15,0x00,0x01,0x1f,0x0b,0x0a,0x00,0x53,0xb2,0x22,0x22,0x28,0xff,0x04,0x0c,0x13, +0xc4,0x4e,0x4f,0x40,0x11,0x4f,0xfc,0x11,0x49,0x75,0x05,0xc6,0x02,0x23,0x05,0xff, +0x17,0x45,0xf2,0x08,0xe0,0x05,0xfd,0x00,0x48,0x80,0x01,0x88,0x10,0x6f,0xe0,0x05, +0xff,0xaa,0xdf,0xfa,0xab,0xff,0xba,0xcf,0xe0,0x00,0x24,0x27,0x00,0x20,0xb2,0x20, +0x48,0x0f,0x40,0xc0,0x03,0xdd,0x20,0x05,0x01,0x11,0xcc,0x01,0x00,0x15,0x70,0xcd, +0x6d,0x10,0x90,0x0a,0x00,0x01,0x4e,0x73,0x11,0x90,0x44,0x02,0x4c,0x7f,0xf2,0x00, +0xdf,0x0a,0x00,0x40,0x9f,0xf8,0x60,0xdf,0x89,0x8d,0x81,0x88,0x22,0xff,0xff,0xe0, +0x44,0x26,0x83,0x44,0x4b,0x00,0xdc,0x2c,0xf1,0x01,0xf7,0x00,0x02,0x7d,0xff,0xd2, +0x6f,0xf1,0x00,0x0d,0xf5,0x09,0xdf,0xff,0xf8,0x10,0xdc,0x3e,0x10,0x03,0xd5,0x04, +0x10,0x08,0xf4,0x03,0x0a,0xab,0x8f,0x05,0xeb,0x20,0x0f,0x0a,0x00,0x08,0x0f,0x23, +0x33,0x05,0x67,0x66,0x67,0xff,0xb6,0x66,0x60,0x32,0x00,0x24,0x04,0xd7,0x0a,0x00, +0x01,0x62,0x0d,0x02,0x96,0x21,0x24,0xef,0xf2,0x50,0x00,0x24,0x4f,0xfc,0x0a,0x00, +0x00,0x9c,0x2d,0x02,0x0a,0x00,0x2f,0x01,0xe5,0x82,0x00,0x0a,0x33,0x04,0x99,0x8a, +0x4b,0x06,0x14,0x01,0xa2,0x50,0x00,0x57,0x27,0x1f,0xa4,0xf6,0x6c,0x02,0x17,0xe0, +0x0a,0x00,0x12,0x2f,0x46,0x01,0x03,0x0a,0x00,0x11,0xb0,0x0a,0x00,0x52,0x01,0x21, +0x11,0xcf,0x9a,0x5c,0x30,0x42,0xc0,0x00,0xff,0x6a,0x06,0x4c,0xd3,0xf8,0x03,0xff, +0x33,0x55,0x55,0x9f,0xf5,0x50,0x05,0xff,0x58,0xfe,0x46,0x00,0x51,0xaf,0xed,0xf9, +0x02,0x98,0x0a,0x00,0x40,0x1e,0xff,0xf4,0x05,0x08,0x31,0x00,0x9e,0x06,0x62,0xf0, +0x00,0xcf,0xb0,0x6f,0xe0,0xa7,0x85,0x30,0x4f,0xf2,0x6f,0xd0,0x50,0x00,0x93,0x89, +0x30,0xf8,0x6f,0xe0,0x9a,0x54,0x40,0xff,0x50,0x08,0xb2,0x91,0x49,0x41,0xef,0xe1, +0xcf,0xd0,0x46,0x00,0x51,0x1e,0xff,0x50,0x4f,0x40,0x0a,0x00,0xc2,0x2e,0xf8,0x00, +0x03,0x00,0x02,0x66,0xbf,0xd0,0x00,0x02,0x80,0x36,0x0d,0x14,0xb0,0xf1,0x31,0x09, +0x82,0x3e,0x14,0x07,0x73,0x28,0x07,0x09,0x00,0x00,0x66,0x07,0x2e,0x1d,0xf8,0x1b, +0x00,0x04,0x66,0x77,0xd2,0x0b,0xa4,0x04,0xff,0xfe,0xed,0xdd,0xdd,0xde,0xff,0xf5, +0x00,0x6c,0x9d,0x03,0x13,0x80,0x50,0x24,0x21,0x00,0x00,0xb4,0x21,0x45,0x3b,0xfd, +0x33,0x33,0xd2,0x2b,0x15,0xcf,0x35,0x06,0x32,0x0a,0xfc,0x10,0x26,0x7b,0x00,0x25, +0x0e,0x12,0x0a,0xcf,0x52,0x13,0xfb,0x09,0x00,0x52,0x07,0xf4,0x11,0x1b,0xfc,0xa4, +0x0c,0x01,0xf8,0x0f,0x02,0x75,0x01,0x1a,0xa1,0x0a,0x69,0x01,0x6f,0x01,0x20,0x1f, +0xf1,0x18,0x03,0x13,0x90,0x0a,0x00,0x42,0xcd,0xff,0xed,0xd3,0x0a,0x00,0x11,0xef, +0xc5,0x0b,0x01,0x0a,0x00,0x80,0x20,0x0e,0xf5,0xbb,0xbb,0xcf,0xfc,0xb0,0x14,0x00, +0x12,0xf5,0x08,0x06,0xe6,0xef,0xcb,0xbf,0xf4,0x88,0x88,0x9f,0xf9,0x80,0x00,0xef, +0x30,0x0e,0xf3,0x32,0x00,0x21,0x5c,0x30,0x0a,0x00,0xf1,0x02,0xb9,0x9f,0xf3,0x9f, +0xb0,0x1f,0xf1,0x00,0x14,0xff,0x64,0x4f,0xf3,0x1f,0xf4,0x1f,0xf1,0x6e,0x05,0xe0, +0xf3,0x09,0xfb,0x1f,0xf1,0x00,0x4c,0xcc,0xdf,0xff,0xf3,0x03,0xff,0x2f,0xa4,0x30, +0x60,0xdf,0xae,0xf3,0x00,0x71,0x1f,0xae,0x37,0x13,0xfd,0x46,0x00,0x33,0x03,0xdf, +0xe2,0x0a,0x00,0xe0,0x6f,0xfd,0x20,0x0f,0xf3,0x00,0x32,0x5f,0xf1,0x00,0x1d,0xb0, +0x1e,0xff,0x80,0x68,0x7d,0xe0,0x00,0x01,0x00,0x0b,0xfd,0x70,0xc7,0x21,0x00,0xee, +0x1d,0x23,0xc8,0x20,0x0a,0x00,0x41,0x4f,0xfe,0x32,0x22,0x0a,0x00,0x11,0x06,0x80, +0x04,0xf0,0x04,0x07,0x90,0xef,0x53,0xcf,0xfd,0xbb,0xbd,0xff,0x60,0x3f,0xf8,0xef, +0x6d,0xff,0x86,0x00,0x2e,0xfb,0x82,0x01,0x60,0x51,0xa3,0xdf,0x94,0xef,0xd1,0xfc, +0x0f,0x10,0x50,0x25,0x7c,0x00,0x23,0x05,0x61,0xef,0x50,0x37,0xcf,0xfe,0x60,0x46, +0x00,0x51,0x6b,0xff,0xfd,0x60,0x5d,0xc3,0x06,0xb3,0x56,0xfb,0x63,0x33,0x8f,0xf3, +0x30,0x00,0x1c,0xff,0x5f,0xd4,0x32,0x14,0xef,0x0a,0x00,0x60,0x3f,0xfe,0xff,0x50, +0x4c,0x70,0xc5,0x14,0x70,0x0c,0xd1,0xef,0x50,0x8f,0xf4,0x00,0x23,0x1d,0x72,0x00, +0xef,0x50,0x0c,0xfd,0x00,0x6f,0xd9,0x6c,0x43,0x03,0xff,0x40,0x6f,0xe3,0x6c,0x42, +0x73,0x22,0x8f,0xe0,0x0a,0x00,0x12,0x01,0x12,0x10,0x20,0xef,0x50,0xe6,0x42,0x0c, +0xca,0x12,0x2f,0x1f,0xf7,0x0a,0x00,0x10,0x20,0x01,0x10,0x0a,0x00,0x20,0x04,0x10, +0x0b,0x1c,0x61,0x30,0x1f,0xf7,0x02,0xef,0x70,0x48,0x0f,0x50,0x1f,0xf7,0x00,0xdf, +0xe0,0xc2,0x91,0x00,0x1e,0x00,0x21,0x6f,0xf7,0x57,0x52,0x21,0x1f,0xf7,0xca,0x53, +0x20,0x8f,0xf3,0x0a,0x00,0x10,0x08,0xda,0x80,0x10,0xe0,0x0a,0x00,0x10,0x01,0xb0, +0x0f,0x11,0x80,0x50,0x00,0x40,0xbf,0xf2,0x0e,0xff,0x50,0x00,0x00,0xda,0x0a,0x21, +0x1a,0xf8,0x64,0x00,0x00,0x9c,0x07,0x12,0x30,0x0a,0x00,0x28,0x0b,0x50,0x82,0x00, +0x45,0x05,0x66,0x8f,0xf7,0xe8,0x02,0x14,0xf3,0x40,0x14,0x1c,0xeb,0xc1,0x6d,0x15, +0x0c,0xc8,0x0c,0x07,0x0a,0x00,0x01,0x5f,0x08,0x24,0x6f,0xf6,0x7b,0x09,0x1a,0x0f, +0x0a,0x00,0x10,0xfc,0x25,0x03,0x25,0x2f,0xf6,0x84,0x26,0x09,0x0a,0x00,0x82,0x0e, +0xfb,0x33,0x33,0xff,0x93,0x33,0x31,0xa6,0x2b,0x12,0xaf,0x3d,0x2a,0x13,0xf6,0xad, +0x4a,0x25,0x00,0x5f,0x36,0x41,0x10,0xaf,0xd2,0x1b,0x01,0x99,0x03,0x01,0x05,0x00, +0x33,0xbf,0xfb,0x10,0x6a,0x36,0x72,0x1d,0xff,0xe6,0x00,0x3f,0xfe,0x00,0xb5,0x10, +0x33,0xe1,0x3d,0xf4,0x8b,0x08,0x23,0x50,0x01,0xfb,0x10,0x15,0x16,0xdc,0x7f,0x15, +0xf0,0xca,0x0f,0x00,0x51,0x6c,0x03,0x2f,0x0f,0x11,0x02,0x12,0x19,0x29,0x16,0xff, +0x26,0x00,0x02,0x22,0x06,0x16,0x00,0xd2,0x5e,0x15,0x03,0x21,0x78,0x14,0x4f,0x54, +0x09,0x24,0x06,0xfe,0xce,0x29,0xb1,0x8f,0xb0,0xcd,0xdd,0xdd,0xdc,0x00,0xff,0x60, +0x0c,0xf8,0xf8,0x28,0xe0,0x0f,0xf5,0x00,0xff,0x50,0xef,0x40,0x05,0xfe,0x01,0xff, +0x40,0x5f,0xf1,0xab,0x65,0x70,0xe0,0x2f,0xf3,0x0d,0xfc,0x00,0xef,0xc2,0x20,0xf3, +0x05,0xff,0x15,0xff,0x50,0x0e,0xfe,0xdd,0xdd,0xf3,0xbf,0xf0,0x08,0xc0,0x00,0xde, +0x30,0x00,0x0d,0xff,0xfb,0xb6,0x03,0x38,0xaf,0xfb,0x10,0xc4,0x3a,0x04,0xd4,0x30, +0x04,0x7c,0x00,0x00,0x7a,0x70,0x00,0x4a,0x01,0x10,0x1a,0x13,0x00,0x10,0x64,0xfd, +0x08,0x28,0xcf,0xc0,0x26,0x00,0x10,0xdc,0xbb,0x1f,0x21,0xcc,0x90,0xbd,0x2a,0x27, +0x5f,0xf0,0xb1,0x76,0x15,0xfc,0xb5,0x00,0x41,0xd0,0x06,0xff,0x22,0xc8,0x68,0x11, +0x22,0x83,0x53,0x01,0x26,0x00,0x33,0x0a,0xfa,0x0d,0x14,0x0b,0x42,0xef,0x80,0xdf, +0xff,0xce,0x93,0x30,0xf5,0x0d,0xf7,0x56,0x16,0x61,0x70,0x07,0xff,0x10,0xdf,0x60, +0x74,0x27,0x23,0xef,0xc0,0x26,0x00,0x33,0x4f,0xf6,0x00,0x26,0x00,0x23,0x2b,0x00, +0x26,0x00,0x08,0x86,0x49,0x05,0x28,0x1a,0x07,0x0a,0x00,0x14,0xe0,0x32,0x06,0x0f, +0x1e,0x00,0x02,0x70,0xe1,0x18,0xea,0x11,0x11,0xcc,0x81,0x3e,0x24,0x22,0x07,0xfc, +0x45,0x4c,0x40,0x7f,0xe7,0xee,0xfe,0xe4,0x19,0x43,0xa0,0x00,0x8f,0xe7,0xea,0x16, +0x00,0x06,0x41,0x20,0xef,0x60,0x50,0x7c,0x00,0x60,0x56,0x21,0xef,0x50,0x28,0x1f, +0xd3,0xbf,0xac,0xdd,0xff,0xed,0xde,0xff,0xdd,0xd4,0x00,0xdf,0x8e,0xff,0x2e,0x6f, +0xe1,0xff,0x52,0x2a,0xff,0x32,0x28,0xfe,0x22,0x20,0x06,0xff,0x10,0x3f,0xfb,0x50, +0x1f,0x61,0x0d,0xfd,0x05,0xff,0xf3,0x00,0xa6,0x49,0x20,0xf6,0x0c,0x22,0x4a,0x00, +0x64,0x2e,0x10,0xc0,0x39,0x3c,0x0b,0x88,0x63,0x04,0xe9,0x0b,0x09,0x0a,0x00,0x12, +0xf0,0x83,0x0a,0x0f,0x1e,0x00,0x04,0x70,0xf1,0x11,0xff,0x31,0x1e,0xf5,0x11,0x0a, +0x00,0x60,0x22,0xff,0x42,0x2e,0xf5,0x22,0x58,0x13,0x04,0x24,0x12,0x90,0x6f,0xf7, +0xdd,0xff,0xdd,0xdf,0xfe,0xdd,0x20,0x45,0x1f,0x40,0xff,0x20,0x0e,0xf4,0x35,0x0d, +0x14,0xcf,0x67,0x02,0x24,0xbf,0xaf,0x0a,0x00,0x00,0xc4,0x75,0x40,0x0c,0xf8,0x08, +0xf9,0x4c,0x0b,0x60,0x4f,0xe0,0x03,0xff,0xdf,0xf7,0x78,0x27,0x30,0x6f,0xe0,0x25, +0x34,0x5a,0xf0,0x0a,0x0f,0xfa,0x01,0xdf,0xff,0xff,0x27,0xff,0xfb,0x70,0x4f,0xf3, +0x01,0xff,0xff,0xc8,0x00,0x3d,0xff,0xa0,0x01,0x80,0x00,0x77,0x30,0x34,0x97,0x00, +0xce,0x4b,0x0a,0x06,0x7c,0x00,0x0a,0x00,0x50,0x88,0x88,0x88,0xbf,0xfa,0xa3,0x5e, +0x04,0xbd,0x74,0x1f,0x00,0x0a,0x00,0x42,0x02,0x70,0x0c,0x06,0x06,0x55,0x06,0x0a, +0x00,0x14,0x05,0x29,0x57,0x10,0x50,0x4d,0x08,0x1b,0x84,0xb2,0x58,0x06,0x75,0x15, +0x51,0x03,0x55,0x55,0x9f,0xf7,0x28,0x00,0x06,0xdc,0x56,0x12,0x09,0xcd,0x78,0x00, +0x92,0x43,0x25,0x00,0x01,0x08,0x4e,0x06,0x79,0x71,0x22,0x0b,0xfc,0x97,0x29,0x04, +0x53,0x11,0x00,0x8a,0x08,0x24,0x7f,0xec,0x0a,0x00,0x24,0xef,0x70,0x35,0x65,0x14, +0xff,0xea,0x2a,0x24,0x1f,0xf8,0x0a,0x00,0x22,0xbf,0xf1,0x0a,0x00,0x00,0xb7,0x70, +0x03,0x0a,0x00,0xd3,0x3f,0xfb,0x04,0x44,0x44,0x4e,0xfb,0x44,0x44,0x41,0x09,0xd1, +0x0f,0xf3,0x53,0x25,0x00,0x10,0x0a,0x00,0x82,0x00,0x04,0x80,0x00,0x00,0x0a,0x72, +0x00,0x4f,0x9a,0x01,0xf5,0x90,0x85,0x33,0x3c,0xfe,0x33,0x33,0xef,0xd3,0x33,0xde, +0x3e,0x26,0xf0,0x01,0x7a,0x01,0x41,0x22,0x22,0x2c,0xfd,0x4a,0x79,0x06,0x88,0x1d, +0x21,0xdd,0xdd,0x13,0x42,0x00,0xd2,0x14,0x30,0x3e,0xfd,0x33,0x4a,0x0b,0x05,0x1e, +0x30,0x17,0x0e,0xa8,0x59,0x24,0xcf,0xf4,0xab,0x41,0x04,0x2a,0x15,0x11,0x9f,0x5e, +0x58,0x00,0xd1,0x12,0x80,0xfd,0x13,0x33,0x8f,0xf4,0x33,0x31,0x03,0x0f,0x14,0x01, +0x58,0x08,0x34,0x08,0xfa,0xdf,0x0a,0x58,0x15,0x0c,0x2f,0x11,0x13,0x12,0x06,0x3c, +0x14,0x4f,0xab,0x04,0x06,0x4f,0x80,0x13,0x15,0xa1,0x25,0x06,0xdc,0x7d,0x00,0x54, +0x1c,0x01,0x51,0x66,0x04,0x3c,0x3f,0x00,0x13,0x00,0x23,0xff,0x43,0xf2,0x31,0x14, +0x5f,0x39,0x00,0x16,0x05,0xa9,0x59,0x10,0xf3,0x5d,0x00,0x22,0xde,0x80,0x53,0x45, +0x17,0x00,0x75,0x3f,0x14,0x26,0x13,0x00,0x15,0x06,0xef,0x15,0xb5,0xaf,0xe0,0x03, +0xff,0x93,0x32,0x22,0x22,0x23,0x7f,0xfb,0x02,0x15,0x32,0x30,0x00,0x3b,0xaa,0x00, +0x22,0x50,0x00,0xac,0x00,0x12,0x20,0x6c,0x0f,0x19,0xc7,0xec,0x22,0x00,0x8d,0x1c, +0x21,0x5f,0xf6,0x89,0x1e,0x1e,0xdf,0xec,0x22,0x41,0x22,0x22,0xbf,0xf3,0xb8,0x59, +0x00,0x51,0x90,0x33,0x02,0xcc,0x30,0xcd,0x5a,0x28,0x2f,0xf3,0x45,0x1c,0x05,0x02, +0x0f,0x00,0xe3,0x1c,0xa0,0xc4,0x46,0xff,0x74,0x49,0xff,0x05,0xff,0xbc,0xfa,0x26, +0x00,0xe3,0x6f,0xf0,0x0b,0xa0,0xbf,0xa0,0x02,0xff,0x30,0x06,0xff,0x00,0x10,0x0b, +0x13,0x00,0x20,0x00,0x00,0x13,0x00,0x32,0x45,0x4a,0xff,0xc1,0x43,0x40,0xf3,0xdf, +0xff,0xc0,0x6a,0x0c,0x42,0x02,0xff,0x36,0xcb,0x83,0x5a,0x03,0xa9,0x55,0x03,0xd5, +0x79,0x00,0x02,0x84,0x01,0x4e,0x0e,0x01,0x02,0x11,0x31,0xc7,0x30,0x28,0xe5,0x17, +0x10,0x49,0xb2,0x1f,0x10,0xd4,0x6a,0x08,0x20,0x7a,0xff,0x31,0x41,0x00,0xe7,0x17, +0xf5,0x0b,0xff,0xfc,0x68,0xef,0xff,0xc4,0x00,0x06,0xff,0xb8,0xcf,0xf0,0x00,0x5c, +0xfc,0x10,0x03,0x46,0x44,0x4f,0xfb,0x44,0x44,0x47,0x44,0x30,0xdb,0x00,0x10,0x0b, +0xcd,0x81,0x00,0x5c,0x0c,0x72,0xb0,0x00,0x04,0xff,0xc0,0x5c,0xa0,0x6c,0x06,0x30, +0xf5,0x39,0xfe,0x60,0x2a,0x14,0x05,0x15,0x51,0x30,0x1b,0xff,0xff,0x3d,0x54,0x61, +0xdf,0xf5,0x01,0xdf,0xcc,0xfb,0x6b,0xa0,0x70,0x50,0x02,0x70,0xaf,0xb0,0x07,0xfd, +0x8c,0x22,0x00,0x5a,0x4f,0x30,0x7f,0xd1,0x34,0x2a,0x03,0x00,0x13,0x00,0x01,0x3a, +0xa0,0x62,0x09,0xea,0x00,0x7f,0xd0,0x9c,0x08,0x13,0x01,0x3a,0x68,0x00,0xb6,0x22, +0x31,0x03,0xff,0x20,0xc8,0x23,0x50,0xff,0x50,0x3f,0xf3,0x04,0xbb,0x34,0x0e,0xd9, +0x3f,0x07,0x26,0x00,0x84,0xaa,0x30,0x2a,0xa1,0x03,0xbb,0x10,0x00,0x58,0x2c,0x25, +0x32,0x09,0xf6,0x0d,0x40,0x9f,0xec,0xcc,0xcd,0xec,0x47,0x31,0xfa,0x09,0xfb,0x2b, +0x31,0x00,0xaf,0x2b,0x12,0xfe,0x26,0x57,0x33,0xfa,0x02,0x3a,0x3b,0x03,0x00,0x26, +0x24,0x51,0x16,0xff,0x41,0x17,0xff,0xdf,0x12,0x12,0x4f,0xdb,0x73,0x20,0x8f,0xd0, +0xe5,0x3a,0x04,0x13,0x00,0x01,0x3f,0x16,0x01,0x13,0x00,0x00,0x9c,0x5a,0x07,0x77, +0x31,0x06,0x74,0x12,0x05,0x01,0x00,0x14,0xfe,0xd2,0x0a,0x21,0x0f,0xe0,0x2a,0x76, +0x13,0x33,0x13,0x00,0x01,0x7f,0xa3,0x10,0xf0,0x13,0x00,0x32,0xee,0xee,0x1a,0x3c, +0x8d,0x10,0xe0,0x87,0x8e,0x30,0xfd,0xfa,0x7f,0x89,0x04,0x51,0x0a,0xf1,0xfe,0x1f, +0xa7,0x8d,0x05,0x82,0xaf,0x1f,0xe1,0xfa,0x7f,0x80,0x00,0x0e,0x13,0x00,0x42,0xf8, +0x3f,0xf0,0xef,0x13,0x00,0x2f,0x83,0xff,0x13,0x00,0x04,0x60,0xff,0xcf,0xa7,0xf8, +0x4f,0xe0,0x13,0x00,0xf1,0x01,0xea,0xf5,0x7f,0x88,0xfc,0x0e,0xf2,0x03,0x50,0xfe, +0x11,0x02,0x54,0xff,0x76,0x33,0x85,0x00,0x50,0x04,0xef,0xea,0xfd,0x40,0x85,0x00, +0x40,0x6c,0xff,0xf4,0x5e,0xa3,0x93,0xf4,0x1e,0xe0,0x0d,0xff,0xc2,0x00,0x1b,0xff, +0x30,0x00,0xfe,0x00,0x4c,0x50,0x00,0x00,0x08,0x70,0x00,0x17,0x90,0x02,0xff,0x40, +0x05,0x94,0x00,0x00,0x8f,0xf4,0x02,0xff,0x40,0x1e,0xfd,0x10,0x01,0x2e,0xf8,0x13, +0xff,0x61,0x6f,0xf4,0x11,0x5f,0x02,0x04,0x06,0x09,0x00,0x13,0xe0,0xe3,0x47,0x21, +0x5f,0xe2,0x11,0x00,0x50,0x79,0xfc,0x4b,0xb2,0xff,0xad,0x5a,0x41,0x76,0xb9,0x00, +0x02,0xc8,0x3e,0x05,0x7e,0x0e,0x11,0x70,0x4a,0x7c,0x41,0xff,0xd9,0x99,0x40,0xa4, +0x18,0x20,0xef,0x92,0xbd,0x7f,0x14,0xff,0x69,0x16,0x20,0xff,0xfe,0x3f,0x05,0x00, +0x09,0x00,0x10,0x50,0xd4,0x03,0x14,0xcf,0x09,0x00,0x12,0xdf,0x09,0x00,0x10,0x84, +0xd6,0x03,0x10,0xdd,0x12,0x00,0x32,0xef,0xfb,0x10,0xf8,0x03,0x22,0x01,0x00,0x9a, +0xa1,0x02,0xd4,0x05,0x02,0xa9,0x84,0x11,0xfc,0x09,0x00,0xd0,0xbb,0xbb,0xbe,0xfc, +0x11,0x8f,0x81,0x15,0xfd,0x35,0x55,0x58,0xfc,0xaf,0x09,0x42,0xfd,0xaf,0xff,0xf8, +0x09,0x00,0xc2,0x12,0x22,0x28,0xfc,0xfc,0x7f,0x79,0xf6,0xfd,0x8c,0xcc,0xc8,0x09, +0x00,0x30,0x8b,0xbb,0xb8,0x09,0x00,0x60,0xf1,0xac,0xbb,0xbb,0xbc,0xc4,0x09,0x00, +0x10,0xdf,0xc7,0x04,0x01,0x09,0x00,0x47,0x51,0x11,0x1e,0xf4,0x12,0x00,0xf1,0x06, +0xdf,0xf0,0xdf,0xb9,0x99,0x9f,0xf4,0xfc,0x7f,0xbf,0xa0,0xdf,0x97,0x77,0x7f,0xf4, +0x54,0x7f,0x71,0x00,0xdf,0xf4,0x04,0x20,0x7f,0x70,0x5d,0x20,0x11,0x2e,0x09,0x00, +0x00,0x53,0x20,0x02,0x09,0x00,0x05,0x1b,0x00,0x11,0x40,0xf8,0x6e,0x14,0xa0,0x7f, +0x04,0x12,0xa0,0x1a,0x09,0x00,0x09,0x00,0x01,0xb0,0x09,0x32,0x22,0x7f,0xb2,0x37, +0x02,0x04,0x59,0x9b,0x11,0xf2,0x09,0x00,0xc2,0xfb,0xbb,0xbf,0xf2,0xfc,0x5f,0xa9, +0xf1,0x2f,0xd0,0x00,0x0e,0x09,0x00,0x00,0x1b,0x00,0x00,0x09,0x00,0x10,0x1c,0xd2, +0x3e,0x00,0x09,0x00,0x01,0x36,0x00,0x41,0xfc,0x5f,0xa9,0xf5,0x8d,0x1d,0x01,0x09, +0x00,0xf1,0x02,0xdd,0xff,0xcd,0xfd,0xfc,0x5f,0xcd,0xf4,0xff,0x11,0xfc,0x05,0xfd, +0xfc,0x5f,0xbf,0xd4,0x1b,0x00,0x91,0x87,0x5f,0xa4,0x03,0xff,0xdd,0xff,0xde,0xfd, +0x7e,0x00,0x00,0x1b,0x00,0x01,0x09,0x00,0x00,0x2d,0x00,0x04,0x90,0x00,0x02,0x09, +0x00,0x11,0x20,0x4f,0x67,0x22,0x06,0xfd,0xc7,0x2d,0x07,0x78,0x16,0x00,0xbc,0x22, +0x00,0xa2,0x01,0x96,0xd0,0x00,0x02,0x26,0xa9,0x22,0x22,0xaa,0x62,0x76,0x62,0x00, +0x9a,0x2c,0x01,0xe7,0x27,0x29,0x8f,0xe0,0x14,0x00,0x01,0xbc,0x16,0x20,0xaf,0xe0, +0xeb,0x04,0x04,0xd5,0x61,0x13,0x07,0x6b,0x1d,0x00,0x9a,0x3f,0x21,0xff,0xfc,0x86, +0x93,0x06,0xc6,0x03,0x00,0xa9,0x5f,0x50,0x12,0x21,0x1e,0xfd,0x30,0x90,0x3f,0x85, +0x93,0x6f,0xf4,0x37,0xff,0xf7,0x10,0x3f,0x9c,0x07,0xe0,0x0a,0xf8,0xdf,0xdb,0xcf, +0xfb,0xbc,0xff,0x8e,0x80,0x01,0x10,0xcf,0x70,0x11,0x23,0x00,0x3b,0x1b,0x00,0x0a, +0x00,0x24,0xae,0xfe,0x0a,0x00,0x10,0x7f,0xf8,0xa3,0x02,0x05,0x0b,0x00,0x68,0x23, +0x06,0x93,0x17,0x04,0x09,0x7f,0x40,0x00,0x00,0x04,0x98,0x8a,0x48,0x21,0x8b,0x70, +0xc8,0x39,0x20,0x3f,0xf3,0xa1,0x20,0x00,0x1a,0x80,0x22,0x3f,0xf3,0x0a,0x1b,0x42, +0xbf,0xc0,0x3f,0xf3,0x03,0x0c,0x62,0x7d,0x70,0x3f,0xf3,0x09,0xe3,0x52,0x14,0x2e, +0x7f,0xf7,0xc6,0x18,0x06,0xc5,0x42,0x24,0x5f,0xf5,0x16,0x06,0x15,0x3f,0xfe,0x1c, +0x0f,0x0a,0x00,0x1f,0x06,0x03,0x0f,0x35,0x07,0xed,0x00,0x3e,0x08,0x18,0x40,0xc0, +0x41,0x18,0xf0,0x0a,0x00,0x00,0xe6,0x38,0x01,0xc5,0xa0,0x21,0xdf,0x70,0x94,0x29, +0x10,0x90,0xc5,0x68,0x03,0xff,0x07,0x00,0x59,0x3d,0x21,0x45,0x00,0x46,0x3c,0x72, +0xef,0x70,0x04,0xff,0xd9,0xff,0xb1,0x98,0x2f,0x12,0x3b,0xd9,0x24,0xa3,0xff,0x6d, +0xdd,0xdd,0xff,0xff,0xed,0xde,0x70,0x00,0x4a,0x6b,0x00,0x2e,0x20,0x00,0x63,0x63, +0x41,0xe2,0x29,0xff,0x10,0x3e,0x29,0x42,0x7f,0xe0,0x1f,0xf7,0x82,0x05,0x40,0x7f, +0xe0,0x2b,0xc0,0x60,0x06,0x02,0x26,0x2f,0x00,0xe3,0x0c,0x11,0x02,0x8b,0x63,0x00, +0xcc,0x13,0x12,0x0c,0x72,0x10,0x10,0x06,0x14,0x7b,0x04,0x20,0x37,0x09,0x08,0x35, +0x05,0xfc,0x08,0x1b,0xfd,0xd2,0x00,0x21,0xad,0xdd,0x1b,0x7a,0x45,0xdd,0xd0,0x00, +0xcf,0xd2,0x00,0x22,0xcf,0xc6,0xe2,0x3a,0x10,0x60,0xfd,0x03,0xc1,0x04,0x85,0x00, +0x03,0xa4,0x00,0x00,0xcf,0xa1,0x75,0x0a,0xfa,0x9f,0x85,0x51,0xcf,0xaa,0xfc,0x06, +0xfe,0x52,0x1b,0x80,0xcf,0x95,0xff,0x12,0xff,0x30,0x1f,0xf8,0x25,0x25,0x60,0xff, +0x70,0xef,0x70,0x6f,0xf2,0x83,0x87,0x60,0xaf,0xc0,0xaf,0xb0,0xbf,0xc0,0x23,0x15, +0x60,0x5f,0xf1,0x7f,0xe2,0xff,0x50,0x30,0x06,0x51,0x1f,0xf5,0x39,0x49,0xfd,0xea, +0x15,0x21,0x0c,0x92,0xb5,0x47,0x24,0x06,0xff,0x99,0x4c,0xd4,0x0a,0xfd,0x24,0x44, +0x44,0x45,0xff,0x94,0x44,0x40,0x0f,0xf9,0xaf,0x6e,0x78,0x14,0xf3,0x0a,0x00,0x2f, +0x01,0xa0,0x0d,0x82,0x04,0x14,0xdd,0xe0,0x35,0x31,0x39,0xff,0x63,0x7c,0x01,0x0f, +0x9a,0x01,0x01,0x61,0x80,0x02,0x88,0x00,0x03,0x88,0x19,0x88,0x22,0x05,0xfe,0xac, +0x0b,0x24,0xdf,0x9f,0x31,0x09,0x40,0xdf,0x9c,0xcd,0xff,0x48,0x24,0x51,0xa0,0x00, +0xdf,0x70,0x05,0xb4,0x4d,0x00,0xa4,0x01,0x13,0x05,0x3a,0x1a,0x32,0xff,0x60,0x03, +0xcc,0x69,0x31,0x00,0xff,0x49,0xa4,0x69,0x00,0x74,0x68,0x13,0x3e,0x8b,0x37,0xb0, +0x05,0xff,0x02,0x6f,0xf9,0x33,0x38,0xff,0xb0,0x00,0x08,0xdf,0x7d,0x10,0xb4,0x4c, +0x0e,0x20,0x0d,0xfa,0x2d,0x03,0x20,0xff,0xc1,0x27,0x2a,0x12,0x8c,0xde,0x2a,0x80, +0xa1,0x4e,0xe0,0x5f,0xff,0xd9,0x41,0x5a,0x32,0x05,0x21,0x30,0x04,0x06,0x59,0x1d, +0x46,0xca,0x00,0x30,0x02,0x58,0xcd,0x2e,0x0a,0x60,0xf1,0x69,0xbd,0xff,0xff,0xff, +0x84,0x03,0xd1,0x80,0xcf,0xff,0xff,0xfc,0x73,0x00,0x01,0x15,0xff,0x10,0x59,0x64, +0x70,0x1b,0x23,0x0b,0xfa,0x3f,0x2a,0x00,0x49,0x08,0x21,0x13,0x30,0x0a,0x00,0xa0, +0xaf,0xc1,0x10,0x5f,0xe0,0x0f,0xfb,0x99,0x90,0x03,0x57,0x18,0x00,0x24,0x30,0x30, +0xf0,0x0b,0xff,0xb5,0x5e,0x40,0x0f,0xf9,0x66,0x60,0x48,0x1c,0x21,0x5f,0xe0,0xf9, +0x29,0x32,0xb5,0x1f,0xf2,0x0a,0x00,0x42,0x06,0xfb,0x5f,0xe0,0x0a,0x00,0xf2,0x00, +0x00,0xff,0xcf,0xa0,0x5f,0xe3,0x3f,0xf7,0x33,0x31,0x00,0x8f,0xff,0x50,0x5f,0x2d, +0x0a,0xb4,0x0e,0xff,0x30,0x3b,0xbb,0xbb,0xbb,0xbb,0xb3,0x00,0x2f,0x52,0x3a,0x00, +0x12,0x02,0xa2,0xfa,0x75,0x44,0x34,0x44,0x43,0x0b,0xff,0x95,0xdf,0x12,0x5a,0x61, +0x09,0xfb,0x00,0x04,0x8a,0xcd,0x5e,0x01,0x0a,0xd8,0x0f,0x31,0x09,0xfa,0x00,0xa6, +0x04,0x60,0xf5,0x22,0x2a,0xfb,0x22,0x22,0x0a,0x00,0x02,0x7d,0x8c,0x01,0xc3,0x22, +0x41,0xaa,0xad,0xfd,0xaa,0x07,0x6b,0xb4,0x18,0x88,0x8c,0xfd,0x88,0xff,0x81,0x00, +0x0d,0xf8,0x1f,0x2e,0x75,0x10,0xf5,0x6e,0x1a,0x53,0x23,0xff,0x20,0x00,0xdf,0x6d, +0x7a,0xb0,0x00,0x04,0xdd,0xef,0xf1,0xcc,0xce,0xfe,0xcc,0xcc,0x00,0x29,0x51,0xa2, +0x44,0x4b,0xfc,0x44,0x44,0x10,0x07,0xd3,0x9f,0xa3,0x05,0x0a,0x90,0x07,0xfa,0xdf, +0x61,0x44,0x4b,0xfb,0x44,0x44,0x82,0x4b,0x11,0x1c,0x28,0x00,0x32,0xa0,0x00,0x7f, +0xcb,0x96,0x00,0x7e,0x49,0x70,0xfe,0x21,0x11,0x1a,0xfa,0x11,0x11,0xf7,0x1e,0x43, +0xe5,0x00,0x05,0x85,0xfc,0x5d,0x93,0xd8,0x43,0x21,0x11,0x22,0x21,0x2f,0xff,0x26, +0x58,0x02,0x61,0x09,0xf4,0x00,0x05,0x9c,0xef,0x32,0x00,0x16,0x20,0x12,0x03,0x05, +0x9a,0x0f,0x05,0x0a,0x00,0xa2,0x01,0x33,0x3a,0xfe,0x33,0x33,0x9f,0xf3,0x33,0x10, +0x90,0x96,0x02,0x38,0x17,0x0f,0x0a,0x00,0x09,0x10,0x0d,0xf4,0x78,0x00,0xe5,0x5c, +0x18,0xd1,0x4c,0x15,0x83,0x6e,0xfd,0x66,0x66,0xbf,0xf6,0x66,0x60,0x1f,0x82,0x14, +0xf0,0x4e,0x5b,0x24,0x7f,0xf0,0x57,0x0c,0x22,0x7f,0xf0,0xad,0xa7,0x03,0x0a,0x00, +0x01,0x2b,0x8a,0x11,0x7f,0xb3,0x10,0x13,0xf7,0xe6,0x26,0x34,0x0a,0xff,0x90,0xf0, +0x26,0x19,0xa7,0x4d,0x47,0x08,0xe6,0x5a,0x29,0xff,0xb0,0x0a,0x00,0x11,0xf0,0x4d, +0x0b,0x01,0x5a,0x69,0x01,0x51,0x37,0x0a,0x1e,0x00,0x02,0xfd,0x2f,0xc5,0x7a,0x40, +0x00,0x3f,0xf7,0x21,0x11,0x11,0x11,0x13,0xcf,0xc0,0x6d,0x0b,0x40,0x60,0x00,0x02, +0x9d,0x20,0x01,0x01,0x48,0x3e,0x62,0x04,0x41,0x00,0x00,0x14,0x40,0x05,0x0a,0x02, +0x46,0x09,0xa6,0x08,0x88,0x8f,0xfa,0x88,0x88,0xbf,0xf8,0x88,0x81,0x2f,0x90,0xc3, +0x0a,0xaa,0xdf,0xfa,0xaa,0xaa,0xcf,0xfa,0xaa,0xa1,0x00,0x03,0x91,0x15,0x00,0xd0, +0x0f,0x12,0x20,0x0a,0x00,0x34,0x0b,0xff,0xe4,0x82,0x09,0x29,0xd9,0x10,0xcd,0x15, +0x0e,0x01,0x00,0x43,0x2f,0xf6,0x1c,0x80,0x30,0x0b,0x33,0x67,0xff,0xa0,0xd5,0x1b, +0x60,0x07,0xff,0x20,0x55,0x55,0x55,0x4b,0x69,0x26,0x5d,0x95,0x15,0x21,0x05,0x9b, +0x90,0x03,0x4a,0x44,0x05,0x6a,0x47,0x13,0xb0,0xee,0x08,0x14,0x6b,0x01,0xa3,0x11, +0xf6,0x2d,0x05,0x73,0x55,0x6f,0xf7,0x55,0x27,0xff,0x10,0x8c,0x0b,0x23,0x5f,0xf4, +0x9f,0x0b,0x01,0x1e,0x4e,0x00,0x13,0x00,0x00,0x83,0x69,0x10,0x95,0xe8,0x1e,0xf0, +0x01,0x47,0xa0,0x9f,0xf1,0x0b,0xf6,0x03,0x69,0xff,0xff,0xff,0x03,0xff,0x80,0xdf, +0x5c,0xd4,0x08,0x91,0x90,0x0c,0xff,0xaf,0xf1,0x8f,0xfd,0xa6,0x30,0x8e,0x59,0x22, +0x02,0x41,0x26,0x2a,0x03,0x94,0x8b,0x00,0x34,0x04,0x13,0xcf,0x70,0x78,0x13,0x0c, +0x51,0x0f,0x62,0x60,0x23,0x33,0x33,0x7f,0xf0,0xb1,0x3b,0x11,0x04,0x11,0x00,0x40, +0x5e,0xee,0xee,0xef,0x11,0x00,0x14,0x08,0x22,0x00,0x50,0xaf,0xd5,0x55,0x55,0x50, +0x33,0x00,0x13,0xfa,0x44,0x00,0x22,0xff,0x92,0x26,0x7a,0x12,0x2f,0xf4,0x0c,0x24, +0xff,0x65,0x23,0x7a,0x03,0x25,0x8e,0x01,0x1d,0x24,0x04,0x55,0x00,0x00,0xcf,0x15, +0x03,0xa5,0x26,0x00,0x11,0x00,0x40,0x07,0x66,0x9f,0xf8,0x11,0x00,0x00,0x04,0x0e, +0x00,0x44,0x00,0x00,0xe6,0x84,0x18,0x50,0x37,0x38,0x10,0x07,0x4c,0x00,0x10,0x7f, +0x15,0x0e,0x00,0x05,0x00,0x11,0x27,0xfb,0x03,0xf4,0x04,0x11,0x11,0x5f,0xf2,0x01, +0x11,0x13,0xff,0x40,0x04,0x44,0x47,0xff,0x20,0x44,0x44,0x5f,0xf4,0x00,0x09,0x3d, +0xb1,0x40,0x0f,0xfd,0xcc,0xcc,0x23,0xff,0xdc,0xcc,0xc4,0x01,0x84,0x9d,0x02,0x9a, +0x02,0x70,0xee,0xee,0x65,0xff,0xfe,0xee,0xe8,0xe8,0x09,0x01,0x80,0x3c,0xf0,0x34, +0x80,0x07,0x51,0x11,0xff,0x40,0x84,0x11,0x1d,0xf8,0x02,0xff,0xe6,0x2f,0xf4,0x3f, +0xfc,0x50,0xdf,0x70,0x19,0xff,0xf4,0xff,0x32,0x9f,0xff,0x1e,0xf6,0x00,0x01,0xaf, +0xef,0xf1,0x00,0x1b,0xef,0xff,0x50,0x49,0xef,0xff,0xff,0x04,0x9e,0xff,0xff,0xf4, +0x0e,0xff,0xfa,0xaf,0xe0,0xcf,0xff,0x95,0xff,0x30,0x9d,0x72,0x1c,0xfb,0x06,0xd7, +0x10,0x6f,0xf0,0x5b,0x07,0x41,0x70,0x00,0x5d,0xdf,0x45,0x77,0x00,0x15,0x27,0x04, +0xcd,0x7e,0x23,0x02,0x32,0x5d,0x14,0x60,0x80,0x00,0x0a,0x82,0x00,0x1f,0x33,0xa5, +0x40,0xf6,0x00,0x4f,0xf4,0x0a,0x00,0x00,0x57,0x7a,0xc1,0xbf,0xa0,0x00,0x01,0x11, +0x7f,0xe0,0x00,0xd9,0x14,0xff,0x10,0x8a,0x35,0x50,0xbb,0xcb,0xbe,0xfe,0xbb,0xad, +0x66,0x12,0xe1,0xfa,0x0c,0x01,0x0a,0x00,0xf3,0x02,0x12,0xff,0x50,0xef,0x50,0x0d, +0xf5,0x22,0x21,0xff,0xee,0xff,0xee,0xff,0x50,0x0d,0xf2,0xb0,0x8b,0xf0,0x05,0x50, +0x0e,0xf3,0x11,0x11,0xff,0x23,0xff,0x61,0xef,0x50,0x0e,0xff,0xff,0xd1,0xff,0xaa, +0xff,0xb9,0xff,0x88,0x8e,0x14,0xc1,0x2b,0x48,0x70,0x6f,0xc0,0x22,0x24,0xff,0x72, +0x22,0x71,0x01,0x11,0xce,0xe3,0x1e,0x00,0xcf,0x53,0x14,0xaf,0x99,0x0f,0x90,0xbf, +0x82,0x22,0x24,0xff,0x62,0x22,0x20,0x03,0x37,0x37,0x01,0x5a,0x5d,0x12,0x08,0x40, +0x76,0x01,0x6a,0x4f,0x16,0xe5,0xe1,0x91,0x00,0x68,0x17,0x02,0xe9,0x10,0x11,0xf7, +0xc7,0x38,0x07,0x0a,0x00,0x62,0x02,0x22,0x2c,0xf7,0x5f,0xd0,0x14,0x7d,0x40,0x0c, +0xf7,0x5f,0xd3,0x81,0x71,0x33,0x03,0x44,0x4d,0x1e,0x00,0x00,0xd3,0x05,0xa2,0x4b, +0xbb,0xff,0xdb,0xba,0x00,0x0c,0xfd,0xcc,0xc5,0x17,0x16,0x10,0x0e,0x90,0x2f,0x01, +0xa3,0x03,0x80,0x0f,0xf1,0x00,0x00,0xcf,0xed,0xff,0xed,0x6c,0xa1,0xf2,0x07,0xcc, +0xc6,0xcf,0x40,0xef,0x40,0xbf,0x60,0x4f,0xff,0xff,0xf7,0xcf,0x50,0xef,0x50,0xbf, +0x60,0x26,0x66,0x6f,0xf6,0x28,0x00,0x00,0x0e,0x23,0x10,0xad,0xe9,0x12,0x12,0x50, +0xce,0x2f,0x20,0xef,0x43,0x3e,0x07,0x00,0x6a,0x61,0x01,0xcf,0x96,0xd3,0x22,0x9f, +0xf1,0x45,0x56,0xff,0xcb,0xff,0xe0,0x00,0xff,0xff,0xa6,0x3c,0x10,0x97,0xbf,0xeb, +0x14,0xff,0xec,0xb9,0x76,0x4c,0xd4,0x14,0x09,0x01,0x8b,0x85,0x50,0x02,0x10,0x03, +0xce,0x10,0x30,0x60,0x70,0xcf,0xc1,0x2f,0xf9,0x00,0x1f,0xf8,0x0e,0x16,0x60,0x8f, +0xf2,0x01,0xff,0x80,0x08,0x45,0x51,0x30,0xa0,0x1f,0xf8,0x9c,0x37,0x50,0x09,0xe8, +0x01,0xff,0x80,0x60,0x7c,0x10,0x21,0x22,0x00,0x15,0x13,0x1e,0x8d,0x24,0xe0,0x1f, +0xad,0x03,0x02,0xdd,0x11,0x03,0xbb,0x27,0x00,0x57,0x47,0x1a,0x6f,0xa0,0x6c,0x3b, +0xfe,0x00,0x25,0x22,0x00,0x12,0x03,0x94,0x08,0x33,0xcf,0xe0,0x9f,0x22,0x00,0x04, +0xa5,0x0f,0x06,0x44,0x00,0x0c,0x46,0x14,0x00,0x54,0xab,0x05,0xd8,0x45,0x02,0xd5, +0x3a,0x00,0x65,0x0a,0x01,0x76,0x7f,0x13,0xef,0x0b,0x6e,0x02,0x46,0x1a,0x02,0x05, +0x35,0x31,0xf8,0x00,0x02,0x13,0x1e,0x54,0x45,0xff,0xa4,0x40,0x9f,0x58,0x04,0xf0, +0x0d,0x07,0xcc,0xcc,0xcc,0xdf,0xfd,0xcc,0xcd,0xcc,0xb0,0x00,0xbd,0x40,0x03,0xff, +0x70,0x01,0xdd,0x20,0x00,0x4e,0xff,0x90,0x3f,0xff,0x23,0xef,0xf8,0xeb,0x3c,0x31, +0x54,0xff,0xfe,0xda,0x04,0x21,0x07,0x9a,0xc8,0xa3,0x00,0x94,0x2d,0x51,0xff,0xff, +0x6e,0xff,0x70,0xfd,0xaa,0xf0,0x04,0x8f,0xf3,0x2d,0xff,0xd7,0x20,0x5f,0xff,0x92, +0x05,0xff,0x30,0x1b,0xff,0xfc,0x00,0xa6,0x00,0xef,0xa5,0x7d,0x10,0xae,0x4e,0x06, +0x09,0x5b,0x59,0x07,0x01,0x00,0x31,0xa7,0x10,0x0c,0x8e,0x29,0x00,0x93,0x9d,0x02, +0x0a,0x00,0xb0,0x01,0xbf,0xf7,0x00,0x02,0x3e,0xf7,0x37,0xff,0x32,0x5e,0x40,0x12, +0x51,0x0d,0xf5,0x04,0xff,0x04,0x1b,0x3d,0x00,0x0a,0x00,0x33,0x00,0x6c,0x20,0x0a, +0x00,0x00,0x51,0x09,0x70,0x90,0x03,0x3e,0xf8,0x37,0xff,0x33,0xcd,0x17,0x12,0x2f, +0x48,0x01,0x13,0xaf,0x5c,0xa9,0x21,0xfe,0x4e,0xfd,0x3c,0x41,0xf4,0x04,0xff,0x01, +0x4e,0x2b,0x90,0x0f,0xf3,0x04,0xff,0x00,0x2c,0x20,0x0a,0x50,0x56,0x5f,0x01,0x3c, +0x00,0x31,0xf4,0x00,0x5f,0xcc,0x0b,0x10,0x07,0x46,0x2d,0x33,0xc0,0x04,0xff,0x1a, +0x4a,0x00,0xd4,0x5d,0x50,0x1b,0xff,0xd1,0x00,0x0b,0x92,0x0a,0x60,0x07,0xef,0xfc, +0x10,0x00,0x2f,0x1a,0x12,0x10,0x0d,0x38,0x01,0x10,0x04,0xb2,0xa6,0x2f,0x02,0xc4, +0xc8,0x00,0x02,0x14,0x30,0x57,0xa4,0xc1,0x07,0xfd,0x20,0x02,0xff,0x76,0x66,0x6f, +0xf6,0x00,0x7f,0xf9,0x1b,0x17,0x31,0xef,0xf6,0x1b,0xf1,0xa2,0x40,0x65,0x55,0x5f, +0xf9,0x1a,0x12,0x02,0x28,0x00,0x10,0x6e,0x50,0x97,0x30,0x77,0x7b,0xfd,0x6e,0x6b, +0xb3,0xce,0x60,0x09,0x99,0x9d,0xff,0x99,0x99,0x10,0x0b,0xff,0xbf,0x27,0x33,0x21, +0xcf,0xf4,0x53,0x20,0x10,0x6f,0x55,0x03,0x01,0xd3,0x0d,0x20,0xef,0xd3,0xf9,0x04, +0xd0,0xa7,0x77,0x9f,0xf2,0x2a,0x10,0x06,0x10,0x00,0xdf,0xb8,0x88,0x9f,0xf5,0xb0, +0x02,0x11,0x4e,0x11,0xf2,0x35,0x3e,0x42,0x69,0x3a,0xfb,0x5b,0xfd,0xb2,0x50,0xef, +0x59,0xfb,0x9f,0x70,0xeb,0x45,0xf1,0x01,0x09,0xfd,0x0a,0xfb,0x2f,0xe3,0xcf,0xfd, +0x20,0x00,0x09,0xf5,0xef,0xf9,0x0a,0xe8,0xb5,0x01,0x62,0x20,0xdf,0xc2,0x01,0x00, +0x66,0x43,0x8d,0x15,0x30,0x88,0x4e,0x13,0x64,0xbb,0x12,0x32,0x9f,0xf8,0x04,0x99, +0x0d,0xd0,0x2c,0xff,0x90,0x00,0x22,0x22,0x24,0xef,0xf2,0x00,0x2f,0xf7,0x17,0x15, +0x35,0x00,0x2b,0x61,0x20,0x40,0xbf,0x70,0x4a,0x12,0xf4,0x35,0x18,0x50,0x07,0xef, +0xff,0xfe,0x71,0x11,0xa2,0xf0,0x07,0x38,0xef,0xff,0x75,0xdf,0xfe,0x70,0x09,0xff, +0xf7,0x8f,0xff,0x91,0x00,0x06,0xef,0xb0,0x8f,0xff,0xf7,0x0b,0x71,0x25,0x00,0x43, +0x10,0x2f,0xcf,0xf7,0x79,0x0e,0x24,0x07,0x0e,0x0a,0x00,0x00,0x23,0x17,0x52,0x33, +0x37,0xff,0x53,0x33,0xa1,0x3e,0x02,0xc0,0x10,0x0f,0x0a,0x00,0x03,0xa3,0x12,0x22, +0x26,0xff,0x52,0x22,0x20,0x00,0x0e,0xf7,0xfb,0x8f,0x07,0x0a,0x00,0x07,0x3c,0x20, +0x21,0xea,0x20,0xa2,0x4e,0x00,0x9e,0x24,0x03,0x0a,0x00,0x41,0x02,0xdf,0xf4,0x08, +0x9e,0x08,0x33,0x10,0x4f,0xff,0x30,0x15,0xf3,0x00,0x10,0x3f,0xe4,0x38,0x12,0x44, +0x4a,0xfd,0x44,0x44,0x00,0x07,0x20,0xdf,0xb0,0x32,0x00,0x24,0x0a,0xff,0x00,0x7d, +0x33,0x8f,0xf8,0xcf,0xa6,0x77,0x20,0xff,0xf6,0xc9,0x11,0x63,0xdf,0xa3,0x30,0x9f, +0xff,0xf6,0x6c,0x93,0x43,0x5f,0xee,0xf6,0x8f,0xa7,0x2b,0x14,0x1d,0x0a,0x00,0xc0, +0x00,0x0d,0xf6,0x12,0x5a,0x22,0x22,0xdf,0x92,0x20,0x00,0x0d,0xf7,0x84,0x01,0x9e, +0x93,0x20,0x0d,0xf6,0x37,0x4b,0x03,0x0a,0x00,0x24,0x1f,0xf9,0x0a,0x00,0x42,0x08, +0xa3,0x33,0xef,0x0a,0x00,0x03,0xae,0x9a,0x00,0x0a,0x00,0x1c,0x01,0xc9,0x33,0x25, +0x94,0x00,0x55,0x23,0x13,0x55,0x50,0x76,0x32,0xaf,0xf6,0x05,0x0a,0x00,0x11,0x3d, +0x8e,0x59,0x00,0x96,0x08,0xe3,0x3f,0xf5,0x37,0x15,0xff,0xcc,0xcc,0xcf,0xf5,0x00, +0x07,0x21,0xef,0xc5,0x28,0x00,0x80,0x0b,0xff,0x35,0xff,0x22,0x22,0x2f,0xf5,0xcb, +0x49,0x03,0x28,0x00,0x24,0x09,0xff,0x3c,0x00,0x15,0x8f,0x0a,0x00,0xf0,0x06,0x6f, +0xef,0xf6,0x05,0xff,0x09,0xf8,0x00,0x53,0x00,0x0c,0x2e,0xf6,0x05,0xff,0x04,0xfe, +0x06,0xfe,0x20,0x00,0x75,0x5d,0x52,0x00,0xef,0xcf,0xfb,0x10,0x0a,0x00,0x01,0x84, +0x61,0x01,0x0a,0x00,0x30,0x0e,0xfc,0x10,0x0a,0x00,0x60,0x06,0xff,0x48,0x85,0xff, +0xd2,0xb1,0x5e,0x00,0x35,0xb2,0x10,0x7f,0xd8,0x6b,0x61,0xf6,0x1f,0xff,0xfc,0x70, +0x08,0x0a,0x00,0x68,0x07,0xb5,0x10,0x00,0x00,0x3a,0xc7,0x00,0x21,0x03,0x82,0x84, +0x3d,0x10,0x70,0x97,0x35,0x40,0x04,0x57,0x9a,0xdf,0x56,0x1c,0x30,0x9f,0xf2,0x3f, +0x9d,0x04,0x10,0x84,0x60,0xa0,0x50,0x3f,0xf7,0x54,0x4f,0xf3,0xeb,0x32,0xa2,0x20, +0x3f,0xe1,0x11,0x4f,0xf3,0x11,0x10,0x0b,0x72,0xcb,0x26,0x00,0x01,0x23,0x41,0xfc, +0x4f,0xfd,0xdd,0xd8,0x6b,0x41,0xbf,0xf2,0x3f,0xe0,0x82,0x3c,0x50,0x1c,0xff,0xf1, +0x4f,0xe3,0x14,0x00,0x20,0x30,0x5f,0x0a,0x00,0x01,0x2c,0x08,0xf2,0x00,0x0d,0xbf, +0xf1,0x4f,0xe3,0xfe,0x11,0x11,0xff,0x30,0x03,0x2f,0xf1,0x5f,0xd3,0x40,0x08,0x71, +0x1f,0xf1,0x6f,0xc3,0xff,0x88,0x88,0x0a,0x00,0x51,0x7f,0xb3,0xfe,0x77,0x78,0x0a, +0x00,0x24,0x9f,0x93,0x1e,0x00,0x20,0xbf,0x73,0x90,0xb4,0x00,0x0a,0x00,0x50,0xef, +0x53,0xff,0xcc,0xcd,0x0a,0x00,0x34,0xf3,0xff,0x13,0x1e,0x00,0x20,0x6c,0x03,0x61, +0x08,0x18,0x30,0x0d,0x44,0x10,0xb4,0x7c,0xb6,0x20,0xeb,0x10,0x0c,0x19,0x50,0x31, +0x9f,0x23,0x22,0xff,0xd1,0x2e,0x60,0xa0,0xf8,0x9f,0x2f,0x94,0xfe,0x3d,0x56,0x60, +0x10,0xf8,0x9f,0x2f,0x97,0xfb,0x3d,0x25,0xd0,0x83,0xf9,0x9f,0x2f,0x9a,0xff,0xff, +0xf4,0x05,0x19,0xfe,0xff,0xff,0x2f,0x77,0x00,0xde,0x54,0xa0,0xcc,0xcc,0xcc,0xcf, +0xf1,0x7f,0x90,0x01,0xdf,0xf0,0x93,0x4a,0x61,0xf2,0x9f,0x60,0x0c,0xff,0xe2,0x85, +0x01,0xf0,0x09,0xbf,0x30,0x7f,0xff,0xe1,0x99,0x99,0x99,0x8b,0xf9,0xff,0x00,0x0e, +0xbf,0xe0,0x5b,0xbb,0xbb,0x00,0xfe,0xfd,0x00,0x02,0x3f,0x0d,0x5e,0x01,0x52,0x2c, +0x80,0x3f,0xe0,0x7f,0x91,0xef,0x01,0x8f,0xf2,0x0a,0x00,0x60,0x8f,0x70,0xef,0xd8, +0x7f,0xf0,0x0a,0x00,0x51,0x9f,0x51,0xff,0xfa,0xef,0x1e,0x00,0x50,0xdf,0x35,0xff, +0x6b,0xff,0xa2,0x36,0xc0,0xe4,0xff,0x00,0xc3,0xbf,0xf3,0xdf,0xf4,0x00,0x3f,0xe5, +0xf9,0x95,0x23,0x92,0x3f,0xe2,0x00,0x3f,0xe0,0x60,0x00,0x00,0xa5,0x1a,0x33,0x1e, +0x00,0x82,0x0d,0x10,0xe8,0x15,0x17,0x02,0x5d,0x48,0x30,0x6b,0xbb,0xbd,0xd3,0x33, +0x43,0x00,0x9f,0xe1,0x8f,0xa6,0x8f,0xd0,0xff,0x40,0x12,0x22,0x2c,0xf9,0x22,0x22, +0x20,0x5f,0xf7,0x43,0x08,0x61,0x5f,0x62,0xaa,0x40,0x1e,0x81,0xff,0x6d,0x25,0x0b, +0xf2,0x09,0x03,0x09,0xff,0x1d,0xf0,0xaf,0x0a,0xf0,0x9f,0x60,0x00,0x2f,0xf8,0x0d, +0xf0,0x9f,0x09,0xf0,0x8f,0x60,0x00,0xdf,0xf4,0x0d,0x1e,0x00,0x41,0x0a,0xff,0xf4, +0x09,0x3c,0x0e,0x52,0x40,0x6f,0xff,0xf4,0x23,0x25,0x10,0x43,0x3f,0xdf,0xf4,0xdf, +0x52,0x03,0x60,0x2e,0xf4,0x9b,0xbb,0xbc,0xfb,0x6e,0x00,0x00,0xd8,0x19,0x40,0x0a, +0xf6,0x00,0x21,0xa0,0x05,0x60,0x6e,0x6b,0xb3,0xfd,0x05,0xfb,0x0a,0x00,0x60,0xbf, +0x6f,0xf0,0x96,0x21,0xef,0xa0,0x5f,0xff,0x0b,0xff,0x2f,0xf0,0x00,0xae,0x8f,0xc0, +0x00,0x0e,0xfa,0xf9,0x0f,0xfc,0xbc,0xff,0x1e,0xd1,0x00,0x0e,0xf4,0x32,0x07,0xef, +0xff,0xe7,0x02,0xf0,0x98,0x02,0x06,0x29,0x11,0x06,0x28,0x0b,0x19,0x0d,0xf8,0x73, +0x0d,0x22,0x99,0x20,0x9e,0xee,0xaf,0x2b,0x24,0xee,0xeb,0x83,0x31,0x00,0xb9,0x28, +0x82,0x35,0x55,0x55,0x9c,0x55,0x55,0x55,0x53,0x89,0x0b,0x14,0xa0,0x2e,0x01,0x12, +0xdf,0x38,0x8f,0x60,0x43,0x08,0xa6,0x0a,0xff,0xc0,0xde,0x18,0x70,0xcf,0x8c,0xf9, +0x00,0x8f,0xf3,0x4f,0xc7,0x8d,0x60,0x4c,0xf9,0x00,0x07,0x31,0x0c,0x14,0x0f,0x00, +0xcc,0x57,0xf2,0x02,0x08,0xda,0xff,0x40,0x0e,0xfa,0x0b,0xfc,0x21,0x11,0x2c,0xf8, +0xdf,0xc0,0x06,0xe3,0x09,0x4e,0x97,0x00,0xd4,0x22,0x53,0xae,0xff,0xff,0xfe,0x70, +0xae,0x64,0x02,0xcc,0x5b,0x0f,0x0a,0x00,0x02,0x22,0xfa,0x63,0xc5,0x06,0x43,0x0b, +0xef,0xff,0xf5,0xf4,0x6a,0xf2,0x08,0xee,0xfe,0xf8,0x33,0x3d,0xfb,0x38,0xfe,0x00, +0x0f,0xde,0xf8,0xfd,0x00,0x0c,0xf9,0x05,0xfe,0x00,0x3f,0xae,0xf6,0xa6,0x0a,0x00, +0x30,0x7f,0x7e,0xf6,0x97,0x19,0x73,0x06,0xff,0x00,0x39,0x3e,0xf6,0x2f,0x3e,0x03, +0x17,0x0e,0x0a,0x00,0x50,0x03,0x33,0x7f,0xff,0xb3,0x94,0x7f,0x01,0xca,0x9d,0x12, +0xf1,0x6e,0x00,0x42,0x01,0xff,0x9f,0xfa,0x0a,0x00,0x51,0x0b,0xff,0x19,0xff,0x70, +0x0a,0x00,0x50,0xaf,0xf7,0x01,0xef,0xf7,0x0a,0x00,0xc0,0x2c,0xff,0xb0,0x00,0x4f, +0xff,0xc3,0x00,0x0e,0xf7,0xbf,0xfb,0xa1,0x0d,0x10,0xe1,0x30,0x61,0x10,0x80,0xf8, +0x0b,0x0e,0xfa,0x5b,0x02,0xf1,0x5b,0x15,0xb4,0x11,0x45,0x0b,0xfd,0x1d,0x10,0xfd, +0x6c,0x1e,0x02,0x0a,0x00,0x00,0x20,0x34,0x60,0x3e,0xfb,0x2a,0xfe,0x2b,0xfc,0xc3, +0xa8,0xe1,0xbf,0xf2,0x2f,0xf7,0x0a,0xfb,0x00,0x02,0xd8,0x07,0xff,0x60,0xbf,0xf1, +0x0a,0x0c,0x71,0x8f,0xfa,0x04,0xff,0x70,0x0e,0xf8,0x52,0x2f,0x21,0x2e,0xfd,0xed, +0x0b,0x70,0x6f,0xfa,0x03,0xef,0xf3,0x54,0x9f,0x1f,0xb6,0x20,0x60,0x0e,0x6c,0x0c, +0x12,0xd0,0xbe,0x02,0x20,0x50,0x7d,0xce,0xb5,0x30,0x73,0x0a,0xb4,0xce,0x0c,0x00, +0x01,0x8f,0x60,0x2e,0xf6,0x0c,0xfe,0x00,0x1e,0xb1,0x62,0x60,0x0e,0xf6,0x02,0xff, +0x54,0x0a,0x95,0xb8,0xf1,0x06,0x0e,0xf6,0x00,0x63,0x0e,0xe5,0xff,0x60,0x1f,0xf5, +0x0e,0xf9,0x11,0x11,0x4f,0xf1,0xcf,0xd0,0x19,0xd0,0x0b,0x33,0x0f,0xac,0x6b,0x60, +0x00,0x00,0x02,0xbe,0xff,0xff,0xfc,0x30,0x09,0x13,0x1f,0x5f,0x49,0x2f,0x10,0x01, +0x54,0x0c,0x23,0xbf,0xf2,0x82,0x20,0x32,0xfb,0x1f,0xfc,0xc5,0x30,0x00,0xe7,0x8b, +0x12,0xc1,0x35,0x26,0x30,0x88,0x20,0xaf,0xb2,0x19,0x10,0x6c,0xa9,0x03,0xf1,0x19, +0x0b,0xff,0xfd,0x81,0x0e,0xff,0xfe,0x40,0x4e,0xff,0x90,0x7f,0xff,0xd0,0x05,0xfc, +0x60,0x00,0x08,0xfa,0x10,0x01,0x8e,0x40,0x00,0x52,0x02,0x32,0x9f,0xe2,0x00,0x03, +0x80,0x00,0x00,0x9f,0x9b,0xfa,0x1e,0xfd,0x54,0x20,0x70,0xef,0x7b,0xfa,0x02,0xff, +0x91,0x18,0x5a,0x73,0xf1,0x06,0x3b,0xfa,0x00,0x68,0x06,0xfb,0xff,0x60,0x0a,0xfe, +0x0a,0xfc,0x21,0x11,0x2b,0xfa,0xbf,0xc0,0x0e,0xf7,0x08,0x38,0x04,0x60,0x5f,0xf1, +0x00,0x71,0x00,0xae,0x15,0x23,0x29,0x06,0x10,0xbe,0x22,0x43,0x3e,0xd5,0x00,0x44, +0x4e,0x30,0x12,0xe3,0xe2,0x75,0x10,0x01,0x1f,0x1f,0x40,0x7f,0xfd,0x20,0x00,0x0a, +0x68,0x00,0x62,0x78,0x13,0xf4,0x24,0x1f,0x20,0xfe,0xee,0x20,0x87,0x20,0x64,0x33, +0x54,0x5b,0x51,0xb2,0x00,0x00,0x04,0xdd,0x01,0x00,0x15,0x60,0x00,0x1f,0x00,0x0a, +0x00,0x14,0xfe,0x51,0x43,0x07,0x0a,0x00,0x06,0x1e,0x00,0x32,0xdd,0xdd,0xef,0x32, +0x00,0x11,0x00,0xcf,0x62,0x01,0x35,0x7f,0xf0,0x01,0x04,0x41,0x8f,0xfa,0x00,0x01, +0x75,0x00,0x00,0xcf,0x6e,0xf6,0x07,0xff,0x80,0x09,0x67,0x05,0xa0,0x4e,0xf6,0x00, +0x7c,0x14,0x53,0xff,0x70,0x07,0xfe,0x86,0x01,0x40,0x2a,0xfb,0xaf,0xe0,0x87,0x55, +0x00,0x54,0x12,0x40,0x3f,0xf3,0x02,0x93,0x86,0x01,0x48,0xfe,0xa0,0x06,0x10,0xcb, +0x28,0x15,0x04,0x32,0x25,0x53,0x1e,0xff,0xcb,0xbb,0xc8,0xa6,0x20,0x03,0x36,0x37, +0x61,0x2d,0xff,0x62,0x22,0x2e,0xfd,0x83,0x01,0x13,0xf9,0x4e,0x1d,0x25,0x0a,0xff, +0x96,0x00,0x11,0x8a,0xc7,0x00,0x02,0x45,0x68,0x01,0xea,0x28,0x15,0x60,0x7b,0x5e, +0x09,0x14,0x00,0x11,0x0c,0x9c,0x26,0x01,0x27,0x0c,0x06,0x1e,0x00,0x41,0x11,0x11, +0x2e,0xa1,0x12,0x2e,0x51,0x20,0x01,0x10,0xaf,0xf5,0xa8,0xb9,0x80,0xed,0x4e,0xf7, +0x2e,0xfe,0x10,0x0a,0xfe,0x48,0x8c,0xf2,0x04,0xf7,0x03,0xfe,0x39,0x64,0xff,0x60, +0x0d,0xfd,0x0e,0xfa,0x11,0x63,0x3e,0xf5,0xcf,0xc0,0x4f,0xf5,0xcb,0xbc,0x40,0x7f, +0xd0,0x01,0x70,0xc8,0x00,0x42,0xfd,0x50,0x13,0x00,0x56,0x6e,0x21,0x0c,0x60,0xbe, +0x00,0x13,0xfc,0xc1,0xa6,0x01,0xa1,0x75,0x02,0xa8,0x92,0x66,0x11,0xcf,0x81,0x17, +0xff,0x41,0xa2,0x74,0x1a,0xc0,0x0a,0x00,0x00,0x94,0x0b,0x02,0x0a,0x00,0x04,0x28, +0x58,0x11,0x09,0xb4,0x29,0x0c,0x28,0x00,0x04,0xcf,0x10,0x00,0x5d,0x2d,0x12,0xd2, +0x09,0x2a,0xf0,0x01,0x05,0x88,0x3f,0xfe,0x20,0x04,0xc1,0x00,0x00,0xef,0x7a,0xfe, +0x03,0xef,0xe1,0x0d,0x17,0x20,0x60,0x4a,0xfe,0x00,0x3f,0xc1,0x03,0xd5,0x2a,0xf1, +0x06,0x0a,0xfe,0x00,0x03,0x01,0xb4,0x8f,0xe0,0x1f,0xfa,0x09,0xff,0x42,0x22,0x29, +0xff,0x2f,0xf4,0x18,0xe2,0x06,0x27,0x0c,0x01,0x77,0x7c,0x00,0x46,0x99,0x1c,0xc2, +0x44,0x3c,0x24,0x06,0xfb,0x0a,0x00,0x23,0x08,0xfa,0x0a,0x00,0x31,0x02,0x2a,0xfa, +0x6f,0x16,0x32,0x0e,0xf8,0x5e,0x0c,0x03,0x44,0x09,0xdf,0xff,0xee,0xb7,0x34,0xf0, +0x21,0xfd,0xf4,0x1f,0xf2,0x00,0x65,0x00,0x00,0x0d,0xee,0xf8,0xf8,0x4f,0xf0,0x02, +0xfd,0x00,0x00,0x0f,0xde,0xf5,0xe6,0x7f,0xb5,0x95,0xfb,0x0c,0x70,0x3f,0x9e,0xf4, +0x00,0xbf,0x8a,0xf6,0xfa,0x3f,0x90,0x2a,0x5e,0xf4,0x00,0xff,0x3d,0xd6,0xf8,0x7f, +0x60,0x4e,0x3c,0xe0,0xfe,0x3f,0x9a,0xf6,0xcf,0x20,0x00,0x0e,0xf4,0x0c,0xf9,0x8f, +0x3e,0xf6,0x31,0x3c,0x80,0xf4,0x3f,0xf3,0x18,0x2f,0xf8,0x65,0x00,0xd3,0x87,0x50, +0xc0,0x00,0x9f,0xff,0x10,0xcd,0x17,0x00,0x73,0x39,0x11,0xef,0xcc,0x0b,0x62,0x59, +0x00,0x1d,0xfb,0x2f,0xf5,0xa0,0x00,0x51,0xef,0xf1,0x08,0xff,0x70,0xdf,0x18,0x50, +0xfe,0x40,0x00,0xaf,0xe2,0x0a,0x00,0x5b,0x0b,0xa1,0x00,0x00,0x08,0xa6,0x04,0x25, +0x14,0x20,0x24,0x0d,0x12,0xf6,0xd0,0x05,0x75,0x66,0x66,0xcf,0xf6,0x66,0x66,0x10, +0x1c,0x02,0x10,0x40,0x0a,0x00,0x01,0xa9,0x6d,0x00,0x0a,0x00,0x00,0x43,0x1a,0x3a, +0xab,0xff,0x40,0x1e,0x00,0x13,0x00,0x28,0x90,0x10,0x05,0x23,0x2a,0x1f,0xbc,0x1e, +0x00,0x07,0x04,0x14,0x00,0x84,0x04,0xcc,0xcc,0xcf,0xec,0xcc,0xcc,0x30,0x85,0x34, +0x00,0x3c,0x14,0x70,0x98,0x18,0x84,0x0d,0xfc,0x00,0x0d,0xaf,0x10,0x60,0x7f,0xf7, +0x03,0xff,0x61,0x09,0xe6,0x8c,0xf2,0x04,0x1f,0xf7,0x00,0x98,0x0a,0xd7,0xff,0x80, +0x0e,0xfb,0x0e,0xfa,0x22,0x22,0x3e,0xf7,0xaf,0xe0,0x1b,0x25,0x84,0x51,0xf2,0x4b, +0x40,0x00,0x20,0x20,0x03,0x01,0xa6,0x37,0x00,0x6f,0x9d,0x02,0x1f,0x24,0x50,0xf0, +0x29,0x99,0x9d,0xfe,0x2d,0x6a,0x33,0x0f,0xf0,0x5f,0xce,0x0d,0xd2,0x0f,0xfe,0x72, +0x22,0x2b,0xfc,0x22,0x22,0x10,0x0c,0xcf,0xfe,0xdc,0x5e,0x0b,0xe1,0x0e,0xdf,0xf9, +0xf8,0x88,0x8d,0xfe,0x88,0x88,0x00,0x0f,0xcf,0xf2,0x99,0x32,0x00,0x33,0x91,0x3f, +0xaf,0x3d,0x12,0x42,0xf2,0x6f,0x7f,0xf0,0x9e,0x07,0x53,0x20,0x3b,0x4f,0xf0,0x09, +0xaa,0x05,0x72,0x0f,0xf0,0x09,0xfe,0xaa,0xaa,0xad,0x0a,0x00,0x42,0xfc,0x66,0x66, +0x6a,0x0a,0x00,0x06,0x1e,0x00,0x4c,0xfa,0x22,0x22,0x28,0x14,0x00,0x06,0x32,0x00, +0x00,0xff,0x06,0x04,0x0a,0x00,0x33,0x0a,0xff,0xfb,0x0a,0x00,0x32,0x04,0xee,0xb2, +0x86,0x01,0x19,0x00,0x5d,0x72,0x15,0x06,0x17,0x2d,0x10,0x5d,0x49,0x04,0x41,0xdf, +0xdd,0xdb,0x00,0x80,0x33,0x00,0xef,0x11,0x11,0x04,0x65,0x3c,0x45,0xef,0xeb,0xbb, +0xa0,0x9d,0x2b,0x14,0x01,0xaa,0x49,0x13,0x30,0x73,0x24,0x01,0xa6,0xa5,0x60,0x87, +0x77,0x77,0x77,0xcf,0xb0,0x02,0x7d,0x41,0xaa,0xaa,0xaa,0xae,0x13,0x00,0x00,0xad, +0x76,0x10,0xef,0x13,0x00,0x00,0xeb,0x19,0x25,0x7c,0xfb,0x7e,0x2a,0x13,0xb0,0x58, +0x2f,0x00,0x1e,0x3c,0xf0,0x18,0x0b,0x71,0x88,0x9f,0xff,0x50,0x0b,0xf4,0x00,0x04, +0xff,0x4f,0xf4,0x1c,0xe2,0x40,0x9f,0xe1,0x02,0xef,0xb0,0xff,0x50,0x01,0x2f,0xe1, +0xef,0x90,0xaf,0xe1,0x0e,0xff,0xee,0xef,0xfc,0x06,0xfc,0x00,0x63,0x23,0x38,0x3e, +0xfd,0x30,0x03,0x5e,0x3f,0x12,0x7e,0x61,0x02,0x00,0x9f,0x8d,0x19,0xf3,0xe1,0x5a, +0x20,0xed,0xdd,0xba,0x22,0xf0,0x04,0xdd,0xb0,0x00,0xdf,0x64,0x44,0x44,0x3a,0xf8, +0x01,0x84,0x00,0x00,0xef,0x8f,0xff,0xff,0xc8,0xfa,0x2a,0x15,0x00,0xcc,0x50,0x20, +0x26,0xfe,0xa7,0x25,0x00,0x30,0x27,0xf1,0x10,0x82,0xff,0xdf,0xd0,0x00,0x02,0xff, +0x3f,0xe9,0xbf,0x80,0xdf,0xff,0x37,0x20,0x06,0xfe,0x2f,0xa0,0x2f,0x80,0xcf,0xf7, +0x0c,0xf2,0x0c,0xfa,0x1f,0xeb,0xcf,0xac,0xa2,0x41,0x00,0x8d,0x70,0xf2,0x10,0xbe, +0xfa,0xff,0xff,0xb0,0x0c,0xe0,0x00,0x00,0x19,0x13,0x40,0x3a,0xda,0x10,0x01,0x40, +0x04,0x41,0xcf,0xc0,0x00,0x01,0x50,0x00,0x00,0xba,0x4f,0xf3,0x1e,0xf9,0xa6,0x5e, +0xf0,0x12,0x5f,0xf3,0x04,0xfd,0x1d,0x8a,0xff,0x10,0x0b,0xfd,0x1f,0xf4,0x00,0x40, +0x1f,0xf4,0xff,0x90,0x2f,0xf5,0x0e,0xfe,0xdc,0xcd,0xef,0xe0,0x9f,0xa0,0x00,0x50, +0x04,0xcf,0xff,0x66,0x7c,0x08,0x44,0x72,0x33,0x0f,0xf2,0x02,0x42,0x14,0x20,0x0f, +0xf2,0x47,0x01,0x11,0x7d,0x98,0x65,0x13,0x62,0x7a,0x08,0xc3,0xaf,0xfe,0xe2,0xff, +0x43,0x33,0x3b,0xfe,0x00,0x0e,0xbf,0xfa,0x84,0x08,0x42,0x0f,0x9f,0xf6,0xf9,0x42, +0x9b,0x23,0x3f,0x7f,0x30,0x50,0xf3,0x08,0xe0,0x6f,0x4f,0xf2,0x1f,0xe2,0xcf,0x2c, +0xf3,0x5f,0xe0,0x3a,0x1f,0xf2,0x1f,0xf7,0xef,0x7d,0xf8,0x9f,0xe0,0x00,0x0f,0xb7, +0x60,0x00,0x0a,0x00,0x11,0x13,0x04,0x1f,0x00,0x64,0x00,0x13,0x6f,0x65,0x05,0x90, +0x0f,0xf2,0x4b,0xff,0xea,0xaa,0xdf,0xfd,0x10,0x8c,0x00,0x51,0x6f,0xfa,0x17,0xff, +0xe2,0x96,0x00,0x12,0x06,0x4e,0xba,0xf0,0x03,0x0f,0xf2,0x25,0x8b,0xff,0xff,0xfc, +0x96,0x31,0x00,0x0f,0xf3,0xef,0xff,0xfd,0x9c,0xff,0xff,0x48,0x84,0x7e,0x6e,0xb7, +0x20,0x00,0x27,0xae,0x90,0x3a,0x15,0x05,0x61,0x5d,0x24,0x3d,0x40,0x0a,0x00,0x21, +0xbf,0xf4,0xd5,0x34,0x30,0x70,0x6f,0xf0,0xe1,0xb1,0x00,0xa8,0x13,0x40,0x5f,0xf1, +0x01,0xd5,0x0c,0x44,0xd0,0xff,0x50,0x4f,0xf3,0x35,0x79,0x90,0x03,0xb0,0x03,0xff, +0x6a,0xdf,0xba,0x04,0x50,0x0e,0xfa,0x07,0xff,0x5f,0x16,0x9e,0x80,0x70,0x05,0xff, +0x6b,0xfb,0x28,0x7f,0xf6,0x04,0x15,0x00,0xe9,0x0d,0x40,0x0f,0xf7,0x02,0xff,0x62, +0x26,0x60,0xf1,0x00,0x0d,0xf9,0x0b,0xfc,0x41,0x02,0x00,0x3c,0x43,0x20,0x6f,0xf3, +0x73,0x06,0x13,0xf6,0xbb,0x92,0x11,0x1f,0xd9,0x4b,0x20,0xfd,0x01,0x5f,0xb9,0x00, +0x32,0xb2,0xf0,0x0a,0xf3,0x0c,0x70,0x0b,0xff,0x90,0x8f,0x90,0x4e,0xff,0xf2,0x0e, +0xf3,0x4f,0xfc,0x00,0x07,0x2a,0xff,0xff,0xfe,0x9f,0xf0,0x06,0xd1,0x7a,0xb9,0x14, +0x2b,0x7e,0x02,0x10,0x80,0xc1,0x87,0x04,0xe5,0x06,0x1c,0x84,0xc8,0x00,0x43,0xcf, +0xb1,0xdb,0x20,0x97,0x2a,0x14,0xc5,0x06,0x4e,0x43,0xbf,0xc0,0x2c,0xf8,0xfb,0x12, +0x0c,0xf7,0x5d,0x11,0xc6,0x5e,0x17,0x21,0x66,0x60,0xcb,0xbd,0x20,0x6f,0xf0,0x03, +0x3c,0x81,0xdf,0xb3,0x33,0x32,0x4f,0xf2,0x0b,0xfc,0x94,0x02,0x21,0xf9,0x2f,0x9c, +0xb6,0x80,0xdf,0xfe,0xef,0xf8,0x0f,0xf7,0x9f,0xf1,0x34,0x96,0x60,0x0c,0xf8,0x0d, +0xfb,0xff,0xa0,0x56,0x26,0x10,0x0c,0xf8,0xa8,0x11,0x10,0x91,0x30,0x11,0xf7,0xf5, +0x7a,0xf1,0x10,0x02,0xff,0x64,0x5f,0xf5,0x05,0xff,0xc0,0x0c,0x60,0x05,0xff,0x4f, +0xff,0xf2,0x3e,0xff,0xd0,0x0e,0xf3,0x08,0xff,0x0b,0xdc,0x63,0xef,0xff,0xf4,0x0f, +0xf1,0x0e,0x23,0xb6,0xa0,0x6d,0xfe,0x9f,0xd0,0x5f,0xf6,0x00,0x00,0xdf,0xf6,0x98, +0x2e,0x97,0x08,0xe0,0x00,0x00,0x1d,0x40,0x00,0x4d,0xfa,0xba,0x07,0x0b,0xbc,0x2c, +0x33,0xf2,0x3e,0x70,0x66,0x18,0x33,0x2a,0xff,0xc1,0x6d,0x80,0x2f,0x07,0xfd,0xa4, +0x22,0x01,0xa0,0x45,0x55,0x55,0x55,0x57,0xff,0x95,0x55,0x55,0x00,0xf8,0x53,0x41, +0x1f,0xf6,0x01,0x51,0x96,0x17,0xe0,0x80,0xff,0x80,0x7f,0xf2,0x00,0xef,0xdc,0xcf, +0xf8,0x0d,0xfa,0x0e,0xfc,0x07,0x14,0x40,0xcf,0x80,0xbf,0xd5,0x93,0x1f,0x40,0x40, +0x0c,0xf8,0x08,0x07,0x3b,0x01,0x26,0x00,0x22,0x4f,0xff,0x81,0xbf,0x23,0xf8,0x01, +0xf3,0x9d,0xf0,0x02,0x01,0x40,0x0e,0xff,0x40,0xa4,0x00,0x01,0x47,0xbe,0xff,0x08, +0xff,0xf1,0x0c,0xf4,0xae,0xdd,0x66,0x00,0x46,0x4c,0xf2,0x02,0x3c,0xff,0xff,0xc9, +0x6c,0xff,0xec,0xff,0xaf,0xf0,0x7a,0x73,0x00,0x07,0xff,0xc1,0x2f,0x0a,0x2c,0x5e, +0x08,0xb0,0x00,0x3c,0xfb,0x5b,0x91,0x04,0xab,0x72,0xe2,0x08,0xfd,0x03,0x30,0x00, +0x00,0x33,0x3f,0xf8,0x33,0x17,0xfd,0x4f,0xf4,0x52,0x04,0xf6,0x0a,0x77,0xfd,0x1d, +0xff,0x20,0x01,0xbb,0xbf,0xfd,0xbb,0x57,0xfd,0x01,0xef,0x50,0x01,0x11,0x1e,0xf7, +0x11,0x18,0xfe,0x11,0x55,0x10,0x03,0x19,0xf0,0x04,0x0d,0xde,0xdd,0xde,0xdd,0xde, +0xff,0xdd,0xdd,0xd1,0x00,0x0d,0xe4,0x8e,0x20,0x03,0xff,0x00,0x30,0x11,0x08,0x30, +0xbf,0xc6,0x52,0x44,0x1c,0x11,0x03,0xf9,0x00,0xd2,0xff,0x39,0xfe,0x00,0x3e,0xff, +0xa4,0x9f,0x94,0x30,0xff,0x7f,0xf8,0x38,0x3f,0x20,0x80,0xcf,0x5e,0x2e,0x83,0x8f, +0xb7,0xbf,0xb7,0x40,0x8f,0xff,0x90,0x0a,0x00,0x42,0x5f,0xff,0x12,0x00,0x82,0x38, +0xe1,0x5f,0xf7,0x09,0xb1,0x00,0x8f,0x81,0x7f,0x71,0x02,0xef,0xfa,0x0a,0xf2,0x14, +0x00,0xd0,0xdd,0xff,0xff,0x5e,0xf0,0x00,0x8f,0xec,0xcc,0xcc,0xef,0xf5,0xdf,0x0e, +0x54,0x86,0x70,0x00,0x00,0x2e,0x40,0x2d,0xfe,0x30,0xc7,0x14,0x00,0x72,0x02,0x00, +0xe4,0x08,0xd0,0x67,0x00,0x00,0x46,0x9c,0xff,0xf5,0x04,0x7a,0xdf,0xff,0x60,0x04, +0x25,0x1a,0x00,0x0a,0xae,0x82,0x70,0x04,0xff,0x96,0x41,0x00,0x5f,0xf9,0x98,0x39, +0x03,0x05,0x0b,0x10,0x04,0x3f,0x0c,0x07,0x0a,0x00,0x80,0xf5,0x44,0x44,0x41,0x04, +0xff,0x32,0x3f,0x64,0x8e,0x00,0x11,0x7d,0x23,0x10,0x0f,0x0a,0x00,0x00,0x14,0x00, +0x61,0x6f,0xf3,0x2e,0xf8,0x20,0x05,0xeb,0x0c,0x10,0xf0,0x37,0x6e,0x01,0x31,0xc1, +0x32,0xe0,0x0e,0xf6,0xf5,0x1c,0x30,0xbf,0xb0,0x0e,0x13,0x13,0x01,0x44,0x32,0x20, +0x0e,0xf6,0x49,0x89,0x00,0x8b,0x1d,0x21,0x0e,0xf6,0x4e,0x26,0x20,0x0c,0xfd,0x63, +0x01,0x01,0xb1,0x10,0x10,0xf7,0x0a,0x00,0x21,0x7f,0xf1,0x5b,0xb7,0x00,0x77,0x01, +0x40,0xa0,0x00,0x00,0x4e,0x96,0x10,0x0f,0xfa,0x03,0x05,0x10,0x03,0x55,0x14,0x01, +0x18,0x25,0x20,0x5f,0xf8,0x7a,0x40,0x15,0x06,0xbc,0x25,0x14,0x6f,0x83,0x25,0x03, +0x71,0x2a,0x10,0xef,0xb3,0x8e,0x00,0xb8,0x3f,0x27,0x8f,0xf8,0x26,0x00,0x21,0x7f, +0xf7,0xf0,0x3c,0xe1,0x74,0x00,0x07,0xfd,0x8b,0xbb,0xbb,0x6b,0xbb,0xbb,0xb2,0x00, +0x8f,0xcb,0x2a,0x02,0x90,0xff,0x30,0x09,0xfc,0x27,0x42,0xff,0x44,0x93,0x9d,0x7a, +0xe0,0xa5,0xfb,0x0e,0xf3,0xcf,0x70,0xff,0x30,0x0c,0xf8,0x0d,0xf6,0xef,0x32,0x68, +0x85,0xf0,0x03,0xff,0x60,0x3a,0x4f,0xf3,0x06,0x66,0xff,0x30,0x2f,0xf3,0x16,0xcf, +0xff,0x34,0xaf,0xff,0xf3,0x17,0x8a,0xfc,0x13,0xdf,0xf9,0xff,0xfa,0xff,0x30,0xbf, +0xc1,0xfb,0x40,0xff,0x4e,0x92,0x0f,0xf3,0x1f,0xf6,0x01,0x08,0xdf,0xf1,0x00,0xbe, +0xff,0x10,0x4c,0x10,0x00,0x5f,0xe7,0x00,0x06,0xfd,0x70,0xc1,0x00,0x20,0x25,0x8a, +0xcf,0x37,0x41,0x56,0x79,0xab,0xdf,0x23,0x04,0x02,0xfe,0x34,0xaa,0xc9,0x60,0x00, +0x00,0x6e,0xdc,0xba,0xaf,0xf6,0x10,0xa7,0x1f,0x13,0x34,0xe2,0x0e,0x06,0x10,0x04, +0x05,0xa9,0x3d,0x1f,0xfe,0xd9,0x1f,0x02,0x10,0x1e,0xb1,0x31,0x01,0x73,0x92,0x06, +0x4a,0x66,0x00,0xe3,0x30,0x10,0x8f,0x34,0x75,0x1f,0x61,0x15,0x20,0x0d,0x45,0x25, +0x44,0x8f,0xf3,0x90,0x39,0x14,0xe0,0xf9,0x38,0x2c,0xda,0x20,0x96,0x1e,0x17,0xfe, +0x0a,0x00,0x10,0x37,0x4f,0x01,0x10,0x71,0x0a,0x00,0x12,0x7f,0xd7,0x37,0x31,0x29, +0xfe,0x22,0x55,0x10,0x01,0x88,0x9a,0x11,0x20,0x88,0x27,0x06,0x0a,0x00,0x43,0x01, +0x18,0xfe,0x11,0x5a,0xa7,0x01,0x46,0x00,0x03,0x0a,0x00,0x13,0x14,0xb0,0x27,0x10, +0x1a,0x20,0x13,0x00,0x0a,0x00,0x12,0x2d,0xa3,0x74,0x02,0xe7,0x5a,0x12,0x62,0x28, +0x00,0x27,0x09,0x8a,0x32,0x00,0x0f,0x0a,0x00,0x08,0x71,0x02,0x3a,0xfe,0x00,0x00, +0x87,0x7c,0xe3,0x15,0x10,0xfb,0x30,0x01,0x10,0xfc,0x9b,0x0e,0x10,0xb2,0xdf,0x5c, +0x1f,0xa1,0x47,0x3b,0x08,0x2e,0xff,0x50,0x0a,0x00,0x11,0xef,0x79,0x61,0x31,0x1f, +0xf5,0x10,0x0a,0x00,0x00,0xc8,0x00,0x12,0xfa,0x3e,0x24,0x05,0x0a,0x00,0x00,0x1e, +0x00,0x61,0x11,0x22,0xff,0x52,0xcf,0x90,0x32,0x00,0x50,0x01,0xff,0x20,0xbf,0x90, +0xed,0x2c,0x30,0x61,0xb7,0xff,0xcc,0x66,0x00,0xe8,0x6a,0x40,0xff,0xfe,0x00,0xcf, +0xb2,0xbb,0x71,0xff,0xe4,0xaf,0xff,0x70,0xcf,0x70,0x7a,0x1e,0x10,0x0c,0x74,0x50, +0xa1,0x00,0x08,0x4f,0xf4,0x00,0x2f,0xfc,0xff,0xef,0x70,0x3c,0x00,0x41,0x8f,0xe0, +0x68,0xbf,0x0a,0x00,0x00,0xbb,0x02,0x60,0xaf,0x75,0x20,0x00,0x0f,0xf4,0x0e,0x37, +0x70,0x8f,0x88,0xf4,0x04,0x4f,0xf4,0x9f,0x35,0x68,0x80,0xcc,0xf4,0x0b,0xff,0xf4, +0xff,0xd0,0x00,0x5d,0x89,0x50,0x07,0xfd,0x50,0x5c,0x10,0x6e,0x43,0x0e,0x40,0x58, +0x05,0x8b,0x83,0x24,0x8d,0x60,0x0a,0x00,0x24,0x9f,0xe0,0x0a,0x00,0x00,0xdb,0x48, +0x54,0x02,0x2d,0xf8,0x21,0xbf,0x59,0x22,0x17,0xf6,0x0a,0x00,0x10,0xb3,0x6e,0x09, +0x30,0x01,0x1d,0xf7,0x71,0x1a,0x03,0x46,0x00,0x05,0x0a,0x00,0x33,0x31,0xbf,0xa0, +0x90,0x84,0x33,0xf5,0xcf,0x90,0x9b,0x41,0x32,0xf6,0xcf,0x90,0x2e,0x02,0x22,0xfa, +0x20,0xdf,0x2c,0x32,0x09,0x6e,0xf7,0x3f,0x01,0x00,0x32,0x00,0x04,0x34,0x7e,0x44, +0x0d,0xf7,0x08,0xff,0x96,0x00,0x03,0x00,0x1c,0x53,0x03,0x5e,0xf6,0x5f,0xf6,0xef, +0x14,0x11,0xf4,0x9a,0xb5,0x00,0xfb,0x81,0x3c,0x70,0x4e,0x50,0x9d,0x22,0x16,0x07, +0x57,0x60,0x22,0xd0,0x01,0x19,0x7b,0x22,0x07,0xfd,0x1d,0x3f,0x41,0x50,0x33,0x9f, +0xd3,0x97,0x68,0x01,0x4e,0x94,0x10,0x21,0x63,0x2d,0x13,0x52,0x9f,0x37,0x24,0x0e, +0xf5,0x39,0x00,0x20,0xef,0x50,0x62,0x0a,0x04,0x13,0x00,0x12,0x48,0xa4,0xc1,0x22, +0x26,0xcf,0x68,0x11,0x10,0xf5,0x97,0x50,0x10,0x35,0xf0,0x37,0x33,0x50,0xff,0xef, +0x26,0x00,0x1e,0x02,0x39,0x00,0x09,0x4c,0x00,0x12,0x0a,0x9e,0x84,0x22,0x19,0xfc, +0x81,0x2a,0x50,0x50,0x8f,0xff,0xa0,0x02,0x4e,0x5a,0x41,0xf5,0x03,0xff,0xb1,0x26, +0x00,0x27,0xde,0x50,0x86,0x01,0x16,0xf6,0x0a,0x00,0x13,0x05,0xca,0x42,0x14,0x0d, +0x90,0x15,0x60,0x02,0x2e,0xf8,0x22,0x33,0x34,0x17,0x45,0x10,0x1f,0x6e,0x21,0x10, +0x1b,0x79,0x3f,0x51,0x1d,0xdf,0xfe,0xd6,0x07,0x43,0xae,0x00,0x58,0x16,0x13,0xef, +0x18,0x15,0x11,0xf6,0xbe,0x2c,0x00,0x6d,0xba,0xf0,0x02,0xf9,0x84,0x55,0xdf,0x96, +0xff,0x7f,0xf1,0x01,0x6e,0xff,0xf7,0x04,0xff,0x18,0xfa,0x4f,0x89,0x47,0xd0,0xe6, +0x0c,0xf8,0x0d,0xf5,0x5f,0xf0,0x0f,0xff,0xf8,0x00,0x7f,0xf1,0xf8,0x4b,0x40,0x05, +0x2d,0xf6,0x08,0xde,0x88,0x80,0x8f,0xc0,0x00,0x0d,0xf6,0x3f,0xf9,0x06,0xa6,0xa2, +0x00,0x50,0x00,0x60,0x80,0x3f,0xf5,0x00,0xcf,0x80,0x50,0x00,0xe0,0x01,0xef,0x90, +0x00,0xff,0x60,0x04,0x5e,0xf6,0x00,0x3e,0xfc,0x02,0x28,0x45,0x5a,0x40,0xf3,0x04, +0xff,0xc1,0x08,0x34,0x92,0x05,0xfd,0x60,0x00,0x6a,0x00,0x05,0xee,0xa1,0x7c,0x0c, +0x42,0x8e,0xc0,0x39,0x00,0x0a,0x00,0x20,0x8f,0xe2,0x48,0x08,0x11,0x09,0xde,0xb0, +0xc1,0x6f,0xf8,0x00,0x02,0x2a,0xfc,0x22,0x00,0x7f,0xf0,0x09,0xf8,0x7e,0x09,0x60, +0x00,0x6f,0xf2,0x35,0xa8,0xa0,0x0a,0x00,0x01,0x6f,0x20,0x01,0xb8,0x9c,0x10,0xcf, +0x25,0x9c,0x10,0xa2,0x32,0x00,0x50,0x79,0x8f,0xf6,0x00,0x50,0x3c,0x00,0x90,0x13, +0x00,0x0f,0xf6,0x02,0xfe,0x20,0x00,0x1b,0xe3,0x12,0x31,0xf8,0x0a,0xfd,0xe8,0x03, +0x70,0x00,0x0b,0xfb,0x5f,0xf5,0x00,0x0f,0xb0,0x0a,0x11,0x08,0xcd,0x1a,0x20,0x6a, +0xfb,0x81,0x06,0x00,0xce,0x30,0x11,0x09,0xcd,0x0b,0x31,0xf4,0x06,0x50,0x0a,0x00, +0x50,0x4e,0xff,0xf1,0x08,0xf7,0x0a,0x00,0xe0,0x18,0xff,0xff,0xfb,0x2c,0xf5,0x01, +0x1b,0xfb,0x05,0xef,0xff,0x5c,0xff,0x09,0x7a,0xb0,0xf9,0x00,0xcf,0xb2,0x01,0xdf, +0xff,0xb0,0x05,0xfe,0xa1,0xda,0x3a,0x28,0x19,0xed,0xb4,0x04,0x01,0x44,0x0d,0x20, +0x5b,0x50,0x07,0x03,0x10,0xb0,0x28,0x18,0x03,0x59,0x00,0x01,0x72,0x84,0xd1,0x22, +0xaf,0xc2,0x12,0x88,0x88,0xee,0x98,0x88,0x1f,0xff,0xff,0xfb,0x34,0x20,0x00,0x52, +0x1d,0xa0,0xb4,0xff,0xa9,0x99,0x9c,0xfe,0x01,0x1a,0xfc,0x11,0x6b,0x29,0x10,0x7f, +0xe9,0x6a,0x10,0x04,0xc2,0x04,0x00,0x2f,0x59,0xb1,0x24,0x4f,0xf6,0x44,0x44,0x9f, +0xe0,0x02,0xbf,0xff,0xc4,0x88,0x05,0x53,0x3e,0xff,0xff,0xfb,0x5f,0x39,0x00,0x20, +0xc1,0x07,0x00,0x22,0x42,0xdc,0x05,0x19,0xfb,0x72,0x03,0x00,0x72,0x00,0x23,0x0c, +0xfb,0x85,0x00,0x03,0x9b,0x6d,0x00,0x35,0x6b,0x11,0xf3,0x04,0x03,0x43,0x5c,0xfb, +0x1f,0xfd,0xd3,0x3a,0x32,0x86,0xff,0x50,0x70,0x94,0x3c,0x90,0x06,0xb0,0x3f,0xa2, +0x17,0xfd,0x0a,0x00,0x03,0x8c,0xc4,0x04,0x0a,0x00,0x91,0x60,0x02,0x29,0xfe,0x21, +0xaf,0xc2,0x22,0x24,0x95,0x39,0x30,0xfc,0xaf,0xb0,0x5d,0x6a,0x02,0x0a,0x00,0x00, +0xb0,0xa5,0x92,0x02,0x2a,0xfe,0x22,0xaf,0xb0,0x5f,0xff,0xd5,0x3c,0x00,0x40,0xc2, +0x22,0x32,0x22,0x0a,0x00,0x22,0x13,0xaf,0x55,0x10,0x41,0x1a,0xff,0xfc,0xaf,0x4c, +0x0e,0x10,0x3e,0x21,0x57,0x31,0xbe,0xf6,0x00,0x46,0x00,0xf2,0x01,0x51,0xaf,0xb8, +0xfe,0x06,0xff,0x10,0x09,0x7a,0xfd,0x00,0xaf,0xb2,0xff,0x7d,0xfb,0x3c,0x00,0x43, +0xb0,0x9f,0xff,0xf3,0x0a,0x00,0x33,0x1e,0xff,0xb0,0x0a,0x00,0xa0,0x3e,0xff,0xe3, +0x00,0x03,0x3b,0xfd,0x00,0xaf,0xb7,0x9d,0x61,0x30,0x0f,0xff,0xfa,0xdc,0xab,0xdd, +0x35,0xef,0xe2,0x0a,0xfe,0xa1,0x00,0xaf,0xa9,0xa0,0x00,0x1b,0x50,0x85,0x16,0x04, +0x9c,0x04,0x02,0x34,0x4f,0x24,0x0d,0xf7,0xfc,0x45,0x01,0x9c,0x04,0x01,0x12,0x38, +0x90,0x2d,0xf9,0x21,0x99,0x99,0xdc,0x99,0x99,0x90,0x92,0x04,0x05,0x88,0x13,0x11, +0xf6,0x62,0x16,0x10,0xa0,0x4a,0x0f,0x61,0x02,0x63,0x00,0x07,0x85,0x00,0x67,0xcc, +0x11,0xf8,0x3f,0x33,0x42,0x0d,0xf8,0x21,0x08,0x52,0x8a,0x53,0x3e,0xff,0xf5,0x05, +0xfe,0xaf,0x55,0x60,0xf6,0x02,0xff,0x10,0x3f,0xf2,0x69,0x74,0x00,0xeb,0x68,0x60, +0x5f,0xf0,0x00,0x04,0x2d,0xf7,0x74,0x49,0x22,0x8f,0xb0,0x6e,0x00,0x42,0xbf,0x80, +0xbf,0x70,0x0a,0x00,0x40,0xad,0x60,0xff,0x30,0x0a,0x00,0xb2,0x04,0x44,0x54,0x46, +0xff,0x54,0x42,0x02,0x2e,0xf7,0x0f,0x02,0x25,0x14,0x08,0xe7,0x9b,0x49,0xf6,0x04, +0xfd,0x80,0x4e,0x02,0x04,0x0a,0x00,0x12,0xbf,0x05,0x06,0x05,0x0a,0x00,0x00,0xe9, +0x08,0x10,0xbf,0x63,0x3a,0x00,0x86,0x01,0x12,0xf9,0x0a,0x5b,0x01,0x0a,0x00,0x10, +0xd4,0x13,0x71,0x42,0x03,0x3b,0xfc,0x32,0x7e,0x4d,0x04,0x32,0x00,0x01,0x0a,0x00, +0x31,0x12,0xbf,0xc0,0x70,0x13,0x31,0x2b,0xff,0xfa,0x0a,0x00,0x00,0xd0,0x7a,0xb2, +0xfb,0xbf,0xd3,0x33,0x37,0xfe,0x00,0x0f,0xff,0xfc,0x10,0x28,0x00,0x27,0x05,0x39, +0x32,0x00,0x13,0x00,0x64,0x5b,0x0a,0x0a,0x00,0x10,0xd4,0xcf,0xad,0x32,0x01,0x1b, +0xfa,0x8c,0x00,0x43,0xf4,0x0a,0xff,0xf8,0x0a,0x00,0x2e,0x06,0xfe,0x60,0x26,0x09, +0x1a,0x0e,0x00,0x0c,0x6a,0x00,0x02,0x0d,0x00,0x0a,0x00,0xd1,0x7a,0x80,0x02,0xff, +0x20,0x02,0x2f,0xf5,0x10,0xff,0x9f,0xf1,0x03,0x52,0x0d,0x40,0xc0,0xff,0x4d,0xf8, +0x18,0x7b,0x00,0x0a,0x00,0x20,0x46,0xfe,0x62,0x1a,0x00,0xa0,0xbd,0x10,0x41,0xcd, +0x6d,0x02,0x3c,0x00,0x30,0xbf,0xa9,0xfc,0x14,0x00,0x51,0x20,0xff,0x40,0x57,0x0b, +0xb9,0xc2,0x60,0xd0,0xff,0x40,0x00,0x0e,0xf7,0xf4,0x06,0x10,0xf0,0x9a,0x31,0x00, +0x90,0x01,0x90,0xf7,0x00,0xff,0x40,0xa1,0x5f,0xf8,0x00,0x08,0xc3,0x98,0x33,0x7d, +0xf8,0xcf,0x3c,0x00,0x22,0xff,0xe6,0x24,0x0e,0xf0,0x0d,0x03,0xff,0xfc,0x19,0xff, +0xbf,0xd0,0x00,0x0f,0xf2,0x0a,0xff,0x90,0x4f,0xf8,0x4f,0xf3,0x02,0x3f,0xf2,0x09, +0xf6,0x03,0xef,0xf1,0x0e,0xf9,0x0c,0x86,0x25,0x10,0x0a,0x36,0xce,0x20,0x08,0xfd, +0x51,0x02,0x38,0x96,0x00,0x03,0xaa,0x19,0x00,0xb7,0x85,0x42,0x00,0xcc,0x50,0x30, +0xc2,0x4a,0x41,0xc0,0xff,0x58,0xf9,0x0a,0x00,0x60,0xaf,0x93,0xff,0x33,0xff,0x80, +0xc0,0x46,0x50,0xef,0x46,0xff,0x00,0x5f,0xda,0x02,0x60,0xc5,0xff,0x29,0xfd,0x11, +0x13,0xd2,0x00,0x12,0xcd,0x2a,0x17,0x43,0x03,0x5f,0xf6,0x28,0xd2,0x4e,0x24,0x1f, +0xf4,0x97,0x57,0x50,0x1f,0xf6,0x60,0x00,0xdf,0x82,0x11,0x23,0x02,0x7f,0x05,0x90, +0x90,0x60,0x5f,0xff,0xff,0xd1,0x0e,0xff,0x51,0x18,0x34,0xb7,0x10,0xf5,0xa8,0xa4, +0xc0,0x2f,0xfa,0x00,0x06,0x3f,0xf4,0x07,0xff,0xaf,0xf8,0xbf,0xf2,0x6e,0x00,0x31, +0x9f,0xfc,0x07,0x50,0x14,0x40,0x1f,0xf7,0xff,0xe1,0x65,0x94,0x00,0x14,0x00,0x30, +0x6d,0x10,0x3d,0xa7,0x11,0xfc,0x0f,0x06,0x8f,0xf3,0x01,0x5b,0xff,0xfb,0xef,0xfe, +0x70,0x0c,0xff,0xf1,0x01,0xef,0xfe,0x50,0x1b,0xff,0xf5,0x08,0xfc,0x40,0x00,0x6d, +0x60,0x00,0x00,0x5d,0x80,0xb2,0x07,0x04,0x0a,0x00,0x20,0xef,0xff,0x88,0x10,0x04, +0x0a,0x00,0x20,0xfe,0x10,0x16,0x03,0x51,0x16,0xfe,0x31,0x6f,0xf5,0x4e,0x02,0x52, +0x00,0x9f,0xe8,0xff,0x80,0x0a,0x00,0x21,0x0c,0xff,0x93,0x61,0x01,0x66,0x61,0x21, +0xfd,0x50,0x76,0x07,0xf1,0x11,0x9f,0xff,0xd9,0xff,0xfd,0x82,0x00,0x0d,0xf7,0x2a, +0xff,0xd5,0x00,0x2a,0xff,0xf4,0x03,0x5e,0xff,0xf6,0x72,0x00,0xef,0x60,0x16,0x50, +0x3f,0xff,0xff,0xb4,0xaf,0xff,0xb6,0xcc,0x32,0xce,0xf7,0x00,0x0a,0x00,0x90,0x01, +0x0d,0xf7,0x00,0x11,0x11,0xff,0x81,0x11,0x3c,0x00,0x40,0x01,0x22,0x22,0xff,0xff, +0x4d,0x33,0x0d,0xf7,0x0a,0x22,0x21,0x05,0x0a,0x00,0x33,0x02,0x3e,0xf6,0x11,0x16, +0x02,0x05,0x1e,0x01,0x1b,0x16,0x01,0x16,0x03,0x0b,0x82,0x08,0x10,0x0a,0xe2,0x07, +0x23,0xcb,0x40,0x0a,0x00,0x01,0x5e,0xcc,0x01,0x0a,0x00,0x00,0xb8,0x9d,0x02,0x0a, +0x00,0x31,0x5f,0xfe,0xfb,0x16,0x03,0x61,0xfc,0x02,0xef,0xb2,0xff,0x90,0x0a,0x00, +0xf3,0x05,0x1d,0xff,0x20,0x6f,0xf9,0x00,0x04,0x4b,0xfc,0x45,0xdf,0xfa,0x44,0x4e, +0xff,0xb1,0x00,0x0a,0xfa,0x0c,0xce,0x18,0xd5,0x0a,0xfa,0x14,0xd6,0xdd,0xdd,0xdd, +0x8a,0x50,0x02,0x4c,0xff,0xfd,0x84,0xb6,0x20,0xe9,0x2e,0x0d,0x85,0x62,0x00,0x0e, +0xee,0xfb,0x00,0x2f,0x7b,0xc7,0x81,0x0a,0xfa,0x00,0x2f,0xf4,0x22,0x2e,0xf8,0x64, +0x00,0x02,0x30,0xa3,0x0b,0x0a,0x00,0x01,0x1e,0x00,0x33,0x01,0x2b,0xfa,0x32,0x00, +0x12,0x0a,0x90,0xc9,0x00,0xce,0x5a,0x24,0xfe,0x90,0x28,0x00,0x20,0x00,0x00,0x5e, +0x02,0x21,0x02,0x31,0xe4,0x02,0x00,0xa2,0x1f,0x13,0x00,0x0a,0x00,0x13,0xdf,0x0a, +0x00,0xb1,0xcd,0xdd,0xff,0xed,0xdd,0x60,0x15,0x5f,0xf8,0x50,0xef,0x8c,0x05,0x30, +0x3f,0xff,0xff,0x86,0x57,0x75,0x94,0x44,0x20,0x2d,0xdf,0xfe,0xc0,0x28,0x00,0x13, +0x0b,0xd0,0x83,0x34,0x0f,0xf3,0x0c,0x0a,0x00,0x90,0xf6,0x62,0x33,0x33,0x33,0x6f, +0xf3,0x31,0x01,0xd0,0x2f,0x00,0x66,0x24,0x00,0xb3,0x0c,0x13,0xda,0x0b,0x2a,0x00, +0x2e,0x48,0x01,0x0a,0x00,0xa0,0x05,0x0f,0xf3,0x01,0x26,0x92,0x22,0x5f,0xf2,0x20, +0x6e,0x00,0x10,0x4f,0x82,0x4e,0x01,0x78,0x00,0x23,0x0c,0xfd,0x0a,0x00,0x00,0xf7, +0x63,0x40,0x3f,0xf0,0x00,0x03,0xb5,0x0b,0x30,0xb9,0x21,0x5f,0x16,0x2b,0x11,0xf0, +0xca,0x6f,0x60,0xd0,0x00,0x07,0xed,0x50,0x00,0x55,0xaa,0x05,0xd8,0x74,0x03,0x1a, +0x04,0x03,0x9f,0x37,0x01,0x0a,0x00,0x32,0x01,0x6c,0xe3,0x0a,0x00,0xe1,0xfa,0xcf, +0xff,0xfb,0x00,0x05,0x5b,0xfd,0x54,0x2f,0xff,0xfe,0xa6,0x10,0x86,0x01,0xc1,0x2f, +0xf7,0x20,0x00,0x0b,0x82,0x1c,0xce,0xff,0xca,0x2f,0xf4,0x45,0x03,0x10,0x09,0x99, +0x84,0x20,0xed,0xde,0x68,0x9f,0x11,0xfb,0xb3,0x3b,0x00,0x05,0xa8,0x71,0xfb,0x25, +0x00,0x13,0x44,0x44,0x31,0x85,0x17,0x01,0x25,0x41,0x41,0x10,0x2c,0xff,0xff,0xd9, +0x2b,0x00,0xd2,0xa1,0x40,0xfd,0x40,0x3f,0xfc,0x67,0x17,0x31,0x08,0x5a,0xfb,0xb1, +0x00,0x20,0xef,0x60,0x3c,0x00,0x01,0x81,0x18,0x02,0x0a,0x00,0x11,0xfd,0x85,0x17, +0x14,0x09,0x1e,0x00,0x24,0x01,0x2b,0x1e,0x00,0x00,0xff,0x69,0x20,0x3f,0xfe,0xcb, +0x17,0x34,0x04,0xfe,0xa1,0x3c,0x00,0x0f,0x1c,0x63,0x02,0x10,0xf9,0x8d,0x1d,0x13, +0x40,0x0a,0x00,0x02,0x63,0x3d,0xe4,0x0b,0xf9,0x01,0xaa,0xaa,0xef,0xea,0xaa,0xa2, +0x02,0x2c,0xfa,0x23,0xff,0x80,0x0c,0x62,0xf9,0xff,0x77,0x77,0x77,0x8f,0x0a,0x00, +0x50,0x0a,0xc8,0x00,0x1f,0xf3,0x28,0x00,0xd0,0x99,0x1f,0xf8,0x00,0x19,0x92,0x00, +0x0b,0xf9,0x02,0x22,0x6f,0xf6,0x44,0x0e,0x22,0x0b,0xf9,0x96,0x10,0x00,0x1b,0x6d, +0x12,0x8e,0xf0,0x05,0x81,0x03,0x7e,0xff,0xfa,0x07,0xff,0x20,0x0f,0xc8,0x38,0x20, +0xc5,0x0e,0x3e,0x6e,0x01,0xf3,0xc3,0xd0,0x6f,0xfa,0x10,0xbf,0xe0,0x00,0x03,0x0b, +0xf9,0x00,0x4d,0xff,0xe9,0x5d,0xba,0x00,0x82,0x00,0x33,0x7e,0xff,0xfe,0x8c,0x00, +0x10,0x19,0x53,0x17,0x80,0x01,0x1c,0xf9,0x01,0x59,0xff,0xfd,0xcf,0x6c,0x75,0x20, +0xf6,0x08,0x7a,0x4c,0xc8,0xff,0xf3,0x06,0xfe,0x90,0x00,0xeb,0x51,0x00,0x00,0x2d, +0x40,0x82,0x05,0x16,0xf3,0x0a,0x00,0x14,0x03,0x42,0x13,0x04,0x0a,0x00,0x63,0x02, +0x3f,0xf5,0x23,0xff,0x32,0xcc,0x70,0x20,0xf3,0xff,0xa9,0x02,0x00,0x9a,0x1a,0x12, +0xe3,0x0a,0x00,0x01,0x28,0x00,0x02,0x8f,0x50,0x00,0x0a,0x00,0x10,0xdc,0xa1,0x2f, +0x31,0x00,0x0f,0xf5,0x48,0x1c,0x01,0xb1,0xc0,0x80,0xf4,0xff,0x5f,0xf6,0xfa,0x33, +0x30,0x6f,0x44,0x07,0xf1,0x12,0x1f,0xf1,0xfd,0x1d,0x60,0x3f,0xff,0xf6,0x04,0xff, +0x1f,0xf0,0xcf,0xdf,0xe1,0x07,0x3f,0xf3,0x05,0xfe,0x1f,0xf0,0x7f,0xfc,0x10,0x00, +0x0f,0xf3,0x06,0xfd,0x1f,0xf0,0x2f,0x58,0x02,0x61,0x08,0xfc,0x1f,0xf0,0x0c,0xf8, +0xbc,0x02,0xf1,0x12,0xf8,0x2f,0xf5,0xb7,0xff,0x30,0x02,0x4f,0xf3,0x1f,0xf5,0x5f, +0xff,0xf4,0xcf,0xe2,0x09,0xff,0xf1,0x7f,0xf1,0xcf,0xfe,0x81,0x2f,0xc0,0x04,0xfd, +0x50,0x1a,0xa0,0x4e,0x60,0x78,0x3b,0x05,0x5c,0x43,0x00,0x5f,0x02,0x11,0xbc,0xdc, +0x08,0x01,0xbb,0xa6,0x04,0x0a,0x00,0x10,0x0d,0x6e,0x7d,0x02,0x3f,0xa5,0x31,0xfe, +0xee,0xff,0x94,0x07,0x30,0xcb,0xff,0x70,0x7a,0x0a,0x10,0x2f,0xc0,0x10,0x00,0x27, +0x11,0x42,0x10,0x00,0x2f,0xf3,0xad,0x15,0x00,0x53,0xa5,0x00,0x54,0x06,0x10,0x34, +0x0a,0x00,0x23,0xf4,0x40,0x0a,0x00,0x32,0x6f,0xff,0xf0,0x0a,0x00,0x10,0x5f,0x38, +0x11,0x30,0x43,0xff,0x24,0x22,0x54,0x22,0xf4,0x3f,0xe0,0x01,0x43,0x04,0x3f,0xf2, +0x3f,0x24,0x04,0x11,0x2f,0xf3,0x8a,0x13,0xb0,0x7b,0xa5,0x32,0xef,0xde,0xf7,0x0a, +0x00,0x30,0x2d,0xff,0x24,0x86,0x54,0x20,0x7f,0xf1,0x9c,0xaa,0x90,0x6f,0xfd,0x50, +0x0d,0xff,0xf1,0xdf,0xfd,0x20,0xcf,0x5c,0x50,0x08,0xec,0x40,0x4f,0x70,0x5b,0x41, +0x18,0x80,0x4a,0x06,0x16,0xf0,0x0a,0x00,0x13,0x05,0xbe,0x14,0x0a,0x0a,0x00,0x10, +0x20,0xe0,0x03,0x10,0x3f,0x54,0x01,0x33,0x42,0x22,0x22,0x0a,0x00,0x02,0x22,0x1f, +0x92,0x5f,0xf4,0x35,0xff,0xed,0xdf,0xfd,0xdd,0x50,0x28,0x00,0x21,0x0f,0xf0,0x4a, +0x06,0xb3,0x85,0xff,0xdc,0xdf,0xfc,0xcc,0xc2,0x04,0x9f,0xff,0xf6,0x84,0x17,0xd0, +0xff,0xfe,0xa8,0xff,0x32,0x3f,0xf2,0x22,0x20,0x2f,0xdf,0xf1,0x09,0x17,0xcf,0x00, +0x60,0x0e,0xd2,0xf0,0x0b,0xfc,0xee,0xef,0xfe,0xee,0x70,0x00,0x1f,0xf0,0x0e,0xf9, +0x66,0x03,0x80,0x1f,0xf0,0x2f,0xf7,0xfe,0x00,0x00,0xaf,0x0a,0x00,0x21,0x8f,0xf3, +0x0a,0x00,0x80,0x03,0x4f,0xf1,0xef,0xc1,0xff,0xdd,0xdd,0xf7,0xb1,0x31,0xd4,0xff, +0x61,0x28,0x00,0x51,0x09,0xec,0x30,0x5d,0x01,0x28,0x00,0x00,0xef,0x03,0x00,0x61, +0x9b,0x28,0x23,0x10,0x62,0x02,0x11,0xf1,0x4e,0x96,0x01,0x0a,0x00,0x40,0x08,0xaa, +0xab,0xff,0x42,0x09,0x32,0x0f,0xf1,0x0c,0x56,0x09,0x60,0x05,0x6f,0xf6,0x52,0x33, +0x35,0xbc,0x9d,0x00,0xcc,0x75,0x10,0xde,0xf8,0x27,0x01,0x0a,0x00,0x22,0xef,0xff, +0x62,0x02,0x11,0xf1,0x54,0x53,0x00,0xc0,0x07,0x24,0xf1,0x1f,0x9d,0x65,0x20,0xf4, +0x6c,0x3d,0x3b,0x61,0xff,0xd6,0x01,0x5f,0xff,0xd0,0x1e,0x00,0x20,0x30,0x5f,0xb2, +0x7f,0x01,0x32,0x00,0x50,0x2f,0xff,0xf4,0x00,0xab,0xc6,0x17,0x64,0x20,0x06,0x2f, +0xf1,0x02,0xec,0x78,0x00,0x32,0x06,0xfe,0x02,0x08,0x16,0xe0,0xf1,0x09,0xfe,0x12, +0xff,0xcc,0xcc,0x50,0x00,0x0f,0xf1,0x0e,0xff,0xc5,0x1e,0x00,0xf1,0x01,0x03,0x4f, +0xf1,0x7f,0xfc,0xff,0xff,0x44,0x34,0x41,0x0d,0xff,0xf3,0xff,0x70,0x9f,0xd1,0x42, +0x60,0xec,0x40,0x6b,0x00,0x02,0x69,0x30,0x20,0x0a,0x48,0x0d,0x42,0x4c,0xb0,0xbc, +0x40,0x0a,0x00,0x46,0x5f,0xe0,0xef,0x50,0x0a,0x00,0x00,0x48,0x0d,0x70,0x20,0xbc, +0xdf,0xe0,0xef,0xdc,0xc1,0xca,0x56,0x10,0xef,0xc1,0x00,0x10,0xf1,0x0a,0x00,0x61, +0x44,0x8f,0xe0,0xef,0x84,0x40,0x1c,0x07,0x05,0x32,0x00,0x10,0xac,0x28,0x00,0x60, +0xb0,0x00,0x0d,0xf8,0x63,0xdf,0x28,0x00,0x52,0xe0,0x02,0x6f,0xff,0xf8,0x28,0x00, +0x10,0x4f,0x09,0x06,0x01,0x28,0x00,0xe1,0x2f,0xff,0xf9,0x11,0x22,0x7f,0xe0,0xef, +0x72,0x20,0x08,0x4e,0xf6,0x05,0x11,0x01,0x37,0xf5,0x00,0x0d,0x0a,0x00,0x0d,0x82, +0x00,0x24,0x01,0x1e,0x0a,0x00,0x33,0x0b,0xff,0xf4,0x0a,0x00,0x34,0x06,0xfe,0x80, +0x28,0x00,0x0a,0x74,0x09,0x24,0x04,0xa9,0x0a,0x00,0x02,0x57,0x74,0x02,0x98,0x17, +0x00,0x4c,0x18,0x33,0x1f,0xf3,0x02,0x4f,0x61,0x00,0xf4,0x94,0xb2,0xf7,0x00,0x4f, +0xc0,0x00,0x1d,0xef,0xfe,0xa0,0x04,0xfe,0x10,0xb8,0xb4,0xf2,0x0a,0xcc,0xfd,0xcd, +0xff,0xdc,0xc2,0x00,0x0f,0xf2,0x1c,0x07,0xa0,0x0f,0xf6,0x52,0x33,0x3d,0xe8,0x33, +0x33,0x30,0x03,0x28,0xa3,0x22,0x3f,0xf3,0x20,0x2d,0x11,0xbe,0x19,0x3a,0x43,0xe7, +0x1f,0xef,0xf2,0xb8,0x01,0x61,0x03,0x1f,0xf2,0x00,0x1d,0xfa,0x25,0x3e,0x00,0xca, +0x9b,0x10,0xf7,0x99,0x1c,0x00,0x0a,0x00,0x51,0xbf,0xff,0xeb,0xff,0x50,0x0a,0x00, +0x21,0x03,0x9f,0x22,0xd6,0x52,0x4f,0xf1,0x00,0x25,0xae,0x57,0x08,0x00,0x49,0xcf, +0xde,0xc5,0x6e,0xff,0xc0,0x07,0xec,0x40,0x0b,0xeb,0x73,0x00,0x00,0x7e,0xf2,0x15, +0x04,0x62,0x02,0x24,0x05,0xcd,0x0a,0x00,0x03,0xd2,0x00,0xc5,0xf1,0x07,0xaa,0xaa, +0xff,0xda,0xaa,0xa1,0x05,0x6f,0xf7,0x4b,0xd8,0x78,0x20,0xcb,0xfa,0x68,0x5f,0xd0, +0xf2,0x1c,0xdf,0xfd,0xab,0xf6,0x58,0x20,0x66,0x1f,0xf2,0x00,0x0f,0xc7,0xc3,0x30, +0x73,0xff,0x90,0x3c,0x00,0x00,0x57,0x65,0x20,0x5f,0xfc,0x24,0x18,0x10,0x16,0x6c, +0xb1,0x80,0xef,0x90,0x00,0x1f,0xfe,0xd0,0xb6,0x00,0x5e,0x24,0x41,0x19,0xef,0xff, +0xf0,0x40,0x16,0x01,0x46,0x0a,0x02,0x0a,0x00,0x21,0x0c,0x8f,0xda,0x02,0x02,0x6e, +0x00,0x04,0x71,0x38,0x0e,0x0a,0x00,0x00,0xd2,0x00,0x12,0x6f,0x04,0x01,0x12,0x0d, +0xc0,0xc2,0x00,0xd6,0x0b,0x32,0xfc,0x40,0x01,0xc3,0x57,0x00,0x1d,0x2a,0x42,0x02, +0xb7,0x16,0x90,0x27,0x2a,0x42,0x09,0xfd,0x3f,0xf4,0x0a,0x00,0x20,0x0f,0xf7,0x57, +0x0c,0xa0,0x13,0x6f,0xf4,0x30,0x7f,0xf9,0x7b,0xfa,0x77,0x60,0x3e,0x37,0x11,0xdf, +0x9a,0x01,0x10,0x6f,0x4a,0x06,0xd1,0xfa,0xaf,0xfc,0xaa,0x80,0x00,0x3f,0xf1,0x3f, +0xff,0xe0,0x0e,0xf4,0x3f,0x13,0x70,0xef,0xff,0xf5,0x5f,0xf8,0x55,0x20,0x0a,0x00, +0x12,0xbf,0x68,0x14,0xe1,0x4f,0xff,0xe7,0x5f,0xfc,0xcf,0xfd,0xcc,0x70,0x7f,0xff, +0xff,0xb0,0x5f,0x28,0x00,0xc1,0x5f,0xdf,0xf1,0x00,0x5f,0xfd,0xdf,0xfe,0xdd,0x70, +0x01,0x3f,0x0b,0x42,0x00,0x28,0x00,0x00,0x0a,0x00,0x51,0xf3,0x3f,0xf7,0x33,0x10, +0x0a,0x00,0x03,0x50,0x00,0x03,0x28,0x00,0x42,0xd3,0x04,0x7f,0xf0,0x28,0x00,0x20, +0xf3,0x0f,0x58,0xa2,0x10,0xf4,0xe0,0x0b,0x10,0x0a,0x6e,0x83,0x1a,0xe0,0xeb,0xd8, +0x00,0xf0,0x00,0x11,0x05,0x48,0x8d,0x09,0x0a,0x00,0xb2,0x04,0x69,0xff,0x66,0xaf, +0xf6,0x61,0x03,0x4f,0xf5,0x3b,0xc4,0x09,0xb0,0x1f,0xff,0xff,0xe8,0xbd,0xff,0xbb, +0xdf,0xfb,0xb3,0x1f,0xe1,0x45,0x0e,0x32,0x00,0x13,0x00,0x18,0x01,0x33,0x0f,0xf1, +0x10,0x27,0x37,0x32,0x2f,0xfe,0xf0,0x0a,0x00,0x10,0x3d,0x03,0x49,0xf0,0x01,0x20, +0xdf,0x40,0x9f,0xa0,0x2f,0xff,0xf7,0x10,0xff,0x42,0xdf,0x62,0xaf,0xa0,0x08,0xf8, +0xac,0x01,0x28,0x00,0x00,0x3c,0x00,0x10,0xff,0xa4,0x2b,0x02,0x0a,0x00,0x01,0x28, +0x00,0x01,0x0a,0x00,0x01,0x28,0x00,0x24,0x03,0x4f,0x28,0x00,0x10,0x0d,0xc6,0x3d, +0x00,0xa4,0x14,0x41,0xa0,0x08,0xec,0x40,0x78,0x76,0x24,0x9f,0xa0,0x38,0x2c,0x0b, +0x82,0x05,0x02,0xf4,0x10,0x02,0x0a,0x00,0xe0,0xba,0xaa,0xab,0xff,0x00,0x02,0x4f, +0xf3,0x20,0xef,0xa8,0x88,0x8a,0xff,0xe4,0x02,0x20,0xf0,0xef,0x46,0x00,0x02,0x0a, +0x00,0x41,0x51,0x11,0x15,0xff,0x9f,0xa7,0x06,0x32,0x00,0x01,0xd4,0xbf,0x00,0x82, +0x05,0x20,0x89,0xbb,0x01,0x00,0x52,0xb0,0x04,0x9f,0xff,0xfd,0xf6,0x04,0x80,0x6f, +0xff,0xff,0xb3,0x43,0x34,0xff,0x53,0xf6,0x04,0x50,0xf1,0x00,0xcf,0x51,0xff,0x16, +0x8e,0x80,0x2f,0xf0,0x00,0xff,0x31,0xff,0xdc,0xcc,0x3c,0x00,0x33,0x02,0xff,0x21, +0x46,0x00,0x00,0x5c,0x74,0x11,0x20,0x8c,0x00,0x40,0x0d,0xff,0xf7,0xff,0x50,0x71, +0x50,0x5f,0xf0,0x5f,0xf5,0xff,0xe6,0xa0,0x61,0x0e,0xff,0xd2,0xff,0x80,0x6f,0x2b, +0x32,0x31,0xec,0x30,0x7d,0x45,0x30,0x18,0xf0,0xda,0x2f,0x10,0xf1,0xfe,0x1c,0x20, +0x69,0xd5,0xd3,0x5a,0x21,0x0b,0xde,0xd9,0x07,0x20,0x2f,0xf1,0x8d,0x0d,0x80,0xc8, +0x51,0x00,0x24,0xff,0x31,0x01,0x21,0x69,0x5b,0x00,0x82,0x2d,0x73,0x22,0x22,0xef, +0x62,0x22,0x20,0xff,0x89,0x0f,0x52,0xfe,0x02,0x5f,0xf4,0x1a,0x4e,0x77,0x00,0x8a, +0x77,0x22,0x05,0x0e,0x4d,0xac,0xf0,0x0b,0x30,0x9f,0xf7,0xef,0x9f,0xff,0x40,0x16, +0xff,0xfe,0x2f,0xfb,0x6e,0xfa,0xff,0xf4,0x5f,0xff,0xff,0xf2,0xfe,0x00,0xef,0x40, +0xdf,0x43,0x8a,0xcf,0xd0,0xe0,0x0e,0xf4,0x0d,0xf4,0x08,0x6f,0xf1,0x02,0xff,0xf8, +0xef,0xaf,0x3a,0x8c,0x70,0x10,0x2f,0xfe,0x8e,0xfa,0xef,0xf4,0x00,0xa9,0x01,0x26, +0x00,0x01,0x13,0x00,0x60,0xe2,0x2e,0xf5,0x2e,0xf4,0x02,0x26,0x00,0x01,0xad,0x1e, +0x22,0xaf,0xff,0x54,0x1d,0x51,0xf4,0x05,0xfd,0x40,0x02,0x31,0x34,0x13,0x40,0x4e, +0x02,0x22,0x02,0x20,0x98,0x08,0x30,0x13,0x68,0xb6,0x13,0x27,0x22,0x8b,0xde,0x97, +0x2f,0xf0,0x03,0xf3,0x09,0xff,0xfe,0xdc,0x97,0x82,0x00,0x34,0xff,0x63,0x17,0x80, +0x4d,0x70,0x1f,0xd1,0x1f,0x0f,0x05,0x50,0x22,0xfe,0x06,0xfc,0x01,0xa5,0x2c,0x50, +0xf5,0x0d,0xd1,0xdf,0x30,0x32,0x0a,0x60,0x3f,0xc1,0x20,0x19,0xa0,0x00,0xe1,0xd5, +0x02,0x40,0x0c,0x40,0x0f,0xf5,0x3a,0xff,0x5a,0x06,0x81,0x40,0x03,0xff,0xfc,0xcf, +0x40,0x3f,0xf0,0xcc,0xd4,0x30,0xe3,0x72,0x25,0xdb,0x08,0x32,0xff,0xff,0x75,0xa3, +0x16,0x41,0x08,0x4f,0xf3,0x3c,0x95,0x41,0xa0,0xc0,0x00,0xff,0x30,0x59,0x50,0x3f, +0xf0,0x09,0xa2,0x72,0x00,0x30,0xf8,0x03,0xff,0x4d,0xa0,0x00,0xb6,0x82,0xc0,0x3f, +0xf0,0x0d,0xf4,0x04,0x6f,0xf3,0x09,0xfd,0xbc,0xff,0xbb,0x40,0xc8,0x10,0x10,0xc0, +0x25,0x00,0xc7,0x07,0x20,0x50,0x03,0x40,0x2d,0x50,0xef,0x40,0x00,0x2f,0xf0,0x4a, +0x38,0x10,0xef,0xfa,0xae,0xa3,0xf0,0x07,0x9b,0xfe,0x99,0xff,0xc9,0x70,0x00,0x2f, +0xf1,0x53,0xf0,0x06,0xb0,0x02,0x4f,0xf2,0x24,0x59,0xfe,0x55,0xff,0xa5,0x40,0x2f, +0xff,0xff,0xf0,0x35,0xa9,0x33,0x9a,0x62,0x00,0x0a,0x00,0x03,0x56,0x1e,0x00,0xff, +0x01,0x33,0x97,0x77,0x7c,0x0a,0x00,0x40,0xa9,0x99,0x9d,0xfb,0xc3,0x01,0x15,0x40, +0xbe,0x80,0x30,0xf0,0xff,0x30,0xb1,0x0a,0x12,0x4e,0x2a,0x39,0x10,0xff,0xb1,0x0a, +0xe0,0xf5,0x00,0x99,0x9b,0xff,0x99,0x97,0x00,0x08,0x5f,0xf0,0x02,0x22,0x28,0x08, +0xa9,0x44,0x00,0x2f,0xf0,0x1f,0x9e,0x33,0xb0,0xf0,0x1c,0xcc,0xdf,0xff,0xfd,0xcc, +0xa0,0x00,0x2f,0xf0,0xd9,0xcd,0x20,0xfd,0x20,0x3b,0x02,0x80,0x00,0x6d,0xff,0x51, +0xef,0xe7,0x10,0x0e,0x33,0x4f,0x00,0x81,0xb3,0xb4,0xe0,0x09,0xec,0x30,0x0e,0xe9, +0x10,0x00,0x02,0xaf,0x40,0x1a,0x11,0x11,0x01,0x85,0x03,0x50,0x01,0x23,0x46,0x8a, +0xd6,0x0a,0x00,0x02,0x39,0xa4,0x00,0x8f,0x03,0xf1,0x01,0x05,0xbe,0xba,0xff,0x46, +0xb5,0x00,0x03,0x4f,0xf4,0x20,0x8f,0x92,0xff,0x0a,0xf8,0x7f,0x7d,0x50,0x2f,0xc2, +0xff,0x1f,0xf1,0x0a,0x00,0x12,0xee,0xa5,0x24,0x00,0x84,0x6e,0x00,0x0b,0x00,0x22, +0xee,0xe0,0x5b,0x05,0x02,0x14,0x2f,0x70,0xf3,0x30,0x8f,0xf9,0xff,0x6f,0xf8,0x36, +0x0d,0xf3,0x03,0xdd,0xff,0x72,0xff,0x07,0xff,0xe4,0x3b,0xff,0xff,0xef,0xf7,0x13, +0xaa,0x11,0x7f,0xd1,0x5f,0xe9,0xcd,0xa0,0xff,0x30,0x19,0x5f,0xf1,0x01,0xff,0x9a, +0xfe,0x9a,0xdd,0x0f,0x09,0x0a,0x00,0x02,0x53,0x03,0x00,0x0a,0x00,0x40,0x02,0xfd, +0x02,0xff,0x51,0x05,0x50,0x01,0xff,0xbb,0xff,0xbb,0x55,0xcf,0x23,0xf0,0x01,0x48, +0x3e,0x84,0xec,0x40,0x01,0xee,0x00,0x00,0x01,0xdd,0x3f,0xdd,0x03,0x86,0x52,0x02, +0x97,0xaa,0x01,0x0a,0x00,0xb0,0xfb,0xaa,0xcf,0xf0,0x00,0x01,0x4f,0xf1,0x00,0x0e, +0xf3,0x35,0x59,0x13,0x1f,0x39,0x9c,0x02,0x0a,0x00,0x12,0x05,0xa2,0x7c,0x10,0x3f, +0x63,0x20,0x40,0x7b,0xff,0xff,0xd0,0x75,0x5b,0xf0,0x13,0xfa,0xcf,0x7c,0xfa,0xaf, +0xe0,0x00,0x3f,0xf3,0x4a,0xf0,0x5f,0x7c,0xf1,0x0f,0xe0,0x00,0x4f,0xff,0xba,0xfa, +0xcf,0x7c,0xfb,0xaf,0xe0,0x2d,0xff,0xff,0xa9,0xff,0xff,0x7c,0xff,0x0e,0xd2,0x01, +0x45,0x07,0x00,0x6d,0x23,0x31,0x4f,0xf0,0x0d,0x31,0x3a,0x42,0xe3,0x00,0x3f,0xf0, +0xb3,0x11,0x01,0x39,0x0d,0x21,0x02,0xdf,0xed,0x1b,0x10,0x3f,0x6b,0x0d,0x00,0x15, +0xbd,0xf0,0x09,0x03,0x8f,0xf1,0x7e,0xff,0xc4,0xff,0x3e,0xff,0xb3,0x08,0xff,0xe0, +0xdf,0xfa,0x03,0xff,0x02,0xcf,0xe1,0x05,0xfd,0x40,0x3b,0xde,0x5b,0x28,0x06,0x40, +0xc8,0x1c,0x00,0x41,0x4b,0x12,0xd9,0x0a,0x00,0x10,0x01,0xe5,0x1b,0x10,0x11,0x0a, +0x00,0x12,0x3f,0x8e,0x23,0x00,0x0a,0x00,0x70,0xfb,0xbb,0xbb,0xbb,0xdf,0xc0,0x3e, +0xb3,0x93,0xa3,0xb4,0x5d,0x84,0x9f,0xb0,0x3f,0xff,0xff,0x31,0xcf,0x89,0x1a,0xf0, +0x01,0xb0,0x09,0xf9,0x3f,0xa8,0xf7,0xcf,0x30,0x00,0x6f,0xa0,0x5f,0xbc,0xff,0x21, +0xfe,0x4a,0x1d,0x41,0xb3,0x07,0x89,0xf8,0x14,0x22,0x80,0x8f,0xff,0x33,0xff,0xfe, +0xdd,0xde,0xf9,0xbb,0x04,0xc0,0x6b,0xfd,0xaf,0xff,0xf4,0xdf,0xb1,0x2f,0xff,0xc1, +0x8f,0xd2,0x5a,0x17,0x51,0xd0,0x07,0x8f,0xa0,0x07,0x0c,0x2f,0x10,0x20,0x82,0x00, +0x00,0x13,0x03,0x11,0xc7,0x8c,0x00,0x50,0x58,0x34,0xfe,0x05,0xa0,0x0a,0x00,0x60, +0x02,0xff,0x54,0xfe,0x0d,0xfa,0x0a,0x00,0x50,0x2d,0xfa,0x04,0xfe,0x02,0xf9,0x31, +0xfb,0x02,0x90,0xbf,0xc1,0xde,0xfd,0x00,0x6f,0xb0,0x08,0xfb,0x10,0x06,0x00,0xcf, +0xe5,0x00,0x05,0xa2,0x07,0x29,0x8f,0xf0,0x0a,0x00,0x00,0x6e,0x79,0x20,0x44,0xaf, +0x4b,0x06,0x15,0x10,0xdc,0x51,0x16,0x40,0x0a,0x00,0x0e,0x32,0x00,0x00,0x46,0x52, +0x01,0x78,0x1e,0x13,0x65,0x8a,0x7e,0x02,0x5a,0x21,0x13,0xbe,0xe3,0x6b,0x03,0xd2, +0xbe,0x02,0x2d,0xc3,0x20,0x7f,0xf7,0x39,0xaf,0x02,0xff,0x46,0x12,0x70,0xc9,0x35, +0x00,0x2b,0xc3,0x01,0xc3,0x52,0x01,0x83,0x46,0x03,0x60,0x29,0xe0,0x27,0xcf,0xff, +0xff,0xfb,0x62,0x00,0x00,0x38,0xbe,0xff,0xff,0xe8,0xbf,0x73,0x34,0x41,0x3f,0xff, +0xff,0xb5,0xe6,0x4f,0x41,0x60,0x09,0xb8,0x41,0x8c,0x1a,0x12,0x9a,0x34,0x00,0x14, +0x21,0xe5,0x69,0x03,0x48,0x15,0x00,0x2d,0x87,0x02,0x5a,0xc1,0x31,0xef,0x60,0x3f, +0x40,0xb5,0x40,0xf1,0x0e,0xf6,0x07,0x1e,0x39,0x01,0x13,0x00,0x10,0xbf,0xfb,0x01, +0x00,0x13,0x00,0x00,0x8c,0x03,0x00,0x3a,0x0c,0x60,0xef,0x68,0xff,0x40,0x07,0xfe, +0x26,0x00,0x60,0xf8,0xff,0xf8,0x00,0xaf,0xa0,0x26,0x00,0x00,0xa4,0x4f,0x11,0xf6, +0x13,0x00,0x31,0xeb,0xef,0x52,0x9c,0x6b,0x60,0xef,0x63,0x18,0xfb,0x8f,0xe0,0x0f, +0x4b,0x53,0xf6,0x00,0x1f,0xfe,0xf7,0x3d,0x03,0x10,0xaf,0x09,0xa9,0x31,0xff,0xef, +0xf6,0xb1,0x36,0xf2,0x02,0x07,0xfc,0x50,0xef,0x60,0x01,0xef,0xff,0x50,0x00,0x13, +0x00,0x0e,0xf6,0x02,0xdf,0xfe,0xa7,0xab,0x60,0x77,0xff,0xf6,0x2e,0xff,0xa1,0xb1, +0x24,0x10,0xdf,0x4d,0x17,0x10,0x00,0xae,0x7c,0x5c,0xc2,0x00,0x00,0x1a,0x10,0xb9, +0x1c,0x10,0xb8,0xcc,0xb9,0x41,0x99,0x99,0x99,0x90,0x85,0x2b,0x11,0x0a,0xe5,0x3c, +0x01,0x09,0xb3,0x40,0xbb,0xbb,0xdf,0xe0,0x14,0x71,0x11,0x41,0x2f,0x36,0x13,0x4f, +0x33,0x79,0x72,0x6f,0xe0,0xaf,0xfe,0xee,0xff,0xe4,0x42,0x78,0x40,0xd0,0x03,0xff, +0x30,0x93,0x00,0x31,0xeb,0xff,0xf1,0xca,0x5d,0x11,0xff,0x4b,0x77,0x00,0x11,0xcd, +0x51,0x55,0x55,0x5a,0xd9,0xfb,0x67,0xbe,0x01,0xe6,0x4a,0x12,0x7f,0xce,0x8d,0x00, +0xa9,0x01,0x33,0xc0,0x00,0x06,0x2e,0xd3,0x70,0x50,0x00,0x06,0xff,0x01,0x5b,0xe0, +0x9e,0xd2,0x00,0xc6,0x28,0x42,0xff,0xf1,0x02,0xef,0x00,0xe0,0xf0,0x04,0xfa,0x40, +0x6e,0xff,0xdf,0xfc,0x20,0x0d,0xff,0xd6,0x10,0x1d,0xff,0xf6,0x0a,0xff,0xf6,0x07, +0xb3,0x45,0x56,0x11,0x50,0xcc,0x64,0x11,0x00,0xe6,0x4b,0x00,0x6b,0x13,0x61,0x9d, +0x30,0x00,0x02,0xca,0x20,0x9c,0x20,0x14,0xa0,0x36,0x71,0x21,0x6f,0xb0,0xb0,0xaf, +0xc0,0x00,0x1d,0xdd,0xef,0xdd,0xda,0x0e,0xfc,0x44,0x44,0x42,0x1f,0x1a,0x05,0x01, +0xe6,0xda,0xa2,0x05,0x6f,0xf6,0x55,0x53,0x8f,0xfe,0xef,0xff,0xe6,0x12,0x4b,0x10, +0xf1,0xc3,0x16,0x01,0x84,0x0f,0x33,0xf5,0x0b,0xf9,0x8f,0x44,0x30,0xf9,0x0e,0xf6, +0x5d,0x5a,0x60,0x6f,0xf9,0xf7,0xfe,0x4f,0xf3,0x78,0x05,0x60,0x3f,0xf0,0x50,0xef, +0xdf,0xe0,0xac,0x03,0x31,0x4f,0xf0,0x00,0x7e,0x9e,0x40,0x6f,0xd0,0x4f,0xf0,0x4f, +0x5c,0x00,0x32,0x17,0x42,0x5f,0xe0,0x00,0x2f,0xba,0x3a,0x20,0x6f,0xe0,0xe8,0x17, +0x00,0x4b,0x43,0xf8,0x12,0x7f,0xd0,0x2c,0xff,0xef,0xf9,0x00,0x0e,0xfb,0x12,0xcf, +0xb6,0xff,0xf7,0x1d,0xff,0xd3,0x4f,0xf2,0x9f,0xff,0x8d,0xff,0x70,0x02,0xdf,0xf3, +0x05,0x70,0x4f,0xfa,0x04,0xd3,0xb6,0x6f,0x04,0xbe,0x00,0x14,0xdb,0x0a,0x00,0x24, +0x0a,0xfe,0x0a,0x00,0x21,0x0e,0xfa,0x3b,0x66,0x94,0xcf,0xb2,0x22,0x3f,0xf9,0x44, +0x44,0x42,0x3f,0x5e,0x55,0x24,0xf7,0x3f,0x0c,0xc8,0x10,0xf7,0x28,0x00,0x10,0x05, +0xfd,0xdb,0x00,0xe2,0xcb,0x00,0xc5,0x08,0x21,0x08,0xfd,0x3c,0x00,0x51,0x7f,0xff, +0xf4,0x0b,0xf9,0x90,0x01,0x40,0xfb,0xbb,0xfa,0x1f,0xb2,0xd3,0x00,0x53,0x07,0x00, +0x63,0xd8,0x60,0x06,0xfd,0x33,0x3f,0xf4,0x01,0xf0,0x02,0x20,0x06,0xfc,0xd3,0x1b, +0x33,0x9f,0xff,0x30,0x0a,0x00,0x11,0x4f,0xf0,0x3e,0x40,0x55,0x5f,0xf4,0x02,0x7f, +0xcc,0x01,0x32,0x00,0x41,0x5e,0xff,0xef,0xf8,0x9a,0x41,0x80,0xfd,0xff,0xf4,0x2e, +0xff,0xd3,0x05,0xda,0xdf,0x24,0x53,0x20,0x02,0xcf,0xe2,0x00,0xa6,0x86,0x00,0x9c, +0x04,0x64,0x4a,0x20,0x00,0x00,0x59,0x50,0xf1,0x81,0x00,0xe2,0x4f,0x00,0xf7,0x6a, +0x01,0x7b,0x3d,0x02,0xd2,0x28,0x33,0x70,0xff,0x73,0xbd,0x2a,0x10,0x73,0xb4,0x07, +0x61,0x02,0x4d,0x82,0x4c,0x92,0x19,0xbe,0x07,0x71,0x9f,0xb0,0x4f,0xf3,0x0f,0xf6, +0x02,0x42,0x90,0x60,0x0a,0xfc,0x6f,0xf4,0x05,0xfd,0x38,0x17,0x40,0x98,0xff,0xff, +0xf9,0x59,0xc1,0xf0,0x01,0xf9,0xa2,0xff,0xaa,0xff,0xfe,0x0d,0xf6,0x00,0x09,0xbf, +0xfe,0xfd,0x00,0x89,0xff,0xa6,0x04,0x11,0x05,0x10,0x32,0x01,0x52,0x0f,0x11,0x9f, +0x3b,0x06,0x11,0x50,0xcf,0x7b,0x00,0xe5,0x57,0x01,0x6b,0x31,0x40,0xdf,0xf1,0x00, +0x8f,0x61,0x83,0x80,0xbf,0xf4,0x2f,0xf7,0x08,0xff,0xef,0xf7,0x2e,0x7d,0x80,0x07, +0x73,0xcf,0xfa,0x0c,0xff,0xa0,0x0b,0x04,0xda,0x00,0xd9,0xcd,0x20,0xe2,0x01,0x14, +0x27,0x59,0xd4,0x00,0x00,0x0a,0x30,0x03,0x96,0x51,0x10,0x04,0x10,0x8d,0x90,0x0a, +0x00,0x52,0x20,0x2f,0xf4,0xcf,0xb0,0x42,0x27,0x43,0x9f,0xc0,0xff,0x70,0x4c,0x27, +0xa0,0x43,0xff,0x73,0x33,0x32,0x00,0x01,0xff,0x1b,0xfc,0x13,0x13,0x02,0x43,0x3b, +0x61,0x9f,0xfe,0xbc,0xff,0xd6,0x1f,0xed,0x93,0xb0,0xfd,0x03,0xff,0x30,0x01,0x11, +0x5f,0xfc,0x11,0xef,0xff,0x8e,0x4a,0x80,0x26,0xef,0xf9,0x77,0xff,0xff,0x59,0xfd, +0x58,0xa1,0x50,0xff,0xfb,0xdd,0xdf,0x9e,0xe4,0x58,0xb0,0x83,0xef,0x90,0x02,0x7f, +0xff,0xf5,0x00,0x05,0xe4,0x1e,0xbe,0x00,0x00,0x34,0x4d,0x60,0x33,0x6f,0xf9,0xab, +0x80,0x0d,0x12,0x16,0x01,0x89,0x0a,0x30,0x0c,0xff,0x60,0x36,0x01,0xa1,0xfb,0x97, +0x40,0x9f,0xff,0xe1,0x00,0x03,0x20,0x1f,0x4b,0xb2,0x20,0xfc,0x10,0xf9,0x07,0xd0, +0x04,0xdf,0xfe,0x2a,0xff,0xe3,0x00,0x3f,0xff,0xf0,0x07,0xff,0xd1,0x71,0x46,0x30, +0x0d,0xfd,0x50,0x0b,0xc9,0x18,0x09,0x2d,0x10,0x60,0x63,0x4f,0xe0,0x75,0x00,0xbb, +0x4c,0xa2,0x51,0xfc,0x4f,0xe2,0xff,0x30,0x77,0x0c,0x41,0xef,0x6f,0xe9,0xf7,0x90, +0x06,0xa1,0x06,0xca,0x9f,0xf7,0xc6,0x47,0xfe,0x33,0x33,0x30,0xb4,0x00,0x10,0xaa, +0x95,0x11,0x61,0x07,0x7b,0xff,0xff,0x97,0x5e,0xa1,0x1c,0x10,0x6f,0xcd,0x3c,0xf0, +0x1a,0xf9,0x06,0xfb,0x00,0x2c,0xff,0xaf,0xe5,0xfa,0xbf,0xfe,0x09,0xf8,0x00,0x1e, +0xe4,0x4f,0xe0,0x36,0xff,0xff,0x2c,0xf5,0x00,0x02,0x00,0xcb,0x20,0x03,0xea,0xbf, +0x8f,0xf2,0x00,0x0a,0xde,0xff,0xed,0xeb,0x31,0x5f,0x8c,0x24,0x03,0x4f,0x37,0x10, +0x70,0x08,0x44,0x20,0x1c,0xf6,0x59,0xb2,0x00,0xbd,0xd3,0x40,0x9f,0xd0,0x00,0x1e, +0x82,0x05,0x10,0x4b,0xb0,0x0f,0x11,0xdf,0x87,0x47,0xf1,0x0d,0xef,0xff,0xb1,0x3d, +0xff,0x5d,0xfe,0x40,0x18,0xdf,0xfd,0x7e,0xa9,0xff,0xf4,0x03,0xff,0xf4,0x0d,0xfd, +0x60,0x01,0x07,0xfd,0x30,0x00,0x3e,0xa0,0x37,0x17,0x11,0x60,0xe7,0x09,0x00,0x5c, +0x0e,0x33,0x00,0xab,0x40,0x3f,0x41,0x10,0x41,0xbe,0x00,0x60,0x09,0xaa,0xcf,0xea, +0xaa,0x28,0xfd,0x37,0x51,0x03,0x66,0x9f,0xe6,0x66,0xc6,0x6c,0x01,0x8d,0x06,0xe2, +0xdf,0xfa,0x3c,0xfa,0x30,0x07,0xf8,0x7f,0xd3,0xff,0xbe,0xef,0x7f,0xf3,0x07,0x14, +0x20,0x02,0x5f,0xfe,0x01,0x60,0x2b,0xff,0xee,0xb3,0x00,0x4f,0xff,0x46,0xf5,0x10, +0xdf,0xef,0xd9,0xfb,0x5b,0xff,0xdf,0xfe,0x81,0x1e,0xfa,0x4f,0xc0,0x52,0xaf,0xf7, +0x05,0xef,0xd0,0x02,0x95,0x57,0x64,0x44,0x6c,0x64,0x44,0x5b,0x30,0x00,0xef,0xb3, +0x20,0x06,0x0a,0x00,0x01,0x72,0x52,0x40,0xcc,0xcc,0x41,0x00,0xb7,0x43,0x14,0x3f, +0x0d,0xc0,0x13,0x20,0x52,0x75,0x00,0x0a,0x00,0x08,0x05,0x9d,0x09,0xb1,0xcb,0x01, +0x8c,0x5c,0x05,0xcb,0x5b,0x02,0x3d,0xa1,0x06,0xb8,0x75,0x00,0x54,0x49,0x6f,0x5d, +0xfa,0x65,0x55,0x55,0x50,0x72,0x49,0x01,0x01,0x17,0x4b,0x03,0xae,0x06,0x10,0x3f, +0x8c,0x5b,0x14,0xf5,0x30,0x40,0x02,0x84,0x37,0x10,0x03,0x33,0x55,0x13,0x70,0xe4, +0xa5,0x02,0x09,0xc5,0x00,0x42,0x37,0x25,0xdf,0xf2,0x80,0xc5,0x24,0x60,0x00,0x9f, +0x74,0x03,0xbd,0x3b,0x12,0xbf,0xac,0x47,0x00,0x63,0x77,0x70,0xd4,0x2c,0xff,0xfc, +0x61,0x00,0x29,0xb4,0x84,0x00,0x0f,0x21,0x20,0xc3,0x0d,0x95,0x9f,0x00,0xb4,0x7e, +0x33,0xc0,0x03,0xb5,0xb6,0xb5,0x19,0x20,0x16,0xbb,0x14,0xe8,0x19,0x97,0x00,0x54, +0x52,0x00,0x29,0x23,0x00,0x7a,0x23,0x50,0xd4,0x0c,0xfc,0x0e,0xf6,0x84,0xdf,0xf0, +0x09,0x4e,0xff,0x72,0xef,0xbe,0xf6,0x00,0x2c,0xff,0xc1,0x01,0xbf,0xe1,0x3f,0xbf, +0xf6,0x00,0x4f,0xff,0xfe,0xee,0xfc,0x50,0x03,0x47,0x23,0x60,0xcf,0xff,0xff,0xf4, +0x09,0x30,0xd7,0x2f,0x70,0x02,0x5f,0xf2,0x20,0x8f,0xf5,0x0e,0x29,0x41,0x40,0x5f, +0xf3,0x22,0x1b,0x7e,0x2d,0x02,0x6a,0x5b,0x24,0xce,0x3e,0x0a,0x00,0x42,0x12,0x0e, +0xf7,0x40,0x9d,0x09,0xc0,0x01,0x5f,0xff,0xf1,0x00,0xec,0x5f,0xf5,0xe8,0x3a,0xef, +0xff,0x1f,0x02,0x30,0x3f,0xf3,0xfe,0xd4,0x0e,0x90,0x20,0x08,0xfb,0x3f,0xf0,0xdf, +0x7d,0x95,0x1e,0x97,0x91,0x40,0x3f,0xf0,0x8f,0x90,0x96,0x00,0x51,0x3e,0xf2,0x5f, +0xf0,0x4a,0x8d,0x23,0x03,0xb3,0x16,0x20,0x0e,0xf6,0x57,0x4a,0x00,0x24,0x08,0x0f, +0xa1,0x23,0x06,0x01,0xd7,0x11,0xf1,0x14,0xcb,0x00,0xcf,0x30,0x0f,0xf0,0x10,0x00, +0x6c,0xff,0xfb,0x0c,0xf6,0xf5,0xff,0x4f,0x89,0xff,0xff,0xfa,0x30,0xcf,0x4f,0x9f, +0xf8,0xf3,0xdf,0xe9,0x50,0x00,0x0c,0xf3,0xcc,0xff,0xdc,0x1a,0x1f,0x60,0xcf,0x35, +0x3f,0xf5,0x40,0xdf,0x9c,0x2d,0x00,0xf6,0x12,0xa0,0x9d,0xf8,0x33,0x33,0x30,0xcf, +0x9f,0xff,0xff,0xf8,0x74,0x05,0x60,0x2c,0xf3,0x07,0xff,0x70,0x0d,0xb3,0x01,0x50, +0xcf,0x31,0xff,0xff,0x60,0x9e,0x95,0xf0,0x00,0x0c,0xf4,0xcf,0xff,0xdf,0x5f,0xf4, +0x0e,0xf5,0x00,0xcf,0xdf,0xbf,0xf2,0xd1,0xea,0x95,0x70,0x0c,0xfa,0xe1,0xff,0x00, +0x1f,0xf2,0x13,0x00,0x20,0x43,0x0f,0x85,0xaa,0x00,0x26,0x00,0x50,0x11,0x67,0x11, +0x6f,0xe0,0x13,0x00,0x00,0x4a,0x09,0x10,0xfb,0x13,0x00,0x01,0x39,0x04,0x34,0x70, +0x0e,0xf5,0xaf,0x14,0x03,0x96,0x11,0x23,0x4b,0x00,0x13,0x00,0x0d,0xa5,0x1c,0x40, +0x8f,0x90,0x0b,0xf6,0xdc,0x89,0x12,0x70,0x0a,0x00,0xa0,0x5a,0xef,0xff,0xc1,0x0c, +0xef,0xec,0xcf,0xfe,0x79,0x0a,0x62,0x01,0x8a,0x02,0x30,0x99,0xfd,0x30,0xf3,0x01, +0x51,0xb4,0x4d,0xf9,0x29,0xfa,0x2b,0x09,0x42,0x91,0x1c,0xf6,0x09,0x0a,0x00,0x00, +0xf9,0xd5,0x20,0xfb,0x22,0x00,0x6c,0x42,0xeb,0xbe,0xf6,0x09,0x86,0x35,0x24,0x90, +0x0c,0x0a,0x00,0x01,0x1e,0x00,0x01,0xdf,0xc1,0xf2,0x02,0xec,0xcf,0xf6,0x0a,0xfa, +0x06,0xfd,0x00,0x01,0x9f,0x91,0x1c,0xf7,0x0c,0xf9,0x06,0xfd,0xed,0x0f,0x24,0xbd, +0xf8,0x0a,0x00,0x20,0xbf,0xf6,0x31,0x3b,0x70,0x1b,0x61,0x29,0x30,0x3f,0xf3,0x06, +0xf0,0xdc,0x70,0xe1,0xbf,0xd0,0x9f,0xe0,0x06,0xfd,0x55,0xc6,0x60,0x1f,0xf9,0xff, +0x80,0x06,0xfd,0xa3,0x83,0x40,0x08,0x9d,0xff,0x10,0x46,0x00,0x11,0xa1,0x4d,0xea, +0x13,0x06,0xb4,0x02,0x0d,0xa4,0x5c,0x11,0x9e,0x95,0x63,0x30,0x84,0x00,0x00,0xac, +0xae,0x50,0x02,0x69,0xdf,0xff,0x50,0x5f,0x0c,0x00,0x4f,0x16,0x32,0xb6,0x10,0x0c, +0xa5,0x6f,0x10,0x30,0xca,0xc3,0x31,0x50,0x0f,0xd2,0x1b,0x1c,0x00,0xbe,0x0a,0x11, +0xd0,0x0a,0x00,0xa1,0x06,0x8f,0xc6,0xcf,0xb6,0x3f,0xf6,0x33,0x33,0x31,0xfa,0x00, +0x11,0x7f,0x7a,0x0d,0x43,0x88,0xaf,0xe8,0x88,0xac,0x08,0x21,0x5f,0xd0,0x07,0x7b, +0x02,0x86,0x06,0x00,0xcb,0x78,0x02,0x76,0x02,0x20,0x3f,0xf1,0x26,0x02,0x61,0x31, +0x4f,0xd0,0x60,0x1f,0xf0,0xd4,0x73,0x41,0x5f,0xd9,0xf6,0x4f,0x21,0x26,0xf1,0x0b, +0xfa,0x4f,0xd3,0xfd,0x7f,0xc0,0x0e,0xf6,0x00,0x1e,0xf3,0x4f,0xd0,0xbf,0xdf,0x80, +0x0e,0xf6,0x00,0x09,0xa0,0x4f,0xd0,0x44,0xff,0x40,0x15,0x33,0x00,0xc7,0x1f,0x01, +0x62,0x02,0x55,0x08,0xfd,0x30,0x00,0x67,0x6c,0x02,0x15,0x30,0x26,0x77,0x03,0x44, +0x03,0x00,0x95,0x3b,0x08,0x8c,0x7e,0x06,0x5c,0x28,0x05,0x2f,0x3f,0x53,0x05,0x55, +0x55,0xff,0xd5,0x61,0x4d,0x2a,0x0f,0xfb,0x42,0x4b,0x05,0x5e,0x04,0x01,0x0a,0xc1, +0x04,0xe7,0x31,0x40,0x8f,0xf6,0x44,0x44,0xe3,0x4a,0x02,0x4d,0x5f,0x11,0x8f,0x28, +0x55,0x13,0xa0,0x89,0xcf,0x23,0x7f,0xf4,0x7e,0x07,0x23,0x2f,0xfd,0x0c,0xc3,0x01, +0x52,0xec,0x00,0x8c,0x4f,0x10,0x3d,0xd1,0x9c,0x50,0x34,0xbf,0xf2,0x00,0x0e,0x2f, +0x43,0x01,0x8b,0x3b,0x11,0x2f,0x8a,0xc1,0x28,0xea,0x10,0x3a,0x9a,0x64,0x06,0xb9, +0x00,0x00,0x5d,0xa0,0x09,0xcd,0x23,0xaf,0xc0,0x66,0x59,0x60,0x01,0xff,0xda,0xaa, +0xaa,0xa1,0x06,0x05,0x01,0x2b,0xb4,0x02,0xd8,0x16,0x10,0xfc,0x51,0xd1,0x64,0x03, +0x8f,0xf3,0x34,0xef,0xf1,0xa9,0x54,0x21,0x2c,0xff,0xf2,0xde,0x42,0x6f,0xfc,0xcc, +0x53,0x6a,0x0e,0x12,0x6f,0x5a,0x15,0xf0,0x0f,0x9f,0x80,0x00,0x7f,0xd5,0xdf,0x61, +0x87,0x0f,0xf1,0x9f,0x20,0x00,0x9f,0xa0,0xcf,0x64,0xfd,0x0f,0xf2,0x01,0x00,0x00, +0xaf,0x80,0xcf,0x55,0xfc,0x0f,0xff,0x60,0xd4,0x41,0x60,0xcf,0x56,0xfb,0xb4,0xea, +0x62,0xff,0x30,0xdf,0x47,0xfe,0x1f,0xdc,0x15,0x51,0xef,0x4a,0xff,0x6f,0xf1,0x0e, +0x1a,0x00,0xf4,0x43,0x10,0xf1,0x30,0x11,0xf0,0x00,0x14,0xff,0x7f,0xfb,0xff,0xf4, +0x21,0x21,0x5f,0xe1,0xff,0xfe,0xaf,0x91,0xdf,0xcf,0x08,0x79,0x60,0xbf,0xd4,0x0a, +0x00,0x07,0xcf,0xe1,0x10,0x13,0xce,0xf5,0x46,0x06,0x0b,0x2d,0x01,0x26,0x0c,0x21, +0xcf,0xe6,0xf4,0x46,0x02,0x7d,0x50,0x0c,0x27,0x80,0x00,0x67,0x45,0x0f,0x08,0x4f, +0x07,0x42,0x59,0xff,0xff,0xb5,0x08,0x4f,0x24,0x0a,0xfe,0x0d,0x32,0x22,0x0f,0xf8, +0xc8,0x88,0x00,0x64,0xcc,0x24,0xef,0x80,0x1b,0x5a,0x00,0x82,0x4d,0x01,0x88,0x24, +0xb0,0x20,0xef,0x80,0x00,0x0f,0xd3,0x00,0x02,0xef,0xf7,0x00,0x30,0x14,0xb1,0xf3, +0x01,0x8f,0xff,0x70,0x00,0xdf,0xd6,0x55,0x9f,0xf0,0xed,0xe9,0x10,0xaf,0xa9,0x0c, +0x10,0x06,0xc2,0x65,0x20,0x1b,0xef,0xc9,0x65,0x1b,0x40,0x7f,0x7e,0x04,0x07,0x00, +0x00,0x61,0x7f,0x32,0x6b,0xff,0xef,0x1f,0xd4,0x0b,0x07,0x00,0x02,0x4d,0x7d,0x0b, +0x31,0x00,0x00,0x47,0x7f,0x1f,0x4b,0x31,0x00,0x04,0x11,0xa3,0x27,0x78,0x0b,0x31, +0x00,0x03,0x15,0x00,0x13,0x80,0x28,0x78,0x02,0xf1,0x32,0x22,0x10,0x02,0x4b,0xc8, +0x11,0x4f,0xe3,0x2b,0x11,0xf0,0x13,0x00,0x12,0x0d,0xa2,0x59,0x00,0x82,0xab,0x22, +0x50,0x3f,0x28,0x44,0x51,0x2d,0xf5,0x03,0xff,0x3f,0x25,0x01,0x23,0xdf,0x50,0x0d, +0xaf,0x10,0x0d,0x88,0x6c,0x14,0x82,0x39,0x00,0x20,0xcf,0xc0,0x39,0x00,0x90,0xf7, +0x15,0xff,0x04,0xff,0x70,0x4f,0xf1,0x00,0x26,0x00,0x10,0x0a,0x29,0x19,0x70,0x0d, +0xf5,0x03,0xff,0x00,0x1f,0xfb,0x13,0x00,0x65,0x61,0x4f,0xf0,0x00,0x79,0x14,0x5f, +0x00,0x09,0x72,0x00,0x01,0x5d,0x03,0x00,0x13,0x00,0x20,0xcd,0x50,0x38,0x42,0x14, +0x5a,0xaa,0x25,0x03,0xc4,0x65,0x00,0x53,0x9c,0x1a,0xa1,0xfb,0x51,0x01,0xf8,0x37, +0x16,0xfe,0x09,0x00,0xd0,0xd2,0x2e,0xf4,0x0d,0xf9,0x33,0x38,0xfe,0x5f,0xd0,0x0e, +0xf4,0x0d,0x7f,0x29,0x01,0x09,0x00,0x4a,0xfc,0x77,0x7b,0xfe,0x2d,0x00,0x32,0xfd, +0xaa,0xad,0x2d,0x00,0x14,0xf7,0x24,0x00,0x04,0x09,0x00,0x41,0x0e,0xfe,0xcc,0xce, +0x24,0x00,0x14,0x0f,0x2d,0x00,0x90,0x3f,0xf5,0x44,0x49,0xfe,0x5f,0xe3,0x33,0x30, +0x1f,0x30,0x30,0xfe,0x5e,0xc0,0xcb,0x2c,0x02,0xd9,0x29,0x10,0x06,0x49,0x0b,0x12, +0xfe,0xbc,0x71,0x32,0x24,0x3a,0xfe,0x2d,0x9e,0x10,0x4f,0x6b,0x8c,0x00,0x9b,0x2c, +0x3d,0x0e,0xfe,0xa1,0x83,0x55,0x00,0x89,0x94,0x10,0xec,0x62,0xb0,0x10,0xfe,0x2b, +0x91,0x01,0x3c,0xc8,0x14,0xe0,0xca,0x0e,0x0a,0x13,0x00,0x05,0x26,0x00,0x05,0x39, +0x00,0x00,0xc4,0x03,0x04,0x47,0x82,0x27,0x1a,0xa4,0x63,0xa3,0x00,0x93,0x5b,0x11, +0xfe,0x73,0x10,0x44,0xe9,0x00,0xcf,0xe3,0xc1,0x68,0x15,0x76,0x1f,0x0f,0x00,0xd0, +0x12,0x37,0xec,0xcc,0xc9,0xa7,0xac,0x05,0xe7,0x68,0x0f,0xcc,0x81,0x02,0x03,0xaf, +0x6f,0x10,0x0b,0x04,0x13,0x00,0xbf,0xba,0x00,0xa5,0x02,0x02,0x13,0x00,0x51,0x0e, +0xf9,0x8f,0xf0,0xcf,0xa4,0x11,0x41,0xef,0x42,0xff,0x0c,0xdb,0x10,0x82,0x0e,0xf4, +0x2f,0xf0,0xcf,0x62,0xef,0x62,0x13,0x00,0x90,0xf4,0x0e,0xf4,0x0f,0xf3,0x0e,0xff, +0xff,0xf0,0x1b,0x41,0x80,0xff,0x30,0xef,0xff,0xff,0x0c,0xf4,0x0f,0x13,0x00,0xb3, +0xf7,0x6f,0xf2,0xdf,0x74,0xff,0x74,0xff,0x70,0xef,0x42,0xc8,0xb1,0xc0,0x3e,0xf4, +0x2f,0xf8,0xdd,0xde,0xff,0xfd,0xdd,0xd2,0xef,0x65,0x88,0xd9,0x00,0x09,0x44,0x11, +0xff,0xb9,0xd7,0x10,0xfd,0x72,0x00,0x61,0xfe,0x00,0x1d,0xfd,0x1f,0xf6,0x76,0x00, +0xf0,0x01,0x3e,0xff,0x30,0x7f,0xf5,0x00,0xab,0x20,0x03,0xbf,0xff,0x40,0x00,0xdf, +0xf9,0x10,0xa2,0x08,0x13,0x20,0xb6,0x6f,0x01,0x34,0x99,0x19,0x82,0x7b,0x4b,0x10, +0xfc,0x9e,0x23,0x11,0xdf,0x0a,0x00,0x10,0x99,0xfa,0x6a,0x0a,0x99,0x4b,0x02,0xbd, +0x84,0x09,0x14,0x00,0x23,0x09,0xaa,0xd1,0x23,0x15,0x02,0xe6,0x31,0x16,0x0b,0xc1, +0xa9,0x12,0xdd,0x55,0x31,0x83,0xdd,0xc0,0x00,0x00,0xaa,0x50,0x0f,0xf7,0x3d,0x01, +0x01,0xd1,0x09,0x01,0x72,0xa9,0x01,0x0a,0x00,0x10,0xf9,0xa9,0x01,0x11,0xd0,0xd9, +0x6b,0x01,0xec,0x36,0x22,0x3f,0xf7,0xa2,0x09,0x30,0xc5,0xff,0xff,0xa9,0x8c,0x52, +0x41,0x2f,0xff,0x20,0x5e,0x5f,0x04,0x61,0x07,0xf4,0x00,0x00,0x7a,0xde,0xbb,0x11, +0x16,0x10,0x58,0x25,0x05,0xdb,0x37,0x21,0x08,0xff,0x85,0x77,0x00,0x0a,0x00,0x14, +0xfc,0x92,0x6d,0x11,0x08,0x18,0xae,0x29,0xdf,0xf0,0x28,0x00,0x0b,0x1e,0x00,0x19, +0xef,0x1e,0x00,0x00,0x3c,0x46,0x21,0x03,0x42,0x37,0xec,0x70,0x40,0x3f,0xf0,0x0a, +0xf8,0x00,0xb5,0xc3,0x0e,0x00,0x0a,0x00,0x20,0x07,0xfe,0x46,0x28,0x00,0x0a,0x00, +0x20,0x1e,0xf5,0xd2,0x28,0x41,0x4f,0xf0,0x0a,0xf9,0x16,0x05,0x10,0xc5,0x0a,0x00, +0x20,0x4a,0x10,0xb3,0x0a,0x75,0x7f,0xf5,0x5c,0xfb,0x55,0x55,0x53,0xe5,0x0a,0x16, +0xf9,0xfb,0x6f,0x02,0x69,0x1d,0x02,0x11,0x29,0x10,0x4d,0x16,0xc4,0x11,0xd4,0xea, +0x2b,0x12,0xfa,0xee,0xc8,0x10,0x00,0x2a,0x01,0x00,0xd3,0x01,0x26,0x10,0x00,0x75, +0x67,0x90,0x2b,0xe1,0x2f,0xf2,0x4f,0xf0,0x3f,0xb1,0x00,0x83,0x48,0x30,0xf1,0x3f, +0xf0,0xf4,0x24,0x20,0x06,0xfc,0x0a,0x00,0xd6,0xef,0x30,0x00,0x09,0x9a,0xea,0xaf, +0xfa,0xbf,0xf9,0xbe,0x99,0x91,0x53,0x0b,0x07,0x89,0x54,0x21,0x07,0xbb,0x01,0x00, +0x15,0x80,0x74,0x36,0x03,0xf6,0x27,0x02,0xc0,0x05,0x20,0x09,0xfe,0x1d,0x00,0x2f, +0xef,0xa0,0x1e,0x00,0x04,0x11,0xff,0x64,0x37,0x1e,0xa0,0x1e,0x00,0x28,0xbe,0x90, +0x5b,0x7f,0x23,0xdf,0xa7,0xaa,0x33,0x24,0x0d,0xfe,0xb0,0x47,0x00,0xd4,0x8e,0x38, +0x44,0x4c,0xfb,0x26,0x00,0x90,0x78,0x88,0x8b,0xfe,0x88,0x88,0x86,0x00,0x09,0x52, +0x02,0x10,0xfa,0x0e,0xb5,0x14,0xef,0xc1,0x63,0x05,0x77,0x61,0x13,0x30,0x84,0x53, +0x12,0xf6,0xc5,0x35,0x00,0x8e,0x6f,0x02,0xbc,0x7a,0x01,0x4c,0x3a,0x06,0x08,0x38, +0xf0,0x12,0x38,0x98,0x8a,0xff,0xa8,0x98,0x83,0x00,0x00,0x01,0x9f,0xa2,0x3f,0xf2, +0x3e,0xc5,0x00,0x00,0x3a,0xff,0xf7,0x03,0xff,0x26,0xdf,0xfe,0x60,0x1d,0xff,0xb2, +0x7c,0xef,0xf1,0xec,0x63,0x30,0x19,0x30,0x03,0xeb,0x62,0x28,0x06,0x70,0xb0,0x0e, +0x10,0xfe,0x39,0x3a,0x22,0x47,0xae,0x6c,0x8a,0x10,0x6b,0xe2,0x13,0x10,0x0c,0x9f, +0x71,0xc1,0x5c,0xfc,0x97,0x41,0x00,0x00,0xdf,0x74,0xb8,0x00,0x0c,0xf5,0x6c,0x04, +0x81,0x9c,0xfe,0x99,0x4d,0xfd,0xbb,0xbb,0xb1,0x30,0x23,0x11,0x7e,0x26,0x5b,0xf1, +0x03,0x75,0x5a,0xfd,0x55,0x2f,0xf5,0x3f,0xf6,0x30,0x03,0x45,0x6b,0xfe,0xcd,0x6f, +0xf0,0x0f,0xf2,0x02,0x03,0xd1,0xfd,0xcf,0xc0,0x0f,0xf2,0x00,0x09,0x97,0x69,0xfb, +0x00,0xef,0x40,0x62,0x09,0x75,0x04,0x96,0x00,0x18,0x00,0x09,0xa1,0x1c,0x04,0x01, +0x7b,0xdc,0x04,0xc4,0x4e,0x31,0x0b,0xfa,0x33,0x9e,0xb4,0x09,0x1e,0x00,0x01,0x44, +0x83,0x01,0x14,0x00,0x20,0xfd,0xbb,0x8b,0x14,0x0a,0x1e,0x00,0x14,0xf8,0x71,0x03, +0x00,0x2b,0x05,0x02,0x46,0x21,0x0f,0x09,0x00,0x06,0x14,0x4f,0x07,0xa5,0x06,0x09, +0x00,0x00,0x37,0xc8,0x61,0xff,0x94,0x4f,0xf5,0x4f,0xf0,0x24,0x00,0x17,0x0f,0x09, +0x00,0x05,0x1b,0x00,0x0e,0x36,0x00,0x0e,0x2d,0x00,0x05,0x09,0x00,0x0e,0x2d,0x00, +0x02,0x77,0x7b,0x43,0x6f,0xf5,0x4f,0xf0,0x76,0x53,0x0f,0x19,0x82,0x01,0x00,0xa7, +0x1b,0x21,0x5f,0xf5,0x92,0x1a,0x30,0x2d,0xdd,0xdd,0x20,0xab,0x15,0xd5,0x7f,0x5a, +0x11,0xf5,0x66,0x19,0x10,0x4f,0x62,0x18,0x00,0xbf,0x8d,0x6f,0xbb,0xcf,0xfc,0xbb, +0xbf,0xf5,0x1e,0x00,0x04,0x10,0xf4,0x83,0x6a,0x19,0x3f,0x1e,0x00,0x80,0x2b,0xdd, +0xbb,0xef,0xfb,0xbb,0xbb,0xb4,0xd2,0x4a,0x33,0x21,0xff,0xa0,0x7f,0xb1,0x34,0xec, +0xff,0x30,0x55,0x5a,0x13,0xfc,0xfa,0xc7,0x00,0x9f,0x54,0x92,0xa8,0x65,0x55,0x51, +0x1e,0xff,0xff,0xd7,0xbf,0x19,0x61,0x98,0xfe,0x94,0x00,0x01,0x47,0xab,0xde,0xff, +0x90,0x06,0x33,0x22,0x7f,0xc0,0xd0,0xc9,0x91,0x02,0x77,0xbf,0xe7,0x71,0x57,0x7f, +0xfa,0x77,0x1c,0x31,0x20,0xf2,0xaf,0x7f,0x0d,0x60,0x01,0x33,0xaf,0xc3,0x30,0x23, +0xe6,0x1b,0xb0,0x0a,0xaa,0xdf,0xea,0xa4,0xaa,0xaf,0xfc,0xaa,0xa0,0x0f,0xb5,0x02, +0x02,0xa5,0x6b,0x81,0x39,0xff,0xf7,0x31,0x34,0xef,0xff,0xa3,0xe8,0x36,0xf0,0x07, +0x60,0x1b,0xff,0x7f,0xf6,0x00,0x04,0xef,0xe2,0xbf,0xe6,0xef,0xf5,0x09,0xff,0xa1, +0x1f,0xfe,0x30,0x09,0x21,0xee,0xec,0x38,0x22,0x03,0xbc,0x80,0x66,0x24,0xa7,0x40, +0xeb,0x01,0x13,0xb0,0x02,0x23,0x01,0x64,0x09,0x12,0x0b,0x9a,0x03,0x2f,0xb0,0x00, +0x1e,0x00,0x03,0x02,0x8d,0xad,0x1e,0xb0,0x1e,0x00,0x25,0xbe,0xa0,0x4f,0x3b,0x01, +0xe8,0x0a,0x00,0x33,0x31,0x10,0xef,0x0a,0x00,0x05,0xea,0x03,0x20,0x0a,0xfd,0xd4, +0x05,0x0a,0x0a,0x00,0x14,0x09,0x55,0x46,0x06,0x01,0x65,0x16,0x1f,0xf4,0xcf,0x42, +0xbf,0xe8,0x8c,0xfd,0x33,0x71,0x81,0x5f,0xfa,0xad,0xfb,0x7b,0xbb,0xbb,0xbb,0x2d, +0x84,0x21,0xfb,0x9f,0xdc,0x20,0x60,0x5f,0xd0,0x09,0xfb,0x1d,0xf4,0x70,0xbe,0x00, +0x14,0x00,0x30,0x07,0xfd,0x0d,0x14,0x26,0xe0,0xe9,0x9d,0xfb,0x00,0xdf,0xdf,0xe1, +0x00,0x01,0x7f,0xe7,0x8d,0xff,0x90,0x64,0x99,0x01,0x71,0x03,0xd1,0xb7,0xef,0xff, +0xfc,0x50,0x0f,0xec,0xa8,0x7b,0xfb,0x9f,0xfc,0x5c,0x7a,0xe6,0x70,0x08,0xfb,0x1b, +0x40,0x00,0x4b,0x40,0x0a,0x00,0x1a,0x73,0x57,0xa8,0x06,0xc0,0x68,0x05,0x6f,0x34, +0x02,0x47,0x52,0x02,0x25,0x59,0x25,0xcf,0xc0,0x37,0x47,0x00,0x12,0x00,0x14,0xa0, +0x0f,0x02,0x10,0xfa,0xc7,0x0b,0x90,0xf4,0x22,0x22,0x22,0xbf,0xa0,0x00,0x2e,0xff, +0xda,0x21,0x54,0x2b,0xfa,0x00,0x2e,0xff,0xb0,0xb7,0x30,0xaf,0x53,0xff,0x8f,0x06, +0x10,0xfa,0xd2,0xf1,0x13,0xf2,0x5c,0x63,0x02,0xa4,0x23,0x01,0x5b,0x18,0x02,0xce, +0x1c,0x03,0x80,0x9a,0x22,0x0a,0xfa,0xab,0x81,0x33,0x02,0x33,0xcf,0x13,0x00,0x32, +0x6f,0xff,0xf7,0x13,0x00,0x1a,0x01,0xb9,0x68,0x33,0x8f,0x90,0x0e,0x82,0x5d,0x80, +0xf9,0x00,0xef,0x40,0xaf,0xff,0xff,0xfe,0x60,0x0e,0x33,0xfd,0x8a,0xff,0xd3,0x49, +0xf0,0x08,0xfa,0xaf,0xb2,0x27,0xfe,0x04,0xaf,0xb4,0x4e,0xf7,0x2a,0xfa,0x00,0x5f, +0xe0,0x08,0xfa,0x11,0xef,0x40,0xaf,0xc5,0x59,0x2f,0xa5,0x00,0xda,0x29,0x00,0xc6, +0xc5,0xe1,0xfe,0xbb,0xff,0x40,0xaf,0xec,0xcd,0xfe,0x00,0x8f,0xa0,0x0e,0xf4,0x0a, +0x26,0x00,0x00,0x47,0x11,0x40,0xbf,0xa0,0x05,0xfe,0x5c,0x0e,0xc4,0xf4,0x0b,0xfe, +0xcc,0xdf,0xe0,0x18,0xfa,0x11,0xef,0x50,0xcf,0xc8,0x7b,0x51,0x7d,0xf7,0x11,0x7f, +0xe5,0x55,0x06,0x01,0xdc,0x9e,0x50,0x1a,0x50,0x2b,0x40,0x2f,0x77,0x1e,0xf0,0x04, +0x09,0xfe,0x19,0xfe,0x16,0xfe,0x00,0x05,0xfe,0x05,0xff,0x60,0x0d,0xfb,0xbf,0x90, +0x33,0x8f,0xe3,0x0c,0xf0,0x00,0x79,0xe4,0x9b,0xfb,0x05,0xd1,0x00,0x00,0x20,0x3b, +0x00,0x6f,0xa7,0x5f,0x0f,0x88,0xda,0x08,0x14,0x5f,0xcc,0x87,0x04,0x0a,0x00,0x11, +0xf8,0xbb,0xb1,0x5c,0x9f,0xf8,0x66,0x66,0x63,0x32,0x00,0x03,0xa0,0xf1,0x0d,0xc0, +0x41,0x60,0xf0,0x04,0x55,0x55,0x5c,0xff,0x0b,0x69,0x12,0x50,0xbf,0x56,0x13,0xf5, +0x57,0x36,0x22,0xef,0xfd,0x2b,0x2d,0x62,0x8f,0xfc,0x5f,0xf4,0xbf,0xf7,0x06,0x6e, +0x20,0x4f,0xf3,0xbc,0xef,0xb0,0x18,0xff,0xfc,0x10,0x4f,0xf3,0x01,0xcf,0xff,0x80, +0x2e,0x81,0x1f,0x00,0xb9,0xe0,0x32,0xe2,0x03,0xd3,0x6e,0x00,0x2a,0x5e,0x30,0x78, +0x00,0x0f,0xff,0x6b,0x0b,0x28,0x3f,0xf6,0x28,0x59,0x08,0x51,0xb2,0x91,0x03,0x55, +0x55,0xef,0xdf,0xfd,0xff,0x65,0x55,0xfc,0x4a,0x22,0x5f,0xf7,0x2b,0x12,0x52,0x0c, +0xfc,0x2f,0xf5,0x9f,0xa8,0xd0,0x52,0xf5,0x2f,0xf5,0x2f,0xf9,0x53,0x9c,0x51,0x2f, +0xf5,0x09,0xff,0x50,0xf4,0xaf,0x31,0x2f,0xf5,0x01,0xf2,0xe0,0x10,0xf8,0x5a,0x00, +0x62,0x6f,0xfe,0x30,0x1c,0xff,0xef,0x16,0xb3,0x22,0xf3,0x0a,0x3b,0x2e,0xcf,0xf8, +0x9f,0x90,0x00,0x80,0x15,0x55,0x7f,0xf9,0x55,0x52,0x06,0xa0,0x00,0x0d,0x05,0xed, +0xad,0x00,0x0a,0x00,0x12,0x07,0xf1,0x05,0x05,0x0a,0x00,0x10,0x03,0xa0,0x1d,0x01, +0x65,0xad,0x00,0x3e,0x03,0x10,0x87,0x55,0xad,0x07,0x0a,0x00,0x00,0x30,0x49,0x12, +0x07,0x0a,0x00,0x41,0x0c,0xff,0xe1,0x08,0x0a,0x00,0x00,0xa2,0x32,0x02,0x0a,0x00, +0x00,0xb2,0x12,0x21,0xa8,0xfd,0x0a,0x00,0x70,0xdf,0xff,0x8f,0xda,0xfc,0x00,0x7f, +0x79,0xe0,0x40,0xff,0x4a,0x5c,0xf9,0x0a,0x00,0x60,0x0d,0xf8,0xff,0x41,0x0e,0xf7, +0x0a,0x00,0xf0,0x0e,0x4f,0xe2,0xff,0x40,0x2f,0xf4,0x00,0x7f,0xe1,0x60,0x0d,0x71, +0xff,0x40,0x8f,0xe0,0x00,0x7f,0xe1,0xf9,0x03,0x01,0xff,0x40,0xdf,0x90,0x00,0x7f, +0xe2,0x0d,0xa5,0x10,0x49,0x63,0xa6,0x10,0xf6,0x61,0x61,0x11,0x7f,0x24,0x5b,0x00, +0xf8,0xc8,0x20,0x44,0xc0,0x7a,0x04,0x07,0x87,0x2c,0x00,0xa2,0x79,0x06,0x0a,0x00, +0x12,0x0d,0x59,0x1b,0x05,0x0a,0x00,0x50,0x03,0x35,0xff,0x43,0x25,0x32,0x02,0x12, +0x50,0xf7,0x64,0x01,0x24,0x18,0x04,0x0a,0x00,0x00,0xc8,0x00,0x13,0x20,0xce,0x01, +0x70,0x0d,0xff,0xc0,0x01,0x11,0x5f,0xf4,0xcc,0x21,0x12,0xff,0x59,0x53,0x01,0x20, +0x37,0x03,0x30,0x31,0xd1,0xef,0xff,0x7f,0x95,0x55,0x8f,0xf7,0x55,0x50,0x07,0xfe, +0xff,0x1b,0x32,0x00,0x00,0xa3,0x2b,0x12,0x10,0x0a,0x00,0x24,0x3f,0xd3,0x0a,0x00, +0x24,0x0a,0x43,0x0a,0x00,0x24,0x01,0x03,0x0a,0x00,0x1f,0x00,0x0a,0x00,0x0b,0x06, +0xa0,0x8a,0x01,0xee,0x8c,0x00,0x84,0x0a,0x15,0x04,0xa6,0x5c,0x16,0x04,0xb0,0x5c, +0x12,0x11,0xa8,0xb6,0x11,0x11,0x9d,0x8f,0x01,0x0a,0x00,0x05,0x02,0x0f,0x19,0xf9, +0x0a,0x00,0x10,0xf5,0x50,0x00,0x1a,0x0d,0x0a,0x00,0x0d,0x28,0x00,0x00,0xb2,0x40, +0x61,0x2c,0xff,0xff,0xf6,0x11,0x10,0xbe,0xd5,0x02,0xe5,0x58,0x00,0x1f,0x03,0x30, +0x6f,0xf7,0xbf,0xe9,0x0e,0xe0,0x6d,0xff,0xe3,0x0f,0xf6,0x0a,0xff,0xfa,0x30,0x0c, +0xff,0xfc,0x20,0x0f,0x19,0xa8,0x40,0xf4,0x03,0xfe,0x60,0x50,0x00,0x52,0x02,0xbf, +0xa0,0x00,0x40,0xb4,0x00,0x01,0xbc,0x27,0x26,0x1a,0x73,0xe1,0xd4,0x35,0x11,0x11, +0x20,0x62,0x8c,0x21,0xfc,0x10,0x34,0xfd,0x00,0xc2,0x77,0x01,0xd7,0x42,0x51,0xfe, +0x40,0x03,0xef,0xf2,0x44,0xf9,0x31,0xdf,0xf8,0x6f,0x7a,0x02,0x33,0x7b,0x20,0x0b, +0xc2,0x77,0x00,0x0b,0x86,0xf1,0x0d,0xff,0xfa,0x61,0x00,0x00,0x15,0x8b,0xef,0xff, +0xfa,0x9e,0xff,0xff,0xeb,0x91,0x1e,0xff,0xff,0xa5,0x14,0x41,0x49,0xdf,0xff,0xa0, +0x05,0x85,0x20,0x24,0x8c,0x12,0x36,0xff,0x35,0x02,0x76,0x07,0x06,0x0a,0x00,0x71, +0x00,0x16,0x20,0x4f,0xf3,0x02,0x50,0xdc,0x0f,0x51,0xe1,0x3f,0xf2,0x2e,0xf5,0xef, +0xf6,0x60,0x40,0x3f,0xf2,0x0a,0xff,0x60,0xda,0x5b,0x31,0x01,0x5f,0xf2,0xf7,0xe5, +0x70,0xbe,0x30,0x3f,0xff,0xf0,0x00,0x0c,0x28,0x30,0x01,0x87,0x17,0x27,0x01,0x30, +0x38,0x04,0x07,0x0a,0x00,0x06,0xfc,0x0a,0x06,0x0a,0x00,0x20,0x55,0xab,0x10,0x06, +0x21,0xac,0x75,0x04,0x77,0x21,0x4f,0xf4,0x19,0x64,0x00,0x12,0xdd,0x41,0xf4,0x04, +0xff,0x50,0x41,0x8e,0x40,0x4f,0xf4,0x0b,0xfc,0x11,0x1d,0x8f,0x7e,0x84,0x7f,0xf7, +0x49,0xe7,0x44,0x30,0x67,0xb5,0x01,0x02,0x62,0x62,0x12,0xf3,0x19,0x14,0x11,0xef, +0x27,0x97,0x00,0xc4,0xb8,0x51,0xfd,0x5f,0xf5,0xdf,0xe3,0x8a,0x02,0x40,0xe1,0x4f, +0xf4,0x1e,0x5b,0x93,0xc0,0xdf,0xfe,0x20,0x4f,0xf4,0x02,0xef,0xfc,0x40,0x3f,0xff, +0xc1,0x96,0x00,0x51,0x1c,0xff,0xf2,0x06,0xf7,0xa0,0x00,0x00,0xef,0xfb,0x12,0x10, +0x0a,0x00,0x11,0x01,0x3f,0xc0,0x00,0xdf,0x1c,0x20,0x9b,0x10,0x0a,0x00,0x21,0x3b, +0xcd,0xc7,0x11,0x00,0x1f,0x59,0x00,0x31,0x8d,0x83,0x10,0x04,0x59,0xfe,0x55,0x5f, +0xf4,0x20,0x14,0x05,0x02,0x54,0x61,0x01,0x0a,0x00,0x00,0x55,0x82,0x00,0xda,0x36, +0x23,0x33,0x5f,0x31,0xe1,0x30,0xff,0x70,0x5f,0xc0,0x5a,0x00,0x94,0x9c,0x70,0xf2, +0x6f,0xee,0xf4,0x00,0xff,0x30,0x9f,0xb0,0x50,0x7f,0xc9,0xfa,0x04,0xff,0x01,0xff, +0x40,0xbe,0x9f,0xb5,0xff,0x21,0x1c,0xf0,0x01,0xfc,0xfd,0x43,0xaf,0xa0,0xff,0x8f, +0xf5,0x00,0x1e,0xf7,0xfd,0x00,0xdf,0x80,0x9f,0x67,0x26,0x60,0xa5,0xfd,0x01,0xff, +0x50,0x2f,0x85,0x2b,0x60,0x25,0xfd,0x05,0xff,0x10,0x3f,0x2b,0x78,0x51,0x05,0xfd, +0x0a,0xfd,0x04,0x9a,0x01,0xf0,0x01,0x05,0xfd,0x2f,0xf9,0xaf,0xff,0x7f,0xff,0xb2, +0x00,0x05,0xfd,0x9f,0xf7,0xff,0xe3,0xc6,0xdd,0x98,0x05,0xfd,0x09,0x80,0xa8,0x00, +0x00,0x1a,0x90,0x94,0x27,0x16,0xf4,0x0a,0x00,0x20,0x08,0xee,0xae,0xa2,0x00,0x0a, +0x00,0x12,0x09,0x46,0x1e,0x81,0x16,0x6e,0xf9,0x62,0x3c,0xf9,0x35,0xff,0x3d,0x01, +0xd0,0xf1,0x0c,0xf6,0x06,0xfc,0x00,0x00,0x2c,0xcf,0xfd,0xc1,0x0d,0xf5,0x1b,0x80, +0x00,0xe6,0xad,0x80,0x0f,0xf3,0x0e,0xfe,0xdc,0x30,0x00,0x8f,0xed,0xed,0x11,0x3f, +0x50,0xbe,0x60,0xff,0xd0,0x2f,0xf8,0x13,0x35,0xcb,0x7d,0x70,0xfd,0xf6,0x5f,0xfe, +0x00,0x07,0xfc,0xc6,0x4a,0x20,0xe1,0x8f,0x5c,0xa3,0xf0,0x0c,0x00,0x1f,0xee,0xf4, +0x10,0xaf,0xef,0xf2,0x4f,0xf2,0x00,0xaf,0x9d,0xf4,0x00,0xff,0x4d,0xfc,0xcf,0xa0, +0x00,0x7f,0x3d,0xf4,0x05,0xfe,0x03,0xe9,0x01,0x52,0x1a,0x0d,0xf4,0x0b,0xfa,0xa6, +0xe1,0x51,0x0d,0xf4,0x3f,0xf5,0x05,0xa2,0x4e,0xf0,0x0b,0x0d,0xf5,0xdf,0xc0,0x8f, +0xfe,0xcf,0xfe,0x70,0x00,0x0d,0xfa,0xff,0x33,0xff,0xe2,0x07,0xff,0xb0,0x00,0x0d, +0xf4,0x69,0x00,0x4b,0x10,0xf3,0x9f,0x0d,0x92,0x8c,0x19,0xf1,0x0a,0x00,0x10,0xf8, +0x7a,0x61,0x20,0x8f,0xf1,0x4b,0x5a,0x00,0x17,0x4f,0x1a,0xef,0x1e,0x00,0x10,0xf9, +0xd5,0x54,0x11,0x8f,0x14,0x00,0x00,0x96,0x0a,0x0a,0x1e,0x00,0x03,0x99,0x5f,0x11, +0x10,0x69,0x1f,0x20,0x6f,0xf7,0xa4,0x0c,0x08,0xd7,0x5a,0x10,0xee,0x44,0x02,0x02, +0xb5,0x61,0x00,0xf9,0x1e,0x12,0x20,0x3e,0x46,0x32,0x9f,0xf8,0xef,0x44,0xe2,0xb0, +0xe3,0x3f,0xf4,0x1c,0xff,0xe8,0x10,0x3e,0xff,0xfb,0x10,0x82,0x00,0x51,0xff,0xf3, +0x09,0xfc,0x30,0x3c,0xd6,0x42,0x9f,0x70,0x00,0x30,0x10,0x62,0x12,0x02,0x18,0x10, +0x13,0x00,0xea,0xca,0x13,0x5f,0xec,0xce,0x03,0xa7,0x7f,0xa0,0xe0,0x33,0xff,0x73, +0x13,0x33,0x3c,0xfa,0x33,0x32,0x7a,0x01,0x00,0xe7,0x32,0x61,0x00,0x03,0xee,0xff, +0xee,0x1e,0xb1,0x08,0x00,0x5d,0x04,0x13,0xef,0xbe,0x10,0x60,0xe1,0x0e,0xf6,0x2c, +0xf7,0x2a,0xb3,0x33,0xf0,0x28,0xa0,0xef,0x30,0xcf,0x80,0x9f,0xa0,0x0e,0xff,0xef, +0x5e,0xf3,0x0f,0xfe,0x09,0xfa,0x05,0xff,0xf6,0xfb,0xef,0x33,0xff,0xf6,0x9f,0xa0, +0xcf,0xff,0x48,0x1e,0xf3,0x9f,0xcf,0xd9,0xfa,0x5f,0xce,0xf4,0x00,0xef,0x7f,0xf2, +0xdf,0xdf,0xa4,0xf6,0xef,0x40,0x0e,0xfd,0xfa,0x07,0xff,0xfa,0x0b,0xd7,0xca,0x50, +0x49,0x10,0x14,0x9f,0xa0,0xea,0xca,0x11,0xf3,0x1c,0x57,0x20,0x0e,0xf4,0xa6,0x89, +0x23,0x22,0xbf,0x13,0x00,0x33,0x0d,0xff,0xf8,0x13,0x00,0x2f,0x8f,0xea,0xe4,0x6a, +0x08,0x12,0x00,0x9d,0x45,0x10,0xdf,0xa0,0x5b,0x25,0x80,0x0f,0x15,0xb7,0x30,0x04, +0x44,0x47,0x91,0x04,0x01,0xb1,0xbd,0x61,0x5f,0xfd,0x8f,0xe6,0xff,0xb1,0xeb,0x75, +0xf0,0x05,0xd1,0x6f,0xe0,0x6f,0xfe,0x71,0x00,0x2a,0xff,0xfa,0x10,0x5d,0xd0,0x03, +0xef,0xff,0xa0,0x2e,0xff,0xe8,0x6c,0x0a,0x52,0x9d,0xff,0x70,0x04,0x71,0x6f,0x08, +0x11,0x17,0xbe,0x5f,0x04,0x5f,0x93,0x15,0xff,0x4f,0xb9,0x21,0xff,0xb8,0x0e,0x3c, +0x00,0x0a,0x00,0x4b,0x96,0x66,0x66,0x6f,0x1e,0x00,0x04,0xdd,0xdf,0x0f,0xcc,0xbf, +0x01,0x05,0x3c,0x9e,0x14,0x10,0x5f,0x3c,0x02,0x41,0x0d,0x11,0x09,0x67,0xab,0x00, +0x0a,0x00,0x11,0x0a,0xc6,0x2c,0x51,0x02,0x28,0xfe,0x22,0x03,0xcb,0x9a,0x15,0x3f, +0xb1,0x70,0x06,0x0a,0x00,0x43,0x02,0x3f,0xff,0x32,0x05,0xf0,0x32,0x4f,0xff,0xa0, +0x0a,0x00,0x00,0x93,0xfe,0xb0,0x24,0x44,0xbf,0xd4,0x44,0x40,0x00,0xef,0xff,0xef, +0x40,0x39,0x15,0x00,0x26,0xf5,0xf0,0x11,0x6f,0x28,0x82,0xaf,0xc2,0x97,0x00,0x0d, +0xfb,0xfe,0x06,0x1f,0xf2,0xaf,0xc4,0xfe,0x00,0x6f,0xe7,0xfe,0x00,0x5f,0xd0,0xaf, +0xc0,0xff,0x30,0x2f,0x76,0xfe,0x00,0xaf,0x80,0x5a,0x20,0x80,0x08,0x5c,0x2b,0x40, +0x30,0xaf,0xc0,0x5f,0x25,0x13,0xf0,0x02,0x0a,0xfb,0x00,0xaf,0xc0,0x1f,0xf1,0x00, +0x06,0xfe,0x05,0xf3,0x56,0xdf,0xb0,0x0d,0xe2,0x96,0x00,0x52,0x10,0xaf,0xff,0x90, +0x03,0x4e,0xda,0x1a,0x5f,0x26,0xaa,0x00,0xbe,0x2a,0x51,0x04,0xa1,0x00,0x09,0xb5, +0xb3,0x30,0x20,0xcf,0xa0,0x9e,0x36,0x20,0x0d,0xf6,0x54,0x29,0xb0,0x8f,0xd0,0x01, +0x66,0xef,0xa6,0x20,0x0a,0xd4,0x1f,0xf5,0xbc,0x00,0xa3,0xf7,0xee,0xfe,0xef,0xff, +0xee,0x62,0xcc,0xff,0xdc,0x2c,0x70,0x22,0x1f,0xf9,0xd8,0x52,0x25,0x20,0x06,0xeb, +0xdf,0x00,0x00,0x99,0x04,0x51,0x17,0x11,0xa0,0x27,0x01,0x30,0x07,0xff,0xfa,0x2e, +0x83,0x00,0x36,0xf0,0x31,0xff,0x68,0x03,0x2b,0x0c,0x32,0x9f,0xad,0xf6,0x43,0x7f, +0x43,0x06,0xf4,0xdf,0x60,0x2c,0x32,0x06,0x21,0x39,0x30,0xdf,0x60,0x45,0x55,0x00, +0x53,0x54,0x00,0x0d,0xf6,0x0c,0x7a,0x05,0x33,0xdf,0x60,0xcf,0x0e,0x4b,0x1e,0xf6, +0xf0,0x73,0x20,0x05,0xfc,0x3e,0x8f,0x04,0x0a,0x00,0x01,0xd8,0x8e,0x00,0x0a,0x00, +0x51,0x22,0x22,0xbf,0x92,0x22,0x55,0x5e,0x01,0xe8,0x02,0x00,0x43,0x25,0x16,0xfc, +0x0a,0x00,0xe1,0x00,0xc8,0x10,0x3e,0x70,0x00,0x02,0x3e,0xfd,0x32,0x08,0xff,0x30, +0x7f,0xa9,0x1e,0x31,0x30,0x4f,0xf6,0xc7,0x6d,0xd0,0x6f,0xff,0xd4,0xff,0xb1,0x00, +0x11,0xcf,0xe1,0x00,0xbf,0xff,0xfb,0xd8,0x5f,0xf1,0x04,0xde,0x80,0x01,0xff,0xfd, +0xef,0x52,0xff,0x50,0xdf,0xa1,0x00,0x07,0xfb,0xfc,0x8c,0x00,0x9f,0xd6,0xd6,0x34, +0x41,0xfc,0x22,0x00,0x1f,0xdf,0x17,0x11,0xb5,0x37,0xb2,0x00,0x77,0x77,0x11,0x45, +0xcc,0xf8,0x00,0x53,0x41,0x21,0x05,0xfc,0xd1,0x62,0x10,0xb3,0x8c,0x00,0xf0,0x02, +0x01,0x9f,0xff,0x82,0xdf,0xff,0xc3,0x00,0x05,0xfc,0x08,0xff,0xe5,0x00,0x0a,0xff, +0xd1,0xa0,0x00,0x13,0xc7,0x14,0xba,0x0e,0x76,0x40,0x00,0x3e,0x0e,0x51,0x18,0xc0, +0x00,0x07,0xd8,0x0a,0x00,0x20,0x1f,0xf7,0xca,0xdc,0x00,0x0a,0x00,0x20,0x09,0xfe, +0xfa,0x09,0xb3,0x03,0x3f,0xf7,0x31,0x36,0xfb,0x43,0xaf,0xe3,0x20,0x2f,0x7f,0x6c, +0x20,0xff,0xb0,0x0a,0x00,0x01,0x24,0x5f,0x01,0x15,0x57,0x02,0x22,0xe4,0x00,0x5f, +0x20,0x50,0x01,0x11,0xef,0x91,0x11,0xbf,0x1f,0x22,0x90,0x7f,0x09,0x07,0x32,0xef, +0xff,0xf4,0x0a,0x00,0x41,0x05,0xff,0xf9,0xf9,0x7b,0x96,0x00,0x13,0xf5,0x13,0x80, +0x5e,0xe4,0x33,0xce,0xf5,0x0a,0xcc,0x6b,0x14,0x6e,0x0a,0x00,0x81,0x0a,0x0e,0xf5, +0x02,0x33,0x33,0xef,0xa3,0xd7,0xcb,0x04,0x5a,0x00,0x0f,0x0a,0x00,0x0b,0x06,0x10, +0x30,0x00,0x14,0x00,0x23,0xee,0x50,0x0a,0x00,0x51,0x06,0xff,0x42,0x22,0x31,0x0a, +0x00,0x11,0x0e,0x8a,0x11,0x50,0x13,0x3f,0xf7,0x30,0xaf,0x39,0x15,0x20,0x40,0x5f, +0x43,0x3d,0x10,0xf6,0x8a,0x6c,0x00,0x0a,0x00,0x51,0xfd,0xff,0x52,0xef,0xe2,0xc3, +0x52,0x31,0x80,0x9f,0xff,0x36,0xf6,0x01,0x91,0x4c,0x10,0xfa,0xea,0x8d,0x00,0xd5, +0xf1,0x00,0x69,0x08,0x10,0x04,0x7c,0xa4,0x30,0xfc,0x40,0x7e,0xab,0x22,0x20,0xf5, +0x4d,0x4b,0xf7,0x72,0x5b,0xf1,0x2f,0xde,0xf5,0x02,0xef,0x02,0x54,0x32,0x7e,0xf5, +0x00,0x0a,0x00,0x60,0x5f,0x2e,0xf5,0x00,0xef,0x61,0xb9,0x90,0x30,0x08,0x0e,0xf5, +0xec,0x1b,0x02,0x81,0x13,0x53,0x00,0xef,0x84,0x44,0x49,0x0a,0x00,0x02,0x75,0x15, +0x00,0x0a,0x00,0x31,0xdc,0xcc,0xce,0x0a,0x00,0x00,0xb8,0x3b,0x2a,0x06,0xdc,0xeb, +0xcb,0x14,0x05,0x79,0x52,0x04,0x0a,0x00,0x51,0x14,0x4f,0xf7,0x45,0xfe,0x3d,0x66, +0x00,0x59,0x31,0xc1,0xfe,0x6c,0xcc,0xcc,0xcc,0x50,0x6e,0xef,0xff,0xe6,0xfe,0x7f, +0x66,0x12,0xe2,0x3f,0xf8,0x05,0xfe,0x13,0x3d,0xf8,0x33,0x10,0x00,0x9f,0xff,0x85, +0xfe,0xa3,0xc8,0xf1,0x00,0xef,0xff,0xfb,0xfe,0x3d,0xdf,0xfe,0xdd,0x00,0x06,0xff, +0xfa,0xfc,0xfe,0x4f,0xa7,0x47,0xd2,0xff,0xf4,0x85,0xfe,0x01,0x1d,0xf7,0x11,0x00, +0x9f,0xae,0xf3,0x05,0x28,0x00,0xe1,0x8f,0x3e,0xf3,0x05,0xfe,0x7b,0xbf,0xfd,0xbb, +0x60,0x19,0x0e,0xf3,0x05,0xaf,0x90,0x20,0x80,0x00,0x0a,0x00,0x11,0x24,0x97,0x80, +0x00,0x82,0x00,0x02,0x0b,0x47,0x04,0x8c,0x00,0x19,0xf4,0x0a,0x00,0x0e,0x04,0x99, +0x20,0x0e,0xf3,0x0d,0x5d,0x04,0x0a,0x00,0x12,0x2f,0x55,0x53,0x00,0xbb,0x46,0x00, +0x80,0x45,0x71,0x16,0x6f,0xf8,0x50,0x0b,0xff,0x4c,0xf7,0x6d,0x40,0xff,0xd1,0xdf, +0xf4,0x27,0x6c,0x41,0x3b,0xcf,0xfc,0xce,0x7c,0x74,0x80,0xf4,0x00,0x5f,0xf5,0xdf, +0xfe,0xff,0xff,0x85,0xd1,0x30,0x9f,0xfe,0x4e,0x3c,0x2c,0x32,0x53,0x70,0x00,0xcf, +0xea,0x01,0x04,0x0b,0xf0,0x00,0xfe,0xf4,0x35,0x03,0xb7,0x00,0x9a,0x30,0x09,0xff, +0xf7,0xd1,0xfe,0x02,0xfc,0xc8,0x21,0xf1,0x16,0xee,0xf3,0x10,0xcf,0x30,0xff,0x06, +0xfb,0x00,0x5f,0x8e,0xf3,0x00,0x8f,0x70,0xdf,0x1b,0xf4,0x00,0x0e,0x2e,0xf3,0x00, +0x5f,0xa0,0xbf,0x6f,0xd0,0x00,0x02,0x0e,0xf3,0x00,0x2a,0x50,0x10,0x9f,0xd6,0x57, +0x93,0x01,0x11,0x11,0x12,0xfe,0x21,0x10,0x00,0x0e,0xa8,0xda,0x15,0xc0,0x0a,0x00, +0x17,0xb0,0xc8,0x00,0x10,0x0f,0xda,0xb4,0x00,0x1c,0x2c,0x00,0xb9,0xb2,0xa3,0x9b, +0xff,0xa9,0xdf,0xe9,0x90,0x00,0x0f,0xf4,0x08,0x85,0x0d,0x80,0x3f,0xf7,0x33,0x58, +0xff,0x65,0xcf,0xc5,0xd5,0x37,0x70,0xf1,0x34,0xaa,0x33,0x7a,0x83,0x00,0x0a,0x00, +0x04,0xac,0x28,0x10,0xf5,0xce,0x29,0x20,0x7a,0xff,0x0c,0x03,0x00,0xce,0x29,0x11, +0x9b,0x21,0xa8,0x13,0x80,0x1e,0x00,0x40,0xef,0xff,0xf2,0xff,0x2e,0xf4,0x00,0x87, +0xd8,0x12,0xf8,0x14,0x00,0xd0,0x0b,0xff,0xf5,0xb0,0x99,0x9a,0xff,0xa9,0x99,0x00, +0x4f,0xef,0xf4,0xbc,0x89,0x73,0x32,0x22,0x20,0x5f,0x7f,0xf4,0x0e,0x34,0x7e,0xa0, +0x1f,0xf4,0x0b,0xcc,0xdf,0xff,0xfe,0xcc,0xc0,0x01,0xe1,0x3f,0x22,0xbf,0xf9,0x6a, +0x58,0xf0,0x00,0x03,0x8e,0xff,0x60,0xaf,0xfc,0x60,0x00,0x0f,0xf4,0x5f,0xff,0xe5, +0x00,0x0b,0x24,0x2b,0x30,0xf4,0x0b,0xb6,0xc4,0x07,0x19,0x60,0xf1,0x2f,0x00,0xf1, +0x22,0x11,0x6f,0x6f,0x2f,0x00,0x0d,0x2c,0x11,0x7f,0x0a,0x00,0x12,0x05,0x8d,0x42, +0x00,0x61,0x87,0x60,0xdd,0xff,0xdd,0xef,0xfd,0x60,0xf1,0x2f,0x01,0x28,0x00,0x00, +0xc8,0x00,0x13,0xbe,0x76,0x02,0x33,0x5f,0xf2,0x0e,0x0a,0x00,0x33,0xaf,0xfb,0x00, +0x9f,0x52,0x00,0xe6,0x23,0x01,0x0c,0x18,0x10,0x04,0x15,0x34,0x30,0xa9,0xff,0xa9, +0x69,0x2b,0xc2,0xf8,0xf6,0xff,0x86,0xff,0x87,0xff,0x30,0x4f,0xcf,0xf2,0x80,0x1e, +0x00,0x60,0x8f,0x6f,0xf2,0x00,0xff,0x20,0x96,0x22,0x42,0x2d,0x1f,0xf2,0x00,0x14, +0x00,0xb0,0x02,0x0f,0xf2,0x00,0xab,0xfb,0xaa,0xbf,0xba,0x20,0x00,0x7e,0x14,0x50, +0xfd,0x20,0x9f,0xb1,0x00,0x79,0x39,0x50,0xcf,0xf9,0x00,0x4f,0xfe,0xfb,0x39,0x10, +0x3f,0x0e,0x5d,0x70,0xdf,0xf1,0x00,0x0f,0xf2,0x09,0xa1,0x65,0x4c,0x0c,0xbd,0x3b, +0x41,0x6d,0x90,0x00,0x00,0xce,0xe1,0x23,0x0a,0xfa,0x45,0x1b,0x50,0xe0,0xdf,0x81, +0x11,0x10,0xf2,0x17,0x20,0x98,0x1f,0x2d,0xfb,0x51,0xef,0x72,0x00,0x8b,0x55,0x49, +0x99,0xf0,0x16,0xff,0xf2,0x0e,0xf4,0xbf,0xa1,0x11,0x8f,0xb0,0xef,0xef,0xc3,0xff, +0x4f,0xf6,0xff,0x0b,0xf7,0x0e,0xf7,0xef,0xdf,0xaa,0xfc,0x3f,0xf0,0xff,0x20,0xef, +0x65,0xff,0xf4,0x07,0x33,0xff,0x1a,0xb0,0x53,0x54,0x02,0x45,0x87,0x20,0xef,0x60, +0xd1,0x54,0x01,0xa4,0xb1,0x00,0xee,0x22,0x10,0x9f,0xa4,0x04,0x60,0x7e,0xfa,0xff, +0x60,0x0e,0xff,0x45,0x2a,0x50,0xfe,0x0a,0xfc,0x04,0xff,0x0d,0xd8,0xf2,0x00,0xdf, +0x40,0x3a,0x20,0xbf,0xb6,0xff,0x10,0x0e,0xf8,0x52,0x22,0x22,0x6f,0xf4,0x2a,0x6e, +0x73,0xff,0xef,0xfb,0x00,0x4f,0xfb,0x0e,0x2a,0x2b,0x21,0x6f,0x90,0x35,0x40,0x13, +0x30,0xfd,0x9c,0x06,0xcd,0xe9,0x0f,0x0a,0x00,0x09,0x24,0x05,0x99,0x0a,0x00,0x28, +0x09,0xfe,0x0a,0x00,0x00,0x6c,0x4a,0x03,0x0a,0x00,0x01,0x3b,0x02,0x01,0x0a,0x00, +0x01,0xf5,0x1c,0x0b,0x28,0x00,0x0f,0x0a,0x00,0x19,0x33,0x06,0x6c,0xff,0x8c,0xeb, +0x15,0x2f,0x7e,0x17,0x16,0x2f,0xdf,0x63,0x04,0x77,0x9d,0x26,0x30,0x05,0x48,0xc8, +0x14,0xee,0x1c,0xeb,0x09,0x1b,0xee,0x04,0x0a,0x00,0x24,0x02,0x33,0x0a,0x00,0x28, +0x09,0xfd,0x0a,0x00,0x02,0x82,0x11,0x03,0x0a,0x00,0x12,0xf8,0x0a,0x00,0x11,0xfe, +0xe8,0x52,0x0a,0x28,0x00,0x0f,0x0a,0x00,0x06,0x60,0x05,0x5c,0xfe,0x55,0x5c,0xfe, +0x14,0x18,0x0f,0x85,0x23,0x02,0x00,0x2b,0x08,0x02,0xb8,0xea,0x0f,0x0a,0x00,0x0b, +0x21,0xcd,0x52,0x0a,0x00,0x11,0x24,0xc7,0xa5,0x60,0x50,0x08,0xfe,0x05,0xff,0x40, +0x0a,0x00,0x63,0xff,0x98,0xff,0x9f,0xff,0xa0,0x0a,0x00,0x21,0xff,0xe5,0x1e,0x00, +0x20,0x74,0x28,0x2e,0x13,0x00,0x0a,0x00,0x22,0x40,0x08,0x27,0xfb,0x14,0x62,0x46, +0x00,0x0f,0x0a,0x00,0x08,0x24,0x07,0x30,0x0a,0x00,0x20,0x0c,0xf7,0x0a,0x00,0x20, +0xbc,0x78,0x32,0x08,0x10,0x15,0xa6,0x00,0x60,0x97,0xff,0x65,0x6f,0xf3,0x4f,0x39, +0x29,0x11,0x54,0x98,0x5b,0x6d,0xfd,0xa7,0x41,0x00,0x00,0x8e,0xe2,0x4b,0x03,0x5b, +0x2a,0x50,0x2a,0xa2,0x00,0xcf,0xd4,0x6e,0x05,0x00,0xc1,0x63,0x02,0x3f,0x01,0x21, +0x3f,0xf3,0x29,0x1c,0x11,0x70,0x13,0x00,0x01,0x26,0x00,0x00,0x7e,0x65,0x65,0xdf, +0xc2,0x22,0x22,0x22,0x0f,0xd5,0x0b,0x07,0xdd,0xc4,0x61,0x04,0x10,0x2f,0xf7,0x00, +0x02,0x66,0x4e,0x50,0x51,0xff,0x60,0x00,0xdc,0x20,0x7f,0x00,0x26,0x79,0x10,0x9f, +0xae,0x89,0x80,0xe1,0x01,0xff,0x60,0x6f,0xfd,0x00,0x05,0xb4,0xe0,0x10,0xf7,0x0f, +0xe3,0x20,0x08,0xd1,0x55,0x27,0x03,0x4f,0xf0,0x12,0x5b,0x98,0x48,0x22,0x03,0x5a, +0xec,0x9c,0x10,0x09,0x79,0x16,0x12,0x60,0xde,0x0f,0x13,0xfd,0x26,0xcf,0x2c,0x97, +0x30,0x46,0x99,0x07,0xa9,0x0e,0x70,0x04,0x44,0xbf,0xf4,0x44,0x4c,0xfd,0x16,0xa8, +0x00,0x0d,0xe3,0x04,0xbb,0xd0,0x44,0x73,0x32,0x0a,0xfb,0x46,0x0e,0x42,0x9a,0xfb, +0x00,0xbb,0x94,0x7e,0x30,0x6a,0xfb,0x2d,0x76,0x20,0x90,0xb0,0x02,0xff,0x2a,0xfe, +0xff,0xf9,0x00,0x1d,0x99,0x01,0x10,0x0a,0x82,0x41,0x61,0x1c,0xf7,0xec,0x2e,0xf9, +0x0a,0x57,0x10,0x10,0x55,0x5a,0x41,0x13,0xfb,0x75,0x61,0x33,0x90,0x0a,0xfb,0x54, +0x1d,0x30,0x10,0x0a,0xfb,0xb3,0x8b,0x60,0x01,0xcf,0xf6,0x00,0x0a,0xfc,0x4b,0x04, +0xc2,0x4d,0xff,0x80,0x00,0x09,0xfd,0x22,0x4f,0xf0,0x0b,0xff,0xf9,0x7b,0x5f,0x41, +0xc0,0x05,0xfd,0x40,0xe0,0x0c,0x2b,0xfd,0x30,0x40,0x63,0x01,0xc4,0x3a,0x00,0x3a, +0x01,0x24,0xb3,0xc8,0x0a,0x00,0x40,0xb7,0xfb,0x3f,0xf0,0x1b,0x0b,0xa3,0xf4,0x22, +0x1a,0xfc,0x9f,0xf7,0x77,0x40,0x00,0x4f,0x67,0x98,0x10,0x90,0xc9,0x11,0x00,0xf9, +0xc2,0x21,0xbb,0x70,0x85,0x01,0x11,0x80,0xc0,0x24,0x50,0xff,0x31,0xcf,0xae,0x10, +0x0a,0x00,0xd2,0x07,0xfb,0x00,0xef,0x56,0x55,0x7f,0xf6,0x55,0x51,0x1e,0xf6,0x41, +0xe0,0x97,0xe0,0xf4,0x7f,0xda,0xfd,0xfb,0x7c,0xcd,0xff,0xff,0xcc,0xc3,0x0c,0x5b, +0xff,0x59,0xf7,0x00,0xd2,0xa5,0x00,0x5f,0x48,0x12,0x7f,0x37,0x26,0x71,0xaf,0xa0, +0x03,0xff,0xaf,0xfb,0xfa,0x5d,0xce,0xf4,0x17,0x4f,0xfb,0x3f,0xf2,0xff,0x90,0x00, +0x4e,0xf9,0x08,0xff,0xd1,0x3f,0xf0,0x8f,0xf7,0x08,0xff,0xd0,0x09,0xfc,0x10,0x3f, +0xf0,0x0b,0xd1,0x0b,0xfc,0x10,0x00,0x70,0x00,0x3f,0xf0,0x01,0x20,0x00,0x70,0xb4, +0x00,0x09,0x20,0x24,0x00,0x2e,0xa5,0x03,0xfc,0xad,0x21,0xb0,0xdf,0x24,0x10,0x42, +0xef,0xff,0xb6,0x00,0x0a,0x00,0x00,0x2a,0x7e,0x11,0xdf,0xce,0x8f,0x81,0xff,0x61, +0x11,0x00,0xff,0x40,0x4f,0xe0,0x64,0x0c,0x33,0x32,0xff,0x10,0x0a,0x00,0x90,0x3b, +0xfc,0x00,0x3f,0xf9,0x91,0x00,0xff,0x50,0x8b,0x5c,0x30,0x0c,0xff,0xf3,0x28,0x00, +0x70,0x2e,0x70,0x00,0x00,0x23,0x30,0x00,0x86,0xda,0x64,0xee,0xee,0xee,0xec,0x30, +0x00,0x51,0x3b,0x01,0x35,0x98,0x50,0x04,0xed,0x11,0x1a,0xfc,0xd2,0x0c,0xf0,0x03, +0x25,0x30,0xef,0x50,0x2f,0xf7,0x00,0x27,0xff,0xef,0xff,0x70,0x7f,0xf3,0xdf,0xe1, +0x00,0x7f,0xa8,0x3e,0x21,0x0d,0xff,0xc8,0x07,0x10,0xa4,0xe9,0x73,0x12,0xfd,0xfa, +0x0c,0x00,0xff,0x4d,0x10,0xe6,0x3c,0x00,0x40,0x01,0xef,0xff,0xe6,0x72,0xea,0x00, +0xcb,0x96,0x51,0xe7,0x00,0x06,0xdf,0xa0,0xfb,0xed,0x00,0x67,0x02,0x15,0x10,0x3f, +0x34,0x22,0x0e,0xf9,0x04,0x00,0x0f,0x09,0x00,0x07,0x23,0x08,0x90,0x09,0x00,0x22, +0x7f,0xf6,0x09,0x00,0x30,0x07,0xff,0xf9,0x79,0x02,0x51,0x2e,0xf9,0x9f,0xff,0x60, +0x09,0x00,0x00,0xea,0x39,0x50,0x0e,0xfb,0x55,0x55,0x0e,0x41,0x12,0x01,0x24,0x00, +0x2f,0xff,0x80,0x51,0x00,0x08,0x23,0x06,0xa2,0x09,0x00,0x00,0x22,0x54,0x20,0x02, +0x8c,0x63,0x00,0xf0,0x09,0xfc,0x0f,0xfd,0xcf,0xff,0x0e,0xf9,0x00,0x0a,0xfb,0x3f, +0xff,0xff,0xfb,0x0d,0xfd,0x65,0x6f,0xf7,0xbf,0xff,0xd7,0x10,0x09,0xc8,0x13,0x21, +0x4f,0xb4,0x4c,0x57,0x26,0xfd,0x50,0xb7,0x03,0x23,0x29,0x20,0xe4,0x0d,0x00,0x6d, +0xff,0x03,0x0a,0x00,0x42,0xdf,0xff,0x71,0x55,0x0a,0x00,0x80,0x05,0xee,0x14,0xff, +0x00,0xff,0x50,0x11,0xc8,0x32,0x71,0x04,0xff,0x00,0xff,0x78,0xef,0x70,0x74,0x21, +0x11,0x01,0x13,0x7d,0xd0,0xb4,0x00,0x04,0xff,0xbf,0xff,0xfb,0xdf,0x80,0x1f,0xff, +0xc2,0x3a,0xb9,0x09,0xf0,0x01,0xbf,0x80,0x02,0x9f,0xe4,0xff,0xff,0xa3,0xff,0x50, +0xcf,0x80,0x00,0x03,0x30,0xcd,0x3c,0x00,0x00,0x42,0xdc,0x10,0x10,0x3c,0x00,0x10, +0x61,0x25,0x1b,0x10,0xac,0x50,0x00,0x11,0xaf,0xfa,0xa5,0x51,0x74,0xff,0x00,0xff, +0x6f,0xd3,0xe1,0x60,0x14,0xff,0x00,0xdd,0x41,0x03,0x3f,0x81,0x11,0x04,0x0c,0xfd, +0x40,0xc2,0x00,0x9f,0xf2,0x23,0x2c,0x00,0x9a,0xe1,0xa1,0xff,0xa0,0x02,0xff,0x73, +0x22,0x23,0x9f,0xf0,0x06,0x80,0x0b,0x01,0xcf,0x02,0x60,0x48,0x00,0x00,0x3c,0xef, +0xff,0x08,0x18,0x16,0x11,0x94,0x2c,0x11,0x81,0x20,0x0e,0x00,0x08,0x6f,0x33,0xfe, +0x40,0x3f,0x84,0xeb,0x71,0xfe,0x10,0x4f,0xf3,0x34,0xff,0x30,0xd2,0x68,0x22,0x7f, +0xe0,0x14,0x9b,0x00,0xb3,0x45,0x82,0x01,0xff,0x85,0x61,0x09,0xb4,0x00,0x5e,0xd3, +0x0b,0x50,0x3f,0xff,0xc3,0x9f,0xe4,0x44,0x8a,0x71,0xe4,0x02,0xaf,0xf2,0x0a,0x54, +0x44,0xfa,0x03,0x34,0x03,0x40,0x0f,0x52,0x20,0x24,0x10,0x0f,0x22,0x8c,0x20,0xab, +0x02,0xbb,0x46,0x11,0xf2,0xaa,0x61,0x51,0xbf,0xe2,0x04,0xff,0xa0,0xf2,0x28,0x40, +0x1e,0xff,0x7f,0xfd,0xdc,0x03,0x10,0xf6,0xd8,0x12,0x12,0xe2,0x33,0xe7,0x20,0x28, +0xef,0x94,0x6f,0x40,0x07,0xff,0x42,0x9d,0xb0,0xa5,0x90,0xfe,0xb2,0x03,0xdc,0x00, +0xdf,0xfe,0x81,0x01,0x0a,0x2c,0x40,0x02,0x00,0x48,0x30,0x11,0x1b,0x41,0x10,0x00, +0x2a,0x20,0x52,0x0e,0x00,0x54,0x04,0x13,0xa1,0xc1,0x0f,0x33,0x4d,0xff,0xd0,0x19, +0x0f,0x25,0x07,0xf3,0xde,0x0f,0x22,0x0e,0xff,0xa4,0x44,0x03,0x72,0x23,0xf0,0x05, +0xf6,0x0a,0xf9,0x10,0x0e,0xf8,0x59,0xff,0x55,0xff,0x61,0xef,0xff,0x70,0xef,0x40, +0x6f,0xe0,0x0e,0xf6,0x52,0x02,0x12,0xf4,0x89,0x1c,0x86,0x28,0x00,0xef,0x85,0x9f, +0xf5,0x5f,0xf6,0x39,0x00,0x42,0x00,0x05,0x10,0xef,0xdc,0x1d,0x33,0x01,0xfd,0x2e, +0x26,0x00,0x23,0x9f,0xf1,0x39,0x00,0x23,0x2f,0xf8,0x39,0x00,0x23,0x0c,0xfe,0x5f, +0x00,0x14,0x05,0x10,0xed,0x60,0x60,0x09,0xe0,0x00,0xef,0x85,0x64,0x9c,0x22,0x00, +0x01,0x2b,0x11,0x10,0xcd,0xb5,0x2f,0x05,0x87,0x24,0x10,0xa1,0xf4,0x1c,0x00,0x14, +0x2c,0x43,0xaf,0xfe,0x40,0x4f,0xdf,0xcd,0x51,0xef,0x50,0x4f,0xf3,0x33,0x9e,0x78, +0x10,0x25,0xe2,0x1f,0x24,0x6f,0xe0,0xc6,0x24,0x00,0xd6,0xe9,0x11,0xd4,0xc7,0x40, +0x00,0x02,0x7b,0x40,0xff,0xb1,0x5f,0xfd,0x0b,0x21,0x40,0xd2,0x01,0xaf,0xf7,0xf6, +0x90,0x10,0x0b,0xf0,0xbd,0x20,0x70,0x1c,0x25,0xc9,0x15,0x22,0x03,0x59,0x00,0x03, +0x02,0x24,0x6c,0x03,0x94,0xa5,0x70,0xff,0x93,0xff,0x21,0x11,0x16,0xff,0x62,0xcd, +0x32,0x23,0xff,0x10,0xd9,0xf7,0x23,0xf9,0x03,0x0a,0x00,0xc3,0xdf,0xf1,0x03,0xff, +0x54,0x44,0x48,0xff,0x10,0x09,0xff,0x70,0x32,0x00,0x00,0xf9,0x82,0x01,0x55,0x1a, +0x41,0x10,0x00,0x53,0x00,0x28,0x00,0x63,0xee,0x10,0x00,0x09,0x30,0x00,0x3e,0x72, +0x33,0x9f,0xfb,0x20,0x0a,0x00,0x10,0x3c,0x39,0x14,0x03,0x8e,0x2f,0x14,0x44,0xc9, +0x26,0x03,0x86,0x16,0x10,0x20,0x22,0x59,0x60,0x44,0x48,0xff,0x54,0x44,0x00,0x6d, +0x42,0x02,0x28,0x00,0x00,0x27,0x47,0x03,0x32,0x00,0x34,0x2b,0xf4,0x1f,0xa2,0x80, +0x03,0xb8,0x1b,0x00,0x14,0x96,0x41,0x04,0x44,0xaf,0xf7,0x46,0x02,0x20,0x3f,0x50, +0x0d,0x02,0x03,0x0d,0xb0,0x41,0xff,0x50,0x5d,0x50,0x86,0xd0,0x50,0x0d,0xfc,0x00, +0x9f,0xe1,0x9c,0xa4,0x00,0x76,0x89,0x20,0x0e,0xfb,0x52,0x79,0x50,0x04,0xff,0xea, +0xbd,0xff,0x30,0x8c,0x02,0xb8,0x32,0x00,0x42,0xff,0x50,0x20,0x02,0xfd,0xb8,0x64, +0x1d,0xb3,0x11,0x03,0x8a,0x0c,0x00,0xe8,0x80,0x24,0x3a,0x20,0x0b,0x6b,0x24,0xdf, +0xf8,0x0a,0x00,0x30,0x6e,0xff,0x63,0xf2,0x8e,0x53,0x34,0x20,0x00,0x01,0xab,0x12, +0x84,0x05,0x1d,0x26,0x00,0x2c,0xa3,0xa0,0x0f,0xf4,0x06,0xff,0x00,0xdf,0x80,0x0b, +0xf9,0x10,0x0a,0x00,0xc0,0x02,0xff,0x20,0x2e,0xff,0xf4,0x0f,0xf6,0x27,0xff,0x22, +0x45,0x04,0x2d,0x13,0x0f,0x8d,0x54,0x12,0x03,0xf1,0x2e,0x12,0xfb,0xff,0x2b,0x11, +0xfa,0x69,0x54,0x80,0x01,0xc2,0x2f,0xf4,0xff,0x50,0x9f,0xf0,0xdb,0x1d,0x42,0x4f, +0xf0,0xbf,0xe4,0x8a,0x04,0x51,0x7f,0xd0,0x2f,0xff,0xfd,0x98,0x55,0x32,0xcf,0x90, +0x06,0xe7,0xce,0x40,0xb1,0xff,0x40,0x4e,0xbb,0x2b,0xf0,0x0a,0x08,0xff,0x39,0xff, +0x5b,0xff,0xfa,0xff,0xfd,0x71,0x09,0xfb,0x0e,0xf9,0xbf,0xfd,0x30,0x3d,0xff,0xd0, +0x00,0x42,0x01,0xa1,0x1c,0x5b,0x2d,0x08,0xf6,0x1a,0x10,0x37,0x2a,0x89,0x11,0xd2, +0x8c,0x03,0x11,0xe6,0xc6,0xd0,0x01,0xee,0x29,0x04,0x74,0xe1,0x80,0x01,0xad,0x13, +0x33,0x34,0xfa,0x43,0x33,0xf2,0x2b,0x05,0x13,0xa9,0x04,0x1d,0xa9,0x24,0x0a,0xd5, +0xfd,0xf4,0x33,0x3f,0xff,0xc2,0x0a,0x00,0x34,0x03,0xcf,0xf2,0x86,0xa2,0x22,0x06, +0x70,0x74,0xe1,0x05,0x27,0x55,0x00,0x4c,0x03,0x23,0x89,0x06,0xe6,0x00,0x00,0x61, +0x28,0x02,0x28,0x00,0x24,0x0a,0xfe,0x32,0x00,0x24,0x4f,0xf6,0x0a,0x00,0x80,0xdf, +0xd0,0x11,0x11,0x17,0xff,0x21,0x11,0x2a,0xac,0x13,0xdf,0x50,0x27,0x33,0xfa,0x00, +0xdf,0xf0,0x2c,0x16,0x22,0x03,0xee,0x05,0x01,0x00,0x11,0x17,0x0d,0xce,0x01,0xdf, +0x01,0x41,0xd4,0x00,0xaf,0xd2,0x00,0x18,0x31,0x7f,0xff,0x92,0x6e,0x00,0x54,0x20, +0x00,0x02,0xcf,0x6d,0x82,0x00,0x20,0x04,0xcf,0xcb,0x19,0x11,0xf5,0x36,0x03,0x21, +0xdf,0xe3,0x06,0x33,0x70,0xe7,0x00,0x26,0x0b,0xff,0xbf,0xfa,0xa9,0x59,0x32,0xe5, +0x00,0x01,0x39,0x04,0x40,0x8f,0xf4,0x04,0x9f,0x94,0xb8,0x81,0x40,0x00,0x02,0x63, +0xff,0xff,0xf8,0x16,0x8b,0x2e,0xc4,0x01,0xcf,0xc6,0x10,0x00,0x03,0x8c,0xe0,0x00, +0x00,0x4e,0x6f,0x50,0x00,0x22,0xcf,0xce,0x0a,0x00,0x00,0x5c,0x59,0x12,0xf6,0x5b, +0xa0,0x43,0x0e,0xfc,0x0e,0xf4,0xef,0xec,0x40,0xf4,0x0e,0xf8,0x44,0xa2,0x0f,0x12, +0x02,0x56,0xd2,0x00,0x6d,0xce,0x42,0xef,0x20,0x0e,0xfd,0x94,0x25,0x24,0x16,0x00, +0x28,0x00,0x15,0x10,0x1a,0xd1,0x10,0xe7,0x46,0x16,0xf2,0x01,0xf4,0x0c,0xf7,0x02, +0xbf,0xfc,0x00,0xff,0x30,0xef,0x40,0xcf,0x70,0x00,0x5e,0x30,0x13,0x00,0x01,0xdb, +0x13,0x01,0x13,0x00,0x23,0x12,0x00,0x26,0x00,0xf0,0x07,0x0b,0xf9,0x10,0xdb,0xff, +0x93,0xef,0xe6,0xcf,0x71,0xdf,0xfe,0x3f,0xef,0xff,0xae,0xff,0xed,0xf7,0x00,0x6f, +0x85,0xc7,0x4d,0x00,0x11,0xae,0x70,0x20,0xcf,0x7f,0xfb,0xff,0xf9,0xff,0x64,0xeb, +0xc1,0xe3,0xff,0x6e,0xff,0x5e,0xff,0x70,0x00,0x96,0x25,0x4f,0xf0,0x4c,0x00,0x10, +0x1f,0x6a,0x04,0x00,0x4c,0x00,0x01,0x64,0xab,0x00,0x13,0x00,0x00,0x1c,0xbf,0x11, +0xf8,0x13,0x00,0x50,0x3f,0xf4,0x05,0xff,0x30,0x13,0x00,0x20,0x0a,0xfe,0x58,0x7c, +0x00,0x13,0x00,0x51,0xaf,0x80,0x2e,0xf6,0x00,0x26,0x00,0x30,0x31,0x00,0x1b,0xc4, +0x05,0x2b,0xcf,0x70,0xed,0xd1,0xd0,0x01,0x49,0xc1,0x00,0x02,0xff,0xd4,0x01,0x46, +0x8a,0xdf,0xff,0xfd,0x6d,0xd1,0x10,0x4a,0xc5,0x02,0x10,0x72,0xd9,0x8b,0x35,0x04, +0xec,0xaa,0xc3,0x77,0x02,0x73,0x70,0x00,0xee,0x50,0x10,0x25,0x54,0xe3,0x44,0x0a, +0xd6,0x00,0x9f,0x31,0x0c,0x23,0xd3,0x9f,0xd6,0x88,0x23,0xaf,0xf2,0x1e,0x00,0x01, +0xed,0x51,0x04,0x32,0x00,0x41,0x01,0x33,0x36,0xff,0x9b,0xcf,0x12,0xc7,0x48,0x0c, +0x00,0x1d,0xb1,0x13,0x35,0x0a,0x00,0x22,0x0e,0xfb,0x32,0x13,0x43,0x10,0x00,0x8f, +0xf2,0x0a,0x00,0x50,0x03,0xff,0x90,0x05,0xfd,0x9c,0xe8,0x43,0x10,0x0d,0xfe,0x10, +0x32,0x00,0x34,0x07,0xf6,0x00,0x3c,0x00,0x12,0x30,0x64,0x13,0x21,0xee,0x10,0xa8, +0x3b,0x21,0x05,0x94,0xfb,0x5c,0x13,0xa1,0x09,0x86,0x30,0x02,0xcf,0xfe,0xbe,0x29, +0x74,0x65,0x55,0x40,0x00,0x06,0xfd,0x8f,0x4c,0x04,0x82,0x32,0x6c,0xcd,0xff,0xec, +0xce,0xdc,0xb0,0xeb,0xc2,0x00,0xf8,0x0e,0x20,0x08,0xd7,0x7d,0x65,0x83,0x23,0x6f, +0xfa,0x00,0x1e,0xff,0xe4,0x2f,0x65,0x91,0xe0,0x8f,0xf4,0x0f,0xff,0xfe,0xdc,0xba, +0xbf,0xe0,0x00,0x02,0x70,0x04,0x32,0xb6,0x85,0x11,0x20,0xba,0x01,0x40,0x1b,0xf5, +0x5f,0xd0,0x3c,0x76,0x13,0x01,0x0a,0x00,0x71,0x01,0xff,0x61,0xff,0x0b,0xf5,0x5f, +0x25,0xae,0x12,0x13,0x0a,0x00,0x00,0x84,0xec,0xf1,0x19,0xfd,0x0b,0xf5,0x5f,0xd1, +0x20,0x00,0xcf,0xf1,0x0e,0xf9,0x0b,0xf5,0x5f,0xd2,0xf5,0x06,0xff,0x80,0x9f,0xf2, +0x0b,0xf5,0x5f,0xd3,0xf6,0x0b,0xfe,0x05,0xff,0xa0,0x0a,0xe5,0x4f,0xfe,0xf4,0x00, +0xa6,0x00,0x9b,0xce,0x1d,0x0f,0x64,0x6f,0x02,0x22,0x0a,0xb2,0x30,0x01,0xf0,0x0e, +0xfc,0x04,0xff,0xf7,0xdf,0xff,0xff,0xf1,0x11,0x1f,0xc0,0x19,0xff,0xbd,0xfa,0xaa, +0xef,0x1d,0xf1,0xfc,0x00,0x03,0xc1,0xde,0x03,0x1c,0xf1,0xdf,0x1f,0x32,0x30,0xc0, +0xe4,0xf5,0xcf,0x1d,0xf1,0xfc,0x02,0x40,0x00,0xde,0x4f,0x5c,0x13,0x00,0x23,0xcf, +0xb2,0x13,0x00,0x33,0x1b,0xff,0xf1,0x13,0x00,0x23,0x05,0xe7,0x13,0x00,0x24,0x00, +0x01,0x26,0x00,0x05,0x39,0x00,0x33,0x00,0x0a,0x80,0x13,0x00,0x51,0x01,0xff,0x5d, +0xe5,0xf4,0x13,0x00,0x50,0x6f,0xf0,0xde,0x7f,0x3c,0x13,0x00,0xe0,0x0c,0xfa,0x02, +0x2b,0xe2,0x10,0x01,0x21,0xfc,0x02,0xff,0x50,0x03,0xfd,0x1d,0x47,0xf6,0x0e,0xc0, +0x8f,0xf0,0x03,0xef,0x2a,0xf8,0x00,0x01,0xfc,0x0d,0xfa,0x06,0xff,0x60,0x0d,0xf3, +0x8f,0xff,0xa0,0x07,0x30,0x1d,0x50,0x00,0x49,0x13,0xfe,0xb1,0xbf,0x00,0x00,0x53, +0x08,0xa0,0x20,0x02,0xff,0x30,0x14,0x00,0x01,0xef,0xe4,0x0a,0xc5,0x56,0x10,0x8f, +0x15,0x0a,0xa0,0x58,0xff,0x22,0xff,0x30,0xef,0xa0,0x00,0x02,0xdc,0xec,0xec,0x11, +0x36,0x75,0xce,0x60,0x00,0x9f,0x72,0xff,0x37,0xe9,0xb9,0x55,0x93,0x01,0x55,0x46, +0xff,0x64,0x45,0x10,0x0a,0xfa,0xab,0x84,0x00,0x92,0x48,0x13,0x06,0x0b,0x6a,0x43, +0x3d,0xe2,0x06,0xfe,0x4f,0x09,0x21,0x20,0x06,0x86,0x06,0x02,0x0a,0x00,0x03,0x29, +0x6a,0x30,0xcb,0x06,0xfe,0x73,0xa4,0x53,0x50,0x00,0x03,0xff,0x46,0x28,0x00,0x24, +0x0b,0xfd,0x1e,0x00,0x24,0x3f,0xf6,0x0a,0x00,0x23,0xbf,0xf0,0x46,0x00,0x11,0x03, +0x77,0x86,0x51,0x02,0x33,0xff,0x50,0x07,0x7c,0xa6,0x10,0x07,0x9a,0x06,0x20,0x57, +0x00,0x14,0x00,0x28,0xfe,0xc6,0xe6,0xb4,0x31,0xbf,0xa1,0x0f,0xc1,0x68,0x00,0x35, +0x0c,0x10,0x4f,0x59,0x38,0x00,0xde,0x15,0x33,0xed,0x0f,0xf5,0x61,0x97,0x25,0x11, +0x0f,0x25,0x97,0xa3,0x0f,0xfc,0xbb,0xbb,0xbd,0xfc,0x00,0x04,0xc3,0x00,0x1e,0x00, +0x43,0x0e,0xff,0x90,0x0f,0xdb,0x7d,0x21,0xdf,0xf5,0xa9,0x8c,0x73,0xda,0x00,0x00, +0x0a,0xa0,0x03,0x31,0x6b,0xd3,0x60,0x21,0x0d,0xf6,0x00,0x2f,0xf1,0x6f,0x5e,0xa0, +0xae,0x2d,0xff,0xff,0x7f,0xf9,0xef,0xd1,0x00,0x02,0xd9,0x62,0x10,0x7f,0xd8,0x85, +0x80,0x0a,0xfe,0x0d,0xf7,0x11,0x3f,0xfb,0x30,0x43,0x87,0x01,0x28,0x00,0x10,0x04, +0x55,0xef,0x70,0x0e,0xf6,0x01,0x3f,0xf1,0x09,0xf5,0x51,0x2b,0x80,0xfd,0xef,0x6f, +0xf4,0x1b,0xf5,0x0a,0xfe,0x7a,0x03,0x01,0x45,0x0c,0x60,0x96,0x00,0x3f,0xd9,0x62, +0x07,0x32,0x04,0x06,0x39,0xa3,0x16,0x26,0x5c,0x08,0x23,0xe5,0x4f,0xdc,0x11,0x33, +0x8f,0xfe,0x5f,0x0a,0x00,0x30,0x01,0xb4,0x03,0x5b,0x6f,0x25,0x33,0x10,0xb2,0x6d, +0x24,0x00,0x01,0x2c,0x61,0x34,0xf3,0x0c,0xe7,0x0a,0x00,0xe0,0x3e,0xff,0xc0,0x33, +0x9f,0xf7,0x38,0xff,0x73,0x30,0x01,0xaf,0x60,0x03,0x61,0x90,0x10,0xe3,0xb5,0x8e, +0x80,0x4e,0xff,0x67,0x40,0x2e,0xff,0x70,0x00,0xbf,0xef,0xf1,0x08,0x8f,0x90,0x02, +0xef,0xf4,0x00,0x08,0x93,0xfe,0x50,0x8f,0x90,0x04,0xcc,0x70,0x00,0x0e,0xf7,0x37, +0xf8,0x8f,0xcc,0x9b,0x50,0xba,0xf0,0x17,0x0d,0xf5,0x8f,0xbf,0xe3,0xff,0x30,0x00, +0xbf,0xb0,0x8f,0xd0,0x8f,0x9b,0xf5,0x9f,0xa0,0x02,0xff,0x52,0xff,0x40,0x8f,0x96, +0xf9,0x2f,0xf1,0x0a,0xfe,0x00,0x48,0x11,0xaf,0x92,0x82,0x09,0x50,0x06,0x40,0x5f, +0x02,0x34,0x1e,0x10,0x12,0x42,0x2b,0x0b,0xa5,0x38,0x14,0x33,0x87,0x4a,0xc2,0x01, +0xef,0xa1,0x59,0x99,0x9f,0xfc,0x99,0x99,0x30,0x02,0xbf,0xf2,0xe5,0x00,0x98,0x53, +0x21,0xf5,0x12,0x03,0xf7,0x00,0x7a,0x5e,0x04,0xae,0x01,0xd1,0x20,0x00,0x08,0x88, +0x8e,0xfc,0x88,0x86,0x00,0x0c,0xf8,0x02,0x99,0x32,0x00,0x44,0x91,0x2d,0xff,0xd6, +0x6c,0x33,0x23,0x8f,0xc1,0x71,0x5c,0x44,0x00,0x04,0x10,0x0d,0x8d,0x0a,0xf0,0x02, +0x10,0x0d,0xfc,0xaa,0xaa,0xae,0xf9,0x00,0x00,0x03,0xe5,0x0d,0xfa,0x66,0x66,0x6c, +0xf9,0x1d,0x11,0x04,0x1e,0x00,0x20,0x1f,0xf8,0x2c,0x7f,0x20,0x1a,0xf9,0xa8,0x07, +0x04,0x14,0x00,0x80,0xef,0xb0,0x0d,0xfd,0xbb,0xbb,0xbe,0xf9,0x6f,0xf7,0x21,0x0d, +0xf5,0x5d,0x9c,0x70,0x05,0xed,0x00,0x0d,0xf5,0x00,0x0d,0xae,0x05,0x10,0x13,0x0a, +0x00,0x29,0x08,0xed,0x2c,0x5a,0x30,0x99,0x10,0x0b,0x08,0x08,0xc0,0x7c,0x10,0x05, +0xff,0xf6,0x0c,0xf4,0x00,0x18,0xcf,0xff,0xb0,0x6b,0xf3,0x30,0xff,0xee,0x6f,0x04, +0x8b,0x72,0x02,0xa4,0xff,0xff,0xff,0x6f,0xd1,0x7e,0x1a,0x42,0xc2,0x22,0x3f,0xd0, +0x0a,0x00,0x30,0x70,0x00,0x2f,0xa8,0x73,0xe0,0xe7,0x00,0x9f,0x7f,0xc0,0x2f,0xe7, +0x77,0x72,0x1c,0xff,0xe1,0xee,0x4f,0x20,0xc3,0xa3,0xf4,0x00,0x4d,0x66,0xff,0xdf, +0xfc,0x5f,0xd1,0xef,0x3a,0xd8,0x30,0x6f,0xc0,0xef,0x39,0x01,0xf2,0x0c,0x75,0x7f, +0xe5,0x5f,0xb0,0xef,0x10,0x00,0x0b,0x90,0x00,0x3f,0xd2,0x7f,0xa0,0xef,0x10,0x00, +0x1f,0xf4,0x03,0x8f,0xff,0xcf,0x90,0xef,0x10,0xbd,0xce,0xf1,0x0b,0xef,0x80,0xef, +0x10,0x00,0xcf,0xa5,0xff,0xef,0xd0,0xbf,0x60,0xef,0x10,0x03,0xff,0x51,0x72,0x4f, +0xd0,0xff,0x30,0xef,0x10,0x09,0xfe,0x7d,0x20,0x30,0x00,0xef,0x10,0xe6,0x1f,0xd0, +0x3f,0xd6,0xfa,0x00,0xef,0x10,0x00,0x83,0x00,0x00,0x3f,0xd0,0xa4,0x0a,0x00,0x06, +0x01,0x00,0x16,0x24,0x52,0xb7,0x21,0xd4,0x09,0x39,0x1f,0x00,0x7d,0x73,0x22,0x69, +0xff,0xac,0xcc,0x43,0x01,0xbc,0x09,0xf9,0x31,0x73,0x14,0x00,0x1e,0x00,0x00,0x4c, +0x01,0x01,0x1f,0x68,0x33,0x0e,0xd6,0x00,0x1e,0x00,0x34,0x4f,0xff,0xd2,0x1e,0x00, +0x31,0x8f,0xd0,0x08,0x8b,0xeb,0x12,0x00,0xb2,0xfa,0x03,0x4f,0x8a,0x13,0x4f,0x1a, +0x15,0x24,0x04,0xf4,0x0a,0x00,0x80,0x0c,0xfb,0x4f,0xd1,0xfb,0x2f,0xa4,0xff,0xec, +0x20,0x60,0x4f,0xd0,0xfb,0x2f,0x93,0xff,0x0e,0xc0,0x02,0x0a,0x00,0x00,0xc7,0x57, +0x03,0x0a,0x00,0x34,0x1e,0xfb,0x0b,0x63,0x56,0x24,0xf3,0x0c,0xf4,0x01,0x17,0x10, +0x85,0xb0,0x04,0x01,0x00,0x70,0x64,0x00,0x08,0xe6,0x00,0x0a,0xb5,0x3e,0x01,0x10, +0xb2,0xf6,0xce,0x20,0xf6,0x00,0x48,0x15,0x90,0x03,0xfc,0x40,0x4f,0xfa,0x99,0x92, +0x00,0x06,0x13,0x74,0x00,0xcf,0x34,0x03,0x79,0x2d,0xb0,0xda,0xaa,0xa3,0x01,0x30, +0x02,0x7f,0xd2,0x28,0xff,0x20,0x2a,0xdc,0xf0,0x00,0x30,0x6f,0xc0,0x03,0xbf,0xee, +0xef,0xb1,0x19,0xff,0xd0,0x6f,0xfd,0xdd,0x0e,0x64,0x0a,0x72,0x3c,0x20,0x7f,0xff, +0xff,0x00,0x0a,0xbe,0xb2,0x23,0xb6,0xff,0x79,0x7c,0xc1,0xaf,0x72,0xff,0x01,0x3f, +0xf1,0x10,0x00,0x0e,0x60,0xcf,0x53,0x4f,0xe2,0x00,0x6b,0xa7,0x12,0x24,0x0a,0x00, +0x52,0x9f,0xb3,0xff,0x05,0xfd,0x0c,0x6e,0x40,0x77,0xfb,0x06,0xfc,0x98,0x3f,0x60, +0x04,0xff,0x2d,0xf6,0x08,0xfa,0x0a,0x00,0x61,0x0a,0xfc,0x6f,0xf2,0x2c,0xf8,0x57, +0xde,0x50,0xf7,0xdf,0x98,0xff,0xf4,0xed,0x34,0x9d,0x02,0xa2,0x1c,0x04,0xfe,0x80, +0x1f,0xfe,0x50,0x6e,0xbf,0x05,0x2c,0xe2,0x00,0x20,0x3e,0x00,0x14,0x2c,0x30,0x12, +0x22,0x29,0x80,0x07,0x44,0x03,0xff,0x90,0xaf,0x4f,0x6a,0xf1,0x02,0xf3,0x8c,0xcd, +0xff,0xcf,0xfd,0xcc,0xc0,0x00,0x0c,0x60,0x0b,0x98,0xfb,0x0e,0xf5,0x98,0x77,0x26, +0xf3,0x19,0xd7,0xfb,0x0e,0xf6,0xff,0x60,0x07,0xb0,0x07,0xff,0x46,0xfb,0x0e,0xf3, +0x5f,0xf2,0x3f,0xf8,0x03,0xd5,0x06,0xfb,0x0e,0xf3,0x0a,0x81,0x07,0xff,0x30,0x25, +0x57,0xa9,0x59,0x96,0x54,0x00,0x00,0xdd,0x30,0x4f,0xf6,0x09,0x11,0x12,0xcd,0x6d, +0x10,0x38,0x39,0xe4,0x24,0xb1,0x07,0x8c,0xe0,0x20,0xf3,0x0a,0x18,0x2a,0x10,0xca, +0x55,0x76,0x22,0x0e,0xf7,0x68,0x01,0x32,0xff,0x80,0x2f,0x64,0x0a,0x40,0x06,0xff, +0x30,0x4b,0xb4,0x27,0x00,0xb1,0x62,0x04,0xbe,0x99,0x21,0x06,0xe7,0x26,0x64,0x00, +0x50,0x05,0x12,0x11,0x06,0x7e,0x19,0xb2,0x77,0xee,0x15,0x10,0x7b,0xda,0x12,0xf7, +0xaa,0x0a,0x00,0x17,0xb2,0x13,0x5f,0x0a,0x00,0x92,0x01,0xa5,0x3f,0xf3,0x22,0x4f, +0xc7,0x22,0x20,0x95,0x44,0x21,0x6f,0xf3,0xb3,0x63,0x22,0x3f,0xf4,0x46,0xec,0xf1, +0x00,0xfa,0x10,0x3f,0xf4,0xff,0xaa,0xaa,0xcf,0xe0,0x0d,0xff,0xf3,0x3f,0xf4,0xfe, +0x77,0x2b,0x52,0x8f,0xc0,0x4f,0xf3,0xff,0x8a,0x24,0x70,0x10,0x4f,0xf3,0xff,0x88, +0x88,0xaf,0xaf,0x86,0x21,0x6f,0xe3,0x28,0x00,0x52,0x00,0x08,0xd3,0x8f,0xc3,0x1e, +0x00,0xfb,0x32,0x0e,0xf9,0xaf,0xa0,0x00,0x1f,0xf4,0x02,0x10,0x00,0x4f,0xf3,0xef, +0x72,0xea,0x1f,0xf3,0xaf,0x60,0x00,0xaf,0xd2,0xff,0x39,0xfc,0x0f,0xf3,0x8f,0xd0, +0x01,0xff,0x77,0xff,0x2f,0xf5,0x0f,0xf3,0x1f,0xf4,0x08,0xff,0x2e,0xf9,0xbf,0xc0, +0x1f,0xf3,0x0b,0xfa,0x0b,0xfa,0x7f,0xf2,0x1a,0x3e,0xff,0xf1,0x04,0x70,0x00,0x54, +0x06,0x90,0x00,0x09,0x59,0x59,0x16,0x03,0x59,0x27,0x23,0xa1,0x05,0xa0,0x14,0x80, +0x9f,0xfe,0x35,0xff,0xcc,0xcc,0xdf,0xf1,0x77,0x02,0x41,0x35,0xff,0x77,0x76,0x95, +0x43,0x20,0x23,0x05,0xe8,0x4c,0x12,0xf1,0xcb,0xa4,0x10,0x02,0x0a,0x00,0xd4,0x05, +0xd4,0x03,0xde,0xff,0xde,0xff,0xef,0xfd,0xd1,0x0e,0xff,0x95,0x87,0x15,0x10,0xcf, +0x7d,0x49,0x01,0xf5,0x00,0x22,0x07,0x63,0x75,0x2c,0x11,0xe1,0x30,0x16,0x21,0xcc, +0xcc,0x0a,0x38,0x61,0xa5,0x07,0xfe,0x55,0x55,0x6f,0x51,0x0f,0x13,0x47,0x57,0x38, +0x80,0x09,0xfe,0x07,0xfd,0x22,0x22,0x3f,0xf2,0xc4,0x04,0x01,0xae,0x01,0x01,0xa4, +0x6d,0x60,0x07,0xff,0xaa,0xaa,0xaf,0xf2,0x31,0xb9,0x10,0x07,0x04,0x3d,0x00,0x18, +0xf0,0x51,0x10,0x07,0xfd,0x00,0x0c,0x96,0x00,0x20,0x00,0x07,0x93,0x15,0x0d,0x22, +0x5a,0x20,0x28,0xc1,0x90,0x01,0xc4,0xcb,0x10,0x11,0x11,0x4f,0xf7,0x11,0x11,0x10, +0x03,0xef,0xd4,0x64,0x2e,0x25,0x2d,0xfd,0x7b,0x85,0x62,0xa1,0x01,0xcf,0x90,0x02, +0xef,0x9b,0xba,0xf3,0x19,0xfc,0x47,0x01,0xaf,0xfb,0x00,0x06,0x90,0x0c,0xff,0xb3, +0xef,0xb0,0x06,0xff,0xd1,0x2f,0xfc,0x16,0xf6,0x2e,0xfc,0x2b,0xd1,0x3e,0xb0,0x03, +0xef,0xd0,0x13,0xef,0xb1,0x2d,0xfd,0x12,0x10,0x00,0x2e,0x50,0x8f,0x4b,0x64,0x01, +0x02,0x14,0xd0,0xfd,0x6e,0xd2,0x00,0x00,0x05,0x60,0x16,0x4d,0xfe,0xff,0x22,0x24, +0x94,0x71,0xe0,0x03,0xef,0xe2,0xcf,0xa4,0xef,0x80,0x00,0x3f,0xf6,0xbf,0xff,0x50, +0x4f,0x30,0x33,0x61,0x9f,0xef,0xff,0xff,0x40,0x0a,0x47,0xbf,0x90,0x65,0xb3,0xdf, +0x52,0x63,0xef,0xf6,0x00,0x07,0x9e,0x21,0x01,0xa4,0x3c,0x01,0xf0,0x61,0xb0,0xfe, +0x92,0x01,0xbf,0xd0,0x00,0x42,0x00,0x01,0xc7,0x20,0x34,0xb4,0x06,0x1e,0xa2,0x90, +0x00,0xcb,0x20,0x06,0xfa,0x0e,0xf4,0x0e,0xf4,0x3e,0xef,0x40,0x07,0xfa,0x0e,0xf5, +0xbc,0x0b,0x25,0x2c,0xf7,0x84,0x39,0x15,0x62,0x0a,0x00,0x13,0x00,0x1e,0x00,0xd2, +0x09,0x92,0x00,0x06,0xfa,0x0c,0xe4,0x0e,0xf4,0x00,0x1b,0xff,0x81,0x47,0x8c,0x55, +0xb0,0x00,0x4e,0x42,0xff,0x9c,0x0e,0x50,0xff,0x43,0x3f,0xf7,0x33,0x3d,0xa6,0x21, +0x02,0xff,0xff,0x63,0x00,0x4e,0x02,0x10,0x5d,0x36,0x4b,0x63,0xfb,0x50,0x00,0x0e, +0xf5,0x0b,0x2c,0x06,0x80,0x6f,0xe0,0x0b,0xf6,0x1e,0xf6,0x1a,0xf9,0x4c,0x54,0x60, +0x0b,0xf5,0x0e,0xf4,0x09,0xf9,0x50,0x6e,0x51,0x0b,0xf5,0x0e,0xf6,0xbe,0x2c,0x54, +0xe4,0x0b,0xf5,0x0e,0xf5,0xef,0xf3,0x00,0x05,0xe4,0x00,0x02,0x21,0x0e,0xf4,0x30, +0x7a,0x02,0x4f,0x21,0x10,0x14,0x71,0x89,0x20,0x01,0xff,0xe6,0x30,0xb4,0x90,0x88, +0x9f,0xf9,0x89,0xff,0x98,0x80,0x01,0xaf,0xfd,0x82,0x00,0x90,0x07,0xf6,0x66,0x7f, +0xf7,0x67,0xff,0x86,0x60,0x03,0x03,0x41,0x1a,0xa1,0x01,0xaa,0x5d,0x75,0x02,0x06, +0x35,0x43,0xe3,0x0a,0xe5,0x02,0xc6,0x07,0x10,0x2e,0x59,0x2b,0x31,0xfd,0x07,0xf6, +0xa6,0x70,0xb4,0xac,0xcc,0xff,0xce,0xfe,0xcc,0xa0,0x00,0x04,0x00,0xcf,0xc8,0x65, +0xf1,0x37,0x40,0xcf,0x95,0xfc,0x3c,0xf5,0x8f,0xc0,0x00,0x04,0xf7,0xdf,0x75,0xfc, +0x0d,0xf4,0x5f,0xc0,0x00,0x0b,0xfe,0xdf,0x78,0xff,0x9f,0xfd,0x6f,0xc0,0x00,0x2f, +0xf7,0xcf,0x7e,0xfe,0xef,0xff,0xcf,0xc0,0x00,0x9f,0xf1,0xcf,0xdf,0xd2,0xcf,0x8f, +0xef,0xc0,0x02,0xff,0xa0,0xcf,0xae,0x52,0xfd,0x06,0x6f,0xc0,0x0a,0xff,0x20,0xcf, +0x71,0x00,0x35,0x00,0x5f,0xc0,0x08,0xfa,0x52,0x0c,0x51,0x18,0xbf,0xb0,0x00,0x42, +0x0a,0x00,0x52,0x0c,0xfd,0x40,0x00,0x21,0xec,0x72,0x00,0x94,0x00,0x13,0x30,0x74, +0x20,0x10,0x01,0x8b,0x8f,0x00,0xaa,0x42,0x11,0x30,0x5c,0x79,0x21,0x4f,0xf2,0x3a, +0x1f,0x25,0x90,0xdf,0x6e,0x0f,0xf0,0x06,0xdf,0xcb,0xef,0xcb,0xbb,0xbf,0xf0,0x0a, +0xc2,0x00,0xdf,0x40,0xcf,0x63,0x44,0x4f,0x90,0x2d,0xff,0x70,0xdf,0xb2,0xbb,0xf1, +0x06,0x15,0x20,0x00,0x8f,0x90,0xdf,0x59,0xef,0x84,0x32,0x48,0x20,0x00,0x03,0x00, +0xdf,0x40,0xaf,0xdb,0xab,0xef,0xef,0x40,0x21,0x30,0x3d,0x6e,0x0f,0x20,0x08,0xb1, +0x31,0xa5,0x02,0x90,0x41,0x00,0xdf,0x85,0x20,0x60,0x22,0x2c,0x06,0xf2,0x26,0xfe, +0x13,0x37,0x4e,0xf1,0xed,0x00,0x00,0xaf,0xa6,0xfc,0x6f,0x9f,0x66,0xf8,0x6f,0x50, +0x01,0xff,0x59,0xf8,0x9e,0x7f,0x60,0xc8,0x3e,0xd0,0x08,0xfe,0x0e,0xf5,0xea,0x7f, +0x60,0x06,0xfb,0xf3,0x0b,0xf8,0x5f,0xe4,0xf5,0x6f,0xc8,0x8c,0xf3,0xd4,0x00,0x62, +0x3e,0x80,0x10,0x1c,0xe4,0x9a,0x05,0x60,0x05,0x70,0x50,0x00,0x03,0xba,0x10,0x02, +0xa7,0x38,0x30,0x10,0x10,0x51,0xc8,0x10,0xfc,0x8c,0x6b,0x60,0xd8,0xef,0xff,0xee, +0x19,0xf9,0xe3,0x33,0xe1,0xa7,0xfd,0xbb,0xff,0x1c,0xf8,0x22,0x20,0x00,0x01,0x07, +0xf9,0x44,0xef,0x9e,0x07,0x22,0x00,0x07,0x95,0x38,0xe1,0xf4,0x1c,0xa1,0x07,0xf8, +0x33,0xef,0xcf,0xb0,0x7f,0x70,0x2d,0xfe,0x37,0xb6,0x01,0xe0,0x9f,0x40,0x00,0xae, +0x25,0xab,0xec,0xab,0xff,0xf2,0xbf,0x20,0x00,0x02,0xa2,0x22,0x33,0x89,0xf6,0xef, +0x67,0x10,0xc0,0x81,0xfb,0xfd,0x00,0x00,0x07,0x1d,0xef,0xfd,0xdd,0x60,0xdf,0xb5, +0x54,0x20,0xd0,0x6f,0xb0,0xdd,0x00,0x07,0x54,0x00,0x04,0xbd,0x01,0xd0,0x86,0x70, +0xdf,0x40,0xbf,0xed,0xff,0x00,0x9f,0x73,0x51,0x70,0x02,0xff,0x12,0xfe,0x02,0xff, +0xfd,0x84,0xa2,0xfb,0x0b,0xfa,0x04,0xfd,0x1d,0xfa,0xff,0xb0,0x0f,0xf3,0x9f,0xf3, +0xce,0xfb,0xcf,0xc0,0x6f,0xf3,0x03,0xa0,0x3e,0x50,0xbf,0xd2,0x7d,0x10,0x09,0xcb, +0x03,0x02,0xc7,0xd9,0x04,0xee,0xa1,0x16,0x22,0xbf,0x78,0x1b,0x40,0x0a,0x00,0x1b, +0xf2,0x99,0xe1,0x07,0x3b,0x33,0x07,0x45,0x33,0x05,0xf2,0x7e,0x15,0xf5,0x4f,0x33, +0x14,0xf7,0x1a,0x30,0x0e,0x32,0x00,0x05,0x43,0x5b,0x00,0xd1,0x76,0x50,0xd2,0x59, +0x70,0x3b,0xc0,0x3c,0x24,0xf4,0x1b,0xcf,0xd0,0x7f,0xd0,0x2f,0xf4,0x0c,0xfe,0x10, +0x07,0xff,0x60,0x5f,0xf0,0x0b,0xfb,0x02,0xff,0x90,0x2f,0xfb,0x00,0x4f,0xf1,0x07, +0xff,0x00,0x9f,0xf1,0x02,0x81,0x00,0x29,0x71,0x01,0x62,0x00,0x17,0x10,0x00,0x02, +0xee,0xf7,0x16,0x23,0x02,0xff,0x0a,0x00,0x42,0x01,0x24,0xff,0x22,0x1b,0x77,0x12, +0x0c,0xe9,0x6e,0x27,0xff,0xf0,0x0a,0x00,0x01,0x88,0x45,0x31,0x5f,0xd0,0x3f,0xab, +0x03,0xf1,0x00,0x6a,0x00,0x7f,0xb0,0x3f,0xe0,0x00,0x04,0x7b,0xff,0xff,0x6e,0xdf, +0x80,0x3f,0x2d,0xc4,0x30,0xd9,0xbf,0xff,0x0a,0x00,0x20,0x0f,0xeb,0x78,0x84,0x30, +0xf9,0x3f,0xd0,0xc9,0x03,0x00,0x95,0x18,0xf0,0x01,0x9f,0xe4,0xd4,0x01,0x36,0xff, +0x00,0xbf,0xf3,0x6e,0x1f,0xfa,0xf6,0x02,0xff,0xfd,0x59,0x70,0x00,0x56,0x21,0x20, +0xcc,0xa2,0x2c,0x21,0xf0,0x07,0x01,0x9b,0x50,0x00,0x1a,0x71,0x01,0x20,0x02,0x50, +0x06,0xc2,0x00,0x00,0x8f,0xf1,0x6f,0xe0,0x3f,0xf3,0x0e,0xfc,0xef,0x21,0xc0,0x4f, +0xf0,0x0e,0xf8,0x05,0xff,0x70,0x0c,0xfe,0x10,0x2f,0xf2,0x60,0xf0,0xa8,0xe1,0x07, +0xd5,0x00,0x1c,0x92,0x05,0x96,0x00,0x3d,0xf4,0x41,0x00,0x24,0x2e,0x22,0x4a,0x30, +0x7a,0x18,0x11,0xf9,0x37,0x63,0x00,0xa5,0x0b,0x40,0xf5,0x44,0x9f,0xf5,0xe8,0x19, +0x15,0x07,0x17,0x60,0x22,0x5f,0xff,0x80,0x24,0x00,0xc4,0xdd,0x10,0x44,0x0e,0xd3, +0x14,0x42,0x7f,0x92,0x00,0x51,0x60,0x81,0xd8,0xff,0x55,0x55,0xaf,0xf5,0x55,0x53, +0x64,0x32,0x00,0xfb,0x79,0x15,0xa6,0x5b,0x32,0x01,0x52,0x13,0x65,0x22,0x22,0x8f, +0xe2,0x22,0x21,0x0a,0x00,0x25,0x22,0x10,0x26,0x36,0x13,0x90,0x61,0xe2,0x00,0x15, +0x91,0x20,0x1c,0xd7,0xc8,0x00,0x20,0x16,0xa1,0xc8,0x00,0x60,0x5f,0xf0,0x0f,0xf6, +0x1e,0xfb,0xe2,0xad,0x50,0x3f,0xf2,0x0a,0xfb,0x05,0xc8,0x45,0x20,0x20,0x2f,0xf2, +0x12,0xc7,0xcf,0xe0,0x05,0xc6,0x00,0x1c,0xa3,0x02,0xa7,0x00,0x4c,0x71,0xef,0x8c, +0x23,0x9f,0xe0,0xbc,0x79,0x2f,0x09,0xfe,0x13,0x00,0x09,0x04,0x9c,0x1b,0x15,0x09, +0xc3,0x9d,0x12,0x9f,0xf0,0x60,0x17,0x70,0x39,0x76,0x02,0x46,0xb1,0x05,0x89,0x36, +0x15,0xfb,0xf1,0x7f,0x00,0x9c,0x1e,0x00,0x75,0x3a,0x10,0x8e,0x7d,0x0d,0x01,0x9b, +0x02,0x00,0x33,0x2f,0x01,0xd0,0xa0,0x00,0x8c,0x22,0x11,0x3f,0xa0,0x1a,0x01,0x3d, +0x7b,0x12,0x40,0x13,0x00,0x33,0x01,0xdf,0xb0,0x13,0x00,0x33,0x01,0xc1,0x00,0x26, +0x00,0x0b,0x22,0x28,0x91,0x23,0x56,0x9b,0x40,0x02,0xff,0x0d,0xf4,0x03,0x44,0x07, +0x02,0x0a,0x00,0x42,0xfe,0xcb,0x96,0x30,0x0a,0x00,0x02,0x61,0x02,0x06,0x0a,0x00, +0x40,0x8e,0xfa,0x73,0xff,0xb4,0x88,0x00,0x4e,0x05,0x13,0xe3,0x4f,0xd5,0x60,0xaa, +0xaa,0x93,0xff,0xff,0xee,0xb1,0xe7,0x00,0x65,0x02,0xd0,0xfd,0x00,0x8f,0xb0,0x03, +0xff,0x22,0x21,0x04,0xff,0xdf,0x30,0xcf,0x33,0x15,0xf0,0x08,0xfb,0x04,0xfe,0x8f, +0x81,0xff,0x40,0x04,0xff,0xff,0xfb,0x06,0xfd,0x3f,0xe7,0xfe,0x00,0x05,0xfd,0x07, +0xfb,0x08,0xfc,0x1c,0x0c,0x80,0x06,0xfb,0x07,0xfb,0x0a,0xfa,0x06,0xff,0x3a,0xa6, +0x40,0x07,0xfb,0x0e,0xf7,0xfa,0xb9,0x70,0x0c,0xf7,0x07,0xfb,0x2f,0xf4,0x2e,0xc7, +0x24,0xf8,0x0d,0xf2,0x07,0xfb,0x9f,0xf7,0xff,0xfc,0xff,0x80,0x4f,0xc0,0x07,0xfd, +0xff,0xde,0xff,0x40,0xdf,0xf4,0x07,0x70,0x07,0xfb,0x5e,0x55,0xd3,0x00,0x1b,0xca, +0x03,0x14,0x9f,0xde,0x1b,0x15,0x09,0x14,0x2a,0x20,0x24,0x64,0x56,0x8c,0x22,0xd4, +0x44,0x20,0x9f,0x01,0x07,0x11,0x03,0xf6,0x62,0x02,0x5f,0x3d,0x02,0x13,0x00,0x10, +0x0d,0x39,0x6b,0x35,0xcf,0xc2,0x22,0x0f,0x9d,0x15,0xfd,0x10,0x9a,0x10,0xd0,0x07, +0x21,0x30,0xcf,0xfe,0xfc,0x10,0xa2,0x00,0x4b,0x1b,0x02,0x25,0x3b,0x52,0x03,0xef, +0xf8,0x0b,0xfb,0x9c,0x36,0x12,0xf6,0x4c,0x00,0x31,0x6e,0xff,0xe4,0x4c,0x00,0x42, +0x17,0xef,0xff,0xb1,0x5f,0x00,0xb1,0xcf,0xfe,0x50,0x00,0x55,0x5d,0xfa,0x00,0x00, +0x01,0xc6,0xf7,0x0b,0x13,0x70,0x62,0x04,0x18,0xfd,0x9d,0x42,0x0a,0x74,0xd9,0x12, +0x20,0x49,0xe0,0xd2,0x02,0x22,0xff,0x20,0x02,0x22,0x9f,0xc2,0x22,0x00,0x0a,0xf5, +0xff,0xc2,0x0d,0x34,0x40,0x0c,0xf4,0x0a,0x00,0x11,0x0e,0xd0,0x30,0x21,0x8f,0xc0, +0x1d,0x05,0x20,0xfa,0x33,0xc1,0xe0,0x53,0x30,0x2f,0xc5,0xff,0x54,0xb8,0x52,0x32, +0x81,0xff,0x21,0x0a,0x00,0x21,0x4d,0x41,0x67,0x16,0x11,0x4f,0x8c,0x1b,0x10,0x54, +0xf9,0x7b,0x71,0xf3,0x30,0x00,0x17,0xff,0xfc,0xbf,0xaf,0x01,0x10,0x3e,0xba,0x30, +0x04,0x04,0x79,0x30,0x30,0x04,0xd2,0x28,0x00,0x71,0x0a,0x63,0xff,0x20,0x0b,0xfe, +0x10,0x32,0x00,0x00,0xa1,0xfc,0x13,0x90,0x0a,0x00,0x34,0x00,0x5f,0x70,0x0a,0x00, +0x33,0x02,0x45,0x8f,0x0a,0x00,0x01,0xc8,0x56,0x02,0x0a,0x00,0x1d,0x7f,0x19,0x90, +0x06,0x34,0x28,0x00,0x43,0x10,0x14,0x60,0x0a,0x00,0x00,0x1f,0x26,0x11,0x30,0x0a, +0x00,0x52,0x07,0xff,0x10,0x0c,0xf4,0x1e,0x00,0x51,0xdf,0xa0,0x0a,0xfd,0x7f,0x0a, +0x00,0x90,0x5b,0x20,0x01,0xff,0xef,0xe3,0x66,0x6a,0xff,0x02,0x63,0x33,0x8f,0xdf, +0xe8,0xff,0x06,0x24,0x13,0x6f,0x0a,0x00,0x00,0x46,0x00,0x00,0x77,0x2c,0x02,0x55, +0x03,0x31,0x0d,0xff,0xb0,0x2f,0x12,0x51,0xe0,0x00,0x1f,0xff,0xf1,0x87,0x6e,0x12, +0xe0,0xc6,0x31,0x10,0x1e,0x7d,0x66,0x30,0xcf,0xd6,0xfe,0xd9,0x02,0x10,0x6f,0x48, +0xc4,0x10,0xef,0x2d,0x1a,0x20,0x6f,0xe0,0x63,0xb8,0x02,0xb2,0x47,0x10,0x9f,0x69, +0x90,0x00,0xf1,0x65,0x11,0xe7,0x66,0xd8,0x10,0xf4,0x6a,0x09,0x22,0xfe,0x20,0xa6, +0xdc,0x30,0x6f,0xe2,0xc2,0xee,0x08,0x1b,0x60,0xc5,0xf7,0x11,0xb0,0xa3,0x01,0x00, +0x66,0xb9,0x27,0xf8,0x22,0x5e,0xda,0x36,0xff,0xd0,0x08,0x44,0x2e,0xf0,0x0b,0x45, +0x00,0x03,0xff,0x22,0xc4,0x01,0x81,0x00,0x03,0xff,0xb1,0x3e,0xfb,0x7e,0xfa,0x1c, +0xfe,0x00,0x00,0x4e,0xfb,0x8f,0xff,0xff,0xb1,0x81,0xfa,0x80,0x01,0x90,0x2a,0x9f, +0xfb,0x30,0x29,0x10,0x25,0x99,0x60,0x02,0xdf,0x9c,0xf6,0xbc,0x30,0x98,0x1c,0x50, +0x9f,0xfe,0xad,0xff,0xef,0xc8,0x51,0x10,0x81,0xdc,0x03,0xd1,0x88,0xff,0xa0,0x03, +0x81,0x00,0x68,0x7b,0x92,0x3b,0x40,0x49,0x00,0x43,0x84,0x10,0xf6,0x6e,0x00,0x0f, +0x5d,0x43,0x05,0x2e,0x4f,0xf5,0xf5,0xa1,0x0e,0x0a,0x00,0x02,0x32,0x29,0x00,0x45, +0xf8,0x25,0xff,0xf4,0x35,0xcb,0x03,0x0a,0x00,0x00,0x94,0x42,0x41,0x22,0x23,0xdf, +0xd2,0x17,0x4d,0x04,0x06,0x5a,0x20,0x2f,0xf0,0x3c,0x06,0x02,0x4d,0x0c,0x00,0x00, +0x07,0x11,0x35,0x6c,0x02,0x40,0x90,0x00,0xcf,0xff,0x65,0x54,0x01,0xc1,0x0c,0x70, +0xff,0xdf,0xe2,0x00,0x01,0x4f,0xf2,0x08,0xaa,0x20,0x3f,0xfc,0x32,0x00,0x71,0x01, +0xdf,0xf9,0xff,0x15,0xff,0x80,0xcb,0x4d,0xf1,0x05,0x84,0xff,0x10,0xbf,0xf1,0x00, +0x2f,0xf0,0x33,0xfb,0x04,0xff,0x10,0x2e,0x40,0x00,0x3f,0xfe,0xf0,0x30,0x70,0x1b, +0x10,0x3b,0xb8,0x00,0x12,0x04,0x5d,0x17,0x13,0xb6,0x5c,0x5e,0x34,0x0b,0x61,0x00, +0x66,0x5e,0x1e,0x00,0x0a,0x00,0x14,0x1f,0x6d,0xdf,0x16,0x30,0x0a,0x00,0x60,0x03, +0x3b,0xfb,0x33,0x6f,0xb0,0x38,0x52,0x00,0xc8,0x33,0x44,0x6f,0xb0,0x11,0x01,0x0a, +0x00,0x10,0xef,0x21,0x45,0x14,0x0b,0x0a,0x00,0x10,0x0c,0xca,0xaf,0x07,0x0a,0x00, +0x00,0x3f,0x45,0x83,0x01,0x1b,0xfa,0x10,0x6f,0xb0,0xff,0x31,0x32,0x00,0x32,0xb1, +0xff,0x11,0x0a,0x00,0x61,0x49,0x75,0xfe,0x01,0x99,0x20,0x18,0x34,0x31,0x0a,0xff, +0xd2,0xb5,0x21,0x10,0xbe,0x86,0xff,0xf0,0x12,0x01,0x00,0x16,0xaf,0xff,0xff,0x10, +0xaf,0xcf,0xf2,0x08,0xc2,0x5f,0xff,0xff,0xb6,0x07,0xff,0x4f,0xf2,0x08,0xf4,0x3f, +0xea,0x51,0x00,0x8f,0xf6,0x1f,0xf2,0x0a,0xf3,0x04,0x12,0x73,0x31,0x80,0x0f,0xfd, +0xe2,0x39,0x52,0x0a,0xf7,0x00,0x07,0xef,0x8a,0x0e,0x16,0x20,0x85,0x1e,0x11,0xfe, +0x03,0x17,0xa0,0xee,0xee,0xe1,0x02,0xfe,0x7e,0xee,0xee,0xe0,0x2f,0x76,0x01,0x20, +0xfe,0x7f,0x50,0x36,0x90,0x5f,0xf3,0x30,0x02,0xfe,0x13,0x8f,0xe3,0x30,0x36,0x01, +0x10,0xf2,0x37,0x2a,0x00,0x4a,0x01,0x15,0x0d,0x0a,0x00,0x21,0x0e,0xe2,0x0a,0x00, +0x41,0x06,0x8f,0xf6,0x4f,0x0a,0x00,0x00,0x7c,0x01,0xe0,0xbf,0xc2,0xfe,0x3d,0xef, +0xfd,0xa0,0x0a,0xbf,0xfa,0xcf,0xa3,0xfe,0x4f,0x76,0x02,0x80,0x2f,0xf0,0x8f,0x63, +0xfd,0x14,0x8f,0xe4,0x46,0x00,0x33,0x08,0x15,0xfc,0x3c,0x00,0x00,0x56,0x10,0x11, +0x5f,0x73,0xfe,0x30,0x40,0x0d,0xf6,0x0a,0x00,0x90,0x03,0x8f,0xff,0xe0,0x6f,0xf2, +0x00,0x5f,0xd0,0x8d,0x1e,0xd1,0xd2,0xef,0x90,0x11,0x6f,0xe1,0x10,0x4f,0xd9,0x51, +0x3e,0xff,0x16,0xff,0xb4,0x00,0x08,0x8f,0x13,0x06,0xf3,0x2f,0x20,0x07,0x20,0x63, +0xd2,0x00,0x80,0x5d,0x02,0x6f,0x79,0x16,0xe0,0x0a,0x00,0xa0,0x03,0x3e,0xf8,0x31, +0xcf,0x40,0xcf,0x40,0x5f,0xe0,0xcf,0x11,0x52,0xcf,0x63,0xcf,0x63,0x7f,0x0a,0x00, +0x02,0x6e,0x79,0x00,0x0a,0x00,0xe0,0xca,0xef,0xca,0xcf,0xe0,0x0d,0xef,0xff,0xe2, +0xcf,0x40,0xbf,0x30,0x5f,0xf9,0x20,0x17,0xf2,0x1e,0x00,0x05,0x0a,0x00,0x03,0x10, +0x5a,0x22,0x0d,0xf5,0xd6,0x5c,0x63,0x10,0x00,0x0d,0xf6,0x32,0xef,0xb6,0xac,0x22, +0xff,0xf8,0x0a,0x00,0x11,0x2b,0xb8,0x07,0x20,0xff,0x80,0x08,0x02,0x21,0xd7,0x20, +0x0a,0x00,0x00,0xbd,0x8e,0x15,0x3f,0x97,0xb9,0x06,0x0a,0x00,0x03,0xce,0x10,0x03, +0xde,0x13,0x11,0x60,0x3a,0x02,0x76,0xc2,0xff,0x00,0xcf,0x60,0x5f,0xd0,0x0a,0x00, +0x90,0x03,0x6f,0xf3,0x22,0xff,0x43,0xdf,0x83,0x8f,0xbb,0x4e,0x04,0xce,0x55,0x06, +0x0a,0x00,0x26,0x4f,0xf0,0xb7,0x21,0x12,0x6f,0x54,0x08,0x06,0x0a,0x00,0xa0,0x01, +0x5f,0xf1,0x02,0x22,0x23,0xff,0x52,0x22,0x21,0x48,0xcd,0x61,0xcc,0xcc,0xff,0xcc, +0xcc,0xc3,0x02,0xcd,0x01,0x83,0x0f,0x00,0x0a,0x00,0xf2,0x05,0xfc,0x4f,0xd3,0xff, +0x3e,0xf4,0x00,0x3f,0xfc,0xc7,0xfb,0x1f,0xd0,0xfe,0x0d,0xf4,0x1b,0xff,0xff,0xe7, +0x0a,0x00,0x42,0x0f,0xff,0xfb,0x67,0x0a,0x00,0x40,0x0c,0xa5,0x00,0x07,0x0a,0x00, +0x01,0xca,0x0c,0x01,0x0a,0x00,0x21,0xdf,0xf2,0x0a,0x00,0x59,0x1d,0xa0,0xdc,0x7f, +0x90,0x78,0x7d,0x33,0x20,0x3f,0xf4,0x08,0x03,0x35,0x60,0x3f,0xf4,0xa7,0xfa,0x12, +0xf4,0xaf,0x26,0x30,0xfd,0x44,0x7f,0x41,0xa1,0x06,0xb9,0xa0,0x06,0xad,0xbf,0x00, +0xbe,0x79,0x03,0xfc,0x03,0x24,0x2f,0xfc,0x06,0x04,0x28,0x02,0xc2,0xa4,0x90,0x21, +0x7f,0xf8,0xb2,0xcc,0x15,0x0a,0xc5,0xa4,0x15,0x09,0x0a,0x00,0x0f,0x4c,0x04,0x0a, +0x06,0x92,0x04,0x06,0xca,0x77,0x1f,0x0e,0xec,0xd5,0x01,0x04,0xa7,0x3c,0x05,0x17, +0x48,0x32,0x00,0x1f,0xfe,0x00,0x3d,0x00,0xdc,0x5b,0x01,0x09,0x82,0x03,0x09,0x00, +0x27,0x06,0xff,0x24,0x00,0x04,0x09,0x00,0x20,0x2f,0xf6,0xd1,0x6b,0x11,0x38,0x31, +0x12,0x02,0x2d,0x00,0x00,0xa4,0xc2,0x45,0xf9,0x44,0x48,0xff,0xee,0x09,0x06,0xb4, +0x92,0x23,0x8f,0xc0,0x24,0x00,0x22,0xcf,0x80,0x09,0x00,0x00,0x79,0x35,0x00,0x09, +0x00,0x00,0x59,0x73,0x00,0xcb,0xfc,0x21,0x18,0xff,0xdc,0x9e,0x60,0xf6,0x6f,0xff, +0xfc,0x08,0xd0,0x09,0x00,0x46,0x1f,0xff,0xc3,0x00,0x57,0x21,0x03,0xa1,0xc0,0x0e, +0x09,0x00,0x14,0xef,0x15,0x01,0x06,0x09,0x00,0x10,0xa4,0xbc,0x23,0x11,0x5f,0xf9, +0x67,0x21,0x9f,0xf0,0xb4,0x60,0x0e,0x24,0x00,0x5f,0xa3,0x33,0xaf,0xf3,0x33,0x24, +0x00,0x0c,0xa1,0xb5,0x55,0xbf,0xf5,0x55,0x55,0x7b,0x20,0xab,0x60,0x6c,0x00,0x23, +0x4f,0xf2,0xc4,0x4f,0x01,0x81,0x97,0x41,0x7f,0xf9,0x66,0x66,0xe6,0x66,0x14,0x2f, +0x59,0x75,0x21,0x05,0xdf,0x09,0xd3,0x06,0x69,0xe6,0x30,0x1f,0xff,0xee,0x6c,0x09, +0x01,0xd4,0x60,0x00,0xfc,0x24,0x28,0x4f,0xf2,0x1e,0x00,0x00,0x6c,0x01,0x3a,0xfd, +0xdd,0xef,0x1e,0x00,0x11,0xfe,0x02,0x31,0x09,0x28,0x00,0x20,0x00,0x08,0x1e,0xe1, +0x11,0x80,0xd8,0x17,0x11,0xfc,0x83,0x96,0x00,0x24,0x5d,0x10,0xe2,0x67,0x39,0x50, +0xf9,0x20,0x1e,0xff,0xfc,0xed,0xd2,0x60,0xef,0xff,0xf2,0x05,0xfb,0x32,0x0a,0x00, +0x60,0x63,0xaf,0x50,0x00,0x20,0x05,0x03,0x84,0x20,0x60,0x01,0xe2,0x0d,0x13,0xfe, +0xc9,0x83,0x10,0x04,0x10,0x9d,0x02,0x06,0x84,0x00,0x49,0x1d,0x02,0x3b,0x41,0x1b, +0xd5,0x1e,0xbc,0x0d,0x4f,0xa1,0x00,0x65,0x39,0x63,0x69,0x99,0x99,0x90,0x00,0xdf, +0xc2,0xc2,0x01,0xff,0xbf,0x60,0x90,0xbf,0x7f,0xbc,0xf1,0x3f,0x82,0x09,0xf0,0x04, +0x0b,0xf1,0xe7,0x9f,0x4f,0xff,0xb2,0x26,0xff,0x40,0xbf,0x1e,0x79,0xfd,0xff,0xff, +0x52,0xef,0xb0,0x13,0x00,0x20,0x4e,0x38,0x01,0x68,0x81,0xbf,0xbf,0xde,0xf1,0x10, +0x0d,0xff,0xf2,0x39,0x00,0xf0,0x0f,0x11,0x7e,0xff,0xff,0xd6,0x10,0xbf,0x1e,0x8a, +0xfc,0xff,0xff,0x86,0xef,0xff,0x6b,0xf1,0xe7,0x9f,0xcf,0xfa,0x20,0x01,0x9f,0xf3, +0xbf,0x1e,0x79,0xf5,0x9f,0x91,0x2c,0x51,0x1b,0xf1,0xe7,0x9f,0x11,0x3b,0x06,0xa1, +0xbf,0xdf,0xee,0xf1,0x1f,0xf1,0x11,0x1e,0xf3,0x0b,0x31,0xb4,0x00,0x28,0x0f,0xb2, +0xbf,0x76,0x66,0x60,0x1f,0xf5,0x55,0x5f,0xf3,0x06,0x80,0xf5,0x9b,0x02,0xc6,0x21, +0x32,0x1f,0xfc,0xcc,0x7e,0xed,0x11,0x01,0x26,0x00,0x07,0xbb,0x00,0x23,0xcd,0xb3, +0xaf,0x09,0x17,0xe0,0x40,0xa4,0x1a,0x7f,0xe5,0xb6,0x32,0xf8,0x7f,0xf5,0xa1,0x92, +0x02,0xab,0x62,0x1e,0x0f,0x08,0x00,0x0c,0x30,0x00,0x11,0xf4,0xeb,0xc2,0x0f,0x30, +0x00,0x17,0x11,0xf6,0x97,0x3d,0x05,0x20,0x00,0x08,0xb2,0x3a,0x53,0xd0,0x00,0x04, +0xfc,0x10,0xff,0xa1,0x23,0x9f,0xd0,0x11,0x69,0x00,0xe1,0x77,0x60,0x10,0x3e,0xef, +0xff,0xee,0x34,0x40,0x00,0x01,0x37,0x6e,0x01,0x1e,0x86,0xb0,0x4f,0xe2,0x22,0xef, +0x8f,0xf6,0x11,0x14,0xff,0x04,0xfe,0xc3,0x29,0x01,0xd8,0x4f,0xf1,0x02,0xe0,0x00, +0xef,0xcf,0x60,0x00,0x04,0xfe,0x04,0xfe,0x22,0x2e,0xf3,0x54,0xd3,0x00,0x4f,0xed, +0x50,0xf0,0x00,0x30,0xcf,0xd0,0x05,0xfd,0x04,0xff,0xdd,0xdf,0xf3,0x02,0xff,0x80, +0x6f,0xc0,0x26,0x00,0x70,0x30,0x08,0xff,0x27,0xfc,0x04,0xfe,0x10,0x2c,0x41,0x0e, +0xf7,0x8f,0xb0,0x13,0x00,0x71,0x00,0x53,0x09,0xfa,0x04,0xfe,0x33,0xe4,0x5a,0x21, +0xbf,0x80,0x39,0x00,0x00,0x15,0x0f,0x11,0x04,0xf5,0x53,0x42,0x54,0x38,0xff,0x30, +0x41,0xb5,0x00,0x3b,0x57,0x12,0x87,0xcc,0xc8,0x08,0x28,0x1b,0x01,0x72,0xf5,0x22, +0x04,0xc7,0xb8,0x8d,0x44,0xdf,0x70,0x09,0xfe,0x0a,0x00,0x24,0x0e,0xfb,0x0a,0x00, +0x11,0x3f,0x42,0x06,0x00,0x0a,0x00,0x14,0x9f,0x0a,0x00,0x60,0x71,0xff,0x92,0x42, +0x22,0x20,0x0a,0x00,0x42,0x7a,0xff,0x2b,0xf7,0x28,0x00,0x20,0xbf,0xf7,0xbc,0xe7, +0x00,0x0a,0x00,0x30,0x73,0xb0,0x00,0xfa,0xcc,0x82,0x67,0x30,0x9b,0x50,0x00,0x00, +0x07,0xc3,0xc7,0x04,0x02,0x6a,0x1f,0x06,0x18,0x95,0x80,0x0f,0xfe,0xdf,0xfe,0xdf, +0xfd,0xef,0xf3,0x6b,0x2b,0x5f,0x0f,0xf1,0x1f,0xf1,0x1f,0x0a,0x00,0x03,0xaf,0x01, +0x2f,0xf4,0x2f,0xf3,0x3f,0xf3,0x3f,0xf5,0x10,0x94,0x09,0x04,0x14,0x20,0xd0,0x0f, +0x10,0x3d,0x3e,0x7f,0x14,0xe3,0x24,0xc6,0x01,0xfe,0x65,0x85,0x79,0x9c,0xfe,0x99, +0x99,0xff,0xb9,0x96,0x8d,0x47,0x11,0xfa,0x50,0xb0,0x21,0x6f,0xf6,0x8a,0x73,0x10, +0x08,0xb6,0x9c,0x01,0xd0,0x41,0x06,0xfa,0x3d,0x00,0xa4,0x34,0x10,0xf4,0x3c,0x16, +0x22,0x07,0xbb,0x1e,0x00,0x35,0xbb,0x70,0x0a,0xb7,0x92,0x07,0xe3,0xb2,0x01,0x24, +0xe8,0x00,0xcd,0x70,0x07,0x6e,0xc8,0x90,0x0f,0xf4,0x2f,0xf2,0x3f,0xf1,0x4f,0xf1, +0x00,0xf8,0x73,0x48,0xf1,0x2f,0xf0,0x3f,0x0a,0x00,0x0f,0xbe,0x00,0x01,0x08,0x33, +0xb3,0x08,0xaa,0x15,0x04,0x21,0x97,0x11,0xbb,0x8a,0x3f,0x04,0x26,0x03,0x02,0xa0, +0x00,0x71,0xff,0x52,0x8c,0x42,0x22,0xbf,0xb0,0x8e,0xb5,0x20,0xef,0xf8,0xdb,0x89, +0xaf,0x01,0x12,0xff,0x51,0x2a,0xfe,0x11,0xbf,0xb1,0x10,0xd7,0x4d,0x02,0x20,0x0d, +0xfa,0xae,0x91,0x10,0xaf,0x1a,0x51,0x80,0xf4,0x02,0xbf,0xfb,0x77,0xef,0xa0,0x00, +0xac,0xab,0x30,0x03,0xd5,0xbf,0x2f,0x04,0x10,0x7c,0x98,0x01,0x39,0x6a,0x95,0x20, +0xc8,0x00,0x70,0xfc,0xbf,0xfb,0xbf,0xfb,0xcf,0xf1,0x1f,0x20,0x14,0x0f,0xc8,0x00, +0x2f,0xf3,0x0f,0xc8,0x00,0x11,0x04,0x02,0x9b,0x05,0x08,0x00,0x20,0xf7,0x44,0x55, +0x55,0x32,0xf0,0x2f,0xf4,0x93,0x74,0x12,0x2f,0x98,0x11,0x1d,0xf0,0x28,0x00,0x04, +0x20,0x00,0x04,0x08,0x00,0x12,0xfe,0x79,0x44,0x05,0x20,0x00,0x02,0xc2,0x90,0x0b, +0x28,0x00,0x2f,0x8f,0xf0,0x70,0x00,0x0d,0x01,0xcc,0x4c,0x11,0x92,0x4a,0x07,0x00, +0x16,0x42,0x10,0xf6,0x74,0x36,0x06,0x87,0x94,0x23,0x07,0xcc,0xfc,0x90,0x10,0x80, +0x69,0x0c,0x20,0xdf,0xa2,0xa0,0x10,0x04,0xb8,0x44,0x14,0x90,0xcc,0x44,0x01,0x0a, +0x00,0x01,0x77,0x97,0x29,0xdf,0x90,0x1e,0x00,0x20,0xfd,0x66,0xc8,0xe6,0x10,0x90, +0x4d,0x23,0x01,0x5f,0x43,0x0a,0x1e,0x00,0x11,0xfc,0x5a,0x03,0x0a,0x46,0x00,0x0e, +0x1e,0x00,0x0f,0xe0,0xd6,0x01,0x07,0xd6,0x07,0x15,0x02,0x9c,0x0b,0x03,0xc4,0x5b, +0x10,0xf7,0x13,0x00,0x12,0x0e,0x09,0x61,0x00,0x13,0x00,0xa0,0x83,0x33,0x3f,0xf7, +0x0e,0xef,0xff,0xfe,0x8e,0xf5,0x02,0x54,0x00,0x76,0x11,0xa2,0xef,0x72,0x22,0x2e, +0xf7,0x06,0x6b,0xff,0x76,0x3e,0x26,0x00,0x23,0xdf,0xf2,0x39,0x00,0x40,0x3f,0xff, +0xc0,0x0e,0x26,0x00,0x00,0xd5,0xa5,0x10,0x80,0xa0,0x04,0x01,0x42,0x67,0xb1,0x4e, +0xf8,0x33,0x33,0xff,0x70,0x7f,0xcf,0xf7,0xf8,0xef,0x7e,0xdf,0x40,0xf5,0xff,0x1a, +0x0e,0x46,0x1b,0x20,0x75,0xfa,0x5f,0x00,0x00,0x26,0x00,0x42,0x0b,0x12,0xff,0x10, +0x39,0x00,0x0f,0x85,0x00,0x05,0x31,0x73,0x33,0x3f,0x13,0x00,0x22,0x0c,0xd4,0xa2, +0xa8,0x00,0x44,0x1d,0x64,0x35,0x79,0x50,0x00,0x09,0xee,0x3b,0x57,0xb0,0x6e,0xed, +0xde,0xff,0xca,0x98,0x64,0x20,0x00,0x02,0x55,0x88,0x07,0x00,0x18,0xcf,0x14,0x8f, +0x67,0x80,0x32,0x02,0x55,0x5a,0x2b,0xcf,0x13,0x0c,0xe8,0x98,0x34,0xdd,0xb0,0xef, +0x16,0x10,0x00,0x51,0x82,0x01,0xea,0x63,0x05,0x7a,0x48,0x01,0x93,0xa1,0x20,0xaa, +0xaa,0x35,0x59,0x11,0x2c,0x02,0xad,0x10,0x7b,0xa2,0x08,0x13,0xaf,0x47,0x99,0x41, +0xdf,0x60,0xff,0x61,0xd5,0xeb,0x36,0x02,0x30,0x0f,0x7c,0xb2,0x22,0x85,0x55,0xbd, +0x49,0x20,0x0f,0xfd,0x10,0x44,0x06,0x7b,0xb2,0x04,0x55,0x8f,0x28,0x7f,0xf0,0x50, +0x57,0x13,0x00,0xff,0x99,0x10,0x3c,0xb6,0x01,0x55,0xec,0xcc,0xcc,0xc5,0x04,0xbd, +0xf0,0x01,0x46,0xd5,0x10,0x32,0x19,0x65,0x11,0x01,0xfc,0x8c,0x11,0x88,0x19,0xd2, +0x03,0xb8,0x3b,0x10,0x03,0xfc,0x98,0x01,0x45,0x97,0x07,0x13,0x00,0x10,0x54,0x4d, +0x88,0x1f,0x50,0x26,0x00,0x0d,0x00,0xe8,0x98,0x61,0xff,0x50,0x00,0xce,0xff,0xfe, +0xd1,0x2e,0x17,0xed,0xac,0x81,0xf1,0x04,0x01,0x7e,0x80,0x00,0x1c,0xfb,0x51,0x00, +0x00,0x59,0xef,0xfe,0x40,0x03,0xcf,0xff,0xe8,0x20,0x8f,0xe5,0xa7,0x62,0x27,0xef, +0xfa,0x00,0x87,0x20,0x67,0xd6,0x04,0xfe,0x54,0x00,0xb1,0x0a,0x04,0xca,0x4d,0x00, +0x16,0x09,0x20,0x32,0x4f,0x9e,0x1e,0x11,0x3f,0xb6,0x6d,0x00,0x16,0x57,0x10,0xff, +0xc9,0x6d,0x80,0xf3,0x24,0xff,0x52,0xff,0x67,0xfe,0x00,0xb7,0x6a,0x50,0xf5,0x3d, +0xd0,0x7f,0xe0,0x0a,0xda,0x43,0xff,0x50,0x13,0x08,0x13,0x00,0x11,0x3f,0xc9,0x4e, +0x41,0xf0,0x01,0xff,0x53,0xd4,0x36,0x10,0xff,0xd0,0xc1,0x41,0x33,0xcf,0xb3,0x33, +0x26,0x00,0x41,0x00,0x0e,0xfe,0x10,0x26,0x00,0x10,0x00,0x4a,0x9a,0x02,0x13,0x00, +0x32,0x9f,0xff,0xfb,0x13,0x00,0xe0,0x3f,0xf8,0x5f,0xf9,0x4f,0xf5,0x45,0xff,0x50, +0x0d,0xfe,0x10,0x8f,0xf6,0x72,0x00,0xf4,0x06,0x1c,0xff,0x60,0x00,0xc7,0x4f,0xff, +0xef,0xff,0x52,0xdf,0x80,0x00,0x01,0x04,0xff,0x00,0x1d,0xd4,0x01,0x60,0x0a,0x19, +0x00,0xf1,0x02,0x73,0x4d,0xdd,0xdd,0xde,0xe6,0x01,0xff,0x1d,0x0f,0x10,0x60,0xeb, +0x2c,0x51,0x14,0x44,0x44,0x4f,0xf4,0xf5,0x6b,0x50,0x3b,0xa0,0x00,0xff,0x30,0xea, +0x32,0x11,0x06,0x0c,0xe8,0x00,0xcc,0x10,0x40,0x7f,0xb0,0x04,0xff,0x84,0xf1,0x20, +0xa6,0x08,0xd5,0x41,0x00,0x37,0x5e,0xa2,0xa0,0xaf,0x91,0x18,0xfd,0x11,0x4f,0xff, +0x8a,0xfa,0xc4,0xe2,0xc2,0xff,0xf2,0x6f,0xa0,0xde,0xee,0xee,0xef,0xfd,0x0f,0xff, +0x26,0x74,0x50,0xd0,0xb0,0x3d,0xf2,0x6f,0xa3,0x66,0x66,0x66,0x39,0xfa,0x00,0xdf, +0x26,0xe9,0xaa,0xb0,0xf7,0xbf,0x80,0x0d,0xff,0xff,0xa5,0x88,0x88,0x88,0x4e,0x8a, +0x9e,0x12,0xfa,0xda,0xba,0x20,0x0d,0xf3,0x86,0x05,0x62,0x21,0x8f,0xf0,0x00,0xbd, +0x10,0xb9,0x71,0x04,0xb9,0x20,0x0c,0x0c,0x20,0x11,0x01,0xea,0x04,0x10,0x3f,0xd4, +0x78,0x01,0xc2,0x01,0x06,0x0a,0x00,0x21,0x02,0x3f,0xbe,0x9d,0x12,0xe0,0xbf,0xbc, +0x60,0x3b,0xbb,0xdf,0xfb,0xbb,0xa0,0x0e,0xee,0x14,0x4f,0xb6,0x37,0x30,0x00,0x4f, +0xd0,0x85,0x91,0x50,0x03,0xff,0xee,0xed,0x4f,0xb8,0xf0,0x00,0x40,0x41,0x12,0xfe, +0x1e,0x00,0x40,0x4f,0xff,0x44,0xfe,0x1e,0x00,0x00,0xfb,0x07,0x90,0x10,0xfe,0x4f, +0xfb,0xdf,0xfb,0xcf,0xe0,0x0e,0x0a,0x00,0x02,0x06,0x0e,0x70,0xef,0x10,0xfe,0x26, +0x70,0xaf,0xb0,0xd9,0x01,0x42,0x10,0xfe,0x1e,0xf8,0x5e,0x5a,0x42,0xff,0xfe,0x04, +0xff,0xf0,0x2f,0x00,0x4a,0x73,0x20,0xff,0x83,0x0a,0x00,0x30,0x31,0x14,0x8e,0xd6, +0x2f,0x92,0x93,0x00,0xcd,0x10,0x02,0xef,0xf6,0x18,0xef,0x80,0x38,0x52,0x58,0x10, +0x00,0x04,0x7b,0x1e,0x0a,0x22,0x7b,0x50,0x01,0x03,0x42,0xf0,0x1f,0xf8,0x11,0x2c, +0xcf,0x11,0x09,0x02,0x5c,0xd0,0x23,0xff,0x42,0x25,0xff,0xed,0xdf,0xfe,0x10,0x00, +0x4f,0xe0,0x04,0xc7,0x79,0x10,0x40,0x82,0x43,0x03,0xe1,0x13,0x22,0xcf,0x50,0x62, +0x34,0x00,0x4d,0x0f,0x70,0x85,0xff,0x13,0xfe,0x05,0xfe,0x09,0x07,0x58,0x80,0xf2, +0x4f,0xe1,0x6f,0xe2,0xff,0xf8,0xbf,0x57,0x57,0x00,0xc9,0x00,0xf0,0x14,0x27,0xf7, +0x3f,0xfb,0xbf,0xfa,0xcf,0xe0,0xef,0xf2,0x7f,0x75,0xff,0x02,0xfe,0x04,0xfe,0x03, +0xcf,0x27,0xf7,0x6f,0xfe,0xff,0xfe,0xff,0xe0,0x0c,0xf2,0x7f,0x77,0xff,0xde,0xff, +0xde,0xa9,0x00,0x60,0xf7,0xbf,0x90,0x2f,0xe0,0x4f,0x42,0xad,0x20,0x9f,0xf5,0x26, +0x00,0xf1,0x03,0x00,0xcf,0x41,0x1a,0xff,0x10,0x2f,0xe0,0x5f,0xe0,0x08,0xa1,0x00, +0xef,0x90,0x02,0xa9,0xcf,0x61,0x0e,0x10,0xd1,0x65,0x05,0x17,0x40,0x14,0x54,0x04, +0x96,0x94,0x06,0x9a,0xba,0x12,0x0e,0x67,0x1a,0x0f,0x4b,0x90,0x02,0x1e,0xdf,0x5a, +0x79,0x14,0x56,0x7f,0xec,0x04,0xe5,0x54,0x00,0xb1,0x3e,0x61,0x92,0x03,0xff,0x50, +0x29,0xe1,0x24,0xa3,0x20,0x3f,0xf5,0xa0,0xfc,0x10,0x03,0x36,0xb4,0x00,0x58,0x6d, +0x00,0x9a,0xab,0x20,0x3f,0xf5,0xc1,0xd3,0x10,0x7f,0x5a,0x9f,0x00,0x98,0x2e,0x10, +0x3f,0x2c,0xfb,0x10,0xf5,0x89,0x27,0x91,0x5e,0x30,0x47,0x79,0xff,0x40,0x00,0x0c, +0xc5,0xf2,0x16,0x12,0xf2,0x7e,0x27,0x3d,0x0f,0xfe,0xb4,0x92,0x7b,0x13,0xb0,0xd2, +0xbe,0x00,0xb1,0xfc,0x01,0x81,0x48,0x14,0x08,0xf1,0x02,0xb0,0xc0,0x07,0xde,0xff, +0xfd,0xd4,0xdd,0xef,0xff,0xed,0xa0,0xbe,0xb5,0x20,0x10,0x02,0x4b,0x36,0x00,0x9e, +0x4f,0x20,0xf5,0x3e,0x69,0xad,0xf6,0x0d,0x1d,0xfe,0xaf,0xb5,0xd8,0xff,0x9b,0xf9, +0xdf,0xe2,0x09,0xe2,0x7f,0xb0,0x02,0xe7,0x0b,0xf7,0x1c,0xa0,0x00,0x10,0x24,0x30, +0x00,0x10,0x03,0x42,0x4d,0xa6,0x00,0xce,0x9a,0x02,0x8d,0x08,0x05,0x59,0x50,0x0e, +0xa3,0x43,0x03,0x29,0x00,0x10,0x85,0xf1,0x04,0x12,0x84,0xe3,0xeb,0x20,0x0f,0xf5, +0xc2,0x1c,0x30,0x02,0xcf,0xf6,0xbc,0x03,0xa0,0x8f,0xfb,0x00,0x0b,0xff,0x60,0xbf, +0xff,0xf3,0x00,0xe4,0x55,0x30,0x83,0x00,0x4f,0x46,0x1e,0x12,0x54,0x83,0xcf,0x03, +0xd0,0x12,0x20,0x19,0xfe,0x49,0x74,0x05,0x99,0x4d,0x11,0xbe,0x45,0x8d,0x00,0xdd, +0x97,0x70,0x8c,0x73,0xea,0x42,0x9f,0x64,0xcc,0x26,0xa6,0x40,0x4d,0xff,0xf5,0x05, +0x3e,0x4d,0x51,0x95,0xcf,0xeb,0xfe,0x76,0x09,0x00,0x41,0xd6,0x00,0x2a,0x85,0x50, +0x4d,0x03,0xb1,0x01,0x11,0x8c,0xfe,0x4d,0x24,0xcc,0x00,0xab,0x42,0x05,0xf5,0x50, +0x16,0xf3,0x09,0x00,0xf0,0x00,0xf5,0x04,0xff,0x30,0x7f,0x60,0x1f,0xf3,0x0f,0xf5, +0x3e,0xfb,0x57,0xbf,0xf3,0x09,0x00,0x10,0x7f,0x73,0x00,0x90,0x2f,0xf3,0x0f,0xf5, +0x2f,0xda,0x86,0x42,0xa5,0x12,0x00,0x10,0x01,0x20,0x09,0x22,0xcf,0xf1,0xe5,0x21, +0x19,0xaf,0xf5,0x1e,0x22,0x03,0x97,0xe9,0x4a,0x30,0x04,0x7b,0xef,0xe3,0x91,0x02, +0xfb,0x19,0x21,0xc7,0x20,0x0a,0x00,0x90,0x07,0x99,0xff,0x00,0x03,0x52,0x5f,0xe2, +0x9b,0x12,0x28,0x00,0x2d,0x9b,0xe0,0xe3,0xff,0x30,0x14,0x47,0xff,0x44,0x2c,0xf9, +0x5f,0xe0,0xcf,0x90,0x4f,0x30,0xaa,0x60,0xf5,0x5f,0xe0,0x6f,0xf0,0x4f,0x65,0x54, +0x70,0xf2,0x5f,0xe0,0x1f,0xf4,0x00,0x0d,0xcb,0x43,0xd1,0x5f,0xe0,0x0d,0xe4,0x00, +0x4f,0xff,0xf4,0x5d,0x80,0x5f,0xe0,0x01,0x24,0x4f,0x00,0x50,0x00,0xf2,0x0a,0xae, +0x80,0x05,0xff,0xff,0x8f,0x20,0x00,0x5f,0xe3,0xff,0x70,0x1e,0xf8,0xff,0x15,0x00, +0x00,0x15,0x5c,0xfe,0x00,0x6f,0xc4,0xff,0x8e,0xb3,0x40,0x00,0x0e,0x34,0xff,0x8f, +0x2c,0x00,0x6f,0x09,0x20,0x04,0xff,0x8e,0x13,0x11,0xfa,0x5f,0x10,0x22,0x05,0xbf, +0xc7,0x80,0x00,0xc7,0x8d,0x23,0xfe,0x80,0xd0,0x28,0x14,0xb9,0xea,0x02,0x41,0x54, +0x00,0x57,0x30,0x3a,0xce,0x52,0xbf,0xff,0x10,0xcf,0x90,0x56,0x1a,0xa1,0xe9,0x31, +0xff,0x84,0x44,0x44,0x40,0x05,0xbb,0xfe,0x05,0x2b,0x00,0x63,0xbb,0x30,0xfe,0x00, +0x0d,0x29,0x45,0xc2,0xf0,0x03,0x47,0xff,0x44,0x7f,0xf3,0x4f,0xf1,0x8f,0x90,0x0e, +0x8e,0xe1,0x21,0xf1,0xbf,0xaf,0x41,0x11,0x5c,0x86,0x9d,0x00,0x57,0x14,0x50,0x04, +0xb8,0x4f,0xf4,0xbd,0x71,0x06,0xf1,0x10,0xe2,0x08,0xfb,0x4f,0xf2,0xff,0x20,0x00, +0xaf,0xff,0xfd,0x1c,0xf7,0x4f,0xf1,0xcf,0x70,0x02,0xff,0xfe,0xaf,0x3f,0xf4,0x4f, +0xf1,0x8f,0xc0,0x0b,0xf9,0xfe,0x28,0x23,0xf5,0xd0,0xf0,0x4f,0xd4,0xfe,0x00,0xcf, +0xa0,0x4f,0xf1,0x0f,0xf4,0x0d,0x53,0x45,0x3d,0xe0,0x4f,0xf1,0x0d,0xf7,0x03,0x03, +0xfe,0x00,0x18,0x00,0x4f,0xf1,0x06,0x40,0x78,0x00,0x21,0x00,0x24,0xfe,0x5e,0x20, +0x03,0xfe,0xab,0x14,0x13,0xe0,0x0a,0x00,0x31,0x0d,0xda,0x30,0xc9,0x00,0xb1,0x91, +0x00,0x00,0x9a,0x60,0x00,0x00,0x03,0x6a,0xef,0xfb,0x52,0xa6,0x00,0x5c,0x0b,0x30, +0xb6,0x00,0xaf,0x02,0xbb,0x80,0x04,0x99,0xfe,0x00,0x4d,0xff,0xee,0xef,0x21,0x1d, +0xf2,0x04,0xfe,0x02,0xef,0xd7,0x20,0x5f,0xf7,0x00,0x04,0x47,0xff,0x44,0x48,0x6f, +0xfa,0xff,0xb0,0x00,0x2f,0xe2,0xfe,0x12,0xf8,0x86,0x0f,0x42,0x58,0xef,0xff,0xc3, +0x81,0xd9,0x41,0xef,0xfd,0x9f,0xf9,0x4e,0x2c,0xd1,0xe2,0x39,0x31,0xdf,0xff,0xef, +0xc3,0x00,0xef,0xff,0xfd,0x10,0x3d,0xcc,0x2b,0xf1,0x10,0xfd,0xfe,0xae,0x28,0xff, +0xd2,0x01,0xdf,0xa0,0x0d,0xf7,0xfe,0x25,0xcf,0xfb,0x66,0x0a,0xff,0x30,0x4f,0xc4, +0xfe,0x00,0x2e,0x67,0xff,0xcf,0xf9,0x00,0x0d,0x44,0xa7,0x54,0x00,0xd0,0x03,0x20, +0x04,0xfe,0xc8,0x2e,0x21,0xfb,0x00,0xbd,0x85,0x22,0x38,0xdf,0x45,0x0f,0x22,0xfe, +0x04,0xc0,0xc9,0x00,0x14,0x00,0x2d,0xac,0x71,0x1c,0x18,0x14,0x50,0xc2,0x26,0x33, +0xbf,0xf5,0x2f,0xcd,0x89,0x22,0xff,0xe8,0x0a,0x00,0x31,0x04,0xbb,0xfe,0xc8,0x64, +0x10,0xef,0xb3,0x0d,0x03,0x0a,0x00,0x00,0x86,0x01,0x02,0x1e,0x00,0x00,0x6e,0x04, +0x03,0x32,0x00,0x35,0xce,0xff,0xcc,0xe0,0x12,0x02,0x8e,0x40,0x00,0xb6,0x66,0x23, +0xf2,0x5f,0x66,0x99,0xc0,0xff,0xfd,0x12,0x22,0x7f,0xf3,0x22,0x20,0x05,0xff,0xfe, +0xcf,0x92,0xbc,0x00,0xf0,0x88,0x31,0xfe,0x4a,0x0d,0x78,0x1b,0x42,0x2f,0xe5,0xfe, +0x00,0x0a,0x00,0xb1,0x0b,0x64,0xfe,0x00,0x01,0x22,0x7f,0xf2,0x22,0x10,0x02,0x7b, +0x86,0x02,0x99,0xa5,0x23,0xfe,0x01,0x4a,0x48,0x08,0x0a,0x00,0x02,0x79,0xfa,0x13, +0x31,0xc5,0x26,0x08,0x2f,0xd3,0x00,0x87,0x01,0x10,0x30,0x83,0x77,0x03,0x9e,0xdf, +0x24,0xe7,0xef,0xc4,0x1b,0x32,0xef,0x94,0x44,0x09,0x0f,0xf1,0x0f,0xef,0x60,0x06, +0xb1,0x00,0x5c,0x50,0x0e,0xf8,0xef,0x63,0xcf,0xfb,0x01,0xff,0xfd,0x58,0x95,0x05, +0xbf,0xff,0x90,0x00,0x2a,0xff,0xfd,0x40,0x8f,0xff,0xe5,0xc7,0x02,0x30,0xf2,0x1e, +0xfa,0x04,0x04,0x54,0x12,0x7e,0x60,0x03,0x6f,0xd3,0x10,0x16,0x5f,0x1d,0x17,0x04, +0xc2,0x53,0x0b,0x09,0x00,0x00,0x31,0x07,0x20,0x19,0xff,0x34,0x07,0x05,0xce,0xbe, +0x05,0x09,0x00,0x04,0x3a,0x0c,0x0b,0x63,0x07,0x24,0x6c,0xf1,0x69,0x07,0x11,0x6f, +0x19,0x46,0x15,0x0a,0xf9,0x4c,0x07,0x0a,0x00,0xf1,0x0b,0xfb,0x00,0x28,0x10,0x00, +0x82,0x00,0xdf,0x90,0x0a,0xfb,0x07,0xff,0xb0,0x09,0xff,0xa2,0xce,0x90,0x01,0x27, +0xcf,0xf9,0x00,0x02,0xaf,0xa4,0xb6,0x50,0xfe,0x60,0x01,0x10,0x04,0x9d,0x4a,0x83, +0x3e,0x81,0x00,0x5f,0xf2,0xae,0x28,0xd1,0x16,0x81,0x20,0xaf,0xe1,0x10,0x4b,0x00, +0xb7,0x1c,0x46,0x5e,0xf8,0x55,0x40,0x92,0xb0,0x10,0x0c,0x09,0x9b,0x00,0xd1,0x4a, +0x02,0xe5,0x18,0x04,0xf0,0x4c,0x32,0x8f,0xf9,0xaf,0xd3,0x45,0x70,0x4c,0xff,0xd0, +0x0d,0xff,0x92,0x00,0xff,0xae,0x10,0xfb,0x8d,0x29,0x61,0xd9,0x71,0x09,0xff,0xfc, +0x40,0x85,0xcf,0x32,0xb0,0x01,0xb7,0x01,0xaf,0x29,0x8c,0x20,0x36,0xcc,0x11,0x7f, +0x86,0x0c,0x40,0x5a,0xaa,0xaa,0xac,0xc6,0x56,0x25,0xaa,0x07,0xb9,0x13,0xf0,0x1a, +0x7f,0xe2,0x25,0xc6,0x22,0x3b,0xb5,0x2a,0xff,0x06,0xdc,0x2a,0xff,0xe1,0x04,0xff, +0xfb,0xbb,0xa0,0x17,0xcf,0xff,0xa4,0x20,0x01,0x9f,0xff,0xc3,0x04,0xff,0xfd,0x40, +0xdf,0xd0,0x00,0x1a,0xff,0xe1,0x0c,0xb4,0x10,0xd2,0x89,0x24,0x05,0xd3,0x07,0x4a, +0x00,0xa6,0x75,0x50,0xd9,0xac,0xa9,0x99,0x9a,0x92,0x40,0x51,0xf9,0x07,0xfc,0x66, +0x65,0x18,0xde,0x11,0x97,0x12,0xdc,0x00,0xce,0x43,0x41,0xcc,0x97,0x2b,0xf7,0x13, +0x00,0x20,0x90,0x2a,0x59,0xf1,0x00,0x26,0x00,0x50,0x49,0xef,0xee,0xfb,0x3f,0x13, +0x00,0x50,0x9c,0xfc,0x60,0x08,0xb1,0x13,0x00,0x31,0xfd,0xcc,0xaa,0x29,0xde,0x04, +0x21,0x07,0x13,0x70,0xdc,0xa4,0x2b,0x1e,0xe6,0x46,0xb1,0x03,0x74,0x1f,0x12,0xdd, +0x61,0x4e,0x18,0xdd,0x20,0xa6,0x83,0x22,0x39,0xe4,0x22,0x22,0x6d,0xa3,0x22,0x01, +0xa4,0x10,0xaf,0x1c,0xcb,0x05,0x98,0x9e,0x06,0x7a,0x37,0x23,0x02,0x23,0xfb,0xa1, +0x17,0x20,0x38,0xb3,0x21,0x06,0xff,0xda,0x50,0x12,0x70,0xdd,0x9e,0x02,0x33,0x0c, +0x12,0x06,0x25,0x0d,0x26,0x70,0x00,0x28,0x00,0x00,0x82,0x78,0x43,0xd2,0x3f,0xf5, +0x22,0x64,0xa0,0x51,0x1f,0xf3,0x00,0x0a,0x20,0x14,0xf3,0x20,0x1f,0xf3,0xc8,0x68, +0xb0,0x27,0xef,0xf7,0x00,0x1f,0xf6,0x11,0x5f,0xe0,0x1d,0xff,0xf7,0x86,0x01,0x78, +0xf4,0x30,0xfe,0x82,0x00,0x80,0xfa,0x46,0xfc,0x20,0x01,0x20,0xd2,0x2f,0x15,0xa0, +0xa3,0x72,0x71,0xf5,0x00,0xdf,0x50,0xdf,0x60,0x9f,0x8b,0x76,0x02,0x0a,0x00,0x42, +0x03,0x37,0xf9,0x32,0x0a,0x00,0x10,0x1f,0xdc,0xd1,0x50,0xca,0xff,0xda,0xef,0xa0, +0x8f,0x61,0x11,0xdf,0x1f,0x0e,0x51,0x02,0x51,0x06,0x61,0x34,0xfd,0xbe,0x52,0x08, +0xf4,0x0d,0xfa,0xff,0x31,0x76,0x42,0xf6,0x0f,0xf8,0xff,0x12,0xb8,0x50,0xf8,0x0f, +0xc1,0x22,0x25,0xff,0x95,0xe3,0x02,0xfa,0x2f,0x91,0xbb,0xbd,0xff,0xcb,0xbb,0xa0, +0x01,0xfb,0x4f,0x71,0x6c,0x07,0x60,0xfc,0x6f,0x41,0xff,0x3f,0xe4,0x96,0xa1,0xd2, +0x30,0x9f,0xc8,0xff,0x0f,0xd1,0xfb,0x2f,0xe0,0x15,0x8c,0xff,0xfa,0x0a,0x00,0x42, +0x3f,0xff,0xff,0xc7,0x0a,0x00,0x41,0x0f,0xd9,0x51,0x01,0x0a,0x00,0x00,0x56,0x06, +0x00,0x0a,0x00,0x31,0xfd,0xdf,0xd0,0x91,0x0a,0x3a,0x0d,0xb1,0xd9,0xe5,0x71,0x14, +0x20,0xe9,0x59,0x24,0x06,0xfd,0xea,0x59,0xb2,0x0e,0xfe,0x99,0x99,0x2b,0xff,0xaa, +0xaa,0xa2,0x00,0x7f,0x7e,0x5a,0x00,0xac,0x7a,0xe0,0x69,0xfd,0x12,0xef,0xc1,0xef, +0xa1,0x10,0x0e,0xfb,0x02,0xff,0x37,0xff,0x53,0xbb,0x94,0x02,0xc5,0x22,0xc8,0x33, +0x8b,0x22,0x3c,0x60,0xbd,0x16,0x00,0x77,0x16,0x11,0x5c,0xd7,0x1f,0x21,0xcf,0xf4, +0xdd,0x07,0x55,0x6f,0xf1,0x11,0x2f,0xf4,0x64,0x0d,0x00,0x5b,0x55,0x01,0xa7,0xf7, +0x21,0xdd,0xd4,0x70,0x3e,0x03,0x57,0xb5,0x15,0x3f,0x87,0xa5,0x00,0x08,0xc8,0x11, +0xfe,0xc8,0x05,0x00,0x6f,0x01,0x11,0xf0,0xf3,0x87,0xf0,0x00,0x02,0xaf,0xfc,0x7f, +0xf0,0x12,0x2b,0xfe,0x00,0x05,0xcf,0xff,0x90,0x5f,0xf0,0x4c,0x82,0x70,0x06,0xff, +0xd5,0x00,0x5f,0xf0,0x0d,0x31,0x7b,0x15,0x96,0x06,0xd3,0x24,0x02,0x10,0x06,0x16, +0x22,0x0d,0xf9,0xda,0x9c,0x00,0xc4,0x44,0x70,0xbb,0xb8,0x3f,0xfe,0xbb,0xbb,0xb0, +0xb9,0xd0,0x22,0xfd,0xef,0x90,0xbc,0xe0,0x9f,0xf3,0x3d,0xff,0x5a,0xfe,0x33,0x30, +0x4f,0xf5,0x1f,0xf3,0x0a,0xf9,0xd2,0x6c,0x86,0x02,0x90,0x07,0x30,0x4f,0xf4,0x00, +0x73,0x36,0x08,0x12,0xf4,0x27,0xcd,0x10,0xfe,0xba,0x29,0x10,0x01,0x38,0x5f,0x13, +0xf4,0x47,0x19,0x0e,0xbd,0x1b,0x05,0x1f,0xa4,0x15,0x04,0x3f,0x3c,0x06,0x0a,0x00, +0x02,0x83,0x48,0x01,0xf0,0x02,0x00,0xe0,0x55,0x02,0x78,0x22,0x00,0xea,0xaf,0x32, +0x32,0x7f,0xf1,0x4d,0x8c,0x16,0x30,0x5d,0x93,0x11,0x9f,0x74,0xba,0x10,0x05,0xea, +0x20,0x11,0xb7,0xc8,0x00,0x30,0xfb,0x11,0x11,0xa2,0xac,0x10,0x10,0xe8,0x0b,0x22, +0xfd,0x7f,0x7a,0x9e,0xe0,0xef,0xfd,0xcd,0xff,0xdd,0xff,0xcc,0xc0,0x0a,0xff,0x2c, +0xf8,0x05,0xec,0x9b,0x16,0x90,0x0a,0xf7,0x05,0xe9,0x6f,0xfb,0x00,0x6f,0xc0,0x2a, +0xfa,0x32,0x1a,0xff,0xef,0x85,0x13,0x60,0x18,0xff,0xe4,0x1b,0xff,0x92,0xf0,0x1c, +0xc1,0xff,0xfd,0x32,0x22,0x9f,0xff,0xd8,0x30,0x0d,0xff,0xfc,0xff,0x14,0xdc,0x40, +0xf4,0x05,0xf9,0x20,0x16,0x03,0x30,0x20,0x5b,0x70,0x83,0x25,0x40,0x17,0x60,0x00, +0x28,0xb8,0x6d,0x01,0x2f,0x39,0x12,0x8f,0x9a,0xc4,0x22,0x0d,0xf7,0xb2,0x52,0x12, +0x5f,0xcf,0xea,0x00,0x13,0x02,0x31,0xb2,0x01,0xd7,0x4d,0xb5,0x20,0x11,0x12,0x3e, +0x05,0x3e,0xf4,0x11,0x10,0x84,0xbe,0x00,0xc5,0x29,0x05,0x8c,0x17,0x00,0x59,0x94, +0x12,0x0c,0x2a,0x0d,0x90,0xfe,0xdd,0xd9,0x5f,0xfe,0xdd,0xdd,0xd0,0x05,0x7b,0x0f, +0x11,0xff,0xac,0x14,0x60,0xfb,0x4f,0xf3,0x1e,0xfe,0x14,0x71,0x80,0x85,0xc5,0x6e, +0xd7,0x67,0xe9,0x66,0xde,0x70,0x5b,0x0a,0x00,0xe7,0xbb,0x10,0xfc,0x1e,0x03,0x2f, +0x8f,0xf1,0x14,0x00,0x21,0xf7,0x02,0x04,0x68,0xff,0x76,0x66,0xcf,0xe6,0x60,0x00, +0x02,0x22,0x25,0xff,0x42,0x22,0xbf,0xd2,0x9b,0xe4,0x51,0xf0,0x0b,0xbb,0xcf,0xfe, +0xfd,0x12,0x52,0xb0,0x00,0x16,0xef,0xf5,0x99,0x21,0x11,0x05,0x4c,0x60,0x01,0xa3, +0x21,0x28,0x9c,0x70,0xad,0x21,0x07,0xfb,0x44,0x14,0x10,0x3f,0x90,0x13,0x05,0xef, +0xb0,0x71,0x99,0x99,0x0b,0xff,0x99,0x99,0x91,0xeb,0x04,0x11,0x5f,0xc0,0x43,0xf5, +0x0f,0xff,0x28,0xfc,0x00,0xcf,0xa1,0xdf,0xa0,0x00,0x1b,0xf6,0x00,0xec,0x5c,0xd7, +0x10,0x3f,0xb0,0x00,0x02,0x96,0x66,0x86,0x7f,0xf9,0x66,0x68,0x66,0x40,0x05,0x63, +0x47,0x01,0x02,0x8b,0x00,0x25,0xe6,0x32,0xb0,0x05,0xfe,0xa7,0x22,0x33,0xef,0xb0, +0x00,0x97,0xd3,0x22,0x41,0x10,0x0b,0xd4,0x13,0x01,0x79,0x40,0x04,0xc3,0x16,0x01, +0xe5,0x05,0x11,0xaa,0x7f,0x39,0x23,0xa6,0x66,0x56,0x82,0x06,0xe7,0x19,0x20,0xff, +0x83,0xfc,0xcc,0x01,0x0a,0x00,0x6a,0xdb,0xbb,0xbb,0xbb,0xbf,0xf4,0x1e,0x00,0x14, +0x70,0x53,0xc0,0x10,0x37,0xa9,0x04,0x21,0x67,0x30,0x71,0x61,0x22,0x0f,0xf5,0xa9, +0xe7,0x40,0x9f,0xf3,0x0f,0xf5,0xd5,0x2b,0xb5,0x01,0x33,0x4f,0xe6,0x3f,0xf7,0x4b, +0xf6,0x33,0x30,0x07,0xcc,0x01,0x06,0x0a,0x00,0x01,0x4b,0xc8,0x01,0xf0,0x9b,0x60, +0x00,0x02,0x8f,0xff,0x6f,0xfb,0x89,0x96,0x80,0x07,0xdf,0xff,0xd2,0x0f,0xf5,0x07, +0xef,0xee,0x02,0xa2,0xe7,0x00,0x08,0x83,0x00,0x07,0xef,0x80,0x00,0x74,0x33,0x4f, +0x35,0x07,0x00,0x02,0x29,0x92,0x16,0x0a,0xc6,0x9d,0x08,0x34,0x03,0x21,0x1c,0xff, +0x9c,0x1d,0x00,0x67,0x21,0x20,0xf9,0x3f,0xa8,0x02,0xf0,0x00,0x06,0x9c,0xff,0xff, +0x80,0x03,0xdf,0xff,0xea,0x73,0x09,0xff,0xff,0xa3,0x00,0x71,0xb4,0x41,0xe1,0x01, +0xc9,0x51,0x62,0x18,0x22,0x8c,0x50,0x8c,0x41,0x20,0xef,0x80,0x41,0x29,0x41,0xff, +0x38,0x93,0x00,0xa6,0x8c,0x40,0xf1,0xff,0x3e,0xf3,0x0a,0x00,0x00,0x5d,0x21,0x30, +0x5f,0xd0,0x00,0x3c,0x45,0x51,0x06,0xf8,0xff,0xaf,0x70,0x11,0xb2,0x51,0x04,0xfa, +0xff,0xef,0x10,0x0a,0x00,0x51,0x02,0x32,0xff,0x53,0x10,0x28,0x00,0x11,0x3f,0x43, +0x03,0x0a,0x0a,0x00,0x90,0x03,0x3c,0xff,0x63,0x35,0x55,0xff,0xb5,0x55,0x86,0x72, +0x02,0x5a,0x9f,0x10,0xe0,0xc8,0x0a,0x00,0x20,0xd5,0x71,0xef,0xe0,0x04,0xff,0xff, +0xdf,0xcf,0xa8,0x7a,0x61,0x1e,0xf9,0xff,0x4e,0x7f,0xf4,0x8a,0x7f,0x41,0xf2,0xff, +0x33,0x0f,0x0a,0x00,0xe3,0x0e,0x70,0xff,0x30,0x0f,0xf7,0x44,0x44,0xaf,0xe0,0x04, +0x00,0xff,0x30,0x3c,0x00,0x09,0x0a,0x00,0x00,0x28,0x00,0x1a,0x7e,0x50,0x02,0x05, +0xcb,0x7c,0x22,0xf8,0x00,0x8b,0x6f,0xd0,0x08,0x69,0xf8,0x9a,0x69,0x99,0xdf,0xd9, +0x99,0x80,0x0e,0xc9,0xf8,0xc9,0x8a,0x00,0x6a,0xac,0xd2,0xfa,0xfa,0xfb,0x12,0x22, +0xaf,0xb2,0x22,0x20,0x06,0xfd,0xfd,0xf5,0x6c,0x66,0x50,0x04,0xfe,0xff,0xf0,0x09, +0x28,0x00,0xb0,0x40,0x05,0x5b,0xfa,0x52,0x88,0x88,0xcf,0xd8,0x88,0x83,0xc7,0x80, +0x02,0x8d,0x57,0x43,0x1e,0xef,0xff,0xe6,0xa6,0x09,0x32,0x2f,0xfd,0x10,0x9c,0xd8, +0x00,0x4d,0xe3,0x60,0x0f,0xfc,0xaa,0xaa,0xff,0x30,0x5a,0xf9,0x70,0x0f,0xf8,0x55, +0x55,0xff,0x30,0x07,0x2b,0x06,0x02,0x3d,0x74,0x50,0xfb,0xf8,0xa5,0x0f,0xf4,0xd5, +0x95,0x42,0x3f,0xc9,0xf8,0x00,0x14,0x00,0xd1,0x0c,0x59,0xf8,0x00,0x0f,0xfa,0x99, +0x99,0xff,0x30,0x03,0x09,0xf8,0x96,0x6e,0x00,0x88,0x6d,0x01,0x0a,0x00,0x33,0xde, +0xff,0x20,0x0a,0x00,0x28,0xaf,0xe8,0x09,0x71,0x08,0xd1,0xd4,0x30,0x12,0x46,0x8a, +0x01,0x29,0x14,0xcd,0xc0,0x2b,0x02,0x5d,0x2e,0xb3,0x85,0x20,0x00,0x00,0x34,0x43, +0x8f,0xfa,0x00,0x06,0x10,0x16,0xde,0x31,0x09,0xfc,0x10,0xe7,0x66,0x12,0x01,0xb2, +0x88,0x14,0xdf,0x5c,0xfc,0x10,0x09,0xf2,0xe2,0x20,0x40,0x60,0xa3,0x07,0x61,0x05, +0xef,0xf9,0x10,0xdf,0x90,0x1f,0x09,0x30,0xc3,0x01,0x28,0xb7,0x67,0x32,0xcf,0xff, +0xfe,0x16,0x31,0x10,0xaf,0x47,0x04,0x80,0xba,0x8a,0xff,0x20,0x04,0x97,0x53,0x22, +0x3f,0xed,0x90,0xc2,0x00,0x00,0x9c,0x60,0x1f,0xf4,0x09,0xe3,0xb9,0x68,0xa0,0xfa, +0x01,0xff,0x43,0xef,0xf7,0x00,0x01,0xbf,0xfb,0xee,0x2c,0x90,0xdf,0xfa,0x00,0xcf, +0xfa,0x14,0x46,0xff,0x40,0x0b,0x52,0x30,0xb8,0x00,0xdf,0x7d,0x02,0x11,0xb8,0xe4, +0x0e,0x14,0xc5,0x73,0x46,0x03,0x05,0x91,0x32,0xe0,0xef,0x39,0x09,0x39,0x42,0xff, +0x0e,0xf3,0x9f,0x76,0x49,0x80,0xf0,0xef,0x30,0x2e,0xf6,0x18,0xfe,0x00,0x13,0x00, +0x51,0x00,0x3f,0xfb,0xff,0x30,0x13,0x00,0x40,0x04,0xcf,0xff,0xa2,0x13,0x00,0xe0, +0xf5,0xbf,0xff,0xfe,0xff,0xfe,0x80,0x01,0x10,0xef,0xfd,0xff,0xd3,0x08,0x7a,0x18, +0x70,0x1d,0xff,0xa9,0x44,0x60,0x01,0x79,0x1d,0x0c,0x43,0xc9,0xac,0xff,0x80,0xf2, +0x5a,0x20,0xfe,0x61,0x05,0x0c,0xf2,0x00,0x3b,0xcf,0xff,0xd6,0x00,0xaf,0xe4,0x00, +0x00,0x58,0xdf,0xff,0xfb,0xbc,0xcd,0x2b,0x3f,0x01,0xee,0x68,0xf0,0x0b,0xf5,0x00, +0x5b,0x99,0x65,0x4f,0xf8,0x00,0x30,0x78,0x00,0x00,0x2c,0xfb,0x00,0xef,0x72,0xdf, +0x91,0x00,0x01,0x8f,0xfe,0x40,0x0f,0xf7,0xc5,0x48,0x30,0xbf,0xfc,0x29,0xc2,0xbf, +0x60,0xcf,0xf5,0x00,0x96,0x00,0x2f,0x72,0x24,0x19,0x85,0x9d,0x04,0x16,0xd8,0x59, +0x43,0x21,0x40,0x24,0x9e,0x59,0x00,0x9a,0x0b,0x03,0x78,0x2c,0x24,0x5f,0xf4,0x0a, +0x00,0xe1,0xdf,0xa0,0xa6,0x11,0x11,0xbf,0xf1,0x11,0x10,0x09,0xfe,0x15,0xff,0x70, +0x57,0x09,0x42,0x6f,0xff,0xef,0xfd,0x61,0x09,0x02,0x6d,0x4f,0x10,0xaf,0xad,0x52, +0x33,0x6a,0xff,0x60,0xea,0xb2,0x31,0x4f,0xf8,0x00,0x0a,0x00,0x00,0xff,0xbd,0x12, +0xbd,0x0a,0x00,0x01,0x4a,0x47,0x01,0x0a,0x00,0x42,0x0f,0xfe,0xb9,0x64,0x0a,0x00, +0x22,0x04,0x10,0x55,0xad,0x01,0x70,0xa4,0x12,0xca,0x0a,0x00,0x14,0x4c,0x01,0x4a, +0x52,0xf2,0x4f,0xff,0xfc,0x84,0x0a,0x00,0x23,0x1b,0x74,0xb7,0xea,0x17,0x61,0x4e, +0x38,0x12,0x01,0x42,0xc6,0x02,0xe4,0xa2,0x00,0xf7,0x0f,0x11,0xe1,0xf6,0x09,0x03, +0x26,0x3b,0x80,0x6f,0xe1,0x00,0x44,0xff,0x74,0xdf,0x90,0x36,0xf8,0x50,0xe6,0x01, +0xff,0x30,0xff,0x93,0x82,0x31,0x09,0xfd,0x03,0xd4,0x3b,0x11,0x6f,0x93,0x08,0x51, +0x08,0xff,0xcd,0x70,0x2f,0x73,0xbb,0x10,0x0d,0x61,0x4d,0x10,0x29,0x5f,0xef,0xb1, +0x63,0x33,0xef,0x60,0x00,0x4f,0xf4,0x55,0x09,0xff,0xd0,0x67,0x37,0x80,0xff,0xfa, +0x0d,0xff,0xf5,0x08,0xfd,0x00,0xef,0x6c,0x20,0x0f,0xfd,0x1a,0x8e,0xe0,0x1f,0xfa, +0x51,0x01,0x4f,0xf1,0xef,0xef,0xd0,0x00,0x04,0x00,0x17,0xdc,0xae,0x81,0x10,0x50, +0x0c,0x42,0x00,0x42,0xb2,0x20,0xff,0x80,0x16,0x83,0x10,0x7a,0x4a,0x21,0xf0,0x04, +0xfa,0x10,0x0d,0xfb,0x40,0x4f,0xf9,0xbf,0xfe,0x3b,0xff,0xf3,0x05,0x20,0x00,0x4e, +0xe0,0x7f,0xc2,0x73,0x13,0x00,0xf7,0x8a,0x18,0x04,0xc1,0xd7,0x00,0xa1,0x04,0x10, +0xc5,0xb7,0x00,0x01,0x0f,0xb5,0x00,0xd3,0xf1,0x01,0x74,0x05,0x21,0x1f,0xf6,0x0a, +0x00,0x10,0x60,0xd1,0x62,0x00,0xc4,0x1e,0x00,0x17,0x41,0x60,0xef,0x64,0x91,0x0f, +0xf6,0x00,0xc8,0x00,0x60,0xfc,0x0c,0xfa,0x1f,0xf4,0x01,0x8f,0xc2,0x30,0xfe,0xef, +0xf2,0x91,0x79,0x01,0x92,0x84,0x21,0x80,0x3f,0xad,0xc3,0x60,0x06,0x4b,0xfd,0x00, +0x5f,0xf0,0x14,0x67,0x00,0x3a,0x08,0xd0,0x7f,0xf4,0x08,0xff,0xb0,0x00,0x03,0xff, +0xca,0xd2,0xaf,0xfc,0x0c,0xd6,0x72,0x01,0x1a,0x75,0x10,0x6f,0x5d,0x21,0x51,0xfc, +0x96,0x22,0xff,0xef,0xb4,0x0f,0xf2,0x22,0x00,0x01,0x67,0xff,0x3c,0xcf,0xf8,0xfd, +0x00,0x00,0x16,0xbf,0xfe,0xfc,0x01,0xff,0x92,0xff,0x40,0x2c,0xff,0xff,0xef,0xf8, +0x0a,0xff,0x40,0xdf,0xd0,0x0f,0xfe,0x82,0xdf,0xf1,0x5f,0xfb,0x00,0x5f,0xf4,0x07, +0x40,0x00,0x7f,0x80,0x2c,0xf2,0x00,0x0c,0x70,0x90,0x40,0x11,0x40,0xc8,0x00,0x10, +0x77,0x00,0x3f,0x01,0x13,0xce,0x00,0xc3,0x19,0x32,0xfe,0x7f,0xf7,0x07,0x0a,0x30, +0x06,0xff,0x07,0x44,0x7e,0x01,0xbb,0x41,0x91,0x24,0xa9,0x30,0x00,0x5f,0xf2,0x65, +0x16,0x8c,0xbb,0xa4,0x90,0xef,0x71,0xff,0x8f,0xff,0xff,0xfe,0xb8,0x40,0x83,0x5b, +0x32,0x0c,0xb9,0xff,0x70,0xcb,0x00,0x74,0x54,0x91,0x43,0x69,0xa0,0x06,0xa8,0xff, +0xa0,0x01,0x47,0x60,0x05,0x11,0x09,0x37,0x86,0x00,0x6b,0x89,0xa0,0x7f,0xf7,0x69, +0x6f,0xeb,0xef,0xb0,0x0a,0x40,0x08,0xae,0x1d,0x60,0x00,0x8f,0xd0,0xaf,0xe1,0x0a, +0xae,0xde,0x00,0x59,0xe7,0x32,0x40,0x04,0x84,0xc8,0x4c,0x11,0xf6,0xa7,0x6e,0x00, +0x9a,0x02,0xf1,0x11,0x60,0x00,0x04,0x8d,0xff,0xff,0x20,0x5d,0xff,0xff,0x13,0xc2, +0x0b,0xff,0xfb,0x62,0x8e,0xff,0xfa,0xff,0xc9,0xf6,0x08,0xc6,0x10,0x00,0xbf,0xfb, +0x20,0x7f,0xff,0xf2,0xe1,0x08,0x58,0x20,0x00,0x07,0xee,0x70,0x24,0x89,0x54,0xd6, +0x00,0x00,0x2f,0xe3,0x2e,0xbf,0x22,0x5f,0xf0,0xe5,0x5a,0x13,0x05,0x12,0x22,0x24, +0x5f,0xe0,0x0a,0x00,0x41,0xcf,0x74,0x31,0x34,0xdb,0xa7,0x60,0x04,0xfe,0x0d,0xf6, +0x36,0xff,0x3d,0x3c,0x30,0x1d,0xfc,0x9f,0x58,0x16,0x02,0x8a,0x27,0x13,0x94,0xff, +0x93,0x50,0xac,0xfe,0x10,0x4f,0xe0,0x10,0x09,0x00,0xf2,0x96,0xa2,0xcf,0xc5,0xbf, +0xd5,0x55,0x30,0x00,0xaf,0xd5,0x85,0x25,0x0e,0xf2,0x37,0x09,0xff,0xff,0xf3,0xdd, +0xcc,0xef,0xfc,0xcc,0x70,0x0d,0xff,0xfb,0x71,0x04,0x00,0x8f,0xc0,0x02,0x00,0x06, +0x83,0x00,0x20,0x3f,0xf1,0x8f,0xc3,0xed,0x00,0x00,0x01,0x7d,0xf0,0xaf,0x90,0x8f, +0xc1,0xff,0x50,0x06,0xbf,0xff,0xc6,0xff,0x10,0x8f,0xc0,0x8f,0xd0,0x0e,0xff,0xb4, +0x1e,0xf6,0x11,0xaf,0xc0,0x1f,0xf5,0x0a,0xb3,0x00,0x0b,0x90,0xcf,0xff,0xa0,0x0a, +0x92,0xcd,0x0d,0x0e,0x14,0x8d,0x04,0x01,0x00,0x26,0x8a,0x30,0x17,0xb1,0x11,0x04, +0xb8,0x18,0x00,0x4d,0x3e,0x03,0x0a,0x00,0x10,0x0c,0x2d,0x9f,0x30,0x22,0x29,0xfd, +0x94,0x12,0x30,0x47,0x04,0xfe,0xdb,0x30,0x51,0x01,0xef,0x50,0xdf,0x74,0x0a,0x00, +0x41,0x0c,0xff,0xac,0xfd,0x28,0x00,0x00,0x84,0x05,0x12,0xf2,0x0a,0x00,0x43,0x05, +0x75,0xef,0x60,0x32,0x00,0x00,0x6e,0xa7,0x00,0x28,0x00,0x00,0xcc,0x69,0x21,0x9c, +0x54,0x0a,0x00,0x00,0xad,0x15,0x00,0x7b,0x28,0x00,0x0a,0x00,0x22,0xc9,0x52,0x32, +0x00,0x00,0x2e,0x54,0x02,0x32,0x00,0x00,0x79,0xe9,0x02,0x32,0x00,0x53,0x03,0x6a, +0xdf,0xff,0x24,0x64,0x00,0xc3,0xff,0xe9,0x36,0xff,0x22,0x29,0xfe,0x21,0x09,0xfc, +0x73,0x01,0x78,0x0f,0x04,0x54,0x1c,0x18,0xf7,0x9a,0x01,0x15,0xb5,0xc7,0x00,0x13, +0xd0,0xa4,0x10,0x13,0x6f,0x3c,0x51,0x00,0xd3,0x3d,0xf1,0x0e,0x5f,0xe6,0x9f,0xf6, +0x9f,0xf0,0x08,0xfe,0x11,0x15,0xfd,0x04,0xfe,0x05,0xff,0x04,0xff,0x50,0xbe,0xaf, +0xd0,0x4f,0xe0,0x5f,0xf2,0xff,0xfd,0xef,0xfa,0x13,0x00,0x10,0x0d,0xd6,0xa2,0x00, +0x13,0x00,0x42,0xf0,0x44,0x3e,0xf9,0x39,0x00,0x00,0x5b,0x30,0x02,0x4c,0x00,0xa0, +0x1c,0xff,0xab,0xd7,0xfe,0x37,0xff,0x37,0xff,0x0e,0x65,0x13,0x01,0x26,0x00,0x41, +0xbf,0xfc,0x96,0x35,0x39,0x00,0x00,0x80,0x6b,0x02,0x39,0x00,0x41,0x00,0x00,0x36, +0x87,0x13,0x00,0x53,0x09,0xbe,0xff,0xff,0x9f,0x62,0xd0,0x21,0xfc,0x97,0x4c,0x00, +0x61,0x0a,0x96,0x30,0x00,0x5f,0xe3,0x51,0xa5,0x02,0xe2,0x09,0x28,0x04,0xdc,0x64, +0x05,0x62,0xd7,0x10,0x00,0x0c,0xb6,0x00,0xd8,0xcb,0x02,0x5a,0xb4,0x00,0xc1,0x6e, +0x01,0x53,0x0c,0x00,0x16,0x03,0x01,0xe6,0x06,0x00,0x67,0xa8,0x60,0x90,0x81,0xbf, +0xff,0x50,0x2e,0x62,0x43,0x40,0x17,0xff,0xff,0xdf,0x2d,0x44,0x61,0x5f,0xfd,0xaf, +0xf8,0xb9,0x0c,0x3d,0x9c,0x20,0xff,0xff,0x2a,0x86,0x00,0x7a,0x37,0x30,0x7a,0xfe, +0x10,0xd0,0xa9,0x10,0xb2,0x8b,0x23,0xf3,0x15,0x02,0x9f,0xff,0xc3,0xaf,0xff,0xb3, +0x02,0xef,0xc6,0x87,0xef,0xf7,0x30,0x06,0xef,0xe2,0x2e,0xff,0xff,0xf9,0x57,0x15, +0xfe,0x81,0x07,0x40,0x0f,0xff,0xda,0x73,0x00,0x05,0xdf,0xfe,0x50,0xe7,0x31,0x31, +0x04,0xdf,0x30,0x06,0xe8,0xe0,0x03,0xfb,0x61,0x03,0x00,0x00,0x3a,0xcf,0xff,0xff, +0x2a,0xff,0xff,0xb5,0x96,0x05,0x20,0xfd,0xa6,0xd0,0xcf,0x41,0xe6,0x00,0x1a,0x74, +0x21,0x31,0x25,0x9f,0xf7,0x95,0x07,0x09,0x1e,0x2f,0x03,0x58,0xf0,0x02,0x68,0x67, +0x12,0xbf,0x49,0x2d,0x21,0x2f,0xf6,0x0a,0x00,0x11,0xfc,0x5f,0x20,0x50,0x12,0x22, +0x23,0xef,0xf2,0x76,0xb8,0x30,0xc3,0x00,0x00,0x62,0x19,0x50,0x0c,0xf9,0x09,0xff, +0x10,0x97,0xdc,0x00,0xf0,0xb3,0x60,0xf8,0x03,0xbf,0xff,0xfe,0x71,0x78,0x05,0xf1, +0x07,0xc6,0xcf,0xff,0xc8,0xef,0xff,0x70,0x16,0x3c,0xfe,0x18,0xff,0xe6,0x00,0x07, +0xef,0xe1,0x00,0x9f,0xf3,0x01,0x94,0xff,0xc1,0x32,0x09,0xff,0xed,0xaf,0x9f,0x20, +0x10,0x8f,0x17,0xa7,0x02,0x08,0xa0,0x80,0xfe,0xa7,0x30,0x13,0x33,0xff,0x83,0x33, +0x8d,0x26,0x05,0x4c,0x22,0x22,0x02,0x62,0x0a,0x00,0x41,0x03,0x7a,0xef,0xf5,0x0a, +0x00,0x00,0x6a,0x0e,0x20,0xe7,0x33,0x28,0x00,0x52,0x30,0x4f,0xfc,0x83,0x0c,0x29, +0x0a,0x33,0x15,0x10,0x00,0x0a,0x00,0x08,0x90,0x01,0x14,0xd6,0x5e,0x8b,0x01,0xd6, +0xea,0x11,0x9f,0x27,0x6b,0x30,0xfd,0x00,0x45,0x01,0x1c,0x10,0x50,0x3b,0x3f,0x13, +0xcf,0x2b,0xbc,0x33,0xb0,0x94,0xbf,0x62,0xa0,0x10,0x15,0x63,0x17,0x10,0xe0,0xa2, +0x20,0x22,0xdf,0xfd,0x32,0x00,0x10,0x2f,0xb4,0x72,0x01,0xca,0x03,0x52,0x07,0x5a, +0xff,0x60,0x4f,0x3f,0x1d,0x41,0x4f,0xf9,0x00,0x03,0x3d,0x39,0x41,0x03,0xff,0xf8, +0xad,0xb4,0xb4,0x01,0x29,0x0a,0x22,0x2c,0xff,0x0a,0x80,0x31,0xea,0x74,0x0c,0x0a, +0x00,0x21,0x06,0x51,0x7d,0x03,0x01,0x6c,0x8b,0x31,0x13,0x69,0x3c,0x0a,0x00,0x90, +0x29,0xbe,0xff,0xff,0x5c,0xfa,0x22,0x25,0xff,0x4c,0x36,0x21,0xda,0x3c,0x28,0x00, +0x55,0x2e,0xb7,0x41,0x00,0x0c,0x87,0x22,0x22,0x0c,0xf8,0x28,0x32,0x06,0x01,0x00, +0x54,0xc8,0x10,0x00,0x2e,0xb3,0xda,0xf0,0x30,0xaf,0xf2,0x11,0x1f,0x12,0x02,0x54, +0xb9,0x11,0xd2,0xf0,0x23,0x13,0x0d,0x55,0x35,0x60,0xb0,0x81,0xaf,0xf3,0x00,0x9f, +0x11,0x49,0x10,0x24,0x24,0x0b,0x71,0xfe,0x10,0x00,0x2e,0xfd,0x9e,0xfa,0xe6,0x00, +0x00,0x5d,0x77,0x12,0xd0,0xd7,0x30,0x91,0x0a,0x9a,0xff,0x30,0x3f,0xe0,0x3f,0xc0, +0xef,0x80,0x7d,0x03,0x0a,0x00,0xd0,0xbf,0xd4,0x68,0x3f,0xf3,0x6f,0xd3,0xff,0x40, +0x1b,0xff,0xff,0xfe,0x68,0x0f,0x00,0x55,0xc2,0x30,0xfd,0x96,0x3f,0x9c,0x1e,0x30, +0x30,0x09,0x73,0xdf,0x9e,0x04,0x69,0x41,0x20,0x4f,0xe0,0x18,0xd4,0x41,0x01,0x48, +0xcf,0xff,0x99,0x7a,0x20,0xf2,0x3f,0x65,0x89,0x82,0xf2,0x10,0x01,0x5f,0xf0,0x0f, +0xfc,0x84,0x1f,0x0a,0x21,0xb0,0x03,0x88,0x02,0x01,0xac,0xc5,0x64,0x02,0xb4,0x00, +0x00,0x02,0x8c,0x93,0xc4,0x02,0x17,0x2f,0x10,0x0e,0x0d,0x52,0x10,0xdf,0x0d,0x52, +0x02,0xea,0xa7,0x01,0xb1,0x0e,0x23,0xb1,0x81,0xff,0xcb,0xf0,0x05,0xff,0x29,0xfd, +0x00,0x5f,0xf7,0x02,0x50,0x00,0x4f,0xfd,0x9f,0xf8,0x01,0xef,0xc0,0x2f,0xf3,0x00, +0x4f,0x1f,0x13,0x20,0xff,0x10,0x36,0x07,0x60,0xde,0xff,0x43,0xdf,0xff,0xef,0xa1, +0x3e,0x31,0x1e,0xf9,0x03,0x42,0xea,0xd0,0xe0,0x00,0xbf,0xf4,0x64,0xdb,0xdb,0x54, +0x55,0x1f,0x90,0x09,0xff,0x3a,0x62,0x30,0x16,0xff,0x01,0x84,0xd6,0x40,0xb4,0x04, +0xff,0x06,0x42,0xb7,0x10,0xb7,0x4e,0x30,0x02,0xda,0x42,0xa0,0x16,0xb8,0x0b,0xfb, +0x06,0xff,0x08,0x60,0x01,0x5b,0x94,0x64,0xf0,0x06,0x06,0xff,0x0a,0xf5,0x2f,0xff, +0xfe,0x74,0xdf,0xe1,0x06,0xff,0x0c,0xf3,0x0f,0xfb,0x40,0x4f,0xff,0x50,0x04,0x7e, +0x7f,0x41,0x10,0x00,0x0b,0xf6,0xc1,0x13,0x0c,0xbe,0x0a,0x02,0x01,0x00,0x14,0xb6, +0x64,0x9b,0x10,0x03,0xb6,0x2d,0x31,0xcf,0xa2,0x22,0x28,0x05,0x01,0xeb,0x0f,0x01, +0xdf,0xa6,0x10,0x1c,0xb7,0x1d,0x00,0x6e,0x19,0x10,0x60,0x68,0xfb,0x00,0xe9,0x04, +0x12,0x17,0xed,0xb6,0x61,0xe1,0x0c,0xfc,0x8e,0xf4,0xcf,0x5e,0x06,0x10,0x1f,0xe8, +0x03,0x70,0x81,0x16,0x60,0x7f,0x80,0x0a,0xbb,0xe7,0x74,0x40,0xaf,0xe0,0xcf,0x30, +0x6e,0x50,0x50,0x7a,0x3c,0x9f,0xe0,0x37,0xf5,0x13,0x51,0xd3,0x8f,0xe3,0x5f,0xd0, +0x64,0x19,0x30,0xf5,0x37,0xe4,0xeb,0xf5,0x43,0x0e,0xff,0xb7,0x24,0x47,0x0f,0x31, +0x61,0x00,0x55,0xca,0x92,0x91,0xc0,0x00,0x03,0x9e,0xf6,0x00,0x1d,0xfd,0x3a,0x78, +0xc1,0xc0,0xc3,0x01,0xcf,0xf4,0xcf,0xe4,0x00,0x0e,0xff,0x92,0x00,0x5e,0x2e,0x16, +0x50,0x60,0x08,0x60,0x00,0x06,0xa7,0x74,0x02,0xd4,0x8a,0x10,0xa8,0x89,0x8f,0x10, +0x70,0xf9,0xd5,0x04,0x9a,0x15,0x12,0xf9,0x52,0x11,0x01,0xde,0x03,0x03,0x0a,0x00, +0x02,0xed,0xdc,0x10,0x05,0xcb,0x0a,0x32,0x64,0x20,0x0d,0xe6,0x05,0xd0,0xfc,0x0e, +0xf5,0x0a,0xbb,0xbb,0xbd,0xfd,0x00,0x5f,0xfb,0xcf,0xe1,0x76,0xe2,0x10,0xfc,0x58, +0x2c,0x12,0x60,0x02,0x8d,0x42,0x0a,0x7d,0xfc,0x00,0x0c,0x8d,0x00,0xe2,0x04,0x10, +0x05,0x00,0xa6,0xf0,0x12,0x00,0x02,0xff,0xa6,0x90,0x9f,0xc0,0x9f,0x90,0xaf,0xa0, +0x2e,0xff,0xff,0xf0,0x2e,0xfa,0x9f,0xca,0xfe,0x30,0x2f,0xff,0xeb,0x70,0x02,0xc6, +0xef,0xff,0xc1,0x00,0x09,0x52,0xea,0x63,0x02,0x36,0xc8,0xf4,0x14,0x5b,0xf0,0x5e, +0xff,0xdf,0xdf,0xf7,0x00,0x16,0xbf,0xff,0xfa,0xff,0xc2,0x9f,0x97,0xff,0xd3,0x3f, +0xff,0xe8,0x21,0xe9,0x00,0xaf,0x90,0x6f,0xc0,0x0f,0xa4,0x00,0x00,0x10,0x5f,0xff, +0x4e,0xd1,0x1f,0x1f,0xfe,0x06,0x06,0x61,0x6c,0x60,0x00,0x00,0x0a,0xe4,0x6d,0xf9, +0x05,0x77,0xab,0x11,0x30,0x0d,0x14,0x10,0xe4,0xfb,0x61,0x12,0xef,0x44,0x2f,0x40, +0xf3,0x78,0x0e,0xf3,0x4f,0x36,0xe4,0x08,0xfa,0x0f,0xf4,0xef,0xba,0xaa,0xaa,0xff, +0x44,0xff,0xdd,0xfb,0x0f,0x7c,0x7d,0x30,0x30,0xff,0x52,0xc6,0x03,0x40,0x53,0xcf, +0x80,0x0f,0x73,0x23,0x52,0xb6,0x00,0x6f,0xd0,0x00,0xc1,0x07,0xa0,0x3f,0xfd,0xdb, +0x1f,0xff,0xa9,0xf7,0xf5,0xf9,0x2f,0xc6,0x1e,0xf1,0x04,0xf9,0x7f,0x4f,0x2f,0x90, +0xee,0xa5,0x10,0x6f,0xef,0xdd,0xfc,0xfb,0xf9,0x02,0x00,0x17,0x89,0xfb,0x26,0x00, +0xe0,0x02,0x9f,0xfd,0xef,0x7f,0xa8,0xf6,0xf4,0xf9,0x2b,0xff,0xfc,0x8f,0xf4,0x26, +0x00,0xf0,0x04,0x93,0xff,0xa3,0x0a,0xfb,0x3f,0x97,0xf4,0xf2,0xf9,0x08,0x20,0x00, +0xcf,0x43,0xf9,0x7e,0x4d,0xaf,0xe9,0x0b,0x68,0x70,0x3f,0x90,0x00,0x0a,0xd2,0x68, +0x70,0x53,0x81,0x00,0x00,0x05,0xc7,0xd0,0xa4,0x02,0x16,0xcf,0x11,0x2f,0x60,0x3d, +0x00,0x69,0x80,0x32,0xfb,0x00,0xdf,0x72,0x3f,0x41,0xef,0x35,0x0d,0xf5,0xca,0x62, +0xe0,0x7f,0xa2,0xfe,0x8a,0xf9,0x11,0x11,0x13,0x64,0x3f,0xf7,0xbf,0x80,0x7f,0xb8, +0x04,0x10,0x88,0x40,0xef,0xa1,0xf5,0xcc,0xef,0xec,0xc6,0x2e,0xae,0xf4,0x04,0xff, +0xb3,0x52,0x61,0x05,0xfb,0x00,0xdf,0xf0,0xab,0x46,0x70,0x80,0x9a,0xbf,0xff,0x0e, +0xfd,0xcc,0xff,0x44,0x6c,0x0b,0xf0,0x06,0xf0,0xef,0x10,0x0c,0xf4,0x2f,0xe9,0x51, +0x02,0xef,0x0e,0xfc,0xbb,0xff,0x40,0x20,0x00,0x58,0x0e,0xf0,0xef,0xff,0x0f,0xd1, +0x28,0xef,0xe0,0xef,0x0e,0xf2,0x11,0xdf,0x44,0xdf,0xff,0xe8,0x0e,0x26,0x00,0x60, +0x4f,0xfc,0x50,0x00,0xef,0x0e,0x3a,0x01,0x91,0x93,0x00,0x00,0x0e,0xf0,0xef,0xee, +0xef,0xf4,0x98,0x07,0x65,0x0e,0xf1,0x00,0xbe,0x40,0x0d,0x14,0x60,0x10,0xfc,0xcf, +0x7b,0xc5,0xb9,0xcf,0xf0,0x0d,0xfb,0x8b,0xfe,0x88,0xff,0xa8,0xbf,0xf0,0x1b,0x00, +0x40,0x12,0x22,0x22,0x27,0x58,0x20,0x24,0x20,0xaf,0x26,0xc9,0x40,0x7a,0xaa,0xaa, +0xad,0xa9,0x22,0x60,0xa4,0x00,0x47,0x77,0x7d,0xfc,0xe9,0x93,0x06,0xff,0xd9,0x10, +0x9f,0xb9,0x6b,0x28,0x4d,0xf9,0x12,0x00,0x00,0xf1,0x90,0x19,0x3d,0x12,0x00,0x10, +0xc5,0x3f,0x72,0x10,0xf9,0x00,0x13,0x00,0xbf,0x10,0x50,0xf9,0x00,0x9a,0xdf,0xda, +0x69,0x9a,0x3b,0xfd,0xaa,0xef,0xff,0xec,0x04,0x77,0x15,0x10,0x0c,0x91,0x1e,0x01, +0xe7,0xc8,0x01,0x2c,0xcc,0x84,0x44,0x4d,0xfd,0x44,0x45,0xff,0xc4,0x44,0x0e,0xaa, +0x00,0x70,0xe8,0x02,0x5c,0xa9,0x30,0xcc,0xcc,0x10,0x23,0x26,0x21,0x6f,0xf5,0xea, +0x21,0x15,0x2f,0x16,0x11,0x03,0xdb,0x64,0x21,0xd4,0x00,0xef,0x64,0x01,0xdc,0x13, +0x15,0x0e,0x27,0x23,0x06,0x0a,0x00,0x10,0x01,0xa2,0x62,0x10,0xe2,0x27,0x22,0x08, +0xc0,0x11,0x04,0xd0,0xb6,0x00,0xba,0x14,0x32,0xfd,0xdf,0xe3,0xd5,0x3b,0x00,0x87, +0x38,0xe1,0x93,0x00,0x00,0x18,0xbe,0xff,0xfe,0x30,0x02,0xdf,0xff,0xea,0x82,0x0c, +0xbd,0xdb,0x62,0x07,0xef,0xff,0xc0,0x03,0x96,0xc4,0x17,0x33,0x7a,0x30,0x00,0xa1, +0x23,0x02,0xf3,0x79,0x11,0xc0,0xb8,0x32,0x12,0x3f,0x4c,0xc6,0x05,0x06,0xf9,0x10, +0xfb,0x9f,0x18,0x62,0x19,0xfd,0x11,0x7f,0xfc,0x00,0x26,0x00,0x10,0x7f,0x94,0x56, +0x0d,0xf9,0x4e,0x00,0x07,0x88,0x22,0x4c,0xff,0x96,0xb4,0x42,0x01,0x8f,0xff,0xd3, +0xa2,0x4b,0x03,0x9a,0x00,0x42,0x03,0xcf,0xff,0xff,0x8a,0xaa,0x42,0x0d,0xfd,0x8f, +0xf4,0xae,0xf2,0x25,0x23,0x01,0x41,0x63,0x23,0x1f,0xfd,0x32,0x68,0x01,0xd8,0x60, +0x11,0x0d,0x13,0x00,0x04,0x54,0x63,0x07,0x26,0x00,0x10,0xf5,0x75,0x6e,0x13,0x90, +0xac,0xf6,0x33,0x00,0x19,0xb0,0x0a,0x00,0x31,0x29,0xff,0xfc,0x90,0x00,0x20,0x83, +0x8d,0xe2,0x00,0x10,0x0e,0x46,0x72,0x01,0x56,0x17,0x00,0xb6,0x12,0x30,0x05,0x63, +0xef,0xac,0xac,0x81,0xee,0xff,0xee,0x20,0x00,0xef,0x86,0x9b,0x86,0xc8,0x21,0x25, +0xac,0xaa,0x23,0x30,0x12,0xff,0x31,0x0e,0x00,0x80,0xc8,0x20,0x02,0x23,0xff,0x42, +0x28,0xfc,0x32,0x00,0x01,0xf0,0x74,0x01,0x19,0x72,0xf2,0x01,0x2e,0xef,0xff,0xfe, +0xe0,0x00,0xef,0xa9,0xbd,0xf0,0x00,0x1e,0xff,0xe1,0x09,0xcf,0x43,0x77,0x10,0xff, +0xb8,0xcc,0x21,0xeb,0x85,0x87,0x79,0x21,0xb9,0x85,0x5c,0xfc,0xd1,0xf8,0xff,0x6f, +0xa0,0x00,0xef,0x50,0x08,0x60,0x3f,0xc1,0xff,0x27,0xa3,0x7a,0x31,0xf4,0x0a,0x10, +0x24,0x86,0x32,0x80,0x0e,0xf2,0xa0,0x00,0x12,0xbf,0x7b,0x11,0x10,0x20,0x2e,0x93, +0x03,0xe5,0x1f,0x10,0x03,0xc4,0x5e,0x00,0xc8,0x05,0x40,0xa2,0xef,0x30,0x08,0x7e, +0xdb,0x00,0xdf,0x21,0xd0,0xe0,0x0e,0xf7,0x00,0x05,0xfe,0x12,0xff,0x10,0x1f,0xe3, +0x8f,0xd0,0x6a,0x1c,0x70,0xff,0x09,0xbe,0xcb,0xff,0xdb,0x80,0x88,0x01,0x12,0x0c, +0xee,0x06,0x00,0x5f,0x29,0x00,0x86,0x36,0x10,0x30,0x1e,0x00,0x02,0xcf,0x23,0x07, +0x0a,0x00,0x40,0xff,0xee,0xff,0x1d,0xcd,0x16,0x23,0xd4,0x03,0x99,0x1b,0x00,0xfa, +0x5f,0x80,0x01,0xff,0x04,0x44,0xcf,0xf4,0x44,0x41,0x28,0x00,0x21,0x21,0x00,0xd3, +0xfd,0x51,0xff,0x8b,0xff,0xf6,0x06,0x4a,0x3e,0x00,0x2e,0x03,0x40,0x0d,0xfd,0xff, +0x80,0x40,0x0f,0x00,0x80,0x37,0x20,0x7f,0xf7,0x85,0x0d,0x20,0xff,0x1b,0x7c,0xf5, +0x10,0xb2,0x5f,0x01,0x60,0xbf,0xfb,0x00,0x01,0xcf,0xf2,0x0a,0x00,0x10,0x1d,0x5e, +0xf1,0x19,0x50,0xdb,0x35,0xf1,0x00,0xf8,0x05,0xff,0x00,0x03,0x00,0x04,0xaa,0xaa, +0xff,0x80,0x5f,0xf4,0x8d,0xfa,0xd3,0x76,0xd0,0x05,0xff,0xff,0xfe,0x91,0x01,0x22, +0x22,0xef,0x80,0x5f,0xfa,0x62,0x51,0x3b,0x10,0x6e,0x26,0x00,0x31,0x01,0xc6,0x0c, +0xc4,0x98,0x91,0xf9,0x77,0xbf,0xe0,0xbf,0xda,0x7e,0xf8,0x01,0xf6,0x2e,0xb1,0x00, +0x00,0xab,0x60,0x02,0x79,0x99,0x96,0x00,0x00,0x5b,0x6f,0x6a,0x15,0xb6,0xea,0x1f, +0x13,0x80,0xba,0x68,0x29,0x0e,0xf8,0x13,0x00,0x10,0xfa,0xcf,0x19,0x01,0x13,0x00, +0x03,0xdd,0x97,0x03,0x1c,0x2b,0x01,0x13,0x00,0x00,0x96,0x66,0x04,0x39,0x00,0x32, +0x10,0x0f,0xf8,0x0d,0x96,0x11,0x0b,0xff,0x05,0x10,0x7f,0x7b,0xd1,0x0b,0x1d,0x35, +0x20,0x08,0xea,0xac,0x41,0x02,0x55,0xe8,0x70,0x49,0x40,0x1f,0xf4,0x01,0x93,0x00, +0x0b,0xa7,0xa0,0xe0,0x1f,0xf7,0xaf,0xfe,0x20,0x07,0xff,0x94,0x6f,0x75,0x78,0x11, +0xa4,0x2f,0x09,0xa0,0xfe,0x1f,0xfb,0x51,0x01,0x00,0x06,0xec,0xa9,0x76,0x1e,0x84, +0x21,0x0d,0xa1,0x52,0x39,0x50,0x0f,0xf9,0x44,0x5f,0xf1,0xfc,0x3b,0x21,0xe5,0x0d, +0xac,0x81,0x00,0x16,0x23,0xc1,0x03,0xac,0xdd,0xdb,0x20,0x02,0xff,0x10,0x0f,0xf5, +0x04,0x41,0xcc,0x36,0x81,0xbb,0xbf,0xf5,0x0f,0xf4,0x00,0x64,0x00,0x1e,0x00,0x90, +0x0f,0xf5,0x6d,0xff,0x30,0x02,0xff,0x00,0x0f,0x3f,0x13,0x80,0xe8,0x10,0x02,0xff, +0xcc,0xcf,0xf5,0x0f,0xac,0x32,0x03,0x1e,0x00,0x32,0x00,0x07,0x40,0x1e,0x00,0xf1, +0x05,0xf4,0x00,0x0b,0xf6,0x02,0xff,0x02,0x2f,0xf5,0x0f,0xf9,0x33,0x3e,0xf3,0x02, +0xff,0x0d,0xff,0xf3,0x0d,0x64,0x1a,0x92,0xff,0x07,0xfd,0x70,0x03,0xbd,0xdd,0xdb, +0x30,0xc5,0x0c,0x12,0x51,0x8d,0x76,0x62,0xfe,0x00,0x4f,0xff,0xd9,0x40,0x0a,0x00, +0x20,0x38,0xcf,0x75,0xad,0xc0,0xfe,0x25,0xfe,0x02,0x33,0x34,0x8b,0x90,0x00,0x02, +0xfe,0x03,0xbf,0x22,0x01,0xa5,0x3e,0x80,0xef,0xfe,0x07,0xbb,0xcf,0xf2,0x0a,0x40, +0x28,0x00,0x00,0x3e,0x08,0x80,0x6f,0xf5,0x02,0xfe,0x36,0xfe,0x8d,0xdc,0x93,0x1e, +0x70,0x03,0xfe,0x03,0xfe,0x9f,0xff,0x8f,0x40,0x45,0x60,0xfe,0x04,0xfe,0x58,0xff, +0x5f,0x88,0x63,0x00,0x7f,0x9f,0x40,0xff,0x3f,0xff,0x80,0x48,0x18,0x30,0xfe,0x06, +0xfd,0x0a,0x35,0xf0,0x12,0x05,0xfc,0x25,0xfe,0x0b,0xf9,0x1f,0xfd,0xf9,0x00,0x06, +0xf9,0x03,0xfe,0x3f,0xf3,0x1f,0xf6,0xff,0x40,0x08,0xf7,0x03,0xff,0xdf,0xc0,0x1f, +0xf2,0xbf,0xf3,0x0a,0xf6,0x03,0xcf,0x09,0xf0,0x01,0xf2,0x2f,0xf8,0x0e,0xf2,0x37, +0xfe,0x77,0x13,0x5f,0xf2,0x05,0xb0,0x3f,0xe0,0xef,0x53,0xc3,0x00,0xac,0x51,0x7d, +0x90,0x9f,0xc2,0x00,0x0f,0xfc,0x40,0xf3,0x5a,0x12,0xd0,0x3e,0x5c,0xe0,0xfb,0x00, +0xed,0x00,0xcf,0xff,0xfe,0x0b,0xff,0xff,0xb0,0x1f,0xd1,0x0c,0x1a,0x6f,0xf1,0x0b, +0x34,0xfb,0x9f,0xff,0xf7,0xcf,0x75,0xfe,0x0b,0xf1,0x2f,0xb9,0xff,0xff,0x7c,0xf4, +0x1f,0xe0,0xbf,0xbc,0xfb,0x12,0xfd,0x21,0xcf,0x41,0x26,0x00,0x30,0x0e,0xd0,0x0c, +0x13,0x00,0x70,0x99,0xfb,0x55,0xfe,0x54,0xcf,0x41,0x26,0x00,0x40,0xbf,0xff,0xff, +0xcc,0x13,0x00,0x53,0x12,0xfb,0xef,0xff,0xfb,0x26,0x00,0x20,0x9f,0x40,0x26,0x00, +0xf0,0x2b,0xcf,0xff,0xfb,0x0c,0xf8,0xd0,0xcf,0x41,0xfe,0x0d,0xf0,0x3f,0xb0,0xfa, +0x6f,0x2c,0xf4,0x2f,0xe0,0xed,0x02,0xfb,0x5f,0x53,0xf6,0xcf,0xcf,0xfd,0x0f,0xb0, +0x2f,0xbc,0xff,0xff,0xac,0xf6,0xff,0x52,0xfa,0x02,0xfb,0xef,0xff,0xfd,0xcf,0x41, +0x00,0x5f,0x70,0x3f,0xba,0xb6,0x19,0xcc,0xf4,0x00,0x09,0xf3,0xb9,0xde,0x70,0x10, +0xcf,0x40,0x00,0x4d,0x06,0xfc,0x9c,0x27,0x05,0xb6,0x30,0x02,0x77,0x1e,0x23,0x7d, +0xb3,0xbc,0x46,0x12,0xf1,0x76,0x78,0x10,0xef,0xb8,0xcf,0x13,0x1f,0xc4,0x1c,0x05, +0x08,0x00,0x12,0xf4,0xc5,0x39,0x23,0x1f,0xf5,0x08,0x00,0x0c,0x20,0x00,0x01,0xc9, +0xba,0x16,0x4f,0x28,0x00,0x0d,0x20,0x00,0x02,0x4d,0xe4,0x05,0x20,0x00,0x01,0xfb, +0x29,0x17,0x5f,0x28,0x00,0x01,0xd8,0x69,0x05,0x20,0x00,0x15,0x07,0xc7,0x27,0x06, +0x0a,0x00,0xa1,0x01,0x33,0x38,0xff,0xb3,0x33,0x5b,0x43,0x33,0x10,0xda,0xdb,0x30, +0x01,0xef,0xd2,0xe7,0x0b,0x00,0x57,0x10,0x30,0x3e,0xfe,0x30,0x48,0x03,0x23,0xed, +0xee,0xc9,0x75,0x05,0xfc,0x1a,0x94,0x1b,0x86,0x54,0x44,0x31,0x10,0x02,0xfd,0x20, +0x50,0x1a,0x17,0x30,0x35,0x2c,0x04,0xbc,0x06,0x18,0xf3,0x0a,0x00,0x06,0x1e,0x00, +0x05,0xd2,0x3c,0x06,0xd0,0x06,0x0e,0x90,0xd3,0x0a,0x17,0x2c,0x14,0x10,0xb5,0x15, +0x00,0x1d,0x06,0x01,0xcb,0xc7,0x02,0x87,0x0d,0x10,0xef,0x09,0x04,0x51,0xbc,0xff, +0xcb,0xa0,0x00,0x21,0x81,0x00,0x96,0xf3,0x02,0x91,0x1f,0x34,0xff,0x34,0x4f,0x0a, +0x00,0x33,0xed,0x2f,0xe1,0x08,0x43,0x41,0x8f,0x6f,0xe0,0x56,0xd4,0x13,0x50,0xff, +0x2a,0x5f,0xe0,0xdf,0x96,0x00,0xb1,0x1b,0xff,0xbb,0xcf,0xe0,0xdf,0xc9,0x9f,0xf3, +0x00,0x1f,0xaf,0x58,0x82,0x50,0x0f,0xf3,0x00,0x04,0xff,0x34,0x5f,0x0a,0x00,0x61, +0x02,0xff,0xec,0x2f,0xe0,0xef,0x0a,0x00,0x20,0xfd,0x9f,0x64,0xfa,0x00,0x5d,0x8f, +0x50,0xfc,0x3f,0xcf,0xe0,0xff,0x74,0xc9,0xf0,0x15,0x05,0xfa,0x05,0x2f,0xe1,0xff, +0x00,0x0f,0xf3,0xc3,0x07,0xf8,0x00,0x2f,0xe5,0xfd,0x00,0x0f,0xf3,0xe8,0x0b,0xf5, +0x00,0x3f,0xea,0xf7,0x00,0x0f,0xf5,0xf7,0x0f,0xf1,0x0f,0xff,0xef,0xf2,0xcb,0x5b, +0xaf,0x09,0xa0,0x0a,0xfc,0x4a,0x70,0x00,0x05,0xde,0x90,0x77,0xab,0x03,0x64,0xeb, +0x40,0x00,0x00,0x7e,0xa0,0xb8,0x76,0x01,0x7e,0x1b,0x40,0x7b,0xfe,0x77,0x60,0xc8, +0x11,0x01,0xd2,0x00,0x13,0xca,0xc8,0x00,0x24,0x55,0x7f,0x0a,0x00,0x41,0xbc,0x3f, +0xca,0xf4,0x2d,0x42,0xf0,0x00,0xfe,0xaf,0x7f,0xc9,0xe4,0x00,0x00,0x1e,0xe2,0x00, +0xfe,0x3c,0x7f,0xc0,0x2d,0xfe,0x11,0x00,0xd2,0x00,0x51,0xc0,0x2f,0xf0,0x02,0xca, +0xd2,0x00,0x40,0xc0,0x2f,0xf1,0x9f,0xfc,0x3a,0x40,0x33,0x5f,0xc0,0x2f,0xf5,0x62, +0x60,0x02,0xfe,0xdb,0x3f,0xc0,0x2f,0xf0,0x95,0x70,0x02,0xfc,0xbf,0x6f,0xc0,0x2f, +0xf6,0x70,0x06,0x20,0xfb,0x4f,0x32,0x00,0x80,0x00,0x01,0x00,0x05,0xf9,0x0a,0x6f, +0xc0,0xc3,0x35,0x60,0xb3,0x07,0xf7,0x00,0x3f,0xc0,0xfa,0x44,0xe2,0xf5,0x0b,0xf4, +0x00,0x4f,0xc0,0x1f,0xf3,0x00,0x1e,0xf3,0x1f,0xf0,0x0e,0xfa,0xf4,0xaa,0xe0,0x1b, +0x80,0x0b,0xfc,0x20,0x04,0xdf,0xff,0xfd,0xb0,0x03,0x25,0x88,0x20,0xb0,0x67,0x33, +0xa2,0x22,0x32,0xad,0xa7,0x03,0x2c,0x17,0x20,0x01,0xdf,0x2a,0x1d,0x02,0xad,0xa7, +0x12,0x40,0xaf,0x15,0x95,0x05,0xff,0xf9,0x33,0x35,0xff,0xd4,0x33,0x31,0x53,0x1d, +0x44,0xf6,0x00,0x0a,0xef,0x0a,0x00,0x21,0x02,0x1f,0x9c,0x6d,0x10,0x0e,0x2e,0xf2, +0x06,0x0a,0x00,0x06,0x0e,0xfb,0x06,0x0a,0x00,0x12,0xf8,0xad,0xf3,0x04,0xcb,0xe2, +0x24,0x04,0x46,0x0a,0x00,0x00,0xfc,0x75,0x24,0x0f,0xf5,0xc1,0x9c,0x95,0x0d,0xfc, +0x42,0x22,0x22,0x22,0x24,0xcf,0xf0,0xd6,0x3d,0x04,0xbd,0xd2,0x22,0xfe,0xd6,0xca, +0x51,0x22,0x0a,0xfd,0x5f,0xa1,0x01,0xee,0x7b,0x1d,0xff,0x01,0x00,0x41,0x33,0x33, +0xcf,0xd3,0xb4,0xc4,0x07,0x2d,0x00,0x56,0x12,0x10,0x00,0x01,0x22,0xbe,0x25,0x15, +0x60,0x09,0x00,0x71,0x04,0x44,0x48,0xff,0x64,0x44,0x46,0x6c,0xa8,0x00,0x32,0x42, +0x0f,0x09,0x00,0x07,0x13,0x02,0x09,0x00,0x13,0x6f,0x37,0xa6,0x42,0x20,0x2f,0xff, +0xfb,0x0d,0x02,0x38,0x06,0x66,0x30,0xce,0x78,0x05,0x09,0x00,0x20,0x0f,0xf5,0x97, +0x80,0x00,0xbc,0xbe,0x86,0x7f,0xfa,0x77,0x77,0xdf,0xd7,0x77,0x40,0x12,0x6f,0x10, +0x09,0x3c,0x6e,0x00,0xe8,0x90,0x10,0x60,0x28,0x00,0x32,0x48,0x80,0xbf,0x4c,0x78, +0x52,0x62,0x7f,0xf0,0x56,0x40,0xc5,0xaa,0x00,0xc4,0xaa,0x03,0x01,0x42,0x03,0x7f, +0x85,0x30,0xfd,0xcc,0xef,0xbf,0xea,0x00,0x76,0x39,0x00,0x2c,0x08,0x18,0x6f,0x0a, +0x00,0x16,0x1f,0xc3,0xed,0x06,0xbe,0x68,0x00,0x01,0x79,0x20,0xff,0x74,0x78,0x63, +0x00,0x67,0x6b,0x21,0xdf,0xf5,0xcc,0x03,0x40,0x7d,0xff,0xd1,0x1e,0xa7,0x18,0x40, +0x28,0xcf,0xff,0xf9,0x19,0x22,0x71,0xfc,0xa1,0x0d,0xff,0xf9,0x20,0x00,0x09,0x1f, +0x22,0x03,0x84,0xeb,0x02,0x13,0x69,0xb7,0x07,0x12,0x9f,0x3b,0xb9,0x76,0xfc,0x88, +0x88,0xdf,0xf8,0x88,0x80,0xf1,0x1c,0x50,0x0a,0xaa,0xaf,0xfd,0xaa,0x3f,0xb9,0x16, +0xa0,0x28,0x00,0x41,0x00,0x09,0x33,0x32,0xfd,0x56,0x00,0x0d,0xac,0x22,0x10,0xef, +0xf0,0x09,0x12,0x1a,0x54,0x8e,0x10,0xfb,0x5a,0x54,0x30,0x30,0xef,0xb4,0x18,0x72, +0x20,0x05,0xe8,0x37,0x1b,0x00,0x4e,0x15,0x33,0x0a,0xff,0xe6,0x0a,0x00,0x71,0x00, +0x3d,0xf4,0x10,0xef,0x80,0x9f,0x57,0x4a,0x71,0x46,0xd0,0xef,0x80,0x3f,0xff,0xd2, +0x0d,0xd3,0x50,0xef,0x80,0x03,0x31,0x01,0xd4,0x46,0x11,0xd0,0x9b,0x1b,0x71,0x81, +0x00,0x1d,0xff,0x30,0xef,0x90,0x5a,0x01,0xa0,0xcf,0xf6,0x00,0xdf,0xd4,0x33,0x33, +0x8f,0xf2,0x06,0xf2,0xd9,0x02,0x90,0x18,0x20,0xbb,0x00,0x64,0x8c,0x3c,0xff,0xeb, +0x20,0xc7,0x94,0x10,0xbf,0xe9,0x6e,0x32,0xbb,0xbe,0xfe,0x99,0xa6,0x16,0x0d,0x63, +0x1e,0x30,0x77,0x7d,0xfd,0x9a,0x01,0x00,0x99,0xda,0x42,0x1b,0xe9,0x00,0x00,0xaa, +0xa4,0x23,0xaf,0xa3,0xae,0xa6,0x33,0x04,0xff,0x8e,0x7d,0x01,0x34,0x0d,0xfe,0x0d, +0xc5,0xc8,0x13,0xf8,0xb5,0x1d,0x80,0x0a,0xff,0xf8,0x0c,0xee,0xee,0xea,0x0e,0x0e, +0x0f,0x00,0x07,0x38,0x10,0xfb,0x14,0x00,0x60,0xee,0xf8,0x0e,0xf5,0x07,0xfb,0x69, +0x7d,0x10,0x2c,0xd7,0x54,0x11,0xfb,0x07,0x7b,0x44,0xf8,0x0e,0xfe,0xee,0x0a,0x00, +0x24,0xff,0xff,0x0a,0x00,0x13,0xf5,0x3a,0xae,0x61,0xf8,0x01,0x10,0x00,0x44,0x4f, +0x0a,0x00,0x01,0x1b,0x2b,0x13,0xf3,0x0a,0x00,0x24,0x8e,0xda,0x19,0x93,0x00,0xa9, +0x6e,0x40,0xac,0xcc,0xff,0xec,0x3d,0xbc,0x16,0xcb,0xc8,0xd7,0x41,0x34,0x44,0xcf, +0xb4,0x6e,0xbc,0x90,0x00,0x07,0xfe,0x64,0x00,0x00,0x46,0x40,0x00,0x88,0xb8,0x02, +0xc8,0x44,0x05,0xfc,0xdd,0x51,0x30,0x8f,0xf4,0xcb,0x20,0x34,0xba,0xc1,0x2f,0xf7, +0x6f,0xfb,0xbb,0xbb,0xba,0x02,0xff,0x20,0x4a,0x3f,0x40,0x00,0x71,0x3f,0xf2,0x00, +0x04,0xd8,0x05,0xfb,0xa4,0x1f,0x93,0x08,0xbb,0xbb,0xdf,0xeb,0xbb,0xb9,0x4f,0xf1, +0x96,0xa0,0x20,0xd4,0xff,0xa6,0x2d,0x40,0x6f,0xc0,0x29,0x80,0x61,0xdb,0x51,0xf8, +0x05,0xfb,0x03,0xfe,0xda,0x51,0x63,0xdb,0xdf,0xeb,0xcf,0xe0,0x8f,0xa8,0xb6,0x12, +0xfe,0x04,0x9e,0x00,0xa4,0x04,0x04,0xcb,0x35,0x39,0x0e,0xfe,0x90,0xe1,0x93,0x12, +0xfa,0xbe,0x00,0x15,0xcf,0xc7,0x6f,0x06,0xda,0xc6,0x50,0x34,0xcf,0xb2,0x22,0x2b, +0x7c,0xbd,0x23,0x05,0xff,0xbe,0x00,0x22,0x00,0xcf,0xbe,0x00,0x15,0xe6,0xc0,0x06, +0x20,0x70,0x3f,0x2a,0x6b,0xf1,0x0a,0xe8,0x00,0x0e,0xf6,0x1e,0xff,0x64,0x45,0xee, +0x6e,0xf6,0x40,0xef,0x61,0xcc,0x7a,0xaa,0xbf,0xfa,0xaa,0xa9,0x0e,0xf5,0x00,0x0b, +0xd7,0x10,0xf0,0x05,0x60,0xff,0x50,0x00,0xcf,0x96,0x8f,0xf6,0x6b,0xf7,0x0f,0xf4, +0x00,0x0c,0xf8,0x56,0xff,0x55,0xaf,0x70,0xf7,0xbf,0x01,0x56,0x07,0x00,0xfa,0xe7, +0xf0,0x0a,0xf8,0x57,0xff,0x55,0xbf,0x72,0xff,0x10,0x00,0xcf,0xed,0xdf,0xfd,0xde, +0xf7,0x3f,0xf0,0x00,0x0c,0xf4,0x02,0xfe,0x04,0xbf,0x76,0x13,0xc0,0xe3,0x40,0x2f, +0xe0,0x9f,0xfc,0xef,0xa0,0x00,0x0c,0xf4,0x01,0xcb,0x00,0x04,0xfa,0x9d,0x07,0xbe, +0x00,0x00,0x04,0x40,0x0f,0xcc,0x38,0x01,0x06,0x1e,0x00,0x00,0xa7,0x4c,0x41,0x30, +0x0a,0xa5,0x10,0x0c,0x70,0x20,0xef,0x50,0x33,0x32,0x00,0x82,0x1d,0x31,0xef,0x50, +0x7f,0x81,0x07,0x00,0x0a,0x00,0x50,0xef,0xdb,0xdb,0xbb,0x20,0x0a,0x00,0x51,0x59, +0xff,0x19,0xf7,0x00,0x1e,0x00,0x32,0x7e,0xf8,0x05,0x35,0x8d,0x33,0xef,0x51,0x80, +0x9b,0x9f,0x22,0x66,0x20,0x99,0x54,0x07,0x74,0x34,0x71,0xfd,0xcf,0xfd,0xdf,0xfc, +0xdf,0xf3,0xf9,0x52,0x4f,0xf1,0x0f,0xf0,0x2f,0x0a,0x00,0x03,0x0f,0x96,0x31,0x01, +0x02,0x71,0x9f,0x28,0xef,0x70,0x4d,0x7d,0x08,0x54,0xb1,0x10,0x08,0xc4,0x81,0x70, +0xa1,0xbc,0x10,0x01,0x20,0x01,0x22,0x91,0x21,0x63,0xcf,0x70,0x09,0xf1,0xaf,0xff, +0xea,0xb1,0x31,0xf1,0xaf,0xfe,0x1b,0x25,0xc1,0xe1,0x09,0xf3,0xbf,0x44,0x44,0x44, +0x2f,0xf0,0x22,0x00,0x09,0x91,0x20,0xc0,0x9e,0xf1,0xbf,0x80,0x04,0x88,0xdf,0x5f, +0xa6,0xf6,0x1d,0xf2,0x06,0x05,0x61,0xbf,0x5f,0xfe,0xfe,0xab,0xf8,0xbe,0x8d,0xf0, +0x18,0x5f,0xc8,0x8f,0xb9,0xfe,0xfb,0x00,0x4e,0xfe,0xff,0x4f,0xb5,0x5e,0xb6,0xff, +0xf5,0x00,0x06,0xf3,0xcf,0x3f,0xff,0xff,0xb3,0xff,0xe0,0x00,0x08,0xf1,0xef,0x2f, +0x94,0xf4,0x03,0xff,0x63,0x60,0x0d,0xf0,0xd7,0xf6,0xf1,0x01,0xdc,0xff,0x35,0xf3, +0x5f,0x95,0xfc,0x08,0x88,0x8a,0xff,0xff,0xb9,0xf1,0x07,0x1a,0x64,0x2c,0x00,0xab, +0x55,0x10,0x01,0x56,0xd9,0x28,0x95,0x03,0x79,0x9f,0x07,0x44,0xa0,0x24,0x04,0xf9, +0x9a,0x2c,0x00,0x0a,0x00,0x11,0x4f,0x38,0xc0,0x21,0x04,0xf9,0xf7,0xbf,0x00,0x4e, +0x1a,0x91,0xf9,0x00,0x0b,0xff,0xba,0xbf,0xf3,0x00,0x0b,0x8e,0x22,0xa0,0xc1,0xcf, +0xb0,0x00,0x0b,0xfe,0xfe,0xff,0xbf,0x5d,0x80,0x9e,0x82,0x0b,0xe2,0xf5,0x9f,0x12, +0x06,0xff,0xfa,0x0a,0x00,0x60,0x25,0xcf,0xfe,0xff,0xfa,0x61,0x0a,0x00,0xf1,0x00, +0xff,0xfe,0x85,0x8d,0xff,0xe2,0x0b,0xf5,0xf8,0xbf,0xac,0x61,0x9f,0xb1,0x5a,0x49, +0x7f,0x11,0x1e,0xeb,0x0f,0x50,0x0b,0xfc,0xfd,0xaa,0x07,0x0d,0x1f,0x62,0x00,0x04, +0x55,0xf9,0x7b,0x08,0xc4,0x04,0xf4,0x09,0x05,0xf9,0xaf,0x15,0xaa,0xdf,0xea,0xa8, +0x00,0x00,0x05,0xfa,0xaf,0x51,0x11,0x9f,0xb1,0x11,0x10,0x15,0x8c,0xff,0xff,0xdf, +0x6b,0x2e,0xe5,0xcf,0xd9,0x99,0xdf,0xe9,0x99,0x90,0x0d,0xa7,0x30,0x0d,0x70,0x00, +0x8f,0xa7,0x52,0x01,0x0a,0x00,0x25,0x08,0xf5,0xb5,0x0c,0x12,0xf5,0x40,0x1d,0x11, +0x30,0x0a,0x00,0xd1,0xca,0xef,0xba,0xff,0x30,0x04,0x5b,0xf9,0x54,0x8f,0xb8,0xef, +0xa8,0x8a,0x3e,0x22,0xfb,0x8f,0x35,0x1f,0xc3,0xfa,0xfa,0xfb,0x8f,0x60,0xcf,0x40, +0xef,0x30,0x0c,0xe3,0xf2,0x14,0x00,0x00,0x0a,0x00,0x60,0x5a,0xcf,0xfc,0xbb,0xaa, +0x20,0x0a,0x00,0x90,0x05,0xef,0x61,0xbf,0x70,0x00,0x0c,0xfe,0xfe,0xf0,0x9e,0x20, +0xfe,0x30,0xe7,0x0c,0x00,0xa4,0x12,0x60,0xb4,0xc2,0x00,0x0c,0xe8,0xf6,0x27,0x3a, +0xb0,0x07,0xfc,0x00,0x00,0x08,0xf8,0xc4,0x3b,0xff,0xc7,0x8a,0x6c,0x9e,0x32,0xf8, +0xfa,0xbf,0x41,0x1f,0xb0,0x08,0xfa,0xfe,0x5c,0xa6,0xcf,0xa2,0x58,0x60,0x2a,0xdf, +0xaa,0x84,0x30,0x9f,0x8b,0xf6,0xa1,0xd9,0xf1,0x02,0xaf,0xdf,0xd0,0xaf,0x83,0xff, +0x20,0x0a,0x73,0x00,0x16,0xff,0x8e,0xff,0x70,0x7f,0xa0,0xb9,0xa4,0x10,0x1f,0x8e, +0x8a,0x08,0x01,0x00,0x25,0x6e,0x81,0x80,0x3f,0x32,0xb0,0x1f,0xff,0x82,0xc8,0x22, +0xfd,0x00,0x0a,0x00,0x33,0x09,0xff,0xe1,0xec,0x16,0x43,0x2f,0xfc,0x14,0x71,0xef, +0x00,0x35,0xb0,0x0e,0xfd,0xb2,0x44,0x12,0xf3,0x62,0x74,0x00,0x59,0xcc,0x03,0xcc, +0x3d,0x23,0x7f,0xff,0x14,0xa1,0x33,0x08,0xff,0xff,0x2e,0x0a,0x15,0x6f,0x0a,0x00, +0x24,0x0c,0xe8,0x0a,0x00,0x34,0x01,0x25,0xff,0x4c,0x0a,0x1f,0x05,0x0a,0x00,0x0e, +0x42,0x27,0x78,0xff,0x50,0x0a,0x00,0x00,0xec,0xa9,0x02,0x0a,0x00,0x3a,0x0a,0xed, +0xa4,0x61,0x3a,0x12,0xd2,0x85,0x57,0x02,0x6f,0xd1,0x02,0x0a,0x00,0x00,0x5e,0x5b, +0x21,0x0a,0xfe,0xc6,0x6a,0x31,0xee,0xcc,0x90,0x0a,0x00,0x11,0x0f,0x81,0x9d,0x13, +0xfe,0x19,0x0c,0x34,0xc0,0x0a,0xfe,0x8d,0xc4,0x12,0x0a,0x07,0x74,0x42,0x2f,0xf9, +0x27,0x0a,0xea,0x36,0xf0,0x05,0xef,0xe1,0xcf,0x8a,0xff,0xcf,0xfc,0x10,0x00,0x1d, +0xff,0xfc,0xfe,0x2a,0xfe,0x0b,0xff,0xd1,0x02,0xdf,0x79,0x5f,0xf1,0x04,0xfe,0x00, +0xcf,0xd1,0x5f,0xff,0xff,0xbf,0xf8,0x0a,0xfe,0x00,0x0a,0x10,0x2f,0xf6,0xef,0x75, +0xff,0xee,0x7c,0x52,0x09,0x40,0xef,0x70,0x9a,0x50,0x00,0x00,0xa8,0x03,0x0f,0x0a, +0x00,0x1c,0x05,0xa1,0x26,0x00,0xaa,0x24,0x11,0xf5,0xea,0x3d,0x06,0xd7,0x12,0x00, +0x38,0x34,0x00,0xd8,0x8c,0x01,0x48,0x08,0x12,0x7f,0x48,0x08,0x15,0x1f,0x56,0x04, +0x11,0x0a,0xfa,0x46,0x21,0xaa,0xa2,0xb2,0x7b,0x01,0x87,0xf1,0x06,0xae,0x3d,0x60, +0xa0,0x0b,0xcc,0xcc,0xef,0xff,0x87,0x98,0x10,0x80,0x83,0xdb,0x50,0xe5,0xff,0x50, +0x01,0x91,0x1a,0x56,0xf0,0x03,0xfd,0x20,0x9f,0xe0,0x3e,0xfe,0x20,0x05,0xcf,0xff, +0xf2,0x00,0x2f,0xfb,0xff,0xe4,0x00,0x4f,0xbc,0x01,0x11,0x08,0x28,0x60,0x72,0xc4, +0x5f,0xf2,0x00,0x43,0xcf,0xf9,0x62,0xe3,0x30,0xbf,0xf9,0x1d,0xb6,0x0a,0x10,0x01, +0xc5,0xaa,0x02,0x4e,0x6a,0x10,0xef,0x6b,0xe5,0x10,0x06,0xdd,0x88,0x11,0x79,0xf3, +0x0e,0x02,0xd7,0x8c,0x06,0xf3,0x28,0x02,0x1b,0xed,0x96,0x07,0x88,0x88,0x88,0xcf, +0xfb,0x88,0x88,0x88,0x8c,0x00,0x24,0x50,0x04,0xcc,0x7a,0x32,0x10,0x00,0x02,0xcc, +0x7a,0x15,0x00,0x13,0xae,0x02,0x5b,0x86,0x02,0xdb,0x01,0x40,0x0c,0xdd,0xff,0xba, +0xb5,0x2a,0x26,0xdd,0xc0,0xd2,0x12,0x22,0x01,0x14,0x1e,0x00,0x28,0x11,0x10,0x32, +0x00,0x80,0xbb,0xdf,0xfe,0xff,0xeb,0xbb,0x40,0x00,0xe1,0x99,0x30,0xd2,0x8f,0xe1, +0x31,0x22,0xa1,0x49,0xff,0xfb,0x00,0x1f,0xfb,0xbf,0xe5,0x00,0x4e,0x22,0x48,0x00, +0x85,0x18,0xd0,0x0c,0xfa,0x3d,0xf9,0x46,0x98,0x8f,0xff,0x81,0x00,0x01,0x00,0x2f, +0x8f,0x46,0x01,0x60,0xb1,0x70,0x5f,0xff,0xea,0x73,0x00,0x2a,0xff,0x4f,0x7b,0x11, +0x51,0xa2,0xe6,0x44,0x00,0x00,0x18,0x90,0xfa,0xef,0x25,0x4f,0xf3,0x04,0xf0,0x10, +0xfb,0xa1,0xc0,0x62,0xe1,0x11,0x00,0x15,0x58,0xf7,0xbe,0xf0,0x20,0xf6,0x4f,0xf4, +0x7f,0x01,0x7d,0x01,0xa0,0x3c,0xcc,0xdf,0xd0,0xdf,0x72,0x6f,0xe2,0x6f,0xe0,0x68, +0xee,0x00,0x5e,0x60,0x10,0x9f,0x0e,0x7f,0xc2,0x31,0xdf,0x71,0x6f,0xe1,0x37,0x20, +0x00,0x1f,0xf7,0xdd,0xdf,0x52,0x03,0x41,0xcf,0xfe,0xf6,0xdf,0x01,0x07,0x81,0x1c, +0xff,0xff,0xb0,0xef,0xff,0xa0,0x01,0x0e,0xf8,0xf0,0x0b,0xf7,0xff,0x8f,0xf3,0x08, +0xfd,0x00,0x2f,0x6f,0xf7,0xf9,0xff,0x1d,0xfc,0x2f,0xf6,0x00,0x04,0x0f,0xf3,0x66, +0xfd,0x03,0xff,0xef,0xc0,0x0e,0x06,0x20,0x0a,0xf9,0x85,0x6f,0x00,0x0a,0x00,0x60, +0x1f,0xf5,0x03,0xdf,0xff,0xb1,0x0a,0x00,0xe0,0x9f,0xe4,0xaf,0xff,0xcf,0xff,0x93, +0x00,0x0f,0xf4,0xdf,0x7d,0xff,0xc2,0xff,0xf5,0x81,0x0f,0xf3,0x19,0x04,0xc4,0x00, +0x00,0x18,0x89,0x96,0x02,0x47,0x16,0x24,0x05,0xe5,0x0a,0x00,0x50,0x07,0xff,0x8f, +0xf4,0xdd,0x18,0x9d,0x54,0xc0,0x00,0x5f,0x4f,0xf4,0xd4,0x35,0x23,0x0f,0xf3,0x43, +0x6a,0x23,0x04,0xbf,0x32,0x00,0x00,0x08,0x02,0x50,0x01,0x11,0xdf,0x91,0x11,0xcd, +0x36,0x21,0xf2,0x9f,0xaa,0x00,0x53,0x0b,0x71,0x0f,0xf2,0x8f,0xaf,0x0b,0x41,0x09, +0x91,0x4a,0xc0,0x42,0x07,0x00,0x8a,0x02,0x10,0xfd,0xb8,0x93,0x08,0xf9,0xc8,0xf1, +0x04,0x26,0xdf,0xf7,0xef,0x82,0x26,0xe7,0x20,0x00,0x26,0xcf,0xfd,0x30,0x5f,0xf5, +0x9f,0xfb,0x00,0x2e,0x20,0x9e,0x01,0x39,0xa4,0x82,0xd8,0x6f,0xf4,0x47,0xa6,0xbf, +0xfc,0x50,0x19,0xd0,0x00,0x77,0x9b,0x10,0xb2,0x07,0x71,0x62,0x96,0x30,0x00,0x19, +0xef,0x90,0x8a,0xce,0x00,0x65,0x20,0x05,0xab,0x63,0x16,0xff,0xc3,0xdf,0x30,0x47, +0xfe,0x44,0xee,0x0a,0x02,0x4f,0x13,0x10,0x30,0xfd,0x02,0x56,0x36,0xfe,0x33,0xff, +0x63,0x09,0xb6,0x08,0xb5,0x31,0x10,0x05,0x6a,0x5a,0x10,0x3f,0xa9,0x26,0x13,0xf9, +0x09,0x00,0xd0,0x5f,0xf3,0x00,0xff,0x74,0x6f,0xf3,0x0f,0xfd,0xff,0x90,0x00,0xdf, +0x24,0x00,0x50,0xfe,0xf9,0x00,0x00,0x4d,0x09,0x00,0x22,0xf6,0x30,0x9c,0x0c,0x05, +0xa5,0x0c,0x22,0x0f,0xfe,0xef,0xf5,0x07,0x51,0x00,0x11,0xf8,0xda,0x04,0x16,0x7f, +0x24,0x00,0x15,0x0c,0x54,0x03,0x16,0x0c,0xdd,0x15,0x88,0x11,0x11,0x8f,0xc1,0x1f, +0xf4,0x11,0x11,0x6f,0x83,0x80,0xdf,0xed,0xef,0xfd,0xdf,0xfe,0xde,0xff,0xf8,0x2b, +0x50,0x7f,0xb0,0x0f,0xf3,0x05,0x0a,0x00,0x10,0x71,0x28,0x00,0x28,0x16,0xff,0x28, +0x00,0x40,0xac,0xcc,0xcf,0xfd,0xda,0x27,0x00,0x8f,0x0f,0x39,0x3f,0xfa,0x11,0x8f, +0x0f,0x08,0xe2,0xb6,0x00,0xe0,0x49,0x12,0x01,0x97,0x2b,0x42,0xef,0xff,0xc8,0x5c, +0xd3,0x5c,0x22,0x69,0xdf,0x32,0xb7,0x51,0x01,0x23,0x47,0xae,0xff,0x4a,0xe0,0x01, +0xd4,0x06,0x90,0x52,0x7c,0xff,0xfe,0x20,0x01,0xed,0xb9,0x63,0x04,0x17,0x17,0xc2, +0x32,0x6f,0x40,0x08,0xdd,0xdd,0xef,0x07,0x9b,0x36,0xdc,0x50,0x00,0xde,0x38,0x97, +0xff,0x53,0xbf,0x93,0x5f,0xf5,0x39,0xfd,0x00,0x14,0x00,0x51,0x36,0xd8,0x43,0xcf, +0x83,0x7e,0xfb,0x33,0x1d,0xfa,0x03,0xb8,0x03,0x41,0xef,0xc0,0x1d,0xfb,0x72,0xeb, +0x60,0x5f,0xfc,0x75,0xdf,0xfd,0xdd,0xee,0x7b,0x90,0x0b,0x84,0xff,0xbf,0xff,0x76, +0x66,0x6c,0xf6,0xae,0xa5,0x12,0x02,0x77,0xed,0x10,0x06,0xc9,0x1b,0xf2,0x06,0x98, +0x88,0x8d,0xf6,0x00,0x5f,0xff,0xf0,0x00,0x5b,0xff,0xa7,0x78,0x72,0x00,0x09,0x5f, +0xf0,0x05,0xcf,0xff,0xad,0xd9,0x51,0xf0,0x7f,0xff,0xe7,0x39,0xb2,0xaf,0x30,0xf0, +0x06,0x17,0x05,0x47,0x00,0xd8,0x4f,0x20,0x9b,0xdf,0x78,0x00,0xbc,0xa0,0x00,0x1f, +0xf0,0xce,0xca,0x73,0x02,0x69,0xbd,0x50,0x22,0x49,0x04,0x0a,0x00,0x13,0x08,0xbe, +0x02,0x04,0x0a,0x00,0x10,0x0a,0xfe,0x18,0x01,0xf5,0xa6,0x06,0x0a,0x00,0x92,0x02, +0x34,0xff,0x53,0x28,0xfb,0x0f,0xf2,0x7f,0x28,0x00,0x01,0x0a,0x00,0x51,0x04,0x45, +0xff,0x54,0x38,0x0a,0x00,0x10,0x1f,0x5a,0x16,0x34,0xfb,0x1f,0xf1,0x0a,0x00,0x20, +0x2f,0xf0,0x49,0x77,0x10,0xff,0x63,0x89,0x20,0xe0,0x7f,0x4d,0xf9,0x90,0xd0,0x05, +0x97,0x8f,0xd3,0x49,0x80,0x00,0x0a,0x81,0x08,0x21,0xcf,0xfa,0x35,0x0d,0x00,0xff, +0x5f,0x11,0xfa,0x58,0x49,0xf0,0x03,0x8f,0xe0,0x0c,0xff,0xfa,0x01,0xd5,0x00,0xcf, +0xa0,0x0e,0x40,0xaf,0xd8,0xfa,0x01,0xfb,0x06,0x5f,0x46,0xf7,0x0a,0xff,0x28,0xfb, +0x04,0xfa,0x1f,0xf9,0x00,0x04,0xef,0xf5,0x06,0xff,0xce,0xf6,0x04,0xd0,0x00,0x01, +0xde,0x30,0x01,0xcf,0xff,0xa0,0xcc,0x2e,0x27,0x06,0x80,0xc1,0x78,0x12,0x5f,0x9f, +0x26,0x23,0x08,0xfd,0x0a,0x00,0x60,0x0b,0xcd,0xfd,0xd3,0x5f,0xe0,0x46,0x81,0x11, +0x0e,0x46,0xf5,0x20,0x88,0x30,0x2a,0x05,0x20,0x6f,0xf9,0xa3,0x9a,0x01,0xba,0x1e, +0x12,0xf2,0x0a,0x00,0x00,0x5c,0x4d,0x03,0x0a,0x00,0x00,0x97,0xe8,0x70,0xe0,0xff, +0x40,0xff,0x50,0x00,0x8f,0xc4,0x98,0x30,0xff,0x30,0xff,0xd5,0xe6,0x50,0xf9,0x5f, +0xe3,0xff,0x10,0x23,0x52,0xe0,0xfc,0xff,0x49,0x87,0xfe,0x31,0x99,0x30,0x0e,0xbf, +0xf5,0xb5,0x00,0x0c,0x3c,0x0a,0x10,0x05,0x9e,0x0c,0x10,0x4f,0xde,0x46,0x00,0xa5, +0x4e,0x60,0x01,0xef,0xbf,0xf2,0x0a,0xb1,0x0a,0x00,0xf1,0x05,0x1c,0xfe,0x2f,0xf2, +0x0b,0xf2,0x00,0x0e,0xf5,0x03,0xdf,0xf4,0x1f,0xf3,0x0d,0xf0,0x00,0x0e,0xf5,0x1e, +0x88,0x00,0x10,0xb0,0x14,0x00,0x5c,0xd3,0x00,0x04,0xac,0xc9,0x78,0x1b,0x14,0x11, +0x4b,0x6e,0x21,0xbf,0xa0,0x1e,0x7e,0x60,0xf5,0x01,0xff,0xb6,0x66,0x64,0x09,0x00, +0x10,0x06,0x23,0x0e,0x00,0x09,0x00,0x50,0x0c,0xfe,0xaa,0xba,0xa7,0x09,0x00,0x40, +0x5f,0xf6,0x4c,0xc0,0x24,0x00,0xd1,0xf7,0xef,0xe0,0x2f,0xf8,0x00,0x0c,0xc4,0x0e, +0xf5,0x3b,0x50,0x07,0x17,0x94,0x54,0x52,0x00,0x00,0x00,0x61,0x4c,0xe9,0x18,0xfe, +0x09,0x00,0x10,0xc2,0xff,0xe3,0x10,0xfe,0x40,0x1d,0x41,0x04,0x88,0x20,0x09,0x09, +0x00,0x32,0x08,0xff,0x50,0x09,0x00,0x30,0x09,0xff,0x51,0x09,0x00,0x71,0x37,0x50, +0x1e,0xff,0xfe,0x02,0x33,0x6a,0x77,0x50,0xfa,0xfe,0x00,0x00,0xe5,0x38,0xec,0xf8, +0x08,0x46,0xff,0x00,0x02,0xfb,0x6d,0xff,0xff,0x91,0x04,0xff,0xfe,0xef,0xf7,0x0d, +0xfc,0x71,0x00,0x00,0x9e,0xff,0xff,0xb0,0xc1,0x1d,0x06,0x27,0x11,0x17,0x80,0x88, +0x84,0x13,0xc2,0x79,0x7c,0x22,0xff,0xf4,0x7c,0x13,0x30,0x04,0xff,0x90,0x2c,0x01, +0x8b,0x52,0x22,0x3e,0xfe,0x32,0x22,0x06,0xff,0xee,0xc3,0x40,0xfe,0x00,0x89,0xff, +0xc5,0x16,0x10,0x08,0x87,0xb8,0x64,0x54,0x4a,0xff,0x44,0x4a,0xfe,0x54,0x4e,0x00, +0x1c,0x35,0x00,0xd1,0xcb,0x10,0xce,0x09,0x00,0x03,0x24,0x00,0x21,0x08,0xff,0x46, +0xfb,0x03,0x86,0x72,0x01,0x0f,0x74,0x70,0xf8,0x33,0x39,0xff,0x33,0x39,0xfe,0x8b, +0x13,0x02,0x24,0x00,0x20,0xdf,0xc0,0x69,0xad,0x30,0x4b,0xfe,0x08,0xcd,0xc1,0x10, +0xfe,0x86,0x10,0x10,0xa9,0x28,0x17,0x1c,0x0d,0x28,0x41,0x03,0xc5,0x0c,0x11,0xd5, +0xf4,0x2d,0x04,0xbc,0xb5,0x01,0x0a,0x00,0x01,0x6d,0x88,0x01,0x0a,0x00,0xd1,0xcf, +0xec,0xff,0x70,0x23,0x3e,0xfc,0x33,0x20,0x04,0xff,0x31,0xff,0xf1,0x32,0xc1,0xc0, +0x1d,0xff,0xcd,0xff,0xc6,0xcf,0xce,0xfd,0xcf,0xc0,0x3e,0xfc,0x32,0x82,0x09,0xf7, +0x2f,0xc0,0x02,0xfe,0x0f,0x95,0x0a,0x00,0x43,0x00,0xfe,0x2f,0xa6,0x0a,0x00,0x05, +0x1e,0x00,0x51,0x00,0xff,0x9f,0xdb,0xf7,0x3c,0x00,0x10,0x01,0x28,0x00,0xe1,0xbd, +0xdf,0xff,0xdd,0xa0,0x02,0xff,0xbf,0xed,0xf7,0x00,0x0c,0xfb,0x16,0x7f,0x07,0x00, +0x0a,0x00,0x60,0xbf,0x50,0x04,0xfa,0x1f,0xa6,0x0a,0x00,0xf1,0x02,0x6f,0xc0,0x07, +0xf7,0x0f,0x95,0xfb,0x8a,0xbf,0xff,0xff,0xf2,0x0c,0xf4,0x0f,0xcc,0xfb,0x26,0x07, +0xc2,0x1f,0xe0,0x0f,0xbf,0xf5,0xb9,0x76,0x42,0x07,0xfa,0x02,0x50,0xd6,0x66,0x11, +0x02,0x77,0x05,0x26,0x6a,0x70,0x3e,0x0a,0x05,0x42,0x7b,0x02,0x4d,0xb7,0x0e,0x8d, +0x14,0x08,0xd2,0x21,0x06,0xf0,0xba,0x12,0x03,0x13,0x2d,0x09,0x57,0x0c,0x07,0x1e, +0x00,0x02,0x95,0x39,0x19,0x60,0x1a,0xaf,0x02,0x14,0x00,0x15,0x90,0xba,0x18,0x14, +0xa0,0xc2,0xac,0x15,0xdf,0x0a,0x00,0x11,0xcf,0x9c,0xe1,0x13,0xee,0xe3,0x1a,0x0c, +0x28,0x00,0x29,0xcf,0xa0,0x20,0x17,0x54,0xf0,0x5f,0x90,0x00,0xcc,0xfa,0xd0,0xb4, +0x94,0xff,0x88,0x88,0x80,0x01,0x4f,0xc1,0x4a,0x71,0x1d,0x1a,0xb4,0x40,0xfd,0xcf, +0xfa,0x09,0x34,0x67,0x70,0x77,0x78,0xfe,0xee,0xef,0x8f,0xf2,0xf7,0x11,0x40,0xd4, +0xfb,0x12,0x3f,0x43,0x9d,0x40,0xdd,0x3c,0xd7,0xf9,0xf3,0x1e,0xf0,0x0b,0x51,0x00, +0xcf,0xdd,0xef,0xf5,0x5f,0xfd,0x5a,0xff,0xf2,0x00,0x44,0x00,0x48,0x9b,0xb7,0x40, +0x00,0x39,0x70,0x06,0x88,0x88,0x88,0xaf,0x1e,0xb1,0x17,0x70,0x7b,0xee,0x21,0x03, +0x88,0x01,0x00,0x27,0x50,0x00,0x0a,0x00,0x15,0x06,0xce,0x3f,0x03,0x9a,0xc6,0x00, +0xc8,0xab,0x02,0xbe,0x00,0x00,0xc6,0x85,0x01,0x50,0x06,0x25,0x7f,0xe0,0xea,0x47, +0x09,0x14,0x00,0x33,0x07,0x50,0x00,0x8c,0x21,0x24,0x5f,0xf8,0x0a,0x00,0x02,0x50, +0x56,0x22,0x70,0x00,0x28,0x4f,0x03,0x0a,0x00,0x34,0x08,0x10,0x00,0x1d,0xab,0x02, +0x28,0x00,0x00,0xc8,0x00,0x11,0x2b,0x52,0x08,0x52,0xd1,0x3f,0xff,0xff,0x2d,0xa4, +0x01,0x41,0x16,0x69,0xff,0x28,0x58,0x9e,0x11,0xa0,0x24,0xc4,0x02,0x32,0x00,0x0f, +0x0a,0x00,0x03,0x15,0x22,0x0a,0x00,0x24,0x7f,0x30,0x0a,0x00,0x00,0x74,0xd0,0x13, +0x70,0x40,0xea,0x12,0x01,0x89,0x2e,0x23,0xff,0x80,0x28,0x00,0x24,0x0d,0xf5,0xa0, +0x00,0x24,0x05,0x30,0x0a,0x00,0x10,0x06,0xda,0x01,0x05,0xbe,0x00,0x02,0x2a,0x24, +0x15,0x0a,0x8a,0x46,0x01,0xa8,0x75,0x02,0x8a,0x7e,0x14,0x08,0x80,0x68,0x05,0x9e, +0x7d,0x10,0x2f,0x7a,0x51,0x00,0x16,0xc4,0x02,0x0a,0x00,0x20,0x05,0xff,0xfc,0x08, +0x11,0x57,0x85,0x61,0x22,0xb0,0x00,0x7b,0x61,0x33,0x09,0xff,0xf0,0x0a,0x00,0x33, +0x0d,0xff,0xf4,0x0a,0x00,0x02,0x8e,0x3d,0x71,0x02,0xff,0x13,0x00,0x8f,0xf6,0xff, +0x75,0xe5,0x61,0xaf,0x31,0xef,0xb0,0xef,0xa0,0xbe,0x00,0x50,0x6a,0xff,0x30,0x7f, +0xf4,0xbe,0x00,0xb0,0xe5,0x7f,0xfa,0x00,0x0e,0xfe,0x20,0x00,0x2f,0xfc,0x17,0x37, +0x0d,0x70,0xff,0xe3,0x00,0x0a,0x90,0x02,0xde,0x5b,0x16,0x13,0xb0,0x4a,0x9d,0x00, +0x08,0x2b,0x10,0x17,0x82,0x1d,0x11,0x90,0xcd,0x07,0x20,0x60,0x01,0x1f,0x33,0xa0, +0xca,0x30,0x00,0x8f,0xf2,0x0f,0xf4,0x0e,0xf8,0x02,0xcf,0x3b,0x60,0xfa,0x0c,0xf8, +0x08,0xfe,0x06,0xa6,0x00,0x72,0x90,0x09,0xfc,0x03,0xfb,0x19,0xfd,0x82,0x14,0x40, +0x00,0x20,0x0d,0xf9,0xb1,0x7d,0x30,0x01,0xff,0x40,0x73,0x1d,0x60,0x5f,0xff,0xf6, +0x00,0xcf,0x90,0x6a,0xee,0x21,0x14,0x4f,0xa6,0xb3,0x21,0xcf,0xa0,0x7e,0x12,0x21, +0x1f,0xf8,0xe9,0x9f,0x10,0x0e,0x3a,0x75,0x11,0x2c,0x0b,0x8d,0x00,0x39,0x76,0x00, +0x29,0x14,0x00,0x7c,0xc0,0x10,0x00,0x8c,0xa0,0x00,0x60,0x40,0x10,0xec,0x08,0x94, +0x01,0x71,0x03,0x33,0xfe,0x02,0xef,0x2e,0x81,0x60,0xa1,0x6f,0xff,0x7e,0xff,0xd6, +0x44,0xb7,0x40,0x3d,0xff,0xe3,0x01,0xdd,0xbf,0x71,0x3d,0x30,0x1e,0xfa,0x10,0x00, +0x07,0x5f,0x56,0x11,0x03,0x12,0x15,0x07,0x25,0x44,0x00,0xd5,0x00,0x10,0x46,0x77, +0x02,0x10,0x10,0xa6,0xc7,0x01,0x88,0x0e,0x00,0x0c,0x2a,0x32,0xc0,0xae,0xee,0x99, +0x33,0x22,0x7f,0x40,0x22,0x23,0x02,0x3f,0x18,0x00,0x0a,0x00,0x32,0x2b,0xbb,0xbb, +0x0a,0x00,0x00,0x55,0x92,0xc2,0x10,0x13,0x33,0x33,0x36,0xff,0x20,0x16,0x69,0xff, +0x10,0x4f,0x3c,0x00,0x19,0x04,0x0a,0x00,0x35,0xf2,0x00,0x03,0x0a,0x00,0x00,0xfe, +0x5e,0x03,0x0a,0x00,0x01,0x30,0x02,0x20,0x15,0x4f,0xd2,0x06,0x00,0x0a,0x00,0x11, +0xde,0x39,0xa1,0x10,0xe3,0x0c,0x03,0x10,0x7f,0xe9,0x48,0x00,0x2d,0x10,0x10,0xe3, +0x2c,0x96,0x20,0x9f,0xf1,0x32,0x22,0x02,0x91,0x3a,0x00,0x7e,0x07,0x00,0x26,0xfb, +0x1e,0xeb,0x89,0x2e,0x01,0xe3,0x0c,0x11,0x90,0xc4,0x03,0x10,0x50,0xe6,0x14,0x04, +0x0a,0x00,0x10,0x07,0x1b,0xb5,0x11,0x33,0x3b,0x02,0x10,0x8c,0x56,0x00,0x23,0xef, +0x50,0x15,0xda,0x00,0xef,0x32,0x80,0x3a,0xaa,0xa3,0x2b,0xff,0x60,0x00,0xcf,0x52, +0x25,0xd2,0xf5,0x1d,0xf7,0x00,0x00,0x3c,0xee,0xc0,0x28,0x8f,0xf5,0x04,0x74,0xe8, +0x69,0x33,0x0e,0xf5,0x08,0x4a,0x09,0x03,0x0a,0x00,0x12,0xf8,0x2e,0x07,0x11,0x90, +0x62,0x18,0x80,0x0e,0xf5,0x31,0x3f,0xf5,0x02,0xef,0xa0,0x1c,0x28,0x51,0xf6,0x09, +0xff,0x6e,0xfd,0x86,0x01,0x00,0x0f,0xac,0x11,0xf2,0x86,0x01,0x20,0x70,0x05,0x51, +0xe5,0x00,0x86,0x01,0xf0,0x00,0x5a,0xef,0xff,0xbf,0xff,0xfc,0x80,0x00,0x3f,0x40, +0x5f,0xff,0xa2,0x01,0x9f,0x2c,0x3d,0x01,0xeb,0x1d,0x22,0x01,0x6a,0x73,0x0d,0x24, +0x03,0x89,0x5b,0xcf,0x00,0x70,0x28,0x00,0x88,0x1d,0x02,0x8f,0x66,0x00,0x8a,0x02, +0x50,0x54,0x55,0x55,0xfd,0x75,0x0a,0x81,0x16,0xa8,0x18,0x27,0x03,0x0a,0x00,0x31, +0x1b,0xbb,0xba,0x97,0x01,0x00,0xa8,0xfb,0x00,0xda,0xc0,0x83,0x31,0x11,0x11,0x00, +0x16,0x6a,0xfe,0x00,0x2e,0x2a,0x12,0x06,0xce,0x06,0x11,0xfc,0x0a,0x00,0x52,0x07, +0xfe,0x11,0x1a,0xfb,0x4e,0x79,0x11,0xfb,0x77,0x15,0x51,0x06,0xfe,0x09,0x0b,0xf9, +0x29,0x13,0x50,0x06,0xff,0xcf,0x4f,0xf5,0xd8,0x14,0x00,0xdb,0x6c,0x21,0x7f,0xf1, +0xc7,0x33,0x51,0x0d,0xff,0xb1,0xcf,0xb0,0x25,0x17,0x70,0x8f,0xfa,0x08,0xff,0x30, +0x32,0x8f,0x13,0x89,0x80,0x90,0x1f,0xfb,0x00,0xef,0xff,0xe0,0x00,0x94,0x1e,0x49, +0xd0,0x00,0xaf,0xfc,0xdb,0x26,0x25,0x47,0x00,0x98,0xda,0x21,0xa0,0x06,0xa1,0x05, +0x53,0xc0,0x00,0x7f,0xfa,0x07,0xb1,0x04,0x31,0x08,0xfe,0x12,0xba,0x4c,0x49,0x40, +0x00,0x00,0x93,0xf1,0xf2,0x00,0x0a,0x00,0x80,0x3d,0xdd,0xd5,0x00,0x24,0x30,0x2f, +0xf4,0xab,0x07,0x40,0xf6,0x00,0x7f,0xe0,0x0a,0x00,0x21,0x17,0x7f,0x0a,0x00,0x01, +0xa1,0x75,0x0b,0x0a,0x00,0x33,0xf7,0x33,0x20,0x0a,0x00,0x11,0xf4,0x0c,0x03,0x14, +0x82,0x0a,0x00,0x22,0xfe,0xf9,0x0a,0x00,0x00,0x86,0x01,0x03,0x0a,0x00,0x70,0x4f, +0xff,0x63,0x9f,0xe3,0x5f,0xf6,0xd5,0xd3,0x14,0xf4,0x01,0x69,0x24,0x7e,0x30,0x0a, +0x00,0x1f,0x02,0xbe,0x00,0x02,0x20,0x00,0x6d,0x40,0x0c,0x01,0x44,0x02,0x01,0xfe, +0x1e,0x00,0x91,0x13,0x32,0x10,0x7f,0xf5,0xf9,0x43,0x10,0x93,0xec,0x1e,0x02,0x1f, +0x1f,0x03,0x0a,0x00,0x00,0xbe,0x00,0x02,0x0a,0x00,0x02,0xbe,0x00,0x00,0x0a,0x00, +0x61,0x29,0x9f,0xf6,0x00,0x7f,0xf4,0xe3,0x90,0x24,0x0e,0xf6,0x46,0x00,0x09,0x0a, +0x00,0x05,0x05,0xb9,0x60,0x44,0x02,0x40,0x00,0x02,0x40,0x4a,0x27,0x70,0xfb,0x09, +0xff,0x10,0x8f,0xe1,0x00,0x8f,0xae,0x50,0x1f,0xfa,0x00,0x2f,0xf9,0x44,0x02,0xd1, +0xa0,0x9f,0xf3,0x00,0x09,0xff,0x20,0x00,0xbf,0xf7,0x05,0xff,0xb0,0x81,0x79,0x10, +0x9f,0xc6,0x56,0x01,0x49,0x95,0x21,0x03,0x00,0x80,0x3f,0x42,0x47,0x10,0x00,0x29, +0x53,0xad,0x11,0x86,0xda,0xc0,0x00,0xba,0xd0,0x00,0x51,0x68,0x10,0xfb,0xe6,0x18, +0x00,0x05,0x5b,0x10,0x06,0x19,0x02,0x85,0x1f,0xf6,0x2d,0x50,0x00,0x00,0x84,0x3f, +0xcb,0x44,0x03,0x0a,0x00,0xb1,0x2c,0xcc,0xc5,0x02,0x22,0x22,0x2e,0xf8,0x22,0x20, +0x3f,0x8e,0x2d,0x00,0xf1,0x35,0x71,0x2b,0xbf,0xf6,0x03,0x55,0x55,0x3c,0xf4,0xac, +0x00,0x51,0x93,0x21,0xbb,0xfa,0x0a,0x00,0x52,0x08,0xdf,0xfe,0x9a,0xfb,0xd4,0x7a, +0x10,0x0f,0xeb,0x0e,0x03,0x0a,0x00,0x21,0x06,0xff,0x0a,0x00,0x10,0x11,0x05,0xcc, +0xc0,0x17,0x30,0x00,0x0d,0xfb,0xf6,0x0f,0xf8,0xa4,0xff,0x4a,0xf2,0xc1,0x79,0x50, +0x8f,0xff,0xf6,0xdf,0xad,0x7e,0x7b,0xd1,0x7c,0xff,0xfe,0x92,0x8f,0xff,0xd0,0x00, +0x7f,0xc2,0x07,0xc7,0x30,0xcc,0xf3,0x12,0x08,0xea,0x11,0x1f,0xeb,0x0a,0x26,0x03, +0x21,0x36,0x00,0xbe,0xdc,0x10,0xe5,0xd5,0x5d,0x31,0x05,0xac,0xdf,0x4c,0x04,0x30, +0x8f,0xf9,0x06,0x59,0xb9,0x10,0x51,0x90,0x01,0x32,0x11,0x65,0x32,0x22,0x06,0x15, +0x82,0xac,0x4c,0x00,0x7b,0x0d,0x20,0xff,0x71,0x2a,0x53,0x03,0x55,0x76,0x16,0xf4, +0x0a,0x00,0x43,0x15,0x5f,0xf4,0x02,0x76,0xad,0x24,0x0e,0xf4,0x32,0x00,0x09,0x0a, +0x00,0x01,0xf6,0x04,0x00,0x3a,0xc1,0x14,0x71,0x0a,0x00,0x61,0xfd,0xf8,0xbf,0xb3, +0x33,0x34,0xc2,0x98,0x22,0xf8,0xbf,0x5c,0xf7,0x70,0x5f,0xff,0x60,0xbf,0xa1,0x11, +0x13,0x75,0xc2,0x14,0xf5,0x32,0x00,0x24,0x5f,0x40,0x0a,0x00,0x11,0x03,0xcc,0x18, +0x30,0x02,0xee,0x50,0xd4,0x03,0x21,0x08,0xb7,0x8c,0x9d,0x22,0xf6,0x00,0x76,0x35, +0x00,0xb1,0x9d,0x10,0x7f,0x4b,0x60,0x00,0xfa,0x64,0x13,0x1e,0x8a,0xed,0x24,0xd3, +0x0a,0x1f,0x6c,0x12,0x07,0x9c,0x08,0xe0,0x4f,0xff,0xf6,0xaf,0xfb,0xaa,0xaa,0x90, +0x7f,0xc4,0xff,0xff,0x60,0x7f,0xaa,0x0a,0x10,0xfc,0x14,0x06,0xf0,0x00,0xef,0x63, +0x6f,0xe0,0x9f,0xb0,0x00,0xef,0x60,0x0e,0xf4,0x03,0xfe,0x09,0xfb,0x3f,0x02,0x00, +0x5e,0x9d,0x20,0xaf,0xa0,0x13,0x00,0xf0,0x04,0xfc,0xbc,0xfe,0x0b,0xf9,0x00,0x0e, +0xf6,0x10,0xef,0x40,0x3f,0xe0,0xcf,0x80,0x00,0xef,0x9e,0x5e,0xa8,0x42,0xe0,0xf7, +0x00,0x0e,0xff,0xf9,0xef,0xed,0xdd,0xc0,0xff,0x60,0x02,0xff,0xfb,0xe8,0xe6,0x00, +0xaf,0xaf,0xa1,0xf9,0x00,0x11,0x00,0x34,0x3a,0xff,0x10,0x06,0xf7,0x03,0x6b,0x00, +0xbf,0x9c,0x02,0x33,0xef,0x08,0x7e,0x90,0x50,0x34,0x00,0x00,0x06,0xb1,0xca,0x26, +0x20,0x2e,0xf7,0x20,0x30,0x00,0x1e,0x37,0x20,0xbf,0xf9,0xe7,0x60,0x10,0x1f,0x78, +0xf0,0xb6,0xf2,0x03,0x4f,0xd5,0x39,0xff,0x42,0x00,0x00,0xa3,0x03,0x15,0x25,0x01, +0x42,0x24,0x32,0x6c,0xcc,0xc5,0xfc,0x26,0x10,0x08,0x0f,0x1f,0x81,0x11,0x1e,0xf9, +0x11,0x10,0x47,0x7e,0xf6,0x00,0x1a,0x00,0x85,0x6d,0x22,0x60,0x09,0xbf,0x04,0x24, +0x0d,0xf6,0x0a,0xfd,0x21,0xdf,0x60,0x70,0x02,0x00,0x3e,0x02,0x14,0x0a,0x3c,0x2a, +0x12,0x8b,0x54,0x0f,0x00,0x89,0xe4,0x03,0xd9,0x10,0x00,0x3e,0x15,0x01,0x26,0x00, +0x32,0x6f,0xfc,0x10,0xe2,0x10,0x33,0x08,0xfb,0x00,0x39,0x00,0x14,0x08,0x6e,0x27, +0x06,0xad,0xc5,0x43,0x01,0xce,0x30,0x3f,0x92,0x1f,0x33,0xdf,0xf4,0x3f,0x48,0x0a, +0x60,0x1c,0xff,0x11,0x11,0xaf,0xc1,0xdb,0x0f,0x85,0x01,0xc4,0x05,0x99,0xef,0xd9, +0x9a,0x91,0x9d,0x8e,0x10,0xf2,0x8b,0x41,0x60,0x01,0x27,0xff,0x32,0x5f,0xf0,0x0a, +0x00,0x30,0x00,0x09,0xfd,0x4b,0x52,0x43,0x14,0x4f,0xf4,0xef,0x6f,0x05,0x17,0x0e, +0x0a,0x00,0x03,0x4c,0x1f,0x00,0x08,0x80,0x12,0xcc,0x22,0x62,0x21,0x0e,0xf4,0xe3, +0x04,0x01,0x46,0x7c,0x61,0xba,0xfd,0x44,0x44,0x4a,0xfc,0x8b,0x07,0x12,0xfc,0xf8, +0x25,0x33,0x3f,0xff,0xd9,0x0a,0x00,0x24,0xaf,0xfb,0x28,0x00,0x24,0x3f,0x80,0x0a, +0x00,0x87,0x04,0x00,0x07,0xfd,0x11,0x11,0x19,0xfc,0xc4,0xc1,0x34,0x01,0xdf,0x60, +0x61,0xa5,0x23,0xbf,0xf7,0x0a,0x00,0x00,0xa9,0x3c,0x22,0xef,0x40,0xfc,0x58,0x41, +0xc7,0x00,0xef,0x41,0x20,0xe6,0x04,0xe3,0x50,0x43,0x00,0x5b,0xbb,0xb4,0x6a,0x7b, +0x15,0x6f,0x6d,0xd7,0x34,0x26,0x6f,0xf6,0x51,0xab,0x17,0x0e,0x0a,0x00,0x11,0x00, +0xc4,0x6a,0x00,0x75,0x04,0x02,0x80,0x79,0x00,0x47,0x05,0x23,0x0e,0xff,0xb7,0x53, +0x21,0xf6,0x2d,0xcf,0x3f,0x41,0xe2,0x00,0x0e,0xfc,0x13,0x01,0x01,0x56,0x06,0x41, +0xf5,0x04,0xff,0xcb,0xcc,0xdf,0xf0,0x08,0xfe,0x43,0xaf,0xfe,0x21,0xdf,0xfd,0x60, +0x00,0x4f,0xb1,0x1e,0xff,0xc2,0x00,0x1c,0xff,0xd1,0x00,0x06,0x00,0x05,0xc5,0xad, +0x35,0x10,0x30,0x42,0x65,0x80,0x5b,0x20,0x00,0x69,0x50,0x00,0x2e,0xf6,0xba,0x0c, +0x00,0x18,0x63,0x10,0xbf,0x59,0xd3,0x00,0x20,0xf3,0x00,0xf8,0x44,0x40,0xde,0x60, +0xaf,0xd0,0xc5,0x2d,0x15,0x0d,0x26,0x30,0x02,0x40,0x13,0x30,0x4c,0xcc,0xc6,0x89, +0x66,0x80,0x1e,0xf7,0x05,0xff,0xff,0x70,0xdf,0x60,0x43,0x15,0x90,0x38,0x8f,0xf7, +0x0d,0xf9,0x44,0x44,0x4e,0xf7,0x0d,0x00,0x02,0x26,0x00,0x00,0x38,0x4a,0x51,0xdf, +0xff,0xdf,0xfe,0xd6,0x63,0x15,0x31,0xcf,0xa0,0xef,0x04,0xe6,0x41,0x44,0x0e,0xf8, +0x0e,0xfa,0x7b,0x50,0xcf,0xa1,0xff,0x50,0xef,0x70,0xc6,0x00,0xbc,0x06,0x30,0x0e, +0xf6,0x06,0x73,0x7a,0xf0,0x07,0x2e,0xfb,0x00,0xef,0x61,0xfd,0x01,0xef,0xf9,0x3d, +0xff,0x20,0x0e,0xf9,0x6f,0xd0,0x0b,0xf7,0x1f,0xff,0x50,0x00,0x54,0x1d,0x87,0x27, +0x00,0x8d,0x40,0x00,0x04,0xef,0xfd,0x86,0x1c,0x15,0x35,0xdd,0x08,0xd3,0xff,0x80, +0x05,0xaa,0xab,0xff,0xba,0xaa,0x60,0x00,0x9f,0xf8,0x08,0x92,0x0b,0x51,0x09,0xfe, +0x10,0x33,0x36,0x4b,0xcf,0x36,0x00,0x92,0x00,0x9a,0x28,0x10,0x66,0x73,0x3a,0x00, +0xc5,0x09,0x11,0x1c,0x7e,0xe0,0x52,0xc2,0x5f,0xff,0xf5,0x2e,0xde,0x1b,0x30,0x15, +0x5f,0xf5,0x52,0xbc,0x00,0xeb,0x12,0x03,0x1e,0x99,0x12,0xfd,0x0a,0x00,0x35,0xb7, +0x77,0x7a,0x0a,0x00,0x11,0x7b,0x0a,0x00,0x14,0x10,0x1e,0x00,0x41,0xf8,0xd5,0xcf, +0x70,0x8c,0x3d,0x71,0x0e,0xff,0xfb,0xcf,0xc9,0x99,0x9c,0xca,0x9f,0x13,0xd2,0x1e, +0x00,0x20,0xaf,0xfb,0x13,0x55,0x00,0xb9,0x0c,0x70,0x6f,0x80,0x00,0xcf,0x60,0x09, +0xff,0xc7,0x07,0x00,0x27,0x55,0x10,0x04,0x66,0x64,0x14,0x26,0xe5,0x87,0x00,0x53, +0x03,0x10,0x22,0xf2,0xa5,0x00,0x0c,0xa2,0x15,0x01,0xe1,0x4a,0x10,0x21,0xa0,0x00, +0x00,0x3b,0x42,0x76,0xa4,0x01,0x11,0x14,0xff,0x31,0x12,0x0a,0x8a,0x51,0xe0,0x5f, +0xff,0xf4,0x0b,0x3f,0x3f,0xf1,0x05,0x90,0x5f,0xff,0xf4,0x00,0x08,0x40,0x46,0x30, +0xbf,0x50,0x14,0x4f,0xf4,0x00,0x3b,0xfc,0xdf,0x80,0xee,0x61,0x2b,0x41,0xe6,0x7e, +0xdf,0x80,0x09,0x83,0x32,0x05,0xef,0x91,0x8a,0x7e,0x60,0xf4,0x03,0x5e,0xd3,0xef, +0x83,0x22,0x7d,0x25,0xf4,0x4f,0x31,0xd0,0x11,0xdd,0x09,0xd0,0x91,0xd0,0x00,0x0e, +0xff,0xf2,0x00,0x5f,0xf7,0x88,0x81,0x07,0x50,0xc1,0x06,0xff,0xc3,0xff,0x95,0xf4, +0x60,0xfa,0x03,0xcf,0xfd,0x10,0x2c,0x8e,0x2f,0x50,0x90,0x4f,0xff,0xa0,0x00,0xe9, +0x5f,0x51,0x07,0x00,0x09,0xc4,0x00,0x95,0xe0,0x0e,0xc5,0x09,0x00,0xf5,0x2a,0x11, +0xcf,0x75,0x09,0x43,0x01,0xbf,0xf8,0x0c,0x20,0x05,0xf0,0x03,0x9f,0xf2,0xcf,0x51, +0x3f,0xb1,0x15,0xfd,0x00,0x00,0x83,0x0c,0xf4,0x7a,0xfd,0x93,0x4f,0xd0,0xc5,0x0d, +0x60,0x4c,0xff,0xff,0x54,0xfd,0x4f,0x7d,0x68,0xf0,0x04,0x03,0xfa,0x00,0x4f,0xd4, +0xff,0xff,0x60,0xcf,0x69,0xbf,0xd9,0x94,0xfd,0x14,0x4f,0xf6,0x0c,0xf6,0xdc,0x75, +0x10,0xd0,0xf4,0x7a,0x00,0x1f,0x9f,0x00,0x0a,0xbf,0x51,0x0d,0xf3,0x99,0x99,0x93, +0x13,0x00,0x50,0xdf,0x3f,0xff,0xff,0x64,0x13,0x00,0x50,0x0f,0xf1,0xfb,0x06,0xf6, +0x13,0x00,0x61,0xcb,0xff,0x0f,0xb0,0x6f,0x64,0x4b,0xd5,0x10,0xc0,0x14,0x16,0xf0, +0x09,0xd0,0x03,0xff,0xfe,0xf8,0x0f,0xe9,0x99,0x34,0xfd,0x00,0xaf,0xf6,0xef,0x40, +0x32,0x00,0x21,0x6f,0xc0,0x0b,0xf6,0x3f,0xd0,0x3b,0x01,0x50,0xfa,0x00,0x05,0x00, +0x75,0x39,0x1a,0x1b,0xea,0x4e,0x11,0x11,0x10,0x84,0x04,0x80,0x56,0x00,0x00,0x2d, +0xd0,0x00,0x3f,0xb0,0xfa,0x55,0x00,0x54,0x09,0x20,0xbf,0x70,0xfc,0x05,0xa4,0x0b, +0xbd,0xfd,0xbb,0xff,0xbb,0x80,0x00,0x0c,0xfc,0x90,0x7d,0x90,0x01,0xa0,0x09,0xa3, +0xff,0x49,0xfb,0x3c,0x50,0xe1,0x21,0xf0,0x00,0xf3,0xff,0x17,0xfa,0x7f,0xc0,0x4f, +0xff,0xf4,0x04,0xf9,0xff,0x17,0xfa,0xee,0xc3,0x06,0x75,0x77,0xb7,0xff,0x8b,0xfd, +0x8a,0x74,0x88,0x04,0x42,0xf9,0x00,0x0e,0xf4,0x1c,0x0e,0x53,0x64,0x00,0x0e,0xf4, +0x01,0x72,0x17,0x22,0x0e,0xf4,0x41,0x17,0x02,0x0a,0x00,0x02,0x9a,0x6e,0x40,0x0e, +0xf6,0xa2,0xff,0x4a,0xc7,0x00,0x86,0x01,0x02,0x11,0xaf,0x00,0x88,0x04,0x22,0xd5, +0xfe,0x3e,0x60,0x24,0xbf,0xfa,0x32,0x00,0x33,0x4f,0x60,0x02,0x28,0x00,0x11,0x03, +0xe8,0x58,0x23,0x03,0xee,0xc9,0x00,0x22,0x39,0x40,0x63,0x73,0x11,0xfc,0xac,0x3a, +0x02,0x0a,0x00,0x20,0xdf,0x60,0xe4,0x22,0xe1,0x11,0x14,0xfc,0x02,0xff,0x42,0x22, +0x21,0x03,0xfa,0x39,0x82,0xfc,0x06,0xf5,0xac,0x55,0xfa,0x4f,0xd2,0xfc,0x0d,0x0a, +0x00,0x51,0x4f,0xf2,0x00,0xbf,0x40,0x0a,0x00,0x50,0xdf,0xe0,0x00,0xef,0x10,0x0a, +0x00,0xf0,0x00,0xfe,0xff,0xf3,0x01,0xfe,0x00,0x03,0xfa,0x5f,0xd2,0xfc,0x8e,0xf9, +0x05,0xfb,0x0a,0x00,0xf0,0x09,0xc2,0xfc,0x02,0xff,0x1a,0xf7,0x00,0x03,0xfa,0x6f, +0xb2,0xfc,0x00,0xbf,0x9f,0xf1,0x00,0x03,0xfa,0x9f,0x92,0xfc,0x00,0x3f,0x1f,0x02, +0x40,0x43,0xdf,0x42,0x32,0x53,0x48,0x00,0x9f,0x06,0x60,0x7f,0x60,0x00,0x0c,0xff, +0xa0,0x8d,0x35,0x10,0x3f,0x47,0xad,0xf0,0x0b,0xfa,0x00,0x03,0xdf,0xc0,0x09,0xfc, +0x4d,0xff,0x46,0xff,0xe4,0x0c,0xfd,0x10,0x01,0xe9,0x6f,0xe4,0x00,0x6f,0xf5,0x01, +0x80,0x00,0x00,0xb2,0xd3,0x23,0x02,0x60,0xab,0x49,0x02,0xd2,0xd3,0x11,0xfe,0x6f, +0x0e,0x01,0xd6,0x27,0x02,0x13,0x00,0x20,0x32,0x23,0x0e,0xbb,0x71,0x33,0x33,0x0d, +0xf2,0xcb,0x1f,0xe0,0x47,0x78,0x32,0xdf,0x2f,0xe1,0xf9,0x46,0x43,0x0d,0xf2,0xfe, +0x1f,0x26,0x00,0x23,0x2f,0xe1,0x39,0x00,0x09,0x13,0x00,0xa1,0x35,0x5e,0xf9,0x55, +0x52,0x0d,0xf3,0xfd,0x1f,0xe8,0xe6,0x13,0xf0,0x00,0xdf,0x3f,0xc1,0xfe,0x8f,0xdc, +0xcc,0xcf,0xf5,0x0d,0xf6,0xfa,0x1f,0xe8,0xf5,0x74,0x00,0x60,0x45,0x9f,0x62,0x43, +0x8f,0x50,0x3b,0x00,0x41,0x1e,0xfb,0xf7,0x08,0x13,0x00,0xe0,0x08,0xfb,0x5f,0xf2, +0x8f,0x73,0x33,0x3e,0xf5,0x06,0xff,0x30,0xbf,0xa8,0x39,0x00,0x61,0x55,0xff,0x60, +0x02,0xf9,0x8f,0xd0,0xaa,0x30,0x50,0x00,0x02,0x26,0x00,0x28,0xce,0x40,0x03,0x5f, +0x17,0xa0,0x0a,0x00,0x11,0x5f,0xa6,0x74,0x00,0xf9,0x01,0x06,0x0a,0x00,0x20,0x01, +0x11,0x9a,0xd8,0x43,0x11,0x9f,0xa1,0x11,0xf4,0x03,0x01,0x32,0x00,0x12,0x04,0x91, +0xc5,0x01,0xcb,0x78,0x07,0x0a,0x00,0x01,0x83,0x9d,0x11,0x2f,0x36,0x27,0x30,0xc8, +0x1f,0xf1,0x0a,0x00,0x10,0x03,0xb4,0x58,0xc0,0xfd,0xdc,0x2f,0xf1,0x00,0x0f,0xc0, +0x08,0xfa,0x1f,0xff,0xfe,0x21,0x00,0x50,0xf0,0x09,0xfe,0x2f,0xf3,0xfa,0x6d,0x00, +0xa5,0xfc,0x40,0x9f,0xf1,0x00,0x07,0xae,0x1c,0x12,0x0a,0x64,0x87,0x20,0x22,0x10, +0x1f,0x01,0x14,0xf1,0x2f,0xe9,0x30,0xff,0xfc,0x75,0xd8,0x04,0x43,0x52,0x3f,0xf0, +0x5e,0xc9,0x1e,0x21,0x7f,0xc0,0xf2,0x95,0x00,0x8c,0x7a,0x17,0x50,0x02,0xa4,0x16, +0x70,0x0a,0x00,0x11,0x01,0xb7,0x0d,0x14,0x09,0x87,0x91,0x12,0xa0,0x9f,0x9d,0xe0, +0xef,0x30,0xaf,0x90,0x01,0x11,0xbf,0x81,0x10,0x06,0xfc,0x00,0xcf,0x80,0x0a,0x00, +0x40,0x11,0x5f,0xf6,0x66,0xd9,0xb4,0x00,0x35,0x18,0xf0,0x05,0xc0,0xdf,0xff,0x10, +0x1e,0xee,0xef,0xfe,0xea,0x8b,0x10,0x48,0x72,0x00,0x00,0x10,0x4f,0xc0,0x00,0x4c, +0xbd,0x32,0x41,0x07,0xfa,0x4f,0xc0,0x18,0x01,0x91,0x40,0x08,0xf9,0x4f,0xfe,0xe6, +0x5f,0xe2,0x23,0x0a,0x00,0xf0,0x00,0xff,0xf6,0x5f,0xd0,0x01,0xff,0x40,0x09,0xfc, +0x4f,0xe6,0x62,0x5f,0xe0,0x02,0xfe,0x1b,0x13,0x8f,0x28,0x00,0x10,0x0b,0x6a,0x03, +0x40,0x4d,0xdd,0xdd,0xdd,0x1d,0x88,0x1c,0xc0,0xc8,0x00,0x33,0x5f,0xc0,0x6f,0xc8, +0x00,0x61,0x5f,0x80,0x01,0x7b,0xee,0xff,0x25,0x13,0x1f,0x20,0xb3,0x88,0x0b,0x11, +0xf9,0x12,0x94,0x12,0xf1,0xec,0x40,0x02,0xe5,0x2f,0x02,0x22,0x6a,0x1a,0x8f,0x28, +0x00,0x06,0xc0,0x7d,0x02,0x75,0x59,0x10,0x20,0xcb,0x6c,0x12,0x10,0xf7,0x0c,0x00, +0xc1,0xaf,0x01,0xbd,0x52,0x01,0x5c,0x74,0x12,0x2f,0x0c,0x08,0x10,0x0a,0xb4,0x24, +0x02,0x48,0x08,0x43,0xff,0xa0,0x2f,0xf4,0xe3,0x8f,0x13,0xf7,0xc5,0x59,0x32,0xcf, +0xc9,0xff,0x93,0xe9,0x10,0x08,0x56,0xac,0xa2,0xfa,0x65,0x44,0x44,0x41,0x2f,0xfb, +0x00,0x06,0xef,0x2b,0x93,0x40,0xc0,0x00,0x00,0x15,0x61,0xdd,0x1a,0x90,0x96,0x99, +0x15,0x4e,0xe1,0x18,0x03,0x0a,0x00,0x50,0xf4,0x00,0xcf,0x4e,0xfa,0x31,0x3c,0x01, +0x0a,0x00,0x11,0xf7,0x28,0x00,0x50,0xf9,0x66,0xef,0x4e,0xf9,0x37,0xbb,0x04,0x28, +0x00,0x10,0xfe,0xd8,0x4a,0x24,0xa9,0x2e,0xbb,0xe0,0x21,0x30,0x0e,0x0e,0x48,0x51, +0x0a,0xc1,0xff,0x63,0x1e,0x0a,0x00,0x81,0x0d,0xf2,0xff,0xff,0x5e,0xf8,0x22,0x26, +0x0a,0x00,0x11,0xdc,0x32,0x00,0x00,0x0a,0x00,0x26,0x30,0x0e,0x0a,0x00,0x00,0x68, +0x47,0x00,0x0a,0x00,0x31,0xcf,0x6e,0xf7,0x3f,0x5d,0x50,0xfe,0xff,0xff,0x8e,0xfa, +0x52,0x0f,0x51,0x9f,0xff,0xfc,0x72,0x0e,0x36,0x06,0x32,0x5e,0xa5,0x10,0x25,0x01, +0x0b,0xf6,0x7b,0x00,0x52,0x39,0x02,0xe8,0x12,0x34,0x40,0x0e,0xf9,0x0a,0x00,0x40, +0x6f,0xff,0xff,0xfa,0xaa,0xf4,0x30,0xff,0x41,0xef,0xeb,0x1f,0x00,0x0a,0x00,0xf1, +0x00,0x5d,0xff,0x80,0x3f,0xf4,0x00,0x09,0xfe,0xdd,0xff,0xef,0xff,0xf4,0xdf,0xc0, +0x28,0x00,0x50,0x6d,0x97,0xff,0xff,0x20,0x08,0x71,0x12,0x53,0x03,0x77,0x60,0x04, +0x61,0xef,0x20,0x00,0x0b,0x38,0x0e,0xd0,0x0c,0xf2,0xef,0x87,0x36,0xef,0xf8,0xcf, +0xfe,0x81,0x0c,0xf2,0xef,0x3f,0x4a,0x80,0x08,0xff,0xd1,0x0c,0xf2,0xef,0xa9,0x8f, +0x2b,0x16,0x61,0x30,0x0c,0xf2,0xef,0x20,0x04,0xbe,0x00,0x00,0x0a,0x00,0xc0,0x14, +0xfe,0x11,0x16,0xfe,0x00,0x0c,0xf3,0xef,0xce,0xb4,0xfe,0x3f,0x33,0x10,0x3e,0x72, +0x23,0x00,0x0a,0x00,0x00,0xfc,0xb9,0x21,0xa6,0x24,0x28,0x00,0x42,0x4c,0x95,0x10, +0x00,0x32,0x00,0x03,0xf5,0x49,0x23,0x05,0xed,0xed,0x38,0x21,0x34,0xfe,0x57,0x0a, +0x1a,0xfb,0x0a,0x00,0xf0,0x11,0x03,0x00,0x08,0xf6,0x04,0xfe,0xd6,0xef,0x34,0xfe, +0x2f,0xc2,0x08,0xf6,0x04,0xfd,0xfd,0xef,0x34,0xfe,0x7f,0xe1,0x08,0xf8,0x26,0xfb, +0xbf,0xff,0x34,0xfe,0xdf,0x70,0x28,0x00,0x30,0x6f,0xff,0x34,0x76,0x16,0x61,0xcc, +0xff,0xc9,0x3c,0xff,0x34,0xab,0x3e,0x14,0xff,0x50,0x00,0x80,0xf1,0xff,0x54,0x00, +0xef,0x34,0xff,0xb1,0x0a,0x00,0xf0,0x22,0xfd,0x1b,0xff,0x24,0xff,0xfd,0x20,0x08, +0xf1,0xff,0xce,0xff,0xff,0x24,0xff,0xef,0xe2,0x08,0xf1,0xff,0x09,0xfd,0xff,0x04, +0xfe,0x2e,0xf4,0x08,0xf1,0xff,0x01,0xb6,0xfd,0x04,0xfe,0x03,0x50,0x08,0xf1,0xff, +0x8c,0x1a,0xfa,0x04,0xfe,0x01,0x00,0x0a,0xfc,0x90,0x9a,0xf3,0x06,0x04,0xfe,0x05, +0xe5,0x7f,0xff,0xfe,0xa6,0xaf,0xd0,0x04,0xff,0x18,0xf7,0x3f,0xc7,0x30,0x06,0xff, +0x50,0x02,0x32,0x5c,0x11,0xd6,0xc4,0x86,0x09,0xc5,0xf9,0x05,0x87,0x1f,0x10,0xfc, +0x30,0x03,0x14,0xe5,0x21,0xc2,0x22,0x3f,0xf3,0xaa,0x1e,0x11,0x99,0xd4,0x03,0x06, +0x0a,0x00,0x50,0x03,0x5f,0xe3,0x33,0x22,0x37,0xf1,0xe0,0x20,0x00,0x7f,0x92,0x20, +0x01,0x13,0xff,0x51,0x11,0x10,0x00,0xcf,0x8f,0x78,0x58,0x00,0x21,0xbe,0x23,0xfc, +0x5f,0x0a,0x00,0x60,0x0b,0xfd,0xcf,0xfa,0x41,0x2f,0x6e,0x6b,0x10,0x0c,0x91,0x0a, +0x00,0xe2,0xbf,0x72,0x00,0x06,0x98,0xbf,0xf8,0x30,0x9f,0x90,0x56,0x11,0x5f,0x97, +0x05,0x01,0x2b,0xdd,0x21,0xf8,0xb1,0x4b,0x66,0x20,0x1b,0xdf,0x7c,0x20,0x31,0x50, +0xdf,0xd0,0x2f,0x63,0x30,0x71,0x7f,0xfe,0x91,0x40,0x62,0x85,0x7f,0xe0,0x00,0x1a, +0xff,0xed,0x45,0x10,0xe0,0xd7,0x8b,0x13,0xb1,0x0a,0x00,0x00,0x2d,0x7f,0x03,0x97, +0x98,0x1e,0x09,0x87,0x74,0x11,0x10,0x70,0x26,0x14,0xe6,0x1d,0x72,0x11,0x0c,0x06, +0xa4,0x12,0xf1,0x5d,0x2b,0x11,0x30,0xe1,0xbb,0x01,0x0a,0x00,0xc0,0x6f,0xfa,0xff, +0x30,0x00,0x04,0xaf,0xa4,0x44,0x12,0xff,0xb0,0xb6,0x0a,0x60,0xbf,0x52,0x10,0x0d, +0xff,0x20,0x46,0x66,0xd0,0xfe,0xaf,0x61,0xcf,0xf5,0x00,0x04,0xff,0xa0,0x06,0xf9, +0x9f,0x67,0xd2,0x5e,0xb1,0x6f,0xd2,0x1e,0xfe,0xff,0xed,0xa6,0xff,0x40,0x0a,0x46, +0x9f,0x12,0xd1,0x20,0xff,0x44,0xdf,0xe2,0x00,0x04,0x44,0xbf,0x94,0x00,0xff,0xdf, +0x10,0x4c,0x41,0x9f,0x60,0x00,0xff,0x88,0xeb,0x63,0x13,0xcf,0xdd,0x70,0xff,0xe6, +0x90,0x68,0x41,0x80,0xff,0x50,0x00,0x5d,0x5d,0xb0,0xb5,0x10,0xff,0x40,0x00,0x7f, +0xa0,0x07,0x41,0xaf,0x60,0x04,0x15,0x10,0xbf,0xb2,0xd2,0x02,0xff,0x0b,0x11,0x40, +0x0a,0x00,0x00,0xb3,0x87,0x02,0x46,0x00,0x11,0x00,0x4f,0x56,0x24,0x06,0xd9,0xf0, +0x68,0x11,0xaf,0xaf,0x14,0x02,0xf5,0x8f,0x10,0x60,0x13,0x00,0x11,0x01,0xb5,0x1b, +0x10,0x04,0x0b,0x7b,0x40,0x6f,0xd1,0x11,0x0b,0x0a,0x33,0x43,0xb0,0x09,0xf8,0x21, +0x1a,0x0c,0xf0,0x0d,0xef,0x6f,0xd0,0x0e,0xf6,0x6f,0xf4,0x8f,0xe0,0x4f,0xc4,0xfd, +0x00,0xef,0x22,0xff,0x04,0xfe,0x0d,0xfe,0xcf,0xfb,0x4e,0xf2,0x2f,0xf0,0x4f,0xe0, +0x4e,0x3e,0xa2,0xef,0x44,0xff,0x26,0xfe,0x07,0x99,0xaf,0xe8,0x3e,0xae,0x11,0x24, +0x04,0xfd,0xbd,0x87,0x30,0x5f,0xe9,0x5e,0x26,0x00,0x20,0xe2,0xbd,0xdf,0x4b,0x00, +0x39,0x00,0x00,0xd3,0x48,0x11,0x3e,0x39,0x00,0x30,0xa8,0x56,0xfd,0x99,0xab,0x10, +0x58,0xbb,0x4d,0x26,0xd0,0x0e,0x39,0x00,0x32,0xdc,0xcc,0xcd,0x13,0x00,0x13,0xf2, +0x76,0x1f,0x2d,0x00,0x11,0x5c,0xba,0x00,0xbc,0xdb,0x40,0x34,0x90,0x00,0x00,0xf7, +0x27,0x42,0x92,0xff,0x4e,0xfb,0xb5,0x1c,0x32,0xd1,0xff,0x33,0xee,0xb9,0x00,0x59, +0x32,0x31,0x6a,0x10,0x0c,0x91,0xe3,0x48,0xff,0xdc,0xcc,0xc1,0x43,0x18,0x23,0xbe, +0x70,0x09,0x16,0x11,0x01,0x62,0xef,0x22,0x60,0x86,0x58,0xa3,0x60,0xf5,0xcf,0x72, +0xff,0x30,0x09,0x85,0x1d,0x40,0xc4,0xbf,0x98,0xfd,0x43,0x39,0x51,0x89,0x30,0x00, +0x9f,0xbe,0xf2,0xa9,0x30,0xff,0xee,0xe1,0x3d,0x3f,0x12,0x02,0x80,0x89,0x20,0xff, +0x90,0x5a,0x70,0x10,0xdf,0xd8,0x0f,0xd2,0x13,0x00,0x03,0x45,0x78,0xef,0xdc,0xe7, +0x3f,0xfa,0x08,0xd2,0x0c,0xc3,0x4c,0x91,0xfe,0x0a,0xf3,0x0b,0xfe,0xca,0xef,0x94, +0x5e,0x9a,0x87,0x00,0xc8,0x07,0x22,0xcf,0xf4,0x6b,0x15,0x54,0xdf,0x50,0x1d,0x40, +0x07,0x4a,0xcc,0x0c,0xb6,0x04,0x14,0xa6,0x94,0x86,0x01,0xb7,0x85,0x00,0x21,0x06, +0x81,0x2a,0xae,0xfd,0xaa,0x23,0x33,0x4f,0xe5,0xf9,0xb7,0x12,0xff,0xb8,0x3c,0x22, +0x18,0xbf,0xcf,0xa3,0x00,0x6e,0x86,0x50,0x82,0x10,0x00,0x3d,0x60,0xef,0xdc,0xe1, +0xff,0x6f,0xc0,0x00,0xcf,0xc0,0x09,0xfe,0x10,0x06,0xfb,0x4f,0xc0,0x08,0x56,0x3c, +0x20,0x1e,0xfe,0xaa,0x4e,0x31,0x20,0x03,0x4f,0x97,0x30,0xd0,0x5d,0xff,0xc0,0x1f, +0xfd,0xd3,0x04,0x54,0x7f,0xd4,0x12,0x4f,0xf4,0x57,0x36,0x00,0x58,0xa8,0x21,0x0c, +0xfb,0x43,0x0f,0x40,0x6f,0xe8,0x60,0x05,0xf6,0x04,0x21,0x3d,0xef,0xe4,0x63,0x02, +0xc6,0x02,0x30,0xfb,0x60,0x02,0x0a,0xce,0x62,0x0a,0x75,0x6f,0xc0,0x00,0x2e,0x47, +0x92,0x00,0x5a,0x00,0x40,0xf4,0x8f,0xff,0xa1,0x0a,0x00,0x60,0x9f,0xfe,0x30,0x06, +0xff,0xd0,0x0a,0x00,0x68,0x0d,0x91,0x00,0x00,0x2b,0x20,0xef,0x50,0x15,0x63,0xac, +0x44,0x00,0x19,0x90,0x04,0xd8,0x5f,0x43,0x69,0xfd,0xaa,0xac,0x0a,0x00,0xa2,0xfb, +0x66,0x68,0xff,0x00,0x04,0x8f,0xe4,0x44,0x19,0x46,0x0a,0x51,0x9f,0x92,0x20,0x04, +0x66,0x06,0x53,0x50,0xef,0x7f,0xe0,0x9e,0xee,0x15,0xc9,0x32,0x04,0xfd,0x4f,0x59, +0xdf,0x70,0xf2,0x0c,0xfe,0xcf,0xfa,0x18,0xfa,0x60,0x3d,0x00,0x5e,0x01,0x12,0x18, +0x93,0x3e,0x81,0x87,0x9f,0xf6,0x08,0xfe,0xbb,0xbc,0xfd,0x95,0x21,0x22,0x08,0xfa, +0x60,0x47,0x31,0x5f,0xf9,0x48,0x1e,0x00,0x00,0xf5,0x24,0x41,0x78,0xfe,0x99,0x9b, +0x8c,0x0b,0xc3,0xf9,0x38,0xfa,0x12,0x38,0xfe,0x83,0x09,0x85,0x6f,0xe0,0xbe,0xe1, +0x56,0x80,0x4f,0xe0,0xcf,0xff,0xfe,0xdd,0xff,0x72,0x0a,0x00,0x42,0x34,0x21,0x00, +0x05,0x46,0x00,0x03,0xc4,0x3d,0x07,0x58,0x2a,0x10,0x81,0xad,0x59,0x13,0x40,0xed, +0xb4,0x10,0x02,0x16,0x13,0x40,0x08,0x9f,0xf8,0x84,0xc3,0xa0,0x01,0x35,0x03,0xf3, +0x06,0xf8,0x09,0xff,0x93,0xef,0xd5,0x00,0x09,0xdf,0xb9,0x9c,0xef,0xf8,0x00,0x2d, +0xff,0xd3,0x00,0xcf,0x20,0x08,0xc2,0x44,0xf0,0x0d,0xfc,0xcf,0x30,0x7b,0xcc,0xcc, +0xcc,0xc6,0x30,0x05,0xf7,0xcf,0x30,0x56,0x66,0x64,0x00,0x09,0x70,0x0d,0xfc,0xef, +0xb5,0xdf,0xff,0xfa,0x9f,0x3f,0x33,0x7b,0x30,0xf7,0xde,0x46,0x0a,0x00,0x90,0x07, +0x87,0xef,0x93,0xdf,0xab,0xfa,0x9f,0x3f,0x2f,0x68,0x12,0x30,0x1e,0x00,0x63,0x00, +0x14,0xdf,0xe8,0xde,0x03,0x28,0x00,0x12,0xf9,0x14,0x00,0x60,0x0d,0xfe,0xff,0x60, +0xdf,0xbc,0x0a,0x00,0x90,0x04,0x20,0xcf,0x30,0xde,0x02,0xfa,0x35,0x2f,0x32,0x00, +0x00,0x0a,0x00,0x22,0x00,0x1f,0x0a,0x00,0x50,0x6e,0xf9,0x3e,0xff,0xa0,0x0a,0x00, +0x4f,0xdd,0x3f,0xd3,0x0d,0x62,0x02,0x04,0x23,0x8c,0x10,0x53,0x38,0x01,0x53,0x30, +0x02,0x4b,0x4a,0x24,0x7f,0xfa,0x3d,0xb0,0x30,0x0b,0xfd,0x3c,0x9a,0x40,0x00,0x7d, +0x5a,0x25,0xa1,0x3f,0x97,0x11,0x10,0x2a,0xc4,0x2c,0x51,0xef,0x90,0x15,0x55,0x52, +0x1b,0x1b,0x30,0xdf,0x90,0x4f,0x43,0x01,0x01,0x5c,0xf5,0x00,0x0a,0x00,0x00,0x84, +0x3c,0x00,0xdd,0xa3,0x00,0xfe,0x8c,0x00,0x17,0x00,0x00,0x0a,0x00,0x20,0x1f,0xf9, +0xe9,0x12,0x00,0x0a,0x00,0x10,0xbf,0x91,0x6d,0x00,0x57,0xc2,0x70,0x08,0xff,0x90, +0x21,0x19,0xff,0x10,0x4c,0x14,0x50,0xfd,0x10,0xcf,0xff,0xfd,0xab,0x19,0x60,0x1d, +0xd1,0x00,0x7f,0xff,0xe3,0x09,0x1d,0x50,0x83,0x10,0x00,0x14,0x43,0xc2,0x2c,0xb3, +0x8f,0xfe,0x96,0x54,0x44,0x56,0x79,0xc7,0x3f,0xf1,0x03,0x16,0x7d,0x11,0x09,0xb8, +0xe0,0x01,0xf1,0x23,0x02,0x9f,0x13,0x06,0x8d,0xd6,0x00,0xcf,0x7d,0x14,0xfb,0x0a, +0x00,0x01,0xfd,0x12,0x02,0x06,0x1a,0x30,0x9f,0xf6,0x14,0x95,0xd5,0x10,0xa4,0xd1, +0x3c,0x14,0x5f,0x31,0x1b,0x30,0x30,0x5e,0xee,0xf2,0x28,0x03,0x54,0x47,0x00,0x28, +0x00,0x51,0x15,0x55,0x52,0x04,0xda,0x0a,0x00,0x11,0x3f,0x92,0x80,0x00,0x0a,0x00, +0x30,0x3d,0xdf,0xf6,0x5c,0x0e,0x03,0x73,0xd9,0x24,0x0d,0xfb,0x0a,0x00,0x24,0x04, +0x70,0x0a,0x00,0x32,0x00,0x13,0x23,0x79,0xdd,0x01,0x84,0x31,0x12,0x40,0x87,0x41, +0x31,0x0f,0xff,0xd7,0xc5,0x34,0xa4,0xfb,0x63,0x23,0x22,0x23,0x46,0x72,0x7f,0xfb, +0x7e,0x11,0x39,0x32,0xc0,0x00,0x6b,0xac,0x0d,0x30,0x02,0x10,0x00,0x8f,0x25,0x27, +0x32,0x21,0x23,0x07,0x22,0x03,0xfa,0xa5,0x1c,0x00,0x16,0x1e,0x12,0xd3,0x0a,0x00, +0x00,0x02,0x35,0x13,0x00,0x99,0xd1,0x17,0x03,0x18,0x3a,0x11,0x68,0xe6,0x1b,0x52, +0x82,0x02,0x22,0x20,0xbf,0x77,0x16,0xd0,0x5f,0xff,0xf6,0x8b,0xbc,0xff,0xeb,0xbb, +0xbb,0xb2,0x5f,0xff,0xf6,0x92,0x89,0x12,0x4a,0xdd,0x19,0x32,0x0e,0xfc,0x01,0xa0, +0x00,0x00,0x04,0x74,0x20,0x8f,0xe1,0x0a,0x00,0x70,0x01,0xef,0xb0,0x01,0x3f,0xf9, +0x00,0xbf,0x0e,0x01,0x80,0xb4,0x11,0x20,0x0a,0x00,0x01,0xe0,0x01,0x00,0x19,0xde, +0x71,0xeb,0x97,0x54,0x20,0x8f,0xa0,0x02,0x14,0xd9,0x00,0xa5,0x77,0xe2,0x4f,0xff, +0xaf,0xfe,0x95,0x54,0x34,0x45,0x67,0x95,0x1f,0xf6,0x02,0xcf,0x6e,0x00,0x52,0x07, +0xb0,0x00,0x04,0xae,0x4a,0x01,0x13,0x10,0xea,0xfb,0x08,0xf1,0x03,0x20,0xe9,0x00, +0xa4,0xbf,0x00,0xef,0xa3,0x22,0xff,0xa0,0x0a,0x00,0x00,0xaf,0x47,0xb4,0x15,0x5d, +0xfb,0x56,0xff,0x75,0x20,0x00,0x08,0xe4,0x3f,0x1c,0x36,0x25,0x10,0x3f,0x4d,0x4f, +0x03,0x28,0x00,0x50,0x28,0x88,0x83,0x00,0x0c,0x0a,0x00,0x00,0x86,0x01,0xc3,0x24, +0x4d,0xfb,0x46,0xff,0x74,0x40,0x2a,0xaf,0xf6,0x6f,0xff,0x7e,0x74,0x07,0x0a,0x00, +0x10,0x00,0x14,0xb7,0x11,0x30,0xdc,0x00,0x23,0xdf,0xb0,0x0a,0x00,0x10,0x08,0x9a, +0x14,0x00,0xfd,0x26,0x00,0x62,0xda,0x01,0x82,0x00,0x81,0xef,0xfe,0x41,0xc3,0x00, +0x01,0xaa,0x20,0x95,0xff,0xa3,0x74,0x32,0x22,0x34,0x57,0x92,0x2f,0xe1,0x02,0xdf, +0xef,0x9c,0x41,0x70,0x00,0x06,0xbe,0x70,0x08,0x03,0x4e,0x02,0x04,0xfc,0xd4,0x21, +0x95,0x10,0x16,0x03,0x10,0x30,0xb2,0xa2,0x01,0x01,0x0e,0x50,0xe1,0x5b,0xbd,0xff, +0xcb,0xec,0x5e,0x33,0x2f,0xfa,0x7f,0xec,0x5e,0x90,0x07,0xe5,0x24,0xaf,0xf5,0x55, +0x54,0x44,0x30,0xc3,0x01,0x20,0xdf,0x90,0x62,0x1b,0x10,0x02,0x08,0x6a,0x40,0x31, +0xdf,0xa1,0x11,0x68,0xb6,0x02,0x96,0x0f,0x00,0x0a,0x00,0x14,0x0c,0x50,0x0f,0x70, +0xf5,0x03,0x21,0x11,0xdf,0xa1,0x11,0x0a,0x00,0x50,0x01,0x11,0x11,0xdf,0xa1,0xf6, +0x13,0x24,0xf5,0xaf,0xd2,0x00,0x07,0x0a,0x00,0x50,0x12,0x22,0x22,0xdf,0xb2,0x83, +0x69,0x13,0xf6,0x5a,0x1e,0x00,0xff,0x14,0x02,0x2f,0x3e,0xef,0x7f,0xfc,0x8f,0xfd, +0x86,0x54,0x44,0x56,0x8a,0xd7,0x3f,0xf1,0x03,0xef,0x16,0x03,0x08,0x15,0x62,0x77, +0x05,0x24,0xfe,0x20,0x4a,0x8c,0x23,0xef,0xe1,0x0a,0x00,0x00,0x0a,0x66,0x40,0xff, +0xa4,0x44,0x46,0xe3,0x00,0x10,0xc2,0x47,0x67,0x03,0xf3,0xcb,0x43,0xff,0xa3,0x33, +0x36,0x0a,0x00,0x01,0x28,0x00,0x00,0xc1,0x17,0xd0,0xff,0xfe,0xef,0xee,0xee,0x20, +0x3f,0xff,0xf7,0x01,0xff,0x50,0x7e,0x67,0x25,0x71,0x3f,0xf7,0x03,0xff,0x21,0xef, +0xe2,0x9e,0x4d,0x60,0x07,0xff,0x00,0x3f,0xfe,0x20,0x0a,0x00,0x10,0x0c,0x21,0x89, +0x10,0xd1,0x0a,0x00,0x20,0x3f,0xf9,0xbd,0x03,0x00,0x0a,0x00,0x11,0xcf,0x6a,0x83, +0x00,0xab,0xfb,0x00,0x3a,0x2d,0x70,0x01,0xed,0x10,0x09,0xff,0xfe,0x55,0xaf,0x03, +0xd0,0x41,0x00,0x6f,0xf8,0x2d,0xfe,0x96,0x54,0x34,0x45,0x78,0xa2,0x0e,0x2a,0x4b, +0x02,0x9f,0x2f,0x40,0x60,0x00,0x04,0xad,0x2c,0x34,0x0f,0x13,0x6d,0x03,0x11,0x10, +0x5d,0x0c,0x51,0x2b,0x80,0x00,0x09,0xf4,0x0a,0x00,0x22,0x8f,0xf5,0x96,0x6a,0xf3, +0x04,0x0c,0xf9,0x0b,0xfe,0x00,0x01,0xef,0xc0,0x33,0x33,0x3d,0xfa,0x35,0xe5,0x20, +0x00,0x5f,0xf5,0xef,0x6a,0x13,0x34,0x0a,0x40,0xef,0x6c,0x02,0x01,0x76,0x10,0x10, +0x70,0x0c,0x21,0x10,0xf5,0x9c,0x03,0x12,0xf6,0x0a,0x00,0x90,0x4f,0xfe,0xfd,0xff, +0x40,0x00,0x13,0x3e,0xf5,0x26,0xde,0x21,0x8f,0xf3,0x95,0x1b,0x50,0xfe,0x1c,0xf9, +0x0b,0xfe,0x9a,0x01,0x60,0x6f,0xf6,0x0c,0xf9,0x01,0xef,0x16,0x03,0xb3,0xef,0xa0, +0x0c,0xf9,0x00,0x6d,0x20,0x00,0x0e,0xf5,0x2b,0xfb,0xdd,0x10,0x5f,0x38,0x28,0x12, +0xf9,0x8b,0x53,0xf2,0x06,0xf9,0x40,0x00,0x10,0x00,0x12,0x50,0x7f,0xfa,0x3a,0xff, +0xff,0xfe,0xde,0xff,0xff,0xc0,0x0e,0xa0,0x00,0x39,0x3b,0x86,0x20,0x03,0x00,0x83, +0x25,0x38,0x44,0x33,0x21,0x20,0x03,0x12,0xd6,0x3d,0x20,0x00,0x02,0x27,0x10,0x70, +0x51,0x20,0x01,0x63,0x9c,0x23,0xf5,0x07,0xb5,0xfb,0x34,0x0c,0xe4,0x07,0x9a,0x35, +0x10,0x10,0x86,0x76,0x22,0xbf,0xf3,0x35,0x44,0x30,0x44,0x44,0x6f,0xeb,0x40,0x02, +0xf8,0xb7,0x03,0x0a,0x00,0xd0,0x88,0xa8,0x88,0xe7,0x00,0x14,0x4f,0xf5,0x07,0xfe, +0x07,0xf9,0x09,0x90,0x15,0x40,0xf5,0x07,0xfe,0x05,0x0f,0x3d,0x00,0x0a,0x00,0x00, +0x63,0x38,0x10,0x50,0x0a,0x00,0x41,0x09,0xff,0x69,0xa3,0x9a,0x01,0x20,0xf5,0x2e, +0x07,0x30,0x01,0x58,0x16,0xb0,0x1f,0xff,0xfb,0x70,0x05,0xfe,0x20,0x00,0x6f,0xfc, +0x28,0xf1,0x19,0xd0,0x72,0x00,0x4e,0xfd,0x6d,0xfb,0x62,0x10,0x00,0x01,0x24,0x61, +0x2f,0x35,0x3b,0x02,0x43,0x25,0x51,0x60,0x00,0x03,0x9d,0xef,0x5b,0x62,0x05,0xdc, +0x23,0x00,0x51,0x36,0x11,0x32,0x8b,0x6b,0x00,0xd8,0x47,0x21,0xef,0x74,0xb3,0x6b, +0x00,0x97,0x96,0x40,0x67,0xff,0x43,0x33,0x62,0x16,0x13,0x0c,0x62,0x02,0x40,0x0d, +0xd2,0x6f,0xfc,0x1b,0xba,0x64,0x20,0x00,0x02,0x10,0xaf,0xb0,0xc7,0x6b,0x31,0x05, +0x20,0x05,0x42,0x83,0x32,0x33,0x31,0xbf,0x84,0x03,0xf1,0x01,0x1f,0xff,0xf5,0x8c, +0xce,0xff,0xcf,0xfe,0xcc,0xc0,0x1f,0xff,0xf5,0x00,0x09,0xfc,0xdc,0xa0,0x00,0x76, +0x92,0x14,0xf9,0x0a,0x00,0x51,0x7f,0xf3,0x0b,0xf9,0x09,0xdc,0x00,0x50,0xff,0xc0, +0x0b,0xf9,0x0d,0x27,0xdf,0x41,0xdf,0xfe,0x10,0x0a,0x3e,0x17,0x52,0xf9,0x4f,0xb2, +0x00,0x04,0x72,0x8a,0x10,0xc5,0xaf,0x04,0xe3,0x32,0x00,0x1b,0xff,0xcc,0xff,0x84, +0x32,0x22,0x23,0x56,0x92,0x1f,0xfb,0x6a,0x3a,0x62,0xe0,0x06,0xd0,0x00,0x01,0x8d, +0xb6,0x03,0x1e,0x20,0xb0,0x04,0x42,0x02,0xb2,0x00,0x0e,0xaf,0x3c,0xf0,0x02,0x0d, +0xfe,0x40,0x0b,0xcc,0xdc,0xcc,0xef,0xfa,0x00,0x02,0xdf,0xf6,0x00,0x2c,0xfa,0x59, +0x75,0x03,0x52,0x1c,0xf8,0x00,0x05,0xaf,0xd8,0x0c,0x03,0x50,0x8d,0x12,0x50,0x0f, +0x66,0xf4,0x00,0xff,0xcc,0xff,0x50,0x26,0x66,0x62,0x1f,0xf5,0x35,0xff,0x33,0xff, +0x50,0x6f,0xf2,0x03,0xb0,0x50,0x4b,0xbf,0xf5,0x1f,0xf7,0x57,0xff,0x55,0xff,0x50, +0x68,0x01,0x42,0xfa,0x9a,0xff,0x99,0x0a,0x00,0x02,0x3c,0x00,0x00,0x0a,0x00,0x51, +0xf3,0x24,0xfe,0x22,0xef,0x0a,0x00,0x90,0xf1,0x02,0xfe,0x5a,0xff,0x40,0x00,0x2f, +0xf7,0x0a,0x00,0x20,0x3f,0xfd,0xc3,0x81,0x21,0x52,0x20,0xe6,0x7b,0xc0,0x4f,0xfc, +0x7f,0xfa,0x31,0x00,0x00,0x01,0x35,0x91,0x3f,0xe1,0x29,0x93,0x11,0xef,0x90,0x01, +0x00,0xcf,0xab,0x05,0x90,0x01,0x02,0xb5,0x37,0x14,0x10,0x28,0x60,0x24,0x07,0xf5, +0x0a,0x00,0x33,0x0d,0xff,0x60,0xf8,0x02,0x41,0x01,0xdf,0xf4,0xde,0xf9,0x54,0x44, +0x80,0x00,0x1e,0xe3,0x74,0x7c,0x35,0x03,0x10,0x5f,0xbd,0xa8,0x00,0xec,0xbe,0xc0, +0xcd,0xfe,0x00,0x5c,0xcc,0xc4,0x5f,0xd0,0x0f,0xf5,0x06,0xfe,0x16,0x03,0x60,0x5f, +0xfb,0xbf,0xfd,0xbd,0xfe,0x16,0x03,0x25,0x5f,0xff,0x70,0x93,0x12,0x08,0x0a,0x25, +0x12,0x0e,0xcd,0x2e,0x20,0x60,0x00,0x0c,0x03,0x50,0xff,0x5f,0xf6,0xbf,0xfa,0xe8, +0x03,0x50,0xff,0xf6,0x0f,0xf5,0x07,0xd9,0x4c,0x20,0xf7,0x5d,0xff,0xef,0x12,0x55, +0x65,0xb1,0x21,0x07,0x72,0x3d,0x53,0xc3,0x8e,0xfd,0x73,0x21,0x01,0x23,0x57,0xa0, +0x4f,0xf2,0x01,0xbf,0x75,0x2c,0x03,0x58,0x02,0x11,0xed,0x39,0x68,0x0d,0x79,0x37, +0x13,0xda,0xbd,0x2c,0x90,0x40,0x05,0xff,0xb0,0x1f,0xfd,0xff,0xdf,0xfd,0xe2,0x4a, +0xf1,0x01,0xfa,0x1f,0xe0,0xe9,0x09,0xe0,0xdf,0x40,0x00,0x06,0xb1,0x1f,0xfd,0xfe, +0xde,0xfd,0xcb,0x72,0x03,0x28,0x00,0x00,0x36,0x06,0x11,0x05,0xb7,0x04,0x00,0x84, +0x08,0x20,0x2e,0xff,0x0e,0xf1,0x43,0x29,0x9f,0xf5,0x02,0x03,0xb6,0x62,0x0e,0xf5, +0x5e,0xfe,0x43,0x33,0x82,0x75,0x30,0x9f,0xf5,0xe5,0xd4,0x6e,0x00,0xe8,0x03,0x43, +0x38,0xff,0x9f,0xfc,0xf6,0x94,0x33,0xbf,0xff,0xd1,0x31,0xd0,0x02,0xc7,0x17,0x10, +0x1f,0x8e,0x60,0x02,0x7a,0x4d,0x41,0xfc,0x38,0xff,0xa3,0x40,0x13,0xc3,0xf9,0x9f, +0xfd,0xe7,0x43,0x23,0x34,0x67,0x90,0x5f,0xc0,0x06,0x71,0x35,0x60,0x0b,0x40,0x00, +0x18,0xdf,0xff,0xc4,0xd8,0x03,0x90,0x01,0x0a,0x79,0x16,0xb0,0x30,0x00,0x03,0xdf, +0x20,0x00,0xed,0x60,0x00,0x1b,0xf6,0x22,0x0e,0x00,0x88,0x1f,0xd4,0x0a,0xff,0x50, +0xcc,0xef,0xdc,0xcf,0xfe,0xcc,0x90,0x00,0xbf,0xf3,0x27,0x70,0x71,0x1e,0x80,0x22, +0x22,0x8f,0xf4,0x22,0x4b,0x56,0x10,0x08,0x52,0x30,0x15,0x93,0x52,0x17,0x10,0xf5, +0xd2,0x00,0x10,0x0d,0x44,0x37,0x02,0x0a,0x00,0xa3,0xfb,0x88,0x88,0x8f,0xf5,0x00, +0x28,0x8f,0xf5,0x0d,0xbd,0x0a,0x14,0x0e,0x1e,0x00,0x28,0x00,0x0e,0x14,0x00,0x41, +0xf9,0x55,0x55,0x5f,0x0a,0x00,0x00,0xb4,0x7f,0x20,0xaf,0xf5,0xa3,0x12,0x03,0x1e, +0x00,0x25,0x03,0xdf,0x7a,0x72,0x30,0xfe,0xaf,0xfc,0xf2,0x03,0x63,0x35,0x80,0x5f, +0xf2,0x02,0xcf,0x66,0x58,0x42,0x60,0x00,0x03,0xae,0xc3,0xa5,0x02,0xf2,0x03,0x0b, +0xc1,0x0f,0x25,0x3b,0xe0,0xb4,0xb3,0x11,0xf7,0x8a,0x31,0x21,0xa1,0x08,0x02,0x0d, +0x10,0xcf,0x86,0x06,0x02,0x0a,0x00,0xf0,0x01,0x62,0xaf,0xc0,0x01,0x6d,0xc2,0x24, +0xfc,0x50,0xcf,0x40,0xdf,0x70,0x00,0x3f,0xf1,0x1c,0x75,0x30,0x42,0xff,0x10,0x89, +0xe6,0xe1,0xfa,0x00,0xcf,0x47,0xfb,0x00,0x03,0x3b,0xf8,0x3f,0xf7,0x31,0xcf,0x4d, +0x13,0xcb,0x00,0x54,0x26,0x24,0x5e,0xf7,0x0a,0x00,0x14,0x42,0xd1,0x29,0x51,0xcf, +0x40,0x9f,0x90,0x02,0x2c,0x02,0x51,0xcf,0x40,0x5f,0xd0,0x02,0xbc,0x03,0x20,0xcf, +0x40,0x9a,0x6d,0x90,0x32,0x22,0xaf,0xb0,0xcf,0x64,0xaf,0xe0,0x02,0x24,0x75,0x30, +0xb0,0xcf,0x9f,0x0b,0x8f,0x83,0x31,0x11,0xaf,0xb0,0xcf,0x5f,0xfc,0x20,0x28,0x00, +0x34,0x42,0x10,0x00,0x32,0x00,0x02,0xa0,0x23,0x35,0x8e,0xa0,0xbe,0x15,0x15,0x91, +0x13,0x68,0x50,0x00,0x02,0x67,0x89,0x9a,0xbc,0xdb,0x42,0x13,0x03,0x77,0x27,0xa0, +0xc8,0x00,0x00,0xed,0xcb,0xa9,0x99,0x75,0x32,0x05,0xb0,0x67,0x71,0x60,0x00,0xbf, +0x60,0x00,0x1f,0xfa,0x87,0x52,0x20,0xbf,0xd0,0x28,0x59,0x00,0x87,0x2f,0x20,0x5f, +0xf2,0x51,0xb0,0x00,0x8b,0x8b,0x22,0x1e,0x91,0xc3,0x7e,0x50,0xa7,0x10,0x4f,0xf3, +0x0a,0x7a,0x9d,0x11,0x66,0x25,0xa3,0x3f,0x76,0x66,0x50,0x31,0x9c,0x03,0x22,0x00, +0xaf,0x76,0x0f,0x00,0x11,0x49,0x21,0xdf,0xfc,0xad,0x50,0xf0,0x01,0x04,0xef,0xf9, +0x4f,0xf3,0x8f,0xfe,0x50,0x00,0x03,0xcf,0xff,0x80,0x4f,0xf3,0x08,0x7f,0xc9,0x20, +0xff,0xf6,0x58,0x2e,0x60,0x5e,0xff,0xf3,0x07,0xfb,0x10,0x0a,0x00,0x52,0x01,0xaf, +0x60,0x00,0x40,0x6c,0x2e,0x12,0x03,0xca,0x1b,0x84,0x24,0x57,0x9b,0x30,0x00,0x00, +0x4d,0xde,0xf6,0x75,0x50,0x1f,0xff,0xfe,0xef,0xfb,0xb9,0x64,0x60,0x03,0x34,0x43, +0x33,0x7f,0xf5,0xc5,0x36,0x06,0xb3,0x34,0x00,0x7e,0xa9,0x30,0xbf,0xfa,0x99,0x54, +0x6b,0x12,0x08,0x0a,0x00,0x15,0x90,0x46,0x14,0x10,0xf0,0x22,0x1a,0x69,0x22,0x6f, +0xf4,0x22,0x8f,0xf0,0x14,0x00,0x68,0xf7,0x22,0x6f,0xf3,0x22,0x7f,0x14,0x00,0x00, +0x3a,0x94,0x20,0xaf,0xf9,0x12,0xa6,0x95,0x00,0x59,0x99,0x99,0xbf,0xf9,0x99,0x99, +0x97,0x5a,0x75,0x11,0xfc,0xd0,0xd7,0x20,0x6f,0xf3,0x73,0x64,0x00,0x72,0x68,0x00, +0x94,0x57,0x08,0x58,0xf2,0x08,0xba,0x3f,0x05,0xdb,0x39,0x20,0x08,0xfe,0xd8,0x76, +0x02,0x19,0x83,0x01,0x8f,0x26,0x09,0x14,0x00,0x12,0x05,0x5f,0xac,0x11,0x50,0x4b, +0x2e,0x02,0x03,0xc2,0x07,0x50,0x00,0x15,0x05,0x63,0x61,0x10,0x0d,0x36,0x29,0x01, +0xcb,0x26,0x70,0x0d,0xf9,0x55,0x6f,0xf6,0x55,0x9f,0x0a,0x00,0x02,0xd3,0x6c,0x10, +0xe0,0x8e,0x42,0x50,0x77,0x8f,0xf8,0x77,0xaf,0x52,0xa9,0x02,0xc2,0x43,0xb5,0xb0, +0x00,0x00,0x29,0x99,0x99,0xaf,0xfa,0x99,0x99,0x92,0x39,0xa9,0x16,0xf4,0xf2,0xc1, +0x24,0x00,0x0b,0x4f,0x69,0x1e,0xb1,0xbe,0x00,0x03,0x62,0x25,0x21,0x0b,0xb5,0x44, +0x08,0x22,0x15,0xff,0x66,0xa4,0x01,0x0a,0x00,0x10,0xaf,0xfd,0x62,0x00,0x0a,0x00, +0x24,0x06,0xff,0x0a,0x00,0x42,0x3f,0xfb,0x1d,0xb2,0x1e,0x00,0x51,0x07,0xd1,0x4e, +0xff,0x60,0x0a,0x00,0x30,0x4e,0xd4,0x01,0xcc,0x28,0xf0,0x04,0x11,0x02,0xbf,0xff, +0xfe,0x82,0x05,0x60,0x00,0x00,0x25,0xaf,0xff,0xd5,0x6d,0xff,0xd9,0x62,0x00,0xc1, +0xd1,0x20,0x98,0x89,0x8b,0x02,0x21,0x0b,0xfc,0x54,0xc1,0x51,0x46,0xae,0xa0,0x01, +0x10,0xac,0x92,0x03,0xe5,0x65,0x00,0xbe,0x00,0x15,0xc6,0xb4,0x00,0x01,0x6c,0x9e, +0x52,0x50,0x3f,0xf2,0x06,0xc8,0xde,0x23,0x21,0x3f,0xf2,0x78,0x76,0x00,0xc1,0x79, +0x20,0xf2,0x1f,0xd2,0x76,0x12,0xee,0x22,0x2f,0x16,0xee,0x85,0x2e,0x09,0x8f,0xc7, +0x14,0xb3,0x37,0xe5,0x24,0x6f,0xf2,0x0a,0x00,0x11,0xef,0x72,0x20,0x12,0xf1,0x66, +0x6a,0x02,0x0a,0x00,0x51,0x7f,0xf9,0x44,0x44,0x10,0x0a,0x00,0x11,0x4f,0x1f,0x79, +0x21,0x5f,0xf1,0xfe,0x15,0x70,0xfd,0x47,0x77,0xaf,0xf8,0x77,0x70,0xe2,0x5e,0x01, +0xb1,0x09,0x01,0x5a,0x59,0x10,0x9e,0x39,0x36,0x52,0xe0,0x02,0x26,0xff,0x22,0x28, +0x00,0x02,0x23,0x25,0x0a,0x0a,0x00,0x02,0xde,0x88,0x0d,0x0a,0x00,0x21,0x07,0x70, +0x0a,0x00,0x00,0x1c,0xa6,0x12,0xb0,0x0a,0x00,0x10,0x1d,0x79,0x60,0x01,0x0a,0x00, +0x33,0x1e,0xfe,0x70,0x28,0x00,0x26,0x07,0x80,0x8a,0xff,0x05,0xc8,0x00,0x13,0x91, +0x11,0x33,0x21,0x06,0xff,0xb3,0x93,0x02,0xff,0x1d,0x02,0xa5,0x5e,0x10,0x9f,0xda, +0x01,0x20,0x05,0xff,0x00,0x10,0x40,0x33,0x33,0x4e,0xee,0x80,0x1e,0x42,0xfe,0x32, +0x22,0x23,0xa3,0x4d,0x90,0xdf,0xff,0xff,0x3f,0xf7,0xaf,0xf7,0x9f,0xf0,0x0b,0xa3, +0x01,0x26,0x4e,0x10,0x00,0xa1,0xe7,0x91,0xe0,0x5f,0xf0,0x4f,0xf0,0x23,0x8f,0xe3, +0x34,0x13,0x00,0x01,0x02,0x4e,0x01,0xe1,0x00,0x42,0xde,0xff,0xfe,0xe7,0xbd,0x0b, +0x00,0x26,0x00,0xf2,0x04,0xf5,0x9f,0xf5,0x8f,0xf0,0x00,0x5f,0xe0,0x02,0x98,0x05, +0xff,0x02,0x66,0x00,0x06,0xfe,0x3a,0x50,0x96,0x33,0x32,0x8f,0xff,0xf8,0x85,0x00, +0x10,0x1e,0x7f,0x7f,0x11,0x5f,0x38,0x75,0x13,0xc3,0x98,0x00,0x24,0x08,0x50,0xbc, +0x33,0x25,0x36,0x10,0xd9,0x2a,0x12,0xa0,0x80,0x3f,0x24,0x40,0x01,0xc7,0x11,0x10, +0x30,0xad,0x20,0x90,0x31,0x18,0xfe,0x14,0xff,0x20,0x4f,0xf7,0x44,0xfc,0x8d,0x00, +0xc2,0xd1,0x50,0xd2,0x22,0x22,0x00,0x0a,0x18,0xa2,0x01,0x98,0xb4,0x31,0x0c,0xf8, +0x05,0x20,0x30,0x61,0xfc,0x03,0x3e,0xf9,0x37,0xfe,0x83,0x1c,0x12,0x0f,0x60,0x4f, +0x21,0x26,0xfd,0xd5,0x94,0x02,0x52,0x45,0x52,0x40,0x3f,0xf1,0x09,0xfb,0x0a,0x00, +0x21,0x5f,0xf0,0xca,0xcf,0x10,0xfd,0x84,0xd7,0x20,0x0b,0xf9,0x0a,0x00,0x41,0x02, +0x20,0x9f,0xb0,0xc6,0xd3,0x62,0xfd,0x6f,0x60,0xbf,0x90,0x0e,0x6a,0xad,0x31,0xa0, +0xdf,0x70,0x67,0xff,0xc4,0xff,0xfa,0x65,0xff,0x95,0x6f,0xf8,0x51,0x00,0x3f,0xfe, +0x43,0x46,0xd0,0x24,0xa0,0x03,0x53,0x82,0x06,0x08,0x18,0x71,0x81,0x00,0x01,0x20, +0x4f,0xe0,0x02,0x4b,0x66,0x10,0x3f,0x17,0x4f,0x10,0xb0,0x7e,0x01,0x51,0x5d,0xf7, +0x4f,0xe0,0xcf,0xb7,0xed,0xf0,0x06,0x44,0xfe,0x5f,0xe5,0xfb,0x00,0x5f,0xf7,0x11, +0x11,0x00,0xb5,0x4f,0xe2,0x91,0x00,0x2f,0xd2,0x22,0x22,0x0e,0xaf,0x03,0x33,0x50, +0x09,0xef,0x8d,0xff,0x00,0x36,0xa2,0x30,0xfe,0x0f,0xf7,0xc1,0xd7,0x00,0x48,0x0a, +0xf1,0x00,0x0f,0xf3,0x5d,0xc0,0xef,0x50,0x02,0x28,0xfb,0x22,0x0f,0xf3,0x6f,0xe0, +0xef,0x47,0x05,0x18,0x1f,0x0a,0x00,0x23,0xd0,0xef,0x28,0x00,0x23,0x8f,0xc0,0x0a, +0x00,0x30,0xf4,0xdf,0x90,0x0a,0x00,0x80,0xfb,0x7e,0x0a,0xa9,0xff,0x32,0x88,0x30, +0x88,0x0b,0x50,0x20,0x8f,0xfb,0xcf,0xa2,0x99,0x1c,0x50,0xc5,0x6d,0xff,0xb1,0x8f, +0xd8,0x24,0x80,0xe6,0x07,0xff,0xe6,0x00,0x02,0xbf,0xf2,0xcc,0x8e,0x12,0x76,0x60, +0x98,0x20,0x0c,0x91,0x49,0x14,0x22,0x3f,0xe0,0x09,0x67,0x01,0x0a,0x00,0x00,0x03, +0x03,0x74,0x3c,0xdf,0xfc,0xdf,0xfc,0xb0,0x0b,0xbf,0x93,0x10,0xe0,0x00,0xa2,0xa2, +0x13,0x7f,0xd3,0x6f,0xf3,0x30,0x1f,0xe7,0x77,0x76,0x28,0x00,0x00,0xbc,0x5d,0xb1, +0x9d,0xef,0xfd,0xef,0xfd,0xd5,0x00,0x8c,0xfe,0x98,0xaf,0xe8,0x3e,0x00,0x74,0x10, +0x01,0x32,0x55,0x61,0x41,0x02,0x28,0xfc,0x22,0x01,0xf2,0x28,0x11,0x0d,0xc1,0xc0, +0x00,0x81,0x01,0x02,0x0a,0x00,0x20,0x99,0x99,0x8f,0x53,0x11,0xfb,0x36,0x68,0x03, +0x0a,0x00,0x02,0x78,0x6a,0x40,0x06,0xfb,0x4a,0x04,0x18,0xcc,0x10,0x40,0x18,0x13, +0x20,0x14,0xfd,0x1e,0x00,0x00,0x2b,0xc9,0x10,0x04,0x43,0x18,0x53,0x40,0x00,0x1e, +0xfa,0x10,0x28,0x00,0x21,0x07,0x30,0xc5,0x01,0x41,0xde,0x40,0x00,0x9b,0xa6,0xf9, +0x10,0xfa,0xa0,0x0d,0xc1,0x32,0x2a,0xdd,0xd4,0xab,0xfe,0xaa,0x50,0x05,0xff,0xff, +0xcc,0xdf,0xc4,0x10,0x70,0x91,0x1a,0xf1,0x07,0x4f,0xb0,0x03,0xfb,0x4f,0x70,0x5f, +0xd1,0x11,0x00,0x8f,0x6b,0xcc,0xfe,0xdf,0xe1,0x2f,0x83,0x33,0x10,0xcf,0x2e,0xc7, +0xbc,0x50,0xff,0xff,0x42,0xfd,0x00,0x1e,0x00,0x61,0x01,0xdf,0xfc,0x47,0xfe,0xb7, +0x8e,0x05,0x51,0x0f,0xd0,0x09,0xcd,0xf8,0x46,0x00,0x80,0x6f,0xe5,0x40,0x07,0xf8, +0xbc,0xfe,0xbb,0xc9,0x26,0x31,0xb3,0x5a,0xf7,0x7a,0x30,0xf2,0x0a,0xcf,0xfb,0x9f, +0xed,0xf1,0x35,0xfc,0x33,0x10,0x00,0x0f,0xd0,0x0b,0xff,0xc8,0xcd,0xfe,0xcc,0x80, +0x00,0x0f,0xd0,0x34,0xff,0x8a,0x3a,0xc8,0x61,0xec,0xd0,0xef,0x80,0x03,0xfb,0x87, +0x09,0x41,0xc4,0xff,0xf6,0x02,0x4a,0x16,0x20,0xfb,0x0b,0x84,0x16,0x01,0xb6,0x0e, +0x31,0x8f,0xe1,0x9f,0x3a,0x02,0x61,0x6a,0x00,0x4f,0x40,0x03,0x9c,0xe5,0x27,0x07, +0x46,0x02,0x04,0x3b,0x80,0x24,0x0e,0xb2,0xa7,0x1c,0x22,0x7f,0xf0,0x16,0x03,0x10, +0x80,0x30,0x68,0x70,0x2e,0xef,0xee,0xef,0xee,0x70,0x0a,0x7e,0x0a,0xf3,0x05,0x9f, +0x50,0x0f,0xe2,0x00,0x5f,0xf8,0x11,0x11,0x23,0x9f,0xb3,0x6f,0xe3,0x30,0x2f,0xe4, +0x33,0x32,0xaf,0xfc,0xec,0x30,0xff,0xfa,0x8b,0x23,0x06,0x00,0x80,0x02,0x30,0xe9, +0x07,0x88,0x4e,0x36,0x00,0xff,0xe6,0x11,0x0e,0x36,0x01,0x91,0x02,0x2a,0xfb,0x22, +0x0e,0xf5,0x22,0x22,0xff,0x86,0x3f,0x12,0x1e,0x90,0x01,0x50,0xef,0xff,0xee,0x1e, +0xf4,0x14,0x00,0x05,0x28,0x00,0x00,0x0a,0x00,0xe0,0x04,0x07,0xaf,0xe7,0xff,0x97, +0x20,0x00,0x09,0xfc,0xbf,0x00,0x7f,0xb0,0xc5,0xb3,0x00,0x6e,0x51,0x70,0xdf,0x80, +0xef,0x44,0x40,0x00,0x3f,0xb5,0x9e,0x30,0x10,0xef,0x47,0x85,0x66,0xf9,0x00,0x15, +0xef,0xf6,0x00,0xdf,0xcd,0xf2,0x00,0x0d,0x50,0x01,0xed,0x50,0x00,0x6e,0xc4,0x31, +0x11,0x08,0x41,0xbb,0x13,0x71,0xb8,0x73,0x32,0x04,0xff,0xf2,0x13,0x00,0x02,0x74, +0xd3,0x52,0x8f,0xf0,0x01,0x7e,0xff,0x76,0xa6,0x13,0x08,0xd7,0x63,0x53,0x8f,0xf0, +0x5f,0xfd,0x40,0x39,0x00,0x12,0x56,0x3f,0x68,0x22,0xbf,0xf6,0xde,0x06,0x05,0xb1, +0x4a,0x07,0xcd,0xa6,0x24,0x08,0xff,0x7d,0x75,0x21,0x8f,0xf0,0x3f,0xb2,0x00,0x39, +0x00,0x00,0x93,0x39,0x03,0x13,0x00,0x31,0x08,0xff,0xb1,0x13,0x00,0x31,0x01,0x58, +0x3c,0x0e,0x63,0xa0,0xaf,0xfe,0xff,0xf5,0x1b,0xff,0xfd,0x81,0x00,0x4f,0x7a,0x9f, +0x01,0x60,0x96,0x30,0xef,0xd8,0x41,0xd3,0xbc,0x17,0x20,0xe5,0x4d,0x15,0x65,0xf7, +0x57,0x22,0x30,0xbf,0xcf,0x02,0x23,0xdf,0xe1,0x09,0x00,0x31,0x2f,0xfb,0x34,0xbf, +0x41,0x32,0x14,0x47,0xf5,0x34,0xa9,0x34,0x5f,0xf1,0x10,0x09,0x00,0x1f,0x00,0x09, +0x00,0x49,0x32,0x01,0x32,0x3f,0x09,0x00,0x14,0x02,0xd4,0xe0,0x48,0x00,0xdf,0xfc, +0x60,0xae,0x0d,0x03,0x04,0x06,0x12,0xfe,0x9d,0xe2,0x21,0xfe,0x03,0xcc,0x97,0x01, +0xae,0x24,0x01,0xb7,0x8a,0x41,0x38,0xfe,0x00,0x06,0x86,0x27,0x43,0x06,0xfe,0x6d, +0xc0,0x09,0x00,0x21,0x7f,0xe0,0xc5,0xfd,0x32,0x36,0xfe,0x7f,0xfc,0x4a,0x18,0xb6, +0x09,0x00,0x00,0x47,0x95,0x01,0x24,0x00,0x00,0xe8,0xc4,0x01,0x09,0x00,0x32,0x03, +0xdf,0xf4,0x09,0x00,0x31,0x8f,0xff,0x30,0x09,0x00,0x33,0xea,0xff,0xd3,0x48,0x00, +0x32,0xc9,0x02,0x23,0x2d,0x00,0x00,0x30,0x07,0x11,0x40,0x09,0x00,0x61,0x06,0xff, +0xe8,0x01,0x18,0xfe,0xc3,0x48,0x62,0x00,0x0b,0xff,0xfc,0x7f,0xe0,0x33,0x3a,0x16, +0xb2,0xf2,0x0f,0x14,0x90,0x35,0x0b,0x13,0xfa,0xd7,0x54,0x33,0x06,0xff,0x81,0xd0, +0x07,0x50,0x9f,0xf2,0x33,0x33,0x33,0xa2,0x6e,0x22,0x0c,0x50,0xf0,0x5e,0x01,0xb4, +0x00,0x00,0x09,0x00,0x11,0x6f,0x24,0x9a,0x14,0xd0,0x09,0x00,0x11,0xe0,0x09,0x00, +0x32,0xf5,0x22,0x7f,0x09,0x00,0x3b,0xf3,0x00,0x6f,0x09,0x00,0x4a,0xf5,0x22,0x8f, +0xe0,0x2d,0x00,0x04,0x3f,0x00,0x23,0x0b,0xb2,0x51,0x00,0x05,0x5a,0x00,0x01,0x94, +0x27,0x42,0x5f,0xf6,0x6f,0xe0,0x57,0xaf,0x12,0xf3,0x09,0x00,0x27,0x2f,0xfd,0x15, +0x31,0x16,0x54,0x13,0x5a,0x12,0x4f,0x5f,0x01,0x33,0xbf,0xf2,0x4f,0xd7,0xa3,0x21, +0xfd,0x13,0x68,0x01,0xf4,0x00,0x13,0x33,0xf7,0x00,0x55,0x10,0x00,0x05,0xfe,0x6f, +0xd0,0x00,0x00,0xef,0x20,0x09,0x00,0x11,0x30,0x09,0x00,0x01,0xe0,0x00,0x18,0xd5, +0x09,0x00,0x41,0x00,0x0d,0xff,0xf6,0x24,0x00,0x00,0xa4,0x07,0x10,0x60,0x09,0x00, +0x50,0x05,0xfe,0xff,0xbf,0xf5,0x09,0x00,0xf0,0x08,0x6f,0xf5,0xef,0x3b,0xff,0x25, +0xfe,0x6f,0xd6,0xff,0xa0,0xef,0x20,0xdf,0xa5,0xfe,0x6f,0xd1,0xdb,0x00,0xef,0x20, +0x3a,0x1b,0x00,0x17,0x20,0x5a,0x00,0x40,0x20,0x44,0x49,0xfd,0x09,0x00,0x00,0x52, +0x0b,0x12,0xfb,0x09,0x00,0x17,0x5f,0x68,0x28,0x24,0x02,0xa1,0x68,0x1f,0x22,0xfd, +0x05,0x64,0x4a,0x12,0x05,0x1a,0x88,0x00,0x41,0xc6,0x11,0x91,0x68,0x01,0x10,0xf8, +0xc8,0x39,0x01,0xb9,0x35,0x31,0x7d,0xc0,0x01,0xb2,0x4d,0x41,0xf8,0x8f,0xe0,0x0f, +0xb1,0x4d,0x00,0x09,0x00,0x32,0xfc,0xcc,0xcf,0x09,0x00,0x00,0x4e,0x9f,0x0a,0x12, +0x00,0x05,0x24,0x00,0x3b,0xf3,0x22,0x3f,0x24,0x00,0x00,0x48,0x77,0x09,0x24,0x00, +0x03,0x63,0x00,0x03,0x09,0x00,0x12,0x1f,0x09,0x00,0x00,0x1d,0x80,0x12,0x8f,0xac, +0xc0,0x0e,0xd7,0xd9,0x01,0x40,0x16,0x20,0xd3,0x6e,0x45,0x9a,0x51,0x5f,0xff,0xff, +0xf7,0x7f,0x50,0xb9,0x50,0xe1,0x4f,0xf1,0x7f,0xe3,0xa1,0xb9,0x31,0xe0,0x6f,0xc0, +0x13,0x7f,0x43,0x5f,0xe0,0xaf,0x70,0x12,0x00,0x22,0xdf,0x10,0x24,0x00,0xc3,0xe0, +0xef,0x20,0x7f,0xfe,0xee,0xef,0xfe,0x5f,0xe0,0x7f,0xb0,0x24,0x00,0x23,0x1f,0xf1, +0x09,0x00,0x70,0x0f,0xf4,0x7f,0xfa,0xaa,0xac,0xfe,0x27,0x6a,0x11,0x8f,0x2d,0x00, +0xe1,0xe5,0xff,0xf2,0xaf,0xc6,0x66,0x6a,0xfe,0x5f,0xe0,0xff,0x80,0xdf,0x60,0x24, +0x00,0x21,0x21,0x01,0x98,0xb9,0x12,0x5f,0x82,0x2c,0x00,0x09,0x00,0x00,0x97,0x56, +0x80,0x06,0x6b,0xfd,0x5f,0xe0,0x00,0x9f,0xf3,0x15,0x08,0x9a,0x5f,0xe0,0x00,0x5e, +0x90,0x00,0x05,0xdc,0x80,0xc0,0x05,0x11,0x18,0x0e,0x95,0x00,0x65,0x38,0x10,0xef, +0xe2,0xc8,0x00,0xdd,0xac,0x82,0x18,0xfc,0x11,0x11,0x06,0xfe,0x17,0xfe,0xf3,0x51, +0x32,0x6f,0xe0,0xbf,0x4f,0x43,0x60,0x36,0xfe,0x1f,0xf2,0xef,0x20,0x9f,0x3a,0xd0, +0x6f,0xe6,0xfb,0x0b,0xc7,0x62,0x00,0x00,0xcc,0x26,0xfe,0x5f,0xe1,0x28,0x2b,0x10, +0x10,0x7d,0x7f,0x60,0xa0,0x0f,0xf6,0x00,0x7f,0x80,0x13,0xa7,0x60,0x10,0xff,0x65, +0xdf,0xff,0x40,0xd5,0x02,0x00,0xab,0x19,0x70,0x10,0x06,0xfe,0x01,0xff,0x40,0xff, +0x37,0x65,0x61,0x6f,0xeb,0xff,0xf1,0x0f,0xf9,0xbb,0xa7,0x11,0x9f,0x06,0x5b,0x51, +0x06,0x10,0x6f,0xe1,0x20,0x3e,0xa5,0x21,0xcf,0x56,0x55,0x20,0x00,0x68,0x2b,0x20, +0x6f,0xe0,0x52,0x68,0x53,0x66,0x68,0xff,0x26,0xfe,0xff,0x81,0x20,0xc0,0x6f,0xc5, +0x1d,0x42,0x8b,0xcc,0xcc,0x91,0x57,0x1f,0x01,0xef,0xc1,0x00,0x0f,0x02,0x31,0xdf, +0x60,0x01,0x65,0x55,0x30,0xd0,0x4f,0xf1,0xce,0xa1,0x60,0xfd,0x1b,0xf8,0x0a,0xfa, +0x00,0x13,0x00,0xe0,0xc0,0xef,0x41,0xff,0x45,0x55,0x6f,0xf7,0x34,0xfc,0x1f,0xf0, +0xaf,0xf4,0x17,0x12,0xf1,0x00,0x4f,0xc6,0xfa,0x5f,0xff,0x4d,0xdd,0xdf,0xfe,0x84, +0xfc,0x9f,0x8e,0xff,0xf1,0x26,0x00,0xf0,0x01,0xc2,0xff,0x7e,0xff,0x14,0x80,0x1f, +0xf3,0x04,0xfc,0x0a,0xf6,0x2f,0xf2,0xff,0x21,0x39,0x00,0x50,0x7f,0x90,0xff,0x19, +0xf9,0x13,0x00,0xf0,0x09,0x05,0xfb,0x0f,0xf1,0x3f,0xf1,0xff,0x30,0x4f,0xc3,0xaf, +0xa0,0xff,0x10,0xde,0x4f,0xf3,0x04,0xfc,0xcf,0xf6,0x0f,0xf1,0x03,0x39,0x00,0x50, +0xc7,0xc7,0x00,0xff,0x10,0x72,0x00,0x00,0xd4,0x29,0x02,0x4c,0x00,0x00,0x90,0x32, +0x42,0x10,0x26,0x8f,0xf2,0x13,0x00,0x31,0x03,0xff,0xff,0xe4,0xc3,0x58,0xee,0x10, +0x0d,0xeb,0x30,0x75,0xaf,0x02,0xa4,0xc7,0x11,0xff,0x68,0x5d,0x02,0x7f,0xb4,0x50, +0xfe,0x16,0xfd,0x0f,0xf4,0x52,0x0b,0xe2,0x3f,0xd0,0xaf,0x80,0xff,0xdc,0xcc,0xdf, +0xf0,0x03,0xfd,0x0f,0xf2,0x0f,0x26,0x00,0xc0,0xd5,0xfd,0x00,0xff,0x52,0x22,0x5f, +0xf0,0x03,0xfd,0x2f,0xf3,0x7c,0xd8,0x00,0x26,0x00,0x22,0x7f,0xa0,0x39,0x00,0x33, +0xfd,0x02,0xff,0x26,0x00,0xf0,0x19,0xd0,0x0f,0xf1,0xff,0x47,0xfa,0x00,0x81,0x03, +0xfd,0x01,0xff,0x1f,0xf3,0x2f,0xf2,0xbf,0xc0,0x3f,0xd9,0xff,0xe0,0xff,0x30,0xdf, +0xff,0xf7,0x03,0xfd,0x8f,0xe4,0x0f,0xf3,0x07,0xff,0xd3,0x00,0x3f,0xd0,0x10,0xb5, +0x21,0x40,0xfd,0x10,0x03,0xfd,0xf8,0x0f,0x60,0x8b,0x7f,0xfc,0x10,0x3f,0xd0,0xfc, +0x01,0x50,0xf0,0xbf,0xfe,0x43,0xfd,0x8c,0x03,0xab,0xd8,0x01,0xcf,0xe2,0x3f,0xd0, +0x00,0x02,0xd7,0x20,0x5a,0x5e,0x09,0x01,0x00,0x20,0xab,0x30,0xbf,0x0a,0x21,0xfb, +0x10,0x69,0xef,0x20,0x0d,0xff,0xda,0x27,0x00,0x1e,0x07,0xf2,0x07,0xdf,0x46,0xfc, +0x00,0x6f,0xf9,0xaf,0xf7,0x00,0x0d,0xf3,0x9f,0x71,0xaf,0xf8,0x00,0x9f,0xfd,0x40, +0xdf,0x3d,0xf5,0xa2,0x15,0x41,0x2d,0xf5,0xfd,0x09,0x53,0xdb,0x52,0x50,0xdf,0x4e, +0xf2,0x02,0xc6,0x2b,0xd0,0xf3,0x7f,0x90,0x01,0x11,0xef,0x71,0x10,0x00,0xdf,0x32, +0xfd,0x23,0x18,0x7c,0x52,0x33,0x0d,0xf3,0x0f,0xfa,0xc0,0x10,0x22,0xdf,0x32,0x6d, +0x73,0xf1,0x2c,0xfd,0x0d,0xfb,0xff,0xd0,0x13,0x00,0xef,0x60,0x50,0x00,0xdf,0x8f, +0xe4,0x0a,0xfa,0x0e,0xf6,0xcf,0x70,0x0d,0xf3,0x10,0x02,0xff,0x30,0xef,0x65,0xff, +0x20,0xdf,0x30,0x00,0xdf,0xb0,0x0e,0xf6,0x0a,0xfb,0x0d,0xf3,0x00,0x7f,0xe2,0x12, +0xff,0x50,0x2f,0xf2,0xdf,0x30,0x00,0x75,0x1f,0xff,0xf3,0x00,0x62,0x0d,0xa8,0x78, +0x2e,0xd7,0x00,0x01,0x00,0x10,0xa9,0x17,0x08,0x00,0x26,0x9e,0x12,0x1f,0x86,0xbc, +0x11,0xe8,0xb5,0x10,0x51,0x0c,0xf5,0x8f,0xbf,0xf5,0x57,0x01,0x70,0xcf,0x4a,0xf5, +0x6f,0xb0,0x6f,0xf1,0x70,0x4c,0xd1,0xef,0x10,0xa2,0x1e,0xfe,0xbb,0xbb,0x10,0xcf, +0x7f,0xb0,0x00,0x1d,0xb6,0x1c,0xf1,0x00,0xf9,0xfa,0x37,0x7c,0xff,0xfc,0x00,0xef, +0x20,0xcf,0x4e,0xf8,0xff,0xf8,0x8f,0x0a,0x37,0xf0,0x08,0x8f,0xa8,0xff,0x03,0xfe, +0xaa,0xff,0x20,0xcf,0x45,0xfa,0x0f,0xf0,0x3f,0xc0,0x0e,0xf2,0x0c,0xf4,0x3f,0xb0, +0xff,0x03,0x94,0x19,0xf0,0x0e,0xcf,0x46,0xfb,0x0f,0xf0,0x3f,0xe9,0x9f,0xf2,0x0c, +0xfd,0xff,0x80,0xff,0x03,0xfc,0x00,0xff,0x20,0xcf,0x9f,0xb0,0x1f,0xf0,0x3f,0xc0, +0xef,0xf1,0x0c,0xa3,0xae,0xf1,0x04,0x72,0xa8,0x07,0x94,0x00,0xcf,0x40,0x0c,0xf7, +0xbf,0xc4,0x20,0x12,0x6b,0x1c,0xf4,0x02,0xfc,0x00,0xfe,0x78,0x72,0xcf,0x40,0x06, +0x30,0x00,0x4b,0xef,0x59,0x99,0x0d,0x72,0x70,0x00,0x60,0x72,0x02,0x1b,0xc9,0x03, +0x09,0x00,0x40,0x46,0xfc,0x06,0x88,0x4d,0x36,0x22,0xdf,0x29,0xbd,0xa9,0x60,0xe0, +0xdf,0x2d,0xf1,0x0c,0xf3,0x00,0x1d,0x41,0xdf,0x4f,0xc0,0x0c,0xbd,0x62,0x41,0xdf, +0x3d,0xf2,0x08,0xf2,0xbb,0x40,0xdf,0x26,0xf9,0x4a,0x09,0x00,0x32,0xa6,0xdf,0x22, +0x79,0x81,0xfd,0x27,0xf9,0xdf,0x20,0xff,0x6f,0x84,0x91,0x17,0x48,0xf9,0xdf,0x21, +0xff,0x7f,0x78,0xf5,0x0f,0xe8,0xf9,0xdf,0xaf,0xfe,0x6f,0x71,0xfd,0x6f,0x67,0xf9, +0xdf,0x5f,0xf6,0x6f,0x78,0xeb,0xef,0x97,0xf9,0xdf,0x34,0x20,0x6f,0x7e,0xff,0xff, +0xf7,0xf9,0xdf,0x20,0x00,0x6f,0x70,0x0f,0xf0,0x07,0x09,0x00,0x23,0xcf,0xf8,0x09, +0x00,0x2a,0x9f,0xc1,0xb0,0x00,0x12,0x29,0x8c,0x45,0x11,0xe8,0x6f,0x2a,0x00,0xb6, +0xdb,0x11,0x7f,0x9b,0x08,0xf2,0x08,0x0e,0xf3,0x4f,0xe0,0x08,0xf9,0x00,0x5e,0xb1, +0x00,0xef,0x26,0xfa,0x23,0x9f,0xe3,0x3a,0xfc,0x33,0x0e,0xf2,0xbf,0x4d,0xb0,0x10, +0x41,0xef,0x3f,0xf0,0x9a,0x42,0x10,0x41,0x0e,0xf3,0xff,0x20,0x26,0x1b,0x60,0x00, +0xef,0x26,0xfb,0x0e,0xfe,0xae,0x77,0xe2,0x0e,0xf2,0x0f,0xf1,0xef,0x85,0x55,0x58, +0xff,0x00,0xef,0x20,0xdf,0x3e,0xe1,0x45,0xd2,0xf2,0x0e,0xf3,0xef,0x63,0x33,0x36, +0xff,0x00,0xef,0x9f,0xff,0x1e,0x13,0x00,0x40,0xf5,0xfe,0x50,0x23,0x6a,0x5a,0x00, +0x78,0x06,0x11,0xbe,0xbe,0x67,0x12,0x0e,0x9e,0x5b,0x00,0x5f,0x00,0x01,0x14,0x70, +0x00,0x54,0x14,0x14,0xf2,0x67,0xf3,0x2d,0xef,0x20,0x57,0xc5,0x15,0x05,0xd2,0x40, +0x11,0xcc,0xbc,0x00,0x41,0xcc,0x40,0x7a,0xaa,0x06,0x2c,0x34,0xaa,0xa8,0xbf,0x4a, +0x3d,0xf0,0x14,0xbf,0x65,0x66,0x63,0xff,0x26,0x66,0x55,0xfd,0xbf,0x6e,0xff,0xf4, +0xff,0x4f,0xff,0xe5,0xfd,0x34,0x48,0x88,0x83,0xff,0x38,0x88,0x85,0x44,0x00,0x4d, +0xdd,0xd4,0xff,0x4d,0xdd,0xd5,0x99,0xc1,0x21,0x66,0x77,0x56,0xfe,0x04,0x5e,0x3a, +0x10,0x45,0xb2,0x97,0x00,0x23,0x41,0x21,0x03,0xbb,0x0a,0xf8,0x34,0xbb,0xa0,0x04, +0x21,0x6c,0xf4,0x02,0x04,0xfe,0x12,0xff,0x31,0xcf,0x71,0x8f,0xd0,0x04,0xfe,0x00, +0xff,0x10,0xcf,0x60,0x6f,0x09,0x00,0x13,0x7f,0x09,0x00,0xa8,0x6d,0xff,0xc0,0x04, +0xfe,0x00,0xee,0x10,0xbe,0x59,0x66,0x33,0x15,0x9f,0x41,0x46,0x11,0x6a,0xe2,0x49, +0x44,0xaa,0xa1,0x00,0x0b,0x50,0x42,0xf0,0x10,0x80,0x0e,0xf9,0x77,0x77,0xaf,0xf7, +0x77,0x77,0xef,0xb0,0x0e,0xf7,0xff,0xfe,0x6f,0xe7,0xff,0xfb,0xcf,0xb0,0x07,0x84, +0x44,0x44,0x6f,0xe2,0x44,0x44,0x68,0x50,0x74,0x0d,0x21,0x6f,0xe7,0x99,0x5a,0x94, +0x6c,0xdd,0xdd,0xdf,0xfb,0xdd,0xdd,0xa8,0x30,0xe6,0xe8,0x00,0x4d,0x96,0x10,0x84, +0xcd,0x41,0x00,0x58,0x80,0x24,0xbf,0x7c,0x52,0x11,0x24,0xcf,0x74,0x14,0x00,0x15, +0xef,0x4f,0x4e,0xc0,0xff,0x8c,0xfd,0x77,0xdf,0xc7,0x7d,0xf9,0x70,0x07,0xfe,0x0a, +0xdf,0xdc,0xf0,0x0d,0xbf,0xd5,0x00,0x1e,0xf9,0x2f,0xfd,0x9b,0xd8,0xdf,0xff,0xa8, +0x62,0x8f,0xf1,0x7f,0xff,0xff,0xe3,0x05,0xcf,0xff,0xe1,0x09,0x50,0x0b,0x96,0x30, +0x30,0x4a,0x09,0x23,0x34,0x51,0xaf,0x80,0x00,0x02,0xea,0x1d,0xcf,0x53,0xbf,0xb4, +0x43,0x09,0xfd,0xa7,0x26,0x21,0xfb,0x1f,0x72,0x6e,0xf2,0x14,0x55,0xcf,0xb5,0x54, +0xcf,0xeb,0xdf,0xf7,0x00,0x04,0xee,0xff,0xfe,0xec,0xff,0x30,0xbf,0xb0,0x00,0x02, +0x77,0xcf,0xc7,0x74,0xcf,0xde,0xff,0xed,0xb0,0x1b,0xbb,0xef,0xeb,0xba,0x5f,0x6e, +0x59,0x00,0x36,0x51,0x42,0x5f,0xe0,0x4f,0xd0,0xdc,0x78,0x41,0x6f,0xe2,0x6f,0xd2, +0xc6,0x3a,0x01,0xa9,0x01,0xf1,0x06,0x02,0xff,0xaa,0xaf,0xf6,0xcc,0xdf,0xfc,0xdf, +0xfa,0x02,0xff,0x77,0x7f,0xf2,0x00,0x4f,0xe0,0x3f,0xd0,0x02,0xf3,0xf1,0x81,0xcf, +0xfb,0xcf,0xd0,0x02,0xfe,0x11,0x1f,0x32,0xef,0x02,0x14,0x00,0x90,0x12,0x6f,0xe2, +0x5e,0xc0,0x02,0xff,0x88,0x8f,0x28,0x00,0x00,0xec,0x83,0x00,0x26,0xd8,0x11,0x6f, +0x0a,0x00,0x70,0x08,0xef,0xf0,0x1f,0xff,0xc0,0x00,0xdf,0x51,0x53,0xfd,0x60,0x0c, +0xfb,0x20,0xf0,0x6d,0x02,0xce,0x77,0x05,0x0a,0x00,0x10,0x02,0x1f,0x7a,0x23,0x0e, +0xfb,0x08,0x7a,0x01,0x81,0x48,0x16,0xc0,0x0a,0x00,0x01,0xec,0x0b,0x0b,0x32,0x00, +0x50,0x05,0xee,0xee,0xff,0xf0,0x15,0x79,0x24,0x50,0x05,0x28,0x00,0x20,0x50,0x02, +0x8d,0x7a,0x00,0xd7,0xa1,0x1f,0x20,0x64,0x00,0x01,0x14,0x0f,0x28,0x00,0x16,0xf2, +0x0a,0x00,0x12,0x05,0x32,0x00,0x01,0xa3,0x36,0x0e,0x32,0x00,0x0e,0x0a,0x00,0x09, +0x3b,0xc8,0x04,0x01,0x00,0x05,0x95,0x40,0x00,0x3e,0xfb,0x11,0x3c,0xf8,0xaa,0x05, +0x3a,0x97,0x25,0x00,0x2f,0x11,0x42,0x05,0x60,0x57,0xf1,0x07,0x2f,0xf6,0x3d,0xf8, +0x33,0xbf,0xa3,0x7f,0xf1,0x02,0xff,0x20,0xcf,0x50,0x09,0xf8,0x04,0xff,0x10,0x2f, +0xf2,0x0c,0x26,0xee,0x01,0x13,0x00,0x23,0xed,0xde,0x13,0x00,0x33,0xf5,0x00,0x9f, +0x13,0x00,0x2d,0xec,0xce,0x26,0x00,0x03,0x39,0x00,0x33,0xf5,0x3d,0xf7,0x4c,0x00, +0x05,0x5f,0x00,0x02,0x42,0xba,0x10,0xff,0x26,0x00,0x06,0x4b,0x86,0x23,0x06,0xce, +0xba,0x87,0x65,0x26,0xff,0x72,0x22,0x22,0x20,0x93,0x58,0x04,0x31,0x13,0x00,0x7d, +0xd2,0x20,0x50,0x00,0x7e,0xb5,0x01,0x59,0xa1,0x21,0x09,0xff,0x00,0x68,0x0b,0x01, +0x00,0x14,0x22,0x01,0x00,0x22,0x00,0x13,0x42,0x6e,0x04,0xd6,0x54,0x10,0xfb,0xa2, +0x1d,0x00,0x46,0xfc,0x01,0x70,0x40,0x03,0xa3,0xa6,0x0f,0x1b,0x00,0x09,0x01,0x54, +0x79,0x09,0x24,0x00,0x03,0x1b,0x00,0x14,0x7f,0xf4,0x03,0x06,0x42,0x69,0x21,0x13, +0x33,0xe8,0x4e,0x24,0x33,0x32,0xdc,0x20,0x06,0x47,0x76,0x14,0x60,0xf8,0x49,0x00, +0x6b,0x18,0x00,0xd0,0x4c,0x10,0x34,0x13,0x00,0x10,0xf9,0x22,0x09,0x20,0x1f,0xf6, +0xc9,0x2f,0x00,0xa6,0x81,0x0f,0x13,0x00,0x06,0x23,0x3f,0xf4,0x13,0x00,0x40,0x09, +0xff,0x25,0x01,0xb5,0x14,0x60,0x42,0x08,0xff,0xaa,0xfe,0x84,0x80,0x1a,0x91,0x6d, +0xff,0xd1,0x6d,0xff,0xf9,0x10,0x04,0x8b,0x14,0xe3,0x41,0xdf,0xff,0x70,0x6f,0x1b, +0xcb,0x62,0x00,0x6e,0xfb,0x00,0x98,0x40,0x09,0x0a,0x20,0x00,0x27,0xdb,0xf3,0x04, +0x49,0x88,0x02,0x1f,0x49,0x52,0xf1,0x28,0x8b,0xff,0x88,0xaf,0x3b,0x00,0x66,0x32, +0x50,0x0d,0xde,0xff,0xed,0xdd,0xcf,0xd0,0x02,0xc5,0x3d,0x10,0x60,0x0a,0x00,0x00, +0xf4,0x68,0x03,0x0a,0x00,0x43,0xf3,0x5b,0xa0,0xef,0x0a,0x00,0x2f,0x7f,0xd0,0x0a, +0x00,0x13,0x22,0x8f,0xb0,0x0a,0x00,0x52,0x0b,0xb2,0xcf,0x80,0x9a,0xca,0x32,0x42, +0x03,0xff,0x6e,0x30,0xd0,0x8b,0x60,0x1d,0xfb,0xef,0xf4,0x00,0x06,0xb7,0x38,0x30, +0xef,0xe1,0x4f,0x26,0xd3,0xb1,0xfb,0x01,0xcf,0xfd,0x10,0x03,0xef,0xf2,0x07,0xfe, +0x91,0x9d,0x5d,0x24,0x3f,0xa0,0x0f,0x54,0x25,0x03,0x00,0xac,0x76,0x52,0xf1,0x29, +0x99,0x99,0x9b,0x52,0xaf,0x00,0x3f,0xb1,0x20,0x11,0x1b,0x31,0xd8,0x71,0x2a,0xaf, +0xfc,0xa4,0x44,0x4f,0xfb,0x7c,0x31,0x03,0xcf,0xe9,0x11,0x10,0x0a,0x00,0x33,0xec, +0xcc,0xcd,0x0a,0x00,0x33,0x60,0x66,0x15,0x0a,0x00,0x3f,0x62,0xff,0x35,0x0a,0x00, +0x05,0x22,0xf9,0x84,0x0a,0x00,0x80,0x03,0x7f,0xff,0xf8,0xef,0x63,0xff,0x15,0xe0, +0x82,0x50,0xfe,0x93,0xef,0x68,0xff,0xc9,0xb5,0x70,0xfa,0x50,0x00,0x11,0x2f,0xf8, +0x36,0x85,0x31,0x00,0x4d,0x8c,0x12,0xf3,0x3c,0x0e,0x52,0x04,0xaf,0xfe,0x30,0x6f, +0x2b,0xa5,0x00,0x23,0x52,0x20,0xcf,0xe1,0x19,0x02,0x2b,0xa3,0x00,0x98,0xcf,0x05, +0x85,0x5e,0x50,0xcf,0x20,0x01,0xfe,0x8f,0xb2,0x04,0x32,0x0c,0xf2,0xb9,0x56,0x2e, +0x51,0xd0,0xcf,0x2e,0xd1,0xfe,0x24,0x15,0xa0,0x0c,0xf2,0xed,0x1f,0xe1,0x77,0xcf, +0xd7,0x77,0x20,0x13,0x00,0x10,0x3f,0x98,0x11,0x00,0x13,0x00,0x11,0xe3,0x9c,0x12, +0x01,0x13,0x00,0x32,0xe0,0x44,0x0e,0x13,0x00,0x61,0xfe,0x0f,0xf2,0xef,0x40,0xdf, +0x13,0x00,0x45,0xff,0x2e,0xf4,0x0d,0x13,0x00,0x23,0xef,0x1e,0x13,0x00,0x20,0x0f, +0xf0,0x13,0x00,0xf0,0x1e,0x2f,0xf0,0xef,0x40,0xff,0x0e,0xd1,0xfe,0x3f,0xe6,0xff, +0x0d,0xe4,0x1f,0xf0,0xed,0x1f,0xe0,0x00,0xcf,0xfc,0x10,0x04,0xfc,0x0e,0xd1,0xfe, +0x00,0x9f,0xfc,0xfd,0x20,0x9f,0x90,0x00,0x1f,0xe1,0x9f,0xf5,0x1c,0xfd,0x1a,0xf4, +0x00,0x01,0x69,0xd0,0x30,0x1e,0xf9,0x09,0xfb,0xfd,0x4e,0xc4,0x00,0x00,0x38,0x45, +0xb1,0x02,0x2b,0x79,0x01,0x04,0x2e,0x01,0xa8,0x6a,0x12,0x9e,0xb1,0x7a,0xe0,0x32, +0x2b,0xfd,0x01,0x11,0x4f,0xf5,0x11,0x10,0x01,0xec,0xaf,0xd1,0x03,0x60,0x18,0x31, +0x70,0x04,0xef,0x44,0xad,0x00,0x27,0x12,0xf1,0x03,0x1c,0xff,0xe2,0x04,0xff,0x44, +0x44,0xdf,0x80,0x25,0x55,0xdf,0xf6,0x45,0xfe,0x05,0x50,0xcf,0xda,0xd9,0xb1,0xf9, +0xfe,0x0f,0xf2,0xcf,0x80,0x5c,0xcd,0xff,0xcf,0xf5,0x0a,0x00,0x54,0x00,0x05,0xfe, +0x2f,0xc4,0x0a,0x00,0x42,0x6f,0x64,0xfe,0x1f,0x0a,0x00,0x51,0x04,0x14,0xfe,0x2f, +0xf0,0x0a,0x00,0x91,0x00,0x03,0xba,0x7f,0xe0,0x7a,0x50,0x00,0x05,0xa9,0xd2,0x20, +0x87,0x60,0xe3,0x5e,0x00,0xab,0x19,0x00,0x59,0x59,0xe0,0x49,0xfe,0x00,0x05,0xef, +0xf5,0x0a,0xff,0x70,0x09,0xff,0xfc,0x00,0xaf,0xbb,0xf8,0x10,0xf3,0x24,0x33,0x10, +0x0b,0x54,0x28,0x1c,0x70,0x50,0xdd,0x01,0x01,0x00,0x51,0x32,0x0f,0xf1,0x00,0xcf, +0x51,0xef,0x44,0xfb,0x0f,0xfe,0xe9,0x0a,0x00,0x90,0xff,0xfa,0x01,0x15,0xfe,0x11, +0x10,0x02,0xfb,0xf5,0x0b,0x23,0x19,0xf9,0x0a,0x00,0x10,0x4f,0xd5,0x05,0x01,0x01, +0x16,0x43,0x5f,0xea,0xaa,0xcf,0x0a,0x00,0xf0,0x05,0xb1,0x86,0x3f,0xc0,0x00,0x10, +0x8f,0xb0,0x00,0x4f,0xb3,0xfb,0x3f,0xc0,0x00,0xeb,0x8f,0xa0,0xa7,0x5f,0x0a,0x00, +0xf0,0x19,0x05,0xfb,0x7f,0xa4,0xfe,0x4f,0xb3,0xfa,0x3f,0xc0,0x0c,0xf6,0x7f,0xa9, +0xf8,0x4f,0xb4,0xfa,0x3f,0xc0,0x4f,0xe0,0x7f,0xcf,0xf3,0x4f,0xb6,0xf8,0x3f,0xc0, +0x06,0x50,0x7f,0xff,0xb0,0x4f,0xb9,0xf6,0x3f,0xc0,0x6c,0x54,0x90,0x10,0x14,0x4e, +0xf8,0x43,0x20,0x00,0x02,0xdf,0x9e,0x6e,0x00,0x08,0xd5,0xf0,0x0a,0xbf,0xfe,0x40, +0x00,0x5c,0xff,0x25,0xff,0x90,0x1e,0xff,0xa1,0x00,0x0b,0xff,0xd3,0x00,0x3e,0xf5, +0x05,0x81,0x00,0x00,0x02,0xb5,0xe0,0x63,0x11,0x02,0xa2,0x73,0x02,0xb6,0x8f,0x30, +0x99,0x9f,0xf3,0x99,0x87,0x50,0xd0,0x02,0xff,0x88,0x9f,0xe3,0x2f,0x00,0x88,0x11, +0xe1,0xee,0xff,0xf1,0x5b,0xdf,0xeb,0xbb,0x30,0x02,0xff,0x11,0x2f,0xf1,0x7f,0x5d, +0x13,0x01,0x4c,0xfb,0x50,0x40,0x00,0xbf,0x40,0x01,0x35,0x19,0xe2,0x7f,0x47,0xa2, +0xbf,0x40,0x0a,0xaa,0xaa,0xaa,0xa9,0x7f,0x4b,0xf3,0xbf,0x99,0xa4,0xf1,0x29,0x7f, +0x4c,0xf2,0xbf,0x40,0x01,0x21,0x6f,0xa1,0x11,0x7f,0x4d,0xf1,0xbf,0x40,0x01,0xfd, +0x5f,0xa0,0x00,0x7f,0x6f,0xe0,0xbf,0x40,0x03,0xfc,0x5f,0xff,0xf8,0x49,0x9f,0xa5, +0x67,0x20,0x04,0xfc,0x5f,0xea,0xa6,0x03,0xff,0xcf,0xd2,0x00,0x05,0xff,0x9f,0xa0, +0x01,0x7e,0xfd,0x0b,0xfe,0x30,0x07,0xd2,0x2f,0x90,0xd1,0x00,0xbf,0xd0,0x0b,0xfb, +0xff,0xc3,0x01,0x4a,0x25,0x61,0x30,0x2f,0xf0,0x8f,0xff,0xff,0x49,0x7b,0x42,0x3e, +0x90,0x02,0x8b,0x5a,0x21,0x08,0xb9,0x43,0x14,0x4c,0x30,0x22,0x00,0x75,0x07,0x10, +0x8b,0xb9,0x08,0x12,0x0b,0xa4,0x70,0x00,0x82,0x30,0xf0,0x03,0xee,0xfe,0xee,0xee, +0x01,0x19,0xf6,0x11,0x00,0x00,0x3e,0xb0,0x0d,0xd1,0x01,0x1d,0xf2,0x11,0xf5,0x6d, +0x21,0x5f,0xb0,0xaf,0x4f,0x92,0x05,0xdf,0xed,0xff,0xed,0x7f,0x96,0x66,0xcf,0xb7, +0xad,0xd0,0x7f,0x47,0xd3,0xaf,0x30,0x05,0xfb,0x00,0x4d,0xa3,0x7f,0x48,0xf3,0x0a, +0x00,0x31,0x4b,0xff,0xb1,0x0a,0x00,0xf1,0x3c,0x06,0xfd,0xff,0xd6,0x10,0x7f,0x49, +0xf2,0xaf,0x30,0x06,0xfa,0x44,0x2c,0xf7,0x7f,0x4a,0xf2,0xaf,0x30,0x07,0xf9,0x3a, +0xff,0xa0,0x7f,0x4c,0xf0,0xaf,0x30,0x08,0xff,0xff,0xe7,0x30,0x7f,0x4f,0xe0,0xaf, +0x30,0x0a,0xf8,0xc7,0x2a,0xfc,0x34,0x6f,0x91,0x23,0x00,0x0d,0xf4,0x18,0xef,0xf5, +0x02,0xef,0x5e,0xd2,0x00,0x1f,0xfb,0xff,0xfb,0x21,0x7e,0xf9,0x09,0xff,0x40,0x5f, +0xc5,0xfa,0x30,0x3f,0x91,0xa6,0xa5,0x03,0x50,0x10,0x00,0x08,0x71,0x00,0x00,0x06, +0x30,0x97,0x42,0x13,0x0f,0xbf,0x05,0x32,0x65,0x00,0x77,0x0d,0x1b,0x23,0x5f,0xf8, +0x5d,0x30,0x23,0x3f,0xfc,0x0a,0x2e,0x33,0xaf,0xfc,0x10,0x47,0x30,0x04,0x37,0x77, +0x00,0x10,0x7d,0x03,0x9d,0x2f,0x23,0xfe,0x60,0x21,0x31,0x33,0xee,0xff,0xc2,0x10, +0xae,0x33,0x09,0xff,0xd0,0xb2,0x07,0x23,0x04,0xe4,0x1d,0x3f,0x25,0x20,0x01,0xd9, +0xf9,0x23,0x72,0x00,0xd8,0x9e,0x24,0x09,0xf2,0xe9,0x11,0x23,0xbf,0x10,0x0d,0xb6, +0x24,0xaf,0xf0,0x95,0x10,0x14,0xfa,0x64,0x01,0x27,0xfc,0x20,0xed,0x02,0x00,0x87, +0x0b,0x04,0x8a,0x43,0x02,0x02,0xc4,0x00,0x41,0x1a,0x21,0xf4,0x0e,0x0c,0x8a,0xf0, +0x15,0x04,0xfb,0x0c,0xf3,0x0e,0xf4,0x44,0x00,0xdc,0x40,0x05,0xfb,0x0d,0xf2,0x0e, +0xf9,0xfe,0x13,0xff,0x10,0x06,0xf9,0x0e,0xf1,0x0e,0xf4,0xbf,0xc8,0xfb,0x00,0x08, +0xf8,0x0f,0xf0,0x0e,0xf4,0xed,0x21,0x40,0x0a,0xf7,0x1f,0xe0,0xfe,0xb8,0x10,0xe0, +0x98,0xd4,0x50,0xfc,0x3e,0xf4,0x00,0xef,0xf0,0x35,0x00,0x5d,0x2e,0x12,0x07,0x77, +0x38,0x50,0xff,0x2e,0xf4,0x1f,0xfe,0x58,0x70,0xf1,0x14,0x42,0xff,0x1e,0xf4,0xbf, +0xe1,0xef,0x80,0x5a,0xef,0xf7,0xff,0x0e,0xfc,0xff,0x50,0x7f,0xe0,0x8f,0xfc,0x85, +0xfe,0x0e,0xf6,0xca,0x00,0x0a,0x10,0x24,0x00,0x04,0xfd,0x0e,0xf6,0x22,0x0d,0x21, +0x32,0x08,0xfa,0x0e,0x45,0x01,0x33,0x1e,0xdf,0xf6,0x0a,0x00,0x1f,0x0c,0x3f,0xa2, +0x02,0x00,0x5c,0x1b,0x02,0xae,0x42,0x10,0xf5,0x22,0x9d,0x03,0x0a,0x00,0x12,0x0a, +0x4a,0x38,0x50,0x0b,0xf5,0x00,0x8f,0xfa,0x15,0x7b,0x40,0xea,0x0c,0xf4,0x0a,0xfa, +0xad,0xf0,0x00,0x30,0x04,0xfb,0x0d,0xf7,0xdf,0xf7,0x00,0x05,0xff,0xf6,0x05,0xfa, +0x0e,0xf9,0x59,0x02,0xe4,0xee,0xf2,0x06,0xf8,0x0f,0xf2,0x83,0x5f,0xff,0xff,0xc1, +0x80,0x08,0xf7,0xff,0xde,0xb0,0x0a,0xfe,0xdf,0xfc,0x51,0x61,0x2b,0x80,0x1a,0x70, +0x0c,0xd9,0x2a,0x31,0xf5,0x1f,0xc0,0x3b,0x2e,0x50,0xbf,0x55,0xfa,0x0e,0xf0,0xe1, +0x61,0x40,0x33,0xcf,0x41,0xfe,0x11,0x30,0xf1,0x07,0x49,0xcf,0xf9,0xdf,0x30,0xef, +0x19,0xf8,0xfc,0x00,0x8f,0xfe,0xa4,0xef,0x20,0x87,0x01,0x0a,0xf5,0x00,0x35,0x10, +0x84,0xd1,0x21,0x1f,0xe1,0xff,0x2f,0x13,0x3f,0x1e,0x85,0x23,0xdf,0xf9,0x0a,0x00, +0x1a,0x0a,0xac,0x52,0x0c,0xe4,0x36,0x01,0xa4,0xb0,0x00,0x1d,0x4e,0x65,0x48,0xff, +0x94,0x44,0x44,0x43,0x70,0xc7,0x13,0xab,0x46,0x1d,0x31,0xb8,0x00,0x28,0x0e,0x0d, +0x14,0x83,0x4b,0x1c,0x13,0xf5,0xed,0x59,0x10,0x3f,0x09,0x00,0x00,0x26,0x1e,0x26, +0xaf,0xf5,0x1b,0x00,0x13,0x13,0xdb,0xc9,0x14,0x31,0x99,0x53,0x31,0xf4,0x5f,0xfa, +0x56,0x0d,0xe1,0xbf,0xf4,0x5f,0xe0,0x59,0x99,0x99,0x99,0x91,0x1f,0xf4,0x5f,0xe0, +0x8f,0x83,0x52,0x00,0x09,0x00,0x32,0xa0,0x00,0x0f,0x09,0x00,0x45,0xea,0xaa,0xaf, +0xf2,0x1b,0x00,0xb2,0x2f,0xf4,0x5f,0xe0,0x5a,0x70,0x00,0x00,0x6d,0xef,0xf2,0xf9, +0xe0,0x32,0x1d,0xdb,0x50,0x00,0xa6,0x10,0xc3,0xe8,0x86,0x00,0x37,0x53,0x11,0xd1, +0xc1,0x08,0x02,0xad,0x83,0x00,0x09,0x00,0xf1,0x08,0xfd,0xbb,0xbb,0xef,0x70,0xdf, +0x53,0xff,0x0e,0xf5,0x47,0x00,0xcf,0x60,0xdf,0x42,0xff,0x0e,0xf5,0xcf,0x90,0xdf, +0x50,0x09,0x00,0x41,0x1d,0xe2,0xef,0x30,0x09,0x00,0x41,0x02,0x88,0xff,0x10,0x09, +0x00,0x42,0x00,0xdf,0xfa,0x00,0x09,0x00,0x21,0x34,0x30,0x09,0x00,0x02,0x96,0x0e, +0x30,0xa9,0xff,0x0c,0xf9,0xc3,0x00,0x27,0x77,0x02,0x33,0x67,0xb1,0xdf,0xb8,0x88, +0x7e,0xee,0xee,0xee,0x6c,0xf8,0xdf,0x40,0x57,0x09,0x36,0x6d,0xf7,0x23,0xb2,0x57, +0x02,0x06,0x1e,0x03,0x6b,0x46,0x24,0x9d,0xff,0xf9,0x02,0x2a,0xfd,0x50,0xff,0xae, +0x02,0xf3,0x79,0x00,0x03,0x01,0x00,0xc0,0xfc,0x07,0x25,0x62,0x01,0xb2,0x87,0x11, +0xf5,0xcf,0x00,0x15,0x0a,0x6d,0x1e,0x16,0x0d,0x85,0xbe,0x04,0x55,0x5b,0x11,0x0e, +0x72,0x2a,0x00,0x9f,0x6e,0x18,0x0f,0x8c,0xb1,0x14,0xef,0x44,0x98,0xa3,0x4e,0xff, +0xed,0xdd,0xdd,0xd9,0x10,0x00,0x00,0x2a,0x07,0xbf,0x00,0x15,0x1a,0x40,0xfe,0x31, +0x11,0xbf,0x9c,0xc6,0x71,0xec,0x41,0xdf,0xe5,0x3c,0xff,0x70,0xef,0x23,0x14,0x1c, +0x54,0xc3,0xa2,0x15,0x9e,0xff,0xff,0xfa,0x63,0x00,0x00,0x08,0xbe,0xbd,0x93,0x90, +0xfe,0xc2,0x07,0xff,0xfe,0xa5,0x00,0x00,0x5a,0xa8,0x7f,0x12,0x74,0xd1,0x8c,0x04, +0x75,0x1c,0x22,0x02,0xfd,0x2f,0x23,0x00,0xfb,0x6d,0xf2,0x23,0xd8,0x40,0x00,0x01, +0xfd,0x9c,0xf9,0xee,0x00,0x02,0xfe,0xfe,0x20,0x00,0x1f,0xda,0x7e,0x7f,0xe0,0x00, +0x2f,0xd6,0xfc,0x00,0x01,0xfa,0xf9,0xec,0xee,0x00,0x02,0xfd,0x0a,0x90,0x00,0x1f, +0x9b,0xbf,0xad,0xe4,0x77,0x9f,0xe7,0x77,0x30,0x01,0xfd,0x8b,0xf8,0xee,0xca,0x70, +0x00,0x3f,0x00,0x10,0xe6,0x4c,0x50,0x62,0x40,0x00,0x11,0x1c,0xf4,0x11,0x7d,0x1d, +0x51,0x1e,0xee,0xff,0xfe,0xb0,0x7f,0x99,0x11,0x01,0x83,0x1c,0x12,0x0d,0x6d,0x27, +0x40,0xcf,0x41,0x20,0x02,0x3a,0x24,0x30,0x07,0xde,0xef,0xcb,0x8b,0x20,0xec,0xf3, +0x26,0x1d,0xe1,0xfe,0xdc,0xc0,0x0e,0xf7,0x6f,0xb0,0x00,0x01,0x84,0x34,0x35,0xa4, +0x07,0x6b,0x91,0xf0,0x02,0x0f,0xda,0xe7,0xbd,0xb3,0xff,0xa0,0x0a,0xfd,0x10,0x05, +0xf7,0x8f,0x4d,0x8c,0xef,0xe1,0x9a,0x28,0x50,0xdf,0x18,0xf2,0x90,0x3e,0x1c,0x73, +0x42,0x50,0x02,0x60,0x12,0x92,0x29,0x1c,0x40,0xd4,0xb4,0x15,0xd0,0xf3,0x05,0x02, +0xa1,0x57,0x0d,0x86,0xc8,0x00,0x94,0x2f,0x10,0x5f,0x20,0x14,0x12,0xf3,0x7c,0x15, +0x23,0x91,0x2c,0xd4,0x3f,0x23,0x7f,0xfe,0xd5,0x3c,0x00,0x63,0x70,0x10,0xd7,0xd1, +0x28,0x30,0x68,0xbf,0xff,0xb4,0x14,0xf2,0x07,0xca,0x81,0x1e,0xff,0xff,0xfb,0x50, +0x05,0xaf,0xff,0xff,0xb0,0x07,0xfb,0xab,0x70,0x00,0x00,0x25,0x86,0x9b,0x20,0x1f, +0x31,0x00,0xd8,0x11,0x08,0x0a,0x00,0x15,0x5f,0x0a,0x00,0x01,0xa7,0x8d,0x11,0xf1, +0x4e,0x52,0x13,0xb0,0x0a,0x00,0x33,0x3d,0xff,0x40,0x0a,0x00,0x00,0x89,0x5e,0x02, +0x0a,0x00,0x11,0x0a,0xf6,0x94,0x03,0x25,0x08,0x21,0xd2,0x00,0xcd,0x2b,0x31,0xe7, +0x00,0xd9,0xc9,0x05,0x01,0x05,0x00,0x02,0x54,0x0d,0x1e,0xf9,0xe5,0x03,0x0d,0x15, +0x00,0x16,0x1d,0x0b,0x00,0x37,0xd5,0x00,0xc6,0x19,0x00,0x63,0xdc,0xf7,0xe5,0xf3, +0x00,0xd9,0x51,0x00,0x7c,0x0c,0x00,0x00,0xeb,0x00,0xec,0xf4,0x3d,0x00,0x86,0xf9, +0xf7,0xec,0x00,0xf9,0xfc,0xf4,0xe5,0x17,0x00,0x59,0xf8,0x00,0xfb,0x00,0xfa,0x24, +0x00,0x35,0xf2,0xfc,0xe3,0x0c,0x00,0x68,0xf6,0xf9,0x00,0xfc,0x04,0x04,0x85,0x00, +0x1c,0xf4,0x9f,0x00,0x1c,0xf4,0x35,0x45,0x00,0xda,0x00,0x13,0xe1,0x1c,0x00,0x00, +0xab,0x06,0x92,0xe7,0xfc,0xfa,0x00,0xff,0xfa,0xff,0xf2,0x06,0xea,0x00,0x61,0x06, +0xfa,0xff,0xfb,0xfd,0xfd,0xa2,0x12,0x16,0xf5,0x98,0x00,0x76,0xfa,0xf6,0x00,0xfc, +0xfd,0xfd,0xfa,0x74,0x2f,0x69,0xfc,0x00,0xfa,0xfc,0xfc,0xfa,0x63,0x00,0x96,0xf4, +0xfc,0xf6,0xfb,0xfa,0xfd,0xfd,0xfd,0xfb,0x32,0x01,0x42,0xf4,0xfc,0xfa,0xfc,0xbf, +0x00,0x00,0xd5,0x01,0x11,0xfb,0x38,0x00,0x8a,0xee,0x00,0xf6,0x00,0xfc,0xff,0xf7, +0xf9,0xfb,0x00,0x3f,0xfa,0x00,0xfb,0x9a,0x14,0x05,0x02,0x4f,0x07,0x00,0x36,0x00, +0x22,0x00,0xf1,0x0c,0x00,0x41,0xe0,0x00,0xe0,0xec,0x0a,0x01,0x20,0xcf,0xf7,0xe1, +0x0e,0x80,0xf6,0xfc,0xf5,0x00,0xf3,0xfa,0x00,0xf6,0x40,0x01,0x60,0xfc,0xf9,0xf5, +0xf7,0xf4,0xf7,0x8e,0x9c,0x04,0x23,0x6d,0x11,0xfd,0x8d,0x00,0x2e,0xfa,0xfd,0x5e, +0x00,0x03,0x57,0x00,0x13,0xf6,0x58,0x01,0x0f,0x1b,0x15,0x06,0x60,0xf5,0x00,0xf2, +0x00,0xef,0x00,0xc1,0x00,0xa5,0xfc,0xf7,0x00,0xfa,0xf7,0xfa,0xfa,0xfc,0x00,0xf7, +0xcf,0x00,0xc2,0x00,0xef,0xfc,0xf5,0xf7,0xf7,0xf5,0xfa,0x00,0xd2,0x00,0xc4,0x26, +0x00,0xf2,0x00,0xef,0xfe,0xf4,0x00,0xf6,0xd4,0xf4,0xe4,0xeb,0x00,0xe2,0x00,0xe3, +0x00,0xfb,0x7a,0x00,0x62,0xf7,0xfc,0xee,0xf3,0x00,0xee,0x60,0x02,0x20,0xf6,0xd2, +0x05,0x43,0x31,0xee,0x00,0xcc,0x41,0x01,0x84,0xf6,0xfc,0xeb,0x00,0xf3,0xf8,0x00, +0xf9,0xea,0x00,0x13,0xfa,0x0b,0x00,0x13,0xf5,0xbe,0x00,0xd5,0xfb,0xfb,0xfa,0x00, +0xfd,0x01,0xfd,0xfc,0xfc,0x00,0xfd,0xfc,0x00,0xc6,0x00,0x31,0xfb,0x00,0xfb,0x06, +0x00,0x14,0x06,0x40,0x01,0x22,0xfa,0xf9,0x3d,0x00,0x07,0xd9,0x00,0x05,0x3d,0x01, +0xb2,0xd7,0xe8,0xd7,0xe5,0xf9,0xf9,0x00,0xf2,0xf6,0xd3,0xf5,0xce,0x01,0xf1,0x03, +0xef,0x00,0xe8,0xe5,0xfb,0xe8,0x00,0x00,0xf0,0xeb,0xfb,0xf0,0xf6,0xf6,0xf5,0xf6, +0xe8,0x00,0x31,0x01,0x21,0xf7,0xf9,0x54,0x00,0x20,0xec,0xfc,0x78,0x00,0x21,0xfc, +0xfa,0x3c,0x01,0x13,0xfc,0x43,0x01,0x04,0xa0,0x01,0x40,0xe5,0xf9,0xe5,0xf4,0x69, +0x00,0x52,0xfc,0xe8,0xfc,0x00,0xfc,0x7b,0x02,0x11,0xf4,0xb3,0x00,0x81,0xf9,0xfa, +0x00,0xf5,0xfc,0xfc,0xfa,0xfc,0xf2,0x03,0x30,0xf3,0xfc,0xf3,0x30,0x00,0x00,0xbe, +0xe6,0x03,0xc2,0xd8,0x00,0x40,0x00,0x18,0xfe,0xd5,0x01,0x00,0x02,0x00,0x02,0x3a, +0x02,0x63,0xfe,0xf7,0xfc,0xfa,0xf9,0xfc,0x18,0x00,0x32,0xfb,0xf7,0x00,0x30,0x01, +0x41,0xf7,0xfa,0xfc,0xf7,0xcf,0x00,0xd2,0xda,0xe5,0xda,0xed,0xf4,0xf4,0xfb,0xfa, +0xfa,0xdc,0xf9,0xfa,0xfc,0x14,0x03,0xf7,0x00,0xe5,0xed,0x00,0xea,0x00,0x00,0xf2, +0xed,0xf0,0xf3,0xfa,0xf6,0xf3,0xfa,0xec,0xf0,0x00,0xd3,0xff,0xf9,0xf6,0xf5,0x00, +0xfc,0xff,0xff,0x00,0xfa,0xfb,0x00,0xfb,0x56,0x00,0x5d,0xfa,0xfa,0xfb,0xfb,0xf6, +0x5f,0x02,0x62,0xe6,0xf9,0xef,0xf9,0x00,0xe8,0x1a,0x08,0x21,0x00,0x18,0x18,0x01, +0x12,0xfc,0x26,0x03,0x17,0xef,0x41,0x01,0x68,0xf6,0x00,0xf7,0xfd,0x00,0xf6,0xa8, +0x02,0x04,0xf6,0x03,0x44,0xfc,0xfc,0x01,0xfc,0x26,0x00,0xb2,0xeb,0x00,0xf9,0x00, +0xfd,0xec,0x00,0xf4,0xfc,0x00,0xfe,0xd1,0x00,0x7b,0x00,0xfd,0xfd,0xf7,0xfd,0xfc, +0x00,0x46,0x03,0x21,0x00,0xfa,0x30,0x00,0x33,0xfc,0xf6,0x00,0x5a,0x04,0x42,0x01, +0x01,0x00,0x01,0x66,0x00,0x13,0x04,0x63,0x01,0x50,0xf9,0xf9,0xf6,0x00,0xf7,0x19, +0x01,0x43,0xf5,0xfc,0x00,0xfe,0x26,0x00,0xc0,0xff,0xff,0xfb,0xff,0xfe,0x02,0x0e, +0x0e,0x00,0xea,0xfa,0xea,0x1f,0x38,0x02,0x6f,0x2d,0x72,0x17,0x10,0x0a,0x12,0x00, +0x0e,0xf9,0x49,0x01,0x10,0xfd,0xe1,0x03,0x20,0xfd,0x00,0x47,0x48,0x12,0xf6,0x5f, +0x04,0x15,0xf0,0x9a,0x03,0x11,0xfa,0x9c,0x01,0x03,0xcc,0x30,0x41,0xfd,0xfd,0x00, +0x03,0x76,0x02,0x04,0x47,0x02,0x03,0x5a,0x03,0x05,0x2f,0x03,0x0a,0x90,0x04,0x74, +0x02,0xe5,0x02,0x00,0x02,0x02,0xf6,0x16,0x01,0x00,0x4c,0x00,0x21,0xfc,0xf7,0x72, +0x00,0x34,0x00,0xf5,0xfa,0x86,0x02,0x0f,0x01,0x00,0x06,0x1a,0x04,0xe2,0x03,0x1a, +0x00,0x0a,0x01,0x1f,0xf5,0x34,0x00,0x02,0xa4,0xe3,0xf6,0xe3,0xf6,0x04,0x04,0x00, +0xfa,0x00,0xe7,0x2a,0x02,0x34,0x02,0xf6,0xfc,0x86,0x02,0x21,0x04,0x03,0x6c,0x21, +0x22,0x00,0xf4,0x5b,0x00,0x15,0xf8,0xbe,0x00,0x1f,0xf9,0x90,0x05,0x02,0x75,0xfd, +0xf4,0xfd,0x00,0x02,0x02,0xf4,0x7e,0x00,0x11,0xfd,0x0a,0x01,0x10,0xfc,0x55,0x00, +0x15,0xf9,0xd2,0x02,0x42,0xfc,0xec,0xfb,0xec,0x72,0x03,0x10,0xf2,0xd6,0x01,0x00, +0xdb,0x02,0x36,0x00,0xf9,0xfd,0x78,0x04,0x02,0x2c,0x01,0x51,0xfc,0xe6,0x00,0xe6, +0xff,0x43,0x00,0x11,0xf5,0x72,0x00,0x10,0xfa,0xc8,0x01,0x09,0x26,0x00,0x00,0xad, +0x02,0x40,0xf8,0x05,0xfa,0xfb,0xe2,0x49,0x00,0x92,0x01,0x61,0xf6,0x00,0xfa,0x00, +0xfc,0xf3,0x30,0x01,0x06,0x4f,0x02,0x02,0x2e,0x00,0x42,0xec,0x00,0xec,0xfe,0x74, +0x04,0x00,0x38,0x02,0x10,0x00,0x6e,0x05,0x08,0x72,0x00,0x01,0xcb,0x04,0x07,0xc2, +0x04,0x03,0xe9,0x00,0x11,0xf9,0x9b,0x00,0x12,0xff,0xb5,0x00,0x13,0xfd,0x96,0x03, +0x02,0x54,0x30,0x10,0x02,0x9a,0x10,0x37,0x04,0x03,0x05,0xa1,0x36,0x12,0x06,0x7a, +0x0a,0xa0,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0xab,0xb2,0xd1,0x11, +0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0xf3,0x28,0xff,0x0c, +0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25, +0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x28, +0x22,0x01,0x02,0x71,0x08,0x77,0x03,0x04,0x00,0x05,0x06,0x07,0x08,0x10,0x7d,0x10, +0x0a,0xc1,0x0d,0x70,0x00,0x0c,0x00,0x0d,0x00,0x00,0x00,0x95,0x02,0x11,0x00,0x08, +0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x99,0x02,0x31,0x00,0x17,0x03,0xb4,0x14,0xf0, +0x01,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19, +0x1e,0xa3,0x02,0x48,0x23,0x24,0x25,0x26,0xc4,0x4e,0x0f,0x01,0x00,0xff,0xff,0x17, +0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 40609, .glyph_id_start = 96, .list_length = 565, .type = 3, .unicode_list = 5288, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[124263] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_bold_XL_s = { +.uncomp_size = 124063, +.comp_size = 82470, +.line_height = 26, +.base_line = 6, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 6418, +.class_pair_values = 121031, +.left_class_mapping = 122741, +.right_class_mapping = 123402, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 124263, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_64.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_bold_64.c rename to radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL.c index 475cbca58ea..cce6f35a4b4 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL.c @@ -1275,7 +1275,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[70230] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_bold_64 = { +const etxLz4Font lv_font_noto_cn_bold_XXL = { .uncomp_size = 70030, .comp_size = 20210, .line_height = 78, diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL_s.c new file mode 100644 index 00000000000..30ab1f7fd46 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_cn_bold_XXL_s.c @@ -0,0 +1,881 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x10,0x09,0x08,0x00,0xf0,0x58,0xd0,0x0e,0x09,0x20,0x03, +0xff,0x90,0x00,0x00,0x17,0x11,0x0f,0x03,0x11,0x10,0x01,0x90,0x17,0x16,0x1e,0x01, +0x00,0x5a,0x02,0x90,0x17,0x14,0x27,0x01,0xfb,0xe0,0x03,0x80,0x26,0x25,0x20,0x01, +0xff,0x30,0x06,0x90,0x1d,0x1c,0x20,0x01,0xff,0xf0,0x07,0x00,0x0d,0x07,0x0f,0x03, +0x11,0x25,0x08,0x20,0x0f,0x0b,0x2b,0x03,0xf7,0x12,0x09,0x20,0x0f,0x0a,0x2b,0x02, +0xf7,0xe9,0x09,0x40,0x14,0x12,0x10,0x01,0x10,0x79,0x0a,0x90,0x17,0x16,0x16,0x01, +0x04,0x6b,0x0b,0x00,0x0d,0x09,0x10,0x02,0xf7,0xb3,0x0b,0xd0,0x0e,0x0c,0x05,0x01, +0x09,0xd1,0x10,0x00,0xf2,0x16,0x09,0x02,0xff,0xfa,0x0b,0x80,0x0f,0x0f,0x28,0x00, +0xf8,0x26,0x0d,0x90,0x17,0x15,0x20,0x01,0xff,0x76,0x0e,0x90,0x17,0x13,0x1e,0x03, +0x00,0x93,0x0f,0x90,0x17,0x15,0x1f,0x01,0x00,0xd9,0x10,0x18,0x00,0xa1,0x29,0x12, +0x90,0x17,0x17,0x1e,0x00,0x00,0x82,0x13,0x18,0x00,0xf2,0x04,0xff,0xc8,0x14,0x90, +0x17,0x14,0x20,0x02,0xff,0x08,0x16,0x90,0x17,0x14,0x1e,0x02,0x00,0x34,0x17,0x28, +0x00,0x22,0x84,0x18,0x08,0x00,0xf2,0x13,0xd4,0x19,0x00,0x0d,0x09,0x17,0x02,0xff, +0x3c,0x1a,0x00,0x0d,0x09,0x1f,0x02,0xf7,0xc8,0x1a,0x90,0x17,0x16,0x15,0x01,0x05, +0xaf,0x1b,0x90,0x17,0x16,0x0f,0x01,0x07,0x54,0x1c,0x10,0x00,0xf1,0x2c,0x3b,0x1d, +0x90,0x14,0x12,0x20,0x01,0xff,0x5b,0x1e,0x40,0x28,0x25,0x26,0x02,0xf9,0x1a,0x21, +0xa0,0x19,0x1b,0x1e,0xff,0x00,0xaf,0x22,0x40,0x1b,0x17,0x1e,0x03,0x00,0x08,0x24, +0x40,0x1a,0x18,0x20,0x02,0xff,0x88,0x25,0x90,0x1c,0x18,0x1e,0x03,0x00,0xf0,0x26, +0xa0,0x18,0x14,0x1e,0x03,0x00,0x1c,0x28,0x60,0xa8,0x00,0x40,0x39,0x29,0xb0,0x1c, +0x20,0x00,0x40,0xb9,0x2a,0x40,0x1e,0x20,0x00,0xf1,0x0c,0x21,0x2c,0x30,0x0d,0x07, +0x1e,0x03,0x00,0x8a,0x2c,0xc0,0x16,0x14,0x1f,0x00,0xff,0xc0,0x2d,0x70,0x1b,0x19, +0x1e,0x03,0x00,0x37,0x2f,0x10,0x30,0x00,0xc0,0x54,0x30,0x30,0x22,0x1c,0x1e,0x03, +0x00,0xf8,0x31,0xf0,0x1d,0x30,0x00,0xf0,0x0d,0x60,0x33,0xd0,0x1e,0x1b,0x20,0x02, +0xff,0x10,0x35,0xb0,0x1a,0x16,0x1e,0x03,0x00,0x5a,0x36,0xd0,0x1e,0x1c,0x27,0x02, +0xf8,0x7c,0x38,0x40,0x1b,0x20,0x00,0xf0,0x2d,0xe4,0x39,0xf0,0x18,0x17,0x20,0x01, +0xff,0x54,0x3b,0x00,0x19,0x17,0x1e,0x01,0x00,0xad,0x3c,0xf0,0x1d,0x18,0x1f,0x03, +0xff,0x21,0x3e,0xc0,0x18,0x1a,0x1e,0xff,0x00,0xa7,0x3f,0xa0,0x24,0x24,0x1e,0x00, +0x00,0xc3,0x41,0x10,0x19,0x19,0x1e,0x00,0x00,0x3a,0x43,0x40,0x17,0x19,0x1e,0xff, +0x00,0xb1,0x44,0x80,0x18,0xb8,0x01,0xf2,0xff,0x04,0xfb,0x45,0x20,0x0f,0x0a,0x28, +0x04,0xf8,0xc3,0x46,0x80,0x0f,0x0e,0x28,0x01,0xf8,0xdb,0x47,0x20,0x0f,0x0b,0x28, +0x01,0xf8,0xb7,0x48,0x90,0x17,0x14,0x12,0x02,0x0d,0x6b,0x49,0xb0,0x16,0x17,0x04, +0x00,0xfa,0x99,0x49,0x10,0x19,0x0c,0x0c,0x04,0x1a,0xe1,0x49,0xa0,0x17,0x13,0x18, +0x02,0xff,0xc5,0x4a,0xc0,0x19,0x15,0x21,0x03,0xff,0x20,0x4c,0x10,0x15,0x13,0x18, +0x01,0xff,0x04,0x4d,0xc0,0x19,0x16,0x21,0x01,0xff,0x6f,0x4e,0x40,0x17,0x15,0x18, +0x01,0xff,0x6b,0x4f,0xe0,0x0e,0x10,0x20,0x01,0x00,0x6b,0x50,0xe0,0x17,0x17,0x21, +0x01,0xf6,0xe7,0x51,0xa0,0x19,0x14,0x20,0x03,0x00,0x27,0x53,0x30,0x0c,0x08,0x20, +0x02,0x00,0xa7,0x53,0x30,0x0c,0x0d,0x2a,0xfd,0xf6,0xb8,0x54,0x30,0x18,0x15,0x20, +0x03,0x00,0x08,0x56,0xa0,0x0c,0x09,0x21,0x03,0xff,0x9d,0x56,0x90,0x26,0x21,0x17, +0x03,0x00,0x19,0x58,0xa0,0x19,0x14,0x17,0x03,0x00,0xff,0x58,0x10,0x19,0x17,0x18, +0x01,0xff,0x13,0x5a,0xc0,0x19,0x15,0x20,0x03,0xf7,0x63,0x5b,0xc0,0x19,0x16,0x20, +0x01,0xf7,0xc3,0x5c,0x70,0x11,0x0f,0x17,0x03,0x00,0x70,0x5d,0xd0,0x13,0x12,0x18, +0x01,0xff,0x48,0x5e,0xd0,0x10,0x11,0x1e,0x00,0xff,0x47,0x5f,0x80,0x19,0x15,0x17, +0x02,0xff,0x39,0x60,0x10,0x17,0x17,0x16,0x00,0x00,0x36,0x61,0x80,0x22,0x21,0x16, +0x01,0x00,0xa1,0x62,0x80,0x16,0x16,0x16,0x00,0x00,0x93,0x63,0xf0,0x16,0x17,0x20, +0x00,0xf6,0x03,0x65,0x70,0x14,0x13,0x16,0x01,0x00,0xd4,0x65,0x20,0x0f,0x0d,0x28, +0x01,0xf8,0xd8,0x66,0xd0,0x0b,0x04,0x2e,0x04,0xf5,0x34,0x67,0x10,0x00,0xf6,0x60, +0x38,0x68,0x90,0x17,0x16,0x08,0x01,0x0b,0x90,0x68,0x30,0x10,0x0e,0x0d,0x01,0x12, +0x03,0x55,0x55,0x52,0x00,0x8f,0xff,0xff,0x50,0x07,0xff,0xff,0xf4,0x00,0x7f,0xff, +0xff,0x40,0x06,0xff,0xff,0xf3,0x00,0x6f,0xff,0xff,0x20,0x05,0xff,0xff,0xf2,0x00, +0x4f,0xff,0xff,0x10,0x03,0xff,0xff,0xf0,0x00,0x2f,0xff,0xff,0x00,0x01,0xff,0xff, +0xe0,0x00,0x0f,0xff,0xfd,0x00,0x00,0xff,0xff,0xc0,0x00,0x0f,0xff,0xfb,0x00,0x00, +0xef,0xff,0xa0,0x00,0x0d,0xff,0xf9,0x00,0x00,0xcf,0xff,0x90,0x00,0x0b,0xff,0xf8, +0x00,0x00,0xaf,0xff,0x70,0x00,0x09,0xff,0xf6,0x00,0x00,0x8f,0xff,0x50,0x00,0x01, +0x00,0xf0,0x1c,0x02,0x00,0x00,0x00,0x9f,0xff,0x70,0x00,0x9f,0xff,0xff,0x60,0x0f, +0xff,0xff,0xfd,0x02,0xff,0xff,0xff,0xf0,0x1f,0xff,0xff,0xfe,0x00,0xbf,0xff,0xff, +0x90,0x02,0xdf,0xff,0xb0,0x00,0x00,0x57,0x40,0x00,0x12,0x22,0x22,0x10,0x05,0x00, +0xd0,0x17,0xff,0xff,0xf7,0x00,0x07,0xff,0xff,0xf7,0x7f,0xff,0xff,0x60,0x98,0x00, +0xd0,0x66,0xff,0xff,0xf6,0x00,0x06,0xff,0xff,0xf6,0x6f,0xff,0xff,0x50,0xa0,0x00, +0x10,0x55,0xb1,0x00,0x80,0x05,0xff,0xff,0xf4,0x4f,0xff,0xff,0x40,0xa8,0x00,0x10, +0x42,0xb0,0x00,0x90,0x02,0xff,0xff,0xf2,0x0f,0xff,0xff,0x00,0x00,0x05,0x00,0x40, +0xef,0xff,0xd0,0x00,0x05,0x00,0x10,0x0c,0xaa,0x00,0x00,0x05,0x00,0x40,0xaf,0xff, +0x90,0x00,0x05,0x00,0x50,0x07,0xff,0xf7,0x00,0x00,0x05,0x00,0x40,0x5f,0xff,0x50, +0x00,0x05,0x00,0x51,0x03,0xff,0xf3,0x00,0x00,0x05,0x00,0xa0,0x00,0x00,0x7f,0xff, +0x00,0x00,0x0e,0xff,0x70,0x00,0xb1,0x00,0x10,0xfd,0x49,0x00,0x01,0xc7,0x00,0x70, +0xbf,0xfb,0x00,0x00,0x2f,0xff,0x30,0x0b,0x00,0x70,0xdf,0xf9,0x00,0x00,0x4f,0xff, +0x20,0x0b,0x00,0x00,0x48,0x00,0x20,0x6f,0xff,0x0a,0x00,0x11,0x01,0xf3,0x00,0x30, +0xfe,0x00,0x00,0x48,0x00,0x50,0xf4,0x00,0x00,0xaf,0xfd,0x0b,0x00,0xf4,0x07,0x05, +0xff,0xf2,0x00,0x00,0xcf,0xfb,0x00,0x00,0x06,0xdd,0xde,0xff,0xfd,0xdd,0xdd,0xff, +0xff,0xdd,0xd2,0x08,0xff,0x01,0x00,0x1f,0xf3,0x0b,0x00,0x03,0x00,0x74,0x00,0x50, +0x80,0x00,0x06,0xff,0xf1,0x42,0x00,0x70,0x1f,0xff,0x60,0x00,0x08,0xff,0xf0,0x0b, +0x00,0x50,0x3f,0xff,0x40,0x00,0x0b,0xd3,0x00,0x00,0xb3,0x00,0x54,0x20,0x00,0x0d, +0xff,0xb0,0xaf,0x00,0x10,0x0f,0xd8,0x00,0xc5,0x5c,0xcc,0xef,0xff,0xcc,0xcc,0xcf, +0xff,0xec,0xcc,0x30,0x6f,0x4d,0x00,0x1f,0x40,0x0b,0x00,0x03,0x02,0xba,0x00,0x21, +0x8f,0xff,0x9a,0x01,0x24,0xff,0xf5,0xaf,0x00,0x10,0x04,0x7d,0x00,0x20,0xcf,0xfc, +0x0b,0x00,0x01,0x7f,0x00,0x20,0xef,0xfa,0x0b,0x00,0x01,0x7f,0x00,0x20,0xff,0xf8, +0x0b,0x00,0x32,0x0a,0xff,0xd0,0xea,0x00,0x00,0x50,0x01,0x12,0xb0,0xea,0x00,0x52, +0x00,0x00,0x0d,0xff,0x90,0xea,0x00,0x00,0x8a,0x00,0x32,0x70,0x00,0x07,0xaf,0x00, +0x10,0x00,0x31,0x01,0x1f,0xc0,0x0a,0x00,0x12,0x41,0x5f,0xff,0xe4,0x00,0x45,0x01, +0x50,0x8d,0xff,0xff,0xff,0xf9,0x5a,0x01,0x11,0x2d,0xa8,0x00,0x10,0xf5,0x4d,0x01, +0x02,0x01,0x00,0x33,0x80,0x00,0x0c,0x0a,0x00,0x80,0xf2,0x00,0x5f,0xff,0xff,0xf9, +0x53,0x5a,0x08,0x02,0x11,0x9f,0xcc,0x00,0x20,0x2c,0xf7,0x80,0x02,0x01,0xc2,0x00, +0x10,0x50,0xf1,0x01,0x13,0xfb,0x57,0x00,0x32,0xef,0xff,0xfe,0x0a,0x00,0x00,0x64, +0x02,0x11,0xa0,0x0a,0x00,0x00,0x3a,0x02,0x11,0xfc,0xbb,0x01,0x01,0x50,0x00,0x12, +0xf8,0x9c,0x02,0x74,0xef,0xff,0xff,0xff,0xe6,0x00,0x00,0x78,0x00,0x11,0xd3,0x8c, +0x00,0x10,0xaf,0x0b,0x00,0x11,0x70,0x17,0x01,0x15,0xdf,0x2b,0x00,0x10,0x06,0x2b, +0x00,0x02,0xd8,0x02,0x20,0x09,0xff,0x0f,0x03,0x03,0xc0,0x00,0x02,0x14,0x01,0x10, +0x00,0xa2,0x02,0x15,0xfa,0x7e,0x00,0x13,0xfc,0x0a,0x00,0x61,0xdf,0xff,0xfc,0x00, +0x0a,0x40,0x30,0x02,0x60,0xff,0xf9,0x00,0x6f,0xf9,0x10,0x54,0x01,0xd4,0xff,0xf7, +0x02,0xff,0xff,0xfb,0x64,0x46,0xbf,0xff,0xff,0xf2,0x0b,0x99,0x01,0x23,0x90,0x07, +0x09,0x00,0x42,0xfd,0x10,0x00,0x3c,0x0a,0x00,0x00,0xe5,0x01,0x10,0x4a,0x09,0x00, +0x21,0xb6,0x00,0x8c,0x00,0x3f,0x8f,0xff,0xd1,0x5e,0x01,0x1a,0x33,0x02,0x67,0x62, +0x12,0x00,0x21,0x47,0x77,0x08,0x00,0x00,0x59,0x00,0x10,0xfc,0xc9,0x02,0x00,0xe7, +0x02,0x11,0x80,0x08,0x00,0x13,0x4f,0x15,0x02,0x00,0x15,0x03,0x22,0xf1,0x00,0x77, +0x02,0x51,0xff,0xef,0xff,0xff,0x10,0xc8,0x00,0x22,0xf7,0x00,0xfb,0x01,0x30,0xfd, +0x20,0x2e,0xea,0x03,0x04,0xe7,0x02,0x00,0x0f,0x04,0x51,0x30,0x00,0x3f,0xff,0xf1, +0x2f,0x00,0x13,0x70,0x09,0x01,0x10,0xd0,0xef,0x00,0x10,0x40,0xe1,0x00,0x02,0x1c, +0x01,0x10,0x08,0x10,0x01,0x10,0x0a,0x3e,0x01,0x03,0x38,0x02,0x00,0x81,0x03,0x10, +0x80,0x7c,0x02,0x12,0xa0,0x60,0x03,0x00,0x01,0x00,0x12,0x0b,0x90,0x03,0x01,0x63, +0x03,0x14,0x50,0x25,0x00,0x10,0x70,0xdc,0x02,0x11,0xa0,0x73,0x02,0x03,0x70,0x01, +0x12,0xf9,0x05,0x00,0x01,0xb1,0x02,0x12,0x00,0xfc,0x02,0x12,0xa0,0x2a,0x00,0x70, +0xaf,0xfc,0x00,0x00,0x02,0x44,0x20,0xc2,0x02,0x10,0xfe,0x85,0x02,0xa0,0xf4,0x00, +0x2f,0xff,0x40,0x00,0x5d,0xff,0xff,0xd5,0xe5,0x00,0xb0,0xf5,0x00,0x05,0xff,0xfe, +0x00,0x0b,0xff,0xc0,0x00,0x8f,0x60,0x02,0x00,0x7d,0x00,0x62,0xf5,0x15,0xff,0xff, +0x80,0x03,0xea,0x04,0x01,0xbd,0x01,0x10,0xef,0x08,0x00,0x10,0xd0,0xe7,0x03,0x72, +0x1f,0xff,0xfa,0x22,0xaf,0xff,0xf1,0x16,0x02,0x80,0xe2,0x00,0x4f,0xff,0x30,0x07, +0xff,0xfc,0x61,0x02,0xf1,0x02,0x70,0x00,0x01,0x9f,0xff,0xff,0x91,0x00,0x0c,0xff, +0xa0,0x00,0xcf,0xff,0x60,0x00,0x06,0xe1,0x01,0x20,0x03,0x43,0x76,0x00,0x30,0xf2, +0x00,0x0f,0x01,0x03,0x15,0x2f,0xfb,0x02,0x20,0xcf,0xfa,0x20,0x01,0x01,0xf3,0x01, +0x14,0x20,0x25,0x02,0x12,0x20,0x20,0x00,0x12,0x0f,0x68,0x04,0x02,0x38,0x03,0x13, +0x02,0x25,0x00,0x02,0x91,0x01,0x10,0x05,0x4e,0x01,0x12,0x1f,0x25,0x00,0x13,0xf2, +0x3d,0x02,0x13,0xf8,0x45,0x00,0x02,0x2a,0x00,0x01,0xc3,0x02,0x10,0x10,0xbe,0x02, +0x10,0xf6,0x0a,0x00,0x17,0xc0,0xc8,0x01,0x53,0x7f,0xff,0xc0,0x00,0x0c,0xa8,0x02, +0x32,0x07,0xff,0xe1,0xa2,0x01,0x23,0x80,0x08,0xc7,0x01,0x03,0xc8,0x01,0x13,0x07, +0x4e,0x03,0x01,0x3f,0x01,0x13,0xfe,0xda,0x01,0x14,0xff,0x1f,0x03,0x13,0x1e,0xc8, +0x01,0x14,0x07,0xfb,0x02,0x43,0x00,0x03,0x77,0x70,0xd2,0x00,0x23,0x57,0x75,0x09, +0x00,0x36,0x03,0x67,0x53,0xd8,0x05,0x24,0x04,0xef,0x3b,0x03,0x01,0x31,0x05,0x04, +0xb2,0x02,0x02,0xfb,0x01,0x00,0x01,0x00,0x02,0x3e,0x02,0x00,0xbe,0x04,0x33,0xff, +0xc7,0x9f,0xc3,0x00,0x00,0xb5,0x01,0x33,0xf9,0x00,0x06,0xf6,0x00,0x00,0xdf,0x00, +0x10,0xf1,0xac,0x00,0x14,0x60,0x57,0x02,0x10,0xd0,0xed,0x00,0x14,0x70,0x1c,0x00, +0x10,0xd0,0x2a,0x00,0x14,0x50,0x55,0x03,0x55,0xf0,0x00,0x1e,0xff,0xff,0xd7,0x03, +0x35,0xf3,0x02,0xdf,0x62,0x00,0x55,0x8f,0xff,0xf9,0x5e,0xff,0x00,0x03,0x13,0x1f, +0x47,0x03,0x16,0x00,0xe4,0x00,0x04,0x39,0x03,0x01,0xdf,0x00,0x01,0xa7,0x03,0x30, +0xab,0xbb,0xb4,0x38,0x00,0x02,0x6d,0x00,0x10,0x04,0x87,0x00,0x14,0x0b,0x29,0x00, +0x10,0x0a,0x14,0x01,0x10,0xbf,0x0e,0x00,0x11,0xfc,0xd8,0x04,0x01,0x1a,0x07,0x21, +0xff,0xcf,0xdf,0x00,0xf0,0x02,0x6f,0xff,0xfe,0x00,0x0e,0xff,0xff,0xf5,0x0d,0xff, +0xff,0xfc,0x10,0x01,0xef,0xff,0xf7,0x47,0x02,0x10,0x70,0x31,0x02,0x50,0xd2,0x09, +0xff,0xff,0xe0,0x52,0x00,0x01,0xf1,0x00,0x11,0xfe,0xad,0x06,0x10,0xbf,0x9b,0x04, +0x11,0x04,0x0d,0x01,0x10,0xfb,0x48,0x02,0x12,0xff,0x0e,0x01,0x10,0xff,0xe2,0x01, +0x11,0xaf,0x04,0x01,0x31,0x03,0xef,0xff,0xb9,0x00,0x11,0x6f,0x7b,0x00,0x00,0xef, +0x06,0x40,0xff,0xfe,0x70,0x00,0x1e,0x07,0x32,0x73,0x13,0x6c,0x07,0x04,0x25,0xb5, +0x07,0xbe,0x05,0x01,0x8d,0x04,0x13,0xbf,0x0a,0x00,0x11,0xaa,0x32,0x06,0x12,0x09, +0x0d,0x00,0x31,0xe5,0x00,0x3b,0x94,0x04,0x10,0x3b,0x0d,0x00,0x70,0xc5,0x00,0x00, +0x00,0x39,0xef,0x90,0xd9,0x00,0x32,0x67,0x75,0x40,0xba,0x01,0x13,0x20,0x5b,0x07, +0x03,0x51,0x07,0x03,0x47,0x07,0x03,0x3d,0x07,0x03,0x33,0x07,0x03,0x29,0x07,0x03, +0x1f,0x07,0x03,0x15,0x07,0x11,0x30,0x53,0x04,0x21,0xe7,0x10,0x08,0x04,0x01,0x96, +0x05,0x10,0x60,0x7f,0x01,0x10,0xe0,0xca,0x00,0x10,0xf7,0x97,0x03,0x11,0xfe,0xab, +0x01,0x10,0x90,0xe7,0x02,0x20,0xf4,0x00,0x46,0x01,0x01,0xc9,0x01,0x10,0xa0,0x5c, +0x04,0x11,0xf5,0x0b,0x02,0x10,0x20,0x30,0x00,0x01,0xd9,0x02,0x00,0xac,0x03,0x01, +0x2b,0x00,0x10,0x4f,0x3b,0x00,0x11,0x05,0x4b,0x00,0x31,0x6f,0xff,0xf5,0x97,0x01, +0x10,0x40,0x8f,0x01,0x11,0xf3,0x5d,0x05,0x13,0x20,0x0b,0x00,0x02,0x16,0x00,0x01, +0x21,0x00,0x11,0x04,0x2c,0x00,0x01,0x72,0x00,0x02,0x5d,0x00,0x11,0x0e,0xf6,0x05, +0x10,0xaf,0x58,0x00,0x11,0x07,0x4a,0x01,0x11,0x3f,0x65,0x04,0x01,0xa5,0x01,0x11, +0x09,0xf9,0x02,0x02,0x11,0x00,0x01,0x5f,0x08,0x11,0x07,0x11,0x00,0x31,0x1f,0xff, +0xf9,0x2c,0x02,0x12,0xf1,0x1f,0x03,0x03,0x78,0x04,0x44,0x00,0x0d,0x92,0x00,0xdf, +0x02,0x00,0xc7,0x05,0x20,0xdf,0x30,0xaf,0x00,0x10,0xb0,0xa4,0x00,0x10,0xf4,0x6d, +0x03,0x11,0xfc,0xa9,0x00,0x13,0x40,0x4a,0x00,0x30,0x7f,0xff,0xf1,0xec,0x03,0x10, +0xf7,0xc3,0x03,0x13,0xfd,0xde,0x00,0x02,0x13,0x01,0x01,0xd8,0x00,0x30,0xdf,0xff, +0xd0,0x95,0x00,0x10,0xf1,0x67,0x00,0x10,0xf4,0x12,0x01,0x13,0xf5,0xec,0x00,0x30, +0x3f,0xff,0xf8,0x38,0x00,0x20,0xf9,0x00,0x65,0x04,0x00,0x05,0x00,0x13,0xfb,0x0a, +0x00,0x33,0x2f,0xff,0xf8,0xd8,0x00,0x12,0x4f,0xd8,0x03,0x13,0xf5,0xfd,0x00,0x01, +0x33,0x01,0x32,0xef,0xff,0xc0,0xac,0x00,0x10,0x05,0x4f,0x02,0x10,0x0a,0xc7,0x00, +0x33,0x0e,0xff,0xfb,0x5b,0x01,0x30,0x9f,0xff,0xe0,0x22,0x00,0x30,0x90,0x00,0x07, +0x86,0x00,0x10,0x0e,0x4e,0x00,0x10,0x6f,0x5a,0x02,0x10,0x9f,0x8a,0x00,0x36,0x02, +0x9e,0x10,0xab,0x03,0x14,0x07,0x1c,0x03,0x14,0x09,0x53,0x05,0x14,0x0a,0xaf,0x04, +0x11,0x0c,0x09,0x00,0xf3,0x04,0x03,0xb7,0x40,0x0e,0xff,0xf2,0x03,0x7a,0x60,0x08, +0xff,0xff,0xdf,0xff,0xfd,0xff,0xff,0xc0,0x0d,0x66,0x02,0x32,0xf1,0x05,0xcf,0x97, +0x06,0x40,0x70,0x00,0x03,0xaf,0x13,0x03,0x13,0x50,0xe0,0x03,0x14,0xb0,0x6b,0x03, +0x12,0xf3,0xff,0x03,0x10,0xfe,0x2e,0x03,0x00,0xdf,0x01,0x11,0x52,0x0f,0x01,0x00, +0xd9,0x05,0x10,0x4f,0xa1,0x00,0x70,0x02,0xcf,0x90,0x00,0x05,0xfe,0x40,0x5b,0x01, +0x42,0x00,0x00,0x00,0x51,0x76,0x00,0x23,0x13,0x33,0x00,0x04,0x00,0xb3,0x00,0x1f, +0xf0,0x0b,0x00,0x3e,0x15,0x7f,0x2f,0x03,0x1f,0xf0,0x0b,0x00,0x0e,0xbf,0x12,0x22, +0x22,0x22,0x8f,0xff,0xf2,0x22,0x22,0x22,0x20,0x8f,0x00,0x45,0x40,0x00,0x5c,0xec, +0x80,0xe2,0x03,0x60,0xa0,0x0e,0xff,0xff,0xff,0x31,0x82,0x04,0x10,0x0e,0xf6,0x03, +0x10,0x7f,0x04,0x0b,0x12,0x6d,0xf4,0x04,0x10,0xfc,0x2d,0x00,0x90,0x80,0x00,0x0d, +0xff,0xf3,0x00,0x0a,0xff,0xfa,0xa9,0x07,0x22,0x20,0x9f,0x9c,0x0b,0x80,0x40,0x00, +0x1f,0xfa,0x20,0x00,0x00,0x62,0xa6,0x01,0x10,0x33,0x01,0x00,0x11,0x0f,0x8f,0x01, +0x0e,0x06,0x00,0x30,0x00,0x00,0x20,0x9a,0x01,0x11,0xf8,0x3d,0x0b,0x10,0x00,0xa3, +0x08,0x00,0x9e,0x01,0x10,0x10,0xe4,0x00,0x10,0x0a,0xf5,0x04,0x75,0x1c,0xff,0xfc, +0x10,0x00,0x04,0x74,0x87,0x05,0x12,0x40,0x40,0x06,0x12,0xf0,0x0a,0x0a,0x13,0xfc, +0xb1,0x00,0x12,0x80,0x1e,0x02,0x13,0xf4,0x74,0x05,0x08,0x51,0x08,0x3f,0x06,0xff, +0xf8,0x3b,0x00,0x6a,0x19,0x30,0x3b,0x00,0x13,0xfb,0x3b,0x00,0x12,0x70,0x3b,0x00, +0x1a,0xf3,0x3b,0x00,0x12,0xb0,0x3b,0x00,0x1f,0xf7,0x3b,0x00,0x25,0x35,0x02,0x77, +0x74,0x3e,0x03,0x33,0x35,0x76,0x41,0xe3,0x09,0x41,0xdf,0xff,0xff,0xfa,0x26,0x02, +0x11,0x1b,0x3c,0x02,0x13,0x60,0x4c,0x0a,0x02,0x19,0x0a,0x03,0x8a,0x05,0x02,0xb0, +0x07,0x31,0xfe,0x51,0x29,0x69,0x06,0x10,0xaf,0x10,0x00,0x10,0x09,0x25,0x03,0x11, +0x0f,0x73,0x04,0x00,0x06,0x00,0x01,0x5f,0x0d,0x00,0x33,0x03,0x31,0xfd,0x00,0x9f, +0x3e,0x05,0x00,0x11,0x00,0x11,0x0c,0x52,0x03,0x00,0x6d,0x0d,0x42,0x40,0xef,0xff, +0xf8,0xff,0x06,0x21,0xf7,0x0f,0x9f,0x06,0x00,0x71,0x06,0x13,0x91,0x68,0x0a,0x41, +0xdf,0xff,0xfa,0x2f,0x13,0x07,0x00,0x79,0x00,0x11,0xb3,0x28,0x0b,0x00,0x59,0x06, +0x25,0xfc,0x3f,0x15,0x00,0x13,0xc2,0x15,0x00,0x42,0xdf,0xff,0xfb,0x1f,0xa3,0x00, +0x43,0x0d,0xff,0xff,0xa0,0x8e,0x07,0x41,0xef,0xff,0xf9,0x0e,0xa9,0x04,0x10,0x00, +0x5b,0x00,0x32,0xbf,0xff,0xfb,0xb3,0x03,0x21,0xf4,0x08,0xd1,0x0a,0x00,0xa4,0x02, +0x20,0x10,0x3f,0x4e,0x05,0x00,0x6b,0x04,0x10,0xc0,0x2e,0x00,0x01,0x2b,0x05,0x10, +0xf7,0xf1,0x03,0x12,0xf3,0xcd,0x00,0x00,0xf3,0x03,0x31,0xe6,0x23,0xaf,0x45,0x00, +0x03,0x46,0x03,0x00,0x70,0x08,0x01,0x33,0x0b,0x02,0xc0,0x01,0x01,0x0b,0x00,0x01, +0xa8,0x09,0x00,0x87,0x09,0x23,0xff,0xa2,0x06,0x0e,0x23,0x57,0x64,0x91,0x04,0x13, +0x3a,0x85,0x08,0x22,0x05,0xbf,0x5b,0x0b,0x24,0x06,0xcf,0x98,0x08,0x12,0xbf,0xe1, +0x06,0x01,0x45,0x06,0x0c,0x13,0x00,0x44,0x02,0x33,0x33,0x7f,0xbe,0x08,0x14,0x05, +0x94,0x0b,0x2f,0x00,0x5f,0x13,0x00,0x8a,0xb4,0x08,0xcc,0xcc,0xcd,0xff,0xff,0xfe, +0xcc,0xcc,0xc0,0xbf,0x6f,0x04,0x24,0x1b,0xff,0x58,0x05,0x1e,0xbf,0x13,0x00,0x00, +0xe3,0x03,0x22,0x57,0x75,0x35,0x0a,0x01,0x6d,0x05,0x14,0xd6,0x6e,0x0c,0x02,0xbb, +0x0c,0x12,0x1d,0x28,0x00,0x43,0xfe,0x10,0x00,0x2e,0x33,0x00,0x10,0xfb,0xac,0x0a, +0x40,0xfd,0x73,0x36,0xdf,0x7c,0x01,0x32,0x02,0xef,0xf9,0x7f,0x01,0x42,0xa0,0x00, +0x02,0xe7,0x4f,0x09,0x24,0xfe,0x00,0x67,0x0b,0x05,0x95,0x04,0x15,0x8f,0x97,0x0a, +0x12,0x08,0x73,0x00,0x03,0xb4,0x01,0x03,0x0a,0x00,0x15,0x0e,0x48,0x09,0x16,0x04, +0xc2,0x09,0x14,0xcf,0x4a,0x0a,0x25,0x00,0x5f,0x4f,0x0d,0x12,0x1e,0xc6,0x02,0x02, +0x30,0x09,0x15,0xf9,0x04,0x0d,0x24,0xfe,0x10,0x3d,0x00,0x25,0xff,0x30,0x63,0x0d, +0x15,0x70,0x0a,0x00,0x12,0xb0,0xe9,0x09,0x14,0xdf,0x93,0x09,0x00,0x0a,0x00,0x15, +0xe1,0x0a,0x00,0x15,0xe2,0x28,0x00,0x02,0x0a,0x00,0x00,0x1e,0x09,0x20,0xfd,0xbd, +0x23,0x09,0x16,0x82,0x01,0x09,0x15,0x4f,0x0b,0x00,0x1e,0x84,0x15,0x00,0x02,0x8b, +0x01,0x46,0x04,0x57,0x76,0x30,0x46,0x01,0x10,0xfa,0x0c,0x00,0x15,0x2b,0x1e,0x00, +0x14,0x4e,0x72,0x0d,0x04,0x58,0x0e,0x00,0x3b,0x03,0x61,0x1e,0xff,0xfe,0x84,0x24, +0x9f,0x46,0x05,0x21,0x3f,0xf9,0xe8,0x00,0x00,0xde,0x00,0x13,0x56,0xfd,0x00,0x14, +0x40,0x3e,0x07,0x04,0xc9,0x0c,0x03,0x7f,0x0e,0x03,0x4d,0x0e,0x24,0xf1,0x00,0xff, +0x01,0x15,0xfc,0x0a,0x00,0x01,0x1f,0x00,0x33,0x03,0x46,0x9d,0x27,0x04,0x01,0xc9, +0x02,0x23,0xfe,0x50,0x8c,0x01,0x04,0xa8,0x0e,0x10,0xbf,0xd9,0x01,0x14,0x60,0x15, +0x00,0x04,0x5b,0x01,0x35,0x13,0x6a,0xff,0x85,0x01,0x24,0x02,0xdf,0x1d,0x0b,0x08, +0xcf,0x01,0x06,0x74,0x00,0x01,0x89,0x00,0x14,0x01,0xe4,0x01,0x33,0xf4,0x00,0xcb, +0x2a,0x00,0x30,0xff,0x20,0x8f,0x6e,0x00,0xb0,0x01,0xcf,0xff,0xff,0xe0,0x4f,0xff, +0xff,0xe9,0x65,0x7a,0x26,0x01,0x05,0x6e,0x0e,0x24,0xfd,0x00,0x0b,0x00,0x21,0xfe, +0x20,0xda,0x0e,0x00,0x94,0x00,0x50,0x20,0x00,0x00,0x01,0x7c,0x0a,0x00,0x12,0xb4, +0x70,0x00,0x35,0x45,0x77,0x64,0x04,0x05,0x16,0x06,0xf3,0x0e,0x26,0x01,0xef,0x89, +0x00,0x16,0x9f,0x17,0x00,0x10,0x3f,0x4d,0x00,0x05,0x9f,0x00,0x04,0x17,0x00,0x10, +0x06,0x50,0x08,0x14,0xfe,0x38,0x00,0x14,0xf6,0x17,0x00,0x30,0x9f,0xff,0xf8,0x4a, +0x0b,0x03,0x38,0x00,0x12,0x17,0x17,0x00,0x00,0x38,0x00,0x43,0x90,0x7f,0xff,0xfe, +0x38,0x00,0x13,0xf1,0x95,0x04,0x01,0x66,0x0b,0x12,0x8f,0x17,0x00,0x00,0x34,0x05, +0x03,0x17,0x00,0x10,0x3f,0x63,0x01,0x02,0x17,0x00,0x10,0x0c,0x3a,0x01,0x02,0x17, +0x00,0x11,0x06,0x1a,0x01,0x02,0x17,0x00,0x00,0x38,0x00,0x03,0x17,0x00,0x00,0x38, +0x00,0x03,0x17,0x00,0x16,0x1f,0x4c,0x0b,0x16,0x62,0x0b,0x00,0x2f,0xf6,0x2f,0x17, +0x00,0x03,0x20,0x17,0x77,0x01,0x00,0x64,0x7c,0xff,0xff,0xf7,0x77,0x30,0x40,0x03, +0x04,0xfd,0x00,0x04,0x8a,0x00,0x0f,0x17,0x00,0x26,0x04,0x64,0x09,0x01,0xe9,0x09, +0x02,0x01,0x00,0x01,0x81,0x03,0x04,0x15,0x00,0x04,0x86,0x00,0x01,0xae,0x05,0x60, +0xfe,0xee,0xee,0xee,0xee,0xe0,0xdc,0x01,0x15,0xf3,0xe8,0x0f,0x04,0xca,0x03,0x16, +0x03,0x10,0x02,0x15,0x4f,0xca,0x03,0x16,0x04,0x70,0x00,0x63,0x5f,0xff,0xfc,0x00, +0x12,0x10,0x58,0x01,0x56,0xda,0xff,0xff,0xfb,0x40,0x25,0x09,0x14,0xc2,0xaf,0x0d, +0x01,0x75,0x03,0x12,0x8f,0x0b,0x00,0x00,0x27,0x0a,0x52,0x8f,0xfc,0x52,0x02,0x6e, +0xbf,0x02,0x51,0x35,0x00,0x00,0x00,0x1c,0x1d,0x03,0x04,0xb3,0x01,0x04,0x6f,0x00, +0x09,0x1d,0x03,0x16,0xf5,0x63,0x04,0x15,0x50,0x1b,0x04,0x33,0xf4,0x00,0x10,0x60, +0x07,0x43,0xff,0x20,0x0c,0xb1,0x9e,0x09,0x42,0xd0,0x08,0xff,0xe4,0x66,0x03,0x80, +0xf8,0x04,0xff,0xff,0xfd,0x86,0x58,0xcf,0xab,0x08,0x05,0x13,0x05,0x36,0x60,0x00, +0xbf,0xce,0x03,0x14,0x6e,0x14,0x00,0x03,0x2b,0x06,0x22,0xe8,0x10,0x26,0x03,0x04, +0xe4,0x03,0x01,0xe7,0x0c,0x03,0x5d,0x06,0x23,0x3b,0xff,0xdd,0x00,0x12,0x09,0xd3, +0x02,0x24,0x10,0x00,0x4a,0x00,0x12,0xe2,0x09,0x0e,0x01,0xe3,0x0d,0x10,0x5f,0x7f, +0x11,0x61,0x58,0xef,0xfe,0x20,0x00,0xef,0xaa,0x00,0x43,0x1b,0xf3,0x00,0x05,0xdb, +0x03,0x10,0x20,0x4d,0x02,0x15,0xc0,0x48,0x0e,0x15,0x50,0xf6,0x04,0x05,0xdb,0x00, +0x15,0xfc,0x82,0x0e,0x60,0xf9,0x00,0x39,0xdf,0xec,0x82,0x6a,0x07,0x22,0xf7,0x1a, +0xac,0x00,0x51,0xef,0xff,0xf8,0xdf,0xff,0x62,0x0e,0x15,0xff,0xcb,0x00,0x00,0x05, +0x00,0x20,0x94,0x36,0x88,0x03,0x41,0xef,0xff,0xff,0xe3,0x13,0x01,0x20,0xf5,0xdf, +0xba,0x01,0x00,0xcb,0x01,0x42,0xf9,0xdf,0xff,0xf8,0x4d,0x00,0x43,0xfc,0xbf,0xff, +0xfa,0xe2,0x02,0x33,0x7f,0xff,0xfd,0x24,0x02,0x12,0x4f,0x78,0x05,0x11,0x9f,0xe3, +0x09,0x11,0x60,0x6f,0x01,0x21,0xfb,0x0a,0x9d,0x01,0x00,0x96,0x07,0x10,0x03,0x6f, +0x06,0x00,0x50,0x00,0x10,0xf3,0xe5,0x00,0x30,0xa3,0x02,0xaf,0x5f,0x05,0x04,0xdf, +0x02,0x14,0x30,0x40,0x13,0x00,0xd7,0x00,0x34,0x3e,0xff,0xff,0xbd,0x12,0x16,0x8e, +0x93,0x07,0x20,0x36,0x76,0x2a,0x01,0x05,0xaa,0x00,0x1f,0xfa,0x0a,0x00,0x0a,0x21, +0xf9,0xee,0x01,0x00,0x14,0xef,0xaf,0x05,0x00,0x69,0x00,0x14,0x40,0x0a,0x01,0x15, +0xf8,0x25,0x04,0x15,0xd0,0x46,0x06,0x05,0x2f,0x03,0x15,0xfa,0xbf,0x04,0x15,0xf2, +0x2a,0x02,0x15,0xa0,0x44,0x00,0x14,0x30,0xd0,0x11,0x04,0x5d,0x02,0x05,0xd6,0x0f, +0x00,0xd1,0x15,0x0c,0x3a,0x03,0x15,0x0c,0x64,0x10,0x03,0x1b,0x09,0x04,0x09,0x04, +0x04,0xe2,0x13,0x15,0x20,0x98,0x04,0x05,0x4f,0x00,0x04,0x81,0x03,0x05,0x9e,0x05, +0x15,0x01,0x80,0x05,0x15,0x03,0xb4,0x13,0x18,0x05,0xc4,0x06,0x15,0xf8,0x2c,0x10, +0x15,0xf7,0x81,0x00,0x14,0xf6,0x6c,0x02,0x33,0x36,0x77,0x52,0x1f,0x00,0x14,0xef, +0xd2,0x05,0x11,0x4d,0x22,0x01,0x14,0xb1,0x4f,0x13,0x00,0xdc,0x06,0x00,0x02,0x01, +0x21,0xfe,0xbc,0x66,0x06,0x10,0x06,0x47,0x00,0x11,0x01,0x62,0x07,0x02,0x71,0x09, +0x51,0xdf,0xff,0xf5,0x00,0x0d,0xd0,0x01,0x10,0x07,0xc5,0x00,0x31,0xef,0xff,0xf4, +0x3a,0x00,0x10,0xf8,0xde,0x00,0x13,0x70,0xeb,0x0e,0x13,0xaf,0xb1,0x04,0x10,0xf3, +0x0f,0x00,0x12,0xfb,0x6e,0x0e,0x00,0x35,0x00,0x22,0xfd,0x40,0x12,0x11,0x00,0xaf, +0x04,0x12,0xc7,0xca,0x09,0x16,0x4f,0x3b,0x06,0x14,0x4f,0x8f,0x09,0x21,0x00,0x5e, +0x15,0x00,0x11,0xe4,0x5a,0x01,0x22,0xf9,0xbf,0x91,0x09,0x51,0x6f,0xff,0xf9,0x00, +0x29,0xb1,0x0d,0x11,0x1f,0xca,0x0f,0x51,0xdf,0xff,0xff,0xb0,0x08,0x88,0x00,0x00, +0x7c,0x07,0x42,0x30,0xdf,0xff,0xf2,0x13,0x01,0x22,0xf6,0x0f,0x3e,0x01,0x11,0x0f, +0x77,0x0a,0x13,0xf1,0x77,0x0a,0x11,0x0f,0x41,0x02,0x00,0x15,0x00,0x21,0x90,0xdf, +0x9d,0x00,0x00,0x93,0x17,0x10,0x07,0x92,0x00,0x01,0x1d,0x06,0x10,0x10,0xcd,0x04, +0x21,0xeb,0xce,0x51,0x11,0x03,0x9e,0x08,0x00,0x94,0x00,0x16,0x2c,0x95,0x07,0x01, +0x49,0x0e,0x12,0xf9,0xa1,0x01,0x44,0x14,0x67,0x76,0x30,0x18,0x0a,0x35,0x65,0x10, +0x00,0x2d,0x0a,0x11,0xc4,0xa0,0x01,0x12,0xbf,0x44,0x03,0x01,0x78,0x00,0x04,0x87, +0x11,0x13,0xaf,0x91,0x02,0x01,0xf0,0x01,0x30,0xe5,0x11,0x5e,0x59,0x04,0x11,0x0b, +0x22,0x02,0x10,0x1d,0x76,0x02,0x02,0xbf,0x01,0x00,0xbc,0x0a,0x03,0x0f,0x02,0x32, +0xcf,0xff,0xf9,0x68,0x0b,0x00,0x65,0x01,0x43,0xd0,0x6f,0xff,0xff,0x2b,0x02,0x12, +0x15,0xd2,0x00,0x12,0x01,0xfd,0x10,0x12,0x30,0xd2,0x00,0x11,0x61,0x3f,0x00,0x00, +0x4b,0x03,0x21,0xf7,0x0d,0xc6,0x0a,0x10,0x09,0xb4,0x00,0x61,0x6f,0xff,0xff,0xf9, +0x54,0x6d,0x80,0x0a,0x14,0xdf,0x07,0x03,0x00,0xeb,0x11,0x00,0x55,0x03,0x60,0xef, +0xff,0xf6,0x00,0x02,0xcf,0x79,0x11,0x02,0x18,0x01,0x40,0x5a,0xdf,0xfc,0x71,0x54, +0x00,0x0d,0x86,0x05,0x14,0x08,0x14,0x03,0x00,0xcd,0x00,0x16,0xf9,0x1f,0x00,0x11, +0x40,0xaf,0x0d,0x21,0x00,0x0d,0x1f,0x00,0x21,0x9f,0x60,0x60,0x05,0x10,0xf6,0xae, +0x01,0x31,0xd8,0x56,0x9e,0xf2,0x00,0x15,0x5f,0xc9,0x03,0x16,0x07,0xbc,0x17,0x21, +0x05,0xef,0xbe,0x07,0x01,0x3c,0x01,0x10,0x7d,0x0c,0x05,0x03,0x45,0x01,0x32,0x56, +0x75,0x30,0x69,0x0e,0x20,0xfc,0x50,0x39,0x00,0x10,0x50,0x7e,0x02,0x10,0x01,0x53, +0x0a,0x00,0x1b,0x0e,0x00,0xa5,0x05,0xaf,0xc0,0x02,0xef,0xff,0xe2,0x00,0x01,0x79, +0x71,0x00,0x01,0x00,0x0a,0x0f,0x42,0x0e,0x15,0x0f,0x68,0x00,0x2d,0x00,0x0f,0x02, +0x21,0xce,0xc8,0x34,0x17,0x00,0x84,0x05,0x20,0xf3,0x1f,0x2e,0x02,0x50,0xef,0xff, +0xff,0xfc,0x07,0x76,0x00,0x11,0x06,0x61,0x02,0x00,0x00,0x0e,0x01,0xfd,0x0d,0xb1, +0xdf,0xff,0x30,0x00,0xaf,0xff,0xa0,0x03,0xcf,0xff,0xf2,0x65,0x06,0x50,0x7f,0xff, +0xf4,0x00,0x01,0xc5,0x04,0x2f,0x06,0x20,0x5c,0x00,0x04,0x24,0x17,0xd0,0x0a,0x00, +0x14,0x5b,0xf8,0x0a,0x24,0x02,0x8e,0x03,0x0b,0x01,0x45,0x06,0x13,0xf0,0x8a,0x0c, +0x02,0xa9,0x08,0x21,0x01,0x7d,0x0a,0x00,0x42,0xa4,0x00,0x00,0x04,0x7c,0x02,0x51, +0x50,0x00,0x00,0x18,0xef,0x7d,0x13,0x04,0x4f,0x10,0x33,0xfc,0x61,0x00,0x0b,0x00, +0x34,0xd7,0x10,0x00,0x0b,0x00,0x13,0xfa,0x79,0x04,0x01,0xb7,0x13,0x16,0x93,0x5e, +0x00,0x33,0xff,0xd8,0x20,0x74,0x00,0x00,0xae,0x01,0x13,0x72,0x8a,0x00,0x10,0xff, +0xb4,0x03,0x11,0x20,0xa0,0x00,0x13,0xdf,0xe2,0x07,0x00,0xbc,0x06,0x25,0xaf,0xff, +0x9d,0x0b,0x25,0x01,0x6c,0xa8,0x0b,0x00,0xc2,0x13,0x16,0xf0,0x2d,0x01,0x1f,0xb0, +0xd3,0x10,0x19,0x24,0x13,0x33,0x01,0x00,0x2f,0x30,0x00,0x01,0x00,0x23,0x0f,0x6e, +0x00,0x2f,0x26,0x7b,0x50,0x4d,0x00,0x27,0xfe,0x82,0x58,0x00,0x17,0xc6,0x63,0x00, +0x23,0xf9,0x30,0xb8,0x05,0x00,0x27,0x01,0x11,0x71,0x02,0x01,0x13,0x7c,0x8a,0x01, +0x00,0x01,0x00,0x11,0x27,0x4c,0x01,0x12,0xe8,0x4c,0x01,0x11,0x7d,0x0a,0x04,0x02, +0x56,0x00,0x26,0x38,0xef,0x34,0x01,0x25,0x04,0x9f,0x0b,0x00,0x24,0x16,0xcf,0x0b, +0x00,0x14,0x5b,0x60,0x01,0x33,0x05,0xaf,0xff,0x68,0x00,0x01,0x4a,0x19,0x00,0x7e, +0x00,0x21,0x04,0x9e,0xf8,0x0a,0x14,0x82,0xe7,0x00,0x24,0xfb,0x50,0x8f,0x00,0x24, +0xd7,0x10,0x9a,0x00,0x14,0xa4,0xa5,0x00,0x24,0xfc,0x61,0xbb,0x00,0x18,0x69,0xde, +0x00,0x62,0x03,0x9c,0xef,0xda,0x81,0x00,0x44,0x05,0x01,0xb5,0x05,0x13,0x8f,0x8f, +0x0d,0x14,0x09,0xb8,0x08,0x51,0x09,0xff,0xff,0xfe,0xce,0x85,0x00,0x50,0x8f,0xfc, +0x30,0x00,0x5f,0x1b,0x04,0x27,0x07,0xa0,0x54,0x06,0x15,0x02,0x83,0x1a,0x04,0x5c, +0x06,0x14,0x07,0xda,0x09,0x14,0x1e,0x33,0x04,0x13,0xbf,0xda,0x06,0x14,0x09,0x2c, +0x00,0x23,0x6f,0xff,0x9e,0x10,0x04,0xe0,0x16,0x14,0x0c,0x24,0x07,0x14,0x4f,0x27, +0x0c,0x02,0x39,0x06,0x04,0xfe,0x0a,0x02,0x09,0x00,0x03,0x96,0x04,0x3f,0xcd,0xdd, +0xd3,0xf9,0x03,0x09,0x03,0x62,0x00,0x14,0xa0,0x10,0x07,0x15,0xfa,0xcc,0x0b,0x13, +0x10,0x0e,0x06,0x02,0x8e,0x00,0x11,0x0d,0xe4,0x10,0x02,0xdb,0x04,0x14,0xfc,0x02, +0x08,0x13,0xd2,0x8d,0x01,0x18,0x75,0x55,0x00,0x49,0x23,0x56,0x76,0x43,0x66,0x00, +0x26,0x49,0xef,0xcf,0x1a,0x05,0x44,0x07,0x12,0xff,0xf4,0x16,0x03,0x01,0x00,0x15, +0x6e,0x59,0x02,0x16,0xd2,0x9c,0x0e,0x51,0xfe,0x96,0x42,0x34,0x59,0xe4,0x0e,0x04, +0x14,0x0d,0x14,0xa3,0xef,0x09,0x13,0xf3,0x32,0x0e,0x25,0xfc,0x30,0xf6,0x0a,0x01, +0x01,0x07,0x03,0x59,0x09,0x03,0x1e,0x00,0x11,0xb0,0xa5,0x00,0x16,0xf6,0xc0,0x01, +0x01,0xfb,0x05,0x15,0x7f,0xe1,0x0e,0x01,0xce,0x00,0x10,0xfb,0xb6,0x07,0x04,0xc4, +0x1b,0x02,0x9f,0x08,0x32,0xf1,0x00,0x08,0x40,0x08,0x60,0x4a,0xdf,0xd7,0x03,0xaa, +0xa3,0x59,0x08,0x12,0x50,0xaf,0x18,0x00,0xa5,0x06,0xc3,0xf9,0x9f,0xff,0x30,0x00, +0x04,0xff,0xfa,0x00,0x6f,0xff,0xd0,0x4c,0x1c,0x01,0x76,0x02,0x62,0x1f,0xff,0xc0, +0x0b,0xff,0xf6,0x2a,0x0d,0x12,0xef,0x25,0x01,0x22,0xef,0xfe,0x0f,0x1a,0x51,0xaf, +0xff,0xfb,0x20,0x09,0xb8,0x07,0x60,0x0d,0xff,0xf0,0x4f,0xff,0xd0,0x94,0x06,0x10, +0xfb,0x5d,0x01,0x11,0xf6,0xb4,0x06,0x10,0x06,0x23,0x06,0x01,0xe7,0x15,0x10,0x02, +0x2f,0x00,0x00,0xb3,0x12,0x35,0x8f,0xff,0x70,0x60,0x17,0x10,0xf0,0xc7,0x08,0x11, +0xfd,0x64,0x1f,0x30,0x3f,0xff,0xf4,0xb4,0x00,0x12,0xfc,0xb3,0x12,0x30,0xbf,0xff, +0x40,0xb3,0x01,0x01,0xef,0x0a,0x11,0x80,0xe1,0x1e,0x33,0x0b,0xff,0xf4,0x80,0x14, +0x31,0x0e,0xff,0xf6,0x06,0x02,0x40,0x20,0xaf,0xff,0x50,0x1f,0x01,0x12,0x30,0xd0, +0x16,0x00,0x35,0x1a,0x30,0x09,0xff,0xf7,0x3f,0x00,0x31,0xfc,0x10,0x07,0x85,0x02, +0x11,0x4f,0x09,0x20,0x11,0x90,0x77,0x07,0x00,0xbc,0x02,0x52,0xe3,0x02,0x8f,0xff, +0xf9,0x59,0x1b,0x11,0x04,0x47,0x03,0x13,0xef,0x8e,0x07,0x13,0x0f,0x9e,0x17,0x43, +0xff,0xf7,0x07,0xff,0xce,0x0e,0x10,0xbf,0x39,0x02,0x41,0x03,0xad,0xfd,0x82,0x03, +0x03,0x12,0xe5,0x20,0x08,0x14,0x30,0x82,0x01,0x23,0x79,0xa8,0x3b,0x02,0x1c,0xfc, +0x79,0x02,0x3b,0x5f,0xff,0xfb,0x13,0x00,0x00,0x26,0x09,0x07,0xbc,0x16,0x03,0x1c, +0x10,0x02,0x6a,0x09,0x03,0x8f,0x18,0x03,0x86,0x0e,0x20,0xe7,0x30,0x27,0x05,0x15, +0xfe,0x26,0x00,0x01,0x4f,0x0f,0x37,0xba,0xce,0xff,0xe9,0x01,0x36,0x7e,0xff,0xff, +0x4d,0x1d,0x06,0xc6,0x13,0x08,0x73,0x02,0x00,0x01,0x00,0x68,0x26,0xac,0xdf,0xfe, +0xda,0x83,0x73,0x00,0x27,0xdf,0xff,0x1d,0x02,0x16,0x2f,0x91,0x0f,0x03,0x48,0x1b, +0x05,0xa1,0x00,0x13,0xcf,0x63,0x0b,0x03,0x31,0x02,0x15,0xfe,0x6a,0x00,0x00,0x00, +0x01,0x03,0x77,0x08,0x02,0xd5,0x00,0x24,0xf1,0xcf,0x21,0x0d,0x00,0x80,0x09,0x14, +0x07,0x05,0x0b,0x00,0x8e,0x01,0x27,0x90,0x3f,0x1f,0x1b,0x24,0xf5,0x00,0x48,0x08, +0x00,0x74,0x03,0x22,0x10,0x0b,0xe6,0x09,0x01,0x28,0x00,0x23,0xd0,0x00,0x1f,0x0f, +0x02,0x47,0x1b,0x14,0x03,0x32,0x04,0x10,0x0e,0x84,0x08,0x13,0x0e,0x87,0x12,0x11, +0x04,0xe2,0x08,0x13,0xaf,0x29,0x00,0x01,0xfa,0x0e,0x13,0x06,0x29,0x00,0x02,0xfc, +0x13,0x12,0x2f,0x29,0x00,0x12,0x03,0xb1,0x0d,0x14,0xef,0x6e,0x0c,0x05,0x65,0x1f, +0x06,0x99,0x0e,0x01,0xdb,0x04,0x15,0x02,0x0d,0x00,0x19,0xfc,0x1a,0x06,0x11,0xf1, +0x1d,0x04,0x60,0xf9,0x99,0x99,0x99,0x99,0xcf,0x13,0x03,0x13,0x01,0x33,0x04,0x11, +0x03,0x11,0x02,0x13,0x6f,0x91,0x04,0x13,0x0f,0x5b,0x1b,0x14,0xf1,0xcc,0x03,0x00, +0x40,0x03,0x16,0xfd,0x32,0x1f,0x05,0x3d,0x13,0x12,0x1f,0x66,0x08,0x15,0xf4,0x7f, +0x01,0x11,0x50,0xfa,0x0e,0x03,0x69,0x04,0x21,0xfa,0x5f,0xb4,0x01,0x32,0xdb,0xa6, +0x10,0x5e,0x11,0x01,0x01,0x00,0x16,0xa1,0x26,0x09,0x26,0xff,0xe3,0x17,0x00,0x20, +0xff,0xe1,0x17,0x00,0x40,0xc8,0x88,0x9a,0xdf,0x89,0x05,0x03,0x95,0x13,0x10,0x3d, +0x9e,0x10,0x02,0x6d,0x00,0x00,0x01,0x01,0x14,0xf0,0xac,0x13,0x00,0xdb,0x12,0x03, +0x17,0x00,0x19,0x0a,0x17,0x00,0x05,0x2e,0x00,0x19,0x3f,0x45,0x00,0x01,0x84,0x20, +0x40,0xb6,0x66,0x79,0xcf,0x3e,0x01,0x05,0x73,0x00,0x16,0xe6,0x8a,0x00,0x27,0xf8, +0x10,0x8a,0x00,0x16,0x80,0xa1,0x00,0x22,0xff,0xc0,0x45,0x00,0x20,0x12,0x4a,0x18, +0x00,0x15,0x5f,0x84,0x01,0x23,0xff,0x25,0x73,0x00,0x00,0x50,0x0b,0x03,0x0e,0x01, +0x00,0x74,0x00,0x13,0x85,0x17,0x00,0x12,0x02,0xfd,0x00,0x13,0x80,0x00,0x06,0x04, +0x17,0x00,0x16,0x1d,0x2e,0x00,0x21,0x4d,0xff,0xd7,0x0a,0x50,0xfc,0x88,0x89,0xab, +0xef,0x72,0x0c,0x06,0x73,0x00,0x16,0xd0,0x8a,0x00,0x15,0xc1,0x8a,0x00,0x23,0xfe, +0x60,0xa1,0x00,0x35,0xfe,0xdb,0x83,0x41,0x0f,0x34,0x57,0x64,0x20,0x32,0x09,0x00, +0x8c,0x07,0x26,0x81,0x00,0xd8,0x0c,0x25,0xfe,0x60,0x3d,0x1e,0x02,0xe2,0x01,0x16, +0x9f,0x37,0x13,0x10,0x06,0x07,0x00,0x21,0xca,0xac,0x3f,0x0b,0x20,0x3f,0xff,0x23, +0x1f,0x20,0x00,0x1a,0x2a,0x03,0x13,0xcf,0xc9,0x01,0x21,0x6d,0x10,0x3a,0x04,0x16, +0x50,0x87,0x14,0x05,0xee,0x03,0x16,0x0f,0xc9,0x10,0x00,0xbe,0x06,0x16,0xd0,0x1b, +0x11,0x03,0xf0,0x02,0x02,0x2f,0x02,0x03,0xfd,0x12,0x06,0x0d,0x07,0x03,0xb5,0x01, +0x17,0x30,0xa9,0x03,0x1e,0x30,0x24,0x00,0x0a,0x3c,0x00,0x17,0x9f,0x54,0x00,0x17, +0x5f,0x6c,0x00,0x15,0x1f,0x63,0x0e,0x01,0xf4,0x02,0x18,0xfa,0xee,0x12,0x11,0x40, +0x7d,0x01,0x11,0x20,0xb9,0x10,0x01,0xa9,0x00,0x22,0x3e,0xd1,0xaa,0x08,0x63,0x81, +0x00,0x00,0x29,0xff,0xfc,0x59,0x1e,0x33,0xca,0xbd,0xff,0xf9,0x1b,0x06,0x68,0x04, +0x15,0x0b,0x9d,0x15,0x06,0x81,0x04,0x11,0x70,0xa1,0x04,0x16,0x7d,0x5c,0x01,0x00, +0x04,0x0d,0x33,0x65,0x20,0x00,0x38,0x02,0x33,0xdc,0xa6,0x20,0x9c,0x00,0x05,0xe6, +0x08,0x14,0x5f,0xab,0x13,0x17,0x20,0xe6,0x02,0x11,0xf4,0x0c,0x00,0x32,0xeb,0xbc, +0xef,0x1a,0x0c,0x01,0x01,0x02,0x24,0x01,0x7e,0xf3,0x02,0x12,0x80,0xf7,0x00,0x14, +0xf8,0x0c,0x00,0x26,0x0b,0xff,0xdd,0x02,0x10,0x01,0x8c,0x10,0x03,0x48,0x02,0x00, +0x64,0x01,0x17,0xb0,0x6b,0x02,0x13,0xe0,0x0c,0x00,0x00,0x94,0x01,0x13,0xf2,0x0c, +0x00,0x00,0xdc,0x03,0x14,0xf3,0x0c,0x00,0x00,0x5b,0x14,0x04,0x0c,0x00,0x17,0x0a, +0xa7,0x02,0x00,0xcc,0x10,0x0f,0x24,0x00,0x01,0x17,0x0d,0x3c,0x00,0x00,0x01,0x04, +0x04,0x0c,0x00,0x17,0x4f,0x6c,0x00,0x00,0xa8,0x16,0x03,0x0c,0x00,0x10,0x02,0x23, +0x02,0x03,0x0c,0x00,0x16,0x0c,0xa8,0x03,0x00,0xbd,0x14,0x12,0xf7,0x0c,0x00,0x20, +0x03,0x8f,0x94,0x12,0x00,0x0c,0x00,0x23,0xec,0xcd,0xb6,0x14,0x07,0xfa,0x03,0x04, +0x0c,0x00,0x00,0x9f,0x0c,0x0e,0x44,0x01,0x18,0xed,0x5c,0x01,0x00,0x88,0x03,0x0f, +0x0a,0x00,0x0e,0x11,0xfe,0xeb,0x10,0x15,0xb0,0x9b,0x04,0x1f,0x00,0x0a,0x00,0x2c, +0x03,0x67,0x0c,0x15,0x5f,0xda,0x13,0x0f,0x0a,0x00,0x0e,0x0f,0x78,0x00,0x33,0x0b, +0x82,0x00,0x2f,0xff,0xf3,0x0a,0x00,0x1e,0x15,0xd5,0x31,0x16,0x0f,0x13,0x00,0x03, +0x02,0x2a,0x01,0x1f,0xc5,0x44,0x19,0x3b,0x02,0x01,0x00,0x25,0x10,0x5f,0x82,0x1e, +0x0f,0x13,0x00,0x0c,0x0f,0xdc,0x19,0x5c,0x02,0x41,0x0a,0x33,0x56,0x75,0x41,0x0b, +0x00,0x22,0x4a,0xef,0x58,0x0c,0x03,0x7f,0x14,0x06,0xfe,0x08,0x04,0x67,0x18,0x06, +0x5c,0x07,0x12,0xf4,0x17,0x00,0x30,0xeb,0x9b,0xdf,0x57,0x00,0x00,0x56,0x08,0x61, +0xb3,0x00,0x00,0x02,0xbf,0xfa,0xba,0x04,0x11,0xf6,0x7a,0x04,0x11,0xb0,0x14,0x06, +0x16,0x70,0x31,0x05,0x17,0xfc,0x31,0x05,0x1f,0xf4,0x31,0x05,0x1f,0x62,0x07,0xdd, +0xdd,0xdd,0xdd,0xdc,0x31,0x05,0x02,0xe8,0x15,0x17,0xdf,0x0c,0x00,0x02,0x24,0x00, +0x02,0x0c,0x00,0x02,0x3c,0x00,0x02,0x0c,0x00,0x04,0x31,0x05,0x00,0x69,0x00,0x04, +0x31,0x05,0x00,0x0c,0x00,0x13,0x1f,0xb5,0x05,0x00,0x0c,0x00,0x13,0x0d,0xcd,0x05, +0x00,0x0c,0x00,0x14,0x06,0xe5,0x05,0x11,0x4f,0x4a,0x22,0x24,0xff,0xf5,0x0c,0x00, +0x14,0x5f,0xe4,0x00,0x22,0xff,0xff,0x1c,0x0d,0x42,0xeb,0xab,0xdf,0xff,0x0b,0x13, +0x06,0xde,0x16,0x04,0x35,0x0d,0x01,0xb0,0x12,0x13,0x5d,0x69,0x06,0x15,0x20,0xc8, +0x0d,0x24,0xd9,0x20,0x74,0x01,0x27,0x76,0x42,0x93,0x01,0x00,0xbd,0x13,0x0f,0x0c, +0x00,0x74,0x05,0x2f,0x15,0x0f,0x0c,0x00,0x20,0x6f,0xa2,0x22,0x22,0x22,0x22,0x25, +0xcc,0x00,0x77,0x08,0x0c,0x00,0x00,0x6d,0x08,0x0f,0x07,0x00,0x4f,0x05,0x2b,0x18, +0x1f,0xf3,0x0a,0x00,0xa7,0x15,0x0b,0x0a,0x00,0x00,0x38,0x07,0x05,0x52,0x08,0x12, +0xf2,0xb9,0x21,0x10,0x0f,0xd7,0x05,0x22,0x0a,0xfc,0xc2,0x09,0x51,0xd0,0x03,0xdf, +0xff,0xc2,0xdb,0x1c,0x20,0x90,0x0d,0x42,0x08,0x10,0xdf,0xcb,0x07,0x16,0x04,0x60, +0x09,0x06,0x56,0x1f,0x15,0x05,0x01,0x08,0x20,0x00,0x28,0x6d,0x16,0x14,0x80,0x7b, +0x04,0x16,0x30,0x07,0x03,0x00,0x7a,0x08,0x14,0x90,0x9d,0x04,0x13,0xaf,0x25,0x07, +0x12,0x80,0x6a,0x00,0x14,0xf2,0xb6,0x04,0x11,0x2f,0x92,0x03,0x02,0x19,0x00,0x11, +0x0d,0x13,0x00,0x14,0x05,0x3c,0x18,0x14,0xfc,0x4b,0x00,0x03,0xbc,0x1d,0x01,0x19, +0x00,0x13,0x03,0x00,0x09,0x01,0x19,0x00,0x12,0xdf,0x8f,0x04,0x01,0x19,0x00,0x13, +0xaf,0xdf,0x0c,0x12,0x5f,0x1f,0x15,0x14,0xe1,0x1a,0x05,0x13,0x3f,0xf5,0x00,0x00, +0x19,0x00,0x14,0x9d,0x0c,0x04,0x13,0x05,0x70,0x0a,0x08,0x85,0x06,0x18,0xf8,0xe4, +0x05,0x15,0xf2,0x19,0x00,0x00,0x8b,0x16,0x04,0x19,0x00,0x16,0xb1,0x7d,0x00,0x20, +0xff,0xd1,0x61,0x16,0x03,0x19,0x00,0x10,0xf3,0xbb,0x00,0x15,0xf7,0x74,0x2b,0x11, +0x5f,0x54,0x0c,0x03,0xa8,0x10,0x13,0xcf,0x21,0x0f,0x22,0xff,0x80,0x54,0x0b,0x14, +0x30,0xfa,0x00,0x14,0x09,0x4c,0x15,0x12,0x80,0xef,0x09,0x15,0xf6,0xc9,0x05,0x13, +0x7f,0x93,0x07,0x13,0x80,0x9d,0x1a,0x27,0x80,0x05,0x9e,0x00,0x17,0x20,0x06,0x09, +0x15,0xfb,0xfb,0x05,0x17,0x3f,0xe3,0x08,0x0f,0x85,0x20,0x96,0x0f,0x8d,0x07,0x32, +0x15,0xf8,0xb5,0x04,0x1f,0x85,0x13,0x00,0x0c,0x15,0xf6,0x95,0x19,0x25,0xf8,0x5f, +0xee,0x0b,0x13,0x9f,0x2f,0x00,0x05,0x0a,0x1c,0x25,0xf8,0x5f,0x62,0x2d,0x04,0x4b, +0x00,0x14,0xd0,0xec,0x20,0x01,0x0e,0x00,0x03,0x53,0x2e,0x03,0x0e,0x00,0x13,0xf8, +0x29,0x02,0x00,0x0e,0x00,0x32,0xfe,0xff,0xfe,0xeb,0x02,0x10,0xef,0x0e,0x00,0x12, +0xfa,0xfe,0x0b,0x30,0xff,0xff,0xaf,0x0e,0x00,0x11,0xf7,0x07,0x02,0x10,0x05,0x79, +0x0f,0x00,0x0e,0x00,0x30,0xaf,0xff,0xe0,0x9a,0x03,0x20,0xfb,0x7f,0x0e,0x00,0x11, +0xf9,0x8d,0x27,0x41,0x1f,0xff,0xf5,0x8f,0x38,0x00,0x12,0x0f,0x2f,0x27,0x20,0xf0, +0x9f,0x0e,0x00,0x11,0xfc,0x73,0x11,0x40,0xcf,0xff,0xa0,0xbf,0x0e,0x00,0x10,0xfd, +0x99,0x28,0x51,0x01,0xff,0xff,0x50,0xcf,0x70,0x00,0x00,0x54,0x28,0x52,0x06,0xff, +0xff,0x00,0xdf,0x0e,0x00,0x62,0x9f,0xff,0xf0,0x0b,0xff,0xf9,0x0e,0x00,0x10,0xff, +0x89,0x27,0x00,0x74,0x2c,0x03,0x0e,0x00,0x10,0x0e,0x36,0x05,0x13,0xe0,0x0e,0x00, +0x00,0x3b,0x12,0x00,0x8e,0x11,0x03,0x0e,0x00,0x12,0x02,0x1c,0x24,0x03,0x0e,0x00, +0x21,0x00,0xcf,0x99,0x02,0x04,0x0e,0x00,0x11,0x6f,0xda,0x02,0x04,0x0e,0x00,0x11, +0x1f,0xdb,0x02,0x04,0x0e,0x00,0x11,0x0b,0x1c,0x03,0x04,0x0e,0x00,0x01,0x09,0x28, +0x05,0x0e,0x00,0x11,0x00,0x05,0x00,0x05,0x0e,0x00,0x28,0x34,0x43,0x0e,0x00,0x03, +0x1f,0x0d,0x0e,0x0e,0x00,0x13,0xe0,0x79,0x01,0x00,0xcd,0x02,0x17,0xf7,0x0c,0x00, +0x27,0xff,0x10,0x0c,0x00,0x17,0x90,0x0c,0x00,0x17,0xf2,0x0c,0x00,0x17,0xfa,0x0c, +0x00,0x24,0xff,0x30,0x0c,0x00,0x11,0xfd,0xa5,0x00,0x01,0x0c,0x00,0x00,0xd5,0x1c, +0x14,0xf4,0x0c,0x00,0x10,0xfb,0x7b,0x1e,0x03,0x0c,0x00,0x20,0xfc,0x0d,0xbc,0x00, +0x03,0x30,0x00,0x01,0x2c,0x1c,0x03,0x48,0x00,0x10,0x00,0x4e,0x19,0x04,0x0c,0x00, +0x00,0xe2,0x10,0x12,0x03,0x0c,0x00,0x53,0x10,0x0e,0xff,0xff,0x70,0x0c,0x00,0x00, +0xa3,0x12,0x22,0xf1,0x02,0x0c,0x00,0x10,0x20,0x69,0x1d,0x12,0x01,0x0c,0x00,0x11, +0x30,0x93,0x2b,0x04,0x0c,0x00,0x00,0x57,0x1b,0x03,0x0c,0x00,0x00,0x2a,0x01,0x22, +0xe0,0xdf,0x0c,0x00,0x00,0x6f,0x01,0x24,0xf5,0xcf,0x0c,0x00,0x43,0x4f,0xff,0xfc, +0xaf,0x0c,0x00,0x00,0x5d,0x01,0x05,0x24,0x00,0x01,0x31,0x1d,0x03,0x0c,0x00,0x27, +0x00,0xaf,0x0c,0x00,0x17,0x2f,0x0c,0x00,0x17,0x09,0x0c,0x00,0x17,0x01,0x0c,0x00, +0x27,0x00,0x8f,0x0c,0x00,0x14,0x0e,0xab,0x09,0x35,0x35,0x67,0x64,0xa4,0x18,0x20, +0x29,0xef,0x19,0x18,0x12,0x10,0xab,0x12,0x17,0x9f,0x17,0x0e,0x27,0x02,0xdf,0xa4, +0x12,0x03,0x46,0x14,0x03,0x71,0x12,0x11,0xdf,0x2e,0x0a,0x06,0x47,0x0a,0x11,0xfe, +0x10,0x2b,0x00,0x47,0x01,0x13,0x1f,0x03,0x16,0x10,0x2e,0x21,0x05,0x14,0x07,0x5c, +0x03,0x10,0x4f,0x79,0x00,0x05,0x71,0x23,0x00,0xfc,0x30,0x13,0x2f,0x7b,0x11,0x00, +0x60,0x01,0x24,0xfe,0x06,0x92,0x03,0x00,0xa2,0x00,0x24,0xf2,0x9f,0x22,0x0c,0x00, +0x29,0x00,0x14,0x6a,0xbf,0x1f,0x00,0xe2,0x00,0x15,0xf7,0x49,0x0f,0x00,0x27,0x05, +0x14,0x8d,0xd2,0x06,0x00,0x24,0x06,0x27,0xf9,0xcf,0xb4,0x1d,0x24,0xff,0x9b,0x94, +0x0a,0x00,0x38,0x0a,0x15,0xf8,0x7e,0x0a,0x00,0xf1,0x03,0x15,0x78,0x52,0x1d,0x12, +0x0c,0x26,0x0e,0x14,0xc0,0x87,0x1d,0x34,0xff,0x11,0xff,0xa9,0x1d,0x00,0x8d,0x02, +0x14,0x0d,0x29,0x00,0x11,0x0c,0x24,0x31,0x03,0x6d,0x00,0x11,0x06,0x5e,0x02,0x03, +0x6f,0x1e,0x11,0x03,0x0f,0x01,0x12,0x06,0x5b,0x0b,0x12,0x07,0x74,0x2a,0x10,0x0b, +0x5b,0x06,0x23,0xba,0xcf,0x1e,0x04,0x28,0x1d,0xff,0x75,0x0f,0x17,0x1c,0xae,0x10, +0x05,0xdf,0x20,0x13,0xe6,0x8c,0x14,0x18,0x9e,0x85,0x0f,0x22,0x00,0x02,0x55,0x0a, +0x04,0xa1,0x06,0x39,0xec,0x95,0x00,0xcb,0x11,0x05,0xe5,0x04,0x16,0xe2,0x0b,0x00, +0x10,0xfe,0x1e,0x06,0x20,0xda,0xab,0xfa,0x0f,0x04,0x47,0x0f,0x26,0x04,0xcf,0xf2, +0x0e,0x00,0x61,0x07,0x06,0xdf,0x11,0x14,0xfc,0x4d,0x05,0x02,0x31,0x0d,0x13,0x80, +0x9e,0x32,0x0e,0x16,0x00,0x15,0x02,0x2c,0x00,0x00,0x82,0x01,0x13,0xf9,0x0b,0x00, +0x14,0x5f,0x58,0x00,0x29,0x02,0x4b,0xa7,0x0e,0x25,0xff,0x30,0x0b,0x00,0x16,0xf5, +0xda,0x11,0x36,0x40,0x00,0x5f,0x50,0x17,0x00,0xa5,0x00,0x38,0xaa,0xaa,0x96,0x2c, +0x08,0x0f,0x0b,0x00,0x53,0x0d,0xfa,0x02,0x18,0x03,0x73,0x01,0x09,0xfb,0x02,0x07, +0xc9,0x26,0x09,0xfc,0x02,0x13,0xd0,0x85,0x14,0x36,0xfe,0xb9,0xbe,0x75,0x12,0x15, +0xfd,0xfd,0x02,0x13,0x01,0x1f,0x03,0x20,0x02,0xef,0x2b,0x00,0x19,0x08,0xfe,0x02, +0x14,0x0e,0xb9,0x15,0x10,0x0a,0x56,0x00,0x08,0xff,0x02,0x15,0xff,0x40,0x19,0x02, +0x8e,0x22,0x09,0x00,0x03,0x10,0x60,0x9b,0x14,0x05,0x51,0x0d,0x28,0x70,0xcf,0x01, +0x03,0x15,0x80,0x64,0x12,0x00,0x42,0x00,0x19,0x90,0x02,0x03,0x15,0x90,0x2b,0x03, +0x00,0x38,0x00,0x19,0x80,0x03,0x03,0x16,0x70,0x9b,0x0d,0x00,0x50,0x00,0x18,0x4f, +0x04,0x03,0x15,0x10,0x7c,0x12,0x13,0x05,0x8f,0x25,0x14,0xf8,0x05,0x03,0x12,0xf8, +0x83,0x08,0x15,0x00,0x87,0x26,0x03,0x2e,0x27,0x12,0x02,0x53,0x1f,0x16,0x5f,0x07, +0x04,0x12,0x20,0x86,0x12,0x34,0xfd,0xa9,0xbe,0x86,0x16,0x17,0xcf,0x77,0x0e,0x15, +0x00,0xf3,0x22,0x18,0xf7,0x5c,0x19,0x14,0xfc,0x2f,0x13,0x26,0x6b,0xff,0xc2,0x1c, +0x02,0x1e,0x09,0x07,0x0f,0x19,0x15,0x06,0x2c,0x32,0x04,0xc0,0x00,0x66,0xfe,0x83, +0x10,0x02,0x50,0x00,0x2c,0x35,0x05,0x05,0x24,0x24,0x01,0xcf,0xb3,0x35,0x06,0x71, +0x31,0x05,0xeb,0x1e,0x01,0x72,0x20,0x07,0xf7,0x17,0x52,0x15,0x9a,0xcb,0xa8,0x51, +0xa6,0x02,0x25,0xdb,0xa7,0x00,0x13,0x03,0x97,0x00,0x26,0x5f,0xff,0xb1,0x00,0x16, +0x5f,0x43,0x23,0x02,0xcb,0x02,0x01,0xf5,0x12,0x13,0xf1,0x69,0x02,0x25,0x02,0x9f, +0x1c,0x12,0x03,0x89,0x1a,0x06,0x52,0x03,0x18,0xfe,0x1c,0x0b,0x05,0x0c,0x00,0x17, +0xcf,0x0c,0x00,0x07,0x24,0x00,0x17,0x05,0x3c,0x00,0x15,0x2e,0x3c,0x13,0x24,0x02, +0x49,0x6c,0x00,0x0e,0xc9,0x15,0x17,0xfa,0x9c,0x00,0x02,0x75,0x0a,0x04,0x48,0x25, +0x02,0xa8,0x00,0x12,0xcf,0xbf,0x02,0x01,0x48,0x00,0x12,0x0d,0x97,0x01,0x13,0x5f, +0xc3,0x2f,0x15,0xfe,0x29,0x03,0x11,0xcf,0x06,0x00,0x02,0x0c,0x00,0x11,0x4f,0xe5, +0x01,0x02,0x0c,0x00,0x14,0x0b,0x60,0x00,0x05,0xc9,0x0a,0x06,0xd8,0x13,0x17,0xc0, +0xc0,0x16,0x26,0xf6,0x00,0x2c,0x04,0x27,0xfe,0x00,0xe4,0x13,0x17,0x80,0xe4,0x13, +0x22,0xf1,0x00,0x52,0x2a,0x13,0x40,0xeb,0x04,0x15,0x9f,0xee,0x1c,0x03,0x13,0x05, +0x1a,0xd4,0x24,0x02,0x16,0x08,0x89,0x38,0x10,0x02,0x57,0x02,0x21,0xaa,0xbe,0x17, +0x00,0x11,0x9f,0x64,0x13,0x31,0x04,0xcf,0xfa,0x37,0x06,0x11,0xf3,0x68,0x20,0x02, +0xc5,0x02,0x07,0x9b,0x10,0x14,0xf1,0x0c,0x00,0x04,0x7c,0x02,0x03,0x80,0x14,0x16, +0xb3,0xb2,0x10,0x03,0x7c,0x00,0x03,0xfc,0x0f,0x24,0xe7,0x10,0xf6,0x29,0x02,0x38, +0x16,0x05,0x48,0x02,0x18,0xf8,0xac,0x02,0x02,0x72,0x19,0x17,0xdf,0x44,0x02,0x17, +0x4b,0x6c,0x02,0x01,0xd2,0x00,0x04,0x09,0x11,0x17,0x2d,0x97,0x19,0x17,0x2f,0x5d, +0x16,0x10,0xcf,0xd9,0x03,0x16,0x49,0x9c,0x0d,0x33,0x2f,0xfc,0x30,0x4d,0x03,0x21, +0x10,0x1d,0x49,0x1c,0x00,0xe5,0x37,0x11,0xc0,0x4f,0x06,0x01,0xce,0x15,0x37,0xf4, +0x01,0xcf,0xeb,0x01,0x17,0x9f,0xa1,0x04,0x17,0x4c,0xc4,0x0c,0x01,0x46,0x1e,0x23, +0xfe,0x92,0x88,0x00,0x38,0x46,0x76,0x52,0x7e,0x03,0x00,0xd2,0x15,0x06,0x0b,0x00, +0x1f,0xfd,0x17,0x00,0x04,0x52,0xbe,0xee,0xee,0xee,0xff,0x44,0x13,0x12,0xc0,0x63, +0x17,0x17,0xf6,0x28,0x1f,0x04,0xc8,0x11,0x0f,0x17,0x00,0xf2,0x13,0x8f,0x13,0x00, +0x00,0x9e,0x24,0x0f,0x0c,0x00,0xad,0x04,0xdf,0x00,0x12,0x04,0x87,0x35,0x04,0x06, +0x0d,0x04,0x49,0x17,0x00,0x7a,0x05,0x23,0xf4,0x3f,0xa9,0x06,0x12,0x09,0x5b,0x23, +0x13,0xf0,0x4f,0x10,0x23,0xe0,0x0c,0xfb,0x02,0x00,0x20,0x00,0x13,0x07,0x48,0x1b, +0x12,0xcf,0xae,0x0c,0x22,0xff,0xc2,0x6e,0x25,0x02,0xb3,0x02,0x22,0xeb,0xbe,0x84, +0x05,0x17,0x0e,0x52,0x07,0x14,0x03,0x6d,0x1f,0x16,0x30,0xc3,0x05,0x12,0xd2,0x37, +0x24,0x04,0x36,0x36,0x03,0x9c,0x25,0x19,0x41,0x1d,0x19,0x00,0x9a,0x08,0x17,0x0c, +0xa6,0x20,0x00,0xf5,0x1d,0x15,0xfa,0xf6,0x10,0x00,0xed,0x30,0x04,0x05,0x04,0x15, +0xe0,0x8e,0x19,0x10,0x3f,0x06,0x04,0x13,0x8f,0xde,0x00,0x10,0x7f,0x23,0x07,0x04, +0xd3,0x00,0x13,0xcf,0xe5,0x2a,0x12,0xf0,0x2d,0x04,0x13,0xfa,0x25,0x2a,0x02,0x10, +0x01,0x05,0x86,0x0e,0x03,0x9c,0x2e,0x02,0xe3,0x00,0x03,0x93,0x29,0x13,0xbf,0xc6, +0x35,0x01,0x55,0x00,0x11,0x6f,0xaf,0x07,0x01,0x0d,0x0c,0x01,0xef,0x03,0x14,0xa0, +0xe5,0x2b,0x01,0x28,0x01,0x05,0x6d,0x25,0x10,0x08,0xc5,0x00,0x04,0x99,0x25,0x13, +0x03,0x00,0x10,0x13,0xf0,0x03,0x08,0x12,0xfa,0xeb,0x37,0x02,0x4f,0x0e,0x12,0xfe, +0x46,0x1d,0x03,0x76,0x07,0x24,0x20,0x2f,0x4d,0x04,0x00,0x7a,0x29,0x14,0x6f,0x37, +0x0b,0x00,0x8c,0x0d,0x14,0xaf,0x27,0x07,0x11,0x06,0xd4,0x29,0x15,0xf2,0x55,0x28, +0x18,0xf6,0xeb,0x25,0x16,0xfe,0x3f,0x07,0x13,0x8f,0x2a,0x0d,0x0c,0x27,0x2d,0x02, +0x9e,0x01,0x05,0x75,0x1a,0x17,0x09,0x44,0x07,0x24,0x00,0x04,0xe1,0x22,0x12,0x2f, +0x55,0x00,0x12,0x02,0x62,0x05,0x00,0xe3,0x3c,0x03,0x10,0x02,0x11,0x06,0x2e,0x00, +0x00,0x78,0x00,0x13,0xf8,0x06,0x22,0x03,0x88,0x2f,0x00,0xd8,0x1d,0x03,0x8d,0x2b, +0x24,0x0d,0xff,0xaa,0x27,0x11,0xf2,0x86,0x28,0x02,0xfe,0x2c,0x02,0x85,0x3c,0x13, +0xf0,0xfd,0x28,0x12,0x5f,0x6f,0x11,0x10,0x0b,0x64,0x01,0x02,0x65,0x05,0x24,0x9f, +0xff,0x29,0x12,0x11,0x90,0x42,0x07,0x02,0xd8,0x04,0x12,0xc0,0x0b,0x01,0x02,0x05, +0x32,0x10,0x00,0x10,0x39,0x11,0xf0,0x9e,0x00,0x12,0x30,0xdf,0x01,0x10,0x04,0x75, +0x0f,0x13,0xf3,0x2b,0x2b,0x10,0x4f,0xa4,0x01,0x10,0x08,0x96,0x32,0x16,0xf7,0x76, +0x2d,0x00,0x26,0x40,0x11,0xf9,0x3b,0x40,0x12,0xaf,0x6b,0x21,0x01,0x4a,0x40,0x43, +0xf6,0x0d,0xff,0xfe,0xae,0x21,0x01,0xa5,0x30,0x40,0x3f,0xff,0xf3,0x0a,0x62,0x00, +0x01,0xc1,0x00,0x01,0x06,0x02,0x72,0x7f,0xff,0xf0,0x07,0xff,0xff,0x60,0x0f,0x2a, +0x10,0x05,0xc2,0x05,0x81,0xaf,0xff,0xd0,0x04,0xff,0xff,0x90,0x04,0x09,0x01,0x01, +0x40,0x23,0x82,0xdf,0xff,0xa0,0x01,0xff,0xff,0xc0,0x06,0x29,0x02,0x00,0x43,0x02, +0x00,0xab,0x00,0x42,0xdf,0xff,0xf0,0x08,0x8e,0x06,0x31,0xcf,0xff,0xfa,0xf3,0x21, +0x42,0x9f,0xff,0xf3,0x0b,0x7f,0x03,0x10,0x9f,0x83,0x1f,0x00,0x7a,0x0f,0x00,0x82, +0x00,0x13,0xff,0x25,0x0b,0x31,0x0a,0xff,0xfc,0xa6,0x37,0x02,0x01,0x29,0x00,0xde, +0x00,0x31,0x1d,0xff,0xf8,0xb9,0x38,0x01,0x32,0x29,0x01,0x02,0x01,0x01,0x7b,0x37, +0x10,0x0b,0x08,0x00,0x13,0xfa,0x53,0x06,0x31,0x9f,0xff,0xf1,0xab,0x00,0x12,0x8f, +0x19,0x02,0x13,0x09,0x55,0x26,0x15,0x04,0xa9,0x06,0x14,0x06,0xa1,0x29,0x05,0xf5, +0x12,0x14,0x03,0x02,0x0b,0x15,0xdf,0xc9,0x24,0x04,0x25,0x02,0x15,0x9f,0x6c,0x20, +0x13,0xdf,0x62,0x07,0x15,0x6f,0x53,0x07,0x13,0xaf,0x06,0x07,0x12,0x2f,0x10,0x2d, +0x13,0x0a,0x02,0x04,0x13,0x07,0xea,0x0a,0x13,0xf5,0xda,0x0a,0x00,0xe8,0x00,0x04, +0x84,0x08,0x11,0xa0,0x16,0x08,0x14,0x40,0x8e,0x14,0x23,0x08,0xff,0x90,0x0f,0x15, +0xfa,0xa7,0x0e,0x12,0xbf,0x44,0x03,0x01,0x1c,0x0b,0x01,0xb7,0x03,0x03,0x55,0x1d, +0x00,0x7c,0x04,0x04,0x0b,0x24,0x00,0x66,0x02,0x05,0xd4,0x14,0x05,0x84,0x20,0x11, +0x4f,0xed,0x13,0x17,0x70,0xd5,0x07,0x15,0xe0,0x5f,0x23,0x06,0xd0,0x05,0x01,0xa2, +0x0a,0x07,0xb9,0x18,0x05,0xdd,0x05,0x17,0x0a,0x27,0x0a,0x15,0x03,0x1b,0x01,0x04, +0x4b,0x00,0x15,0xa0,0x31,0x00,0x04,0x70,0x0b,0x00,0x6c,0x01,0x14,0xb2,0x08,0x08, +0x00,0x00,0x42,0x14,0x0b,0x31,0x03,0x00,0x30,0x28,0x13,0x3f,0x7e,0x03,0x01,0x79, +0x20,0x01,0x91,0x20,0x01,0xe1,0x00,0x11,0xe0,0xf9,0x0e,0x05,0xce,0x2b,0x01,0x5f, +0x0b,0x04,0x4b,0x31,0x13,0x4f,0x2d,0x30,0x24,0xff,0x80,0x43,0x14,0x02,0x7a,0x11, +0x01,0xbb,0x01,0x23,0x20,0x0a,0xf4,0x00,0x00,0x03,0x14,0x17,0x02,0x63,0x0c,0x15, +0xf3,0xba,0x1e,0x00,0x6b,0x01,0x16,0x8f,0x7b,0x2b,0x23,0xc0,0x01,0x26,0x00,0x01, +0x8a,0x31,0x12,0x09,0x71,0x03,0x02,0xee,0x20,0x03,0xc6,0x03,0x02,0x19,0x2f,0x11, +0xaf,0x90,0x01,0x01,0x9c,0x00,0x03,0x82,0x2c,0x03,0x7e,0x2e,0x02,0x27,0x21,0x12, +0xbf,0x5f,0x01,0x01,0x44,0x03,0x13,0x2f,0x5f,0x01,0x00,0xe4,0x40,0x04,0xaf,0x33, +0x01,0x03,0x03,0x16,0xef,0x90,0x01,0x13,0x90,0x26,0x2e,0x01,0xfb,0x00,0x05,0x2e, +0x22,0x00,0x22,0x00,0x05,0x52,0x01,0x27,0x07,0xff,0x69,0x04,0x18,0x0f,0x8f,0x04, +0x17,0x8f,0x1b,0x23,0x01,0xcf,0x10,0x07,0x8e,0x04,0x17,0xfc,0xa5,0x23,0x06,0x63, +0x1a,0x09,0x09,0x1b,0x08,0xf6,0x0d,0x0f,0x19,0x00,0x4e,0x07,0x88,0x22,0x0f,0x0b, +0x00,0x0c,0x22,0xfb,0x00,0xae,0x2e,0x07,0x54,0x02,0x15,0xdf,0xa9,0x02,0x04,0x38, +0x07,0x0a,0x27,0x0a,0x02,0x42,0x16,0x04,0xc5,0x34,0x06,0x13,0x0d,0x1d,0xf4,0x48, +0x42,0x15,0x05,0xe5,0x34,0x26,0x00,0x1e,0xb2,0x05,0x04,0x1a,0x17,0x03,0x3d,0x02, +0x05,0x02,0x18,0x06,0xa3,0x3e,0x04,0xfd,0x0d,0x16,0x03,0x7f,0x01,0x16,0x0d,0xe8, +0x00,0x00,0x15,0x31,0x05,0xf8,0x2e,0x07,0x5c,0x34,0x04,0x21,0x03,0x04,0x6e,0x17, +0x02,0xa7,0x01,0x06,0x5f,0x31,0x04,0xfb,0x0f,0x16,0x3f,0x0b,0x00,0x1f,0x4f,0x0b, +0x00,0x0d,0x01,0xe3,0x0b,0x08,0x05,0x00,0x33,0x81,0x11,0x10,0xc4,0x3c,0x0f,0x05, +0x00,0x88,0x09,0xb4,0x00,0x01,0x6f,0x2a,0x12,0xbf,0xf8,0x02,0x12,0x7f,0x52,0x04, +0x12,0x3f,0xa1,0x01,0x12,0x0f,0x85,0x04,0x12,0x0b,0xfa,0x01,0x12,0x07,0x87,0x04, +0x13,0x03,0xfe,0x02,0x23,0xff,0xfe,0xcd,0x01,0x1f,0x20,0x39,0x00,0x9e,0x12,0x70, +0x39,0x00,0x19,0xb0,0x39,0x00,0x12,0xf3,0x39,0x00,0x12,0xf7,0x39,0x00,0x02,0xa5, +0x08,0x21,0x77,0x77,0x04,0x32,0x11,0x11,0xa2,0x0f,0x11,0x1f,0x25,0x1f,0x30,0x11, +0x11,0x6f,0x3c,0x04,0x11,0x04,0x29,0x04,0x1f,0x4f,0x0b,0x00,0x94,0x0d,0xc6,0x00, +0x04,0x63,0x2c,0x15,0x0d,0x43,0x06,0x15,0x3f,0x55,0x03,0x15,0x9f,0xea,0x03,0x06, +0xb1,0x45,0x04,0x6a,0x09,0x00,0xc5,0x3f,0x03,0x33,0x03,0x31,0x2f,0xff,0xf4,0xdc, +0x3f,0x00,0x90,0x03,0x24,0xe0,0x6f,0x53,0x09,0x42,0x90,0x1f,0xff,0xf8,0xb9,0x03, +0x21,0x40,0x0b,0x33,0x00,0x00,0x06,0x00,0x11,0x06,0x86,0x03,0x00,0x34,0x40,0x02, +0x71,0x40,0x12,0x7f,0x95,0x3f,0x01,0x99,0x17,0x10,0xe0,0x96,0x04,0x10,0xf7,0xca, +0x03,0x12,0x80,0x8a,0x40,0x01,0xb3,0x08,0x00,0x34,0x05,0x11,0x30,0x25,0x49,0x00, +0x1a,0x00,0x21,0x90,0x6f,0x97,0x01,0x00,0x85,0x08,0x25,0x37,0x77,0x01,0x00,0x16, +0x16,0x00,0x0e,0x26,0xf2,0x6f,0x0c,0x00,0x17,0x26,0x17,0x00,0x04,0x12,0x07,0x11, +0xb0,0x75,0x24,0x13,0xfb,0x4e,0x00,0x01,0xed,0x00,0x12,0xf6,0xdb,0x14,0x11,0x40, +0x8f,0x04,0x12,0xe2,0x01,0x08,0x14,0x10,0x5c,0x04,0x03,0xfd,0x08,0x26,0x5f,0xfc, +0x3e,0x00,0x21,0x03,0x56,0xe3,0x33,0x02,0xd6,0x2e,0x00,0x7d,0x46,0x14,0x5d,0x01, +0x0c,0x14,0xdf,0x4b,0x3a,0x14,0x09,0xeb,0x0e,0x00,0x8f,0x40,0x31,0x64,0x47,0xef, +0x72,0x09,0x13,0x81,0x82,0x27,0x29,0x00,0x10,0x1b,0x33,0x12,0x2f,0xe4,0x04,0x31, +0x25,0x8b,0xdf,0x1d,0x06,0x22,0x28,0xdf,0xa8,0x16,0x04,0xd2,0x13,0x11,0xfc,0xc9, +0x16,0x10,0xda,0x8e,0x00,0x90,0xdf,0xff,0xff,0xd6,0x10,0x01,0xff,0xff,0xfc,0xf6, +0x3e,0x01,0x48,0x05,0x11,0xcc,0x69,0x2f,0x00,0x13,0x00,0x01,0xa6,0x47,0x00,0x13, +0x00,0x11,0xcd,0x13,0x00,0x20,0x2d,0xff,0x8f,0x17,0x42,0xff,0xb4,0x23,0x8f,0xd3, +0x32,0x03,0x4c,0x00,0x01,0x83,0x28,0x00,0xb8,0x01,0x21,0xc0,0x3f,0x1a,0x20,0x50, +0x4f,0xff,0xfc,0x00,0x1b,0x04,0x1d,0x20,0x01,0xff,0x14,0x41,0x24,0x47,0x64,0xd6, +0x05,0x06,0xbf,0x25,0x04,0x2f,0x2f,0x0f,0x15,0x00,0x3b,0x32,0x04,0x67,0x52,0xd1, +0x0b,0x00,0xe7,0x00,0x20,0xfc,0x40,0x15,0x00,0x13,0xe4,0x13,0x12,0x06,0x16,0x32, +0x06,0x31,0x29,0x20,0x20,0xdf,0xc7,0x00,0x61,0x69,0xdf,0xff,0xff,0xfb,0x0d,0xa9, +0x05,0x00,0xab,0x01,0x24,0xf1,0xdf,0xa7,0x1a,0x22,0xff,0x6d,0x69,0x00,0x00,0xe3, +0x15,0x03,0x69,0x00,0x11,0x5f,0x0a,0x01,0x12,0xf0,0xe8,0x01,0x25,0xfd,0xdf,0x7b, +0x0a,0x1d,0xed,0x15,0x00,0x06,0x2a,0x00,0x00,0x82,0x0d,0x03,0x15,0x00,0x15,0xdf, +0x54,0x00,0x00,0x48,0x12,0x11,0xdf,0x2b,0x02,0x13,0x3e,0x7e,0x00,0x30,0xfa,0x77, +0xaf,0x2f,0x02,0x05,0xa8,0x00,0x21,0xa0,0x0d,0x6b,0x1d,0x01,0x62,0x0a,0x41,0xdf, +0xff,0xf1,0x8f,0x75,0x18,0x00,0x5c,0x34,0x00,0xdb,0x10,0x33,0xfd,0x60,0x00,0x37, +0x48,0x3a,0x63,0x00,0x00,0x58,0x32,0x23,0x01,0x8e,0x40,0x17,0x14,0x07,0x8c,0x3c, +0x14,0x0b,0x7c,0x16,0x13,0x0a,0x1f,0x36,0x01,0x6f,0x03,0x40,0xfb,0x85,0x8d,0xfc, +0x17,0x09,0x00,0xc9,0x21,0x22,0x07,0x20,0x83,0x1e,0x03,0x37,0x0d,0x15,0xf9,0x9e, +0x03,0x15,0x20,0xef,0x29,0x14,0x00,0xcc,0x2e,0x05,0xce,0x03,0x15,0xd0,0xe2,0x06, +0x05,0xac,0x08,0x1b,0xf2,0xa0,0x07,0x18,0x08,0x43,0x00,0x00,0xcb,0x0e,0x21,0x5d, +0x10,0x34,0x0b,0x45,0xb7,0x58,0xcf,0xf9,0x88,0x27,0x15,0xf3,0x4c,0x16,0x13,0xc0, +0x4f,0x34,0x01,0xea,0x0e,0x15,0x4c,0x43,0x30,0x57,0x01,0x46,0x76,0x51,0x00,0x6d, +0x0d,0x1f,0xf9,0x0b,0x00,0x49,0x41,0x46,0x75,0x20,0x03,0x0b,0x00,0x00,0x7e,0x37, +0x21,0xfc,0x32,0x0b,0x00,0x11,0x2e,0x4a,0x12,0x10,0xff,0xc6,0x2b,0x14,0xef,0x63, +0x37,0x06,0x78,0x2b,0x11,0xf9,0xed,0x19,0x20,0x96,0x8b,0x0b,0x00,0x11,0x01,0x51, +0x36,0x00,0xdc,0x0f,0x11,0xf9,0x69,0x35,0x02,0x58,0x00,0x03,0xed,0x0d,0x00,0x0b, +0x00,0x03,0x95,0x13,0x00,0x0b,0x00,0x15,0x0f,0xc0,0x0a,0x13,0xf9,0x61,0x01,0x0b, +0x0b,0x00,0x07,0x21,0x00,0x16,0x0f,0x37,0x00,0x12,0x0c,0xa8,0x08,0x00,0x0b,0x00, +0x15,0x08,0x2e,0x0b,0x22,0xf9,0x03,0x86,0x0b,0x00,0x07,0x35,0x00,0x58,0x01,0x31, +0xfd,0x96,0x7c,0x9a,0x00,0x16,0x4f,0xa5,0x00,0x03,0x31,0x14,0x12,0xef,0x5a,0x49, +0x00,0x40,0x4b,0x32,0x7f,0xff,0xf9,0x0e,0x19,0x00,0x28,0x00,0x11,0xf9,0xe0,0x35, +0x16,0x74,0xfc,0x15,0x13,0x67,0x51,0x3c,0x01,0x90,0x04,0x16,0x91,0xc2,0x08,0x16, +0xf4,0xb4,0x19,0x16,0xf4,0x40,0x29,0x11,0xe1,0xab,0x09,0x21,0x62,0x14,0xa8,0x17, +0x02,0x36,0x04,0x00,0x81,0x1d,0x03,0x55,0x2d,0x33,0xcf,0xff,0xf3,0xed,0x0a,0x11, +0x09,0xf5,0x1b,0x12,0xfe,0xf1,0x09,0x16,0xf7,0xe0,0x3b,0x16,0x83,0x1f,0x3e,0x06, +0x1e,0x09,0x16,0x51,0x9f,0x01,0x01,0xb1,0x10,0x0c,0x51,0x2a,0x16,0x07,0xf8,0x0a, +0x12,0x1f,0x34,0x0b,0x22,0x01,0x70,0x7b,0x1b,0x55,0x63,0x12,0x59,0xff,0x50,0xe4, +0x13,0x15,0xfd,0xbc,0x14,0x01,0xb7,0x07,0x15,0xaf,0x43,0x3d,0x02,0x05,0x26,0x12, +0xa3,0x43,0x00,0x33,0x46,0x77,0x53,0x55,0x0a,0x43,0xbe,0xff,0xdb,0x60,0x30,0x32, +0x12,0xf0,0xc1,0x0d,0x03,0x28,0x2b,0x01,0xdf,0x28,0x00,0xb2,0x11,0x25,0xcf,0x40, +0x7d,0x00,0x13,0x09,0x78,0x0a,0x04,0xe8,0x3d,0x04,0x9e,0x04,0x03,0x08,0x00,0x22, +0xad,0xef,0xe4,0x02,0x02,0x80,0x00,0x0e,0x08,0x00,0x7d,0x8a,0xaf,0xff,0xff,0xfa, +0xaa,0xa2,0x38,0x00,0x0f,0x08,0x00,0x65,0x00,0x45,0x01,0x05,0x45,0x43,0x04,0xde, +0x4c,0x00,0x50,0x4e,0x15,0xbf,0x8f,0x3e,0x26,0x01,0xdf,0xa9,0x12,0x00,0xbe,0x00, +0x11,0x8b,0x17,0x00,0x00,0x28,0x01,0x10,0xd1,0x1e,0x01,0x41,0xf7,0x55,0x40,0x06, +0x14,0x01,0x02,0xd0,0x0f,0x13,0x9f,0x4a,0x49,0x11,0xfd,0x2b,0x01,0x11,0xe0,0x45, +0x04,0x11,0xf0,0x44,0x0b,0x02,0x01,0x2a,0x04,0x5f,0x33,0x02,0x39,0x12,0x10,0x0a, +0x77,0x38,0x12,0x3b,0xa8,0x01,0x26,0x1e,0xff,0x58,0x16,0x15,0x1e,0x34,0x2a,0x03, +0xa4,0x49,0x13,0xd5,0x9f,0x0b,0x23,0x46,0x89,0x4f,0x37,0x14,0xcf,0xf4,0x0b,0x03, +0xad,0x47,0x05,0x81,0x0b,0x45,0xf8,0x32,0x11,0x11,0xc2,0x11,0x00,0xaa,0x00,0x14, +0xb5,0xc7,0x34,0x03,0x31,0x2d,0x16,0x7f,0x71,0x4f,0x16,0x1a,0x75,0x3f,0x70,0x1d, +0xff,0xfb,0x46,0x77,0x78,0x89,0x65,0x07,0x12,0x0a,0x45,0x0c,0x00,0x02,0x02,0x13, +0x21,0x5b,0x0c,0x00,0xe2,0x1e,0x12,0x4f,0xc5,0x09,0x00,0x05,0x0e,0x00,0xf9,0x1e, +0x03,0x1a,0x0c,0x81,0x70,0x0f,0xff,0xff,0xfa,0x42,0x01,0x26,0x5b,0x18,0x17,0x8f, +0x21,0x33,0x16,0xaf,0x0a,0x2f,0x02,0x19,0x17,0x22,0xff,0xe9,0xb1,0x05,0x5a,0x57, +0x9a,0xba,0x96,0x30,0xce,0x06,0x0f,0x0a,0x00,0x42,0x32,0x25,0x76,0x40,0x64,0x3b, +0x13,0x4c,0x12,0x07,0x22,0xfd,0x08,0x81,0x0d,0x14,0xdf,0xf7,0x16,0x16,0x50,0xda, +0x01,0x10,0xdf,0x1a,0x00,0x10,0x9a,0xa3,0x02,0x00,0x1f,0x07,0x01,0xc6,0x42,0x11, +0xf6,0x0a,0x29,0x01,0x3e,0x1e,0x02,0x5a,0x00,0x15,0x04,0xda,0x06,0x00,0x48,0x30, +0x02,0x0a,0x00,0x1f,0x02,0x0a,0x00,0x68,0xc0,0x01,0xae,0xeb,0x20,0x0d,0xff,0xff, +0xe1,0x4f,0xff,0xff,0xf7,0xaf,0x3e,0x00,0x13,0x0e,0x10,0x05,0xb4,0x00,0x13,0x15, +0x07,0x3c,0x07,0x2c,0x08,0x0f,0x04,0x00,0x40,0x00,0x3f,0x03,0x35,0x19,0xef,0xb3, +0xeb,0x35,0x24,0x03,0xff,0x33,0x1a,0x15,0xf9,0x0a,0x0e,0x00,0x41,0x32,0x01,0xb0, +0x41,0x0e,0x0f,0x39,0x08,0xbf,0x43,0x03,0x4d,0x04,0x0f,0x0d,0x00,0x75,0x03,0xdd, +0x00,0x02,0xaa,0x51,0x10,0x2f,0x47,0x0a,0x20,0x53,0x4d,0xd6,0x00,0x11,0x5f,0x46, +0x09,0x12,0x09,0x03,0x12,0x11,0xdf,0xfc,0x06,0x12,0x0f,0x2e,0x06,0x02,0x3f,0x06, +0x15,0xdf,0xbe,0x0f,0x18,0x0d,0x70,0x15,0x0f,0x15,0x00,0x45,0x12,0x09,0x4b,0x09, +0x11,0xd0,0x60,0x0b,0x33,0xfd,0x10,0xdf,0xd2,0x4d,0x31,0xfe,0x20,0x0d,0xb9,0x49, +0x01,0x6e,0x13,0x01,0x15,0x00,0x01,0x30,0x0b,0x13,0x0d,0xc0,0x04,0x12,0x70,0x3f, +0x00,0x02,0x00,0x1e,0x00,0x15,0x00,0x11,0x5f,0x3b,0x0b,0x00,0x15,0x00,0x15,0x2f, +0xde,0x1e,0x13,0xed,0x88,0x04,0x15,0xdf,0x46,0x06,0x16,0x0d,0x58,0x1d,0x15,0xdf, +0x13,0x22,0x10,0x0d,0x6b,0x07,0x13,0x8f,0xf7,0x23,0x00,0x30,0x3b,0x00,0x3a,0x04, +0x01,0x7d,0x2b,0x02,0xfd,0x26,0x01,0xe2,0x3e,0x01,0x0b,0x13,0x02,0xa8,0x00,0x10, +0x2f,0x3a,0x07,0x02,0xbd,0x00,0x00,0x9d,0x12,0x03,0xd2,0x00,0x11,0xef,0x08,0x0a, +0x13,0xfd,0xc0,0x10,0x03,0x15,0x00,0x13,0x0b,0x86,0x0a,0x01,0x8c,0x01,0x0f,0x09, +0x00,0x59,0x00,0x03,0x02,0x10,0x0a,0x11,0x1c,0x00,0xcd,0x04,0x10,0x22,0xf7,0x07, +0x10,0x09,0x47,0x0b,0x10,0x08,0xd1,0x00,0x23,0x01,0x47,0x12,0x3e,0x31,0x35,0x75, +0x30,0xcb,0x04,0x11,0x64,0x04,0x01,0x00,0xb8,0x35,0x00,0xb1,0x1c,0x11,0x2a,0x3a, +0x15,0x42,0xdf,0xff,0xf2,0x1b,0x81,0x0a,0x01,0x76,0x05,0x00,0x4a,0x29,0x12,0x5d, +0x3c,0x01,0x12,0x8f,0x1f,0x21,0x05,0x76,0x04,0x12,0xdf,0x9a,0x07,0x01,0x5b,0x01, +0x21,0xb9,0xcf,0xf2,0x05,0x10,0x9b,0x67,0x0d,0x02,0x83,0x04,0x11,0x7f,0x06,0x1d, +0x21,0x03,0xff,0x3f,0x00,0x12,0xf8,0x28,0x01,0x12,0xc1,0xea,0x45,0x02,0x04,0x04, +0x12,0x0b,0x86,0x05,0x11,0x6f,0x07,0x23,0x15,0xf0,0xfa,0x45,0x06,0xa7,0x04,0x02, +0xac,0x07,0x00,0xbd,0x0a,0x12,0xad,0x21,0x00,0x11,0x8f,0x21,0x00,0x15,0x03,0x21, +0x00,0x1f,0x08,0x21,0x00,0x9b,0x02,0xf2,0x06,0x03,0xd8,0x05,0x15,0xf0,0xd8,0x05, +0x24,0xf2,0x0a,0xd8,0x05,0x1f,0xf6,0xd8,0x05,0xb2,0x03,0x37,0x44,0x04,0x6d,0x0f, +0x15,0xbf,0xab,0x1e,0x16,0x0a,0x3a,0x24,0x15,0x1c,0x92,0x55,0x05,0x94,0x0a,0x12, +0xfc,0x04,0x0d,0x30,0xd8,0x58,0xdf,0x2f,0x02,0x12,0x01,0x22,0x0b,0x12,0xaf,0xa7, +0x18,0x22,0xff,0xd0,0xdd,0x04,0x22,0x70,0x0b,0xce,0x03,0x13,0x05,0x94,0x14,0x03, +0x6c,0x0a,0x00,0xf4,0x58,0x13,0xe0,0x37,0x16,0x13,0x23,0xf5,0x0c,0x00,0x91,0x1e, +0x04,0xf7,0x0c,0x11,0xcf,0x1c,0x4e,0x14,0xfe,0x9e,0x25,0x15,0x0f,0x23,0x1b,0x11, +0xff,0xa0,0x22,0x02,0x00,0x0e,0x25,0xc0,0x07,0x13,0x1b,0x13,0xf7,0xa1,0x0a,0x00, +0xb1,0x00,0x01,0xc9,0x02,0x44,0xfd,0x85,0x8d,0xff,0x5d,0x20,0x04,0x42,0x26,0x25, +0x01,0xdf,0x92,0x42,0x04,0x2e,0x08,0x16,0xa0,0x2a,0x45,0x04,0x06,0x16,0x25,0x46, +0x76,0x07,0x22,0x00,0xad,0x0c,0x02,0x70,0x03,0x12,0x08,0x90,0x41,0x42,0xdf,0xff, +0xf3,0x4e,0xf6,0x1e,0x05,0x3d,0x0e,0x07,0x10,0x41,0x20,0xf3,0x0d,0x15,0x01,0x20, +0x76,0x9d,0xab,0x04,0x23,0xdf,0xff,0x1b,0x19,0x22,0xff,0x1d,0x5b,0x0c,0x15,0x0f, +0x46,0x03,0x21,0x00,0x9f,0x2b,0x18,0x13,0xf0,0x16,0x01,0x15,0xdf,0x8f,0x41,0x12, +0xdd,0x15,0x00,0x00,0x45,0x1c,0x0d,0x15,0x00,0x07,0x2a,0x00,0x15,0x7f,0xb9,0x02, +0x15,0x0d,0x54,0x00,0x00,0xb4,0x09,0x11,0x2d,0x08,0x07,0x22,0x03,0xef,0x7e,0x00, +0x30,0xff,0xa7,0x7a,0x4b,0x04,0x16,0x0d,0xbf,0x1f,0x14,0xdf,0xb7,0x01,0x00,0x38, +0x00,0x12,0xe9,0xc8,0x1f,0x00,0x31,0x05,0x10,0x04,0xa1,0x10,0x03,0x84,0x06,0x3f, +0x36,0x76,0x30,0x4a,0x10,0x44,0x02,0x5b,0x01,0x04,0x96,0x07,0x10,0x8e,0xc2,0x24, +0x16,0x1f,0xfc,0x0d,0x16,0x5f,0xfc,0x0d,0x1f,0xef,0xfc,0x0d,0xa7,0x15,0xff,0xfc, +0x0d,0x24,0xd4,0xff,0xfc,0x0d,0x35,0xf8,0x02,0xff,0xfc,0x0d,0x1f,0x03,0x5c,0x0f, +0x4b,0x00,0xb0,0x02,0x60,0x1d,0xff,0xff,0x00,0x05,0xdf,0x17,0x02,0x10,0xf1,0x9c, +0x03,0x40,0x3d,0xff,0xff,0x36,0x66,0x0d,0x35,0xdf,0xff,0xf7,0x49,0x12,0x42,0xfd, +0xce,0x90,0xdf,0x27,0x0b,0x13,0x0d,0x4d,0x1b,0x12,0xdf,0x2e,0x13,0x02,0xef,0x43, +0x05,0xc0,0x01,0x04,0xbd,0x01,0x0f,0x0f,0x00,0x3f,0x02,0xb3,0x48,0x28,0x64,0x10, +0xa6,0x48,0x14,0x09,0xea,0x32,0x13,0x9f,0x49,0x05,0x14,0x03,0xdd,0x27,0x11,0x09, +0x86,0x2f,0x23,0xaf,0xf6,0xc2,0x0c,0x11,0x03,0x04,0x5b,0x14,0xd0,0xa0,0x04,0x24, +0xfa,0x10,0x68,0x18,0x14,0xf9,0x7b,0x2a,0x02,0x3f,0x41,0x15,0x08,0xb0,0x39,0x15, +0x3c,0xc5,0x04,0x15,0x39,0x6d,0x27,0x24,0x06,0xef,0xa7,0x23,0x01,0x2e,0x08,0x12, +0x10,0x78,0x03,0x42,0xf7,0x00,0xdb,0x20,0x1b,0x1f,0x41,0x09,0xff,0xf9,0x40,0xe3, +0x3a,0x00,0x83,0x09,0x01,0x98,0x56,0x14,0x9f,0xd5,0x12,0x24,0x05,0xef,0x6b,0x37, +0x16,0x05,0x83,0x49,0x13,0x46,0x0a,0x47,0x34,0x07,0x77,0x76,0xca,0x11,0x04,0x29, +0x34,0x16,0xfd,0xb2,0x3c,0x08,0xde,0x47,0x14,0x09,0x11,0x00,0x02,0xa6,0x40,0x23, +0x01,0xcd,0xe1,0x25,0x13,0x2f,0x49,0x0f,0x2b,0x02,0xff,0x11,0x00,0x21,0x01,0xaa, +0xcb,0x0e,0x24,0xaa,0x40,0x0b,0x20,0x01,0x55,0x04,0x02,0x44,0x00,0x0f,0x11,0x00, +0x2b,0x19,0xe0,0xb7,0x03,0x14,0x0b,0xaf,0x1c,0x00,0x57,0x26,0x24,0x34,0x71,0x7d, +0x5c,0x13,0x50,0x0f,0x06,0x14,0xf9,0xaa,0x28,0x00,0x47,0x00,0x14,0x1a,0x40,0x0e, +0x62,0x01,0x56,0x76,0x41,0x00,0x1f,0x48,0x02,0x11,0x8f,0x5a,0x10,0x12,0xfc,0x84, +0x01,0x1f,0xf5,0x15,0x00,0x63,0x13,0xfd,0x15,0x00,0x03,0xde,0x00,0x00,0x33,0x0a, +0x00,0xe7,0x28,0x01,0x53,0x05,0x25,0xf5,0x0c,0xb9,0x26,0x10,0x50,0x4b,0x29,0x20, +0x99,0xdf,0x3d,0x09,0x25,0x03,0xff,0xcb,0x3b,0x12,0x0b,0x7e,0x11,0x00,0xa4,0x3e, +0x11,0x2f,0x71,0x15,0x10,0x0a,0xff,0x00,0x11,0x2c,0x7a,0x0b,0x10,0x8f,0xd8,0x05, +0x14,0x02,0x2d,0x07,0x16,0x4f,0xf2,0x1c,0x12,0x40,0x68,0x5d,0x00,0xd8,0x01,0x11, +0xf0,0xe5,0x52,0x03,0x57,0x21,0x15,0x3f,0x3a,0x3d,0x13,0x40,0x8a,0x0a,0x01,0xc3, +0x49,0x01,0x8d,0x21,0x01,0x9b,0x47,0x01,0xa6,0x0a,0x13,0x60,0x45,0x4a,0x00,0xab, +0x52,0x02,0x4e,0x21,0x01,0x7c,0x04,0x12,0xf0,0x5c,0x4b,0x21,0x00,0x00,0xe9,0x52, +0x15,0x0f,0xcf,0x47,0x04,0xd1,0x4c,0x10,0x07,0x07,0x00,0x33,0x9f,0xff,0xf9,0xa3, +0x11,0x12,0x20,0xbf,0x1f,0x00,0x23,0x00,0x11,0xf7,0xa7,0x60,0x02,0xfb,0x17,0x44, +0xb0,0x6f,0xff,0xf8,0xc6,0x11,0x14,0x0a,0xde,0x11,0x43,0xbf,0xff,0xf4,0xef,0x0b, +0x02,0x10,0x05,0x58,0x1e,0x1e,0xf8,0x12,0x1d,0x16,0xaf,0x52,0x26,0x15,0x05,0x4b, +0x18,0x02,0x23,0x00,0x15,0x20,0xbc,0x0c,0x02,0x5a,0x48,0x00,0xa1,0x00,0x12,0x48, +0x40,0x04,0x00,0xdc,0x60,0x01,0x77,0x00,0x24,0xf0,0x4f,0x3c,0x21,0x02,0xb5,0x2a, +0x00,0x01,0x08,0x12,0xfb,0xaa,0x0d,0x11,0xe0,0x17,0x00,0x12,0x80,0x8b,0x51,0x11, +0x5f,0x50,0x00,0x13,0x01,0x7b,0x61,0x11,0x30,0x0b,0x04,0x12,0xf6,0x33,0x37,0x00, +0xa6,0x22,0x00,0x14,0x01,0x12,0xaf,0xd5,0x4e,0x30,0xc0,0x00,0x0e,0x71,0x01,0x53, +0x1f,0xff,0xd6,0xff,0xfe,0x6c,0x4b,0x00,0x3e,0x03,0x62,0x05,0xff,0xfa,0x3f,0xff, +0xf2,0x1f,0x01,0x00,0xf5,0x4e,0x00,0x63,0x61,0x02,0x26,0x21,0x12,0xf0,0x3a,0x01, +0x30,0x0d,0xff,0xf4,0xd0,0x59,0x12,0x6f,0x7f,0x42,0x01,0x12,0x21,0x51,0x10,0x9f, +0xff,0xe0,0x09,0xa0,0x00,0x00,0xf8,0x22,0x81,0x4f,0xff,0xd0,0x06,0xff,0xff,0x20, +0xcf,0xc1,0x00,0x10,0x5f,0x0f,0x21,0x82,0xf9,0x00,0x2f,0xff,0xf5,0x0e,0xff,0xff, +0xe4,0x10,0x85,0xf0,0xbf,0xff,0x60,0x00,0xef,0xff,0x91,0x29,0x05,0x70,0x3e,0xff, +0xf2,0x00,0x0a,0xff,0xfc,0xaa,0x4a,0x02,0xc3,0x4f,0x00,0x91,0x00,0x10,0x6f,0xc5, +0x14,0x12,0x40,0x8f,0x04,0x10,0xef,0x7a,0x52,0x00,0x07,0x00,0x14,0xf0,0x33,0x01, +0x12,0xf6,0x22,0x11,0x15,0xfc,0x2b,0x41,0x12,0x20,0x62,0x01,0x14,0x80,0xca,0x15, +0x12,0xf0,0xa8,0x19,0x05,0x55,0x38,0x13,0xfb,0xde,0x20,0x03,0x7a,0x0d,0x03,0x0c, +0x09,0x23,0x01,0xef,0x0a,0x5a,0x02,0x88,0x29,0x16,0xc0,0xf5,0x0c,0x01,0xd0,0x23, +0x12,0xf5,0x41,0x08,0x00,0xa4,0x00,0x13,0xc0,0x31,0x11,0x03,0xdc,0x49,0x11,0x0d, +0x69,0x53,0x13,0xf9,0x2f,0x05,0x14,0xfb,0x44,0x1d,0x25,0xaf,0xff,0x87,0x20,0x16, +0x1e,0x9e,0x20,0x16,0x08,0x00,0x1f,0x16,0x0e,0xde,0x2a,0x15,0x8f,0x3b,0x1f,0x15, +0x02,0x46,0x4d,0x00,0x8e,0x05,0x13,0x8e,0x4d,0x00,0x11,0x6f,0x7d,0x3f,0x12,0xfa, +0x93,0x42,0x13,0xf8,0x11,0x4f,0x01,0x3c,0x21,0x00,0x5a,0x3d,0x02,0x3f,0x40,0x03, +0x9b,0x23,0x10,0xdf,0x3d,0x02,0x10,0x01,0x33,0x0e,0x03,0x07,0x46,0x00,0x0e,0x36, +0x03,0x16,0x0a,0x00,0x99,0x20,0x04,0x7e,0x0b,0x12,0x5f,0xb4,0x17,0x03,0xee,0x05, +0x25,0xe0,0x07,0xda,0x21,0x10,0xf9,0xce,0x02,0x13,0xa0,0xe9,0x4a,0x03,0xb5,0x53, +0x13,0x08,0xe4,0x20,0x14,0xf5,0xf5,0x44,0x11,0x0d,0x36,0x0e,0x02,0x5b,0x4d,0x01, +0x12,0x13,0x14,0x06,0x32,0x4e,0x14,0xf6,0xac,0x4d,0x01,0x53,0x32,0x12,0x0f,0xd2, +0x02,0x00,0x3e,0x20,0x13,0x04,0xf4,0x02,0x42,0xef,0xff,0xf5,0x00,0xc6,0x22,0x00, +0x57,0x00,0x23,0xa0,0x0c,0x6a,0x17,0x11,0x1f,0xe5,0x49,0x14,0xc0,0x79,0x5d,0x01, +0xd1,0x5a,0x02,0x20,0x03,0x14,0x88,0x7b,0x20,0x10,0x0e,0xa5,0x18,0x16,0xc0,0x32, +0x01,0x16,0xf6,0xcc,0x1e,0x04,0x95,0x29,0x17,0x0b,0x6b,0x20,0x17,0x5f,0xef,0x27, +0x16,0xef,0xb7,0x29,0x16,0x0d,0x22,0x00,0x17,0x02,0x0d,0x25,0x16,0x9f,0x40,0x22, +0x14,0x5f,0xb8,0x01,0x34,0x05,0x35,0xaf,0xc5,0x05,0x15,0x01,0x7b,0x56,0x03,0x25, +0x34,0x06,0x50,0x25,0x04,0xb4,0x13,0x02,0xef,0x09,0x03,0xdf,0x18,0x05,0x38,0x50, +0x15,0x03,0x83,0x3a,0x14,0x3f,0x7d,0x3d,0x0e,0x13,0x00,0x74,0xc0,0x02,0xaa,0xaa, +0xaa,0xaa,0xdf,0x10,0x02,0x05,0xf3,0x1f,0x01,0x12,0x4b,0x05,0xc0,0x2d,0x04,0xed, +0x00,0x04,0x38,0x14,0x04,0x68,0x5f,0x04,0x37,0x01,0x14,0x3f,0xc9,0x18,0x14,0x0d, +0xfa,0x00,0x14,0x09,0x40,0x00,0x14,0x04,0x50,0x20,0x03,0xe6,0x02,0x02,0x6d,0x20, +0x14,0x80,0xf6,0x1f,0x10,0xfa,0x7f,0x00,0x15,0xa3,0x9f,0x52,0x15,0x45,0x4c,0x3c, +0x1e,0x5f,0x13,0x00,0x00,0x32,0x3b,0x00,0x2e,0x4b,0x00,0x41,0x00,0x12,0xf3,0x91, +0x14,0x10,0x30,0x5a,0x02,0x11,0xa3,0xb2,0x25,0x23,0xf0,0x00,0x84,0x5d,0x22,0x00, +0x01,0x68,0x01,0x01,0x8d,0x25,0x03,0x34,0x5d,0x03,0x1a,0x00,0x01,0x72,0x5c,0x05, +0xa9,0x45,0x13,0xcf,0x26,0x10,0x12,0xfd,0x95,0x00,0x15,0xd0,0x1a,0x00,0x11,0x04, +0x87,0x02,0x22,0x27,0xff,0xae,0x5c,0x00,0xc9,0x00,0x12,0x08,0xf7,0x3c,0x11,0x8f, +0x44,0x63,0x25,0x05,0xbe,0x92,0x26,0x11,0x80,0x1d,0x02,0x16,0xfb,0x41,0x00,0x14, +0x0b,0xb6,0x28,0x16,0xd0,0x68,0x00,0x02,0x3b,0x02,0x12,0x0e,0x0d,0x00,0x08,0x9c, +0x00,0x0c,0xa9,0x00,0x12,0xe0,0x42,0x01,0x13,0x81,0x66,0x02,0x11,0x30,0xe0,0x0c, +0x12,0xf3,0x81,0x05,0x01,0x2d,0x10,0x6f,0x23,0x30,0x77,0x76,0xff,0xfd,0x02,0x00, +0x45,0x54,0x1f,0xff,0xec,0x60,0x00,0x7e,0x30,0x12,0x1f,0xc8,0x04,0x22,0x23,0x9f, +0x04,0x07,0x11,0xdf,0x21,0x02,0x02,0x09,0x1e,0x00,0x68,0x26,0x02,0xe3,0x01,0x02, +0x0d,0x00,0x03,0x0c,0x01,0x14,0x10,0xb2,0x5e,0x12,0x00,0x67,0x1e,0x02,0x47,0x5f, +0x06,0x60,0x01,0x11,0xc0,0x27,0x00,0x01,0x1a,0x00,0x01,0x73,0x07,0x01,0xfa,0x16, +0x12,0x20,0xca,0x02,0x11,0xa0,0xa8,0x2c,0x21,0xfa,0x00,0x76,0x4e,0x10,0xa0,0x2c, +0x02,0x20,0xfe,0xb5,0xe2,0x01,0x25,0xfb,0x10,0x5b,0x00,0x02,0x60,0x01,0x01,0xb2, +0x5e,0x06,0x6d,0x01,0x25,0xfe,0x00,0x75,0x00,0x14,0x0a,0x8b,0x0d,0x18,0xf1,0x9c, +0x00,0x16,0xf3,0xb6,0x00,0x11,0xcf,0x1b,0x5f,0x14,0x7f,0x26,0x55,0x02,0x3b,0x26, +0x11,0xe2,0x0d,0x00,0x00,0x61,0x16,0x22,0x33,0x31,0x37,0x03,0x33,0x6c,0xee,0xb4, +0x41,0x03,0x12,0x1d,0x54,0x0b,0x11,0x03,0x90,0x00,0x01,0x98,0x4e,0x42,0x1d,0xfc, +0x10,0x0c,0x24,0x0e,0x20,0x45,0xdf,0xec,0x41,0x32,0xfa,0x45,0xcf,0xd2,0x09,0x53, +0x07,0xff,0x80,0x00,0x08,0x4c,0x09,0x13,0x4b,0x5c,0x44,0x04,0xf0,0x23,0x21,0x8d, +0xfe,0x2f,0x19,0x33,0x59,0xdd,0xa6,0x5f,0x09,0x13,0xc2,0x30,0x57,0x00,0xc2,0x5b, +0x20,0x11,0x6f,0xde,0x11,0x00,0x3f,0x2f,0x20,0xf0,0x0f,0xe7,0x00,0x31,0xef,0xf3, +0x2f,0x93,0x28,0x13,0xf5,0x0e,0x00,0x70,0x0d,0xff,0x70,0x00,0x04,0xff,0xf0,0x3e, +0x21,0x11,0x5e,0x9f,0x63,0x01,0x4f,0x03,0x13,0x2c,0xcd,0x65,0x32,0x6b,0xee,0xb7, +0x64,0x00,0x30,0xa9,0x00,0xa9,0x07,0x00,0x31,0xd2,0x00,0xb6,0x0e,0x06,0x01,0x05, +0x00,0x02,0x76,0x06,0x1e,0xf2,0x33,0x15,0x0d,0x15,0x00,0x16,0x37,0x0b,0x00,0x37, +0xaf,0x00,0x92,0x19,0x00,0x63,0xbc,0xef,0xce,0xe7,0x00,0xb7,0x51,0x00,0x7c,0x17, +0x00,0x00,0xd8,0x00,0xdb,0xea,0x3d,0x00,0x86,0xf2,0xef,0xdb,0x00,0xf3,0xf9,0xe9, +0xce,0x17,0x00,0x59,0xf0,0x00,0xf6,0x00,0xf5,0x24,0x00,0x35,0xe5,0xf9,0xc9,0x0c, +0x00,0x68,0xed,0xf2,0x00,0xf9,0x08,0x08,0x85,0x00,0x1c,0xe9,0x9f,0x00,0x17,0xe9, +0xb2,0x60,0x03,0x01,0x00,0x33,0xd2,0x00,0xc5,0x1c,0x00,0xd2,0xfe,0xf9,0x00,0x00, +0xd2,0xf8,0xf5,0x00,0xfe,0xf5,0xfe,0xe5,0x0b,0xea,0x00,0x61,0x0b,0xf5,0xfe,0xf6, +0xfb,0xfb,0x79,0x04,0x15,0xec,0x32,0x00,0x86,0xf3,0xf5,0xed,0x00,0xf9,0xfb,0xfb, +0xf5,0x81,0x49,0x69,0xf9,0x00,0xf5,0xf9,0xf9,0xf5,0x63,0x00,0xa5,0xe9,0xf9,0xed, +0xf6,0xf5,0xfb,0xfb,0xfb,0xf6,0xf9,0x17,0x01,0x42,0xe9,0xf9,0xf5,0xf9,0xbf,0x00, +0x51,0xee,0x00,0x00,0x00,0xf6,0x38,0x00,0x8a,0xde,0x00,0xed,0x00,0xf9,0xfe,0xef, +0xf2,0xfb,0x00,0x3f,0xf5,0x00,0xf6,0x71,0x4c,0x05,0x02,0xc8,0x0d,0x00,0x36,0x00, +0x22,0x00,0xe4,0x0c,0x00,0x41,0xc4,0x00,0xc4,0xdb,0x0a,0x01,0xe0,0xa4,0xef,0x00, +0x00,0xfe,0xfe,0xed,0xf9,0xec,0x00,0xe7,0xf5,0x00,0xed,0x40,0x01,0x60,0xf9,0xf3, +0xeb,0xf0,0xe9,0xf0,0x6f,0x07,0x04,0x5b,0x0f,0x11,0xfb,0x8d,0x00,0x2e,0xf5,0xfb, +0x5e,0x00,0x03,0x57,0x00,0x13,0xed,0x58,0x01,0x0f,0xf2,0x4c,0x06,0x41,0xeb,0x00, +0xe5,0x00,0xc1,0x07,0xb4,0xf6,0xf9,0xef,0x00,0xf5,0xef,0xf5,0xf5,0xf9,0x00,0xf0, +0xcf,0x00,0x00,0x7c,0x65,0xa1,0xeb,0xf0,0xf0,0xeb,0xf5,0x00,0xaa,0x00,0x8e,0x00, +0x66,0x06,0xf2,0x00,0xe0,0xfd,0xe9,0x00,0xee,0xae,0xe9,0xca,0xd8,0x00,0xc7,0x00, +0xc9,0x00,0xf7,0x7a,0x00,0x62,0xef,0xf9,0xdf,0xe7,0x00,0xdf,0x60,0x02,0x91,0xee, +0xa9,0xd9,0x00,0x00,0x00,0xde,0x00,0x9e,0x41,0x01,0x84,0xed,0xf9,0xd8,0x00,0xe7, +0xf1,0x00,0xf2,0xea,0x00,0x13,0xf5,0x0b,0x00,0x13,0xeb,0xbe,0x00,0xd5,0xf6,0xf6, +0xf5,0x00,0xfb,0x02,0xfb,0xf9,0xf9,0x00,0xfb,0xf9,0x00,0xc6,0x00,0x11,0xf6,0x7f, +0x00,0x34,0xf7,0x00,0x0b,0x40,0x01,0x22,0xf5,0xf2,0x3d,0x00,0x07,0xd9,0x00,0x05, +0x3d,0x01,0xb1,0xb2,0xd3,0xb2,0xcd,0xf2,0xf2,0x00,0xe5,0xed,0xac,0xec,0x9b,0x01, +0xf2,0x03,0xf5,0xe0,0x00,0xd3,0xce,0xf6,0xd3,0x00,0x00,0xe2,0xd8,0xf6,0xe2,0xee, +0xee,0xec,0xee,0xd2,0x6b,0x02,0x21,0xf0,0xf2,0x54,0x00,0x20,0xdb,0xf9,0x78,0x00, +0x21,0xf9,0xf5,0x3c,0x01,0x13,0xf9,0x43,0x01,0x04,0xa0,0x01,0x40,0xce,0xf3,0xce, +0xea,0x69,0x00,0x61,0xf9,0xd3,0xf9,0x00,0xf9,0x07,0x1b,0x03,0x40,0xea,0xf4,0x00, +0xf2,0x56,0x00,0x61,0x00,0xec,0xf9,0xf9,0xf4,0xf9,0xfd,0x06,0x31,0xe7,0xf9,0xe7, +0x30,0x00,0x23,0xfe,0xdc,0x21,0x27,0x68,0xfe,0x00,0xf7,0x00,0x00,0xfc,0xd5,0x01, +0x00,0x02,0x00,0x02,0x3a,0x02,0x63,0xfd,0xef,0xf9,0xf5,0xf2,0xf9,0x18,0x00,0x22, +0xf6,0xf0,0xf8,0x02,0x51,0xf9,0xf0,0xf5,0xf9,0xf0,0xcf,0x00,0xd2,0xb8,0xce,0xb8, +0xdc,0xea,0xea,0xf6,0xf5,0xf5,0xbc,0xf3,0xf5,0xf9,0xa9,0x00,0xe0,0xcd,0xdd,0x00, +0xd7,0x00,0x00,0xe5,0xdd,0xe1,0xe7,0xf5,0xed,0xe7,0xf5,0x0c,0x02,0x01,0x62,0x02, +0x00,0x68,0x00,0xf2,0x00,0xf2,0xee,0xec,0x00,0xf9,0xfe,0xfe,0x00,0xf5,0xf7,0x00, +0xf7,0xf5,0xf2,0xf8,0x1c,0x01,0x4d,0xf7,0xf7,0xed,0xf7,0xeb,0x18,0x42,0xf3,0xe1, +0xf3,0x00,0xe7,0x4e,0x31,0x12,0x00,0x2d,0x18,0x01,0x31,0xf9,0x00,0x04,0xc1,0x01, +0x07,0x41,0x01,0x44,0xed,0x00,0xf0,0xfb,0x22,0x02,0x08,0x61,0x01,0x64,0xf3,0x00, +0xf8,0xf9,0x02,0xf9,0x26,0x00,0xb2,0xd8,0x00,0xf3,0x00,0xfb,0xdb,0x00,0xe9,0xf8, +0x00,0xfd,0xd1,0x00,0x63,0x00,0xfb,0xfb,0xef,0xfb,0xf9,0x3e,0x02,0x06,0x2a,0x04, +0x11,0xf5,0x30,0x00,0x33,0xf9,0xee,0x00,0x5a,0x04,0x42,0x02,0x02,0x00,0x02,0xbc, +0x00,0x13,0x07,0x63,0x01,0x50,0xf2,0xf2,0xed,0x00,0xf0,0x19,0x01,0x43,0xeb,0xf8, +0x00,0xfd,0x26,0x00,0xe2,0xfe,0xfe,0xf6,0xfe,0xfc,0x04,0x1b,0x1b,0x00,0xd6,0xf5, +0xd6,0xfc,0x00,0x25,0x59,0xd1,0x1e,0x00,0x2b,0x1e,0x12,0x22,0x00,0x1b,0xf2,0xf9, +0x00,0xf8,0x00,0x18,0x02,0x40,0x04,0x00,0xfb,0x00,0xff,0x64,0x12,0xee,0x5f,0x04, +0x15,0xe2,0x9a,0x03,0x10,0xf5,0xc0,0x03,0x01,0x33,0x00,0x00,0xcb,0x01,0x45,0xfb, +0x00,0x05,0xf5,0x2e,0x01,0x24,0x00,0xf6,0x5a,0x03,0x05,0x2f,0x03,0x0a,0x90,0x04, +0x71,0x04,0xce,0x04,0x00,0x04,0x04,0xed,0xb6,0x06,0x03,0x4c,0x00,0x21,0xf9,0xef, +0xbb,0x01,0x34,0x00,0xeb,0xf5,0x86,0x02,0x0f,0x01,0x00,0x06,0x1a,0x07,0xe2,0x03, +0x1a,0x00,0x0a,0x01,0x1f,0xec,0x34,0x00,0x02,0xa4,0xca,0xed,0xca,0xee,0x08,0x08, +0x00,0xf5,0x00,0xd2,0x2a,0x02,0x34,0x04,0xed,0xf9,0x86,0x02,0x51,0x08,0x06,0x00, +0x08,0xfb,0xd8,0x00,0x15,0x07,0x64,0x04,0x01,0xbe,0x00,0x1f,0xf2,0x90,0x05,0x02, +0x75,0xfb,0xe9,0xfb,0x00,0x04,0x04,0xe9,0x7e,0x00,0x11,0xfb,0xa6,0x02,0x10,0xf9, +0x55,0x00,0x02,0xea,0x02,0x01,0x60,0x00,0x30,0xdb,0xf6,0xdb,0x0e,0x00,0x70,0xf8, +0x00,0xe5,0x00,0xf2,0x00,0xf9,0xdb,0x02,0x36,0x00,0xf2,0xfb,0x78,0x04,0x02,0xe3, +0x01,0x51,0xf9,0xcf,0x00,0xcf,0xfe,0x43,0x00,0x11,0xec,0x72,0x00,0x10,0xf5,0xc8, +0x01,0x09,0x26,0x00,0xc0,0xef,0xf5,0x00,0x00,0xf2,0x0a,0xf5,0xf6,0x00,0x00,0x0a, +0x00,0x92,0x01,0x61,0xee,0x00,0xf4,0x00,0xf9,0xe7,0x30,0x01,0x06,0x4f,0x02,0x02, +0x2e,0x00,0x32,0xdb,0x00,0xdb,0x0b,0x03,0x00,0x72,0x00,0x20,0xfb,0x00,0x6e,0x05, +0x08,0x72,0x00,0x01,0xcb,0x04,0x07,0xc2,0x04,0x03,0x0a,0x00,0x11,0xf3,0x9b,0x00, +0x12,0xfe,0xb5,0x00,0x13,0xfb,0x96,0x03,0x11,0x01,0x05,0x00,0x10,0x02,0xe1,0x05, +0x37,0x04,0x03,0x05,0x95,0x37,0x12,0x06,0x82,0x01,0xa0,0x08,0x09,0x0a,0x0b,0x0c, +0x0d,0x00,0x00,0x0e,0x0f,0xfe,0x07,0xd1,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17, +0x18,0x19,0x1a,0x02,0x1b,0xb8,0x16,0xf3,0x0b,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22, +0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b, +0x2c,0x2d,0x02,0xc2,0x1e,0x12,0x02,0x99,0x6f,0x76,0x03,0x04,0x00,0x05,0x06,0x07, +0x08,0x61,0x00,0x20,0x09,0x0a,0x2d,0x06,0x70,0x00,0x0c,0x00,0x0d,0x00,0x00,0x00, +0x61,0x00,0x11,0x00,0x08,0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x65,0x00,0x20,0x00, +0x17,0x73,0x06,0xf0,0x03,0x18,0x00,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00, +0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x6f,0x00,0x90,0x23,0x24,0x25,0x26,0x00,0x00, +0x03,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[29739] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_cn_bold_XXL_s = { +.uncomp_size = 29539, +.comp_size = 13491, +.line_height = 49, +.base_line = 11, +.subpx = 0, +.underline_position = -5, +.underline_thickness = 2, +.kern_scale = 17, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 776, +.class_pair_values = 27635, +.left_class_mapping = 29345, +.right_class_mapping = 29442, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 29739, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_24.c b/radio/src/fonts/lvgl/lv_font_noto_jp_L.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_24.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_L.c index bbdc7e4e272..42937a0b4a8 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_24.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_L.c @@ -4114,7 +4114,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[127521] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_24 = { +const etxLz4Font lv_font_noto_jp_L = { .uncomp_size = 127193, .comp_size = 65577, .line_height = 29, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_L_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_L_s.c new file mode 100644 index 00000000000..6ff1b9392b5 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_L_s.c @@ -0,0 +1,2502 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x60,0x03,0x08,0x00,0xf0,0x08,0xe0,0x04,0x03,0x0b,0x01, +0x00,0x11,0x00,0x20,0x07,0x05,0x05,0x01,0x06,0x1e,0x00,0x50,0x08,0x08,0x0b,0x00, +0x00,0x4a,0x08,0x00,0xf1,0x15,0x0e,0x00,0xfe,0x82,0x00,0xd0,0x0d,0x0e,0x0b,0x00, +0x00,0xcf,0x00,0x30,0x0a,0x0a,0x0b,0x00,0x00,0x06,0x01,0x30,0x04,0x02,0x05,0x01, +0x06,0x0b,0x01,0x10,0x05,0x04,0x0f,0x01,0xfd,0x29,0x08,0x00,0xf2,0x25,0x00,0xfd, +0x47,0x01,0x00,0x07,0x07,0x05,0x00,0x06,0x59,0x01,0x50,0x08,0x08,0x08,0x00,0x02, +0x79,0x01,0x30,0x04,0x04,0x05,0x00,0xfd,0x83,0x01,0x30,0x05,0x05,0x01,0x00,0x04, +0x86,0x01,0x30,0x04,0x03,0x03,0x01,0x00,0x8b,0x01,0xe0,0x05,0x06,0x0e,0x00,0xfd, +0xb5,0x01,0x68,0x00,0xa2,0xe1,0x01,0x50,0x08,0x07,0x0b,0x01,0x00,0x08,0x02,0x10, +0x00,0x13,0x34,0x08,0x00,0x13,0x60,0x08,0x00,0x13,0x8c,0x08,0x00,0x13,0xb8,0x08, +0x00,0x13,0xe4,0x08,0x00,0x22,0x10,0x03,0x08,0x00,0x13,0x3c,0x08,0x00,0xf0,0x02, +0x68,0x03,0x30,0x04,0x03,0x08,0x01,0x00,0x74,0x03,0x30,0x04,0x04,0x0b,0x00,0xfd, +0x8a,0x18,0x00,0x40,0x07,0x00,0x02,0xa6,0x08,0x00,0x43,0x04,0x00,0x04,0xb6,0x10, +0x00,0xf0,0x05,0xd2,0x03,0x20,0x07,0x07,0x0b,0x00,0x00,0xf9,0x03,0x30,0x0e,0x0e, +0x0d,0x00,0xfe,0x54,0x04,0x20,0x09,0xd8,0x00,0xb1,0x8b,0x04,0xe0,0x09,0x09,0x0b, +0x01,0x00,0xbd,0x04,0x90,0x10,0x00,0x40,0xf4,0x04,0x50,0x0a,0x10,0x00,0xb1,0x26, +0x05,0xd0,0x08,0x08,0x0b,0x01,0x00,0x52,0x05,0x40,0xa8,0x00,0x31,0x79,0x05,0x50, +0x08,0x01,0x31,0xb0,0x05,0xf0,0x20,0x00,0xc0,0xe2,0x05,0x60,0x04,0x02,0x0b,0x01, +0x00,0xed,0x05,0x10,0x08,0x58,0x00,0x31,0x14,0x06,0xb0,0x48,0x00,0x31,0x46,0x06, +0x20,0x30,0x00,0xb1,0x6d,0x06,0x30,0x0c,0x0a,0x0b,0x01,0x00,0xa4,0x06,0xd0,0x30, +0x00,0xc0,0xd6,0x06,0x20,0x0b,0x0b,0x0b,0x00,0x00,0x13,0x07,0x80,0x09,0x58,0x00, +0xb1,0x3f,0x07,0x20,0x0b,0x0b,0x0e,0x00,0xfd,0x8c,0x07,0x80,0x38,0x00,0xc0,0xbe, +0x07,0xf0,0x08,0x09,0x0b,0x00,0x00,0xf0,0x07,0x00,0x09,0x08,0x00,0x22,0x22,0x08, +0x38,0x00,0x31,0x54,0x08,0xa0,0x18,0x00,0x93,0x86,0x08,0x30,0x0d,0x0d,0x0b,0x00, +0x00,0xce,0x10,0x00,0xb1,0x00,0x09,0xf0,0x07,0x09,0x0b,0xff,0x00,0x32,0x09,0x10, +0x30,0x00,0xa2,0x64,0x09,0x10,0x05,0x04,0x0e,0x01,0xfd,0x80,0x09,0x68,0x01,0x11, +0xaa,0x10,0x00,0xf0,0x0e,0x00,0xfd,0xc6,0x09,0x50,0x08,0x07,0x06,0x01,0x05,0xdb, +0x09,0x60,0x08,0x09,0x01,0x00,0xfe,0xe0,0x09,0x10,0x09,0x04,0x04,0x02,0x09,0xe8, +0x09,0x70,0xb0,0x01,0x41,0x00,0x08,0x0a,0x40,0x90,0x00,0x40,0x34,0x0a,0xa0,0x07, +0x10,0x00,0x40,0x54,0x0a,0x50,0x09,0x58,0x01,0x31,0x80,0x0a,0x50,0x20,0x00,0xb0, +0xa0,0x0a,0xe0,0x04,0x06,0x0c,0x00,0x00,0xc4,0x0a,0x70,0x78,0x00,0x50,0xfd,0xf6, +0x0a,0x20,0x09,0xe0,0x00,0x31,0x1d,0x0b,0x20,0x40,0x02,0xb1,0x2e,0x0b,0x20,0x04, +0x05,0x0e,0xff,0xfd,0x51,0x0b,0x40,0x30,0x01,0x31,0x7d,0x0b,0x40,0x18,0x00,0xf0, +0x0c,0x8e,0x0b,0xe0,0x0d,0x0c,0x08,0x01,0x00,0xbe,0x0b,0x30,0x09,0x07,0x08,0x01, +0x00,0xda,0x0b,0x10,0x09,0x09,0x08,0x00,0x00,0xfe,0x0b,0x50,0x70,0x00,0x31,0xfd, +0x2a,0x0c,0x68,0x00,0xf1,0x0d,0xfd,0x56,0x0c,0xd0,0x05,0x05,0x08,0x01,0x00,0x6a, +0x0c,0x00,0x07,0x07,0x08,0x00,0x00,0x86,0x0c,0xa0,0x05,0x06,0x0a,0x00,0x00,0xa4, +0x0c,0x20,0x38,0x00,0x31,0xc0,0x0c,0xd0,0x98,0x00,0xb1,0xe0,0x0c,0x00,0x0c,0x0c, +0x08,0x00,0x00,0x10,0x0d,0x80,0x10,0x00,0x40,0x30,0x0d,0xd0,0x07,0x40,0x00,0x31, +0x5c,0x0d,0x20,0x38,0x00,0xf3,0x02,0x78,0x0d,0x10,0x05,0x05,0x0e,0x00,0xfd,0x9b, +0x0d,0x10,0x04,0x02,0x10,0x01,0xfc,0xab,0x10,0x00,0xf0,0x12,0xce,0x0d,0x50,0x08, +0x08,0x02,0x00,0x04,0xd6,0x0d,0x00,0x0f,0x0e,0x0d,0x01,0x00,0x31,0x0e,0x00,0x0f, +0x0c,0x0e,0x01,0xff,0x85,0x0e,0x00,0x0f,0x0d,0x0c,0x01,0x00,0xd3,0x08,0x00,0xf0, +0x05,0x0d,0x01,0x00,0x28,0x0f,0x00,0x0f,0x0b,0x0e,0x02,0xff,0x75,0x0f,0x00,0x0f, +0x09,0x0f,0x03,0xfe,0xb9,0x10,0x00,0x52,0x0d,0x02,0x00,0x01,0x10,0x18,0x00,0xa2, +0x4e,0x10,0x10,0x0e,0x0c,0x0c,0x01,0x00,0x96,0x10,0x30,0x00,0x40,0xeb,0x10,0x00, +0x0f,0x10,0x00,0xa2,0x33,0x11,0x00,0x0f,0x0c,0x0d,0x02,0x00,0x81,0x11,0x30,0x00, +0xf1,0x0b,0xc9,0x11,0x90,0x05,0x05,0x04,0x00,0x07,0xd3,0x11,0x00,0x0f,0x06,0x05, +0x00,0xff,0xe2,0x11,0x00,0x0f,0x0d,0x0e,0x01,0xff,0x3d,0x12,0x70,0x00,0x31,0xff, +0x8b,0x12,0x40,0x00,0x31,0xff,0xe0,0x12,0x90,0x00,0x32,0xff,0x3b,0x13,0x08,0x00, +0x10,0x96,0x08,0x00,0x51,0x0e,0x01,0xff,0xf8,0x13,0x48,0x00,0x32,0xff,0x40,0x14, +0x10,0x00,0xa1,0xa2,0x14,0x00,0x0f,0x09,0x0e,0x02,0xff,0xe1,0x14,0x48,0x00,0xb2, +0xfe,0x3c,0x15,0x00,0x0f,0x0b,0x0c,0x02,0xff,0x7e,0x15,0x28,0x00,0x20,0xc6,0x15, +0xa0,0x00,0x42,0x03,0xff,0x13,0x16,0x58,0x00,0x10,0x68,0x08,0x00,0x50,0x0f,0x01, +0xfe,0xca,0x16,0x58,0x00,0x42,0x00,0xff,0x25,0x17,0x18,0x00,0x13,0x7a,0x08,0x00, +0x22,0xcf,0x17,0x70,0x00,0xf2,0x03,0x2a,0x18,0x00,0x0f,0x0b,0x09,0x02,0xff,0x5c, +0x18,0x00,0x0f,0x0d,0x0a,0x01,0x00,0x9d,0x18,0xa0,0x00,0x13,0xeb,0x08,0x00,0x22, +0x39,0x19,0x60,0x00,0x22,0x81,0x19,0x38,0x00,0x13,0xd6,0x08,0x00,0x22,0x2b,0x1a, +0x20,0x00,0x22,0x79,0x1a,0x48,0x00,0xf1,0x03,0xd4,0x1a,0x00,0x0f,0x0f,0x0a,0x00, +0x00,0x1f,0x1b,0x00,0x0f,0x0f,0x0b,0x00,0x00,0x72,0x1b,0x10,0x01,0x32,0xff,0xc0, +0x1b,0x20,0x00,0x22,0x1b,0x1c,0x38,0x00,0x13,0x70,0x08,0x00,0x22,0xc5,0x1c,0x80, +0x01,0x22,0x19,0x1d,0x60,0x00,0x20,0x61,0x1d,0xe0,0x00,0x40,0x03,0xff,0xa0,0x1d, +0x38,0x00,0xc0,0x01,0xff,0xee,0x1d,0x00,0x0f,0x0f,0x0e,0x00,0xff,0x57,0x1e,0x00, +0x01,0x42,0x00,0xff,0xb9,0x1e,0x38,0x00,0x22,0x0e,0x1f,0x50,0x00,0xa2,0x69,0x1f, +0x00,0x0f,0x0b,0x0b,0x02,0xfe,0xa6,0x1f,0x18,0x00,0x11,0xfb,0x10,0x00,0x42,0x01, +0xff,0x38,0x20,0x40,0x00,0x22,0x86,0x20,0x80,0x00,0x22,0xd4,0x20,0xe0,0x00,0xa0, +0x06,0x21,0x00,0x0f,0x0d,0x0b,0x01,0x00,0x4e,0x21,0xb0,0x01,0x42,0x02,0xfe,0x96, +0x21,0x38,0x00,0x22,0xeb,0x21,0x30,0x00,0x22,0x39,0x22,0x68,0x01,0x22,0x9b,0x22, +0x18,0x00,0x13,0xf0,0x10,0x00,0x22,0x52,0x23,0xb8,0x01,0xa2,0xad,0x23,0x00,0x0f, +0x0f,0x0f,0x00,0xfe,0x1e,0x24,0x20,0x00,0x22,0x73,0x24,0xa0,0x00,0x22,0xdc,0x24, +0x88,0x01,0x22,0x1e,0x25,0x68,0x01,0x21,0x79,0x25,0x18,0x00,0x32,0xfe,0xe2,0x25, +0x28,0x00,0x22,0x37,0x26,0xb0,0x00,0x22,0x92,0x26,0x30,0x01,0x22,0xe0,0x26,0x58, +0x00,0x22,0x42,0x27,0x20,0x00,0x22,0x97,0x27,0x48,0x00,0x21,0x00,0x28,0x48,0x02, +0x32,0xff,0x48,0x28,0x20,0x00,0x22,0xaa,0x28,0x78,0x00,0x22,0x05,0x29,0x20,0x00, +0x22,0x6e,0x29,0x30,0x00,0x22,0xc3,0x29,0xf8,0x00,0x22,0x00,0x2a,0x10,0x00,0x13, +0x55,0x08,0x00,0x22,0xaa,0x2a,0x38,0x00,0xf2,0x03,0x0c,0x2b,0x00,0x0f,0x09,0x0d, +0x04,0xff,0x47,0x2b,0x00,0x0f,0x0a,0x0d,0x04,0xff,0x88,0x2b,0x20,0x00,0x22,0xdd, +0x2b,0xe0,0x01,0x23,0x1e,0x2c,0xc0,0x00,0x12,0x2c,0x78,0x01,0x22,0xbb,0x2c,0x18, +0x01,0x22,0x03,0x2d,0x68,0x00,0x10,0x6c,0x08,0x00,0x50,0x0c,0x00,0x00,0xc6,0x2d, +0x20,0x00,0x40,0x03,0xff,0x0e,0x2e,0xa8,0x01,0x42,0x02,0xff,0x62,0x2e,0x50,0x01, +0x22,0xb0,0x2e,0xf0,0x00,0x22,0xf2,0x2e,0x70,0x00,0x22,0x54,0x2f,0x08,0x00,0x22, +0xb6,0x2f,0x00,0x02,0x22,0x01,0x30,0x00,0x02,0x13,0x54,0x08,0x00,0x22,0xa7,0x30, +0x70,0x00,0x22,0xfc,0x30,0x60,0x00,0x22,0x65,0x31,0xd0,0x01,0x22,0xc7,0x31,0x10, +0x01,0x22,0x15,0x32,0x88,0x00,0x22,0x5d,0x32,0x28,0x00,0x13,0xb2,0x08,0x00,0x22, +0x07,0x33,0x20,0x00,0x21,0x55,0x33,0x70,0x00,0x32,0xfe,0x97,0x33,0x60,0x01,0x10, +0xf2,0x10,0x00,0x52,0x08,0x02,0x00,0x1e,0x34,0xb8,0x00,0xa2,0x66,0x34,0x00,0x0f, +0x09,0x0a,0x03,0xff,0x93,0x34,0x98,0x00,0x22,0xd5,0x34,0xa8,0x00,0x20,0x23,0x35, +0x08,0x01,0xc2,0x03,0xff,0x5e,0x35,0x00,0x0f,0x0f,0x0d,0x00,0xff,0xc0,0x35,0xd0, +0x00,0x22,0x08,0x36,0x28,0x00,0x22,0x4a,0x36,0x60,0x00,0x21,0x98,0x36,0x10,0x02, +0x20,0xff,0xe0,0x10,0x00,0xd3,0x02,0x01,0x05,0xed,0x36,0x00,0x0f,0x0f,0x02,0x00, +0x05,0xfc,0x36,0xb0,0x00,0x12,0x37,0x40,0x00,0x13,0xc7,0x08,0x00,0x22,0x29,0x38, +0x08,0x00,0x22,0x8b,0x38,0xa0,0x01,0x22,0xe6,0x38,0x28,0x00,0x22,0x4f,0x39,0xb8, +0x00,0x22,0xa4,0x39,0xe0,0x00,0x93,0x06,0x3a,0x00,0x0f,0x0f,0x10,0x00,0xfe,0x7e, +0x08,0x00,0x22,0xf6,0x3a,0x28,0x00,0x22,0x5f,0x3b,0x08,0x00,0x22,0xc8,0x3b,0x50, +0x02,0x22,0x39,0x3c,0x10,0x00,0x22,0xa2,0x3c,0x10,0x00,0x21,0x13,0x3d,0x08,0x00, +0xb3,0xff,0x84,0x3d,0x00,0x0f,0x10,0x0f,0x00,0xfe,0xfc,0x3d,0x88,0x00,0x12,0x3e, +0x08,0x00,0x13,0xce,0x08,0x00,0x22,0x37,0x3f,0x28,0x00,0x22,0xa8,0x3f,0x70,0x00, +0x22,0x0a,0x40,0x18,0x00,0xa2,0x73,0x40,0x00,0x0f,0x0e,0x0f,0x00,0xff,0xdc,0x40, +0x50,0x00,0x22,0x4d,0x41,0x90,0x02,0x22,0xb6,0x41,0x10,0x00,0x22,0x27,0x42,0x08, +0x00,0x22,0x98,0x42,0x30,0x00,0x22,0x01,0x43,0x20,0x00,0x22,0x6a,0x43,0x10,0x00, +0x13,0xd3,0x10,0x00,0x22,0x3c,0x44,0xe0,0x00,0x22,0x97,0x44,0xd8,0x00,0x22,0xec, +0x44,0xf8,0x00,0x22,0x4e,0x45,0x18,0x00,0x22,0xa9,0x45,0x48,0x00,0x21,0x1a,0x46, +0x70,0x00,0x23,0xfe,0x83,0x08,0x00,0x22,0xec,0x46,0x80,0x00,0x22,0x55,0x47,0x10, +0x00,0x22,0xbe,0x47,0x28,0x00,0x21,0x2f,0x48,0x90,0x04,0x32,0xff,0x91,0x48,0x18, +0x00,0x22,0xfa,0x48,0x18,0x00,0x22,0x6b,0x49,0x10,0x00,0x10,0xd4,0x08,0x00,0x52, +0x10,0x00,0xfe,0x44,0x4a,0x30,0x01,0x22,0xbc,0x4a,0xe0,0x00,0x22,0x2d,0x4b,0x98, +0x00,0x22,0x96,0x4b,0x30,0x00,0x22,0x07,0x4c,0x18,0x00,0x22,0x78,0x4c,0x18,0x00, +0x21,0xe1,0x4c,0x00,0x01,0x32,0xfe,0x43,0x4d,0x10,0x00,0x22,0xac,0x4d,0xb0,0x00, +0x20,0x01,0x4e,0xa8,0x00,0x42,0x00,0xff,0x5c,0x4e,0xb0,0x00,0x22,0xb7,0x4e,0xc0, +0x00,0x22,0x19,0x4f,0x28,0x00,0x13,0x82,0x08,0x00,0x22,0xeb,0x4f,0x40,0x00,0x22, +0x4d,0x50,0x38,0x00,0x22,0xa2,0x50,0x28,0x00,0x22,0x04,0x51,0x10,0x00,0x13,0x59, +0x08,0x00,0x13,0xae,0x08,0x00,0x22,0x03,0x52,0x20,0x01,0x22,0x6c,0x52,0x40,0x00, +0x22,0xd5,0x52,0xb0,0x00,0x22,0x4d,0x53,0x10,0x00,0x23,0xb6,0x53,0x68,0x01,0x12, +0x54,0x10,0x00,0x22,0x90,0x54,0x10,0x01,0x22,0xf9,0x54,0xe8,0x00,0x22,0x62,0x55, +0x18,0x00,0x22,0xcb,0x55,0xc8,0x00,0x20,0x3c,0x56,0x18,0x00,0x42,0x01,0xfe,0xa5, +0x56,0x38,0x00,0x22,0x16,0x57,0x08,0x00,0x13,0x87,0x08,0x00,0x13,0xf8,0x08,0x00, +0x22,0x69,0x58,0x08,0x00,0x13,0xda,0x08,0x00,0x22,0x4b,0x59,0x08,0x00,0x13,0xbc, +0x08,0x00,0x22,0x2d,0x5a,0x08,0x02,0x22,0x8f,0x5a,0x68,0x00,0x23,0xf8,0x5a,0x38, +0x00,0x12,0x5b,0x70,0x00,0x13,0xd2,0x08,0x00,0x22,0x3b,0x5c,0x08,0x00,0x22,0xa4, +0x5c,0x18,0x01,0x22,0xff,0x5c,0xf0,0x00,0x22,0x61,0x5d,0x30,0x00,0x13,0xd2,0x08, +0x00,0x22,0x43,0x5e,0x08,0x00,0x22,0xb4,0x5e,0x30,0x00,0x22,0x1d,0x5f,0x78,0x06, +0x22,0x78,0x5f,0x00,0x01,0x22,0xe1,0x5f,0x68,0x00,0x22,0x4a,0x60,0x48,0x00,0x23, +0xa5,0x60,0xc0,0x00,0x12,0x61,0x30,0x00,0x13,0x7f,0x08,0x00,0x13,0xe8,0x08,0x00, +0x22,0x51,0x62,0x08,0x00,0x22,0xba,0x62,0x28,0x00,0x22,0x2b,0x63,0x10,0x00,0x22, +0x94,0x63,0x10,0x00,0x23,0x05,0x64,0xe8,0x04,0x03,0x08,0x00,0x22,0xd7,0x64,0xd0, +0x00,0x22,0x39,0x65,0x28,0x01,0x22,0xaa,0x65,0x28,0x00,0x22,0x1b,0x66,0x08,0x00, +0x13,0x8c,0x08,0x00,0x22,0xfd,0x66,0x88,0x00,0x22,0x66,0x67,0x10,0x00,0x22,0xd7, +0x67,0x40,0x00,0x22,0x40,0x68,0x10,0x00,0x13,0xb1,0x08,0x00,0x22,0x22,0x69,0x08, +0x00,0x22,0x93,0x69,0x30,0x00,0x13,0xfc,0x10,0x00,0x22,0x6d,0x6a,0x08,0x00,0x13, +0xde,0x08,0x00,0x22,0x4f,0x6b,0x40,0x00,0x22,0xb8,0x6b,0x10,0x00,0x22,0x29,0x6c, +0x10,0x00,0x22,0x92,0x6c,0x10,0x00,0x23,0x03,0x6d,0x28,0x05,0x12,0x6d,0x48,0x00, +0x21,0xd5,0x6d,0x00,0x05,0x32,0xfe,0x37,0x6e,0xc8,0x04,0x22,0x7f,0x6e,0x28,0x01, +0x22,0xda,0x6e,0x18,0x05,0x22,0x3c,0x6f,0x60,0x01,0x22,0x9e,0x6f,0x38,0x01,0x22, +0x07,0x70,0x40,0x00,0x22,0x70,0x70,0x18,0x00,0x23,0xd2,0x70,0x98,0x01,0x12,0x71, +0x50,0x00,0x22,0xa4,0x71,0x10,0x00,0x22,0x0d,0x72,0x08,0x00,0x13,0x76,0x08,0x00, +0x13,0xdf,0x08,0x00,0x22,0x48,0x73,0x10,0x01,0x22,0xb9,0x73,0x78,0x02,0x22,0x31, +0x74,0x98,0x00,0x22,0xa2,0x74,0x20,0x00,0x22,0x0b,0x75,0x10,0x00,0x22,0x7c,0x75, +0x10,0x00,0x13,0xe5,0x08,0x00,0x22,0x4e,0x76,0x18,0x00,0x22,0xbf,0x76,0x10,0x00, +0x22,0x28,0x77,0x80,0x00,0x22,0x8a,0x77,0x18,0x00,0x13,0xfb,0x08,0x00,0x20,0x6c, +0x78,0x88,0x03,0x43,0x01,0xfe,0xdc,0x78,0x40,0x04,0x13,0x79,0xd8,0x02,0x13,0x79, +0xd8,0x02,0x13,0x7a,0xd8,0x02,0x12,0x7a,0xa0,0x01,0x22,0xf2,0x7a,0x88,0x00,0x22, +0x6a,0x7b,0x20,0x00,0x22,0xdb,0x7b,0x20,0x00,0x22,0x44,0x7c,0x08,0x00,0x13,0xad, +0x08,0x00,0x23,0x16,0x7d,0xd8,0x02,0x12,0x7d,0x10,0x00,0x13,0xf0,0x08,0x00,0x22, +0x59,0x7e,0x08,0x00,0x22,0xc2,0x7e,0x20,0x00,0x22,0x33,0x7f,0x98,0x00,0x22,0x95, +0x7f,0x18,0x00,0x22,0xfe,0x7f,0xa0,0x03,0x22,0x60,0x80,0x80,0x03,0x22,0xb5,0x80, +0x18,0x00,0x22,0x1e,0x81,0x08,0x00,0x22,0x87,0x81,0x88,0x00,0x13,0xe9,0x10,0x00, +0x22,0x52,0x82,0x40,0x00,0x23,0xb4,0x82,0xb8,0x02,0x12,0x83,0x08,0x00,0x22,0x86, +0x83,0x60,0x00,0x22,0xf7,0x83,0xb0,0x02,0x22,0x52,0x84,0x18,0x00,0x22,0xbb,0x84, +0x18,0x00,0x22,0x2c,0x85,0x08,0x00,0x22,0x9d,0x85,0x18,0x00,0x22,0x06,0x86,0x10, +0x00,0x22,0x77,0x86,0x10,0x00,0x13,0xe0,0x08,0x00,0x22,0x49,0x87,0xf0,0x00,0x22, +0xc1,0x87,0x10,0x00,0x22,0x2a,0x88,0x08,0x00,0x22,0x93,0x88,0x88,0x00,0x22,0xf5, +0x88,0x38,0x00,0x23,0x66,0x89,0x90,0x02,0x03,0x08,0x00,0x22,0x48,0x8a,0x38,0x00, +0x22,0xc0,0x8a,0x10,0x00,0x22,0x31,0x8b,0x38,0x00,0x13,0x9a,0x08,0x00,0x22,0x03, +0x8c,0x00,0x02,0x22,0x6c,0x8c,0xc0,0x00,0x22,0xce,0x8c,0x28,0x00,0x22,0x3f,0x8d, +0x08,0x00,0x22,0xb0,0x8d,0x28,0x00,0x22,0x19,0x8e,0x10,0x00,0x21,0x8a,0x8e,0x38, +0x04,0x32,0xff,0xf3,0x8e,0x98,0x0a,0x20,0x40,0x8f,0xd8,0x00,0x42,0x02,0xff,0x9b, +0x8f,0x28,0x00,0x22,0x04,0x90,0x08,0x00,0x13,0x6d,0x08,0x00,0x22,0xd6,0x90,0x38, +0x00,0x22,0x47,0x91,0x10,0x00,0x22,0xb0,0x91,0x10,0x00,0x22,0x21,0x92,0x10,0x00, +0x22,0x8a,0x92,0xa0,0x00,0x22,0x02,0x93,0x18,0x00,0x22,0x73,0x93,0xb0,0x02,0x13, +0xdc,0x08,0x00,0x22,0x45,0x94,0x18,0x00,0x23,0xb6,0x94,0x08,0x02,0x13,0x95,0x08, +0x02,0x12,0x95,0x88,0x00,0x13,0xf9,0x10,0x00,0x22,0x62,0x96,0x20,0x00,0x22,0xd3, +0x96,0x10,0x00,0x22,0x3c,0x97,0x10,0x00,0x23,0xad,0x97,0x08,0x02,0x13,0x98,0x08, +0x02,0x13,0x98,0x08,0x02,0x03,0x10,0x00,0x22,0x61,0x99,0x80,0x00,0x22,0xd9,0x99, +0x08,0x01,0x22,0x42,0x9a,0x20,0x00,0x22,0xab,0x9a,0x20,0x00,0x22,0x1c,0x9b,0xf8, +0x02,0x22,0x8d,0x9b,0x20,0x00,0x13,0xf6,0x08,0x00,0x23,0x5f,0x9c,0x50,0x07,0x13, +0x9c,0x50,0x07,0x12,0x9d,0x40,0x01,0x22,0x9b,0x9d,0x90,0x01,0x22,0xfd,0x9d,0x58, +0x00,0x22,0x75,0x9e,0x28,0x00,0x13,0xde,0x08,0x00,0x22,0x47,0x9f,0x30,0x00,0x23, +0xb8,0x9f,0xe8,0x03,0x12,0xa0,0x08,0x00,0x13,0x9a,0x08,0x00,0x22,0x0b,0xa1,0xf8, +0x00,0x22,0x74,0xa1,0x10,0x00,0x13,0xe5,0x08,0x00,0x22,0x56,0xa2,0x08,0x00,0x13, +0xc7,0x08,0x00,0x22,0x38,0xa3,0x70,0x00,0x23,0x9a,0xa3,0xc8,0x01,0x13,0xa4,0x20, +0x06,0x12,0xa4,0xb0,0x02,0x13,0xc1,0x08,0x00,0x22,0x16,0xa5,0xe8,0x05,0x23,0x7f, +0xa5,0x18,0x05,0x13,0xa5,0x18,0x05,0x12,0xa6,0x20,0x0a,0x22,0xac,0xa6,0x10,0x00, +0x22,0x15,0xa7,0x58,0x00,0x22,0x86,0xa7,0x58,0x00,0x23,0xe8,0xa7,0x28,0x00,0x12, +0xa8,0x18,0x00,0x23,0xc2,0xa8,0x28,0x03,0x12,0xa9,0x68,0x00,0x23,0x9c,0xa9,0x40, +0x0a,0xf0,0xff,0xff,0xc4,0x00,0x51,0x2f,0x92,0x2f,0x94,0x2f,0x98,0x2f,0x9a,0x2f, +0x9b,0x2f,0x9c,0x2f,0x9d,0x2f,0x9e,0x2f,0x9f,0x2f,0xa1,0x2f,0xa3,0x2f,0xa5,0x2f, +0xa7,0x2f,0xa9,0x2f,0xaa,0x2f,0xab,0x2f,0xad,0x2f,0xaf,0x2f,0xb0,0x2f,0xb3,0x2f, +0xb4,0x2f,0xb6,0x2f,0xb7,0x2f,0xb8,0x2f,0xba,0x2f,0xbb,0x2f,0xbe,0x2f,0xbf,0x2f, +0xc8,0x2f,0xc9,0x2f,0xce,0x2f,0xcf,0x2f,0xd0,0x2f,0xd1,0x2f,0xd2,0x2f,0xd9,0x2f, +0xda,0x2f,0xdb,0x2f,0xdc,0x2f,0xdf,0x2f,0xe2,0x2f,0xe3,0x2f,0x00,0x01,0x02,0x03, +0x00,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x00, +0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x00,0x1f,0x20, +0x00,0x21,0x22,0x23,0x24,0x25,0x26,0x00,0x00,0x04,0x00,0x0d,0x00,0x11,0x1d,0x1b, +0x1d,0x1c,0x1d,0x1e,0x1d,0x32,0x1d,0x3e,0x1d,0x68,0x1d,0x97,0x1d,0xe7,0x1d,0xe9, +0x1d,0x07,0x1e,0x0c,0x1e,0x5e,0x1e,0x5f,0x1e,0x64,0x1e,0x6d,0x1e,0x90,0x1e,0xee, +0x1e,0xf2,0x1e,0xff,0x1e,0x1e,0x1f,0x35,0x1f,0x60,0x1f,0x6d,0x1f,0xaa,0x1f,0xe0, +0x1f,0x54,0x20,0x56,0x20,0x76,0x20,0x79,0x20,0x7d,0x20,0x82,0x20,0x88,0x20,0x96, +0x20,0x97,0x20,0x9e,0x20,0x0b,0x21,0x17,0x21,0x2e,0x21,0x36,0x21,0x3a,0x21,0x5b, +0x21,0x5e,0x21,0x83,0x21,0xac,0x21,0xb0,0x21,0xb1,0x21,0xca,0x21,0xe6,0x21,0x27, +0x22,0x69,0x22,0xcc,0x22,0xe8,0x22,0x04,0x23,0x08,0x23,0x19,0x23,0x1d,0x23,0x1e, +0x23,0x22,0x23,0x37,0x23,0x3c,0x23,0x5b,0x23,0x79,0x23,0x60,0x24,0x79,0x25,0xef, +0x25,0x03,0x26,0x0b,0x26,0x38,0x26,0x39,0x26,0x58,0x26,0xdc,0x26,0x42,0x27,0x68, +0x27,0xa8,0x27,0x01,0x28,0x1a,0x28,0x27,0x28,0x2b,0x28,0x38,0x28,0x3f,0x28,0x42, +0x28,0x79,0x28,0x69,0x2a,0x9d,0x2a,0xab,0x2a,0xb0,0x2a,0xca,0x2a,0x0f,0x2b,0x20, +0x2b,0x22,0x2b,0xf7,0x2c,0xff,0x2c,0x49,0x2d,0x84,0x2d,0xb7,0x2d,0xb8,0x2d,0x07, +0x2e,0x20,0x2e,0x42,0x2e,0x46,0x2e,0x48,0x2e,0x64,0x2e,0x73,0x2e,0x82,0x2e,0x96, +0x2e,0x9d,0x2e,0xba,0x2e,0xbf,0x2e,0xd6,0x2e,0xed,0x2e,0xd6,0x2f,0x04,0x30,0x20, +0x30,0x5c,0x30,0x21,0x31,0x5c,0x31,0xaf,0x31,0xcd,0x31,0xe3,0x31,0xf2,0x31,0x12, +0x32,0x50,0x32,0xb6,0x32,0xb9,0x32,0xd4,0x32,0xec,0x32,0xde,0x33,0x68,0x34,0x81, +0x34,0x85,0x34,0x98,0x34,0xc1,0x34,0xca,0x34,0xf3,0x34,0xf6,0x34,0x1f,0x35,0x53, +0x35,0x80,0x35,0x05,0x36,0x09,0x36,0x11,0x36,0x1a,0x36,0x30,0x36,0x3b,0x36,0x3c, +0x36,0x3d,0x36,0x72,0x36,0xb1,0x36,0x4d,0x37,0x2d,0x38,0x86,0x38,0x93,0x38,0xdc, +0x38,0x2a,0x39,0x70,0x39,0x73,0x3a,0x74,0x3a,0x9c,0x3a,0xdf,0x3a,0xe5,0x3a,0x28, +0x3b,0x71,0x3b,0xe6,0x3b,0xf3,0x3b,0x99,0x3c,0x2c,0x3d,0x3a,0x3d,0xa1,0x3d,0xa7, +0x3d,0x25,0x3e,0x81,0x3e,0x32,0x40,0xc7,0x41,0x98,0x42,0x0f,0x43,0x17,0x43,0x30, +0x44,0x39,0x44,0x4c,0x44,0x7b,0x44,0x8c,0x45,0x51,0x46,0xcb,0x47,0x4b,0x48,0xe3, +0x48,0x01,0x49,0x0c,0x49,0x8b,0x49,0x92,0x49,0x00,0x4a,0x3d,0x4a,0x65,0x4a,0xa8, +0x4a,0xb2,0x4a,0xd5,0x4a,0xcf,0x4b,0x31,0x4c,0x33,0x4c,0x41,0x4c,0x53,0x4c,0x5d, +0x4c,0x82,0x4c,0xaa,0x4c,0xab,0x4c,0xe2,0x4c,0xeb,0x4c,0xf9,0x4c,0x7f,0x4e,0xb5, +0x4e,0x14,0x4f,0x16,0x4f,0xdd,0x4f,0x0e,0x50,0xfb,0x50,0x80,0x51,0x83,0x51,0x46, +0x54,0x5d,0x57,0x6e,0x57,0x79,0x57,0x81,0x57,0xd6,0x57,0x0e,0x58,0x18,0x58,0x92, +0x58,0x9c,0x58,0xa0,0x58,0xa7,0x58,0x11,0x59,0x19,0x59,0x29,0x59,0x3e,0x59,0x4d, +0x59,0x83,0x59,0x84,0x59,0x9e,0x59,0xaf,0x59,0xbd,0x59,0xbe,0x59,0xd0,0x59,0xe7, +0x59,0x69,0x5a,0x77,0x5a,0xcc,0x5b,0xcd,0x5b,0x75,0x5c,0x88,0x5c,0xee,0x5c,0x09, +0x5e,0x14,0x5e,0x2e,0x5e,0xcd,0x5e,0x0e,0x5f,0x12,0x5f,0x2b,0x5f,0x30,0x5f,0x56, +0x5f,0x5f,0x5f,0x7a,0x5f,0x89,0x5f,0xf9,0x5f,0xe0,0x60,0x43,0x62,0x88,0x64,0x9c, +0x64,0xa4,0x64,0x75,0x65,0xd7,0x65,0xf3,0x65,0x0c,0x66,0x63,0x66,0x6f,0x66,0x73, +0x66,0x04,0x67,0x17,0x67,0x5d,0x67,0xec,0x67,0xe9,0x69,0x4f,0x13,0xf1,0x3f,0x02, +0xf0,0x2f,0x01,0xf0,0x1e,0x00,0x80,0x00,0x05,0xe3,0x5e,0x30,0xac,0x0b,0xb9,0xc0, +0xab,0x8a,0x09,0x96,0x80,0x78,0x9c,0x12,0xf1,0x4f,0x3a,0x01,0xc0,0x00,0x58,0x03, +0xa0,0x00,0x76,0x05,0x80,0x0e,0xfe,0xef,0xfb,0x00,0xb2,0x09,0x50,0x00,0xc1,0x0b, +0x30,0x00,0xe0,0x0c,0x10,0x5e,0xfe,0xef,0xe7,0x02,0xb0,0x0d,0x00,0x04,0x90,0x2b, +0x00,0x06,0x70,0x49,0x00,0x00,0x02,0x70,0x00,0x00,0x04,0xb0,0x00,0x00,0x8f,0xfd, +0x50,0x06,0xf4,0x15,0xa0,0x0a,0xb0,0x00,0x00,0x07,0xe2,0x00,0x00,0x00,0x9f,0x91, +0x00,0x00,0x03,0xce,0x40,0x00,0x00,0x08,0xf1,0x00,0x00,0x01,0xf4,0x07,0x20,0x05, +0xf2,0x09,0xfc,0xcf,0x80,0x00,0x17,0xd2,0x30,0x00,0xf0,0x0b,0x04,0xcd,0x60,0x00, +0x0c,0x20,0x00,0x1e,0x10,0xd2,0x00,0x58,0x00,0x00,0x4b,0x00,0x87,0x00,0xd1,0x00, +0x00,0x6a,0x00,0x78,0x07,0x70,0x0e,0x00,0xf0,0x10,0x97,0x1c,0x07,0xcb,0x20,0x0e, +0x21,0xe2,0x95,0x5c,0x05,0xc0,0x03,0xcc,0x52,0xc0,0xa6,0x00,0xe1,0x00,0x00,0x0a, +0x30,0xb4,0x00,0xd3,0x00,0x00,0x3b,0x00,0xa5,0x0e,0x00,0xf5,0x8e,0xb2,0x00,0x5b, +0x04,0xd0,0x00,0x05,0x90,0x00,0x09,0xdc,0x20,0x00,0x2c,0xfc,0x10,0x00,0x00,0xc9, +0x0a,0x80,0x00,0x00,0xf3,0x08,0x90,0x00,0x00,0xd5,0x4e,0x20,0x00,0x00,0x8e,0xe3, +0x00,0x00,0x01,0xcf,0x70,0x00,0x99,0x0d,0xa5,0xf3,0x00,0xf4,0x5f,0x10,0x7f,0x38, +0xc0,0x5f,0x00,0x07,0xff,0x20,0x1e,0xa2,0x28,0xff,0xb4,0x02,0xbe,0xea,0x21,0x9a, +0xac,0x9c,0x8a,0x68,0x00,0x00,0x62,0x01,0xe1,0x07,0x90,0x0e,0x20,0x3e,0x00,0x7c, +0x00,0x8a,0x00,0x98,0x00,0x8a,0x00,0x7c,0x00,0x4e,0x00,0x0f,0x20,0x08,0x90,0x01, +0xe1,0x00,0x73,0x27,0x00,0x0e,0x10,0x08,0x90,0x01,0xf1,0x00,0xd4,0x00,0xb8,0x00, +0x99,0x00,0x7a,0x00,0x9a,0x00,0xb8,0x00,0xd5,0x01,0xf1,0x08,0x90,0x0e,0x20,0x28, +0x00,0x00,0x0e,0x00,0x00,0x86,0xf6,0x80,0x04,0xcf,0xc4,0x00,0x0d,0x9d,0x00,0x01, +0x50,0x51,0x00,0x00,0x01,0x20,0x00,0x00,0x06,0xb0,0x04,0x00,0x48,0x6f,0xff,0xff, +0xfb,0x10,0x00,0xf0,0x23,0x07,0xa0,0x09,0xf3,0x00,0xe2,0x09,0xa0,0x06,0x00,0x4f, +0xff,0x80,0x00,0x0a,0xc0,0xac,0x00,0x00,0x00,0x77,0x00,0x00,0xc2,0x00,0x02,0xd0, +0x00,0x07,0x80,0x00,0x0c,0x30,0x00,0x1e,0x00,0x00,0x69,0x00,0x00,0xb4,0x00,0x01, +0xe0,0x00,0x06,0x90,0x00,0x0b,0x40,0x64,0x00,0xf0,0x0f,0x5a,0x00,0x00,0xa5,0x00, +0x00,0x00,0x6d,0xe9,0x00,0x05,0xf4,0x2c,0xa0,0x0c,0x80,0x03,0xf2,0x1f,0x30,0x00, +0xe6,0x2f,0x20,0x00,0xd7,0x3f,0x10,0x00,0xc9,0x08,0x00,0x00,0x10,0x00,0x40,0x0c, +0x80,0x03,0xf1,0x20,0x00,0x00,0x28,0x00,0xde,0x06,0xbf,0x20,0x01,0xab,0xf2,0x00, +0x00,0x3f,0x20,0x00,0x03,0xf2,0x07,0x00,0xf2,0x2d,0x01,0x14,0xf3,0x10,0xaf,0xff, +0xff,0x50,0x03,0xae,0xe8,0x00,0x2f,0x72,0x4e,0x90,0x02,0x00,0x06,0xe0,0x00,0x00, +0x05,0xf0,0x00,0x00,0x09,0xc0,0x00,0x00,0x1f,0x50,0x00,0x00,0xbc,0x00,0x00,0x08, +0xe1,0x00,0x00,0x7f,0x30,0x00,0x09,0xf5,0x22,0x21,0x5f,0xff,0xff,0xf9,0x02,0xbe, +0xea,0x10,0x0d,0x72,0x4d,0xc0,0x28,0x00,0xf0,0x37,0x06,0xf0,0x00,0x01,0x5e,0x60, +0x00,0x5f,0xf8,0x00,0x00,0x01,0x3b,0xc0,0x00,0x00,0x00,0xf5,0x01,0x00,0x00,0xf6, +0x4e,0x62,0x3b,0xe1,0x05,0xbe,0xeb,0x20,0x00,0x00,0x7f,0x60,0x00,0x01,0xff,0x60, +0x00,0x0b,0x9d,0x60,0x00,0x5f,0x1e,0x60,0x00,0xe6,0x0e,0x60,0x09,0xb0,0x0e,0x60, +0x3f,0x20,0x0e,0x60,0xaf,0xee,0xef,0xfc,0x11,0x11,0x1e,0x71,0x00,0x00,0x0e,0x60, +0x04,0x00,0xf0,0x09,0x06,0xff,0xff,0xf0,0x07,0xd1,0x11,0x10,0x08,0xb0,0x00,0x00, +0x09,0xa0,0x00,0x00,0x0a,0xdd,0xfb,0x30,0x04,0x61,0x1a,0xe1,0x54,0x00,0xf1,0x45, +0x00,0x00,0x00,0xe7,0x01,0x00,0x02,0xf4,0x5e,0x62,0x3c,0xc0,0x05,0xbe,0xe9,0x10, +0x00,0x1a,0xee,0x90,0x01,0xe9,0x23,0x92,0x08,0xc0,0x00,0x00,0x0d,0x50,0x00,0x00, +0x0f,0x5a,0xed,0x50,0x1f,0xd4,0x05,0xf3,0x1f,0x40,0x00,0xc8,0x0f,0x50,0x00,0xaa, +0x0a,0xa0,0x00,0xd7,0x03,0xf6,0x17,0xf1,0x00,0x3c,0xfc,0x30,0x4f,0xff,0xff,0xf9, +0x01,0x11,0x14,0xf2,0x00,0x00,0x0c,0x70,0x00,0x00,0x5e,0x00,0x00,0x00,0xc8,0x00, +0x00,0x02,0xf2,0x00,0xeb,0x00,0x00,0xa7,0x02,0xf2,0x57,0x0c,0x90,0x00,0x00,0x0e, +0x70,0x00,0x00,0x0f,0x60,0x00,0x00,0x7e,0xfb,0x20,0x07,0xe3,0x08,0xd0,0x0b,0x80, +0x01,0xf2,0x08,0xb0,0x01,0xf0,0x01,0xdb,0x3a,0x90,0x00,0xac,0xff,0x10,0x0b,0x80, +0x2b,0xe1,0x3f,0x10,0x00,0xd8,0x3f,0x00,0x00,0xb9,0x0d,0xa1,0x16,0xf3,0x01,0xae, +0xfc,0x40,0x01,0xae,0xd7,0x00,0x0b,0xb1,0x3d,0x80,0x2f,0x20,0x04,0xf1,0x4f,0x00, +0x00,0xf4,0x3f,0x10,0x00,0xe6,0x0d,0xa1,0x2b,0xf7,0x02,0xbe,0xc4,0xe5,0x00,0x00, +0x00,0xf3,0x00,0x00,0x07,0xd0,0x09,0x52,0x6f,0x40,0x05,0xcf,0xc4,0x00,0x9c,0x0a, +0xc0,0xee,0x15,0x54,0xac,0x0a,0xc0,0x09,0xc0,0x0d,0x00,0x16,0x00,0x07,0x02,0x00, +0x0d,0x00,0xf1,0x0a,0x14,0x00,0x00,0x5b,0xf8,0x03,0x9e,0xb6,0x10,0x6f,0x91,0x00, +0x00,0x28,0xec,0x61,0x00,0x00,0x04,0xaf,0xb4,0x00,0x00,0x01,0x69,0x3d,0x02,0x03, +0x01,0x00,0x00,0x0c,0x00,0xf0,0x18,0x33,0x00,0x00,0x00,0x4e,0xd7,0x10,0x00,0x00, +0x4a,0xea,0x40,0x00,0x00,0x06,0xeb,0x00,0x04,0xae,0xa4,0x29,0xec,0x61,0x00,0x58, +0x20,0x00,0x00,0x05,0xcf,0xd4,0x01,0xc5,0x2a,0xf1,0x00,0x00,0x1f,0x40,0xa0,0x01, +0xc1,0x01,0xe6,0x00,0x00,0xba,0x00,0x00,0x2f,0x10,0x00,0x02,0x90,0x40,0x00,0xf2, +0x40,0x06,0xe1,0x00,0x00,0x6e,0x10,0x00,0x00,0x00,0x19,0xde,0xdb,0x50,0x00,0x00, +0x06,0xd6,0x20,0x03,0xbb,0x00,0x00,0x7c,0x10,0x00,0x00,0x0a,0x70,0x02,0xe1,0x01, +0xac,0x8b,0x01,0xe0,0x0a,0x60,0x0d,0x50,0xb9,0x00,0xc2,0x0f,0x20,0x6a,0x00,0xa6, +0x00,0xa4,0x1f,0x00,0xb5,0x00,0xc4,0x00,0xc2,0x1e,0x00,0xc4,0x00,0xf1,0x01,0xd0, +0x0e,0x10,0x99,0x08,0xe3,0x0a,0x50,0x0b,0x60,0x1b,0xc5,0x3c,0xb5,0x00,0x02,0xe2, +0x95,0x00,0xb0,0x5e,0x72,0x00,0x35,0x00,0x00,0x00,0x01,0x8b,0xdd,0xa4,0x63,0x00, +0xf0,0x0c,0xf7,0x00,0x00,0x00,0x0b,0xcd,0x00,0x00,0x00,0x1f,0x3f,0x20,0x00,0x00, +0x6e,0x0c,0x80,0x00,0x00,0xb9,0x08,0xd0,0x00,0x01,0xf5,0x04,0xf3,0x30,0x02,0xf2, +0x4b,0xf8,0x00,0x0c,0xfe,0xee,0xfd,0x00,0x1f,0x61,0x11,0x6f,0x30,0x7f,0x00,0x00, +0x0e,0x80,0xca,0x00,0x00,0x09,0xe0,0x7f,0xff,0xeb,0x40,0x07,0xe0,0x02,0x9f,0x20, +0x7e,0x00,0x00,0xe7,0x07,0xe0,0x00,0x0e,0x60,0x7e,0x00,0x08,0xe1,0x07,0xfe,0xef, +0xf4,0x00,0x7e,0x11,0x25,0xe9,0x07,0xe0,0x00,0x04,0xf1,0x7e,0x00,0x00,0x5f,0x17, +0xe0,0x11,0x5e,0xa0,0x7f,0xff,0xfd,0x70,0x00,0x00,0x06,0xce,0xd8,0x00,0x00,0xaf, +0x73,0x5c,0x70,0x05,0xf3,0x00,0x00,0x00,0x0c,0xa0,0x00,0xc4,0x01,0x01,0xb8,0x02, +0x02,0x0a,0x00,0x01,0x14,0x00,0xf0,0x08,0x05,0xf2,0x00,0x00,0x10,0x00,0xbf,0x73, +0x5c,0xb0,0x00,0x06,0xcf,0xd9,0x00,0x7f,0xff,0xc9,0x10,0x07,0xe0,0x24,0xce,0x69, +0x00,0x10,0xcb,0x57,0x00,0xa0,0xf2,0x7e,0x00,0x00,0x1f,0x57,0xe0,0x00,0x00,0xf6, +0x09,0x00,0x40,0x47,0xe0,0x00,0x05,0x12,0x00,0x60,0xdb,0x07,0xe1,0x25,0xde,0x20, +0x2d,0x00,0xd3,0x00,0x7f,0xff,0xff,0xd0,0x7e,0x11,0x11,0x10,0x7e,0x00,0x00,0x00, +0x04,0x00,0x00,0x14,0x00,0x44,0x00,0x7e,0x22,0x22,0x10,0x00,0x00,0x0c,0x00,0xf1, +0x02,0x20,0x7f,0xff,0xff,0xf0,0x7f,0xff,0xff,0xd7,0xe1,0x11,0x11,0x7e,0x00,0x00, +0x07,0xe0,0x1a,0x00,0x74,0x07,0xff,0xff,0xf1,0x7e,0x22,0x22,0x0e,0x00,0x01,0x07, +0x00,0x00,0x95,0x00,0x8d,0xbe,0xda,0x20,0x00,0x9f,0x73,0x49,0xc0,0xbc,0x00,0x80, +0x05,0xff,0xf3,0x0f,0x60,0x00,0x22,0xf3,0x14,0x00,0x30,0xf3,0x05,0xf3,0x4a,0x02, +0xe3,0xaf,0x73,0x39,0xf2,0x00,0x06,0xce,0xeb,0x30,0x7e,0x00,0x00,0x0f,0x67,0xaa, +0x00,0x07,0x09,0x00,0x8e,0xff,0xff,0xff,0xf6,0x7e,0x22,0x22,0x2f,0x1b,0x00,0x26, +0x60,0x7e,0x01,0x00,0x41,0x00,0x00,0x0c,0x80,0xfd,0x02,0x0e,0x07,0x00,0xb0,0xd8, +0x02,0x00,0x0e,0x73,0xf7,0x38,0xf2,0x04,0xcf,0xd4,0x9f,0x00,0xf7,0x20,0xda,0x07, +0xe0,0x00,0xbd,0x00,0x7e,0x00,0x8e,0x10,0x07,0xe0,0x6f,0x30,0x00,0x7e,0x3f,0xd0, +0x00,0x07,0xfe,0xaf,0x60,0x00,0x7f,0xb0,0x8e,0x10,0x07,0xf0,0x00,0xe9,0x00,0x7e, +0x00,0x05,0xf2,0x07,0xe0,0x00,0x0c,0xb0,0x7e,0x00,0x00,0x3f,0x50,0xed,0x00,0x0f, +0x07,0x00,0x02,0xf0,0x26,0xe2,0x22,0x21,0x7f,0xff,0xff,0xa0,0x7f,0x50,0x00,0x02, +0xfa,0x7f,0xb0,0x00,0x08,0xfa,0x7b,0xf1,0x00,0x0e,0xba,0x7b,0xb7,0x00,0x3d,0x8a, +0x7b,0x5c,0x00,0x98,0x9a,0x7c,0x0f,0x20,0xe2,0x9a,0x7c,0x09,0x84,0xc0,0x9a,0x7c, +0x04,0xda,0x60,0x9a,0x7c,0x00,0xef,0x10,0x9a,0x7c,0x64,0x05,0xf0,0x3e,0x7c,0x00, +0x00,0x00,0x9a,0x7f,0x30,0x00,0x0f,0x57,0xfc,0x00,0x00,0xf5,0x7b,0xe6,0x00,0x0f, +0x57,0xb6,0xe0,0x00,0xf5,0x7c,0x0d,0x80,0x0f,0x57,0xc0,0x4f,0x20,0xf5,0x7c,0x00, +0xaa,0x0f,0x57,0xc0,0x02,0xf3,0xe5,0x7c,0x00,0x08,0xbd,0x57,0xc0,0x00,0x0e,0xf5, +0x7c,0x00,0x00,0x6f,0x50,0x00,0x07,0xcf,0xc8,0x00,0x00,0x0b,0xe6,0x35,0xdd,0x00, +0x06,0xf2,0x00,0x01,0xe8,0x00,0xda,0x00,0x00,0x08,0xf0,0x5f,0x01,0x71,0x4f,0x11, +0xf5,0x00,0x00,0x03,0xf3,0x0b,0x00,0x20,0x10,0xca,0x16,0x00,0x00,0x21,0x00,0x10, +0xf8,0x2c,0x00,0x22,0xec,0x00,0x37,0x00,0x00,0x88,0x02,0xc2,0x7e,0x01,0x29,0xf3, +0x7e,0x00,0x00,0xc9,0x7e,0x00,0x00,0xab,0x08,0x00,0xa7,0x18,0xf3,0x7f,0xef,0xfc, +0x40,0x7e,0x11,0x00,0x00,0x05,0x02,0x00,0x32,0x00,0x80,0xd8,0x00,0x00,0x0c,0xe6, +0x35,0xdd,0x10,0x48,0x00,0x62,0xe9,0x00,0xd9,0x00,0x00,0x07,0x69,0x00,0x12,0x21, +0x69,0x00,0x60,0x70,0x00,0x00,0x5f,0x10,0xcb,0xe0,0x02,0xf0,0x01,0x04,0xf4,0x00, +0x03,0xf6,0x00,0x07,0xf9,0x68,0xf9,0x00,0x00,0x03,0x9f,0xc4,0x00,0x1b,0x07,0x20, +0x51,0x00,0x49,0x00,0x20,0xff,0x50,0x3c,0x03,0xf1,0x2c,0x10,0x7f,0xff,0xfc,0x60, +0x07,0xe0,0x12,0x7f,0x60,0x7e,0x00,0x00,0xbb,0x07,0xe0,0x00,0x0b,0xb0,0x7e,0x00, +0x06,0xf6,0x07,0xfe,0xff,0xd5,0x00,0x7e,0x12,0xe9,0x00,0x07,0xe0,0x05,0xf2,0x00, +0x7e,0x00,0x0d,0xb0,0x07,0xe0,0x00,0x4f,0x40,0x7e,0x00,0x00,0xbd,0x00,0x00,0x5c, +0xfd,0x91,0x00,0x5f,0x83,0x5b,0x6d,0x07,0xd0,0x00,0xae,0x10,0x00,0x00,0x02,0xee, +0x81,0x00,0x00,0x00,0x8f,0xf8,0x9b,0x00,0xf1,0x0e,0xec,0x00,0x00,0x00,0x04,0xf3, +0x04,0x00,0x00,0x3f,0x21,0xec,0x63,0x6d,0xc0,0x01,0x8c,0xfd,0x81,0x00,0x8f,0xff, +0xff,0xff,0x80,0x11,0x4f,0x41,0x10,0x00,0x06,0x00,0x08,0x06,0x0f,0x09,0x00,0x0d, +0x9f,0x8d,0x00,0x00,0x0f,0x58,0xd0,0x00,0x00,0xf5,0x09,0x00,0x03,0xf0,0x03,0x56, +0xf0,0x00,0x01,0xf3,0x3f,0x40,0x00,0x6f,0x00,0xae,0x53,0x6f,0x70,0x00,0x8d,0xfd, +0x60,0x04,0x01,0xf0,0x14,0x0e,0x78,0xe0,0x00,0x03,0xf2,0x2f,0x30,0x00,0x8d,0x00, +0xd8,0x00,0x0d,0x80,0x08,0xc0,0x02,0xf3,0x00,0x3f,0x10,0x6d,0x00,0x00,0xe6,0x0b, +0x80,0x00,0x09,0xb0,0xf3,0x00,0x00,0x4f,0x88,0x05,0xf0,0x91,0xed,0x90,0x00,0x00, +0x0a,0xf4,0x00,0x00,0x8e,0x00,0x02,0xf6,0x00,0x0a,0xa4,0xf1,0x00,0x6f,0xa0,0x00, +0xd7,0x1f,0x40,0x0a,0xae,0x00,0x0f,0x30,0xe7,0x00,0xe3,0xf2,0x03,0xf0,0x0a,0xa0, +0x2f,0x0c,0x60,0x6d,0x00,0x7d,0x06,0xb0,0x8a,0x0a,0x90,0x03,0xf0,0xa7,0x04,0xe0, +0xc6,0x00,0x0f,0x3d,0x30,0x1f,0x2f,0x30,0x00,0xd8,0xf0,0x00,0xc8,0xf0,0x00,0x09, +0xeb,0x00,0x08,0xec,0x00,0x00,0x6f,0x70,0x00,0x4f,0x90,0x00,0x4f,0x40,0x00,0x9d, +0x00,0xac,0x00,0x2f,0x40,0x02,0xf5,0x0a,0xb0,0x00,0x08,0xd2,0xf2,0x00,0x00,0x1e, +0xe9,0x00,0x00,0x00,0xbf,0x40,0x00,0x00,0x3f,0xbc,0x00,0x00,0x0c,0x91,0xf5,0x00, +0x05,0xf1,0x08,0xd0,0x00,0xd8,0x00,0x1f,0x70,0x7e,0x00,0x00,0x7f,0x10,0x0c,0xb0, +0x00,0x0a,0xb0,0x4f,0x20,0x02,0xf3,0x00,0xc9,0x00,0x9c,0x00,0x04,0xf1,0x1f,0x40, +0x00,0x0c,0x88,0xc0,0x00,0x00,0x5e,0xe4,0x00,0x00,0x00,0xdd,0xc7,0x04,0x00,0x99, +0x03,0x17,0xba,0x09,0x00,0x91,0x0b,0xff,0xff,0xff,0x30,0x11,0x11,0x1c,0xc0,0x58, +0x04,0x00,0x5d,0x02,0xf0,0x04,0x00,0x00,0x9d,0x00,0x00,0x00,0x4f,0x30,0x00,0x00, +0x0d,0x90,0x00,0x00,0x08,0xe0,0x00,0x00,0x02,0xb0,0x06,0xdf,0xcc,0x22,0x22,0x20, +0x3f,0xff,0xff,0xff,0x50,0x6e,0xb6,0x69,0x00,0x02,0x00,0x03,0x30,0x5d,0xb6,0x96, +0xe5,0x08,0x00,0xda,0x07,0x80,0x0a,0x50,0x00,0x05,0xa0,0x00,0x00,0xe0,0xf2,0x07, +0x00,0xf8,0x07,0x20,0x1e,0x00,0xf3,0x07,0x20,0x06,0x90,0xff,0x07,0x9f,0x00,0xc3, +0x00,0x00,0x78,0x5b,0xe7,0x00,0x87,0x02,0x00,0x03,0xf5,0x39,0x5b,0xd6,0x00,0xae, +0x00,0x00,0x1e,0xb6,0x00,0x08,0x94,0xd0,0x00,0xe3,0x0e,0x30,0x5c,0x00,0x7a,0x0c, +0x60,0x01,0xf1,0xbd,0xdd,0xdd,0xdd,0x20,0x12,0x00,0x8e,0x10,0x09,0xd1,0x00,0x72, +0x02,0x9d,0xfc,0x30,0x07,0x83,0x2b,0xd0,0x00,0x00,0x04,0xf2,0x00,0x39,0xcd,0xf3, +0x08,0xe5,0x01,0xf3,0x0f,0x40,0x02,0xf3,0x0f,0x91,0x4c,0xf3,0x05,0xde,0xb2,0xe3, +0x9b,0x00,0x00,0x00,0x04,0x00,0xf2,0x1e,0x6d,0xeb,0x20,0x9f,0xa3,0x3c,0xd0,0x9c, +0x00,0x02,0xf4,0x9b,0x00,0x00,0xf7,0x9b,0x00,0x00,0xf6,0x9b,0x00,0x04,0xf3,0x9f, +0x72,0x4e,0xa0,0x99,0x8e,0xe9,0x00,0x00,0x4c,0xfd,0x70,0x05,0xf7,0x24,0x70,0x0e, +0x90,0x00,0x00,0x2f,0x40,0x04,0x00,0x20,0x0f,0x80,0xf7,0x05,0x40,0x24,0x90,0x00, +0x5c,0x98,0x05,0x07,0x24,0x03,0xf0,0x22,0x6d,0xfb,0x9e,0x06,0xf7,0x25,0xde,0x0e, +0x90,0x00,0x7e,0x1f,0x40,0x00,0x7e,0x2f,0x40,0x00,0x7e,0x0f,0x70,0x00,0x7e,0x08, +0xf5,0x26,0xee,0x00,0x8e,0xe9,0x5e,0x00,0x5c,0xfc,0x50,0x06,0xe4,0x15,0xf3,0x0e, +0x40,0x00,0x98,0x2f,0xee,0xee,0xea,0x2f,0x30,0x10,0x06,0x00,0x4c,0x00,0x21,0x12, +0x80,0xde,0x02,0x70,0x6d,0xd2,0x02,0xf7,0x30,0x05,0xf0,0x37,0x06,0x6e,0x7f,0xff, +0xa0,0x06,0xf0,0x00,0x03,0x00,0xf0,0x22,0x00,0x9d,0xef,0xff,0x10,0xab,0x00,0x8c, +0x00,0x0d,0x70,0x03,0xf0,0x00,0x8c,0x21,0xac,0x00,0x02,0xec,0xda,0x10,0x00,0x97, +0x00,0x00,0x00,0x0a,0xb2,0x11,0x00,0x00,0x4f,0xff,0xff,0xa0,0x0e,0x30,0x00,0x5f, +0x22,0xf5,0x00,0x19,0xd0,0x05,0xce,0xed,0x81,0xe6,0x00,0x31,0x09,0xb0,0x00,0x07, +0x00,0xf6,0x02,0xb4,0xcf,0xb1,0x9f,0xb4,0x4e,0x99,0xc0,0x00,0x8d,0x9b,0x00,0x07, +0xe9,0xb0,0x00,0x7e,0x07,0x00,0x85,0xe0,0xac,0x06,0x70,0x00,0x09,0xb0,0x9b,0x03, +0x00,0x71,0x00,0x00,0xac,0x00,0x05,0x70,0x00,0x1c,0x09,0x1c,0x9c,0x05,0x00,0x79, +0x0a,0xb0,0x12,0xd9,0x07,0xfc,0x20,0x49,0x01,0xf8,0x11,0x00,0x3f,0x50,0x9b,0x01, +0xe7,0x00,0x9b,0x0c,0xa0,0x00,0x9b,0xaf,0x40,0x00,0x9f,0xd9,0xd0,0x00,0x9e,0x20, +0xd8,0x00,0x9b,0x00,0x4f,0x20,0x9b,0x00,0x0a,0xc0,0x9b,0x5d,0x00,0xf0,0x08,0x09, +0xd0,0x3d,0x70,0x98,0x5c,0xe9,0x05,0xce,0x90,0x9e,0xb4,0x5f,0xca,0x36,0xf5,0x9c, +0x00,0x0c,0xc0,0x00,0xd8,0x9b,0x78,0x02,0x7e,0xc9,0x9b,0x00,0x0a,0xa0,0x00,0xb9, +0x06,0x00,0xb9,0x98,0x4c,0xfb,0x19,0xeb,0x44,0xe9,0x9c,0x00,0x08,0xd9,0xba,0x00, +0x00,0x07,0x00,0xff,0x17,0x00,0x5c,0xfd,0x60,0x00,0x6f,0x62,0x6f,0x70,0x0e,0x80, +0x00,0x6f,0x02,0xf4,0x00,0x02,0xf3,0x2f,0x40,0x00,0x2f,0x30,0xe8,0x00,0x06,0xf0, +0x06,0xf6,0x25,0xf7,0x00,0x05,0xcf,0xd6,0x00,0x99,0x6c,0xea,0x01,0x06,0x47,0xb0, +0x9c,0x8e,0xe9,0xc9,0x00,0x00,0x75,0x0a,0x87,0xec,0x8e,0x06,0xf4,0x02,0xce,0x0e, +0x70,0xca,0x01,0x11,0x80,0xca,0x01,0x58,0xfe,0x00,0x8e,0xea,0x7e,0xf6,0x01,0xc4, +0x98,0x5d,0xb9,0xcc,0x52,0x9f,0x10,0x09,0xb0,0x00,0x9b,0x00,0x05,0x00,0x70,0x03, +0xcf,0xd8,0x00,0xe9,0x13,0x70,0x1c,0x05,0xf7,0x0f,0x6e,0xc5,0x00,0x00,0x07,0xdd, +0x10,0x00,0x00,0xf6,0x3a,0x31,0x5f,0x40,0x7d,0xfd,0x60,0x03,0xf0,0x00,0x04,0xf0, +0x00,0x9f,0xff,0xf2,0x06,0xf0,0x00,0x05,0x03,0x00,0xd6,0x03,0xf7,0x20,0x00,0x8e, +0xe4,0xba,0x00,0x09,0xbb,0xa0,0x00,0x9b,0x07,0x00,0xf0,0x45,0xba,0xb0,0x00,0xbb, +0x7f,0x53,0xae,0xb0,0xaf,0xc6,0x7b,0xac,0x00,0x00,0xe7,0x4f,0x20,0x03,0xf1,0x0e, +0x70,0x09,0xb0,0x08,0xc0,0x0e,0x50,0x02,0xf2,0x4f,0x00,0x00,0xc7,0x9a,0x00,0x00, +0x6c,0xe4,0x00,0x00,0x1f,0xe0,0x00,0x7e,0x00,0x0b,0xd0,0x00,0xc7,0x2f,0x30,0x0e, +0xe2,0x01,0xf3,0x0e,0x70,0x4b,0xb6,0x05,0xe0,0x09,0xb0,0x97,0x7a,0x09,0xa0,0x05, +0xf0,0xd3,0x2f,0x0d,0x60,0x00,0xf4,0xe0,0x0e,0x4f,0x10,0x00,0xcc,0xa0,0x0a,0xcd, +0xa9,0x0a,0xf0,0x44,0x05,0xf9,0x00,0x3f,0x30,0x0a,0xb0,0x09,0xd0,0x3f,0x20,0x00, +0xe7,0xc7,0x00,0x00,0x5f,0xd0,0x00,0x00,0x8e,0xd0,0x00,0x03,0xf2,0xd9,0x00,0x0c, +0x80,0x3f,0x40,0x7e,0x00,0x09,0xd0,0x9d,0x00,0x00,0xe7,0x2f,0x30,0x03,0xf1,0x0b, +0x90,0x09,0xb0,0x05,0xf0,0x0e,0x50,0x00,0xe5,0x3e,0x00,0x00,0x7b,0x99,0x00,0x00, +0x1f,0xe3,0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0x60,0x00,0x02,0x9d,0x00,0x00,0x4f, +0xc2,0x00,0x00,0x0f,0xff,0xff,0x80,0x3c,0x0b,0x51,0x03,0xf4,0x00,0x00,0xd9,0x49, +0x05,0x50,0x3f,0x30,0x00,0x0d,0x90,0x11,0x08,0xf0,0x00,0xfa,0x00,0x9e,0x60,0x1f, +0x10,0x01,0xf0,0x00,0x0f,0x00,0x00,0xf0,0x00,0x3e,0xb3,0x06,0x30,0x4e,0x00,0x00, +0x0f,0x00,0x40,0x01,0xf0,0x00,0x1f,0xf2,0x07,0x3b,0x06,0xd6,0x77,0x01,0x00,0x20, +0x5e,0xa0,0xeb,0x0f,0x60,0xe2,0x00,0x0f,0x20,0x00,0xf1,0xf4,0x0a,0xf1,0x10,0x4f, +0x70,0x0d,0x50,0x00,0xf1,0x00,0x0f,0x10,0x00,0xf2,0x00,0x0f,0x20,0x02,0xf1,0x05, +0xd7,0x00,0x09,0xeb,0x61,0x43,0x16,0x04,0xae,0xc2,0x00,0x00,0x00,0x20,0x98,0x09, +0x21,0x01,0xf3,0x07,0x00,0x21,0x09,0xab,0x07,0x00,0x30,0x1d,0x0b,0x40,0x07,0x00, +0x30,0x96,0x03,0xc0,0x1b,0x00,0x30,0xd0,0x00,0xb4,0x1b,0x00,0x30,0x60,0x00,0x2c, +0x1b,0x00,0x01,0x82,0x04,0x60,0x00,0x96,0x00,0x00,0x02,0xd0,0x1b,0x00,0x00,0x68, +0x0c,0x10,0x09,0x8f,0x08,0x41,0x2d,0x00,0x2d,0x00,0x27,0x00,0x61,0x8e,0xdd,0xdd, +0xde,0xed,0xde,0xb9,0x0a,0x20,0x58,0x30,0x5f,0x06,0xf0,0x24,0x94,0xb4,0x00,0x00, +0x7b,0x5f,0x00,0x1b,0x00,0x3d,0x61,0x4f,0x00,0x1c,0x02,0xd1,0x00,0x9e,0x83,0xd6, +0x0a,0x40,0x00,0xd1,0x9f,0xf1,0x0d,0x00,0x01,0xc4,0xd4,0x49,0x2a,0x00,0x06,0xec, +0x10,0x0c,0x2b,0x00,0x0a,0x80,0x00,0x0c,0x0d,0x00,0x03,0x00,0x00,0x2a,0x09,0xe8, +0x06,0x31,0x95,0x01,0xd3,0x01,0x0d,0xf0,0x17,0x2c,0x83,0x24,0xaa,0x00,0x00,0x00, +0x59,0xa8,0x30,0x00,0x00,0x05,0xcc,0xcc,0x40,0x00,0x00,0x09,0x3b,0xff,0xb1,0xc5, +0x00,0x02,0xba,0x0d,0xf2,0x2d,0x62,0x01,0xfb,0x00,0x26,0x00,0x2f,0x80,0x38,0xb1, +0x00,0x31,0xa7,0x0a,0xf1,0x80,0x05,0x10,0x19,0x0d,0x00,0x30,0xaa,0x02,0xe8,0xbc, +0x0a,0xf0,0x04,0x80,0x04,0xf6,0x00,0x00,0x19,0xf2,0x00,0x18,0xb9,0x63,0x6c,0xa5, +0x00,0x00,0x0a,0x6f,0x9f,0x57,0x9a,0x00,0x25,0x51,0x40,0x5f,0x21,0xf0,0x19,0x06, +0xb3,0x8a,0x95,0x00,0x00,0x05,0x93,0xf6,0x23,0x8c,0x20,0x02,0xe0,0x02,0xb1,0x00, +0x3d,0x10,0x0c,0xf0,0x03,0xd0,0x00,0x59,0x00,0x9b,0xb0,0x99,0x00,0x00,0xd0,0x0c, +0x07,0xda,0x00,0x00,0x0b,0x20,0xc0,0x86,0x21,0x20,0xa2,0x0a,0x2f,0x01,0x30,0x0d, +0x00,0x49,0x32,0x07,0xf0,0x04,0xa0,0x00,0xb5,0x00,0x00,0x02,0xd1,0x00,0x00,0xb9, +0x31,0x27,0xd3,0x00,0x00,0x00,0x4a,0xcb,0x70,0x50,0x00,0xf0,0x05,0x22,0x11,0x11, +0x10,0x00,0x3d,0xaa,0xbb,0xd7,0x00,0x09,0x40,0x00,0x0c,0x10,0x00,0xd0,0x00,0x02, +0xb0,0xb2,0x0e,0xf0,0x15,0x84,0x00,0x07,0xa0,0x00,0x6c,0x00,0x03,0xdf,0x20,0xfa, +0x00,0x02,0xd1,0x4a,0x6f,0x90,0x00,0x94,0x04,0x8c,0x1c,0x10,0x0c,0x00,0xb5,0xa0, +0x93,0x00,0xb2,0x0b,0x22,0x0a,0x20,0x06,0x80,0x55,0x01,0x30,0x0b,0x82,0x04,0xf9, +0x00,0xf0,0x0c,0xbc,0x91,0x00,0x00,0x00,0x29,0x99,0x00,0x00,0x05,0x50,0x81,0x00, +0x00,0x54,0x08,0x10,0x00,0x06,0x51,0x92,0x00,0xaa,0xcf,0xff,0xa9,0x9a,0xb0,0x04, +0x59,0xa0,0x7a,0xaa,0x30,0xaa,0x09,0x00,0x00,0x77,0x06,0xf1,0x03,0xa6,0xaf,0xff, +0xfd,0x95,0x00,0x63,0x05,0x40,0x00,0x06,0x30,0x54,0x00,0x00,0x3a,0xaa,0x20,0xdd, +0x01,0x00,0xf0,0x07,0xf0,0x01,0xaf,0xff,0xe5,0xd4,0x03,0xef,0xc8,0x8c,0x6d,0xba, +0xef,0x50,0x00,0x00,0xc0,0x6f,0xcf,0x0c,0x60,0x00,0x1a,0xb1,0x00,0x00,0xc0,0x3a, +0x04,0x40,0x0c,0x00,0x1c,0x70,0x16,0x00,0xf0,0x2d,0x50,0x00,0x00,0x0d,0x7f,0xfa, +0x00,0x00,0x00,0xf8,0x0a,0xfb,0x30,0x03,0x15,0x00,0x0a,0xff,0xff,0xf8,0x00,0x00, +0x03,0x8a,0xa7,0x10,0x35,0x78,0x55,0x55,0x55,0x2c,0x5f,0xf9,0x55,0x55,0x88,0xc0, +0xcd,0x30,0x2a,0xdf,0x8c,0x02,0x30,0x8f,0xff,0xf8,0xc0,0xdf,0x50,0x7f,0xff,0x8c, +0x0c,0xf4,0x00,0x12,0x68,0xc0,0x14,0x01,0xe0,0x8c,0x0c,0xe4,0x00,0x00,0x48,0xc0, +0xdf,0x50,0x00,0x04,0x8c,0x03,0x40,0x0b,0x00,0xf3,0x47,0x7a,0x20,0x00,0x04,0x8c, +0x0d,0xf5,0x00,0x00,0x48,0xc9,0xff,0xc9,0x99,0x9b,0x81,0x22,0x22,0x22,0x22,0x20, +0x00,0x03,0x9f,0xfa,0x30,0x00,0x00,0x9b,0x4d,0xc6,0xb9,0x00,0x08,0x80,0x0c,0xa1, +0x08,0x80,0x2c,0x00,0x0c,0xa1,0x00,0xc2,0x76,0x00,0x0e,0xe1,0x00,0x67,0x84,0x00, +0x50,0x09,0x30,0x49,0x75,0x0a,0xb9,0x6c,0xa8,0x58,0x3b,0xb6,0xb7,0x1b,0xb6,0xf4, +0x0f,0xfd,0x50,0x00,0x6f,0xf0,0x02,0xfa,0x00,0x00,0x6e,0x20,0x00,0x08,0xdc,0xcd, +0x80,0xd6,0x00,0x04,0x1d,0x0d,0x20,0xef,0xb2,0xc9,0x01,0xf0,0x27,0xff,0xff,0xe0, +0x00,0x00,0x00,0xdf,0xff,0xff,0x51,0x65,0x00,0x0e,0xff,0xff,0xf8,0xef,0xfc,0x00, +0xaf,0xff,0xff,0xaf,0xff,0xf4,0x01,0xdf,0xff,0x86,0xff,0xff,0x40,0x05,0xfc,0xcf, +0xcf,0xff,0xc0,0x02,0xf3,0x1d,0xff,0xff,0xf5,0x00,0xa8,0x0c,0xff,0xff,0xff,0xe0, +0x0e,0x35,0xff,0xa7,0x07,0xd0,0xf5,0xbf,0xff,0xff,0xff,0xf5,0x0c,0xdd,0xa9,0x99, +0x99,0x99,0x20,0x38,0x10,0x10,0x00,0xcd,0x00,0x11,0xe3,0x5d,0x00,0xb0,0x4e,0x40, +0x00,0x05,0x44,0x43,0x37,0xf5,0x00,0x0f,0xff,0xa5,0x07,0xf1,0x06,0x06,0x66,0x66, +0x66,0x66,0x61,0x02,0xef,0xff,0xff,0xff,0xfc,0x00,0x2d,0xfa,0xbb,0xbb,0xc9,0x00, +0x01,0xd8,0x29,0x00,0x12,0x1c,0x38,0x0d,0x11,0xb8,0x06,0x00,0x16,0x02,0xc0,0x23, +0x30,0x4d,0xd9,0x40,0xaf,0x00,0xf0,0x4d,0x04,0xac,0x30,0x00,0x00,0x4c,0xdb,0x52, +0xc6,0x00,0x00,0x24,0x13,0x9c,0x10,0x00,0x00,0x29,0xcb,0x31,0x00,0x00,0x38,0x89, +0x85,0x30,0x00,0x08,0xe2,0x00,0x3e,0x60,0x00,0x8f,0x62,0xca,0x07,0xf5,0x00,0xef, +0x37,0xff,0x24,0xfa,0x00,0x6f,0x71,0xb9,0x08,0xf3,0x00,0x07,0xf6,0x00,0x6e,0x40, +0x00,0x00,0x27,0x99,0x71,0x00,0x00,0x01,0x22,0x22,0x21,0x00,0x00,0xea,0xaa,0xaa, +0xd3,0x00,0x0c,0x00,0x00,0xb2,0xd3,0x00,0xc0,0x00,0x0d,0x01,0xc3,0x0c,0x00,0x00, +0xcc,0xb3,0x90,0xc0,0x2b,0x02,0x10,0x0c,0x76,0x00,0x0f,0x0b,0x00,0x09,0xf4,0x10, +0x0e,0xdd,0xdd,0xdd,0xdd,0x90,0x06,0xcb,0x23,0xb0,0x3b,0x3b,0x03,0xc0,0x6b,0x92, +0x02,0x00,0x00,0x0e,0xa0,0x00,0x03,0xeb,0x00,0x00,0x2f,0xa0,0x00,0x03,0x70,0xaf, +0x00,0x20,0x04,0xd0,0xae,0x00,0xc0,0x00,0x6b,0x13,0x47,0x80,0x00,0xbf,0xff,0xfe, +0xdb,0x96,0x00,0xef,0x03,0x10,0x45,0x63,0x02,0xf0,0x0d,0xa9,0xbe,0xb2,0x00,0x00, +0x08,0xfb,0x76,0xf8,0xe5,0x00,0x0a,0xcd,0x40,0xa8,0x04,0xf1,0x07,0xc1,0xa6,0x3e, +0x10,0x0d,0x50,0xf2,0x08,0x9e,0x60,0xe1,0x04,0xf0,0x02,0x7f,0x80,0x00,0x3f,0x23, +0xf5,0x8f,0xe0,0x00,0x3e,0x90,0x08,0xda,0x4c,0x17,0xbf,0x80,0x50,0x00,0x42,0x66, +0x10,0x00,0x07,0x65,0x04,0xe0,0xf4,0x00,0x00,0x00,0xb7,0x00,0x0f,0x40,0x00,0x00, +0x05,0xf1,0x00,0xe4,0x49,0x03,0x20,0x80,0x0e,0xea,0x03,0x30,0x6e,0x00,0xd6,0xa6, +0x00,0x90,0xf3,0x0a,0x80,0x00,0x10,0x00,0x0e,0x70,0x7b,0xd4,0x08,0xb1,0xb9,0x03, +0xf2,0x07,0xd0,0x00,0x05,0x40,0x0c,0xd7,0xf5,0x5c,0x01,0x26,0xf8,0x00,0x01,0x00, +0x40,0x05,0xda,0x86,0x42,0x06,0x0f,0x37,0x79,0xbd,0x70,0x16,0x00,0xe1,0x13,0x10, +0x00,0x02,0xcd,0xdf,0xff,0xf9,0x00,0x00,0x16,0x53,0x22,0xda,0xf8,0x02,0x11,0xd9, +0x06,0x00,0x11,0xdb,0x06,0x00,0x20,0xde,0xec,0x64,0x00,0x30,0xea,0x01,0xf3,0x06, +0x00,0xc0,0x00,0x0b,0x90,0x00,0x00,0xdb,0x00,0x00,0x4f,0xee,0xf8,0x01,0x4a,0x00, +0x52,0x43,0x10,0x00,0x01,0xf1,0x09,0x05,0xf0,0x04,0xf1,0x00,0x01,0x00,0x00,0x03, +0x24,0xf6,0x9c,0x18,0xd4,0x00,0x1e,0xee,0xfa,0x85,0x00,0x5e,0x90,0x6c,0x05,0x20, +0x00,0x01,0x07,0x00,0x20,0x01,0x20,0x45,0x00,0xf0,0x05,0xfc,0xfe,0xef,0x80,0x00, +0x00,0x5e,0xf4,0x00,0x03,0xc8,0x00,0x0a,0xc4,0xf0,0x00,0x00,0x5d,0x00,0x3e,0x23, +0x00,0xf1,0x05,0x7c,0x00,0x3f,0x31,0xf0,0x00,0x17,0xf6,0x00,0x06,0xff,0xe0,0x4e, +0xfd,0x50,0x00,0x00,0x15,0x10,0x04,0xfa,0x00,0x12,0xb6,0xa2,0x00,0x12,0xf5,0x62, +0x00,0x10,0xf2,0x54,0x10,0xf0,0x20,0x58,0x8a,0xfc,0xdb,0x30,0x9b,0x00,0x8a,0x8b, +0xc4,0x4a,0xe0,0x1f,0x30,0x00,0x0b,0x70,0x01,0xf1,0x09,0xb0,0x00,0x1f,0x20,0x01, +0xf0,0x02,0xf2,0x00,0x6d,0x00,0x02,0xf0,0x00,0x71,0x00,0xc7,0x00,0x04,0xe0,0x00, +0x00,0x03,0xf0,0x00,0x07,0xb0,0x7d,0x0d,0x30,0x10,0x0d,0x60,0x24,0x0c,0x21,0xce, +0xfc,0x5f,0x02,0x24,0x13,0x30,0xf9,0x00,0x30,0x12,0x70,0x00,0xe6,0x12,0x21,0xd2, +0xd2,0xac,0x10,0x20,0x4b,0x33,0x23,0x07,0xf1,0x19,0x05,0xc1,0x00,0x77,0x8c,0xfc, +0xda,0x10,0xd7,0x00,0xaa,0x8d,0xa4,0x4c,0xa0,0x5e,0x00,0x00,0x0e,0x40,0x04,0xd0, +0x0d,0x70,0x00,0x3e,0x00,0x04,0xd0,0x07,0xe0,0x00,0x9a,0x00,0x05,0xc0,0x01,0x90, +0x00,0xf4,0x5b,0x00,0x30,0x06,0xc0,0x00,0x09,0x13,0x50,0x0e,0x50,0x00,0x2f,0x30, +0x7f,0x06,0x21,0xfe,0xfb,0x62,0x00,0x22,0x24,0x20,0xd7,0x02,0xd0,0x30,0x00,0x01, +0x32,0x12,0xca,0x8b,0xa0,0x4d,0xee,0xed,0xfa,0x52,0x83,0x0e,0xd0,0x60,0x00,0x01, +0x00,0x01,0x7d,0x7b,0xb7,0xff,0xff,0xfd,0xfb,0x51,0x7f,0x03,0x01,0x27,0x06,0x71, +0x1f,0x30,0x0d,0x20,0x00,0xaf,0xf8,0x2c,0x01,0x21,0x00,0x1f,0x9e,0x00,0xa3,0xae, +0x85,0x67,0x96,0x00,0x00,0x5a,0xcc,0xca,0x50,0xb9,0x01,0xf0,0x06,0x10,0x00,0x00, +0x08,0x70,0x02,0xb5,0xb0,0x02,0x10,0x06,0xe5,0x97,0xb4,0x80,0x0e,0xff,0xff,0xfd, +0x84,0x11,0x1a,0x00,0x12,0x8a,0x21,0x00,0xf2,0x00,0x2f,0x68,0xd1,0x00,0x1f,0xff, +0xff,0xff,0xe8,0x40,0x00,0x00,0x11,0x10,0x02,0x93,0x01,0x00,0x7b,0x0e,0xf2,0x01, +0x06,0x70,0x00,0x6f,0xfe,0x00,0x00,0x0b,0x60,0x00,0x00,0x32,0x00,0x00,0x0b,0x70, +0xba,0x05,0x30,0xf7,0x32,0x45,0x0a,0x00,0x45,0x5c,0xef,0xfe,0xc0,0x07,0x02,0xf0, +0x07,0x01,0xc2,0x00,0x00,0x02,0xdc,0x10,0x00,0x03,0xea,0x00,0x00,0x05,0xf7,0x00, +0x00,0x08,0xf4,0x00,0x00,0x08,0xe2,0x67,0x0b,0x00,0xd5,0x00,0x60,0xeb,0x10,0x00, +0x00,0x01,0xdd,0xd9,0x00,0x20,0xbe,0x40,0x58,0x0d,0x10,0x50,0x05,0x0d,0x00,0xbf, +0x06,0xd0,0x84,0x07,0x90,0x00,0x00,0x0f,0x50,0x00,0xa9,0x00,0x00,0x00,0xd5,0xe3, +0x00,0x00,0x3a,0x07,0xf0,0x05,0xe3,0x00,0x54,0x33,0xd9,0x88,0x0f,0x10,0x0d,0xee, +0xef,0xdb,0x70,0xf0,0x00,0x00,0x00,0xc5,0x00,0x1f,0x01,0x01,0x40,0x50,0x02,0xf1, +0x40,0x27,0x00,0xc0,0x0f,0x85,0x00,0x00,0x0f,0x30,0x00,0xfe,0x10,0x00,0x03,0xf0, +0x86,0x09,0x90,0x00,0xc9,0x00,0x00,0x99,0x00,0x02,0xbe,0x10,0xd5,0x13,0x24,0x6c, +0x20,0x93,0x00,0xa3,0x03,0x65,0x44,0x45,0x63,0x00,0x5c,0xde,0xee,0xdc,0x08,0x01, +0x0c,0x01,0x00,0x31,0x19,0x10,0x00,0xe8,0x01,0x00,0x1e,0x0c,0x01,0xc4,0x00,0xf2, +0x05,0xfa,0x30,0x00,0x01,0x43,0x03,0xcf,0xff,0xff,0xff,0x60,0x00,0x13,0x43,0x32, +0x00,0x00,0x00,0x08,0x80,0x1e,0x00,0xb0,0x01,0x35,0x43,0x34,0xea,0xbf,0x97,0xde, +0xee,0xdd,0xf7,0x63,0x01,0x11,0x0e,0x52,0x00,0x11,0x7c,0x46,0x00,0xd1,0xe4,0x00, +0xb2,0x00,0x0c,0xef,0xb0,0x2f,0x00,0x00,0x01,0x31,0x04,0x4d,0x00,0x20,0x1f,0x80, +0xe0,0x07,0x94,0x4d,0xfd,0xde,0xfe,0x00,0x00,0x02,0x45,0x43,0x3f,0x03,0x15,0xf1, +0x69,0x00,0x02,0x27,0x00,0x11,0x4e,0x0b,0x00,0x11,0xe0,0xa0,0x11,0x01,0x21,0x00, +0x10,0xd0,0x06,0x00,0x11,0x5d,0x63,0x01,0x10,0xd0,0x23,0x08,0x10,0x5d,0xe7,0x0d, +0xf1,0x00,0x33,0xf1,0x00,0x00,0x4f,0xa0,0x0d,0xc5,0x46,0xbf,0x90,0x00,0x2a,0xef, +0xc9,0xde,0x00,0x23,0x0f,0x50,0x7a,0x00,0xf0,0x04,0x00,0x6d,0xdd,0xee,0xef,0xff, +0xff,0xc2,0x44,0x32,0x22,0xd5,0x11,0x22,0x00,0x00,0x19,0xbf,0x40,0xe0,0x03,0x21, +0xa5,0xe6,0x5a,0x00,0x21,0x07,0xc0,0x66,0x00,0x10,0x8d,0x2c,0x00,0x30,0xea,0x6e, +0xb0,0x89,0x01,0x21,0xa9,0xf7,0x3a,0x00,0x10,0x9e,0x05,0x00,0x21,0x17,0xde,0x57, +0x03,0x14,0xc7,0x0f,0x01,0x91,0x02,0x08,0x10,0x00,0x00,0x05,0xe0,0x88,0x79,0x36, +0x00,0x40,0xb0,0x5c,0xde,0xee,0xb7,0x10,0x60,0x54,0x32,0x21,0x5e,0x11,0x11,0xae, +0x03,0x20,0xe0,0x00,0xa8,0x15,0x21,0xfe,0x00,0xe6,0x07,0x11,0xf0,0x92,0x02,0x20, +0x0f,0x40,0x5e,0x0d,0x20,0x48,0xf4,0x14,0x00,0x31,0x9c,0xcf,0x10,0xc5,0x08,0x10, +0x90,0x4b,0x00,0x30,0x8e,0xb0,0x00,0x1a,0x00,0x0c,0x79,0x01,0x12,0x40,0x88,0x03, +0x00,0x3d,0x00,0x32,0xf2,0x00,0x01,0x07,0x00,0xf0,0x00,0x02,0xf3,0x44,0x15,0x68, +0xfb,0xcd,0xff,0xfe,0xda,0x2d,0xba,0xf7,0x53,0x23,0x66,0x00,0x40,0xf1,0x00,0x03, +0xd0,0x07,0x00,0x30,0x02,0x48,0xc0,0x07,0x00,0x00,0x83,0x16,0x00,0x2a,0x00,0x01, +0x01,0x00,0x40,0xd9,0x10,0x00,0x13,0xa1,0x00,0x40,0xff,0xff,0xff,0x20,0xf7,0x07, +0x10,0x22,0x66,0x07,0xa1,0x22,0x34,0x54,0x00,0x00,0x01,0xff,0xdc,0xcf,0xd0,0x83, +0x00,0x10,0xa0,0x06,0x00,0x11,0x3e,0xbb,0x01,0x20,0x6e,0x50,0xa4,0x04,0xe0,0x9f, +0xa9,0xab,0xcd,0xd0,0x7f,0xec,0xab,0xf9,0x43,0x33,0x01,0x10,0x01,0x36,0x08,0x00, +0x32,0x02,0x25,0x00,0x00,0xd4,0x02,0x12,0x8d,0x5d,0x00,0x30,0xcf,0xa7,0x60,0x07, +0x00,0x21,0x5a,0xbb,0x88,0x09,0x01,0x13,0x00,0x20,0x0d,0x60,0x41,0x00,0xa1,0x23, +0xf9,0x9c,0x00,0x00,0x05,0xef,0xff,0xb8,0x50,0x79,0x03,0x30,0x02,0x33,0x32,0x72, +0x06,0x30,0xee,0xde,0xf5,0x89,0x02,0x10,0x00,0x37,0x01,0x11,0x00,0x18,0x01,0x21, +0x00,0x73,0x23,0x12,0x21,0x0d,0x40,0xbe,0x14,0xf0,0x09,0xd9,0x00,0x01,0x10,0xe9, +0x00,0x03,0xdf,0xff,0xf8,0x03,0x10,0x00,0x00,0x12,0x21,0x00,0x00,0x03,0x90,0x00, +0x00,0x06,0x20,0x2f,0x00,0xf2,0x12,0x04,0xa4,0xb0,0x21,0x18,0xc6,0x96,0x00,0xc4, +0x71,0xef,0xff,0xeb,0x83,0x00,0x10,0x00,0x00,0x0f,0x40,0x01,0x12,0x10,0x00,0x00, +0x3f,0x00,0x7f,0xff,0xfd,0x00,0x00,0x8c,0x92,0x00,0x12,0xd7,0x9b,0x01,0x30,0xf2, +0x02,0x70,0x8e,0x02,0x40,0xd0,0x05,0xc0,0x00,0x0c,0x15,0xf2,0x11,0x05,0xe2,0x00, +0x01,0x00,0x6f,0x10,0x00,0xaf,0xee,0xff,0x10,0x24,0x00,0x00,0x01,0x34,0x31,0x00, +0x00,0x01,0x58,0xbb,0x81,0x02,0x7c,0xfc,0x85,0x5b,0xe1,0x3d,0x71,0x35,0x12,0x31, +0x00,0x00,0x8b,0xe3,0x00,0x10,0x80,0x52,0x02,0xa0,0xf3,0x00,0x00,0x01,0x5b,0xf5, +0x00,0x00,0x4f,0xfe,0x82,0x10,0x02,0xc6,0x04,0xf1,0x03,0x37,0xac,0xca,0x30,0x00, +0x49,0xef,0xb7,0x55,0x9f,0x70,0xaf,0xb5,0x00,0x00,0x00,0x5f,0x22,0x5f,0x02,0x12, +0xe6,0xf9,0x00,0x11,0x80,0x14,0x03,0x02,0x3e,0x05,0x11,0xae,0x51,0x03,0xf2,0x0e, +0xcf,0x40,0x00,0x00,0x57,0x9e,0xfa,0x20,0x00,0x00,0x0b,0xca,0x71,0x00,0x00,0x00, +0x23,0x56,0x89,0xbc,0xde,0x29,0xff,0xec,0xa9,0xee,0x75,0x40,0x22,0x87,0x0f,0x04, +0x16,0x03,0x11,0x0e,0xea,0x09,0x01,0xea,0x01,0x02,0xf5,0x02,0x00,0x6e,0x11,0x02, +0x58,0x00,0x11,0xb0,0x07,0x00,0x22,0x1e,0xc5,0x84,0x03,0x12,0xff,0x44,0x04,0x13, +0x33,0x4e,0x00,0x80,0x1b,0xff,0xec,0xa9,0xfd,0x75,0x40,0x32,0xd5,0x03,0x11,0x05, +0xc2,0x00,0x90,0x73,0xb4,0x00,0x00,0x1f,0x30,0x03,0xc2,0x90,0x2c,0x03,0x10,0x05, +0xe9,0x0c,0x02,0x30,0x07,0x12,0xf1,0x68,0x00,0x11,0xa0,0x07,0x00,0x21,0x3f,0xb4, +0x07,0x00,0x31,0x2a,0xff,0xa0,0xb5,0x00,0x31,0x43,0x00,0x04,0x80,0x00,0x14,0x8c, +0x65,0x0b,0xf0,0x01,0x88,0x00,0x0a,0xb0,0x06,0xec,0x40,0x00,0x2f,0x7d,0xd5,0x00, +0x00,0x00,0xde,0x60,0xa0,0x06,0x00,0xaf,0x02,0x11,0xbb,0xb0,0x03,0x01,0x08,0x03, +0x11,0xf1,0x4f,0x00,0x10,0xb2,0xd2,0x06,0xa2,0x2c,0xff,0xee,0xff,0xf4,0x00,0x01, +0x45,0x44,0x31,0xf6,0x17,0x12,0x00,0x9b,0x16,0xe1,0x00,0x12,0x22,0xf9,0xa6,0x06, +0x10,0x06,0xee,0xff,0x96,0x20,0xbf,0x80,0xbd,0x05,0xe0,0x3d,0xa0,0x02,0xf1,0x00, +0x0e,0x30,0x01,0x00,0xb9,0x00,0x00,0xe3,0x00,0x93,0x01,0xf0,0x01,0x0d,0x40,0x00, +0x2f,0x70,0x18,0xcc,0xf7,0x00,0x02,0x90,0x0c,0xa3,0x4d,0xfb,0x20,0xdb,0x06,0xf2, +0x02,0xd7,0xbe,0x20,0x00,0x0e,0x82,0x5f,0x30,0x91,0x00,0x00,0x3c,0xfe,0x70,0x00, +0x00,0x01,0x07,0x0b,0x02,0xc9,0x00,0xe2,0x08,0x90,0x02,0xff,0xff,0xfe,0x00,0xb7, +0x00,0x02,0x33,0x33,0x20,0x0d,0x1a,0x00,0x02,0x03,0x09,0x12,0x0f,0x6b,0x09,0x21, +0xf2,0x30,0x0d,0x00,0x20,0x86,0x0b,0x7c,0x02,0x30,0xfe,0x10,0xd4,0xa7,0x00,0xd4, +0xc0,0x0a,0xd7,0x56,0x79,0x40,0xb8,0x00,0x07,0xbd,0xdc,0xa3,0x04,0x93,0x06,0xf0, +0x11,0x47,0xa9,0x61,0x00,0x00,0x02,0xce,0x9f,0x9b,0xe6,0x00,0x03,0xf8,0x03,0xf0, +0x04,0xe5,0x00,0xd7,0x00,0x6c,0x00,0x06,0xe0,0x6d,0x00,0x0a,0x90,0x00,0x0f,0x3a, +0x90,0xf0,0x07,0xf0,0x10,0xd6,0xb7,0x00,0x3f,0x10,0x00,0x0f,0x49,0xa0,0x0a,0xa0, +0x00,0x03,0xf2,0x4f,0x46,0xf2,0x00,0x00,0xda,0x00,0x9f,0xf6,0x00,0x04,0xdd,0x10, +0x00,0x21,0x00,0x8f,0xbd,0x0b,0x00,0xa4,0x26,0x71,0x00,0x03,0x50,0x00,0x00,0x17, +0x10,0xe8,0x17,0x21,0x1f,0x10,0x26,0x03,0xf2,0x03,0x1f,0x10,0x10,0x0d,0x40,0x0c, +0xcb,0xcf,0xef,0xa0,0x0f,0x20,0x04,0x55,0x6f,0x41,0x00,0x1f,0xa3,0x00,0x30,0x2e, +0x00,0x00,0xf4,0x0c,0x21,0x3e,0x22,0x95,0x05,0xf1,0x12,0x2e,0x94,0x05,0xcf,0xef, +0x70,0x00,0x1f,0xd0,0x2e,0x30,0x1e,0xed,0x30,0x0f,0x90,0x3f,0x20,0x2f,0x38,0xe0, +0x0d,0x60,0x0a,0xfe,0xfa,0x00,0x10,0x03,0x10,0x00,0x13,0x20,0x0a,0x02,0x12,0x60, +0xc3,0x01,0x02,0xfc,0x01,0x31,0x02,0xe8,0x1d,0x13,0x02,0x30,0xdb,0x00,0x2e,0x3c, +0x04,0xf0,0x01,0xbd,0x10,0x00,0x3f,0x70,0x00,0x00,0xbf,0x20,0x00,0x00,0x6f,0x60, +0x00,0x07,0x50,0xcc,0x15,0x03,0x48,0x04,0x36,0x9f,0x60,0x00,0xbf,0x04,0x05,0x45, +0x0d,0x10,0x04,0xa9,0x02,0xf0,0x0a,0x11,0x00,0x4c,0x0d,0x30,0x00,0x00,0x3e,0xf6, +0x00,0xc5,0x47,0x00,0x00,0x1e,0xa6,0xf5,0x02,0x50,0x00,0x00,0x0c,0xc0,0x06,0xf3, +0x41,0x09,0xf0,0x00,0xe1,0x00,0x09,0xe2,0x00,0x00,0x09,0xf3,0x00,0x00,0x0b,0xe1, +0x00,0x00,0xc6,0xcf,0x01,0x22,0xd1,0x00,0x73,0x0d,0x03,0x08,0x00,0x13,0x1e,0xca, +0x06,0x13,0x24,0x58,0x07,0xd1,0x03,0x20,0x06,0xb1,0x35,0x30,0x0c,0xff,0xff,0xfe, +0xdc,0x60,0x00,0xae,0x07,0x00,0x15,0x0d,0xc0,0x02,0x20,0x2f,0xed,0xde,0xff,0xff, +0xc0,0x01,0x23,0x38,0xc2,0xf6,0x03,0x00,0x8e,0x03,0xf6,0x0d,0x01,0x8c,0xdd,0xe3, +0x00,0x00,0x0d,0x93,0x27,0xfe,0xc4,0x00,0x2f,0x00,0x04,0xe0,0x8f,0x80,0x0e,0x94, +0x5c,0xa0,0x03,0xb0,0x02,0x9b,0xc8,0x10,0x93,0x0a,0x40,0x8e,0xff,0xff,0x30,0xae, +0x04,0x27,0x21,0x9b,0xf8,0x0d,0x00,0x6a,0x00,0xf2,0x21,0x59,0x00,0x00,0x05,0x8e, +0xb5,0x10,0x7a,0x00,0x05,0xeb,0xcd,0x9c,0xfb,0xb8,0x00,0x4e,0x20,0xd6,0x00,0x18, +0xfd,0x30,0xa6,0x05,0xe0,0x00,0x02,0xfa,0xf1,0xc6,0x1e,0x70,0x00,0x0a,0xb0,0x40, +0x7f,0xfb,0x00,0x00,0x8f,0x20,0x00,0x03,0x40,0x00,0x2b,0x1a,0x02,0x34,0x39,0x10, +0x00,0x96,0x00,0xf0,0x04,0x00,0x6a,0x25,0x20,0x31,0x00,0x5f,0xee,0xff,0xc4,0x09, +0xe2,0x00,0x12,0x8b,0x00,0x00,0x09,0xe2,0xf2,0x0c,0x51,0x00,0x0b,0x90,0x4e,0xfb, +0xd2,0x02,0x30,0x22,0xe0,0x00,0x36,0x0e,0x11,0x2f,0xea,0x02,0x20,0x38,0xb0,0x4e, +0x07,0x21,0x8f,0xf5,0xd1,0x02,0x21,0x0d,0x40,0x1d,0x09,0xa1,0xbc,0x65,0x68,0xde, +0x10,0x00,0x01,0x8b,0xcb,0xa7,0xb1,0x00,0x00,0x39,0x01,0x41,0x18,0x00,0x00,0x7b, +0xab,0x05,0xf1,0x2e,0x2b,0x80,0x00,0x00,0x0b,0x9a,0xfe,0xff,0xd4,0x00,0x00,0xaf, +0x70,0x4e,0x05,0xf6,0x00,0x6d,0xf2,0x0a,0x80,0x05,0xe1,0x2e,0x29,0xa2,0xf2,0x00, +0x0e,0x48,0x90,0x1f,0xc9,0x00,0x00,0xd6,0xb6,0x00,0x9f,0x20,0x00,0x0f,0x3a,0xa0, +0x5f,0xc9,0x00,0x09,0xd0,0x3f,0xfe,0x40,0x00,0x2a,0xf3,0x00,0x13,0x00,0x04,0xef, +0xb2,0x9d,0x01,0x16,0x10,0xfe,0x05,0x02,0x6a,0x06,0x00,0x81,0x03,0xb4,0x2b,0x85, +0xe6,0x45,0x10,0x00,0x17,0x9c,0xfe,0xdc,0x20,0x25,0x04,0x00,0x00,0x0b,0xf0,0x01, +0x10,0x7b,0x79,0xd3,0x45,0x08,0xd0,0x37,0xae,0xfd,0xcc,0x00,0xc8,0x00,0x09,0x90, +0x4d,0x04,0x50,0x09,0x80,0x00,0x00,0x6d,0x94,0x01,0x00,0x4e,0x05,0xe0,0xec,0x66, +0x9e,0xd1,0x00,0x00,0x19,0xcc,0xa5,0x00,0x00,0x0c,0x85,0x20,0xfd,0x00,0x50,0xdf, +0xf9,0x00,0x03,0x30,0x03,0x00,0x20,0x9a,0x00,0xea,0x01,0x01,0xce,0x05,0xf2,0x03, +0xc5,0x06,0x9c,0xc9,0x10,0x0e,0x8e,0xa5,0x34,0xaf,0x21,0xfe,0x40,0x00,0x00,0xb9, +0x2d,0x20,0xb1,0x1a,0xf3,0x02,0x00,0x01,0xe7,0x00,0x00,0x00,0x15,0xed,0x10,0x05, +0xfe,0xef,0xf9,0x10,0x00,0x04,0x44,0x2b,0x08,0x01,0x8f,0x07,0xf0,0x08,0x5d,0x04, +0xdf,0xc2,0x07,0xa6,0xd5,0x2a,0xe0,0x9a,0xd1,0x00,0x0d,0x6a,0xf4,0x00,0x00,0x9a, +0xbd,0x00,0x00,0x07,0xcc,0x84,0x00,0x62,0xb8,0x00,0x00,0x0a,0x95,0x40,0x18,0x05, +0xd2,0xad,0x00,0x00,0x02,0xbf,0x30,0x00,0x8c,0xfa,0x10,0x00,0x06,0x61,0xcc,0x01, +0x40,0x22,0x00,0x00,0x8f,0xc2,0x03,0x50,0x00,0x12,0x10,0x0a,0xc1,0x11,0x00,0x11, +0xca,0x7f,0x06,0x10,0x70,0x33,0x02,0xc0,0xfe,0xbd,0xb6,0x00,0x00,0x9f,0xa4,0x22, +0x5c,0xc0,0x1c,0xd3,0xce,0x05,0xf6,0x0e,0x19,0x00,0x6a,0x81,0x00,0x8b,0x00,0x07, +0xc4,0x9e,0x00,0xb9,0x00,0x0b,0x60,0x0d,0x75,0xf4,0x00,0x06,0xe8,0x5b,0xff,0x70, +0x00,0x00,0x4a,0xca,0x81,0x2a,0x01,0x22,0x0a,0xa0,0x08,0x00,0x11,0x98,0x06,0x00, +0xd0,0x34,0x6d,0xb0,0x18,0xcb,0x20,0x00,0x0a,0xdb,0xe8,0x5e,0x85,0xbc,0xbd,0x02, +0x40,0xbd,0x20,0x05,0xd0,0x11,0x0b,0x30,0x10,0x00,0x5c,0xb5,0x06,0x11,0x20,0xf1, +0x01,0x21,0x8c,0xf1,0x30,0x00,0x30,0x3f,0x2f,0x10,0xb0,0x09,0x30,0x0e,0x70,0xf2, +0xea,0x01,0x81,0x20,0x50,0x0f,0x20,0x00,0x0b,0xb6,0xc7,0x3f,0x07,0x22,0x4e,0xe8, +0x0c,0x0a,0x07,0x01,0x00,0x17,0xab,0x68,0x00,0x31,0x01,0x24,0xca,0x2f,0x06,0xf1, +0x00,0xfd,0xf9,0x06,0xad,0xd9,0x10,0x01,0x00,0xc9,0xea,0x52,0x4a,0xe1,0x00,0x02, +0x43,0x01,0x20,0x00,0x0c,0x7f,0x07,0x10,0x6c,0x65,0x00,0x00,0x0c,0x30,0x20,0xf2, +0xf1,0xcd,0x00,0xe0,0x0e,0x60,0xf2,0x00,0x00,0x2b,0xd0,0x04,0x00,0xf2,0x00,0x6a, +0xfb,0x10,0x63,0x00,0x20,0x98,0x30,0xe5,0x0f,0x02,0x54,0x00,0x10,0x5a,0x05,0x00, +0xb1,0x21,0x19,0xa3,0x46,0x80,0x00,0x2f,0xff,0xff,0xed,0xb9,0x40,0x00,0x01,0x6c, +0x03,0xf0,0x07,0x41,0x00,0x00,0x16,0x00,0x0a,0xfd,0xee,0x42,0x9f,0xc0,0x07,0xf7, +0x00,0x8f,0xe8,0x20,0x04,0xf4,0x00,0x7e,0xe0,0x2a,0x03,0x20,0xca,0x4d,0x21,0x00, +0x11,0x7b,0x0c,0x0d,0x00,0x5f,0x05,0x00,0xc1,0x07,0x40,0x85,0x55,0x79,0x10,0xce, +0x0a,0x32,0xcb,0x91,0x00,0xc5,0x1e,0x00,0xef,0x10,0x01,0xe8,0x07,0x01,0xda,0x14, +0x04,0xc5,0x05,0x01,0x16,0x17,0x00,0x1d,0x01,0x21,0x92,0x10,0x73,0x06,0x11,0xce, +0xea,0x08,0xf1,0x21,0xce,0x30,0x7d,0x00,0x00,0x10,0x04,0xf4,0x00,0x4e,0x00,0x03, +0xe0,0x0b,0x90,0x00,0x3e,0x00,0x0a,0xb0,0x2f,0x20,0x00,0x2f,0x20,0x7f,0x20,0x9c, +0x00,0x00,0x0c,0xff,0xe4,0x00,0x12,0x00,0x00,0x00,0x54,0x10,0x00,0x12,0x21,0x11, +0x11,0x12,0x15,0xff,0x5f,0x0e,0x11,0x00,0x0a,0x12,0x90,0x05,0xe0,0x2e,0x70,0x00, +0x00,0x5d,0x1e,0x70,0xfa,0x03,0x14,0x20,0x62,0x0e,0x20,0x3f,0x20,0x5d,0x00,0x10, +0x70,0x05,0x00,0x1b,0x60,0xdd,0x08,0x20,0x02,0xff,0x01,0x00,0xb1,0xfb,0x03,0x32, +0x22,0x22,0x22,0x5f,0x50,0x00,0x00,0x25,0x36,0x1a,0x40,0x05,0xf0,0x1c,0xb0,0xe2, +0x09,0x21,0x0d,0xb0,0xd8,0x09,0x16,0x10,0x7b,0x08,0x26,0x0e,0x60,0xcb,0x00,0x21, +0x09,0xf3,0x1b,0x07,0x17,0xe4,0xd7,0x04,0x06,0x5b,0x0b,0x10,0xc7,0xde,0x00,0x60, +0xdc,0x10,0x00,0x00,0x07,0xf9,0x11,0x01,0xd5,0xf7,0x00,0x00,0x49,0xed,0x6e,0x50, +0x00,0x0d,0xa4,0x00,0xe5,0x00,0x8d,0x0a,0x0b,0x0b,0x00,0x00,0x01,0x00,0x11,0x43, +0xdd,0x02,0x01,0xc3,0x0d,0x10,0x7f,0xb2,0x00,0x21,0x2c,0xe4,0x71,0x07,0xf3,0x00, +0x10,0x00,0x00,0x5b,0xfb,0x9e,0x00,0x00,0x6f,0xfa,0x30,0x5e,0x00,0x00,0x15,0x7e, +0x0a,0x09,0x06,0x00,0x17,0x6e,0x06,0x00,0x11,0x37,0x4f,0x01,0x14,0x10,0xc8,0x07, +0xe0,0x44,0x44,0x7f,0x44,0x44,0x40,0xee,0xdd,0xdd,0xdd,0xde,0xf1,0xe4,0x00,0x44, +0x1a,0x11,0xe4,0xb1,0x02,0x11,0xe4,0x98,0x0a,0x14,0x62,0x37,0x00,0x25,0x02,0xe8, +0x57,0x05,0x80,0x07,0xec,0x10,0x00,0x00,0x19,0xef,0x80,0xec,0x06,0x10,0x71,0xa5, +0x00,0xd6,0xee,0xee,0xee,0xee,0x00,0x33,0x24,0xf3,0x22,0x30,0x00,0x00,0x2f,0x27, +0x08,0x05,0x0b,0x00,0x61,0x11,0x11,0x3f,0x21,0x11,0x1a,0x4d,0x01,0x18,0x11,0x72, +0x10,0xd1,0xdf,0xee,0xee,0xee,0xef,0xf0,0x03,0x33,0x35,0xf4,0x33,0x33,0x00,0x34, +0x1d,0x05,0xb8,0x07,0x0f,0x0d,0x00,0x05,0x90,0x0b,0xfe,0xee,0xff,0xfe,0xee,0xfb, +0x34,0x44,0x01,0x00,0x15,0x30,0x53,0x01,0x10,0x3e,0x06,0x00,0x00,0xba,0x06,0x10, +0x0c,0x66,0x00,0x60,0xf1,0x01,0x21,0x13,0xef,0x11,0xd6,0x08,0x10,0xcf,0x6f,0x00, +0x10,0xcc,0x89,0x00,0x70,0x3d,0xb0,0x1f,0x00,0x00,0x09,0xf7,0xe5,0x06,0x41,0x07, +0x20,0x01,0x3f,0xfe,0x00,0x18,0xfc,0x0d,0x0f,0x23,0xf0,0x00,0xc4,0x0b,0x12,0x01, +0xc5,0x0b,0x01,0xfd,0x01,0xc1,0xf8,0x02,0x11,0x11,0x3f,0xf1,0x11,0x10,0x00,0x00, +0x0c,0xbf,0xc5,0x0d,0x30,0xb3,0xf0,0x00,0x25,0x08,0x10,0x2f,0x83,0x01,0x70,0x80, +0x02,0xf0,0x00,0x03,0xde,0x50,0xe8,0x00,0x23,0x18,0x10,0xf4,0x00,0x21,0xce,0xee, +0xaa,0x00,0x12,0x34,0xf0,0x07,0x14,0x60,0xc4,0x01,0x10,0x01,0xaf,0x0f,0x22,0x10, +0x4f,0x53,0x00,0x00,0x0e,0x01,0x11,0xb8,0x19,0x0c,0x41,0xb7,0x00,0x00,0x9a,0xc0, +0x06,0x10,0xf4,0x47,0x05,0x20,0x08,0xd0,0x89,0x14,0x70,0x3f,0x50,0x00,0x02,0xf1, +0x03,0xe9,0xcd,0x1e,0x50,0x3f,0x90,0x00,0x7f,0xff,0xb7,0x34,0x23,0x02,0x21,0x64, +0x13,0x01,0x56,0x0a,0x31,0x04,0xa5,0xa0,0x9b,0x07,0x21,0xd3,0x90,0xa9,0x07,0xe0, +0x32,0x00,0x6f,0xfe,0xff,0xfe,0xef,0xf5,0x00,0x13,0x32,0x6f,0x32,0x22,0x03,0x10, +0x12,0x6c,0x14,0x07,0x40,0xa8,0x00,0x00,0xd4,0x02,0x22,0x01,0x7f,0x08,0x00,0x5d, +0x00,0x10,0xf1,0x3c,0x1c,0x00,0x21,0x0d,0x00,0x5f,0x00,0xb0,0x08,0xc0,0x00,0x4f, +0xa0,0x00,0x8f,0xef,0x60,0x00,0x04,0xba,0x0f,0x00,0x5f,0x00,0x14,0x3c,0x59,0x0f, +0x01,0xb7,0x00,0xe4,0x76,0x8b,0xe0,0x02,0x8a,0xce,0xff,0xc9,0x74,0x00,0x2c,0x96, +0x49,0xb0,0x1e,0x01,0x01,0xed,0x06,0xe0,0x47,0xad,0x40,0x35,0x7a,0xcf,0xfe,0xb8, +0x62,0x4f,0xdb,0x85,0xc8,0x00,0xed,0x1d,0x27,0x08,0xb0,0x6e,0x02,0x22,0x02,0xf2, +0xd5,0x03,0x04,0xf8,0x02,0x00,0xb8,0x10,0x10,0x46,0x21,0x0b,0xf2,0x0a,0x00,0x00, +0x7d,0x00,0x00,0xb4,0x60,0x00,0x00,0x3f,0x02,0x58,0x90,0x00,0x14,0x68,0xbf,0xff, +0xda,0x70,0x00,0x7f,0xca,0x7d,0x70,0x25,0x05,0x03,0x31,0x1f,0xf2,0x07,0xc0,0x13, +0x6a,0x00,0x00,0x14,0x6b,0xfe,0xfe,0xc9,0x10,0x8f,0xfe,0xb9,0xf6,0x10,0x00,0x00, +0x34,0x10,0x00,0xd6,0x4b,0x00,0x12,0xa9,0x07,0x00,0x12,0x7d,0x07,0x00,0x12,0x4c, +0x90,0x00,0x03,0xea,0x1f,0x02,0x2b,0x02,0x01,0x32,0x03,0x00,0x35,0x1a,0xa0,0xc0, +0x00,0x08,0xe2,0x11,0x11,0xca,0x00,0x07,0xf3,0x59,0x04,0x11,0x1a,0x04,0x01,0x23, +0x01,0xa1,0x2d,0x1a,0x31,0x00,0x00,0xca,0x06,0x00,0x30,0xbe,0x10,0x00,0xca,0x0e, +0x14,0x10,0xd7,0x02,0x31,0x00,0x7f,0xe6,0x53,0x00,0x07,0xe9,0x0c,0x10,0x11,0x94, +0x00,0x41,0x00,0x01,0x75,0xa0,0x81,0x1a,0x90,0x0c,0x3b,0x20,0x00,0x00,0xdb,0x44, +0x44,0x74,0xb7,0x08,0x81,0xcc,0xcc,0xdf,0x40,0x00,0x00,0x6f,0x30,0x79,0x1d,0xe0, +0x7f,0x40,0x00,0x00,0xd8,0x00,0x00,0xae,0x30,0x00,0x00,0x4f,0x20,0x00,0x21,0x0c, +0x22,0x0e,0x80,0xd8,0x00,0x12,0xd0,0x9a,0x0c,0x12,0xe3,0x08,0x10,0x11,0xe2,0x23, +0x01,0x21,0x8f,0xc1,0xe4,0x04,0x28,0xfc,0x50,0xc3,0x00,0x41,0x00,0x03,0xb1,0x00, +0xa2,0x1c,0x06,0xb1,0x0b,0x20,0x10,0x04,0x35,0x02,0x91,0xfd,0x01,0xe9,0x22,0x28, +0xd2,0x22,0x20,0xbd,0x31,0x02,0x21,0x9e,0x20,0x0f,0x0c,0x11,0x20,0xdc,0x01,0x05, +0xed,0x0c,0x21,0x3f,0x60,0x04,0x03,0x11,0xa0,0xb5,0x20,0x02,0x37,0x0b,0x07,0xd2, +0x04,0x30,0x52,0x00,0x00,0x18,0x15,0x12,0xb4,0x5e,0x0f,0x30,0x0a,0x57,0x10,0xa5, +0x10,0x00,0xdc,0x00,0x10,0x09,0x60,0x00,0xb2,0xf7,0x00,0x03,0xf6,0x33,0x3c,0x93, +0x33,0x20,0x02,0xe9,0x6f,0x04,0x21,0xdc,0x00,0x7c,0x10,0x42,0x02,0x10,0x00,0x06, +0x0a,0x0d,0x00,0xdb,0x00,0x01,0x79,0x04,0x02,0xd5,0x01,0x22,0x5f,0x60,0xc1,0x09, +0x02,0xba,0x01,0x02,0x9d,0x0b,0x20,0x04,0x33,0x01,0x00,0x00,0x4f,0x00,0x16,0xfe, +0x43,0x0d,0x1f,0x5e,0x0b,0x00,0x08,0xc3,0xe6,0xff,0xee,0xee,0xee,0xfe,0x24,0x44, +0x44,0x44,0x48,0xe0,0x5a,0x09,0x12,0xd4,0x06,0x11,0x13,0xe4,0x07,0x00,0x00,0x54, +0x11,0xe1,0x06,0x55,0xf8,0x55,0x5a,0xd5,0x54,0x0d,0xcc,0xfd,0xcc,0xce,0xfc,0xca, +0x1c,0x00,0x12,0xb0,0x23,0x00,0x11,0xa0,0x07,0x00,0x10,0x09,0x37,0x02,0x12,0x93, +0xd8,0x0d,0x04,0xd9,0x04,0x12,0x03,0xf8,0x0a,0x12,0x8f,0x07,0x01,0x02,0x4c,0x0c, +0x51,0x30,0x00,0x04,0x23,0x26,0x4c,0x04,0x30,0xc7,0x93,0xc0,0xaf,0x03,0xf1,0x03, +0x0c,0x72,0x83,0x11,0x43,0x5f,0x43,0x33,0xd9,0x33,0x20,0x4f,0xee,0xfe,0xee,0xef, +0xfe,0xe7,0xb4,0x04,0x12,0xc7,0xb6,0x04,0x22,0x0d,0x60,0x79,0x04,0x10,0xf4,0x0f, +0x00,0x42,0xb1,0x00,0x2f,0x20,0xdd,0x0b,0x12,0xd0,0xf1,0x00,0x02,0x44,0x02,0x22, +0x18,0xf7,0x3c,0x04,0x18,0xd4,0xdf,0x05,0x12,0x04,0x07,0x00,0x12,0xdd,0xcc,0x06, +0x12,0x8f,0x22,0x01,0x10,0x32,0x9b,0x01,0x10,0x60,0x4a,0x02,0x40,0x40,0x6e,0xc2, +0x00,0x7f,0x1d,0x23,0x1a,0x20,0x53,0x13,0x21,0x03,0xec,0x24,0x03,0x10,0xfa,0x06, +0x00,0x80,0x3b,0xf6,0x00,0x00,0x00,0x16,0xcf,0xc2,0x69,0x01,0x00,0xda,0x15,0x04, +0x5a,0x0c,0x20,0x00,0x03,0x41,0x02,0xf1,0x08,0x10,0x00,0x2f,0xa1,0x00,0x0d,0x37, +0x90,0x00,0x02,0xce,0x40,0x05,0xc0,0x90,0x00,0x00,0x07,0x10,0x00,0x50,0x00,0x4c, +0x1e,0x18,0x30,0x10,0x1a,0xf9,0x04,0x02,0x72,0x40,0x00,0x4c,0x10,0x00,0x02,0xe9, +0x15,0x05,0x01,0x94,0x03,0x00,0x64,0x06,0x00,0xe4,0x08,0x10,0x50,0xa9,0x00,0x30, +0xbf,0xc2,0x00,0xf2,0x01,0x11,0xb3,0x53,0x00,0x03,0x7b,0x02,0xa2,0x44,0x44,0x44, +0x45,0x30,0x00,0x2f,0xee,0xee,0xee,0x10,0x05,0x26,0x1f,0x40,0xc7,0x06,0x22,0x03, +0xf4,0xa4,0x0f,0x01,0x06,0x00,0x20,0xbf,0x60,0x2f,0x00,0x31,0xcd,0x7f,0x60,0x1a, +0x12,0x21,0x5f,0x70,0xb4,0x00,0x40,0x5f,0x60,0x3e,0xd4,0xe7,0x00,0x11,0x30,0x4e, +0x00,0x12,0x50,0x10,0x01,0x11,0x30,0x3c,0x00,0xb0,0xc3,0xc0,0x02,0x43,0x33,0x33, +0x34,0xb5,0x61,0x07,0xff,0x06,0x1f,0x02,0x4e,0x23,0x17,0x10,0x4d,0x02,0x22,0x06, +0xe1,0xb9,0x02,0x11,0x50,0xa2,0x00,0x21,0xef,0x20,0xb5,0x00,0x20,0xaa,0xe2,0x44, +0x01,0xd0,0xf9,0x00,0xae,0x20,0x00,0x01,0x9f,0x70,0x00,0x0b,0xe2,0x00,0x6f,0xb5, +0x00,0x10,0xcd,0xd9,0x06,0x01,0xde,0x06,0x06,0xaa,0x05,0x02,0x6f,0x11,0xf1,0x03, +0x01,0x57,0x00,0x00,0x4e,0x47,0xae,0xff,0xf2,0x47,0xae,0xff,0xb8,0x51,0xc8,0x0d, +0xc9,0x9e,0xb3,0x06,0x20,0x04,0xe0,0x0e,0x01,0x21,0x00,0x4e,0x2b,0x03,0x27,0x04, +0xe0,0x34,0x00,0x00,0xb8,0x0e,0x10,0x23,0x4b,0x06,0x30,0xef,0xff,0xb0,0xac,0x05, +0x14,0x32,0x90,0x06,0xa0,0x81,0x00,0x00,0x07,0x40,0x00,0x05,0x96,0xa0,0x00,0x6f, +0x04,0x22,0x0c,0x37,0xeb,0x24,0x10,0x30,0xe4,0x0a,0xf2,0x0a,0x03,0x7a,0xdf,0xa0, +0x00,0x14,0x7e,0xef,0xeb,0x87,0xf3,0x00,0x6f,0xeb,0xf8,0x10,0x00,0xc9,0x00,0x01, +0x20,0x0d,0x50,0x00,0x8d,0x02,0x0b,0x11,0x5f,0xd0,0x18,0x12,0x50,0xea,0x07,0x03, +0xab,0x04,0x22,0x0c,0x90,0xfa,0x07,0x31,0x6f,0xed,0xde,0x2c,0x0c,0x70,0x14,0x54, +0x43,0x10,0x00,0x07,0x30,0x79,0x08,0x20,0x0b,0xd0,0x96,0x0f,0x21,0x02,0xf7,0xe5, +0x08,0x50,0x8e,0x10,0x00,0x07,0xd0,0x60,0x0f,0x25,0x0e,0x80,0x22,0x01,0x02,0x6e, +0x07,0x21,0x1d,0xc0,0x71,0x01,0x10,0x10,0x31,0x03,0x10,0xd2,0x49,0x04,0x11,0xf9, +0xb1,0x01,0x14,0x20,0xa0,0x08,0x21,0x17,0x20,0x46,0x01,0x21,0x94,0xc0,0xda,0x3a, +0x30,0xc1,0x50,0x2f,0x9a,0x01,0x11,0xc2,0x3f,0x26,0x00,0x25,0x01,0x12,0xe9,0x6e, +0x25,0x21,0x6f,0x10,0x9a,0x08,0x14,0x04,0x57,0x04,0x22,0x01,0xe7,0x8f,0x04,0x12, +0xd0,0x09,0x10,0x01,0xfd,0x00,0x21,0x2c,0xe2,0xf4,0x01,0x21,0xfc,0x10,0x32,0x02, +0x03,0x37,0x04,0x0c,0x58,0x05,0x12,0x10,0x5f,0x07,0x40,0xd0,0x00,0x09,0xd1,0x45, +0x04,0x00,0x0e,0x14,0xe1,0x2f,0x30,0x1a,0xe3,0x2a,0x20,0x09,0xc0,0x04,0xb1,0x01, +0xaf,0x94,0xf3,0xa6,0x17,0x11,0xfc,0x3b,0x00,0x30,0xce,0xfa,0x00,0x26,0x02,0x61, +0x13,0x40,0x00,0x00,0x18,0xfa,0x2a,0x04,0x11,0xe5,0x1a,0x02,0x16,0x60,0x5e,0x09, +0x10,0x65,0x50,0x08,0x41,0x40,0x01,0xd2,0xd1,0x56,0x03,0xf1,0x05,0x07,0x73,0x10, +0x00,0x03,0xff,0xee,0xef,0xf5,0x00,0x00,0x01,0xd8,0x22,0x22,0x5f,0x30,0x00,0x01, +0xcb,0xa5,0x06,0x60,0x03,0xdb,0x06,0x50,0x01,0xe6,0xae,0x09,0x31,0x7f,0xc2,0x9c, +0x3a,0x00,0x32,0x1a,0xff,0x40,0xeb,0x03,0x21,0xfd,0x30,0x31,0x01,0x11,0x71,0x49, +0x0a,0x21,0xaf,0x60,0x41,0x03,0x21,0xfc,0x30,0x80,0x00,0x00,0x17,0x25,0x05,0x55, +0x0e,0x91,0x13,0x34,0x57,0x9c,0xfc,0x00,0x04,0xdd,0xcb,0x78,0x15,0x01,0xd5,0x01, +0x02,0xb8,0x0c,0x10,0x0a,0xf6,0x03,0x93,0xee,0xfa,0x23,0x22,0x23,0xf6,0x22,0x23, +0x20,0x39,0x10,0x01,0xcd,0x05,0x04,0x27,0x01,0x21,0x01,0xdc,0x66,0x02,0x27,0xfb, +0x10,0xda,0x03,0xf3,0x08,0x00,0x53,0x00,0x01,0x02,0xb0,0x08,0xb0,0x00,0xc8,0x0e, +0x50,0x2f,0x10,0x1f,0x40,0x8b,0x00,0xb3,0x05,0xe0,0x02,0xb0,0xd6,0x02,0x11,0x7e, +0x1f,0x05,0x04,0xe6,0x0e,0x30,0x05,0xdf,0x40,0x8e,0x04,0x17,0x10,0x56,0x0a,0x01, +0x8c,0x04,0x00,0x23,0x07,0xf1,0x05,0x92,0x5f,0x10,0x0b,0x80,0x00,0x2f,0x30,0xd7, +0x00,0x5e,0x00,0x07,0xe0,0x07,0xd0,0x00,0xe2,0x00,0xb9,0x83,0x00,0x26,0x2f,0x30, +0x34,0x0c,0x21,0x06,0xf2,0x06,0x00,0x11,0xf6,0x7d,0x04,0x11,0xf5,0xa6,0x07,0x11, +0xf5,0x8d,0x03,0x11,0xb2,0xcb,0x02,0x06,0x03,0x09,0x03,0xca,0x05,0x40,0x30,0x00, +0x11,0x11,0x3a,0x1b,0x03,0xcd,0x17,0x00,0x27,0x1a,0x34,0x23,0x35,0xff,0x95,0x05, +0x03,0x24,0x13,0x17,0x80,0x48,0x17,0x17,0x6f,0x3d,0x06,0x21,0x7f,0x90,0x67,0x00, +0x06,0xfd,0x06,0x12,0x14,0xb0,0x01,0xa0,0xd2,0xd1,0x02,0xff,0xee,0xee,0xfc,0x69, +0x42,0x00,0x0c,0x0b,0x05,0x1e,0x00,0x10,0x22,0x6b,0x00,0x30,0x12,0x10,0xef,0x5f, +0x00,0x00,0x54,0x23,0x26,0x03,0xf1,0x7f,0x0d,0x01,0xbc,0x01,0x06,0x16,0x0b,0x00, +0x68,0x0d,0x05,0x68,0x02,0x35,0x00,0x4a,0x10,0xf6,0x14,0x14,0xf4,0x5c,0x12,0x10, +0xe4,0x09,0x00,0xf5,0x02,0xe9,0x30,0x00,0x00,0xea,0xcf,0xd7,0x10,0x0e,0x40,0x28, +0xef,0x60,0xe4,0x00,0x00,0x73,0x1b,0x00,0x01,0x2d,0x00,0x15,0xf5,0xa5,0x18,0x00, +0x48,0x01,0xf1,0x01,0x6f,0x00,0x05,0x1c,0x40,0x5e,0x00,0x07,0x93,0xd0,0x5e,0x00, +0x00,0xd1,0x10,0x5e,0x79,0x01,0xf2,0x03,0xfa,0x40,0x00,0x00,0x5e,0x5b,0xfe,0x81, +0x00,0x5e,0x00,0x18,0xef,0x20,0x5e,0x00,0x00,0x05,0x6d,0x06,0x06,0x05,0x00,0x28, +0x5d,0x00,0xd1,0x06,0x24,0x0c,0x70,0xcb,0x0e,0x81,0x01,0x11,0x11,0x1c,0x81,0x11, +0x11,0x9f,0xce,0x00,0x75,0xc0,0x10,0x00,0x0d,0x70,0x00,0x11,0x7d,0x0b,0x25,0x2f, +0x30,0xfe,0x05,0x00,0xbd,0x05,0x01,0x04,0x17,0x01,0x99,0x01,0x23,0xfa,0x00,0x97, +0x04,0x00,0x1f,0x00,0x00,0x09,0x0b,0x8f,0xc0,0x00,0x35,0x55,0x55,0x55,0x54,0x00, +0x01,0x00,0x0d,0x11,0x04,0xc3,0x0a,0x21,0x40,0xdf,0x6f,0x00,0x11,0x11,0x13,0x00, +0x13,0x10,0x10,0x01,0x01,0xde,0x09,0x01,0xc4,0x08,0x86,0xff,0xf2,0x00,0x23,0x22, +0x22,0x24,0xfa,0x81,0x19,0x21,0x04,0xea,0x18,0x13,0x20,0xf7,0x03,0xd5,0x24,0xc0, +0xbf,0x23,0xfb,0x20,0x6e,0xfa,0x30,0xf2,0x01,0xaf,0x72,0x50,0x0b,0x0a,0x15,0x54, +0x57,0x15,0x12,0x1f,0x19,0x02,0x18,0x61,0x72,0x00,0x02,0xd3,0x05,0x15,0xe8,0xf6, +0x0c,0x25,0x0a,0xb0,0xe2,0x05,0x11,0xdb,0xa3,0x03,0x00,0x15,0x00,0x10,0xaf,0xd3, +0x15,0x00,0x76,0x16,0x10,0x19,0x5e,0x03,0x28,0x08,0xf7,0x9e,0x08,0x11,0x30,0xe0, +0x05,0x40,0x3f,0x10,0x1f,0x50,0x9e,0x0a,0x01,0xfc,0x04,0x11,0xa9,0x84,0x08,0x20, +0x0f,0x50,0x4d,0x00,0x21,0x05,0xf0,0x59,0x00,0x11,0xbb,0x5c,0x01,0x20,0x2f,0x40, +0x9b,0x23,0x20,0x0b,0xc0,0x3c,0x01,0x21,0x35,0xf3,0x70,0x01,0x11,0x68,0x5d,0x03, +0x03,0x6c,0x1a,0x12,0x10,0x63,0x04,0x21,0x66,0x90,0x07,0x00,0x90,0x0c,0x3c,0x20, +0x00,0x06,0xe0,0x04,0xf1,0x35,0x78,0x16,0x01,0xf9,0x08,0x00,0xb7,0x05,0x13,0x5f, +0x5a,0x11,0x12,0xe6,0x85,0x0c,0x22,0x08,0xd0,0x55,0x05,0x22,0x2f,0x30,0x7b,0x14, +0x11,0xca,0x2a,0x0e,0x00,0x92,0x22,0x21,0x5f,0x30,0xb8,0x06,0x26,0x0b,0x90,0x96, +0x10,0x05,0x97,0x1e,0x21,0xba,0x20,0x05,0x04,0x20,0xc0,0x39,0xeb,0x02,0x40,0x4f, +0x26,0xaa,0x30,0x1d,0x21,0x12,0xba,0x29,0x00,0x22,0x04,0xf2,0x2b,0x01,0x21,0x0d, +0x90,0xd1,0x00,0x00,0x7c,0x05,0x00,0x17,0x02,0x20,0x01,0xf6,0x21,0x1a,0x01,0xb9, +0x09,0x21,0x0d,0xa0,0x6b,0x24,0x11,0x07,0xda,0x02,0x31,0xf9,0x00,0x86,0x48,0x01, +0x26,0x70,0x38,0xca,0x08,0x10,0x4e,0x15,0x0f,0xf5,0x04,0x04,0xe0,0x00,0x04,0xbf, +0x60,0x4e,0x16,0xae,0xe8,0x20,0x04,0xff,0xd8,0x30,0x00,0x00,0x4e,0x20,0x0b,0x18, +0x07,0x16,0x18,0xc7,0x1f,0x83,0x23,0x34,0x68,0x00,0x6d,0xff,0xff,0xfe,0xc1,0x00, +0xa0,0x04,0x00,0xbe,0x05,0x20,0x72,0xd2,0x61,0x08,0x30,0x5a,0x59,0x1f,0x16,0x0e, +0x00,0xa2,0x13,0xd0,0x05,0xd6,0x00,0x1f,0x10,0x4a,0xfe,0x81,0x00,0x1f,0xcf,0xe9, +0x40,0x3b,0x00,0x01,0x41,0x00,0x1c,0x10,0x06,0x00,0x20,0x0f,0x60,0xe0,0x14,0xb1, +0x08,0xff,0xee,0xff,0xff,0x40,0x00,0x13,0x44,0x43,0x21,0xad,0x01,0x30,0x07,0xb6, +0x2f,0x7f,0x1d,0x10,0x0b,0x38,0x0d,0xf0,0x02,0x09,0xa6,0x1f,0x10,0x00,0x27,0xea, +0x00,0x1f,0x12,0x7c,0xfc,0x60,0x00,0x1f,0xef,0xc7,0xe8,0x04,0x1f,0x61,0x4e,0x00, +0x15,0x01,0xa5,0x02,0x24,0x1c,0xee,0x1d,0x08,0x11,0x0d,0x32,0x1e,0x15,0xf4,0x38, +0x04,0x24,0x0e,0x80,0x30,0x05,0x24,0x04,0xf6,0x89,0x2a,0x20,0x4c,0xf6,0xcd,0x07, +0x10,0xb3,0x22,0x01,0x14,0x20,0xf2,0x0e,0x21,0x34,0x60,0x33,0x03,0x30,0xd1,0xd2, +0x05,0x50,0x00,0x30,0xb4,0x31,0x0f,0x52,0x00,0x18,0xf8,0xcf,0x1b,0x03,0x35,0x04, +0x28,0x09,0xb0,0x09,0x10,0x12,0xac,0x3f,0x0c,0x12,0xf3,0x6c,0x0a,0x11,0x40,0xbe, +0x03,0x12,0xf3,0xe7,0x03,0x14,0x10,0x10,0x0d,0x03,0x01,0x00,0x12,0x1b,0x53,0x01, +0x21,0x72,0x28,0x62,0x00,0x30,0xb2,0x37,0x1f,0x62,0x00,0x35,0xfd,0xb1,0x00,0xb0, +0x00,0x04,0x38,0x08,0x13,0x0a,0x61,0x16,0x17,0x30,0x6b,0x10,0x22,0x08,0xf2,0x87, +0x14,0x11,0x30,0x26,0x0f,0x11,0xe3,0xdf,0x00,0x19,0xf9,0x62,0x00,0x05,0xe2,0x14, +0x12,0xc1,0x0d,0x0f,0x11,0x1c,0x68,0x14,0x40,0xda,0x00,0x1c,0xc1,0xe2,0x14,0x02, +0xab,0x07,0x00,0xe2,0x14,0x41,0x2e,0xb0,0x00,0x05,0x25,0x03,0x03,0xf1,0x11,0x29, +0x4f,0x80,0xb1,0x0c,0x2d,0x00,0x10,0xe2,0x14,0xc0,0x2e,0xf6,0x00,0xb6,0x46,0x00, +0x00,0x1d,0xa6,0xf7,0x02,0x40,0xe2,0x14,0x22,0x04,0xf7,0xe2,0x14,0x22,0x05,0xf6, +0x46,0x10,0x22,0x06,0xf5,0xf9,0x1c,0x23,0x08,0xf4,0x4b,0x12,0x13,0xf3,0x5f,0x08, +0x15,0xd0,0x0b,0x05,0x01,0xf9,0x06,0x11,0xa1,0xa9,0x03,0xf0,0x08,0x0c,0x14,0x90, +0x00,0x00,0x1d,0xf8,0x00,0xc1,0x49,0x00,0x00,0x0c,0xc5,0xea,0x03,0xba,0x10,0x00, +0x09,0xd1,0x02,0xea,0x46,0x01,0x11,0xf2,0x18,0x0a,0x10,0x07,0x27,0x29,0x12,0xf8, +0x0a,0x06,0x01,0x6b,0x00,0x04,0x5e,0x06,0x00,0x7d,0x01,0x17,0xf1,0xc2,0x0a,0x15, +0xf5,0xf7,0x17,0x82,0x12,0x22,0x22,0xe6,0x22,0x22,0x15,0xff,0x29,0x0c,0x02,0x8f, +0x05,0x50,0x00,0x10,0x0e,0x40,0x01,0xd7,0x00,0xf1,0x02,0xe4,0x06,0xd0,0x00,0x2f, +0x40,0x0e,0x40,0x0c,0x90,0x1d,0xa0,0x00,0xe4,0x00,0x2f,0x49,0xcb,0x08,0x23,0x9a, +0x01,0xca,0x04,0x12,0x3e,0xd6,0x09,0x25,0x34,0x20,0xfd,0x10,0x20,0x52,0x00,0x29, +0x06,0x00,0x0d,0x0e,0x00,0x6e,0x0b,0x31,0x0c,0x3a,0x10,0x6e,0x0b,0x12,0x21,0xbe, +0x06,0x95,0xff,0xf3,0x00,0x23,0x22,0x25,0xf3,0x22,0x23,0x40,0x10,0x60,0x00,0x77, +0x02,0xf0,0x08,0x60,0x12,0x02,0x10,0x2f,0x57,0x0d,0xb0,0x0c,0xa0,0x02,0xf0,0x00, +0xac,0x00,0x09,0xe1,0x00,0x2f,0xcb,0x18,0x10,0x73,0x3c,0x00,0x00,0x67,0x02,0x22, +0x35,0x7f,0xe4,0x01,0x25,0xcd,0x80,0x11,0x02,0x11,0xb5,0xac,0x04,0x21,0x83,0x0b, +0x4a,0x00,0x21,0x5a,0x7a,0x07,0x00,0x23,0x03,0x50,0x67,0x00,0x74,0x02,0x32,0x22, +0x5f,0x32,0x22,0x30,0x66,0x00,0x52,0x07,0x70,0x2f,0x00,0xb3,0x65,0x00,0x40,0x7e, +0x10,0x00,0xca,0x99,0x00,0x11,0xb0,0x64,0x00,0x40,0x03,0xf5,0x07,0x30,0x23,0x00, +0x15,0x62,0x63,0x00,0x25,0x5c,0xd8,0x58,0x07,0x11,0x07,0x4c,0x00,0x12,0xfa,0x18, +0x0d,0x11,0x30,0xb3,0x00,0x11,0x70,0xb8,0x09,0xd0,0xb0,0x00,0x03,0xe4,0x00,0x2d, +0xb0,0x00,0x00,0x08,0xf6,0x2e,0xb0,0x97,0x00,0x26,0xff,0xa0,0xbb,0x11,0x01,0x4f, +0x1d,0x12,0x00,0xd9,0x01,0x03,0x62,0x02,0x11,0x32,0x5c,0x03,0x20,0xff,0xc9,0x6a, +0x13,0x32,0x36,0xae,0xfc,0xb6,0x15,0x21,0x02,0x30,0x40,0x0c,0x20,0xfd,0x95,0x22, +0x01,0x21,0x69,0xef,0x4e,0x07,0x13,0x26,0xb1,0x01,0x20,0xeb,0x84,0x75,0x06,0x40, +0x8b,0xff,0xc8,0x30,0xd1,0x11,0x11,0xcf,0xf5,0x00,0x00,0x24,0x10,0x03,0x3b,0x18, +0x17,0xd9,0x04,0x06,0x03,0xc0,0x0d,0x17,0xb9,0xdc,0x0b,0x21,0x06,0xe0,0x01,0x06, +0x10,0xb9,0xff,0x02,0x00,0x13,0x00,0xf4,0x04,0x02,0xf4,0x00,0x07,0xe0,0x02,0x35, +0x7e,0xd0,0x8a,0xef,0xef,0xff,0xdb,0x9f,0x58,0x97,0x64,0x21,0x7c,0x03,0x27,0x02, +0x20,0x73,0x0a,0x05,0x97,0x0e,0x21,0x04,0xe4,0xaf,0x19,0x40,0x08,0xf9,0x00,0xda, +0xce,0x01,0x21,0xdd,0x8f,0x46,0x0f,0x21,0xbf,0x90,0x81,0x0e,0x30,0xdf,0x60,0x00, +0x08,0x03,0x00,0xa2,0x12,0x20,0x3e,0xc0,0xcc,0x20,0x61,0x7f,0xa0,0x00,0x00,0x6a, +0x01,0x17,0x00,0x01,0x17,0x0f,0x01,0xfe,0x12,0xb4,0xcc,0xcc,0xcc,0xd6,0x00,0x14, +0x44,0xf8,0x44,0x44,0x20,0x5d,0x1a,0x21,0x00,0xe4,0x5a,0x01,0x51,0x2f,0x62,0x22, +0x22,0x24,0x5a,0x01,0x19,0xf9,0x1a,0x00,0x04,0x0e,0x13,0x22,0x00,0xea,0xec,0x31, +0x40,0xff,0xff,0xff,0x10,0xb4,0x1a,0x45,0x32,0x10,0x00,0x01,0x90,0x05,0x00,0x06, +0x07,0xf0,0x08,0x37,0x60,0x01,0xcb,0xad,0xfc,0xf9,0x8e,0xfe,0xe6,0x30,0x5e,0x12, +0x30,0x3f,0x00,0x2e,0x40,0x00,0x00,0xe4,0x0e,0x70,0x61,0x10,0x14,0x10,0xa6,0x19, +0x02,0xe5,0x10,0x24,0x0d,0x70,0x9f,0x13,0x11,0x02,0x00,0x18,0x03,0x2b,0x1b,0x00, +0x65,0x0f,0xf1,0x08,0x15,0x8b,0xe7,0x00,0x02,0x9f,0xbe,0xfc,0x99,0xf3,0x0c,0xff, +0xcf,0x83,0x00,0x0d,0x80,0x05,0x30,0x0c,0x70,0x00,0xac,0xd8,0x08,0x21,0x0a,0xe1, +0xb0,0x1a,0x26,0x07,0x20,0x28,0x03,0x03,0x60,0x01,0x03,0x23,0x01,0x03,0x2f,0x08, +0x30,0x00,0x08,0x20,0xbc,0x1a,0x86,0x33,0x34,0x30,0x00,0x4e,0xdd,0xdd,0xef,0xa5, +0x00,0x16,0x7c,0xef,0x10,0x80,0xc7,0x00,0x23,0x33,0x33,0x3f,0x73,0x3a,0xaf,0x04, +0x13,0xed,0xbb,0x02,0x12,0x1f,0xfc,0x00,0x42,0x33,0x22,0x22,0x2d,0x13,0x11,0x12, +0xe7,0x15,0x08,0x17,0x40,0x5d,0x11,0x12,0x4f,0x1b,0x05,0x11,0xd0,0x85,0x09,0x32, +0xab,0x12,0x2c,0xe3,0x09,0x21,0x11,0x11,0xfe,0x09,0x53,0x12,0x22,0x22,0x22,0x26, +0xb4,0x05,0x01,0x62,0x1c,0xa5,0x5c,0x1d,0xdd,0xdd,0xde,0xc0,0x43,0x33,0x33,0x7c, +0x12,0x00,0xa0,0x9f,0xee,0xee,0xef,0xc1,0x22,0x22,0x22,0x7c,0x24,0xb6,0x0f,0x10, +0x19,0x80,0x00,0x16,0xf5,0xe9,0x1b,0x70,0xe4,0x02,0x11,0x11,0x11,0x1e,0x42,0x55, +0x00,0x17,0xf4,0x16,0x00,0x01,0x0b,0x00,0x60,0x44,0x55,0x55,0x55,0x55,0xf4,0xef, +0x2a,0x11,0xdf,0x91,0x01,0x20,0x83,0x01,0x07,0x0a,0x20,0x00,0x08,0x2d,0x00,0x09, +0x8e,0x16,0x10,0xcd,0x55,0x14,0x10,0xd0,0x90,0x05,0x26,0x4b,0xc0,0x0b,0x0a,0x16, +0x7e,0x59,0x0e,0x20,0x7f,0x80,0x8a,0x00,0x10,0xf6,0xa9,0x03,0x23,0xe9,0x20,0xe6, +0x0e,0x01,0xdc,0x09,0x60,0x56,0xe0,0x00,0x00,0x5e,0x6d,0x23,0x10,0x17,0xd0,0x09, +0x00,0x71,0x6d,0x6e,0x00,0x00,0x06,0xc6,0xd0,0x04,0x11,0x01,0x4d,0x00,0x80,0x09, +0xe0,0x00,0x00,0x1b,0xe3,0x00,0x00,0xd7,0x0e,0x11,0x05,0xa2,0x00,0x32,0x31,0x00, +0x30,0x2b,0x01,0x02,0xc7,0x1d,0x32,0xf3,0x00,0xf2,0x4f,0x09,0x28,0x0f,0x20,0x0f, +0x00,0x32,0x20,0x0f,0x20,0xe5,0x0f,0x11,0xf2,0x16,0x0a,0x00,0xcf,0x27,0x10,0xd1, +0xbf,0x25,0xa1,0xf2,0x01,0xe9,0x00,0x02,0xf3,0x00,0x0f,0x23,0xea,0x6e,0x09,0x21, +0xfc,0xf7,0xdc,0x05,0x22,0x1f,0xc2,0xb9,0x05,0x10,0x20,0x32,0x1c,0x12,0x00,0x72, +0x08,0x04,0x4d,0x0a,0x0c,0xe4,0x07,0x20,0x01,0x4e,0x60,0x0b,0x10,0x94,0x98,0x00, +0xf5,0x05,0xd1,0x4e,0x00,0x00,0x4e,0xc1,0x04,0xe0,0x03,0xbf,0x80,0x00,0x5f,0x7d, +0xfa,0x20,0x00,0x04,0xfd,0x71,0x4d,0x09,0x01,0x2b,0x11,0x11,0x3e,0xb4,0x01,0x10, +0xe4,0x3c,0x00,0x20,0xee,0x40,0x47,0x00,0x0f,0x0b,0x00,0x09,0x01,0x2c,0x00,0x61, +0xe7,0x33,0x33,0x33,0x37,0xe1,0xc1,0x02,0x01,0x40,0x0a,0x30,0x43,0x00,0xfe,0x64, +0x01,0x31,0xf0,0x0f,0x40,0x07,0x12,0x11,0xf4,0xb8,0x27,0x21,0x0f,0x40,0x33,0x02, +0x15,0xd4,0x0e,0x11,0x21,0x0a,0xb0,0x7b,0x02,0x11,0xf3,0x06,0x00,0x11,0xf8,0xa6, +0x1d,0x10,0xf8,0x43,0x00,0x21,0x9f,0xe4,0xa5,0x02,0x10,0x60,0x99,0x0b,0x02,0x73, +0x0c,0x24,0xf6,0x00,0x97,0x01,0x11,0x03,0x27,0x02,0x11,0x8b,0xd9,0x00,0x02,0xca, +0x05,0x10,0x90,0x3e,0x00,0x15,0xfa,0xb7,0x01,0x60,0x5d,0xf5,0x00,0x00,0x04,0x9d, +0x3c,0x1e,0x35,0x9f,0xc8,0x20,0xd8,0x00,0x20,0x46,0x66,0x01,0x00,0x20,0x1a,0xff, +0xda,0x15,0x12,0xf3,0xe3,0x0a,0x32,0x44,0x21,0xff,0x4c,0x15,0x05,0x80,0x0c,0x02, +0xb3,0x11,0x0f,0x0f,0x00,0x07,0x40,0xfe,0xee,0xee,0x20,0x85,0x03,0x00,0xe2,0x26, +0x0f,0x2d,0x00,0x0e,0x10,0x90,0x6e,0x04,0x20,0xee,0xee,0x72,0x00,0x21,0x20,0x33, +0x01,0x00,0x22,0x30,0x03,0x08,0x00,0x10,0x01,0x5e,0x12,0x35,0xee,0xee,0xe1,0xa9, +0x18,0x00,0x4e,0x12,0x02,0x09,0x17,0x13,0x70,0x47,0x05,0x02,0x59,0x03,0x42,0x6c, +0x04,0xdd,0x40,0x1e,0x00,0x22,0x8f,0x10,0x2d,0x00,0x17,0x10,0x2d,0x00,0x0b,0x3c, +0x00,0x11,0x6c,0xbf,0x02,0x11,0x44,0x7e,0x01,0x00,0xe2,0x02,0x40,0xef,0xdd,0xdd, +0xc0,0x8f,0x07,0x12,0xb0,0x91,0x03,0x12,0xf2,0x2d,0x00,0x22,0xff,0x37,0x59,0x07, +0x30,0xf3,0xcc,0x20,0xc7,0x07,0x10,0x1f,0x97,0x35,0x90,0x4d,0xc2,0x01,0xf0,0x00, +0x4e,0x90,0x1e,0x70,0x85,0x16,0x10,0x2b,0x42,0x23,0x13,0xf0,0xf0,0x03,0x03,0x1b, +0x07,0x08,0x0f,0x00,0x04,0xc4,0x00,0x74,0xdd,0xdd,0xdd,0xfd,0xdd,0xdd,0xd1,0xa9, +0x06,0xf8,0x14,0x13,0x33,0x35,0xf3,0x33,0x33,0x10,0x05,0xfd,0xdd,0xdf,0xdd,0xdd, +0xf6,0x00,0x5b,0x04,0x02,0xf0,0x01,0x0b,0x60,0x05,0xb0,0xd1,0x2f,0x03,0xc0,0xb6, +0x00,0x5b,0x0d,0x12,0xf0,0x3c,0x0f,0x00,0x30,0xcc,0xfb,0xcc,0x0f,0x00,0x00,0x15, +0x01,0x41,0xb6,0x00,0x5b,0x00,0xe4,0x21,0x20,0x05,0xb0,0x7b,0x17,0x16,0xd2,0x97, +0x1e,0x24,0x0e,0x30,0xa4,0x1e,0x12,0x04,0xa9,0x01,0x80,0x4d,0x22,0x22,0xe5,0x22, +0x29,0x94,0xc0,0x1a,0x00,0x20,0x89,0x4c,0x1a,0x00,0x13,0x08,0x0d,0x00,0x11,0x4f, +0x21,0x00,0x8e,0x94,0xd2,0x22,0x2e,0x52,0x22,0x99,0x01,0x41,0x00,0x06,0x0d,0x00, +0x12,0x00,0x08,0x17,0xb0,0x56,0x79,0xad,0xf7,0x00,0x00,0xdc,0xba,0xaf,0x75,0x30, +0x62,0x0d,0xf1,0x06,0x12,0xf1,0x11,0x11,0x00,0x04,0xee,0xfe,0xef,0xee,0xfe,0xe5, +0x00,0x00,0x5c,0x01,0xf0,0x0c,0x50,0x00,0x1e,0x0f,0x00,0xf0,0x00,0xee,0x10,0x11, +0x6c,0x12,0xf1,0x1c,0x61,0x10,0x00,0x05,0xc0,0x1f,0x00,0xc5,0xf0,0x33,0x00,0x01, +0x00,0x70,0x90,0x00,0x00,0x1a,0xcf,0xca,0x10,0xb4,0x01,0xe0,0x71,0xf0,0x9e,0x50, +0x00,0x19,0xfb,0x30,0x1f,0x00,0x4c,0xe9,0x10,0x72,0x2e,0x01,0x40,0x03,0x80,0x12, +0x22,0x01,0x00,0x20,0x07,0xee,0x6f,0x02,0x11,0xe1,0x0f,0x02,0x11,0xe2,0x67,0x0e, +0x11,0xc1,0xa4,0x1d,0x14,0x60,0x4b,0x0d,0x01,0x83,0x22,0x07,0x82,0x1f,0x0e,0x0d, +0x00,0x11,0x11,0x63,0x18,0x31,0x0e,0xfe,0xa0,0x24,0x03,0x11,0x80,0x1c,0x00,0x30, +0x0d,0x60,0x20,0x07,0x00,0x30,0x4e,0x02,0xe0,0x07,0x00,0xf0,0x15,0xc8,0x02,0xe0, +0x0f,0x37,0xe4,0x06,0xf5,0x02,0xe0,0x4f,0xfa,0xd4,0x3f,0xf5,0x03,0xfd,0xef,0x20, +0xb4,0xb8,0xc5,0xaf,0xf4,0x0f,0x10,0xc4,0x20,0xc5,0x54,0xe0,0x0f,0x10,0xc4,0x00, +0xc5,0x2a,0x00,0x11,0xd3,0x07,0x00,0x20,0x5e,0xd0,0x07,0x00,0x30,0x05,0x11,0x16, +0x07,0x00,0x00,0x9a,0x18,0xd5,0xc5,0x01,0xf4,0x32,0x23,0x9b,0x00,0xc5,0x00,0x7c, +0xcc,0xcc,0xb2,0x21,0x01,0x21,0x0c,0x30,0x74,0x26,0x00,0xfd,0x0a,0x21,0x0d,0x30, +0x9a,0x15,0x00,0x0f,0x00,0xa0,0x3f,0x32,0x22,0x22,0x2e,0x52,0x00,0x0c,0xf0,0xef, +0x02,0x0e,0x30,0x07,0xfe,0x00,0x1e,0x00,0xc0,0x02,0xf8,0xe0,0x04,0x10,0x00,0xd3, +0x00,0x05,0x2e,0x00,0xaa,0x2d,0x00,0x60,0x02,0xe0,0x01,0xe4,0x00,0xd3,0x5b,0x00, +0x21,0x06,0xd0,0x0f,0x00,0x22,0x00,0x06,0x0f,0x00,0x12,0x00,0x1e,0x00,0x01,0x91, +0x01,0x00,0x0f,0x00,0x2e,0xef,0xfc,0x7d,0x0e,0x41,0x1e,0x11,0x00,0xe2,0xb0,0x1e, +0x30,0x98,0x0e,0x20,0xfa,0x1b,0x40,0x0c,0x50,0xe2,0x00,0xf4,0x0c,0xf0,0x08,0xf6, +0x4f,0x64,0x42,0x00,0x0d,0xd0,0x5f,0xcc,0xfd,0xcc,0x70,0x09,0xfd,0x0c,0x70,0x0e, +0x20,0x00,0x01,0xf8,0xd0,0xb0,0x2d,0x00,0xa2,0x03,0x3d,0x01,0x11,0x1e,0x41,0x11, +0x00,0x03,0xd0,0xa8,0x09,0x30,0x3d,0x00,0x00,0x3c,0x00,0x00,0xd9,0x23,0x00,0x3c, +0x00,0x0f,0x0f,0x00,0x03,0x05,0x01,0x00,0x13,0x41,0x18,0x07,0xc0,0x20,0x01,0x47, +0xbf,0x50,0x00,0x09,0xa8,0xce,0xff,0xa6,0x20,0x2a,0x24,0x20,0x10,0xf1,0xf1,0x1c, +0x02,0x8c,0x01,0x21,0x9f,0xe0,0x8d,0x01,0xa2,0x6e,0x5e,0x02,0x22,0x2f,0x32,0x22, +0x01,0x32,0xe6,0x7e,0x06,0x12,0x2e,0x1e,0x00,0x12,0x02,0x1e,0x00,0x0d,0x0f,0x00, +0xd0,0x04,0x44,0x5f,0x54,0x44,0x00,0x02,0xe0,0xbc,0xcc,0xcc,0xcc,0xc0,0xa9,0x09, +0x12,0x38,0x32,0x1a,0x22,0x01,0xf1,0x64,0x07,0x20,0x0a,0x30,0x3a,0x1a,0xf0,0x09, +0x5f,0xff,0xff,0xff,0xa0,0x00,0xbe,0x00,0x11,0x11,0x12,0x11,0x00,0x7f,0xe0,0x04, +0x90,0x00,0x7a,0x00,0x2f,0x6e,0x00,0x3d,0x8f,0x1e,0x60,0x32,0xe0,0x00,0xf1,0x00, +0xc5,0x5a,0x00,0x40,0x0d,0x40,0x0e,0x20,0x5a,0x00,0x30,0xb6,0x01,0xf0,0x0f,0x00, +0x31,0x08,0x80,0x4c,0x69,0x00,0x10,0x67,0x36,0x26,0xf0,0x14,0x2e,0x05,0x55,0x55, +0xc8,0x55,0x10,0x02,0xe0,0xcc,0xcc,0xcc,0xcc,0xc3,0x00,0x00,0x71,0x00,0x00,0x03, +0x82,0x00,0x00,0x5e,0x02,0x58,0xbf,0xe9,0x40,0x00,0x0c,0x71,0xfa,0x74,0xf1,0x7d, +0x26,0x11,0x1e,0xf8,0x00,0x30,0xdd,0x01,0xe0,0x8d,0x01,0xb0,0xaf,0xd0,0x1e,0x00, +0x0c,0x40,0x00,0x3f,0x6d,0x01,0xff,0x84,0x26,0xd0,0x33,0xd0,0x1e,0x11,0x19,0x81, +0x10,0x00,0x3d,0x01,0xe0,0x00,0x6a,0x2c,0x01,0x50,0x1e,0x00,0x04,0xc0,0x00,0x0f, +0x00,0x40,0x03,0x1f,0x01,0x20,0x0f,0x00,0xf3,0x01,0xc2,0xc6,0x49,0x00,0x3d,0x03, +0xf9,0xd5,0xa5,0xeb,0x50,0x03,0xd0,0x8b,0x62,0x09,0x44,0x11,0x03,0x96,0x11,0x12, +0x88,0xc4,0x06,0x22,0x08,0x80,0x10,0x0f,0x10,0x88,0xeb,0x01,0xf2,0x35,0x83,0x55, +0x5a,0xb5,0x55,0x50,0x06,0xf4,0x8c,0xcd,0xff,0xdc,0xcc,0x01,0xef,0x40,0x00,0x9e, +0xea,0x00,0x00,0x8c,0xc4,0x00,0x2e,0x89,0xd3,0x00,0x01,0x1c,0x40,0x0a,0x68,0x86, +0xb0,0x00,0x00,0xc4,0x04,0xe0,0x88,0x0d,0x50,0x00,0x0c,0x42,0xe4,0x08,0x80,0x4f, +0x30,0x00,0xc6,0xe7,0xdd,0xef,0xdd,0x7f,0x10,0x0c,0x44,0x02,0x29,0xa2,0x20,0x40, +0x00,0xc4,0x4b,0x00,0x20,0x0c,0x40,0x09,0x3b,0x01,0xac,0x01,0x12,0x30,0x46,0x23, +0x11,0x5e,0x52,0x03,0x31,0xa0,0x0d,0x80,0x57,0x2a,0x11,0x04,0xc4,0x05,0x40,0xce, +0x01,0xe7,0x3e,0x27,0x10,0xf1,0x05,0xe0,0xbc,0x03,0xe0,0x00,0x00,0x2f,0x5e,0x1c, +0x10,0x3f,0xff,0xff,0x30,0x22,0xe0,0x00,0x03,0xe1,0x11,0x3c,0x22,0x21,0x3e,0x00, +0x34,0x01,0x40,0x03,0xfc,0xcc,0xc4,0x0f,0x00,0x40,0x3f,0x44,0x44,0x10,0x0f,0x00, +0x00,0x90,0x02,0x07,0x1e,0x00,0x2e,0xe0,0x00,0x01,0x00,0x23,0x0d,0x10,0x95,0x02, +0x02,0x3b,0x02,0x12,0xe8,0x03,0x0a,0x21,0x5f,0x10,0x53,0x04,0x20,0x1e,0xe0,0x95, +0x04,0xf1,0x15,0x20,0x0a,0xfe,0x0b,0xdc,0xcf,0xcc,0xcf,0x14,0xf5,0xe0,0xb4,0x00, +0xe2,0x00,0xf1,0x04,0x2e,0x0b,0x40,0x0e,0x30,0x0f,0x10,0x02,0xe0,0xae,0xee,0xfe, +0xee,0xe1,0x00,0x2e,0x05,0x60,0x2f,0x62,0x00,0x31,0x1d,0x78,0xa0,0x71,0x00,0x21, +0x1d,0xf7,0x0f,0x00,0xf3,0x02,0x3a,0xd6,0xbe,0x95,0x20,0x00,0x2e,0x4c,0x60,0x00, +0x27,0xad,0x60,0x00,0x00,0x72,0x00,0xa8,0x1a,0x00,0x5b,0x19,0x00,0x26,0x02,0x11, +0xf0,0xb2,0x02,0x22,0x2f,0x10,0x08,0x00,0xf2,0x02,0xce,0x00,0xf0,0x00,0x00,0x4d, +0x00,0x08,0xfe,0x00,0xee,0xef,0xfe,0xed,0x00,0x3f,0x5e,0xcd,0x02,0x23,0x04,0x2e, +0xde,0x04,0x31,0x2e,0x2f,0xff,0x4f,0x02,0x61,0x2e,0x00,0x01,0xdf,0xe6,0x00,0x39, +0x02,0xf0,0x08,0x5e,0x5e,0x50,0x00,0x00,0x2e,0x03,0xd8,0x0e,0x23,0xe7,0x00,0x00, +0x2e,0x4f,0x60,0x0e,0x20,0x2d,0xb0,0x00,0x2e,0x02,0x38,0x00,0x18,0x30,0x2f,0x27, +0x12,0x22,0x2f,0x08,0x22,0x04,0xd0,0xab,0x26,0x10,0x0a,0x33,0x03,0x10,0xe1,0xbf, +0x04,0x33,0xe2,0x00,0xcd,0x0c,0x23,0x20,0xd0,0x0c,0x4f,0x1d,0x23,0x1e,0x5d,0xdf, +0x0d,0x02,0x0f,0x00,0x23,0x00,0x3d,0x88,0x0e,0x52,0xd0,0x1d,0xdd,0xdd,0xdd,0x43, +0x02,0x21,0x00,0xd2,0x43,0x02,0x91,0x00,0x0d,0x20,0x00,0x3d,0x01,0xe2,0x22,0x22, +0x0f,0x00,0xb0,0xcc,0xcc,0xce,0x20,0x00,0x05,0x00,0x01,0x70,0x00,0x00,0x66,0x01, +0x12,0x8a,0x2b,0x07,0xf0,0x20,0x1f,0xfe,0xee,0xf3,0x00,0x0e,0x40,0x0c,0xf3,0x00, +0x5c,0x00,0x06,0xf2,0x39,0xb2,0xd2,0x4d,0x20,0x01,0xef,0x2d,0x31,0x04,0xef,0x30, +0x00,0xab,0xe2,0xd2,0x49,0xe8,0xaf,0xa4,0x06,0x1e,0x2d,0xab,0x61,0x45,0x28,0x90, +0x00,0xe2,0xd1,0x03,0xab,0xbc,0x1a,0x30,0x2d,0x14,0xb4,0xf3,0x06,0xd0,0xe2,0xd1, +0x02,0x7c,0x80,0x43,0x00,0x0e,0x2c,0x12,0xc6,0x01,0x8d,0x0f,0x31,0x30,0x03,0x7a, +0xd6,0x0f,0x01,0x50,0x0c,0xb8,0x30,0x00,0x00,0xc2,0x22,0x10,0x55,0x62,0x00,0x12, +0xc6,0x55,0x0a,0xf0,0x12,0x3e,0x0e,0xee,0xff,0xee,0xe9,0x00,0x0b,0x80,0x09,0x20, +0x00,0xa3,0x00,0x06,0xf4,0x00,0x78,0x00,0x3e,0x00,0x02,0xff,0x40,0x02,0xb0,0x09, +0x70,0x00,0x88,0xc4,0x8e,0xee,0xe8,0x05,0x22,0x0c,0x41,0xa2,0x14,0x21,0xc4,0x00, +0x07,0x00,0x60,0x0c,0x40,0x4f,0xdd,0xdd,0xec,0xa4,0x02,0x10,0xb0,0x45,0x00,0x60, +0x0c,0x40,0x4b,0x00,0x00,0x5c,0x0f,0x00,0x30,0xeb,0xbb,0xbd,0x0f,0x00,0x46,0x4c, +0x44,0x44,0x7b,0x42,0x01,0x10,0x78,0x05,0x21,0x01,0x0a,0x0c,0x02,0x93,0x27,0x71, +0xde,0xee,0xff,0xee,0xe0,0x00,0xd7,0xc1,0x10,0x00,0x22,0x10,0xf0,0x08,0xce,0xfd, +0xdd,0x20,0x5f,0xe4,0x1b,0x0e,0x10,0x00,0xe2,0x0b,0x6c,0x41,0xe0,0xed,0xcc,0xcf, +0x20,0x10,0xc4,0x1e,0x0e,0x5a,0x02,0xc2,0x0c,0x41,0xe0,0xec,0xcc,0xcf,0x20,0x00, +0xc4,0x1e,0x0e,0x20,0x0f,0x00,0x30,0xeb,0xaa,0xaf,0x0f,0x00,0x10,0x02,0x68,0x08, +0x30,0x0c,0x41,0xf3,0x26,0x07,0x71,0x00,0xc4,0x1b,0xbb,0xbb,0xbb,0xbb,0xc1,0x26, +0x12,0x07,0x26,0x16,0x00,0x99,0x05,0xa0,0x06,0xc2,0xee,0xef,0xfe,0xeb,0x00,0x0e, +0x42,0xd0,0x75,0x1c,0xf1,0x17,0x8e,0x02,0xd0,0x00,0x00,0x5c,0x04,0xfe,0x02,0xfe, +0xee,0xee,0xeb,0x1f,0x8e,0x03,0xd1,0x11,0x11,0x11,0x06,0x2e,0x03,0xce,0xcf,0xcf, +0xcf,0x00,0x2e,0x05,0xbc,0x0c,0x0c,0x0e,0x00,0x2e,0x06,0xac,0x07,0x00,0x91,0x09, +0x7f,0xef,0xef,0xef,0x00,0x2e,0x0c,0x4c,0x0e,0x00,0x21,0x2f,0x1c,0x07,0x00,0xa1, +0x39,0x0c,0x0c,0x0b,0xba,0x00,0x06,0x40,0x00,0x57,0x73,0x0c,0xf0,0x1e,0x66,0x68, +0xf7,0x66,0x61,0x00,0x5d,0x48,0x88,0x88,0x88,0x88,0x10,0x0c,0x60,0x4a,0xaa,0xaa, +0xa9,0x00,0x05,0xf3,0x06,0xc2,0x22,0x24,0xe0,0x01,0xef,0x30,0x6c,0x22,0x22,0x4e, +0x00,0x8d,0xd3,0x04,0xaa,0xaa,0xaa,0x90,0x02,0x1c,0x36,0x25,0x00,0x40,0x81,0x00, +0xc3,0xc6,0x3f,0x0a,0xe1,0x20,0x0c,0x39,0x8d,0xdd,0xdd,0xda,0xa1,0x00,0xc3,0x00, +0x11,0x3e,0x11,0x4e,0x06,0x01,0xf8,0x05,0x12,0xc3,0x68,0x03,0x67,0x0c,0x30,0x07, +0xfe,0x90,0x00,0x6c,0x06,0x30,0x1e,0x00,0x88,0x1a,0x00,0x10,0x2f,0x1f,0x22,0x21, +0x89,0x6f,0xcf,0x03,0x11,0xe4,0x0e,0x00,0xf0,0x1a,0x06,0xf2,0x9b,0xcf,0xbb,0xee, +0xbb,0x0e,0xf2,0x35,0xe8,0x44,0x44,0x44,0x8b,0xe2,0x0a,0xe2,0x11,0x11,0x10,0x42, +0xe4,0xbf,0xec,0xdf,0xcc,0xf3,0x00,0xe8,0xbb,0x70,0x2d,0x00,0xc3,0x00,0xe2,0x09, +0xed,0xef,0xdd,0x3c,0x3d,0x04,0x0e,0x00,0x14,0xdf,0x0e,0x00,0x11,0xd3,0x07,0x00, +0x71,0x0c,0xd1,0x00,0x05,0x50,0x29,0x00,0x01,0x19,0x30,0x0b,0xea,0xa9,0x7d,0x0a, +0x40,0x05,0xc2,0x29,0xb0,0x0e,0x0b,0xf0,0x11,0xf5,0x23,0xf5,0x22,0x00,0x04,0xf7, +0xef,0xba,0xcd,0xaa,0xf1,0x01,0xef,0x41,0xe1,0x09,0x50,0x0e,0x10,0x8c,0xc4,0x0c, +0xdf,0xed,0xdd,0xd1,0x02,0x1c,0x40,0x18,0xe9,0x06,0x28,0xf0,0x05,0xc4,0x7d,0x71, +0xe5,0x4d,0x90,0x00,0x0c,0x41,0x05,0xc5,0xfa,0xd0,0x00,0x00,0xc4,0x6d,0x81,0x9f, +0x3a,0xb2,0x04,0xf7,0x03,0x15,0xc5,0xb5,0x3e,0x30,0x00,0xc4,0x7d,0xa2,0x0e,0x30, +0x4d,0x00,0x0c,0x44,0x10,0x9f,0xa0,0x32,0x04,0x12,0x12,0x06,0x31,0x10,0x0a,0x41, +0x03,0x1c,0xeb,0x4f,0x04,0x12,0x01,0x0d,0x0d,0x12,0x00,0x7e,0x0a,0x10,0xf1,0xf9, +0x15,0x21,0x4d,0x00,0x67,0x25,0x22,0x04,0xd0,0x61,0x30,0x12,0x4d,0xe7,0x04,0xf0, +0x06,0x04,0xd0,0x00,0x71,0x00,0x0b,0xb0,0x00,0x4d,0x00,0x0c,0x30,0x1a,0xd1,0x00, +0x03,0xe1,0x12,0xf1,0x0e,0x91,0x90,0x0f,0x17,0xfa,0x4e,0x00,0x25,0x25,0x00,0x95, +0x22,0x00,0x5a,0x00,0x52,0x1a,0x81,0x11,0x11,0x00,0xf9,0x16,0x10,0xf0,0x21,0x14, +0x01,0x17,0x25,0xf0,0x0d,0x2e,0x50,0x00,0x8d,0x20,0x00,0x00,0x1d,0x70,0x00,0x01, +0x9e,0x30,0x00,0x0e,0xfd,0xef,0xff,0xfe,0xdf,0x20,0x00,0x54,0x3e,0x50,0x6c,0x00, +0x84,0x13,0x2f,0x22,0x06,0xc0,0x86,0x21,0x10,0x6c,0xe9,0x0c,0xfc,0x07,0x1e,0x70, +0x06,0xc0,0x00,0xc4,0x00,0x4d,0xb0,0x00,0x6d,0x10,0x1f,0x20,0xce,0x80,0x00,0x02, +0xef,0xff,0xa0,0x02,0xc5,0x00,0x23,0x05,0xd1,0xf6,0x11,0x03,0x08,0x00,0x23,0x0b, +0xb0,0x58,0x12,0x12,0x50,0xfe,0x0a,0x22,0xfd,0x00,0x72,0x01,0x12,0xd7,0x16,0x00, +0x31,0x14,0xe1,0x00,0xdd,0x3c,0x22,0x0c,0x90,0xa1,0x2c,0x10,0x4f,0x8f,0x25,0x11, +0xf7,0xcd,0x0f,0x21,0x02,0xea,0xe8,0x15,0x11,0x06,0x95,0x2e,0x21,0xdd,0x21,0x26, +0x15,0x00,0x0f,0x1f,0x06,0x61,0x06,0x12,0x20,0xc2,0x0a,0x12,0xf8,0xc2,0x0a,0x21, +0xe3,0xd9,0x0e,0x00,0x30,0xe2,0x01,0xda,0x4d,0x11,0x80,0xd2,0x00,0x01,0xbd,0x30, +0x00,0x7e,0xa1,0x92,0x10,0x30,0x90,0x2c,0x4e,0xf8,0x00,0x25,0x5c,0x40,0x4a,0x09, +0x03,0x4b,0x09,0x53,0xde,0xef,0xff,0xee,0xe2,0x85,0x0f,0x07,0x68,0x09,0x02,0x0f, +0x00,0x00,0x1b,0x32,0x01,0x5a,0x32,0x11,0x4a,0xf6,0x08,0x00,0x7c,0x0f,0x13,0x7c, +0x9f,0x10,0x21,0xc8,0x00,0x37,0x3f,0x00,0x14,0x0e,0x30,0xcb,0x00,0x38,0xf0,0x13, +0x10,0xcd,0x29,0x3a,0x40,0x09,0xf2,0x05,0x10,0xf3,0x39,0x11,0x05,0x51,0x16,0x12, +0x11,0xea,0x1e,0x01,0x83,0x17,0x21,0x4f,0x20,0x8b,0x23,0xf2,0x02,0x2e,0x61,0x23, +0x45,0x8f,0x50,0x00,0x0d,0xff,0xff,0xed,0xba,0xae,0x10,0x00,0x33,0x10,0xe5,0x2e, +0x04,0xb3,0x16,0x12,0xb5,0x95,0x04,0x21,0x0b,0x50,0x56,0x25,0x03,0x0f,0x00,0xec, +0x12,0x2c,0x72,0x22,0x7c,0x22,0x20,0x08,0xee,0xff,0xee,0xef,0xfe,0xea,0x1e,0x00, +0x03,0x0f,0x00,0x12,0x3f,0x34,0x02,0x10,0x40,0x40,0x02,0x10,0x21,0x4d,0x19,0x11, +0x8b,0x28,0x18,0x00,0x79,0x1f,0x50,0x2d,0xb1,0x00,0x02,0xcc,0x5b,0x22,0x31,0xd2, +0x00,0xa8,0x82,0x01,0x11,0x80,0x00,0x23,0x21,0xef,0x10,0xf8,0x08,0x00,0xf2,0x00, +0x10,0x0e,0x19,0x0f,0x07,0x0f,0x00,0x30,0xcb,0xbb,0xbb,0x4a,0x2d,0x40,0xe4,0x11, +0x11,0x12,0x0f,0x00,0xf2,0x07,0x42,0x22,0x22,0x3f,0x10,0x00,0x00,0xec,0xbb,0xbb, +0xbb,0xf1,0x00,0x01,0x1e,0x41,0x11,0x11,0x2f,0x21,0x02,0xff,0xfd,0x12,0x00,0xb9, +0x25,0xd0,0x09,0x92,0x00,0x00,0x06,0xea,0x10,0x00,0x18,0xea,0x10,0x1e,0xb4,0xca, +0x00,0x26,0xae,0x10,0x55,0x0f,0x12,0xd4,0x29,0x07,0x14,0x40,0x0d,0x00,0x12,0x03, +0x82,0x12,0x80,0x3d,0x11,0x11,0xe4,0x11,0x17,0xa3,0xd0,0x88,0x01,0x20,0x6a,0x3d, +0xe4,0x0d,0x60,0x06,0xa3,0xd0,0x00,0xc8,0xc9,0x0d,0x00,0xf1,0x04,0x9d,0x01,0xca, +0x06,0xa3,0xd1,0xbd,0x20,0x00,0xda,0x6a,0x3d,0x6a,0x10,0x00,0x01,0x97,0xa3,0xd0, +0x66,0x28,0x10,0x3d,0x08,0x02,0x11,0x28,0x0d,0x00,0x32,0xde,0xd4,0x34,0xe8,0x15, +0x70,0xdc,0xcc,0xdf,0xcc,0xcc,0xf3,0xc4,0x46,0x04,0x30,0x0d,0x3c,0x40,0xb0,0x07, +0x13,0xd3,0x0d,0x00,0x10,0x50,0x52,0x04,0x21,0xe3,0xcf,0x6f,0x00,0x21,0x3c,0x50, +0xee,0x0b,0x01,0x52,0x3d,0x00,0x27,0x00,0x00,0xb5,0x0a,0x07,0x0d,0x00,0x11,0x12, +0x1a,0x00,0x23,0x1f,0xeb,0xd2,0x13,0x15,0xff,0x39,0x10,0x02,0x40,0x0a,0x23,0x00, +0x05,0x95,0x25,0xf0,0x03,0x5b,0x00,0x0e,0x30,0x04,0xc0,0x00,0x05,0xb1,0x11,0xe4, +0x11,0x5c,0x00,0x00,0x5f,0xdd,0xdf,0xef,0x36,0xf1,0x07,0x05,0xb0,0x00,0xe3,0x00, +0x4c,0x00,0x04,0x8c,0x44,0x4e,0x74,0x47,0xd4,0x21,0xcd,0xec,0xcc,0xcc,0xcc,0xdf, +0xc7,0xbc,0x0c,0x11,0x04,0x1e,0x00,0x01,0x82,0x0d,0x10,0x5b,0xbc,0x1b,0x23,0x70, +0x00,0xef,0x18,0x10,0x11,0x62,0x02,0xe3,0x20,0x09,0x80,0x00,0xf2,0x00,0x4e,0x00, +0x98,0x00,0x0f,0x20,0x04,0xe0,0x0d,0x00,0x72,0x99,0x22,0x2f,0x42,0x26,0xe0,0x09, +0xff,0x1a,0x10,0x30,0x27,0x00,0x20,0x21,0x4e,0x34,0x00,0x30,0x0a,0x74,0xe0,0x0d, +0x00,0x19,0xa7,0x0d,0x00,0x02,0xdd,0x0c,0x11,0x70,0x53,0x0c,0x20,0xb7,0x00,0x9d, +0x31,0x12,0x00,0x7c,0x3a,0x10,0xa8,0x2b,0x01,0x12,0xf4,0x7d,0x41,0x12,0xac,0x50, +0x2a,0x00,0x07,0x21,0x22,0x0d,0xa0,0xc9,0x2a,0x31,0x2e,0xa0,0x1e,0x35,0x1a,0x82, +0x4c,0x10,0x00,0x22,0x7d,0x22,0x23,0xf0,0x96,0x0e,0x12,0x2f,0xba,0x25,0x22,0x03, +0xf0,0xad,0x09,0x12,0x4d,0xe9,0x1e,0x20,0x06,0xb0,0xbc,0x25,0xa7,0x01,0x11,0xb9, +0x00,0x00,0xbc,0x30,0x00,0x7f,0xfd,0x24,0x0b,0x22,0x24,0x00,0xc5,0x24,0x20,0x10, +0x35,0x3f,0x1a,0xf0,0x05,0x08,0x40,0x8b,0xcf,0xbb,0xcd,0x0f,0xff,0xfd,0x00,0x4d, +0x00,0x4d,0x01,0x11,0xb7,0x00,0x5b,0x00,0x4c,0x37,0x08,0xf9,0x2c,0x6a,0x00,0x5c, +0x00,0x0e,0x59,0x60,0x89,0x00,0x5b,0x00,0xbf,0xea,0x00,0xb5,0x00,0x6a,0x0b,0xbf, +0xac,0x00,0xe2,0x00,0x7a,0x1b,0x0f,0x2a,0x34,0xe0,0x00,0x89,0x00,0x0f,0x20,0x0b, +0x80,0x00,0x97,0x00,0x0f,0x20,0x4f,0x10,0x00,0xc5,0x00,0x0f,0x23,0xf7,0x02,0x23, +0xf2,0x00,0x0f,0x26,0x90,0x08,0xed,0x80,0x59,0x04,0x50,0xe3,0x0b,0xff,0xff,0xf2, +0x07,0x00,0x46,0x40,0x00,0xe2,0x2e,0x07,0x00,0x20,0x62,0x22,0x07,0x00,0x70,0x09, +0xdf,0xcc,0xc1,0x2e,0x00,0xe3,0x01,0x02,0x00,0x07,0x00,0x30,0x4e,0x99,0x92,0x07, +0x00,0x30,0x6c,0x66,0xe3,0x07,0x00,0x11,0x96,0x2a,0x00,0x01,0x7e,0x09,0x40,0x00, +0xe3,0x04,0xd0,0x2c,0x09,0xd3,0xe3,0x1e,0x50,0x04,0xd0,0x00,0x01,0xe3,0x69,0x06, +0xee,0x60,0x00,0x01,0x2e,0x07,0x01,0x00,0x70,0x27,0xd6,0x00,0x00,0x3d,0x06,0xae, +0xff,0x10,0xa1,0x3d,0x09,0x74,0xf1,0x00,0x0d,0x30,0x3d,0x00,0x00,0x07,0x00,0xf1, +0x02,0x03,0x33,0xf5,0x33,0x0d,0x30,0x3d,0x1c,0xcd,0xfd,0xcc,0x2d,0x30,0x3d,0x00, +0x09,0xf6,0x1c,0x00,0x30,0x1e,0xfd,0x70,0x07,0x00,0xf1,0x06,0x97,0xf3,0xd7,0x0d, +0x30,0x3d,0x04,0xe0,0xf1,0x29,0x0d,0x30,0x3d,0x2e,0x40,0xf1,0x00,0x03,0x00,0x3d, +0x17,0x54,0x04,0x11,0x3d,0x5a,0x03,0x20,0x22,0x6d,0x07,0x00,0xf0,0x1b,0x01,0xff, +0xd6,0x16,0x02,0xe0,0x47,0x00,0x00,0xd3,0x0f,0x12,0xe0,0x99,0x02,0x00,0xd3,0x0b, +0x62,0xe0,0xe4,0x0f,0x10,0xd3,0x07,0xa2,0xe3,0xd0,0x0f,0x10,0xd3,0x04,0x45,0xf3, +0x50,0x0f,0x10,0xd3,0x0d,0xed,0xdd,0xf2,0x07,0x00,0x30,0x30,0x00,0xe2,0x07,0x00, +0x21,0xfe,0xee,0x0e,0x00,0x12,0x40,0x0e,0x00,0x21,0x52,0x22,0x07,0x00,0x51,0xdc, +0xcc,0xf2,0x0a,0x00,0x23,0x00,0x10,0x00,0x07,0x00,0x10,0x01,0x1f,0x01,0x74,0x0d, +0x30,0x5f,0xc0,0x02,0xff,0xd0,0xbc,0x17,0x22,0x02,0x20,0xa8,0x01,0x20,0x6d,0x10, +0xfb,0x34,0x00,0xca,0x27,0x33,0x05,0xe1,0x00,0xbe,0x03,0x14,0xf2,0x25,0x1b,0xf1, +0x0a,0x3f,0xee,0xef,0x30,0xd1,0x0e,0x20,0x03,0xd0,0x00,0xd3,0x0e,0x10,0xe2,0x00, +0x3f,0x99,0x9e,0x30,0xe1,0x0e,0x20,0x03,0xe3,0x33,0x0f,0x00,0x31,0x3e,0x33,0x3d, +0x0f,0x00,0x30,0xf9,0x99,0xe3,0x0f,0x00,0x52,0x3d,0x00,0x0d,0x30,0x20,0x2d,0x00, +0x00,0x8c,0x02,0x5e,0x3d,0x08,0xfd,0x10,0x0f,0xb1,0x0d,0x10,0x78,0xb4,0x0d,0x01, +0x36,0x0a,0xf0,0x06,0x01,0xef,0xdd,0xdd,0xdd,0xf0,0x50,0x1e,0xf0,0x01,0x80,0x0f, +0x0e,0x11,0xe5,0xdd,0xdf,0xdd,0x40,0xe1,0x1e,0xf0,0x38,0xf5,0x28,0x0e,0x11,0xe0, +0x9c,0xdf,0xc9,0x00,0xe1,0x1e,0x11,0x14,0xd1,0x11,0x0e,0x11,0xea,0xbb,0xcf,0xbb, +0xa0,0xe1,0x1e,0x01,0x13,0xd1,0x10,0x0e,0x11,0xe0,0xfd,0xdd,0xdf,0x10,0xb0,0x1e, +0x0f,0x00,0x00,0xe1,0x00,0x01,0xe0,0xfb,0xbb,0xbf,0x10,0x01,0x3e,0x0f,0x22,0x22, +0xd1,0x04,0xfe,0x80,0xb8,0x0f,0x08,0x07,0x00,0x10,0x01,0x6c,0x0b,0x31,0x22,0x21, +0x0b,0xd8,0x00,0x21,0xf6,0x00,0xd5,0x35,0x12,0xc5,0x5b,0x33,0x12,0xd4,0xa8,0x2c, +0x11,0xe3,0x49,0x31,0x00,0x7e,0x03,0x11,0x5f,0x1f,0x00,0x21,0x02,0xf6,0x1f,0x00, +0x11,0x1c,0x07,0x35,0x00,0xdc,0x28,0x30,0x21,0x2c,0x80,0x56,0x1b,0x28,0xaf,0xfc, +0x12,0x14,0x11,0x1f,0xe1,0x31,0x40,0x20,0x01,0xf0,0x00,0x43,0x2a,0x11,0x40,0x0f, +0x00,0x90,0xf3,0x22,0x23,0xf2,0x22,0x20,0x00,0x0f,0x10,0x44,0x03,0x02,0x2b,0x32, +0x00,0xa8,0x3b,0x00,0x0b,0x2b,0x10,0x2f,0x0f,0x00,0xf0,0x0b,0x07,0xa0,0x03,0xe0, +0x00,0x0f,0x10,0x10,0xc6,0x00,0x4d,0x00,0x03,0xfc,0xf8,0x1f,0x10,0x05,0xc0,0x3f, +0xea,0x51,0x09,0xb0,0x00,0x6b,0xd2,0x23,0x11,0xf2,0x01,0x12,0xb5,0x06,0xf6,0x01, +0x12,0xd6,0x00,0x00,0x02,0xe4,0x00,0x7f,0xb8,0x45,0x05,0x8a,0x10,0x04,0x07,0x00, +0xf0,0x08,0x20,0x00,0x4e,0xee,0xec,0x0f,0xff,0xff,0xf5,0x4d,0x44,0x7d,0x02,0x2f, +0x32,0xc5,0x4c,0x00,0x4d,0x00,0x1f,0x00,0xd4,0x07,0x00,0x30,0x3f,0x00,0xd3,0x07, +0x00,0x30,0x5d,0x00,0xe2,0x07,0x00,0x30,0x7a,0x00,0xf1,0x07,0x00,0x30,0x98,0x00, +0xf0,0x07,0x00,0x20,0xe3,0x02,0x07,0x00,0xf0,0x03,0x03,0xe0,0x05,0xd0,0x4d,0x11, +0x5d,0x0c,0x81,0x2b,0xa0,0x4f,0xff,0xfd,0x2e,0x07,0xfd,0x20,0x1c,0x00,0x07,0x1c, +0x1d,0x01,0x18,0x1c,0x00,0x53,0x3c,0x01,0x83,0x09,0xf1,0x24,0xf0,0x00,0x09,0xaa, +0xda,0xa9,0x00,0xf0,0x00,0x08,0x88,0x88,0x88,0x11,0xf1,0x11,0x00,0x67,0x05,0x60, +0xcf,0xff,0xfe,0x01,0xe2,0x01,0xe3,0x01,0xe0,0x1e,0x0c,0x70,0x04,0x7d,0x03,0xc0, +0x2d,0x07,0x47,0x0d,0x35,0x04,0xb0,0x2d,0x00,0x1d,0x9d,0x00,0x08,0x80,0x3c,0x16, +0x43,0xfc,0x0f,0x40,0x4b,0x00,0x07,0xde,0x20,0x2e,0x00,0x5a,0x00,0x4e,0x26,0xb0, +0x98,0x00,0x79,0x06,0xe4,0x00,0x16,0xe1,0x00,0xb6,0x1b,0x20,0x00,0x1e,0x30,0xcf, +0xd1,0xe1,0x08,0xc0,0x35,0x8c,0x80,0x2d,0x00,0x00,0x0d,0xcc,0xf8,0x63,0x02,0xd0, +0xe2,0x00,0x01,0x19,0x03,0x51,0x4d,0xdd,0xfd,0xdd,0x24,0x0f,0x00,0x00,0x6a,0x39, +0xf0,0x1d,0xf0,0x0d,0xcc,0xfc,0xcd,0x26,0xc2,0x3f,0x00,0xd2,0x2f,0x13,0xd0,0x6a, +0x01,0xf0,0x0d,0x9a,0xf9,0xad,0x08,0x90,0x2e,0x00,0xd6,0x6f,0x67,0xd0,0xa6,0x02, +0xe0,0x04,0x55,0xf5,0x54,0x0e,0x20,0x3d,0x00,0xcd,0xdf,0xdd,0xb4,0xe0,0x8c,0x0e, +0xf1,0x04,0xe0,0x01,0xc6,0x00,0x6a,0x02,0x89,0xbf,0xee,0xfd,0x00,0x0a,0x80,0x17, +0x53,0x20,0x3d,0x10,0xcf,0x2a,0x12,0x07,0xbe,0x1a,0x00,0x8b,0x2e,0x21,0x3e,0x00, +0xc6,0x19,0x22,0x03,0xe0,0xfb,0x16,0x10,0x3e,0x3a,0x0e,0xf1,0x0c,0x4f,0x30,0x03, +0xe0,0x03,0xf6,0x00,0x1e,0xf3,0x00,0x3e,0x01,0xd9,0x00,0x0c,0xbe,0x30,0x03,0xe1, +0xdc,0x00,0x02,0xd1,0xe3,0x00,0x3f,0xdb,0x86,0x01,0x02,0x3c,0x14,0x31,0xe3,0x19, +0xfe,0x8e,0x01,0x30,0x4d,0xc7,0xe0,0x06,0x09,0x30,0xe3,0x20,0x3e,0x54,0x02,0x31, +0x0e,0x30,0x03,0x84,0x05,0x60,0xe3,0x00,0x3f,0x31,0x14,0xf0,0xb3,0x01,0x10,0xbf, +0x6b,0x1a,0x30,0x22,0x00,0x61,0xd3,0x18,0x60,0x06,0xd0,0x09,0xa0,0x01,0xe5,0x31, +0x0d,0x33,0x1e,0x10,0x9a,0x19,0x1f,0x10,0xfd,0xb3,0x07,0x10,0x1f,0x70,0x10,0xf0, +0x04,0x0b,0x72,0x23,0xf2,0x22,0x5d,0x00,0x00,0xbd,0xbb,0xcf,0xbb,0xbc,0xd0,0x00, +0x0b,0x50,0x01,0xf0,0x08,0x01,0x64,0xbf,0xee,0xff,0xfe,0xef,0xd0,0x57,0x13,0x91, +0x1c,0xcc,0xcc,0xcf,0xcc,0xcc,0xcc,0x20,0x33,0x6d,0x2a,0x2e,0x30,0x00,0x75,0x13, +0x14,0x10,0xb8,0x38,0x01,0xa4,0x02,0x20,0x3f,0x32,0x94,0x02,0x14,0xff,0xd3,0x16, +0x08,0x1e,0x00,0x11,0x02,0x1e,0x00,0x16,0x22,0xb4,0x07,0x01,0x6d,0x09,0x01,0xe4, +0x35,0x10,0xaa,0x1f,0x00,0x82,0xe3,0x00,0x01,0xd7,0x00,0x00,0x01,0xd6,0x72,0x15, +0xb4,0xcf,0xbc,0xde,0xff,0xed,0xd0,0x00,0x09,0x86,0x53,0x21,0xb8,0x07,0x18,0x00, +0xc2,0x0a,0xf0,0x04,0x34,0x57,0x9b,0xeb,0x00,0x09,0xfe,0xdc,0xbb,0x86,0x43,0x00, +0x00,0x04,0x90,0x05,0xc0,0x00,0xb8,0x6f,0x00,0x20,0x0f,0x10,0x91,0x12,0x90,0xa6, +0x00,0xa3,0x09,0x90,0x00,0x0e,0xfe,0xee,0xca,0x14,0x00,0x7c,0x4b,0x00,0x5e,0x02, +0xe1,0x0e,0x2c,0xcc,0xcc,0xcc,0xc9,0x2e,0x00,0x00,0x7e,0x43,0x33,0x4e,0xb0,0x2e, +0x40,0x21,0x0a,0xe1,0x9e,0x35,0x21,0x5c,0xc1,0xaf,0x15,0x20,0xdf,0xe5,0x47,0x1a, +0xc1,0x9e,0xd7,0x26,0xde,0xa7,0x40,0x0b,0xa6,0x30,0x00,0x00,0x37,0x16,0x2e,0x27, +0x92,0x00,0x4c,0x2b,0x03,0xcf,0x14,0x12,0xff,0xc2,0x0a,0x40,0x01,0x11,0x4f,0x21, +0x2b,0x0b,0x01,0xd5,0x04,0x06,0x7b,0x2d,0x22,0x00,0xcf,0x37,0x22,0xa0,0xcc,0xf3, +0x11,0x11,0x14,0xe0,0x00,0xcc,0x0f,0x20,0x3f,0x0c,0x10,0x2b,0xf6,0x03,0x00,0xfa, +0x01,0x02,0x0f,0x00,0x02,0x45,0x00,0x00,0x0f,0x00,0x41,0x31,0x11,0x11,0x4d,0xd9, +0x03,0x00,0xca,0x35,0x03,0x46,0x32,0x03,0x07,0x00,0x10,0x2f,0x23,0x09,0x14,0x20, +0x89,0x0c,0x11,0xcc,0x01,0x00,0x30,0x03,0x34,0xf5,0xe2,0x14,0x04,0x6b,0x35,0x12, +0x0b,0x6c,0x01,0x00,0xb6,0x0b,0x19,0x4f,0x79,0x15,0x11,0xd7,0xb6,0x00,0x18,0xff, +0xf8,0x0b,0x13,0x07,0x68,0x26,0x03,0x50,0x1b,0x21,0xe5,0xe9,0xc0,0x0a,0x20,0xd2, +0x01,0x54,0x2d,0x20,0x4d,0xc1,0x03,0x4d,0xa0,0x01,0xcf,0xae,0xee,0xee,0xee,0x7c, +0xf3,0x06,0x10,0x22,0x0c,0x04,0xb9,0x23,0x03,0xac,0x2c,0x12,0x30,0x37,0x08,0x12, +0xf3,0xb8,0x0a,0x00,0x20,0x04,0x12,0xf1,0xf9,0x04,0x01,0xf1,0x01,0x00,0x1e,0x00, +0x52,0x11,0x11,0x11,0xe3,0x00,0x9b,0x21,0x11,0x3d,0xaf,0x0e,0x21,0xe3,0xd3,0xe1, +0x08,0x73,0x3d,0x37,0xee,0xee,0xee,0xe1,0xd3,0x0d,0x00,0xf0,0x08,0x30,0x9d,0xdd, +0xdd,0x30,0xd3,0xd3,0x0b,0x51,0x11,0xc4,0x0d,0x3d,0x30,0xb4,0x00,0x0c,0x40,0xd3, +0xd3,0x0b,0x40,0x00,0x0d,0x00,0x32,0xbf,0xff,0xff,0x0d,0x00,0x00,0x27,0x00,0x00, +0xa3,0x08,0x01,0x41,0x00,0x21,0x0d,0xfc,0xa4,0x1e,0x02,0xdc,0x1e,0x10,0x10,0x4f, +0x03,0x10,0xaf,0xe4,0x14,0x30,0x02,0xcb,0x10,0xdf,0x47,0x20,0xf8,0x42,0x58,0x28, +0x50,0x22,0x07,0xe5,0x07,0xe5,0xc7,0x01,0x20,0xfd,0xc2,0x06,0x00,0x61,0xbf,0x81, +0x11,0x11,0x04,0x8d,0x63,0x01,0x21,0xb8,0x6e,0xea,0x2c,0x21,0x02,0xe0,0x7f,0x01, +0x12,0x2e,0x0d,0x00,0xf8,0x00,0xfd,0xdd,0xdd,0xde,0xe0,0x00,0x2e,0x22,0x22,0x22, +0x5e,0x00,0x00,0x01,0x71,0xa8,0x1b,0x14,0x70,0x20,0x0a,0x20,0xfe,0x3d,0xc3,0x00, +0x31,0x14,0xe3,0xd0,0x60,0x08,0xd0,0x3d,0x01,0xff,0xff,0xfc,0x02,0xe3,0xd0,0x1e, +0x00,0x03,0xd0,0x2e,0x48,0x10,0x11,0x2d,0x0d,0x00,0x21,0x02,0xd0,0x1a,0x00,0x11, +0xfd,0x0d,0x00,0x00,0x27,0x00,0x00,0xf0,0x02,0x11,0x15,0x34,0x00,0x35,0xbf,0xe8, +0x0f,0xcb,0x09,0x22,0x01,0xcb,0x22,0x02,0x22,0xdf,0x15,0x01,0x29,0xf0,0x04,0xf1, +0xae,0x70,0x00,0x03,0xaf,0xb1,0x0f,0x00,0x2a,0xe5,0x02,0xfa,0x30,0x00,0xf0,0x00, +0x04,0xd1,0xe3,0x01,0x04,0x5a,0x28,0xa2,0x44,0x41,0x00,0x00,0x4f,0xbb,0xbb,0xbb, +0xbe,0x60,0xf4,0x10,0x11,0xc6,0x0a,0x09,0x00,0x19,0x3a,0xe4,0x04,0xfc,0xcc,0xcc, +0xcc,0xf6,0x00,0x00,0x4d,0x33,0x33,0x33,0x3c,0x60,0x27,0x2c,0x00,0x07,0x00,0x12, +0xf7,0x8f,0x0c,0x21,0xd3,0xc7,0xee,0x24,0xf2,0x04,0xb3,0x10,0xac,0x30,0x00,0x03, +0xaf,0x80,0x7e,0x40,0x7f,0xb5,0x01,0xe8,0x10,0x00,0x39,0x00,0x18,0xdd,0x3a,0x03, +0x3f,0x20,0x22,0x8d,0x10,0x7a,0x2c,0x00,0x4a,0x11,0x03,0x91,0x03,0x12,0x3e,0xf6, +0x05,0x13,0x03,0x04,0x15,0xf2,0x04,0x3f,0xcc,0xcc,0xcc,0xcf,0x30,0x00,0x03,0xe3, +0x33,0x33,0x33,0xe3,0x00,0x00,0x05,0x70,0x0b,0x60,0x0f,0x3b,0x11,0xb6,0x09,0x20, +0xf1,0x01,0x52,0x2c,0x82,0x22,0x20,0x00,0x0b,0xed,0xdd,0xfe,0xdd,0xdd,0x00,0x06, +0xe2,0x00,0x1e,0x00,0x12,0x44,0x43,0x2d,0x03,0xf8,0x00,0x19,0x10,0xb5,0x23,0x82, +0x10,0x00,0x02,0xfb,0xbb,0xbb,0xbb,0xf5,0x6d,0x15,0x21,0x0c,0x50,0x75,0x0f,0x00, +0x20,0x07,0x10,0x2f,0x69,0x00,0x30,0x50,0x00,0x02,0x4a,0x10,0x11,0xd5,0x42,0x3f, +0x00,0x1e,0x0e,0x30,0xd4,0x00,0x09,0x7a,0x42,0x10,0xd3,0x6d,0x02,0x75,0xf0,0x00, +0xd3,0x8e,0xef,0xee,0xd0,0x0e,0x00,0x62,0xe3,0xee,0xef,0xfe,0xe4,0xf0,0x28,0x0d, +0xf1,0x02,0xf0,0x00,0xf0,0x3e,0xee,0xee,0x70,0xf0,0x01,0xf0,0x4b,0x00,0x08,0x80, +0xf0,0x05,0xc0,0x07,0x00,0xa0,0x0a,0x80,0x4f,0xdd,0xdf,0x80,0xf0,0x1f,0x20,0x3a, +0xb1,0x1a,0x10,0x49,0x7b,0x01,0x05,0x0b,0x03,0xf7,0x00,0xce,0xee,0xf7,0x1f,0xdd, +0xdf,0x3c,0x40,0x0a,0x71,0xf0,0x00,0xe3,0xce,0xdd,0x0d,0x00,0xf0,0x16,0xcd,0xcc, +0xe7,0x1f,0xcc,0xcf,0x3c,0x61,0x11,0x00,0x11,0x11,0xe3,0xc4,0x01,0x11,0x11,0x10, +0x0e,0x3c,0x40,0xce,0xdd,0xde,0x00,0xe3,0xc4,0x0c,0x30,0x00,0xe0,0x0e,0x3c,0x40, +0xc3,0x00,0x0e,0x0d,0x00,0x21,0xff,0xff,0x0d,0x00,0x00,0x88,0x07,0xf0,0x16,0xc4, +0x01,0x00,0x00,0x2f,0xfb,0x00,0x01,0xff,0xff,0x90,0xcf,0xff,0xf1,0x00,0x1d,0x00, +0x79,0x0c,0x30,0x0f,0x10,0x01,0xd0,0x07,0x90,0xc3,0x00,0xf1,0x00,0x1f,0xee,0xfa, +0x0c,0xfe,0xef,0x10,0x6c,0x0e,0x20,0x08,0x91,0xd3,0x2f,0xf0,0x19,0x6f,0x21,0x3b, +0xb1,0x10,0x2d,0xdd,0xff,0xdd,0xef,0xed,0xdd,0x20,0x00,0x6e,0x30,0x00,0x7d,0x40, +0x00,0x04,0xce,0x53,0x20,0x33,0x7f,0xc6,0x13,0xde,0xcb,0xdb,0x0d,0xcb,0xcf,0xb1, +0x00,0xd3,0x04,0xb0,0xd2,0x3f,0x0c,0x50,0x30,0x4b,0x0d,0x20,0x2e,0x11,0x01,0x43, +0xb0,0xdf,0xff,0xd0,0x37,0x0f,0x11,0x4e,0x58,0x03,0x21,0xe4,0xe3,0x96,0x03,0xf6, +0x09,0x4e,0x30,0x34,0x44,0x44,0x00,0xe4,0xe3,0x0d,0xcb,0xbb,0xf2,0x0e,0x4e,0x30, +0xd3,0x00,0x0f,0x20,0xe4,0xe3,0x0d,0x30,0x00,0x0d,0x00,0x61,0x0c,0xee,0xee,0xe2, +0x0e,0x4e,0xcb,0x07,0x04,0x34,0x00,0x01,0x17,0x05,0x30,0xf4,0xe4,0x11,0xaa,0x1c, +0x13,0x40,0x55,0x00,0xf0,0x0a,0x30,0x03,0x00,0x21,0x00,0xd4,0xe3,0x00,0xe0,0x08, +0x60,0x0d,0x4e,0x30,0x0f,0x00,0x87,0x00,0xd4,0xe3,0xde,0xfe,0xef,0xfe,0x6d,0x0d, +0x00,0xf0,0x04,0x86,0x00,0xd4,0xe3,0x11,0xf1,0x19,0x71,0x0d,0x4e,0x4d,0xef,0xdd, +0xee,0xd6,0xd4,0xe3,0x06,0xa0,0x27,0x00,0x21,0x34,0xe2,0x1a,0x00,0x70,0x73,0x00, +0x05,0x40,0x0d,0x4e,0xdc,0x9b,0x04,0x21,0xf4,0xe6,0x9f,0x1b,0x13,0x40,0x02,0x04, +0x10,0x40,0x2f,0x2a,0xf0,0x09,0xe3,0xd4,0x00,0x06,0xa0,0x00,0x0e,0x3d,0x43,0x33, +0x8b,0x33,0x31,0xe3,0xd4,0xaa,0xac,0xea,0xaa,0x3e,0x3d,0x40,0x00,0x6a,0x1a,0x00, +0xf1,0x0b,0x0d,0xde,0xfd,0xd5,0x0e,0x3d,0x40,0xf0,0x00,0x0a,0x50,0xe3,0xd4,0x0f, +0x00,0x00,0xa5,0x0e,0x3d,0x40,0xfe,0xee,0xef,0x50,0xe3,0xd4,0xaa,0x00,0x11,0x3d, +0x55,0x00,0x20,0xf3,0xd7,0x3d,0x02,0x23,0x4f,0x30,0x00,0x01,0x04,0xdb,0x1e,0x00, +0xa2,0x02,0x12,0x70,0xb1,0x02,0x13,0x0f,0x0f,0x00,0x10,0xf0,0x7a,0x02,0xd0,0x21, +0x11,0x2f,0x21,0x11,0x00,0x00,0xf2,0xee,0xef,0xff,0xee,0xe4,0xae,0x06,0x13,0x0f, +0x4e,0x31,0x21,0xf0,0x00,0x21,0x13,0x11,0x0f,0x6b,0x38,0x02,0x0f,0x00,0xa0,0xe4, +0x33,0x33,0x4f,0x43,0x33,0x30,0x4e,0x0d,0xdd,0x01,0x00,0x15,0x30,0xaf,0x02,0x04, +0x3e,0x2c,0x12,0x7c,0x7f,0x0d,0x26,0x1c,0x81,0x10,0x11,0x10,0xf0,0x01,0x11,0x13, +0x02,0xc8,0x1c,0x10,0xf0,0x5f,0x0a,0x11,0x60,0x53,0x00,0xf3,0x02,0x1d,0xf0,0x14, +0x45,0xf5,0x44,0x20,0x1d,0xdf,0x04,0xbb,0xcf,0xcb,0xb5,0x01,0xa1,0xf0,0x8f,0x00, +0x12,0x00,0x9e,0x00,0x06,0x0f,0x00,0x01,0x13,0x07,0x13,0xf0,0x4b,0x00,0x04,0x9d, +0x14,0x01,0x92,0x00,0x00,0x7e,0x07,0x12,0xe4,0x0f,0x00,0xf0,0x0b,0x6f,0x65,0x55, +0x50,0x00,0x3d,0x00,0x1e,0xed,0xdd,0xdf,0x11,0xff,0xff,0xab,0xb0,0x00,0x00,0xf1, +0x01,0x4d,0x14,0xe2,0x40,0x00,0x0f,0xe7,0x09,0x31,0x2d,0x70,0x00,0xab,0x07,0x20, +0x1c,0x80,0xc9,0x07,0xf2,0x0c,0x10,0x00,0x04,0x83,0xe0,0x00,0x3e,0xae,0x10,0x07, +0xe8,0x3d,0x00,0x4c,0xe7,0x01,0x7e,0x91,0x04,0xc0,0x1e,0x70,0x00,0x8a,0x20,0x00, +0x6a,0x7d,0x08,0x02,0xdb,0x3b,0x12,0x0a,0x83,0x23,0x06,0x00,0x30,0x00,0x19,0x0e, +0x11,0x0e,0x83,0x06,0x60,0x4c,0x00,0xe1,0x0c,0x40,0x2e,0x0f,0x00,0x80,0x10,0xc4, +0x02,0xe0,0x1f,0xff,0xf7,0xef,0xbf,0x06,0x60,0x15,0xd1,0x1e,0x10,0xc4,0x02,0x1e, +0x00,0x82,0xe2,0x0d,0x40,0x3e,0x00,0x04,0xc0,0x0d,0x2d,0x00,0x11,0x01,0x09,0x2a, +0xf3,0x01,0x04,0xed,0x93,0x33,0xe8,0x33,0x30,0x19,0xfd,0x60,0xcc,0xcf,0xec,0xcc, +0x20,0xb5,0xd1,0x36,0x00,0xad,0x0e,0x23,0x61,0x11,0x04,0x34,0x33,0xfa,0x00,0x06, +0x48,0x13,0x10,0x79,0xdf,0x06,0x80,0xd0,0x0c,0xff,0xff,0xd2,0xe0,0x00,0x3d,0x38, +0x4a,0xf1,0x01,0x2e,0x00,0x03,0xd0,0x2c,0xcd,0xec,0xc5,0xe0,0x5e,0xe8,0x00,0x4a, +0x33,0xa6,0x3e,0x61,0x66,0xf1,0x05,0x0e,0x12,0xfd,0xdd,0xdd,0x10,0x3b,0x68,0xb3, +0x2e,0xd6,0x36,0xd0,0x0a,0xbd,0xeb,0xb2,0xe7,0xa0,0x79,0x2d,0x00,0x20,0x1e,0x4e, +0xa2,0x4a,0x41,0xf6,0xe0,0x6f,0xa0,0x0f,0x00,0x00,0x12,0x09,0xe6,0x06,0x90,0x02, +0xe6,0xe4,0xbb,0x20,0x00,0x69,0x00,0x2f,0xd2,0x00,0x95,0xad,0x66,0x30,0x00,0x00, +0xa7,0xe1,0x01,0x40,0xe3,0x00,0xaa,0xc7,0xe2,0x00,0xf1,0x03,0x16,0xd7,0x00,0xad, +0x61,0x00,0xc8,0x1d,0xcc,0xcc,0xcc,0xdb,0xf3,0x01,0xb6,0x20,0x00,0x89,0x60,0x41, +0xf4,0x22,0xdd,0xde,0xfd,0xdd,0x40,0x00,0x0c,0x00,0x50,0x78,0x06,0x00,0x00,0x07, +0x90,0x7b,0x07,0x80,0xaa,0x00,0x02,0xe1,0x7d,0x25,0xa8,0x00,0xb8,0x00,0x86,0x04, +0x10,0x98,0x10,0x00,0x20,0x00,0x5a,0xaa,0xaf,0xca,0xaa,0xa1,0x00,0x01,0x33,0x33, +0xe5,0x33,0x33,0x11,0x0b,0x21,0x01,0xee,0x33,0x1d,0x13,0xe6,0xc2,0x0a,0x00,0x8e, +0x00,0x70,0x20,0x08,0xa0,0x00,0x69,0x00,0x0a,0xbb,0x49,0xf3,0x0c,0x69,0x04,0xac, +0xca,0xbf,0xa7,0x00,0x69,0x06,0x93,0x3f,0x43,0x8a,0x2e,0xff,0xe9,0x81,0x1e,0x31, +0x7a,0x05,0xab,0x57,0xdb,0xbf,0xcb,0xda,0x15,0x00,0xf0,0x09,0x00,0x69,0x03,0x88, +0x88,0x88,0x86,0x00,0x69,0x11,0x9b,0xbb,0xbb,0xb1,0x00,0x7e,0xf6,0xd5,0x33,0x33, +0xf2,0x2a,0xfc,0x40,0x07,0x00,0x70,0x3a,0x30,0x00,0xdb,0xaa,0xaa,0xf2,0x17,0x10, +0x30,0x11,0x11,0xe2,0x0b,0x2f,0x21,0xcc,0xcc,0x69,0x27,0x02,0x3b,0x13,0xb4,0x3f, +0x11,0x11,0x11,0x0d,0xee,0xee,0xef,0xee,0xee,0xec,0x87,0x09,0x64,0xcc,0xcc,0xdf, +0xdc,0xcc,0xc2,0xfc,0x00,0x10,0xae,0xd8,0x03,0x50,0xd0,0x00,0xa6,0x00,0x1f,0xc3, +0x05,0x12,0xb6,0x07,0x00,0xe2,0xdd,0xbb,0xbf,0xbb,0xbc,0xe0,0x00,0xf5,0x44,0x44, +0x44,0x46,0xe0,0x05,0x63,0x0e,0x12,0x1d,0x07,0x08,0x1c,0x3a,0x55,0x09,0x13,0x25, +0xdf,0x17,0x10,0xf3,0x06,0x07,0x41,0xee,0xef,0xfe,0xff,0x5a,0x21,0x12,0xc5,0x6c, +0x3d,0xf2,0x09,0x3c,0x50,0x5c,0x5d,0x10,0x00,0x0a,0x90,0xc5,0x05,0xc0,0x7d,0x10, +0x07,0xc0,0x0c,0x50,0x5c,0x00,0x99,0x00,0x01,0x00,0x99,0x2c,0x03,0xf1,0x04,0x7f, +0xfe,0xee,0xe9,0x00,0x00,0x04,0xcd,0xa0,0x00,0x4e,0x30,0x00,0x08,0xb3,0x0a,0xa1, +0x7e,0x40,0x6a,0x00,0x10,0xff,0x46,0x1a,0xd6,0x47,0xce,0xa5,0x9f,0xc8,0x53,0x00, +0xdb,0x85,0x00,0x00,0x05,0x8b,0x8e,0x0b,0x12,0xb5,0x35,0x0d,0x21,0x0f,0x40,0x5a, +0x01,0x31,0x04,0xf2,0x11,0x0f,0x00,0x50,0x8f,0xff,0xfa,0x0e,0x30,0xaa,0x16,0x31, +0x0a,0x70,0xe3,0xe7,0x12,0xf1,0x04,0xe3,0x0e,0xd3,0x00,0x01,0xe8,0x40,0x2f,0x00, +0xe8,0xf5,0x00,0x28,0x3d,0x99,0xa0,0x0e,0x33,0xe6,0xce,0x25,0x30,0xe3,0x03,0xe1, +0xc4,0x09,0x01,0xa7,0x0c,0x10,0x6f,0x03,0x0b,0x00,0x3f,0x2c,0x00,0x0f,0x00,0x31, +0x01,0xaf,0x60,0x5a,0x00,0x24,0x1a,0x20,0xc5,0x0c,0x22,0x01,0x30,0xf8,0x00,0x11, +0x80,0xf6,0x02,0x10,0xef,0x1f,0x1d,0x30,0x02,0xae,0x40,0x8e,0x0e,0x51,0x0c,0x73, +0xd3,0x08,0xd2,0x03,0x14,0x10,0xe9,0xb1,0x00,0x30,0x49,0xeb,0x37,0x44,0x54,0xf0, +0x02,0xd8,0x20,0x9f,0xff,0xff,0xd0,0x11,0x00,0x4d,0xa1,0x00,0x1e,0x70,0x00,0x5c, +0xd6,0x70,0xcb,0x38,0x41,0x54,0x00,0xac,0x5e,0xcf,0x02,0x00,0x74,0x4d,0x40,0x01, +0x46,0xaf,0xc6,0x5c,0x27,0x27,0xda,0x72,0xe0,0x0b,0x0c,0x0f,0x0b,0x04,0x8b,0x25, +0x01,0xcd,0x10,0x00,0x00,0x0b,0x10,0x6e,0x06,0x2c,0x05,0x58,0x15,0x32,0x00,0xaf, +0xa0,0xe7,0x13,0x22,0x7f,0x10,0x5e,0x24,0x12,0xc8,0x4b,0x23,0x22,0x04,0xf2,0xf9, +0x2b,0x21,0x0a,0xc0,0x3b,0x13,0x00,0x24,0x27,0xa0,0x03,0xce,0x30,0x00,0x00,0x1d, +0xd5,0x01,0xe9,0x10,0x30,0x0d,0x1b,0xe1,0x1b,0x0e,0x05,0x8f,0x0b,0xf0,0x06,0x23, +0x33,0x5f,0x33,0x33,0x20,0x00,0x08,0xed,0xdd,0xfd,0xdd,0xea,0x00,0x00,0x89,0x00, +0x1f,0x00,0x08,0xa0,0x59,0x3d,0x30,0xf0,0x00,0x8a,0x0f,0x00,0x10,0x3e,0x0f,0x00, +0xe0,0x5a,0xb5,0x58,0xe5,0x55,0xac,0x50,0x2c,0xcc,0xcc,0xef,0xec,0xcc,0xcc,0x24, +0x01,0x12,0x8e,0x2b,0x15,0x22,0xc0,0xa9,0x0a,0x1e,0x01,0xb8,0x44,0x90,0x5d,0xc2, +0x00,0x01,0xcd,0x50,0x01,0xed,0x60,0x85,0x27,0x24,0xf3,0x03,0x83,0x2d,0x32,0x06, +0x60,0x2f,0x5d,0x0a,0x22,0x02,0xf0,0x10,0x2b,0x15,0x2f,0x42,0x2d,0x60,0xfd,0x00, +0x03,0xf5,0x22,0x4f,0x58,0x16,0x12,0xca,0xd5,0x35,0x21,0x02,0x10,0xe1,0x21,0x04, +0xe7,0x0f,0x51,0x02,0x22,0x22,0xce,0xb2,0x06,0x2d,0x31,0x3f,0x3e,0x30,0x4d,0x1d, +0x11,0x80,0xe0,0x53,0xf0,0x01,0x4e,0xb0,0x00,0x9d,0x40,0x00,0x04,0xbf,0x70,0x00, +0x00,0x7f,0xa5,0x01,0xd8,0x10,0x2c,0x46,0x16,0xe2,0x88,0x2a,0xf0,0x03,0xa0,0x01, +0x24,0x68,0x90,0x00,0x90,0x6a,0x7c,0xba,0x97,0x56,0x00,0x09,0x76,0xa1,0x80,0xa5, +0xc5,0x09,0xf0,0x14,0x6a,0x0c,0x34,0xb0,0xd4,0x00,0x00,0x36,0xa0,0x44,0x05,0x3e, +0x20,0x00,0x00,0x9a,0x8d,0xdd,0xdd,0xfe,0xd3,0x18,0xec,0xa0,0x3c,0x10,0x0d,0x30, +0x00,0x81,0x6a,0x00,0x5a,0x00,0xd3,0x7d,0x28,0x44,0x1a,0x07,0xdc,0x10,0x63,0x22, +0x42,0x1e,0xee,0xee,0xff,0x22,0x21,0x21,0x4f,0x5e,0x35,0x23,0xd2,0x9e,0x40,0x5e, +0x82,0x00,0x02,0xbe,0xd8,0x10,0x00,0x29,0xfe,0xc2,0xa0,0x3b,0x14,0x24,0x65,0x28, +0x04,0x33,0x35,0xb1,0x0d,0xdd,0xdf,0xed,0xdd,0xdd,0xdd,0x00,0x33,0x3a,0xc3,0xe7, +0x18,0x23,0x01,0xf3,0xe9,0x24,0x51,0x0a,0xff,0xff,0xfe,0x10,0x28,0x16,0xc1,0x5e, +0x60,0x00,0x4f,0xf0,0x00,0x00,0x7e,0x30,0x00,0x3f,0x9f,0xd7,0x08,0x32,0x01,0x51, +0xf0,0x82,0x1d,0x11,0x1f,0x0f,0x00,0x01,0x9c,0x01,0x01,0xdb,0x13,0x01,0x82,0x14, +0x00,0xc7,0x45,0x1a,0xff,0x93,0x0e,0x17,0x57,0x24,0x17,0x13,0x0a,0x1c,0x27,0x10, +0xb7,0x9f,0x07,0x40,0x18,0xa0,0x0b,0x60,0xed,0x19,0x30,0x7a,0x00,0x32,0x11,0x51, +0x15,0x72,0x13,0x1b,0x03,0xb1,0x21,0x50,0x1d,0xdd,0xef,0xed,0xef,0xd7,0x1a,0x13, +0x03,0xdb,0x03,0x32,0x6c,0x00,0x5c,0xac,0x41,0xf7,0x04,0x05,0xc0,0x00,0x92,0x00, +0x3c,0xc0,0x00,0x5d,0x10,0x1e,0x21,0xee,0x80,0x00,0x01,0xdf,0xff,0xb0,0x24,0x17, +0x13,0x65,0x25,0x17,0x01,0xef,0x0e,0x03,0x71,0x00,0x01,0x10,0x08,0x22,0x17,0xb0, +0x7e,0x1e,0x30,0x6b,0x00,0x41,0x16,0x00,0x61,0xa2,0x30,0x00,0x01,0x11,0x5d,0xf6, +0x42,0x32,0x71,0x04,0xd0,0xf6,0x17,0xf1,0x01,0x4e,0x33,0x33,0x10,0x00,0x05,0xf0, +0x04,0xfd,0xdd,0xd6,0x00,0x00,0x9f,0x80,0x4d,0xca,0x01,0x31,0x6e,0x54,0xd0,0x42, +0x02,0xa0,0x4e,0xde,0x32,0x11,0x11,0x05,0xe1,0x00,0x07,0xbe,0x4e,0x38,0x0e,0x5a, +0x04,0x22,0xf2,0x00,0x6b,0x38,0x00,0x28,0x56,0x90,0xc4,0x00,0x01,0x80,0x00,0x06, +0xb0,0x0a,0x41,0xda,0x04,0x30,0x69,0x00,0x07,0xb1,0x21,0x15,0xd8,0xd3,0x02,0x10, +0x04,0x62,0x30,0x01,0x56,0x26,0x01,0x62,0x00,0x10,0xee,0x0f,0x00,0x71,0xee,0xe0, +0x00,0x00,0x06,0xe5,0xe2,0xe6,0x0a,0xe0,0xe4,0x07,0xd3,0x00,0x00,0x02,0x7e,0xb2, +0x00,0x05,0xeb,0x51,0x00,0xc9,0x19,0x01,0x27,0x7b,0xd0,0x53,0x01,0x13,0x43,0x3f, +0x2a,0x14,0x10,0xe1,0x00,0x30,0xf4,0x0e,0x20,0xe4,0x2b,0xf0,0x05,0xd4,0x09,0x13, +0xe4,0x00,0x4e,0x60,0x92,0x00,0x6e,0x40,0x6c,0x01,0xbb,0x10,0x08,0xc2,0x04,0xec, +0xa0,0x84,0x37,0xd1,0x6d,0x20,0xbc,0x10,0x00,0x00,0x2b,0xc1,0x00,0x07,0xe8,0x10, +0x2a,0xce,0x02,0x81,0xf7,0x2a,0x2e,0x30,0x00,0x00,0xe4,0x43,0xc3,0x1c,0x25,0xd3, +0x00,0x07,0x00,0x02,0x2b,0x0b,0x12,0x19,0x2f,0x20,0x20,0x0b,0x80,0x07,0x00,0x80, +0x12,0x24,0xb2,0x20,0x00,0x0d,0x30,0x6f,0xd6,0x03,0x00,0xf6,0x1a,0xf0,0x12,0x0a, +0x3c,0xff,0xff,0xfe,0x03,0x10,0x1f,0x11,0x11,0x1e,0x41,0x07,0xd0,0x5e,0x02,0x20, +0x0d,0x30,0x00,0xab,0x99,0x05,0xc0,0x0d,0x30,0x00,0x0c,0xf3,0x00,0xc5,0x0d,0x30, +0xc4,0x28,0x70,0x6b,0x0d,0x30,0x00,0x1e,0x8f,0x10,0x31,0x00,0xe0,0xc9,0x0b,0x90, +0x00,0x0d,0x30,0x2d,0xb0,0x01,0x10,0x02,0x2e,0x30,0x38,0x94,0x01,0x08,0xca,0x12, +0x04,0x15,0x18,0x18,0xf2,0x0f,0x00,0x50,0x40,0x00,0xf2,0x01,0x40,0x95,0x0e,0x40, +0x0f,0x20,0x2f,0x20,0x43,0x0f,0x30,0xf2,0x00,0xb9,0x9a,0x08,0x40,0x0f,0x20,0x03, +0xf2,0xc1,0x28,0x60,0xf2,0x00,0x0b,0x90,0x07,0xc0,0x2d,0x00,0x31,0x5f,0x02,0xf5, +0x3c,0x00,0x21,0xf4,0x16,0x3c,0x00,0x25,0x09,0x40,0x4b,0x00,0x22,0x22,0x3f,0xe6, +0x24,0x09,0x23,0x0e,0x02,0x6f,0x1e,0x02,0x32,0x0f,0x02,0x94,0x34,0x30,0x2e,0x00, +0x16,0x5f,0x09,0x40,0x02,0xe0,0x00,0xe4,0x0e,0x3f,0x10,0x2e,0x4e,0x03,0xb0,0x1e, +0x30,0x02,0xe0,0x00,0x0b,0x80,0x0b,0x90,0x00,0x2e,0x85,0x00,0x10,0x51,0x2d,0x00, +0x11,0x20,0xe3,0x1d,0x00,0x60,0x52,0x00,0x1c,0x28,0x02,0x69,0x19,0x21,0x01,0xae, +0x33,0x54,0x10,0x6b,0x15,0x2c,0x41,0x18,0xbd,0xfc,0x61,0x4f,0x44,0x14,0x30,0x15, +0x0c,0x03,0x30,0x31,0x01,0x10,0x18,0x04,0x5f,0x32,0x02,0xe5,0x09,0x41,0xd0,0x01, +0x11,0x6d,0x85,0x1a,0x04,0xfe,0x3c,0x13,0x00,0x78,0x03,0x20,0x5d,0xef,0x6b,0x16, +0x70,0x00,0x0b,0x61,0x11,0xa9,0x11,0x11,0xe0,0x06,0x22,0x09,0x80,0xbb,0x2e,0x12, +0x98,0xe6,0x42,0x00,0x0f,0x00,0xa2,0x4e,0x10,0x11,0x11,0xa8,0x11,0x11,0x00,0x30, +0x7f,0x5f,0x14,0x20,0x02,0x80,0xe8,0x36,0x01,0x79,0x13,0x10,0x5e,0xc4,0x4d,0xa0, +0xef,0xcc,0xcf,0xec,0xc6,0x00,0x13,0x33,0x39,0xc3,0xcb,0x02,0x03,0xe9,0x03,0x10, +0x0a,0x1d,0x04,0x00,0x0c,0x1b,0x02,0x9c,0x11,0x02,0x19,0x25,0x15,0xe0,0x81,0x2c, +0x21,0x3f,0xde,0x67,0x28,0x60,0x4e,0x61,0x11,0xb8,0x11,0x10,0xbf,0x37,0x00,0x62, +0x3f,0xa1,0x1b,0x37,0xcc,0xcc,0xee,0xcc,0xcc,0x00,0x00,0x34,0x93,0x30,0xf2,0x04, +0x05,0x40,0x02,0xe0,0x01,0x80,0x00,0x5e,0x00,0x2e,0x00,0x9a,0x00,0x01,0xd3,0x03, +0xf0,0x1c,0x20,0x83,0x10,0x21,0xf5,0xe2,0xbf,0x0f,0x90,0x5e,0x2c,0xed,0xdd,0xdd, +0xf2,0xc5,0x20,0xc4,0x8d,0x40,0x64,0x00,0x0c,0xdd,0xdd,0xdd,0xf2,0xba,0x05,0x11, +0xdf,0xe8,0x20,0x10,0x0e,0x73,0x48,0xf2,0x08,0x96,0x00,0xe0,0x00,0x1f,0x00,0x09, +0x60,0x0e,0x00,0x01,0xf0,0x23,0xb6,0x00,0xa0,0x00,0x1f,0x06,0xca,0x10,0x01,0x44, +0x14,0x0e,0x40,0x4c,0xcc,0xcc,0xfc,0x84,0x4e,0x30,0x15,0x00,0x1f,0x3f,0x45,0x50, +0x00,0xe2,0x01,0xf0,0x02,0x51,0x2a,0x21,0xa0,0x1f,0xd8,0x25,0x51,0x2e,0x01,0xf0, +0x1e,0x10,0x69,0x11,0x37,0x22,0x32,0x22,0x5f,0x15,0x0e,0x29,0x25,0x0e,0x0f,0x00, +0x04,0x0a,0x28,0x02,0x35,0x03,0x03,0xa6,0x06,0x41,0x60,0x0f,0x00,0x19,0x40,0x01, +0xf0,0x01,0xf1,0x13,0xe1,0x11,0x5d,0x11,0x00,0x1f,0x8c,0xdf,0xcc,0xcd,0xfc,0xc3, +0x01,0xf0,0x18,0x0a,0x00,0xdf,0x06,0x40,0x2f,0xbb,0xbc,0xc0,0x33,0x01,0x01,0xac, +0x01,0x20,0x4d,0x5e,0x3c,0x2e,0x20,0x00,0x06,0xe4,0x33,0x80,0x3e,0x40,0x00,0x97, +0x00,0x08,0xe6,0x9e,0xdd,0x07,0xd7,0x25,0x8e,0xff,0xa5,0x10,0x03,0xd0,0xde,0xb8, +0x30,0x17,0xbe,0xf4,0x24,0x35,0x23,0x04,0x40,0x86,0x3c,0x00,0xd4,0x25,0x03,0x3b, +0x1a,0x10,0x1f,0x6a,0x22,0xf2,0x29,0x11,0x10,0x01,0xf0,0x09,0x30,0xe2,0x09,0x30, +0x00,0x1f,0x00,0xf1,0x0e,0x20,0xf1,0x00,0x01,0xf0,0x4f,0x50,0xe2,0x6f,0x40,0x00, +0x2f,0x1e,0x5d,0x5e,0x6e,0x4d,0x60,0x03,0xe8,0x80,0x25,0xea,0x40,0x1c,0x10,0x4d, +0x03,0x33,0x3f,0x53,0x33,0x10,0x06,0xb0,0xcc,0xcc,0xfd,0xcc,0xc4,0x00,0x98,0xa6, +0x03,0x00,0x65,0x05,0x10,0xe2,0xc0,0x02,0x11,0xef,0xf9,0x03,0x18,0x01,0xdc,0x02, +0xf2,0x01,0x15,0x9a,0x00,0xff,0xff,0x16,0xac,0xff,0xb6,0x20,0x00,0x09,0x90,0x45, +0x31,0xf1,0xd2,0x2a,0x20,0x0f,0x10,0xda,0x02,0x11,0x16,0x77,0x1a,0xf0,0x0a,0x51, +0x03,0xc0,0x0f,0x98,0x82,0x06,0xee,0xf9,0x3c,0x00,0xf9,0x88,0x20,0x00,0x09,0x63, +0xc0,0x0f,0x10,0x00,0x05,0x80,0xd3,0x3c,0x1e,0x00,0x60,0x1e,0x5d,0x03,0xc0,0x0f, +0x10,0x8b,0x18,0x10,0x3f,0x1e,0x01,0x12,0x04,0xa6,0x15,0xf7,0x01,0x01,0xe8,0xaf, +0x95,0x42,0x10,0x11,0x00,0xda,0x00,0x39,0xbd,0xef,0xff,0xf6,0x03,0x70,0x00,0x32, +0x8a,0x2b,0x10,0x3f,0x5b,0x21,0x8e,0x10,0xd2,0x3f,0x36,0x00,0x82,0x01,0x0f,0x07, +0x21,0x22,0x6d,0x15,0x34,0x00,0x73,0x02,0x00,0xf5,0x44,0x20,0x33,0x1f,0x7d,0x01, +0x31,0xdf,0xdd,0xd0,0x9f,0x03,0x11,0xe2,0x06,0x4a,0x00,0xd1,0x00,0x12,0x8a,0x0f, +0x00,0xf1,0x05,0x04,0xe0,0x05,0x20,0x00,0x0e,0x89,0xc6,0x0e,0x50,0xa5,0x09,0xdf, +0xd9,0x62,0x00,0x6e,0x4d,0x30,0x54,0xaf,0x25,0x60,0xb0,0x7f,0xff,0xff,0x0c,0xff, +0x3f,0x18,0x10,0xf0,0x1c,0x26,0xd1,0x11,0x1f,0x00,0x11,0x15,0xc1,0xff,0xff,0xf0, +0x4f,0xff,0xfc,0x2f,0xb6,0x2a,0x20,0x02,0xe0,0xd2,0x05,0xf1,0x21,0x00,0x3e,0xee, +0xef,0x27,0xee,0xee,0xf0,0x72,0x00,0xf1,0x17,0x10,0x2e,0x06,0xcc,0x2f,0x01,0x7d, +0x93,0xd0,0x00,0x8b,0xe0,0x00,0x2a,0xcc,0x6b,0xe9,0x8c,0x07,0xdd,0x77,0xb6,0x40, +0x09,0x90,0x63,0x00,0x98,0x00,0xaf,0xd3,0x00,0x0d,0xde,0x30,0x00,0xb6,0x29,0x41, +0x2f,0xff,0xf0,0x8f,0x71,0x0a,0x22,0x0f,0x08,0x89,0x03,0x81,0xf0,0x8e,0xdd,0xdd, +0xd4,0x00,0x89,0x9f,0x0f,0x00,0x31,0x0d,0x65,0x50,0x0f,0x00,0x12,0xe1,0x5c,0x23, +0xf0,0x0e,0x0e,0x10,0x05,0xcd,0x99,0x99,0x99,0x10,0xee,0xef,0x5e,0x8a,0xc6,0x67, +0x71,0x00,0x00,0xf0,0xd2,0x0e,0x31,0xd6,0x00,0x00,0x1f,0x0d,0x20,0x4e,0xd5,0xd8, +0x0c,0xf8,0x04,0xd2,0x00,0x7d,0x30,0x00,0x10,0x7a,0x0e,0x9c,0x80,0x5f,0x81,0x09, +0xfe,0x41,0xd7,0x10,0x00,0x2a,0xe7,0x16,0x10,0x73,0x04,0x55,0x30,0xf4,0x03,0xe1, +0x41,0x01,0xf0,0x07,0xc4,0x0c,0x40,0x1d,0x20,0x00,0x00,0xc4,0xac,0x67,0x8c,0xd0, +0x07,0x88,0xe4,0xba,0x8c,0x64,0x97,0x0f,0x77,0x72,0x0f,0x01,0x10,0x1e,0x31,0x1d, +0xc0,0xee,0xe1,0x4d,0x44,0x41,0xe1,0x0e,0x20,0xe1,0x4b,0xbb,0xe5,0x07,0x00,0x70, +0x00,0x00,0xc4,0xee,0xef,0xee,0xf1,0xa3,0x05,0x21,0x0e,0x25,0x99,0x12,0xf3,0x01, +0x0e,0x25,0xd0,0x00,0x03,0xe2,0x67,0x8f,0xbb,0xf6,0x04,0xff,0x74,0xba,0x87,0x64, +0x16,0x13,0x00,0x9f,0x1a,0x00,0x12,0x19,0xf3,0x0a,0xe4,0x00,0x1f,0x10,0x05,0xe0, +0x05,0xe0,0x01,0xf1,0x00,0xc7,0x00,0x0d,0x60,0x1f,0x10,0x4e,0x00,0x00,0x68,0x01, +0xf1,0x0b,0x60,0xc5,0x14,0x15,0x0e,0x84,0x1b,0x04,0xbd,0x47,0x32,0x2f,0x00,0x6f, +0xb6,0x0d,0x15,0x11,0x6b,0x13,0x40,0x02,0xf0,0x2c,0xcc,0x68,0x1b,0x01,0xef,0x31, +0x13,0x46,0x4f,0x03,0x20,0x54,0x00,0xdf,0x06,0x00,0x2a,0x50,0x30,0x4c,0x00,0xc5, +0xc0,0x09,0x60,0x04,0xc0,0x0c,0x40,0xdb,0x10,0x76,0x0d,0x41,0xc4,0x02,0x00,0x04, +0x0f,0x00,0xf0,0x0f,0x00,0x0b,0xa0,0x3e,0xff,0xee,0xff,0xd0,0x1c,0xa0,0x00,0x16, +0xc1,0x1d,0x51,0x6e,0x80,0x00,0x00,0x7a,0x00,0xc4,0x08,0x30,0x02,0x00,0x09,0x80, +0x0c,0x40,0x82,0x0b,0xd0,0xc5,0x00,0xc4,0x00,0x02,0xe7,0x00,0x2f,0x10,0x0c,0x40, +0x04,0xe8,0x60,0x14,0x97,0xc4,0x19,0xe4,0x00,0x01,0xd1,0x00,0x0c,0x48,0x9b,0x20, +0x04,0x5e,0x16,0xf2,0x0e,0x5f,0xcc,0xcc,0xf5,0x00,0x3e,0x40,0x05,0xd5,0x55,0x5d, +0x50,0x3e,0x60,0x00,0x5d,0x55,0x55,0xd5,0x8e,0x50,0x00,0x05,0xeb,0xbb,0xbe,0x56, +0x20,0x01,0x32,0x53,0x30,0x0a,0xb0,0x0f,0x58,0x05,0x30,0x09,0xc0,0x00,0xb7,0x21, +0x80,0x2c,0xc1,0x00,0x03,0xfa,0xaa,0xaf,0x3c,0xba,0x47,0x01,0x6c,0x0c,0xf0,0x0f, +0x81,0x02,0xbb,0xed,0xbb,0x20,0x00,0x9c,0x00,0x1d,0x19,0x77,0x70,0x01,0xbc,0x10, +0x0c,0x80,0x97,0x1e,0x37,0xe9,0x00,0x00,0x40,0xce,0x50,0x24,0xc3,0x00,0x24,0x0d, +0x01,0xda,0x06,0x21,0x04,0xe2,0x05,0x07,0xf0,0x00,0x05,0xe4,0x02,0xdd,0xdf,0xed, +0xd8,0x01,0xe3,0x04,0x02,0x22,0xe5,0x22,0x10,0xb3,0x36,0x20,0x0d,0x30,0xc1,0x08, +0x00,0xa9,0x22,0xa2,0xe6,0x03,0xee,0x01,0x11,0x11,0x1d,0x61,0x03,0xfa,0xdf,0x11, +0x31,0x28,0x2e,0x0d,0xda,0x03,0x42,0x02,0xe0,0x03,0x30,0x2f,0x26,0x40,0x4e,0x20, +0x0c,0x40,0x95,0x02,0x10,0x8b,0x17,0x09,0x10,0x2e,0x9c,0x71,0x11,0x40,0xa4,0x02, +0x21,0xdf,0xc1,0xe5,0x40,0x12,0x10,0x66,0x20,0x21,0x0c,0x80,0xa4,0x15,0xf0,0x27, +0x0b,0x80,0x08,0x60,0x00,0xbb,0x02,0x2c,0xa3,0x4b,0xa0,0x00,0x05,0x05,0xe5,0xcb, +0xee,0x54,0x20,0x00,0x02,0xe3,0x03,0xa8,0x00,0x4e,0x20,0x02,0xde,0x0a,0xff,0xee, +0xdd,0xcc,0x01,0xea,0xe0,0x22,0x5e,0x10,0x00,0x93,0x04,0x1e,0x00,0x4f,0xfd,0xdd, +0xc0,0x00,0x01,0xe0,0x8e,0xd3,0x0e,0x16,0x60,0x1e,0x1a,0x22,0xd4,0xab,0x00,0x99, +0x58,0xf2,0x07,0x07,0xfe,0x10,0x00,0x00,0x1e,0x03,0x7d,0xc5,0x9e,0x94,0x00,0x01, +0xe3,0xd9,0x40,0x00,0x27,0xc6,0x00,0x02,0x40,0x1d,0x4f,0x11,0xd7,0xd3,0x09,0xa1, +0x01,0xc9,0x00,0x8f,0xee,0xee,0xee,0x21,0xd8,0x04,0xc0,0x06,0x40,0x04,0x06,0xed, +0xbf,0x7d,0x0d,0xf0,0x0e,0x02,0xf4,0x12,0xd1,0x11,0x1d,0x20,0x02,0xee,0x00,0x2f, +0x99,0x99,0xf2,0x02,0xe9,0xe0,0x02,0xe7,0x77,0x7e,0x20,0x05,0x1e,0x00,0x05,0xe6, +0x44,0x40,0x5a,0x00,0x10,0xcf,0xff,0x05,0xd0,0x1e,0x04,0xdb,0xc1,0x0b,0x80,0x00, +0x01,0xe0,0x64,0x06,0xdc,0x80,0x71,0x1a,0xf0,0x23,0x36,0xcc,0xdc,0x73,0x00,0x01, +0xe0,0xcb,0x83,0x00,0x59,0xd2,0x00,0x78,0x00,0xa2,0x00,0x87,0x00,0x00,0x2e,0x25, +0x1a,0x26,0x0a,0x60,0x00,0x2e,0x50,0x92,0xa2,0xb0,0xd4,0x00,0x07,0x61,0xaa,0x2a, +0x2b,0x1f,0xba,0xa3,0x00,0x99,0x9e,0xfe,0xf5,0xd4,0x7d,0x10,0x58,0x30,0xf0,0x2b, +0xae,0x06,0x90,0x1e,0xf1,0xcd,0xdd,0xdf,0xe1,0x96,0x0a,0xae,0x12,0x22,0x22,0x49, +0x5c,0x30,0x30,0xe1,0x3d,0xdd,0x70,0x5a,0xe0,0x00,0x0e,0x14,0xb0,0x58,0x01,0xf8, +0x00,0x00,0xe1,0x5a,0x05,0xba,0x1f,0x50,0x00,0x0e,0x17,0x80,0x9d,0x3b,0xcd,0x00, +0x00,0xe1,0xd3,0x03,0x1a,0xc0,0xab,0x00,0x0e,0x3a,0x93,0x59,0x1d,0xa2,0x4a,0x3d, +0x32,0x00,0xcc,0x20,0xf9,0x30,0x41,0x8f,0x50,0x0b,0xa0,0xb9,0x0c,0x12,0x14,0x05, +0x1c,0x00,0x35,0x20,0xe0,0x0b,0x43,0xe0,0x00,0xba,0x32,0x00,0x00,0xf1,0x3e,0x00, +0xad,0x17,0xc0,0xa9,0x19,0xe0,0x9e,0x10,0x0e,0x60,0x0b,0x70,0x3e,0x9e,0x20,0x00, +0x5d,0x02,0xf1,0x03,0x62,0x1d,0xb1,0xe4,0x02,0x04,0xdf,0x10,0x00,0x1a,0x06,0x30, +0x2b,0xfa,0x7b,0x26,0x61,0x1f,0x91,0x3f,0x31,0x11,0x8b,0xa4,0x5e,0x31,0xff,0xfe, +0x30,0x10,0x2d,0x03,0x6a,0x00,0x11,0xba,0xba,0x3d,0x00,0x56,0x0f,0xb2,0xdd,0x40, +0x0f,0x33,0x33,0x43,0x33,0x33,0x31,0x00,0xf0,0x1f,0x44,0x11,0x0f,0x5b,0x16,0x00, +0x6d,0x06,0x10,0x51,0x2e,0x09,0x10,0x2f,0x30,0x27,0x60,0x13,0x00,0x03,0xe0,0xd2, +0xc4,0x49,0x08,0xf0,0x10,0x4d,0x0f,0x0c,0x40,0x00,0x0c,0x70,0x06,0xb3,0xc0,0xc4, +0x00,0x05,0x4e,0x00,0x98,0x97,0x0c,0x40,0x02,0xd0,0xe4,0x0e,0x49,0x10,0xc6,0x00, +0x5b,0x07,0x43,0xd0,0x84,0x56,0x16,0x50,0x2c,0x1a,0x21,0xe1,0x00,0xd1,0x1e,0xf0, +0x0a,0x0e,0x12,0xbb,0xbd,0xeb,0xbb,0x70,0x00,0xe7,0x12,0x22,0x7c,0x22,0x21,0x01, +0x9e,0x96,0xac,0xcd,0xfc,0xcc,0x30,0x3a,0xe4,0x90,0xe6,0x04,0x30,0x06,0x8e,0x18, +0x88,0x00,0x31,0xd1,0x94,0xe1,0xc9,0x22,0xc0,0x03,0x1e,0x10,0x9e,0xdd,0xdd,0xee, +0x00,0x00,0xe1,0x09,0x70,0x65,0x02,0x10,0x0e,0x0f,0x00,0x1f,0xde,0x0f,0x00,0x07, +0x50,0x97,0x00,0x0d,0xe9,0x00,0xb2,0x12,0x02,0x54,0x48,0xf0,0x1f,0x00,0x5f,0xee, +0xef,0x40,0x18,0x8b,0xd8,0x85,0xa0,0x00,0xc4,0x00,0x66,0xdd,0x66,0x5e,0xaa,0xae, +0x40,0x00,0x2f,0xd1,0x05,0xb3,0x33,0xd4,0x00,0x0b,0xce,0xe2,0x5a,0x00,0x0c,0x40, +0x06,0xc6,0xa5,0xd5,0xfd,0xdd,0xf4,0x03,0xd1,0x6a,0x01,0x0f,0x00,0x72,0x01,0x04, +0x70,0x05,0xfe,0xee,0xf4,0x34,0x4f,0xf4,0x0c,0x44,0x00,0x01,0xe0,0x95,0x0c,0x60, +0x05,0xd0,0x00,0x7b,0x0b,0x50,0x28,0x08,0x0d,0x60,0x0e,0x40,0xb7,0x00,0x02,0xf0, +0x5c,0x00,0x50,0x06,0x89,0x15,0x12,0x15,0xd0,0x0b,0xe0,0x4f,0x53,0x33,0x30,0x02, +0xaa,0xeb,0xaa,0xab,0xeb,0xa2,0x00,0x00,0xa8,0xa8,0x0d,0x00,0xc0,0x26,0x00,0xc3, +0x26,0x01,0xf2,0x53,0xe0,0x10,0x00,0x1f,0x44,0x44,0x44,0x4e,0x30,0x00,0x1f,0xbb, +0xbb,0xbb,0xbf,0x18,0x07,0x01,0x80,0x0a,0xf5,0x13,0x1f,0xcc,0xcc,0xcc,0xce,0x30, +0x00,0x21,0x22,0x8b,0x20,0x04,0x10,0x00,0xb6,0x89,0x05,0xc0,0x35,0xd0,0x06,0xd0, +0x89,0x00,0x03,0xd0,0x99,0x08,0x20,0x4e,0xee,0xef,0x60,0x14,0x15,0x02,0xf0,0x1a, +0xa8,0x00,0x02,0xe0,0x02,0x20,0x00,0x5e,0x1a,0x90,0x2e,0x18,0xf8,0x00,0x4f,0x52, +0x6f,0x62,0xfe,0xa3,0x00,0x0b,0xdc,0xba,0x9e,0x2f,0x00,0x0a,0x20,0x09,0x99,0x99, +0x40,0xcc,0xbc,0xb0,0x01,0xe0,0x00,0xc5,0x1b,0x12,0x08,0xf2,0x2a,0xbb,0xbf,0x52, +0xe1,0x6c,0xa0,0x01,0xf8,0x88,0xe5,0x2f,0xb7,0x21,0x00,0x1e,0x11,0x1d,0x52,0xf0, +0x00,0xb3,0x01,0xe0,0x4c,0xc4,0x0c,0xfe,0xfc,0x00,0x04,0x04,0x00,0xd6,0x00,0x05, +0x40,0x03,0xe0,0xe2,0x02,0xe0,0x31,0x6c,0x00,0xc6,0x0e,0x30,0x00,0x0b,0x50,0xe3, +0x06,0x00,0x9e,0xee,0xef,0xd1,0x47,0x0d,0x22,0xe3,0xa6,0x35,0x18,0x22,0x33,0xda, +0x71,0x21,0x43,0x01,0xb1,0x00,0x0f,0xf6,0x19,0x60,0xf3,0x11,0x11,0xc7,0x11,0x11, +0x72,0x07,0xf0,0x0a,0x09,0x80,0x0a,0x10,0x00,0xff,0xff,0xe0,0x7a,0x07,0xd0,0x00, +0x0f,0x21,0x3e,0x05,0xc0,0xe7,0x00,0x01,0xf0,0x03,0xe0,0x2f,0x7e,0x25,0x02,0xfa, +0x13,0x3d,0x00,0xef,0x50,0x00,0x04,0xd0,0x06,0xb0,0x0d,0xc0,0x07,0x10,0x8a,0x5f, +0xe5,0x0c,0xdf,0x10,0xc3,0x0e,0x50,0x00,0x3d,0x90,0xbb,0x3e,0x13,0xd0,0x00,0x0b, +0x60,0x01,0xaf,0x07,0x05,0x10,0x03,0x2d,0x37,0xa8,0x56,0x8a,0xcf,0xd5,0x00,0x01, +0xed,0xca,0xaf,0x63,0xa2,0x2c,0x00,0x10,0x14,0x13,0x10,0x9b,0x22,0x16,0x50,0xbf, +0x2c,0x01,0x1e,0x00,0x03,0xb1,0x22,0x52,0x30,0x22,0x22,0x22,0xf3,0x36,0x2f,0x08, +0x1e,0x00,0x00,0xdf,0x2c,0x02,0x22,0x09,0x08,0x10,0x26,0x03,0xd2,0x13,0x00,0x0c, +0x07,0x11,0x02,0x12,0x13,0x10,0x0f,0xe7,0x0f,0xd1,0x3e,0x01,0x44,0xf5,0x42,0xf0, +0x00,0x02,0xe0,0x2b,0xcf,0xcb,0x3f,0xd6,0x04,0x20,0xf0,0x02,0x0f,0x00,0x00,0x1e, +0x00,0x01,0x4e,0x13,0xa0,0xfc,0xf5,0xe1,0x2f,0x31,0x10,0x4f,0xcf,0x50,0x4d,0x22, +0x17,0x60,0x10,0xf0,0x06,0xa0,0x07,0xc0,0x4b,0x00,0x11,0xb7,0x6a,0x2d,0x30,0xf0, +0x1f,0x20,0x78,0x09,0x30,0x1f,0x0b,0xa0,0xb7,0x03,0x30,0xef,0xb0,0xb1,0x4e,0x57, +0x05,0x71,0x00,0x14,0x3d,0x07,0x00,0x10,0xcf,0x94,0x06,0xf0,0x0f,0x3d,0x00,0xc6, +0x04,0xd0,0x2f,0x09,0xbe,0x94,0xc5,0x03,0xc0,0x1f,0x0a,0xcf,0xa5,0xc7,0x25,0xd2, +0x3f,0x00,0x3d,0x00,0xce,0xee,0xfe,0xef,0x00,0x3d,0x00,0x15,0x00,0x30,0x00,0x4e, +0xa6,0x23,0x00,0x30,0x1d,0xfe,0x61,0x31,0x00,0x70,0x02,0x3d,0x00,0x52,0x03,0xc0, +0x06,0x46,0x00,0x00,0x52,0x59,0x03,0x07,0x00,0x11,0x4d,0x07,0x00,0x22,0x0b,0xf8, +0x0e,0x00,0x03,0xc6,0x10,0x05,0xfe,0x00,0x00,0x95,0x32,0x00,0x17,0x23,0x10,0x8a, +0xd9,0x09,0x40,0x99,0xfa,0x88,0x90,0x23,0x0b,0x31,0xaf,0xb9,0x8a,0x23,0x3d,0x21, +0xf1,0x08,0xdc,0x17,0x31,0x0f,0x10,0x89,0x93,0x03,0xf3,0x05,0xf8,0xb8,0x90,0x00, +0x0e,0x10,0x1a,0xef,0x94,0x8a,0x11,0x11,0xe1,0x00,0x83,0xf1,0x08,0xfe,0xee,0xee, +0x1e,0x00,0x01,0x4b,0x00,0x12,0x90,0xea,0x24,0x10,0x8b,0x03,0x18,0x32,0xaf,0xc0, +0x06,0x07,0x2c,0x02,0x01,0x00,0x00,0x19,0x05,0x20,0x29,0x00,0x96,0x53,0x02,0xfb, +0x14,0xf0,0x05,0x87,0x02,0x99,0x9d,0xd9,0x99,0x15,0xce,0xec,0x5e,0x77,0x77,0x77, +0x71,0x14,0xa9,0x44,0xd0,0x03,0x40,0x1e,0x00,0x11,0x4d,0xdf,0x0a,0x30,0x87,0x14, +0xc0,0xdc,0x09,0x30,0x1b,0xef,0x6c,0xbb,0x0a,0xf1,0x20,0x7f,0xea,0x17,0xa0,0x6b, +0x0b,0x50,0x01,0x18,0x70,0x88,0x0b,0x60,0x4c,0x00,0x00,0x87,0x0c,0x51,0xf1,0x00, +0xd3,0x00,0x08,0x71,0xf1,0x8b,0x01,0x3a,0xa0,0x00,0x97,0x8a,0x0f,0xef,0xfd,0xaf, +0x11,0xfe,0x38,0x20,0x53,0x10,0x00,0x92,0x00,0x87,0xa8,0x5e,0x01,0x69,0x00,0x11, +0xc4,0x78,0x00,0xf1,0x02,0xcd,0xdf,0xed,0xd6,0x05,0xbe,0xdb,0x02,0x22,0xc6,0x22, +0x10,0x24,0xaa,0x40,0x00,0x0c,0x1e,0x00,0x00,0x0f,0x2b,0x30,0xe3,0x00,0x87,0xd4, +0x3c,0x50,0x51,0x00,0x0a,0xde,0x10,0x2e,0x00,0x30,0x7f,0xfb,0x38,0x25,0x02,0x70, +0x12,0x28,0x70,0x01,0x50,0x00,0xc4,0x3c,0x00,0x40,0x1e,0x40,0x0c,0x40,0x4b,0x00, +0x10,0x5d,0x0f,0x00,0x11,0x97,0xc1,0x06,0x10,0x01,0x11,0x05,0x08,0x6b,0x1e,0xf0, +0x01,0x79,0x00,0x01,0x23,0x57,0xa3,0x00,0x07,0x90,0x5d,0xcc,0xfa,0x75,0x10,0x00, +0x79,0x1f,0x09,0xf0,0x23,0x00,0x05,0xcd,0xec,0xad,0xdd,0xfd,0xdd,0xd3,0x14,0x9b, +0x41,0x22,0x2e,0x32,0x22,0x00,0x07,0x90,0x13,0x33,0xf5,0x33,0x20,0x00,0x79,0x04, +0xeb,0xbf,0xbb,0xcc,0x00,0x07,0xca,0x5b,0x00,0xe1,0x04,0xc0,0x6d,0xfd,0x54,0xfe, +0xef,0xee,0xec,0x03,0x37,0x90,0x4b,0x0f,0x00,0x93,0x00,0x79,0x04,0xfe,0xef,0xee, +0xfc,0x00,0x07,0x0f,0x00,0x11,0x89,0x4b,0x00,0x31,0x00,0xfe,0x50,0x7e,0x01,0x08, +0x4b,0x01,0x13,0x39,0x4b,0x01,0x10,0xf2,0x0f,0x00,0x10,0x03,0xc6,0x0e,0xe0,0x03, +0x9d,0xc9,0x00,0xa1,0x00,0x94,0x00,0x15,0xba,0x50,0x08,0x90,0x4d,0x1e,0x00,0xf1, +0x00,0x8b,0xbc,0xbe,0xdb,0xb2,0x00,0x87,0x02,0x33,0x98,0x33,0x33,0x00,0x0a,0xdd, +0x22,0x13,0x30,0x5f,0xfb,0x2e,0xe2,0x00,0x70,0x51,0x28,0x70,0x01,0xe2,0x00,0xc6, +0x4b,0x00,0x31,0xbd,0x40,0x5e,0x4b,0x00,0xf6,0x03,0x5b,0xef,0x60,0x00,0x00,0x97, +0x01,0x37,0xdb,0x9f,0xa1,0x00,0xee,0x30,0xdb,0x83,0x00,0x19,0x2d,0x0e,0x50,0xa6, +0x00,0x0c,0x15,0x80,0x07,0x00,0x30,0x6d,0x02,0xf1,0x07,0x00,0xf0,0x00,0xb8,0x11, +0xb5,0x11,0x7c,0xed,0xc3,0xff,0xef,0xfe,0xee,0x23,0xb9,0x3a,0xf2,0x6a,0x2b,0x22, +0xa6,0x4e,0x07,0x00,0x20,0x75,0xef,0xf4,0x58,0x20,0xbc,0xe1,0x46,0x0e,0xb0,0x7f, +0xfa,0x20,0xe2,0x01,0xe0,0x00,0x32,0xa6,0x00,0xef,0x25,0x11,0x10,0xa6,0x5b,0x0e, +0x00,0x3f,0x00,0x00,0x15,0x00,0x20,0x01,0xb6,0x15,0x00,0x72,0xfd,0x2f,0xd2,0x00, +0xe3,0x11,0x11,0xdd,0x3d,0x01,0x65,0x15,0x60,0x56,0x00,0x01,0xc0,0x00,0x06,0xe1, +0x68,0x10,0x89,0x0f,0x00,0x80,0x08,0x60,0x0e,0x20,0x02,0xbd,0xea,0xdf,0x66,0x21, +0x31,0x15,0x9b,0x40,0xfd,0x34,0xf1,0x1b,0x06,0x90,0x8f,0xef,0x31,0x71,0xe0,0x00, +0x69,0x38,0x50,0xb3,0x2c,0x1e,0x00,0x5c,0xfd,0x8c,0x9e,0x32,0xc1,0xe0,0x2c,0xb9, +0x08,0x72,0xc3,0x2c,0x1e,0x00,0x06,0x90,0x88,0x4c,0x32,0xc1,0xe0,0x00,0x69,0x08, +0xa8,0xd3,0x0f,0x00,0xf7,0x05,0x85,0x0b,0x30,0x11,0xe0,0x00,0x79,0x08,0x50,0xb3, +0x00,0x1e,0x00,0xee,0x50,0x85,0xbd,0x10,0x7f,0xa0,0x37,0x22,0x00,0x19,0x20,0x00, +0x9d,0x1f,0x30,0x9d,0x22,0x10,0x0f,0x00,0xf0,0x01,0x2f,0xcb,0xdd,0x00,0x01,0x7b, +0xb6,0x0c,0x80,0x0d,0x30,0x00,0x17,0xbc,0x78,0xff,0xe7,0x0c,0xf5,0x34,0x07,0x80, +0x2c,0x21,0x23,0x11,0xd0,0x00,0x78,0x00,0xb2,0x94,0x4a,0x1d,0x00,0x07,0xcb,0x0b, +0x5c,0x00,0xb4,0xd0,0x2b,0xfd,0x50,0xb8,0x36,0x53,0x5d,0x01,0x78,0x80,0x1c,0x41, +0xc7,0x13,0xd1,0x00,0x78,0x0b,0xcc,0xdf,0xfc,0xcc,0x90,0x07,0x80,0x00,0x09,0xab, +0x40,0x00,0x01,0x88,0x00,0x3b,0xc1,0x0c,0x93,0x00,0xce,0x41,0xeb,0x50,0x00,0x06, +0xba,0x71,0x00,0x13,0xc4,0xe2,0x1d,0x50,0x40,0x04,0xfd,0xdd,0xf2,0x0f,0x00,0xf0, +0x03,0x4a,0x00,0x0d,0x20,0x04,0x8e,0xa5,0x04,0xd8,0x88,0xf2,0x00,0x37,0xea,0x50, +0x14,0x44,0x44,0x1e,0x00,0xf0,0x1b,0xcd,0xdf,0x3f,0xde,0xa0,0x00,0xc4,0x0c,0x10, +0xe3,0xa0,0x4a,0x00,0x2d,0xe9,0xca,0x9e,0x3d,0x9b,0xa0,0x7e,0xe6,0x02,0x22,0x4c, +0x22,0x21,0x00,0x0c,0x40,0xbb,0xbc,0xfb,0xbb,0xb0,0x00,0xc4,0x03,0x37,0xff,0xe4, +0x33,0x98,0x06,0xf9,0x03,0xe5,0xe5,0xd2,0x00,0x00,0xc4,0x5d,0xc2,0x2e,0x05,0xe9, +0x00,0xee,0x17,0x50,0x02,0xe0,0x01,0xaa,0x4b,0x11,0x54,0x4a,0x4a,0x30,0xf2,0x0d, +0x60,0x4a,0x06,0x31,0x0e,0x21,0xf2,0x44,0x31,0xf0,0x0b,0xe2,0x5f,0xba,0xaa,0xa0, +0x0d,0xed,0xdf,0x2c,0xc7,0x7b,0xd6,0x00,0xd3,0x00,0xe6,0xfd,0x00,0xa7,0x00,0x0d, +0x52,0x2e,0xea,0xf2,0x0e,0x9d,0x16,0x40,0xfa,0x0a,0x83,0xf0,0x2d,0x00,0xf0,0x0b, +0x20,0x4e,0xa8,0x00,0x00,0xde,0xdd,0xf2,0x00,0xcf,0x10,0x00,0x01,0x91,0x73,0x00, +0x1d,0xf3,0x00,0x00,0x6b,0x06,0xc0,0x1c,0xb8,0xe2,0x1b,0x03,0x60,0x9e,0xb0,0x09, +0xf6,0x05,0x80,0x20,0x35,0xe0,0x06,0x90,0x03,0x31,0xe0,0x53,0x08,0x40,0x00,0x00, +0x4c,0x1e,0x0e,0x20,0xca,0x1d,0xf0,0x15,0xa2,0xe3,0x60,0x1f,0x00,0x00,0x03,0xee, +0xff,0xfe,0xe4,0xfd,0xdd,0xd2,0x00,0x2e,0xfc,0x40,0x9d,0x22,0xf3,0x00,0x6e,0x6e, +0x1b,0x5e,0xe0,0x2e,0x00,0x1c,0x31,0x70,0x08,0xaa,0x35,0xa0,0xd4,0x5d,0xf0,0x00, +0x33,0x68,0x96,0x00,0x0d,0xef,0xfe,0xf3,0x01,0xee,0x10,0x00,0x0a,0x70,0x3d,0xc0, +0x29,0xf0,0x0a,0x01,0xea,0x3d,0x50,0x02,0xee,0x10,0x00,0x00,0x8f,0xd1,0x01,0xd7, +0xaa,0x00,0x02,0x8e,0x68,0x94,0xe9,0x00,0xdb,0x11,0xc7,0x10,0x79,0x18,0x07,0xfe, +0x08,0x10,0xf0,0x9a,0x35,0x00,0x9a,0x21,0x20,0xa0,0xe6,0x46,0x1d,0x10,0xf0,0x58, +0x61,0xf1,0x2c,0x60,0x8d,0xbf,0xbe,0x6e,0xd1,0x2f,0x30,0x08,0x60,0xf0,0x9a,0xb9, +0x57,0xb0,0x00,0x6b,0xef,0xdb,0x40,0x0d,0xe2,0x00,0x01,0x7b,0xf8,0xa1,0x17,0xcd, +0x81,0x00,0xc7,0x0b,0x01,0x3e,0x60,0x09,0xf4,0x00,0x22,0x22,0x22,0x32,0x22,0x22, +0x00,0x1b,0xbb,0xbb,0xfc,0xbb,0xbb,0x40,0x00,0x04,0x20,0x0f,0x21,0x11,0xe9,0x02, +0x00,0x95,0x2f,0x46,0x00,0x0a,0x60,0x0f,0xa9,0x0e,0x10,0xf6,0x2c,0x20,0x19,0x00, +0xf6,0x1f,0x00,0x01,0x1d,0x04,0xde,0x20,0x71,0x02,0x2b,0x92,0x22,0x22,0xab,0x22, +0x54,0x1d,0x01,0x3d,0x3a,0x12,0xb8,0x9a,0x47,0x41,0x03,0xf3,0x02,0xf4,0xd7,0x14, +0x22,0xe2,0xd8,0x75,0x15,0x12,0xfb,0xb2,0x09,0x21,0xde,0xe4,0x4f,0x09,0xd1,0xf7, +0x06,0xfa,0x10,0x00,0x04,0xaf,0xc2,0x00,0x02,0xcf,0xb5,0x02,0xdb,0x37,0x26,0x29, +0xd2,0xe4,0x06,0x11,0x50,0x56,0x49,0x00,0x3f,0x2f,0xe1,0x48,0xbe,0x70,0x0c,0xee, +0xff,0xeb,0x7c,0x63,0x00,0x00,0x0a,0x20,0x4a,0x7f,0x30,0x40,0x78,0x0a,0x50,0x78, +0xf6,0x44,0xf0,0x05,0xdc,0xfd,0xc7,0xeb,0xbb,0xb3,0x02,0x22,0xf2,0x22,0x7a,0x46, +0xf4,0x10,0x00,0x0f,0x00,0x08,0x70,0x2e,0x7e,0x07,0xf0,0x09,0xfc,0x96,0x02,0xe0, +0x00,0x05,0x0f,0x13,0x0a,0x50,0x2e,0x00,0x02,0xd0,0xf1,0xe0,0xc3,0x02,0xe0,0x00, +0xb5,0x0f,0x09,0x7f,0x09,0x33,0xb2,0x00,0xf0,0x17,0xb0,0x02,0xe0,0x00,0x02,0xfb, +0x00,0x93,0xfe,0x11,0x28,0x16,0x00,0x0e,0x41,0x24,0x09,0x70,0x46,0x13,0x51,0xff, +0x02,0x22,0x2e,0x62,0xcb,0x42,0x03,0x1f,0x34,0x21,0x1f,0x64,0x89,0x3a,0x51,0x4f, +0xcc,0xcc,0xce,0x70,0x81,0x11,0x00,0x9d,0x53,0x11,0xd8,0x84,0x0f,0x21,0x06,0xf1, +0x71,0x12,0x21,0x1e,0x80,0x41,0x3c,0x50,0xdb,0x00,0x01,0x11,0x8c,0xf8,0x3e,0x22, +0x09,0xff,0x95,0x3a,0x01,0x7e,0x07,0xf0,0x21,0xfc,0x1d,0xdd,0xdd,0xd3,0x3d,0x00, +0x3c,0x02,0x26,0xb2,0x20,0x3d,0x00,0x3c,0x04,0x35,0xa0,0x00,0x3f,0xee,0xec,0x0b, +0x46,0x90,0x00,0x3d,0x00,0x3c,0x0e,0x07,0x80,0x00,0x3d,0x00,0x4c,0x3e,0x5b,0xa5, +0x53,0x3f,0xee,0xeb,0x3b,0xaf,0xba,0xa5,0x3d,0x87,0x0d,0xf0,0x10,0x60,0x00,0x3d, +0x00,0xd2,0x00,0x7c,0xc0,0x00,0x3d,0x00,0x9a,0x00,0xd5,0xc0,0x00,0x4d,0x7d,0xce, +0x17,0xc2,0xc0,0x09,0x8f,0xb3,0x05,0x4e,0x22,0xc0,0x2a,0x33,0x88,0x1a,0x01,0xca, +0x21,0x14,0x20,0x78,0x1e,0x20,0x13,0xfc,0x9b,0x1c,0x10,0x3e,0x32,0x09,0x20,0x43, +0xe0,0x8f,0x08,0x02,0x0b,0x00,0x60,0xe2,0x22,0x22,0x22,0xe4,0x3f,0x61,0x21,0x08, +0x16,0x00,0x02,0x0b,0x00,0x51,0x11,0x11,0x11,0x1d,0x43,0x3e,0x10,0x11,0x3e,0x38, +0x2a,0xf1,0x1c,0xef,0xff,0xd0,0xcf,0xff,0xff,0xce,0x20,0x3d,0x0c,0x50,0x00,0x5c, +0xe1,0x03,0xd0,0xc4,0x00,0x04,0xce,0x10,0x3d,0x0c,0xa8,0x88,0xac,0xef,0xff,0xd0, +0xca,0x88,0x8b,0xce,0x20,0x4d,0x0c,0x40,0x00,0x4c,0xe1,0x03,0xd0,0xd3,0x1a,0x00, +0xf0,0x00,0x0e,0xdd,0xdd,0xec,0xef,0xff,0xd1,0xf3,0x33,0x37,0xce,0x31,0x11,0x5b, +0x00,0x6c,0x48,0x21,0x0b,0x60,0x89,0x29,0xa7,0xd0,0x00,0x10,0x6c,0x00,0x00,0xb3, +0x00,0x0d,0xfe,0x8d,0x03,0x10,0xc4,0xf8,0x12,0x10,0x10,0x07,0x00,0xc0,0xe1,0x0e, +0x1d,0xee,0xff,0xee,0x70,0xe1,0x0e,0x10,0x00,0xc5,0x0e,0x00,0x01,0x15,0x00,0xf0, +0x02,0xe2,0x0e,0x9c,0xcc,0xfd,0xcc,0xc2,0xef,0xef,0x44,0x44,0x44,0xe7,0x40,0xe1, +0x0e,0x20,0xfb,0x23,0xf0,0x05,0xe1,0x0e,0x9e,0xee,0xee,0xff,0xe0,0xe1,0x0e,0x12, +0x60,0x00,0xd3,0x00,0xef,0xff,0x11,0xd7,0x00,0xd3,0xf7,0x10,0x32,0x2d,0x10,0xd3, +0x55,0x00,0x02,0x07,0x00,0x50,0xef,0xc1,0x00,0x00,0x6e,0x26,0x0a,0xf0,0x03,0x60, +0x00,0x06,0xc5,0x55,0x55,0x55,0xc6,0x00,0x00,0x6c,0x55,0x55,0x55,0x5c,0x60,0x00, +0x06,0x23,0x2a,0x14,0xe6,0xc0,0x4c,0x03,0xf5,0x37,0x14,0xe0,0xfe,0x2d,0x50,0x00, +0xfd,0xdd,0xdd,0xdd,0xc2,0x01,0x03,0x14,0x09,0x30,0xdd,0xdd,0xfd,0x4e,0x37,0x30, +0x04,0xa1,0x0f,0xbe,0x33,0xb0,0x5b,0xc3,0x00,0xf0,0x06,0xdb,0x30,0x08,0x40,0x0b, +0xec,0xbf,0x16,0x06,0xe7,0x20,0x02,0x5b,0x14,0xe1,0x7b,0xbb,0xbf,0xbb,0xbb,0xb0, +0x00,0x09,0x93,0x33,0xf5,0x33,0x4f,0x00,0x57,0x29,0x00,0xdb,0x25,0x00,0x2b,0x20, +0x17,0xef,0x0f,0x00,0x11,0xde,0x0f,0x00,0x32,0x0a,0x20,0x6d,0x21,0x3e,0x12,0x1d, +0x5e,0x38,0x00,0xcf,0x34,0x00,0x52,0x6c,0xdb,0xac,0xea,0x64,0x21,0x00,0x0e,0xd8, +0x20,0x03,0x7a,0xce,0xff,0x30,0xf1,0x18,0x10,0x06,0x08,0x13,0x10,0xc3,0x17,0x1b, +0x42,0x3f,0x11,0x1d,0x40,0xed,0x37,0x21,0xfe,0xd1,0x1e,0x00,0x00,0x9a,0x07,0x00, +0x0a,0x05,0xf0,0x02,0xb3,0x00,0x00,0x77,0x77,0x8f,0x77,0x77,0x70,0x00,0x03,0x33, +0x34,0xf3,0x33,0x33,0x00,0x01,0x32,0x00,0x04,0x32,0x10,0x01,0xa5,0x62,0xb0,0x72, +0x00,0x00,0x3e,0x44,0x44,0x44,0x4d,0x50,0x00,0x03,0x94,0x20,0x11,0xe5,0x64,0x09, +0x00,0xbd,0x02,0x10,0x03,0x2d,0x02,0x42,0xe5,0x00,0x00,0x5f,0x94,0x20,0x22,0x05, +0xb0,0xa9,0x1a,0x10,0x5e,0x8c,0x21,0xb0,0x50,0x00,0x05,0xd5,0x55,0x55,0x55,0xd5, +0x00,0x00,0x15,0xcb,0x3b,0x42,0x20,0x03,0xee,0xee,0x83,0x32,0x31,0xc3,0x00,0xf0, +0xbf,0x05,0x60,0xed,0xdf,0x6f,0xee,0xef,0x80,0x0f,0x00,0xf0,0x13,0x88,0x00,0xd3, +0x00,0x0c,0xdd,0xdf,0x00,0xd4,0xaa,0x00,0x00,0xc3,0x13,0xf5,0x03,0xfd,0x00,0x02, +0xdf,0xec,0xaf,0x66,0xda,0xdb,0x40,0x02,0x00,0x00,0xf5,0xa2,0x00,0x5c,0x20,0x18, +0x5f,0x03,0x24,0x12,0x09,0x69,0x18,0x21,0x39,0xd3,0x69,0x18,0x04,0xbd,0x50,0x12, +0x8f,0x4a,0x3c,0x21,0x4f,0xf0,0x69,0x34,0xf2,0x02,0x4f,0x7f,0x11,0x11,0x11,0xd4, +0x00,0x2e,0x42,0xfe,0xee,0xee,0xef,0x40,0x00,0x20,0x2f,0x3d,0x02,0x12,0x02,0x0f, +0x00,0x14,0x00,0x0f,0x00,0x41,0xf0,0x00,0x01,0x1d,0x0f,0x00,0x10,0x01,0xf5,0x1d, +0x11,0xe1,0xcd,0x06,0x00,0x07,0x00,0xf0,0x10,0x4f,0xff,0xfe,0x2c,0xfd,0xcd,0xfc, +0x4c,0x00,0x2e,0x03,0xe4,0x35,0xe3,0x4b,0x00,0x2e,0x00,0xe2,0x03,0xd0,0x4c,0x22, +0x5e,0x00,0xee,0xde,0xd0,0x4f,0xdd,0xde,0x23,0x00,0x00,0x15,0x00,0x60,0xee,0xee, +0xd0,0x5b,0x00,0x2e,0x0e,0x00,0xff,0x17,0x6f,0xee,0xee,0x14,0xe5,0x46,0xe4,0x7a, +0x33,0x5e,0x4b,0xbb,0xbb,0xbb,0x96,0x00,0x2e,0x00,0x97,0x0c,0x20,0xd4,0x00,0x2e, +0x06,0xe1,0x04,0xe4,0xe0,0x00,0x4e,0x1d,0x20,0x00,0x47,0x70,0x1f,0xf9,0x8e,0x1a, +0x04,0x01,0xbf,0x50,0x13,0x10,0x1d,0x02,0x0b,0x1e,0x00,0x00,0xa8,0x39,0x10,0x4f, +0xc6,0x24,0x10,0xee,0xa8,0x1f,0x20,0xee,0xe1,0x44,0x39,0x11,0xe3,0xf8,0x01,0x31, +0xd4,0xf3,0xd3,0x47,0x2f,0xf2,0x05,0x1f,0x03,0xe6,0x00,0x00,0x2b,0xd3,0x01,0xf0, +0x03,0xeb,0x20,0x2f,0x90,0x00,0x1f,0x00,0x01,0x9f,0x20,0x3c,0x00,0x1f,0x10,0xc3, +0x14,0x04,0x05,0x95,0x25,0x22,0x11,0x2f,0x3d,0x08,0x23,0x01,0xf0,0x95,0x26,0x00, +0xdb,0x0b,0x12,0x3f,0x60,0x14,0x00,0x00,0x1c,0x13,0xe4,0x69,0x00,0x11,0xd4,0x89, +0x05,0xd1,0x1f,0x02,0xe7,0x00,0x00,0x2b,0xd2,0x01,0xf0,0x02,0xdc,0x30,0x2f,0x64, +0x3a,0x04,0x69,0x00,0x0e,0xd1,0x1b,0x02,0x0f,0x00,0x80,0x22,0x22,0x24,0xf4,0x22, +0x22,0x20,0x0e,0x73,0x5c,0x20,0xee,0xee,0x80,0x16,0x21,0xf8,0xb0,0x39,0x15,0x30, +0x1f,0x1e,0x40,0xa2,0x04,0x40,0x41,0xf1,0x5e,0x10,0xdf,0x26,0xe0,0x1f,0x10,0xac, +0x00,0x00,0x1b,0xb0,0x01,0xf1,0x00,0xcc,0x10,0x1e,0xb9,0x96,0x35,0x9d,0xbe,0x20, +0x50,0x12,0x23,0xf3,0x22,0x10,0x40,0x5a,0x00,0x12,0x03,0xe6,0x17,0x01,0x1e,0x06, +0x00,0x21,0x07,0x80,0xee,0xef,0xf4,0x00,0x00,0x06,0xed,0x90,0xd7,0x17,0x52,0x0a, +0xc2,0x0a,0xc5,0xd8,0xae,0x23,0xf0,0x08,0xfd,0x40,0x00,0x00,0x14,0x7a,0xfc,0x51, +0x7d,0xea,0x74,0x05,0xfb,0x72,0x03,0xe0,0x04,0x7b,0xc0,0x00,0x11,0x11,0x4e,0xef, +0x00,0x10,0x0d,0xc1,0x03,0x00,0xa6,0x46,0x30,0x70,0x3e,0x03,0x67,0x1a,0xa0,0xc8, +0x03,0xe0,0x2d,0x70,0x00,0x04,0xe7,0x00,0x3e,0x5a,0x31,0x44,0x13,0x00,0x9f,0xa0, +0xf4,0x42,0x02,0x4b,0x0f,0x21,0x03,0xe0,0xb3,0x13,0x02,0x60,0x19,0xf0,0x05,0xe1, +0x09,0xbd,0xfb,0xb2,0x00,0x01,0x1f,0x31,0x57,0xcc,0x7e,0x20,0x02,0xee,0xfe,0xe0, +0x0e,0x40,0xd2,0x30,0x30,0xf0,0x01,0x09,0xb0,0x0d,0x32,0x90,0x0a,0xfa,0x0d,0xb0, +0x33,0x9e,0xe5,0x00,0xdf,0xb9,0x20,0x5e,0x0a,0x30,0x67,0xe2,0x90,0x6d,0x0a,0x21, +0x1d,0x1e,0xdb,0x42,0x32,0x95,0x80,0xe1,0x08,0x37,0x21,0x0e,0x10,0x7c,0x0a,0x00, +0x94,0x0a,0x17,0x87,0x0f,0x00,0x04,0x01,0x00,0x10,0xf1,0xa8,0x36,0x00,0x4c,0x04, +0x40,0x07,0xe5,0x55,0x51,0xd0,0x20,0xf0,0x30,0xec,0xbb,0xbf,0x60,0x1e,0xef,0xea, +0xbf,0x90,0x08,0xd0,0x00,0x26,0xf4,0x4d,0x2d,0x55,0xf3,0x00,0x00,0x8f,0xc0,0x10, +0x2e,0xf4,0x00,0x00,0x0d,0xfb,0x60,0x1a,0xee,0x91,0x00,0x02,0xbf,0x3c,0x9f,0xa1, +0x1a,0xf9,0x20,0x96,0xf1,0xab,0x51,0x11,0x14,0xa4,0x2e,0x0f,0x10,0x5f,0xdd,0xdd, +0xf2,0x02,0x60,0xf1,0x05,0xa0,0x00,0x0e,0xfb,0x2a,0x11,0x5a,0xe9,0x15,0x10,0xf1, +0xd6,0x3b,0x00,0x0f,0x00,0x48,0x5b,0x22,0x22,0xe2,0xa5,0x0d,0x21,0x05,0x90,0x0f, +0x08,0x40,0x01,0xee,0x30,0x00,0xb2,0x66,0xf0,0x09,0xc8,0x4e,0x20,0x00,0x66,0xf6, +0x43,0xeb,0x00,0x5f,0x70,0x0b,0xbf,0xbc,0xfd,0xff,0xff,0xfd,0x80,0x05,0xf5,0x01, +0x00,0x69,0x8a,0x1d,0xf1,0x14,0xc2,0xad,0xde,0xfd,0xdd,0x00,0x0c,0xf5,0x8b,0x50, +0x69,0x00,0xf0,0x07,0x6f,0x10,0xb5,0x06,0x90,0x0f,0x01,0xd0,0xf0,0x0b,0xfe,0xff, +0xee,0xf0,0x15,0x0f,0x00,0x00,0x0d,0xe5,0x00,0x9e,0x2a,0x20,0xb4,0xe2,0x4b,0x00, +0xc5,0x4c,0xb0,0x06,0xf9,0x10,0x00,0xf0,0x8c,0x50,0x00,0x02,0xa7,0x71,0x00,0x13, +0x68,0xb1,0x1c,0x21,0x80,0xaf,0x68,0x02,0x10,0x68,0x51,0x26,0xf0,0x2e,0x50,0x01, +0xef,0xfd,0x00,0x02,0xd9,0x10,0x00,0x01,0x99,0x18,0xba,0x4b,0x8d,0xda,0x00,0x0c, +0xe0,0xb2,0xc4,0xb0,0x04,0xa0,0x01,0xfe,0x7b,0x0b,0x4b,0x76,0x86,0x00,0x5e,0x9c, +0xb0,0xb4,0xb1,0xdd,0x20,0x0c,0x98,0x1b,0x0b,0x4b,0x06,0xe0,0x03,0xc6,0x80,0xcd, +0xe4,0xb1,0xdc,0x60,0x14,0x68,0x04,0x02,0x6b,0xc5,0x1b,0x79,0x50,0x20,0xab,0x41, +0x5a,0x00,0x10,0x6b,0x5c,0x35,0x50,0x40,0x06,0x81,0x33,0x33,0x59,0x11,0x14,0xc3, +0x98,0x34,0xf0,0x48,0xfe,0xea,0xbe,0xff,0xb0,0x00,0xc3,0x0e,0x02,0xa0,0x0b,0x20, +0x01,0x4d,0x61,0xe0,0x2a,0x34,0xc2,0x00,0x4a,0xfb,0x5f,0xdd,0xa6,0x5c,0x10,0x00, +0x0f,0x50,0xe0,0x2a,0x83,0xe0,0x00,0x04,0xfe,0x0e,0x14,0xac,0x5e,0x44,0x00,0x8f, +0xb7,0xfc,0xc8,0xab,0xea,0xa0,0x0d,0xd4,0x2e,0x05,0x00,0x7e,0x00,0x03,0xbc,0x30, +0xe0,0x86,0x0c,0xf0,0x00,0x84,0xc3,0x0e,0x3c,0xd2,0xbd,0x00,0x01,0x0c,0x34,0xfc, +0x38,0xb4,0xd0,0x70,0x00,0xc3,0x57,0x00,0x4a,0x0d,0x0a,0x68,0x32,0x47,0x0c,0x10, +0xae,0xb0,0x4b,0x01,0x20,0x01,0xe0,0x75,0x06,0x50,0xf0,0x01,0x3e,0x11,0xe3,0x53, +0x08,0xf1,0x2d,0xac,0xfb,0xbf,0xcb,0x00,0x11,0xf2,0x12,0x5f,0x44,0xf6,0x30,0x1e, +0xff,0xfb,0x59,0xf8,0x8f,0x96,0x00,0x04,0xf0,0x28,0x9f,0x88,0xf9,0x82,0x00,0x9f, +0x71,0x44,0x49,0x94,0x44,0x10,0x0c,0xfb,0x37,0xed,0xee,0xde,0x70,0x04,0x8f,0x3a, +0x79,0x07,0x60,0x87,0x00,0xc2,0xf0,0x07,0xec,0xee,0xce,0x70,0x3a,0x0f,0x00,0x0f, +0x00,0x90,0x10,0xf0,0x7e,0xfd,0xdd,0xde,0xe6,0x00,0x0f,0x18,0x0d,0x10,0x87,0xc6, +0x86,0x46,0x80,0x02,0xee,0x40,0x59,0x0f,0x50,0x2e,0xef,0xee,0xfe,0xe6,0x0f,0x00, +0xf0,0x0f,0xb2,0x0e,0x00,0x00,0x11,0xf2,0x19,0xdf,0xdd,0xfd,0xd0,0x1e,0xff,0xfa, +0xb3,0xb4,0x2d,0x2e,0x00,0x04,0xf0,0x0b,0x1a,0x20,0xd0,0xe0,0x00,0x9f,0x70,0xad, +0x31,0x05,0xf0,0x64,0x0d,0xfc,0x42,0x55,0x55,0x55,0x40,0x06,0x8f,0x39,0x25,0x55, +0x55,0x53,0x00,0xd2,0xf0,0x3b,0xbb,0xbb,0xbb,0xb5,0x28,0x0f,0x00,0x27,0x2b,0xc2, +0x62,0x10,0x00,0xf0,0x07,0xb0,0xab,0x0d,0x60,0x00,0x0f,0x06,0xd1,0x0a,0xb0,0x1e, +0x30,0x00,0xf0,0x21,0x2e,0xe7,0x00,0x30,0x00,0x67,0x00,0x43,0x39,0x03,0x40,0x00, +0x06,0x70,0x0b,0x13,0xc0,0xa3,0x00,0x00,0x67,0x04,0x84,0x5c,0x2a,0x48,0x01,0xee, +0xfa,0xda,0xd3,0xda,0xdf,0x20,0x02,0xb9,0x14,0x98,0x1e,0x06,0x85,0x00,0x0e,0xa0, +0x3a,0x66,0xe3,0xd5,0xd0,0x02,0xff,0x3c,0xda,0xbd,0x7c,0x79,0x20,0x6c,0x9a,0x0b, +0x11,0xb4,0x5d,0x10,0x0c,0x77,0x1e,0x78,0x3d,0xf8,0x17,0x23,0xa6,0x70,0x0f,0x20, +0x4a,0x0a,0x20,0x13,0x67,0x04,0xed,0x40,0xe8,0xa0,0x00,0x06,0x70,0x96,0x2b,0x0c, +0xd0,0x22,0x00,0x67,0x5d,0x00,0x4c,0xbe,0x58,0x60,0x06,0x7b,0x10,0x2b,0x30,0x3c, +0xe1,0x27,0x34,0x17,0xa0,0xee,0x05,0x03,0x0f,0x00,0x22,0x01,0x70,0x0f,0x00,0x11, +0x2f,0x0f,0x00,0x00,0xb8,0x05,0x40,0x8c,0x44,0x44,0x20,0x0f,0x00,0x30,0xec,0xcc, +0xc6,0x0f,0x00,0x0b,0x1e,0x00,0x1e,0x8a,0x0f,0x00,0x21,0x2e,0xef,0x1a,0x1d,0x31, +0x20,0x22,0x22,0xd4,0x35,0x11,0x02,0x19,0x1e,0x40,0x32,0x00,0x8d,0xdd,0x97,0x27, +0x15,0x90,0x0b,0x5a,0x02,0x17,0x23,0x21,0x00,0x1d,0x0f,0x00,0x00,0xdd,0x04,0x10, +0xa8,0xc5,0x09,0x10,0x1f,0xca,0x4d,0x10,0xe1,0x0f,0x00,0x12,0xa7,0x46,0x05,0x04, +0x1e,0x00,0x07,0x0f,0x00,0x83,0x02,0xcd,0xfc,0xcc,0xfe,0xcc,0xcc,0xc2,0x95,0x40, +0x02,0x06,0x05,0x10,0x06,0x07,0x0b,0x70,0xfa,0x01,0xf1,0xad,0x20,0x00,0x4c,0x20, +0x02,0x10,0x41,0xed,0x12,0xe0,0x46,0xfb,0xdf,0xb0,0x00,0xcf,0xfe,0x6c,0xaf,0x62, +0x00,0x00,0x1e,0x12,0xac,0x27,0xf0,0x09,0x30,0x08,0x90,0x4c,0x01,0x4d,0xcd,0xfc, +0x21,0xf6,0x47,0x99,0xfb,0xda,0x20,0x20,0x07,0x3d,0xf3,0x00,0x06,0xa0,0x4e,0x10, +0x16,0x0b,0x31,0x3d,0x4e,0x30,0x1d,0x34,0x20,0xfe,0x30,0xbf,0x1c,0xd0,0x04,0xdf, +0x90,0x32,0x06,0xf3,0x01,0x7d,0xd5,0x2e,0x59,0x60,0xc3,0xa5,0x1c,0x17,0x5e,0x4b, +0x0f,0x28,0x63,0x00,0x7b,0x48,0x12,0x0c,0x3f,0x1e,0x22,0x0b,0xc0,0x9c,0x0a,0x12, +0xd5,0xef,0x3e,0x60,0x11,0x6b,0x00,0x88,0x00,0x98,0xdb,0x25,0xf2,0x09,0x09,0x60, +0x09,0x70,0x00,0x44,0xb9,0x44,0xc8,0x44,0xb9,0x42,0x0b,0xbf,0xcb,0xbf,0xcb,0xbe, +0xdb,0x60,0x00,0xf1,0x00,0xf1,0x6d,0x16,0x01,0x68,0x3c,0x15,0x06,0x83,0x21,0x04, +0xd7,0x4c,0x39,0x0c,0xde,0x40,0x23,0x2e,0x02,0x69,0x1d,0x2f,0x0f,0x20,0x07,0x00, +0x02,0x21,0x0a,0x60,0x07,0x00,0xe2,0xaf,0x50,0x0f,0xff,0xfd,0x0f,0x5d,0xd2,0x00, +0x0f,0x42,0x21,0x0f,0xf8,0x1c,0x00,0x1b,0x40,0x31,0x00,0x12,0x60,0x07,0x00,0xf5, +0x07,0xf0,0x0f,0x20,0x58,0x0f,0x20,0x02,0xe0,0x1f,0xbf,0xd7,0x0e,0x61,0x17,0xc0, +0x7e,0x93,0x00,0x08,0xff,0xfe,0x40,0x6e,0x00,0x03,0xa3,0x01,0x15,0x8c,0xc7,0x44, +0x00,0x0b,0x2c,0x03,0x7d,0x75,0x20,0x08,0xf3,0xb6,0x08,0x24,0x70,0x02,0x36,0x0b, +0x15,0xde,0xf1,0x44,0x10,0x38,0xc2,0x05,0x50,0x3e,0x60,0x0d,0x60,0x1f,0x26,0x1f, +0x31,0xcb,0xa0,0x01,0x8f,0x26,0x11,0xf7,0x7e,0x00,0xf5,0x06,0x2c,0xb5,0xf9,0x00, +0xc5,0x28,0x01,0x8f,0x80,0x02,0xe8,0x07,0xc6,0x80,0xab,0x20,0x00,0x02,0x10,0x0a, +0xe3,0x5f,0x40,0x12,0x81,0x29,0x1b,0x21,0x3d,0xe4,0x6e,0x35,0x00,0x2f,0x29,0x22, +0x0e,0x20,0xe9,0x03,0x20,0xe3,0x4a,0x4c,0x37,0xa0,0xf0,0x2f,0xfd,0xac,0x01,0xdc, +0x30,0x1f,0xce,0xf4,0x7e,0x10,0xf0,0x18,0x7f,0xf5,0x0e,0x20,0x4c,0x00,0x00,0x03, +0x2f,0x00,0xe2,0x05,0xb0,0x00,0x03,0x30,0xf0,0x0e,0x20,0x7a,0x00,0x00,0xc6,0x0f, +0x00,0xe4,0xff,0x40,0x00,0x4e,0x00,0xf0,0x05,0x00,0x05,0x10,0x0d,0x60,0x0f,0x69, +0x66,0x20,0x06,0xd0,0x4c,0x43,0xb2,0x1e,0x30,0x75,0x00,0x07,0xef,0xff,0xff,0xa0, +0x02,0x91,0x41,0x0a,0x00,0x71,0x59,0x11,0xf0,0x07,0x1b,0x03,0xe3,0x03,0x01,0x3e, +0x1b,0x10,0x02,0x60,0x13,0x52,0x21,0x10,0x01,0xeb,0x20,0x1e,0x00,0x22,0x8d,0x01, +0xbb,0x27,0x01,0x0e,0x1d,0x10,0xf0,0xc1,0x0b,0x12,0xd7,0x31,0x03,0x30,0x5e,0x01, +0x30,0x7a,0x20,0x60,0x0d,0x50,0x2e,0x20,0x00,0x0a,0xaf,0x1f,0xe0,0x7d,0x00,0x04, +0xf1,0x05,0xfc,0xcd,0xfe,0xe6,0x00,0x77,0x00,0x49,0x64,0x89,0x38,0x03,0xb6,0x01, +0x22,0x04,0x60,0xbf,0x1e,0x22,0x5f,0xa0,0xbf,0x1e,0x40,0x3e,0x42,0x22,0x5e,0xe9, +0x02,0xf0,0x0d,0x10,0xde,0xde,0xfd,0xde,0xe0,0x02,0x00,0x0d,0x30,0x2e,0x00,0x88, +0x03,0xdb,0x20,0xd3,0x02,0xe0,0x08,0x10,0x00,0x65,0x0d,0xfe,0xff,0xee,0xe0,0x73, +0x23,0xf0,0x37,0xe1,0x00,0x7a,0x00,0x00,0x07,0x0f,0x0b,0x60,0x0e,0x40,0x00,0x05, +0xd1,0xe0,0x2e,0x28,0xb0,0x00,0x00,0xc6,0x4c,0x00,0x6e,0xe1,0x00,0x00,0x5e,0x09, +0x70,0x08,0xfe,0x50,0x00,0x0d,0x62,0xf3,0x6d,0xb1,0x5e,0xb5,0x00,0x70,0x47,0x4c, +0x50,0x00,0x17,0xc1,0x02,0x80,0x00,0x20,0x0e,0x20,0x13,0x02,0xcd,0x15,0xd0,0x0e, +0x20,0x7b,0x00,0x0a,0x70,0xd6,0x0e,0x20,0xe4,0x39,0x21,0xd1,0x0e,0x27,0xb0,0x01, +0x00,0x00,0x22,0x1e,0x31,0x20,0x0d,0xb2,0x02,0x28,0x0e,0x12,0x7b,0xdf,0x10,0x01, +0x73,0x2c,0xb1,0xf6,0x00,0x04,0x22,0xe1,0x11,0x11,0xb6,0x00,0x0d,0x52,0x15,0x00, +0x10,0x5d,0xba,0x09,0x31,0xf6,0x00,0xd6,0x23,0x00,0x70,0x07,0xd0,0x02,0xe0,0x00, +0x12,0xc6,0x47,0x1e,0x25,0x00,0x9e,0xd6,0x25,0x10,0x2b,0x35,0x37,0xa0,0x5c,0x10, +0x01,0xbe,0x30,0x00,0x00,0xb4,0x7d,0x00,0xec,0x26,0x10,0x0b,0x93,0x6b,0x10,0x2f, +0xa3,0x1e,0x40,0x50,0x20,0x02,0xd0,0x00,0x6d,0xb0,0x0b,0xd4,0x2d,0x7d,0xdd,0x87, +0x0b,0x00,0x05,0x82,0xd0,0xd8,0x52,0xf7,0x26,0x00,0x00,0x3c,0x6e,0xde,0x5b,0xa7, +0x00,0x00,0x74,0xb6,0x50,0xc2,0xde,0x10,0x00,0x5c,0x5a,0x65,0x0c,0x0f,0x90,0x00, +0x0b,0x67,0x86,0xed,0xf2,0xf4,0x03,0x02,0xf1,0xb4,0x65,0x01,0xdd,0x82,0xb0,0xa9, +0x2e,0x00,0x04,0xd5,0x3e,0x97,0x05,0x25,0x70,0x00,0x93,0x00,0x8e,0x20,0x9c,0x64, +0x01,0x0c,0x42,0x20,0xd4,0x5f,0x3d,0x2f,0x41,0x00,0x05,0x75,0xb0,0x4c,0x01,0x00, +0x03,0x0b,0xd1,0xce,0x00,0x04,0x00,0x05,0xc2,0x22,0x25,0xe0,0x01,0xed,0x30,0x5b, +0x6a,0x01,0x21,0x8c,0x04,0x74,0x26,0x05,0xa3,0x0e,0x21,0x1b,0xee,0x1d,0x27,0xf2, +0x08,0xc5,0xc3,0x58,0x0e,0x0a,0x60,0x00,0x4d,0x0c,0x35,0x80,0xd0,0xa6,0x00,0x0c, +0x60,0xc3,0x58,0x0d,0x0a,0x60,0x05,0xd0,0x0f,0x00,0x24,0xb5,0x1f,0x41,0x0f,0x02, +0x8e,0x02,0x03,0xdd,0x0b,0x31,0x4e,0x90,0xef,0x22,0x16,0x32,0x1c,0x3e,0x30,0x1a, +0x0b,0x11,0xe2,0x7c,0x5f,0xb0,0x00,0x0e,0x2e,0xdd,0xdd,0xed,0x02,0xe9,0x10,0xf2, +0xe1,0x96,0x11,0x60,0x97,0x0f,0x2e,0xdc,0xcc,0xdd,0x37,0x09,0x01,0x0f,0x00,0x30, +0x04,0x2f,0x0e,0x05,0x06,0xf1,0x14,0x04,0xe4,0xd0,0x10,0x2e,0x02,0x00,0x00,0xb7, +0x89,0x0c,0x62,0xe0,0xb6,0x00,0x3f,0x1d,0x46,0xd0,0x2e,0x02,0xe0,0x0b,0x85,0xd1, +0xd2,0x02,0xe0,0x08,0x30,0x71,0x65,0x00,0x0c,0xfa,0xda,0x00,0x20,0x54,0x04,0x12, +0x05,0x40,0xe5,0x1f,0x31,0xe3,0x79,0x00,0xa0,0x3b,0xfd,0xdf,0xed,0xd7,0x01,0xc7, +0x1b,0xf7,0x00,0x4c,0x22,0xa1,0xa7,0x9b,0xec,0xcf,0xdc,0xc0,0x00,0x00,0x11,0x97, +0x3b,0x0d,0x91,0x0c,0x59,0xec,0xcf,0xdc,0xc1,0x00,0x0b,0xa0,0x0f,0x00,0x40,0x0a, +0xc0,0x09,0xff,0x2c,0x3b,0x53,0x31,0x00,0x22,0xf0,0x00,0xad,0x2f,0x01,0x60,0x73, +0x00,0x9a,0x43,0x0d,0x91,0x0a,0x11,0x10,0xc8,0x63,0x32,0x00,0x1e,0x91,0x63,0x23, +0x20,0x1a,0x7f,0x66,0x0e,0x11,0x50,0x23,0x73,0x50,0x00,0xb5,0x02,0x00,0x06,0x25, +0x01,0x23,0x20,0xcc,0x76,0x3c,0x60,0x54,0x08,0xdd,0xef,0xdd,0xda,0x19,0x21,0xe2, +0x02,0xe0,0x04,0xb0,0x00,0x07,0x19,0xed,0xdf,0xdd,0xeb,0x00,0x01,0xf1,0x0f,0x00, +0x60,0x8a,0x09,0xdc,0xcf,0xcc,0xdb,0xf9,0x63,0xf2,0x06,0xa4,0x15,0xb3,0x10,0x08, +0xc0,0x28,0xe7,0x00,0x07,0xe8,0x00,0x23,0x06,0x91,0x00,0x00,0x01,0xa2,0x06,0x70, +0x11,0x19,0xc1,0x3c,0xd2,0x6e,0xcd,0xec,0xce,0x00,0x00,0x08,0x26,0x80,0x5b,0x65, +0x00,0x41,0x6e,0xde,0xfd,0xde,0xa6,0x2a,0x10,0x6b,0x7c,0x46,0x11,0x19,0xa6,0x0c, +0x60,0x01,0xa7,0x03,0x66,0x66,0x66,0x76,0x0e,0xf6,0x23,0x89,0x33,0x33,0x3f,0x10, +0x00,0x04,0x08,0xda,0xaa,0xaa,0xf1,0x00,0x01,0xf2,0x8b,0x77,0x77,0x7f,0x10,0x00, +0x9a,0x08,0x93,0x33,0x33,0xf1,0x00,0x2f,0x20,0x6b,0xdb,0xbd,0xbc,0x00,0x0b,0x90, +0x02,0xad,0x20,0x7d,0x60,0x00,0xa1,0x0b,0xc6,0x00,0x00,0x1a,0xc0,0xe1,0x01,0x18, +0x60,0x8f,0x65,0x22,0x00,0x7f,0x6c,0x40,0xf1,0x18,0x6f,0xf0,0x69,0x0b,0x40,0xf1, +0x00,0x1e,0x5f,0x06,0x80,0xb3,0x0f,0x00,0x00,0x12,0xf1,0x79,0x1b,0x51,0xf2,0x00, +0x09,0xef,0xef,0xfe,0xff,0xef,0xe9,0x00,0x00,0xf0,0x68,0x0b,0x30,0xf0,0x00,0x00, +0x0f,0x1e,0x00,0x13,0x01,0x00,0x27,0x00,0xd3,0x3f,0xf0,0x0b,0x01,0x02,0x30,0x00, +0x0d,0x60,0xb4,0x09,0x70,0x5e,0x10,0x06,0xd0,0x09,0x70,0x4e,0x00,0xaa,0x00,0xc2, +0x00,0x66,0x00,0xb1,0x01,0xd1,0x1b,0x01,0x31,0x1f,0x02,0x10,0xed,0x10,0x50,0xf0, +0x8a,0x00,0x09,0x12,0x15,0x21,0x30,0xd5,0x00,0x9b,0x0f,0x00,0x50,0x05,0x80,0x00, +0xe8,0xe1,0xd5,0x0b,0x32,0x00,0x04,0x6e,0x1f,0x0d,0x22,0x02,0xe0,0xd9,0x3b,0x12, +0x7e,0x0f,0x58,0xf0,0x06,0x8e,0xe0,0x00,0xb9,0xe0,0x00,0x00,0xbc,0x3e,0x00,0x1f, +0x2b,0x70,0x00,0x1a,0x02,0xe0,0x0a,0xb0,0x3e,0x10,0xf3,0x42,0x30,0xf2,0x00,0xab, +0x69,0x32,0x83,0xf6,0x00,0x00,0xdc,0x10,0x00,0x2e,0x97,0xe3,0x58,0x26,0x15,0x00, +0x7b,0x0b,0x13,0x0d,0xca,0x0e,0xc0,0x13,0x00,0x0c,0x40,0x60,0x05,0x00,0x03,0xd9, +0x1b,0xc6,0xc8,0x94,0x17,0x50,0x81,0xa8,0xf8,0x05,0x70,0xe2,0x44,0xf4,0x04,0xb7, +0x68,0x66,0x00,0x00,0x7d,0xa6,0xdd,0xac,0xf5,0xac,0x20,0x07,0x20,0x26,0x5a,0x23, +0x60,0x67,0xc5,0x0b,0x03,0x15,0x02,0x1b,0x20,0x2e,0x0c,0x06,0x0f,0x00,0x00,0x5c, +0x0f,0x50,0x01,0xff,0xff,0xf4,0xfd,0xfb,0x46,0x31,0x0f,0x10,0x3d,0x7a,0x0f,0xf1, +0x0a,0xf0,0x03,0xfa,0xaa,0xab,0xc0,0x00,0x0f,0x00,0x3e,0x33,0x33,0x6c,0x00,0x89, +0xf9,0x83,0xd0,0x00,0x03,0xc0,0x07,0x8f,0x87,0x3f,0x77,0x1f,0x00,0x0a,0x70,0x10, +0x03,0x1e,0x00,0x11,0x3f,0xed,0x3f,0xf5,0x14,0xf8,0xc3,0x1f,0x43,0xe1,0x10,0x2a, +0xee,0x94,0x02,0xf0,0x2e,0x00,0x01,0x83,0x00,0x00,0xa9,0x02,0xe0,0x26,0x00,0x00, +0x02,0xad,0x10,0x2e,0x05,0xa0,0x00,0x03,0xf9,0x10,0x00,0xdf,0xec,0x53,0x40,0x0b, +0xbb,0xb6,0xaf,0x7a,0x18,0x60,0x47,0xe4,0x2a,0x60,0x2c,0x02,0x78,0x2b,0x30,0xa6, +0x02,0xc0,0x78,0x2b,0x81,0x0a,0xfe,0xef,0xee,0xe0,0x02,0x5d,0x21,0x0f,0x00,0x51, +0xdf,0xfe,0x5a,0x70,0x3c,0x1e,0x00,0x10,0x9e,0xb4,0x41,0x00,0x88,0x44,0x11,0x3d, +0x6b,0x18,0xf0,0x00,0x23,0x36,0xe3,0x33,0x00,0x03,0xe7,0x6a,0xcc,0xdf,0xcc,0xc1, +0x07,0xdf,0xb4,0x1a,0x00,0x33,0x01,0xc6,0x10,0xb4,0x49,0x12,0x0f,0x75,0x07,0x11, +0x05,0x12,0x13,0x00,0x80,0x23,0x12,0xf1,0xa6,0x44,0x01,0x0f,0x00,0xe0,0x08,0xfd, +0xde,0xfe,0xdd,0xdd,0x60,0x01,0xe6,0x33,0x3f,0x43,0x33,0x31,0x95,0x73,0x01,0x53, +0x44,0x13,0x20,0x5e,0x18,0x53,0x11,0x12,0xf3,0x11,0x11,0x3b,0x02,0x18,0xd0,0xee, +0x3c,0x06,0x7a,0x19,0x00,0x2a,0x01,0x44,0x1f,0x21,0x11,0x11,0x2c,0x21,0x03,0x61, +0x23,0x20,0x00,0xdd,0x68,0x3b,0x30,0xf1,0x00,0xd3,0x7a,0x04,0x00,0xe2,0x7e,0x10, +0x3f,0x07,0x00,0x01,0x3c,0x23,0x05,0x0e,0x00,0x12,0xe3,0x1c,0x00,0x81,0xf6,0x44, +0x6f,0x44,0x44,0xf1,0x00,0xfc,0x31,0x00,0x02,0xf6,0x31,0x31,0xf1,0x08,0xa0,0x07, +0x00,0x20,0x1e,0x40,0x55,0x02,0x74,0xf1,0x6a,0x00,0x00,0x2e,0x09,0xff,0xe5,0x0a, +0x14,0xcf,0xbb,0x01,0x08,0x05,0x08,0x00,0xdb,0x04,0xf5,0x04,0x10,0xc4,0x1d,0x01, +0xe0,0x1e,0x0e,0x2c,0x41,0xd0,0x1e,0x01,0xe0,0xe2,0xc4,0x1f,0xee,0xfe,0xee,0x0d, +0x00,0x03,0x1a,0x00,0x00,0xc8,0x00,0x21,0xe2,0xc4,0xf1,0x1a,0x30,0x2c,0xed,0xdd, +0xd7,0x23,0x01,0x8c,0x09,0x21,0x2e,0x20,0x6c,0x36,0x20,0x7a,0x40,0x9a,0x0d,0x30, +0xfb,0x97,0x51,0x25,0x59,0x11,0x1f,0x6f,0x08,0xf0,0x32,0x6d,0x01,0xf0,0x0d,0x60, +0x00,0x03,0x33,0xe5,0x4f,0x37,0xe3,0x33,0x00,0xcc,0xcc,0xef,0xff,0xec,0xcc,0xc0, +0x00,0x02,0xac,0x3f,0x2c,0xa2,0x00,0x00,0x5b,0xd6,0x01,0xc0,0x06,0xdc,0x71,0x0a, +0x9d,0xcc,0xcc,0xcc,0xcd,0xa9,0x00,0x03,0xd1,0x12,0xf1,0x11,0xc5,0x00,0x00,0x3f, +0xaa,0xaf,0xaa,0xae,0x50,0x00,0x03,0xe2,0x23,0xf2,0x22,0xc5,0xa0,0x01,0x10,0x1f, +0x5c,0x28,0x10,0x03,0xa6,0x11,0x11,0xe5,0xbe,0x02,0xf1,0x1c,0x40,0x03,0x00,0x00, +0x6e,0xee,0xfe,0x2f,0x17,0xc1,0x00,0x00,0x20,0x0b,0x80,0x9e,0xa0,0x15,0x00,0x2e, +0x56,0xe1,0x01,0xe5,0x2d,0x60,0x00,0x2d,0xf7,0x22,0x26,0xfd,0x40,0x00,0x05,0xe7, +0xcc,0xcc,0xc7,0xf7,0x00,0x2a,0xe3,0x7c,0x4e,0x81,0x22,0x70,0xdf,0xee,0xee,0xef, +0xa0,0x60,0xba,0x1f,0x10,0x8a,0xa0,0x30,0x30,0x22,0x22,0x29,0xce,0x7e,0x42,0xcc, +0xbb,0xbc,0xc7,0xa1,0x3d,0x12,0x99,0x75,0x1a,0x25,0x1e,0x10,0x5c,0x0f,0x00,0xb3, +0x27,0x21,0x00,0x81,0xbc,0x36,0x20,0x07,0xc0,0xc7,0x15,0x00,0x88,0x31,0x01,0x9f, +0x32,0x00,0xc0,0x07,0x00,0x73,0x0a,0x13,0x80,0xb3,0x25,0x11,0x0e,0x41,0x25,0x14, +0xed,0x36,0x59,0xf0,0x01,0x0c,0xfe,0xdd,0xdd,0xdf,0x90,0x00,0xbd,0xf6,0x55,0x55, +0x5b,0x90,0x2d,0xb0,0xe6,0x07,0x00,0x71,0x17,0x00,0xeb,0xbb,0xbb,0xbd,0x90,0x84, +0x08,0x00,0x8e,0x38,0x54,0xed,0xcc,0xcc,0xce,0x80,0x10,0x09,0x30,0x77,0x77,0x60, +0x7c,0x25,0xf0,0x2b,0x08,0xbd,0x87,0xde,0xff,0xfe,0xef,0x00,0x08,0x90,0x0d,0x08, +0xc4,0x30,0xf0,0x00,0xb5,0x00,0x72,0xf2,0x6b,0x07,0x00,0x0f,0x20,0x01,0xcf,0xcc, +0xfc,0x80,0x04,0xfe,0xfa,0xcf,0x53,0x6d,0x32,0x00,0xaf,0x06,0xca,0xe3,0x25,0xc2, +0x10,0x2f,0xf0,0x69,0x0e,0xcb,0xcf,0xb6,0x02,0x6f,0x06,0x90,0xe1,0x03,0x0f,0x23, +0x83,0x69,0x0e,0xed,0xef,0xd7,0x00,0x0f,0xde,0x0f,0x00,0x50,0x00,0x0e,0xba,0xce, +0xaa,0x37,0x54,0x10,0xe6,0x4d,0x02,0x10,0x23,0x2a,0x0b,0x03,0x05,0x41,0x1c,0xea, +0x54,0x21,0x04,0xd2,0x12,0x31,0x22,0x22,0x23,0x19,0x1c,0x50,0x02,0x10,0x1f,0x10, +0x12,0x99,0x3c,0x40,0x01,0xf1,0x07,0xd0,0x16,0x26,0xe0,0x1f,0x10,0x0c,0x80,0x00, +0x2f,0x40,0x01,0xf1,0x00,0x3f,0x20,0x1e,0x80,0xea,0x03,0x61,0xb9,0x00,0x60,0x01, +0x24,0xf1,0xa6,0x15,0x01,0xc3,0x72,0x01,0xb0,0x57,0x01,0x7b,0x23,0x20,0xfe,0x92, +0x79,0x02,0x70,0x06,0x6b,0x80,0x00,0x02,0xe0,0x20,0xab,0x26,0xf0,0x01,0x69,0x2e, +0x0c,0x50,0x02,0x2a,0x92,0x1a,0x72,0xe0,0x5c,0x01,0xee,0xff,0xe8,0xd3,0x18,0x3c, +0xf2,0x11,0x1f,0xc0,0x3e,0x02,0xe0,0x09,0x70,0x08,0xec,0xc4,0x60,0x2e,0x01,0x40, +0x02,0xd9,0x87,0x30,0x02,0xe0,0x9a,0x00,0xd5,0x98,0x00,0x00,0x03,0x3f,0x20,0x1a, +0x09,0x80,0x6c,0x58,0x12,0x98,0x30,0x6e,0x50,0x09,0x80,0x59,0xec,0x30,0xb0,0x64, +0x21,0x1d,0x94,0x69,0x00,0x30,0x56,0x01,0xa0,0x40,0x0a,0x30,0xfc,0x60,0x4d,0xda, +0x10,0x31,0x3d,0x30,0x08,0xda,0x2b,0xd0,0xc3,0x00,0xd6,0x6f,0x36,0xe0,0x01,0x1d, +0x41,0x4d,0x02,0xe0,0x88,0xa4,0x34,0xf1,0x17,0x60,0x2e,0x05,0x20,0x00,0x3f,0x50, +0x53,0x52,0xe1,0x80,0x00,0x0a,0xfe,0x30,0x97,0x2e,0x0e,0x20,0x02,0xcd,0x5d,0x0d, +0x32,0xe0,0x98,0x00,0xc4,0xc3,0x14,0xd0,0x2e,0x04,0xd0,0x4a,0x0c,0x30,0xc6,0xb8, +0x49,0x60,0xc3,0x06,0x00,0x2e,0x00,0x50,0x0b,0x0e,0x12,0x24,0x1b,0x43,0x22,0x0b, +0xd8,0xd5,0x5f,0x00,0x2b,0x51,0x30,0x47,0xbf,0x70,0x4a,0x56,0x41,0x09,0x8f,0x20, +0x04,0xa8,0x10,0xf0,0x05,0xf1,0x0a,0xd4,0x00,0x9b,0x00,0x01,0x1f,0x21,0x71,0xd7, +0x8b,0x10,0x03,0xff,0xff,0xe0,0x06,0xf8,0x00,0xe0,0x7c,0xf0,0x01,0xad,0x82,0xd4, +0x00,0x00,0x0c,0xfc,0x31,0x00,0xbf,0xee,0xe2,0x04,0x9f,0x3a,0x03,0x87,0x69,0xf0, +0x02,0xd2,0xf1,0x09,0xd6,0x60,0x1e,0x30,0x4a,0x0f,0x10,0x20,0x1c,0xbd,0x60,0x00, +0x10,0xf1,0xdf,0x68,0x00,0xfe,0x03,0x30,0x27,0xdb,0x20,0xfe,0x03,0x2a,0x4e,0x93, +0x88,0x56,0x15,0x80,0x9f,0x5e,0x11,0xde,0x2b,0x12,0x20,0xde,0x31,0xa0,0x14,0xf1, +0x07,0x4e,0xe2,0x02,0xc2,0x04,0xb3,0x03,0xe5,0x16,0xe6,0x00,0x07,0xfa,0x20,0x4d, +0xd3,0x00,0x00,0x01,0xaf,0x64,0x61,0x65,0x5a,0x14,0x05,0x5e,0x08,0x16,0x3f,0x7c, +0x2d,0x08,0x0d,0x00,0x15,0x0e,0xd6,0x59,0x26,0x37,0x00,0x85,0x68,0x04,0x96,0x2a, +0xe0,0xc5,0x00,0x51,0x00,0x40,0x06,0xb0,0x0a,0x40,0xab,0x10,0x2c,0xb2,0x49,0x6c, +0x07,0x30,0x10,0x06,0xe7,0x05,0x38,0x41,0x1f,0x0b,0x42,0x60,0x9f,0x67,0x43,0x1d, +0x20,0x00,0x1f,0xdf,0x34,0x41,0x11,0x11,0x1e,0xcb,0xff,0x07,0x31,0x08,0xd0,0xd5, +0xac,0x0b,0x30,0xe2,0x02,0xe7,0x96,0x2a,0x71,0xc2,0x00,0x02,0xce,0x83,0x00,0xba, +0x52,0x2e,0x32,0xc0,0x00,0x46,0x95,0x7b,0x50,0x04,0xe0,0x0a,0x40,0xba,0x64,0x20, +0xf0,0x02,0x30,0xa4,0x0b,0xa0,0x2e,0x00,0xaa,0xba,0x9a,0x50,0xba,0x02,0xe0,0x07, +0x77,0x76,0x9e,0x28,0x03,0x12,0x63,0x3e,0x5a,0x30,0x06,0x70,0xb7,0xd0,0x0d,0xc0, +0x50,0x4a,0x0d,0x10,0x00,0xf7,0x00,0x00,0x02,0xc0,0xd0,0xcf,0x69,0x00,0xf0,0x03, +0x0d,0x1a,0x0c,0x1a,0x30,0xe0,0xe1,0x00,0x45,0xca,0xc1,0xa3,0x0e,0x0e,0x10,0xae, +0xea,0x6c,0x0f,0x00,0x70,0x06,0x20,0x00,0xc1,0xa3,0x0e,0x0f,0x6c,0x12,0x48,0x19, +0x30,0xba,0xd0,0x00,0x22,0x20,0x04,0x00,0x21,0x47,0x02,0x40,0x6f,0xf0,0x08,0xcd, +0xfd,0xc8,0xdd,0xfe,0xcc,0x20,0x9b,0x09,0x70,0x8c,0x04,0xd0,0x00,0x09,0x31,0x47, +0x28,0x41,0x18,0x30,0x00,0x0c,0x34,0x15,0x11,0xdf,0xe8,0x0d,0x00,0xb6,0x08,0x13, +0x08,0xa6,0x13,0x12,0xa6,0xca,0x08,0x11,0x0d,0x0e,0x16,0x10,0x60,0xb0,0x64,0x01, +0xa3,0x35,0x21,0x09,0xb2,0x5e,0x3a,0xe6,0x4c,0x80,0x1f,0x02,0x46,0xf0,0x00,0x7a, +0x20,0x01,0xf0,0x2b,0xb5,0x00,0xef,0x5a,0x02,0x45,0x07,0x21,0x09,0xa0,0xe4,0x3c, +0xf1,0x06,0x02,0xff,0xfe,0xe6,0xef,0xff,0xff,0x11,0xd7,0x1f,0x20,0xa9,0x08,0xa0, +0x00,0x28,0x00,0x64,0x3d,0x20,0x09,0xbe,0x12,0x20,0xad,0x40,0x97,0x00,0xf0,0x07, +0xbd,0x20,0x3c,0xc5,0x00,0x00,0x5c,0xed,0xdc,0xcc,0xdd,0xce,0x92,0x2c,0x60,0x01, +0x11,0x11,0x00,0x28,0x10,0x00,0x88,0x4a,0x93,0xb0,0x00,0x00,0x0e,0x53,0x33,0x33, +0x5e,0x00,0xc1,0x27,0x05,0x0f,0x00,0x00,0x1c,0x04,0x21,0xcc,0xd0,0x47,0x50,0x10, +0x22,0xdb,0x06,0xf1,0x07,0xa3,0x33,0x1d,0x93,0x33,0x30,0x05,0xec,0xfb,0xbb,0xeb, +0xfc,0xbb,0x02,0xe3,0x0d,0x12,0xd1,0x07,0x90,0x00,0x01,0x31,0x37,0x82,0x90,0x00, +0x04,0xe6,0x66,0x66,0x66,0xb9,0x22,0x37,0x40,0x3a,0x90,0x00,0x04,0xe1,0x15,0xf1, +0x01,0xd9,0x00,0x00,0x4d,0x11,0x11,0x11,0x19,0x90,0x00,0x02,0x9b,0xe9,0x99,0xce, +0x95,0xd8,0x2c,0x40,0x16,0xc1,0x11,0x01,0x77,0x15,0x61,0xef,0xdd,0xd2,0x00,0x18, +0xe2,0xec,0x15,0x22,0x7d,0x71,0x52,0x09,0x07,0x31,0x5b,0x10,0x04,0xda,0x00,0xf0, +0x0f,0xa1,0x11,0x04,0xe1,0x11,0x10,0x02,0xfb,0xfc,0xb5,0xbc,0xde,0xbb,0x30,0xc7, +0x07,0x90,0x7a,0x01,0xe2,0x00,0x03,0x65,0x66,0x6e,0x85,0x57,0x65,0x00,0x3e,0xa2, +0x21,0x40,0x68,0xe0,0x03,0xd7,0x0d,0x26,0xf0,0x00,0x4e,0x00,0x01,0x99,0x11,0x11, +0x11,0xf1,0x10,0x00,0x09,0xda,0xaa,0xaa,0xaf,0x2c,0x2e,0x02,0xd1,0x15,0x80,0x09, +0xeb,0xbb,0xbb,0xbb,0xa0,0x00,0x00,0x1e,0x00,0x12,0x5d,0xaa,0x2a,0x00,0xb9,0x0c, +0x10,0x9e,0x32,0x06,0x01,0x69,0x00,0x20,0x23,0x00,0x68,0x01,0xf0,0x27,0x22,0x1c, +0xa2,0x22,0x21,0x05,0xfd,0xfc,0xcc,0xec,0xfd,0xcc,0x61,0xc3,0x1d,0x03,0xa1,0x06, +0x90,0x00,0x05,0x67,0xe6,0x64,0x59,0x99,0x98,0x00,0x66,0x7e,0x66,0x49,0xa5,0x57, +0xe0,0x06,0xbc,0xfb,0xb4,0x97,0x00,0x2e,0x00,0x85,0x1d,0x08,0x59,0x70,0x02,0xe0, +0x08,0xdc,0xfc,0xe5,0x0f,0x00,0xf0,0x0c,0x87,0x4e,0x3a,0x59,0x70,0xde,0xb0,0x04, +0x88,0xf8,0x83,0x97,0x02,0x20,0x01,0xaa,0xbf,0xaa,0x99,0x70,0x00,0x59,0x03,0x34, +0xe3,0x32,0x98,0x9f,0x0f,0x10,0x1d,0xfa,0x30,0x17,0xe2,0x27,0x1b,0x00,0x7e,0x08, +0xf1,0x0a,0x0b,0x0f,0x0d,0x4b,0xbc,0xfb,0xbb,0x10,0x94,0xf3,0xa1,0x33,0x6d,0x33, +0x30,0x05,0x7f,0x85,0x0c,0xcd,0xfc,0xca,0x00,0x26,0xf7,0x21,0x20,0x30,0x1a,0xaf, +0xa7,0x18,0x13,0x43,0x70,0x79,0xf7,0x50,0x95,0x61,0xf0,0x08,0x0d,0xed,0xdd,0xe8, +0x00,0x0d,0xfd,0x30,0xd2,0x00,0x07,0x90,0x05,0xaf,0x5b,0x0d,0xdc,0xcc,0xe9,0x00, +0xc3,0xf0,0x20,0x0f,0x00,0x30,0x1b,0x0f,0x00,0x0f,0x00,0x00,0x5a,0x00,0x10,0xd2, +0x30,0x26,0x6c,0x0f,0x00,0x0d,0x20,0x0e,0xe5,0x37,0x21,0x81,0x3a,0xaa,0xaa,0xfa, +0xaa,0xaa,0x50,0x01,0x66,0x27,0x70,0x21,0x00,0x07,0xcc,0xcd,0xfd,0xcc,0x45,0x5c, +0x00,0xb4,0x15,0x40,0x00,0x01,0xdd,0xdd,0x3b,0x08,0x60,0xd2,0x00,0x00,0x3a,0xa1, +0x04,0x4e,0x1b,0x40,0xcf,0xdb,0xcd,0xb4,0xd1,0x02,0xf0,0x05,0x49,0xea,0x30,0x88, +0x00,0x00,0x27,0xcf,0xd8,0x89,0xab,0xfc,0x10,0x03,0x98,0x76,0x5d,0x62,0x20,0x87, +0xa9,0x2a,0xf0,0x01,0xc4,0x2e,0x70,0x00,0x04,0xcc,0x10,0x0d,0x40,0x1a,0xd3,0x00, +0xa5,0x00,0xdf,0xd1,0x83,0x4e,0x05,0xa0,0x21,0x11,0x01,0x8f,0x79,0x01,0x32,0x33, +0x13,0xeb,0xf2,0x00,0x04,0xc7,0x1a,0xf0,0x06,0x00,0xf1,0x00,0x4d,0x40,0x01,0x01, +0xf0,0x0c,0x11,0x9a,0x10,0x4d,0x70,0x1d,0x00,0x03,0xff,0xcd,0xfb,0x23,0x33,0x00, +0xf2,0x04,0x4b,0xa3,0x00,0x8c,0x10,0x00,0x28,0xef,0xba,0xab,0xcc,0xec,0x00,0x02, +0x87,0x64,0x3d,0x50,0x00,0x69,0x00,0x40,0x2d,0x80,0x00,0x03,0x69,0x00,0x40,0x09, +0xd4,0x00,0x75,0x69,0x00,0x53,0x04,0x70,0x00,0x08,0x10,0x44,0x67,0x10,0x1f,0x52, +0x00,0xf0,0x01,0xa6,0x21,0x1e,0x13,0xe1,0x3f,0x02,0xd0,0xc6,0x1e,0x01,0xe0,0x1f, +0x0c,0x66,0xd0,0x07,0x00,0x30,0x4f,0xdf,0x40,0x07,0x00,0x30,0x00,0x79,0x54,0x1c, +0x00,0xf0,0x02,0x04,0xd0,0x4b,0x1f,0xee,0xfe,0xef,0x2e,0xdc,0xce,0x2e,0x01,0xe0, +0x1f,0x06,0x30,0x04,0x07,0x00,0x30,0x0a,0x2a,0x49,0x23,0x00,0xa0,0x0e,0x0e,0x0d, +0x1e,0x12,0xe1,0x2f,0x3b,0x0e,0x07,0x1b,0x0f,0x20,0x46,0x03,0xe6,0x28,0x10,0x1d, +0xa5,0x6a,0x12,0x25,0xc1,0x67,0x01,0xc4,0x35,0x30,0x98,0x10,0x04,0x21,0x0d,0xf1, +0x03,0x2e,0x0a,0x82,0xec,0x00,0x6c,0x00,0x0c,0x75,0xe1,0xe7,0xa9,0x2f,0x30,0x03, +0xec,0xf5,0x03,0xc9,0x6f,0x21,0x8a,0x92,0xd9,0x6a,0xf1,0x0a,0x5c,0x19,0x72,0x9e, +0x41,0xcc,0x30,0x2f,0xfd,0xcc,0xa9,0x38,0x10,0x7e,0x20,0x30,0x02,0x60,0x01,0x8e, +0x70,0x00,0x0b,0x2c,0x67,0xce,0x6c,0xf0,0x01,0xe0,0xe1,0xd0,0xb9,0x40,0x00,0x00, +0x2c,0x0d,0x17,0x01,0x6c,0xe8,0x10,0x03,0x60,0x9f,0x33,0x25,0x9e,0x10,0x00,0x22, +0x03,0x7b,0x66,0x31,0x03,0xe0,0x0d,0xfc,0x73,0xf0,0x0b,0xa8,0x22,0x0a,0x60,0x03, +0xf1,0x00,0x3e,0x0b,0x80,0x4e,0x10,0xc9,0x00,0x0d,0x86,0xe0,0x00,0x9b,0xac,0x00, +0x04,0xfd,0xf5,0x00,0x01,0x92,0x19,0xf1,0x02,0x7a,0x63,0x17,0xea,0x9f,0x71,0x00, +0x5d,0x17,0xad,0xa3,0x46,0x29,0xd2,0x2f,0xdc,0xae,0x37,0x25,0x30,0x20,0x13,0x44, +0xa3,0x2d,0x31,0x0d,0x3d,0x59,0x69,0x64,0x50,0xe0,0xe0,0xd0,0x00,0x6a,0x71,0x00, +0x10,0x1b,0x1e,0x00,0x40,0x05,0x90,0x81,0x0e,0xd1,0x09,0x17,0x01,0x3d,0x47,0x13, +0x0a,0x02,0x2b,0x10,0xc5,0xa5,0x12,0xf5,0x49,0x21,0xac,0xce,0xec,0xcc,0x00,0x3d, +0x0a,0x82,0x38,0xd3,0x43,0x30,0x1d,0x87,0xe0,0x00,0xe4,0x0a,0x60,0x03,0xec,0xf5, +0x00,0xaa,0x01,0x4f,0x10,0x00,0x7b,0x74,0x9f,0xef,0xfd,0xda,0x00,0x3e,0x15,0xa4, +0x54,0x10,0x00,0xa0,0x2e,0xed,0xee,0x03,0xd0,0x78,0x00,0x00,0x63,0x10,0x70,0x4c, +0x07,0x80,0x00,0x08,0x28,0x93,0x07,0xa0,0x78,0x00,0x00,0xd0,0xd5,0x80,0xb6,0x07, +0x80,0x93,0x1d,0x0d,0x06,0x6e,0x00,0x79,0x0b,0x34,0x90,0x70,0x9e,0x30,0x04,0xff, +0xd0,0x12,0x79,0x16,0x01,0xdd,0x2e,0x20,0x0b,0x30,0x14,0x33,0xf0,0x3d,0x4c,0x00, +0xb3,0x03,0x00,0x0e,0x32,0x14,0xc8,0x5b,0x36,0xd0,0x07,0xa0,0xd6,0x4c,0x3c,0xb4, +0xd4,0x02,0xf8,0x9c,0x04,0xc0,0x9b,0x69,0x00,0x2a,0x9f,0x20,0x4c,0x9b,0xec,0xbb, +0x30,0x0c,0x58,0x44,0xc3,0x6f,0x84,0x41,0x0a,0xc7,0xbb,0x4c,0x09,0xee,0x40,0x01, +0xc8,0x53,0xb5,0xc2,0xbb,0x5d,0x50,0x04,0x25,0x44,0x4c,0xd3,0xb3,0x2d,0x00,0xa3, +0xd3,0xb4,0xc5,0x0b,0x30,0x00,0x0c,0x0c,0x0f,0x5c,0xf3,0x6b,0x40,0xd0,0xb1,0x44, +0xc0,0x9a,0x6e,0x11,0x06,0xb7,0x68,0x15,0x90,0x57,0x59,0x02,0x55,0x26,0x00,0x20, +0x05,0x11,0x6a,0x84,0x46,0x71,0xde,0xef,0xfe,0xee,0x10,0x5b,0x0b,0x0a,0x39,0xa3, +0x1e,0x66,0xc0,0x5e,0xef,0xfe,0xe8,0x04,0xdb,0xf3,0x87,0x6c,0xa0,0x80,0xce,0xee, +0xee,0xef,0x00,0x5c,0x0a,0x4d,0x10,0x8d,0x11,0xf5,0x1d,0xec,0xb9,0x91,0xc2,0x3c, +0x0b,0x00,0x40,0x02,0x30,0x0e,0x23,0xc0,0x00,0x08,0x4b,0x75,0x01,0xf0,0x3c,0x00, +0x00,0xc1,0xd2,0xa0,0x7b,0x03,0xc0,0x53,0x1d,0x0d,0x08,0x4f,0x20,0x2d,0x09,0x53, +0x70,0x40,0x4e,0x40,0x00,0xef,0xe1,0x8e,0x34,0x13,0x05,0x5a,0x7d,0x20,0xe2,0x02, +0x4b,0x00,0x31,0x00,0x89,0x02,0x02,0x03,0xa0,0x1d,0x18,0x90,0xac,0xcc,0xcf,0x00, +0x0b,0x95,0xe1,0x0f,0x00,0xf2,0x33,0x04,0xff,0xf6,0x02,0x22,0x22,0x2f,0x30,0x01, +0x4b,0x43,0xbc,0xcd,0xfc,0xcc,0x10,0x3d,0x14,0xa1,0x50,0x4b,0x00,0x60,0x2f,0xee, +0xde,0x1d,0x64,0xc1,0xc7,0x00,0x52,0x02,0x70,0x19,0x6f,0xd5,0x00,0x0a,0x2a,0x84, +0x01,0x9e,0xdd,0x30,0x00,0xe0,0xd3,0x96,0xe7,0x4b,0x3e,0x60,0x2c,0x0d,0x05,0x82, +0x05,0xb0,0x1a,0x13,0x60,0x30,0x00,0x0b,0xe7,0x56,0x77,0x21,0x03,0x50,0x6e,0x06, +0x01,0xca,0x2f,0x30,0xa7,0x10,0x1f,0xba,0x0c,0xf0,0x04,0x4d,0x0b,0x81,0xe0,0x00, +0x04,0xc0,0x1e,0x87,0xe0,0x1f,0xdd,0xdd,0xec,0x03,0xba,0xf4,0x01,0xe0,0x00,0x1d, +0xf2,0x2e,0xb7,0xc2,0x1f,0xcc,0xcc,0xdc,0x00,0x9c,0x4b,0x70,0x00,0x3f,0x10,0x30, +0x2f,0xca,0x9b,0x7a,0xb6,0xf5,0x7d,0x10,0x20,0x16,0x22,0x4f,0x5f,0xeb,0x10,0x0c, +0x4b,0x84,0x07,0xb2,0xea,0x70,0x00,0xe0,0xd4,0x95,0xe2,0x2e,0x1e,0x60,0x2b,0x0e, +0x04,0xe3,0x02,0xe0,0x2e,0x52,0x50,0x10,0x01,0x0b,0xf9,0x00,0x10,0x00,0x06,0xf5, +0x59,0x12,0x4d,0x8e,0x76,0xf0,0x01,0xb6,0x10,0xde,0xee,0xfe,0xe7,0x02,0xd0,0xd3, +0xe1,0x00,0x00,0x68,0x0c,0x55,0xb0,0x07,0x00,0xa1,0x4f,0xef,0x20,0xed,0xdd,0xdd, +0xd7,0x00,0x77,0x80,0x6a,0x58,0xf4,0x21,0xb0,0xb3,0xff,0xdf,0xdf,0xdf,0x2f,0xfe, +0xd7,0xfd,0x0b,0x0b,0x0c,0x03,0x00,0x54,0xed,0x0b,0x0b,0x0c,0x0b,0x58,0xc2,0xcf, +0xef,0xef,0xef,0x0d,0x2a,0x98,0x9d,0x0b,0x0b,0x0c,0x2c,0x0c,0x2b,0x5d,0x0b,0x0b, +0x0c,0x36,0x03,0x07,0x0d,0x06,0x05,0x6d,0x91,0x10,0x80,0xfc,0xcf,0xdc,0xdf,0xcc, +0xf5,0x00,0x2d,0x5c,0x4d,0x60,0x0b,0x50,0x02,0xfc,0xcf,0xdd,0x0f,0x00,0x12,0x00, +0x8d,0x75,0x10,0x0c,0xbb,0x54,0x00,0xb0,0x0f,0x40,0x44,0x4a,0xa4,0x44,0x62,0x5e, +0x90,0x66,0x66,0x66,0x6f,0x10,0x00,0x01,0xfa,0xaa,0x4e,0x0f,0x01,0xa7,0x27,0x80, +0x4f,0x10,0x00,0x01,0xf6,0x66,0x66,0x66,0x0f,0x00,0x52,0xaa,0xaa,0xaa,0xaf,0x10, +0x17,0x10,0x40,0xf1,0x00,0x1d,0xdf,0xe4,0x48,0x21,0xdd,0x10,0xdb,0x5b,0x20,0x00, +0x0a,0xdd,0x1b,0xf0,0x0f,0x03,0xd0,0x04,0xc0,0x00,0x0c,0x51,0xf0,0x0d,0x30,0xb5, +0x00,0x11,0xd5,0x2f,0x16,0xb9,0x8b,0x83,0x1d,0xdf,0xdd,0xfc,0x89,0xaf,0x99,0x40, +0x02,0xe0,0x1f,0xa8,0x02,0xf0,0x04,0x08,0xee,0xdd,0xd0,0x8c,0xdf,0xcc,0x20,0x0b, +0x50,0x00,0x02,0x35,0xe3,0x30,0x01,0xf6,0x55,0x51,0x4f,0x0a,0xf0,0x04,0x8f,0xdc, +0xcf,0x42,0x25,0xe2,0x22,0x2e,0xd4,0x00,0xe6,0xdd,0xef,0xdd,0xb0,0x2b,0x40,0x0e, +0x30,0xd5,0x02,0x30,0xbe,0xdd,0xf3,0x1e,0x00,0x33,0x0b,0x51,0x11,0xc1,0x31,0x07, +0x6e,0x37,0x12,0x00,0xe3,0x1c,0x91,0x2e,0x20,0x00,0x8e,0xee,0xff,0xee,0x9d,0x60, +0x0f,0x00,0x02,0xd5,0x62,0x10,0xb5,0x3e,0x7c,0x14,0xdf,0xe2,0x3a,0x31,0x01,0x9b, +0x30,0xb6,0x2e,0x81,0xff,0xdd,0xdd,0xd8,0x00,0x03,0x9e,0x7f,0xf6,0x57,0x32,0xf9, +0x16,0xc0,0x05,0x36,0x15,0xbe,0x72,0x59,0x04,0xd4,0x16,0x11,0xd5,0x71,0x02,0x09, +0xf8,0x4b,0x01,0xc8,0x0d,0x12,0x30,0xd7,0x0d,0x80,0x3e,0x20,0x00,0xbe,0xee,0xfe, +0xee,0xcd,0x4e,0x34,0x51,0x1f,0x31,0x4e,0x40,0x00,0xe8,0x09,0x16,0x50,0x0b,0x10, +0x41,0x00,0x04,0xdd,0x20,0x00,0x21,0x11,0xfa,0x62,0x00,0x20,0x9f,0xff,0xcf,0x1c, +0x42,0x02,0xe9,0x4f,0x10,0xba,0x49,0x03,0xde,0x1c,0x13,0x0f,0x0f,0x00,0x12,0xf1, +0xe3,0x2f,0x13,0x0f,0x64,0x59,0x32,0x0f,0x00,0xe2,0x7a,0x11,0xb1,0x0e,0x20,0x5c, +0x20,0x0a,0xdd,0xef,0x00,0xea,0xec,0x71,0x0f,0x00,0xf2,0x03,0x60,0x00,0x30,0x09, +0xbb,0xbf,0x00,0xd8,0x55,0x6f,0x00,0x20,0x00,0x80,0x02,0x66,0x66,0x30,0x43,0x41, +0x20,0x10,0x00,0x86,0x28,0x10,0x11,0xdd,0x1e,0x30,0x42,0x22,0x22,0xd8,0x41,0x03, +0xbc,0x01,0x22,0x0f,0x20,0x65,0x00,0x40,0xfd,0xcc,0xcc,0xcc,0x0f,0x00,0x03,0x11, +0x27,0x5d,0xf1,0x00,0x04,0xff,0xb0,0x82,0x42,0x11,0xd4,0x84,0x52,0xf0,0x21,0x05, +0xd0,0xc2,0x04,0xc0,0x07,0x10,0x0d,0x40,0x7c,0x04,0xd6,0xec,0x30,0xae,0x78,0x9f, +0x54,0xf9,0x30,0x00,0x68,0x75,0x48,0x94,0xc0,0x00,0x71,0x03,0x33,0x33,0x04,0xd0, +0x00,0xe2,0x3f,0xbb,0xbf,0x11,0xdf,0xff,0xb0,0x3c,0x00,0x0f,0x13,0x90,0x00,0xe5, +0x46,0xf0,0x03,0x14,0xc0,0x07,0x40,0x3c,0x00,0x0f,0x14,0xd8,0xea,0x20,0x3f,0xdd, +0xef,0x14,0xe6,0x10,0x00,0x0e,0x00,0xf3,0x02,0xc0,0x00,0x94,0x3c,0x00,0x1f,0x14, +0xd2,0x12,0xd4,0x3c,0x09,0xfb,0x00,0xbd,0xdd,0xb0,0xc8,0x2b,0x00,0x1d,0x64,0x70, +0x14,0x44,0x9c,0x44,0x44,0x44,0xfc,0x93,0x1e,0x11,0x4c,0xaa,0x10,0x10,0xd1,0x83, +0x2e,0x11,0x4f,0xa1,0x20,0x01,0x2a,0x62,0x02,0x16,0x00,0x01,0x4e,0x01,0x11,0x4d, +0x26,0x5a,0x01,0x16,0x00,0x10,0x4f,0x77,0x12,0x01,0x2c,0x00,0x46,0x4e,0x00,0x00, +0x17,0xec,0x0a,0x01,0x0b,0x1d,0x00,0x3a,0x44,0x00,0x25,0x20,0x10,0x3e,0xab,0x0e, +0x11,0x30,0x06,0x1f,0x31,0xf3,0x00,0x3e,0x57,0x2a,0x10,0x03,0xb6,0x32,0xd0,0xf3, +0x00,0x3e,0x11,0x8b,0x11,0x13,0x90,0x03,0xe0,0x00,0xd7,0x05,0x45,0x1c,0xf1,0x08, +0x03,0xeb,0xc2,0x00,0x03,0xe0,0x03,0x33,0xea,0x10,0x00,0x7f,0xbe,0xe6,0x01,0x9f, +0xa5,0x0a,0xb6,0x20,0x00,0x00,0x27,0xf4,0x58,0x09,0x08,0x23,0x12,0xdf,0xb5,0x68, +0x11,0xbb,0x1b,0x62,0xb0,0x02,0xde,0x43,0x36,0xf5,0x33,0x30,0x00,0xed,0xfd,0xdd, +0x4d,0x47,0x20,0x03,0x3d,0x7a,0x16,0x00,0xd8,0x78,0x00,0x22,0x82,0x03,0x97,0x29, +0x10,0xf1,0x05,0x53,0x42,0x11,0x11,0x1f,0x10,0xe9,0x28,0x13,0x22,0x84,0x33,0x11, +0x98,0x3a,0x23,0x00,0x87,0x5c,0x10,0x7e,0xb1,0x0b,0x10,0x90,0x9d,0x0a,0x23,0x09, +0x70,0xbd,0x17,0x11,0xff,0x73,0x26,0x31,0x07,0x57,0x60,0xd3,0x05,0x52,0x43,0x0b, +0x10,0x07,0xff,0x20,0x4b,0xf0,0x2e,0x7a,0x11,0x11,0x11,0x89,0x11,0x10,0x07,0x98, +0xcb,0xcb,0x86,0x90,0xb1,0x00,0x79,0xa3,0x2b,0x00,0x4b,0x4d,0x00,0x08,0x8a,0xcb, +0xbc,0x92,0xdb,0x70,0x00,0x97,0xa3,0x00,0x39,0x0f,0xe1,0x00,0x0a,0x5a,0xcc,0xeb, +0x60,0xe7,0x00,0x00,0xe2,0xa3,0x2b,0x00,0x8f,0x90,0x10,0x3e,0x07,0xcc,0xcc,0xdb, +0x3e,0x5a,0x44,0x50,0xc6,0x1b,0x21,0x4e,0xc0,0xe2,0x86,0x01,0x95,0x88,0x10,0x07, +0xdc,0x0f,0x32,0x05,0xf5,0x00,0x7b,0x5b,0x12,0x05,0x4d,0x3a,0x03,0xe8,0x00,0x30, +0x01,0xe6,0x1c,0xcb,0x28,0x10,0x01,0xfe,0x2f,0x51,0x5f,0x44,0x12,0xeb,0xf0,0xfe, +0x13,0x22,0x29,0x1f,0x0d,0x14,0x22,0x01,0xf0,0x04,0x00,0x0e,0x0f,0x00,0x21,0x22, +0x4f,0x0b,0x00,0x01,0x59,0x4a,0x40,0x67,0x13,0x46,0x89,0x29,0x14,0xa1,0x28,0xab, +0xd5,0x27,0xff,0xf0,0x0d,0x70,0x00,0x4a,0x6c,0x2f,0x10,0x6d,0xfe,0x1a,0x00,0x2e, +0x32,0x11,0x4a,0xa0,0x0b,0xf0,0x0b,0x3a,0xcc,0xeb,0xf9,0xdd,0xd4,0x0b,0xf1,0xa3, +0x4a,0x0d,0x24,0xf3,0x19,0xdf,0x1a,0xbb,0xea,0xf0,0x0f,0x00,0x51,0xe1,0xa8,0x9c, +0x6e,0xd4,0x0e,0x40,0x12,0x47,0xb4,0x40,0xa2,0x48,0xf0,0x07,0x9d,0xef,0xdd,0x10, +0xf0,0x00,0x0e,0x10,0x04,0xa0,0x10,0x0f,0x00,0x00,0xe2,0xde,0xee,0xdc,0x31,0xf0, +0x00,0x0e,0xaa,0x6c,0x07,0xdc,0x47,0x0a,0xa9,0x14,0x15,0x05,0x9c,0x60,0x02,0xb8, +0x14,0x10,0x9e,0x05,0x35,0x14,0xc0,0x0f,0x00,0x05,0x29,0x0d,0x21,0x01,0xab,0x7a, +0x4f,0xf2,0x02,0x04,0xe9,0x00,0xe5,0x06,0xe3,0x00,0x6d,0xef,0x00,0x05,0xea,0xb1, +0x00,0x1b,0x52,0xf0,0x36,0x58,0xf3,0x02,0x1f,0x02,0x78,0x08,0xe5,0x00,0x00,0x05, +0xfd,0xe9,0x40,0x05,0xde,0x20,0x00,0x59,0x40,0x57,0x79,0x13,0x24,0x16,0x02,0x12, +0xf1,0x4f,0x0c,0x06,0xa8,0x5d,0x00,0x10,0x00,0x11,0xed,0x94,0x2d,0x20,0x11,0xd3, +0x38,0x06,0x30,0x10,0x0e,0xef,0x17,0x05,0x21,0xee,0x10,0xb4,0x39,0x10,0xe0,0x8d, +0x19,0x30,0xff,0xfd,0xdc,0xd2,0x02,0xf0,0x03,0xca,0x2e,0x20,0x1b,0x20,0x00,0x18, +0xf8,0x00,0x8c,0x6d,0x50,0x02,0xbe,0x8d,0x40,0x00,0xbf,0xa4,0x53,0xd6,0xd7,0x6a, +0xb0,0x9e,0x72,0x00,0x00,0x1f,0xd9,0x51,0x00,0x4b,0xf2,0x26,0x72,0x11,0xe2,0xaf, +0x1a,0x30,0xa7,0x0e,0x20,0xbe,0x1a,0xf0,0x05,0x01,0xc5,0xe4,0xbb,0xbe,0xdb,0xbb, +0x00,0x01,0x0e,0x34,0x44,0xb9,0x44,0x40,0x00,0x29,0xf2,0x00,0x0a,0x5f,0x50,0x11, +0x8e,0x1e,0x00,0x42,0x28,0x10,0xe2,0xbf,0xf5,0x0f,0x01,0x6a,0x02,0x21,0x2d,0xdd, +0x7d,0x21,0xf0,0x07,0x20,0x00,0x03,0xba,0x6d,0x10,0x28,0x20,0x00,0x5a,0xf5,0x00, +0xaa,0x6d,0x60,0x01,0xea,0x5f,0x00,0x01,0xaf,0x30,0xf7,0x61,0xc4,0xbe,0x80,0x6e, +0xa5,0x00,0x00,0x9b,0x73,0x00,0x00,0x16,0xa1,0x60,0x07,0x30,0x0d,0x1b,0x40,0x84, +0x1d,0xf2,0x09,0x03,0xfa,0xec,0xa9,0x02,0xc0,0xc3,0x00,0xa5,0x1b,0x51,0x10,0x2c, +0x0c,0x30,0x1d,0xdd,0xfe,0xdd,0x52,0xc0,0xc3,0x00,0x11,0x0f,0x00,0xf0,0x07,0x04, +0xeb,0xed,0xbf,0x02,0xb0,0xc3,0x00,0x49,0x0b,0x40,0xe0,0x00,0x0d,0x20,0x03,0x70, +0x41,0xaf,0x00,0x14,0x50,0xbf,0x39,0x90,0xe7,0x33,0x33,0x30,0x0b,0xbb,0xbc,0xff, +0xfb,0x35,0x53,0xf2,0x0d,0x18,0xd6,0x1e,0x60,0x5c,0x00,0x08,0xcd,0xf1,0x00,0x4f, +0xc9,0x00,0x00,0x52,0x1f,0x14,0x84,0x4e,0xb3,0x00,0x00,0x07,0xfd,0x95,0x10,0x07, +0xdd,0x49,0x6f,0x01,0x0b,0x6d,0x02,0x9d,0x54,0x30,0xc0,0x00,0x9c,0x74,0x0e,0x30, +0x08,0x10,0x2f,0x18,0x1a,0x40,0xdf,0xff,0x7d,0xb2,0x1b,0x4a,0xf0,0x12,0x11,0xd5, +0xcf,0x88,0x88,0xbc,0x00,0x00,0x78,0x11,0xf9,0x99,0x9b,0xc0,0x00,0x1e,0x3d,0x2e, +0x22,0x22,0x6c,0x00,0x0c,0xfe,0x31,0xfc,0xcc,0xcd,0xc0,0x0a,0xbe,0xb6,0x01,0x6d, +0x28,0xd0,0xb1,0xe1,0xb0,0x9f,0xed,0xde,0x80,0x00,0x1e,0x02,0xbd,0xd2,0x07,0xd3, +0x4a,0x40,0x38,0x05,0xeb,0xc1,0xb1,0x30,0xb3,0x15,0xbd,0xcd,0x72,0x00,0x01,0xe0, +0x8d,0x94,0x00,0x39,0xb0,0x6e,0x08,0x28,0x0f,0x10,0xd3,0x10,0x03,0x00,0xf2,0x31, +0x20,0xef,0xdd,0x7b,0x13,0xf4,0x05,0xd3,0x06,0xb0,0x0d,0x40,0x02,0xe0,0x0d,0x30, +0x5a,0x00,0xd4,0x00,0x2f,0xee,0xfe,0xef,0xfe,0xef,0x40,0x19,0x47,0x30,0x33,0x33, +0xd9,0xee,0x0c,0x30,0x1b,0xbb,0xee,0x44,0x27,0x10,0x10,0xd1,0x65,0x10,0x8c,0x67, +0x06,0x41,0xfb,0x84,0x9d,0x10,0x5a,0x6e,0x00,0xe7,0x65,0x72,0x09,0xce,0xeb,0x61, +0x04,0x8e,0xe5,0x79,0x50,0x13,0x03,0x39,0x15,0x06,0x7c,0x59,0x12,0x2f,0xe3,0x2e, +0x01,0x0f,0x44,0x12,0xf3,0xd0,0x19,0x21,0x0e,0x30,0xe4,0x22,0x17,0xee,0x0f,0x00, +0x02,0xb1,0x04,0x61,0x00,0x03,0x6f,0x43,0x7d,0x33,0xd2,0x5f,0x71,0x04,0xd0,0x00, +0x10,0x00,0x02,0xe6,0x8f,0x52,0x90,0x17,0xf9,0x00,0x04,0xe1,0x01,0xe2,0x1f,0xb5, +0x83,0x3e,0x06,0xff,0x02,0x01,0x2a,0x86,0x01,0xd2,0x7c,0xf0,0x01,0x9f,0xff,0xff, +0xc0,0x02,0x3b,0x83,0x19,0x60,0x00,0x5c,0x00,0x8b,0xed,0xb6,0x9d,0xc7,0x36,0x60, +0x09,0x60,0x09,0x83,0x33,0x7c,0x1e,0x00,0xf0,0x01,0x96,0x00,0x04,0xc0,0x08,0x8d, +0xb8,0x79,0xfe,0xee,0xec,0x00,0x55,0xd9,0x54,0x96,0xeb,0x05,0x40,0x0d,0x80,0x09, +0xfe,0x92,0x15,0xc0,0xeb,0x50,0x15,0xc2,0xf1,0x10,0x00,0x5a,0x1e,0x30,0x89,0x0f, +0xe0,0x3b,0xf5,0x05,0x58,0x0e,0x30,0xf0,0x10,0x07,0xb0,0x00,0x1b,0xa0,0x0f,0x05, +0x90,0xc1,0x00,0x1e,0x90,0x00,0xdf,0xe4,0x85,0x09,0x02,0x04,0x03,0x00,0xdc,0x48, +0x00,0x01,0x18,0xf0,0x00,0x02,0x27,0x72,0x0e,0x10,0x00,0x85,0x01,0xdd,0xdd,0xe0, +0xeb,0xbb,0xbd,0x50,0xad,0x02,0x30,0x32,0x22,0x95,0xe7,0x4e,0x10,0xe1,0xa7,0x58, +0xa0,0x3f,0x70,0x0e,0xed,0xdd,0xf5,0x00,0x4f,0xfe,0x40,0x0f,0x00,0xe1,0x4f,0x5f, +0x4e,0x2e,0xee,0xee,0xf5,0x01,0x30,0xf1,0x20,0x0a,0x62,0xe0,0x8a,0x06,0x21,0xd3, +0x2e,0xfe,0x06,0xf8,0x04,0x4d,0x02,0xe0,0x82,0x00,0x0f,0x10,0x5e,0x40,0x2f,0x0c, +0x20,0x00,0xf1,0x6c,0x30,0x00,0xce,0xc0,0x1a,0x49,0x16,0x00,0x24,0x6e,0x00,0xc7, +0x2c,0x44,0x91,0x11,0x11,0x01,0xa8,0x24,0x04,0x01,0x00,0x12,0xee,0xdc,0x38,0x0f, +0x0f,0x00,0x03,0x40,0x01,0xcc,0xcc,0xcc,0x55,0x40,0x64,0x1f,0x33,0x33,0x33,0x3f, +0x20,0x9e,0x7e,0x05,0x0f,0x00,0x00,0x78,0x01,0x15,0xf2,0x88,0x68,0x12,0xe1,0x63, +0x3f,0x12,0x97,0x07,0x00,0x11,0x34,0x07,0x00,0x00,0x52,0x5e,0x06,0x44,0x4c,0x70, +0x4e,0xee,0xe7,0x45,0x5f,0x75,0x51,0xba,0x47,0x67,0xcf,0xdc,0xc3,0x4e,0xee,0xe7, +0x60,0x4c,0x30,0x3f,0xee,0xf8,0x07,0x00,0x37,0x3b,0x00,0x78,0x07,0x00,0x03,0x15, +0x00,0x13,0x3c,0x72,0x41,0x13,0x1a,0x97,0x00,0x11,0xc6,0xde,0x90,0x02,0x35,0x3a, +0x21,0x4d,0x01,0x1d,0x17,0x24,0x03,0xd0,0x18,0x2f,0x33,0x5d,0xdd,0xd1,0x0f,0x00, +0xc4,0x03,0xcc,0xcc,0xdd,0x00,0x9e,0xee,0xe5,0x4e,0x33,0x36,0xd0,0x4e,0x84,0x41, +0x7f,0xee,0xf2,0x4d,0xcf,0x2b,0xf0,0x0d,0x0d,0x24,0xd0,0x00,0x03,0x50,0x78,0x00, +0xd2,0x4d,0x00,0x00,0x5b,0x07,0xec,0xcf,0x23,0xf4,0x33,0x3b,0x80,0x79,0x11,0x10, +0x09,0xcc,0xcc,0xa1,0xc5,0x10,0x03,0xd3,0x00,0x20,0x1f,0xff,0x14,0x93,0x10,0x30, +0xe3,0x02,0x72,0x01,0xee,0xee,0xe8,0x4d,0x00,0xc3,0x32,0x5f,0xa2,0x0c,0x30,0x00, +0x5d,0xdd,0xd7,0xe1,0x00,0x8f,0xf0,0x19,0x72,0x00,0x71,0x15,0x31,0xe8,0xdd,0xdd, +0x3b,0x1e,0xf0,0x03,0x1c,0x62,0x25,0xe0,0x00,0x7f,0xee,0xf0,0x4d,0x00,0xb7,0x00, +0x07,0x80,0x0f,0x00,0x9b,0x9b,0x38,0x2c,0xf5,0x05,0xf0,0x02,0xef,0x30,0x00,0x07, +0xfe,0xef,0x4b,0xf8,0x7f,0xb5,0x00,0x78,0x00,0x0d,0xc3,0x00,0x2a,0xf1,0x1d,0x02, +0x13,0x74,0x77,0x39,0x21,0xc0,0x07,0xcf,0x06,0x21,0x19,0x00,0x95,0x65,0x00,0x8b, +0x01,0x07,0xa4,0x05,0x52,0x9e,0xee,0x70,0xe1,0x1f,0x30,0x01,0xb1,0x11,0xf7,0x77, +0x00,0xbe,0xee,0x80,0xe1,0x1f,0x88,0x80,0x0f,0x00,0x40,0xf0,0x00,0x00,0xae,0x0f, +0x00,0x00,0xda,0x2e,0x11,0x59,0x0f,0x00,0x31,0xb4,0x05,0x90,0x0f,0x00,0xe0,0xca, +0xc9,0xaf,0xbb,0xfa,0xaa,0x40,0xb7,0x33,0x26,0x66,0x66,0x66,0x62,0x96,0x0c,0x00, +0xf1,0x6c,0x00,0x8f,0x0d,0x10,0x6b,0xc9,0x00,0xd4,0x00,0x58,0x88,0xf8,0x88,0x16, +0xee,0xee,0xe6,0x89,0xf8,0x88,0x81,0xf7,0x78,0x42,0xce,0xee,0x70,0x2e,0xda,0x47, +0x30,0x3e,0xc9,0xbc,0x0f,0x00,0x32,0x72,0x76,0xad,0xa6,0x7c,0xf0,0x00,0x7d,0x11, +0xe6,0x00,0xde,0xef,0x82,0xca,0x00,0xba,0x00,0x0d,0x10,0x68,0x64,0xca,0x48,0xf3, +0x04,0xd1,0x06,0x80,0x06,0xe9,0xe4,0x00,0x0d,0xee,0xf9,0x6d,0xe4,0x04,0xf5,0x00, +0xd1,0x00,0x7e,0x70,0xb7,0x81,0x02,0xc5,0x7e,0x00,0xb0,0x64,0x10,0x43,0x7d,0x01, +0x40,0x8a,0x00,0x0e,0x50,0x29,0x0f,0x91,0xe3,0x06,0xc0,0x04,0xee,0xee,0xe4,0x9d, +0xa9,0xbe,0x78,0x83,0x26,0x68,0xf6,0x66,0x10,0xae,0xee,0x80,0x6b,0x3c,0x40,0x06, +0x67,0xf6,0x64,0xcb,0x00,0x44,0xaa,0xbf,0xaa,0x80,0x9d,0x0d,0xb0,0xbe,0xde,0xb1, +0x11,0x4e,0x11,0x10,0x0b,0x30,0x4b,0x9f,0x8b,0x0e,0x31,0xb3,0x04,0xb0,0xd7,0x0a, +0x21,0xee,0xeb,0x1e,0x00,0x13,0xb3,0xa7,0x3c,0x13,0x61,0xed,0x02,0x21,0xb0,0x03, +0x8a,0x31,0xc1,0x09,0x00,0x04,0x15,0xa0,0x2d,0x04,0xee,0xee,0xe0,0xd0,0x97,0xd6, +0x30,0xc0,0x88,0x0e,0x20,0x5b,0x00,0xae,0xee,0x71,0x08,0xa0,0x07,0x90,0xb0,0x0a, +0xa2,0xd1,0x5b,0xe5,0x00,0xae,0xee,0x73,0xa1,0x21,0x32,0x54,0x74,0xf0,0x13,0x40, +0x00,0x00,0xbf,0xef,0x95,0x6e,0x2d,0x0c,0x30,0x0b,0x30,0x59,0x95,0xe0,0x61,0x4c, +0x00,0xb3,0x05,0xae,0x1e,0x00,0x1a,0xd3,0x0b,0xee,0xfc,0x90,0xf0,0x03,0xb4,0x10, +0xb3,0x1a,0x14,0x05,0xab,0x1c,0x01,0xe2,0x02,0x02,0x21,0x0f,0x20,0x08,0xef,0x3b, +0x1e,0x11,0x08,0xaa,0x4b,0x00,0xda,0x00,0x31,0x69,0xe6,0x66,0xd9,0x49,0xa1,0xcc, +0x89,0xf0,0x00,0x9e,0xee,0x90,0x0b,0x50,0x1f,0xcb,0x08,0xa0,0xe4,0x23,0xf2,0x00, +0x9e,0xee,0x9c,0xcc,0xcc,0xcc,0x21,0x18,0x01,0x32,0x59,0xc0,0xaf,0xef,0xc1,0xfd, +0xdd,0xdf,0x60,0x0a,0x40,0x3c,0x1e,0x00,0xb8,0x94,0xf0,0x08,0x03,0xc1,0xe0,0x00, +0x0a,0x60,0x0a,0xee,0xec,0x1f,0xbb,0xbb,0xe6,0x00,0xa4,0x00,0x01,0xe4,0x44,0x4b, +0x60,0x00,0x33,0x12,0x26,0x10,0x51,0x43,0x01,0x10,0x6c,0x4b,0x25,0xd1,0x09,0x10, +0x00,0xd5,0x05,0xa0,0x04,0xee,0xee,0xe2,0x8c,0xa8,0xdb,0x7f,0x67,0x81,0x77,0x77, +0xb7,0x00,0xae,0xee,0x72,0xe0,0x1a,0x6c,0x00,0x86,0x00,0x10,0x77,0x0f,0x00,0x40, +0xf8,0x88,0x8c,0x70,0xd3,0x82,0xf9,0x1a,0xcb,0x8f,0x73,0x00,0xbf,0xef,0xa0,0x0b, +0x62,0xe0,0x00,0x0b,0x30,0x5a,0x01,0xf2,0x2e,0x00,0x00,0xb3,0x05,0xa0,0x8c,0x02, +0xe0,0x82,0x0b,0xee,0xea,0x7f,0x30,0x2e,0x0b,0x30,0xb3,0x00,0x5e,0x40,0x00,0xdf, +0xd0,0xbe,0x42,0x03,0x68,0x6c,0x11,0x5d,0x51,0x00,0x11,0x46,0xd3,0x00,0x93,0x71, +0x07,0xbb,0xdf,0xbb,0xb1,0x1e,0xee,0xec,0xe0,0x01,0x84,0x02,0xee,0xff,0xee,0x80, +0x08,0xee,0xe5,0x52,0x05,0x00,0xd8,0x4b,0x51,0x08,0xee,0xe5,0xa4,0x00,0xdf,0x25, +0xf0,0x03,0x07,0x2b,0x30,0xf0,0x91,0x08,0xfe,0xf8,0x00,0xc3,0x0f,0x00,0x00,0x86, +0x07,0x80,0x0f,0x10,0x8e,0x2d,0xf0,0x05,0x78,0x07,0xc0,0x0f,0x06,0x40,0x8f,0xef, +0x85,0xf3,0x00,0xf0,0x95,0x08,0x60,0x01,0xe5,0x00,0x0a,0xfe,0x4a,0x2d,0x08,0x52, +0x01,0x30,0x2d,0x00,0x4f,0x46,0x11,0xd0,0x08,0x10,0x49,0x01,0x40,0x0e,0x1e,0xee, +0xed,0x49,0x14,0xc2,0x0e,0x3f,0x15,0x91,0x7b,0xeb,0x2e,0x07,0xee,0xe6,0x49,0x02, +0xb0,0x0e,0x00,0x90,0xac,0xeb,0x6e,0x07,0xee,0xe6,0x58,0x22,0x22,0x6b,0x4b,0xf0, +0x08,0x67,0x69,0x99,0x0e,0x08,0xfe,0xf7,0x76,0xa5,0x3c,0x1e,0x08,0x50,0x67,0x94, +0xa3,0x1c,0x1e,0x08,0x50,0x68,0xd0,0xaa,0x15,0x00,0xd3,0xfc,0xb0,0x40,0x00,0x0f, +0x08,0x50,0x0b,0x30,0x00,0x09,0xec,0x00,0x84,0x8a,0x12,0x60,0x12,0x57,0x22,0x0d, +0x50,0x45,0x65,0x50,0x46,0x00,0x02,0xe8,0xe2,0x8b,0x1d,0x40,0x13,0xe6,0x06,0xe3, +0xf9,0x00,0xb0,0xfc,0x66,0x6c,0xfa,0x10,0xde,0xeb,0xd4,0x99,0x99,0x95,0xff,0x09, +0x01,0x65,0x5b,0x50,0xde,0xe9,0x3f,0xdf,0xdf,0x03,0x31,0xf1,0x08,0x03,0xb0,0xd0, +0xc0,0x86,0x00,0xee,0xeb,0x3b,0x0d,0x0c,0x08,0x60,0x0e,0x02,0xc3,0xfe,0xfe,0xff, +0xf6,0x00,0xe0,0x2c,0x0f,0x00,0x60,0x0f,0xee,0xc3,0xb0,0xd0,0xc1,0xb8,0x3d,0x90, +0x3b,0x0b,0x0a,0x5c,0x30,0x00,0xb0,0x00,0x0b,0x79,0x52,0xf0,0x06,0x09,0x50,0x11, +0xb7,0x17,0x8b,0x10,0x00,0x25,0x09,0xff,0xff,0x88,0x79,0x02,0xee,0xee,0x0b,0x05, +0x76,0x91,0x67,0x05,0x80,0xb2,0x94,0x59,0x01,0x00,0x9e,0xe9,0xef,0xf4,0x89,0x01, +0x4e,0x28,0xa0,0x4b,0x00,0x00,0x9e,0xe9,0x3e,0xab,0xd2,0xd1,0xd0,0x69,0x00,0xfd, +0x1a,0x1d,0x1e,0x87,0x00,0xae,0xea,0x3f,0xcd,0xd0,0xed,0x00,0x0a,0x23,0xa3,0xb0, +0x1d,0x0d,0x70,0x00,0xa2,0x3a,0x3e,0xbc,0xd7,0xf7,0x65,0x0a,0xdd,0xa3,0xb0,0x0b, +0xb4,0xda,0x40,0xa3,0x00,0x00,0x01,0xb0,0x0b,0xd0,0xf4,0x58,0x20,0x90,0xb3,0x19, +0x03,0x70,0x2e,0xfe,0xee,0xed,0x2f,0x21,0x11,0x36,0x02,0xf4,0x1b,0x0a,0xeb,0xcf, +0xb2,0x09,0xc9,0x99,0xda,0xcc,0x38,0xa0,0x03,0xdd,0x9d,0x3c,0x30,0x2e,0xd1,0x00, +0x03,0xc7,0xc4,0xe1,0x5c,0xac,0xb4,0x00,0x16,0x22,0xba,0x88,0x20,0x04,0xb1,0x08, +0x99,0x99,0x9f,0x99,0x99,0x98,0x00,0x19,0x7a,0x50,0x0a,0xaa,0xaa,0xaa,0xaa,0x39, +0x03,0x20,0x88,0x88,0x66,0x04,0x10,0x2a,0x0f,0x00,0x12,0x10,0x0e,0x31,0x00,0xb7, +0x72,0x00,0xce,0x0e,0x13,0x20,0x14,0x5b,0x81,0x00,0x03,0xbb,0xbf,0xcb,0xcf,0xbc, +0xe0,0x0e,0x00,0xf0,0x0a,0x01,0xe0,0x00,0xbc,0xbf,0xcb,0xcf,0xbb,0xa0,0x00,0xd8, +0x6f,0x65,0x7f,0x55,0x54,0x00,0x57,0xe9,0x77,0x8e,0x76,0x9b,0x06,0xaf,0xdb,0x07, +0x30,0xc4,0x06,0x7e,0x51,0x2d,0x12,0x40,0xda,0x07,0xa0,0x40,0x00,0x2f,0x66,0x66, +0x66,0x6e,0x40,0x00,0x2f,0x81,0x2b,0x30,0x40,0x00,0x2e,0xb6,0x15,0xa0,0x40,0x00, +0x16,0xc9,0x00,0x07,0xd9,0x30,0x0b,0xe8,0x1b,0x98,0x16,0xc8,0xd6,0x00,0x00,0xf6, +0x2a,0x31,0x0e,0xee,0xef,0x07,0x00,0x25,0x20,0x1f,0x07,0x00,0x21,0x61,0x11,0x15, +0x00,0x24,0xee,0xed,0x15,0x00,0x21,0x42,0x3f,0x07,0x00,0xf0,0x0a,0xcb,0xcf,0x02, +0x2d,0x62,0x20,0x0e,0x20,0x1f,0x0f,0x99,0x99,0xf3,0x0e,0xcb,0xcf,0x0f,0x00,0x00, +0xd3,0x02,0x82,0x73,0x0f,0x00,0xb6,0x08,0x10,0x8a,0x07,0x00,0xd3,0x1e,0x40,0x0e, +0x3f,0xcc,0xcc,0xf3,0x59,0x00,0x01,0x0f,0x33,0x33,0x2b,0x2d,0x0c,0x7f,0x1c,0x02, +0x9d,0x1c,0x15,0x80,0xac,0x1c,0x03,0x1e,0x00,0x11,0xac,0x7e,0x3f,0xf0,0x1a,0xc0, +0x04,0x44,0x4b,0xa4,0x6f,0x44,0x44,0x00,0x02,0x60,0xa7,0x02,0xf0,0x61,0x00,0x00, +0x9a,0x0b,0x60,0x2f,0x08,0xb0,0x00,0x3f,0x20,0xe4,0x02,0xf0,0x0d,0x50,0x1e,0x60, +0x4f,0x00,0x2f,0x00,0x5e,0x00,0x60,0x0d,0xe8,0x7a,0x61,0x91,0x00,0x1c,0xc0,0x01, +0x4f,0x8d,0x10,0x11,0x01,0x68,0x41,0x05,0xb4,0x06,0x00,0x60,0x09,0x51,0x30,0x0a, +0xef,0xfe,0xe3,0xaa,0x2d,0x12,0x4d,0xac,0x62,0xd1,0x25,0xd2,0x21,0x00,0x00,0xd3, +0x01,0xcc,0xcf,0xdc,0x8b,0xee,0xef,0xc7,0x3c,0x10,0xc4,0x42,0x7e,0x40,0x0f,0x10, +0x0c,0x40,0x40,0x12,0xf2,0x07,0xfd,0xd6,0xc4,0x00,0x0e,0x00,0x7b,0x0f,0x32,0x1c, +0x50,0x02,0xe0,0x08,0xf2,0xf1,0x00,0x7f,0xff,0xf8,0x00,0xab,0x70,0x86,0x40,0x0e, +0x2a,0xf7,0x32,0xf0,0x38,0x30,0xe0,0x05,0xae,0x62,0x13,0x16,0x03,0xc6,0x09,0x10, +0x0f,0x9c,0x45,0x40,0xe1,0x00,0xf0,0xf1,0xcf,0x4c,0x22,0x10,0x0f,0x2e,0x4b,0xd0, +0x12,0xf0,0xf2,0x22,0x22,0x00,0x0c,0xdf,0xed,0x0f,0xee,0xee,0xf0,0xb5,0x29,0x00, +0xd5,0x8f,0x40,0x09,0x0e,0x20,0x1f,0x26,0x12,0xb0,0xd1,0xee,0xe2,0xf2,0x11,0x1f, +0x00,0x0d,0x1e,0x10,0x0f,0x10,0x10,0x21,0xd1,0xe1,0x3c,0x15,0x40,0x0d,0x1e,0x8c, +0x3f,0xca,0x00,0x91,0xfe,0xd9,0x41,0xf5,0x44,0x44,0x40,0x46,0x20,0x4f,0x0f,0x11, +0x10,0x56,0x09,0x23,0xe1,0x00,0x07,0x00,0x42,0x3e,0xef,0xfe,0xe0,0x0e,0x00,0xf0, +0x06,0x03,0x55,0xf7,0x55,0x0a,0xde,0xed,0x98,0xc9,0xfa,0xae,0x0c,0x08,0x43,0xa8, +0x60,0xe1,0x1e,0x0c,0xce,0xdd,0x07,0x00,0x00,0x0e,0x00,0xf0,0x17,0x95,0xf6,0x6e, +0x0c,0xbd,0xcc,0xa8,0xc9,0xfa,0xae,0x01,0x1a,0x71,0x18,0x60,0xe1,0x1e,0x3a,0xad, +0xca,0xaa,0x60,0xe1,0x1e,0x15,0x5b,0x95,0x59,0x60,0xe1,0x1e,0x00,0x09,0x60,0x08, +0xfe,0xfe,0xee,0x07,0x00,0x35,0x71,0x11,0x2c,0xa4,0x01,0x12,0xb4,0x66,0x29,0x20, +0x0b,0x40,0x13,0x15,0x00,0x82,0x26,0x80,0x66,0x6c,0x76,0x61,0x00,0x0c,0x40,0x19, +0x38,0x8d,0xf0,0x21,0xad,0xfd,0xd4,0x0a,0x60,0x4a,0x00,0x0c,0x2a,0x29,0x54,0xe1, +0x00,0xc8,0x00,0xcd,0xed,0xe7,0xe8,0x10,0x25,0xf3,0x0c,0x2a,0x29,0x56,0x79,0x0a, +0x73,0x00,0xc3,0xb4,0xa5,0x01,0xe1,0xf2,0x00,0x08,0xbe,0xcb,0x30,0x0a,0xbc,0x00, +0x00,0x22,0xc6,0x21,0x33,0x20,0x70,0x2d,0xdf,0xed,0x80,0x1d,0xdd,0x20,0x5a,0x00, +0xc5,0x5e,0x80,0x7e,0x60,0x00,0x0b,0x40,0x5c,0x30,0x00,0x3c,0x40,0x7c,0x02,0x12, +0x20,0x12,0x23,0xf1,0x2b,0xc2,0x36,0xfe,0xee,0xee,0xf4,0x0c,0x1c,0x2b,0x7b,0x00, +0x80,0x0a,0x40,0x85,0xc3,0xd1,0x63,0x3f,0x33,0x61,0x05,0x8c,0x79,0x0a,0xbb,0xfb, +0xbb,0x00,0x56,0xd7,0x52,0x45,0x5f,0x65,0x50,0x0a,0xfa,0xeb,0x6b,0x75,0xf5,0x5e, +0x00,0x0e,0x0c,0x20,0xbc,0xbf,0xbb,0xe0,0x00,0xe0,0xc2,0x0b,0x20,0xf0,0x0e,0x0f, +0x00,0x70,0xcf,0xcc,0xd0,0x02,0xc0,0xd7,0x50,0x45,0x01,0x30,0x69,0x3f,0xba,0x83, +0x4f,0x31,0x0c,0x40,0x40,0x9a,0x2a,0x01,0x4e,0x99,0x01,0x03,0x23,0x11,0x03,0x03, +0x23,0x12,0x30,0x5e,0x73,0x22,0x4e,0x20,0x53,0x11,0x13,0x40,0x54,0x75,0x02,0x5f, +0x72,0x00,0xce,0x01,0xf0,0x02,0x9b,0x00,0x00,0x3f,0xfe,0x00,0x05,0xe0,0xe2,0x00, +0x00,0x13,0xf0,0x00,0xc7,0x09,0x90,0x10,0x28,0x10,0x7e,0x97,0x6c,0xb0,0x02,0xf0, +0x5f,0x30,0x00,0x8e,0x30,0x00,0x2f,0x1e,0x50,0x09,0x21,0x23,0x2d,0xd9,0xb6,0x87, +0xc1,0x8d,0x74,0x33,0x34,0x57,0x21,0x90,0x00,0x28,0xac,0xcc,0xcb,0xb7,0x5c,0x10, +0x28,0x02,0x22,0x03,0x36,0x83,0x21,0xc9,0x01,0x38,0x07,0x32,0x01,0xa0,0x1f,0x50, +0x07,0x20,0x01,0xf0,0x20,0x65,0x30,0x44,0x40,0x1f,0xad,0x0d,0x42,0x29,0xaf,0x01, +0xf0,0x87,0x08,0xc0,0x1f,0xdd,0xdd,0xdd,0x60,0x00,0x1f,0x01,0xf1,0x11,0x11,0xa7, +0x0f,0x00,0x01,0x13,0x32,0x30,0x1f,0x01,0xf0,0x56,0x28,0xf3,0x03,0x02,0xf0,0x1e, +0xee,0xee,0xee,0x60,0x05,0xd9,0xb5,0x10,0x00,0x00,0x14,0x21,0xe2,0x02,0x9e,0xd8, +0x04,0x21,0x00,0x01,0x97,0x1e,0x20,0x00,0x35,0xe9,0x2e,0x60,0x3e,0x40,0x02,0xe1, +0x00,0xa9,0xda,0x00,0x92,0x08,0x60,0x2e,0x10,0x00,0x00,0x61,0x7f,0xff,0x2f,0x8f, +0x50,0x11,0x1f,0x31,0x11,0x00,0x17,0x19,0x00,0xb1,0x5c,0xe0,0x6e,0x0c,0xcc,0xcf, +0xdc,0xcc,0x40,0x02,0xe0,0x33,0x36,0xf7,0x33,0x31,0x92,0x00,0x21,0x9c,0xe4,0x0f, +0x08,0x30,0x6e,0x14,0xe4,0xde,0x42,0xf3,0x08,0x9e,0x30,0x04,0xf3,0x00,0x09,0xf3, +0x9b,0x20,0x00,0x06,0x60,0x0c,0xb5,0xea,0x41,0x10,0x11,0x24,0x32,0xd0,0x01,0x7d, +0xc4,0x0e,0x09,0x01,0x00,0xe0,0x95,0x00,0x3e,0xee,0xee,0xef,0x90,0x02,0xe7,0x00, +0x07,0x50,0x5d,0x80,0x84,0x5a,0x10,0x29,0x51,0x03,0x00,0xfb,0x4b,0xf1,0x05,0xff, +0xdc,0x00,0x11,0x10,0x4c,0x00,0xe1,0x02,0xe0,0x3e,0xee,0x04,0xfc,0xcf,0xdc,0xde, +0x00,0x02,0xe0,0x0f,0x00,0xe0,0x00,0x2e,0x04,0xea,0xaf,0xaa,0xbe,0x00,0x02,0xe0, +0x4d,0x33,0xf4,0x35,0x0f,0x00,0xe0,0xc0,0x0e,0x10,0x2e,0x00,0x07,0xf3,0x4b,0x00, +0xc1,0xce,0x90,0x08,0xb4,0x75,0x8a,0x89,0x02,0x22,0xd0,0x00,0x6c,0xfe,0xee,0xff, +0xe1,0x73,0x12,0x2e,0x46,0x44,0x20,0x02,0xe0,0x85,0x77,0x11,0x5f,0x36,0x0d,0x11, +0x02,0xc3,0x22,0x01,0x81,0x18,0x70,0xef,0xee,0xe3,0x01,0x44,0x40,0xd3,0x4f,0x0a, +0x50,0x3c,0xdf,0x0d,0x30,0x2e,0xf0,0x03,0x50,0xf0,0xce,0xef,0xfe,0xee,0xba,0x4e, +0x40,0x05,0xef,0xd3,0x00,0x00,0x2b,0xf0,0x02,0xc4,0xe2,0xd7,0x00,0x00,0x0f,0x3d, +0x90,0x2e,0x00,0xb5,0x00,0x09,0xf7,0x20,0x02,0xb0,0x5f,0x63,0x93,0xaa,0x30,0x00, +0x00,0x25,0x02,0xd0,0x00,0x5c,0x2d,0x01,0x21,0x00,0x01,0x36,0x43,0x20,0x08,0xed, +0xb4,0x3c,0x31,0x3d,0xa0,0x87,0x73,0x00,0x20,0x0b,0x48,0x0f,0x00,0x00,0xf2,0x37, +0xf1,0x25,0x1c,0x00,0x3b,0x00,0x01,0x11,0x09,0x71,0xb6,0x1a,0x71,0x00,0xee,0xe0, +0xa8,0xbb,0xcf,0xbb,0xb0,0x00,0x2e,0x0b,0x44,0x56,0xf5,0x53,0x00,0x02,0xe0,0xe2, +0x45,0x6f,0x55,0x30,0x00,0x2e,0x2f,0x7b,0xbc,0xfb,0xbb,0x20,0x02,0xe8,0xa1,0x11, +0x3e,0x11,0x10,0x00,0x5f,0x73,0xa6,0x00,0xb2,0x7e,0x9e,0x93,0x00,0x06,0x01,0x21, +0x1e,0x30,0x17,0xdf,0x24,0x2f,0x18,0x00,0x80,0x81,0x60,0x3e,0x30,0x0a,0xfd,0xdd, +0xed,0x9e,0x02,0x11,0xaa,0x0a,0x06,0x51,0x52,0x0a,0xec,0xd4,0x2d,0xe6,0x89,0xf0, +0x12,0x08,0x42,0xd0,0x01,0x99,0x80,0x7d,0xd8,0xca,0x9e,0x80,0x05,0x7e,0x0e,0x54, +0x44,0x44,0x5f,0x00,0x02,0xe0,0xe1,0x2c,0xcc,0x80,0xf0,0x00,0x2e,0x0e,0x13,0xa0, +0x3a,0x0f,0x0f,0x00,0x31,0x3c,0x47,0xa0,0x0f,0x00,0x60,0xd8,0x85,0x0f,0x00,0x1b, +0xf4,0xd6,0x9d,0x92,0xb0,0x0c,0xa4,0xda,0x31,0x00,0x01,0x23,0x42,0xbc,0x01,0x09, +0x37,0x14,0x20,0x22,0x00,0x4e,0x2e,0xf1,0x02,0x11,0x17,0xe2,0x11,0x10,0x01,0xc9, +0x4d,0xee,0xdd,0xde,0xed,0x70,0x01,0xb1,0x02,0xd0,0xdf,0x4b,0x10,0x0c,0x82,0x0e, +0x12,0x00,0xad,0x04,0xb0,0xf0,0x0a,0xa9,0x0e,0x6b,0xbf,0xcb,0x4f,0x00,0x68,0xe0, +0x0f,0x00,0x00,0x62,0x00,0x31,0x1a,0xbb,0xbc,0x71,0x00,0x31,0xa3,0x12,0xc0,0x0f, +0x00,0xfa,0x0a,0xa9,0x97,0x0f,0x00,0x08,0xf4,0xc1,0x10,0x00,0x7e,0xb0,0x08,0xb3, +0xbb,0x52,0x21,0x22,0x34,0x40,0xb1,0x00,0x3a,0xcd,0xdd,0xdc,0xea,0x74,0x01,0x1c, +0x3d,0xf0,0x18,0xfb,0xcc,0x4e,0xbc,0xc0,0x01,0xd8,0x0d,0x01,0xc4,0xa0,0x2c,0x00, +0x03,0xe2,0xfc,0xc9,0x4e,0xcc,0x90,0x00,0x01,0x0e,0x11,0x86,0xb1,0x18,0x30,0x00, +0x00,0x8b,0xf9,0x1c,0xeb,0x91,0x0c,0xcb,0x00,0x0f,0xd8,0x07,0x60,0x67,0xe0,0xcd, +0xfd,0xde,0xfd,0xfa,0x46,0x01,0x0f,0x00,0x60,0x02,0xe6,0xdd,0xee,0xde,0xed,0x18, +0x0f,0xe0,0x2c,0x30,0x9a,0x20,0x00,0x03,0xf3,0x9d,0x30,0x00,0x4d,0x70,0x05,0xe8, +0x2a,0x94,0x54,0x24,0x10,0xe4,0x00,0x6c,0x0b,0x6e,0x02,0x2d,0x02,0x15,0xb0,0x2c, +0x36,0x30,0x8f,0xff,0xe1,0x38,0x4b,0xa0,0x58,0x80,0x5d,0x00,0x07,0x60,0x08,0x70, +0x87,0x0a,0x8c,0x0e,0xb1,0xe3,0x08,0x71,0xe0,0x00,0x00,0xd1,0x4d,0x00,0x87,0x69, +0x57,0x1a,0x32,0xa8,0x75,0xc0,0xdd,0x39,0x20,0x09,0x80,0x9e,0x36,0x30,0x08,0x70, +0x3d,0x0a,0x24,0x21,0xf0,0x87,0x19,0x24,0x40,0x1f,0x08,0x70,0x3e,0xcf,0x3f,0xa0, +0xf0,0x87,0xcc,0x50,0x03,0xfd,0xdd,0xef,0x08,0x70,0xcf,0x41,0x37,0x12,0xe0,0x87, +0xdb,0x00,0x10,0x4e,0xb3,0x07,0xf0,0x03,0x40,0x00,0x04,0xea,0xaa,0xaa,0xaa,0xe4, +0x00,0x00,0x4c,0x22,0x22,0x22,0x2d,0x40,0x00,0x02,0xe0,0x07,0x32,0x82,0x00,0x2d, +0x13,0x33,0x22,0x20,0x02,0x96,0x6b,0xf1,0x10,0x00,0x8a,0x66,0x6f,0x66,0x69,0xb0, +0x00,0x08,0xda,0xaa,0xfa,0xaa,0xcb,0x00,0x00,0x89,0x44,0x4f,0x44,0x48,0xb0,0x00, +0x03,0x66,0x66,0xf6,0x66,0x64,0x00,0x00,0x0b,0x58,0x14,0xc0,0x4a,0x1b,0x20,0x3d, +0xdd,0xc2,0x52,0x24,0xdd,0x30,0xeb,0x73,0x30,0x03,0xf6,0x03,0xcf,0x5f,0x40,0x01, +0xd6,0xc9,0x00,0xae,0xb5,0xb0,0xd7,0x00,0xa4,0xbb,0xbb,0xbf,0x10,0x3c,0xfe,0xe9, +0x01,0x16,0x3c,0xf0,0x32,0x00,0xd1,0x05,0x77,0x77,0x7f,0x80,0x00,0x0d,0x10,0x7a, +0xab,0xfa,0xaa,0x11,0xee,0xff,0xe4,0x50,0x1e,0x00,0x60,0x02,0x0d,0x04,0x1c,0x61, +0xf0,0xb7,0x00,0xa2,0xd2,0xb0,0x19,0x4f,0xd4,0x00,0x06,0x5d,0x66,0x00,0x9d,0xeb, +0x40,0x00,0x23,0xd6,0x76,0xe7,0x1e,0x1d,0x70,0x19,0xce,0xb7,0x82,0x01,0xe0,0x1a, +0x20,0x62,0x00,0x00,0x0a,0xfa,0xbe,0x0b,0x00,0x02,0x10,0x11,0xa0,0xbd,0x04,0x14, +0x00,0x0f,0x00,0x16,0x30,0x0f,0x00,0x00,0xcf,0x34,0x00,0xcb,0x22,0x01,0xb9,0x09, +0x30,0x02,0x29,0xa2,0x84,0x23,0x30,0x01,0xdd,0xfe,0x94,0x40,0x10,0xd2,0x63,0x86, +0x30,0x60,0x04,0xd2,0x12,0x74,0x31,0x3f,0x4a,0xc3,0x7f,0x01,0x20,0x5f,0xb0,0x1f, +0x61,0xd2,0x6a,0xd6,0x4e,0xc5,0x00,0x00,0x4f,0xea,0x51,0x00,0x07,0xdf,0x30,0x73, +0x66,0xf3,0x05,0x10,0xde,0xdd,0xf5,0x4f,0xdd,0xdf,0x3d,0x30,0x0a,0x54,0xb0,0x00, +0xd3,0xdd,0xcc,0xe5,0x4f,0xcc,0xcf,0x0d,0x00,0x80,0xdc,0xbb,0xe5,0x4e,0xbb,0xbf, +0x3d,0x51,0x1f,0x54,0xa0,0xd3,0xd3,0x9e,0xfe,0xef,0xea,0x0d,0x3d,0x30,0x0f,0x9e, +0x54,0xf0,0x02,0xd3,0x23,0xf3,0x3f,0x33,0x0d,0x3d,0x3b,0xcf,0xbb,0xfc,0xb0,0xd3, +0xd3,0x04,0xb0,0x0f,0xc0,0x56,0xd1,0xc5,0x00,0xf0,0x22,0xe3,0xd3,0x78,0x00,0x0f, +0x0c,0xec,0x00,0xde,0x67,0x54,0x11,0x3d,0x67,0x54,0x19,0xd3,0x0d,0x00,0x90,0xdd, +0xbb,0xe7,0x1f,0xbb,0xbf,0x3d,0x50,0x00,0x74,0x54,0xf0,0x09,0xd4,0x0a,0xdd,0xdd, +0xd0,0x0d,0x3d,0x40,0xb4,0x00,0x0f,0x00,0xd3,0xd4,0x0b,0xba,0xaa,0xf0,0x0d,0x3d, +0x40,0xb6,0x33,0x3f,0x0d,0x00,0x20,0x40,0x00,0x0d,0x00,0x84,0xbe,0xee,0xee,0x22, +0xe3,0xd4,0x03,0x10,0x25,0x4a,0x10,0x45,0x3c,0x36,0xf1,0x14,0x20,0x01,0xeb,0x00, +0x00,0xe1,0x2e,0x00,0x1d,0x7a,0xb0,0x00,0xe1,0x77,0x03,0xd8,0x00,0xab,0x10,0xe1, +0xd1,0x7f,0x60,0x00,0x08,0xe3,0xe1,0xd0,0x44,0xff,0xff,0xfc,0x30,0xe1,0x69,0xa5, +0x31,0x21,0xe1,0x0f,0xed,0x0d,0x30,0xe1,0x0d,0xaf,0x6b,0x29,0xf7,0x12,0xe2,0x3f, +0x10,0x00,0x88,0x01,0x00,0xe5,0xc6,0x05,0xc0,0x88,0x4d,0x00,0xe1,0x00,0x2e,0x30, +0x88,0x08,0xb0,0xe1,0x00,0xc5,0x00,0x98,0x00,0xb2,0xe1,0x00,0x00,0x6f,0xe4,0x0c, +0x25,0x12,0x70,0xe7,0x01,0x11,0xa9,0x15,0x24,0x00,0x16,0x41,0x00,0x28,0x3d,0x21, +0x4f,0xb0,0xa5,0x3e,0xa2,0x3f,0xbf,0xcc,0xce,0xec,0xcc,0x80,0x00,0x45,0xb0,0x39, +0x2e,0x10,0x5e,0x7b,0x13,0x60,0x80,0x00,0x05,0xc3,0x33,0xb8,0x62,0x23,0x80,0x5d, +0xaa,0xbf,0xba,0xaa,0xa8,0x00,0x22,0xb1,0x5c,0x70,0x22,0x20,0x1c,0xcc,0xcd,0xff, +0xfd,0x37,0x08,0xf0,0x00,0x07,0xd6,0xf6,0xd7,0x00,0x00,0x04,0x9e,0x80,0x1f,0x00, +0x8d,0xa5,0x02,0xb6,0x7c,0x06,0x20,0x04,0x91,0x4b,0x1a,0xa0,0x05,0x23,0x00,0x00, +0x55,0x7e,0x55,0x40,0xe2,0xe1,0x07,0x5c,0xf0,0x0b,0x86,0x4b,0x09,0x40,0x00,0x66, +0x94,0x9b,0x2c,0xed,0xdd,0xd2,0x06,0x74,0xf4,0xc6,0xf8,0x2e,0x32,0x00,0x67,0x91, +0x7c,0x7c,0x60,0xe1,0xc2,0x36,0x40,0xf2,0x8f,0xef,0xee,0x3d,0x0c,0xf0,0x12,0x08, +0x70,0xe1,0x00,0x0d,0xee,0xed,0xe9,0x86,0x0e,0x10,0x00,0xe0,0xb4,0x34,0x98,0xfe, +0xfe,0xe0,0x0e,0x2c,0x3c,0x49,0x87,0x0e,0x20,0x00,0xe7,0xc9,0xb7,0x98,0x60,0xe1, +0xe6,0x5b,0xd0,0x59,0x8e,0xdf,0xdd,0x50,0xe0,0x00,0x9c,0x58,0x82,0x22,0x20,0x1d, +0x25,0x42,0x14,0xd8,0xe7,0x4a,0xf3,0x0e,0xed,0xcc,0xcd,0xfc,0xcc,0xce,0x70,0xe1, +0x55,0x52,0xe2,0x55,0x38,0x70,0xd1,0x44,0x42,0xe1,0x44,0x38,0x60,0x04,0xbb,0xb3, +0xe3,0xbb,0xb0,0x00,0x01,0x2d,0x65,0xf2,0x10,0xca,0xab,0xfa,0xaa,0xf3,0x00,0x0a, +0xa6,0x68,0xe6,0x66,0xe3,0x00,0x0a,0x94,0x46,0xe4,0x44,0xe3,0x00,0x0a,0xec,0xcd, +0xfc,0xcc,0xf3,0x70,0x0a,0x60,0x02,0xe0,0x49,0x00,0x44,0xce,0xdd,0xde,0x70,0x65, +0x15,0x11,0x1d,0xcd,0x1e,0x05,0x34,0x5b,0x1a,0x08,0xe1,0x4c,0x02,0xa1,0x6e,0x15, +0xd0,0x70,0x37,0x00,0x3a,0x26,0x16,0xe1,0x75,0x18,0x1a,0xfc,0x84,0x18,0x0d,0x93, +0x18,0x31,0x03,0xee,0xb0,0x21,0x11,0x01,0xbe,0x33,0x00,0x50,0x60,0x00,0x9b,0x06, +0x80,0x2e,0x30,0x4d,0x22,0x22,0x00,0xef,0xff,0x74,0x6a,0x1a,0xf0,0x1e,0x00,0x00, +0x28,0x5a,0x40,0x30,0x4f,0xff,0xfb,0x65,0x02,0x42,0x04,0xd1,0x11,0x10,0x1e,0x00, +0x00,0x6c,0x58,0xa1,0xe3,0x04,0xe4,0x44,0x41,0x3c,0xcc,0xcf,0x30,0x4f,0x40,0x03, +0x01,0x2d,0x00,0x0b,0x3c,0x00,0x0b,0x16,0x25,0x12,0x10,0xf6,0x79,0x05,0x4e,0x70, +0x11,0x5d,0x3f,0x15,0x70,0x50,0x06,0xc3,0x5e,0x33,0x3f,0x33,0x08,0x5d,0xc6,0xd0, +0x00,0xf0,0x0b,0x60,0x06,0xa0,0x2f,0xee,0xef,0x00,0xb6,0x0f,0x00,0x31,0x2d,0x11, +0x1f,0x0f,0x00,0x22,0xfc,0xcc,0x0f,0x00,0xe0,0x00,0x0f,0x00,0xb6,0x00,0x6f,0xee, +0xfe,0xee,0xfe,0xef,0x60,0x06,0xb2,0x66,0x01,0x1c,0xc6,0x2c,0x4e,0x01,0x59,0x6f, +0x00,0x4e,0x08,0x50,0x1d,0x10,0x00,0x1e,0x20,0x80,0x02,0x00,0x32,0x85,0x10,0x01, +0x7e,0x02,0x35,0xff,0xee,0xe1,0x3c,0x01,0x02,0xa2,0x01,0x22,0x00,0x1f,0xb1,0x58, +0x22,0x01,0xf0,0x48,0x14,0x57,0x1f,0xed,0xdd,0xdd,0xdf,0x0f,0x00,0x10,0x22,0xeb, +0x1c,0x30,0x00,0x01,0xfd,0x54,0x56,0x05,0x21,0x97,0x30,0xc1,0x00,0xe2,0x5d,0x07, +0x31,0x0c,0x1c,0x0e,0x0c,0x16,0xe0,0xc1,0xd0,0xe0,0x69,0xbe,0x99,0x50,0x0c,0x1d, +0x0e,0x0a,0x84,0x44,0xa8,0x0f,0x00,0xf0,0x08,0xa8,0x33,0x3a,0x80,0x0d,0x1d,0x0e, +0x0a,0xb9,0x99,0xc8,0x00,0xd1,0xd0,0xe0,0xa5,0x00,0x08,0x80,0x0e,0x0d,0x0e,0x0a, +0x08,0x21,0x15,0xe0,0x0f,0x00,0x00,0x1e,0x00,0xf6,0x07,0x03,0xc0,0xd0,0xe0,0x36, +0x64,0x65,0x20,0x79,0x00,0x0e,0x04,0xe7,0x08,0xd2,0x09,0x30,0x00,0xa9,0xd4,0x00, +0x05,0x03,0x32,0x03,0x5e,0x7e,0xd0,0x3e,0xbb,0xd9,0x6d,0xde,0xed,0xd6,0x03,0xc0, +0x06,0x90,0x00,0xb4,0x65,0x59,0xf0,0x09,0xe9,0x0b,0xdf,0xdd,0xc0,0x03,0xc0,0x07, +0x90,0xd2,0x00,0x1e,0x00,0x2b,0xbb,0xb7,0x0d,0xdc,0xcc,0xe0,0x02,0x22,0x22,0x21, +0x0f,0x00,0xf4,0x26,0xbb,0xce,0xbb,0x7d,0xdc,0xcd,0xe0,0x00,0x72,0xb0,0x00,0xd5, +0x33,0x4e,0x00,0x2c,0x2f,0xdd,0x27,0x99,0x9a,0x80,0x04,0xe3,0xb0,0x00,0x5e,0x11, +0xd4,0x00,0x6d,0xcb,0x00,0x9e,0x30,0x02,0xe4,0x0b,0x47,0xe6,0x27,0x10,0x00,0x02, +0x21,0xd0,0x02,0x9c,0xef,0xee,0xef,0xf9,0x01,0xb3,0x03,0x01,0xcd,0x1b,0xf0,0x08, +0x88,0x00,0x00,0x01,0x42,0x60,0x0f,0x9b,0x00,0x00,0x38,0xed,0x6c,0x00,0xcd,0xe6, +0x00,0xbd,0xf5,0x05,0xc0,0x08,0xa3,0xcf,0x47,0xc2,0x5c,0x00,0x2f,0x33,0x40,0x00, +0xd4,0x05,0xc0,0x00,0x5e,0xe5,0x88,0x19,0x80,0x03,0x00,0x00,0xf2,0x05,0xc0,0x0e, +0x2a,0x6f,0x37,0xf0,0x06,0x5c,0x00,0xce,0xb0,0x00,0x06,0xc0,0x05,0xc0,0x0a,0x9a, +0xd1,0x00,0xd6,0x00,0x5c,0x00,0x6b,0x02,0x10,0x9d,0xb7,0x95,0xa6,0xe5,0x29,0x2d, +0x20,0x00,0x5c,0x00,0x03,0xdf,0x60,0x26,0x08,0x17,0x26,0x72,0x21,0x07,0x0d,0x3a, +0x02,0x45,0x0b,0x03,0x9f,0x08,0x12,0xc4,0x6e,0x17,0x81,0x0a,0xcc,0xcc,0xcc,0xcb, +0x00,0x00,0x36,0xf1,0x72,0x30,0x30,0x08,0xb6,0x07,0x00,0xf0,0x07,0xc8,0x00,0x88, +0x09,0xcc,0xcc,0xc6,0x09,0x80,0x08,0x80,0xc5,0x11,0x17,0x80,0x98,0x00,0x88,0x0c, +0x51,0x11,0x78,0x0f,0x00,0x51,0xcd,0xbb,0xbb,0x60,0x98,0x5f,0x36,0x32,0x02,0xcc, +0x40,0xb8,0x36,0x12,0xe1,0xa6,0x0d,0x11,0xe7,0xc3,0x67,0x01,0x05,0x00,0x02,0x49, +0x45,0x2f,0xfb,0x00,0x01,0x00,0x52,0x0b,0x67,0x00,0x1f,0x15,0x6c,0x00,0x49,0x38, +0xe6,0x00,0xdb,0x0e,0x00,0x53,0xfb,0xee,0xf7,0x00,0xe7,0xf5,0x00,0x10,0x07,0x29, +0x7a,0x2f,0xf7,0xfa,0xf6,0x00,0x4f,0x86,0xfb,0xfb,0xf3,0x00,0xfb,0xfd,0xf9,0xee, +0x69,0x00,0x5f,0xf9,0x00,0xfe,0x00,0xfc,0x76,0x00,0x4c,0x26,0xf5,0xfd,0x98,0x6a, +0x9f,0xfa,0xf8,0x00,0xfd,0x07,0x07,0x00,0x00,0x02,0xec,0x00,0x48,0x1c,0xf3,0x11, +0x00,0x17,0xf9,0x0a,0x34,0x0f,0x01,0x00,0x45,0x00,0xc6,0x02,0x03,0x6e,0x00,0xd2, +0xfe,0xfd,0x00,0x00,0xf1,0xfc,0xfc,0x00,0x01,0xfc,0xfe,0xf5,0x06,0xd6,0x02,0x43, +0x06,0xfc,0xfe,0xfe,0x13,0x88,0x0f,0x01,0x00,0x3f,0x06,0xd0,0x9a,0x40,0xfc,0xfc, +0xfa,0x00,0x39,0x1d,0x06,0xb1,0x03,0x5f,0xfd,0x00,0xfc,0xfd,0xfd,0xe1,0x01,0x46, +0x13,0xf9,0x81,0x00,0x40,0xfd,0xfa,0xfb,0xfc,0x2a,0x0d,0x15,0xfd,0x55,0x03,0x4f, +0xf9,0xfd,0xfc,0xfd,0x59,0x02,0x45,0x13,0xf7,0x65,0x00,0xaa,0xfd,0x00,0xf5,0x00, +0xfa,0x00,0xfd,0xfe,0xfb,0xfb,0x4d,0x02,0x4f,0xfc,0x00,0xfe,0x00,0x01,0x00,0x56, +0x02,0x7d,0x6c,0x00,0x88,0x00,0x3f,0x00,0xf8,0xfd,0x64,0x00,0x44,0x30,0xed,0x00, +0xed,0x6f,0x1d,0xf0,0x01,0xf6,0xfd,0xdb,0xfb,0x00,0x00,0x01,0x01,0xfa,0x00,0xf8, +0x00,0xf7,0xfc,0x00,0xfa,0xd0,0x03,0x7f,0xfd,0xfc,0xfb,0xfc,0xf9,0xfc,0xf8,0xde, +0x01,0x49,0x21,0x00,0xff,0x70,0x01,0x2f,0xfc,0xff,0x54,0x01,0x56,0x38,0xfa,0x00, +0xfa,0x17,0x81,0x0f,0x75,0x00,0x55,0x12,0xf5,0x4a,0x03,0x82,0xfe,0xfd,0xfb,0x00, +0xfe,0xfb,0xfc,0xfd,0xc0,0x02,0x12,0xfe,0xe4,0x01,0x6f,0xf7,0xfc,0xfb,0xfc,0xfc, +0xfb,0xd1,0x02,0x41,0x32,0xe8,0x00,0xd7,0x69,0x41,0xf2,0x00,0xf7,0x01,0xf9,0x00, +0xfa,0xe0,0xf8,0xec,0xf1,0x00,0xec,0x00,0xeb,0x00,0xfd,0x70,0x01,0x6f,0xfb,0xfd, +0xf6,0xf7,0x00,0xf6,0xf3,0x00,0x44,0x41,0xe2,0xf7,0xe2,0xec,0x30,0x05,0x30,0xd9, +0xfd,0xfa,0x02,0x01,0x40,0xfd,0xeb,0x00,0xf4,0x5d,0x02,0x03,0xd6,0x02,0x1f,0xfc, +0x91,0x06,0x43,0x00,0x2a,0x03,0x03,0x58,0x02,0x10,0xfb,0x26,0x05,0x85,0x02,0xff, +0x00,0xfd,0x00,0xff,0xfd,0x00,0x60,0x02,0x1f,0xfe,0xc0,0x03,0x44,0x35,0xfc,0x00, +0x04,0x28,0x05,0x12,0xfb,0x11,0x00,0x07,0xfe,0x01,0x0f,0x01,0x00,0x48,0xb1,0xe3, +0xed,0xe3,0xe8,0xfb,0xfb,0x00,0xf5,0xfa,0xde,0xf5,0xd4,0x01,0xff,0x04,0xfc,0xf2, +0x00,0xed,0xee,0xfb,0xed,0x00,0x00,0xf4,0xf0,0xfb,0xf4,0xf7,0xf7,0xf5,0xf7,0xec, +0x00,0xf1,0x00,0x44,0x21,0xfc,0xf8,0x07,0x00,0x20,0xf3,0xfd,0x6e,0x01,0x21,0xfd, +0xfc,0xcc,0x03,0x13,0xfd,0xd3,0x03,0x0f,0x26,0x05,0x47,0x21,0xee,0xfb,0x34,0x4f, +0x71,0xfc,0xfd,0xed,0xfd,0x00,0xfd,0x03,0x3e,0x04,0x12,0xfa,0xb0,0x04,0x8f,0xfd, +0x00,0xf8,0xfe,0xfe,0xfc,0xfe,0xf9,0x19,0x06,0x44,0x22,0xfd,0xf7,0xc2,0x03,0x13, +0xee,0xdb,0x00,0x01,0xdc,0x08,0x1d,0xfd,0xad,0x05,0x0f,0xce,0x02,0x3c,0x13,0xfd, +0x2a,0x05,0x63,0x01,0xfb,0x00,0xfc,0xfb,0xfd,0x16,0x00,0x22,0xfe,0xfc,0x83,0x01, +0x20,0xfd,0xfc,0x03,0x00,0x0f,0xf0,0x00,0x43,0xd2,0xe8,0xee,0xe8,0xee,0xf9,0xf9, +0xfe,0xfc,0xfc,0xe5,0xfc,0xfc,0xfd,0xb2,0x05,0x20,0xee,0xf5,0xd1,0x11,0xaf,0xf5, +0xf5,0xf9,0xf7,0xfc,0xfa,0xf7,0xfc,0xf3,0x00,0x82,0x07,0x46,0x00,0x5e,0x01,0xd2, +0xfb,0xf7,0xf8,0x00,0xfd,0xfe,0xfe,0x00,0xfc,0xfc,0x00,0xfc,0xfa,0x1d,0x05,0x6f, +0xfc,0xfa,0xfc,0xfc,0xfa,0xfc,0xae,0x05,0x4f,0x62,0xe9,0xf8,0xf2,0xf8,0x00,0xed, +0xb7,0x1c,0x01,0x0b,0x43,0x00,0x5c,0x02,0x1f,0x03,0x6c,0x00,0x43,0x17,0xf2,0x3d, +0x02,0x10,0xfa,0x08,0x07,0x07,0x2d,0x04,0x0f,0xeb,0x00,0x47,0x64,0xf8,0x00,0xf9, +0xfd,0x02,0xfd,0x78,0x00,0x95,0xf1,0x00,0xfb,0x00,0xff,0xf4,0x00,0xf9,0xfc,0xba, +0x0c,0x5f,0xff,0xff,0xfb,0xff,0xff,0x18,0x0d,0x4d,0x00,0xf8,0x07,0x01,0x1d,0x05, +0x33,0xfd,0xfa,0x00,0xa4,0x0d,0x4f,0x02,0x02,0x02,0x02,0x56,0x02,0x45,0x13,0x03, +0x97,0x04,0x50,0xfb,0xfb,0xfa,0x00,0xfc,0x57,0x03,0x00,0x55,0x02,0x03,0x78,0x00, +0x3f,0x01,0x01,0xfe,0xc0,0x0b,0x41,0x81,0x04,0x0b,0x0d,0x00,0xf3,0xfc,0xf3,0xfc, +0x86,0x0d,0x00,0xb5,0x69,0x70,0x12,0x0c,0x09,0x10,0x00,0x11,0xfb,0xfe,0x07,0x01, +0x94,0x06,0x3f,0x03,0x00,0xff,0xe6,0x01,0x43,0x21,0x04,0xf7,0x00,0xaa,0x02,0xde, +0x07,0x13,0xf9,0x4d,0x02,0x01,0x2b,0x04,0x12,0x0a,0x02,0x47,0x3f,0x00,0x04,0xfc, +0xbe,0x03,0x48,0x02,0xff,0x05,0x01,0xd7,0x01,0x1f,0xfc,0x62,0x09,0x54,0x74,0x03, +0xf4,0x03,0x00,0x03,0x03,0xfd,0x84,0x00,0x00,0x7b,0x00,0x21,0xfd,0xfb,0x41,0x05, +0x00,0x20,0x06,0x0e,0xf8,0x07,0x0f,0x01,0x00,0x4d,0x1f,0x02,0x52,0x0a,0x4d,0x1a, +0x00,0x48,0x03,0x1f,0xf8,0xd8,0x00,0x54,0xa4,0xf1,0xfa,0xf1,0xf7,0x07,0x07,0x00, +0xfc,0x00,0xf1,0xa4,0x06,0x34,0x03,0xfa,0xfd,0xf8,0x07,0x5f,0x07,0x05,0x00,0x07, +0xff,0x78,0x0f,0x44,0x17,0x03,0x28,0x05,0x19,0xfd,0x5f,0x11,0x1f,0xfb,0xc8,0x01, +0x4a,0x65,0xf9,0x02,0x03,0x04,0x04,0xf9,0x90,0x05,0x11,0xff,0x50,0x02,0x01,0x3c, +0x05,0x1f,0xfb,0xa4,0x05,0x48,0x44,0xfd,0xf7,0xfe,0xf7,0x88,0x0e,0x40,0xfb,0x00, +0xfe,0x00,0xb3,0x04,0x28,0xfb,0xff,0x67,0x08,0x1f,0xfa,0x78,0x00,0x43,0x41,0xf5, +0x00,0xf5,0xfe,0xe7,0x00,0x30,0xf8,0x00,0xfa,0xe4,0x08,0x00,0xa0,0x05,0x09,0x78, +0x00,0x0f,0x6e,0x01,0x40,0x00,0x07,0x06,0x30,0x02,0xfc,0xfe,0x35,0x03,0x00,0x18, +0x05,0x10,0xf7,0x1f,0x05,0x13,0xf7,0x61,0x01,0x0f,0x40,0x0b,0x4d,0x10,0xf7,0xef, +0x0e,0x01,0x10,0x0e,0x00,0xf8,0x06,0x10,0x00,0x48,0x11,0x08,0x68,0x01,0x1f,0xfc, +0x7e,0x00,0x46,0x1a,0xfc,0x0c,0x0f,0x10,0xf8,0x24,0x0d,0x03,0xa5,0x04,0x23,0xfd, +0xff,0x46,0x0b,0x0f,0x01,0x00,0x72,0x1f,0xfb,0xf2,0x01,0x0c,0x2e,0xfe,0xfe,0xf8, +0x14,0x0f,0x23,0x10,0x32,0x1f,0xf9,0xe5,0x00,0x58,0x15,0xf9,0x6e,0x00,0x31,0xf9, +0xf4,0xf9,0x10,0x51,0x07,0xa5,0x10,0x0c,0xb5,0x10,0x0c,0x1f,0x01,0x0c,0x25,0x12, +0x0f,0x21,0x16,0x22,0x02,0x01,0x00,0x1f,0xf6,0x99,0x16,0x5e,0x0f,0x01,0x00,0x56, +0x1e,0xef,0xe9,0x00,0x0f,0x92,0x00,0x52,0x13,0xf4,0xf6,0x26,0x0f,0x61,0x01,0x56, +0x0f,0xd0,0x02,0x0c,0x1f,0x0a,0xf0,0x00,0x53,0x0f,0x28,0x04,0x5f,0x09,0x30,0x04, +0x1f,0xef,0xa8,0x04,0x65,0x3f,0xf2,0xf9,0xf9,0xfa,0x02,0x53,0x1b,0xed,0xd0,0x02, +0x02,0xbb,0x0c,0x1f,0xef,0x34,0x04,0x11,0x03,0xf6,0x0d,0x3f,0xea,0xef,0xea,0x48, +0x03,0x2d,0x1f,0xfe,0xf6,0x01,0x1a,0x03,0x3b,0x00,0x00,0x33,0x85,0x0f,0xca,0x15, +0x3e,0x0f,0x38,0x03,0x47,0x0f,0xc7,0x04,0x74,0x12,0xf4,0x4e,0x1b,0x0f,0x01,0x00, +0x4e,0x0f,0xa2,0x04,0x65,0x42,0xf4,0xf9,0x00,0xf9,0x08,0x07,0x00,0x73,0x01,0x23, +0xf2,0xfb,0x66,0x01,0x3f,0xf4,0x00,0xf4,0x6d,0x01,0x4b,0x2f,0xf6,0xfe,0xf0,0x00, +0x63,0x15,0xf6,0xfa,0x07,0x00,0xf0,0x00,0x20,0xf9,0xf6,0x08,0x00,0x1f,0xfe,0x3e, +0x05,0x50,0x12,0xf9,0xbd,0x02,0x3f,0xfb,0x02,0x02,0x8b,0x07,0x60,0x1f,0xf9,0x4c, +0x0a,0x8b,0x0f,0x80,0x08,0x4a,0x2f,0xef,0xf4,0x68,0x02,0x63,0x1f,0xf6,0xd0,0x02, +0x5a,0x03,0xe5,0x01,0x1f,0xf6,0x53,0x02,0x58,0x18,0xfb,0x94,0x05,0x4f,0xf6,0xf6, +0xf6,0xfb,0x54,0x02,0x5c,0x1f,0xfb,0x30,0x0c,0x5a,0x1f,0xf6,0xe9,0x11,0x5a,0x0f, +0x27,0x06,0x2b,0x1f,0xfb,0x5d,0x06,0x30,0x1b,0x02,0x53,0x00,0x0f,0x98,0x0d,0x5a, +0x0f,0xe3,0x0a,0x68,0x14,0xfb,0x6d,0x00,0x0f,0x37,0x04,0x54,0x1f,0xe8,0xbe,0x01, +0x0c,0x17,0xf4,0x8e,0x00,0x1a,0xf6,0x48,0x17,0x12,0xea,0x74,0x03,0x10,0xfb,0x8c, +0x0e,0x23,0xef,0xf4,0x19,0x0a,0x2f,0xf6,0xf2,0x10,0x0e,0x36,0x01,0x37,0x17,0x05, +0x65,0x03,0x00,0xd2,0x04,0x13,0xfb,0xc5,0x06,0x18,0xfb,0xfc,0x03,0x07,0x0a,0x04, +0x0f,0x8b,0x06,0x88,0x1f,0xf2,0xaa,0x06,0x33,0x1f,0xf9,0xd8,0x09,0x4a,0x1e,0xf9, +0x3b,0x0f,0x0f,0x81,0x00,0x25,0x1f,0xf9,0x8b,0x0a,0x64,0x1f,0xea,0x57,0x02,0x11, +0x04,0x1e,0x07,0x28,0xf9,0xfb,0x2a,0x07,0x26,0xf2,0xf4,0x75,0x03,0x2f,0xed,0xf6, +0xc6,0x00,0x1c,0x1f,0xef,0xe0,0x01,0x1d,0x1e,0x02,0x0b,0x03,0x0f,0x60,0x0c,0x21, +0x1f,0xed,0x68,0x03,0x21,0x02,0x87,0x00,0x44,0xf2,0xf6,0xf6,0xf6,0x8b,0x0a,0x24, +0xef,0xf9,0x68,0x05,0x0f,0x78,0x00,0x33,0x2f,0xf9,0xfb,0xcb,0x00,0x07,0x16,0xf9, +0xc0,0x03,0x3f,0xfe,0xf4,0xf9,0xc9,0x0c,0x94,0x1f,0xea,0xed,0x12,0x27,0x12,0xfb, +0x68,0x01,0x0f,0xe0,0x01,0x43,0x1e,0x00,0x98,0x0f,0x0f,0x58,0x02,0x32,0x1f,0xfb, +0xd7,0x14,0x32,0x0f,0x2b,0x0c,0x51,0x15,0xfb,0x03,0x12,0x38,0xf2,0xf2,0xf2,0xb9, +0x06,0x1f,0xef,0xea,0x0b,0x5d,0x2f,0xef,0xf9,0x02,0x13,0x67,0x0f,0xb0,0x01,0x1d, +0x1f,0xfe,0xce,0x0d,0x2e,0x1f,0xfe,0x08,0x07,0x48,0x0f,0x1b,0x02,0x0e,0x1f,0xfb, +0x78,0x00,0x64,0x0f,0x3d,0x00,0x59,0x1e,0xf9,0x48,0x00,0x0f,0xad,0x0a,0x43,0x1f, +0x05,0x78,0x00,0x38,0x0f,0xe0,0x01,0x36,0x1f,0xfe,0xd0,0x02,0x56,0x0f,0x90,0x15, +0x38,0x0f,0x1f,0x19,0x57,0x1f,0xf9,0x87,0x01,0x27,0x2e,0xf9,0xfb,0x9f,0x02,0x0f, +0x78,0x00,0x35,0x1f,0xef,0xf0,0x00,0x45,0x1f,0xf6,0x7b,0x1a,0x64,0x1f,0xf4,0x3b, +0x00,0x33,0x1f,0xf9,0x59,0x1b,0x95,0x1f,0xfb,0x1d,0x00,0x0b,0x01,0x03,0x0e,0x1f, +0xf9,0x32,0x00,0x13,0x1f,0xfb,0x98,0x00,0x50,0x1f,0x07,0xf7,0x03,0x64,0x1f,0x07, +0x79,0x00,0x05,0x1f,0x0c,0x2f,0x1d,0x8c,0x1f,0xf6,0x78,0x00,0x14,0x1f,0xfe,0x07, +0x04,0x14,0x1f,0x05,0x38,0x04,0x33,0x1f,0xf9,0x7b,0x16,0x64,0x1f,0xf9,0xc3,0x1e, +0x72,0x2f,0x05,0x05,0xa5,0x12,0x71,0x0f,0x62,0x13,0x69,0x09,0xbb,0x0b,0x2f,0x00, +0xf4,0x00,0x0f,0x4c,0x03,0x3b,0x00,0x07,0x48,0x12,0x2f,0xf9,0xfb,0xa1,0x03,0x3a, +0x0f,0x6f,0x0d,0x47,0x1f,0xfb,0xa4,0x16,0x20,0x04,0x0f,0x00,0x16,0xfe,0x35,0x23, +0x1f,0xf9,0xd8,0x09,0x58,0x0f,0x60,0x1a,0x53,0x0f,0x91,0x01,0x14,0x0f,0x0b,0x1a, +0x5c,0x0f,0xa8,0x0c,0x3d,0x1f,0xf9,0xfb,0x03,0x09,0x1f,0xfe,0xe9,0x1a,0x28,0x1f, +0xf2,0x51,0x1b,0x26,0x27,0xfb,0xf4,0xf3,0x0f,0x2f,0xfb,0xf9,0x88,0x0e,0x2c,0x2e, +0xf2,0xf2,0xc6,0x1a,0x05,0xce,0x02,0x28,0xf4,0xf4,0x55,0x01,0x44,0xf2,0xfb,0xfe, +0xfe,0x38,0x04,0x14,0xf9,0x29,0x00,0x06,0xcd,0x42,0x20,0x01,0x02,0xf8,0x41,0x37, +0x04,0x03,0x05,0xaf,0x61,0x12,0x06,0xbd,0x07,0x02,0x06,0xe8,0x21,0x00,0x00,0x9e, +0x60,0x35,0x0a,0x11,0x0a,0x0b,0xe8,0x21,0x02,0x1b,0x79,0x4d,0x01,0x10,0xe8,0xfd, +0x05,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25, +0x29,0x2a,0x2b,0x2c,0x2d,0x77,0x19,0x00,0x37,0xa8,0xf0,0x1c,0x30,0x00,0x31,0x32, +0x33,0x34,0x35,0x36,0x37,0x00,0x38,0x39,0x3a,0x00,0x00,0x3b,0x3c,0x3d,0x3e,0x3f, +0x40,0x41,0x00,0x42,0x43,0x44,0x45,0x46,0x47,0x00,0x00,0x00,0x48,0x49,0x4a,0x4b, +0x4c,0x4d,0x00,0x4e,0x36,0x4f,0x00,0xd3,0xe4,0xf2,0x1c,0x36,0x52,0x32,0x32,0x53, +0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x00,0x5f,0x60,0x61,0x62, +0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x32,0x6a,0x6b,0x00,0x6c,0x6d,0x6e,0x6f,0x6f, +0x00,0x70,0x00,0x71,0x72,0x73,0x85,0x4f,0x80,0x75,0x00,0x76,0x00,0x00,0x32,0x77, +0x78,0xb7,0x7d,0x8f,0x7a,0x7b,0x7c,0x00,0x7d,0x7e,0x7f,0x00,0x01,0x00,0xff,0x06, +0x22,0x01,0x02,0x5c,0x15,0x30,0x03,0x04,0x00,0xee,0xe9,0x07,0xc7,0x9d,0x10,0x0a, +0xd8,0x44,0x42,0x00,0x0c,0x00,0x0d,0xa4,0x2e,0x21,0x0e,0x00,0x08,0x00,0x51,0x0d, +0x00,0x0f,0x10,0x11,0xff,0x01,0x40,0x00,0x17,0x03,0x00,0x85,0x5e,0xf4,0x03,0x19, +0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x1f, +0x20,0x18,0xea,0x1c,0x03,0x01,0xa1,0xf3,0x00,0x28,0x29,0x00,0x2a,0x00,0x2b,0x2c, +0x2d,0x2e,0x00,0x2b,0x2b,0x00,0x2f,0x30,0x06,0x02,0x30,0x38,0x39,0x3a,0x04,0x02, +0x31,0x3d,0x3e,0x3f,0xae,0x6c,0x50,0x41,0x42,0x00,0x43,0x00,0x0a,0x02,0x00,0x07, +0x02,0xd0,0x00,0x4c,0x4c,0x00,0x00,0x4d,0x4e,0x00,0x4f,0x50,0x51,0x52,0x53,0x05, +0x02,0x01,0x06,0x02,0x20,0x56,0x44,0x08,0x02,0x30,0x5f,0x60,0x56,0x08,0x02,0x00, +0xfe,0x8e,0x00,0x0b,0x02,0x10,0x6a,0x0d,0x51,0x00,0x0c,0x02,0x50,0x00,0x70,0x71, +0x72,0x73,0x90,0x51,0x41,0x75,0x76,0x00,0x00,0x06,0x02,0x0f,0x01,0x00,0xfc,0x50, +0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 12260, .glyph_id_start = 109, .list_length = 44, .type = 3, .unicode_list = 4056, .glyph_id_ofs_list = 0 }, +{ .range_start = 12449, .range_length = 43, .glyph_id_start = 153, .list_length = 43, .type = 0, .unicode_list = 0, .glyph_id_ofs_list = 4144 }, +{ .range_start = 12493, .range_length = 33, .glyph_id_start = 192, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 12527, .range_length = 27114, .glyph_id_start = 225, .list_length = 282, .type = 3, .unicode_list = 4187, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[64858] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_L_s = { +.uncomp_size = 64530, +.comp_size = 39365, +.line_height = 18, +.base_line = 4, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 127, +.right_class_cnt = 120, +.glyph_bitmap = 4751, +.class_pair_values = 48276, +.left_class_mapping = 63516, +.right_class_mapping = 64023, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 64858, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_16.c b/radio/src/fonts/lvgl/lv_font_noto_jp_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_16.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_STD.c index 9f93b18366f..e8dfd0e3f22 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_STD.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 4 - * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x3042,0x3044,0x3048,0x304a,0x304b,0x304c,0x304d,0x304e,0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305a,0x305b,0x305d,0x305f,0x3060,0x3063,0x3064,0x3066,0x3067,0x3068,0x306a,0x306b,0x306e,0x306f,0x3078,0x3079,0x307e,0x307f,0x3080,0x3081,0x3082,0x3089,0x308a,0x308b,0x308c,0x308f,0x3092,0x3093,0x30a1,0x30a2,0x30a3,0x30a4,0x30a6,0x30a7,0x30a8,0x30a9,0x30aa,0x30ab,0x30ac,0x30ad,0x30ae,0x30af,0x30b0,0x30b1,0x30b2,0x30b3,0x30b5,0x30b6,0x30b7,0x30b8,0x30b9,0x30ba,0x30bb,0x30bc,0x30bd,0x30be,0x30bf,0x30c0,0x30c1,0x30c3,0x30c4,0x30c6,0x30c7,0x30c8,0x30c9,0x30ca,0x30cb,0x30cd,0x30ce,0x30cf,0x30d0,0x30d1,0x30d2,0x30d3,0x30d4,0x30d5,0x30d6,0x30d7,0x30d8,0x30d9,0x30da,0x30db,0x30dc,0x30dd,0x30de,0x30df,0x30e0,0x30e1,0x30e2,0x30e3,0x30e4,0x30e5,0x30e6,0x30e7,0x30e8,0x30e9,0x30ea,0x30eb,0x30ec,0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e21,0x4e2d,0x4e57,0x4e86,0x4ed6,0x4ed8,0x4ef6,0x4efb,0x4f4d,0x4f4e,0x4f53,0x4f5c,0x4f7f,0x4fdd,0x4fe1,0x4fee,0x500d,0x5024,0x504f,0x505c,0x5099,0x50cf,0x5143,0x5145,0x5165,0x5168,0x516c,0x5171,0x5177,0x5185,0x5186,0x518d,0x51fa,0x5206,0x521d,0x5225,0x5229,0x524a,0x524d,0x5272,0x529b,0x529f,0x52a0,0x52b9,0x52d5,0x5316,0x5358,0x53bb,0x53d7,0x53f3,0x53f7,0x5408,0x540c,0x540d,0x5411,0x5426,0x542b,0x544a,0x5468,0x554f,0x5668,0x56de,0x56f2,0x56fa,0x5727,0x5728,0x5747,0x57cb,0x5831,0x5857,0x5897,0x58f0,0x5909,0x5916,0x591a,0x5927,0x592e,0x5931,0x5968,0x5b58,0x5b8c,0x5b9a,0x5b9f,0x5bb9,0x5bfe,0x5c0f,0x5c11,0x5de6,0x5dee,0x5e38,0x5e73,0x5ea6,0x5ea7,0x5ef6,0x5f0f,0x5f31,0x5f35,0x5f37,0x5f53,0x5f62,0x5f71,0x5f85,0x5f8c,0x5fa9,0x5fae,0x5fc5,0x5fdc,0x60c5,0x60f3,0x610f,0x614b,0x6210,0x624b,0x629e,0x62bc,0x62d2,0x62e1,0x6301,0x633f,0x63a5,0x63a8,0x63c3,0x63db,0x64cd,0x6557,0x6570,0x6574,0x6587,0x65b0,0x65b9,0x65e2,0x65e5,0x660e,0x6642,0x666f,0x66f4,0x66f8,0x6700,0x6709,0x671f,0x672a,0x672b,0x672c,0x6761,0x67a0,0x683c,0x691c,0x6975,0x6982,0x69cb,0x6a19,0x6a5f,0x6b62,0x6b63,0x6b8b,0x6bce,0x6bd4,0x6c17,0x6c60,0x6cd5,0x6ce2,0x6d88,0x6e1b,0x6e29,0x6e90,0x6e96,0x6f14,0x6f70,0x7121,0x72b6,0x7387,0x73fe,0x7406,0x751f,0x7528,0x753b,0x756a,0x767b,0x7740,0x78ba,0x793a,0x79d2,0x79f0,0x79fb,0x7a7a,0x7a81,0x7aef,0x7b2c,0x7b54,0x7b97,0x7ba1,0x7bc4,0x7cbe,0x7d20,0x7d22,0x7d30,0x7d42,0x7d4c,0x7d71,0x7d99,0x7d9a,0x7dd1,0x7dda,0x7de8,0x7f6e,0x7fa4,0x8003,0x8005,0x80cc,0x80fd,0x81ea,0x826f,0x8272,0x8535,0x884c,0x885d,0x8868,0x8870,0x88c5,0x88fd,0x8907,0x8981,0x898b,0x898f,0x8996,0x8a00,0x8a08,0x8a18,0x8a2d,0x8a3c,0x8a72,0x8a73,0x8a8d,0x8a9e,0x8aac,0x8aad,0x8abf,0x8ad6,0x8b58,0x8b66,0x8cbb,0x8cbc,0x8d64,0x8d77,0x8ddd,0x8ef8,0x8f03,0x8f1d,0x8fbc,0x8ffd,0x9001,0x901a,0x901f,0x9045,0x904e,0x9069,0x9078,0x90e8,0x91cf,0x9332,0x9577,0x958b,0x9593,0x9664,0x96c6,0x96e2,0x96fb,0x9752,0x975e,0x9762,0x97f3,0x9806,0x984c,0x98db,0x9ad8 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_jp_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x3042,0x3044,0x3048,0x304a,0x304b,0x304c,0x304d,0x304e,0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305a,0x305b,0x305d,0x305f,0x3060,0x3063,0x3064,0x3066,0x3067,0x3068,0x306a,0x306b,0x306e,0x306f,0x3078,0x3079,0x307e,0x307f,0x3080,0x3081,0x3082,0x3089,0x308a,0x308b,0x308c,0x308f,0x3092,0x3093,0x30a1,0x30a2,0x30a3,0x30a4,0x30a6,0x30a7,0x30a8,0x30a9,0x30aa,0x30ab,0x30ac,0x30ad,0x30ae,0x30af,0x30b0,0x30b1,0x30b2,0x30b3,0x30b5,0x30b6,0x30b7,0x30b8,0x30b9,0x30ba,0x30bb,0x30bc,0x30bd,0x30be,0x30bf,0x30c0,0x30c1,0x30c3,0x30c4,0x30c6,0x30c7,0x30c8,0x30c9,0x30ca,0x30cb,0x30cd,0x30ce,0x30cf,0x30d0,0x30d1,0x30d2,0x30d3,0x30d4,0x30d5,0x30d6,0x30d7,0x30d8,0x30d9,0x30da,0x30db,0x30dc,0x30dd,0x30de,0x30df,0x30e0,0x30e1,0x30e2,0x30e3,0x30e4,0x30e5,0x30e6,0x30e7,0x30e8,0x30e9,0x30ea,0x30eb,0x30ec,0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e21,0x4e2d,0x4e57,0x4e86,0x4ed6,0x4ed8,0x4ef6,0x4efb,0x4f4d,0x4f4e,0x4f53,0x4f5c,0x4f7f,0x4fdd,0x4fe1,0x4fee,0x500d,0x5024,0x504f,0x505c,0x5099,0x50cf,0x5143,0x5145,0x5165,0x5168,0x516c,0x5171,0x5177,0x5185,0x5186,0x518d,0x51fa,0x5206,0x521d,0x5225,0x5229,0x524a,0x524d,0x5272,0x529b,0x529f,0x52a0,0x52b9,0x52d5,0x5316,0x5358,0x53bb,0x53d7,0x53f3,0x53f7,0x5408,0x540c,0x540d,0x5411,0x5426,0x542b,0x544a,0x5468,0x554f,0x5668,0x56de,0x56f2,0x56fa,0x5727,0x5728,0x5747,0x57cb,0x5831,0x5857,0x5897,0x58f0,0x5909,0x5916,0x591a,0x5927,0x592e,0x5931,0x5968,0x5b58,0x5b8c,0x5b9a,0x5b9f,0x5bb9,0x5bfe,0x5c0f,0x5c11,0x5de6,0x5dee,0x5e38,0x5e73,0x5ea6,0x5ea7,0x5ef6,0x5f0f,0x5f31,0x5f35,0x5f37,0x5f53,0x5f62,0x5f71,0x5f85,0x5f8c,0x5fa9,0x5fae,0x5fc5,0x5fdc,0x60c5,0x60f3,0x610f,0x614b,0x6210,0x624b,0x629e,0x62bc,0x62d2,0x62e1,0x6301,0x633f,0x63a5,0x63a8,0x63c3,0x63db,0x64cd,0x6557,0x6570,0x6574,0x6587,0x65b0,0x65b9,0x65e2,0x65e5,0x660e,0x6642,0x666f,0x66f4,0x66f8,0x6700,0x6709,0x671f,0x672a,0x672b,0x672c,0x6761,0x67a0,0x683c,0x691c,0x6975,0x6982,0x69cb,0x6a19,0x6a5f,0x6b62,0x6b63,0x6b8b,0x6bce,0x6bd4,0x6c17,0x6c60,0x6cd5,0x6ce2,0x6d88,0x6e1b,0x6e29,0x6e90,0x6e96,0x6f14,0x6f70,0x7121,0x72b6,0x7387,0x73fe,0x7406,0x751f,0x7528,0x753b,0x756a,0x767b,0x7740,0x78ba,0x793a,0x79d2,0x79f0,0x79fb,0x7a7a,0x7a81,0x7aef,0x7b2c,0x7b54,0x7b97,0x7ba1,0x7bc4,0x7cbe,0x7d20,0x7d22,0x7d30,0x7d42,0x7d4c,0x7d71,0x7d99,0x7d9a,0x7dd1,0x7dda,0x7de8,0x7f6e,0x7fa4,0x8003,0x8005,0x80cc,0x80fd,0x81ea,0x826f,0x8272,0x8535,0x884c,0x885d,0x8868,0x8870,0x88c5,0x88fd,0x8907,0x8981,0x898b,0x898f,0x8996,0x8a00,0x8a08,0x8a18,0x8a2d,0x8a3c,0x8a72,0x8a73,0x8a8d,0x8a9e,0x8aac,0x8aad,0x8abf,0x8ad6,0x8b58,0x8b66,0x8cbb,0x8cbc,0x8d64,0x8d77,0x8ddd,0x8ef8,0x8f03,0x8f1d,0x8fbc,0x8ffd,0x9001,0x901a,0x901f,0x9045,0x904e,0x9069,0x9078,0x90e8,0x91cf,0x9332,0x9577,0x958b,0x9593,0x9664,0x96c6,0x96e2,0x96fb,0x9752,0x975e,0x9762,0x97f3,0x9806,0x984c,0x98db,0x9ad8 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_jp_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_NOTO_JP_16 -#define LV_FONT_NOTO_JP_16 1 +#ifndef LV_FONT_NOTO_JP_STD +#define LV_FONT_NOTO_JP_STD 1 #endif -#if LV_FONT_NOTO_JP_16 +#if LV_FONT_NOTO_JP_STD /*----------------- * BITMAPS @@ -11110,9 +11110,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_noto_jp_16 = { +const lv_font_t lv_font_noto_jp_STD = { #else -lv_font_t lv_font_noto_jp_16 = { +lv_font_t lv_font_noto_jp_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -11130,5 +11130,5 @@ lv_font_t lv_font_noto_jp_16 = { -#endif /*#if LV_FONT_NOTO_JP_16*/ +#endif /*#if LV_FONT_NOTO_JP_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_STD_s.c new file mode 100644 index 00000000000..5fbfadf3f52 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_STD_s.c @@ -0,0 +1,7720 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x3042,0x3044,0x3048,0x304a,0x304b,0x304c,0x304d,0x304e,0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305a,0x305b,0x305d,0x305f,0x3060,0x3063,0x3064,0x3066,0x3067,0x3068,0x306a,0x306b,0x306e,0x306f,0x3078,0x3079,0x307e,0x307f,0x3080,0x3081,0x3082,0x3089,0x308a,0x308b,0x308c,0x308f,0x3092,0x3093,0x30a1,0x30a2,0x30a3,0x30a4,0x30a6,0x30a7,0x30a8,0x30a9,0x30aa,0x30ab,0x30ac,0x30ad,0x30ae,0x30af,0x30b0,0x30b1,0x30b2,0x30b3,0x30b5,0x30b6,0x30b7,0x30b8,0x30b9,0x30ba,0x30bb,0x30bc,0x30bd,0x30be,0x30bf,0x30c0,0x30c1,0x30c3,0x30c4,0x30c6,0x30c7,0x30c8,0x30c9,0x30ca,0x30cb,0x30cd,0x30ce,0x30cf,0x30d0,0x30d1,0x30d2,0x30d3,0x30d4,0x30d5,0x30d6,0x30d7,0x30d8,0x30d9,0x30da,0x30db,0x30dc,0x30dd,0x30de,0x30df,0x30e0,0x30e1,0x30e2,0x30e3,0x30e4,0x30e5,0x30e6,0x30e7,0x30e8,0x30e9,0x30ea,0x30eb,0x30ec,0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e21,0x4e2d,0x4e57,0x4e86,0x4ed6,0x4ed8,0x4ef6,0x4efb,0x4f4d,0x4f4e,0x4f53,0x4f5c,0x4f7f,0x4fdd,0x4fe1,0x4fee,0x500d,0x5024,0x504f,0x505c,0x5099,0x50cf,0x5143,0x5145,0x5165,0x5168,0x516c,0x5171,0x5177,0x5185,0x5186,0x518d,0x51fa,0x5206,0x521d,0x5225,0x5229,0x524a,0x524d,0x5272,0x529b,0x529f,0x52a0,0x52b9,0x52d5,0x5316,0x5358,0x53bb,0x53d7,0x53f3,0x53f7,0x5408,0x540c,0x540d,0x5411,0x5426,0x542b,0x544a,0x5468,0x554f,0x5668,0x56de,0x56f2,0x56fa,0x5727,0x5728,0x5747,0x57cb,0x5831,0x5857,0x5897,0x58f0,0x5909,0x5916,0x591a,0x5927,0x592e,0x5931,0x5968,0x5b58,0x5b8c,0x5b9a,0x5b9f,0x5bb9,0x5bfe,0x5c0f,0x5c11,0x5de6,0x5dee,0x5e38,0x5e73,0x5ea6,0x5ea7,0x5ef6,0x5f0f,0x5f31,0x5f35,0x5f37,0x5f53,0x5f62,0x5f71,0x5f85,0x5f8c,0x5fa9,0x5fae,0x5fc5,0x5fdc,0x60c5,0x60f3,0x610f,0x614b,0x6210,0x624b,0x629e,0x62bc,0x62d2,0x62e1,0x6301,0x633f,0x63a5,0x63a8,0x63c3,0x63db,0x64cd,0x6557,0x6570,0x6574,0x6587,0x65b0,0x65b9,0x65e2,0x65e5,0x660e,0x6642,0x666f,0x66f4,0x66f8,0x6700,0x6709,0x671f,0x672a,0x672b,0x672c,0x6761,0x67a0,0x683c,0x691c,0x6975,0x6982,0x69cb,0x6a19,0x6a5f,0x6b62,0x6b63,0x6b8b,0x6bce,0x6bd4,0x6c17,0x6c60,0x6cd5,0x6ce2,0x6d88,0x6e1b,0x6e29,0x6e90,0x6e96,0x6f14,0x6f70,0x7121,0x72b6,0x7387,0x73fe,0x7406,0x751f,0x7528,0x753b,0x756a,0x767b,0x7740,0x78ba,0x793a,0x79d2,0x79f0,0x79fb,0x7a7a,0x7a81,0x7aef,0x7b2c,0x7b54,0x7b97,0x7ba1,0x7bc4,0x7cbe,0x7d20,0x7d22,0x7d30,0x7d42,0x7d4c,0x7d71,0x7d99,0x7d9a,0x7dd1,0x7dda,0x7de8,0x7f6e,0x7fa4,0x8003,0x8005,0x80cc,0x80fd,0x81ea,0x826f,0x8272,0x8535,0x884c,0x885d,0x8868,0x8870,0x88c5,0x88fd,0x8907,0x8981,0x898b,0x898f,0x8996,0x8a00,0x8a08,0x8a18,0x8a2d,0x8a3c,0x8a72,0x8a73,0x8a8d,0x8a9e,0x8aac,0x8aad,0x8abf,0x8ad6,0x8b58,0x8b66,0x8cbb,0x8cbc,0x8d64,0x8d77,0x8ddd,0x8ef8,0x8f03,0x8f1d,0x8fbc,0x8ffd,0x9001,0x901a,0x901f,0x9045,0x904e,0x9069,0x9078,0x90e8,0x91cf,0x9332,0x9577,0x958b,0x9593,0x9664,0x96c6,0x96e2,0x96fb,0x9752,0x975e,0x9762,0x97f3,0x9806,0x984c,0x98db,0x9ad8 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_jp_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_NOTO_JP_STD_S +#define LV_FONT_NOTO_JP_STD_S 1 +#endif + +#if LV_FONT_NOTO_JP_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0xb4, 0xb3, 0xa3, 0xa2, 0x92, 0x61, 0x51, 0xc5, + + /* U+0022 "\"" */ + 0xf, 0xd, 0x30, 0xe0, 0xc2, 0xb, 0xa, 0x0, + 0x10, 0x10, + + /* U+0023 "#" */ + 0x0, 0xa0, 0xa0, 0x2, 0x80, 0xa0, 0x3c, 0xca, + 0xe7, 0x5, 0x41, 0x90, 0x7, 0x32, 0x70, 0x6d, + 0xbc, 0xc5, 0xa, 0x6, 0x40, 0xa, 0x8, 0x20, + + /* U+0024 "$" */ + 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, 0x2, 0xbd, + 0x60, 0xd, 0x41, 0x60, 0xe, 0x10, 0x0, 0x5, + 0xd6, 0x0, 0x0, 0x19, 0xc0, 0x0, 0x0, 0xb4, + 0x17, 0x12, 0xe3, 0x6, 0xcd, 0x40, 0x0, 0x47, + 0x0, + + /* U+0025 "%" */ + 0x1b, 0xb6, 0x0, 0x55, 0x0, 0x76, 0xd, 0x0, + 0xa0, 0x0, 0x83, 0xb, 0x7, 0x30, 0x0, 0x57, + 0xc, 0x19, 0x2a, 0x90, 0x8, 0xa3, 0x82, 0xc1, + 0x57, 0x0, 0x2, 0x80, 0xc0, 0x1a, 0x0, 0x9, + 0x10, 0xc0, 0x48, 0x0, 0x37, 0x0, 0x4b, 0xb1, + + /* U+0026 "&" */ + 0x1, 0xbb, 0x60, 0x0, 0x7, 0x70, 0xc0, 0x0, + 0x6, 0x87, 0x80, 0x0, 0x2, 0xf8, 0x0, 0x30, + 0x1d, 0x9b, 0x2, 0xd0, 0x77, 0x7, 0xaa, 0x60, + 0x7b, 0x0, 0xcf, 0x30, 0xa, 0xdc, 0x84, 0xb2, + + /* U+0027 "'" */ + 0xf, 0x0, 0xe0, 0xb, 0x0, 0x10, + + /* U+0028 "(" */ + 0x6, 0x10, 0xb0, 0x76, 0xa, 0x10, 0xc0, 0xd, + 0x0, 0xd0, 0xb, 0x10, 0x84, 0x2, 0xa0, 0xa, + 0x10, 0x0, + + /* U+0029 ")" */ + 0x43, 0x1, 0xb0, 0xa, 0x20, 0x66, 0x4, 0x80, + 0x2a, 0x3, 0x90, 0x57, 0x8, 0x40, 0xc0, 0x56, + 0x0, 0x0, + + /* U+002A "*" */ + 0x0, 0xa0, 0x1, 0xbe, 0xb3, 0x6, 0xc8, 0x0, + 0x40, 0x40, + + /* U+002B "+" */ + 0x0, 0x23, 0x0, 0x0, 0x57, 0x0, 0x0, 0x57, + 0x0, 0x6b, 0xdd, 0xb7, 0x0, 0x57, 0x0, 0x0, + 0x57, 0x0, + + /* U+002C "," */ + 0x4, 0x1, 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+002D "-" */ + 0x5b, 0xb3, + + /* U+002E "." */ + 0x6, 0x1, 0xe2, + + /* U+002F "/" */ + 0x0, 0xb, 0x0, 0x1, 0xa0, 0x0, 0x55, 0x0, + 0xa, 0x10, 0x0, 0xb0, 0x0, 0x46, 0x0, 0x9, + 0x10, 0x0, 0xb0, 0x0, 0x37, 0x0, 0x8, 0x20, + 0x0, 0x50, 0x0, 0x0, + + /* U+0030 "0" */ + 0x4, 0xcc, 0x60, 0xe, 0x10, 0xd1, 0x4a, 0x0, + 0x86, 0x68, 0x0, 0x78, 0x68, 0x0, 0x78, 0x4a, + 0x0, 0x86, 0xe, 0x10, 0xd1, 0x4, 0xcc, 0x50, + + /* U+0031 "1" */ + 0x5, 0xdc, 0x0, 0x2, 0x6c, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3c, 0x0, 0xc, 0xdf, 0xc5, + + /* U+0032 "2" */ + 0x9, 0xdd, 0x50, 0x35, 0x2, 0xf0, 0x0, 0x0, + 0xe1, 0x0, 0x1, 0xe0, 0x0, 0xa, 0x60, 0x0, + 0x8a, 0x0, 0x8, 0xb0, 0x0, 0x6f, 0xdd, 0xd7, + + /* U+0033 "3" */ + 0x1a, 0xcc, 0x70, 0x3, 0x0, 0xf2, 0x0, 0x3, + 0xd0, 0x0, 0xdf, 0x30, 0x0, 0x2, 0xd1, 0x0, + 0x0, 0x96, 0x54, 0x1, 0xe4, 0x1a, 0xde, 0x70, + + /* U+0034 "4" */ + 0x0, 0xb, 0xa0, 0x0, 0x6c, 0xa0, 0x1, 0xd5, + 0xa0, 0xa, 0x54, 0xa0, 0x4a, 0x4, 0xa0, 0xad, + 0xcd, 0xe9, 0x0, 0x4, 0xa0, 0x0, 0x4, 0xa0, + + /* U+0035 "5" */ + 0xd, 0xdd, 0xd1, 0xe, 0x0, 0x0, 0xe, 0x0, + 0x0, 0xf, 0xac, 0x70, 0x3, 0x1, 0xe4, 0x0, + 0x0, 0x97, 0x42, 0x1, 0xd3, 0x2b, 0xcd, 0x60, + + /* U+0036 "6" */ + 0x1, 0xbd, 0xc2, 0xc, 0x40, 0x20, 0x2c, 0x0, + 0x0, 0x4a, 0x9c, 0x90, 0x5d, 0x10, 0xb6, 0x3b, + 0x0, 0x69, 0xd, 0x20, 0xa6, 0x3, 0xcd, 0x90, + + /* U+0037 "7" */ + 0x6d, 0xdd, 0xe8, 0x0, 0x1, 0xd1, 0x0, 0x8, + 0x60, 0x0, 0xd, 0x0, 0x0, 0x5a, 0x0, 0x0, + 0x87, 0x0, 0x0, 0xb5, 0x0, 0x0, 0xc4, 0x0, + + /* U+0038 "8" */ + 0x5, 0xcd, 0x80, 0xe, 0x0, 0xc3, 0xd, 0x0, + 0xa2, 0x5, 0xd7, 0x90, 0xb, 0x49, 0xc1, 0x58, + 0x0, 0x86, 0x5b, 0x0, 0x97, 0x8, 0xdc, 0xa0, + + /* U+0039 "9" */ + 0x8, 0xdc, 0x40, 0x4c, 0x1, 0xd1, 0x78, 0x0, + 0x95, 0x4c, 0x1, 0xc7, 0x8, 0xc9, 0x96, 0x0, + 0x0, 0xb4, 0x2, 0x3, 0xd0, 0x1b, 0xdc, 0x20, + + /* U+003A ":" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x6, 0x1, + 0xe2, + + /* U+003B ";" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x4, 0x1, + 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+003C "<" */ + 0x0, 0x0, 0x3, 0x0, 0x29, 0xc6, 0x4b, 0x93, + 0x0, 0x4b, 0x93, 0x0, 0x0, 0x39, 0xc6, 0x0, + 0x0, 0x3, + + /* U+003D "=" */ + 0x6b, 0xbb, 0xb8, 0x0, 0x0, 0x0, 0x6b, 0xbb, + 0xb7, + + /* U+003E ">" */ + 0x20, 0x0, 0x0, 0x5c, 0x93, 0x0, 0x0, 0x38, + 0xc5, 0x0, 0x28, 0xc5, 0x5c, 0xa3, 0x0, 0x20, + 0x0, 0x0, + + /* U+003F "?" */ + 0x1b, 0xdb, 0x21, 0x20, 0x88, 0x0, 0x9, 0x60, + 0x4, 0xb0, 0x0, 0xd1, 0x0, 0x7, 0x0, 0x0, + 0x60, 0x0, 0x2e, 0x10, + + /* U+0040 "@" */ + 0x0, 0x6, 0xaa, 0xa9, 0x10, 0x0, 0xb6, 0x0, + 0x2, 0xb1, 0x8, 0x50, 0x79, 0x91, 0x38, 0xb, + 0x7, 0x60, 0xd0, 0xb, 0x38, 0xd, 0x0, 0xc0, + 0xa, 0x56, 0xc, 0x4, 0xc0, 0x74, 0x38, 0x4, + 0x95, 0x79, 0x50, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x4, 0xb2, 0x0, 0x30, 0x0, 0x0, 0x29, 0xaa, + 0x81, 0x0, + + /* U+0041 "A" */ + 0x0, 0x6f, 0x10, 0x0, 0xb, 0x96, 0x0, 0x1, + 0xd3, 0xc0, 0x0, 0x69, 0xe, 0x10, 0xc, 0x40, + 0xa7, 0x1, 0xfd, 0xcd, 0xc0, 0x79, 0x0, 0xf, + 0x2c, 0x30, 0x0, 0x97, + + /* U+0042 "B" */ + 0xec, 0xcd, 0x80, 0xe1, 0x0, 0xe2, 0xe1, 0x1, + 0xe1, 0xec, 0xcf, 0x70, 0xe1, 0x0, 0xa6, 0xe1, + 0x0, 0x5a, 0xe1, 0x0, 0xa7, 0xed, 0xde, 0x80, + + /* U+0043 "C" */ + 0x0, 0x8d, 0xda, 0x10, 0x9a, 0x0, 0x51, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0x0, 0x1, 0xe0, 0x0, 0x0, 0x9, 0xa0, 0x5, + 0x40, 0x8, 0xdd, 0xa1, + + /* U+0044 "D" */ + 0xed, 0xdc, 0x40, 0xe1, 0x2, 0xe3, 0xe1, 0x0, + 0x6b, 0xe1, 0x0, 0x3d, 0xe1, 0x0, 0x3d, 0xe1, + 0x0, 0x6b, 0xe1, 0x3, 0xe3, 0xed, 0xdc, 0x40, + + /* U+0045 "E" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0xdd, 0xd2, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xdb, + + /* U+0046 "F" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xed, 0xdd, 0x2e, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0x10, 0x0, + + /* U+0047 "G" */ + 0x0, 0x7d, 0xdb, 0x20, 0x9a, 0x10, 0x33, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0xbd, 0xb1, 0xe0, 0x0, 0x2c, 0x9, 0xa0, 0x4, + 0xc0, 0x8, 0xdd, 0xc4, + + /* U+0048 "H" */ + 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, + 0x1e, 0xed, 0xdd, 0xde, 0xe1, 0x0, 0x1e, 0xe1, + 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, + + /* U+0049 "I" */ + 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, + + /* U+004A "J" */ + 0x0, 0x2, 0xc0, 0x0, 0x2c, 0x0, 0x2, 0xc0, + 0x0, 0x2c, 0x0, 0x2, 0xc0, 0x0, 0x3c, 0x45, + 0x8, 0xa1, 0xbe, 0xc2, + + /* U+004B "K" */ + 0xe1, 0x0, 0xd4, 0xe, 0x10, 0xb6, 0x0, 0xe1, + 0x99, 0x0, 0xe, 0x8f, 0x60, 0x0, 0xed, 0x3e, + 0x10, 0xe, 0x30, 0x89, 0x0, 0xe1, 0x0, 0xe2, + 0xe, 0x10, 0x5, 0xc0, + + /* U+004C "L" */ + 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xd8, + + /* U+004D "M" */ + 0xe8, 0x0, 0x9, 0xdd, 0xc0, 0x0, 0xcd, 0xe9, + 0x30, 0x49, 0xde, 0x49, 0xa, 0x4d, 0xe0, 0xd1, + 0xb1, 0xde, 0x8, 0xa6, 0x1d, 0xe0, 0x2f, 0x11, + 0xde, 0x0, 0x20, 0x1d, + + /* U+004E "N" */ + 0xe7, 0x0, 0x1d, 0xed, 0x10, 0x1d, 0xe6, 0x90, + 0x1d, 0xe0, 0xc3, 0x1d, 0xe0, 0x3c, 0x1d, 0xe0, + 0xa, 0x6d, 0xe0, 0x1, 0xdd, 0xe0, 0x0, 0x7d, + + /* U+004F "O" */ + 0x0, 0x9d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xc4, 0x4b, 0x0, 0x0, 0x97, + 0x4c, 0x0, 0x0, 0x97, 0x1e, 0x0, 0x0, 0xc4, + 0xa, 0x90, 0x7, 0xc0, 0x0, 0x8d, 0xda, 0x10, + + /* U+0050 "P" */ + 0xed, 0xcd, 0x70, 0xe1, 0x0, 0xd3, 0xe1, 0x0, + 0xa5, 0xe1, 0x2, 0xe2, 0xec, 0xcb, 0x40, 0xe1, + 0x0, 0x0, 0xe1, 0x0, 0x0, 0xe1, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x0, 0x8d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xd4, 0x4c, 0x0, 0x0, 0x97, + 0x4b, 0x0, 0x0, 0x97, 0x2e, 0x0, 0x0, 0xc4, + 0xb, 0x70, 0x5, 0xd0, 0x0, 0xac, 0xcb, 0x10, + 0x0, 0x1, 0xd3, 0x0, 0x0, 0x0, 0x3b, 0xd7, + + /* U+0052 "R" */ + 0xed, 0xde, 0x70, 0xe1, 0x1, 0xd4, 0xe1, 0x0, + 0x96, 0xe1, 0x3, 0xe3, 0xed, 0xee, 0x40, 0xe1, + 0x1e, 0x10, 0xe1, 0x6, 0xb0, 0xe1, 0x0, 0xc5, + + /* U+0053 "S" */ + 0x4, 0xde, 0xc3, 0x0, 0xe3, 0x2, 0x40, 0xf, + 0x30, 0x0, 0x0, 0x5e, 0xa3, 0x0, 0x0, 0x6, + 0xe7, 0x0, 0x0, 0x2, 0xe0, 0x38, 0x10, 0x5e, + 0x0, 0x7d, 0xec, 0x30, + + /* U+0054 "T" */ + 0x8d, 0xdf, 0xdd, 0x30, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, + + /* U+0055 "U" */ + 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, + 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xd3, + 0x0, 0x3b, 0x8a, 0x0, 0xa7, 0x9, 0xee, 0x90, + + /* U+0056 "V" */ + 0xd3, 0x0, 0xd, 0x28, 0x80, 0x2, 0xd0, 0x2d, + 0x0, 0x78, 0x0, 0xd2, 0xc, 0x30, 0x8, 0x71, + 0xd0, 0x0, 0x3b, 0x59, 0x0, 0x0, 0xdb, 0x30, + 0x0, 0x9, 0xe0, 0x0, + + /* U+0057 "W" */ + 0x96, 0x0, 0xb7, 0x0, 0xb4, 0x69, 0x0, 0xdb, + 0x0, 0xe0, 0x2c, 0x3, 0x8d, 0x1, 0xd0, 0xe, + 0x8, 0x5a, 0x34, 0xa0, 0xc, 0x3b, 0x16, 0x77, + 0x60, 0x8, 0x6c, 0x2, 0xba, 0x30, 0x5, 0xc9, + 0x0, 0xdd, 0x0, 0x1, 0xf5, 0x0, 0xac, 0x0, + + /* U+0058 "X" */ + 0x5b, 0x0, 0x5a, 0x0, 0xc4, 0xd, 0x20, 0x3, + 0xc6, 0x80, 0x0, 0xa, 0xe1, 0x0, 0x0, 0xcd, + 0x20, 0x0, 0x69, 0x5a, 0x0, 0xd, 0x10, 0xc3, + 0x8, 0x80, 0x4, 0xc0, + + /* U+0059 "Y" */ + 0xc, 0x40, 0x6, 0x90, 0x4c, 0x0, 0xd2, 0x0, + 0xc3, 0x59, 0x0, 0x4, 0xac, 0x20, 0x0, 0xc, + 0xa0, 0x0, 0x0, 0x96, 0x0, 0x0, 0x9, 0x60, + 0x0, 0x0, 0x96, 0x0, + + /* U+005A "Z" */ + 0xd, 0xdd, 0xdf, 0x0, 0x0, 0x9, 0x70, 0x0, + 0x4, 0xc0, 0x0, 0x0, 0xd2, 0x0, 0x0, 0x98, + 0x0, 0x0, 0x3d, 0x0, 0x0, 0xd, 0x30, 0x0, + 0x6, 0xfd, 0xdd, 0xd1, + + /* U+005B "[" */ + 0xc8, 0x3b, 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, + 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, 0x0, 0xa8, + 0x30, + + /* U+005C "\\" */ + 0xa1, 0x0, 0x5, 0x50, 0x0, 0x1a, 0x0, 0x0, + 0xb0, 0x0, 0x6, 0x40, 0x0, 0x19, 0x0, 0x0, + 0xb0, 0x0, 0x7, 0x30, 0x0, 0x28, 0x0, 0x0, + 0xb0, 0x0, 0x4, 0x0, + + /* U+005D "]" */ + 0x5a, 0x80, 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, + 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, 0x38, 0x59, + 0x70, + + /* U+005E "^" */ + 0x0, 0x34, 0x0, 0x0, 0xcc, 0x0, 0x3, 0x98, + 0x50, 0xa, 0x31, 0xb0, 0x1c, 0x0, 0xb2, + + /* U+005F "_" */ + 0x9a, 0xaa, 0xaa, + + /* U+0060 "`" */ + 0x2, 0x0, 0x2d, 0x20, 0x3, 0xb0, 0x0, 0x0, + + /* U+0061 "a" */ + 0x8, 0xce, 0x80, 0x3, 0x0, 0xe2, 0x1, 0x69, + 0xe4, 0x1d, 0x40, 0xa4, 0x4b, 0x1, 0xd4, 0xa, + 0xca, 0xa4, + + /* U+0062 "b" */ + 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, 0xf8, 0xcd, + 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, 0xe2, 0xf0, + 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xe9, 0xcc, 0x20, + + /* U+0063 "c" */ + 0x3, 0xcd, 0xb0, 0x1e, 0x30, 0x10, 0x5b, 0x0, + 0x0, 0x5a, 0x0, 0x0, 0x1e, 0x20, 0x20, 0x4, + 0xcd, 0xb1, + + /* U+0064 "d" */ + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x4, 0xdc, + 0xac, 0x1e, 0x20, 0x5c, 0x5a, 0x0, 0x3c, 0x5b, + 0x0, 0x3c, 0x2f, 0x10, 0x6c, 0x6, 0xdc, 0x7c, + + /* U+0065 "e" */ + 0x4, 0xcd, 0xa0, 0x1d, 0x10, 0x87, 0x5d, 0xaa, + 0xb8, 0x5c, 0x0, 0x0, 0x1f, 0x30, 0x10, 0x4, + 0xcc, 0xc2, + + /* U+0066 "f" */ + 0x3, 0xc9, 0xa, 0x50, 0xd, 0x20, 0x7f, 0xc5, + 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, + 0xd, 0x20, + + /* U+0067 "g" */ + 0x6, 0xab, 0xfb, 0x1, 0xe0, 0xd, 0x10, 0x1e, + 0x11, 0xe1, 0x0, 0xab, 0xb4, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xcd, 0xcc, 0x70, 0x49, 0x0, 0x2e, + 0x1, 0xaa, 0xab, 0x40, + + /* U+0068 "h" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf6, 0xde, 0x3f, + 0x50, 0x7a, 0xf0, 0x3, 0xcf, 0x0, 0x3c, 0xf0, + 0x3, 0xcf, 0x0, 0x3c, + + /* U+0069 "i" */ + 0x1e, 0x10, 0x20, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, + + /* U+006A "j" */ + 0x0, 0xe1, 0x0, 0x20, 0x0, 0xf0, 0x0, 0xf0, + 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, + 0x1, 0xe0, 0x4d, 0x80, + + /* U+006B "k" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0xc, 0x4f, + 0x9, 0x70, 0xf6, 0xe0, 0xf, 0xba, 0x60, 0xf1, + 0x1d, 0x1f, 0x0, 0x6a, + + /* U+006C "l" */ + 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xa8, + + /* U+006D "m" */ + 0xd7, 0xdc, 0x2a, 0xe9, 0xf, 0x50, 0xad, 0x11, + 0xf2, 0xf0, 0x6, 0x90, 0xc, 0x3f, 0x0, 0x59, + 0x0, 0xb3, 0xf0, 0x5, 0x90, 0xb, 0x3f, 0x0, + 0x59, 0x0, 0xb3, + + /* U+006E "n" */ + 0xd6, 0xde, 0x3f, 0x50, 0x7a, 0xf0, 0x3, 0xcf, + 0x0, 0x3c, 0xf0, 0x3, 0xcf, 0x0, 0x3c, + + /* U+006F "o" */ + 0x4, 0xcd, 0xa1, 0x1, 0xe2, 0x7, 0xb0, 0x5c, + 0x0, 0x1f, 0x5, 0xc0, 0x1, 0xf0, 0x1e, 0x20, + 0x7b, 0x0, 0x4c, 0xda, 0x10, + + /* U+0070 "p" */ + 0xe8, 0xcd, 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, + 0xe2, 0xf0, 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xf9, + 0xcc, 0x20, 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, + + /* U+0071 "q" */ + 0x4, 0xca, 0xac, 0x1e, 0x10, 0x4c, 0x5a, 0x0, + 0x3c, 0x5a, 0x0, 0x3c, 0x2e, 0x10, 0x7c, 0x6, + 0xdc, 0x9c, 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, + + /* U+0072 "r" */ + 0xd6, 0xd2, 0xf8, 0x0, 0xf0, 0x0, 0xf0, 0x0, + 0xf0, 0x0, 0xf0, 0x0, + + /* U+0073 "s" */ + 0x9, 0xcd, 0x34, 0xb0, 0x10, 0x1c, 0x92, 0x0, + 0x4, 0xd6, 0x21, 0x5, 0xa3, 0xbc, 0xc3, + + /* U+0074 "t" */ + 0x5, 0x10, 0xb, 0x20, 0x8f, 0xda, 0xc, 0x20, + 0xc, 0x20, 0xc, 0x20, 0xb, 0x40, 0x4, 0xeb, + + /* U+0075 "u" */ + 0xe, 0x0, 0x5a, 0xe, 0x0, 0x5a, 0xe, 0x0, + 0x5a, 0xf, 0x0, 0x5a, 0xf, 0x30, 0xaa, 0x7, + 0xec, 0x6a, + + /* U+0076 "v" */ + 0xa5, 0x0, 0x96, 0x5a, 0x0, 0xe1, 0xe, 0x3, + 0xb0, 0x9, 0x58, 0x50, 0x3, 0xad, 0x0, 0x0, + 0xda, 0x0, + + /* U+0077 "w" */ + 0x97, 0x2, 0xf1, 0x8, 0x64, 0xb0, 0x7b, 0x50, + 0xc2, 0xe, 0xb, 0x49, 0x1d, 0x0, 0xb3, 0xb0, + 0xc4, 0x90, 0x7, 0xa8, 0xb, 0xa5, 0x0, 0x2f, + 0x40, 0x6f, 0x10, + + /* U+0078 "x" */ + 0x5b, 0x2, 0xd0, 0xb, 0x4b, 0x30, 0x2, 0xea, + 0x0, 0x4, 0xda, 0x0, 0xd, 0x1b, 0x50, 0x88, + 0x2, 0xd1, + + /* U+0079 "y" */ + 0xa6, 0x0, 0x86, 0x3c, 0x0, 0xd1, 0xc, 0x23, + 0xa0, 0x5, 0x89, 0x40, 0x0, 0xcc, 0x0, 0x0, + 0x88, 0x0, 0x0, 0xd1, 0x0, 0x6d, 0x50, 0x0, + + /* U+007A "z" */ + 0x3c, 0xce, 0xb0, 0x0, 0xd2, 0x0, 0x97, 0x0, + 0x4c, 0x0, 0x1d, 0x20, 0x8, 0xfc, 0xcb, + + /* U+007B "{" */ + 0x4, 0xb3, 0x9, 0x30, 0x9, 0x30, 0x9, 0x30, + 0xa, 0x20, 0x7c, 0x0, 0xa, 0x20, 0x9, 0x30, + 0x9, 0x30, 0x9, 0x40, 0x3, 0x93, + + /* U+007C "|" */ + 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, + + /* U+007D "}" */ + 0x5b, 0x10, 0x8, 0x50, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x2, 0xf3, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x8, 0x50, 0x59, 0x0, + + /* U+007E "~" */ + 0x1a, 0x93, 0x14, 0x32, 0x1a, 0xb2, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0x7, 0x80, 0x54, 0x36, 0x54, 0x36, 0x7, 0x80, + + /* U+2022 "•" */ + 0x0, 0x1, 0xf1, 0x3, 0x0, + + /* U+2265 "≥" */ + 0x55, 0x0, 0x0, 0x0, 0x1, 0x7c, 0x92, 0x0, + 0x0, 0x0, 0x4, 0xab, 0x50, 0x0, 0x0, 0x0, + 0x1a, 0xe5, 0x0, 0x0, 0x6c, 0x92, 0x0, 0x39, + 0xc6, 0x0, 0x47, 0x69, 0x30, 0x17, 0xb7, 0x10, + 0x3, 0xaa, 0x40, 0x0, 0x4b, 0x81, 0x0, 0x0, + 0x1, 0x0, 0x0, 0x0, 0x0, + + /* U+3001 "、" */ + 0x3, 0x0, 0x2d, 0x50, 0x1, 0xd5, 0x0, 0x23, + + /* U+3042 "あ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, 0x0, + 0x0, 0x3a, 0x9e, 0xbc, 0xd9, 0x0, 0x23, 0xc1, + 0x5, 0x0, 0x0, 0xd, 0x8b, 0xe1, 0x0, 0x1b, + 0xc3, 0x96, 0xb5, 0x1c, 0x3c, 0x1b, 0x2, 0xd8, + 0x40, 0xcb, 0x30, 0xd, 0xa2, 0x2e, 0x50, 0x8, + 0x84, 0xdb, 0xa3, 0x6b, 0xa0, 0x0, 0x0, 0x5, + 0x20, 0x0, + + /* U+3044 "い" */ + 0x72, 0x0, 0x0, 0x20, 0xa, 0x30, 0x0, 0x8, + 0x80, 0xa3, 0x0, 0x0, 0xe, 0x9, 0x40, 0x0, + 0x0, 0x95, 0x86, 0x0, 0x0, 0x5, 0x95, 0x90, + 0x2a, 0x0, 0x2c, 0xe, 0x29, 0x60, 0x0, 0x20, + 0x5f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, + + /* U+3048 "え" */ + 0x0, 0x8b, 0x86, 0x30, 0x0, 0x0, 0x25, 0x76, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbb, 0xcc, + 0xeb, 0x0, 0x2, 0x10, 0x5b, 0x0, 0x0, 0x0, + 0x6c, 0x0, 0x0, 0x0, 0x7d, 0xc7, 0x0, 0x0, + 0x7b, 0x1, 0xd0, 0x0, 0x5c, 0x0, 0x9, 0xdc, + 0xc0, 0x0, 0x0, 0x1, 0x10, + + /* U+304A "お" */ + 0x0, 0x94, 0x0, 0x0, 0x0, 0x0, 0x93, 0x32, + 0x35, 0x0, 0xbc, 0xed, 0xa3, 0x8, 0xb1, 0x0, + 0xa2, 0x0, 0x0, 0x32, 0x0, 0xa8, 0x9b, 0xa4, + 0x0, 0x7, 0xe7, 0x30, 0x3b, 0x50, 0x78, 0x93, + 0x0, 0x4, 0x90, 0xb3, 0x93, 0x0, 0x2b, 0x50, + 0x3d, 0xe1, 0x7d, 0xc5, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+304B "か" */ + 0x0, 0x5, 0x70, 0x0, 0x0, 0x0, 0x0, 0x86, + 0x0, 0x15, 0x0, 0x16, 0x7c, 0xb9, 0x40, 0xd2, + 0x1, 0x75, 0xe2, 0x3d, 0x15, 0x90, 0x0, 0x2a, + 0x0, 0xa3, 0xe, 0x10, 0x8, 0x50, 0xb, 0x20, + 0x52, 0x0, 0xd0, 0x0, 0xd0, 0x0, 0x0, 0x78, + 0x0, 0x2c, 0x0, 0x0, 0xd, 0x14, 0xdd, 0x40, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+304C "が" */ + 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x57, + 0x0, 0xa, 0x66, 0x0, 0x8, 0x60, 0x1, 0x72, + 0x11, 0x56, 0xcb, 0x94, 0x1d, 0x10, 0x28, 0x6e, + 0x33, 0xd1, 0x68, 0x0, 0x2, 0xa0, 0xa, 0x30, + 0xe0, 0x0, 0x85, 0x0, 0xb2, 0x7, 0x20, 0xd, + 0x0, 0xd, 0x0, 0x0, 0x7, 0x80, 0x2, 0xc0, + 0x0, 0x0, 0xd1, 0x5d, 0xe4, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+304D "き" */ + 0x0, 0x0, 0x60, 0x0, 0x0, 0x44, 0x4c, 0x89, + 0x70, 0x8, 0x89, 0x9d, 0x30, 0x0, 0x11, 0x1, + 0xc6, 0x94, 0x1a, 0xab, 0xaa, 0xc2, 0x0, 0x0, + 0x0, 0xc, 0x10, 0x9, 0x10, 0xb, 0xd6, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0xa, 0x93, 0x34, 0x50, + 0x0, 0x6, 0x9a, 0x96, 0x0, + + /* U+304E "ぎ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x40, + 0x5, 0x91, 0x13, 0x33, 0xe6, 0x98, 0x44, 0x38, + 0x88, 0xba, 0x30, 0x0, 0x1, 0x1, 0x3c, 0x6a, + 0x0, 0x4b, 0xbb, 0xac, 0x91, 0x0, 0x0, 0x0, + 0x2, 0xb0, 0x0, 0x8, 0x0, 0x3c, 0xf1, 0x0, + 0x2a, 0x0, 0x0, 0x20, 0x0, 0x1d, 0x10, 0x0, + 0x0, 0x0, 0x5, 0xcd, 0xee, 0x60, 0x0, + + /* U+304F "く" */ + 0x0, 0x0, 0x5, 0x40, 0x0, 0x6, 0xd2, 0x0, + 0x8, 0xb1, 0x0, 0xa, 0x90, 0x0, 0x9, 0x90, + 0x0, 0x0, 0x4d, 0x20, 0x0, 0x0, 0x4e, 0x40, + 0x0, 0x0, 0x2d, 0x60, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x0, 0x15, + + /* U+3051 "け" */ + 0x48, 0x0, 0x0, 0xb3, 0x0, 0x67, 0x0, 0x0, + 0xa3, 0x0, 0x85, 0x1, 0x0, 0x95, 0x40, 0x93, + 0x9, 0xdd, 0xec, 0xa0, 0xa2, 0x0, 0x0, 0x94, + 0x0, 0xb4, 0x0, 0x0, 0x93, 0x0, 0xab, 0x10, + 0x0, 0xb1, 0x0, 0x8c, 0x0, 0x1, 0xd0, 0x0, + 0x59, 0x0, 0x1c, 0x50, 0x0, 0x1, 0x0, 0x65, + 0x0, 0x0, + + /* U+3053 "こ" */ + 0x5, 0xcc, 0xbb, 0xc5, 0x0, 0x1, 0x22, 0x21, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0xe0, + 0x0, 0x0, 0x0, 0xe, 0x30, 0x0, 0x1, 0x0, + 0x4d, 0xdc, 0xde, 0xe1, 0x0, 0x0, 0x11, 0x0, + 0x0, + + /* U+3055 "さ" */ + 0x0, 0x0, 0x75, 0x0, 0x0, 0x0, 0x3, 0xb3, + 0x71, 0x3d, 0xbb, 0xce, 0xb6, 0x10, 0x0, 0x0, + 0x4a, 0x0, 0x0, 0x0, 0x0, 0xd2, 0x0, 0x70, + 0x0, 0xbd, 0x80, 0xd, 0x0, 0x0, 0x11, 0x0, + 0xe1, 0x0, 0x0, 0x0, 0x5, 0xdb, 0xbb, 0xd0, + 0x0, 0x0, 0x22, 0x20, 0x0, + + /* U+3057 "し" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0xe0, 0x0, 0x0, + 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x0, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x2, + 0xb0, 0x0, 0x0, 0x20, 0x1c, 0x0, 0x0, 0x5d, + 0x0, 0xe3, 0x0, 0x7e, 0x30, 0x4, 0xde, 0xd9, + 0x10, 0x0, + + /* U+3059 "す" */ + 0x0, 0x0, 0xe, 0x0, 0x0, 0x57, 0x78, 0x8e, + 0x88, 0x81, 0x56, 0x54, 0x4d, 0x44, 0x41, 0x0, + 0x8, 0xbd, 0x0, 0x0, 0x0, 0x78, 0x1d, 0x0, + 0x0, 0x0, 0x95, 0xe, 0x20, 0x0, 0x0, 0x2b, + 0xcf, 0x0, 0x0, 0x0, 0x0, 0x99, 0x0, 0x0, + 0x0, 0x5d, 0x90, 0x0, 0x0, 0x0, 0x11, 0x0, + 0x0, 0x0, + + /* U+305A "ず" */ + 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, + 0x4a, 0x39, 0x92, 0x6, 0x66, 0x79, 0xd7, 0xb8, + 0x0, 0x87, 0x65, 0x7c, 0x55, 0x50, 0x0, 0x1, + 0x8a, 0xa0, 0x0, 0x0, 0x0, 0xb5, 0x6b, 0x0, + 0x0, 0x0, 0xd, 0x3, 0xd0, 0x0, 0x0, 0x0, + 0x6c, 0xdb, 0x0, 0x0, 0x0, 0x0, 0xb, 0x50, + 0x0, 0x0, 0x0, 0x8d, 0x60, 0x0, 0x0, 0x0, + 0x3, 0x10, 0x0, 0x0, 0x0, + + /* U+305B "せ" */ + 0x0, 0x3, 0x0, 0x3, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0xc1, 0x0, 0x0, 0xd, 0x0, 0xc, 0x0, + 0x1, 0x56, 0xe9, 0xbc, 0xfc, 0xd1, 0x28, 0x6e, + 0x31, 0xc, 0x0, 0x0, 0x0, 0xd0, 0x1, 0xd0, + 0x0, 0x0, 0xd, 0x3, 0xb8, 0x0, 0x0, 0x0, + 0xe1, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdd, 0xdd, + 0xc0, 0x0, + + /* U+305D "そ" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0xd, 0xcb, 0xdd, + 0x10, 0x0, 0x0, 0x6b, 0x10, 0x0, 0x0, 0x98, + 0x0, 0x0, 0x47, 0xde, 0xbc, 0xbb, 0x76, 0x53, + 0x79, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x9, 0xb6, 0x40, + 0x0, 0x0, 0x4, 0x89, 0x0, + + /* U+305F "た" */ + 0x0, 0x25, 0x0, 0x0, 0x0, 0x5, 0x90, 0x0, + 0x0, 0x99, 0xce, 0xd6, 0x0, 0x2, 0x3c, 0x30, + 0x12, 0x21, 0x0, 0xd0, 0x2a, 0xaa, 0x80, 0x59, + 0x0, 0x0, 0x0, 0xa, 0x40, 0x80, 0x0, 0x1, + 0xe0, 0xd, 0x10, 0x0, 0x88, 0x0, 0x5d, 0xdd, + 0xc0, 0x0, 0x0, 0x0, 0x0, + + /* U+3060 "だ" */ + 0x0, 0x2, 0x20, 0x0, 0x3, 0x0, 0x0, 0x86, + 0x0, 0x18, 0xa1, 0x17, 0x7d, 0xbc, 0x30, 0x72, + 0x10, 0x56, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x2b, + 0x5, 0xdc, 0xd5, 0x0, 0x8, 0x60, 0x0, 0x0, + 0x0, 0x0, 0xd1, 0x6, 0x0, 0x0, 0x0, 0x4b, + 0x1, 0xd0, 0x0, 0x0, 0xb, 0x50, 0xa, 0xdc, + 0xd8, 0x0, 0x10, 0x0, 0x0, 0x10, 0x0, + + /* U+3063 "っ" */ + 0x0, 0x26, 0x9b, 0x92, 0x1, 0xdc, 0x62, 0x16, + 0xd0, 0x2, 0x0, 0x0, 0xc, 0x20, 0x0, 0x0, + 0x0, 0xe0, 0x0, 0x0, 0x3, 0xc7, 0x0, 0x0, + 0xcd, 0xa4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+3064 "つ" */ + 0x0, 0x15, 0xac, 0xdd, 0x80, 0xc, 0xd8, 0x30, + 0x0, 0x98, 0x3, 0x0, 0x0, 0x0, 0x1d, 0x0, + 0x0, 0x0, 0x0, 0x3c, 0x0, 0x0, 0x0, 0x0, + 0xb6, 0x0, 0x0, 0x2, 0x7d, 0x80, 0x0, 0x3, + 0xdb, 0x81, 0x0, + + /* U+3066 "て" */ + 0x5, 0x68, 0x9a, 0xcd, 0xe9, 0x8, 0x75, 0x38, + 0xa2, 0x0, 0x0, 0x0, 0x3b, 0x0, 0x0, 0x0, + 0x0, 0xa3, 0x0, 0x0, 0x0, 0x0, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0xa5, 0x0, 0x0, 0x0, 0x0, + 0x3e, 0x40, 0x0, 0x0, 0x0, 0x3, 0xbe, 0x80, + 0x0, 0x0, 0x0, 0x0, 0x10, + + /* U+3067 "で" */ + 0x4, 0x57, 0x8a, 0xbc, 0xd8, 0x0, 0xa7, 0x54, + 0x9a, 0x20, 0x0, 0x0, 0x0, 0x3a, 0x3, 0x4a, + 0x0, 0x0, 0xb, 0x20, 0x9, 0x40, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x40, 0x0, + 0x0, 0x0, 0x0, 0x4d, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x4c, 0xe7, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x10, 0x0, + + /* U+3068 "と" */ + 0x43, 0x0, 0x0, 0x5, 0xa0, 0x0, 0x12, 0xd, + 0x20, 0x6d, 0x50, 0x6b, 0xc8, 0x0, 0x8, 0xa1, + 0x0, 0x7, 0x90, 0x0, 0x0, 0xd1, 0x0, 0x0, + 0xd, 0x40, 0x0, 0x0, 0x3c, 0xdc, 0xcd, 0xe0, + 0x0, 0x21, 0x0, + + /* U+306A "な" */ + 0x0, 0x2, 0x90, 0x0, 0x0, 0x0, 0x0, 0x69, + 0x41, 0x0, 0x0, 0xc, 0xce, 0xc8, 0x18, 0xa1, + 0x0, 0x1, 0xd0, 0x0, 0x6, 0xd0, 0x0, 0x87, + 0x0, 0x46, 0x2, 0x0, 0x2e, 0x10, 0x4, 0x80, + 0x0, 0xc, 0x60, 0x6a, 0xca, 0x0, 0x0, 0x40, + 0x69, 0x15, 0xec, 0x10, 0x0, 0x8, 0x60, 0x77, + 0x7a, 0x0, 0x0, 0x1a, 0xdc, 0x10, 0x0, + + /* U+306B "に" */ + 0x1, 0x0, 0x0, 0x0, 0x1, 0xc0, 0x2, 0x11, + 0x11, 0x39, 0x0, 0xbc, 0xcb, 0x46, 0x60, 0x0, + 0x0, 0x0, 0x75, 0x0, 0x0, 0x0, 0x8, 0x40, + 0x0, 0x0, 0x0, 0x8a, 0x37, 0x40, 0x0, 0x8, + 0xd0, 0x88, 0x0, 0x22, 0x5a, 0x1, 0x9d, 0xdc, + 0x81, 0x20, 0x0, 0x0, 0x0, + + /* U+306E "の" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xcf, 0xdb, + 0x20, 0xc, 0x70, 0xe0, 0x3d, 0x27, 0x70, 0x2c, + 0x0, 0x4a, 0xc0, 0x5, 0x90, 0x0, 0xdd, 0x0, + 0xa4, 0x0, 0x1d, 0xc2, 0x2d, 0x0, 0x6, 0x94, + 0xee, 0x30, 0x6, 0xd1, 0x1, 0x10, 0x5d, 0x91, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+306F "は" */ + 0x17, 0x0, 0x0, 0x90, 0x0, 0x49, 0x0, 0x0, + 0xe0, 0x0, 0x66, 0x6, 0xaa, 0xfc, 0xb0, 0x84, + 0x1, 0x22, 0xe0, 0x0, 0x93, 0x0, 0x0, 0xd0, + 0x0, 0xa3, 0x0, 0x0, 0xd0, 0x0, 0xaa, 0x14, + 0xab, 0xf5, 0x0, 0x9b, 0xc, 0x10, 0xd8, 0xb0, + 0x68, 0x6, 0xcd, 0x90, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+3078 "へ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, + 0x70, 0x0, 0x0, 0x0, 0x2d, 0x3c, 0x60, 0x0, + 0x0, 0x1d, 0x40, 0x1d, 0x40, 0x0, 0x1c, 0x70, + 0x0, 0x2e, 0x30, 0x0, 0x70, 0x0, 0x0, 0x3e, + 0x30, 0x0, 0x0, 0x0, 0x0, 0x4e, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x30, + + /* U+3079 "べ" */ + 0x0, 0x0, 0x0, 0x3, 0x55, 0x0, 0x0, 0x3b, + 0x30, 0xa3, 0xb0, 0x0, 0x2d, 0x6d, 0x21, 0x40, + 0x0, 0xd, 0x40, 0x3d, 0x10, 0x0, 0xb, 0x80, + 0x0, 0x6c, 0x0, 0x2, 0xa0, 0x0, 0x0, 0x7c, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x8c, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x70, + + /* U+307E "ま" */ + 0x0, 0xd, 0x0, 0x0, 0x89, 0x9e, 0xab, 0xa0, + 0x2, 0x3d, 0x21, 0x0, 0x10, 0xd, 0x2, 0x40, + 0xac, 0xcf, 0xcb, 0x90, 0x0, 0xc, 0x0, 0x0, + 0x3b, 0xbf, 0x60, 0x0, 0xd2, 0xb, 0x9d, 0x50, + 0xd5, 0x3d, 0x1, 0xc1, 0x28, 0x94, 0x0, 0x0, + + /* U+307F "み" */ + 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, 0x7, 0xdc, + 0xd9, 0x0, 0x0, 0x0, 0x0, 0xc, 0x20, 0x0, + 0x0, 0x0, 0x3, 0xb0, 0x5, 0x10, 0x0, 0x27, + 0xcb, 0x50, 0xa2, 0x0, 0x5b, 0x6d, 0x47, 0xde, + 0x20, 0xc, 0x8, 0x60, 0x2, 0xee, 0x21, 0xc4, + 0xd0, 0x0, 0xa4, 0x20, 0x6, 0xa2, 0x0, 0x9a, + 0x0, 0x0, 0x0, 0x0, 0x56, 0x0, 0x0, + + /* U+3080 "む" */ + 0x0, 0xd1, 0x0, 0x0, 0x0, 0x20, 0xc3, 0x61, + 0x32, 0x0, 0xac, 0xfa, 0x70, 0x3d, 0x30, 0x0, + 0xc0, 0x0, 0x3, 0xd0, 0x4c, 0xe1, 0x0, 0x0, + 0x0, 0xa0, 0x84, 0x0, 0x0, 0x0, 0xb6, 0xc1, + 0x0, 0xb, 0x0, 0x17, 0xc0, 0x0, 0xe, 0x0, + 0x0, 0xdb, 0xab, 0xd7, 0x0, 0x0, 0x1, 0x22, + 0x0, 0x0, + + /* U+3081 "め" */ + 0x0, 0x0, 0x0, 0x52, 0x0, 0x0, 0xc0, 0x0, + 0xb1, 0x0, 0x0, 0x97, 0xac, 0xfb, 0x30, 0x0, + 0x8d, 0x24, 0x82, 0xc3, 0x4, 0xad, 0xa, 0x30, + 0x3b, 0xb, 0x17, 0x9c, 0x0, 0xe, 0xc, 0x0, + 0xf5, 0x0, 0x2c, 0xb, 0x4a, 0xa9, 0x0, 0xb6, + 0x4, 0xa5, 0x1, 0x7d, 0x80, 0x0, 0x0, 0x1, + 0x62, 0x0, + + /* U+3082 "も" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xc0, 0x0, + 0x0, 0x20, 0x2a, 0x0, 0x0, 0x6, 0xcd, 0xed, + 0xa0, 0x0, 0x0, 0x66, 0x0, 0x0, 0x5, 0x38, + 0x40, 0x12, 0x70, 0x69, 0xed, 0xc7, 0xb, 0x40, + 0xb, 0x10, 0x0, 0x59, 0x0, 0xb4, 0x0, 0x6, + 0x80, 0x6, 0xd5, 0x47, 0xd2, 0x0, 0x5, 0x99, + 0x61, 0x0, + + /* U+3089 "ら" */ + 0x0, 0x45, 0x20, 0x0, 0x0, 0x3, 0x8b, 0xd9, + 0x0, 0x6, 0x30, 0x0, 0x0, 0x0, 0xa3, 0x0, + 0x0, 0x0, 0xc, 0x17, 0xbc, 0xb3, 0x0, 0xec, + 0x51, 0x4, 0xd0, 0xc, 0x10, 0x0, 0xc, 0x20, + 0x0, 0x0, 0x4, 0xe0, 0x0, 0x68, 0x8c, 0xd2, + 0x0, 0x3, 0x54, 0x20, 0x0, + + /* U+308A "り" */ + 0x0, 0x0, 0x0, 0x4, 0xa0, 0x0, 0x0, 0x57, + 0x4c, 0xd6, 0x7, 0x7a, 0x0, 0xc3, 0x9d, 0x0, + 0x6, 0x89, 0x70, 0x0, 0x4a, 0x95, 0x0, 0x5, + 0x85, 0x20, 0x0, 0xa5, 0x0, 0x0, 0x6c, 0x0, + 0x16, 0xcb, 0x10, 0x1, 0x72, 0x0, 0x0, + + /* U+308B "る" */ + 0x0, 0x0, 0x1, 0x10, 0x0, 0x4d, 0xcb, 0xec, + 0x0, 0x0, 0x0, 0x6b, 0x0, 0x0, 0x0, 0x99, + 0x0, 0x0, 0x1, 0xbe, 0xab, 0xb2, 0x2, 0xd7, + 0x0, 0x3, 0xd0, 0x54, 0x18, 0x81, 0xb, 0x20, + 0x9, 0x45, 0x90, 0xe0, 0x0, 0x98, 0x2d, 0xc7, + 0x0, 0x0, 0x59, 0x83, 0x0, + + /* U+308C "れ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb3, + 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, + 0x0, 0x8a, 0xe4, 0x6c, 0xd3, 0x0, 0x4, 0x2c, + 0xa7, 0x4, 0x90, 0x0, 0x2, 0xf4, 0x0, 0x48, + 0x0, 0x0, 0xcd, 0x0, 0x6, 0x60, 0x0, 0x96, + 0xd0, 0x0, 0x85, 0x0, 0x1a, 0xd, 0x0, 0x9, + 0x42, 0x50, 0x0, 0xe0, 0x0, 0x4e, 0xc3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+308F "わ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb3, + 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, + 0x0, 0xcd, 0xf4, 0x37, 0x96, 0x0, 0x1, 0xc, + 0xa9, 0x53, 0x8b, 0x0, 0x5, 0xf3, 0x0, 0x0, + 0xc1, 0x1, 0xcd, 0x0, 0x0, 0xc, 0x20, 0xc3, + 0xd0, 0x0, 0x4, 0xd0, 0x16, 0xd, 0x0, 0x49, + 0xc2, 0x0, 0x0, 0xe0, 0x8, 0x50, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+3092 "を" */ + 0x0, 0xd, 0x0, 0x0, 0x7, 0xa9, 0xeb, 0xcd, + 0x0, 0x12, 0xb5, 0x10, 0x0, 0x0, 0x3c, 0x76, + 0x1, 0x86, 0x1e, 0x73, 0x9c, 0xc5, 0xa, 0x50, + 0x6d, 0x80, 0x0, 0x0, 0x78, 0x58, 0x0, 0x0, + 0xd, 0x11, 0x20, 0x0, 0x0, 0x7c, 0xaa, 0xbc, + 0x0, 0x0, 0x1, 0x21, 0x0, + + /* U+3093 "ん" */ + 0x0, 0x0, 0x91, 0x0, 0x0, 0x0, 0x5, 0xb0, + 0x0, 0x0, 0x0, 0xd, 0x20, 0x0, 0x0, 0x0, + 0x69, 0x0, 0x0, 0x0, 0x0, 0xda, 0xb3, 0x0, + 0x0, 0x6, 0xd2, 0x4b, 0x0, 0x10, 0xd, 0x20, + 0x1c, 0x0, 0x86, 0x5a, 0x0, 0xd, 0x2, 0xd1, + 0xb4, 0x0, 0xb, 0xdd, 0x30, 0x0, 0x0, 0x0, + 0x10, 0x0, + + /* U+30A1 "ァ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xdc, 0xcc, 0xcc, + 0xf4, 0x0, 0x0, 0x50, 0x4b, 0x0, 0x0, 0x1c, + 0x4c, 0x10, 0x0, 0x4, 0xa0, 0x10, 0x0, 0x0, + 0x86, 0x0, 0x0, 0x0, 0x5c, 0x0, 0x0, 0x0, + 0x2a, 0x10, 0x0, 0x0, + + /* U+30A2 "ア" */ + 0x9d, 0xdd, 0xdd, 0xdd, 0xe1, 0x0, 0x0, 0x0, + 0x8, 0x80, 0x0, 0x1, 0xd0, 0x6b, 0x0, 0x0, + 0x3, 0xc3, 0xa0, 0x0, 0x0, 0x5, 0xa0, 0x0, + 0x0, 0x0, 0x8, 0x60, 0x0, 0x0, 0x0, 0x3d, + 0x0, 0x0, 0x0, 0x7, 0xd3, 0x0, 0x0, 0x0, + 0x2, 0x0, 0x0, 0x0, 0x0, + + /* U+30A3 "ィ" */ + 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x4, 0xd2, + 0x0, 0x0, 0x8c, 0x20, 0x2, 0x7d, 0xf0, 0x0, + 0x8c, 0x60, 0xe0, 0x0, 0x0, 0x0, 0xe0, 0x0, + 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0xe0, 0x0, + + /* U+30A4 "イ" */ + 0x0, 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, 0x3, + 0xe4, 0x0, 0x0, 0x7, 0xd3, 0x0, 0x0, 0x5d, + 0xd0, 0x0, 0x39, 0xea, 0x5b, 0x0, 0x6, 0x61, + 0x3, 0xb0, 0x0, 0x0, 0x0, 0x3b, 0x0, 0x0, + 0x0, 0x3, 0xb0, 0x0, 0x0, 0x0, 0x3b, 0x0, + 0x0, 0x0, 0x1, 0x40, 0x0, + + /* U+30A6 "ウ" */ + 0x0, 0x1, 0xe0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xbd, 0xcd, 0xdc, 0xce, 0x8a, 0x20, 0x0, + 0x0, 0x96, 0xb3, 0x0, 0x0, 0xd, 0x25, 0x10, + 0x0, 0x4, 0xc0, 0x0, 0x0, 0x1, 0xd4, 0x0, + 0x0, 0x4, 0xd7, 0x0, 0x0, 0x4c, 0xb4, 0x0, + 0x0, 0x1, 0x20, 0x0, 0x0, + + /* U+30A7 "ェ" */ + 0x9, 0xcc, 0xcc, 0xcb, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0xe, + 0x0, 0x0, 0x0, 0x0, 0xe0, 0x0, 0x4, 0xdd, + 0xdf, 0xdd, 0xd4, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30A8 "エ" */ + 0x0, 0x11, 0x11, 0x11, 0x10, 0x0, 0x5c, 0xcc, + 0xfc, 0xcc, 0x60, 0x0, 0x0, 0xe, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0x0, + 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x0, + 0x0, 0x3, 0x22, 0x2e, 0x22, 0x22, 0x0, 0xcb, + 0xbb, 0xbb, 0xbb, 0xc0, + + /* U+30A9 "ォ" */ + 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0xc0, + 0x0, 0xb, 0xcc, 0xdf, 0xcc, 0x40, 0x0, 0xa, + 0xf0, 0x0, 0x0, 0xa, 0x8c, 0x0, 0x0, 0x2c, + 0x80, 0xb1, 0x0, 0xd, 0x40, 0xb, 0x10, 0x0, + 0x0, 0x4c, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, + + /* U+30AA "オ" */ + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0xb, 0xdd, 0xdd, 0xfd, 0xd9, 0x0, + 0x0, 0x9, 0xf0, 0x0, 0x0, 0x0, 0x7a, 0xc0, + 0x0, 0x0, 0x9, 0xa0, 0xc1, 0x0, 0x4, 0xd7, + 0x0, 0xc1, 0x0, 0xb, 0x20, 0x0, 0xc1, 0x0, + 0x0, 0x0, 0x9c, 0xe0, 0x0, 0x0, 0x0, 0x1, + 0x0, 0x0, + + /* U+30AB "カ" */ + 0x0, 0x3, 0xc0, 0x0, 0x0, 0x0, 0x2b, 0x0, + 0x0, 0x5d, 0xdd, 0xfd, 0xdd, 0x90, 0x0, 0x58, + 0x0, 0x2b, 0x0, 0x9, 0x40, 0x3, 0xa0, 0x0, + 0xd1, 0x0, 0x49, 0x0, 0x89, 0x0, 0x6, 0x70, + 0x5e, 0x10, 0x0, 0xa4, 0x4d, 0x20, 0x1e, 0xec, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30AC "ガ" */ + 0x0, 0x0, 0x0, 0x0, 0x13, 0x0, 0x0, 0xd, + 0x10, 0x46, 0xb0, 0x0, 0x0, 0xd0, 0x0, 0x82, + 0x0, 0xcb, 0xbf, 0xbb, 0xba, 0x0, 0x2, 0x12, + 0xd1, 0x11, 0xe0, 0x0, 0x0, 0x3a, 0x0, 0xd, + 0x0, 0x0, 0x9, 0x60, 0x1, 0xc0, 0x0, 0x3, + 0xe0, 0x0, 0x3a, 0x0, 0x1, 0xd5, 0x0, 0x7, + 0x70, 0x0, 0xd6, 0x0, 0xad, 0xe2, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30AD "キ" */ + 0x0, 0x8, 0x10, 0x0, 0x0, 0x0, 0xa4, 0x1, + 0x30, 0x25, 0x7c, 0xed, 0xc8, 0x8, 0x96, 0x6a, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x2, 0x30, 0x25, + 0x7f, 0xcd, 0xb7, 0xab, 0x85, 0xb4, 0x0, 0x0, + 0x0, 0x7, 0x70, 0x0, 0x0, 0x0, 0x4b, 0x0, + 0x0, 0x0, 0x1, 0x50, 0x0, + + /* U+30AE "ギ" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x6, + 0x0, 0x17, 0xa1, 0x0, 0x0, 0xd0, 0x0, 0x92, + 0x10, 0x2, 0x4d, 0xac, 0xe8, 0x0, 0xd, 0xb9, + 0xa9, 0x10, 0x0, 0x0, 0x0, 0x4, 0x90, 0x0, + 0x10, 0x0, 0x2, 0x6e, 0xac, 0xd7, 0x0, 0xdd, + 0xb8, 0xe3, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0x0, 0x0, 0x0, 0x0, 0x86, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x50, 0x0, 0x0, + + /* U+30AF "ク" */ + 0x0, 0x2, 0x60, 0x0, 0x0, 0x0, 0xa6, 0x0, + 0x0, 0x0, 0x4e, 0xcc, 0xcf, 0x60, 0x3d, 0x10, + 0x0, 0xe1, 0x5d, 0x20, 0x0, 0x5b, 0x3, 0x10, + 0x0, 0xd, 0x20, 0x0, 0x0, 0xb, 0x70, 0x0, + 0x0, 0x1c, 0x80, 0x0, 0x2, 0x9e, 0x60, 0x0, + 0x0, 0x47, 0x10, 0x0, 0x0, + + /* U+30B0 "グ" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x5, + 0x20, 0x7, 0x91, 0x0, 0x1, 0xe1, 0x0, 0x83, + 0x20, 0x0, 0xbd, 0xcc, 0xde, 0x0, 0x0, 0x8a, + 0x0, 0x5, 0xa0, 0x0, 0x9a, 0x0, 0x0, 0xb4, + 0x0, 0x5, 0x0, 0x0, 0x5b, 0x0, 0x0, 0x0, + 0x0, 0x3e, 0x20, 0x0, 0x0, 0x0, 0x4e, 0x30, + 0x0, 0x0, 0x4, 0xbc, 0x20, 0x0, 0x0, 0x0, + 0x95, 0x0, 0x0, 0x0, 0x0, + + /* U+30B1 "ケ" */ + 0x0, 0x8, 0x50, 0x0, 0x0, 0x0, 0x0, 0xe1, + 0x0, 0x0, 0x0, 0x0, 0x5f, 0xdd, 0xdd, 0xdd, + 0x0, 0x1e, 0x20, 0xd, 0x10, 0x0, 0xd, 0x60, + 0x0, 0xe0, 0x0, 0x0, 0x20, 0x0, 0x4b, 0x0, + 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0x0, + 0x9, 0xa0, 0x0, 0x0, 0x0, 0xa, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30B2 "ゲ" */ + 0x0, 0x2, 0x0, 0x0, 0x38, 0x0, 0x0, 0xd2, + 0x0, 0xa, 0x53, 0x0, 0x3d, 0x22, 0x22, 0x43, + 0x0, 0xb, 0xba, 0xaf, 0xaa, 0xa0, 0x7, 0xb0, + 0x0, 0xd0, 0x0, 0x2, 0xc1, 0x0, 0x3b, 0x0, + 0x0, 0x0, 0x0, 0x9, 0x60, 0x0, 0x0, 0x0, + 0x3, 0xe0, 0x0, 0x0, 0x0, 0x3, 0xe4, 0x0, + 0x0, 0x0, 0x0, 0xa3, 0x0, 0x0, 0x0, + + /* U+30B3 "コ" */ + 0x3b, 0xbb, 0xbb, 0xbb, 0x11, 0x32, 0x22, 0x22, + 0xd1, 0x0, 0x0, 0x0, 0xd, 0x10, 0x0, 0x0, + 0x0, 0xd1, 0x0, 0x0, 0x0, 0xd, 0x10, 0x0, + 0x0, 0x0, 0xd1, 0x13, 0x22, 0x22, 0x2d, 0x15, + 0xbb, 0xbb, 0xbb, 0xd1, + + /* U+30B5 "サ" */ + 0x0, 0xd, 0x0, 0xe, 0x0, 0x0, 0x0, 0xe0, + 0x0, 0xe0, 0x0, 0x1, 0xe, 0x0, 0xe, 0x1, + 0x3, 0xcc, 0xfc, 0xcc, 0xfc, 0xc1, 0x0, 0xd, + 0x0, 0xd, 0x0, 0x0, 0x0, 0xe0, 0x1, 0xd0, + 0x0, 0x0, 0x8, 0x0, 0x4a, 0x0, 0x0, 0x0, + 0x0, 0xc, 0x40, 0x0, 0x0, 0x0, 0x3c, 0x80, + 0x0, 0x0, 0x0, 0x6, 0x40, 0x0, 0x0, + + /* U+30B6 "ザ" */ + 0x0, 0x3, 0x0, 0x4, 0x23, 0x10, 0x0, 0xe0, + 0x0, 0xe5, 0x67, 0x0, 0xd, 0x0, 0xe, 0x2, + 0x4, 0xdd, 0xfd, 0xdd, 0xfd, 0xd1, 0x0, 0xd, + 0x0, 0xd, 0x0, 0x0, 0x0, 0xe0, 0x1, 0xc0, + 0x0, 0x0, 0x8, 0x0, 0x4a, 0x0, 0x0, 0x0, + 0x0, 0xc, 0x40, 0x0, 0x0, 0x0, 0x2b, 0x90, + 0x0, 0x0, 0x0, 0x7, 0x50, 0x0, 0x0, + + /* U+30B7 "シ" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xbb, 0x10, + 0x0, 0x0, 0x0, 0x5, 0x60, 0x0, 0x0, 0x87, + 0x0, 0x0, 0x0, 0x80, 0x9, 0xc0, 0x0, 0x9, + 0x90, 0x0, 0x10, 0x0, 0x7b, 0x0, 0x0, 0x0, + 0x1b, 0xa0, 0x0, 0x0, 0x17, 0xe6, 0x0, 0x0, + 0x1c, 0xe8, 0x10, 0x0, 0x0, 0x2, 0x0, 0x0, + 0x0, 0x0, + + /* U+30B8 "ジ" */ + 0x0, 0x20, 0x0, 0x1, 0x60, 0x1, 0xd8, 0x0, + 0x75, 0xa2, 0x0, 0x8, 0x40, 0x7, 0x0, 0x95, + 0x0, 0x0, 0x0, 0x60, 0x2b, 0x90, 0x0, 0xa, + 0x80, 0x0, 0x20, 0x0, 0x8b, 0x0, 0x0, 0x0, + 0x1b, 0xa0, 0x0, 0x0, 0x17, 0xd6, 0x0, 0x0, + 0x3b, 0xe8, 0x10, 0x0, 0x0, 0x4, 0x0, 0x0, + 0x0, 0x0, + + /* U+30B9 "ス" */ + 0xd, 0xed, 0xdd, 0xe9, 0x0, 0x0, 0x0, 0xc, + 0x40, 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x1, + 0xd2, 0x0, 0x0, 0x1, 0xce, 0x20, 0x0, 0x1, + 0xd6, 0x4d, 0x20, 0x7, 0xe4, 0x0, 0x4e, 0x29, + 0x91, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, + + /* U+30BA "ズ" */ + 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, + 0x0, 0x1a, 0x83, 0x1, 0xbb, 0xbb, 0xbc, 0x91, + 0x0, 0x2, 0x22, 0x22, 0xe2, 0x0, 0x0, 0x0, + 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x10, + 0x0, 0x0, 0x0, 0x1d, 0xb0, 0x0, 0x0, 0x0, + 0x2d, 0x59, 0xa0, 0x0, 0x0, 0x6d, 0x40, 0x9, + 0xa0, 0x0, 0xca, 0x10, 0x0, 0xb, 0x60, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30BB "セ" */ + 0x0, 0xe, 0x10, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x20, 0x0, 0xd, 0x47, 0xad, 0xf5, 0x4b, + 0xdf, 0xa6, 0x33, 0xc0, 0x24, 0xd, 0x0, 0xc, + 0x20, 0x0, 0xd, 0x0, 0x76, 0x0, 0x0, 0xd, + 0x0, 0x0, 0x0, 0x0, 0xd, 0x30, 0x0, 0x20, + 0x0, 0x6, 0xdd, 0xee, 0xd0, + + /* U+30BC "ゼ" */ + 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x80, + 0x0, 0x18, 0xa1, 0x0, 0xe, 0x0, 0x0, 0x71, + 0x10, 0x0, 0xe0, 0x14, 0x8c, 0x30, 0x25, 0x8f, + 0xdb, 0x86, 0xe0, 0x5, 0x85, 0xe0, 0x0, 0xa5, + 0x0, 0x0, 0xe, 0x0, 0x79, 0x0, 0x0, 0x0, + 0xe0, 0x1, 0x0, 0x0, 0x0, 0xe, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x9d, 0xbc, 0xde, 0x0, 0x0, + 0x0, 0x12, 0x21, 0x0, 0x0, + + /* U+30BD "ソ" */ + 0x0, 0x0, 0x0, 0x0, 0x5, 0x70, 0x0, 0x0, + 0xc3, 0x1e, 0x20, 0x0, 0xe, 0x0, 0x7a, 0x0, + 0x4, 0xb0, 0x0, 0x70, 0x0, 0xb5, 0x0, 0x0, + 0x0, 0x4d, 0x0, 0x0, 0x0, 0x3e, 0x20, 0x0, + 0x0, 0x5e, 0x40, 0x0, 0x0, 0xbc, 0x20, 0x0, + 0x0, 0x1, 0x0, 0x0, 0x0, + + /* U+30BE "ゾ" */ + 0x0, 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, + 0x37, 0xa1, 0x52, 0x0, 0x0, 0x9, 0x11, 0x5c, + 0x0, 0x0, 0x2e, 0x0, 0xc, 0x50, 0x0, 0x69, + 0x0, 0x3, 0x90, 0x0, 0xc4, 0x0, 0x0, 0x0, + 0x4, 0xc0, 0x0, 0x0, 0x0, 0x2e, 0x30, 0x0, + 0x0, 0x3, 0xd5, 0x0, 0x0, 0x0, 0x9d, 0x40, + 0x0, 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, + + /* U+30BF "タ" */ + 0x0, 0x0, 0x37, 0x0, 0x0, 0x0, 0x0, 0xb7, + 0x22, 0x30, 0x0, 0x5, 0xc9, 0x99, 0xe6, 0x0, + 0x4c, 0x0, 0x0, 0xe1, 0x7, 0xc1, 0x84, 0x6, + 0x90, 0x4, 0x0, 0x2b, 0xbd, 0x10, 0x0, 0x0, + 0x1, 0xee, 0x60, 0x0, 0x0, 0x2d, 0x51, 0x30, + 0x0, 0x3a, 0xd4, 0x0, 0x0, 0x0, 0x65, 0x0, + 0x0, 0x0, + + /* U+30C0 "ダ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, + 0x20, 0x6, 0xa1, 0x0, 0x0, 0xe1, 0x0, 0x93, + 0x30, 0x0, 0x9d, 0xcc, 0xcf, 0x10, 0x0, 0x6a, + 0x0, 0x3, 0xc0, 0x0, 0x8b, 0x27, 0x0, 0xa5, + 0x0, 0x17, 0x0, 0x7d, 0x8c, 0x0, 0x0, 0x0, + 0x0, 0x4f, 0xc1, 0x0, 0x0, 0x0, 0x4d, 0x36, + 0x10, 0x0, 0x3, 0xac, 0x20, 0x0, 0x0, 0x1, + 0xb5, 0x0, 0x0, 0x0, 0x0, + + /* U+30C1 "チ" */ + 0x0, 0x0, 0x0, 0x25, 0x50, 0x0, 0xc, 0xcc, + 0xeb, 0x84, 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, + 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, 0xd, 0xdd, + 0xdf, 0xdd, 0xdd, 0x0, 0x0, 0x0, 0xe0, 0x0, + 0x0, 0x0, 0x0, 0x2c, 0x0, 0x0, 0x0, 0x0, + 0xc, 0x50, 0x0, 0x0, 0x0, 0x2c, 0x80, 0x0, + 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, + + /* U+30C3 "ッ" */ + 0x0, 0x1, 0x10, 0x0, 0x0, 0x90, 0x4a, 0x0, + 0xb2, 0xa, 0x40, 0xd0, 0xe, 0x0, 0x48, 0x2, + 0x7, 0x80, 0x0, 0x0, 0x1, 0xd1, 0x0, 0x0, + 0x2, 0xd4, 0x0, 0x0, 0x17, 0xd4, 0x0, 0x0, + 0x5, 0x81, 0x0, 0x0, + + /* U+30C4 "ツ" */ + 0x0, 0x1, 0x0, 0x0, 0x6, 0x0, 0xa5, 0x0, + 0x39, 0x86, 0x3, 0xb0, 0x7, 0x82, 0xd0, 0xb, + 0x0, 0xb3, 0x8, 0x0, 0x0, 0x3d, 0x0, 0x0, + 0x0, 0xc, 0x40, 0x0, 0x0, 0xb, 0x80, 0x0, + 0x0, 0x3c, 0x80, 0x0, 0x0, 0xbd, 0x50, 0x0, + 0x0, 0x2, 0x0, 0x0, 0x0, + + /* U+30C6 "テ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xdc, 0xcc, + 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, + 0x11, 0x11, 0x11, 0x20, 0xbb, 0xbb, 0xec, 0xbb, + 0xb0, 0x0, 0x0, 0xc2, 0x0, 0x0, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0x0, 0x6, 0xa0, 0x0, 0x0, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0x1, 0x81, 0x0, + 0x0, 0x0, + + /* U+30C7 "デ" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x0, 0x9, 0x66, 0x0, 0xad, 0xcc, 0xcd, 0x54, + 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xdd, 0xdd, 0xfd, 0xdd, + 0xc0, 0x0, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, + 0x1, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x78, 0x0, + 0x0, 0x0, 0x0, 0x6d, 0x0, 0x0, 0x0, 0x0, + 0x2a, 0x10, 0x0, 0x0, 0x0, + + /* U+30C8 "ト" */ + 0x1e, 0x0, 0x0, 0x1, 0xd0, 0x0, 0x0, 0x1d, + 0x0, 0x0, 0x1, 0xfd, 0x72, 0x0, 0x1d, 0x28, + 0xeb, 0x21, 0xd0, 0x0, 0x63, 0x1d, 0x0, 0x0, + 0x1, 0xd0, 0x0, 0x0, 0x1c, 0x0, 0x0, 0x0, + + /* U+30C9 "ド" */ + 0x20, 0x0, 0x1, 0xe, 0x10, 0x43, 0xb0, 0xd0, + 0x1, 0xa4, 0x1d, 0x10, 0x1, 0x0, 0xde, 0xb5, + 0x0, 0xd, 0x14, 0xae, 0x60, 0xd0, 0x0, 0x23, + 0xd, 0x0, 0x0, 0x0, 0xd1, 0x0, 0x0, 0xa, + 0x10, 0x0, 0x0, + + /* U+30CA "ナ" */ + 0x0, 0x0, 0xc4, 0x0, 0x0, 0x0, 0x0, 0xb3, + 0x0, 0x0, 0x0, 0x0, 0xb3, 0x0, 0x0, 0xdd, + 0xdd, 0xfe, 0xdd, 0xe1, 0x0, 0x0, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0xe1, 0x0, 0x0, 0x0, 0x4, + 0xb0, 0x0, 0x0, 0x0, 0x1d, 0x30, 0x0, 0x0, + 0x4, 0xe6, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, + 0x0, 0x0, + + /* U+30CB "ニ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xee, 0xee, 0xee, + 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xee, 0xdd, 0xdd, 0xde, 0xa1, + 0x10, 0x0, 0x0, 0x11, + + /* U+30CD "ネ" */ + 0x0, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x4, 0xdd, 0xdd, 0xde, 0xd0, + 0x0, 0x0, 0x0, 0x2, 0xd3, 0x0, 0x0, 0x0, + 0x4, 0xd3, 0x0, 0x0, 0x0, 0x2b, 0xf1, 0x72, + 0x0, 0x7, 0xdc, 0x4e, 0x5, 0xe8, 0x0, 0x52, + 0x0, 0xe0, 0x0, 0x70, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x90, 0x0, 0x0, + + /* U+30CE "ノ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7a, + 0x0, 0x0, 0x0, 0xc4, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0x0, 0xb, 0x60, 0x0, 0x0, 0x6c, 0x0, + 0x0, 0x6, 0xd1, 0x0, 0x2, 0xad, 0x10, 0x0, + 0x2e, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30CF "ハ" */ + 0x0, 0x3, 0x30, 0x44, 0x0, 0x0, 0x0, 0x95, + 0x3, 0xd0, 0x0, 0x0, 0xd, 0x10, 0xb, 0x40, + 0x0, 0x2, 0xd0, 0x0, 0x5b, 0x0, 0x0, 0x78, + 0x0, 0x0, 0xe1, 0x0, 0xe, 0x10, 0x0, 0x9, + 0x70, 0x8, 0x80, 0x0, 0x0, 0x4c, 0x0, 0xb0, + 0x0, 0x0, 0x0, 0xb0, + + /* U+30D0 "バ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x4, 0x90, 0x0, 0x2, 0x10, 0x31, 0xa4, + 0x40, 0x0, 0xb4, 0x6, 0x90, 0x0, 0x0, 0xe, + 0x0, 0xe, 0x10, 0x0, 0x3, 0xc0, 0x0, 0x88, + 0x0, 0x0, 0x86, 0x0, 0x1, 0xe0, 0x0, 0xe, + 0x10, 0x0, 0xc, 0x40, 0x8, 0x70, 0x0, 0x0, + 0x7a, 0x1, 0xd0, 0x0, 0x0, 0x2, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30D1 "パ" */ + 0x0, 0x0, 0x0, 0x0, 0x68, 0x30, 0x0, 0x31, + 0x4, 0x28, 0x17, 0x0, 0xb, 0x40, 0x69, 0x26, + 0x0, 0x0, 0xe0, 0x0, 0xe1, 0x0, 0x0, 0x3c, + 0x0, 0x8, 0x80, 0x0, 0x8, 0x60, 0x0, 0x1e, + 0x0, 0x1, 0xe1, 0x0, 0x0, 0xc4, 0x0, 0x87, + 0x0, 0x0, 0x7, 0xa0, 0x1d, 0x0, 0x0, 0x0, + 0x2d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30D2 "ヒ" */ + 0x51, 0x0, 0x0, 0x0, 0xa3, 0x0, 0x0, 0x0, + 0xa3, 0x0, 0x17, 0x90, 0xa5, 0x6b, 0xc7, 0x10, + 0xac, 0x72, 0x0, 0x0, 0xa3, 0x0, 0x0, 0x0, + 0xa3, 0x0, 0x0, 0x0, 0xa5, 0x0, 0x0, 0x10, + 0x3d, 0xed, 0xee, 0xd2, 0x0, 0x0, 0x0, 0x0, + + /* U+30D3 "ビ" */ + 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x44, + 0x90, 0xe0, 0x0, 0x1, 0x95, 0xe, 0x0, 0x0, + 0x64, 0x0, 0xe1, 0x5a, 0xd8, 0x20, 0xe, 0xd8, + 0x40, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0xe, + 0x0, 0x0, 0x0, 0x0, 0xd1, 0x0, 0x0, 0x0, + 0x7, 0xeb, 0xbc, 0xdf, 0x0, 0x0, 0x22, 0x21, + 0x0, 0x0, + + /* U+30D4 "ピ" */ + 0x50, 0x0, 0x0, 0x78, 0x2e, 0x0, 0x0, 0x8, + 0x26, 0xe0, 0x0, 0x5, 0x86, 0xe, 0x4, 0x9d, + 0x92, 0x0, 0xed, 0x94, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0xd, + 0x10, 0x0, 0x0, 0x0, 0x7e, 0xbb, 0xcd, 0xf0, + 0x0, 0x2, 0x22, 0x10, 0x0, + + /* U+30D5 "フ" */ + 0x6e, 0xdd, 0xdd, 0xde, 0x40, 0x0, 0x0, 0x0, + 0xd2, 0x0, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x0, + 0x8, 0x70, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, + 0x3, 0xe4, 0x0, 0x0, 0x18, 0xe4, 0x0, 0x0, + 0x2d, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, + + /* U+30D6 "ブ" */ + 0x0, 0x0, 0x0, 0x2, 0x60, 0x0, 0x0, 0x0, + 0xb, 0x56, 0x7c, 0xbb, 0xbb, 0xbd, 0x20, 0x11, + 0x11, 0x11, 0x1f, 0x10, 0x0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x0, 0x0, 0xa6, 0x0, 0x0, 0x0, + 0x3, 0xd0, 0x0, 0x0, 0x0, 0x3e, 0x40, 0x0, + 0x0, 0x7, 0xe3, 0x0, 0x0, 0x3, 0xe8, 0x10, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30D7 "プ" */ + 0x0, 0x0, 0x0, 0x5, 0x76, 0x7c, 0xbb, 0xbb, + 0xbe, 0x77, 0x11, 0x11, 0x11, 0x2f, 0x10, 0x0, + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x0, 0x0, 0xa6, + 0x0, 0x0, 0x0, 0x3, 0xd0, 0x0, 0x0, 0x0, + 0x3e, 0x40, 0x0, 0x0, 0x7, 0xe3, 0x0, 0x0, + 0x3, 0xe8, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+30D8 "ヘ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4d, + 0x70, 0x0, 0x0, 0x0, 0x2d, 0x3b, 0x80, 0x0, + 0x0, 0x1d, 0x30, 0xc, 0x70, 0x0, 0x1c, 0x70, + 0x0, 0xd, 0x60, 0x0, 0x70, 0x0, 0x0, 0x1e, + 0x50, 0x0, 0x0, 0x0, 0x0, 0x3e, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x30, + + /* U+30D9 "ベ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x45, 0x50, 0x0, 0x2, 0xa3, 0x9, 0x3a, + 0x0, 0x1, 0xd6, 0xd4, 0x14, 0x0, 0x0, 0xd4, + 0x2, 0xd3, 0x0, 0x0, 0xb7, 0x0, 0x3, 0xe2, + 0x0, 0x19, 0x0, 0x0, 0x4, 0xe2, 0x0, 0x0, + 0x0, 0x0, 0x6, 0xd1, 0x0, 0x0, 0x0, 0x0, + 0x6, 0x0, + + /* U+30DA "ペ" */ + 0x0, 0x0, 0x0, 0x4, 0x85, 0x0, 0x0, 0x2a, + 0x30, 0x80, 0x80, 0x0, 0x1d, 0x6d, 0x43, 0x83, + 0x0, 0xd, 0x40, 0x2d, 0x30, 0x0, 0xb, 0x70, + 0x0, 0x3e, 0x20, 0x1, 0x90, 0x0, 0x0, 0x4e, + 0x20, 0x0, 0x0, 0x0, 0x0, 0x6d, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x60, + + /* U+30DB "ホ" */ + 0x0, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0xc, 0xdc, 0xcf, 0xcc, 0xdb, + 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0x34, + 0xe, 0x2, 0x50, 0x0, 0xd, 0x20, 0xe0, 0xd, + 0x20, 0xa, 0x70, 0xe, 0x0, 0x4c, 0x0, 0x60, + 0x0, 0xe0, 0x0, 0x50, 0x0, 0x7, 0xce, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + + /* U+30DC "ボ" */ + 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, + 0xe0, 0x19, 0x92, 0x0, 0x0, 0xe, 0x0, 0x61, + 0x10, 0xcc, 0xcc, 0xfc, 0xcc, 0x90, 0x0, 0x0, + 0xe, 0x0, 0x0, 0x0, 0x2, 0x20, 0xe0, 0x22, + 0x0, 0x0, 0xc3, 0xe, 0x3, 0xc0, 0x0, 0x79, + 0x0, 0xe0, 0x9, 0x60, 0x1d, 0x0, 0xe, 0x0, + 0x1c, 0x0, 0x0, 0x24, 0xe0, 0x0, 0x0, 0x0, + 0x6, 0xa6, 0x0, 0x0, 0x0, + + /* U+30DD "ポ" */ + 0x0, 0x0, 0xe, 0x0, 0x99, 0x0, 0x0, 0xe, + 0x0, 0x88, 0xc, 0xcc, 0xcf, 0xcc, 0xc9, 0x0, + 0x0, 0xe, 0x0, 0x0, 0x0, 0x22, 0xe, 0x1, + 0x30, 0x0, 0xc3, 0xe, 0x1, 0xc0, 0x7, 0x90, + 0xe, 0x0, 0x75, 0x1d, 0x0, 0xe, 0x0, 0x9, + 0x0, 0x2, 0x4e, 0x0, 0x0, 0x0, 0x6, 0xa6, + 0x0, 0x0, + + /* U+30DE "マ" */ + 0x9a, 0xaa, 0xaa, 0xaa, 0xa0, 0x22, 0x22, 0x22, + 0x2a, 0xa0, 0x0, 0x0, 0x0, 0x3d, 0x10, 0x2, + 0x70, 0x3, 0xd3, 0x0, 0x0, 0xaa, 0x4d, 0x30, + 0x0, 0x0, 0x8, 0xf3, 0x0, 0x0, 0x0, 0x0, + 0x8c, 0x0, 0x0, 0x0, 0x0, 0xa, 0x80, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+30DF "ミ" */ + 0x0, 0x31, 0x0, 0x0, 0x0, 0x9c, 0xdb, 0x72, + 0x0, 0x0, 0x3, 0x78, 0x2, 0x41, 0x0, 0x0, + 0x4, 0x9d, 0xd9, 0x50, 0x0, 0x0, 0x15, 0x90, + 0x2, 0x0, 0x0, 0x0, 0x1c, 0xeb, 0x73, 0x0, + 0x0, 0x2, 0x6b, 0xe5, 0x0, 0x0, 0x0, 0x1, + + /* U+30E0 "ム" */ + 0x0, 0x0, 0x23, 0x0, 0x0, 0x0, 0x0, 0x8, + 0x70, 0x0, 0x0, 0x0, 0x0, 0xd2, 0x0, 0x0, + 0x0, 0x0, 0x2d, 0x0, 0x0, 0x0, 0x0, 0x7, + 0x70, 0x5, 0x0, 0x0, 0x0, 0xc2, 0x0, 0x97, + 0x0, 0x0, 0x2d, 0x0, 0x1, 0xe1, 0x0, 0x39, + 0xb7, 0x8a, 0xcf, 0x90, 0x1b, 0xa8, 0x65, 0x31, + 0x1e, 0x10, 0x0, 0x0, 0x0, 0x0, 0x20, + + /* U+30E1 "メ" */ + 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x5, + 0xb0, 0x2, 0x60, 0x0, 0xc4, 0x0, 0x1a, 0xb1, + 0x4c, 0x0, 0x0, 0x5, 0xed, 0x30, 0x0, 0x0, + 0xb, 0xf6, 0x0, 0x0, 0xa, 0xa1, 0xd7, 0x0, + 0x2c, 0xa0, 0x1, 0xd5, 0x5e, 0x50, 0x0, 0x1, + 0x0, 0x10, 0x0, 0x0, 0x0, + + /* U+30E2 "モ" */ + 0x3c, 0xcc, 0xcc, 0xcb, 0x0, 0x0, 0xc2, 0x0, + 0x0, 0x0, 0xc, 0x20, 0x0, 0xc, 0xdc, 0xfd, + 0xcc, 0xda, 0x0, 0xc, 0x20, 0x0, 0x0, 0x0, + 0xc2, 0x0, 0x0, 0x0, 0xc, 0x30, 0x0, 0x0, + 0x0, 0x7e, 0xcc, 0xd5, 0x0, 0x0, 0x12, 0x21, + 0x0, + + /* U+30E3 "ャ" */ + 0x0, 0x53, 0x0, 0x0, 0x0, 0x5, 0x80, 0x14, + 0x73, 0x15, 0x8e, 0xca, 0x8e, 0x12, 0x74, 0xd1, + 0x9, 0x60, 0x0, 0x8, 0x54, 0x90, 0x0, 0x0, + 0x4a, 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0xa, 0x20, 0x0, + + /* U+30E4 "ヤ" */ + 0x0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, + 0x0, 0x2, 0x30, 0x0, 0xb, 0x88, 0xbd, 0xdc, + 0x2, 0xdd, 0xcc, 0x41, 0xc, 0x20, 0x1, 0x1, + 0xd0, 0xa, 0x60, 0x0, 0x0, 0xd, 0x13, 0x80, + 0x0, 0x0, 0x0, 0x96, 0x0, 0x0, 0x0, 0x0, + 0x4, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x50, 0x0, 0x0, + + /* U+30E5 "ュ" */ + 0x1, 0xbb, 0xbb, 0xb2, 0x0, 0x2, 0x11, 0x1c, + 0x20, 0x0, 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0x0, 0x0, 0x0, 0x2, 0xc0, 0x2, 0xdd, + 0xdd, 0xdd, 0xd8, + + /* U+30E6 "ユ" */ + 0x0, 0x21, 0x11, 0x12, 0x0, 0x0, 0xb, 0xcc, + 0xcc, 0xe8, 0x0, 0x0, 0x0, 0x0, 0x9, 0x60, + 0x0, 0x0, 0x0, 0x0, 0xb3, 0x0, 0x0, 0x0, + 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x1, 0xe0, + 0x0, 0x1c, 0xcc, 0xcc, 0xdf, 0xcc, 0x20, 0x21, + 0x11, 0x11, 0x11, 0x10, + + /* U+30E7 "ョ" */ + 0x0, 0x0, 0x0, 0x4, 0xcc, 0xcc, 0xcb, 0x0, + 0x0, 0x1, 0xb0, 0x22, 0x22, 0x4b, 0xa, 0x99, + 0x9a, 0xb0, 0x0, 0x0, 0x1b, 0x6d, 0xcc, 0xcd, + 0xb0, 0x0, 0x0, 0x2b, + + /* U+30E8 "ヨ" */ + 0x4d, 0xdd, 0xdd, 0xdd, 0x0, 0x0, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0x0, 0xe, 0x0, 0xbb, 0xbb, + 0xbb, 0xf0, 0x2, 0x22, 0x22, 0x2e, 0x0, 0x0, + 0x0, 0x0, 0xe0, 0x0, 0x0, 0x0, 0xe, 0x6, + 0xdd, 0xdd, 0xdd, 0xf0, 0x0, 0x0, 0x0, 0x1, + 0x0, + + /* U+30E9 "ラ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d, 0xdd, 0xdd, + 0xc0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xdc, 0xcc, + 0xcc, 0xd7, 0x0, 0x0, 0x0, 0xa, 0x50, 0x0, + 0x0, 0x2, 0xd0, 0x0, 0x0, 0x1, 0xd4, 0x0, + 0x0, 0x5, 0xd4, 0x0, 0x0, 0x4e, 0xa2, 0x0, + 0x0, 0x0, 0x10, 0x0, 0x0, + + /* U+30EA "リ" */ + 0x30, 0x0, 0x4, 0xc, 0x30, 0x0, 0xd0, 0xb2, + 0x0, 0xd, 0xb, 0x20, 0x0, 0xd0, 0xb2, 0x0, + 0xe, 0xc, 0x30, 0x0, 0xe0, 0x0, 0x0, 0x6a, + 0x0, 0x0, 0x2d, 0x20, 0x0, 0x9d, 0x30, 0x0, + 0x4, 0x0, 0x0, + + /* U+30EB "ル" */ + 0x0, 0x3, 0x0, 0x30, 0x0, 0x0, 0x0, 0xd0, + 0xe, 0x0, 0x0, 0x0, 0xd, 0x0, 0xe0, 0x0, + 0x0, 0x1, 0xc0, 0xe, 0x0, 0x0, 0x0, 0x2b, + 0x0, 0xe0, 0x0, 0x0, 0x4, 0xa0, 0xe, 0x0, + 0x34, 0x0, 0x96, 0x0, 0xe0, 0x2d, 0x20, 0x2e, + 0x0, 0xe, 0x7d, 0x20, 0x1d, 0x40, 0x0, 0xf9, + 0x0, 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, + + /* U+30EC "レ" */ + 0x2, 0x0, 0x0, 0x0, 0x4, 0xb0, 0x0, 0x0, + 0x0, 0x3a, 0x0, 0x0, 0x0, 0x3, 0xa0, 0x0, + 0x0, 0x0, 0x3a, 0x0, 0x0, 0x6, 0x3, 0xa0, + 0x0, 0x7, 0xb0, 0x3a, 0x0, 0x2b, 0xa0, 0x3, + 0xb3, 0x9c, 0x50, 0x0, 0x3f, 0xa4, 0x0, 0x0, + 0x0, 0x10, 0x0, 0x0, 0x0, + + /* U+30ED "ロ" */ + 0x1b, 0xbb, 0xbb, 0xbb, 0xa2, 0xc2, 0x22, 0x22, + 0x2d, 0x2b, 0x0, 0x0, 0x0, 0xd2, 0xb0, 0x0, + 0x0, 0xd, 0x2b, 0x0, 0x0, 0x0, 0xd2, 0xb0, + 0x0, 0x0, 0xd, 0x2c, 0x33, 0x33, 0x33, 0xe2, + 0xca, 0xaa, 0xaa, 0xab, + + /* U+30EF "ワ" */ + 0xad, 0xdd, 0xdd, 0xdd, 0x3b, 0x30, 0x0, 0x0, + 0xd3, 0xb3, 0x0, 0x0, 0xf, 0xa, 0x30, 0x0, + 0x4, 0xb0, 0x0, 0x0, 0x0, 0xb4, 0x0, 0x0, + 0x0, 0x9b, 0x0, 0x0, 0x2, 0xab, 0x0, 0x0, + 0x7, 0xe6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, + + /* U+30F3 "ン" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, + 0x0, 0x0, 0x2, 0xd7, 0x0, 0x0, 0x10, 0x0, + 0x1a, 0x10, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xa, + 0x70, 0x0, 0x0, 0x0, 0xab, 0x0, 0x0, 0x0, + 0x1b, 0xa0, 0x0, 0x0, 0x39, 0xe6, 0x0, 0x0, + 0x2e, 0xc7, 0x10, 0x0, 0x0, 0x1, 0x0, 0x0, + 0x0, 0x0, + + /* U+30FC "ー" */ + 0xee, 0xee, 0xee, 0xee, 0xc1, 0x0, 0x0, 0x0, + 0x0, + + /* U+4E00 "一" */ + 0x3e, 0xee, 0xee, 0xee, 0xee, 0xa0, + + /* U+4E0A "上" */ + 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xa0, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, + 0x0, 0x0, 0x2, 0xfd, 0xdd, 0x80, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0x1b, 0xbb, 0xce, 0xbb, + 0xbb, 0x70, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+4E0B "下" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x11, 0xaa, 0xaa, + 0xfa, 0xaa, 0xa5, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xe5, 0x0, 0x0, 0x0, 0x0, + 0xe, 0x9c, 0x40, 0x0, 0x0, 0x0, 0xd0, 0x2c, + 0x90, 0x0, 0x0, 0xd, 0x0, 0x2, 0x0, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E0D "不" */ + 0x2a, 0xaa, 0xaa, 0xaa, 0xaa, 0x20, 0x22, 0x22, + 0xa8, 0x22, 0x20, 0x0, 0x0, 0x3f, 0x0, 0x0, + 0x0, 0x0, 0x2d, 0xe7, 0x50, 0x0, 0x0, 0x4d, + 0x3d, 0xb, 0x90, 0x0, 0x8e, 0x30, 0xd0, 0x8, + 0xb0, 0x3a, 0x10, 0xd, 0x0, 0x6, 0x20, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E21 "両" */ + 0x1a, 0xaa, 0xaa, 0xaa, 0xaa, 0x50, 0x22, 0x22, + 0xc3, 0x22, 0x21, 0x0, 0x0, 0xb, 0x0, 0x0, + 0x0, 0x8d, 0xcc, 0xfc, 0xcc, 0xf0, 0x8, 0x35, + 0xb, 0x3, 0xc, 0x0, 0x83, 0xb0, 0xb0, 0x91, + 0xc0, 0x8, 0x3b, 0xb, 0x9, 0x1c, 0x0, 0x83, + 0xab, 0xdb, 0xc1, 0xc0, 0x8, 0x30, 0x0, 0x0, + 0xc, 0x0, 0x83, 0x0, 0x0, 0x3b, 0xc0, + + /* U+4E2D "中" */ + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xec, 0xcc, 0xfc, 0xcc, 0xdc, 0x0, 0xd, + 0x0, 0xd, 0xc0, 0x0, 0xd0, 0x0, 0xde, 0xbb, + 0xbf, 0xbb, 0xbd, 0xd0, 0x0, 0xd0, 0x0, 0xd2, + 0x0, 0xd, 0x0, 0x1, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0xd, 0x0, 0x0, + + /* U+4E57 "乗" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x36, 0x67, + 0x8a, 0xbc, 0x30, 0x3, 0x54, 0x3d, 0x10, 0x0, + 0x0, 0x7b, 0xcb, 0xfb, 0xbc, 0xb0, 0x0, 0x48, + 0xd, 0x5, 0x70, 0x1, 0xbc, 0xdb, 0xfb, 0xdd, + 0xb6, 0x0, 0x48, 0xd, 0x5, 0x70, 0x0, 0x9b, + 0xbd, 0xfe, 0xbb, 0xb1, 0x0, 0x7, 0xbd, 0x9a, + 0x0, 0x0, 0x6c, 0x70, 0xd0, 0x6d, 0x81, 0x18, + 0x10, 0xd, 0x0, 0x7, 0x50, + + /* U+4E86 "了" */ + 0x11, 0x11, 0x11, 0x12, 0x9, 0xaa, 0xaa, 0xab, + 0xf7, 0x0, 0x0, 0x1, 0xc7, 0x0, 0x0, 0x6, + 0xc3, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0xd, 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0xc, 0xca, 0x0, 0x0, + + /* U+4ED6 "他" */ + 0x0, 0x28, 0x0, 0xc, 0x0, 0x0, 0xa, 0x39, + 0x20, 0xc0, 0x10, 0x3, 0xd0, 0x92, 0xd, 0x9e, + 0x31, 0xdc, 0xa, 0xac, 0xd2, 0x83, 0x55, 0xc9, + 0xe5, 0xc, 0x8, 0x30, 0xc, 0x9, 0x20, 0xc0, + 0x92, 0x0, 0xc0, 0x92, 0xc, 0x8b, 0x0, 0xc, + 0x9, 0x20, 0x70, 0x3, 0x0, 0xc0, 0x93, 0x0, + 0x3, 0xa0, 0xc, 0x4, 0xcb, 0xbb, 0xc3, + + /* U+4ED8 "付" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0xd, 0x0, 0x0, 0x86, 0x0, 0x0, 0xd0, + 0x0, 0x2e, 0x2c, 0xcc, 0xcf, 0xc5, 0xd, 0xe0, + 0x0, 0x0, 0xd0, 0x5, 0x7c, 0x3, 0x50, 0xd, + 0x0, 0x0, 0xc0, 0xd, 0x10, 0xd0, 0x0, 0xc, + 0x0, 0x68, 0xd, 0x0, 0x0, 0xc0, 0x0, 0x20, + 0xd0, 0x0, 0xc, 0x0, 0x0, 0xd, 0x0, 0x0, + 0xc0, 0x1, 0xbc, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4EF6 "件" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x60, 0xc0, 0x0, 0x0, 0xa3, 0x49, 0xc, 0x0, + 0x0, 0x3d, 0x9, 0xdd, 0xfc, 0xc3, 0x1d, 0xc2, + 0xc0, 0xc, 0x0, 0x4, 0x5c, 0x13, 0x0, 0xc0, + 0x0, 0x0, 0xc4, 0xcc, 0xcf, 0xcc, 0x90, 0xc, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4EFB "任" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x3, 0xb1, + 0x36, 0x9c, 0xb0, 0x0, 0xb4, 0xa8, 0x8a, 0x0, + 0x0, 0x6e, 0x0, 0x2, 0x90, 0x0, 0x4d, 0xd0, + 0x0, 0x29, 0x0, 0x6, 0x2c, 0x7b, 0xbc, 0xeb, + 0xb8, 0x0, 0xc0, 0x0, 0x3a, 0x0, 0x0, 0xc, + 0x0, 0x2, 0x90, 0x0, 0x0, 0xc0, 0x0, 0x29, + 0x0, 0x0, 0xc, 0x2, 0x24, 0xa2, 0x21, 0x0, + 0xc1, 0xaa, 0xaa, 0xaa, 0x50, + + /* U+4F4D "位" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x9, 0x30, 0x0, 0x0, 0x85, 0x0, 0x45, 0x0, + 0x0, 0x2d, 0xb, 0xcc, 0xcc, 0xc0, 0xd, 0xd0, + 0x14, 0x0, 0x52, 0x5, 0x6c, 0x0, 0xb0, 0xb, + 0x20, 0x0, 0xc0, 0xc, 0x0, 0xd0, 0x0, 0xc, + 0x0, 0xa2, 0x1a, 0x0, 0x0, 0xc0, 0x7, 0x35, + 0x60, 0x0, 0xc, 0x39, 0x99, 0xcb, 0x94, 0x0, + 0xc1, 0x22, 0x22, 0x22, 0x10, + + /* U+4F4E "低" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x91, + 0x36, 0xac, 0x80, 0x0, 0xb2, 0xc7, 0x4c, 0x0, + 0x0, 0x3c, 0xc, 0x0, 0xb0, 0x0, 0x1d, 0xc0, + 0xc0, 0xa, 0x10, 0x6, 0x6c, 0xc, 0xcc, 0xed, + 0xc6, 0x0, 0xc0, 0xc0, 0x7, 0x50, 0x0, 0xc, + 0xc, 0x0, 0x47, 0x0, 0x0, 0xc0, 0xc0, 0x32, + 0xb0, 0x50, 0xc, 0xc, 0x26, 0x7b, 0x58, 0x0, + 0xc1, 0xd8, 0x28, 0x2c, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F53 "体" */ + 0x0, 0x38, 0x0, 0x65, 0x0, 0x0, 0xa, 0x20, + 0x6, 0x50, 0x0, 0x2, 0xc6, 0xcc, 0xff, 0xcc, + 0x80, 0xdc, 0x0, 0x4e, 0xd3, 0x0, 0x36, 0xc0, + 0xb, 0x77, 0xb0, 0x0, 0xc, 0x4, 0x86, 0x59, + 0x40, 0x0, 0xc1, 0xc1, 0x65, 0x1d, 0x10, 0xc, + 0xa5, 0xbd, 0xdb, 0x69, 0x0, 0xc0, 0x0, 0x65, + 0x0, 0x0, 0xc, 0x0, 0x6, 0x50, 0x0, + + /* U+4F5C "作" */ + 0x0, 0x19, 0x6, 0x30, 0x0, 0x0, 0x9, 0x50, + 0xe3, 0x22, 0x20, 0x3, 0xe0, 0x7b, 0xe9, 0x99, + 0x31, 0xdc, 0x3c, 0xd, 0x0, 0x0, 0x55, 0xc4, + 0x20, 0xdc, 0xcc, 0x10, 0xc, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xc0, 0x0, 0xdc, 0xcc, 0x30, 0xc, + 0x0, 0xd, 0x0, 0x0, 0x0, 0xc0, 0x0, 0xd0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4F7F "使" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x1, 0xa0, 0x0, 0x0, 0xa8, 0xbb, 0xce, 0xbb, + 0x40, 0x4d, 0x0, 0x1, 0xa0, 0x0, 0x2e, 0xc0, + 0xea, 0xbe, 0xae, 0x6, 0x3c, 0xc, 0x2, 0xa0, + 0xb0, 0x0, 0xc0, 0xdb, 0xce, 0xbd, 0x0, 0xc, + 0x9, 0x25, 0x70, 0x0, 0x0, 0xc0, 0x1c, 0xc2, + 0x0, 0x0, 0xc, 0x2, 0xbc, 0xa4, 0x0, 0x0, + 0xc6, 0xb3, 0x3, 0x9d, 0x30, + + /* U+4FDD "保" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5, 0x8c, + 0xbb, 0xbb, 0xe0, 0x0, 0xc1, 0xc0, 0x0, 0xc, + 0x0, 0x6c, 0xc, 0x0, 0x0, 0xc0, 0x3e, 0xc0, + 0x9b, 0xbd, 0xbb, 0x6, 0x3c, 0x0, 0x2, 0xa0, + 0x0, 0x0, 0xc6, 0xbb, 0xdf, 0xbb, 0x60, 0xc, + 0x0, 0x3d, 0xe8, 0x0, 0x0, 0xc0, 0x2c, 0x3a, + 0x94, 0x0, 0xc, 0x6d, 0x22, 0xa0, 0xc6, 0x0, + 0xc3, 0x0, 0x2a, 0x0, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FE1 "信" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x5, 0x70, + 0xb, 0x20, 0x0, 0x0, 0xc4, 0x66, 0x89, 0x66, + 0x30, 0x4c, 0x24, 0x44, 0x44, 0x42, 0x1d, 0xc0, + 0x7a, 0xaa, 0xa6, 0x4, 0x4c, 0x3, 0x44, 0x44, + 0x20, 0x0, 0xc0, 0x46, 0x66, 0x64, 0x0, 0xc, + 0x9, 0xaa, 0xaa, 0x80, 0x0, 0xc0, 0xb0, 0x0, + 0xb, 0x0, 0xc, 0xb, 0x0, 0x0, 0xb0, 0x0, + 0xc0, 0xca, 0xaa, 0xab, 0x0, + + /* U+4FEE "修" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x6, 0x60, + 0xc, 0x0, 0x0, 0x0, 0xc0, 0x8, 0xda, 0xae, + 0x20, 0x4b, 0x16, 0xaa, 0x27, 0x80, 0x1d, 0xb6, + 0x60, 0x4e, 0xc1, 0x5, 0x7b, 0x69, 0xb8, 0x35, + 0xb8, 0x1, 0xb6, 0x50, 0x6a, 0x20, 0x0, 0x1b, + 0x64, 0x54, 0x3a, 0x20, 0x1, 0xb6, 0x44, 0xa7, + 0x9, 0x40, 0x1b, 0x0, 0x3, 0x7c, 0x50, 0x1, + 0xb0, 0xc, 0x94, 0x0, 0x0, + + /* U+500D "倍" */ + 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x2, 0xa0, + 0x4, 0x80, 0x0, 0x0, 0xa3, 0xab, 0xbb, 0xcb, + 0x40, 0x3d, 0x0, 0xb0, 0x8, 0x40, 0xd, 0xc0, + 0xa, 0x10, 0xc0, 0x3, 0x6c, 0x4b, 0xcb, 0xcd, + 0xb8, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x7, 0xdb, 0xbb, 0xc0, 0x0, 0xc0, 0x75, 0x0, + 0xc, 0x0, 0xc, 0x7, 0xb9, 0x99, 0xc0, 0x0, + 0xc0, 0x76, 0x22, 0x2b, 0x0, + + /* U+5024 "値" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0x0, 0xc0, 0x0, 0x0, 0xa4, 0xab, 0xbf, 0xbb, + 0x70, 0x3d, 0x0, 0x14, 0xc3, 0x30, 0x1d, 0xc0, + 0x75, 0xb7, 0x7d, 0x6, 0x5c, 0xb, 0x5c, 0x99, + 0xe0, 0x0, 0xc0, 0xb5, 0x95, 0x5d, 0x0, 0xc, + 0xb, 0x59, 0x44, 0xd0, 0x0, 0xc0, 0xb4, 0xb9, + 0x9c, 0x0, 0xc, 0xb, 0x22, 0x22, 0x21, 0x0, + 0xc0, 0x99, 0x99, 0x99, 0x60, + + /* U+504F "偏" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x2, 0xb0, + 0x8, 0x50, 0x0, 0x0, 0xa3, 0xea, 0xaa, 0xae, + 0x0, 0x3d, 0xc, 0x11, 0x11, 0xd0, 0x1d, 0xc0, + 0xe9, 0x99, 0x99, 0x5, 0x4c, 0xc, 0xaa, 0xaa, + 0xa1, 0x0, 0xc0, 0xc8, 0x80, 0x87, 0x20, 0xc, + 0x2b, 0xcc, 0x9c, 0xc2, 0x0, 0xc5, 0x89, 0x92, + 0x98, 0x20, 0xc, 0x94, 0x88, 0x8, 0x72, 0x0, + 0xc9, 0x18, 0x80, 0xab, 0x0, + + /* U+505C "停" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0, + 0x2, 0xa0, 0x0, 0x0, 0x76, 0xaa, 0xaa, 0xaa, + 0x90, 0x2c, 0x2, 0xa7, 0x77, 0xb0, 0xc, 0xb0, + 0x2d, 0x99, 0x9e, 0x2, 0x5b, 0x14, 0x44, 0x44, + 0x43, 0x0, 0xb3, 0xc7, 0x77, 0x77, 0xc0, 0xb, + 0x27, 0xaa, 0xaa, 0x97, 0x0, 0xb0, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xb0, 0x6, 0xb9, 0x0, 0x0, + + /* U+5099 "備" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x50, + 0xa3, 0xa, 0x0, 0x0, 0xc4, 0xbe, 0xcb, 0xeb, + 0x20, 0x4b, 0x23, 0xb6, 0x3b, 0x31, 0xd, 0xb4, + 0xad, 0x77, 0x77, 0x33, 0x8b, 0x3e, 0xca, 0xaa, + 0xa0, 0x1, 0xb9, 0xd1, 0x1c, 0x1c, 0x0, 0x1b, + 0xc, 0x77, 0xd7, 0xe0, 0x1, 0xb0, 0xc9, 0x9e, + 0x9e, 0x0, 0x1b, 0xc, 0x0, 0xb0, 0xc0, 0x1, + 0xb0, 0xc0, 0xb, 0x4b, 0x0, + + /* U+50CF "像" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xd8, 0x62, 0x0, 0x0, 0x94, 0x96, 0x3c, 0x20, + 0x0, 0x2d, 0x9e, 0x9a, 0xd9, 0xd0, 0xc, 0xc1, + 0xb0, 0x65, 0xc, 0x3, 0x9c, 0x8, 0xcd, 0x99, + 0x90, 0x0, 0xc1, 0x8a, 0xa1, 0x3a, 0x0, 0xc, + 0x23, 0x78, 0xdd, 0x10, 0x0, 0xc4, 0xa4, 0x9c, + 0x48, 0x0, 0xc, 0x17, 0xb3, 0xb0, 0xa6, 0x0, + 0xc4, 0x41, 0xb8, 0x0, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5143 "元" */ + 0x0, 0x11, 0x11, 0x11, 0x11, 0x0, 0x1a, 0xaa, + 0xaa, 0xaa, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xbd, + 0xeb, 0xdd, 0xbb, 0x60, 0x0, 0x67, 0x5, 0x70, + 0x0, 0x0, 0x9, 0x40, 0x57, 0x0, 0x0, 0x0, + 0xd0, 0x5, 0x70, 0x6, 0x0, 0xa6, 0x0, 0x57, + 0x2, 0xa0, 0xc6, 0x0, 0x2, 0xdc, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5145 "充" */ + 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x2a, 0xaa, 0xad, 0xba, 0xaa, + 0x20, 0x11, 0x99, 0x13, 0x51, 0x10, 0x0, 0x5a, + 0x0, 0xb, 0x50, 0x0, 0x5f, 0x99, 0xaa, 0xcf, + 0x50, 0x2, 0x57, 0xa2, 0xb2, 0x8, 0x0, 0x0, + 0x67, 0xb, 0x20, 0x0, 0x0, 0xc, 0x20, 0xb2, + 0x3, 0x40, 0x8, 0xa0, 0xb, 0x20, 0x56, 0x1c, + 0x90, 0x0, 0x7c, 0xcd, 0x20, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5165 "入" */ + 0x0, 0x7, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x40, 0x0, 0x0, 0x0, 0x0, 0x2e, 0x0, 0x0, + 0x0, 0x0, 0x4, 0xe8, 0x0, 0x0, 0x0, 0x0, + 0x95, 0xc1, 0x0, 0x0, 0x0, 0x1e, 0x5, 0xa0, + 0x0, 0x0, 0xa, 0x60, 0xc, 0x30, 0x0, 0x7, + 0xb0, 0x0, 0x3d, 0x10, 0x9, 0xc0, 0x0, 0x0, + 0x6d, 0x32, 0x80, 0x0, 0x0, 0x0, 0x33, + + /* U+5168 "全" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x1, 0xc5, 0xc2, 0x0, + 0x0, 0x4, 0xc3, 0x2, 0xc3, 0x0, 0x1a, 0xc1, + 0x0, 0x1, 0xb9, 0x15, 0x69, 0xbb, 0xfb, 0xba, + 0x65, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8, + 0xbb, 0xfb, 0xba, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x1b, + 0xbb, 0xbf, 0xbb, 0xbb, 0x20, + + /* U+516C "公" */ + 0x0, 0x7, 0x30, 0x38, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0xc3, 0x0, 0x0, 0xb5, 0x0, 0x3, 0xd1, + 0x0, 0x99, 0x1, 0x90, 0x6, 0xc0, 0x2a, 0x0, + 0x97, 0x0, 0x8, 0x40, 0x0, 0x3d, 0x0, 0x10, + 0x0, 0x0, 0xc, 0x30, 0x1d, 0x20, 0x0, 0x9, + 0x70, 0x0, 0x5d, 0x0, 0x5, 0xfd, 0xdc, 0xba, + 0xb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x90, + + /* U+5171 "共" */ + 0x0, 0xa, 0x20, 0xb, 0x10, 0x0, 0x0, 0xa2, + 0x0, 0xb1, 0x0, 0x9, 0xce, 0xdc, 0xcf, 0xdc, + 0x30, 0x0, 0xa2, 0x0, 0xb1, 0x0, 0x0, 0xa, + 0x20, 0xb, 0x10, 0x2, 0xbb, 0xec, 0xbb, 0xeb, + 0xb7, 0x1, 0x12, 0x21, 0x13, 0x11, 0x0, 0x1, + 0xc4, 0x1, 0xb7, 0x0, 0x5, 0xd4, 0x0, 0x0, + 0x9a, 0x0, 0x61, 0x0, 0x0, 0x0, 0x61, + + /* U+5177 "具" */ + 0x0, 0x8c, 0xaa, 0xaa, 0xe1, 0x0, 0x8, 0x40, + 0x0, 0xc, 0x10, 0x0, 0x8b, 0x99, 0x99, 0xe1, + 0x0, 0x8, 0x97, 0x77, 0x7e, 0x10, 0x0, 0x86, + 0x22, 0x22, 0xc1, 0x0, 0x8, 0xb9, 0x99, 0x9e, + 0x10, 0x1, 0x95, 0x11, 0x11, 0xc2, 0x11, 0xaa, + 0xba, 0xaa, 0xca, 0xa6, 0x0, 0x6c, 0x30, 0x9, + 0xb4, 0x1, 0xc7, 0x0, 0x0, 0x1, 0xa5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5185 "内" */ + 0x0, 0x0, 0xc0, 0x0, 0x1, 0x11, 0x1d, 0x11, + 0x11, 0xdb, 0xbb, 0xfb, 0xbb, 0xec, 0x0, 0xc, + 0x0, 0xc, 0xc0, 0x4, 0xe3, 0x0, 0xcc, 0x0, + 0xc3, 0xc4, 0xc, 0xc1, 0xb6, 0x1, 0xc3, 0xcc, + 0x64, 0x0, 0x1, 0x5c, 0xc0, 0x0, 0x0, 0x0, + 0xdc, 0x0, 0x0, 0xa, 0xca, + + /* U+5186 "円" */ + 0xaa, 0xaa, 0xaa, 0xaa, 0xad, 0x11, 0x1d, 0x11, + 0x1d, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0x0, 0xc, + 0x0, 0xd, 0xea, 0xaa, 0xea, 0xaa, 0xed, 0x22, + 0x22, 0x22, 0x2d, 0xc0, 0x0, 0x0, 0x0, 0xdc, + 0x0, 0x0, 0x0, 0xd, 0xc0, 0x0, 0x0, 0x0, + 0xdc, 0x0, 0x0, 0x7, 0xca, + + /* U+518D "再" */ + 0xb, 0xcc, 0xcf, 0xcc, 0xcc, 0x40, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0x0, 0xbb, 0xbe, 0xcb, 0xb5, + 0x0, 0xc, 0x0, 0xb1, 0x5, 0x60, 0x0, 0xeb, + 0xbe, 0xbb, 0xd6, 0x0, 0xc, 0x0, 0xb1, 0x5, + 0x60, 0x3c, 0xfc, 0xcf, 0xcc, 0xdd, 0x90, 0xc, + 0x0, 0x0, 0x5, 0x60, 0x0, 0xc0, 0x0, 0x0, + 0x66, 0x0, 0xc, 0x0, 0x1, 0xcd, 0x30, + + /* U+51FA "出" */ + 0x0, 0x0, 0xe0, 0x0, 0x6, 0x70, 0xe, 0x0, + 0xc1, 0x67, 0x0, 0xe0, 0xc, 0x16, 0x70, 0xe, + 0x0, 0xc1, 0x4c, 0xcc, 0xfc, 0xcc, 0x17, 0x0, + 0xe, 0x0, 0x34, 0xd0, 0x0, 0xe0, 0x5, 0x8d, + 0x0, 0xe, 0x0, 0x58, 0xdc, 0xcc, 0xfc, 0xce, + 0x80, 0x0, 0x0, 0x0, 0x58, + + /* U+5206 "分" */ + 0x0, 0x9, 0x30, 0x19, 0x0, 0x0, 0x3, 0xd0, + 0x0, 0xa4, 0x0, 0x0, 0xc4, 0x0, 0x1, 0xd1, + 0x0, 0xb8, 0x0, 0x0, 0x4, 0xd1, 0x38, 0xcc, + 0xfd, 0xcc, 0xd5, 0x20, 0x0, 0xd, 0x0, 0xc, + 0x0, 0x0, 0x3, 0xa0, 0x1, 0xc0, 0x0, 0x0, + 0xb4, 0x0, 0x2a, 0x0, 0x0, 0x99, 0x0, 0x5, + 0x80, 0x0, 0xd7, 0x0, 0x6c, 0xd3, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+521D "初" */ + 0x1, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x25, + 0xbe, 0xcb, 0xe0, 0x4b, 0xbe, 0x20, 0xb1, 0xc, + 0x0, 0x3, 0xa0, 0xc, 0x0, 0xc0, 0x0, 0xd5, + 0x70, 0xc0, 0xc, 0x0, 0xbf, 0xe1, 0x1b, 0x0, + 0xc0, 0x66, 0xd5, 0x75, 0x80, 0xc, 0x0, 0xd, + 0x0, 0xc2, 0x0, 0xc0, 0x0, 0xd0, 0x6a, 0x0, + 0x3a, 0x0, 0xd, 0xb, 0x3, 0xbc, 0x30, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5225 "別" */ + 0xe, 0xbb, 0xc8, 0x0, 0xc, 0xc, 0x0, 0x38, + 0x55, 0xc, 0xc, 0x0, 0x38, 0x56, 0xc, 0xb, + 0xdc, 0xc7, 0x56, 0xc, 0x0, 0xc1, 0x0, 0x56, + 0xc, 0x0, 0xeb, 0xc9, 0x56, 0xc, 0x0, 0xb0, + 0x38, 0x56, 0xc, 0x5, 0x70, 0x47, 0x0, 0xc, + 0xb, 0x10, 0x66, 0x0, 0xd, 0x55, 0x2b, 0xc2, + 0x6, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5229 "利" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x69, 0xb4, + 0x0, 0xc, 0x26, 0x4c, 0x0, 0x2a, 0xc, 0x0, + 0xb, 0x0, 0x2a, 0xc, 0x4c, 0xdf, 0xcc, 0x2a, + 0xc, 0x0, 0x9f, 0x30, 0x2a, 0xc, 0x1, 0xbc, + 0xb3, 0x2a, 0xc, 0xb, 0x3b, 0x17, 0x2a, 0xc, + 0x68, 0xb, 0x0, 0x0, 0xc, 0x10, 0xb, 0x0, + 0x0, 0xc, 0x0, 0xb, 0x0, 0x7, 0xcb, + + /* U+524A "削" */ + 0x25, 0xc, 0x9, 0x10, 0xc, 0xc, 0xc, 0x1c, + 0xa, 0xc, 0x6, 0xc, 0x34, 0xc, 0xc, 0xf, + 0xcc, 0xcb, 0xc, 0xc, 0xd, 0x44, 0x5b, 0xc, + 0xc, 0xd, 0x55, 0x5b, 0xc, 0xc, 0xf, 0xbb, + 0xbb, 0xb, 0xc, 0xc, 0x0, 0xb, 0x0, 0xc, + 0xc, 0x0, 0x1b, 0x0, 0xc, 0xc, 0x5, 0xc8, + 0x4, 0xbc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+524D "前" */ + 0x0, 0x12, 0x0, 0x0, 0x50, 0x0, 0x1, 0xc1, + 0x0, 0x68, 0x0, 0x1a, 0xad, 0xca, 0xae, 0xba, + 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xaa, + 0xa5, 0x14, 0xc, 0x0, 0x76, 0x15, 0x82, 0x90, + 0xc0, 0x7, 0xb9, 0xb8, 0x29, 0xc, 0x0, 0x76, + 0x15, 0x82, 0x90, 0xc0, 0x7, 0xb8, 0xa8, 0x29, + 0xc, 0x0, 0x74, 0x4, 0x80, 0x0, 0xc0, 0x7, + 0x45, 0xc4, 0x5, 0xca, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5272 "割" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb1, + 0x0, 0x0, 0x92, 0xe, 0x9d, 0xaa, 0xa5, 0x19, + 0x20, 0xa7, 0xc8, 0x87, 0x92, 0x92, 0x1, 0x3b, + 0x53, 0x9, 0x29, 0x20, 0x18, 0xd9, 0x70, 0x92, + 0x92, 0x7, 0x7c, 0x87, 0x49, 0x29, 0x20, 0x3a, + 0xdb, 0xa0, 0x92, 0x92, 0x5, 0x40, 0xb, 0x0, + 0x9, 0x20, 0x5b, 0x99, 0xe0, 0x0, 0x92, 0x5, + 0x40, 0xa, 0x1, 0xcc, 0x0, + + /* U+529B "力" */ + 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0xb2, + 0x0, 0x0, 0x3c, 0xcc, 0xfd, 0xcc, 0xc9, 0x0, + 0x0, 0xd0, 0x0, 0x2a, 0x0, 0x0, 0xd0, 0x0, + 0x39, 0x0, 0x5, 0x90, 0x0, 0x48, 0x0, 0xb, + 0x40, 0x0, 0x67, 0x0, 0x6a, 0x0, 0x0, 0x85, + 0x6, 0xd1, 0x0, 0x0, 0xb2, 0x5b, 0x10, 0x1, + 0xcd, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+529F "功" */ + 0x0, 0x0, 0x0, 0x39, 0x0, 0x2, 0xbd, 0xc9, + 0x3, 0x90, 0x0, 0x0, 0x83, 0xb, 0xde, 0xcc, + 0x80, 0x8, 0x30, 0x5, 0x70, 0x29, 0x0, 0x83, + 0x0, 0x75, 0x3, 0x90, 0x8, 0x30, 0xa, 0x30, + 0x48, 0x1, 0xbb, 0xd2, 0xd0, 0x5, 0x73, 0xd8, + 0x30, 0x78, 0x0, 0x76, 0x0, 0x0, 0x4d, 0x0, + 0xa, 0x30, 0x0, 0x2c, 0x10, 0x9c, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+52A0 "加" */ + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x8a, 0xaa, 0x4c, 0xfc, 0xe5, 0xc2, 0x2d, 0x0, + 0xc0, 0x84, 0xc0, 0xd, 0x0, 0xc0, 0x83, 0xc0, + 0xd, 0x1, 0xb0, 0x93, 0xc0, 0xd, 0x3, 0x90, + 0xb1, 0xc0, 0xd, 0x8, 0x50, 0xc0, 0xc0, 0xd, + 0x1e, 0x0, 0xd0, 0xcc, 0xcf, 0x67, 0x5d, 0x70, + 0xc0, 0xd, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+52B9 "効" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x80, + 0x0, 0xb0, 0x0, 0x1a, 0xad, 0xa9, 0xb, 0x0, + 0x0, 0x17, 0x6, 0x1c, 0xfc, 0xc1, 0x9, 0x50, + 0x74, 0xb, 0xa, 0x11, 0xb1, 0x8, 0x80, 0xb0, + 0xb0, 0x0, 0xb7, 0x70, 0x29, 0xb, 0x0, 0x1, + 0xf2, 0x4, 0x70, 0xb0, 0x0, 0x6b, 0xb0, 0x93, + 0xc, 0x0, 0x5b, 0x6, 0x3c, 0x0, 0xc0, 0x1a, + 0x0, 0xa, 0x26, 0xc6, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+52D5 "動" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x9a, 0xb4, + 0x10, 0xc0, 0x0, 0x49, 0xac, 0x99, 0xc, 0x0, + 0x1, 0x47, 0xa4, 0x7c, 0xfc, 0xc1, 0x2b, 0x9c, + 0x89, 0xc, 0xa, 0x12, 0xca, 0xc9, 0x90, 0xc0, + 0xb1, 0x29, 0x6a, 0x59, 0x2a, 0xb, 0x0, 0x47, + 0xa4, 0x26, 0x60, 0xc0, 0x29, 0xbd, 0x96, 0xc1, + 0xc, 0x0, 0x36, 0xb8, 0xb9, 0x0, 0xc0, 0x48, + 0x75, 0x5b, 0x5, 0xc7, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5316 "化" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xc0, + 0xa2, 0x0, 0x0, 0x0, 0xa5, 0xa, 0x20, 0x5, + 0x0, 0x3f, 0x0, 0xa2, 0x9, 0x90, 0x1e, 0xf0, + 0xa, 0x27, 0xb0, 0x7, 0x6d, 0x0, 0xab, 0xb0, + 0x0, 0x0, 0xd0, 0x1d, 0x90, 0x0, 0x0, 0xd, + 0x4d, 0xd2, 0x0, 0x10, 0x0, 0xd1, 0x1a, 0x20, + 0x9, 0x30, 0xd, 0x0, 0xa3, 0x0, 0xb2, 0x0, + 0xd0, 0x6, 0xec, 0xdb, 0x0, + + /* U+5358 "単" */ + 0x0, 0x20, 0x12, 0x0, 0x22, 0x0, 0xb, 0x21, + 0xc0, 0xc, 0x30, 0x0, 0xab, 0x7c, 0x89, 0xd5, + 0x0, 0x1c, 0x33, 0xc4, 0x35, 0xa0, 0x1, 0xe9, + 0x9e, 0xa9, 0xba, 0x0, 0x1b, 0x0, 0xb1, 0x3, + 0xa0, 0x1, 0xeb, 0xbe, 0xbb, 0xca, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x1b, 0xbb, 0xbe, 0xcb, + 0xbb, 0x70, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x10, 0x0, 0x0, + + /* U+53BB "去" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x3b, 0xbb, + 0xeb, 0xbb, 0x90, 0x0, 0x11, 0x1b, 0x31, 0x11, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x2c, 0xcc, + 0xcf, 0xdc, 0xcc, 0x80, 0x0, 0x1d, 0x10, 0x30, + 0x0, 0x0, 0xa, 0x40, 0xb, 0x40, 0x0, 0x6, + 0x80, 0x0, 0x2d, 0x20, 0x3, 0xfc, 0xcc, 0xba, + 0x9b, 0x0, 0x1, 0x0, 0x0, 0x0, 0x40, + + /* U+53D7 "受" */ + 0x0, 0x1, 0x24, 0x57, 0xa3, 0x0, 0x8b, 0x99, + 0xa5, 0x34, 0x0, 0x0, 0xb0, 0x1b, 0x0, 0xd0, + 0x0, 0x9, 0x10, 0xa0, 0x58, 0x0, 0xe, 0xbb, + 0xbb, 0xbb, 0xbe, 0x20, 0xc0, 0x0, 0x0, 0x0, + 0xa2, 0x2, 0xcd, 0xbb, 0xbe, 0x82, 0x0, 0x1, + 0xc1, 0x2, 0xd1, 0x0, 0x0, 0x2, 0xc8, 0xc2, + 0x0, 0x0, 0x3, 0x8c, 0xac, 0x83, 0x0, 0xb, + 0x95, 0x0, 0x5, 0x9c, 0x10, + + /* U+53F3 "右" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, + 0x60, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, + 0x0, 0xcc, 0xde, 0xcc, 0xcc, 0xc5, 0x0, 0x8, + 0x60, 0x0, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xcc, 0xcc, 0xca, 0x1, 0xc6, + 0xc0, 0x0, 0x2, 0xa0, 0x14, 0xc, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0xdc, 0xcc, 0xcc, 0xa0, 0x0, + 0xc, 0x0, 0x0, 0x39, 0x0, + + /* U+53F7 "号" */ + 0x1, 0xeb, 0xbb, 0xbc, 0xc0, 0x0, 0x1b, 0x0, + 0x0, 0xc, 0x0, 0x1, 0xea, 0xaa, 0xab, 0xc0, + 0x0, 0x1, 0x11, 0x11, 0x11, 0x0, 0x5b, 0xcc, + 0xbb, 0xbb, 0xbb, 0x0, 0x6, 0x80, 0x0, 0x0, + 0x0, 0x0, 0xac, 0xcc, 0xcc, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x49, 0x0, 0x0, 0x0, 0x0, 0x8, + 0x50, 0x0, 0x0, 0x1, 0xbb, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5408 "合" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xe4, 0x0, 0x0, 0x0, 0x2, 0xc4, 0xc4, 0x0, + 0x0, 0x8, 0xc1, 0x0, 0xa9, 0x10, 0x3e, 0xbc, + 0xbb, 0xbc, 0x9d, 0x40, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x9b, 0xbb, 0xbb, 0xa0, 0x0, 0xd, + 0x0, 0x0, 0xd, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0xd0, 0x0, 0xd, 0xbb, 0xbb, 0xbe, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0xc0, 0x0, + + /* U+540C "同" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xc, 0xc3, 0xbb, 0xbb, 0xb3, 0xcc, 0x0, 0x0, + 0x0, 0xc, 0xc0, 0xaa, 0xaa, 0xa0, 0xcc, 0xc, + 0x0, 0xc, 0xc, 0xc0, 0xc0, 0x0, 0xc0, 0xcc, + 0xc, 0xbb, 0xb8, 0xc, 0xc0, 0x50, 0x0, 0x0, + 0xcc, 0x0, 0x0, 0x4, 0xcb, + + /* U+540D "名" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc5, + 0x0, 0x0, 0x0, 0x1b, 0xcb, 0xbb, 0xe6, 0x5, + 0xd6, 0x0, 0x4, 0xa0, 0x5, 0x17, 0xa1, 0x7b, + 0x0, 0x0, 0x0, 0x9e, 0x60, 0x0, 0x3, 0x7d, + 0xfd, 0xbb, 0xb8, 0x8, 0x5c, 0x0, 0x0, 0x1b, + 0x0, 0xc, 0x0, 0x0, 0x1b, 0x0, 0xf, 0xbb, + 0xbb, 0xbb, 0x0, 0xc, 0x0, 0x0, 0x2b, + + /* U+5411 "向" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, + 0x0, 0x11, 0x1d, 0x41, 0x11, 0x1d, 0xbb, 0xbb, + 0xbb, 0xbe, 0xc0, 0x0, 0x0, 0x0, 0xcc, 0xb, + 0xbb, 0xbc, 0xc, 0xc0, 0xb0, 0x0, 0xc0, 0xcc, + 0xb, 0x0, 0xc, 0xc, 0xc0, 0xbb, 0xbb, 0x80, + 0xcc, 0x4, 0x0, 0x0, 0xd, 0xc0, 0x0, 0x0, + 0x8c, 0xa0, + + /* U+5426 "否" */ + 0x2c, 0xcc, 0xce, 0xec, 0xcc, 0x20, 0x0, 0x6, + 0xe2, 0x0, 0x0, 0x0, 0x1a, 0xad, 0x4c, 0x60, + 0x2, 0xad, 0x50, 0xc0, 0x7, 0xc2, 0x15, 0x0, + 0xc, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xea, 0xaa, 0xaa, 0xe1, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x10, 0x0, 0xea, 0xaa, 0xaa, + 0xe1, 0x0, 0xd, 0x11, 0x11, 0x1c, 0x10, + + /* U+542B "含" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x3, 0xc3, 0xb3, 0x0, + 0x0, 0x3b, 0xb5, 0x70, 0xaa, 0x40, 0x4c, 0x40, + 0x5, 0x50, 0x3b, 0x50, 0xa, 0xbb, 0xbb, 0xf6, + 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0xd, + 0xbb, 0xbd, 0xbd, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xe, 0x99, 0x99, 0x9f, 0x0, 0x0, + 0xd1, 0x11, 0x11, 0xd0, 0x0, + + /* U+544A "告" */ + 0x0, 0x37, 0x7, 0x50, 0x0, 0x0, 0xb, 0xdb, + 0xdd, 0xbb, 0x80, 0x6, 0x80, 0x7, 0x50, 0x0, + 0x0, 0x60, 0x0, 0x75, 0x0, 0x0, 0xc, 0xcc, + 0xcc, 0xcc, 0xcc, 0x60, 0x0, 0x11, 0x11, 0x11, + 0x0, 0x0, 0xbb, 0xaa, 0xaa, 0xd3, 0x0, 0xb, + 0x10, 0x0, 0x9, 0x30, 0x0, 0xbb, 0xaa, 0xaa, + 0xd3, 0x0, 0xb, 0x31, 0x11, 0x19, 0x30, + + /* U+5468 "周" */ + 0x8, 0xdc, 0xcc, 0xcc, 0xca, 0x8, 0x30, 0x7, + 0x0, 0x2a, 0x8, 0x4a, 0xbe, 0xa8, 0x2a, 0x9, + 0x41, 0x2b, 0x11, 0x2a, 0x9, 0x58, 0x88, 0x88, + 0x3a, 0xa, 0x17, 0xaa, 0xa4, 0x2a, 0xc, 0xc, + 0x0, 0x47, 0x2a, 0xc, 0xb, 0x0, 0x47, 0x2a, + 0x49, 0xa, 0xaa, 0xa4, 0x2a, 0x92, 0x0, 0x0, + 0x1c, 0xc6, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+554F "問" */ + 0xea, 0xae, 0xe, 0xaa, 0xec, 0x0, 0xd0, 0xc0, + 0xc, 0xe9, 0x9e, 0xe, 0x99, 0xed, 0x77, 0xe0, + 0xe6, 0x6e, 0xd2, 0x22, 0x2, 0x22, 0xdc, 0xa, + 0xaa, 0xb7, 0xc, 0xc0, 0xb0, 0x3, 0x80, 0xcc, + 0xb, 0x99, 0xb8, 0xc, 0xc0, 0xb1, 0x11, 0x0, + 0xdc, 0x0, 0x0, 0x7, 0xcb, + + /* U+5668 "器" */ + 0x6, 0xcb, 0xe0, 0xcb, 0xbd, 0x0, 0x65, 0xb, + 0xc, 0x0, 0xc0, 0x6, 0xca, 0xe1, 0xca, 0xad, + 0x0, 0x0, 0x5, 0x90, 0xa6, 0x0, 0x2b, 0xbb, + 0xec, 0xbb, 0xeb, 0x70, 0x5, 0xb1, 0x0, 0x98, + 0x0, 0x2c, 0xfb, 0xb1, 0x9b, 0xef, 0x70, 0x48, + 0x9, 0x2c, 0x1, 0xa0, 0x3, 0x80, 0x92, 0xc0, + 0x1a, 0x0, 0x3e, 0xbd, 0x2c, 0xbb, 0xa0, + + /* U+56DE "回" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xd, 0xc0, 0x0, 0x0, 0x0, 0xdc, 0xc, 0xbb, + 0xbc, 0xd, 0xc0, 0xc0, 0x0, 0xc0, 0xdc, 0xc, + 0x0, 0xc, 0xd, 0xc0, 0x9b, 0xbb, 0x90, 0xdc, + 0x0, 0x0, 0x0, 0xd, 0xfb, 0xbb, 0xbb, 0xbb, + 0xfd, 0x0, 0x0, 0x0, 0xd, + + /* U+56F2 "囲" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x70, 0x70, + 0xd, 0xc0, 0xb, 0xb, 0x0, 0xdc, 0x4a, 0xea, + 0xea, 0x5d, 0xc0, 0xb, 0xb, 0x0, 0xdc, 0x6b, + 0xea, 0xea, 0x6d, 0xc0, 0x75, 0xb, 0x0, 0xdc, + 0x39, 0x0, 0xa0, 0xd, 0xe9, 0xa9, 0x99, 0x99, + 0xed, 0x11, 0x11, 0x11, 0x1d, + + /* U+56FA "固" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x2, 0x0, + 0xd, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0x5a, 0xae, + 0xaa, 0x6d, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0xc, + 0x99, 0x9d, 0xd, 0xc0, 0xb0, 0x0, 0xc0, 0xdc, + 0x6, 0x88, 0x87, 0xd, 0xe9, 0x99, 0x99, 0x99, + 0xfd, 0x22, 0x22, 0x22, 0x2d, + + /* U+5727 "圧" */ + 0xa, 0xcc, 0xcc, 0xcc, 0xcc, 0x0, 0xa2, 0x0, + 0x0, 0x0, 0x0, 0xa, 0x20, 0x2, 0x90, 0x0, + 0x0, 0xb2, 0x0, 0x2a, 0x0, 0x0, 0xb, 0x4c, + 0xcd, 0xec, 0xc6, 0x0, 0xc0, 0x0, 0x2a, 0x0, + 0x0, 0xc, 0x0, 0x2, 0xa0, 0x0, 0x1, 0xc0, + 0x0, 0x2a, 0x0, 0x0, 0x58, 0x11, 0x14, 0xa1, + 0x11, 0x9, 0x2a, 0xaa, 0xaa, 0xaa, 0xa2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5728 "在" */ + 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xb, 0xbb, 0xfb, 0xbb, 0xbb, + 0x50, 0x0, 0xb4, 0x0, 0x0, 0x0, 0x0, 0x4b, + 0x0, 0x26, 0x0, 0x0, 0x1d, 0x40, 0x3, 0x90, + 0x0, 0x1d, 0xe2, 0x8c, 0xde, 0xcc, 0x1, 0x5a, + 0x20, 0x3, 0x90, 0x0, 0x0, 0xa2, 0x0, 0x39, + 0x0, 0x0, 0xa, 0x20, 0x3, 0x90, 0x0, 0x0, + 0xa4, 0xcc, 0xde, 0xcc, 0x50, + + /* U+5747 "均" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x1b, 0x0, 0x0, 0x1, 0xa0, 0x9, 0xb8, 0x88, + 0x6, 0xce, 0xc5, 0x91, 0x11, 0xb0, 0x1, 0xa0, + 0xa5, 0x20, 0xb, 0x0, 0x1a, 0x0, 0x1c, 0x30, + 0xc0, 0x1, 0xa0, 0x0, 0x15, 0x3c, 0x0, 0x1d, + 0xc3, 0x5, 0xb4, 0xc0, 0x3c, 0x91, 0x3c, 0x80, + 0xc, 0x3, 0x20, 0x2, 0x20, 0x1, 0xa0, 0x0, + 0x0, 0x0, 0x4c, 0xc4, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+57CB "埋" */ + 0x1, 0xa0, 0x9c, 0xbf, 0xbf, 0x0, 0x1a, 0x9, + 0x40, 0xc0, 0xc0, 0x5d, 0xeb, 0x9c, 0xbe, 0xbf, + 0x0, 0x1a, 0x9, 0x40, 0xc0, 0xc0, 0x1, 0xa0, + 0x9c, 0xbf, 0xbf, 0x0, 0x1a, 0x40, 0x1, 0xd0, + 0x0, 0x18, 0xf9, 0x9c, 0xcf, 0xcc, 0x27, 0xb2, + 0x0, 0x1, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, + 0x0, 0x0, 0x0, 0x7c, 0xcc, 0xfc, 0xc6, + + /* U+5831 "報" */ + 0x0, 0x92, 0x7, 0xcb, 0xbc, 0x3, 0xbe, 0xb8, + 0x73, 0x0, 0xc0, 0x0, 0xa2, 0x8, 0x32, 0x3b, + 0x6, 0xda, 0xcc, 0x83, 0x37, 0x30, 0x9, 0x1a, + 0x27, 0xd9, 0x9c, 0x4, 0xbe, 0xca, 0x78, 0x62, + 0xa0, 0x0, 0x92, 0x7, 0x4b, 0x95, 0x7, 0xbe, + 0xbb, 0x93, 0x6d, 0x0, 0x0, 0x92, 0x7, 0x5c, + 0xc7, 0x0, 0x9, 0x20, 0x7d, 0x30, 0x92, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5857 "塗" */ + 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x4a, 0x10, + 0x7c, 0x80, 0x0, 0x1, 0x34, 0xa8, 0x4, 0xc6, + 0x10, 0xb6, 0x95, 0x9d, 0xa7, 0x65, 0x0, 0x24, + 0x99, 0xda, 0x98, 0x0, 0x9, 0x4, 0x1a, 0x17, + 0x0, 0x3, 0x83, 0x90, 0xa1, 0x4a, 0x0, 0xa0, + 0x60, 0xaa, 0x0, 0x50, 0x1, 0xaa, 0xad, 0xaa, + 0xa7, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x2a, + 0xaa, 0xae, 0xba, 0xaa, 0x70, + + /* U+5897 "増" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x77, 0x7, 0x60, 0x0, 0xb0, 0x89, 0xbb, 0xba, + 0x33, 0xce, 0xbb, 0x65, 0xd5, 0xa4, 0x0, 0xc0, + 0xb5, 0x4d, 0x4a, 0x40, 0xb, 0xb, 0xaa, 0xea, + 0xd4, 0x0, 0xb0, 0x15, 0x55, 0x54, 0x0, 0x2e, + 0xc4, 0xb5, 0x55, 0xd0, 0x5c, 0x60, 0x3d, 0x99, + 0x9d, 0x0, 0x0, 0x3, 0x90, 0x0, 0xc0, 0x0, + 0x0, 0x3d, 0xaa, 0xad, 0x0, + + /* U+58F0 "声" */ + 0x1, 0x11, 0x1d, 0x11, 0x11, 0x1, 0xaa, 0xaa, + 0xea, 0xaa, 0xa1, 0x3, 0x55, 0x5e, 0x55, 0x54, + 0x0, 0x24, 0x44, 0x44, 0x44, 0x30, 0x4, 0xca, + 0xae, 0xaa, 0xc7, 0x0, 0x47, 0x0, 0xc0, 0x4, + 0x70, 0x6, 0xdb, 0xbf, 0xbb, 0xc7, 0x0, 0x93, + 0x0, 0x0, 0x3, 0x50, 0x1c, 0x0, 0x0, 0x0, + 0x0, 0x5, 0x40, 0x0, 0x0, 0x0, 0x0, + + /* U+5909 "変" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xc0, 0x0, 0x0, 0x2b, 0xbc, 0xeb, 0xec, 0xbb, + 0x20, 0x6, 0x3a, 0xa, 0x45, 0x0, 0x3, 0xa2, + 0xa0, 0xa2, 0x96, 0x0, 0xa1, 0x2a, 0x9, 0x20, + 0x90, 0x0, 0x7, 0xfa, 0xaa, 0x50, 0x0, 0x5b, + 0xb5, 0x3, 0xd2, 0x0, 0x6, 0x0, 0xaa, 0xc2, + 0x0, 0x0, 0x36, 0xab, 0x7b, 0xb6, 0x41, 0x28, + 0x51, 0x0, 0x2, 0x58, 0x20, + + /* U+5916 "外" */ + 0x0, 0x56, 0x0, 0xc, 0x0, 0x0, 0xb, 0xcb, + 0xa0, 0xc0, 0x0, 0x1, 0xb0, 0x2c, 0xc, 0x0, + 0x0, 0xa4, 0x5, 0x80, 0xfa, 0x0, 0x1b, 0xa4, + 0xa4, 0xc, 0x6b, 0x0, 0x1, 0xbd, 0x0, 0xc0, + 0x68, 0x0, 0x8, 0x70, 0xc, 0x0, 0x0, 0x4, + 0xc0, 0x0, 0xc0, 0x0, 0x6, 0xe2, 0x0, 0xc, + 0x0, 0x1, 0xb1, 0x0, 0x0, 0xc0, 0x0, + + /* U+591A "多" */ + 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x1, 0xab, + 0xbb, 0xe6, 0x0, 0x5, 0xa6, 0x30, 0x79, 0x0, + 0x0, 0x0, 0x2d, 0xc8, 0x30, 0x0, 0x9, 0xdb, + 0x54, 0xfb, 0x99, 0x10, 0x30, 0x19, 0x92, 0x15, + 0xb0, 0x0, 0x6b, 0x3a, 0x24, 0xc1, 0x0, 0x0, + 0x0, 0x5f, 0xa1, 0x0, 0x3, 0x69, 0xd9, 0x30, + 0x0, 0x0, 0x86, 0x30, 0x0, 0x0, 0x0, + + /* U+5927 "大" */ + 0x0, 0x0, 0xc, 0x20, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x1, 0xdd, 0xdd, 0xfe, 0xdd, 0xd7, 0x0, 0x0, + 0x3e, 0xb0, 0x0, 0x0, 0x0, 0x9, 0x5d, 0x30, + 0x0, 0x0, 0x2, 0xd0, 0x5b, 0x0, 0x0, 0x1, + 0xd4, 0x0, 0xb7, 0x0, 0x4, 0xd5, 0x0, 0x0, + 0xc9, 0x11, 0xb2, 0x0, 0x0, 0x0, 0x86, + + /* U+592E "央" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0xc, 0xcc, + 0xfc, 0xcc, 0x60, 0x0, 0xc0, 0xb, 0x10, 0x57, + 0x0, 0xc, 0x0, 0xc0, 0x5, 0x70, 0x0, 0xc0, + 0xd, 0x0, 0x57, 0x2, 0xcc, 0xcd, 0xfe, 0xcc, + 0xc7, 0x0, 0x0, 0x79, 0xc0, 0x0, 0x0, 0x0, + 0x4d, 0x15, 0xa0, 0x0, 0x1, 0x9c, 0x10, 0x6, + 0xc4, 0x1, 0xb5, 0x0, 0x0, 0x2, 0x98, + + /* U+5931 "失" */ + 0x0, 0x47, 0xb, 0x10, 0x0, 0x0, 0xa, 0x50, + 0xc2, 0x0, 0x0, 0x2, 0xeb, 0xbe, 0xcb, 0xb8, + 0x0, 0xb4, 0x0, 0xc1, 0x0, 0x0, 0x5, 0x11, + 0x1d, 0x11, 0x11, 0x1, 0xbb, 0xbc, 0xfe, 0xbb, + 0xb7, 0x0, 0x0, 0x6a, 0xc0, 0x0, 0x0, 0x0, + 0x3d, 0x17, 0x90, 0x0, 0x0, 0x7d, 0x30, 0x8, + 0xb2, 0x1, 0xd7, 0x0, 0x0, 0x4, 0xc8, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5968 "奨" */ + 0x0, 0x0, 0x0, 0x23, 0x55, 0x0, 0x82, 0x98, + 0x8a, 0x64, 0x70, 0x9, 0x59, 0x65, 0x83, 0x86, + 0x0, 0x13, 0x90, 0x61, 0x2c, 0x20, 0x0, 0x79, + 0x8c, 0xaa, 0xdb, 0x61, 0xc8, 0x90, 0x94, 0x9, + 0x30, 0x0, 0x29, 0x3, 0x46, 0xc2, 0x1, 0x9a, + 0xc9, 0xe9, 0xbb, 0x95, 0x1, 0x12, 0xa8, 0xd3, + 0x11, 0x10, 0x36, 0xb7, 0x3, 0xc8, 0x42, 0x18, + 0x50, 0x0, 0x0, 0x47, 0x50, + + /* U+5B58 "存" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x50, 0x0, 0xa3, 0x0, 0x0, 0x0, 0x0, 0x4a, + 0x2b, 0xbb, 0xb9, 0x0, 0x2e, 0x20, 0x0, 0x4a, + 0x10, 0x2d, 0xe1, 0x0, 0x1c, 0x0, 0x1, 0x3b, + 0x2c, 0xcc, 0xfc, 0xc8, 0x0, 0xb1, 0x0, 0x1b, + 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, + 0xb1, 0x9, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B8C "完" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0xc, 0xcc, 0xcd, 0xcc, 0xce, + 0x30, 0xb0, 0x0, 0x0, 0x0, 0x93, 0x5, 0x4c, + 0xcc, 0xcc, 0x74, 0x10, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x1c, 0xcd, 0xdc, 0xed, 0xcc, 0x60, 0x0, + 0x75, 0x8, 0x40, 0x0, 0x0, 0xb, 0x20, 0x84, + 0x0, 0x20, 0x5, 0xc0, 0x8, 0x40, 0x1a, 0x1b, + 0xa1, 0x0, 0x5d, 0xcc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B9A "定" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0xe, 0xcc, 0xcc, 0xcc, 0xce, + 0x0, 0xc0, 0x0, 0x0, 0x0, 0xc0, 0x5, 0x7c, + 0xcd, 0xcc, 0x95, 0x0, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0x94, 0xd, 0x0, 0x0, 0x0, 0xc, + 0x30, 0xdb, 0xbb, 0x20, 0x1, 0xea, 0xd, 0x0, + 0x0, 0x0, 0xa6, 0x99, 0xd0, 0x0, 0x0, 0x4b, + 0x0, 0x6c, 0xdc, 0xcc, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B9F "実" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0xe, 0xbb, 0xbb, 0xbb, 0xbe, + 0x10, 0xc0, 0x0, 0xb0, 0x0, 0xb1, 0x1, 0x88, + 0x8e, 0x88, 0x83, 0x0, 0x8, 0xaa, 0xea, 0xaa, + 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0xbb, + 0xbb, 0xfb, 0xbb, 0xb6, 0x0, 0x1, 0xc4, 0xc2, + 0x0, 0x0, 0x17, 0xc3, 0x3, 0xd7, 0x20, 0xa, + 0x60, 0x0, 0x0, 0x5b, 0x40, + + /* U+5BB9 "容" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd2, 0x0, 0x0, 0xf, 0xbb, 0xbb, 0xbb, 0xbd, + 0x40, 0xc0, 0x73, 0x1, 0x80, 0x84, 0x1, 0xa8, + 0x8, 0x24, 0xc3, 0x0, 0x84, 0x9, 0x8b, 0x21, + 0x90, 0x0, 0x3b, 0x40, 0xa, 0x70, 0x2, 0xbe, + 0xdb, 0xbb, 0xbe, 0xd6, 0x14, 0x75, 0x0, 0x0, + 0xc0, 0x10, 0x7, 0x50, 0x0, 0xc, 0x0, 0x0, + 0x7d, 0xbb, 0xbb, 0xc0, 0x0, + + /* U+5BFE "対" */ + 0x0, 0x90, 0x0, 0x0, 0xc0, 0x4, 0x6a, 0x96, + 0x0, 0xc, 0x0, 0x23, 0x36, 0x8a, 0xcc, 0xfc, + 0x30, 0x60, 0x85, 0x0, 0xc, 0x0, 0xa, 0x5c, + 0x16, 0x30, 0xc0, 0x0, 0xd, 0xc0, 0x2b, 0xc, + 0x0, 0x0, 0x8c, 0x0, 0xb1, 0xc0, 0x0, 0x2c, + 0x96, 0x0, 0xc, 0x0, 0x1c, 0x31, 0x80, 0x0, + 0xc0, 0x7, 0x30, 0x0, 0x5, 0xdb, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C0F "小" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x40, 0xd, 0x0, 0x40, + 0x0, 0xe, 0x0, 0xd0, 0xd, 0x10, 0x4, 0xa0, + 0xd, 0x0, 0x69, 0x0, 0xa4, 0x0, 0xd0, 0x0, + 0xe0, 0x3c, 0x0, 0xd, 0x0, 0x9, 0x53, 0x30, + 0x0, 0xd0, 0x0, 0x35, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xbd, 0xb0, 0x0, 0x0, + + /* U+5C11 "少" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x1, 0x0, + 0xc0, 0x1, 0x0, 0x0, 0xb1, 0xc, 0x0, 0xc0, + 0x0, 0x39, 0x0, 0xc0, 0x4, 0x90, 0xc, 0x10, + 0xc, 0x0, 0xb, 0x21, 0x40, 0x0, 0xc0, 0x2, + 0x21, 0x0, 0x0, 0x9, 0x5, 0xb0, 0x0, 0x0, + 0x0, 0x19, 0xb0, 0x0, 0x0, 0x15, 0xac, 0x50, + 0x0, 0x4, 0xdb, 0x83, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5DE6 "左" */ + 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x3a, + 0x0, 0x0, 0x0, 0x2c, 0xce, 0xdc, 0xcc, 0xcc, + 0x20, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x11, 0x11, 0x11, 0x0, 0x6, 0xaa, 0xaf, 0xaa, + 0x90, 0x0, 0xc0, 0x0, 0xd0, 0x0, 0x0, 0x98, + 0x0, 0xd, 0x0, 0x0, 0x4c, 0x0, 0x0, 0xd0, + 0x0, 0x3, 0x15, 0xcc, 0xcf, 0xcc, 0xc4, + + /* U+5DEE "差" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x96, 0x0, 0x7, 0xce, 0xdc, 0xcf, 0xcc, + 0x10, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0xbb, + 0xdd, 0xbb, 0xb6, 0x0, 0x55, 0x5b, 0x85, 0x55, + 0x52, 0x6, 0x6a, 0xc6, 0x66, 0x66, 0x30, 0x1, + 0xdc, 0xcc, 0xcc, 0x80, 0x4, 0xd3, 0x0, 0xa2, + 0x0, 0x1, 0xb5, 0x99, 0x9d, 0xa9, 0x94, 0x0, + 0x2, 0x22, 0x22, 0x22, 0x10, + + /* U+5E38 "常" */ + 0xa, 0x0, 0xd0, 0xa, 0x20, 0x6a, 0x96, 0xe6, + 0x8b, 0x62, 0xd4, 0x44, 0x44, 0x44, 0x95, 0xa5, + 0xc9, 0x99, 0xaa, 0x64, 0x5, 0x94, 0x44, 0x6a, + 0x0, 0x1, 0x44, 0xe4, 0x43, 0x0, 0x3c, 0xbb, + 0xfb, 0xbc, 0x80, 0x48, 0x0, 0xd0, 0x2, 0xa0, + 0x48, 0x0, 0xd0, 0x14, 0xa0, 0x24, 0x0, 0xd0, + 0x79, 0x30, + + /* U+5E73 "平" */ + 0x6, 0xaa, 0xaa, 0xaa, 0xaa, 0x0, 0x14, 0x21, + 0xc3, 0x14, 0x20, 0x0, 0x94, 0xb, 0x10, 0xc1, + 0x0, 0x2, 0xa0, 0xb1, 0x49, 0x0, 0x0, 0x6, + 0xb, 0x14, 0x10, 0x2, 0xcc, 0xcc, 0xfd, 0xcc, + 0xc7, 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+5EA6 "度" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0xb, 0xcc, 0xdc, 0xcc, 0xcc, + 0x0, 0xb0, 0xc, 0x0, 0xa1, 0x0, 0xb, 0x8a, + 0xea, 0xae, 0xb9, 0x0, 0xc0, 0xc, 0x33, 0xb1, + 0x0, 0xc, 0x0, 0x56, 0x66, 0x0, 0x0, 0xc5, + 0xcc, 0xaa, 0xbc, 0x0, 0x1c, 0x0, 0xb5, 0x2b, + 0x30, 0x5, 0x80, 0x36, 0xff, 0x83, 0x0, 0x62, + 0x98, 0x40, 0x4, 0x8a, 0x0, + + /* U+5EA7 "座" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x59, 0x0, 0x0, 0xb, 0xcc, 0xcc, 0xcc, 0xcc, + 0x60, 0xb0, 0x2, 0x4, 0x1, 0x0, 0xb, 0x5, + 0x70, 0xc0, 0xc0, 0x0, 0xb1, 0xbb, 0x2c, 0x6c, + 0x70, 0xc, 0x63, 0x15, 0xd7, 0x5, 0x40, 0xc1, + 0xbb, 0xbf, 0xbb, 0xa0, 0xc, 0x0, 0x0, 0xc0, + 0x0, 0x4, 0xa0, 0x0, 0xc, 0x0, 0x0, 0x84, + 0xab, 0xbb, 0xfb, 0xbb, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5EF6 "延" */ + 0x0, 0x0, 0x0, 0x1, 0x48, 0x2, 0xbd, 0xb3, + 0xbc, 0xf7, 0x30, 0x0, 0x94, 0x0, 0xc, 0x0, + 0x0, 0x1c, 0x0, 0x0, 0xc0, 0x0, 0x7, 0x82, + 0xc, 0xc, 0x66, 0x20, 0x89, 0xe1, 0xc0, 0xc5, + 0x51, 0x6, 0xd, 0xc, 0xc, 0x0, 0x0, 0x88, + 0xa0, 0xc0, 0xc0, 0x0, 0x1, 0xe5, 0xb, 0xbb, + 0xbb, 0x40, 0x3d, 0xd5, 0x0, 0x0, 0x0, 0x2d, + 0x22, 0x9c, 0xcc, 0xcc, 0x60, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F0F "式" */ + 0x0, 0x0, 0x0, 0x84, 0x94, 0x0, 0x0, 0x0, + 0x8, 0x50, 0x90, 0x1c, 0xcc, 0xcc, 0xee, 0xcc, + 0x70, 0x0, 0x0, 0x5, 0x70, 0x0, 0x9, 0xcc, + 0xcc, 0x59, 0x0, 0x0, 0x0, 0xc0, 0x1, 0xb0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0xc0, 0x21, 0xa4, 0x9, 0x4, 0x7e, 0xda, 0x33, + 0xc1, 0xa0, 0x85, 0x10, 0x0, 0x8, 0xe5, + + /* U+5F31 "弱" */ + 0xb, 0xbb, 0xf1, 0xbb, 0xbe, 0x0, 0x0, 0xc, + 0x0, 0x0, 0xc0, 0x8, 0xbb, 0xf0, 0xab, 0xbe, + 0x0, 0xc0, 0x0, 0xc, 0x0, 0x0, 0xd, 0xbb, + 0xb1, 0xfb, 0xbb, 0x10, 0x63, 0xc, 0x7, 0x20, + 0xb0, 0x2, 0x97, 0xc0, 0x3a, 0x6c, 0x0, 0x27, + 0xcd, 0x2, 0x8b, 0xe0, 0x3b, 0x51, 0xb2, 0xb4, + 0xc, 0x0, 0x7, 0xc5, 0x0, 0x9b, 0x70, 0x0, + 0x0, 0x0, 0x1, 0x10, 0x0, + + /* U+5F35 "張" */ + 0x2b, 0xbd, 0xe, 0xaa, 0xaa, 0x20, 0x0, 0xb0, + 0xd5, 0x55, 0x40, 0x5, 0x5c, 0xd, 0x55, 0x54, + 0x0, 0xd7, 0x60, 0xd9, 0x99, 0x80, 0xb, 0x0, + 0x2d, 0x22, 0x22, 0x11, 0xdb, 0xb8, 0xdb, 0xb8, + 0x84, 0x0, 0xc, 0x29, 0xa, 0x3b, 0x0, 0x0, + 0xc2, 0x90, 0x5d, 0x10, 0x0, 0x1a, 0x2a, 0x63, + 0x98, 0x0, 0xac, 0x55, 0xb5, 0x0, 0x75, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F37 "強" */ + 0x0, 0x0, 0x0, 0x41, 0x0, 0x4, 0xbb, 0xf0, + 0x1b, 0x5, 0x0, 0x0, 0xc, 0xa, 0x20, 0x87, + 0x0, 0x33, 0xd6, 0xeb, 0xc9, 0xc1, 0x2d, 0x99, + 0x0, 0xc, 0x1, 0x4, 0x70, 0x4, 0xca, 0xea, + 0xc0, 0x6d, 0xbb, 0x66, 0xc, 0xb, 0x0, 0x0, + 0xc5, 0xca, 0xea, 0xd0, 0x0, 0xc, 0x0, 0xc, + 0x34, 0x0, 0x0, 0xc0, 0x12, 0xd5, 0xe0, 0x7, + 0xc7, 0x9b, 0xa9, 0x8a, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F53 "当" */ + 0x13, 0x0, 0xd0, 0x1, 0x50, 0xc0, 0xd, 0x0, + 0x86, 0x7, 0x70, 0xd0, 0x2c, 0x0, 0x23, 0x1e, + 0x13, 0x41, 0x2a, 0xaa, 0xaa, 0xab, 0xb0, 0x0, + 0x0, 0x0, 0x1b, 0xb, 0xcc, 0xcc, 0xcd, 0xb0, + 0x0, 0x0, 0x0, 0x1b, 0x4a, 0xaa, 0xaa, 0xab, + 0xb1, 0x22, 0x22, 0x22, 0x3b, + + /* U+5F62 "形" */ + 0x0, 0x0, 0x0, 0x0, 0x14, 0x6, 0xde, 0xcf, + 0xc0, 0x1c, 0x30, 0x4, 0x70, 0xb0, 0x4d, 0x40, + 0x0, 0x47, 0xb, 0x6, 0x20, 0x0, 0x4, 0x70, + 0xb0, 0x0, 0x4b, 0x8, 0xdd, 0xbe, 0xc2, 0x5c, + 0x10, 0x6, 0x60, 0xb0, 0x79, 0x0, 0x0, 0x84, + 0xb, 0x0, 0x0, 0xb1, 0xb, 0x20, 0xb0, 0x0, + 0xa5, 0x2, 0xc0, 0xb, 0x3, 0xc7, 0x0, 0x83, + 0x0, 0xb2, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F71 "影" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8a, 0x88, + 0xc5, 0x3, 0xc0, 0x8, 0xa8, 0x8b, 0x53, 0xc2, + 0x0, 0x87, 0x55, 0xa6, 0xb1, 0x0, 0x2, 0x3a, + 0x53, 0x10, 0x9, 0x30, 0xaa, 0xaa, 0xa7, 0x1a, + 0x50, 0x6, 0x97, 0x7b, 0x4a, 0x20, 0x0, 0x7b, + 0x99, 0xc3, 0x0, 0x67, 0x2, 0x48, 0x46, 0x0, + 0x3c, 0x0, 0xb3, 0x84, 0xa1, 0x6c, 0x10, 0x5, + 0x5c, 0x22, 0x69, 0x0, 0x0, + + /* U+5F85 "待" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x40, + 0x5, 0x70, 0x0, 0xa, 0x60, 0x8b, 0xdd, 0xbb, + 0x3, 0x43, 0x60, 0x5, 0x70, 0x0, 0x1, 0xd6, + 0xbb, 0xdd, 0xbb, 0x61, 0xcd, 0x0, 0x0, 0xc, + 0x0, 0x64, 0xc3, 0xbb, 0xbb, 0xfb, 0x50, 0xc, + 0x2, 0x40, 0xc, 0x0, 0x0, 0xc0, 0xc, 0x10, + 0xc0, 0x0, 0xc, 0x0, 0x44, 0xc, 0x0, 0x0, + 0xc0, 0x0, 0x4c, 0xb0, 0x0, + + /* U+5F8C "後" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0x3b, 0x0, 0x0, 0xb, 0x50, 0x4a, 0x3, 0xb1, + 0x2, 0x45, 0x7c, 0xae, 0x95, 0x0, 0x2, 0xd1, + 0x4b, 0x53, 0x98, 0x2, 0xdc, 0x2a, 0xbd, 0x76, + 0xa4, 0x33, 0xc0, 0x1d, 0xca, 0xa4, 0x0, 0xc, + 0x4c, 0xc2, 0x1d, 0x10, 0x0, 0xc3, 0x12, 0xcc, + 0x40, 0x0, 0xc, 0x1, 0x8c, 0xc9, 0x30, 0x0, + 0xc7, 0xb5, 0x0, 0x5b, 0x60, + + /* U+5FA9 "復" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0xd0, 0x0, 0x0, 0x1a, 0x50, 0x7c, 0xaa, 0xaa, + 0x54, 0x35, 0xad, 0xa7, 0x77, 0x80, 0x2, 0xc0, + 0x1d, 0x88, 0x8c, 0x3, 0xcb, 0x0, 0xb2, 0x22, + 0xc0, 0x52, 0xb0, 0x8, 0xd6, 0x65, 0x0, 0xb, + 0x1, 0xdb, 0x9a, 0x70, 0x0, 0xb2, 0xc7, 0xa2, + 0xc2, 0x0, 0xb, 0x1, 0x4b, 0xf8, 0x10, 0x0, + 0xb4, 0xc9, 0x30, 0x5b, 0x60, + + /* U+5FAE "微" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0x32, + 0x94, 0x19, 0x0, 0x2c, 0x35, 0x59, 0x83, 0x82, + 0x10, 0x1b, 0x7b, 0xdd, 0x79, 0xc5, 0x5, 0xa1, + 0x22, 0x2c, 0x3a, 0x3, 0xd9, 0x59, 0x99, 0xa6, + 0xa0, 0x34, 0x90, 0xaa, 0x70, 0xa9, 0x0, 0x19, + 0xb, 0xa, 0xb, 0x40, 0x1, 0x91, 0x90, 0xe7, + 0xd4, 0x0, 0x19, 0x66, 0x26, 0x85, 0xc0, 0x1, + 0x99, 0x0, 0x46, 0x5, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5FC5 "必" */ + 0x0, 0x7, 0x60, 0x0, 0x10, 0x0, 0x0, 0x9, + 0xa0, 0xd, 0x20, 0x0, 0x3, 0x5, 0x39, 0x60, + 0x0, 0x51, 0xc0, 0x4, 0xb1, 0x0, 0xc, 0xc, + 0x3, 0xd1, 0xb3, 0x2, 0xa0, 0xc3, 0xc1, 0x3, + 0xc0, 0x94, 0xc, 0xc1, 0x0, 0xb, 0x31, 0x18, + 0xf1, 0x0, 0x36, 0x32, 0x5d, 0x6d, 0x0, 0x5, + 0x70, 0x2, 0x10, 0x8d, 0xcc, 0xd2, 0x0, + + /* U+5FDC "応" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xc1, 0x0, 0x0, 0x9, 0xcc, 0xce, 0xec, 0xcc, + 0x40, 0xb1, 0x1, 0x50, 0x0, 0x0, 0xb, 0x10, + 0x1a, 0xb1, 0x0, 0x0, 0xc0, 0x4, 0x5, 0x90, + 0x0, 0xc, 0x4, 0xa1, 0x0, 0x52, 0x0, 0xc3, + 0x7a, 0x10, 0x3, 0xa0, 0xc, 0x64, 0xa1, 0x0, + 0x5b, 0x13, 0x7b, 0xa, 0x20, 0x1a, 0x66, 0x83, + 0x0, 0x6c, 0xbd, 0x50, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+60C5 "情" */ + 0x1, 0xa0, 0x33, 0x7a, 0x33, 0x10, 0x1b, 0x35, + 0x58, 0xb5, 0x52, 0xa, 0xaa, 0x79, 0xbc, 0x99, + 0x13, 0x8a, 0x48, 0x8a, 0xb8, 0x86, 0x34, 0xa0, + 0x69, 0x99, 0x98, 0x0, 0x1a, 0x9, 0x42, 0x22, + 0xc0, 0x1, 0xa0, 0x99, 0x88, 0x8d, 0x0, 0x1a, + 0x9, 0xa9, 0x99, 0xd0, 0x1, 0xa0, 0x92, 0x0, + 0xc, 0x0, 0x1a, 0x9, 0x20, 0x2b, 0xb0, + + /* U+60F3 "想" */ + 0x0, 0x65, 0x7, 0xca, 0xad, 0x5, 0xce, 0xec, + 0x84, 0x0, 0xc0, 0x2, 0xd7, 0x27, 0xca, 0xac, + 0x0, 0x6d, 0xd7, 0x78, 0x44, 0xc0, 0x4b, 0x75, + 0x67, 0x84, 0x4c, 0x2, 0x6, 0x50, 0x7c, 0xaa, + 0xd0, 0x0, 0x21, 0x48, 0x0, 0x10, 0x0, 0xa1, + 0xa0, 0xa4, 0x6, 0x80, 0x2b, 0xc, 0x1, 0x18, + 0x1c, 0x13, 0x30, 0xab, 0xbb, 0xb0, 0x20, + + /* U+610F "意" */ + 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x69, 0x99, + 0xea, 0x99, 0x60, 0x0, 0xc, 0x10, 0x1c, 0x10, + 0x1, 0xaa, 0xcb, 0xab, 0xca, 0xa2, 0x0, 0x78, + 0x88, 0x88, 0x80, 0x0, 0xc, 0x22, 0x22, 0x2d, + 0x0, 0x0, 0xd6, 0x66, 0x66, 0xd0, 0x0, 0xa, + 0x89, 0xa8, 0x8b, 0x0, 0x0, 0x34, 0x3c, 0x20, + 0x61, 0x0, 0x83, 0xb1, 0x14, 0x72, 0xb0, 0x17, + 0x7, 0xba, 0xb9, 0x5, 0x0, + + /* U+614B "態" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x35, + 0xc, 0x16, 0x60, 0x2e, 0xa9, 0xd5, 0xc7, 0x33, + 0x0, 0x66, 0x66, 0x4b, 0x88, 0xc0, 0xb, 0x33, + 0xa3, 0x72, 0x20, 0x0, 0xb8, 0x8c, 0x3c, 0x5a, + 0x80, 0xb, 0x77, 0xc3, 0xc3, 0x5, 0x10, 0xa0, + 0x5a, 0x28, 0xba, 0xb0, 0x5, 0x5, 0xc, 0x10, + 0x26, 0x2, 0xb0, 0xc0, 0x33, 0x70, 0xd0, 0x33, + 0xb, 0xaa, 0xaa, 0x5, 0x10, + + /* U+6210 "成" */ + 0x0, 0x0, 0x0, 0xd5, 0x80, 0x0, 0x11, 0x11, + 0x1d, 0x17, 0x70, 0xc, 0xba, 0xaa, 0xfa, 0xaa, + 0x20, 0xc0, 0x0, 0xc, 0x2, 0x30, 0xc, 0xcc, + 0xd0, 0xa2, 0xb3, 0x0, 0xc0, 0xc, 0x7, 0x8c, + 0x0, 0xc, 0x0, 0xc0, 0x3f, 0x20, 0x0, 0xc6, + 0xc8, 0xa, 0xd0, 0x63, 0x49, 0x0, 0xa, 0x66, + 0x68, 0x29, 0x30, 0x8, 0x50, 0xb, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+624B "手" */ + 0x0, 0x13, 0x45, 0x7a, 0xc3, 0x0, 0x4a, 0x87, + 0xd6, 0x20, 0x0, 0x0, 0x0, 0xa, 0x20, 0x0, + 0x0, 0x5c, 0xcc, 0xec, 0xcc, 0xc0, 0x0, 0x0, + 0xa, 0x20, 0x0, 0x2, 0xcc, 0xcc, 0xec, 0xcc, + 0xc8, 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x0, 0x0, 0x0, 0xbc, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+629E "択" */ + 0x0, 0x92, 0xc, 0xcc, 0xce, 0x10, 0x9, 0x20, + 0xc0, 0x0, 0xa1, 0x2b, 0xec, 0x8c, 0x0, 0xa, + 0x10, 0x9, 0x20, 0xc0, 0x0, 0xa1, 0x0, 0x94, + 0x3d, 0xce, 0xcd, 0x12, 0x9e, 0xc5, 0xc0, 0x84, + 0x0, 0x13, 0x92, 0xb, 0x2, 0xa0, 0x0, 0x9, + 0x23, 0x90, 0xc, 0x10, 0x0, 0x92, 0xa4, 0x0, + 0x5b, 0x0, 0xbd, 0x2a, 0x0, 0x0, 0x77, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62BC "押" */ + 0x0, 0xb0, 0x8d, 0xbf, 0xbf, 0x13, 0xc2, 0x84, + 0xc, 0xc, 0x5e, 0xfd, 0x84, 0xc, 0xc, 0x0, + 0xb0, 0x8d, 0xcf, 0xcf, 0x0, 0xc3, 0x84, 0xc, + 0xc, 0x4b, 0xe7, 0x8d, 0xcf, 0xcf, 0x0, 0xb0, + 0x10, 0xc, 0x2, 0x0, 0xb0, 0x0, 0xc, 0x0, + 0x0, 0xb0, 0x0, 0xc, 0x0, 0x1b, 0x80, 0x0, + 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62D2 "拒" */ + 0x0, 0xc0, 0x6e, 0xcc, 0xcc, 0x21, 0x2d, 0x26, + 0x70, 0x0, 0x0, 0x7d, 0xfc, 0x77, 0x0, 0x0, + 0x0, 0xc, 0x6, 0xdc, 0xcc, 0xb0, 0x0, 0xc2, + 0x77, 0x0, 0xb, 0x3, 0x9f, 0xa8, 0x70, 0x0, + 0xb0, 0x44, 0xc0, 0x6d, 0xcc, 0xc9, 0x0, 0xc, + 0x6, 0x70, 0x0, 0x0, 0x0, 0xc0, 0x68, 0x22, + 0x22, 0x13, 0xc9, 0x4, 0xaa, 0xaa, 0xa4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62E1 "拡" */ + 0x0, 0xb0, 0x0, 0x45, 0x0, 0x0, 0xb, 0x4, + 0x88, 0xe8, 0x83, 0x4c, 0xfb, 0x95, 0x23, 0x22, + 0x10, 0xb, 0x9, 0x20, 0xc0, 0x0, 0x0, 0xb3, + 0xa2, 0x39, 0x0, 0x3, 0x9f, 0x8b, 0x7, 0x55, + 0x0, 0x24, 0xb0, 0xb0, 0xb1, 0x65, 0x0, 0xb, + 0xb, 0x1b, 0x1, 0xb0, 0x0, 0xb5, 0x88, 0xa8, + 0xae, 0x21, 0xc8, 0x81, 0x56, 0x41, 0x45, + + /* U+6301 "持" */ + 0x0, 0xb0, 0x0, 0xb, 0x0, 0x0, 0xb, 0x4, + 0xbb, 0xfb, 0xb1, 0x4b, 0xea, 0x0, 0xc, 0x0, + 0x0, 0xb, 0xb, 0xbb, 0xfb, 0xb7, 0x0, 0xc5, + 0x0, 0x0, 0x83, 0x4, 0xce, 0x69, 0xbb, 0xbe, + 0xc6, 0x11, 0xb0, 0x6, 0x0, 0x83, 0x0, 0xb, + 0x0, 0x77, 0x8, 0x30, 0x0, 0xb0, 0x0, 0x80, + 0x83, 0x1, 0xc8, 0x0, 0x0, 0xbd, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+633F "挿" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x6, + 0x98, 0xd5, 0x20, 0x26, 0xe5, 0x67, 0x7d, 0x77, + 0x22, 0x6e, 0x65, 0x55, 0xd5, 0x51, 0x0, 0xc0, + 0x6a, 0xae, 0xaa, 0x0, 0xd, 0x59, 0x30, 0xb0, + 0xc0, 0x4b, 0xf8, 0x9b, 0xae, 0xae, 0x2, 0x2c, + 0x9, 0x30, 0xb0, 0xc0, 0x0, 0xc0, 0x8b, 0xae, + 0xad, 0x0, 0xc, 0x0, 0x0, 0xb0, 0x0, 0x1c, + 0xa0, 0x0, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+63A5 "接" */ + 0x0, 0xc0, 0x0, 0x47, 0x0, 0x0, 0xc, 0x6, + 0xcb, 0xbc, 0xb4, 0x2a, 0xe8, 0x7, 0x50, 0xb2, + 0x0, 0xc, 0xa, 0xbc, 0xce, 0xb7, 0x0, 0xd5, + 0x0, 0x91, 0x0, 0x3, 0xce, 0x6b, 0xbf, 0xbb, + 0xb8, 0x11, 0xc0, 0xb, 0x20, 0xa4, 0x0, 0xc, + 0x2, 0xc9, 0x5c, 0x0, 0x0, 0xc0, 0x1, 0xae, + 0xc2, 0x0, 0xb9, 0xb, 0xa5, 0x3, 0xb3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63A8 "推" */ + 0x1, 0xa0, 0xa, 0xa, 0x0, 0x0, 0x1a, 0x2, + 0xc3, 0xa6, 0x30, 0x5c, 0xeb, 0x9b, 0x8e, 0x88, + 0x10, 0x1a, 0x4e, 0x70, 0xc0, 0x0, 0x1, 0xb8, + 0x5d, 0xbf, 0xbb, 0x3, 0xae, 0x74, 0x70, 0xc0, + 0x0, 0x23, 0xa0, 0x4d, 0xbf, 0xbb, 0x0, 0x1a, + 0x4, 0x70, 0xc0, 0x0, 0x1, 0xa0, 0x4d, 0xbf, + 0xbb, 0x52, 0xc7, 0x4, 0x70, 0x0, 0x0, + + /* U+63C3 "揃" */ + 0x0, 0xb0, 0xa, 0x0, 0x74, 0x0, 0xb, 0x2, + 0x77, 0x3c, 0x21, 0x3c, 0xf9, 0x88, 0x88, 0x88, + 0x40, 0xb, 0x7, 0x99, 0x1, 0x61, 0x0, 0xb2, + 0xa2, 0xb2, 0x79, 0x11, 0xae, 0x7b, 0x9d, 0x27, + 0x91, 0x12, 0xb0, 0xa0, 0xb2, 0x79, 0x10, 0xb, + 0xb, 0x8d, 0x27, 0x91, 0x0, 0xb0, 0xa0, 0xa0, + 0x9, 0x10, 0xb9, 0xa, 0x5a, 0x8, 0xc0, + + /* U+63DB "換" */ + 0x7, 0x30, 0xa, 0xa9, 0x20, 0x1, 0x84, 0x4, + 0x71, 0xc1, 0x0, 0x8d, 0xc5, 0xfb, 0xbe, 0xa7, + 0x0, 0x73, 0x1b, 0x5, 0x50, 0xa0, 0x7, 0x81, + 0xa7, 0x34, 0x6a, 0x9, 0xe8, 0xa, 0x45, 0x34, + 0xa0, 0x7, 0x36, 0xea, 0xdb, 0xae, 0x40, 0x73, + 0x0, 0x2c, 0xb0, 0x0, 0x8, 0x30, 0x1b, 0x24, + 0xa1, 0x6, 0xd1, 0x8a, 0x30, 0x3, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64CD "操" */ + 0x0, 0xc0, 0xb, 0x99, 0xc4, 0x0, 0x1c, 0x10, + 0xb1, 0x18, 0x40, 0x2b, 0xe9, 0x6, 0x99, 0x92, + 0x0, 0xc, 0xa, 0x9b, 0x6a, 0xb5, 0x0, 0xc3, + 0xa0, 0xa6, 0x34, 0x61, 0x8f, 0x79, 0xab, 0x7a, + 0xa4, 0x2, 0xc0, 0xaa, 0xbe, 0xaa, 0x70, 0xc, + 0x0, 0x3d, 0xd9, 0x0, 0x0, 0xc0, 0x7b, 0x3a, + 0x6b, 0x20, 0x99, 0x66, 0x2, 0xa0, 0x36, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6557 "敗" */ + 0x0, 0x0, 0x0, 0x31, 0x0, 0x0, 0xea, 0xad, + 0xb, 0x20, 0x0, 0xc, 0x0, 0xc0, 0xe4, 0x33, + 0x20, 0xea, 0xad, 0x5d, 0x9a, 0xd5, 0xc, 0x0, + 0xcc, 0xd0, 0x57, 0x0, 0xea, 0xae, 0x9a, 0x39, + 0x30, 0xc, 0x0, 0xc0, 0x49, 0xd0, 0x0, 0xea, + 0xad, 0x0, 0xe7, 0x0, 0x5, 0x45, 0x20, 0x3e, + 0xa0, 0x0, 0xc0, 0x1c, 0x6d, 0x29, 0xa1, 0x45, + 0x0, 0x29, 0x10, 0x6, 0x50, + + /* U+6570 "数" */ + 0x7, 0x1a, 0x35, 0x18, 0x0, 0x0, 0x75, 0xb8, + 0x15, 0x70, 0x0, 0x39, 0xcf, 0xa8, 0x8c, 0xce, + 0x50, 0x4b, 0xcb, 0x4e, 0x64, 0x90, 0x39, 0x28, + 0x8, 0x8b, 0x85, 0x1, 0xad, 0xcb, 0x50, 0xbc, + 0x0, 0x4, 0x80, 0xb1, 0x6, 0xa0, 0x0, 0x3a, + 0xb7, 0x1, 0xcc, 0x20, 0x6, 0xc7, 0xa4, 0xc3, + 0x2d, 0x32, 0x61, 0x0, 0x71, 0x0, 0x23, + + /* U+6574 "整" */ + 0x19, 0x9e, 0x97, 0x29, 0x0, 0x0, 0x45, 0xc5, + 0x29, 0xcb, 0xe7, 0xb, 0x3c, 0x6a, 0xb9, 0x76, + 0x0, 0x7c, 0xea, 0x40, 0x9c, 0x0, 0x5, 0xac, + 0xa3, 0x6c, 0xb9, 0x11, 0x80, 0x70, 0x37, 0x0, + 0x56, 0x6, 0xcc, 0xcf, 0xcc, 0xcb, 0x0, 0x3, + 0x20, 0xc9, 0x99, 0x0, 0x0, 0x74, 0xc, 0x0, + 0x0, 0x2, 0xbd, 0xcb, 0xeb, 0xbb, 0xb7, + + /* U+6587 "文" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x50, 0x0, + 0x2, 0xbd, 0xdb, 0xbb, 0xcf, 0xb8, 0x0, 0x2b, + 0x0, 0x5, 0x90, 0x0, 0x0, 0xa4, 0x0, 0xc2, + 0x0, 0x0, 0x1, 0xc1, 0x88, 0x0, 0x0, 0x0, + 0x4, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x9c, 0xd4, + 0x0, 0x0, 0x16, 0xd7, 0x2, 0xca, 0x30, 0x1d, + 0x71, 0x0, 0x0, 0x4b, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65B0 "新" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0x1, 0x58, 0xb1, 0xb, 0xca, 0xd8, 0xa7, 0x20, + 0x0, 0x28, 0xc, 0xa, 0x20, 0x0, 0x2b, 0xdb, + 0xda, 0xab, 0xaa, 0x50, 0x0, 0xb0, 0xa, 0x42, + 0xc0, 0x2b, 0xbe, 0xb8, 0xb1, 0xb, 0x0, 0x32, + 0xb5, 0xc, 0x0, 0xb0, 0xc, 0x1b, 0x74, 0xc0, + 0xb, 0x1, 0x80, 0xb1, 0x8a, 0x0, 0xb0, 0x0, + 0x99, 0x7, 0x20, 0xb, 0x0, + + /* U+65B9 "方" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0x1, 0x11, 0x19, 0x41, 0x11, + 0x2, 0xbb, 0xce, 0xbb, 0xbb, 0xb2, 0x0, 0x4, + 0x90, 0x0, 0x0, 0x0, 0x0, 0x6e, 0xcc, 0xcc, + 0x10, 0x0, 0x9, 0x40, 0x0, 0xb1, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x0, 0x69, 0x0, 0x0, + 0xd0, 0x0, 0x4d, 0x10, 0x0, 0x2b, 0x0, 0x3d, + 0x20, 0x7, 0xcc, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65E2 "既" */ + 0xd, 0xbb, 0xb4, 0xbc, 0xdb, 0x20, 0xc0, 0xb, + 0x0, 0x38, 0x0, 0xd, 0xaa, 0xb0, 0xb4, 0x70, + 0x0, 0xc0, 0xb, 0x47, 0x65, 0x0, 0xd, 0xbb, + 0xb8, 0xce, 0xcb, 0x50, 0xc0, 0x0, 0x0, 0xd5, + 0x0, 0xc, 0x6, 0x50, 0x3c, 0x90, 0x0, 0xc1, + 0x8c, 0x9, 0x59, 0x2, 0xe, 0xd6, 0x84, 0xb1, + 0x90, 0x80, 0x70, 0x0, 0xc1, 0xc, 0xb5, 0x0, + 0x0, 0x1, 0x0, 0x0, 0x0, + + /* U+65E5 "日" */ + 0xaa, 0xaa, 0xaa, 0xad, 0x22, 0x22, 0x2e, 0xd0, + 0x0, 0x0, 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, + 0xcc, 0xfd, 0x0, 0x0, 0xd, 0xd0, 0x0, 0x0, + 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, 0xcc, 0xfd, + 0x0, 0x0, 0xd, + + /* U+660E "明" */ + 0xfb, 0xe1, 0x1e, 0xcc, 0xfc, 0xa, 0x11, 0xa0, + 0xc, 0xc0, 0xa1, 0x1c, 0x33, 0xdf, 0xbe, 0x11, + 0xe9, 0x9e, 0xc0, 0xa1, 0x2a, 0x0, 0xcc, 0xa, + 0x13, 0xc6, 0x6e, 0xfb, 0xe1, 0x69, 0x55, 0xe6, + 0x0, 0xc, 0x10, 0xc, 0x0, 0x7, 0x90, 0x0, + 0xd0, 0x3, 0xb0, 0x3, 0xcc, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6642 "時" */ + 0xeb, 0xf0, 0x0, 0xc0, 0x0, 0xb0, 0xc3, 0xbb, + 0xfb, 0xb2, 0xb0, 0xc0, 0x0, 0xc0, 0x0, 0xd4, + 0xd9, 0xbb, 0xec, 0xb8, 0xd6, 0xd0, 0x0, 0x7, + 0x40, 0xb0, 0xc8, 0xbb, 0xbd, 0xd6, 0xb0, 0xc0, + 0x70, 0x7, 0x40, 0xeb, 0xb0, 0x3b, 0x7, 0x40, + 0x0, 0x0, 0x0, 0x7, 0x40, 0x0, 0x0, 0x0, + 0xbc, 0x20, + + /* U+666F "景" */ + 0x4, 0xc8, 0x88, 0x88, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0xc8, 0x88, 0x88, 0xd0, + 0x1, 0x33, 0x36, 0x93, 0x33, 0x20, 0x48, 0x88, + 0x88, 0x88, 0x88, 0x0, 0xc, 0x99, 0x99, 0xa8, + 0x0, 0x0, 0xb0, 0x0, 0x2, 0xa0, 0x0, 0x9, + 0x9a, 0xe9, 0x96, 0x0, 0x4, 0xb4, 0x1a, 0x1a, + 0x70, 0x5, 0x81, 0x4a, 0x80, 0x4, 0x90, + + /* U+66F4 "更" */ + 0xb, 0xbb, 0xbe, 0xcb, 0xbb, 0x40, 0x0, 0x0, + 0xa2, 0x0, 0x0, 0x1, 0xda, 0xae, 0xba, 0xbb, + 0x0, 0x1c, 0x33, 0xc5, 0x34, 0xb0, 0x1, 0xc5, + 0x5c, 0x75, 0x6b, 0x0, 0x1e, 0x99, 0xea, 0x9a, + 0xb0, 0x0, 0x75, 0x1d, 0x0, 0x0, 0x0, 0x1, + 0xda, 0x80, 0x0, 0x0, 0x0, 0x2b, 0xfa, 0x40, + 0x0, 0x1, 0xcb, 0x50, 0x38, 0xcc, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+66F8 "書" */ + 0x1, 0x88, 0x8e, 0x88, 0x81, 0x0, 0x55, 0x55, + 0xe5, 0x5c, 0x73, 0x4, 0x44, 0x4e, 0x44, 0xc7, + 0x20, 0x28, 0x88, 0xe8, 0x88, 0x10, 0x4, 0x88, + 0x8e, 0x88, 0x87, 0x1, 0x99, 0x99, 0xe9, 0x99, + 0x95, 0x0, 0x87, 0x77, 0x77, 0x82, 0x0, 0xe, + 0x88, 0x88, 0x8c, 0x30, 0x0, 0xd0, 0x0, 0x0, + 0x93, 0x0, 0xe, 0x88, 0x88, 0x8c, 0x30, + + /* U+6700 "最" */ + 0x4, 0xc9, 0x99, 0x99, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0x93, 0x33, 0x33, 0xd0, + 0x0, 0x16, 0x66, 0x66, 0x65, 0x0, 0x7d, 0xba, + 0xea, 0xaa, 0xaa, 0x10, 0x99, 0x8d, 0x58, 0x88, + 0x60, 0x9, 0x42, 0xc2, 0xc2, 0x77, 0x0, 0x9a, + 0x9d, 0x6, 0x7c, 0x0, 0x3c, 0x9a, 0xe5, 0x4f, + 0xa1, 0x3, 0x42, 0xc, 0x77, 0x4, 0xb1, + + /* U+6709 "有" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xb, + 0x20, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x60, 0x0, 0xa4, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xbb, 0xbb, 0xb2, 0x0, 0x3c, 0xc0, 0x0, 0x9, + 0x30, 0x2c, 0x2e, 0xbb, 0xbb, 0xe3, 0x0, 0x10, + 0xc0, 0x0, 0x9, 0x30, 0x0, 0xe, 0xbb, 0xbb, + 0xe3, 0x0, 0x0, 0xc0, 0x0, 0x9, 0x30, 0x0, + 0xc, 0x0, 0x3c, 0xd1, 0x0, + + /* U+671F "期" */ + 0x5, 0x50, 0xa1, 0x8c, 0xbe, 0x3, 0xdd, 0xbe, + 0xb8, 0x20, 0xb0, 0x5, 0x50, 0xa1, 0x83, 0x1c, + 0x0, 0x5c, 0xae, 0x18, 0xa9, 0xe0, 0x5, 0x95, + 0xc1, 0x92, 0xb, 0x0, 0x58, 0x3b, 0x1a, 0xba, + 0xe0, 0x5d, 0xdb, 0xeb, 0xa0, 0xb, 0x0, 0x16, + 0x25, 0xb, 0x0, 0xb0, 0x9, 0x50, 0xc4, 0xa0, + 0xb, 0x2, 0xa0, 0x3, 0x84, 0xc, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+672A "未" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x29, 0x99, + 0xea, 0x99, 0x70, 0x0, 0x22, 0x2c, 0x42, 0x22, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0xc, 0xcc, + 0xcf, 0xdc, 0xcc, 0x60, 0x0, 0xa, 0xfd, 0x20, + 0x0, 0x0, 0x8, 0x8b, 0x4c, 0x10, 0x0, 0x9, + 0xa0, 0xb1, 0x4d, 0x30, 0x2d, 0x70, 0xb, 0x10, + 0x2d, 0x60, 0x20, 0x0, 0xb1, 0x0, 0x1, + + /* U+672B "末" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x11, 0x11, + 0xc3, 0x11, 0x11, 0xa, 0xaa, 0xae, 0xba, 0xaa, + 0x50, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x6, 0xcc, + 0xcf, 0xdc, 0xcc, 0x0, 0x0, 0xa, 0xed, 0x20, + 0x0, 0x0, 0x9, 0x7b, 0x3c, 0x10, 0x0, 0x1a, + 0x90, 0xb1, 0x3d, 0x40, 0x1e, 0x60, 0xb, 0x10, + 0x2c, 0x70, 0x20, 0x0, 0xb1, 0x0, 0x1, + + /* U+672C "本" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0x1c, 0xcc, 0xdf, 0xed, 0xcc, + 0x50, 0x0, 0x2b, 0xc8, 0x60, 0x0, 0x0, 0xa, + 0x3b, 0x1c, 0x10, 0x0, 0x4, 0xa0, 0xb1, 0x5a, + 0x0, 0x3, 0xd1, 0xb, 0x10, 0xa8, 0x2, 0xd6, + 0xdd, 0xfd, 0xd8, 0xa7, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+6761 "条" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x78, + 0x0, 0x0, 0x0, 0x0, 0x6e, 0xbb, 0xbf, 0x20, + 0x1, 0xaa, 0xa7, 0x1b, 0x60, 0x0, 0x4, 0x1, + 0xdf, 0x80, 0x0, 0x3, 0x7a, 0xb6, 0x48, 0xc9, + 0x61, 0x44, 0x10, 0x2a, 0x0, 0x25, 0x0, 0x6b, + 0xbc, 0xeb, 0xbb, 0x10, 0x0, 0x46, 0x2a, 0x19, + 0x0, 0x0, 0x6b, 0x2, 0xa0, 0x5b, 0x0, 0x6, + 0x1, 0xb8, 0x0, 0x51, 0x0, + + /* U+67A0 "枠" */ + 0x0, 0x83, 0x0, 0x48, 0x0, 0x0, 0x8, 0x33, + 0xac, 0xdb, 0x40, 0x2c, 0xed, 0x80, 0xb1, 0x55, + 0x0, 0xd, 0x40, 0x59, 0x5, 0x59, 0x2, 0xfc, + 0x57, 0x5, 0x2a, 0x50, 0x8a, 0x77, 0x0, 0xb0, + 0x0, 0x1b, 0x83, 0x7c, 0xcf, 0xcc, 0x93, 0x38, + 0x30, 0x0, 0xb0, 0x0, 0x0, 0x83, 0x0, 0xb, + 0x0, 0x0, 0x8, 0x30, 0x0, 0xb0, 0x0, + + /* U+683C "格" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x39, 0x0, 0x0, 0x0, 0xc0, 0xc, 0xbb, 0xbd, + 0x5, 0xcf, 0xca, 0xc7, 0xa, 0x60, 0x4, 0xf4, + 0x40, 0xab, 0x80, 0x0, 0x9d, 0xb1, 0x7c, 0xab, + 0x50, 0x1a, 0xc5, 0xd6, 0x0, 0x18, 0x87, 0x4c, + 0x3, 0xeb, 0xbb, 0xc0, 0x20, 0xc0, 0x39, 0x0, + 0xc, 0x0, 0xc, 0x3, 0xda, 0xab, 0xc0, 0x0, + 0xc0, 0x39, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+691C "検" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x7, 0x80, 0x0, 0x0, 0xc0, 0x5, 0x98, 0x70, + 0x5, 0xcf, 0xca, 0xe9, 0x9e, 0xc2, 0x2, 0xf2, + 0x21, 0x67, 0x11, 0x0, 0x7e, 0xa8, 0xac, 0xca, + 0xb0, 0xa, 0xc4, 0x90, 0x56, 0xb, 0x6, 0x6c, + 0x8, 0xac, 0xca, 0xb0, 0x20, 0xc0, 0x0, 0xcc, + 0x10, 0x0, 0xc, 0x0, 0x96, 0x2c, 0x30, 0x0, + 0xc1, 0xc5, 0x0, 0x2b, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6975 "極" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xa, + 0xbb, 0xbe, 0xc0, 0x16, 0xd4, 0x0, 0x19, 0x90, + 0x1, 0x7d, 0x56, 0x67, 0x88, 0x92, 0x4, 0xf2, + 0x99, 0x74, 0x29, 0x10, 0x8d, 0x97, 0x87, 0x5a, + 0xa0, 0xa, 0xb3, 0x78, 0x74, 0x69, 0x5, 0x6b, + 0xc, 0xa7, 0x5c, 0xb1, 0x0, 0xb0, 0x6, 0xc6, + 0x21, 0x10, 0xb, 0x59, 0xa9, 0x99, 0x96, 0x0, + 0xb0, 0x11, 0x11, 0x11, 0x10, + + /* U+6982 "概" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xe, + 0xa9, 0xad, 0xb2, 0x0, 0xb0, 0xa0, 0x92, 0x72, + 0x2, 0xcf, 0x8e, 0x99, 0x98, 0x10, 0x2, 0xd0, + 0xa0, 0x99, 0x90, 0x0, 0x6e, 0x6e, 0xab, 0xde, + 0xa4, 0x9, 0xb7, 0xa0, 0x0, 0xc0, 0x1, 0x9b, + 0xa, 0x55, 0x4f, 0x0, 0x43, 0xb0, 0xb9, 0xba, + 0xa0, 0x0, 0xb, 0x4b, 0x26, 0x99, 0x17, 0x0, + 0xb0, 0x0, 0xa0, 0x7b, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+69CB "構" */ + 0x0, 0xb0, 0x1b, 0x42, 0xd2, 0x0, 0xb, 0x4, + 0xc7, 0x6d, 0x61, 0x5c, 0xfb, 0x5d, 0x99, 0xe9, + 0x0, 0x3e, 0x8, 0xba, 0x9c, 0x83, 0x7, 0xe7, + 0x49, 0xbc, 0x98, 0x0, 0x9b, 0x87, 0x57, 0x92, + 0xc0, 0x65, 0xb0, 0x79, 0xab, 0x7d, 0x4, 0xb, + 0x1c, 0xbc, 0xda, 0xe5, 0x0, 0xb0, 0x72, 0x0, + 0xc, 0x0, 0xb, 0x7, 0x20, 0x1a, 0xa0, + + /* U+6A19 "標" */ + 0x0, 0xb0, 0x9a, 0xea, 0xea, 0x70, 0xb, 0x3, + 0x6c, 0x6c, 0x62, 0x5c, 0xfb, 0x87, 0xb5, 0xb8, + 0x60, 0x2d, 0x7, 0x4a, 0x1a, 0x56, 0x7, 0xf5, + 0x48, 0x88, 0x88, 0x30, 0xac, 0xa2, 0x88, 0x88, + 0x81, 0x57, 0xb0, 0x9a, 0xaa, 0xaa, 0x74, 0xb, + 0x0, 0x71, 0xc1, 0x50, 0x0, 0xb0, 0xa5, 0x1c, + 0xa, 0x40, 0xb, 0x15, 0x2b, 0xa0, 0x15, + + /* U+6A5F "機" */ + 0x6, 0x30, 0x60, 0xa0, 0x70, 0x0, 0x63, 0x18, + 0x4b, 0x45, 0x60, 0x7e, 0xd9, 0xb5, 0xb7, 0xc2, + 0x0, 0xb5, 0x18, 0x8a, 0x49, 0xa0, 0xe, 0xc6, + 0xb8, 0x96, 0xb6, 0x5, 0xa6, 0x7e, 0xad, 0xbc, + 0xc0, 0xa7, 0x30, 0xd1, 0x28, 0x54, 0x1, 0x63, + 0x2a, 0xc1, 0xcb, 0x0, 0x6, 0x3a, 0x31, 0x6e, + 0x75, 0x30, 0x67, 0x70, 0x67, 0xa, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B62 "止" */ + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x93, 0x0, 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, + 0x0, 0x1c, 0x0, 0x9c, 0xbb, 0xa0, 0x1, 0xc0, + 0x9, 0x40, 0x0, 0x0, 0x1c, 0x0, 0x93, 0x0, + 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, 0x0, 0x1c, + 0x0, 0x93, 0x0, 0x0, 0x7b, 0xeb, 0xbe, 0xcb, + 0xbb, 0x10, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+6B63 "正" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x0, 0x79, 0x99, + 0xdb, 0x99, 0x91, 0x0, 0x0, 0x8, 0x40, 0x0, + 0x0, 0x9, 0x10, 0x84, 0x0, 0x0, 0x0, 0xb1, + 0x8, 0xdc, 0xc7, 0x0, 0xb, 0x10, 0x84, 0x0, + 0x0, 0x0, 0xb1, 0x8, 0x40, 0x0, 0x0, 0xb, + 0x10, 0x84, 0x0, 0x0, 0x1a, 0xeb, 0xad, 0xca, + 0xaa, 0x60, 0x22, 0x22, 0x22, 0x22, 0x21, + + /* U+6B8B "残" */ + 0x3b, 0xfb, 0xb0, 0xa3, 0x84, 0x0, 0x1b, 0x0, + 0xa, 0x56, 0x80, 0x5, 0xda, 0x6c, 0xe9, 0x63, + 0x0, 0x93, 0x66, 0x7, 0x42, 0x51, 0x1c, 0x9, + 0x58, 0xde, 0xa7, 0x14, 0x6c, 0xc2, 0x44, 0x80, + 0xa1, 0x0, 0x49, 0x0, 0xc, 0xa7, 0x0, 0xb, + 0x30, 0x1, 0xe8, 0x0, 0x6, 0x90, 0x18, 0xc9, + 0x83, 0x52, 0xa0, 0x7, 0x60, 0xa, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6BCE "毎" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x3, 0xe5, + 0x55, 0x55, 0x50, 0x0, 0xc7, 0x66, 0x66, 0x66, + 0x10, 0xb7, 0x99, 0x99, 0x99, 0x30, 0x2, 0x48, + 0x18, 0x61, 0x94, 0x0, 0x6, 0x60, 0x83, 0x9, + 0x30, 0x2b, 0xec, 0xbe, 0xcb, 0xec, 0x80, 0xc, + 0x0, 0xc0, 0xb, 0x10, 0x0, 0xfa, 0xae, 0xaa, + 0xfb, 0x40, 0x0, 0x0, 0x0, 0x1c, 0x0, 0x0, + 0x0, 0x0, 0x9b, 0x50, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6BD4 "比" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x1b, 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, + 0x0, 0xb1, 0x0, 0x1b, 0x7, 0x90, 0xb, 0xdc, + 0xa1, 0xc9, 0xa0, 0x0, 0xb1, 0x0, 0x1f, 0x60, + 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, 0xb1, + 0x0, 0x1b, 0x0, 0x40, 0xb, 0x10, 0x1, 0xb0, + 0xc, 0x0, 0xc6, 0xab, 0x1b, 0x0, 0xc0, 0xe, + 0x94, 0x0, 0xcc, 0xd8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6C17 "気" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x70, + 0x0, 0x0, 0x0, 0x0, 0xeb, 0xbb, 0xbb, 0xbb, + 0x10, 0x99, 0x77, 0x77, 0x77, 0x0, 0x4b, 0x13, + 0x33, 0x33, 0x30, 0x0, 0x5b, 0xbb, 0xbb, 0xb9, + 0x0, 0x0, 0x50, 0x9, 0x32, 0xa0, 0x0, 0x7, + 0xc7, 0xa0, 0x1b, 0x0, 0x0, 0x7, 0xf8, 0x0, + 0xc0, 0x10, 0x8, 0xb1, 0xa9, 0xc, 0x37, 0xc, + 0x60, 0x0, 0x50, 0x4d, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6C60 "池" */ + 0xa, 0x40, 0x0, 0x29, 0x0, 0x0, 0x1a, 0x2a, + 0x2, 0x90, 0x0, 0x0, 0x0, 0xc0, 0x2b, 0x9d, + 0x6, 0x91, 0xc, 0x8c, 0xc2, 0xc0, 0x4, 0x6b, + 0xf4, 0x39, 0xc, 0x0, 0x1, 0xc, 0x2, 0x90, + 0xc0, 0x0, 0xb1, 0xc0, 0x2a, 0xb9, 0x0, 0x3a, + 0xc, 0x1, 0x50, 0x21, 0xc, 0x20, 0xc0, 0x0, + 0x7, 0x51, 0x80, 0x7, 0xdb, 0xbc, 0xd0, + + /* U+6CD5 "法" */ + 0x6, 0x70, 0x0, 0x38, 0x0, 0x0, 0x6, 0x80, + 0x15, 0x91, 0x10, 0x0, 0x0, 0x6a, 0xcd, 0xaa, + 0x1, 0xa7, 0x0, 0x3, 0x80, 0x0, 0x0, 0x41, + 0xcc, 0xde, 0xcc, 0x50, 0x0, 0x30, 0xc, 0x10, + 0x0, 0x0, 0x77, 0x6, 0x70, 0x90, 0x0, 0x1d, + 0x1, 0xc0, 0x7, 0x80, 0xa, 0x50, 0xad, 0xbb, + 0xac, 0x10, 0x30, 0x1, 0x0, 0x0, 0x32, + + /* U+6CE2 "波" */ + 0x6, 0x80, 0x0, 0xb, 0x0, 0x0, 0x3, 0x3b, + 0xcc, 0xfc, 0xc9, 0x1, 0x0, 0xc0, 0xb, 0x6, + 0x72, 0xc6, 0xc, 0x0, 0xb0, 0x61, 0x0, 0x50, + 0xee, 0xcc, 0xbd, 0x0, 0x1, 0xc, 0x77, 0x5, + 0x90, 0x0, 0xb4, 0x90, 0xd3, 0xd2, 0x0, 0x3a, + 0x57, 0x3, 0xf7, 0x0, 0xb, 0x3b, 0x27, 0xc7, + 0xb7, 0x10, 0x61, 0x87, 0x70, 0x0, 0x58, + + /* U+6D88 "消" */ + 0x9, 0x40, 0x70, 0x2a, 0x3, 0x50, 0xa, 0x19, + 0x52, 0xa0, 0xc3, 0x0, 0x0, 0x14, 0x2a, 0x15, + 0x4, 0xb2, 0xc, 0xcc, 0xcc, 0xe5, 0x2, 0x70, + 0xc0, 0x0, 0x7, 0x50, 0x0, 0xc, 0xbb, 0xbb, + 0xd5, 0x0, 0xa1, 0xc0, 0x0, 0x7, 0x50, 0x2a, + 0xc, 0xaa, 0xaa, 0xd5, 0xb, 0x30, 0xc0, 0x0, + 0x7, 0x50, 0x80, 0xc, 0x0, 0x2c, 0xc2, + + /* U+6E1B "減" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa7, 0x0, + 0x0, 0xb4, 0x80, 0x0, 0x37, 0xaa, 0xae, 0xac, + 0x22, 0x10, 0xb1, 0x22, 0xb1, 0x0, 0x3c, 0x4b, + 0x48, 0x8a, 0x2a, 0x0, 0x1, 0xb4, 0x99, 0x85, + 0xb0, 0x0, 0x3b, 0x72, 0x96, 0xc6, 0x0, 0x57, + 0xb7, 0x19, 0x4e, 0x0, 0xb, 0x2b, 0x7a, 0x98, + 0xb1, 0x42, 0xb5, 0x70, 0x6, 0x6a, 0x66, 0x34, + 0x91, 0x3, 0x70, 0x3e, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6E29 "温" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x3c, + 0xaa, 0xac, 0x80, 0x0, 0x23, 0xc0, 0x0, 0x48, + 0x0, 0x0, 0xc, 0xaa, 0xac, 0x80, 0x2b, 0x50, + 0xc4, 0x44, 0x78, 0x0, 0x5, 0x5, 0x66, 0x66, + 0x30, 0x0, 0x22, 0xbb, 0xbb, 0xb9, 0x0, 0xa, + 0x59, 0x54, 0x90, 0xc0, 0x2, 0xb2, 0x95, 0x49, + 0xc, 0x0, 0x94, 0x29, 0x54, 0x90, 0xc0, 0xc, + 0xc, 0xed, 0xce, 0xbf, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6E90 "源" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x3e, + 0xbb, 0xcb, 0xb7, 0x0, 0x32, 0xb0, 0xc, 0x0, + 0x0, 0x0, 0xb, 0x6a, 0xe9, 0xa0, 0x1c, 0x61, + 0xba, 0x21, 0x1c, 0x0, 0x4, 0x2a, 0xa7, 0x66, + 0xd0, 0x0, 0x23, 0x9a, 0xaa, 0xae, 0x0, 0xb, + 0x57, 0x11, 0xc1, 0x20, 0x3, 0x98, 0x4b, 0x2c, + 0x1d, 0x10, 0xa3, 0xc5, 0x90, 0xc0, 0x79, 0x8, + 0x37, 0x1, 0xac, 0x0, 0x0, + + /* U+6E96 "準" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x3c, 0x48, + 0x65, 0x80, 0x0, 0x2, 0x5, 0xe9, 0xbd, 0x99, + 0x1, 0x98, 0xbe, 0x8a, 0xc8, 0x50, 0x0, 0x11, + 0xd3, 0x6a, 0x31, 0x0, 0xb, 0x2d, 0x57, 0xb5, + 0x30, 0xb, 0x40, 0xea, 0xbc, 0xaa, 0x10, 0x10, + 0x5, 0x80, 0x0, 0x0, 0x2b, 0xbb, 0xbf, 0xbb, + 0xbb, 0x70, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0xc, 0x0, 0x0, 0x0, + + /* U+6F14 "演" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa4, 0x0, + 0x1c, 0x0, 0x0, 0x1, 0x7c, 0xaa, 0xaa, 0xad, + 0x30, 0x0, 0x95, 0x55, 0x55, 0x82, 0x69, 0x10, + 0x44, 0xd4, 0x41, 0x0, 0x30, 0x6c, 0xae, 0xaa, + 0xb0, 0x0, 0x26, 0xa6, 0xd6, 0x6b, 0x0, 0x2a, + 0x67, 0x2c, 0x22, 0xb0, 0x9, 0x34, 0xaa, 0xba, + 0xa8, 0x2, 0xc0, 0x2a, 0x70, 0x4b, 0x40, 0x13, + 0x9, 0x30, 0x0, 0x19, 0x10, + + /* U+6F70 "潰" */ + 0x5, 0x70, 0xd8, 0xe9, 0xb6, 0x0, 0x2, 0xd, + 0x5d, 0x69, 0x60, 0x10, 0x0, 0x44, 0xd5, 0x41, + 0x6, 0xc3, 0x9a, 0xab, 0xba, 0xa3, 0x2, 0x30, + 0xb8, 0x88, 0x96, 0x0, 0x2, 0xd, 0x88, 0x8a, + 0x80, 0x0, 0xc1, 0xd7, 0x77, 0x98, 0x0, 0x75, + 0xd, 0x88, 0x8a, 0x80, 0x2c, 0x1, 0x7a, 0x5, + 0xa3, 0x1, 0x30, 0x94, 0x0, 0x1, 0x91, + + /* U+7121 "無" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x6, 0x90, + 0x0, 0x0, 0x0, 0x2, 0xec, 0xdb, 0xeb, 0xeb, + 0x21, 0xdc, 0x1a, 0xb, 0xb, 0x0, 0x4, 0xa3, + 0xb2, 0xb2, 0xb3, 0x0, 0x7d, 0xad, 0x9e, 0x9e, + 0x92, 0x0, 0x91, 0xa0, 0xb0, 0xb0, 0x1, 0xbe, + 0xce, 0xbe, 0xbe, 0xb6, 0x0, 0x50, 0x30, 0x30, + 0x24, 0x0, 0x77, 0xc, 0x8, 0x50, 0xc1, 0xa, + 0x0, 0x80, 0x26, 0x4, 0x60, + + /* U+72B6 "状" */ + 0x0, 0xc, 0x0, 0x1b, 0x24, 0x0, 0x6, 0xc, + 0x0, 0x1b, 0xb, 0x20, 0x9, 0x6c, 0x0, 0x1b, + 0x2, 0x20, 0x0, 0x6c, 0xac, 0xdf, 0xcc, 0xa0, + 0x0, 0x1c, 0x0, 0x4f, 0x10, 0x0, 0x0, 0xbc, + 0x0, 0x7c, 0x60, 0x0, 0x1c, 0x5c, 0x0, 0xc1, + 0xb0, 0x0, 0x14, 0xc, 0x6, 0x90, 0x94, 0x0, + 0x0, 0xc, 0x3d, 0x10, 0x1d, 0x30, 0x0, 0xc, + 0xb2, 0x0, 0x3, 0xb0, + + /* U+7387 "率" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb2, 0x0, 0x0, 0xb, 0xbb, 0xcf, 0xbb, 0xbb, + 0x60, 0x64, 0x7, 0x55, 0x52, 0x80, 0x0, 0x94, + 0xcd, 0x90, 0xa1, 0x0, 0x4, 0x64, 0x86, 0x58, + 0x0, 0xb, 0x75, 0xea, 0x9c, 0x4c, 0x10, 0x0, + 0x0, 0xb2, 0x10, 0x10, 0x2b, 0xbb, 0xbe, 0xcb, + 0xbb, 0x70, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x20, 0x0, 0x0, + + /* U+73FE "現" */ + 0x0, 0x0, 0x1, 0x11, 0x11, 0x6, 0xce, 0xb7, + 0xc9, 0x99, 0xd0, 0x0, 0xb0, 0x58, 0x33, 0x3d, + 0x0, 0xb, 0x5, 0xa7, 0x77, 0xd0, 0x5c, 0xec, + 0x6a, 0x66, 0x6d, 0x0, 0xb, 0x5, 0x84, 0x44, + 0xd0, 0x0, 0xb0, 0x5c, 0x99, 0x9d, 0x0, 0x2d, + 0xb4, 0x84, 0xb2, 0x10, 0x9d, 0x72, 0xb, 0x1a, + 0x10, 0x1, 0x0, 0x6, 0x90, 0xa1, 0x37, 0x0, + 0x9, 0x90, 0x7, 0xbc, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7406 "理" */ + 0x5a, 0xaa, 0x7c, 0xbe, 0xbf, 0x0, 0x2b, 0x17, + 0x40, 0xb0, 0xc0, 0x1, 0xa0, 0x7c, 0xae, 0xae, + 0x2, 0x7d, 0x57, 0x40, 0xb0, 0xc0, 0x15, 0xc3, + 0x7c, 0xbe, 0xbe, 0x0, 0x1a, 0x0, 0x0, 0xc0, + 0x0, 0x1, 0xb4, 0x7b, 0xbf, 0xbb, 0x11, 0x8f, + 0xc0, 0x0, 0xc0, 0x0, 0x8c, 0x40, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x5b, 0xbc, 0xfb, 0xb6, + + /* U+751F "生" */ + 0x0, 0x37, 0xa, 0x20, 0x0, 0x0, 0xa, 0x40, + 0xa2, 0x0, 0x0, 0x2, 0xec, 0xce, 0xdc, 0xcc, + 0x10, 0xc4, 0x0, 0xa2, 0x0, 0x0, 0x4, 0x0, + 0xa, 0x20, 0x0, 0x0, 0xb, 0xcc, 0xed, 0xcc, + 0x80, 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x1, 0xcc, 0xcc, 0xed, 0xcc, 0xc7, + + /* U+7528 "用" */ + 0x0, 0xaa, 0xaa, 0xaa, 0xa9, 0x0, 0xc2, 0x2d, + 0x22, 0x2d, 0x0, 0xb0, 0xd, 0x0, 0xc, 0x0, + 0xfc, 0xcf, 0xcc, 0xce, 0x1, 0xb0, 0xd, 0x0, + 0xc, 0x2, 0xb0, 0xd, 0x0, 0xc, 0x3, 0xeb, + 0xbf, 0xbb, 0xbe, 0x6, 0x60, 0xd, 0x0, 0xc, + 0xb, 0x20, 0xd, 0x0, 0xc, 0x3a, 0x0, 0xd, + 0xa, 0xbb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+753B "画" */ + 0xbc, 0xcc, 0xcc, 0xcc, 0xb0, 0x0, 0x0, 0x0, + 0x0, 0x1, 0xaa, 0xaa, 0xa0, 0x7, 0x28, 0xb, + 0xb, 0x8, 0xd2, 0xd9, 0xe9, 0xe0, 0xdd, 0x29, + 0xb, 0xb, 0xd, 0xd2, 0xc7, 0xd7, 0xd0, 0xdd, + 0x3, 0x33, 0x33, 0xd, 0xea, 0xaa, 0xaa, 0xaa, + 0xe1, 0x11, 0x11, 0x11, 0x1d, + + /* U+756A "番" */ + 0x0, 0x0, 0x1, 0x24, 0x72, 0x0, 0x3a, 0xba, + 0xe9, 0x67, 0x0, 0x0, 0x49, 0xb, 0x12, 0xc0, + 0x0, 0x0, 0xc0, 0xb1, 0xa4, 0x0, 0xb, 0xbb, + 0xfe, 0xed, 0xbb, 0x60, 0x27, 0xa3, 0xb2, 0x89, + 0x51, 0x1a, 0xcb, 0xbb, 0xbb, 0xca, 0x50, 0xb, + 0x10, 0xb1, 0x9, 0x40, 0x0, 0xb9, 0x9d, 0x99, + 0xc4, 0x0, 0xb, 0x0, 0xa1, 0x8, 0x40, 0x0, + 0xba, 0xaa, 0xaa, 0xc4, 0x0, + + /* U+767B "登" */ + 0x0, 0x0, 0x0, 0x20, 0x20, 0x0, 0x7a, 0xae, + 0x3b, 0x5b, 0x0, 0x5, 0x53, 0xa0, 0x3d, 0xa, + 0x20, 0x9, 0xe6, 0x44, 0xbd, 0x30, 0x4, 0xc4, + 0x66, 0x64, 0x8c, 0x22, 0x96, 0xaa, 0xaa, 0xa8, + 0x46, 0x0, 0x75, 0x0, 0x1, 0xc0, 0x0, 0x7, + 0xca, 0xaa, 0xbc, 0x0, 0x0, 0x6, 0x20, 0x9, + 0x0, 0x0, 0x0, 0x58, 0x2, 0xb0, 0x0, 0x1b, + 0xbb, 0xcb, 0xdd, 0xbb, 0x50, + + /* U+7740 "着" */ + 0x0, 0x1, 0x0, 0x1, 0x0, 0x0, 0x0, 0xd1, + 0x0, 0xc1, 0x0, 0x7, 0xab, 0xcc, 0xab, 0xa8, + 0x0, 0x17, 0x7b, 0xa7, 0x77, 0x10, 0x0, 0x34, + 0xd3, 0x33, 0x30, 0x2, 0xaa, 0xfb, 0xaa, 0xaa, + 0xa2, 0x0, 0x6f, 0x99, 0x99, 0xa2, 0x0, 0x6b, + 0xe8, 0x88, 0x8d, 0x30, 0x5a, 0xd, 0x44, 0x44, + 0xb3, 0x0, 0x0, 0xd4, 0x44, 0x4b, 0x30, 0x0, + 0xe, 0x99, 0x99, 0xd3, 0x0, + + /* U+78BA "確" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x55, 0x50, + 0x5, 0x60, 0x0, 0x39, 0xb6, 0xbb, 0xeb, 0xbe, + 0x0, 0x74, 0x9, 0x49, 0x90, 0xa0, 0xb, 0x53, + 0x2e, 0xce, 0xcb, 0x2, 0xf7, 0xdd, 0xd0, 0xb0, + 0x0, 0x9e, 0xb, 0xd, 0xae, 0xa8, 0x3, 0xb0, + 0xb0, 0xc3, 0xc4, 0x20, 0xb, 0x7c, 0xd, 0x6d, + 0x65, 0x0, 0xb3, 0x30, 0xd8, 0xd9, 0x82, 0x1, + 0x0, 0xc, 0x22, 0x22, 0x0, + + /* U+793A "示" */ + 0x0, 0x22, 0x22, 0x22, 0x21, 0x0, 0x1a, 0xaa, + 0xaa, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x1, 0xcc, 0xcc, 0xcc, 0xcc, 0xc6, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x5, 0x60, 0xb2, 0x19, + 0x0, 0x0, 0xd1, 0xb, 0x20, 0x95, 0x0, 0x88, + 0x0, 0xb2, 0x1, 0xd0, 0x1b, 0x0, 0xb, 0x20, + 0x8, 0x30, 0x0, 0x6d, 0xd0, 0x0, 0x0, + + /* U+79D2 "秒" */ + 0x2, 0x59, 0x70, 0xc, 0x0, 0x0, 0x8a, 0x60, + 0x0, 0xc0, 0x20, 0x0, 0x65, 0x7, 0x4c, 0xc, + 0x3, 0xce, 0xdb, 0xa1, 0xc0, 0x84, 0x0, 0xdb, + 0xc, 0xc, 0x2, 0x70, 0x4d, 0xa8, 0x30, 0xc0, + 0x70, 0xc, 0x75, 0x20, 0x9, 0x3a, 0x3, 0x56, + 0x50, 0x0, 0x2c, 0x10, 0x0, 0x65, 0x2, 0x8c, + 0x20, 0x0, 0x6, 0x58, 0xb5, 0x0, 0x0, + + /* U+79F0 "称" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0xb6, + 0x29, 0x0, 0x0, 0x5, 0x95, 0x6, 0xda, 0xaa, + 0x40, 0x7, 0x40, 0xb2, 0xd1, 0xb1, 0x1c, 0xed, + 0xc8, 0xc, 0x4, 0x0, 0xd, 0x90, 0x54, 0xc3, + 0x70, 0x4, 0xdb, 0x69, 0x2c, 0xc, 0x0, 0xb7, + 0x52, 0xc0, 0xc0, 0xa1, 0x35, 0x74, 0x47, 0xc, + 0x6, 0x50, 0x7, 0x40, 0x0, 0xc0, 0x0, 0x0, + 0x74, 0x0, 0xab, 0x0, 0x0, + + /* U+79FB "移" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x59, 0xa0, + 0xa, 0x40, 0x0, 0x36, 0xc0, 0x1a, 0xbb, 0xe6, + 0x0, 0xc, 0x8, 0x76, 0x5c, 0x0, 0x8d, 0xfc, + 0x13, 0xeb, 0x0, 0x0, 0x7f, 0x2a, 0xb6, 0xd1, + 0x0, 0xb, 0xdb, 0x2, 0xcb, 0xbf, 0x15, 0x7c, + 0x26, 0xd6, 0x6, 0x90, 0x90, 0xc0, 0x20, 0x7b, + 0xc1, 0x0, 0xc, 0x0, 0x29, 0xa0, 0x0, 0x0, + 0xc0, 0xb9, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7A7A "空" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xdb, 0xbb, 0xdc, 0xbb, 0xd0, 0xc0, + 0x3, 0x2, 0x10, 0xc0, 0x73, 0xc5, 0x3, 0xc7, + 0x40, 0x9a, 0x20, 0x0, 0x7, 0xa0, 0xa, 0xbb, + 0xcb, 0xbb, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xcc, 0xcc, 0xfc, 0xcc, 0xc0, + + /* U+7A81 "突" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc2, 0x0, 0x0, 0xd, 0xbb, 0xbb, 0xbb, 0xbe, + 0x40, 0xc0, 0x58, 0x3, 0x91, 0x84, 0x3, 0xa8, + 0x2, 0x3, 0xb5, 0x0, 0x12, 0x0, 0xc2, 0xb3, + 0x10, 0x1b, 0xbb, 0xbf, 0xbc, 0xcb, 0x60, 0x0, + 0x6, 0xba, 0x0, 0x0, 0x0, 0x3, 0xc1, 0x88, + 0x0, 0x0, 0x4a, 0xb1, 0x0, 0x7c, 0x62, 0x7, + 0x30, 0x0, 0x0, 0x16, 0x30, + + /* U+7AEF "端" */ + 0x4, 0x70, 0x82, 0x4a, 0x9, 0x22, 0x3a, 0x39, + 0x24, 0xa0, 0x92, 0x59, 0x99, 0x9c, 0xce, 0xbd, + 0x22, 0x60, 0x94, 0x44, 0x44, 0x42, 0x9, 0x28, + 0x55, 0xac, 0x55, 0x30, 0xa4, 0x57, 0xbd, 0xdb, + 0xb3, 0xa, 0x72, 0xb0, 0xa1, 0x87, 0x40, 0x4c, + 0xdc, 0xa, 0x18, 0x74, 0x79, 0x40, 0xa0, 0xa1, + 0x87, 0x40, 0x0, 0xa, 0x9, 0x18, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7B2C "第" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x9, 0x50, 0x0, 0x5, 0xbe, 0x98, 0xda, 0xe9, + 0x50, 0xa2, 0x73, 0x93, 0x19, 0x20, 0x2, 0x77, + 0x7e, 0x77, 0x8b, 0x0, 0x9, 0x99, 0xe9, 0x9a, + 0xb0, 0x1, 0xa0, 0xd, 0x0, 0x0, 0x0, 0x3e, + 0xbb, 0xfb, 0xbb, 0xb0, 0x0, 0x3, 0xbd, 0x0, + 0xd, 0x0, 0x5, 0xb0, 0xc0, 0x12, 0xc0, 0x9, + 0x70, 0xc, 0x7, 0x93, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7B54 "答" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3a, 0x0, + 0xb, 0x20, 0x0, 0xb, 0xcd, 0xa8, 0xdd, 0xdb, + 0x46, 0x60, 0xb0, 0xb1, 0x2a, 0x0, 0x0, 0x1, + 0xab, 0x81, 0x0, 0x0, 0x17, 0xd6, 0x36, 0xd9, + 0x30, 0x5c, 0x56, 0x77, 0x76, 0x3a, 0x60, 0x8, + 0xbb, 0xbb, 0xb8, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x11, 0x11, 0x1c, 0x0, 0x0, + 0xc9, 0x99, 0x9a, 0xb0, 0x0, + + /* U+7B97 "算" */ + 0x2, 0x20, 0x0, 0x40, 0x0, 0x0, 0xab, 0x99, + 0x7d, 0x99, 0x90, 0x68, 0x67, 0x3c, 0x1a, 0x40, + 0x3, 0x3a, 0xa8, 0xa8, 0xab, 0x0, 0x3, 0xc7, + 0x77, 0x77, 0xe0, 0x0, 0x3c, 0x88, 0x88, 0x8e, + 0x0, 0x3, 0xb4, 0x44, 0x44, 0xe0, 0x0, 0x14, + 0xd5, 0x46, 0xc4, 0x0, 0x6a, 0xae, 0xaa, 0xbe, + 0xaa, 0x10, 0x9, 0x70, 0x2, 0xa0, 0x0, 0x2d, + 0x60, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7BA1 "管" */ + 0x1, 0x30, 0x0, 0x31, 0x0, 0x0, 0x8b, 0x88, + 0x3c, 0x98, 0x83, 0x1c, 0x1c, 0x15, 0x93, 0xb1, + 0x1, 0x53, 0x64, 0xd4, 0x37, 0x30, 0xd, 0x77, + 0x77, 0x77, 0x7d, 0x10, 0x88, 0xa9, 0x99, 0x9a, + 0x71, 0x0, 0xa6, 0x33, 0x33, 0xc0, 0x0, 0xa, + 0x75, 0x55, 0x54, 0x0, 0x0, 0xab, 0xaa, 0xaa, + 0xb5, 0x0, 0xa, 0x20, 0x0, 0x6, 0x50, 0x0, + 0xab, 0xaa, 0xaa, 0xc5, 0x0, + + /* U+7BC4 "範" */ + 0x0, 0x50, 0x0, 0x40, 0x0, 0x0, 0x3e, 0x99, + 0x7f, 0x99, 0x94, 0xc, 0x4b, 0x2c, 0x49, 0x61, + 0x1, 0x40, 0x90, 0x40, 0x25, 0x10, 0x8, 0x9d, + 0x87, 0xc9, 0x9e, 0x0, 0xa8, 0xd9, 0x6b, 0x0, + 0xc0, 0xc, 0x8d, 0x98, 0xb0, 0xc, 0x0, 0xb4, + 0xc6, 0x8b, 0xb, 0xc0, 0x4, 0x4c, 0x42, 0xb0, + 0x1, 0x22, 0xaa, 0xea, 0x9b, 0x0, 0x38, 0x0, + 0xa, 0x0, 0x8b, 0xbd, 0x30, + + /* U+7CBE "精" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1b, 0x22, + 0x33, 0xd3, 0x30, 0x36, 0xba, 0x25, 0x5d, 0x55, + 0x10, 0x9c, 0x90, 0x99, 0xe9, 0x90, 0x5a, 0xe9, + 0x59, 0x9c, 0x88, 0x40, 0x4e, 0x10, 0x89, 0x99, + 0x70, 0x9, 0xe9, 0xc, 0x11, 0x1c, 0x1, 0xab, + 0x80, 0xd8, 0x88, 0xc0, 0x74, 0xb0, 0xd, 0x99, + 0x9c, 0x2, 0xb, 0x0, 0xc0, 0x0, 0xc0, 0x0, + 0xb0, 0xc, 0x1, 0xa8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7D20 "素" */ + 0x5, 0x99, 0x9e, 0xa9, 0x99, 0x10, 0x3, 0x33, + 0xc5, 0x33, 0x10, 0x0, 0x77, 0x7d, 0x87, 0x73, + 0x1, 0xaa, 0xaa, 0xea, 0xaa, 0xa6, 0x0, 0x6, + 0xa4, 0x39, 0x10, 0x0, 0x8, 0x9c, 0xe7, 0x23, + 0x0, 0x3, 0x9e, 0xc7, 0x89, 0xe8, 0x0, 0x35, + 0x83, 0x95, 0x31, 0x61, 0x1, 0xa7, 0x8, 0x43, + 0xc5, 0x0, 0xa3, 0xb, 0xc2, 0x0, 0x93, + + /* U+7D22 "索" */ + 0x2, 0x22, 0x2d, 0x22, 0x22, 0x10, 0x66, 0x66, + 0xe6, 0x66, 0x63, 0xb, 0xbb, 0xbf, 0xbb, 0xbb, + 0x70, 0xc0, 0x1a, 0x40, 0x40, 0x1b, 0x4, 0x7e, + 0x99, 0xc7, 0x10, 0x30, 0x2, 0x6c, 0x81, 0x2c, + 0x10, 0x4, 0xdf, 0xaa, 0x99, 0xbc, 0x10, 0x12, + 0x60, 0xa2, 0x42, 0x33, 0x1, 0xb6, 0xa, 0x22, + 0xa8, 0x0, 0x93, 0x1b, 0xc1, 0x0, 0x65, + + /* U+7D30 "細" */ + 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x0, + 0xfc, 0xfc, 0xf0, 0x7, 0x39, 0xb, 0xb, 0xc, + 0x2, 0xb6, 0x90, 0xb0, 0xb0, 0xc0, 0x58, 0xd2, + 0xb, 0xb, 0xc, 0x0, 0x84, 0x90, 0xfc, 0xfc, + 0xf0, 0x4e, 0xab, 0x5b, 0xb, 0xc, 0x1, 0x21, + 0x40, 0xb0, 0xb0, 0xc0, 0x37, 0x97, 0x3b, 0xb, + 0xc, 0x5, 0x5a, 0x25, 0xfc, 0xec, 0xf0, 0x61, + 0x20, 0xb, 0x0, 0xb, 0x0, + + /* U+7D42 "終" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xc, 0x0, + 0xd, 0x0, 0x0, 0x5, 0x63, 0x7, 0xcb, 0xc9, + 0x1, 0xb2, 0xc5, 0xcb, 0xc, 0x20, 0x6b, 0xf3, + 0x30, 0x6d, 0x60, 0x0, 0x67, 0xa0, 0x3b, 0xaa, + 0x10, 0x4e, 0xad, 0x7b, 0x41, 0x4c, 0x41, 0x31, + 0x61, 0x3, 0xb6, 0x0, 0x28, 0xa8, 0x13, 0x0, + 0x20, 0x5, 0x5a, 0x33, 0x5b, 0xa4, 0x0, 0x41, + 0x20, 0x0, 0x1, 0x96, 0x0, + + /* U+7D4C "経" */ + 0x0, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x7, + 0xeb, 0xbd, 0xa0, 0x7, 0x48, 0x9, 0x30, 0xc4, + 0x1, 0xb2, 0xa0, 0x1c, 0x7b, 0x0, 0x7e, 0xf2, + 0x0, 0x9f, 0x10, 0x0, 0x47, 0x72, 0x99, 0x6b, + 0x50, 0x3e, 0x7c, 0x72, 0x28, 0x5, 0x12, 0x32, + 0x53, 0xbc, 0xeb, 0x80, 0x37, 0xa9, 0x0, 0x2a, + 0x0, 0x5, 0x5a, 0x63, 0x2, 0xa0, 0x0, 0x82, + 0x80, 0x8b, 0xce, 0xbb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7D71 "統" */ + 0x0, 0x10, 0x0, 0x10, 0x0, 0x0, 0xc, 0x0, + 0x9, 0x40, 0x0, 0x4, 0x63, 0x8b, 0xde, 0xbb, + 0x10, 0xb1, 0xa0, 0x1c, 0x5, 0x0, 0x7e, 0xe3, + 0xa, 0x40, 0xa3, 0x0, 0x39, 0x78, 0xfc, 0xcb, + 0xc0, 0x1d, 0x5c, 0x24, 0x13, 0x14, 0x4, 0x96, + 0x73, 0x83, 0x83, 0x0, 0x16, 0x68, 0xa, 0x18, + 0x30, 0x3, 0x69, 0x81, 0xb0, 0x84, 0x64, 0x63, + 0x61, 0xc3, 0x5, 0xcc, 0x10, 0x0, 0x1, 0x0, + 0x0, 0x0, + + /* U+7D99 "継" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x1, + 0xb3, 0x19, 0x22, 0x8, 0x29, 0x1b, 0x84, 0x9a, + 0x13, 0xb6, 0x91, 0xb3, 0x7a, 0x80, 0x48, 0xe2, + 0x1b, 0xac, 0xeb, 0x60, 0x94, 0xa1, 0xb0, 0xac, + 0x0, 0x5e, 0xbb, 0x6b, 0x2b, 0xc9, 0x0, 0x22, + 0x51, 0xbb, 0x49, 0x74, 0x9, 0x98, 0x3c, 0x61, + 0x90, 0x3, 0x6a, 0x46, 0xb0, 0x3, 0x0, 0x63, + 0x60, 0x1e, 0xbb, 0xbb, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7D9A "続" */ + 0x0, 0xa0, 0x0, 0x1a, 0x0, 0x0, 0x55, 0x17, + 0xab, 0xea, 0xa2, 0xa, 0x1a, 0x15, 0x6c, 0x54, + 0x6, 0xce, 0x21, 0x44, 0x44, 0x30, 0x4, 0x86, + 0x9b, 0xaa, 0xad, 0x12, 0xd7, 0xc9, 0x23, 0x13, + 0x91, 0x24, 0x15, 0x3, 0x93, 0x80, 0x0, 0x99, + 0x90, 0x67, 0x38, 0x0, 0x37, 0xa7, 0x2c, 0x23, + 0x84, 0x55, 0x35, 0xb, 0x50, 0x1c, 0xc3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7DD1 "緑" */ + 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xc, 0x10, + 0xaa, 0xaa, 0xd0, 0x6, 0x55, 0x43, 0x44, 0x4c, + 0x3, 0xc4, 0xd1, 0x46, 0x66, 0xc0, 0x47, 0xe7, + 0x2a, 0xaa, 0xae, 0x60, 0x77, 0x74, 0x31, 0xc1, + 0x22, 0x4f, 0xcc, 0x8a, 0x3c, 0x1b, 0x31, 0x21, + 0x43, 0x16, 0xed, 0x20, 0x28, 0xa8, 0x24, 0xbd, + 0x87, 0x4, 0x5a, 0x38, 0xa0, 0xc0, 0x88, 0x52, + 0x40, 0x0, 0xac, 0x0, 0x0, + + /* U+7DDA "線" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xc, 0x0, + 0x2, 0xb0, 0x0, 0x5, 0x64, 0xe, 0xaa, 0xae, + 0x1, 0xb2, 0xc0, 0xd6, 0x66, 0xd0, 0x6b, 0xf3, + 0xd, 0x33, 0x3d, 0x0, 0x58, 0xa0, 0xca, 0xca, + 0xc0, 0x3e, 0x9e, 0x10, 0xc, 0x5, 0x12, 0x53, + 0x75, 0xab, 0xdb, 0x90, 0x27, 0x9a, 0x8, 0x4c, + 0xb1, 0x5, 0x6a, 0x58, 0x80, 0xc2, 0xc2, 0x52, + 0x30, 0x30, 0xba, 0x2, 0x20, + + /* U+7DE8 "編" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xb, 0x0, + 0x0, 0xb0, 0x0, 0x7, 0x44, 0xaa, 0xaa, 0xae, + 0x2, 0xb5, 0x7a, 0x22, 0x22, 0xb0, 0x49, 0xc1, + 0xa7, 0x77, 0x77, 0x0, 0x73, 0x9b, 0x99, 0x99, + 0x93, 0x4e, 0xcd, 0xbb, 0x8, 0x74, 0x51, 0x20, + 0x6b, 0xb0, 0x87, 0x45, 0x28, 0x98, 0xbe, 0xad, + 0xdc, 0x56, 0x59, 0x88, 0xb0, 0x87, 0x45, 0x41, + 0x32, 0x3b, 0x1, 0x18, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7F6E "置" */ + 0x7, 0xb9, 0xe9, 0xbb, 0x9e, 0x0, 0x78, 0x5d, + 0x59, 0x95, 0xd0, 0x2, 0x55, 0x5d, 0x55, 0x55, + 0x0, 0xaa, 0xaa, 0xea, 0xaa, 0xa3, 0x0, 0x79, + 0x9c, 0x88, 0xa0, 0x0, 0xa, 0x87, 0x77, 0x7d, + 0x10, 0x0, 0xa7, 0x66, 0x66, 0xd1, 0x0, 0xa, + 0x87, 0x77, 0x7d, 0x10, 0x0, 0xa1, 0x0, 0x0, + 0xb1, 0x1, 0x9d, 0xa9, 0x99, 0x9e, 0xa5, + + /* U+7FA4 "群" */ + 0x0, 0x0, 0x0, 0x40, 0x3, 0x20, 0xae, 0xce, + 0x38, 0x50, 0xb1, 0x0, 0xa2, 0x93, 0x49, 0x2a, + 0x12, 0xbe, 0xbe, 0xaa, 0xae, 0xa7, 0x0, 0xc0, + 0xa3, 0x0, 0xc0, 0x0, 0xbd, 0xaa, 0x29, 0xcf, + 0xc5, 0x7, 0x85, 0x52, 0x0, 0xc0, 0x1, 0xe9, + 0x49, 0x8b, 0xbe, 0xba, 0x27, 0x60, 0x76, 0x0, + 0xc0, 0x0, 0x5d, 0xad, 0x50, 0xc, 0x0, 0x5, + 0x60, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8003 "考" */ + 0x0, 0x0, 0x66, 0x0, 0x14, 0x0, 0x2a, 0xac, + 0xca, 0x9a, 0x20, 0x0, 0x0, 0x66, 0x2b, 0x20, + 0x2, 0xbb, 0xbb, 0xfd, 0xbb, 0xb3, 0x0, 0x4, + 0xda, 0x33, 0x30, 0x1, 0x6b, 0xca, 0x55, 0x55, + 0x10, 0x36, 0xc, 0xb9, 0x99, 0x60, 0x0, 0x0, + 0x11, 0x11, 0x59, 0x0, 0x0, 0x0, 0x0, 0x7, + 0x60, 0x0, 0x0, 0x1, 0xcb, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8005 "者" */ + 0x0, 0x0, 0x56, 0x0, 0x7, 0x0, 0x2b, 0xbd, + 0xdb, 0xcb, 0x30, 0x0, 0x0, 0x56, 0x1b, 0x30, + 0x1, 0xbb, 0xbd, 0xde, 0xeb, 0xb6, 0x0, 0x3, + 0xaa, 0x10, 0x0, 0x0, 0x3b, 0xfd, 0xbb, 0xbc, + 0x30, 0x2b, 0x5d, 0x0, 0x0, 0x93, 0x0, 0x0, + 0xda, 0xaa, 0xad, 0x30, 0x0, 0xc, 0x0, 0x0, + 0x93, 0x0, 0x0, 0xdb, 0xbb, 0xbd, 0x30, + + /* U+80CC "背" */ + 0x0, 0x6, 0x60, 0xc0, 0x24, 0x0, 0x99, 0xc6, + 0xe, 0xa8, 0x30, 0x0, 0x39, 0x60, 0xd0, 0x4, + 0x23, 0xa7, 0x86, 0xb, 0xbb, 0xc1, 0x0, 0xaa, + 0xaa, 0xaa, 0xb0, 0x0, 0xc, 0x33, 0x33, 0x3d, + 0x0, 0x0, 0xc5, 0x55, 0x55, 0xd0, 0x0, 0xc, + 0x99, 0x99, 0x9d, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x5, 0xba, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+80FD "能" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x21, + 0xc, 0x0, 0x10, 0x9, 0x32, 0xb0, 0xd8, 0xa6, + 0x2, 0xdb, 0xac, 0x4d, 0x20, 0x11, 0x3, 0x33, + 0x40, 0xc0, 0x5, 0x70, 0xc7, 0x7e, 0x7, 0xbb, + 0xa1, 0xd, 0xaa, 0xe0, 0xb0, 0x5, 0x0, 0xc0, + 0xc, 0xd, 0x9c, 0x60, 0xd, 0xaa, 0xe0, 0xd2, + 0x0, 0x10, 0xc0, 0xc, 0xc, 0x0, 0x38, 0xc, + 0xb, 0xc0, 0x9b, 0xbb, 0x30, + + /* U+81EA "自" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0xcc, 0xcf, 0xcc, 0xc9, 0xc0, 0x0, 0x0, 0x1b, + 0xd1, 0x11, 0x11, 0x2b, 0xfb, 0xbb, 0xbb, 0xbb, + 0xc0, 0x0, 0x0, 0x1b, 0xfc, 0xcc, 0xcc, 0xcb, + 0xc0, 0x0, 0x0, 0x1b, 0xfb, 0xbb, 0xbb, 0xcb, + 0xd0, 0x0, 0x0, 0x1b, + + /* U+826F "良" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xf, 0xbb, 0xbb, 0xbf, 0x0, 0xd, + 0x0, 0x0, 0xc, 0x0, 0xf, 0xaa, 0xaa, 0xaf, + 0x0, 0xd, 0x0, 0x0, 0xc, 0x0, 0xf, 0xbd, + 0xdb, 0xbb, 0x0, 0xd, 0x1, 0xd1, 0x1b, 0x60, + 0xd, 0x0, 0x4c, 0xc3, 0x0, 0xd, 0x37, 0x54, + 0xc6, 0x10, 0x5d, 0x95, 0x0, 0x7, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+8272 "色" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x67, + 0x0, 0x0, 0x0, 0x0, 0x3d, 0xbb, 0xe7, 0x0, + 0x0, 0x4d, 0x20, 0x3b, 0x0, 0x0, 0x3d, 0xfc, + 0xcf, 0xcc, 0xe3, 0x0, 0xc, 0x0, 0xc0, 0x8, + 0x30, 0x0, 0xfb, 0xbf, 0xbb, 0xe3, 0x0, 0xc, + 0x0, 0x0, 0x8, 0x30, 0x0, 0xc0, 0x0, 0x0, + 0x4, 0x10, 0xd, 0x0, 0x0, 0x0, 0xa3, 0x0, + 0x9c, 0xbb, 0xbb, 0xca, 0x0, + + /* U+8535 "蔵" */ + 0x7b, 0xbf, 0xbb, 0xbe, 0xcb, 0x20, 0x0, 0x70, + 0x1, 0x48, 0x60, 0x9, 0x99, 0x99, 0xad, 0x9b, + 0x10, 0xc3, 0x33, 0x33, 0xc1, 0x20, 0xc, 0x97, + 0xc7, 0x2c, 0x48, 0x0, 0xc9, 0x8b, 0x92, 0xca, + 0x10, 0xb, 0x93, 0x37, 0x3a, 0x90, 0x2, 0x99, + 0x5b, 0x41, 0xc6, 0x0, 0x74, 0x79, 0xa9, 0xc6, + 0xb2, 0x58, 0x0, 0x0, 0x74, 0x6, 0xc2, + + /* U+884C "行" */ + 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x3c, 0x5, + 0xcc, 0xcc, 0xb0, 0x3d, 0x20, 0x0, 0x0, 0x0, + 0x2, 0x13, 0xb0, 0x0, 0x0, 0x0, 0x1, 0xd2, + 0xab, 0xbb, 0xbb, 0x21, 0xce, 0x0, 0x0, 0x49, + 0x0, 0x77, 0xc0, 0x0, 0x3, 0x90, 0x0, 0xc, + 0x0, 0x0, 0x39, 0x0, 0x0, 0xc0, 0x0, 0x3, + 0x90, 0x0, 0xc, 0x0, 0x0, 0x39, 0x0, 0x0, + 0xc0, 0x1, 0xcc, 0x50, 0x0, + + /* U+885D "衝" */ + 0x0, 0x61, 0x24, 0x64, 0x0, 0x0, 0x59, 0x47, + 0xc4, 0x1a, 0xb7, 0x3c, 0x26, 0xae, 0xaa, 0x0, + 0x0, 0x1c, 0x42, 0xb2, 0x20, 0x0, 0x6, 0xb6, + 0x9d, 0x8a, 0xbc, 0x93, 0xe9, 0x68, 0xd6, 0xa0, + 0xc0, 0x23, 0x96, 0x9d, 0x8a, 0xc, 0x0, 0x19, + 0x24, 0xc4, 0x30, 0xc0, 0x1, 0x92, 0x5c, 0x54, + 0xc, 0x0, 0x19, 0x7b, 0xec, 0xd0, 0xc0, 0x1, + 0x90, 0x0, 0x0, 0xba, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8868 "表" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8a, 0xaa, + 0xfa, 0xaa, 0x90, 0x1, 0x77, 0x7e, 0x77, 0x73, + 0x0, 0x2, 0x22, 0xd2, 0x22, 0x10, 0x2b, 0xbb, + 0xef, 0xcb, 0xbb, 0x20, 0x0, 0x98, 0x3a, 0x3, + 0x80, 0x17, 0xdb, 0x0, 0xb8, 0xa1, 0x2, 0x62, + 0xb0, 0x1, 0xd4, 0x0, 0x0, 0x3d, 0x9c, 0x41, + 0xbb, 0x20, 0x5, 0x83, 0x0, 0x0, 0x31, + + /* U+8870 "衰" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x22, 0x23, + 0xd3, 0x22, 0x20, 0x17, 0x77, 0x77, 0x77, 0x77, + 0x10, 0x7, 0xaa, 0xaa, 0xa8, 0x0, 0x14, 0xc5, + 0x33, 0x34, 0xd4, 0x11, 0x6d, 0x65, 0x55, 0x6d, + 0x62, 0x0, 0x9a, 0xcc, 0xba, 0x90, 0x0, 0x0, + 0x89, 0x2c, 0x7, 0x80, 0x28, 0xbd, 0x0, 0x7d, + 0x50, 0x2, 0x40, 0xd6, 0x95, 0x6c, 0x50, 0x0, + 0x1a, 0x51, 0x0, 0x17, 0x30, + + /* U+88C5 "装" */ + 0x4, 0xb, 0x0, 0x1b, 0x0, 0x0, 0x57, 0xb7, + 0xbc, 0xeb, 0xb5, 0x0, 0x2c, 0x0, 0x1b, 0x0, + 0x1, 0x9b, 0xc0, 0x13, 0xc1, 0x10, 0x13, 0xb, + 0x3b, 0xaa, 0xaa, 0x21, 0x99, 0xba, 0xfa, 0x99, + 0x96, 0x0, 0x17, 0xa5, 0xa0, 0x48, 0x1, 0x9b, + 0xd0, 0x7, 0xc8, 0x0, 0x1, 0x1d, 0x7a, 0x34, + 0xa7, 0x20, 0x4, 0x62, 0x0, 0x0, 0x33, + + /* U+88FD "製" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0xba, 0xe9, + 0x61, 0xa0, 0xb0, 0x39, 0x4c, 0x44, 0x1a, 0xb, + 0x2, 0x55, 0xd5, 0x51, 0xa0, 0xb0, 0xc, 0x8e, + 0x8b, 0x6, 0xb, 0x0, 0xa0, 0xb7, 0xa0, 0x38, + 0xb0, 0x1, 0x5, 0xd, 0x2, 0x52, 0x3, 0xaa, + 0xaf, 0xec, 0xaa, 0xb3, 0x3, 0x7c, 0x41, 0xc4, + 0xb4, 0x3, 0x86, 0x82, 0x53, 0xd6, 0x0, 0x0, + 0x7c, 0x84, 0x0, 0x7b, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8907 "複" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28, 0x0, + 0x86, 0x0, 0x0, 0x12, 0x92, 0x2e, 0xbb, 0xbb, + 0x43, 0x78, 0xdc, 0xc7, 0x77, 0x80, 0x0, 0x84, + 0xe, 0x88, 0x8c, 0x0, 0x3e, 0x93, 0xd3, 0x33, + 0xc0, 0x2c, 0xdb, 0x6, 0xe6, 0x65, 0x6, 0x2b, + 0x62, 0xac, 0x9b, 0x90, 0x0, 0xb0, 0xc8, 0xb3, + 0xc1, 0x0, 0xb, 0x1, 0x3b, 0xf8, 0x10, 0x0, + 0xb1, 0xc8, 0x20, 0x5b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8981 "要" */ + 0xb, 0xbb, 0xeb, 0xdc, 0xbb, 0x40, 0x0, 0xc, + 0x7, 0x50, 0x0, 0x6, 0xca, 0xea, 0xdc, 0xae, + 0x0, 0x65, 0xc, 0x7, 0x50, 0xc0, 0x5, 0xba, + 0xeb, 0xbb, 0xab, 0x0, 0x0, 0x1d, 0x20, 0x0, + 0x0, 0x1a, 0xae, 0xba, 0xad, 0xca, 0x60, 0x4, + 0xe2, 0x4, 0xb0, 0x0, 0x0, 0x15, 0xcf, 0xf8, + 0x20, 0x0, 0xab, 0xb8, 0x21, 0x5a, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+898B "見" */ + 0x0, 0xeb, 0xbb, 0xbb, 0xe0, 0x0, 0xc, 0x0, + 0x0, 0xc, 0x0, 0x0, 0xea, 0xaa, 0xaa, 0xe0, + 0x0, 0xc, 0x0, 0x0, 0xc, 0x0, 0x0, 0xea, + 0xaa, 0xaa, 0xe0, 0x0, 0xc, 0x11, 0x11, 0x1d, + 0x0, 0x0, 0x9d, 0xca, 0xfa, 0x90, 0x0, 0x0, + 0xb2, 0xd, 0x0, 0x1, 0x0, 0x7a, 0x0, 0xd0, + 0x4, 0x73, 0xc8, 0x0, 0x9, 0xcc, 0xc3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+898F "規" */ + 0x0, 0x92, 0xa, 0xcb, 0xbe, 0x11, 0x7c, 0x95, + 0xa1, 0x0, 0xb1, 0x5, 0xb7, 0x4a, 0xba, 0xae, + 0x10, 0x9, 0x20, 0xa5, 0x44, 0xc1, 0x4a, 0xeb, + 0xaa, 0x65, 0x5d, 0x10, 0xc, 0x30, 0xab, 0xaa, + 0xe1, 0x0, 0xcb, 0x0, 0xb2, 0xc1, 0x0, 0x38, + 0x4a, 0xc, 0xc, 0x0, 0xa, 0x20, 0x37, 0x70, + 0xc0, 0x63, 0x70, 0x9, 0x90, 0xb, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8996 "視" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0xc, 0x10, + 0xda, 0xaa, 0xe0, 0x26, 0x97, 0x2b, 0x0, 0xb, + 0x2, 0x66, 0xd2, 0xca, 0xaa, 0xe0, 0x0, 0x48, + 0xc, 0x44, 0x4c, 0x0, 0x3e, 0x70, 0xc4, 0x44, + 0xc0, 0x5b, 0xd8, 0x6d, 0xaa, 0xae, 0x2, 0xc, + 0x1, 0xd, 0xc, 0x0, 0x0, 0xc0, 0x3, 0xb0, + 0xc0, 0x10, 0xc, 0x0, 0xb4, 0xc, 0xa, 0x0, + 0xc0, 0xb5, 0x0, 0xbc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A00 "言" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x18, 0x88, 0x8b, 0xc8, 0x88, + 0x50, 0x22, 0x22, 0x22, 0x22, 0x21, 0x0, 0x6a, + 0xaa, 0xaa, 0xa0, 0x0, 0x3, 0x55, 0x55, 0x55, + 0x0, 0x0, 0x24, 0x44, 0x44, 0x40, 0x0, 0x7, + 0xbb, 0xbb, 0xbb, 0x10, 0x0, 0xa2, 0x0, 0x0, + 0xa2, 0x0, 0xa, 0x31, 0x11, 0x1b, 0x20, 0x0, + 0xaa, 0x99, 0x99, 0xd2, 0x0, + + /* U+8A08 "計" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x7, 0x50, + 0x0, 0xa2, 0x0, 0x8, 0x9a, 0x84, 0xa, 0x20, + 0x0, 0x23, 0x33, 0x0, 0xa2, 0x0, 0x5, 0x88, + 0x85, 0x9d, 0xb9, 0x40, 0x6a, 0xaa, 0x12, 0xb5, + 0x21, 0x0, 0x11, 0x10, 0xa, 0x20, 0x0, 0x7b, + 0xae, 0x0, 0xa2, 0x0, 0x7, 0x30, 0xb0, 0xa, + 0x20, 0x0, 0x7b, 0xae, 0x0, 0xa2, 0x0, 0x7, + 0x30, 0x0, 0xa, 0x20, 0x0, + + /* U+8A18 "記" */ + 0x0, 0x50, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x7c, 0xcc, 0xd0, 0x5a, 0xba, 0x90, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0xa, 0xaa, + 0x30, 0x0, 0xc, 0x1, 0x66, 0x63, 0x7d, 0xcc, + 0xd0, 0x3, 0x33, 0x27, 0x40, 0x4, 0x0, 0xda, + 0xc5, 0x74, 0x0, 0x0, 0xb, 0x5, 0x67, 0x40, + 0x3, 0x60, 0xea, 0xc6, 0x75, 0x0, 0x56, 0xb, + 0x0, 0x3, 0xcc, 0xcb, 0x10, + + /* U+8A2D "設" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x2e, 0xcf, 0x0, 0x17, 0x98, 0x63, 0x70, 0xc0, + 0x0, 0x33, 0x33, 0x74, 0xc, 0x0, 0x7, 0xaa, + 0x7c, 0x0, 0x7b, 0x30, 0x57, 0x75, 0x75, 0x55, + 0x40, 0x2, 0x22, 0x2b, 0x76, 0x99, 0x0, 0xba, + 0xc7, 0x2a, 0x1d, 0x20, 0xb, 0x3, 0x70, 0x7d, + 0x50, 0x0, 0xba, 0xc9, 0x8e, 0x9e, 0x81, 0xb, + 0x0, 0x6c, 0x20, 0x4d, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A3C "証" */ + 0x4, 0x20, 0x0, 0x0, 0x0, 0x0, 0x48, 0x5, + 0xcc, 0xfc, 0xc1, 0x8a, 0xca, 0x20, 0xc, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x2a, 0xa9, + 0xb, 0xc, 0x0, 0x2, 0x66, 0x50, 0xb0, 0xec, + 0xc0, 0x14, 0x44, 0xb, 0xc, 0x0, 0x3, 0xba, + 0xb0, 0xb0, 0xc0, 0x0, 0x37, 0xb, 0xb, 0xc, + 0x0, 0x3, 0xc8, 0xd7, 0xe8, 0xe8, 0x82, 0x38, + 0x11, 0x33, 0x33, 0x33, 0x10, + + /* U+8A72 "該" */ + 0x0, 0x10, 0x0, 0x1, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x93, 0x0, 0x16, 0x87, 0x5b, 0xcd, 0xdc, + 0x81, 0x44, 0x43, 0x5, 0x70, 0x0, 0x8, 0xaa, + 0x41, 0xc0, 0x65, 0x0, 0x57, 0x73, 0xbc, 0xca, + 0x0, 0x2, 0x22, 0x10, 0x4b, 0xa, 0x20, 0xca, + 0xc7, 0x97, 0x8, 0x60, 0xb, 0x4, 0x61, 0x2a, + 0xe1, 0x0, 0xca, 0xc8, 0x9f, 0x53, 0xd1, 0xb, + 0x0, 0x9b, 0x20, 0x5, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A73 "詳" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x48, 0x0, + 0xb2, 0x5, 0x90, 0x45, 0xa5, 0x15, 0x80, 0xa2, + 0x3, 0x55, 0x55, 0xbb, 0xfb, 0xb2, 0x2a, 0xa8, + 0x0, 0xc, 0x0, 0x2, 0x77, 0x60, 0xbb, 0xfb, + 0xa0, 0x2, 0x22, 0x0, 0xd, 0x0, 0x4, 0xca, + 0xd2, 0x44, 0xd4, 0x41, 0x46, 0xb, 0x36, 0x6e, + 0x66, 0x24, 0xca, 0xd0, 0x0, 0xc0, 0x0, 0x46, + 0x0, 0x0, 0xc, 0x0, 0x0, + + /* U+8A8D "認" */ + 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0x0, + 0xbc, 0xdb, 0xc0, 0x68, 0xa8, 0x27, 0x74, 0xc, + 0x1, 0x11, 0x16, 0x5a, 0x11, 0xb0, 0x3b, 0xb9, + 0x3, 0xa0, 0x39, 0x2, 0x77, 0x62, 0xc1, 0x6a, + 0x20, 0x2, 0x22, 0x1, 0x91, 0x0, 0x4, 0xca, + 0xd2, 0xc4, 0xa5, 0x50, 0x46, 0xb, 0x79, 0x11, + 0x3c, 0x4, 0xca, 0xd9, 0x92, 0xa, 0x71, 0x46, + 0x0, 0x6, 0xbb, 0xb0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A9E "語" */ + 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0xa, 0x30, + 0xbc, 0xeb, 0xb6, 0x27, 0x98, 0x60, 0x57, 0x0, + 0x1, 0x33, 0x33, 0x9e, 0xcb, 0xb0, 0x8, 0xaa, + 0x30, 0xa1, 0xb, 0x0, 0x67, 0x75, 0x9e, 0x99, + 0xe7, 0x2, 0x22, 0x13, 0x33, 0x33, 0x10, 0xca, + 0xc7, 0xba, 0x99, 0xe1, 0xb, 0x4, 0x7b, 0x0, + 0xa, 0x10, 0xca, 0xb7, 0xb9, 0x99, 0xd1, 0xb, + 0x0, 0xb, 0x22, 0x2b, 0x10, + + /* U+8AAC "説" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48, 0x0, + 0xb1, 0x9, 0x60, 0x45, 0xa5, 0x16, 0x51, 0xd0, + 0x3, 0x55, 0x55, 0xdb, 0xbb, 0xc0, 0x2a, 0xa8, + 0x46, 0x0, 0xc, 0x2, 0x77, 0x64, 0x82, 0x22, + 0xc0, 0x2, 0x22, 0x2b, 0xcd, 0xa7, 0x4, 0xca, + 0xd0, 0x64, 0xa1, 0x0, 0x46, 0xb, 0xb, 0x1a, + 0x11, 0x14, 0xca, 0xd6, 0xc0, 0xa2, 0x55, 0x46, + 0x1, 0xd2, 0x7, 0xcd, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8AAD "読" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0xd0, 0x0, 0x12, 0x91, 0x6b, 0xbf, 0xbb, + 0x55, 0x99, 0x91, 0x55, 0xe5, 0x50, 0x19, 0x97, + 0x4, 0x44, 0x44, 0x0, 0x55, 0x47, 0xba, 0xaa, + 0xc7, 0x17, 0x75, 0x73, 0x40, 0x44, 0x72, 0xda, + 0xd0, 0xb, 0xb, 0x0, 0x29, 0xb, 0x4, 0x90, + 0xb0, 0x32, 0xda, 0xd1, 0xd3, 0xc, 0x9, 0x29, + 0x0, 0xc6, 0x0, 0xcc, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8ABF "調" */ + 0x2, 0x20, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x4, + 0xdb, 0xbb, 0xe1, 0x35, 0xa5, 0x46, 0x6, 0x9, + 0x13, 0x55, 0x54, 0x69, 0xd8, 0x91, 0x1a, 0xa8, + 0x46, 0x9, 0x9, 0x11, 0x77, 0x54, 0x89, 0xa9, + 0x91, 0x2, 0x22, 0x55, 0x77, 0x59, 0x12, 0xda, + 0xc6, 0x4a, 0x29, 0x91, 0x27, 0xb, 0xa2, 0xc8, + 0xa9, 0x12, 0xda, 0xcc, 0x5, 0x0, 0x91, 0x27, + 0x5, 0x60, 0x0, 0x8c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8AD6 "論" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x39, 0x0, + 0x6, 0xb0, 0x0, 0x25, 0xa5, 0x4, 0xc8, 0x80, + 0x2, 0x55, 0x57, 0xe3, 0x2b, 0xb2, 0xa, 0xa8, + 0x96, 0x88, 0x86, 0x50, 0x77, 0x44, 0x88, 0x88, + 0x80, 0x2, 0x21, 0x84, 0xa6, 0x6b, 0x1, 0xda, + 0xb8, 0x7b, 0x88, 0xc0, 0x19, 0xa, 0x85, 0xb7, + 0x8c, 0x1, 0xda, 0xb8, 0x19, 0x44, 0xa0, 0x19, + 0x0, 0x81, 0x84, 0x7a, 0x0, + + /* U+8B58 "識" */ + 0x2, 0x80, 0x19, 0x17, 0x63, 0x1, 0x8b, 0x78, + 0x7b, 0x75, 0xb0, 0x2, 0x22, 0x54, 0x95, 0x63, + 0x0, 0x8a, 0x7b, 0xbb, 0xcd, 0xb4, 0x6, 0x74, + 0x69, 0x94, 0x84, 0x0, 0x22, 0x19, 0x9, 0x39, + 0xb0, 0xb, 0xa9, 0xa9, 0xd1, 0xe4, 0x0, 0x90, + 0x9a, 0x6c, 0x3e, 0x12, 0xc, 0xa9, 0xa1, 0x7c, + 0x96, 0x50, 0x90, 0x0, 0x8, 0x22, 0xe1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8B66 "警" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, + 0xe3, 0x80, 0x0, 0x5, 0xb5, 0x93, 0xca, 0xab, + 0x32, 0xe9, 0xa6, 0x94, 0xbb, 0x10, 0x9, 0x6b, + 0x74, 0x5b, 0xb7, 0x0, 0x21, 0x38, 0xa5, 0x0, + 0x53, 0x8, 0x88, 0x88, 0x88, 0x88, 0x10, 0x6, + 0x88, 0x88, 0x87, 0x0, 0x0, 0x57, 0x77, 0x77, + 0x60, 0x0, 0xc, 0x77, 0x77, 0x7e, 0x0, 0x0, + 0xc7, 0x77, 0x77, 0xe0, 0x0, + + /* U+8CBB "費" */ + 0x6, 0x88, 0xe8, 0xe8, 0xb6, 0x0, 0x28, 0x8e, + 0x8e, 0x8a, 0x60, 0x6, 0x74, 0xb3, 0xd3, 0x33, + 0x0, 0x38, 0xf8, 0x6d, 0x67, 0xd0, 0x1a, 0xea, + 0x77, 0xa7, 0xe6, 0x0, 0xe, 0x88, 0x88, 0x8e, + 0x0, 0x0, 0xd7, 0x77, 0x77, 0xe0, 0x0, 0xe, + 0x88, 0x88, 0x8e, 0x0, 0x3, 0x7a, 0x30, 0x3a, + 0x83, 0x1, 0x83, 0x0, 0x0, 0x2, 0x70, + + /* U+8CBC "貼" */ + 0xe, 0xaa, 0xc0, 0xc, 0x0, 0x0, 0xb0, 0xc, + 0x0, 0xc0, 0x0, 0xe, 0xaa, 0xc0, 0xe, 0xbb, + 0x60, 0xb0, 0xc, 0x0, 0xc0, 0x0, 0xe, 0xaa, + 0xc0, 0xc, 0x0, 0x0, 0xb0, 0xc, 0x8b, 0xba, + 0xe0, 0xe, 0xaa, 0xc8, 0x20, 0xc, 0x0, 0x64, + 0x53, 0x82, 0x0, 0xc0, 0x2e, 0x11, 0xb8, 0xba, + 0xae, 0x4, 0x60, 0x0, 0x83, 0x11, 0xc0, + + /* U+8D64 "赤" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x1c, 0xcc, + 0xfc, 0xcc, 0x20, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x1, 0xcc, 0xcc, 0xfc, 0xcc, 0xc3, 0x0, 0x1, + 0xc0, 0x85, 0x0, 0x0, 0x2b, 0x1b, 0x8, 0x5b, + 0x20, 0xa, 0x54, 0x90, 0x85, 0x2c, 0x4, 0xa0, + 0xa5, 0x8, 0x50, 0xa4, 0x0, 0x5c, 0x0, 0x85, + 0x1, 0x0, 0x1b, 0x10, 0xbd, 0x20, 0x0, + + /* U+8D77 "起" */ + 0x0, 0x83, 0x3, 0xbb, 0xbc, 0x4, 0xbe, 0xcb, + 0x0, 0x0, 0xc0, 0x0, 0x83, 0x0, 0x0, 0xc, + 0x7, 0xbd, 0xdb, 0x6b, 0xbb, 0xc0, 0x2, 0x56, + 0x3, 0x90, 0x0, 0x2, 0xa5, 0xa6, 0x49, 0x0, + 0x32, 0x3a, 0x59, 0x54, 0xa0, 0x8, 0x44, 0xf7, + 0x60, 0x9, 0xbb, 0xa0, 0x77, 0xe7, 0x0, 0x0, + 0x0, 0xb, 0x2, 0xac, 0xcc, 0xcc, 0xc5, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8DDD "距" */ + 0xe, 0xbb, 0xbb, 0xdc, 0xcc, 0x40, 0xb0, 0xb, + 0xb0, 0x0, 0x0, 0xb, 0x0, 0xbb, 0x10, 0x0, + 0x0, 0xbd, 0xd8, 0xbc, 0xbb, 0xb0, 0x1, 0x66, + 0xb, 0x0, 0xb, 0x0, 0xb6, 0xd8, 0xb0, 0x0, + 0xb0, 0xb, 0x67, 0xb, 0xcc, 0xc9, 0x0, 0xb6, + 0x73, 0xb0, 0x0, 0x0, 0x2e, 0xcb, 0x6b, 0x32, + 0x22, 0x13, 0x50, 0x0, 0x7a, 0xaa, 0xa5, + + /* U+8EF8 "軸" */ + 0x0, 0x83, 0x0, 0xb, 0x0, 0x4a, 0xdb, 0xa0, + 0xb, 0x0, 0x17, 0xc9, 0x68, 0xbe, 0xbd, 0x28, + 0x83, 0xa9, 0x1b, 0xb, 0x2c, 0xca, 0xc9, 0x1b, + 0xb, 0x28, 0x83, 0xa9, 0xbe, 0xae, 0x18, 0xca, + 0x79, 0x3c, 0x2c, 0x59, 0xca, 0x9b, 0x1b, 0xb, + 0x0, 0x83, 0x9, 0xbe, 0xbe, 0x0, 0x83, 0x9, + 0x10, 0xa, + + /* U+8F03 "較" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x20, + 0x0, 0xb1, 0x0, 0x29, 0xdb, 0x99, 0x9c, 0xa9, + 0x40, 0x9d, 0xa6, 0x9, 0x14, 0x40, 0x9, 0x81, + 0xa5, 0xa0, 0x1c, 0x10, 0xdc, 0xab, 0xc7, 0x4, + 0x77, 0xb, 0x94, 0xa0, 0x74, 0xc0, 0x0, 0x6c, + 0x84, 0x1, 0xd8, 0x0, 0x4b, 0xec, 0xa0, 0x1e, + 0x90, 0x0, 0x9, 0x20, 0x3c, 0x39, 0x90, 0x0, + 0x92, 0x1c, 0x20, 0x7, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F1D "輝" */ + 0x4, 0x92, 0x6e, 0xaa, 0xac, 0x50, 0x99, 0x48, + 0x70, 0xb0, 0x43, 0x9, 0x98, 0x38, 0xae, 0xaa, + 0x11, 0x7b, 0x85, 0x46, 0xd6, 0x60, 0x1a, 0xad, + 0x6a, 0x2c, 0x2b, 0x0, 0x73, 0xb0, 0xa8, 0xe8, + 0xd0, 0x8, 0x2b, 0x7, 0x7d, 0x79, 0x0, 0xa3, + 0xfa, 0xaa, 0xea, 0xa5, 0xc, 0x4, 0x0, 0xc, + 0x0, 0x2, 0x60, 0x0, 0x0, 0xb0, 0x0, + + /* U+8FBC "込" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb3, 0x0, + 0xa2, 0x0, 0x0, 0x1, 0xc0, 0x2, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0xd, 0x50, 0x0, 0x0, 0x0, + 0x2, 0xdb, 0x0, 0x5, 0xcd, 0x0, 0x76, 0x93, + 0x0, 0x0, 0xc0, 0xd, 0x3, 0xa0, 0x0, 0xc, + 0xb, 0x40, 0xa, 0x80, 0x1, 0xe4, 0x50, 0x0, + 0x8, 0x31, 0xc5, 0xa5, 0x21, 0x12, 0x32, 0x33, + 0x0, 0x59, 0xaa, 0x99, 0x30, + + /* U+8FFD "追" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x80, 0x0, + 0xb, 0x30, 0x0, 0x4, 0xb0, 0xca, 0xaa, 0xb9, + 0x0, 0x2, 0xc, 0x0, 0x2, 0x90, 0x25, 0x50, + 0xca, 0xaa, 0xb7, 0x3, 0x7d, 0xc, 0x0, 0x0, + 0x0, 0x0, 0xc0, 0xcb, 0xbb, 0xbe, 0x0, 0xc, + 0xc, 0x0, 0x0, 0xc0, 0x0, 0xc0, 0xca, 0xaa, + 0xae, 0x0, 0x8c, 0x70, 0x0, 0x0, 0x1, 0x49, + 0x4, 0xbb, 0xab, 0xce, 0xa0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9001 "送" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x91, 0x3, + 0x80, 0x9, 0x40, 0x3, 0xc0, 0xa, 0x2, 0xb0, + 0x0, 0x3, 0x1b, 0xbd, 0xdb, 0xb0, 0x26, 0x50, + 0x0, 0x85, 0x0, 0x1, 0x4c, 0x5b, 0xbe, 0xdb, + 0xb4, 0x0, 0xc0, 0x0, 0xcb, 0x0, 0x0, 0xc, + 0x0, 0x87, 0x4b, 0x0, 0x0, 0xd1, 0xb8, 0x0, + 0x4b, 0x1, 0xc9, 0x93, 0x0, 0x0, 0x0, 0x75, + 0x4, 0xcc, 0xcc, 0xde, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+901A "通" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa1, 0xa, + 0xaa, 0xae, 0x90, 0x4, 0xc0, 0x9, 0x8b, 0x60, + 0x0, 0x3, 0x8, 0x8c, 0xfa, 0x80, 0x1, 0x10, + 0xc1, 0xa3, 0x1c, 0x5, 0xad, 0xe, 0x9d, 0xa9, + 0xe0, 0x0, 0xc0, 0xc0, 0x92, 0xc, 0x0, 0xc, + 0xe, 0x9d, 0xa9, 0xe0, 0x0, 0xd0, 0xc0, 0x93, + 0x9d, 0x0, 0xb8, 0xa1, 0x0, 0x1, 0x0, 0x56, + 0x3, 0xbb, 0xaa, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+901F "速" */ + 0x6, 0x0, 0x0, 0xc1, 0x0, 0x0, 0x5a, 0x49, + 0x9e, 0x99, 0x93, 0x0, 0x20, 0xaa, 0xea, 0xa9, + 0x3, 0x87, 0xb, 0xc, 0x0, 0xc0, 0x13, 0xd0, + 0xe9, 0xea, 0x9d, 0x0, 0xc, 0x0, 0x7f, 0xc2, + 0x0, 0x0, 0xc0, 0x4a, 0xc3, 0xc3, 0x0, 0xc, + 0x5b, 0xc, 0x1, 0xb0, 0x8, 0xd9, 0x10, 0x70, + 0x0, 0x4, 0x80, 0x4b, 0xbb, 0xbb, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9045 "遅" */ + 0x8, 0x11, 0xd9, 0x99, 0x9e, 0x0, 0x3c, 0x2c, + 0x66, 0x66, 0xe0, 0x0, 0x1, 0xb6, 0x83, 0xa4, + 0x3, 0x97, 0x1b, 0x9e, 0x9d, 0x90, 0x2, 0xc2, + 0x82, 0x2d, 0x22, 0x0, 0xc, 0x56, 0x78, 0xe8, + 0x60, 0x0, 0xca, 0x59, 0x9e, 0x99, 0x30, 0xd, + 0x80, 0x0, 0xc0, 0x0, 0xb, 0x69, 0x10, 0x2, + 0x0, 0x5, 0x60, 0x2a, 0xbb, 0xbc, 0xe6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+904E "過" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa4, 0x1, + 0xda, 0xad, 0x20, 0x1, 0xd1, 0x1a, 0x0, 0x72, + 0x0, 0x2, 0x1, 0xc8, 0x87, 0x20, 0x25, 0x40, + 0x5b, 0x5a, 0xa6, 0x2, 0x6c, 0xd, 0x55, 0x55, + 0xd0, 0x0, 0xc0, 0xb4, 0xba, 0x6b, 0x0, 0xc, + 0xb, 0x49, 0x86, 0xb0, 0x0, 0xc0, 0xb3, 0x41, + 0x6c, 0x0, 0xa6, 0x81, 0x0, 0x0, 0x1, 0x74, + 0x4, 0xbc, 0xbc, 0xde, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9069 "適" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x70, 0x0, + 0xa, 0x20, 0x0, 0x7, 0xa5, 0x9d, 0x99, 0xe9, + 0x40, 0x4, 0x15, 0xd5, 0x8b, 0x50, 0x0, 0x3, + 0xa4, 0x97, 0x4c, 0x4, 0xcb, 0x39, 0x7b, 0x96, + 0xb0, 0x0, 0xc3, 0x87, 0x99, 0x4b, 0x0, 0xc, + 0x38, 0x98, 0xa5, 0xb0, 0x1, 0xd3, 0x84, 0x0, + 0x8d, 0x1, 0xc6, 0xb5, 0x10, 0x2, 0x32, 0x24, + 0x1, 0x7a, 0xbb, 0xaa, 0x40, + + /* U+9078 "選" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc1, 0x6a, + 0xa7, 0xc8, 0xd0, 0x4, 0xc7, 0xaa, 0x7c, 0x8d, + 0x0, 0x2, 0x65, 0x25, 0xb2, 0x43, 0x0, 0x1, + 0x7b, 0x36, 0xa7, 0x13, 0xac, 0x3a, 0xea, 0xcc, + 0x90, 0x0, 0xc0, 0xb, 0x4, 0x60, 0x0, 0xc, + 0x7a, 0xda, 0xbb, 0xa3, 0x0, 0xc0, 0x78, 0x3, + 0xa4, 0x0, 0x8b, 0xa5, 0x0, 0x0, 0x50, 0x49, + 0x3, 0xab, 0xbb, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+90E8 "部" */ + 0x0, 0x33, 0x0, 0x0, 0x0, 0x0, 0x3, 0xa0, + 0x5, 0xdb, 0xe0, 0x3c, 0xcd, 0xca, 0x56, 0x2c, + 0x0, 0x74, 0xa, 0x25, 0x67, 0x50, 0x1, 0x91, + 0xb0, 0x56, 0xc0, 0x7, 0xbb, 0xcc, 0xb6, 0x6a, + 0x20, 0x0, 0x0, 0x0, 0x56, 0x1b, 0x0, 0xeb, + 0xbc, 0x95, 0x60, 0xc0, 0xc, 0x0, 0x39, 0x57, + 0x8b, 0x0, 0xeb, 0xbc, 0x95, 0x61, 0x0, 0xc, + 0x0, 0x38, 0x56, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+91CF "量" */ + 0x0, 0xc7, 0x77, 0x77, 0xc3, 0x0, 0xc, 0x77, + 0x77, 0x7c, 0x30, 0x0, 0xa7, 0x77, 0x77, 0xa3, + 0x1, 0x99, 0x99, 0x99, 0x99, 0x96, 0x0, 0x97, + 0x79, 0x87, 0x85, 0x0, 0xd, 0x77, 0xd8, 0x79, + 0x80, 0x0, 0xd4, 0x4c, 0x64, 0x78, 0x0, 0x4, + 0x44, 0xc6, 0x44, 0x30, 0x2, 0x88, 0x8d, 0x88, + 0x86, 0x2, 0xaa, 0xaa, 0xea, 0xaa, 0xa6, + + /* U+9332 "録" */ + 0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0xc, 0x80, + 0xaa, 0xaa, 0xc0, 0x9, 0x56, 0x83, 0x44, 0x4c, + 0x3, 0xda, 0xa5, 0x46, 0x66, 0xc0, 0x0, 0x84, + 0x29, 0x99, 0x9e, 0x51, 0xbd, 0xc8, 0x41, 0xc1, + 0x32, 0x2, 0x73, 0x3a, 0x3b, 0x2b, 0x20, 0x97, + 0x65, 0x6, 0xdd, 0x10, 0x9, 0x78, 0x14, 0xbd, + 0x76, 0x0, 0x4b, 0xcb, 0x90, 0xb0, 0x87, 0x18, + 0x40, 0x0, 0x9c, 0x0, 0x0, + + /* U+9577 "長" */ + 0x0, 0x4d, 0xaa, 0xaa, 0xa3, 0x0, 0x4, 0x70, + 0x0, 0x0, 0x0, 0x0, 0x4d, 0xaa, 0xaa, 0xa0, + 0x0, 0x4, 0xb7, 0x77, 0x77, 0x0, 0x0, 0x49, + 0x22, 0x22, 0x20, 0x1, 0xbd, 0xdb, 0xeb, 0xbb, + 0xc7, 0x0, 0x65, 0x8, 0x50, 0x88, 0x0, 0x6, + 0x50, 0xb, 0xc3, 0x0, 0x0, 0x88, 0x8b, 0x29, + 0xb5, 0x10, 0x9, 0x73, 0x0, 0x2, 0x87, + + /* U+958B "開" */ + 0xe9, 0x9e, 0xe, 0x99, 0xec, 0x0, 0xb0, 0xc0, + 0xc, 0xe9, 0x9e, 0xe, 0x99, 0xee, 0x88, 0xc0, + 0xc8, 0x8e, 0xc1, 0x99, 0x99, 0x91, 0xcc, 0x1, + 0xb1, 0xb1, 0xc, 0xc4, 0xbe, 0xbe, 0xb4, 0xcc, + 0x2, 0x90, 0xb0, 0xc, 0xc0, 0x84, 0xb, 0x0, + 0xdc, 0x18, 0x0, 0xb2, 0xcb, + + /* U+9593 "間" */ + 0xea, 0xae, 0xe, 0xaa, 0xfe, 0x55, 0xe0, 0xd5, + 0x5e, 0xe4, 0x4e, 0xd, 0x44, 0xee, 0x99, 0xe0, + 0xe9, 0x9e, 0xd0, 0x23, 0x33, 0x10, 0xdd, 0xb, + 0x66, 0x88, 0xd, 0xd0, 0xb9, 0x9b, 0x80, 0xdd, + 0xb, 0x0, 0x38, 0xd, 0xd0, 0xba, 0xab, 0x70, + 0xdd, 0x4, 0x0, 0x5, 0xcb, + + /* U+9664 "除" */ + 0x0, 0x0, 0x0, 0x50, 0x0, 0xeb, 0xe0, 0x7, + 0xd1, 0x0, 0xb2, 0xa0, 0x49, 0x2c, 0x10, 0xb8, + 0x37, 0xa0, 0x3, 0xd4, 0xbb, 0x15, 0xab, 0xdb, + 0x62, 0xb1, 0xa0, 0x1, 0xb0, 0x0, 0xb0, 0xc8, + 0xab, 0xea, 0xa4, 0xbb, 0xa0, 0x61, 0xb5, 0x20, + 0xb0, 0x5, 0x71, 0xb2, 0xc0, 0xb0, 0xc, 0x1, + 0xb0, 0x75, 0xb0, 0x1, 0x5c, 0x80, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+96C6 "集" */ + 0x0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x5, 0x90, + 0x84, 0x0, 0x0, 0x2, 0xea, 0xad, 0xba, 0xa7, + 0x2, 0xce, 0x88, 0xca, 0x88, 0x20, 0x0, 0xd8, + 0x8c, 0xa8, 0x82, 0x0, 0xc, 0x0, 0x84, 0x0, + 0x0, 0x0, 0xdc, 0xcd, 0xcc, 0xcc, 0x1, 0xab, + 0xaa, 0xea, 0xaa, 0xa6, 0x0, 0x5, 0xbd, 0xa7, + 0x0, 0x0, 0x4b, 0xa0, 0xc0, 0x7d, 0x71, 0x2a, + 0x30, 0xc, 0x0, 0x18, 0x50, + + /* U+96E2 "離" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x1, 0x88, 0x0, 0x19, 0x99, 0xa8, 0x64, 0x81, + 0x0, 0xa4, 0x87, 0x7d, 0xbd, 0xb4, 0xa, 0x57, + 0x8a, 0xe1, 0xb0, 0x0, 0x89, 0xca, 0x59, 0xbe, + 0xb3, 0x7, 0x7d, 0x76, 0x91, 0xb0, 0x0, 0xb7, + 0x74, 0xa9, 0xbe, 0xb2, 0xa, 0xd8, 0x8a, 0x91, + 0xb0, 0x0, 0xa1, 0x2, 0xa9, 0xbe, 0xa5, 0xa, + 0x0, 0x87, 0x92, 0x0, 0x0, + + /* U+96FB "電" */ + 0x3a, 0xaa, 0xea, 0xaa, 0x40, 0x88, 0x88, 0xe8, + 0x88, 0x80, 0xc3, 0x33, 0xd3, 0x33, 0xc0, 0x87, + 0xa6, 0xc5, 0xa8, 0x80, 0x2, 0x32, 0x51, 0x33, + 0x0, 0xd, 0x99, 0xd9, 0x9d, 0x20, 0xd, 0x77, + 0xe7, 0x7d, 0x20, 0xd, 0x88, 0xe8, 0x8d, 0x31, + 0xa, 0x11, 0xc1, 0x11, 0x56, 0x0, 0x0, 0x9b, + 0xaa, 0xc1, + + /* U+9752 "青" */ + 0x4, 0xaa, 0xae, 0xaa, 0xa9, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0x0, 0x99, 0x9e, 0xa9, 0x94, + 0x0, 0x88, 0x88, 0xc9, 0x88, 0x84, 0x0, 0x48, + 0x88, 0x88, 0x80, 0x0, 0x8, 0x52, 0x22, 0x2c, + 0x10, 0x0, 0x8a, 0x88, 0x88, 0xe1, 0x0, 0x8, + 0xb9, 0x99, 0x9e, 0x10, 0x0, 0x83, 0x0, 0x0, + 0xb1, 0x0, 0x8, 0x30, 0x3, 0xac, 0x0, + + /* U+975E "非" */ + 0x0, 0x0, 0xd0, 0xb1, 0x0, 0x0, 0xbb, 0xbd, + 0xb, 0xcb, 0xb2, 0x0, 0x0, 0xd0, 0xb1, 0x0, + 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, 0xa, 0xcc, + 0xd0, 0xbc, 0xcc, 0x0, 0x0, 0xd, 0xb, 0x10, + 0x0, 0x3c, 0xcc, 0xd0, 0xbc, 0xcc, 0x40, 0x0, + 0xd, 0xb, 0x10, 0x0, 0x0, 0x0, 0xd0, 0xb1, + 0x0, 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, + + /* U+9762 "面" */ + 0x1c, 0xcc, 0xcf, 0xcc, 0xcc, 0x70, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0x0, 0x11, 0x3b, 0x11, 0x11, + 0x0, 0x9b, 0xbd, 0xab, 0xda, 0xe0, 0x9, 0x23, + 0xc8, 0xa8, 0xc, 0x0, 0x92, 0x38, 0x14, 0x80, + 0xc0, 0x9, 0x23, 0xda, 0xb8, 0xc, 0x0, 0x92, + 0x38, 0x3, 0x80, 0xc0, 0x9, 0xcc, 0xdb, 0xce, + 0xbf, 0x0, 0x93, 0x0, 0x0, 0x0, 0xc0, + + /* U+97F3 "音" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x6, 0xbd, 0xbb, 0xbc, 0xcb, + 0x0, 0x0, 0xc1, 0x0, 0x95, 0x0, 0x18, 0x8c, + 0xb8, 0x8f, 0x88, 0x50, 0x22, 0x22, 0x22, 0x22, + 0x21, 0x0, 0x9b, 0xbb, 0xbb, 0xd2, 0x0, 0xa, + 0x20, 0x0, 0xa, 0x20, 0x0, 0xab, 0xaa, 0xaa, + 0xe2, 0x0, 0xa, 0x30, 0x0, 0xa, 0x20, 0x0, + 0xab, 0xaa, 0xaa, 0xe2, 0x0, + + /* U+9806 "順" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0, 0xa, + 0x8b, 0xec, 0xb3, 0xa, 0x72, 0xa1, 0x3d, 0x33, + 0x0, 0xa7, 0x2a, 0x79, 0x77, 0xe0, 0xa, 0x72, + 0xa7, 0x96, 0x6d, 0x0, 0xa7, 0x2a, 0x76, 0x22, + 0xd0, 0xa, 0x72, 0xa7, 0xb9, 0x9e, 0x0, 0x97, + 0x2a, 0x74, 0x0, 0xc0, 0x37, 0x72, 0xa5, 0xba, + 0xab, 0x7, 0x32, 0xa, 0x3b, 0x16, 0x80, 0x40, + 0x0, 0x48, 0x10, 0x5, 0x30, + + /* U+984C "題" */ + 0x0, 0x11, 0x10, 0x0, 0x0, 0x0, 0x99, 0x8c, + 0x49, 0xcb, 0x94, 0x9, 0x43, 0xb0, 0x8, 0x10, + 0x0, 0x97, 0x7c, 0xd, 0x99, 0xe0, 0x6, 0x87, + 0x80, 0xd7, 0x7e, 0x2, 0xaa, 0xaa, 0x7d, 0x99, + 0xe0, 0x2, 0x37, 0x0, 0xb0, 0xc, 0x0, 0x94, + 0xc9, 0x2a, 0xaa, 0xa0, 0xa, 0x87, 0x1, 0xb3, + 0x4a, 0x0, 0xba, 0x90, 0xa4, 0x0, 0x55, 0x37, + 0x7, 0xbb, 0xba, 0xab, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+98DB "飛" */ + 0x8, 0xbb, 0xbb, 0xbe, 0x2a, 0x0, 0x3, 0xa6, + 0x80, 0xae, 0x50, 0x1b, 0xe3, 0x39, 0x6, 0x88, + 0x10, 0xc, 0x2, 0x90, 0xc, 0x66, 0x5b, 0xfb, + 0xce, 0xbb, 0x27, 0x10, 0xc, 0x2, 0x90, 0xa4, + 0xb0, 0x0, 0xc0, 0x29, 0x9, 0xf6, 0x0, 0x49, + 0x2, 0x90, 0x67, 0x72, 0xc, 0x20, 0x29, 0x1, + 0xc0, 0x65, 0x80, 0x2, 0x90, 0x5, 0xc5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9AD8 "高" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, + 0xb0, 0x0, 0x0, 0x5a, 0xaa, 0xaa, 0xaa, 0xaa, + 0x0, 0xa, 0x99, 0x99, 0xa6, 0x0, 0x0, 0xc0, + 0x0, 0x4, 0x80, 0x0, 0x8, 0x99, 0x99, 0x95, + 0x0, 0x1c, 0xaa, 0xaa, 0xaa, 0xa9, 0x1, 0xa0, + 0x99, 0x99, 0x51, 0xb0, 0x1a, 0x1a, 0x0, 0x28, + 0x1b, 0x1, 0xa1, 0xd9, 0x99, 0x51, 0xb0, 0x1a, + 0x2, 0x0, 0x2, 0xa8, 0x0, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 39, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 57, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8, .adv_w = 84, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 18, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 42, .adv_w = 98, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 75, .adv_w = 162, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 115, .adv_w = 120, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 147, .adv_w = 49, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 153, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 171, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 189, .adv_w = 82, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 199, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 217, .adv_w = 49, .box_w = 3, .box_h = 5, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 225, .adv_w = 61, .box_w = 4, .box_h = 1, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 227, .adv_w = 49, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 230, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 258, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 282, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 306, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 330, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 354, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 378, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 402, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 426, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 450, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 474, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 498, .adv_w = 49, .box_w = 3, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 507, .adv_w = 49, .box_w = 3, .box_h = 9, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 521, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 539, .adv_w = 98, .box_w = 6, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 548, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 566, .adv_w = 83, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 586, .adv_w = 166, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 636, .adv_w = 107, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 664, .adv_w = 116, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 688, .adv_w = 112, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 716, .adv_w = 121, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 740, .adv_w = 103, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 760, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 780, .adv_w = 121, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 808, .adv_w = 128, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 832, .adv_w = 52, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 840, .adv_w = 94, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 860, .adv_w = 114, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 888, .adv_w = 95, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 908, .adv_w = 143, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 936, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 960, .adv_w = 131, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 992, .adv_w = 111, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1016, .adv_w = 131, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1056, .adv_w = 112, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1080, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1108, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1136, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1160, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1188, .adv_w = 155, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1228, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1256, .adv_w = 93, .box_w = 7, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 1284, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1312, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1329, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1357, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1374, .adv_w = 98, .box_w = 6, .box_h = 5, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1389, .adv_w = 98, .box_w = 6, .box_h = 1, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1392, .adv_w = 107, .box_w = 4, .box_h = 4, .ofs_x = 1, .ofs_y = 6}, + {.bitmap_index = 1400, .adv_w = 99, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1418, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1442, .adv_w = 90, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1460, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1484, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1502, .adv_w = 57, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1520, .adv_w = 99, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1548, .adv_w = 107, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1568, .adv_w = 48, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1580, .adv_w = 48, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1600, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1620, .adv_w = 50, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1628, .adv_w = 163, .box_w = 9, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1655, .adv_w = 108, .box_w = 5, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1670, .adv_w = 107, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1691, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 1715, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1739, .adv_w = 68, .box_w = 4, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1751, .adv_w = 82, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1766, .adv_w = 66, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1782, .adv_w = 107, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1800, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1818, .adv_w = 141, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1845, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1863, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1887, .adv_w = 83, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1902, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1924, .adv_w = 47, .box_w = 1, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1930, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1952, .adv_w = 98, .box_w = 6, .box_h = 2, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1958, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2003, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2053, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2098, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2143, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2198, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2248, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2289, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2330, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2380, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2419, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2460, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2504, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2545, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2586, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2627, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2668, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2700, .adv_w = 65, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 2708, .adv_w = 176, .box_w = 3, .box_h = 3, .ofs_x = 4, .ofs_y = 3}, + {.bitmap_index = 2713, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2758, .adv_w = 176, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2766, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2816, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2857, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2902, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2952, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3007, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3068, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3113, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3168, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3203, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3253, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3294, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3339, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 3389, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3439, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3500, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3550, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3595, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3640, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3695, .adv_w = 176, .box_w = 9, .box_h = 7, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3727, .adv_w = 176, .box_w = 10, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3762, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3807, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3857, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 3892, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3947, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3992, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4037, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4087, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4131, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4175, .adv_w = 176, .box_w = 8, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 4215, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4270, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4320, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4370, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4420, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4465, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 4504, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4549, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4610, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4671, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4716, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4766, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4802, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4847, .adv_w = 176, .box_w = 8, .box_h = 8, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4879, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4924, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 4969, .adv_w = 176, .box_w = 9, .box_h = 7, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5001, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5045, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 5086, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5136, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5181, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5242, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5287, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5348, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5393, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5454, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5509, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5564, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 5600, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5655, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5710, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5760, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5810, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5851, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5912, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5957, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6018, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6063, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6118, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6168, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6229, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6284, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6320, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6365, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6415, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6476, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 3, .ofs_y = 0}, + {.bitmap_index = 6508, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 3, .ofs_y = -1}, + {.bitmap_index = 6543, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6593, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 6629, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6684, .adv_w = 176, .box_w = 8, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6724, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6768, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6829, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6884, .adv_w = 176, .box_w = 8, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 6924, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 6974, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 7019, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7060, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7115, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7165, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7209, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7259, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7303, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7358, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7419, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7469, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7514, .adv_w = 176, .box_w = 8, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7554, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7609, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7654, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7695, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7731, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7786, .adv_w = 176, .box_w = 9, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 7813, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7857, .adv_w = 176, .box_w = 7, .box_h = 8, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 7885, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7926, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7971, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 8006, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8061, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 8106, .adv_w = 176, .box_w = 9, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8142, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8183, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8233, .adv_w = 176, .box_w = 9, .box_h = 2, .ofs_x = 1, .ofs_y = 3}, + {.bitmap_index = 8242, .adv_w = 176, .box_w = 11, .box_h = 1, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 8248, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8303, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8358, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8413, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8468, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8513, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8574, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8619, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8674, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8740, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8806, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8867, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8928, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8994, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9049, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9110, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9171, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9237, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9298, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9359, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9420, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9481, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9542, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9603, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9664, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9730, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9791, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9857, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9912, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9973, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10028, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10083, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10144, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10189, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10234, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10289, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10334, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10395, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10456, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10511, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10566, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10621, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10687, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10748, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10803, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10864, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10919, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10985, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11051, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11112, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11173, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11228, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11289, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11350, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11411, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11472, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 11517, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11572, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 11622, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11677, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11738, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11793, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11848, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 11893, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11948, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 11993, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 12038, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 12083, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12144, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12205, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12271, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12326, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12387, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12448, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12509, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12564, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12625, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12680, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12735, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12790, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12845, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12906, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12967, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13033, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13099, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13165, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13226, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13287, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13348, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13403, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13464, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13519, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13580, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 13630, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13685, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13746, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13812, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13878, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13933, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13994, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14055, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14121, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 14166, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14232, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14293, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14354, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14415, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14476, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14542, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14597, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14663, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14718, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14773, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14834, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14895, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14956, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15017, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15078, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15133, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15194, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15249, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15310, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15376, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15437, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15492, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15547, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15608, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15669, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15730, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15785, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15840, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15906, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15967, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16033, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16094, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 16129, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 16179, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 16229, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16284, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16345, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16400, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16455, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16516, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16577, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16632, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16687, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16742, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16803, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16858, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16924, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16990, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17051, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17117, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17172, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17227, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17288, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17343, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17398, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17459, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17525, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17591, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17657, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17712, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17767, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17822, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17877, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17943, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18009, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18070, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18131, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18192, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18247, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18308, .adv_w = 176, .box_w = 12, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18368, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18429, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18495, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18550, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18605, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18660, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 18705, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18766, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18827, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18888, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18949, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19004, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19059, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19120, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19186, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 19241, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19302, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19363, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19429, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19490, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19556, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19617, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19678, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19744, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19799, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19854, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19915, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19976, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20042, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20108, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20174, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20235, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20296, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20357, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20423, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20478, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20544, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20605, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20660, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20721, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20782, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 20826, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 20886, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20947, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21002, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21063, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21129, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21184, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21245, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21300, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21366, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21432, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21493, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21554, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21615, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21681, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21742, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21803, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21864, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21930, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21991, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22057, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22118, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22184, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22245, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22311, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22377, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22443, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22504, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22565, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22626, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22681, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22736, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22791, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22852, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22907, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22957, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23023, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23078, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23139, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23205, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23271, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23337, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23398, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23459, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23525, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23586, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23652, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23718, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23773, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23834, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23889, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 23934, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 23979, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 24039, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24100, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24161, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24211, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24266, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24321, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24376, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24437, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24498, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24564, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24625, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24686, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24752, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 24802, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24857, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 24907, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 24939, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25011, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25077, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25142, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 25214, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 25273, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25339, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25369, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25414, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25492, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 25542, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25590, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 25634, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25694, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25744, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25794, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 25838, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 25893, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25928, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25963, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26013, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 26028, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 26087, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26171, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 26255, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26316, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 26346, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 26376, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26446, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 26496, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26562, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 26634, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26684, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26744, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26794, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26844, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 26894, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 26942, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27002, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27062, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27121, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 27199, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27253, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27330, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27386, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27442, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27498, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27554, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27610, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27680, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27740, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27800, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 27872, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 27935, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27989, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_3[] = { + 0x0, 0x1f72, 0x21b5, 0x2f51, 0x2f92, 0x2f94, 0x2f98, 0x2f9a, + 0x2f9b, 0x2f9c, 0x2f9d, 0x2f9e, 0x2f9f, 0x2fa1, 0x2fa3, 0x2fa5, + 0x2fa7, 0x2fa9, 0x2faa, 0x2fab, 0x2fad, 0x2faf, 0x2fb0, 0x2fb3, + 0x2fb4, 0x2fb6, 0x2fb7, 0x2fb8, 0x2fba, 0x2fbb, 0x2fbe, 0x2fbf, + 0x2fc8, 0x2fc9, 0x2fce, 0x2fcf, 0x2fd0, 0x2fd1, 0x2fd2, 0x2fd9, + 0x2fda, 0x2fdb, 0x2fdc, 0x2fdf, 0x2fe2, 0x2fe3 +}; + +static const uint8_t glyph_id_ofs_list_4[] = { + 0, 1, 2, 3, 0, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, + 15, 16, 17, 0, 18, 19, 20, 21, + 22, 23, 24, 25, 26, 27, 28, 29, + 30, 0, 31, 32, 0, 33, 34, 35, + 36, 37, 38 +}; + +static const uint16_t unicode_list_6[] = { + 0x0, 0x4, 0xd, 0x1d11, 0x1d1b, 0x1d1c, 0x1d1e, 0x1d32, + 0x1d3e, 0x1d68, 0x1d97, 0x1de7, 0x1de9, 0x1e07, 0x1e0c, 0x1e5e, + 0x1e5f, 0x1e64, 0x1e6d, 0x1e90, 0x1eee, 0x1ef2, 0x1eff, 0x1f1e, + 0x1f35, 0x1f60, 0x1f6d, 0x1faa, 0x1fe0, 0x2054, 0x2056, 0x2076, + 0x2079, 0x207d, 0x2082, 0x2088, 0x2096, 0x2097, 0x209e, 0x210b, + 0x2117, 0x212e, 0x2136, 0x213a, 0x215b, 0x215e, 0x2183, 0x21ac, + 0x21b0, 0x21b1, 0x21ca, 0x21e6, 0x2227, 0x2269, 0x22cc, 0x22e8, + 0x2304, 0x2308, 0x2319, 0x231d, 0x231e, 0x2322, 0x2337, 0x233c, + 0x235b, 0x2379, 0x2460, 0x2579, 0x25ef, 0x2603, 0x260b, 0x2638, + 0x2639, 0x2658, 0x26dc, 0x2742, 0x2768, 0x27a8, 0x2801, 0x281a, + 0x2827, 0x282b, 0x2838, 0x283f, 0x2842, 0x2879, 0x2a69, 0x2a9d, + 0x2aab, 0x2ab0, 0x2aca, 0x2b0f, 0x2b20, 0x2b22, 0x2cf7, 0x2cff, + 0x2d49, 0x2d84, 0x2db7, 0x2db8, 0x2e07, 0x2e20, 0x2e42, 0x2e46, + 0x2e48, 0x2e64, 0x2e73, 0x2e82, 0x2e96, 0x2e9d, 0x2eba, 0x2ebf, + 0x2ed6, 0x2eed, 0x2fd6, 0x3004, 0x3020, 0x305c, 0x3121, 0x315c, + 0x31af, 0x31cd, 0x31e3, 0x31f2, 0x3212, 0x3250, 0x32b6, 0x32b9, + 0x32d4, 0x32ec, 0x33de, 0x3468, 0x3481, 0x3485, 0x3498, 0x34c1, + 0x34ca, 0x34f3, 0x34f6, 0x351f, 0x3553, 0x3580, 0x3605, 0x3609, + 0x3611, 0x361a, 0x3630, 0x363b, 0x363c, 0x363d, 0x3672, 0x36b1, + 0x374d, 0x382d, 0x3886, 0x3893, 0x38dc, 0x392a, 0x3970, 0x3a73, + 0x3a74, 0x3a9c, 0x3adf, 0x3ae5, 0x3b28, 0x3b71, 0x3be6, 0x3bf3, + 0x3c99, 0x3d2c, 0x3d3a, 0x3da1, 0x3da7, 0x3e25, 0x3e81, 0x4032, + 0x41c7, 0x4298, 0x430f, 0x4317, 0x4430, 0x4439, 0x444c, 0x447b, + 0x458c, 0x4651, 0x47cb, 0x484b, 0x48e3, 0x4901, 0x490c, 0x498b, + 0x4992, 0x4a00, 0x4a3d, 0x4a65, 0x4aa8, 0x4ab2, 0x4ad5, 0x4bcf, + 0x4c31, 0x4c33, 0x4c41, 0x4c53, 0x4c5d, 0x4c82, 0x4caa, 0x4cab, + 0x4ce2, 0x4ceb, 0x4cf9, 0x4e7f, 0x4eb5, 0x4f14, 0x4f16, 0x4fdd, + 0x500e, 0x50fb, 0x5180, 0x5183, 0x5446, 0x575d, 0x576e, 0x5779, + 0x5781, 0x57d6, 0x580e, 0x5818, 0x5892, 0x589c, 0x58a0, 0x58a7, + 0x5911, 0x5919, 0x5929, 0x593e, 0x594d, 0x5983, 0x5984, 0x599e, + 0x59af, 0x59bd, 0x59be, 0x59d0, 0x59e7, 0x5a69, 0x5a77, 0x5bcc, + 0x5bcd, 0x5c75, 0x5c88, 0x5cee, 0x5e09, 0x5e14, 0x5e2e, 0x5ecd, + 0x5f0e, 0x5f12, 0x5f2b, 0x5f30, 0x5f56, 0x5f5f, 0x5f7a, 0x5f89, + 0x5ff9, 0x60e0, 0x6243, 0x6488, 0x649c, 0x64a4, 0x6575, 0x65d7, + 0x65f3, 0x660c, 0x6663, 0x666f, 0x6673, 0x6704, 0x6717, 0x675d, + 0x67ec, 0x69e9, 0xbf12, 0xbf19, 0xbf1c, 0xbf1d, 0xbf1e, 0xbf22, + 0xbf24, 0xbf26, 0xbf2a, 0xbf2d, 0xbf32, 0xbf37, 0xbf38, 0xbf39, + 0xbf4f, 0xbf54, 0xbf59, 0xbf5c, 0xbf5d, 0xbf5e, 0xbf62, 0xbf63, + 0xbf64, 0xbf65, 0xbf78, 0xbf79, 0xbf7f, 0xbf81, 0xbf82, 0xbf85, + 0xbf88, 0xbf89, 0xbf8a, 0xbf8c, 0xbfa4, 0xbfa6, 0xbfd5, 0xbfd6, + 0xbfd8, 0xbfda, 0xbff1, 0xbff8, 0xbffb, 0xc004, 0xc02d, 0xc035, + 0xc06c, 0xc0fc, 0xc151, 0xc152, 0xc153, 0xc154, 0xc155, 0xc198, + 0xc1a4, 0xc1fe, 0xc215, 0xc46b, 0xc6d3, 0xc7b3 +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 12260, .glyph_id_start = 113, + .unicode_list = unicode_list_3, .glyph_id_ofs_list = NULL, .list_length = 46, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + }, + { + .range_start = 12449, .range_length = 43, .glyph_id_start = 159, + .unicode_list = NULL, .glyph_id_ofs_list = glyph_id_ofs_list_4, .list_length = 43, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_FULL + }, + { + .range_start = 12493, .range_length = 33, .glyph_id_start = 198, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 12527, .range_length = 51124, .glyph_id_start = 231, + .unicode_list = unicode_list_6, .glyph_id_ofs_list = NULL, .list_length = 342, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 0, 0, 1, 0, 0, 0, 0, + 1, 2, 0, 0, 0, 3, 4, 3, + 5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 6, 6, 0, 0, 0, + 0, 0, 7, 8, 9, 10, 11, 12, + 13, 0, 0, 14, 15, 16, 0, 0, + 10, 17, 10, 18, 19, 20, 21, 22, + 23, 24, 25, 26, 2, 27, 0, 0, + 0, 0, 28, 29, 30, 0, 31, 32, + 33, 34, 0, 0, 35, 36, 34, 34, + 29, 29, 37, 38, 39, 40, 37, 41, + 42, 43, 44, 45, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 46, 47, 48, + 0, 49, 50, 51, 52, 53, 54, 55, + 0, 56, 57, 58, 0, 0, 59, 60, + 61, 62, 63, 64, 65, 0, 66, 67, + 68, 69, 70, 71, 0, 0, 0, 72, + 73, 74, 75, 76, 77, 0, 78, 54, + 79, 0, 80, 81, 0, 0, 54, 82, + 50, 50, 83, 84, 85, 86, 87, 88, + 89, 90, 91, 92, 93, 94, 0, 95, + 96, 97, 98, 99, 100, 101, 102, 103, + 104, 105, 50, 106, 107, 0, 108, 109, + 110, 111, 111, 0, 112, 0, 113, 114, + 115, 0, 116, 0, 0, 0, 0, 117, + 0, 118, 0, 0, 50, 119, 120, 0, + 0, 0, 121, 122, 123, 124, 0, 125, + 126, 127, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 0, 1, 2, 0, 0, 0, 0, + 2, 0, 3, 4, 0, 5, 6, 7, + 8, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 9, 10, 0, 0, 0, + 11, 0, 12, 0, 13, 0, 0, 0, + 13, 0, 0, 14, 0, 0, 0, 0, + 13, 0, 13, 0, 15, 16, 17, 18, + 19, 20, 21, 22, 0, 23, 3, 0, + 0, 0, 24, 0, 25, 25, 25, 26, + 27, 0, 28, 29, 0, 0, 30, 30, + 25, 30, 25, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 0, 0, 3, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 39, 40, 41, 0, + 42, 0, 43, 44, 45, 46, 0, 43, + 43, 0, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 56, 57, 58, 0, 59, + 60, 61, 61, 62, 63, 0, 0, 64, + 0, 0, 65, 66, 0, 67, 0, 68, + 69, 70, 71, 72, 73, 74, 75, 0, + 76, 76, 0, 0, 77, 78, 0, 79, + 80, 81, 82, 83, 83, 84, 85, 86, + 86, 87, 88, 89, 90, 86, 68, 91, + 92, 93, 94, 95, 96, 86, 97, 98, + 99, 100, 101, 0, 0, 0, 102, 103, + 104, 105, 106, 107, 0, 0, 0, 108, + 109, 110, 111, 0, 112, 113, 114, 115, + 0, 0, 116, 0, 117, 118, 0, 0, + 119, 120, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, -23, 0, -23, 0, + 0, 0, 0, -11, 0, -19, -2, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + -6, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 16, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -19, 0, -27, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -19, + -4, -13, -7, 0, -18, 0, 0, 0, + -2, 0, 0, 0, 5, 0, 0, -9, + 0, -7, -4, 0, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, -3, -9, + 0, -4, -2, -5, -13, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + 0, -1, 0, -3, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -8, -2, -16, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + -6, 0, -2, 5, 5, 0, 0, 2, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -10, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -5, 0, 0, 0, + 0, 0, 0, 0, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -11, 0, -18, 0, 0, 0, 0, + 0, 0, -5, -1, -2, 0, 0, -11, + -3, -3, 0, 1, -3, -1, -8, 5, + 0, -2, 0, 0, 0, 0, 5, -3, + -1, -1, -1, -1, -1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -6, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -3, -3, -5, + 0, -1, -1, -1, -3, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, -3, -2, -2, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, -6, -2, -5, -4, + -3, -1, -1, -1, -1, -2, 0, 0, + 0, 0, -4, 0, 0, 0, 0, -5, + -2, -3, -2, 0, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -7, 0, 0, 0, -4, + 0, 0, 0, -2, 0, -8, 0, -5, + 0, -2, -1, -3, -4, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -3, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -2, 0, 0, 0, 0, 0, 0, -5, + 0, -2, 0, -6, -2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -14, 0, -14, -14, + 0, 0, 0, -7, -2, -27, -4, 0, + 0, 1, 1, -5, 0, -6, 0, -7, + -3, 0, -5, 0, 0, -4, -4, -2, + -3, -4, -3, -5, -3, -6, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, -1, 0, 0, 0, -4, + 0, -3, -1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -5, 0, -5, 0, + 0, 0, 0, 0, 0, -8, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, -8, 0, -6, 0, 0, + 0, 0, -1, -2, -4, 0, -2, -3, + -3, -2, -2, 0, -3, 0, 0, 0, + -1, 0, 0, 0, -2, 0, 0, -7, + -3, -4, -3, -3, -4, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -17, 0, -30, 0, -11, 0, 0, + 0, 0, -6, 1, -5, 0, -4, -24, + -6, -15, -11, 0, -15, 0, -16, 0, + -2, -3, -1, 0, 0, 0, 0, -4, + -2, -7, -7, 0, -7, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -22, -7, -22, -15, + 0, 0, 0, -10, 0, -29, -2, -5, + 0, 0, 0, -5, -2, -15, 0, -8, + -5, 0, -6, 0, 0, 0, -2, 0, + 0, 0, 0, -3, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, -6, 0, 0, + 0, 0, 0, -1, 0, -4, -3, -3, + 0, 1, 1, -1, 0, -2, 0, -1, + -2, 0, -1, 0, 0, 0, 0, 0, + 0, 0, 0, -1, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -3, 0, 3, 0, 0, + 0, 0, 0, 0, 0, -3, -3, -4, + 0, 0, 0, 0, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -21, -14, -21, -18, + -4, -4, 0, -8, -5, -25, -8, 0, + 0, 0, 0, -4, -3, -11, 0, -14, + -13, -4, -14, 0, 0, -9, -12, -4, + -9, -7, -7, -8, -7, -15, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -3, 0, -3, -6, + 0, 0, 0, -3, 0, -9, -2, 0, + 0, -1, 0, -2, -3, 0, 0, -1, + 0, 0, -2, 0, 0, 0, -1, 0, + 0, 0, 0, -1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -13, -4, -13, -9, + 0, 0, 0, -3, -2, -14, -2, 0, + -2, 2, 0, 0, 0, -4, 0, -4, + -3, 0, -4, 0, 0, -4, -2, 0, + -6, -2, -2, -3, -2, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, -2, -7, -6, + 0, 0, 0, 0, -1, -13, -1, 0, + 0, 0, 0, 0, 0, -1, 0, -3, + 0, 0, -2, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -2, 0, -5, 0, 0, + 0, 0, 0, 1, -3, 0, -3, -4, + -2, 0, 0, 0, 0, 0, 0, -2, + -1, -3, 0, 0, 0, 0, 0, -3, + -2, -3, -3, -2, -3, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -18, -13, -18, -13, + -5, -5, -1, -3, -3, -20, -3, -3, + -2, 0, 0, 0, 0, -5, 0, -13, + -8, 0, -12, 0, 0, -8, -8, -5, + -7, -3, -5, -7, -3, -9, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -7, 0, 0, + 0, 0, 0, -1, -4, -7, -6, 0, + -2, -1, -1, 0, -3, -3, 0, -3, + -4, -4, -3, 0, 0, 0, 0, -3, + -5, -3, -3, -5, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -17, + -6, -10, -6, 0, -14, 0, 0, 0, + 0, 0, 7, 0, 14, 0, 0, 0, + 0, -4, -2, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -11, 0, 0, 0, 0, + 0, 0, -2, 0, 0, 0, 0, -5, + 0, -3, -1, 0, -5, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -3, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -6, 0, -5, -2, 1, -2, 0, + 0, 0, -2, 0, 0, 0, 0, -11, + 0, -4, 0, -1, -9, 0, -5, -3, + 0, 0, 0, 0, 0, 0, 0, -3, + 0, -1, -1, -3, -1, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, -3, 0, 0, -5, 0, 0, -2, + -4, 0, -2, 0, 0, 0, 0, -2, + 0, 1, 1, 2, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -7, 0, 2, 0, 0, + 0, 0, -1, 0, 0, -4, -4, -5, + 0, -3, -2, 0, -5, 0, -4, -3, + 0, 0, -2, 0, 0, 0, 0, -2, + 0, 1, 1, -1, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 3, 8, 10, 0, -10, -3, -10, -3, + 0, 0, 5, 0, 0, 0, 0, 9, + 0, 13, 9, 7, 12, 0, 12, -4, + -2, 0, -3, 0, -2, 0, -1, 0, + 0, 2, 0, -1, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 3, -7, 0, 0, 0, 9, + 0, 0, -7, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -3, 0, 0, -3, + -3, 0, 0, 0, 7, 0, 0, 0, + 0, -1, -1, 0, 3, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + 0, 0, -1, 0, 0, 0, 0, -5, + 0, -2, 0, 0, -3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 2, -9, 2, 0, + 2, 2, -2, 0, 0, 0, 0, -7, + 0, 0, 0, 0, -2, 0, 0, -2, + -4, 0, -2, 0, -2, 0, 0, -4, + -3, 0, 0, -1, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, -3, 0, 0, -6, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -11, -5, -11, -7, + 5, 5, 0, -3, 0, -11, 0, 0, + 0, 0, 0, 0, 0, -2, 2, -5, + -2, 0, -2, 0, 0, 0, -1, 0, + 0, 5, 4, 0, 5, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -10, 0, 2, 0, 0, + 0, 0, -2, 0, 0, 0, 0, -5, + 0, -2, 0, 0, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, -5, 1, 2, + 3, 3, -5, 0, 0, 0, 0, -3, + 0, 0, 0, 0, -1, 0, 0, -4, + -3, 0, -2, 0, 0, 0, -2, -4, + 0, 0, 0, -3, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, -7, -1, -7, -4, + 0, 0, 0, -2, 0, -8, 0, -4, + 0, -2, 0, 0, -3, -2, 0, -4, + -1, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, -8, 0, -8, -1, + 0, 0, 0, -1, 0, -6, 0, -5, + 0, -2, 0, -3, -5, 0, 0, -2, + -1, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -3, 0, 0, -4, 1, -3, -1, 0, + 0, 1, 0, 0, -2, 0, -1, -7, + 0, -3, 0, -2, -7, 0, 0, -2, + -3, 0, 0, 0, 0, 0, 0, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, -7, -3, + 0, 0, 0, 0, 0, -8, 0, -4, + 0, -1, 0, -1, -1, 0, 0, -4, + -1, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, -3, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -6, 0, 0, -5, + -2, 0, -1, 0, 0, 0, 0, 0, + -2, -1, 0, 0, -1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, -5, -5, 0, 0, + 0, 0, 0, 0, 0, -5, -9, -5, + 0, 0, 0, 0, -12, 0, 0, 0, + -5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, -4, 0, + -4, -4, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -12, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, 0, 4, 0, 0, + 0, 0, 0, 0, -7, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, -5, + 0, 0, 0, 0, 0, 0, 7, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, -4, -4, + 0, 0, 0, 0, -12, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, -4, + 0, 0, 0, 0, 0, -11, -5, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, 2, 2, + 0, 0, 0, 0, -12, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -5, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -11, 0, 0, 0, 0, 0, 0, + -16, -12, -16, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -12, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, -9, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -12, 0, 0, 0, 0, 0, 0, + -12, -12, -12, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 5, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, -5, + 0, -5, 0, -5, -5, -5, 0, 0, + 0, -5, 0, 0, -11, -4, 0, 0, + 0, 0, 0, -4, 0, -9, 0, -9, + 0, 0, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, -5, -5, -5, + 0, -5, 0, 0, -5, -7, -5, -5, + 0, -5, -2, 0, -9, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, -4, 0, 0, -4, 2, 2, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -4, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -12, -12, + -9, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, -7, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -5, 0, 0, 0, -7, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, -7, -7, -7, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, -4, + -4, 0, 0, 0, 0, 0, -5, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -7, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, -5, -5, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -9, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, -9, -9, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -18, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, -9, -9, 0, 0, + 0, 0, -7, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, -16, -7, -7, -4, 0, 0, 0, + -4, -4, -4, 0, -4, -12, -9, 0, + 0, 0, 0, 0, -2, 0, -7, -11, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, 0, -4, -4, 0, 0, + 0, 0, 0, -5, -5, 0, 0, 0, + -7, -7, 0, -4, 0, 0, 0, -4, + 0, 0, -4, -4, -4, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + -5, 0, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -4, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -12, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -7, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -16, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -2, 0, 0, 0, -7, -7, 0, 0, + 0, 0, 0, -5, -4, 0, 0, 0, + -7, -7, 0, 0, 0, 0, 0, 0, + 0, -11, -9, -9, -9, 0, 0, 0, + 0, 0, 0, 0, 0, -14, -7, 0, + 0, 0, 0, 0, -5, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -12, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -4, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, -4, 0, 0, 0, + 0, -11, -7, -7, -7, 0, 0, 0, + -5, -5, -5, 0, -5, -12, -5, 0, + 0, 0, 0, 0, 0, -4, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, -4, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, -4, -4, -4, 0, 0, 0, + 0, 0, 0, 0, -2, -9, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -7, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -16, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, -7, -7, -7, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -5, -5, -5, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, -4, 0, 0, 0, 0, 0, 0, + 0, -4, -11, -11, -11, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -9, + 0, -12, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -12, -12, -12, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + -2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -11, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, -4, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -12, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -9, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, -7, 0, 0, + -4, 0, -5, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 5, 5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 9, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 4, 4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -9, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -11, -11, -11, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -9, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -14, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -14, -4, -4, -4, 0, 0, 0, + 0, 0, 0, 0, 0, -5, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -4, -4, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, -2, -2, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -5, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -9, -2, -4, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, -4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, -9, 0, 0, 0, -5, -5, -5, + 0, 0, 0, 0, 0, -4, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -11, -11, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, -7, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -4, -4, -4, -9, -9, 0, 0, 0, + 0, 0, -4, 0, 0, 0, 0, 0, + 0, -11, -4, -2, -2, -11, -11, -11, + 0, 0, 0, 0, 0, -5, -7, 0, + 0, 0, 0, 0, 0, 0, -9, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 127, + .right_class_cnt = 120, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 7, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_noto_jp_STD_s = { +#else +lv_font_t lv_font_noto_jp_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 13, /*The maximum line height required by the font*/ + .base_line = 3, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_NOTO_JP_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_13.c b/radio/src/fonts/lvgl/lv_font_noto_jp_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_13.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_XS.c index 812f66b8feb..3f26be535e0 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_13.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_XS.c @@ -2305,7 +2305,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[60102] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_13 = { +const etxLz4Font lv_font_noto_jp_XS = { .uncomp_size = 59742, .comp_size = 36610, .line_height = 16, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_9.c b/radio/src/fonts/lvgl/lv_font_noto_jp_XS_s.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_9.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_XS_s.c index b9857cbe1ba..aaceb486c9a 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_9.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_XS_s.c @@ -1486,7 +1486,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[41981] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_9 = { +const etxLz4Font lv_font_noto_jp_XS_s = { .uncomp_size = 41621, .comp_size = 23514, .line_height = 11, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_XXS.c b/radio/src/fonts/lvgl/lv_font_noto_jp_XXS.c new file mode 100644 index 00000000000..2a15c6a59eb --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_XXS.c @@ -0,0 +1,1512 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x16,0x00,0x01,0x00,0x12,0x02,0x07,0x00,0xf0,0x08,0xf0,0x02,0x03,0x07,0x00,0x00, +0x0b,0x00,0x40,0x04,0x04,0x03,0x00,0x04,0x11,0x00,0x00,0x05,0x05,0x07,0x00,0x00, +0x23,0x08,0x00,0xf3,0x15,0x09,0x00,0xff,0x3a,0x00,0x50,0x08,0x08,0x07,0x00,0x00, +0x56,0x00,0x20,0x06,0x06,0x07,0x00,0x00,0x6b,0x00,0x80,0x02,0x02,0x03,0x00,0x04, +0x6e,0x00,0x10,0x03,0x03,0x0a,0x00,0xfe,0x7d,0x08,0x00,0x31,0x8c,0x00,0x30,0x40, +0x00,0x10,0x92,0x38,0x00,0x40,0x05,0x00,0x01,0x9f,0x28,0x00,0xc0,0x04,0x00,0xfe, +0xa3,0x00,0x20,0x03,0x03,0x01,0x00,0x02,0xa5,0x10,0x00,0xc3,0x02,0x00,0x00,0xa7, +0x00,0x80,0x03,0x04,0x09,0x00,0xfe,0xb9,0x68,0x00,0x13,0xcb,0x08,0x00,0x13,0xdd, +0x08,0x00,0x13,0xef,0x08,0x00,0x22,0x01,0x01,0x08,0x00,0x13,0x13,0x08,0x00,0x13, +0x25,0x08,0x00,0x13,0x37,0x08,0x00,0x13,0x49,0x08,0x00,0x13,0x5b,0x08,0x00,0x90, +0x6d,0x01,0x80,0x02,0x02,0x05,0x00,0x00,0x72,0x08,0x00,0x52,0x07,0x00,0xfe,0x79, +0x01,0x88,0x00,0x10,0x86,0x08,0x00,0x43,0x03,0x00,0x02,0x8e,0x10,0x00,0xf0,0x05, +0x9b,0x01,0x40,0x04,0x04,0x07,0x00,0x00,0xa9,0x01,0x80,0x08,0x08,0x08,0x00,0xff, +0xc9,0x01,0x70,0x05,0xd8,0x00,0x31,0xde,0x01,0xf0,0x08,0x00,0x31,0xf3,0x01,0xc0, +0x08,0x00,0x31,0x08,0x02,0x30,0xf0,0x00,0x31,0x1d,0x02,0x50,0x60,0x00,0x40,0x2f, +0x02,0xf0,0x04,0x08,0x00,0x13,0x41,0x18,0x00,0x32,0x56,0x02,0x90,0x10,0x01,0x20, +0x02,0xa0,0x70,0x00,0x41,0x00,0x72,0x02,0xd0,0x58,0x00,0x31,0x80,0x02,0xd0,0x40, +0x00,0x31,0x95,0x02,0xe0,0x30,0x00,0xb1,0xa7,0x02,0x50,0x07,0x07,0x07,0x00,0x00, +0xc0,0x02,0x80,0x30,0x00,0x40,0xd5,0x02,0xb0,0x06,0x10,0x00,0x31,0xee,0x02,0xb0, +0x28,0x00,0xa2,0x03,0x03,0xb0,0x06,0x07,0x09,0x00,0xfe,0x23,0x03,0x10,0x00,0x31, +0x38,0x03,0x60,0x70,0x00,0x31,0x4a,0x03,0x60,0x10,0x00,0x22,0x5f,0x03,0x38,0x00, +0x31,0x74,0x03,0x30,0x10,0x00,0x40,0x89,0x03,0xe0,0x07,0x90,0x01,0x31,0xa5,0x03, +0x30,0x28,0x00,0xb1,0xb7,0x03,0xc0,0x04,0x06,0x07,0xff,0x00,0xcc,0x03,0x70,0x10, +0x00,0xa2,0xde,0x03,0x10,0x03,0x03,0x09,0x00,0xfe,0xec,0x03,0x68,0x01,0x13,0xfe, +0x10,0x00,0x90,0x0c,0x04,0x00,0x05,0x05,0x04,0x00,0x03,0x16,0x08,0x00,0xe0,0x01, +0x00,0xff,0x19,0x04,0x70,0x05,0x03,0x03,0x01,0x05,0x1e,0x04,0x10,0x18,0x01,0x41, +0x00,0x2b,0x04,0x90,0x60,0x00,0x40,0x40,0x04,0x90,0x04,0x10,0x00,0x31,0x4d,0x04, +0x90,0x50,0x00,0x31,0x5f,0x04,0x00,0x20,0x00,0x40,0x6c,0x04,0xf0,0x02,0xe0,0x00, +0x30,0x7a,0x04,0x10,0x18,0x00,0x32,0xfe,0x8c,0x04,0x70,0x00,0x31,0x9e,0x04,0x80, +0x00,0x01,0xa2,0xa5,0x04,0x80,0x02,0x03,0x09,0xff,0xfe,0xb3,0x04,0x28,0x01,0x31, +0xc5,0x04,0x90,0x58,0x02,0xb1,0xd0,0x04,0x50,0x08,0x08,0x05,0x00,0x00,0xe4,0x04, +0x80,0x48,0x00,0x31,0xf1,0x04,0x70,0x08,0x00,0x12,0xfe,0x70,0x00,0x41,0xfe,0x13, +0x05,0x90,0x50,0x00,0xc0,0x25,0x05,0x80,0x03,0x04,0x05,0x00,0x00,0x2f,0x05,0x30, +0x04,0x08,0x00,0x40,0x39,0x05,0x60,0x03,0x70,0x00,0x22,0x47,0x05,0x30,0x00,0x31, +0x54,0x05,0xb0,0x98,0x00,0xb1,0x61,0x05,0x30,0x07,0x07,0x05,0x00,0x00,0x73,0x05, +0x80,0x10,0x00,0x40,0x80,0x05,0xb0,0x04,0x40,0x00,0x31,0x92,0x05,0x40,0x10,0x00, +0x22,0x9f,0x05,0xf0,0x00,0x93,0xad,0x05,0x70,0x02,0x02,0x0a,0x00,0xfe,0xb7,0x10, +0x00,0xf2,0x0b,0xc5,0x05,0x00,0x05,0x05,0x02,0x00,0x02,0xca,0x05,0x00,0x09,0x09, +0x08,0x00,0x00,0xee,0x05,0x00,0x09,0x08,0x08,0x01,0x00,0x0e,0x06,0x08,0x00,0x13, +0x2e,0x08,0x00,0x22,0x4e,0x06,0x20,0x00,0xc0,0x72,0x06,0x00,0x09,0x07,0x09,0x01, +0xff,0x92,0x06,0x00,0x09,0x70,0x01,0x11,0xae,0x20,0x00,0x33,0x00,0x00,0xce,0x18, +0x00,0xf2,0x03,0xee,0x06,0x00,0x09,0x06,0x09,0x01,0xff,0x09,0x07,0x00,0x09,0x07, +0x08,0x01,0x00,0x25,0x07,0x18,0x00,0x40,0x45,0x07,0x70,0x08,0x10,0x00,0x22,0x61, +0x07,0x50,0x00,0x13,0x81,0x20,0x00,0x13,0x9d,0x10,0x00,0xf0,0x0a,0xbd,0x07,0x00, +0x09,0x06,0x08,0x01,0x00,0xd5,0x07,0x50,0x03,0x03,0x03,0x00,0x04,0xda,0x07,0x00, +0x09,0x03,0x02,0x03,0x02,0xdd,0x20,0x00,0xd2,0x09,0x01,0xff,0x01,0x08,0x00,0x09, +0x04,0x04,0x00,0xff,0x09,0x08,0x50,0x00,0x20,0x29,0x08,0x80,0x00,0x42,0x01,0x00, +0x45,0x08,0x20,0x00,0x21,0x69,0x08,0x48,0x00,0x31,0xff,0x89,0x08,0xa8,0x00,0x20, +0xff,0xad,0x08,0x00,0x43,0x09,0x00,0xff,0xd6,0x30,0x00,0x13,0xf6,0x28,0x00,0x22, +0x1a,0x09,0xa0,0x00,0x22,0x35,0x09,0x30,0x00,0xa2,0x55,0x09,0x00,0x09,0x07,0x07, +0x01,0x00,0x6e,0x09,0x28,0x00,0x11,0x8e,0x08,0x00,0x33,0x02,0xff,0xae,0x20,0x00, +0x22,0xce,0x09,0x48,0x00,0x10,0xf7,0x08,0x00,0x51,0x07,0x00,0x00,0x17,0x0a,0xf0, +0x00,0x32,0xff,0x37,0x0a,0x18,0x00,0x22,0x60,0x0a,0x70,0x00,0x90,0x84,0x0a,0x00, +0x09,0x07,0x06,0x01,0xff,0x99,0x10,0x00,0x43,0x06,0x00,0x00,0xb4,0x28,0x00,0x13, +0xd4,0x20,0x00,0x22,0xf8,0x0a,0xf0,0x00,0x22,0x14,0x0b,0x38,0x00,0x22,0x3d,0x0b, +0x60,0x00,0x13,0x5d,0x08,0x00,0x13,0x7d,0x08,0x00,0x22,0x9d,0x0b,0x40,0x00,0x22, +0xb8,0x0b,0x70,0x00,0x13,0xd8,0x18,0x00,0x22,0xf8,0x0b,0x48,0x00,0x22,0x1c,0x0c, +0x08,0x00,0x22,0x40,0x0c,0xd0,0x00,0x11,0x64,0x08,0x00,0x42,0x00,0xff,0x88,0x0c, +0xc0,0x00,0x22,0xa8,0x0c,0xe0,0x00,0x22,0xc3,0x0c,0x80,0x00,0x22,0xe3,0x0c,0x70, +0x00,0x22,0x0c,0x0d,0x08,0x00,0x22,0x35,0x0d,0x30,0x00,0x13,0x59,0x10,0x00,0x22, +0x82,0x0d,0xb8,0x00,0x22,0x97,0x0d,0x68,0x00,0x21,0xb7,0x0d,0x10,0x01,0x23,0xff, +0xd0,0x28,0x00,0x21,0xf4,0x0d,0xb8,0x00,0x32,0xff,0x10,0x0e,0x28,0x00,0x22,0x25, +0x0e,0x98,0x00,0x21,0x45,0x0e,0x18,0x00,0x32,0xfe,0x61,0x0e,0x90,0x00,0x22,0x85, +0x0e,0x28,0x00,0x22,0xa1,0x0e,0x58,0x00,0x13,0xca,0x08,0x00,0x13,0xf3,0x08,0x00, +0x22,0x1c,0x0f,0x50,0x00,0x22,0x40,0x0f,0x10,0x00,0x13,0x69,0x08,0x00,0x13,0x92, +0x08,0x00,0x22,0xbb,0x0f,0x40,0x00,0x22,0xd7,0x0f,0xb8,0x00,0x13,0xf7,0x18,0x00, +0x22,0x20,0x10,0x60,0x00,0x22,0x44,0x10,0x10,0x00,0x13,0x6d,0x10,0x00,0x13,0x91, +0x10,0x00,0x22,0xba,0x10,0x90,0x00,0x13,0xda,0x10,0x00,0x22,0x03,0x11,0x48,0x00, +0x22,0x1f,0x11,0x10,0x00,0x22,0x48,0x11,0x78,0x00,0x13,0x6c,0x10,0x00,0x22,0x95, +0x11,0x40,0x00,0x22,0xb9,0x11,0xe8,0x00,0x13,0xd2,0x10,0x00,0x13,0xf6,0x08,0x00, +0x22,0x1a,0x12,0x28,0x00,0x20,0x43,0x12,0x90,0x02,0x42,0x02,0xff,0x5b,0x12,0x10, +0x02,0x22,0x7b,0x12,0x20,0x00,0x93,0x9f,0x12,0x00,0x09,0x08,0x06,0x00,0x00,0xb7, +0x10,0x00,0x22,0xdb,0x12,0x70,0x00,0x23,0xf7,0x12,0x20,0x02,0x12,0x13,0x40,0x00, +0x22,0x40,0x13,0x20,0x00,0x22,0x64,0x13,0x48,0x00,0x22,0x7c,0x13,0xb0,0x01,0x22, +0xa0,0x13,0x68,0x01,0x22,0xc0,0x13,0x38,0x00,0x13,0xdc,0x18,0x00,0x22,0x00,0x14, +0x08,0x00,0x22,0x24,0x14,0x00,0x02,0x22,0x3f,0x14,0x50,0x00,0x13,0x5f,0x08,0x00, +0x22,0x7f,0x14,0x50,0x00,0x22,0xa3,0x14,0x60,0x00,0x13,0xcc,0x08,0x00,0x13,0xf5, +0x18,0x00,0x22,0x19,0x15,0x50,0x00,0x22,0x35,0x15,0x10,0x00,0x13,0x59,0x10,0x00, +0x22,0x75,0x15,0x70,0x00,0x22,0x95,0x15,0xf0,0x00,0x22,0xae,0x15,0x38,0x00,0x10, +0xd7,0x10,0x00,0x52,0x05,0x01,0x00,0xe9,0x15,0x60,0x00,0xa2,0x09,0x16,0x00,0x09, +0x06,0x06,0x01,0xff,0x1b,0x16,0x38,0x00,0x13,0x37,0x08,0x00,0x22,0x53,0x16,0x50, +0x02,0x22,0x6e,0x16,0x58,0x00,0x11,0x92,0x18,0x00,0x33,0x02,0xff,0xae,0x20,0x00, +0x13,0xca,0x08,0x00,0x22,0xe6,0x16,0x68,0x00,0x93,0x06,0x17,0x00,0x09,0x09,0x01, +0x00,0x03,0x0b,0x08,0x00,0x22,0x10,0x17,0x70,0x00,0x22,0x39,0x17,0x40,0x00,0x13, +0x5d,0x08,0x00,0x13,0x81,0x08,0x00,0x22,0xa5,0x17,0xf8,0x00,0x13,0xc9,0x28,0x00, +0x13,0xf2,0x18,0x00,0x22,0x16,0x18,0x10,0x00,0x10,0x3f,0x08,0x00,0x40,0x0a,0x00, +0xfe,0x6c,0x08,0x00,0x43,0x0b,0x00,0xfe,0x9e,0x18,0x00,0x13,0xc7,0x08,0x00,0x13, +0xf0,0x20,0x00,0x22,0x1d,0x19,0x10,0x00,0x22,0x46,0x19,0x10,0x00,0x93,0x73,0x19, +0x00,0x09,0x0a,0x0a,0xff,0xff,0xa5,0x10,0x00,0x13,0xd2,0x20,0x00,0x13,0xfb,0x08, +0x00,0x22,0x24,0x1a,0x08,0x00,0x21,0x4d,0x1a,0x20,0x00,0x32,0xff,0x7a,0x1a,0x28, +0x02,0x23,0x9e,0x1a,0x60,0x00,0x13,0x1a,0x60,0x00,0x13,0x1a,0x60,0x00,0x11,0x1b, +0x10,0x00,0x33,0xfe,0x46,0x1b,0x60,0x00,0x12,0x1b,0x20,0x00,0x13,0x9c,0x08,0x00, +0x13,0xc5,0x08,0x00,0x13,0xee,0x08,0x00,0x22,0x17,0x1c,0xc8,0x00,0x22,0x3b,0x1c, +0xe0,0x00,0x22,0x5f,0x1c,0x20,0x01,0x23,0x7f,0x1c,0xc8,0x01,0x03,0x18,0x00,0x22, +0xc7,0x1c,0x50,0x00,0x13,0xf4,0x08,0x00,0x22,0x21,0x1d,0x08,0x00,0x93,0x4e,0x1d, +0x00,0x09,0x08,0x0a,0x00,0xff,0x76,0x10,0x00,0x13,0xa3,0x08,0x00,0x13,0xd0,0x18, +0x00,0x13,0xf8,0x10,0x00,0x22,0x25,0x1e,0x08,0x00,0x13,0x52,0x08,0x00,0x22,0x7f, +0x1e,0x28,0x01,0x13,0xb1,0x08,0x00,0x22,0xe3,0x1e,0xe0,0x00,0x23,0x10,0x1f,0x88, +0x01,0x03,0x08,0x00,0x13,0x62,0x08,0x00,0x13,0x8b,0x08,0x00,0x22,0xb4,0x1f,0xe0, +0x00,0xa2,0xdd,0x1f,0x00,0x09,0x0a,0x09,0x00,0xff,0x0a,0x20,0xb0,0x00,0x22,0x2a, +0x20,0x18,0x01,0x22,0x4e,0x20,0xb0,0x00,0x22,0x72,0x20,0xc0,0x00,0x22,0x96,0x20, +0x28,0x00,0x22,0xc3,0x20,0x40,0x00,0x12,0xec,0x28,0x00,0x32,0xfe,0x10,0x21,0x38, +0x00,0x22,0x30,0x21,0x28,0x00,0x13,0x54,0x10,0x00,0x13,0x74,0x08,0x00,0x13,0x94, +0x08,0x00,0x13,0xb4,0x20,0x00,0x22,0xd8,0x21,0x40,0x00,0x22,0x01,0x22,0xb0,0x00, +0x22,0x33,0x22,0x10,0x00,0x22,0x5c,0x22,0xd0,0x00,0x13,0x89,0x10,0x00,0x22,0xb2, +0x22,0xc8,0x00,0x13,0xdf,0x10,0x00,0x22,0x08,0x23,0x08,0x00,0x13,0x31,0x08,0x00, +0x13,0x5a,0x08,0x00,0x13,0x83,0x08,0x00,0x13,0xac,0x08,0x00,0x13,0xd5,0x08,0x00, +0x13,0xfe,0x08,0x00,0x22,0x27,0x24,0x58,0x00,0x13,0x54,0x08,0x00,0x20,0x81,0x24, +0x28,0x02,0x42,0x00,0xfe,0xb3,0x24,0x20,0x00,0x13,0xdc,0x08,0x00,0x22,0x05,0x25, +0x08,0x00,0x13,0x2e,0x08,0x00,0x13,0x57,0x08,0x00,0x13,0x80,0x08,0x00,0x13,0xa9, +0x08,0x00,0x22,0xd2,0x25,0x18,0x01,0x23,0xf6,0x25,0x40,0x04,0x13,0x26,0x40,0x04, +0x12,0x26,0x60,0x00,0x13,0x70,0x08,0x00,0x13,0x9d,0x18,0x00,0x22,0xc6,0x26,0x68, +0x01,0x21,0xef,0x26,0x40,0x01,0x32,0xfe,0x1c,0x27,0x20,0x00,0x22,0x49,0x27,0xc0, +0x05,0x13,0x69,0x10,0x00,0x22,0x96,0x27,0x30,0x00,0x22,0xbf,0x27,0x68,0x01,0x13, +0xec,0x10,0x00,0x22,0x15,0x28,0x08,0x00,0x22,0x3e,0x28,0x28,0x00,0x13,0x6b,0x10, +0x00,0x13,0x94,0x10,0x00,0x13,0xc1,0x10,0x00,0x13,0xea,0x08,0x00,0x22,0x13,0x29, +0x08,0x00,0x22,0x3c,0x29,0x40,0x01,0x23,0x69,0x29,0x60,0x00,0x03,0x08,0x00,0x22, +0xc3,0x29,0x00,0x01,0x21,0xf5,0x29,0x58,0x02,0x32,0xfe,0x1d,0x2a,0x18,0x00,0x22, +0x4a,0x2a,0x38,0x00,0x13,0x73,0x10,0x00,0x13,0xa0,0x08,0x00,0x13,0xcd,0x08,0x00, +0x13,0xfa,0x20,0x00,0x22,0x23,0x2b,0x10,0x00,0x13,0x50,0x08,0x00,0x13,0x7d,0x08, +0x00,0x22,0xaa,0x2b,0x20,0x00,0x13,0xd3,0x08,0x00,0x13,0xfc,0x08,0x00,0x22,0x25, +0x2c,0x08,0x00,0x13,0x4e,0x08,0x00,0x22,0x77,0x2c,0x30,0x00,0x22,0xa4,0x2c,0x18, +0x01,0x22,0xcd,0x2c,0x50,0x04,0x13,0xe9,0x10,0x00,0x22,0x12,0x2d,0x28,0x00,0x22, +0x3b,0x2d,0x60,0x01,0x22,0x5f,0x2d,0x18,0x00,0x13,0x88,0x18,0x00,0x13,0xb1,0x18, +0x00,0x23,0xd5,0x2d,0xe8,0x01,0x12,0x2d,0x50,0x00,0x22,0x2b,0x2e,0x10,0x00,0x13, +0x54,0x08,0x00,0x13,0x7d,0x08,0x00,0x13,0xa6,0x08,0x00,0x13,0xcf,0x08,0x00,0x22, +0xf8,0x2e,0x78,0x02,0x22,0x2a,0x2f,0x38,0x00,0x23,0x57,0x2f,0xe8,0x01,0x03,0x10, +0x00,0x23,0xad,0x2f,0x48,0x08,0x03,0x08,0x00,0x13,0xff,0x18,0x00,0x22,0x2c,0x30, +0x10,0x00,0x22,0x55,0x30,0x80,0x00,0x13,0x79,0x10,0x00,0x22,0xa2,0x30,0x20,0x00, +0x22,0xcf,0x30,0x58,0x00,0x22,0x01,0x31,0x10,0x00,0x23,0x2e,0x31,0x48,0x02,0x13, +0x31,0x60,0x00,0x13,0x31,0x48,0x02,0x13,0x31,0x48,0x02,0x12,0x31,0x30,0x00,0x22, +0x04,0x32,0x30,0x00,0x23,0x31,0x32,0xd8,0x02,0x13,0x32,0xd8,0x02,0x13,0x32,0xd8, +0x02,0x13,0x32,0xd8,0x02,0x13,0x32,0xf0,0x00,0x13,0x32,0xd8,0x02,0x12,0x33,0x08, +0x00,0x23,0x50,0x33,0x88,0x01,0x12,0x33,0x98,0x00,0x23,0xa1,0x33,0x90,0x07,0x12, +0x33,0xa0,0x03,0x22,0xee,0x33,0x80,0x03,0x22,0x0e,0x34,0x18,0x00,0x23,0x37,0x34, +0xc8,0x08,0x03,0x08,0x00,0x23,0x89,0x34,0x70,0x03,0x12,0x34,0x40,0x00,0x23,0xd6, +0x34,0xf8,0x00,0x03,0x08,0x00,0x22,0x28,0x35,0x60,0x00,0x22,0x55,0x35,0x10,0x00, +0x13,0x7e,0x08,0x00,0x13,0xa7,0x18,0x00,0x13,0xd4,0x08,0x00,0x22,0x01,0x36,0x18, +0x00,0x23,0x2a,0x36,0x58,0x01,0x13,0x36,0xf8,0x00,0x12,0x36,0xd0,0x02,0x22,0xad, +0x36,0xf0,0x00,0x23,0xdf,0x36,0xd0,0x03,0x13,0x37,0xd0,0x03,0x13,0x37,0xf8,0x00, +0x13,0x37,0xf8,0x00,0x12,0x37,0x40,0x00,0x13,0xb0,0x08,0x00,0x22,0xdd,0x37,0x38, +0x00,0x22,0x0f,0x38,0x10,0x00,0x22,0x3c,0x38,0x28,0x00,0x13,0x65,0x08,0x00,0x13, +0x8e,0x18,0x00,0x22,0xbb,0x38,0xc0,0x00,0x13,0xdf,0x10,0x00,0x22,0x0c,0x39,0x08, +0x00,0x23,0x39,0x39,0x00,0x05,0x03,0x10,0x00,0x22,0x8f,0x39,0x18,0x03,0x22,0xbc, +0x39,0x80,0x03,0x23,0xdc,0x39,0x00,0x04,0x13,0x3a,0x00,0x04,0x13,0x3a,0xb8,0x01, +0x13,0x3a,0xc0,0x00,0x13,0x3a,0x18,0x02,0x13,0x3a,0x18,0x02,0x13,0x3a,0x20,0x01, +0x13,0x3a,0x20,0x01,0x12,0x3b,0x50,0x00,0x22,0x55,0x3b,0x28,0x00,0x22,0x82,0x3b, +0x88,0x00,0x22,0xa6,0x3b,0xb8,0x02,0x13,0xcf,0x18,0x00,0x13,0xfc,0x08,0x00,0x22, +0x29,0x3c,0x38,0x00,0x22,0x52,0x3c,0x38,0x00,0x13,0x7f,0x10,0x00,0x22,0xa8,0x3c, +0x20,0x00,0x23,0xd5,0x3c,0xe8,0x01,0x13,0x3c,0xd8,0x02,0x13,0x3d,0xd8,0x02,0x13, +0x3d,0xc0,0x04,0x03,0x10,0x00,0x13,0xaa,0x10,0x00,0x22,0xd7,0x3d,0x20,0x01,0x22, +0x09,0x3e,0xd0,0x03,0x23,0x31,0x3e,0x50,0x01,0x12,0x3e,0x20,0x00,0x22,0x87,0x3e, +0x68,0x00,0x13,0xb4,0x18,0x00,0x13,0xdd,0x08,0x00,0x22,0x06,0x3f,0x08,0x00,0x22, +0x2f,0x3f,0x28,0x00,0x22,0x5c,0x3f,0xb8,0x00,0x23,0x80,0x3f,0xa8,0x02,0x12,0x3f, +0x58,0x00,0x13,0xdb,0x10,0x00,0x22,0x04,0x40,0x08,0x00,0x22,0x2d,0x40,0x30,0x00, +0x23,0x5a,0x40,0x60,0x00,0x12,0x40,0x50,0x04,0x13,0xb9,0x10,0x00,0x22,0xe6,0x40, +0xf8,0x00,0x23,0x0f,0x41,0xb0,0x01,0x13,0x41,0xb0,0x01,0x03,0x10,0x00,0x13,0x92, +0x08,0x00,0x22,0xbf,0x41,0x70,0x00,0x23,0xe3,0x41,0xb0,0x0a,0x12,0x42,0x10,0x00, +0x22,0x30,0x42,0xb0,0x02,0x13,0x50,0x08,0x00,0x22,0x70,0x42,0x60,0x00,0x22,0xa2, +0x42,0x28,0x00,0x13,0xcb,0x08,0x00,0x13,0xf4,0x30,0x00,0x22,0x18,0x43,0x10,0x00, +0x13,0x41,0x08,0x00,0x22,0x6a,0x43,0x18,0x00,0x13,0x8e,0x10,0x00,0x22,0xb7,0x43, +0x80,0x02,0x22,0xe4,0x43,0x78,0x00,0x22,0x11,0x44,0xa0,0x00,0x22,0x3a,0x44,0x20, +0x00,0x21,0x63,0x44,0x38,0x08,0x32,0xfe,0x95,0x44,0x18,0x09,0x13,0xb5,0x18,0x00, +0x13,0xde,0x10,0x00,0x31,0xfe,0x44,0x30,0xa8,0x0e,0x23,0x17,0x45,0xe8,0x09,0x12, +0x45,0x48,0x00,0xa0,0x6d,0x45,0x20,0x0a,0x0b,0x09,0x00,0xff,0x9f,0x45,0x60,0x00, +0x30,0xff,0xff,0xcc,0x10,0x00,0x00,0x38,0x0f,0x13,0x45,0x00,0x0b,0x40,0x46,0x80, +0x04,0x05,0xd0,0x00,0x92,0x46,0xc0,0x06,0x07,0x08,0x00,0xff,0x4c,0x46,0x30,0x00, +0x22,0x7e,0x46,0x58,0x00,0x50,0x9e,0x46,0x30,0x06,0x07,0xc0,0x05,0x40,0x46,0xe0, +0x07,0x06,0x88,0x02,0x30,0x46,0xe0,0x07,0xc0,0x01,0x50,0x04,0x47,0xe0,0x07,0x08, +0x58,0x02,0x03,0x08,0x00,0x22,0x4c,0x47,0x20,0x00,0x40,0x67,0x47,0xe0,0x07,0x68, +0x00,0x93,0x94,0x47,0xa0,0x05,0x06,0x09,0x00,0xff,0xaf,0x08,0x00,0x13,0xca,0x28, +0x00,0x10,0xee,0x08,0x00,0x52,0x03,0x00,0x02,0xfa,0x47,0x88,0x00,0xf3,0x03,0x21, +0x48,0x40,0x0b,0x0d,0x0a,0xff,0xfe,0x62,0x48,0x20,0x0a,0x0c,0x0a,0xff,0xfe,0x9e, +0x48,0xe8,0x08,0x83,0x48,0xe0,0x07,0x08,0x05,0x00,0x01,0xdb,0x08,0x00,0x50,0xef, +0x48,0x40,0x0b,0x0c,0xa8,0x05,0x13,0x49,0xe8,0x0b,0x12,0x49,0x30,0x01,0x22,0x72, +0x49,0x18,0x01,0x22,0xa4,0x49,0x60,0x00,0x22,0xc8,0x49,0xa0,0x00,0x13,0xf0,0x10, +0x00,0x40,0x14,0x4a,0xe0,0x07,0xb8,0x0b,0x22,0x34,0x4a,0x38,0x00,0xa2,0x54,0x4a, +0xa0,0x05,0x07,0x0a,0xff,0xfe,0x77,0x4a,0x28,0x00,0x13,0x9f,0x08,0x00,0x22,0xc7, +0x4a,0x90,0x00,0xb1,0xee,0x4a,0x00,0x09,0x0b,0x0b,0xff,0xfe,0x2b,0x4b,0xc0,0xf8, +0x00,0x22,0x4e,0x4b,0x78,0x00,0x10,0x84,0x08,0x00,0x00,0x58,0x0e,0x03,0x08,0x00, +0x13,0xd8,0x08,0x00,0x22,0x02,0x4c,0x08,0x00,0x13,0x2c,0x08,0x00,0x10,0x56,0x08, +0x00,0x52,0x08,0x00,0xff,0x86,0x4c,0x58,0x00,0x13,0xae,0x08,0x00,0x22,0xd6,0x4c, +0xa8,0x00,0x22,0x08,0x4d,0x28,0x00,0x22,0x32,0x4d,0x60,0x00,0x60,0x55,0x4d,0x10, +0x09,0x0a,0x07,0xd8,0x11,0xf0,0x4d,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x92,0x2f,0x94, +0x2f,0x98,0x2f,0x9a,0x2f,0x9b,0x2f,0x9c,0x2f,0x9d,0x2f,0x9e,0x2f,0x9f,0x2f,0xa1, +0x2f,0xa3,0x2f,0xa5,0x2f,0xa7,0x2f,0xa9,0x2f,0xaa,0x2f,0xab,0x2f,0xad,0x2f,0xaf, +0x2f,0xb0,0x2f,0xb3,0x2f,0xb4,0x2f,0xb6,0x2f,0xb7,0x2f,0xb8,0x2f,0xba,0x2f,0xbb, +0x2f,0xbe,0x2f,0xbf,0x2f,0xc8,0x2f,0xc9,0x2f,0xce,0x2f,0xcf,0x2f,0xd0,0x2f,0xd1, +0x2f,0xd2,0x2f,0xd9,0x2f,0xda,0x2f,0xdb,0x2f,0xdc,0x2f,0xdf,0x2f,0xe2,0x2f,0xe3, +0x2f,0x00,0x01,0x02,0x12,0xf2,0xff,0xff,0xff,0x99,0x05,0x06,0x07,0x08,0x09,0x0a, +0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x00,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19, +0x1a,0x1b,0x1c,0x1d,0x1e,0x00,0x1f,0x20,0x00,0x21,0x22,0x23,0x24,0x25,0x26,0x00, +0x00,0x04,0x00,0x0d,0x00,0x11,0x1d,0x1b,0x1d,0x1c,0x1d,0x1e,0x1d,0x32,0x1d,0x3e, +0x1d,0x68,0x1d,0x97,0x1d,0xe7,0x1d,0xe9,0x1d,0x07,0x1e,0x0c,0x1e,0x5e,0x1e,0x5f, +0x1e,0x64,0x1e,0x6d,0x1e,0x90,0x1e,0xee,0x1e,0xf2,0x1e,0xff,0x1e,0x1e,0x1f,0x35, +0x1f,0x60,0x1f,0x6d,0x1f,0xaa,0x1f,0xe0,0x1f,0x54,0x20,0x56,0x20,0x76,0x20,0x79, +0x20,0x7d,0x20,0x82,0x20,0x88,0x20,0x96,0x20,0x97,0x20,0x9e,0x20,0x0b,0x21,0x17, +0x21,0x2e,0x21,0x36,0x21,0x3a,0x21,0x5b,0x21,0x5e,0x21,0x83,0x21,0xac,0x21,0xb0, +0x21,0xb1,0x21,0xca,0x21,0xe6,0x21,0x27,0x22,0x69,0x22,0xcc,0x22,0xe8,0x22,0x04, +0x23,0x08,0x23,0x19,0x23,0x1d,0x23,0x1e,0x23,0x22,0x23,0x37,0x23,0x3c,0x23,0x5b, +0x23,0x79,0x23,0x60,0x24,0x79,0x25,0xef,0x25,0x03,0x26,0x0b,0x26,0x38,0x26,0x39, +0x26,0x58,0x26,0xdc,0x26,0x42,0x27,0x68,0x27,0xa8,0x27,0x01,0x28,0x1a,0x28,0x27, +0x28,0x2b,0x28,0x38,0x28,0x3f,0x28,0x42,0x28,0x79,0x28,0x69,0x2a,0x9d,0x2a,0xab, +0x2a,0xb0,0x2a,0xca,0x2a,0x0f,0x2b,0x20,0x2b,0x22,0x2b,0xf7,0x2c,0xff,0x2c,0x49, +0x2d,0x84,0x2d,0xb7,0x2d,0xb8,0x2d,0x07,0x2e,0x20,0x2e,0x42,0x2e,0x46,0x2e,0x48, +0x2e,0x64,0x2e,0x73,0x2e,0x82,0x2e,0x96,0x2e,0x9d,0x2e,0xba,0x2e,0xbf,0x2e,0xd6, +0x2e,0xed,0x2e,0xd6,0x2f,0x04,0x30,0x20,0x30,0x5c,0x30,0x21,0x31,0x5c,0x31,0xaf, +0x31,0xcd,0x31,0xe3,0x31,0xf2,0x31,0x12,0x32,0x50,0x32,0xb6,0x32,0xb9,0x32,0xd4, +0x32,0xec,0x32,0xde,0x33,0x68,0x34,0x81,0x34,0x85,0x34,0x98,0x34,0xc1,0x34,0xca, +0x34,0xf3,0x34,0xf6,0x34,0x1f,0x35,0x53,0x35,0x80,0x35,0x05,0x36,0x09,0x36,0x11, +0x36,0x1a,0x36,0x30,0x36,0x3b,0x36,0x3c,0x36,0x3d,0x36,0x72,0x36,0xb1,0x36,0x4d, +0x37,0x2d,0x38,0x86,0x38,0x93,0x38,0xdc,0x38,0x2a,0x39,0x70,0x39,0x73,0x3a,0x74, +0x3a,0x9c,0x3a,0xdf,0x3a,0xe5,0x3a,0x28,0x3b,0x71,0x3b,0xe6,0x3b,0xf3,0x3b,0x99, +0x3c,0x2c,0x3d,0x3a,0x3d,0xa1,0x3d,0xa7,0x3d,0x25,0x3e,0x81,0x3e,0x32,0x40,0xc7, +0x41,0x98,0x42,0x0f,0x43,0x17,0x43,0x30,0x44,0x39,0x44,0x4c,0x44,0x7b,0x44,0x8c, +0x45,0x51,0x46,0xcb,0x47,0x4b,0x48,0xe3,0x48,0x01,0x49,0x0c,0x49,0x8b,0x49,0x92, +0x49,0x00,0x4a,0x3d,0x4a,0x65,0x4a,0xa8,0x4a,0xb2,0x4a,0xd5,0x4a,0xcf,0x4b,0x31, +0x4c,0x33,0x4c,0x41,0x4c,0x53,0x4c,0x5d,0x4c,0x82,0x4c,0xaa,0x4c,0xab,0x4c,0xe2, +0x4c,0xeb,0x4c,0xf9,0x4c,0x7f,0x4e,0xb5,0x4e,0x14,0x4f,0x16,0x4f,0xdd,0x4f,0x0e, +0x50,0xfb,0x50,0x80,0x51,0x83,0x51,0x46,0x54,0x5d,0x57,0x6e,0x57,0x79,0x57,0x81, +0x57,0xd6,0x57,0x0e,0x58,0x18,0x58,0x92,0x58,0x9c,0x58,0xa0,0x58,0xa7,0x58,0x11, +0x59,0x19,0x59,0x29,0x59,0x3e,0x59,0x4d,0x59,0x83,0x59,0x84,0x59,0x9e,0x59,0xaf, +0x59,0xbd,0x59,0xbe,0x59,0xd0,0x59,0xe7,0x59,0x69,0x5a,0x77,0x5a,0xcc,0x5b,0xcd, +0x5b,0x75,0x5c,0x88,0x5c,0xee,0x5c,0x09,0x5e,0x14,0x5e,0x2e,0x5e,0xcd,0x5e,0x0e, +0x5f,0x12,0x5f,0x2b,0x5f,0x30,0x5f,0x56,0x5f,0x5f,0x5f,0x7a,0x5f,0x89,0x5f,0xf9, +0x5f,0xe0,0x60,0x43,0x62,0x88,0x64,0x9c,0x64,0xa4,0x64,0x75,0x65,0xd7,0x65,0xf3, +0x65,0x0c,0x66,0x63,0x66,0x6f,0x66,0x73,0x66,0x04,0x67,0x17,0x67,0x5d,0x67,0xec, +0x67,0xe9,0x69,0x12,0xbf,0x19,0xbf,0x1c,0xbf,0x1d,0xbf,0x1e,0xbf,0x22,0xbf,0x24, +0xbf,0x26,0xbf,0x2a,0xbf,0x2d,0xbf,0x32,0xbf,0x37,0xbf,0x38,0xbf,0x39,0xbf,0x4f, +0xbf,0x54,0xbf,0x59,0xbf,0x5c,0xbf,0x5d,0xbf,0x5e,0xbf,0x62,0xbf,0x63,0xbf,0x64, +0xbf,0x65,0xbf,0x78,0xbf,0x79,0xbf,0x7f,0xbf,0x81,0xbf,0x82,0xbf,0x85,0xbf,0x88, +0xbf,0x89,0xbf,0x8a,0xbf,0x8c,0xbf,0xa4,0xbf,0xa6,0xbf,0xd5,0xbf,0xd6,0xbf,0xd8, +0xbf,0xda,0xbf,0xf1,0xbf,0xf8,0xbf,0xfb,0xbf,0x04,0xc0,0x2d,0xc0,0x35,0xc0,0x6c, +0xc0,0xfc,0xc0,0x51,0xc1,0x52,0xc1,0x53,0xc1,0x54,0xc1,0x55,0xc1,0x98,0xc1,0xa4, +0xc1,0xfe,0xc1,0x15,0xc2,0x6b,0xc4,0xd3,0xc6,0xb3,0xc7,0x0c,0x00,0xb0,0x0b,0x00, +0xa0,0x06,0x00,0x20,0x0d,0x00,0x2a,0x66,0x19,0x55,0x05,0x22,0x05,0x27,0x00,0x71, +0x80,0x3c,0x8c,0x60,0x80,0x80,0x5c,0x8c,0x40,0x80,0x70,0x07,0x26,0x00,0x00,0x60, +0x00,0x4d,0x60,0x1c,0x15,0x01,0xc0,0x00,0x04,0xc4,0x00,0x00,0xc2,0x10,0x08,0x42, +0xbb,0x90,0x00,0x90,0x00,0x2a,0x90,0x08,0x00,0x81,0x63,0x26,0x00,0x90,0x55,0x80, +0x00,0x73,0x85,0x64,0x83,0x19,0x78,0x09,0x09,0x00,0x25,0x09,0x09,0x00,0x80,0x06, +0x85,0x04,0x98,0x00,0x0b,0x0a,0x00,0x09,0x86,0x00,0x0a,0xc0,0x08,0x76,0x68,0x74, +0x94,0x09,0xd0,0x2c,0xaa,0x6a,0x2a,0x19,0x05,0x00,0x20,0x36,0x0a,0x00,0xa0,0x19, +0x01,0x80,0x0a,0x00,0xa0,0x06,0x30,0x05,0x20,0x05,0x40,0x0a,0x00,0xa0,0x08,0x10, +0x82,0x0a,0x00,0xa0,0x27,0x05,0x10,0x03,0x60,0x2c,0xd3,0x08,0x70,0x00,0x50,0x00, +0x0a,0x00,0x69,0xd9,0x60,0x0a,0x00,0x00,0xa0,0x00,0x00,0x3d,0x09,0x31,0x59,0x70, +0x01,0x3b,0x00,0x53,0x00,0x90,0x00,0x80,0x05,0x40,0x09,0x00,0x09,0x00,0x45,0x00, +0x80,0x00,0x40,0x00,0x09,0xb9,0x04,0x90,0x93,0x74,0x05,0x78,0x40,0x48,0x74,0x05, +0x73,0x80,0x93,0x09,0xa9,0x00,0x09,0xf1,0x00,0x0c,0x10,0x00,0xb1,0x00,0x0b,0x05, +0x00,0xf0,0x55,0x2a,0xeb,0x40,0x2a,0xc8,0x02,0x00,0xb1,0x00,0x0a,0x20,0x01,0xc0, +0x00,0xa3,0x00,0x96,0x00,0x7e,0xbb,0x60,0x2b,0xb9,0x01,0x10,0xb3,0x00,0x0d,0x00, +0x4d,0x70,0x00,0x09,0x32,0x00,0x86,0x4b,0xa9,0x00,0x00,0x6d,0x00,0x1a,0xc0,0x0a, +0x2c,0x05,0x70,0xc0,0xaa,0xae,0x70,0x00,0xc0,0x00,0x0c,0x00,0x0e,0xbb,0x21,0x90, +0x00,0x2d,0xa8,0x00,0x10,0xa5,0x00,0x06,0x73,0x00,0xa4,0x4b,0xc9,0x00,0x05,0xbb, +0x31,0xc0,0x00,0x56,0x00,0x07,0x89,0x80,0x67,0x06,0x62,0x90,0x58,0x07,0xbb,0x10, +0x6b,0xbd,0x70,0x00,0xb0,0x00,0x57,0x6c,0x00,0xf1,0x23,0xc0,0x00,0x1b,0x00,0x02, +0xa0,0x00,0x08,0x99,0x03,0x90,0x73,0x0c,0x29,0x20,0x9c,0xb0,0x55,0x08,0x58,0x50, +0x58,0x1b,0xab,0x10,0x0b,0xa7,0x06,0x60,0xa2,0x93,0x05,0x66,0x70,0x97,0x09,0x98, +0x50,0x00,0xa1,0x3c,0xb5,0x00,0x3b,0x01,0x00,0x01,0x3b,0x3b,0x01,0xd6,0x00,0xf1, +0x8c,0x00,0x00,0x20,0x17,0xa5,0x8b,0x20,0x01,0x7a,0x71,0x00,0x03,0x50,0x69,0x99, +0x60,0x00,0x00,0x69,0x99,0x60,0x20,0x00,0x05,0xa7,0x10,0x00,0x2b,0x81,0x7a,0x71, +0x53,0x00,0x00,0x3b,0xb4,0x10,0x1a,0x00,0x67,0x01,0xb0,0x04,0x50,0x01,0x10,0x07, +0x70,0x00,0x49,0x88,0x70,0x07,0x60,0x00,0x37,0x18,0x05,0x88,0x09,0x54,0x37,0x0a, +0x09,0x72,0x63,0x38,0x09,0x46,0x18,0x58,0x71,0x0a,0x30,0x01,0x00,0x00,0x68,0x96, +0x00,0x00,0xd5,0x00,0x03,0x8a,0x00,0x08,0x3b,0x00,0x0c,0x07,0x40,0x2d,0xab,0xa0, +0x75,0x00,0xd0,0xc0,0x00,0x94,0x1e,0xaa,0x70,0x1b,0x00,0xd0,0x1b,0x00,0xd0,0x1e, +0xae,0x80,0x1b,0x00,0x95,0x1b,0x00,0x86,0x1e,0xaa,0x90,0x03,0xbb,0xa0,0x0c,0x10, +0x20,0x58,0x00,0x00,0x76,0x00,0x00,0x58,0x00,0x00,0x1d,0x10,0x21,0x03,0xbb,0xa1, +0x1e,0xab,0x50,0x1b,0x00,0xb3,0x1b,0x00,0x58,0x1b,0x00,0x3a,0x06,0x00,0xfb,0x07, +0xc2,0x1e,0xbb,0x50,0x1e,0xbb,0x71,0xb0,0x00,0x1b,0x00,0x01,0xea,0xa2,0x1b,0x00, +0x01,0xb0,0x00,0x1e,0xbb,0x90,0x12,0x00,0x90,0x1b,0x00,0x00,0x02,0xbb,0xb2,0x0d, +0x20,0x10,0x4e,0x00,0xe2,0x06,0xb7,0x58,0x00,0x38,0x0d,0x10,0x48,0x03,0xbb,0xc3, +0x1b,0x00,0x2a,0x03,0x00,0x35,0x1e,0xbb,0xca,0x0c,0x00,0x12,0x1b,0x01,0x00,0x24, +0x00,0x0d,0x02,0x00,0xf1,0x04,0x31,0x1c,0x3b,0xd5,0x1b,0x00,0xc2,0x1b,0x0a,0x40, +0x1b,0x79,0x00,0x1e,0xcc,0x00,0x1e,0x18,0x60,0xae,0x00,0x13,0x68,0x5c,0x00,0x04, +0x05,0x00,0xf0,0x4c,0x1e,0xbb,0x60,0x1f,0x10,0x0c,0x61,0xd6,0x01,0xd6,0x1a,0xa0, +0x79,0x61,0xa9,0x1a,0x66,0x1a,0x48,0x85,0x61,0xa0,0xe3,0x56,0x1a,0x03,0x05,0x60, +0x1f,0x10,0x29,0x1c,0x90,0x29,0x1a,0xa2,0x29,0x1a,0x2a,0x29,0x1a,0x09,0x59,0x1a, +0x01,0xc9,0x1a,0x00,0x89,0x03,0xbb,0xa1,0x01,0xd1,0x04,0xa0,0x58,0x00,0x0d,0x07, +0x60,0x00,0xb1,0x58,0x00,0x0d,0x00,0xd1,0x04,0xa0,0x03,0xbb,0xa1,0x00,0x1e,0xac, +0x60,0x1b,0x00,0xc1,0x1b,0x00,0xa3,0x1b,0x01,0xd0,0x1e,0xab,0x30,0x1b,0x00,0xc2, +0x00,0x00,0x19,0x00,0x24,0xd1,0x05,0x2e,0x00,0xf1,0x06,0x57,0x00,0x0d,0x01,0xc0, +0x02,0xc0,0x06,0xb8,0xc2,0x00,0x00,0xc3,0x00,0x00,0x02,0x9a,0x20,0x1e,0xab,0x80, +0x1b,0x01,0xfb,0x16,0xc1,0x1e,0xae,0x50,0x1b,0x0b,0x20,0x1b,0x03,0xb0,0x1b,0x00, +0xb3,0x08,0xcb,0x52,0xb0,0x02,0x0d,0x30,0x00,0x2b,0xc2,0x00,0x04,0xc2,0x20,0x1d, +0x2a,0xbc,0x40,0x8b,0xeb,0xb1,0x00,0xb1,0x00,0x03,0x00,0x36,0x1b,0x00,0x29,0x03, +0x00,0x00,0x1e,0x01,0xf0,0x49,0x85,0x04,0xcb,0x90,0xc0,0x00,0xc0,0x84,0x01,0xb0, +0x39,0x05,0x60,0x0c,0x0a,0x10,0x0a,0x2b,0x00,0x05,0xa8,0x00,0x00,0xf3,0x00,0xa2, +0x08,0x70,0x38,0x75,0x0a,0xa0,0x65,0x48,0x09,0xb0,0x92,0x1b,0x36,0x83,0xb0,0x0c, +0x73,0x46,0xb0,0x0a,0xb0,0x1b,0x90,0x07,0xb0,0x0d,0x60,0x77,0x03,0x90,0xc0,0xb1, +0x06,0xa8,0x00,0x1f,0x30,0x08,0x7a,0x01,0xb0,0xa3,0x94,0x02,0xb0,0x0c,0x10,0x48, +0x05,0x80,0xb1,0x00,0xc3,0xa0,0x00,0x6e,0x20,0x00,0x0d,0x00,0x00,0x0c,0x03,0x00, +0xf3,0x08,0x2b,0xbb,0xd0,0x00,0x85,0x00,0x2b,0x00,0x0b,0x20,0x05,0x80,0x00,0xc0, +0x00,0x7d,0xbb,0xb0,0x0c,0x50,0x80,0x08,0x00,0x03,0x00,0xf4,0x09,0x09,0x50,0x90, +0x00,0x63,0x00,0x18,0x00,0x09,0x00,0x07,0x20,0x02,0x70,0x00,0x90,0x00,0x71,0x00, +0x22,0x4b,0x10,0x81,0x08,0x03,0x00,0xf1,0x34,0x59,0x10,0x01,0xe1,0x00,0x67,0x60, +0x0a,0x0b,0x03,0x80,0x83,0x78,0x88,0x70,0x53,0x01,0xb1,0x00,0x00,0x1b,0xbb,0x00, +0x00,0x93,0x09,0x8b,0x56,0x60,0x85,0x2b,0x9a,0x50,0x2a,0x00,0x00,0x2a,0x00,0x00, +0x2c,0xad,0x50,0x2b,0x00,0xe0,0x2a,0x00,0xd1,0x2a,0x01,0xd0,0x2c,0xac,0x40,0x08, +0xbc,0x05,0xa0,0x00,0x86,0x00,0x05,0xa0,0x00,0x09,0xbb,0x10,0xb2,0x01,0xf2,0x13, +0x09,0xba,0xb4,0xa0,0x1b,0x76,0x01,0xb5,0x90,0x2b,0x0a,0xb8,0xb0,0x09,0xbb,0x15, +0x90,0x57,0x8b,0x89,0x75,0x90,0x00,0x09,0xb9,0x20,0x07,0xa1,0x0c,0x00,0x7e,0x80, +0x0c,0x00,0x02,0x00,0xf0,0x04,0x19,0x8e,0x84,0x90,0x92,0x0c,0x87,0x03,0x80,0x00, +0x0d,0xa9,0x46,0x40,0x1c,0x3a,0x9a,0x40,0x2a,0x48,0x03,0xf0,0x01,0x2c,0xac,0x42, +0xc0,0x3a,0x2a,0x01,0xb2,0xa0,0x1b,0x2a,0x01,0xb0,0x3a,0x00,0x2a,0x01,0x00,0x61, +0x03,0xa0,0x00,0x02,0xa0,0x2a,0x03,0x00,0x22,0x39,0x3b,0x27,0x00,0xe4,0x2a,0x0a, +0x42,0xa7,0x60,0x2d,0xd5,0x02,0xc0,0xc0,0x2a,0x04,0x90,0x2a,0x1e,0x00,0xf1,0x03, +0x0d,0x10,0x2a,0xad,0x5a,0xc2,0x2c,0x05,0xb0,0x57,0x2a,0x03,0x90,0x48,0x2a,0x03, +0x90,0x38,0x04,0x00,0x08,0x53,0x00,0xe7,0x09,0xbb,0x25,0x90,0x2c,0x86,0x00,0xd5, +0x90,0x2c,0x09,0xbb,0x20,0x2b,0xcd,0x00,0x32,0x2d,0xac,0x40,0xe2,0x00,0x43,0x09, +0x98,0xb4,0x90,0xc1,0x00,0x12,0xb9,0x82,0x02,0x51,0x29,0xb5,0x2d,0x00,0x2a,0x02, +0x00,0xf2,0x01,0x1a,0xb6,0x58,0x00,0x07,0xb3,0x00,0x1b,0x5a,0xa5,0x05,0x00,0x0b, +0x00,0x8e,0xa1,0xcb,0x00,0xf5,0x5a,0x08,0xa1,0x39,0x02,0xa3,0x90,0x2a,0x39,0x02, +0xa2,0xb0,0x5a,0x0a,0xb7,0xa0,0xb2,0x06,0x65,0x70,0xb1,0x0b,0x1a,0x00,0xa7,0x50, +0x04,0xe0,0x00,0x93,0x0e,0x20,0xc5,0x72,0xa6,0x29,0x1b,0x63,0xa6,0x40,0xb9,0x0a, +0xa0,0x08,0xa0,0x7c,0x00,0x66,0x0c,0x00,0xb8,0x50,0x06,0xe0,0x00,0xb7,0x60,0x84, +0x0c,0x10,0xb2,0x06,0x64,0x80,0xb1,0x0c,0x1a,0x00,0x79,0x50,0x01,0xf0,0x00,0x29, +0x00,0x6a,0x10,0x00,0x4a,0xbd,0x00,0x0a,0x30,0x05,0x80,0x01,0xc0,0x00,0x9d,0xaa, +0x00,0x09,0x50,0xb0,0x0a,0x00,0xa0,0x88,0x00,0xa0,0x0a,0x00,0xa0,0x05,0x50,0x17, +0x01,0x00,0x11,0x59,0x12,0x00,0x20,0x07,0x80,0x06,0x00,0xa0,0x55,0x00,0x29,0x50, +0x33,0x05,0x92,0x00,0x00,0x03,0x02,0x09,0xf2,0x0d,0xf4,0x00,0x09,0xaa,0xab,0xb3, +0x00,0xb1,0x11,0x01,0xc2,0x0b,0x00,0x00,0x0a,0x40,0xdc,0xcc,0x88,0x60,0x00,0x00, +0x1f,0x70,0x00,0x00,0x00,0x70,0xff,0x1a,0xf5,0x20,0x9b,0x00,0x00,0x07,0x7e,0xaa, +0xa6,0x69,0x01,0x11,0x2b,0x95,0x00,0x00,0x1b,0x0a,0x3c,0xcc,0xc9,0x00,0xbb,0x00, +0x00,0x00,0x16,0x00,0x00,0x00,0x04,0x10,0x00,0x00,0x78,0xa2,0x00,0x09,0x60,0x0b, +0x30,0x8e,0x70,0x1b,0xf2,0x00,0xc0,0x29,0x00,0x04,0x00,0x78,0xec,0xc8,0x00,0x00, +0xab,0xb6,0x00,0x14,0x00,0xf0,0x3a,0x7c,0xb0,0x1e,0xb2,0x1b,0x30,0x08,0x70,0x00, +0xb5,0xa6,0x00,0x00,0x09,0x40,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x1d,0x20,0x00, +0x00,0x08,0x18,0x00,0x00,0x01,0x80,0x62,0x00,0x00,0x81,0x00,0x90,0x00,0x18,0x00, +0x06,0x30,0x08,0x10,0x00,0x09,0x01,0xc8,0x88,0x88,0xc3,0x00,0x00,0x26,0x00,0x02, +0x3b,0x18,0x08,0x54,0xe1,0x86,0x10,0x75,0xf4,0x70,0x0b,0x70,0x77,0x01,0x50,0x07, +0x05,0x05,0xf1,0x13,0x83,0x04,0x80,0x00,0x46,0x30,0x00,0x00,0x5c,0xd8,0x60,0x06, +0x84,0xe2,0x95,0x07,0x10,0x10,0x35,0x0e,0x00,0x00,0x3c,0x09,0x50,0x00,0x75,0x03, +0xa7,0x58,0x91,0x00,0x15,0x64,0xbb,0x1b,0xf1,0x83,0x03,0xad,0x78,0x30,0x0b,0x05, +0x50,0x63,0x08,0x93,0x70,0x08,0x07,0x07,0x00,0x07,0x07,0x10,0x00,0x08,0x00,0x81, +0x00,0x72,0x00,0x07,0x77,0x10,0x00,0x47,0x77,0x30,0x08,0x00,0x62,0x02,0x50,0x08, +0x00,0x47,0x07,0x40,0x28,0x98,0x80,0x08,0x08,0x87,0x00,0x70,0x52,0x70,0x03,0x70, +0x47,0x00,0x02,0x74,0x00,0x00,0x00,0x36,0x30,0x00,0x60,0x60,0x06,0xbc,0xc7,0x06, +0x00,0x06,0x06,0x46,0x46,0x06,0x45,0x46,0x09,0x9c,0xa9,0x00,0x60,0x60,0x00,0x65, +0x70,0x00,0x00,0x10,0x04,0x03,0xde,0xe6,0xa9,0xf5,0x00,0x07,0x09,0x70,0x00,0x70, +0x29,0x10,0x08,0x7f,0x00,0x00,0xb4,0xc9,0x33,0x10,0x01,0x8c,0xc4,0x48,0xa6,0x66, +0x37,0x9f,0x23,0x58,0x72,0x64,0xef,0x97,0x5e,0x06,0xa9,0x72,0x60,0x00,0x77,0x5e, +0x00,0x07,0x73,0x80,0x00,0x78,0x9f,0x55,0x57,0x01,0x11,0x11,0x97,0x00,0xf2,0x44, +0x6e,0xf8,0x20,0x63,0x78,0x08,0x17,0x05,0x80,0x07,0x73,0x95,0xa3,0x7d,0xa8,0x19, +0xe7,0x5f,0x10,0x3c,0x00,0x16,0x75,0x00,0x01,0x20,0x00,0x00,0x4f,0xf9,0x00,0x00, +0xcf,0xff,0x4a,0x40,0x8f,0xff,0xdf,0xf0,0x0d,0xdc,0xef,0xb0,0x75,0x8f,0xff,0x70, +0xa2,0xff,0xff,0xe0,0x9b,0xa9,0x99,0x90,0x00,0x10,0x00,0x00,0x01,0xa1,0x00,0x12, +0x13,0xb1,0x0b,0xde,0xee,0xb1,0x2b,0xbb,0xbb,0x80,0x4c,0x44,0x43,0x00,0x39,0x00, +0x00,0x00,0x21,0xab,0x1c,0xf5,0x18,0x07,0x87,0x10,0x00,0x09,0x87,0x70,0x00,0x07, +0x75,0x10,0x18,0x55,0x91,0x00,0xc7,0x89,0x5c,0x00,0x98,0x67,0x79,0x00,0x06,0x66, +0x60,0x00,0x37,0x77,0x30,0x70,0x04,0x63,0x70,0x08,0x7a,0x70,0x00,0x07,0x03,0x00, +0xb0,0x77,0x77,0x7b,0x17,0x47,0x07,0x17,0x40,0x0d,0x00,0x10,0x3f,0x00,0x10,0x79, +0x96,0x01,0xf2,0x07,0x6a,0x71,0x00,0x00,0x00,0x4e,0x70,0x00,0x39,0x93,0x00,0x5a, +0x71,0x17,0x90,0x20,0x49,0x82,0x00,0x69,0x50,0x00,0x21,0x00,0x70,0x00,0x48,0x00, +0x08,0x90,0x00,0x40,0x0a,0x00,0xf2,0x27,0x08,0x22,0x40,0x69,0xd8,0x75,0x00,0x0a, +0x7b,0x70,0x08,0xc2,0xa6,0x88,0x49,0x65,0x0b,0xb0,0xa8,0x01,0xb9,0xaa,0x36,0xb3, +0x00,0x00,0x40,0x00,0x30,0x00,0x00,0x00,0xc0,0x00,0x0b,0x00,0xc0,0x00,0x05,0x70, +0xb0,0x00,0x00,0xc0,0x82,0x04,0x00,0xb1,0x48,0x2a,0x00,0x41,0x0a,0xd2,0xf6,0x01, +0x31,0x01,0x8b,0xb3,0x4e,0x00,0xf1,0x05,0x3b,0xaa,0xe4,0x00,0x00,0x08,0x50,0x00, +0x00,0x9c,0x00,0x00,0x0a,0x65,0x80,0x00,0x95,0x00,0xba,0xb1,0x19,0x00,0xf2,0x0b, +0xb0,0x00,0x00,0x8a,0xea,0x56,0xa1,0x00,0xa0,0x00,0x23,0x00,0xc9,0x97,0x10,0x39, +0xb0,0x03,0xa0,0xc0,0xa0,0x03,0x90,0x6b,0x83,0xb9,0x87,0x00,0xf8,0x0e,0x0a,0x00, +0x00,0x00,0x01,0xa0,0x06,0x20,0x3a,0xcc,0xaa,0x1b,0x00,0x09,0x20,0xb0,0x84,0x00, +0xb0,0x0b,0x01,0x20,0x75,0x00,0xa0,0x00,0x0b,0x0a,0xc4,0xc0,0x1d,0xf6,0x0e,0x90, +0x03,0x67,0x00,0x29,0x00,0x64,0x04,0xac,0xba,0x92,0xa0,0x00,0xa1,0x0b,0x09,0x20, +0x0b,0x00,0xb0,0x22,0x08,0x40,0x1a,0x00,0x01,0xa0,0xac,0x40,0xea,0x1d,0xf0,0x0c, +0x11,0x86,0x61,0x18,0x88,0xd4,0x00,0x10,0x1b,0x68,0x28,0x98,0x8a,0x10,0x20,0x04, +0xd0,0x0a,0x00,0x35,0x00,0xd4,0x23,0x20,0x01,0x78,0x74,0x6a,0x00,0xf2,0x11,0x40, +0x11,0x2a,0x48,0x64,0x68,0x8c,0x71,0x10,0x11,0x16,0x98,0x20,0x79,0x97,0xd2,0x00, +0x00,0x01,0x85,0x00,0x91,0x03,0x85,0x00,0x93,0x00,0x00,0x00,0x2b,0xbb,0xc0,0x6e, +0x00,0xf0,0x0a,0xc1,0x00,0x3b,0x20,0x05,0xa0,0x00,0x0e,0x00,0x00,0x06,0xa0,0x00, +0x00,0x4c,0x10,0x00,0x03,0xc2,0x00,0x00,0x31,0x83,0x00,0x0b,0x97,0x00,0xf1,0x09, +0x21,0xa0,0x4a,0xae,0x82,0xa0,0x00,0x0a,0x00,0xb5,0x00,0x0a,0x00,0xb6,0x00,0x29, +0x00,0x93,0x02,0xc2,0x00,0x00,0x03,0x20,0x3b,0x00,0x33,0xab,0xbb,0x70,0x89,0x00, +0x12,0x62,0x1b,0x03,0x41,0x2b,0xcb,0xbb,0x30,0xa3,0x03,0xf2,0x09,0x92,0x11,0x9b, +0xab,0xe9,0x20,0x00,0x0a,0x10,0x00,0x00,0x58,0x07,0x30,0x28,0x70,0x84,0x00,0x00, +0x02,0xca,0x9b,0x30,0x00,0x48,0x02,0x12,0x0c,0x2b,0x01,0x18,0x0b,0x07,0x00,0x81, +0x06,0x0b,0x20,0x09,0x70,0x3c,0xbb,0x50,0x0d,0x00,0xa0,0x89,0x99,0xd9,0x95,0x00, +0x28,0xb0,0x00,0x00,0xa1,0x04,0x00,0xc2,0xd1,0x00,0x00,0x39,0xd0,0x00,0x00,0x4c, +0x30,0x00,0x00,0x61,0x1f,0x03,0xf0,0x13,0x00,0x00,0x0b,0x09,0x60,0x69,0x99,0xd9, +0x97,0x00,0x00,0x7d,0x00,0x00,0x00,0x74,0x72,0x00,0x00,0x08,0x38,0x60,0x00,0x00, +0x18,0xf3,0x00,0x00,0x02,0xa8,0x00,0x00,0x00,0x33,0x27,0x00,0xf1,0x06,0x80,0x00, +0x90,0x00,0x0b,0x00,0x0a,0x00,0x47,0xda,0xaa,0xea,0x32,0x2b,0x00,0x09,0x00,0x00, +0xa0,0x3b,0x70,0x94,0x00,0xf2,0x09,0x00,0x4b,0xbb,0xb4,0x00,0x00,0x6a,0x9b,0x70, +0x00,0x00,0x5a,0x00,0x00,0x07,0x80,0x00,0x08,0xbe,0xca,0x98,0x02,0x06,0x50,0x8d, +0x00,0x90,0x07,0x93,0x20,0x00,0x00,0x47,0x50,0x00,0x04,0x45,0x00,0xf3,0x0d,0xc1, +0x10,0x00,0x0b,0xbd,0xa3,0x00,0x00,0x05,0x61,0x9a,0x90,0x00,0x92,0x01,0x01,0x00, +0x0c,0x03,0x00,0x00,0x04,0x80,0xa0,0x00,0x00,0xb2,0x05,0xf6,0x01,0xf2,0x10,0x00, +0x17,0x00,0x35,0x11,0x36,0xb8,0x14,0x63,0x27,0xb6,0x20,0x10,0x00,0x0b,0x04,0x99, +0x70,0x01,0xa0,0x00,0x00,0x00,0x75,0x0b,0x00,0x00,0x0d,0x00,0x9b,0xa9,0x24,0x00, +0x80,0x47,0x96,0x03,0xb7,0x31,0x77,0x00,0x00,0x1b,0x00,0x41,0x94,0x00,0x5a,0xb4, +0x15,0x00,0xc0,0x37,0xab,0xa2,0x02,0xc8,0x30,0x03,0xd0,0x00,0x00,0x00,0x0b,0x24, +0x03,0xf1,0x07,0xd0,0x00,0x00,0x15,0xc3,0x00,0x00,0xaa,0x61,0x00,0x03,0x46,0x79, +0xa8,0x28,0x64,0x97,0x10,0x00,0x04,0x70,0x00,0xb3,0x00,0x60,0x09,0x20,0x00,0x00, +0x04,0xb1,0xbb,0x00,0x11,0xb0,0xb6,0x01,0xf0,0x04,0x45,0x78,0x98,0x02,0x86,0x49, +0x72,0x20,0x00,0x04,0x70,0x78,0x10,0x00,0x91,0x03,0x10,0x00,0x0a,0x95,0x01,0x10, +0x4a,0x1d,0x00,0x25,0x4c,0xb0,0x22,0x02,0x10,0xa1,0xad,0x00,0x71,0x5b,0x10,0x0b, +0xb6,0x00,0x04,0xa0,0x6e,0x01,0x00,0x7c,0x01,0x53,0x6c,0xbb,0xc7,0x00,0x01,0xb0, +0x02,0xf0,0x1b,0x0a,0xad,0xa1,0x91,0x00,0x06,0x40,0x03,0xc1,0x00,0xb0,0x08,0x02, +0x00,0x67,0x00,0xa0,0x00,0x0a,0x06,0x9d,0x70,0x00,0x00,0xa0,0xa8,0xa0,0x00,0x07, +0xa9,0x01,0x00,0x54,0x00,0x00,0x00,0x82,0x07,0xbb,0xa0,0xa0,0x00,0xac,0x0a,0x00, +0x10,0x1e,0xb1,0x00,0x00,0xb7,0x1a,0x00,0x00,0xa3,0x08,0xbb,0xc2,0x20,0x8a,0x00, +0xf0,0x12,0x10,0x00,0x06,0xbd,0x9a,0x10,0x58,0x0b,0x02,0xa0,0xb0,0x0a,0x00,0xb0, +0xb0,0x56,0x00,0xb0,0xc3,0xb0,0x02,0xb0,0x3b,0x42,0x8c,0x20,0x00,0x02,0x40,0x00, +0x52,0x00,0x08,0x48,0x02,0xf1,0x07,0x20,0xa0,0x49,0xad,0x71,0xa0,0x00,0x0b,0x00, +0xa5,0x05,0x8c,0x00,0xd4,0x73,0x0d,0xa2,0xb0,0x3a,0xb6,0x01,0x00,0x91,0x03,0xf0, +0x00,0x40,0x00,0x00,0x0a,0x6b,0x30,0x00,0x07,0x80,0x1c,0x20,0x03,0xb0,0x00,0x2c, +0x55,0x00,0x01,0x05,0x00,0x30,0x32,0x00,0x00,0x83,0x01,0xf0,0x05,0x61,0x18,0x81, +0x00,0x98,0xc1,0x50,0x00,0x68,0x02,0xc0,0x00,0x4b,0x00,0x04,0xb0,0x00,0x10,0x00, +0x05,0xe0,0x00,0xf0,0x16,0x06,0x20,0x01,0x02,0x91,0x20,0x08,0x9a,0xd8,0x60,0x04, +0x34,0xa4,0x60,0x05,0x57,0xb5,0x30,0x01,0x69,0xb0,0x00,0x0b,0x22,0xdc,0x40,0x0c, +0x26,0x71,0xb0,0x02,0x77,0x00,0x00,0x00,0x7a,0xa8,0xce,0x01,0x01,0x53,0x02,0xf2, +0x2b,0x07,0x00,0x18,0xcc,0x84,0xa0,0x0a,0x3b,0x01,0x8e,0x30,0xa5,0x80,0x09,0x44, +0x07,0x90,0x07,0x80,0x00,0x00,0x02,0x50,0x00,0x00,0x47,0x10,0x00,0x00,0x9a,0xc7, +0x05,0xa0,0x01,0x97,0x00,0x03,0x40,0x93,0x90,0x00,0x00,0x0a,0x47,0x00,0x06,0x00, +0x3c,0x30,0x01,0xa0,0x00,0x5b,0x99,0xc4,0x00,0x00,0x01,0xba,0x03,0xf1,0x0e,0x04, +0x00,0xb0,0x00,0x0b,0x59,0xe5,0x00,0x0d,0x74,0x78,0x80,0x86,0x79,0x10,0xc0,0xa0, +0xa9,0x00,0xa0,0xa2,0xb9,0x01,0xb0,0x49,0x21,0x7c,0x20,0x00,0x39,0x04,0x11,0x00, +0x3d,0x02,0x31,0x08,0xae,0xa5,0xe7,0x03,0xf1,0x05,0x06,0x48,0x11,0x71,0x05,0x9c, +0x94,0x29,0x00,0x46,0x00,0x0b,0x00,0x1c,0x44,0xa6,0x00,0x02,0x78,0x30,0x02,0x04, +0x51,0xa8,0x30,0x05,0x00,0x32,0x79,0x01,0xf1,0x01,0x7a,0xab,0x22,0xe3,0x00,0x3a, +0x01,0x00,0x04,0x90,0x07,0x69,0xb1,0x00,0x43,0x20,0x42,0x00,0xc0,0x18,0x70,0x0a, +0x92,0x58,0x1e,0x10,0x0d,0x2a,0x00,0x0c,0x18,0xac,0x01,0x40,0x86,0x00,0x7b,0x70, +0x5f,0x00,0x52,0xaa,0xab,0x60,0x00,0x10,0xac,0x02,0xf2,0x05,0x00,0x9e,0x9b,0x90, +0x0b,0x60,0x00,0x48,0x01,0x39,0x92,0x29,0x00,0x76,0x3c,0xc3,0x00,0x04,0x86,0x10, +0x46,0x05,0xf2,0x0f,0x40,0x00,0x00,0x28,0xc5,0x6a,0x80,0x01,0x29,0xa4,0x0b,0x00, +0x01,0xe2,0x00,0xb0,0x00,0xac,0x00,0x0b,0x00,0x56,0xa0,0x00,0xb0,0x20,0x0b,0x00, +0x0a,0xc4,0x00,0x05,0x04,0x29,0x00,0xd0,0x3a,0xd4,0x48,0x60,0x00,0x09,0xa6,0x26, +0x90,0x02,0xf1,0x00,0x0c,0x1c,0x07,0x20,0xc0,0x66,0x04,0x01,0x42,0x0b,0x03,0xd6, +0x00,0x29,0x00,0x00,0xe7,0x02,0xf2,0x0d,0x3c,0x56,0x40,0x05,0x8a,0x53,0x10,0x00, +0xb7,0x60,0x48,0x08,0x81,0xac,0x60,0x07,0x09,0xa4,0x00,0x00,0x66,0x43,0x00,0x00, +0x3b,0x99,0xa3,0x00,0x42,0x02,0x03,0xce,0x03,0x21,0x06,0x60,0x3b,0x05,0xf1,0x04, +0x00,0x00,0x8c,0xb3,0x00,0x00,0x1d,0x22,0x80,0x05,0x07,0x50,0x19,0x07,0x40,0xc0, +0x00,0xbb,0x80,0x23,0x00,0xe0,0x4a,0xaa,0xab,0x80,0x00,0x70,0xb1,0x00,0x0b,0x62, +0x00,0x03,0x80,0x00,0x76,0x09,0xf0,0x03,0x72,0x00,0x00,0xaa,0xaa,0xaa,0xb2,0x00, +0x01,0x02,0xb0,0x00,0x0c,0x2b,0x10,0x00,0x1b,0x31,0xa5,0x05,0x11,0x00,0x91,0x09, +0x17,0x30,0xcc,0x22,0xa3,0x03,0xb0,0x00,0x07,0xa1,0x02,0x7b,0xe0,0x00,0x63,0x2e, +0x04,0x15,0x0c,0x1b,0x00,0xe0,0x94,0x00,0x00,0x1b,0x60,0x00,0x17,0xe4,0x00,0x2a, +0xa4,0xa1,0x00,0x01,0xea,0x02,0x01,0x04,0x00,0x20,0xa2,0x00,0x90,0x01,0x00,0xb2, +0x08,0xb0,0xaa,0xea,0xa9,0xb0,0x00,0x01,0xbb,0x00,0x00,0x67,0x10,0x36,0x0d,0x50, +0x0b,0x40,0x00,0x8b,0x40,0x5d,0x05,0x46,0x1a,0xaa,0xaa,0x20,0x79,0x04,0x44,0x6a, +0xae,0xaa,0x70,0x53,0x00,0x41,0x8b,0xbe,0xbb,0x90,0x66,0x00,0x01,0x1c,0x00,0x04, +0x09,0x00,0x53,0x3b,0xbb,0xbb,0xbb,0x30,0xc0,0x05,0xf5,0x02,0x2a,0xab,0xfa,0x70, +0x00,0xbb,0x00,0x01,0xb3,0xa0,0x02,0xc3,0x0a,0x00,0x00,0x0a,0xb0,0xfa,0x01,0xf0, +0x04,0x9a,0xaa,0xea,0xa0,0x00,0x00,0x7e,0x00,0x00,0x00,0x69,0xb0,0x00,0x01,0xa8, +0x0b,0x00,0x00,0xc4,0x41,0x00,0x34,0x03,0xbd,0x00,0x23,0x00,0xa0,0x06,0xaa,0xea, +0xa8,0x00,0x38,0x00,0xb0,0x06,0x50,0x63,0x06,0x94,0xa0,0x86,0x00,0x28,0x77,0x01, +0xbd,0x30,0x00,0xd3,0x04,0xf7,0x0f,0xa2,0x09,0x90,0x01,0x1a,0x21,0x50,0x02,0x99, +0xe9,0x9d,0x10,0x00,0x0b,0x00,0xb0,0x00,0x05,0x70,0x0b,0x00,0x02,0xc0,0x00,0xb0, +0x01,0xb1,0x08,0xc7,0x00,0x01,0x00,0xa0,0x84,0x00,0x00,0x01,0x39,0xba,0xb2,0x00, +0x97,0x6a,0x0e,0x00,0xe0,0xb2,0x47,0x00,0x8a,0xbe,0x96,0x30,0x03,0x00,0x83,0x00, +0x00,0x00,0x05,0xcb,0x00,0x11,0x13,0x26,0x00,0xe0,0x15,0x00,0x00,0xa1,0x05,0x63, +0x00,0x19,0x89,0xb1,0x01,0xc9,0x99,0x20,0x79,0x04,0x90,0x24,0x00,0x68,0xae,0xa8, +0x50,0x05,0x20,0xb0,0x76,0x03,0x13,0x30,0x26,0x05,0x00,0x21,0x07,0xd0,0x05,0x80, +0x00,0x00,0x1d,0xaa,0xba,0x01,0xc3,0x00,0x76,0x0a,0x30,0xc7,0x01,0x20,0x09,0x50, +0xd1,0x23,0x33,0x00,0x7c,0x50,0xdb,0x02,0x00,0x9f,0x00,0xf0,0x01,0x93,0x04,0x65, +0x00,0x3f,0xaa,0xb5,0x00,0x2c,0x10,0x0b,0x10,0x2c,0x20,0x02,0xa0,0x7b,0x00,0xc0, +0x00,0x00,0x00,0xb5,0x00,0x00,0x07,0xc4,0x00,0x00,0x02,0x60,0x27,0x00,0x14,0x12, +0x83,0x00,0x90,0xcb,0xaa,0xaa,0x20,0x68,0x01,0xc0,0x10,0x2b,0x6d,0x0a,0x01,0x2b, +0x07,0x66,0x03,0xc0,0x00,0x00,0x03,0xc1,0xc5,0x00,0xf3,0x08,0x01,0x00,0x03,0x50, +0x04,0x66,0x00,0x84,0x00,0x04,0x00,0x1d,0xaa,0xea,0xb2,0x0b,0x30,0x0b,0x00,0x01, +0x50,0x04,0x80,0x56,0x00,0x10,0x97,0x1d,0x05,0x03,0x1a,0x01,0x32,0xbb,0xbb,0xbc, +0x5d,0x02,0x13,0x0c,0x07,0x00,0x40,0x5b,0xbb,0xbb,0xc0,0x26,0x07,0x30,0xb0,0x0a, +0x10,0x04,0x00,0x80,0x6b,0xea,0xae,0xb9,0x00,0xb0,0x0a,0x00,0xe6,0x0f,0x01,0xdd, +0x0a,0x22,0x03,0xc2,0xe5,0x09,0x00,0x01,0x00,0xd1,0x09,0x00,0x95,0x71,0x00,0xb0, +0x0a,0x13,0x06,0xbe,0xaa,0xeb,0x90,0x22,0x00,0x11,0x0b,0xd7,0x01,0x00,0x97,0x00, +0x50,0x3c,0x20,0x00,0x00,0x05,0x28,0x00,0x31,0x66,0x00,0x00,0x2a,0x0e,0xa1,0x09, +0x30,0x00,0x06,0x00,0x1a,0x10,0x04,0xb0,0x00,0x63,0x04,0x64,0x2a,0x90,0x00,0x04, +0xcb,0x40,0x43,0x08,0x01,0x38,0x03,0xd0,0x06,0x81,0x00,0x09,0x40,0x62,0x20,0x91, +0x00,0x00,0x60,0x02,0xb0,0x3c,0x06,0x22,0x00,0x6b,0x72,0x06,0x24,0x5b,0xb4,0x2b, +0x04,0x80,0x11,0x11,0x10,0x00,0x3a,0xaa,0xae,0x00,0x79,0x05,0x02,0x15,0x03,0x00, +0x5e,0x03,0xa2,0x02,0xb4,0x5b,0x00,0x08,0xc2,0x00,0x5b,0x00,0x30,0x53,0x01,0x10, +0x03,0x35,0x03,0x52,0x65,0x06,0xbb,0xbc,0xd1,0x7b,0x00,0x00,0xa5,0x0d,0xe1,0x00, +0x1c,0x80,0x00,0x00,0x2c,0x39,0x80,0x00,0x8b,0x20,0x09,0x70,0x04,0xfd,0x04,0x02, +0x87,0x02,0xf2,0x00,0x25,0x80,0x16,0x9e,0xa8,0x7b,0x00,0x52,0xb0,0x0b,0x20,0x00, +0x0b,0x03,0x40,0x99,0x02,0x50,0x09,0xbb,0xc9,0x00,0x00,0x69,0x0a,0xf0,0x09,0x09, +0x20,0x06,0x52,0x00,0x92,0x04,0x74,0x04,0x7d,0xba,0x6c,0x20,0x43,0xa2,0x05,0x80, +0x00,0x09,0x20,0x70,0x00,0x00,0x92,0x82,0x00,0x60,0xc9,0xbc,0x20,0x00,0x00,0x11, +0xd2,0x03,0xf4,0x06,0x02,0x48,0x60,0x00,0x66,0x0d,0x10,0x0b,0x10,0x30,0x02,0xb0, +0x00,0x00,0xb3,0x00,0x01,0xb5,0x00,0x04,0xd4,0xd9,0x00,0xc0,0x35,0x00,0x10,0x00, +0x06,0x43,0x0b,0x20,0x00,0x74,0x00,0x2b,0x67,0x01,0x15,0x60,0xdf,0x01,0x54,0xa6, +0x00,0x00,0x04,0xc6,0xa9,0x09,0x00,0x04,0x09,0xf3,0x0c,0x06,0x70,0x00,0x00,0x1c, +0x99,0xba,0x02,0xc2,0x00,0x75,0x0b,0x26,0xa2,0xc0,0x00,0x00,0x3f,0x90,0x00,0x01, +0xb5,0x60,0x00,0x8b,0x30,0x00,0x61,0x04,0xf0,0x0d,0x14,0x00,0x00,0x94,0x04,0x75, +0x00,0x3d,0xaa,0xc6,0x00,0x3b,0x10,0x0a,0x20,0x2c,0x19,0x42,0xa0,0x00,0x00,0x08, +0xf4,0x00,0x00,0x01,0xb6,0x80,0x59,0x0c,0x31,0x00,0x03,0x50,0x01,0x02,0x61,0x25, +0x91,0x00,0x49,0x8d,0x41,0x67,0x03,0x52,0x02,0xba,0xae,0xaa,0xa2,0xd7,0x00,0x10, +0x57,0xa0,0x06,0x02,0xfa,0x05,0x01,0x5e,0x06,0x91,0x42,0x90,0x46,0x0b,0x0a,0x08, +0x30,0x50,0x01,0xb6,0x00,0xb0,0x05,0xc3,0x00,0x01,0x71,0x00,0x00,0x01,0x05,0x30, +0x04,0x9c,0x0b,0xa1,0xd0,0x07,0x40,0x90,0x48,0x00,0x13,0x00,0x0b,0x20,0x1a,0x05, +0x00,0xe5,0x09,0x33,0x00,0x4c,0x70,0x9b,0x04,0x31,0xba,0xaa,0xb2,0x43,0x00,0x92, +0x19,0x99,0x99,0x99,0x20,0x11,0x1b,0x21,0x10,0x8d,0x01,0x10,0x58,0x2c,0x0a,0x06, +0x88,0x02,0x73,0x24,0x40,0x2b,0xaa,0xa7,0x74,0x00,0x0a,0x03,0x61,0x10,0x2a,0x99, +0xe9,0x9a,0x10,0x77,0x01,0x00,0x03,0x01,0x20,0x01,0xc2,0x70,0x15,0x02,0xe4,0x04, +0x00,0xce,0x07,0x91,0x50,0x00,0x0c,0x7c,0x92,0x0b,0x00,0x44,0x0b,0x12,0x00,0x12, +0x03,0xc9,0x02,0xf3,0x02,0xb0,0x24,0x80,0x0b,0x00,0x84,0x00,0xd4,0x00,0x00,0x0c, +0x8c,0x81,0x00,0xb0,0x05,0x40,0xaa,0x04,0x02,0x1f,0x00,0x12,0xc0,0x3e,0x00,0x51, +0x3b,0xbb,0xeb,0xbb,0x20,0xc2,0x02,0x10,0x01,0xe6,0x00,0x53,0x95,0x00,0x00,0x00, +0xa8,0xab,0x27,0x58,0x04,0xbb,0xbb,0xc3,0x00,0xbf,0x27,0x71,0x22,0x22,0x22,0x1a, +0xaa,0xaa,0xaa,0x3c,0x00,0x42,0x7a,0xac,0xad,0x30,0xdc,0x00,0xc2,0x1a,0x70,0x00, +0x03,0x9b,0xc1,0xc5,0x01,0x83,0x0b,0x00,0x81,0x2b,0x01,0x11,0x04,0x94,0x02,0xb0, +0x10,0x00,0x00,0xd0,0x00,0x00,0x67,0x00,0x00,0x1c,0x00,0xe3,0x04,0x53,0x2c,0x50, +0x00,0x6c,0x30,0x63,0x03,0xf0,0x00,0x02,0x00,0x00,0x02,0x90,0x84,0x00,0x00,0x65, +0x01,0xb0,0x00,0x0b,0x10,0x0a,0xfa,0x01,0xb3,0x49,0x00,0xb3,0x00,0x00,0xd0,0x19, +0x00,0x00,0x08,0x20,0x7f,0x00,0xa0,0x05,0x65,0x00,0x48,0x0b,0x23,0x00,0x07,0x40, +0x39,0x56,0x00,0xc1,0xc1,0x00,0x2a,0x00,0x06,0x60,0x0b,0x20,0x00,0x1c,0x03,0xa0, +0xe0,0x0f,0x12,0x00,0xa9,0x08,0xd0,0x50,0x04,0x60,0xa3,0x63,0x00,0x74,0x04,0x80, +0x00,0x0b,0x00,0x0c,0x1c,0x01,0x74,0x75,0x00,0xb2,0x00,0x02,0xb0,0x39,0x91,0x05, +0x10,0xb0,0x03,0x00,0x62,0x63,0xc5,0xab,0x60,0xd6,0x10,0x0c,0x00,0x42,0x00,0x8b, +0xbb,0xc9,0x3c,0x00,0xf2,0x00,0x40,0x1a,0x00,0x06,0x64,0x0a,0x00,0x06,0x10,0x0b, +0x5a,0xa5,0x00,0x0d,0x51,0x06,0x0b,0x10,0x0b,0x4e,0x05,0x21,0xbb,0xbc,0x7a,0x05, +0xee,0x05,0x00,0x03,0x65,0x0b,0x00,0x06,0x63,0x0b,0x48,0xb7,0x00,0x0e,0x72,0x20, +0x00,0x72,0x11,0x11,0x11,0x07,0xaa,0xaa,0xb9,0x66,0x06,0x40,0xc1,0x00,0x00,0x68, +0x76,0x03,0x23,0x05,0xc8,0x95,0x02,0xa2,0x02,0x31,0x00,0x00,0x05,0x56,0x9b,0xbb, +0xbd,0x70,0x4c,0x08,0x00,0x90,0x00,0x85,0x77,0x00,0x00,0x07,0xa0,0x00,0x06,0xc8, +0x08,0x04,0x10,0x66,0x66,0x03,0x82,0x7b,0xbb,0xbc,0xd4,0x00,0x00,0x05,0x60,0x6d, +0x09,0x83,0x49,0x00,0x00,0x04,0xc1,0x00,0x04,0xba,0xce,0x0a,0x02,0x87,0x08,0x60, +0x50,0x00,0x07,0x80,0x0b,0x50,0x94,0x06,0x13,0x30,0xe5,0x0d,0x22,0x00,0x21,0x6a, +0x01,0xd0,0x51,0x18,0x91,0x00,0x98,0xc2,0x40,0x00,0x68,0x01,0xc2,0x00,0x3b,0x35, +0x0b,0x11,0x10,0xd3,0x04,0x32,0x00,0x05,0x20,0x49,0x05,0xd2,0x51,0x07,0x70,0x00, +0x88,0xc2,0x55,0x00,0x59,0x01,0xc2,0x00,0x2c,0x20,0x00,0x20,0x04,0xc0,0xe5,0x03, +0x11,0x10,0x0e,0x01,0x41,0xaa,0xae,0xaa,0xa1,0x09,0x00,0xf0,0x00,0x09,0x0b,0x07, +0x20,0x07,0x50,0xb0,0x1b,0x01,0x80,0x0b,0x00,0x52,0x00,0x0a,0xfb,0x09,0x05,0x02, +0x06,0xf2,0x12,0x0c,0x06,0x64,0x19,0x99,0xe9,0x99,0x00,0x11,0x1c,0x11,0x10,0x00, +0x60,0xb0,0x60,0x00,0x66,0x0b,0x06,0x70,0x2b,0x00,0xb0,0x0c,0x00,0x10,0x2c,0x00, +0x10,0x00,0x29,0x50,0x4a,0x0a,0x58,0x20,0x00,0x0c,0x05,0x53,0x29,0x00,0x15,0x70, +0x29,0x00,0x18,0x10,0x29,0x00,0x00,0x03,0x03,0xf1,0x03,0xab,0xf2,0x00,0x00,0x00, +0x78,0x00,0x05,0x00,0x4b,0x00,0x00,0x4c,0x7a,0x00,0x00,0x00,0x2e,0x60,0x09,0x11, +0x10,0x25,0x07,0x70,0x06,0xa7,0x40,0x00,0x00,0x47,0xb2,0xc3,0x00,0xd1,0x58,0xbb, +0x40,0x00,0x00,0x02,0x05,0xa7,0x30,0x00,0x01,0x48,0xb9,0x0c,0x03,0x22,0x03,0x70, +0x6b,0x06,0x01,0x51,0x01,0x30,0x02,0x90,0x16,0x0d,0x00,0xb2,0xa2,0x00,0x0d,0x24, +0x6a,0xa0,0x3c,0xa8,0x75,0x3b,0x20,0x30,0x03,0xf2,0x08,0x08,0x10,0x40,0x00,0xc0, +0x05,0xb2,0x74,0x00,0x01,0xcc,0x00,0x00,0x2c,0xb7,0x00,0x3c,0x20,0xa7,0x8b,0x10, +0x00,0x21,0x76,0x03,0xd0,0x60,0x01,0x3a,0x11,0x10,0x00,0x29,0x00,0x00,0x8a,0xbd, +0xaa,0xa4,0x08,0x00,0x01,0x76,0x05,0x31,0x0b,0xbb,0xb1,0x9d,0x02,0xf1,0x01,0x30, +0x00,0x00,0x0a,0x02,0x65,0x49,0xea,0x6a,0x41,0x07,0x44,0x80,0x00,0x38,0x20,0x1e, +0x01,0x23,0x08,0x00,0xb7,0x05,0x10,0x20,0xaa,0x03,0x90,0x58,0xae,0x13,0xbb,0xe5, +0x25,0x80,0x00,0x0b,0x8c,0x02,0x63,0x84,0x31,0x00,0x00,0x03,0x90,0x90,0x00,0x00, +0x44,0x05,0x32,0x06,0xaa,0xa8,0x4f,0x0b,0x10,0x38,0xd5,0x01,0x42,0x5b,0xaa,0xcc, +0xa0,0x68,0x07,0x33,0xbb,0xbe,0x20,0xbc,0x07,0x12,0x0c,0x81,0x03,0xf0,0x07,0x10, +0x00,0x3a,0x10,0x0a,0xaa,0xaa,0xaa,0x50,0x0a,0xaa,0xac,0x00,0x00,0x0a,0x08,0xaa, +0xad,0x00,0x00,0x0a,0x1a,0x06,0x00,0x01,0xe8,0x03,0x30,0xa9,0x99,0xaa,0xdc,0x0a, +0x32,0xba,0xaa,0xba,0xe3,0x0a,0xb0,0x0a,0x5b,0xaa,0xab,0xa0,0x00,0x00,0x04,0x0a, +0xaa,0xaa,0x49,0x00,0x40,0x8a,0xaa,0xaa,0x80,0x9c,0x08,0x00,0x35,0x02,0x52,0x1b, +0x40,0x01,0xab,0x20,0xf9,0x08,0x00,0x15,0x11,0x32,0x0c,0x00,0x0b,0x03,0x00,0x30, +0x05,0x00,0x2a,0x9e,0x04,0x21,0x4c,0x40,0x77,0x0c,0x50,0x17,0x00,0x00,0x0b,0x01, +0x48,0x08,0x15,0x19,0x09,0x00,0xa1,0x05,0x60,0x76,0x01,0x97,0xa0,0x3b,0x00,0x2e, +0x60,0x3c,0x00,0x18,0x90,0xfd,0x0c,0x95,0x70,0xb0,0x00,0x95,0x0b,0x06,0xc3,0x00, +0xdb,0xa0,0x09,0x51,0x0b,0xbb,0xbb,0xbb,0xb0,0x37,0x06,0x12,0x0b,0x07,0x00,0x00, +0x11,0x00,0xf2,0x03,0xb2,0x00,0x00,0x02,0x11,0x11,0x11,0x0c,0x99,0x99,0xac,0xc0, +0x00,0x03,0x9c,0x00,0x00,0x75,0x97,0x04,0x90,0x40,0x00,0x6c,0x50,0x00,0x05,0x00, +0x00,0x24,0x45,0x06,0x20,0x70,0x00,0x8e,0x10,0x00,0xac,0x2b,0x11,0xa0,0x9b,0x06, +0x52,0x3a,0x90,0x00,0x6d,0xa2,0x55,0x00,0x80,0x1d,0xcc,0xcc,0xcd,0x10,0x4b,0xbb, +0xbb,0xe2,0x08,0x13,0xa0,0x8c,0x0e,0x01,0x09,0x00,0x2a,0x0e,0xaa,0x12,0x00,0x51, +0x02,0x99,0xad,0x99,0x97,0x33,0x00,0x52,0x2a,0xaa,0xca,0xaa,0x70,0x84,0x06,0x10, +0xc6,0x97,0x00,0x00,0x59,0x04,0x2a,0xb0,0x1a,0x1d,0x09,0x50,0x1a,0xaa,0xbc,0xaa, +0x50,0x86,0x00,0xf5,0x03,0x00,0x07,0xf6,0x20,0x00,0x07,0x9a,0x2b,0x50,0x1b,0x80, +0xa0,0x09,0x60,0x30,0x0a,0x00,0x02,0x56,0x00,0x01,0x48,0x00,0x00,0x09,0x00,0xf0, +0x03,0x0b,0xaa,0xea,0xac,0x30,0xa3,0x3a,0x06,0x63,0x0a,0x44,0xa0,0x96,0x30,0xa4, +0xbd,0x9a,0x63,0x2b,0x0b,0x72,0x30,0xa0,0x00,0x06,0xb1,0x00,0x0b,0x50,0x00,0x80, +0xda,0xae,0xaa,0xd1,0xa0,0x0b,0x00,0x81,0x04,0x00,0x83,0xea,0xae,0xaa,0xd1,0x30, +0x0b,0x00,0x20,0x1c,0x00,0x00,0x36,0x02,0xf1,0x19,0x33,0x00,0x79,0x9d,0x75,0x20, +0x08,0x99,0xd9,0x99,0x20,0x1b,0x1b,0x1b,0x10,0x17,0xd7,0xd7,0xd7,0x50,0x9d,0x9d, +0x9d,0x93,0x00,0x1b,0xdb,0x30,0x00,0x6b,0x2a,0x1b,0x81,0x26,0x00,0xa0,0x05,0x60, +0x0a,0xaa,0xcd,0x01,0x54,0x3b,0x10,0x00,0x00,0x79,0x3b,0x00,0x08,0xf4,0x00,0x20, +0x06,0xaa,0x2b,0x12,0xf0,0x1c,0x0a,0x00,0x00,0x47,0x30,0xa0,0x00,0x0c,0x2a,0x0a, +0x28,0x06,0xf0,0xa7,0xe7,0xb0,0x8b,0x6e,0x3a,0x0a,0x00,0xa0,0xa0,0xa0,0xb0,0x0a, +0x0a,0x02,0x47,0x30,0xa0,0xa0,0x00,0x55,0x0a,0x05,0xa9,0x9a,0x10,0x00,0x55,0x00, +0x0a,0x43,0x00,0xf6,0x11,0xa0,0x04,0xa7,0xaa,0xae,0x81,0xd9,0x00,0x00,0xa0,0x25, +0x90,0x90,0x0a,0x00,0x19,0x06,0x50,0xa0,0x01,0x90,0x07,0x0a,0x00,0x19,0x00,0x00, +0xa0,0x01,0x90,0x08,0xa8,0xc2,0x05,0xf0,0x0e,0x0a,0x22,0xa0,0x00,0x05,0x68,0x2a, +0x00,0x00,0xd1,0xca,0xea,0xa0,0x7f,0x29,0x0a,0x00,0x06,0xa0,0x10,0xa0,0x00,0x0a, +0x3a,0xae,0xaa,0x30,0xa0,0x00,0x4d,0x0f,0x01,0xf8,0x17,0x13,0xa0,0x2e,0x00,0xf0, +0x1f,0x22,0x00,0x03,0x00,0x0a,0x68,0xba,0x60,0x04,0xa1,0x19,0x00,0x02,0xd9,0x00, +0x90,0x00,0x43,0x9a,0xad,0xaa,0x60,0x19,0x00,0x90,0x00,0x01,0x90,0x09,0x00,0x00, +0x19,0x11,0xa2,0x10,0x01,0x96,0x88,0x88,0x40,0x00,0x40,0x05,0x00,0x00,0x29,0x40, +0x00,0xf0,0x0f,0x29,0xaa,0xaa,0x07,0xe1,0x24,0x04,0x40,0x49,0x11,0x80,0x72,0x00, +0x91,0x0a,0x0a,0x00,0x09,0x10,0xa0,0xa0,0x00,0x93,0x88,0x9c,0x82,0x09,0x11,0x11, +0x11,0x1d,0x03,0xf1,0x17,0x24,0x00,0x38,0x69,0xac,0x40,0x0a,0x1a,0x00,0x90,0x05, +0xf0,0x90,0x0a,0x00,0x8a,0x0b,0x99,0xd9,0x30,0xa0,0x90,0x09,0x00,0x0a,0x09,0x00, +0x90,0x00,0xa0,0xa0,0x86,0x56,0x0a,0x0c,0x83,0x5b,0x20,0x52,0x01,0xf0,0x17,0x80, +0x09,0x00,0x00,0x65,0x00,0x90,0x00,0x0d,0x5a,0xae,0xaa,0x37,0xf0,0x09,0xe5,0x00, +0x5a,0x02,0x7a,0xa0,0x00,0xa0,0xa1,0x95,0x70,0x0a,0x88,0x9d,0x9a,0x40,0xa0,0x00, +0x90,0x00,0x0a,0x00,0x09,0xc8,0x05,0xf2,0x0f,0x20,0x00,0x00,0x19,0x0b,0x00,0x00, +0x09,0x25,0xbe,0xaa,0x45,0xf2,0xb0,0xa0,0x00,0x79,0x32,0x0e,0x99,0x20,0x91,0x00, +0xa0,0x00,0x09,0x10,0x0e,0x99,0x30,0x09,0x00,0x18,0x0a,0xca,0x06,0x10,0x0a,0xe4, +0x00,0x60,0x59,0xbb,0xeb,0xb3,0x00,0xd0,0xb7,0x00,0xf0,0x02,0xe0,0xd9,0xd9,0xd0, +0x06,0xa0,0x90,0xa0,0xa0,0x00,0xa0,0xa9,0xd8,0x80,0x00,0xa0,0x86,0x67,0x0e,0x81, +0x1e,0x91,0x00,0x00,0xa4,0xa2,0x29,0xa2,0x16,0x09,0xe0,0x28,0xb9,0x99,0xc0,0x0b, +0x1a,0x00,0x0a,0x07,0xe0,0x99,0xc9,0x90,0x6a,0x27,0x01,0xf2,0x03,0xa4,0x9c,0xfc, +0x93,0x0a,0x01,0xab,0xa0,0x00,0xa2,0xb2,0xa2,0xb1,0x0a,0x41,0x0a,0x02,0x30,0x54, +0x06,0xf0,0x13,0x13,0x00,0x00,0x46,0x01,0x90,0x00,0x0b,0x38,0x88,0x88,0x26,0xe0, +0x68,0x88,0x50,0x5a,0x05,0x66,0x64,0x00,0x90,0x12,0x22,0x10,0x09,0x0b,0x88,0x8a, +0x00,0x90,0x90,0x00,0x90,0x09,0x00,0x00,0xf7,0x2c,0xf6,0x3f,0x00,0x00,0x56,0x08, +0xb8,0x81,0x0c,0x05,0xb6,0x2a,0x06,0xf4,0x61,0xbd,0x20,0x6a,0x49,0x83,0x57,0x50, +0xa4,0x46,0x74,0x30,0x0a,0x44,0x48,0x64,0x20,0xa1,0x11,0x38,0x80,0x0a,0x01,0xb7, +0x20,0x00,0x00,0x50,0x06,0x00,0x00,0x38,0x99,0xd9,0x92,0x0b,0x12,0x50,0x44,0x06, +0xf0,0x08,0x0a,0x10,0x5a,0x29,0x99,0x99,0x40,0xa0,0x59,0x99,0x60,0x0a,0x08,0x10, +0x0a,0x00,0xa0,0x89,0x88,0xa0,0x0a,0x08,0x21,0x1a,0xd9,0x00,0xf1,0x08,0x05,0x7b, +0xce,0xcc,0x50,0xd1,0x00,0x90,0x00,0x8f,0x05,0x97,0x7c,0x06,0xa0,0x99,0x66,0xc0, +0x0a,0x09,0x97,0x7c,0x00,0x09,0x00,0x80,0x0a,0x23,0x33,0x00,0xa0,0x88,0x88,0x84, +0x7f,0x00,0xf1,0x11,0x02,0x88,0x8d,0x87,0x0b,0x19,0x00,0x09,0x7f,0x0d,0x99,0x98, +0x5a,0x0c,0x9a,0xaa,0x0a,0x0c,0x47,0x78,0x0a,0x3a,0xac,0xcc,0x0a,0x67,0x47,0x78, +0x0a,0x73,0x47,0x7a,0xd7,0x01,0xf1,0x67,0x19,0x88,0xb9,0x86,0x09,0x22,0x87,0x79, +0x04,0xf0,0x3a,0x77,0xc0,0x5a,0x05,0x55,0x55,0x40,0x92,0x93,0x33,0x39,0x09,0x02, +0x8c,0x97,0x00,0x90,0x00,0x72,0x00,0x09,0x00,0x6b,0x10,0x00,0x01,0x80,0xa0,0xa0, +0x00,0x66,0x9d,0x9d,0x91,0x0d,0x11,0xa1,0xa1,0x06,0xf3,0xbb,0x77,0x73,0x5a,0x5f, +0x9b,0x8b,0x00,0xa4,0xb6,0xc6,0xc0,0x0a,0x0a,0x2a,0x2b,0x00,0xa0,0xa8,0xc8,0xd0, +0x0a,0x0a,0x09,0x2a,0x00,0x00,0x40,0x50,0x00,0x00,0x28,0x6a,0x97,0x00,0x09,0x7e, +0x8c,0x99,0x04,0xf2,0x90,0x90,0x90,0x7b,0x07,0xe9,0x88,0x00,0xa2,0x96,0xa6,0x80, +0x0a,0x17,0x7b,0x85,0x00,0xa1,0x59,0x83,0xa2,0x0a,0x36,0x4a,0x00,0x20,0xd9,0x0e, +0x32,0xaa,0xaa,0xa9,0x2e,0x08,0xf3,0x0c,0x11,0x11,0x11,0x11,0x88,0xd8,0xc9,0x85, +0x00,0x2a,0x08,0x20,0x00,0x05,0x60,0x82,0x02,0x00,0xb1,0x08,0x20,0xa1,0xb3,0x00, +0x5b,0xa7,0x00,0xc9,0x07,0x02,0x38,0x0c,0xf2,0x12,0x1a,0xae,0xaa,0xaa,0x60,0x06, +0x60,0x1a,0x10,0x05,0xe9,0xaa,0xbc,0x10,0x11,0xb0,0xa1,0x21,0x00,0x0b,0x0a,0x10, +0x10,0x08,0x50,0xa1,0x0a,0x0a,0x70,0x06,0xaa,0x70,0x10,0xdf,0x0b,0x03,0xea,0x08, +0x20,0x02,0xb0,0x75,0x06,0x50,0x50,0x00,0x00,0x07,0x5b,0x8d,0x05,0xc2,0x57,0x00, +0x00,0xa4,0x00,0xb2,0x01,0x94,0x00,0x01,0xc3,0x33,0x05,0x06,0x10,0x30,0x8a,0x0b, +0xf1,0x01,0x70,0x00,0x00,0x39,0x06,0x80,0x00,0x99,0x00,0x04,0xb3,0x34,0x99,0xd9, +0x95,0x60,0xaa,0x03,0x31,0x89,0xd9,0x94,0xb3,0x03,0x51,0x09,0x99,0xda,0x99,0x50, +0xce,0x08,0x30,0x07,0x50,0x58,0x56,0x00,0xe0,0xa3,0x01,0xc2,0x18,0x01,0xc2,0x23, +0x08,0x40,0x02,0x30,0x02,0xa0,0x34,0xa7,0x08,0x71,0xb2,0x00,0x9d,0xaa,0xaa,0xb0, +0x00,0xd0,0x0b,0x50,0x36,0x00,0xa0,0x00,0x03,0xd7,0x2c,0x40,0xbc,0xaa,0xea,0x40, +0x09,0x00,0x00,0x12,0x00,0xf0,0x25,0x03,0xaa,0xba,0xab,0xa8,0x00,0x16,0x02,0x60, +0x00,0x3b,0x10,0x06,0x90,0x07,0x00,0x00,0x04,0x30,0x00,0xd8,0x88,0xa7,0x00,0x0c, +0x77,0x79,0x70,0x00,0xc8,0x88,0x97,0x00,0x0b,0x33,0x36,0x70,0x00,0xb4,0x44,0x77, +0x02,0x9b,0xb9,0xab,0xa7,0x03,0xa5,0x01,0x98,0x11,0x71,0x18,0x0b,0x12,0x0a,0x36, +0x04,0xf0,0x15,0xea,0xae,0xaa,0xd2,0xa0,0x0a,0x00,0x72,0xa0,0x2d,0x50,0x72,0xa0, +0xb1,0x85,0x72,0xab,0x30,0x09,0x92,0xa0,0x00,0x00,0x72,0xa0,0x00,0x0a,0xb1,0xda, +0xad,0xaa,0xb4,0xa0,0x0a,0x00,0x54,0x04,0x00,0x86,0xea,0xae,0xaa,0xc4,0xa0,0x00, +0x00,0x54,0x04,0x00,0x21,0x08,0xb2,0xbf,0x00,0xd0,0x39,0x9d,0x99,0x70,0x05,0x50, +0xa0,0x0a,0x00,0x5b,0x9d,0x99,0xb0,0x09,0x00,0x60,0x03,0xbb,0x99,0x99,0xd8,0x05, +0x08,0x1c,0x40,0x55,0x00,0x39,0x80,0x60,0x04,0xf1,0x0d,0x40,0x0b,0x00,0x50,0x91, +0x0b,0x00,0xb0,0x92,0x0b,0x00,0xb0,0x59,0x9e,0x99,0x60,0x80,0x0b,0x00,0x70,0xb0, +0x0b,0x00,0xa1,0xea,0xae,0xaa,0xe1,0xdc,0x0e,0x00,0x55,0x01,0xf1,0x03,0x0a,0x20, +0x74,0x00,0x03,0xa0,0x00,0xb1,0x02,0xc0,0x00,0x02,0xb1,0x57,0xae,0xaa,0xe4,0x10, +0xfb,0x0c,0xc2,0x47,0x00,0xa0,0x00,0x1b,0x10,0x0b,0x00,0x4b,0x20,0x7a,0x70,0xce, +0x01,0x10,0x20,0x46,0x07,0x50,0x08,0xba,0xa8,0x29,0xab,0x7f,0x1c,0xf4,0x0a,0x40, +0xa0,0x09,0x03,0xd9,0x1a,0x01,0x92,0xbd,0xb0,0xa0,0x28,0x11,0xa3,0x56,0x03,0x70, +0x0a,0x0b,0x10,0x55,0x00,0xa5,0x62,0x9a,0xdc,0x0c,0xf6,0x16,0x08,0x10,0xd9,0x9a, +0x10,0x81,0x09,0x00,0xa8,0x08,0x10,0xd8,0x8a,0x80,0x81,0x01,0xa0,0x08,0x08,0x10, +0x3c,0x9a,0x80,0x81,0x05,0x40,0x96,0x08,0x10,0xa0,0x18,0x00,0x81,0x54,0x5a,0x40, +0x9c,0xa3,0x0a,0xf0,0x36,0x6c,0x60,0x0a,0x49,0xc2,0x04,0x2a,0x00,0x92,0x06,0x2a, +0x48,0xe9,0x86,0x2a,0x02,0xfa,0x06,0x2a,0x0a,0xa3,0x86,0x2a,0x77,0x91,0x01,0x0a, +0x20,0x91,0x00,0x0a,0x00,0x91,0x00,0xab,0x14,0x72,0x80,0x00,0x90,0xa7,0x3b,0x26, +0x09,0x06,0x74,0x43,0x70,0x90,0xda,0xab,0x37,0x09,0x0d,0x77,0xa3,0x70,0x90,0xa1, +0x1a,0x37,0x09,0x0d,0x99,0xb1,0x30,0x90,0xa0,0x0a,0x99,0x21,0x22,0x80,0x6a,0xb0, +0x00,0xf1,0x0f,0x50,0x00,0x32,0x00,0x16,0x71,0x1c,0x21,0x27,0x77,0x77,0x77,0x50, +0x79,0x96,0x32,0x71,0x0a,0x34,0x85,0x48,0x10,0xa4,0x58,0x54,0x81,0x0a,0x89,0x85, +0x48,0x82,0x00,0x45,0x0a,0x09,0x60,0x7c,0x5c,0x04,0x00,0x50,0x04,0xb1,0x8a,0xba, +0xc4,0x4a,0x77,0xb7,0x93,0x9a,0x04,0xb4,0x20,0x04,0x00,0xf0,0x02,0x47,0xc7,0x71, +0x9a,0x0a,0x87,0x90,0x4a,0x0b,0x88,0xa0,0x0a,0x07,0x00,0x90,0x6b,0x00,0x7c,0x07, +0x00,0x9f,0x05,0xd0,0x2a,0xab,0xda,0xaa,0x10,0x00,0x38,0x00,0x91,0x00,0x06,0x50, +0x0a,0x2f,0x02,0x70,0xa0,0x00,0x59,0x00,0x0a,0x00,0x4c,0x11,0x14,0x35,0x10,0x08, +0xb5,0xae,0x04,0xb0,0x04,0xcd,0xb0,0xa0,0x00,0x00,0x90,0x8e,0xaa,0x70,0x09,0x56, +0x01,0xf0,0x00,0x90,0x0c,0x00,0xa0,0x0a,0x43,0x90,0x09,0x3b,0xc7,0x75,0x02,0x81, +0x10,0x1b,0xcb,0x11,0x46,0x23,0xab,0x10,0x00,0x4d,0x06,0xf5,0x13,0x68,0x80,0x1a, +0xda,0xa9,0x3a,0x10,0x18,0x0a,0x80,0x91,0x03,0x70,0xa8,0x09,0x10,0x55,0x19,0x80, +0x91,0x08,0x32,0x78,0x09,0x10,0xb0,0x55,0xaa,0xd1,0x28,0x8b,0x18,0x09,0x10,0xaf, +0x00,0x00,0xd5,0x1d,0xf6,0x15,0x18,0xba,0x80,0x90,0x00,0x45,0x53,0x9d,0x95,0x0b, +0x13,0x60,0x91,0x82,0x72,0x85,0x18,0x27,0x00,0xa9,0x03,0x62,0x60,0x08,0xa0,0x63, +0x36,0x04,0x66,0x2a,0x05,0x42,0x70,0x08,0x36,0xb1,0xe1,0x00,0xf6,0x19,0x14,0x9b, +0x0a,0x00,0x38,0xc7,0x30,0xa0,0x03,0x6b,0x86,0x9e,0x96,0x49,0xb8,0xc1,0x90,0xa4, +0x9b,0x8c,0x27,0x09,0x38,0xb8,0xa4,0x40,0x92,0x8c,0x98,0x92,0x18,0x00,0x96,0x6b, +0x03,0x75,0x97,0x6b,0x27,0xb3,0x32,0x00,0x20,0x04,0x70,0xe3,0x13,0xf0,0x0d,0x0a, +0x03,0x30,0x6b,0x00,0xa1,0xd1,0x2c,0xa0,0x0b,0xb5,0x02,0x2a,0x00,0xf6,0x00,0x00, +0xa3,0xcb,0x00,0x00,0x0a,0x62,0xa0,0x07,0x00,0xa0,0x0b,0x52,0x19,0xf6,0x13,0xba, +0xb5,0x02,0x20,0x50,0x06,0x00,0x1a,0x1a,0x18,0x50,0x06,0xa8,0xd8,0x8d,0x00,0x6a, +0x8d,0x88,0xd0,0x06,0x30,0xa0,0x0b,0x00,0x38,0x8d,0x98,0x80,0x29,0x99,0xd9,0x99, +0x70,0x1b,0x08,0x03,0x35,0x07,0x00,0xba,0x10,0x11,0xaa,0x09,0x00,0xf0,0x05,0x3a, +0xab,0xda,0xaa,0x80,0x00,0xb1,0x14,0x00,0x00,0x73,0x00,0xa3,0x00,0x5c,0x89,0xaa, +0xc0,0x02,0x32,0x64,0x0b,0xf0,0x18,0x12,0x45,0x82,0x03,0xb7,0x97,0x35,0x10,0x07, +0x33,0x72,0xb1,0x08,0x87,0x77,0x77,0xd0,0x76,0x88,0x88,0x69,0x00,0x1a,0x21,0xa7, +0x00,0x00,0x1b,0xa7,0x00,0x02,0x7b,0x97,0xc9,0x50,0x34,0x00,0x00,0x25,0x94,0x16, +0x10,0x00,0x74,0x34,0x80,0x00,0x1a,0xad,0xaa,0xaa,0x60,0x02,0x90,0x1d,0x0f,0xf0, +0x02,0xaa,0xaa,0x00,0xa9,0x40,0x00,0xa0,0x34,0x54,0x00,0x0a,0x00,0x05,0xca,0xaa, +0xe0,0x00,0x09,0x00,0xf7,0x07,0x08,0xa9,0x99,0xd1,0x00,0x8a,0x99,0x9d,0x10,0x12, +0x22,0x22,0x22,0x04,0x6d,0x66,0x66,0x61,0x02,0xd8,0x88,0x80,0x99,0x11,0x24,0x19, +0xa5,0xf7,0x00,0x20,0x33,0x00,0x5d,0x16,0xc2,0x00,0x00,0x00,0x5a,0x02,0xa3,0x00, +0x1c,0xca,0x99,0xaa,0x90,0xa1,0x09,0x41,0xc9,0x99,0x99,0x00,0x6e,0x07,0x42,0x00, +0xe9,0x99,0x9a,0x0a,0x00,0xf0,0x13,0xea,0xaa,0xaa,0xa8,0xa3,0x77,0x77,0x28,0xa0, +0x11,0x11,0x28,0xa0,0xd8,0x89,0x18,0xa0,0x90,0x0a,0x18,0xa0,0xd9,0x98,0x18,0xa0, +0x50,0x00,0x18,0xa0,0x00,0x04,0xa5,0x00,0x04,0xca,0x18,0xf0,0x00,0xa9,0xa4,0x08, +0x80,0x00,0xa1,0x14,0x4a,0x2a,0x30,0x00,0x2a,0xb1,0x00,0x3b,0x3e,0x00,0x00,0x3d, +0x00,0x13,0xb9,0x08,0x00,0x30,0x06,0x00,0x00,0xcd,0x0a,0xf1,0x2e,0xda,0xaa,0xaa, +0xb6,0xa0,0x00,0x00,0x36,0xa0,0xd9,0xa8,0x36,0xa0,0x90,0x18,0x36,0xa0,0xd9,0xa7, +0x36,0xa0,0x50,0x00,0x36,0xa0,0x00,0x08,0xb4,0x19,0x99,0xcd,0x99,0x50,0x00,0x5f, +0x43,0x00,0x04,0xb7,0xa1,0x7a,0x22,0x81,0x09,0x00,0x25,0x01,0xa9,0xa9,0x97,0x00, +0x28,0x00,0x00,0xa0,0x02,0xc8,0x88,0x9a,0x00,0x28,0xb8,0x0a,0x10,0x72,0x78,0x03, +0xf2,0x11,0x8a,0x30,0x00,0x05,0xb5,0x82,0x99,0x20,0x27,0x65,0x69,0x53,0x60,0x00, +0x44,0x45,0xc1,0x00,0x01,0x88,0x8d,0xa6,0x00,0x02,0x80,0x00,0x0a,0x00,0x02,0xc8, +0x88,0x8a,0x0a,0x00,0xf0,0x04,0x00,0x80,0x64,0x00,0x00,0x1c,0x06,0x40,0x00,0x08, +0xa9,0xcb,0x99,0x00,0x91,0x17,0x51,0x11,0x17,0x29,0x03,0xf0,0x23,0x1a,0x99,0x9a, +0x70,0x01,0x90,0x00,0x09,0x00,0x1d,0x99,0x99,0x90,0x01,0x90,0x00,0x19,0x00,0x0a, +0xa9,0xd9,0x9c,0x0a,0x38,0xd8,0x4a,0x0a,0x11,0xa1,0x1a,0x0a,0x46,0x66,0x5a,0x0a, +0x2a,0x89,0x3a,0x0a,0x26,0x05,0x4a,0x28,0x2b,0x88,0x2a,0x72,0x00,0x01,0x9a,0x19, +0x01,0x80,0xd8,0xb4,0xd8,0x98,0xd7,0xa4,0xc7,0x88,0x08,0x00,0xf0,0x2d,0xa0,0x00, +0x00,0x18,0xa0,0xd8,0xb5,0x18,0xa0,0x90,0x55,0x18,0xa0,0xd8,0x83,0x18,0xa0,0x10, +0x07,0xb6,0x1c,0x9b,0x4b,0x9a,0x01,0x93,0xa4,0x73,0xa0,0x05,0x5a,0x39,0x93,0x06, +0x9b,0xc9,0xcb,0x92,0x08,0x80,0x03,0xa4,0x07,0xd9,0xb5,0xba,0xc2,0x09,0x0a,0x54, +0x18,0x00,0xc9,0xb5,0xb9,0x80,0xea,0xaa,0xaa,0xaa,0x2c,0x0b,0x71,0xa0,0xd9,0x9a, +0x0a,0xa0,0xa0,0x0a,0x08,0x00,0x00,0x10,0x00,0x04,0x18,0x00,0xc0,0xe9,0x99,0x99, +0xaa,0xa0,0x90,0x90,0x0a,0xa6,0xd8,0xd8,0x3a,0x08,0x00,0xf0,0x1c,0xa7,0xd8,0xd8, +0x4a,0xa5,0x60,0x90,0x0a,0xd9,0x88,0x98,0x8a,0xb0,0x00,0x00,0x1a,0xd9,0x9b,0x99, +0xa8,0xa0,0x0a,0x00,0x18,0xa6,0x8d,0x88,0x58,0xa1,0x8d,0x86,0x18,0xa2,0x60,0x0a, +0x18,0xa2,0x97,0x78,0x18,0xd8,0x88,0x88,0x94,0x00,0x10,0x28,0xb0,0x0b,0x42,0x40, +0xa0,0x00,0x60,0x2d,0x09,0x45,0xa5,0xaa,0xda,0xa0,0x36,0x09,0x92,0x56,0x00,0x1a, +0x00,0x06,0x39,0x99,0x99,0x95,0x71,0x11,0xf2,0x14,0x82,0x00,0x00,0x1a,0xbd,0xaa, +0xaa,0x60,0x09,0x20,0x32,0x00,0x08,0xa3,0x8b,0xa8,0x23,0x7a,0x01,0x75,0x10,0x00, +0xa0,0x06,0x40,0x00,0x0a,0x00,0x64,0x00,0x00,0xa7,0xac,0xba,0x60,0xb3,0x03,0x01, +0x6d,0x05,0xf0,0x0e,0xc7,0x66,0x07,0xd9,0x78,0x44,0xb0,0x0a,0x08,0x60,0x09,0x00, +0xa0,0x02,0xb0,0x90,0x0a,0x22,0x02,0x79,0x02,0xc9,0x17,0x91,0x90,0x73,0x04,0x40, +0x0a,0x33,0x16,0x13,0x60,0xaf,0x03,0x00,0xa6,0x0b,0xf1,0x0b,0x8a,0xd9,0xd0,0x6d, +0x99,0x9d,0x8d,0x00,0x91,0x81,0xa0,0xa0,0x09,0x07,0x9d,0x9c,0x00,0x96,0x00,0xa0, +0x00,0x6d,0x66,0xae,0xaa,0x14,0x1a,0x03,0xf3,0x1d,0x3a,0xae,0xaa,0x40,0x01,0x80, +0x00,0x00,0x04,0x9c,0x88,0xa9,0xd0,0x12,0x91,0x81,0x3a,0x06,0xb8,0xc9,0x15,0x30, +0x19,0x76,0x8d,0x8d,0x03,0x6b,0x58,0x73,0xb0,0x79,0xc9,0x91,0xd4,0x00,0x18,0x08, +0x4c,0x90,0x01,0x80,0x8b,0x06,0x53,0x15,0x00,0xe9,0x36,0xf1,0x0a,0x2a,0x49,0x30, +0x19,0x69,0x8a,0x89,0x60,0x20,0x88,0xc8,0x80,0x02,0x65,0x29,0x24,0x00,0x93,0x94, +0xa0,0x82,0x07,0x99,0xbb,0x88,0x77,0x00,0x42,0x28,0x88,0xd8,0x88,0x84,0x00,0xf0, +0x1a,0x71,0x0a,0x02,0x90,0x07,0x15,0xca,0xca,0x23,0xb8,0x90,0xa0,0x64,0x2a,0x5a, +0x7c,0x7a,0x40,0x71,0x78,0xa8,0x93,0x07,0x54,0x98,0x89,0x05,0xc7,0x59,0x55,0xc0, +0x20,0x04,0x72,0x2b,0x00,0x00,0x4b,0x88,0xd0,0x00,0x2a,0x0a,0xf4,0x0d,0x99,0x9d, +0x99,0x95,0x02,0x44,0xb5,0x44,0x00,0x24,0x44,0x44,0x40,0x05,0xb9,0xd9,0x9d,0x00, +0x64,0x09,0x00,0xa0,0x08,0x99,0x99,0x9d,0x00,0xb0,0xea,0x13,0x00,0xe6,0x22,0xf0, +0x17,0x01,0x99,0xab,0xb9,0x95,0x00,0x6a,0x09,0x42,0x00,0x94,0xa0,0x91,0xa2,0x04, +0x08,0x24,0x01,0x20,0x05,0xd8,0x8c,0x20,0x09,0x5a,0x49,0x70,0x00,0x15,0x9c,0xc5, +0x10,0x19,0x62,0x00,0x58,0x60,0x03,0x1b,0x0b,0x01,0x96,0x1a,0xf1,0x06,0xab,0x6a, +0x00,0x03,0x90,0x73,0xa6,0x00,0x97,0x3b,0x0a,0x78,0x00,0x09,0x90,0xa0,0x63,0x00, +0xb2,0x0a,0x00,0x07,0x01,0x12,0x75,0xcd,0x1a,0x90,0x50,0x00,0x00,0x02,0xcb,0x9a, +0x00,0x08,0x94,0x33,0x14,0xf4,0x08,0xbb,0x70,0x00,0x1a,0xb5,0x7f,0x99,0x30,0x04, +0xb7,0x02,0xb0,0x00,0x60,0x88,0xb1,0x00,0x13,0x7a,0x70,0x00,0x19,0x63,0x89,0x18, +0x04,0xbc,0x03,0x80,0x02,0xaa,0xaf,0xca,0xa7,0x00,0x01,0xca,0x60,0x0e,0x60,0x93, +0x00,0x00,0x3a,0x01,0xb0,0xd0,0x0f,0x22,0xb2,0x16,0x91,0x17,0x03,0x73,0x04,0xf1, +0x0d,0x04,0xb9,0xd9,0x9c,0x00,0x45,0x0a,0x00,0xb0,0x2a,0xb8,0xd8,0x8d,0x60,0x11, +0x4b,0xa1,0x11,0x00,0x1b,0x26,0x60,0x00,0x7b,0x20,0x07,0xa5,0x14,0x00,0x0e,0x20, +0x90,0xa0,0xd9,0x1d,0x90,0x00,0x00,0x08,0xba,0xea,0xaa,0x00,0xa0,0x0b,0x66,0x0c, +0xf1,0x02,0xea,0xaa,0x70,0x00,0x2b,0x90,0x00,0x00,0x1c,0x26,0x60,0x00,0x6b,0x30, +0x08,0xa4,0x15,0x70,0x04,0xf0,0x19,0xa0,0x01,0x35,0x00,0x6a,0x58,0xa4,0x80,0x06, +0xa1,0x76,0x38,0x00,0x3d,0x4b,0x88,0xc6,0x24,0xa0,0x54,0x68,0x00,0x01,0x0b,0x01, +0x00,0x28,0x8a,0xec,0x88,0x60,0x04,0xc2,0x78,0x20,0x28,0x50,0x00,0x38,0x70,0x13, +0x08,0x70,0x01,0x99,0xda,0x99,0x95,0x00,0x48,0xac,0x00,0xf4,0x0b,0x19,0x99,0xa0, +0x0a,0xa0,0x01,0x92,0x04,0x59,0x79,0xbc,0x98,0x00,0x90,0x04,0x60,0x00,0x09,0x00, +0x36,0x00,0x00,0x90,0x6b,0x40,0x00,0x4c,0x01,0xe1,0x00,0x77,0x7e,0x87,0x73,0x09, +0x22,0x22,0x26,0x60,0x48,0x99,0x99,0x33,0x18,0x07,0x70,0x9a,0xd9,0xe9,0x96,0x00, +0x38,0x0a,0x4b,0x14,0x54,0xa0,0x07,0x1a,0x60,0x08,0x5b,0x16,0x00,0xc5,0x19,0x50, +0xaa,0xda,0xaa,0x60,0x0a,0x89,0x02,0x80,0x03,0x8a,0xba,0xa3,0x30,0x00,0x30,0xa0, +0x0d,0x01,0xf0,0x01,0xa9,0x96,0x00,0x02,0xe0,0xa0,0x00,0x00,0x09,0x5a,0xb0,0x00, +0x00,0x39,0x02,0xba,0x8c,0x0d,0x03,0x11,0x07,0xf1,0x03,0x00,0xa9,0x9d,0x99,0xa2, +0x18,0x00,0x70,0x06,0x30,0x38,0x8d,0x88,0x50,0x01,0x88,0xd8,0x83,0x19,0x01,0xe1, +0x18,0x8c,0xcc,0x88,0x50,0x05,0xa0,0x96,0x00,0x1a,0x50,0x00,0x5a,0x50,0x88,0x00, +0x00,0x29,0x00,0xf0,0x09,0x09,0x25,0x04,0x36,0x30,0x5a,0x1b,0x27,0x70,0x03,0x1a, +0x39,0x32,0x00,0x8f,0x98,0x8e,0xa2,0x15,0xa1,0x11,0xa2,0x20,0x09,0x33,0x00,0xf6, +0x1d,0xb9,0x99,0xd0,0x00,0x04,0x40,0x00,0x18,0x03,0x5b,0x40,0x01,0x80,0x46,0x6b, +0x89,0xad,0x52,0x33,0x70,0x02,0x90,0x0b,0x83,0x73,0x18,0x00,0x2f,0x01,0xa1,0x80, +0x03,0xd5,0x04,0x18,0x01,0xb1,0xa0,0x01,0x80,0x82,0x00,0x05,0xb6,0xda,0x0d,0xf1, +0x08,0x02,0x40,0xb0,0x51,0x00,0x74,0x0b,0x03,0x80,0x0b,0x00,0xb0,0x0b,0x02,0xa0, +0x0b,0x00,0x65,0x62,0x00,0xb0,0x02,0x90,0xc6,0x01,0x14,0x4a,0x1e,0x06,0xf4,0x0e, +0x05,0x0a,0x04,0x00,0x06,0x40,0xa0,0x28,0x01,0xa0,0x0a,0x00,0x82,0x22,0x00,0xa0, +0x12,0x20,0x00,0x05,0x1b,0x10,0x00,0x01,0x7a,0x10,0x04,0x9a,0x93,0x3b,0x15,0x22, +0x05,0x00,0xa9,0x0f,0x51,0x5a,0xcc,0xaa,0xaa,0x10,0x15,0x07,0x60,0xca,0xaa,0xa9, +0x00,0x45,0x02,0x5c,0x0e,0xf0,0x22,0x27,0x00,0x08,0x50,0x02,0x70,0x00,0x51,0xaa, +0xbd,0xaa,0x20,0x00,0x30,0x00,0x50,0x00,0x48,0xa5,0x6c,0x51,0x03,0x44,0xc4,0x44, +0x10,0x39,0xbc,0x99,0x80,0x17,0x7a,0xa7,0x77,0x40,0x35,0xc3,0x33,0x32,0x03,0xc8, +0x9d,0x99,0x02,0xa8,0x88,0xd8,0x85,0x00,0xe2,0x0c,0xf0,0x08,0x17,0x0a,0x04,0x50, +0x5c,0x5c,0x5b,0x62,0xc5,0x55,0x55,0x85,0x89,0x77,0x7c,0x34,0x0a,0x77,0x7d,0x00, +0x02,0x2b,0x22,0xcc,0x06,0xf3,0x0b,0xc0,0x63,0x0a,0x08,0xa0,0x00,0x0a,0x01,0x00, +0x08,0xaa,0xda,0xaa,0x20,0x06,0x0a,0x02,0x60,0x00,0xa0,0xa0,0x92,0x00,0x03,0x1a, +0x04,0x21,0x02,0x18,0x0a,0x0d,0x0e,0x00,0x67,0x01,0xf1,0x15,0x89,0x9d,0xb9,0x94, +0x0a,0x08,0x00,0x80,0x00,0xa8,0xd8,0x8d,0x83,0x0a,0x09,0x77,0xc0,0x00,0xa7,0x88, +0x88,0x50,0x28,0x08,0x52,0xb2,0x06,0x43,0x6d,0xd8,0x41,0x31,0x52,0x00,0x15,0x30, +0x42,0x03,0x42,0x99,0x9a,0xd9,0x97,0x3e,0x00,0xf4,0x0a,0x90,0xa2,0x60,0x0a,0x6b, +0x3a,0x99,0x10,0xa6,0x03,0xb3,0x14,0x18,0x59,0x9d,0x99,0x15,0x40,0x00,0xa0,0x00, +0x93,0x99,0x9d,0x99,0x4a,0x18,0x70,0x26,0x24,0x9c,0x29,0x9c,0x40,0x06,0x17,0x00, +0xf3,0x0c,0xd9,0x29,0x0d,0x84,0x01,0x72,0x90,0xa0,0x00,0x9a,0x09,0x0a,0x00,0x07, +0x90,0xc9,0xc9,0x60,0x8d,0x40,0x00,0x00,0x48,0x19,0xaa,0xaa,0x71,0x78,0x08,0x10, +0x37,0x53,0x00,0x60,0x81,0x2a,0xaa,0xad,0xaa,0x70,0xcf,0x04,0xf2,0x2b,0x09,0xbb, +0xa6,0x40,0x00,0x05,0x50,0x36,0x00,0x00,0x55,0x00,0xa0,0x30,0x18,0xba,0x39,0x19, +0x19,0x52,0x00,0x2b,0x80,0x39,0x9d,0x39,0x9d,0x00,0x99,0xd1,0x99,0xd0,0x0a,0x00, +0x37,0x00,0x01,0xc9,0xa4,0xb9,0xa1,0x09,0x3a,0x19,0x29,0x00,0x09,0xc0,0x19,0xc0, +0x4a,0x6b,0x4a,0x5a,0x00,0x19,0x80,0x38,0x3c,0x02,0xf5,0x19,0x49,0xa8,0x98,0x88, +0x20,0x01,0x38,0x87,0x77,0x00,0x0c,0x73,0x98,0x88,0x00,0x18,0x01,0xa4,0x44,0x40, +0x19,0xa9,0xa9,0x57,0x40,0x00,0x37,0x80,0xa9,0x00,0x00,0x55,0x83,0x4a,0x10,0x08, +0xb1,0xb6,0x04,0x90,0x78,0x12,0xf1,0x16,0x06,0x9d,0x18,0x25,0x10,0x00,0x86,0xb7, +0x9b,0x07,0x99,0x22,0x90,0x20,0x90,0x06,0xad,0x8c,0x08,0xbd,0x82,0xa0,0x90,0x00, +0x94,0x8d,0x99,0x00,0x0a,0x00,0xa1,0xb0,0x09,0xa7,0xaa,0x9a,0x40,0x2d,0x01,0xf0, +0x10,0x0b,0x00,0x66,0x50,0xb0,0x56,0x09,0x0b,0x09,0x07,0x99,0xe9,0x97,0x01,0x11, +0x11,0xb4,0x99,0x99,0x9b,0x00,0x00,0x00,0xb8,0x99,0x99,0x9b,0x11,0x11,0x11,0xb0, +0x4e,0x00,0xf6,0x15,0x06,0xd9,0xd9,0x08,0x50,0x09,0x08,0x19,0x40,0x00,0x90,0x81, +0x00,0x90,0x7d,0x9d,0xa2,0xb3,0x00,0xa0,0x81,0x71,0x11,0x0a,0x08,0x10,0x0b,0x14, +0x80,0x81,0x2b,0x30,0x91,0x08,0x3a,0x10,0xf4,0x12,0xf0,0x14,0xee,0xec,0x06,0x80, +0x39,0x44,0xb8,0x60,0x00,0x4a,0x43,0x00,0x80,0x59,0x99,0x92,0xa3,0x02,0xa5,0x5a, +0x51,0x11,0x19,0xc9,0x50,0x0b,0x13,0x78,0x46,0x1a,0x30,0x53,0xb0,0x5a,0x20,0x5e, +0x0f,0xf0,0x03,0x80,0x00,0x0a,0x42,0x9a,0xd9,0x50,0x24,0x51,0x01,0x80,0x00,0x02, +0xb7,0x9a,0xd9,0x90,0x2c,0x15,0x07,0xd0,0x23,0x86,0x99,0x9d,0x90,0x01,0x80,0x91, +0x0a,0x00,0x01,0x80,0x28,0x05,0x00,0xf6,0x6f,0x01,0x99,0x00,0x01,0x30,0x12,0x00, +0x01,0xa1,0x19,0x16,0x10,0x62,0x6d,0x9a,0x60,0x00,0xa3,0x5a,0x37,0x80,0x8e,0x18, +0xd6,0x48,0x11,0x90,0x7c,0x8b,0x50,0x09,0x56,0xa5,0xb0,0x00,0x90,0x18,0xe8,0x10, +0x09,0x5b,0x50,0x3a,0x30,0x02,0x22,0x30,0x00,0x01,0xa0,0xaa,0x88,0x82,0x72,0x9c, +0x76,0x65,0x00,0xb2,0x97,0x77,0xa0,0xac,0x08,0x76,0x6a,0x00,0x90,0x1d,0x77,0x40, +0x09,0x29,0xa1,0xa3,0x00,0x91,0x17,0xf9,0x00,0x09,0x4c,0x71,0x5b,0x30,0x05,0x30, +0x80,0x80,0x01,0xa2,0x28,0x4a,0x00,0x73,0x74,0x87,0xc7,0x40,0xa4,0x88,0x8a,0x64, +0x7e,0x37,0x79,0xa9,0x11,0x90,0xb9,0x47,0xa0,0x09,0x09,0x39,0x58,0x00,0x93,0x74, +0x7a,0xa0,0x09,0x71,0x07,0x23,0x60,0x89,0x09,0x10,0x95,0x57,0x02,0xf1,0x0c,0x85, +0x83,0x00,0x20,0xa0,0x29,0x00,0x0a,0x0a,0x1b,0x39,0x00,0xa0,0xba,0x10,0x92,0x34, +0x2e,0x20,0x22,0x80,0x8a,0xa0,0x09,0x10,0x23,0x0a,0xaa,0x0c,0x80,0x51,0x00,0x00, +0x89,0x9b,0xc9,0x95,0x0a,0x57,0x0d,0x20,0xa0,0x06,0x59,0x08,0xf1,0x06,0x45,0x30, +0x00,0xa4,0x2a,0x01,0x70,0x09,0x91,0xa0,0x0a,0x15,0x6b,0x0a,0x09,0x47,0x81,0x10, +0xb9,0x90,0x20,0x8e,0x06,0xf0,0x16,0x01,0x1b,0x11,0x00,0x91,0x88,0xd8,0x82,0x4b, +0x86,0x7d,0x77,0x07,0x93,0x88,0xc8,0x84,0x49,0x05,0x88,0x88,0x00,0x90,0x95,0x55, +0xb0,0x09,0x09,0x33,0x3b,0x00,0x90,0x98,0x77,0xc0,0x09,0x09,0xeb,0x10,0x00,0xb4, +0x16,0xf1,0x15,0x2b,0x28,0x98,0xc0,0x39,0xc6,0x89,0x8c,0x00,0x9d,0x78,0x54,0xb0, +0x84,0xa3,0x84,0x3b,0x00,0x02,0x16,0x88,0x90,0x04,0x22,0xa0,0x19,0x04,0x69,0x14, +0x15,0xa1,0x50,0x6a,0x9a,0x52,0x10,0xf9,0x02,0xf2,0x15,0x69,0xa9,0x9b,0x81,0x06, +0x8c,0x67,0xc6,0x40,0x28,0x88,0x88,0x51,0x00,0xc6,0x66,0x78,0x00,0x0c,0x77,0x78, +0x80,0x00,0x00,0xb0,0x01,0x00,0x84,0x83,0x63,0x91,0x07,0x0b,0x99,0x81,0x40,0xfe, +0x15,0xf4,0x3f,0x20,0xa0,0x60,0x0a,0x1c,0x0c,0xa5,0x04,0x98,0x84,0xa1,0x52,0x0e, +0xef,0x07,0x7a,0x00,0xb5,0xb0,0xd8,0x30,0x0a,0x2a,0x0a,0x05,0x40,0x52,0x65,0x58, +0x90,0x28,0x80,0x81,0x3a,0x15,0x17,0x88,0x95,0x33,0x00,0x00,0x37,0xa2,0x00,0x00, +0x02,0x81,0xa0,0x0c,0xaa,0xbd,0xaa,0x50,0xa0,0x00,0xa0,0x50,0x0c,0x9d,0x0b,0x38, +0x00,0xa0,0xa0,0xba,0x00,0x0a,0x0a,0x09,0x70,0x33,0x87,0x67,0xaa,0x18,0x72,0x05, +0x70,0xa0,0x16,0xe0,0x02,0x44,0x00,0x59,0x9d,0x85,0x10,0x00,0x00,0x91,0x00,0x00, +0x7a,0xad,0x01,0x18,0x71,0x91,0x00,0x03,0xaa,0xad,0xaa,0xa8,0x12,0x00,0x10,0x00, +0x29,0x04,0x14,0x4a,0xca,0x1e,0x02,0x70,0x04,0x60,0xaa,0x99,0xa0,0x39,0xd8,0xa0, +0x06,0x08,0x00,0x05,0x00,0xf3,0x09,0xb6,0xaa,0xea,0x60,0x4b,0xc3,0xa0,0x82,0x00, +0x00,0xa0,0xa0,0x28,0x00,0x00,0xa3,0x70,0x0b,0x20,0x19,0x79,0x10,0x01,0xb0,0xd1, +0x0c,0x00,0xa1,0x23,0x60,0xad,0x9d,0x6d,0xa9,0x1a,0x0a,0x08,0x00,0x80,0x09,0x79, +0x1a,0x0a,0x7d,0x48,0xad,0x9d,0xcd,0x0f,0x00,0x04,0x00,0x35,0x4b,0x00,0x0a,0x28, +0x00,0x81,0x00,0x81,0x6b,0xaa,0xa3,0x7d,0xa8,0x30,0x09,0x00,0xc0,0xa0,0x09,0x89, +0x30,0x09,0x08,0xc3,0x6b,0x99,0xa0,0x08,0x16,0x12,0x00,0x82,0x64,0x11,0x10,0x5b, +0x03,0x99,0x99,0x50,0x6d,0x17,0xf2,0x3f,0x07,0x00,0x00,0x71,0x24,0x98,0x42,0x6c, +0xa9,0x87,0x66,0x30,0x71,0x81,0x45,0x00,0x08,0x79,0x18,0x20,0x07,0xd6,0xa0,0xb2, +0x50,0x07,0x1a,0x28,0x0a,0x00,0x72,0x98,0x64,0xb3,0x3b,0x53,0x77,0x54,0x60,0x07, +0x10,0x09,0x00,0x00,0x71,0x39,0xd9,0x80,0x7d,0xc1,0x0a,0x00,0x00,0x71,0x79,0xd9, +0x93,0x08,0x80,0x00,0x72,0x07,0xc4,0x79,0x9c,0xa2,0x07,0x10,0x90,0x72,0x00,0x71, +0x07,0x27,0x20,0x3b,0x00,0x06,0xef,0x0b,0xf4,0x18,0x06,0x30,0x13,0x77,0x00,0x63, +0x57,0xc4,0x20,0x6c,0xa8,0x9d,0x99,0x20,0x63,0x48,0xd8,0x80,0x08,0x99,0x2a,0x1a, +0x08,0xc4,0x87,0xc7,0xc0,0x06,0x38,0x9d,0x8d,0x00,0x63,0x10,0x90,0x10,0x3b,0x10, +0x09,0xa9,0x0d,0x10,0x09,0xa7,0x00,0xf2,0x12,0xdc,0xb3,0x5d,0xa0,0x80,0x44,0x00, +0x81,0x6a,0x9d,0x84,0x08,0x71,0x29,0x11,0x07,0xd4,0x8d,0x9a,0xb5,0x08,0x12,0xc0, +0x92,0x00,0x81,0x04,0xdd,0x10,0x3b,0x09,0x94,0x3a,0x39,0x02,0xf0,0x17,0x10,0x92, +0x60,0x00,0x91,0x1b,0x0a,0x00,0x7d,0xa9,0xda,0xda,0x30,0x94,0xd9,0x3b,0x30,0x0a, +0xa4,0xa5,0xc5,0x16,0xb1,0x3c,0x9d,0x92,0x09,0x13,0x70,0xa0,0x00,0x91,0x3c,0x9d, +0x95,0x4c,0x03,0x70,0xd9,0x00,0xf2,0x18,0x80,0x35,0x00,0x71,0x18,0x29,0x20,0x6d, +0xb9,0x99,0x99,0x30,0x71,0x79,0x63,0x60,0x09,0x99,0x38,0x78,0x05,0xb3,0x93,0x87, +0x80,0x07,0x1a,0x79,0x78,0x00,0x71,0x80,0x80,0x80,0x3b,0x08,0x57,0x3a,0x00,0x06, +0x01,0xf5,0x19,0x66,0x20,0x00,0x71,0x0a,0x6b,0x00,0x5d,0xa9,0xca,0xc8,0x00,0x71, +0x45,0x44,0x80,0x08,0x92,0xa3,0x79,0x06,0xc3,0x27,0x72,0x90,0x07,0x18,0x8e,0xb8, +0x50,0x71,0x05,0x69,0x10,0x3b,0x19,0x70,0x18,0x50,0x00,0x73,0x13,0xf5,0x14,0x0c, +0x7a,0x50,0x5d,0x70,0xa7,0x84,0x00,0xa0,0x98,0x6a,0x93,0x0a,0x48,0x37,0x86,0x35, +0xd5,0x67,0x87,0x71,0x0a,0x08,0xbf,0xd8,0x30,0xa0,0x3a,0xa7,0x60,0x2b,0x47,0x09, +0x05,0x40,0x06,0x17,0xf0,0x65,0xd8,0xd0,0xb0,0x00,0x0d,0x8d,0x2d,0x9c,0x50,0x90, +0xaa,0xa0,0xb0,0x0d,0x8d,0x6a,0x28,0x00,0x90,0xa0,0x5c,0x30,0x0a,0x9a,0x02,0xe0, +0x00,0xb1,0xa2,0xa7,0xa0,0x44,0x02,0x90,0x05,0x60,0x05,0x82,0x54,0x40,0x00,0x88, +0x62,0x83,0x00,0x39,0xec,0x8c,0xab,0x62,0xaa,0x57,0xe2,0xa0,0x00,0x70,0x44,0x7a, +0x01,0xab,0xa5,0x0b,0x50,0x08,0x69,0x00,0xc4,0x00,0x5a,0xa2,0xa2,0xa3,0x24,0x00, +0x62,0x00,0x50,0x00,0x80,0x05,0x30,0x02,0x8c,0x95,0xba,0x96,0x0b,0xb8,0xbd,0x2a, +0x00,0x9e,0xb4,0x1d,0x40,0x16,0x51,0x47,0x26,0x60,0xae,0xee,0xee,0xe1,0x01,0x21, +0xb9,0x94,0x00,0x09,0x09,0x00,0x00,0x39,0xd9,0xd9,0xb9,0x05,0x12,0x60,0xdf,0x10, +0xd2,0x3a,0xda,0xaa,0xcb,0x80,0x08,0x30,0x0b,0x00,0x00,0x1b,0x05,0x70,0x82,0x02, +0xf2,0x26,0x05,0xca,0x10,0x00,0x4a,0x80,0x3b,0x72,0x27,0x10,0x00,0x04,0x60,0x01, +0x40,0x00,0x04,0x05,0x9d,0x85,0xa8,0x40,0x08,0x09,0x37,0x00,0x06,0xca,0xb7,0xb7, +0x74,0x00,0xa0,0x38,0x2a,0x16,0x9d,0x97,0x60,0x90,0x36,0x98,0x55,0x09,0x09,0x19, +0x6b,0x10,0x90,0x05,0x70,0x90,0x09,0x5d,0x06,0x00,0x68,0x19,0x01,0x31,0x11,0x01, +0x56,0x07,0xf2,0x05,0x0d,0xaa,0xb6,0x00,0x02,0x70,0x04,0x60,0x00,0x82,0x00,0x55, +0x00,0x3a,0x00,0x07,0x20,0x1b,0x10,0x5a,0x07,0x14,0xf1,0x17,0x0d,0x9c,0x49,0xc9, +0x30,0xd8,0xc1,0x59,0x00,0x0a,0x09,0x54,0x90,0x00,0xd9,0xb6,0xad,0x95,0x0a,0x02, +0x04,0xd0,0x00,0xa0,0xa0,0x9a,0x00,0x0d,0xbb,0x49,0x80,0x61,0x70,0x0b,0x17,0x96, +0x00,0x00,0x8f,0x16,0xc0,0xad,0x09,0x10,0x00,0xa0,0x91,0x00,0x0a,0x09,0xaa,0xaa, +0xe0,0x07,0x00,0x60,0x10,0x00,0xa0,0x9a,0xaa,0xae,0x07,0x00,0x92,0x0d,0x9a,0x2d, +0x99,0xa0,0x90,0x92,0x80,0x0a,0x09,0x00,0xf6,0x06,0x93,0x70,0x0a,0x09,0x0a,0x5c, +0x99,0xa0,0xd9,0x67,0x30,0x0a,0x01,0x00,0xb0,0x00,0xa0,0x00,0x82,0x04,0xa7,0x40, +0x0f,0xf0,0x0f,0xd9,0x98,0x9d,0x95,0x08,0x09,0x00,0xa0,0x00,0xc8,0xc8,0x89,0xc8, +0x08,0x0a,0x44,0x4b,0x30,0x80,0xb7,0x66,0xc5,0x0d,0x99,0x48,0x0a,0x00,0x50,0x00, +0x50,0x97,0x00,0xf1,0x18,0x99,0x00,0x0a,0x77,0x77,0xb3,0x00,0xa7,0x77,0x7a,0x30, +0x04,0x78,0xb7,0x71,0x06,0x88,0x88,0x88,0x81,0x07,0x86,0x66,0xc0,0x00,0x58,0x7a, +0x7a,0x00,0x05,0x80,0x94,0x81,0x06,0x61,0x87,0x01,0x90,0x19,0xe0,0x10,0xf6,0x0f, +0x8c,0x98,0xa0,0x05,0x73,0xa5,0x3b,0x00,0x57,0x4b,0x54,0xb0,0x04,0xa8,0xd9,0x8a, +0x00,0x0a,0x3c,0x00,0x00,0x00,0x3f,0x80,0x00,0x01,0xa9,0x35,0xaa,0xa7,0xc6,0x03, +0xf0,0x16,0x36,0x6d,0x67,0x70,0x18,0x88,0xd8,0x9c,0x50,0x47,0x7d,0x77,0x40,0x05, +0x77,0xd7,0x77,0x02,0x88,0x88,0x88,0x85,0x05,0x96,0x66,0x79,0x00,0x5a,0x66,0x67, +0x90,0x05,0xa7,0x77,0x79,0x00,0x09,0x76,0x00,0xf4,0x10,0x97,0x66,0x6b,0x30,0x05, +0x77,0x77,0x71,0x06,0xd8,0xd8,0x88,0x82,0x0b,0x7d,0x6b,0x8b,0x00,0xb7,0xd0,0xa6, +0x40,0x3c,0x8d,0x48,0xe2,0x04,0x41,0xa7,0x51,0xa2,0xae,0x09,0x11,0x96,0x48,0x26, +0xf0,0x05,0x0c,0xb9,0x99,0x60,0x09,0xc5,0x22,0x39,0x02,0x57,0x86,0x66,0x90,0x00, +0x7a,0x99,0x99,0x00,0x07,0x20,0x3a,0x13,0x30,0x04,0xa7,0x00,0x5b,0x02,0xf3,0x15, +0x01,0xb4,0x87,0x9a,0x9a,0x1b,0x48,0x79,0x10,0xa0,0x98,0xb4,0x99,0x8a,0x09,0x8a, +0x49,0x00,0xa0,0x91,0x64,0xaa,0x9a,0x4a,0x9a,0x8a,0x00,0xa0,0xa2,0xa2,0xa0,0x0a, +0x38,0x02,0x84,0x2a,0xbb,0x07,0x03,0x1a,0x08,0x14,0x05,0xf2,0x0e,0xf5,0x08,0x2a, +0xab,0xfc,0xaa,0x70,0x00,0x9d,0xb2,0x00,0x00,0x86,0xa2,0xb2,0x01,0xb6,0x0a,0x01, +0xb5,0x12,0x00,0xa0,0x00,0x30,0x29,0x00,0x41,0x1a,0xaa,0xea,0xaa,0xaf,0x12,0x52, +0x07,0xaa,0xeb,0xaa,0x20,0x29,0x00,0x11,0xa1,0x29,0x00,0x3e,0xb6,0x02,0x00,0x29, +0x00,0xf0,0x04,0xaa,0x92,0x00,0x00,0x56,0xa2,0xa0,0x00,0x3b,0x0a,0x06,0x80,0x2b, +0x8a,0xeb,0xa8,0x90,0x10,0x0a,0xd7,0x11,0x13,0xa0,0x26,0x09,0xf0,0x17,0x09,0xb9, +0xa7,0x00,0x1b,0x97,0x1c,0x20,0x02,0x20,0xae,0x60,0x00,0x47,0x95,0x48,0xb9,0x11, +0x89,0x9d,0x99,0x40,0x00,0x51,0x93,0x20,0x00,0x85,0x09,0x1b,0x10,0x15,0x08,0x70, +0x24,0x00,0x00,0xa0,0x79,0x20,0xf0,0x09,0x19,0xd9,0x60,0x29,0xd8,0x2a,0x29,0x00, +0x2b,0x06,0x40,0x97,0x08,0xe7,0x41,0x38,0x61,0xaa,0x59,0xbc,0x98,0x52,0xa0,0x04, +0x8c,0x00,0x10,0x46,0xad,0x16,0x03,0x90,0x06,0xf0,0x15,0x72,0x08,0x20,0x00,0x07, +0x20,0xdc,0xca,0x07,0xdb,0xac,0x17,0x50,0x0c,0x82,0x1c,0x90,0x01,0xe9,0x7a,0x58, +0x92,0x98,0x37,0x99,0x97,0x14,0x72,0x45,0x00,0xa0,0x07,0x24,0xb9,0x9a,0x00,0x09, +0x00,0x02,0xda,0x03,0xf3,0x19,0x20,0x0b,0x10,0x00,0x72,0x07,0x6a,0x00,0x8d,0xca, +0xd8,0xbd,0x20,0xb6,0x21,0xa1,0x10,0x0e,0xb9,0x8d,0x8c,0x06,0xa4,0x90,0x90,0x90, +0x77,0x24,0x8f,0xa7,0x00,0x72,0x07,0x5b,0x10,0x07,0x3a,0x50,0x2a,0x20,0x7a,0x1c, +0x00,0xdb,0x04,0xf5,0x10,0x9c,0xb0,0x5d,0xa0,0x07,0x60,0x00,0x93,0x99,0x96,0xb2, +0x0d,0xa6,0x79,0x79,0x04,0xb2,0xa9,0x92,0xc0,0x67,0x15,0x49,0x84,0x30,0x74,0x8b, +0xa8,0x85,0x07,0x20,0x4d,0x0d,0xf2,0x14,0xcc,0x49,0xc3,0x5d,0x7c,0xc3,0x67,0x00, +0xc2,0x87,0x65,0x60,0x0f,0x7c,0xa7,0xbb,0x53,0xe4,0x81,0x0a,0x50,0x8a,0x08,0x90, +0xd7,0x01,0x92,0xc6,0xb5,0x74,0x09,0x00,0x37,0x0b,0x60,0x83,0x00,0xf1,0x18,0xa1, +0xa1,0x00,0x72,0x5d,0x8d,0x80,0x7c,0xa5,0xd8,0xd7,0x00,0xb3,0x6b,0x9c,0x82,0x0e, +0xa3,0x8c,0x77,0x08,0x95,0x78,0xb6,0xb0,0x57,0x2b,0xac,0x8d,0x30,0x72,0x63,0x00, +0x90,0x07,0x26,0x30,0x68,0x00,0x5b,0x00,0xf3,0x3d,0x72,0x79,0xcc,0x82,0x6b,0x98, +0x8b,0xbb,0x00,0xb3,0x79,0xcb,0xc0,0x0e,0xa1,0x55,0x54,0x06,0x96,0x23,0x33,0x20, +0x87,0x27,0x9b,0x99,0x20,0x72,0x66,0x63,0x90,0x07,0x25,0x3a,0x04,0x10,0x05,0x20, +0x58,0x05,0x00,0x52,0x54,0x94,0x52,0x3c,0xab,0x99,0x8a,0x00,0xa4,0x58,0x97,0x95, +0x0c,0xa7,0x78,0x69,0x24,0xa3,0x9b,0xab,0xa5,0x46,0x26,0xb1,0x9a,0x00,0x53,0xa1, +0x5d,0x35,0x05,0x84,0x19,0x3b,0x01,0x02,0x03,0x7b,0x06,0xa2,0x05,0x30,0x91,0x00, +0x00,0x73,0x09,0xba,0xa0,0x07,0x09,0x00,0x20,0x10,0x00,0x09,0x00,0x52,0x07,0xcb, +0x9d,0xa9,0x92,0x22,0x0e,0x40,0xaa,0xca,0xaa,0x30,0xde,0x03,0xb1,0x01,0x70,0x82, +0x00,0x00,0x18,0x08,0xba,0x90,0x01,0x80,0x09,0x00,0x80,0x20,0x00,0x29,0xd9,0xca, +0x99,0x60,0x11,0x08,0x20,0xf1,0x19,0x00,0x0a,0x31,0x05,0xcb,0x90,0xa3,0xa0,0x09, +0x20,0x4c,0x9a,0x20,0xb9,0x95,0xb1,0x00,0x46,0x37,0x5c,0xaa,0x46,0x6c,0x34,0x64, +0x63,0x00,0xa0,0x02,0xc7,0x00,0x83,0x03,0xad,0x04,0x56,0x05,0x71,0x3b,0x50,0xec, +0x24,0x41,0x0c,0xa9,0x99,0x93,0xad,0x24,0xf8,0x0b,0x7a,0x9c,0xa9,0xa0,0x01,0xb1, +0x83,0x29,0x12,0x8d,0x8d,0x89,0xc7,0x03,0x70,0x90,0x36,0x00,0x39,0x99,0x9c,0xa5, +0x00,0x00,0x08,0xa0,0xff,0x12,0x06,0x48,0x18,0x95,0xa4,0x0c,0xaa,0x1c,0xb5,0x00, +0xa0,0x00,0xd2,0x12,0x00,0xa5,0x08,0x0b,0x28,0x1b,0x01,0x80,0xe9,0x30,0xaa,0xb4, +0x4d,0x0c,0xf2,0x16,0x00,0x5c,0x88,0x88,0x80,0x0a,0x54,0x44,0x41,0x06,0x43,0x44, +0x44,0x10,0x06,0x88,0xa9,0xc0,0x00,0x46,0x1a,0x0a,0x00,0x00,0x7e,0x30,0xa0,0x00, +0x2c,0x6c,0x18,0x34,0x2b,0x20,0x34,0x2c,0x30,0xcd,0x26,0xf1,0x0e,0x0a,0x00,0x01, +0xb7,0x20,0xa0,0x00,0x00,0x1a,0x0a,0x27,0x06,0x20,0xa6,0xd8,0xb0,0x07,0x6e,0x4a, +0x0a,0x00,0x03,0xa0,0xa0,0xb0,0x06,0x4a,0x02,0x58,0x18,0x19,0x60,0x44,0x05,0xa9, +0x9b,0x10,0x09,0x8a,0x06,0x10,0x3a,0xcc,0x1a,0x50,0x05,0xad,0xaa,0x04,0x91,0x86, +0x0e,0xf2,0x06,0x19,0xae,0xaa,0x40,0x06,0x04,0x70,0x00,0x04,0x60,0xa0,0x65,0x00, +0xb0,0x7b,0x99,0xd0,0x03,0x02,0x20,0x03,0x84,0x0c,0x10,0x69,0x63,0x02,0xf0,0x2d, +0x0c,0x9d,0x9c,0x54,0x80,0xa0,0xa0,0x60,0x02,0x0c,0xd9,0x9c,0x00,0x14,0xa6,0x36, +0x60,0x07,0x49,0x0a,0xb0,0x01,0xa6,0x37,0xaa,0x60,0x22,0x65,0x40,0x05,0x50,0x19, +0x05,0x0a,0x04,0x10,0x46,0x74,0xa0,0xb0,0x00,0x01,0x4a,0x14,0x05,0x90,0xaa,0xaa, +0xd0,0x03,0x0a,0x66,0x6c,0x00,0x04,0xa2,0x22,0xb0,0x07,0x3a,0xca,0x0e,0x61,0xa0, +0x00,0xa0,0x35,0x0a,0x00,0xc5,0x10,0x00,0xe9,0x23,0xf5,0x18,0x09,0x91,0x02,0x90, +0x00,0x92,0x60,0x00,0xd9,0x9d,0x96,0x2a,0x29,0x77,0xa1,0x40,0x11,0x98,0x89,0x82, +0x02,0x58,0x77,0x7a,0x00,0x75,0x7b,0xa7,0x72,0x0b,0x72,0x24,0x99,0x81,0x68,0x00, +0x80,0x78,0x00,0x90,0x16,0xf5,0x15,0x95,0xc9,0x9a,0x70,0x00,0x0c,0x88,0x97,0x07, +0x70,0xb4,0x46,0x70,0x03,0x04,0x44,0x42,0x00,0x15,0xcc,0xaa,0xa0,0x08,0x47,0x83, +0x49,0x01,0x91,0x78,0x34,0x90,0x63,0x9c,0xcb,0xbd,0x30,0x41,0x47,0xf8,0x32,0x85, +0xd9,0x9c,0x95,0x00,0x0a,0x59,0xc7,0x15,0x90,0xaa,0x22,0x73,0x02,0x0a,0xa4,0x48, +0x30,0x24,0x87,0x8b,0x82,0x08,0x56,0x71,0xa8,0x00,0xa8,0x59,0x0a,0x56,0x34,0x92, +0x19,0x70,0x20,0x03,0x10,0x43,0x00,0x00,0x27,0x9a,0xca,0x80,0x18,0x7e,0x6a,0x85, +0x00,0x04,0xa7,0xb8,0x60,0x05,0x6a,0x07,0x30,0x00,0xa0,0xab,0xaa,0xa2,0x29,0x9a, +0x4a,0x13,0x10,0x03,0xde,0x03,0xf1,0x3e,0x57,0xa8,0xc9,0x93,0x00,0x09,0x44,0x46, +0x43,0x91,0x14,0xb4,0x20,0x02,0x0a,0x8d,0x8d,0x00,0x05,0xa7,0xc7,0xc0,0x06,0x5a, +0x8d,0x8c,0x00,0xb0,0x48,0x06,0x60,0x03,0x26,0x00,0x04,0x20,0x09,0x20,0x07,0x20, +0x00,0x3a,0x59,0xb8,0xc0,0x00,0x03,0x8b,0x89,0x02,0xa3,0x88,0x99,0x87,0x00,0x15, +0x86,0x6a,0x20,0x05,0x68,0x66,0xb2,0x02,0x86,0x86,0x6b,0x20,0xa1,0x2c,0x8a,0xa1, +0x05,0x19,0x40,0x06,0x60,0xaf,0x06,0xe0,0x3e,0x99,0x99,0x93,0x1b,0x96,0x29,0x27, +0x00,0x9d,0xca,0xda,0xc3,0x00,0x09,0x00,0xf1,0x2c,0x09,0x72,0x93,0x70,0x29,0x99, +0x99,0x99,0x60,0x72,0x80,0x80,0xa1,0x17,0x06,0x15,0x22,0x80,0x00,0xa0,0x0a,0x13, +0x03,0x1a,0x00,0xa0,0xa0,0x2a,0xa0,0x0a,0x03,0x00,0x4a,0x8a,0xea,0xa5,0x00,0xb0, +0x0e,0x40,0x00,0x9c,0x02,0xa9,0x00,0x64,0xa0,0x83,0x91,0x00,0x0a,0x2b,0x02,0xa0, +0x00,0xaa,0x10,0x04,0x70,0x27,0x02,0xf1,0x0d,0x99,0x9d,0xa9,0x96,0x07,0x14,0x67, +0x17,0x00,0x26,0x8d,0x64,0x40,0x02,0x85,0x89,0x76,0x00,0x81,0xaa,0x66,0x64,0x29, +0x99,0xda,0x99,0x70,0x00,0xba,0x0d,0x12,0x91,0x92,0x1f,0xf1,0x15,0x07,0xca,0x7a, +0x77,0xd0,0x07,0x23,0xa7,0x7d,0x06,0xca,0x69,0x44,0xc0,0x07,0x23,0x83,0x3c,0x00, +0x72,0x4c,0x9b,0xb0,0x5c,0xb3,0xa0,0xa0,0x05,0x10,0x19,0x0a,0x05,0x00,0x4a,0x10, +0xa9,0x00,0x08,0xf0,0x04,0x6b,0x98,0xad,0x9d,0x00,0x90,0x79,0xd8,0xd0,0x4c,0x67, +0x19,0x0a,0x02,0xb4,0x79,0xd9,0xc0,0x09,0x11,0x04,0xf0,0x01,0xa9,0x69,0xda,0x91, +0x98,0x20,0x0a,0x00,0x00,0x02,0x99,0x99,0x94,0x00,0x80,0x91,0xd2,0x29,0xc0,0x10, +0x00,0x06,0xca,0xda,0xaa,0x30,0xc0,0x09,0x10,0x00,0x02,0x68,0x00,0x45,0x2a,0xad, +0xaa,0x90,0x90,0x03,0x80,0x2a,0xaa,0xda,0xaa,0x70,0x09,0xaa,0xca,0xcf,0x16,0x10, +0x0a,0xe6,0x12,0x00,0x08,0x00,0xf0,0x02,0x0b,0xaa,0xea,0xad,0x09,0x00,0xa0,0x0a, +0x18,0x00,0xa0,0x0a,0x72,0x00,0xa2,0x9b,0x00,0xb5,0x06,0xf0,0x0b,0x99,0x99,0x93, +0x04,0x88,0x86,0x00,0x48,0x19,0x09,0x22,0xa8,0x8c,0x8b,0x54,0xa8,0x09,0x09,0x54, +0xa4,0x88,0x87,0x54,0xd9,0x99,0x99,0x0e,0x03,0x11,0x54,0x78,0x0a,0xf1,0x15,0x4b, +0x8d,0x67,0x30,0x00,0x73,0x90,0xb1,0x01,0x99,0xee,0xea,0x96,0x03,0xa4,0x91,0x97, +0x11,0x8b,0x8b,0x88,0xb5,0x01,0xb6,0xc6,0x6a,0x00,0x19,0x1a,0x22,0xa0,0x01,0xc8, +0x88,0x89,0x00,0xac,0x48,0xf0,0x3d,0x78,0xc3,0x99,0x30,0x06,0x79,0x02,0x99,0x30, +0x69,0x88,0x87,0xa2,0x34,0x98,0x88,0xa3,0x60,0x0a,0x00,0x07,0x30,0x00,0x8a,0x89, +0xb1,0x00,0x01,0xa0,0x37,0x00,0x29,0x9c,0x9c,0xa9,0x60,0x00,0x32,0x00,0x60,0x00, +0x69,0xd8,0x9d,0x81,0x01,0x45,0xb4,0x43,0x00,0x14,0xb6,0x44,0x30,0x18,0xac,0x88, +0x88,0x50,0x1d,0xa7,0x77,0xb0,0x2b,0x79,0x66,0x6b,0x00,0x15,0x96,0x66,0xb0,0x00, +0x5a,0x88,0x8b,0xdf,0x08,0xf6,0x16,0x10,0x07,0xc9,0x79,0xd9,0x90,0x0a,0x08,0x48, +0x58,0x00,0xb4,0x1d,0x9d,0x80,0x6b,0xbb,0xa0,0x90,0x0b,0x77,0x1c,0x8d,0x80,0x19, +0x91,0xc6,0xc6,0x01,0xa5,0x0c,0x7c,0x72,0x00,0x00,0xa1,0x11,0x95,0x19,0x20,0x2a, +0xaa,0x3b,0x08,0x10,0x09,0x44,0x20,0xf0,0x07,0x91,0x65,0x00,0x75,0x09,0x10,0xb0, +0x2a,0x00,0x91,0x06,0x60,0x01,0xac,0x00,0x00,0x03,0x78,0x00,0xa0,0x02,0x7b,0xf6, +0x29,0xf0,0x0e,0xa0,0x82,0xa6,0x34,0xbe,0x9b,0x0a,0x09,0x07,0xd6,0x60,0xa1,0x42, +0x8a,0x10,0x05,0xa2,0x51,0xa0,0x00,0x68,0x00,0x0a,0x02,0xa9,0x00,0x00,0xa6,0xb4, +0xe3,0x22,0xf0,0x18,0x04,0x00,0x00,0x9c,0x34,0xa5,0x54,0x00,0x90,0x95,0xc6,0x72, +0xae,0x99,0x0a,0x21,0x04,0xe3,0x45,0xa9,0x00,0x8a,0x78,0x1a,0x45,0x45,0x90,0xa0, +0xa1,0x90,0x09,0x02,0x0a,0x03,0x00,0x90,0x08,0x80,0x00,0x8a,0x1a,0xf4,0x14,0x05, +0xc7,0x07,0xd9,0x70,0x06,0x36,0x84,0xa3,0x07,0xdb,0x46,0xb6,0x00,0x0d,0xb4,0x2a, +0xc9,0x25,0xa6,0x3a,0x30,0xb0,0x96,0x33,0x2a,0x95,0x00,0x63,0x01,0xa6,0x00,0x06, +0x39,0x92,0x83,0x04,0x12,0x80,0x2e,0x02,0xf2,0x03,0x09,0x03,0x02,0x10,0xa0,0x48, +0x70,0x3b,0x72,0x08,0x30,0x00,0x06,0x50,0x19,0x9e,0x99,0x70,0xcf,0x06,0x00,0x2a, +0x1c,0x00,0x89,0x02,0x00,0x59,0x09,0x00,0x29,0x00,0xf2,0x3b,0x94,0x09,0x07,0x04, +0x33,0x70,0x5a,0x22,0x07,0x90,0x01,0x00,0xa2,0x91,0x02,0x99,0x9f,0xba,0x96,0x00, +0x06,0x6a,0x10,0x00,0x28,0x80,0x2b,0x61,0x08,0x20,0x00,0x04,0x60,0x06,0x00,0x06, +0x20,0x00,0x72,0x64,0x62,0xa0,0x69,0x99,0xbc,0xad,0x05,0x18,0x45,0x55,0x51,0x44, +0x83,0x4b,0x54,0x12,0x68,0x79,0xdb,0xb1,0x04,0xaa,0x28,0x77,0x18,0xa7,0x92,0x87, +0x71,0x00,0x08,0x27,0x6b,0x00,0x3f,0x20,0xf0,0x07,0x05,0x00,0x00,0x9b,0x86,0xcb, +0x84,0x46,0x34,0x71,0x52,0x00,0x78,0x8d,0x88,0xb0,0x05,0x98,0xd8,0x8b,0x00,0x90, +0xad,0x16,0xc2,0x9d,0xe9,0x9d,0x00,0x18,0x6a,0x01,0xb0,0x1b,0x30,0xa1,0x84,0x69, +0x0c,0x01,0x2d,0x00,0x50,0x98,0xda,0x82,0x47,0x54,0x36,0x12,0xf2,0x01,0x9b,0x70, +0x00,0x04,0xca,0x5a,0xc6,0x03,0x82,0x33,0x31,0x63,0x00,0xd9,0x99,0xd0,0x37,0x05, +0xf2,0x1d,0xd8,0x88,0xd0,0x00,0x05,0x00,0x13,0x00,0x04,0xcc,0x8b,0xab,0x81,0x65, +0xb8,0xb7,0xc2,0x00,0x97,0x66,0x6a,0x50,0x09,0x76,0x66,0xa5,0x00,0x68,0x76,0x89, +0x30,0x68,0xba,0x8c,0xa8,0x20,0x2b,0x00,0x73,0x00,0x4b,0x10,0x07,0x30,0x13,0x2a, +0x00,0xd4,0x03,0xf0,0x04,0xba,0x87,0xba,0x72,0x34,0x42,0x90,0x60,0x00,0xd8,0x88, +0x88,0xc1,0x05,0xc8,0x88,0xc4,0x00,0x0c,0xe9,0x01,0xf1,0x2b,0xc8,0x88,0x83,0x00, +0x09,0x00,0x02,0x70,0x00,0xd8,0x88,0x97,0x00,0x02,0x30,0x06,0x00,0x00,0x0b,0xc9, +0x9c,0xc9,0x90,0x36,0x61,0x91,0x74,0x00,0x18,0xc8,0x6c,0x88,0xa0,0x0b,0xb7,0x8a, +0x00,0xa0,0x0b,0xb7,0x9a,0x04,0x90,0x08,0xb7,0x5a,0x05,0x20,0x28,0xc9,0x7a,0x00, +0x80,0x00,0x71,0x08,0x99,0x90,0xdd,0x00,0xf3,0x18,0x82,0x11,0xa1,0x10,0x88,0x85, +0x8d,0x88,0x15,0xa9,0x07,0xd7,0x70,0x7c,0x95,0x8b,0x88,0x31,0xd5,0x08,0x88,0x70, +0x3e,0xa1,0xc6,0x6b,0x0a,0x92,0x0c,0x77,0xb0,0x28,0x10,0x90,0x0a,0x00,0x81,0x09, +0x07,0xc3,0x0f,0x00,0x83,0x05,0xf2,0x3d,0x67,0x7c,0x87,0x72,0x02,0x88,0xd8,0x86, +0x02,0x88,0x9d,0x88,0x86,0x00,0x6c,0x77,0x50,0x00,0x07,0xa8,0x26,0x40,0x08,0xa8, +0xb8,0x68,0x30,0x1a,0x27,0x29,0x60,0x19,0x16,0xb0,0x06,0x40,0x01,0x11,0xb1,0x11, +0x04,0x88,0x8d,0x88,0x70,0x58,0x88,0xd8,0x88,0x09,0x12,0xa2,0x41,0xa0,0x15,0xe8, +0x85,0x11,0x00,0x17,0x70,0x1b,0x00,0x1b,0x98,0xd7,0x68,0x00,0x47,0x0a,0x39,0x10, +0x46,0x09,0x90,0x18,0x94,0x1b,0xf0,0x12,0x54,0x0c,0xad,0xaa,0x08,0x63,0x90,0x90, +0xa5,0xa8,0x09,0x09,0x0a,0x09,0x36,0xba,0xda,0xa5,0x97,0x69,0x09,0x0a,0x25,0x56, +0x90,0x90,0xa6,0x47,0x6b,0x9d,0x9a,0x60,0x20,0x21,0x37,0x00,0xbc,0x1c,0xf0,0x11, +0x64,0x03,0xd9,0x80,0x18,0x75,0xb7,0x27,0x06,0xb9,0x21,0x8b,0x00,0x09,0x63,0x7a, +0x79,0x15,0x97,0x84,0x65,0x25,0x25,0x65,0x00,0x51,0x06,0x37,0x65,0x97,0x10,0x30, +0x7a,0x19,0x01,0x3c,0x1c,0xf0,0x0d,0x55,0x0b,0xb9,0xd4,0x09,0x47,0x1a,0x2c,0x06, +0xcb,0x00,0x6d,0x20,0x18,0x54,0x7a,0x7a,0x45,0xc7,0x93,0x0a,0x13,0x24,0x35,0x68, +0xd8,0x35,0x56,0xd1,0x00,0x42,0x63,0x99,0xd9,0x70,0x5b,0x13,0xf5,0x18,0x04,0x20, +0x00,0x63,0x29,0xac,0x96,0x08,0x65,0x0b,0x25,0x06,0xdb,0x04,0x70,0xb1,0x07,0x55, +0xec,0xa9,0x73,0xd8,0xa1,0x55,0x11,0x24,0x24,0x27,0x72,0x04,0x66,0x77,0x37,0x26, +0x71,0x56,0x90,0x5a,0x80,0x9a,0x27,0x20,0x55,0x00,0x64,0x06,0xf2,0x11,0xa4,0x93, +0x34,0x78,0x2a,0x89,0x90,0x5b,0x60,0xba,0xda,0x52,0xb8,0x5a,0x3e,0x40,0x35,0x34, +0xb9,0x97,0x42,0x77,0x6b,0x28,0x00,0x54,0x66,0xa0,0x00,0x07,0x05,0x0d,0xd6,0x20, +0x00,0x7f,0x26,0xf2,0x16,0xa0,0x00,0x81,0x09,0x9d,0x96,0x18,0x64,0x34,0xb4,0x17, +0xba,0x04,0x55,0x52,0x09,0x63,0xc8,0x88,0xa5,0xb6,0x75,0x52,0x35,0x14,0x44,0x0a, +0x35,0x04,0x56,0x84,0x73,0x55,0x61,0x44,0xb0,0x2b,0x5e,0x01,0x00,0x0b,0x01,0xf1, +0x67,0x46,0x08,0x88,0xd0,0x19,0x47,0x47,0x7c,0x04,0x9c,0x29,0x99,0xd7,0x0a,0x38, +0x41,0x90,0x45,0xa7,0x96,0x5b,0x92,0x15,0x54,0x0a,0xd7,0x04,0x56,0x9a,0x39,0x77, +0x60,0x40,0x09,0x60,0x10,0x00,0x60,0x02,0x50,0x00,0x63,0x29,0x99,0x93,0x1a,0x83, +0xb7,0x7a,0x43,0xaa,0x0a,0x11,0x64,0x0a,0x55,0x57,0xc7,0x24,0xa7,0x89,0x7d,0x74, +0x16,0x73,0x46,0xd8,0x03,0x67,0x7a,0x09,0x93,0x51,0x33,0x19,0x70,0x40,0x00,0x40, +0x01,0x30,0x00,0x54,0x08,0x8c,0x83,0x09,0x64,0x90,0x02,0x54,0xba,0x0c,0x88,0x83, +0x09,0x55,0xd8,0x88,0x63,0xa7,0x7f,0x34,0x77,0x17,0x85,0xea,0xac,0x94,0x67,0xbb, +0x34,0x77,0x32,0x35,0x71,0x14,0x70,0x3e,0x0d,0xf0,0x0b,0x7c,0x7c,0x8b,0x30,0x76, +0x9a,0x87,0x82,0x18,0x88,0xd8,0x88,0x40,0x0a,0x78,0x78,0x60,0x00,0xb6,0x66,0x87, +0x00,0x0b,0x66,0x68,0x70,0x09,0x00,0xf1,0x19,0x01,0x8c,0x77,0x79,0xb5,0x00,0x00, +0x02,0x02,0x11,0x9d,0xb4,0x90,0x90,0x39,0xdb,0x9a,0xba,0x50,0x57,0x74,0x0a,0x00, +0x1c,0x76,0x18,0xd9,0x31,0xe9,0x94,0x0a,0x00,0x4c,0x04,0x88,0xd8,0x60,0xa9,0xb6, +0x0a,0xfc,0x2e,0x04,0x2d,0x02,0xf3,0x0d,0x02,0x00,0x28,0x9d,0x88,0xb0,0x00,0x00, +0x92,0xb0,0x01,0x99,0x9d,0xca,0x95,0x00,0x4c,0xc6,0x64,0x02,0xb8,0xc2,0x22,0x10, +0x00,0x29,0x99,0xb4,0x11,0x0f,0x12,0x79,0x5a,0x02,0x00,0xac,0x0c,0xf0,0x13,0x10, +0x49,0xac,0x98,0x90,0x00,0x02,0x72,0xa0,0x02,0x99,0xac,0xdb,0x96,0x00,0x3a,0x92, +0x11,0x02,0xbd,0x97,0x77,0x90,0x01,0x6a,0x88,0x99,0x00,0x06,0x40,0x01,0x90,0x00, +0x6b,0x67,0x19,0xf0,0x08,0x0a,0x0a,0x02,0x02,0x88,0xc0,0xb8,0x91,0x26,0x6b,0x0a, +0x33,0x60,0x00,0x30,0x13,0x30,0x00,0xc8,0x88,0x96,0x00,0x0d,0x5d,0x1d,0x50,0xd7, +0x77,0x97,0x00,0x0a,0x4e,0x24,0x36,0xa0,0x04,0xa4,0xc0,0x08,0xf0,0x19,0x46,0x11, +0x80,0x00,0x0a,0x1a,0x1a,0x8a,0x04,0xd9,0xc4,0xc2,0x00,0x02,0x23,0x29,0x01,0x80, +0xc6,0xc0,0x79,0x92,0x0c,0x6c,0x19,0x27,0x00,0xd8,0xd1,0xc6,0x10,0x09,0x0a,0x19, +0x00,0x90,0x95,0xa0,0xa9,0x95,0x11,0x0e,0xf0,0x03,0x14,0x91,0x11,0xa8,0x88,0x88, +0xba,0x88,0x88,0x8b,0xa1,0x11,0x11,0xba,0x99,0x99,0x9b,0xa0,0xda,0x24,0x01,0xa5, +0x23,0x11,0xa0,0x51,0x1a,0xf2,0x14,0x69,0x9d,0x9a,0x00,0x09,0x21,0x11,0xb0,0x00, +0x97,0x66,0x6c,0x00,0x09,0xa9,0x99,0xd0,0x00,0x91,0x28,0x07,0x40,0x09,0x10,0x6b, +0x40,0x00,0xb8,0xa3,0x5a,0x60,0x06,0x30,0x00,0x04,0x16,0x2b,0xf0,0x06,0x0b,0xb9, +0xa0,0x00,0x0a,0x40,0x56,0x00,0x08,0xd9,0x9d,0x9b,0x60,0x0a,0x00,0xa0,0x36,0x00, +0xaa,0xab,0xab,0x95,0x15,0x10,0x03,0x1f,0x01,0x50,0x64,0x05,0xba,0x99,0xab,0x22, +0x4c,0x50,0x40,0x07,0x9c,0xa9,0xcb,0xe1,0x4e,0xf1,0x0e,0x39,0x02,0xc9,0x99,0xbb, +0x92,0x28,0xaa,0x55,0x69,0x03,0x8a,0x6a,0x3d,0x50,0x46,0xba,0x81,0xd0,0x08,0x39, +0x97,0xba,0x14,0x70,0x00,0x73,0x1b,0x30,0x56,0x09,0x60,0x68,0x09,0x99,0x94,0x36, +0x33,0x5b,0x00,0xf1,0x03,0x3a,0xaa,0xa7,0x1b,0x90,0x00,0x45,0x03,0x39,0x00,0x04, +0x50,0x00,0x90,0x00,0x45,0x00,0x09,0x09,0x00,0xf0,0x17,0x08,0xb3,0x00,0x03,0x21, +0x36,0x00,0x01,0x92,0x6a,0x25,0x94,0x53,0x88,0xc8,0x30,0x00,0xb4,0x8b,0x98,0xa6, +0x8d,0x48,0xba,0x19,0x01,0x93,0x8b,0x81,0x90,0x09,0x27,0xc7,0x19,0x00,0x94,0x9d, +0xb3,0x2f,0x0e,0x16,0x6a,0xce,0x03,0xf1,0x12,0x79,0x9d,0x99,0x92,0x02,0x66,0xc6, +0x65,0x00,0x12,0x2b,0x32,0x20,0x19,0x9c,0xdc,0x99,0x50,0x08,0x90,0x92,0xa1,0x2a, +0xa3,0x03,0xd1,0x00,0x08,0x89,0x44,0xd5,0x00,0x65,0x98,0x02,0xf2,0x40,0x50,0x00, +0x05,0x88,0x8c,0x88,0x81,0x02,0x88,0x88,0x80,0x03,0x89,0x44,0x4b,0x51,0x27,0x83, +0x33,0xb4,0x10,0x28,0xec,0xb8,0x20,0x05,0xc4,0x0a,0x85,0x06,0x5a,0x46,0x5b,0x50, +0x00,0x86,0x30,0x06,0x20,0x10,0xa0,0x06,0x30,0x02,0x9a,0x58,0xb9,0x81,0x03,0xd0, +0x17,0x41,0x06,0x5b,0x28,0xa9,0x80,0x00,0x20,0xa0,0x00,0x06,0x88,0xbe,0x98,0x82, +0x05,0xb5,0x18,0x75,0x05,0x4b,0x36,0x5b,0x40,0x01,0x95,0x20,0x05,0xd4,0x31,0xf1, +0x42,0xa7,0x10,0x00,0x90,0x3a,0xb8,0x54,0x49,0x03,0x7b,0x87,0x44,0x90,0x0a,0xb8, +0x93,0x39,0x00,0x23,0x2a,0x03,0x40,0x48,0x89,0xe9,0x89,0x40,0x38,0x72,0x86,0x70, +0x35,0xb3,0x73,0xb5,0x00,0x08,0x51,0x00,0x43,0x04,0x00,0x41,0x00,0x00,0x61,0x0d, +0x99,0x92,0x79,0xda,0xb7,0x76,0x00,0x37,0x1c,0x66,0xb0,0x1d,0xa3,0xc6,0x6b,0x09, +0xa8,0x26,0xc8,0x50,0x09,0x08,0xc4,0x83,0x00,0x90,0x22,0xeb,0x00,0x09,0x0a,0x82, +0x4b,0x30,0x83,0x29,0xf0,0x2d,0x9d,0x9d,0x99,0x50,0x88,0xd8,0xd8,0xa2,0x0a,0x0a, +0x09,0x07,0x20,0x58,0xba,0x88,0x81,0x29,0x9d,0xa9,0xa9,0x60,0x0a,0x60,0x57,0x00, +0x00,0x4b,0xed,0x72,0x00,0x97,0x40,0x03,0x82,0x01,0xd9,0x99,0xa8,0x00,0x1c,0x88, +0x89,0x80,0x01,0xa3,0x33,0x48,0x00,0x1b,0x55,0x56,0x80,0x01,0xca,0x9a,0xa8,0x00, +0x02,0xa0,0x31,0x31,0x72,0x0a,0x00,0x92,0xb5,0x00,0x7a,0xa7,0xfb,0x05,0x00,0x07, +0x1c,0xf3,0x13,0x18,0x0a,0x99,0xd0,0x39,0xc6,0xa8,0x8d,0x00,0x18,0x0a,0x33,0xa0, +0x5a,0xc9,0xa4,0x4b,0x00,0x4a,0x08,0xbb,0xb0,0x07,0x66,0x18,0x90,0x00,0xa0,0x66, +0x49,0x02,0x63,0x05,0x80,0xca,0x19,0x10,0x10,0x7f,0x00,0xf5,0x14,0x09,0x88,0xc4, +0x38,0x99,0x98,0x8b,0x40,0x09,0x29,0x44,0x94,0x07,0xe2,0x94,0x49,0x46,0x7b,0x97, +0xbb,0xa3,0x00,0xa0,0x08,0x90,0x00,0x0a,0x05,0x49,0x06,0x00,0xa5,0x70,0x6a,0x80, +0x29,0x0b,0xf1,0x03,0x22,0x29,0x52,0x22,0x16,0x66,0x66,0x66,0x40,0x08,0x88,0x88, +0x30,0x00,0x77,0x77,0x73,0x00,0xff,0x34,0x00,0x9e,0x00,0x10,0x0a,0xbe,0x2e,0x00, +0x2d,0x20,0x02,0x75,0x04,0x00,0x5b,0x32,0xf0,0x0d,0xa6,0x00,0xa0,0x02,0x44,0x40, +0x0a,0x00,0x17,0x75,0x9a,0xea,0x52,0x99,0x60,0x0a,0x00,0x18,0x86,0x00,0xa0,0x02, +0x60,0x90,0x0a,0x00,0x2b,0x8a,0x09,0x00,0x00,0x34,0x00,0x00,0xda,0x31,0xf1,0x15, +0x38,0x16,0x99,0xe0,0x46,0x66,0x00,0x0a,0x01,0x88,0x41,0x22,0xb0,0x27,0x75,0x88, +0x7c,0x01,0x88,0x48,0x10,0x00,0x35,0x08,0x81,0x01,0x53,0xb8,0x88,0x20,0x27,0x35, +0x00,0x3a,0x9b,0x20,0xb7,0x1c,0xf2,0x15,0x27,0x04,0xc9,0x90,0x37,0x77,0x64,0x0a, +0x00,0x88,0x7b,0x00,0x96,0x07,0x76,0xa9,0x99,0x20,0x88,0x47,0x40,0xb0,0x17,0x08, +0x0a,0xb4,0x01,0xc9,0xa7,0xcb,0xa3,0x17,0x05,0xc2,0x08,0xb0,0x7e,0x06,0x00,0x28, +0x06,0xf2,0x3d,0x3a,0xad,0xa4,0x67,0x72,0x00,0x90,0x03,0x88,0x08,0x09,0x00,0x37, +0x70,0xa0,0xd8,0x33,0x88,0x1a,0x09,0x00,0x62,0x71,0xa0,0x90,0x06,0x9b,0x6d,0x8c, +0x74,0x63,0x01,0x22,0x22,0x10,0x02,0x20,0x00,0x40,0x00,0x17,0x04,0x4c,0x43,0x38, +0x88,0x4a,0x64,0x30,0x88,0x42,0x91,0x70,0x07,0x74,0x79,0xd2,0x20,0x88,0x54,0xa1, +0x91,0x08,0x09,0x51,0xa5,0x00,0xc8,0xa7,0xd4,0xc2,0x08,0x06,0xb2,0x03,0x80,0x37, +0x20,0xf0,0x12,0x20,0x03,0x10,0x07,0x02,0x80,0xb0,0x38,0x87,0x8b,0xbb,0x60,0x88, +0x40,0x0a,0x00,0x07,0x74,0x59,0xd9,0x30,0x88,0x50,0x0a,0x00,0x08,0x09,0x99,0xd9, +0x80,0xc8,0x90,0x0a,0xa4,0x27,0x12,0xa0,0xdd,0x2a,0xf2,0x13,0x81,0x09,0xca,0xc2, +0x68,0x75,0x6a,0x08,0x13,0x88,0x24,0x81,0xa0,0x37,0x71,0x82,0x64,0x04,0x88,0x17, +0x82,0x40,0x71,0x66,0xb0,0x39,0x17,0x9b,0xa9,0x00,0xa5,0x71,0x00,0x69,0xf2,0x03, +0x01,0xa8,0x1b,0xf0,0x11,0x18,0x08,0xca,0x85,0x27,0x77,0x5c,0x88,0x00,0x88,0x50, +0xa0,0x90,0x07,0x76,0x8b,0x8a,0x70,0x88,0x56,0x99,0x92,0x09,0x09,0x90,0x05,0x40, +0xc8,0x9a,0x88,0xb4,0x09,0xb3,0x1b,0x80,0x02,0x20,0x30,0x05,0x00,0x07,0x03,0x71, +0x7f,0x00,0xf5,0x0d,0xac,0x30,0x88,0x49,0x00,0x65,0x07,0x74,0xa6,0x6a,0x50,0x88, +0x52,0xaa,0x20,0x08,0x09,0x36,0x90,0x10,0xc8,0x9b,0x29,0x08,0x08,0x05,0x80,0x79, +0xb1,0x2f,0x00,0x2e,0x25,0xf3,0x14,0x00,0x06,0x15,0xbc,0xcb,0x07,0x88,0x25,0x88, +0x30,0x49,0x80,0x44,0x43,0x03,0x76,0x7a,0x88,0xc0,0x6d,0xc4,0x25,0x45,0x07,0x19, +0x03,0x77,0x00,0x79,0xc0,0xb3,0x85,0x37,0x10,0xb7,0x3a,0x0d,0x10,0x03,0x60,0x0e, +0xf2,0x10,0x15,0xaa,0x9c,0x67,0x76,0x5c,0x78,0x49,0x85,0x28,0x08,0x37,0x65,0x67, +0x79,0x48,0x86,0x67,0x98,0x70,0x87,0x66,0x98,0x79,0xc8,0x42,0x18,0x70,0x25,0x00, +0x5a,0x5c,0x01,0x00,0x78,0x32,0xf6,0x3c,0x03,0xc5,0x00,0x58,0x85,0xa1,0x97,0x02, +0x87,0x88,0x88,0x72,0x27,0x66,0x99,0xa9,0x03,0x87,0x74,0x38,0x90,0x52,0x88,0xaa, +0xcc,0x05,0x9c,0x74,0x37,0x90,0x52,0x07,0x43,0x89,0x00,0x07,0x00,0x70,0x90,0x00, +0x51,0x6c,0x89,0x90,0x48,0x84,0x27,0x94,0x21,0x86,0x9a,0xad,0x94,0x18,0x66,0x78, +0x94,0x21,0x86,0x87,0xb7,0xa0,0x34,0x88,0x3a,0x75,0x13,0xaa,0x83,0xa9,0x77,0x34, +0x00,0x08,0x0a,0xd2,0x30,0xf2,0x41,0x34,0x80,0x45,0x00,0x0a,0x88,0x5c,0x68,0x13, +0xc8,0x6a,0x4a,0x70,0x09,0x78,0x65,0xba,0x10,0x44,0x9b,0x73,0x54,0x02,0x88,0x88, +0x85,0x00,0x06,0x66,0x66,0x30,0x02,0xb6,0x66,0x6a,0x00,0x2b,0x66,0x66,0xa0,0x00, +0x09,0x0a,0x00,0x00,0x77,0xc7,0xc9,0x60,0x09,0x7b,0x6c,0x62,0x01,0xaf,0xee,0xff, +0x90,0x2b,0x32,0x22,0xb0,0x00,0x87,0x66,0x6c,0x00,0x08,0x76,0x66,0xc0,0x00,0x4c, +0x96,0xcb,0x00,0x28,0x30,0x00,0x47,0x60,0x0c,0xb0,0xd8,0xc0,0x0a,0x00,0x0d,0x8c, +0x00,0xd9,0x80,0x90,0xa0,0x09,0x00,0xf3,0x07,0x13,0xb3,0x10,0x90,0xa7,0x86,0x96, +0x0b,0x99,0x72,0x03,0x61,0xd0,0xa8,0xa8,0xa6,0x36,0x00,0x73,0x04,0x50,0x00,0x53, +0x0b,0x11,0x70,0x09,0x00,0xf1,0x0c,0xaa,0xad,0xaa,0xa6,0x00,0x19,0x17,0x31,0x00, +0x56,0xa0,0x73,0xb0,0x1b,0x0b,0x07,0x35,0x61,0x26,0x70,0x73,0x05,0x02,0x90,0x6c, +0x10,0x00,0xd2,0x0d,0x40,0x9d,0x94,0x99,0xb0,0xfa,0x25,0xf0,0x05,0x07,0x9d,0x96, +0x99,0xb0,0x22,0x90,0x54,0x00,0x05,0x4c,0x97,0x50,0x52,0x68,0x90,0x2a,0x9a,0x08, +0x9b,0x77,0x01,0x42,0x8c,0xaa,0xaa,0x31,0xb8,0x12,0xf0,0x13,0xba,0xaa,0x40,0x90, +0x9a,0x00,0x00,0x09,0xd8,0xb9,0x9d,0x00,0x5a,0x2a,0x00,0x90,0x09,0xa5,0xba,0xad, +0x00,0x99,0x1a,0x00,0x00,0x1c,0xc9,0xa1,0x11,0x02,0x40,0x06,0x88,0x85,0x89,0x35, +0xf3,0x14,0x06,0xad,0xa0,0x09,0x00,0x28,0xc7,0x8a,0xdc,0x05,0x38,0x99,0x09,0x80, +0x57,0xbb,0x92,0xa9,0x04,0x8c,0x99,0x7c,0xc0,0x58,0xc8,0xb0,0x98,0x00,0x08,0x09, +0x9d,0xd0,0x00,0x80,0x90,0xfc,0x29,0xf2,0x19,0x18,0x00,0x45,0x00,0x48,0xc7,0x01, +0x80,0x02,0x6b,0x48,0xb9,0xa4,0x47,0xa9,0x66,0x0a,0x14,0xab,0xa8,0x62,0x75,0x39, +0xb8,0x08,0xa1,0x05,0x9c,0x80,0x5d,0x00,0x01,0x80,0x39,0x4a,0x00,0x18,0x19,0x00, +0x57,0x5a,0x02,0xf0,0x15,0x70,0x00,0x00,0x03,0x37,0x5d,0x89,0x8b,0x27,0x96,0xa8, +0xd8,0x83,0xac,0x75,0x6c,0x74,0x1a,0x92,0x96,0xc7,0x80,0x98,0x09,0x4b,0x48,0x09, +0x95,0x23,0xb3,0x23,0x69,0x59,0x9d,0x98,0x61,0xd2,0x00,0x10,0x02,0x09,0x04,0x10, +0x85,0xe9,0x30,0x20,0x30,0x0b,0xe9,0x04,0xf0,0x0b,0xc8,0x00,0x3a,0x90,0x46,0x90, +0x00,0x09,0x1c,0x04,0x80,0x01,0x9a,0x20,0x07,0x70,0xa8,0x71,0x00,0x12,0x22,0x02, +0x78,0x88,0x50,0x01,0x43,0x24,0xf1,0x15,0xa3,0x29,0xd9,0x80,0x00,0x33,0x60,0x0a, +0x02,0x84,0x3b,0x88,0x80,0x01,0x93,0xb9,0x99,0x20,0x09,0x36,0x00,0x63,0x00,0x93, +0xb9,0x9c,0x30,0x8c,0x10,0x00,0x00,0x27,0x08,0x99,0x9b,0xb0,0x08,0x0d,0xf6,0x19, +0x02,0x10,0x22,0x01,0xb0,0x28,0x0a,0x10,0x03,0x19,0xac,0xb9,0x05,0x70,0x00,0xa0, +0x00,0x1a,0x39,0xae,0x99,0x20,0x90,0x07,0xa7,0x00,0x09,0x17,0x80,0x67,0x03,0xb8, +0x30,0x00,0x20,0xa0,0x4a,0xaa,0xac,0x50,0x08,0x22,0xf2,0x18,0x24,0xb9,0xbc,0x30, +0x00,0x44,0x9e,0xe8,0x40,0x15,0x28,0x2a,0x21,0x90,0x27,0x88,0x7c,0x76,0x90,0x01, +0x88,0x8c,0x87,0x90,0x01,0x88,0x09,0x00,0x90,0x06,0x86,0x04,0x28,0x20,0x36,0x06, +0x88,0x9a,0xb0,0x38,0x1b,0x00,0x98,0x0a,0xf1,0x14,0x85,0x9a,0xea,0xa4,0x00,0x34, +0x7d,0x77,0x02,0x74,0x90,0xa0,0x90,0x14,0x98,0x8d,0x8c,0x00,0x09,0x07,0xd8,0x30, +0x00,0xa7,0x2a,0x06,0x10,0x86,0x40,0x00,0x00,0x35,0x06,0x99,0x9c,0x0f,0x03,0xf7, +0x14,0x36,0x0c,0x77,0x7d,0x00,0x32,0xc9,0x68,0xa0,0x58,0x1b,0xc8,0xd8,0x01,0x92, +0x84,0xb4,0x30,0x09,0x55,0x4b,0x43,0x00,0x9a,0x47,0xd7,0x72,0x29,0x70,0x04,0x00, +0x09,0x02,0x99,0x99,0x63,0x38,0xf1,0x15,0xa1,0x4a,0x8c,0x00,0x02,0x14,0x99,0x90, +0x07,0x80,0xa9,0xbc,0x60,0x09,0x09,0x57,0x29,0x00,0x90,0x97,0x05,0x90,0x0a,0x09, +0x78,0x39,0x04,0xc7,0x50,0x05,0x40,0xa0,0x6a,0x99,0xac,0x20,0x3f,0x05,0x00,0x12, +0x0b,0xf1,0x15,0xa3,0x9a,0xbb,0x82,0x03,0x05,0xb5,0xc4,0x00,0x00,0xb5,0xb5,0xb0, +0x7d,0x0a,0x5b,0x59,0x00,0xa0,0x98,0x58,0x90,0x0a,0x09,0x86,0x6b,0x04,0xa9,0x50, +0x03,0x40,0x50,0x16,0x99,0x98,0x20,0xb0,0x00,0xf4,0x15,0x75,0x99,0x87,0xc0,0x05, +0x69,0x79,0x67,0x12,0x31,0x7c,0x3c,0x71,0x4b,0x28,0xd8,0xc7,0x00,0x95,0x8d,0x8c, +0x82,0x09,0x16,0x51,0x93,0x01,0xb9,0x50,0x00,0x60,0x91,0x29,0x99,0x9b,0x40,0x4b, +0x26,0xf3,0x14,0x03,0x9d,0xa8,0x7a,0xd0,0x08,0x05,0x47,0x19,0x01,0x65,0xa2,0x86, +0x40,0x48,0x88,0x88,0x28,0x00,0x99,0x96,0x70,0x90,0x18,0x00,0xa7,0x4b,0x01,0xd9, +0x9a,0x73,0x10,0x18,0x00,0x97,0xac,0x00,0xf1,0x14,0xec,0xcc,0xc9,0x00,0x2a,0x66, +0x67,0x80,0x28,0x88,0x88,0x88,0x60,0x48,0x6a,0x66,0x90,0x05,0x96,0xc6,0x6b,0x00, +0x27,0x6c,0x76,0x60,0x04,0x77,0xc7,0x77,0x02,0x88,0x8c,0x88,0x86,0xa7,0x09,0xf1, +0x22,0x4c,0x37,0x88,0xc2,0x3c,0x49,0x58,0x8c,0x21,0x4b,0x36,0x66,0xb6,0x29,0xd8, +0x52,0xa2,0x50,0x38,0x57,0x4b,0x93,0x07,0x87,0x09,0xd7,0x00,0x4b,0x9a,0x29,0x68, +0x28,0x40,0x08,0x80,0x10,0x00,0xb8,0x88,0x85,0x00,0x0b,0x77,0x77,0x20,0x00,0xb8, +0x88,0x83,0x9f,0x0f,0xf0,0x07,0x29,0xd9,0xd9,0x9b,0x60,0x09,0x03,0x78,0x70,0x00, +0xa2,0x65,0xa2,0x00,0x2b,0x62,0x00,0x67,0xd7,0xa3,0xc7,0x89,0x04,0x00,0xf1,0x01, +0xd8,0xa3,0xb8,0x89,0xa4,0x98,0x98,0x09,0xa0,0x90,0x90,0x09,0xa6,0xd8,0xd8,0x29, +0x08,0x00,0xf1,0x14,0x20,0x94,0xa6,0xd8,0xb4,0xc8,0x89,0xd7,0xa4,0xc7,0x89,0xd7, +0x93,0xb7,0x89,0xa0,0x88,0x83,0x19,0xa0,0xa1,0x66,0x19,0xa0,0xc6,0x96,0x19,0xa0, +0xd8,0xa5,0x19,0xa0,0x10,0x06,0xb6,0x36,0x0a,0xf3,0x19,0x0d,0xa8,0x07,0xb2,0x00, +0x08,0x82,0x86,0x0a,0x50,0x08,0xa2,0x79,0xb9,0x40,0x08,0x36,0x11,0xa1,0x10,0x08, +0x2a,0x88,0xd8,0x60,0x09,0x82,0x90,0xa8,0x10,0x08,0x03,0x80,0xa1,0xa0,0x08,0x02, +0x19,0x80,0x20,0x5b,0x27,0xf0,0x6e,0x40,0x00,0x00,0x2e,0x8b,0xa8,0x80,0x2d,0xa6, +0xb8,0x64,0x00,0x4b,0x7b,0x87,0x40,0x03,0x72,0x94,0x22,0x00,0x2a,0x8c,0x88,0x82, +0x28,0x8d,0xfe,0x98,0x60,0x29,0x6a,0x4b,0x50,0x3a,0x20,0xa0,0x17,0x70,0x00,0x40, +0x01,0x41,0x02,0x8a,0x97,0x63,0x80,0x07,0x66,0x7d,0x9b,0x40,0x86,0x6a,0xd0,0x90, +0x07,0xb8,0x4a,0x8d,0x31,0xad,0xa8,0x90,0x90,0x17,0x86,0x8a,0x9d,0x31,0x83,0x38, +0xa9,0xd6,0x16,0x04,0x79,0x00,0x00,0x04,0x88,0xd8,0x88,0x00,0xb7,0x7d,0x77,0x87, +0x06,0x98,0xa4,0x95,0x50,0x05,0x56,0x25,0x30,0x04,0xa7,0xc7,0x7b,0x00,0x49,0x6c, +0x66,0xb0,0x04,0xa7,0xd7,0x75,0x70,0x00,0x06,0x88,0x87,0x02,0x33,0xb4,0x33,0x00, +0x46,0x6c,0x76,0x61,0x39,0x0c,0x60,0x01,0x88,0x8c,0x88,0x85,0x00,0xb4,0x28,0x10, +0x0c,0x5d,0x0a,0x11,0xc7,0xb6,0x09,0x10,0x02,0xb6,0x09,0x10,0x95,0xdf,0x09,0x20, +0x00,0x00,0x74,0x19,0x50,0x2a,0xac,0x0b,0xaa,0x40,0x09,0x00,0x50,0x1a,0xac,0x0b, +0xaa,0x20,0x09,0x00,0x40,0x4a,0xac,0x0b,0xaa,0x62,0x1d,0x02,0x24,0x00,0x01,0xa5, +0x0f,0xf0,0x0b,0x22,0x2c,0x22,0x20,0x0b,0x7c,0x7a,0x9a,0x30,0xa0,0xc8,0xb3,0x63, +0x0a,0x0a,0x16,0x36,0x30,0xa0,0xb6,0xa3,0x63,0x0b,0x9d,0x9c,0xbc,0xf3,0x1e,0x11, +0x63,0x10,0x0e,0xf0,0x0b,0x79,0x9c,0xa9,0x92,0x00,0x55,0x00,0xb0,0x02,0x9a,0xd9, +0xad,0x96,0x00,0x33,0x33,0x32,0x00,0x0c,0x55,0x56,0x80,0x00,0xd8,0x88,0x98,0x37, +0x0d,0x11,0x80,0x6e,0x07,0x02,0xef,0x18,0xf1,0x18,0x68,0x59,0xd9,0x80,0x08,0x78, +0x28,0xc7,0x60,0x08,0x78,0x49,0x44,0x90,0x08,0x78,0x47,0x22,0x90,0x08,0x78,0x4a, +0x77,0x90,0x17,0x78,0x39,0x77,0x70,0x44,0x18,0x0a,0x18,0x20,0x50,0x05,0x93,0x00, +0x90,0xdf,0x05,0xf1,0x15,0xa6,0xc6,0x9b,0x82,0x3a,0x7c,0x69,0x8b,0x02,0x87,0x87, +0x87,0xc0,0x68,0x98,0x98,0x7c,0x01,0x49,0x07,0x64,0xb0,0x37,0xc8,0x59,0x67,0x06, +0xba,0x09,0x10,0xa2,0x90,0x78,0x88,0x89,0x30,0x85,0x03,0xf3,0x14,0x99,0xaa,0x89, +0x01,0x7a,0x68,0x0c,0xa1,0x15,0x61,0x80,0x94,0x45,0xbc,0xad,0x96,0x72,0x05,0x41, +0x80,0xb9,0x00,0x82,0x18,0x0c,0xa2,0x0b,0x01,0x80,0xa1,0x37,0x40,0x18,0x02,0xb6, +0x43,0x31,0xf1,0x17,0x40,0x00,0x06,0x99,0x9d,0x99,0x91,0x02,0x87,0x77,0x70,0x00, +0x46,0x11,0x1b,0x00,0x02,0x77,0x77,0x60,0x05,0xb8,0x88,0x88,0xc0,0x54,0xa7,0x7b, +0x1a,0x05,0x4a,0x77,0x91,0xa0,0x54,0x10,0x00,0x59,0x70,0x35,0xf0,0x05,0xaa,0x00, +0x02,0x7c,0xff,0xfe,0x00,0x0e,0xff,0xfe,0xbe,0x00,0x0e,0xd8,0x30,0x3e,0x00,0x0e, +0x30,0x00,0x05,0x00,0xf3,0x00,0x01,0x6e,0x00,0x1e,0x30,0x4f,0xfe,0x0d,0xff,0x30, +0x2d,0xf8,0x0d,0xfd,0x10,0x94,0x08,0xf0,0x31,0x75,0xcc,0xcc,0xc6,0x7c,0x8a,0x11, +0x18,0xab,0xca,0x90,0x00,0x7b,0xc9,0x4f,0xcc,0xce,0x79,0xdb,0xa0,0x00,0x7c,0xda, +0x59,0x00,0x07,0x7a,0xb9,0xfd,0xdd,0xea,0xb0,0x34,0x23,0x44,0x44,0x3f,0xf9,0xcf, +0xff,0xff,0xef,0x8b,0xff,0xff,0xe7,0x84,0x68,0x88,0x87,0xff,0xad,0xff,0xff,0xf8, +0x94,0x69,0x99,0x98,0xde,0x8a,0xee,0xee,0xdf,0x1b,0x00,0x53,0x45,0x23,0x55,0x55, +0x40,0xe3,0x38,0xf0,0x08,0x08,0xfd,0x23,0x00,0x08,0xfe,0x2d,0xf4,0x08,0xfe,0x20, +0x5f,0xfa,0xfe,0x20,0x00,0x5f,0xfe,0x20,0x00,0x00,0x4d,0x20,0xc0,0x30,0xf0,0x32, +0x02,0x0e,0xe2,0x0c,0xf1,0x5f,0xec,0xf8,0x00,0x6f,0xf9,0x00,0x0c,0xff,0xe2,0x0c, +0xf8,0x5f,0xe0,0x98,0x00,0x5b,0x00,0x00,0x02,0xd2,0x00,0x00,0x7b,0x3f,0x3b,0x70, +0x4f,0x73,0xf3,0x8f,0x4a,0xc0,0x3f,0x30,0xca,0xd9,0x03,0xf3,0x09,0xdb,0xb0,0x02, +0x00,0xbc,0x6f,0x40,0x00,0x4f,0x60,0xbf,0xa7,0xaf,0xb0,0x00,0x7d,0xfd,0x70,0x00, +0x00,0xd3,0x02,0xf7,0x13,0x31,0xcf,0xc1,0x30,0x4f,0xff,0xff,0xff,0x47,0xff,0xb4, +0xbf,0xf7,0x0d,0xf2,0x02,0xfd,0x04,0xff,0x70,0x7f,0xf4,0x6f,0xff,0xff,0xff,0x60, +0x75,0xef,0xe5,0x70,0x00,0x08,0xf8,0xdb,0x35,0xf0,0x1c,0x00,0x00,0x2d,0xe3,0xd9, +0x00,0x00,0x4e,0x97,0xff,0x90,0x00,0x6f,0x7b,0xc6,0xfb,0x00,0x9e,0x6d,0xff,0xe6, +0xdb,0x07,0x4e,0xff,0xff,0xf5,0x80,0x05,0xff,0xa9,0xff,0x70,0x00,0x5f,0xf3,0x1f, +0xf7,0x00,0x03,0xcc,0x20,0xcc,0x1b,0x05,0x10,0x9c,0xc5,0x00,0x23,0xdf,0x60,0x05, +0x00,0xf0,0x47,0x58,0xef,0xb7,0x10,0x00,0x4f,0xff,0xfc,0x00,0x00,0x04,0xff,0xc0, +0x00,0x19,0xa9,0x7c,0x6a,0xa6,0x3f,0xff,0xfc,0xfe,0xec,0x2f,0xff,0xff,0xfc,0xbb, +0x01,0xdf,0xff,0xfe,0x20,0x00,0xba,0x22,0x22,0x8c,0x00,0x5f,0x10,0x00,0x00,0xe7, +0x0e,0xb6,0x30,0x02,0x6a,0xf0,0xff,0xfe,0x44,0xdf,0xff,0x2f,0xff,0xff,0xff,0xff, +0xf2,0xcf,0xff,0xff,0xff,0xfe,0x00,0x00,0x5b,0xda,0x43,0xd0,0x9f,0xa7,0xaf,0xbf, +0x5f,0x40,0x04,0x7f,0xf9,0x90,0x00,0xde,0xee,0x99,0x00,0xf0,0x01,0x0f,0xff,0xe0, +0x00,0x9a,0xff,0x74,0x00,0x3f,0x5f,0xdf,0x85,0x8f,0xa0,0xf3,0x6c,0xdc,0x00,0xf0, +0x03,0x05,0x50,0x15,0xf8,0xff,0xff,0x8f,0xff,0xf8,0xff,0xff,0x84,0x59,0xf8,0x00, +0x09,0x70,0x00,0x14,0x00,0xf2,0x03,0x00,0x05,0xf8,0x00,0xff,0xff,0x86,0x3f,0xff, +0xf8,0x3a,0xff,0xff,0x88,0x64,0x5a,0xf8,0x00,0x1a,0x00,0x13,0x00,0xd2,0x31,0xf2, +0x16,0x55,0x01,0x4d,0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff,0xf8,0x73,0xb3,0xd0, +0xff,0xff,0x83,0xa7,0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45,0x9f,0x80,0x5c,0x4b, +0x00,0x00,0x97,0x03,0x2d,0x30,0x56,0x32,0xf0,0x0c,0xbf,0xff,0xff,0xff,0xbf,0x45, +0xff,0xff,0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd,0x10,0x8f,0xfa,0x07,0x10,0x02, +0xff,0x32,0x22,0x22,0x3f,0xac,0x00,0x10,0xc0,0x91,0x34,0xf3,0x0c,0x0d,0xf1,0x00, +0x05,0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc,0x0e,0xef,0xff,0xf1,0xe6,0xff, +0xff,0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0xc4,0x0a,0xf0,0x09,0xe5,0x00,0xaa,0xe5, +0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed,0xff,0xfb,0xe5,0x8f,0xfb,0xe5,0x07, +0xfb,0xb3,0x00,0x67,0x59,0x3e,0xf3,0x10,0xff,0xe6,0x00,0x00,0xff,0xff,0xd3,0x00, +0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xd4,0xff,0xff,0xf7,0x00, +0xff,0xfa,0x20,0x00,0xed,0x40,0x00,0x83,0x09,0xad,0x01,0x10,0xdf,0xf4,0x5f,0xfc, +0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5,0x7f,0xfe,0x8c,0xb1,0x2b,0xc7,0x01, +0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01,0x1e,0xff,0x04,0x00,0xf1,0x12,0xfd, +0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00,0x5e,0xbf,0xc0,0x5e,0xbf,0xfc,0x6e, +0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e,0xbf,0x70,0x5e,0x76,0x00,0x3b,0x00, +0x2c,0x3c,0xf0,0x00,0x05,0xff,0x40,0x00,0x00,0x4f,0xff,0xf3,0x00,0x03,0xff,0xff, +0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88,0x88,0x40,0x0d,0xee,0xee,0xee, +0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55,0x30,0xeb,0x17,0xf1,0x04,0xe0, +0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c,0xe2,0x00,0x01,0xce,0x30,0x00, +0x1c,0xe0,0x52,0x24,0x61,0x00,0x5e,0x20,0x00,0x1c,0xe3,0x12,0x00,0x14,0x1e,0x24, +0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0,0x00,0x00,0x0e,0xc0,0x04,0x00, +0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10,0x00,0x04,0xa5,0x01,0x01,0x18, +0x00,0xf2,0x1c,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93,0x00,0x00,0x7f,0x92,0x28,0xf8, +0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb,0x7f,0xf1,0x7f,0xb5,0xff,0x69, +0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed,0xc5,0x00,0x00,0x0c,0xa0,0x07, +0x30,0x5f,0x86,0xbc,0xf7,0x03,0x40,0x3d,0xf6,0x13,0xdd,0xc6,0x22,0xf0,0x07,0xde, +0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff,0x3f,0xf8,0x00,0x1e,0xf3,0x04,0xea,0xff,0x20, +0x00,0x3e,0xd1,0x02,0xcf,0x66,0x3e,0x42,0xdd,0x60,0x9e,0x40,0x11,0x41,0x15,0x10, +0xd8,0x07,0x01,0xb2,0x07,0x30,0x4f,0xf6,0x00,0xc5,0x02,0x10,0xfe,0x26,0x02,0xf0, +0x0e,0xf6,0x4f,0x80,0x00,0x00,0x0e,0xf5,0x3f,0xf2,0x00,0x00,0x8f,0xf6,0x4f,0xfa, +0x00,0x02,0xff,0xfa,0x9f,0xff,0x30,0x0b,0xff,0xf7,0x5f,0xff,0xc0,0x0e,0xab,0x02, +0x80,0xf0,0x00,0x22,0x22,0x22,0x22,0x10,0x00,0xc0,0x0f,0xf2,0x10,0x31,0x00,0x16, +0xf3,0xff,0xd1,0x2e,0xff,0xd3,0x4e,0x5d,0xd6,0xf3,0x00,0x1d,0xe1,0x03,0x00,0x0c, +0xe5,0xa3,0xd1,0xff,0xf3,0x4f,0xff,0xd6,0x73,0x00,0x39,0xf6,0xcf,0x39,0x00,0xa0, +0x3e,0xf3,0x13,0x6f,0xf5,0x00,0x06,0xf8,0xaf,0x50,0x6f,0x80,0x0a,0xf4,0x98,0x00, +0x00,0xa8,0x65,0x00,0x00,0x65,0x9f,0x50,0x06,0xf7,0x0a,0xf5,0x6f,0x80,0x00,0xaf, +0xf8,0x00,0x00,0x0a,0x80,0x91,0x00,0xf2,0x06,0x05,0xd2,0x02,0x22,0x21,0x00,0x4f, +0xfe,0x3e,0xff,0xfe,0x00,0xa9,0xea,0x60,0x00,0x3e,0x00,0x03,0xe0,0x00,0x06,0x00, +0xe3,0x0a,0x9e,0xa5,0x03,0xfe,0xee,0xa5,0xff,0xe1,0x00,0x33,0x33,0x20,0x6e,0x82, +0x06,0xad,0x8c,0xcb,0x10,0x00,0x0f,0xff,0xfd,0xaa,0xa6,0xff,0x01,0x00,0x02,0xa7, +0x02,0x20,0x01,0xa1,0x45,0x32,0xf2,0x02,0xfd,0x10,0x00,0x01,0xdf,0xff,0xd1,0x00, +0x03,0x9d,0xfd,0x93,0x00,0x00,0x0a,0xfa,0x00,0x05,0x00,0xe0,0x89,0x88,0xf8,0x89, +0x91,0xff,0xfc,0xbc,0xee,0xf2,0xff,0xff,0xff,0xac,0x74,0x34,0xc0,0x09,0xb7,0x00, +0x00,0x00,0x2f,0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f,0x00,0x10,0xf9,0xe2,0x18,0xf3, +0x04,0xf3,0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b,0xfc,0x00,0x0d,0xff,0xff,0xa0, +0x00,0x0a,0xff,0xa3,0x0f,0x05,0x00,0x25,0x0d,0xf8,0x21,0xaf,0xe1,0x05,0xe9,0xf5, +0xe4,0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf,0xf3,0x00,0x4d,0xff,0xf9,0x00,0xe7, +0xe5,0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70,0x00,0x63,0x00,0xaf,0xfa,0x91,0x22, +0xcf,0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf,0xff,0xfe,0x04,0x00,0xb0,0xfd,0x57, +0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22,0x20,0x41,0x37,0x00,0x02,0x02,0x82,0x90, +0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05,0xc0,0x02,0xf0,0x00,0xf5,0x6f,0xfe,0xff,0xd0, +0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c,0xcc,0xcc,0xc8,0x22,0x02,0x40,0x45,0x55,0x55, +0x54,0xfb,0x00,0x00,0xdc,0x02,0x80,0x34,0x44,0x44,0x43,0x23,0x33,0x33,0x32,0x0c, +0x00,0x00,0xbb,0x19,0x50,0x8c,0xcc,0xcc,0xcc,0x8e,0x39,0x00,0xd1,0x5c,0xff,0xff, +0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff,0xc5,0xa6,0xcf,0x1d,0x03,0x01,0x0f,0x01,0xf2, +0x0e,0x06,0xff,0xc0,0x00,0x9f,0xf9,0x00,0x0b,0xff,0x62,0x00,0xdf,0xff,0xf7,0x0f, +0xff,0xfe,0x10,0x11,0xaf,0x60,0x00,0x0d,0xd0,0x00,0x01,0xf4,0x00,0x00,0x27,0x1f, +0xf0,0x13,0x45,0xb9,0x52,0x00,0xff,0x8d,0xfa,0x00,0xff,0xd9,0x96,0x00,0xff,0x6e, +0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff,0x7f,0xff,0xed,0xff,0x7f,0xff,0xfe,0x45,0x4f, +0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03,0xbf,0x05,0xa0,0x8f,0xe7,0x00,0x08,0xff,0xff, +0x60,0x0d,0xff,0xff,0x25,0x03,0xf2,0x00,0xd0,0x2f,0xff,0xff,0xf1,0xcf,0xff,0xff, +0xfa,0x57,0x77,0x77,0x74,0x00,0x1e,0x25,0x36,0x10,0xbf,0x9c,0x00,0xf4,0x0c,0x0f, +0x4b,0x3a,0xa3,0xa3,0xf2,0xfa,0xd9,0xdd,0x9d,0x9f,0x2f,0xf0,0xa3,0x3a,0x0d,0xf2, +0xfc,0xcb,0x9a,0xbc,0xcf,0x2f,0x4a,0x22,0x22,0xa2,0xfb,0x04,0x04,0x01,0x00,0x10, +0x3a,0xc5,0x34,0xd0,0xbf,0xfd,0x00,0x00,0x5d,0xff,0xff,0x60,0x06,0xef,0xff,0xff, +0xe0,0x16,0x01,0x60,0xf7,0x00,0x01,0x33,0x3f,0xff,0x4b,0x03,0x10,0xff,0x2b,0x02, +0x20,0x1f,0xf1,0x2b,0x00,0x14,0xe9,0x34,0x00,0xb2,0xde,0xed,0x63,0x0f,0xff,0xf8, +0xf3,0xff,0xff,0x47,0x5f,0x49,0x04,0x19,0xcf,0x07,0x00,0xf0,0x0f,0xb1,0x22,0x22, +0x20,0x00,0x00,0x34,0x31,0x00,0x00,0x02,0xaf,0xff,0xff,0xb4,0x00,0x7f,0xd7,0x31, +0x25,0xbf,0xa0,0x98,0x01,0x57,0x62,0x05,0xc1,0x00,0x7f,0xd2,0x01,0x50,0x00,0xa9, +0x10,0x07,0xc1,0xd2,0x2f,0x01,0x53,0x03,0x11,0x6f,0x78,0x0d,0x00,0x64,0x3b,0x00, +0xc7,0x2b,0x01,0x96,0x01,0xa0,0xff,0xff,0x90,0xf4,0x88,0x88,0x88,0x77,0xf2,0xf7, +0x03,0x03,0xfc,0x03,0xe3,0xf5,0xaa,0xaa,0xaa,0x97,0xf3,0xee,0xee,0xee,0xee,0xef, +0xb0,0x13,0x33,0x33,0x33,0x33,0x2a,0x00,0x20,0x82,0x07,0x2a,0x00,0x20,0xf4,0x00, +0x2a,0x00,0x2f,0xa2,0x07,0x2a,0x00,0x08,0x20,0x84,0x00,0x2a,0x00,0x20,0xf9,0x00, +0x2a,0x00,0x2f,0xa6,0x00,0x2a,0x00,0x08,0x20,0x87,0x00,0x2a,0x00,0x20,0xfe,0x00, +0x2a,0x00,0x2f,0xa9,0x00,0x2a,0x00,0x08,0x20,0xf2,0x00,0x2a,0x00,0x20,0xf2,0x00, +0x2a,0x00,0x02,0x0c,0x00,0x01,0x2a,0x00,0x11,0xa0,0x2a,0x00,0x00,0x27,0x0e,0x01, +0x7c,0x2d,0xf1,0x0b,0xa8,0xf5,0x00,0x00,0x48,0x05,0x50,0x00,0x03,0x00,0xff,0xcd, +0xaa,0xaa,0xad,0xd1,0x8c,0x20,0x37,0x00,0x06,0x30,0x00,0x00,0x09,0x4d,0xfd,0x00, +0x24,0x7f,0xc0,0x5c,0x01,0xf1,0x13,0x7b,0xca,0x20,0x08,0xfe,0x6f,0xd0,0x0f,0xde, +0x27,0xf4,0x2f,0x96,0x45,0xf6,0x3f,0xf7,0x1f,0xf7,0x3f,0xd3,0x28,0xf7,0x1f,0x8d, +0x54,0xf5,0x0b,0xff,0x2e,0xf1,0x01,0xcf,0xee,0xaf,0x44,0xf6,0x04,0x56,0x9e,0xd8, +0x64,0x9a,0xaa,0xaa,0xa8,0x5d,0xdd,0xdd,0xd4,0x7f,0xac,0xda,0xf5,0x7f,0x7a,0xc7, +0x04,0x00,0x82,0x8a,0xc7,0xf5,0x4f,0xff,0xff,0xf3,0x01,0x38,0x04,0x01,0xd7,0x0e, +0xf2,0x06,0x4f,0xfb,0x00,0x00,0x09,0xc7,0xfc,0x00,0x00,0x9f,0xfc,0x61,0x00,0x09, +0xff,0xfc,0x10,0x00,0x9f,0xff,0xc1,0x09,0x00,0x84,0x0d,0xff,0xc1,0x00,0x00,0x0f, +0xfc,0x10,0xac,0x3f,0xfc,0x25,0x2b,0xcc,0xcc,0xcc,0xa0,0x03,0xef,0xfd,0xfe,0xef, +0xf3,0x3e,0xff,0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03,0xff,0xf4,0x6f,0xff,0xf2, +0x40,0x9f,0xf4,0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f,0xff,0xff,0xff,0xe1,0x03, +0xef,0xff,0x63,0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07,0x02,0x85,0xfb,0xcf,0xff, +0xff,0x80,0x12,0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0,0x00,0x05,0xf0,0x5f,0xe7, +0x77,0x7a,0xf0,0x81,0x02,0x21,0xe0,0x0c,0xae,0x02,0x04,0xf2,0x0c,0x21,0xee,0x00, +0x7a,0x07,0x31,0xf7,0x00,0xf1,0x9a,0x02,0x01,0x05,0x00,0x11,0xfb,0x1a,0x00,0x2f, +0xfd,0x00,0x01,0x00,0x52,0x0b,0x67,0x00,0x1f,0x0d,0x6c,0x00,0x49,0x37,0xf1,0x00, +0xea,0x0e,0x00,0x62,0xf0,0xfd,0xf5,0xfb,0x00,0xf1,0xf5,0x00,0x00,0x51,0x10,0x4f, +0xf9,0x00,0xfb,0xfc,0xf6,0x00,0x4f,0x86,0xfd,0xfd,0xf8,0x00,0xfd,0xfe,0xfc,0xf5, +0x69,0x00,0x5f,0xfc,0x00,0xff,0x00,0xfe,0x76,0x00,0x4c,0x36,0xfa,0xfe,0xf3,0x70, +0x00,0x8f,0xfb,0x00,0xfe,0x04,0x04,0x00,0x00,0x01,0xec,0x00,0x48,0x1c,0xf8,0x11, +0x00,0x17,0xfc,0x7c,0x0a,0x0f,0x01,0x00,0x45,0x00,0xc6,0x02,0x03,0x6e,0x00,0x00, +0x68,0x05,0x92,0xf7,0xfe,0xfe,0x00,0x01,0xfe,0xff,0xfa,0x04,0x5e,0x01,0x21,0x04, +0xfe,0x2d,0x07,0x0f,0x7a,0x00,0x43,0x16,0xfb,0xe0,0x01,0x31,0xfe,0xfc,0x00,0xd1, +0x06,0x05,0x12,0x00,0x5f,0xfe,0x00,0xfe,0xfe,0xfe,0xe1,0x01,0x46,0x13,0xfc,0x81, +0x00,0x31,0xfe,0xfc,0xfd,0xe1,0x00,0x15,0xfe,0x55,0x03,0x10,0xfc,0x76,0x00,0x1f, +0xfe,0xf0,0x00,0x47,0x11,0xfd,0xdc,0x00,0x8a,0xfa,0x00,0xfc,0x00,0xfe,0xff,0xfd, +0xfd,0x4d,0x02,0x4f,0xfe,0x00,0xff,0x00,0x01,0x00,0x56,0x14,0xfe,0x0a,0x01,0x3f, +0xfe,0x00,0xfb,0x68,0x01,0x45,0x41,0xf4,0x00,0xf4,0xf5,0x48,0x03,0x20,0xea,0xfd, +0x78,0x1e,0x30,0xfc,0x00,0xfb,0x6c,0x00,0x10,0xfc,0xd0,0x03,0x7f,0xfe,0xfd,0xfd, +0xfd,0xfc,0xfd,0xfb,0xde,0x01,0x49,0x21,0x00,0xff,0x70,0x01,0x1f,0xfe,0x55,0x01, +0x57,0x14,0xfc,0x7b,0x00,0x1f,0xfa,0xc8,0x01,0x56,0x00,0xe2,0x00,0x12,0xfa,0x4a, +0x03,0x60,0xff,0xfe,0xfd,0x00,0xff,0xfd,0xc0,0x02,0x12,0xfd,0xfd,0x00,0x00,0xe4, +0x01,0x10,0xfb,0x69,0x01,0x1f,0xfd,0xe1,0x01,0x41,0x51,0xf2,0x00,0xe8,0x00,0xf7, +0xd7,0x02,0x00,0xf8,0x00,0xc2,0xed,0xfb,0xf4,0xf7,0x00,0xf4,0x00,0xf3,0x00,0xfe, +0xfe,0xff,0xd2,0x03,0x2f,0xfa,0xfb,0x07,0x01,0x46,0x41,0xee,0xfb,0xee,0xf4,0x30, +0x05,0x31,0xe8,0xfe,0xfc,0xb4,0x03,0x41,0xf3,0x00,0xf9,0xfc,0x05,0x01,0x03,0x90, +0x07,0x1f,0xfd,0x33,0x03,0x44,0x13,0xfb,0x58,0x02,0x10,0xfd,0x26,0x05,0x20,0x01, +0xff,0xb2,0x03,0x07,0xb5,0x03,0x3f,0xff,0x00,0xff,0xe2,0x01,0x44,0x14,0x02,0x82, +0x00,0x27,0xfe,0xfd,0xbc,0x03,0x08,0xec,0x02,0x0f,0x01,0x00,0x42,0xb2,0xef,0xf4, +0xef,0xf2,0xfd,0xfd,0x00,0xfa,0xfc,0xec,0xfa,0xd4,0x01,0xff,0x02,0xf7,0x00,0xf4, +0xf5,0xfd,0xf4,0x00,0x00,0xf9,0xf6,0xfd,0xf9,0xfb,0xfb,0xfa,0xfb,0xf4,0xd3,0x02, +0x45,0x12,0xfd,0x2c,0x05,0x30,0xf8,0xfe,0x00,0xe8,0x07,0x11,0xfe,0xcf,0x02,0x13, +0xfe,0xd6,0x02,0x0f,0x26,0x05,0x47,0x41,0xf5,0xfd,0xf5,0xf9,0x66,0x01,0x51,0xf4, +0xfe,0x00,0xfe,0x02,0x82,0x00,0x11,0xfc,0x4d,0x02,0x40,0xfd,0xfe,0x00,0xfb,0x9f, +0x06,0x1f,0xfc,0x19,0x06,0x44,0x22,0xfe,0xfb,0xc2,0x03,0x34,0xf5,0xff,0x00,0x62, +0x02,0x09,0xe6,0x01,0x1f,0xfe,0xce,0x02,0x42,0x13,0xfe,0x3e,0x02,0x00,0x25,0x05, +0x03,0x23,0x04,0x00,0x96,0x06,0x03,0x92,0x07,0x25,0xfd,0xfe,0x15,0x00,0x0f,0x53, +0x0a,0x3e,0x90,0xf5,0xf1,0xf5,0xfc,0xfc,0xff,0xfe,0xfe,0xf0,0x49,0x03,0x01,0xc6, +0x02,0x20,0xf5,0xf9,0xd6,0x39,0xaf,0xfa,0xf9,0xfc,0xfb,0xfe,0xfc,0xfb,0xfe,0xf8, +0x00,0x72,0x08,0x49,0xc4,0xff,0xfd,0xfb,0xfb,0x00,0xfe,0xff,0xff,0x00,0xfe,0xfd, +0x00,0x1d,0x05,0x20,0xfe,0xfc,0x90,0x06,0x0f,0xae,0x05,0x4f,0x63,0xf2,0xfb,0xf8, +0xfb,0x00,0xf4,0x09,0x19,0x12,0x0c,0x6a,0x01,0x2f,0x00,0x02,0xda,0x09,0x45,0x06, +0x3d,0x02,0x48,0xfc,0x00,0xfd,0xff,0x2d,0x04,0x0f,0x3c,0x0b,0x46,0x00,0x0f,0x06, +0x34,0xfe,0x01,0xfe,0x63,0x00,0x60,0xf7,0x00,0xfd,0x00,0xff,0xf9,0x47,0x03,0x04, +0x6b,0x02,0x5f,0xff,0xff,0xfd,0xff,0xff,0x18,0x0d,0x4d,0x00,0xd3,0x02,0x01,0x1d, +0x05,0x24,0xfe,0xfd,0x14,0x06,0x4f,0x01,0x01,0x01,0x01,0xf2,0x00,0x45,0x13,0x02, +0x97,0x04,0x30,0xfd,0xfd,0xfc,0xd0,0x01,0x01,0x05,0x00,0x06,0x78,0x00,0x1f,0xff, +0x78,0x00,0x41,0x84,0x02,0x06,0x08,0x00,0xf8,0xfe,0xf8,0xfe,0x32,0x49,0x80,0x00, +0x0b,0x07,0x05,0x0a,0x00,0x0a,0xfd,0xd7,0x03,0x01,0x94,0x06,0x1f,0x02,0x22,0x0d, +0x45,0x20,0x02,0xfb,0xa6,0x0f,0x03,0xe5,0x08,0x13,0xfc,0x4d,0x02,0x11,0xfd,0x1f, +0x14,0x02,0x79,0x12,0x3f,0x00,0x02,0xfe,0x30,0x0c,0x49,0x14,0xff,0xb8,0x0a,0x0f, +0x6e,0x0f,0x56,0x75,0x02,0xf9,0x02,0x00,0x02,0x02,0xfe,0xda,0x09,0x13,0xfe,0x58, +0x02,0x03,0xf8,0x00,0x1f,0xff,0xb8,0x0b,0x59,0x0f,0x10,0x0e,0x4e,0x0a,0x54,0x08, +0x11,0xfd,0x45,0x0a,0x0f,0xd8,0x00,0x54,0x50,0xf7,0xfc,0xf7,0xfb,0x04,0x7a,0x0e, +0x14,0xf7,0xa6,0x04,0x34,0x02,0xfc,0xfe,0xf8,0x07,0x00,0xb0,0x73,0x1f,0xff,0x78, +0x0f,0x44,0x17,0x02,0x28,0x05,0x0a,0x58,0x02,0x1f,0xfd,0xc8,0x01,0x4a,0x54,0xfc, +0x01,0x02,0x02,0x02,0x43,0x03,0x02,0x42,0x04,0x02,0xf0,0x00,0x2f,0xfe,0xfd,0x7c, +0x00,0x48,0x44,0xfe,0xfb,0xff,0xfb,0x88,0x0e,0x10,0xfd,0x5a,0x09,0x00,0x33,0x0c, +0x03,0x30,0x0c,0x0f,0x56,0x0a,0x49,0x51,0xfe,0xfa,0x00,0xfa,0xff,0xe7,0x00,0x12, +0xfb,0xc0,0x11,0x00,0xa0,0x05,0x09,0x78,0x00,0x1f,0xfd,0xe8,0x0e,0x42,0x20,0xfc, +0x01,0x66,0x00,0x11,0x01,0x61,0x0f,0x10,0xfb,0xb7,0x03,0x13,0xfb,0x61,0x01,0x0f, +0x40,0x0b,0x4d,0x14,0xfb,0x5b,0x0f,0x02,0x68,0x01,0x00,0xf7,0x06,0x08,0x68,0x01, +0x1f,0xfe,0x7e,0x00,0x46,0x08,0x28,0x13,0x02,0x39,0x05,0x14,0xfc,0xa8,0x0c,0x2f, +0xfe,0xff,0x41,0x0b,0x48,0x0f,0xd9,0x13,0x20,0x0f,0x20,0x00,0x0b,0x0b,0x2a,0x08, +0x1f,0xfd,0xe3,0x04,0x36,0x1f,0xfc,0xe5,0x00,0x58,0x15,0xfc,0x6e,0x00,0x21,0xfc, +0xf9,0x0a,0x00,0x1e,0xf6,0x79,0x02,0x0f,0x0b,0x02,0x03,0x11,0xfd,0xa1,0x0a,0x0f, +0x21,0x16,0x2f,0x0f,0x96,0x10,0x56,0x1f,0xfd,0x48,0x02,0x64,0x1e,0xf6,0xe9,0x00, +0x0f,0x92,0x00,0x52,0x15,0xf9,0xe1,0x39,0x0f,0xf7,0x11,0x5d,0x0f,0xd0,0x02,0x03, +0x1f,0x06,0xf0,0x00,0x53,0x0f,0x28,0x04,0x5f,0x09,0x30,0x04,0x1f,0xf6,0xa8,0x04, +0x65,0x3f,0xf7,0xfc,0xfc,0xfa,0x02,0x53,0x1b,0xf4,0xd0,0x02,0x02,0xbb,0x0c,0x1f, +0xf6,0x34,0x04,0x11,0x03,0x3c,0x09,0x3f,0xf3,0xf6,0xf3,0x48,0x03,0x2d,0x1f,0xff, +0xf6,0x01,0x1a,0x13,0xf6,0x07,0x00,0x2f,0xf6,0xf6,0x8a,0x0a,0x43,0x0f,0xeb,0x0a, +0x4e,0x0f,0xc7,0x04,0x69,0x16,0xf9,0x1d,0x58,0x0f,0xd3,0x1a,0x4b,0x0f,0xc0,0x03, +0x64,0x10,0xf9,0x1b,0x17,0x01,0x08,0x07,0x00,0x73,0x01,0x23,0xf7,0xfd,0x66,0x01, +0x3f,0xf9,0x00,0xf9,0x6d,0x01,0x4b,0x1f,0xfa,0xeb,0x08,0x64,0x15,0xfa,0xfa,0x07, +0x00,0xf0,0x00,0x20,0xfc,0xfa,0x08,0x00,0x1f,0xff,0x3e,0x05,0x50,0x12,0xfc,0xbd, +0x02,0x3f,0xfd,0x01,0x01,0x8b,0x07,0x60,0x1f,0xfc,0x4c,0x0a,0x8b,0x0f,0x80,0x08, +0x4a,0x2f,0xf6,0xf9,0x68,0x02,0x63,0x1f,0xfa,0xd0,0x02,0x5a,0x03,0xe5,0x01,0x0f, +0x46,0x04,0x57,0x07,0x5c,0x20,0x11,0xfd,0xef,0x00,0x2f,0xfa,0xfd,0x54,0x02,0x5c, +0x1f,0xfd,0x30,0x0c,0x5a,0x1f,0xfa,0xe9,0x11,0x5a,0x0f,0x27,0x06,0x2b,0x1f,0xfd, +0x5d,0x06,0x30,0x1b,0x01,0x53,0x00,0x0f,0x98,0x0d,0x5a,0x0f,0xe3,0x0a,0x68,0x14, +0xfd,0x6d,0x00,0x0f,0x37,0x04,0x54,0x1f,0xf2,0xbe,0x01,0x0c,0x17,0xf9,0x8e,0x00, +0x1a,0xfa,0x48,0x17,0x12,0xf3,0x74,0x03,0x10,0xfd,0x8c,0x0e,0x23,0xf6,0xf9,0x19, +0x0a,0x2f,0xfa,0xf7,0x10,0x0e,0x36,0x01,0x37,0x17,0x05,0x65,0x03,0x00,0xd2,0x04, +0x03,0xfc,0x12,0x07,0xfa,0x0e,0x19,0xfd,0x0a,0x04,0x0f,0x8b,0x06,0x88,0x1f,0xf7, +0xaa,0x06,0x33,0x1f,0xfc,0xd8,0x09,0x4a,0x1e,0xfc,0x3b,0x0f,0x0f,0x81,0x00,0x25, +0x1f,0xfc,0x8b,0x0a,0x64,0x1f,0xf3,0x57,0x02,0x11,0x04,0x1e,0x07,0x28,0xfc,0xfd, +0x2a,0x07,0x26,0xf7,0xf9,0x75,0x03,0x2f,0xf4,0xfa,0xc6,0x00,0x1c,0x1f,0xf6,0xe0, +0x01,0x1d,0x1e,0x01,0x0b,0x03,0x0f,0x60,0x0c,0x21,0x1f,0xf4,0x68,0x03,0x21,0x02, +0x87,0x00,0x44,0xf7,0xfa,0xfa,0xfa,0x8b,0x0a,0x24,0xf6,0xfc,0x68,0x05,0x0f,0x78, +0x00,0x33,0x2f,0xfc,0xfd,0xcb,0x00,0x07,0x16,0xfc,0xc0,0x03,0x3f,0xff,0xf9,0xfc, +0xc9,0x0c,0x94,0x1f,0xf3,0xed,0x12,0x27,0x12,0xfd,0x68,0x01,0x0f,0xe0,0x01,0x43, +0x1e,0x00,0x98,0x0f,0x0f,0x58,0x02,0x32,0x1f,0xfd,0xd7,0x14,0x32,0x0f,0x2b,0x0c, +0x51,0x15,0xfd,0x03,0x12,0x38,0xf7,0xf7,0xf7,0xb9,0x06,0x1f,0xf6,0xea,0x0b,0x5d, +0x2f,0xf6,0xfc,0x02,0x13,0x67,0x0f,0xb0,0x01,0x1d,0x1f,0xff,0xce,0x0d,0x2e,0x1f, +0xff,0x08,0x07,0x48,0x0f,0x7e,0x1c,0x10,0x0f,0x78,0x00,0x63,0x0f,0x3d,0x00,0x59, +0x1e,0xfc,0x48,0x00,0x0f,0xad,0x0a,0x43,0x1f,0x03,0x78,0x00,0x38,0x0f,0xe0,0x01, +0x36,0x1f,0xff,0xd0,0x02,0x56,0x0f,0x90,0x15,0x38,0x0f,0x1f,0x19,0x57,0x1f,0xfc, +0x87,0x01,0x27,0x08,0xce,0x24,0x1f,0xfc,0x78,0x00,0x3c,0x1f,0xf6,0xf0,0x00,0x45, +0x1f,0xfa,0x7b,0x1a,0x64,0x1f,0xf9,0x3b,0x00,0x33,0x1f,0xfc,0x59,0x1b,0x95,0x1f, +0xfd,0x52,0x2c,0x0d,0x00,0xfb,0x28,0x0f,0x32,0x00,0x13,0x1f,0xfd,0x98,0x00,0x50, +0x1f,0x04,0xf7,0x03,0x64,0x1f,0x04,0x79,0x00,0x05,0x1f,0x07,0x2f,0x1d,0x8c,0x1f, +0xfa,0x78,0x00,0x14,0x1f,0xff,0x07,0x04,0x14,0x1f,0x03,0x38,0x04,0x33,0x1f,0xfc, +0x7b,0x16,0x64,0x1f,0xfc,0xc3,0x1e,0x72,0x2f,0x03,0x03,0xa5,0x12,0x71,0x0f,0x62, +0x13,0x69,0x09,0xbb,0x0b,0x2f,0x00,0xf9,0x00,0x0f,0x4c,0x03,0x3b,0x00,0x07,0x48, +0x12,0x2f,0xfc,0xfd,0xa1,0x03,0x3a,0x0f,0x6f,0x0d,0x47,0x1f,0xfd,0xa4,0x16,0x20, +0x04,0x0f,0x00,0x07,0xb0,0x35,0x1f,0xfc,0xd8,0x09,0x58,0x0f,0x60,0x1a,0x53,0x0f, +0x91,0x01,0x14,0x0f,0x0b,0x1a,0x5c,0x0f,0xa8,0x0c,0x3d,0x1f,0xfc,0xfb,0x03,0x09, +0x1f,0xff,0xe9,0x1a,0x28,0x1f,0xf7,0x51,0x1b,0x26,0x27,0xfd,0xf9,0xf3,0x0f,0x2f, +0xfd,0xfc,0x88,0x0e,0x2c,0x2e,0xf7,0xf7,0xc6,0x1a,0x05,0xce,0x02,0x28,0xf9,0xf9, +0x55,0x01,0x44,0xf7,0xfd,0xff,0xff,0x38,0x04,0x28,0xfc,0xfa,0x3b,0x04,0x14,0x01, +0x10,0x76,0x56,0x00,0x03,0x04,0x03,0x05,0x43,0x00,0x22,0x06,0x06,0xa4,0x07,0x02, +0xf1,0x8b,0x40,0x00,0x00,0x0e,0x0f,0xb5,0x58,0x25,0x11,0x0a,0xf6,0x8b,0x20,0x02, +0x1b,0x20,0x00,0x02,0xfb,0x8b,0xff,0x05,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22, +0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x90,0x2f,0x06,0xf0, +0x10,0x2e,0x2f,0x30,0x00,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x00,0x38,0x39,0x3a, +0x00,0x00,0x3b,0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x00,0x42,0x43,0x44,0x45,0x46,0x47, +0x94,0x81,0xf1,0x2b,0x49,0x4a,0x4b,0x4c,0x4d,0x00,0x4e,0x36,0x4f,0x00,0x50,0x51, +0x00,0x00,0x36,0x52,0x32,0x32,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x5c, +0x5d,0x5e,0x00,0x5f,0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x32,0x6a, +0x6b,0x00,0x6c,0x6d,0x6e,0x6f,0x6f,0x00,0x70,0x00,0x71,0x72,0x73,0x00,0xb0,0x77, +0x10,0x75,0x38,0x79,0x30,0x32,0x77,0x78,0x01,0x82,0x8f,0x7a,0x7b,0x7c,0x00,0x7d, +0x7e,0x7f,0x00,0x01,0x00,0xff,0x42,0x22,0x01,0x02,0x14,0x59,0x40,0x03,0x04,0x00, +0x05,0xfb,0x8f,0x06,0xcc,0x4a,0x02,0xa9,0x77,0x11,0x0c,0x55,0x3d,0x00,0x3d,0x02, +0x02,0x61,0x3d,0x51,0x0d,0x00,0x0f,0x10,0x11,0x41,0x02,0x31,0x00,0x17,0x03,0xd1, +0x4b,0xf4,0x03,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19, +0x1e,0x19,0x1e,0x1f,0x20,0x45,0x8e,0x0f,0xe7,0x07,0x03,0xf3,0x01,0x27,0x28,0x29, +0x00,0x2a,0x00,0x2b,0x2c,0x2d,0x2e,0x00,0x2b,0x2b,0x00,0x2f,0x30,0x48,0x02,0x30, +0x38,0x39,0x3a,0x46,0x02,0x31,0x3d,0x3e,0x3f,0x41,0x4a,0x50,0x41,0x42,0x00,0x43, +0x00,0x4c,0x02,0x00,0x49,0x02,0xd0,0x00,0x4c,0x4c,0x00,0x00,0x4d,0x4e,0x00,0x4f, +0x50,0x51,0x52,0x53,0x47,0x02,0x01,0x48,0x02,0x20,0x56,0x44,0x4a,0x02,0x31,0x5f, +0x60,0x56,0x4a,0x02,0x30,0x00,0x00,0x00,0x4d,0x02,0x10,0x6a,0x42,0x56,0x00,0x4e, +0x02,0x20,0x00,0x70,0x4c,0x02,0x9f,0x00,0x74,0x00,0x75,0x76,0x00,0x00,0x77,0x78, +0x36,0x02,0xff,0x3c,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 12260, .glyph_id_start = 113, .list_length = 46, .type = 3, .unicode_list = 4584, .glyph_id_ofs_list = 0 }, +{ .range_start = 12449, .range_length = 43, .glyph_id_start = 159, .list_length = 43, .type = 0, .unicode_list = 0, .glyph_id_ofs_list = 4676 }, +{ .range_start = 12493, .range_length = 33, .glyph_id_start = 198, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 12527, .range_length = 51124, .glyph_id_start = 231, .list_length = 342, .type = 3, .unicode_list = 4719, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[41981] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_XXS = { +.uncomp_size = 41621, +.comp_size = 23514, +.line_height = 11, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 127, +.right_class_cnt = 120, +.glyph_bitmap = 5403, +.class_pair_values = 25235, +.left_class_mapping = 40475, +.right_class_mapping = 41048, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 41981, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_XXS_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_XXS_s.c new file mode 100644 index 00000000000..c5709707881 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_XXS_s.c @@ -0,0 +1,1305 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0xd0,0x01,0x08,0x00,0xf1,0x3a,0x90,0x02,0x02,0x07,0x00, +0x00,0x07,0x00,0xd0,0x03,0x04,0x03,0x00,0x04,0x0d,0x00,0x70,0x04,0x05,0x07,0x00, +0x00,0x1f,0x00,0x70,0x04,0x04,0x09,0x00,0xff,0x31,0x00,0x60,0x07,0x08,0x07,0x00, +0x00,0x4d,0x00,0x70,0x05,0x06,0x07,0x00,0x00,0x62,0x00,0x40,0x02,0x02,0x03,0x00, +0x04,0x65,0x00,0xb0,0x02,0x03,0x0a,0x00,0xfe,0x74,0x00,0xb0,0x02,0x02,0x0a,0x00, +0xfe,0x7e,0x00,0xc0,0x40,0x00,0x10,0x84,0x40,0x00,0x40,0x05,0x00,0x01,0x91,0x28, +0x00,0xc0,0x04,0x00,0xfe,0x95,0x00,0xc0,0x02,0x03,0x01,0x00,0x02,0x97,0x10,0x00, +0xc3,0x02,0x00,0x00,0x99,0x00,0x20,0x03,0x04,0x09,0x00,0xfe,0xab,0x68,0x00,0x10, +0xbd,0x68,0x00,0x43,0x07,0x00,0x00,0xcb,0x10,0x00,0x13,0xdd,0x10,0x00,0x13,0xeb, +0x10,0x00,0x13,0xfd,0x08,0x00,0x22,0x0f,0x01,0x08,0x00,0x13,0x21,0x08,0x00,0x13, +0x33,0x08,0x00,0x22,0x45,0x01,0x30,0x00,0xb0,0x53,0x01,0x40,0x02,0x02,0x05,0x00, +0x00,0x58,0x01,0x40,0xd0,0x00,0x32,0xfe,0x5f,0x01,0x88,0x00,0x10,0x6c,0x08,0x00, +0x43,0x03,0x00,0x02,0x74,0x10,0x00,0x40,0x81,0x01,0xd0,0x03,0x30,0x00,0xb1,0x8f, +0x01,0x90,0x07,0x08,0x08,0x00,0xff,0xaf,0x01,0xe0,0x48,0x00,0x40,0xc1,0x01,0x40, +0x05,0x08,0x00,0x31,0xd3,0x01,0x20,0x08,0x00,0x31,0xe5,0x01,0x80,0xf0,0x00,0x31, +0xfa,0x01,0xb0,0x20,0x00,0x22,0x0c,0x02,0x70,0x00,0x31,0x1e,0x02,0x80,0x20,0x00, +0x31,0x30,0x02,0xd0,0x20,0x00,0x31,0x45,0x02,0x60,0x40,0x01,0x31,0x4c,0x02,0x50, +0x88,0x00,0x31,0x5a,0x02,0x30,0x18,0x00,0x31,0x6f,0x02,0x50,0x30,0x00,0x40,0x81, +0x02,0x80,0x06,0x10,0x00,0x31,0x96,0x02,0xc0,0x38,0x00,0x31,0xa8,0x02,0xf0,0x20, +0x00,0x31,0xbd,0x02,0x10,0x10,0x00,0x10,0xcf,0x10,0x00,0x43,0x09,0x00,0xfe,0xea, +0x10,0x00,0x31,0xfc,0x02,0xc0,0x38,0x00,0x31,0x0e,0x03,0xd0,0x08,0x00,0x22,0x20, +0x03,0x38,0x00,0x31,0x32,0x03,0xa0,0x10,0x00,0xb1,0x44,0x03,0x00,0x07,0x07,0x07, +0x00,0x00,0x5d,0x03,0x90,0x10,0x00,0x93,0x6f,0x03,0x40,0x04,0x06,0x07,0xff,0x00, +0x84,0x30,0x00,0xa2,0x96,0x03,0xb0,0x02,0x03,0x09,0x00,0xfe,0xa4,0x03,0x68,0x01, +0xf1,0x1c,0xb6,0x03,0xb0,0x02,0x02,0x09,0x00,0xfe,0xbf,0x03,0x70,0x04,0x04,0x04, +0x00,0x03,0xc7,0x03,0x80,0x04,0x05,0x01,0x00,0xff,0xca,0x03,0xe0,0x04,0x02,0x03, +0x01,0x05,0xcd,0x03,0x80,0x04,0x04,0x05,0x00,0x00,0xd7,0x03,0xf0,0x40,0x00,0x31, +0xe9,0x03,0x10,0x10,0x00,0x13,0xf3,0x10,0x00,0x21,0x05,0x04,0x38,0x01,0xc0,0x00, +0x12,0x04,0xa0,0x02,0x03,0x07,0x00,0x00,0x1d,0x04,0x80,0x18,0x00,0x32,0xfe,0x2f, +0x04,0x38,0x01,0x31,0x41,0x04,0x30,0x00,0x01,0xa2,0x48,0x04,0x30,0x02,0x03,0x09, +0xff,0xfe,0x56,0x04,0x28,0x01,0x31,0x68,0x04,0x40,0x18,0x00,0xb1,0x6f,0x04,0x70, +0x07,0x07,0x05,0x00,0x00,0x81,0x04,0xe0,0x48,0x00,0x13,0x8e,0x08,0x00,0x31,0x9b, +0x04,0xf0,0x48,0x00,0x13,0xad,0x08,0x00,0x40,0xbf,0x04,0x20,0x03,0x78,0x00,0x31, +0xc9,0x04,0xc0,0x08,0x00,0x40,0xd3,0x04,0x00,0x03,0x70,0x00,0x13,0xde,0x30,0x00, +0x31,0xeb,0x04,0x30,0x08,0x00,0x40,0xf8,0x04,0x70,0x06,0x50,0x00,0x31,0x0a,0x05, +0x00,0xa8,0x00,0x31,0x14,0x05,0x30,0x40,0x00,0x31,0x26,0x05,0xd0,0x38,0x00,0x22, +0x30,0x05,0x00,0x01,0x31,0x3e,0x05,0x20,0x98,0x02,0x13,0x48,0x10,0x00,0xc0,0x56, +0x05,0x70,0x04,0x05,0x02,0x00,0x02,0x5b,0x05,0x00,0x08,0xd0,0x02,0x13,0x77,0x08, +0x00,0x40,0x93,0x05,0x00,0x08,0x50,0x01,0x13,0xac,0x08,0x00,0x13,0xc5,0x18,0x00, +0x93,0xe1,0x05,0x00,0x08,0x06,0x08,0x01,0xff,0xf9,0x10,0x00,0x22,0x15,0x06,0x20, +0x00,0x22,0x2e,0x06,0x18,0x00,0x13,0x46,0x08,0x00,0x10,0x5e,0x08,0x00,0x43,0x07, +0x01,0x00,0x73,0x10,0x00,0x40,0x8b,0x06,0x80,0x07,0x10,0x00,0x22,0xa0,0x06,0x38, +0x00,0x13,0xbc,0x20,0x00,0x11,0xd1,0x40,0x00,0x33,0x01,0x00,0xea,0x10,0x00,0x70, +0xff,0x06,0xf0,0x02,0x03,0x03,0x00,0x34,0x02,0x90,0x08,0x02,0x02,0x03,0x02,0x06, +0x07,0x00,0x08,0x90,0x02,0xf0,0x02,0x26,0x07,0x00,0x08,0x03,0x03,0x00,0xff,0x2b, +0x07,0x00,0x08,0x07,0x08,0x01,0xff,0x47,0x08,0x00,0x43,0x06,0x01,0x00,0x5c,0x20, +0x00,0x13,0x7c,0x10,0x00,0x13,0x91,0x10,0x00,0x13,0xb1,0x08,0x00,0x22,0xd1,0x07, +0x80,0x00,0x13,0xe9,0x38,0x00,0xa1,0x05,0x08,0x00,0x08,0x05,0x08,0x01,0xff,0x19, +0x08,0x88,0x00,0xb2,0xff,0x35,0x08,0x00,0x08,0x06,0x06,0x01,0x00,0x47,0x08,0x28, +0x00,0x22,0x5f,0x08,0x28,0x00,0x13,0x7b,0x20,0x00,0x22,0x97,0x08,0x48,0x00,0x22, +0xb7,0x08,0xb8,0x00,0x13,0xd3,0x20,0x00,0x13,0xef,0x18,0x00,0x22,0x0f,0x09,0x08, +0x00,0x90,0x2f,0x09,0x00,0x08,0x06,0x05,0x01,0xff,0x3e,0x10,0x00,0x52,0x05,0x00, +0x00,0x52,0x09,0x40,0x00,0x13,0x6e,0x08,0x00,0x22,0x8a,0x09,0xe0,0x00,0x13,0x9f, +0x30,0x00,0x21,0xbf,0x09,0xf8,0x00,0x23,0xff,0xd8,0x20,0x00,0x22,0xf4,0x09,0x58, +0x00,0x93,0x10,0x0a,0x00,0x08,0x08,0x06,0x00,0x00,0x28,0x08,0x00,0x21,0x40,0x0a, +0x38,0x00,0x32,0xff,0x55,0x0a,0x28,0x00,0x13,0x71,0x08,0x00,0x22,0x8d,0x0a,0x48, +0x00,0x20,0xad,0x0a,0x38,0x00,0x42,0x00,0xff,0xc9,0x0a,0xc0,0x00,0x23,0xe1,0x0a, +0xa0,0x01,0x03,0x18,0x00,0x22,0x15,0x0b,0x28,0x00,0x13,0x35,0x08,0x00,0x13,0x55, +0x08,0x00,0x13,0x75,0x08,0x00,0x21,0x95,0x0b,0x00,0x01,0x32,0xff,0xa7,0x0b,0x58, +0x00,0x13,0xc3,0x10,0x00,0x22,0xd5,0x0b,0x40,0x00,0x22,0xf1,0x0b,0x80,0x00,0x22, +0x06,0x0c,0x18,0x00,0x22,0x18,0x0c,0x98,0x00,0x21,0x30,0x0c,0x18,0x00,0x30,0xfe, +0x45,0x0c,0x78,0x01,0x41,0x00,0x00,0x5a,0x0c,0x08,0x02,0x32,0xff,0x73,0x0c,0x58, +0x00,0x13,0x93,0x08,0x00,0x13,0xb3,0x08,0x00,0x22,0xd3,0x0c,0x50,0x00,0x23,0xef, +0x0c,0x38,0x01,0x13,0x0d,0x38,0x01,0x03,0x08,0x00,0x22,0x4f,0x0d,0x88,0x01,0x22, +0x61,0x0d,0x88,0x00,0x13,0x7d,0x18,0x00,0x13,0x9d,0x08,0x00,0x13,0xbd,0x08,0x00, +0x13,0xdd,0x20,0x00,0x13,0xf9,0x10,0x00,0x22,0x19,0x0e,0x80,0x00,0x22,0x2e,0x0e, +0x10,0x00,0x22,0x4e,0x0e,0x88,0x00,0x13,0x67,0x10,0x00,0x22,0x87,0x0e,0x78,0x00, +0x13,0xa3,0x10,0x00,0x13,0xc3,0x08,0x00,0x22,0xe3,0x0e,0xd0,0x00,0x13,0xf5,0x10, +0x00,0x22,0x15,0x0f,0x58,0x00,0x22,0x31,0x0f,0x10,0x00,0xa0,0x51,0x0f,0x00,0x08, +0x05,0x07,0x02,0xff,0x63,0x0f,0x30,0x02,0x33,0x02,0xff,0x77,0x20,0x00,0x22,0x93, +0x0f,0x00,0x01,0x13,0xab,0x10,0x00,0x22,0xc7,0x0f,0x20,0x01,0x13,0xdc,0x18,0x00, +0x13,0xf4,0x40,0x00,0x22,0x14,0x10,0x20,0x00,0x22,0x30,0x10,0xd8,0x01,0x13,0x4c, +0x08,0x00,0x22,0x68,0x10,0xf8,0x01,0x22,0x81,0x10,0x38,0x00,0x10,0x96,0x10,0x00, +0x43,0x09,0x01,0xff,0xb6,0x20,0x00,0x22,0xd2,0x10,0x48,0x00,0x13,0xea,0x08,0x00, +0x22,0x02,0x11,0x08,0x00,0x22,0x1a,0x11,0x50,0x00,0x22,0x36,0x11,0x60,0x00,0x13, +0x56,0x08,0x00,0x13,0x76,0x18,0x00,0x22,0x92,0x11,0xf8,0x01,0x13,0xaa,0x18,0x00, +0x22,0xca,0x11,0xf8,0x00,0x13,0xe6,0x20,0x00,0x22,0x02,0x12,0xf0,0x00,0x22,0x14, +0x12,0x20,0x00,0x21,0x34,0x12,0xb0,0x02,0x32,0x00,0x43,0x12,0x60,0x00,0x13,0x5b, +0x20,0x00,0x22,0x6d,0x12,0x98,0x00,0x22,0x82,0x12,0xa8,0x00,0x22,0x9b,0x12,0x58, +0x00,0x22,0xb3,0x12,0x48,0x00,0x13,0xcf,0x18,0x00,0x22,0xe8,0x12,0xb0,0x01,0x13, +0xfa,0x10,0x00,0x22,0x13,0x13,0x08,0x00,0x90,0x2c,0x13,0x00,0x08,0x08,0x02,0x00, +0x02,0x34,0x08,0x00,0x52,0x01,0x00,0x03,0x38,0x13,0x70,0x00,0x22,0x58,0x13,0x40, +0x00,0x13,0x74,0x08,0x00,0x13,0x90,0x18,0x00,0x22,0xb0,0x13,0xf8,0x00,0x13,0xcc, +0x10,0x00,0x13,0xec,0x10,0x00,0x22,0x08,0x14,0x10,0x00,0x10,0x28,0x08,0x00,0x43, +0x0a,0x00,0xfe,0x50,0x08,0x00,0x13,0x78,0x18,0x00,0x13,0x98,0x08,0x00,0x10,0xb8, +0x08,0x00,0x43,0x09,0x00,0xfe,0xdc,0x10,0x00,0x13,0xfc,0x10,0x00,0x21,0x20,0x15, +0x08,0x00,0xb2,0xff,0x44,0x15,0x00,0x08,0x09,0x09,0x00,0xfe,0x6d,0x15,0x20,0x00, +0x23,0x8d,0x15,0x38,0x03,0x03,0x08,0x00,0x13,0xcd,0x28,0x00,0x13,0xf1,0x10,0x00, +0x22,0x11,0x16,0x08,0x00,0x23,0x31,0x16,0x08,0x02,0x12,0x16,0x50,0x00,0x12,0x75, +0x10,0x00,0x23,0xfe,0x95,0x10,0x00,0x13,0xb9,0x20,0x00,0x13,0xd9,0x08,0x00,0x23, +0xf9,0x16,0x90,0x02,0x12,0x17,0x08,0x00,0x22,0x39,0x17,0xe8,0x00,0x22,0x55,0x17, +0xd0,0x00,0x23,0x71,0x17,0xb8,0x03,0x03,0x08,0x00,0x13,0xa9,0x18,0x00,0x22,0xc5, +0x17,0x50,0x00,0x13,0xe9,0x08,0x00,0x22,0x0d,0x18,0x08,0x00,0x20,0x31,0x18,0x18, +0x02,0x43,0x00,0xff,0x51,0x18,0x80,0x00,0x03,0x08,0x00,0x22,0x99,0x18,0xb0,0x00, +0x13,0xbd,0x10,0x00,0x13,0xe1,0x08,0x00,0x21,0x05,0x19,0x30,0x00,0x32,0xfe,0x25, +0x19,0x28,0x01,0x13,0x4d,0x08,0x00,0x22,0x75,0x19,0x30,0x00,0x22,0x99,0x19,0x98, +0x00,0x23,0xb9,0x19,0xb8,0x00,0x13,0x19,0xb8,0x00,0x13,0x19,0xb8,0x00,0x12,0x1a, +0xe0,0x00,0x22,0x39,0x1a,0x10,0x00,0x22,0x59,0x1a,0xa8,0x00,0x22,0x75,0x1a,0x48, +0x02,0x22,0x91,0x1a,0xb0,0x00,0x13,0xad,0x18,0x00,0x13,0xc9,0x28,0x00,0x13,0xe9, +0x08,0x00,0x21,0x09,0x1b,0x28,0x00,0x32,0xfe,0x25,0x1b,0x20,0x00,0x13,0x41,0x08, +0x00,0x22,0x5d,0x1b,0x90,0x03,0x13,0x76,0x08,0x00,0x13,0x8f,0x18,0x00,0x23,0xab, +0x1b,0x40,0x03,0x12,0x1b,0x40,0x00,0x22,0xe7,0x1b,0xb0,0x00,0x23,0x0f,0x1c,0x18, +0x04,0x12,0x1c,0xb8,0x01,0x13,0x58,0x10,0x00,0x22,0x78,0x1c,0xc8,0x00,0x13,0x9c, +0x10,0x00,0x13,0xbc,0x08,0x00,0x13,0xdc,0x18,0x00,0x22,0x00,0x1d,0x10,0x00,0x13, +0x20,0x08,0x00,0x13,0x40,0x08,0x00,0x13,0x60,0x08,0x00,0x13,0x80,0x08,0x00,0x22, +0xa0,0x1d,0x30,0x01,0x13,0xc4,0x08,0x00,0x13,0xe8,0x08,0x00,0x22,0x0c,0x1e,0x20, +0x00,0x13,0x2c,0x08,0x00,0x22,0x4c,0x1e,0x18,0x00,0x13,0x70,0x10,0x00,0x23,0x90, +0x1e,0xb0,0x02,0x03,0x08,0x00,0x13,0xd0,0x08,0x00,0x13,0xf0,0x08,0x00,0x22,0x10, +0x1f,0xd0,0x00,0x23,0x2c,0x1f,0x40,0x00,0x13,0x1f,0x40,0x00,0x03,0x08,0x00,0x13, +0x94,0x18,0x00,0x22,0xb4,0x1f,0x68,0x01,0x13,0xd4,0x08,0x00,0x13,0xf4,0x20,0x00, +0x22,0x18,0x20,0x68,0x01,0x22,0x34,0x20,0x10,0x00,0x23,0x58,0x20,0xf8,0x00,0x13, +0x20,0xf0,0x02,0x13,0x20,0xf0,0x02,0x03,0x08,0x00,0x13,0xd8,0x28,0x00,0x13,0xfc, +0x10,0x00,0x22,0x1c,0x21,0x10,0x00,0x23,0x40,0x21,0xf8,0x00,0x13,0x21,0xf8,0x00, +0x13,0x21,0xf8,0x00,0x12,0x21,0x28,0x01,0x23,0xc4,0x21,0xf8,0x00,0x13,0x21,0xf8, +0x00,0x12,0x22,0x08,0x00,0x13,0x30,0x08,0x00,0x22,0x54,0x22,0x30,0x00,0x13,0x74, +0x08,0x00,0x13,0x94,0x18,0x00,0x23,0xb8,0x22,0x68,0x03,0x03,0x08,0x00,0x23,0x00, +0x23,0x70,0x01,0x13,0x23,0x70,0x01,0x12,0x23,0x18,0x00,0x13,0x64,0x10,0x00,0x13, +0x84,0x08,0x00,0x13,0xa4,0x08,0x00,0x13,0xc4,0x08,0x00,0x13,0xe4,0x08,0x00,0x22, +0x04,0x24,0x08,0x00,0x22,0x24,0x24,0x38,0x00,0x22,0x48,0x24,0x10,0x01,0x22,0x68, +0x24,0x80,0x04,0x22,0x7d,0x24,0x50,0x02,0x23,0x99,0x24,0xb8,0x02,0x12,0x24,0x60, +0x01,0x13,0xd5,0x28,0x00,0x23,0xf5,0x24,0xb8,0x05,0x13,0x25,0xb8,0x05,0x13,0x25, +0xb0,0x03,0x13,0x25,0x30,0x03,0x13,0x25,0xe0,0x06,0x03,0x08,0x00,0x13,0xb5,0x08, +0x00,0x13,0xd5,0x08,0x00,0x22,0xf5,0x25,0x10,0x01,0x22,0x19,0x26,0x78,0x02,0x13, +0x41,0x08,0x00,0x22,0x69,0x26,0x20,0x00,0x22,0x89,0x26,0x48,0x00,0x23,0xad,0x26, +0x28,0x04,0x03,0x08,0x00,0x13,0xed,0x18,0x00,0x22,0x11,0x27,0x10,0x08,0x22,0x2d, +0x27,0x80,0x00,0x22,0x49,0x27,0x18,0x00,0x13,0x6d,0x08,0x00,0x22,0x91,0x27,0x50, +0x00,0x13,0xb9,0x10,0x00,0x22,0xdd,0x27,0x40,0x00,0x13,0xfd,0x08,0x00,0x22,0x1d, +0x28,0x08,0x00,0x13,0x3d,0x08,0x00,0x22,0x5d,0x28,0x30,0x00,0x22,0x85,0x28,0x30, +0x00,0x13,0xa9,0x18,0x00,0x23,0xc9,0x28,0x68,0x03,0x13,0x28,0x68,0x03,0x12,0x29, +0x08,0x00,0x13,0x29,0x08,0x00,0x13,0x49,0x08,0x00,0x23,0x69,0x29,0xb8,0x00,0x13, +0x29,0xb8,0x00,0x13,0x29,0xa8,0x03,0x13,0x29,0x40,0x00,0x12,0x29,0x50,0x01,0x22, +0x05,0x2a,0x18,0x00,0x22,0x21,0x2a,0x18,0x00,0x13,0x41,0x08,0x00,0x13,0x61,0x08, +0x00,0x13,0x81,0x08,0x00,0x13,0xa1,0x28,0x00,0x23,0xbd,0x2a,0x78,0x07,0x13,0x2a, +0xc0,0x00,0x12,0x2a,0x60,0x00,0x23,0x21,0x2b,0x40,0x00,0x13,0x2b,0x40,0x00,0x12, +0x2b,0x18,0x00,0x23,0x85,0x2b,0xc0,0x00,0x13,0x2b,0xc0,0x00,0x03,0x10,0x00,0x13, +0xed,0x10,0x00,0x22,0x0d,0x2c,0x08,0x00,0x22,0x2d,0x2c,0xf0,0x00,0x23,0x55,0x2c, +0x90,0x08,0x13,0x2c,0xb0,0x01,0x13,0x2c,0xb0,0x01,0x13,0x2c,0xb0,0x01,0x12,0x2c, +0x40,0x00,0x13,0xf9,0x08,0x00,0x22,0x1d,0x2d,0x38,0x00,0x22,0x45,0x2d,0x10,0x00, +0x23,0x69,0x2d,0xf8,0x00,0x03,0x08,0x00,0x13,0xa9,0x18,0x00,0x22,0xcd,0x2d,0xc0, +0x00,0x23,0xe9,0x2d,0x58,0x05,0x13,0x2e,0x58,0x05,0x13,0x2e,0x28,0x02,0x13,0x2e, +0x28,0x02,0x13,0x2e,0x20,0x05,0x12,0x2e,0xe8,0x06,0x22,0xb1,0x2e,0xe8,0x04,0x50, +0xcd,0x2e,0x00,0x08,0x09,0x00,0x09,0x13,0x2e,0x18,0x06,0x13,0x2f,0x18,0x06,0x12, +0x2f,0x38,0x00,0x23,0x55,0x2f,0xb8,0x00,0x13,0x2f,0xb8,0x00,0x13,0x2f,0xb8,0x00, +0x12,0x2f,0x50,0x00,0x13,0xd9,0x28,0x00,0x22,0xfd,0x2f,0x88,0x00,0x23,0x19,0x30, +0x60,0x05,0x12,0x30,0x18,0x00,0x20,0x5d,0x30,0xe0,0x04,0x42,0xff,0xfe,0x86,0x30, +0x38,0x00,0x22,0xa6,0x30,0x38,0x00,0x13,0xca,0x10,0x00,0x13,0xea,0x28,0x00,0x22, +0x0e,0x31,0x10,0x00,0x22,0x2e,0x31,0x10,0x00,0x13,0x52,0x10,0x00,0x13,0x72,0x10, +0x00,0x13,0x96,0x10,0x00,0x13,0xb6,0x10,0x00,0x22,0xda,0x31,0x20,0x01,0x22,0x02, +0x32,0x10,0x00,0x22,0x26,0x32,0x20,0x00,0x13,0x46,0x10,0x00,0x22,0x6a,0x32,0x68, +0x00,0x13,0x8e,0x18,0x00,0x13,0xae,0x08,0x00,0x13,0xce,0x08,0x00,0x13,0xee,0x28, +0x00,0x22,0x12,0x33,0xb8,0x00,0x23,0x2e,0x33,0x58,0x09,0x12,0x33,0x58,0x00,0x13, +0x76,0x10,0x00,0x23,0x96,0x33,0x78,0x00,0x13,0x33,0x78,0x00,0x03,0x08,0x00,0x13, +0xfe,0x08,0x00,0x22,0x22,0x34,0x08,0x00,0x22,0x46,0x34,0xf8,0x00,0x13,0x66,0x10, +0x00,0x22,0x8a,0x34,0x38,0x00,0x13,0xaa,0x10,0x00,0x13,0xce,0x08,0x00,0x22,0xf2, +0x34,0x70,0x00,0x23,0x0e,0x35,0xf0,0x00,0x12,0x35,0x10,0x00,0x13,0x4a,0x08,0x00, +0x13,0x66,0x08,0x00,0x22,0x82,0x35,0x30,0x00,0x13,0xa6,0x28,0x00,0x13,0xc6,0x08, +0x00,0x23,0xe6,0x35,0xe8,0x08,0x12,0x36,0x10,0x00,0x13,0x22,0x08,0x00,0x22,0x42, +0x36,0x18,0x00,0x13,0x5e,0x10,0x00,0x22,0x7e,0x36,0x40,0x00,0x13,0xa2,0x08,0x00, +0x22,0xc6,0x36,0xa0,0x00,0x13,0xe6,0x20,0x00,0x22,0x06,0x37,0x20,0x01,0x22,0x2a, +0x37,0x18,0x09,0x22,0x42,0x37,0x18,0x00,0x13,0x62,0x10,0x00,0x93,0x7a,0x37,0x80, +0x05,0x06,0x06,0x00,0x00,0x8c,0x18,0x00,0x13,0xac,0x08,0x00,0x50,0xcc,0x37,0x00, +0x09,0x09,0x10,0x06,0x13,0x37,0x10,0x06,0x92,0x38,0x00,0x09,0x09,0x06,0x00,0x00, +0x2b,0x38,0x38,0x01,0x21,0x53,0x38,0xd4,0x0c,0x60,0xff,0x61,0x38,0x00,0x06,0x06, +0x10,0x07,0x12,0x38,0x30,0x00,0x22,0x9a,0x38,0x58,0x00,0x50,0xb2,0x38,0x80,0x05, +0x06,0xb8,0x09,0x30,0x38,0x00,0x07,0xa0,0x0c,0xd0,0xde,0x38,0x00,0x07,0x07,0x0a, +0x00,0xfe,0x01,0x39,0x00,0x07,0x07,0x30,0x04,0x03,0x08,0x00,0x22,0x39,0x39,0x20, +0x00,0xf3,0x02,0x4d,0x39,0x00,0x07,0x09,0x08,0xff,0xff,0x71,0x39,0x00,0x05,0x05, +0x08,0x00,0xff,0x85,0x08,0x00,0x13,0x99,0x28,0x00,0x10,0xb5,0x08,0x00,0x52,0x02, +0x00,0x02,0xbc,0x39,0x88,0x00,0xc0,0xd7,0x39,0x00,0x0a,0x0b,0x08,0xff,0xff,0x03, +0x3a,0x00,0x09,0x08,0x00,0x23,0x2f,0x3a,0x78,0x0b,0x30,0x3a,0x00,0x07,0x40,0x0b, +0x13,0x64,0x08,0x00,0xa2,0x79,0x3a,0x00,0x0a,0x0b,0x07,0xff,0xff,0xa0,0x3a,0x98, +0x00,0x23,0xb8,0x3a,0x70,0x06,0x11,0x3a,0xb0,0x02,0x41,0xff,0x01,0x3b,0x00,0x20, +0x10,0x22,0x21,0x3b,0x68,0x00,0x13,0x3d,0x08,0x00,0x13,0x59,0x08,0x00,0x22,0x75, +0x3b,0x38,0x00,0x93,0x8d,0x3b,0x00,0x05,0x07,0x08,0xff,0xff,0xa9,0x18,0x00,0x13, +0xc5,0x08,0x00,0x22,0xe1,0x3b,0x90,0x00,0xd0,0xfc,0x3b,0x00,0x08,0x0a,0x0a,0xff, +0xfe,0x2e,0x3c,0x00,0x06,0x06,0xa0,0x02,0x80,0x3c,0x00,0x0a,0x0a,0x08,0x00,0xff, +0x6e,0x08,0x00,0x00,0x60,0x01,0x03,0x08,0x00,0x13,0xaa,0x08,0x00,0x13,0xc8,0x08, +0x00,0x13,0xe6,0x08,0x00,0x20,0x04,0x3d,0xd0,0x00,0x42,0x00,0xff,0x30,0x3d,0x58, +0x00,0x13,0x4c,0x08,0x00,0x22,0x68,0x3d,0x58,0x03,0x22,0x91,0x3d,0x28,0x00,0x40, +0xaf,0x3d,0x00,0x06,0x18,0x00,0x60,0xcb,0x3d,0x10,0x08,0x09,0x06,0xd8,0x11,0xf0, +0x4d,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x92,0x2f,0x94,0x2f,0x98,0x2f,0x9a,0x2f,0x9b, +0x2f,0x9c,0x2f,0x9d,0x2f,0x9e,0x2f,0x9f,0x2f,0xa1,0x2f,0xa3,0x2f,0xa5,0x2f,0xa7, +0x2f,0xa9,0x2f,0xaa,0x2f,0xab,0x2f,0xad,0x2f,0xaf,0x2f,0xb0,0x2f,0xb3,0x2f,0xb4, +0x2f,0xb6,0x2f,0xb7,0x2f,0xb8,0x2f,0xba,0x2f,0xbb,0x2f,0xbe,0x2f,0xbf,0x2f,0xc8, +0x2f,0xc9,0x2f,0xce,0x2f,0xcf,0x2f,0xd0,0x2f,0xd1,0x2f,0xd2,0x2f,0xd9,0x2f,0xda, +0x2f,0xdb,0x2f,0xdc,0x2f,0xdf,0x2f,0xe2,0x2f,0xe3,0x2f,0x00,0x01,0x02,0x12,0xf0, +0xff,0xff,0xff,0x3d,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10, +0x11,0x00,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x00, +0x1f,0x20,0x00,0x21,0x22,0x23,0x24,0x25,0x26,0x00,0x00,0x04,0x00,0x0d,0x00,0x11, +0x1d,0x1b,0x1d,0x1c,0x1d,0x1e,0x1d,0x32,0x1d,0x3e,0x1d,0x68,0x1d,0x97,0x1d,0xe7, +0x1d,0xe9,0x1d,0x07,0x1e,0x0c,0x1e,0x5e,0x1e,0x5f,0x1e,0x64,0x1e,0x6d,0x1e,0x90, +0x1e,0xee,0x1e,0xf2,0x1e,0xff,0x1e,0x1e,0x1f,0x35,0x1f,0x60,0x1f,0x6d,0x1f,0xaa, +0x1f,0xe0,0x1f,0x54,0x20,0x56,0x20,0x76,0x20,0x79,0x20,0x7d,0x20,0x82,0x20,0x88, +0x20,0x96,0x20,0x97,0x20,0x9e,0x20,0x0b,0x21,0x17,0x21,0x2e,0x21,0x36,0x21,0x3a, +0x21,0x5b,0x21,0x5e,0x21,0x83,0x21,0xac,0x21,0xb0,0x21,0xb1,0x21,0xca,0x21,0xe6, +0x21,0x27,0x22,0x69,0x22,0xcc,0x22,0xe8,0x22,0x04,0x23,0x08,0x23,0x19,0x23,0x1d, +0x23,0x1e,0x23,0x22,0x23,0x37,0x23,0x3c,0x23,0x5b,0x23,0x79,0x23,0x60,0x24,0x79, +0x25,0xef,0x25,0x03,0x26,0x0b,0x26,0x38,0x26,0x39,0x26,0x58,0x26,0xdc,0x26,0x42, +0x27,0x68,0x27,0xa8,0x27,0x01,0x28,0x1a,0x28,0x27,0x28,0x2b,0x28,0x38,0x28,0x3f, +0x28,0x42,0x28,0x79,0x28,0x69,0x2a,0x9d,0x2a,0xab,0x2a,0xb0,0x2a,0xca,0x2a,0x0f, +0x2b,0x20,0x2b,0x22,0x2b,0xf7,0x2c,0xff,0x2c,0x49,0x2d,0x84,0x2d,0xb7,0x2d,0xb8, +0x2d,0x07,0x2e,0x20,0x2e,0x42,0x2e,0x46,0x2e,0x48,0x2e,0x64,0x2e,0x73,0x2e,0x82, +0x2e,0x96,0x2e,0x9d,0x2e,0xba,0x2e,0xbf,0x2e,0xd6,0x2e,0xed,0x2e,0xd6,0x2f,0x04, +0x30,0x20,0x30,0x5c,0x30,0x21,0x31,0x5c,0x31,0xaf,0x31,0xcd,0x31,0xe3,0x31,0xf2, +0x31,0x12,0x32,0x50,0x32,0xb6,0x32,0xb9,0x32,0xd4,0x32,0xec,0x32,0xde,0x33,0x68, +0x34,0x81,0x34,0x85,0x34,0x98,0x34,0xc1,0x34,0xca,0x34,0xf3,0x34,0xf6,0x34,0x1f, +0x35,0x53,0x35,0x80,0x35,0x05,0x36,0x09,0x36,0x11,0x36,0x1a,0x36,0x30,0x36,0x3b, +0x36,0x3c,0x36,0x3d,0x36,0x72,0x36,0xb1,0x36,0x4d,0x37,0x2d,0x38,0x86,0x38,0x93, +0x38,0xdc,0x38,0x2a,0x39,0x70,0x39,0x73,0x3a,0x74,0x3a,0x9c,0x3a,0xdf,0x3a,0xe5, +0x3a,0x28,0x3b,0x71,0x3b,0xe6,0x3b,0xf3,0x3b,0x99,0x3c,0x2c,0x3d,0x3a,0x3d,0xa1, +0x3d,0xa7,0x3d,0x25,0x3e,0x81,0x3e,0x32,0x40,0xc7,0x41,0x98,0x42,0x0f,0x43,0x17, +0x43,0x30,0x44,0x39,0x44,0x4c,0x44,0x7b,0x44,0x8c,0x45,0x51,0x46,0xcb,0x47,0x4b, +0x48,0xe3,0x48,0x01,0x49,0x0c,0x49,0x8b,0x49,0x92,0x49,0x00,0x4a,0x3d,0x4a,0x65, +0x4a,0xa8,0x4a,0xb2,0x4a,0xd5,0x4a,0xcf,0x4b,0x31,0x4c,0x33,0x4c,0x41,0x4c,0x53, +0x4c,0x5d,0x4c,0x82,0x4c,0xaa,0x4c,0xab,0x4c,0xe2,0x4c,0xeb,0x4c,0xf9,0x4c,0x7f, +0x4e,0xb5,0x4e,0x14,0x4f,0x16,0x4f,0xdd,0x4f,0x0e,0x50,0xfb,0x50,0x80,0x51,0x83, +0x51,0x46,0x54,0x5d,0x57,0x6e,0x57,0x79,0x57,0x81,0x57,0xd6,0x57,0x0e,0x58,0x18, +0x58,0x92,0x58,0x9c,0x58,0xa0,0x58,0xa7,0x58,0x11,0x59,0x19,0x59,0x29,0x59,0x3e, +0x59,0x4d,0x59,0x83,0x59,0x84,0x59,0x9e,0x59,0xaf,0x59,0xbd,0x59,0xbe,0x59,0xd0, +0x59,0xe7,0x59,0x69,0x5a,0x77,0x5a,0xcc,0x5b,0xcd,0x5b,0x75,0x5c,0x88,0x5c,0xee, +0x5c,0x09,0x5e,0x14,0x5e,0x2e,0x5e,0xcd,0x5e,0x0e,0x5f,0x12,0x5f,0x2b,0x5f,0x30, +0x5f,0x56,0x5f,0x5f,0x5f,0x7a,0x5f,0x89,0x5f,0xf9,0x5f,0xe0,0x60,0x43,0x62,0x88, +0x64,0x9c,0x64,0xa4,0x64,0x75,0x65,0xd7,0x65,0xf3,0x65,0x0c,0x66,0x63,0x66,0x6f, +0x66,0x73,0x66,0x04,0x67,0x17,0x67,0x5d,0x67,0xec,0x67,0xe9,0x69,0x12,0xbf,0x19, +0xbf,0x1c,0xbf,0x1d,0xbf,0x1e,0xbf,0x22,0xbf,0x24,0xbf,0x26,0xbf,0x2a,0xbf,0x2d, +0xbf,0x32,0xbf,0x37,0xbf,0x38,0xbf,0x39,0xbf,0x4f,0xbf,0x54,0xbf,0x59,0xbf,0x5c, +0xbf,0x5d,0xbf,0x5e,0xbf,0x62,0xbf,0x63,0xbf,0x64,0xbf,0x65,0xbf,0x78,0xbf,0x79, +0xbf,0x7f,0xbf,0x81,0xbf,0x82,0xbf,0x85,0xbf,0x88,0xbf,0x89,0xbf,0x8a,0xbf,0x8c, +0xbf,0xa4,0xbf,0xa6,0xbf,0xd5,0xbf,0xd6,0xbf,0xd8,0xbf,0xda,0xbf,0xf1,0xbf,0xf8, +0xbf,0xfb,0xbf,0x04,0xc0,0x2d,0xc0,0x35,0xc0,0x6c,0xc0,0xfc,0xc0,0x51,0xc1,0x52, +0xc1,0x53,0xc1,0x54,0xc1,0x55,0xc1,0x98,0xc1,0xa4,0xc1,0xfe,0xc1,0x15,0xc2,0x6b, +0xc4,0xd3,0xc6,0xb3,0xc7,0x1a,0x09,0x09,0x09,0x06,0x01,0x2a,0x47,0xb0,0x36,0x90, +0x13,0x40,0x07,0x07,0x00,0x70,0x70,0x4c,0x9b,0x10,0x72,0x40,0x6c,0xaa,0x00,0x66, +0x10,0x25,0x70,0x00,0x00,0x50,0x06,0xc3,0x29,0x14,0x2a,0x00,0x07,0xb1,0x00,0x3a, +0x10,0x0b,0x3b,0xb5,0x00,0x80,0x3a,0x60,0x34,0x00,0x90,0x90,0x70,0x00,0x90,0x81, +0x50,0x00,0x81,0x97,0x18,0x40,0x19,0x56,0x71,0x80,0x00,0x60,0x70,0x80,0x00,0x70, +0x28,0x70,0x06,0xa3,0x00,0x09,0x27,0x00,0x0a,0x91,0x00,0x1c,0x70,0x61,0x83,0xa3, +0xa0,0x92,0x1e,0x60,0x2c,0xa7,0xa2,0x47,0x36,0x13,0x00,0x10,0x62,0x09,0x00,0x80, +0x26,0x03,0x60,0x17,0x00,0x90,0x08,0x00,0x32,0x10,0x62,0x18,0x09,0x01,0x00,0xf5, +0x35,0x44,0x50,0x06,0x20,0x2d,0xb0,0x07,0x70,0x00,0x40,0x00,0x18,0x00,0x6a,0xc9, +0x10,0x18,0x00,0x01,0x80,0x00,0x00,0x4a,0x07,0x41,0x69,0x40,0x01,0x48,0x00,0x80, +0x00,0x80,0x03,0x40,0x07,0x00,0x08,0x00,0x17,0x00,0x52,0x00,0x80,0x00,0x40,0x00, +0x0a,0xb4,0x05,0x60,0xa0,0x82,0x0a,0x09,0x10,0xa0,0x82,0x0a,0x05,0x60,0xa0,0x0a, +0xb3,0x00,0x0b,0xb0,0x00,0x02,0x00,0xf1,0x82,0x3a,0xea,0x3a,0xc3,0x03,0x01,0x90, +0x00,0x0a,0x00,0x05,0x60,0x01,0xb0,0x00,0xa2,0x00,0x8d,0xbb,0x00,0x3b,0xb3,0x10, +0x1a,0x00,0x39,0x06,0xe2,0x00,0x1b,0x20,0x0c,0x5b,0xb5,0x00,0xa6,0x00,0x4b,0x60, +0x0a,0x46,0x06,0x44,0x60,0xaa,0xcc,0x10,0x04,0x60,0x00,0x46,0x00,0x2d,0xa8,0x03, +0x70,0x00,0x4b,0xa3,0x00,0x11,0xc0,0x00,0x0c,0x03,0x00,0xc0,0x5b,0xc4,0x00,0x07, +0xb9,0x02,0x90,0x10,0x64,0x00,0x08,0x8a,0x50,0x75,0x0a,0x04,0x60,0xb0,0x09,0xb7, +0x00,0x6a,0xae,0x00,0x01,0x70,0x00,0x81,0x00,0x0a,0x00,0x02,0x80,0x00,0x46,0x00, +0x06,0x50,0x00,0x09,0xa4,0x04,0x60,0x90,0x2b,0x19,0x00,0xae,0x40,0x63,0x1c,0x09, +0x20,0xb0,0x2b,0xa7,0x00,0x1b,0xb2,0x64,0x0a,0x91,0x0a,0x75,0x1d,0x1a,0x8a,0x00, +0x18,0x3b,0xa1,0x48,0x01,0x00,0x01,0x48,0x48,0x01,0xca,0x00,0xf3,0x80,0x00,0x01, +0x00,0x29,0x90,0x99,0x10,0x01,0x8a,0x40,0x00,0x06,0x10,0x69,0x99,0x10,0x00,0x00, +0x69,0x99,0x10,0x20,0x00,0x05,0xa5,0x00,0x00,0x4d,0x11,0x8a,0x40,0x52,0x00,0x00, +0x4b,0xb0,0x10,0x64,0x00,0xa1,0x04,0x70,0x07,0x20,0x01,0x00,0x0a,0x30,0x00,0x78, +0x88,0x10,0x08,0x30,0x01,0x80,0x26,0x07,0x82,0x80,0x61,0x71,0x80,0x70,0x70,0x90, +0xa0,0x90,0x53,0x47,0x58,0x20,0x0a,0x10,0x00,0x00,0x01,0x88,0x91,0x00,0x02,0xe0, +0x00,0x69,0x40,0x0a,0x28,0x00,0xa0,0xb0,0x4c,0xad,0x18,0x20,0x56,0xb0,0x01,0xa0, +0x3d,0xaa,0x23,0x80,0x57,0x38,0x06,0x63,0xdb,0xe1,0x38,0x01,0xb3,0x80,0x1c,0x3d, +0xaa,0x30,0x05,0xbb,0x41,0xb0,0x01,0x65,0x00,0x07,0x30,0x00,0x65,0x00,0x01,0xb0, +0x03,0x05,0xcb,0x50,0x3d,0xaa,0x10,0x38,0x04,0xa0,0x38,0x00,0xc0,0x03,0x00,0x50, +0x04,0x90,0x3d,0xba,0x10,0x39,0x00,0xeb,0x00,0x38,0x00,0x03,0xda,0x80,0x38,0x00, +0x03,0x80,0x00,0x3d,0xbb,0x20,0x12,0x00,0x62,0x38,0x00,0x00,0x04,0xbb,0x71,0x4b, +0x00,0xc2,0xab,0x65,0x00,0xa1,0xb0,0x0b,0x05,0xcc,0x80,0x38,0x00,0xb0,0x03,0x00, +0x35,0x3d,0xbb,0xe0,0x0c,0x00,0x12,0x38,0x01,0x00,0x24,0x00,0x37,0x02,0x00,0xf1, +0x07,0x30,0x65,0x4b,0xc1,0x38,0x05,0x70,0x38,0x1b,0x00,0x38,0xb3,0x00,0x3e,0xc6, +0x00,0x3c,0x0c,0x00,0x38,0x06,0x60,0x7e,0x00,0x01,0x59,0x00,0x04,0x05,0x00,0xf2, +0x3c,0x3d,0xbb,0x10,0x3d,0x00,0x5b,0x3d,0x20,0x9a,0x39,0x70,0x9a,0x37,0x93,0x5b, +0x37,0x88,0x0b,0x37,0x4b,0x0b,0x37,0x02,0x0b,0x3c,0x00,0xb3,0xd4,0x0b,0x38,0xb0, +0xb3,0x77,0x4b,0x37,0x0a,0xa3,0x70,0x8c,0x37,0x01,0xe0,0x05,0xbb,0x40,0x1b,0x00, +0xb1,0x65,0x00,0x65,0x83,0x00,0x46,0x65,0x00,0x65,0x1b,0x00,0xb1,0x05,0xbb,0x40, +0x3d,0xbb,0x13,0x80,0x38,0x38,0x01,0xa3,0x80,0x67,0x3d,0xb9,0xb1,0x00,0x01,0x27, +0x00,0x15,0xb0,0x27,0x00,0xf6,0x29,0x2a,0x00,0xb1,0x08,0xaa,0x80,0x00,0x3a,0x00, +0x00,0x05,0xa5,0x3d,0xaa,0x33,0x80,0x39,0x38,0x05,0x73,0xdc,0xb1,0x38,0x1b,0x03, +0x80,0xa2,0x38,0x03,0xa0,0x0a,0xba,0x04,0x80,0x10,0x1c,0x10,0x00,0x4d,0x80,0x00, +0x0a,0x33,0x10,0x75,0x2b,0xba,0x00,0x8a,0xea,0x60,0x0b,0x00,0x00,0xb0,0x00,0x05, +0x00,0x51,0x38,0x00,0xb3,0x80,0x0b,0x05,0x00,0xf0,0x47,0x28,0x00,0xb0,0xb0,0x1b, +0x06,0xcc,0x30,0xc0,0x04,0x79,0x20,0x83,0x56,0x0b,0x01,0xa0,0xa0,0x0b,0x46,0x00, +0x8a,0x20,0x04,0xd0,0x00,0xb0,0x0d,0x00,0xb8,0x32,0xd2,0x28,0x55,0x57,0x64,0x52, +0x88,0x19,0x73,0x0a,0x90,0xa9,0x00,0xa9,0x09,0xa0,0x0a,0x60,0x6a,0x00,0x84,0x0a, +0x21,0xb1,0x90,0x09,0xa2,0x00,0x4d,0x00,0x0a,0x94,0x02,0x91,0xb0,0x92,0x09,0x30, +0x0b,0x00,0xa1,0x06,0x51,0x90,0x00,0xa7,0x30,0x00,0x9b,0x00,0x00,0x48,0x00,0x00, +0x37,0x03,0x00,0xf3,0x08,0x3a,0xad,0x50,0x00,0xb0,0x00,0x75,0x00,0x1b,0x00,0x08, +0x40,0x01,0xb0,0x00,0x8d,0xbb,0x40,0x2a,0x32,0x60,0x26,0x02,0x03,0x00,0xf0,0x01, +0x19,0x30,0x80,0x00,0x71,0x00,0x25,0x00,0x08,0x00,0x08,0x00,0x05,0x30,0x01,0x70, +0x0c,0x03,0x22,0x5b,0x08,0x01,0x00,0xf2,0x62,0x58,0x04,0xb0,0x09,0x81,0x09,0x36, +0x45,0x0a,0x78,0x88,0x30,0x70,0x39,0x00,0x2a,0xc5,0x00,0x0b,0x19,0x7c,0x74,0x0b, +0x3b,0x9b,0x47,0x00,0x04,0x70,0x00,0x4b,0xbc,0x04,0x80,0x74,0x47,0x04,0x74,0x70, +0x85,0x4b,0xaa,0x00,0x0a,0xb7,0x67,0x00,0x83,0x00,0x67,0x00,0x0a,0xb8,0x00,0x08, +0x30,0x00,0x83,0x0a,0xac,0x36,0x70,0x83,0x83,0x08,0x36,0x60,0x93,0x1c,0xab,0x30, +0x0a,0xb6,0x06,0x60,0x90,0x8a,0x8b,0x06,0x60,0x00,0x0a,0xa7,0x00,0x08,0x71,0x90, +0x8d,0x42,0x90,0x29,0x02,0x90,0x29,0x00,0x19,0x9d,0x35,0x60,0xa0,0x0c,0x93,0x03, +0x50,0x00,0x1d,0xa8,0x07,0x30,0x74,0x3a,0x88,0x00,0x58,0x00,0xf0,0x00,0xba,0x04, +0x90,0x91,0x47,0x08,0x34,0x70,0x83,0x47,0x08,0x30,0x47,0x00,0x47,0x01,0x00,0x61, +0x04,0x70,0x00,0x03,0x70,0x37,0x03,0x00,0x31,0x46,0x3b,0x20,0x27,0x00,0xe1,0x47, +0x1a,0x04,0x7a,0x10,0x4d,0xc0,0x04,0xa4,0x80,0x47,0x0a,0x10,0x47,0x01,0x00,0xf8, +0x05,0x2b,0x4a,0xba,0x7c,0x44,0x90,0xb3,0x1a,0x47,0x0a,0x10,0xb4,0x70,0x91,0x0b, +0x47,0x09,0x10,0xb0,0x4a,0x4d,0x00,0xc7,0x0a,0xa8,0x06,0x70,0x93,0x83,0x06,0x66, +0x70,0x93,0x0a,0xa9,0xbf,0x00,0x20,0x4c,0xaa,0x4f,0x00,0x63,0x00,0x00,0x0a,0x8b, +0x36,0x60,0xb5,0x00,0xc1,0xac,0x30,0x00,0x83,0x00,0x08,0x30,0x49,0xb0,0x4b,0x00, +0x47,0x02,0x00,0xf0,0x60,0x2a,0xb1,0x65,0x00,0x09,0x90,0x00,0x65,0x6a,0xa1,0x04, +0x01,0x90,0x8d,0x82,0x90,0x29,0x01,0xa0,0x0a,0x80,0x46,0x09,0x14,0x60,0x91,0x46, +0x09,0x13,0x80,0xb1,0x0b,0xaa,0x10,0xb0,0x0b,0x06,0x41,0x90,0x19,0x64,0x00,0xa9, +0x00,0x07,0xa0,0x00,0xa1,0x3a,0x09,0x16,0x47,0xa0,0xa0,0x28,0x86,0x39,0x00,0xa8, +0x3a,0x60,0x0a,0x60,0xe2,0x00,0x74,0x47,0x0b,0xa0,0x09,0x90,0x19,0xa1,0x92,0x39, +0xa0,0x0a,0x05,0x51,0x90,0x0a,0x54,0x00,0x99,0x00,0x04,0xa0,0x00,0x65,0x00,0x79, +0x00,0x00,0x4a,0xd6,0x00,0xb0,0x08,0x40,0x2a,0x00,0xac,0xa6,0x09,0x30,0x90,0x09, +0x00,0x90,0x85,0x00,0x06,0x00,0x35,0x07,0x30,0x25,0x01,0x00,0x11,0x67,0x12,0x00, +0x20,0x0a,0x40,0x06,0x00,0xf0,0x2b,0x64,0x00,0x39,0x23,0x03,0x08,0x70,0x00,0x00, +0x20,0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa,0xa5,0x90,0x18,0x00,0x00,0x86,0x1d,0xaa, +0x93,0xa0,0x00,0x00,0xba,0x00,0x00,0x00,0x40,0x00,0x00,0x02,0x00,0x00,0x00,0x4f, +0x00,0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00,0x18,0x05,0x76,0xaa,0xb8,0x00,0x6e, +0x00,0x3a,0x08,0xf0,0x0e,0x00,0x00,0x07,0x20,0x00,0x08,0x7b,0x10,0x08,0x60,0x1b, +0x11,0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a,0x09,0x10,0x00,0xaa,0xd1,0x00,0x00, +0x6a,0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e,0x8d,0x08,0x94,0x0a,0x60,0x1c,0x30, +0x0b,0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01,0x20,0x00,0x00,0x08,0x80,0x00,0x00, +0x26,0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60,0x04,0x40,0x08,0x00,0x00,0x80,0x2b, +0x77,0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07,0x44,0x0c,0xa8,0x70,0x48,0x67,0x60, +0x73,0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01,0x55,0x00,0x00,0x14,0x41,0x00,0x03, +0x5c,0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00,0x00,0x91,0x0a,0x00,0x02,0xa0,0x06, +0x93,0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90,0x8a,0xb6,0x70,0x0a,0x17,0x21,0x70, +0x76,0x60,0x39,0x0a,0x40,0x70,0x44,0x00,0x36,0x51,0x03,0xf0,0x4e,0x00,0x76,0x66, +0x02,0x40,0x16,0x07,0x00,0x70,0x1b,0x5a,0x30,0x70,0x97,0x50,0x73,0x60,0x60,0x54, +0x07,0x20,0x03,0x61,0x00,0x00,0x65,0x00,0x00,0x55,0x00,0x55,0xba,0x80,0x51,0x55, +0x50,0x51,0x55,0x50,0x50,0x00,0x50,0x15,0xed,0x40,0x00,0x88,0x00,0x00,0x29,0xa5, +0xb6,0xe5,0x32,0x67,0xb0,0x00,0x60,0x56,0x00,0x7a,0x70,0x00,0xb6,0xd3,0x11,0x00, +0x4b,0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa,0x68,0x68,0xeb,0x64,0x30,0x06,0x6a,0x70, +0x06,0x65,0x30,0x06,0x8d,0xb5,0x58,0x11,0x11,0x10,0xfa,0x00,0xf0,0x1e,0xfd,0x70, +0x70,0x66,0x16,0x72,0x69,0x17,0xbb,0x59,0x9a,0xc9,0x00,0xb5,0x03,0x67,0x20,0x00, +0x64,0x00,0x00,0x0c,0xff,0x40,0x00,0x0f,0xff,0xaf,0xd0,0x05,0xff,0x9f,0xf0,0x07, +0x6c,0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a,0xba,0xaa,0xa0,0xf1,0x09,0xf2,0x27,0x64, +0x00,0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e,0xee,0xec,0x02,0x90,0x00,0x00,0x25,0x00, +0x00,0x35,0x10,0x00,0x03,0x77,0x70,0x00,0x37,0x73,0x00,0x44,0x84,0x00,0x96,0x73, +0xc0,0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20,0x00,0x46,0x67,0x10,0x60,0x06,0x81,0x60, +0x07,0x47,0x60,0x00,0x06,0x03,0x00,0x91,0x76,0x66,0x67,0x27,0x27,0x06,0x27,0x20, +0x66,0x8e,0x01,0xf2,0x07,0x06,0x96,0x00,0x00,0x00,0x03,0x88,0x30,0x00,0x00,0x69, +0x50,0x03,0x88,0x21,0x70,0x05,0x04,0x87,0x10,0x06,0x84,0x2f,0x1c,0x31,0x44,0x00, +0xa4,0xcd,0x01,0xf0,0x0d,0x02,0x2a,0x35,0x10,0x35,0xb3,0x60,0x00,0x3c,0xac,0x40, +0x56,0x88,0x09,0x0a,0x0c,0x50,0xa0,0xa9,0xa3,0xa6,0x00,0x00,0x21,0x00,0x60,0x00, +0x30,0x79,0x06,0xf0,0x1c,0xa0,0x00,0x0b,0x0a,0x01,0x00,0x91,0x82,0x73,0x04,0x21, +0xc9,0x00,0x00,0x00,0x35,0x31,0x00,0x00,0x15,0x85,0x00,0x00,0x00,0x12,0x00,0x05, +0x99,0xd6,0x00,0x00,0x08,0x50,0x00,0x00,0xa9,0xa0,0x00,0x0a,0x40,0x6a,0x92,0x00, +0xec,0x01,0xf1,0x05,0x50,0x10,0x07,0x9a,0x61,0x84,0x04,0x87,0x61,0x03,0xb7,0x12, +0xb0,0xb4,0x40,0x0a,0x07,0xb2,0x8a,0x30,0x8c,0x00,0xf2,0x07,0x19,0x00,0x20,0x07, +0xac,0x92,0xa1,0x01,0x82,0x19,0x38,0x00,0xa0,0x18,0x06,0x05,0x60,0x46,0x00,0x0a, +0x09,0xb1,0x8c,0x00,0xf2,0x0b,0x20,0x01,0x51,0x00,0xa0,0x02,0x63,0x47,0xd9,0x65, +0x60,0x12,0x80,0xa0,0xa0,0x06,0x40,0x90,0x42,0x0a,0x00,0xa0,0x00,0x55,0x5a,0x60, +0x20,0x00,0xf0,0x50,0x32,0x00,0x68,0xac,0x90,0x00,0x09,0x12,0x78,0x8a,0xb3,0x00, +0x01,0xb0,0x81,0x04,0x70,0x77,0x22,0x20,0x04,0x77,0x30,0x00,0x40,0x16,0x38,0x8b, +0xb6,0x41,0x00,0x09,0x11,0x09,0x99,0xca,0x20,0x00,0x02,0x80,0x08,0x00,0x99,0x00, +0xa0,0x00,0x00,0x04,0x9a,0xa3,0x00,0x00,0x00,0x10,0x01,0xb3,0x02,0xa2,0x02,0xb0, +0x00,0x1b,0x20,0x00,0x1b,0x30,0x00,0x0a,0x50,0x00,0x03,0x0a,0x00,0x0a,0x00,0x0a, +0x08,0x9d,0x92,0x09,0x00,0x09,0x00,0x0a,0x30,0x09,0x00,0x0e,0x10,0x0a,0x00,0x09, +0x00,0xa4,0x00,0x1d,0x02,0x32,0x1a,0xaa,0xa0,0x6c,0x00,0x90,0x50,0x00,0x00,0x92, +0x00,0x00,0x2b,0xba,0xa6,0xb6,0x00,0xf3,0x02,0x0a,0x23,0x89,0x9b,0x92,0x00,0x00, +0x90,0x41,0x05,0xc1,0x91,0x00,0x00,0x3b,0x99,0x70,0x74,0x1d,0x82,0xb0,0x00,0x00, +0x0a,0x00,0x00,0x00,0xa0,0x07,0x00,0xf0,0x12,0x90,0x00,0x20,0x0b,0x00,0x2b,0x00, +0x6a,0xa9,0x10,0x00,0x11,0xb1,0x10,0x17,0x76,0xc6,0x62,0x00,0x39,0xc0,0x00,0x00, +0x71,0x92,0x00,0x00,0x18,0xe0,0x00,0x00,0x2a,0x60,0x4f,0x01,0x11,0x00,0x67,0x00, +0xf1,0x0c,0x01,0xa5,0x73,0x38,0x77,0xc7,0x71,0x00,0x48,0xb0,0x00,0x00,0x90,0xb0, +0x00,0x00,0x39,0xd0,0x00,0x00,0x3a,0x40,0x00,0x00,0x41,0x00,0x00,0x41,0x03,0xe1, +0xa0,0x09,0x00,0x02,0xb5,0x6c,0x93,0x46,0xb3,0x29,0x00,0x00,0x90,0x89,0x62,0x00, +0xf2,0x05,0x00,0x7a,0xaa,0x50,0x00,0x00,0x10,0x00,0x68,0xac,0x00,0x00,0x39,0x00, +0x03,0x7d,0x88,0x81,0x54,0x95,0x78,0x00,0x52,0xa5,0x20,0x00,0x00,0x57,0x78,0x03, +0xb0,0x38,0x30,0x00,0x09,0xc9,0x50,0x00,0x00,0x90,0x59,0x90,0x34,0x00,0x81,0x05, +0x61,0x80,0x00,0x0b,0x00,0x99,0x92,0x76,0x00,0xf0,0x0c,0x01,0x00,0x10,0x00,0x46, +0x11,0x85,0x19,0xca,0x50,0x20,0x00,0xa0,0x69,0x80,0x01,0x90,0x00,0x00,0x06,0x52, +0x60,0x00,0x0b,0x00,0xa9,0x90,0x1f,0x00,0x60,0x28,0x99,0x93,0x32,0x00,0x0a,0xbb, +0x05,0x10,0x9b,0xdf,0x00,0x82,0x05,0x9a,0x9b,0x40,0x45,0x00,0x00,0xc0,0xe6,0x00, +0xf2,0x02,0x29,0x50,0x00,0x5a,0x82,0x00,0x15,0x78,0x9a,0xa0,0x14,0x23,0x90,0x00, +0x00,0x09,0x00,0x7a,0x00,0x70,0x09,0x30,0x00,0x00,0x00,0x9c,0x30,0x3f,0x00,0xc1, +0x14,0x67,0x9a,0xa0,0x15,0x33,0xa2,0x30,0x00,0x0a,0x03,0x63,0x1c,0x00,0x70,0x0a, +0x20,0x00,0x00,0x01,0x9c,0x20,0x1c,0x00,0xd1,0x11,0x00,0x00,0x29,0x00,0x40,0x0a, +0x4a,0x60,0x08,0x80,0x00,0x55,0x58,0x01,0xf0,0x1b,0x2a,0xaa,0xa4,0x00,0x12,0x00, +0x00,0x00,0x76,0x21,0x00,0x39,0xe6,0x25,0x90,0x02,0x90,0x02,0x44,0x0b,0x20,0x18, +0x00,0x27,0x28,0x9c,0x10,0x00,0x71,0x1a,0xc1,0x00,0x29,0xa3,0x10,0x70,0x01,0x12, +0x09,0x02,0x88,0x70,0x6e,0x00,0xc0,0x11,0x00,0x00,0xd3,0x90,0x00,0x0c,0x04,0xaa, +0xa1,0x10,0x00,0xcf,0x02,0xf0,0x07,0x86,0x00,0x02,0xa3,0xa2,0xa1,0x0a,0x03,0x70, +0x27,0x09,0x07,0x30,0x09,0x0a,0x2b,0x00,0x65,0x04,0xa2,0x3a,0x90,0x5e,0x01,0x30, +0x10,0x00,0x10,0xde,0x01,0xf4,0x03,0x90,0x79,0xd9,0x39,0x00,0x09,0x00,0x91,0x00, +0x90,0x0c,0x37,0x7c,0x70,0xb0,0x89,0xa1,0x20,0x26,0x1f,0xf0,0x17,0x7c,0x30,0x00, +0x05,0x80,0xb2,0x00,0x3b,0x00,0x1b,0x10,0x01,0x00,0x02,0xc1,0x00,0x00,0x00,0x23, +0x00,0x00,0x02,0x60,0x00,0x6b,0x17,0x42,0x04,0x81,0xb1,0x00,0x3b,0x00,0x3b,0x00, +0x21,0x00,0x04,0x6f,0x01,0xf3,0x3c,0x43,0x38,0x8c,0x84,0x00,0x18,0x00,0x59,0x9c, +0x97,0x00,0x08,0x00,0x38,0x8d,0x60,0x74,0x28,0x49,0x05,0x61,0x00,0x03,0x9a,0x90, +0x00,0x00,0x07,0x30,0x10,0x01,0x6d,0x40,0x90,0x29,0x85,0x5b,0xb0,0x83,0xa0,0x09, +0x53,0x29,0x20,0x86,0x00,0x00,0x00,0x30,0x00,0x00,0x82,0x11,0x00,0x07,0xc6,0x21, +0xb2,0x05,0xc1,0x00,0x01,0x08,0x62,0x00,0x20,0x06,0xc0,0x00,0xa0,0x00,0x88,0x8a, +0x60,0x00,0x7f,0x01,0xf1,0x09,0x02,0x40,0x19,0x00,0x00,0xba,0xcb,0x80,0x05,0xc1, +0x90,0x75,0x09,0x1b,0x70,0x19,0x09,0x1d,0x50,0x56,0x06,0x91,0x38,0x90,0x21,0x01, +0x00,0x4b,0x03,0xf0,0x1f,0x70,0x00,0x07,0xbb,0x90,0x00,0x16,0x30,0x21,0x07,0xca, +0x81,0xa0,0x09,0x10,0x0a,0x00,0x68,0x26,0x90,0x00,0x48,0x50,0x01,0x10,0x00,0x02, +0x9a,0x70,0x26,0x00,0x00,0x45,0x48,0x50,0x7b,0x41,0x49,0x31,0x00,0x0a,0x03,0x67, +0xb2,0x01,0x32,0x33,0x00,0xf2,0x04,0x47,0x8a,0x40,0x6a,0x10,0xb0,0x75,0x00,0xa0, +0x72,0x00,0xa0,0x10,0x02,0x90,0x02,0x8a,0x10,0x02,0xeb,0x00,0x30,0x09,0x9b,0xa0, +0x86,0x08,0xf1,0x01,0x05,0xd8,0x70,0x08,0x81,0x03,0x80,0x33,0x86,0x0a,0x00,0x73, +0x89,0x60,0x00,0x57,0xab,0x01,0x00,0x1a,0x02,0xf3,0x06,0x39,0xd4,0x9b,0x10,0x00, +0xc6,0x05,0x30,0x08,0xb0,0x07,0x20,0x47,0x90,0x09,0x01,0x00,0x90,0x06,0xc6,0x00, +0xaa,0x00,0x01,0x20,0x00,0xf1,0x25,0xd3,0x9a,0x70,0x00,0xd7,0x00,0x76,0x07,0xb0, +0x00,0x19,0x38,0x90,0x00,0x75,0x20,0x90,0x5c,0x70,0x00,0x60,0x10,0x00,0x00,0x03, +0x00,0x00,0x06,0x7b,0x77,0x00,0x02,0xa3,0x10,0x00,0x04,0xb9,0x78,0x90,0x0a,0x17, +0xc1,0x00,0x00,0x92,0x80,0x00,0x00,0x79,0x89,0x40,0x00,0xbd,0x02,0xf0,0x0b,0x10, +0x00,0x00,0x0b,0x10,0x00,0x00,0x46,0x00,0x00,0x00,0xb8,0x30,0x00,0x05,0xa1,0xa0, +0x02,0x0b,0x00,0xa0,0x73,0x27,0x00,0x8a,0x80,0x1f,0x00,0xd1,0x78,0x88,0x95,0x00, +0x40,0x92,0x00,0x94,0x40,0x00,0xa0,0x00,0x09,0x12,0x04,0xc0,0x2a,0x99,0x99,0xb0, +0x00,0x03,0x04,0x80,0x00,0x0b,0x39,0x00,0x99,0x08,0x60,0x00,0x29,0x00,0x00,0x04, +0xb1,0x30,0x01,0x02,0x3b,0x02,0x70,0x03,0xb1,0x02,0x8c,0x00,0x77,0x1a,0x71,0x02, +0x00,0x58,0x02,0x00,0x03,0x03,0xa4,0x00,0x67,0x00,0x01,0xa5,0x00,0x49,0x9b,0x00, +0x16,0x7b,0x03,0x11,0xb0,0x99,0x00,0xf1,0x03,0xa1,0x00,0xc9,0x99,0x9b,0xa0,0x00, +0x28,0x50,0x00,0x82,0x00,0x04,0x80,0x02,0x98,0x00,0x01,0x30,0x02,0xc0,0x59,0xda, +0x92,0x00,0x81,0x00,0x00,0x81,0x00,0x99,0xda,0x95,0x89,0x01,0xb4,0x11,0x11,0x10, +0x08,0x8c,0x98,0x60,0x00,0x09,0x10,0x00,0x04,0x00,0xf3,0x06,0x5a,0xaa,0xaa,0xa1, +0x00,0x03,0x00,0x59,0x9d,0x96,0x00,0x5e,0x00,0x04,0x98,0x00,0x69,0x08,0x00,0x10, +0x6c,0x0d,0x01,0xf1,0x02,0x02,0x99,0x9e,0x99,0x00,0x07,0xd0,0x00,0x09,0x59,0x00, +0x3b,0x20,0x81,0x00,0x00,0x9c,0x73,0x00,0xf3,0x04,0x99,0xd9,0x99,0x00,0x0a,0x00, +0xa0,0x03,0x70,0x09,0x00,0xb1,0x01,0x80,0xa2,0x09,0xb3,0x00,0x00,0xdc,0x03,0xa0, +0x0a,0x01,0x74,0x1a,0x9d,0x99,0x80,0x00,0x19,0x00,0x63,0x07,0x82,0x90,0x01,0xb0, +0x03,0x70,0x0a,0x10,0xac,0x97,0x01,0x10,0x03,0x19,0x03,0xf2,0x02,0x02,0x20,0x08, +0xad,0xa7,0x20,0x01,0x06,0x30,0x10,0x04,0x6a,0xca,0x91,0x06,0x31,0x90,0x73,0x01, +0x00,0x42,0x02,0xf3,0x07,0x01,0x02,0x51,0x00,0x0a,0x01,0x62,0x16,0x9e,0x99,0x20, +0x03,0x09,0x00,0x00,0x02,0x4a,0xaa,0xa0,0x28,0x55,0x70,0x20,0x00,0x12,0x50,0x15, +0x01,0xa0,0xb1,0x00,0x00,0x7a,0x88,0xc0,0x88,0x00,0x47,0x04,0x2f,0x01,0x71,0x0a, +0x40,0x00,0x5b,0x30,0x00,0x16,0x61,0x02,0xe0,0x32,0x00,0x1a,0x00,0x74,0x00,0xa9, +0x9b,0x70,0x0a,0x40,0x09,0x20,0x23,0x49,0x01,0x10,0x02,0x2d,0x00,0x41,0x10,0x00, +0x04,0x40,0x9a,0x00,0x01,0x28,0x01,0xb2,0x04,0xc9,0xba,0xa1,0x1b,0x00,0xa0,0x00, +0x31,0x00,0xa0,0xb7,0x05,0x11,0x77,0x54,0x01,0x00,0x29,0x05,0xe0,0x41,0x00,0xb0, +0x01,0x74,0x02,0xe9,0xaa,0xa1,0x0b,0x10,0xa0,0x00,0x43,0x2d,0x00,0x52,0x06,0x60, +0x00,0x00,0x59,0xd7,0x07,0x34,0x6a,0xaa,0xa8,0x84,0x01,0x00,0x03,0x00,0xb0,0x7a, +0xaa,0xaa,0x00,0xa0,0x0a,0x00,0x49,0xd9,0x9d,0x93,0x08,0x00,0x01,0x04,0x00,0x62, +0x00,0x66,0x00,0x00,0x07,0x90,0x8a,0x04,0xb0,0x20,0x03,0x22,0x00,0xa0,0x0a,0x64, +0x69,0xd9,0x9d,0x92,0xce,0x04,0x72,0x00,0xa0,0x28,0x00,0x00,0x00,0x74,0xcc,0x07, +0x13,0x02,0x2c,0x01,0xf4,0x09,0x97,0x00,0x00,0x02,0x04,0x00,0x00,0x09,0x80,0x00, +0xa1,0x00,0x10,0x09,0x50,0x00,0x03,0xb4,0x00,0x06,0xd9,0x10,0x00,0x01,0x4a,0x01, +0xf1,0x00,0xa5,0x06,0x54,0x01,0x05,0x00,0x30,0x0a,0x60,0x00,0xb0,0x00,0x20,0x09, +0x40,0x20,0x00,0x21,0xc9,0x10,0x3f,0x00,0x41,0x05,0xaa,0xaa,0x20,0xfb,0x01,0x00, +0xa0,0x07,0x80,0x04,0xe2,0x00,0x00,0x69,0x1b,0x20,0x0b,0x1e,0x0d,0x02,0x85,0x02, +0x52,0x63,0x06,0xa9,0x9a,0x51,0x20,0x00,0xe4,0x82,0x00,0x00,0x05,0xd1,0x00,0x00, +0x78,0x2b,0x10,0x1b,0x50,0x02,0xb0,0xe0,0x02,0xa1,0x0a,0x36,0x9a,0x59,0xd5,0x26, +0x50,0x0a,0x02,0x80,0x28,0x05,0xf2,0x06,0xb9,0xa6,0x00,0x30,0x01,0x53,0x00,0xa0, +0x00,0x52,0x00,0xb6,0x9a,0xc0,0x69,0xd3,0x07,0x40,0x00,0xa0,0x27,0x76,0x01,0x21, +0x6a,0x9a,0x17,0x03,0xe0,0x07,0x00,0x00,0x80,0x76,0x00,0x37,0x00,0x80,0x09,0x20, +0x00,0x03,0xa0,0x59,0x01,0x22,0x07,0xa1,0x38,0x01,0xf1,0x00,0x00,0x03,0x52,0x04, +0x00,0x02,0x52,0x0a,0x20,0x05,0x60,0x02,0x90,0x0a,0x10,0xc1,0x02,0x61,0x01,0xb1, +0x00,0x00,0x6b,0x20,0xd3,0x01,0xe0,0x00,0x06,0x10,0x00,0x02,0xe9,0x98,0x01,0xb1, +0x01,0xa1,0xb2,0x92,0x83,0x22,0x23,0x54,0x00,0x69,0x41,0x02,0xb6,0x91,0x04,0xf2, +0x0d,0x31,0x00,0x1b,0x00,0x74,0x00,0x99,0x9a,0x80,0x09,0x51,0x08,0x30,0x34,0x1a, +0x8a,0x00,0x00,0x01,0xcb,0x00,0x00,0x5b,0x10,0x00,0x05,0x50,0x00,0x33,0x02,0x40, +0x89,0xa9,0x40,0x00,0x2e,0x03,0x70,0x99,0xd9,0x94,0x00,0x02,0x70,0x00,0xe4,0x0a, +0x23,0x00,0x89,0xd0,0x01,0xf2,0x00,0x50,0x03,0x54,0x54,0x28,0x07,0x01,0x83,0x00, +0x04,0x90,0x00,0x79,0x00,0x03,0x83,0x03,0xc1,0x04,0x0a,0x00,0x61,0x0b,0x07,0x30, +0xb0,0x06,0x21,0x13,0x80,0x8d,0x03,0x61,0x01,0xb3,0x00,0x00,0x7b,0x30,0xae,0x00, +0x41,0x01,0x99,0x99,0x50,0x20,0x04,0x41,0x99,0xc9,0x94,0x00,0x03,0x06,0x43,0x50, +0x00,0x00,0x5a,0x4e,0x00,0x70,0x00,0x01,0x53,0x05,0x99,0x97,0x53,0x0a,0x00,0x63, +0x49,0x9a,0xa9,0x90,0x00,0x07,0x63,0x01,0x03,0xdf,0x04,0x10,0x19,0x31,0x00,0x51, +0x1e,0x82,0x01,0x92,0x9a,0x0a,0x00,0x10,0x04,0x51,0x00,0xb0,0x0b,0x01,0x67,0xa0, +0x05,0x1a,0xb6,0x10,0xa0,0x5b,0x3a,0x5e,0x02,0x12,0x03,0x16,0x07,0xb2,0x08,0x88, +0xd8,0x84,0x01,0x12,0xa1,0x10,0x00,0x03,0x70,0x0e,0x04,0x16,0xa4,0xa8,0x24,0x57, +0x06,0xaa,0xaa,0x40,0x00,0x01,0x00,0x40,0x3b,0xaa,0xaa,0xb1,0x3c,0x07,0xf1,0x01, +0x05,0x99,0x9c,0x90,0x00,0x00,0x4a,0x00,0x00,0x29,0xb4,0x20,0x0a,0x83,0x91,0xa5, +0x9e,0x00,0x10,0x00,0xad,0x00,0x40,0x73,0x00,0x00,0xb0,0x76,0x0b,0x40,0x1b,0x00, +0x02,0xc2,0xce,0x02,0x01,0x37,0x01,0xf1,0x07,0x23,0x00,0x00,0xa1,0x0b,0x00,0x00, +0xc0,0x08,0x30,0x03,0x80,0x01,0xa0,0x0b,0x10,0x00,0xb0,0x27,0x00,0x00,0x63,0x51, +0x01,0xf1,0x05,0x20,0x22,0x75,0x00,0xb1,0x29,0x00,0x00,0xb0,0x0a,0x10,0x04,0x70, +0x03,0x70,0x0b,0x10,0x00,0xc0,0x47,0x76,0x06,0x01,0xe5,0x02,0xc0,0x76,0x00,0x83, +0x19,0x32,0x00,0xb0,0x09,0x10,0x01,0x90,0x02,0xcd,0x01,0x52,0xb0,0x29,0x00,0x00, +0x83,0xa1,0x05,0x02,0x1a,0x02,0x54,0x03,0x97,0x00,0xda,0x61,0xd8,0x07,0x32,0x09, +0xaa,0xab,0x74,0x04,0xb4,0x25,0x0a,0x00,0x05,0x40,0xa0,0x17,0xa0,0x0a,0xa8,0x30, +0x75,0x04,0x11,0x5a,0x60,0x08,0xa4,0x00,0x60,0x00,0x47,0x3a,0x00,0x49,0x40,0xa9, +0x95,0x34,0x00,0x31,0x06,0xa9,0xaa,0x68,0x05,0x10,0x9a,0x32,0x03,0x10,0x19,0xc9, +0x09,0x75,0x01,0xb0,0x00,0x2b,0x20,0x0a,0x91,0xf4,0x00,0x60,0x02,0x66,0xaa,0xaa, +0xa9,0x10,0xa1,0x05,0x00,0x7b,0x00,0x84,0x2a,0x00,0x00,0x3b,0x10,0x00,0xb8,0x10, +0x21,0x01,0x71,0x6a,0xaa,0xaa,0xb6,0x00,0x00,0x38,0xea,0x01,0xa9,0x02,0xa0,0x00, +0x03,0xb1,0x00,0x0b,0x81,0x00,0x00,0xc2,0x06,0xa7,0xa3,0x00,0x3b,0x00,0x0b,0x30, +0x01,0x00,0x01,0xc2,0xc2,0x06,0x12,0x41,0xc2,0x06,0x41,0x1b,0x10,0x11,0x00,0xe9, +0x02,0xe0,0x43,0x00,0x00,0x04,0x61,0x00,0x7b,0x45,0x62,0x06,0x70,0x94,0x00,0x4a, +0x2a,0x04,0x30,0x00,0x00,0xb3,0xab,0x07,0x05,0x4f,0x02,0xd1,0x20,0xa0,0x20,0x03, +0x80,0xa0,0xa0,0x09,0x00,0xa0,0x36,0x00,0x2a,0xa0,0x05,0x02,0x79,0x03,0x70,0x09, +0x14,0x62,0x59,0x9d,0xa9,0x80,0xe8,0x07,0xe1,0x09,0x29,0x08,0x20,0x47,0x09,0x01, +0xa0,0x30,0x1a,0x00,0x20,0x00,0x67,0x5f,0x02,0x56,0x62,0x00,0x09,0x14,0x52,0x20, +0x00,0xa0,0x09,0x30,0x47,0x09,0x01,0xc0,0x30,0x1a,0x00,0x30,0x20,0x00,0x50,0x19, +0x99,0x99,0xa2,0x00,0xf1,0x00,0xa0,0x30,0x0b,0x20,0x00,0x88,0xb2,0x00,0x00,0x06, +0x90,0xe8,0x07,0x04,0x5c,0x00,0xf4,0x03,0x08,0xaa,0x61,0x00,0x00,0x42,0x1a,0x96, +0x10,0x00,0x04,0x70,0x56,0x30,0x00,0x03,0x7a,0xa1,0x1a,0x00,0x13,0x0b,0x54,0x08, +0x20,0x55,0x01,0xff,0x08,0x96,0x20,0x01,0xa1,0x36,0xb0,0x3b,0xa9,0x75,0x93,0xf9, +0x00,0xf0,0x0b,0x74,0x00,0x91,0x0b,0x00,0x02,0xba,0x50,0x00,0x04,0xe7,0x00,0x04, +0xb0,0x88,0x09,0x80,0x00,0x30,0x10,0x00,0x00,0x05,0x99,0x99,0x60,0x38,0x00,0x42, +0x09,0x9d,0x99,0x92,0x78,0x08,0x00,0xad,0x03,0x21,0xba,0xa0,0x4a,0x01,0xb0,0x20, +0x00,0x16,0xa8,0x9a,0x55,0xa0,0x92,0x00,0xa1,0x30,0x6e,0x0b,0x12,0x15,0x91,0x03, +0xe2,0xb0,0x00,0x40,0x14,0xca,0x98,0xd1,0x25,0x57,0x07,0x40,0x00,0x0a,0x16,0x32, +0x00,0x33,0x06,0x40,0x00,0x2e,0x06,0x31,0x09,0x99,0xc0,0xc6,0x01,0xc0,0x90,0x79, +0x9a,0xc9,0x02,0x88,0x89,0x30,0x00,0x11,0x16,0x50,0xf3,0x07,0x02,0x2c,0x06,0xf0, +0x05,0x0b,0x00,0x1a,0xaa,0xaa,0xa6,0x39,0x88,0x90,0x00,0x00,0x90,0x29,0x88,0xd0, +0x00,0x00,0x90,0x49,0x99,0x06,0x00,0x32,0x69,0x99,0x96,0x18,0x05,0x30,0x39,0x99, +0x9a,0x1e,0x05,0x00,0x06,0x00,0x40,0x01,0x09,0x99,0x95,0x52,0x00,0x70,0x79,0x99, +0x9d,0x00,0x00,0x02,0x90,0x15,0x04,0x53,0x18,0xa1,0x00,0x01,0x30,0xef,0x00,0x21, +0x19,0x0a,0x03,0x00,0x10,0x09,0x2a,0x0f,0x40,0xa2,0x00,0x4b,0x50,0x83,0x03,0x26, +0xa0,0xa0,0x04,0x00,0xa1,0x90,0xa0,0x14,0x06,0x50,0xa3,0xa1,0x2a,0x00,0xb9,0x31, +0x00,0x05,0x69,0x0a,0xa2,0x01,0x10,0xa0,0x01,0xa1,0x0a,0x17,0xa1,0x00,0xea,0x4a, +0x00,0x65,0x8a,0xaa,0xa8,0xa0,0x00,0x0a,0x03,0x00,0xe0,0xa9,0x99,0x9b,0x99,0x99, +0x98,0x0a,0x00,0x00,0xb0,0xa0,0x00,0x19,0x01,0x44,0x02,0x50,0x06,0x80,0x00,0x3b, +0x70,0xfe,0x03,0x00,0x7d,0x09,0x20,0x00,0x87,0x27,0x09,0x20,0x0a,0x20,0x0a,0x0b, +0x33,0x4b,0x40,0x07,0x76,0x02,0xc5,0x2a,0xaa,0xaa,0xa1,0x01,0x00,0x00,0x10,0x4a, +0xaa,0xaa,0xa8,0x46,0x01,0x01,0x04,0x00,0x24,0x99,0x90,0x0c,0x00,0x41,0x79,0x9d, +0x99,0x93,0xcf,0x00,0x00,0x6a,0x01,0x01,0x02,0x0a,0xa1,0xa3,0x00,0x00,0x09,0x08, +0x70,0x00,0x09,0x00,0x10,0x10,0x00,0x10,0x09,0xfe,0x01,0xf0,0x03,0xe9,0x96,0x00, +0x05,0x90,0x00,0x00,0x3b,0x9a,0x10,0x06,0xa2,0x81,0xb2,0x26,0x01,0x80,0x05,0xfb, +0x12,0x00,0x04,0x00,0xf1,0x13,0x22,0x22,0x22,0x20,0x46,0x6b,0x66,0x61,0x38,0x8c, +0x98,0x80,0x53,0x38,0x03,0x90,0x53,0x78,0x08,0x90,0x53,0xcc,0x88,0x90,0x53,0x00, +0x00,0x90,0x53,0x00,0x06,0xa0,0x00,0x09,0xe2,0x00,0xe1,0xc8,0x8d,0x88,0x99,0x00, +0x90,0x09,0xd9,0x9d,0x99,0x96,0x00,0x90,0x06,0x15,0x00,0xf1,0x13,0x90,0x00,0x00, +0x01,0x34,0x60,0x07,0x78,0x93,0x00,0x08,0xb9,0xaa,0x92,0x28,0xc9,0xbb,0x96,0x00, +0x93,0x56,0x30,0x18,0x8f,0xf9,0x83,0x03,0xa5,0x7a,0x50,0x37,0x03,0x50,0x57,0xb8, +0x01,0x51,0x9a,0xe1,0x00,0x03,0xb2,0xe4,0x06,0x51,0x08,0x00,0x00,0x00,0x80,0x07, +0x00,0xf0,0x0e,0x59,0x60,0x00,0x00,0x60,0x09,0x00,0x07,0x44,0x09,0x00,0x1d,0x09, +0x1c,0x97,0x9b,0x4d,0x79,0x08,0x09,0x19,0x09,0x27,0x09,0x09,0x05,0x84,0x09,0x09, +0xd3,0x17,0x22,0x88,0x97,0x36,0x29,0xf1,0x01,0x00,0x90,0x06,0x50,0x00,0x90,0x1e, +0x39,0x99,0xd5,0x8c,0x02,0x00,0x90,0x19,0x06,0xef,0x0e,0x30,0x90,0x09,0x00,0xfd, +0x0e,0x24,0x69,0x70,0x84,0x02,0xf4,0x09,0x01,0x84,0x09,0x00,0x07,0x3a,0x09,0x00, +0x1e,0x1c,0x9d,0x93,0x8b,0x32,0x09,0x00,0x08,0x49,0x9d,0x97,0x08,0x00,0x09,0x00, +0x04,0x00,0x01,0x01,0x00,0xf1,0x08,0x80,0x25,0x92,0x06,0x68,0x79,0x00,0x3f,0x00, +0x18,0x00,0x89,0x58,0x8c,0x86,0x09,0x00,0x28,0x00,0x09,0x00,0x18,0x00,0x08,0x00, +0xf1,0x11,0x28,0x88,0x85,0x00,0x30,0x31,0x00,0x03,0x60,0x44,0x00,0x0c,0x18,0x88, +0x91,0x7c,0x07,0x10,0x90,0x09,0x04,0x42,0x60,0x09,0x02,0x76,0x20,0x09,0x38,0x8c, +0x84,0x09,0x7b,0x0c,0xf1,0x0f,0x15,0x80,0x06,0x3b,0x6a,0x00,0x1d,0x08,0x09,0x00, +0x8b,0x0c,0x8c,0x85,0x09,0x08,0x08,0x00,0x09,0x08,0x05,0x30,0x09,0x08,0x35,0x76, +0x09,0x2b,0x56,0x95,0x15,0x06,0xf0,0x0d,0x50,0x90,0x00,0x09,0x10,0x90,0x00,0x2d, +0x69,0xfc,0x93,0x8b,0x05,0xb8,0x00,0x09,0x08,0x93,0x70,0x09,0x99,0xc8,0xa4,0x09, +0x00,0x90,0x00,0x09,0xfb,0x00,0xf2,0x00,0x71,0x50,0x00,0x06,0x37,0xa8,0x84,0x1e, +0x18,0x90,0x00,0x8b,0x51,0x98,0x82,0x18,0x00,0x22,0x98,0x83,0x08,0x00,0x15,0x90, +0x55,0x03,0x00,0xde,0x00,0xf1,0x0d,0x07,0x79,0x9d,0x97,0x2e,0x18,0x8c,0x84,0x8a, +0x17,0x09,0x08,0x08,0x1a,0x8c,0x86,0x08,0x09,0x64,0x00,0x08,0x02,0xf6,0x00,0x08, +0x59,0x15,0xa7,0x17,0x06,0xf3,0x0f,0x45,0xc8,0x8a,0x60,0x1c,0x0c,0x88,0x96,0x07, +0x90,0x00,0x90,0x00,0x08,0x48,0xae,0x87,0x00,0x80,0x1a,0xc7,0x00,0x08,0x2b,0x19, +0x75,0x00,0x85,0x10,0x90,0xa7,0x06,0xf0,0x0c,0x30,0x30,0x00,0x05,0x52,0x65,0x21, +0x0c,0x25,0x55,0x53,0x7b,0x06,0x77,0x60,0x08,0x06,0x66,0x60,0x08,0x0b,0x77,0xb0, +0x08,0x08,0x00,0x80,0x08,0x00,0xf3,0x2e,0x03,0x30,0x80,0x00,0x09,0x05,0xc7,0xb2, +0x3c,0x55,0x5a,0x40,0x79,0x87,0x76,0x85,0x09,0x81,0x75,0x30,0x09,0x80,0x77,0x43, +0x09,0x10,0x27,0x80,0x09,0x07,0xa4,0x00,0x00,0x50,0x33,0x00,0x07,0x59,0x99,0x93, +0x2d,0x06,0x21,0x70,0x6a,0x48,0x9a,0x95,0x09,0x07,0x88,0x80,0x09,0x08,0x00,0x90, +0x09,0x0b,0x77,0xc0,0x09,0xb2,0x00,0xf1,0x90,0x01,0x70,0x08,0x00,0x08,0x49,0xac, +0x94,0x3d,0x00,0x99,0x80,0x9a,0x44,0xb6,0xc0,0x09,0x44,0xc6,0xc0,0x09,0x44,0xa3, +0xa0,0x09,0x45,0x44,0x40,0x09,0x27,0x77,0x73,0x00,0x50,0x41,0x00,0x05,0x6a,0x88, +0xa1,0x1d,0x2a,0x77,0xb1,0x7a,0x2a,0x77,0x71,0x08,0x3d,0x56,0x43,0x08,0x4b,0xaa, +0x93,0x08,0x78,0x56,0x43,0x08,0x77,0x56,0x72,0x00,0x50,0x23,0x00,0x06,0x68,0x88, +0x85,0x1c,0x09,0x66,0xb0,0x7a,0x05,0x66,0x70,0x08,0x78,0x77,0x79,0x08,0x26,0x8a, +0x72,0x08,0x00,0x26,0x00,0x08,0x02,0x94,0x00,0x04,0x42,0x73,0x20,0x0a,0x49,0xca, +0x91,0x3c,0x5a,0xb9,0x92,0x7a,0x4e,0x87,0x70,0x09,0x7b,0x4a,0xb0,0x09,0x0a,0x3a, +0xa0,0x09,0x0c,0x7c,0xc0,0x09,0x09,0x08,0xa0,0x00,0x41,0x30,0x00,0x05,0x5a,0x7b, +0x00,0x0b,0x7b,0x8a,0xb0,0x7a,0x09,0xc8,0x90,0x08,0x38,0x93,0x70,0x08,0x16,0x6b, +0x60,0x08,0x25,0x88,0x72,0x08,0x55,0x66,0xfc,0x06,0x31,0x05,0x88,0x88,0x48,0x05, +0xf1,0x04,0x29,0xaa,0x9b,0x96,0x00,0x63,0x17,0x00,0x00,0x80,0x17,0x00,0x01,0x90, +0x17,0x08,0x1a,0x10,0x0b,0x69,0x02,0x00,0xaa,0x05,0xf2,0x0c,0x29,0x99,0xc9,0x96, +0x00,0x65,0x06,0x00,0x05,0xb6,0x79,0xc1,0x02,0x59,0x46,0x23,0x00,0x56,0x36,0x00, +0x00,0xa1,0x36,0x08,0x1a,0x40,0x1b,0x24,0x00,0x00,0xd8,0x03,0x10,0x39,0x2d,0x05, +0x00,0x3e,0x07,0x40,0x91,0x00,0x00,0x37,0xcd,0x06,0x70,0x09,0x40,0x19,0x20,0x00, +0xc4,0x31,0x44,0x0a,0x00,0x06,0x08,0xb0,0x19,0x66,0x00,0x05,0x80,0x04,0x81,0x48, +0x89,0xa8,0x88,0x5d,0x03,0x40,0x01,0x89,0xc8,0x50,0x08,0x00,0x70,0x18,0x89,0xc8, +0x85,0x00,0x30,0x13,0x90,0x09,0xf1,0x06,0x10,0x08,0x31,0x02,0xa0,0x46,0x0a,0x10, +0x46,0x00,0x47,0x03,0x00,0x01,0xa0,0x09,0x30,0x0b,0xb9,0x99,0xb0,0x21,0x07,0x30, +0x81,0x09,0x00,0x04,0x00,0x40,0x09,0xc9,0x9d,0x95,0x08,0x00,0xf1,0x09,0x39,0xc9, +0x9d,0x97,0x00,0x32,0x05,0x00,0x05,0x90,0x03,0xa1,0x05,0x00,0x00,0x23,0x01,0xb7, +0x77,0xa0,0x01,0xa5,0x55,0xa0,0x08,0x00,0xc0,0xb6,0x66,0xa0,0x29,0xb8,0x88,0xb6, +0x03,0xa1,0x06,0x81,0x25,0x42,0x05,0xf0,0x06,0x09,0x00,0x08,0x88,0xc8,0x85,0x90, +0x18,0x00,0x99,0x04,0xb0,0x09,0x90,0xa3,0xa0,0x9a,0xa3,0x04,0x79,0x91,0x08,0x2c, +0x60,0x03,0x96,0x0d,0x99,0xd9,0x99,0xb3,0x01,0x00,0x04,0x00,0x50,0x0d,0x99,0x99, +0x99,0x08,0x1f,0x04,0x01,0x04,0x00,0x20,0x02,0x96,0x98,0x00,0xf0,0x0a,0x06,0x99, +0xc8,0xb0,0x07,0x67,0xa5,0xb0,0x07,0x33,0x92,0xa0,0x3c,0x98,0x98,0xc7,0x07,0x10, +0x00,0x90,0x07,0x10,0x08,0xa0,0x00,0x7f,0x0f,0xf0,0x18,0xa0,0x90,0xa0,0x0a,0x0a, +0x08,0x99,0xd9,0xb0,0x30,0x0a,0x01,0x1a,0x00,0xa0,0x54,0xd9,0x9d,0x9b,0x40,0x00, +0x00,0x54,0x00,0x22,0x04,0x00,0x00,0xb0,0x07,0x30,0x07,0x50,0x00,0xa2,0x2a,0x9a, +0x99,0x87,0xdd,0x0d,0xc1,0x00,0x38,0x00,0x80,0x00,0xa1,0x02,0x70,0x0a,0x30,0x7a, +0x30,0x9b,0x09,0xf4,0x0f,0x03,0x33,0x30,0x5a,0x75,0xb5,0xb0,0x02,0x80,0x90,0x90, +0x09,0x71,0x90,0x90,0x6e,0xa0,0x90,0x90,0x59,0x43,0x60,0x90,0x09,0x09,0x10,0x90, +0x09,0x45,0x28,0xbd,0x03,0xf1,0x05,0x09,0x0c,0x8c,0x17,0x09,0x0c,0x7c,0x18,0x09, +0x03,0x72,0x18,0x09,0x04,0x8b,0x28,0x09,0x06,0x08,0x03,0x5c,0x03,0x44,0x43,0x68, +0x03,0x97,0x99,0x07,0xf2,0x24,0x6a,0x80,0x09,0x34,0x80,0x35,0x96,0x8c,0x74,0x59, +0x07,0xc1,0x35,0x90,0xa9,0x93,0x59,0x94,0x81,0x12,0x94,0x18,0x00,0x09,0x01,0x80, +0x07,0xa0,0x24,0x84,0x30,0x09,0x09,0x88,0x0a,0x09,0x0a,0xc9,0x0a,0x09,0x09,0x29, +0x0a,0x09,0x0b,0x5b,0x0a,0x09,0x0c,0x8c,0x06,0xa0,0x03,0x41,0x3a,0x04,0x87,0x00, +0x0e,0x08,0xf2,0x01,0x02,0x40,0x26,0xc7,0x6c,0x75,0x04,0x44,0x12,0x32,0x0a,0x5a, +0x18,0x53,0x0a,0x7b,0x04,0x00,0x85,0x08,0x07,0x11,0x53,0x08,0x3a,0x03,0xa1,0x49, +0x04,0xf4,0x10,0xa1,0x10,0x08,0x87,0x97,0xa6,0x08,0x26,0xb6,0x49,0x08,0x06,0xb6, +0x09,0x08,0x36,0xb6,0x49,0x08,0x0a,0x88,0x35,0x08,0x0b,0x79,0x40,0x08,0x07,0x03, +0x42,0x96,0x51,0x05,0x41,0x49,0x9d,0x99,0xc1,0xf4,0x00,0xc1,0x28,0x00,0x90,0x00, +0x92,0x00,0x90,0x06,0x80,0x00,0x90,0x58,0xd6,0x04,0x02,0xb6,0x04,0xc0,0x8e,0xb1, +0x90,0x00,0x09,0x09,0xd9,0xb0,0x09,0x00,0x90,0x80,0xb1,0x04,0xb1,0x4c,0x93,0x70, +0x90,0x41,0x0a,0x10,0x90,0x00,0x75,0x29,0xf8,0x00,0x01,0x3f,0x05,0xf3,0x07,0x07, +0xaa,0x6d,0x8a,0x91,0xa0,0x90,0x98,0x09,0x09,0x09,0x80,0x90,0x90,0x88,0x09,0x75, +0x27,0xa8,0xda,0x4a,0x28,0xae,0x04,0x00,0x4d,0x04,0xf5,0x0f,0x08,0x00,0x6a,0xca, +0x08,0x00,0x06,0x13,0x8c,0xb0,0x63,0x18,0x08,0x70,0x17,0x81,0x17,0x80,0x02,0xd0, +0x44,0x80,0x0a,0x55,0x90,0x80,0x62,0x04,0x55,0x90,0x28,0x00,0xf6,0x0f,0x89,0x08, +0x00,0xbe,0xd9,0x08,0x00,0x48,0x96,0x9d,0xc1,0x88,0x99,0x26,0x80,0x88,0x99,0x44, +0x80,0x49,0xa6,0x91,0x80,0x03,0x75,0xb0,0x90,0x89,0x7b,0x26,0x56,0x04,0xf0,0x28, +0xa0,0x90,0x00,0x07,0x30,0x90,0x62,0x2f,0x10,0x92,0xa0,0x9a,0x10,0xcb,0x10,0x08, +0x15,0xd0,0x00,0x08,0x68,0x90,0x03,0x08,0x10,0x90,0x08,0x08,0x10,0xa9,0xb4,0x03, +0x14,0x10,0x60,0x03,0xa6,0x96,0xa0,0x09,0x34,0x93,0x91,0x09,0x78,0xb7,0xb1,0x07, +0x78,0xb7,0x91,0x28,0x89,0xc8,0x87,0x8e,0x18,0x02,0x04,0x00,0x60,0x80,0x00,0x06, +0x99,0xc9,0x91,0x08,0x00,0x01,0x18,0x00,0xb1,0x28,0x05,0x00,0x00,0x90,0x05,0x60, +0x09,0xb9,0x99,0xc2,0x8c,0x09,0xf0,0x0d,0x12,0x46,0x30,0x3a,0x6a,0x34,0x20,0x2a, +0x5a,0x5b,0x50,0x82,0x22,0x22,0xa0,0x19,0xa8,0x9c,0x10,0x00,0x94,0xb3,0x00,0x04, +0x8a,0x96,0x20,0x44,0x1d,0x03,0x12,0x03,0xb1,0x06,0xf1,0x1d,0x29,0xac,0x99,0x96, +0x00,0x91,0x00,0x00,0x06,0xe8,0x88,0xc1,0x36,0x90,0x00,0x71,0x00,0x99,0x99,0xc1, +0x00,0x90,0x00,0x71,0x0a,0x88,0x8b,0x40,0x08,0x88,0x89,0x30,0x57,0x77,0x77,0x71, +0x04,0x81,0x11,0x10,0x04,0x88,0x8c,0x30,0x2a,0x01,0x22,0x04,0x88,0xe9,0x00,0x00, +0x48,0x0b,0xf0,0x08,0x3a,0x93,0x00,0x18,0x91,0x19,0x81,0x64,0x77,0x77,0x35,0x05, +0x88,0x88,0x50,0x09,0x00,0x01,0x80,0x09,0x88,0x89,0x80,0x08,0x00,0xf0,0x26,0x0c, +0x88,0x88,0x97,0x08,0x57,0x77,0x37,0x08,0x38,0x76,0x17,0x08,0x62,0x08,0x17,0x08, +0x69,0x8b,0x17,0x08,0x31,0x00,0x17,0x08,0x00,0x02,0x95,0x00,0x17,0x00,0x00,0x1a, +0x98,0xa7,0x29,0x60,0x19,0x00,0x02,0xc9,0x10,0x29,0xdc,0x88,0x81,0x19,0x00,0x09, +0x00,0xc8,0x88,0xb0,0x6d,0x12,0xf0,0x24,0x63,0x00,0x08,0x8d,0x88,0x83,0x90,0x00, +0x03,0x69,0x38,0x87,0x26,0x95,0x20,0x82,0x69,0x59,0x89,0x26,0x92,0x10,0x02,0x69, +0x00,0x05,0xa4,0x18,0x89,0xe8,0x85,0x00,0x2b,0x87,0x10,0x29,0x71,0x81,0x96,0x04, +0x89,0xd8,0x70,0x05,0x40,0x00,0x90,0x05,0xa8,0x88,0xb0,0x08,0x00,0x01,0x90,0x00, +0xb0,0x49,0x85,0x00,0x3a,0x65,0x55,0xa4,0x25,0x88,0x99,0x21,0x1c,0x0a,0x41,0x09, +0x88,0x88,0x90,0x04,0x00,0x00,0x05,0x02,0x71,0x80,0x90,0x00,0x06,0xc8,0xd8,0x81, +0x27,0x02,0xf0,0x1c,0x88,0xa8,0x86,0x02,0x88,0x88,0x70,0x04,0x40,0x00,0x90,0x04, +0xa8,0x88,0xb0,0x04,0x50,0x00,0x90,0x0b,0x89,0xd8,0xd0,0x94,0x8c,0x69,0x09,0x68, +0xa7,0x90,0x93,0x77,0x59,0x09,0x63,0x07,0x94,0x56,0x97,0x69,0x80,0x00,0x06,0x0d, +0x04,0xf0,0x3f,0x0c,0x7b,0x68,0x79,0x0c,0x6a,0x68,0x69,0x0b,0x66,0x36,0x69,0x08, +0x49,0x78,0x09,0x08,0x43,0x08,0x09,0x08,0x49,0x75,0x09,0x08,0x00,0x03,0x96,0x3a, +0xa4,0xb7,0xa0,0x28,0x86,0x96,0x80,0x68,0x9c,0x9d,0x82,0x07,0x60,0x29,0x20,0x8c, +0x95,0xa9,0xd3,0x07,0x25,0x80,0x90,0x0c,0x95,0xb8,0x90,0x89,0x99,0x99,0xd8,0x06, +0x88,0x49,0x80,0x90,0x08,0x98,0x09,0x00,0x89,0x80,0x68,0x84,0x98,0x98,0x88,0x8d, +0x80,0xad,0x12,0xf0,0x24,0xa8,0xa8,0xd8,0x4c,0x7c,0x79,0x80,0x80,0x80,0x98,0x5c, +0x7c,0x79,0x83,0x70,0x80,0x98,0x98,0x89,0x8c,0x81,0x00,0x00,0x90,0x0c,0x88,0xb8, +0x89,0x08,0x77,0xc7,0x49,0x08,0x00,0x80,0x09,0x08,0x68,0x7c,0x09,0x08,0x57,0x6a, +0x09,0x0c,0x88,0x88,0x89,0x08,0x00,0x00,0x08,0x00,0x11,0x84,0x9b,0x06,0x30,0x89, +0xd9,0x90,0x08,0x00,0xc0,0x18,0x00,0x90,0x00,0x54,0x00,0x90,0x00,0x63,0x88,0x88, +0x85,0x7a,0x0d,0x40,0x28,0x9d,0x88,0x86,0xca,0x01,0xd0,0x04,0x90,0x08,0x00,0x3c, +0x56,0x8d,0x83,0x13,0x50,0x09,0x00,0x03,0x04,0x00,0x20,0x68,0x8d,0x9c,0x0c,0x01, +0xeb,0x11,0xf1,0x0d,0x09,0x01,0xd8,0x85,0x5d,0x8a,0x31,0x18,0x09,0x03,0x91,0x08, +0x09,0x00,0x06,0x28,0x0a,0xa1,0x49,0x47,0x66,0x06,0x50,0x35,0x00,0x00,0x08,0xa2, +0x7a,0x0a,0x00,0x04,0x00,0xf2,0x05,0x0a,0x8c,0x89,0x4d,0x8a,0x8c,0x89,0x08,0x0a, +0x4b,0x49,0x08,0x32,0x4b,0x32,0x4d,0x87,0x9d,0x86,0x42,0x67,0x03,0x20,0x98,0x00, +0x99,0x0e,0xf2,0x10,0x8c,0x5a,0x88,0x80,0x48,0xc7,0x91,0x85,0x00,0x74,0x4a,0x87, +0x60,0x39,0xc6,0x98,0x35,0x04,0x8c,0x79,0x4c,0x00,0x00,0x80,0x95,0xd3,0x00,0x08, +0x0a,0x90,0x90,0x5f,0x0d,0xf0,0x08,0x00,0x63,0x00,0x03,0x58,0x46,0x71,0x18,0x55, +0x98,0x45,0x01,0x48,0xa9,0x81,0x08,0x37,0x53,0x91,0x09,0xb9,0xe8,0x83,0xbb,0x02, +0x42,0x27,0x78,0xb7,0x76,0x2e,0x0e,0xf0,0x0f,0x90,0x90,0x07,0x09,0xaa,0xa7,0x4c, +0x9a,0x6b,0x68,0x07,0x0a,0x5b,0x58,0x07,0x24,0x88,0x82,0x3c,0x88,0x54,0x84,0x21, +0x07,0x43,0x74,0x00,0x07,0x87,0xa4,0x2c,0x00,0xf1,0x06,0x18,0x88,0xc8,0x85,0x05, +0x88,0xa8,0x82,0x05,0x88,0x87,0x81,0x08,0x01,0x70,0x71,0x0a,0x88,0x98,0xb1,0x19, +0xa0,0x05,0x00,0x20,0x04,0xf1,0x0f,0x50,0x00,0x18,0x8c,0x9b,0x85,0x05,0x49,0x27, +0x80,0x07,0x09,0x26,0x24,0x00,0x4d,0x77,0x30,0x09,0x88,0x29,0x00,0x01,0x5a,0xc7, +0x30,0x27,0x30,0x03,0x66,0xac,0x04,0xf0,0x0d,0x70,0x09,0x00,0x06,0xb9,0x29,0x00, +0x09,0x08,0x1b,0x00,0x48,0x1b,0x0c,0x90,0x11,0xa8,0x09,0x38,0x00,0xa2,0x09,0x00, +0x07,0x70,0x09,0x00,0x47,0xd5,0x00,0x10,0x07,0x59,0x1b,0xf1,0x0a,0x8d,0x10,0x07, +0x55,0x95,0x00,0x02,0x7a,0x84,0x00,0x28,0x37,0x98,0xd4,0x02,0x94,0x56,0x80,0x00, +0x05,0xc5,0x00,0x29,0x84,0x00,0x67,0x03,0x00,0x2e,0x03,0xf0,0x09,0x29,0x9a,0xc9, +0x97,0x00,0x07,0xc0,0x00,0x00,0x0a,0x37,0x00,0x00,0x84,0x0a,0x20,0x19,0x60,0x00, +0x95,0x02,0x00,0x00,0x02,0x32,0x01,0x80,0x08,0x8c,0x99,0x40,0x09,0x09,0x01,0x80, +0x04,0x00,0xf1,0x11,0x79,0x9e,0xc9,0x93,0x00,0x66,0x91,0x00,0x18,0x80,0x1a,0x60, +0x52,0x00,0x00,0x43,0x06,0x28,0x00,0x00,0x0c,0x8c,0x88,0x50,0x47,0x19,0x11,0x00, +0x40,0x09,0x00,0x00,0x20,0x00,0x80,0x47,0x90,0x00,0x06,0x90,0x1a,0x40,0x64,0x8c, +0x0d,0xf2,0x16,0x80,0x12,0x50,0x16,0x89,0x86,0x71,0x02,0x99,0x89,0xc6,0x28,0x91, +0x70,0x90,0x00,0x51,0x64,0x40,0x28,0x8b,0xc8,0x86,0x01,0x69,0x29,0x30,0x27,0x30, +0x01,0x56,0x00,0x06,0x00,0x00,0x29,0x9d,0xa3,0x03,0xd1,0x03,0x83,0x89,0xd1,0x3d, +0x50,0x09,0x10,0x14,0x68,0x8d,0x87,0x03,0xdd,0x01,0x03,0x8b,0x03,0xf1,0x0f,0x05, +0x10,0x00,0x69,0x9a,0xa9,0xa1,0x73,0x55,0x55,0x71,0x00,0x22,0x22,0x00,0x69,0xba, +0xb9,0x92,0x00,0x81,0x71,0x00,0x00,0x90,0x71,0x14,0x59,0x20,0x59,0x1e,0x0c,0x00, +0x48,0x00,0xf4,0x0d,0x69,0x9b,0x99,0xb0,0x70,0x00,0x00,0x80,0x04,0x8d,0x88,0x00, +0x08,0x19,0x88,0x30,0x0b,0x29,0x00,0x00,0x28,0x9a,0x00,0x00,0x91,0x2b,0x99,0x92, +0xd3,0x03,0xf0,0x0d,0x2b,0x89,0x98,0xa5,0x18,0x79,0xa7,0x83,0x01,0x46,0x84,0x20, +0x01,0x37,0x73,0x20,0x28,0x8d,0xd8,0x85,0x02,0x93,0x2a,0x40,0x16,0x00,0x00,0x55, +0x44,0x00,0xf0,0x2a,0x88,0x88,0x88,0xb1,0x43,0x82,0x48,0x40,0x38,0x2b,0x82,0x70, +0x05,0x90,0x39,0x20,0x9c,0x98,0x8d,0x92,0x06,0x10,0x09,0x00,0x06,0x98,0x8c,0x00, +0x03,0x50,0x00,0x90,0x37,0xb6,0x00,0x90,0x13,0x48,0x99,0xd6,0x08,0x53,0x20,0x90, +0x06,0xc0,0x91,0x90,0x01,0xe1,0x34,0x90,0x09,0x38,0x00,0x90,0x54,0x9d,0x19,0x02, +0x8f,0x05,0x00,0x04,0x00,0x00,0x9c,0x09,0xf1,0x05,0x80,0x07,0x20,0x90,0x91,0x0b, +0x00,0x90,0x28,0x45,0x00,0x90,0x0b,0x00,0x00,0x90,0x01,0x00,0x4a,0x60,0x62,0x04, +0x40,0x05,0x19,0x04,0x20,0xcf,0x08,0xf2,0x00,0x72,0x09,0x00,0x53,0x00,0x08,0x07, +0x20,0x00,0x01,0x86,0x00,0x47,0x98,0x10,0x18,0x16,0x12,0x22,0xec,0x0e,0x60,0x58, +0xd8,0x88,0x81,0x00,0x90,0xda,0x0c,0x02,0x0d,0x03,0xf1,0x15,0x75,0x00,0x90,0x00, +0x53,0x99,0xd9,0x93,0x00,0x50,0x04,0x20,0x07,0xba,0x9c,0x83,0x03,0x59,0x85,0x50, +0x01,0x3b,0x33,0x30,0x28,0xbb,0x88,0x86,0x02,0xa7,0x99,0x70,0x28,0x87,0xaa,0x75, +0x10,0x02,0xf0,0x0d,0x50,0x91,0x70,0x09,0xb9,0xca,0xa4,0x07,0x67,0x77,0x37,0x01, +0x91,0x16,0x41,0x00,0x45,0xb5,0x10,0x08,0x98,0xd8,0xd0,0x08,0x00,0x94,0xb0,0x00, +0xba,0x09,0xc0,0x9a,0xc9,0x93,0x02,0x61,0x71,0x90,0x00,0x71,0x75,0x10,0x39,0xf4, +0x01,0x05,0x6f,0x05,0x11,0x70,0x70,0x02,0xf3,0x2d,0x0b,0x8a,0x9a,0x83,0x0a,0x7c, +0x7c,0x72,0x09,0x09,0x1a,0x00,0x08,0x06,0x66,0x00,0x27,0x9c,0x7b,0x50,0x63,0x08, +0xb8,0x00,0x52,0x74,0x14,0x82,0x00,0x00,0x70,0x00,0x0b,0x88,0xa9,0x86,0x09,0x01, +0x30,0x20,0x09,0x65,0x92,0x90,0x09,0x75,0xa7,0x34,0x17,0x78,0xc8,0x81,0x44,0x00, +0x90,0x00,0x83,0x88,0xc8,0x85,0xd5,0x06,0xf3,0x0d,0x51,0x5b,0x56,0x8c,0x30,0x09, +0x04,0x09,0x10,0x29,0xa8,0x0b,0x73,0x23,0x98,0x09,0x00,0x0c,0x48,0x8c,0x84,0x0c, +0x80,0x00,0x00,0x74,0x3a,0x99,0x70,0x18,0xd1,0x46,0x90,0x00,0x00,0x36,0x43,0x29, +0x99,0xac,0x97,0x09,0x99,0x58,0x80,0x0a,0x10,0x00,0x7f,0x14,0xf1,0x13,0xa8,0x76, +0x38,0x19,0x51,0x00,0xa8,0x18,0x8a,0x38,0x89,0x09,0x67,0x28,0x66,0x0c,0x86,0x4a, +0x85,0x08,0x19,0x17,0x09,0x01,0x99,0x03,0x89,0x3a,0x79,0x4a,0x68,0x01,0x95,0x04, +0x40,0x00,0xf4,0x0d,0x58,0x99,0x88,0x81,0x48,0x89,0x66,0x60,0x80,0x09,0x55,0x40, +0x78,0x8c,0xaa,0x82,0x00,0x88,0x0a,0x90,0x01,0x79,0x06,0x70,0x3a,0x3b,0x81,0x53, +0xbd,0x0e,0xf1,0x0d,0x48,0xc0,0x90,0x40,0x15,0xa7,0x78,0x91,0x64,0x25,0x7c,0x80, +0x79,0xa8,0x09,0x80,0x00,0x85,0x7c,0x90,0x00,0x90,0x09,0x90,0x08,0x89,0x9a,0xa4, +0xc0,0x03,0xe0,0x08,0x10,0x60,0xb0,0x81,0x54,0x03,0x28,0x16,0x01,0x99,0xa9,0x99, +0x00,0xea,0x0d,0x53,0x99,0x9a,0x28,0x88,0x88,0xd6,0x0f,0xf5,0x0d,0x11,0x2b,0xac, +0x72,0x91,0x05,0x28,0x16,0x02,0x3b,0xac,0x80,0x93,0x07,0x18,0x09,0x20,0x08,0x08, +0x00,0x28,0x0a,0x08,0x03,0xa0,0x44,0x08,0x48,0xe2,0x06,0xf5,0x8d,0x0d,0xcc,0xa2, +0x81,0x09,0x86,0x75,0x02,0x27,0x98,0x71,0x92,0x09,0x66,0x78,0x10,0x07,0x97,0x50, +0x28,0x09,0x76,0x42,0xa0,0x24,0xa0,0x69,0x00,0x05,0x40,0x35,0x00,0x48,0x08,0xab, +0x81,0x23,0x61,0x56,0x11,0x2e,0x37,0x78,0xb4,0x7a,0x38,0x89,0xc4,0x09,0x06,0x01, +0x70,0x09,0x02,0x71,0x70,0x09,0x00,0x29,0x50,0x03,0x20,0x50,0x00,0x27,0x06,0x44, +0x40,0x23,0x78,0xc4,0x50,0x2d,0x3c,0xa7,0xa4,0x49,0x05,0xb7,0x61,0x08,0x58,0x85, +0x40,0x08,0x01,0xbc,0x10,0x08,0x59,0x21,0x86,0x03,0x24,0x20,0x00,0x37,0x0c,0x87, +0x74,0x24,0xab,0x66,0xa0,0x3e,0x08,0x66,0xb0,0x59,0x04,0xc6,0x60,0x08,0x09,0xb7, +0xa0,0x08,0x22,0x9c,0x10,0x08,0x49,0x54,0x95,0x08,0x07,0x05,0x20,0x64,0x67,0x68, +0x10,0x18,0x8a,0x9a,0x97,0x4b,0x58,0x8e,0x63,0x58,0x37,0x55,0xb0,0x08,0x62,0x83, +0xa0,0x08,0x80,0xba,0xa0,0x08,0x70,0x45,0x16,0xa5,0x00,0xf1,0x0b,0x49,0x02,0x40, +0x00,0x22,0x5a,0x10,0x06,0x90,0x67,0x20,0x45,0x94,0x80,0xa0,0x80,0xa8,0x00,0x73, +0x19,0xd0,0x08,0x00,0x51,0x69,0x99,0xf0,0x01,0xf1,0x0d,0x09,0x88,0xc8,0x85,0x09, +0x03,0x50,0x00,0x09,0x00,0x79,0x00,0x09,0x18,0x01,0x30,0x18,0x99,0x00,0x63,0x46, +0x79,0x00,0x78,0x82,0x16,0x89,0x42,0x31,0x05,0xf0,0x10,0x13,0x77,0x31,0x09,0x45, +0x88,0x52,0x78,0x76,0x99,0x61,0x78,0x47,0x77,0x74,0x18,0x0c,0x77,0xc0,0x08,0x0b, +0x66,0xb0,0x08,0x0c,0x66,0xc0,0x08,0x08,0x04,0xa0,0x31,0x05,0xf1,0x2d,0x15,0xb4, +0xa7,0x79,0x05,0xc1,0xa7,0x79,0x18,0xa7,0xa6,0x69,0x20,0x50,0x97,0x78,0x01,0x04, +0x60,0x42,0x09,0x80,0x72,0x29,0x33,0x68,0x8a,0x24,0x00,0x01,0x40,0x00,0x06,0xb8, +0x7c,0x81,0x17,0x88,0x79,0x74,0x03,0x96,0x66,0x90,0x03,0x96,0x66,0xa0,0x01,0x6a, +0x86,0x40,0x07,0x53,0x91,0x81,0x16,0x49,0x79,0x15,0xdf,0x03,0xf0,0x0e,0x53,0x63, +0x70,0x3d,0x7c,0x88,0x22,0x08,0x68,0x38,0x83,0x0b,0x5a,0x66,0x71,0x0b,0x5a,0x64, +0x04,0x04,0x26,0x47,0x81,0x17,0x60,0x81,0x73,0x51,0x87,0x24,0x00,0xf1,0x0f,0x94, +0x60,0x08,0x88,0xd8,0xc5,0x09,0x00,0x81,0x10,0x0c,0x87,0x63,0xa0,0x09,0x09,0x3a, +0x50,0x08,0x09,0x1d,0x02,0x46,0x83,0xab,0x08,0x80,0x08,0x22,0xb5,0xf8,0x02,0xb0, +0x34,0x68,0x70,0x04,0x44,0x90,0x00,0x07,0x89,0xc8,0x83,0xf7,0x0d,0x41,0x39,0x99, +0xc9,0x97,0xff,0x0d,0x00,0x04,0x00,0x35,0x69,0x60,0x00,0xfd,0x05,0xf0,0x02,0x08, +0x88,0xd0,0x5c,0x79,0x00,0x90,0x08,0x09,0x99,0xc0,0x7d,0x99,0x08,0x00,0x19,0x08, +0x14,0x33,0x65,0x03,0x80,0x4a,0x61,0x00,0x83,0x24,0x00,0xf0,0x04,0x1a,0x8c,0x89, +0x3b,0x6a,0x8c,0x89,0x08,0x19,0x08,0x09,0x4d,0x7a,0x8c,0x89,0x08,0x04,0x08,0x04, +0x9e,0x1e,0x10,0x2a,0x1e,0x00,0x00,0xd8,0x05,0xf0,0x08,0x10,0x00,0x00,0x08,0x19, +0x99,0x93,0x3a,0x6a,0x88,0x80,0x07,0x5a,0x00,0x80,0x6c,0x5a,0x88,0xc0,0x07,0x19, +0x00,0x00,0x04,0x00,0xf2,0x35,0x3a,0x05,0x88,0x84,0x07,0x00,0x15,0x00,0x07,0x06, +0x8c,0x84,0x4c,0x89,0x24,0x21,0x07,0x18,0x09,0x00,0x2b,0x98,0x26,0x30,0x29,0x18, +0x72,0x80,0x07,0x45,0x91,0x84,0x2a,0x61,0xa7,0x57,0x07,0x10,0x08,0x00,0x07,0x16, +0xad,0xa4,0x4c,0x80,0x09,0x00,0x07,0x27,0x77,0xc6,0x4c,0x77,0x88,0xc6,0x07,0x11, +0x50,0x80,0x07,0x10,0x90,0x80,0x2a,0x00,0x07,0x80,0xb6,0x10,0xf5,0x0c,0x24,0x83, +0x06,0x26,0x6b,0x31,0x3b,0x87,0x7c,0x75,0x06,0x39,0x7c,0x78,0x5c,0x8a,0x7c,0x78, +0x06,0x2a,0x7c,0x78,0x06,0x23,0x08,0x03,0x2b,0x88,0x00,0xf1,0x0f,0x17,0x00,0x07, +0x17,0xba,0xb6,0x3c,0x80,0x81,0x80,0x07,0x17,0x99,0x86,0x4c,0x88,0xc8,0x97,0x07, +0x13,0x70,0x90,0x07,0x11,0x9d,0x50,0x1a,0x18,0x83,0x85,0xd0,0x00,0xf0,0x0e,0x01, +0x77,0x00,0x08,0x07,0x56,0x20,0x4c,0x8e,0x8c,0x73,0x08,0x6a,0x9c,0x82,0x4d,0x87, +0x18,0x00,0x18,0x07,0x9c,0x82,0x08,0x07,0x9c,0x85,0x3a,0x07,0xb8,0x31,0xf6,0x2e, +0x02,0x50,0x3a,0x48,0x9b,0x61,0x4b,0x46,0x53,0x50,0x09,0x66,0x96,0x80,0x7c,0x68, +0x97,0x80,0x08,0x48,0x97,0x80,0x08,0x42,0x70,0x80,0x57,0x45,0x72,0x90,0x08,0x02, +0x93,0x00,0x19,0x09,0x4a,0x00,0x6b,0x6c,0x89,0x90,0x08,0x07,0x66,0x80,0x8c,0x19, +0x44,0x90,0x08,0x49,0xca,0x93,0x08,0x01,0x88,0x00,0x56,0x58,0x01,0x34,0x01,0xf0, +0x0c,0x02,0xa7,0x90,0x3b,0x37,0xb8,0xa3,0x08,0x07,0x68,0x07,0x2c,0x6b,0xb8,0x97, +0x09,0x17,0xbf,0x85,0x08,0x05,0x8a,0x90,0x29,0x65,0x08,0x26,0x47,0x06,0xf0,0x2d, +0x0c,0x7a,0x46,0x00,0x0b,0x6a,0xa9,0xc9,0x0b,0x7d,0xa5,0xa0,0x08,0x09,0x09,0xa0, +0x0a,0x87,0x0a,0x50,0x19,0x19,0x66,0x93,0x31,0x02,0x40,0x05,0x33,0x75,0x34,0x00, +0x27,0x95,0x73,0x00,0x5d,0xe9,0xc9,0xd3,0x64,0x44,0xb4,0x90,0x4b,0x86,0x0b,0x50, +0x1a,0x53,0x0c,0x20,0x19,0xb3,0x84,0x81,0x41,0x03,0x20,0x13,0xf3,0x1d,0xf0,0x11, +0x2a,0xda,0x8a,0x85,0x1b,0xcb,0x68,0x90,0x17,0xa5,0x58,0x84,0x06,0x87,0x97,0x73, +0x05,0x68,0xed,0xa1,0x01,0x52,0x60,0x00,0x39,0xb9,0xb8,0x86,0x00,0x02,0x20,0x00, +0x29,0x14,0xf0,0x29,0x28,0xc8,0x8a,0xb6,0x00,0x91,0x09,0x10,0x00,0x19,0x38,0x00, +0x00,0x07,0xe0,0x00,0x01,0x88,0x4b,0x40,0x38,0x20,0x00,0x67,0x01,0x50,0x02,0x61, +0x39,0x9a,0x95,0x10,0x08,0x45,0x90,0x00,0x47,0xc7,0xa8,0xc5,0x48,0xc8,0x90,0x90, +0x15,0x95,0x80,0x90,0x71,0x87,0x80,0x90,0x04,0x72,0x50,0x90,0x8f,0x0d,0x00,0x88, +0x07,0x00,0x6e,0x13,0x60,0x00,0x5c,0x99,0x60,0x00,0x72,0x0a,0x10,0x91,0x01,0x80, +0x03,0x80,0x03,0x60,0x2a,0x00,0x8a,0x15,0x15,0xf0,0x0d,0x0c,0x89,0x79,0xb6,0x0b, +0x69,0x83,0x60,0x0c,0x89,0xba,0xa7,0x08,0x10,0x09,0x60,0x08,0x35,0x0a,0x70,0x0c, +0xb9,0x74,0x75,0x17,0x03,0x90,0xa9,0x20,0x00,0x62,0x99,0x99,0x99,0x90,0x00,0x09, +0x06,0x00,0x05,0x09,0x00,0xf2,0x0b,0x88,0xb0,0xd8,0xd8,0x08,0x0b,0x4b,0x88,0xb0, +0xa4,0xb8,0x08,0x1b,0x6c,0x88,0x73,0x51,0x94,0x00,0x80,0x09,0x00,0x44,0x05,0xa0, +0x00,0xb0,0x08,0xf0,0x04,0x88,0xa6,0x8c,0x82,0x80,0x93,0x3a,0x32,0x88,0xb5,0x55, +0xb3,0x80,0x98,0x88,0xc4,0x88,0xa5,0x50,0x7a,0x24,0x10,0x90,0xf5,0x0d,0xf0,0x0d, +0x0c,0xcc,0xcd,0x60,0x09,0x67,0x67,0x50,0x57,0x7a,0x77,0x72,0x07,0x66,0x68,0x30, +0x08,0x68,0x79,0x30,0x06,0x38,0x28,0x10,0x63,0x3a,0x01,0x80,0xad,0x00,0x80,0x07, +0x88,0xc7,0xb2,0x07,0x77,0xc7,0xa2,0x08,0x00,0xc3,0x00,0x84,0x40,0x00,0x00,0x8d, +0x10,0x00,0x19,0x84,0x89,0x97,0xcd,0x0b,0xf0,0x2b,0x00,0x17,0x9b,0xb9,0xb2,0x07, +0x9a,0xb9,0xb2,0x05,0x68,0x96,0x61,0x26,0x68,0x86,0x65,0x06,0x76,0x66,0x90,0x08, +0x65,0x55,0xa0,0x08,0x76,0x66,0xa0,0x0c,0xdd,0xdd,0x60,0x0a,0x66,0x68,0x50,0x68, +0x78,0x77,0x72,0x0b,0x79,0x97,0x90,0x0b,0x78,0x74,0x70,0x3b,0x8c,0x2f,0x30,0x44, +0x2a,0x92,0x93,0x00,0xc0,0x35,0x30,0x9c,0x88,0x86,0x2b,0x15,0xe0,0x04,0xe8,0x88, +0xa0,0x38,0xa7,0x77,0xa0,0x00,0xa8,0x88,0xa0,0x00,0x90,0x02,0x00,0x20,0x08,0x80, +0x30,0x37,0xf2,0x0c,0x4a,0x6a,0x98,0xc0,0x0b,0x88,0x88,0xc0,0x09,0x37,0x80,0x80, +0x0a,0x57,0x98,0xc0,0x79,0x99,0x80,0x80,0x19,0x63,0x80,0x80,0x81,0x07,0x64,0xdb, +0x00,0x00,0xbc,0x0b,0x12,0x9a,0xbc,0x0b,0x01,0xe8,0x0e,0xf3,0x00,0x0b,0xe4,0x00, +0x00,0x94,0x89,0x20,0x1b,0x41,0x80,0xa6,0x12,0x01,0x80,0x03,0xd4,0x0b,0x40,0x86, +0x00,0x01,0x80,0x91,0x06,0xe3,0x92,0x00,0x0b,0xd5,0x00,0x00,0xa3,0x89,0x30,0x2b, +0x31,0x80,0xa7,0x11,0x20,0x00,0x01,0x3c,0x00,0xf1,0x04,0x9e,0xeb,0x96,0x00,0x65, +0x8a,0x00,0x02,0x91,0x84,0x80,0x2a,0x9a,0xc9,0x99,0x00,0x01,0x80,0x01,0x1c,0x00, +0xf1,0x10,0x33,0x00,0x00,0x02,0xd8,0x8c,0x00,0x39,0x58,0xa2,0x00,0x01,0x59,0x95, +0x10,0x29,0x89,0x88,0x91,0x00,0x36,0x24,0x00,0x08,0x36,0x27,0x30,0x15,0x1a,0x10, +0x60,0x95,0x02,0x00,0xed,0x06,0xf0,0x08,0x05,0xc8,0x50,0x6d,0x90,0x80,0x82,0x0e, +0x57,0x10,0x95,0x4c,0x70,0x36,0x00,0x98,0x18,0xac,0x85,0x08,0x00,0x37,0x00,0x04, +0x00,0x02,0x41,0x03,0xf6,0x0d,0x90,0x00,0x07,0x14,0xcb,0xc0,0x5d,0xaa,0x95,0x40, +0x0d,0x93,0x8a,0x61,0x4a,0x39,0x88,0x93,0x47,0x18,0x00,0x90,0x07,0x18,0x88,0xc0, +0x07,0x18,0x22,0x11,0xf5,0x11,0x06,0x10,0x2a,0x00,0x18,0x32,0x93,0x80,0x4c,0x99, +0x9c,0x97,0x0c,0x86,0x7c,0x74,0x3c,0x58,0x08,0x07,0x67,0x15,0x9f,0x73,0x06,0x10, +0x94,0x80,0x06,0x3a,0x30,0x59,0x05,0x03,0xf3,0x09,0x38,0x8c,0x70,0x5c,0x67,0x86, +0x80,0x3e,0x76,0x84,0x60,0x79,0x86,0x83,0x90,0x68,0x57,0x88,0x80,0x08,0x7a,0xa8, +0x72,0x08,0x20,0x00,0xf1,0x0d,0x09,0x59,0x8a,0xb3,0x3c,0x78,0x87,0x70,0x0e,0x79, +0x9b,0xb4,0x3c,0xa3,0x03,0x60,0x78,0x44,0x58,0x80,0x28,0x6a,0x89,0x72,0x08,0x20, +0x81,0x96,0x68,0x00,0xf4,0x50,0x13,0xa3,0xa2,0x06,0x14,0xb6,0xb3,0x4c,0x94,0xb6, +0xb3,0x0c,0x57,0x7c,0x75,0x2d,0x99,0x7c,0x94,0x77,0x19,0x6c,0x94,0x06,0x2c,0x77, +0x98,0x06,0x18,0x01,0x92,0x06,0x10,0x00,0x00,0x06,0x18,0xca,0xa6,0x4b,0x89,0x98, +0x78,0x0b,0x56,0x87,0x75,0x1c,0x83,0x77,0x72,0x77,0x17,0x7b,0x75,0x06,0x18,0x28, +0x72,0x06,0x34,0x57,0x05,0x07,0x05,0x71,0x30,0x07,0x35,0x96,0x50,0x7c,0x89,0x86, +0x80,0x3c,0x68,0xa9,0x82,0x69,0x6b,0xa9,0xb1,0x67,0x2b,0x18,0x80,0x07,0x74,0x5d, +0x23,0x08,0x70,0x94,0xc3,0x9c,0x01,0x51,0x01,0x01,0x80,0x00,0x09,0x04,0x00,0x33, +0xc9,0x91,0x09,0x0c,0x00,0xf0,0x05,0x7d,0x9a,0xc9,0x93,0x09,0x99,0xd9,0x93,0x01, +0x10,0x90,0x00,0x04,0x40,0xd9,0x90,0x04,0x40,0x90,0x00,0x04,0x00,0x42,0x2a,0xa8, +0xc8,0x86,0x06,0x01,0xf0,0x0e,0x93,0x10,0x6c,0x82,0x83,0x80,0x0c,0x95,0xb7,0x40, +0x52,0x80,0x88,0x92,0x78,0x87,0x85,0x41,0x05,0x40,0x1a,0x70,0x0a,0x01,0x8d,0x02, +0x82,0x19,0x24,0x05,0x17,0x00,0x20,0x08,0xf4,0x0e,0x00,0x03,0xb8,0x88,0x83,0x19, +0x88,0x98,0x80,0x00,0x80,0x80,0x80,0x3a,0xb9,0xc8,0xc7,0x05,0x33,0x50,0x90,0x04, +0x88,0x89,0xb5,0x00,0x00,0x49,0x30,0x50,0x01,0x03,0x81,0x12,0x00,0xd3,0x0e,0x80, +0xb3,0x0c,0x96,0xaa,0x20,0x09,0x00,0xa0,0x10,0x00,0x93,0x04,0x0a,0x24,0x90,0x08, +0x2d,0x82,0x79,0xa4,0xfc,0x0a,0xf1,0x0d,0x00,0x07,0x97,0x77,0x73,0x38,0x77,0x77, +0x40,0x27,0x88,0x88,0x20,0x04,0x11,0x64,0x40,0x01,0xab,0x13,0x50,0x02,0xa9,0x61, +0x74,0x29,0x10,0x60,0x01,0x13,0x10,0x18,0x89,0x10,0x20,0x64,0x09,0x3c,0x0c,0xf1, +0x67,0x87,0x48,0x4c,0x89,0x08,0x00,0x39,0x09,0x27,0x05,0x49,0x05,0x84,0x0a,0x09, +0x00,0x09,0x35,0x07,0x88,0x97,0x08,0x30,0x09,0x00,0x00,0x46,0x8c,0x82,0x25,0x00, +0x09,0x00,0x04,0x28,0x8c,0x85,0x00,0x40,0x82,0x00,0x04,0x51,0x70,0x90,0x0a,0x0b, +0x98,0x96,0x01,0x00,0x00,0x02,0x09,0x10,0x09,0x00,0x01,0x58,0x8d,0x86,0x22,0x09, +0x09,0x17,0x07,0x1c,0x8c,0x92,0x00,0x28,0x90,0xa0,0x06,0x66,0x4a,0x50,0x09,0x83, +0x8a,0x92,0x02,0x45,0x10,0x16,0x18,0x15,0x09,0x06,0x02,0x29,0x09,0x74,0x42,0x08, +0x8d,0x94,0x08,0x09,0x11,0x28,0x01,0x1b,0x77,0x78,0x07,0x2c,0x88,0x88,0x0a,0x09, +0x00,0x08,0x34,0x09,0x02,0x95,0x00,0xcb,0x20,0xf4,0x0f,0x09,0x81,0x02,0x68,0x8c, +0x96,0x31,0x82,0x49,0x00,0x28,0x83,0x4a,0x62,0x02,0x88,0xb8,0x80,0x09,0x88,0xa7, +0x51,0x27,0x83,0x2a,0x77,0x54,0x40,0x80,0x96,0x55,0x18,0xf3,0x0e,0x07,0x3c,0x77, +0xb0,0x20,0x0c,0x77,0xb0,0x28,0x09,0x77,0x80,0x00,0x48,0x88,0x81,0x07,0x64,0x77, +0x71,0x09,0x44,0x77,0x71,0x44,0x9a,0xcc,0xb6,0x00,0x7d,0x1b,0xf0,0x25,0x18,0x89, +0x8b,0x83,0x40,0x77,0x88,0xa0,0x36,0x88,0x76,0xb0,0x02,0x96,0x78,0xb0,0x09,0x92, +0x18,0x50,0x45,0x99,0x08,0x82,0x65,0x43,0x66,0x12,0x05,0x26,0x23,0x00,0x11,0x5c, +0x7b,0x71,0x17,0x6b,0x6b,0x60,0x02,0x5b,0x6b,0x60,0x09,0x0d,0x9c,0x93,0x3a,0x8c, +0xa9,0x97,0xec,0x03,0x00,0x04,0x00,0xf0,0x71,0x05,0x00,0x60,0x00,0x04,0x97,0x87, +0x94,0x30,0x37,0x97,0x61,0x26,0x27,0xc7,0x80,0x02,0x58,0xb6,0xb0,0x09,0x49,0xc7, +0xc0,0x36,0x38,0x05,0x70,0x10,0x40,0x00,0x21,0x09,0x10,0x07,0x00,0x03,0x69,0x8c, +0xa3,0x24,0x2a,0xbd,0xa7,0x05,0x16,0x66,0x72,0x00,0x29,0x55,0x84,0x04,0x59,0x66, +0x84,0x0a,0x07,0xb7,0xc2,0x03,0x35,0x00,0x26,0x04,0x20,0x00,0x00,0x1d,0x99,0xaa, +0x90,0x79,0x34,0x85,0x30,0x4c,0xaa,0xcb,0xa0,0x08,0x34,0x85,0x30,0x69,0x88,0x88, +0x92,0x36,0x62,0x90,0xa0,0x50,0x22,0x31,0x32,0x00,0x90,0x08,0x50,0x53,0x90,0x08, +0x35,0x07,0xa8,0x9c,0x87,0x00,0x90,0x3c,0x00,0x09,0x90,0x7b,0x10,0x73,0x90,0xa2, +0x60,0x00,0x96,0x50,0x91,0x00,0xb8,0x00,0x09,0xe2,0x1a,0xf1,0x09,0x58,0x8c,0x98, +0x82,0x39,0x6a,0x95,0x70,0x02,0x39,0x54,0x00,0x58,0xab,0xa7,0x90,0x78,0x9b,0x99, +0x93,0x00,0x08,0x10,0x00,0x04,0x00,0x01,0x5c,0x05,0xf1,0x0b,0x76,0xa4,0x07,0x18, +0x77,0xb4,0x4c,0x98,0x77,0xb4,0x07,0x18,0x87,0xb4,0x1a,0xa2,0x89,0x00,0x54,0x05, +0x49,0x04,0x00,0x58,0x07,0x87,0x20,0x00,0xf0,0x1d,0x89,0x8c,0x88,0x08,0x09,0x6b, +0x68,0x4c,0x79,0x4a,0x48,0x08,0x02,0x3b,0x32,0x09,0x66,0x8d,0x86,0x6d,0x50,0x09, +0x00,0x20,0x38,0x8d,0x88,0x00,0x70,0x80,0x00,0x04,0x60,0x80,0x00,0x0b,0x99,0xc9, +0x93,0x15,0x00,0x80,0x00,0x04,0x1c,0x10,0x02,0xe1,0x07,0x00,0x64,0x04,0xf0,0x0b, +0x97,0x0a,0x89,0xc8,0xd0,0xa7,0x8c,0x7c,0x09,0x01,0x90,0x90,0xb8,0x9c,0x8d,0x08, +0x00,0x80,0x91,0x60,0x08,0x09,0x71,0x00,0x86,0xa0,0x7c,0x03,0x00,0x42,0x0e,0xf2, +0x04,0x78,0xa9,0x20,0x07,0x80,0x84,0x37,0x09,0x97,0xca,0x39,0x09,0x76,0x98,0x29, +0x0d,0x88,0x88,0x89,0x1b,0x11,0xf0,0x0f,0x13,0x40,0x05,0xb8,0xb6,0x60,0x28,0xc8, +0xcc,0x95,0x00,0x76,0x98,0x10,0x19,0x98,0xc8,0xc4,0x04,0x74,0x93,0xa0,0x04,0x64, +0x93,0xa0,0x04,0x97,0x77,0xa0,0x9a,0x01,0xc0,0x38,0xb4,0x88,0x40,0x0a,0xb6,0x7b, +0x70,0x77,0x77,0x78,0x73,0xe1,0x15,0xf0,0x3a,0x05,0x97,0x8a,0x00,0x00,0xa0,0x35, +0x00,0x58,0xc8,0xc9,0x82,0x00,0x60,0x06,0x00,0x27,0xaa,0x89,0x60,0x06,0x8b,0x77, +0x30,0x58,0xc8,0x77,0x71,0x06,0xc7,0x77,0x50,0x77,0xb5,0x57,0x70,0x20,0xb6,0x67, +0x70,0x00,0xb7,0x78,0x70,0x11,0x10,0x05,0x00,0x3c,0x69,0xb9,0x86,0x09,0x04,0xba, +0x44,0x2c,0xab,0x8b,0x51,0x88,0x84,0xac,0x71,0x08,0x83,0x9b,0x61,0x0b,0x53,0x9c, +0x74,0x00,0x79,0x09,0x03,0x8c,0x1b,0xf4,0x65,0x69,0x9c,0xa9,0x92,0x04,0x18,0x14, +0x00,0x0a,0x08,0x14,0x70,0x83,0x08,0x10,0xa0,0x10,0x7b,0x00,0x10,0x37,0x90,0x08, +0x00,0x29,0x02,0x28,0x50,0x7c,0x98,0x28,0x71,0x0d,0x59,0x08,0x14,0x5b,0x60,0x08, +0x90,0x88,0x00,0x04,0x80,0x08,0x00,0x7a,0x00,0x08,0x3c,0x60,0x00,0x16,0x80,0x60, +0x00,0x29,0x14,0xbb,0xa3,0x6c,0x9a,0x09,0x60,0x0c,0x34,0x39,0x60,0x2d,0x96,0x39, +0x80,0x88,0x19,0x09,0x53,0x17,0x14,0x09,0x12,0x07,0x00,0x66,0x00,0x03,0x70,0x24, +0x00,0x3a,0x24,0xa8,0xc0,0x3a,0x74,0x79,0x40,0x2c,0x67,0x79,0x00,0x1d,0x90,0x88, +0xb5,0x88,0x17,0x63,0xb0,0x17,0x10,0x2d,0x20,0x07,0x29,0x80,0x00,0x39,0x0d,0xf4, +0x01,0x68,0x8b,0x98,0xa0,0x90,0x60,0x52,0x80,0x39,0x30,0x07,0x70,0x06,0x8a,0x88, +0x20,0x78,0x12,0x40,0x58,0x8d,0x88,0x80,0x89,0x03,0xf0,0x0d,0x1b,0x88,0xa8,0x87, +0x15,0x94,0x09,0x45,0x06,0x21,0x66,0x60,0x28,0x8a,0xbb,0x96,0x00,0x0b,0x82,0x00, +0x02,0x94,0x09,0x61,0x16,0x10,0x00,0x25,0x9d,0x17,0xf2,0x0d,0x17,0x39,0x09,0x08, +0x46,0x76,0x89,0x85,0x33,0x88,0x9b,0x86,0x15,0x76,0x9b,0x85,0x06,0x89,0x73,0x48, +0x5a,0x89,0x73,0x48,0x00,0x08,0x63,0x77,0x09,0x0f,0xf1,0x0f,0x60,0x00,0x59,0xc8, +0xac,0x82,0x48,0xaa,0x99,0x70,0x03,0x3a,0x43,0x90,0x0a,0x4a,0x44,0x30,0x08,0xaf, +0x87,0xb0,0x04,0xa9,0x00,0x90,0x58,0x08,0x07,0x30,0xb3,0x06,0xf3,0x2f,0x20,0x24, +0x00,0x0a,0xc8,0xba,0xa6,0x22,0x35,0x90,0x40,0x00,0x78,0x3a,0x40,0x29,0x67,0x77, +0x58,0x00,0xb8,0x88,0x80,0x00,0x80,0x00,0x90,0x00,0xc8,0x88,0x80,0x07,0x11,0x71, +0x10,0x98,0xab,0x8c,0x61,0x19,0x66,0x67,0x60,0x0a,0x66,0x67,0x70,0x0b,0x88,0x89, +0x70,0x03,0xb4,0x5a,0x20,0x59,0xc7,0x8b,0x72,0x4a,0x10,0x17,0xcb,0x00,0xf0,0x0a, +0x24,0x00,0x2b,0xc7,0x98,0xb5,0x18,0x88,0xb7,0x94,0x08,0x77,0x77,0x57,0x01,0xb7, +0x77,0x90,0x01,0xa5,0x55,0x50,0x01,0x92,0x22,0xc8,0x14,0x10,0xc0,0x24,0x03,0xf1, +0x0c,0x3b,0xba,0xac,0x72,0x87,0xbb,0x6c,0x80,0x37,0xa6,0x80,0x80,0x57,0xaa,0x80, +0x90,0x47,0xa7,0x83,0x60,0x58,0xb7,0x80,0x25,0x00,0x70,0x78,0x25,0x0e,0xf1,0x10, +0x27,0x22,0x3a,0x31,0x59,0x83,0x5b,0x52,0x2a,0x52,0x6c,0x61,0x5d,0x86,0x77,0x75, +0x0e,0x64,0x97,0xa2,0x5b,0x54,0x96,0xa2,0x58,0x04,0x96,0xa2,0x07,0x04,0x42,0xbc, +0x13,0x00,0x2d,0x0d,0xf0,0x2e,0x06,0x78,0xb7,0x73,0x03,0x78,0xb7,0x70,0x27,0x8d, +0x7a,0x75,0x02,0x9b,0x85,0x20,0x08,0xb8,0xa7,0x94,0x01,0x70,0x95,0x60,0x18,0x08, +0x70,0x45,0x12,0x2a,0x22,0x21,0x36,0x6c,0x66,0x62,0x68,0x8c,0x88,0x86,0x62,0x85, +0x64,0x06,0x04,0xb9,0x16,0x30,0x1a,0x8a,0x86,0x82,0x06,0x47,0x28,0x50,0x44,0x4a, +0x00,0x63,0x02,0x94,0x02,0xf0,0x0c,0x18,0x9c,0xc0,0x98,0x58,0x08,0x80,0x28,0x58, +0x8c,0xc0,0x98,0x99,0x08,0x80,0x54,0x68,0x08,0x80,0x87,0x59,0x8c,0xc0,0x52,0x08, +0x00,0x70,0xa8,0x00,0xf0,0x0e,0x08,0x32,0xc8,0xa0,0x98,0x69,0x97,0x30,0x39,0x40, +0x8b,0x30,0x99,0xa8,0x61,0x73,0x44,0x50,0x07,0x10,0x87,0x52,0x86,0x00,0x21,0x00, +0x02,0x60,0x03,0x9f,0x01,0xf1,0x0c,0x19,0xa8,0xd0,0x54,0x80,0xa6,0x60,0x9c,0x10, +0x9d,0x20,0x78,0xa6,0x35,0x62,0x43,0x55,0x9c,0x80,0x87,0x70,0x08,0x00,0x86,0x28, +0x9c,0x83,0x55,0x0b,0xf6,0x10,0x00,0x41,0x00,0x08,0x37,0xab,0x82,0x66,0x70,0xa1, +0x40,0x6b,0x27,0x97,0xc0,0x37,0x95,0x64,0x42,0x66,0x72,0x78,0x00,0x76,0x65,0x48, +0x03,0x75,0x3a,0x07,0x94,0x8c,0x05,0xf1,0x0e,0x08,0x00,0x27,0x19,0x48,0x41,0xa7, +0x59,0x59,0x60,0x38,0x39,0x8f,0x92,0x87,0x79,0x6b,0x80,0x55,0x79,0x58,0x11,0x76, +0x69,0x00,0x00,0x75,0x0a,0x88,0x71,0x0d,0x00,0xfd,0x0a,0xf4,0x0d,0x16,0x37,0x8c, +0x72,0xa7,0x55,0x8a,0x80,0x2a,0x48,0x77,0x83,0x96,0x85,0x11,0x33,0x32,0x40,0x86, +0x20,0x77,0x71,0x86,0x24,0x64,0x2a,0x15,0x95,0xe4,0x04,0xf1,0x4d,0x09,0x12,0x77, +0xa0,0x87,0x81,0x55,0x90,0x2a,0x47,0x8b,0x83,0x9b,0xb5,0x58,0x71,0x42,0x50,0x7e, +0x50,0x77,0x78,0x78,0xa2,0x64,0x01,0x47,0x01,0x05,0x00,0x15,0x00,0x08,0x37,0x88, +0xa0,0x88,0x68,0x77,0xc0,0x29,0x47,0x68,0xb0,0x88,0xa6,0x6a,0x70,0x44,0x51,0x8c, +0x60,0x77,0x59,0x29,0x90,0x54,0x13,0x67,0x22,0x05,0x00,0x05,0x00,0x08,0x38,0x78, +0xa0,0x67,0x69,0x55,0xa0,0x3a,0x39,0x22,0x20,0x79,0xac,0x8b,0xa4,0x44,0x5c,0x9b, +0xb4,0x87,0x6b,0x37,0x64,0x53,0x27,0x33,0x73,0x2f,0x1b,0xf4,0x00,0x8c,0x9b,0xa5, +0x1a,0xab,0xda,0xa5,0x01,0x79,0x86,0x50,0x03,0x85,0x55,0x90,0x04,0x00,0xf7,0x0f, +0x29,0x97,0x77,0xc5,0x00,0x00,0x20,0x20,0x1a,0xa9,0x62,0x90,0x5b,0x8c,0x5b,0x62, +0x1c,0x76,0x5c,0x82,0x2d,0x86,0x09,0x00,0x8a,0x08,0x8c,0x84,0x0a,0x8a,0x95,0x19, +0xf1,0x08,0x07,0x20,0x41,0x04,0x8b,0x9b,0x80,0x18,0x8b,0x9e,0x85,0x00,0x19,0x71, +0x10,0x18,0xaa,0x66,0x50,0x12,0x59,0x88,0x60,0x41,0x05,0x33,0x02,0x8a,0x10,0x26, +0x0c,0xf6,0x2d,0x50,0x08,0x8c,0x8a,0x40,0x00,0x08,0x56,0x00,0x68,0xae,0x98,0x82, +0x29,0xd9,0x78,0x30,0x42,0xb7,0x79,0x50,0x01,0x70,0x04,0x50,0x01,0xc8,0x8a,0x50, +0x00,0x80,0x91,0x30,0x27,0xc0,0xa7,0x30,0x36,0xb0,0x76,0x90,0x04,0x77,0x77,0x00, +0x09,0x44,0x4a,0x00,0x09,0x33,0x3a,0x00,0x09,0x66,0x6b,0x00,0x09,0x00,0x3b,0xe2, +0x1e,0xf2,0x1c,0x51,0x62,0x10,0x1a,0x19,0x69,0x81,0x27,0x67,0x72,0x04,0x0b,0x79, +0x39,0x85,0x0b,0x5a,0x31,0x11,0x0c,0x7b,0x68,0x61,0x08,0x09,0x62,0x07,0x08,0x58, +0x49,0x87,0x00,0x42,0x00,0x68,0xc9,0x87,0x90,0x00,0x09,0xa8,0x88,0x8b,0x06,0x00, +0x02,0x09,0x00,0x20,0x00,0x42,0xd7,0x13,0x40,0x80,0x97,0x77,0x79,0x15,0x0f,0xf0, +0x01,0x98,0xc9,0x87,0x09,0x01,0x88,0x60,0xa3,0x73,0xa5,0x08,0x51,0x00,0x43,0x00, +0x44,0xa6,0x1b,0xf0,0x07,0x79,0xa0,0x00,0x4e,0x98,0xd9,0x81,0x02,0x90,0x09,0x05, +0x30,0x09,0x99,0xd9,0xb3,0x00,0x90,0x00,0x01,0x20,0x09,0xca,0x01,0x40,0x49,0x88, +0x89,0x80,0x82,0x2e,0xf0,0x0d,0x68,0xc8,0x8c,0xb3,0x38,0x98,0x8c,0xa3,0x47,0x78, +0x49,0x50,0x59,0x78,0x59,0x80,0x67,0x77,0x6a,0x20,0x84,0x79,0x8b,0x43,0x70,0x00, +0x80,0xa4,0x4b,0x29,0x50,0x28,0x05,0x88,0x82,0x41,0x57,0x18,0x85,0x19,0x9b,0xb4, +0x9b,0x00,0x05,0x40,0x09,0x04,0x00,0xf4,0x13,0x6a,0x10,0x04,0x02,0x41,0x00,0x46, +0x5b,0x44,0x84,0x36,0x6b,0x74,0x00,0x3b,0x8b,0x89,0xc5,0x58,0x8b,0x86,0x80,0x08, +0x4b,0x62,0x80,0x08,0x6c,0x96,0x80,0x08,0x00,0x14,0xa0,0x4a,0x0d,0xf1,0x4c,0x28, +0x8c,0x88,0x70,0x07,0x7c,0x87,0x40,0x58,0x8c,0x98,0x81,0x01,0x93,0x81,0x70,0x79, +0x70,0x5b,0x10,0x03,0xa8,0x35,0xa2,0x03,0x50,0x00,0x11,0x00,0x05,0x20,0x00,0x57, +0x78,0x87,0x71,0x06,0x77,0x79,0x30,0x5c,0x76,0x69,0x92,0x05,0x8a,0xa8,0x30,0x05, +0xb1,0x77,0x70,0x63,0xb5,0x69,0x71,0x00,0x73,0x00,0x32,0x20,0x90,0x07,0x00,0x36, +0x98,0x8c,0x81,0x27,0x90,0x07,0x00,0x30,0x78,0x87,0x70,0x67,0x7a,0xa7,0x72,0x03, +0x94,0x84,0x60,0x55,0xa4,0x5a,0x50,0x03,0x63,0x00,0x79,0x0e,0xf1,0x31,0x35,0x80, +0x00,0x80,0x89,0xc8,0x35,0x80,0x59,0xd9,0x35,0x80,0x41,0x89,0x04,0x80,0x57,0x7b, +0x97,0x72,0x15,0x83,0x85,0x60,0x46,0x97,0x29,0x61,0x02,0x30,0x00,0x21,0x05,0x01, +0x40,0x00,0x38,0x48,0x87,0x73,0x35,0x9d,0x66,0xa0,0x09,0x79,0x66,0xb0,0x6d,0x94, +0xc7,0x70,0x38,0x37,0xb8,0xb0,0x08,0x14,0xab,0x10,0x08,0x29,0x64,0x94,0x29,0x10, +0xf0,0x18,0xc9,0xc8,0x81,0x3a,0xb8,0xc7,0xb0,0x39,0xa8,0xa6,0x90,0x68,0xba,0x88, +0x82,0x04,0x90,0x56,0x00,0x04,0xad,0xb7,0x30,0x45,0x20,0x01,0x50,0x09,0x88,0x89, +0x60,0x09,0x77,0x79,0x60,0x09,0x77,0x78,0x60,0x0c,0x00,0x00,0x77,0x0b,0x84,0x01, +0x90,0x90,0x07,0x59,0x10,0x69,0x95,0xd0,0x09,0xf2,0x0d,0x19,0x36,0x98,0xc0,0x2a, +0x47,0x87,0xc0,0x6c,0x88,0x87,0xb0,0x0a,0x06,0x98,0xc0,0x09,0x80,0x88,0x00,0x36, +0x53,0x78,0x01,0x80,0x19,0x06,0x94,0x68,0x10,0x00,0xe5,0x19,0xf0,0x03,0x38,0x77, +0xc0,0x03,0x4a,0x87,0x7c,0x00,0x09,0x48,0x77,0xc0,0x0a,0xc9,0x88,0x8c,0x00,0x19, +0x1a,0x2a,0x94,0x90,0x35,0x80,0x40,0x09,0x28,0x06,0x95,0x00,0x91,0x0b,0xf0,0x05, +0x28,0x88,0xb8,0x86,0x01,0x77,0x77,0x40,0x00,0x33,0x33,0x20,0x00,0x44,0x44,0x20, +0x03,0xa8,0x88,0x90,0x52,0x12,0x10,0x03,0x61,0x0b,0x00,0x23,0x00,0xf2,0x06,0x60, +0x09,0x00,0x38,0xa8,0x09,0x00,0x05,0x53,0x09,0x00,0x06,0x64,0x9d,0x95,0x04,0x42, +0x09,0x00,0x0b,0x78,0x04,0x00,0x00,0xc1,0x02,0x00,0xf5,0x03,0xf0,0x0e,0x6b,0x85, +0x88,0xc0,0x25,0x50,0x00,0x90,0x35,0x52,0x98,0xc0,0x24,0x44,0x50,0x30,0x88,0xb3, +0x50,0x01,0x88,0xb3,0x50,0x26,0x80,0x01,0xa8,0xa2,0x02,0x41,0x08,0xf4,0x0c,0x21, +0xc9,0x80,0x5a,0x98,0x50,0xb3,0x25,0x48,0x44,0x40,0x13,0x39,0x96,0xc0,0x78,0xb0, +0x96,0x60,0x78,0xb4,0xbb,0x82,0x70,0x0d,0x40,0x98,0x7a,0x24,0xf1,0x2d,0x39,0x46, +0x8d,0x83,0x48,0x72,0x19,0x00,0x24,0x35,0x2b,0x93,0x24,0x35,0x29,0x00,0x68,0xa5, +0x29,0x00,0x68,0xaa,0x8c,0x73,0x61,0x01,0x11,0x10,0x07,0x00,0x06,0x00,0x6a,0x77, +0xab,0x83,0x37,0x60,0x90,0x30,0x24,0x46,0xcb,0x10,0x24,0x30,0x74,0x80,0x78,0xa6, +0x28,0x40,0x78,0xb5,0xd7,0x90,0x70,0x2d,0x30,0x63,0x44,0x03,0xf0,0x0c,0x02,0x40, +0x80,0x69,0x84,0xb5,0xa1,0x37,0x52,0x3a,0x31,0x24,0x33,0x8c,0x80,0x24,0x30,0x1a, +0x10,0x78,0xb5,0x6c,0x63,0x78,0xb0,0x09,0x00,0x07,0x1e,0x10,0x02,0xc9,0x07,0xf3, +0x0c,0x76,0xac,0xa4,0x25,0x46,0x44,0x53,0x26,0x53,0x94,0x90,0x14,0x31,0x33,0x00, +0x78,0xa6,0x86,0x71,0x78,0xb7,0x80,0x86,0x70,0x00,0x98,0x60,0xdd,0x28,0xf1,0x0e, +0x00,0x28,0x26,0xc8,0x72,0x59,0x83,0xb5,0x90,0x24,0x35,0xb5,0xb2,0x24,0x34,0x44, +0x41,0x87,0xb8,0x77,0xb0,0x87,0x98,0x77,0xc0,0x80,0x08,0x00,0x90,0x64,0x00,0xf6, +0x0a,0x83,0xa6,0x90,0x37,0x68,0x33,0xa1,0x24,0x38,0x00,0x81,0x24,0x35,0xdd,0xa0, +0x78,0xb0,0x88,0x00,0x78,0xb6,0x58,0x06,0x70,0x1c,0xbd,0x04,0xf4,0x11,0x08,0x02, +0x3a,0x31,0x59,0x84,0x5b,0x53,0x25,0x44,0x99,0x92,0x26,0x57,0x77,0x76,0x3a,0x85, +0x10,0x05,0x59,0xa0,0x83,0x40,0x59,0xa2,0xa3,0x57,0x52,0x0c,0x22,0xa6,0x6c,0x00, +0xf2,0x0d,0x4b,0x88,0x9c,0xa3,0x25,0x46,0x5b,0x63,0x26,0x56,0x69,0x73,0x14,0x36, +0x46,0x53,0x59,0xa6,0x75,0x73,0x59,0xa7,0x64,0x53,0x52,0x33,0x01,0x92,0xa1,0x06, +0xf5,0x2f,0x19,0x00,0x39,0x71,0xa6,0x70,0x17,0x7b,0x98,0xa9,0x14,0x33,0x55,0x52, +0x14,0x38,0x97,0x67,0x49,0xa9,0xa8,0x87,0x49,0xa7,0x64,0x37,0x43,0x07,0x63,0x65, +0x07,0x01,0x83,0x81,0x29,0x79,0x78,0x78,0x07,0x5b,0xa9,0xb6,0x04,0x35,0x64,0x82, +0x04,0x38,0x17,0x96,0x1a,0x99,0x67,0xb0,0x1a,0x99,0x5b,0xb6,0x15,0x00,0x08,0x39, +0x90,0x00,0xf0,0x20,0x52,0x36,0x00,0x4a,0x65,0xb7,0x91,0x87,0x68,0x2c,0x80,0x26, +0x79,0x73,0x54,0x38,0xaa,0xaa,0x82,0x03,0x66,0x66,0x30,0x08,0x55,0x55,0x80,0x09, +0x55,0x55,0x90,0x00,0x34,0x80,0x00,0x09,0xbb,0xd9,0xc0,0x0a,0xb8,0xc7,0x72,0x3c, +0x98,0x98,0xb0,0x14,0x00,0x00,0x04,0x00,0x80,0x05,0xc6,0x8c,0x60,0x25,0x00,0x00, +0x62,0xc5,0x03,0xf1,0x0f,0x78,0xc0,0x09,0x00,0x77,0xc0,0x0d,0x84,0x76,0xb0,0x09, +0x00,0x71,0x95,0x99,0xb0,0x48,0x96,0x20,0x80,0x84,0x97,0x98,0xc0,0x80,0x06,0x30, +0x80,0x00,0x01,0xf9,0x08,0x01,0x08,0x00,0xf1,0x04,0x19,0x9d,0x9c,0x96,0x04,0x29, +0x08,0x70,0x0a,0x27,0x08,0x45,0x23,0x83,0x08,0x06,0x04,0x70,0x96,0x10,0x09,0xf0, +0x0e,0x38,0xc6,0x68,0xc0,0x13,0x92,0x00,0x90,0x36,0xb6,0xa8,0x80,0x35,0xb6,0x80, +0x13,0x47,0x80,0x78,0x93,0x6a,0x90,0x00,0x00,0x80,0x88,0x99,0x94,0x10,0x7d,0x27, +0xf1,0x07,0xc3,0xb9,0x94,0x78,0xc3,0xb8,0x70,0x06,0x13,0x50,0x90,0x76,0xa7,0x50, +0x90,0x76,0x13,0xa7,0x60,0xa9,0x75,0xa8,0xbe,0x13,0x00,0x6a,0x0f,0xf2,0x0d,0x39, +0xd8,0x09,0x00,0x18,0xb7,0xac,0x87,0x29,0xa9,0x78,0x07,0x29,0xb9,0xac,0x87,0x26, +0xb6,0x78,0x07,0x01,0x91,0xac,0x87,0x00,0x80,0x70,0x07,0x19,0x03,0xf4,0x0f,0x17, +0x00,0x7c,0x97,0x8b,0x82,0x6b,0x81,0x70,0x60,0x8a,0xa9,0x50,0x93,0x79,0x82,0x86, +0x40,0x3a,0x50,0x2c,0x00,0x6c,0x72,0x99,0x40,0x08,0x08,0x20,0x64,0x3d,0x03,0xf3, +0x10,0x48,0x5a,0x79,0xa3,0x58,0x56,0x7c,0x91,0x8b,0xb8,0x6b,0xa0,0x45,0x67,0x6b, +0xb0,0x54,0x83,0x6b,0x60,0x85,0x77,0x8c,0x82,0x60,0x00,0x08,0x00,0x22,0x02,0x10, +0x82,0x1e,0xf0,0x1a,0xa5,0x00,0x69,0x00,0x99,0x00,0x09,0x08,0x36,0x30,0x09,0x56, +0x00,0xa3,0x39,0x82,0x00,0x11,0x40,0x06,0x78,0x73,0x21,0x00,0x51,0x00,0x1a,0x0b, +0x97,0x90,0x00,0x0b,0x44,0x90,0x6c,0x0a,0x33,0x20,0x09,0x0c,0x88,0x01,0x1e,0x91, +0x80,0x0a,0x27,0x77,0x70,0x61,0x58,0x88,0xb7,0x15,0x28,0xf4,0x10,0x03,0x00,0x30, +0x0a,0x06,0x17,0x30,0x01,0x28,0xc9,0x80,0x4b,0x48,0xc9,0x82,0x09,0x00,0xb7,0x00, +0x09,0x08,0x34,0x70,0x2b,0x72,0x00,0x20,0x80,0x69,0x99,0xa5,0x94,0x01,0xf2,0x0d, +0x37,0x08,0xb9,0x90,0x03,0x17,0x9d,0x70,0x59,0x1b,0x7b,0xb0,0x09,0x1b,0x5a,0xb0, +0x09,0x19,0x29,0x90,0x19,0x53,0x04,0x60,0x70,0x48,0x79,0xb4,0x7c,0x25,0xf1,0x0f, +0x90,0x00,0x1a,0x58,0xc8,0x83,0x01,0x38,0xc7,0x90,0x7b,0x43,0x90,0x90,0x09,0x29, +0xfc,0x70,0x09,0x45,0x92,0x80,0x28,0x50,0x20,0x00,0x70,0x38,0x88,0xa5,0x15,0x08, +0xf5,0x0c,0x3a,0x77,0x78,0x02,0x49,0xa5,0xb3,0x5c,0x38,0x7b,0x73,0x09,0x55,0x6c, +0x62,0x09,0x95,0x6c,0x63,0x0a,0x60,0x05,0x00,0x71,0x48,0x89,0xb6,0xfc,0x01,0xf0, +0x0e,0x1a,0xe9,0x90,0x00,0x08,0x24,0x80,0x5c,0x39,0x77,0xa3,0x09,0x34,0xaa,0x43, +0x09,0x34,0xa8,0x43,0x1b,0x62,0x00,0x70,0x80,0x59,0x88,0xa8,0x00,0x00,0x98,0x2a, +0xf2,0x0d,0x41,0x00,0x1a,0x4a,0x9a,0xa3,0x00,0x29,0xaa,0x92,0x58,0x37,0x88,0x73, +0x08,0x35,0x99,0x53,0x08,0x35,0xa8,0x63,0x2a,0x93,0x00,0x61,0x40,0x17,0x69,0x07, +0xf4,0x0d,0x28,0x8d,0xac,0xc7,0x01,0x65,0x79,0x56,0x49,0x2a,0x58,0x82,0x09,0x19, +0x38,0x51,0x09,0x5b,0xab,0xa5,0x0a,0x74,0x00,0x53,0x72,0x37,0x88,0x99,0x15,0x1e, +0xf2,0x0c,0x09,0xa9,0x5a,0x99,0x06,0x28,0x18,0x62,0x28,0x9a,0x68,0x81,0x07,0x88, +0x38,0x07,0x08,0x02,0x68,0x48,0x0b,0x89,0x68,0x40,0x08,0x02,0x68,0x2d,0x17,0xf0, +0x08,0xcb,0xbb,0xb0,0x03,0x76,0x66,0x70,0x29,0xaa,0xaa,0xa5,0x07,0x77,0xb6,0xc0, +0x04,0x66,0xa5,0x80,0x04,0x67,0xb6,0x61,0x96,0x18,0x00,0x0c,0x03,0xf0,0x29,0x2b, +0x83,0x77,0xb0,0x98,0x73,0x77,0xb0,0x5b,0x86,0x6b,0x63,0x27,0x43,0x7a,0x91,0x58, +0x60,0x7e,0x40,0x19,0x8a,0x58,0x93,0x67,0x21,0x57,0x01,0x04,0xa7,0x77,0x60,0x04, +0xa7,0x77,0x40,0x04,0xa6,0x66,0x30,0x6b,0xaa,0xa8,0xa2,0x06,0x30,0x97,0x60,0x07, +0x67,0x5a,0x60,0x05,0x41,0x00,0x33,0x25,0x1a,0xf1,0x1d,0x0b,0x5a,0x67,0x59,0x0b, +0x87,0x48,0x79,0x08,0x4b,0x88,0x19,0x08,0x7c,0xaa,0x39,0x08,0x16,0x34,0x09,0x08, +0x70,0x35,0x96,0x0f,0xed,0x6e,0xe9,0x0a,0x39,0x64,0x39,0x0b,0x44,0x25,0x59,0x08, +0x49,0x79,0x09,0x08,0x49,0x69,0x09,0x49,0x1a,0x30,0x11,0x02,0x96,0x76,0x04,0xf1, +0x0d,0x89,0x90,0x7a,0x20,0x84,0x49,0x30,0x85,0x84,0x32,0x7c,0x70,0x80,0x97,0x7c, +0x74,0x85,0x45,0x19,0x60,0x80,0x19,0x09,0x46,0x80,0x21,0x77,0x03,0xa4,0x03,0xf0, +0x4c,0x42,0x40,0x00,0x1c,0x88,0xb7,0x70,0x8c,0x68,0xa6,0x50,0x0a,0x68,0xa6,0x50, +0x0b,0xab,0xca,0xa3,0x58,0x8d,0xc7,0x72,0x05,0xa8,0x69,0x20,0x86,0x06,0x20,0x64, +0x00,0x20,0x03,0x10,0x47,0x97,0x54,0x70,0x37,0xa8,0xc8,0xb4,0x3b,0x89,0xa7,0xb3, +0x37,0xb7,0x80,0x80,0x77,0x77,0x87,0xb3,0x73,0x39,0x88,0xc5,0x70,0x19,0x70,0x00, +0x2a,0xad,0xaa,0x80,0x85,0x8a,0x58,0x83,0x16,0x89,0x48,0x40,0x09,0x6d,0x66,0x80, +0x0a,0x6b,0x66,0x90,0x0a,0x6c,0x66,0x46,0x00,0x06,0x77,0x84,0x8d,0x02,0x70,0x17, +0x7c,0x87,0x60,0x06,0x7b,0x77,0xed,0x1b,0x82,0x72,0x09,0x77,0x7a,0x30,0x09,0x66, +0x6a,0x04,0x00,0xc0,0x00,0x4a,0x10,0x00,0x09,0x09,0x00,0x19,0x99,0x0d,0x98,0x00, +0x0b,0x22,0x30,0x99,0x0d,0x96,0x08,0x00,0x40,0x39,0x99,0x0d,0x99,0x08,0x00,0x00, +0x04,0x00,0xf1,0x0d,0x28,0x8a,0xb8,0x86,0x08,0x8b,0xa9,0x83,0x09,0x35,0x08,0x35, +0x09,0x3a,0x78,0x35,0x09,0x39,0x68,0x35,0x0c,0xab,0x8c,0xa5,0x09,0x00,0x00,0x35, +0xbe,0x18,0xf1,0x0b,0xa8,0x8c,0x70,0x00,0x90,0x28,0x00,0x68,0x88,0x88,0x82,0x07, +0x77,0x79,0x30,0x09,0x77,0x7a,0x40,0x09,0x00,0x04,0x40,0x09,0x88,0x8a,0xe3,0x26, +0xc4,0x76,0x73,0x8c,0x81,0x76,0x70,0xa8,0xa0,0x76,0x70,0xb6,0xb0,0x04,0x00,0x84, +0x82,0x70,0x82,0x60,0x60,0x69,0x50,0x72,0x3c,0x02,0xf2,0x0c,0x2a,0x78,0x7b,0x72, +0x2a,0x77,0x96,0xb0,0x27,0x74,0xa7,0xc0,0x37,0xa4,0xa7,0xc0,0x17,0xb6,0x76,0x80, +0x4b,0x72,0x80,0x82,0x71,0x87,0x77,0x62,0x13,0xf4,0x0c,0x9a,0x8a,0x71,0x29,0x79, +0x07,0x73,0x4b,0x9c,0x87,0x95,0x07,0x18,0x19,0x82,0x09,0x08,0x09,0xa3,0x0a,0x08, +0x05,0x53,0x73,0x08,0x00,0x96,0xc5,0x0b,0xf3,0x0c,0x58,0x89,0x88,0x82,0x07,0x76, +0x6a,0x10,0x05,0x76,0x69,0x10,0x68,0x77,0x77,0xb0,0x62,0xa7,0x85,0x90,0x62,0xb7, +0x74,0x90,0x62,0x10,0x03,0xc9,0x10,0xf0,0x01,0x26,0xbe,0x00,0x8d,0xff,0xff,0x00, +0xff,0xe9,0x5f,0x00,0xf3,0x00,0x0f,0x00,0xf0,0x04,0x00,0xf0,0x07,0x0a,0xff,0xaf, +0xf0,0x0a,0xfa,0xaf,0xa0,0x00,0x00,0xbd,0xcc,0xce,0xab,0x8b,0x00,0x07,0x58,0xcd, +0x66,0x6a,0xac,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0xf0,0x01,0x34,0x14,0x44, +0x43,0xff,0x7f,0xff,0xff,0xab,0x4b,0xbb,0xba,0xbc,0x5c,0xcc,0xcb,0x0c,0x00,0x44, +0x67,0x17,0x88,0x86,0x14,0x00,0x00,0xe4,0x26,0xf0,0x03,0x00,0x00,0x09,0xfa,0xa9, +0x00,0x9f,0xa0,0xaf,0x99,0xfa,0x00,0x0a,0xff,0xa0,0x00,0x00,0x99,0xfb,0x19,0xf0, +0x31,0x82,0xcf,0x4a,0xf4,0x1d,0xff,0x60,0x0a,0xff,0x30,0xaf,0x7d,0xf3,0xa6,0x01, +0xb3,0x00,0x0c,0x51,0x00,0x1d,0x7d,0x6e,0x70,0x8d,0x0d,0x65,0xf1,0xc7,0x0d,0x60, +0xe6,0xd7,0x06,0x20,0xe6,0x9d,0x00,0x04,0xf2,0x1e,0xc7,0x8f,0x80,0x01,0x9d,0xc6, +0x00,0x00,0x0c,0xc0,0x00,0x18,0x8f,0xf8,0x81,0x8f,0xfe,0xef,0xf8,0x2f,0xe0,0x0e, +0xf2,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x30,0x00,0x0c,0xc0,0xff,0x02,0xf4, +0x16,0x22,0x00,0x00,0xaf,0xaa,0xa0,0x01,0xda,0x6a,0xfa,0x03,0xe8,0xbf,0xb8,0xe3, +0xb6,0xdf,0xff,0xd6,0xb0,0x8f,0xfb,0xff,0x80,0x08,0xfc,0x0c,0xf8,0x00,0x5b,0x80, +0x8b,0x50,0x00,0x0f,0xf0,0x00,0x04,0x00,0xf0,0x17,0x07,0xff,0xff,0x70,0x00,0x9f, +0xf9,0x00,0x78,0x7a,0xa7,0x87,0xff,0xfb,0xbf,0xff,0xff,0xff,0xfb,0xbf,0x05,0xff, +0xff,0xf5,0x01,0xe3,0x00,0x03,0xe1,0xa8,0x00,0x00,0x08,0xaf,0xff,0x60,0x6f,0xff, +0x01,0x00,0x10,0xfd,0x04,0x00,0x00,0x20,0x07,0xf1,0x12,0x02,0xbf,0xfb,0x3f,0x2e, +0x91,0x18,0xff,0x9a,0x00,0x6c,0xff,0x31,0x00,0x24,0x44,0x44,0x42,0x00,0x13,0xff, +0xc6,0x00,0xb9,0xfe,0xa5,0x5b,0xd1,0xf2,0x8c,0xc8,0x10,0x30,0x33,0x0b,0x20,0x34, +0xcf,0x35,0x00,0xf3,0x08,0xab,0xff,0x00,0x4f,0x00,0x01,0x00,0x09,0x00,0x34,0xcf, +0x01,0xff,0xff,0x1b,0xff,0xff,0x1b,0xbb,0xff,0x01,0x00,0x4f,0xb5,0x2c,0xf2,0x20, +0x54,0x00,0x00,0x90,0x23,0xb3,0x34,0xcf,0x02,0xc3,0xbf,0xff,0xf1,0xb5,0x6c,0xff, +0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c,0x3a,0x00,0x4f,0x02,0x3b,0x30,0x00,0x10,0x05, +0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f,0xff,0xff,0xf8,0xcf,0xb1,0xbf,0xfb,0x5b,0xb4, +0x00,0x10,0xdf,0x87,0x00,0xf1,0x10,0xb4,0x00,0x03,0xfb,0x00,0x0b,0xff,0x40,0x6f, +0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff,0xf7,0xaa,0x8f,0xf2,0x1a,0xfd,0x40,0x40,0x00, +0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c,0x00,0x70,0x5e,0xff,0xf2,0x2e,0xfb,0x10,0x19, +0x85,0x18,0xf2,0x0a,0xa1,0x00,0x00,0xff,0xf7,0x00,0x0f,0xff,0xfd,0x40,0xff,0xff, +0xff,0xaf,0xff,0xff,0xfa,0xff,0xff,0xd4,0x0f,0xff,0x70,0x00,0xda,0xcf,0x0a,0xb9, +0x9b,0x90,0x9b,0x9f,0xff,0x0f,0xff,0xff,0xf0,0xff,0xff,0x07,0x00,0xae,0xf2,0x42, +0x02,0x42,0x24,0x44,0x44,0x2f,0xff,0xff,0x01,0x00,0xc1,0xf8,0xbb,0xbb,0xb8,0x20, +0x00,0x4f,0x80,0x2f,0xff,0x92,0xff,0x70,0x00,0x72,0xfe,0x5f,0xfd,0x22,0xf9,0x10, +0x1b,0xf1,0x08,0xf1,0x36,0x8f,0x80,0x00,0x00,0x7f,0xff,0x70,0x00,0x5f,0xff,0xff, +0x50,0x0e,0xff,0xff,0xfe,0x00,0x58,0x88,0x88,0x50,0x0f,0xff,0xff,0xff,0x00,0xab, +0xbb,0xbb,0xa0,0x00,0x06,0x20,0x07,0xf4,0x07,0xf5,0x05,0xf6,0x00,0x1e,0xb0,0x00, +0x2e,0xb0,0x00,0x2e,0x60,0x00,0x10,0x26,0x00,0x04,0xf7,0x00,0x05,0xf7,0x00,0x06, +0xf5,0x00,0xbe,0x10,0xbe,0x20,0x6e,0x20,0x00,0x10,0x0a,0x34,0xf0,0x01,0x03,0xf3, +0x00,0x00,0x4f,0x40,0x07,0x8a,0xfa,0x87,0xef,0xff,0xff,0xe0,0x04,0xf4,0x0e,0x00, +0x00,0x21,0x27,0x40,0x78,0x88,0x88,0x7e,0x59,0x00,0xf1,0x0c,0x8c,0xcc,0x80,0x01, +0xdd,0x16,0x3d,0xd1,0xcf,0x55,0xed,0x5f,0xcb,0xf5,0xdf,0xd5,0xfc,0x1d,0xd3,0x73, +0xdd,0x10,0x08,0xdc,0xc8,0x10,0x1d,0x89,0x01,0xf0,0x11,0x5e,0x8c,0xcc,0xa2,0x00, +0x00,0x2d,0xb4,0x49,0xf4,0x00,0x7a,0x1a,0xff,0x3f,0xe1,0x07,0xfa,0x06,0xf7,0xff, +0x10,0x0a,0xf3,0x03,0xef,0x40,0x00,0x06,0xcc,0x71,0xbb,0x02,0x01,0x00,0x26,0x2b, +0x20,0x3e,0x30,0xc2,0x15,0x10,0xfc,0x28,0x03,0xf0,0x10,0xfc,0xf6,0x00,0x00,0x00, +0xed,0x0d,0xe0,0x00,0x00,0x8f,0xe0,0xef,0x80,0x00,0x2f,0xff,0x6f,0xff,0x20,0x0b, +0xff,0xe2,0xef,0xfa,0x00,0xdf,0xff,0xff,0xff,0xd0,0xd4,0x09,0xf0,0x05,0x44,0x00, +0x04,0xf5,0xef,0xb1,0xcf,0xfd,0x01,0x8c,0xd1,0xc1,0x01,0xdc,0x81,0xc1,0xef,0xc1, +0xbf,0xfd,0x14,0x00,0x04,0x20,0x2b,0xe3,0x04,0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8, +0x08,0xf4,0xb8,0x00,0x08,0xb0,0xb8,0x28,0xc2,0x80,0x00,0x8b,0x4f,0x80,0x8f,0x40, +0x4f,0xcf,0x40,0x00,0x4e,0xda,0x2a,0xf2,0x11,0x94,0x14,0x44,0x40,0x00,0xbf,0xf8, +0xbb,0xbf,0x10,0x08,0xb7,0x60,0x00,0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20,0x00,0xb7, +0x44,0x5e,0xfd,0x50,0x07,0xbb,0xb8,0x5f,0x80,0x40,0x0a,0x43,0xdf,0xfb,0x00,0x00, +0x81,0x02,0x05,0x01,0x00,0x01,0x06,0x02,0x00,0x4f,0x1c,0x22,0x9f,0xf9,0xc4,0x02, +0x03,0xd0,0x02,0x71,0x78,0x4f,0xf4,0x87,0xff,0xe8,0x8e,0xc8,0x02,0x13,0x00,0xd1, +0x0c,0x63,0xea,0x00,0x00,0x00,0xef,0xe0,0xde,0x00,0xf2,0x03,0x4f,0x70,0x00,0x00, +0x1d,0xe0,0x07,0xdc,0x4d,0xf3,0x00,0xef,0xff,0xe3,0x00,0x0a,0xec,0x70,0xf3,0x09, +0xf3,0x1b,0xcd,0xc0,0x2d,0xc0,0xe7,0xf2,0xee,0x20,0x4b,0xff,0xe2,0x00,0x04,0xff, +0xa0,0x00,0xcd,0xf9,0xf9,0x00,0xe7,0xe0,0x7f,0x90,0x4a,0x40,0x04,0x50,0x00,0xff, +0xf7,0x47,0x4f,0xff,0x47,0xf8,0xff,0xff,0xff,0x8f,0xff,0xff,0x07,0x00,0xf0,0x10, +0xfb,0x78,0x88,0x7f,0xff,0xff,0x00,0x24,0x44,0x41,0x0f,0xbb,0xbb,0xe2,0xf0,0x00, +0x0f,0xdf,0x44,0x44,0xff,0xff,0xfc,0xff,0xff,0xf9,0x09,0xff,0xff,0xd5,0xdf,0x20, +0x02,0x30,0x01,0x11,0x11,0xf4,0x01,0xf0,0x06,0x01,0x11,0x11,0x05,0x55,0x55,0x55, +0xcc,0xcc,0xcc,0xc0,0x11,0x11,0x10,0xff,0xff,0xff,0xf0,0x11,0x11,0x10,0xc1,0x00, +0xf1,0x00,0x9f,0xff,0xff,0xf9,0xb7,0xff,0xff,0x7b,0xfe,0x7c,0xc7,0xef,0xff,0xfa, +0xaf,0xd5,0x00,0xf1,0x08,0x07,0xff,0x60,0x00,0xaf,0xf2,0x00,0x0c,0xff,0x87,0x00, +0xef,0xff,0xb0,0x07,0x8e,0xf2,0x00,0x00,0xf8,0x00,0x00,0x3e,0x80,0x2c,0xf1,0x1f, +0x79,0xb9,0x70,0x0f,0xfc,0xff,0x00,0xff,0x68,0x83,0x0f,0xf8,0xff,0x8b,0xff,0x8f, +0xf8,0x8f,0xf8,0xff,0xff,0x78,0x8f,0xff,0xf0,0x07,0xff,0xff,0x00,0x0d,0x00,0x00, +0x4e,0xfe,0x30,0x0d,0xff,0xfd,0x00,0xff,0xff,0xf0,0x3f,0xff,0xff,0x3b,0xa3,0x00, +0x41,0x88,0x60,0x04,0xf4,0xb7,0x01,0xf4,0x03,0xdf,0x18,0x81,0x88,0x1f,0xfe,0xaa, +0xca,0xae,0xff,0xea,0xac,0xaa,0xef,0xf1,0x80,0x00,0x81,0xd1,0x03,0x01,0x01,0x00, +0xf0,0x07,0x4b,0xc0,0x00,0x00,0x5c,0xff,0xb0,0x00,0x6e,0xff,0xff,0x40,0x0d,0xff, +0xff,0xfc,0x00,0x06,0x88,0xcf,0xf5,0x00,0x02,0x02,0x00,0x05,0x00,0x00,0x91,0x0a, +0x13,0x5d,0x2a,0x00,0x9b,0xff,0xf8,0xb0,0xff,0xf8,0xfb,0xff,0xfc,0x88,0x11,0x03, +0xf3,0x0a,0x00,0x04,0x77,0x40,0x00,0x09,0xff,0xcc,0xff,0x90,0xcd,0x40,0x00,0x04, +0xdc,0x20,0x4b,0xff,0xb4,0x02,0x01,0xfa,0x55,0xaf,0x10,0xcd,0x33,0x21,0xee,0x00, +0x54,0x29,0x00,0x31,0x04,0xc0,0x44,0x40,0xfb,0xbb,0xbb,0xbb,0xda,0xf7,0xee,0xee, +0xee,0x5f,0x4e,0x01,0xb9,0x2f,0xf5,0x66,0x66,0x66,0xab,0x8b,0xbb,0xbb,0xbb,0xb3, +0x1e,0x00,0x10,0x70,0x1e,0x00,0x10,0x80,0x1e,0x00,0x1e,0x54,0x1e,0x00,0xcd,0xe0, +0x00,0x5f,0xf8,0xff,0xf0,0x00,0x2f,0xf5,0x66,0x64,0x44,0x1e,0x00,0xcc,0xe7,0x00, +0x00,0x5f,0xf8,0xf8,0x00,0x00,0x2f,0xf5,0x65,0x44,0x1e,0x00,0x60,0xd8,0xf0,0x00, +0x00,0x00,0x5f,0x05,0x00,0x61,0x2f,0xf4,0x44,0x44,0x44,0xad,0x1e,0x00,0x04,0x2c, +0x02,0x10,0xd8,0x05,0x00,0xf0,0x04,0x36,0x40,0x00,0x09,0xb1,0x91,0x11,0x17,0x20, +0xef,0x88,0xd8,0x88,0xd9,0x02,0x20,0x06,0x48,0x70,0x18,0x03,0x14,0xec,0xb7,0x0e, +0xf3,0x1d,0xdd,0xc3,0x04,0xff,0x3e,0xd0,0x9c,0xb5,0x5f,0x2b,0xf7,0x1a,0xf4,0xbf, +0x81,0xbf,0x39,0xc9,0x64,0xf2,0x4f,0xf3,0xde,0x00,0x6d,0xed,0x30,0x78,0xdf,0xd8, +0x77,0x88,0x88,0x87,0x8f,0xff,0xff,0x88,0xcc,0x8c,0xc8,0x8c,0xc8,0xcc,0x07,0x00, +0x30,0x85,0xff,0xff,0x4f,0x01,0xf5,0x0f,0x7e,0x30,0x00,0x00,0x4b,0xfe,0x00,0x00, +0x8f,0x9b,0x70,0x00,0x8f,0xff,0x40,0x00,0x8f,0xff,0x80,0x00,0x7f,0xff,0x80,0x00, +0x0e,0xff,0x80,0x00,0x00,0xee,0x3e,0x29,0xd2,0xaf,0xff,0xff,0xfc,0x0b,0xff,0x9c, +0xc9,0xff,0xaf,0xff,0xc1,0x1c,0x05,0x00,0x01,0x0f,0x00,0x01,0x19,0x00,0xf3,0x02, +0x07,0xff,0xfe,0x17,0xb6,0x27,0xc3,0xfe,0xb9,0xbe,0x3f,0xff,0xff,0xf3,0xff,0xff, +0xff,0x07,0x00,0x41,0x3c,0xff,0xff,0xe1,0xc0,0x0c,0xc0,0x23,0x00,0x02,0xf0,0x2e, +0x92,0x22,0x5f,0x0d,0xff,0xff,0xff,0x09,0x00,0x33,0x21,0x00,0x23,0x58,0x00,0x50, +0xf0,0x00,0xf0,0x00,0x00,0x51,0x02,0x21,0xf2,0xff,0xcb,0x01,0x00,0x05,0x00,0x00, +0x15,0x03,0x00,0x6f,0x52,0x0f,0x01,0x00,0x52,0x0b,0x67,0x00,0x1f,0x0b,0x6c,0x00, +0x49,0x38,0xf2,0x00,0xec,0x0e,0x00,0x92,0xfd,0xf7,0xfb,0x00,0xf3,0x00,0x00,0x00, +0xfe,0x62,0x39,0x4f,0xf9,0x00,0xfb,0xfd,0xf6,0x00,0x4f,0x86,0xfd,0xfe,0xf9,0x00, +0xfd,0xff,0xfc,0xf7,0x69,0x00,0x5f,0xfc,0x00,0xff,0x00,0xfe,0x76,0x00,0x4c,0x36, +0xfa,0xff,0xf5,0x82,0x00,0x8f,0xfc,0x00,0xff,0x04,0x04,0x00,0x00,0x01,0xec,0x00, +0x48,0x1c,0xf9,0x11,0x00,0x14,0xfc,0xbd,0x27,0x0f,0xe6,0x00,0x49,0x33,0xf8,0x00, +0xf3,0x6e,0x00,0xd2,0xff,0xff,0x00,0x00,0xf8,0xfe,0xfe,0x00,0x01,0xfe,0xff,0xfa, +0x03,0xd6,0x02,0x22,0x03,0xfe,0x95,0x04,0x0f,0x01,0x00,0x42,0x15,0xfc,0x0a,0x00, +0x40,0xfe,0xfe,0xfd,0x00,0xfc,0x07,0x05,0x69,0x00,0x00,0xde,0x01,0x2f,0xff,0xff, +0xe1,0x01,0x46,0x14,0xfc,0xf2,0x00,0x26,0xfd,0xfd,0xe1,0x00,0x12,0xfd,0x13,0x00, +0x1f,0xfe,0x59,0x02,0x46,0x13,0xfb,0x65,0x00,0x40,0xff,0x00,0xfa,0x00,0xf0,0x00, +0x2a,0xfe,0xfd,0x4d,0x02,0x12,0xfe,0x74,0x01,0x0f,0x01,0x00,0x53,0x14,0xff,0x4a, +0x04,0x3f,0xff,0x00,0xfc,0x77,0x00,0x45,0x40,0xf6,0x00,0xf6,0xf6,0xf8,0x00,0xd0, +0xff,0xec,0xfd,0x00,0x00,0x01,0x01,0xfd,0x00,0xfc,0x00,0xfb,0xfe,0x03,0x01,0x9f, +0xfd,0xfd,0xff,0xfe,0xfd,0xfe,0xfc,0xfe,0xfc,0x58,0x02,0x4a,0x11,0xff,0xe0,0x00, +0x1f,0xfe,0x55,0x01,0x57,0x05,0x0a,0x05,0x3f,0xfa,0x00,0x00,0x75,0x00,0x58,0x12, +0xfa,0xf2,0x00,0x10,0xff,0xb4,0x08,0x23,0xfe,0xfe,0xc0,0x02,0x12,0xff,0x04,0x00, +0x6f,0xfb,0xfe,0xfd,0xfe,0xfe,0xfd,0xd1,0x02,0x41,0x52,0xf3,0x00,0xea,0x00,0xf8, +0xd7,0x02,0xe2,0xfc,0x00,0xfd,0xef,0xfc,0xf5,0xf8,0x00,0xf5,0x00,0xf5,0x00,0xfe, +0xfe,0x4d,0x03,0x5f,0xff,0xfb,0xfb,0x00,0xfb,0xf3,0x00,0x44,0x41,0xf0,0xfb,0xf0, +0xf5,0x30,0x05,0x31,0xeb,0xff,0xfd,0x6c,0x00,0x30,0xf5,0x00,0xfa,0x5d,0x02,0x03, +0xd6,0x02,0x1f,0xfe,0x91,0x06,0x43,0x00,0x2a,0x03,0x03,0x08,0x00,0x10,0xfd,0x26, +0x05,0x50,0x01,0xff,0x00,0xff,0x00,0xe5,0x0e,0x06,0x20,0x00,0x0f,0x6b,0x02,0x43, +0x37,0xfe,0x00,0x02,0x28,0x05,0x28,0x00,0x00,0xa0,0x04,0x0f,0x7b,0x07,0x4a,0xb2, +0xf1,0xf6,0xf1,0xf3,0xfd,0xfd,0x00,0xfa,0xfd,0xee,0xfa,0x86,0x07,0xff,0x03,0xf8, +0x00,0xf6,0xf7,0xfd,0xf6,0x00,0x00,0xf9,0xf8,0xfd,0xf9,0xfb,0xfb,0xfa,0xfb,0xf5, +0x00,0xf1,0x00,0x44,0x21,0xfe,0xfc,0x07,0x00,0x21,0xf9,0xff,0x56,0x01,0x11,0xfe, +0xd9,0x01,0x14,0xff,0xe0,0x01,0x0f,0xd1,0x03,0x46,0x40,0xf7,0xfd,0xf7,0xf9,0x78, +0x00,0x62,0xff,0xf6,0xff,0x00,0xff,0x01,0xd1,0x03,0x02,0xb0,0x04,0x30,0xfe,0x00, +0xfc,0x9f,0x06,0x1f,0xfc,0x19,0x06,0x44,0x22,0xff,0xfb,0xc2,0x03,0x25,0xf7,0xff, +0xfe,0x06,0x09,0xe6,0x01,0x1f,0xff,0xce,0x02,0x42,0x04,0xd0,0x02,0x00,0x70,0x01, +0x14,0xfd,0x7a,0x00,0x03,0x75,0x07,0x30,0xfe,0xff,0xfe,0x03,0x00,0x0f,0xf0,0x00, +0x43,0xc3,0xf3,0xf7,0xf3,0xf6,0xfc,0xfc,0xff,0xfe,0xfe,0xf2,0xfe,0xfe,0x3d,0x0b, +0xed,0xf6,0xfa,0x00,0xf7,0x00,0x00,0xfa,0xfa,0xfc,0xfb,0xfe,0xfd,0xfb,0xfe,0x0a, +0x09,0x0f,0x82,0x07,0x37,0x00,0xe4,0x00,0x40,0xfd,0xfb,0xfc,0x00,0xf5,0x07,0x10, +0xfe,0xf9,0x00,0x02,0x1d,0x05,0x0f,0x27,0x05,0x46,0x0b,0x01,0x00,0x72,0xf4,0xfc, +0xf8,0xfc,0x00,0xf6,0x00,0x37,0x1d,0x12,0x0a,0x2a,0x05,0x2f,0x00,0x02,0xda,0x09, +0x45,0x03,0xde,0x01,0x04,0x08,0x07,0x18,0xfd,0x63,0x03,0x0f,0x5c,0x09,0x47,0x44, +0xfc,0xff,0x01,0xff,0x63,0x00,0x10,0xf8,0x62,0x08,0x45,0xf9,0x00,0xfc,0xfe,0xe4, +0x08,0x00,0x48,0x03,0x1f,0xff,0x18,0x0d,0x4e,0x10,0xfd,0x7f,0x00,0x10,0xfd,0xec, +0x01,0x04,0x34,0x04,0x4f,0x01,0x01,0x01,0x01,0x56,0x02,0x45,0x13,0x01,0xa5,0x03, +0x21,0xfd,0xfd,0x68,0x01,0x10,0xfc,0x31,0x04,0x06,0x78,0x00,0x1f,0xff,0x78,0x00, +0x41,0x00,0xf2,0x5d,0x41,0xf9,0xfe,0xf9,0xfe,0xe8,0x46,0x00,0x57,0x1a,0x70,0x09, +0x07,0x05,0x08,0x00,0x09,0xfd,0x3b,0x04,0x01,0x89,0x06,0x1f,0x02,0x22,0x0d,0x45, +0x22,0x02,0xfb,0x9f,0x3e,0x15,0xfb,0x6c,0x09,0x10,0xfe,0x9a,0x06,0x01,0xd2,0x02, +0x01,0x42,0x04,0x3f,0x00,0x02,0xfe,0xbe,0x03,0x48,0x02,0x58,0x01,0x01,0xd7,0x01, +0x1f,0xfe,0x62,0x09,0x54,0x75,0x02,0xfa,0x02,0x00,0x02,0x02,0xfe,0x84,0x00,0x13, +0xfe,0x58,0x02,0x23,0xff,0x00,0xe9,0x01,0x0f,0xb8,0x0b,0x58,0x0f,0x10,0x0e,0x4e, +0x0a,0x54,0x08,0x01,0x48,0x03,0x1f,0xfc,0xd8,0x00,0x54,0xa4,0xf8,0xfd,0xf8,0xfb, +0x04,0x04,0x00,0xfe,0x00,0xf8,0xa4,0x06,0x34,0x02,0xfd,0xff,0xf8,0x07,0x00,0x1e, +0x64,0x1f,0xff,0x78,0x0f,0x44,0x17,0x01,0x28,0x05,0x00,0xd5,0x01,0x0f,0x60,0x09, +0x54,0x75,0x01,0xfc,0x01,0x01,0x02,0x02,0xfc,0x7d,0x00,0x02,0x50,0x02,0x11,0xff, +0xa3,0x06,0x0f,0xa4,0x05,0x48,0x42,0xfe,0xfb,0xff,0xfb,0x60,0x00,0x12,0xfa,0x48, +0x03,0x00,0x1b,0x06,0x05,0x5e,0x09,0x0f,0xf6,0x00,0x47,0x53,0xfe,0xfa,0x00,0xfa, +0xff,0x48,0x0b,0x10,0xfd,0x9e,0x04,0x00,0xa0,0x05,0x09,0x78,0x00,0x0f,0xf2,0x00, +0x40,0x00,0x07,0x06,0x10,0x01,0x66,0x08,0x11,0x01,0xa9,0x03,0x10,0xfb,0x1f,0x05, +0x00,0x09,0x17,0x1f,0xfe,0xe0,0x01,0x50,0x10,0xfb,0xef,0x0e,0x02,0x10,0x0e,0x12, +0xfd,0x2c,0x0c,0x09,0x68,0x01,0x0f,0xa8,0x0c,0x45,0x08,0x48,0x01,0x13,0xfc,0x05, +0x00,0x14,0xfd,0xa5,0x04,0x13,0xff,0x4a,0x0b,0x0f,0x01,0x00,0x73,0x1f,0xfd,0x02, +0x01,0x0c,0x0b,0x2a,0x08,0x1f,0xfd,0xa5,0x08,0x36,0x1f,0xfc,0xe5,0x00,0x58,0x15, +0xfc,0x6e,0x00,0x31,0xfc,0xfa,0xfc,0x68,0x0c,0x09,0xfd,0x12,0x0c,0x0d,0x13,0x0a, +0x1f,0x01,0x00,0x53,0x08,0x0f,0x21,0x16,0x2e,0x09,0x40,0x07,0x0f,0x99,0x16,0x58, +0x0f,0x01,0x00,0x56,0x1e,0xf7,0xe9,0x00,0x0f,0x92,0x00,0x52,0x13,0xfa,0x74,0x25, +0x0f,0x61,0x01,0x56,0x0f,0xd0,0x02,0x0c,0x1f,0x05,0xf0,0x00,0x53,0x0f,0x28,0x04, +0x5f,0x09,0x30,0x04,0x1f,0xf7,0xa8,0x04,0x65,0x3f,0xf8,0xfc,0xfc,0xfa,0x02,0x53, +0x1c,0xf6,0x61,0x0c,0x1e,0x01,0xf8,0x00,0x0e,0x34,0x04,0x08,0xf6,0x0d,0x3f,0xf4, +0xf7,0xf4,0x48,0x03,0x2d,0x1f,0xff,0xf6,0x01,0x1a,0x13,0xf7,0x07,0x00,0x2f,0xf7, +0xf7,0x22,0x18,0x41,0x0f,0x09,0x18,0x4b,0x0f,0xc7,0x04,0x6e,0x13,0xfa,0xb0,0x54, +0x0f,0x01,0x00,0x4d,0x0f,0xa2,0x04,0x65,0x43,0xfa,0xfc,0x00,0xfc,0x08,0x07,0x10, +0xfc,0xe8,0x0b,0x05,0xba,0x16,0x1f,0xfa,0x6d,0x01,0x4b,0x1f,0xfb,0xeb,0x08,0x64, +0x15,0xfb,0xfa,0x07,0x00,0xf0,0x00,0x20,0xfc,0xfb,0x08,0x00,0x00,0xf7,0x19,0x0f, +0xd0,0x02,0x51,0x10,0xfd,0xf2,0x0a,0x1f,0x01,0x8b,0x07,0x60,0x1f,0xfc,0x4c,0x0a, +0x8b,0x0f,0x80,0x08,0x4a,0x2f,0xf7,0xfa,0x68,0x02,0x63,0x1f,0xfb,0xd0,0x02,0x5a, +0x03,0xe5,0x01,0x1f,0xfb,0x53,0x02,0x58,0x18,0xfd,0x94,0x05,0x4f,0xfb,0xfb,0xfb, +0xfd,0x54,0x02,0x5c,0x1f,0xfd,0x30,0x0c,0x5a,0x1f,0xfb,0xe9,0x11,0x5a,0x0f,0x27, +0x06,0x2b,0x1f,0xfd,0x5d,0x06,0x30,0x1b,0x01,0x53,0x00,0x0f,0x98,0x0d,0x5a,0x0f, +0xe3,0x0a,0x68,0x14,0xfd,0x6d,0x00,0x0f,0x37,0x04,0x54,0x1f,0xf3,0xbe,0x01,0x0c, +0x17,0xfa,0x8e,0x00,0x1a,0xfb,0x48,0x17,0x12,0xf4,0x74,0x03,0x10,0xfd,0x8c,0x0e, +0x23,0xf7,0xfa,0x19,0x0a,0x2f,0xfb,0xf8,0x10,0x0e,0x36,0x01,0x37,0x17,0x06,0x65, +0x03,0x21,0xfb,0xfb,0x35,0x00,0x01,0x25,0x20,0x08,0xfc,0x03,0x07,0x0a,0x04,0x0f, +0x8b,0x06,0x88,0x1f,0xf8,0xaa,0x06,0x33,0x1f,0xfc,0xd8,0x09,0x4a,0x1e,0xfc,0x3b, +0x0f,0x0f,0x81,0x00,0x25,0x1f,0xfc,0x8b,0x0a,0x64,0x1f,0xf4,0xe0,0x22,0x12,0x03, +0x1e,0x07,0x28,0xfc,0xfd,0x2a,0x07,0x26,0xf8,0xfa,0x75,0x03,0x2f,0xf6,0xfb,0xc6, +0x00,0x1c,0x1f,0xf7,0xe0,0x01,0x1d,0x1f,0x01,0x56,0x17,0x04,0x0f,0x10,0x0e,0x2a, +0x0f,0x68,0x03,0x14,0x02,0x87,0x00,0x44,0xf8,0xfb,0xfb,0xfb,0x8b,0x0a,0x25,0xf7, +0xfc,0xce,0x26,0x0f,0x78,0x00,0x32,0x1f,0xfc,0xfc,0x27,0x08,0x16,0xfc,0xc0,0x03, +0x3f,0xff,0xfa,0xfc,0xc9,0x0c,0x94,0x1f,0xf4,0xed,0x12,0x27,0x12,0xfd,0x68,0x01, +0x0f,0xe0,0x01,0x43,0x0e,0xbb,0x25,0x0f,0x58,0x02,0x33,0x1f,0xfd,0xd7,0x14,0x32, +0x0f,0x2b,0x0c,0x51,0x15,0xfd,0x03,0x12,0x38,0xf8,0xf8,0xf8,0xb9,0x06,0x1f,0xf7, +0xea,0x0b,0x5d,0x2f,0xf7,0xfc,0x02,0x13,0x67,0x1f,0xfd,0xe6,0x27,0x23,0x0f,0xa3, +0x01,0x28,0x1f,0xff,0x08,0x07,0x48,0x0f,0x1b,0x02,0x0e,0x1f,0xfd,0x78,0x00,0x64, +0x0f,0x3d,0x00,0x59,0x1e,0xfc,0x48,0x00,0x0f,0xad,0x0a,0x43,0x1f,0x03,0x78,0x00, +0x38,0x0f,0xe0,0x01,0x36,0x1f,0xff,0xd0,0x02,0x56,0x0f,0x90,0x15,0x38,0x0f,0x1f, +0x19,0x57,0x1f,0xfc,0x87,0x01,0x27,0x2e,0xfc,0xfd,0x9f,0x02,0x0f,0x78,0x00,0x35, +0x1f,0xf7,0xf0,0x00,0x45,0x1f,0xfb,0x7b,0x1a,0x64,0x1f,0xfa,0x3b,0x00,0x33,0x1f, +0xfc,0x59,0x1b,0x95,0x1f,0xfd,0x1d,0x00,0x0b,0x01,0x03,0x0e,0x1f,0xfc,0x32,0x00, +0x13,0x1f,0xfd,0x98,0x00,0x50,0x1f,0x04,0xf7,0x03,0x64,0x1f,0x04,0x79,0x00,0x05, +0x1f,0x06,0x2f,0x1d,0x8c,0x1f,0xfb,0x78,0x00,0x14,0x1f,0xff,0x07,0x04,0x14,0x1f, +0x03,0x38,0x04,0x33,0x1f,0xfc,0x7b,0x16,0x64,0x1f,0xfc,0xc3,0x1e,0x72,0x2f,0x03, +0x03,0xa5,0x12,0x71,0x0f,0x62,0x13,0x69,0x09,0xbb,0x0b,0x2f,0x00,0xfa,0x00,0x0f, +0x4c,0x03,0x3b,0x00,0x07,0x48,0x12,0x2f,0xfc,0xfd,0xa1,0x03,0x3a,0x0f,0x6f,0x0d, +0x47,0x1f,0xfd,0xa4,0x16,0x20,0x04,0x0f,0x00,0x07,0xb0,0x35,0x1f,0xfc,0xd8,0x09, +0x58,0x0f,0x60,0x1a,0x53,0x0f,0x91,0x01,0x14,0x0f,0x0b,0x1a,0x5c,0x0f,0xa8,0x0c, +0x3d,0x1f,0xfc,0x96,0x38,0x0a,0x0f,0xe9,0x1a,0x28,0x1f,0xf8,0x51,0x1b,0x26,0x27, +0xfd,0xfa,0xf3,0x0f,0x2f,0xfd,0xfc,0x88,0x0e,0x2c,0x2e,0xf8,0xf8,0xc6,0x1a,0x05, +0xce,0x02,0x03,0xa0,0x13,0x14,0xfd,0x15,0x2a,0x24,0xff,0xff,0x38,0x04,0x28,0xfc, +0xfb,0x3b,0x04,0x11,0x01,0x05,0x00,0x10,0x02,0x5a,0x05,0x37,0x04,0x03,0x05,0x9d, +0x07,0x02,0x9e,0x07,0x03,0x5f,0x7c,0xa5,0x00,0x00,0x0e,0x0f,0x10,0x00,0x00,0x0a, +0x11,0x0a,0x64,0x7c,0x20,0x02,0x1b,0x20,0x00,0x02,0x69,0x7c,0xff,0x05,0x21,0x22, +0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b, +0x2c,0x2d,0x90,0x2f,0x06,0xf0,0x10,0x2e,0x2f,0x30,0x00,0x31,0x32,0x33,0x34,0x35, +0x36,0x37,0x00,0x38,0x39,0x3a,0x00,0x00,0x3b,0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x00, +0x42,0x43,0x44,0x45,0x46,0x47,0x8b,0x46,0xf0,0x2c,0x49,0x4a,0x4b,0x4c,0x4d,0x00, +0x4e,0x36,0x4f,0x00,0x50,0x51,0x00,0x00,0x36,0x52,0x32,0x32,0x53,0x54,0x55,0x56, +0x57,0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x00,0x5f,0x60,0x61,0x62,0x63,0x64,0x65, +0x66,0x67,0x68,0x69,0x32,0x6a,0x6b,0x00,0x6c,0x6d,0x6e,0x6f,0x6f,0x00,0x70,0x00, +0x71,0x72,0x73,0x00,0x74,0x62,0x00,0x10,0x75,0xbb,0x68,0x30,0x32,0x77,0x78,0xf8, +0x66,0x8f,0x7a,0x7b,0x7c,0x00,0x7d,0x7e,0x7f,0x00,0x01,0x00,0xff,0x42,0x22,0x01, +0x02,0xb1,0x49,0x30,0x03,0x04,0x00,0x89,0x7e,0x06,0x19,0x00,0x21,0x09,0x0a,0x51, +0x3d,0x10,0x0c,0x09,0x40,0x10,0x00,0x3d,0x02,0x11,0x00,0x08,0x00,0x51,0x0d,0x00, +0x0f,0x10,0x11,0x41,0x02,0x31,0x00,0x17,0x03,0x10,0x54,0xf4,0x03,0x19,0x19,0x19, +0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x1f,0x20,0xb3, +0x7e,0x0f,0xe7,0x07,0x03,0xf3,0x01,0x27,0x28,0x29,0x00,0x2a,0x00,0x2b,0x2c,0x2d, +0x2e,0x00,0x2b,0x2b,0x00,0x2f,0x30,0x48,0x02,0x30,0x38,0x39,0x3a,0x46,0x02,0x31, +0x3d,0x3e,0x3f,0xf6,0x6e,0x50,0x41,0x42,0x00,0x43,0x00,0x4c,0x02,0x00,0x49,0x02, +0xd0,0x00,0x4c,0x4c,0x00,0x00,0x4d,0x4e,0x00,0x4f,0x50,0x51,0x52,0x53,0x47,0x02, +0x01,0x48,0x02,0x20,0x56,0x44,0x4a,0x02,0x31,0x5f,0x60,0x56,0x4a,0x02,0x30,0x00, +0x00,0x00,0x4d,0x02,0x41,0x6a,0x6b,0x00,0x00,0x4e,0x02,0x50,0x00,0x70,0x71,0x72, +0x73,0xbd,0x6a,0x6f,0x75,0x76,0x00,0x00,0x77,0x78,0x36,0x02,0xff,0x3c,0x50,0x00, +0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 12260, .glyph_id_start = 113, .list_length = 46, .type = 3, .unicode_list = 4584, .glyph_id_ofs_list = 0 }, +{ .range_start = 12449, .range_length = 43, .glyph_id_start = 159, .list_length = 43, .type = 0, .unicode_list = 0, .glyph_id_ofs_list = 4676 }, +{ .range_start = 12493, .range_length = 33, .glyph_id_start = 198, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 12527, .range_length = 51124, .glyph_id_start = 231, .list_length = 342, .type = 3, .unicode_list = 4719, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[37995] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_XXS_s = { +.uncomp_size = 37635, +.comp_size = 20196, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 127, +.right_class_cnt = 120, +.glyph_bitmap = 5403, +.class_pair_values = 21249, +.left_class_mapping = 36489, +.right_class_mapping = 37062, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 37995, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_16.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_bold_16.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD.c index f3fcfae8095..9ea2a02532d 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD.c @@ -3040,7 +3040,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[80432] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_bold_16 = { +const etxLz4Font lv_font_noto_jp_bold_STD = { .uncomp_size = 80072, .comp_size = 48379, .line_height = 19, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD_s.c new file mode 100644 index 00000000000..c973f9310b2 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_STD_s.c @@ -0,0 +1,2018 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x80,0x02,0x08,0x00,0xf3,0x30,0x10,0x04,0x03,0x08,0x01, +0x00,0x0c,0x00,0x50,0x06,0x06,0x04,0x00,0x04,0x18,0x00,0x80,0x06,0x07,0x08,0x00, +0x00,0x34,0x00,0x80,0x06,0x06,0x0a,0x00,0xff,0x52,0x00,0x90,0x0a,0x0b,0x08,0x00, +0x00,0x7e,0x00,0x20,0x08,0x08,0x08,0x00,0x00,0x9e,0x00,0x90,0x03,0x03,0x04,0x00, +0x04,0xa4,0x00,0x30,0x04,0x04,0x0c,0x00,0xfd,0xbc,0x08,0x00,0x90,0xd4,0x00,0x90, +0x05,0x06,0x05,0x00,0x03,0xe3,0x40,0x00,0x40,0x06,0x00,0x01,0xf8,0x28,0x00,0xf3, +0x15,0x05,0x00,0xfd,0x00,0x01,0x10,0x04,0x04,0x02,0x00,0x02,0x04,0x01,0x90,0x03, +0x03,0x02,0x00,0x00,0x07,0x01,0x40,0x04,0x04,0x0b,0x00,0xfd,0x1d,0x01,0x80,0x06, +0x06,0x08,0x00,0x00,0x35,0x08,0x00,0x13,0x4d,0x08,0x00,0x13,0x65,0x08,0x00,0x22, +0x7d,0x01,0x88,0x00,0x13,0x99,0x10,0x00,0x13,0xb1,0x10,0x00,0x13,0xcd,0x10,0x00, +0x13,0xe5,0x08,0x00,0x13,0xfd,0x08,0x00,0x90,0x15,0x02,0x90,0x03,0x03,0x06,0x00, +0x00,0x1e,0x08,0x00,0x52,0x09,0x00,0xfd,0x2c,0x02,0x88,0x00,0x10,0x41,0x08,0x00, +0x43,0x05,0x00,0x01,0x53,0x10,0x00,0x60,0x68,0x02,0xa0,0x05,0x06,0x08,0xfe,0x00, +0xf0,0x0b,0x10,0x0b,0x0b,0x0a,0x00,0xfe,0xb7,0x02,0x10,0x07,0x09,0x08,0xff,0x00, +0xdb,0x02,0x80,0x07,0x07,0x08,0x01,0x00,0xf7,0x02,0x40,0x07,0x68,0x00,0x31,0x13, +0x03,0xe0,0x10,0x00,0xb1,0x2f,0x03,0xc0,0x06,0x06,0x08,0x01,0x00,0x47,0x03,0x70, +0x08,0x00,0x40,0x5f,0x03,0xe0,0x07,0x08,0x01,0x40,0x7f,0x03,0x50,0x08,0x20,0x00, +0xb1,0x9b,0x03,0xa0,0x03,0x02,0x08,0x01,0x00,0xa3,0x03,0x40,0x88,0x00,0x31,0xbb, +0x03,0x90,0x38,0x00,0xf1,0x04,0xd7,0x03,0x60,0x06,0x05,0x08,0x01,0x00,0xeb,0x03, +0x60,0x09,0x08,0x08,0x01,0x00,0x0b,0x04,0x40,0x30,0x00,0x31,0x27,0x04,0x80,0x48, +0x01,0x41,0x47,0x04,0x50,0x07,0x50,0x00,0x92,0x04,0x80,0x08,0x09,0x0a,0x00,0xfe, +0x8c,0x04,0x80,0x00,0x31,0xa8,0x04,0xe0,0xe8,0x00,0x13,0xc4,0x08,0x00,0x31,0xe0, +0x04,0x40,0x30,0x00,0xf2,0x03,0x00,0x05,0xd0,0x06,0x08,0x08,0xff,0x00,0x20,0x05, +0x10,0x0a,0x0a,0x08,0x00,0x00,0x48,0x05,0x20,0x00,0x31,0x64,0x05,0x60,0x18,0x00, +0x31,0x84,0x05,0xc0,0x10,0x00,0xf0,0x0d,0xa0,0x05,0x30,0x04,0x03,0x0a,0x01,0xfe, +0xaf,0x05,0x40,0x04,0x05,0x0b,0x00,0xfd,0xcb,0x05,0x30,0x04,0x04,0x0a,0x00,0xfe, +0xdf,0x05,0x80,0x06,0xa0,0x01,0xf0,0x02,0xee,0x05,0x40,0x06,0x07,0x01,0x00,0xfe, +0xf2,0x05,0xe0,0x06,0x04,0x04,0x01,0x06,0xfa,0x18,0x00,0x61,0x06,0x00,0x00,0x0c, +0x06,0x10,0xf8,0x00,0x40,0x28,0x06,0xd0,0x05,0x10,0x00,0x13,0x3a,0x10,0x00,0x31, +0x56,0x06,0x60,0x20,0x00,0xb0,0x68,0x06,0x10,0x04,0x05,0x08,0x00,0x00,0x7c,0x06, +0x90,0x68,0x00,0x23,0xfe,0x98,0x20,0x00,0xf1,0x04,0xb4,0x06,0x60,0x03,0x03,0x08, +0x00,0x00,0xc0,0x06,0x60,0x03,0x04,0x0a,0xff,0xfe,0xd4,0x06,0xa0,0x88,0x00,0x50, +0xf0,0x06,0x70,0x03,0x04,0xb8,0x00,0x40,0x07,0xa0,0x0a,0x0a,0x98,0x01,0xb0,0x07, +0x10,0x07,0x07,0x06,0x00,0x00,0x33,0x07,0xe0,0x06,0x08,0x00,0x21,0x48,0x07,0x40, +0x00,0x23,0xfe,0x64,0x08,0x00,0xb1,0x80,0x07,0xd0,0x04,0x05,0x06,0x00,0x00,0x8f, +0x07,0x70,0x80,0x00,0x31,0xa1,0x07,0xa0,0x70,0x00,0x31,0xb5,0x07,0x00,0x38,0x00, +0x31,0xca,0x07,0x50,0x38,0x00,0x40,0xdf,0x07,0x80,0x09,0x50,0x00,0x31,0xfd,0x07, +0x30,0x98,0x00,0x31,0x0f,0x08,0x50,0x90,0x00,0x31,0x2b,0x08,0xa0,0x38,0x00,0x22, +0x3d,0x08,0xf0,0x00,0x93,0x51,0x08,0x40,0x03,0x02,0x0c,0x01,0xfd,0x5d,0x10,0x00, +0xf1,0x13,0x71,0x08,0x80,0x06,0x07,0x03,0x00,0x02,0x7c,0x08,0x00,0x0b,0x0a,0x09, +0x01,0x00,0xa9,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0xdb,0x08,0x00,0x0b,0x09,0x0a, +0x01,0x00,0x08,0x09,0x08,0x00,0x40,0xff,0x35,0x09,0x00,0x18,0x02,0x20,0x00,0x6c, +0x10,0x00,0x40,0x0b,0x01,0xff,0x9e,0x08,0x00,0x43,0x09,0x01,0x00,0xc7,0x08,0x00, +0x13,0xf0,0x18,0x00,0xa2,0x22,0x0a,0x00,0x0b,0x07,0x0b,0x02,0xfe,0x49,0x0a,0x18, +0x00,0x50,0x72,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a,0x30,0x00,0x13, +0x0a,0x30,0x00,0x03,0x08,0x00,0x22,0x19,0x0b,0x08,0x00,0xf2,0x0b,0x42,0x0b,0x00, +0x0b,0x07,0x09,0x02,0x00,0x62,0x0b,0x70,0x04,0x04,0x04,0x00,0x05,0x6a,0x0b,0x00, +0x0b,0x03,0x02,0x04,0x03,0x6d,0x0b,0x80,0x00,0xf1,0x03,0x9a,0x0b,0x00,0x0b,0x04, +0x04,0x00,0xff,0xa2,0x0b,0x00,0x0b,0x0a,0x0b,0x01,0xff,0xd9,0x0b,0xb0,0x00,0xb1, +0xff,0x06,0x0c,0x00,0x0b,0x0a,0x0a,0x01,0xff,0x38,0x0c,0xa0,0x00,0x23,0xff,0x6f, +0x08,0x00,0x10,0xa6,0x08,0x00,0x52,0x0b,0x00,0xff,0xe3,0x0c,0x98,0x00,0x22,0x15, +0x0d,0x38,0x00,0x22,0x4c,0x0d,0x90,0x00,0x22,0x78,0x0d,0x38,0x00,0x21,0xaa,0x0d, +0x80,0x00,0x32,0xff,0xd3,0x0d,0x68,0x00,0x20,0x00,0x0e,0x30,0x00,0x42,0x02,0xff, +0x32,0x0e,0x20,0x00,0x22,0x64,0x0e,0x48,0x00,0x22,0xa1,0x0e,0x58,0x00,0x22,0xd8, +0x0e,0x28,0x00,0x22,0x05,0x0f,0x20,0x00,0x22,0x37,0x0f,0x18,0x00,0xc0,0x6e,0x0f, +0x00,0x0b,0x09,0x07,0x01,0xff,0x8e,0x0f,0x00,0x0b,0x18,0x04,0x11,0xba,0x20,0x00, +0x33,0x00,0xff,0xec,0x20,0x00,0x22,0x23,0x10,0x38,0x00,0x22,0x50,0x10,0x10,0x00, +0x22,0x87,0x10,0x40,0x00,0x13,0xb9,0x10,0x00,0x13,0xf0,0x10,0x00,0x22,0x22,0x11, +0x40,0x00,0x22,0x4e,0x11,0x88,0x01,0x22,0x80,0x11,0x38,0x00,0x22,0xad,0x11,0x28, +0x00,0x13,0xe4,0x08,0x00,0x22,0x1b,0x12,0x08,0x00,0x20,0x52,0x12,0xd8,0x00,0x42, +0x00,0xff,0x89,0x12,0x28,0x00,0x21,0xb6,0x12,0x80,0x01,0x23,0xff,0xdd,0x10,0x00, +0x22,0x0a,0x13,0xc0,0x00,0x13,0x47,0x08,0x00,0x22,0x84,0x13,0x30,0x00,0x22,0xbb, +0x13,0x40,0x00,0x21,0xf2,0x13,0x00,0x01,0x32,0xfe,0x1b,0x14,0x80,0x00,0xa2,0x4d, +0x14,0x00,0x0b,0x08,0x08,0x01,0xff,0x6d,0x14,0xc0,0x00,0x22,0x9f,0x14,0x48,0x00, +0x22,0xcc,0x14,0xe0,0x00,0x22,0xec,0x14,0xa0,0x00,0x22,0x18,0x15,0x38,0x00,0x22, +0x41,0x15,0x28,0x00,0x22,0x73,0x15,0x28,0x00,0x22,0xa0,0x15,0x68,0x00,0x22,0xdd, +0x15,0x50,0x00,0x22,0x0f,0x16,0x10,0x00,0x22,0x4c,0x16,0x28,0x00,0x13,0x7e,0x10, +0x00,0x23,0xbb,0x16,0x80,0x00,0x00,0x08,0x00,0x52,0x0c,0x00,0xfe,0x34,0x17,0x40, +0x00,0x22,0x61,0x17,0x18,0x00,0x13,0x98,0x08,0x00,0x13,0xcf,0x08,0x00,0x22,0x06, +0x18,0x08,0x00,0x13,0x3d,0x08,0x00,0x22,0x74,0x18,0x48,0x00,0x13,0xb1,0x10,0x00, +0x13,0xe8,0x10,0x00,0x22,0x25,0x19,0x48,0x00,0x22,0x52,0x19,0x10,0x00,0x22,0x8f, +0x19,0x78,0x00,0x22,0xc1,0x19,0x68,0x00,0x22,0x03,0x1a,0x30,0x00,0x22,0x3a,0x1a, +0xc0,0x00,0x13,0x63,0x10,0x00,0x13,0x9a,0x08,0x00,0x22,0xd1,0x1a,0x38,0x00,0xf2, +0x03,0x0e,0x1b,0x00,0x0b,0x07,0x0a,0x03,0xff,0x31,0x1b,0x00,0x0b,0x08,0x0a,0x02, +0xff,0x59,0x1b,0x20,0x00,0x40,0x90,0x1b,0x00,0x0b,0x68,0x04,0x13,0xb8,0x10,0x00, +0x22,0xef,0x1b,0x70,0x00,0x21,0x1c,0x1c,0xb0,0x01,0x32,0xff,0x4e,0x1c,0x40,0x00, +0x22,0x8b,0x1c,0x20,0x00,0x22,0xc2,0x1c,0x40,0x00,0x22,0xea,0x1c,0x80,0x02,0x22, +0x21,0x1d,0x18,0x01,0x22,0x53,0x1d,0x38,0x00,0x22,0x80,0x1d,0x18,0x00,0x13,0xb7, +0x18,0x00,0x22,0xe9,0x1d,0x60,0x01,0x22,0x15,0x1e,0x00,0x02,0x22,0x47,0x1e,0x10, +0x00,0x22,0x73,0x1e,0x50,0x00,0x22,0xaa,0x1e,0x60,0x00,0x13,0xe7,0x10,0x00,0x22, +0x1e,0x1f,0x08,0x00,0x22,0x55,0x1f,0x50,0x00,0x13,0x82,0x10,0x00,0x13,0xb9,0x10, +0x00,0x13,0xe6,0x08,0x00,0x22,0x13,0x20,0xf0,0x00,0x22,0x3c,0x20,0x20,0x00,0x22, +0x73,0x20,0xd0,0x01,0x22,0x93,0x20,0x60,0x00,0xa2,0xbf,0x20,0x00,0x0b,0x07,0x08, +0x02,0xff,0xdb,0x20,0x10,0x03,0x22,0x04,0x21,0x38,0x00,0x20,0x31,0x21,0x08,0x01, +0x42,0x02,0xff,0x54,0x21,0x38,0x00,0x11,0x8b,0x18,0x00,0x42,0x02,0xff,0xb8,0x21, +0x28,0x00,0x22,0xe1,0x21,0xb8,0x00,0x22,0x13,0x22,0x08,0x00,0xf2,0x03,0x45,0x22, +0x00,0x0b,0x09,0x03,0x01,0x03,0x53,0x22,0x00,0x0b,0x0b,0x02,0x00,0x03,0x5e,0x22, +0x38,0x00,0x13,0x95,0x08,0x00,0x13,0xcc,0x08,0x00,0x23,0x03,0x23,0x88,0x01,0x12, +0x23,0xa0,0x01,0x22,0x6c,0x23,0xd8,0x00,0x21,0xa9,0x23,0x10,0x01,0x23,0xfe,0xe0, +0x10,0x00,0x22,0x1d,0x24,0xb8,0x01,0x22,0x5f,0x24,0x10,0x00,0x13,0x9c,0x08,0x00, +0x13,0xd9,0x08,0x00,0x22,0x16,0x25,0x20,0x00,0x22,0x58,0x25,0x10,0x00,0x13,0x95, +0x08,0x00,0x13,0xd2,0x08,0x00,0xa2,0x0f,0x26,0x00,0x0b,0x0c,0x0c,0x00,0xfe,0x57, +0x26,0x10,0x00,0x13,0x94,0x08,0x00,0x23,0xd1,0x26,0xe8,0x01,0x12,0x27,0x08,0x00, +0x13,0x4b,0x08,0x00,0x13,0x88,0x08,0x00,0x13,0xc5,0x08,0x00,0x22,0x02,0x28,0x60, +0x00,0x21,0x44,0x28,0x10,0x00,0x23,0xfe,0x81,0x10,0x00,0x22,0xc3,0x28,0x20,0x00, +0x22,0x00,0x29,0x08,0x00,0x13,0x3d,0x08,0x00,0x22,0x7a,0x29,0xd8,0x00,0x22,0xb1, +0x29,0x30,0x00,0x22,0xee,0x29,0x18,0x01,0x22,0x20,0x2a,0x18,0x00,0x13,0x57,0x08, +0x00,0x22,0x8e,0x2a,0xf8,0x00,0x22,0xc0,0x2a,0x50,0x00,0x22,0x02,0x2b,0x40,0x00, +0x22,0x3f,0x2b,0x38,0x00,0x13,0x7c,0x10,0x00,0x13,0xb9,0x10,0x00,0x22,0xf6,0x2b, +0x28,0x00,0x22,0x38,0x2c,0x18,0x00,0x21,0x75,0x2c,0xc8,0x03,0x32,0xfe,0xac,0x2c, +0x20,0x00,0x13,0xe9,0x08,0x00,0x22,0x26,0x2d,0x28,0x00,0x13,0x68,0x08,0x00,0x23, +0xaa,0x2d,0x30,0x02,0x03,0x08,0x00,0x22,0x24,0x2e,0x80,0x00,0x22,0x5b,0x2e,0x10, +0x00,0x13,0x98,0x08,0x00,0x22,0xd5,0x2e,0x40,0x00,0x22,0x12,0x2f,0x10,0x00,0x22, +0x4f,0x2f,0x10,0x00,0x22,0x8c,0x2f,0x30,0x04,0x23,0xc3,0x2f,0xf0,0x00,0x12,0x30, +0x40,0x00,0x22,0x37,0x30,0x10,0x00,0x13,0x74,0x10,0x00,0x22,0xab,0x30,0x90,0x00, +0x13,0xe2,0x10,0x00,0x22,0x19,0x31,0x08,0x00,0x23,0x50,0x31,0xf0,0x04,0x03,0x08, +0x00,0x13,0xbe,0x08,0x00,0x22,0xf5,0x31,0x60,0x00,0x22,0x32,0x32,0x48,0x00,0x22, +0x6f,0x32,0xb0,0x00,0x23,0xb1,0x32,0xd0,0x03,0x12,0x32,0x20,0x00,0x22,0x25,0x33, +0x20,0x00,0x13,0x62,0x08,0x00,0x22,0x9f,0x33,0x18,0x00,0x22,0xdc,0x33,0x30,0x00, +0x22,0x1e,0x34,0x18,0x00,0x22,0x5b,0x34,0x10,0x00,0x22,0x9d,0x34,0x40,0x00,0xf2, +0x03,0xd4,0x34,0x00,0x0b,0x0c,0x0a,0x00,0xff,0x10,0x35,0x00,0x0b,0x0c,0x0b,0x00, +0xfe,0x52,0x35,0x20,0x00,0x13,0x94,0x08,0x00,0x13,0xd6,0x08,0x00,0x22,0x18,0x36, +0x08,0x00,0x22,0x5a,0x36,0x48,0x00,0x13,0x97,0x08,0x00,0x22,0xd4,0x36,0x68,0x00, +0x22,0x11,0x37,0x08,0x00,0x13,0x4e,0x08,0x00,0x22,0x8b,0x37,0x20,0x00,0x13,0xc8, +0x08,0x00,0x22,0x05,0x38,0x70,0x00,0x23,0x3c,0x38,0x58,0x03,0x12,0x38,0x18,0x00, +0x22,0xb0,0x38,0x58,0x00,0x23,0xf2,0x38,0xe0,0x04,0x12,0x39,0x18,0x00,0x22,0x71, +0x39,0x48,0x00,0x22,0xae,0x39,0x18,0x00,0x13,0xf0,0x08,0x00,0x23,0x32,0x3a,0x70, +0x06,0x12,0x3a,0x10,0x00,0x23,0xa6,0x3a,0xc0,0x06,0x03,0x08,0x00,0x22,0x20,0x3b, +0x18,0x00,0x23,0x62,0x3b,0x08,0x01,0x03,0x10,0x00,0x13,0xe1,0x10,0x00,0x22,0x1e, +0x3c,0x10,0x00,0x22,0x60,0x3c,0x88,0x00,0x13,0x97,0x08,0x00,0x22,0xce,0x3c,0x20, +0x00,0x22,0x0b,0x3d,0x08,0x00,0x22,0x48,0x3d,0x28,0x00,0x13,0x8a,0x08,0x00,0x22, +0xcc,0x3d,0x90,0x00,0x22,0x09,0x3e,0x08,0x00,0x13,0x46,0x08,0x00,0x22,0x83,0x3e, +0x20,0x00,0x13,0xc5,0x10,0x00,0x23,0x02,0x3f,0xa0,0x02,0x13,0x3f,0xa0,0x02,0x03, +0x08,0x00,0x23,0xb9,0x3f,0xa0,0x02,0x03,0x08,0x00,0x22,0x33,0x40,0x70,0x01,0x22, +0x75,0x40,0x30,0x00,0x22,0xb2,0x40,0x88,0x00,0x13,0xe9,0x08,0x00,0x23,0x20,0x41, +0xc8,0x00,0x03,0x08,0x00,0x13,0xa4,0x08,0x00,0x22,0xe6,0x41,0x40,0x00,0x23,0x23, +0x42,0x28,0x07,0x12,0x42,0x18,0x00,0x22,0x92,0x42,0x18,0x00,0x23,0xcf,0x42,0x08, +0x06,0x12,0x43,0x10,0x00,0x22,0x43,0x43,0x10,0x00,0x23,0x7a,0x43,0x70,0x03,0x12, +0x43,0x70,0x00,0x13,0xee,0x20,0x00,0x22,0x2b,0x44,0x18,0x00,0x13,0x62,0x08,0x00, +0x13,0x99,0x08,0x00,0x22,0xd0,0x44,0x28,0x00,0x22,0x0d,0x45,0x10,0x00,0x22,0x44, +0x45,0x10,0x00,0x23,0x81,0x45,0xd8,0x03,0x13,0x45,0xe8,0x02,0x12,0x46,0x48,0x00, +0x23,0x3d,0x46,0x70,0x06,0x13,0x46,0xe8,0x02,0x03,0x18,0x00,0x13,0xe8,0x10,0x00, +0x22,0x1f,0x47,0x08,0x00,0x13,0x56,0x08,0x00,0x22,0x8d,0x47,0x48,0x00,0x13,0xcf, +0x08,0x00,0x22,0x11,0x48,0x08,0x00,0x22,0x53,0x48,0x20,0x00,0x13,0x8a,0x08,0x00, +0x13,0xc1,0x08,0x00,0x13,0xf8,0x08,0x00,0x22,0x2f,0x49,0x28,0x00,0x22,0x71,0x49, +0x80,0x00,0x23,0xae,0x49,0x20,0x02,0x03,0x10,0x00,0x22,0x2d,0x4a,0x08,0x00,0x22, +0x6a,0x4a,0x30,0x00,0x13,0xa1,0x10,0x00,0x22,0xde,0x4a,0xe0,0x04,0x22,0x26,0x4b, +0x10,0x00,0x22,0x63,0x4b,0xa0,0x00,0x22,0xa0,0x4b,0x28,0x00,0x13,0xd7,0x08,0x00, +0x22,0x0e,0x4c,0xa0,0x03,0x22,0x45,0x4c,0x10,0x00,0x23,0x7c,0x4c,0x60,0x04,0x11, +0x4c,0xb0,0x01,0x23,0xff,0xfb,0x10,0x00,0x23,0x38,0x4d,0x60,0x04,0x12,0x4d,0x28, +0x00,0x13,0xac,0x08,0x00,0x23,0xe3,0x4d,0x88,0x02,0x13,0x4e,0xc0,0x01,0x13,0x4e, +0x88,0x02,0x13,0x4e,0x88,0x02,0x12,0x4e,0x78,0x00,0x23,0x1e,0x4f,0x90,0x03,0x13, +0x4f,0x60,0x04,0x12,0x4f,0x20,0x00,0x13,0xda,0x10,0x00,0x22,0x17,0x50,0x08,0x00, +0x22,0x54,0x50,0x18,0x00,0x22,0x96,0x50,0x60,0x00,0x13,0xcd,0x08,0x00,0x22,0x04, +0x51,0x20,0x00,0x22,0x41,0x51,0x20,0x00,0x22,0x83,0x51,0xe0,0x00,0x13,0xcb,0x10, +0x00,0x22,0x0d,0x52,0x20,0x00,0x22,0x4a,0x52,0x70,0x00,0x22,0x87,0x52,0x18,0x00, +0x13,0xc9,0x08,0x00,0x22,0x0b,0x53,0x08,0x00,0x22,0x4d,0x53,0x50,0x00,0x22,0x84, +0x53,0x30,0x00,0x22,0xc1,0x53,0x30,0x00,0x13,0xfe,0x18,0x00,0x22,0x35,0x54,0x08, +0x00,0x23,0x6c,0x54,0x78,0x06,0x12,0x54,0x28,0x0a,0xa3,0xdb,0x54,0x00,0x0b,0x0a, +0x0c,0x01,0xfe,0x17,0x55,0xa8,0x00,0x12,0x55,0x38,0x00,0x13,0x91,0x10,0x00,0x23, +0xce,0x55,0x50,0x03,0x12,0x56,0x40,0x00,0x22,0x42,0x56,0x10,0x00,0x13,0x7f,0x10, +0x00,0x22,0xb6,0x56,0x80,0x00,0x13,0xf8,0x08,0x00,0x22,0x3a,0x57,0x40,0x00,0x13, +0x77,0x08,0x00,0x13,0xb4,0x08,0x00,0x22,0xf1,0x57,0x20,0x00,0x22,0x33,0x58,0x40, +0x00,0x22,0x70,0x58,0x10,0x00,0x13,0xb2,0x10,0x00,0x13,0xef,0x10,0x00,0x22,0x31, +0x59,0x10,0x00,0x22,0x6e,0x59,0x10,0x00,0x23,0xb0,0x59,0x58,0x04,0x13,0x59,0x58, +0x04,0x12,0x5a,0x08,0x00,0x13,0x76,0x08,0x00,0x13,0xb8,0x08,0x00,0x13,0xfa,0x08, +0x00,0x22,0x3c,0x5b,0x08,0x00,0x13,0x7e,0x08,0x00,0x22,0xc0,0x5b,0x50,0x00,0x22, +0xfd,0x5b,0xb0,0x00,0x22,0x34,0x5c,0x90,0x00,0x23,0x71,0x5c,0x98,0x04,0x10,0x5c, +0x10,0x02,0x42,0xff,0xfe,0xf0,0x5c,0x20,0x00,0x22,0x27,0x5d,0x08,0x00,0x22,0x5e, +0x5d,0x40,0x00,0x23,0xa0,0x5d,0x58,0x02,0x03,0x10,0x00,0x22,0x19,0x5e,0x08,0x00, +0x23,0x5b,0x5e,0x80,0x05,0x03,0x08,0x00,0x22,0xdf,0x5e,0x50,0x00,0x22,0x1c,0x5f, +0x08,0x00,0x22,0x59,0x5f,0x18,0x00,0x13,0x9b,0x08,0x00,0x13,0xdd,0x08,0x00,0x22, +0x1f,0x60,0x90,0x00,0x22,0x5c,0x60,0x58,0x00,0x13,0x93,0x10,0x00,0x13,0xd0,0x10, +0x00,0x22,0x07,0x61,0x08,0x00,0x13,0x3e,0x08,0x00,0x22,0x75,0x61,0x38,0x00,0x21, +0xb7,0x61,0xa8,0x00,0x32,0xff,0xf9,0x61,0x30,0x00,0x22,0x36,0x62,0x20,0x00,0x13, +0x6d,0x08,0x00,0x22,0xa4,0x62,0x78,0x00,0x13,0xe1,0x10,0x00,0x22,0x18,0x63,0x28, +0x00,0x13,0x55,0x08,0x00,0x22,0x92,0x63,0x48,0x00,0x13,0xd4,0x08,0x00,0x22,0x16, +0x64,0x18,0x00,0x22,0x53,0x64,0x10,0x00,0x22,0x95,0x64,0x80,0x09,0x22,0xc7,0x64, +0x40,0x00,0x13,0xfe,0x10,0x00,0x31,0x30,0x65,0x90,0xe8,0x0e,0x22,0x50,0x65,0x98, +0x02,0x23,0x98,0x65,0xe0,0x02,0x40,0x65,0x60,0x0c,0x0d,0x98,0x0b,0x10,0x66,0x18, +0x00,0xc2,0xff,0xfe,0x63,0x66,0x60,0x0c,0x0d,0x09,0x00,0x00,0x9e,0x66,0x20,0x00, +0x50,0xe0,0x66,0x80,0x05,0x06,0x48,0x00,0x20,0x66,0x40,0xd8,0x0e,0xb2,0xff,0x2b, +0x67,0x60,0x0c,0x0d,0x0c,0x00,0xfe,0x79,0x67,0x58,0x00,0xc0,0xab,0x67,0x90,0x07, +0x08,0x0c,0x00,0xfe,0xdb,0x67,0xa0,0x09,0xa0,0x0c,0x90,0x07,0x68,0xa0,0x09,0x0a, +0x0c,0x00,0xfe,0x43,0x08,0x00,0x00,0xf8,0x00,0x03,0x08,0x00,0x22,0xa7,0x68,0x20, +0x00,0xf3,0x02,0xd3,0x68,0xa0,0x09,0x0b,0x0a,0xff,0xff,0x0a,0x69,0xe0,0x06,0x07, +0x0a,0x00,0xff,0x2d,0x08,0x00,0x22,0x50,0x69,0x28,0x00,0x10,0x82,0x08,0x00,0x52, +0x03,0x00,0x03,0x91,0x69,0x88,0x00,0xf3,0x03,0xcc,0x69,0xc0,0x0d,0x0e,0x0c,0x00, +0xfe,0x20,0x6a,0x60,0x0c,0x0e,0x0c,0xff,0xfe,0x74,0x6a,0x40,0x0b,0x20,0x6a,0xa0, +0x38,0x0e,0x23,0x01,0xcf,0x08,0x00,0xa2,0xed,0x6a,0xc0,0x0d,0x0e,0x0a,0x00,0xff, +0x33,0x6b,0x98,0x00,0x22,0x65,0x6b,0xc0,0x00,0x22,0xa7,0x6b,0xd8,0x00,0x22,0xef, +0x6b,0x60,0x00,0x22,0x21,0x6c,0xa0,0x00,0x22,0x5d,0x6c,0x10,0x00,0x13,0x8f,0x08, +0x00,0x22,0xc1,0x6c,0x38,0x00,0xa2,0xf3,0x6c,0xe0,0x06,0x08,0x0c,0xff,0xfe,0x23, +0x6d,0x28,0x00,0x13,0x5f,0x08,0x00,0x22,0x9b,0x6d,0x90,0x00,0xd0,0xd6,0x6d,0x00, +0x0b,0x0d,0x0c,0xff,0xfe,0x24,0x6e,0x40,0x08,0x09,0x80,0x07,0x80,0x6e,0xc0,0x0d, +0x0e,0x0b,0x00,0xff,0xa7,0x08,0x00,0x43,0x08,0x00,0x00,0xdf,0x08,0x00,0x22,0x17, +0x6f,0x08,0x00,0x13,0x4f,0x08,0x00,0x13,0x87,0x08,0x00,0x22,0xbf,0x6f,0xa8,0x00, +0x22,0x05,0x70,0x58,0x00,0x13,0x41,0x08,0x00,0x22,0x7d,0x70,0xa8,0x00,0xa2,0xc5, +0x70,0xc0,0x0d,0x0e,0x09,0x00,0x00,0x04,0x71,0x60,0x00,0x60,0x3a,0x71,0x10,0x0b, +0x0c,0x08,0xd8,0x11,0xf0,0xff,0xff,0xff,0xf6,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x92, +0x2f,0x94,0x2f,0x98,0x2f,0x9a,0x2f,0x9b,0x2f,0x9c,0x2f,0x9d,0x2f,0x9e,0x2f,0x9f, +0x2f,0xa1,0x2f,0xa3,0x2f,0xa5,0x2f,0xa7,0x2f,0xa9,0x2f,0xaa,0x2f,0xab,0x2f,0xad, +0x2f,0xaf,0x2f,0xb0,0x2f,0xb3,0x2f,0xb4,0x2f,0xb6,0x2f,0xb7,0x2f,0xb8,0x2f,0xba, +0x2f,0xbb,0x2f,0xbe,0x2f,0xbf,0x2f,0xc8,0x2f,0xc9,0x2f,0xce,0x2f,0xcf,0x2f,0xd0, +0x2f,0xd1,0x2f,0xd2,0x2f,0xd9,0x2f,0xda,0x2f,0xdb,0x2f,0xdc,0x2f,0xdf,0x2f,0xe2, +0x2f,0xe3,0x2f,0x00,0x01,0x02,0x03,0x00,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b, +0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x00,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a, +0x1b,0x1c,0x1d,0x1e,0x00,0x1f,0x20,0x00,0x21,0x22,0x23,0x24,0x25,0x26,0x00,0x00, +0x04,0x00,0x0d,0x00,0x11,0x1d,0x1b,0x1d,0x1c,0x1d,0x1e,0x1d,0x32,0x1d,0x3e,0x1d, +0x68,0x1d,0x97,0x1d,0xe7,0x1d,0xe9,0x1d,0x07,0x1e,0x0c,0x1e,0x5e,0x1e,0x5f,0x1e, +0x64,0x1e,0x6d,0x1e,0x90,0x1e,0xee,0x1e,0xf2,0x1e,0xff,0x1e,0x1e,0x1f,0x35,0x1f, +0x60,0x1f,0x6d,0x1f,0xaa,0x1f,0xe0,0x1f,0x54,0x20,0x56,0x20,0x76,0x20,0x79,0x20, +0x7d,0x20,0x82,0x20,0x88,0x20,0x96,0x20,0x97,0x20,0x9e,0x20,0x0b,0x21,0x17,0x21, +0x2e,0x21,0x36,0x21,0x3a,0x21,0x5b,0x21,0x5e,0x21,0x83,0x21,0xac,0x21,0xb0,0x21, +0xb1,0x21,0xca,0x21,0xe6,0x21,0x27,0x22,0x69,0x22,0xcc,0x22,0xe8,0x22,0x04,0x23, +0x08,0x23,0x19,0x23,0x1d,0x23,0x1e,0x23,0x22,0x23,0x37,0x23,0x3c,0x23,0x5b,0x23, +0x79,0x23,0x60,0x24,0x79,0x25,0xef,0x25,0x03,0x26,0x0b,0x26,0x38,0x26,0x39,0x26, +0x58,0x26,0xdc,0x26,0x42,0x27,0x68,0x27,0xa8,0x27,0x01,0x28,0x1a,0x28,0x27,0x28, +0x2b,0x28,0x38,0x28,0x3f,0x28,0x42,0x28,0x79,0x28,0x69,0x2a,0x9d,0x2a,0xab,0x2a, +0xb0,0x2a,0xca,0x2a,0x0f,0x2b,0x20,0x2b,0x22,0x2b,0xf7,0x2c,0xff,0x2c,0x49,0x2d, +0x84,0x2d,0xb7,0x2d,0xb8,0x2d,0x07,0x2e,0x20,0x2e,0x42,0x2e,0x46,0x2e,0x48,0x2e, +0x64,0x2e,0x73,0x2e,0x82,0x2e,0x96,0x2e,0x9d,0x2e,0xba,0x2e,0xbf,0x2e,0xd6,0x2e, +0xed,0x2e,0xd6,0x2f,0x04,0x30,0x20,0x30,0x5c,0x30,0x21,0x31,0x5c,0x31,0xaf,0x31, +0xcd,0x31,0xe3,0x31,0xf2,0x31,0x12,0x32,0x50,0x32,0xb6,0x32,0xb9,0x32,0xd4,0x32, +0xec,0x32,0xde,0x33,0x68,0x34,0x81,0x34,0x85,0x34,0x98,0x34,0xc1,0x34,0xca,0x34, +0xf3,0x34,0xf6,0x34,0x1f,0x35,0x53,0x35,0x80,0x35,0x05,0x36,0x09,0x36,0x11,0x36, +0x1a,0x36,0x30,0x36,0x3b,0x36,0x3c,0x36,0x3d,0x36,0x72,0x36,0xb1,0x36,0x4d,0x37, +0x2d,0x38,0x86,0x38,0x93,0x38,0xdc,0x38,0x2a,0x39,0x70,0x39,0x73,0x3a,0x74,0x3a, +0x9c,0x3a,0xdf,0x3a,0xe5,0x3a,0x28,0x3b,0x71,0x3b,0xe6,0x3b,0xf3,0x3b,0x99,0x3c, +0x2c,0x3d,0x3a,0x3d,0xa1,0x3d,0xa7,0x3d,0x25,0x3e,0x81,0x3e,0x32,0x40,0xc7,0x41, +0x98,0x42,0x0f,0x43,0x17,0x43,0x30,0x44,0x39,0x44,0x4c,0x44,0x7b,0x44,0x8c,0x45, +0x51,0x46,0xcb,0x47,0x4b,0x48,0xe3,0x48,0x01,0x49,0x0c,0x49,0x8b,0x49,0x92,0x49, +0x00,0x4a,0x3d,0x4a,0x65,0x4a,0xa8,0x4a,0xb2,0x4a,0xd5,0x4a,0xcf,0x4b,0x31,0x4c, +0x33,0x4c,0x41,0x4c,0x53,0x4c,0x5d,0x4c,0x82,0x4c,0xaa,0x4c,0xab,0x4c,0xe2,0x4c, +0xeb,0x4c,0xf9,0x4c,0x7f,0x4e,0xb5,0x4e,0x14,0x4f,0x16,0x4f,0xdd,0x4f,0x0e,0x50, +0xfb,0x50,0x80,0x51,0x83,0x51,0x46,0x54,0x5d,0x57,0x6e,0x57,0x79,0x57,0x81,0x57, +0xd6,0x57,0x0e,0x58,0x18,0x58,0x92,0x58,0x9c,0x58,0xa0,0x58,0xa7,0x58,0x11,0x59, +0x19,0x59,0x29,0x59,0x3e,0x59,0x4d,0x59,0x83,0x59,0x84,0x59,0x9e,0x59,0xaf,0x59, +0xbd,0x59,0xbe,0x59,0xd0,0x59,0xe7,0x59,0x69,0x5a,0x77,0x5a,0xcc,0x5b,0xcd,0x5b, +0x75,0x5c,0x88,0x5c,0xee,0x5c,0x09,0x5e,0x14,0x5e,0x2e,0x5e,0xcd,0x5e,0x0e,0x5f, +0x12,0x5f,0x2b,0x5f,0x30,0x5f,0x56,0x5f,0x5f,0x5f,0x7a,0x5f,0x89,0x5f,0xf9,0x5f, +0xe0,0x60,0x43,0x62,0x88,0x64,0x9c,0x64,0xa4,0x64,0x75,0x65,0xd7,0x65,0xf3,0x65, +0x0c,0x66,0x63,0x66,0x6f,0x66,0x73,0x66,0x04,0x67,0x17,0x67,0x5d,0x67,0xec,0x67, +0xe9,0x69,0x12,0xbf,0x19,0xbf,0x1c,0xbf,0x1d,0xbf,0x1e,0xbf,0x22,0xbf,0x24,0xbf, +0x26,0xbf,0x2a,0xbf,0x2d,0xbf,0x32,0xbf,0x37,0xbf,0x38,0xbf,0x39,0xbf,0x4f,0xbf, +0x54,0xbf,0x59,0xbf,0x5c,0xbf,0x5d,0xbf,0x5e,0xbf,0x62,0xbf,0x63,0xbf,0x64,0xbf, +0x65,0xbf,0x78,0xbf,0x79,0xbf,0x7f,0xbf,0x81,0xbf,0x82,0xbf,0x85,0xbf,0x88,0xbf, +0x89,0xbf,0x8a,0xbf,0x8c,0xbf,0xa4,0xbf,0xa6,0xbf,0xd5,0xbf,0xd6,0xbf,0xd8,0xbf, +0xda,0xbf,0xf1,0xbf,0xf8,0xbf,0xfb,0xbf,0x04,0xc0,0x2d,0xc0,0x35,0xc0,0x6c,0xc0, +0xfc,0xc0,0x51,0xc1,0x52,0xc1,0x53,0xc1,0x54,0xc1,0x55,0xc1,0x98,0xc1,0xa4,0xc1, +0xfe,0xc1,0x15,0xc2,0x6b,0xc4,0xd3,0xc6,0xb3,0xc7,0xcd,0x0b,0xc0,0xab,0x09,0xa0, +0x89,0x02,0x20,0xac,0x0a,0xc0,0x0f,0x94,0xf5,0x0f,0x83,0xf4,0x0d,0x61,0xf2,0x08, +0x30,0xa0,0x00,0xe0,0xa4,0x00,0x1d,0x0c,0x20,0x4f,0xff,0xff,0x10,0x59,0x0f,0x00, +0x07,0x71,0xd0,0x09,0xff,0xff,0xd0,0x0b,0x45,0x90,0x00,0xd1,0x77,0x00,0x00,0x4c, +0x00,0x03,0xbf,0x91,0x0e,0xc7,0xb3,0x1f,0xb1,0x00,0x04,0xef,0x70,0x00,0x09,0xf7, +0x00,0x00,0xea,0x3e,0x88,0xf6,0x07,0xdf,0x60,0x00,0x4c,0x00,0x1b,0xe8,0x00,0x3b, +0x00,0x07,0xa1,0xf2,0x0c,0x20,0x00,0x98,0x0d,0x45,0x90,0x00,0x07,0xb1,0xf2,0xd2, +0xbd,0x60,0x0a,0xd7,0x77,0x8a,0x2f,0x10,0x00,0x1d,0x0b,0x70,0xf3,0x00,0x08,0x60, +0x8a,0x2f,0x10,0x02,0xc0,0x01,0xce,0x70,0x01,0xbe,0xa0,0x00,0x08,0xd2,0xf5,0x00, +0x09,0xd6,0xf2,0x00,0x05,0xfe,0x30,0x55,0x2e,0xdf,0x42,0xf5,0x8f,0x09,0xfc,0xd0, +0x8f,0x74,0xef,0xd5,0x0a,0xee,0xa4,0x99,0x0f,0x90,0xf8,0x0d,0x60,0x83,0x00,0x63, +0x00,0xf4,0x07,0xd0,0x0b,0x80,0x0e,0x60,0x0f,0x40,0x0f,0x50,0x0c,0x70,0x09,0xa0, +0x03,0xf1,0x00,0xb6,0x00,0x00,0x27,0x00,0x1f,0x20,0x0a,0xa0,0x05,0xe0,0x03,0xf0, +0x02,0xf2,0x03,0xf1,0x05,0xf0,0x08,0xc0,0x0e,0x50,0x3d,0x06,0x04,0xb0,0xb4,0x00, +0x4c,0xec,0xc0,0x07,0xfe,0x10,0x0a,0x6b,0x30,0x0f,0x00,0x10,0x37,0x49,0x14,0xb0, +0x00,0x00,0x5d,0x00,0x08,0xff,0xff,0xf0,0x12,0x7d,0x22,0x0e,0x00,0xf6,0x36,0x0a, +0x61,0xee,0x05,0xd3,0xd3,0x00,0x00,0x7f,0xf8,0x12,0x21,0x0d,0x80,0xd8,0x00,0x4d, +0x00,0x88,0x00,0xc4,0x00,0xf0,0x04,0xc0,0x08,0x80,0x0c,0x40,0x1f,0x00,0x5b,0x00, +0x97,0x00,0x62,0x00,0x04,0xde,0x90,0x0f,0xa5,0xf7,0x5f,0x20,0xad,0x7f,0x00,0x9f, +0x7f,0x00,0x9f,0x5f,0x20,0xbd,0x0e,0xa5,0xf7,0x03,0xde,0x90,0x05,0xbf,0x40,0x08, +0xcf,0x40,0x00,0x5f,0x03,0x00,0xf2,0xc8,0x03,0x8f,0x73,0x1f,0xff,0xfc,0x09,0xee, +0x80,0x4c,0x59,0xf5,0x00,0x01,0xf7,0x00,0x04,0xf4,0x00,0x1d,0xc0,0x00,0xce,0x10, +0x1c,0xf6,0x44,0x8f,0xff,0xfe,0x19,0xee,0xa1,0x19,0x47,0xf8,0x00,0x05,0xf6,0x00, +0xff,0x90,0x00,0x26,0xf7,0x00,0x00,0xdc,0x6c,0x57,0xfa,0x2a,0xee,0xa1,0x00,0x1f, +0xf3,0x00,0x09,0xef,0x30,0x03,0xf8,0xf3,0x00,0xcb,0x4f,0x30,0x6f,0x24,0xf3,0x0c, +0xff,0xff,0xf2,0x22,0x26,0xf5,0x00,0x00,0x4f,0x30,0x0d,0xff,0xf8,0x0e,0xa4,0x42, +0x0f,0x70,0x00,0x0f,0xee,0xb1,0x05,0x45,0xfa,0x00,0x00,0xdd,0x5a,0x57,0xf9,0x2a, +0xee,0x90,0x01,0xaf,0xd5,0x00,0xcd,0x47,0x50,0x3f,0x40,0x00,0x05,0xf8,0xec,0x30, +0x6f,0x83,0xdd,0x04,0xf2,0x08,0xf0,0x0d,0xb4,0xdc,0x00,0x2c,0xfc,0x20,0x7f,0xff, +0xff,0x24,0x45,0xf8,0x00,0x08,0xd0,0x00,0x1f,0x60,0x00,0x6f,0x10,0x00,0xae,0x00, +0x00,0xdc,0x00,0x00,0xeb,0x00,0x05,0xdf,0xb1,0x0f,0x93,0xe8,0x0f,0x70,0xc8,0x07, +0xfb,0xd1,0x0b,0x9c,0xf5,0x5f,0x00,0xad,0x5f,0x62,0xdd,0x07,0xef,0xc2,0x07,0xee, +0x70,0x4f,0x75,0xf5,0x8f,0x00,0xbb,0x6f,0x41,0xdd,0x0c,0xfe,0xcd,0x00,0x10,0xca, +0x09,0x58,0xf3,0x1b,0xed,0x50,0x0d,0x81,0xd8,0x00,0x00,0x00,0x0d,0x80,0xd8,0x09, +0x00,0x03,0x2c,0x01,0x00,0x90,0x15,0xf2,0x0c,0x00,0x03,0x9f,0xe0,0x5d,0xe8,0x30, +0x06,0xfc,0x61,0x00,0x00,0x6b,0xfc,0x00,0x00,0x01,0x70,0x9f,0xff,0xff,0x00,0x11, +0x11,0x10,0x00,0x00,0x5e,0x01,0xf0,0x1d,0x22,0x22,0x00,0x42,0x00,0x00,0x07,0xfc, +0x61,0x00,0x01,0x6b,0xfa,0x00,0x04,0x9e,0xd0,0x6e,0xe8,0x20,0x05,0x40,0x00,0x00, +0x1a,0xec,0x60,0x29,0x4c,0xf0,0x00,0x0a,0xe0,0x00,0x6f,0x40,0x00,0xe8,0x00,0x00, +0x31,0x00,0x02,0xe6,0x03,0x00,0xf0,0x19,0x00,0x04,0xbe,0xec,0x50,0x00,0x0a,0xd4, +0x00,0x3c,0x90,0x06,0xc0,0x00,0x00,0x1e,0x20,0xf3,0x09,0xec,0xa0,0xa5,0x3e,0x08, +0xc1,0xc7,0x0b,0x55,0xc0,0xb8,0x1f,0x42,0xe1,0x3e,0x04,0xca,0x7d,0xb3,0x00,0xe5, +0x7e,0x00,0xf2,0x8c,0x04,0xe7,0x10,0x33,0x00,0x00,0x02,0xad,0xec,0x50,0x00,0x00, +0x09,0xfa,0x00,0x00,0x00,0xed,0xf0,0x00,0x00,0x4f,0x5f,0x40,0x00,0x09,0xe0,0xe9, +0x00,0x00,0xea,0x0a,0xe0,0x00,0x3f,0xff,0xff,0x40,0x08,0xf3,0x23,0xf9,0x00,0xec, +0x00,0x0c,0xe0,0xff,0xfe,0xb1,0x0f,0xb3,0x6f,0x80,0xf9,0x04,0xf6,0x0f,0xff,0xfd, +0x00,0xfb,0x25,0xeb,0x0f,0x90,0x0a,0xf0,0xfb,0x36,0xec,0x0f,0xff,0xeb,0x20,0x00, +0x7d,0xfb,0x30,0x9f,0x96,0xb5,0x1f,0x90,0x00,0x05,0xf5,0x00,0x00,0x5f,0x50,0x00, +0x02,0xf9,0x00,0x00,0x0a,0xf9,0x6b,0x90,0x08,0xdf,0xc3,0xff,0xfd,0x60,0x0f,0xb4, +0x9f,0x80,0xf9,0x00,0xbf,0x0f,0x90,0x07,0xf3,0xf9,0x00,0x7f,0x2f,0x90,0x0b,0xf0, +0xfb,0x4a,0xf7,0x0f,0xff,0xd6,0x00,0xff,0xff,0xf0,0xfb,0x44,0x40,0xfa,0x00,0x00, +0xff,0xff,0x70,0xfb,0x33,0x10,0xf9,0x00,0x00,0xfb,0x44,0x40,0xff,0xff,0xf1,0x18, +0x00,0x31,0xf9,0x00,0x00,0x1b,0x00,0x12,0x80,0x1b,0x00,0xf0,0x02,0xf9,0x00,0x00, +0x00,0x6d,0xfc,0x50,0x08,0xfa,0x6a,0x90,0x1f,0xa0,0x00,0x00,0x4f,0x50,0x6a,0x00, +0xf0,0x10,0xbf,0xf2,0x2f,0x90,0x27,0xf2,0x09,0xfa,0x6a,0xf2,0x00,0x7d,0xfd,0x70, +0xf9,0x00,0x4f,0x5f,0x90,0x04,0xf5,0xfa,0x11,0x5f,0x5f,0xff,0xff,0xf5,0xfb,0x44, +0x7f,0x0e,0x00,0x03,0x15,0x00,0x13,0xf9,0x01,0x00,0x39,0x00,0x05,0xf4,0x03,0x00, +0xf6,0x1a,0x06,0xf4,0x6d,0x6d,0xf1,0x1b,0xed,0x50,0xf9,0x01,0xeb,0x0f,0x90,0xce, +0x10,0xf9,0x9f,0x30,0x0f,0xef,0xd0,0x00,0xff,0xcf,0x70,0x0f,0xd0,0xaf,0x10,0xf9, +0x01,0xfa,0x0f,0x90,0x07,0xf4,0xf9,0x00,0x0f,0x90,0x00,0x05,0x00,0xf0,0x4a,0xfb, +0x44,0x4f,0xff,0xfe,0xff,0x00,0x09,0xf6,0xff,0x50,0x0e,0xf6,0xfd,0xb0,0x5e,0xe6, +0xf8,0xf1,0xa8,0xf6,0xf7,0xd7,0xf4,0xf6,0xf7,0x7f,0xc1,0xf6,0xf7,0x1f,0x61,0xf6, +0xf7,0x03,0x01,0xf6,0xfe,0x00,0x4f,0x3f,0xf7,0x04,0xf3,0xfb,0xf1,0x4f,0x3f,0x7d, +0x94,0xf3,0xf8,0x5f,0x5f,0x3f,0x80,0xcc,0xf3,0xf8,0x04,0xff,0x3f,0x80,0x0b,0xf3, +0x00,0x8d,0xfb,0x30,0x0a,0xf8,0x6d,0xf2,0x2f,0x90,0x01,0xf9,0x5f,0x40,0x00,0xdc, +0x5f,0x50,0x00,0xdc,0x2f,0x90,0x02,0xf9,0x14,0x00,0x00,0x1c,0x00,0xf2,0x03,0xff, +0xfe,0xa1,0xfb,0x37,0xf9,0xf9,0x00,0xdc,0xfa,0x04,0xfa,0xff,0xff,0xc1,0xfb,0x31, +0x00,0x00,0x01,0x00,0x1c,0x00,0x50,0x00,0xaf,0x86,0xdf,0x20,0x39,0x00,0x50,0x05, +0xf4,0x00,0x0d,0xc0,0x3e,0x00,0xfa,0x4e,0x02,0xf8,0x00,0x1f,0xa0,0x0b,0xf7,0x4c, +0xf2,0x00,0x09,0xff,0xd4,0x00,0x00,0x02,0xec,0x54,0x00,0x00,0x03,0xbf,0xf1,0xff, +0xfe,0xa1,0x0f,0xb3,0x6f,0xa0,0xf9,0x00,0xcd,0x0f,0xa0,0x4f,0xa0,0xff,0xff,0xd2, +0x0f,0xb3,0xfa,0x00,0xf9,0x07,0xf4,0x0f,0x90,0x0d,0xe0,0x03,0xcf,0xd6,0x00,0xfd, +0x68,0xa0,0x2f,0xa0,0x00,0x00,0xaf,0xe8,0x00,0x00,0x4b,0xfe,0x00,0x00,0x06,0xf5, +0x3f,0x96,0xbf,0x30,0x7d,0xfd,0x50,0xaf,0xff,0xff,0x83,0x48,0xf7,0x42,0x00,0x5f, +0x30,0x00,0x05,0xf3,0x00,0x07,0x00,0x4b,0x0f,0x90,0x04,0xf4,0x04,0x00,0xf2,0x7c, +0xf3,0x0e,0xb0,0x07,0xf1,0x08,0xf8,0x6e,0xc0,0x00,0x9e,0xfb,0x20,0x0e,0xc0,0x00, +0xeb,0x09,0xf1,0x03,0xf6,0x04,0xf5,0x07,0xf1,0x00,0xf9,0x0b,0xc0,0x00,0xae,0x0f, +0x70,0x00,0x5f,0x6f,0x20,0x00,0x0f,0xed,0x00,0x00,0x0b,0xf8,0x00,0xbf,0x00,0xbe, +0x00,0xcb,0x8f,0x10,0xff,0x20,0xf8,0x4f,0x43,0xfe,0x61,0xf5,0x1f,0x77,0xcb,0x94, +0xf2,0x0e,0x9a,0x87,0xd6,0xf0,0x0b,0xbe,0x54,0xf9,0xc0,0x08,0xff,0x10,0xfe,0x90, +0x05,0xfe,0x00,0xcf,0x60,0x6f,0x50,0x5f,0x50,0xdd,0x0d,0xc0,0x05,0xf9,0xf3,0x00, +0x0c,0xfb,0x00,0x00,0xef,0xc0,0x00,0x7f,0x6f,0x50,0x1f,0x90,0xdd,0x09,0xf2,0x05, +0xf7,0x0d,0xd0,0x07,0xf3,0x05,0xf4,0x0d,0xb0,0x00,0xdb,0x4f,0x30,0x00,0x6f,0xcc, +0x00,0x00,0x0e,0xf4,0x00,0x00,0x0a,0xf0,0x00,0x00,0x09,0x04,0x00,0xf4,0x12,0x2f, +0xff,0xff,0x40,0x44,0x5f,0xd0,0x00,0x08,0xf3,0x00,0x03,0xf9,0x00,0x00,0xdd,0x00, +0x00,0x8f,0x40,0x00,0x2f,0xc4,0x44,0x18,0xff,0xff,0xf4,0xed,0x8e,0x50,0xe5,0x0e, +0x03,0x00,0xfb,0x12,0x0d,0xd8,0x88,0x00,0x04,0xc0,0x00,0x0f,0x00,0x00,0xc4,0x00, +0x08,0x80,0x00,0x4c,0x00,0x00,0xf1,0x00,0x0b,0x50,0x00,0x79,0x00,0x03,0xd0,0x00, +0x07,0x00,0x6d,0xf0,0x02,0x02,0x00,0xf0,0x22,0x6d,0xe0,0x00,0x47,0x00,0x00,0xdf, +0x50,0x04,0xf8,0xc0,0x0b,0x91,0xf2,0x2f,0x30,0xb9,0xce,0xee,0xee,0x10,0x15,0x00, +0x7f,0x50,0x07,0xe0,0x00,0x00,0x08,0xdf,0xb1,0x09,0x56,0xf8,0x02,0x8b,0xfb,0x2f, +0x93,0xeb,0x5f,0x66,0xfb,0x0a,0xea,0xcb,0x1f,0x70,0xbb,0x04,0xf0,0x0f,0x00,0x1f, +0xbd,0xe8,0x01,0xfd,0x5b,0xf4,0x1f,0x70,0x2f,0x81,0xf7,0x03,0xf7,0x1f,0xc5,0xcf, +0x31,0xf9,0xee,0x50,0x03,0xcf,0xc2,0x1f,0xd5,0x70,0x6f,0x40,0xbf,0x03,0xf1,0x34, +0x2f,0xd5,0x81,0x04,0xdf,0xc3,0x00,0x00,0x6f,0x30,0x00,0x06,0xf3,0x05,0xde,0xbf, +0x32,0xfc,0x5b,0xf3,0x6f,0x50,0x6f,0x36,0xf4,0x06,0xf3,0x2f,0xc5,0xcf,0x30,0x6e, +0xe8,0xf3,0x04,0xdf,0xb2,0x2f,0x84,0xcb,0x6f,0xee,0xfe,0x6f,0x51,0x11,0x2f,0xc4, +0x63,0x04,0xcf,0xd5,0x05,0xef,0x40,0xde,0x30,0xaf,0xfe,0x02,0xed,0x30,0x0d,0xc0, +0x00,0xdc,0x00,0x05,0x00,0xf4,0x0d,0x07,0xef,0xff,0x43,0xf8,0x5f,0x70,0x3f,0x62, +0xf6,0x00,0xce,0xd8,0x00,0x2f,0x63,0x20,0x00,0xef,0xff,0xf2,0x6f,0x20,0x7f,0x32, +0xbe,0xfc,0x60,0x8c,0x00,0xf0,0x01,0xac,0xf9,0x01,0xfe,0x6c,0xf2,0x1f,0x70,0x6f, +0x31,0xf7,0x05,0xf3,0x1f,0x70,0x5f,0x07,0x00,0x62,0x2e,0x60,0x93,0x1f,0x71,0xf7, +0x03,0x00,0x64,0x02,0xe7,0x00,0x93,0x01,0xf7,0x02,0x00,0xf7,0x15,0x02,0xf7,0x17, +0xf6,0x7f,0xb0,0x1f,0x60,0x00,0x01,0xf6,0x00,0x00,0x1f,0x60,0xcd,0x11,0xf7,0x9e, +0x20,0x1f,0xdf,0x60,0x01,0xff,0xde,0x00,0x1f,0x81,0xf9,0x01,0xf6,0x07,0xf4,0x1f, +0x70,0x02,0x00,0xf7,0x08,0xa0,0x0a,0xf2,0x1f,0x7c,0xe7,0x7e,0xd3,0x1f,0xd6,0xdf, +0xb6,0xfa,0x1f,0x70,0x8f,0x20,0xdc,0x1f,0x70,0x7f,0x20,0xcc,0x05,0x00,0x2e,0x7c, +0xf9,0x7f,0x00,0xfc,0x08,0x04,0xcf,0xc3,0x02,0xfc,0x6d,0xe1,0x6f,0x40,0x6f,0x46, +0xf4,0x06,0xf4,0x2f,0xc5,0xde,0x10,0x4c,0xfc,0x30,0x1f,0x9d,0x35,0x01,0x24,0xfc, +0xee,0xc5,0x00,0x96,0x05,0xde,0xaf,0x32,0xfb,0x3a,0xf3,0x6f,0x40,0x23,0x01,0x23, +0xeb,0xf3,0x3f,0x01,0xf0,0x2d,0x1f,0x5c,0xa1,0xff,0x83,0x1f,0x90,0x01,0xf7,0x00, +0x1f,0x70,0x01,0xf7,0x00,0x09,0xee,0x80,0x5f,0x65,0x40,0x2e,0xd6,0x00,0x01,0x7e, +0xd0,0x37,0x3a,0xf0,0x4c,0xfd,0x50,0x05,0x50,0x00,0xcb,0x00,0xbf,0xff,0x32,0xec, +0x30,0x0e,0xb0,0x00,0xeb,0x00,0x0c,0xe4,0x00,0x4e,0xe4,0x3f,0x60,0x7f,0x23,0xf6, +0x07,0xf2,0x07,0x00,0xf0,0x0c,0xf7,0x07,0xf2,0x1f,0xc6,0xef,0x20,0x8f,0xc6,0xf2, +0xae,0x00,0x8f,0x05,0xf3,0x0d,0xa0,0x0f,0x81,0xf5,0x00,0x9d,0x6f,0x00,0x04,0xfc, +0xa0,0x67,0x02,0xf6,0x65,0x9f,0x01,0xfa,0x06,0xf1,0x4f,0x34,0xfe,0x0a,0xc0,0x0f, +0x78,0x9f,0x2e,0x80,0x0c,0xac,0x5d,0x7f,0x40,0x08,0xef,0x19,0xdf,0x00,0x03,0xfd, +0x05,0xfc,0x00,0x6f,0x51,0xf9,0x0c,0xd8,0xe1,0x02,0xff,0x60,0x04,0xff,0x50,0x0d, +0x9a,0xe1,0x8f,0x21,0xfa,0xae,0x00,0x8f,0x03,0xf5,0x0d,0x90,0x0c,0xb3,0xf3,0x00, +0x5f,0x8d,0x00,0x00,0xef,0x70,0x00,0x08,0xf2,0x00,0x05,0xe9,0x00,0x04,0xfb,0x00, +0x00,0x3f,0xff,0xf3,0x03,0x4f,0xb0,0x00,0xbf,0x10,0x06,0xf5,0x00,0x2f,0xc3,0x31, +0x8f,0xff,0xf4,0x04,0xd8,0x09,0xb0,0x09,0xa0,0x08,0xb0,0x0b,0x90,0x9f,0x30,0x0a, +0xa0,0x09,0xa0,0x09,0xb0,0x04,0xc8,0xc2,0xe2,0x01,0x00,0xc0,0x6e,0x60,0x09,0xc0, +0x08,0xc0,0x08,0xb0,0x07,0xd1,0x02,0xeb,0x08,0x00,0xb2,0x09,0xc0,0x6d,0x60,0x1b, +0xc6,0x16,0x04,0x85,0xcf,0x80,0x87,0x1d,0x10,0x2b,0x05,0x00,0xf0,0x15,0x3e,0xb0, +0x00,0xcd,0xdd,0xea,0x89,0x00,0xe1,0x11,0x10,0x0a,0x80,0xe0,0x00,0x00,0x01,0xf1, +0xe3,0x33,0x31,0x0c,0x60,0xab,0xbb,0xcb,0xa7,0x00,0x00,0x00,0x3f,0x90,0x00,0x00, +0x00,0x19,0x28,0x00,0x10,0x79,0x05,0x00,0x20,0x6e,0xb0,0x55,0x05,0xf0,0x0e,0x4f, +0xdd,0xdd,0x00,0x6d,0x10,0x00,0x00,0xd1,0x0f,0x50,0x00,0x00,0x0d,0x10,0x4e,0x30, +0x33,0x33,0xd1,0x00,0x4e,0x5e,0xbb,0xba,0x00,0x00,0x4f,0xb0,0x27,0x00,0x15,0x47, +0xf2,0x1d,0xf1,0x0f,0xad,0x20,0x00,0x00,0xb6,0x2d,0x20,0x00,0xb7,0x00,0x2d,0x20, +0xaf,0xb0,0x08,0xde,0x12,0x3d,0x20,0xc4,0x30,0x00,0xc2,0x0c,0x20,0x00,0x0c,0x20, +0xc2,0x00,0x09,0x00,0x86,0x0b,0xee,0xf1,0x00,0x00,0xbe,0xef,0x10,0x12,0x00,0x00, +0x09,0x00,0xf9,0x07,0x9c,0xf1,0x0c,0xdc,0x15,0xf3,0x00,0x0c,0xa0,0x07,0xd1,0x08, +0xc0,0x00,0x08,0xb7,0xd0,0x00,0x00,0x09,0xd1,0x00,0x01,0x00,0x10,0xc1,0x05,0x00, +0x10,0x68,0xcc,0x00,0xf4,0x15,0x0b,0x0a,0x10,0x00,0x00,0x06,0x50,0x28,0x00,0x00, +0x00,0xb0,0x00,0xa1,0x00,0x00,0x65,0x00,0x02,0x90,0x00,0x0b,0x00,0x00,0x09,0x10, +0x06,0x50,0x00,0x00,0x29,0x00,0xda,0xaa,0xaa,0xaa,0x3d,0x00,0xf0,0x0f,0x69,0xa1, +0x00,0x39,0x5f,0x01,0x80,0x78,0x04,0xf1,0x66,0x38,0x00,0x93,0xff,0x18,0x10,0x0b, +0xa4,0x17,0x90,0x02,0xc2,0x00,0x98,0x20,0x20,0x00,0x27,0x29,0x34,0x00,0xf3,0x4b, +0x49,0x20,0x39,0x40,0x00,0x16,0x86,0x10,0x00,0x00,0x46,0x66,0x00,0x00,0xa6,0xef, +0x8b,0x50,0x69,0x24,0xc0,0x4d,0x24,0x50,0x00,0x00,0x72,0xc5,0x00,0x00,0x0b,0x6a, +0x80,0x00,0x00,0xa6,0x0e,0x40,0x00,0x7d,0x00,0x2e,0x98,0xad,0x00,0x00,0x15,0x44, +0x00,0x00,0x04,0x87,0x97,0x10,0x03,0x48,0xa0,0x29,0x40,0x89,0x05,0x80,0x0a,0x16, +0x96,0x89,0x00,0x27,0x80,0x59,0x00,0x00,0x97,0x20,0x00,0x00,0x27,0x19,0x00,0x00, +0x09,0x20,0x58,0x10,0x18,0x50,0x00,0x28,0x98,0x20,0x83,0x00,0xf0,0x3c,0xb9,0x99, +0xc3,0x00,0x37,0x00,0x0a,0x00,0x09,0x10,0x03,0x70,0x00,0xd1,0x02,0xa1,0x00,0x99, +0x93,0xf0,0x00,0x55,0x0a,0x95,0x60,0x08,0x03,0x89,0x09,0x00,0x63,0x31,0x03,0x70, +0x00,0xa3,0x03,0xb0,0x00,0x00,0x68,0x60,0x00,0x00,0x00,0x87,0xa0,0x00,0x07,0x07, +0x00,0x67,0xde,0xe7,0x67,0x00,0x00,0x07,0x70,0x77,0x70,0x77,0x07,0x77,0x07,0x70, +0x00,0x00,0x77,0x7d,0xff,0x76,0x00,0x70,0x70,0x1c,0x00,0xf1,0x1d,0x00,0x57,0x60, +0x00,0x00,0x01,0x9d,0xeb,0x19,0x81,0xed,0x65,0x70,0x93,0xff,0x00,0x00,0x09,0x00, +0x88,0x00,0x00,0x90,0x01,0xb2,0x00,0x09,0x07,0xc1,0x00,0x00,0x97,0xfd,0x00,0x00, +0x08,0x41,0xdd,0x76,0x80,0x00,0x01,0x8c,0xda,0x80,0x00,0xf0,0x6d,0x97,0xfe,0x66, +0x6c,0x90,0x94,0x2a,0xff,0x90,0xb6,0x7e,0xff,0x90,0xf8,0x00,0x4b,0x90,0x00,0x00, +0x09,0x90,0xf9,0x00,0x09,0x90,0x84,0x00,0x09,0x90,0xe8,0x00,0x09,0x97,0xfd,0x77, +0x7c,0x01,0x11,0x11,0x11,0x00,0x4e,0xf4,0x00,0x00,0x86,0xaa,0x5a,0x00,0x56,0x09, +0x80,0x47,0x0a,0x00,0x89,0x00,0xa0,0x90,0x56,0x2b,0x3a,0x0a,0x79,0xb4,0x9a,0xf0, +0x8f,0xa1,0x01,0xdf,0x00,0xc7,0x10,0x59,0x00,0x00,0x38,0x84,0x00,0x00,0x06,0xca, +0x20,0x00,0x04,0xff,0xfd,0x00,0x00,0x8f,0xff,0xf5,0xdd,0x35,0xff,0xfe,0xcf,0xfb, +0x08,0xff,0x9c,0xff,0xa0,0xc5,0x8f,0xff,0xf1,0x67,0x4f,0xff,0xff,0x79,0x3c,0xff, +0xff,0xfb,0x7c,0xb9,0x99,0x99,0x70,0x00,0x04,0x04,0x01,0x11,0x1c,0x05,0x00,0xf0, +0x02,0x30,0x08,0xff,0xff,0xff,0x40,0x28,0x88,0x88,0x88,0x10,0x6f,0xff,0xff,0xf6, +0x00,0x5a,0x9b,0x00,0x10,0x4b,0x05,0x00,0xf0,0x28,0x32,0x00,0x00,0x00,0x01,0xaa, +0x71,0x00,0x00,0x19,0x64,0xa5,0x00,0x00,0x44,0xa6,0x20,0x00,0x08,0xb5,0x10,0x02, +0x95,0x69,0x20,0x01,0xe5,0x56,0x4e,0x10,0x6f,0x2e,0xf0,0xf5,0x00,0xc8,0x33,0x6c, +0x00,0x00,0x77,0x76,0x00,0x00,0xc9,0x99,0xc3,0x09,0x00,0x90,0xa3,0x90,0x08,0x95, +0xa9,0xc6,0x00,0x36,0x00,0x00,0x99,0x07,0x00,0xf0,0x02,0xd9,0x99,0x99,0xc0,0x0a, +0xc4,0x68,0x1d,0x68,0x1d,0x0a,0xc4,0x19,0x13,0xe3,0x58,0x10,0xe8,0x06,0xc0,0xb4, +0x00,0x00,0x00,0x18,0xee,0x71,0x00,0x00,0x00,0x9f,0xf5,0x09,0x00,0xf0,0x04,0x03, +0xbf,0xb4,0x01,0x79,0x58,0x10,0x4a,0xfa,0x30,0x17,0xdd,0x71,0x00,0x6f,0xa4,0x00, +0x00,0x01,0x4f,0x09,0x82,0x06,0x00,0x4f,0xc0,0x06,0xfb,0x00,0x63,0xb2,0x01,0xf0, +0x1d,0x0f,0x50,0x13,0x00,0x7d,0xdf,0xef,0xfe,0x00,0x25,0x8f,0x55,0x81,0x00,0x00, +0x4f,0xbd,0xf5,0x00,0x03,0xef,0x6d,0xcf,0x80,0x3f,0x9f,0x4f,0x16,0xf0,0xb9,0x2f, +0xe8,0x05,0xf0,0xe9,0x7f,0xb0,0x1d,0xc0,0x8f,0xde,0x7a,0xfd,0x20,0x8a,0x02,0x50, +0x00,0xac,0x00,0x00,0x55,0x05,0x00,0xf4,0x0f,0x9f,0x10,0xac,0x00,0x00,0x1f,0x70, +0x9d,0x00,0x00,0x0b,0xc0,0x7f,0x00,0x50,0x07,0xf0,0x4f,0x34,0xf1,0x04,0xf3,0x0e, +0xde,0xd0,0x01,0x30,0x05,0xff,0x30,0xca,0x02,0x70,0x8b,0x97,0x50,0x00,0x00,0x48, +0xac,0x3c,0x03,0xf0,0x01,0x12,0x30,0x00,0x0f,0xff,0xff,0xf1,0x00,0x06,0x54,0xce, +0x30,0x00,0x00,0x09,0xf3,0xa8,0x00,0xf0,0x06,0xfb,0x00,0x00,0x09,0xf5,0x5f,0x20, +0x00,0x8f,0x50,0x0e,0xff,0xf0,0x05,0x00,0x02,0x67,0x60,0x00,0x07,0xf0,0x2c,0x00, +0xf0,0x24,0x7e,0x68,0x37,0x00,0x08,0xff,0xfe,0xb4,0xed,0x30,0x12,0x8d,0x00,0x00, +0x91,0x00,0x07,0xea,0xcc,0x50,0x00,0x08,0xff,0x86,0x9f,0x50,0x0b,0xd9,0xe0,0x00, +0xe9,0x00,0xf8,0x6e,0x00,0x5f,0x70,0x08,0xff,0xc3,0xff,0xc0,0x00,0x03,0x72,0x06, +0x30,0x00,0x00,0x05,0x70,0x6f,0x00,0xf2,0x1f,0xae,0x00,0x04,0x00,0x13,0x3c,0xd6, +0x43,0xf6,0x04,0xff,0xfe,0xdf,0x4a,0xe0,0x02,0x4f,0x20,0xe8,0x3f,0x50,0x09,0xd0, +0x0d,0x70,0xd7,0x00,0xe8,0x00,0xf6,0x00,0x00,0x8f,0x20,0x5f,0x20,0x00,0x1f,0x94, +0xff,0xc0,0x00,0x00,0x21,0x04,0x40,0xa3,0x00,0xf5,0x27,0x02,0x00,0x00,0x56,0x00, +0x19,0xb6,0x00,0x0b,0xd0,0x00,0xc6,0x40,0x23,0xdc,0x52,0x4f,0x30,0x5f,0xff,0xee, +0xf3,0xdc,0x01,0x36,0xf1,0x0f,0x65,0xf3,0x00,0xac,0x00,0xf6,0x0e,0x70,0x0f,0x70, +0x0f,0x50,0x10,0x08,0xf1,0x05,0xf1,0x00,0x01,0xf9,0x6f,0xfc,0x00,0x00,0x04,0x11, +0x65,0xac,0x03,0xf0,0x10,0x3f,0x54,0x40,0x3f,0xee,0xff,0xf8,0x00,0x45,0x57,0xf1, +0x01,0x27,0x66,0x7f,0xdf,0x73,0xcc,0xcc,0xdf,0x50,0x00,0x00,0x06,0xf6,0x00,0xf5, +0x02,0xce,0x80,0x1f,0x97,0x00,0x82,0xbf,0xee,0xef,0x00,0x00,0x47,0x77,0x50,0x22, +0x22,0xf0,0x09,0x00,0x04,0x80,0x09,0xb5,0x47,0x7a,0xfb,0xda,0x64,0x5c,0xcc,0xed, +0x60,0x00,0x35,0x55,0x9f,0xae,0x20,0x7d,0xdd,0xce,0xd4,0xdf,0x1f,0xf3,0x06,0xf1, +0x00,0x3d,0x10,0x7f,0xf5,0x00,0x6f,0x00,0x02,0x40,0x00,0x3f,0xb6,0x67,0x60,0x00, +0x06,0xdf,0xfe,0x80,0x69,0x00,0xf0,0x05,0x0a,0x60,0x00,0x00,0xbf,0x80,0x00,0x1c, +0xf5,0x00,0x03,0xed,0x20,0x00,0x0e,0xf1,0x00,0x00,0x09,0xf8,0x44,0x01,0xf0,0x03, +0xa0,0x00,0x00,0x06,0xfc,0x10,0x00,0x00,0x5f,0xd0,0x00,0x00,0x05,0x50,0x7d,0x00, +0x00,0xf8,0x9f,0x01,0xf5,0x24,0xe7,0x00,0xca,0x05,0x65,0xeb,0x91,0xd8,0x0b,0xff, +0xff,0xd1,0xe7,0x00,0x00,0xd7,0x00,0xea,0x70,0x00,0xe7,0x00,0xdf,0x60,0x01,0xf5, +0x00,0xbf,0x10,0x09,0xf1,0x00,0x8e,0x00,0x8f,0x80,0x00,0x12,0x00,0x68,0x00,0x00, +0x08,0xed,0xdd,0xe8,0x00,0x48,0x89,0x98,0x40,0xd3,0x00,0x10,0x06,0x4f,0x02,0x10, +0xf3,0xdc,0x00,0xc0,0x92,0x11,0x35,0x10,0xaf,0xff,0xff,0xf3,0x00,0x25,0x65,0x52, +0xdf,0x03,0xe0,0x00,0x01,0x21,0x19,0xf6,0xa3,0x6f,0xff,0xff,0xfc,0x31,0x34,0x43, +0xad,0x3d,0x01,0xf1,0x08,0xf6,0x00,0x83,0x02,0xef,0xd0,0x1f,0x40,0x04,0x64,0x02, +0xf8,0x00,0x01,0x00,0x0b,0xfe,0xde,0xf1,0x00,0x04,0x78,0x75,0x48,0x00,0x60,0x09, +0xf1,0x00,0x00,0x00,0x8f,0xc2,0x0b,0x00,0xd4,0x01,0x10,0x8e,0x09,0x00,0x50,0xe0, +0x00,0x00,0x00,0x9d,0x1b,0x00,0xf0,0x01,0xd0,0x00,0x08,0x90,0x7f,0x20,0x18,0xfb, +0x02,0xff,0xef,0xfa,0x00,0x02,0x89,0x72,0x30,0x00,0xf0,0x15,0x5f,0x20,0x00,0xab, +0xbb,0xdf,0xcc,0xc2,0x99,0x88,0x9f,0x87,0x71,0x00,0x1a,0xdf,0x10,0x00,0x00,0xac, +0x7f,0x30,0x00,0x00,0xd9,0x2f,0x60,0x00,0x00,0x7f,0xff,0x50,0x00,0x00,0x05,0xee, +0xf2,0x00,0x10,0xe3,0x89,0x05,0x12,0x10,0xac,0x00,0xf0,0x01,0x27,0x10,0x00,0x00, +0x8f,0x5c,0x97,0x17,0x77,0x8b,0xf8,0xd9,0x02,0xff,0xfe,0xff,0x73,0x05,0x20,0x39, +0xe0,0x75,0x01,0x60,0xfe,0x00,0x00,0x00,0x2f,0x36,0x83,0x00,0x20,0xcf,0xff,0x2d, +0x00,0x70,0x6f,0xb0,0x00,0x00,0x02,0xbf,0xd1,0xe0,0x00,0x01,0x8a,0x01,0x80,0x14, +0x00,0x06,0x20,0x00,0x06,0xf0,0x00,0xa8,0x0b,0xf0,0x3d,0x00,0x1f,0x85,0x04,0xad, +0xfe,0xff,0xff,0xe2,0x48,0xaf,0x42,0x2f,0x30,0x00,0x05,0xf0,0x4a,0xf2,0x00,0x00, +0x5f,0x05,0xdc,0x00,0x00,0x04,0xf4,0x11,0x24,0x00,0x00,0x0d,0xff,0xff,0xf0,0x00, +0x00,0x03,0x44,0x43,0x00,0x01,0x55,0x67,0x80,0x00,0x3f,0xed,0xff,0x40,0x00,0x01, +0xcd,0x20,0x00,0x03,0xdb,0x22,0x22,0x8b,0xff,0xff,0xff,0xaa,0x97,0xec,0x40,0x00, +0x00,0x3f,0x20,0x00,0x00,0x03,0xf7,0xb6,0x05,0xa0,0xff,0xe4,0x00,0x00,0x03,0x78, +0x10,0x00,0x5a,0x10,0x02,0x01,0xf1,0x03,0x45,0x00,0x00,0xef,0xff,0xfa,0x00,0x00, +0x45,0xf9,0x15,0x66,0x40,0x03,0xf4,0x2e,0xdd,0xc0,0x11,0x01,0x30,0x0d,0xa0,0xa4, +0xbd,0x0b,0xf0,0x1c,0xf8,0x00,0x20,0xbe,0x00,0xaf,0xff,0xf0,0x24,0x00,0x03,0x54, +0x30,0x00,0x07,0xa0,0x00,0x29,0x10,0x00,0xbd,0x54,0x1e,0x88,0x1f,0xff,0xff,0x70, +0x41,0x00,0x46,0xf7,0x15,0x66,0x40,0x00,0x5f,0x24,0xed,0xea,0x00,0x0a,0xd0,0xb7, +0x00,0xf1,0x14,0xf8,0x0a,0x20,0x00,0x00,0x6f,0x31,0xf5,0x00,0x00,0x0d,0xd0,0x0d, +0xfe,0xfd,0x00,0x54,0x00,0x05,0x76,0x40,0x00,0x38,0xad,0xb4,0x03,0xef,0xd9,0x7c, +0xf2,0x08,0x30,0x00,0x1f,0x70,0x97,0x01,0xa1,0x00,0x26,0xed,0x10,0x00,0xff,0xfa, +0x10,0x00,0x04,0x8d,0x03,0xf0,0x01,0x03,0x54,0x00,0x00,0x38,0xdf,0xff,0xfe,0x30, +0x2f,0xf9,0x41,0x02,0xdd,0x00,0x50,0x6d,0x02,0x00,0x18,0x00,0x20,0xaf,0x00,0xa2, +0x00,0xa1,0x90,0x00,0x04,0x9b,0xff,0xa0,0x00,0x00,0x4e,0xc9,0xca,0x05,0xf0,0x00, +0x01,0x22,0x19,0xab,0xde,0xff,0xfa,0x1d,0xb9,0x7e,0xe6,0x42,0x00,0x00,0x7e,0xc5, +0x00,0x10,0xe7,0x17,0x00,0x10,0xf5,0x1d,0x00,0x11,0xfa,0x32,0x00,0x20,0xa4,0x10, +0x99,0x0d,0x10,0x90,0x48,0x01,0x01,0x33,0x00,0xf1,0x0b,0x11,0x01,0x8a,0xbc,0xef, +0xff,0xa0,0x1e,0xb9,0x7e,0xe6,0x43,0x00,0x00,0x07,0xe1,0x47,0xc0,0x00,0x00,0xe7, +0x03,0xc6,0x10,0x00,0x1f,0x6d,0x01,0x11,0xf9,0x10,0x02,0x34,0xfa,0x41,0x00,0x36, +0x00,0x50,0x01,0x42,0x00,0x05,0x60,0xcd,0x01,0xf0,0x07,0x00,0x03,0x30,0x02,0xf7, +0x2a,0xfa,0x00,0x0a,0xef,0xd5,0x00,0x00,0xce,0x60,0x00,0x00,0xcd,0x20,0x00,0x00, +0x2f,0xf8,0x05,0x40,0xfa,0x20,0x12,0x50,0x4a,0x05,0x70,0x10,0x01,0x56,0x65,0x30, +0x00,0x07,0xfe,0x00,0xf1,0x23,0x21,0xbd,0x82,0x31,0x00,0x1f,0xff,0xeb,0x2d,0xe6, +0x00,0x16,0xf1,0x02,0x39,0xe1,0x00,0xca,0x00,0xaa,0x01,0x00,0x6f,0x30,0x0a,0xa0, +0x00,0x1e,0xa2,0xcf,0xfe,0x30,0x00,0x62,0xab,0x1a,0xff,0x80,0x00,0x0a,0xd8,0xea, +0x79,0x00,0x00,0x18,0xcb,0x20,0x00,0x27,0xfa,0x01,0xa0,0x00,0x99,0x89,0x70,0x8d, +0x00,0xbc,0xdc,0x80,0xaa,0x87,0x00,0x10,0xb8,0x05,0x00,0x20,0xca,0x60,0x19,0x02, +0xf0,0x03,0x77,0xd0,0x00,0x00,0xbf,0x27,0xf7,0x57,0x80,0x9e,0x01,0xbf,0xff,0xe0, +0x24,0x00,0x00,0x10,0x9b,0x00,0x00,0x20,0x00,0xf1,0x1b,0x9e,0xff,0xc3,0x00,0x01, +0xed,0x8f,0x7a,0xf3,0x00,0xbd,0x15,0xf1,0x0c,0xc0,0x0f,0x50,0x9e,0x00,0x6f,0x03, +0xf3,0x0e,0x90,0x06,0xf1,0x1f,0x76,0xf3,0x00,0xbe,0x00,0xbf,0xfa,0x03,0xbf,0x60, +0x01,0x88,0x08,0xff,0x60,0x4b,0x02,0xf0,0x22,0x00,0x5b,0x00,0x01,0xc4,0x00,0x8d, +0x00,0x01,0xf5,0x20,0xaa,0x0a,0xed,0xff,0xf0,0xc8,0x03,0x66,0xf8,0x30,0xd6,0x00, +0x00,0xf5,0x00,0xe9,0x30,0x12,0xf6,0x00,0xef,0x58,0xfe,0xfc,0x30,0xdf,0x1f,0x50, +0xfe,0xf4,0xbc,0x0c,0xff,0xf2,0x70,0x44,0x00,0x36,0x35,0x01,0x11,0x30,0x81,0x01, +0x00,0xd8,0x00,0xf1,0x05,0x7f,0xaf,0xb0,0x00,0x00,0x5f,0x90,0x5f,0xa0,0x00,0x3f, +0xd0,0x00,0x7f,0x90,0x00,0xb2,0x00,0x00,0xaf,0xf8,0x03,0x11,0xbf,0x3e,0x01,0x15, +0x70,0x9b,0x03,0xf0,0x0e,0x67,0xb0,0x00,0x08,0xf9,0x0c,0x7c,0x10,0x06,0xfc,0xf8, +0x24,0x00,0x04,0xfa,0x08,0xf6,0x00,0x03,0xfd,0x00,0x0b,0xf5,0x00,0x2e,0x20,0x00, +0x0c,0xf4,0x21,0x00,0x20,0x1d,0xf3,0x06,0x00,0x30,0x2a,0x00,0x00,0x0d,0x0f,0xf0, +0x06,0xbe,0xdf,0xff,0xf1,0x03,0x56,0xea,0x43,0x00,0x75,0x4e,0xa6,0x83,0x0d,0xee, +0xff,0xdc,0x40,0x00,0x1d,0x80,0x58,0x05,0xc0,0x81,0x01,0xf6,0x0d,0xde,0xf4,0x0d, +0xfe,0xf6,0x19,0x10,0x03,0xd9,0x03,0xa0,0x24,0x45,0x40,0x00,0x00,0x09,0xff,0xfe, +0x00,0x00,0xdf,0x0a,0x00,0x8a,0x04,0xf0,0x0e,0xf0,0x0a,0x50,0x00,0x8d,0xff,0xa6, +0xe6,0x00,0xcd,0xbf,0x7b,0xff,0x90,0x4f,0x1d,0xb0,0x07,0xff,0x53,0xfc,0xf3,0x02, +0xf9,0x50,0x08,0xc5,0x05,0xed,0x27,0x00,0x10,0x49,0x2b,0x00,0x10,0x40,0xc7,0x07, +0xf0,0x13,0xfa,0xc3,0x58,0x00,0x0e,0xff,0xda,0x26,0xf9,0x00,0x02,0xf3,0x00,0x06, +0xf2,0x08,0xff,0x40,0x00,0x02,0x00,0xf3,0xd6,0x00,0x01,0x00,0x0e,0xaf,0x30,0x01, +0xf4,0x00,0x3b,0xf1,0xcc,0x10,0x81,0x2f,0xfe,0xff,0xd0,0x00,0x00,0x26,0x76,0x67, +0x04,0x50,0x95,0x00,0x00,0x2f,0x30,0x69,0x00,0xf0,0x16,0xec,0xef,0xff,0x80,0x00, +0x0d,0xf7,0xad,0x7f,0x80,0x08,0xef,0x4e,0x80,0x9f,0x00,0xf4,0xae,0xf1,0x05,0xf2, +0x2f,0x15,0xfa,0x00,0x7f,0x01,0xfb,0xee,0xb0,0x5f,0xa0,0x06,0xc8,0x04,0xef,0xb1, +0x90,0x00,0x14,0x30,0x9c,0x04,0xa0,0xf1,0x00,0x00,0x04,0x37,0xe0,0x10,0x00,0x0b, +0xff,0x50,0x00,0xf0,0x01,0x1b,0xb3,0x20,0x00,0x09,0x6d,0xa4,0x45,0xb0,0x0a,0xdf, +0xff,0xb1,0xf7,0x00,0x0f,0xd5,0x0a,0xf0,0x2c,0x0e,0xa0,0x03,0xf9,0x00,0x08,0xff, +0xef,0xd1,0x00,0x00,0x48,0x74,0x00,0x00,0x59,0x63,0x00,0x00,0x05,0xcf,0xfe,0x00, +0x09,0x70,0x02,0x30,0x00,0xd8,0x00,0x10,0x00,0x0e,0x9a,0xff,0xf8,0x01,0xff,0x94, +0x28,0xf5,0x2e,0x60,0x00,0x1f,0x80,0x00,0x00,0x19,0xf4,0x00,0xbd,0xdf,0xf8,0x00, +0x05,0x88,0x61,0x00,0x9f,0x02,0xf0,0x1b,0xd0,0x23,0x00,0xab,0x9f,0xfd,0x1b,0xec, +0x22,0xf8,0xcf,0x10,0x0a,0xce,0xa0,0x00,0x9e,0xd8,0x00,0x0b,0xc4,0x30,0x02,0xf8, +0x00,0x06,0xed,0x00,0x5f,0xfa,0x10,0x00,0x51,0x00,0x00,0x02,0x44,0x56,0x70,0x00, +0x8f,0xee,0xe7,0x06,0xf4,0x12,0xbd,0x30,0x00,0x02,0xdd,0x40,0x00,0x03,0xef,0xef, +0xf8,0x06,0xfb,0x20,0x05,0xf5,0x89,0x4b,0xd5,0x0e,0x80,0x0e,0x86,0xf7,0xf5,0x00, +0x9f,0xef,0xf8,0x00,0x00,0x15,0x41,0xba,0x01,0x11,0xf7,0x6e,0x07,0xf2,0x1d,0x60, +0x23,0x00,0x02,0xef,0xf9,0xaf,0xfb,0x00,0x06,0x6f,0xf9,0x18,0xf0,0x00,0x08,0xf7, +0x00,0x7e,0x00,0x04,0xff,0x00,0x09,0xc0,0x02,0xec,0xf0,0x00,0xab,0x00,0x3d,0x5f, +0x00,0x0b,0xe9,0x80,0x05,0xf1,0x00,0x6f,0xe5,0x00,0x15,0x8e,0x02,0x08,0x3d,0x00, +0xf3,0x1c,0x00,0x00,0x02,0xef,0xf8,0x59,0xb7,0x00,0x06,0x6f,0xde,0xaa,0xfc,0x00, +0x08,0xf9,0x00,0x05,0xf3,0x04,0xff,0x00,0x00,0x2f,0x42,0xfc,0xf0,0x00,0x09,0xf1, +0x2c,0x5f,0x01,0x6c,0xf7,0x00,0x05,0xf1,0x1e,0xb4,0x00,0x00,0x15,0x8f,0x28,0x00, +0xde,0x10,0xf0,0x24,0xf2,0x13,0x00,0x0c,0xee,0xff,0xff,0x10,0x03,0x6f,0x83,0x21, +0x00,0x00,0x9f,0xbb,0x25,0xc9,0x07,0xfa,0x5e,0xff,0x93,0x0d,0x81,0xcf,0xc0,0x00, +0x00,0x0d,0xb9,0xc0,0x00,0x00,0x1f,0x61,0x20,0x20,0x00,0x0c,0xfe,0xef,0xf0,0x00, +0x00,0x46,0x65,0x40,0x00,0x00,0x5a,0x9e,0x02,0x20,0x0c,0xd0,0x99,0x11,0x01,0x55, +0x02,0x11,0xdb,0x9e,0x05,0xf4,0x31,0xcc,0x40,0x00,0x00,0x0c,0xf9,0xdb,0x00,0x40, +0x04,0xf6,0x09,0xc0,0x1f,0x50,0xbd,0x00,0x8e,0x19,0xf1,0x2f,0x80,0x04,0xff,0xf6, +0x00,0x42,0x00,0x03,0x63,0x00,0x02,0x22,0x22,0x22,0x02,0xff,0xff,0xff,0xf8,0x02, +0x14,0x61,0xae,0x10,0x00,0x7f,0x7f,0x40,0x00,0x09,0xd1,0x40,0x00,0x00,0xd9,0x00, +0x00,0x01,0xbf,0x20,0x00,0x00,0x5d,0xc3,0x01,0xf0,0x0c,0x22,0x22,0x22,0x22,0x20, +0xbf,0xff,0xff,0xff,0xf4,0x23,0x22,0x22,0x4e,0xc0,0x00,0x08,0xf1,0xce,0x20,0x00, +0x09,0xf5,0xe2,0x00,0x00,0x0b,0x73,0x00,0x20,0x0e,0xa0,0x16,0x03,0x50,0x20,0x00, +0x00,0x1d,0xf7,0xb8,0x04,0x03,0x97,0x06,0x11,0x74,0xef,0x06,0x90,0x05,0xdf,0x60, +0x38,0xdf,0xf7,0x00,0x8e,0x83,0x1b,0x00,0x04,0x04,0x00,0x11,0xf8,0x21,0x00,0xf0, +0x09,0x92,0x00,0x00,0x00,0x1b,0xf6,0x00,0x00,0x04,0xde,0x40,0x00,0x04,0xcf,0xf2, +0x00,0x0a,0xef,0xcd,0xe0,0x00,0x0a,0x92,0x0a,0x0c,0x06,0x0b,0x05,0x00,0x00,0x2c, +0x08,0xf1,0x2a,0x08,0xf1,0x00,0x02,0x21,0x8f,0x22,0x30,0xef,0xff,0xff,0xff,0xae, +0x92,0x22,0x24,0xf8,0xe8,0x00,0x00,0x5f,0x49,0x50,0x00,0x0c,0xe0,0x00,0x00,0x07, +0xf7,0x00,0x00,0x2a,0xfa,0x00,0x00,0xaf,0xe7,0x00,0x00,0x01,0x60,0x00,0x00,0x0c, +0xee,0xee,0xee,0x00,0x45,0x8f,0x75,0x50,0x00,0x03,0xf2,0x00,0xe7,0x05,0xf0,0x09, +0x01,0x14,0xf4,0x11,0x06,0xff,0xff,0xff,0xf6,0x13,0x33,0x33,0x33,0x10,0x05,0x77, +0x77,0x77,0x73,0x00,0x9e,0xef,0xfe,0xee,0xa8,0x06,0x24,0x10,0x00,0x5c,0x05,0x05, +0x0b,0x00,0xf9,0x20,0x38,0x88,0xbf,0x88,0x88,0x05,0xfe,0xee,0xee,0xee,0xf0,0x00, +0x00,0x0a,0x40,0x00,0x44,0x44,0xf8,0x42,0x0e,0xff,0xff,0xff,0x80,0x00,0x2e,0xf6, +0x00,0x00,0x2e,0xce,0x60,0x00,0x7f,0xc0,0xd7,0x00,0x1e,0x82,0x3e,0x70,0x00,0x00, +0x5f,0xf4,0x00,0xf6,0x01,0xc0,0xe7,0x00,0x0b,0xfe,0xee,0xff,0xff,0x05,0x66,0x6d, +0xfb,0x66,0x57,0x14,0xf0,0x04,0x00,0x00,0x09,0xf6,0xd8,0x00,0x05,0xef,0x50,0xd8, +0x00,0x1e,0xc2,0x00,0xd9,0x00,0x01,0x00,0x9f,0x01,0x01,0x10,0x36,0xbc,0x12,0x03, +0x67,0x07,0xf1,0x14,0x9f,0xff,0xff,0xff,0x83,0x65,0xdc,0x55,0xda,0x00,0x0f,0x80, +0x0d,0x90,0x04,0xf4,0x00,0xe8,0x00,0xdd,0x00,0x0f,0x60,0xaf,0x41,0x15,0xf3,0xaf, +0x70,0x4f,0xfe,0x00,0x40,0x00,0x45,0x5a,0x02,0x00,0xf2,0x27,0x30,0x90,0x3c,0xb6, +0x2b,0x04,0xc0,0xa3,0x00,0xff,0xff,0xff,0xfe,0x30,0x06,0x67,0xf9,0x57,0xf4,0x89, +0x07,0xf0,0x0d,0x3f,0x30,0x00,0x0a,0xe0,0x03,0xf2,0x00,0x03,0xf8,0x00,0x5f,0x00, +0x02,0xde,0x10,0x0a,0xe0,0x01,0xef,0x30,0xbf,0xf9,0x00,0x03,0x30,0x03,0x66,0xe3, +0x0a,0x10,0x50,0xa9,0x01,0xb0,0x93,0x68,0x00,0x79,0xbf,0xff,0xfd,0x00,0xcc,0xac, +0xf2,0x56,0x01,0xf1,0x01,0xf2,0x25,0x70,0x46,0x8c,0xff,0xff,0xc0,0xdf,0xda,0xfa, +0x20,0x00,0x20,0x00,0xcb,0x47,0x05,0x00,0x05,0x00,0x33,0x48,0x00,0x00,0x6f,0x00, +0xf1,0x19,0x2a,0x20,0x4b,0xc4,0x00,0x02,0xf5,0x03,0xd2,0x00,0x56,0x9f,0xff,0xfd, +0x00,0x0f,0xfc,0xed,0x52,0x00,0x00,0x20,0x08,0xe0,0x03,0x30,0x01,0x36,0xbf,0xef, +0xfc,0x00,0xff,0xfd,0xfa,0x53,0x00,0x05,0x20,0x0f,0xfc,0x04,0x11,0xcb,0x8f,0x03, +0x10,0xa0,0x06,0x00,0x80,0x7b,0x10,0x00,0x00,0x01,0xed,0x44,0x51,0xf6,0x03,0xf0, +0x05,0xfb,0x00,0xaf,0x40,0x05,0xf5,0x0c,0xf5,0x00,0x0c,0xe0,0x04,0x30,0x00,0x6f, +0x60,0x00,0x00,0x05,0xfb,0x92,0x06,0x40,0xb0,0x00,0x00,0x8e,0x67,0x06,0x13,0x4a, +0x8d,0x0c,0xf1,0x10,0x05,0x00,0x00,0x0a,0x70,0x1c,0xa7,0x00,0x04,0xf9,0x22,0xb4, +0x10,0x01,0xef,0xff,0xff,0x50,0x01,0xce,0x31,0x1a,0xf1,0x03,0xde,0x30,0x01,0xfa, +0x00,0x08,0x20,0x63,0x02,0xc0,0x00,0x8f,0x70,0x00,0x00,0x01,0xaf,0x90,0x00,0x00, +0x18,0xef,0x74,0x00,0x11,0xaa,0xa4,0x02,0x20,0x0c,0x90,0xda,0x08,0x01,0x7e,0x01, +0x00,0x4b,0x01,0xf0,0x00,0x20,0x3f,0xa6,0x8f,0xa6,0x71,0x2e,0xd0,0x03,0xf4,0x00, +0x00,0x82,0x00,0x8f,0x3b,0x01,0x20,0x2e,0xb0,0xc0,0x07,0x10,0xf3,0x70,0x05,0x20, +0xf6,0x00,0x40,0x05,0x06,0xbc,0x0d,0xf0,0x0f,0x52,0x00,0x26,0xd2,0x00,0x1f,0x90, +0x00,0xe6,0x40,0x07,0xf9,0x77,0x78,0x70,0x01,0xef,0xef,0xff,0xff,0x00,0xbf,0x20, +0x4f,0x40,0x00,0x4f,0x60,0x07,0xf1,0x93,0x03,0x11,0xdd,0x59,0x00,0x13,0x60,0xb4, +0x00,0x38,0x00,0x1b,0xb0,0xfb,0x0d,0x10,0x04,0x42,0x03,0x53,0x27,0x77,0x77,0x7f, +0x80,0xda,0x02,0x15,0x0f,0x09,0x00,0xb1,0x86,0xfe,0xee,0xee,0xf9,0x38,0x77,0x77, +0x7f,0x90,0x00,0xdf,0x0e,0xf0,0x02,0x30,0x3f,0x40,0x00,0x03,0xf3,0x03,0xf3,0x00, +0x26,0x8f,0x86,0x8f,0x86,0x15,0xff,0xff,0xa9,0x09,0x10,0x3f,0xbb,0x01,0xa4,0x03, +0xf3,0x05,0xf2,0x00,0x00,0x29,0x20,0x9f,0x00,0xe9,0x0e,0x20,0x9f,0xd0,0x8b,0x02, +0x11,0x80,0xb5,0x16,0xf0,0x0e,0x49,0x57,0x40,0x06,0xf0,0x06,0xf7,0x86,0x46,0xaf, +0x66,0xaf,0x77,0x08,0xff,0xfe,0xef,0xff,0xf0,0x00,0x6f,0x00,0x6f,0x00,0x00,0x06, +0xf0,0x08,0xf0,0xd9,0x05,0x20,0xcc,0x00,0x35,0x07,0x10,0x60,0x1a,0x01,0x10,0xa0, +0xb7,0x07,0x01,0x11,0x06,0x10,0x10,0x14,0x01,0x01,0xee,0x06,0x20,0x01,0xb7,0x9d, +0x01,0xe0,0x20,0x00,0x03,0xc0,0x05,0xee,0x00,0x01,0xee,0x10,0x01,0x40,0x03,0xdf, +0x1c,0x0c,0xb0,0xfe,0x30,0x00,0x02,0x7d,0xfb,0x10,0x00,0x06,0xff,0xc5,0xee,0x01, +0x01,0x87,0x01,0xf0,0x1a,0x07,0x00,0x03,0x3b,0x00,0x04,0xfd,0x30,0x99,0xb5,0x00, +0x03,0xd5,0x01,0x70,0x00,0xd9,0x10,0x00,0x05,0xa0,0x07,0xfd,0x00,0x02,0xfd,0x00, +0x02,0x40,0x04,0xee,0x10,0x00,0x00,0x07,0xfe,0x20,0x00,0x02,0x7e,0xfa,0x18,0x08, +0x00,0x37,0x00,0x25,0x17,0x20,0x0b,0x01,0x20,0x0f,0xff,0x79,0x0d,0x40,0x76,0x66, +0x8f,0xa0,0x08,0x02,0x10,0xf2,0x0d,0x04,0x10,0xf8,0x05,0x00,0xf2,0x0a,0xef,0x50, +0x00,0x00,0x04,0xfd,0xcf,0x60,0x00,0x1a,0xfc,0x10,0xcf,0x50,0x0d,0xf8,0x00,0x01, +0xdd,0x00,0x12,0x00,0x00,0x02,0x10,0xce,0x0b,0x00,0xff,0x06,0xa2,0xb5,0x02,0x88, +0x88,0x89,0xe4,0x30,0x4e,0xed,0xde,0xae,0x08,0x10,0x20,0x0c,0x0a,0x10,0x90,0xdb, +0x01,0x10,0xf1,0xb4,0x01,0x00,0xeb,0x08,0xf0,0x01,0x5e,0xe3,0x7f,0xa0,0x01,0xcf, +0xd2,0x00,0x8f,0x90,0x09,0x70,0x00,0x00,0xa3,0x00,0xcf,0x14,0x01,0x36,0x07,0xf0, +0x01,0x03,0x10,0x00,0x0e,0xb8,0xbf,0xfc,0x04,0xcf,0xff,0xea,0xaf,0x60,0x3b,0x8e, +0x80,0x08,0x05,0x10,0xe8,0x7f,0x00,0x11,0x0e,0xe5,0x2d,0x80,0xeb,0x00,0x13,0x10, +0x00,0x0a,0xff,0xff,0x6b,0x04,0x32,0x66,0x64,0x10,0xe5,0x00,0x50,0x01,0x94,0x00, +0x2d,0xa7,0x3a,0x07,0xf0,0x02,0x73,0x00,0x00,0xf7,0x47,0xae,0x70,0x38,0xbf,0xff, +0xed,0xf6,0x07,0xeb,0xf8,0x10,0xcc,0xb7,0x05,0x71,0x9f,0x20,0x00,0x00,0xf6,0x02, +0x30,0xcc,0x01,0x40,0x20,0x00,0x00,0xdf,0x39,0x06,0x40,0x01,0x67,0x77,0x51,0x6a, +0x08,0xf3,0x04,0x03,0x0a,0xd0,0x00,0x02,0xf8,0x5f,0x80,0x00,0x5f,0x40,0xcf,0x10, +0x0a,0xf0,0x03,0x70,0x02,0xf9,0xff,0x04,0x90,0x9f,0x70,0x00,0x02,0xbf,0xa0,0x00, +0x01,0xef,0xd0,0x09,0x03,0x16,0x01,0x01,0xd7,0x05,0x70,0x6b,0xb6,0x08,0x80,0x00, +0x03,0xc2,0x7e,0x27,0x40,0x8f,0x20,0x02,0xfb,0xb3,0x04,0x41,0x09,0xa0,0x02,0xf8, +0x4d,0x08,0x10,0x10,0x77,0x04,0x13,0x80,0x5b,0x02,0x30,0x02,0xdf,0xa0,0x9e,0x00, +0x12,0x40,0x8a,0x0d,0x00,0x1d,0x01,0xf0,0x0b,0xfd,0x56,0x71,0x00,0x0c,0xfd,0xde, +0xfb,0x00,0xaf,0x30,0x05,0xf4,0x1c,0xf5,0xa7,0x0d,0xd0,0x07,0x30,0x9f,0xff,0x40, +0x00,0x00,0x08,0x13,0x01,0x50,0x8f,0xa8,0x60,0x00,0x8e,0x48,0x00,0x16,0x8a,0x43, +0x03,0x20,0x0b,0x80,0x43,0x03,0x31,0xfa,0x44,0xd4,0x43,0x03,0xf0,0x02,0x70,0x01, +0xce,0x10,0x09,0xf1,0x03,0xde,0x3a,0x41,0xfa,0x00,0x19,0x12,0xcf,0xef,0x10,0x45, +0x09,0x10,0xf6,0x29,0x02,0x50,0x9c,0x40,0x00,0x19,0xff,0x33,0x02,0x26,0xc9,0x10, +0xcd,0x02,0xf0,0x07,0x01,0x48,0x50,0x00,0x2e,0xef,0xff,0xd9,0x00,0x00,0x55,0x4f, +0x60,0x00,0x00,0x33,0x33,0xf8,0x33,0x30,0x2f,0xff,0x53,0x03,0x30,0x21,0x14,0xf5, +0xdc,0x17,0x01,0x4d,0x03,0x20,0x4f,0x90,0x6f,0x02,0x15,0xd0,0xe9,0x08,0xf0,0x02, +0x02,0x50,0x01,0x01,0xc3,0x8e,0x01,0xf6,0x0e,0x92,0xf4,0x5f,0x30,0x8b,0x02,0x0c, +0xd0,0x93,0x15,0xc7,0x00,0x00,0x07,0xf9,0x00,0x00,0x5c,0xf9,0x00,0x00,0x05,0xd4, +0x6c,0x03,0xf5,0x07,0x00,0x01,0xa4,0x0e,0xa0,0x09,0xe1,0x0d,0xc0,0x8f,0x10,0xcd, +0x00,0x7f,0x22,0xa2,0x2f,0x70,0x01,0x81,0x00,0x09,0x2c,0x02,0x60,0x05,0xfd,0x00, +0x00,0x00,0x29,0x1e,0x0d,0x24,0x2f,0xf9,0x80,0x0f,0xa3,0x00,0x55,0x55,0x55,0x60, +0x00,0x0c,0xfe,0xee,0xff,0x46,0x00,0x60,0x66,0x66,0x66,0x66,0x61,0x0f,0x97,0x00, +0x10,0x30,0x57,0x13,0x00,0x92,0x00,0x10,0x40,0x2b,0x02,0x00,0x2b,0x06,0x20,0x2c, +0xf4,0x91,0x00,0x23,0xb4,0x00,0x10,0x01,0xd0,0x10,0x04,0x33,0x33,0x4d,0x99,0x00, +0xef,0xff,0xff,0x74,0x10,0x01,0x9e,0x18,0x10,0x16,0x3d,0x00,0x40,0x03,0xfe,0xef, +0xff,0xda,0x05,0x20,0x3f,0x50,0xf8,0x02,0x10,0xf2,0xf9,0x00,0x10,0xec,0x82,0x00, +0x10,0xdf,0x47,0x01,0x21,0x3b,0x20,0xe6,0x0a,0x00,0x04,0x0d,0x00,0x0c,0x0d,0xc1, +0x08,0xfd,0x83,0x00,0x8f,0xbf,0xfc,0x38,0xf0,0x18,0xe3,0x8f,0x15,0x00,0x00,0x1c, +0x00,0xf0,0x15,0x01,0x20,0x00,0x00,0x05,0x30,0x00,0x50,0x0f,0xa0,0x3b,0x99,0x0e, +0x90,0x0c,0x44,0x0e,0xb1,0x00,0x00,0x0e,0xff,0xb6,0x00,0x0e,0xb8,0xef,0xe0,0x0e, +0x90,0x05,0x90,0x0e,0x90,0x00,0x00,0x04,0x00,0x21,0x0d,0x90,0x18,0x03,0x13,0x90, +0x52,0x0b,0x61,0x04,0x33,0x3f,0xa3,0x33,0x10,0xf8,0x03,0x91,0x03,0x32,0x3f,0x92, +0x23,0x00,0x00,0x03,0xf6,0x5c,0x04,0x01,0xf5,0x0a,0x10,0x90,0x06,0x02,0x10,0xc0, +0x8d,0x00,0x01,0xb5,0x03,0x9a,0x77,0x77,0x77,0x70,0x01,0xff,0xff,0xff,0xe0,0x6b, +0x12,0x05,0x6b,0x03,0xf0,0x09,0xff,0xfd,0x09,0x88,0x88,0x88,0x87,0x00,0x00,0x3f, +0x40,0x00,0x00,0x36,0x57,0xf8,0x65,0x00,0x07,0xfe,0xee,0xff,0xf2,0x00,0x70,0x06, +0x03,0x5b,0x07,0xf2,0x01,0x02,0x9f,0xf6,0x89,0x10,0x2d,0xfe,0x9f,0x47,0xfe,0x30, +0x84,0x02,0xf4,0x02,0x90,0x2c,0x00,0x31,0x00,0x02,0xa3,0x44,0x00,0x10,0x43,0x13, +0x05,0x31,0xe0,0x00,0x00,0x8a,0x02,0x00,0xf3,0x02,0xf4,0x03,0x3f,0xa0,0x00,0x00, +0x1d,0xf1,0x00,0x00,0x2d,0xf5,0x00,0x01,0x8f,0xf5,0x00,0x00,0x6f,0xc3,0xf4,0x0a, +0x20,0x09,0x70,0x8e,0x02,0x30,0xea,0x06,0xf4,0xea,0x0b,0x50,0x0f,0xb0,0x00,0x07, +0xf2,0x31,0x00,0x10,0xdd,0x3d,0x0d,0x50,0x4f,0x70,0x00,0x0e,0xd0,0x47,0x00,0x77, +0x9f,0x22,0xd6,0x00,0x00,0x05,0xc3,0x4d,0x02,0x10,0x00,0xe0,0x10,0xb0,0xb5,0x00, +0x07,0x40,0x76,0xc6,0x40,0x00,0xf9,0x0a,0xf1,0x71,0x01,0x20,0x3f,0x70,0xca,0x07, +0x10,0xcd,0x90,0x1a,0x80,0x06,0xf4,0x00,0x5f,0x60,0x00,0x1f,0x90,0x3d,0x00,0x30, +0xde,0x05,0xf6,0x33,0x04,0x24,0x01,0x00,0x44,0x09,0xf0,0x08,0x6b,0x50,0x00,0x41, +0x03,0x3a,0x2a,0x00,0x0f,0xa0,0xcd,0x38,0x20,0x02,0xf6,0x04,0xf5,0x00,0x00,0x7f, +0x20,0x0e,0xc0,0xe5,0x08,0x40,0x7f,0x30,0x03,0xf7,0xb5,0x00,0x70,0xbf,0x10,0x00, +0x0e,0xe0,0x5f,0x80,0xbc,0x00,0x50,0x50,0x00,0x00,0x02,0x30,0x31,0x02,0xe1,0xe9, +0x00,0x00,0x40,0xe8,0x03,0x9e,0xf0,0xed,0xef,0xe9,0x30,0xee,0x94,0x54,0x0b,0x01, +0x04,0x00,0xb1,0xdc,0x43,0x45,0x73,0x6f,0xff,0xff,0xf5,0x01,0x23,0x32,0x60,0x00, +0xf2,0x09,0x20,0x16,0x20,0x00,0x78,0xe0,0x2f,0x40,0x00,0x2b,0x40,0x2f,0x40,0x03, +0xa8,0x00,0x2f,0x88,0xdf,0xe7,0x00,0x2f,0xfe,0x94,0xca,0x0c,0x30,0x00,0x2f,0x40, +0x05,0x00,0x50,0x70,0x00,0x14,0x00,0x0d,0xd0,0x0c,0xff,0x0e,0x00,0x56,0x76,0x64, +0x00,0x14,0x10,0x00,0x07,0xa4,0x2f,0x40,0x00,0x0b,0x28,0x2f,0x40,0x00,0x6c,0x91, +0x2f,0x66,0xaf,0xf9,0x00,0x2f,0xff,0xb6,0x10,0x32,0x00,0x07,0x12,0x00,0x0c,0x1b, +0xa0,0xff,0xf7,0x47,0x77,0x77,0x9f,0x80,0x00,0x00,0x06,0x80,0x06,0x10,0xdd,0xeb, +0x01,0xd0,0x50,0x00,0x00,0x7f,0xc0,0x00,0x03,0xbf,0xb0,0x00,0x05,0xfe,0x70,0x26, +0x20,0x01,0x01,0x00,0x10,0x12,0x0b,0x12,0xb0,0x4d,0x98,0xdf,0xee,0xee,0xff,0x40, +0x77,0x77,0x77,0xbf,0x7b,0x01,0x10,0xbe,0xb0,0x01,0x10,0xf9,0xa3,0x0e,0x10,0xf1, +0x5e,0x0c,0x90,0x70,0x00,0x00,0x5d,0xf7,0x00,0x00,0x0a,0xfd,0xba,0x02,0x03,0x6a, +0x09,0x20,0x07,0xa6,0x32,0x00,0x10,0x98,0x32,0x00,0x1f,0x40,0x32,0x00,0x12,0x11, +0x20,0x74,0x02,0x11,0xc1,0xc7,0x0c,0x10,0xc1,0xc7,0x0c,0xa1,0x3f,0xd1,0x00,0x4f, +0xd0,0x00,0x4f,0xc0,0x00,0xb3,0x76,0x0f,0x00,0x1e,0x00,0x06,0xc7,0x0c,0x01,0xc7, +0x01,0xb0,0x77,0xb0,0x00,0x08,0xf8,0x0b,0x7b,0x10,0x06,0xfc,0xf9,0xc7,0x0c,0x20, +0x06,0xf9,0xc7,0x0c,0x71,0x07,0xf8,0x00,0x1d,0x30,0x00,0x0a,0x82,0x03,0x02,0xcd, +0x0c,0x11,0x1a,0x75,0x03,0xf3,0x0a,0xb7,0x00,0x00,0x7f,0x70,0xa2,0xb0,0x00,0x5f, +0xdf,0x82,0x94,0x00,0x3f,0xa0,0x7f,0x80,0x00,0x3e,0xd0,0x00,0x9f,0x70,0x02,0xe3, +0x1f,0x0d,0x30,0x01,0xdf,0x30,0xa4,0x00,0x13,0xa0,0xbb,0x0c,0x00,0xa6,0x0e,0x10, +0x0e,0x15,0x03,0xf0,0x11,0x00,0x55,0x56,0xf9,0x55,0x60,0x00,0x54,0x1f,0x51,0x70, +0x00,0x2f,0x81,0xf5,0x3f,0x70,0x0c,0xd0,0x1f,0x50,0x9f,0x11,0xb2,0x01,0xf5,0x01, +0xa2,0x00,0x09,0xef,0x50,0x0d,0x07,0x15,0x60,0x58,0x05,0xf0,0x1f,0x03,0xf4,0x3c, +0xa6,0x00,0x00,0x3f,0x30,0x83,0x20,0xfe,0xef,0xff,0xef,0xd0,0x06,0x66,0x8f,0x86, +0x65,0x00,0x06,0x23,0xf3,0x26,0x00,0x03,0xf6,0x3f,0x35,0xf4,0x01,0xec,0x03,0xf3, +0x0b,0xe0,0x2b,0x10,0x3f,0x30,0x2a,0x10,0x00,0xbf,0xf2,0xaa,0x07,0x12,0x65,0x00, +0x12,0xf0,0x1d,0x40,0x9a,0x50,0x00,0x03,0xf3,0x08,0xb4,0x0f,0xee,0xff,0xfe,0xef, +0x10,0x66,0x68,0xf8,0x66,0x60,0x00,0x62,0x3f,0x31,0x70,0x00,0x3f,0x63,0xf3,0x3f, +0x70,0x1e,0xc0,0x3f,0x30,0x8f,0x22,0xb1,0x03,0xf3,0x01,0xa2,0x00,0x0b,0xff,0x2b, +0x01,0x24,0x46,0x50,0xd2,0x02,0xb0,0xff,0xee,0xee,0xef,0xd2,0x07,0x76,0x66,0x68, +0xfe,0x10,0x5b,0x01,0xb0,0x30,0x00,0x3b,0x20,0x9f,0x70,0x00,0x03,0xee,0xaf,0x70, +0xbc,0x05,0x16,0x90,0xdb,0x00,0x00,0x4e,0x04,0x00,0x98,0x06,0xf0,0x0e,0x00,0x86, +0x30,0x00,0x00,0x2d,0xff,0xfc,0x70,0x00,0x00,0x37,0xbc,0x00,0x57,0x41,0x00,0x00, +0x09,0xef,0xfd,0x91,0x00,0x00,0x26,0xae,0x10,0x06,0x30,0x3c,0x08,0x60,0xfc,0x84, +0x00,0x00,0x37,0xbf,0xf4,0x06,0x00,0x8f,0x14,0x20,0x66,0x00,0xa6,0x09,0x12,0xc0, +0xa7,0x11,0x04,0x90,0x0a,0x40,0x0c,0xc0,0x08,0x30,0xdd,0x08,0x10,0xdc,0x10,0x00, +0xd1,0x06,0xf5,0x02,0x9e,0xfc,0xef,0xff,0xd0,0x2f,0xdb,0xa8,0x65,0x8f,0xce,0x01, +0x00,0x05,0x00,0x11,0x45,0xee,0x01,0x80,0x03,0xc2,0x03,0xf8,0x00,0x3d,0xf7,0xaf, +0xee,0x06,0xf4,0x05,0x80,0x00,0x00,0x2f,0xfd,0x20,0x00,0x3e,0xe6,0xfe,0x30,0x7f, +0xe2,0x04,0xfb,0x9f,0xb1,0x00,0x03,0x10,0xc7,0x00,0x00,0xf4,0x0b,0x51,0xf2,0x04, +0x3f,0xb3,0x34,0x2f,0x03,0x91,0xef,0xef,0xfe,0xef,0xe6,0x66,0xfc,0x66,0x66,0xb1, +0x04,0x40,0x00,0xec,0x11,0x11,0x2d,0x07,0x70,0x90,0x00,0x04,0x56,0x52,0x00,0xb7, +0x81,0x0b,0xf2,0x01,0xc3,0x69,0xc5,0x4a,0xef,0xfd,0xcf,0x33,0xa7,0xf5,0x1d,0x90, +0x00,0x0d,0x98,0xc0,0x10,0x12,0x00,0xb0,0x08,0x03,0x2b,0x10,0x00,0x88,0x17,0x01, +0x0a,0x09,0xf0,0x0a,0xf4,0x00,0x47,0x80,0x02,0x5f,0xdd,0xff,0xff,0x15,0xff,0xff, +0x74,0x4f,0x70,0x15,0x17,0xf2,0x1d,0xc0,0x00,0x00,0x2f,0x66,0xe1,0x3c,0x04,0x01, +0x12,0x13,0x11,0xf0,0xa9,0x08,0x01,0x84,0x04,0xc0,0x93,0x00,0x00,0x01,0x76,0x66, +0x71,0x00,0x3e,0xee,0xef,0x70,0xcd,0x01,0x01,0x4f,0x12,0x90,0x03,0x33,0x39,0xf3, +0x23,0xff,0xff,0xff,0xfb,0x9c,0x0c,0xb5,0x10,0x00,0x87,0x77,0x79,0x30,0x00,0x0f, +0xfe,0xee,0xfc,0x46,0x05,0x01,0xe5,0x09,0x00,0x9e,0x0e,0x01,0x11,0x0c,0x10,0x3f, +0x36,0x02,0xf0,0x13,0x31,0x87,0x77,0x77,0x77,0x82,0x12,0x22,0x22,0x26,0xff,0xff, +0xfe,0x01,0x11,0x17,0xe1,0x65,0x55,0xae,0x2d,0xdd,0xde,0xe0,0x00,0x00,0x6e,0x8f, +0xee,0xef,0xe3,0x55,0x55,0xae,0xc2,0x06,0x51,0x61,0x66,0x66,0x67,0xf6,0x2d,0x0f, +0x80,0xcf,0xee,0xef,0xf6,0x05,0x66,0x66,0x7f,0xfc,0x06,0xa1,0xf6,0x27,0x66,0x66, +0x7f,0x65,0xfe,0xee,0xef,0xf6,0x01,0x09,0x60,0x03,0x65,0x55,0x66,0x00,0x8f,0x3b, +0x12,0x00,0x60,0x00,0x92,0xfe,0xee,0xee,0xfa,0x35,0x55,0x55,0x6f,0x80,0xcd,0x08, +0x00,0x65,0x0c,0x62,0x4b,0xf8,0x00,0x00,0x9f,0xd5,0x76,0x01,0xb1,0x74,0x00,0x08, +0x5e,0xa0,0x00,0xe9,0xea,0x00,0x0e,0x9e,0x07,0x00,0x51,0x0f,0x8e,0xa0,0x01,0xf7, +0xbb,0x08,0x51,0x7f,0x90,0x01,0xef,0xa0,0xc7,0x11,0x30,0x26,0x02,0x60,0x02,0x0f, +0x70,0x6f,0x10,0x00,0x00,0x6f,0x05,0xf1,0xb1,0x09,0x70,0x5f,0x10,0x00,0x00,0x7f, +0x05,0xf1,0x51,0x13,0xf0,0x06,0x5f,0x10,0xa3,0x00,0xea,0x05,0xf2,0xaf,0x50,0x8f, +0x30,0x6f,0xef,0x50,0x4f,0x90,0x06,0xfc,0x30,0x00,0x40,0xc3,0x07,0x23,0x35,0x00, +0x1b,0x0c,0x10,0x9e,0x09,0x00,0x12,0xe0,0x09,0x00,0xf0,0x04,0x1b,0x09,0xe0,0x00, +0x3d,0xe1,0x9e,0x01,0x8f,0xd2,0x09,0xf9,0xff,0x80,0x00,0x9f,0xe7,0x10,0x00,0x15, +0x12,0x00,0xaf,0x00,0xf5,0x00,0xff,0x88,0xf7,0x77,0x77,0xf8,0x8e,0x00,0x00,0x0e, +0x88,0xe0,0x00,0x00,0xe8,0x09,0x00,0x00,0x1b,0x00,0x56,0x99,0xf6,0x66,0x66,0xf9, +0x94,0x05,0x00,0x1f,0x0b,0xf2,0x02,0xb0,0x9f,0x66,0x66,0x6e,0xd0,0x9e,0x00,0x00, +0x0f,0xa0,0x9e,0x00,0x00,0x4f,0x60,0x12,0x34,0x04,0x20,0x0a,0xf7,0x94,0x16,0x53, +0x90,0x00,0x00,0x7f,0xf7,0x53,0x14,0x01,0x9b,0x09,0x11,0x2f,0xce,0x0f,0x90,0xfd, +0x10,0x00,0x50,0x00,0x5d,0x10,0x04,0xf2,0x4c,0x0b,0xf0,0x03,0xc0,0x00,0x00,0x04, +0xfe,0x10,0x00,0x01,0x8f,0xd2,0x00,0x15,0x9f,0xfa,0x00,0x00,0x6f,0xfb,0xcc,0x02, +0x13,0x10,0xbc,0x05,0x20,0x1f,0xff,0x77,0x00,0x50,0x99,0x99,0x99,0x90,0x5f,0x0a, +0x00,0x10,0xc2,0x71,0x07,0x41,0x65,0x00,0x00,0xab,0x01,0x02,0x01,0x5d,0x04,0x11, +0xac,0x0b,0x00,0x84,0xff,0xff,0xb0,0x00,0x00,0xad,0x44,0x43,0x16,0x00,0x05,0x21, +0x00,0x10,0xaf,0x37,0x00,0x70,0x44,0x55,0x55,0x55,0x55,0x51,0x15,0x06,0x00,0x10, +0x32,0x10,0x00,0x10,0xf9,0xeb,0x03,0x01,0x26,0x08,0x10,0x10,0xc4,0x03,0x11,0xfe, +0x34,0x02,0x20,0x9f,0xc0,0x16,0x00,0x13,0x46,0xfd,0x14,0x02,0x21,0x00,0x00,0x0b, +0x00,0x10,0x06,0x74,0x00,0x20,0x21,0xff,0x7b,0x05,0x30,0x00,0x00,0x3f,0x5e,0x00, +0xf2,0x0b,0x1e,0xf8,0x50,0x00,0x00,0x2c,0xff,0xcf,0xa0,0x00,0x6f,0xe3,0xf6,0x4e, +0xd1,0x2f,0xb2,0x0f,0x60,0x2e,0x90,0x20,0x00,0xf6,0x00,0x10,0xa7,0x0f,0x10,0x00, +0x6d,0x16,0x01,0x6e,0x00,0xd0,0x33,0xee,0xee,0xfe,0xee,0xe8,0x03,0x44,0x5f,0x54, +0x43,0x00,0xcf,0x7f,0x07,0xf1,0x0e,0x0c,0x64,0x2f,0x23,0x6e,0x00,0xc6,0xe4,0xf3, +0xf6,0xe0,0x0c,0x6e,0x5f,0x5f,0x6e,0x00,0xc6,0xef,0xff,0xf6,0xe0,0x0c,0x60,0x00, +0x02,0x8e,0x00,0xc6,0xf7,0x11,0x00,0x61,0x0e,0x51,0x05,0x55,0x7f,0x75,0x55,0x94, +0x08,0x52,0x0f,0x40,0x3f,0x20,0x6f,0x05,0x00,0x01,0x0f,0x00,0x92,0x85,0x7f,0x75, +0x9f,0x03,0x10,0x3f,0x20,0x12,0x70,0x14,0x02,0x05,0x00,0x00,0x85,0x05,0x92,0x49, +0xab,0xce,0xff,0x70,0x03,0x88,0x7f,0x82,0xc5,0x01,0x71,0xf0,0x02,0x7f,0x3f,0x7a, +0xc3,0x02,0xed,0x00,0x01,0x0b,0x00,0x21,0x10,0xaf,0x21,0x0c,0xf0,0x01,0x09,0xff, +0xfd,0x40,0x01,0x8e,0xd3,0xf6,0xaf,0xc5,0x0b,0x70,0x0f,0x50,0x4b,0x40,0xa5,0x00, +0x31,0x10,0xef,0xff,0x3f,0x01,0x23,0x06,0xfb,0xe3,0x05,0x20,0x02,0xf5,0x1d,0x03, +0x18,0xf3,0x05,0x00,0x20,0x01,0x46,0x05,0x00,0x29,0xff,0xb0,0x38,0x08,0xf4,0x27, +0x07,0xc0,0x01,0xf0,0x00,0x00,0xe6,0x6d,0x1f,0x16,0x10,0x9f,0x06,0xd4,0xff,0xf4, +0x6f,0xe1,0x9f,0xff,0x5e,0x47,0xde,0xbf,0xe4,0xf0,0xe4,0x06,0xe1,0x7d,0x1f,0x5f, +0x30,0x5e,0x06,0xd1,0xf9,0xa0,0x05,0xe0,0x6e,0x19,0x04,0x40,0x5e,0x05,0xf5,0x55, +0xc9,0x05,0xe0,0x0b,0xdd,0xdc,0x5e,0x0a,0x10,0xe1,0x2c,0x01,0x10,0xda,0x2c,0x01, +0xf0,0x10,0x7f,0x5f,0xff,0xff,0xf9,0x5f,0xf3,0x55,0x55,0xfa,0x36,0xdf,0x24,0x90, +0x0f,0x60,0x03,0xf2,0x3f,0x40,0xf6,0x00,0x2f,0x20,0xac,0x0f,0x60,0x02,0xf2,0x01, +0x10,0x0b,0x00,0x20,0x13,0x4f,0x0b,0x00,0x28,0xff,0xd2,0x7f,0x00,0xf0,0x0e,0x08, +0xc3,0x66,0xe0,0x00,0x01,0xf6,0x9d,0x8e,0x22,0x00,0xaf,0x0e,0xff,0xff,0xf3,0x6f, +0xe6,0xf2,0x7e,0x11,0x05,0xde,0x04,0x06,0xe0,0x00,0x05,0xe6,0xd3,0x00,0xf2,0x01, +0x4e,0x14,0x49,0xf4,0x43,0x04,0xe0,0x00,0x6e,0x00,0x00,0x4e,0x00,0x06,0xe0,0x00, +0x0b,0x00,0x00,0xb0,0x13,0xf0,0x15,0x13,0x00,0x09,0xf5,0x7a,0xdf,0xe1,0x01,0xf8, +0xcc,0xcf,0x30,0x00,0xcf,0x20,0x06,0xe0,0x00,0x9f,0xf2,0x00,0x6e,0x00,0x06,0xaf, +0x9f,0xff,0xff,0xfa,0x02,0xf4,0x44,0x9f,0x44,0x30,0x2f,0x16,0x00,0x20,0x02,0xf2, +0x32,0x00,0xb0,0x2f,0x2e,0xee,0xfe,0xe8,0x02,0xf2,0x55,0x55,0x55,0x30,0xec,0x14, +0x40,0x00,0x00,0x07,0xd0,0x25,0x0e,0xf0,0x22,0xe8,0x44,0xab,0x44,0x00,0x8f,0x1f, +0xff,0xff,0xf1,0x5f,0xf0,0x29,0x00,0x86,0x05,0xdf,0x02,0xf1,0x0d,0x70,0x04,0xf0, +0x0f,0x40,0xf4,0x00,0x3f,0x00,0xd7,0x3f,0x00,0x03,0xf0,0x08,0x47,0xc0,0x00,0x3f, +0x7f,0xff,0xff,0xf7,0x03,0xf3,0x44,0x44,0x44,0x20,0x20,0x02,0xf7,0x2a,0x21,0x00, +0x0b,0xb3,0x69,0xdf,0xd1,0x02,0xf4,0xed,0xaf,0x60,0x00,0xaf,0x0e,0x40,0xe5,0x00, +0x5f,0xf0,0xe7,0x3e,0x83,0x18,0xef,0x0e,0xff,0xff,0xf7,0x15,0xf0,0xe4,0x0a,0x90, +0x00,0x4f,0x0e,0x40,0x8c,0x00,0x04,0xf0,0xe4,0x87,0xf4,0x60,0x4f,0x0f,0xcd,0x9e, +0xe9,0x04,0xf3,0xd8,0x4a,0x5d,0x20,0xf9,0x00,0xf0,0x21,0x0a,0x80,0x0a,0x90,0x00, +0x02,0xf6,0x44,0xcb,0x44,0x30,0xbf,0x6f,0xff,0xff,0xf9,0x6f,0xe0,0x08,0xff,0x80, +0x06,0xde,0x01,0xfd,0xde,0x00,0x05,0xe0,0x8a,0xa9,0xb8,0x00,0x4e,0x5f,0x4b,0xa5, +0xf4,0x04,0xec,0xaf,0xff,0xfb,0xa0,0x4e,0x10,0x1b,0xa1,0xf9,0x00,0x15,0xa9,0x36, +0x01,0xf0,0x0f,0xb0,0x98,0x00,0x00,0x01,0xf7,0x1f,0x94,0x44,0x20,0xaf,0x1a,0xff, +0xfe,0xe8,0x7f,0xf5,0xf4,0xe7,0x11,0x06,0xdf,0x27,0x0e,0xff,0xf4,0x05,0xf0,0x00, +0xe7,0x0f,0x17,0xf5,0x03,0x0e,0xfe,0xe6,0x05,0xf0,0x00,0xe9,0x44,0x20,0x5f,0x00, +0x0e,0x60,0x00,0x05,0xf0,0x00,0xe6,0xf2,0x01,0xf0,0x0c,0xd0,0x06,0xe0,0x00,0x01, +0xfc,0xff,0xff,0xff,0xa0,0xaf,0x13,0x38,0xf3,0x32,0x7f,0xf0,0xff,0xff,0xff,0x58, +0xaf,0x0f,0x47,0xe1,0xe5,0x03,0x0b,0x00,0xf1,0x0a,0x50,0x3f,0x0a,0x6a,0xa0,0x00, +0x03,0xf0,0x3f,0xf6,0x00,0x00,0x3f,0x28,0xfe,0xfa,0x63,0x03,0xf5,0xd6,0x04,0x9d, +0x50,0x00,0x23,0x3e,0x00,0xf0,0x04,0xba,0xef,0xff,0xff,0x30,0x02,0xf4,0xe6,0x22, +0x3f,0x30,0x0c,0xf0,0xe7,0x33,0x4f,0x30,0x8f,0xf0,0x12,0x00,0x40,0x6b,0xf0,0x00, +0x6e,0x8c,0x03,0xf4,0x0c,0xff,0xff,0xff,0xc0,0x03,0xf1,0x2b,0xff,0xe2,0x10,0x03, +0xf0,0x8f,0xbe,0xcb,0x00,0x03,0xf9,0xf5,0x6e,0x1e,0xc0,0x03,0xf3,0x20,0x6e,0x02, +0x9e,0x18,0x10,0x10,0x6f,0x08,0xf5,0x27,0x0b,0x90,0x0d,0x80,0x00,0x03,0xf8,0x99, +0xcd,0x99,0x50,0xcf,0x37,0x77,0x77,0x74,0x7f,0xf0,0xbf,0xff,0xfc,0x05,0xaf,0x05, +0x77,0x77,0x60,0x03,0xf0,0x67,0x77,0x76,0x00,0x3f,0x0e,0xff,0xff,0xe0,0x03,0xf0, +0xe3,0x11,0x4e,0x00,0x3f,0x0e,0x53,0x36,0xe0,0x03,0xf0,0xed,0xcc,0xdd,0x3d,0x00, +0xf0,0x24,0x1f,0x73,0x30,0x02,0xf3,0x0b,0xfd,0xef,0x40,0xaf,0x17,0xee,0x6c,0xa0, +0x4f,0xe7,0x92,0x9f,0xf4,0x05,0xee,0x7d,0xfb,0x68,0xeb,0x06,0xe7,0xa4,0x8e,0x50, +0x10,0x4e,0x79,0x38,0x7d,0x50,0x04,0xe7,0x95,0xea,0x5c,0x60,0x4e,0x01,0x38,0xbf, +0x80,0x04,0xe0,0x0c,0xb6,0x80,0x10,0x00,0xe6,0x0f,0xf0,0x08,0x07,0xe2,0x17,0xd1, +0x10,0x00,0xe6,0xdf,0xff,0xff,0x60,0x9f,0x00,0xd2,0x0b,0x70,0x6f,0xe0,0x1c,0x62, +0xf4,0x15,0xde,0x12,0x19,0xf3,0x0c,0x05,0xe0,0x24,0x44,0x44,0x10,0x5e,0x06,0xff, +0xff,0xe0,0x05,0xe0,0x6d,0x00,0x5e,0x00,0x5e,0x06,0xe5,0x59,0xe0,0x05,0xe0,0x6f, +0xcc,0xde,0xbc,0x00,0xf2,0x28,0x09,0xa2,0x23,0xf5,0x21,0x02,0xf4,0xbc,0xdf,0xcc, +0x70,0xce,0x02,0x3c,0xfb,0xb1,0x9f,0xe2,0xf5,0xf6,0x8f,0x15,0xae,0x2f,0x5f,0xab, +0xf1,0x05,0xe2,0xf5,0xfc,0xcf,0x10,0x5e,0x2f,0x5e,0x68,0xf1,0x05,0xe2,0xf3,0x99, +0x99,0x10,0x5e,0x2f,0xdd,0xdd,0xd8,0x05,0xe0,0x44,0x44,0x44,0x30,0x35,0x09,0x70, +0x09,0xc1,0x1b,0xb1,0x10,0x01,0xf7,0xa6,0x0c,0xf2,0x1d,0xcf,0x2f,0x43,0x33,0xf3, +0x8f,0xe2,0xfb,0xbb,0xbb,0x25,0xae,0x3f,0xdd,0xdd,0xd5,0x05,0xe3,0xef,0x88,0xdb, +0x50,0x5e,0x5d,0xf9,0x8d,0xb5,0x05,0xe8,0xaf,0xed,0xfe,0x50,0x5e,0xd5,0xf7,0x6d, +0xa5,0x05,0xe7,0x1f,0x32,0x6d,0x20,0x3d,0x00,0xf0,0x20,0x07,0xd4,0x48,0xe4,0x42, +0x00,0xe9,0xcc,0xcc,0xcc,0x80,0xaf,0x04,0xda,0xab,0xc0,0x5f,0xe0,0x4f,0xbb,0xde, +0x02,0xbe,0x27,0x88,0x88,0x85,0x04,0xe5,0xf9,0x99,0x9b,0xc0,0x4e,0x4c,0xdd,0xdd, +0xd9,0x04,0xe0,0x02,0x6f,0x21,0x00,0x4e,0x00,0x16,0x29,0x03,0x24,0x08,0xe9,0xf3, +0x01,0xf0,0x2b,0x0b,0x83,0xea,0x4f,0x51,0x02,0xf9,0xff,0xff,0xff,0x70,0xbe,0x57, +0xec,0x8f,0x85,0x5f,0xe6,0xee,0x88,0x88,0x64,0xde,0x8f,0xff,0xff,0xf5,0x05,0xeb, +0xfa,0x9f,0x7e,0x50,0x5e,0x0e,0xba,0xf8,0xe5,0x05,0xe0,0xee,0xef,0xdf,0x50,0x5e, +0x0e,0x65,0xe1,0xe5,0x05,0xe0,0xe5,0x3b,0x8d,0x20,0x00,0x23,0x06,0x6e,0x01,0xf3, +0x25,0xb5,0xfd,0xc8,0x00,0x01,0xf8,0xf8,0x5f,0x71,0x00,0xaf,0xdf,0xff,0xff,0xf1, +0x4f,0xe2,0xf5,0x9a,0x4f,0x17,0xfe,0x0b,0xff,0xcc,0xc1,0x06,0xe4,0xbd,0xe3,0x6c, +0x10,0x5e,0x28,0xcc,0xfe,0x80,0x05,0xe4,0xb8,0xdf,0x5e,0x10,0x5e,0x5d,0xe7,0xf1, +0xba,0x05,0xe2,0x52,0xfa,0xf9,0x14,0x00,0xaa,0x0d,0x75,0x53,0x00,0x2e,0xee,0xee, +0xee,0x90,0x10,0x00,0xf0,0x02,0x55,0x53,0x2e,0xef,0xfe,0xff,0xee,0x90,0x00,0xca, +0x09,0xb0,0x00,0x00,0x0e,0x70,0x9b,0x72,0x0d,0xe4,0x09,0xb0,0x69,0x06,0xf9,0x00, +0x9d,0x3a,0xb2,0xe8,0x00,0x04,0xff,0xf5,0xb8,0x00,0x23,0x46,0x00,0x8f,0x0d,0xf0, +0x01,0x7e,0xee,0xef,0xee,0xee,0x13,0x58,0xfa,0x58,0xc6,0x50,0x01,0xdb,0x00,0x4f, +0x80,0x82,0x0f,0xa0,0xff,0x70,0x05,0x6e,0xb6,0xf6,0x88,0x00,0x00,0xf7,0x6b,0x0b, +0xf6,0x00,0x8f,0x22,0xf4,0x0c,0x41,0x9f,0x90,0x2f,0x74,0xf5,0x6f,0x80,0x00,0xcf, +0xfd,0x79,0x15,0x00,0xb4,0x02,0x01,0x47,0x00,0x11,0xf8,0xfd,0x02,0x24,0xf3,0x00, +0x4c,0x11,0x30,0x0e,0xcf,0x70,0x5d,0x00,0xf2,0x0a,0x8f,0x10,0x00,0x01,0xea,0x01, +0xeb,0x00,0x01,0xcf,0x20,0x06,0xf9,0x03,0xef,0x40,0x00,0x09,0xf8,0x0a,0x30,0x00, +0x00,0x06,0x30,0xe9,0x0a,0x00,0x06,0x26,0x00,0xa0,0x12,0xf1,0x08,0xf5,0x00,0x00, +0x1a,0xf5,0x05,0xf9,0x10,0x6f,0xf7,0x33,0x37,0xfe,0x62,0x8d,0xff,0xff,0xfe,0x93, +0x00,0x00,0x2f,0x20,0xb7,0x06,0xe2,0xfc,0x00,0x00,0x22,0x5f,0x52,0x20,0x00,0x22, +0x25,0xf5,0x22,0x20,0x2f,0x87,0x0e,0x02,0xf1,0x0c,0x30,0xe6,0x06,0xe1,0x23,0x0f, +0xf1,0x2b,0x1e,0xa0,0x00,0x3f,0x80,0x00,0x5f,0x70,0x2f,0xc0,0x7c,0x10,0x9f,0x51, +0xa1,0x1f,0xb0,0x00,0x91,0x00,0x09,0xf2,0x05,0x00,0x00,0x04,0xf6,0x02,0xf8,0x00, +0x03,0xec,0x56,0x7d,0xf3,0x00,0xaf,0xff,0xfd,0xce,0xc0,0x02,0x31,0x00,0x00,0x4a, +0x10,0x00,0x0e,0x70,0x0f,0x50,0x00,0x23,0xe9,0x33,0xf7,0x31,0x07,0x0b,0x30,0x60, +0x00,0xe7,0xb6,0x22,0x00,0x16,0x00,0x20,0x04,0xff,0x0d,0x09,0xd0,0x15,0x57,0x55, +0x57,0x55,0x30,0x04,0xf9,0x02,0xfa,0x00,0x08,0xfa,0x4d,0x1c,0xf0,0x06,0x86,0x00, +0x00,0x02,0xa2,0x00,0xbf,0xff,0xff,0xf4,0x00,0x0b,0xc6,0x66,0x7f,0x40,0x00,0xbc, +0x88,0x89,0xf4,0x77,0x14,0xf4,0x14,0xef,0x40,0x00,0xbb,0x44,0x45,0xf4,0x00,0x0b, +0xfd,0xdd,0xef,0x40,0x15,0xdb,0x55,0x56,0xf8,0x43,0xdd,0xfd,0xdd,0xfd,0xd9,0x02, +0xaf,0x60,0x1e,0xe7,0x01,0xeb,0x30,0x00,0x06,0xe7,0x05,0x0a,0x90,0xf2,0x00,0x00, +0x44,0x46,0xf7,0x44,0x40,0xff,0x7b,0x06,0xf0,0x0e,0xf4,0x04,0xf1,0x04,0xf0,0xf4, +0x07,0xf6,0x04,0xf0,0xf4,0x1e,0xbf,0x74,0xf0,0xf8,0xdc,0x05,0xfa,0xf0,0xf8,0x90, +0x00,0x55,0xf0,0xf4,0x00,0x00,0x48,0x05,0x00,0x21,0xde,0x90,0x54,0x07,0xf1,0x07, +0x11,0xfe,0xee,0xfe,0xee,0xf2,0x1f,0x30,0x2f,0x10,0x2f,0x21,0xf3,0x02,0xf1,0x02, +0xf2,0x1f,0x75,0x7f,0x65,0x6f,0x6a,0x07,0xb0,0xf2,0x1f,0x30,0x00,0x00,0x2f,0x21, +0xf3,0x00,0x00,0x02,0x0b,0x00,0x20,0x04,0x6f,0x0b,0x00,0x30,0xbf,0xb0,0x6f,0x1c, +0x00,0x70,0x01,0x22,0x28,0xe2,0x22,0x20,0x09,0x26,0x00,0xf0,0x03,0x00,0x9c,0x38, +0xe3,0x5f,0x20,0x09,0xfe,0xff,0xef,0xf2,0x00,0x9b,0x28,0xe2,0x4f,0x20,0xdf,0x21, +0x00,0xf2,0x0c,0x63,0xbc,0x44,0x44,0x5f,0x61,0x09,0xa0,0x00,0x35,0xf2,0x00,0x9a, +0x00,0x0a,0xfb,0x00,0x04,0x90,0x4f,0x20,0x85,0x07,0xe0,0x4f,0x20,0xe8,0x05,0x00, +0xf2,0x04,0xfe,0xef,0xee,0xf8,0x02,0x55,0x8f,0x75,0x53,0x0c,0x50,0x4f,0x20,0x6c, +0x0f,0x60,0x4f,0x20,0x7f,0x05,0x00,0x40,0xfe,0xef,0xee,0xff,0x9b,0x00,0x13,0xbf, +0xd8,0x00,0x11,0xe8,0x83,0x01,0x30,0x20,0x0e,0xa0,0x47,0x13,0xf8,0x19,0x5f,0x70, +0x3f,0xf5,0x44,0x44,0xcf,0x52,0xbe,0xff,0xff,0xff,0x91,0x00,0x03,0xf3,0x06,0xf0, +0x00,0x00,0x7f,0x00,0x7e,0x00,0x00,0x2e,0x80,0x09,0xd0,0x00,0x6e,0xc0,0x34,0xda, +0x00,0x1e,0x91,0x07,0xfe,0x40,0xa3,0x06,0xf8,0x5e,0x2e,0x21,0x33,0x33,0x30,0x14, +0xd8,0x4f,0xff,0xff,0x36,0xee,0xf6,0x0e,0x61,0xf2,0x00,0x7e,0x00,0xf5,0x1f,0x20, +0x3f,0xac,0x1f,0x32,0xf2,0x4f,0xff,0x64,0xf0,0x2f,0x16,0xbf,0xbc,0x8d,0x03,0xf0, +0x00,0xf5,0x2e,0x70,0x5f,0x00,0x0f,0x5b,0xe2,0x4b,0xd0,0x00,0xf5,0x93,0x1e,0xd5, +0x00,0x0f,0xff,0xf7,0x00,0x1f,0x20,0xf4,0x2d,0x7b,0x81,0xf2,0x0f,0x64,0xd7,0xb8, +0x1f,0x20,0xef,0xee,0x6b,0x81,0xf2,0x00,0xf6,0x21,0xb8,0x1f,0x20,0x2f,0xff,0x8b, +0x81,0xf2,0x04,0xf0,0xb7,0xb8,0x1f,0x20,0xaa,0x0c,0x62,0x11,0xf2,0x4f,0x52,0xe5, +0x04,0x6f,0x25,0x84,0xfc,0x10,0xcf,0x9d,0x07,0xf0,0x25,0x01,0x57,0xbf,0x50,0x01, +0xf2,0x5c,0xcf,0x20,0x7d,0x1f,0x20,0x06,0xf0,0x07,0xd1,0xf2,0x7f,0xff,0xfe,0x7d, +0x1f,0x21,0x2d,0xf3,0x27,0xd1,0xf2,0x05,0xff,0xe2,0x7d,0x1f,0x22,0xec,0xf9,0x97, +0xd1,0xf2,0x8c,0x6e,0x00,0x12,0x1f,0x21,0x25,0xe0,0x00,0x57,0xf2,0x00,0x5e,0x63, +0x26,0xf0,0x0f,0x35,0x7a,0x58,0x00,0x0b,0x44,0xe8,0xac,0xb4,0xb0,0xe5,0x0c,0xac, +0xb4,0x5e,0x0e,0x52,0xff,0xff,0x65,0xe0,0xe5,0x2f,0x76,0xe6,0x5e,0x0e,0x52,0xf9, +0x8e,0x0b,0x00,0xf4,0x07,0xdc,0xf6,0x5d,0x0e,0x52,0xf5,0x4e,0x60,0x00,0xe5,0x2f, +0x13,0xe6,0x02,0x3f,0x52,0xf1,0xcd,0x20,0xaf,0xe2,0x00,0x6b,0x0f,0x11,0x01,0xab, +0x10,0x80,0xe9,0x00,0x69,0xcf,0x99,0xbf,0xa9,0x26,0xb9,0x09,0xf0,0x05,0x92,0x0a, +0xaa,0xa2,0x63,0x89,0x01,0xf8,0x7f,0x3c,0x69,0xa0,0x1f,0xed,0xf3,0xc6,0x9a,0x01, +0xf6,0x4f,0x0b,0x00,0xf8,0x00,0xcc,0xf3,0xc5,0x9a,0x01,0xf2,0x1f,0x30,0x3b,0xa0, +0x1f,0x2e,0xd1,0x0e,0xe5,0xbc,0x00,0xf2,0x28,0x44,0xe8,0x43,0x00,0xd5,0x3f,0x8a, +0x9b,0xbc,0x5d,0x51,0xdb,0xed,0xd7,0xc5,0xd5,0x04,0x9e,0xb8,0x0c,0x5d,0x50,0x49, +0xeb,0x71,0xc5,0xd5,0x1c,0xcf,0xdc,0x6c,0x5d,0x50,0x59,0xeb,0x91,0xc5,0xd5,0x09, +0xb7,0x7f,0x31,0x0d,0x50,0x9d,0xbb,0xf3,0x14,0xe5,0x09,0x93,0x3d,0x22,0xfc,0x10, +0xa7,0x1c,0x00,0x05,0x00,0x10,0x4f,0xcf,0x16,0x50,0x14,0x45,0xf9,0x44,0xad,0xc2, +0x09,0x30,0x9c,0x00,0x08,0x5e,0x19,0x40,0x1e,0xa0,0x00,0xb9,0x36,0x13,0xb4,0xe8, +0x1c,0xf6,0x01,0x57,0xf4,0x4e,0x40,0x01,0xff,0xa0,0x72,0x00,0xf3,0x25,0xc9,0x00, +0x08,0xff,0xf9,0x0c,0x80,0x00,0x03,0xf4,0x4f,0xff,0xff,0x50,0x1f,0x21,0x4e,0x94, +0xf4,0x01,0xf2,0x00,0xf5,0x0f,0x40,0x1f,0x31,0x2f,0x30,0xf3,0x27,0xff,0xc7,0xe0, +0x1f,0x28,0xfb,0x63,0xe9,0x03,0xf1,0x10,0x01,0xce,0x24,0x9f,0x00,0x00,0x4d,0x21, +0xff,0x70,0xac,0x00,0x01,0x21,0x09,0xf8,0x22,0x6f,0x75,0x3d,0xee,0xe3,0x6f,0xff, +0xf8,0xe8,0x5f,0x30,0x3f,0x1c,0x8e,0x52,0xf3,0x05,0xf0,0xd7,0xe5,0x2f,0x30,0x7d, +0x0e,0x6e,0x52,0xf3,0x09,0xb0,0xf5,0xe5,0x2f,0x30,0xe7,0x1f,0x4e,0x86,0xf3,0x6f, +0x68,0xf1,0xef,0xff,0x35,0xa6,0xf9,0x0e,0x52,0xe3,0xd5,0x10,0xf3,0x27,0x07,0xc0, +0x00,0xd5,0x00,0x3c,0xdf,0xcb,0x0d,0x50,0x01,0x7c,0x4c,0x3e,0xff,0xf6,0x0d,0x80, +0xc8,0x3e,0x7d,0x65,0xd4,0x4c,0xe1,0xf1,0xc5,0x04,0xfd,0x90,0x2f,0x0d,0x50,0x07, +0xf5,0x05,0xc0,0xe4,0x00,0xde,0xe1,0xb9,0x0f,0x32,0xcd,0x08,0x6f,0x44,0xf1,0x3a, +0x10,0x0a,0x66,0xfa,0x42,0x00,0x00,0xd4,0x21,0xf8,0x28,0x04,0xee,0xfb,0x60,0xe5, +0x00,0x13,0x7f,0x33,0x0e,0x50,0x05,0xbc,0xfb,0xba,0xfb,0x95,0x2e,0xcf,0xbc,0x7f, +0x9d,0x82,0xfd,0xfd,0xd1,0xf2,0xc7,0x2e,0x9f,0x8d,0x3f,0x1c,0x71,0x8a,0xf8,0x77, +0xd0,0xd6,0x2e,0xef,0xed,0xd9,0x0e,0x53,0x7a,0xfa,0xcf,0x45,0xf3,0x39,0x75,0x4b, +0x56,0xfb,0x84,0x00,0xf0,0x4b,0x03,0xf3,0x7e,0x00,0x00,0x00,0xcd,0x07,0xe0,0x18, +0x00,0x7f,0x60,0x7e,0x0d,0xf2,0x5f,0xf6,0x07,0xfb,0xf4,0x03,0xcf,0x60,0x7f,0xf5, +0x00,0x00,0xf6,0x5e,0xf3,0x00,0x00,0x0f,0xcf,0xee,0x00,0x62,0x00,0xf6,0x27,0xf0, +0x0d,0x70,0x0f,0x60,0x6f,0x88,0xf5,0x00,0xf6,0x01,0xbc,0xc9,0x00,0x00,0x40,0x26, +0x00,0x43,0x00,0x0d,0x93,0xf3,0x1f,0x80,0x02,0xce,0x9e,0xbc,0xf8,0x00,0x3f,0x76, +0xfa,0x6b,0xc0,0x03,0xfd,0xcf,0xec,0xec,0x00,0x3f,0x32,0xf7,0x2a,0xc0,0x03,0xff, +0xe2,0x04,0x51,0x13,0x33,0xf7,0x33,0x30,0x5f,0x0d,0x60,0xa0,0x22,0x22,0xf7,0x22, +0x21,0x78,0x22,0x04,0xd3,0x1a,0x10,0x6f,0x16,0x0b,0x52,0x02,0x55,0x5f,0xa5,0x55, +0x37,0x0b,0x01,0x27,0x00,0xf1,0x01,0xb1,0x55,0x9f,0x85,0x76,0x54,0x00,0x0d,0xa0, +0x1e,0x90,0x00,0x0a,0xd0,0x01,0x7f,0x09,0x1e,0xf0,0x23,0xfe,0x00,0x38,0x64,0x32, +0x01,0xa1,0x00,0x01,0x23,0x57,0x93,0x01,0xff,0xff,0xfd,0xb9,0x50,0x03,0xe2,0x3f, +0x02,0xf4,0x01,0x5e,0x96,0xf7,0xaf,0x51,0x4f,0xee,0xee,0xee,0xef,0x44,0xe2,0x22, +0x22,0x31,0xf4,0x03,0xbf,0xff,0xff,0xb3,0x10,0x03,0xf7,0x09,0xf3,0x5a,0x0c,0xd4, +0xf5,0x00,0x02,0x8b,0xff,0xcf,0xfc,0x92,0x1b,0x96,0x10,0x16,0x9b,0xa6,0x02,0xb0, +0x0b,0xb0,0x00,0x00,0x05,0x55,0xfa,0x55,0x55,0x31,0xff,0x71,0x17,0x30,0x00,0x0c, +0xb0,0xa8,0x05,0xf0,0x04,0xf8,0x44,0x44,0x40,0x03,0xef,0xff,0xff,0xfd,0x03,0xec, +0xf5,0x00,0x08,0xd0,0x19,0x0e,0x50,0x00,0xad,0x26,0x00,0x6a,0x1c,0x41,0x0e,0x94, +0x44,0xac,0x9d,0x17,0x63,0xd0,0x00,0x4f,0x22,0x22,0x9d,0x0b,0x00,0x60,0x24,0x44, +0x44,0x43,0x10,0x9f,0x43,0x00,0x71,0x11,0x2c,0xd2,0x22,0x22,0x20,0x00,0x16,0x00, +0x30,0x03,0x33,0x33,0xbc,0x18,0x30,0x23,0x3f,0x70,0x94,0x0f,0x06,0xdc,0x25,0x20, +0x05,0x20,0x05,0x00,0x10,0xfa,0x83,0x09,0xf0,0x0a,0xfa,0xfa,0x10,0x00,0x5d,0xf6, +0x03,0xee,0x71,0x6f,0xef,0xff,0xff,0xcf,0x70,0x40,0x22,0x22,0x20,0x10,0x00,0xcd, +0xdd,0xdd,0xd2,0x69,0x00,0x40,0x7f,0x20,0x00,0xe6,0x6b,0x1a,0x10,0x0e,0x2a,0x15, +0x61,0x00,0xe9,0x44,0x46,0xf2,0x00,0x18,0x06,0xf5,0x22,0x52,0xf5,0x33,0x33,0x33, +0xf5,0x2f,0x7f,0xff,0xff,0x6e,0x52,0xf2,0x22,0x22,0x21,0xe5,0x2f,0x1e,0xff,0xfe, +0x0e,0x52,0xf1,0xe6,0x16,0xe0,0xe5,0x2f,0x1e,0x61,0x6e,0x0e,0x52,0xf1,0xef,0xff, +0xe0,0xe5,0x2f,0x16,0x20,0x02,0x4f,0x52,0xf1,0x00,0x00,0x5f,0x7b,0x00,0x20,0x41, +0x00,0x3f,0x1b,0xf0,0x1d,0x33,0x30,0x01,0xaf,0xff,0xff,0xf2,0x2f,0xd5,0x00,0x3e, +0x80,0x06,0x2f,0x95,0xfb,0x00,0x00,0x07,0xff,0x80,0x00,0x39,0xef,0xff,0xff,0xf6, +0x3c,0xbf,0x33,0x33,0xf6,0x00,0x5f,0x00,0x00,0xe6,0x00,0x5f,0xee,0xee,0xf6,0x00, +0x5f,0x0f,0x00,0x02,0x2b,0x01,0x91,0x0d,0xf2,0x00,0x00,0x05,0x56,0xfc,0x55,0x55, +0x6a,0x14,0xf0,0x06,0xf4,0x0f,0x41,0x22,0x21,0x0f,0x40,0xf4,0xdf,0xff,0xd0,0xf4, +0x0f,0x4d,0x40,0x5d,0x0f,0x40,0xf4,0xd8,0x48,0x0b,0x00,0xf1,0x00,0xed,0xdb,0x0f, +0x40,0xf4,0x51,0x00,0x45,0xf4,0x0f,0x40,0x00,0x0a,0xfc,0x10,0xb7,0x0d,0xf0,0x0e, +0x80,0x33,0x37,0xfc,0x33,0x31,0x00,0x19,0xff,0x7c,0x81,0x02,0xaf,0xe5,0xf5,0x5d, +0xe6,0x1c,0x70,0x0f,0x50,0x08,0x40,0x02,0x22,0x33,0x22,0x10,0x00,0x4f,0x0d,0x00, +0x01,0x02,0xc0,0x0e,0x70,0x00,0xfe,0xcc,0xcc,0xf7,0x00,0x0f,0x95,0x55,0x5f,0x87, +0x0d,0x01,0x12,0x03,0x10,0xf8,0xc5,0x27,0xf1,0x03,0xf8,0xea,0x10,0x03,0xbf,0xd7, +0xa3,0xcf,0xa4,0x4d,0x83,0x3d,0x73,0x5b,0x30,0x0e,0xff,0xff,0xf5,0x02,0x12,0xbd, +0x24,0x02,0xf1,0x08,0x20,0x03,0xf2,0x00,0x04,0xf2,0x00,0x3f,0xdd,0xdd,0xdf,0x20, +0x03,0xf5,0x44,0x47,0xf2,0x00,0x00,0x8a,0x0b,0xa0,0x00,0x2b,0x01,0xf0,0x04,0xd0, +0x0d,0xb3,0x3c,0xc3,0x33,0x00,0xa8,0x66,0xdd,0x66,0x63,0x1e,0xee,0xee,0xee,0xee, +0x80,0x03,0xa9,0x1b,0x20,0x00,0xdf,0x74,0x00,0x20,0x0d,0x70,0x74,0x00,0x02,0x0b, +0x00,0x50,0x94,0x44,0x4e,0x70,0x0c,0x5b,0x02,0xf2,0x1d,0x0c,0x93,0x49,0x33,0x8e, +0x0c,0x7d,0xef,0xec,0x6e,0x0c,0x82,0x5f,0x32,0x6e,0x0d,0x9f,0xff,0xff,0x8e,0x0e, +0x63,0x33,0x33,0x6e,0x0f,0x4b,0xed,0xfa,0x6e,0x2f,0x2b,0x91,0xaa,0x6e,0x8d,0x0b, +0xed,0xec,0x8e,0x96,0x05,0x30,0x0e,0x71,0x1c,0xf0,0x1b,0x1f,0xff,0xf2,0xff,0xff, +0x21,0xf4,0x6f,0x2f,0x23,0xf2,0x1f,0xdd,0xf2,0xfd,0xdf,0x21,0xfb,0xcf,0x2f,0xaa, +0xf2,0x1f,0x64,0x41,0x54,0x6f,0x21,0xf3,0xef,0xff,0x92,0xf2,0x1f,0x3e,0x50,0xa9, +0x2f,0x21,0xf3,0xee,0xef,0x0b,0x00,0x30,0x72,0x36,0x7f,0xc2,0x06,0xd2,0xcf,0xb0, +0x08,0xff,0xf2,0xef,0xff,0x00,0x8a,0x2f,0x2e,0x55,0xf0,0x0b,0x00,0x52,0x12,0x2b, +0xb2,0xdc,0x20,0x1c,0x03,0xf1,0x0d,0x3c,0xf6,0x24,0xfc,0x31,0x2d,0xfb,0x41,0x49, +0xfe,0x71,0xcf,0xdf,0x4f,0xde,0xf5,0x05,0xe1,0xf4,0xf5,0x8d,0x00,0x5f,0xff,0x4f, +0xff,0xc0,0x3f,0xd8,0x06,0xf0,0x0a,0xf7,0x55,0x55,0x55,0xf6,0x3f,0x22,0x22,0x22, +0x0f,0x63,0xf2,0xef,0xff,0xe0,0xf6,0x3f,0x2e,0x40,0x6e,0x0f,0x63,0xf2,0xe6,0x28, +0x0b,0x00,0x50,0xff,0xfe,0x0f,0x63,0xf2,0x44,0x03,0x02,0x2c,0x00,0x51,0xf6,0x44, +0x44,0x44,0xf6,0x38,0x02,0xf0,0x04,0x32,0xf5,0x49,0x39,0x45,0xf3,0x2f,0x23,0xe1, +0xe4,0x3f,0x32,0xf7,0xff,0xff,0xf7,0xf3,0x2f,0x24,0x0b,0x00,0xf0,0x02,0xf8,0xff, +0xff,0xf8,0xf3,0x2f,0x2a,0x90,0xe3,0x2f,0x32,0xf4,0xb1,0x0a,0x22,0xf3,0x2f,0x42, +0x03,0x61,0x32,0xf6,0x44,0x44,0x46,0xf3,0x37,0x00,0xf0,0x01,0x22,0xf5,0x33,0x43, +0x35,0xf2,0x2f,0x21,0x3f,0x21,0x3f,0x22,0xf7,0xff,0xff,0xf8,0x0b,0x00,0xf1,0x04, +0x31,0x2f,0x22,0xf2,0xde,0xde,0xe2,0xf2,0x2f,0x2d,0x85,0x8e,0x2f,0x22,0xf2,0x67, +0x77,0x72,0xf2,0x37,0x00,0x10,0x22,0x37,0x00,0x21,0xf2,0x0d,0xbe,0x08,0xc0,0xd9, +0x44,0x44,0x44,0x41,0x0d,0x60,0x05,0xc0,0x00,0x00,0xe6,0xd8,0x0b,0x20,0x0f,0x8f, +0xb5,0x1b,0x70,0xf6,0x44,0x8f,0x44,0x30,0x1f,0x30,0x85,0x0d,0x10,0xf1,0x16,0x00, +0xb6,0x8d,0x55,0x59,0xf5,0x55,0x2b,0x7c,0xdd,0xdd,0xdd,0xd6,0xcf,0x17,0x00,0x13, +0x04,0x22,0x70,0x00,0xee,0x02,0xf0,0x0b,0x90,0x45,0xfa,0x44,0x44,0x42,0x00,0x8f, +0x10,0x4b,0x00,0x00,0x5f,0x82,0x38,0xf3,0x30,0x4f,0xf6,0x8f,0xff,0xff,0x21,0xae, +0x60,0x05,0x73,0x0e,0x00,0xac,0x02,0x70,0x0e,0x73,0x37,0xf3,0x32,0x00,0xe7,0x2c, +0x00,0x02,0x41,0x00,0x10,0x5e,0x54,0x09,0xf0,0x1d,0x05,0xe0,0x0c,0xfb,0xbb,0x47, +0xff,0xfb,0xe5,0x55,0xe5,0x28,0xf4,0xb6,0x60,0x0d,0x50,0x5e,0x00,0x3e,0x80,0xe4, +0x05,0xe3,0x20,0x38,0x6e,0x40,0x6f,0xf5,0x19,0xf8,0xf3,0x7f,0xb2,0x5f,0xc3,0x1f, +0x22,0x40,0x01,0x51,0x37,0xf0,0x40,0x0f,0x13,0xf7,0x9d,0x03,0xf2,0x06,0xd0,0xaf, +0xff,0xff,0x30,0x5d,0x0a,0xa5,0xe1,0xf3,0x8f,0xff,0xaf,0xff,0xff,0x32,0x8e,0x4a, +0xa4,0xe0,0xf3,0x16,0x00,0xf0,0x31,0x5e,0x71,0x17,0xf2,0x10,0x4c,0xfd,0xbf,0xff, +0xff,0x67,0xe6,0x02,0x38,0xf4,0x31,0x10,0x02,0x55,0x9f,0x65,0x40,0x00,0x6d,0xdd, +0xdd,0xd9,0x01,0xe6,0x19,0xff,0xfe,0x07,0xff,0xfc,0x9a,0x26,0xe0,0x45,0xe9,0x5a, +0x95,0xae,0x08,0xfa,0xdd,0xa9,0x58,0x30,0x1e,0x4d,0x69,0xff,0xff,0x18,0xff,0xfd, +0x9e,0xb6,0xd0,0x12,0xe6,0x29,0x9e,0x86,0x25,0xe3,0xb9,0x8f,0x30,0x00,0xd5,0x09, +0xbe,0xfe,0x20,0x0d,0x50,0x9e,0xa1,0xb2,0x7a,0x05,0xf0,0x08,0x20,0x00,0x82,0x00, +0x00,0x7f,0x32,0xdd,0xe5,0x00,0x05,0x4b,0xfe,0x6a,0xff,0x71,0xcb,0x54,0x8e,0xb7, +0x42,0x00,0x56,0xbd,0x14,0xf0,0x02,0x1e,0x3a,0x3c,0x6a,0x30,0x0a,0x9a,0xd8,0xe5, +0x6e,0x10,0x91,0x51,0xba,0x00,0x50,0x01,0xbb,0x09,0x02,0x22,0x05,0x22,0x4f,0xff, +0xaf,0x0f,0x20,0x01,0x00,0xd7,0x0e,0xf0,0x49,0xe6,0x0a,0x90,0x04,0xe0,0x7c,0xd8, +0xfb,0x23,0xaf,0x7c,0xa9,0xf6,0xf4,0x4d,0xfb,0xce,0xef,0xdf,0x40,0x4e,0x0c,0xba, +0xf8,0xf4,0x04,0xe0,0x69,0x99,0x99,0x20,0x6f,0xd6,0xfd,0xde,0xe0,0x7f,0xd7,0x5f, +0x99,0xbe,0x02,0x40,0x04,0xf7,0x7a,0xe0,0x00,0x00,0x4f,0xdd,0xee,0x00,0x25,0x55, +0x9f,0x55,0x55,0x04,0x88,0x8b,0xf8,0x88,0x80,0x0b,0xee,0xff,0xee,0xe8,0x00,0x46, +0x66,0x66,0x66,0x30,0x09,0xfd,0xef,0xdd,0xf6,0x00,0xaa,0x05,0xe0,0x0e,0x60,0x0c, +0xff,0xe3,0x1a,0x61,0xf6,0x22,0x22,0x2d,0x60,0x7f,0x35,0x0e,0x18,0x60,0xd6,0x08, +0x00,0xcb,0x11,0x60,0x33,0x36,0xf5,0x33,0x30,0x3e,0x8d,0x0b,0xf0,0x1c,0x30,0x07, +0x9d,0x0d,0x96,0x00,0x08,0xd8,0xd0,0xda,0xda,0x01,0xb3,0x7d,0x0d,0x72,0xa1,0x00, +0x07,0xf7,0x44,0x20,0x00,0x2b,0xfd,0xbc,0xfb,0x00,0x1e,0xaa,0xe6,0xdd,0x10,0x00, +0x35,0x8f,0xff,0x94,0x21,0x6f,0xfb,0x73,0x7c,0xcb,0x44,0x05,0xd8,0x20,0xf5,0x26, +0x0d,0x60,0x07,0xe0,0x00,0x02,0xff,0xfd,0x7e,0x00,0x00,0x8c,0x4b,0xd7,0xe0,0x00, +0x2f,0x60,0xca,0x7f,0xe2,0x05,0xdc,0x7f,0x67,0xfb,0xe2,0x00,0x6f,0xf1,0x7e,0x1d, +0x70,0x02,0xe9,0x07,0xe0,0x10,0x01,0xde,0x10,0x7e,0x00,0x04,0xef,0x30,0x07,0xe0, +0x00,0x1a,0x20,0x00,0x7e,0x84,0x00,0xe0,0x1c,0xe3,0x31,0x00,0x00,0x6e,0xff,0xff, +0xc0,0x00,0xbd,0x94,0x1b,0xe1,0x1b,0x17,0xf6,0x12,0xd2,0x00,0x01,0xae,0xfc,0x8e, +0xc3,0x20,0x08,0x63,0x8f,0xff,0xff,0x30,0x08,0xfd,0x70,0x4e,0x90,0x00,0x34,0x3e, +0xcf,0xa0,0x00,0x35,0x7c,0xfe,0x50,0x00,0x2f,0xfc,0x93,0x7b,0x00,0x14,0x0f,0x2a, +0x16,0x63,0x05,0x55,0x6f,0x85,0x55,0x31,0x13,0x12,0x20,0x7f,0xf1,0x96,0x00,0x20, +0xcf,0x80,0xea,0x0b,0xf2,0x04,0x8f,0x20,0x00,0x05,0xf9,0x00,0xed,0x20,0x1a,0xfa, +0x00,0x02,0xdf,0x60,0xa6,0x00,0x00,0x00,0x93,0xb6,0x06,0x11,0x01,0x2c,0x00,0xf4, +0x03,0x01,0xf7,0x5f,0x85,0xd9,0x00,0x01,0xf3,0x0f,0x40,0xc9,0x00,0x15,0xf6,0x5f, +0x74,0xdb,0x30,0x96,0x01,0x11,0xdd,0x2f,0x19,0xf1,0x03,0xf3,0x7f,0x50,0x00,0x18, +0xee,0x40,0x09,0xfc,0x60,0x1c,0x71,0x00,0x00,0x4a,0x70,0x00,0x98,0xf2,0x06,0x61, +0xfb,0x6f,0x95,0x54,0x00,0x08,0xcb,0x01,0x20,0x1f,0x80,0x12,0x00,0x62,0x17,0x65, +0x6f,0x85,0x55,0x40,0xff,0x03,0x40,0x00,0x00,0xce,0xf5,0xdd,0x0f,0xf5,0x01,0xf4, +0x9f,0x30,0x00,0x06,0xdf,0x60,0x0b,0xfa,0x40,0x1e,0xa2,0x00,0x00,0x7d,0x80,0xf3, +0x00,0xf3,0x2b,0x13,0x54,0x01,0x95,0xd9,0xdd,0xc9,0xa0,0x0e,0x8d,0x58,0xa6,0x6e, +0x10,0x68,0xd2,0xc5,0x7d,0x70,0x02,0xbd,0xbf,0xee,0xff,0xa3,0xfd,0xd0,0xe5,0x0b, +0x70,0x04,0x5d,0x07,0x6b,0xf6,0x00,0x46,0xa5,0xf7,0x77,0x42,0x2c,0xcc,0xff,0xfc, +0xcc,0x80,0x04,0x9f,0x7e,0xd5,0x20,0x3f,0xea,0x30,0x19,0xef,0x90,0x76,0x01,0x11, +0x52,0xb9,0x04,0x05,0x62,0x03,0xf0,0x09,0x23,0xf9,0x22,0x22,0x31,0x00,0x9e,0x2f, +0xff,0xfd,0x00,0x6f,0x70,0x33,0xaf,0x40,0x5f,0xf6,0x00,0x2f,0x50,0x02,0x8e,0x6e, +0xb3,0x07,0xe6,0xe6,0x33,0x5f,0x53,0x20,0x0e,0x60,0x25,0xf2,0x00,0x00,0xe6,0x08, +0xfc,0x83,0x00,0x00,0x1e,0x26,0x41,0x2a,0xf3,0x22,0x20,0x8a,0x0b,0xf2,0x01,0x06, +0xe2,0x33,0x33,0x37,0xf0,0x37,0x9f,0xff,0xff,0x48,0x01,0x12,0x33,0x33,0x32,0x0c, +0x07,0xf4,0x07,0x21,0x11,0xf7,0x3f,0x51,0x10,0x00,0x3f,0x31,0xf3,0x05,0x10,0x5e, +0xc0,0x1f,0x63,0xe4,0x8e,0x90,0x00,0xbf,0xfd,0x42,0x00,0x10,0x14,0x03,0x22,0x32, +0x26,0xf5,0x22,0xf4,0x04,0xf7,0x1e,0x33,0xf2,0x11,0x11,0x13,0xf3,0x19,0x8f,0xff, +0xff,0x99,0x10,0x03,0x56,0xf6,0x42,0x00,0x00,0xe7,0x2f,0x64,0x40,0x00,0x2f,0x72, +0xff,0xff,0x30,0x06,0xfe,0x4f,0x20,0x00,0x02,0xf8,0xbf,0xf7,0x44,0x42,0x6d,0x00, +0x7b,0xef,0xff,0x50,0xb1,0x08,0x61,0x22,0x23,0xf8,0x22,0x21,0x0f,0xe0,0x0c,0x61, +0xf6,0x11,0xc4,0x11,0xf6,0x02,0x96,0x01,0xc1,0x06,0x77,0xfa,0x77,0x20,0x00,0x67, +0x7f,0x97,0x72,0x01,0xff,0x8b,0x22,0xf3,0x00,0x27,0xfb,0xf9,0x22,0x10,0x6b,0xf9, +0x04,0xfc,0x83,0x0a,0x92,0x00,0x02,0x9d,0x97,0x0d,0x51,0x33,0x36,0xf8,0x33,0x31, +0x03,0x01,0xf1,0x08,0x62,0xf2,0xa6,0x03,0x91,0xe6,0x06,0xdc,0x2b,0x59,0xf7,0x00, +0x67,0x2c,0xde,0x55,0x70,0x01,0x8e,0x90,0x4e,0xb4,0x05,0x10,0x02,0xd0,0x06,0xab, +0x33,0x38,0xe2,0x10,0x0a,0xc4,0x44,0x9e,0x00,0x00,0xaf,0x02,0x16,0xf5,0x27,0x01, +0xc2,0x00,0x00,0xf4,0x05,0x8d,0xc8,0x00,0x0f,0x40,0x69,0x9c,0xbd,0xff,0xff,0x60, +0x70,0xb8,0x34,0x4f,0x81,0x2f,0x8f,0x47,0x60,0xf4,0x00,0x5f,0xf0,0x6e,0x0f,0x40, +0x00,0xdf,0x10,0xe3,0xf4,0x00,0x6f,0xea,0x00,0x0f,0x40,0x6f,0x75,0xb0,0x36,0xf4, +0x08,0x80,0x00,0x05,0xfc,0x4c,0x0e,0x24,0x2f,0x30,0x50,0x13,0xf0,0x14,0x61,0x2f, +0x32,0x70,0x00,0x4f,0x32,0xf3,0x3f,0x40,0x08,0xe0,0x2f,0x30,0xcc,0x00,0xe9,0x02, +0xf3,0x05,0xf3,0x7f,0x20,0x2f,0x30,0x0f,0x81,0x50,0x02,0xf3,0x00,0x84,0x00,0x15, +0x7f,0x2c,0x00,0x17,0xef,0xd0,0x0b,0x10,0x4f,0xa4,0x09,0xf0,0x10,0x14,0xf0,0x03, +0x00,0x00,0xf6,0x4f,0x04,0xf2,0x00,0x7e,0x04,0xf0,0x0b,0xb0,0x2f,0x60,0x4f,0x00, +0x2f,0x42,0x90,0x04,0xf0,0x02,0x72,0x00,0x00,0x3d,0x0a,0xe1,0x6e,0x1c,0xb3,0xf3, +0x00,0x02,0x48,0xcf,0xb2,0x00,0x07,0xff,0xc8,0x20,0x72,0x15,0x04,0xf5,0x02,0x10, +0x0f,0x37,0x1f,0x52,0x46,0xf7,0x44,0x44,0x21,0xf3,0x08,0x20,0x0b,0xa0,0x4b,0x01, +0xe0,0xf9,0x44,0x44,0x41,0x00,0x7f,0xde,0xff,0xee,0x50,0x1e,0x80,0x0b,0x90,0xe5, +0x19,0xa1,0xb9,0x00,0x05,0xf4,0x33,0x3c,0xb3,0x32,0x05,0x1f,0xd0,0x02,0x10,0x01, +0x92,0x07,0xf1,0x00,0x07,0xe0,0x05,0xf3,0x00,0x1e,0xef,0xfe,0xff,0xeb,0x00,0x67, +0x7c,0xe7,0x77,0xe1,0x2c,0xe0,0xf2,0x05,0x99,0xaf,0xa9,0x99,0x91,0x48,0xaf,0xb8, +0x88,0x88,0x10,0x0d,0xfb,0x11,0xf1,0x24,0x2c,0xf4,0x38,0xf3,0x31,0x0a,0xfa,0x55, +0x9f,0x55,0x51,0x13,0xbd,0xdd,0xdd,0xdd,0x20,0x01,0xc3,0x2f,0x25,0xb0,0x01,0x9e, +0xca,0xfa,0xdd,0x90,0x3f,0x87,0x77,0x77,0x9f,0x03,0xf7,0xfe,0xee,0xf7,0xf0,0x00, +0x6e,0x66,0x6f,0x30,0x00,0x02,0x67,0xf9,0x61,0x00,0x07,0x66,0x04,0xf0,0x02,0x7e, +0x34,0xf7,0x3f,0x60,0x07,0xd0,0x0f,0x6c,0xf5,0x00,0x13,0x00,0xf4,0x54,0x00,0x04, +0x1c,0x0e,0xf2,0x08,0x00,0x9d,0xdd,0xfe,0xdd,0xd1,0x00,0x84,0x0f,0x60,0xb4,0x00, +0x09,0xb0,0xf6,0x5f,0x10,0x00,0x37,0x0f,0x64,0x60,0x03,0xc2,0x0e,0x51,0x55,0x5f, +0x95,0x55,0x30,0x0c,0x05,0x07,0x70,0x15,0x02,0x0c,0x0b,0x61,0x34,0x44,0xfc,0x44, +0x42,0x0d,0x7e,0x08,0x70,0xd7,0x1d,0x51,0x6c,0x10,0x0e,0xcf,0xb9,0x10,0xc0,0xe5, +0x0e,0x85,0xad,0x00,0x0f,0x40,0x89,0x99,0x80,0x00,0xf8,0xfa,0x02,0xf2,0x02,0x3f, +0x13,0xf9,0x4c,0xe2,0x07,0xe3,0x6c,0xff,0xf9,0x52,0x77,0x6b,0x84,0x36,0xad,0x40, +0x64,0x1f,0x42,0x33,0x33,0xdc,0x33,0x36,0x0f,0xf1,0x1a,0x70,0xe6,0x13,0x17,0x03, +0x10,0x0e,0x68,0xb3,0xf1,0xf3,0x00,0xe8,0xee,0x9f,0xaf,0xb1,0x0f,0x97,0x28,0xf9, +0x18,0x30,0xf3,0xdd,0xef,0xdd,0xd0,0x3f,0x14,0x47,0xf5,0x44,0x07,0xd1,0x11,0x5f, +0x21,0x11,0x88,0xbf,0xc7,0x23,0x04,0x99,0x02,0xf8,0x2b,0x56,0x07,0xff,0xb6,0xce, +0xfe,0xb2,0x13,0xf4,0x36,0x4f,0x50,0x00,0x7e,0x00,0x10,0xe5,0x00,0x0d,0xb5,0x5e, +0x0e,0xca,0x43,0xcd,0xf5,0xe0,0xea,0x73,0x17,0x6d,0x4e,0x0e,0x50,0x00,0xfc,0xa4, +0xf3,0xf8,0x32,0x08,0xf6,0x4d,0xdd,0xdd,0x70,0xbf,0xfa,0x64,0x44,0x43,0x6e,0x24, +0xbd,0xff,0xff,0x70,0x10,0x5e,0x05,0x93,0x0c,0x99,0x90,0x05,0x55,0x55,0xdb,0x6e, +0x42,0x97,0x04,0x00,0xcc,0x16,0xf0,0x0e,0xbf,0xff,0xe8,0xd0,0x00,0x03,0x6f,0x74, +0x6f,0x00,0x00,0x01,0xf2,0x03,0xf2,0x10,0x00,0x1f,0x67,0x2e,0x74,0xc1,0xbe,0xff, +0xc3,0x8e,0xbc,0x08,0x63,0x09,0x1b,0xc0,0x2f,0xff,0xf3,0xff,0xff,0x10,0x22,0x6f, +0x12,0x26,0xf1,0x0d,0x38,0x36,0xf1,0x14,0x10,0xf6,0x22,0x1f,0x52,0x20,0x0f,0xff, +0xf5,0xff,0xff,0x30,0xa6,0x5f,0x2a,0x54,0xf2,0x08,0xea,0xf1,0x9f,0x8f,0x22,0x8e, +0xff,0x29,0xef,0xf0,0x4c,0x7a,0xd3,0xc5,0x7f,0x00,0x0a,0x37,0x38,0x16,0x00,0x9f, +0x0a,0xf5,0x27,0xff,0xd3,0xff,0xff,0xf4,0x02,0x6d,0x3f,0x65,0x54,0x00,0x37,0xd3, +0xfd,0xcc,0xb0,0x3f,0xec,0x3f,0xa9,0x98,0x03,0xe0,0x07,0xf8,0x88,0x72,0x4f,0xfe, +0xcf,0xee,0xbc,0x50,0x27,0xd6,0xc3,0xe6,0xe1,0x00,0x6c,0x6c,0x09,0xf5,0x00,0x4b, +0xa9,0xed,0x5c,0xe4,0x0e,0xe4,0xaa,0x50,0x09,0xec,0x2d,0xf0,0x17,0x61,0x00,0x06, +0xff,0xf2,0x5e,0x18,0x10,0x12,0x4f,0x4e,0x84,0xdb,0x01,0x56,0xf9,0xff,0xec,0xe5, +0x4f,0xee,0x32,0x4f,0x03,0x05,0xc0,0x05,0xff,0xff,0xf1,0x8f,0xcc,0x8c,0x4f,0x1f, +0x13,0x56,0xf8,0x03,0x2e,0xf2,0x00,0x2f,0x11,0x5f,0x5c,0x00,0x27,0xf3,0x48,0xf9, +0xf4,0x0b,0xf7,0xaf,0xdc,0xac,0x40,0x01,0xf0,0x06,0x25,0x03,0xf3,0x05,0x60,0x3f, +0x43,0xf3,0x0e,0xb0,0x0b,0xb3,0xf3,0x6f,0x20,0x17,0x67,0xf7,0x68,0x50,0x5f,0x1c, +0x0c,0x63,0x01,0x11,0x11,0x18,0xe0,0x0f,0xbb,0x1e,0x30,0x07,0xe0,0x9f,0x0a,0x00, +0x51,0x35,0x55,0x55,0x5a,0xe0,0xb5,0x00,0xf9,0x27,0x03,0xff,0xff,0xf8,0x0a,0xe2, +0x05,0xf4,0xbb,0x4d,0xe3,0x00,0x1f,0x1a,0x92,0xb1,0x10,0x03,0xf2,0xaa,0x10,0x3f, +0x56,0xff,0xff,0xfb,0x5f,0x80,0x04,0xf1,0xaa,0x3e,0x61,0x00,0x5d,0x0a,0x90,0x01, +0xe9,0x09,0xb0,0xa9,0x01,0xcd,0x01,0xf6,0x0a,0x96,0xed,0x20,0x3c,0x00,0xa9,0x79, +0xc6,0x16,0xf4,0x26,0xce,0xcc,0xf7,0x07,0xf1,0x0c,0xdb,0xbf,0x88,0xf6,0x00,0xcc, +0x88,0xea,0xe5,0x00,0x05,0x6d,0xb6,0x30,0x2d,0x43,0xee,0xee,0xed,0x4e,0x90,0x07, +0xba,0xac,0x6d,0x61,0x00,0x9e,0xbb,0xf5,0x01,0xe8,0x07,0x8d,0xaa,0x00,0xbd,0x01, +0xe6,0xd7,0xe6,0xde,0x20,0x06,0x8e,0x35,0x4a,0xb2,0x01,0xf0,0x02,0x1e,0x70,0x09, +0xb0,0x00,0x4e,0xb0,0xdf,0xff,0xff,0x14,0x87,0x81,0x1a,0xc1,0x10,0x04,0x1c,0x15, +0x80,0x95,0xff,0x23,0x33,0x4f,0x51,0x7b,0xf6,0x49,0x02,0xf4,0x06,0x2f,0x27,0x93, +0x4f,0x61,0x02,0xf1,0x5f,0x31,0xf3,0x00,0x2f,0x10,0xa6,0x4f,0x30,0x02,0xf1,0x00, +0x6f,0xc0,0x3d,0x00,0xf8,0x27,0x40,0x5e,0x10,0x00,0x2d,0xa0,0x7f,0x55,0xe2,0x05, +0x97,0x5e,0xff,0xd5,0x10,0x05,0xf4,0x7e,0xc5,0xdc,0x06,0xfe,0x2b,0xee,0x87,0xc6, +0x4a,0xe0,0x5f,0xed,0xd7,0x00,0x4e,0x7f,0xf6,0x7f,0x30,0x04,0xe1,0x37,0xff,0x60, +0x00,0x4e,0x39,0xee,0xfe,0x93,0x04,0xe7,0xc5,0x00,0x6c,0x50,0x60,0x10,0xf2,0x27, +0x43,0xf4,0x11,0x10,0x2d,0x80,0xcf,0xff,0xff,0x84,0x58,0xaf,0xc9,0x9a,0x90,0x06, +0xf1,0x4f,0xaa,0xce,0x07,0xff,0x03,0xf7,0x7a,0xe0,0x5a,0xf0,0x1c,0xf8,0x87,0x00, +0x3f,0x04,0xff,0xee,0xa0,0x03,0xf3,0xfc,0xc7,0xe3,0x00,0x3f,0x16,0x9f,0xfd,0x63, +0x03,0xf3,0xd8,0x42,0x7c,0x60,0x13,0x04,0xf8,0x28,0x5f,0x75,0xd6,0x4e,0x00,0x4f, +0x67,0x7d,0xa7,0xd5,0x30,0x4e,0xde,0xff,0xcd,0xf8,0x0a,0xe4,0x66,0x7f,0x6e,0x26, +0xfe,0x7c,0xcc,0xda,0xf0,0x2a,0xe1,0xcc,0xa1,0xfc,0x00,0x4e,0x2f,0x5d,0x2d,0x70, +0x04,0xe4,0xe4,0xfb,0xfa,0x00,0x4e,0xaa,0x49,0xd9,0xe6,0x04,0xe6,0x20,0x2a,0x05, +0x50,0x3c,0x01,0xf4,0x26,0x6e,0x40,0x05,0x10,0x00,0x00,0xaf,0x63,0xf6,0x00,0x10, +0x96,0x63,0xcb,0x00,0x0b,0x8d,0x90,0x8f,0x51,0x00,0xf5,0xd9,0x6f,0x6e,0x90,0x5f, +0x1d,0xdf,0x60,0x5f,0x25,0x90,0xdf,0x70,0x00,0xe8,0x02,0xcf,0xa0,0x06,0xb3,0x06, +0xfc,0xdc,0x55,0xcb,0x00,0x15,0x06,0xff,0xfe,0x40,0xa8,0x23,0x20,0x01,0xd9,0x5b, +0x2d,0x00,0x3b,0x04,0xf3,0x1c,0xd8,0x33,0xb7,0x33,0x31,0x0e,0x60,0x1a,0xf9,0x00, +0x00,0xe5,0x02,0x65,0xb0,0x00,0x0f,0x58,0x7e,0x00,0x86,0x00,0xf5,0xf7,0xe0,0x08, +0xe0,0x3f,0x7f,0x6e,0x04,0x9f,0x47,0xe9,0xa5,0xf2,0x9b,0xc7,0x98,0x01,0x2e,0xff, +0x51,0x28,0x25,0xf2,0x62,0xf0,0x44,0x8f,0x44,0x20,0x4f,0x78,0x9b,0xf9,0x95,0x3d, +0xfd,0xcd,0xef,0xdd,0x46,0xcf,0x5b,0xbc,0xfb,0xba,0x58,0xf0,0x6b,0xbb,0xbb,0x20, +0x4f,0x08,0xd7,0x78,0xf2,0x04,0xf0,0x8e,0xbb,0xbf,0x20,0x4f,0x08,0xec,0xcc,0xf2, +0x04,0xf0,0x8b,0x12,0x4f,0x20,0x4f,0x08,0xa0,0x2f,0xc0,0x00,0xb8,0x07,0xff,0xff, +0x08,0xff,0xff,0x9b,0x15,0xf0,0x37,0xfb,0x68,0xfe,0xff,0x00,0x9f,0xf9,0x8d,0x7a, +0xf0,0x7e,0xc9,0xa8,0xd6,0x9f,0x02,0x3b,0x80,0x8f,0xff,0xf0,0x01,0x65,0x5e,0x21, +0x22,0x01,0xf6,0xf2,0xd8,0x3a,0xc0,0x8e,0x2f,0x44,0x3e,0x7f,0x52,0x40,0xcf,0xff, +0xd0,0x30,0x00,0x00,0x0a,0x30,0x57,0x19,0x81,0xd0,0x03,0x3d,0x83,0x4f,0x63,0x11, +0xdd,0xb8,0x0a,0xf2,0x17,0x9b,0xbb,0xbb,0xb2,0x00,0x0d,0xa7,0x77,0x7f,0x30,0x00, +0xda,0x77,0x78,0xf3,0x00,0x0b,0xdd,0xfd,0xdd,0x30,0x03,0x75,0x8e,0xa0,0x67,0x00, +0xd9,0xaa,0x24,0xb6,0xf2,0x1a,0x05,0xff,0xfc,0x17,0x20,0x6c,0x01,0xf5,0x27,0x6d, +0x67,0x1f,0x8a,0x60,0x6f,0xee,0xf8,0xf6,0x19,0x00,0xaa,0x9b,0x3e,0xff,0xd0,0x0e, +0x86,0xf4,0xc5,0x41,0x00,0xeb,0xaf,0x4f,0xae,0xa0,0x0e,0xb9,0xf4,0xf7,0x2b,0x00, +0xe3,0x9d,0x4b,0xff,0xb0,0x08,0x47,0x2f,0x30,0x69,0x05,0xf5,0xf0,0x54,0xf5,0xf1, +0x36,0x0d,0xff,0xf9,0x08,0x18,0x04,0xf8,0x25,0x6f,0x5d,0x50,0x0c,0xee,0xee,0xfe, +0xfe,0x60,0xdb,0x66,0x9f,0x76,0x62,0x0d,0x93,0x33,0xf3,0x87,0x00,0xef,0xff,0x4f, +0x6f,0x60,0x0f,0x71,0xf2,0xee,0xe0,0x00,0xf5,0x2f,0x2a,0xf6,0x20,0x3f,0x9e,0xe3, +0xef,0x1a,0x78,0xe1,0x46,0xfc,0xdb,0xd5,0x79,0x00,0x5b,0x03,0xdd,0xa8,0x01,0xc0, +0x25,0x67,0x8b,0xdf,0x50,0x06,0xdc,0xbf,0xb5,0x20,0x00,0x13,0x87,0x23,0x21,0x08, +0xff,0x58,0x20,0x00,0x38,0x05,0xb2,0x4e,0xee,0xef,0xfe,0xee,0xa1,0x55,0x55,0xfa, +0x55,0x54,0x4e,0x05,0x30,0x01,0x44,0xf5,0xe2,0x14,0x05,0xba,0x06,0xf3,0x28,0x04, +0xf0,0x4f,0xff,0xff,0x15,0x9f,0x76,0xf3,0x36,0xf1,0xae,0xfe,0x8f,0x00,0x3f,0x10, +0x4f,0x04,0xf3,0x26,0xf1,0x05,0xf6,0x7f,0xff,0xff,0x1b,0xff,0xda,0xe0,0xf5,0x00, +0x58,0xf0,0x8c,0x0a,0xb0,0x00,0x4f,0x0c,0x90,0x5f,0x20,0x17,0xf4,0xf3,0x00,0xdd, +0x27,0xf9,0x5a,0x00,0x02,0xc3,0x56,0x04,0xf0,0x18,0xe0,0xaf,0xff,0xff,0x43,0x9f, +0x6a,0xa7,0xe3,0xf4,0x8f,0xff,0xab,0x7f,0x4f,0x40,0x6e,0x1a,0xff,0xff,0xf4,0x05, +0xf6,0xa9,0x4e,0x0f,0x47,0xff,0xba,0xff,0xff,0xf4,0x28,0xe0,0x45,0x7f,0x36,0x20, +0x5e,0xa3,0x18,0x70,0x17,0xe0,0x00,0x4e,0x00,0x04,0xf9,0x0b,0x00,0x02,0xe7,0x07, +0xf0,0x04,0x03,0xf0,0x8f,0xff,0xff,0x43,0x8f,0x59,0xe4,0x44,0x41,0x9f,0xff,0xae, +0x44,0x43,0x00,0x3f,0x08,0xd9,0x17,0xf0,0x0e,0xf7,0x9d,0x00,0x4e,0x07,0xef,0xea, +0xe3,0x37,0xe0,0x5a,0xf0,0x8f,0xff,0xfe,0x00,0x3f,0x08,0xd0,0x00,0x00,0x16,0xf0, +0x8f,0xee,0xee,0x84,0xfa,0x03,0x34,0x16,0x07,0x01,0x00,0x10,0x4e,0x96,0x3d,0xf2, +0x22,0x17,0xf3,0x8c,0xdf,0xdc,0x56,0xff,0xea,0xb4,0x85,0x42,0x04,0xe0,0xa8,0x0e, +0x60,0x00,0x4f,0x6b,0x83,0xf1,0x00,0x6f,0xfb,0xc6,0x7d,0x42,0x03,0x9e,0x0d,0x5c, +0x79,0x90,0x04,0xe1,0xf5,0xf2,0x4e,0x01,0x6e,0x6e,0xaf,0xbc,0xf5,0x2f,0x97,0x77, +0xa8,0x6a,0xdd,0x11,0xf8,0x28,0x03,0xf0,0x00,0x2f,0x00,0x01,0x6f,0x36,0xef,0xff, +0xe3,0x7f,0xfe,0x01,0x4f,0x21,0x00,0x3f,0x0d,0xee,0xfe,0xeb,0x04,0xf9,0x33,0x33, +0xd9,0x28,0xff,0x9c,0xff,0xff,0xfa,0x25,0xf0,0x3b,0x43,0xd9,0x20,0x3f,0x00,0xd9, +0x0c,0x70,0x16,0xf0,0x04,0xa2,0xd7,0x01,0xfa,0x00,0x00,0xfe,0x30,0x7f,0x00,0xf0, +0x26,0x2f,0x1a,0xff,0xfb,0x80,0x38,0xf7,0x56,0x8f,0x66,0x37,0xff,0xee,0xff,0xff, +0xf9,0x03,0xf1,0x24,0x7f,0x44,0x10,0x2f,0x5a,0xed,0xfc,0xf5,0x6d,0xfd,0xad,0xbf, +0x9f,0x53,0x7f,0x1a,0xb8,0xf5,0xf5,0x02,0xf1,0xaf,0xff,0xff,0x51,0x6f,0x16,0x44, +0xe0,0x72,0x2f,0xb0,0x00,0x4e,0x7a,0x00,0xf3,0x26,0x12,0x7c,0x22,0x11,0x6f,0x37, +0xdd,0xce,0xc6,0x5f,0xfd,0x09,0x90,0xe5,0x00,0x3f,0x0c,0xee,0xef,0xd9,0x05,0xf8, +0x22,0xd8,0x22,0x16,0xff,0x7f,0xff,0xff,0xfd,0x15,0xf0,0x2e,0x82,0xe8,0x10,0x3f, +0x04,0xee,0xaf,0x10,0x06,0xf0,0x25,0xef,0xf8,0x01,0xf9,0x0e,0xc8,0x25,0xe4,0x69, +0x29,0xf0,0x1d,0xd0,0x0b,0x5b,0x30,0x01,0x7e,0x13,0xf6,0xca,0x31,0x9f,0xff,0xbf, +0xff,0xff,0x50,0x7e,0x8f,0xe1,0xd7,0x10,0x06,0xec,0xbf,0xff,0xff,0x38,0xff,0x94, +0xe1,0xd7,0x10,0x39,0xd0,0x4f,0xff,0xff,0x30,0x6d,0x04,0xe0,0xd6,0x00,0x19,0x0b, +0x00,0x73,0x94,0xf8,0x04,0xe3,0x33,0x32,0x00,0xf4,0x00,0xb0,0x0d,0x20,0xa7,0x00, +0x3f,0x02,0xb9,0x4f,0x41,0x5f,0xfd,0x2b,0x07,0xf3,0x17,0x5f,0x27,0x88,0x22,0x93, +0x03,0xf4,0xe8,0xf7,0x9d,0x44,0xef,0xbe,0xcf,0x79,0xd4,0x28,0xf0,0xe4,0xf7,0x9d, +0x40,0x3f,0x0e,0xcf,0x79,0xd4,0x05,0xf0,0xe2,0xe1,0x1d,0x41,0xfa,0x0e,0x9c,0x0c, +0xe1,0x2b,0x18,0xf3,0x27,0x60,0x1e,0x85,0x10,0x04,0xd9,0x1a,0xb9,0xf7,0x00,0x9e, +0xda,0xfe,0xef,0xdc,0x00,0xb6,0x0f,0x68,0xa5,0xe0,0x1c,0xd2,0xeb,0x5a,0x9e,0x0d, +0xfb,0x1e,0x88,0x68,0xe0,0x2b,0x68,0xfc,0xfd,0xdf,0x60,0xb6,0x24,0x9f,0xe5,0x42, +0x2d,0x50,0x5f,0x6a,0xc4,0x08,0xe2,0xcd,0x60,0x07,0xd6,0xb7,0x00,0xf4,0x2d,0xe0, +0x0e,0xee,0xfb,0x00,0x19,0xe4,0x0e,0x75,0xab,0x00,0x5f,0xfd,0x09,0x99,0x97,0x00, +0x06,0xe0,0xce,0xf6,0xfe,0xc0,0x06,0xe7,0xc4,0xf6,0xd6,0xc0,0x4e,0xf9,0x9b,0xc9, +0xcb,0x90,0x18,0xe0,0xee,0xff,0xfe,0xe0,0x06,0xe0,0x1a,0xff,0xf6,0x10,0x0a,0xe4, +0xcf,0x9f,0x9f,0x90,0x1f,0x84,0xb3,0x4f,0x24,0x80,0x00,0xed,0x08,0x10,0x43,0x28, +0x3d,0xf2,0x8e,0x0d,0x90,0x00,0x0f,0x34,0xf1,0xfa,0x77,0x40,0xff,0xff,0x8f,0xde, +0xf8,0x0f,0x34,0xfe,0xf2,0xbb,0x00,0xff,0xff,0xee,0x7f,0x70,0x0f,0x34,0xf0,0x8e, +0xf2,0x00,0xff,0xff,0x02,0xfc,0x00,0x08,0x88,0x70,0xaf,0xf3,0x03,0xf5,0x5f,0xdf, +0x6b,0xf6,0x59,0x00,0x3a,0x30,0x08,0x30,0x0a,0x6d,0x87,0x4c,0x00,0x02,0xcb,0xec, +0x68,0xc4,0x42,0x4b,0xff,0xda,0xbf,0xff,0x81,0xaf,0xff,0x7f,0x97,0xc0,0x59,0x6c, +0x3b,0xfe,0xb8,0x03,0xef,0xfe,0x82,0xff,0x30,0x0b,0xc4,0xf2,0x0a,0xe0,0x00,0x6e, +0xfa,0x04,0xff,0x70,0x3b,0xe9,0xc9,0xf6,0x3f,0x83,0x70,0x00,0x64,0x00,0x32,0x2e, +0xef,0xea,0x5e,0x11,0x00,0x8a,0xf8,0x5d,0xff,0xfa,0x0e,0x8e,0xae,0xfa,0xb9,0x00, +0xbf,0xfe,0x72,0xef,0x10,0x1b,0xee,0xd7,0xbf,0xed,0x61,0xa6,0xb4,0x5c,0x54,0xa5, +0x06,0xaa,0xaf,0xa9,0x99,0x00,0x0b,0x80,0xff,0xfe,0x00,0x01,0xb9,0x2f,0x41,0x11, +0x85,0x17,0x03,0x77,0x13,0x20,0x01,0xf8,0x28,0x1e,0x42,0x5d,0xc5,0x55,0x34,0x16, +0x00,0x90,0x4f,0x10,0x0a,0xc0,0x00,0x00,0xca,0x02,0xf5,0xcc,0x25,0x10,0xcc,0xf0, +0x06,0x00,0x34,0x22,0xf8,0x01,0x04,0xdf,0xfa,0x10,0x01,0x7d,0xfa,0x15,0xef,0xb5, +0x1e,0xa3,0x00,0x01,0x6c,0x70,0x11,0x25,0xf4,0x26,0xd2,0x12,0x6b,0xe2,0x2f,0xff, +0xfb,0xbd,0x62,0x00,0x6a,0x1f,0x1b,0x80,0x00,0x4d,0xed,0xfb,0xbd,0xaa,0x61,0x36, +0xf3,0x3c,0xba,0xf4,0x4f,0xff,0xfb,0xc7,0x5e,0x00,0x67,0xf7,0x3d,0x65,0xe0,0x1f, +0x6e,0x99,0xf4,0x5e,0x03,0xa5,0xe2,0xaf,0x15,0xe0,0x00,0xea,0x05,0x90,0x5e,0xb8, +0x23,0x25,0x01,0x00,0x07,0x0d,0x24,0x5d,0xa5,0x1a,0x1f,0x23,0x08,0xe0,0xdb,0x1f, +0x60,0x60,0x00,0x0c,0xb4,0x45,0xf5,0x20,0x00,0xc0,0x1f,0x30,0x00,0xae,0x00,0x03, +0xf1,0x00,0x9f,0x50,0x33,0x9e,0xf2,0x06,0x24,0xfe,0x60,0x38,0x26,0xf2,0x26,0xe7, +0xee,0xee,0x40,0xf4,0x5e,0x25,0x9c,0x31,0x0f,0xdd,0xe3,0xe8,0x90,0x00,0xf5,0x6e, +0x7c,0xba,0x31,0x0f,0xff,0xe9,0xdf,0xed,0x60,0xf5,0x22,0x01,0xf4,0x00,0x0f,0x37, +0x90,0x7f,0xc0,0x00,0xf7,0xcf,0x1e,0xcc,0x12,0x5f,0xf8,0xac,0xf5,0xd5,0x81,0x91, +0x01,0xe5,0x1e,0xf4,0x79,0x00,0x00,0x31,0x0d,0xe2,0x54,0xf5,0x44,0x45,0xf5,0x4f, +0x00,0x00,0x0f,0x54,0xf0,0x00,0x00,0xf5,0x12,0x00,0x22,0x55,0x55,0x12,0x00,0x32, +0xf4,0x33,0x34,0x12,0x00,0x41,0xf2,0x11,0x12,0xf5,0x38,0x2e,0xf3,0x27,0x03,0xff, +0xf4,0x5f,0xff,0xf3,0x3f,0x2e,0x45,0xf0,0x1f,0x33,0xf0,0xe4,0x5f,0x45,0xf3,0x3f, +0xff,0x45,0xfe,0xef,0x33,0xf2,0xe4,0x5e,0x00,0xf3,0x3f,0x2e,0x47,0xfa,0xbf,0x33, +0xff,0xf4,0xad,0x78,0xf3,0x2a,0x00,0x1f,0x50,0x0f,0x30,0x00,0x0b,0xe0,0x25,0xf3, +0x00,0x02,0xd2,0x06,0xbd,0x0c,0xf0,0x22,0x28,0x88,0x12,0x4f,0x42,0x04,0xf8,0xf6, +0xff,0xff,0xf4,0x4e,0x0f,0x20,0x2f,0x10,0x04,0xf5,0xfc,0xee,0xfe,0xe9,0x4f,0xdf, +0x54,0x44,0xda,0x34,0xe0,0xfa,0xcc,0xcf,0xe6,0x4f,0x4f,0x5a,0x65,0xda,0x24,0xff, +0xf2,0xcb,0x0c,0x70,0x3b,0x00,0x02,0x93,0xd7,0x1b,0x01,0x04,0xcd,0x03,0xf2,0x06, +0x07,0xfc,0xcc,0xcd,0xf0,0x00,0x7f,0xbb,0xbb,0xdf,0x00,0x07,0xe7,0x77,0x7a,0xf0, +0x00,0x47,0x7b,0xe7,0x77,0xee,0x0c,0xf2,0x0d,0x10,0x2a,0xaa,0xaa,0xa8,0x00,0x03, +0xf6,0x55,0x5a,0xd0,0x00,0x2d,0xde,0xfd,0xda,0x00,0x27,0xe7,0x5f,0x3e,0x93,0x05, +0xa3,0x8f,0xb0,0x18,0x90,0x06,0x13,0x70,0x22,0x22,0xe9,0x22,0x21,0x02,0xff,0xcf, +0x2a,0xf3,0x17,0x2f,0x65,0xea,0x5a,0xd0,0x02,0xf9,0x9f,0xc9,0xcd,0x00,0x2f,0xcc, +0xfe,0xcd,0xd0,0x00,0xba,0x8f,0x64,0x44,0x00,0x06,0xfd,0xc0,0x00,0x00,0x03,0x8f, +0xfe,0xa7,0x55,0x41,0xed,0x83,0x6a,0xde,0xfa,0xe0,0x01,0xf0,0x29,0xcc,0xcf,0xdc, +0xf5,0x02,0xbb,0xbb,0xfc,0xbf,0xd7,0x04,0x88,0x8f,0xa8,0xf7,0x10,0x18,0x88,0xfb, +0x88,0x30,0x05,0xcc,0xcf,0xdc,0xca,0x02,0xcc,0xcc,0xec,0xcc,0xc7,0x00,0xac,0xcc, +0xcc,0xc5,0x00,0x0d,0xb8,0x88,0x8f,0x60,0x00,0xdb,0x77,0x77,0xe6,0x00,0x0d,0xed, +0xdd,0xdf,0x60,0x05,0xfd,0xac,0x0c,0xc0,0x5f,0xcc,0xcc,0xde,0x00,0x05,0xe7,0x77, +0x7a,0xe0,0x01,0x48,0x89,0x38,0x11,0xaf,0x9b,0x11,0xf2,0x0c,0xcc,0xaf,0x79,0x99, +0x80,0x0c,0xb9,0xf6,0xf8,0xcb,0x00,0xcd,0xcf,0x2a,0xbf,0x30,0x6e,0xdd,0xfa,0x8f, +0xe5,0x05,0x64,0x4f,0x7b,0x36,0xc2,0x25,0x14,0x0b,0x1d,0x0e,0x10,0x21,0x07,0x02, +0x81,0xf5,0x00,0x6f,0xf5,0x33,0x3e,0x50,0x3f,0x0b,0x00,0x10,0x42,0x0b,0x00,0x20, +0x00,0x2f,0x0b,0x00,0x30,0x02,0xf2,0x02,0x0b,0x00,0xf5,0x2c,0x20,0x4f,0xd2,0x00, +0x1a,0xa3,0xf4,0xbf,0xff,0x56,0xff,0xff,0xeb,0x92,0xe5,0x1a,0xb3,0xf4,0xb9,0x2e, +0x50,0x8f,0xff,0x2b,0xff,0xf5,0x08,0xc7,0xf2,0xb8,0x0e,0x50,0x8c,0x6f,0x2c,0xed, +0xf5,0x8f,0xff,0xfc,0xd7,0x2e,0x51,0x7a,0x6a,0x3f,0x30,0xe5,0x1d,0x92,0xf9,0xf1, +0x3f,0x54,0xc0,0x05,0x69,0x1f,0xd1,0x7f,0x28,0x10,0x60,0x86,0x06,0x82,0xfe,0xee, +0xc0,0x02,0x66,0x6f,0xa6,0x65,0xce,0x0b,0x02,0x85,0x00,0xf2,0x0c,0x55,0x6e,0xff, +0x95,0x53,0x00,0x0b,0xef,0xdf,0x30,0x00,0x3d,0xe2,0xf6,0x9f,0x70,0x4f,0xc2,0x0f, +0x60,0x8f,0xa0,0x40,0x00,0xf6,0x00,0x31,0x37,0x00,0xb1,0x66,0x66,0xfa,0x66,0x63, +0x1d,0xdd,0xdf,0xed,0xdd,0x70,0x37,0x00,0x11,0x08,0xfa,0x25,0xf1,0x06,0x35,0x6e, +0xff,0xa5,0x50,0x00,0x0c,0xdf,0xcf,0x50,0x00,0x4d,0xd1,0xf6,0x8f,0x91,0x3f,0xc1, +0x0f,0x60,0x6f,0x37,0x00,0x12,0x20,0x37,0x00,0x53,0x22,0x22,0xf8,0x22,0x21,0x9e, +0x01,0xf4,0x10,0xbc,0xfc,0xf3,0x21,0x00,0x2f,0x5f,0x7e,0x90,0x00,0x0c,0xc0,0xf6, +0x6f,0x40,0x0b,0xf6,0x3f,0x83,0xef,0x43,0xf9,0xff,0xff,0xfc,0xd8,0x01,0x01,0x1f, +0x71,0x11,0x5d,0x0c,0x11,0x00,0x32,0x09,0xf1,0x11,0x73,0x32,0x00,0x00,0x5f,0xee, +0xef,0xe0,0x00,0xaf,0xcd,0x49,0xf4,0x00,0x03,0x34,0xdf,0xf9,0x30,0x03,0xcf,0xfb, +0x78,0xef,0xf8,0x08,0x74,0x2f,0x72,0x47,0x20,0x2f,0x34,0x0d,0xf0,0x30,0x4b,0x0f, +0x57,0x70,0x00,0x8f,0x52,0xf5,0x3e,0x80,0x04,0x30,0xed,0x20,0x36,0x00,0x00,0xf3, +0x00,0xd7,0x00,0x00,0x1f,0x43,0xff,0xff,0x30,0x7f,0xff,0x75,0xf2,0xf4,0x02,0x7f, +0x74,0xda,0x0f,0x98,0x09,0xfb,0xac,0x36,0x9d,0x41,0xef,0xd5,0x04,0xf0,0x00,0x8b, +0xf4,0xef,0xff,0xff,0x76,0x3f,0x32,0x26,0xf3,0x21,0x00,0xf3,0x00,0xfe,0x02,0x34, +0x30,0x04,0xf0,0x61,0x38,0xf0,0x1b,0x00,0x6e,0x22,0x10,0x26,0xf4,0x3e,0xed,0xef, +0x28,0xff,0xfc,0xec,0x3e,0x90,0x08,0xf8,0x21,0xef,0xc0,0x00,0xdf,0xe9,0xdf,0xbf, +0xd6,0x3f,0xf4,0xeb,0x42,0x3a,0x7a,0xaf,0x04,0xff,0xff,0xe0,0x44,0xf0,0x4e,0x00, +0x6e,0xed,0x09,0x00,0xf8,0x1e,0x33,0x4e,0x22,0x7d,0x3d,0x00,0xf0,0x09,0x1f,0x10, +0x06,0xe1,0x00,0x01,0xf1,0x05,0xfb,0xd2,0x07,0xef,0xec,0xfd,0x9e,0xf7,0x17,0xf7, +0x44,0x8f,0x64,0x10,0x9f,0xe5,0x61,0x1b,0xf8,0x0b,0xfa,0x6d,0x3e,0x0f,0x28,0xbf, +0x14,0xff,0xff,0xf2,0x54,0xf1,0x01,0xcf,0xb0,0x00,0x1f,0x13,0xbe,0x2e,0xb3,0x01, +0xf2,0xcb,0x20,0x2b,0xe2,0x09,0xf3,0x5f,0x3d,0x0e,0xff,0xff,0xc0,0x17,0xe4,0x11, +0x3c,0xd2,0x05,0xff,0xc1,0x1c,0xe8,0x71,0x05,0xe2,0xfd,0xc7,0x9e,0x10,0x9f,0xab, +0xac,0x9b,0xc0,0x0e,0xe7,0xed,0xc5,0xca,0x06,0xcd,0x0b,0xbc,0x8f,0xe0,0x47,0xd0, +0x26,0xec,0x68,0x10,0x3d,0x35,0xab,0x55,0x53,0x03,0xd8,0xcc,0xcc,0xcc,0x70,0x0b, +0x68,0xff,0x9f,0xff,0x61,0xb7,0x86,0xe1,0x3c,0x60,0xbf,0xfc,0xef,0x6b,0xd4,0x00, +0xd9,0x86,0xe9,0x8f,0x40,0x1f,0xfa,0xff,0xdf,0xff,0x85,0xfe,0xe7,0x51,0x7e,0x00, +0xcf,0x88,0x6e,0x0d,0xf2,0x0b,0xb6,0x9e,0xfa,0xff,0x32,0x0b,0x6c,0x63,0xe7,0xe4, +0x80,0xb6,0x00,0x89,0x0b,0xf5,0x5f,0x12,0xf0,0x2a,0xf0,0x3b,0xc6,0xf5,0x10,0x3f, +0x16,0xdd,0xaf,0xa2,0x7f,0xff,0x7e,0xec,0xfb,0x11,0x7f,0x3b,0xee,0xdf,0xc6,0x0a, +0xfa,0x5b,0xcf,0xbb,0x02,0xff,0xc9,0xda,0xe9,0xf0,0x9a,0xf2,0x7e,0xbe,0x9f,0x04, +0x3f,0x2f,0xff,0xfe,0xf9,0x02,0xf0,0x7b,0x00,0x3f,0x00,0x2f,0x06,0xa0,0x2e,0xa0, +0x02,0xf0,0xef,0x70,0x0b,0xf0,0x0e,0x01,0x3f,0x89,0x20,0x6d,0xfd,0xbe,0xfe,0xef, +0x22,0x9f,0x6a,0x9e,0x99,0xf2,0x0a,0xf8,0x6b,0xbb,0xbb,0x21,0xff,0xd5,0xbb,0xbb, +0xa0,0x9b,0xf2,0xef,0x4b,0x26,0xf3,0x36,0x03,0x97,0xd6,0x70,0x02,0xf1,0xda,0x6d, +0x5f,0x30,0x2f,0x07,0x2e,0x90,0x72,0x03,0xc0,0x63,0xb4,0x82,0x01,0x6d,0x3c,0x8c, +0x8d,0xa0,0x4f,0xfc,0xd8,0xa9,0xc8,0x00,0x8e,0x1d,0xcb,0xae,0xd3,0x0d,0xfa,0xc9, +0x9b,0xca,0x24,0xec,0x8f,0xee,0xfe,0xf5,0x79,0xc0,0xe9,0x2f,0x8b,0x01,0x4c,0x1f, +0xe6,0xcf,0x52,0x03,0xcb,0xa3,0x9f,0xfa,0x90,0x3d,0xa1,0x3c,0x38,0xc2,0x19,0x00, +0xcf,0x44,0x00,0xcf,0x04,0x50,0xd8,0x00,0x00,0x04,0xf1,0x0b,0x00,0xd7,0x4f,0x10, +0xdf,0xff,0xe0,0x04,0xf1,0x0d,0xb5,0x55,0x00,0x4f,0x10,0x16,0x00,0x10,0xd8,0xc4, +0x0d,0x05,0x8a,0x24,0x10,0x26,0xe3,0x0e,0x62,0x04,0xee,0xee,0xff,0xee,0xe0,0xf3, +0x14,0x20,0x4d,0x00,0xd1,0x3f,0xe0,0xf0,0x0f,0xff,0xf9,0x00,0x5f,0x00,0xfa,0x55, +0x30,0x05,0xf0,0x0f,0x70,0x8a,0x21,0x13,0xf7,0xc1,0x24,0x11,0x43,0x37,0x00,0xf3, +0x28,0x8f,0xff,0xe0,0xe7,0xb4,0x01,0x8e,0x22,0x2e,0xba,0xb0,0x0a,0xfd,0x8f,0xfd, +0x96,0x00,0xe8,0xc8,0x1b,0xa6,0x92,0x6f,0x1d,0x8c,0xff,0xda,0x28,0xbe,0xf3,0x89, +0xd2,0xc1,0x00,0xab,0x00,0x3f,0xe8,0x00,0x2f,0x40,0x07,0xfb,0x20,0x2e,0xa0,0x6e, +0xfc,0xdb,0x63,0xa0,0x05,0x81,0x1c,0xd1,0xc7,0x09,0x10,0xf5,0xb2,0x2c,0x10,0xcf, +0x6f,0x0b,0xf1,0x03,0xbf,0x64,0x44,0x44,0x20,0x1b,0xaf,0xef,0xfe,0xf7,0x00,0x29, +0xd2,0xb9,0x2e,0x71,0x5f,0xff,0x35,0x17,0x51,0x80,0xf4,0x1f,0x30,0x00,0xfe,0x0e, +0x99,0x03,0x33,0x33,0x9e,0x31,0x00,0x00,0x00,0xee,0xf7,0x13,0x30,0xe7,0x00,0x7e, +0x49,0x1e,0x30,0x07,0xe0,0x04,0x0b,0x00,0xc0,0x1c,0xf2,0x0e,0xff,0xf7,0xfd,0xe3, +0x00,0xe9,0x33,0x7f,0xc1,0x16,0x00,0x12,0xf0,0x21,0x00,0xf4,0x01,0x91,0x0e,0x73, +0x87,0xe0,0x0f,0x41,0xff,0xfb,0x6f,0x46,0xf2,0x4f,0x92,0x02,0xdf,0xce,0x1f,0x11, +0x10,0xb9,0x22,0x51,0xe2,0x22,0x22,0x20,0x02,0x8c,0x04,0x20,0xde,0x98,0x20,0x3d, +0x61,0x47,0x77,0x77,0x71,0x00,0x7f,0x06,0x1f,0xf2,0x0c,0x61,0x1c,0x48,0xd0,0x00, +0x2d,0xeb,0xe0,0x7d,0x00,0x00,0x1e,0xfc,0x05,0xf2,0x20,0x5e,0xd6,0xed,0x2f,0xb9, +0x1e,0x90,0x02,0x40,0x7e,0x40,0x5d,0x08,0xf0,0x40,0x80,0x00,0x5e,0x00,0x00,0x4d, +0x3e,0x55,0xe0,0x40,0x00,0x00,0xe6,0x7f,0xef,0x18,0xd4,0x2f,0xff,0xf6,0xf1,0x18, +0x6d,0xf9,0x7e,0x2f,0x10,0x03,0x0e,0x55,0xe7,0xf0,0x01,0xf5,0xe5,0x5e,0xb8,0x00, +0x8e,0x0e,0x53,0x80,0x62,0x1f,0x60,0xd9,0x33,0x4e,0x61,0xb0,0x07,0xff,0xff,0xc1, +0x06,0xb5,0x00,0x7d,0x00,0x00,0x05,0x79,0xef,0xfe,0xe1,0x04,0x00,0x35,0xae,0x55, +0x03,0xfd,0x20,0x07,0xd0,0x00,0x02,0x91,0xff,0xcf,0x2e,0xf0,0x02,0x34,0x6f,0x84, +0x42,0x00,0x8d,0x09,0xd0,0x92,0x00,0x2f,0x52,0xf4,0x0b,0xc0,0x0c,0xc0,0x2f,0x09, +0x70,0x53,0x05,0x64,0x20,0x85,0x0a,0x92,0xa6,0x16,0x20,0x19,0x5f,0x0f,0x24,0xc0, +0x02,0xf5,0x8e,0x4e,0x76,0xf9,0x2f,0x37,0xe2,0x91,0x05,0x72,0x5f,0x04,0xf0,0x2a, +0x02,0x4f,0xcb,0x0a,0xb0,0x02,0xf8,0xe2,0xf9,0xf4,0x00,0x9c,0x8b,0x08,0xfc,0x00, +0x2f,0x5e,0xab,0xfc,0xfd,0x51,0x91,0xb4,0xc3,0x02,0xa6,0x0b,0x61,0x81,0x6e,0x08, +0x60,0x4d,0x3c,0x96,0xe2,0xf5,0x01,0x00,0x77,0x9f,0x59,0x16,0xf7,0x0e,0xff,0xff, +0xf5,0x06,0x90,0xe7,0x22,0x2e,0x50,0x01,0x0e,0x37,0x05,0x10,0xe4,0x0b,0x00,0x10, +0x7e,0x0b,0x00,0xc4,0x1f,0x70,0xe5,0x02,0x3e,0x51,0xb0,0x0e,0x50,0x5f,0xd2,0x00, +0x0f,0x0d,0xf6,0x25,0xf8,0xc2,0x01,0x6d,0xee,0xef,0xff,0x51,0x20,0xd7,0x33,0xe7, +0x31,0x9f,0x6d,0xaf,0xed,0x6c,0x20,0x94,0xe5,0x33,0xca,0xf0,0x01,0x0f,0x9e,0xfa, +0xfa,0x00,0xa9,0xf8,0x6d,0x8f,0x20,0x0f,0x8f,0x7f,0xfb,0xf4,0x57,0xe8,0xa3,0x4b, +0xdf,0xd8,0x46,0x75,0x02,0xb1,0x6e,0x20,0x0e,0x08,0x30,0x00,0xbd,0x4d,0x48,0x14, +0xf0,0x08,0xa6,0xd7,0x11,0xaa,0x00,0x00,0x0d,0xfe,0xef,0xa0,0x5e,0x70,0xdb,0x77, +0xda,0x00,0x48,0x06,0x77,0x77,0x40,0x00,0x52,0xbb,0x00,0xf1,0x09,0x2f,0x5f,0x7a, +0xd7,0xf0,0x09,0xc2,0xf6,0x9c,0x5f,0x02,0xf4,0x6f,0x9b,0xd8,0xf3,0x2a,0x0d,0xdd, +0xdd,0xdd,0x80,0x03,0x10,0x6d,0x38,0x10,0x7f,0x62,0x19,0xf7,0x22,0x64,0xf3,0x3f, +0x72,0x10,0x40,0x3f,0x8e,0xfe,0xd4,0x4f,0xb4,0xf9,0xb6,0x6f,0x40,0x23,0x5e,0x9c, +0x88,0xf4,0x00,0x56,0xd9,0xec,0xcf,0x40,0x4f,0x9c,0x33,0xe7,0x70,0x0b,0xac,0x8d, +0x7e,0x6f,0x42,0xf7,0xf9,0xe2,0xf5,0xab,0x19,0x4b,0x02,0xcd,0x21,0x00,0x65,0x12, +0xf1,0x18,0xcc,0x2c,0xb8,0xd0,0x00,0x11,0x78,0xff,0xff,0xed,0x09,0xf9,0xff,0x8b, +0xe7,0x50,0x04,0x37,0xf8,0xbe,0x75,0x00,0x4f,0x7f,0xac,0xf9,0x60,0x4f,0x54,0xfd, +0xef,0xdd,0x11,0x51,0x3a,0xd2,0x22,0x20,0xaf,0xf3,0x0d,0x34,0x00,0x05,0xf1,0xd9, +0x12,0x02,0x3e,0x00,0xf0,0x09,0xb5,0x33,0x8f,0x43,0x31,0x07,0xce,0xed,0xdd,0xdf, +0x40,0x00,0xba,0x77,0x77,0xd3,0x9a,0x20,0x78,0xf8,0x72,0x02,0xa2,0x8f,0x53,0x1b, +0xf1,0x45,0x18,0xc8,0xf8,0xad,0x00,0x6d,0x8c,0x8f,0x8a,0xd0,0x0d,0x87,0xee,0xef, +0xfc,0x06,0xf2,0x5d,0xb0,0xae,0x70,0x26,0x2c,0x70,0x00,0x5c,0x20,0x0b,0x91,0xfd, +0xfd,0xe9,0x00,0x09,0x1f,0x8f,0xac,0x90,0x00,0x01,0x88,0xfa,0x85,0x09,0xe5,0xdf, +0xff,0xff,0xf5,0x07,0x50,0xbb,0xaa,0xb8,0x00,0x04,0x0f,0xcb,0xbd,0xa0,0x03,0xf3, +0xfa,0x99,0xda,0x00,0xcb,0x0f,0xcb,0xbe,0xa0,0x5f,0x35,0xce,0x26,0xe7,0x00,0x50, +0x87,0x10,0x02,0x91,0x00,0x11,0x54,0x02,0x00,0x90,0x02,0x11,0x08,0x5d,0x1b,0xf1, +0x06,0xce,0x6c,0x4d,0x3f,0x30,0x0b,0xfe,0xfe,0xfd,0xfd,0x30,0x4d,0x9d,0x8e,0x7f, +0x81,0x00,0xb7,0xc5,0xe3,0xf4,0xab,0x02,0xf3,0x02,0xfa,0x04,0x93,0x72,0x64,0x69, +0x10,0xad,0x0f,0x3b,0x94,0xf4,0x1c,0x30,0xb3,0x69,0x0a,0xf1,0x11,0x00,0xe4,0x23, +0xf0,0x02,0x38,0x00,0x28,0x6e,0x00,0x5e,0x1e,0x50,0x1e,0xde,0x34,0x8f,0x47,0x40, +0x05,0xae,0xcf,0xae,0x00,0x10,0x6e,0x69,0x45,0xf8,0x0f,0x03,0xee,0x00,0xcf,0xa0, +0x00,0x4f,0xce,0x02,0xf8,0xf1,0x00,0x05,0x5e,0x0b,0xd0,0xcb,0x00,0x00,0x5e,0x9f, +0x30,0x3f,0xa0,0x00,0x5f,0xb5,0x00,0x04,0x90,0x57,0x03,0x61,0x33,0x34,0xf8,0x33, +0x32,0x0f,0x8d,0x06,0xf4,0x0c,0x87,0x1b,0xb8,0x94,0xb0,0x01,0xb5,0xdf,0xd2,0xb4, +0x00,0x39,0x89,0xeb,0xcd,0x60,0x1e,0x97,0xfd,0xbe,0x7e,0x51,0x44,0x44,0xf9,0x54, +0x53,0x60,0x16,0x05,0xf5,0x12,0xf4,0x26,0xaf,0xff,0x8f,0xff,0xff,0x32,0x7f,0x35, +0xf1,0x12,0xf3,0x05,0xe0,0x5f,0xff,0xff,0x35,0xbf,0x85,0xf6,0x67,0xf3,0x4a,0xf7, +0x5f,0x66,0x7f,0x30,0x5e,0x05,0xff,0xff,0xf3,0x07,0xfc,0x69,0xd7,0xe1,0x0c,0xfd, +0x82,0xd9,0x6d,0x12,0x42,0x02,0xaf,0x26,0xe6,0xc0,0x00,0xbb,0x30,0xef,0x18,0xf0, +0x2a,0x8f,0xff,0x9f,0xff,0xff,0x41,0x7f,0x37,0xb3,0xf1,0xf4,0x04,0xe0,0x7f,0xff, +0xff,0x42,0x8f,0x47,0xc7,0xf5,0xf4,0x6e,0xfd,0x7e,0xaf,0x9f,0x40,0x4e,0x02,0x58, +0xf6,0x51,0x04,0xf7,0x8f,0xff,0xff,0x55,0xdf,0xf4,0x37,0xf4,0x31,0x7d,0x62,0x55, +0x8f,0x65,0x40,0x00,0x4d,0xdd,0xdd,0xda,0x00,0x98,0x7a,0x00,0x51,0x1f,0xa5,0xf9, +0x55,0x50,0x36,0x01,0x40,0x12,0xf6,0x00,0xf6,0x10,0x3f,0x00,0x28,0x07,0x11,0x0e, +0xa0,0x00,0x42,0x22,0x2f,0x82,0x21,0x33,0x07,0x10,0x2d,0x96,0x07,0x10,0x91,0xe9, +0x04,0x20,0x64,0x02,0xbe,0x04,0xa1,0x05,0xfd,0xdf,0xed,0xef,0x05,0xf0,0x0f,0x50, +0x6f,0x60,0x15,0xa1,0x05,0xf2,0x2f,0x62,0x7f,0x06,0xf4,0x4f,0x84,0x8f,0x4a,0x00, +0xe2,0x0b,0x90,0x0f,0x50,0x5f,0x2f,0x50,0x0f,0x52,0x7f,0x5c,0x00,0x0f,0x5e,0x64, +0x2a,0x03,0x45,0x1c,0xf3,0x0b,0x33,0x33,0x33,0x31,0x00,0x09,0xaa,0xaa,0x30,0x00, +0xb4,0xe9,0xf9,0xe5,0xc4,0x0f,0x6e,0xdf,0xdf,0x5f,0x50,0xf6,0xe5,0xe6,0xd5,0xf5, +0x0b,0x00,0x51,0x33,0x33,0x31,0xf5,0x0f,0x55,0x02,0x30,0x44,0x44,0x44,0xbd,0x0e, +0xf1,0x2a,0x01,0x24,0x62,0x00,0x5e,0xff,0xfe,0xdc,0x50,0x00,0x8b,0x0f,0x54,0xf2, +0x00,0x26,0xf3,0xf7,0xcc,0x21,0x2e,0xef,0xff,0xff,0xee,0x90,0x27,0xe9,0xfa,0xeb, +0x51,0x3f,0xf7,0x15,0x33,0xdf,0x80,0x4f,0xed,0xfe,0xdf,0x90,0x00,0xeb,0x9f,0xb9, +0xf6,0x00,0x0e,0xa6,0xf9,0x6f,0x60,0x00,0xee,0xdd,0xdd,0x5d,0x01,0x10,0x30,0x5e, +0x3a,0xf0,0x11,0xf8,0xf8,0xf2,0x00,0x04,0x36,0xf1,0x9f,0x4b,0x40,0x07,0xee,0xb2, +0x4f,0xec,0x10,0x04,0xed,0xee,0xed,0xfb,0x20,0x4f,0xd9,0x88,0x88,0xbc,0xa0,0x00, +0x9d,0x44,0x49,0xba,0x31,0x10,0xee,0x32,0x39,0xa2,0x1a,0x92,0x3e,0x40,0x00,0x01, +0x19,0xc1,0x7e,0x21,0xf5,0x1c,0x50,0x90,0x00,0x02,0x00,0x01,0xda,0x0b,0x41,0x01, +0xe9,0x00,0x09,0xed,0x32,0xb2,0x08,0x8b,0xf9,0x88,0x50,0x01,0x88,0xfb,0x88,0x85, +0x01,0x7b,0x15,0xf2,0x0b,0x6f,0xeb,0xbb,0xb7,0x01,0x9f,0xfd,0xbb,0xbe,0x90,0x3f, +0x4e,0xb8,0x88,0xe9,0x00,0x10,0xeb,0x77,0x7d,0x90,0x00,0x0e,0xed,0xdd,0xf9,0xca, +0x03,0xf1,0x2e,0x03,0x66,0x62,0x25,0xf5,0x20,0x6d,0xfb,0xcf,0xff,0xff,0x40,0x9a, +0x09,0x8f,0x88,0x93,0x0d,0x93,0x2e,0xfc,0xfb,0x13,0xfe,0xfe,0xf8,0x8f,0x40,0xbf, +0x4f,0x5e,0xff,0xff,0x06,0xe4,0xf1,0xe8,0x8f,0x50,0x0d,0xbf,0x1e,0xaa,0xf8,0x00, +0xd9,0x60,0xed,0xdf,0xb4,0x02,0x00,0x0e,0x84,0x44,0x20,0x01,0x66,0x66,0x66,0x63, +0x31,0x25,0x02,0xa2,0x02,0x02,0xfe,0x29,0x10,0x05,0x5c,0x1f,0xf0,0x42,0x30,0x0a, +0x60,0xf7,0x2b,0x10,0x04,0xf4,0x0f,0x70,0xdb,0x01,0xdc,0x00,0xf7,0x05,0xf3,0x2c, +0x14,0x6f,0x70,0x0d,0x50,0x00,0x9f,0xd2,0x00,0x00,0x14,0x7c,0x50,0x2f,0x10,0x04, +0xbf,0x81,0x33,0xf3,0x40,0x23,0xf7,0x2e,0x7f,0x6f,0x09,0xff,0xfc,0xf5,0xf1,0xe5, +0x05,0xf9,0x5e,0x2f,0x18,0x40,0xcf,0xf6,0x22,0xf2,0x91,0x4e,0xf9,0x40,0x2c,0xad, +0x09,0x6f,0x50,0x00,0x9f,0x30,0x10,0xf5,0x48,0xed,0x30,0x00,0x0f,0x4a,0xb5,0xa9, +0x00,0xf4,0x2a,0x01,0x20,0x00,0x03,0x9c,0xf5,0x8c,0x00,0x00,0x28,0xf4,0x0d,0xff, +0xff,0x71,0x3f,0x56,0xf5,0xf7,0xf2,0x7f,0xff,0xc8,0x1f,0x46,0x00,0x6f,0x70,0xb6, +0xf8,0xc0,0x0d,0xff,0x5f,0x4f,0x5f,0x27,0xbf,0x67,0xe1,0xf3,0xd6,0x73,0xf2,0xa8, +0x1f,0x3a,0x80,0x0f,0x20,0x25,0xf3,0x00,0x00,0xf2,0x01,0xec,0x30,0x15,0xf8,0x27, +0x6a,0xe2,0x0b,0xd2,0x10,0x3c,0xf6,0x3c,0xff,0xfe,0x00,0x0f,0x29,0xc9,0x5f,0x50, +0x9f,0xff,0x63,0xef,0x60,0x02,0xaf,0x89,0xfb,0xf8,0x20,0x0d,0xff,0x43,0xdf,0xff, +0x76,0xcf,0x88,0xfa,0x37,0xf1,0x95,0xf2,0x13,0x7f,0xf4,0x00,0x0f,0x21,0x6d,0xe4, +0x00,0x00,0xf2,0xac,0x60,0x00,0x4a,0x18,0x61,0x11,0x16,0xf4,0x11,0x10,0x4f,0x59, +0x07,0xf3,0x0b,0xf1,0x34,0x14,0x42,0xf4,0x2b,0x7f,0xa0,0xaf,0xb9,0x20,0xed,0x40, +0x00,0x3b,0xd0,0x02,0xdf,0xff,0xff,0xe1,0x00,0x03,0x36,0xf5,0x33,0xb5,0x39,0xb3, +0x55,0x58,0xf7,0x55,0x51,0x2c,0xcc,0xcc,0xcc,0xcc,0x30,0xc3,0x1a,0x51,0x34,0xf9, +0x33,0x31,0x0f,0xf1,0x06,0xf2,0x1d,0xf4,0x5a,0x04,0xa2,0xe7,0x05,0xce,0x40,0x2a, +0xf9,0x00,0x29,0x10,0xe6,0xb6,0x70,0x15,0x55,0x6f,0x8c,0xb5,0x32,0xdd,0xde,0xff, +0xdd,0xd8,0x00,0x01,0xdc,0xe4,0x00,0x00,0x38,0xec,0x14,0xfa,0x41,0x0e,0xd6,0x00, +0x03,0xbf,0x70,0xae,0x0e,0xf3,0x27,0xb0,0xa8,0x6c,0x2f,0x14,0x8e,0x7a,0x97,0xd3, +0xf1,0x8c,0xcc,0xbf,0xff,0xff,0x13,0x73,0x97,0x77,0x77,0x73,0x3c,0x5a,0x99,0xde, +0x99,0x41,0xe7,0x7a,0xcf,0xec,0xc3,0x1c,0x97,0xc9,0xf9,0xae,0x34,0x8e,0xfd,0x6e, +0x77,0xe3,0x9c,0x73,0xc6,0xe7,0x8e,0x30,0x00,0x0c,0x6d,0x6d,0xe1,0xbb,0x00,0xf1, +0x18,0x81,0x00,0x54,0x00,0x00,0x8f,0xba,0x7e,0xeb,0xb4,0x4f,0x6f,0x8b,0xe7,0xf5, +0x12,0xa7,0xc9,0xab,0x7d,0x30,0x06,0x99,0xbf,0x99,0xf5,0x00,0x4c,0xcd,0xfc,0xcf, +0x50,0x07,0xe5,0x8f,0x55,0x52,0x00,0xaf,0x4f,0x20,0xe1,0x4d,0xef,0x00,0x9c,0x03, +0xbf,0xa4,0xf1,0xdf,0x80,0x1b,0x40,0x4f,0x03,0x91,0x0c,0x00,0xf6,0x2d,0xf0,0x15, +0x43,0x2f,0x63,0x30,0x2e,0xff,0xdb,0xef,0xed,0x08,0xb3,0xe4,0xd2,0x9a,0x00,0x00, +0x06,0xff,0x92,0x00,0x01,0x6d,0xfb,0x7e,0xfb,0x61,0x7d,0x79,0x99,0x95,0x8b,0x10, +0x0c,0xdd,0xdd,0xd5,0xa3,0x2a,0x20,0x4e,0x60,0x1c,0x02,0xa0,0xe6,0x00,0x00,0xee, +0xdd,0xdf,0x60,0x00,0x02,0x30,0xc1,0x3c,0xf2,0x16,0xde,0xaa,0x7f,0xba,0xa2,0xad, +0xbd,0x8f,0x9c,0xe6,0x12,0x7d,0xec,0xec,0xde,0x20,0x06,0xf9,0x99,0x9b,0xf3,0x00, +0x6f,0xaa,0xaa,0xbf,0x30,0x06,0xf8,0x88,0x8a,0xf3,0x00,0x25,0xf8,0x59,0xf5,0x34, +0x0c,0x81,0x31,0x6e,0xb1,0x17,0xf1,0x10,0x2d,0x80,0x39,0x2b,0x01,0x21,0x10,0xf0, +0x16,0x70,0x00,0x55,0x00,0x00,0xaf,0xbb,0x6d,0xeb,0xb6,0x4f,0x5f,0x67,0xe5,0xf5, +0x13,0x80,0x76,0xf3,0x08,0x20,0x2f,0xfe,0xee,0xee,0xff,0x42,0xd9,0x99,0x99,0x99, +0xd4,0x00,0xdb,0x66,0x6a,0xe0,0x8c,0x0c,0xf0,0x06,0xdc,0x00,0x00,0xdd,0xaa,0xaa, +0xa5,0x00,0x0d,0xb6,0x66,0x6e,0x70,0x00,0xdf,0xee,0xee,0xf7,0x00,0x00,0x10,0xbc, +0x00,0xf2,0x28,0x3f,0x75,0x3d,0xc5,0x53,0x1e,0xef,0xce,0xfd,0xfc,0x81,0x73,0xc0, +0x44,0x3a,0x30,0x2f,0xff,0xfb,0xef,0xff,0x50,0xbb,0xea,0x6e,0x50,0xe5,0x0f,0xdf, +0xe8,0xe5,0x3f,0x50,0xfa,0xec,0x8e,0x5e,0xf2,0x07,0x9e,0x74,0xe5,0x12,0x54,0xef, +0xfe,0xcd,0x82,0x7d,0x00,0x4c,0x00,0x8f,0xff,0x60,0xd4,0x02,0xf3,0x27,0x5f,0x43, +0x47,0xf4,0x41,0x7a,0xfc,0x79,0xaf,0x99,0x23,0xef,0xd1,0xde,0xfd,0xd1,0x5a,0xf9, +0x69,0xbf,0x99,0x56,0xdf,0xc4,0x88,0x88,0x83,0x0b,0xf9,0x1f,0xcb,0xdf,0x04,0xff, +0xd5,0xfa,0xab,0xf0,0xa9,0xf1,0x1f,0xcc,0xdf,0x03,0x3f,0x01,0xf2,0x15,0xf0,0x03, +0xf0,0x1f,0x14,0xfa,0xa0,0x10,0x00,0xeb,0x12,0xd1,0x30,0x19,0x99,0xfb,0x99,0x60, +0x01,0x77,0x7f,0xa7,0x75,0x04,0xff,0x9f,0x22,0xf0,0x1d,0x6b,0xf9,0x5a,0x80,0x00, +0x09,0xaf,0xfb,0x69,0x10,0x06,0xcf,0xfd,0xcd,0xfe,0x40,0x47,0xa4,0xc9,0x45,0x62, +0x06,0xeb,0x3c,0x85,0xeb,0x11,0xb5,0x1f,0xe4,0x01,0xb4,0x04,0x44,0x6f,0x84,0x44, +0x00,0x99,0x99,0xfb,0x99,0x91,0x4e,0x4c,0x28,0xf1,0x1a,0x55,0xe2,0x6f,0xa3,0x72, +0xe5,0x15,0x9f,0xb6,0xda,0x05,0x20,0x06,0xcf,0xb2,0x8b,0x00,0x08,0xff,0xec,0xde, +0xfb,0x00,0x48,0x93,0xd7,0x64,0x80,0x07,0xf9,0x2e,0x77,0xf8,0x01,0xa3,0x3f,0xd2, +0x03,0xa1,0x00,0x50,0xa8,0x39,0xf0,0x2b,0x01,0xff,0xff,0xf5,0x0a,0x7b,0x3f,0x6f, +0x6f,0x55,0xf9,0xc1,0xf2,0xf1,0xe5,0x6b,0xf4,0x1f,0x2f,0x1e,0x50,0xa7,0xd3,0xff, +0xff,0xf5,0x7f,0xff,0x8f,0x5f,0x5f,0x53,0x43,0x62,0xf2,0xf1,0xe5,0x6a,0xea,0x6f, +0x3f,0x3e,0x58,0x7e,0x57,0xff,0xff,0xf5,0x84,0x40,0x1f,0x31,0x1d,0x40,0x00,0x20, +0x00,0x20,0x24,0x28,0xf3,0x25,0x1f,0x72,0x10,0x09,0xa6,0x1a,0xfe,0xfe,0x04,0xf7, +0xfa,0xfe,0x2e,0x70,0x8f,0xf7,0x44,0xbf,0xb0,0x00,0x9c,0xc0,0x7e,0xee,0x60,0x7f, +0xdf,0xbe,0x72,0x6f,0x83,0x64,0x93,0x17,0xf9,0x10,0x4a,0xda,0x54,0x42,0x70,0x07, +0x9c,0x77,0x8e,0xe8,0x10,0x65,0x51,0x00,0x05,0xd8,0xaa,0x01,0x11,0x60,0x80,0x13, +0xf1,0x29,0xf1,0x1f,0xff,0xff,0x50,0x0c,0x8c,0x66,0xe2,0x9f,0x10,0x6f,0x8f,0x30, +0xdb,0xf7,0x00,0x8f,0xf8,0x00,0x9f,0xe2,0x00,0x09,0xdb,0x8e,0xf9,0xcf,0x90,0x7f, +0xdf,0xb6,0x0c,0x53,0x30,0x35,0x36,0x5b,0xff,0xff,0x50,0x6b,0xfa,0x71,0x2e,0x82, +0x00,0x89,0xe7,0xb2,0x2e,0x82,0x20,0xa6,0xa2,0x4f,0x60,0x3f,0x03,0x29,0x10,0x10, +0x12,0x8a,0x00,0xf0,0x24,0x08,0xc0,0x00,0x09,0x96,0xbf,0xff,0xff,0x33,0xf7,0xe2, +0x5f,0x5a,0x20,0x9f,0xf5,0x1d,0xb4,0xe8,0x00,0x7c,0xab,0xff,0xec,0xf1,0x5f,0xbe, +0x89,0x55,0x45,0x05,0xa7,0x84,0xc7,0xb8,0x00,0x38,0xac,0x0e,0x5b,0x86,0x26,0x9d, +0x88,0xf1,0xb9,0xb5,0x86,0x94,0xf5,0x07,0xd7,0x2f,0x05,0xfc,0x09,0xf2,0x5d,0x2f, +0x14,0xb3,0x4d,0x42,0x09,0x98,0x6e,0xb9,0xdc,0x54,0xf9,0xe5,0xe5,0xae,0xb0,0x7d, +0xf4,0x4e,0xcf,0xff,0x80,0xa9,0xd6,0xe2,0xdf,0x51,0x6f,0xff,0xce,0x4f,0xfd,0x13, +0x51,0x67,0xfe,0xae,0xb7,0x2b,0xdb,0x8e,0x74,0xd1,0x05,0x9d,0x8a,0xf3,0x48,0x32, +0x65,0x60,0x4f,0xff,0xff,0xb0,0x01,0xd1,0x14,0x4f,0x74,0x10,0x7a,0x43,0xcc,0xfd, +0xc2,0x1e,0x4f,0x37,0x9f,0xb8,0x08,0xff,0x70,0x67,0x77,0x70,0x17,0xc9,0x4f,0xff, +0xff,0x44,0xfc,0xf7,0xd6,0x26,0xd4,0x48,0x57,0x41,0xd5,0xd1,0x02,0xac,0x96,0x1f, +0x3d,0x21,0x5a,0xd6,0xab,0xb2,0xd8,0x86,0x65,0x18,0xd1,0x07,0x41,0x04,0x70,0x36, +0xf5,0x27,0x2f,0x21,0xff,0xff,0x90,0x0a,0x87,0x25,0x66,0xb9,0x06,0xf9,0xf2,0x79, +0x9d,0x90,0x5b,0xf7,0x9c,0xcc,0xee,0x30,0xca,0xc5,0x86,0xf5,0x61,0x8f,0xff,0x9f, +0x7f,0x6e,0x12,0x42,0x71,0x5b,0xff,0x20,0x4b,0xec,0x4d,0xef,0xea,0x06,0x9e,0x9b, +0xa4,0xf3,0xe3,0x75,0x70,0x00,0xfb,0x00,0x46,0x01,0xf0,0x0c,0x16,0x10,0x00,0x5e, +0x00,0x5a,0xf6,0x51,0x0c,0x7c,0x4f,0xa9,0xaf,0x37,0xfa,0xe2,0xfd,0xdd,0xf3,0x7d, +0xf7,0x1f,0x64,0x5f,0x30,0xac,0xf2,0x75,0x2e,0xf7,0x0c,0xdf,0x63,0x2f,0x57,0x14, +0x96,0x99,0xec,0xff,0xd2,0x49,0xcc,0x3e,0x5f,0xf8,0x06,0x9e,0x4d,0xa3,0xf7,0xf7, +0x65,0x40,0x30,0xed,0x13,0x10,0xbc,0x36,0xf0,0x03,0x4e,0x00,0x02,0xf1,0x00,0x0a, +0x86,0x5f,0xee,0xef,0x12,0xf6,0xf6,0xd0,0x00,0xf1,0x8f,0xf7,0x04,0x53,0xf2,0x12, +0x8c,0xb4,0xd2,0x22,0x21,0x5f,0xbf,0x9f,0xdf,0xed,0x64,0x86,0x9a,0xf8,0xcb,0x86, +0x3a,0xbe,0xad,0xff,0xff,0x66,0x9d,0x9f,0x97,0xcb,0x76,0x86,0x70,0xb6,0x77,0x6b, +0x40,0x39,0x2c,0xf0,0x22,0xfe,0xfe,0xff,0xef,0x10,0x9b,0x4f,0x3b,0x95,0xf1,0x06, +0xaa,0xbf,0xca,0xaa,0x10,0xcc,0xcc,0xfc,0xcc,0xc4,0x00,0xbc,0xdf,0xcc,0xc4,0x00, +0x0e,0xb9,0x99,0x9f,0x50,0x00,0xec,0xaa,0xaa,0xf5,0x00,0x0e,0x96,0x66,0x6f,0x50, +0x00,0xea,0x77,0x77,0xf6,0x02,0xa0,0x16,0x00,0x79,0x3f,0xf1,0x2a,0x30,0x25,0x00, +0xff,0xfd,0x3f,0x08,0xc0,0x02,0xf6,0xd1,0xe5,0xa8,0x0d,0xff,0xff,0xcf,0xff,0xf3, +0x17,0xe8,0xd0,0x0d,0x60,0x00,0xff,0xfd,0x4f,0xff,0xf0,0x0d,0x82,0x21,0x3d,0x93, +0x07,0xff,0xff,0x78,0xec,0x83,0x5c,0x92,0xf6,0x7e,0xb7,0x30,0x8f,0xef,0x10,0xd6, +0x00,0x08,0xb3,0x30,0x0d,0x60,0x32,0x3a,0xd2,0x15,0x00,0x2e,0xef,0xfe,0xed,0x80, +0x02,0x22,0xac,0x5e,0xa2,0x11,0xbb,0x06,0xf0,0x05,0x04,0xdf,0x51,0x10,0x00,0x5c, +0xff,0xed,0xdd,0x60,0x3f,0x99,0xf5,0x44,0x40,0x00,0x10,0xab,0xbb,0xdf,0x6c,0x36, +0x20,0x2b,0xb0,0x6f,0x06,0x14,0xd3,0xf1,0x00,0x40,0x11,0xba,0x11,0x29,0xe1,0x11, +0x00,0x59,0x31,0x41,0xa9,0x3e,0x80,0x03,0x47,0x09,0x71,0x02,0x28,0xee,0x52,0x22, +0x11,0x7e,0x26,0x2e,0x61,0xaf,0x63,0x33,0xf5,0x00,0x01,0x08,0x0a,0x11,0x1f,0x0b, +0x00,0xf1,0x0c,0xfe,0xdd,0xdf,0x50,0x04,0x4b,0xa2,0xf3,0x65,0x01,0xbb,0xea,0x2f, +0xfb,0x60,0x14,0x6d,0xa2,0xf3,0x08,0x34,0xda,0xda,0x0e,0xff,0xf3,0x00,0xe9,0x29, +0xf4,0x0b,0x0f,0x96,0x66,0x9f,0x10,0x00,0xf9,0x77,0x79,0xf1,0x00,0x0f,0xee,0xee, +0xef,0x10,0x00,0xf4,0x00,0x16,0xf1,0x00,0x0f,0x40,0x0a,0xfb,0x28,0x0f,0xf1,0x28, +0x33,0x0f,0x40,0x20,0x0c,0xa6,0xe1,0xfb,0xfb,0x04,0xff,0xff,0x7f,0x92,0x31,0x05, +0x32,0x51,0xf9,0x5c,0x80,0xff,0xef,0x29,0xdc,0xa2,0x0f,0xbb,0xf2,0xf4,0x35,0x00, +0xf7,0x6f,0x2f,0xdf,0xa0,0x0f,0xff,0xf2,0xf9,0x12,0x10,0xf4,0x4f,0x2f,0x83,0xa9, +0x0f,0x4e,0xb0,0x9e,0xec,0x30,0x00,0x5b,0x2e,0x12,0x7e,0x88,0x26,0xf0,0x04,0x76, +0xf4,0x44,0x44,0xf7,0x6f,0x44,0x44,0x4f,0x76,0xfe,0xee,0xee,0xf7,0x6e,0x22,0x22, +0x2e,0x76,0xa7,0x24,0x41,0x6e,0x00,0x00,0x0e,0x09,0x00,0x51,0x6f,0x33,0x33,0x3e, +0x70,0x55,0x02,0x42,0x03,0x36,0xf6,0x33,0x87,0x24,0xf8,0x19,0x3f,0x31,0x11,0x4f, +0x20,0x3f,0xee,0xee,0xef,0x20,0x3f,0x53,0x33,0x5f,0x20,0x3f,0xff,0xfe,0xef,0x20, +0x3f,0x23,0xf5,0x1b,0x80,0x3f,0x20,0x8f,0xec,0x20,0x6f,0x9b,0x97,0xfd,0x82,0xbf, +0xc8,0x30,0x29,0xd2,0xe3,0x1b,0x30,0xdb,0x33,0x20,0x17,0x48,0x91,0xfe,0x00,0x02, +0xdf,0x73,0x7f,0x63,0x20,0x6f,0x5b,0x01,0x61,0x6e,0x00,0xf3,0x0b,0x80,0x05,0x0b, +0x00,0x70,0x5f,0x44,0x44,0x4b,0x70,0x05,0xe0,0x7c,0x3d,0x50,0x4f,0x43,0x22,0x24, +0xe7,0x0a,0x06,0x11,0xfb,0xbb,0x0d,0xf4,0x23,0xff,0x54,0x57,0xf7,0x59,0xea,0x92, +0x03,0x49,0x43,0x7c,0x9c,0x02,0xfd,0xdd,0xde,0xfd,0xd3,0x2f,0x8b,0xca,0x7f,0x5a, +0x03,0xf9,0xdf,0xc4,0xfd,0x70,0x3f,0x99,0x5c,0x3f,0xf1,0x05,0xe9,0xae,0x82,0xea, +0x21,0xaa,0x8d,0xdd,0xee,0xea,0x7a,0x40,0x00,0x5c,0x1a,0x32,0x31,0x11,0x54,0x6e, +0x0b,0xc1,0x64,0xff,0xff,0xf0,0x5f,0x80,0x13,0x33,0x33,0x03,0x77,0xf1,0xda,0x37, +0xe0,0xae,0xee,0xee,0x42,0xef,0x44,0x55,0xbe,0x51,0x8e,0xf4,0x00,0x08,0xc0,0xd3, +0x43,0x31,0x8c,0x00,0x00,0x0b,0x00,0xf2,0x4f,0x0f,0x40,0x15,0xbc,0x00,0x00,0xf4, +0x01,0xed,0x60,0x00,0x00,0x61,0x12,0x52,0x00,0x00,0x8e,0x8e,0xfb,0x6c,0xfa,0x5f, +0x55,0x9f,0xa9,0x22,0x11,0x5e,0xa9,0xf9,0x90,0x00,0x09,0xf7,0xcf,0xcb,0xff,0xd5, +0xfe,0x7c,0xfb,0xc5,0xf4,0x3b,0xe7,0xcf,0xbc,0x1f,0x10,0x4e,0x38,0xf9,0x61,0xf1, +0x04,0xe3,0x8f,0x96,0x1f,0x10,0x4e,0x8d,0xfe,0xe5,0xf1,0x04,0xe2,0x22,0x10,0xdb, +0x00,0x03,0x44,0x4f,0x84,0x44,0x00,0x8c,0xcc,0xfe,0xcc,0xc2,0x01,0xaa,0xaf,0xca, +0xa8,0x00,0x36,0x66,0xfa,0x66,0x61,0xdc,0x09,0xf1,0x0c,0x02,0xbe,0x6f,0x23,0xa1, +0x2a,0xff,0x30,0xbd,0xf9,0x01,0xa6,0xf3,0x35,0xed,0x10,0x00,0x6f,0xff,0x92,0xdf, +0x80,0x06,0xb5,0x10,0x00,0x74,0x96,0x37,0x80,0x02,0x77,0x7a,0xf9,0x77,0x71,0x28, +0x88,0xc3,0x12,0xf0,0x26,0x0b,0xee,0xee,0xec,0x00,0x27,0xeb,0x77,0x7b,0xe7,0x32, +0x9e,0xb7,0x77,0xbf,0x93,0x00,0xcf,0xee,0xef,0xd0,0x00,0x05,0xdc,0x5f,0x49,0xc0, +0x5d,0xff,0x30,0x9f,0xd2,0x01,0x63,0xfc,0xe7,0xaf,0xd4,0x00,0x3b,0x74,0x00,0x39, +0x20,0x06,0x2f,0x10,0x5f,0x20,0x00,0x9a,0xf9,0xff,0x50,0x0f,0xf1,0x1b,0x11,0x5f, +0x31,0x03,0xdf,0xf3,0x7a,0xf8,0x72,0x27,0x2f,0x4d,0xcc,0xcc,0x43,0xcd,0xfd,0xfd, +0xcc,0xc9,0x03,0x5d,0xe9,0xf4,0x9d,0x32,0xdf,0xf1,0x0b,0xfd,0x40,0x03,0x7f,0xcf, +0x49,0xfd,0x60,0x06,0x84,0x10,0x02,0x74,0xae,0x04,0xf8,0x28,0x01,0xee,0xfd,0x95, +0xd3,0xf0,0x5c,0x9f,0x77,0x5d,0x3f,0x04,0x8a,0xf8,0x85,0xd3,0xf0,0x0f,0xdf,0xdd, +0x38,0x3f,0x00,0xf2,0xea,0xd0,0x5d,0xf0,0x16,0x4b,0x6f,0x65,0xb7,0x16,0xdd,0xef, +0xff,0xde,0xe6,0x27,0xbf,0x82,0xe7,0xda,0x02,0x99,0xe4,0x73,0xfd,0x50,0x00,0x9f, +0xb7,0x02,0x9e,0xf7,0x2b,0xf6,0x28,0x4c,0x00,0xcb,0x22,0x21,0x25,0xd4,0x5f,0xff, +0xff,0x84,0xac,0xee,0xfa,0xaa,0xb0,0x00,0xc8,0x3f,0xbb,0xcf,0x00,0x8f,0xd6,0xf8, +0x79,0xf0,0x6f,0xfe,0x18,0xfb,0x77,0x05,0x9e,0xa4,0xcf,0xff,0xd0,0x03,0xe0,0xdd, +0xe7,0xf6,0x00,0x3e,0x04,0x7f,0xfd,0x62,0x03,0xe0,0xda,0x52,0x7c,0x70,0xf5,0x0a, +0x71,0x70,0x23,0x6f,0x3c,0x93,0x31,0x09,0x60,0x14,0x61,0x9a,0x3f,0x0b,0x72,0xf1, +0x09,0x65,0x28,0xf3,0x0d,0x55,0x6f,0xa5,0x55,0x53,0x3d,0xdf,0xfd,0xdf,0xfd,0x90, +0x06,0xfa,0x47,0xf3,0x00,0x00,0x39,0xff,0xfe,0x72,0x00,0xdf,0xeb,0x63,0x7d,0xe2, +0x01,0x54,0x38,0x00,0x60,0x1d,0x53,0x0f,0x63,0x33,0x6f,0x10,0x0b,0x00,0xf4,0x15, +0x86,0x66,0x8f,0x10,0x00,0xf9,0x88,0x89,0xf1,0x00,0x0f,0xed,0xdd,0xef,0x10,0x00, +0x4d,0xb4,0xf8,0x40,0x00,0x02,0xf6,0x0f,0x50,0x75,0x16,0xed,0x00,0xf8,0x4c,0x84, +0xf9,0x10,0x09,0xff,0xcc,0x10,0xf3,0x27,0xd6,0x0b,0xff,0xff,0x22,0xaf,0xc8,0xb9, +0x35,0xf2,0x28,0xeb,0x6b,0xff,0xff,0x20,0x2d,0x72,0xbb,0x78,0xf2,0x6e,0xff,0xdb, +0xb7,0x8f,0x20,0x1f,0x80,0xbf,0xff,0xf2,0x04,0xfe,0x53,0xf9,0xf3,0x00,0x9b,0x6d, +0x4f,0x5f,0x00,0x3f,0x50,0x4c,0xa3,0xf6,0x93,0xa0,0x0c,0xb0,0x1e,0xf7,0xdf,0x05, +0x12,0x30,0x34,0x35,0xf4,0x26,0xef,0xff,0xf0,0x47,0xe9,0x1e,0x51,0x4f,0x07,0xcc, +0xf5,0xef,0xee,0xf0,0x00,0x9c,0x0e,0x97,0x8f,0x00,0x9f,0xb0,0xe9,0x68,0xf0,0xbf, +0xfe,0x9e,0xff,0xff,0x05,0x2f,0x52,0x5f,0x6e,0x10,0x00,0xf3,0x08,0xc4,0xe2,0x20, +0x0f,0x35,0xf5,0x4e,0x7b,0x00,0xf5,0xd6,0x01,0xde,0x50,0x69,0x1a,0x13,0x00,0xac, +0x38,0xc1,0x3c,0xcc,0xcf,0xfc,0xcc,0x91,0x45,0x55,0x55,0x55,0x43,0x00,0x80,0x4a, +0x00,0x13,0x20,0x30,0x10,0x00,0x57,0x2d,0x10,0xa0,0x0a,0xcc,0xcc,0xcc,0x40,0x00, +0xd9,0x44,0x44,0xf5,0xbf,0x27,0x74,0x4f,0x50,0x00,0xde,0xcc,0xcc,0xf5,0x63,0x06, +0xf1,0x1d,0x20,0x00,0xf5,0x00,0x48,0xea,0x80,0x0f,0x50,0x03,0x88,0x87,0x00,0xf5, +0x00,0x0c,0xcc,0x7d,0xef,0xee,0x50,0xbb,0xb6,0x66,0xf9,0x62,0x06,0x66,0x30,0x0f, +0x50,0x00,0xff,0xfa,0x00,0xf5,0x00,0x0f,0x28,0xa0,0x0f,0x50,0x00,0xfe,0x0b,0x00, +0x22,0x32,0x10,0x8a,0x2a,0x11,0x20,0x27,0x3d,0x00,0xa5,0x21,0xf2,0x26,0xbf,0xff, +0xf0,0x9e,0xfe,0xd2,0x33,0x7f,0x01,0x44,0x43,0x00,0x04,0xf0,0x1e,0xee,0x62,0x33, +0x6f,0x02,0x77,0x74,0xaf,0xff,0xf0,0x27,0x77,0x4a,0xa0,0x28,0x02,0xff,0xf5,0xaa, +0x00,0x00,0x2f,0x1c,0x6a,0xa0,0x09,0x72,0xfc,0xf6,0xac,0x44,0xd8,0x2f,0x33,0x14, +0xef,0xfd,0x20,0xfe,0x00,0xf2,0x28,0x1f,0x40,0x5f,0xff,0x40,0x38,0xda,0x76,0xc3, +0xf4,0x03,0x88,0x87,0xb8,0x0e,0x61,0x0e,0xff,0xde,0x20,0x9f,0x60,0x78,0x86,0xa8, +0x88,0x81,0x07,0x77,0x6e,0xca,0xde,0x00,0xef,0xf7,0x8d,0x2e,0x70,0x0e,0x4a,0x70, +0xdf,0xc0,0x00,0xef,0xfc,0xdf,0xcf,0xe6,0x0e,0x52,0x4c,0x30,0x5d,0x40,0x57,0x09, +0x01,0xc7,0x0f,0xf0,0x2d,0x7a,0x08,0xff,0xff,0xf2,0xbe,0xed,0x43,0x5f,0x53,0x04, +0x55,0x51,0x02,0xf1,0x00,0x5f,0xfc,0x3f,0x2f,0x10,0x03,0x77,0x63,0xf2,0xff,0xf0, +0x37,0x76,0x3f,0x2f,0x32,0x05,0xff,0xd3,0xf2,0xf1,0x00,0x5c,0x4e,0x3f,0x2f,0x10, +0x05,0xc7,0xe8,0xf9,0xf8,0x73,0x5e,0xba,0xac,0xcc,0xcc,0x50,0x00,0x20,0x00,0x02, +0x10,0xa6,0x17,0xf3,0x25,0xb9,0x00,0x27,0xda,0x6f,0xff,0xff,0xc3,0x88,0x87,0x29, +0xc3,0x32,0x0e,0xff,0x63,0xf6,0xaa,0x00,0x78,0x83,0xce,0xfd,0x10,0x07,0x77,0x31, +0x9e,0x3e,0x60,0xef,0xf7,0xda,0x2c,0xc0,0x0e,0x3a,0x62,0x3d,0xf6,0x00,0xee,0xfa, +0xbf,0x96,0xf6,0x0e,0x42,0x6d,0x50,0x09,0x60,0x81,0x0f,0xf3,0x2a,0x01,0x00,0x11, +0x00,0x7c,0x00,0xe6,0x09,0xd0,0x68,0xe8,0x39,0xc3,0xe7,0x07,0x88,0x8a,0xff,0xff, +0xf3,0x5f,0xfe,0x00,0x4f,0x00,0x03,0x88,0x71,0xde,0xfd,0xc0,0x27,0x77,0x05,0x7f, +0x54,0x06,0xff,0xf4,0x79,0xf8,0x73,0x6a,0x2f,0x59,0xbf,0x99,0x36,0xfe,0xf0,0x03, +0xf0,0x00,0x6b,0x22,0x00,0x3f,0x24,0x08,0x02,0x80,0x41,0xf4,0x25,0xaa,0x05,0xff, +0xff,0xf2,0x37,0xb4,0x17,0x5d,0x3f,0x1a,0xbb,0xb9,0xc9,0x83,0xf0,0x5d,0xdb,0x56, +0xf5,0x8e,0x03,0x88,0x74,0xf7,0x4d,0x60,0x38,0x87,0x03,0x5a,0x01,0x06,0xff,0xea, +0xbd,0xd7,0xb0,0x6a,0x3e,0xea,0xd2,0x4e,0x36,0xfe,0xfe,0x5d,0x0b,0xb5,0x6b,0x22, +0x01,0x94,0x3e,0x21,0x01,0x30,0x29,0x1d,0x00,0xe3,0x1b,0xf0,0x0d,0x79,0xe9,0x43, +0xf4,0x21,0x06,0x88,0x87,0xff,0xff,0x40,0x5f,0xff,0x06,0xc0,0xe4,0x02,0x77,0x79, +0xee,0xbf,0xd2,0x27,0x77,0x47,0x77,0x76,0x15,0xd3,0x20,0xf0,0x02,0xa0,0x5b,0x1f, +0x5e,0x00,0xaa,0x05,0xfe,0xf5,0xfc,0xce,0xa0,0x5c,0x22,0x4f,0x55,0xca,0x83,0x00, +0x24,0x01,0x10,0xc6,0x00,0xf8,0x25,0xd8,0x08,0xd0,0x68,0xe8,0x27,0xe2,0xe8,0x07, +0x88,0x85,0xff,0xff,0xf0,0x6f,0xfe,0x3f,0x20,0x3f,0x03,0x88,0x73,0xf9,0x79,0xf0, +0x37,0x77,0x2b,0xfc,0xfa,0x06,0xff,0xf0,0x5d,0x5d,0x00,0x6b,0x3f,0x0a,0xa5,0xd4, +0x46,0xfe,0xf6,0xf5,0x5e,0x99,0x6b,0x22,0xc9,0x02,0xef,0xc0,0x03,0xf4,0x28,0x98, +0x02,0x37,0xf3,0x30,0x37,0xc4,0x7c,0xdf,0xcc,0x1a,0xcc,0xc3,0x9b,0xf9,0x70,0x4b, +0xb8,0x28,0x88,0x86,0x03,0x88,0x6a,0xff,0xff,0xf3,0x4b,0xb8,0xa8,0x83,0x5e,0x35, +0xff,0xd1,0x3f,0x7a,0x10,0x5c,0x5d,0x07,0xd7,0xa6,0x25,0xff,0xd5,0xf7,0x7b,0xb5, +0x5c,0x22,0xc9,0x03,0xee,0x10,0xd5,0x27,0x00,0x3d,0x07,0xf3,0x26,0x07,0xff,0xff, +0xf3,0x36,0xb4,0x7b,0x26,0x2d,0x39,0xbb,0xb8,0xa9,0xf7,0xd3,0x4c,0xc8,0x7a,0x4e, +0x3d,0x33,0x88,0x57,0xbe,0xed,0xd3,0x38,0x86,0x89,0x77,0x5d,0x36,0xff,0xb9,0x8e, +0x6b,0xd3,0x6a,0x4b,0xd6,0xfc,0xbd,0x36,0xff,0xdf,0x28,0x00,0xd3,0x6a,0x23,0xa0, +0x00,0xee,0x7f,0x4a,0x10,0x10,0x9e,0x0c,0x10,0x8c,0xad,0x46,0xf0,0x16,0x49,0xe7, +0x08,0xfe,0xb0,0x05,0x88,0xad,0xf9,0x6f,0xe5,0x3f,0xfa,0xcb,0xdd,0xda,0x31,0x88, +0x55,0x88,0x88,0x80,0x17,0x74,0x9b,0xec,0xbe,0x04,0xff,0xb9,0xae,0xca,0xe0,0x4c, +0x6b,0x9c,0xfd,0x0b,0x00,0x84,0x7d,0x97,0xe0,0x4c,0x21,0x97,0xb7,0xcb,0x09,0x12, +0x00,0x01,0x00,0xf0,0x03,0x59,0x01,0xd1,0x99,0x30,0x15,0xd4,0xdf,0xfb,0xbe,0x02, +0x99,0x98,0x7c,0x89,0x82,0x0e,0xfc,0x5a,0x04,0xf9,0x12,0x77,0x56,0x99,0x8b,0x61, +0x07,0x86,0xb7,0xe7,0xef,0x10,0xdf,0xbb,0xef,0x5f,0xa0,0x0e,0x3b,0xba,0xf7,0xf7, +0x50,0xee,0xbb,0xad,0xfe,0xd7,0x0e,0x21,0x00,0x97,0x4e,0x10,0x8d,0x44,0xf1,0x0a, +0xe5,0xe5,0x53,0x08,0xd7,0xb5,0xed,0xde,0x55,0xfc,0xbb,0xa7,0xee,0x40,0x0b,0x9e, +0xd6,0xaf,0xed,0x50,0x54,0x59,0xb8,0x20,0x63,0x48,0x0d,0x80,0x50,0x09,0x99,0x99, +0x99,0x10,0x00,0xab,0x08,0x1f,0x70,0x0f,0x98,0x88,0x8f,0x50,0x00,0xfb,0x89,0x08, +0xf0,0x19,0x07,0xcd,0xfc,0xfd,0xde,0x00,0x4c,0xdf,0xbf,0xdc,0xd0,0x07,0xdb,0xe9, +0xfb,0x99,0x50,0x4b,0xf7,0x2e,0x75,0xd7,0x1f,0xfb,0xaa,0xaa,0xf9,0x00,0x2f,0xba, +0xaa,0xaf,0x70,0x01,0xfa,0x99,0x99,0xf7,0x00,0x1f,0x0b,0x00,0xf4,0x32,0x06,0xcf, +0x60,0x5e,0xe7,0x10,0x87,0x10,0x00,0x04,0x92,0x1f,0xff,0xe0,0x0f,0x30,0x01,0xf1, +0x5e,0x00,0xf4,0x00,0x1f,0xef,0xe0,0x0f,0xff,0xa1,0xf2,0x5e,0x00,0xf6,0x21,0x1f, +0xee,0xe0,0x0f,0x40,0x01,0xf2,0x6e,0x8f,0xff,0xf3,0x1f,0xee,0xe8,0x91,0x2f,0x30, +0x99,0x88,0x88,0x00,0xf3,0x4f,0x53,0xfa,0xfe,0xef,0x34,0xa0,0x02,0x8a,0x45,0xea, +0x09,0x01,0x47,0x15,0xf4,0x21,0x0d,0xdd,0xfe,0xdd,0x90,0x00,0x66,0x6f,0xa6,0x64, +0x00,0x77,0x77,0xfb,0x77,0x75,0x1c,0xcc,0xfd,0xef,0xcc,0x70,0x1a,0x3f,0x38,0xd6, +0x60,0x09,0xd4,0xf2,0x8d,0x6f,0x13,0xf3,0x9e,0x08,0xd0,0xd9,0x01,0x7f,0x64,0xad, +0x03,0x10,0x0a,0x70,0xae,0x80,0xa0,0x09,0xf2,0x2d,0x2d,0x82,0x5f,0xff,0xe0,0x06, +0xff,0xff,0x12,0x26,0xe0,0x00,0x0c,0x70,0x01,0x16,0xe0,0x0b,0xff,0xff,0x9f,0xff, +0xe0,0x02,0x59,0xb1,0x4f,0x20,0x10,0x06,0xd8,0xfd,0x6f,0x10,0xa6,0x07,0xfa,0xb2, +0x2f,0xed,0xf3,0x08,0xff,0xa0,0x02,0x44,0x10,0x0b,0xcf,0xd5,0x44,0x44,0x43,0x0e, +0x43,0xbe,0xff,0xff,0xf7,0x02,0xe8,0x1d,0xf2,0x5e,0xff,0xda,0xee,0xee,0x62,0xe1, +0x5d,0xab,0x55,0x52,0x2e,0x26,0xda,0xa1,0x11,0x02,0xef,0xfd,0xaf,0xff,0xe0,0x02, +0x9b,0x0a,0xa2,0x6e,0x03,0xd9,0xfc,0xab,0x47,0xe0,0x3d,0x9c,0x3a,0xff,0xfe,0x03, +0xeb,0xda,0xa9,0x00,0x00,0x9f,0xd9,0x4a,0xfe,0xee,0x92,0x20,0x00,0x35,0x55,0x53, +0x12,0xd7,0x20,0x0f,0x30,0x06,0xbf,0xdb,0x11,0xf4,0x10,0x3c,0xfd,0xba,0xff,0xff, +0x24,0xcc,0x8e,0xa6,0xe3,0xf2,0x4e,0xeb,0xea,0x8e,0x5f,0x24,0xee,0xce,0xaf,0xff, +0xf2,0x14,0xe8,0x4a,0x6e,0x3f,0x2a,0xff,0xff,0xd6,0xe3,0xf2,0x11,0xd6,0x1a,0xff, +0xff,0x20,0x0d,0x50,0xa8,0x33,0xe2,0xb5,0x00,0xf2,0x27,0x3d,0x83,0x00,0xd5,0x00, +0x3b,0xfd,0xae,0xff,0xff,0xa1,0xae,0xc8,0x3d,0x67,0xa2,0x2e,0xca,0xc7,0xe1,0x4f, +0x42,0xff,0xed,0xeb,0x24,0xd9,0x2e,0xdb,0xc1,0xa9,0xd7,0x00,0x6e,0xa5,0x03,0xfe, +0x00,0x6f,0xff,0xe0,0x6f,0xe2,0x01,0x2d,0x73,0xaf,0x8b,0xf7,0x00,0xc6,0x0b,0x40, +0x08,0x66,0x06,0xf3,0x27,0x23,0xf3,0x6f,0xff,0xff,0xb6,0x9f,0x9b,0xd1,0x95,0x6a, +0x3c,0xfd,0x4c,0xff,0xff,0x75,0x9f,0xa5,0x46,0xda,0x62,0x7f,0xef,0x9a,0xae,0xbd, +0x60,0xe7,0xd0,0xad,0xfd,0xe6,0x0f,0x6d,0x18,0xae,0xcb,0x52,0xf9,0xfd,0xcc,0xfe, +0xca,0x8b,0x46,0x14,0x4d,0x94,0x34,0x40,0x00,0x00,0xc6,0x31,0x1c,0x30,0xf7,0x00, +0xd5,0x58,0x4a,0x50,0x07,0xf2,0x00,0x00,0x01,0x49,0x3d,0xa0,0x12,0x20,0x05,0xff, +0x10,0x07,0xff,0x00,0xac,0xd7,0xfa,0x37,0xf5,0x09,0x57,0xe1,0x00,0x3f,0x4e,0xc0, +0x1e,0xc2,0x04,0xf5,0xc0,0x00,0x3e,0x25,0xfa,0xd8,0x54,0x45,0x74,0x37,0x03,0x9c, +0xed,0xdd,0x56,0x18,0xf8,0x2a,0x31,0x00,0x01,0xa2,0x01,0x3f,0x61,0x00,0x0a,0xe1, +0xef,0xff,0xf5,0x00,0x06,0x0e,0x60,0x0e,0x50,0x24,0x40,0xef,0xff,0xf5,0x08,0xff, +0x2e,0x73,0x33,0x20,0x01,0xf2,0xee,0xee,0xfb,0x00,0x1f,0x2e,0x61,0x18,0xb0,0x01, +0xf2,0xef,0xff,0xfb,0x03,0xde,0xc4,0x11,0x12,0x43,0x3b,0x06,0xdf,0xff,0xff,0x98, +0x18,0xfb,0x23,0xc3,0x05,0xc0,0x0e,0x50,0x09,0xe1,0x4f,0x68,0xf4,0x00,0x07,0x2f, +0xff,0xff,0xe0,0x49,0x80,0x00,0xe7,0x00,0x04,0xaf,0x8f,0xff,0xff,0xf4,0x04,0xf1, +0x16,0xff,0x41,0x00,0x4f,0x02,0xda,0xbe,0x20,0x06,0xf3,0xfb,0x00,0xbb,0x09,0xfd, +0xcb,0x43,0x45,0x74,0x76,0x42,0x00,0x30,0x02,0xb1,0x0e,0x7b,0x5e,0xf3,0x20,0xe1, +0x0b,0xa9,0xd2,0x00,0x07,0x08,0x9e,0xfc,0x81,0x01,0x10,0xf8,0x9e,0x6f,0x29,0xff, +0x0f,0xff,0xfe,0xf2,0x15,0xf0,0xf9,0xae,0x8f,0x20,0x3f,0x0f,0x89,0xe7,0xf2,0x04, +0xf1,0xf3,0x4d,0xbe,0x14,0xfc,0xd6,0x21,0x12,0x44,0x59,0x05,0xcf,0xff,0x86,0x0e, +0x80,0x17,0x01,0x22,0xe7,0x22,0x01,0xdc,0x8f,0x04,0x42,0xd0,0x72,0x88,0xfb,0x88, +0x04,0x77,0x3f,0x4f,0x87,0xf0,0x5a,0xf4,0xfe,0x63,0x15,0xf3,0x0a,0x11,0xdf,0xf8, +0x10,0x02,0xf3,0xcc,0xfa,0xfb,0x00,0x2f,0x9d,0x1e,0x52,0xd1,0x3d,0xdd,0x72,0x94, +0x24,0x35,0x90,0x3a,0xff,0xff,0x48,0x1a,0xf0,0x25,0x19,0x22,0xfe,0xee,0xef,0x30, +0x8f,0x5f,0x88,0x88,0xf3,0x00,0x33,0xf8,0xd5,0xca,0x15,0xcc,0x4e,0xcf,0xcf,0xd2, +0x39,0xf5,0xd6,0x8f,0x97,0x00,0x4f,0x8b,0x68,0xf9,0x70,0x04,0xfd,0xbe,0xef,0xee, +0x60,0x6f,0xa1,0x00,0xf2,0x00,0x5f,0xce,0x83,0x34,0x47,0x64,0xa0,0x4b,0x3a,0x16, +0x07,0xe8,0x15,0xf1,0x25,0xe7,0x03,0xff,0xff,0x00,0x05,0xf2,0x3e,0x22,0xf0,0x00, +0x05,0x03,0xfd,0x4f,0x00,0x47,0x71,0x9e,0xb9,0xf6,0x06,0xcf,0x2f,0x98,0x8b,0xd0, +0x04,0xf2,0xf6,0xef,0x6d,0x00,0x4f,0x2f,0x6b,0xf6,0xd0,0x07,0xf3,0xf5,0x63,0xfb, +0x08,0xed,0xc6,0x32,0x34,0x75,0x75,0x08,0xef,0xfe,0x00,0x11,0x01,0x03,0x00,0xf7, +0x2a,0x80,0x00,0x03,0xf5,0x7c,0xcf,0xdc,0xc4,0x08,0xe2,0x6f,0x38,0xe3,0x10,0x01, +0x5e,0xfe,0xff,0xe2,0x00,0x05,0xd5,0xc8,0x5f,0x28,0xfe,0x5c,0x8d,0xb6,0xf2,0x16, +0xe5,0xc8,0xcc,0x5f,0x20,0x5e,0x5c,0xac,0xe8,0xf2,0x08,0xf7,0xc4,0x10,0xec,0x05, +0xfa,0xf8,0x54,0x45,0x86,0x37,0x04,0xad,0xee,0xdd,0x40,0x01,0xf4,0x27,0x03,0xd2, +0x6e,0xeb,0xcd,0xe6,0x0b,0xe7,0xdc,0xbc,0xbd,0x60,0x17,0x6c,0x6a,0xca,0x76,0x00, +0x01,0xad,0xa5,0xdc,0x56,0xdd,0x29,0xfa,0xbf,0x92,0x17,0xf1,0x5f,0x78,0xe5,0x10, +0x4f,0xaf,0xff,0xff,0xf9,0x04,0xf1,0xae,0x33,0xe7,0x02,0xcd,0xde,0x52,0x14,0xa4, +0x4c,0x01,0x8e,0xff,0x73,0x33,0x11,0x45,0x09,0x01,0xf0,0x05,0xd1,0x18,0xff,0xe2, +0x7f,0xff,0xfd,0x8b,0x6f,0x10,0xb7,0x1f,0x48,0x98,0xb0,0x29,0xc7,0xf3,0x8a,0xd5, +0xa0,0x65,0xf1,0x0b,0xac,0x80,0x03,0x33,0x32,0x89,0x3f,0x03,0xff,0xff,0xa8,0x91, +0xf2,0x3f,0x00,0x9a,0x8b,0xde,0x03,0xfe,0xef,0xa8,0xa3,0x00,0x3f,0x33,0xbb,0x25, +0xf0,0x01,0xdc,0xaa,0xaa,0xf4,0x00,0x0d,0xca,0xaa,0xaf,0x40,0x00,0xab,0xaa,0xaa, +0xb3,0x03,0xe2,0x2f,0xf4,0x0c,0xea,0x00,0xaa,0xaa,0xaa,0xa6,0x00,0x0f,0xba,0xfc, +0xae,0x80,0x00,0xfa,0x9f,0xb9,0xe8,0x00,0x3b,0xbb,0xfc,0xbb,0x80,0x00,0x11,0x1e, +0x61,0x73,0x1f,0x11,0x30,0xc2,0x1b,0xf0,0x25,0x30,0xff,0xff,0xa0,0x3e,0xbf,0x62, +0x22,0x8a,0x0c,0xd6,0xb6,0xce,0xef,0xa0,0x39,0xf6,0x49,0x99,0xcd,0x28,0xef,0xd5, +0x87,0xf5,0x81,0x36,0xe7,0x3f,0x7f,0x7e,0x16,0x9d,0xd1,0x6c,0xfe,0x10,0x3a,0xeb, +0x5e,0xdf,0xe9,0x06,0xcf,0xfb,0x95,0xe2,0xd4,0x57,0x30,0x00,0xe9,0x3d,0x41,0x00, +0x1f,0x37,0x41,0x07,0xd1,0x11,0x11,0x0b,0x00,0xc2,0xf0,0x00,0x07,0xe8,0x88,0x88, +0x00,0x01,0x7e,0x77,0x77,0x71,0xdd,0x0c,0xf2,0x3e,0x01,0xba,0x1a,0xd2,0xbd,0x10, +0x0a,0x90,0x1e,0xfb,0x20,0x01,0xed,0xcd,0x2d,0xfb,0x50,0x0c,0xa6,0x20,0x06,0xc5, +0x1f,0xff,0xf4,0xff,0xff,0x21,0xf8,0x8f,0x4f,0x88,0xf2,0x1f,0x87,0xf4,0xf7,0x7f, +0x21,0xff,0xff,0x4f,0xee,0xf2,0x1f,0x37,0x77,0x77,0x3f,0x21,0xf3,0x8f,0x7f,0x83, +0xf2,0x1f,0x6d,0xfc,0xfd,0x6f,0x21,0xf4,0x8d,0x4f,0x53,0xf2,0x1f,0x2b,0x80,0xf4, +0x6f,0x21,0xf4,0xb0,0x0c,0x6f,0xb0,0x5c,0x30,0xa3,0xf5,0x7f,0x2f,0x34,0xf2,0x1f, +0xcd,0xf2,0xfc,0xcf,0x5c,0x30,0x70,0x65,0x51,0x55,0x6f,0x21,0xf2,0xdf,0x51,0x30, +0x80,0x2d,0xa7,0xc9,0x2f,0x21,0xf2,0xd9,0x5c,0x0b,0x00,0x62,0xff,0xfb,0x7f,0x21, +0xf2,0x93,0x4e,0x4a,0xf4,0x2a,0x16,0x00,0x03,0xff,0xd0,0x0b,0xf3,0x00,0x3e,0x7c, +0x0a,0xd8,0xf4,0x03,0xe9,0x9d,0xe2,0x07,0xf7,0x3e,0xb5,0x6f,0xff,0xfb,0x13,0xe5, +0xb0,0x25,0xf3,0x10,0x3e,0x3e,0xef,0xff,0xff,0x63,0xed,0xc3,0x84,0xf4,0x60,0x3e, +0x30,0xbb,0x3f,0x4f,0x13,0xe0,0x4f,0x35,0xf0,0xa8,0x3e,0x00,0x24,0xfb,0x01,0x16, +0x03,0x20,0x30,0x32,0xfc,0x23,0xf1,0x0f,0xd4,0xdb,0x44,0x40,0x00,0xbf,0xaa,0xfd, +0xaa,0x90,0x0b,0xff,0xdd,0xfe,0xdd,0x50,0x01,0x8f,0x88,0xec,0x88,0x30,0x00,0x6f, +0x77,0xeb,0x77,0x30,0x00,0x6f,0xf2,0x41,0xf1,0x08,0x89,0x79,0xf7,0x77,0x71,0x06, +0x99,0xef,0xff,0xe9,0x92,0x04,0x8e,0xd8,0xf6,0xee,0x81,0x08,0xb5,0x04,0xf0,0x06, +0xb2,0xa1,0x02,0xf1,0x2a,0x02,0x6a,0xd6,0x54,0xbd,0x30,0x4b,0xaa,0xa9,0x99,0x96, +0x10,0xe9,0xda,0xaf,0xff,0xf7,0x0e,0xa9,0xcd,0xf6,0xd6,0x00,0xac,0xfb,0x6b,0xef, +0xe5,0x3c,0xcf,0xca,0xa6,0xd6,0x03,0xdb,0xb7,0xda,0xff,0xf5,0x3d,0xfd,0xbd,0xa5, +0xc4,0x03,0xc5,0x29,0xda,0xff,0xf9,0x3c,0x01,0xc7,0xa7,0x33,0x20,0x07,0xae,0x3e, +0xf0,0x1d,0x88,0x89,0xfa,0x88,0x83,0x3f,0x88,0x9f,0x98,0x8e,0x62,0xa9,0xd8,0xf8, +0xda,0x84,0x00,0x79,0x5a,0x59,0x90,0x00,0x3f,0xee,0xfe,0xdf,0x50,0x03,0xfa,0xbf, +0xba,0xf5,0x00,0x3f,0xbb,0xfb,0xaf,0x71,0x03,0xf3,0x4f,0x63,0x39,0xa0,0x56,0x1b, +0x21,0xf4,0x07,0xf5,0x1d,0x02,0x1b,0x17,0xf0,0x03,0xdd,0xdf,0xed,0xd7,0x01,0x99, +0x99,0xfc,0x99,0x95,0x05,0x78,0x88,0x88,0x86,0x30,0x0b,0xec,0xe2,0x3d,0x90,0xbd, +0xaa,0xaa,0xf3,0x00,0x0b,0xec,0xcc,0xdf,0x23,0x09,0x70,0x13,0xf3,0x00,0x0b,0x90, +0x08,0xec,0x72,0x22,0xf0,0x10,0xe7,0x00,0x03,0xff,0xfe,0x0e,0xff,0xf5,0x15,0x59, +0xe0,0xea,0x55,0x10,0x44,0x9e,0x0e,0xa4,0x40,0x1f,0xff,0xe0,0xef,0xff,0x10,0x00, +0x6e,0x0e,0x70,0x00,0x7f,0x0b,0x00,0x61,0x82,0x55,0x9e,0x0e,0x94,0x42,0x2c,0x00, +0x11,0x00,0x16,0x00,0x03,0x6f,0x0e,0x01,0xb3,0x2d,0xf1,0x18,0x33,0x36,0xf6,0x33, +0x32,0x07,0x99,0xbf,0x99,0x99,0x10,0xbe,0xef,0xde,0xfd,0xf2,0x0b,0x85,0xd4,0xaa, +0x2f,0x20,0xb8,0x5f,0xbe,0xa2,0xf2,0x0b,0x85,0xe8,0xca,0x2f,0x20,0xb8,0x5e,0x5a, +0xa2,0xf2,0x0b,0x07,0x16,0x52,0xba,0x33,0x33,0x35,0xf2,0xc1,0x03,0x51,0x13,0x34, +0xf8,0x33,0x30,0x1d,0x16,0x00,0xb1,0x0a,0x13,0xd9,0x4d,0x00,0x70,0x34,0x44,0x44, +0x44,0x32,0x00,0xdf,0x28,0x04,0x50,0x0d,0x93,0x33,0x3f,0x60,0x33,0x13,0x11,0xf6, +0xe5,0x0a,0x10,0x60,0xe5,0x0a,0x13,0xf6,0x01,0x04,0xf0,0x26,0xf0,0x2e,0xaf,0xff, +0xf8,0x1f,0x87,0xe2,0x4d,0xa4,0x11,0xf8,0x7e,0x6f,0xdd,0xf4,0x1f,0x87,0xe6,0xd6, +0x6f,0x41,0xf8,0x7e,0x6e,0x77,0xf4,0x1e,0x87,0xe6,0xfc,0xcf,0x42,0xd8,0x7e,0x6d, +0x44,0xf4,0x4c,0x87,0xe5,0xdd,0xdd,0x38,0x84,0x4e,0x3d,0x57,0xc2,0x43,0x00,0x8b, +0x60,0xe5,0x4a,0x01,0x02,0x4a,0xfa,0x23,0xec,0xbe,0xff,0xe4,0x2f,0x9c,0xc2,0x7f, +0x97,0x02,0xf6,0xac,0x6d,0x79,0xf0,0x1b,0xbb,0x96,0xfd,0xef,0x06,0xaa,0xaa,0x9e, +0xab,0xf0,0x38,0xb9,0x37,0xe8,0xaf,0x03,0xd9,0xfe,0x4c,0x9b,0x90,0x4f,0xc7,0x08, +0xf2,0x8d,0x19,0xdf,0xa3,0xb4,0x00,0x93,0xb3,0x4b,0x79,0x05,0x00,0x57,0x0c,0xf4, +0x25,0xe6,0xd0,0x02,0x36,0x34,0x3f,0xf8,0x02,0xbf,0xec,0xb0,0xcb,0xc2,0x04,0xf2, +0x8b,0x05,0xe9,0x87,0xef,0xef,0xfe,0xe6,0xc2,0x26,0xf4,0xac,0x4f,0xbd,0x10,0x5e, +0x08,0xb0,0xff,0xd2,0x0a,0xb0,0x8b,0x0c,0x96,0x13,0xf5,0x08,0xb0,0x7e,0x78,0x5a, +0x00,0x8b,0x00,0xaf,0x60,0x88,0x26,0xf0,0x0b,0x00,0x00,0x03,0x66,0x6a,0xf7,0x66, +0x60,0x6b,0xbb,0xbb,0xbb,0xbb,0x10,0x1e,0xee,0xee,0xeb,0x00,0x01,0xf7,0x55,0x5b, +0xc0,0x00,0x18,0x7e,0x48,0x10,0x4f,0x26,0x21,0xf2,0x07,0x04,0xf2,0x99,0x99,0x67, +0xd0,0x4f,0x2f,0x66,0xb9,0x7d,0x04,0xf2,0xfe,0xee,0x97,0xd0,0x4f,0x16,0x00,0x08, +0xe8,0xd3,0x08,0x80,0xb0,0x00,0x02,0x7b,0xff,0xff,0x00,0x1d,0x67,0x3a,0xd0,0x04, +0xff,0xff,0xc7,0x8f,0x00,0x4f,0xa5,0x10,0x06,0xf0,0x04,0xf2,0xe7,0x53,0x31,0x4f, +0x20,0x00,0x0b,0x00,0xe1,0x8e,0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe,0xff,0xf1,0x00, +0x5b,0xb4,0x9f,0x21,0x10,0x11,0x11,0xe4,0x0a,0xf0,0x29,0x34,0x44,0x44,0x30,0x1d, +0x9f,0xdc,0xcc,0xdf,0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10,0x00,0x1f,0x8d, +0xc3,0xfb,0xaa,0xab,0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1,0x00,0x01,0xf4, +0xcd,0x6f,0x20,0x00,0x2f,0x6d,0xb5,0xff,0xff,0xff,0xf5,0xb0,0xef,0xe3,0xef,0xff, +0xff,0xdf,0xff,0x20,0x1d,0xe0,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7,0x87,0x07,0x88,0x88, +0x86,0xff,0xf5,0xff,0x01,0x00,0x00,0xad,0x00,0x71,0x35,0x40,0x45,0x55,0x55,0x3f, +0xff,0xc1,0x01,0x10,0xf5,0x08,0x04,0x55,0xba,0x1a,0xbb,0xbb,0xba,0xa9,0x05,0x21, +0x04,0xf9,0x47,0x09,0xf0,0x01,0xc1,0x50,0x00,0x04,0xff,0xc0,0xcf,0x80,0x04,0xff, +0xc0,0x08,0xff,0x84,0xff,0xc0,0x19,0x18,0x10,0xc0,0x72,0x53,0x11,0xc0,0x90,0x3f, +0x00,0xe2,0x4e,0xe0,0x00,0x04,0xc2,0xdf,0xc0,0x4f,0xf6,0x2e,0xfd,0xff,0x90,0x02, +0xef,0xf9,0xcc,0x45,0xf0,0x01,0x00,0x5f,0xfa,0xef,0xc0,0xef,0x90,0x2e,0xf7,0x47, +0x00,0x02,0x81,0x00,0x00,0x1d,0x43,0x01,0xf2,0x2b,0x71,0x2f,0x90,0x62,0x00,0x09, +0xf7,0x2f,0x90,0xfe,0x20,0x3f,0xb0,0x2f,0x90,0x5f,0xb0,0xaf,0x20,0x2f,0x90,0x0b, +0xf1,0xce,0x00,0x2f,0x90,0x07,0xf3,0xbf,0x00,0x05,0x20,0x08,0xf3,0x8f,0x50,0x00, +0x00,0x0e,0xf0,0x1e,0xf4,0x00,0x01,0xbf,0x70,0x04,0xff,0xc9,0xaf,0xfa,0x00,0x00, +0x2a,0xff,0xfd,0x60,0x1f,0x2d,0x00,0x17,0x3d,0x10,0x40,0xe1,0x03,0x91,0xfe,0x00, +0x00,0x08,0x7a,0xff,0xfa,0x78,0x03,0x3f,0x4a,0xf2,0x07,0x5f,0xff,0x83,0x9f,0xff, +0x50,0x9f,0xd0,0x00,0xdf,0x90,0x0a,0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c,0xff, +0xf7,0xab,0x4b,0x90,0x43,0x6f,0xff,0x63,0x40,0x00,0x00,0xdf,0xd0,0x42,0x00,0x11, +0x21,0xc5,0x1d,0x10,0xd3,0xda,0x36,0xf0,0x13,0x2d,0xec,0xf9,0xf7,0x00,0x00,0x4e, +0xd4,0x59,0xff,0x70,0x00,0x6f,0xb4,0xef,0x86,0xfb,0x00,0x9f,0x96,0xff,0xff,0xa5, +0xed,0x19,0x68,0xff,0xff,0xff,0xd3,0xb1,0x00,0xff,0xff,0xb2,0x2f,0xf0,0x03,0x0f, +0xff,0x20,0xcf,0xf5,0x00,0x00,0xff,0xf2,0x0c,0xff,0x50,0x00,0x09,0xaa,0x10,0x7a, +0xa2,0x4e,0x23,0x11,0x96,0x9a,0x46,0x1b,0xfd,0x06,0x00,0x72,0x17,0x7f,0xfe,0x77, +0x00,0x00,0x0c,0x1e,0x25,0x11,0xdf,0x1c,0x01,0xf0,0x01,0x1d,0xfc,0x10,0x00,0x0f, +0xff,0xe4,0x94,0xff,0xfe,0x0f,0xff,0xfe,0x8e,0xff,0xff,0xad,0x17,0x30,0x8b,0x7f, +0x08,0x57,0x3a,0x30,0x97,0x00,0x03,0xbc,0x2e,0x21,0x00,0x0b,0x1f,0x12,0x61,0x06, +0xf4,0x22,0x22,0x2d,0xc0,0xa9,0x48,0xd0,0x3f,0x70,0xbe,0x22,0x00,0x00,0x12,0xaf, +0x2f,0xff,0xf9,0x00,0x3f,0x95,0x01,0x61,0xfc,0xce,0xff,0xff,0x6f,0xff,0xa2,0x01, +0x23,0xcf,0xff,0xe8,0x4b,0xf0,0x06,0x56,0x40,0x04,0x90,0x08,0xff,0xff,0xe6,0x7f, +0x09,0xfc,0x42,0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff,0xaf,0x1e,0x1f,0xf3,0x13, +0xf1,0x20,0x00,0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05,0x4f,0xff,0xfc,0x00,0x02, +0xf8,0xff,0xc2,0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff,0x50,0xf7,0x2a,0xff,0xfb, +0x30,0x05,0xd1,0x29,0x60,0x10,0x00,0x01,0xd7,0x12,0x3d,0x45,0x35,0x02,0x03,0x00, +0x30,0xef,0xff,0xf8,0xd9,0x61,0x25,0x00,0xb7,0x0e,0x1d,0x60,0x1d,0x70,0x00,0x12, +0x3d,0xf8,0x5d,0x4b,0xf1,0x00,0x85,0x80,0xff,0xff,0xf8,0x1e,0x2f,0xff,0xff,0x82, +0xe1,0xef,0xff,0xf8,0x34,0xc9,0x59,0x04,0x2a,0x00,0x05,0x51,0x33,0xf1,0x29,0x01, +0x00,0x02,0xe5,0x00,0x00,0x01,0xd7,0x02,0x52,0xe3,0x01,0x23,0xdf,0x80,0x1d,0x76, +0xb0,0xff,0xff,0xf8,0x58,0x2f,0x1f,0x1f,0xff,0xff,0x80,0xe2,0xd3,0xd3,0xff,0xff, +0xf8,0x2e,0x1e,0x2d,0x3e,0xff,0xff,0x83,0x45,0xe1,0xf0,0x00,0x0b,0xf8,0x03,0xe4, +0x9a,0x00,0x00,0x0b,0x70,0x02,0x6e,0x8e,0x00,0x24,0x2d,0x20,0xa1,0x31,0x60,0x44, +0x44,0x44,0x43,0x1e,0xff,0xd4,0x36,0x30,0xf7,0x0a,0xff,0x89,0x5c,0xf0,0x02,0x7f, +0xff,0x6e,0xff,0xfe,0xbf,0xff,0x40,0x2e,0xff,0xf7,0x4e,0x40,0x00,0x6f,0xf8,0x00, +0xa3,0x4f,0x51,0x96,0x66,0x66,0x66,0x9f,0x0e,0x01,0x11,0xc0,0xab,0x4f,0xc1,0x2f, +0xb0,0x00,0x00,0x8f,0xf2,0x00,0x01,0xff,0xfa,0x00,0x0b,0x75,0x0d,0x20,0xff,0xe0, +0x89,0x04,0xf2,0x03,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65,0xff,0xe1, +0x09,0xff,0xfe,0x30,0x00,0x25,0x27,0x0d,0xf2,0x03,0x9d,0x00,0x03,0xd2,0xae,0x00, +0x4f,0xf4,0xae,0x06,0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04,0x00,0xf1,0x02, +0xae,0x3e,0xff,0xf4,0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69,0x00,0x01,0x91, +0x67,0x32,0x04,0x11,0xd5,0x37,0x04,0x11,0xb2,0x3c,0x04,0x11,0x80,0x6a,0x52,0x11, +0x50,0x4e,0x45,0x04,0x35,0x03,0x80,0xfb,0x20,0xff,0xff,0xfd,0x40,0x00,0xff,0x54, +0x3b,0x20,0xff,0xa1,0x9e,0x0a,0x01,0x8f,0x1e,0xcf,0xfc,0x01,0xdf,0xf9,0xff,0xff, +0x14,0xff,0xfd,0xff,0xff,0x24,0x05,0x00,0x09,0x00,0x23,0x00,0x63,0x7a,0xa8,0x00, +0x9a,0xa5,0xbf,0x50,0x00,0x21,0xff,0xf9,0x93,0x07,0x0f,0x05,0x00,0x0a,0x51,0xf9, +0x7a,0xaa,0xaa,0xaa,0xba,0x4c,0xf1,0x1d,0xa9,0x00,0x06,0xf0,0xcf,0xb0,0x07,0xf1, +0xcf,0xfc,0x17,0xf1,0xcf,0xff,0xd9,0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1, +0xcf,0xff,0x97,0xf1,0xcf,0xf8,0x07,0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x04,0xa0, +0x00,0x00,0x1c,0x90,0x3e,0x50,0x11,0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x12,0x60, +0x64,0x01,0x10,0xef,0xb7,0x13,0x61,0x01,0x45,0x55,0x55,0x54,0x00,0x0b,0x00,0x11, +0x0f,0xd1,0x05,0x51,0x9b,0xbb,0xbb,0xbb,0xb4,0xfb,0x5d,0x50,0x4f,0xe1,0x00,0x4f, +0xe3,0x03,0x00,0x67,0x3f,0xf3,0x00,0x01,0xdf,0x70,0x04,0x00,0xc5,0x20,0x00,0x01, +0x50,0x1b,0x30,0x00,0x03,0xff,0x30,0x00,0x04,0x04,0x00,0x43,0x20,0x00,0x9f,0xc0, +0x03,0x00,0x22,0x4f,0xc0,0xc9,0x17,0x20,0x01,0xea,0x74,0x09,0x13,0xfd,0x05,0x00, +0x51,0x12,0x25,0xfd,0x22,0x20,0xc7,0x00,0x56,0xce,0xee,0xff,0xee,0xe6,0x19,0x00, +0x02,0x05,0x00,0x40,0x00,0xa7,0x00,0x00,0xe8,0x5e,0x11,0x10,0x8d,0x00,0x12,0xdf, +0xba,0x46,0x11,0x01,0x0d,0x42,0xf2,0x22,0x9f,0xfe,0xfb,0x40,0x00,0x04,0xef,0x60, +0x13,0xdf,0x80,0x03,0xff,0x70,0x3f,0xa2,0xff,0x70,0xdf,0xf2,0x7c,0xff,0x2d,0xff, +0x2c,0xff,0x3b,0xff,0xf1,0xef,0xf1,0x2e,0xf9,0x2c,0xd6,0x4f,0xf5,0x00,0x2d,0xf9, +0x21,0x6e,0xf5,0x00,0x00,0x06,0xcf,0xfd,0x92,0x36,0x34,0x00,0x27,0x2f,0x40,0x40, +0x00,0x21,0x00,0xce,0x66,0x30,0xaf,0xef,0xf9,0x84,0x5a,0xf2,0x20,0xf5,0x11,0x5f, +0xf4,0x00,0x05,0x03,0xee,0xcf,0x56,0xff,0x30,0x2f,0xd2,0x1b,0xff,0xd1,0xff,0xe0, +0x1e,0xfd,0x00,0x7f,0xe3,0xff,0xc0,0x05,0xff,0x40,0x04,0xef,0xfe,0x20,0x00,0x5f, +0xe6,0x10,0x1c,0xf8,0x00,0x00,0x01,0x8d,0xfd,0x20,0x9f,0xa0,0x0e,0x2c,0x03,0x3d, +0x48,0x10,0x21,0xb0,0x60,0x03,0xa4,0x1c,0x21,0x80,0x00,0x33,0x5b,0x02,0x0e,0x20, +0x02,0xe3,0x39,0x40,0xdf,0x50,0xef,0x30,0xd2,0x1a,0x20,0x50,0xef,0xbc,0x67,0x40, +0xff,0x50,0xff,0xf5,0x91,0x28,0x30,0xa6,0xff,0xfe,0xd3,0x1c,0xd1,0x61,0xff,0xff, +0x80,0x0b,0xff,0xff,0x72,0xff,0xff,0xf1,0x0e,0xff,0x94,0x3a,0x01,0x5f,0x1e,0x16, +0x55,0xc1,0x0f,0xa0,0x0b,0x80,0xaa,0xa1,0x00,0x4a,0xef,0x8f,0xff,0xc0,0xc3,0x03, +0xf3,0x11,0x8d,0x4f,0xe3,0xcd,0x10,0x00,0x4f,0xf3,0x03,0x10,0x00,0x2e,0xf5,0x80, +0xa7,0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff,0xf5,0x00,0xaf,0xff,0xd1,0x11,0x00,0x00, +0x1c,0xd1,0x21,0x3b,0x20,0x01,0xc7,0x55,0x36,0xf0,0x1b,0xff,0x70,0x00,0x01,0xcf, +0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70,0xbf,0x80,0x00,0x1d,0xf5,0x47,0x00,0x00, +0x01,0x91,0x8b,0x00,0x00,0x03,0xd3,0x9f,0xc0,0x00,0x3f,0xf3,0x09,0xfc,0x03,0xff, +0x40,0x00,0x9f,0xcf,0xf4,0xbf,0x05,0x00,0x73,0x00,0x14,0x84,0x03,0x4d,0xb0,0x00, +0x04,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff,0xb8,0x70,0x01,0x30,0xdb,0xfb,0xf5, +0x11,0x23,0x21,0x10,0xf7,0x97,0x3e,0x00,0xc9,0x23,0xa0,0x20,0xe7,0x20,0x00,0xf7, +0x11,0x10,0xcc,0xec,0xf5,0x25,0x02,0x94,0x5e,0xff,0xa0,0x00,0x35,0x55,0x54,0x03, +0xea,0x01,0x21,0x31,0x13,0x44,0x20,0xba,0x4c,0x11,0x40,0x28,0x03,0x4f,0xee,0xed, +0xaf,0xff,0x01,0x00,0x07,0x03,0xba,0x03,0x21,0x00,0x07,0xef,0x00,0x11,0xfb,0x41, +0x01,0x22,0xfb,0x00,0x1f,0x55,0x51,0x00,0x88,0xff,0xf8,0x80,0xe3,0x05,0x00,0x44, +0x34,0x13,0xe0,0xee,0x05,0x40,0xff,0xf8,0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37, +0x02,0x20,0xb6,0xf8,0x44,0x05,0x11,0x98,0x43,0x2a,0x12,0x51,0xf0,0x29,0x01,0xab, +0x03,0x11,0xfe,0x93,0x01,0x25,0xfc,0x00,0x1a,0x39,0x11,0x3f,0xd0,0x50,0xd1,0xef, +0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d,0xff,0xfa,0xff,0xd1,0xa3,0x05,0xa0,0x10, +0x00,0x09,0xff,0xfb,0x40,0x00,0x00,0x01,0x53,0x80,0x04,0xf0,0x37,0x3c,0xd4,0x00, +0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f,0x09,0xff,0x60,0x6f,0xff,0xdf,0xf6, +0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff,0x70,0x00,0x9f,0xff,0x9f,0xf7,0x00, +0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f,0xf6,0x2b,0xc3,0x00,0x04,0x71,0x00, +0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7,0x79,0x4f,0xff,0xf2,0x32,0xff,0x4f, +0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00,0x02,0x40,0x64,0x55,0x55,0x53,0xf3, +0x07,0x00,0xa8,0x38,0x30,0x50,0x00,0xbf,0xa8,0x22,0x50,0xfa,0x66,0x66,0x8f,0xa0, +0x8f,0x65,0x10,0xf8,0x05,0x00,0x04,0xd9,0x03,0xf4,0x0d,0x8a,0xff,0xfa,0xff,0xf8, +0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff,0xff,0x9b,0xff,0xfa,0xae,0xee,0xee, +0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0x4f,0x33,0x03,0x01,0x00,0x01,0x1c,0x03,0x51, +0x89,0x99,0x99,0x99,0x95,0x0f,0x00,0x0b,0x23,0x00,0x07,0x48,0x05,0x01,0x6d,0x01, +0x20,0xc5,0x9f,0xd8,0x31,0xf9,0x00,0xf9,0x5e,0xff,0xfe,0x58,0xff,0xfc,0x4c,0xfc, +0x4c,0xff,0xff,0xff,0x64,0x6f,0x8e,0x01,0xf0,0x06,0x03,0xdd,0xd9,0x00,0x06,0xff, +0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff,0xf6,0x64,0x0d,0xff,0xff,0xfb,0x0f,0x2a, +0x0b,0xb1,0x55,0xff,0x90,0x00,0x03,0xfe,0x10,0x00,0x07,0xf6,0x00,0xc5,0x5d,0x22, +0x0d,0x40,0xc9,0x09,0x82,0x5b,0x41,0x00,0x00,0xff,0xf4,0xff,0xf0,0xaa,0x15,0xf0, +0x07,0xff,0xe4,0x55,0x51,0x10,0xff,0xc8,0xff,0xf4,0xd1,0xff,0xc8,0xff,0xf3,0xa7, +0xff,0xc8,0xff,0xfb,0xa8,0xff,0xc8,0xfd,0x00,0x00,0x05,0x00,0x20,0x01,0x18,0x3f, +0x2a,0x11,0x08,0x13,0x55,0x10,0x22,0x41,0x3f,0x10,0x62,0x71,0x02,0x20,0xeb,0x20, +0xb9,0x01,0x30,0xf4,0x00,0x05,0x1d,0x3f,0x10,0x09,0xda,0x06,0x10,0x0b,0x53,0x19, +0x10,0x0d,0xe8,0x11,0x10,0x4f,0x3d,0x1e,0x01,0xe4,0x00,0x71,0x35,0x55,0x55,0x55, +0x41,0x00,0x06,0x06,0x5f,0x12,0x42,0xda,0x00,0x23,0x44,0x43,0x3b,0x03,0xf5,0x17, +0xf7,0x2b,0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb,0xeb,0xeb,0xf6,0xff,0x60,0xb0, +0xa0,0xb0,0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6,0xf6,0x1a,0x00,0x00,0x0b,0x0f, +0x6f,0xa6,0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7,0x00,0x01,0xdd,0x5f,0x10,0x29, +0xb5,0x13,0x20,0x03,0xaf,0x2d,0x01,0x10,0x4c,0x26,0x08,0x21,0x05,0xdf,0xc2,0x38, +0x02,0x85,0x56,0x33,0x05,0x89,0x9a,0x43,0x02,0x01,0x22,0x03,0x12,0x03,0x4a,0x1c, +0x12,0x3f,0xa4,0x35,0x15,0xfe,0xef,0x14,0xf4,0x03,0x67,0x77,0x63,0x00,0x0f,0xff, +0xfd,0x8c,0x00,0xff,0xff,0xd8,0xfc,0x0f,0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4, +0x09,0x00,0x03,0x55,0x47,0x88,0x88,0x88,0x81,0xa6,0x60,0xf1,0x0e,0xbe,0xff,0xea, +0x50,0x00,0x06,0xff,0xfd,0xbc,0xef,0xfd,0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6, +0x7b,0x10,0x26,0x88,0x51,0x02,0xc4,0x00,0x1a,0xff,0x4c,0x06,0x52,0x6f,0xc5,0x23, +0x6e,0xf2,0x57,0x16,0x15,0x30,0x1b,0x05,0x23,0x00,0x07,0xc8,0x00,0x10,0x97,0x37, +0x59,0x10,0x66,0x01,0x00,0x12,0x40,0xc7,0x01,0x30,0xf2,0xf6,0x67,0xca,0x59,0x30, +0xfe,0xf6,0xef,0xc6,0x00,0x12,0xae,0x07,0x00,0x30,0xbe,0xf6,0x45,0x76,0x46,0x31, +0xfc,0xef,0xff,0xdb,0x44,0x11,0x24,0x6b,0x04,0x1e,0x20,0x38,0x00,0x21,0x70,0x02, +0x38,0x00,0x32,0xf1,0x00,0xae,0x07,0x00,0x01,0x38,0x00,0x2f,0x51,0x13,0x38,0x00, +0x0d,0x20,0x60,0x00,0x38,0x00,0x00,0x23,0x4e,0x12,0xae,0x07,0x00,0x00,0x38,0x00, +0x2f,0x41,0x11,0x38,0x00,0x0d,0x21,0x60,0x00,0x38,0x00,0x10,0xe0,0xf4,0x62,0x01, +0x07,0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0b,0x22,0xf0,0xf6,0x03,0x0c, +0x02,0x49,0x0c,0x12,0xae,0x07,0x00,0x4e,0xbe,0xf6,0x11,0x11,0x38,0x00,0x14,0x00, +0x74,0x56,0x31,0x03,0x8f,0xf1,0x6d,0x3b,0x70,0x3b,0xc0,0x00,0x00,0x6d,0x70,0x93, +0xa8,0x54,0xd0,0xff,0xfb,0xfb,0xbb,0xbb,0xbe,0xf7,0xaf,0xb0,0x05,0x90,0x00,0x08, +0x14,0x57,0x21,0xc0,0x13,0x2b,0x00,0x12,0x4a,0x80,0x44,0x00,0x87,0x52,0x04,0x00, +0x0b,0xf0,0x26,0x19,0xcd,0xa3,0x00,0x01,0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf, +0xb0,0x0e,0xd8,0xc5,0x4d,0xf0,0x0f,0xf6,0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2, +0x0f,0xfc,0x10,0x8f,0xf1,0x0f,0xd2,0xa6,0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04, +0xff,0xc5,0xff,0x60,0x00,0x6e,0xff,0xf8,0x4f,0x1c,0x00,0x17,0x0b,0x21,0xaa,0x40, +0xa3,0x03,0x20,0xf9,0x56,0xd6,0x22,0x10,0x4f,0xf6,0x35,0x9d,0x5f,0xbf,0xbe,0xce, +0xf0,0x5f,0x6e,0x7d,0x8c,0x05,0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04, +0x66,0x66,0x65,0x20,0xd6,0x04,0x01,0xe5,0x01,0x20,0xcf,0xf4,0xde,0x51,0x30,0xaf, +0xfe,0x00,0xad,0x74,0x10,0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b, +0x00,0x23,0xff,0x90,0x0b,0x00,0x11,0x0a,0x42,0x3e,0x11,0x0d,0xfa,0x03,0x11,0x0f, +0x14,0x37,0x22,0x04,0x42,0x65,0x02,0x11,0x34,0x81,0x49,0x21,0x1d,0xff,0xdf,0x07, +0xf2,0x1a,0xdf,0xff,0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13,0x90,0x8f,0xfc,0xcf, +0xff,0xff,0xd1,0x06,0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff,0xfc,0x0a,0xff,0xff, +0x06,0xd1,0x7f,0xfc,0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0xf8,0x23,0xff,0x04,0xf5, +0x00,0x36,0x66,0x63,0x00,0x4e,0xff,0xff,0xf2,0x4f,0x6b,0x0b,0x2f,0x4f,0xf6,0xb0, +0xb2,0xf4,0xe0,0x02,0x08,0x10,0xef,0x72,0x3f,0x36,0x88,0x88,0x88,0x54,0x53,0x00, +0x7f,0x32,0x10,0xb6,0xe6,0x50,0x71,0x0c,0xf8,0x11,0x11,0x1b,0xf0,0xcf,0xa0,0x01, +0x85,0x6f,0xfd,0xaa,0xaa,0xaa,0x90,0x05,0xf7,0x73,0x55,0x01,0x01,0x00,0x12,0xe6, +0xa1,0x4b,0x31,0xf2,0x00,0xea,0x5e,0x03,0x01,0x05,0x00,0x26,0xfc,0x00,0x06,0x00, +0x0f,0x01,0x00,0x4e,0x0b,0x67,0x00,0x1f,0x10,0x6c,0x00,0x49,0x28,0xe8,0x00,0xc4, +0x56,0x63,0xec,0xfb,0xf1,0xf9,0x00,0xeb,0xf5,0x00,0x10,0x07,0xbb,0x1c,0x2f,0xf5, +0xfa,0xf6,0x00,0x4f,0x86,0xfc,0xfb,0xf5,0x00,0xfc,0xfe,0xf9,0xf1,0x69,0x00,0x5f, +0xfb,0x00,0xfd,0x00,0xfd,0x76,0x00,0x4c,0x36,0xf8,0xfe,0xf0,0x70,0x00,0x5f,0xfc, +0x00,0xfe,0x02,0x02,0xe2,0x01,0x4b,0x1f,0xf9,0x11,0x00,0x05,0x1f,0x01,0xe6,0x00, +0x49,0x33,0xf2,0x00,0xef,0x6e,0x00,0x00,0x8e,0x08,0x92,0xf2,0xfe,0xfd,0x00,0xff, +0xfd,0xff,0xf8,0x03,0xd6,0x02,0x20,0x03,0xfd,0xf1,0x0b,0x0f,0x69,0x01,0x44,0x16, +0xfa,0xe0,0x01,0x40,0xfd,0xfb,0x00,0xfe,0x7c,0x07,0x05,0x12,0x00,0x6f,0xfe,0x00, +0xfd,0xfe,0xfe,0xfd,0x6a,0x01,0x4c,0x50,0xf9,0xfe,0xfb,0xfd,0xfd,0x03,0x11,0x06, +0xc2,0x03,0x4f,0xf9,0xfe,0xfd,0xfe,0x59,0x02,0x45,0x00,0x38,0x0a,0x11,0xfd,0xdc, +0x00,0x20,0xf6,0x00,0xf0,0x00,0x2a,0xfb,0xfc,0x4d,0x02,0x0f,0xd2,0x02,0x4f,0x07, +0x01,0x00,0x14,0xfe,0x94,0x00,0x4f,0xfe,0x00,0xf8,0xfe,0x64,0x00,0x44,0x41,0xef, +0x00,0xef,0xf5,0x48,0x03,0x20,0xe5,0xfb,0x65,0x0b,0x80,0xfb,0xfe,0xfa,0x00,0xf9, +0xfd,0x00,0xfb,0xd0,0x03,0x7f,0xfe,0xfc,0xfa,0xfb,0xf9,0xfb,0xf7,0x68,0x01,0x46, +0x01,0x5e,0x0b,0x01,0xd5,0x01,0x2f,0xfd,0xff,0x54,0x01,0x56,0x14,0xfb,0x7b,0x00, +0x1f,0xf8,0xc8,0x01,0x56,0x00,0x46,0x03,0x12,0xf8,0xbb,0x62,0x97,0xfd,0xfe,0xfb, +0x00,0xfd,0xfb,0xfd,0xfd,0xfe,0x69,0x02,0x7f,0x00,0xf6,0xfe,0xfa,0xfb,0xfb,0xfa, +0x58,0x02,0x40,0x00,0xdf,0x6a,0x02,0x78,0x00,0xf2,0x00,0xf7,0xff,0xf9,0x00,0xfb, +0xe8,0xf9,0xf0,0xf4,0x00,0xef,0x00,0xf0,0x00,0xfd,0x70,0x01,0x47,0xfb,0xfe,0xf6, +0xf9,0xc9,0x33,0x0f,0x7b,0x00,0x3c,0x31,0xfb,0xe7,0xf5,0x80,0x16,0x31,0xe3,0xfe, +0xfd,0x6c,0x00,0x41,0xf4,0x00,0xf9,0xfc,0xc0,0x03,0x12,0xfe,0x48,0x03,0x1f,0xfc, +0x33,0x03,0x44,0x13,0xfa,0x58,0x02,0x90,0xfd,0xfd,0xfd,0x00,0xfe,0x01,0xff,0xfe, +0xfe,0xc2,0x0d,0x1f,0xff,0xc0,0x03,0x4d,0x34,0xfd,0x00,0x03,0x0a,0x00,0x22,0xfd, +0xfc,0x11,0x00,0x0b,0xec,0x02,0x0f,0xc1,0x03,0x44,0xb2,0xe9,0xf3,0xe9,0xf1,0xfc, +0xfc,0x00,0xf8,0xfb,0xe7,0xfa,0xa6,0x05,0xff,0x02,0xf7,0x00,0xf3,0xf1,0xfd,0xf3, +0x00,0x00,0xf7,0xf4,0xfd,0xf7,0xfb,0xfb,0xfa,0xfb,0xf3,0x48,0x03,0x46,0x11,0xfc, +0xe7,0x00,0x20,0xf5,0xfe,0x6e,0x01,0x21,0xfe,0xfd,0xcc,0x03,0x13,0xfe,0xd3,0x03, +0x0f,0x26,0x05,0x47,0x41,0xf1,0xfc,0xf1,0xf9,0x49,0x03,0x42,0xf3,0xfe,0x00,0xfe, +0xed,0x07,0x11,0xfa,0x58,0x02,0x9f,0xfc,0xfd,0x00,0xfa,0xfe,0xfe,0xfc,0xfe,0xfc, +0x8f,0x06,0x44,0x31,0xfe,0xf9,0xfd,0x59,0x02,0x24,0xf6,0xff,0xba,0x04,0x02,0xf3, +0x00,0x0b,0xad,0x05,0x0f,0xce,0x02,0x3c,0x13,0xfe,0x08,0x07,0x63,0xff,0xfb,0xfe, +0xfd,0xfc,0xfe,0x16,0x00,0x32,0xfd,0xfb,0x00,0xc0,0x03,0x4f,0xfb,0xfd,0xfe,0xfb, +0x6a,0x01,0x44,0xd2,0xeb,0xf1,0xeb,0xf5,0xf9,0xf9,0xfd,0xfd,0xfd,0xec,0xfc,0xfd, +0xfe,0xf1,0x01,0xe5,0xf1,0xf6,0x00,0xf4,0x00,0x00,0xf8,0xf6,0xf7,0xf9,0xfd,0xfb, +0xf9,0xfd,0x55,0x54,0x0f,0x1a,0x06,0x42,0x70,0xff,0xfc,0xfb,0xfa,0x00,0xfe,0xff, +0xc7,0x03,0x22,0x00,0xfd,0xfa,0x00,0x00,0xd2,0x03,0x2f,0xfd,0xfb,0x7f,0x07,0x50, +0x63,0xf2,0xfc,0xf7,0xfc,0x00,0xf3,0xef,0x63,0x11,0x0d,0x56,0x03,0x1f,0xfe,0xe0, +0x09,0x45,0x16,0xf7,0xf5,0x00,0x00,0x53,0x03,0x38,0xff,0x00,0xfb,0x54,0x04,0x0f, +0x9c,0x0c,0x47,0x44,0xfe,0xfe,0x01,0xfe,0x78,0x00,0x83,0xf4,0x00,0xfc,0x00,0xff, +0xf5,0x00,0xf9,0x27,0x05,0x20,0xff,0xfb,0x08,0x08,0x02,0xfa,0x6c,0x0f,0x52,0x0a, +0x4b,0x21,0x00,0xfd,0x82,0x00,0x33,0xfe,0xfb,0x00,0xa4,0x0d,0x4f,0x01,0x01,0x00, +0x01,0x56,0x02,0x45,0x13,0x02,0x53,0x01,0x50,0xfc,0xfc,0xfb,0x00,0xfb,0x57,0x03, +0x11,0xfa,0x1a,0x06,0x01,0x78,0x00,0x00,0xd7,0x0a,0x0f,0x83,0x08,0x40,0x81,0x01, +0x08,0x08,0x00,0xf4,0xfd,0xf4,0xff,0x37,0x66,0x00,0xab,0x75,0x70,0x0c,0x09,0x05, +0x0a,0x00,0x08,0xfc,0xd7,0x03,0x01,0x6d,0x01,0x12,0x01,0x46,0x04,0x0f,0x7a,0x00, +0x40,0x12,0xfb,0xfb,0x0d,0x15,0xf7,0x4a,0x0b,0x11,0xfd,0x22,0x05,0x00,0x85,0x00, +0x01,0x7a,0x18,0x3f,0x00,0x01,0xfd,0xd8,0x09,0x49,0x14,0xfd,0xb8,0x0a,0x2f,0x00, +0xfb,0x6e,0x0f,0x54,0x75,0x01,0xf1,0x01,0x00,0x01,0x01,0xfb,0xf9,0x48,0x12,0xfd, +0x58,0x02,0x00,0x83,0x00,0x2f,0xfa,0xfd,0xb8,0x0b,0x5c,0x05,0x76,0x69,0x0f,0x01, +0x00,0x47,0x08,0xce,0x00,0x01,0x48,0x03,0x1f,0xfa,0xd8,0x00,0x54,0xa4,0xf0,0xfb, +0xf0,0xfb,0x02,0x02,0x00,0xfd,0x00,0xf2,0xa4,0x06,0x34,0x01,0xfb,0xfe,0xf8,0x07, +0x5f,0x02,0x02,0x00,0x02,0xff,0x0e,0x0e,0x44,0x15,0x02,0x00,0x0e,0x01,0x58,0x02, +0x07,0xe7,0x07,0x0f,0xdb,0x10,0x4a,0x75,0xff,0xf9,0xff,0x00,0x01,0x01,0xf9,0x74, +0x01,0x11,0xff,0x48,0x03,0x10,0xfe,0xf9,0x00,0x1f,0xfc,0xa4,0x05,0x48,0x42,0xfe, +0xf5,0xfd,0xf5,0x2d,0x0b,0x10,0xf8,0xae,0x05,0x00,0xf1,0x08,0x38,0x00,0xfc,0xff, +0x67,0x08,0x1f,0xfb,0x78,0x00,0x43,0x41,0xf2,0x00,0xf2,0xff,0xe7,0x00,0x11,0xfa, +0x68,0x01,0x10,0xfd,0xa0,0x05,0x0f,0x78,0x00,0x4d,0x00,0x9c,0x04,0x30,0x03,0xfd, +0xfd,0xea,0x54,0x00,0x18,0x05,0x10,0xfb,0xf2,0x00,0x11,0xf9,0xc0,0x03,0x06,0x72, +0x00,0x0f,0x8f,0x06,0x45,0x42,0xf5,0x00,0xf5,0xff,0x10,0x0e,0x00,0x06,0x07,0x10, +0x00,0x48,0x11,0x08,0x68,0x01,0x1f,0xfd,0xc1,0x04,0x46,0x1a,0xfb,0x0a,0x00,0x11, +0xfc,0xe3,0x01,0x12,0xff,0x85,0x01,0x19,0xff,0x5a,0x0a,0x0f,0x01,0x00,0x6c,0x0b, +0x02,0x11,0x0e,0x33,0x02,0x1e,0xfe,0xf8,0x14,0x0f,0x21,0x01,0x32,0x1f,0xfb,0xe5, +0x00,0x58,0x15,0xfb,0x6e,0x00,0x23,0xfb,0xf7,0x15,0x09,0x0e,0xeb,0x02,0x1f,0xfb, +0x1f,0x01,0x04,0x3f,0xfc,0xfc,0xfc,0x21,0x16,0x2f,0x0e,0x60,0x14,0x0f,0x99,0x16, +0x53,0x0f,0x01,0x00,0x56,0x1e,0xf4,0xe9,0x00,0x0f,0x92,0x00,0x52,0x17,0xf7,0x4a, +0x31,0x0f,0x61,0x01,0x52,0x0f,0xd0,0x02,0x0c,0x1f,0x07,0xf0,0x00,0x53,0x0f,0x28, +0x04,0x5f,0x09,0x30,0x04,0x1f,0xf4,0xa8,0x04,0x65,0x3f,0xf5,0xfb,0xfb,0xfa,0x02, +0x53,0x1c,0xf2,0xa1,0x08,0x1e,0x02,0xf8,0x00,0x0f,0x34,0x04,0x04,0x13,0xf5,0x4c, +0x09,0x2f,0xf4,0xf0,0x48,0x03,0x2d,0x1f,0xfe,0xf6,0x01,0x1a,0x13,0xf4,0x07,0x00, +0x2f,0xf4,0xf4,0xc8,0x06,0x41,0x0f,0x29,0x07,0x4e,0x0f,0xc7,0x04,0x6b,0x12,0xf7, +0xff,0x73,0x0f,0x01,0x00,0x4e,0x0f,0xa2,0x04,0x65,0x10,0xf7,0x1b,0x17,0x01,0x08, +0x07,0x00,0x73,0x01,0x14,0xf5,0x2d,0x1d,0x3f,0xf7,0x00,0xf7,0x6d,0x01,0x4b,0x2f, +0xf9,0xfe,0xf0,0x00,0x63,0x15,0xf9,0xfa,0x07,0x00,0xf0,0x00,0x31,0xfb,0xf9,0xfb, +0x18,0x10,0x2f,0xf7,0x00,0xd0,0x02,0x51,0x00,0xb0,0x14,0x2f,0x02,0x02,0x8b,0x07, +0x60,0x1f,0xfb,0x4c,0x0a,0x8b,0x0f,0x80,0x08,0x4a,0x2f,0xf4,0xf7,0x68,0x02,0x63, +0x1f,0xf9,0xd0,0x02,0x5a,0x03,0xe5,0x01,0x1f,0xf9,0x53,0x02,0x58,0x18,0xfc,0x94, +0x05,0x4f,0xf9,0xf9,0xf9,0xfc,0x54,0x02,0x5c,0x1f,0xfc,0x30,0x0c,0x5a,0x1f,0xf9, +0xe9,0x11,0x5a,0x0f,0x27,0x06,0x2b,0x1f,0xfc,0x5d,0x06,0x30,0x1c,0x02,0xe8,0x21, +0x1f,0xfb,0x93,0x0e,0x6e,0x1f,0xf7,0xd0,0x0a,0x59,0x1f,0xf7,0x37,0x04,0x54,0x1f, +0xee,0xbe,0x01,0x0c,0x17,0xf7,0x8e,0x00,0x18,0xf9,0x1d,0x00,0x32,0xfc,0x00,0xf0, +0x74,0x03,0x10,0xfc,0x8c,0x0e,0x02,0xe6,0x04,0x00,0x39,0x1a,0x1f,0xf5,0x10,0x0e, +0x36,0x00,0x70,0x13,0x06,0x65,0x03,0x00,0xd2,0x04,0x13,0xfc,0xc5,0x06,0x18,0xfc, +0xfc,0x03,0x07,0x0a,0x04,0x0f,0x8b,0x06,0x88,0x1f,0xf5,0xaa,0x06,0x33,0x1f,0xfb, +0xd8,0x09,0x4a,0x1e,0xfb,0x3b,0x0f,0x0f,0x81,0x00,0x25,0x1f,0xfb,0x8b,0x0a,0x64, +0x1f,0xf0,0xe0,0x22,0x12,0x24,0xf9,0xf9,0xbc,0x25,0x07,0x2a,0x07,0x26,0xf5,0xf7, +0x75,0x03,0x2f,0xf2,0xf9,0xc6,0x00,0x1c,0x1f,0xf4,0xe0,0x01,0x1d,0x1e,0x02,0x0b, +0x03,0x0f,0x60,0x0c,0x21,0x1f,0xf2,0x68,0x03,0x21,0x02,0x87,0x00,0x00,0x81,0x96, +0x04,0x8b,0x0a,0x24,0xf4,0xfb,0x68,0x05,0x0f,0x78,0x00,0x33,0x2f,0xfb,0xfc,0xcb, +0x00,0x07,0x16,0xfb,0xc0,0x03,0x3f,0xfe,0xf7,0xfb,0xc9,0x0c,0x94,0x1f,0xf0,0xed, +0x12,0x27,0x12,0xfc,0x68,0x01,0x0f,0xe0,0x01,0x43,0x0e,0xbb,0x25,0x0f,0x58,0x02, +0x33,0x1f,0xfc,0xd7,0x14,0x32,0x0f,0x2b,0x0c,0x51,0x15,0xfc,0x03,0x12,0x38,0xf5, +0xf5,0xf5,0xb9,0x06,0x1f,0xf4,0xea,0x0b,0x5d,0x1f,0xf4,0x5d,0x06,0x62,0x0f,0x60, +0x2c,0x23,0x1f,0xfe,0xce,0x0d,0x2e,0x1f,0xfe,0x08,0x07,0x48,0x0f,0x1b,0x02,0x0e, +0x1f,0xfc,0x78,0x00,0x64,0x0f,0x3d,0x00,0x59,0x1e,0xfb,0x48,0x00,0x0f,0xad,0x0a, +0x43,0x1f,0x04,0x78,0x00,0x38,0x0f,0xe0,0x01,0x36,0x1f,0xfe,0xd0,0x02,0x56,0x0f, +0x90,0x15,0x38,0x0f,0x1f,0x19,0x57,0x1f,0xfb,0x87,0x01,0x27,0x2e,0xfb,0xfc,0x9f, +0x02,0x0f,0x78,0x00,0x35,0x1f,0xf4,0xf0,0x00,0x45,0x1f,0xf9,0x7b,0x1a,0x64,0x1f, +0xf7,0x3b,0x00,0x33,0x1f,0xfb,0x59,0x1b,0x95,0x1f,0xfc,0x1d,0x00,0x0b,0x01,0x03, +0x0e,0x1f,0xfb,0x32,0x00,0x13,0x1f,0xfc,0x98,0x00,0x50,0x1f,0x05,0xf7,0x03,0x64, +0x1f,0x05,0x79,0x00,0x05,0x1f,0x09,0x2f,0x1d,0x8c,0x1f,0xf9,0x78,0x00,0x14,0x1f, +0xfe,0x07,0x04,0x14,0x1f,0x04,0x38,0x04,0x33,0x1f,0xfb,0x7b,0x16,0x64,0x1f,0xfb, +0xc3,0x1e,0x72,0x2f,0x04,0x04,0xa5,0x12,0x71,0x0f,0x62,0x13,0x69,0x09,0xbb,0x0b, +0x2f,0x00,0xf7,0x00,0x0f,0x4c,0x04,0x72,0x2b,0x2e,0xfc,0xfc,0x14,0x07,0x0f,0x0d, +0x02,0x32,0x0f,0x6f,0x0d,0x47,0x1f,0xfc,0xa4,0x16,0x20,0x04,0x0f,0x00,0x26,0xfe, +0xfe,0x50,0x25,0x0f,0xd8,0x09,0x58,0x0f,0x60,0x1a,0x53,0x0f,0x91,0x01,0x14,0x0f, +0x0b,0x1a,0x5c,0x0f,0xa8,0x0c,0x3d,0x1f,0xfb,0xfb,0x03,0x09,0x1f,0xfe,0xe9,0x1a, +0x28,0x1f,0xf5,0x51,0x1b,0x26,0x27,0xfc,0xf7,0xf3,0x0f,0x2f,0xfc,0xfb,0x88,0x0e, +0x2c,0x2e,0xf5,0xf5,0xc6,0x1a,0x05,0xce,0x02,0x28,0xf7,0xf7,0x55,0x01,0x44,0xf5, +0xfc,0xfe,0xfe,0x38,0x04,0x28,0xfb,0xf9,0x3b,0x04,0x02,0x1e,0x4f,0x10,0x02,0xa7, +0x38,0x27,0x04,0x03,0xaa,0x07,0x22,0x06,0x06,0x0c,0x23,0x02,0xe3,0xaf,0xa5,0x00, +0x00,0x0e,0x0f,0x10,0x00,0x00,0x0a,0x11,0x0a,0xe8,0xaf,0x21,0x02,0x1b,0x65,0x3d, +0x01,0xed,0xaf,0xff,0x05,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25, +0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x77,0x19,0x06,0xf0,0x10,0x2e,0x2f, +0x30,0x00,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x00,0x38,0x39,0x3a,0x00,0x00,0x3b, +0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x00,0x42,0x43,0x44,0x45,0x46,0x47,0x7d,0x97,0xf0, +0x2c,0x49,0x4a,0x4b,0x4c,0x4d,0x00,0x4e,0x36,0x4f,0x00,0x50,0x51,0x00,0x00,0x36, +0x52,0x32,0x32,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x00, +0x5f,0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x32,0x6a,0x6b,0x00,0x6c, +0x6d,0x6e,0x6f,0x6f,0x00,0x70,0x00,0x71,0x72,0x73,0x00,0x74,0x62,0x00,0x80,0x75, +0x00,0x76,0x00,0x00,0x32,0x77,0x78,0x29,0xa5,0x8f,0x7a,0x7b,0x7c,0x00,0x7d,0x7e, +0x7f,0x00,0x01,0x00,0xff,0x42,0x22,0x01,0x02,0x9e,0x15,0x30,0x03,0x04,0x00,0x0d, +0xb2,0x07,0xda,0x09,0x10,0x0a,0xde,0x43,0x21,0x00,0x0c,0x9d,0x31,0x00,0x3d,0x02, +0x11,0x00,0x08,0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x41,0x02,0x30,0x00,0x17,0x03, +0xf0,0x3e,0xf4,0x04,0x00,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e, +0x1e,0x19,0x1e,0x19,0x1e,0x1f,0x20,0x37,0xb2,0x1f,0x03,0x72,0x00,0x02,0xf3,0x01, +0x27,0x28,0x29,0x00,0x2a,0x00,0x2b,0x2c,0x2d,0x2e,0x00,0x2b,0x2b,0x00,0x2f,0x30, +0x48,0x02,0x30,0x38,0x39,0x3a,0x46,0x02,0x31,0x3d,0x3e,0x3f,0x98,0x8e,0x50,0x41, +0x42,0x00,0x43,0x00,0x4c,0x02,0x00,0x49,0x02,0xd0,0x00,0x4c,0x4c,0x00,0x00,0x4d, +0x4e,0x00,0x4f,0x50,0x51,0x52,0x53,0x47,0x02,0x01,0x48,0x02,0x20,0x56,0x44,0x4a, +0x02,0x30,0x5f,0x60,0x56,0x4a,0x02,0x00,0xbf,0x6b,0x00,0x4d,0x02,0x41,0x6a,0x6b, +0x00,0x00,0x4e,0x02,0x50,0x00,0x70,0x71,0x72,0x73,0xe0,0x8e,0x6f,0x75,0x76,0x00, +0x00,0x77,0x78,0x36,0x02,0xff,0x3c,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 12260, .glyph_id_start = 113, .list_length = 46, .type = 3, .unicode_list = 4584, .glyph_id_ofs_list = 0 }, +{ .range_start = 12449, .range_length = 43, .glyph_id_start = 159, .list_length = 43, .type = 0, .unicode_list = 0, .glyph_id_ofs_list = 4676 }, +{ .range_start = 12493, .range_length = 33, .glyph_id_start = 198, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 12527, .range_length = 51124, .glyph_id_start = 231, .list_length = 342, .type = 3, .unicode_list = 4719, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[51183] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_bold_STD_s = { +.uncomp_size = 50823, +.comp_size = 31613, +.line_height = 13, +.base_line = 3, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 7, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 127, +.right_class_cnt = 120, +.glyph_bitmap = 5403, +.class_pair_values = 34437, +.left_class_mapping = 49677, +.right_class_mapping = 50250, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 51183, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_32.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_bold_32.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL.c index f0ba096bb67..8509016e248 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL.c @@ -5752,7 +5752,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[213365] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_bold_32 = { +const etxLz4Font lv_font_noto_jp_bold_XL = { .uncomp_size = 213069, .comp_size = 91808, .line_height = 40, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL_s.c new file mode 100644 index 00000000000..ff65c36a7ad --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XL_s.c @@ -0,0 +1,3591 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x90,0x04,0x08,0x00,0xf0,0x58,0x60,0x07,0x05,0x0f,0x01, +0x00,0x26,0x00,0x80,0x0b,0x09,0x08,0x01,0x09,0x4a,0x00,0xc0,0x0b,0x0c,0x0f,0x00, +0x00,0xa4,0x00,0xc0,0x0b,0x0b,0x14,0x00,0xfd,0x12,0x01,0x40,0x13,0x13,0x0f,0x00, +0x00,0xa1,0x01,0xc0,0x0e,0x0f,0x0f,0x00,0x00,0x12,0x02,0x80,0x06,0x04,0x08,0x01, +0x09,0x22,0x02,0x90,0x07,0x06,0x17,0x01,0xfb,0x67,0x02,0x90,0x07,0x05,0x17,0x01, +0xfb,0xa1,0x02,0x20,0x0a,0x0a,0x09,0x00,0x08,0xce,0x02,0xc0,0x0b,0x0c,0x0c,0x00, +0x02,0x16,0x03,0x80,0x06,0x05,0x09,0x01,0xfb,0x2d,0x03,0x60,0x07,0x07,0x03,0x00, +0x05,0x38,0x10,0x00,0xf2,0x0e,0x05,0x01,0x00,0x45,0x03,0xc0,0x07,0x08,0x15,0x00, +0xfc,0x99,0x03,0xc0,0x0b,0x0b,0x0f,0x00,0x00,0xec,0x03,0xc0,0x0b,0x0a,0x0f,0x01, +0x00,0x37,0x04,0x10,0x00,0x13,0x8a,0x08,0x00,0x22,0xdd,0x04,0x88,0x00,0x23,0x37, +0x05,0x18,0x00,0x12,0x05,0x28,0x00,0x13,0xd5,0x08,0x00,0x22,0x20,0x06,0x18,0x00, +0x13,0x73,0x08,0x00,0x90,0xc6,0x06,0x80,0x06,0x05,0x0c,0x01,0x00,0xe4,0x08,0x00, +0x52,0x11,0x01,0xfb,0x0f,0x07,0x88,0x00,0x10,0x57,0x08,0x00,0x43,0x08,0x00,0x04, +0x87,0x10,0x00,0xf1,0x14,0xcf,0x07,0x40,0x0a,0x0a,0x0f,0x00,0x00,0x1a,0x08,0x20, +0x14,0x13,0x14,0x01,0xfb,0xd8,0x08,0xd0,0x0c,0x0e,0x0f,0xff,0x00,0x41,0x09,0xa0, +0x0d,0x0c,0x0f,0x01,0x00,0x9b,0x09,0x20,0x08,0x00,0xf1,0x04,0xf5,0x09,0x40,0x0e, +0x0d,0x0f,0x01,0x00,0x57,0x0a,0x50,0x0c,0x0b,0x0f,0x01,0x00,0xaa,0x0a,0xb0,0x78, +0x00,0x40,0xf5,0x0a,0x50,0x0e,0x20,0x00,0x40,0x4f,0x0b,0x20,0x0f,0x20,0x00,0xc1, +0xb1,0x0b,0xa0,0x06,0x04,0x0f,0x01,0x00,0xcf,0x0b,0x60,0x0b,0x58,0x00,0x30,0x0c, +0xc0,0x0d,0x18,0x00,0x31,0x7c,0x0c,0x90,0x30,0x00,0xb1,0xc7,0x0c,0x10,0x11,0x0f, +0x0f,0x01,0x00,0x38,0x0d,0x00,0x30,0x00,0xb1,0x9a,0x0d,0x60,0x0f,0x0e,0x0f,0x01, +0x00,0x03,0x0e,0x50,0x68,0x00,0xb1,0x5d,0x0e,0x60,0x0f,0x0e,0x13,0x01,0xfc,0xe2, +0x0e,0xa0,0x38,0x00,0x40,0x44,0x0f,0x80,0x0c,0xf8,0x00,0x13,0x9e,0x08,0x00,0x31, +0xf8,0x0f,0xf0,0x88,0x00,0x31,0x5a,0x10,0x60,0xa8,0x00,0xf1,0x0c,0xc3,0x10,0x50, +0x12,0x12,0x0f,0x00,0x00,0x4a,0x11,0x90,0x0c,0x0d,0x0f,0x00,0x00,0xac,0x11,0xa0, +0x0b,0x0d,0x0f,0xff,0x00,0x0e,0x12,0x40,0x30,0x00,0xa2,0x68,0x12,0x90,0x07,0x05, +0x15,0x02,0xfc,0x9d,0x12,0x68,0x01,0xf1,0x4c,0xf1,0x12,0x90,0x07,0x06,0x15,0x00, +0xfc,0x30,0x13,0xc0,0x0b,0x0a,0x0a,0x01,0x07,0x62,0x13,0x50,0x0b,0x0c,0x02,0x00, +0xfd,0x6e,0x13,0x80,0x0c,0x06,0x07,0x02,0x0d,0x83,0x13,0xd0,0x0b,0x0a,0x0c,0x01, +0x00,0xbf,0x13,0xe0,0x0c,0x0b,0x11,0x01,0x00,0x1d,0x14,0x90,0x0a,0x0a,0x0c,0x00, +0x00,0x59,0x14,0xe0,0x0c,0x0c,0x11,0x00,0x00,0xbf,0x14,0xa0,0x0b,0x0b,0x0c,0x00, +0x00,0x01,0x15,0x70,0x07,0x09,0x11,0x00,0x00,0x4e,0x15,0xf0,0x0b,0x0c,0x10,0x00, +0xfc,0xae,0x15,0xd0,0x30,0x00,0xf1,0x04,0x0c,0x16,0x10,0x06,0x04,0x11,0x01,0x00, +0x2e,0x16,0x20,0x06,0x07,0x15,0xfe,0xfc,0x78,0x16,0x20,0x18,0x00,0x30,0xd6,0x16, +0x50,0x88,0x01,0xf0,0x16,0x00,0x01,0x17,0x40,0x13,0x11,0x0c,0x01,0x00,0x67,0x17, +0xd0,0x0c,0x0b,0x0c,0x01,0x00,0xa9,0x17,0x80,0x0c,0x0c,0x0c,0x00,0x00,0xf1,0x17, +0xe0,0x0c,0x0b,0x10,0x01,0xfc,0x49,0x18,0xe0,0x0c,0x50,0x00,0xc0,0xa9,0x18,0xc0, +0x08,0x08,0x0c,0x01,0x00,0xd9,0x18,0xe0,0x09,0x80,0x00,0xb1,0x15,0x19,0x60,0x08, +0x09,0x0f,0x00,0x00,0x59,0x19,0xc0,0x38,0x00,0x40,0x9b,0x19,0x80,0x0b,0x38,0x00, +0xb1,0xe3,0x19,0x40,0x11,0x11,0x0c,0x00,0x00,0x49,0x1a,0x40,0x98,0x00,0x31,0x8b, +0x1a,0x80,0x90,0x00,0x31,0xeb,0x1a,0x40,0xb8,0x00,0xf3,0x02,0x27,0x1b,0x90,0x07, +0x07,0x15,0x00,0xfc,0x71,0x1b,0xf0,0x05,0x02,0x18,0x02,0xfa,0x89,0x10,0x00,0xf0, +0x6b,0xd3,0x1b,0xc0,0x0b,0x0c,0x04,0x00,0x06,0xeb,0x1b,0x10,0x08,0x08,0x07,0x00, +0x0a,0x07,0x1c,0x00,0x14,0x08,0x07,0x00,0xfe,0x23,0x1c,0x00,0x14,0x12,0x13,0x01, +0xfe,0xce,0x1c,0x00,0x14,0x11,0x10,0x02,0xff,0x56,0x1d,0x00,0x14,0x11,0x13,0x02, +0xfe,0xf8,0x1d,0x00,0x14,0x13,0x11,0x01,0xff,0x9a,0x1e,0x00,0x14,0x13,0x12,0x01, +0xff,0x45,0x1f,0x00,0x14,0x13,0x13,0x01,0xff,0xfa,0x1f,0x00,0x14,0x0f,0x13,0x03, +0xfe,0x89,0x20,0x00,0x14,0x12,0x14,0x02,0xfe,0x3d,0x21,0x00,0x14,0x0c,0x13,0x03, +0xfe,0xaf,0x21,0x00,0x14,0x12,0x12,0x01,0xfe,0x51,0x22,0x00,0x14,0x0e,0x10,0x03, +0xff,0xc1,0x22,0x00,0x14,0x10,0x13,0x02,0xfe,0x59,0x23,0x30,0x00,0x42,0x04,0xfe, +0xe8,0x23,0x20,0x00,0x30,0x8a,0x24,0x00,0x78,0x02,0x30,0xfe,0x48,0x25,0x60,0x00, +0xc1,0x00,0xff,0xea,0x25,0x00,0x14,0x11,0x12,0x01,0xfe,0x83,0x26,0x20,0x00,0x31, +0xff,0x25,0x27,0x68,0x00,0xf0,0x04,0xfe,0xda,0x27,0x00,0x14,0x10,0x0c,0x02,0xff, +0x3a,0x28,0x00,0x14,0x12,0x0f,0x01,0xff,0xc1,0x28,0xa0,0x00,0xf2,0x05,0x01,0xff, +0x49,0x29,0x00,0x14,0x12,0x10,0x01,0xff,0xd9,0x29,0x00,0x14,0x0e,0x11,0x03,0xff, +0x50,0x2a,0xc0,0x00,0xf2,0x03,0xfb,0x2a,0x00,0x14,0x11,0x11,0x02,0xff,0x8c,0x2b, +0x00,0x14,0x12,0x11,0x01,0xff,0x25,0x2c,0xc0,0x00,0xf1,0x0b,0xc7,0x2c,0x00,0x14, +0x14,0x0e,0x00,0x00,0x53,0x2d,0x00,0x14,0x14,0x0f,0x00,0x00,0xe9,0x2d,0x00,0x14, +0x0f,0x12,0x03,0xfe,0x70,0x2e,0xd8,0x00,0x32,0xfe,0x1b,0x2f,0x30,0x00,0x22,0xb4, +0x2f,0xa0,0x00,0x20,0x56,0x30,0x00,0x01,0x42,0x01,0xfe,0xf8,0x30,0xe8,0x00,0xa2, +0x87,0x31,0x00,0x14,0x0e,0x13,0x03,0xfe,0x0c,0x32,0xa8,0x00,0xa0,0xa5,0x32,0x00, +0x14,0x14,0x12,0x00,0xff,0x59,0x33,0x40,0x00,0x42,0x00,0xff,0x04,0x34,0x30,0x00, +0x22,0xa6,0x34,0x28,0x01,0xa0,0x51,0x35,0x00,0x14,0x0f,0x0e,0x03,0xfe,0xba,0x35, +0x50,0x00,0xc1,0x02,0xfe,0x5c,0x36,0x00,0x14,0x0f,0x0f,0x02,0xfe,0xcd,0x36,0x40, +0x00,0xf1,0x04,0xff,0x66,0x37,0x00,0x14,0x10,0x12,0x02,0xfe,0xf6,0x37,0x00,0x14, +0x0f,0x0d,0x02,0xff,0x58,0x38,0xe0,0x00,0xb2,0x00,0xdf,0x38,0x00,0x14,0x10,0x0f, +0x02,0xfd,0x57,0x39,0x88,0x00,0x20,0xf9,0x39,0xd0,0x00,0x43,0x01,0xff,0x8a,0x3a, +0x30,0x01,0x12,0x3b,0xe8,0x00,0x22,0xf3,0x3b,0x10,0x00,0x22,0xb1,0x3c,0x78,0x00, +0xa0,0x53,0x3d,0x00,0x14,0x14,0x14,0x00,0xfe,0x1b,0x3e,0x38,0x01,0xf2,0x05,0x00, +0xfe,0xd0,0x3e,0x00,0x14,0x14,0x13,0x00,0xfe,0x8e,0x3f,0x00,0x14,0x0f,0x10,0x03, +0xff,0x06,0x40,0x50,0x00,0x22,0xa8,0x40,0x18,0x00,0x22,0x66,0x41,0xf0,0x00,0x22, +0xff,0x41,0x68,0x01,0x22,0xb4,0x42,0x50,0x01,0x22,0x44,0x43,0x58,0x00,0x22,0x02, +0x44,0x98,0x01,0x22,0xa4,0x44,0x58,0x00,0x22,0x6c,0x45,0x88,0x00,0x22,0xfd,0x45, +0x20,0x00,0x22,0xbb,0x46,0x78,0x00,0x22,0x5d,0x47,0x20,0x00,0x22,0x25,0x48,0x60, +0x00,0x22,0xc7,0x48,0xf8,0x00,0x22,0x30,0x49,0x60,0x00,0x22,0xc9,0x49,0x18,0x00, +0x22,0x6b,0x4a,0x38,0x00,0xa0,0x29,0x4b,0x00,0x14,0x0c,0x11,0x06,0xff,0x8f,0x4b, +0x50,0x01,0x42,0x05,0xfe,0x14,0x4c,0x20,0x00,0xa2,0xb6,0x4c,0x00,0x14,0x11,0x0e, +0x01,0x00,0x2d,0x4d,0x90,0x01,0xf2,0x03,0xd8,0x4d,0x00,0x14,0x0f,0x11,0x02,0xff, +0x58,0x4e,0x00,0x14,0x13,0x10,0x01,0xff,0xf0,0x4e,0x70,0x01,0x22,0xa4,0x4f,0x08, +0x00,0x20,0x58,0x50,0x20,0x00,0x40,0x03,0xff,0xd8,0x50,0x60,0x02,0x40,0x03,0xff, +0x70,0x51,0x58,0x01,0xc3,0x03,0xff,0x09,0x52,0x00,0x14,0x10,0x10,0x02,0xff,0x89, +0x52,0x98,0x02,0x10,0x53,0x30,0x01,0x42,0x02,0xfe,0xe8,0x53,0x00,0x02,0x22,0x74, +0x54,0x00,0x02,0x22,0x0a,0x55,0x08,0x00,0x22,0xa0,0x55,0x20,0x02,0x22,0x42,0x56, +0x18,0x01,0x22,0x00,0x57,0x08,0x00,0x21,0xbe,0x57,0x18,0x00,0x32,0xfe,0x60,0x58, +0x88,0x00,0x22,0xe0,0x58,0x28,0x00,0x22,0x82,0x59,0xb0,0x00,0x22,0x24,0x5a,0x30, +0x01,0x21,0xb4,0x5a,0x70,0x00,0x32,0xfd,0x34,0x5b,0x78,0x01,0x22,0xe9,0x5b,0xb0, +0x02,0xf0,0x03,0x49,0x5c,0x00,0x14,0x12,0x0e,0x01,0x00,0xc7,0x5c,0x00,0x14,0x0c, +0x0e,0x04,0xfe,0x1b,0x5d,0x88,0x01,0x42,0x02,0xff,0x93,0x5d,0xf8,0x01,0xf2,0x0b, +0x23,0x5e,0x00,0x14,0x0e,0x12,0x03,0xfe,0xa1,0x5e,0x00,0x14,0x14,0x11,0x00,0xff, +0x4b,0x5f,0x00,0x14,0x10,0x11,0x03,0xff,0xd3,0x5f,0xc0,0x00,0x21,0x53,0x60,0xc8, +0x02,0x32,0xfe,0xe4,0x60,0xd0,0x02,0xf2,0x03,0x75,0x61,0x00,0x14,0x12,0x04,0x01, +0x06,0x99,0x61,0x00,0x14,0x14,0x04,0x00,0x06,0xc1,0x61,0x08,0x01,0x22,0x75,0x62, +0x90,0x00,0x21,0x17,0x63,0x10,0x00,0x32,0xfe,0xcb,0x63,0x40,0x01,0x22,0x76,0x64, +0x28,0x02,0x22,0x21,0x65,0xa0,0x01,0x21,0xe9,0x65,0x10,0x00,0x32,0xfd,0x94,0x66, +0xe0,0x00,0xa2,0x52,0x67,0x00,0x14,0x14,0x15,0x00,0xfd,0x24,0x68,0x08,0x00,0x22, +0xf6,0x68,0x18,0x00,0x22,0xb4,0x69,0xc8,0x00,0x21,0x69,0x6a,0x38,0x00,0x32,0xfd, +0x31,0x6b,0x18,0x00,0x22,0xef,0x6b,0x28,0x00,0x22,0xc1,0x6c,0x50,0x00,0x22,0x89, +0x6d,0x20,0x00,0x22,0x51,0x6e,0x10,0x00,0x22,0x19,0x6f,0x28,0x00,0x22,0xd7,0x6f, +0x10,0x00,0x22,0x9f,0x70,0x08,0x00,0x22,0x67,0x71,0x50,0x00,0x22,0x1c,0x72,0x10, +0x00,0x13,0xe4,0x08,0x00,0x22,0xac,0x73,0x50,0x00,0x21,0x7e,0x74,0x38,0x00,0x32, +0xfd,0x3c,0x75,0x10,0x00,0x22,0x0e,0x76,0x48,0x00,0x22,0xcc,0x76,0x28,0x00,0x23, +0x94,0x77,0xb0,0x00,0x12,0x78,0x08,0x00,0x22,0x10,0x79,0xe8,0x00,0x22,0xc4,0x79, +0xe0,0x00,0x22,0x6f,0x7a,0x00,0x01,0x22,0x11,0x7b,0x18,0x00,0x22,0xc5,0x7b,0x18, +0x00,0x22,0x70,0x7c,0xa0,0x00,0x20,0x38,0x7d,0x78,0x02,0x41,0x00,0xfe,0xf6,0x7d, +0x88,0x00,0x32,0xfd,0xab,0x7e,0x10,0x00,0x21,0x69,0x7f,0x08,0x00,0x32,0xfd,0x27, +0x80,0x28,0x00,0x20,0xef,0x80,0x30,0x02,0x42,0x01,0xfe,0xa3,0x81,0x18,0x00,0x22, +0x61,0x82,0x08,0x00,0x22,0x1f,0x83,0x08,0x00,0x10,0xdd,0x08,0x00,0x52,0x15,0x00, +0xfd,0xa5,0x84,0xa8,0x00,0x22,0x77,0x85,0xa0,0x00,0x22,0x3f,0x86,0x40,0x03,0x22, +0xf4,0x86,0xa0,0x00,0x22,0xb2,0x87,0x60,0x00,0x22,0x70,0x88,0xf8,0x00,0x22,0x25, +0x89,0x78,0x01,0x23,0xd0,0x89,0x90,0x03,0x12,0x8a,0x10,0x00,0x20,0x39,0x8b,0x70, +0x00,0x41,0x00,0xfe,0xed,0x8b,0x78,0x00,0x32,0xfd,0xa1,0x8c,0xc0,0x00,0x22,0x55, +0x8d,0x28,0x00,0x22,0x13,0x8e,0xc8,0x00,0x22,0xbe,0x8e,0xb8,0x00,0x22,0x73,0x8f, +0xe8,0x00,0x22,0x15,0x90,0x28,0x00,0x23,0xc9,0x90,0x58,0x03,0x12,0x91,0x08,0x00, +0x22,0x0d,0x92,0x08,0x00,0x22,0xaf,0x92,0x20,0x00,0x22,0x63,0x93,0x80,0x00,0x22, +0x18,0x94,0xb8,0x00,0x22,0xe0,0x94,0x58,0x00,0x22,0x9e,0x95,0xf0,0x00,0x22,0x66, +0x96,0xc0,0x00,0x22,0x2e,0x97,0xb0,0x00,0x22,0xec,0x97,0x30,0x00,0x22,0xa1,0x98, +0x28,0x00,0x22,0x5f,0x99,0x20,0x00,0x22,0x27,0x9a,0xe0,0x00,0x22,0xdc,0x9a,0x18, +0x00,0x22,0x9a,0x9b,0x08,0x00,0x22,0x58,0x9c,0x08,0x00,0x22,0x16,0x9d,0x08,0x00, +0x22,0xd4,0x9d,0x58,0x00,0x22,0x9c,0x9e,0x20,0x01,0x22,0x6e,0x9f,0x08,0x00,0x22, +0x40,0xa0,0x40,0x00,0x22,0xf5,0xa0,0x50,0x00,0x22,0xbd,0xa1,0x28,0x00,0x22,0x85, +0xa2,0x08,0x00,0x22,0x4d,0xa3,0x40,0x00,0x22,0x0b,0xa4,0x08,0x00,0x22,0xc9,0xa4, +0x88,0x00,0x22,0x7e,0xa5,0x00,0x01,0x22,0x29,0xa6,0xd0,0x00,0x22,0xdd,0xa6,0x40, +0x00,0x23,0xa5,0xa7,0x80,0x01,0x12,0xa8,0x08,0x00,0x22,0x49,0xa9,0x58,0x04,0x22, +0x07,0xaa,0x28,0x01,0x22,0xbc,0xaa,0x50,0x02,0x22,0x7a,0xab,0x60,0x00,0x22,0x42, +0xac,0xc8,0x06,0x22,0xe4,0xac,0x10,0x00,0x22,0xac,0xad,0x68,0x00,0x22,0x6a,0xae, +0x40,0x00,0x22,0x3c,0xaf,0x18,0x00,0x22,0x04,0xb0,0x18,0x00,0x22,0xc2,0xb0,0x10, +0x00,0x22,0x8a,0xb1,0x10,0x00,0x22,0x48,0xb2,0x10,0x00,0x22,0x10,0xb3,0x10,0x00, +0x13,0xce,0x08,0x00,0x22,0x8c,0xb4,0x78,0x00,0x22,0x4a,0xb5,0x98,0x00,0x22,0x12, +0xb6,0x50,0x00,0x23,0xe4,0xb6,0x68,0x00,0x12,0xb7,0x08,0x00,0x22,0x74,0xb8,0x40, +0x02,0x22,0x32,0xb9,0x10,0x00,0x22,0xfa,0xb9,0x28,0x00,0x22,0xcc,0xba,0x10,0x00, +0x22,0x94,0xbb,0x08,0x00,0x22,0x5c,0xbc,0x08,0x00,0x22,0x24,0xbd,0x08,0x00,0x13, +0xec,0x08,0x00,0x22,0xb4,0xbe,0x08,0x00,0x22,0x7c,0xbf,0x78,0x00,0x22,0x3a,0xc0, +0x08,0x00,0x13,0xf8,0x08,0x00,0x22,0xb6,0xc1,0x08,0x00,0x22,0x74,0xc2,0x08,0x00, +0x22,0x32,0xc3,0x90,0x00,0x22,0xfa,0xc3,0xf8,0x01,0x22,0xc2,0xc4,0x10,0x01,0x22, +0x80,0xc5,0x70,0x04,0x22,0xfe,0xc5,0x80,0x02,0x22,0xa9,0xc6,0x78,0x02,0x21,0x5d, +0xc7,0xc0,0x06,0x32,0xfe,0x08,0xc8,0x28,0x00,0x22,0xc6,0xc8,0x78,0x01,0x22,0x71, +0xc9,0x78,0x01,0x22,0x25,0xca,0xc0,0x00,0x13,0xe3,0x08,0x00,0x23,0xa1,0xcb,0x20, +0x02,0x12,0xcc,0x08,0x00,0x22,0x1d,0xcd,0x08,0x00,0x13,0xdb,0x08,0x00,0x22,0x99, +0xce,0x80,0x00,0x22,0x61,0xcf,0x08,0x00,0x22,0x29,0xd0,0xf0,0x00,0x22,0xfb,0xd0, +0x20,0x00,0x22,0xb9,0xd1,0xd0,0x00,0x22,0x81,0xd2,0x10,0x00,0x22,0x3f,0xd3,0x08, +0x00,0x22,0xfd,0xd3,0x18,0x00,0x22,0xc5,0xd4,0xd8,0x04,0x22,0x79,0xd5,0x18,0x05, +0x22,0x23,0xd6,0x20,0x00,0x22,0xe1,0xd6,0x20,0x00,0xa2,0xa9,0xd7,0x00,0x14,0x12, +0x15,0x01,0xfd,0x66,0xd8,0x58,0x00,0x22,0x38,0xd9,0x20,0x00,0x23,0xf6,0xd9,0xc0, +0x04,0x12,0xda,0x08,0x00,0x22,0x72,0xdb,0x08,0x00,0x22,0x30,0xdc,0x28,0x00,0x22, +0x02,0xdd,0x10,0x00,0x22,0xc0,0xdd,0x48,0x00,0x22,0x88,0xde,0x10,0x00,0x22,0x46, +0xdf,0x08,0x00,0x23,0x04,0xe0,0x00,0x02,0x12,0xe0,0xb8,0x00,0x22,0x8a,0xe1,0x38, +0x00,0x22,0x5c,0xe2,0x18,0x00,0x22,0x1a,0xe3,0x20,0x01,0x22,0xd8,0xe3,0x18,0x01, +0x22,0x8c,0xe4,0x18,0x00,0x20,0x4a,0xe5,0x30,0x01,0x42,0x00,0xfd,0xf5,0xe5,0x80, +0x03,0x22,0x97,0xe6,0x18,0x00,0x23,0x55,0xe7,0xc8,0x03,0x12,0xe8,0x60,0x03,0x22, +0xd1,0xe8,0x10,0x00,0x22,0x8f,0xe9,0xa8,0x02,0x22,0x44,0xea,0x10,0x00,0x23,0x02, +0xeb,0x98,0x00,0x13,0xeb,0x98,0x00,0x12,0xec,0x88,0x04,0x22,0x3c,0xed,0x88,0x00, +0x22,0x04,0xee,0x18,0x00,0x23,0xcc,0xee,0x10,0x05,0x13,0xef,0x10,0x05,0x13,0xf0, +0xc0,0x05,0x12,0xf1,0x18,0x00,0x13,0xec,0x08,0x00,0x22,0xb4,0xf2,0x18,0x00,0x22, +0x86,0xf3,0x28,0x00,0x23,0x44,0xf4,0x68,0x00,0x12,0xf5,0x58,0x03,0x22,0xb7,0xf5, +0x28,0x00,0x22,0x7f,0xf6,0x28,0x00,0x22,0x51,0xf7,0x08,0x00,0x23,0x23,0xf8,0x68, +0x01,0x13,0xf8,0x68,0x01,0x12,0xf9,0x08,0x00,0x22,0x71,0xfa,0x08,0x00,0x22,0x39, +0xfb,0x00,0x02,0x22,0xf7,0xfb,0xe8,0x00,0x22,0x99,0xfc,0x30,0x00,0x22,0x57,0xfd, +0x18,0x00,0x22,0x15,0xfe,0x60,0x00,0x22,0xca,0xfe,0xf0,0x03,0x22,0x7f,0xff,0x68, +0x00,0x31,0x47,0x00,0x01,0x00,0x0a,0x31,0xdf,0x00,0x01,0x30,0x03,0x31,0x9d,0x01, +0x01,0x38,0x00,0x31,0x5b,0x02,0x01,0x58,0x00,0x31,0x23,0x03,0x01,0x28,0x00,0x22, +0xeb,0x03,0x18,0x00,0x22,0xa9,0x04,0x08,0x00,0x22,0x67,0x05,0x18,0x00,0x22,0x2f, +0x06,0x10,0x00,0x22,0xed,0x06,0x10,0x00,0x22,0xb5,0x07,0x38,0x00,0x31,0x7d,0x08, +0x01,0x88,0x01,0x31,0x31,0x09,0x01,0x98,0x01,0x22,0xef,0x09,0x18,0x00,0x22,0xb7, +0x0a,0x08,0x00,0x22,0x7f,0x0b,0x38,0x00,0x22,0x3d,0x0c,0x78,0x00,0x22,0xfb,0x0c, +0x40,0x00,0x22,0xc3,0x0d,0x20,0x00,0x22,0x8b,0x0e,0x10,0x00,0x22,0x53,0x0f,0x10, +0x00,0x22,0x1b,0x10,0x30,0x00,0x22,0xd9,0x10,0x10,0x00,0x32,0xa1,0x11,0x01,0xe8, +0x02,0x12,0x12,0x10,0x00,0x31,0x27,0x13,0x01,0x28,0x01,0x31,0xf9,0x13,0x01,0xf0, +0x00,0x22,0xb7,0x14,0x10,0x00,0x22,0x89,0x15,0x08,0x00,0x22,0x5b,0x16,0x50,0x00, +0x32,0x23,0x17,0x01,0x48,0x01,0x22,0x17,0x01,0x48,0x01,0x22,0x18,0x01,0x48,0x01, +0x22,0x19,0x01,0x48,0x01,0x12,0x1a,0xb8,0x00,0x23,0xed,0x1a,0xd0,0x00,0x12,0x1b, +0x40,0x00,0x22,0x87,0x1c,0x38,0x00,0x22,0x45,0x1d,0x08,0x00,0x22,0x03,0x1e,0x18, +0x00,0x22,0xd5,0x1e,0x38,0x00,0x22,0x9d,0x1f,0x08,0x00,0x22,0x65,0x20,0x08,0x00, +0x22,0x2d,0x21,0xf8,0x00,0x22,0xeb,0x21,0x10,0x00,0x22,0xb3,0x22,0x50,0x00,0x22, +0x7b,0x23,0x10,0x00,0x22,0x43,0x24,0x10,0x00,0x22,0x0b,0x25,0x70,0x00,0x22,0xbf, +0x25,0x58,0x00,0x30,0x7d,0x26,0x01,0xa0,0x01,0x41,0xfd,0x32,0x27,0x01,0xc8,0x01, +0x13,0xd4,0x08,0x00,0xa2,0x76,0x28,0x01,0x14,0x13,0x15,0x01,0xfd,0x3e,0x29,0x38, +0x00,0x22,0x06,0x2a,0x30,0x00,0x31,0xc4,0x2a,0x01,0x50,0x08,0x31,0x6f,0x2b,0x01, +0x18,0x04,0x22,0x1a,0x2c,0x60,0x00,0x22,0xe2,0x2c,0x18,0x00,0x22,0x8d,0x2d,0x18, +0x00,0x22,0x38,0x2e,0x18,0x00,0x22,0x00,0x2f,0x08,0x00,0x13,0xc8,0x08,0x00,0x31, +0x90,0x30,0x01,0xd0,0x02,0xf2,0xff,0xff,0xff,0x0d,0x00,0x00,0x51,0x2f,0x92,0x2f, +0x94,0x2f,0x98,0x2f,0x9a,0x2f,0x9b,0x2f,0x9c,0x2f,0x9d,0x2f,0x9e,0x2f,0x9f,0x2f, +0xa1,0x2f,0xa3,0x2f,0xa5,0x2f,0xa7,0x2f,0xa9,0x2f,0xaa,0x2f,0xab,0x2f,0xad,0x2f, +0xaf,0x2f,0xb0,0x2f,0xb3,0x2f,0xb4,0x2f,0xb6,0x2f,0xb7,0x2f,0xb8,0x2f,0xba,0x2f, +0xbb,0x2f,0xbe,0x2f,0xbf,0x2f,0xc8,0x2f,0xc9,0x2f,0xce,0x2f,0xcf,0x2f,0xd0,0x2f, +0xd1,0x2f,0xd2,0x2f,0xd9,0x2f,0xda,0x2f,0xdb,0x2f,0xdc,0x2f,0xdf,0x2f,0xe2,0x2f, +0xe3,0x2f,0x00,0x01,0x02,0x03,0x00,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c, +0x0d,0x0e,0x0f,0x10,0x11,0x00,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b, +0x1c,0x1d,0x1e,0x00,0x1f,0x20,0x00,0x21,0x22,0x23,0x24,0x25,0x26,0x00,0x00,0x04, +0x00,0x0d,0x00,0x11,0x1d,0x1b,0x1d,0x1c,0x1d,0x1e,0x1d,0x32,0x1d,0x3e,0x1d,0x68, +0x1d,0x97,0x1d,0xe7,0x1d,0xe9,0x1d,0x07,0x1e,0x0c,0x1e,0x5e,0x1e,0x5f,0x1e,0x64, +0x1e,0x6d,0x1e,0x90,0x1e,0xee,0x1e,0xf2,0x1e,0xff,0x1e,0x1e,0x1f,0x35,0x1f,0x60, +0x1f,0x6d,0x1f,0xaa,0x1f,0xe0,0x1f,0x54,0x20,0x56,0x20,0x76,0x20,0x79,0x20,0x7d, +0x20,0x82,0x20,0x88,0x20,0x96,0x20,0x97,0x20,0x9e,0x20,0x0b,0x21,0x17,0x21,0x2e, +0x21,0x36,0x21,0x3a,0x21,0x5b,0x21,0x5e,0x21,0x83,0x21,0xac,0x21,0xb0,0x21,0xb1, +0x21,0xca,0x21,0xe6,0x21,0x27,0x22,0x69,0x22,0xcc,0x22,0xe8,0x22,0x04,0x23,0x08, +0x23,0x19,0x23,0x1d,0x23,0x1e,0x23,0x22,0x23,0x37,0x23,0x3c,0x23,0x5b,0x23,0x79, +0x23,0x60,0x24,0x79,0x25,0xef,0x25,0x03,0x26,0x0b,0x26,0x38,0x26,0x39,0x26,0x58, +0x26,0xdc,0x26,0x42,0x27,0x68,0x27,0xa8,0x27,0x01,0x28,0x1a,0x28,0x27,0x28,0x2b, +0x28,0x38,0x28,0x3f,0x28,0x42,0x28,0x79,0x28,0x69,0x2a,0x9d,0x2a,0xab,0x2a,0xb0, +0x2a,0xca,0x2a,0x0f,0x2b,0x20,0x2b,0x22,0x2b,0xf7,0x2c,0xff,0x2c,0x49,0x2d,0x84, +0x2d,0xb7,0x2d,0xb8,0x2d,0x07,0x2e,0x20,0x2e,0x42,0x2e,0x46,0x2e,0x48,0x2e,0x64, +0x2e,0x73,0x2e,0x82,0x2e,0x96,0x2e,0x9d,0x2e,0xba,0x2e,0xbf,0x2e,0xd6,0x2e,0xed, +0x2e,0xd6,0x2f,0x04,0x30,0x20,0x30,0x5c,0x30,0x21,0x31,0x5c,0x31,0xaf,0x31,0xcd, +0x31,0xe3,0x31,0xf2,0x31,0x12,0x32,0x50,0x32,0xb6,0x32,0xb9,0x32,0xd4,0x32,0xec, +0x32,0xde,0x33,0x68,0x34,0x81,0x34,0x85,0x34,0x98,0x34,0xc1,0x34,0xca,0x34,0xf3, +0x34,0xf6,0x34,0x1f,0x35,0x53,0x35,0x80,0x35,0x05,0x36,0x09,0x36,0x11,0x36,0x1a, +0x36,0x30,0x36,0x3b,0x36,0x3c,0x36,0x3d,0x36,0x72,0x36,0xb1,0x36,0x4d,0x37,0x2d, +0x38,0x86,0x38,0x93,0x38,0xdc,0x38,0x2a,0x39,0x70,0x39,0x73,0x3a,0x74,0x3a,0x9c, +0x3a,0xdf,0x3a,0xe5,0x3a,0x28,0x3b,0x71,0x3b,0xe6,0x3b,0xf3,0x3b,0x99,0x3c,0x2c, +0x3d,0x3a,0x3d,0xa1,0x3d,0xa7,0x3d,0x25,0x3e,0x81,0x3e,0x32,0x40,0xc7,0x41,0x98, +0x42,0x0f,0x43,0x17,0x43,0x30,0x44,0x39,0x44,0x4c,0x44,0x7b,0x44,0x8c,0x45,0x51, +0x46,0xcb,0x47,0x4b,0x48,0xe3,0x48,0x01,0x49,0x0c,0x49,0x8b,0x49,0x92,0x49,0x00, +0x4a,0x3d,0x4a,0x65,0x4a,0xa8,0x4a,0xb2,0x4a,0xd5,0x4a,0xcf,0x4b,0x31,0x4c,0x33, +0x4c,0x41,0x4c,0x53,0x4c,0x5d,0x4c,0x82,0x4c,0xaa,0x4c,0xab,0x4c,0xe2,0x4c,0xeb, +0x4c,0xf9,0x4c,0x7f,0x4e,0xb5,0x4e,0x14,0x4f,0x16,0x4f,0xdd,0x4f,0x0e,0x50,0xfb, +0x50,0x80,0x51,0x83,0x51,0x46,0x54,0x5d,0x57,0x6e,0x57,0x79,0x57,0x81,0x57,0xd6, +0x57,0x0e,0x58,0x18,0x58,0x92,0x58,0x9c,0x58,0xa0,0x58,0xa7,0x58,0x11,0x59,0x19, +0x59,0x29,0x59,0x3e,0x59,0x4d,0x59,0x83,0x59,0x84,0x59,0x9e,0x59,0xaf,0x59,0xbd, +0x59,0xbe,0x59,0xd0,0x59,0xe7,0x59,0x69,0x5a,0x77,0x5a,0xcc,0x5b,0xcd,0x5b,0x75, +0x5c,0x88,0x5c,0xee,0x5c,0x09,0x5e,0x14,0x5e,0x2e,0x5e,0xcd,0x5e,0x0e,0x5f,0x12, +0x5f,0x2b,0x5f,0x30,0x5f,0x56,0x5f,0x5f,0x5f,0x7a,0x5f,0x89,0x5f,0xf9,0x5f,0xe0, +0x60,0x43,0x62,0x88,0x64,0x9c,0x64,0xa4,0x64,0x75,0x65,0xd7,0x65,0xf3,0x65,0x0c, +0x66,0x63,0x66,0x6f,0x66,0x73,0x66,0x04,0x67,0x17,0x67,0x5d,0x67,0xec,0x67,0xe9, +0x69,0x0c,0xff,0x20,0xbf,0xf2,0x0b,0xff,0x10,0xaf,0xf0,0x09,0xff,0x00,0x8f,0xe0, +0x07,0xfe,0x00,0x6f,0xd0,0x06,0xfc,0x00,0x5f,0xb0,0x02,0x96,0x00,0x7f,0xc1,0x0f, +0xff,0x70,0xff,0xf7,0x07,0xfb,0x00,0x3f,0xfb,0x03,0xff,0xb3,0xff,0xa0,0x3f,0xfa, +0x2f,0xfa,0x02,0xff,0xa1,0xff,0x80,0x1f,0xf8,0x0f,0xf6,0x00,0xff,0x60,0xdf,0x40, +0x0d,0xf4,0x0b,0xf2,0x00,0xbf,0x20,0x36,0x00,0x03,0x60,0x00,0x04,0xf6,0x00,0xfb, +0x00,0x00,0x07,0xf4,0x03,0xf8,0x00,0x00,0x09,0xf1,0x05,0xf6,0x00,0x0c,0xff,0xff, +0xff,0xff,0xf1,0x06,0x00,0xf0,0x04,0x00,0x0f,0xb0,0x0b,0xf0,0x00,0x00,0x1f,0x90, +0x0d,0xe0,0x00,0x00,0x3f,0x80,0x0f,0xc0,0x00,0x3f,0x18,0x00,0x12,0xa0,0x06,0x00, +0xf0,0x0d,0x00,0x8f,0x30,0x4f,0x70,0x00,0x00,0xaf,0x10,0x6f,0x50,0x00,0x00,0xcf, +0x00,0x8f,0x40,0x00,0x00,0xde,0x00,0x9f,0x20,0x00,0x00,0xfc,0x00,0xbf,0xbb,0x12, +0x70,0x1f,0xe0,0x00,0x00,0x00,0x01,0xfe,0x05,0x00,0xf0,0x0d,0x7f,0xf6,0x10,0x00, +0x03,0xef,0xff,0xff,0x50,0x00,0xef,0xff,0xef,0xfe,0x00,0x4f,0xfb,0x00,0x2c,0x30, +0x07,0xff,0x60,0x00,0x00,0x00,0x5f,0xfc,0x2b,0x00,0x40,0xef,0xfd,0x40,0x00,0x21, +0x00,0xf9,0x1e,0xa0,0x00,0x00,0x01,0xbf,0xff,0xd2,0x00,0x00,0x00,0x5d,0xff,0xd0, +0x00,0x00,0x00,0x1d,0xff,0x40,0x00,0x00,0x00,0x7f,0xf6,0x02,0xe6,0x00,0x0b,0xff, +0x40,0xcf,0xff,0xdf,0xff,0xd0,0x03,0xdf,0xff,0xff,0xe3,0x00,0x00,0x49,0xff,0x50, +0x63,0x00,0xf0,0x13,0x7d,0xeb,0x20,0x00,0x00,0x7f,0x30,0x00,0x00,0x8f,0xed,0xff, +0x10,0x00,0x1f,0xb0,0x00,0x00,0x1f,0xf2,0x0a,0xf8,0x00,0x08,0xf2,0x00,0x00,0x03, +0xfc,0x00,0x4f,0xb0,0x01,0xfa,0x6d,0x00,0xf1,0x1f,0xb0,0x03,0xfd,0x00,0xaf,0x10, +0x00,0x00,0x03,0xfd,0x00,0x5f,0xb0,0x2f,0x80,0x49,0x94,0x00,0x0e,0xf5,0x1c,0xf6, +0x0b,0xf1,0x7f,0xff,0xf7,0x00,0x5f,0xff,0xfc,0x03,0xf7,0x1f,0xf3,0x3f,0xf1,0x00, +0x39,0xa7,0x00,0xce,0x06,0xfa,0x00,0xaf,0xa0,0x00,0xf0,0x12,0x60,0x8f,0x80,0x08, +0xf8,0x00,0x00,0x00,0x0d,0xd0,0x08,0xf7,0x00,0x7f,0x90,0x00,0x00,0x06,0xf5,0x00, +0x6f,0x90,0x09,0xf6,0x00,0x00,0x00,0xec,0x00,0x02,0xfe,0x11,0xef,0x78,0x00,0xf0, +0x06,0x40,0x00,0x0a,0xfe,0xef,0xa0,0x00,0x00,0x1e,0xb0,0x00,0x00,0x08,0xee,0x90, +0x00,0x00,0x00,0x8d,0xfc,0x50,0xd9,0x00,0x21,0xcf,0xff,0xc2,0x00,0x30,0x5f,0xf8, +0x2c,0x80,0x00,0xb0,0x08,0xff,0x00,0x9f,0xa0,0x00,0x00,0x00,0x6f,0xf0,0x2e,0x40, +0x00,0x40,0x02,0xff,0xaf,0xfb,0x25,0x00,0xf0,0x16,0x0c,0xff,0xf9,0x00,0x02,0x55, +0x10,0x07,0xff,0xfd,0x00,0x00,0xbf,0xe0,0x08,0xff,0xef,0xfb,0x00,0x2f,0xf8,0x02, +0xff,0xd0,0x9f,0xfc,0x1b,0xfe,0x10,0x5f,0xf7,0x00,0xaf,0xff,0xff,0x60,0x04,0x70, +0x01,0xf0,0x0d,0xff,0xf2,0x00,0x1f,0xff,0xb6,0x7d,0xff,0xff,0xfb,0x20,0x5f,0xff, +0xff,0xff,0xaa,0xff,0xf1,0x00,0x2a,0xdf,0xda,0x30,0x03,0x9b,0x00,0x3f,0xfb,0xe7, +0x01,0x00,0xe2,0x01,0x00,0xdd,0x01,0xf0,0x16,0x03,0x60,0x00,0x02,0x10,0x00,0x0c, +0xf4,0x00,0x4f,0xf1,0x00,0xbf,0x80,0x01,0xff,0x30,0x07,0xfe,0x00,0x0b,0xfa,0x00, +0x0e,0xf7,0x00,0x1f,0xf4,0x00,0x2f,0xf2,0x00,0x3f,0xf2,0x00,0x4f,0xf1,0x06,0x00, +0x20,0x2f,0xf3,0x12,0x00,0xf0,0x41,0x0d,0xf7,0x00,0x0a,0xfa,0x00,0x06,0xfe,0x00, +0x01,0xff,0x40,0x00,0xaf,0xa0,0x00,0x3f,0xf1,0x00,0x0a,0xd3,0x00,0x00,0x00,0x03, +0x00,0x0b,0xf5,0x00,0x7f,0xd0,0x00,0xff,0x40,0x0a,0xfa,0x00,0x5f,0xf0,0x01,0xff, +0x40,0x0e,0xf7,0x00,0xbf,0xa0,0x0a,0xfb,0x00,0x9f,0xc0,0x08,0xfd,0x00,0x9f,0xc0, +0x0a,0xfb,0x00,0xcf,0x90,0x0e,0xf6,0x01,0xff,0x30,0x6f,0xe0,0x0b,0xf9,0x01,0xff, +0x30,0x8f,0xb0,0x08,0xf3,0x00,0x01,0xd4,0x00,0x10,0xce,0x05,0x00,0xf4,0x11,0xdf, +0x00,0x00,0x08,0x95,0xff,0x69,0x90,0x0d,0xff,0xff,0xff,0xe0,0x00,0x6e,0xff,0xf7, +0x00,0x00,0x1f,0xff,0xf2,0x00,0x00,0x9f,0xa9,0xfa,0x00,0x00,0x8c,0x00,0xba,0xed, +0x14,0x20,0x01,0x10,0x06,0x00,0x2f,0x3f,0xf0,0x06,0x00,0x01,0x01,0x6c,0x02,0x12, +0xf0,0x06,0x00,0x6f,0x02,0x22,0x5f,0xf2,0x22,0x20,0x2a,0x00,0x05,0xf0,0x11,0x05, +0x93,0x06,0xff,0xf1,0x7f,0xff,0x51,0xbf,0xf6,0x00,0xaf,0x40,0x2f,0xe0,0x5e,0xf7, +0x0b,0xf7,0x00,0x32,0x00,0x00,0x02,0x22,0x22,0x10,0xff,0xff,0xf6,0x0f,0xff,0x70, +0x02,0xf0,0x19,0x01,0xcf,0x60,0x7f,0xff,0x07,0xff,0xf0,0x1c,0xe6,0x00,0x00,0x00, +0x0e,0xf1,0x00,0x00,0x2f,0xd0,0x00,0x00,0x5f,0x90,0x00,0x00,0x9f,0x50,0x00,0x00, +0xdf,0x10,0x00,0x01,0xfd,0x00,0x00,0x05,0xf9,0x00,0x00,0xe0,0x01,0x22,0x0d,0xf2, +0x61,0x02,0xf0,0x0d,0x4f,0xa0,0x00,0x00,0x8f,0x60,0x00,0x00,0xcf,0x20,0x00,0x00, +0xfe,0x00,0x00,0x04,0xfa,0x00,0x00,0x08,0xf7,0x00,0x00,0x0c,0xf3,0x00,0x00,0x0f, +0xa1,0x00,0xf1,0x28,0xb0,0x00,0x00,0x7f,0x70,0x00,0x00,0x57,0x20,0x00,0x00,0x00, +0x04,0xae,0xda,0x20,0x00,0x05,0xff,0xff,0xfe,0x30,0x01,0xff,0xf7,0x9f,0xfc,0x00, +0x7f,0xf5,0x00,0x8f,0xf3,0x0c,0xff,0x00,0x03,0xff,0x90,0xef,0xc0,0x00,0x0f,0xfb, +0x0f,0xfb,0x00,0x00,0xff,0xc1,0xff,0xa0,0x00,0x0e,0xfe,0x0b,0x00,0x10,0xc0,0x16, +0x00,0x11,0xfa,0x21,0x00,0xb1,0x80,0x6f,0xf5,0x00,0x9f,0xf3,0x00,0xff,0xf8,0x9f, +0xfc,0x42,0x00,0x30,0x20,0x00,0x03,0x4d,0x00,0xb0,0x00,0x17,0xef,0xc0,0x00,0x0b, +0xff,0xff,0xc0,0x00,0x0d,0x05,0x00,0x40,0x01,0x14,0xff,0xc0,0x3a,0x02,0x0f,0x05, +0x00,0x12,0x50,0x27,0x79,0xff,0xe7,0x74,0x2a,0x02,0x11,0xf8,0x05,0x00,0xf1,0x07, +0x00,0x3a,0xef,0xd8,0x00,0x00,0x6f,0xff,0xff,0xfe,0x10,0x1e,0xfe,0x98,0xef,0xf9, +0x00,0x2a,0x00,0x01,0xff,0xe0,0x81,0x02,0x01,0x85,0x03,0x10,0xe0,0x49,0x01,0x11, +0xfa,0x10,0x00,0x40,0x20,0x00,0x00,0x07,0x8e,0x03,0x10,0x05,0x87,0x03,0x30,0x04, +0xff,0xf2,0x05,0x00,0x90,0xf3,0x00,0x00,0x06,0xff,0xfb,0x89,0x99,0x71,0x8c,0x01, +0x40,0xfc,0x2f,0xff,0xff,0x90,0x00,0xf0,0x06,0x2a,0xef,0xda,0x30,0x00,0x7f,0xff, +0xff,0xff,0x50,0x07,0xfd,0x98,0xcf,0xff,0x00,0x04,0x00,0x00,0xdf,0xf2,0x5c,0x01, +0xf0,0x08,0xff,0x00,0x00,0x14,0x6c,0xff,0x70,0x00,0x05,0xff,0xfe,0x50,0x00,0x00, +0x5f,0xff,0xfd,0x30,0x00,0x00,0x12,0x8f,0xff,0xea,0x01,0x30,0x8f,0xf7,0x00,0x5a, +0x00,0xe0,0xa0,0x89,0x00,0x00,0xaf,0xf7,0x3f,0xfe,0xa8,0xcf,0xff,0x20,0x9f,0xff, +0x9f,0x01,0x41,0x5b,0xef,0xda,0x20,0x1b,0x00,0x00,0x21,0x00,0x11,0x1e,0x06,0x00, +0x10,0x9f,0x06,0x00,0x20,0x03,0xff,0x33,0x00,0xf0,0x0f,0x0d,0xfd,0x3f,0xf7,0x00, +0x00,0x7f,0xf4,0x4f,0xf7,0x00,0x02,0xff,0xa0,0x4f,0xf7,0x00,0x0b,0xfe,0x10,0x4f, +0xf7,0x00,0x5f,0xfa,0x55,0x8f,0xfa,0x51,0x9f,0x8f,0x00,0x12,0xf3,0x06,0x00,0x40, +0x00,0x00,0x00,0x4f,0x3c,0x00,0x0d,0x06,0x00,0x60,0xef,0xff,0xff,0xff,0x00,0x0f, +0x4a,0x02,0x81,0x00,0xff,0xd9,0x99,0x99,0x00,0x1f,0xf8,0x86,0x03,0xf0,0x06,0x60, +0x10,0x00,0x00,0x3f,0xfe,0xff,0xf8,0x00,0x04,0xff,0xff,0xff,0xfa,0x00,0x06,0x82, +0x05,0xff,0xf4,0x00,0x01,0x01,0x10,0x80,0x38,0x00,0x11,0xfa,0x92,0x00,0xd0,0x80, +0x89,0x00,0x00,0xcf,0xf5,0x3f,0xfe,0xa9,0xdf,0xfd,0x00,0x9f,0xe0,0x01,0xf0,0x06, +0x00,0x4b,0xef,0xd9,0x10,0x00,0x00,0x07,0xbf,0xda,0x30,0x01,0xbf,0xff,0xff,0xf6, +0x0b,0xff,0xd8,0x9d,0xd1,0x3e,0x01,0x30,0x10,0x9f,0xf1,0xf9,0x03,0xf0,0x18,0xd1, +0xae,0xd9,0x10,0xef,0xde,0xff,0xff,0xe0,0xff,0xfd,0x53,0xbf,0xf8,0xff,0xe1,0x00, +0x0f,0xfc,0xdf,0xd0,0x00,0x0c,0xfe,0xaf,0xf1,0x00,0x0d,0xfd,0x5f,0xf8,0x00,0x1f, +0xfa,0x0d,0xff,0x86,0xdf,0xf4,0x16,0x05,0x60,0x90,0x00,0x19,0xdf,0xc5,0x00,0xbb, +0x00,0x11,0xfd,0x05,0x00,0x50,0x99,0x99,0x99,0xcf,0xf5,0x3f,0x03,0xa0,0xa0,0x00, +0x00,0x08,0xfe,0x10,0x00,0x00,0x2f,0xf8,0x36,0x01,0x10,0xf1,0xa4,0x01,0x10,0xb0, +0x8a,0x01,0x40,0x70,0x00,0x00,0x08,0x58,0x04,0x10,0x0b,0x4f,0x01,0x10,0x0f,0xff, +0x04,0x70,0x0f,0xfd,0x00,0x00,0x00,0x2f,0xfc,0xc1,0x01,0x10,0xfb,0xb0,0x00,0x50, +0xce,0xeb,0x40,0x00,0x09,0x54,0x01,0xf0,0x0c,0x03,0xff,0xd5,0x4d,0xff,0x00,0x6f, +0xf3,0x00,0x4f,0xf3,0x06,0xff,0x30,0x02,0xff,0x20,0x1f,0xfa,0x00,0x6f,0xd0,0x00, +0x4f,0xfd,0x5e,0xe1,0x9e,0x04,0xf0,0x00,0xfa,0x00,0x01,0xcf,0x86,0xdf,0xfc,0x00, +0xaf,0xd0,0x00,0x9f,0xf8,0x0f,0xf8,0x92,0x02,0xc1,0xff,0xb0,0x00,0x0f,0xfc,0x0b, +0xff,0x93,0x5b,0xff,0x80,0x1e,0xe3,0x01,0x90,0x08,0xcf,0xec,0x60,0x00,0x00,0x08, +0xdf,0xc7,0x94,0x01,0xf0,0x1b,0xff,0xfc,0x10,0x0a,0xff,0xa5,0x9f,0xf9,0x00,0xff, +0xc0,0x00,0x9f,0xf2,0x2f,0xf8,0x00,0x02,0xff,0x71,0xff,0xa0,0x00,0x2f,0xfa,0x0d, +0xff,0x73,0x6e,0xff,0xb0,0x4f,0xff,0xff,0xcf,0xfc,0x00,0x3b,0xed,0x81,0xff,0xb0, +0x8c,0x00,0x00,0xb8,0x00,0xf0,0x00,0x09,0xff,0x50,0x05,0x00,0x03,0xff,0xf0,0x05, +0xfe,0x9a,0xff,0xf7,0x00,0x8f,0x88,0x02,0xf6,0x01,0x00,0x4b,0xee,0xb5,0x00,0x00, +0x1c,0xe6,0x07,0xff,0xf0,0x7f,0xff,0x01,0xce,0x60,0xf7,0x18,0x24,0x1c,0xf6,0x14, +0x00,0x0e,0x1e,0x00,0x0f,0xe2,0x03,0x06,0x06,0x01,0x00,0x10,0x17,0x35,0x06,0xf0, +0x04,0x4a,0xff,0xf0,0x00,0x01,0x7d,0xff,0xff,0xa0,0x03,0xaf,0xff,0xfb,0x50,0x00, +0x3f,0xff,0xc7,0x10,0x47,0x04,0x61,0x82,0x00,0x00,0x00,0x18,0xef,0x0d,0x00,0x20, +0x05,0xbf,0x19,0x00,0x41,0x00,0x02,0x8e,0xff,0x3d,0x04,0x21,0x5c,0xf0,0x3d,0x00, +0x18,0x20,0x6b,0x04,0x67,0x03,0x33,0x33,0x33,0x33,0x30,0x5c,0x00,0x00,0x48,0x04, +0x29,0x22,0x22,0x24,0x00,0x02,0x18,0x00,0x21,0x3c,0x50,0x81,0x04,0xf1,0x06,0xfe, +0x92,0x00,0x00,0x00,0x1b,0xff,0xff,0xc5,0x00,0x00,0x00,0x16,0xcf,0xff,0xe8,0x20, +0x00,0x00,0x02,0x8d,0x24,0x00,0x30,0x39,0xff,0xf0,0x0b,0x00,0xb0,0xfd,0x70,0x07, +0xcf,0xff,0xfa,0x30,0x00,0x3f,0xff,0xd7,0x90,0x00,0x10,0xa4,0x36,0x00,0x12,0x11, +0x43,0x00,0xf0,0x03,0x3b,0xef,0xc6,0x00,0x06,0xff,0xff,0xff,0x90,0x09,0xfd,0x8b, +0xff,0xf1,0x00,0x40,0x00,0xbf,0xc4,0x02,0x20,0xbf,0xf1,0x71,0x03,0x12,0x70,0x83, +0x02,0x60,0x01,0xef,0xc0,0x00,0x00,0x06,0xf5,0x01,0x34,0x04,0xaa,0x10,0x0f,0x01, +0x20,0xed,0x10,0x69,0x03,0x13,0x80,0x05,0x00,0x21,0x05,0xec,0x19,0x00,0x50,0x49, +0xde,0xfd,0xa5,0x00,0xbe,0x05,0x20,0xcf,0xff,0xae,0x01,0x00,0xbd,0x02,0x81,0xd6, +0x10,0x01,0x6e,0xfe,0x10,0x00,0x04,0xd1,0x02,0x61,0x1b,0xf9,0x00,0x01,0xef,0x70, +0xa1,0x07,0xf0,0x00,0xf3,0x00,0x9f,0xd0,0x00,0x3a,0xb5,0x9c,0x10,0x7f,0x90,0x1f, +0xf3,0x00,0x5f,0x62,0x05,0xf0,0x3c,0xfd,0x05,0xfb,0x00,0x2f,0xf6,0x1b,0xfc,0x00, +0x0f,0xf0,0x9f,0x60,0x0a,0xf9,0x00,0x8f,0x90,0x00,0xef,0x0b,0xf3,0x00,0xff,0x30, +0x0b,0xf6,0x00,0x0f,0xc0,0xdf,0x20,0x2f,0xf0,0x00,0xdf,0x40,0x03,0xfa,0x0d,0xf2, +0x02,0xff,0x00,0x0f,0xf2,0x00,0xaf,0x40,0xcf,0x40,0x0f,0xf8,0x1b,0xff,0x61,0x8f, +0xb0,0x09,0xf8,0x00,0x8f,0xff,0xd7,0xff,0xff,0xb1,0x00,0x4f,0xe1,0x00,0x6a,0x71, +0x05,0x99,0x52,0x05,0x14,0x90,0xab,0x00,0x01,0x7b,0x00,0x11,0x00,0x56,0x03,0x41, +0xd6,0x30,0x14,0xa7,0x14,0x00,0x11,0xef,0x5f,0x02,0x00,0x01,0x00,0x41,0x6a,0xde, +0xca,0x50,0x09,0x00,0x11,0x08,0x7a,0x03,0x51,0x00,0x0d,0xff,0xf9,0x00,0xd1,0x02, +0x30,0xfe,0x00,0x00,0xf3,0x03,0x01,0x45,0x07,0xb0,0xcf,0xb0,0xff,0x90,0x00,0x00, +0x01,0xff,0x60,0xbf,0xe0,0x0b,0x01,0x71,0x20,0x7f,0xf3,0x00,0x00,0x0b,0xfe,0x1d, +0x03,0x80,0x0f,0xfc,0x66,0x6f,0xfd,0x00,0x00,0x5f,0x97,0x01,0x30,0x20,0x00,0xaf, +0x07,0x00,0x90,0x70,0x00,0xff,0xd0,0x00,0x01,0xff,0xc0,0x04,0x35,0x00,0x30,0xdf, +0xf1,0x09,0x43,0x00,0x30,0x9f,0xf6,0x0e,0x32,0x03,0x81,0x5f,0xfb,0x2f,0xff,0xff, +0xed,0x93,0x00,0xc3,0x04,0x70,0x50,0x2f,0xfd,0x55,0x7c,0xff,0xd0,0x3c,0x03,0x21, +0xef,0xf0,0x06,0x00,0x70,0xe0,0x2f,0xfd,0x44,0x6c,0xff,0x60,0x1e,0x00,0x12,0xf7, +0x24,0x00,0x90,0x90,0x2f,0xfc,0x00,0x04,0xdf,0xf6,0x2f,0xfc,0x5f,0x03,0x00,0x06, +0x00,0x20,0x1f,0xfc,0x06,0x00,0x81,0x7f,0xf9,0x2f,0xfd,0x56,0x7a,0xff,0xf4,0x24, +0x00,0x60,0x80,0x2f,0xff,0xff,0xfd,0xa3,0xfa,0x07,0x60,0xfe,0xb5,0x00,0x00,0x4e, +0xff,0x80,0x02,0xd0,0xff,0xff,0xcc,0xff,0xc0,0x0d,0xff,0xb1,0x00,0x19,0x10,0x6f, +0xfd,0xca,0x00,0x21,0xaf,0xf6,0x17,0x07,0x11,0xf3,0x6f,0x05,0x16,0xf2,0x0c,0x00, +0x21,0xbf,0xf6,0xe8,0x00,0x21,0xfd,0x00,0x3a,0x05,0x50,0xa0,0x00,0x1a,0x70,0x04, +0x3c,0x00,0xf0,0x05,0xf4,0x00,0x6e,0xff,0xff,0xff,0xb0,0x00,0x01,0x8c,0xee,0xc5, +0x00,0x2f,0xff,0xfe,0xc9,0x30,0x00,0x02,0x6c,0x00,0x80,0x91,0x00,0x2f,0xfe,0x79, +0xcf,0xff,0xa0,0xe4,0x05,0x30,0x4f,0xff,0x40,0x8c,0x00,0x30,0x8f,0xfc,0x02,0x1e, +0x06,0x11,0xff,0xc3,0x00,0x50,0x0f,0xff,0x22,0xff,0xc0,0x89,0x05,0x02,0x0d,0x00, +0x16,0x12,0x1a,0x00,0x20,0x8f,0xfb,0x27,0x00,0x34,0x5f,0xff,0x30,0x41,0x00,0x00, +0xde,0x00,0x03,0x5b,0x00,0x01,0xec,0x00,0x11,0xfe,0x13,0x00,0x61,0xe0,0x2f,0xfe, +0x99,0x99,0x98,0x48,0x06,0x02,0x56,0x04,0x51,0x02,0xff,0xe9,0x99,0x99,0x21,0x00, +0x11,0xf0,0x21,0x00,0x04,0x16,0x00,0x07,0x21,0x00,0x00,0x0b,0x00,0x00,0x37,0x00, +0x21,0x99,0x12,0x3c,0x0a,0x01,0x15,0x01,0x11,0x10,0x53,0x00,0x02,0x05,0x00,0x00, +0x52,0x00,0x01,0x2b,0x00,0x07,0x05,0x00,0x00,0x50,0x00,0x01,0x05,0x00,0x00,0x1e, +0x00,0x1c,0x90,0x1e,0x00,0x0a,0x05,0x00,0xf9,0x0b,0x00,0x00,0x7c,0xef,0xd8,0x10, +0x00,0x3d,0xff,0xff,0xff,0xe3,0x03,0xff,0xff,0xcb,0xdf,0xf4,0x0c,0xff,0xb1,0x00, +0x03,0x40,0x6f,0xfe,0x5a,0x01,0x50,0x4f,0xff,0xff,0xef,0xf2,0x06,0x00,0x60,0xdf, +0xf3,0x00,0x28,0x8d,0xff,0x5a,0x01,0x40,0x0a,0xff,0x7f,0xfe,0x06,0x00,0x00,0x8a, +0x01,0xa1,0x0b,0xff,0x04,0xff,0xff,0xdb,0xdf,0xff,0x00,0x5e,0x12,0x07,0x70,0x01, +0x8b,0xef,0xd9,0x20,0x2f,0xfc,0xa6,0x04,0x10,0x42,0xc2,0x00,0x2f,0x9f,0xf4,0x0d, +0x00,0x02,0x42,0xeb,0xbb,0xbb,0xef,0xe7,0x01,0x21,0xff,0x42,0x06,0x00,0x0e,0x27, +0x00,0x0f,0x0d,0x00,0x08,0x00,0xa2,0x01,0x0f,0x02,0x00,0x09,0x00,0x21,0x0a,0x1f, +0xf9,0x05,0x00,0x1d,0xd1,0x6f,0xf8,0x07,0xe2,0x00,0xcf,0xf6,0x5f,0xff,0xbd,0xff, +0xf1,0x0a,0xf0,0x02,0x31,0x6c,0xfe,0xb4,0x2a,0x01,0x20,0xaf,0xf9,0x8d,0x01,0x20, +0x6f,0xfd,0x0d,0x00,0x40,0x2f,0xff,0x20,0x02,0x83,0x02,0xd0,0x50,0x00,0x2f,0xfc, +0x0a,0xff,0x80,0x00,0x02,0xff,0xc6,0xff,0xc0,0xa8,0x01,0x00,0x6c,0x0a,0x00,0xca, +0x01,0x10,0xf6,0x86,0x01,0x80,0xfa,0xff,0xe1,0x00,0x02,0xff,0xfc,0x09,0x0b,0x02, +0x31,0xfe,0x10,0x1e,0x34,0x00,0x31,0x00,0x7f,0xfb,0x4e,0x00,0x20,0xdf,0xf5,0x0d, +0x00,0x50,0x04,0xff,0xe0,0x2f,0xfc,0x71,0x06,0x1e,0x80,0xa5,0x01,0x0f,0x05,0x00, +0x17,0x00,0xe6,0x01,0x23,0x97,0x2f,0x3e,0x08,0x00,0x05,0x00,0x10,0x40,0x99,0x05, +0x31,0x42,0xff,0xfa,0xf9,0x03,0x10,0x2f,0x2e,0x05,0x10,0xef,0x61,0x01,0x00,0xb5, +0x05,0xf0,0x1d,0xf4,0x2f,0xfb,0xfb,0x00,0x09,0xfb,0xff,0x42,0xff,0x8f,0xf1,0x00, +0xef,0x8f,0xf4,0x2f,0xf5,0xef,0x60,0x4f,0xe5,0xff,0x42,0xff,0x69,0xfc,0x0a,0xf9, +0x6f,0xf4,0x2f,0xf7,0x3f,0xf1,0xef,0x36,0xff,0x42,0xff,0x70,0xdf,0xaf,0xd0,0x0f, +0x00,0x40,0x07,0xff,0xf7,0x06,0x0f,0x00,0x30,0x2f,0xff,0x20,0x0f,0x00,0x31,0x00, +0xcf,0xc0,0x0f,0x00,0x31,0x04,0xa4,0x00,0x0f,0x00,0x01,0x3d,0x05,0x70,0x2f,0xff, +0x20,0x00,0x0a,0xff,0x22,0x70,0x00,0x51,0xaf,0xf2,0x2f,0xff,0xf3,0x0d,0x00,0x20, +0xff,0xb0,0x0d,0x00,0x30,0xf9,0xff,0x40,0x0d,0x00,0x20,0x6d,0xfc,0x0d,0x00,0x30, +0xf7,0x5f,0xf5,0x0d,0x00,0xf0,0x08,0x80,0xdf,0xd0,0x9f,0xf2,0x2f,0xf9,0x05,0xff, +0x58,0xff,0x22,0xff,0x90,0x0c,0xfd,0x7f,0xf2,0x2f,0xf9,0x00,0x4f,0xfa,0x0d,0x00, +0x30,0x00,0xbf,0xff,0x0d,0x00,0x21,0x03,0xff,0x0d,0x00,0x11,0x0a,0x0d,0x00,0x10, +0x00,0x5f,0x00,0x40,0x02,0xae,0xfe,0xc6,0xcb,0x03,0x10,0xff,0x09,0x05,0xf0,0x01, +0x06,0xff,0xfe,0xbd,0xff,0xfc,0x00,0x1e,0xff,0x80,0x00,0x3e,0xff,0x50,0x7f,0xfc, +0x85,0x00,0x20,0xd0,0xaf,0xdb,0x07,0x50,0xff,0xf0,0xcf,0xf3,0x00,0xa2,0x03,0x01, +0x06,0x04,0x23,0xbf,0xf4,0x0e,0x00,0x21,0x9f,0xf6,0x1c,0x00,0x20,0x6f,0xfd,0x28, +0x05,0x10,0xc0,0x0a,0x04,0x91,0x4f,0xff,0x50,0x05,0xff,0xff,0xbd,0xff,0xfb,0xb9, +0x09,0x30,0xff,0xa1,0x00,0x62,0x00,0x11,0xc5,0x3b,0x03,0x22,0xed,0x82,0x9e,0x04, +0x52,0x40,0x2f,0xfe,0x77,0x8d,0xa0,0x01,0x21,0xcf,0xf4,0x98,0x04,0x01,0xaa,0x04, +0x01,0x7d,0x02,0x13,0x17,0x89,0x03,0x01,0xce,0x04,0x64,0xe6,0x00,0x2f,0xfe,0x66, +0x53,0x4f,0x03,0x0f,0x06,0x00,0x05,0x00,0x61,0x00,0x10,0xb6,0x61,0x02,0x01,0xc3, +0x00,0x12,0x05,0xc3,0x00,0x30,0x0e,0xff,0x90,0x8b,0x00,0x21,0x6f,0xfd,0xc3,0x00, +0x29,0x9f,0xf6,0xc3,0x00,0x16,0xf1,0xc3,0x00,0x21,0xcf,0xf2,0xdf,0x00,0x40,0xef, +0xf0,0x7f,0xfa,0xa9,0x08,0xf1,0x00,0xd0,0x1f,0xff,0x30,0x00,0x0c,0xff,0x60,0x08, +0xff,0xf7,0x46,0xcf,0xfd,0x00,0x9a,0x05,0x81,0xd1,0x00,0x00,0x06,0xdf,0xff,0xe7, +0x10,0x0c,0x06,0x22,0xe3,0x00,0x26,0x0d,0x40,0xb8,0x95,0x00,0x00,0xe6,0x0a,0x01, +0x10,0x0d,0x32,0x4b,0xdf,0xea,0x4d,0x05,0x21,0x02,0xff,0xa2,0x02,0x60,0x2f,0xfe, +0x77,0x8c,0xff,0xf2,0x87,0x02,0x50,0x0a,0xff,0x50,0x2f,0xfc,0xfc,0x02,0x20,0x02, +0xff,0x15,0x0b,0x11,0x60,0xfa,0x00,0x21,0xf1,0x02,0x92,0x03,0x01,0x0d,0x01,0x30, +0xe2,0x00,0x02,0x38,0x01,0x10,0x30,0xcc,0x00,0x21,0x6f,0xfc,0x96,0x04,0x50,0xdf, +0xf5,0x00,0x2f,0xfc,0xb6,0x00,0x11,0x02,0x44,0x0b,0x10,0x60,0x41,0x00,0x00,0x34, +0x04,0x42,0x02,0xad,0xfe,0xa3,0x33,0x06,0xd2,0x80,0x02,0xff,0xfe,0xbc,0xff,0xc0, +0x06,0xff,0xa0,0x00,0x19,0x10,0xf6,0x09,0x41,0x03,0xff,0xf8,0x10,0x7e,0x0a,0x21, +0xfa,0x40,0xa9,0x06,0x80,0xfc,0x20,0x00,0x00,0x06,0xcf,0xff,0xe1,0xe3,0x0b,0x11, +0xef,0x50,0x0a,0xf1,0x01,0x6f,0xfa,0x02,0xe9,0x10,0x00,0xaf,0xf8,0x0d,0xff,0xfd, +0xbe,0xff,0xf2,0x04,0xef,0xc1,0x0a,0x41,0x07,0xce,0xfc,0x92,0x39,0x01,0x22,0xff, +0xfe,0x06,0x00,0x63,0x39,0x99,0xaf,0xfe,0x99,0x98,0x96,0x09,0x0f,0x06,0x00,0x2e, +0x20,0x4f,0xfb,0x4e,0x04,0x10,0x34,0x5c,0x09,0x2f,0x9f,0xf3,0x0d,0x00,0x14,0x20, +0x3f,0xfb,0xfb,0x04,0x30,0x32,0xff,0xd0,0x9d,0x01,0x30,0x0f,0xff,0x10,0x9a,0x0b, +0xe1,0xbf,0xf9,0x00,0x09,0xff,0xb0,0x03,0xff,0xfd,0xbd,0xff,0xf3,0x00,0x08,0xe8, +0x06,0x30,0x00,0x03,0xad,0xbe,0x06,0x10,0x0e,0xfa,0x0b,0x50,0xaf,0xf5,0x0a,0xff, +0x60,0xc5,0x01,0xe0,0x05,0xff,0xa0,0x00,0x02,0xff,0xb0,0x00,0xff,0xe0,0x00,0x06, +0xff,0x60,0x96,0x08,0x00,0x72,0x0a,0x21,0x7f,0xf7,0x6f,0x0a,0x21,0x2f,0xfb,0xe0, +0x09,0x51,0x0d,0xff,0x00,0x7f,0xf3,0x90,0x0a,0x30,0xcf,0xe0,0x00,0xc7,0x0c,0x20, +0xff,0x90,0x01,0x02,0x11,0xc4,0xb3,0x07,0x21,0xaf,0xf9,0x5a,0x0c,0x12,0x5f,0xd8, +0x01,0x10,0x0f,0x6e,0x04,0x00,0xe7,0x01,0x11,0xf1,0x04,0x0c,0x81,0x02,0xff,0x90, +0x00,0x0f,0xfd,0x5f,0xf9,0x65,0x0c,0xf0,0x0d,0x2f,0xfa,0x2f,0xfc,0x00,0x09,0xff, +0xf1,0x00,0x5f,0xf7,0x0f,0xff,0x00,0x0d,0xff,0xf5,0x00,0x7f,0xf4,0x0c,0xff,0x10, +0x1f,0xfc,0xf8,0x00,0xaf,0xbd,0x07,0xd0,0x4f,0xd8,0xfc,0x00,0xcf,0xe0,0x06,0xff, +0x60,0x8f,0xa6,0xff,0x00,0xbc,0x00,0xf0,0x08,0x90,0xcf,0x73,0xff,0x41,0xff,0x80, +0x00,0xff,0xb0,0xff,0x30,0xff,0x73,0xff,0x50,0x00,0xdf,0xd2,0xff,0x00,0xcf,0xa6, +0xff,0x07,0xf2,0x09,0xf6,0xfd,0x00,0x8f,0xd8,0xff,0x00,0x00,0x7f,0xfb,0xf9,0x00, +0x4f,0xfb,0xfc,0x00,0x00,0x4f,0xff,0xf6,0x00,0x1f,0xff,0xf9,0x7e,0x0e,0x30,0x0d, +0xff,0xf6,0xe8,0x00,0xf0,0x02,0xf0,0x00,0x0a,0xff,0xf3,0x00,0x3f,0xff,0x10,0x00, +0x5f,0xfb,0x00,0xaf,0xf8,0x00,0x0c,0x1e,0x0b,0x10,0xf1,0x67,0x0f,0x40,0x09,0xff, +0x70,0xaf,0xfb,0x0d,0x30,0xfe,0x2f,0xf9,0x77,0x0b,0x11,0xfd,0xb4,0x0c,0x31,0xef, +0xff,0x90,0xbb,0x00,0x11,0xf3,0x1d,0x02,0x01,0xde,0x0a,0xa0,0xcf,0xeb,0xff,0x30, +0x00,0x00,0x4f,0xf8,0x3f,0xfc,0x06,0x01,0xa0,0x10,0xcf,0xf5,0x00,0x06,0xff,0x90, +0x04,0xff,0xd0,0xda,0x07,0x30,0x0c,0xff,0x70,0x02,0x03,0x30,0x4f,0xfe,0x10,0x8d, +0x02,0x90,0x08,0xff,0x70,0x6f,0xf9,0x00,0x00,0xef,0xf1,0x03,0x00,0x70,0x5f,0xf8, +0x00,0x07,0xff,0x60,0x0c,0xa6,0x10,0x20,0xfd,0x02,0x56,0x00,0x40,0x8f,0xf3,0x8f, +0xf2,0xd8,0x08,0x21,0xae,0xfa,0x2e,0x0b,0x21,0xff,0x30,0x1a,0x07,0x11,0xb0,0x18, +0x08,0x30,0xf5,0x00,0x00,0xbf,0x01,0x11,0x40,0xe3,0x06,0x1f,0xf4,0x0d,0x00,0x03, +0x10,0x07,0x6a,0x02,0x12,0xf5,0x06,0x00,0x41,0x04,0x99,0x99,0x9b,0xd3,0x0d,0x12, +0x0d,0x3a,0x11,0x11,0xfa,0x9b,0x07,0x11,0xe1,0xd4,0x0d,0x20,0x50,0x00,0x13,0x01, +0x01,0x11,0x00,0x11,0xf1,0x11,0x00,0x10,0x60,0xc7,0x02,0x20,0xfb,0x00,0x7c,0x00, +0x10,0xf2,0xdd,0x00,0x00,0x14,0x0d,0x11,0x94,0x2f,0x04,0x12,0xf7,0x06,0x00,0xaf, +0xff,0xff,0x9f,0xfb,0x95,0xff,0x30,0x0f,0xf3,0x00,0x05,0x00,0x13,0x50,0xff,0xf9, +0xaa,0xaa,0x60,0x4e,0x0f,0xa2,0x1f,0xd0,0x00,0x00,0x0d,0xf1,0x00,0x00,0x09,0xf5, +0x4f,0x0f,0x00,0x57,0x0f,0x00,0x5f,0x0f,0xf0,0x0c,0x00,0xaf,0x50,0x00,0x00,0x6f, +0x90,0x00,0x00,0x2f,0xc0,0x00,0x00,0x0e,0xf0,0x00,0x00,0x0a,0xf4,0x00,0x00,0x06, +0xf8,0x00,0x00,0x02,0xfc,0x64,0x01,0x00,0xf2,0x00,0x92,0x40,0x00,0x00,0x7f,0x80, +0x00,0x00,0x3f,0xc0,0x5e,0x0f,0xef,0x0b,0xf3,0x00,0x00,0x04,0x73,0x0f,0xff,0xf8, +0x09,0x9d,0xf8,0x00,0x0a,0x03,0x00,0x1e,0xd0,0x0f,0xff,0xf8,0x0a,0xaa,0xa5,0x00, +0x03,0x77,0x10,0x00,0x00,0x0a,0x4c,0x0b,0x10,0x1f,0x09,0x03,0x10,0x6f,0x76,0x09, +0xb4,0xcf,0x7a,0xf9,0x00,0x02,0xff,0x25,0xfe,0x00,0x08,0xfd,0xda,0x10,0xf2,0x02, +0x3f,0xf2,0x00,0x5f,0xf1,0x9f,0xc0,0x00,0x0f,0xf6,0x9c,0xcc,0xcc,0xcc,0xcc,0xc0, +0xbf,0x06,0x13,0x40,0x10,0x00,0x09,0xd0,0x4b,0x01,0xf1,0x01,0x1d,0xff,0x70,0x01, +0xcf,0xf4,0x00,0x0c,0xe2,0x00,0x00,0x20,0x00,0x7b,0xee,0xb4,0xe6,0x09,0x81,0x50, +0x1f,0xfa,0x8b,0xff,0xe0,0x04,0x10,0xca,0x09,0xf2,0x18,0x36,0xdf,0xf5,0x02,0x9f, +0xff,0xff,0xf6,0x3e,0xff,0xa6,0xaf,0xf6,0xbf,0xf3,0x00,0x8f,0xf6,0xef,0xe0,0x00, +0xbf,0xf6,0xdf,0xfa,0x7c,0xff,0xf6,0x6f,0xff,0xff,0xdf,0xf6,0x06,0xdf,0xb5,0x1f, +0xf6,0x6f,0x8f,0x06,0x00,0x84,0x0b,0x0e,0x0b,0x00,0xf0,0x37,0x75,0xcf,0xc7,0x00, +0x6f,0xfe,0xff,0xff,0xf9,0x06,0xff,0xfe,0x9b,0xff,0xf3,0x6f,0xfb,0x00,0x09,0xff, +0xa6,0xff,0x70,0x00,0x3f,0xfc,0x6f,0xf7,0x00,0x01,0xff,0xe6,0xff,0x70,0x00,0x2f, +0xfd,0x6f,0xf7,0x00,0x04,0xff,0xb6,0xff,0x90,0x00,0xcf,0xf7,0x6f,0xff,0xc9,0xdf, +0xfe,0x06,0xff,0xdf,0xff,0xff,0x50,0x6f,0xf0,0x7d,0xeb,0x30,0x00,0x00,0x01,0x9c, +0xfc,0x80,0x9b,0x00,0xe0,0xf9,0x01,0xef,0xfd,0x9b,0xe1,0x09,0xff,0xb0,0x00,0x10, +0x0d,0xff,0x20,0x7f,0x03,0x13,0x00,0x05,0x00,0x01,0xe6,0x03,0xa0,0x0a,0xff,0xb0, +0x00,0x20,0x02,0xff,0xfd,0x9b,0xf5,0xb2,0x04,0x66,0xfc,0x00,0x02,0xad,0xfc,0x70, +0x5a,0x02,0x0f,0x06,0x00,0x02,0x51,0x04,0xbe,0xc7,0x9f,0xf4,0xdc,0x06,0xe0,0xf4, +0x02,0xff,0xfc,0x9d,0xff,0xf4,0x09,0xff,0xa0,0x00,0xbf,0xf4,0x0d,0x75,0x03,0x10, +0xf4,0x5a,0x00,0x04,0x06,0x00,0x02,0x12,0x00,0xc0,0x0b,0xff,0x90,0x01,0xdf,0xf4, +0x04,0xff,0xfb,0x9e,0xff,0xf4,0xfb,0x05,0xd0,0xdf,0xf4,0x00,0x07,0xcf,0xc6,0x2f, +0xf4,0x00,0x02,0xad,0xeb,0x40,0xe4,0x10,0xf1,0x04,0xff,0x60,0x01,0xff,0xf8,0x7d, +0xff,0x10,0xaf,0xf4,0x00,0x1f,0xf7,0x0d,0xfd,0x00,0x00,0xcf,0xa0,0x5c,0x10,0x20, +0x0f,0xff,0xf7,0x0a,0x21,0xdf,0xe0,0xe2,0x02,0x11,0x60,0x0f,0x03,0x51,0xa6,0x7b, +0xa0,0x00,0x5f,0xde,0x0b,0x80,0x2a,0xdf,0xd9,0x20,0x00,0x03,0xbe,0xfc,0x87,0x03, +0x61,0xd0,0x00,0xaf,0xfc,0x76,0x00,0xde,0x00,0x21,0xef,0xf0,0x51,0x0c,0x91,0x10, +0x6f,0xff,0xff,0xf1,0x02,0x6f,0xff,0x66,0x12,0x00,0x01,0x87,0x10,0x0f,0x09,0x00, +0x0d,0x80,0x00,0x18,0xdf,0xff,0xff,0xf6,0x01,0xef,0x6c,0x06,0xf1,0x02,0x09,0xff, +0x92,0x5f,0xfc,0x31,0x0b,0xff,0x00,0x0a,0xff,0x00,0x08,0xff,0x50,0x2e,0xfd,0xc3, +0x13,0xa1,0xf5,0x00,0x00,0xaf,0xdf,0xeb,0x40,0x00,0x03,0xfe,0xa4,0x0c,0x21,0xfe, +0x00,0xaa,0x01,0x41,0x96,0x66,0x42,0x00,0x36,0x00,0xf1,0x06,0xb0,0x01,0xdf,0xef, +0xff,0xff,0xf6,0x0d,0xf7,0x00,0x01,0x7f,0xf8,0x1f,0xfa,0x10,0x02,0xbf,0xf3,0x0b, +0xff,0x10,0x06,0x5f,0x7c,0xef,0xec,0x81,0x00,0xef,0x01,0x0a,0x61,0x72,0xbf,0xd9, +0x00,0x6f,0xfb,0xef,0x01,0x00,0xca,0x09,0xff,0x06,0x6f,0xfd,0x20,0x0d,0xff,0x36, +0xff,0x70,0x00,0xaf,0xf5,0x6f,0xf7,0x00,0x09,0xff,0x56,0xff,0x70,0x00,0x9f,0x0b, +0x00,0x09,0x90,0x50,0x2c,0xd3,0x9f,0xfa,0x5f,0xf6,0x02,0x20,0x52,0x00,0x0f,0x02, +0x00,0x03,0x71,0x00,0x02,0xcd,0x40,0x00,0x9f,0xfc,0x84,0x0d,0x00,0x28,0x00,0x01, +0x3d,0x0a,0x4f,0x00,0x06,0xff,0x80,0x07,0x00,0x11,0x40,0x8f,0xf7,0x05,0x8f,0x7a, +0x15,0x71,0xc0,0x0d,0xfd,0x91,0x00,0x6f,0xf6,0xb4,0x00,0x01,0x38,0x04,0x0e,0x0b, +0x00,0xf0,0x02,0x01,0xef,0xf3,0x6f,0xf6,0x00,0xbf,0xf6,0x06,0xff,0x60,0x7f,0xf9, +0x00,0x6f,0xf6,0x3f,0x76,0x07,0x50,0x8e,0xfe,0x10,0x00,0x6f,0x45,0x03,0x11,0x06, +0x33,0x16,0xa0,0x6f,0xff,0xaa,0xff,0x40,0x06,0xff,0xc0,0x2f,0xfd,0x37,0x00,0x30, +0x9f,0xf7,0x06,0x03,0x02,0x30,0xf1,0x6f,0xf6,0x6e,0x12,0x5f,0x6f,0xf7,0x06,0xff, +0x70,0x05,0x00,0x0a,0xf0,0x1e,0x80,0x5f,0xfe,0x41,0xff,0xfa,0x04,0xdf,0xa0,0x6f, +0xf0,0x4c,0xfe,0x70,0x06,0xdf,0xc3,0x06,0xff,0x9f,0xff,0xff,0x6a,0xff,0xff,0xf1, +0x6f,0xff,0xfb,0xef,0xff,0xfe,0xbf,0xff,0x76,0xff,0xd2,0x01,0xff,0xfa,0x00,0x6f, +0xfa,0x6f,0xf7,0x17,0x02,0x00,0xef,0x0a,0x90,0x70,0x00,0xcf,0xf2,0x00,0x2f,0xfc, +0x6f,0xf7,0xd7,0x12,0x14,0x01,0x11,0x00,0x1f,0x1f,0x11,0x00,0x11,0xff,0x0a,0xf0, +0x3b,0xfd,0x90,0x06,0xff,0x8f,0xff,0xff,0x90,0x6f,0xff,0xfb,0xdf,0xff,0x16,0xff, +0xd2,0x00,0xdf,0xf3,0x6f,0xf7,0x00,0x0a,0x98,0x01,0x0f,0x02,0x0b,0x00,0x51,0x00, +0x02,0xad,0xfb,0x60,0x65,0x08,0x30,0xfc,0x00,0x01,0x08,0x03,0xd0,0x90,0x0a,0xff, +0x80,0x01,0xef,0xf2,0x0d,0xff,0x10,0x00,0x9f,0xf5,0xba,0x11,0x22,0x6f,0xf8,0x06, +0x00,0x02,0x12,0x00,0x02,0x1e,0x00,0x02,0x2a,0x00,0x02,0x36,0x00,0x00,0x97,0x03, +0x70,0x60,0x00,0x6f,0xf1,0x6c,0xfc,0x70,0xe5,0x03,0x00,0x8a,0x00,0x80,0xe9,0xbf, +0xff,0x36,0xff,0xb0,0x00,0x9f,0xe4,0x00,0x11,0x03,0xae,0x00,0x30,0x1f,0xfe,0x6f, +0x4f,0x07,0xc0,0xd6,0xff,0x70,0x00,0x4f,0xfb,0x6f,0xf9,0x00,0x0c,0xff,0x76,0x9f, +0x03,0x20,0xe0,0x6f,0x13,0x06,0x5f,0x06,0xff,0x77,0xde,0xb3,0x85,0x02,0x04,0x51, +0x00,0x04,0xbf,0xd8,0x1f,0xd2,0x03,0x1f,0xef,0xd2,0x03,0x22,0x10,0xef,0xd2,0x03, +0x2f,0xc5,0x9f,0x32,0x04,0x06,0xf1,0x02,0x6f,0xf0,0x3c,0xfa,0x6f,0xf4,0xff,0xf7, +0x6f,0xff,0xfd,0xc4,0x6f,0xff,0x70,0x00,0x6f,0xbd,0x09,0x02,0x83,0x00,0x0f,0x04, +0x00,0x01,0x60,0x00,0x3a,0xee,0xb7,0x00,0x03,0x17,0x10,0xf0,0x0a,0x0b,0xff,0x95, +0x9f,0x40,0x0d,0xff,0x00,0x01,0x00,0x0a,0xff,0xb4,0x00,0x00,0x01,0xdf,0xff,0xc4, +0x00,0x00,0x07,0xef,0xff,0x80,0xbb,0x00,0xc1,0xf0,0x02,0x20,0x00,0x9f,0xf2,0x0d, +0xf9,0x67,0xef,0xf0,0x3e,0x68,0x03,0x00,0x8d,0x05,0x30,0x00,0x9f,0xe0,0x10,0x10, +0x00,0x99,0x07,0x11,0xe0,0xd5,0x08,0xa0,0xb0,0x9f,0xff,0xff,0xfb,0x03,0x6f,0xff, +0x66,0x40,0xc1,0x08,0x02,0x28,0x13,0x06,0x09,0x00,0x00,0x02,0x04,0x00,0xda,0x07, +0x50,0xbf,0xfd,0x76,0x00,0x04,0x4a,0x04,0x50,0x04,0xcf,0xeb,0x00,0x8f,0x00,0x19, +0x6f,0x28,0xff,0x60,0x00,0xcf,0xf2,0x0b,0x00,0x0a,0x00,0x21,0x02,0xf0,0x09,0x6f, +0xfa,0x00,0x5f,0xff,0x23,0xff,0xfb,0xcf,0xff,0xf2,0x0c,0xff,0xff,0xd8,0xff,0x20, +0x1a,0xee,0xa1,0x4f,0xf2,0x8f,0xf5,0xb9,0x11,0x20,0x3f,0xfa,0x4a,0x13,0x20,0x0e, +0xfe,0xac,0x13,0x90,0x09,0xff,0x30,0x08,0xff,0x20,0x04,0xff,0x70,0xe1,0x04,0x20, +0xff,0xb0,0x74,0x14,0x90,0xaf,0xf0,0x5f,0xf3,0x00,0x00,0x5f,0xf4,0x9f,0x8e,0x00, +0x10,0xf7,0x25,0x11,0x50,0x0b,0xfd,0xff,0x40,0x00,0x24,0x03,0x01,0x8e,0x07,0x10, +0xfa,0xe4,0x0d,0x00,0x6c,0x09,0xf0,0x25,0x01,0xff,0x91,0xff,0xc0,0x00,0xff,0xf5, +0x00,0x5f,0xf5,0x0d,0xff,0x00,0x2f,0xff,0x90,0x08,0xff,0x20,0x9f,0xf3,0x06,0xfd, +0xfd,0x00,0xbf,0xe0,0x05,0xff,0x60,0xaf,0x7f,0xf1,0x0f,0xfa,0x00,0x2f,0xf9,0x0d, +0xf2,0xef,0x42,0xff,0x60,0x00,0xef,0xc1,0xff,0x0c,0xf8,0x5f,0xd6,0x0c,0xf0,0x07, +0x4f,0xc0,0x8f,0xb7,0xff,0x00,0x00,0x6f,0xf9,0xf8,0x05,0xfe,0xaf,0xb0,0x00,0x02, +0xff,0xef,0x50,0x1f,0xfe,0xf8,0xf2,0x00,0x30,0xf1,0x00,0xdf,0x6a,0x00,0xf0,0x0e, +0xaf,0xfe,0x00,0x0a,0xff,0xf0,0x00,0x2f,0xfe,0x00,0x08,0xff,0x60,0x9f,0xf7,0x00, +0xff,0xd0,0x01,0xff,0xe0,0x6f,0xf5,0x00,0x07,0xff,0x7d,0xfd,0x00,0x6a,0x16,0x10, +0x40,0xb6,0x02,0x10,0xb0,0x90,0x08,0x20,0xfa,0x00,0x40,0x00,0xe0,0xf3,0x00,0x00, +0xbf,0xe3,0xff,0xd0,0x00,0x4f,0xf8,0x0a,0xff,0x60,0x0d,0xd9,0x0f,0x80,0x16,0xff, +0x90,0x00,0x8f,0xf9,0x8f,0xf6,0xf0,0x00,0x20,0x2f,0xfb,0xdb,0x00,0x40,0x0b,0xff, +0x10,0x05,0xaf,0x0c,0x30,0x60,0x09,0xff,0xaa,0x14,0xf1,0x05,0x0e,0xfb,0x00,0x00, +0x9f,0xf1,0x3f,0xf5,0x00,0x00,0x2f,0xf5,0x7f,0xf0,0x00,0x00,0x0c,0xfa,0xbf,0xa0, +0xe4,0x00,0x10,0x50,0x80,0x01,0x01,0x19,0x0a,0x21,0x9f,0xfa,0xf8,0x10,0x14,0xf5, +0x7f,0x16,0x20,0x04,0x8d,0x97,0x02,0x11,0x0b,0x2f,0x0a,0x32,0x0c,0xfd,0x80,0x10, +0x09,0x21,0xff,0xf7,0x05,0x00,0x30,0x04,0x66,0x6a,0xc9,0x08,0x00,0xcc,0x0e,0x01, +0xc7,0x08,0x01,0xc6,0x08,0x01,0xc5,0x08,0x20,0x6f,0xfc,0x20,0x13,0x10,0xf2,0x2d, +0x06,0x40,0xc6,0x66,0x64,0x2f,0xc5,0x15,0x11,0x2f,0xca,0x15,0xd0,0x08,0xef,0x90, +0x04,0xff,0xc5,0x00,0x7f,0xe0,0x00,0x08,0xfd,0x00,0xca,0x18,0x10,0x07,0x6c,0x03, +0x10,0xe0,0xeb,0x18,0xe0,0x00,0xcf,0xc0,0x03,0xff,0xe3,0x00,0x4f,0xfc,0x10,0x00, +0x2d,0xfb,0x00,0x23,0x00,0x12,0x06,0x1c,0x00,0x00,0x23,0x00,0x21,0x8f,0xd0,0x31, +0x00,0x40,0x6f,0xf2,0x00,0x01,0x9b,0x19,0x4f,0x9a,0x60,0xba,0xfe,0x01,0x00,0x03, +0x60,0x0f,0xfc,0x30,0x00,0xbf,0xfc,0xd1,0x19,0xf0,0x06,0x00,0x04,0xff,0x10,0x00, +0x4f,0xf0,0x00,0x05,0xff,0x00,0x00,0x5f,0xe0,0x00,0x05,0xfe,0x00,0x00,0x3f,0xf5, +0x70,0x11,0xa1,0x00,0x05,0xff,0xc0,0x02,0xff,0x70,0x00,0x5f,0xf0,0x15,0x00,0x12, +0x5f,0x23,0x00,0x10,0x4f,0x31,0x00,0x90,0x00,0x01,0x9f,0xf0,0x00,0xff,0xf9,0x00, +0x0a,0x0f,0x13,0xf0,0x0b,0x8e,0xd7,0x00,0x04,0x00,0x0a,0xff,0xff,0xc5,0x7f,0xb0, +0x1e,0xe5,0x6e,0xff,0xff,0x70,0x01,0x30,0x01,0x9e,0xe6,0x00,0x00,0x16,0x72,0x11, +0x03,0xf0,0x09,0x50,0x0d,0xe3,0x3d,0xe0,0x0f,0x90,0x07,0xf2,0x0f,0xb0,0x0a,0xf0, +0x08,0xfb,0xbf,0xa0,0x00,0x8e,0xe9,0x00,0x00,0x84,0x00,0x12,0x0d,0x20,0x00,0x09, +0xd2,0x0a,0x10,0x9f,0x09,0x00,0x00,0xdf,0x02,0x10,0xae,0x03,0x08,0x18,0x00,0x01, +0x00,0x23,0xbf,0xc0,0x09,0x00,0x90,0xcf,0x90,0x02,0x47,0x91,0x00,0x03,0xff,0xed, +0x9e,0x06,0x31,0xf2,0x00,0x03,0xcb,0x10,0xb1,0xec,0x91,0x00,0x00,0x34,0x45,0xff, +0x42,0x13,0x30,0x00,0x1c,0x0a,0x41,0x00,0x2b,0xfc,0x00,0xe5,0x0a,0x43,0xef,0xff, +0xfd,0x50,0x08,0x0e,0x11,0xff,0x45,0x0c,0xf0,0x15,0xff,0x30,0xbf,0xb9,0xff,0x90, +0x00,0x9f,0xfb,0xff,0x04,0xff,0x30,0x8f,0xf1,0x03,0xff,0x72,0xff,0x2e,0xfa,0x00, +0x2f,0xf5,0x0b,0xfa,0x00,0xff,0xef,0xe1,0x00,0x3f,0xf5,0x0f,0xf4,0x00,0x3a,0x02, +0x60,0x8f,0xf2,0x0f,0xf9,0x49,0xff,0x0f,0x0b,0x10,0xc0,0xfa,0x19,0xf0,0x01,0xd0, +0x15,0xcf,0xff,0x20,0x04,0xef,0xfd,0xaf,0xb3,0xff,0xff,0xe4,0x00,0x00,0x02,0x55, +0x0b,0x17,0xc7,0x9f,0x00,0x11,0x34,0xd1,0x0a,0x00,0xf7,0x01,0x10,0x20,0xbf,0x14, +0x40,0x50,0x00,0xaf,0xf0,0x9d,0x14,0x00,0xa2,0x02,0x03,0xac,0x06,0x21,0xaf,0xf0, +0xdd,0x11,0x32,0xe0,0x09,0xff,0x36,0x0e,0x31,0x60,0x8f,0xf1,0xc0,0x14,0x41,0xfb, +0x07,0xff,0x20,0xd8,0x00,0x50,0xf0,0x5f,0xf4,0x00,0x05,0x85,0x0c,0x50,0x43,0xff, +0x70,0x01,0xf5,0xed,0x17,0x22,0x0f,0xfb,0xbf,0x01,0xc0,0xa0,0xbf,0xf4,0x1e,0xfe, +0x00,0x00,0x0f,0xc5,0x05,0xff,0xff,0x3d,0x04,0x10,0x10,0xe1,0x1c,0x12,0xd0,0x6c, +0x16,0x23,0xff,0xe2,0xda,0x15,0x2a,0x40,0x00,0x01,0x00,0x41,0x0d,0xec,0xa8,0x64, +0x0e,0x01,0x01,0x5f,0x0f,0x00,0x27,0x05,0x44,0x68,0xac,0xef,0xf2,0xad,0x1a,0x03, +0x07,0x00,0x71,0x24,0x60,0x00,0x00,0x06,0xdd,0xee,0x7b,0x11,0x01,0x25,0x01,0x00, +0x61,0x0c,0x41,0x03,0xb9,0x86,0x55,0xe6,0x0c,0x00,0xb3,0x04,0x12,0xf4,0x08,0x00, +0x23,0xcf,0xf3,0x7e,0x01,0x33,0xfe,0x80,0x00,0x14,0x1c,0x11,0x60,0x08,0x00,0x12, +0xf9,0xfd,0x1c,0x50,0xcf,0xf8,0x00,0x9f,0xf2,0x28,0x00,0x00,0x0a,0x0d,0x50,0xea, +0xab,0xd4,0x9f,0xfb,0xa9,0x03,0xb7,0xff,0xff,0x30,0x7d,0x10,0x00,0x00,0x2b,0xde, +0xed,0xb1,0x9a,0x00,0x24,0x0f,0xf8,0x0a,0x00,0x24,0xff,0x70,0x13,0x00,0xf0,0x02, +0xf7,0x47,0xa0,0x0c,0x60,0x00,0x00,0xde,0xdd,0xff,0xff,0xff,0x08,0xff,0xe5,0x00, +0x0d,0x79,0x0e,0xf1,0x02,0xb0,0x18,0xff,0xfc,0x00,0x57,0x77,0xff,0x71,0x00,0x00, +0x01,0xaf,0xb0,0x00,0x00,0x0f,0x8d,0x00,0x10,0x42,0x39,0x00,0x41,0x99,0xbc,0xca, +0x60,0x12,0x19,0x10,0xff,0x4b,0x13,0x01,0x72,0x1d,0x80,0xea,0x76,0x69,0xff,0xe1, +0x00,0x01,0xdf,0xea,0x08,0x10,0x04,0xe9,0x04,0xc0,0xe4,0xef,0x50,0x00,0x00,0x0f, +0xf9,0x00,0x2f,0xf5,0x0e,0xf6,0x0c,0x02,0xf0,0x04,0x70,0x02,0xff,0x70,0xff,0x60, +0x00,0x06,0xef,0xf3,0x00,0x0d,0xff,0xef,0xf5,0x2c,0xdf,0xff,0xfa,0x9e,0x1d,0x50, +0xff,0x20,0xef,0xff,0xf8,0x93,0x01,0x5b,0xcd,0x70,0x07,0xb9,0x60,0x46,0x01,0x23, +0xce,0xc1,0x09,0x00,0x24,0x0e,0xfe,0xb5,0x00,0x00,0x52,0x04,0x20,0x3a,0x40,0xbb, +0x01,0xf1,0x02,0xf9,0x11,0x00,0x1f,0xfd,0x00,0x08,0xaa,0xbd,0xff,0xff,0xfe,0x60, +0x7f,0xf6,0x00,0xbf,0x8c,0x02,0xb0,0x30,0xef,0xd0,0x09,0xdb,0x9e,0xfd,0x22,0x6f, +0xf8,0x07,0xe7,0x03,0x60,0xff,0x80,0x00,0xdf,0xa0,0x1f,0xc1,0x0d,0x71,0xf4,0x00, +0x0c,0xfa,0x00,0xaf,0xf2,0x13,0x02,0xf0,0x02,0xdf,0x90,0x05,0xfe,0x40,0x00,0xff, +0xa0,0x00,0x0f,0xf7,0x00,0x06,0x00,0x00,0x6f,0xf4,0x14,0x16,0x00,0xb6,0x01,0x00, +0x5f,0x03,0x11,0xf3,0x6d,0x16,0x14,0x81,0xd3,0x1a,0x20,0xf1,0x5f,0x55,0x1e,0x00, +0x45,0x02,0x22,0x03,0xff,0xef,0x01,0x58,0x28,0x10,0x06,0x89,0x61,0xa7,0x00,0x04, +0x4e,0x17,0x20,0x03,0x5f,0x7b,0x04,0x10,0xca,0x73,0x0c,0x10,0xdf,0x50,0x0a,0x90, +0xd0,0x00,0x00,0x3f,0xc4,0xd4,0x00,0x00,0x0f,0x7e,0x17,0x11,0xda,0x1b,0x03,0x11, +0x70,0xb4,0x0e,0xa1,0x78,0x89,0xbf,0xff,0xfe,0xb3,0x0b,0xff,0x20,0x0d,0xb4,0x00, +0xe0,0xe1,0x2f,0xfa,0x00,0xcf,0xdb,0xff,0xd4,0x5a,0xff,0x60,0xaf,0xf2,0x01,0x54, +0x1a,0xd0,0x0f,0xf8,0x03,0xff,0x90,0x00,0x05,0xff,0x30,0x00,0xef,0x80,0x0d,0x3e, +0x07,0x40,0xe0,0x00,0x0f,0xf7,0x26,0x0f,0x81,0x1f,0xf9,0x00,0x00,0xff,0x60,0x03, +0x92,0xc9,0x17,0x22,0x2f,0xf5,0xd5,0x02,0x21,0x00,0x05,0xc5,0x02,0x61,0x5f,0xf7, +0x00,0x00,0xbf,0xf0,0xba,0x0d,0x32,0x17,0xca,0xcf,0x2e,0x1e,0x31,0x80,0x5f,0xff, +0x1c,0x00,0x64,0x17,0xc1,0x02,0xac,0xc9,0x30,0x88,0x18,0x01,0xb1,0x00,0x00,0x30, +0x00,0x90,0x01,0x00,0x23,0x10,0x01,0xef,0xd8,0xbf,0xc0,0x20,0x05,0x00,0x95,0x15, +0x10,0x8f,0xfa,0x01,0xb0,0x95,0x10,0x00,0x01,0x22,0x11,0x8f,0xe0,0x00,0x30,0x10, +0xb4,0x00,0x51,0xaa,0xef,0x3c,0xff,0xfe,0x48,0x11,0x11,0xbf,0x5c,0x0b,0x83,0x62, +0x01,0x23,0x34,0x32,0x10,0xcf,0xd0,0x97,0x17,0xb0,0x50,0x01,0x98,0x20,0x00,0x4f, +0xff,0xfd,0x00,0x4f,0xf1,0x40,0x0b,0x20,0xa0,0x06,0x38,0x01,0x20,0x13,0x60,0x56, +0x01,0x02,0x06,0x04,0x73,0xfa,0x76,0x77,0x8b,0x70,0x00,0x08,0xe0,0x02,0x68,0x04, +0xae,0xff,0xff,0xed,0x60,0x37,0x01,0x07,0x13,0x03,0xd0,0x00,0x02,0x7f,0x20,0x00, +0x00,0x04,0xcf,0x80,0x00,0xce,0x3f,0xc0,0x7e,0x01,0x70,0xd4,0x8c,0x5f,0x97,0xc1, +0x8f,0xfe,0x24,0x03,0x21,0x3b,0x90,0x38,0x0c,0xc2,0xff,0xc8,0x20,0x00,0x00,0x13, +0x44,0x54,0x49,0xff,0x10,0x02,0x3b,0x00,0x82,0xff,0xa9,0xdf,0x40,0x00,0xbf,0xff, +0xef,0xb4,0x17,0x11,0xaf,0x01,0x1b,0x94,0x62,0x00,0x00,0x13,0x33,0x44,0x32,0x1b, +0xfe,0x3e,0x18,0x00,0x0d,0x02,0x51,0x04,0x20,0x00,0x02,0xcb,0xbd,0x14,0x31,0xf4, +0x00,0x04,0x7e,0x19,0x60,0x5f,0xf1,0x00,0x01,0x79,0xcf,0x52,0x0e,0x13,0xf1,0x29, +0x00,0x24,0x4f,0xf8,0x15,0x03,0x60,0xff,0xd9,0x88,0x9a,0xca,0x00,0xce,0x02,0x01, +0x0a,0x06,0x00,0xe6,0x0b,0x44,0xce,0xff,0xed,0xc6,0xa9,0x00,0x11,0x00,0x78,0x06, +0x11,0x50,0x4e,0x04,0x10,0xf5,0xe9,0x11,0x00,0x1c,0x04,0x10,0x0b,0x7d,0x18,0x81, +0x02,0xdf,0xfd,0x20,0x00,0x00,0x3e,0xff,0x69,0x1b,0x20,0xf8,0x00,0x32,0x0e,0x11, +0x60,0x2d,0x03,0x11,0x10,0x34,0x0f,0x11,0xe2,0xd2,0x03,0x21,0xff,0x40,0xb0,0x04, +0x01,0x09,0x12,0x11,0x8f,0x61,0x02,0x11,0x06,0x6b,0x19,0x21,0x00,0x5f,0xbd,0x20, +0x12,0x04,0xf0,0x10,0x31,0x4f,0xb0,0x00,0x46,0x1f,0x32,0x04,0xdc,0x60,0xb6,0x1b, +0x31,0x06,0xff,0x50,0x70,0x1c,0x20,0x00,0x08,0x4e,0x00,0x00,0xb6,0x02,0xb2,0x0a, +0xfe,0x00,0x01,0x00,0x01,0xff,0x73,0x52,0x0c,0xfb,0x90,0x03,0x33,0xf5,0x0d,0xf9, +0x09,0x00,0xb1,0x0e,0xf7,0x00,0x16,0x77,0x77,0xff,0x94,0x20,0x0f,0xf6,0x3b,0x03, +0x50,0x60,0x00,0x0f,0xf5,0x40,0x36,0x00,0x53,0x50,0x00,0x0f,0xf7,0xe9,0x09,0x00, +0x11,0xfd,0xb1,0x03,0x30,0x40,0x00,0x0d,0x10,0x01,0x00,0x56,0x00,0x20,0x0b,0xff, +0x5a,0x0f,0x40,0xfd,0x00,0x00,0x09,0xd2,0x00,0x20,0x9f,0xf7,0x9a,0x00,0x00,0x19, +0x06,0x10,0xd0,0x31,0x00,0x43,0x30,0x00,0xcf,0xff,0x47,0x02,0x28,0x1b,0xe3,0x04, +0x03,0x72,0x06,0x98,0x77,0x66,0x77,0x89,0x50,0x48,0x02,0x13,0x80,0x07,0x00,0x58, +0x00,0x01,0x22,0x32,0x22,0xe7,0x01,0x0e,0x01,0x00,0x22,0x35,0x30,0x61,0x06,0x02, +0x0b,0x1b,0x34,0xdf,0xc0,0x00,0x48,0x1e,0x00,0xfe,0x09,0x81,0xfb,0x40,0x00,0x01, +0x24,0x77,0x4f,0xff,0x77,0x02,0x00,0xed,0x19,0x00,0xd0,0x0a,0x61,0x05,0x8a,0xbb, +0xba,0x97,0x41,0xf7,0x05,0x03,0x6c,0x05,0x01,0x59,0x01,0x02,0x41,0x0c,0xa2,0x30, +0x03,0x10,0x00,0x00,0xef,0xd9,0xdf,0xe0,0x1f,0xd1,0x02,0x12,0xf1,0x08,0x00,0x72, +0xb8,0x40,0x05,0x56,0x77,0x76,0x5a,0xec,0x05,0x01,0x83,0x03,0x02,0x61,0x00,0x02, +0x92,0x05,0x61,0x12,0x4f,0xf9,0x00,0x02,0x76,0x66,0x0c,0x30,0x20,0x07,0xff,0x08, +0x00,0x30,0xfd,0x10,0x0a,0x3a,0x02,0x22,0x14,0x72,0x0f,0x0a,0x02,0x84,0x1c,0x03, +0x49,0x02,0x50,0xfc,0x98,0x89,0xad,0xb0,0xb5,0x01,0x00,0x59,0x19,0x00,0xf6,0x12, +0x3c,0xef,0xfe,0xdb,0xb9,0x04,0x03,0x75,0x0e,0x00,0x43,0x15,0x03,0x95,0x1a,0x12, +0x30,0x30,0x02,0x02,0x71,0x00,0x01,0xbd,0x01,0x04,0x91,0x1d,0x00,0x5c,0x00,0x12, +0x00,0x2d,0x00,0x19,0xf0,0x0f,0x00,0x02,0xb4,0x06,0x03,0xc4,0x06,0x12,0x05,0x0f, +0x00,0x30,0x06,0xf5,0x0a,0x3c,0x00,0x00,0xc5,0x1c,0xe1,0xf7,0x00,0x00,0x2a,0xff, +0xf8,0x03,0xff,0xfc,0x9a,0xdf,0xff,0xf8,0x00,0x72,0x01,0x11,0xe5,0x19,0x15,0x28, +0xeb,0x50,0x52,0x03,0x04,0x9c,0x1f,0x00,0x4a,0x00,0x10,0xfe,0xb4,0x06,0x40,0xcc, +0xdd,0xde,0xef,0x8b,0x03,0x03,0x22,0x01,0xc0,0xff,0xf9,0x19,0x87,0x76,0x65,0x5b, +0xfe,0x44,0x55,0x53,0x00,0x3f,0x0b,0x13,0xfd,0x8c,0x00,0x23,0xff,0xfd,0x7e,0x00, +0x12,0xef,0x02,0x01,0x32,0x1f,0xf7,0x04,0x03,0x01,0x32,0x4f,0xf2,0x02,0x8b,0x1b, +0x32,0x1f,0xfa,0x29,0x49,0x01,0x00,0x3d,0x18,0x03,0xef,0x00,0x02,0x6e,0x04,0x00, +0x12,0x06,0x12,0xf9,0x6b,0x01,0x11,0x7e,0x3b,0x12,0x00,0xcf,0x16,0x22,0xfd,0x20, +0xde,0x00,0x14,0xfe,0x77,0x06,0x09,0x1c,0x1d,0x05,0x0e,0x04,0x41,0x63,0x7f,0x40, +0x00,0xf9,0x1d,0x32,0x5f,0xb3,0xfd,0xdf,0x03,0xd2,0x70,0xcf,0x4a,0x91,0x24,0x55, +0x55,0x66,0x7f,0xfb,0x7a,0xd7,0x71,0xa9,0x04,0x00,0xc7,0x0f,0xa3,0x8f,0xff,0xee, +0xdd,0xdf,0xfd,0xcc,0xcd,0xd2,0x00,0xdd,0x02,0x01,0x2e,0x00,0x23,0x9d,0xef,0x3c, +0x07,0x23,0xef,0xff,0xe0,0x06,0x42,0xaf,0xe5,0x4e,0xfb,0x28,0x02,0x14,0xf9,0x67, +0x02,0x43,0xbf,0xd1,0x0e,0xff,0x33,0x02,0x04,0xcb,0x07,0x12,0x08,0xe4,0x03,0x00, +0x3a,0x00,0x13,0x6e,0xad,0x01,0x23,0x01,0x7f,0x28,0x02,0x10,0x1c,0x78,0x0e,0x02, +0xf6,0x0e,0x14,0xfe,0xea,0x01,0x18,0x55,0xbc,0x00,0x31,0x29,0x93,0x00,0xb9,0x14, +0x41,0x00,0x03,0xff,0x40,0x2b,0x01,0x10,0x00,0x18,0x23,0x00,0xbc,0x00,0x00,0xf0, +0x05,0x11,0x30,0x13,0x00,0x83,0x34,0x57,0x9f,0xfd,0xde,0x90,0x9a,0xbd,0x75,0x01, +0x11,0x0f,0x39,0x09,0xa1,0xcf,0xf9,0x76,0x40,0xcc,0x98,0xff,0x81,0x00,0x03,0x12, +0x02,0x21,0x1f,0xf6,0xd8,0x09,0x01,0xd9,0x03,0x42,0x08,0x8b,0xff,0x00,0x13,0x00, +0x32,0xdf,0xff,0xd0,0xe2,0x00,0x32,0x07,0xab,0xb4,0xaf,0x07,0x04,0x78,0x00,0x63, +0xef,0xd2,0x00,0x00,0x12,0x43,0x82,0x01,0x02,0xf0,0x00,0x11,0x1e,0x77,0x13,0x01, +0x99,0x0d,0x40,0x78,0x98,0x87,0x65,0x56,0x00,0x51,0x33,0x33,0x45,0x67,0xa3,0xd2, +0x04,0x01,0xdf,0x16,0x00,0x94,0x08,0x11,0xee,0x8f,0x16,0x43,0x03,0x20,0x01,0xcf, +0xa7,0x01,0x12,0xdf,0x36,0x01,0x33,0x04,0xef,0xe4,0x63,0x1d,0x96,0xd2,0x13,0x45, +0x56,0x40,0x46,0x7c,0xff,0xff,0x2b,0x02,0x82,0xed,0xde,0x90,0xff,0xda,0x98,0xff, +0xc4,0x5d,0x02,0x04,0x13,0x0a,0x11,0x1f,0x85,0x06,0x02,0x44,0x04,0x11,0x00,0xba, +0x01,0x01,0xc7,0x04,0x01,0xa6,0x08,0x31,0xc9,0x88,0x10,0x5d,0x00,0x04,0xea,0x1e, +0x22,0x49,0xde,0x20,0x18,0x0b,0xf5,0x05,0x00,0x28,0x11,0x04,0x66,0x03,0x14,0x20, +0xca,0x09,0x24,0x69,0xc3,0xb3,0x00,0x13,0xf3,0x09,0x00,0x20,0xfd,0xa2,0xb2,0x01, +0x10,0x67,0xa8,0x1b,0x21,0x11,0x10,0x2f,0x03,0x11,0x05,0x16,0x24,0x32,0x00,0xdf, +0xd0,0x09,0x00,0xa4,0x02,0xff,0x80,0x02,0x54,0x43,0x45,0x50,0x00,0x07,0x8c,0x00, +0x23,0x0d,0xfe,0x21,0x1f,0x53,0x2f,0xfa,0x00,0xaf,0xb0,0x91,0x03,0x23,0xcf,0x90, +0x64,0x04,0xe0,0xdf,0xd1,0x00,0x01,0x21,0x06,0xff,0x90,0x00,0xaf,0xff,0xee,0xff, +0xf4,0xd3,0x12,0x10,0x1b,0x6f,0x00,0xa7,0x01,0x79,0x00,0x00,0x00,0x26,0x88,0x87, +0x50,0x00,0x38,0x20,0x20,0xdc,0x60,0x62,0x0b,0x12,0x10,0xac,0x10,0x21,0x2e,0x96, +0x70,0x1a,0x90,0x55,0x84,0x00,0xdf,0x3c,0xe1,0xbc,0xbc,0xef,0x5e,0x25,0x31,0xf7, +0x10,0x0d,0x83,0x03,0x00,0xd6,0x00,0x43,0x7a,0xab,0xff,0xa4,0x05,0x01,0x70,0x5f, +0xf4,0x01,0xbd,0xde,0xdc,0xc3,0xdb,0x00,0x22,0x10,0x2f,0x0c,0x0a,0x73,0xef,0xc0, +0x01,0x98,0x76,0x78,0x92,0xdd,0x20,0x08,0x1f,0x04,0x00,0x96,0x00,0x22,0x06,0xdb, +0x88,0x06,0x42,0xf9,0x00,0x9f,0xc0,0x5d,0x03,0x23,0x30,0x0a,0x09,0x03,0x70,0xd0, +0x00,0x8f,0xfe,0xa9,0xab,0xd9,0x94,0x05,0x20,0x01,0xdf,0x77,0x1d,0x9a,0x05,0xbf, +0x10,0x00,0x00,0x6b,0xcd,0xdc,0xb5,0x7d,0x04,0x30,0x01,0x45,0x63,0x07,0x00,0x20, +0x59,0xef,0xb1,0x19,0x30,0x08,0xcf,0xff,0xbe,0x07,0xa0,0x60,0x0a,0xff,0xfd,0x83, +0x00,0x04,0xef,0xf0,0x04,0x58,0x20,0x00,0xcf,0x21,0x02,0x67,0x00,0x03,0xbe,0x01, +0x23,0x8f,0xf3,0x89,0x00,0x01,0x7a,0x05,0x11,0x38,0xe2,0x0d,0x00,0xc2,0x27,0x12, +0xe4,0x1b,0x03,0x11,0xd7,0x57,0x00,0x23,0x97,0x52,0x61,0x00,0x40,0x14,0x56,0x31, +0x00,0xa5,0x20,0x11,0xae,0x4a,0x1e,0x31,0x03,0x8c,0xff,0xaa,0x18,0xd1,0x20,0x7f, +0xff,0xff,0xe9,0x52,0x00,0x3b,0xff,0xc0,0x1f,0xfe,0x93,0x01,0x02,0x32,0xf3,0x08, +0x60,0x05,0x01,0x1c,0xf6,0x5e,0x07,0x23,0x7f,0xf7,0xab,0x00,0x04,0x15,0x0b,0x12, +0x3d,0xaf,0x16,0x40,0x02,0x7c,0xff,0xfd,0xe0,0x04,0x20,0xbd,0xef,0x3b,0x1a,0x11, +0x00,0xe3,0x13,0x11,0xc5,0x21,0x00,0x3a,0xee,0xda,0x72,0xe6,0x00,0x83,0x02,0x35, +0x67,0x9a,0xbc,0xde,0x95,0xcd,0x51,0x03,0x00,0xdb,0x13,0xb9,0xef,0xff,0xfc,0xa9, +0x54,0xda,0x75,0x31,0x0b,0xff,0x71,0x58,0x02,0x03,0xb1,0x04,0x05,0x71,0x05,0x34, +0x00,0x0c,0xfc,0x70,0x01,0x13,0xa0,0x61,0x0a,0x04,0x11,0x00,0x04,0x6b,0x0b,0x34, +0x06,0xff,0xf3,0x3e,0x05,0x24,0xfb,0x52,0x06,0x04,0x12,0xfd,0x1b,0x00,0x14,0xef, +0x4f,0x00,0x20,0x47,0xa2,0x5d,0x00,0x10,0x34,0x88,0x00,0x32,0x80,0x6c,0xdf,0x89, +0x00,0x22,0x90,0x6f,0x89,0x00,0x81,0xaa,0x50,0x5d,0xa7,0x53,0x10,0xbf,0xf7,0x6e, +0x09,0x00,0xc2,0x1d,0x41,0x04,0x2f,0xa0,0x00,0x89,0x23,0x32,0x7f,0x6a,0xf3,0xed, +0x05,0x30,0x0d,0xe2,0xd4,0xf4,0x06,0x41,0xb0,0x00,0x05,0xb2,0xe1,0x03,0x17,0x90, +0xe4,0x0a,0x02,0x8d,0x00,0x14,0xf2,0x2f,0x01,0x24,0xfe,0x20,0xec,0x06,0x23,0xfa, +0x41,0xb2,0x03,0x04,0xba,0x04,0x15,0x07,0x8f,0x00,0x62,0x05,0x8b,0x20,0x00,0x02, +0x95,0x96,0x03,0x12,0xfc,0xbe,0x05,0x00,0x59,0x02,0x51,0x1b,0x10,0x03,0xff,0xa0, +0x8d,0x25,0x91,0xcf,0xf2,0x06,0xef,0xff,0xb0,0x00,0x4f,0xfc,0x0c,0x11,0x21,0x0c, +0xff,0xcc,0x03,0x30,0x2d,0xff,0xe5,0x50,0x00,0x35,0xef,0xf8,0x00,0xf5,0x17,0x02, +0x4a,0x11,0x05,0x82,0x06,0x22,0xbf,0xf1,0xdd,0x05,0x70,0xfc,0x40,0x00,0x00,0x13, +0x64,0x2e,0x3f,0x04,0x20,0xff,0xf8,0x81,0x00,0x00,0x00,0x1f,0xa5,0x03,0x8a,0xbc, +0xba,0xa8,0x62,0x00,0x00,0x01,0x32,0x9f,0x21,0x05,0xcd,0x03,0x13,0x10,0x43,0x01, +0x43,0xfe,0x8b,0x60,0x15,0x88,0x27,0x30,0x70,0xbf,0xd5,0x67,0x1b,0xa0,0xfe,0xc9, +0x31,0xcf,0xff,0xc3,0x03,0x44,0xdf,0xd0,0xef,0x09,0x00,0x07,0x1d,0x61,0x60,0x00, +0x5d,0xd1,0x07,0xd0,0x70,0x07,0x22,0x5f,0xf1,0xfa,0x23,0x00,0x52,0x0a,0x00,0x7a, +0x21,0x10,0x00,0x50,0x28,0x00,0xcd,0x0a,0x40,0x06,0x9b,0xcf,0xf2,0x29,0x23,0x30, +0x11,0xdf,0xff,0x14,0x26,0x60,0x2a,0xf5,0x09,0xfe,0x74,0x7f,0x37,0x09,0x80,0x20, +0x0d,0xf8,0x00,0x4f,0xfe,0xff,0xe1,0xf4,0x0f,0x52,0x42,0xbf,0xf3,0x8f,0xc0,0x3a, +0x02,0x31,0xd0,0x06,0x30,0x09,0x2a,0x13,0xfc,0x3e,0x01,0x11,0x12,0x26,0x01,0x1a, +0x53,0x67,0x01,0x00,0xaf,0x05,0x50,0x0d,0xcb,0xbb,0xbc,0xd6,0xbd,0x05,0x01,0xa3, +0x00,0x94,0x5f,0xf1,0x00,0x0a,0xbc,0xcc,0xcc,0xb5,0x08,0x3e,0x0a,0x23,0x9f,0xc0, +0x41,0x07,0x14,0xfa,0x10,0x0f,0x13,0x80,0x8f,0x01,0x32,0xf8,0x92,0x00,0xb9,0x08, +0x41,0xbf,0x80,0x89,0x40,0x2e,0x02,0x31,0xf3,0x0e,0xf6,0x22,0x00,0x12,0xfe,0x93, +0x06,0xb2,0x0a,0xff,0x90,0x0e,0xff,0x97,0x77,0x8b,0xd0,0x8f,0xf5,0x33,0x08,0x50, +0x16,0xff,0x20,0x00,0x6c,0xc5,0x1c,0x33,0x2b,0xa1,0x00,0xc9,0x04,0x07,0xd4,0x02, +0x43,0x8c,0xef,0xec,0x70,0x49,0x07,0x30,0xff,0xfe,0x40,0x21,0x0d,0x30,0xfb,0xff, +0xcb,0xd0,0x05,0xc0,0xdf,0xf9,0x14,0xff,0x60,0x2e,0xff,0x20,0x08,0xff,0x80,0x08, +0x96,0x14,0x31,0xb0,0x1f,0xfc,0x2c,0x01,0x60,0xaf,0xf1,0x5f,0xf4,0x00,0x0f,0xdc, +0x1d,0x40,0xf5,0x8f,0xf0,0x00,0xdf,0x26,0x70,0x4f,0xf6,0xaf,0xf0,0x00,0x8f,0xf2, +0x12,0x00,0x00,0xf8,0x1e,0x00,0x45,0x20,0xe0,0xf2,0x5f,0xf8,0x09,0xff,0x60,0x00, +0x02,0xff,0xf0,0x0e,0xff,0xef,0xfd,0xf3,0x01,0x20,0x60,0x07,0x58,0x05,0x30,0x28, +0xff,0xfc,0x5c,0x02,0x22,0x40,0x4e,0x6d,0x03,0x53,0x20,0x00,0x0c,0xff,0xd6,0x89, +0x00,0x10,0x62,0x06,0x00,0x10,0x97,0xbb,0x1c,0x10,0x99,0x3f,0x26,0x01,0x49,0x27, +0x10,0xf1,0xe6,0x05,0x11,0x30,0x85,0x2a,0x01,0xb1,0x10,0x50,0x32,0x11,0x8f,0xf5, +0x7a,0xe8,0x10,0x12,0x2f,0xcd,0x24,0x31,0xaf,0xb0,0x02,0xd6,0x06,0x80,0x00,0x0c, +0xf9,0x00,0x01,0x23,0x39,0xff,0x18,0x01,0x10,0x70,0xbe,0x02,0x00,0x2a,0x13,0x01, +0xe3,0x15,0x00,0x12,0x02,0x32,0xff,0x56,0x00,0xe3,0x01,0x80,0x0f,0xf9,0xf5,0x00, +0x7a,0xcd,0xff,0x20,0x91,0x06,0x21,0x11,0xef,0xd2,0x01,0x60,0x0e,0xff,0xc0,0x9f, +0xe5,0x27,0x8e,0x00,0x40,0xdf,0xf7,0x0c,0xfa,0xc6,0x18,0xe1,0xc0,0x0c,0xff,0x30, +0xaf,0xfa,0x8e,0xff,0x19,0xf6,0x00,0x9f,0xf0,0x02,0xf5,0x04,0x65,0x00,0x05,0xec, +0x00,0x01,0x8b,0x74,0x09,0x14,0x20,0x3d,0x01,0x13,0x4e,0x62,0x08,0x00,0x96,0x10, +0x02,0x75,0x08,0x00,0x0e,0x07,0x00,0x4f,0x04,0x01,0x2b,0x0f,0x23,0x0c,0xff,0x50, +0x05,0x41,0xc0,0x01,0xdf,0xfa,0x64,0x01,0x40,0xfe,0x20,0x00,0x2f,0x3c,0x03,0x12, +0x09,0xb5,0x0e,0x11,0xf7,0xae,0x01,0x00,0xac,0x08,0x00,0xba,0x01,0x12,0xbd,0xc3, +0x02,0x14,0xf7,0xeb,0x0b,0x15,0xbf,0x2f,0x0f,0x12,0x0c,0x25,0x05,0x01,0x56,0x00, +0x05,0x7d,0x00,0x15,0x03,0x09,0x00,0x14,0xb2,0x4a,0x26,0x11,0x57,0x84,0x03,0x70, +0x2a,0xc6,0x00,0x3f,0xe1,0xcf,0x60,0x62,0x03,0x61,0xff,0x80,0x09,0xf8,0x4d,0x50, +0x1d,0x13,0x31,0xf6,0x01,0xfa,0x55,0x00,0x42,0xfa,0x5f,0xff,0x50,0xaa,0x04,0x22, +0xc0,0x05,0x72,0x04,0x32,0x6f,0xff,0x20,0xef,0x03,0x10,0x06,0x96,0x00,0x10,0x0a, +0xed,0x1e,0x11,0x1f,0x96,0x00,0x30,0xcf,0xfd,0x10,0x76,0x2c,0x00,0xd6,0x00,0x00, +0x15,0x00,0x12,0x44,0xd9,0x04,0x03,0xdf,0x00,0x00,0x5f,0x0c,0x15,0xd0,0xec,0x0c, +0x05,0x8e,0x10,0x15,0x66,0x57,0x0a,0xb0,0x20,0x00,0x08,0xfe,0x01,0x24,0x30,0x0d, +0xff,0xed,0xef,0xea,0x08,0x22,0xdf,0xff,0xb8,0x23,0x51,0x23,0x44,0xbf,0xe3,0x20, +0xea,0x00,0xc3,0xfd,0x00,0x01,0x20,0x5f,0xed,0xcc,0xef,0xfd,0xef,0xff,0x15,0x3c, +0x0b,0x71,0x14,0x67,0x77,0xcf,0xf6,0x54,0x31,0xd4,0x03,0x01,0xbf,0x07,0x11,0xcd, +0xed,0x18,0x10,0xaf,0xf8,0x03,0xc0,0x20,0x00,0x5f,0xf8,0x33,0x9f,0xff,0xff,0x91, +0x09,0xfd,0x00,0x44,0x17,0x91,0xe3,0x7f,0xf7,0x35,0xdf,0xf1,0x1b,0xff,0x21,0x5f, +0x00,0x6b,0x09,0x80,0x01,0x9e,0xff,0xe8,0x96,0x06,0x22,0x13,0x50,0x55,0x04,0x01, +0xc7,0x17,0x03,0x99,0x13,0x02,0x10,0x06,0x44,0x45,0x43,0x3c,0xfe,0x02,0x03,0x04, +0x67,0x01,0x00,0x6f,0x02,0x32,0x29,0x82,0x00,0x51,0x2a,0x01,0x58,0x09,0x92,0x6d, +0xff,0xff,0xfe,0xa4,0x4f,0xf2,0x00,0x02,0x6a,0x05,0x00,0xc8,0x0f,0xb1,0xe6,0x8f, +0xf5,0x48,0xdf,0xff,0xf6,0x00,0x7f,0xe1,0x0d,0xbd,0x25,0x30,0xfc,0x0b,0xf8,0x52, +0x18,0x10,0x04,0xfc,0x19,0x20,0xb4,0xef,0x1b,0x08,0x31,0xe3,0xe4,0x0a,0x7e,0x19, +0xb0,0xbf,0xf7,0x01,0x00,0x2e,0xff,0xf7,0x00,0x02,0xcf,0xfb,0xba,0x06,0x32,0x63, +0x00,0x07,0x62,0x0d,0x00,0x6c,0x08,0x29,0xf8,0x00,0xd5,0x0d,0x04,0x26,0x0a,0x00, +0x10,0x16,0x01,0x58,0x2c,0x82,0x39,0x76,0xbf,0xea,0xdf,0x50,0x2e,0x90,0x57,0x0d, +0xd0,0x50,0xbf,0xfc,0x10,0x2c,0xdd,0xff,0xf9,0x74,0x10,0x0b,0xff,0xd1,0xea,0x13, +0x00,0xd4,0x00,0x31,0xfa,0x00,0x4b,0x80,0x01,0x33,0x0a,0xd1,0x06,0xed,0x08,0x33, +0x10,0x0e,0xf6,0x5d,0x07,0x42,0x2f,0xe0,0x0e,0xf5,0x1a,0x09,0x20,0xe0,0x1f,0x71, +0x26,0x61,0xc7,0x00,0x1f,0xfc,0xdf,0xe0,0xd9,0x0b,0x11,0x0a,0xb5,0x09,0x00,0xe2, +0x0b,0x10,0x7b,0x74,0x02,0x11,0x2e,0x58,0x16,0x52,0xe7,0x66,0x7a,0xff,0xfa,0xe6, +0x11,0x01,0xec,0x20,0x63,0x00,0x19,0xdf,0xff,0xed,0xb6,0x93,0x00,0x20,0xac,0x90, +0x89,0x01,0x11,0xa0,0x37,0x06,0x02,0xaa,0x00,0x01,0x31,0x01,0x64,0x5f,0xf3,0x4a, +0xdf,0xff,0xd6,0x32,0x09,0x20,0xff,0xe2,0xa6,0x02,0x60,0xfa,0x6e,0xfc,0xaf,0xfe, +0x20,0xd7,0x13,0xb0,0x3f,0xf5,0x05,0xff,0xa0,0x04,0xff,0xff,0x90,0xaf,0xf0,0xf6, +0x16,0xf1,0x04,0xfc,0x8f,0xf3,0xff,0xa0,0x00,0x3f,0xf5,0x2f,0xf4,0x1f,0xfe,0xff, +0x20,0x00,0x1f,0xf7,0x6f,0xf0,0xa5,0x15,0x70,0x3f,0xf7,0x8f,0xd0,0x02,0xff,0xf3, +0x4f,0x15,0x50,0x7f,0xf1,0x1c,0xff,0xfc,0x21,0x15,0xf0,0x00,0x4f,0xff,0xff,0xfd, +0xf5,0x00,0x5e,0xff,0x60,0x0b,0xff,0xff,0x80,0x25,0x9d,0x35,0x01,0x44,0x7a,0x93, +0x00,0x09,0x5d,0x0b,0x3f,0x01,0xdb,0x71,0xd8,0x0d,0x03,0x24,0x6f,0xf4,0x0e,0x06, +0x11,0x10,0x2f,0x0b,0x21,0x20,0x8f,0x35,0x03,0x00,0xd6,0x1a,0x10,0xde,0x0b,0x04, +0x23,0x9e,0xff,0x35,0x0c,0x57,0x01,0x3f,0xfb,0x76,0x51,0xc3,0x0b,0xa0,0x18,0x41, +0x2f,0xf4,0x00,0x00,0x59,0xc2,0x02,0xff,0x68,0x06,0x41,0x45,0xff,0xc0,0x2d,0x04, +0x0a,0x00,0xae,0x2a,0x50,0x3a,0xff,0x76,0x65,0x10,0x5d,0x0b,0x01,0x4c,0x00,0x22, +0xff,0xa0,0x89,0x04,0x20,0x2f,0xfa,0xeb,0x04,0x00,0xa0,0x07,0x00,0xe2,0x04,0x30, +0xfa,0x78,0xaf,0xe8,0x03,0x14,0x07,0x3c,0x01,0x23,0x05,0xcf,0x10,0x0d,0x0b,0xd2, +0x14,0x33,0x4d,0x96,0x30,0x84,0x02,0x70,0xfd,0xa6,0x00,0x00,0x00,0x5a,0xef,0xaf, +0x0e,0x83,0x04,0x41,0x00,0x14,0x7a,0xd4,0x00,0x00,0xdc,0x10,0x12,0x0d,0xef,0x05, +0x00,0x45,0x12,0x20,0x13,0x31,0xea,0x0a,0x81,0x3a,0xef,0xff,0xfd,0x40,0x02,0xff, +0xcf,0xbc,0x00,0x10,0x5f,0x8b,0x07,0x51,0x5f,0xff,0x27,0xff,0xe3,0xc2,0x1a,0x21, +0x9f,0xf3,0x05,0x0b,0x26,0x80,0x24,0x4c,0x26,0x90,0x01,0x9f,0xff,0x10,0x02,0x98, +0x77,0x9b,0xff,0x7a,0x0f,0x10,0xff,0xe1,0x04,0x00,0xfe,0x02,0x2d,0xed,0xa6,0x2d, +0x01,0x03,0x10,0x0e,0xa0,0x09,0xfe,0x02,0xae,0xfc,0x50,0x00,0x0a,0xfb,0x3f,0xc3, +0x0b,0xa0,0x0c,0xfb,0xff,0xa4,0x6e,0xff,0x20,0x0e,0xff,0xf9,0xfc,0x2d,0x10,0x0f, +0xae,0x06,0x00,0xd7,0x0e,0x10,0x30,0xd1,0x03,0x01,0x68,0x23,0x22,0x8f,0xf2,0x5f, +0x20,0x31,0xf3,0x2f,0xf6,0x2f,0x03,0x22,0x1f,0xf7,0xe3,0x14,0x11,0x94,0x1b,0x2d, +0x11,0x00,0xf5,0x1c,0x11,0x30,0x21,0x08,0x51,0xf9,0x00,0x00,0x02,0x59,0x80,0x20, +0x12,0x09,0xd3,0x09,0x37,0x00,0xef,0xa6,0x75,0x0d,0x73,0x01,0x11,0x11,0x22,0x34, +0x52,0x00,0xd4,0x0e,0x13,0xd0,0x3e,0x01,0x00,0x4e,0x05,0x53,0x24,0x32,0x11,0xaf, +0xf8,0x15,0x03,0x13,0xe4,0x78,0x08,0x13,0xc1,0x2a,0x0c,0x33,0xfa,0xb9,0x71,0x42, +0x0d,0x20,0xff,0xf7,0xc3,0x00,0x90,0xfa,0x64,0x48,0xef,0xf6,0x00,0x0a,0xff,0xb1, +0xb9,0x14,0x60,0xf1,0x0c,0xff,0x90,0x00,0x10,0x8b,0x04,0xf0,0x02,0x6f,0x90,0x3c, +0xff,0xe6,0x00,0x3f,0xf6,0x00,0x40,0x1f,0xfe,0xdf,0xf7,0x06,0xff,0x30,0x27,0x17, +0x40,0x9f,0xf3,0xef,0xf0,0xd4,0x30,0x21,0x46,0xff,0x3c,0x11,0x14,0xcf,0xb4,0x0c, +0x4f,0x7d,0xff,0xeb,0x81,0x50,0x02,0x03,0x15,0x09,0x23,0x0b,0x14,0x08,0xcf,0x0e, +0x01,0x47,0x1d,0x10,0x24,0x9f,0x2a,0x71,0x9a,0xbe,0xff,0x50,0x7e,0xff,0xf8,0xb9, +0x00,0x30,0xfe,0x3c,0xff,0x01,0x21,0x72,0x05,0xdb,0x9e,0xfd,0xff,0xd5,0x18,0xd7, +0x13,0x00,0x83,0x17,0x01,0x68,0x05,0x11,0x5f,0xc1,0x26,0x10,0x30,0x67,0x04,0x10, +0xf8,0xae,0x01,0x10,0x20,0x28,0x03,0x10,0xf5,0xc6,0x00,0x01,0x74,0x07,0x11,0xf4, +0x5e,0x00,0x00,0xd0,0x04,0x00,0x7b,0x05,0x10,0xfd,0x31,0x2e,0x20,0x1f,0xf5,0x5b, +0x19,0x40,0x01,0xb2,0x04,0xf3,0x0a,0x00,0x10,0x0c,0x82,0x1e,0x31,0x30,0x1f,0xf6, +0x15,0x0b,0x12,0xf4,0xb1,0x0d,0x43,0x01,0xcf,0xfc,0x40,0x61,0x2d,0x0a,0x63,0x02, +0x00,0x8c,0x2f,0x0c,0xb3,0x00,0x02,0x06,0x03,0x01,0xb2,0x00,0x41,0x60,0x00,0x33, +0x10,0xe7,0x25,0xb2,0xf2,0x5c,0xff,0xff,0xd4,0x00,0x06,0xdb,0x9e,0xfb,0xcf,0x4f, +0x27,0x80,0x00,0xdf,0xff,0xf9,0x41,0x27,0xff,0xf2,0xd5,0x05,0x12,0xa1,0xfa,0x2a, +0x11,0x1e,0x03,0x06,0x52,0x0e,0xfb,0x00,0x0b,0xff,0xeb,0x18,0x22,0xb0,0x07,0x58, +0x16,0x62,0x2f,0xf9,0x03,0xff,0xcf,0xf5,0x72,0x10,0x40,0xdf,0xf2,0xff,0x50,0x6d, +0x00,0xd0,0xd0,0x07,0xf6,0x1f,0xf5,0x00,0x03,0x7e,0xff,0xf4,0x00,0x07,0x01,0x4c, +0x19,0x22,0xff,0xe4,0x4a,0x0e,0x33,0x1f,0xfe,0x80,0x0e,0x0b,0x03,0x04,0x09,0x14, +0x21,0xaf,0x16,0x13,0xfb,0x45,0x31,0x42,0xff,0x82,0x35,0x78,0x7e,0x08,0x00,0x51, +0x0d,0x02,0x6d,0x0f,0x82,0xdb,0x00,0x00,0x13,0x47,0xff,0x62,0x11,0xf2,0x06,0xe0, +0xb0,0x10,0x00,0x00,0x29,0x10,0x00,0x7f,0xfe,0xff,0xe6,0x03,0xaf,0xf8,0xf9,0x13, +0xf1,0x0b,0xff,0xfc,0xff,0xff,0x90,0x3f,0xff,0x81,0x05,0xff,0xff,0xc6,0x00,0x2f, +0xff,0x40,0x09,0xff,0xfc,0x30,0x00,0x00,0x6f,0x60,0x1d,0xff,0x99,0x0a,0x53,0x20, +0x0c,0xfe,0x4c,0xf8,0x98,0x06,0x22,0xcf,0x80,0x86,0x0b,0x22,0x01,0x21,0x64,0x0b, +0x51,0xb6,0x45,0x56,0x9b,0x50,0x07,0x16,0x02,0x09,0x02,0x00,0x48,0x1f,0x2f,0xec, +0x30,0x02,0x02,0x03,0x25,0x8f,0x92,0x9a,0x13,0x14,0x30,0x57,0x01,0x13,0x90,0x5b, +0x06,0x05,0x92,0x07,0x00,0x4d,0x1a,0x08,0x01,0x0b,0x03,0xe7,0x2e,0x02,0x25,0x00, +0x21,0xda,0xdb,0x39,0x00,0x00,0xe7,0x02,0x22,0xfe,0x00,0x29,0x2b,0x10,0xd9,0x74, +0x21,0x10,0x20,0x68,0x18,0x00,0xc0,0x0e,0x20,0x5f,0x50,0x7a,0x23,0x20,0x2f,0xf4, +0x92,0x05,0x20,0x5f,0xf8,0x34,0x02,0x31,0x02,0xff,0x90,0x68,0x23,0x50,0xf9,0x01, +0xdf,0xf3,0x03,0x83,0x03,0x10,0xff,0xe6,0x2f,0x20,0x9f,0xf6,0x4a,0x03,0x00,0xfb, +0x2e,0x20,0x7c,0x10,0xbb,0x16,0xc2,0xa5,0x00,0x00,0x34,0x32,0x22,0x22,0x22,0x23, +0x32,0x0a,0xff,0xdd,0x29,0x12,0xaf,0x08,0x00,0x60,0x62,0x22,0x11,0x11,0x11,0x15, +0x38,0x00,0x50,0x0b,0xdc,0x01,0xef,0xe1,0x47,0x03,0x31,0xd2,0xef,0xf3,0x81,0x0c, +0x12,0x5f,0xbd,0x15,0x23,0xa0,0x24,0xe6,0x0f,0x07,0xff,0x0e,0x12,0x06,0x9a,0x0a, +0x32,0x19,0xff,0xf2,0x15,0x00,0x12,0xe3,0x4a,0x05,0x18,0xa1,0x28,0x11,0x00,0x62, +0x0a,0x83,0xee,0xee,0xee,0xee,0xef,0xfe,0x30,0xbf,0x12,0x11,0x84,0xd0,0x79,0x87, +0x77,0x77,0x77,0x77,0x8f,0xf1,0x00,0x11,0x9f,0xdc,0x0f,0x52,0xde,0xd0,0x07,0xff, +0xc0,0x28,0x16,0x12,0xaf,0x46,0x0c,0x42,0xdf,0xd3,0xef,0xe2,0xfd,0x0c,0x22,0xd0, +0x2a,0xc0,0x08,0x04,0xdf,0x10,0x01,0x18,0x30,0x07,0x23,0x24,0x00,0x7f,0x24,0x04, +0x1a,0x00,0x12,0xf5,0xff,0x03,0x33,0x9f,0xff,0x90,0xd8,0x05,0x14,0xf9,0x4a,0x05, +0x08,0x28,0x0f,0x0d,0xd0,0x11,0x14,0x7e,0x73,0x01,0x01,0x0a,0x10,0x11,0xcf,0x86, +0x03,0x11,0x06,0xcb,0x31,0x21,0x00,0x4c,0xe6,0x06,0x41,0x37,0xdf,0xff,0xfc,0xc5, +0x0c,0x30,0xfe,0xff,0xc0,0xa1,0x03,0x11,0xc5,0x8b,0x0d,0x21,0xa8,0x20,0xba,0x0a, +0x07,0x9a,0x0d,0x03,0x0f,0x00,0x23,0x0f,0xfc,0x94,0x05,0x03,0x0f,0x00,0x1e,0xfd, +0x7a,0x00,0x24,0x4d,0x20,0xbc,0x00,0x03,0xab,0x20,0x03,0xdf,0x00,0x12,0xaf,0xbb, +0x00,0x22,0x04,0xdf,0x69,0x06,0x12,0x4b,0x92,0x12,0x21,0x16,0xcf,0x30,0x25,0x21, +0x27,0xcf,0xf6,0x2b,0x00,0x92,0x07,0x40,0xe8,0x1a,0xff,0x20,0x1b,0x1a,0x12,0x60, +0x20,0x14,0x10,0x31,0x15,0x00,0x19,0x20,0x31,0x14,0x0f,0x11,0x00,0x01,0x13,0x30, +0x96,0x01,0x13,0xf3,0x11,0x00,0x29,0xdd,0x40,0xc3,0x0d,0x02,0x44,0x0d,0x00,0xb0, +0x0b,0x42,0x00,0x00,0x10,0xcf,0xb1,0x01,0x13,0xe6,0xba,0x01,0xb1,0xfd,0xaf,0xf6, +0x66,0x66,0x66,0x66,0xaf,0xf9,0xaf,0xe0,0x23,0x00,0x12,0xf5,0x08,0x00,0x41,0xdf, +0xf1,0xbf,0xe0,0xaf,0x03,0x37,0xd0,0x9c,0xc0,0x53,0x14,0x22,0x2f,0xff,0x8a,0x01, +0x12,0xef,0xa4,0x0d,0x12,0x3e,0x0a,0x01,0x11,0x1a,0x0a,0x0a,0x52,0x01,0x8c,0xff, +0xff,0xc1,0xae,0x0a,0x11,0xe6,0x1e,0x00,0x2f,0x1d,0xd7,0x7f,0x15,0x01,0x20,0x3f, +0xee,0x01,0x00,0x23,0xf0,0x03,0x48,0x09,0x76,0x17,0x66,0x6b,0xff,0x76,0x66,0x70, +0x20,0x0f,0x0b,0xa0,0x14,0x0e,0x0f,0x00,0x02,0xfb,0x19,0x00,0x20,0x10,0x12,0xff, +0xfc,0x0f,0x20,0x27,0x76,0xc2,0x00,0x26,0x67,0x70,0x10,0x16,0x11,0xff,0x64,0x00, +0x33,0xff,0x30,0x06,0x9e,0x02,0xa1,0x30,0x04,0xa9,0x99,0x9d,0xff,0xa9,0x99,0x9a, +0x20,0xcc,0x00,0x03,0x97,0x00,0x0f,0x09,0x00,0x20,0x13,0x11,0x7f,0x01,0x14,0x10, +0xf8,0x02,0x15,0xf4,0x09,0x00,0x22,0x7a,0x99,0x01,0x00,0x11,0xa3,0x1b,0x02,0x13, +0xf6,0x2f,0x04,0x00,0xa4,0x05,0x82,0x65,0x55,0x55,0x5f,0xf9,0x55,0x62,0x02,0x29, +0x00,0x91,0xf5,0x02,0xfe,0xee,0xee,0xff,0xff,0xee,0xe5,0xce,0x00,0x13,0xf7,0x26, +0x02,0x12,0xf7,0xdd,0x00,0x21,0xcd,0xf8,0xc0,0x14,0x20,0xfd,0x1c,0x08,0x00,0x50, +0x5e,0xff,0xc1,0x0c,0xf8,0xb7,0x08,0x30,0xfa,0x00,0x0c,0x9d,0x1b,0x51,0xfe,0x60, +0x23,0x2e,0xf9,0x15,0x02,0x33,0x8f,0xff,0xf8,0xd9,0x14,0x1b,0xb2,0xe8,0x0a,0x04, +0x4e,0x03,0x06,0xd1,0x0f,0x00,0x09,0x00,0xa3,0x07,0x98,0x88,0x88,0x88,0xff,0xc8, +0x88,0x91,0x0b,0xae,0x00,0xa2,0xf2,0x0b,0xfe,0xee,0xee,0xef,0xff,0xfe,0xee,0xf2, +0x47,0x00,0x13,0xa0,0xbd,0x0b,0x03,0x09,0x00,0x42,0x6f,0xfd,0xdf,0xb0,0x69,0x03, +0x31,0xe2,0xcf,0xb0,0x92,0x00,0x41,0xfe,0x30,0xcf,0xb0,0x93,0x00,0xa1,0xe2,0x00, +0xcf,0xc0,0x00,0x00,0x3c,0xff,0xfb,0x10,0x09,0x00,0x00,0xd5,0x06,0x01,0x09,0x00, +0x54,0x06,0xc2,0x00,0x0a,0x88,0x19,0x03,0x02,0x62,0x28,0x00,0xfd,0x06,0x1b,0xfd, +0x51,0x05,0x14,0x1f,0xf9,0x0a,0x04,0xa9,0x00,0x11,0x0f,0xcb,0x03,0x84,0x58,0x76, +0x67,0xff,0xc6,0x66,0x78,0x30,0x62,0x15,0x22,0x60,0x9f,0x08,0x00,0x12,0xf6,0x2f, +0x12,0x32,0x03,0xff,0x50,0x9b,0x16,0x22,0x3f,0xf4,0x8e,0x03,0x01,0x0b,0x0e,0x21, +0x3f,0xf8,0xe5,0x1e,0x01,0x7a,0x1d,0x20,0x07,0xff,0xf1,0x07,0x11,0xb0,0x47,0x21, +0x01,0x47,0x0a,0x90,0x0d,0xfc,0x00,0x03,0xef,0xf7,0x00,0x21,0x03,0x15,0x1a,0x11, +0xfb,0xf7,0x0c,0x10,0x00,0x9b,0x1c,0x10,0xcf,0x49,0x11,0x7e,0x68,0x00,0x00,0x05, +0x89,0x96,0x10,0x9d,0x02,0x20,0x7e,0x10,0x04,0x03,0x53,0xf3,0x00,0x0c,0xb5,0xfa, +0x13,0x05,0x32,0xaf,0x5c,0xf2,0x10,0x0c,0xd3,0x02,0xfb,0x21,0x00,0x55,0x44,0x4b, +0xff,0x44,0x44,0x57,0x00,0x00,0xc0,0x16,0x00,0x17,0x23,0x13,0xff,0xb0,0x06,0x83, +0x03,0x22,0x22,0xef,0xb2,0x22,0x2c,0xfd,0xd6,0x0f,0x01,0x15,0x01,0x01,0x0f,0x0d, +0x24,0x0c,0xfb,0xd8,0x0b,0x23,0xdf,0xa0,0x33,0x0a,0x21,0x0f,0xf9,0x8f,0x0a,0x11, +0x30,0xa5,0x15,0x00,0x01,0x06,0x02,0x0d,0x13,0x30,0x05,0xff,0xf2,0x05,0x02,0xe0, +0x20,0x00,0x08,0xff,0xf6,0x00,0x6d,0xbb,0xff,0xf0,0x00,0x06,0xff,0xf8,0x96,0x01, +0x00,0x30,0x08,0x7b,0xe5,0x00,0x00,0x2c,0xdd,0xc8,0x00,0xf0,0x01,0x29,0x20,0x00, +0xa2,0x04,0x00,0x4d,0x1e,0x05,0xc3,0x0c,0x90,0x13,0x69,0xc2,0x00,0x00,0x00,0x24, +0xaf,0xfe,0xe0,0x06,0x12,0x1c,0xb9,0x0c,0x12,0xc5,0x0d,0x0a,0xa6,0x64,0x10,0x00, +0x00,0x0b,0xc8,0x63,0x0c,0xfe,0x00,0x2f,0x11,0x21,0x03,0x40,0x3b,0x03,0x20,0x77, +0x9c,0xce,0x14,0x21,0x57,0xad,0x86,0x0d,0x11,0x0e,0x35,0x00,0x71,0xeb,0x86,0x40, +0x0d,0xff,0xff,0xdb,0x1a,0x19,0x34,0x08,0x96,0x30,0x9b,0x11,0x11,0x00,0x3b,0x2b, +0x16,0x00,0xa5,0x36,0x08,0xe0,0x01,0x2a,0x0f,0xfc,0xd8,0x0c,0x0a,0x77,0x17,0x20, +0x22,0xcf,0x61,0x34,0x50,0x9c,0x60,0x00,0x2f,0xc4,0x31,0x00,0x00,0x4c,0x0a,0x32, +0x9f,0x5a,0xa0,0xc8,0x00,0x22,0x16,0xf5,0xe9,0x0e,0x82,0x9b,0xef,0xff,0x00,0x00, +0x27,0x8a,0xcf,0xee,0x1f,0x11,0x04,0x89,0x00,0x82,0x96,0x41,0x00,0x00,0x1f,0xfd, +0xb8,0x7f,0xff,0x02,0x17,0x40,0xaf,0x12,0x50,0x0c,0xfe,0x02,0x47,0xae,0xe2,0x07, +0x21,0x25,0xcf,0xf1,0x1f,0x22,0x39,0xbd,0x40,0x08,0x21,0x80,0x03,0xa9,0x01,0x10, +0x53,0x93,0x00,0x35,0xeb,0x85,0x20,0x20,0x03,0x15,0x0d,0xbd,0x05,0x14,0xaf,0x7f, +0x1b,0x05,0xba,0x15,0x00,0x01,0x15,0x03,0x60,0x01,0x28,0x74,0x10,0xb7,0x1c,0x00, +0x60,0x01,0x13,0xc2,0x23,0x00,0x14,0xfd,0x15,0x13,0x31,0x84,0x44,0x57,0x98,0x10, +0x02,0x76,0x1a,0x22,0x05,0xff,0x6c,0x1c,0x00,0x52,0x0f,0x00,0xc4,0x25,0x01,0x4a, +0x0f,0x61,0x03,0xff,0xc0,0x0a,0xff,0xf6,0x9c,0x0b,0x32,0x03,0xef,0xe4,0xdb,0x06, +0x21,0x01,0x92,0x05,0x08,0x13,0x40,0x5e,0x04,0x13,0xa0,0x88,0x01,0x12,0xf1,0xe0, +0x1a,0x12,0xff,0xc3,0x0c,0x12,0x6e,0x08,0x00,0x22,0x16,0xdf,0xfe,0x1d,0x23,0x3f, +0xff,0xd7,0x03,0x23,0x5f,0xfa,0x4a,0x01,0x1b,0x32,0x10,0x02,0x05,0x0a,0x10,0x20, +0x6f,0x60,0x6f,0x06,0x60,0xe9,0x30,0x00,0xcf,0x3e,0xf1,0x6d,0x02,0x00,0x5d,0x25, +0x23,0xb6,0xe4,0xb9,0x00,0x23,0x1d,0xa0,0xa6,0x18,0x02,0x26,0x09,0x12,0x0b,0x14, +0x04,0x01,0x67,0x13,0x32,0x44,0x44,0x49,0x39,0x23,0x20,0xd1,0x00,0xb5,0x3c,0x50, +0x00,0x02,0xcf,0xfe,0x20,0xfb,0x30,0x00,0xcd,0x00,0x20,0xd2,0x00,0xcc,0x0e,0x41, +0x00,0x00,0x01,0xbb,0xdb,0x02,0x04,0xf8,0x08,0x14,0x1e,0x75,0x13,0x03,0xdc,0x10, +0x01,0xd8,0x13,0x14,0xc0,0x8b,0x05,0x03,0x25,0x10,0x43,0x05,0xdf,0xff,0xb1,0xe3, +0x00,0x03,0xbd,0x04,0x00,0x68,0x1c,0x04,0xbf,0x02,0x15,0x39,0xcc,0x10,0x06,0x53, +0x11,0x25,0x4f,0xea,0x98,0x01,0x14,0x80,0x7d,0x01,0x14,0xf1,0x45,0x06,0x72,0xfe, +0x88,0x88,0x88,0x88,0x9a,0x40,0xbb,0x00,0x00,0xc1,0x0b,0x04,0xeb,0x05,0x10,0x70, +0xfe,0x03,0x01,0x4c,0x08,0x33,0x02,0xef,0xf9,0x9d,0x23,0x23,0xdf,0xfc,0xb7,0x05, +0x33,0x01,0xad,0x10,0x35,0x29,0x02,0x45,0x01,0x04,0x0c,0x02,0x04,0x41,0x07,0x14, +0x09,0xc8,0x10,0x14,0x08,0x82,0x15,0x34,0x1a,0xff,0xf6,0x15,0x18,0x14,0xf8,0x5e, +0x06,0x1f,0xe5,0x4f,0x1c,0x04,0x10,0x5d,0x3f,0x1e,0x60,0x85,0x20,0x00,0x00,0xbc, +0x4f,0x49,0x3d,0x00,0xb6,0x00,0x33,0xaf,0x6b,0xf3,0x90,0x3a,0x30,0x1f,0xc1,0x20, +0x9f,0x18,0x00,0x9b,0x01,0x13,0x11,0x89,0x10,0x01,0x92,0x17,0x03,0x08,0x07,0x01, +0x05,0x1d,0xa2,0x97,0x77,0xbf,0xfa,0x77,0x78,0x20,0x00,0xaf,0xfb,0x15,0x17,0x00, +0x9a,0x31,0x03,0xbe,0x07,0x34,0x1a,0xff,0x40,0x9b,0x1c,0x15,0x44,0x63,0x0d,0x01, +0x27,0x03,0x04,0xb4,0x02,0x02,0xa3,0x35,0x01,0x82,0x12,0x15,0xf5,0x97,0x11,0x14, +0xa0,0xc6,0x00,0x15,0xfd,0x1b,0x07,0x14,0xb0,0xaf,0x00,0x37,0x26,0x00,0x00,0xc5, +0x37,0x03,0x3d,0x0a,0x13,0xfa,0x99,0x00,0x20,0x96,0x98,0x61,0x01,0x29,0xaf,0xf9, +0xb4,0x1c,0x1f,0x2f,0x0f,0x00,0x13,0x12,0x91,0x10,0x3d,0x22,0xf9,0xef,0x4b,0x00, +0x13,0x9e,0x25,0x17,0x01,0x1e,0x07,0x13,0x9a,0x93,0x00,0x93,0x17,0x75,0x00,0x00, +0xcc,0x90,0x00,0x0b,0xff,0x0c,0x06,0x02,0x69,0x1c,0x01,0x8d,0x32,0x00,0xbf,0x09, +0x03,0x09,0x00,0x23,0xdf,0xff,0x96,0x00,0x05,0x09,0x00,0x92,0x78,0x87,0xff,0xc7, +0x77,0x7d,0xff,0x78,0x85,0x2d,0x00,0x13,0xfe,0x36,0x00,0x23,0x0b,0xfd,0x48,0x00, +0x23,0x0d,0xfc,0x09,0x00,0x21,0x1f,0xfa,0x2c,0x01,0x13,0x30,0x9f,0x25,0x00,0xef, +0x02,0x14,0xf0,0x9c,0x02,0x02,0xb0,0x00,0x34,0x18,0xff,0xfd,0x2c,0x1a,0x13,0xc1, +0xbf,0x39,0x1f,0xe7,0x2b,0x1e,0x06,0x80,0x24,0x40,0x00,0x02,0x77,0x33,0x1d,0x60, +0xd1,0x14,0x00,0xd1,0x3b,0x21,0x7b,0xd0,0x93,0x08,0x51,0x03,0xff,0x6a,0xd5,0xe1, +0x0a,0x00,0xe2,0x02,0xff,0x63,0x80,0x00,0x49,0x87,0xcf,0xf8,0x77,0x79,0xff,0xb7, +0x89,0x52,0x23,0x01,0x44,0x36,0x00,0x0e,0x2d,0x20,0xee,0xef,0x0a,0x00,0x03,0x32, +0x00,0x13,0x60,0xcf,0x08,0x01,0xd5,0x06,0x01,0x0a,0x00,0x02,0xbf,0x1a,0x00,0x0a, +0x00,0x12,0x07,0x8a,0x02,0x45,0x7c,0xc1,0x00,0x0d,0xb7,0x0d,0x01,0xc3,0x3b,0x02, +0x76,0x09,0x13,0xf4,0x0a,0x00,0x14,0x5e,0xd9,0x01,0x34,0x4d,0xff,0xfc,0x7b,0x3a, +0x05,0x25,0x03,0x23,0x01,0x82,0x09,0x00,0x24,0x19,0x10,0xae,0x0b,0x14,0xf7,0xa0, +0x03,0x24,0xff,0xc2,0x53,0x03,0x13,0xf6,0x29,0x0b,0x21,0x1b,0xb0,0x17,0x02,0x12, +0xf7,0xf7,0x02,0x41,0x80,0x1f,0xff,0xd3,0xbd,0x01,0x41,0xf2,0x07,0xff,0xff,0x38, +0x14,0x50,0xf6,0x00,0x1a,0xfe,0x10,0x26,0x0d,0x11,0xb0,0x78,0x1c,0x10,0x02,0xc3, +0x15,0x02,0x15,0x31,0x13,0xd1,0x5b,0x02,0x21,0xfb,0x10,0x99,0x22,0x11,0xef,0xc0, +0x0b,0x31,0x01,0x5b,0xff,0x42,0x00,0x00,0x52,0x32,0x02,0x10,0x02,0x02,0x2d,0x33, +0x00,0x1f,0x03,0x1d,0xa4,0xa5,0x0b,0x20,0x03,0x50,0x08,0x0e,0x10,0xed,0x26,0x00, +0x50,0xc2,0x00,0x00,0xcf,0x29,0x77,0x17,0x00,0xf2,0x06,0xc0,0xfb,0x1e,0xe0,0x00, +0x00,0x2b,0xff,0xf3,0x00,0x0c,0xf3,0x30,0x3c,0x04,0x11,0xe8,0xe9,0x04,0x21,0x0a, +0xc3,0xe0,0x04,0x60,0x0b,0x30,0x04,0xff,0xf9,0x10,0xb5,0x00,0x30,0xfc,0x00,0x2a, +0x69,0x3e,0x01,0xe2,0x3d,0x10,0x04,0xf2,0x22,0x11,0x03,0x48,0x09,0x10,0x93,0x12, +0x00,0x03,0x35,0x01,0x05,0x6a,0x13,0x34,0x2c,0xff,0xfa,0x45,0x0c,0x23,0xf5,0x00, +0xa9,0x00,0x01,0x0d,0x01,0x13,0x6d,0x05,0x05,0x00,0x8a,0x03,0x03,0xaa,0x00,0x3d, +0x0a,0xea,0x40,0x01,0x02,0x83,0x5b,0xaa,0xaa,0xaa,0xaa,0xbc,0x90,0x00,0xda,0x01, +0x00,0xf2,0x29,0x01,0x64,0x0a,0x14,0xf1,0x31,0x04,0x14,0x80,0x0d,0x05,0x13,0x10, +0x80,0x07,0x14,0xf7,0x12,0x15,0x03,0x0b,0x05,0x14,0x2e,0xdb,0x1d,0x13,0xdf,0x30, +0x05,0x11,0x2d,0x78,0x0e,0x00,0xad,0x00,0x21,0xf9,0x8f,0xde,0x3f,0x10,0x9f,0x60, +0x17,0x10,0xf6,0xf6,0x05,0x02,0x12,0x27,0x10,0x2e,0x87,0x17,0x00,0x05,0x04,0x31, +0x09,0xff,0xa1,0x4b,0x01,0x38,0x80,0x00,0x73,0xbb,0x03,0x07,0x2e,0x05,0x33,0x45, +0x7f,0x60,0x4d,0x1a,0x31,0xf2,0xee,0x10,0x39,0x14,0x43,0x01,0x8f,0x96,0xd3,0x41, +0x03,0x21,0xf5,0x00,0x56,0x25,0x02,0x7a,0x0e,0x7c,0x89,0x88,0x88,0x88,0x8e,0xff, +0x60,0xbd,0x0e,0x15,0x9f,0x27,0x1b,0x15,0xfd,0xd7,0x05,0x14,0x30,0xfb,0x04,0x14, +0xa0,0x09,0x00,0x23,0xff,0x50,0x6d,0x02,0x32,0xef,0xff,0x50,0x01,0x0c,0x10,0xc1, +0xbb,0x00,0x00,0xae,0x00,0x11,0xb0,0xc4,0x27,0x11,0x07,0xea,0x11,0x41,0xaf,0xff, +0x40,0x08,0x72,0x12,0x61,0x00,0xcf,0xfb,0x00,0x09,0xf9,0x8f,0x00,0x14,0xeb,0x0b, +0x08,0x19,0x02,0xb4,0x0c,0x01,0x3d,0x26,0x0a,0xb3,0x19,0x01,0x4f,0x03,0x30,0x59, +0xec,0x10,0x56,0x01,0x20,0x68,0xbf,0xfa,0x1a,0x45,0x13,0x69,0xef,0xff,0x08,0x36, +0x61,0xff,0xc9,0x54,0xff,0xd0,0x00,0x9c,0x1d,0x00,0xf2,0x0c,0x20,0x08,0x63,0x14, +0x0c,0x23,0x8f,0xf9,0x39,0x00,0x23,0x6f,0xfd,0x27,0x0c,0x33,0x06,0xee,0x20,0x13, +0x00,0x02,0x25,0x09,0x16,0x08,0x5f,0x00,0x10,0xf4,0x25,0x24,0x11,0x00,0x10,0x40, +0x44,0xaa,0xbc,0xef,0xe0,0xba,0x1e,0x11,0xfe,0xc8,0x02,0x5e,0xbd,0xdd,0xcb,0xa9, +0x60,0x51,0x07,0x10,0x02,0x6f,0x23,0x83,0x05,0x66,0x10,0x00,0x00,0xde,0x3f,0xe0, +0xbc,0x3e,0x33,0x7f,0x98,0xd2,0x23,0x21,0x24,0x0d,0x90,0x2d,0x21,0x22,0x16,0x30, +0x0a,0x00,0x41,0x36,0xad,0xff,0xf6,0xc9,0x07,0x11,0xdf,0x0f,0x08,0x20,0x29,0xce, +0x62,0x00,0x31,0xda,0xff,0xe1,0xb0,0x18,0x30,0x96,0x30,0x08,0x97,0x13,0x33,0xda, +0x7b,0xff,0x14,0x06,0x00,0x32,0x00,0x33,0x02,0xef,0xf2,0x0a,0x00,0x34,0x0b,0xff, +0x50,0x7d,0x21,0x17,0x77,0x87,0x21,0x08,0x90,0x0c,0x00,0xd0,0x00,0x54,0xb5,0x45, +0x67,0x9b,0xb0,0x25,0x24,0x02,0xba,0x06,0x10,0x7e,0xc7,0x00,0x12,0xa0,0x70,0x1a, +0x28,0x22,0x11,0xc0,0x02,0x11,0x07,0x16,0x00,0x52,0xae,0xb5,0x0d,0xff,0x60,0x37, +0x06,0x32,0x5f,0xfe,0x10,0x49,0x2c,0x01,0x87,0x1f,0x10,0x3f,0x91,0x30,0x10,0xf2, +0x30,0x03,0x30,0x70,0x00,0x0b,0xec,0x03,0x01,0xed,0x1a,0x52,0xb2,0x00,0x00,0x3f, +0xfd,0xb7,0x09,0x15,0x0b,0x84,0x22,0x13,0xd0,0x66,0x06,0x13,0xf4,0x95,0x04,0x13, +0xfa,0x94,0x13,0x13,0xfd,0xc6,0x01,0x02,0xf1,0x07,0x11,0x7e,0x52,0x24,0x00,0x30, +0x00,0x1b,0xf8,0x9c,0x18,0x09,0xb9,0x02,0x43,0x01,0x73,0x9f,0x50,0x78,0x02,0x23, +0xd2,0xfe,0x66,0x09,0x51,0xaf,0x68,0xa2,0x19,0xfb,0xc1,0x04,0x40,0xb2,0x00,0x01, +0xef,0x23,0x03,0x00,0x97,0x34,0x11,0x06,0xab,0x02,0x20,0x6f,0xf9,0xcc,0x02,0x13, +0x80,0x26,0x10,0x01,0xd7,0x24,0x01,0xf3,0x16,0x23,0xcf,0xf4,0xd0,0x07,0x27,0x04, +0x91,0x15,0x07,0x05,0x7c,0x03,0x15,0x01,0x3b,0x05,0x01,0x83,0x17,0x01,0x06,0x25, +0x23,0xfe,0x10,0xb9,0x00,0x03,0x8b,0x02,0x10,0x2a,0x17,0x41,0x02,0xe5,0x0e,0x04, +0x46,0x20,0x15,0x3e,0xee,0x20,0x16,0x11,0x0d,0x14,0x14,0x94,0x3b,0x03,0x03,0xe8, +0x19,0x00,0x70,0x15,0x14,0x10,0x91,0x28,0x12,0xc3,0x4c,0x02,0x00,0x1a,0x3e,0x80, +0x0c,0xff,0x85,0x55,0x55,0xdf,0xf5,0x00,0x8e,0x14,0x00,0x10,0x2a,0x40,0x2d,0xff, +0xb0,0x40,0x4c,0x35,0xf0,0x04,0x5f,0xff,0xa0,0x6f,0xe7,0x01,0xff,0xe1,0x02,0xcf, +0x80,0x0c,0xff,0xfd,0xcf,0xf6,0x00,0x00,0x40,0xd7,0x1d,0x13,0xfd,0x97,0x00,0x03, +0x9a,0x05,0x11,0x5f,0x7c,0x20,0x00,0x59,0x03,0x22,0x8b,0xf8,0x39,0x10,0x61,0x70, +0x05,0x00,0x00,0x00,0x6c,0x13,0x04,0x00,0xb3,0x0d,0x13,0xfa,0x49,0x27,0x1f,0xa3, +0xb1,0x06,0x03,0x15,0x02,0x64,0x05,0x20,0x6f,0x70,0x40,0x00,0x23,0xfc,0x60,0x0a, +0x0a,0x00,0x4a,0x35,0x30,0x4f,0xb6,0xd3,0x3b,0x00,0x46,0xfe,0x54,0x45,0x6e,0x0a, +0x0a,0x11,0xd3,0x1d,0x00,0x03,0x0a,0x0a,0x00,0x56,0x18,0x01,0x51,0x0d,0x00,0xb4, +0x1a,0x03,0x0a,0x0a,0x41,0xdf,0xfd,0x14,0xa1,0x10,0x02,0x60,0x0e,0xff,0xb1,0x3f, +0xff,0x80,0xfa,0x13,0x42,0x02,0xc9,0x00,0x2b,0x8b,0x24,0x01,0x05,0x1b,0x02,0x17, +0x14,0x02,0x93,0x02,0x14,0xf7,0x84,0x08,0x02,0x01,0x02,0x00,0xa5,0x15,0x02,0x6c, +0x06,0x13,0x05,0x34,0x1e,0x00,0xcf,0x40,0x14,0xe5,0xcc,0x02,0x14,0xf9,0xd7,0x02, +0x28,0x68,0x10,0xc5,0x00,0x81,0x6b,0x30,0x00,0x00,0x55,0x56,0x79,0xac,0x55,0x1b, +0x02,0x02,0x28,0x8b,0x92,0x00,0x00,0x6e,0xed,0xcb,0xff,0xc3,0x48,0x0e,0x02,0x09, +0x00,0x94,0x37,0x76,0x66,0x66,0xff,0xc6,0x66,0x67,0x74,0x80,0x07,0x31,0xf8,0x6f, +0xfe,0xe8,0x0e,0x00,0x62,0x1e,0x00,0x09,0x2a,0x0b,0xea,0x0b,0x03,0xbf,0x25,0x00, +0x10,0x39,0x04,0x32,0x02,0x13,0xf2,0xdb,0x0c,0x03,0x23,0x05,0x15,0x0a,0x6c,0x12, +0x1d,0x8f,0x6c,0x12,0x70,0x06,0xb4,0x00,0x01,0x10,0x02,0x78,0x7b,0x00,0xf0,0x0d, +0x7f,0xb3,0xbf,0xf1,0x09,0xff,0x10,0x0a,0xff,0x24,0xff,0x70,0x3f,0xf6,0x00,0xef, +0xd0,0x0e,0xfd,0x00,0xee,0x60,0x3f,0xf7,0x00,0x8f,0xf2,0x02,0x7c,0x0a,0x20,0x02, +0x60,0x7f,0x00,0x12,0xb0,0x00,0x06,0x12,0xf2,0x8a,0x02,0x11,0xf7,0x17,0x03,0x22, +0xdf,0xfb,0x70,0x13,0x01,0xdb,0x36,0x32,0xaf,0xff,0xf9,0x69,0x05,0x12,0xe4,0x7d, +0x00,0x04,0x89,0x04,0x23,0x04,0x40,0x3f,0x0d,0x00,0xbc,0x19,0x41,0x69,0x40,0x5d, +0xf4,0xd7,0x08,0x41,0xaf,0xf6,0x3f,0xfb,0x72,0x0d,0x00,0xf3,0x16,0x50,0x20,0x0b, +0xff,0x20,0x01,0xca,0x1b,0x70,0x80,0x05,0xff,0x60,0x06,0xff,0x70,0x2d,0x30,0x11, +0x72,0xe1,0x00,0x11,0x9e,0x09,0x44,0x1b,0xfb,0x65,0x20,0x14,0x07,0xb6,0x01,0x13, +0x6f,0x50,0x12,0x13,0x06,0x38,0x0a,0x23,0x01,0xaf,0x27,0x01,0x12,0x7e,0xc4,0x01, +0x22,0x01,0x9e,0x74,0x02,0x00,0x8c,0x02,0x13,0xa1,0x04,0x03,0x13,0xa3,0x97,0x00, +0x10,0x33,0x01,0x00,0x14,0x41,0xfa,0x19,0x17,0xf5,0x09,0x00,0x20,0x03,0x22,0x01, +0x00,0x17,0x31,0xcc,0x01,0x12,0x11,0x01,0x00,0x24,0x21,0x4f,0x9b,0x01,0x05,0x09, +0x00,0x98,0x15,0x54,0x44,0x44,0xff,0xe4,0x44,0x45,0x53,0x1a,0x1f,0x00,0x85,0x2a, +0x08,0xfe,0x26,0x00,0x75,0x0f,0x04,0xc3,0x00,0x14,0xf9,0xd4,0x07,0x04,0x08,0x2a, +0x04,0xa3,0x20,0x2c,0x7f,0xa0,0xb8,0x05,0x07,0x7d,0x1f,0x00,0xb1,0x00,0x22,0x1f, +0xd0,0x1b,0x00,0x42,0x07,0xf8,0x8f,0x70,0xbc,0x0f,0x32,0xcd,0xf2,0xd7,0xcf,0x0f, +0x51,0xfb,0x4b,0x20,0x00,0x00,0x4b,0x12,0x0e,0x55,0x14,0x02,0x80,0x25,0x11,0xee, +0xf5,0x14,0x34,0xf6,0x06,0xff,0xa6,0x10,0x93,0x38,0x77,0x77,0x77,0xff,0xe7,0x77, +0x77,0x83,0xe7,0x23,0x0b,0xca,0x14,0x04,0x82,0x27,0x01,0xff,0x03,0x04,0x43,0x07, +0x13,0x80,0xc2,0x28,0x04,0x7a,0x07,0x00,0x53,0x11,0x03,0xb7,0x26,0x05,0x2b,0x2d, +0x13,0x40,0xd5,0x0f,0x16,0xf2,0xf5,0x0c,0x2d,0xbf,0xf0,0x06,0x00,0x21,0xf7,0x20, +0x6d,0x13,0x22,0xfc,0x72,0x1b,0x03,0xe0,0xc5,0x00,0xbf,0xf6,0xcf,0xff,0xff,0xe2, +0xbf,0xf0,0x02,0x8e,0xff,0xe0,0x24,0x00,0x2e,0x6d,0x80,0x36,0x00,0x12,0xcf,0x8d, +0x2e,0x01,0x54,0x00,0x27,0x9a,0xa1,0xdf,0x00,0x60,0x3a,0xa8,0x00,0x00,0x00,0xad, +0xa9,0x3b,0xb0,0x05,0xd3,0xaf,0x80,0x2f,0xfa,0x00,0x05,0xfc,0x1e,0xf2,0xf3,0x2b, +0x30,0xbf,0x65,0x40,0x07,0x00,0x24,0x38,0x10,0xdd,0x0f,0x52,0x1f,0xff,0xfa,0x50, +0x00,0x04,0x11,0x10,0xa3,0xdb,0x00,0xb0,0xef,0xff,0xff,0xd6,0x00,0x1f,0xf9,0x04, +0xaf,0xff,0xfb,0x24,0x2c,0x31,0x01,0x8e,0xf4,0x2b,0x2c,0x22,0x00,0x60,0x07,0x00, +0x00,0x2f,0x2d,0x04,0x08,0x25,0x03,0x53,0x1d,0x01,0x19,0x04,0x1c,0xfc,0x61,0x01, +0x04,0x93,0x44,0x06,0xa2,0x0d,0x28,0xdf,0xe0,0x09,0x00,0x21,0x02,0x10,0x09,0x00, +0x34,0x01,0x11,0x4f,0x3e,0x28,0x05,0x09,0x00,0x13,0x28,0x89,0x01,0x17,0x74,0x9f, +0x15,0x00,0x67,0x47,0x04,0xeb,0x02,0x13,0x70,0x1d,0x09,0x04,0x3b,0x15,0x2a,0x8f, +0xfc,0x6a,0x23,0x23,0x01,0x9f,0x23,0x00,0x03,0xbb,0x43,0x00,0x2f,0x16,0x1b,0x70, +0xc1,0x10,0x20,0x7b,0xaa,0x01,0x00,0x34,0xb3,0x00,0x09,0xb1,0x0d,0x12,0x9f,0xf9, +0x13,0x0e,0x72,0x02,0x0f,0x01,0x00,0x17,0x30,0x3e,0xdc,0xcc,0x01,0x00,0x33,0xcd, +0xd4,0xff,0xcc,0x14,0x14,0x4f,0x50,0x12,0x16,0x10,0x56,0x00,0x15,0x04,0xdb,0x0b, +0x12,0x3f,0xdb,0x1b,0x73,0x87,0x76,0x68,0xff,0xa6,0x78,0x70,0xd6,0x22,0x00,0x14, +0x10,0x21,0x03,0xff,0xd0,0x13,0x14,0xfa,0xe8,0x0b,0x05,0xe5,0x06,0x23,0xfb,0x00, +0xe5,0x06,0x13,0xfb,0x14,0x0c,0x41,0xff,0xf9,0x01,0x00,0x1e,0x0a,0xd1,0xff,0xf8, +0x05,0xf9,0x10,0x00,0x01,0x6b,0xff,0xff,0xff,0x51,0xff,0xa9,0x19,0xd0,0xfc,0x7f, +0xf5,0x02,0xcf,0xff,0xb0,0x2f,0xff,0xa3,0x03,0xff,0x50,0x6c,0x26,0x12,0x55,0x06, +0x32,0x12,0x28,0x8f,0x03,0x14,0x50,0x21,0x0a,0x15,0xf6,0xec,0x1f,0x05,0x23,0x01, +0x25,0x21,0x00,0x79,0x10,0x13,0x30,0x16,0x07,0x13,0xe6,0x72,0x01,0x12,0x30,0x3e, +0x00,0x18,0xd0,0x66,0x0a,0x28,0x1f,0xff,0x44,0x19,0x13,0x01,0x74,0x05,0x03,0xb7, +0x29,0x12,0x8f,0x99,0x07,0x12,0x7f,0x71,0x00,0x12,0x9f,0xd1,0x3e,0x11,0xcf,0x2b, +0x00,0x12,0x29,0xab,0x0b,0x13,0x7f,0x88,0x0a,0x22,0xbf,0xfb,0x26,0x01,0x17,0x83, +0xae,0x09,0x21,0x01,0x40,0x91,0x00,0x23,0xfe,0x90,0xb5,0x1b,0x20,0x4f,0xfa,0x22, +0x3d,0x02,0x78,0x31,0x02,0x51,0x03,0x00,0x38,0x17,0x33,0x07,0xff,0x90,0xda,0x2f, +0x10,0x1f,0x02,0x06,0x00,0x38,0x3d,0x02,0xb1,0x0b,0x23,0x9f,0xf5,0xad,0x00,0x23, +0x0e,0xff,0x19,0x10,0x02,0x32,0x0f,0x61,0x8f,0xf8,0x00,0x00,0xef,0xf4,0xca,0x00, +0x11,0xe0,0xb2,0x33,0x01,0xdb,0x00,0x13,0x1f,0xa4,0x00,0x11,0xf8,0xb8,0x2c,0x01, +0x1d,0x09,0x22,0x29,0xf2,0x3d,0x0b,0x1e,0x93,0xed,0x01,0x24,0x3a,0x30,0x4a,0x02, +0x24,0x3f,0xc0,0x54,0x06,0x10,0x7a,0xfe,0x21,0x61,0xa7,0x20,0x06,0xcc,0x0e,0xe2, +0x3f,0x1b,0x52,0x70,0x0d,0xff,0x43,0x10,0x20,0x0b,0x12,0x05,0x0a,0x05,0x00,0x09, +0x0e,0x02,0x32,0x06,0x11,0x1f,0xb5,0x45,0x03,0x55,0x32,0x03,0x44,0x01,0x23,0xbf, +0xf3,0x9d,0x17,0x01,0xca,0x0b,0x12,0x03,0x7f,0x1e,0x13,0x90,0x3c,0x04,0x02,0xef, +0x02,0x23,0x9f,0xf8,0x39,0x3d,0x00,0xdb,0x0b,0x32,0x02,0xff,0xf4,0xa2,0x15,0x11, +0x20,0xe6,0x09,0x01,0x19,0x12,0x12,0x1a,0x16,0x03,0x52,0x07,0xfd,0x60,0x00,0x14, +0x47,0x01,0x05,0xb5,0x15,0x34,0x04,0xde,0x70,0x06,0x31,0x14,0x96,0xec,0x13,0xa1, +0x2f,0x10,0xd6,0x00,0x00,0x04,0xb7,0x20,0x07,0xcc,0x14,0x00,0x01,0xb4,0x00,0x21, +0x44,0xde,0xf9,0x34,0x0f,0xb4,0x00,0x13,0x1b,0xcf,0xb4,0x00,0x14,0xb0,0x0a,0x02, +0x25,0xef,0xf1,0xb4,0x00,0x15,0xf6,0xb4,0x00,0x16,0xfc,0xb4,0x00,0x15,0x10,0xb4, +0x00,0x15,0x50,0xb4,0x00,0x14,0x50,0xb4,0x00,0x12,0x20,0x1a,0x37,0x01,0x5b,0x1a, +0x07,0xbd,0x19,0x11,0x20,0xd8,0x2d,0xf1,0x03,0x03,0xaf,0x50,0x0d,0xfc,0x00,0x01, +0x7c,0xff,0xfb,0x00,0xdf,0xc3,0x8c,0xff,0xff,0xfd,0x60,0x11,0x0d,0x10,0x93,0x9f, +0x0e,0x21,0xfe,0x94,0xad,0x29,0x18,0x73,0x05,0x2e,0x02,0x47,0x10,0x06,0x0f,0x00, +0x13,0xfd,0x0f,0x00,0x63,0xf7,0x32,0x22,0x34,0x57,0xa4,0x02,0x04,0x23,0x50,0x1c, +0xed,0x06,0x6b,0x02,0x57,0x78,0x77,0x65,0x43,0xee,0x01,0x31,0x2c,0x70,0x34,0xc4, +0x3e,0x21,0x3e,0xf1,0xc1,0x11,0x31,0x4f,0xb5,0xf7,0x37,0x15,0x31,0x0b,0xe2,0x20, +0x08,0x00,0x12,0x08,0x47,0x15,0x81,0x17,0xef,0x90,0x00,0xaf,0xf0,0x02,0x6b,0xc3, +0x24,0x60,0xf9,0xdf,0xff,0xff,0xd7,0x10,0x1c,0x12,0x21,0xfe,0x93,0x24,0x12,0x28, +0xc7,0x30,0xa1,0x14,0x04,0x77,0x15,0x0d,0x08,0x00,0x01,0x9a,0x01,0x93,0x33,0x00, +0x8f,0xff,0xdb,0xbb,0xcd,0xff,0xf8,0x81,0x0a,0x00,0x1e,0x46,0x54,0xde,0xee,0xdd, +0xcb,0x94,0x8c,0x06,0x40,0xc2,0x09,0xbb,0x10,0xd6,0x07,0x31,0x5c,0xb0,0xbf,0x89, +0x00,0x22,0x90,0x4f,0x57,0x0c,0x52,0x9d,0x2a,0xc0,0xaf,0xf0,0xec,0x1b,0x20,0x0a, +0xff,0x57,0x4a,0x20,0xfa,0x20,0x93,0x00,0x10,0x7c,0xd5,0x16,0x10,0x0a,0xbe,0x11, +0x31,0xfd,0x71,0x00,0x94,0x00,0x11,0x83,0x98,0x02,0x29,0xfb,0x72,0x7d,0x00,0x05, +0x9b,0x0c,0x0e,0x11,0x00,0x03,0x97,0x00,0x85,0x08,0xff,0xfd,0xbb,0xbc,0xdf,0xff, +0x80,0x98,0x00,0xb2,0x00,0x18,0xbd,0xee,0xed,0xdc,0xb9,0x40,0x00,0x4a,0x98,0xc6, +0x13,0x14,0x6f,0xac,0x09,0x14,0xff,0x5c,0x0f,0x06,0x5c,0x48,0x05,0xa3,0x0e,0x00, +0x2c,0x2b,0x07,0x26,0x28,0x04,0xf0,0x12,0x13,0x01,0x74,0x2d,0x03,0x62,0x25,0x11, +0x01,0xaf,0x14,0x00,0x56,0x07,0x01,0x04,0x2d,0x12,0x6d,0xd4,0x0b,0x11,0x7f,0x64, +0x26,0x00,0x25,0x00,0x12,0xd5,0x35,0x00,0x1f,0x94,0x8d,0x05,0x01,0x32,0x63,0x5e, +0x60,0xce,0x04,0x42,0xfd,0x2f,0xf1,0x10,0xc3,0x00,0x33,0x77,0xe4,0xef,0x57,0x14, +0x01,0x7e,0x4d,0x01,0x50,0x3f,0x10,0x99,0xb6,0x00,0x3b,0x8a,0xff,0xc0,0x9d,0x14, +0x05,0x75,0x0c,0x05,0xec,0x07,0x14,0xaf,0xfa,0x0c,0x04,0x54,0x0a,0x01,0x0a,0x0c, +0x03,0xa1,0x27,0x03,0x02,0x10,0x13,0xf3,0x96,0x05,0x01,0x3d,0x00,0x00,0x8d,0x05, +0x13,0xe2,0x35,0x11,0x03,0x3c,0x00,0x3f,0x1d,0xf9,0x20,0x5f,0x06,0x01,0x24,0x03, +0xde,0xd2,0x06,0x32,0xa6,0xf3,0x10,0x1b,0x06,0x23,0x20,0xd6,0xa2,0x00,0x33,0xb8, +0xf3,0xef,0xdb,0x1b,0x11,0x50,0xab,0x00,0x16,0x8b,0x07,0x07,0x14,0x60,0x88,0x00, +0x13,0x20,0xab,0x00,0x14,0xfd,0xab,0x00,0x14,0xf7,0xab,0x00,0x14,0xf1,0x19,0x0b, +0x13,0x70,0x6c,0x09,0x14,0xfd,0xab,0x00,0x13,0xe2,0xab,0x00,0x23,0xfe,0x30,0xab, +0x00,0x13,0xd2,0xce,0x10,0x0f,0xab,0x00,0x09,0x15,0x10,0xea,0x06,0x24,0xfb,0x10, +0x96,0x07,0x04,0xf1,0x08,0x11,0x1e,0x89,0x4e,0x02,0xd1,0x09,0x12,0x1b,0x15,0x00, +0x00,0x6d,0x0c,0x31,0xbf,0xfe,0x20,0xf8,0x05,0x00,0x12,0x28,0x10,0xd1,0x13,0x00, +0x10,0xf5,0x66,0x00,0x41,0xfd,0x10,0x00,0x09,0x3f,0x01,0x10,0x2e,0x7a,0x01,0x12, +0xad,0xad,0x00,0x00,0x48,0x39,0x03,0x2e,0x0d,0x15,0x90,0x17,0x0f,0x14,0xe1,0x73, +0x00,0x15,0xbe,0x4b,0x16,0x15,0x13,0x4b,0x2d,0x14,0xc2,0x36,0x2f,0x21,0x66,0xfc, +0xbe,0x12,0x30,0xc5,0x00,0x2f,0x21,0x27,0x00,0x03,0x0d,0x42,0x80,0x08,0xf9,0x3c, +0x7a,0x2c,0x32,0xf9,0x01,0xe9,0x03,0x32,0x32,0x6f,0xff,0x90,0x39,0x01,0x42,0xd0, +0x03,0xff,0xf9,0x68,0x00,0x32,0x20,0x00,0x3f,0xc6,0x3b,0x13,0xf6,0xea,0x4f,0x12, +0x1e,0xa2,0x35,0x52,0xff,0x50,0x00,0x03,0xed,0xaf,0x0a,0x10,0xf4,0xf6,0x02,0x02, +0x09,0x1d,0x04,0x49,0x05,0x15,0x1d,0x68,0x11,0x16,0x02,0x21,0x27,0x05,0xc7,0x2f, +0x24,0x7c,0xa2,0xa5,0x0f,0x23,0xf9,0xde,0x96,0x00,0x42,0x0c,0x90,0x2f,0x30,0x96, +0x00,0x42,0x0b,0xc1,0x6f,0x20,0x96,0x00,0x34,0x03,0xef,0xf8,0x96,0x00,0x2f,0x14, +0x20,0x96,0x00,0x4b,0x15,0x01,0x27,0x16,0x02,0xa0,0x1b,0x06,0x52,0x1c,0x92,0x98, +0x88,0x88,0x8f,0xfc,0x88,0x88,0x89,0x20,0xea,0x0b,0x00,0xa6,0x0e,0x01,0x7b,0x08, +0x47,0xee,0xee,0xef,0x30,0x78,0x1c,0x10,0x11,0x39,0x00,0x12,0x03,0xe1,0x26,0x31, +0xff,0x90,0x2c,0xdd,0x1a,0x30,0x90,0x0f,0xf9,0x88,0x20,0x90,0x01,0xef,0xe0,0x00, +0xff,0x90,0x05,0xff,0xb0,0xb5,0x0f,0x20,0x0f,0xf9,0xce,0x05,0x00,0x68,0x16,0x00, +0xbe,0x49,0x32,0xfd,0x01,0xbc,0x72,0x00,0x64,0x89,0x10,0x00,0x00,0x09,0x8a,0xd5, +0x01,0x05,0x63,0x02,0x48,0x09,0xcd,0xeb,0x10,0x06,0x03,0x23,0x2b,0x50,0x51,0x0a, +0x20,0xde,0x2f,0xf4,0x05,0x00,0xbe,0x36,0x33,0x7f,0x87,0xf6,0x0a,0x00,0xe5,0x0d, +0x90,0x40,0x00,0x87,0x66,0x66,0x7f,0xfb,0x66,0x67,0x78,0x10,0x01,0xbb,0x31,0x06, +0x0a,0x00,0x03,0x28,0x00,0x04,0xa3,0x0b,0x12,0xf8,0xb9,0x02,0x71,0xbd,0x60,0x1f, +0xf8,0x02,0xbf,0x30,0xb1,0x00,0x30,0x1f,0xf8,0x02,0x0c,0x08,0x21,0x1e,0xfe,0x5a, +0x00,0x11,0xf8,0xd2,0x44,0x20,0x1f,0xf8,0xd7,0x19,0x10,0x09,0x63,0x16,0x00,0x73, +0x51,0x32,0xc0,0x04,0xed,0x46,0x00,0x83,0xbc,0x30,0x00,0x11,0x00,0x64,0x7f,0xf8, +0xf4,0x02,0x05,0xc7,0x04,0x13,0x00,0xbc,0x19,0x08,0x87,0x0c,0x02,0xaa,0x02,0x23, +0xed,0x40,0xbe,0x00,0x33,0x4f,0x59,0xe0,0x82,0x00,0x34,0x6e,0x16,0xf0,0xbe,0x00, +0x24,0xff,0x80,0xbe,0x00,0x1f,0xbb,0xbe,0x00,0x1c,0x33,0x01,0xaf,0x40,0xbe,0x00, +0x00,0x6b,0x01,0x03,0xbe,0x00,0x23,0x6f,0xf9,0xbe,0x00,0x00,0x2b,0x46,0x03,0xbe, +0x00,0x16,0x03,0xbe,0x00,0x15,0xac,0xbe,0x00,0x1f,0x00,0xbe,0x00,0x0c,0x04,0x41, +0x3a,0x05,0xba,0x18,0x12,0xfd,0x56,0x50,0x00,0x9c,0x0f,0x11,0x01,0x05,0x22,0x15, +0x77,0x62,0x02,0x14,0x1e,0x1d,0x05,0x02,0x20,0x09,0x10,0x14,0x88,0x02,0x10,0xe1, +0x0d,0x04,0x12,0xf8,0x5a,0x22,0x00,0x82,0x13,0x12,0x0a,0x63,0x22,0x12,0x04,0xce, +0x39,0x01,0x52,0x12,0x03,0x09,0x00,0x00,0x6d,0x16,0x1e,0x10,0x0a,0x00,0x1d,0xfc, +0xe8,0x18,0x2a,0x05,0xf5,0xaf,0x13,0x33,0x04,0x85,0x30,0xd9,0x17,0x33,0xfd,0x96, +0x20,0xe2,0x23,0x63,0xea,0x30,0x00,0x00,0x25,0x9c,0xaf,0x0b,0x33,0x01,0x49,0xdd, +0x16,0x14,0x72,0x10,0x00,0x8f,0xfc,0x85,0x10,0x00,0xb3,0x3a,0x60,0xda,0x51,0x00, +0x00,0x47,0xad,0xe5,0x05,0x00,0x24,0x00,0x13,0x48,0x46,0x0b,0x00,0xd3,0x13,0x23, +0x36,0x31,0xdc,0x06,0x20,0xfd,0xa6,0x47,0x1a,0x01,0x51,0x00,0x31,0x61,0x00,0x01, +0x2d,0x00,0x01,0x83,0x46,0x23,0x59,0xdf,0xad,0x02,0x21,0x16,0xc2,0x26,0x05,0x15, +0x63,0x0c,0x0e,0x04,0x1a,0x2b,0x01,0x37,0x54,0x09,0x74,0x10,0x02,0x75,0x4e,0x08, +0x92,0x30,0x06,0x9a,0x05,0x00,0x71,0x31,0x23,0x02,0x70,0x0f,0x2f,0x02,0x4b,0x30, +0x00,0xe7,0x1e,0x00,0x88,0x1b,0x00,0x17,0x50,0x03,0x4f,0x00,0x10,0x6f,0x8d,0x1b, +0x02,0x49,0x3e,0x84,0x44,0x68,0x9b,0xdf,0xff,0x80,0x09,0xde,0x77,0x18,0x11,0x8f, +0x4f,0x0c,0x95,0xca,0xcf,0xf8,0x06,0xfd,0xb9,0x86,0x43,0x10,0x82,0x0b,0x07,0x55, +0x10,0x24,0x38,0x20,0x7f,0x00,0x14,0xfa,0x59,0x0f,0x12,0xf5,0x01,0x04,0x12,0x03, +0x99,0x09,0x10,0xb1,0x4d,0x48,0x01,0xd9,0x26,0x41,0x50,0x2f,0xff,0x10,0x29,0x31, +0x34,0xfa,0xbf,0xf8,0xc7,0x24,0x14,0xe0,0x3f,0x13,0x14,0x90,0xd7,0x16,0x13,0xf7, +0x56,0x04,0x02,0xa6,0x1c,0x61,0x01,0xdf,0xfe,0x29,0xff,0xfa,0x36,0x00,0x31,0xf3, +0x00,0x8f,0x32,0x29,0x10,0xfe,0x4d,0x48,0x31,0xa0,0x05,0xef,0x7a,0x17,0x17,0x9b, +0xc8,0x23,0x1d,0x6c,0x78,0x25,0x73,0x56,0x65,0x55,0x55,0x55,0x56,0x64,0x8a,0x2a, +0x27,0xff,0xf9,0x09,0x00,0x07,0xb3,0x1d,0x0b,0x09,0x00,0x40,0x1f,0xfe,0xee,0xff, +0x8a,0x04,0x14,0xf1,0x60,0x36,0xaf,0xf1,0x08,0x87,0x77,0xdf,0xf8,0x77,0x77,0x77, +0x80,0x36,0x00,0x08,0x03,0x00,0x07,0x01,0x36,0x17,0x10,0x7f,0xb0,0x32,0x13,0x70, +0xc6,0x00,0x02,0x30,0x07,0x84,0x58,0xaa,0xaa,0x99,0x30,0x00,0x01,0x59,0x45,0x07, +0x03,0xc6,0x17,0x00,0xce,0x27,0x10,0x59,0x58,0x57,0x81,0xc5,0x8b,0xef,0xff,0xf6, +0x14,0x79,0xef,0x7a,0x50,0x00,0x5f,0x30,0xf1,0x04,0xb7,0x46,0xff,0x60,0x0e,0xeb, +0x8f,0xf9,0x00,0x1e,0xfb,0x00,0x01,0x00,0x0b,0xfe,0x01,0xdf,0xe1,0x39,0x00,0x32, +0x28,0xff,0x40,0x65,0x2c,0x22,0x35,0x00,0x47,0x27,0x0a,0x39,0x09,0x04,0xb6,0x2a, +0x23,0x1f,0xf9,0xdb,0x07,0x2e,0xb7,0x00,0x32,0x15,0x01,0x53,0x29,0x14,0x50,0xc1, +0x1c,0x05,0x9c,0x05,0x00,0xdd,0x01,0x30,0x25,0x9d,0x90,0x25,0x02,0x20,0x46,0x9c, +0x80,0x01,0x32,0x02,0x47,0xcf,0xcb,0x13,0x11,0x0e,0xac,0x02,0xc0,0x74,0x7f,0xf9, +0x00,0xaf,0xff,0xef,0xff,0x10,0x00,0x2f,0xfe,0xa4,0x1c,0x22,0x9f,0xf3,0x9d,0x5a, +0x00,0xc4,0x0d,0x13,0x1d,0x52,0x37,0x14,0xfc,0x1c,0x1c,0x4a,0xdf,0xf0,0x01,0x81, +0x7a,0x11,0x06,0x11,0x1f,0x01,0x83,0x42,0x0a,0xab,0x02,0x06,0xbe,0x02,0x3a,0x04, +0xfe,0x80,0x34,0x0f,0x00,0x20,0x11,0x23,0x88,0x10,0xda,0x52,0x13,0xf1,0x08,0x00, +0x19,0xe0,0x45,0x25,0x04,0xb2,0x22,0x04,0x9c,0x13,0x01,0x2d,0x3b,0x03,0x68,0x01, +0x12,0x01,0xf1,0x16,0x23,0x10,0x2f,0x6a,0x06,0x04,0x08,0x00,0x21,0x17,0x66,0x01, +0x00,0x80,0x71,0x00,0x2c,0xba,0xaa,0xaa,0xaa,0xcc,0x02,0x29,0x02,0x8b,0x06,0x00, +0xa9,0x1e,0x00,0x95,0x19,0x1b,0xf0,0xde,0x18,0x13,0x02,0xcf,0x06,0x00,0x16,0x05, +0x0b,0x0c,0x09,0x05,0x6e,0x26,0x14,0x0c,0x97,0x03,0x00,0x32,0x44,0x40,0x4b,0x99, +0x99,0x99,0xfc,0x4c,0x24,0xa9,0x5f,0xdb,0x04,0x15,0x5f,0xe4,0x04,0x04,0x6b,0x04, +0x11,0x23,0xfd,0x12,0x11,0x9f,0x68,0x03,0x02,0x06,0x00,0x11,0x11,0x48,0x2b,0x02, +0x1e,0x2a,0x71,0x05,0x55,0x55,0x55,0x5b,0xfe,0x1f,0x18,0x00,0x10,0x1f,0x94,0x02, +0x07,0x7d,0x47,0x20,0x08,0xfe,0xbf,0x00,0x31,0x6b,0xfe,0xdf,0x1e,0x00,0x25,0xce, +0xee,0x1e,0x00,0x32,0xff,0x07,0x77,0xcb,0x24,0x03,0xf0,0x1c,0x12,0x0d,0x07,0x00, +0x13,0xf0,0x44,0x05,0x09,0x22,0x2e,0x42,0x0b,0xff,0x03,0xff,0xed,0x00,0x03,0x7f, +0x05,0x02,0x7d,0x05,0x1f,0xdf,0x2d,0x00,0x04,0x22,0x1f,0xfe,0xaf,0x1a,0x03,0xc7, +0x00,0x11,0x19,0x7b,0x0b,0x03,0x69,0x11,0x40,0x08,0xbb,0x00,0x34,0xcc,0x00,0x23, +0x44,0x10,0x65,0x03,0x15,0x20,0x08,0x00,0x65,0x23,0x32,0x22,0x22,0x23,0x33,0x84, +0x02,0x11,0x57,0x20,0x13,0x33,0x78,0x50,0x9f,0x78,0x11,0x12,0x9f,0x56,0x00,0x03, +0x12,0x10,0x03,0x7c,0x00,0x13,0x04,0x65,0x01,0x13,0x1e,0x22,0x02,0x02,0x1f,0x54, +0x00,0x00,0x17,0x02,0x77,0x1d,0x13,0xfc,0x40,0x0a,0x12,0xa0,0xed,0x05,0x12,0xd5, +0xc0,0x0a,0x19,0xc6,0xc8,0x20,0x10,0x11,0xbd,0x1d,0x31,0x40,0x1f,0xfd,0x56,0x00, +0x01,0x4c,0x22,0x1f,0xcf,0x07,0x00,0x0f,0x28,0xdf,0xe0,0x07,0x00,0x45,0xff,0xc0, +0x1e,0xeb,0x47,0x14,0x00,0x69,0x42,0x01,0xf3,0x16,0x02,0xd8,0x02,0x00,0xe8,0x04, +0x21,0x27,0xdf,0xf9,0x02,0x12,0xdf,0x47,0x06,0x36,0x1e,0xf9,0x20,0xcc,0x5b,0x64, +0x00,0x14,0x42,0x00,0x44,0x40,0xda,0x22,0x24,0xdf,0xf0,0x7d,0x11,0x2f,0xcf,0xe0, +0x0a,0x00,0x06,0x2e,0x4f,0xf5,0x0a,0x00,0x24,0x5f,0xf4,0x0a,0x00,0x20,0x7f,0xf2, +0x0a,0x00,0x11,0x01,0x4a,0x24,0x00,0x0a,0x00,0x21,0x1d,0x60,0xcb,0x12,0x20,0xcf, +0xe0,0x68,0x19,0x10,0x04,0x1e,0x35,0x20,0xe0,0x1c,0x33,0x18,0x00,0xe4,0x3c,0x10, +0xe6,0xec,0x06,0x10,0x7f,0x0f,0x51,0x00,0x59,0x17,0x30,0x07,0xff,0xf4,0x0a,0x00, +0x01,0x08,0x26,0x00,0x6e,0x04,0x01,0x51,0x25,0x10,0x68,0x41,0x14,0x10,0x60,0x36, +0x03,0x14,0x33,0xd9,0x12,0x04,0x5c,0x06,0x04,0x0e,0x23,0x0f,0x08,0x00,0x11,0x33, +0x07,0x90,0x0c,0xa2,0x56,0x22,0x0c,0xfe,0x24,0x0a,0x20,0x0c,0xfe,0x92,0x16,0x40, +0xff,0x40,0x0c,0xfe,0x13,0x13,0x10,0xe3,0x56,0x23,0x30,0x8f,0xff,0xfa,0x76,0x42, +0x11,0xcf,0xd0,0x1b,0x10,0x0e,0xf0,0x40,0x02,0x07,0x0e,0x02,0xa7,0x03,0x1a,0x88, +0x45,0x25,0x14,0xaf,0x18,0x02,0x04,0x08,0x00,0x10,0xf8,0x67,0x02,0x32,0x8f,0xf9, +0x9f,0x9f,0x05,0x0f,0x08,0x00,0x1f,0x11,0xf8,0x56,0x2a,0x2b,0xf9,0x9f,0x58,0x00, +0x22,0xaf,0xf2,0x72,0x20,0x21,0x47,0x70,0xc8,0x00,0x21,0x74,0x68,0x78,0x08,0x24, +0x89,0x50,0xe0,0x26,0x23,0xb0,0xbf,0xae,0x03,0x01,0x08,0x03,0x00,0x13,0x11,0x22, +0xbf,0xf0,0xdf,0x28,0x01,0x11,0x00,0x00,0xc2,0x09,0x22,0xbf,0xf1,0x22,0x04,0x02, +0xf8,0x03,0x02,0x40,0x1c,0x05,0xb0,0x12,0x00,0x61,0x50,0x09,0x21,0x14,0x13,0x09, +0xe4,0x02,0x12,0x5d,0x8b,0x0a,0x23,0x18,0xdf,0x10,0x00,0x13,0xcf,0x52,0x1f,0x2e, +0x01,0xcc,0x35,0x16,0x02,0x6a,0x01,0x14,0xb1,0x02,0x09,0x13,0xe3,0x09,0x0d,0x04, +0xb7,0x08,0x11,0x1c,0x43,0x00,0x13,0x3a,0x14,0x16,0x10,0x0c,0x15,0x11,0x13,0x80, +0xb8,0x5c,0x13,0x00,0xb1,0x5c,0x13,0x00,0x1b,0x34,0x01,0xba,0x04,0x13,0xfa,0x89, +0x00,0x13,0xfb,0xfa,0x1f,0x22,0xfa,0x00,0x63,0x30,0x10,0xf7,0x11,0x1e,0x12,0xae, +0xc0,0x19,0x10,0x6f,0xdb,0x10,0x02,0x98,0x00,0x12,0xc6,0x57,0x05,0x27,0x95,0x10, +0xa5,0x5e,0x00,0xf1,0x08,0x14,0x2f,0x03,0x28,0x06,0x09,0x00,0x12,0xee,0x01,0x00, +0x04,0x89,0x1d,0x03,0xdb,0x56,0x08,0x74,0x05,0x00,0x0a,0x00,0x23,0x18,0x88,0x01, +0x00,0x18,0x81,0xbd,0x38,0x0f,0x0a,0x00,0x22,0x03,0x36,0x09,0x09,0x0a,0x00,0x5f, +0xc6,0x66,0x66,0x64,0x00,0x5a,0x00,0x29,0x10,0x07,0x04,0x16,0x74,0xc7,0x77,0x77, +0x77,0x70,0x1f,0xff,0xff,0x07,0x06,0x0a,0x00,0x22,0x67,0x77,0x01,0x00,0x24,0x76, +0xef,0x6b,0x15,0x04,0x54,0x22,0x00,0xfb,0x02,0x02,0xe6,0x3a,0x0a,0x09,0x00,0x14, +0x20,0x21,0x06,0x24,0xfa,0x10,0x22,0x23,0x13,0xf8,0xcb,0x3e,0x32,0xbf,0xff,0xe5, +0x24,0x00,0x00,0x74,0x42,0x02,0x36,0x00,0x01,0xb1,0x40,0x01,0x3f,0x00,0x1b,0x5b, +0x48,0x00,0x0f,0x09,0x00,0x15,0x23,0x03,0x77,0x01,0x00,0x15,0x70,0x61,0x18,0x15, +0xe0,0x0a,0x00,0x12,0xd0,0xb6,0x02,0x14,0x50,0x4d,0x0a,0x15,0xfb,0x60,0x0a,0x24, +0xf8,0x01,0x69,0x1b,0x22,0xfa,0xde,0x6c,0x15,0x00,0x89,0x5d,0x12,0xf6,0xda,0x19, +0x50,0x9f,0xf8,0x5f,0xff,0xa0,0xb5,0x0f,0xf0,0x05,0xf7,0x1f,0xf8,0x03,0xef,0xfc, +0x10,0x06,0xef,0xff,0x50,0x1f,0xf8,0x00,0x1c,0xff,0xd1,0x09,0xff,0xc3,0xf9,0x0b, +0x00,0x84,0x0d,0x12,0xc7,0x03,0x0c,0x2d,0x0b,0x30,0x53,0x0c,0x0f,0x0a,0x00,0x0e, +0x14,0x55,0x01,0x00,0x14,0x0f,0xa9,0x00,0x10,0xf0,0xce,0x06,0x01,0x99,0x06,0x22, +0x00,0x00,0x45,0x39,0x00,0xa6,0x04,0x85,0x33,0x37,0xff,0x43,0x33,0x33,0x30,0x02, +0xbe,0x0c,0x05,0x7d,0x02,0x50,0x02,0xff,0x20,0x00,0x4f,0x3f,0x23,0xf0,0x03,0x20, +0x2f,0xf2,0x9f,0x54,0xff,0x16,0xc7,0x2f,0xf2,0x02,0xff,0x2a,0xf5,0x4f,0xf1,0x7f, +0x92,0x13,0x00,0x5b,0xaf,0x54,0xff,0x17,0xf9,0x13,0x00,0x00,0x01,0x04,0x01,0x13, +0x00,0x00,0x41,0x00,0x01,0x13,0x00,0x01,0x59,0x1a,0x10,0x2f,0x4c,0x00,0x00,0xea, +0x02,0x10,0x04,0x13,0x00,0x02,0x05,0x03,0x12,0xf0,0x13,0x00,0x44,0x06,0xfe,0xc4, +0x00,0x03,0x38,0x1e,0x00,0x09,0x00,0xa4,0x16,0x66,0x66,0x6a,0xff,0x76,0x66,0x66, +0x60,0x3f,0x2e,0x02,0x06,0x09,0x00,0x11,0xf3,0x24,0x00,0x1f,0x6f,0x09,0x00,0x0a, +0x0e,0x36,0x00,0x11,0xf8,0x51,0x00,0x41,0xaf,0xf1,0x2a,0xa2,0x24,0x00,0x2e,0x49, +0x90,0x7e,0x00,0x0f,0x09,0x00,0x0b,0x08,0xbc,0x1a,0x20,0x45,0x7a,0x8c,0x18,0x24, +0x9c,0xde,0xe4,0x08,0x10,0x8f,0xd9,0x04,0x20,0xa8,0x63,0xd8,0x10,0x32,0x32,0x11, +0x4f,0xc3,0x0a,0x10,0xae,0x44,0x08,0x33,0xee,0xee,0xec,0x26,0x1d,0x01,0x2f,0x3c, +0xa4,0x11,0x9f,0xc1,0x5f,0xf3,0x1d,0xf8,0x11,0x00,0x01,0x0a,0x00,0x25,0x10,0x0d, +0x5a,0x02,0x06,0x0a,0x00,0x83,0x00,0x00,0x8f,0xc0,0x3f,0xf1,0x0d,0xf7,0x31,0x48, +0x01,0x30,0x2d,0x07,0x0a,0x00,0x82,0x11,0x11,0x8f,0xff,0xff,0xf7,0x11,0x11,0x20, +0x5e,0x00,0xc4,0x57,0x00,0xba,0x1d,0xf0,0x00,0xfb,0x4f,0xf3,0xcf,0xff,0x93,0x00, +0x1a,0xff,0xff,0x70,0x3f,0xf1,0x09,0xff,0x50,0x02,0x10,0xb3,0x2a,0x3b,0x52,0x4c, +0xff,0x80,0x00,0xa3,0x34,0x3b,0x32,0x4a,0x00,0x06,0xa8,0x09,0x34,0x65,0x00,0x0f, +0x97,0x05,0x04,0x09,0x00,0x02,0x21,0x08,0x02,0xd1,0x10,0x01,0xa9,0x02,0x02,0xfd, +0x09,0x33,0x2b,0xff,0xe4,0x1d,0x0a,0x13,0xfb,0x1e,0x34,0x06,0x66,0x31,0x1f,0x60, +0x09,0x00,0x28,0x23,0x65,0x57,0x3a,0x03,0x14,0xbf,0x24,0x42,0x3b,0x5f,0xfe,0xb4, +0x67,0x01,0x61,0x39,0x30,0x00,0x00,0xef,0x40,0x25,0x00,0x12,0xd0,0x0a,0x00,0x00, +0xac,0x25,0x12,0x22,0x0a,0x00,0x80,0x0a,0xfe,0x02,0xff,0x30,0xef,0x40,0x03,0x6c, +0x33,0x00,0x0a,0x00,0x90,0x78,0xef,0xc0,0x00,0xcf,0xf3,0x02,0xff,0x31,0xea,0x1f, +0xe0,0x08,0xff,0xf3,0x02,0xff,0xdf,0xff,0xfb,0xbf,0xc0,0x6f,0xff,0xf3,0x4a,0x19, +0x16,0xf0,0x03,0x6f,0xc0,0x4f,0xff,0xf9,0xff,0xff,0x92,0xef,0x40,0x7f,0xb0,0x0a, +0x5f,0xf4,0xeb,0xff,0x30,0x0a,0x00,0x30,0x00,0x2f,0xf3,0x3c,0x00,0x33,0x63,0xbf, +0xa0,0x0a,0x00,0x33,0x7f,0xff,0x70,0x0a,0x00,0x32,0x4d,0xc9,0x00,0x0a,0x00,0x42, +0xcd,0x40,0x03,0x10,0x0a,0x00,0x44,0x00,0x00,0x0a,0xf5,0x0a,0x00,0x20,0x0c,0xf6, +0xd4,0x41,0x60,0xff,0x82,0x22,0x22,0x5f,0xf4,0x0a,0x00,0x11,0xcf,0x13,0x04,0x00, +0x0a,0x00,0x69,0x2a,0xef,0xff,0xff,0xeb,0x20,0x71,0x06,0x11,0xb4,0x28,0x43,0x04, +0xa9,0x19,0x24,0x4f,0xf2,0x43,0x1c,0x24,0x4f,0xf2,0x0e,0x09,0x11,0x4f,0x35,0x2d, +0xb3,0x36,0x77,0x77,0x77,0x9f,0xf8,0x72,0x00,0x5f,0xfe,0x0e,0x99,0x2e,0x14,0xef, +0x0a,0x00,0x11,0x0d,0x0c,0x23,0x00,0x28,0x00,0x60,0x1e,0xff,0xfe,0x00,0x05,0x20, +0x0a,0x00,0x30,0x06,0xd9,0xfe,0x78,0x41,0x00,0x3c,0x00,0x20,0x28,0xfe,0x1e,0x1a, +0x21,0x4f,0xf2,0xd0,0x0a,0x23,0x0d,0xfe,0x0a,0x00,0x00,0xa8,0x1a,0x03,0x0a,0x00, +0x34,0x00,0xcc,0x30,0x0a,0x00,0x24,0x10,0x00,0x0a,0x00,0x15,0x00,0x0a,0x00,0x33, +0x34,0x44,0x9f,0x0a,0x00,0x11,0x5f,0x80,0x02,0x10,0x08,0xe3,0x4a,0x0b,0xc7,0x00, +0x07,0x01,0x00,0x21,0x8e,0x80,0x24,0x35,0x00,0xe9,0x05,0x42,0x90,0xec,0x46,0xff, +0x28,0x03,0x42,0x33,0xff,0x36,0xff,0x9b,0x17,0x42,0x07,0xff,0x17,0xff,0xe9,0x3f, +0x13,0x0b,0x24,0x11,0x32,0xef,0xf3,0x1f,0x0a,0x00,0xf0,0x00,0x0a,0xff,0xf2,0x7f, +0xf4,0x49,0xff,0x44,0x44,0x00,0x5f,0xff,0xf3,0xef,0x80,0x46,0x00,0x00,0x45,0x57, +0x21,0x19,0x10,0x0a,0x00,0x50,0x08,0x5f,0xf2,0x44,0x44,0x1e,0x00,0x53,0x40,0x00, +0x1f,0xf2,0xdf,0xde,0x15,0x08,0x0a,0x00,0x04,0x7c,0x3a,0x00,0x0a,0x00,0x1f,0x06, +0x0a,0x00,0x24,0x08,0x2f,0x20,0x01,0x84,0x02,0x13,0x41,0x3d,0x05,0x31,0x37,0xaf, +0xfd,0x9d,0x19,0x21,0x9b,0xef,0x54,0x09,0x81,0x01,0xff,0xab,0xff,0xff,0xff,0xb6, +0x20,0xfc,0x58,0x43,0x97,0x55,0xff,0x40,0x01,0x33,0x01,0x9a,0x13,0x24,0x02,0xef, +0x0a,0x00,0x24,0x1d,0xff,0x0a,0x00,0xe2,0x3f,0xff,0xfe,0x36,0x66,0x68,0xff,0x96, +0x66,0x61,0x09,0xc7,0xfe,0x7f,0x8b,0x1c,0xc4,0x01,0x17,0xfe,0x6d,0xdd,0xde,0xff, +0xed,0xdd,0xd3,0x00,0x07,0x28,0x00,0x0f,0x0a,0x00,0x0e,0xb3,0x02,0x33,0x35,0xff, +0x73,0x33,0x30,0x00,0x07,0xfe,0x0c,0xfa,0x00,0x08,0x0a,0x00,0x06,0xaf,0x12,0x42, +0x30,0x00,0x08,0xd6,0x4d,0x09,0x12,0x20,0xdd,0x2e,0x00,0x78,0x07,0x02,0x63,0x39, +0xb1,0x6f,0xf3,0x45,0x55,0x8e,0x95,0x55,0x51,0x00,0x0e,0xfb,0x58,0x04,0x00,0x88, +0x35,0x20,0x70,0xce,0x54,0x08,0x40,0xe4,0x05,0xff,0xf7,0x14,0x1c,0x80,0x06,0x41, +0x03,0xff,0xff,0x70,0x09,0xfa,0x93,0x03,0x30,0x1f,0xff,0xf7,0xab,0x4e,0x81,0x4f, +0xf3,0x00,0x86,0xef,0x70,0x03,0xff,0x8d,0x01,0x02,0xdd,0x67,0x00,0x3c,0x3f,0x70, +0xef,0x70,0x00,0xef,0x70,0x0b,0xf9,0x13,0x00,0x00,0xf7,0x30,0x21,0xef,0x50,0x13, +0x00,0x41,0xaf,0xb0,0x1f,0xf2,0x13,0x00,0x40,0x08,0xd7,0x05,0xfe,0x7b,0x00,0xb3, +0x73,0x55,0x55,0x55,0xbf,0xc5,0x55,0x00,0x0e,0xf7,0x8f,0x24,0x0d,0x23,0xef,0x78, +0xcf,0x07,0x25,0x0e,0xf7,0xb5,0x00,0x10,0x46,0x9e,0x00,0x22,0x15,0x91,0x8e,0x64, +0x40,0x35,0x9c,0xff,0xfc,0x32,0x07,0x22,0x49,0xdf,0xca,0x49,0x71,0x0a,0xfe,0x0e, +0xff,0xfd,0xbf,0xf4,0x90,0x01,0x22,0x0e,0xf6,0x64,0x4c,0x61,0xaf,0xf5,0x0e,0xf5, +0x00,0x0f,0x93,0x3d,0x00,0x0a,0x00,0x20,0x0e,0xf5,0xc7,0x0c,0xc2,0xf5,0x0e,0xf8, +0x55,0x5e,0xf9,0x55,0x40,0x6f,0xff,0xf5,0x0e,0xdd,0x23,0xc0,0x0e,0xae,0xf5,0x0e, +0xfe,0xdd,0xdf,0xff,0xdd,0xb0,0x05,0x0e,0x28,0x00,0x10,0x08,0x90,0x07,0x01,0x0a, +0x00,0x24,0x06,0xfd,0x0a,0x00,0x24,0x04,0xff,0x0a,0x00,0x32,0x01,0xff,0x21,0x0a, +0x00,0x51,0x07,0xe2,0xdf,0x66,0xb1,0x0a,0x00,0xf9,0x13,0x27,0xf9,0x9f,0xb9,0xf2, +0x00,0x0e,0xf5,0x1f,0xff,0xf6,0xef,0x5f,0xff,0xe0,0x00,0x0e,0xf5,0x7f,0xff,0xf5, +0x8f,0x7c,0xff,0x90,0x00,0x0e,0xf5,0x1e,0x83,0x00,0x29,0x21,0xab,0x09,0x06,0x23, +0xba,0x30,0x2a,0x3c,0x00,0x87,0x1d,0x24,0x0b,0xf8,0x51,0x47,0x22,0x0b,0xf8,0x27, +0x0b,0x40,0x34,0x44,0x4d,0xfb,0xc7,0x02,0x21,0x8f,0xf3,0xb8,0x0d,0x00,0x54,0x5c, +0x33,0xf1,0xcf,0xff,0x0b,0x6b,0x10,0xf1,0x73,0x17,0x10,0xf1,0xdb,0x10,0x10,0xf1, +0xbc,0x1e,0x00,0x20,0x46,0x50,0xef,0xf1,0x00,0x1f,0xfd,0x9e,0x62,0x70,0x08,0x4f, +0xf1,0x00,0x9f,0xab,0xf9,0x60,0x06,0x80,0x2f,0xf1,0x02,0xff,0x3b,0xf8,0x5f,0xe1, +0x0a,0x00,0x40,0x0c,0xfb,0x0b,0xf8,0x97,0x37,0x60,0x2f,0xf2,0x9f,0xf2,0x0b,0xf8, +0x80,0x1e,0x21,0x2f,0xf9,0xc9,0x26,0x00,0x8e,0x5c,0x20,0xf4,0xeb,0xa8,0x19,0xa0, +0x4e,0xb0,0x00,0x2f,0xf1,0x31,0x02,0x2c,0xfa,0x22,0xb1,0x04,0x14,0xf1,0x8c,0x00, +0x0a,0x0a,0x00,0x2b,0x0a,0xe8,0x03,0x03,0x43,0x4e,0x91,0x01,0xd9,0x15,0x0e,0x12, +0xe0,0x9e,0x3b,0x00,0x10,0x11,0x24,0x0d,0xfa,0xdc,0x26,0x10,0x3f,0xba,0x33,0x10, +0xe2,0x4b,0x2c,0x12,0xaf,0x89,0x24,0xf1,0x02,0xcf,0xf6,0x03,0xff,0x7f,0xfb,0x55, +0x55,0x51,0x08,0xff,0xf6,0x0d,0xfb,0x0e,0xf8,0x00,0x0f,0x5b,0xd0,0xaf,0xf3,0x0e, +0xf9,0x33,0x33,0x20,0x1f,0xff,0xf6,0x5f,0x80,0x0e,0xd3,0x3d,0x51,0x08,0x7f,0xf6, +0x04,0x00,0x0a,0x00,0x01,0x73,0x33,0x01,0x28,0x00,0x0c,0x0a,0x00,0x01,0xec,0x06, +0x04,0x0a,0x00,0x12,0xf0,0x0a,0x00,0x10,0xfa,0x26,0x65,0x0e,0x32,0x00,0x0e,0x0a, +0x00,0x0f,0xc2,0x1f,0x05,0x00,0x7e,0x69,0x23,0x09,0xfc,0x9e,0x38,0x03,0x0a,0x00, +0x33,0x04,0xff,0xef,0x3f,0x03,0x22,0x0c,0xfd,0xb1,0x0c,0x00,0x18,0x5c,0xf2,0x06, +0x12,0x22,0x2a,0xfd,0x22,0x22,0x20,0x01,0xef,0xf5,0x03,0x33,0x3a,0xfd,0x33,0x33, +0x10,0x0c,0xff,0xf5,0x2f,0x35,0x30,0xf4,0x07,0x9f,0xff,0xf5,0x2f,0xfb,0xbe,0xff, +0xbb,0xef,0x80,0x4f,0xae,0xf5,0x2f,0xf0,0x09,0xfc,0x00,0xbf,0x80,0x06,0x0e,0x14, +0x00,0x23,0x00,0x0e,0x28,0x00,0x00,0x0a,0x00,0x70,0x06,0xa3,0x3e,0xfa,0x33,0x33, +0x10,0x26,0x02,0x10,0xf9,0x7b,0x3b,0x00,0x58,0x02,0x21,0x05,0xff,0x23,0x22,0x00, +0xad,0x02,0x32,0x7f,0xff,0xb0,0x0a,0x00,0x00,0x90,0x3e,0x20,0x60,0x00,0xfb,0x40, +0x10,0x6c,0x97,0x67,0x90,0xda,0x71,0x00,0x0e,0xf5,0xdf,0xfd,0x20,0x4c,0x99,0x26, +0x20,0x0e,0xf5,0xf5,0x65,0x75,0x26,0x9d,0x30,0x00,0x00,0x2a,0x50,0xba,0x0d,0x12, +0xe6,0x38,0x14,0x43,0x00,0x02,0xff,0x76,0x0a,0x00,0x70,0x0a,0xfe,0x06,0xfd,0x11, +0x11,0x15,0x35,0x12,0x10,0xf8,0xd7,0x02,0x00,0x24,0x52,0x70,0xdf,0xf5,0x06,0xfe, +0x22,0x22,0x26,0xea,0x24,0x22,0xf5,0x06,0x28,0x00,0x15,0x7f,0x0a,0x00,0x10,0x4f, +0xad,0x27,0x01,0x33,0x04,0x70,0x0b,0x3e,0xf5,0x23,0x33,0x39,0xff,0x5e,0x01,0x33, +0x0e,0xf5,0xbf,0x04,0x01,0x35,0x0e,0xf5,0xaf,0x0a,0x00,0x00,0xf9,0x0f,0x12,0xf8, +0xaa,0x00,0x10,0x1e,0x32,0x07,0x00,0x0a,0x00,0x60,0x01,0xdf,0xe9,0xfe,0x8f,0xf4, +0x0a,0x00,0x50,0x5e,0xff,0x37,0xfe,0x0c,0xf0,0x00,0x70,0xf8,0xff,0xf5,0x07,0xfe, +0x01,0xdf,0x89,0x03,0x10,0x6e,0x07,0x6c,0x20,0x1d,0x90,0x28,0x00,0x08,0x97,0x04, +0x0c,0x01,0x00,0x54,0x8a,0x40,0x00,0x19,0xd1,0xfc,0x07,0x33,0x0e,0xf9,0x00,0xed, +0x04,0x12,0x07,0x9d,0x64,0xc2,0xf8,0xce,0xee,0xee,0xfe,0xee,0xee,0xe0,0x00,0x6f, +0xf3,0xdf,0x37,0x04,0x35,0x01,0xef,0xf3,0x9b,0x23,0xc2,0xf3,0x05,0xdd,0xdd,0xdd, +0xdd,0xd7,0x00,0x6f,0xff,0xf3,0x06,0x6c,0x14,0x34,0x2f,0xbe,0xf3,0x76,0x13,0x12, +0x1e,0x14,0x00,0x00,0x87,0x54,0x20,0xf3,0x06,0xdb,0x04,0x10,0xe8,0x0a,0x00,0x14, +0x00,0x1f,0x1f,0x02,0x34,0x59,0x11,0xfc,0x0a,0x00,0x00,0xef,0x11,0x11,0xfd,0x0a, +0x00,0x4c,0xf4,0x00,0x00,0x04,0x0a,0x00,0x55,0xfe,0xdd,0xdd,0xde,0xfd,0x32,0x00, +0x01,0x0a,0x00,0x50,0x0a,0xe4,0x00,0x00,0x04,0x7c,0x47,0x52,0xa7,0x20,0x00,0x2d, +0x91,0xe8,0x03,0x10,0x30,0xde,0x66,0x02,0x1d,0x41,0x10,0x02,0x50,0x0b,0x10,0x50, +0x7c,0x49,0x12,0x0c,0x7a,0x22,0x20,0x6f,0xf1,0xc6,0x19,0x20,0x0c,0xfb,0x13,0x30, +0x60,0x04,0xff,0xcf,0xf3,0xaf,0xe2,0x3e,0x47,0x21,0xff,0x38,0x7f,0x5d,0xf0,0x00, +0x4f,0xff,0xe0,0xff,0x00,0x4a,0xff,0xfe,0x61,0x00,0x6f,0xff,0xe0,0xff,0x8e,0x3d, +0x2f,0xf0,0x10,0xc3,0x0e,0xbf,0xe0,0xff,0xdf,0xe9,0x14,0x46,0xcf,0xc0,0x03,0x5f, +0xe0,0xff,0x33,0x03,0xaf,0xd2,0x01,0x20,0x00,0x5f,0xe0,0xff,0x05,0xdf,0xfa,0x06, +0x40,0x00,0x0a,0x00,0x51,0x01,0xd9,0x22,0xaf,0xd1,0x0a,0x00,0x61,0x00,0x26,0xbf, +0xfa,0x14,0x00,0x1e,0x00,0xe0,0xff,0xf9,0x32,0xcf,0xc0,0x00,0x5f,0xe0,0x99,0x00, +0x85,0x02,0x9f,0xfe,0x32,0x00,0x00,0x17,0x17,0x21,0xff,0x91,0x25,0x54,0x20,0x5f, +0xff,0x35,0x68,0x00,0x0a,0x00,0x26,0x0b,0xc8,0x30,0x2d,0x12,0x31,0xd2,0x1a,0x14, +0x60,0x86,0x05,0x52,0xef,0x80,0x00,0x0a,0xfb,0xb3,0x07,0x22,0x4f,0xff,0x54,0x15, +0x33,0x0d,0xfb,0x1f,0x0a,0x00,0x90,0x5f,0xf5,0x02,0x7d,0x62,0x22,0x6e,0xa2,0x10, +0xaf,0x20,0x20,0xaf,0xa0,0xec,0x44,0x00,0xf3,0x30,0x20,0x5f,0xf0,0xf7,0x05,0xd3, +0x5f,0xff,0xf2,0x22,0x4f,0xb3,0x25,0xff,0x32,0x20,0x2f,0xff,0xf2,0x52,0x03,0x24, +0x09,0x5f,0x0a,0x00,0x00,0x09,0x6e,0x04,0xad,0x0e,0x23,0xf2,0x05,0x37,0x1e,0x09, +0x0a,0x00,0x42,0xfe,0x11,0x11,0x1e,0x0a,0x00,0x00,0xbd,0x32,0x05,0x0a,0x00,0x2f, +0x0e,0xf7,0x32,0x00,0x07,0x3a,0x00,0x00,0x0c,0x03,0x30,0x64,0x6b,0x60,0x00,0x00, +0xaf,0xc0,0xae,0x15,0x21,0xaf,0xb0,0xc8,0x00,0x13,0x4b,0x82,0x00,0x34,0x0d,0xfc, +0x0b,0xde,0x03,0x13,0xf5,0x43,0x40,0x01,0x53,0x48,0xb0,0xbc,0xff,0xdc,0xcc,0x30, +0x0b,0xff,0xf2,0x2c,0xc0,0xef,0xae,0x01,0xc0,0x8f,0xff,0xf2,0x2f,0xf0,0xef,0x51, +0x11,0xff,0x40,0x4f,0xef,0x0a,0x00,0x00,0x14,0x00,0x20,0x0a,0x3f,0x0a,0x00,0x20, +0x97,0x77,0x49,0x51,0x00,0x0a,0x00,0x24,0xa8,0x88,0x0a,0x00,0x24,0xff,0xff,0x0a, +0x00,0x24,0x50,0x00,0x0a,0x00,0x2c,0xdb,0xbc,0x1e,0x00,0x10,0xf1,0xf1,0x0c,0x10, +0x10,0x0a,0x00,0x03,0x15,0x0c,0x08,0x0a,0x00,0x06,0x71,0x22,0x41,0x50,0x00,0x07, +0xc7,0xdb,0x02,0x11,0xfd,0x60,0x58,0x00,0x57,0x02,0x11,0x7e,0xac,0x1b,0x42,0x70, +0x00,0xbf,0xe1,0x6c,0x1f,0x00,0x6d,0x54,0x11,0xf2,0x2d,0x45,0xc2,0x1e,0xff,0x30, +0xff,0x64,0x44,0x44,0x4e,0xf7,0x0c,0xff,0xf3,0xa8,0x0b,0x50,0x77,0xff,0xff,0x31, +0xff,0x29,0x14,0x60,0x84,0x1f,0xcf,0xf3,0x1f,0xfa,0x14,0x15,0x43,0x70,0x61,0xff, +0x32,0xfb,0x36,0xf0,0x02,0x0f,0xf3,0x3f,0xee,0xe4,0xf6,0xae,0x4f,0xc0,0x00,0xff, +0x34,0xfc,0xee,0x2f,0x48,0xe1,0x13,0x00,0xc3,0x6f,0xae,0xfb,0xfb,0xdf,0xaf,0xc0, +0x00,0xff,0x39,0xf9,0xef,0x26,0x00,0xb3,0xcf,0x6e,0xe4,0xf6,0xae,0x3f,0xc0,0x00, +0xff,0x5f,0xf2,0x26,0x00,0xf9,0x0b,0xfa,0xfe,0x0e,0xe2,0xf4,0x8e,0x1f,0xc0,0x00, +0xff,0x9f,0x90,0xee,0x2e,0x48,0xde,0xfa,0x00,0x0f,0xf3,0x32,0x0e,0xe0,0x00,0x00, +0x9b,0x03,0x0a,0x52,0x58,0x30,0x00,0x06,0xcb,0x59,0x14,0xb3,0xc5,0x55,0x5a,0xff, +0x75,0x55,0x51,0x00,0x04,0xff,0xaf,0x75,0x25,0x31,0x0c,0xfb,0x49,0x51,0x32,0x51, +0x92,0x00,0x4f,0xf4,0x02,0x0a,0x00,0x00,0x2a,0x14,0x12,0x03,0x02,0x08,0x60,0x09, +0xff,0xf0,0x03,0xff,0x00,0xed,0x3f,0x24,0x5f,0xff,0x14,0x00,0x41,0x1f,0xff,0xf0, +0x02,0xbf,0x10,0x51,0x00,0x08,0x6f,0xf0,0x9a,0xcc,0x25,0x52,0xa5,0x00,0x3f,0xf0, +0xef,0x07,0x01,0x00,0x0a,0x00,0x51,0x42,0x22,0x22,0x22,0x2b,0x0a,0x00,0x00,0x96, +0x25,0x10,0xce,0x0a,0x00,0x01,0x41,0x2f,0x13,0xf5,0xa1,0x6f,0x01,0x1b,0x12,0x02, +0x0a,0x00,0x12,0x20,0x0a,0x00,0x23,0x01,0x16,0x0a,0x00,0x00,0xe2,0x0c,0x03,0xc9, +0x6f,0x2c,0x09,0xee,0x5a,0x0c,0x70,0xeb,0x40,0x08,0xfb,0x00,0xdf,0x60,0x3b,0x02, +0xc3,0x63,0x3a,0xfc,0x33,0xef,0x83,0x30,0x00,0x0c,0xfd,0x6f,0xff,0xc4,0x0b,0x13, +0xf6,0x0a,0x00,0x00,0x2b,0x45,0x01,0x28,0x00,0x00,0xfa,0x42,0x00,0xa5,0x01,0x44, +0xff,0xee,0xe4,0x0c,0xb0,0x15,0x70,0xf4,0x6f,0xff,0xf0,0x25,0xff,0x92,0xc3,0x6b, +0x50,0x2f,0xff,0xf0,0x3e,0xff,0xa8,0x04,0x62,0x80,0x0a,0x7f,0xf8,0xff,0xff,0xcc, +0x72,0xf4,0x08,0x5f,0xfa,0xff,0xfd,0x00,0xff,0x30,0xaf,0xa0,0x00,0x5f,0xf1,0xca, +0xff,0xbb,0xff,0xcb,0xef,0xa0,0x00,0x5f,0xf0,0x07,0x1e,0x00,0x7b,0xf0,0x07,0xfd, +0x00,0xff,0x20,0x9f,0x14,0x00,0x06,0x28,0x00,0x00,0x1e,0x00,0x14,0xaf,0x0a,0x00, +0x33,0x3d,0xff,0x80,0x0a,0x00,0x29,0x2a,0xeb,0x85,0x08,0x53,0x8c,0x60,0x1e,0xe5, +0x00,0xd5,0x03,0x41,0xaf,0xfb,0xaa,0xb2,0x0d,0x03,0x13,0x25,0xc2,0x11,0x80,0x0d, +0xfb,0x5f,0xf8,0x00,0x8f,0xe1,0x00,0xa0,0x6a,0xa3,0xff,0xfb,0xbb,0xff,0xeb,0xbb, +0x20,0x01,0xef,0xf7,0xee,0x0f,0xf0,0x03,0x0b,0xff,0xf1,0x4e,0xf2,0x07,0xf9,0x00, +0xff,0x20,0x6f,0xff,0xf1,0x0e,0xfc,0xbe,0xfd,0xbc,0x02,0x10,0x03,0x5e,0x38,0xa0, +0x20,0x09,0x6f,0xf1,0x00,0x6e,0xff,0x40,0x00,0x22,0x78,0x32,0xf1,0x08,0x8e,0xff, +0xbf,0xf2,0x08,0xfe,0x30,0x00,0x3f,0xf1,0xcf,0xa3,0x9f,0xfc,0xef,0xf9,0x10,0x00, +0x3f,0xf1,0x12,0x7e,0xf9,0x28,0x0c,0x80,0x3f,0xf1,0x9f,0xfe,0x46,0xff,0x6a,0xf7, +0x0a,0x00,0x60,0x6e,0x62,0xbf,0xff,0x84,0xfe,0x1e,0x00,0xf1,0x0c,0x04,0xaf,0xfb, +0xaf,0x90,0xdf,0xc1,0x00,0x3f,0xf3,0xdf,0xff,0x60,0xdf,0x70,0x3f,0xf3,0x00,0x3f, +0xf1,0xae,0x71,0xbf,0xff,0x20,0x05,0x60,0x88,0x0e,0x1b,0x7f,0xb0,0x35,0x12,0x05, +0xb2,0x10,0x15,0x50,0xc6,0x39,0x18,0xf1,0x0a,0x00,0x0e,0x4b,0x2d,0x02,0x3b,0x6d, +0x01,0x3f,0x6d,0x15,0x0e,0x35,0x0f,0x06,0x0a,0x00,0xa1,0x02,0x22,0x28,0xff,0x42, +0x2d,0xfb,0x22,0x22,0x20,0x6c,0x41,0x24,0x0c,0xfa,0xef,0x50,0x03,0x0a,0x00,0x24, +0x0e,0xfb,0x0a,0x00,0x20,0x4f,0xf6,0x0a,0x00,0x21,0x09,0x20,0x90,0x0d,0x10,0x0c, +0xf5,0x02,0x01,0xd3,0x20,0x00,0x0a,0x00,0xb1,0xf2,0x01,0xaf,0xfd,0x10,0x00,0x0b, +0xfd,0x33,0x6f,0xf0,0x61,0x47,0x01,0x01,0x5c,0x20,0x06,0xf9,0xc7,0x06,0x10,0xbe, +0x42,0x4a,0x0f,0xc8,0x52,0x04,0x25,0xae,0xb0,0xef,0x41,0x15,0xf5,0x0e,0x05,0x01, +0xc2,0x04,0x05,0xa0,0x00,0x16,0x80,0x0a,0x00,0xb0,0x05,0x55,0x5c,0xff,0xb5,0x55, +0x6d,0x65,0x55,0x20,0x00,0x14,0x27,0x34,0x01,0xef,0xc1,0x11,0x36,0x30,0x4f,0xfd, +0x20,0x72,0x21,0x10,0xdc,0x10,0x58,0x15,0xe1,0xc6,0x15,0x00,0xd6,0x46,0x81,0xec, +0xff,0xc6,0x6f,0xf8,0x28,0xfe,0x20,0xf1,0x1a,0x41,0x2f,0xf6,0x00,0x91,0xe0,0x08, +0x34,0x50,0x2f,0xf6,0x8b,0x3e,0x40,0x2f,0xf6,0x00,0x06,0x76,0x00,0x00,0x78,0x6d, +0x70,0x00,0x1f,0xd2,0x00,0x02,0xef,0xf5,0xb2,0x49,0x40,0x2f,0xf2,0x01,0x7f,0x65, +0x1e,0x72,0xfb,0x33,0x8f,0xf0,0x1e,0xff,0xfa,0x81,0x32,0x40,0xa0,0x06,0xfd,0x50, +0xcb,0x2e,0x00,0x60,0x2f,0x08,0x62,0x33,0x15,0x45,0xf7,0x17,0x25,0xef,0x60,0xdd, +0x1d,0x04,0x66,0x28,0x05,0x38,0x33,0x00,0x2b,0x0a,0x15,0xe0,0x91,0x41,0x15,0xf8, +0x07,0x49,0x06,0x33,0x1d,0x04,0xe6,0x19,0x10,0x06,0xa8,0x0a,0x03,0xd5,0x19,0x24, +0x1d,0xfe,0xed,0x37,0x04,0xfc,0x19,0x23,0xdf,0xf3,0x04,0x2d,0x00,0x75,0x26,0x22, +0x3f,0xfd,0xdb,0x2b,0x11,0x10,0x51,0x62,0x21,0x00,0x05,0x6d,0x22,0x33,0xef,0xfb, +0x10,0x11,0x2a,0x63,0x3f,0xff,0xd2,0x1e,0xff,0xf8,0x19,0x2e,0x32,0x04,0xfe,0x50, +0x2f,0x4e,0x13,0xb0,0xe6,0x06,0x03,0x29,0x27,0x25,0x01,0x10,0x7a,0x59,0x05,0x7a, +0x0c,0x00,0xcf,0x01,0x04,0x36,0x14,0x13,0xd1,0x8c,0x29,0x42,0xf8,0x3e,0xfe,0x30, +0x27,0x2f,0x12,0x80,0xfa,0x10,0x01,0x5d,0x38,0x52,0x2d,0xff,0xe6,0x00,0x19,0x28, +0x3d,0x44,0x9f,0xff,0xd5,0x0c,0xae,0x01,0x32,0xf5,0x01,0xa2,0xa2,0x08,0x20,0x67, +0x80,0xcc,0x31,0x44,0x2f,0xf8,0x22,0x22,0x31,0x59,0x03,0x92,0x30,0x31,0x11,0x2f, +0xf8,0x96,0x11,0x03,0x88,0x2a,0x19,0x30,0x0a,0x00,0x08,0xaa,0x51,0x03,0x0a,0x00, +0x21,0x22,0x22,0x46,0x00,0x34,0x22,0x10,0x03,0x64,0x00,0x16,0xc0,0x0a,0x00,0x74, +0x00,0x00,0x01,0x51,0x00,0x00,0x17,0x45,0x4d,0x03,0xdb,0x29,0x24,0x0e,0xfe,0x2b, +0x2c,0x10,0x8f,0xdd,0x4b,0x02,0x2a,0x6d,0x01,0x3e,0x48,0x10,0x80,0x8b,0x0e,0x13, +0x50,0x7f,0x25,0x20,0xbf,0xfa,0x77,0x09,0x60,0x3f,0xff,0x50,0x0c,0xff,0xd0,0xcd, +0x29,0x82,0x06,0xff,0xf2,0x05,0xfe,0x20,0x08,0xff,0x99,0x74,0x12,0x22,0xb6,0x1e, +0x13,0x04,0x12,0x66,0x13,0x02,0x67,0x42,0x13,0xa0,0x59,0x07,0x31,0x2f,0xfd,0x00, +0x5b,0x21,0x01,0x32,0x28,0x00,0x02,0x19,0x00,0x1a,0x17,0x65,0xa5,0x67,0x9a,0xbd, +0xff,0xd0,0xcd,0x12,0x11,0xf8,0x2a,0x10,0xa1,0xfe,0xdc,0xa9,0x8e,0xff,0x20,0x00, +0x09,0x64,0x31,0x90,0x01,0x05,0xa5,0x33,0x10,0x81,0xe9,0x01,0x14,0xfb,0x16,0x52, +0x1e,0x0c,0x0a,0x00,0xa6,0x11,0x1c,0xfb,0x11,0x11,0xbf,0xc1,0x11,0x00,0x05,0x0c, +0x03,0x05,0x0a,0x00,0xaf,0x01,0x33,0x3d,0xfc,0x33,0x33,0xcf,0xd3,0x33,0x10,0x46, +0x00,0x0b,0x05,0x4b,0x16,0x16,0xf2,0x0a,0x00,0x14,0x05,0xff,0x14,0x00,0xd7,0x02, +0x52,0xb5,0x00,0x00,0x5c,0x30,0x8a,0x15,0x12,0x30,0xb6,0x17,0x01,0x46,0x3a,0x10, +0x2d,0xe7,0x6d,0x31,0xdf,0xfe,0x30,0xd8,0x3f,0x22,0x20,0x07,0x89,0x26,0x00,0xec, +0x4b,0x12,0x56,0xbe,0x00,0x11,0x84,0xb2,0x15,0x02,0x8b,0x3b,0x00,0xdd,0x5c,0x32, +0xdd,0xdd,0xdd,0x0a,0x00,0x12,0x20,0xfe,0x47,0x09,0x1e,0x00,0x00,0xf0,0x1c,0x02, +0x0a,0x00,0x4c,0x31,0x11,0x11,0x11,0x1e,0x00,0x42,0xa9,0x99,0x99,0x99,0x0a,0x00, +0x4c,0x86,0x66,0x66,0x66,0x1e,0x00,0x12,0x30,0x50,0x00,0x31,0x0e,0xee,0xff,0xb4, +0x1b,0x35,0xfe,0xe2,0x0f,0xc8,0x00,0xf0,0x04,0x03,0x33,0x4c,0xf7,0x33,0x33,0xaf, +0xc5,0x33,0x30,0x00,0x06,0xef,0xfe,0x10,0x01,0xdf,0xff,0xa2,0x94,0x26,0x11,0x81, +0xb7,0x3b,0x42,0x91,0x08,0xfe,0x81,0x7b,0x50,0x24,0x80,0x00,0xdf,0x31,0x04,0xa3, +0x0a,0x1e,0x00,0x09,0x00,0x00,0x4e,0x15,0x10,0x68,0x81,0x00,0x26,0x61,0x2f,0x44, +0x18,0x02,0x84,0x31,0x31,0xf3,0x2f,0xf3,0xf8,0x46,0x10,0x1f,0x09,0x00,0x00,0xf6, +0x0f,0x01,0x09,0x00,0x00,0x5c,0x32,0x01,0x09,0x00,0x32,0x1f,0xff,0xf5,0x09,0x00, +0x40,0xaf,0xfd,0xff,0x60,0x09,0x00,0x50,0x06,0xff,0x81,0xdf,0xf6,0x09,0x00,0xf0, +0x03,0x8f,0xfd,0x00,0x1d,0xff,0x7f,0xf3,0x2f,0xfb,0xff,0xd1,0x00,0x02,0xef,0x8f, +0xf3,0x2f,0xf3,0x46,0x72,0x11,0x44,0x2d,0x00,0x02,0x0b,0x72,0x01,0x09,0x00,0x33, +0x02,0x55,0x7f,0x09,0x00,0x00,0x94,0x6f,0x11,0xf3,0x54,0x02,0x33,0xeb,0x30,0x27, +0x57,0x17,0x14,0x73,0xc3,0x1d,0x50,0xf7,0x5f,0xfe,0xee,0xee,0xa4,0x0b,0x31,0xf7, +0x5f,0xf0,0xfd,0x54,0x1f,0x0e,0x09,0x00,0x0a,0x86,0xf5,0x44,0x47,0xff,0x54,0x44, +0x4f,0xf7,0x3f,0x00,0x05,0x09,0x00,0x11,0xf1,0x79,0x16,0x10,0x1e,0x2d,0x00,0x01, +0x2f,0x03,0x0f,0x09,0x00,0x0f,0x52,0x55,0x5f,0xf6,0x5f,0xf0,0x58,0x23,0x32,0xf3, +0x5f,0xf0,0x8b,0x2e,0x25,0x60,0x05,0x87,0x03,0x06,0x0a,0x00,0x00,0xaf,0x03,0x30, +0x3f,0xf7,0x22,0x57,0x06,0x12,0x02,0x0a,0x00,0x14,0x20,0xc6,0x37,0x29,0xff,0xf4, +0x0a,0x00,0x10,0xf7,0xb0,0x10,0x20,0x1f,0xf4,0xc4,0x2a,0x5a,0xdd,0xef,0xfe,0xdd, +0xef,0x1e,0x00,0x70,0xf9,0x22,0x2f,0xf6,0x22,0x3f,0xf4,0x2f,0x50,0x03,0x28,0x00, +0x05,0xd2,0x19,0x16,0xf9,0x0a,0x00,0x30,0x02,0x2e,0xf9,0xe1,0x06,0x33,0x4f,0xf6, +0x21,0xc4,0x04,0x23,0x1f,0xf4,0xce,0x04,0x24,0x33,0x5f,0x0a,0x00,0x01,0x1f,0x07, +0x01,0x0a,0x00,0x34,0xaf,0xeb,0x40,0x03,0x21,0x00,0xa7,0x1d,0x10,0x20,0x09,0x00, +0x61,0x44,0x20,0x00,0xff,0x80,0x01,0x03,0x00,0x0f,0x09,0x00,0x0a,0x74,0xa4,0x45, +0xff,0xb4,0x45,0xff,0x80,0x61,0x16,0x07,0x09,0x00,0x04,0x51,0x00,0x21,0x0a,0xa6, +0x09,0x00,0x41,0x3a,0xa4,0x1f,0xf9,0x09,0x00,0x2f,0x4f,0xf5,0x09,0x00,0x09,0x20, +0xfc,0x66,0x3a,0x42,0x34,0x9f,0xf5,0x1f,0x38,0x05,0x12,0x1e,0xcd,0x1a,0x06,0x05, +0x3d,0x12,0xf5,0x75,0x13,0x14,0x05,0x67,0x20,0x03,0xca,0x2e,0x10,0x0b,0xc7,0x12, +0x14,0xd0,0x61,0x3b,0x24,0x3f,0xf9,0x82,0x04,0x01,0x2a,0x1e,0x10,0x0b,0x00,0x05, +0x01,0x1b,0x0e,0x22,0x9f,0xfc,0x70,0x3e,0x40,0x30,0x0a,0xff,0xf8,0xcd,0x16,0x43, +0x6c,0xff,0xf2,0x0a,0x6b,0x00,0x60,0xef,0x90,0x00,0x94,0xee,0xef,0xdc,0x02,0x13, +0x57,0x2a,0x27,0x02,0xe9,0x49,0x00,0x35,0x2f,0x13,0x03,0xd3,0x3b,0x12,0xf2,0xab, +0x42,0x01,0xb4,0x23,0x02,0x37,0x0a,0x00,0x71,0x20,0x02,0xfb,0x10,0x11,0xaf,0x5e, +0x71,0x01,0x55,0x1c,0x40,0xe1,0x01,0x55,0x6e,0x8a,0x46,0x00,0x1a,0x07,0x11,0xef, +0x3c,0x04,0x10,0xbe,0x7a,0x0c,0x01,0x50,0x21,0x1e,0x10,0x4e,0x29,0x06,0x8c,0x34, +0x31,0x0a,0xfe,0x10,0x08,0x0b,0x42,0x50,0x00,0x1e,0xe4,0xa0,0x0e,0xb0,0x0b,0xcc, +0xed,0xc8,0x4a,0xaf,0xfd,0xaa,0xef,0x80,0xef,0x41,0x11,0xb0,0xff,0x70,0x0c,0xf8, +0x05,0x55,0x5e,0xf9,0x00,0x0f,0xf6,0x11,0x51,0x10,0x05,0x96,0x63,0x10,0x40,0xec, +0x67,0x50,0xef,0x95,0x30,0x2f,0xf3,0x13,0x00,0x80,0xaf,0xf4,0xff,0x23,0xff,0x20, +0x0e,0xf6,0x58,0x18,0xf0,0x01,0x60,0x6f,0xf0,0x00,0xef,0x60,0x8f,0xff,0xff,0xb0, +0x09,0xfc,0x00,0x0f,0xf5,0x5f,0xab,0x17,0xa0,0xcf,0x90,0x00,0xff,0x50,0xdd,0x8f, +0xf5,0xfb,0x2f,0x24,0x13,0x70,0x05,0x16,0xff,0x09,0x18,0xff,0x10,0x97,0x16,0x20, +0x6f,0xf0,0x02,0x14,0x20,0x3f,0xf2,0xcb,0x03,0x12,0xaf,0xd1,0x03,0x70,0x6f,0xf0, +0x9f,0xfb,0x05,0x55,0xdf,0xae,0x37,0x41,0x0a,0xfd,0x00,0x8f,0x27,0x3b,0x62,0xf0, +0x09,0x20,0x03,0xed,0xc7,0x8b,0x04,0x00,0x3c,0x0a,0x01,0x66,0x19,0xc0,0xf0,0x14, +0x40,0x0e,0xf6,0x03,0xfe,0x11,0x16,0xff,0x06,0xfe,0x13,0x00,0x69,0xe0,0x00,0x4f, +0xf0,0x6f,0xe0,0x13,0x00,0x00,0x26,0x00,0x01,0x13,0x00,0x00,0x39,0x00,0x01,0x13, +0x00,0x01,0x4f,0x1a,0x00,0x13,0x00,0x51,0x00,0x05,0xff,0x44,0x44,0x13,0x00,0x00, +0xf2,0x1c,0x11,0xf2,0x13,0x00,0x51,0x09,0xff,0xdd,0xff,0x16,0x13,0x00,0x41,0xcf, +0x80,0x2f,0xf0,0x13,0x00,0x32,0x1f,0xf5,0x02,0x39,0x00,0x51,0x07,0xff,0x00,0x4f, +0xe0,0x08,0x52,0x41,0xdf,0xa0,0x06,0xfd,0x85,0x00,0xe0,0xbf,0xf3,0x00,0xaf,0xb0, +0x01,0x55,0x5f,0xf6,0x2f,0xf8,0x1f,0xff,0xf7,0x30,0x09,0xaf,0x30,0x4a,0x00,0xcf, +0xea,0x00,0x00,0x9f,0xfd,0x70,0x4d,0x48,0x02,0x00,0x44,0x2e,0x01,0x43,0x00,0x31, +0x15,0x9e,0xff,0xb2,0x69,0xe0,0x61,0xdf,0xff,0xff,0xfb,0x50,0x04,0x41,0x0e,0xf6, +0x0d,0xff,0xdf,0xf3,0x7e,0x7c,0x31,0xef,0x60,0x21,0xdf,0x04,0x31,0xf4,0x0e,0xf6, +0xed,0x16,0x01,0x13,0x00,0x50,0xcc,0xcd,0xff,0xdc,0xc9,0x13,0x00,0x01,0x6f,0x05, +0x10,0xb1,0x13,0x00,0x50,0x66,0x6e,0xff,0x76,0x64,0x26,0x00,0x00,0xfb,0x3b,0x02, +0x26,0x00,0x42,0x00,0xdf,0xff,0xfb,0x39,0x00,0x00,0xce,0x6a,0x10,0x11,0x13,0x00, +0x50,0x2f,0xfa,0xff,0x5f,0xf5,0x13,0x00,0xe1,0x1d,0xfd,0x4f,0xf2,0x5b,0x01,0xdd, +0x30,0xef,0x64,0xff,0x44,0xff,0x20,0xd5,0x11,0x11,0x0b,0x6a,0x17,0x00,0xc8,0x00, +0x20,0x20,0x04,0xb7,0x71,0x22,0x76,0x7f,0x72,0x00,0x00,0xa6,0x06,0x12,0x30,0x5c, +0x4c,0x10,0xbf,0x7b,0x4e,0x13,0x3f,0xd2,0x0a,0xf0,0x1c,0x37,0x03,0xff,0x12,0xa7, +0x10,0x00,0x0e,0xf6,0x0e,0xf5,0x3f,0xf1,0x6f,0xe0,0x11,0x00,0xef,0x60,0x7f,0xb3, +0xff,0x1c,0xf8,0x1f,0xf2,0x0e,0xf6,0x02,0xff,0x4f,0xf4,0xff,0x11,0xff,0x20,0xef, +0x60,0x1a,0x57,0xff,0x57,0x91,0x13,0x00,0x01,0x87,0x04,0x10,0x51,0x13,0x00,0x10, +0x5f,0x53,0x03,0x00,0x13,0x00,0x00,0x1d,0x0f,0x0c,0x13,0x00,0x06,0x26,0x00,0x33, +0xe0,0x00,0x0f,0x13,0x00,0x27,0xee,0xee,0x26,0x00,0x23,0x06,0x61,0x39,0x00,0x00, +0xc5,0x15,0x02,0x26,0x00,0x21,0x00,0x00,0x13,0x00,0xf7,0x06,0x33,0xff,0x40,0x03, +0x33,0xff,0x60,0x5f,0xe0,0x0f,0xff,0xf2,0x00,0xef,0xff,0xf4,0x05,0xfe,0x00,0xbe, +0xc6,0x6d,0x37,0x20,0x13,0x20,0x46,0x10,0x00,0x73,0x3b,0x23,0xd8,0x20,0xca,0x48, +0x32,0x0d,0xfe,0x10,0xc4,0x56,0x01,0xfc,0x36,0x06,0x71,0x1c,0x06,0x0a,0x00,0x06, +0xa9,0x0b,0x91,0x00,0x44,0x44,0x44,0x44,0x01,0x32,0x02,0x66,0xd4,0x1a,0x30,0xfe, +0x05,0xfd,0xb6,0x64,0x34,0xff,0xb9,0x9b,0x0a,0x00,0x24,0x62,0x27,0x0a,0x00,0x0f, +0x1e,0x00,0x01,0x3e,0x51,0x16,0xfe,0x1e,0x00,0x41,0x9c,0xfe,0x05,0xfc,0x0a,0x00, +0x10,0x40,0xd2,0x00,0x02,0x0a,0x00,0x50,0x06,0xfe,0x00,0x03,0x28,0x0a,0x00,0x70, +0x44,0xef,0xfd,0x00,0x0e,0xff,0xfd,0x14,0x00,0x45,0xef,0xd4,0x00,0x08,0x9e,0x38, +0x1b,0x00,0x95,0x4d,0x01,0xcc,0x32,0x14,0xfe,0x8d,0x0f,0x21,0xfe,0xef,0x75,0x0c, +0xf0,0x02,0x23,0x03,0xfe,0xef,0xa9,0xbd,0xc9,0x9f,0xf1,0xef,0x23,0xfe,0xef,0x53, +0x7f,0xc3,0x3f,0x09,0x00,0x11,0x5e,0x22,0x11,0xf0,0x02,0xef,0x23,0xfe,0x08,0x99, +0xbf,0xe9,0x99,0x00,0xef,0x23,0xfe,0x03,0xaa,0xcf,0xea,0xa4,0x09,0x00,0x10,0x04, +0x19,0x47,0x00,0x09,0x00,0x82,0x45,0x55,0x9f,0xd5,0x55,0x40,0xef,0x23,0xcb,0x1e, +0xf2,0x06,0xc0,0xef,0x23,0xfe,0x22,0x22,0x7f,0xc2,0x22,0x20,0xef,0x23,0xfe,0x09, +0xcc,0xdf,0xfc,0xcc,0x10,0xef,0x23,0xca,0x17,0xf1,0x03,0x20,0x89,0x13,0xfe,0x0c, +0xf5,0x33,0x33,0xff,0x20,0x00,0x03,0xfe,0x0c,0xf2,0x00,0x00,0xef,0x09,0x00,0x01, +0x1b,0x00,0xc0,0x04,0x48,0xfe,0x0c,0xfd,0xcc,0xcc,0xff,0x20,0x0f,0xff,0xfb,0x1b, +0x00,0x56,0xcd,0x10,0x0a,0xed,0x91,0x3d,0x51,0x00,0x1f,0x22,0x06,0x21,0x45,0x0a, +0x13,0x00,0x15,0x08,0xcf,0x1d,0x14,0x9f,0xfa,0x1c,0x94,0x04,0x77,0x77,0x7c,0xff, +0x77,0x77,0x7b,0xff,0x49,0x1b,0x22,0x7f,0xf0,0x04,0x0d,0x02,0x03,0x1a,0x11,0x02, +0xd7,0x5f,0x11,0xd0,0x74,0x22,0x43,0x00,0x00,0x0a,0xfc,0xf8,0x62,0x33,0x00,0xbf, +0xb0,0x9c,0x25,0x24,0x0d,0xfa,0x98,0x59,0x23,0xff,0x80,0x12,0x34,0x20,0x2f,0xf6, +0xe7,0x68,0x01,0x34,0x0a,0x11,0x30,0x8e,0x44,0xa1,0x47,0x67,0xef,0xf0,0x00,0xdf, +0xfe,0x20,0x00,0x02,0xe6,0x30,0x20,0xeb,0x10,0xf1,0x06,0x1c,0xd8,0x23,0x2f,0x10, +0x05,0xad,0x00,0x01,0x26,0x11,0x01,0xf0,0x55,0x00,0xc4,0x2f,0x10,0x05,0x96,0x00, +0x01,0xee,0x0f,0x00,0x7b,0x07,0x50,0x03,0x39,0xff,0x33,0x5e,0x0d,0x11,0x42,0xd0, +0x00,0x6f,0xe0,0x25,0x10,0x00,0x32,0x10,0x90,0x15,0x5a,0xfe,0x55,0xaf,0xe0,0x00, +0x6f,0xe0,0x7b,0x57,0x21,0x07,0xfd,0x59,0x67,0x40,0x0b,0xfb,0x00,0x8f,0x26,0x00, +0x00,0x84,0x66,0x20,0x08,0xfc,0x13,0x00,0x00,0x55,0x0b,0xf0,0x13,0x9f,0xb0,0x00, +0x6f,0xf5,0x9a,0x05,0xff,0x20,0x0a,0xfb,0x00,0x4b,0xff,0xff,0xe0,0x9f,0xe0,0x00, +0xbf,0xa3,0xff,0xff,0xff,0xe9,0x2f,0xf9,0x00,0x0c,0xf9,0x0f,0xff,0xd8,0x30,0x64, +0x06,0x41,0xef,0x70,0x96,0x20,0x26,0x30,0x22,0x1f,0xf6,0xe5,0x5a,0x40,0x25,0x49, +0xff,0x30,0xcd,0x00,0x22,0xe3,0x02,0xd7,0x1f,0x68,0x09,0xd2,0x00,0x0e,0xff,0xc2, +0x6f,0x50,0x15,0xfd,0x30,0x02,0x14,0xd0,0x13,0x00,0x00,0xc2,0x44,0x90,0xaa,0xaa, +0xaa,0x60,0x55,0xbf,0xe6,0x66,0x60,0xe7,0x05,0x01,0xf6,0x02,0x51,0x1f,0xfc,0xaa, +0xff,0x80,0x78,0x01,0xb0,0xff,0x60,0x0e,0xf8,0x00,0x0a,0xfa,0x05,0xff,0x0f,0xf6, +0x73,0x13,0x41,0xbf,0x90,0x6f,0xf0,0x13,0x00,0x33,0x0d,0xf8,0x06,0x13,0x00,0x41, +0xef,0x70,0x7f,0xe0,0x13,0x00,0x41,0x1f,0xf4,0x08,0xfd,0x13,0x00,0x51,0x03,0xff, +0x20,0x9f,0xc0,0x13,0x00,0x41,0x7f,0xf0,0x0a,0xfb,0x13,0x00,0x50,0x0c,0xfc,0x00, +0xbf,0xa0,0x13,0x00,0xe1,0x01,0xff,0x70,0x0d,0xf8,0x0f,0xf9,0x55,0xff,0x80,0x9f, +0xf3,0x01,0xff,0x72,0x00,0x50,0x2f,0xfd,0x46,0xaf,0xf4,0x77,0x00,0x60,0x82,0xef, +0x55,0xff,0xfe,0x00,0x26,0x00,0xa7,0x03,0xc0,0x1f,0xfc,0x30,0x0e,0xe6,0x00,0xbc, +0x70,0x7c,0x01,0x15,0x04,0x8a,0x1c,0x10,0xf6,0xf8,0x06,0x04,0x7a,0x50,0xb3,0x1f, +0xf0,0x00,0x00,0x22,0x23,0xfe,0x42,0x21,0x01,0xff,0x9f,0x0e,0x10,0x90,0x13,0x00, +0x01,0x0f,0x60,0xa1,0x34,0xff,0x33,0x33,0x02,0x2c,0x93,0x27,0xa2,0x1e,0xf5,0x20, +0x50,0xfe,0x01,0xff,0x50,0xdf,0xcd,0x79,0xf0,0x18,0xef,0x50,0x07,0xff,0x20,0x3f, +0xe0,0x3f,0xe0,0xdf,0xc0,0x02,0x5d,0xfc,0x04,0xfd,0x04,0xfd,0x0c,0xe4,0x60,0x9f, +0xcf,0xc1,0x6f,0xb0,0x4f,0xd0,0x35,0xff,0x7e,0xf5,0x40,0x08,0xf9,0x05,0xfc,0x00, +0x07,0x14,0x1b,0x60,0xbf,0x60,0x5f,0xc0,0x00,0x08,0x00,0x18,0x20,0xf3,0x06,0xba, +0x69,0x00,0x84,0x0b,0x00,0x0f,0x3a,0x70,0x5f,0xfe,0xfe,0x10,0xbf,0xa0,0x08,0x4b, +0x73,0xf0,0x0c,0x2f,0xf3,0x3f,0xf2,0x00,0xaf,0x80,0x7f,0xfd,0x00,0x53,0x2e,0xfb, +0x12,0x3e,0xf5,0x2e,0xfc,0x10,0x00,0x0c,0xfe,0x26,0xff,0xff,0x10,0x39,0x67,0x0e, +0x4a,0x30,0x2f,0xfd,0x50,0x66,0x07,0x13,0x01,0x81,0x1f,0x31,0x46,0x8b,0xfe,0xf8, +0x11,0x11,0x0d,0x94,0x03,0x00,0x0a,0x00,0x51,0x07,0xba,0xaf,0xf5,0x30,0x2f,0x5f, +0x83,0x09,0x99,0xaf,0xf9,0x99,0x80,0x4f,0xf0,0x21,0x0c,0xb0,0xe7,0x9f,0xf7,0x77, +0x70,0x02,0x33,0x5f,0xf3,0x33,0x4f,0x92,0x04,0x01,0x2a,0x34,0xf2,0x09,0xab,0xdf, +0xfb,0xcf,0xf0,0x09,0xf9,0x8f,0xf7,0xaf,0x80,0x5f,0xd0,0x4f,0xf0,0x09,0xfa,0x8f, +0xf7,0xbf,0x80,0x6f,0xc0,0x4f,0x1e,0x00,0xf2,0x00,0x80,0x8f,0xb0,0x5f,0xf0,0x09, +0xf6,0x4f,0xf3,0x8f,0x80,0xaf,0x90,0x5f,0xe0,0x14,0x00,0xe1,0xdf,0x60,0x6f,0xe0, +0x02,0x44,0x5f,0xf4,0x44,0x22,0xff,0x20,0x6f,0xd0,0x71,0x08,0xc0,0xa7,0xfe,0x00, +0x7f,0xc0,0x06,0x99,0xaf,0xfa,0x99,0x7e,0xf9,0x7b,0x02,0xa1,0x00,0x2f,0xf4,0x56, +0xaf,0xf2,0x00,0xbf,0xa0,0x1c,0x19,0x20,0xb0,0xa2,0x35,0xff,0x70,0x0f,0xff,0xff, +0xdb,0xae,0xfd,0x15,0xf0,0x4c,0x64,0x32,0x00,0x00,0x03,0xd1,0x01,0x52,0x59,0x1a, +0x00,0xc5,0x48,0x00,0xcd,0x6a,0x13,0x01,0x73,0x1f,0x10,0x3f,0xeb,0x01,0x03,0x26, +0x4e,0x00,0x0a,0x00,0x11,0x31,0x70,0x38,0x80,0x01,0xff,0x70,0x01,0xee,0x40,0x00, +0x1e,0x71,0x2e,0x20,0x70,0x0b,0x64,0x78,0x00,0x38,0x08,0x60,0x70,0x7f,0xfd,0x00, +0x08,0xff,0x0a,0x00,0x20,0x76,0xff,0xa5,0x7a,0x00,0x0a,0x00,0x10,0xcf,0xba,0x46, +0x10,0xfd,0x0a,0x00,0x01,0xc9,0x58,0x11,0x87,0x0a,0x00,0x12,0x40,0x2d,0x04,0x12, +0x3d,0xf4,0x24,0x00,0xfa,0x2a,0x22,0xff,0x80,0x0a,0x00,0x10,0xdf,0x5e,0x2b,0x10, +0x15,0x0a,0x00,0x20,0x2e,0xc4,0xfe,0x1e,0x60,0xd2,0x00,0x07,0xff,0x11,0x01,0x21, +0x72,0x11,0xf2,0x5f,0x04,0x00,0xbb,0x6f,0x12,0xf0,0x0a,0x00,0x41,0xd6,0x66,0xdf, +0xc0,0x0a,0x00,0x11,0xbf,0x80,0x33,0x00,0x0a,0x00,0xa1,0x2b,0xef,0xff,0xe9,0x00, +0x00,0x17,0x10,0x04,0xa1,0xc3,0x33,0x30,0x0e,0xfb,0x01,0x58,0x84,0x10,0xf6,0x03, +0x55,0x50,0x07,0xff,0x30,0x1f,0xfb,0xbd,0x26,0x64,0x83,0x4f,0xd6,0x3a,0xff,0x51, +0x9e,0x2e,0x00,0x5a,0x00,0x70,0xfb,0xbb,0xcf,0xfc,0xbb,0xbf,0xf7,0xd0,0x0b,0x10, +0x04,0xdb,0x20,0x14,0x70,0x38,0x39,0x00,0x13,0x00,0x00,0x9f,0x07,0x10,0xcc,0x13, +0x00,0x10,0xf1,0x40,0x07,0x28,0x0f,0xf7,0x39,0x00,0x06,0x84,0x4c,0x02,0x53,0x07, +0x07,0x75,0x06,0x14,0xff,0x01,0x00,0x00,0x6a,0x7f,0x23,0x7f,0xf6,0x6e,0x7f,0x15, +0x04,0x14,0x2b,0x02,0x9f,0x07,0x09,0x13,0x00,0x00,0xf1,0x1c,0x0a,0x0a,0x00,0x83, +0x13,0x33,0x33,0x6f,0xf6,0x33,0x33,0x32,0xfd,0x54,0x01,0x49,0x13,0x06,0x0a,0x00, +0x06,0x1e,0x00,0x1e,0x00,0x3c,0x00,0x06,0xbc,0x0d,0x06,0x0a,0x00,0x50,0x06,0x66, +0x66,0xcf,0xfa,0xa4,0x0a,0x11,0x60,0xb9,0x4f,0x32,0x00,0x5c,0x60,0x03,0x11,0x13, +0x30,0xf0,0x10,0x00,0x24,0x08,0x33,0x1e,0xfd,0x10,0xa1,0x29,0x01,0xf9,0x11,0x51, +0x6f,0xff,0xbc,0xcd,0xef,0xba,0x01,0x15,0xcf,0x0d,0x25,0x94,0x6f,0xec,0xb9,0x87, +0x64,0x32,0x17,0xfe,0x30,0x00,0x03,0x18,0x70,0x68,0x5a,0x73,0x01,0x23,0x45,0x68, +0xab,0xdf,0xfb,0x06,0x3b,0x00,0x3d,0x54,0x60,0x5f,0xff,0xed,0xcb,0xeb,0x75,0x4c, +0x65,0x51,0x19,0xe4,0x00,0xbf,0x90,0x8b,0x4c,0x40,0xaf,0xb0,0x07,0xfe,0xf7,0x68, +0xa4,0x01,0x16,0xfd,0x21,0x4f,0xc2,0x1b,0xfd,0x11,0x00,0x77,0x25,0x25,0xf6,0x0e, +0x3e,0x3d,0x02,0x6e,0x21,0x00,0x95,0x08,0x20,0xf6,0xdd,0x01,0x00,0x42,0xc1,0xef, +0x60,0x33,0x74,0x01,0x92,0xc3,0x31,0x00,0x00,0xcf,0xf6,0x55,0x55,0xef,0xcd,0x0d, +0x43,0xd2,0x00,0xbf,0xf8,0xed,0x24,0x24,0xdf,0xf8,0x66,0x5b,0x11,0xf9,0x42,0x01, +0x10,0x6b,0xb4,0x00,0x30,0xa6,0x41,0x01,0x6f,0x46,0x10,0x47,0x09,0x73,0xb7,0x07, +0xff,0xda,0x50,0x00,0x00,0x38,0xbe,0xfb,0x00,0x03,0xf5,0x02,0x25,0x04,0xa7,0xfd, +0x43,0x04,0x5c,0x3c,0x03,0xe3,0x37,0x50,0x46,0x66,0x66,0xff,0xb6,0xa5,0x22,0x15, +0x0b,0xd2,0x13,0x16,0xbf,0x19,0x26,0x15,0x03,0x66,0x10,0x03,0xc9,0x29,0x02,0xea, +0x68,0x17,0x00,0x63,0x13,0x14,0x80,0x3b,0x49,0x10,0xf8,0x1c,0x03,0xa1,0xb4,0x44, +0x44,0x44,0xff,0x80,0x0a,0xff,0xbc,0xf9,0xef,0x6a,0x51,0x02,0xff,0xb0,0xbf,0x90, +0xcd,0x06,0x44,0x05,0xb0,0x0b,0xf9,0x02,0x6b,0x23,0xbf,0xc6,0x9f,0x0f,0x13,0x0b, +0xde,0x10,0x00,0xe1,0x06,0x03,0xf8,0x0f,0x01,0x26,0x00,0x24,0x0d,0xe8,0x09,0x02, +0x18,0xf7,0x09,0x00,0x59,0xd1,0x11,0x11,0x11,0x1f,0x09,0x00,0x0d,0x24,0x00,0x08, +0x63,0x27,0x01,0xa7,0x17,0x05,0x09,0x00,0x40,0x22,0x26,0xff,0x72,0x1c,0x09,0x94, +0x21,0x00,0x09,0xff,0x53,0x33,0x33,0x33,0x31,0xc2,0x00,0x14,0xf8,0x51,0x51,0x04, +0x72,0x13,0x01,0x86,0x6a,0x06,0x14,0x66,0x32,0x02,0x32,0x24,0xac,0x2d,0x12,0x02, +0xa9,0x1b,0x01,0xbd,0x0e,0x1c,0xd7,0x24,0x15,0x25,0xa2,0x00,0x55,0x34,0x15,0x10, +0x62,0x43,0x14,0x20,0x3c,0x36,0x03,0x26,0x3d,0x10,0x06,0x5c,0x76,0x12,0x91,0x8d, +0x53,0xf3,0x02,0x40,0x02,0xdf,0xfe,0x81,0x00,0x03,0xaf,0xff,0xf8,0x44,0x44,0x5d, +0xff,0xff,0x92,0x1e,0x75,0x14,0x50,0xff,0xd1,0x03,0xfa,0x2d,0x0f,0x02,0x37,0xd0, +0x5c,0x30,0xfc,0x0c,0x31,0x03,0xdd,0xdd,0xf5,0x16,0x04,0xef,0x44,0x20,0xff,0x90, +0x0a,0x00,0x10,0x64,0x6f,0x01,0x14,0x90,0x66,0x03,0x1b,0xef,0x0a,0x00,0x6a,0x63, +0x33,0x33,0x33,0xff,0x90,0x32,0x00,0x06,0x0a,0x00,0x10,0x20,0xa1,0x54,0x15,0x90, +0xaa,0x49,0x16,0xf6,0x09,0x00,0x20,0xf4,0x44,0x01,0x00,0x41,0x4f,0xf6,0x6f,0xe0, +0xe0,0x0f,0x41,0x0e,0xf6,0x6f,0xe0,0x47,0x01,0x00,0x09,0x00,0x01,0x86,0x00,0x00, +0x09,0x00,0x03,0xbc,0x02,0x30,0x6f,0xe0,0x0e,0xb3,0x1e,0x00,0x09,0x00,0x11,0x0f, +0x70,0x2f,0x00,0x09,0x00,0x34,0xf3,0x00,0x1f,0x09,0x00,0x1b,0x0f,0x12,0x00,0x05, +0x24,0x00,0x14,0xfe,0x36,0x00,0x13,0xf3,0x48,0x00,0x00,0x47,0x14,0x23,0x34,0x5f, +0x5a,0x00,0x52,0x7f,0xff,0xf3,0x6f,0xe0,0x1f,0x13,0x0d,0xe0,0x67,0x02,0xae,0x1c, +0x28,0xda,0x10,0x6a,0x55,0x13,0x00,0x91,0x03,0x10,0x70,0x5b,0x01,0x02,0x1e,0x68, +0x60,0x8f,0xff,0xa3,0x22,0x22,0x3d,0x05,0x23,0x22,0xf6,0x30,0xa6,0x44,0x71,0xda, +0x29,0xfb,0x00,0x1b,0xff,0x90,0x2d,0x00,0x13,0xd6,0x7c,0x25,0x13,0x6f,0xd4,0x01, +0x40,0x04,0xaf,0xff,0xf6,0xc5,0x04,0x2b,0x48,0xdf,0x1e,0x2a,0x41,0x09,0xfe,0xbf, +0xf2,0xd1,0x04,0x43,0x01,0x30,0x3f,0xf2,0xda,0x04,0x06,0x09,0x00,0x64,0xf5,0x22, +0x22,0x22,0x7f,0xf2,0x8a,0x3e,0x09,0x09,0x00,0x14,0xf2,0x07,0x05,0x3b,0x08,0x86, +0x10,0x1a,0x39,0x02,0xe3,0x61,0xa4,0x15,0x55,0x55,0xcf,0xf7,0x55,0x55,0x55,0x51, +0x3f,0x44,0x53,0x13,0x3f,0xb9,0x53,0x11,0xf4,0x3d,0x00,0x00,0x86,0x10,0x30,0x3f, +0xf2,0x01,0xc4,0x09,0x00,0x09,0x00,0x01,0xc1,0x1f,0x0a,0x09,0x00,0x3b,0xf3,0x00, +0x4f,0x09,0x00,0x3b,0xfd,0xcc,0xdf,0x24,0x00,0x43,0xf6,0x44,0x44,0x30,0x24,0x00, +0x03,0x51,0x00,0x11,0x10,0x29,0x12,0x01,0x63,0x00,0x10,0x02,0xad,0x27,0x02,0xca, +0x82,0x16,0xfb,0x92,0x16,0x05,0xa3,0x04,0x16,0x90,0x0a,0x00,0x00,0xe8,0x05,0x61, +0xaf,0xfe,0x43,0x33,0x33,0x20,0x3f,0x01,0x33,0xf2,0x02,0x00,0xcc,0x44,0x41,0xf1, +0xbf,0xb3,0x00,0xfb,0x68,0x50,0xdf,0xf2,0xbf,0xff,0xb2,0xa3,0x3e,0xa0,0xd3,0x6f, +0xf0,0x04,0xcf,0xff,0x80,0x3f,0xff,0xe6,0xcc,0x06,0x51,0x06,0xef,0xc0,0x06,0xc5, +0xb3,0x60,0x21,0x00,0x19,0xef,0x5a,0x20,0x35,0x52,0x95,0x0a,0x04,0xa4,0x11,0x19, +0xb0,0x0a,0x00,0x14,0xf9,0x6b,0x1c,0x07,0x0a,0x00,0x15,0xfa,0x0a,0x00,0x0f,0x32, +0x00,0x0a,0x00,0x97,0x00,0x15,0x60,0x39,0x0a,0x04,0x48,0x0d,0x14,0x1a,0x63,0x39, +0x22,0x04,0xef,0xbb,0x33,0x00,0x4b,0x3f,0x50,0x62,0x0a,0xff,0xe7,0x10,0x7d,0x56, +0xf3,0x0c,0xd3,0xaf,0x90,0x6f,0xff,0xfa,0x61,0x4f,0xff,0xe7,0x00,0x7f,0xfa,0x01, +0x9f,0xff,0xd1,0x08,0xd7,0x33,0x33,0x39,0xf6,0x33,0x31,0x7d,0x30,0x2c,0x15,0x00, +0x25,0x05,0x01,0x16,0x1f,0x29,0xff,0xf5,0x0c,0x85,0x00,0x96,0x01,0x38,0x3f,0xfc, +0x11,0x07,0x05,0x08,0x0a,0x00,0x12,0xf7,0xbb,0x5c,0x00,0x72,0x1f,0x13,0x11,0xa9, +0x14,0x0f,0x28,0x00,0x0b,0x20,0x09,0xa6,0xc5,0x87,0x01,0xd9,0x69,0x03,0x09,0x00, +0xa3,0x8f,0xf7,0x33,0xbf,0xe3,0x33,0x33,0x20,0x01,0xef,0xed,0x00,0x04,0x77,0x11, +0x10,0xa0,0x2e,0x16,0x01,0x24,0x00,0x23,0x18,0xb0,0x09,0x00,0x14,0xaf,0xb2,0x05, +0x05,0x09,0x00,0x23,0x23,0x33,0x01,0x00,0x23,0x00,0x13,0x08,0x00,0x04,0xe9,0x03, +0x08,0x09,0x00,0x01,0x89,0x3d,0x09,0x09,0x00,0x6f,0xf4,0x33,0x33,0x33,0x3a,0xff, +0x2d,0x00,0x0a,0x14,0x4f,0xf5,0x0c,0x03,0x4d,0x04,0x00,0x0b,0x09,0x60,0xf4,0x33, +0x3a,0xa5,0x33,0x36,0x13,0x00,0x10,0x10,0xed,0x0e,0x01,0xa2,0x8c,0x00,0xb8,0x00, +0x10,0x73,0x13,0x00,0x51,0x1b,0xbb,0xff,0xdb,0xb5,0xb5,0x8c,0x00,0x00,0x0f,0x10, +0x03,0x13,0x00,0x10,0x5f,0xea,0x04,0x00,0xb0,0x7b,0x10,0xf4,0xff,0x41,0x31,0xb3, +0xff,0x20,0x9b,0x0c,0x01,0x35,0x03,0x20,0x7f,0xe0,0x4d,0x0d,0x90,0x13,0xff,0x20, +0x09,0xfc,0x09,0xfe,0xbb,0xcf,0x9f,0x02,0x50,0xcf,0xa0,0x9f,0x80,0x01,0x13,0x00, +0xc3,0x0f,0xf7,0x09,0xfd,0xaa,0xbf,0xf1,0x3f,0xf2,0x05,0xff,0x20,0x26,0x00,0xf3, +0x05,0xdf,0xe0,0x09,0xf9,0x11,0x12,0x42,0x6f,0xf1,0x2e,0xf6,0x00,0x47,0x40,0x00, +0x1f,0xff,0xfe,0x00,0x2c,0xe9,0x48,0x07,0x54,0x35,0x00,0x70,0x00,0x11,0x45,0xb3, +0x14,0xf6,0x02,0xfd,0xdd,0xff,0x45,0xff,0xcc,0xcf,0xf7,0x5f,0xf3,0x33,0xff,0x45, +0xff,0x33,0x3f,0xf7,0x1b,0x00,0x05,0x12,0x00,0x77,0xfc,0xcc,0xff,0x45,0xff,0xbb, +0xbf,0x1b,0x00,0x06,0xc5,0x14,0x10,0x02,0x42,0x18,0x00,0x09,0x00,0x11,0x0e,0x08, +0x25,0x00,0x09,0x00,0x32,0xfd,0xcc,0xef,0x09,0x00,0x31,0xf4,0x00,0x6f,0x09,0x00, +0x00,0x89,0x22,0x1a,0xc0,0x24,0x00,0x43,0xff,0xee,0xee,0xb0,0x24,0x00,0x90,0x01, +0x66,0x6f,0xf7,0x5f,0xf0,0x03,0x41,0x00,0xf8,0x0f,0x12,0x5f,0x97,0x2f,0x20,0xec, +0x60,0x81,0x08,0x21,0xf0,0x4f,0xf9,0x08,0x07,0x0a,0x00,0x60,0x50,0x3f,0xf0,0x4f, +0xd0,0x08,0x0a,0x00,0x69,0x61,0x5f,0xf0,0x4f,0xd1,0x19,0x1e,0x00,0x83,0xad,0xdd, +0xde,0xf4,0x5d,0xef,0xed,0xda,0xbe,0x5a,0x00,0xc6,0x36,0x22,0x0e,0xee,0x91,0x13, +0x27,0xee,0xe0,0x16,0x10,0xa1,0x24,0xdf,0xf8,0x22,0x23,0xef,0xf7,0x22,0x20,0x01, +0xac,0x4c,0xe0,0x1c,0xff,0xd6,0x10,0x3f,0xff,0xfe,0xcc,0xc2,0x5c,0xcd,0xff,0xff, +0xf3,0x37,0x05,0x21,0xf3,0x6f,0x8f,0x02,0xf4,0x08,0x6f,0xd4,0x4f,0xf3,0x6f,0xd4, +0x4e,0xf7,0x00,0x00,0x5f,0xc0,0x0f,0xf3,0x6f,0xc0,0x0d,0xf6,0x00,0x00,0x5f,0xd0, +0x1f,0x0a,0x00,0x02,0x28,0x00,0x11,0xf6,0x0e,0x8c,0x74,0xd3,0x6f,0xff,0xfe,0xd6, +0x00,0x8f,0xc1,0x46,0x06,0x09,0x00,0x11,0xf6,0xf2,0x2a,0x43,0x7f,0xf8,0x8f,0xe0, +0xf1,0x72,0x70,0x8f,0xe0,0x04,0x44,0x44,0x44,0x40,0x09,0x00,0x01,0x2b,0x86,0x01, +0x09,0x00,0x32,0xfd,0xcc,0xef,0x09,0x00,0x3f,0xf1,0x00,0x5f,0x09,0x00,0x05,0x05, +0x2d,0x00,0x04,0x09,0x00,0x01,0x09,0x05,0x17,0x0f,0x5a,0x00,0x11,0xf5,0x7b,0x18, +0x17,0x5f,0x7e,0x00,0x11,0xfd,0x9e,0x06,0x16,0xef,0x24,0x00,0x14,0x7f,0x1b,0x00, +0x06,0x09,0x00,0xf7,0x01,0xf3,0x33,0x55,0x33,0x55,0x33,0x3f,0xf8,0x7f,0xe0,0x00, +0xff,0x00,0xef,0x20,0x0e,0x09,0x00,0x02,0x13,0x20,0xa7,0x3e,0xf8,0x7f,0xe1,0xdd, +0xff,0xdd,0xff,0xed,0x2e,0x1b,0x00,0x92,0xe3,0xcc,0xff,0xcc,0xff,0xcc,0x3e,0xf8, +0x7f,0x75,0x59,0x90,0x4e,0xf8,0x7f,0xe0,0x29,0xfb,0x22,0xef,0x42,0x3f,0x00,0x23, +0x1e,0xf5,0x3f,0x00,0x23,0xdf,0xe0,0x51,0x00,0x22,0x9f,0x40,0x09,0x00,0x20,0xf3, +0x47,0x7b,0x03,0x1f,0x3f,0x87,0x00,0x01,0x03,0x40,0x07,0x0f,0xa2,0x00,0x03,0x32, +0x33,0x66,0x33,0xa2,0x00,0x21,0x01,0xff,0xc6,0x00,0x74,0xe0,0x22,0x23,0xff,0x22, +0x22,0x0f,0xa2,0x00,0xa8,0x2f,0xf8,0x7f,0xe1,0xbb,0xbc,0xff,0xbb,0xbb,0x2f,0x24, +0x00,0x50,0x2c,0xcd,0xff,0xdc,0xc3,0x09,0x00,0x10,0x2f,0x4b,0x06,0x01,0x09,0x00, +0x32,0xe0,0x00,0x0e,0x09,0x00,0x49,0xe2,0x22,0x2e,0xf4,0x1b,0x00,0x10,0x19,0x3b, +0x20,0x11,0x0f,0x6c,0x00,0x0f,0xa2,0x00,0x0a,0x00,0xb1,0x09,0x14,0x5f,0x4a,0x02, +0x08,0x0a,0x00,0x21,0xf5,0x44,0x01,0x00,0x11,0x40,0x4b,0x10,0x21,0x6c,0xb0,0x65, +0x03,0x11,0xf0,0x8a,0x77,0x0f,0x0a,0x00,0x04,0x25,0x6f,0xf4,0x4a,0x04,0x14,0xf3, +0x0a,0x00,0x82,0x8f,0xe1,0x44,0x44,0xaf,0xf4,0x44,0x44,0xe6,0x67,0x02,0x28,0x00, +0x24,0xbf,0xb0,0x0a,0x00,0x23,0xef,0x80,0x0a,0x00,0x01,0xaa,0x29,0x21,0x7f,0xe0, +0x41,0x0d,0xb3,0x21,0x11,0x11,0x8f,0xe1,0x11,0x11,0x10,0x0e,0xfc,0x9f,0xf1,0x16, +0x24,0x2e,0xf5,0x0a,0x00,0x33,0x00,0x70,0x12,0x00,0x13,0x00,0x1a,0x16,0x28,0xb6, +0x00,0x23,0x4b,0x00,0x46,0x18,0x21,0x7f,0xf7,0x1d,0x00,0x05,0xf9,0x30,0x06,0x04, +0x2e,0x41,0x11,0x11,0xdf,0xe2,0xec,0x08,0x01,0x5d,0x13,0x25,0x01,0x44,0xb3,0x83, +0x11,0xf1,0xbf,0x09,0x10,0x20,0xfc,0x25,0x00,0xbb,0x32,0x20,0xd0,0x5e,0x61,0x39, +0x42,0xe1,0x3f,0xff,0xfd,0x1f,0x06,0xc3,0x11,0xff,0xef,0xd0,0x14,0x44,0x7f,0xf5, +0x44,0x40,0x0a,0x88,0x22,0x26,0x43,0x00,0x10,0x8f,0xd0,0x39,0x00,0x14,0x08,0x13, +0x00,0x17,0x00,0x13,0x00,0xa3,0x02,0x22,0x26,0xff,0x42,0x22,0x20,0x00,0x8f,0xd1, +0x65,0x1e,0x36,0x08,0xfd,0x1f,0xe3,0x30,0x12,0x00,0x9e,0x46,0x00,0xc5,0x14,0x13, +0xfc,0xe5,0x8b,0x00,0x59,0x27,0x02,0x13,0x00,0x23,0x3f,0xf5,0x13,0x00,0x01,0xba, +0x12,0x51,0x81,0x45,0xff,0x74,0x17,0xab,0x01,0xc1,0x3f,0xff,0xff,0xf9,0xff,0xb3, +0x33,0x33,0xcf,0x83,0xff,0xff,0xc1,0x1e,0xf0,0x03,0x0b,0xf7,0x00,0x1f,0xf3,0x03, +0xf4,0x99,0x00,0x00,0xbf,0x70,0x01,0xff,0x30,0x02,0x2f,0xfb,0x8d,0x10,0x20,0x1f, +0xf3,0x87,0x40,0xf0,0x08,0x00,0xcf,0x60,0x01,0xff,0x30,0x10,0x00,0x3f,0x91,0x3d, +0xf5,0x00,0x1f,0xf6,0xbc,0x00,0x00,0x37,0xeb,0xef,0x40,0x01,0xd5,0x01,0xf0,0x0e, +0x6e,0xff,0x9f,0xf4,0x05,0xcf,0xff,0xb2,0x06,0xdf,0xfd,0x30,0xff,0x34,0xff,0xfd, +0x40,0x0c,0xff,0xf7,0x00,0x1f,0xf1,0x0e,0xe6,0x00,0x00,0x8f,0x91,0xd0,0x29,0x00, +0x8b,0x2b,0x54,0x30,0x14,0x33,0xbf,0xd0,0x71,0x1e,0x14,0xf7,0x3b,0x26,0x18,0xd8, +0x9c,0x09,0x27,0x0e,0xf5,0x0a,0x00,0x02,0x2b,0x44,0x0b,0x0a,0x00,0xf2,0x04,0x20, +0xef,0x40,0xef,0x50,0x04,0x4e,0xf8,0x42,0xff,0x75,0xff,0x85,0xff,0x50,0x1f,0xff, +0xff,0xf6,0x1e,0x00,0x01,0x0a,0x00,0x35,0x98,0xff,0xa8,0x28,0x00,0x3f,0x30,0xef, +0x50,0x46,0x00,0x04,0x11,0x31,0xf6,0x6f,0x00,0xa5,0x1d,0x60,0xf6,0x11,0x13,0xff, +0x81,0x11,0x34,0x70,0x22,0xf9,0xff,0xf1,0x8b,0x32,0xff,0xfc,0x41,0x0a,0x00,0x32, +0x0d,0xfb,0x30,0x1e,0x70,0x00,0x81,0x74,0x06,0x8d,0x6c,0x14,0x7f,0x4c,0x30,0x07, +0x0a,0x00,0x14,0x12,0x3b,0x02,0x25,0xaf,0x80,0xc6,0x1e,0x11,0x90,0x7d,0x0f,0x24, +0x50,0x08,0xea,0x5c,0xb1,0x50,0x07,0xee,0xff,0xfe,0xe4,0xbf,0x61,0x11,0xdf,0x50, +0x28,0x00,0x60,0xbf,0x51,0x23,0xef,0x50,0x1f,0xb0,0x0e,0x60,0xbf,0x54,0xff,0xff, +0x20,0x1f,0x32,0x08,0x40,0xbf,0x50,0xbb,0xa4,0x58,0x95,0x41,0x3f,0xb0,0xbf,0x84, +0xdb,0x02,0x40,0x60,0x8f,0x80,0xbf,0xc1,0x07,0x82,0x02,0x8f,0x94,0xef,0x61,0xbf, +0xff,0xdd,0xa3,0x73,0xe0,0xf5,0xbf,0xff,0x40,0xef,0x40,0x07,0xbb,0xef,0xeb,0xb4, +0xbf,0xaf,0xc4,0xff,0x06,0x00,0x50,0x00,0x42,0x6d,0xfd,0xf9,0x00,0x50,0x00,0x43, +0x55,0xff,0xf3,0x00,0x50,0x00,0x23,0xff,0xe0,0x8c,0x00,0x33,0x58,0xff,0xfa,0x28, +0x00,0x42,0xbf,0xfd,0xff,0xc2,0x0a,0x00,0x42,0xff,0xb0,0xbf,0xd1,0x0a,0x00,0x3c, +0x9c,0x00,0x09,0x47,0x3c,0x02,0x8c,0x12,0x10,0x5c,0xde,0x20,0x11,0xe1,0xe6,0x09, +0x32,0xf6,0x00,0x1b,0x6c,0x1f,0xf0,0x20,0x0a,0xf6,0x28,0xff,0xe4,0x9f,0xfc,0x61, +0x00,0x01,0x50,0x5a,0xff,0xfe,0x54,0x49,0xff,0xff,0xc2,0x0c,0xfb,0x1b,0xfd,0xef, +0xff,0xff,0xfd,0xdf,0x80,0x06,0xef,0xc0,0x40,0x55,0x7f,0xf5,0x53,0x03,0x00,0x00, +0x2c,0x20,0x8a,0xaa,0xaf,0xfa,0xaa,0x1d,0x4b,0x02,0x96,0x39,0x10,0xfc,0xf3,0x83, +0x60,0x14,0x71,0x3f,0xf1,0x3b,0x21,0x8c,0x02,0x40,0x1e,0xf6,0x1f,0xf0,0xb3,0x03, +0xf0,0x0d,0xbf,0xa0,0xcf,0xc2,0x5f,0xf0,0x1e,0xf9,0x00,0x06,0xfe,0x1a,0xfe,0x4f, +0xff,0xd0,0x04,0xff,0x10,0x03,0xe6,0x01,0xc2,0x0d,0xeb,0x30,0x00,0x73,0xf9,0x72, +0x65,0xcc,0xcd,0xdc,0xcc,0xcc,0xc3,0xb9,0x0f,0x12,0xf4,0xef,0x07,0x05,0xd6,0x0f, +0x02,0x85,0x0a,0x30,0x0d,0xdd,0xdd,0xc3,0x1b,0x45,0xdd,0xdd,0xd1,0x0f,0xb9,0x34, +0x02,0xdd,0x46,0x00,0xc7,0x0e,0x90,0x01,0xff,0x20,0x05,0xfe,0x20,0x00,0xdf,0x90, +0x5f,0x2e,0x50,0x1e,0xfc,0x00,0x3f,0xf4,0x13,0x00,0xa2,0x36,0xbf,0xc6,0x6b,0xfe, +0x64,0x00,0x1f,0xf2,0x09,0x27,0x09,0xf1,0x08,0x67,0xff,0x86,0x9f,0xa6,0x7f,0xf7, +0x6b,0xfb,0x0f,0xff,0xff,0xf9,0xfb,0x89,0xff,0x98,0xcf,0xb0,0xdd,0xff,0xdc,0x9f, +0x55,0x10,0x00,0x26,0x00,0xf5,0x00,0xf6,0x01,0xff,0x20,0x8f,0xb0,0x01,0xff,0x20, +0x9f,0xec,0xdf,0xfd,0xce,0xfb,0x39,0x00,0x00,0x13,0x00,0x12,0x12,0x21,0x0e,0x31, +0x1f,0xf6,0xa1,0xeb,0x00,0x00,0x2f,0x0d,0xf2,0x03,0x4d,0xfe,0xdd,0xdd,0xef,0xf0, +0x4e,0xff,0xff,0xa2,0xdf,0x84,0x44,0x48,0xff,0x01,0xff,0xd7,0x45,0x32,0x92,0xf0, +0x07,0x30,0x00,0x00,0xdf,0x84,0x44,0x47,0x86,0x2f,0x01,0x26,0x00,0x23,0x00,0x00, +0xb3,0x57,0x01,0x13,0x00,0x12,0xf5,0xfe,0x04,0x02,0x3a,0x09,0x00,0x0a,0x72,0x30, +0x33,0x38,0xff,0x78,0x0e,0x05,0x54,0x0b,0xb3,0x70,0xbc,0xcc,0xcc,0xce,0xff,0xcc, +0xcc,0xcc,0xc6,0x00,0xa9,0x6b,0x05,0x87,0x58,0x25,0xff,0x90,0x4b,0x38,0x08,0x6c, +0x2b,0x04,0x3c,0x01,0x00,0x67,0x18,0x00,0x03,0x00,0x01,0x7e,0x05,0x20,0x5f,0xe0, +0xae,0x1c,0x20,0x06,0xff,0x03,0x00,0x00,0x03,0x96,0x14,0x7f,0x26,0x00,0x15,0x0a, +0x5b,0x59,0x23,0xff,0x70,0xd4,0x1c,0x00,0x2f,0x5e,0x03,0x29,0x72,0x05,0x11,0x59, +0x14,0x20,0xd9,0x0a,0x19,0x50,0xad,0x49,0x02,0xb6,0x21,0x00,0x58,0x34,0x10,0xf9, +0x79,0x07,0x06,0x8a,0x35,0x09,0x94,0x35,0x31,0x6f,0xf0,0x0a,0x12,0x3c,0x80,0x03, +0xfc,0x7f,0xf0,0x0a,0xfd,0xaf,0x60,0xb0,0x0b,0x60,0x6f,0xf0,0x0a,0xfd,0x9f,0xf8, +0x51,0x13,0x00,0x1e,0x00,0x60,0x08,0xff,0x80,0x02,0xdf,0x40,0x0a,0x00,0x00,0x3f, +0x86,0x62,0x03,0x00,0x3c,0xf4,0x04,0x76,0xe6,0x04,0x55,0x5f,0xfd,0x32,0x22,0x30, +0x48,0x17,0x21,0xfe,0x30,0x1b,0x23,0x50,0xbb,0xbb,0xbf,0xfe,0x10,0x31,0x20,0x41, +0xff,0xa0,0x01,0xcf,0x92,0x2e,0x61,0x81,0x5f,0xfd,0x8f,0xff,0x50,0x1b,0x05,0x12, +0x09,0x32,0x56,0x31,0x03,0x57,0x9c,0xcf,0x01,0xe0,0x97,0x63,0x0c,0xff,0xff,0xfe, +0x94,0x27,0xdf,0xff,0xff,0xf2,0x04,0xeb,0x55,0x68,0x48,0x02,0x68,0xad,0x80,0xc6, +0x00,0x23,0xec,0x50,0x04,0x33,0x23,0x03,0xff,0x0a,0x00,0x00,0xbf,0x2f,0x12,0x01, +0x0a,0x00,0x00,0x46,0x05,0x33,0xc1,0xff,0x60,0x4e,0x12,0x12,0xe1,0x0e,0x83,0x31, +0xf4,0x33,0xdf,0x14,0x00,0x00,0xe4,0x69,0x41,0xff,0x91,0xff,0xba,0x7a,0x8c,0x30, +0x03,0xff,0x51,0x6e,0x0c,0xf1,0x0e,0x1f,0xfc,0x76,0x08,0xff,0x21,0xff,0xef,0xfa, +0x00,0x07,0xf7,0xff,0x9d,0xfd,0x01,0xff,0x7b,0xff,0xa0,0x00,0x20,0xaf,0xff,0xf7, +0x01,0xff,0x60,0xcf,0x98,0x66,0x61,0xf1,0x01,0xff,0x60,0x1e,0xa0,0xad,0x47,0x42, +0x01,0xff,0x60,0x02,0x7a,0x78,0x02,0x6e,0x00,0x00,0x4b,0x58,0x02,0x0a,0x00,0x00, +0x14,0x63,0x12,0x01,0x8a,0x09,0x13,0xfb,0xa4,0x33,0x01,0xa2,0x4d,0x02,0x1e,0x00, +0x17,0x73,0xb8,0x33,0x25,0x08,0xa6,0xf7,0x54,0x11,0xb2,0xd5,0x06,0x01,0x40,0x8f, +0x21,0xff,0xd2,0xc7,0x57,0x01,0xa2,0x24,0x00,0x9f,0x37,0x50,0x20,0x00,0x2d,0xfe, +0x20,0x62,0x49,0x31,0xbf,0x60,0x7f,0xee,0x0c,0x42,0x10,0x09,0xff,0xef,0xb5,0x37, +0xd0,0x15,0xaf,0xff,0xea,0xb8,0x20,0x00,0x00,0x4a,0xdf,0xff,0xfd,0x65,0x89,0x23, +0x51,0x02,0xff,0xfe,0xa3,0x08,0x7d,0x02,0x43,0x07,0x62,0x00,0x5d,0x5e,0x79,0xd2, +0x16,0xcf,0xfe,0x52,0x22,0x3e,0xff,0x20,0x00,0x1e,0xff,0xf9,0x65,0xd8,0x22,0x44, +0x5e,0x81,0x7f,0xf9,0x96,0x34,0x13,0x9f,0x23,0x0f,0x21,0x48,0xcf,0xb1,0x5c,0x23, +0x7b,0xce,0xa0,0x49,0x10,0x06,0x7d,0x01,0x02,0x00,0x06,0x17,0x86,0xe9,0x50,0x00, +0xf7,0x3b,0x0c,0x4a,0x11,0x05,0xf4,0x72,0x02,0xb2,0x60,0x08,0x45,0x19,0x10,0x06, +0x31,0x43,0x10,0xf8,0xf7,0x37,0x15,0x0c,0x8f,0x07,0x06,0x8c,0x12,0x02,0x67,0x06, +0x05,0x1e,0x36,0x06,0x50,0x43,0x24,0xcf,0xe0,0x9a,0x3f,0x04,0x9c,0x3f,0x23,0xdf, +0xf2,0x83,0x48,0x62,0x0b,0xff,0x90,0x03,0xff,0xe2,0x86,0x24,0x00,0x4f,0x4d,0x10, +0x30,0xb0,0x61,0x12,0xe2,0xc3,0x5c,0x12,0x09,0x2b,0x51,0x64,0xaf,0xff,0xe1,0x06, +0xff,0xa1,0x1c,0x4f,0x01,0x36,0x4f,0x03,0xe8,0x4d,0x03,0xb3,0x37,0x06,0x0a,0x00, +0x00,0x30,0x27,0x21,0x8f,0xf6,0xe3,0x22,0x15,0x0f,0x93,0x04,0x07,0x0a,0x00,0x10, +0xf6,0x28,0x00,0x12,0x6f,0x0a,0x00,0x15,0x5f,0x0a,0x00,0x24,0x6f,0xf0,0x0a,0x00, +0x11,0x7f,0x0a,0x00,0x06,0xd0,0x04,0x06,0x0a,0x00,0x10,0x06,0x77,0x37,0x20,0xff, +0x96,0xb0,0x14,0x00,0xa6,0x44,0x23,0xcf,0xe1,0x37,0x12,0x13,0xf6,0xc6,0x75,0x41, +0x3d,0xff,0xa0,0x07,0xd6,0x3a,0x12,0x3a,0x19,0x15,0x10,0xb4,0x95,0x41,0x11,0x70, +0x04,0x73,0x41,0xf4,0x09,0xfe,0x91,0x68,0x43,0x43,0xef,0xa0,0x01,0x50,0xeb,0x05, +0x73,0x10,0x00,0x00,0xa7,0x30,0x5f,0xf2,0xa5,0x0e,0x12,0x60,0x0a,0x00,0x00,0xa9, +0x57,0x13,0x5f,0x4d,0x10,0x05,0x7a,0x05,0x14,0x8f,0x0a,0x00,0x91,0x02,0xff,0xd7, +0x77,0xaf,0xf8,0x77,0x77,0x72,0xbe,0x49,0x02,0x28,0x00,0x24,0x03,0xca,0x92,0x7b, +0x10,0x03,0xdf,0x3f,0x10,0xf4,0xdb,0x15,0x0f,0x6d,0x1c,0x01,0x10,0x03,0xd0,0x04, +0x22,0xff,0x73,0xf9,0x15,0x22,0x0e,0xff,0x75,0x4c,0x00,0x0f,0x7f,0x03,0x6a,0x53, +0x10,0x2c,0xf4,0x5f,0x12,0xc2,0x68,0x5c,0x00,0xc4,0x16,0x10,0x92,0x3f,0x37,0x11, +0xa1,0xa8,0x11,0x20,0xd4,0x0a,0xfd,0x72,0x00,0x96,0x01,0x36,0xc0,0x01,0x82,0x8c, +0x43,0xd0,0x8f,0xa0,0x01,0x23,0x56,0x9b,0xd2,0x00,0x03,0x70,0x8f,0xa9,0xff,0x48, +0x1a,0xf0,0x03,0x00,0x0c,0xf5,0x8f,0xa3,0xaa,0x7a,0xc4,0x23,0xe8,0x10,0x05,0xfc, +0x8f,0xa1,0xfd,0x0c,0xf3,0x4a,0x28,0x71,0xea,0x9f,0xa0,0xbf,0x56,0xf8,0x8f,0x96, +0x4e,0x60,0xa0,0x59,0x12,0x30,0x6f,0xd0,0x35,0x01,0x12,0xab,0x54,0x01,0xf0,0x01, +0x01,0x8f,0xff,0xa7,0xbe,0xda,0xaa,0xcf,0xfa,0xa1,0x2f,0xff,0xef,0xa0,0x4f,0xf3, +0x2e,0x97,0x80,0x0c,0xc3,0x8f,0xa0,0x08,0xfc,0x34,0x9f,0xfb,0x52,0x42,0x8f,0xa0, +0x14,0xb1,0x2d,0x49,0xf8,0x04,0x6b,0x70,0x8f,0xf0,0x07,0x64,0x00,0x00,0x0b,0xcc, +0xcc,0xcc,0xef,0xfc,0xcc,0xcc,0xcc,0xb0,0x0e,0x49,0x1d,0x41,0x4e,0xff,0xff,0xb3, +0x0e,0x08,0xc0,0x27,0xef,0xf7,0x6f,0xfd,0x61,0x00,0x00,0x19,0xbe,0xff,0xfe,0xba, +0x71,0xe2,0xec,0xb2,0x0c,0xff,0xfc,0x61,0x00,0x00,0x29,0xef,0xff,0x90,0x03,0x63, +0xfd,0x13,0x11,0x47,0xb3,0x4e,0x01,0xb8,0x95,0x07,0xc2,0x42,0x50,0x04,0x55,0x55, +0x8f,0xf8,0xa3,0x0c,0x16,0x40,0x69,0x0a,0x06,0xe4,0x02,0x06,0x8d,0x3e,0x00,0xbf, +0x17,0x51,0x24,0x44,0x44,0x44,0x50,0xf7,0x44,0x11,0x6f,0xfe,0x16,0x00,0x16,0x24, +0x30,0x5d,0xdd,0xdd,0x6f,0x0d,0x01,0x28,0x35,0x10,0x1c,0xf8,0x32,0x21,0xff,0xfd, +0x42,0x68,0x01,0x82,0x0d,0xb2,0x04,0x44,0x44,0xff,0xa4,0x44,0x40,0x0e,0xa9,0xfd, +0x0f,0xc2,0x08,0x40,0x02,0x08,0xfd,0x0e,0xd7,0x24,0x21,0xee,0xe3,0x78,0x0a,0x11, +0x00,0x25,0x96,0x09,0x0a,0x00,0x33,0x03,0x33,0xff,0x0a,0x00,0x11,0x0a,0xd2,0x03, +0x00,0x0a,0x00,0x3f,0x05,0xff,0xe9,0x3f,0x68,0x05,0x00,0x7a,0x36,0x15,0xd0,0xac, +0x03,0x19,0xf5,0xf1,0x1c,0x17,0x70,0x0a,0x00,0x12,0xfd,0x03,0x26,0x42,0xff,0x70, +0x08,0xfc,0x65,0x97,0x00,0x0a,0x00,0x12,0x4f,0x96,0x1b,0x00,0xff,0x96,0x0d,0x59, +0x2a,0x00,0x11,0x0e,0x02,0x3d,0x0c,0x1e,0x0e,0x50,0x2a,0x11,0xd0,0x4a,0x2e,0x24, +0x0d,0xf8,0x51,0x25,0x24,0x0d,0xf8,0xf8,0x66,0x51,0x0d,0xf8,0x00,0x07,0x10,0x46, +0x53,0x20,0x0d,0xf8,0xbd,0x96,0xa0,0x28,0xff,0xf3,0x00,0x0d,0xfb,0x22,0x4f,0xf1, +0x0d,0xce,0x00,0x11,0x0a,0x9b,0x06,0x21,0xfe,0x81,0x5c,0x15,0x26,0xfd,0x30,0x47, +0x61,0x0a,0x55,0x61,0x25,0x6e,0xf1,0x72,0x08,0x14,0xf7,0x85,0x7a,0x02,0x8e,0x11, +0x08,0x0a,0x00,0x02,0x9f,0x00,0x44,0xff,0x80,0x06,0xfe,0xf0,0x2b,0x31,0x06,0xfe, +0x5f,0x62,0x16,0x00,0x94,0x0c,0x15,0x5f,0x6c,0x16,0x61,0x14,0x44,0x6f,0xf8,0x44, +0x42,0x08,0x40,0x34,0x40,0x1f,0xf5,0xda,0x81,0x11,0x1f,0xad,0x24,0x00,0xb6,0x0c, +0x11,0x1f,0xd1,0x00,0x00,0xd4,0x43,0x02,0x0a,0x00,0x00,0xe0,0x4b,0x14,0x1f,0x03, +0x52,0x13,0xf8,0x32,0x00,0x21,0x8f,0xfa,0x45,0x6c,0x00,0xee,0x00,0x90,0xa0,0xbf, +0xff,0xfa,0x76,0x55,0x66,0x61,0x1e,0x61,0x49,0x01,0x18,0x01,0x00,0xdb,0x47,0x21, +0x27,0xbe,0x11,0x08,0x09,0xfa,0x49,0x23,0xbe,0x10,0xd3,0x28,0x11,0x3f,0xd3,0x28, +0x14,0x6f,0x20,0x60,0x05,0xc6,0x00,0xf3,0x06,0xa0,0x6f,0xe0,0x00,0x01,0x88,0x10, +0x00,0x0c,0xfa,0x06,0xff,0x22,0x22,0x5f,0xf5,0x22,0x22,0xdf,0xa0,0x02,0xda,0x17, +0x40,0x21,0x00,0x07,0xbb,0x14,0x1a,0x20,0xbb,0xb0,0x17,0x0d,0x54,0x24,0xff,0x52, +0x22,0x21,0x1b,0x16,0x00,0x2c,0x0d,0x71,0x3c,0xcc,0xcd,0xff,0xcc,0xcc,0xc7,0xfd, +0x07,0x20,0x5f,0xf2,0xfd,0x07,0x14,0x9f,0x32,0x0d,0x17,0x08,0xbf,0x02,0x52,0x03, +0xef,0xee,0xfc,0x10,0xd2,0x42,0x20,0xf3,0x3f,0x16,0x41,0x10,0x16,0xfc,0x9f,0x51, +0x4e,0xff,0xe9,0x53,0x08,0x85,0x3f,0x10,0x19,0xb4,0x12,0x11,0x94,0xd3,0x04,0x2b, +0x7a,0xd1,0x62,0x02,0x21,0x4b,0xe2,0x18,0x00,0x96,0x33,0x33,0x33,0x5f,0xfa,0x33, +0x33,0x33,0x20,0xb7,0x00,0x07,0x0a,0x00,0x30,0xfe,0x00,0x74,0x68,0x7e,0xf0,0x0f, +0xcf,0xa0,0x06,0xfe,0x0a,0xff,0x50,0x04,0xff,0xa1,0xcf,0xa0,0x00,0x13,0xbf,0xf6, +0x07,0x71,0x8f,0xfe,0x51,0x10,0x00,0x8f,0xff,0x70,0x5f,0xfa,0x03,0xdf,0x98,0x29, +0x70,0xd3,0x04,0xff,0xff,0x80,0x1b,0xf6,0xef,0x0a,0x61,0x6f,0xfb,0x6f,0xfb,0x20, +0x30,0x4b,0x3b,0xf5,0x02,0xa0,0x05,0xff,0xf7,0x10,0x00,0x00,0x28,0xff,0xfa,0x21, +0x11,0x4e,0xff,0xf9,0x20,0x0b,0x29,0x1a,0x13,0x08,0xfc,0x3e,0x60,0x8f,0x70,0x00, +0x50,0xaf,0xa0,0x04,0x06,0x00,0x90,0x08,0x02,0x0a,0x00,0x06,0xc6,0x41,0x0b,0x0a, +0x00,0x41,0xb2,0x22,0x22,0x28,0x0a,0x00,0x11,0x89,0x17,0x0f,0x12,0xf4,0x6b,0x83, +0x13,0x00,0x37,0x37,0x11,0xe0,0x0a,0x00,0x00,0x0e,0x1d,0x21,0xc9,0x95,0x0a,0x00, +0x10,0x1f,0x8e,0x01,0x00,0x9e,0x10,0x64,0x51,0x0a,0xaa,0xaa,0xbb,0xa9,0xf4,0x0a, +0x22,0x8f,0xc3,0x0a,0x00,0x40,0x98,0x00,0xcf,0xa0,0x28,0x00,0x00,0x39,0x7f,0x00, +0xda,0x5a,0x20,0x0f,0xf4,0xd1,0x56,0x60,0xff,0x31,0xef,0x40,0x0f,0xf4,0x44,0x18, +0x62,0xfd,0x00,0xaf,0xd0,0x0f,0xf4,0x2c,0x6f,0x10,0x2f,0x9a,0x85,0x01,0xa3,0x41, +0x41,0x0b,0xfb,0x0f,0xf4,0x16,0x4d,0x51,0x40,0x04,0x81,0x0f,0xf4,0x21,0x7e,0x12, +0xd0,0x82,0x00,0x40,0x8f,0xf7,0x6f,0xf6,0x0a,0x00,0x00,0xbd,0x5c,0x60,0x0c,0xc1, +0x00,0x77,0x8f,0xf3,0x1d,0x87,0x10,0x02,0x42,0x2a,0x41,0xf1,0x00,0x05,0xa0,0xc3, +0x03,0x1c,0xfc,0xd6,0x5f,0x2f,0x1f,0xf7,0x0a,0x00,0x10,0x20,0x01,0x10,0x0a,0x00, +0x20,0x04,0x10,0x48,0x34,0x51,0x30,0x1f,0xf7,0x02,0xef,0xea,0x52,0x00,0x0b,0x72, +0x21,0xdf,0xe0,0xe7,0x66,0x21,0x1f,0xf7,0xd0,0x16,0x20,0x3f,0xf8,0x0a,0x00,0x20, +0x0e,0xfe,0xbb,0x63,0x00,0x0a,0x00,0x10,0x08,0x70,0x54,0x10,0xe0,0x0a,0x00,0x02, +0x96,0x59,0x01,0x50,0x00,0x40,0xbf,0xf2,0x0e,0xff,0x50,0x00,0x00,0xf3,0x04,0x23, +0x1a,0xf8,0xae,0x7d,0x32,0xfa,0x00,0x30,0x0a,0x00,0x28,0x0b,0x50,0x82,0x00,0x24, +0x05,0x66,0x33,0x4a,0x01,0x30,0x77,0x03,0x02,0x2d,0x1e,0xeb,0x68,0x42,0x01,0x99, +0x20,0x0f,0x0a,0x00,0x05,0x71,0xdc,0x40,0x6f,0xe0,0x01,0xae,0x00,0xb5,0x30,0x51, +0x6f,0xe0,0x01,0xef,0x80,0xd2,0x2a,0x10,0x6f,0x02,0x35,0x01,0x4f,0x69,0x20,0x6f, +0xe0,0x0a,0x1b,0x00,0xd1,0x39,0x20,0x6f,0xe0,0x89,0x62,0x10,0x07,0xd9,0x25,0x10, +0xe0,0xbc,0x21,0x22,0x0a,0xfa,0x46,0x00,0x10,0x3f,0xef,0x2c,0x00,0x0a,0x00,0x23, +0x65,0x03,0x5a,0x00,0x13,0x06,0xa4,0x42,0x54,0x26,0x60,0x4f,0xfe,0x10,0x68,0x16, +0x13,0xe2,0x45,0x08,0x03,0xf1,0x78,0x22,0x25,0x9e,0x2a,0x44,0x10,0x3c,0x52,0x0d, +0x13,0x81,0x56,0x17,0x22,0xc8,0x20,0x01,0x05,0x27,0x75,0x20,0xee,0x20,0x1b,0x84, +0xa8,0x2c,0x00,0x9c,0x04,0x03,0xbf,0x83,0x41,0x55,0x55,0x9f,0xf7,0x5f,0x2b,0x15, +0x0a,0x78,0x03,0x11,0x09,0xe4,0x05,0x10,0xee,0xb6,0x21,0x01,0x44,0x82,0x04,0x1a, +0x09,0x05,0x18,0x19,0x11,0xfc,0xd2,0x11,0x15,0x10,0xf0,0x07,0x00,0x45,0x11,0x14, +0xec,0x0a,0x00,0x24,0xef,0x70,0x14,0x36,0x14,0xff,0x3c,0x17,0x24,0x1f,0xf8,0x0a, +0x00,0x23,0xbf,0xf1,0x0a,0x00,0x00,0xb0,0x78,0x02,0x0a,0x00,0xd4,0x3f,0xfb,0x04, +0x44,0x44,0x4e,0xfb,0x44,0x44,0x41,0x09,0xd1,0x0f,0xf0,0x4e,0x15,0x10,0x0a,0x00, +0x20,0x00,0x04,0x8a,0x5e,0x13,0x72,0xf4,0x59,0x01,0x0b,0x52,0x85,0x33,0x3c,0xfe, +0x33,0x33,0xef,0xd3,0x33,0x30,0x2c,0x15,0xf0,0xb3,0x4d,0x00,0xb0,0x04,0x30,0x2c, +0xfd,0x22,0xc9,0x2d,0x15,0x0f,0xd9,0x47,0x30,0xdd,0xdd,0xff,0xb6,0x13,0x00,0x6d, +0x08,0x30,0x3e,0xfd,0x33,0x0c,0x04,0x05,0xb2,0x1b,0x17,0x0e,0x9e,0x2d,0x29,0xcf, +0xf4,0x62,0x45,0x10,0xf4,0x42,0x78,0x02,0xdd,0x0c,0xa0,0x03,0xdf,0xfd,0x13,0x33, +0x8f,0xf4,0x33,0x31,0x03,0x68,0x08,0x01,0xa3,0x23,0x14,0x08,0x30,0x65,0x35,0xe0, +0x04,0x0c,0xcb,0x1c,0x05,0x1b,0x12,0x70,0x17,0x90,0x02,0xff,0x40,0x05,0x94,0x08, +0x61,0xfe,0x00,0x02,0xff,0x40,0x1e,0xfd,0x10,0x01,0x2e,0xf8,0x13,0xff,0x61,0x6f, +0xf4,0x11,0xed,0x48,0x23,0x5f,0xe0,0x7f,0x22,0x21,0x5f,0xe2,0x11,0x00,0x50,0x79, +0xfc,0x4b,0xb2,0xff,0x84,0x2c,0x20,0x76,0xb9,0xb3,0x41,0x02,0x5c,0x07,0x14,0x02, +0x01,0x80,0x71,0x01,0x99,0x99,0xff,0xd9,0x99,0x40,0x98,0x05,0x74,0xef,0x92,0x22, +0x22,0x10,0x00,0xff,0x55,0x05,0x20,0xff,0xfe,0xb7,0x01,0x00,0x09,0x00,0x10,0x50, +0xd8,0x12,0x14,0xcf,0x09,0x00,0x12,0xdf,0x09,0x00,0x10,0x84,0x9e,0x01,0x10,0xdd, +0x12,0x00,0x32,0xef,0xfb,0x10,0x72,0x06,0x00,0x93,0x04,0x03,0x99,0x44,0x36,0xed, +0x00,0x00,0x93,0x1d,0xc0,0x66,0x66,0x66,0x9f,0xf9,0x66,0x66,0x66,0x00,0x00,0x04, +0x98,0x41,0x0f,0x21,0x8b,0x70,0x6c,0x20,0x20,0x3f,0xf3,0x06,0x19,0x00,0x51,0x6b, +0x22,0x3f,0xf3,0x50,0x65,0x42,0xbf,0xc0,0x3f,0xf3,0x7c,0x6b,0x62,0x7d,0x70,0x3f, +0xf3,0x09,0xe3,0x79,0x07,0x21,0x7f,0xf7,0x8f,0x15,0x1e,0xff,0x8f,0x0a,0x22,0x02, +0x22,0x28,0x06,0x2b,0x22,0x20,0x9b,0x0f,0x0f,0x0a,0x00,0x1e,0x07,0x76,0x61,0x11, +0xdd,0x07,0x00,0x40,0x23,0x33,0x33,0x39,0x8e,0x1c,0x15,0x30,0xd2,0x66,0x18,0xf0, +0x0a,0x00,0x61,0x80,0x02,0x88,0x00,0x03,0x88,0xe1,0x63,0x22,0x05,0xfe,0xdd,0x38, +0x24,0xdf,0x9f,0xfb,0x01,0x40,0xdf,0x9c,0xcd,0xff,0x27,0x0f,0x51,0xa0,0x00,0xdf, +0x70,0x05,0xa2,0x24,0x00,0x76,0x01,0x12,0x05,0xb9,0x44,0x00,0x90,0x87,0x02,0xfc, +0x34,0x31,0x00,0xff,0x49,0xd4,0x34,0x53,0x92,0x00,0x02,0xff,0x3e,0x0e,0x1e,0x90, +0x05,0xff,0x02,0x6f,0xf9,0x33,0x38,0xff,0xb0,0xea,0x08,0x30,0x07,0xff,0xb4,0x30, +0x59,0x20,0x0d,0xfa,0xda,0x47,0x20,0xff,0xc1,0xbc,0x1b,0x12,0x8c,0x82,0x13,0x80, +0xa1,0x4e,0xe0,0x5f,0xff,0xd9,0x41,0x5a,0x84,0x01,0x12,0x30,0x27,0x12,0x1c,0x46, +0xc8,0x00,0x14,0xed,0x0e,0x0f,0x30,0x17,0xff,0x71,0xbf,0x1a,0x15,0xef,0xbe,0x00, +0x07,0x0a,0x00,0x11,0x71,0xe2,0x5d,0x00,0x1e,0x00,0x80,0x60,0x13,0x20,0x48,0x70, +0x04,0x20,0x00,0x68,0x28,0x51,0xc0,0x7f,0xc0,0x4f,0xe0,0x73,0x29,0x30,0x80,0x7f, +0xc0,0x41,0xa6,0x60,0xff,0x63,0xff,0xf4,0x7f,0xc3,0x1c,0x22,0x70,0xff,0x7e,0xfc, +0xff,0xcf,0xee,0xfd,0xad,0x5e,0xf3,0x06,0xaf,0xc0,0x5d,0x9f,0xee,0xb0,0x4f,0xc0, +0x01,0xff,0x23,0x10,0x00,0x7f,0xc1,0x00,0x02,0x10,0x02,0xff,0x08,0xcc,0x4e,0x15, +0x04,0x0a,0x00,0x50,0x07,0xfd,0x00,0x11,0x11,0xff,0x1e,0x30,0x00,0x0b,0xfa,0xd3, +0x05,0x14,0xc0,0xc0,0x72,0x21,0x8f,0xd0,0x5b,0x0d,0x13,0xcf,0xe2,0x06,0x24,0x1a, +0xb0,0x0a,0x00,0x0e,0x3b,0x33,0x05,0xb3,0x1e,0x20,0x58,0xcd,0xca,0x03,0x30,0xf1, +0x69,0xbd,0x68,0x01,0xf1,0x01,0x0f,0xff,0xff,0x80,0xcf,0xff,0xff,0xfc,0x73,0x00, +0x01,0x15,0xff,0x10,0x59,0x64,0xe0,0x88,0x01,0x65,0x00,0x00,0xb4,0x28,0x00,0x6b, +0x41,0x21,0x13,0x30,0x0a,0x00,0xa0,0xaf,0xc1,0x10,0x5f,0xe0,0x0f,0xfb,0x99,0x90, +0x03,0x99,0xa4,0x00,0x68,0x18,0x20,0xf0,0x0b,0x23,0x19,0x30,0xe0,0x0f,0xf9,0xc9, +0x0c,0x41,0x0e,0xf4,0x5f,0xe0,0x40,0x3e,0x32,0xb5,0x1f,0xf2,0x0a,0x00,0x42,0x06, +0xfb,0x5f,0xe0,0x0a,0x00,0x90,0x00,0xff,0xcf,0xa0,0x5f,0xe3,0x3f,0xf7,0x33,0xc2, +0x6f,0x21,0x50,0x5f,0xc9,0x03,0x00,0x72,0x48,0x84,0x3b,0xbb,0xbb,0xbb,0xbb,0xb3, +0x00,0x2f,0x82,0x1f,0x00,0xe4,0x18,0x93,0xfa,0x75,0x44,0x34,0x44,0x43,0x0b,0xff, +0x95,0xc3,0x65,0x61,0x09,0xfb,0x00,0x04,0x8a,0xcd,0x68,0x01,0x0f,0x6a,0x48,0x04, +0x43,0x2f,0xf6,0x1c,0x80,0x25,0x06,0x13,0x67,0xa1,0x05,0x60,0x1f,0xf6,0x07,0xff, +0x20,0x55,0x49,0x4f,0x46,0xff,0xa5,0x5d,0x95,0xe0,0x0b,0x05,0x04,0x47,0x0b,0xe3, +0x53,0x23,0xdf,0xb0,0xce,0x03,0x14,0x6b,0xe0,0x9e,0x11,0xf6,0xaa,0x28,0x52,0x55, +0x6f,0xf7,0x55,0x27,0x46,0x73,0x23,0xff,0x30,0xe0,0x0e,0x22,0x2f,0xf3,0xbe,0x6e, +0x00,0x13,0x00,0x00,0xe1,0x27,0x10,0x95,0x29,0x8f,0x80,0x47,0xa0,0x9f,0xf1,0x0b, +0xf6,0x03,0x69,0x19,0x23,0x40,0xff,0x80,0xdf,0x5c,0x44,0x04,0x81,0x90,0x0c,0xff, +0xaf,0xf1,0x8f,0xfd,0xa6,0xa3,0x9f,0x32,0xfb,0x02,0x41,0x77,0xa2,0x30,0xfc,0x20, +0x07,0x9f,0x01,0x10,0x7f,0xc3,0x04,0x00,0x05,0x00,0x11,0x27,0x0d,0x01,0x00,0x71, +0x09,0xd0,0x01,0x11,0x13,0xff,0x40,0x04,0x44,0x47,0xff,0x20,0x44,0x44,0x5f,0x93, +0x8d,0x02,0x8d,0x1e,0xb1,0x40,0x0f,0xfd,0xcc,0xcc,0x23,0xff,0xdc,0xcc,0xc4,0x01, +0xb9,0x98,0x11,0xf0,0xa2,0x00,0x80,0xee,0xee,0x65,0xff,0xfe,0xee,0xe8,0x04,0x23, +0x01,0x10,0x7f,0xe4,0x05,0x10,0x07,0x69,0x39,0xf0,0x19,0x84,0x11,0x1d,0xf8,0x02, +0xff,0xe6,0x2f,0xf4,0x3f,0xfc,0x50,0xdf,0x70,0x19,0xff,0xf4,0xff,0x32,0x9f,0xff, +0x1e,0xf6,0x00,0x01,0xaf,0xef,0xf1,0x00,0x1b,0xef,0xff,0x50,0x49,0xef,0xff,0xff, +0x04,0x9e,0xff,0x79,0x83,0xf0,0x02,0xfa,0xaf,0xe0,0xcf,0xff,0x95,0xff,0x30,0x9d, +0x72,0x1c,0xfb,0x06,0xd7,0x10,0x6f,0xf0,0xc4,0x12,0x41,0x70,0x00,0x5d,0xdf,0x86, +0x88,0x00,0xaa,0x10,0x02,0x42,0x1d,0x00,0x09,0x21,0x01,0xb9,0x05,0x24,0xd0,0x9f, +0xcb,0x44,0x20,0xd0,0x9f,0xbb,0x05,0x81,0x90,0x01,0x11,0x6f,0xd0,0x9f,0xc1,0x11, +0x8d,0x33,0x10,0x4f,0x1e,0x00,0x00,0x34,0x43,0x80,0x88,0xaf,0xd0,0x9f,0xe9,0x99, +0x99,0x98,0xe4,0x21,0x01,0x0a,0x00,0x62,0x99,0x00,0x0c,0xf9,0x55,0x50,0x1e,0x00, +0x10,0x0c,0xc0,0x05,0x02,0x2a,0x5b,0x31,0xf4,0x11,0x1a,0x01,0x06,0x51,0xd0,0x0d, +0xff,0xff,0xfc,0x9e,0x01,0x00,0x36,0x1b,0x70,0xe2,0xff,0x79,0xfc,0x33,0x57,0x30, +0x80,0x1a,0x50,0xef,0x41,0xff,0x53,0xef,0x27,0x90,0x50,0xc0,0xef,0x40,0x8f,0xef, +0xbc,0x14,0x71,0x7f,0xb0,0xef,0x40,0x0d,0xff,0x90,0x14,0x15,0xf0,0x0a,0xff,0x54, +0x82,0xff,0xe4,0x00,0x03,0x45,0xef,0x63,0xff,0xff,0xe0,0x3f,0xff,0xa1,0x06,0xff, +0xff,0x29,0xff,0xfc,0x70,0x03,0xef,0xfd,0x25,0x20,0x01,0xd7,0x47,0x55,0x0c,0x57, +0x43,0x22,0x2d,0x92,0xf2,0x11,0x52,0xf6,0x00,0xaf,0xd0,0x04,0x0a,0x00,0xc2,0x03, +0xff,0x30,0x9f,0x90,0x00,0x02,0x22,0x2c,0xf6,0x0d,0xf8,0x70,0x7f,0xc0,0x0c,0xf7, +0xcf,0xfc,0xde,0xff,0xff,0x30,0x03,0x55,0x5d,0xf6,0xc5,0x83,0xf1,0x02,0xef,0xd0, +0x0b,0xff,0xff,0xf6,0x58,0x64,0xdc,0x30,0x1d,0x40,0x0c,0xfe,0xee,0xe6,0x00,0x99, +0x41,0x23,0x0e,0xf3,0x91,0x06,0x10,0x30,0x44,0x3a,0xf0,0x02,0xaf,0xed,0xff,0xed, +0xff,0x30,0x1f,0xfc,0xcc,0xc8,0xaf,0x50,0xef,0x40,0xef,0x30,0x3f,0xa9,0x4b,0x92, +0x72,0xef,0x62,0xef,0x30,0x26,0x66,0x6e,0xf8,0x28,0x00,0x00,0x42,0x30,0x62,0x7b, +0xbb,0xff,0xdb,0xcc,0x20,0x59,0x03,0x33,0xef,0x46,0xe9,0xe6,0x17,0x20,0xef,0x46, +0x6d,0x46,0xc3,0x8f,0xf2,0x45,0x56,0xff,0xcb,0xff,0xa0,0x00,0xdf,0xff,0xc4,0x63, +0x10,0x98,0x9f,0xfc,0x22,0xff,0xec,0xb9,0x86,0x5e,0xa2,0xa2,0x0d,0x00,0xb7,0x07, +0x50,0x02,0x10,0x03,0xce,0x10,0x07,0x30,0x70,0xcf,0xc1,0x2f,0xf9,0x00,0x1f,0xf8, +0x4a,0x09,0x31,0x8f,0xf2,0x01,0xa5,0x80,0x50,0x01,0xff,0xa0,0x1f,0xf8,0x3e,0x46, +0x50,0x09,0xe8,0x01,0xff,0x80,0xd6,0x40,0x10,0x21,0x22,0x00,0x16,0x13,0xb1,0x71, +0x14,0x1f,0x03,0x03,0x02,0xbf,0x0d,0x04,0x50,0x11,0x24,0x09,0xfe,0xf3,0x1d,0x24, +0xe0,0x07,0x22,0x00,0x1b,0x25,0x22,0x00,0x12,0x03,0xd8,0x46,0x3b,0xcf,0xe0,0x9f, +0x17,0x0c,0x06,0x44,0x00,0x04,0x01,0x00,0x31,0xa7,0x10,0x0c,0x65,0x12,0x00,0xf1, +0x5c,0x02,0x0a,0x00,0x10,0x01,0x97,0x83,0x80,0x3e,0xf7,0x37,0xff,0x32,0x5e,0xff, +0x80,0x27,0x15,0x22,0x04,0xff,0xe1,0x76,0x00,0x0a,0x00,0x33,0x00,0x6c,0x20,0x0a, +0x00,0x00,0x78,0x12,0x60,0x90,0x03,0x3e,0xf8,0x37,0xff,0x42,0x5b,0x02,0xf9,0x68, +0x10,0xfe,0xa8,0x52,0x02,0x0a,0x00,0x11,0x4e,0x3f,0x1f,0x32,0xf4,0x04,0xff,0x21, +0x67,0xe2,0x0f,0xf3,0x04,0xff,0x00,0x2c,0x20,0x0a,0x50,0x00,0x2f,0xf2,0x04,0xff, +0x7a,0x62,0x42,0x5f,0xf0,0x04,0xff,0x0e,0x5e,0x50,0xaf,0xc0,0x04,0xff,0x00,0x53, +0x4e,0x10,0x01,0x8a,0xab,0x60,0x00,0x1b,0xff,0xd1,0x00,0x0b,0x56,0x05,0x60,0x07, +0xef,0xfc,0x10,0x00,0x2f,0xc6,0x56,0x11,0x0d,0x13,0x23,0x00,0x58,0x73,0x2f,0x02, +0xc4,0x5d,0x04,0x02,0x14,0x30,0xce,0x9e,0xb0,0x07,0xfd,0x20,0x02,0xff,0x76,0x66, +0x6f,0xf6,0x00,0x7f,0xf0,0x30,0x00,0x10,0x63,0x11,0x1b,0x68,0x9d,0x40,0x65,0x55, +0x5f,0xf9,0x4c,0x24,0x02,0x28,0x00,0x10,0x6e,0xf0,0x34,0xf3,0x03,0x77,0x7b,0xfd, +0x77,0x73,0x00,0x00,0xce,0x60,0x09,0x99,0x9d,0xff,0x99,0x99,0x10,0x0b,0xff,0x4a, +0x11,0x33,0x21,0xcf,0xf4,0x06,0x0f,0x00,0xa2,0x58,0x01,0x0b,0x07,0x30,0xf4,0xef, +0xd3,0x81,0x04,0xe1,0xa7,0x77,0x9f,0xf2,0x2a,0x10,0x06,0x10,0x00,0xdf,0xb8,0x88, +0x9f,0xf2,0x2f,0x4f,0x11,0xdf,0xc7,0x05,0x00,0x42,0x0b,0x42,0x69,0x3a,0xfb,0x5b, +0x74,0xad,0xf2,0x0a,0xef,0x59,0xfb,0x9f,0x70,0x07,0xff,0xd1,0x00,0x09,0xfd,0x0a, +0xfb,0x2f,0xe3,0xcf,0xfd,0x20,0x00,0x09,0xf5,0xef,0xf9,0x0a,0xe8,0x4c,0x82,0x5b, +0xdf,0xc2,0x01,0x00,0x66,0x1a,0x71,0x52,0xea,0x20,0x00,0x08,0xfc,0xfc,0x4e,0x03, +0x0a,0x00,0x40,0x02,0xdf,0xf4,0x08,0xc4,0x43,0x43,0xdd,0x10,0x4f,0xff,0x62,0x0a, +0xf3,0x02,0x10,0x3f,0xe4,0x38,0x12,0x44,0x4a,0xfd,0x44,0x44,0x00,0x07,0x20,0xdf, +0xb0,0x00,0x08,0x9d,0x69,0x04,0x14,0x46,0x33,0x8f,0xf8,0xcf,0x89,0x3e,0x20,0xff, +0xf6,0x63,0x20,0x63,0xdf,0xa3,0x30,0x9f,0xff,0xf6,0x9c,0x6b,0x43,0x5f,0xee,0xf6, +0x8f,0xc0,0x13,0x14,0x1d,0x0a,0x00,0xd0,0x00,0x0d,0xf6,0x12,0x5a,0x22,0x22,0xdf, +0x92,0x20,0x00,0x0d,0xf6,0x4e,0x26,0x10,0xdf,0xf4,0x01,0x10,0xf6,0x7a,0x54,0x03, +0x0a,0x00,0x24,0x1f,0xf9,0x0a,0x00,0x42,0x08,0xa3,0x33,0xef,0x0a,0x00,0x03,0x67, +0x94,0x11,0x0d,0x41,0x2b,0x1a,0xd8,0xc9,0x00,0x54,0x85,0x00,0x00,0x18,0x20,0xb9, +0x87,0x01,0xe2,0x77,0x00,0x82,0x7e,0x51,0x1c,0xfe,0x20,0x4c,0x40,0xa7,0x84,0xa2, +0xef,0xd2,0x16,0xff,0xb0,0x00,0x3f,0xf7,0x22,0x0d,0xa6,0x0f,0x91,0x07,0x50,0xdf, +0x97,0xdc,0xef,0xfd,0x46,0x80,0x25,0x1f,0x50,0x19,0xff,0x70,0x2e,0xf7,0xb3,0x53, +0x50,0x29,0xff,0xfc,0xbc,0xde,0xa7,0x6b,0x00,0x5d,0x42,0x00,0xe0,0x03,0xf3,0x09, +0x5f,0xff,0xf5,0x07,0x69,0xff,0x60,0x00,0x1e,0xc2,0x0d,0xcf,0xf5,0x00,0x4f,0xff, +0xbb,0xbb,0xa4,0x00,0x03,0x0e,0xf5,0x06,0x6f,0x0a,0x00,0xc7,0x41,0x40,0xe3,0x01, +0xdf,0xc0,0x0a,0x00,0x60,0x5f,0xab,0xfe,0x2c,0xff,0x30,0x0a,0x00,0x31,0x03,0x01, +0xdf,0xd7,0x0d,0x00,0xd1,0x41,0x02,0x15,0x4d,0xf0,0x03,0x0e,0xf5,0x37,0xcf,0xff, +0xef,0xff,0xe9,0x51,0x00,0x0e,0xf5,0xcf,0xff,0xd5,0x04,0xcf,0xff,0xe7,0x44,0x78, +0x4e,0x94,0x00,0x00,0x03,0x8d,0x70,0x90,0x01,0x42,0xc7,0x10,0x5c,0x80,0x8c,0x2a, +0x41,0xfd,0x00,0xcf,0xd1,0x37,0x08,0x32,0xbf,0xe2,0x03,0x02,0x05,0x51,0x1d,0xff, +0x30,0x0d,0xfe,0x04,0x26,0x51,0x3f,0xe3,0x45,0xaf,0xf6,0xc0,0x21,0x22,0x06,0x22, +0x57,0x43,0x10,0xfe,0xc2,0x01,0x61,0x05,0xcf,0x84,0x44,0x47,0xfe,0x28,0x60,0x51, +0xcf,0xed,0xdd,0xde,0xfe,0xe0,0x5a,0x70,0xcf,0xb9,0x99,0x9b,0xfe,0x00,0x8f,0x0a, +0x00,0xa2,0xb8,0x88,0x8a,0xfe,0x00,0x2f,0xcf,0xf4,0x00,0xbf,0xd7,0x2d,0x21,0x0e, +0xf4,0x8c,0x7b,0x00,0x71,0xa8,0x02,0x02,0x9c,0x10,0xfb,0x0a,0x00,0x60,0x1a,0xff, +0xfa,0x88,0xcf,0xf8,0x0a,0x00,0x41,0x9f,0xfd,0xfe,0x47,0x7b,0x8e,0x51,0xf4,0x08, +0x20,0xcf,0xff,0xcd,0x45,0x31,0xf4,0x14,0x7b,0x5b,0x28,0x80,0x00,0x0e,0xf4,0xaf, +0xff,0xfc,0x79,0xef,0xc8,0x00,0xb0,0xf4,0x3d,0xa6,0x20,0x00,0x05,0x8c,0x70,0x00, +0x08,0xb4,0x2b,0xb0,0x20,0xeb,0x10,0x02,0x52,0x50,0x31,0x9f,0x23,0x22,0xff,0xe0, +0x16,0xf0,0x00,0xa0,0xf8,0x9f,0x2f,0x94,0xfe,0x00,0x00,0x2e,0xfd,0x10,0xf8,0x9f, +0x2f,0x97,0x40,0x45,0xb0,0xd2,0x83,0xf9,0x9f,0x2f,0x9a,0xff,0xff,0xf4,0x05,0x19, +0xaf,0x0b,0x10,0xaf,0x4b,0x01,0xf1,0x08,0x3f,0xf5,0xcc,0xcc,0xcc,0xcf,0xf1,0x7f, +0x90,0x01,0xdf,0xf0,0x33,0x33,0x33,0xcf,0xf2,0x9f,0x60,0x0c,0xff,0xe2,0xff,0x13, +0x1b,0xf0,0x08,0x30,0x7f,0xff,0xe1,0x99,0x99,0x99,0x8b,0xf9,0xff,0x00,0x0e,0xbf, +0xe0,0x5b,0xbb,0xbb,0x00,0xfe,0xfd,0x00,0x02,0x3f,0x0b,0x99,0x01,0x30,0x68,0x80, +0x3f,0xe0,0x7f,0x91,0xef,0x01,0x8f,0xf2,0x0a,0x00,0x60,0x8f,0x70,0xef,0xd8,0x7f, +0xf0,0x0a,0x00,0x51,0x9f,0x51,0xff,0xfa,0xef,0x1e,0x00,0x50,0xdf,0x35,0xff,0x6b, +0xff,0x2a,0x1d,0xc0,0xe4,0xff,0x00,0xc3,0xbf,0xf3,0xdf,0xf4,0x00,0x3f,0xe5,0xf9, +0x80,0x11,0xca,0x3f,0xe2,0x00,0x3f,0xe0,0x60,0x00,0x00,0xa5,0x00,0x04,0x50,0x4a, +0x5e,0x06,0xb7,0x16,0x14,0xc2,0xf2,0x2c,0x10,0x9f,0x9a,0x2b,0x12,0xc4,0x48,0x15, +0x42,0xfb,0x10,0xbf,0xf2,0x37,0x06,0x11,0xfd,0xd8,0x53,0x00,0xda,0x34,0x20,0x92, +0x0e,0xf7,0x0d,0x20,0x8d,0x73,0x70,0xaf,0x01,0x43,0x7f,0x10,0xa3,0x16,0x9b,0x21, +0x94,0x60,0xdb,0x09,0x40,0x40,0x4f,0xfd,0x8f,0x23,0x71,0xf1,0x06,0x33,0xff,0x43, +0xff,0xe2,0x1f,0xfb,0x00,0x0a,0xfe,0x03,0xff,0x8e,0xff,0x30,0x07,0xff,0x40,0x1f, +0xf9,0x03,0x4b,0x02,0x50,0xef,0xb0,0x4e,0xf3,0x03,0x25,0x2c,0x00,0x1f,0x35,0x10, +0x30,0x09,0x5a,0x70,0x01,0x70,0x2f,0xb2,0x00,0x03,0xdf,0xae,0x5c,0x20,0xff,0x23, +0x06,0x69,0x21,0xff,0x50,0x62,0x31,0x70,0x2f,0xff,0xd6,0xff,0xb6,0x55,0x6d,0x50, +0xa4,0x33,0xf7,0x00,0xef,0x76,0x12,0x10,0x10,0x54,0x0e,0x04,0x6a,0x56,0x37,0x03, +0x94,0x00,0x61,0x8e,0x00,0x38,0x58,0x00,0x7e,0x38,0x01,0x54,0x16,0x07,0x61,0x0b, +0x12,0xed,0x3d,0x28,0x10,0xd0,0x6a,0x03,0x22,0x04,0xe5,0xeb,0x08,0x00,0x90,0x60, +0x13,0xc2,0x0a,0x00,0x22,0x02,0xcf,0xf3,0x18,0x04,0x80,0x51,0x00,0xd7,0x0c,0x31, +0x6e,0xd0,0x4b,0x89,0x0c,0x20,0x71,0x30,0x73,0x97,0x73,0xb1,0x00,0x00,0xff,0x57, +0xfc,0x6f,0xd0,0x0f,0x40,0x49,0xfa,0x6f,0xe0,0xe6,0x05,0xf0,0x28,0x03,0xff,0x2c, +0xf8,0x6f,0xe0,0x00,0x12,0xff,0x70,0x07,0xff,0x1f,0xf5,0x6f,0xe0,0x02,0xe8,0xbf, +0xd0,0x0a,0xfc,0x6f,0xf2,0x6f,0xe0,0x03,0xfe,0x6f,0xf2,0x1f,0xf8,0xaf,0xd0,0x6f, +0xf2,0x17,0xfc,0x1f,0xf4,0x6f,0xf2,0x04,0x40,0x4f,0xff,0xff,0xf7,0x06,0x10,0x1a, +0xc0,0x00,0x00,0x09,0x08,0x89,0x08,0xd8,0x35,0x10,0x0f,0x48,0x2e,0x12,0xfb,0x0a, +0x00,0x40,0x29,0x99,0x9d,0xfe,0xcf,0x35,0x33,0x0f,0xf0,0x5f,0x09,0x1b,0xd2,0x0f, +0xfe,0x72,0x22,0x2b,0xfc,0x22,0x22,0x10,0x0c,0xcf,0xfe,0xdc,0x49,0x0e,0xe1,0x0e, +0xdf,0xf9,0xf8,0x88,0x8d,0xfe,0x88,0x88,0x00,0x0f,0xcf,0xf2,0x99,0x32,0x00,0x33, +0x91,0x3f,0xaf,0xd7,0x09,0x42,0xf2,0x6f,0x7f,0xf0,0xff,0x24,0x23,0x20,0x3b,0x64, +0x2e,0x10,0xfd,0x5a,0x00,0x52,0x09,0xfe,0xaa,0xaa,0xad,0x0a,0x00,0x42,0xfc,0x66, +0x66,0x6a,0x0a,0x00,0x06,0x1e,0x00,0x4c,0xfa,0x22,0x22,0x28,0x14,0x00,0x06,0x32, +0x00,0x12,0xf9,0x4c,0x15,0x00,0x0a,0x00,0x00,0xfd,0x53,0x03,0x0a,0x00,0x37,0x04, +0xee,0xb2,0x91,0x88,0x01,0x0a,0x00,0x10,0xdf,0xab,0x09,0x91,0x02,0x22,0xcf,0xa2, +0x21,0xdf,0xed,0xdd,0xff,0x69,0x0d,0xb1,0xf5,0xdf,0x40,0x00,0xff,0x40,0x0d,0xde, +0xff,0xfd,0xd5,0x1e,0x00,0x01,0x64,0x01,0x40,0xdf,0xdc,0xcc,0xff,0xaf,0x24,0x21, +0xfc,0x10,0x1e,0x00,0x00,0x47,0x08,0x21,0xe4,0xdf,0x1b,0x43,0x41,0xff,0xcf,0x9c, +0xf4,0x1e,0x00,0x60,0x3f,0xf5,0xbf,0x80,0x60,0xdf,0x07,0x43,0x24,0x07,0x80,0x5a, +0x00,0x00,0x64,0x00,0x10,0x07,0x34,0x25,0x01,0x1c,0x2a,0x21,0x8f,0xd0,0xee,0x72, +0xf0,0x02,0xda,0x15,0x74,0x4f,0xfa,0x00,0x0e,0xfa,0x00,0x02,0xff,0x5b,0xf9,0x06, +0xff,0x32,0x08,0xb4,0x9a,0xf2,0x06,0x0b,0xf9,0x00,0xa6,0x0c,0xd4,0xef,0xb0,0x0f, +0xfa,0x0b,0xfb,0x21,0x11,0x3f,0xf3,0x7f,0xf3,0x1a,0xf3,0x09,0x9e,0x05,0x83,0x40, +0x00,0x10,0x01,0xae,0xff,0xff,0xfd,0x10,0x12,0x02,0x41,0x64,0x05,0x0a,0x7f,0x15, +0x06,0x8a,0x15,0x91,0x5d,0xdd,0xef,0xdd,0xdd,0xdf,0xdd,0xdb,0x00,0x7e,0x99,0x00, +0x9c,0x4f,0x11,0x04,0x77,0x22,0x54,0xef,0xeb,0xbb,0xa0,0x6f,0x43,0x0b,0x14,0x01, +0x6a,0x26,0x13,0x30,0x5a,0x39,0x01,0xdd,0x99,0x00,0x8c,0x57,0x20,0xcf,0xb0,0x18, +0x3f,0x41,0xaa,0xaa,0xaa,0xae,0x13,0x00,0x00,0xbc,0x3b,0x10,0xef,0x13,0x00,0x00, +0xed,0x19,0x11,0x7c,0x13,0x00,0x04,0xc6,0x27,0x01,0xe7,0x92,0x00,0x35,0x59,0x70, +0x0b,0x71,0x88,0x9f,0xff,0x50,0x0b,0x23,0x94,0xf0,0x0d,0x4f,0xf4,0x1c,0xe2,0x40, +0x9f,0xe1,0x02,0xef,0xb0,0xff,0x50,0x01,0x2f,0xe1,0xef,0x90,0xaf,0xe1,0x0e,0xff, +0xee,0xef,0xfc,0x06,0xfc,0x00,0x63,0xba,0x1a,0x37,0xfd,0x30,0x03,0x45,0x81,0x00, +0x47,0x49,0xf2,0x0a,0x10,0x0e,0xf4,0x00,0x71,0x00,0x00,0x2e,0xfa,0x2d,0xc0,0x0e, +0xf8,0xaf,0xfd,0x10,0x05,0xef,0xb1,0x1d,0xfa,0x0e,0xff,0xff,0xa4,0x6f,0x10,0xf2, +0x06,0x6e,0xf9,0x30,0x47,0x10,0x0a,0xfd,0xcc,0xba,0xbf,0x8e,0xf7,0x22,0x9f,0x70, +0x00,0x99,0x99,0x99,0x9b,0x0b,0xed,0x4f,0xf0,0x02,0x98,0x8a,0xfe,0x09,0xfd,0xcc, +0xb6,0x00,0x00,0xff,0x65,0x57,0xfe,0x0e,0xf4,0x01,0x85,0x6c,0x80,0x50,0xef,0xfe, +0x0e,0xf8,0xaf,0x3d,0x1d,0xf0,0x0c,0x86,0x68,0xfe,0x0e,0xff,0xfb,0x83,0x00,0x00, +0xff,0xba,0xab,0xfe,0x0e,0xf6,0x00,0x4e,0x70,0x00,0xff,0x10,0x7a,0xfe,0x0d,0xfe, +0xdc,0xff,0x0a,0x00,0x70,0x9f,0xe8,0x45,0xef,0xff,0xfd,0x10,0x23,0x6f,0xe0,0x1e, +0xf1,0x00,0x11,0x46,0x00,0x00,0xc8,0x08,0x94,0x0b,0xfa,0x00,0x06,0x40,0x1e,0xfc, +0x16,0x4d,0xf7,0x02,0xfb,0x1b,0x51,0xff,0x60,0x0d,0xfd,0x0d,0xf8,0x00,0x30,0x4f, +0xd0,0xbf,0xc0,0x2e,0xf4,0x0b,0xff,0xed,0xde,0xff,0x90,0x6f,0xe1,0x00,0x50,0x02, +0xce,0xff,0xff,0xfb,0x10,0x14,0x6d,0x08,0x43,0xcf,0xb1,0xdb,0x20,0x51,0x02,0x34, +0xc5,0xff,0xf5,0x06,0x9a,0x25,0x2c,0xf8,0xa6,0x2e,0x01,0x08,0x9c,0x05,0x0a,0x00, +0x51,0xc6,0x66,0x66,0xbf,0xf6,0xf2,0x03,0x10,0xa0,0x91,0x1d,0x00,0x61,0x3e,0x70, +0xdf,0xb3,0x33,0x32,0x4f,0xf2,0x0b,0x01,0xaa,0x00,0xe8,0x3a,0x01,0x43,0xa9,0x80, +0xdf,0xfe,0xef,0xf8,0x0f,0xf7,0x9f,0xf1,0x1e,0x2c,0x60,0x0c,0xf8,0x0d,0xfb,0xff, +0xa0,0x7b,0x28,0x10,0x0c,0x9f,0x9b,0x11,0x10,0x74,0x17,0x21,0xf7,0x06,0x72,0x89, +0xf1,0x0f,0xff,0x64,0x5f,0xf5,0x05,0xff,0xc0,0x0c,0x60,0x05,0xff,0x4f,0xff,0xf2, +0x3e,0xff,0xd0,0x0e,0xf3,0x08,0xff,0x0b,0xdc,0x63,0xef,0xff,0xf4,0x0f,0xf1,0x0e, +0xca,0xa8,0x60,0x6d,0xfe,0x9f,0xd0,0x5f,0xf6,0x4f,0x20,0x00,0x7a,0x15,0xbb,0x08, +0xe0,0x00,0x00,0x1d,0x40,0x00,0x4d,0xfa,0x00,0x00,0x6c,0x0b,0x20,0x25,0x8a,0x3b, +0x76,0x41,0x56,0x79,0xab,0xdf,0xe7,0x01,0x02,0x7f,0x16,0xaa,0xc9,0x60,0x00,0x00, +0x6e,0xdc,0xba,0xaf,0xf6,0x10,0x39,0x10,0x13,0x34,0x9d,0x10,0x06,0xe6,0x00,0x05, +0x00,0x3f,0x1f,0xfe,0x6b,0x10,0x02,0x10,0x1e,0x2b,0x2b,0x01,0x31,0x4b,0x18,0x1f, +0x04,0x30,0x20,0x66,0x8f,0xa9,0x3a,0x1f,0x61,0xa7,0x10,0x0d,0x23,0x25,0x44,0x78, +0x8f,0x00,0xaa,0x12,0x14,0xe0,0x67,0x1d,0x2c,0xda,0x20,0x1f,0x86,0x17,0xfc,0x0a, +0x00,0x12,0x0f,0xd4,0x08,0x05,0x0a,0x00,0x91,0x01,0x18,0xfc,0x11,0x0f,0xf9,0x33, +0x33,0x9f,0x59,0x25,0x10,0x2f,0xb5,0x67,0x07,0x0a,0x00,0x01,0x1e,0x00,0x01,0x0a, +0x00,0x01,0x32,0x00,0x46,0xf9,0x44,0x44,0x9f,0x3c,0x00,0x00,0x40,0x05,0x21,0xcf, +0x3f,0x0a,0x00,0x81,0x4d,0xff,0xff,0xff,0x6f,0xf5,0x0d,0xf8,0xd4,0x4e,0x30,0x74, +0x4f,0xf3,0x00,0x35,0x71,0x08,0x59,0xfc,0x00,0x5f,0xf1,0x05,0xf2,0x8b,0x10,0xfc, +0x2f,0x37,0x21,0xff,0xa0,0x0a,0x00,0x21,0xef,0xa0,0xda,0x84,0x50,0x08,0xfc,0x05, +0xff,0x40,0xee,0xab,0x50,0x02,0x29,0xfb,0x1e,0xfe,0xb6,0x05,0x61,0xe4,0x0c,0xff, +0xf9,0x6f,0xf5,0x17,0x6d,0x50,0x08,0xfe,0xa1,0x06,0x90,0xb1,0x00,0x18,0xa0,0x7b, +0x9a,0x15,0xf4,0x0f,0x25,0x13,0x40,0x4d,0x0b,0x32,0x0f,0xf4,0x02,0xa5,0x09,0x80, +0x33,0xff,0x73,0x3f,0xf4,0x2e,0xf6,0x29,0xeb,0xad,0x10,0xf6,0x9c,0x23,0x20,0x7f, +0xe2,0x93,0x00,0x93,0xf6,0x4f,0xf8,0x4a,0xfe,0x04,0x4f,0xf8,0x43,0xcb,0x09,0x00, +0xab,0xaa,0x81,0xdf,0xfe,0xde,0xfe,0x00,0x0f,0xf5,0x22,0x26,0x00,0x00,0x36,0x36, +0x74,0x4f,0xf4,0x2e,0xf7,0x29,0xfe,0x4f,0xc1,0x23,0x42,0xe0,0xff,0xff,0x81,0x5f, +0x00,0xa0,0x03,0x1f,0xf4,0x01,0xbb,0x10,0xef,0x40,0x5b,0xa0,0xdf,0x04,0x00,0x78, +0x08,0x03,0x85,0x00,0x01,0xf7,0x30,0x04,0x13,0x00,0x24,0x01,0x2f,0x13,0x00,0x32, +0xdf,0xff,0x20,0x13,0x00,0x34,0x08,0xfd,0x60,0x26,0x00,0x01,0xd9,0x03,0x01,0x71, +0x2c,0x15,0xfb,0x2f,0x15,0x12,0xfb,0x15,0x02,0x16,0xa0,0x0a,0x00,0x00,0x61,0x49, +0x30,0xbf,0xd4,0x44,0xe8,0x2c,0x32,0xff,0xff,0xf9,0xb6,0x40,0x00,0x0a,0x00,0x00, +0x14,0x00,0x62,0x43,0x00,0x03,0x3b,0xfc,0x32,0x06,0x09,0x04,0x32,0x00,0x01,0x0a, +0x00,0x60,0x12,0xbf,0xc0,0x00,0x04,0xfe,0x28,0x18,0x12,0xfa,0x0a,0x00,0x10,0x2e, +0x75,0x23,0xa2,0xd3,0x33,0x37,0xfe,0x00,0x0f,0xff,0xfc,0x10,0xbf,0xc6,0x0e,0x17, +0x39,0x32,0x00,0x04,0x76,0x93,0x0a,0x0a,0x00,0x00,0x78,0x00,0x42,0x41,0x01,0x1b, +0xfa,0x8c,0x00,0x43,0xf4,0x0a,0xff,0xf8,0x0a,0x00,0x3f,0x06,0xfe,0xa0,0xfa,0x6c, +0x09,0x20,0x0f,0xf1,0xab,0xab,0x04,0x0a,0x00,0x02,0x4a,0x10,0xd2,0x0f,0xf1,0x01, +0x66,0x66,0xdf,0xe6,0x66,0x60,0x02,0x3f,0xf3,0x24,0xbc,0x07,0x10,0x2f,0xe7,0x81, +0x01,0xce,0xa6,0x01,0x0a,0x00,0x21,0x00,0x07,0xd1,0x94,0x00,0xe4,0x0c,0x21,0x1f, +0xf5,0x32,0x00,0x22,0x05,0xff,0x66,0x22,0x42,0x0f,0xf2,0x25,0xfe,0x2c,0x8f,0x41, +0x2f,0xff,0xd5,0xfe,0xfc,0x8d,0x80,0x4d,0xff,0xff,0xf6,0xfd,0x02,0xff,0x30,0x1d, +0x65,0xf0,0x02,0xf7,0x18,0xfb,0x07,0xfe,0x1e,0xe0,0x00,0x0a,0x6f,0xf1,0x0a,0xf9, +0x0d,0xf8,0x0d,0xf5,0x3c,0x00,0x60,0x0d,0xf7,0x2f,0xf2,0x07,0xfb,0x0a,0x00,0x40, +0x1f,0xf3,0x9f,0xd0,0xd0,0x14,0xe3,0x0f,0xf1,0x6f,0xf3,0xff,0x71,0x34,0xef,0x80, +0x03,0x4f,0xf1,0xdf,0xa9,0x29,0x55,0xf8,0x02,0xf4,0xff,0x35,0xff,0xff,0xfd,0xbf, +0xf3,0x08,0xec,0x40,0x5a,0x01,0x96,0x31,0x00,0x0b,0x8a,0x0e,0x01,0xbf,0x2f,0x24, +0xce,0x60,0x0a,0x00,0x13,0xdf,0x0a,0x00,0xa2,0xcd,0xdd,0xff,0xed,0xdd,0x60,0x15, +0x5f,0xf8,0x50,0x1b,0x9a,0xe5,0x3f,0xff,0xff,0xe0,0x44,0x44,0xef,0x94,0x44,0x20, +0x2d,0xdf,0xfe,0xc0,0x28,0x00,0x13,0x0b,0xb9,0x27,0x34,0x0f,0xf3,0x0c,0x0a,0x00, +0x90,0xf6,0x62,0x33,0x33,0x33,0x6f,0xf3,0x31,0x01,0x17,0x50,0x01,0xe8,0x10,0x10, +0x6f,0x39,0x76,0x01,0x71,0x16,0x10,0x3f,0xe2,0xa2,0x01,0x0a,0x00,0xc0,0x05,0x0f, +0xf3,0x01,0x26,0x92,0x22,0x5f,0xf2,0x20,0x00,0x0f,0x1e,0xb5,0x01,0xa0,0x36,0x20, +0x0f,0xf3,0x4d,0x0b,0x03,0x0a,0x00,0x11,0x03,0xaa,0x36,0x10,0x03,0xef,0x03,0x81, +0xb9,0x21,0x5f,0xf0,0x00,0x0c,0xff,0xf0,0x01,0x55,0x51,0xd0,0x00,0x07,0xed,0x50, +0x40,0x69,0x18,0x40,0xe7,0x36,0x80,0x0c,0xf7,0x00,0x00,0x12,0x35,0x68,0xba,0x0a, +0x00,0x13,0x06,0x9f,0x4b,0xf4,0x05,0x0c,0xf7,0x01,0xdc,0xba,0xff,0x84,0x20,0x00, +0x02,0x2d,0xf8,0x20,0x11,0x11,0xff,0x41,0x11,0x10,0x1f,0xa6,0x10,0x53,0xf6,0x1f, +0xff,0xff,0xfb,0xb4,0x00,0x02,0x1f,0x40,0x11,0x30,0x46,0x00,0x13,0x04,0x2d,0x03, +0x32,0x0c,0xf7,0x34,0x0a,0x00,0x00,0xf1,0x5a,0xa0,0xfe,0x00,0xff,0x30,0x5f,0xe0, +0x5f,0xff,0xff,0xf6,0x58,0x2a,0x63,0xef,0xe0,0x3f,0xff,0xf9,0x04,0xe0,0x1b,0x32, +0x1c,0xf7,0x04,0x1e,0x00,0x01,0x3c,0x00,0x01,0x1e,0x00,0x09,0x46,0x00,0xa3,0x03, +0xdc,0x00,0xff,0x40,0x4b,0xa0,0x04,0x4e,0xf6,0x64,0x00,0x33,0x0c,0xff,0xf4,0x0a, +0x00,0x34,0x07,0xfd,0x70,0x78,0x00,0x07,0x90,0x01,0x00,0xed,0xb7,0x14,0xa9,0x0a, +0x00,0x02,0x87,0x3f,0x33,0x0f,0xf2,0x02,0xd2,0x07,0x32,0x1f,0xf3,0x02,0x57,0x15, +0x10,0x1f,0xb8,0x55,0xb1,0xf7,0x00,0x4f,0xc0,0x00,0x1d,0xef,0xfe,0xa0,0x04,0xfe, +0xfc,0x09,0xd3,0x0f,0xf2,0x0a,0xcc,0xfd,0xcd,0xff,0xdc,0xc2,0x00,0x0f,0xf2,0x0c, +0xe3,0x17,0xb0,0x0f,0xf6,0x52,0x33,0x3d,0xe8,0x33,0x33,0x30,0x03,0x7f,0x57,0x0d, +0x12,0xf3,0xd3,0x74,0x11,0xbe,0x85,0x18,0x33,0xe7,0x1f,0xef,0x0d,0x44,0x71,0xf7, +0x03,0x1f,0xf2,0x00,0x1d,0xfa,0x43,0x20,0x20,0x0f,0xf2,0x12,0x61,0x21,0xdf,0xc0, +0x0a,0x00,0x51,0xbf,0xff,0xeb,0xff,0x50,0x0a,0x00,0x21,0x03,0x9f,0x15,0xb9,0x50, +0x4f,0xf1,0x00,0x25,0xae,0xd7,0x24,0x11,0x0c,0xdd,0x02,0xd7,0xc5,0x6e,0xff,0xc0, +0x07,0xec,0x40,0x0b,0xeb,0x73,0x00,0x00,0x7e,0x7c,0x05,0x00,0x90,0x36,0x42,0x02, +0xb7,0x16,0x90,0x0a,0x00,0x42,0x09,0xfd,0x3f,0xf4,0x0a,0x00,0x30,0x0f,0xf7,0x0c, +0x1b,0x36,0x90,0x6f,0xf4,0x30,0x7f,0xf9,0x7b,0xfa,0x77,0x60,0x9d,0xa6,0x02,0xfe, +0x3b,0x10,0x6f,0x05,0x29,0xd1,0xfa,0xaf,0xfc,0xaa,0x80,0x00,0x3f,0xf1,0x3f,0xff, +0xe0,0x0e,0xf4,0xed,0x05,0x70,0xef,0xff,0xf5,0x5f,0xf8,0x55,0x20,0x0a,0x00,0x12, +0xbf,0x05,0x19,0xe1,0x4f,0xff,0xe7,0x5f,0xfc,0xcf,0xfd,0xcc,0x70,0x7f,0xff,0xff, +0xb0,0x5f,0x28,0x00,0xd2,0x5f,0xdf,0xf1,0x00,0x5f,0xfd,0xdf,0xfe,0xdd,0x70,0x01, +0x3f,0xf1,0xe0,0x1d,0x20,0x80,0x00,0x0a,0x00,0x51,0xf3,0x3f,0xf7,0x33,0x10,0x0a, +0x00,0x03,0x50,0x00,0x03,0x28,0x00,0x32,0xd3,0x04,0x7f,0x0e,0x2b,0x00,0x2b,0x4c, +0x40,0xe0,0x00,0x5f,0xf4,0x06,0x04,0x30,0x0a,0xfc,0x30,0x8d,0x25,0x09,0x16,0xbb, +0x00,0xde,0x03,0x51,0x2a,0xa0,0x00,0x0a,0xc7,0x0a,0x00,0x00,0x23,0x48,0x00,0x7a, +0x03,0x00,0x59,0x54,0x00,0xbd,0x09,0xe2,0x02,0x3f,0xf3,0x28,0x88,0xfb,0x88,0xff, +0xc8,0x84,0x1f,0xff,0xff,0xbf,0x4a,0x01,0x41,0x1f,0xff,0xff,0xa9,0xd0,0x4b,0xd0, +0x94,0x00,0x1f,0xf1,0x05,0x77,0x77,0x60,0x00,0x2b,0xa0,0x00,0x0f,0xd3,0xbd,0x30, +0xc2,0xfb,0x2f,0xc1,0x51,0x30,0x4c,0xf6,0x6f,0x0a,0x00,0x60,0x03,0x8f,0xff,0xac, +0xf4,0x4f,0x0a,0x00,0x42,0x3f,0xff,0xfe,0x8c,0x1e,0x00,0x60,0x0f,0xdf,0xf1,0x0c, +0xf5,0x5f,0x0a,0x00,0x42,0x01,0x0f,0xf1,0x0c,0x1e,0x00,0x08,0x3c,0x00,0x62,0xf1, +0x0c,0xf6,0x6f,0xc1,0xb8,0x0a,0x00,0x91,0xf1,0x1f,0xc0,0x00,0x2f,0xe0,0x02,0x3f, +0xf0,0x0a,0x00,0x70,0x3f,0xe0,0x0d,0xff,0xe0,0x0c,0xf6,0x03,0xb8,0xb8,0xc0,0x09, +0xfc,0x40,0x0c,0xf2,0xec,0x30,0x0d,0xfc,0x30,0x5e,0x15,0x53,0xe0,0x00,0x00,0xcc, +0x60,0x0a,0x00,0x42,0x04,0xff,0x72,0x20,0x0a,0x00,0x11,0x0c,0xe5,0x91,0x00,0x0a, +0x00,0x41,0x8f,0xfb,0xbd,0xfc,0x78,0x05,0x51,0x76,0xff,0x70,0x1e,0xf4,0x0a,0x00, +0x13,0x9f,0x45,0x61,0x40,0x3f,0xe0,0x07,0xff,0x43,0x31,0x10,0x20,0x28,0x00,0xf0, +0x24,0xcf,0x17,0x94,0xa0,0xcf,0x20,0x00,0x2f,0xe4,0x20,0xcf,0x1e,0xa2,0xf6,0xcf, +0x20,0x02,0x7f,0xff,0x60,0xcf,0x9f,0x30,0xad,0xcf,0x20,0x4f,0xff,0xfe,0x50,0xcf, +0xc9,0x56,0x6d,0xdf,0x20,0x1f,0xef,0xe0,0x00,0xcf,0x10,0xef,0x30,0xcf,0x20,0x02, +0x2f,0xe0,0x4d,0xff,0x8e,0x2d,0x63,0xd4,0x00,0x2f,0xe0,0x4f,0xff,0x2b,0xb0,0x10, +0xe0,0x23,0x1d,0x13,0xe1,0x96,0x00,0x20,0xaf,0xfc,0xf8,0x38,0xf0,0x08,0x7f,0xd0, +0x00,0x4c,0xff,0x71,0xef,0xd5,0x00,0x0c,0xff,0xb0,0x8e,0xff,0xf6,0x00,0x2d,0xff, +0xf4,0x07,0xeb,0x20,0x4f,0x02,0x14,0x27,0x6c,0xc0,0x95,0x6b,0x02,0x71,0xbc,0x03, +0x0a,0x00,0x02,0x0a,0x53,0x01,0x0a,0x00,0xe0,0xfb,0xaa,0xcf,0xf0,0x00,0x01,0x4f, +0xf1,0x00,0x0e,0xf3,0x11,0x7f,0xf0,0xbe,0x00,0x01,0x10,0x22,0x02,0x0a,0x00,0x12, +0x05,0x55,0x38,0x10,0x3f,0x1c,0x0c,0x10,0x7b,0x48,0x03,0xf0,0x16,0x3f,0xf0,0x0a, +0xfa,0xcf,0x7c,0xfa,0xaf,0xe0,0x00,0x3f,0xf3,0x4a,0xf0,0x5f,0x7c,0xf1,0x0f,0xe0, +0x00,0x4f,0xff,0xba,0xfa,0xcf,0x7c,0xfb,0xaf,0xe0,0x2d,0xff,0xff,0xa9,0xff,0xff, +0x7c,0xff,0x40,0xb1,0x01,0x84,0x03,0x00,0x49,0x0e,0x31,0x4f,0xf0,0x0d,0x7a,0x4e, +0x42,0xe3,0x00,0x3f,0xf0,0x89,0x16,0x01,0xb4,0x04,0x11,0x02,0x8b,0xa1,0x00,0x0a, +0x00,0x11,0x6f,0x83,0x78,0xf2,0x0f,0x03,0x8f,0xf1,0x7e,0xff,0xc4,0xff,0x3e,0xff, +0xb3,0x08,0xff,0xe0,0xdf,0xfa,0x03,0xff,0x02,0xcf,0xe1,0x05,0xfd,0x40,0x3b,0x30, +0x03,0xff,0x00,0x06,0x40,0x18,0x1d,0x22,0xa7,0x00,0xd9,0x46,0x31,0xf2,0x0a,0xfe, +0x0a,0x00,0x61,0xdd,0xef,0xf2,0x0e,0xfa,0x00,0x69,0x00,0xd0,0x2f,0xf2,0x3f,0xfa, +0x66,0x66,0x62,0x03,0xff,0xbb,0xbf,0xf2,0x9f,0x9c,0x04,0x10,0x03,0x69,0x00,0x30, +0xff,0xea,0xad,0xd4,0x72,0x71,0x11,0x3f,0xfb,0xff,0xe0,0x0c,0xfb,0x28,0x00,0x00, +0x86,0x35,0x10,0xf8,0x3c,0x00,0x10,0xdf,0x2f,0xae,0x11,0xf4,0x50,0x00,0x52,0xfb, +0xac,0xfb,0x6f,0xf1,0x46,0x00,0x40,0x07,0xff,0xcf,0xc0,0x0a,0x00,0x10,0x3f,0x3a, +0x04,0x11,0x60,0x6e,0x00,0x00,0xcc,0x03,0x02,0x87,0x36,0x11,0xd2,0x9e,0x61,0x50, +0x00,0x4d,0x92,0x9d,0x10,0xff,0x09,0x00,0xa1,0x2c,0x32,0xdf,0xb0,0x6f,0x01,0x38, +0x30,0x30,0x2f,0xfd,0xc7,0x34,0xf0,0x0d,0xd3,0x4f,0xf9,0x00,0x09,0xbe,0xfe,0x40, +0x03,0xef,0xe1,0x05,0xb0,0x00,0x00,0x06,0x91,0x00,0x00,0x1a,0x40,0x00,0x63,0x4f, +0xe0,0x75,0x00,0xbb,0x5b,0x6a,0x51,0xfc,0x4f,0xe2,0xff,0x30,0xba,0x04,0x41,0xef, +0x6f,0xe9,0xf7,0x22,0x01,0xa1,0x06,0xca,0x9f,0xf7,0xc6,0x47,0xfe,0x33,0x33,0x30, +0x53,0x04,0x10,0xaa,0xdc,0x0a,0x61,0x07,0x7b,0xff,0xff,0x97,0x5e,0xe6,0x0a,0x10, +0x6f,0x6e,0x18,0xf1,0x1e,0xf9,0x06,0xfb,0x00,0x2c,0xff,0xaf,0xe5,0xfa,0xbf,0xfe, +0x09,0xf8,0x00,0x1e,0xe4,0x4f,0xe0,0x36,0xff,0xff,0x2c,0xf5,0x00,0x02,0x00,0xcb, +0x20,0x03,0xea,0xbf,0x8f,0xf2,0x00,0x0a,0xde,0xff,0xed,0xeb,0x31,0x5f,0xff,0xd0, +0x00,0x0b,0xc6,0x0d,0x30,0x0f,0xff,0x70,0x27,0x0d,0x20,0x1c,0xf6,0x3a,0x7c,0x00, +0x81,0xad,0x70,0x9f,0xd0,0x00,0x1e,0xff,0x60,0x00,0xb1,0x3e,0x10,0x30,0x85,0x46, +0x01,0xc2,0x67,0xf1,0x0b,0xb1,0x3d,0xff,0x5d,0xfe,0x40,0x18,0xdf,0xfd,0x7e,0xa9, +0xff,0xf4,0x03,0xff,0xf4,0x0d,0xfd,0x60,0x01,0x07,0xfd,0x30,0x00,0x3e,0xa0,0xcf, +0x73,0x11,0x60,0xce,0x03,0x00,0x2d,0x05,0x33,0x00,0xab,0x40,0xc0,0x33,0x10,0x41, +0xbe,0x00,0xf1,0x00,0x09,0xaa,0xcf,0xea,0xaa,0x28,0xff,0xee,0xee,0xe0,0x03,0x66, +0x9f,0xe6,0x66,0xab,0x30,0x01,0x36,0x15,0xe2,0xdf,0xfa,0x3c,0xfa,0x30,0x07,0xf8, +0x7f,0xd3,0xff,0xbe,0xef,0x7f,0xf3,0xd4,0x8f,0x10,0x02,0x78,0x24,0x70,0x01,0x2b, +0xff,0xee,0xb3,0x00,0x4f,0x29,0x85,0xf5,0x10,0xdf,0xef,0xd9,0xfb,0x5b,0xff,0xdf, +0xfe,0x81,0x1e,0xfa,0x4f,0xc0,0x52,0xaf,0xf7,0x05,0xef,0xd0,0x02,0x95,0x57,0x64, +0x44,0x6c,0x64,0x44,0x5b,0x30,0x00,0xef,0xfa,0x0a,0x05,0x0a,0x00,0x00,0x7f,0x1a, +0x50,0x4f,0xfc,0xcc,0xcc,0x41,0xa5,0x0b,0x01,0x75,0x6a,0x12,0x40,0x0a,0x00,0x13, +0xf2,0x02,0x0d,0x12,0x20,0xef,0x42,0x0f,0xff,0x5f,0x01,0x01,0x64,0x25,0x15,0xc1, +0xce,0x23,0x06,0xc7,0x5e,0x14,0xfe,0x13,0x4e,0x6f,0x5d,0xfa,0x65,0x55,0x55,0x50, +0x58,0x3b,0x01,0x02,0x03,0x52,0x23,0x0d,0xfd,0xdb,0x45,0x02,0xee,0x51,0x01,0x54, +0x51,0x02,0x13,0x16,0x10,0x03,0x33,0x23,0x13,0x70,0x87,0x4d,0x15,0x2f,0x18,0x86, +0x25,0xdf,0xf2,0xf1,0x6e,0x03,0x98,0x35,0x05,0xfa,0x7a,0x22,0x02,0xbf,0x91,0x91, +0x00,0x76,0x37,0x20,0xd4,0x2c,0x4f,0x25,0x10,0x29,0x0f,0x55,0x00,0x9a,0x12,0x40, +0xc3,0x0d,0xff,0xe9,0x6e,0x4d,0x43,0x8e,0xff,0xc0,0x03,0x5b,0x9b,0x19,0x4a,0x94, +0x0b,0x11,0x9e,0x4d,0x29,0x12,0x84,0x1a,0x98,0x42,0x02,0x69,0xdf,0xff,0xf5,0x62, +0x62,0x2f,0xff,0xff,0xb6,0x10,0x0c,0x1e,0x31,0x10,0x30,0xe7,0x71,0x42,0x50,0x0f, +0xd2,0x0f,0x1e,0x14,0x31,0xa0,0x5f,0xd0,0x0a,0x00,0xa1,0x06,0x8f,0xc6,0xcf,0xb6, +0x3f,0xf6,0x33,0x33,0x31,0x18,0x01,0x01,0x09,0xaf,0x62,0x08,0x88,0xaf,0xe8,0x88, +0x4f,0xe3,0x13,0x21,0x5f,0xd0,0xae,0x38,0x02,0xa0,0x0b,0x00,0x3a,0x37,0x02,0xea, +0x01,0x20,0x3f,0xf1,0xcf,0x44,0x60,0x31,0x4f,0xd0,0x60,0x1f,0xf0,0x0a,0x00,0x50, +0xef,0x5f,0xd9,0xf6,0x4f,0x5f,0x45,0xf0,0x02,0x06,0xfa,0x4f,0xd3,0xfd,0x7f,0xc0, +0x0e,0xf6,0x00,0x1e,0xf3,0x4f,0xd0,0xbf,0xdf,0x80,0x86,0x45,0x90,0xa0,0x4f,0xd0, +0x44,0xff,0x40,0x0e,0xf6,0x00,0x89,0x04,0x21,0x05,0xfe,0x7c,0x97,0x52,0x08,0xfd, +0x30,0x00,0x67,0x86,0x97,0x07,0x04,0x88,0x02,0x0f,0x47,0x09,0x3a,0x79,0x01,0xfd, +0x30,0x16,0x00,0x2e,0x26,0x04,0xa8,0x1a,0x00,0x4e,0x67,0x23,0xff,0xd5,0x69,0x4b, +0x00,0x71,0x98,0x0b,0xfc,0x7b,0x03,0xef,0x5b,0x04,0xc5,0x23,0x11,0xf0,0x8d,0x8f, +0x53,0x44,0x44,0x4a,0xff,0x00,0x54,0xab,0x23,0x8f,0xe0,0x6a,0x68,0x23,0x0a,0xfd, +0x7c,0x42,0x11,0x00,0x9e,0x0f,0x01,0xad,0x59,0x13,0xf9,0xaa,0xc3,0x00,0xdb,0xa2, +0x10,0x3d,0xcb,0x48,0x50,0x34,0xbf,0xf2,0x00,0x0e,0x36,0x1d,0x01,0xee,0x2d,0x20, +0x2f,0x80,0x99,0x0c,0x27,0xea,0x10,0xb2,0x11,0x00,0x67,0x00,0x01,0x0a,0x3a,0x11, +0xa0,0x0a,0x00,0x01,0xc6,0x0f,0x10,0x04,0x64,0x46,0x51,0x33,0x37,0xfd,0x33,0x20, +0x0a,0x00,0x33,0x5e,0x95,0xfc,0x28,0x00,0x30,0x9f,0x76,0xfb,0x0a,0x00,0x70,0xbb, +0xcf,0xe0,0xcf,0x38,0xf9,0x00,0x47,0x30,0x80,0x3f,0xe3,0xff,0x5b,0xfb,0x55,0x50, +0x04,0xb3,0x9d,0x01,0xb0,0x00,0x01,0x28,0x00,0x71,0xa9,0x9f,0xf9,0x88,0x80,0x04, +0xff,0xb2,0x42,0x11,0xf0,0x28,0x00,0x11,0x04,0x99,0x6a,0x00,0x0a,0x00,0x10,0xdf, +0xa1,0x30,0x01,0x0a,0x00,0x32,0x8f,0xc0,0x07,0x0a,0x00,0x71,0x39,0xff,0xf2,0x0e, +0xfb,0xef,0x01,0xe4,0x8c,0xf0,0x04,0xf9,0x8f,0xf3,0xef,0x03,0xf3,0x0c,0xff,0xfc, +0x45,0xc8,0xff,0xa0,0xef,0x16,0xf3,0x08,0xfc,0x40,0x86,0x14,0x30,0xef,0xff,0xf0, +0x78,0x7c,0x43,0x0a,0xf2,0x00,0x5d,0x3c,0xa0,0x17,0x30,0x1c,0x3c,0x04,0x07,0x00, +0x10,0xb6,0x8c,0x68,0x22,0xff,0xef,0xaf,0xaa,0x0b,0x07,0x00,0x02,0x2c,0x3a,0x0b, +0x31,0x00,0x00,0xe4,0x3c,0x1f,0x4b,0x31,0x00,0x04,0x11,0xa3,0x40,0x37,0x0b,0x31, +0x00,0x03,0x15,0x00,0x10,0x80,0xb5,0x16,0x00,0xfb,0x36,0x11,0xf4,0xe4,0xa7,0x06, +0x09,0x00,0xf2,0x01,0xd2,0x2e,0xf4,0x0d,0xf9,0x33,0x38,0xfe,0x5f,0xd0,0x0e,0xf4, +0x0d,0xf8,0x00,0x06,0x09,0x00,0x4a,0xfc,0x77,0x7b,0xfe,0x2d,0x00,0x32,0xfd,0xaa, +0xad,0x2d,0x00,0x14,0xf7,0x24,0x00,0x04,0x09,0x00,0x41,0x0e,0xfe,0xcc,0xce,0x24, +0x00,0x14,0x0f,0x2d,0x00,0x90,0x3f,0xf5,0x44,0x49,0xfe,0x5f,0xe3,0x33,0x30,0xba, +0x11,0x31,0xfe,0x5e,0xc0,0x14,0x3c,0x01,0x3d,0x1f,0x03,0x07,0x94,0x01,0xe1,0x32, +0x32,0x24,0x3a,0xfe,0xf7,0x49,0x10,0x4f,0xf5,0x15,0x00,0xc6,0x0f,0x28,0x0e,0xfe, +0x15,0x7b,0x03,0xff,0x1d,0x10,0xbc,0x70,0x12,0x21,0x0f,0xf5,0x3b,0x01,0x11,0x4d, +0xf4,0x0a,0x24,0xef,0x74,0x09,0x00,0xc2,0x40,0xef,0x41,0x11,0x2f,0xf6,0x11,0x10, +0xef,0x40,0xef,0x40,0x24,0x00,0x12,0x51,0x6a,0x09,0x00,0x4c,0x30,0x05,0x09,0x00, +0xf1,0x04,0x51,0x11,0x11,0x18,0xfd,0x11,0xef,0x40,0xef,0x52,0x22,0x22,0x29,0xfd, +0x22,0xef,0x40,0xef,0xaf,0x2c,0x12,0x40,0xef,0x40,0xef,0xae,0xb4,0x36,0x90,0xeb, +0xef,0x62,0xef,0x40,0x67,0x00,0x07,0xfd,0x63,0x00,0x32,0x47,0xff,0x40,0x09,0x00, +0x30,0x40,0xcf,0xe1,0x09,0x00,0x10,0x40,0x5b,0x1d,0x40,0x07,0xfd,0x00,0x9a,0x9a, +0x99,0x34,0x33,0x39,0xfc,0xa6,0x3a,0x14,0xfa,0xfa,0x14,0x08,0xb3,0x00,0x06,0x1c, +0x3a,0x23,0xdf,0xa7,0x69,0x12,0x02,0x4c,0x17,0x01,0x13,0x00,0x68,0x94,0x44,0x44, +0x44,0x4c,0xfb,0x26,0x00,0x90,0x78,0x88,0x8b,0xfe,0x88,0x88,0x86,0x00,0x09,0xb8, +0xc1,0x10,0xfa,0xe3,0x55,0x04,0x76,0x03,0x15,0xfb,0xa9,0x28,0x13,0x30,0x7b,0x2f, +0x01,0x5e,0x72,0x10,0xaa,0x00,0x22,0x11,0x60,0xf9,0x57,0x02,0x1e,0x5b,0x02,0xb5, +0x4c,0x00,0x13,0x00,0x70,0x38,0x98,0x8a,0xff,0xa8,0x98,0x83,0x50,0x7b,0x50,0xa2, +0x3f,0xf2,0x3e,0xc5,0xbb,0x2b,0xf0,0x05,0xf7,0x03,0xff,0x26,0xdf,0xfe,0x60,0x1d, +0xff,0xb2,0x7c,0xef,0xf1,0x00,0x5d,0xff,0x70,0x19,0x30,0x03,0x3f,0x3e,0x2f,0x06, +0x70,0x67,0x3b,0x01,0x10,0x01,0x74,0x27,0x11,0xf5,0x0e,0x18,0x12,0x2d,0x0c,0x31, +0x15,0xd5,0x8e,0x66,0x11,0xf5,0x55,0x5c,0x21,0x4f,0xf4,0x66,0x01,0x21,0x2f,0xfc, +0xd6,0x41,0x1f,0xf5,0x1e,0x00,0x04,0x10,0xf4,0x3c,0x41,0x19,0x3f,0x1e,0x00,0x80, +0x2b,0xdd,0xbb,0xef,0xfb,0xbb,0xbb,0xb4,0x8b,0x46,0x33,0x21,0xff,0xa0,0x71,0x52, +0x14,0xec,0x40,0x0c,0x14,0x3f,0x4b,0x87,0x20,0x48,0xdf,0x5f,0x63,0x82,0x65,0x55, +0x51,0x1e,0xff,0xff,0xd7,0xbf,0xa6,0x0c,0x99,0xfe,0x94,0x00,0x01,0x47,0xab,0xde, +0xff,0x90,0xe2,0x11,0x02,0xdc,0x34,0x03,0x50,0x03,0x10,0xfa,0x0e,0x65,0x51,0x58, +0xff,0x65,0x5c,0xfa,0x5a,0x13,0x65,0xff,0xa9,0x9e,0xfe,0x99,0xff,0xfb,0x23,0x01, +0x02,0x65,0x23,0x3c,0xfb,0xf4,0x13,0x00,0xbe,0x93,0x11,0x44,0x57,0x4e,0x35,0x43, +0x10,0x09,0xb9,0x8a,0x02,0x12,0x00,0x34,0x44,0x20,0xff,0xf6,0x04,0x13,0xcc,0x01, +0x00,0x31,0xcb,0x00,0x48,0xba,0x56,0x14,0x87,0xaf,0x33,0x00,0x55,0x79,0x10,0xe6, +0x8d,0x4c,0x00,0x09,0x00,0x00,0x3e,0x1e,0x10,0xdf,0x09,0x00,0x10,0xe7,0xef,0x01, +0x18,0xfc,0x24,0x00,0x01,0x16,0x9a,0x15,0xfc,0x56,0x31,0x01,0x00,0x05,0x01,0xf8, +0x6b,0x10,0xa0,0x36,0x02,0x00,0x76,0x20,0x11,0xef,0x14,0x00,0x00,0x6f,0x0b,0x0a, +0x0a,0x00,0x14,0x09,0x87,0x31,0x06,0xad,0x2a,0x15,0x1f,0x3f,0x20,0x41,0x08,0xbf, +0xe8,0x8c,0x48,0x00,0xb0,0x80,0x00,0x5f,0xfa,0xad,0xfb,0x7b,0xbb,0xbb,0xbb,0x40, +0x22,0x02,0x21,0xfb,0x9f,0x08,0x24,0x60,0x5f,0xd0,0x09,0xfb,0x1d,0xf4,0x38,0x5c, +0x00,0x14,0x00,0x30,0x07,0xfd,0x0d,0x11,0xb0,0xf2,0x02,0xe9,0x9d,0xfb,0x00,0xdf, +0xdf,0xe1,0x00,0x01,0x7f,0xe7,0x8d,0xff,0x90,0x4f,0xff,0x70,0x67,0x06,0xd1,0xb7, +0xef,0xff,0xfc,0x50,0x0f,0xec,0xa8,0x7b,0xfb,0x9f,0xfc,0x5c,0xd3,0x0a,0x70,0x08, +0xfb,0x1b,0x40,0x00,0x4b,0x40,0x0a,0x00,0x15,0x73,0xd6,0x90,0x1a,0x80,0x50,0x2c, +0x05,0xc2,0x36,0x11,0x0c,0x54,0x0a,0x02,0x0e,0x26,0x15,0xcf,0x4e,0x71,0x01,0x13, +0x00,0x14,0xa0,0xfc,0x01,0x01,0xeb,0xab,0x60,0xf4,0x22,0x22,0x22,0xbf,0xa0,0xe5, +0x10,0x72,0x42,0x22,0x22,0x2b,0xfa,0x00,0x2e,0x49,0x58,0x00,0x86,0x52,0x10,0x53, +0x9c,0x0b,0x00,0xba,0x8c,0x02,0x49,0x08,0x24,0xaf,0xa0,0x37,0x51,0x11,0xfa,0x16, +0x02,0x00,0x65,0x13,0x13,0xa0,0x90,0x51,0x22,0x0a,0xfa,0xab,0x33,0x33,0x02,0x33, +0xcf,0x13,0x00,0x02,0xba,0x91,0x10,0x3f,0xec,0x4b,0x19,0xe9,0x31,0x96,0x23,0x90, +0x0e,0x7e,0xa7,0x50,0xf9,0x00,0xef,0x40,0xaf,0xab,0x00,0x51,0xef,0xec,0xcf,0xfd, +0x8a,0x69,0x31,0x01,0x68,0x8b,0xf0,0x09,0xb2,0x27,0xfe,0x04,0xaf,0xb4,0x4e,0xf7, +0x2a,0xfa,0x00,0x5f,0xe0,0x08,0xfa,0x11,0xef,0x40,0xaf,0xc5,0x59,0xfe,0x00,0x8f, +0x45,0x11,0x00,0x74,0x02,0xf1,0x00,0x08,0xfe,0xbb,0xff,0x40,0xaf,0xec,0xcd,0xfe, +0x00,0x8f,0xa0,0x0e,0xf4,0x0a,0x26,0x00,0x00,0xf3,0x08,0xf0,0x04,0xbf,0xa0,0x05, +0xfe,0x00,0x8f,0xec,0xcf,0xf4,0x0b,0xfe,0xcc,0xdf,0xe0,0x18,0xfa,0x11,0xef,0x50, +0xa1,0x1f,0x01,0xa1,0x03,0x51,0x7d,0xf7,0x11,0x7f,0xe5,0x13,0x37,0x01,0xa6,0x4a, +0x50,0x1a,0x50,0x2b,0x40,0x2f,0xbc,0x0d,0xf0,0x04,0x09,0xfe,0x19,0xfe,0x16,0xfe, +0x00,0x05,0xfe,0x05,0xff,0x60,0x0d,0xfb,0xbf,0x90,0x33,0x8f,0xe3,0x7c,0xc1,0x00, +0xe9,0xb5,0x9b,0xfb,0x05,0xd1,0x00,0x00,0x20,0x3b,0x00,0x6f,0x7f,0x63,0x0d,0xad, +0x44,0x06,0x0a,0x00,0x15,0x5f,0xa7,0x79,0x15,0x5f,0x9f,0x53,0x8c,0x26,0x66,0x66, +0x9f,0xf8,0x66,0x66,0x63,0x32,0x00,0x03,0x10,0xc3,0x04,0x3a,0x02,0x06,0x0a,0x00, +0x93,0x04,0x55,0x55,0x5c,0xff,0xff,0xc5,0x55,0x55,0xa5,0xaf,0x13,0xf5,0xc8,0x27, +0x23,0xef,0xfd,0x17,0x8b,0x52,0xfc,0x5f,0xf4,0xbf,0xf7,0x48,0x2f,0x50,0x4f,0xf3, +0x0c,0xff,0xb1,0x39,0x6e,0x80,0x10,0x4f,0xf3,0x01,0xcf,0xff,0x80,0x2e,0xc6,0x0e, +0x00,0x29,0xb2,0x32,0xe2,0x03,0xd3,0x6e,0x00,0x2a,0x5e,0x30,0x78,0x00,0x2f,0x3f, +0xf5,0x0a,0x00,0x05,0x16,0x09,0x4a,0x28,0x05,0x0a,0x00,0x10,0x04,0x35,0x15,0x22, +0xfa,0x66,0x89,0x30,0x0e,0x3c,0x00,0x1c,0xaf,0x8f,0x15,0x10,0xff,0x37,0x44,0x63, +0x6c,0xff,0xff,0xe6,0x66,0x66,0x10,0x01,0x13,0xf9,0xd2,0x08,0x42,0xcf,0xfb,0xff, +0x90,0xa0,0x69,0x50,0x3f,0xf5,0x7f,0xfb,0x10,0xb8,0x2e,0x60,0xc0,0x3f,0xf5,0x09, +0xff,0xe5,0x06,0x7b,0x80,0x10,0x3f,0xf5,0x00,0x9f,0xff,0xc2,0x0d,0x00,0x9d,0x00, +0xac,0xb2,0x32,0xd1,0x02,0xe6,0x64,0x00,0x2a,0x3c,0x20,0x78,0x00,0x1f,0x2f,0x0a, +0x00,0x0a,0x02,0x05,0x80,0x06,0x12,0x29,0x06,0x0a,0x00,0x81,0x03,0x55,0x55,0xef, +0xdf,0xfd,0xff,0x65,0x8f,0x54,0x52,0xff,0x5f,0xf7,0xff,0x70,0x70,0xa4,0x42,0x2f, +0xf5,0x9f,0xe0,0x28,0x1e,0x42,0x2f,0xf5,0x2f,0xf9,0xdf,0x77,0x20,0x2f,0xf5,0xde, +0x71,0x00,0x09,0x6d,0x31,0x2f,0xf5,0x01,0x20,0xb3,0x10,0xf8,0x5a,0x00,0x43,0x6f, +0xfe,0x30,0x1c,0x68,0x1d,0x51,0xff,0xf3,0x0a,0xfb,0x5f,0xdf,0x01,0xbf,0x9f,0x90, +0x00,0x80,0x15,0x55,0x7f,0xf9,0x55,0x52,0x06,0xa0,0x00,0x0f,0x25,0x1a,0x73,0x3e, +0x38,0x45,0xf6,0x11,0x11,0x20,0x74,0x01,0x20,0xfc,0x10,0xac,0xaf,0x00,0xb6,0x35, +0x11,0xfd,0xa0,0x7b,0x00,0x1d,0x0d,0x11,0xf2,0xae,0x78,0x31,0xdf,0xf8,0x6f,0xa7, +0x11,0x34,0x7b,0x20,0x0b,0x04,0x76,0xf1,0x10,0x03,0x8e,0xff,0xff,0xfa,0x61,0x00, +0x00,0x15,0x8b,0xef,0xff,0xfa,0x9e,0xff,0xff,0xeb,0x91,0x1e,0xff,0xff,0xa5,0x14, +0x41,0x49,0xdf,0xff,0xa0,0x05,0x85,0x20,0x2f,0x37,0x45,0x36,0x10,0x00,0x1f,0xdd, +0x05,0x06,0x0a,0x00,0x62,0x00,0x16,0x20,0x4f,0xf3,0x02,0x98,0x7f,0x51,0xe1,0x3f, +0xf2,0x2e,0xf5,0xb9,0x68,0x41,0x40,0x3f,0xf2,0x0a,0xc9,0x0d,0x41,0xf5,0x01,0x5f, +0xf2,0xe1,0xb5,0x51,0xbe,0x30,0x3f,0xff,0xf0,0xf7,0x12,0x57,0x01,0x00,0x0d,0xfd, +0x50,0xf5,0x7e,0x02,0xcb,0x72,0x14,0x00,0xce,0x61,0x00,0x7d,0xc3,0x13,0xfb,0x0a, +0x00,0x60,0x4c,0xcf,0xff,0xcc,0xc1,0x00,0x0b,0xb3,0x11,0x5f,0xc9,0x60,0x00,0xb9, +0x06,0x30,0x33,0x5f,0xf7,0x37,0x0f,0x01,0x07,0x4d,0xe0,0xf0,0x0f,0xf1,0x71,0x03, +0x3b,0xff,0x33,0x02,0xff,0x90,0x0f,0xf2,0xdb,0xcd,0x7e,0xf1,0x08,0x4e,0xfd,0x10, +0x0f,0xfd,0xf9,0x00,0x3f,0xff,0xd1,0xcf,0xd1,0x00,0x07,0xef,0xd2,0x00,0x9f,0xff, +0xfc,0x26,0x00,0x7d,0x61,0xae,0x31,0xfe,0xcf,0x50,0xe3,0x4b,0xe3,0x06,0xfe,0xfe, +0x3c,0x44,0x44,0xbf,0xe4,0x44,0x42,0x0e,0xf7,0xfe,0x02,0x1d,0x85,0x31,0xc4,0xfe, +0x01,0xeb,0x2a,0x43,0xe8,0x0d,0x34,0xfe,0x0b,0x4c,0x34,0x02,0x04,0xfe,0x15,0x4c, +0x0f,0x0a,0x00,0x0b,0x06,0xc5,0x30,0x00,0x8b,0x3a,0x23,0xee,0x50,0x0a,0x00,0x30, +0x06,0xff,0x42,0x92,0x85,0x00,0xd8,0x64,0x01,0xb1,0x07,0x50,0x13,0x3f,0xf7,0x30, +0xaf,0x20,0x87,0xb0,0x40,0x5f,0xff,0xff,0xfa,0xff,0xf6,0x00,0x2e,0xfb,0x00,0x0a, +0x00,0x51,0xfd,0xff,0x52,0xef,0xe2,0x69,0x21,0x12,0x80,0x55,0xab,0x10,0xaf,0xb9, +0xa5,0x01,0x08,0x6d,0x10,0xef,0xf2,0xba,0x00,0x9c,0x01,0xe0,0x04,0xff,0xf8,0xff, +0xff,0xfc,0x40,0x7e,0xff,0xf6,0x0a,0xff,0xf5,0x4d,0x68,0xc0,0x72,0x5b,0xf1,0x2f, +0xde,0xf5,0x02,0xef,0xa8,0x22,0x32,0x7e,0xf5,0x00,0x0a,0x00,0xd0,0x5f,0x2e,0xf5, +0x00,0xef,0x61,0x11,0x18,0xfe,0x00,0x08,0x0e,0xf5,0x35,0x24,0x00,0xdf,0x28,0x00, +0x0a,0x00,0x33,0x84,0x44,0x49,0x0a,0x00,0x02,0xdd,0x0d,0x00,0x0a,0x00,0x32,0xdc, +0xcc,0xce,0x0a,0x00,0x59,0xde,0x50,0x00,0x06,0xdc,0xd6,0x68,0x20,0xf5,0x00,0x56, +0x68,0x03,0x0a,0x00,0x01,0x8a,0xae,0x01,0x0a,0x00,0x11,0x4f,0xf3,0x01,0x10,0x0c, +0x4f,0x03,0xe4,0x87,0xff,0x80,0x00,0x3b,0xbf,0xfd,0xb4,0xcf,0xf9,0x00,0x7f,0xfe, +0x60,0xa6,0x41,0xc1,0xff,0xe2,0x28,0x8f,0xfb,0x88,0xb9,0xee,0xff,0xee,0xa9,0x40, +0xdc,0x8c,0x22,0x01,0xff,0x1b,0xc1,0x13,0x91,0x2c,0x59,0x40,0xef,0xff,0xf5,0xff, +0xdd,0x3e,0x00,0x56,0x8e,0xf2,0x06,0xf4,0xff,0x01,0xff,0x00,0xef,0x30,0x0b,0xff, +0xf6,0x71,0xff,0x23,0xff,0x22,0xef,0x30,0x4f,0xcc,0xf5,0x01,0x28,0x00,0xc1,0x8f, +0x5c,0xf5,0x01,0xaa,0xad,0xff,0xfa,0xaa,0x20,0x1c,0x0c,0x15,0x66,0x12,0xf6,0x78, +0x00,0x51,0x01,0xcf,0xe9,0xff,0x50,0x0a,0x00,0x30,0x6e,0xff,0x30,0x8e,0x9d,0x60, +0x0c,0xf5,0x2f,0xff,0xd3,0x00,0x9f,0xa1,0x40,0x0c,0xf5,0x08,0xd7,0x6b,0x9a,0x18, +0x40,0x73,0x2e,0x16,0xe0,0x0a,0x00,0x13,0x0d,0x65,0x06,0x03,0x0a,0x00,0xd2,0xf9, +0x00,0x04,0x5f,0xe4,0x20,0x00,0x00,0x3b,0xfe,0x50,0x00,0x1f,0x58,0x48,0xa1,0xb3, +0x22,0x00,0x1a,0xbf,0xfa,0x7a,0xaa,0x5d,0xf6,0x91,0x13,0xf0,0x0c,0xf0,0x2f,0xff, +0x8d,0xf4,0x88,0xcf,0x50,0x00,0x8f,0xf8,0x2f,0x3e,0x8d,0xf3,0x80,0xaf,0x20,0x00, +0xdf,0xff,0x5f,0x3e,0x8d,0xf9,0xfb,0xee,0xd8,0x24,0xf0,0x22,0xef,0x3e,0x8d,0xf2, +0xbf,0xf9,0x00,0x08,0xff,0xea,0x8f,0xaf,0x8d,0xf2,0x1f,0xf5,0x00,0x0e,0xef,0xe1, +0x2f,0xff,0x8d,0xf2,0x4f,0xfb,0x00,0x7f,0x9f,0xe0,0x2f,0x3a,0x5d,0xf5,0xef,0xef, +0x30,0x2f,0x4f,0xe0,0x03,0x04,0x4e,0xfe,0xf9,0x4f,0x50,0x07,0x1f,0xbf,0x12,0x31, +0xf2,0x90,0x03,0x96,0x00,0x22,0x05,0x98,0x52,0x7a,0x14,0xe3,0xf5,0x0e,0x07,0x0a, +0x00,0x14,0xe0,0xd8,0x29,0x25,0x4f,0xc0,0xd9,0x05,0x60,0xc0,0x3e,0xee,0xeb,0xaf, +0xff,0x53,0xb7,0x43,0xc0,0x3f,0xff,0xfb,0x0a,0x00,0x61,0x4f,0x90,0xeb,0x02,0x1a, +0xf3,0xfb,0x12,0x52,0xd9,0xfb,0x3f,0x8a,0xf2,0x05,0x13,0x40,0xfb,0x6f,0x6b,0xf1, +0x2f,0x0a,0x60,0x3f,0x91,0xfb,0x8f,0x3d,0xf0,0xb5,0x21,0xd1,0x3f,0x90,0xeb,0xbf, +0x4f,0xe3,0x30,0x00,0xdf,0xfe,0x4f,0xfe,0xfd,0x64,0x00,0x00,0x1c,0x21,0x81,0xfb, +0xbc,0xdf,0xdb,0xb1,0x05,0xff,0xdf,0x42,0x8e,0x00,0xd2,0x32,0x50,0xcb,0x7f,0x94, +0xe2,0x00,0x78,0x38,0x50,0xff,0xc2,0x3f,0x94,0xf9,0x7a,0x8c,0x70,0x7f,0xcf,0xc0, +0x3f,0x95,0xff,0x1c,0x82,0x12,0x30,0x6f,0xc0,0x6f,0x35,0x00,0xf1,0x05,0xd0,0x20, +0x05,0x4f,0xc0,0xcf,0xfb,0x48,0xef,0x8e,0xd0,0xf2,0x00,0x4f,0xc0,0xce,0x50,0x07, +0xfe,0x0e,0x0a,0x00,0x71,0x22,0x00,0x4f,0xf3,0x0e,0xfe,0xf1,0xb4,0x00,0x58,0x4d, +0x50,0x07,0xef,0x80,0x24,0x0b,0x10,0xf4,0x2a,0xb6,0x20,0xcf,0x70,0x0a,0x00,0xb2, +0x02,0x9a,0xff,0x99,0xef,0xc9,0x60,0x00,0x0d,0xf4,0x03,0x13,0x0b,0x00,0x1e,0x00, +0xa1,0x24,0xff,0x32,0xcf,0x82,0x10,0x3e,0xef,0xfe,0xe4,0x70,0xa1,0x00,0x4e,0x02, +0xf3,0x06,0xf4,0x69,0xff,0x88,0xef,0xb8,0x30,0x15,0x6f,0xf8,0x57,0x9a,0xff,0xa9, +0xef,0xc9,0x90,0x00,0x6f,0xf7,0x0a,0x6f,0x0e,0x80,0xbf,0xff,0x20,0x23,0x33,0xff, +0x63,0x33,0xf1,0x2c,0x01,0x7a,0x2a,0x00,0xd1,0x43,0xf2,0x08,0xfd,0xf5,0xcf,0xb8, +0xff,0x98,0xff,0x20,0x0c,0xfe,0xf6,0xf4,0xcf,0xb9,0xff,0xa9,0xff,0x20,0x5f,0xad, +0xf4,0x40,0xcf,0x40,0xae,0x50,0x4d,0xf4,0x00,0xcf,0x60,0x03,0x12,0x43,0x1b,0x0d, +0xf4,0x0f,0xd7,0x13,0x90,0x0d,0xf4,0x0a,0xef,0xca,0xaa,0xab,0xff,0xb2,0x82,0x00, +0x10,0xcf,0x41,0xb4,0x13,0x20,0x0a,0x00,0x30,0xde,0xff,0x10,0x0a,0x00,0x51,0xad, +0x40,0x00,0xbf,0xd6,0xbe,0x00,0x05,0xc8,0x00,0x13,0x08,0x82,0x00,0x90,0x0d,0xf4, +0x07,0xee,0xef,0xfe,0xff,0xee,0xe0,0x1e,0x00,0xa2,0x11,0x4f,0xb4,0xf9,0x11,0x00, +0x29,0x9f,0xfb,0x92,0xf8,0x2e,0x00,0xbe,0x00,0xf0,0x01,0xff,0xaf,0xeb,0xfc,0xcf, +0x80,0x17,0x8f,0xfa,0x72,0xff,0x0f,0xa3,0xf5,0x7f,0x80,0xc8,0x4a,0x03,0x16,0x2f, +0x40,0xaf,0xff,0x20,0xbc,0x67,0x0a,0x10,0x60,0xbe,0x00,0x11,0x28,0x23,0x61,0x51, +0x05,0xff,0xfd,0xf6,0x5f,0xea,0x06,0x00,0xbe,0x00,0x11,0x13,0x81,0x23,0x42,0x5f, +0xad,0xf4,0x3a,0x4d,0x11,0x32,0x8f,0x3d,0xf4,0x87,0x2f,0xa1,0xe1,0x1b,0x0d,0xf4, +0x00,0x0a,0x30,0xdf,0x52,0xa1,0x96,0x00,0x50,0xbf,0xd0,0xdf,0x5c,0xfd,0xaa,0x00, +0xf0,0x09,0x0b,0xff,0x20,0xef,0x52,0xef,0xa0,0x00,0x0d,0xf4,0x1d,0xf4,0x7e,0xff, +0x30,0x4f,0xc1,0x00,0x0d,0xf4,0x01,0x30,0x2f,0xe9,0xd2,0x0e,0x81,0x1f,0xc0,0x00, +0x54,0x08,0xd4,0x05,0x60,0x0a,0x00,0x50,0xfb,0x09,0xf5,0x0d,0xd0,0x0a,0x00,0xf0, +0x01,0x06,0xf3,0x09,0xf6,0x4f,0x55,0x10,0x03,0x4f,0xd3,0x2e,0xa8,0xea,0xf8,0xde, +0x8f,0xcc,0x4e,0x60,0xcf,0xff,0xb7,0xfa,0xff,0xfe,0x28,0x0a,0x60,0x79,0xdf,0x26, +0xf8,0x58,0xf5,0xa9,0x6e,0xf0,0x1a,0x03,0xfa,0xc6,0xfa,0x2f,0x9d,0x80,0x00,0xcf, +0xf3,0x2e,0xf9,0xf9,0xfc,0xdf,0xdf,0xe0,0x01,0xff,0xfd,0x3f,0xfd,0xfb,0xfd,0xbe, +0xd9,0xe1,0x05,0xff,0xef,0x74,0xc9,0x20,0xff,0x0c,0xf8,0x00,0x0b,0xef,0xca,0x7d, +0xd4,0x03,0x40,0xfe,0xc0,0x3f,0xaf,0x26,0x02,0x01,0x4a,0x56,0xf0,0x26,0x5f,0xc0, +0x05,0xfd,0x10,0x6f,0xa2,0xfa,0x10,0x0c,0x1f,0xc0,0x08,0xff,0xc1,0x1f,0xeb,0xfa, +0x00,0x02,0x1f,0xc0,0x0d,0xfe,0xfd,0x1c,0xff,0xe1,0x30,0x00,0x1f,0xc0,0x6f,0xd1, +0xd9,0x1b,0xff,0x41,0xf4,0x00,0x1f,0xc3,0xef,0x60,0x17,0xff,0xff,0xdb,0xf5,0x00, +0x1f,0xcd,0xfb,0x6e,0x7f,0x00,0x0b,0x6c,0x7b,0xc1,0xa0,0x00,0x1b,0x40,0x03,0xbe, +0x8b,0x49,0x06,0x10,0x53,0x0f,0x0a,0x00,0x08,0x44,0x05,0x99,0x00,0x07,0x63,0xa3, +0x08,0x0a,0x00,0x00,0x23,0x20,0x03,0x0a,0x00,0x01,0x52,0x08,0x01,0x0a,0x00,0x01, +0x37,0x71,0x0b,0x28,0x00,0x0f,0x0a,0x00,0x19,0x33,0x06,0x6c,0xff,0xcb,0x70,0x15, +0x2f,0xfb,0x12,0x16,0x2f,0xe2,0x2e,0x13,0x66,0x01,0x00,0x17,0x30,0x09,0x5d,0x22, +0xee,0xee,0x44,0x0b,0x19,0x70,0x93,0x72,0x04,0x0a,0x00,0x24,0x02,0x33,0x0a,0x00, +0x28,0x09,0xfd,0x0a,0x00,0x02,0x00,0x0a,0x03,0x0a,0x00,0x12,0xf8,0x0a,0x00,0x4c, +0xfe,0x55,0x55,0x53,0x28,0x00,0x0f,0x0a,0x00,0x06,0x60,0x05,0x5c,0xfe,0x55,0x5c, +0xfe,0xd2,0x11,0x0f,0xaf,0x13,0x04,0x00,0x70,0x33,0x11,0x08,0x54,0x21,0x00,0x12, +0x52,0x23,0x6f,0xf8,0x0a,0x00,0xe0,0xff,0x05,0xf9,0x00,0x02,0x3f,0xf5,0x22,0x20, +0x05,0xff,0x36,0xab,0x50,0x1f,0x1b,0x20,0x07,0x9d,0xa9,0x0c,0x00,0x39,0x0b,0x00, +0xfe,0x74,0x20,0xa7,0x30,0x3f,0x1f,0x31,0x59,0x98,0xff,0xb3,0x60,0xc1,0x41,0xef, +0x20,0x01,0xff,0x54,0x7a,0xd0,0x07,0xfd,0x01,0xff,0x96,0x2c,0x50,0xf2,0x1e,0xf7, +0x15,0xfd,0x84,0xa1,0xf1,0x08,0xb8,0x50,0x6f,0xf8,0xfc,0xf9,0x5f,0xeb,0xdf,0xb0, +0x1b,0x50,0x0c,0x7b,0xff,0xf3,0x01,0x00,0x7f,0xe0,0xdf,0xe1,0x01,0xb4,0x54,0x50, +0x4f,0xfc,0xff,0x30,0x00,0x2b,0x33,0x00,0x93,0x5c,0x00,0x5e,0x01,0x01,0x2c,0xa3, +0x20,0x51,0x10,0xeb,0xa5,0x00,0xd4,0xcc,0x50,0x13,0xd2,0x08,0xff,0xb0,0xac,0x8d, +0x50,0xff,0xc9,0xf6,0x1d,0xfb,0xf7,0x98,0xc0,0x20,0x7f,0xff,0xf2,0x02,0x90,0x00, +0x00,0x37,0x10,0x00,0x07,0x4a,0x01,0x25,0x0c,0xb7,0x88,0x33,0x00,0xa0,0x36,0x00, +0x0b,0x31,0x04,0xc8,0x48,0x14,0x80,0xb4,0x98,0x00,0x7a,0x03,0x15,0xf8,0xe0,0x3c, +0x13,0xee,0xc7,0x0c,0x35,0x01,0xca,0x7f,0x4b,0x2a,0x61,0x8f,0xd2,0x29,0xfb,0x22, +0x9f,0xe1,0x48,0x30,0xb0,0x09,0xf9,0x1e,0x6d,0xa5,0x04,0x44,0xdf,0xb4,0x4c,0xfa, +0x44,0xbf,0xd4,0x42,0x2c,0x01,0xb0,0xf7,0x1c,0xcd,0xff,0xdc,0xcf,0xfd,0xcc,0xff, +0xec,0xc5,0x92,0x0c,0x41,0x1f,0xf2,0x00,0xdf,0x0a,0x82,0x75,0x21,0x4f,0xf2,0x11, +0xef,0x81,0x10,0xf1,0x0a,0x01,0xac,0x18,0x07,0x69,0x43,0x15,0x00,0x62,0xac,0x13, +0x5b,0x79,0x89,0x00,0xee,0x0c,0x0d,0xb4,0x1d,0x23,0x01,0x10,0x23,0x13,0x2f,0x0e, +0xf9,0x09,0x00,0x09,0x23,0x08,0x90,0x09,0x00,0x22,0x7f,0xf6,0x09,0x00,0x30,0x07, +0xff,0xf9,0x65,0x08,0x51,0x2e,0xf9,0x9f,0xff,0x60,0x09,0x00,0x00,0x09,0xa4,0x50, +0x0e,0xfb,0x55,0x55,0x0e,0x0a,0x0a,0x24,0x0e,0xf9,0xfb,0xcf,0x0f,0x51,0x00,0x05, +0x23,0x06,0xa2,0x09,0x00,0x60,0x07,0xfe,0x0e,0xf9,0x02,0x8c,0x63,0x00,0x72,0xfc, +0x0f,0xfd,0xcf,0xff,0x0e,0xf9,0xa4,0xa6,0x91,0xfb,0x0d,0xfd,0x65,0x6f,0xf7,0xbf, +0xff,0xd7,0x41,0x0f,0x20,0xf2,0x4f,0x66,0xbf,0x5f,0xae,0xff,0xfd,0x50,0x03,0x6d, +0x1e,0x01,0x3c,0x8d,0xa0,0x00,0x28,0x9d,0x14,0x06,0x86,0x50,0x05,0x17,0x01,0x14, +0x60,0x7a,0xae,0x00,0x0a,0x14,0x04,0xa4,0xaa,0x33,0x2e,0xff,0x3c,0x78,0x4e,0x2b, +0x08,0xf8,0x88,0x40,0x15,0xfd,0x28,0x77,0x12,0xfd,0x70,0x09,0x21,0x0a,0x94,0x53, +0x01,0x71,0x05,0xfb,0x20,0x6f,0xf6,0x07,0xfe,0xd6,0x01,0x52,0xf8,0xff,0xb0,0x06, +0xff,0x90,0x86,0x00,0x5e,0xbe,0x03,0x3c,0x14,0x51,0x60,0x02,0xff,0x25,0x40,0xf6, +0x0c,0xf0,0x00,0xfa,0x00,0xff,0x66,0xf1,0x00,0x3b,0xff,0xe3,0x2d,0xff,0xa0,0xbf, +0xdb,0xf1,0x00,0x5c,0x10,0x01,0x8f,0x2a,0x11,0xd0,0x00,0x5c,0x57,0x11,0x00,0x06, +0xee,0x40,0xd7,0x56,0x11,0x29,0x13,0x60,0x14,0x50,0x5b,0x86,0x21,0xff,0x50,0x70, +0x41,0x22,0x71,0x55,0x0a,0x00,0x80,0x05,0xee,0x14,0xff,0x00,0xff,0x50,0x11,0x17, +0x51,0x71,0x04,0xff,0x00,0xff,0x78,0xef,0x70,0x6f,0x00,0x11,0x01,0xd4,0x39,0xd0, +0xb4,0x00,0x04,0xff,0xbf,0xff,0xfb,0xdf,0x80,0x1f,0xff,0xc2,0x3a,0xee,0x00,0xf0, +0x01,0xbf,0x80,0x02,0x9f,0xe4,0xff,0xff,0xa3,0xff,0x50,0xcf,0x80,0x00,0x03,0x30, +0xcd,0x3c,0x00,0x00,0x12,0x07,0x10,0x10,0x3c,0x00,0x10,0x61,0x72,0x2e,0x10,0xac, +0x50,0x00,0x00,0x02,0x24,0x80,0x01,0xff,0x74,0xff,0x00,0xff,0x6f,0xfa,0xca,0x0b, +0x70,0x14,0xff,0x00,0xdd,0x41,0x03,0x00,0xf0,0x8d,0x01,0x91,0xc5,0x41,0xc2,0x00, +0x9f,0xf2,0x08,0x11,0x30,0x2f,0xf2,0x02,0x92,0xcf,0x60,0x73,0x22,0x23,0x9f,0xf0, +0x06,0xf8,0x56,0x02,0x41,0x01,0x12,0x48,0x03,0x36,0x21,0xe9,0x00,0x9d,0x43,0x12, +0x05,0x7d,0x09,0x23,0xfb,0x20,0x0a,0x00,0x33,0x3c,0xff,0xd0,0x0a,0x00,0x35,0x00, +0x6f,0x44,0xd8,0x82,0x13,0x04,0x0a,0x00,0x90,0x30,0x00,0x01,0x44,0x48,0xff,0x54, +0x44,0x00,0xd0,0x14,0x02,0x28,0x00,0x01,0x22,0x5a,0x02,0x32,0x00,0x25,0x2b,0xf4, +0x38,0x46,0x03,0x9c,0x10,0x10,0xe0,0x23,0x0b,0x50,0x44,0xaf,0xf7,0x44,0x44,0x20, +0x71,0x20,0x50,0x00,0xe1,0xaf,0x01,0x87,0x58,0x41,0x05,0xff,0x50,0x5d,0x14,0x0d, +0x00,0x06,0x8a,0x20,0x9f,0xe1,0xfd,0x51,0x00,0x00,0x37,0x11,0x0e,0x68,0x9b,0x40, +0x04,0xff,0xea,0xbd,0x48,0x35,0x00,0x6e,0x3e,0x02,0x50,0x00,0xb1,0xaf,0x20,0x02, +0xfd,0xb8,0x64,0x20,0x5f,0xf1,0x00,0x03,0x48,0x0b,0x00,0x78,0x3b,0x24,0x3a,0x20, +0x66,0x36,0x24,0xdf,0xf8,0x0a,0x00,0x30,0x6e,0xff,0x63,0xd4,0x42,0x53,0x34,0x20, +0x00,0x01,0xab,0x86,0x3c,0x05,0x9b,0x53,0x00,0xcf,0x4f,0xa0,0x0f,0xf4,0x06,0xff, +0x00,0xdf,0x80,0x0b,0xf9,0x10,0x0a,0x00,0xc0,0x02,0xff,0x20,0x2e,0xff,0xf4,0x0f, +0xf6,0x27,0xff,0x22,0x45,0x94,0x19,0x13,0x0f,0x3b,0x02,0x12,0x03,0x15,0x2d,0x12, +0xfb,0x8f,0x18,0x12,0xfa,0xd8,0xa7,0x70,0xc2,0x2f,0xf4,0xff,0x50,0x9f,0xf0,0xa6, +0x03,0x42,0x4f,0xf0,0xbf,0xe4,0x2b,0x03,0x51,0x7f,0xd0,0x2f,0xff,0xfd,0x4e,0x7c, +0x32,0xcf,0x90,0x06,0xaa,0x64,0x40,0xb1,0xff,0x40,0x4e,0x4b,0x18,0xf0,0x0a,0x08, +0xff,0x39,0xff,0x5b,0xff,0xfa,0xff,0xfd,0x71,0x09,0xfb,0x0e,0xf9,0xbf,0xfd,0x30, +0x3d,0xff,0xd0,0x00,0x42,0x01,0xa1,0x1c,0xeb,0x19,0x40,0x20,0x00,0x48,0x00,0x2d, +0xc7,0xf1,0x00,0x30,0x14,0x00,0x01,0xef,0xe4,0x0a,0xf7,0x02,0xff,0x30,0x8f,0xe1, +0x00,0x7f,0x19,0xce,0xd0,0x30,0xef,0xa0,0x00,0x02,0xdc,0x00,0xef,0x82,0xff,0x36, +0xff,0x20,0x73,0x02,0x50,0x9f,0x72,0xff,0x37,0xe9,0xca,0x24,0x93,0x01,0x55,0x46, +0xff,0x64,0x45,0x10,0x0a,0xfa,0x9e,0x3a,0x24,0x50,0x1b,0xe9,0x6d,0x63,0x50,0x00, +0x3d,0xe2,0x06,0xfe,0x82,0x02,0x11,0x20,0x6e,0xa3,0x03,0x0a,0x00,0x12,0xff,0x23, +0x52,0x30,0xcb,0x06,0xfe,0xf6,0x4d,0x00,0xcf,0x29,0x13,0x46,0x28,0x00,0x24,0x0b, +0xfd,0x1e,0x00,0x24,0x3f,0xf6,0x0a,0x00,0x23,0xbf,0xf0,0x46,0x00,0x11,0x03,0x6b, +0x3c,0x81,0x02,0x33,0xff,0x50,0x07,0xff,0x10,0x06,0x13,0x07,0x40,0x20,0x00,0x57, +0x00,0x14,0x00,0x29,0xfe,0xc6,0x83,0x68,0x11,0x40,0x2d,0x51,0x51,0xe9,0x00,0x02, +0xff,0xf9,0x03,0xb1,0x51,0xef,0xc0,0x00,0x5e,0xfd,0x33,0x2f,0x56,0x2d,0xb0,0x00, +0x01,0xb3,0x3f,0x06,0x13,0xff,0x10,0x3f,0xf0,0x11,0x30,0x00,0xff,0x21,0x11,0x1b, +0xf8,0x11,0x10,0x0b,0xfb,0x20,0xff,0x4c,0xcc,0xba,0xf8,0x18,0x50,0x1c,0xff,0xf1, +0xff,0x5f,0xff,0xe8,0xf9,0x5f,0xd0,0x00,0x4e,0x60,0x23,0x2f,0xf0,0x06,0xfb,0xaf, +0x80,0x00,0x01,0x01,0xff,0x6f,0xff,0xf7,0xfd,0xef,0x30,0x00,0x03,0x01,0xff,0x6f, +0xce,0xf5,0xff,0xe4,0x59,0x51,0xb4,0xff,0x6f,0x27,0xf3,0x7e,0x64,0x50,0xf4,0xfd, +0x6f,0x28,0xf1,0x59,0x00,0xf0,0x1f,0xaf,0xb5,0xfc,0x6f,0xff,0xf2,0xef,0x90,0x80, +0x00,0xff,0x68,0xf9,0x6f,0xba,0xbb,0xff,0x91,0xf9,0x06,0xff,0x1c,0xf5,0x4b,0x10, +0x7f,0xff,0xe4,0xf8,0x0d,0xfb,0x2f,0xf2,0x00,0x09,0xff,0x8f,0xff,0xf4,0x1d,0xf5, +0x8f,0xc0,0x00,0x5f,0xf6,0xd3,0xc0,0x98,0x60,0x09,0x50,0x00,0x08,0x50,0x00,0xae, +0x50,0x4f,0x9c,0x15,0x00,0x73,0x33,0x21,0xd4,0x09,0xb9,0x0e,0x00,0x96,0x35,0x22, +0x69,0xff,0xb8,0x60,0x43,0x01,0xbc,0x09,0xf9,0x78,0x34,0x14,0x00,0x1e,0x00,0x00, +0x87,0x06,0x83,0xcc,0xcc,0xcf,0xf5,0x00,0x0e,0xd6,0x00,0x1e,0x00,0x34,0x4f,0xff, +0xd2,0x1e,0x00,0x31,0x8f,0xd0,0x08,0x6e,0x73,0x00,0x58,0xb7,0x06,0xf5,0x3d,0x13, +0x4f,0xad,0x10,0x24,0x04,0xf4,0x0a,0x00,0x80,0x0c,0xfb,0x4f,0xd1,0xfb,0x2f,0xa4, +0xff,0x2c,0x11,0x60,0x4f,0xd0,0xfb,0x2f,0x93,0xff,0xe4,0x8c,0x02,0x0a,0x00,0x00, +0xe9,0x43,0x03,0x0a,0x00,0x34,0x1e,0xfb,0x0b,0x50,0x26,0x25,0xf3,0x0c,0x49,0x35, +0x14,0x01,0x07,0x0c,0x25,0x3a,0x10,0xb0,0x67,0x23,0xf7,0x3f,0xbd,0x0a,0x33,0x4e, +0xff,0x5f,0x0a,0x00,0x92,0x01,0xa5,0x3f,0xf3,0x22,0x4f,0xc7,0x22,0x20,0x30,0x20, +0x21,0x6f,0xf3,0x80,0x3e,0x31,0x3f,0xf4,0xff,0xd6,0x12,0xf1,0x00,0xfa,0x10,0x3f, +0xf4,0xff,0xaa,0xaa,0xcf,0xe0,0x0d,0xff,0xf3,0x3f,0xf4,0xfe,0x47,0x16,0x43,0x8f, +0xc0,0x4f,0xf3,0x45,0xa3,0x70,0x10,0x4f,0xf3,0xff,0x88,0x88,0xaf,0x2c,0x7f,0x21, +0x6f,0xe3,0x28,0x00,0x31,0x00,0x08,0xd3,0x35,0x3c,0x00,0x25,0x73,0xfb,0x31,0xf9, +0xaf,0xa0,0x00,0x1f,0xf4,0x02,0x10,0x00,0x4f,0xf3,0xef,0x72,0xea,0x1f,0xf3,0xaf, +0x60,0x00,0xaf,0xd2,0xff,0x39,0xfc,0x0f,0xf3,0x8f,0xd0,0x01,0xff,0x77,0xff,0x2f, +0xf5,0x0f,0xf3,0x1f,0xf4,0x08,0xff,0x2e,0xf9,0xbf,0xc0,0x1f,0xf3,0x0b,0xfa,0x0b, +0xfa,0x7f,0xf2,0x1a,0x3e,0xff,0xf1,0x04,0x70,0x00,0x54,0x06,0x90,0x00,0x09,0xdb, +0x5f,0x62,0x1b,0x50,0x00,0xab,0x61,0x6a,0x29,0x43,0x32,0x24,0xff,0x72,0x1f,0x45, +0x30,0xfc,0x1e,0xff,0x93,0x39,0x52,0x40,0x02,0x30,0x13,0xdf,0xa8,0x02,0xd4,0x1e, +0xfd,0x6d,0xff,0xf6,0x22,0xef,0x72,0x21,0x00,0x06,0xdf,0x79,0x95,0x46,0x80,0x05, +0x02,0x3f,0xf7,0x33,0xef,0x83,0x32,0x74,0x87,0x13,0x1f,0x14,0x00,0x80,0x0a,0xfe, +0x2f,0xfa,0x77,0xff,0xa7,0x74,0x56,0x04,0x41,0x0f,0xf5,0x00,0xef,0xd9,0x44,0x03, +0x53,0x1c,0xff,0x02,0xb0,0x05,0xf8,0x00,0x0f,0xff,0xfd,0xcc,0xcc,0xcc,0x80,0x00, +0x20,0x00,0x02,0x7f,0xf2,0xc6,0x57,0x05,0x10,0x02,0x52,0x53,0x05,0x87,0x38,0x05, +0x48,0x58,0x0e,0x0a,0x00,0x10,0x03,0x1b,0x1c,0x14,0xc0,0x9c,0x3d,0x84,0x6f,0xf6, +0x22,0x22,0x10,0x01,0xbf,0xfe,0xd8,0x17,0x40,0x05,0xe5,0xff,0xdc,0xda,0x41,0x13, +0xb0,0x6d,0x26,0x02,0x70,0x34,0x11,0x8b,0x5c,0x10,0xa0,0x50,0x0a,0xc5,0x00,0x05, +0xdd,0xdf,0xfe,0xdd,0xd0,0xf2,0x07,0xb3,0x02,0x22,0x2e,0xf6,0x22,0x22,0x00,0x02, +0xbf,0x50,0x4f,0x68,0x1d,0x81,0x04,0x00,0x4f,0xe9,0x9f,0xfb,0x9b,0xfe,0x44,0x02, +0x03,0x0a,0x00,0x24,0x06,0xf5,0x1e,0x00,0x81,0x0d,0xfa,0x4f,0xd0,0x0e,0xf5,0x04, +0xfe,0x44,0x02,0x50,0xfc,0xcf,0xfe,0xcd,0xfe,0x9e,0x29,0x02,0x1e,0x00,0x00,0x68, +0x46,0xf4,0x07,0x01,0x9f,0x92,0x06,0xfe,0x50,0x00,0x0b,0xfe,0x04,0xaf,0xff,0x90, +0x03,0xdf,0xfc,0x20,0x03,0xd8,0x07,0xff,0xc3,0x5a,0x2d,0x13,0x63,0xc0,0x9c,0x20, +0x4b,0x30,0xeb,0x15,0x01,0x93,0x07,0x23,0xfa,0x15,0x0a,0x05,0x80,0x3c,0xff,0x65, +0xfc,0x7b,0xfd,0x79,0xfd,0xa9,0x00,0x52,0x05,0xfc,0x6b,0xfd,0x69,0x2a,0x0a,0x05, +0x63,0x07,0x93,0x11,0x33,0x39,0xfc,0x33,0x32,0x10,0x0a,0xf9,0x24,0x3b,0x40,0xf4, +0x2e,0xff,0xf4,0xba,0x0c,0x00,0x59,0x49,0x30,0x5e,0xc0,0x04,0xd0,0x16,0x10,0xba, +0x8a,0x07,0x60,0x05,0xfe,0x77,0x77,0x79,0xff,0x8d,0x70,0x14,0x05,0xc0,0x3e,0x30, +0xde,0x25,0xfd,0x9e,0x17,0x00,0x4e,0x00,0x13,0x35,0x14,0x00,0x71,0x0d,0xfb,0x05, +0xfd,0x44,0x44,0x48,0xf6,0x51,0x03,0x28,0x00,0x90,0x01,0xef,0xb0,0x02,0x7e,0xfa, +0x66,0xff,0xb6,0xf3,0xad,0xf3,0x06,0x39,0xff,0xf8,0x02,0xcf,0xfc,0x40,0x01,0xba, +0x02,0xef,0xfa,0x20,0x00,0x05,0xdf,0xe2,0x00,0x01,0x00,0x26,0x0e,0x06,0x07,0x01, +0x00,0x25,0x9c,0x70,0x0e,0x18,0x15,0x90,0x3a,0x9d,0x03,0x21,0x90,0x04,0x2e,0xb2, +0x00,0xcb,0x9d,0xf0,0x00,0xfd,0x2c,0xf5,0x6f,0xb2,0xdf,0x72,0x00,0x08,0xfb,0xfc, +0x0c,0xf3,0x4f,0xb0,0x75,0x8c,0x10,0x56,0x14,0x00,0x36,0xc2,0xdf,0x72,0x98,0x68, +0x16,0x40,0x0a,0x00,0x25,0x00,0x04,0x28,0x00,0x05,0x0a,0x00,0x97,0x04,0x58,0xfd, +0x5d,0xf7,0x8f,0xc5,0xdf,0x95,0x3a,0x42,0x14,0x0b,0x26,0x18,0xa0,0xb0,0x00,0x1a, +0x61,0x02,0x30,0x03,0x50,0x17,0xb2,0xf6,0x9c,0xd0,0x4f,0xf0,0x3f,0xf2,0x1f,0xfc, +0x00,0x01,0xef,0xa0,0x2f,0xf2,0x0e,0x99,0xb2,0xf9,0x04,0x0c,0xff,0x20,0x0f,0xf4, +0x0a,0xfc,0x00,0xdf,0xe1,0x05,0xb6,0x00,0x0b,0x82,0x05,0x96,0x00,0x4c,0x3f,0xb1, +0x02,0x59,0xc6,0x14,0x60,0x0a,0x00,0x00,0x7c,0x32,0x11,0x30,0x0a,0x00,0x52,0x07, +0xff,0x10,0x0c,0xf4,0x1e,0x00,0x42,0xdf,0xa0,0x0a,0xfd,0x6c,0xc6,0x90,0x5b,0x20, +0x01,0xff,0xef,0xe3,0x66,0x6a,0xff,0x6a,0x2a,0x33,0x8f,0xdf,0xe8,0xfe,0x06,0x24, +0x13,0x6f,0x0a,0x00,0x00,0x46,0x00,0x02,0x36,0xaa,0x00,0xbe,0x29,0x31,0x0d,0xff, +0xb0,0x10,0x09,0x50,0xe0,0x00,0x1f,0xff,0xf1,0xe6,0x9a,0x00,0x46,0x93,0x02,0xa8, +0x8c,0x00,0x04,0x83,0x20,0xd6,0xfe,0x40,0x0e,0x60,0x6f,0xe0,0x04,0xff,0x70,0xef, +0x8d,0x08,0x71,0x6f,0xe0,0x0d,0xff,0x10,0x7f,0xf4,0x8c,0x00,0x10,0x9f,0x55,0x3f, +0x00,0xd4,0xad,0x11,0xe7,0x43,0x65,0x10,0xf4,0x38,0x09,0x22,0xfe,0x20,0x21,0xa3, +0x30,0x6f,0xe2,0xc2,0x90,0x01,0x0b,0x97,0x0d,0x12,0x4a,0x67,0x99,0x00,0x48,0x03, +0x10,0xf8,0x48,0x03,0x15,0x08,0x5c,0x43,0x16,0x08,0x52,0x3d,0x80,0x45,0x00,0x03, +0xff,0x22,0xc4,0x01,0x81,0xe7,0x88,0xf0,0x0b,0x3e,0xfb,0x7e,0xfa,0x1c,0xfe,0x00, +0x00,0x4e,0xfb,0x8f,0xff,0xff,0xb1,0xdf,0xe2,0x00,0x00,0x01,0x90,0x2a,0x9f,0xfb, +0x30,0x29,0x10,0x0f,0x91,0x60,0x02,0xdf,0x9c,0xf6,0xbc,0x30,0x76,0xdb,0x50,0x9f, +0xfe,0xad,0xff,0xef,0xba,0x25,0x10,0x81,0xd8,0x01,0xd1,0x88,0xff,0xa0,0x03,0x81, +0x00,0x68,0x7b,0x92,0x3b,0x40,0x49,0x00,0x3d,0x3c,0x10,0xf6,0x6e,0x00,0x0f,0xcf, +0x0c,0x05,0x2b,0x4f,0xf5,0xde,0x3e,0x1e,0x00,0x0a,0x00,0x14,0x1f,0x02,0x96,0x16, +0x70,0x0a,0x00,0xc3,0x03,0x3b,0xfb,0x32,0x4f,0xe1,0x11,0x11,0xdf,0x70,0x00,0x0a, +0x5d,0xc1,0x01,0x0a,0x00,0x00,0x0a,0x21,0x03,0x1e,0x00,0x00,0x6c,0xb4,0x00,0x4e, +0x1b,0x12,0xfb,0x1e,0x00,0x83,0x0d,0xff,0xff,0xfa,0x4f,0xfd,0xdd,0xdd,0x28,0x00, +0x01,0x1e,0x00,0x01,0x0a,0x00,0x00,0xf7,0x68,0x00,0x0a,0x00,0x14,0x01,0x46,0x00, +0x50,0xfd,0xdf,0x10,0xef,0x64,0x66,0xa7,0x10,0xbf,0xd1,0x21,0x21,0x44,0xff,0x5a, +0x45,0xf1,0x03,0x83,0x08,0xff,0x14,0xff,0x02,0x10,0x1f,0xc7,0x20,0x00,0x3f,0xf9, +0x04,0xff,0x05,0xf7,0x01,0x09,0xaa,0x40,0x03,0xff,0x17,0xf8,0xf2,0x05,0x32,0xfe, +0x30,0x02,0x68,0x15,0x22,0x6f,0x91,0xf7,0x9f,0x26,0x00,0x00,0x86,0x1f,0x02,0x1f, +0x35,0x16,0xe0,0x0a,0x00,0xa0,0x03,0x3e,0xf8,0x31,0xcf,0x40,0xcf,0x40,0x5f,0xe0, +0x11,0x4c,0x52,0xcf,0x63,0xcf,0x63,0x7f,0x0a,0x00,0x02,0x1e,0x35,0x00,0x0a,0x00, +0xe0,0xca,0xef,0xca,0xcf,0xe0,0x0d,0xef,0xff,0xe2,0xcf,0x40,0xbf,0x30,0x5f,0x0a, +0x45,0x02,0xc7,0x3b,0x0b,0x28,0x00,0x02,0x28,0x56,0x00,0x0a,0x00,0xa1,0x11,0x11, +0xff,0x81,0x11,0x10,0x00,0x0d,0xf6,0x32,0x07,0x04,0x00,0xac,0x1f,0x12,0xf8,0x0a, +0x00,0x11,0x2b,0x87,0x05,0x11,0xff,0xb9,0x0d,0x10,0xd7,0xdc,0xb7,0x02,0x9f,0x3f, +0x15,0x3f,0xcb,0x56,0x06,0x0a,0x00,0x03,0xcd,0x06,0x00,0x73,0x75,0x02,0x86,0x01, +0x00,0xcf,0x42,0x25,0x3f,0xf4,0x89,0x78,0x13,0xf4,0xe3,0xad,0x31,0x44,0x7f,0xf8, +0x94,0x2d,0x04,0xf0,0x2f,0x06,0x5b,0x5b,0x01,0x1f,0x89,0x24,0x3f,0xf4,0x7b,0xd6, +0x02,0x0a,0x00,0x28,0x02,0xc2,0xbe,0x40,0x55,0x7f,0xf8,0x55,0x55,0x51,0xac,0x17, +0x15,0xf4,0x7e,0x18,0x1f,0xf4,0x08,0x02,0x0c,0x06,0x4e,0x02,0x06,0xb4,0x3b,0x1f, +0x0e,0xe7,0x64,0x01,0x04,0x81,0x6c,0x05,0xf4,0x22,0x30,0x00,0x1f,0xfe,0xd9,0x05, +0x20,0xde,0xff,0x54,0x39,0x10,0x0f,0x29,0x67,0x03,0x09,0x00,0x27,0x06,0xff,0x24, +0x00,0x04,0x09,0x00,0xa4,0x2f,0xf6,0x33,0x3f,0xf8,0x33,0x38,0xff,0x00,0x2f,0x2d, +0x00,0x50,0x2f,0xf6,0x44,0x4f,0xf9,0x15,0x05,0x04,0x94,0x59,0x05,0xf4,0x52,0x00, +0x7f,0x0e,0x02,0x24,0x00,0x22,0xcf,0x80,0x09,0x00,0x00,0x6d,0x4d,0x01,0x09,0x00, +0x20,0x0a,0xfe,0x09,0x1e,0x50,0x11,0x18,0xff,0x4f,0xf7,0x09,0x00,0x50,0x6f,0xff, +0xfc,0x08,0xd0,0x09,0x00,0x53,0x1f,0xff,0xc3,0x00,0x10,0x45,0x0e,0x14,0x8f,0xb3, +0x1b,0x05,0x09,0x00,0x14,0x12,0xc7,0x00,0x08,0xeb,0x7d,0x02,0xee,0x3f,0x21,0x14, +0x40,0x28,0x3b,0xf2,0x02,0x04,0x64,0x4f,0xf2,0x9f,0x50,0xef,0x22,0xfe,0x0b,0xfa, +0x4f,0xf2,0x9f,0x61,0xef,0x33,0x09,0x00,0x00,0x1b,0x00,0x01,0x09,0x00,0x32,0xdb, +0xff,0xcc,0x09,0x00,0x32,0x50,0xef,0x21,0x09,0x00,0x3a,0xee,0xff,0xee,0x24,0x00, +0x02,0x14,0x42,0x31,0xfa,0x4f,0xf6,0xc4,0x1c,0x24,0x4c,0xfa,0x17,0x16,0x06,0x09, +0x00,0x04,0x38,0x42,0x11,0xfa,0x62,0x06,0x83,0x34,0x68,0xbd,0x60,0x00,0x00,0x7d, +0xee,0xfa,0x23,0x00,0xe5,0x76,0x41,0xef,0xfb,0x87,0xd5,0x98,0x4a,0x42,0x40,0x3f, +0xf2,0x08,0x4b,0x07,0x30,0xe0,0x3f,0xf2,0x88,0x66,0x40,0x0c,0xdd,0xef,0xfd,0x02, +0x00,0x28,0xdd,0xc0,0x0f,0x72,0x10,0x26,0x7c,0x00,0x30,0x62,0x22,0x20,0x4b,0x68, +0x20,0x6f,0xf6,0x3c,0x06,0xf3,0x06,0x02,0x9e,0xff,0xb1,0x3f,0xf2,0x1c,0xff,0xfc, +0x70,0x1e,0xff,0xf7,0x11,0x3a,0xa3,0x11,0x7f,0xff,0xa0,0x04,0x3c,0xbe,0x11,0xd9, +0x94,0x1d,0x50,0x9f,0xf9,0x88,0xef,0xb0,0x0a,0x00,0x41,0x77,0x9f,0xf8,0x77,0x0a, +0x00,0x04,0xa0,0x1f,0x00,0x7c,0x18,0x00,0x03,0x58,0x10,0xb0,0xb2,0x1d,0x00,0xf3, +0x1e,0x1c,0xff,0x1e,0x00,0x00,0x2d,0x6a,0x13,0xa0,0xe7,0x67,0x23,0x20,0x14,0xe2, +0x64,0x40,0xcf,0x91,0xdf,0x70,0x40,0x41,0x40,0xff,0xf8,0x4f,0xfe,0x7a,0x19,0xc0, +0x36,0x00,0xaf,0xf1,0x0b,0xff,0x90,0x7f,0x70,0x00,0xef,0xb8,0xb5,0xd0,0x91,0xba, +0xff,0x50,0x00,0x2c,0xff,0xff,0x99,0x99,0x13,0xa6,0x10,0x1a,0xf0,0x0e,0x00,0x5d, +0xb2,0xd0,0x06,0xef,0xf7,0x13,0x33,0x33,0x32,0x4e,0xff,0xe5,0x2e,0xfd,0xeb,0x50, +0x07,0x52,0xbd,0xbf,0xe2,0x04,0x70,0x6e,0x00,0x00,0x84,0x9e,0x00,0x83,0x80,0x24, +0x2a,0xff,0xc1,0xc9,0x02,0x2d,0xc4,0x00,0xb3,0x6e,0x12,0xdf,0x0a,0x00,0x05,0x2e, +0x46,0x62,0x04,0xcd,0x00,0x00,0xac,0x60,0xbe,0x07,0x12,0x30,0x5d,0xb7,0x00,0xae, +0x43,0x01,0xdf,0x82,0x1f,0x0b,0xe7,0x4c,0x03,0x05,0xc9,0x32,0x60,0xae,0x30,0x00, +0x03,0xd9,0x30,0x47,0x07,0x00,0x62,0x25,0x10,0xe1,0x16,0x51,0x20,0xff,0xed,0xd5, +0x02,0x17,0xc0,0x06,0x42,0x41,0x33,0x33,0x4f,0xf9,0xd6,0x59,0x15,0x0f,0x42,0x00, +0x70,0x66,0x68,0xff,0xa6,0x66,0x66,0x65,0xd1,0x4a,0x20,0xef,0xfd,0x11,0x07,0x15, +0x90,0xc9,0x20,0x00,0xde,0xb8,0x12,0x32,0x53,0x09,0x14,0x0c,0xa5,0x00,0x11,0x0a, +0x60,0x1f,0x20,0xef,0xf0,0x97,0x4b,0xa1,0xb5,0x55,0x55,0x5a,0xff,0x00,0x2d,0xff, +0xce,0xff,0x51,0x8b,0x50,0x02,0xdf,0x90,0xdf,0xb6,0x15,0x23,0x40,0x00,0x01,0x40, +0x0d,0x27,0x1f,0x01,0x02,0x8a,0x65,0xdf,0xd9,0x99,0x99,0x9c,0xff,0xcf,0x1c,0x13, +0xf0,0x31,0x36,0x05,0x60,0xb5,0x82,0x3d,0x90,0x00,0x00,0x08,0x88,0x88,0x85,0x97, +0x40,0x00,0x81,0x2f,0x02,0x0b,0x07,0x44,0x09,0x9f,0xfb,0x96,0x9c,0x77,0x71,0xf1, +0x00,0xff,0x2d,0xf8,0x25,0x0f,0x97,0x4b,0x60,0x99,0xaf,0xf3,0xff,0x38,0x81,0xd8, +0x52,0xb2,0x07,0xff,0xec,0xff,0xec,0xb0,0x00,0xef,0xed,0xd8,0xaf,0x35,0x05,0x02, +0xc3,0x5a,0xb0,0xff,0x42,0x20,0x09,0xff,0x9b,0xfc,0xff,0xfe,0x01,0xff,0x08,0x13, +0x32,0x37,0xf8,0x89,0xff,0x5a,0xf0,0x01,0xff,0x37,0xf8,0x05,0xff,0xab,0xff,0xba, +0x60,0x0e,0xef,0x37,0xf8,0x05,0xfe,0x01,0x01,0x6a,0x10,0xbf,0x14,0x00,0x01,0xd0, +0x1e,0x23,0xbf,0xac,0x1e,0x00,0x71,0x00,0xbf,0xff,0xf8,0x05,0xfe,0x00,0x0c,0x6a, +0x32,0x86,0x63,0x05,0x2a,0x0c,0x11,0x9c,0xe0,0xe5,0x03,0x6f,0x1d,0x12,0x05,0x02, +0x12,0x03,0xa7,0x83,0x15,0x60,0x66,0x43,0x01,0x48,0x59,0x00,0x01,0x00,0x08,0x98, +0x01,0x06,0xb2,0x0c,0x0e,0x3f,0x56,0x22,0x56,0x66,0x7d,0x01,0x17,0x66,0xc8,0x1c, +0x71,0x4e,0x92,0x03,0xff,0x50,0x29,0xe1,0x2d,0x47,0x20,0x3f,0xf5,0x06,0xc0,0x10, +0x03,0x98,0x4e,0x10,0x50,0x00,0x6d,0x20,0xbf,0xf2,0x26,0x00,0x20,0x1f,0xfd,0x44, +0x3c,0x00,0x9a,0x50,0x30,0x9f,0xf4,0x3f,0xcb,0x75,0x10,0xf5,0xa9,0x8d,0x40,0x5e, +0x30,0x47,0x79,0x36,0xaf,0x11,0xc5,0xfa,0x09,0x12,0xf2,0x81,0x0f,0x1d,0x0f,0xaf, +0x83,0x32,0x00,0x03,0x97,0x83,0x22,0x41,0x04,0x7b,0xef,0xff,0x78,0x2c,0x00,0xd5, +0x1a,0x21,0xc7,0x20,0x0a,0x00,0x90,0x07,0x99,0xff,0x00,0x03,0x52,0x5f,0xe2,0x9b, +0x33,0x25,0x00,0xbe,0x44,0xe0,0xe3,0xff,0x30,0x14,0x47,0xff,0x44,0x2c,0xf9,0x5f, +0xe0,0xcf,0x90,0x4f,0xfb,0x48,0x50,0xf5,0x5f,0xe0,0x6f,0xf0,0x0a,0x00,0x60,0xbf, +0xf2,0x5f,0xe0,0x1f,0xf4,0x57,0x98,0xf1,0x00,0x8f,0xe0,0x5f,0xe0,0x0d,0xe4,0x00, +0x4f,0xff,0xf4,0x5d,0x80,0x5f,0xe0,0x01,0x88,0x33,0x00,0x50,0x00,0x10,0xae,0x2e, +0x72,0xf3,0x05,0x8f,0x20,0x00,0x5f,0xe3,0xff,0x70,0x1e,0xf8,0xff,0x15,0x00,0x00, +0x15,0x5c,0xfe,0x00,0x6f,0xc4,0xff,0x5c,0xa9,0x30,0x0e,0x34,0xff,0xcb,0x10,0x00, +0x87,0x9d,0x00,0x14,0x11,0x31,0x3b,0xff,0xfa,0x4e,0x06,0x22,0x05,0xbf,0x02,0x47, +0x00,0xe0,0x3d,0x01,0xaf,0x38,0x00,0x8c,0x00,0x14,0xb9,0x0d,0x1a,0x31,0x54,0x00, +0x57,0x18,0x6e,0x62,0x47,0xbf,0xff,0x10,0xcf,0x90,0x8e,0x51,0xa2,0xe9,0x31,0xff, +0x84,0x44,0x44,0x40,0x05,0xbb,0xfe,0x9f,0x12,0x10,0xf6,0x2c,0x6a,0x10,0x0d,0x9a, +0x03,0xa2,0xf0,0x03,0x47,0xff,0x44,0x7f,0xf3,0x4f,0xf1,0x8f,0x2c,0x23,0x50,0xb0, +0x4f,0xf1,0xbf,0x30,0x0a,0x00,0x42,0x5c,0x20,0x4f,0xf1,0x8d,0x8f,0x50,0x04,0xb8, +0x4f,0xf4,0xbd,0xe2,0x06,0x51,0xe2,0x08,0xfb,0x4f,0xf2,0x48,0xe2,0xf0,0x18,0xfd, +0x1c,0xf7,0x4f,0xf1,0xcf,0x70,0x02,0xff,0xfe,0xaf,0x3f,0xf4,0x4f,0xf1,0x8f,0xc0, +0x0b,0xf9,0xfe,0x28,0x5f,0xf0,0x4f,0xf1,0x3f,0xf0,0x4f,0xd4,0xfe,0x00,0xcf,0xa0, +0x4f,0xf1,0x0f,0xf4,0x0d,0x53,0xdc,0x84,0xd2,0x4f,0xf1,0x0d,0xf7,0x03,0x03,0xfe, +0x00,0x18,0x00,0x4f,0xf1,0x06,0x2b,0xd6,0x32,0x24,0x8f,0xf0,0xae,0x6a,0x00,0x52, +0x7c,0x03,0x0a,0x00,0x43,0x0d,0xda,0x30,0x00,0x65,0xa5,0x10,0x9a,0xd2,0xa2,0x31, +0x6a,0xef,0xfb,0xe9,0x48,0x00,0xd5,0x03,0x11,0xb6,0x25,0x9a,0x90,0x40,0x04,0x99, +0xfe,0x00,0x4d,0xff,0xee,0xef,0x35,0x58,0xf2,0x04,0xfe,0x02,0xef,0xd7,0x20,0x5f, +0xf7,0x00,0x04,0x47,0xff,0x44,0x48,0x6f,0xfa,0xff,0xb0,0x00,0x2f,0x0f,0x78,0x12, +0xf8,0x3b,0x13,0x42,0x58,0xef,0xff,0xc3,0x2b,0xba,0x41,0xef,0xfd,0x9f,0xf9,0x57, +0x92,0x80,0xe2,0x39,0x31,0xdf,0xff,0xef,0xc3,0x00,0x53,0x36,0x11,0x3d,0x64,0x73, +0xf3,0x11,0xfd,0xfe,0xae,0x28,0xff,0xd2,0x01,0xdf,0xa0,0x0d,0xf7,0xfe,0x25,0xcf, +0xfb,0x66,0x0a,0xff,0x30,0x4f,0xc4,0xfe,0x00,0x2e,0x67,0xff,0xcf,0xf9,0x00,0x0d, +0x44,0xfe,0xc5,0xca,0x30,0x03,0x04,0xfe,0x62,0x29,0x12,0xfb,0x09,0x1d,0x12,0x38, +0x69,0xb5,0x10,0x04,0x2d,0x6b,0x13,0xa1,0xbd,0x1d,0x3e,0xac,0x71,0x00,0x5d,0x87, +0x0a,0x0e,0x64,0x01,0x96,0xb1,0x00,0x2f,0x0c,0x03,0xc5,0x88,0x24,0xe7,0xef,0x0f, +0x5a,0x22,0xef,0x94,0x15,0x62,0xf1,0x10,0xf8,0xef,0x60,0x06,0xb1,0x00,0x5c,0x50, +0x0e,0xf8,0xef,0x63,0xcf,0xfb,0x01,0xff,0xfd,0x58,0x95,0x05,0xbf,0xff,0x90,0x00, +0x2a,0xff,0xfd,0x40,0x8f,0xff,0xe5,0x09,0x02,0xc6,0xf2,0x1e,0xfa,0x21,0x11,0x11, +0x11,0x12,0x7e,0x60,0x03,0x6f,0x49,0x06,0x05,0x0a,0x0a,0x05,0x32,0x04,0x0a,0x09, +0x00,0x00,0x93,0x08,0x20,0x19,0xff,0x61,0x0f,0x14,0xcf,0xdb,0x15,0x05,0x09,0x00, +0x13,0x01,0x3d,0xa3,0x0b,0xcd,0x44,0x33,0x6c,0xf1,0x00,0xcb,0x08,0x10,0x6f,0x68, +0x5f,0x06,0x15,0x20,0x17,0x90,0x0a,0x00,0xf0,0x08,0xfb,0x00,0x28,0x10,0x00,0x82, +0x00,0xdf,0x90,0x0a,0xfb,0x07,0xff,0xb0,0x09,0xff,0xa2,0xce,0x90,0x01,0x27,0xcf, +0xf9,0x67,0x3b,0x10,0x80,0x8b,0x9a,0x40,0x60,0x01,0x10,0x04,0xff,0x22,0x92,0x3e, +0x81,0x00,0x5f,0xf2,0xae,0x28,0xd1,0x00,0x8e,0x55,0x21,0xaf,0xe1,0x72,0x23,0x76, +0x55,0xaf,0xf5,0x5e,0xf8,0x55,0x40,0xa0,0x4e,0x50,0x0c,0xdd,0xdd,0xde,0xff,0x33, +0x23,0x02,0xd2,0x0b,0x04,0x3f,0x25,0x32,0x8f,0xf9,0xaf,0xbb,0x1f,0xc0,0x4c,0xff, +0xd0,0x0d,0xff,0x92,0x00,0x00,0x05,0x9e,0xff,0xfb,0xf1,0x1f,0x61,0xd9,0x71,0x09, +0xff,0xfc,0x40,0x22,0x61,0x41,0xb0,0x01,0xb7,0x20,0x8c,0x01,0x55,0x8c,0x20,0x00, +0x17,0xa0,0x2e,0x33,0x71,0xf5,0x00,0xdf,0x50,0xdf,0x60,0x9f,0xc8,0x34,0x02,0x0a, +0x00,0x42,0x03,0x37,0xf9,0x32,0x0a,0x00,0x10,0x1f,0xfd,0xad,0x50,0xca,0xff,0xda, +0xef,0xa0,0x51,0x05,0x11,0xdf,0xe3,0x04,0x50,0x02,0x51,0x06,0x61,0x34,0x8d,0x01, +0x62,0x20,0x08,0xf4,0x0d,0xfa,0xff,0x6e,0x34,0x32,0xf6,0x0f,0xf8,0x0a,0x00,0xf3, +0x09,0x04,0xf8,0x0f,0xc1,0x22,0x25,0xff,0x62,0x22,0x20,0x02,0xfa,0x2f,0x91,0xbb, +0xbd,0xff,0xcb,0xbb,0xa0,0x01,0xfb,0x4f,0x71,0x27,0x06,0x60,0xfc,0x6f,0x41,0xff, +0x3f,0xe4,0xd9,0x48,0xd2,0x30,0x9f,0xc8,0xff,0x0f,0xd1,0xfb,0x2f,0xe0,0x15,0x8c, +0xff,0xfa,0x0a,0x00,0x42,0x3f,0xff,0xff,0xc7,0x0a,0x00,0x41,0x0f,0xd9,0x51,0x01, +0x0a,0x00,0x00,0x08,0x04,0x00,0x0a,0x00,0x31,0xfd,0xdf,0xd0,0xc4,0x06,0x5c,0x0d, +0xb1,0xd9,0xef,0x60,0x5b,0x4f,0x11,0x30,0x47,0x05,0x14,0xfd,0xd4,0x2a,0xb3,0x0e, +0xfe,0x99,0x99,0x2b,0xff,0xaa,0xaa,0xa2,0x00,0x7f,0x68,0x2b,0xf0,0x02,0xf3,0x04, +0xff,0x69,0xfd,0x12,0xef,0xc1,0xef,0xa1,0x10,0x0e,0xfb,0x02,0xff,0x37,0xff,0xa9, +0x52,0x80,0x02,0xc5,0x22,0xc8,0x33,0x8b,0x22,0x3c,0xdd,0x43,0x05,0x18,0x0a,0x20, +0x5c,0xcc,0xba,0x6d,0x21,0xcf,0xf4,0x6e,0x47,0x55,0x6f,0xf1,0x11,0x2f,0xf4,0xb4, +0x06,0x10,0xf4,0x5a,0x00,0x61,0xdd,0xef,0xfd,0xdd,0xdd,0xd4,0x4b,0x36,0x13,0x6f, +0x98,0x90,0x05,0xab,0x89,0x00,0x9d,0x5b,0x11,0xfe,0x7a,0x03,0x00,0x4a,0x56,0x02, +0xab,0xd3,0x80,0x02,0xaf,0xfc,0x7f,0xf0,0x12,0x2b,0xfe,0x2a,0x8e,0x50,0x90,0x5f, +0xf0,0x2f,0xff,0x99,0x39,0xa4,0xd5,0x00,0x5f,0xf0,0x0d,0xee,0xa1,0x00,0x00,0x96, +0xa4,0x57,0x72,0x00,0x07,0xa5,0x00,0x00,0x05,0xa6,0xc3,0xb3,0x50,0x22,0x22,0x0d, +0xfc,0x22,0xa3,0x5b,0x02,0x53,0x0c,0x00,0xa0,0x2a,0xf0,0x00,0xef,0xfd,0xca,0xef, +0xee,0xff,0xdd,0xc0,0x2e,0xfd,0x0d,0xf8,0x03,0xdf,0x23,0x05,0xce,0x62,0xe2,0x05, +0xe8,0x2e,0xd7,0x00,0xd5,0x3f,0x13,0x03,0xb7,0x49,0x00,0x6f,0x54,0x32,0xef,0xf9, +0x20,0x3e,0xa6,0x60,0xb1,0x08,0xff,0xfb,0x61,0x00,0x67,0x45,0x10,0xdd,0xdd,0xd1, +0x40,0xb3,0x1e,0xff,0xd7,0xa8,0x00,0x53,0x39,0xff,0xc0,0x03,0xb4,0x85,0x17,0x00, +0x22,0x48,0x05,0x35,0x08,0x07,0x0a,0x00,0x10,0x61,0x69,0x48,0x01,0x0a,0x00,0x14, +0x50,0x6d,0x15,0x0f,0x28,0x00,0x06,0x13,0xee,0x70,0x94,0x22,0x01,0x10,0xa4,0x60, +0x00,0xde,0x6a,0x02,0x8a,0x00,0x84,0xdd,0xd9,0x5f,0xfe,0xdd,0xdd,0xd0,0x05,0x9b, +0xea,0x80,0xf0,0x4f,0xfb,0x4f,0xf3,0x1e,0xfe,0x14,0xeb,0xe0,0x85,0xc5,0x6e,0xd7, +0x67,0xe9,0x66,0xde,0x70,0x4d,0x09,0x10,0xf1,0x2b,0x27,0x00,0x56,0x02,0x2f,0x8f, +0xf1,0x14,0x00,0x21,0xf6,0x04,0x04,0x68,0xff,0x76,0x66,0xcf,0xe6,0x60,0x00,0x02, +0x22,0x25,0xff,0x42,0x22,0xbf,0xd2,0x22,0x20,0x2c,0x54,0x50,0x0b,0xbb,0xcf,0xfe, +0xbb,0x7e,0x28,0x52,0xb0,0x00,0x16,0xef,0xf5,0xb5,0x62,0x12,0x05,0x93,0xbf,0x14, +0xd0,0x43,0x10,0x2e,0xaf,0xd0,0xca,0xb3,0x02,0xd2,0x00,0x00,0x63,0x29,0x02,0xa7, +0x7a,0x81,0xfb,0x99,0x99,0x0b,0xff,0x99,0x99,0x91,0x84,0x07,0x01,0x82,0x22,0xf6, +0x0e,0x0a,0xff,0x28,0xfc,0x00,0xcf,0xa1,0xdf,0xa0,0x00,0x1b,0xf6,0x00,0xec,0x5c, +0xd7,0x10,0x3f,0xb0,0x00,0x02,0x96,0x66,0x86,0x7f,0xf9,0x66,0x68,0x66,0x4e,0x10, +0x32,0xb0,0x05,0xff,0xe5,0x07,0x32,0xdf,0xb0,0x05,0x57,0x28,0x00,0x1a,0x12,0x12, +0x11,0x1d,0x00,0x22,0x41,0x10,0xcf,0x09,0x12,0x01,0x23,0x78,0x05,0x44,0x7a,0x20, +0xff,0xda,0xeb,0x29,0x01,0x74,0x18,0x23,0xa6,0x66,0x53,0x3a,0x06,0xc0,0x0c,0x61, +0xff,0x83,0x33,0x33,0x33,0x4f,0x0a,0x00,0x6a,0xdb,0xbb,0xbb,0xbb,0xbf,0xf4,0x1e, +0x00,0x21,0x70,0x00,0xeb,0xd0,0x01,0x9a,0x01,0x16,0x02,0x9a,0x01,0x12,0xf9,0x2a, +0xe8,0x85,0xcc,0xc8,0x6f,0xfd,0xcc,0xcc,0xc0,0x03,0x9a,0x01,0xf1,0x01,0x2e,0xfd, +0x8f,0xe3,0x5f,0xfe,0x3a,0xfe,0x33,0x30,0x1b,0xf2,0x2f,0xb1,0x08,0xf4,0x4a,0x75, +0xa0,0x40,0x6e,0x60,0x00,0x21,0x11,0x86,0x21,0x00,0x0d,0x6d,0x1e,0x10,0x5f,0x48, +0x11,0x50,0x0b,0xcc,0xef,0xec,0xcc,0xc5,0x62,0xa1,0x50,0x04,0x77,0xbf,0xb7,0x75, +0x4f,0xe0,0x00,0xef,0xf8,0xcf,0x12,0xfb,0x0a,0x00,0x48,0xf7,0x9f,0xa7,0xfb,0x14, +0x00,0xd3,0x45,0xff,0x50,0x09,0xf6,0x9f,0x96,0xfb,0x4f,0xe0,0xbf,0xff,0x20,0x14, +0x00,0xe1,0x6d,0xb5,0x00,0x02,0x44,0x9f,0xa4,0x43,0x4f,0xe0,0x00,0x08,0x61,0x1f, +0x08,0x51,0xe1,0xe0,0x00,0x0b,0xf5,0x1b,0xbb,0xdf,0xdb,0xbb,0x6f,0xf3,0x22,0x3e, +0xf3,0xc3,0xdf,0x12,0x1f,0x55,0x0a,0x21,0x7f,0x80,0x9c,0xab,0x18,0x40,0x9f,0x6f, +0x10,0xf8,0x03,0x0c,0x00,0x8f,0x3a,0xe2,0x69,0xf8,0x9a,0x69,0x99,0xdf,0xd9,0x99, +0x80,0x0e,0xc9,0xf8,0xef,0x8f,0x55,0x26,0xe1,0xfa,0xfa,0xfb,0x12,0x22,0xaf,0xb2, +0x22,0x20,0x06,0xfd,0xfd,0xf5,0x0f,0x68,0x0f,0x50,0x04,0xfe,0xff,0xf0,0x09,0x28, +0x00,0xc1,0x40,0x05,0x5b,0xfa,0x52,0x88,0x88,0xcf,0xd8,0x88,0x83,0x1f,0xa0,0xe0, +0x00,0xe4,0x07,0x61,0x1e,0xef,0xff,0xe6,0x33,0x33,0x91,0x69,0x42,0x2f,0xfd,0x10, +0x0f,0x7d,0x01,0x71,0x8f,0xff,0xb0,0x0f,0xfc,0xaa,0xaa,0x9f,0x22,0x50,0xf7,0x0f, +0xf8,0x55,0x55,0x41,0x41,0x22,0xfa,0xff,0x1e,0x00,0xe2,0x2f,0xfb,0xf8,0xa5,0x0f, +0xf4,0x11,0x11,0xff,0x30,0x3f,0xc9,0xf8,0x00,0x14,0x00,0xd0,0x0c,0x59,0xf8,0x00, +0x0f,0xfa,0x99,0x99,0xff,0x30,0x03,0x09,0xf8,0x8b,0x38,0x00,0x18,0x37,0x02,0x0a, +0x00,0x33,0xde,0xff,0x20,0x0a,0x00,0x29,0xaf,0xe8,0x0b,0x92,0x04,0x76,0x5c,0x15, +0x02,0xed,0x8d,0x22,0x01,0xbb,0x18,0x53,0x20,0xbb,0x20,0x4e,0x91,0x55,0x9f,0xf9, +0x77,0x77,0x71,0x5b,0x25,0x11,0xf3,0x40,0x4d,0x74,0x7f,0xf6,0x44,0x44,0x41,0x00, +0x1d,0xa8,0x5c,0x25,0xd2,0x1f,0x1f,0x92,0x00,0x8c,0x92,0x42,0xfa,0x00,0x18,0xb1, +0xb4,0x16,0x32,0xca,0xbc,0xff,0x3e,0xed,0x10,0xfe,0xdf,0x6f,0x01,0xd3,0x0e,0x40, +0x8e,0xff,0xd7,0x12,0x54,0x1d,0x84,0x37,0xcf,0xff,0xfa,0x78,0x99,0xff,0xfb,0x8b, +0x47,0xf0,0x20,0xee,0xff,0xb0,0x00,0xaa,0x8a,0x65,0x4d,0xf9,0x00,0x40,0x5c,0x30, +0x00,0x02,0xbf,0xe2,0x0c,0xf8,0x2d,0xfc,0x30,0x00,0x02,0x9f,0xfe,0x62,0x2d,0xf8, +0x06,0xef,0xf9,0x00,0x1d,0xff,0xa1,0x8f,0xff,0xf6,0x00,0x19,0xff,0xb0,0x01,0xa3, +0x00,0x2f,0x58,0xd9,0x17,0x49,0xaf,0x3f,0x15,0x01,0x05,0x54,0x16,0x07,0xc2,0x54, +0x04,0xa0,0x00,0x16,0x70,0x51,0x51,0x08,0x4a,0x0f,0x02,0xdd,0x07,0x10,0xff,0x8e, +0x64,0x50,0x3c,0xfe,0x50,0x15,0x00,0xb3,0x64,0x40,0x4b,0xff,0x81,0x07,0x22,0x05, +0x80,0x01,0x17,0xff,0xfe,0xde,0xff,0xf8,0x30,0x27,0x68,0x61,0xfe,0xdf,0xff,0xe8, +0x16,0xf9,0x1e,0x8e,0x31,0xef,0xe7,0x10,0x4c,0xbf,0x12,0x9d,0xd7,0x2e,0x10,0xfb, +0x0d,0x28,0xf0,0x01,0xed,0xce,0xfd,0x87,0x65,0xff,0x70,0x00,0x34,0x28,0x30,0x09, +0xfa,0x05,0xa2,0x58,0x08,0x05,0x40,0xf3,0x09,0xfa,0x3f,0x86,0x69,0xf1,0x00,0xaf, +0xfe,0x52,0x2a,0xfa,0x01,0xbf,0xfc,0x10,0x0b,0xff,0xa1,0x6f,0xff,0xf8,0x6f,0x6d, +0x40,0x84,0x00,0x0f,0xfd,0x25,0x1e,0x45,0x00,0x00,0x02,0xb4,0xaa,0x67,0x23,0xa0, +0x01,0xa0,0x82,0x01,0x2e,0x23,0x01,0x23,0x17,0xf1,0x0f,0x2e,0x51,0xff,0x78,0xff, +0x69,0xfe,0x02,0xfe,0x1a,0xfa,0x1f,0xf1,0x3f,0xe0,0x5f,0xe1,0xcf,0xb7,0xff,0x11, +0xff,0x13,0xfe,0x05,0xfe,0x3f,0xff,0xff,0x60,0x13,0x00,0x51,0xe0,0x97,0xcf,0xc5, +0x01,0x13,0x00,0x42,0x00,0x4f,0xe7,0xf6,0x39,0x00,0x41,0x2e,0xf4,0x4f,0xd1,0x4c, +0x00,0x10,0x2e,0xb6,0x31,0x91,0xf4,0x6f,0xf3,0x8f,0xe0,0xef,0xeb,0x99,0x92,0x26, +0x00,0x42,0x04,0x20,0x00,0x53,0x39,0x00,0x41,0xaa,0x5d,0x5f,0x91,0x13,0x00,0x42, +0x0e,0xe5,0xf5,0xce,0x13,0x00,0x41,0xfd,0x3f,0x78,0xf4,0x39,0x00,0x51,0x3f,0xb2, +0xf9,0x38,0x3f,0x1e,0xbe,0xf8,0x04,0xf7,0x1a,0x30,0x01,0xff,0x43,0x33,0x38,0xfe, +0x19,0x40,0x00,0x00,0x1f,0xf1,0x00,0x00,0x4d,0xc0,0xa4,0x0d,0x54,0xd7,0x00,0x00, +0x0a,0xc6,0xac,0x72,0x03,0x97,0x61,0x00,0xe9,0xc6,0x01,0xba,0xc3,0x30,0x8f,0xc2, +0xd4,0x79,0x04,0x00,0x25,0x78,0xc0,0x2b,0xfd,0x3f,0xff,0x40,0x1e,0xf8,0x00,0x1d, +0xfb,0x7f,0xf6,0xe2,0x11,0x10,0xe1,0xc1,0x12,0x40,0x90,0x9d,0x2c,0xff,0x59,0xe7, +0x40,0xae,0xfe,0x10,0x01,0x0c,0xc3,0x00,0x71,0x1f,0x31,0xf1,0x00,0x5e,0xbd,0x6a, +0xf0,0x02,0xef,0x78,0xf6,0x5c,0xff,0xe6,0xcf,0xfd,0x70,0x2f,0xff,0xff,0xfb,0xcf, +0xfb,0x30,0x09,0xd3,0x2f,0xf0,0x07,0xdb,0xfe,0x2b,0x33,0xfd,0x60,0x2a,0x70,0x05, +0x30,0x00,0x86,0x00,0x04,0xdf,0xfd,0x30,0x00,0x07,0x94,0xa6,0xfc,0xee,0x09,0xf1, +0x02,0x30,0x00,0x0b,0xf4,0xf9,0xaf,0x11,0xc8,0x30,0x13,0x00,0x00,0x0d,0xf0,0xfb, +0x6f,0x6a,0x6c,0x52,0xd1,0x1f,0xd0,0xed,0x19,0x20,0x49,0xff,0xff,0xa2,0x00,0x4f, +0x90,0x98,0x7c,0xb8,0x14,0xf9,0x2a,0xbb,0x29,0x05,0xb0,0x92,0x8d,0x05,0xbd,0xce, +0x00,0x18,0x1c,0x02,0x26,0xc5,0x21,0x3f,0xf5,0xef,0x55,0x00,0x93,0x42,0x60,0xd2, +0xf6,0x05,0xed,0x10,0x0d,0x80,0x87,0x70,0x4a,0xfe,0x01,0xff,0x90,0x9f,0xf6,0x3b, +0xc1,0x40,0xf6,0x00,0x8f,0xf9,0xa1,0xea,0x00,0x29,0x1c,0x31,0x0c,0xff,0xfe,0x85, +0x28,0x30,0x40,0x00,0x1b,0xd6,0x1e,0x50,0x05,0x3e,0xfa,0x83,0x28,0x0b,0x18,0xf1, +0x15,0x30,0x00,0xbf,0xd5,0xfc,0xff,0xff,0x81,0x7f,0xff,0xf3,0x1b,0xff,0xba,0xff, +0x6c,0x61,0x6d,0xb0,0x6b,0x50,0x2f,0xff,0xfe,0xdf,0x52,0x22,0x9f,0xd2,0x22,0x10, +0x08,0x74,0x10,0x46,0x0d,0x17,0x16,0x50,0x06,0x53,0x86,0xf8,0x0c,0xdd,0x04,0x41, +0x50,0x0d,0xf7,0xf7,0xe5,0xdb,0x00,0xda,0x07,0x31,0xf8,0xbf,0x10,0x0a,0x00,0x50, +0x2f,0xd2,0xfa,0x8f,0x41,0xef,0x4e,0x61,0x10,0x4f,0xa1,0xfc,0x10,0xef,0x67,0x03, +0x42,0x7f,0x70,0xa5,0x00,0x0a,0x00,0x1b,0x01,0x19,0x7a,0x11,0x01,0x5b,0x09,0x10, +0xf9,0xaa,0x10,0x11,0x20,0x09,0x53,0x01,0x33,0xdb,0x02,0xf8,0x5e,0x10,0xac,0xe3, +0x59,0x61,0xc0,0x00,0x8f,0xc3,0xe5,0xdf,0x43,0x12,0x00,0x9a,0x01,0xe0,0x44,0x4e, +0xfc,0x45,0x74,0x40,0x0c,0xfc,0x8f,0xf4,0x00,0x6f,0xf3,0x2e,0xd0,0x87,0x50,0xff, +0xb0,0x01,0xef,0xa0,0x5d,0x58,0xe3,0xfe,0xff,0x30,0x1b,0xff,0x88,0x9d,0xff,0x10, +0x02,0x1e,0xfa,0xa8,0xbf,0x90,0x5f,0xf0,0x04,0xd2,0xfd,0x6f,0xff,0xec,0xa8,0x9f, +0xf0,0x07,0xff,0x77,0xff,0x56,0x75,0x11,0x33,0x0c,0x30,0x3f,0x48,0x1e,0x30,0xff, +0x44,0xfe,0x3f,0x01,0x60,0x97,0x8e,0x50,0xff,0x34,0xfe,0xf0,0x05,0x50,0x01,0x82, +0x02,0xff,0x14,0x35,0x29,0xf1,0x12,0xe6,0xf7,0xf8,0x06,0xfe,0x04,0xfe,0x07,0x60, +0x0c,0xf4,0xf7,0xec,0x0c,0xfa,0x04,0xfe,0x0a,0xf5,0x0e,0xe1,0xf9,0x9a,0x8f,0xf4, +0x04,0xff,0x0c,0xf3,0x2f,0xb0,0xfb,0x0b,0x64,0xee,0x60,0xf0,0x3e,0x70,0x95,0x09, +0xfc,0xf6,0xa6,0x10,0x70,0xc7,0x00,0x04,0xba,0x91,0x15,0x51,0x77,0x40,0x71,0xfb, +0x00,0xef,0x50,0x15,0xfb,0x14,0x6e,0x4c,0xf0,0x16,0xef,0x7f,0xb5,0xfb,0x6f,0xb0, +0x00,0x7f,0xa6,0xb3,0xef,0x5d,0xf7,0xfb,0xaf,0x40,0x01,0xfe,0x1e,0xf5,0xef,0x57, +0xfc,0xfc,0xfd,0x00,0x1c,0xfc,0xbf,0xc0,0xef,0x53,0x88,0xfc,0x84,0x00,0x3f,0x89, +0xd9,0xb1,0x9e,0xef,0xff,0xee,0xb0,0x09,0x7d,0xf9,0x20,0xef,0x9f,0x29,0x11,0xf1, +0x01,0x5f,0xd7,0xf1,0xef,0x62,0x4f,0xfd,0x32,0x20,0x02,0xef,0x68,0xf6,0xef,0x50, +0x9f,0xdb,0x1f,0x70,0xff,0xfa,0xef,0x51,0xff,0xff,0xf7,0x6f,0xd7,0xf2,0x2e,0xdd, +0xef,0x5b,0xfe,0xfd,0xff,0x40,0x08,0x51,0x00,0x41,0xef,0xcf,0xf7,0xfb,0x8f,0xc0, +0x02,0x52,0x77,0xf1,0xef,0xcf,0x85,0xfb,0x0d,0x30,0x07,0xf7,0xf8,0xf6,0xef,0x6c, +0x05,0xfb,0x01,0x00,0x09,0xf2,0xf7,0xe9,0xef,0x50,0x05,0xfb,0x00,0x00,0x0c,0xe0, +0xf9,0xba,0xef,0x72,0x24,0x65,0x22,0x20,0x1f,0xa0,0xfa,0x10,0xc7,0x77,0x23,0x2b, +0x60,0xb6,0x36,0x42,0xf1,0x00,0x04,0xc5,0xba,0x3d,0x01,0x0c,0x8d,0x30,0x9b,0xbb, +0xcf,0xf9,0x07,0x13,0x2f,0xb4,0x42,0xf1,0x0a,0xf0,0x00,0x9f,0x85,0xe5,0x33,0x33, +0x7f,0xf3,0x33,0x30,0x02,0xfd,0x0d,0xf6,0x19,0x99,0xbf,0xf9,0x99,0x40,0x1d,0xfc, +0xaf,0xd0,0xc5,0x03,0x00,0xf7,0x7a,0x21,0x50,0x04,0xdd,0x0a,0x41,0x09,0x7c,0xfc, +0x10,0xde,0x18,0x53,0xc1,0x00,0x2f,0xfa,0xf1,0xeb,0x14,0x50,0xdf,0x76,0xf5,0xef, +0x10,0xe6,0xb5,0xf0,0x15,0x0a,0xff,0xcf,0xfa,0xef,0x12,0x20,0x12,0x0e,0xf2,0x1f, +0xfd,0x95,0xdc,0x22,0x3f,0xf0,0xcf,0x52,0x20,0x05,0x10,0x00,0x72,0x00,0x3f,0xf0, +0xcf,0x50,0x00,0x04,0x84,0xa8,0xf7,0x00,0x5f,0x0a,0x00,0xf0,0x12,0x08,0xf6,0xf8, +0xec,0x00,0xaf,0xc0,0xcf,0x53,0x60,0x0a,0xf2,0xfa,0x9f,0x03,0xff,0x70,0xcf,0x54, +0xf9,0x0d,0xf0,0xfb,0x5e,0x4d,0xfe,0x10,0xcf,0x66,0xf7,0x2f,0xb0,0xeb,0xe2,0x98, +0xd8,0xaf,0xff,0xf4,0x19,0x60,0x10,0x02,0xee,0x40,0x00,0x4e,0xff,0xa0,0x30,0x5a, +0x17,0x93,0xeb,0x24,0x13,0x1f,0xae,0x8a,0x23,0xf8,0x00,0x0a,0x00,0x32,0x6f,0xe1, +0x84,0xf7,0x0a,0x51,0x01,0xef,0x44,0xff,0x39,0x14,0x00,0x90,0x0b,0xfd,0x5e,0xfa, +0x06,0xbb,0xbb,0xbd,0xfd,0x4e,0x02,0xb3,0xe1,0x11,0x11,0x11,0x16,0xfd,0x10,0x0d, +0xbd,0xff,0x40,0xfa,0x00,0x42,0x2f,0xf9,0xe8,0xdf,0x14,0x55,0xa0,0xdf,0xa1,0xfd, +0x04,0x20,0x6f,0xc0,0x04,0x00,0x2e,0xca,0x08,0xf0,0x0d,0xe2,0x6f,0xc0,0x8f,0xc0, +0x1f,0xff,0xfe,0xef,0x4b,0xfe,0x7f,0xe7,0xff,0x50,0x07,0x63,0x00,0x47,0x10,0xc7, +0xaf,0xff,0xe3,0x00,0x05,0x63,0x87,0x5b,0x1c,0x00,0xe2,0xb9,0xf0,0x13,0xf7,0xf7, +0xf8,0x19,0xff,0xef,0xef,0xf9,0x00,0x0d,0xf4,0xf7,0xde,0xef,0xf7,0x6f,0xc5,0xff, +0xd2,0x0f,0xd2,0xf8,0xae,0x8e,0x40,0x7f,0xc0,0x5f,0xb0,0x3f,0xa1,0xfa,0x10,0x01, +0xcc,0x1a,0x40,0x10,0x18,0x50,0x20,0xfb,0xa9,0x1c,0x20,0xa9,0xb1,0x43,0x00,0x00, +0xab,0x80,0xce,0x81,0x01,0x38,0x36,0x00,0xf3,0x14,0x10,0x0c,0xfc,0x73,0x72,0x50, +0x00,0xaf,0xa3,0xe5,0x0f,0xff,0x6e,0xf4,0x21,0x1b,0xfd,0x8b,0x4e,0x64,0x60,0x2d, +0xfc,0x8f,0xf4,0x0f,0xfa,0x27,0x11,0xb0,0x59,0x07,0xf2,0x00,0x60,0x0f,0xde,0xff, +0x10,0x0f,0xf3,0x11,0x11,0xef,0x60,0x00,0x2f,0xfd,0xd2,0x1e,0x00,0xf0,0x05,0x01, +0xdf,0xa7,0xf7,0x0a,0xaa,0xbf,0xfa,0xaa,0x40,0x2d,0xff,0xdf,0xfb,0x11,0x11,0x3f, +0xf1,0x3b,0x10,0xbb,0x17,0xf0,0x05,0xcf,0xff,0xbf,0xf9,0xef,0xb0,0x08,0x74,0x10, +0x85,0xad,0xff,0x8f,0xff,0xfb,0x00,0x05,0x63,0x76,0xf4,0x01,0x8b,0x10,0xa0,0xc8, +0x00,0x60,0xf9,0x1e,0xf8,0x3f,0xff,0xf3,0xc8,0x00,0xf1,0x0e,0xdb,0xcf,0xe1,0x3f, +0xf9,0xfe,0x40,0x0f,0xd2,0xf9,0x0a,0xff,0x42,0x6f,0xf1,0xdf,0xf1,0x4f,0xa1,0xd7, +0x00,0xc3,0x2f,0xff,0xe0,0x2d,0x40,0x17,0x50,0x96,0x04,0x1a,0x40,0x71,0x26,0x10, +0x82,0xcd,0x22,0x13,0x40,0x18,0x0b,0x21,0x09,0xfa,0x71,0x50,0x20,0x00,0xcd,0x14, +0x0c,0x53,0x40,0x0a,0xf6,0x6b,0x1e,0x60,0xc2,0x40,0x0d,0xf6,0xef,0x10,0x7b,0x83, +0x80,0xbf,0x96,0xfd,0x0e,0xf2,0x00,0x00,0x09,0xbb,0x1b,0x21,0x40,0xef,0x71,0x04, +0x60,0xed,0xef,0xb0,0x0e,0xfc,0xbb,0x06,0x33,0x51,0x3f,0xfb,0xd0,0xef,0x10,0xae, +0x1a,0x22,0xf5,0x9f,0x43,0x0c,0x10,0x2e,0x94,0x08,0xf1,0x0d,0xfd,0xcf,0xaf,0xce, +0xf0,0xff,0xfe,0xcf,0xcf,0xff,0x85,0xf0,0xf5,0xaf,0x05,0x41,0x00,0x95,0xff,0xf8, +0x6f,0x0f,0x6a,0xf0,0x7a,0x6b,0xad,0x5f,0x43,0x00,0xf0,0x00,0x0b,0xf7,0xf8,0xf9, +0xfb,0xfe,0xdf,0xcf,0xde,0xf0,0xdf,0x4f,0x7f,0xff,0x9f,0x26,0x00,0xf0,0x09,0x0f, +0xd3,0xf6,0x9f,0xf5,0xf8,0x5f,0x0f,0x5a,0xf4,0xfa,0x1a,0x42,0xfd,0x3f,0x84,0xa0, +0x96,0xcf,0x2b,0x60,0x00,0x03,0x73,0xd2,0x43,0x15,0xa0,0xa3,0x04,0x15,0x0d,0x05, +0x30,0xf5,0x02,0xfc,0x9b,0xfe,0x99,0xff,0xb9,0xcf,0xf0,0x0d,0xfb,0x8b,0xfe,0x88, +0xff,0xa8,0xbf,0xf0,0x1b,0x00,0xa4,0x12,0x22,0x22,0x27,0xff,0x32,0x22,0x22,0x20, +0xaf,0x8d,0x71,0xe1,0x7a,0xaa,0xaa,0xad,0xfe,0xaa,0xaa,0xaa,0xa4,0x00,0x47,0x77, +0x7d,0xfc,0xe2,0xaf,0x14,0x9f,0x84,0x1d,0x10,0x9f,0x8a,0x36,0x28,0x4d,0xf9,0x12, +0x00,0x59,0xb3,0x33,0x33,0x33,0x3d,0x12,0x00,0x10,0xc5,0xdc,0x39,0x00,0x09,0x00, +0x10,0xeb,0xa6,0x0a,0x50,0xf9,0x00,0x9a,0xdf,0xda,0x93,0x47,0x36,0xfd,0xaa,0xef, +0x98,0x57,0x09,0x85,0xf5,0x51,0x70,0x00,0xab,0x50,0x03,0x76,0x52,0x20,0xf2,0x00, +0x17,0x22,0x00,0x2e,0xc3,0x01,0x00,0x8f,0xb2,0x06,0xfb,0x0f,0xf2,0x19,0xf9,0x39, +0xe8,0x30,0x4e,0xef,0xcc,0x4b,0x21,0xff,0xf0,0x46,0x16,0xa1,0x8d,0xde,0xff,0xdd, +0xc0,0x00,0x0b,0xf7,0x1f,0xf3,0xd2,0x1c,0xb0,0x02,0x8e,0xfb,0x8f,0xf2,0x02,0x29, +0xfc,0x22,0x10,0x04,0x3c,0x00,0x11,0x3f,0x8f,0xa1,0x41,0xbf,0xe7,0x77,0x71,0x0a, +0x00,0x00,0x3e,0x17,0x02,0xd0,0x43,0x11,0x04,0xa1,0x00,0x22,0x08,0xfb,0x30,0x1c, +0x01,0x2f,0x8b,0x52,0xf5,0x4f,0xff,0xe0,0x0b,0x0a,0x00,0xe2,0x07,0xaf,0xe0,0x0b, +0xf9,0x34,0x4a,0xfc,0x44,0x41,0x00,0x4f,0xe1,0x1b,0x28,0x00,0x00,0x3d,0x07,0x06, +0x0a,0x00,0x13,0xf8,0x0a,0x00,0x24,0xe0,0x00,0x4a,0x1d,0x03,0xc2,0x0b,0x04,0x38, +0x69,0x41,0x4f,0x70,0x00,0x0c,0x28,0x65,0x24,0x6f,0xf9,0xb6,0x13,0x13,0xfb,0xed, +0xa7,0x00,0xcb,0x85,0x00,0xc2,0x6f,0x56,0xf5,0x4f,0xfe,0x31,0x11,0xd5,0x5c,0x10, +0x7d,0xca,0x15,0x41,0xfe,0xdd,0xdd,0xdc,0x6c,0xaf,0x14,0xd4,0x31,0xbb,0x02,0x12, +0x00,0x14,0x5b,0x6a,0x15,0x42,0xef,0xff,0xab,0xfe,0x9b,0x05,0x41,0xe7,0x11,0xff, +0xec,0x8c,0x49,0x14,0x00,0xb0,0x91,0x02,0x8e,0x10,0x2b,0x18,0xff,0xbd,0xe1,0x44, +0x32,0x21,0x5f,0xf7,0xcb,0x5a,0x03,0x21,0x29,0x1d,0x2f,0x6d,0xc9,0x01,0x6b,0x46, +0x02,0x37,0x81,0x11,0xc0,0xde,0x3a,0x12,0x3f,0xa6,0x5c,0x05,0x94,0x77,0x10,0xfb, +0x5e,0x00,0x31,0x19,0xfd,0x11,0x7f,0x3d,0x00,0x26,0x00,0x00,0x09,0x00,0x06,0x7b, +0x17,0x05,0x6e,0x35,0x51,0x02,0x22,0x22,0x4c,0xff,0x43,0x1f,0x00,0xe8,0xb0,0x12, +0xd3,0x3c,0x25,0x03,0x03,0x35,0x00,0x58,0xf6,0x00,0xf3,0x28,0x62,0xfa,0x00,0x0d, +0xfd,0x8f,0xf4,0x19,0x94,0x25,0x23,0x01,0x0b,0x18,0x10,0x1f,0x3a,0x16,0x01,0xc9, +0xfd,0x23,0xff,0x40,0x7c,0x71,0x14,0x1f,0x03,0x34,0x07,0x26,0x00,0x10,0xf5,0xf5, +0x43,0x11,0x90,0x82,0x22,0x20,0x05,0xff,0x24,0xdd,0x00,0x97,0x85,0x41,0x5f,0xf4, +0x8d,0xfa,0xa8,0x3d,0x00,0x00,0xfb,0x90,0x91,0x01,0x22,0x22,0xef,0x80,0x5f,0xfa, +0x62,0x61,0x4a,0x10,0x6e,0x26,0x00,0x30,0x01,0xc6,0x0c,0x9c,0x0a,0x90,0x5f,0xf9, +0x77,0xbf,0xe0,0xbf,0xda,0x7e,0xf8,0x4f,0x00,0x00,0xbd,0x9b,0xa0,0xab,0x60,0x02, +0x79,0x99,0x96,0x00,0x00,0x5b,0xbb,0x01,0x00,0x13,0xb6,0x02,0xcd,0x02,0xb9,0x5a, +0x11,0xe0,0x24,0x6d,0x09,0x13,0x00,0x51,0xfa,0xaa,0xaa,0xaa,0xaf,0x13,0x00,0x05, +0x24,0x6c,0x04,0x85,0x33,0x20,0x07,0xff,0xbf,0x35,0x04,0x39,0x00,0x32,0x10,0x0f, +0xf8,0xfc,0x90,0x02,0xb7,0xbb,0x20,0x7f,0xe0,0x72,0x66,0x1a,0x80,0x72,0x01,0x21, +0xea,0x10,0xea,0x83,0x00,0x77,0x71,0x60,0x49,0x40,0x1f,0xf4,0x01,0x93,0x35,0x31, +0xd0,0x8f,0xe0,0x1f,0xf7,0xaf,0xfe,0x20,0x07,0xff,0x94,0x6f,0xf8,0x1f,0x3f,0x4a, +0x11,0x0c,0xc5,0xa2,0x80,0xfb,0x51,0x01,0x00,0x06,0xec,0xa9,0x76,0x8c,0x42,0x21, +0x0d,0xa1,0x4e,0x3a,0xa1,0x0f,0xf9,0x44,0x5f,0xf1,0x02,0xee,0xee,0xee,0xe5,0x2a, +0xe3,0x11,0x02,0x72,0x3f,0xb1,0xac,0xdd,0xdb,0x20,0x02,0xff,0x10,0x0f,0xf5,0x04, +0x41,0x6d,0x02,0x20,0xbb,0xbf,0xc0,0x5d,0x21,0x64,0x00,0x1e,0x00,0x50,0x0f,0xf5, +0x6d,0xff,0x30,0x7d,0xf7,0x00,0x1c,0x0d,0xb4,0xe8,0x10,0x02,0xff,0xcc,0xcf,0xf5, +0x0f,0xff,0xb6,0x00,0x1e,0x00,0x31,0x00,0x07,0x40,0x1e,0x00,0x00,0xca,0x5d,0xf1, +0x02,0xf6,0x02,0xff,0x02,0x2f,0xf5,0x0f,0xf9,0x33,0x3e,0xf3,0x02,0xff,0x0d,0xff, +0xf3,0x0d,0x60,0x19,0x71,0xff,0x07,0xfd,0x70,0x03,0xbd,0xdd,0x4f,0xcb,0x26,0x7d, +0xb3,0xe1,0xc8,0x00,0x0c,0x1b,0x63,0xef,0xc5,0x55,0x55,0x52,0x1f,0x34,0x13,0x05, +0x08,0x00,0x12,0xf4,0x05,0x0c,0x23,0x1f,0xf5,0x08,0x00,0x0c,0x20,0x00,0x11,0xf7, +0xfb,0x84,0x06,0x28,0x00,0x0d,0x20,0x00,0x00,0x9e,0x0d,0x07,0x20,0x00,0x10,0xf7, +0x9f,0x07,0x17,0x5f,0x28,0x00,0x01,0xb4,0x74,0x05,0x20,0x00,0x09,0x62,0x01,0x12, +0x7d,0x43,0x17,0x00,0xcf,0x10,0x21,0x51,0x11,0xf0,0xf8,0x04,0x2d,0x5b,0x04,0x79, +0x8e,0x03,0x91,0x5c,0x10,0xef,0x13,0x00,0x10,0xec,0x1a,0x50,0x19,0xf7,0x26,0x00, +0x10,0xa2,0xb7,0x89,0x05,0x26,0x00,0x0a,0x39,0x00,0x06,0x26,0x00,0x61,0x90,0x0c, +0xfd,0x00,0x00,0x88,0x26,0x00,0x51,0x2f,0xfa,0x01,0xbf,0xfa,0xee,0x3a,0x33,0x7f, +0xfb,0xef,0x55,0x29,0x11,0x9f,0x29,0xe3,0x81,0xff,0xa5,0x9c,0xf0,0x8f,0xff,0xd6, +0x10,0x1d,0x05,0xf6,0x02,0x20,0x4d,0xff,0xff,0xb0,0x0c,0xff,0xff,0xb7,0x40,0x00, +0x06,0xbf,0xf2,0x00,0x2b,0x73,0x0b,0x4d,0x25,0x88,0x20,0x85,0x8b,0x36,0xa2,0x22, +0x32,0xd2,0x20,0x11,0x80,0xd5,0xa7,0x00,0x61,0x12,0x11,0x60,0x16,0x6e,0x12,0x40, +0x53,0xd9,0x95,0x05,0xff,0xf9,0x33,0x35,0xff,0xd4,0x33,0x31,0x8a,0x12,0x44,0xf6, +0x00,0x0a,0xef,0x0a,0x00,0x21,0x02,0x1f,0x92,0x39,0x12,0x0e,0x9e,0x5f,0x04,0x0a, +0x00,0x05,0x5a,0x7b,0x07,0x0a,0x00,0x12,0xf8,0x75,0x77,0x04,0xab,0x49,0x25,0x04, +0x46,0xb5,0x49,0x23,0x0f,0xd3,0x0d,0x25,0x00,0x80,0x45,0x20,0x0d,0xfc,0xa8,0x8f, +0x20,0x24,0xcf,0x26,0x7c,0x05,0x01,0x01,0x11,0x6c,0x45,0x32,0x11,0xd6,0x12,0xb2, +0x02,0xf9,0xd5,0x15,0x3f,0x99,0x0e,0x06,0x0a,0x00,0x02,0x1e,0x00,0x30,0xac,0x57, +0xe4,0x98,0x02,0x91,0x43,0x00,0x00,0xac,0x56,0xfb,0x00,0x01,0xdd,0x1c,0x3b,0x34, +0xed,0xfd,0x80,0x07,0x0f,0x00,0xc6,0x28,0x00,0xf2,0x01,0x50,0xbf,0x93,0x33,0x20, +0x02,0xb5,0x92,0xd0,0xfa,0x9f,0x92,0xfb,0x10,0x02,0xff,0x4f,0xb8,0xfb,0x74,0x7f, +0xa7,0x0e,0x0c,0x60,0x4f,0xa7,0xfb,0x52,0x5f,0xcd,0x97,0x04,0x00,0xd5,0x4f,0x10, +0x3f,0xf1,0x09,0x60,0xfe,0x4f,0x80,0x02,0xf7,0x0f,0x38,0xe3,0x10,0xfc,0x14,0x00, +0x00,0xe4,0xa9,0xf0,0x08,0x06,0xfb,0x4f,0x96,0xfa,0x42,0x2f,0xfa,0x04,0x20,0x0a, +0xf9,0x4f,0xb9,0xfc,0x85,0xdf,0xfe,0x07,0xf5,0x0e,0xf5,0x4f,0xa3,0xa8,0x51,0xef, +0x9c,0xf5,0x5f,0xf1,0xb6,0xbc,0x50,0x5f,0xff,0xf1,0x08,0x80,0x16,0xa2,0x3e,0x40, +0x07,0xee,0xe9,0x77,0x02,0xb3,0x63,0x15,0x81,0x61,0x22,0x21,0xb0,0x1f,0xe4,0x19, +0x00,0xfc,0xb0,0x02,0x0a,0x00,0x00,0x4f,0xab,0x11,0x03,0xeb,0x4f,0x43,0x2f,0xfc, +0x14,0x71,0xd5,0x03,0x26,0xb0,0x0e,0xdc,0xc6,0x12,0xf3,0xa6,0x70,0x00,0x9c,0x5e, +0x03,0x42,0x0a,0x42,0x7f,0xff,0x00,0xef,0x06,0x62,0x02,0xfa,0x06,0x00,0xf8,0x2a, +0x05,0x0a,0x00,0x24,0x0c,0xe8,0x0a,0x00,0x34,0x01,0x25,0xff,0x18,0xd3,0x1f,0x05, +0x0a,0x00,0x0e,0x42,0x27,0x78,0xff,0x50,0x0a,0x00,0x11,0x1f,0xc2,0x29,0x10,0x05, +0x60,0x1b,0x20,0xed,0xa4,0x8f,0x01,0x52,0xb5,0x00,0x23,0x58,0xb2,0x69,0x7e,0x00, +0x30,0x85,0x10,0x7f,0xfc,0x09,0xf3,0x06,0xc0,0x6a,0x9f,0xf5,0x20,0x7f,0xff,0xf0, +0x1d,0xfe,0x10,0x33,0x3f,0xf3,0x33,0x11,0x11,0x10,0x3f,0xe3,0x61,0x76,0x12,0x30, +0x07,0x28,0xff,0x70,0x6d,0x01,0x5f,0x45,0xf0,0x0e,0xf7,0x58,0x8f,0xf8,0x87,0x7a, +0xaa,0xa4,0x00,0xcf,0xf0,0xbf,0xdf,0xfd,0xfe,0xbf,0xff,0xf7,0x0a,0xff,0xe0,0xbf, +0x5f,0xf5,0xee,0x58,0xff,0x73,0x6f,0xa8,0x7b,0x00,0xf0,0xf9,0xd3,0x00,0x2f,0xef, +0xe0,0xbe,0x2e,0xf2,0xde,0x02,0xff,0x00,0x06,0x4f,0x14,0x00,0x00,0x0b,0x53,0x41, +0x12,0x2e,0xf2,0x22,0x0a,0x00,0x00,0xa6,0x57,0x12,0xfc,0x0a,0x00,0x42,0x7b,0xbf, +0xfb,0xb9,0x0a,0x00,0x41,0x00,0x1e,0xf3,0x45,0x0a,0x00,0x01,0x79,0x53,0x11,0x46, +0x14,0x00,0x61,0xdc,0xba,0x98,0x76,0xdf,0xfe,0x1e,0x00,0x00,0x5e,0x06,0x02,0xff, +0x06,0x03,0x1f,0x15,0x00,0xf0,0x13,0x11,0xf5,0x09,0x20,0x06,0x36,0x08,0x00,0x19, +0x1c,0x41,0xfb,0xbb,0xbb,0xbb,0x2a,0x68,0x21,0x7f,0xf4,0x0a,0x68,0x05,0x2d,0x11, +0x00,0xaf,0x81,0x20,0xcf,0xfa,0x04,0x16,0x10,0x02,0x22,0x7e,0x00,0x68,0x72,0x06, +0xcd,0x1f,0x10,0xa0,0xa4,0x1c,0x10,0xff,0xa1,0x25,0x10,0x80,0xcf,0x68,0x50,0xe5, +0xff,0x50,0x01,0x91,0xb9,0x65,0x80,0xfd,0x20,0x9f,0xe0,0x3e,0xfe,0x20,0x05,0x35, +0x55,0x60,0x2f,0xfb,0xff,0xe4,0x00,0x4f,0xb2,0x01,0x10,0x08,0xc8,0x08,0x73,0x07, +0xc4,0x5f,0xf2,0x00,0x43,0xcf,0x4b,0xb5,0x50,0xbf,0xf9,0x1d,0xff,0xd5,0x74,0xab, +0x00,0x11,0x08,0x10,0xbf,0x38,0x3b,0x10,0xef,0x8b,0x6a,0x10,0x06,0xfa,0x02,0x22, +0x79,0x30,0xb4,0xe1,0x09,0x20,0xca,0x12,0x00,0xb4,0x70,0x96,0x07,0x88,0x88,0x88, +0xcf,0xfb,0x88,0x88,0x88,0x8c,0x00,0x24,0x50,0x04,0xc5,0x8c,0x41,0x10,0x00,0x02, +0xbb,0x01,0x00,0x06,0x14,0x12,0x02,0x57,0x43,0x02,0xd1,0x01,0x20,0x0c,0xdd,0xc3, +0x50,0x28,0xac,0xff,0xee,0x1e,0x22,0x01,0x14,0x1e,0x00,0x28,0x11,0x10,0x32,0x00, +0x71,0xbb,0xdf,0xfe,0xff,0xeb,0xbb,0x40,0x2e,0xb2,0x30,0xd2,0x8f,0xe1,0xde,0x0d, +0x20,0x49,0xff,0xaa,0xbc,0x20,0xbf,0xe5,0xcd,0x0b,0x10,0xf8,0xf7,0xad,0x00,0x9a, +0x65,0xa0,0x3d,0xf9,0x46,0x98,0x8f,0xff,0x81,0x00,0x01,0x00,0xee,0x0f,0x11,0x06, +0x91,0xc3,0x61,0x5f,0xff,0xea,0x73,0x00,0x2a,0x13,0x78,0x11,0x51,0xc2,0x6b,0x03, +0xca,0x49,0x10,0xdf,0x23,0xfe,0x34,0xe5,0x0f,0xf2,0xa6,0x53,0x30,0x8f,0xf4,0xdd, +0x17,0x1e,0x53,0xc0,0x00,0x5f,0x4f,0xf4,0x98,0x08,0xc3,0x01,0x0f,0xf3,0x33,0x33, +0xef,0xa3,0x33,0x30,0x00,0x04,0xbf,0x32,0x00,0x00,0x4a,0x01,0xb1,0x01,0x11,0xdf, +0x91,0x11,0x00,0x3f,0xff,0xaf,0xf2,0x9f,0x2e,0x04,0x53,0x0b,0x71,0x0f,0xf2,0x8f, +0x38,0x04,0x22,0x09,0x91,0x42,0x27,0x10,0x0b,0xcc,0x01,0x58,0xfd,0xbb,0xbb,0xbb, +0xb0,0x10,0x60,0xf0,0x05,0x26,0xdf,0xf7,0xef,0x82,0x26,0xe7,0x20,0x00,0x26,0xcf, +0xfd,0x30,0x5f,0xf5,0x9f,0xfb,0x00,0x2e,0xff,0x77,0xf9,0x00,0x10,0x14,0x92,0x08, +0xd8,0x6f,0xf4,0x47,0xa6,0xbf,0xfc,0x50,0xfc,0x08,0x30,0xf6,0x08,0xff,0x8c,0xcd, +0x60,0xef,0xfd,0x96,0x30,0x00,0x19,0x37,0x41,0x12,0x64,0x42,0x05,0x13,0x10,0xc1, +0x4d,0x01,0x9c,0xaf,0x11,0x1d,0x6f,0x13,0x00,0x42,0xdb,0x82,0x9f,0xf9,0x88,0x30, +0xef,0x20,0xff,0x20,0x69,0xf1,0x00,0x0a,0x00,0x60,0x09,0xe4,0x4e,0xf5,0x44,0x40, +0x0a,0x00,0x11,0x0f,0xa3,0x5d,0x00,0x0a,0x00,0x51,0x04,0x55,0x5e,0xf6,0x55,0x14, +0x00,0x11,0x03,0x36,0x02,0x01,0x0a,0x00,0xf2,0x0a,0xfb,0x6e,0xf7,0x8f,0xa0,0x89, +0x10,0xff,0x20,0x03,0xf9,0x0d,0xf5,0x9f,0x90,0x03,0x78,0xff,0x10,0x03,0xf8,0x0d, +0xf4,0xef,0xd0,0x4b,0x11,0x68,0x02,0x21,0x2f,0xf7,0x00,0x22,0xab,0x80,0x40,0x0d, +0xdd,0xdd,0xef,0x83,0x17,0xd0,0xfd,0xd0,0x00,0x00,0x5a,0xff,0xd4,0x9f,0xb0,0x2b, +0xfc,0x10,0x1a,0xad,0xad,0xb1,0x1e,0xfc,0xff,0xd4,0x00,0x09,0xfd,0xaf,0xf2,0x00, +0x23,0x37,0x1b,0x90,0x10,0x4f,0xfb,0xdf,0xc0,0x2d,0xff,0xea,0x61,0xc9,0x11,0x40, +0xfb,0x60,0x00,0x6e,0x12,0x57,0x11,0x4b,0x19,0x06,0x20,0x27,0x20,0xbe,0x9e,0x03, +0xe0,0xdd,0x24,0x4f,0xe1,0x87,0xc2,0x10,0x0c,0x96,0x31,0x10,0xdd,0x63,0x17,0x44, +0x58,0xd6,0x30,0xcf,0xb1,0x4d,0x11,0xfb,0xa9,0x94,0x54,0x10,0x1c,0xcc,0xdf,0xfe, +0x13,0x02,0x70,0xcf,0x71,0xaf,0xf5,0x55,0x57,0xff,0x81,0x05,0x11,0x42,0x34,0x0b, +0x00,0xaf,0x5e,0x61,0xee,0x4f,0xf6,0x66,0x68,0xff,0xf0,0xaf,0xf0,0x12,0x4f,0xfc, +0xcc,0xcd,0xff,0x00,0x3e,0xff,0xff,0xd0,0x28,0xaf,0xfb,0x88,0x88,0x00,0x5f,0xef, +0xfb,0xfa,0x01,0xdf,0xfa,0xaa,0xa6,0x00,0x0c,0x2e,0xf2,0xe4,0x3d,0xff,0xff,0x69, +0x11,0x70,0x0e,0xf1,0x29,0xff,0xfe,0x31,0x9f,0x43,0x88,0x70,0xf1,0x09,0xfc,0xdf, +0xea,0xff,0x90,0x0a,0x00,0x32,0x00,0x60,0x2f,0xb1,0x57,0x30,0xf1,0x02,0x6a,0xeb, +0xac,0xb0,0x62,0x00,0x0e,0xf1,0x2f,0xff,0xfe,0x76,0xdf,0xff,0xf2,0x28,0x00,0x67, +0xd9,0x40,0x00,0x04,0x8c,0x70,0x49,0x38,0x05,0x84,0x03,0x06,0x0a,0x00,0x00,0x54, +0x60,0x55,0xc1,0x1f,0xf4,0x11,0x11,0xdd,0x1e,0x00,0x17,0x2b,0x70,0xed,0xef,0xfd, +0xdf,0xfe,0xde,0xff,0xa6,0x1a,0x50,0x7f,0xb0,0x0f,0xf3,0x05,0x0a,0x00,0x10,0x71, +0x28,0x00,0x28,0x16,0xff,0x28,0x00,0x31,0xac,0xcc,0xcf,0x6e,0x20,0x00,0xf9,0x0a, +0x21,0x3f,0xfa,0xa5,0x1b,0x0f,0x2f,0x6c,0x01,0x01,0xe9,0xb1,0x32,0x01,0xdf,0xd0, +0x6f,0xc1,0x22,0xc8,0x5c,0x16,0x8c,0x10,0x69,0x6c,0x40,0x10,0x30,0x56,0x81,0x30, +0x47,0xae,0xff,0x63,0xda,0x01,0x63,0x6a,0xa0,0xfb,0x52,0x7c,0xff,0xfe,0x20,0x01, +0xed,0xb9,0x63,0x90,0x0c,0x15,0xc2,0x62,0x41,0x19,0xb0,0x0a,0x00,0x10,0xfe,0x6c, +0x00,0x1a,0xbf,0x14,0x00,0x02,0x8b,0x08,0x14,0xb0,0xdb,0x1f,0x1a,0xbf,0x14,0x00, +0x07,0x3c,0x00,0x06,0x1e,0x00,0x04,0x1b,0x42,0x06,0x1e,0x00,0x82,0x01,0x33,0xff, +0xa3,0x3f,0xf9,0x33,0x20,0x37,0x70,0x10,0x0f,0xaa,0xe9,0x01,0xc6,0x1f,0x21,0x0f, +0xf7,0xfb,0x4e,0x20,0x8f,0xfa,0xaa,0x65,0xd0,0x0d,0xf6,0x01,0x6d,0xff,0xe1,0x00, +0x0e,0xfb,0x44,0x5f,0xf3,0x0d,0xf6,0x13,0x11,0x0b,0x4a,0x3d,0x22,0xfc,0x60,0x81, +0x6a,0x01,0x6c,0x59,0x05,0x4e,0x31,0x07,0x0a,0x00,0x12,0x07,0xfb,0x2d,0x05,0x0a, +0x00,0x82,0x08,0xbb,0xff,0xbb,0x67,0xfb,0x11,0x11,0xc7,0x46,0x12,0x97,0x37,0x29, +0x40,0x35,0xff,0x43,0x27,0x0c,0x2d,0x02,0x28,0x00,0x10,0xfa,0xef,0x0e,0x51,0x04, +0x46,0xff,0x44,0x37,0x14,0x00,0x00,0x63,0x05,0x12,0xd7,0x80,0xb9,0x41,0xcd,0xff, +0xcc,0xb7,0x1e,0x00,0x00,0xc7,0x71,0x03,0x5a,0x00,0x00,0x83,0xd6,0x01,0x0a,0x00, +0x00,0x86,0xda,0x50,0x01,0x3f,0xf4,0xff,0x52,0xb0,0x0b,0x60,0xff,0x60,0x4f,0xf0, +0xff,0x30,0x61,0x13,0x60,0x8f,0xe0,0x8f,0xc0,0xff,0x30,0x3a,0x0b,0xf0,0x04,0x0e, +0x41,0xef,0x60,0xff,0x33,0x20,0x09,0xff,0x10,0x01,0x1d,0xfe,0x00,0xff,0x57,0xf7, +0x1f,0xf6,0xf0,0xa9,0x00,0x12,0xac,0xa8,0x03,0xa0,0x00,0x02,0xfc,0x30,0x00,0x5e, +0xff,0xb0,0xb2,0x46,0x15,0x81,0x45,0x02,0x12,0xfb,0x2f,0x01,0x10,0x40,0x53,0x30, +0x10,0x05,0xdf,0x1a,0x61,0x40,0x06,0x88,0xee,0x87,0x05,0x01,0x8a,0x00,0x58,0x02, +0x11,0x75,0x1e,0x00,0x81,0x06,0x88,0x8d,0xff,0x15,0xff,0xcc,0xcc,0xaf,0xa1,0x12, +0xf7,0x1e,0x00,0x00,0x70,0x2d,0x02,0x3c,0x00,0x00,0xd2,0xf7,0x01,0x3c,0x00,0x00, +0xfd,0x56,0x03,0x1e,0x00,0x00,0x70,0xda,0x11,0x85,0x14,0x00,0x61,0x1f,0xfc,0xfe, +0xaf,0x85,0xff,0x11,0x57,0x61,0x56,0xfe,0x09,0x00,0x2f,0xe0,0x35,0x88,0x10,0xfe, +0x5b,0xf8,0x04,0x0a,0x00,0x80,0x9f,0x90,0xff,0x32,0x10,0x00,0x06,0xfe,0x27,0x6c, +0x60,0xff,0x36,0xf6,0x00,0x06,0xfe,0xc7,0xc2,0x20,0xff,0x59,0x15,0x45,0x00,0x71, +0x29,0x00,0xde,0x49,0x9a,0x06,0xfe,0x03,0xd6,0x00,0x00,0x5d,0xee,0x90,0x54,0x08, +0x26,0x6a,0x70,0x22,0x08,0x05,0xc2,0x3d,0x03,0xe6,0xfa,0x0e,0x1a,0x65,0x09,0xf3, +0x42,0x04,0xec,0x43,0x12,0x03,0x47,0x1a,0x09,0x4e,0x5a,0x07,0x1e,0x00,0x02,0x41, +0x22,0x19,0x60,0xbe,0x10,0x02,0x14,0x00,0x15,0x90,0xcf,0x0c,0x14,0xa0,0x98,0x9d, +0x15,0xdf,0x0a,0x00,0x11,0xcf,0x85,0x6a,0x13,0xee,0x72,0x0d,0x0c,0x28,0x00,0x27, +0xcf,0xa0,0xc5,0x86,0x24,0x07,0xfa,0x04,0x18,0x24,0x3f,0xf2,0x33,0x72,0x22,0xcf, +0x40,0x13,0x00,0x51,0xcd,0xde,0xed,0xdd,0x60,0x02,0x9e,0x01,0x2b,0x0b,0x00,0x13, +0x00,0x01,0x86,0x35,0x01,0x26,0x00,0x71,0xdd,0xdd,0xdd,0x82,0x44,0x5f,0xf8,0x06, +0x66,0x02,0x52,0xac,0x02,0x26,0xe3,0x03,0xf5,0x00,0xb1,0xf9,0x12,0x23,0xff,0x72, +0x22,0x00,0xcc,0xcc,0xcc,0x70,0x39,0x00,0x10,0x03,0x84,0x85,0x01,0x39,0x00,0x01, +0x8b,0x00,0x20,0x1f,0xf6,0x83,0x48,0x23,0xbd,0xfa,0x13,0x00,0x23,0x00,0x5f,0x13, +0x00,0x3c,0xf1,0x06,0xfa,0x26,0x00,0x34,0xfd,0xdd,0xd9,0x26,0x00,0x06,0x68,0xd7, +0x05,0x7c,0x0d,0x15,0xe3,0x4e,0x02,0x14,0xfd,0x4e,0x02,0x32,0x03,0xfc,0x10,0x0a, +0x00,0x01,0xdc,0x1b,0x62,0x33,0x33,0x35,0xff,0x40,0x5e,0x87,0x23,0x25,0x01,0xff, +0xae,0x51,0x02,0x25,0x2c,0x02,0x0a,0x00,0xa5,0x04,0xcc,0xcc,0xcc,0x02,0x77,0x77, +0x78,0xff,0x40,0x7f,0x01,0x10,0x40,0x48,0x03,0x11,0x54,0x44,0x02,0xa0,0x08,0xbb, +0xbb,0xbb,0x44,0xff,0x10,0x01,0xdd,0x30,0xed,0x0f,0x02,0xae,0x44,0x00,0x59,0x22, +0x03,0x0a,0x00,0x21,0xfe,0xcd,0x0a,0x00,0x51,0x03,0x00,0x06,0xf9,0x01,0x0a,0x00, +0x50,0x0d,0xe3,0x06,0xfa,0x02,0x0a,0x00,0x00,0x45,0x89,0x01,0xc3,0x63,0xa5,0x95, +0x55,0x9f,0xf1,0x06,0xff,0xdd,0xdd,0x00,0xef,0x91,0x98,0x85,0x3b,0xde,0xee,0xda, +0x10,0x00,0x02,0x80,0x3a,0x17,0x11,0xf8,0x93,0x0c,0x12,0xe0,0x97,0x33,0x01,0x0a, +0x00,0x91,0x05,0x56,0xfb,0x65,0x40,0xff,0x53,0x6f,0xe0,0x0f,0x09,0x51,0xb2,0xff, +0x10,0x3f,0xe0,0xaa,0x28,0xc0,0x4b,0xfd,0x00,0x3f,0xf1,0x20,0x02,0xdd,0xdd,0xdc, +0xcf,0xf5,0x90,0x9b,0x00,0xaa,0xaa,0x60,0x9f,0x80,0x00,0x07,0xcd,0xd1,0xa0,0x00, +0x11,0x27,0x66,0x3a,0x14,0x03,0x4e,0xb1,0x53,0x80,0x02,0xcc,0xcc,0xcb,0x8a,0x17, +0x80,0x33,0x33,0x32,0x0a,0xf7,0x11,0x1a,0xfd,0x65,0x08,0x60,0xfe,0x07,0xff,0x20, +0x5f,0xf7,0x58,0x0e,0xe0,0xfe,0x00,0xdf,0xe4,0xff,0xc0,0x00,0x02,0xfd,0x02,0xfe, +0x00,0x2f,0xff,0x06,0x25,0x50,0xfd,0x03,0xfe,0x00,0x4c,0x7d,0x04,0x10,0x02,0x0d, +0x43,0x10,0xff,0xa8,0x73,0x70,0x02,0xff,0xdd,0xdc,0xef,0xff,0x81,0xa0,0x37,0x9f, +0xfd,0x00,0x00,0x7e,0x82,0x00,0x01,0x8e,0x80,0x67,0x0b,0x02,0x25,0x2a,0xa0,0xc8, +0x2a,0x12,0xf2,0x53,0x0f,0x10,0xd0,0x82,0xa7,0x02,0x0a,0x00,0xb1,0x5e,0xef,0xfe, +0xee,0x34,0x44,0x6f,0xf5,0x44,0x30,0x5f,0x2f,0x02,0x28,0x3f,0xf2,0x43,0x1b,0x10, +0x06,0xf0,0xec,0x00,0xb4,0x82,0x00,0x2b,0x81,0x62,0xd4,0x0e,0xf4,0x3f,0xf3,0x11, +0x7d,0x3f,0x20,0xf4,0x3f,0xec,0x09,0x32,0xff,0xff,0xf8,0x0a,0x00,0x82,0x08,0xbb, +0xbb,0xb6,0x0e,0xf4,0x3f,0xf4,0x97,0xec,0x01,0x32,0x00,0x00,0xe3,0x02,0x13,0xf7, +0x0a,0x00,0x24,0xfe,0xde,0x0a,0x00,0x27,0xf8,0x08,0x0a,0x00,0x83,0x3f,0xf7,0x6f, +0xf5,0x33,0x31,0x07,0xff,0x4e,0x9b,0x00,0x2b,0xfd,0x04,0x0a,0x00,0x16,0xf8,0x0e, +0x25,0x10,0x90,0x2b,0x06,0x13,0xa0,0x76,0x8b,0x01,0xd5,0x0f,0x00,0xe6,0x05,0xa1, +0x05,0x55,0x5e,0xfb,0x55,0x51,0x06,0x66,0xfa,0x66,0x80,0x22,0x01,0x26,0x93,0x20, +0xac,0xcd,0x45,0x65,0x00,0x90,0x01,0x50,0x30,0x07,0xfd,0x01,0x10,0xd3,0x4e,0x60, +0xd9,0x00,0x1e,0xf4,0x0a,0xf8,0x40,0x02,0x65,0xfb,0x01,0xbf,0xd5,0x7f,0xf3,0x49, +0x48,0x10,0x80,0x14,0x00,0x60,0xfc,0x0a,0xec,0xcf,0xfb,0x12,0xf1,0x03,0x80,0xc9, +0x00,0x02,0xdf,0xd1,0x9f,0xc0,0x00,0x12,0x03,0x40,0x6f,0xfc,0x13,0xff,0x5d,0xd3, +0xf0,0x09,0xfc,0x2c,0xff,0xa0,0x2e,0xfd,0x00,0x03,0xfe,0xbb,0xfc,0x1e,0xe5,0x02, +0xef,0xe1,0x00,0x03,0xfb,0x02,0xfc,0x03,0x10,0x6f,0x92,0xea,0x50,0xfc,0x03,0xfc, +0x00,0x2b,0xa9,0xe5,0x00,0x28,0x00,0x40,0x3a,0xff,0xfa,0x1a,0x32,0x00,0x20,0xdd, +0xdd,0x67,0x19,0xb7,0xbf,0xf4,0x03,0xfb,0x00,0x00,0xbe,0x70,0x00,0x00,0x1d,0x91, +0xef,0x00,0xd3,0x81,0x60,0x03,0xa3,0x00,0x00,0xc8,0x20,0x64,0x11,0x21,0x0b,0xfd, +0xea,0x3f,0x20,0x08,0xfb,0x88,0x06,0xb2,0x0d,0xfb,0x00,0x49,0x9b,0xfa,0x99,0x10, +0xbf,0x80,0x3d,0xa0,0x01,0x11,0x9f,0x9a,0x01,0x00,0x9c,0x3c,0x12,0x8f,0xdd,0x2d, +0x92,0xdd,0xdd,0xd4,0x12,0x22,0x8f,0xe2,0x22,0x10,0x27,0x77,0x23,0x7f,0xd0,0xd2, +0x23,0x00,0xfc,0x18,0x33,0x30,0x0a,0xff,0xbd,0xa5,0xc1,0x40,0x07,0xcc,0xcc,0xc4, +0x07,0x77,0xbf,0xe7,0x77,0x20,0x02,0x06,0x87,0x22,0x7f,0xd0,0xdc,0xad,0xc1,0x34, +0x44,0xaf,0xe4,0x44,0x40,0x0a,0xfc,0xbd,0xf8,0xbf,0xff,0x5e,0x50,0x40,0xf4,0x07, +0xf8,0xae,0x9c,0x19,0x56,0xe2,0x0a,0xf5,0x08,0xf8,0x28,0x00,0x03,0x0a,0x00,0x33, +0xfe,0xdd,0xd7,0x0a,0x00,0x22,0xf4,0x00,0x21,0x5c,0x04,0xe2,0xa7,0x12,0x00,0x64, +0xe4,0x13,0x0f,0x76,0x39,0x12,0xf9,0x0a,0x00,0x70,0xd0,0x26,0x69,0xf8,0x66,0x07, +0x60,0xfa,0x8b,0x10,0x5f,0xa6,0x4d,0x60,0xa0,0xff,0x50,0x7f,0xb0,0x15,0x58,0x64, +0xc0,0x45,0xff,0x10,0x9f,0xa0,0x06,0xdd,0xdd,0xd5,0x9a,0x0d,0xf9,0xdf,0x5c,0x01, +0x9b,0x65,0x21,0xf4,0x9a,0x08,0x45,0x00,0x67,0x0f,0x40,0xef,0xfe,0x10,0x07,0x29, +0x1e,0xc2,0xe4,0x00,0x67,0x61,0x00,0x06,0xcc,0xcc,0xc4,0x03,0x01,0xbc,0x3e,0x70, +0x80,0x31,0x00,0x23,0xff,0x90,0x24,0x00,0x08,0xfc,0x7f,0xf1,0x13,0xdf,0x7f,0xf3, +0xee,0x00,0x08,0xfd,0xbd,0xf8,0xbe,0xcf,0x39,0xf4,0x7f,0x80,0x08,0xf5,0x06,0xf8, +0xeb,0xcf,0x31,0x22,0x2e,0xe0,0x08,0xf6,0x07,0xfc,0xf9,0xcf,0x30,0x06,0xfd,0x2d, +0x3e,0xf2,0x03,0xf5,0xcf,0x40,0x09,0xf8,0xf5,0x08,0xfe,0xdd,0xd8,0x60,0xbf,0xfe, +0xef,0xf1,0x10,0x08,0xf5,0xb9,0xc9,0x14,0x80,0xe9,0xca,0x01,0xe6,0x67,0x15,0x92, +0x4f,0x6d,0x12,0xfb,0x4a,0x0f,0x10,0xf1,0xe7,0x67,0x02,0x0a,0x00,0x40,0x07,0x77, +0xec,0x77,0xfa,0x90,0x02,0xed,0x0c,0x51,0x97,0xad,0xfe,0xaa,0xa9,0x26,0x48,0x11, +0x3b,0xc7,0x1c,0x00,0xde,0x03,0x51,0x01,0x2f,0xf7,0x26,0xfe,0x88,0xae,0x00,0x8f, +0x64,0x02,0x2c,0x14,0x60,0x69,0xbf,0xf9,0x9b,0xff,0x95,0xde,0x03,0x12,0xbf,0x72, +0x96,0x40,0xbb,0xbb,0xba,0x56,0x56,0x20,0x10,0x64,0x1a,0x7a,0x10,0x06,0x76,0x3e, +0x20,0x40,0x04,0x5f,0x16,0x01,0xfc,0x03,0xe0,0x04,0xfe,0xbb,0xff,0x0b,0xfc,0x88, +0x88,0xef,0x80,0x04,0xfb,0x00,0xff,0x51,0xa6,0x54,0xcf,0x80,0x04,0xfd,0x44,0x0a, +0x00,0x07,0x28,0x00,0x23,0x99,0x99,0x0a,0x00,0x12,0xfb,0x79,0xa6,0xb1,0xbe,0x80, +0x00,0x18,0xa0,0x00,0x03,0xa2,0x00,0x05,0xb5,0x07,0x03,0x21,0x0b,0xfc,0xaa,0x4f, +0x21,0x08,0xfa,0x90,0x72,0x11,0xf6,0x44,0x02,0x51,0x00,0xbf,0x60,0x8f,0xe0,0x44, +0x02,0x60,0x3e,0xff,0xee,0xff,0xfe,0x20,0x44,0x02,0x11,0x2f,0x73,0x38,0x81,0x08, +0xdd,0xdd,0xd5,0x2f,0xf2,0x22,0x23,0x2d,0x20,0x30,0xf5,0x2f,0xf0,0x61,0x7b,0x03, +0xcd,0xa6,0x11,0x02,0x14,0x00,0x12,0xf6,0x28,0x00,0x00,0x44,0x02,0x02,0x0a,0x00, +0x01,0x44,0x02,0x20,0xaf,0xa4,0x51,0x2a,0x00,0x6a,0x06,0x30,0xbf,0x83,0xff,0x20, +0x22,0x60,0xbd,0xf7,0x00,0xef,0x63,0xff,0x1c,0x02,0xf0,0x03,0x08,0xf7,0x03,0xff, +0x23,0xff,0x06,0x20,0x0a,0xf5,0x09,0xf7,0x0b,0xfd,0x03,0xff,0x0c,0xf3,0x28,0x00, +0xa0,0x8f,0xf5,0x03,0xff,0x2d,0xf1,0x0a,0xfe,0xdd,0xdd,0x78,0x7b,0x41,0xff,0xd0, +0x0a,0xf4,0x21,0xcf,0x12,0x9f,0x62,0x9c,0x0d,0x09,0xab,0x23,0x1b,0xe0,0x8a,0x0e, +0x00,0x6e,0x05,0x10,0x6b,0x50,0x1a,0x42,0xb1,0x00,0x05,0xf8,0x54,0x2d,0xc0,0xf1, +0x1d,0xdd,0xfd,0xdc,0x23,0x33,0x8f,0xf3,0x33,0x30,0x2f,0xfd,0x0e,0xa2,0x22,0x7f, +0xf2,0x22,0x10,0x18,0x88,0x88,0x87,0x0e,0x3f,0x30,0x40,0xaa,0xaa,0xa2,0x0a,0xd5, +0x0d,0x61,0x50,0x05,0xff,0xff,0xf4,0x46,0xc8,0x21,0x00,0x3a,0x02,0x11,0xaf,0xaa, +0x21,0x10,0x05,0x2f,0xde,0xf0,0x00,0xa8,0x88,0x88,0x8e,0xf4,0x04,0xdd,0xdd,0xd3, +0xaf,0x43,0x30,0x23,0x1c,0xf4,0x1e,0x00,0x71,0x35,0x1f,0xf2,0xcf,0x54,0x51,0x05, +0x1d,0x1b,0x70,0xf2,0xcf,0x50,0x00,0x05,0xfe,0xbd,0x0a,0x7f,0x00,0x0a,0x00,0x20, +0xfa,0x08,0xbe,0xa9,0xd0,0xcf,0x53,0x60,0x05,0xfb,0x08,0xf7,0x01,0xef,0x90,0xcf, +0x54,0xf9,0x28,0x00,0xf0,0x04,0x2d,0xff,0x10,0xcf,0x67,0xf7,0x05,0xff,0xdd,0xda, +0xff,0xf5,0x00,0xaf,0xff,0xf3,0x05,0xfa,0x00,0xf3,0x36,0x37,0x3d,0xee,0x90,0x4a, +0x8f,0x25,0x04,0x80,0x88,0x3b,0x22,0x30,0x04,0x8a,0x2f,0x13,0x07,0x3a,0xf2,0xb0, +0xc1,0x77,0x8f,0x97,0x64,0xfa,0x12,0x95,0x13,0xfc,0x2f,0xfb,0x30,0x50,0x93,0x6f, +0xa4,0x2f,0xc0,0xbb,0x10,0x50,0xf9,0xaf,0xff,0xf3,0xfc,0x9d,0x00,0x50,0x4f,0x92, +0x5f,0xa3,0x2f,0x3b,0x03,0x61,0x44,0xf9,0x67,0xfb,0x64,0xfc,0x89,0x0c,0x40,0x9f, +0xff,0xff,0x8f,0x13,0x00,0xf0,0x0b,0x45,0xf9,0x66,0x66,0x64,0xfc,0x04,0xcc,0xcc, +0xc3,0x6f,0x84,0x55,0x55,0x2f,0xc0,0x13,0x33,0x33,0x16,0xf8,0xdf,0xff,0xf4,0xfc, +0x06,0x17,0x6a,0xf0,0x11,0x6d,0xd5,0xaf,0x4f,0xc0,0x6f,0xdb,0xdf,0x59,0xf4,0xdb, +0x07,0xf4,0xfc,0x06,0xf6,0x08,0xf5,0xcf,0x2d,0xff,0xff,0x4f,0xc0,0x6f,0x70,0x8f, +0x6f,0xe0,0xde,0xaa,0xa3,0x26,0x00,0xa0,0xfc,0xfa,0x04,0x30,0x00,0x2f,0xc0,0x6f, +0xed,0xdd,0xea,0xcc,0x75,0xef,0xfb,0x06,0xf6,0x00,0x03,0xc0,0x6d,0xc2,0x00,0x6b, +0x74,0x09,0xbf,0x73,0x10,0x50,0xdb,0x67,0x01,0xf7,0x03,0x14,0xe0,0xf4,0xe6,0x23, +0x0e,0xf4,0x71,0xd5,0x60,0x49,0x9d,0xd9,0x90,0x05,0xff,0x52,0x27,0x00,0x9d,0x57, +0x50,0x9f,0xfd,0x16,0xff,0xd6,0x85,0x86,0xb5,0x8e,0xff,0xf8,0x66,0xcf,0xff,0xd1, +0x09,0xdd,0xdd,0x9f,0xa3,0x27,0x52,0x77,0x65,0xaa,0xaa,0xaa,0x77,0x79,0x01,0x0a, +0x2f,0x00,0x44,0x02,0x13,0x72,0x16,0x81,0x80,0xcc,0xcc,0x52,0xfe,0xdf,0xdf,0xfc, +0xfd,0x80,0x08,0x60,0x22,0xfa,0x5f,0x4b,0xd1,0xfd,0xbc,0x0c,0xb2,0x92,0xfb,0x6f, +0x6c,0xe3,0xfd,0x00,0x0c,0xfb,0xcf,0x92,0x28,0x00,0xe6,0x0c,0xf1,0x4f,0x92,0xfe, +0xdf,0xdf,0xfd,0xfd,0x00,0x0c,0xf2,0x5f,0x92,0x28,0x00,0x03,0x0a,0x00,0xff,0x03, +0xfd,0xdd,0x82,0xfa,0x5f,0x4b,0xdd,0xfc,0x00,0x0c,0xf1,0x00,0x02,0xfa,0x14,0x13, +0x4b,0xf5,0xbc,0xd6,0x06,0x20,0x2c,0xb0,0xda,0x22,0x00,0xd0,0x08,0x80,0x0e,0xf2, +0x08,0xf9,0x77,0x00,0x00,0x0e,0x74,0x30,0xf0,0x12,0xf8,0xfa,0xff,0x00,0x09,0x9d, +0xa9,0x7b,0xdd,0xde,0xc8,0xf9,0xaf,0x60,0x0f,0xff,0xff,0xc4,0xf5,0x4f,0x77,0xf9, +0x4f,0xa0,0x03,0x33,0x33,0x31,0xf9,0x7f,0x36,0xfa,0x04,0xf4,0x06,0x13,0x8f,0xd1, +0x79,0x35,0xff,0xff,0x8f,0x32,0x0a,0x00,0xf7,0x10,0x20,0xfd,0x02,0x1c,0x07,0xf2, +0x0c,0x68,0xff,0xff,0xf3,0xfe,0x3f,0x80,0x05,0xbb,0xbb,0x48,0xf9,0x5e,0xf1,0xff, +0x9f,0x80,0x00,0x22,0x22,0x08,0xf8,0x3e,0xf0,0xff,0xff,0x20,0x1e,0x00,0xf0,0x0d, +0xf0,0xcf,0xfc,0x00,0x06,0xfc,0xcf,0x68,0xf8,0x4e,0xf0,0xaf,0xf4,0x00,0x06,0xf3, +0x4f,0x68,0xfa,0x6e,0xf1,0xcf,0xb4,0x90,0x06,0xf4,0x5f,0x68,0x99,0x46,0x20,0xc6, +0xf2,0x28,0x00,0xf1,0x02,0xfa,0x67,0xff,0xee,0xfd,0xf0,0x06,0xfd,0xcc,0x54,0x83, +0x0a,0xfe,0x28,0xff,0xa0,0x06,0x1d,0x8e,0x3f,0xd2,0x00,0xdf,0xb4,0xe1,0x03,0x73, +0x0e,0xf0,0x5f,0x90,0x00,0xcc,0x20,0x27,0x15,0xb4,0x94,0xff,0x88,0x88,0x80,0x01, +0x4f,0xc1,0x4a,0x71,0x1d,0x3f,0x60,0x40,0xfd,0xcf,0xfa,0x09,0x4d,0x3e,0x70,0x77, +0x78,0xfe,0xee,0xef,0x8f,0xf2,0xe8,0x04,0x40,0xd4,0xfb,0x12,0x3f,0xb8,0x06,0xf0, +0x0f,0xdd,0x3c,0xd7,0xf9,0x16,0xbf,0xff,0xfa,0x51,0x00,0xcf,0xdd,0xef,0xf5,0x5f, +0xfd,0x5a,0xff,0xf2,0x00,0x44,0x00,0x48,0x9b,0xb7,0x40,0x00,0x39,0x70,0x06,0x19, +0xd7,0x00,0xd8,0xb6,0x17,0x70,0xc0,0x2e,0x12,0x03,0x1b,0xb5,0x27,0x50,0x00,0x0a, +0x00,0x15,0x06,0x6d,0x8c,0x03,0x31,0x6a,0x01,0xc5,0xdc,0x01,0xdc,0x0a,0x10,0xe0, +0xbe,0x1b,0x00,0xc0,0x0d,0x25,0x7f,0xe0,0x15,0x32,0x09,0x14,0x00,0x06,0xba,0xe7, +0x15,0xdf,0xfc,0x18,0x84,0x56,0x66,0x8f,0xf6,0x6f,0xf9,0x6a,0xfb,0x66,0x12,0x00, +0x14,0x00,0x60,0x3f,0xe6,0x8f,0xe6,0x6f,0xf9,0x3a,0xb5,0x60,0x6f,0xe6,0x9f,0xe6, +0x6f,0xf9,0xc7,0x2d,0x16,0x9f,0x96,0x00,0x94,0x8e,0xfe,0x10,0x0e,0xf5,0x08,0xcf, +0xc0,0x0b,0xac,0xbf,0x40,0x40,0x04,0xed,0xff,0xec,0x11,0x00,0xb1,0x75,0x15,0x06, +0x8c,0x00,0x02,0xf2,0x77,0x25,0x9f,0xe0,0xb4,0x00,0x05,0x14,0x00,0x02,0x28,0x00, +0x00,0xbd,0x00,0x10,0xbf,0xea,0x02,0x01,0x76,0x7f,0x20,0xfe,0xd0,0xcd,0x67,0x00, +0xc6,0x3e,0x20,0xfc,0x71,0xb2,0x02,0x11,0xb5,0xc9,0xe0,0x41,0x90,0x00,0xcb,0x61, +0xe4,0x0d,0x25,0x9c,0x10,0xc2,0x5a,0x01,0xb9,0x19,0x13,0xe0,0x0a,0x00,0x23,0xdd, +0xef,0x0a,0x00,0x34,0xfe,0x00,0x5f,0x14,0x00,0x00,0xe0,0x39,0x43,0x3f,0xfd,0xdd, +0xd6,0x28,0x00,0x00,0x49,0x5b,0x98,0xfe,0x11,0x6f,0xe0,0x00,0x3f,0xf5,0x44,0x42, +0x28,0x00,0x36,0xcc,0xef,0xe0,0x50,0x00,0x00,0x70,0x84,0x10,0x10,0x1e,0x00,0x12, +0xe1,0xb6,0x1d,0x33,0xfe,0x00,0x6f,0x0a,0x00,0x01,0x5e,0x4d,0x00,0xb1,0x0f,0x10, +0x02,0x4f,0x90,0x11,0xff,0x61,0x2a,0x42,0x5e,0xa1,0x9d,0x11,0x0a,0x00,0xe2,0xdf, +0xb0,0xcf,0xb1,0xff,0x22,0x22,0xef,0x60,0x08,0xff,0x40,0x2f,0xf6,0x50,0xd4,0x42, +0xfa,0x00,0x09,0xa3,0x3c,0x00,0x12,0xc0,0xad,0x94,0x1b,0xce,0x86,0x15,0x0d,0x0e, +0x4c,0x15,0x0d,0x16,0x56,0x06,0x0a,0x00,0x20,0x04,0x55,0x1e,0x4b,0x27,0x55,0x50, +0x28,0x00,0xa6,0x08,0x99,0x99,0x99,0xbf,0xfc,0x99,0x99,0x99,0x90,0xf3,0x7a,0xe0, +0x08,0xaa,0xaa,0xcf,0xfb,0xae,0xff,0xaa,0xaa,0xa0,0x00,0x02,0x00,0x4f,0xbf,0x58, +0x10,0x20,0x31,0x18,0x60,0x5f,0xf1,0x0a,0xfe,0x4e,0xe1,0xd7,0x3d,0x60,0x6f,0xf0, +0x0a,0xfe,0x1f,0xf9,0xb5,0x37,0xd0,0x9f,0xe0,0x0a,0xfe,0x08,0xff,0x20,0x0c,0xff, +0x20,0xef,0xa0,0x0a,0x7d,0x22,0x10,0x3f,0xc4,0x37,0x90,0x0a,0xfe,0x00,0x9f,0xf1, +0x03,0x90,0x2e,0xfe,0xee,0x66,0xa4,0x3e,0x70,0x00,0x02,0xdf,0xf5,0x05,0x5d,0xfd, +0x00,0xeb,0xed,0x02,0x05,0x1c,0x3c,0xb8,0x00,0x08,0xc4,0x52,0x01,0xaf,0x26,0x05, +0x0a,0x00,0x01,0xc3,0x0a,0x14,0x08,0xb8,0xf0,0x02,0x0a,0x00,0xb2,0x01,0x11,0x14, +0xff,0x10,0x00,0x11,0x9f,0xa1,0x11,0x00,0x10,0xf4,0x01,0x32,0x00,0x12,0x04,0xf6, +0x1f,0x01,0xba,0xa9,0x07,0x0a,0x00,0x10,0x00,0x65,0xa8,0x11,0x2f,0x74,0x19,0x50, +0xc8,0x1f,0xf1,0x00,0x2f,0x28,0x3f,0xf0,0x00,0x07,0xfb,0x1f,0xfd,0xdc,0x2f,0xf1, +0x00,0x0f,0xc0,0x08,0xfa,0x1f,0xff,0xfe,0x21,0x00,0x90,0xf0,0x09,0xfe,0x2f,0xf3, +0x11,0x0f,0xff,0xff,0x0a,0x7d,0x21,0x9f,0xf1,0x21,0xe7,0x00,0x88,0x09,0x10,0xf1, +0xb5,0x25,0x10,0x10,0x3f,0x01,0x14,0xf1,0xf9,0x75,0x30,0xff,0xfc,0x75,0x6e,0x02, +0x43,0x52,0x3f,0xf0,0x5e,0x55,0x01,0x52,0x7f,0xc0,0x00,0x7a,0xde,0x14,0x9f,0x18, +0x50,0xbc,0x11,0x15,0x4e,0xbc,0x11,0x03,0x0a,0x00,0x50,0xf4,0x00,0xcf,0x4e,0xfa, +0xa4,0x52,0x01,0x0a,0x00,0x11,0xf7,0x28,0x00,0x50,0xf9,0x66,0xef,0x4e,0xf9,0xfd, +0x60,0x04,0x28,0x00,0x10,0xfe,0x13,0x30,0x24,0xa9,0x2e,0x35,0x73,0x30,0x30,0x0e, +0xf7,0x11,0x2e,0x51,0x0a,0xc1,0xff,0x63,0x1e,0x0a,0x00,0x81,0x0d,0xf2,0xff,0xff, +0x5e,0xf8,0x22,0x26,0x0a,0x00,0x11,0xdc,0x32,0x00,0x00,0x0a,0x00,0x26,0x30,0x0e, +0x0a,0x00,0x00,0x61,0x2d,0x00,0x0a,0x00,0x31,0xcf,0x6e,0xf7,0x96,0xa4,0x50,0xfe, +0xff,0xff,0x8e,0xfa,0x5c,0x17,0x51,0x9f,0xff,0xfc,0x72,0x0e,0xe4,0x11,0x32,0x5e, +0xa5,0x10,0x6e,0x04,0x05,0x64,0x5b,0x0b,0xd8,0x64,0x13,0x50,0x08,0x62,0x05,0x0a, +0x00,0x11,0x0e,0x8b,0x31,0x0a,0x0a,0x00,0x01,0x1e,0x00,0x51,0x99,0x9f,0xfb,0x99, +0x90,0x22,0x71,0x02,0x6d,0x83,0xf1,0x03,0xfc,0xdf,0xbe,0xf2,0xfe,0x7e,0xf9,0x8f, +0xf0,0x07,0xf5,0xaf,0x3b,0xf2,0xfd,0x0d,0xf3,0x1f,0x69,0x59,0x03,0x0a,0x00,0xd3, +0xf7,0xbf,0x5c,0xf2,0xfe,0x6e,0xf8,0x7f,0xf0,0x07,0xfa,0xcf,0x9d,0x32,0x00,0x01, +0x3c,0x00,0x91,0xaf,0xfb,0xbf,0xf0,0x00,0x11,0xdf,0x61,0x10,0x28,0x00,0x51,0x18, +0x88,0xef,0xb8,0x86,0x0a,0x00,0x01,0x9e,0x79,0x01,0x0a,0x00,0xa1,0x1c,0xcc,0xff, +0xdc,0xc8,0xfe,0x5e,0xf7,0x6f,0xf0,0x78,0x00,0x03,0xbe,0x00,0x00,0x0a,0x00,0x32, +0xcc,0xcc,0xdf,0x0a,0x00,0x00,0x31,0xde,0x08,0x9d,0x2a,0x01,0x8d,0x2a,0x24,0x6e, +0x90,0x0a,0x00,0x22,0x6f,0xf2,0x91,0x04,0x42,0xa4,0x44,0x5f,0xe7,0x26,0x52,0x11, +0xbf,0x04,0x06,0x00,0x1e,0x00,0x70,0x1d,0xde,0xdd,0xdd,0xed,0xd1,0x0b,0x8f,0x11, +0xf0,0x05,0x5f,0xb1,0x07,0xf3,0x00,0x0b,0xfb,0xfe,0xdf,0x60,0xdf,0xb0,0x0b,0xfd, +0x00,0x0b,0xf2,0xfa,0x7f,0x68,0x0b,0x15,0x20,0x90,0x0b,0x4d,0x1f,0xf1,0x09,0xf8, +0x00,0x02,0x7f,0xf3,0x0b,0xf9,0xfd,0xcf,0x7c,0xfe,0xf0,0x0f,0xff,0x90,0x0b,0xf2, +0xfa,0x8f,0x60,0x3e,0xf6,0x6f,0xf1,0x57,0x12,0xc0,0x60,0x07,0xfd,0xcf,0x90,0x00, +0x07,0x9b,0xff,0x99,0x30,0x01,0xe8,0x0d,0x51,0x01,0x16,0xfe,0x11,0x10,0xce,0xe1, +0x10,0x4f,0x03,0x02,0x01,0x69,0x92,0x60,0x4e,0xee,0xff,0xee,0x90,0x1d,0x6e,0xe8, +0x00,0x68,0xad,0x10,0x07,0xcf,0x91,0x10,0xa2,0x0a,0x00,0x60,0x5f,0xfe,0x50,0x05, +0xff,0xf3,0x0a,0x00,0x10,0x09,0x85,0x5b,0x18,0x60,0x16,0x22,0x17,0xf8,0x0a,0x00, +0x12,0x4f,0xed,0x61,0xf2,0x12,0x96,0xf8,0x5f,0xcf,0xec,0xcc,0xcc,0xcf,0xe0,0x0d, +0xd6,0xf8,0x9f,0x9f,0x90,0x4e,0xb0,0x1f,0xe0,0x0a,0xf7,0xf9,0xde,0x1f,0xfc,0xdf, +0xfc,0xdf,0xa0,0x07,0xfa,0xfb,0xf8,0x3a,0x4d,0x91,0x05,0x79,0xfa,0x75,0x11,0x22, +0x6f,0xd2,0x22,0x1e,0x0b,0x11,0x8b,0x70,0x12,0xf2,0x0a,0x3d,0xff,0xdf,0xfd,0x7b, +0xf5,0x7f,0xd3,0xaf,0x50,0x00,0xef,0x1f,0xe0,0x0b,0xf7,0x9f,0xe6,0xbf,0x50,0x00, +0xef,0x0f,0xe0,0x0b,0x8e,0x12,0xb4,0xff,0x0f,0xe0,0x0b,0xf3,0x6f,0xd2,0xaf,0x50, +0x01,0xfe,0x14,0x00,0x20,0x03,0xfc,0x91,0xa5,0x73,0x7f,0xd2,0x22,0x10,0x06,0xfa, +0x9f,0x6c,0x11,0x52,0x0a,0xf7,0x5f,0xe6,0xdf,0xb8,0x47,0x30,0xf2,0x09,0x10,0x8b, +0x8c,0x42,0x00,0x00,0x2e,0xc0,0x73,0x4b,0x04,0x08,0xd4,0x01,0x87,0x4b,0x14,0x72, +0x7f,0xa6,0x20,0x09,0xfe,0x06,0x27,0x04,0x5a,0xd4,0x12,0x1d,0xb1,0x0a,0x23,0x1e, +0xfc,0x6d,0x14,0x38,0x00,0x03,0xa1,0xc5,0x04,0x06,0x76,0xd1,0x30,0x8f,0xff,0x30, +0xdc,0x10,0x00,0x6a,0x95,0x00,0xb6,0x08,0x10,0x3f,0x6e,0x32,0x01,0x49,0xb0,0x10, +0x3f,0xc0,0x1b,0x32,0xfe,0x1f,0xf8,0x7b,0x2c,0x21,0x5f,0xf6,0xec,0x15,0x80,0x0e, +0xf6,0x02,0xef,0xe0,0x03,0xff,0xd1,0x0a,0x00,0x10,0x4e,0xfc,0xd0,0x00,0x31,0xf1, +0x31,0xf6,0xbf,0xf6,0x6e,0x82,0x50,0x00,0x4f,0xf8,0x0a,0x50,0xed,0x1c,0x20,0x00, +0x07,0x83,0x33,0x00,0x81,0x44,0x42,0x41,0x5f,0xfa,0x6d,0x02,0x58,0x52,0xf0,0x0c, +0xb0,0x00,0x5a,0x5b,0x14,0x21,0x02,0x10,0x37,0xc1,0x0a,0x96,0xfb,0x14,0x01,0x6d, +0x48,0x30,0x02,0xde,0x20,0x92,0xb1,0x01,0x2b,0x84,0x12,0xe2,0x6e,0x70,0x00,0x4c, +0x6d,0x04,0x0a,0x00,0x20,0x04,0xf6,0x8a,0x18,0x01,0x45,0x5a,0x61,0x10,0x02,0xff, +0x31,0x11,0x1e,0x4f,0x11,0x03,0x1e,0x00,0x60,0x0b,0xbb,0xba,0x02,0xff,0xed,0x2d, +0x56,0x10,0x0f,0x00,0x1a,0x02,0x66,0x30,0x33,0x48,0xfe,0x02,0x49,0x44,0x33,0x05, +0xfe,0x02,0x19,0x2f,0x11,0x05,0x1e,0x00,0x1d,0x02,0x0a,0x00,0x00,0x09,0x07,0x35, +0x20,0x00,0x06,0x32,0x00,0x16,0x7f,0x8e,0xe8,0xc3,0xbe,0xfb,0x41,0x00,0x00,0x01, +0x24,0x75,0x09,0xfb,0x01,0xbf,0x9b,0xa7,0x42,0xe1,0x00,0x04,0xbf,0xeb,0xee,0x01, +0x15,0xe6,0x01,0x34,0x0d,0x11,0x24,0x29,0xc6,0x21,0x08,0x61,0x04,0x30,0x21,0xaf, +0xd0,0xb7,0x9c,0x11,0xdf,0x07,0x00,0x20,0xaf,0xc0,0xfe,0x1a,0xb3,0x05,0x5c,0xf9, +0x56,0xff,0x85,0x10,0x00,0x09,0xf7,0x0f,0xe1,0x3d,0x31,0x01,0x10,0x0c,0x7f,0x70, +0x11,0x30,0x86,0x01,0x21,0x0c,0xfb,0x15,0x21,0x21,0xf5,0x23,0x90,0xa6,0x33,0x30, +0x2d,0xdf,0x2e,0xb1,0x00,0x1c,0xb4,0x15,0x9f,0x0a,0x00,0x00,0xf3,0x02,0x13,0x90, +0xd8,0x4f,0x01,0x3b,0x5f,0x00,0x0a,0x00,0x50,0x0a,0xff,0x59,0xff,0xb0,0x0a,0x00, +0x00,0xc8,0x31,0x20,0x9f,0xfa,0xf0,0x14,0x30,0x5f,0xff,0xa0,0x1c,0xa2,0x40,0x08, +0xff,0xfc,0x3a,0x89,0xd1,0xd1,0xb3,0x00,0xaf,0xfa,0xaf,0xfe,0x95,0x43,0x33,0x45, +0x68,0xa4,0x5f,0x11,0x2f,0x01,0x1c,0xb4,0x32,0x40,0x00,0x18,0x3d,0x62,0x01,0xa0, +0x0b,0x0b,0x5f,0x32,0x42,0x02,0xb2,0x00,0x0e,0xf1,0x20,0x91,0x0d,0xfe,0x40,0x0b, +0xcc,0xdc,0xcc,0xef,0xfa,0xac,0xf9,0x31,0x2c,0xfa,0x59,0xbd,0x85,0x42,0xf8,0x00, +0x05,0xaf,0xca,0x3a,0x03,0xc3,0x49,0x11,0x50,0x46,0xc4,0x00,0x4c,0x4f,0xe3,0x50, +0x26,0x66,0x62,0x1f,0xf5,0x35,0xff,0x33,0xff,0x50,0x6f,0xff,0xf5,0x1e,0x00,0x81, +0x4b,0xbf,0xf5,0x1f,0xf7,0x57,0xff,0x55,0xbd,0x8a,0x52,0x1f,0xfa,0x9a,0xff,0x99, +0x0a,0x00,0x05,0xd1,0x8a,0x61,0x1f,0xf3,0x24,0xfe,0x22,0xef,0x0a,0x00,0x40,0xf1, +0x02,0xfe,0x5a,0xe1,0x67,0x10,0xf7,0x0a,0x00,0x20,0x3f,0xfd,0x16,0x13,0x21,0x52, +0x20,0xdd,0x42,0xc0,0x4f,0xfc,0x7f,0xfa,0x31,0x00,0x00,0x01,0x35,0x91,0x3f,0xe1, +0x6d,0x50,0x10,0xef,0x02,0x53,0x41,0x60,0x00,0x07,0xcf,0x0e,0x06,0x07,0xc8,0x00, +0x14,0x10,0xbb,0x77,0x24,0x07,0xf5,0x0a,0x00,0x43,0x0d,0xff,0x60,0xef,0xf5,0xa7, +0x31,0xdf,0xf4,0xde,0xf7,0x4a,0x44,0x80,0x00,0x1e,0xe3,0x6b,0x43,0x35,0x03,0x10, +0x5f,0x6d,0x69,0x00,0x22,0x63,0xb0,0xcd,0xfe,0x00,0x5c,0xcc,0xc4,0x5f,0xd0,0x0f, +0xf5,0x06,0x15,0x74,0xb4,0xf5,0x5f,0xfb,0xbf,0xfd,0xbd,0xfe,0x00,0x13,0x3e,0xf5, +0x28,0x00,0x00,0xfa,0xb5,0x02,0x47,0xde,0x12,0x0e,0x62,0xf5,0x10,0x60,0x0a,0x00, +0x60,0x2b,0xff,0x5f,0xf6,0xbf,0xfa,0xf1,0x2e,0x40,0xff,0xf6,0x0f,0xf5,0x51,0x7d, +0x30,0x1f,0xf7,0x5d,0x3d,0x78,0x12,0x55,0x02,0x5e,0x21,0x07,0x72,0xfd,0x87,0xc3, +0x8e,0xfd,0x73,0x21,0x01,0x23,0x57,0xa0,0x4f,0xf2,0x01,0xbf,0x16,0x1c,0x97,0x60, +0x00,0x03,0x9d,0xef,0xff,0xff,0xed,0x60,0x4f,0x9d,0x12,0x62,0x65,0x48,0x00,0x85, +0x8b,0x20,0x80,0x2f,0xfd,0x21,0x00,0x62,0x41,0x20,0xfb,0x3f,0x4f,0xe1,0x00,0x26, +0x6f,0x25,0xf6,0x2f,0x7c,0x01,0x62,0x2f,0xf0,0xaf,0x20,0x0d,0xd3,0xdb,0x61,0xa3, +0x8f,0xa0,0x5f,0xd0,0x00,0x1f,0xff,0xf6,0x3f,0xef,0x57,0x8c,0xf0,0x02,0xf6,0x4f, +0xd9,0x99,0xcf,0xd9,0x99,0x30,0x02,0x2e,0xf6,0x5f,0xc4,0x77,0xcf,0xd7,0x76,0xca, +0x03,0x23,0x7f,0xa9,0xd4,0x27,0x71,0xf6,0xbf,0x71,0x11,0x9f,0xb1,0x11,0xb4,0x00, +0x03,0x5d,0xba,0xd0,0x0e,0xfd,0xfe,0x6b,0xbb,0xdf,0xeb,0xbb,0xa0,0x00,0x0f,0xfa, +0xb8,0x6b,0x84,0x01,0x1a,0xc2,0x10,0x70,0x39,0x84,0x00,0x10,0xa5,0xa3,0x7e,0xfd, +0x74,0x32,0x22,0x35,0x79,0xc1,0x1e,0xf3,0xbe,0x00,0x60,0xc0,0x06,0x90,0x00,0x03, +0xae,0xab,0xfb,0x01,0xc8,0x29,0x0c,0x7a,0xcd,0x31,0x03,0xef,0x40,0x24,0x24,0x11, +0xe0,0xcc,0x7c,0x51,0xaf,0xdc,0xcc,0xdf,0xe0,0x54,0x5f,0x40,0xaf,0xa7,0x74,0x3f, +0xe0,0x14,0x63,0x91,0x00,0xaf,0xff,0xf9,0x3f,0x7c,0xff,0x10,0x61,0x0a,0x00,0xb5, +0x16,0x66,0x62,0x04,0xcf,0x95,0xfb,0x7f,0xf4,0x10,0x3f,0x44,0x02,0x40,0x2d,0xdf, +0xf5,0x1f,0xfa,0x00,0x02,0x26,0x02,0x52,0xe0,0x99,0x99,0x91,0xcf,0x0a,0x00,0x33, +0xff,0xff,0xf1,0x0a,0x00,0x24,0xfa,0x08,0x0a,0x00,0x35,0xfd,0x8c,0xf1,0x1e,0x00, +0xb0,0xf3,0xdf,0x50,0x00,0x5f,0xf5,0x1f,0xe0,0x74,0x00,0x3f,0xff,0xca,0x20,0xfd, +0x3a,0x2c,0xc7,0xe3,0xa5,0x00,0x8f,0xf8,0xbf,0xf9,0x54,0x32,0x22,0x34,0x68,0xb8, +0x4f,0xb0,0x07,0x25,0x61,0xf4,0x0c,0x30,0x00,0x39,0xdf,0x49,0x8e,0x03,0x4e,0x02, +0x28,0x00,0x00,0xee,0xab,0x21,0x61,0x00,0x11,0x2d,0x00,0x01,0x60,0xc2,0x10,0x9c, +0xcc,0xcf,0xfe,0xcc,0xcc,0x90,0x06,0xff,0xc0,0xcf,0x57,0x40,0x00,0x98,0xac,0x31, +0x4f,0xd0,0x01,0xc2,0xfa,0x50,0xb1,0x01,0x2f,0xf2,0x15,0x14,0xc6,0x13,0x01,0x8d, +0x20,0x11,0x50,0x74,0x5c,0xf2,0x08,0xbc,0xfc,0xbb,0xff,0x50,0x02,0x22,0x20,0x3f, +0xe4,0x7a,0xfa,0x74,0xdf,0x50,0x3f,0xff,0xf4,0x3f,0xe8,0xff,0xff,0xf8,0x0a,0x00, +0xb0,0xe0,0x05,0xf4,0x00,0xdf,0x50,0x00,0x0f,0xf4,0x3f,0xe1,0xd9,0x65,0x02,0x0a, +0x00,0x25,0xfa,0x5a,0x0a,0x00,0x25,0x6a,0xf1,0x1e,0x00,0x10,0xf7,0x20,0x03,0x70, +0xf6,0x3f,0xe0,0x83,0x00,0x6f,0xfe,0x9e,0x8a,0x20,0xcb,0x60,0x5b,0xf4,0x40,0x31, +0x2f,0xf8,0x4d,0xe1,0x24,0x00,0xa3,0x74,0x33,0xc0,0x00,0x5a,0x96,0x00,0x11,0x20, +0x8f,0x0d,0x28,0x32,0x21,0xab,0x17,0x31,0xe6,0x00,0xcf,0x36,0x60,0xf2,0x1a,0x30, +0x0b,0xff,0x80,0xcf,0x87,0xff,0x2f,0xe7,0xdf,0x30,0x00,0xaf,0xf7,0xcf,0xbb,0xff, +0x2f,0xfb,0xef,0x30,0x00,0x0c,0xc1,0xcf,0xa9,0x9b,0x1f,0xe9,0x9b,0x20,0x00,0x01, +0x00,0xbf,0xa8,0x9f,0xaf,0xf8,0x8e,0xb0,0xc6,0x4a,0xc1,0x59,0xff,0xfe,0x70,0x04, +0x44,0x41,0x00,0x0b,0xb2,0x04,0xb7,0x20,0x4d,0xb4,0x6a,0xaf,0xfc,0xac,0xfd,0xaa, +0x00,0x1e,0xef,0xf5,0x8f,0x3d,0x3a,0x00,0xc8,0x08,0x21,0x06,0xf9,0xf3,0x31,0x94, +0xbb,0xbf,0xfc,0xbd,0xfe,0xbb,0x70,0x00,0x0e,0xab,0xb0,0x00,0x1e,0x00,0x50,0x4e, +0xe7,0x05,0xfc,0x20,0x76,0x02,0x31,0x3b,0xff,0xd2,0xf6,0xfd,0xc0,0x4f,0xff,0xae, +0xf9,0x10,0x00,0x1d,0xfc,0x00,0x1b,0xff,0x8a,0x54,0xd8,0x73,0x01,0x72,0x40,0x2f, +0xf7,0x00,0x5e,0x58,0x02,0x40,0xc0,0x00,0x00,0x5c,0xc7,0x02,0x03,0x58,0x02,0x1b, +0x11,0x56,0x09,0x27,0x3b,0xe0,0xb2,0x81,0x00,0xd5,0x00,0x21,0xa1,0x08,0xde,0x04, +0x10,0xcf,0xbd,0x98,0x02,0x0a,0x00,0xc0,0x62,0xaf,0xc0,0x01,0x6d,0xc2,0x24,0xfc, +0x50,0xcf,0x40,0xdf,0xeb,0x9d,0x70,0x06,0xff,0x00,0xcf,0x42,0xff,0x10,0x49,0xa5, +0xe0,0xfa,0x00,0xcf,0x47,0xfb,0x00,0x03,0x3b,0xf8,0x3f,0xf7,0x31,0xcf,0x4d,0x97, +0x16,0x01,0x79,0x37,0x24,0x5e,0xf7,0x0a,0x00,0x14,0x42,0xa7,0x60,0x51,0xcf,0x40, +0x9f,0x90,0x02,0xc4,0x00,0x30,0xcf,0x40,0x5f,0xec,0x24,0x00,0xec,0x51,0xf0,0x08, +0x40,0x3f,0xf0,0x02,0xff,0x32,0x22,0xaf,0xb0,0xcf,0x64,0xaf,0xe0,0x02,0xff,0x10, +0x00,0x9f,0xb0,0xcf,0x9f,0xff,0xb0,0xa1,0x06,0x63,0xaf,0xb0,0xcf,0x5f,0xfc,0x20, +0x28,0x00,0x13,0x42,0x21,0x1f,0x10,0xb0,0xa2,0x18,0x00,0x28,0x00,0x46,0x8e,0xa0, +0xbe,0x40,0x52,0x86,0x10,0x70,0xe9,0x49,0x00,0xa5,0xaa,0x01,0x0a,0x00,0x02,0x98, +0x0d,0x09,0x14,0x00,0x21,0x05,0xaa,0x01,0x00,0x32,0x50,0x00,0x0b,0xa3,0x1f,0x09, +0xaa,0x1e,0x25,0x00,0x05,0xc2,0x3b,0x20,0x0d,0xff,0x08,0xc0,0x20,0xff,0xe0,0xc0, +0x80,0x65,0x55,0x6f,0xf6,0x55,0x9f,0xe0,0x18,0xaa,0x10,0xe0,0xd0,0x26,0x61,0x77, +0x8f,0xf8,0x77,0xaf,0xe0,0xf6,0x87,0x20,0xdf,0xfd,0x34,0x44,0x30,0x00,0x29,0x99, +0x54,0xa0,0x25,0x99,0x92,0xd9,0x96,0x24,0xf4,0x00,0xbf,0xb9,0x02,0x18,0x1f,0x01, +0x11,0x32,0x18,0xb1,0x0e,0x1a,0x15,0x82,0xd2,0x19,0x11,0xfe,0x23,0x06,0x00,0x11, +0x17,0x33,0xff,0xb2,0x0e,0xac,0x7d,0x11,0xbe,0xe9,0x02,0x71,0xff,0x10,0x4f,0xfb, +0x00,0x9f,0x98,0x14,0x00,0x50,0x2f,0xff,0xee,0xe9,0x15,0xb0,0x04,0x50,0x10,0x0a, +0xcf,0xff,0xf5,0xf8,0x3f,0x00,0x3a,0x1b,0x12,0xfa,0xc0,0x12,0x52,0xf4,0x03,0x47, +0xfb,0x44,0x0a,0x00,0x10,0x0d,0xd3,0x96,0xf0,0x10,0x21,0x4f,0xe1,0x13,0x10,0x0a, +0xcd,0xfe,0xcc,0x3e,0xd1,0x3f,0xe0,0x4f,0xc1,0x02,0x43,0xfa,0x56,0x0b,0xfd,0x4f, +0xf6,0xff,0x80,0x09,0xe4,0xfa,0xbe,0x00,0xc8,0xbf,0xe3,0x70,0x05,0xf6,0xfa,0xea, +0x00,0x4d,0xff,0xf5,0x39,0xf0,0x05,0xf9,0xfb,0xe5,0x09,0xff,0xdf,0xfe,0xfb,0x10, +0x00,0x46,0xfd,0xbe,0xef,0xf7,0x3f,0xe2,0xef,0xf6,0x0d,0x74,0xe6,0xd3,0x30,0x4f, +0xe0,0x2d,0xf2,0x0d,0xfe,0xb7,0x30,0x01,0x1f,0xff,0xc0,0xd6,0x7e,0x22,0x0b,0xfc, +0x9c,0xe1,0x04,0xe5,0x05,0x04,0x60,0x07,0x02,0x88,0xa4,0x07,0xeb,0x59,0x10,0x50, +0x26,0x00,0x00,0xdd,0x1a,0x11,0xc4,0xf0,0x7d,0x02,0x28,0x42,0x03,0x39,0x00,0x11, +0xf5,0x00,0xab,0x11,0xbb,0xf3,0x5c,0x32,0x33,0x3c,0xfd,0xfb,0x71,0x07,0xfe,0xc2, +0x11,0xef,0xe9,0x80,0x40,0xef,0xee,0x00,0x01,0x5d,0x77,0x31,0x20,0x0a,0xfa,0x62, +0x27,0x20,0x0e,0xfd,0xb1,0x79,0x10,0x01,0x33,0x25,0x01,0x20,0x83,0x72,0x3f,0xf4, +0x14,0x86,0x6f,0xff,0x81,0xd3,0x0c,0x50,0x70,0x5e,0xff,0xfb,0x71,0xc9,0xdb,0x11, +0x93,0xa9,0xe7,0x21,0x04,0xc8,0x0c,0xd4,0x1b,0x6c,0xbf,0x97,0x10,0x36,0xe9,0x08, +0xf6,0x03,0x5f,0xfb,0xbb,0xff,0x36,0xff,0xbb,0xbf,0xf6,0x5f,0xf7,0x77,0xff,0x36, +0xfe,0x77,0x7f,0xf6,0x1b,0x00,0x80,0xf0,0x00,0xff,0x36,0xfd,0x00,0x0e,0xf6,0xbf, +0x97,0x02,0x24,0x00,0x05,0x1b,0x00,0x04,0xad,0x9c,0x21,0x5f,0xe0,0xbc,0x32,0x00, +0x09,0x00,0x50,0xcd,0xff,0xdd,0xff,0xd9,0x09,0x00,0x31,0x01,0xfe,0x03,0x36,0x00, +0x20,0xe2,0xee,0x73,0xb4,0x23,0x0e,0xf6,0xea,0x81,0x00,0x1b,0x00,0x41,0x05,0xfb, +0x04,0xfd,0x36,0x00,0x32,0x0a,0xf7,0x03,0x09,0x00,0x60,0x3f,0xf2,0x03,0xfd,0x36, +0x6f,0x48,0x00,0xe1,0x90,0x03,0xfd,0x4f,0xff,0xf3,0x5f,0xe0,0x5b,0x00,0x03,0xfd, +0x0e,0xec,0xcd,0x7e,0x10,0x35,0x2b,0x98,0x00,0xa2,0x00,0x11,0x35,0x3d,0x98,0x85, +0xf8,0x88,0xff,0x35,0xff,0x88,0x8f,0xf7,0x1b,0x00,0x00,0xa2,0x00,0x20,0x35,0xfe, +0x46,0x98,0x79,0xfa,0xaa,0xff,0x35,0xff,0x99,0x9f,0x1b,0x00,0x22,0x00,0x00,0x4a, +0xad,0x00,0xd0,0x46,0x14,0xa0,0x3d,0x98,0x11,0xd0,0x09,0x00,0x00,0x2f,0x3f,0x01, +0x09,0x00,0x4e,0xfc,0xbb,0xdf,0xd0,0x1b,0x00,0x03,0x85,0x98,0x06,0x1b,0x00,0x70, +0xe6,0x6f,0xf6,0x5f,0xf0,0x0d,0xe3,0xf8,0x26,0x03,0x65,0xad,0x2c,0x5f,0xfc,0x5d, +0x25,0x10,0xab,0xbf,0x90,0x00,0x87,0x22,0x20,0x6f,0xf6,0xca,0x0f,0x00,0x76,0xb8, +0x00,0xfa,0x02,0xf0,0x09,0xdf,0x46,0xfc,0x00,0x6f,0xf9,0xaf,0xf7,0x00,0x0d,0xf3, +0x9f,0x71,0xaf,0xf8,0x00,0x9f,0xfd,0x40,0xdf,0x3d,0xf5,0xff,0xf6,0xcd,0x13,0x51, +0x2d,0xf5,0xfd,0x09,0xef,0x58,0xd5,0x22,0xdf,0x4e,0x52,0x6c,0xf0,0x00,0x00,0x0d, +0xf3,0x7f,0x90,0x01,0x11,0xef,0x71,0x10,0x00,0xdf,0x32,0xfd,0x23,0x4d,0x43,0x52, +0x33,0x0d,0xf3,0x0f,0xfa,0x2a,0x3b,0x22,0xdf,0x32,0x65,0x5e,0xf0,0x08,0xfd,0x0d, +0xfb,0xff,0xd0,0x13,0x00,0xef,0x60,0x50,0x00,0xdf,0x8f,0xe4,0x0a,0xfa,0x0e,0xf6, +0xcf,0x70,0x0d,0xf3,0x10,0xf8,0xc1,0xf0,0x12,0x65,0xff,0x20,0xdf,0x30,0x00,0xdf, +0xb0,0x0e,0xf6,0x0a,0xfb,0x0d,0xf3,0x00,0x7f,0xe2,0x12,0xff,0x50,0x2f,0xf2,0xdf, +0x30,0x00,0x75,0x1f,0xff,0xf3,0x00,0x62,0x0d,0xf3,0xa7,0x1f,0x0c,0x6c,0x9f,0x06, +0x50,0x15,0x43,0x2f,0xd4,0x06,0xec,0x9d,0x04,0x66,0xe2,0x26,0xff,0x52,0x22,0x22, +0xe0,0x5c,0x00,0x7e,0x42,0x20,0xaa,0xac,0xad,0x61,0xc5,0x00,0x0b,0xff,0xfc,0x77, +0x7a,0xff,0x77,0x77,0x70,0x00,0x3e,0xc4,0x03,0x50,0x03,0x7c,0xfa,0x33,0x38,0x6d, +0x68,0x05,0x12,0x21,0x10,0xf1,0x83,0x0a,0x31,0x55,0x59,0xff,0xc7,0x10,0x50,0x0c, +0xfe,0xbb,0xbd,0xff,0x35,0x16,0x05,0x30,0x21,0x10,0x70,0xc9,0x18,0x21,0x15,0x51, +0x3b,0x06,0x21,0x45,0x55,0x08,0x36,0x06,0x47,0x83,0x00,0xe0,0x36,0x10,0x9a,0xc8, +0xc0,0x30,0xa9,0x99,0x90,0x52,0xe7,0x20,0xef,0xfc,0x7a,0xa4,0xd0,0x16,0xaf,0xff, +0xe5,0x3f,0xf2,0x5e,0xff,0xfa,0x61,0x3f,0xff,0xe8,0x29,0x1b,0x52,0x7d,0xff,0xd1, +0x06,0xa4,0x33,0x1b,0x00,0x6e,0xc3,0xf2,0x02,0x5d,0x60,0x00,0x00,0x7a,0x35,0x60, +0x00,0x06,0x66,0xaf,0xd6,0x66,0x30,0xdf,0x5f,0xf1,0x73,0x05,0x40,0x93,0xfe,0x0a, +0xf7,0x7f,0x36,0xd0,0x87,0x77,0x49,0xfa,0x37,0x94,0x30,0x03,0xf9,0xd6,0xd9,0xfc, +0x2f,0xa1,0x00,0xf0,0x10,0x03,0xf8,0x7f,0xf2,0xfc,0xaf,0xfe,0xdf,0xfd,0xd1,0x03, +0xfb,0xde,0xfb,0xfe,0xff,0xf6,0x0e,0xf1,0x00,0x03,0xf9,0x92,0x56,0xfc,0xaf,0xf8, +0x3f,0xf5,0x30,0x03,0x4f,0x16,0x11,0x3b,0x23,0x2a,0xf0,0x00,0x88,0x8e,0xf9,0x87, +0x09,0xfd,0xcf,0xfc,0xb0,0x04,0x55,0x5f,0xe5,0x55,0x29,0x28,0x00,0x01,0xc7,0x00, +0xb1,0x69,0xf7,0x1e,0xf3,0x10,0x0c,0xfa,0xdf,0xa9,0xcf,0x69,0x8c,0x8c,0xf1,0x00, +0xf1,0xec,0x98,0x6f,0x69,0xff,0xef,0xfe,0xd0,0x0c,0xfa,0xfc,0xce,0x7f,0x69,0x28, +0x00,0xf1,0x00,0xf9,0xff,0xdf,0xbf,0x69,0xf8,0x3f,0xf4,0x30,0x0c,0xf3,0x30,0x05, +0x8f,0x69,0x11,0x08,0x53,0xf1,0x00,0x3f,0xff,0x59,0x0a,0x00,0x47,0x0b,0xb7,0x09, +0xf6,0x0a,0x8c,0x32,0x50,0x00,0x6b,0x06,0x26,0x30,0xb4,0x00,0x78,0x6b,0xd7,0x46, +0x88,0x88,0x88,0x86,0xb8,0x85,0xf0,0x13,0xef,0x35,0x55,0x56,0xff,0x15,0x55,0x46, +0xfc,0x0e,0xf3,0xff,0xfd,0x5f,0xe4,0xff,0xfb,0x6f,0xc0,0x55,0x47,0x77,0x75,0xfe, +0x27,0x77,0x73,0x54,0x00,0x04,0xbb,0xba,0x5e,0xe3,0x6b,0x37,0x13,0x00,0x58,0xc9, +0x05,0xd8,0x13,0x10,0xe0,0xba,0x54,0x59,0x18,0xfc,0x11,0x17,0xfe,0x13,0x00,0x60, +0x87,0x7b,0xfe,0x77,0x7b,0xfe,0xa1,0x3b,0x60,0xaa,0xdf,0xea,0xaa,0xcf,0xe0,0x9b, +0x80,0x00,0xc4,0x0a,0x51,0xed,0x9a,0x20,0x0b,0xb2,0x81,0x1a,0x21,0x0c,0xf4,0xb5, +0x11,0x41,0xed,0xdd,0xde,0xff,0xa9,0x4a,0x10,0xdf,0xad,0x02,0x14,0x00,0x31,0x51, +0x05,0x1d,0xcb,0x21,0x08,0xcc,0xe2,0x8a,0x25,0xcc,0x90,0x1b,0x00,0x15,0x00,0xf2, +0xb5,0x00,0xe4,0x42,0x80,0xa9,0x99,0x98,0x00,0x77,0x77,0x77,0x7a,0xa3,0x56,0x15, +0x75,0x8f,0x86,0x04,0x53,0x9d,0x13,0x32,0xcc,0x3e,0x00,0x32,0x68,0x00,0xff,0x26, +0x01,0x7b,0xe5,0x00,0xf8,0x9a,0x00,0xb1,0x49,0x06,0x1b,0x00,0x10,0xf2,0x98,0x37, +0x09,0x12,0x00,0x10,0xf9,0x54,0xcf,0x13,0xf4,0xc9,0x18,0x13,0x2f,0x09,0x00,0x32, +0xee,0xff,0xf2,0x09,0x00,0x32,0x8e,0xdb,0x50,0x79,0x3e,0x02,0xea,0x2a,0x05,0x0a, +0x00,0x91,0x02,0x44,0x44,0xaf,0xf0,0x0e,0xfb,0x44,0x44,0x1d,0xf2,0x02,0x53,0x9c, +0x06,0x0a,0x00,0x01,0xd2,0xa3,0x0b,0x32,0x00,0x10,0x05,0xdb,0x37,0x00,0x72,0x9c, +0x24,0x50,0x05,0x28,0x00,0x40,0x50,0x02,0x55,0x55,0x46,0x00,0x10,0x55,0xfc,0xb6, +0x0e,0x64,0x00,0x14,0x0f,0x28,0x00,0x16,0xf2,0x0a,0x00,0x12,0x05,0x32,0x00,0x01, +0x4c,0x52,0x0e,0x32,0x00,0x0e,0x0a,0x00,0x09,0xca,0xe0,0x04,0x01,0x00,0x05,0x21, +0x03,0x00,0xea,0x7b,0x11,0x3c,0x57,0x2a,0x04,0x68,0x83,0x06,0x65,0xcb,0x25,0xf1, +0x02,0x2d,0xec,0xf1,0x07,0x2f,0xf6,0x3d,0xf8,0x33,0xbf,0xa3,0x7f,0xf1,0x02,0xff, +0x20,0xcf,0x50,0x09,0xf8,0x04,0xff,0x10,0x2f,0xf2,0x0c,0xc4,0x59,0x01,0x13,0x00, +0x23,0xed,0xde,0x13,0x00,0x33,0xf5,0x00,0x9f,0x13,0x00,0x2d,0xec,0xce,0x26,0x00, +0x03,0x39,0x00,0x33,0xf5,0x3d,0xf7,0x4c,0x00,0x05,0x5f,0x00,0x03,0x60,0xa1,0x14, +0xf1,0x23,0x0f,0x02,0x09,0x20,0x13,0xce,0x48,0x39,0x01,0x22,0xa4,0x15,0x20,0x8d, +0x31,0x04,0xfb,0x03,0x00,0xa6,0x6d,0x10,0x50,0x7f,0xf4,0x11,0x00,0xd2,0x0e,0x12, +0x09,0xe7,0x1f,0x0b,0x01,0x00,0x15,0x22,0xce,0x47,0x13,0x13,0x26,0x02,0x03,0x98, +0x2e,0x10,0xfb,0x7a,0x80,0x00,0xd8,0x2c,0x13,0xfb,0xd0,0x2e,0x2f,0x0c,0xfb,0x1b, +0x00,0x0b,0x10,0xfe,0x9f,0x2f,0x09,0x24,0x00,0x04,0x1b,0x00,0x06,0xfd,0xa2,0x41, +0xf3,0x00,0x1f,0xc9,0x64,0x05,0x35,0x0b,0xf3,0xb8,0x0a,0x00,0x31,0xeb,0x1f,0xc0, +0xa1,0x71,0x00,0x0a,0x00,0x60,0xc2,0xaa,0xcf,0xfb,0xaa,0x30,0x0a,0x00,0x11,0xc3, +0xa7,0x03,0x02,0x0a,0x00,0x00,0x2b,0x24,0x02,0x0a,0x00,0x24,0xbb,0xbb,0x14,0x00, +0x23,0xee,0xee,0x0a,0x00,0x11,0xfe,0x1e,0x00,0x40,0xf2,0xeb,0x1f,0xc3,0xa3,0x1e, +0x60,0x50,0x0c,0xf1,0xeb,0x1f,0xc3,0xbd,0x23,0x34,0x50,0x0d,0xf1,0x1e,0x00,0x24, +0x0d,0xf0,0x32,0x00,0x50,0x0f,0xf0,0xeb,0x1f,0xc2,0x23,0x08,0xf0,0x08,0x40,0x2f, +0xc0,0xea,0x1f,0xc0,0x0c,0xa1,0x08,0xc1,0x00,0x7f,0x90,0x00,0x1f,0xc3,0xdf,0xf4, +0x2e,0xfe,0x30,0x9f,0x50,0x89,0x9f,0xef,0x30,0x02,0xdf,0xf2,0x09,0x00,0x00,0x05, +0x4a,0x90,0x00,0x00,0x1c,0x50,0x83,0x86,0x02,0x01,0x9e,0x6e,0x02,0x3b,0x2f,0xf0, +0x04,0x88,0x9f,0xf2,0xaa,0xae,0xfc,0xaa,0x80,0x02,0xff,0x88,0xaf,0xf0,0x24,0x4f, +0xf5,0x44,0x10,0x02,0x7c,0x01,0x00,0xfb,0x0f,0x00,0x13,0x2f,0x72,0x3f,0xf0,0x9f, +0xa5,0x55,0xff,0x40,0x14,0x00,0x50,0xdb,0xbb,0xff,0x40,0x01,0x80,0x65,0x60,0x9f, +0xec,0xcc,0xff,0x40,0x08,0x1b,0x66,0x32,0x9f,0xb7,0x77,0x70,0x8f,0x00,0x73,0xc2, +0x00,0x5d,0xaf,0xf0,0x1f,0x8f,0xb3,0x32,0x9f,0x80,0x00,0xef,0x40,0x03,0xea,0x5f, +0xa0,0x00,0x9f,0xfe,0xee,0xff,0x40,0x04,0xfa,0x5f,0xff,0xf7,0x6b,0xcb,0xbb,0xdb, +0x30,0x05,0xfb,0x5f,0xea,0xa5,0x09,0xf7,0x0b,0xf4,0x00,0x07,0xff,0x9f,0x90,0x01, +0xbf,0xf2,0x08,0xb2,0xc5,0x20,0xff,0x90,0x06,0x93,0x80,0x8f,0xf1,0x0e,0xfa,0xff, +0xc3,0x01,0xc3,0xb1,0x55,0x41,0x5f,0xd0,0x8f,0xff,0x33,0x02,0x61,0xe2,0x1d,0x60, +0x02,0x8b,0xef,0xd4,0x04,0x1e,0x02,0x2f,0x91,0x04,0xca,0x3b,0x33,0x61,0xdd,0x40, +0x0a,0x00,0x10,0xac,0x10,0x7a,0x70,0x11,0x31,0x11,0x11,0x9f,0xff,0xe1,0xed,0xd1, +0x40,0xf4,0xbc,0x50,0x5f,0x2c,0x91,0xf5,0x16,0xdf,0xff,0xfe,0xef,0x60,0x1f,0xf8, +0xcf,0x50,0x07,0xff,0xfd,0x30,0xdf,0x60,0x0b,0xfb,0x02,0x60,0x00,0x07,0xfc,0x00, +0xdf,0x60,0x03,0xff,0xc8,0xf5,0x05,0x5a,0xfd,0x55,0xef,0xa5,0x55,0x8f,0x62,0xb7, +0xd0,0xb1,0x7a,0x40,0x1c,0xce,0xff,0xcc,0xff,0xec,0xef,0xc1,0xdf,0x70,0x7d,0x65, +0x60,0xdf,0x60,0x5f,0xfd,0xfb,0x10,0x77,0x28,0x30,0xdf,0x60,0x3f,0x34,0xe8,0x00, +0x3c,0x42,0x50,0x60,0x2f,0xfb,0xff,0xc0,0xb3,0x93,0x60,0xdf,0x60,0x0e,0xf6,0x1a, +0x20,0x07,0x8a,0x60,0xdf,0x60,0x09,0xfc,0x00,0x60,0x6a,0x46,0x80,0xdf,0x60,0x04, +0xff,0x93,0xf5,0x4f,0xfa,0x01,0x18,0x00,0x65,0xfd,0x12,0x05,0x7c,0x75,0x15,0x09, +0x7b,0xd7,0x08,0x95,0xec,0x05,0xb5,0x5b,0x10,0x44,0x18,0x50,0x45,0x94,0x44,0x44, +0x43,0x42,0x48,0x13,0xab,0x76,0x0b,0x31,0xb8,0x00,0x28,0xac,0x05,0x14,0x83,0x2f, +0x0b,0x13,0xf5,0x90,0x51,0x20,0x3f,0xf5,0x49,0xb4,0x00,0xe2,0x04,0x16,0xf5,0x1b, +0x00,0x13,0x13,0x33,0x05,0x24,0x31,0x5f,0xe2,0xa4,0x21,0x5f,0xfa,0xc8,0x0b,0xe1, +0xbf,0xf4,0x5f,0xe0,0x59,0x99,0x99,0x99,0x91,0x1f,0xf4,0x5f,0xe0,0x8f,0x55,0xb8, +0x00,0x09,0x00,0x32,0xa0,0x00,0x0f,0x09,0x00,0x45,0xea,0xaa,0xaf,0xf2,0x1b,0x00, +0xb2,0x2f,0xf4,0x5f,0xe0,0x5a,0x70,0x00,0x00,0x6d,0xef,0xf2,0xca,0x09,0x12,0x1d, +0x2b,0x05,0x21,0xd2,0x00,0x82,0xdd,0x31,0xe7,0x00,0xd9,0xc0,0x0a,0x01,0x05,0x00, +0x26,0xf9,0x00,0x06,0x00,0x0f,0x01,0x00,0x4e,0x0b,0x67,0x00,0x1f,0x1d,0x6c,0x00, +0x49,0x28,0xd5,0x00,0x09,0x56,0x63,0xdc,0xf7,0xe5,0xf3,0x00,0xd9,0xf5,0x00,0x7f, +0x0c,0x00,0x00,0xeb,0x00,0xec,0xf4,0xf6,0x00,0x4f,0x86,0xf9,0xf7,0xec,0x00,0xf9, +0xfc,0xf4,0xe5,0x69,0x00,0x5f,0xf8,0x00,0xfb,0x00,0xfa,0x76,0x00,0x4c,0x35,0xf2, +0xfc,0xe3,0x0c,0x00,0x6f,0xf6,0xf9,0x00,0xfc,0x04,0x04,0xe2,0x01,0x4b,0x1f,0xf4, +0x11,0x00,0x05,0x1f,0x02,0xe6,0x00,0x49,0x33,0xe7,0x00,0xe1,0x6e,0x00,0x00,0x9f, +0x4f,0x92,0xe7,0xfc,0xfa,0x00,0xff,0xfa,0xff,0xf2,0x06,0xd6,0x02,0x7f,0x06,0xfa, +0xff,0xfb,0xfd,0xfd,0xfb,0x7a,0x00,0x43,0x16,0xf5,0xe0,0x01,0x76,0xfa,0xf6,0x00, +0xfc,0xfd,0xfd,0xfa,0xd8,0xfd,0x6f,0xfc,0x00,0xfa,0xfc,0xfc,0xfa,0x6a,0x01,0x4c, +0x96,0xf4,0xfc,0xf6,0xfb,0xfa,0xfd,0xfd,0xfd,0xfb,0xc2,0x03,0x4f,0xf4,0xfc,0xfa, +0xfc,0x59,0x02,0x45,0x00,0xbf,0x0a,0x11,0xfb,0xdc,0x00,0x8a,0xee,0x00,0xf6,0x00, +0xfc,0xff,0xf7,0xf9,0x4d,0x02,0x11,0xfa,0x1e,0x00,0x0f,0x01,0x00,0x54,0x14,0xfc, +0x94,0x00,0x4f,0xfc,0x00,0xf1,0xfc,0x64,0x00,0x44,0x41,0xe0,0x00,0xe0,0xec,0x48, +0x03,0x20,0xcf,0xf7,0x9b,0x09,0x80,0xf6,0xfc,0xf5,0x00,0xf3,0xfa,0x00,0xf6,0xd0, +0x03,0x7f,0xfc,0xf9,0xf5,0xf7,0xf4,0xf7,0xef,0x77,0x00,0x42,0x04,0x09,0x36,0x11, +0xfd,0xd5,0x01,0x2f,0xfa,0xfd,0x54,0x01,0x56,0x33,0xf6,0x00,0xf6,0x3a,0x04,0x0f, +0xc8,0x01,0x56,0x00,0x46,0x03,0x21,0xf2,0x00,0x48,0x01,0xb5,0xfb,0xfc,0xf7,0x00, +0xfa,0xf7,0xfa,0xfa,0xfc,0x00,0xf7,0x69,0x02,0x7f,0x00,0xef,0xfc,0xf5,0xf7,0xf7, +0xf5,0xd1,0x02,0x41,0x32,0xd2,0x00,0xc4,0x78,0x00,0xf2,0x00,0xef,0xfe,0xf4,0x00, +0xf6,0xd4,0xf4,0xe4,0xeb,0x00,0xe2,0x00,0xe3,0x00,0xfb,0x70,0x01,0x6f,0xf7,0xfc, +0xee,0xf3,0x00,0xee,0xf3,0x00,0x44,0x40,0xd2,0xf6,0xd2,0xeb,0xa5,0x92,0x21,0x00, +0xcc,0x23,0x04,0x61,0xf6,0xfc,0xeb,0x00,0xf3,0xf8,0xc0,0x03,0x12,0xfc,0x48,0x03, +0x1f,0xf9,0x33,0x03,0x44,0x13,0xf5,0x58,0x02,0xd5,0xfb,0xfb,0xfa,0x00,0xfd,0x01, +0xfd,0xfc,0xfc,0x00,0xfd,0xfc,0x00,0x60,0x02,0x1f,0xfb,0xc0,0x03,0x44,0x34,0xfb, +0x00,0x06,0x22,0x04,0x11,0xfa,0xda,0x00,0x07,0xcf,0x01,0x02,0x71,0x02,0x0f,0xc1, +0x03,0x44,0xb2,0xd7,0xe8,0xd7,0xe5,0xf9,0xf9,0x00,0xf2,0xf6,0xd3,0xf5,0xa6,0x05, +0xff,0x03,0xef,0x00,0xe8,0xe5,0xfb,0xe8,0x00,0x00,0xf0,0xeb,0xfb,0xf0,0xf6,0xf6, +0xf5,0xf6,0xe8,0x00,0xc1,0x03,0x44,0x21,0xf7,0xf9,0xf8,0x00,0x20,0xec,0xfc,0x6e, +0x01,0x21,0xfc,0xfa,0xcc,0x03,0x13,0xfc,0xd3,0x03,0x0f,0x26,0x05,0x47,0x40,0xe5, +0xf9,0xe5,0xf4,0x5f,0x01,0x52,0xfc,0xe8,0xfc,0x00,0xfc,0xed,0x07,0x11,0xf4,0x4d, +0x02,0x9f,0xf9,0xfa,0x00,0xf5,0xfc,0xfc,0xfa,0xfc,0xf8,0x78,0x00,0x43,0x42,0xf3, +0xfc,0xf3,0xfb,0xd1,0x53,0x13,0xff,0xc7,0x0e,0x00,0xe4,0x00,0x1d,0xfe,0xad,0x05, +0x0f,0xce,0x02,0x3c,0x13,0xfc,0x08,0x07,0x63,0xfe,0xf7,0xfc,0xfa,0xf9,0xfc,0x16, +0x00,0x32,0xfb,0xf7,0x00,0xc0,0x03,0x4f,0xf7,0xfa,0xfc,0xf7,0x09,0x07,0x44,0xd2, +0xda,0xe5,0xda,0xed,0xf4,0xf4,0xfb,0xfa,0xfa,0xdc,0xf9,0xfa,0xfc,0xce,0x09,0xff, +0x00,0xe5,0xed,0x00,0xea,0x00,0x00,0xf2,0xed,0xf0,0xf3,0xfa,0xf6,0xf3,0xfa,0xec, +0xa1,0x05,0x46,0x01,0x5e,0x01,0xc3,0xf9,0xf6,0xf5,0x00,0xfc,0xff,0xff,0x00,0xfa, +0xfb,0x00,0xfb,0xfa,0x00,0x5f,0xfa,0xfa,0xfb,0xfb,0xf6,0x7f,0x07,0x50,0x62,0xe6, +0xf9,0xef,0xf9,0x00,0xe8,0xe1,0x1e,0x21,0x00,0x18,0x56,0x03,0x1f,0xfc,0xe0,0x09, +0x45,0x17,0xef,0xf5,0x00,0x68,0xf6,0x00,0xf7,0xfd,0x00,0xf6,0x6c,0x08,0x0f,0x9c, +0x0c,0x47,0x44,0xfc,0xfc,0x01,0xfc,0x78,0x00,0xb2,0xeb,0x00,0xf9,0x00,0xfd,0xec, +0x00,0xf4,0xfc,0x00,0xfe,0x6b,0x02,0x7f,0x00,0xfd,0xfd,0xf7,0xfd,0xfc,0x00,0x52, +0x0a,0x4e,0x21,0x00,0xfa,0x82,0x00,0x33,0xfc,0xf6,0x00,0xa4,0x0d,0x4f,0x01,0x01, +0x00,0x01,0x56,0x02,0x45,0x13,0x04,0x97,0x04,0x50,0xf9,0xf9,0xf6,0x00,0xf7,0x57, +0x03,0x43,0xf5,0xfc,0x00,0xfe,0x78,0x00,0x00,0x97,0x37,0x1f,0xfe,0x75,0x00,0x3f, +0x70,0x02,0x0e,0x0e,0x00,0xea,0xfa,0xea,0x4b,0xd4,0x02,0x0b,0x10,0x81,0x17,0x10, +0x0a,0x12,0x00,0x0e,0xf9,0xfc,0xd9,0x03,0x10,0xfd,0x35,0x0c,0x1f,0xfd,0xe6,0x01, +0x43,0x22,0x02,0xf6,0xfb,0x0d,0x15,0xf0,0x4a,0x0b,0x11,0xfa,0x22,0x05,0x03,0x4b, +0x30,0x5f,0xfd,0xfd,0x00,0x03,0xfa,0xbe,0x03,0x48,0x02,0xff,0x05,0x01,0xd7,0x01, +0x1f,0xf7,0x6e,0x0f,0x54,0x74,0x02,0xe5,0x02,0x00,0x02,0x02,0xf6,0x54,0x03,0x00, +0xf0,0x00,0x21,0xfc,0xf7,0x68,0x01,0x3e,0x00,0xf5,0xfa,0xf8,0x07,0x0f,0x01,0x00, +0x4e,0x1f,0x04,0x5f,0x00,0x4b,0x08,0xbe,0x01,0x01,0x48,0x03,0x1f,0xf5,0xd8,0x00, +0x54,0xa4,0xe3,0xf6,0xe3,0xf6,0x04,0x04,0x00,0xfa,0x00,0xe7,0xa4,0x06,0x34,0x02, +0xf6,0xfc,0xf8,0x07,0x21,0x04,0x03,0xc8,0xd3,0x0f,0x0e,0x0e,0x42,0x12,0x04,0x85, +0x06,0x04,0x58,0x02,0x07,0x3f,0x0a,0x0f,0xdb,0x10,0x4a,0x75,0xfd,0xf4,0xfd,0x00, +0x02,0x02,0xf4,0x74,0x01,0x11,0xfd,0x48,0x03,0x10,0xfc,0xf9,0x00,0x1f,0xf9,0xe8, +0x08,0x48,0x42,0xfc,0xec,0xfb,0xec,0x2d,0x0b,0x10,0xf2,0xae,0x05,0x00,0xf1,0x08, +0x38,0x00,0xf9,0xfd,0x67,0x08,0x1f,0xf6,0x78,0x00,0x43,0x41,0xe6,0x00,0xe6,0xff, +0xe7,0x00,0x11,0xf5,0x68,0x01,0x10,0xfa,0xa0,0x05,0x09,0x78,0x00,0x1f,0xf7,0xcd, +0x02,0x42,0x40,0xf8,0x05,0xfa,0xfb,0x98,0x3f,0x00,0x18,0x05,0x61,0xf6,0x00,0xfa, +0x00,0xfc,0xf3,0xc0,0x03,0x06,0xea,0x00,0x0f,0x8f,0x06,0x45,0x42,0xec,0x00,0xec, +0xfe,0x10,0x0e,0x00,0x06,0x07,0x10,0x00,0x48,0x11,0x08,0x68,0x01,0x01,0x0b,0x0f, +0x0f,0x02,0x0f,0x4a,0x03,0xd5,0x02,0x11,0xf9,0xe3,0x01,0x12,0xff,0x85,0x01,0x13, +0xfd,0x46,0x0b,0x0f,0x01,0x00,0x72,0x2f,0xfa,0xfa,0x22,0x03,0x0c,0x1e,0xfd,0x9a, +0x04,0x0f,0x4b,0x06,0x32,0x1f,0xf6,0xe5,0x00,0x58,0x15,0xf6,0x6e,0x00,0x21,0xf6, +0xf0,0x0a,0x00,0x1e,0xea,0x63,0x03,0x0e,0x0b,0x02,0x03,0x1f,0x01,0x3f,0xfa,0xfa, +0xfa,0xc3,0x05,0x2c,0x06,0x67,0x0c,0x0f,0xd0,0x01,0x50,0x0f,0x48,0x02,0x64,0x1e, +0xea,0xe9,0x00,0x0f,0x92,0x00,0x52,0x13,0xf0,0xc7,0x2c,0x0f,0x61,0x01,0x56,0x0f, +0xd0,0x02,0x0c,0x1f,0x0d,0xf0,0x00,0x53,0x0f,0x28,0x04,0x5f,0x09,0x30,0x04,0x1f, +0xea,0xa8,0x04,0x65,0x3f,0xed,0xf6,0xf6,0xfa,0x02,0x53,0x1b,0xe6,0xd0,0x02,0x2e, +0x03,0x03,0xf8,0x00,0x0f,0x34,0x04,0x04,0x13,0xed,0x4c,0x09,0x2f,0xea,0xe3,0x48, +0x03,0x2d,0x1f,0xfd,0xf6,0x01,0x1a,0x13,0xea,0x07,0x00,0x2f,0xea,0xea,0xf2,0x0b, +0x3e,0x0f,0xb2,0x15,0x49,0x0f,0xc7,0x04,0x73,0x11,0xf0,0x10,0x10,0x0f,0x01,0x00, +0x4f,0x0f,0xa2,0x04,0x65,0x10,0xf0,0x1b,0x17,0x01,0x08,0x07,0x00,0x73,0x01,0x23, +0xed,0xfa,0x66,0x01,0x3f,0xf0,0x00,0xf0,0x6d,0x01,0x4b,0x1f,0xf3,0xeb,0x08,0x64, +0x15,0xf3,0xfa,0x07,0x00,0xf0,0x00,0x20,0xf6,0xf3,0x08,0x00,0x1f,0xfd,0x3e,0x05, +0x50,0x12,0xf6,0xbd,0x02,0x3f,0xfa,0x03,0x03,0x8b,0x07,0x60,0x1f,0xf6,0x4c,0x0a, +0x8b,0x0f,0x80,0x08,0x4a,0x2f,0xea,0xf0,0x68,0x02,0x63,0x1f,0xf3,0xd0,0x02,0x5a, +0x03,0xe5,0x01,0x1f,0xf3,0x53,0x02,0x58,0x18,0xfa,0x94,0x05,0x4f,0xf3,0xf3,0xf3, +0xfa,0x54,0x02,0x5c,0x1f,0xfa,0x30,0x0c,0x5a,0x0b,0x5a,0x01,0x0f,0x54,0x7b,0x02, +0x0f,0x27,0x06,0x75,0x1f,0xfa,0x5d,0x06,0x30,0x1b,0x03,0x53,0x00,0x0f,0x98,0x0d, +0x5a,0x0f,0xe3,0x0a,0x68,0x14,0xfa,0x6d,0x00,0x0f,0x37,0x04,0x54,0x1f,0xe0,0xbe, +0x01,0x0c,0x17,0xf0,0x8e,0x00,0x18,0xf3,0x1d,0x00,0x32,0xfa,0x00,0xe3,0x74,0x03, +0x10,0xfa,0x8c,0x0e,0x23,0xea,0xf0,0x19,0x0a,0x2f,0xf3,0xed,0x10,0x0e,0x35,0x00, +0x66,0x0a,0x07,0x65,0x03,0x00,0xd2,0x04,0x13,0xfa,0xc5,0x06,0x18,0xfa,0xfc,0x03, +0x07,0x0a,0x04,0x0f,0x8b,0x06,0x88,0x1f,0xed,0xaa,0x06,0x33,0x1f,0xf6,0xd8,0x09, +0x4a,0x1e,0xf6,0x3b,0x0f,0x0f,0x81,0x00,0x25,0x1f,0xf6,0x8b,0x0a,0x64,0x1f,0xe3, +0x57,0x02,0x11,0x04,0x1e,0x07,0x28,0xf6,0xfa,0x2a,0x07,0x26,0xed,0xf0,0x75,0x03, +0x2f,0xe6,0xf3,0xc6,0x00,0x1c,0x1f,0xea,0xe0,0x01,0x1d,0x1e,0x03,0x0b,0x03,0x0f, +0x60,0x0c,0x21,0x1f,0xe6,0x68,0x03,0x21,0x02,0x87,0x00,0x44,0xed,0xf3,0xf3,0xf3, +0x8b,0x0a,0x24,0xea,0xf6,0x68,0x05,0x0f,0x78,0x00,0x33,0x2f,0xf6,0xfa,0xcb,0x00, +0x07,0x16,0xf6,0xc0,0x03,0x3f,0xfd,0xf0,0xf6,0xc9,0x0c,0x94,0x1f,0xe3,0xed,0x12, +0x27,0x12,0xfa,0x68,0x01,0x0f,0xe0,0x01,0x43,0x1e,0x00,0x98,0x0f,0x0f,0x58,0x02, +0x32,0x1f,0xfa,0xd7,0x14,0x32,0x0f,0x2b,0x0c,0x51,0x15,0xfa,0x03,0x12,0x38,0xed, +0xed,0xed,0xb9,0x06,0x1f,0xea,0xea,0x0b,0x5d,0x2f,0xea,0xf6,0x02,0x13,0x67,0x1f, +0xfa,0x62,0x1a,0x1d,0x0f,0xce,0x0d,0x2e,0x1f,0xfd,0x08,0x07,0x48,0x0f,0x1b,0x02, +0x0e,0x1f,0xfa,0x78,0x00,0x64,0x0f,0x3d,0x00,0x59,0x1e,0xf6,0x48,0x00,0x0f,0xad, +0x0a,0x43,0x1f,0x06,0x78,0x00,0x38,0x0f,0xe0,0x01,0x36,0x1f,0xfd,0xd0,0x02,0x56, +0x0f,0x90,0x15,0x38,0x0f,0x1f,0x19,0x57,0x1f,0xf6,0x87,0x01,0x27,0x1d,0xf6,0x26, +0x28,0x0f,0x78,0x00,0x37,0x1f,0xea,0xf0,0x00,0x45,0x1f,0xf3,0x7b,0x1a,0x64,0x1f, +0xf0,0x3b,0x00,0x33,0x1f,0xf6,0x59,0x1b,0x95,0x1f,0xfa,0x1d,0x00,0x0b,0x1e,0xf3, +0x9d,0x1e,0x1f,0xfa,0x9a,0x00,0x52,0x0f,0x4d,0x00,0x04,0x1f,0x0a,0xf7,0x03,0x64, +0x1f,0x0a,0x79,0x00,0x05,0x1f,0x10,0x2f,0x1d,0x8c,0x1f,0xf3,0x78,0x00,0x14,0x1f, +0xfd,0x07,0x04,0x14,0x1f,0x06,0x38,0x04,0x33,0x1f,0xf6,0x7b,0x16,0x64,0x1f,0xf6, +0xc3,0x1e,0x72,0x2f,0x06,0x06,0xa5,0x12,0x71,0x0f,0x62,0x13,0x69,0x09,0xbb,0x0b, +0x2f,0x00,0xf0,0x00,0x0f,0x4c,0x03,0x3b,0x00,0x07,0x48,0x12,0x2f,0xf6,0xfa,0xa1, +0x03,0x3a,0x0f,0x6f,0x0d,0x47,0x0f,0x5a,0x00,0x19,0x0b,0x22,0x22,0x00,0xd1,0x34, +0x0e,0xe7,0x22,0x0f,0xd8,0x09,0x4f,0x0f,0x60,0x1a,0x53,0x0f,0x91,0x01,0x14,0x0f, +0x0b,0x1a,0x5c,0x0f,0xa8,0x0c,0x3d,0x1f,0xf6,0xfb,0x03,0x09,0x1f,0xfd,0xe9,0x1a, +0x28,0x1f,0xed,0x51,0x1b,0x26,0x27,0xfa,0xf0,0xf3,0x0f,0x2f,0xfa,0xf6,0x88,0x0e, +0x2c,0x2e,0xed,0xed,0xc6,0x1a,0x05,0xce,0x02,0x28,0xf0,0xf0,0x55,0x01,0x44,0xed, +0xfa,0xfd,0xfd,0x38,0x04,0x28,0xf6,0xf3,0x3b,0x04,0x02,0xb2,0xd8,0x10,0x02,0x66, +0x13,0x3d,0x04,0x03,0x05,0x68,0x05,0xb0,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x00, +0x00,0x0e,0x0f,0xc0,0x92,0xe0,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19, +0x1a,0x02,0x1b,0x00,0xda,0xce,0xf2,0x0b,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00, +0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c, +0x2d,0x02,0xff,0xf6,0xf0,0x0f,0x2f,0x30,0x00,0x31,0x32,0x33,0x34,0x35,0x36,0x37, +0x00,0x38,0x39,0x3a,0x00,0x00,0x3b,0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x00,0x42,0x43, +0x44,0x45,0x46,0x47,0xb1,0xa4,0xf2,0x2a,0x49,0x4a,0x4b,0x4c,0x4d,0x00,0x4e,0x36, +0x4f,0x00,0x50,0x51,0x00,0x00,0x36,0x52,0x32,0x32,0x53,0x54,0x55,0x56,0x57,0x58, +0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x00,0x5f,0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67, +0x68,0x69,0x32,0x6a,0x6b,0x00,0x6c,0x6d,0x6e,0x6f,0x6f,0x00,0x70,0x00,0x71,0x72, +0x73,0xfa,0xd1,0xff,0x05,0x75,0x00,0x76,0x00,0x00,0x32,0x77,0x78,0x00,0x00,0x00, +0x79,0x7a,0x7b,0x7c,0x00,0x7d,0x7e,0x7f,0x00,0x01,0x00,0xff,0x06,0x22,0x01,0x02, +0x0a,0x3b,0x77,0x03,0x04,0x00,0x05,0x06,0x07,0x08,0x16,0x7c,0x10,0x0a,0x98,0x40, +0x41,0x00,0x0c,0x00,0x0d,0x00,0x25,0x22,0x00,0x0e,0x08,0x25,0x51,0x0d,0x00,0x0f, +0x10,0x11,0xf2,0x01,0x30,0x00,0x17,0x03,0xe0,0x5e,0xf0,0x02,0x00,0x19,0x19,0x19, +0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0xfc,0x01,0x41, +0x23,0x24,0x25,0x26,0xa5,0x15,0xf3,0x01,0x27,0x28,0x29,0x00,0x2a,0x00,0x2b,0x2c, +0x2d,0x2e,0x00,0x2b,0x2b,0x00,0x2f,0x30,0xf9,0x01,0x30,0x38,0x39,0x3a,0xf7,0x01, +0x31,0x3d,0x3e,0x3f,0x21,0x71,0x50,0x41,0x42,0x00,0x43,0x00,0xfd,0x01,0x00,0xfa, +0x01,0xd0,0x00,0x4c,0x4c,0x00,0x00,0x4d,0x4e,0x00,0x4f,0x50,0x51,0x52,0x53,0xf8, +0x01,0x01,0xf9,0x01,0x20,0x56,0x44,0xfb,0x01,0x31,0x5f,0x60,0x56,0xfb,0x01,0x30, +0x00,0x00,0x00,0xfe,0x01,0x41,0x6a,0x6b,0x00,0x00,0xff,0x01,0x20,0x00,0x70,0xfd, +0x01,0x71,0x00,0x74,0x00,0x75,0x76,0x00,0x00,0xf9,0x01,0x0f,0x01,0x00,0xfc,0x50, +0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 12260, .glyph_id_start = 96, .list_length = 44, .type = 3, .unicode_list = 3952, .glyph_id_ofs_list = 0 }, +{ .range_start = 12449, .range_length = 43, .glyph_id_start = 140, .list_length = 43, .type = 0, .unicode_list = 0, .glyph_id_ofs_list = 4040 }, +{ .range_start = 12493, .range_length = 33, .glyph_id_start = 179, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 12527, .range_length = 27114, .glyph_id_start = 212, .list_length = 282, .type = 3, .unicode_list = 4083, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[99319] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_bold_XL_s = { +.uncomp_size = 99023, +.comp_size = 56805, +.line_height = 26, +.base_line = 6, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 5, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 127, +.right_class_cnt = 120, +.glyph_bitmap = 4647, +.class_pair_values = 82795, +.left_class_mapping = 98035, +.right_class_mapping = 98529, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 99319, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_64.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_jp_bold_64.c rename to radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL.c index ad6d86e93ee..93e706924fe 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL.c @@ -1275,7 +1275,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[70230] __SDRAMFONTS; -const etxLz4Font lv_font_noto_jp_bold_64 = { +const etxLz4Font lv_font_noto_jp_bold_XXL = { .uncomp_size = 70030, .comp_size = 20210, .line_height = 78, diff --git a/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL_s.c new file mode 100644 index 00000000000..aa278f53ab3 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_jp_bold_XXL_s.c @@ -0,0 +1,881 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x10,0x09,0x08,0x00,0xf0,0x58,0xd0,0x0e,0x09,0x20,0x03, +0xff,0x90,0x00,0x00,0x17,0x11,0x0f,0x03,0x11,0x10,0x01,0x90,0x17,0x16,0x1e,0x01, +0x00,0x5a,0x02,0x90,0x17,0x14,0x27,0x01,0xfb,0xe0,0x03,0x80,0x26,0x25,0x20,0x01, +0xff,0x30,0x06,0x90,0x1d,0x1c,0x20,0x01,0xff,0xf0,0x07,0x00,0x0d,0x07,0x0f,0x03, +0x11,0x25,0x08,0x20,0x0f,0x0b,0x2b,0x03,0xf7,0x12,0x09,0x20,0x0f,0x0a,0x2b,0x02, +0xf7,0xe9,0x09,0x40,0x14,0x12,0x10,0x01,0x10,0x79,0x0a,0x90,0x17,0x16,0x16,0x01, +0x04,0x6b,0x0b,0x00,0x0d,0x09,0x10,0x02,0xf7,0xb3,0x0b,0xd0,0x0e,0x0c,0x05,0x01, +0x09,0xd1,0x10,0x00,0xf2,0x16,0x09,0x02,0xff,0xfa,0x0b,0x80,0x0f,0x0f,0x28,0x00, +0xf8,0x26,0x0d,0x90,0x17,0x15,0x20,0x01,0xff,0x76,0x0e,0x90,0x17,0x13,0x1e,0x03, +0x00,0x93,0x0f,0x90,0x17,0x15,0x1f,0x01,0x00,0xd9,0x10,0x18,0x00,0xa1,0x29,0x12, +0x90,0x17,0x17,0x1e,0x00,0x00,0x82,0x13,0x18,0x00,0xf2,0x04,0xff,0xc8,0x14,0x90, +0x17,0x14,0x20,0x02,0xff,0x08,0x16,0x90,0x17,0x14,0x1e,0x02,0x00,0x34,0x17,0x28, +0x00,0x22,0x84,0x18,0x08,0x00,0xf2,0x13,0xd4,0x19,0x00,0x0d,0x09,0x17,0x02,0xff, +0x3c,0x1a,0x00,0x0d,0x09,0x1f,0x02,0xf7,0xc8,0x1a,0x90,0x17,0x16,0x15,0x01,0x05, +0xaf,0x1b,0x90,0x17,0x16,0x0f,0x01,0x07,0x54,0x1c,0x10,0x00,0xf1,0x2c,0x3b,0x1d, +0x90,0x14,0x12,0x20,0x01,0xff,0x5b,0x1e,0x40,0x28,0x25,0x26,0x02,0xf9,0x1a,0x21, +0xa0,0x19,0x1b,0x1e,0xff,0x00,0xaf,0x22,0x40,0x1b,0x17,0x1e,0x03,0x00,0x08,0x24, +0x40,0x1a,0x18,0x20,0x02,0xff,0x88,0x25,0x90,0x1c,0x18,0x1e,0x03,0x00,0xf0,0x26, +0xa0,0x18,0x14,0x1e,0x03,0x00,0x1c,0x28,0x60,0xa8,0x00,0x40,0x39,0x29,0xb0,0x1c, +0x20,0x00,0x40,0xb9,0x2a,0x40,0x1e,0x20,0x00,0xf1,0x0c,0x21,0x2c,0x30,0x0d,0x07, +0x1e,0x03,0x00,0x8a,0x2c,0xc0,0x16,0x14,0x1f,0x00,0xff,0xc0,0x2d,0x70,0x1b,0x19, +0x1e,0x03,0x00,0x37,0x2f,0x10,0x30,0x00,0xc0,0x54,0x30,0x30,0x22,0x1c,0x1e,0x03, +0x00,0xf8,0x31,0xf0,0x1d,0x30,0x00,0xf0,0x0d,0x60,0x33,0xd0,0x1e,0x1b,0x20,0x02, +0xff,0x10,0x35,0xb0,0x1a,0x16,0x1e,0x03,0x00,0x5a,0x36,0xd0,0x1e,0x1c,0x27,0x02, +0xf8,0x7c,0x38,0x40,0x1b,0x20,0x00,0xf0,0x2d,0xe4,0x39,0xf0,0x18,0x17,0x20,0x01, +0xff,0x54,0x3b,0x00,0x19,0x17,0x1e,0x01,0x00,0xad,0x3c,0xf0,0x1d,0x18,0x1f,0x03, +0xff,0x21,0x3e,0xc0,0x18,0x1a,0x1e,0xff,0x00,0xa7,0x3f,0xa0,0x24,0x24,0x1e,0x00, +0x00,0xc3,0x41,0x10,0x19,0x19,0x1e,0x00,0x00,0x3a,0x43,0x40,0x17,0x19,0x1e,0xff, +0x00,0xb1,0x44,0x80,0x18,0xb8,0x01,0xf2,0xff,0x04,0xfb,0x45,0x20,0x0f,0x0a,0x28, +0x04,0xf8,0xc3,0x46,0x80,0x0f,0x0e,0x28,0x01,0xf8,0xdb,0x47,0x20,0x0f,0x0b,0x28, +0x01,0xf8,0xb7,0x48,0x90,0x17,0x14,0x12,0x02,0x0d,0x6b,0x49,0xb0,0x16,0x17,0x04, +0x00,0xfa,0x99,0x49,0x10,0x19,0x0c,0x0c,0x04,0x1a,0xe1,0x49,0xa0,0x17,0x13,0x18, +0x02,0xff,0xc5,0x4a,0xc0,0x19,0x15,0x21,0x03,0xff,0x20,0x4c,0x10,0x15,0x13,0x18, +0x01,0xff,0x04,0x4d,0xc0,0x19,0x16,0x21,0x01,0xff,0x6f,0x4e,0x40,0x17,0x15,0x18, +0x01,0xff,0x6b,0x4f,0xe0,0x0e,0x10,0x20,0x01,0x00,0x6b,0x50,0xe0,0x17,0x17,0x21, +0x01,0xf6,0xe7,0x51,0xa0,0x19,0x14,0x20,0x03,0x00,0x27,0x53,0x30,0x0c,0x08,0x20, +0x02,0x00,0xa7,0x53,0x30,0x0c,0x0d,0x2a,0xfd,0xf6,0xb8,0x54,0x30,0x18,0x15,0x20, +0x03,0x00,0x08,0x56,0xa0,0x0c,0x09,0x21,0x03,0xff,0x9d,0x56,0x90,0x26,0x21,0x17, +0x03,0x00,0x19,0x58,0xa0,0x19,0x14,0x17,0x03,0x00,0xff,0x58,0x10,0x19,0x17,0x18, +0x01,0xff,0x13,0x5a,0xc0,0x19,0x15,0x20,0x03,0xf7,0x63,0x5b,0xc0,0x19,0x16,0x20, +0x01,0xf7,0xc3,0x5c,0x70,0x11,0x0f,0x17,0x03,0x00,0x70,0x5d,0xd0,0x13,0x12,0x18, +0x01,0xff,0x48,0x5e,0xd0,0x10,0x11,0x1e,0x00,0xff,0x47,0x5f,0x80,0x19,0x15,0x17, +0x02,0xff,0x39,0x60,0x10,0x17,0x17,0x16,0x00,0x00,0x36,0x61,0x80,0x22,0x21,0x16, +0x01,0x00,0xa1,0x62,0x80,0x16,0x16,0x16,0x00,0x00,0x93,0x63,0xf0,0x16,0x17,0x20, +0x00,0xf6,0x03,0x65,0x70,0x14,0x13,0x16,0x01,0x00,0xd4,0x65,0x20,0x0f,0x0d,0x28, +0x01,0xf8,0xd8,0x66,0xd0,0x0b,0x04,0x2e,0x04,0xf5,0x34,0x67,0x10,0x00,0xf6,0x60, +0x38,0x68,0x90,0x17,0x16,0x08,0x01,0x0b,0x90,0x68,0x30,0x10,0x0e,0x0d,0x01,0x12, +0x03,0x55,0x55,0x52,0x00,0x8f,0xff,0xff,0x50,0x07,0xff,0xff,0xf4,0x00,0x7f,0xff, +0xff,0x40,0x06,0xff,0xff,0xf3,0x00,0x6f,0xff,0xff,0x20,0x05,0xff,0xff,0xf2,0x00, +0x4f,0xff,0xff,0x10,0x03,0xff,0xff,0xf0,0x00,0x2f,0xff,0xff,0x00,0x01,0xff,0xff, +0xe0,0x00,0x0f,0xff,0xfd,0x00,0x00,0xff,0xff,0xc0,0x00,0x0f,0xff,0xfb,0x00,0x00, +0xef,0xff,0xa0,0x00,0x0d,0xff,0xf9,0x00,0x00,0xcf,0xff,0x90,0x00,0x0b,0xff,0xf8, +0x00,0x00,0xaf,0xff,0x70,0x00,0x09,0xff,0xf6,0x00,0x00,0x8f,0xff,0x50,0x00,0x01, +0x00,0xf0,0x1c,0x02,0x00,0x00,0x00,0x9f,0xff,0x70,0x00,0x9f,0xff,0xff,0x60,0x0f, +0xff,0xff,0xfd,0x02,0xff,0xff,0xff,0xf0,0x1f,0xff,0xff,0xfe,0x00,0xbf,0xff,0xff, +0x90,0x02,0xdf,0xff,0xb0,0x00,0x00,0x57,0x40,0x00,0x12,0x22,0x22,0x10,0x05,0x00, +0xd0,0x17,0xff,0xff,0xf7,0x00,0x07,0xff,0xff,0xf7,0x7f,0xff,0xff,0x60,0x98,0x00, +0xd0,0x66,0xff,0xff,0xf6,0x00,0x06,0xff,0xff,0xf6,0x6f,0xff,0xff,0x50,0xa0,0x00, +0x10,0x55,0xb1,0x00,0x80,0x05,0xff,0xff,0xf4,0x4f,0xff,0xff,0x40,0xa8,0x00,0x10, +0x42,0xb0,0x00,0x90,0x02,0xff,0xff,0xf2,0x0f,0xff,0xff,0x00,0x00,0x05,0x00,0x40, +0xef,0xff,0xd0,0x00,0x05,0x00,0x10,0x0c,0xaa,0x00,0x00,0x05,0x00,0x40,0xaf,0xff, +0x90,0x00,0x05,0x00,0x50,0x07,0xff,0xf7,0x00,0x00,0x05,0x00,0x40,0x5f,0xff,0x50, +0x00,0x05,0x00,0x51,0x03,0xff,0xf3,0x00,0x00,0x05,0x00,0xa0,0x00,0x00,0x7f,0xff, +0x00,0x00,0x0e,0xff,0x70,0x00,0xb1,0x00,0x10,0xfd,0x49,0x00,0x01,0xc7,0x00,0x70, +0xbf,0xfb,0x00,0x00,0x2f,0xff,0x30,0x0b,0x00,0x70,0xdf,0xf9,0x00,0x00,0x4f,0xff, +0x20,0x0b,0x00,0x00,0x48,0x00,0x20,0x6f,0xff,0x0a,0x00,0x11,0x01,0xf3,0x00,0x30, +0xfe,0x00,0x00,0x48,0x00,0x50,0xf4,0x00,0x00,0xaf,0xfd,0x0b,0x00,0xf4,0x07,0x05, +0xff,0xf2,0x00,0x00,0xcf,0xfb,0x00,0x00,0x06,0xdd,0xde,0xff,0xfd,0xdd,0xdd,0xff, +0xff,0xdd,0xd2,0x08,0xff,0x01,0x00,0x1f,0xf3,0x0b,0x00,0x03,0x00,0x74,0x00,0x50, +0x80,0x00,0x06,0xff,0xf1,0x42,0x00,0x70,0x1f,0xff,0x60,0x00,0x08,0xff,0xf0,0x0b, +0x00,0x50,0x3f,0xff,0x40,0x00,0x0b,0xd3,0x00,0x00,0xb3,0x00,0x54,0x20,0x00,0x0d, +0xff,0xb0,0xaf,0x00,0x10,0x0f,0xd8,0x00,0xc5,0x5c,0xcc,0xef,0xff,0xcc,0xcc,0xcf, +0xff,0xec,0xcc,0x30,0x6f,0x4d,0x00,0x1f,0x40,0x0b,0x00,0x03,0x02,0xba,0x00,0x21, +0x8f,0xff,0x9a,0x01,0x24,0xff,0xf5,0xaf,0x00,0x10,0x04,0x7d,0x00,0x20,0xcf,0xfc, +0x0b,0x00,0x01,0x7f,0x00,0x20,0xef,0xfa,0x0b,0x00,0x01,0x7f,0x00,0x20,0xff,0xf8, +0x0b,0x00,0x32,0x0a,0xff,0xd0,0xea,0x00,0x00,0x50,0x01,0x12,0xb0,0xea,0x00,0x52, +0x00,0x00,0x0d,0xff,0x90,0xea,0x00,0x00,0x8a,0x00,0x32,0x70,0x00,0x07,0xaf,0x00, +0x10,0x00,0x31,0x01,0x1f,0xc0,0x0a,0x00,0x12,0x41,0x5f,0xff,0xe4,0x00,0x45,0x01, +0x50,0x8d,0xff,0xff,0xff,0xf9,0x5a,0x01,0x11,0x2d,0xa8,0x00,0x10,0xf5,0x4d,0x01, +0x02,0x01,0x00,0x33,0x80,0x00,0x0c,0x0a,0x00,0x80,0xf2,0x00,0x5f,0xff,0xff,0xf9, +0x53,0x5a,0x08,0x02,0x11,0x9f,0xcc,0x00,0x20,0x2c,0xf7,0x80,0x02,0x01,0xc2,0x00, +0x10,0x50,0xf1,0x01,0x13,0xfb,0x57,0x00,0x32,0xef,0xff,0xfe,0x0a,0x00,0x00,0x64, +0x02,0x11,0xa0,0x0a,0x00,0x00,0x3a,0x02,0x11,0xfc,0xbb,0x01,0x01,0x50,0x00,0x12, +0xf8,0x9c,0x02,0x74,0xef,0xff,0xff,0xff,0xe6,0x00,0x00,0x78,0x00,0x11,0xd3,0x8c, +0x00,0x10,0xaf,0x0b,0x00,0x11,0x70,0x17,0x01,0x15,0xdf,0x2b,0x00,0x10,0x06,0x2b, +0x00,0x02,0xd8,0x02,0x20,0x09,0xff,0x0f,0x03,0x03,0xc0,0x00,0x02,0x14,0x01,0x10, +0x00,0xa2,0x02,0x15,0xfa,0x7e,0x00,0x13,0xfc,0x0a,0x00,0x61,0xdf,0xff,0xfc,0x00, +0x0a,0x40,0x30,0x02,0x60,0xff,0xf9,0x00,0x6f,0xf9,0x10,0x54,0x01,0xd4,0xff,0xf7, +0x02,0xff,0xff,0xfb,0x64,0x46,0xbf,0xff,0xff,0xf2,0x0b,0x99,0x01,0x23,0x90,0x07, +0x09,0x00,0x42,0xfd,0x10,0x00,0x3c,0x0a,0x00,0x00,0xe5,0x01,0x10,0x4a,0x09,0x00, +0x21,0xb6,0x00,0x8c,0x00,0x3f,0x8f,0xff,0xd1,0x5e,0x01,0x1a,0x33,0x02,0x67,0x62, +0x12,0x00,0x21,0x47,0x77,0x08,0x00,0x00,0x59,0x00,0x10,0xfc,0xc9,0x02,0x00,0xe7, +0x02,0x11,0x80,0x08,0x00,0x13,0x4f,0x15,0x02,0x00,0x15,0x03,0x22,0xf1,0x00,0x77, +0x02,0x51,0xff,0xef,0xff,0xff,0x10,0xc8,0x00,0x22,0xf7,0x00,0xfb,0x01,0x30,0xfd, +0x20,0x2e,0xea,0x03,0x04,0xe7,0x02,0x00,0x0f,0x04,0x51,0x30,0x00,0x3f,0xff,0xf1, +0x2f,0x00,0x13,0x70,0x09,0x01,0x10,0xd0,0xef,0x00,0x10,0x40,0xe1,0x00,0x02,0x1c, +0x01,0x10,0x08,0x10,0x01,0x10,0x0a,0x3e,0x01,0x03,0x38,0x02,0x00,0x81,0x03,0x10, +0x80,0x7c,0x02,0x12,0xa0,0x60,0x03,0x00,0x01,0x00,0x12,0x0b,0x90,0x03,0x01,0x63, +0x03,0x14,0x50,0x25,0x00,0x10,0x70,0xdc,0x02,0x11,0xa0,0x73,0x02,0x03,0x70,0x01, +0x12,0xf9,0x05,0x00,0x01,0xb1,0x02,0x12,0x00,0xfc,0x02,0x12,0xa0,0x2a,0x00,0x70, +0xaf,0xfc,0x00,0x00,0x02,0x44,0x20,0xc2,0x02,0x10,0xfe,0x85,0x02,0xa0,0xf4,0x00, +0x2f,0xff,0x40,0x00,0x5d,0xff,0xff,0xd5,0xe5,0x00,0xb0,0xf5,0x00,0x05,0xff,0xfe, +0x00,0x0b,0xff,0xc0,0x00,0x8f,0x60,0x02,0x00,0x7d,0x00,0x62,0xf5,0x15,0xff,0xff, +0x80,0x03,0xea,0x04,0x01,0xbd,0x01,0x10,0xef,0x08,0x00,0x10,0xd0,0xe7,0x03,0x72, +0x1f,0xff,0xfa,0x22,0xaf,0xff,0xf1,0x16,0x02,0x80,0xe2,0x00,0x4f,0xff,0x30,0x07, +0xff,0xfc,0x61,0x02,0xf1,0x02,0x70,0x00,0x01,0x9f,0xff,0xff,0x91,0x00,0x0c,0xff, +0xa0,0x00,0xcf,0xff,0x60,0x00,0x06,0xe1,0x01,0x20,0x03,0x43,0x76,0x00,0x30,0xf2, +0x00,0x0f,0x01,0x03,0x15,0x2f,0xfb,0x02,0x20,0xcf,0xfa,0x20,0x01,0x01,0xf3,0x01, +0x14,0x20,0x25,0x02,0x12,0x20,0x20,0x00,0x12,0x0f,0x68,0x04,0x02,0x38,0x03,0x13, +0x02,0x25,0x00,0x02,0x91,0x01,0x10,0x05,0x4e,0x01,0x12,0x1f,0x25,0x00,0x13,0xf2, +0x3d,0x02,0x13,0xf8,0x45,0x00,0x02,0x2a,0x00,0x01,0xc3,0x02,0x10,0x10,0xbe,0x02, +0x10,0xf6,0x0a,0x00,0x17,0xc0,0xc8,0x01,0x53,0x7f,0xff,0xc0,0x00,0x0c,0xa8,0x02, +0x32,0x07,0xff,0xe1,0xa2,0x01,0x23,0x80,0x08,0xc7,0x01,0x03,0xc8,0x01,0x13,0x07, +0x4e,0x03,0x01,0x3f,0x01,0x13,0xfe,0xda,0x01,0x14,0xff,0x1f,0x03,0x13,0x1e,0xc8, +0x01,0x14,0x07,0xfb,0x02,0x43,0x00,0x03,0x77,0x70,0xd2,0x00,0x23,0x57,0x75,0x09, +0x00,0x36,0x03,0x67,0x53,0xd8,0x05,0x24,0x04,0xef,0x3b,0x03,0x01,0x31,0x05,0x04, +0xb2,0x02,0x02,0xfb,0x01,0x00,0x01,0x00,0x02,0x3e,0x02,0x00,0xbe,0x04,0x33,0xff, +0xc7,0x9f,0xc3,0x00,0x00,0xb5,0x01,0x33,0xf9,0x00,0x06,0xf6,0x00,0x00,0xdf,0x00, +0x10,0xf1,0xac,0x00,0x14,0x60,0x57,0x02,0x10,0xd0,0xed,0x00,0x14,0x70,0x1c,0x00, +0x10,0xd0,0x2a,0x00,0x14,0x50,0x55,0x03,0x55,0xf0,0x00,0x1e,0xff,0xff,0xd7,0x03, +0x35,0xf3,0x02,0xdf,0x62,0x00,0x55,0x8f,0xff,0xf9,0x5e,0xff,0x00,0x03,0x13,0x1f, +0x47,0x03,0x16,0x00,0xe4,0x00,0x04,0x39,0x03,0x01,0xdf,0x00,0x01,0xa7,0x03,0x30, +0xab,0xbb,0xb4,0x38,0x00,0x02,0x6d,0x00,0x10,0x04,0x87,0x00,0x14,0x0b,0x29,0x00, +0x10,0x0a,0x14,0x01,0x10,0xbf,0x0e,0x00,0x11,0xfc,0xd8,0x04,0x01,0x1a,0x07,0x21, +0xff,0xcf,0xdf,0x00,0xf0,0x02,0x6f,0xff,0xfe,0x00,0x0e,0xff,0xff,0xf5,0x0d,0xff, +0xff,0xfc,0x10,0x01,0xef,0xff,0xf7,0x47,0x02,0x10,0x70,0x31,0x02,0x50,0xd2,0x09, +0xff,0xff,0xe0,0x52,0x00,0x01,0xf1,0x00,0x11,0xfe,0xad,0x06,0x10,0xbf,0x9b,0x04, +0x11,0x04,0x0d,0x01,0x10,0xfb,0x48,0x02,0x12,0xff,0x0e,0x01,0x10,0xff,0xe2,0x01, +0x11,0xaf,0x04,0x01,0x31,0x03,0xef,0xff,0xb9,0x00,0x11,0x6f,0x7b,0x00,0x00,0xef, +0x06,0x40,0xff,0xfe,0x70,0x00,0x1e,0x07,0x32,0x73,0x13,0x6c,0x07,0x04,0x25,0xb5, +0x07,0xbe,0x05,0x01,0x8d,0x04,0x13,0xbf,0x0a,0x00,0x11,0xaa,0x32,0x06,0x12,0x09, +0x0d,0x00,0x31,0xe5,0x00,0x3b,0x94,0x04,0x10,0x3b,0x0d,0x00,0x70,0xc5,0x00,0x00, +0x00,0x39,0xef,0x90,0xd9,0x00,0x32,0x67,0x75,0x40,0xba,0x01,0x13,0x20,0x5b,0x07, +0x03,0x51,0x07,0x03,0x47,0x07,0x03,0x3d,0x07,0x03,0x33,0x07,0x03,0x29,0x07,0x03, +0x1f,0x07,0x03,0x15,0x07,0x11,0x30,0x53,0x04,0x21,0xe7,0x10,0x08,0x04,0x01,0x96, +0x05,0x10,0x60,0x7f,0x01,0x10,0xe0,0xca,0x00,0x10,0xf7,0x97,0x03,0x11,0xfe,0xab, +0x01,0x10,0x90,0xe7,0x02,0x20,0xf4,0x00,0x46,0x01,0x01,0xc9,0x01,0x10,0xa0,0x5c, +0x04,0x11,0xf5,0x0b,0x02,0x10,0x20,0x30,0x00,0x01,0xd9,0x02,0x00,0xac,0x03,0x01, +0x2b,0x00,0x10,0x4f,0x3b,0x00,0x11,0x05,0x4b,0x00,0x31,0x6f,0xff,0xf5,0x97,0x01, +0x10,0x40,0x8f,0x01,0x11,0xf3,0x5d,0x05,0x13,0x20,0x0b,0x00,0x02,0x16,0x00,0x01, +0x21,0x00,0x11,0x04,0x2c,0x00,0x01,0x72,0x00,0x02,0x5d,0x00,0x11,0x0e,0xf6,0x05, +0x10,0xaf,0x58,0x00,0x11,0x07,0x4a,0x01,0x11,0x3f,0x65,0x04,0x01,0xa5,0x01,0x11, +0x09,0xf9,0x02,0x02,0x11,0x00,0x01,0x5f,0x08,0x11,0x07,0x11,0x00,0x31,0x1f,0xff, +0xf9,0x2c,0x02,0x12,0xf1,0x1f,0x03,0x03,0x78,0x04,0x44,0x00,0x0d,0x92,0x00,0xdf, +0x02,0x00,0xc7,0x05,0x20,0xdf,0x30,0xaf,0x00,0x10,0xb0,0xa4,0x00,0x10,0xf4,0x6d, +0x03,0x11,0xfc,0xa9,0x00,0x13,0x40,0x4a,0x00,0x30,0x7f,0xff,0xf1,0xec,0x03,0x10, +0xf7,0xc3,0x03,0x13,0xfd,0xde,0x00,0x02,0x13,0x01,0x01,0xd8,0x00,0x30,0xdf,0xff, +0xd0,0x95,0x00,0x10,0xf1,0x67,0x00,0x10,0xf4,0x12,0x01,0x13,0xf5,0xec,0x00,0x30, +0x3f,0xff,0xf8,0x38,0x00,0x20,0xf9,0x00,0x65,0x04,0x00,0x05,0x00,0x13,0xfb,0x0a, +0x00,0x33,0x2f,0xff,0xf8,0xd8,0x00,0x12,0x4f,0xd8,0x03,0x13,0xf5,0xfd,0x00,0x01, +0x33,0x01,0x32,0xef,0xff,0xc0,0xac,0x00,0x10,0x05,0x4f,0x02,0x10,0x0a,0xc7,0x00, +0x33,0x0e,0xff,0xfb,0x5b,0x01,0x30,0x9f,0xff,0xe0,0x22,0x00,0x30,0x90,0x00,0x07, +0x86,0x00,0x10,0x0e,0x4e,0x00,0x10,0x6f,0x5a,0x02,0x10,0x9f,0x8a,0x00,0x36,0x02, +0x9e,0x10,0xab,0x03,0x14,0x07,0x1c,0x03,0x14,0x09,0x53,0x05,0x14,0x0a,0xaf,0x04, +0x11,0x0c,0x09,0x00,0xf3,0x04,0x03,0xb7,0x40,0x0e,0xff,0xf2,0x03,0x7a,0x60,0x08, +0xff,0xff,0xdf,0xff,0xfd,0xff,0xff,0xc0,0x0d,0x66,0x02,0x32,0xf1,0x05,0xcf,0x97, +0x06,0x40,0x70,0x00,0x03,0xaf,0x13,0x03,0x13,0x50,0xe0,0x03,0x14,0xb0,0x6b,0x03, +0x12,0xf3,0xff,0x03,0x10,0xfe,0x2e,0x03,0x00,0xdf,0x01,0x11,0x52,0x0f,0x01,0x00, +0xd9,0x05,0x10,0x4f,0xa1,0x00,0x70,0x02,0xcf,0x90,0x00,0x05,0xfe,0x40,0x5b,0x01, +0x42,0x00,0x00,0x00,0x51,0x76,0x00,0x23,0x13,0x33,0x00,0x04,0x00,0xb3,0x00,0x1f, +0xf0,0x0b,0x00,0x3e,0x15,0x7f,0x2f,0x03,0x1f,0xf0,0x0b,0x00,0x0e,0xbf,0x12,0x22, +0x22,0x22,0x8f,0xff,0xf2,0x22,0x22,0x22,0x20,0x8f,0x00,0x45,0x40,0x00,0x5c,0xec, +0x80,0xe2,0x03,0x60,0xa0,0x0e,0xff,0xff,0xff,0x31,0x82,0x04,0x10,0x0e,0xf6,0x03, +0x10,0x7f,0x04,0x0b,0x12,0x6d,0xf4,0x04,0x10,0xfc,0x2d,0x00,0x90,0x80,0x00,0x0d, +0xff,0xf3,0x00,0x0a,0xff,0xfa,0xa9,0x07,0x22,0x20,0x9f,0x9c,0x0b,0x80,0x40,0x00, +0x1f,0xfa,0x20,0x00,0x00,0x62,0xa6,0x01,0x10,0x33,0x01,0x00,0x11,0x0f,0x8f,0x01, +0x0e,0x06,0x00,0x30,0x00,0x00,0x20,0x9a,0x01,0x11,0xf8,0x3d,0x0b,0x10,0x00,0xa3, +0x08,0x00,0x9e,0x01,0x10,0x10,0xe4,0x00,0x10,0x0a,0xf5,0x04,0x75,0x1c,0xff,0xfc, +0x10,0x00,0x04,0x74,0x87,0x05,0x12,0x40,0x40,0x06,0x12,0xf0,0x0a,0x0a,0x13,0xfc, +0xb1,0x00,0x12,0x80,0x1e,0x02,0x13,0xf4,0x74,0x05,0x08,0x51,0x08,0x3f,0x06,0xff, +0xf8,0x3b,0x00,0x6a,0x19,0x30,0x3b,0x00,0x13,0xfb,0x3b,0x00,0x12,0x70,0x3b,0x00, +0x1a,0xf3,0x3b,0x00,0x12,0xb0,0x3b,0x00,0x1f,0xf7,0x3b,0x00,0x25,0x35,0x02,0x77, +0x74,0x3e,0x03,0x33,0x35,0x76,0x41,0xe3,0x09,0x41,0xdf,0xff,0xff,0xfa,0x26,0x02, +0x11,0x1b,0x3c,0x02,0x13,0x60,0x4c,0x0a,0x02,0x19,0x0a,0x03,0x8a,0x05,0x02,0xb0, +0x07,0x31,0xfe,0x51,0x29,0x69,0x06,0x10,0xaf,0x10,0x00,0x10,0x09,0x25,0x03,0x11, +0x0f,0x73,0x04,0x00,0x06,0x00,0x01,0x5f,0x0d,0x00,0x33,0x03,0x31,0xfd,0x00,0x9f, +0x3e,0x05,0x00,0x11,0x00,0x11,0x0c,0x52,0x03,0x00,0x6d,0x0d,0x42,0x40,0xef,0xff, +0xf8,0xff,0x06,0x21,0xf7,0x0f,0x9f,0x06,0x00,0x71,0x06,0x13,0x91,0x68,0x0a,0x41, +0xdf,0xff,0xfa,0x2f,0x13,0x07,0x00,0x79,0x00,0x11,0xb3,0x28,0x0b,0x00,0x59,0x06, +0x25,0xfc,0x3f,0x15,0x00,0x13,0xc2,0x15,0x00,0x42,0xdf,0xff,0xfb,0x1f,0xa3,0x00, +0x43,0x0d,0xff,0xff,0xa0,0x8e,0x07,0x41,0xef,0xff,0xf9,0x0e,0xa9,0x04,0x10,0x00, +0x5b,0x00,0x32,0xbf,0xff,0xfb,0xb3,0x03,0x21,0xf4,0x08,0xd1,0x0a,0x00,0xa4,0x02, +0x20,0x10,0x3f,0x4e,0x05,0x00,0x6b,0x04,0x10,0xc0,0x2e,0x00,0x01,0x2b,0x05,0x10, +0xf7,0xf1,0x03,0x12,0xf3,0xcd,0x00,0x00,0xf3,0x03,0x31,0xe6,0x23,0xaf,0x45,0x00, +0x03,0x46,0x03,0x00,0x70,0x08,0x01,0x33,0x0b,0x02,0xc0,0x01,0x01,0x0b,0x00,0x01, +0xa8,0x09,0x00,0x87,0x09,0x23,0xff,0xa2,0x06,0x0e,0x23,0x57,0x64,0x91,0x04,0x13, +0x3a,0x85,0x08,0x22,0x05,0xbf,0x5b,0x0b,0x24,0x06,0xcf,0x98,0x08,0x12,0xbf,0xe1, +0x06,0x01,0x45,0x06,0x0c,0x13,0x00,0x44,0x02,0x33,0x33,0x7f,0xbe,0x08,0x14,0x05, +0x94,0x0b,0x2f,0x00,0x5f,0x13,0x00,0x8a,0xb4,0x08,0xcc,0xcc,0xcd,0xff,0xff,0xfe, +0xcc,0xcc,0xc0,0xbf,0x6f,0x04,0x24,0x1b,0xff,0x58,0x05,0x1e,0xbf,0x13,0x00,0x00, +0xe3,0x03,0x22,0x57,0x75,0x35,0x0a,0x01,0x6d,0x05,0x14,0xd6,0x6e,0x0c,0x02,0xbb, +0x0c,0x12,0x1d,0x28,0x00,0x43,0xfe,0x10,0x00,0x2e,0x33,0x00,0x10,0xfb,0xac,0x0a, +0x40,0xfd,0x73,0x36,0xdf,0x7c,0x01,0x32,0x02,0xef,0xf9,0x7f,0x01,0x42,0xa0,0x00, +0x02,0xe7,0x4f,0x09,0x24,0xfe,0x00,0x67,0x0b,0x05,0x95,0x04,0x15,0x8f,0x97,0x0a, +0x12,0x08,0x73,0x00,0x03,0xb4,0x01,0x03,0x0a,0x00,0x15,0x0e,0x48,0x09,0x16,0x04, +0xc2,0x09,0x14,0xcf,0x4a,0x0a,0x25,0x00,0x5f,0x4f,0x0d,0x12,0x1e,0xc6,0x02,0x02, +0x30,0x09,0x15,0xf9,0x04,0x0d,0x24,0xfe,0x10,0x3d,0x00,0x25,0xff,0x30,0x63,0x0d, +0x15,0x70,0x0a,0x00,0x12,0xb0,0xe9,0x09,0x14,0xdf,0x93,0x09,0x00,0x0a,0x00,0x15, +0xe1,0x0a,0x00,0x15,0xe2,0x28,0x00,0x02,0x0a,0x00,0x00,0x1e,0x09,0x20,0xfd,0xbd, +0x23,0x09,0x16,0x82,0x01,0x09,0x15,0x4f,0x0b,0x00,0x1e,0x84,0x15,0x00,0x02,0x8b, +0x01,0x46,0x04,0x57,0x76,0x30,0x46,0x01,0x10,0xfa,0x0c,0x00,0x15,0x2b,0x1e,0x00, +0x14,0x4e,0x72,0x0d,0x04,0x58,0x0e,0x00,0x3b,0x03,0x61,0x1e,0xff,0xfe,0x84,0x24, +0x9f,0x46,0x05,0x21,0x3f,0xf9,0xe8,0x00,0x00,0xde,0x00,0x13,0x56,0xfd,0x00,0x14, +0x40,0x3e,0x07,0x04,0xc9,0x0c,0x03,0x7f,0x0e,0x03,0x4d,0x0e,0x24,0xf1,0x00,0xff, +0x01,0x15,0xfc,0x0a,0x00,0x01,0x1f,0x00,0x33,0x03,0x46,0x9d,0x27,0x04,0x01,0xc9, +0x02,0x23,0xfe,0x50,0x8c,0x01,0x04,0xa8,0x0e,0x10,0xbf,0xd9,0x01,0x14,0x60,0x15, +0x00,0x04,0x5b,0x01,0x35,0x13,0x6a,0xff,0x85,0x01,0x24,0x02,0xdf,0x1d,0x0b,0x08, +0xcf,0x01,0x06,0x74,0x00,0x01,0x89,0x00,0x14,0x01,0xe4,0x01,0x33,0xf4,0x00,0xcb, +0x2a,0x00,0x30,0xff,0x20,0x8f,0x6e,0x00,0xb0,0x01,0xcf,0xff,0xff,0xe0,0x4f,0xff, +0xff,0xe9,0x65,0x7a,0x26,0x01,0x05,0x6e,0x0e,0x24,0xfd,0x00,0x0b,0x00,0x21,0xfe, +0x20,0xda,0x0e,0x00,0x94,0x00,0x50,0x20,0x00,0x00,0x01,0x7c,0x0a,0x00,0x12,0xb4, +0x70,0x00,0x35,0x45,0x77,0x64,0x04,0x05,0x16,0x06,0xf3,0x0e,0x26,0x01,0xef,0x89, +0x00,0x16,0x9f,0x17,0x00,0x10,0x3f,0x4d,0x00,0x05,0x9f,0x00,0x04,0x17,0x00,0x10, +0x06,0x50,0x08,0x14,0xfe,0x38,0x00,0x14,0xf6,0x17,0x00,0x30,0x9f,0xff,0xf8,0x4a, +0x0b,0x03,0x38,0x00,0x12,0x17,0x17,0x00,0x00,0x38,0x00,0x43,0x90,0x7f,0xff,0xfe, +0x38,0x00,0x13,0xf1,0x95,0x04,0x01,0x66,0x0b,0x12,0x8f,0x17,0x00,0x00,0x34,0x05, +0x03,0x17,0x00,0x10,0x3f,0x63,0x01,0x02,0x17,0x00,0x10,0x0c,0x3a,0x01,0x02,0x17, +0x00,0x11,0x06,0x1a,0x01,0x02,0x17,0x00,0x00,0x38,0x00,0x03,0x17,0x00,0x00,0x38, +0x00,0x03,0x17,0x00,0x16,0x1f,0x4c,0x0b,0x16,0x62,0x0b,0x00,0x2f,0xf6,0x2f,0x17, +0x00,0x03,0x20,0x17,0x77,0x01,0x00,0x64,0x7c,0xff,0xff,0xf7,0x77,0x30,0x40,0x03, +0x04,0xfd,0x00,0x04,0x8a,0x00,0x0f,0x17,0x00,0x26,0x04,0x64,0x09,0x01,0xe9,0x09, +0x02,0x01,0x00,0x01,0x81,0x03,0x04,0x15,0x00,0x04,0x86,0x00,0x01,0xae,0x05,0x60, +0xfe,0xee,0xee,0xee,0xee,0xe0,0xdc,0x01,0x15,0xf3,0xe8,0x0f,0x04,0xca,0x03,0x16, +0x03,0x10,0x02,0x15,0x4f,0xca,0x03,0x16,0x04,0x70,0x00,0x63,0x5f,0xff,0xfc,0x00, +0x12,0x10,0x58,0x01,0x56,0xda,0xff,0xff,0xfb,0x40,0x25,0x09,0x14,0xc2,0xaf,0x0d, +0x01,0x75,0x03,0x12,0x8f,0x0b,0x00,0x00,0x27,0x0a,0x52,0x8f,0xfc,0x52,0x02,0x6e, +0xbf,0x02,0x51,0x35,0x00,0x00,0x00,0x1c,0x1d,0x03,0x04,0xb3,0x01,0x04,0x6f,0x00, +0x09,0x1d,0x03,0x16,0xf5,0x63,0x04,0x15,0x50,0x1b,0x04,0x33,0xf4,0x00,0x10,0x60, +0x07,0x43,0xff,0x20,0x0c,0xb1,0x9e,0x09,0x42,0xd0,0x08,0xff,0xe4,0x66,0x03,0x80, +0xf8,0x04,0xff,0xff,0xfd,0x86,0x58,0xcf,0xab,0x08,0x05,0x13,0x05,0x36,0x60,0x00, +0xbf,0xce,0x03,0x14,0x6e,0x14,0x00,0x03,0x2b,0x06,0x22,0xe8,0x10,0x26,0x03,0x04, +0xe4,0x03,0x01,0xe7,0x0c,0x03,0x5d,0x06,0x23,0x3b,0xff,0xdd,0x00,0x12,0x09,0xd3, +0x02,0x24,0x10,0x00,0x4a,0x00,0x12,0xe2,0x09,0x0e,0x01,0xe3,0x0d,0x10,0x5f,0x7f, +0x11,0x61,0x58,0xef,0xfe,0x20,0x00,0xef,0xaa,0x00,0x43,0x1b,0xf3,0x00,0x05,0xdb, +0x03,0x10,0x20,0x4d,0x02,0x15,0xc0,0x48,0x0e,0x15,0x50,0xf6,0x04,0x05,0xdb,0x00, +0x15,0xfc,0x82,0x0e,0x60,0xf9,0x00,0x39,0xdf,0xec,0x82,0x6a,0x07,0x22,0xf7,0x1a, +0xac,0x00,0x51,0xef,0xff,0xf8,0xdf,0xff,0x62,0x0e,0x15,0xff,0xcb,0x00,0x00,0x05, +0x00,0x20,0x94,0x36,0x88,0x03,0x41,0xef,0xff,0xff,0xe3,0x13,0x01,0x20,0xf5,0xdf, +0xba,0x01,0x00,0xcb,0x01,0x42,0xf9,0xdf,0xff,0xf8,0x4d,0x00,0x43,0xfc,0xbf,0xff, +0xfa,0xe2,0x02,0x33,0x7f,0xff,0xfd,0x24,0x02,0x12,0x4f,0x78,0x05,0x11,0x9f,0xe3, +0x09,0x11,0x60,0x6f,0x01,0x21,0xfb,0x0a,0x9d,0x01,0x00,0x96,0x07,0x10,0x03,0x6f, +0x06,0x00,0x50,0x00,0x10,0xf3,0xe5,0x00,0x30,0xa3,0x02,0xaf,0x5f,0x05,0x04,0xdf, +0x02,0x14,0x30,0x40,0x13,0x00,0xd7,0x00,0x34,0x3e,0xff,0xff,0xbd,0x12,0x16,0x8e, +0x93,0x07,0x20,0x36,0x76,0x2a,0x01,0x05,0xaa,0x00,0x1f,0xfa,0x0a,0x00,0x0a,0x21, +0xf9,0xee,0x01,0x00,0x14,0xef,0xaf,0x05,0x00,0x69,0x00,0x14,0x40,0x0a,0x01,0x15, +0xf8,0x25,0x04,0x15,0xd0,0x46,0x06,0x05,0x2f,0x03,0x15,0xfa,0xbf,0x04,0x15,0xf2, +0x2a,0x02,0x15,0xa0,0x44,0x00,0x14,0x30,0xd0,0x11,0x04,0x5d,0x02,0x05,0xd6,0x0f, +0x00,0xd1,0x15,0x0c,0x3a,0x03,0x15,0x0c,0x64,0x10,0x03,0x1b,0x09,0x04,0x09,0x04, +0x04,0xe2,0x13,0x15,0x20,0x98,0x04,0x05,0x4f,0x00,0x04,0x81,0x03,0x05,0x9e,0x05, +0x15,0x01,0x80,0x05,0x15,0x03,0xb4,0x13,0x18,0x05,0xc4,0x06,0x15,0xf8,0x2c,0x10, +0x15,0xf7,0x81,0x00,0x14,0xf6,0x6c,0x02,0x33,0x36,0x77,0x52,0x1f,0x00,0x14,0xef, +0xd2,0x05,0x11,0x4d,0x22,0x01,0x14,0xb1,0x4f,0x13,0x00,0xdc,0x06,0x00,0x02,0x01, +0x21,0xfe,0xbc,0x66,0x06,0x10,0x06,0x47,0x00,0x11,0x01,0x62,0x07,0x02,0x71,0x09, +0x51,0xdf,0xff,0xf5,0x00,0x0d,0xd0,0x01,0x10,0x07,0xc5,0x00,0x31,0xef,0xff,0xf4, +0x3a,0x00,0x10,0xf8,0xde,0x00,0x13,0x70,0xeb,0x0e,0x13,0xaf,0xb1,0x04,0x10,0xf3, +0x0f,0x00,0x12,0xfb,0x6e,0x0e,0x00,0x35,0x00,0x22,0xfd,0x40,0x12,0x11,0x00,0xaf, +0x04,0x12,0xc7,0xca,0x09,0x16,0x4f,0x3b,0x06,0x14,0x4f,0x8f,0x09,0x21,0x00,0x5e, +0x15,0x00,0x11,0xe4,0x5a,0x01,0x22,0xf9,0xbf,0x91,0x09,0x51,0x6f,0xff,0xf9,0x00, +0x29,0xb1,0x0d,0x11,0x1f,0xca,0x0f,0x51,0xdf,0xff,0xff,0xb0,0x08,0x88,0x00,0x00, +0x7c,0x07,0x42,0x30,0xdf,0xff,0xf2,0x13,0x01,0x22,0xf6,0x0f,0x3e,0x01,0x11,0x0f, +0x77,0x0a,0x13,0xf1,0x77,0x0a,0x11,0x0f,0x41,0x02,0x00,0x15,0x00,0x21,0x90,0xdf, +0x9d,0x00,0x00,0x93,0x17,0x10,0x07,0x92,0x00,0x01,0x1d,0x06,0x10,0x10,0xcd,0x04, +0x21,0xeb,0xce,0x51,0x11,0x03,0x9e,0x08,0x00,0x94,0x00,0x16,0x2c,0x95,0x07,0x01, +0x49,0x0e,0x12,0xf9,0xa1,0x01,0x44,0x14,0x67,0x76,0x30,0x18,0x0a,0x35,0x65,0x10, +0x00,0x2d,0x0a,0x11,0xc4,0xa0,0x01,0x12,0xbf,0x44,0x03,0x01,0x78,0x00,0x04,0x87, +0x11,0x13,0xaf,0x91,0x02,0x01,0xf0,0x01,0x30,0xe5,0x11,0x5e,0x59,0x04,0x11,0x0b, +0x22,0x02,0x10,0x1d,0x76,0x02,0x02,0xbf,0x01,0x00,0xbc,0x0a,0x03,0x0f,0x02,0x32, +0xcf,0xff,0xf9,0x68,0x0b,0x00,0x65,0x01,0x43,0xd0,0x6f,0xff,0xff,0x2b,0x02,0x12, +0x15,0xd2,0x00,0x12,0x01,0xfd,0x10,0x12,0x30,0xd2,0x00,0x11,0x61,0x3f,0x00,0x00, +0x4b,0x03,0x21,0xf7,0x0d,0xc6,0x0a,0x10,0x09,0xb4,0x00,0x61,0x6f,0xff,0xff,0xf9, +0x54,0x6d,0x80,0x0a,0x14,0xdf,0x07,0x03,0x00,0xeb,0x11,0x00,0x55,0x03,0x60,0xef, +0xff,0xf6,0x00,0x02,0xcf,0x79,0x11,0x02,0x18,0x01,0x40,0x5a,0xdf,0xfc,0x71,0x54, +0x00,0x0d,0x86,0x05,0x14,0x08,0x14,0x03,0x00,0xcd,0x00,0x16,0xf9,0x1f,0x00,0x11, +0x40,0xaf,0x0d,0x21,0x00,0x0d,0x1f,0x00,0x21,0x9f,0x60,0x60,0x05,0x10,0xf6,0xae, +0x01,0x31,0xd8,0x56,0x9e,0xf2,0x00,0x15,0x5f,0xc9,0x03,0x16,0x07,0xbc,0x17,0x21, +0x05,0xef,0xbe,0x07,0x01,0x3c,0x01,0x10,0x7d,0x0c,0x05,0x03,0x45,0x01,0x32,0x56, +0x75,0x30,0x69,0x0e,0x20,0xfc,0x50,0x39,0x00,0x10,0x50,0x7e,0x02,0x10,0x01,0x53, +0x0a,0x00,0x1b,0x0e,0x00,0xa5,0x05,0xaf,0xc0,0x02,0xef,0xff,0xe2,0x00,0x01,0x79, +0x71,0x00,0x01,0x00,0x0a,0x0f,0x42,0x0e,0x15,0x0f,0x68,0x00,0x2d,0x00,0x0f,0x02, +0x21,0xce,0xc8,0x34,0x17,0x00,0x84,0x05,0x20,0xf3,0x1f,0x2e,0x02,0x50,0xef,0xff, +0xff,0xfc,0x07,0x76,0x00,0x11,0x06,0x61,0x02,0x00,0x00,0x0e,0x01,0xfd,0x0d,0xb1, +0xdf,0xff,0x30,0x00,0xaf,0xff,0xa0,0x03,0xcf,0xff,0xf2,0x65,0x06,0x50,0x7f,0xff, +0xf4,0x00,0x01,0xc5,0x04,0x2f,0x06,0x20,0x5c,0x00,0x04,0x24,0x17,0xd0,0x0a,0x00, +0x14,0x5b,0xf8,0x0a,0x24,0x02,0x8e,0x03,0x0b,0x01,0x45,0x06,0x13,0xf0,0x8a,0x0c, +0x02,0xa9,0x08,0x21,0x01,0x7d,0x0a,0x00,0x42,0xa4,0x00,0x00,0x04,0x7c,0x02,0x51, +0x50,0x00,0x00,0x18,0xef,0x7d,0x13,0x04,0x4f,0x10,0x33,0xfc,0x61,0x00,0x0b,0x00, +0x34,0xd7,0x10,0x00,0x0b,0x00,0x13,0xfa,0x79,0x04,0x01,0xb7,0x13,0x16,0x93,0x5e, +0x00,0x33,0xff,0xd8,0x20,0x74,0x00,0x00,0xae,0x01,0x13,0x72,0x8a,0x00,0x10,0xff, +0xb4,0x03,0x11,0x20,0xa0,0x00,0x13,0xdf,0xe2,0x07,0x00,0xbc,0x06,0x25,0xaf,0xff, +0x9d,0x0b,0x25,0x01,0x6c,0xa8,0x0b,0x00,0xc2,0x13,0x16,0xf0,0x2d,0x01,0x1f,0xb0, +0xd3,0x10,0x19,0x24,0x13,0x33,0x01,0x00,0x2f,0x30,0x00,0x01,0x00,0x23,0x0f,0x6e, +0x00,0x2f,0x26,0x7b,0x50,0x4d,0x00,0x27,0xfe,0x82,0x58,0x00,0x17,0xc6,0x63,0x00, +0x23,0xf9,0x30,0xb8,0x05,0x00,0x27,0x01,0x11,0x71,0x02,0x01,0x13,0x7c,0x8a,0x01, +0x00,0x01,0x00,0x11,0x27,0x4c,0x01,0x12,0xe8,0x4c,0x01,0x11,0x7d,0x0a,0x04,0x02, +0x56,0x00,0x26,0x38,0xef,0x34,0x01,0x25,0x04,0x9f,0x0b,0x00,0x24,0x16,0xcf,0x0b, +0x00,0x14,0x5b,0x60,0x01,0x33,0x05,0xaf,0xff,0x68,0x00,0x01,0x4a,0x19,0x00,0x7e, +0x00,0x21,0x04,0x9e,0xf8,0x0a,0x14,0x82,0xe7,0x00,0x24,0xfb,0x50,0x8f,0x00,0x24, +0xd7,0x10,0x9a,0x00,0x14,0xa4,0xa5,0x00,0x24,0xfc,0x61,0xbb,0x00,0x18,0x69,0xde, +0x00,0x62,0x03,0x9c,0xef,0xda,0x81,0x00,0x44,0x05,0x01,0xb5,0x05,0x13,0x8f,0x8f, +0x0d,0x14,0x09,0xb8,0x08,0x51,0x09,0xff,0xff,0xfe,0xce,0x85,0x00,0x50,0x8f,0xfc, +0x30,0x00,0x5f,0x1b,0x04,0x27,0x07,0xa0,0x54,0x06,0x15,0x02,0x83,0x1a,0x04,0x5c, +0x06,0x14,0x07,0xda,0x09,0x14,0x1e,0x33,0x04,0x13,0xbf,0xda,0x06,0x14,0x09,0x2c, +0x00,0x23,0x6f,0xff,0x9e,0x10,0x04,0xe0,0x16,0x14,0x0c,0x24,0x07,0x14,0x4f,0x27, +0x0c,0x02,0x39,0x06,0x04,0xfe,0x0a,0x02,0x09,0x00,0x03,0x96,0x04,0x3f,0xcd,0xdd, +0xd3,0xf9,0x03,0x09,0x03,0x62,0x00,0x14,0xa0,0x10,0x07,0x15,0xfa,0xcc,0x0b,0x13, +0x10,0x0e,0x06,0x02,0x8e,0x00,0x11,0x0d,0xe4,0x10,0x02,0xdb,0x04,0x14,0xfc,0x02, +0x08,0x13,0xd2,0x8d,0x01,0x18,0x75,0x55,0x00,0x49,0x23,0x56,0x76,0x43,0x66,0x00, +0x26,0x49,0xef,0xcf,0x1a,0x05,0x44,0x07,0x12,0xff,0xf4,0x16,0x03,0x01,0x00,0x15, +0x6e,0x59,0x02,0x16,0xd2,0x9c,0x0e,0x51,0xfe,0x96,0x42,0x34,0x59,0xe4,0x0e,0x04, +0x14,0x0d,0x14,0xa3,0xef,0x09,0x13,0xf3,0x32,0x0e,0x25,0xfc,0x30,0xf6,0x0a,0x01, +0x01,0x07,0x03,0x59,0x09,0x03,0x1e,0x00,0x11,0xb0,0xa5,0x00,0x16,0xf6,0xc0,0x01, +0x01,0xfb,0x05,0x15,0x7f,0xe1,0x0e,0x01,0xce,0x00,0x10,0xfb,0xb6,0x07,0x04,0xc4, +0x1b,0x02,0x9f,0x08,0x32,0xf1,0x00,0x08,0x40,0x08,0x60,0x4a,0xdf,0xd7,0x03,0xaa, +0xa3,0x59,0x08,0x12,0x50,0xaf,0x18,0x00,0xa5,0x06,0xc3,0xf9,0x9f,0xff,0x30,0x00, +0x04,0xff,0xfa,0x00,0x6f,0xff,0xd0,0x4c,0x1c,0x01,0x76,0x02,0x62,0x1f,0xff,0xc0, +0x0b,0xff,0xf6,0x2a,0x0d,0x12,0xef,0x25,0x01,0x22,0xef,0xfe,0x0f,0x1a,0x51,0xaf, +0xff,0xfb,0x20,0x09,0xb8,0x07,0x60,0x0d,0xff,0xf0,0x4f,0xff,0xd0,0x94,0x06,0x10, +0xfb,0x5d,0x01,0x11,0xf6,0xb4,0x06,0x10,0x06,0x23,0x06,0x01,0xe7,0x15,0x10,0x02, +0x2f,0x00,0x00,0xb3,0x12,0x35,0x8f,0xff,0x70,0x60,0x17,0x10,0xf0,0xc7,0x08,0x11, +0xfd,0x64,0x1f,0x30,0x3f,0xff,0xf4,0xb4,0x00,0x12,0xfc,0xb3,0x12,0x30,0xbf,0xff, +0x40,0xb3,0x01,0x01,0xef,0x0a,0x11,0x80,0xe1,0x1e,0x33,0x0b,0xff,0xf4,0x80,0x14, +0x31,0x0e,0xff,0xf6,0x06,0x02,0x40,0x20,0xaf,0xff,0x50,0x1f,0x01,0x12,0x30,0xd0, +0x16,0x00,0x35,0x1a,0x30,0x09,0xff,0xf7,0x3f,0x00,0x31,0xfc,0x10,0x07,0x85,0x02, +0x11,0x4f,0x09,0x20,0x11,0x90,0x77,0x07,0x00,0xbc,0x02,0x52,0xe3,0x02,0x8f,0xff, +0xf9,0x59,0x1b,0x11,0x04,0x47,0x03,0x13,0xef,0x8e,0x07,0x13,0x0f,0x9e,0x17,0x43, +0xff,0xf7,0x07,0xff,0xce,0x0e,0x10,0xbf,0x39,0x02,0x41,0x03,0xad,0xfd,0x82,0x03, +0x03,0x12,0xe5,0x20,0x08,0x14,0x30,0x82,0x01,0x23,0x79,0xa8,0x3b,0x02,0x1c,0xfc, +0x79,0x02,0x3b,0x5f,0xff,0xfb,0x13,0x00,0x00,0x26,0x09,0x07,0xbc,0x16,0x03,0x1c, +0x10,0x02,0x6a,0x09,0x03,0x8f,0x18,0x03,0x86,0x0e,0x20,0xe7,0x30,0x27,0x05,0x15, +0xfe,0x26,0x00,0x01,0x4f,0x0f,0x37,0xba,0xce,0xff,0xe9,0x01,0x36,0x7e,0xff,0xff, +0x4d,0x1d,0x06,0xc6,0x13,0x08,0x73,0x02,0x00,0x01,0x00,0x68,0x26,0xac,0xdf,0xfe, +0xda,0x83,0x73,0x00,0x27,0xdf,0xff,0x1d,0x02,0x16,0x2f,0x91,0x0f,0x03,0x48,0x1b, +0x05,0xa1,0x00,0x13,0xcf,0x63,0x0b,0x03,0x31,0x02,0x15,0xfe,0x6a,0x00,0x00,0x00, +0x01,0x03,0x77,0x08,0x02,0xd5,0x00,0x24,0xf1,0xcf,0x21,0x0d,0x00,0x80,0x09,0x14, +0x07,0x05,0x0b,0x00,0x8e,0x01,0x27,0x90,0x3f,0x1f,0x1b,0x24,0xf5,0x00,0x48,0x08, +0x00,0x74,0x03,0x22,0x10,0x0b,0xe6,0x09,0x01,0x28,0x00,0x23,0xd0,0x00,0x1f,0x0f, +0x02,0x47,0x1b,0x14,0x03,0x32,0x04,0x10,0x0e,0x84,0x08,0x13,0x0e,0x87,0x12,0x11, +0x04,0xe2,0x08,0x13,0xaf,0x29,0x00,0x01,0xfa,0x0e,0x13,0x06,0x29,0x00,0x02,0xfc, +0x13,0x12,0x2f,0x29,0x00,0x12,0x03,0xb1,0x0d,0x14,0xef,0x6e,0x0c,0x05,0x65,0x1f, +0x06,0x99,0x0e,0x01,0xdb,0x04,0x15,0x02,0x0d,0x00,0x19,0xfc,0x1a,0x06,0x11,0xf1, +0x1d,0x04,0x60,0xf9,0x99,0x99,0x99,0x99,0xcf,0x13,0x03,0x13,0x01,0x33,0x04,0x11, +0x03,0x11,0x02,0x13,0x6f,0x91,0x04,0x13,0x0f,0x5b,0x1b,0x14,0xf1,0xcc,0x03,0x00, +0x40,0x03,0x16,0xfd,0x32,0x1f,0x05,0x3d,0x13,0x12,0x1f,0x66,0x08,0x15,0xf4,0x7f, +0x01,0x11,0x50,0xfa,0x0e,0x03,0x69,0x04,0x21,0xfa,0x5f,0xb4,0x01,0x32,0xdb,0xa6, +0x10,0x5e,0x11,0x01,0x01,0x00,0x16,0xa1,0x26,0x09,0x26,0xff,0xe3,0x17,0x00,0x20, +0xff,0xe1,0x17,0x00,0x40,0xc8,0x88,0x9a,0xdf,0x89,0x05,0x03,0x95,0x13,0x10,0x3d, +0x9e,0x10,0x02,0x6d,0x00,0x00,0x01,0x01,0x14,0xf0,0xac,0x13,0x00,0xdb,0x12,0x03, +0x17,0x00,0x19,0x0a,0x17,0x00,0x05,0x2e,0x00,0x19,0x3f,0x45,0x00,0x01,0x84,0x20, +0x40,0xb6,0x66,0x79,0xcf,0x3e,0x01,0x05,0x73,0x00,0x16,0xe6,0x8a,0x00,0x27,0xf8, +0x10,0x8a,0x00,0x16,0x80,0xa1,0x00,0x22,0xff,0xc0,0x45,0x00,0x20,0x12,0x4a,0x18, +0x00,0x15,0x5f,0x84,0x01,0x23,0xff,0x25,0x73,0x00,0x00,0x50,0x0b,0x03,0x0e,0x01, +0x00,0x74,0x00,0x13,0x85,0x17,0x00,0x12,0x02,0xfd,0x00,0x13,0x80,0x00,0x06,0x04, +0x17,0x00,0x16,0x1d,0x2e,0x00,0x21,0x4d,0xff,0xd7,0x0a,0x50,0xfc,0x88,0x89,0xab, +0xef,0x72,0x0c,0x06,0x73,0x00,0x16,0xd0,0x8a,0x00,0x15,0xc1,0x8a,0x00,0x23,0xfe, +0x60,0xa1,0x00,0x35,0xfe,0xdb,0x83,0x41,0x0f,0x34,0x57,0x64,0x20,0x32,0x09,0x00, +0x8c,0x07,0x26,0x81,0x00,0xd8,0x0c,0x25,0xfe,0x60,0x3d,0x1e,0x02,0xe2,0x01,0x16, +0x9f,0x37,0x13,0x10,0x06,0x07,0x00,0x21,0xca,0xac,0x3f,0x0b,0x20,0x3f,0xff,0x23, +0x1f,0x20,0x00,0x1a,0x2a,0x03,0x13,0xcf,0xc9,0x01,0x21,0x6d,0x10,0x3a,0x04,0x16, +0x50,0x87,0x14,0x05,0xee,0x03,0x16,0x0f,0xc9,0x10,0x00,0xbe,0x06,0x16,0xd0,0x1b, +0x11,0x03,0xf0,0x02,0x02,0x2f,0x02,0x03,0xfd,0x12,0x06,0x0d,0x07,0x03,0xb5,0x01, +0x17,0x30,0xa9,0x03,0x1e,0x30,0x24,0x00,0x0a,0x3c,0x00,0x17,0x9f,0x54,0x00,0x17, +0x5f,0x6c,0x00,0x15,0x1f,0x63,0x0e,0x01,0xf4,0x02,0x18,0xfa,0xee,0x12,0x11,0x40, +0x7d,0x01,0x11,0x20,0xb9,0x10,0x01,0xa9,0x00,0x22,0x3e,0xd1,0xaa,0x08,0x63,0x81, +0x00,0x00,0x29,0xff,0xfc,0x59,0x1e,0x33,0xca,0xbd,0xff,0xf9,0x1b,0x06,0x68,0x04, +0x15,0x0b,0x9d,0x15,0x06,0x81,0x04,0x11,0x70,0xa1,0x04,0x16,0x7d,0x5c,0x01,0x00, +0x04,0x0d,0x33,0x65,0x20,0x00,0x38,0x02,0x33,0xdc,0xa6,0x20,0x9c,0x00,0x05,0xe6, +0x08,0x14,0x5f,0xab,0x13,0x17,0x20,0xe6,0x02,0x11,0xf4,0x0c,0x00,0x32,0xeb,0xbc, +0xef,0x1a,0x0c,0x01,0x01,0x02,0x24,0x01,0x7e,0xf3,0x02,0x12,0x80,0xf7,0x00,0x14, +0xf8,0x0c,0x00,0x26,0x0b,0xff,0xdd,0x02,0x10,0x01,0x8c,0x10,0x03,0x48,0x02,0x00, +0x64,0x01,0x17,0xb0,0x6b,0x02,0x13,0xe0,0x0c,0x00,0x00,0x94,0x01,0x13,0xf2,0x0c, +0x00,0x00,0xdc,0x03,0x14,0xf3,0x0c,0x00,0x00,0x5b,0x14,0x04,0x0c,0x00,0x17,0x0a, +0xa7,0x02,0x00,0xcc,0x10,0x0f,0x24,0x00,0x01,0x17,0x0d,0x3c,0x00,0x00,0x01,0x04, +0x04,0x0c,0x00,0x17,0x4f,0x6c,0x00,0x00,0xa8,0x16,0x03,0x0c,0x00,0x10,0x02,0x23, +0x02,0x03,0x0c,0x00,0x16,0x0c,0xa8,0x03,0x00,0xbd,0x14,0x12,0xf7,0x0c,0x00,0x20, +0x03,0x8f,0x94,0x12,0x00,0x0c,0x00,0x23,0xec,0xcd,0xb6,0x14,0x07,0xfa,0x03,0x04, +0x0c,0x00,0x00,0x9f,0x0c,0x0e,0x44,0x01,0x18,0xed,0x5c,0x01,0x00,0x88,0x03,0x0f, +0x0a,0x00,0x0e,0x11,0xfe,0xeb,0x10,0x15,0xb0,0x9b,0x04,0x1f,0x00,0x0a,0x00,0x2c, +0x03,0x67,0x0c,0x15,0x5f,0xda,0x13,0x0f,0x0a,0x00,0x0e,0x0f,0x78,0x00,0x33,0x0b, +0x82,0x00,0x2f,0xff,0xf3,0x0a,0x00,0x1e,0x15,0xd5,0x31,0x16,0x0f,0x13,0x00,0x03, +0x02,0x2a,0x01,0x1f,0xc5,0x44,0x19,0x3b,0x02,0x01,0x00,0x25,0x10,0x5f,0x82,0x1e, +0x0f,0x13,0x00,0x0c,0x0f,0xdc,0x19,0x5c,0x02,0x41,0x0a,0x33,0x56,0x75,0x41,0x0b, +0x00,0x22,0x4a,0xef,0x58,0x0c,0x03,0x7f,0x14,0x06,0xfe,0x08,0x04,0x67,0x18,0x06, +0x5c,0x07,0x12,0xf4,0x17,0x00,0x30,0xeb,0x9b,0xdf,0x57,0x00,0x00,0x56,0x08,0x61, +0xb3,0x00,0x00,0x02,0xbf,0xfa,0xba,0x04,0x11,0xf6,0x7a,0x04,0x11,0xb0,0x14,0x06, +0x16,0x70,0x31,0x05,0x17,0xfc,0x31,0x05,0x1f,0xf4,0x31,0x05,0x1f,0x62,0x07,0xdd, +0xdd,0xdd,0xdd,0xdc,0x31,0x05,0x02,0xe8,0x15,0x17,0xdf,0x0c,0x00,0x02,0x24,0x00, +0x02,0x0c,0x00,0x02,0x3c,0x00,0x02,0x0c,0x00,0x04,0x31,0x05,0x00,0x69,0x00,0x04, +0x31,0x05,0x00,0x0c,0x00,0x13,0x1f,0xb5,0x05,0x00,0x0c,0x00,0x13,0x0d,0xcd,0x05, +0x00,0x0c,0x00,0x14,0x06,0xe5,0x05,0x11,0x4f,0x4a,0x22,0x24,0xff,0xf5,0x0c,0x00, +0x14,0x5f,0xe4,0x00,0x22,0xff,0xff,0x1c,0x0d,0x42,0xeb,0xab,0xdf,0xff,0x0b,0x13, +0x06,0xde,0x16,0x04,0x35,0x0d,0x01,0xb0,0x12,0x13,0x5d,0x69,0x06,0x15,0x20,0xc8, +0x0d,0x24,0xd9,0x20,0x74,0x01,0x27,0x76,0x42,0x93,0x01,0x00,0xbd,0x13,0x0f,0x0c, +0x00,0x74,0x05,0x2f,0x15,0x0f,0x0c,0x00,0x20,0x6f,0xa2,0x22,0x22,0x22,0x22,0x25, +0xcc,0x00,0x77,0x08,0x0c,0x00,0x00,0x6d,0x08,0x0f,0x07,0x00,0x4f,0x05,0x2b,0x18, +0x1f,0xf3,0x0a,0x00,0xa7,0x15,0x0b,0x0a,0x00,0x00,0x38,0x07,0x05,0x52,0x08,0x12, +0xf2,0xb9,0x21,0x10,0x0f,0xd7,0x05,0x22,0x0a,0xfc,0xc2,0x09,0x51,0xd0,0x03,0xdf, +0xff,0xc2,0xdb,0x1c,0x20,0x90,0x0d,0x42,0x08,0x10,0xdf,0xcb,0x07,0x16,0x04,0x60, +0x09,0x06,0x56,0x1f,0x15,0x05,0x01,0x08,0x20,0x00,0x28,0x6d,0x16,0x14,0x80,0x7b, +0x04,0x16,0x30,0x07,0x03,0x00,0x7a,0x08,0x14,0x90,0x9d,0x04,0x13,0xaf,0x25,0x07, +0x12,0x80,0x6a,0x00,0x14,0xf2,0xb6,0x04,0x11,0x2f,0x92,0x03,0x02,0x19,0x00,0x11, +0x0d,0x13,0x00,0x14,0x05,0x3c,0x18,0x14,0xfc,0x4b,0x00,0x03,0xbc,0x1d,0x01,0x19, +0x00,0x13,0x03,0x00,0x09,0x01,0x19,0x00,0x12,0xdf,0x8f,0x04,0x01,0x19,0x00,0x13, +0xaf,0xdf,0x0c,0x12,0x5f,0x1f,0x15,0x14,0xe1,0x1a,0x05,0x13,0x3f,0xf5,0x00,0x00, +0x19,0x00,0x14,0x9d,0x0c,0x04,0x13,0x05,0x70,0x0a,0x08,0x85,0x06,0x18,0xf8,0xe4, +0x05,0x15,0xf2,0x19,0x00,0x00,0x8b,0x16,0x04,0x19,0x00,0x16,0xb1,0x7d,0x00,0x20, +0xff,0xd1,0x61,0x16,0x03,0x19,0x00,0x10,0xf3,0xbb,0x00,0x15,0xf7,0x74,0x2b,0x11, +0x5f,0x54,0x0c,0x03,0xa8,0x10,0x13,0xcf,0x21,0x0f,0x22,0xff,0x80,0x54,0x0b,0x14, +0x30,0xfa,0x00,0x14,0x09,0x4c,0x15,0x12,0x80,0xef,0x09,0x15,0xf6,0xc9,0x05,0x13, +0x7f,0x93,0x07,0x13,0x80,0x9d,0x1a,0x27,0x80,0x05,0x9e,0x00,0x17,0x20,0x06,0x09, +0x15,0xfb,0xfb,0x05,0x17,0x3f,0xe3,0x08,0x0f,0x85,0x20,0x96,0x0f,0x8d,0x07,0x32, +0x15,0xf8,0xb5,0x04,0x1f,0x85,0x13,0x00,0x0c,0x15,0xf6,0x95,0x19,0x25,0xf8,0x5f, +0xee,0x0b,0x13,0x9f,0x2f,0x00,0x05,0x0a,0x1c,0x25,0xf8,0x5f,0x62,0x2d,0x04,0x4b, +0x00,0x14,0xd0,0xec,0x20,0x01,0x0e,0x00,0x03,0x53,0x2e,0x03,0x0e,0x00,0x13,0xf8, +0x29,0x02,0x00,0x0e,0x00,0x32,0xfe,0xff,0xfe,0xeb,0x02,0x10,0xef,0x0e,0x00,0x12, +0xfa,0xfe,0x0b,0x30,0xff,0xff,0xaf,0x0e,0x00,0x11,0xf7,0x07,0x02,0x10,0x05,0x79, +0x0f,0x00,0x0e,0x00,0x30,0xaf,0xff,0xe0,0x9a,0x03,0x20,0xfb,0x7f,0x0e,0x00,0x11, +0xf9,0x8d,0x27,0x41,0x1f,0xff,0xf5,0x8f,0x38,0x00,0x12,0x0f,0x2f,0x27,0x20,0xf0, +0x9f,0x0e,0x00,0x11,0xfc,0x73,0x11,0x40,0xcf,0xff,0xa0,0xbf,0x0e,0x00,0x10,0xfd, +0x99,0x28,0x51,0x01,0xff,0xff,0x50,0xcf,0x70,0x00,0x00,0x54,0x28,0x52,0x06,0xff, +0xff,0x00,0xdf,0x0e,0x00,0x62,0x9f,0xff,0xf0,0x0b,0xff,0xf9,0x0e,0x00,0x10,0xff, +0x89,0x27,0x00,0x74,0x2c,0x03,0x0e,0x00,0x10,0x0e,0x36,0x05,0x13,0xe0,0x0e,0x00, +0x00,0x3b,0x12,0x00,0x8e,0x11,0x03,0x0e,0x00,0x12,0x02,0x1c,0x24,0x03,0x0e,0x00, +0x21,0x00,0xcf,0x99,0x02,0x04,0x0e,0x00,0x11,0x6f,0xda,0x02,0x04,0x0e,0x00,0x11, +0x1f,0xdb,0x02,0x04,0x0e,0x00,0x11,0x0b,0x1c,0x03,0x04,0x0e,0x00,0x01,0x09,0x28, +0x05,0x0e,0x00,0x11,0x00,0x05,0x00,0x05,0x0e,0x00,0x28,0x34,0x43,0x0e,0x00,0x03, +0x1f,0x0d,0x0e,0x0e,0x00,0x13,0xe0,0x79,0x01,0x00,0xcd,0x02,0x17,0xf7,0x0c,0x00, +0x27,0xff,0x10,0x0c,0x00,0x17,0x90,0x0c,0x00,0x17,0xf2,0x0c,0x00,0x17,0xfa,0x0c, +0x00,0x24,0xff,0x30,0x0c,0x00,0x11,0xfd,0xa5,0x00,0x01,0x0c,0x00,0x00,0xd5,0x1c, +0x14,0xf4,0x0c,0x00,0x10,0xfb,0x7b,0x1e,0x03,0x0c,0x00,0x20,0xfc,0x0d,0xbc,0x00, +0x03,0x30,0x00,0x01,0x2c,0x1c,0x03,0x48,0x00,0x10,0x00,0x4e,0x19,0x04,0x0c,0x00, +0x00,0xe2,0x10,0x12,0x03,0x0c,0x00,0x53,0x10,0x0e,0xff,0xff,0x70,0x0c,0x00,0x00, +0xa3,0x12,0x22,0xf1,0x02,0x0c,0x00,0x10,0x20,0x69,0x1d,0x12,0x01,0x0c,0x00,0x11, +0x30,0x93,0x2b,0x04,0x0c,0x00,0x00,0x57,0x1b,0x03,0x0c,0x00,0x00,0x2a,0x01,0x22, +0xe0,0xdf,0x0c,0x00,0x00,0x6f,0x01,0x24,0xf5,0xcf,0x0c,0x00,0x43,0x4f,0xff,0xfc, +0xaf,0x0c,0x00,0x00,0x5d,0x01,0x05,0x24,0x00,0x01,0x31,0x1d,0x03,0x0c,0x00,0x27, +0x00,0xaf,0x0c,0x00,0x17,0x2f,0x0c,0x00,0x17,0x09,0x0c,0x00,0x17,0x01,0x0c,0x00, +0x27,0x00,0x8f,0x0c,0x00,0x14,0x0e,0xab,0x09,0x35,0x35,0x67,0x64,0xa4,0x18,0x20, +0x29,0xef,0x19,0x18,0x12,0x10,0xab,0x12,0x17,0x9f,0x17,0x0e,0x27,0x02,0xdf,0xa4, +0x12,0x03,0x46,0x14,0x03,0x71,0x12,0x11,0xdf,0x2e,0x0a,0x06,0x47,0x0a,0x11,0xfe, +0x10,0x2b,0x00,0x47,0x01,0x13,0x1f,0x03,0x16,0x10,0x2e,0x21,0x05,0x14,0x07,0x5c, +0x03,0x10,0x4f,0x79,0x00,0x05,0x71,0x23,0x00,0xfc,0x30,0x13,0x2f,0x7b,0x11,0x00, +0x60,0x01,0x24,0xfe,0x06,0x92,0x03,0x00,0xa2,0x00,0x24,0xf2,0x9f,0x22,0x0c,0x00, +0x29,0x00,0x14,0x6a,0xbf,0x1f,0x00,0xe2,0x00,0x15,0xf7,0x49,0x0f,0x00,0x27,0x05, +0x14,0x8d,0xd2,0x06,0x00,0x24,0x06,0x27,0xf9,0xcf,0xb4,0x1d,0x24,0xff,0x9b,0x94, +0x0a,0x00,0x38,0x0a,0x15,0xf8,0x7e,0x0a,0x00,0xf1,0x03,0x15,0x78,0x52,0x1d,0x12, +0x0c,0x26,0x0e,0x14,0xc0,0x87,0x1d,0x34,0xff,0x11,0xff,0xa9,0x1d,0x00,0x8d,0x02, +0x14,0x0d,0x29,0x00,0x11,0x0c,0x24,0x31,0x03,0x6d,0x00,0x11,0x06,0x5e,0x02,0x03, +0x6f,0x1e,0x11,0x03,0x0f,0x01,0x12,0x06,0x5b,0x0b,0x12,0x07,0x74,0x2a,0x10,0x0b, +0x5b,0x06,0x23,0xba,0xcf,0x1e,0x04,0x28,0x1d,0xff,0x75,0x0f,0x17,0x1c,0xae,0x10, +0x05,0xdf,0x20,0x13,0xe6,0x8c,0x14,0x18,0x9e,0x85,0x0f,0x22,0x00,0x02,0x55,0x0a, +0x04,0xa1,0x06,0x39,0xec,0x95,0x00,0xcb,0x11,0x05,0xe5,0x04,0x16,0xe2,0x0b,0x00, +0x10,0xfe,0x1e,0x06,0x20,0xda,0xab,0xfa,0x0f,0x04,0x47,0x0f,0x26,0x04,0xcf,0xf2, +0x0e,0x00,0x61,0x07,0x06,0xdf,0x11,0x14,0xfc,0x4d,0x05,0x02,0x31,0x0d,0x13,0x80, +0x9e,0x32,0x0e,0x16,0x00,0x15,0x02,0x2c,0x00,0x00,0x82,0x01,0x13,0xf9,0x0b,0x00, +0x14,0x5f,0x58,0x00,0x29,0x02,0x4b,0xa7,0x0e,0x25,0xff,0x30,0x0b,0x00,0x16,0xf5, +0xda,0x11,0x36,0x40,0x00,0x5f,0x50,0x17,0x00,0xa5,0x00,0x38,0xaa,0xaa,0x96,0x2c, +0x08,0x0f,0x0b,0x00,0x53,0x0d,0xfa,0x02,0x18,0x03,0x73,0x01,0x09,0xfb,0x02,0x07, +0xc9,0x26,0x09,0xfc,0x02,0x13,0xd0,0x85,0x14,0x36,0xfe,0xb9,0xbe,0x75,0x12,0x15, +0xfd,0xfd,0x02,0x13,0x01,0x1f,0x03,0x20,0x02,0xef,0x2b,0x00,0x19,0x08,0xfe,0x02, +0x14,0x0e,0xb9,0x15,0x10,0x0a,0x56,0x00,0x08,0xff,0x02,0x15,0xff,0x40,0x19,0x02, +0x8e,0x22,0x09,0x00,0x03,0x10,0x60,0x9b,0x14,0x05,0x51,0x0d,0x28,0x70,0xcf,0x01, +0x03,0x15,0x80,0x64,0x12,0x00,0x42,0x00,0x19,0x90,0x02,0x03,0x15,0x90,0x2b,0x03, +0x00,0x38,0x00,0x19,0x80,0x03,0x03,0x16,0x70,0x9b,0x0d,0x00,0x50,0x00,0x18,0x4f, +0x04,0x03,0x15,0x10,0x7c,0x12,0x13,0x05,0x8f,0x25,0x14,0xf8,0x05,0x03,0x12,0xf8, +0x83,0x08,0x15,0x00,0x87,0x26,0x03,0x2e,0x27,0x12,0x02,0x53,0x1f,0x16,0x5f,0x07, +0x04,0x12,0x20,0x86,0x12,0x34,0xfd,0xa9,0xbe,0x86,0x16,0x17,0xcf,0x77,0x0e,0x15, +0x00,0xf3,0x22,0x18,0xf7,0x5c,0x19,0x14,0xfc,0x2f,0x13,0x26,0x6b,0xff,0xc2,0x1c, +0x02,0x1e,0x09,0x07,0x0f,0x19,0x15,0x06,0x2c,0x32,0x04,0xc0,0x00,0x66,0xfe,0x83, +0x10,0x02,0x50,0x00,0x2c,0x35,0x05,0x05,0x24,0x24,0x01,0xcf,0xb3,0x35,0x06,0x71, +0x31,0x05,0xeb,0x1e,0x01,0x72,0x20,0x07,0xf7,0x17,0x52,0x15,0x9a,0xcb,0xa8,0x51, +0xa6,0x02,0x25,0xdb,0xa7,0x00,0x13,0x03,0x97,0x00,0x26,0x5f,0xff,0xb1,0x00,0x16, +0x5f,0x43,0x23,0x02,0xcb,0x02,0x01,0xf5,0x12,0x13,0xf1,0x69,0x02,0x25,0x02,0x9f, +0x1c,0x12,0x03,0x89,0x1a,0x06,0x52,0x03,0x18,0xfe,0x1c,0x0b,0x05,0x0c,0x00,0x17, +0xcf,0x0c,0x00,0x07,0x24,0x00,0x17,0x05,0x3c,0x00,0x15,0x2e,0x3c,0x13,0x24,0x02, +0x49,0x6c,0x00,0x0e,0xc9,0x15,0x17,0xfa,0x9c,0x00,0x02,0x75,0x0a,0x04,0x48,0x25, +0x02,0xa8,0x00,0x12,0xcf,0xbf,0x02,0x01,0x48,0x00,0x12,0x0d,0x97,0x01,0x13,0x5f, +0xc3,0x2f,0x15,0xfe,0x29,0x03,0x11,0xcf,0x06,0x00,0x02,0x0c,0x00,0x11,0x4f,0xe5, +0x01,0x02,0x0c,0x00,0x14,0x0b,0x60,0x00,0x05,0xc9,0x0a,0x06,0xd8,0x13,0x17,0xc0, +0xc0,0x16,0x26,0xf6,0x00,0x2c,0x04,0x27,0xfe,0x00,0xe4,0x13,0x17,0x80,0xe4,0x13, +0x22,0xf1,0x00,0x52,0x2a,0x13,0x40,0xeb,0x04,0x15,0x9f,0xee,0x1c,0x03,0x13,0x05, +0x1a,0xd4,0x24,0x02,0x16,0x08,0x89,0x38,0x10,0x02,0x57,0x02,0x21,0xaa,0xbe,0x17, +0x00,0x11,0x9f,0x64,0x13,0x31,0x04,0xcf,0xfa,0x37,0x06,0x11,0xf3,0x68,0x20,0x02, +0xc5,0x02,0x07,0x9b,0x10,0x14,0xf1,0x0c,0x00,0x04,0x7c,0x02,0x03,0x80,0x14,0x16, +0xb3,0xb2,0x10,0x03,0x7c,0x00,0x03,0xfc,0x0f,0x24,0xe7,0x10,0xf6,0x29,0x02,0x38, +0x16,0x05,0x48,0x02,0x18,0xf8,0xac,0x02,0x02,0x72,0x19,0x17,0xdf,0x44,0x02,0x17, +0x4b,0x6c,0x02,0x01,0xd2,0x00,0x04,0x09,0x11,0x17,0x2d,0x97,0x19,0x17,0x2f,0x5d, +0x16,0x10,0xcf,0xd9,0x03,0x16,0x49,0x9c,0x0d,0x33,0x2f,0xfc,0x30,0x4d,0x03,0x21, +0x10,0x1d,0x49,0x1c,0x00,0xe5,0x37,0x11,0xc0,0x4f,0x06,0x01,0xce,0x15,0x37,0xf4, +0x01,0xcf,0xeb,0x01,0x17,0x9f,0xa1,0x04,0x17,0x4c,0xc4,0x0c,0x01,0x46,0x1e,0x23, +0xfe,0x92,0x88,0x00,0x38,0x46,0x76,0x52,0x7e,0x03,0x00,0xd2,0x15,0x06,0x0b,0x00, +0x1f,0xfd,0x17,0x00,0x04,0x52,0xbe,0xee,0xee,0xee,0xff,0x44,0x13,0x12,0xc0,0x63, +0x17,0x17,0xf6,0x28,0x1f,0x04,0xc8,0x11,0x0f,0x17,0x00,0xf2,0x13,0x8f,0x13,0x00, +0x00,0x9e,0x24,0x0f,0x0c,0x00,0xad,0x04,0xdf,0x00,0x12,0x04,0x87,0x35,0x04,0x06, +0x0d,0x04,0x49,0x17,0x00,0x7a,0x05,0x23,0xf4,0x3f,0xa9,0x06,0x12,0x09,0x5b,0x23, +0x13,0xf0,0x4f,0x10,0x23,0xe0,0x0c,0xfb,0x02,0x00,0x20,0x00,0x13,0x07,0x48,0x1b, +0x12,0xcf,0xae,0x0c,0x22,0xff,0xc2,0x6e,0x25,0x02,0xb3,0x02,0x22,0xeb,0xbe,0x84, +0x05,0x17,0x0e,0x52,0x07,0x14,0x03,0x6d,0x1f,0x16,0x30,0xc3,0x05,0x12,0xd2,0x37, +0x24,0x04,0x36,0x36,0x03,0x9c,0x25,0x19,0x41,0x1d,0x19,0x00,0x9a,0x08,0x17,0x0c, +0xa6,0x20,0x00,0xf5,0x1d,0x15,0xfa,0xf6,0x10,0x00,0xed,0x30,0x04,0x05,0x04,0x15, +0xe0,0x8e,0x19,0x10,0x3f,0x06,0x04,0x13,0x8f,0xde,0x00,0x10,0x7f,0x23,0x07,0x04, +0xd3,0x00,0x13,0xcf,0xe5,0x2a,0x12,0xf0,0x2d,0x04,0x13,0xfa,0x25,0x2a,0x02,0x10, +0x01,0x05,0x86,0x0e,0x03,0x9c,0x2e,0x02,0xe3,0x00,0x03,0x93,0x29,0x13,0xbf,0xc6, +0x35,0x01,0x55,0x00,0x11,0x6f,0xaf,0x07,0x01,0x0d,0x0c,0x01,0xef,0x03,0x14,0xa0, +0xe5,0x2b,0x01,0x28,0x01,0x05,0x6d,0x25,0x10,0x08,0xc5,0x00,0x04,0x99,0x25,0x13, +0x03,0x00,0x10,0x13,0xf0,0x03,0x08,0x12,0xfa,0xeb,0x37,0x02,0x4f,0x0e,0x12,0xfe, +0x46,0x1d,0x03,0x76,0x07,0x24,0x20,0x2f,0x4d,0x04,0x00,0x7a,0x29,0x14,0x6f,0x37, +0x0b,0x00,0x8c,0x0d,0x14,0xaf,0x27,0x07,0x11,0x06,0xd4,0x29,0x15,0xf2,0x55,0x28, +0x18,0xf6,0xeb,0x25,0x16,0xfe,0x3f,0x07,0x13,0x8f,0x2a,0x0d,0x0c,0x27,0x2d,0x02, +0x9e,0x01,0x05,0x75,0x1a,0x17,0x09,0x44,0x07,0x24,0x00,0x04,0xe1,0x22,0x12,0x2f, +0x55,0x00,0x12,0x02,0x62,0x05,0x00,0xe3,0x3c,0x03,0x10,0x02,0x11,0x06,0x2e,0x00, +0x00,0x78,0x00,0x13,0xf8,0x06,0x22,0x03,0x88,0x2f,0x00,0xd8,0x1d,0x03,0x8d,0x2b, +0x24,0x0d,0xff,0xaa,0x27,0x11,0xf2,0x86,0x28,0x02,0xfe,0x2c,0x02,0x85,0x3c,0x13, +0xf0,0xfd,0x28,0x12,0x5f,0x6f,0x11,0x10,0x0b,0x64,0x01,0x02,0x65,0x05,0x24,0x9f, +0xff,0x29,0x12,0x11,0x90,0x42,0x07,0x02,0xd8,0x04,0x12,0xc0,0x0b,0x01,0x02,0x05, +0x32,0x10,0x00,0x10,0x39,0x11,0xf0,0x9e,0x00,0x12,0x30,0xdf,0x01,0x10,0x04,0x75, +0x0f,0x13,0xf3,0x2b,0x2b,0x10,0x4f,0xa4,0x01,0x10,0x08,0x96,0x32,0x16,0xf7,0x76, +0x2d,0x00,0x26,0x40,0x11,0xf9,0x3b,0x40,0x12,0xaf,0x6b,0x21,0x01,0x4a,0x40,0x43, +0xf6,0x0d,0xff,0xfe,0xae,0x21,0x01,0xa5,0x30,0x40,0x3f,0xff,0xf3,0x0a,0x62,0x00, +0x01,0xc1,0x00,0x01,0x06,0x02,0x72,0x7f,0xff,0xf0,0x07,0xff,0xff,0x60,0x0f,0x2a, +0x10,0x05,0xc2,0x05,0x81,0xaf,0xff,0xd0,0x04,0xff,0xff,0x90,0x04,0x09,0x01,0x01, +0x40,0x23,0x82,0xdf,0xff,0xa0,0x01,0xff,0xff,0xc0,0x06,0x29,0x02,0x00,0x43,0x02, +0x00,0xab,0x00,0x42,0xdf,0xff,0xf0,0x08,0x8e,0x06,0x31,0xcf,0xff,0xfa,0xf3,0x21, +0x42,0x9f,0xff,0xf3,0x0b,0x7f,0x03,0x10,0x9f,0x83,0x1f,0x00,0x7a,0x0f,0x00,0x82, +0x00,0x13,0xff,0x25,0x0b,0x31,0x0a,0xff,0xfc,0xa6,0x37,0x02,0x01,0x29,0x00,0xde, +0x00,0x31,0x1d,0xff,0xf8,0xb9,0x38,0x01,0x32,0x29,0x01,0x02,0x01,0x01,0x7b,0x37, +0x10,0x0b,0x08,0x00,0x13,0xfa,0x53,0x06,0x31,0x9f,0xff,0xf1,0xab,0x00,0x12,0x8f, +0x19,0x02,0x13,0x09,0x55,0x26,0x15,0x04,0xa9,0x06,0x14,0x06,0xa1,0x29,0x05,0xf5, +0x12,0x14,0x03,0x02,0x0b,0x15,0xdf,0xc9,0x24,0x04,0x25,0x02,0x15,0x9f,0x6c,0x20, +0x13,0xdf,0x62,0x07,0x15,0x6f,0x53,0x07,0x13,0xaf,0x06,0x07,0x12,0x2f,0x10,0x2d, +0x13,0x0a,0x02,0x04,0x13,0x07,0xea,0x0a,0x13,0xf5,0xda,0x0a,0x00,0xe8,0x00,0x04, +0x84,0x08,0x11,0xa0,0x16,0x08,0x14,0x40,0x8e,0x14,0x23,0x08,0xff,0x90,0x0f,0x15, +0xfa,0xa7,0x0e,0x12,0xbf,0x44,0x03,0x01,0x1c,0x0b,0x01,0xb7,0x03,0x03,0x55,0x1d, +0x00,0x7c,0x04,0x04,0x0b,0x24,0x00,0x66,0x02,0x05,0xd4,0x14,0x05,0x84,0x20,0x11, +0x4f,0xed,0x13,0x17,0x70,0xd5,0x07,0x15,0xe0,0x5f,0x23,0x06,0xd0,0x05,0x01,0xa2, +0x0a,0x07,0xb9,0x18,0x05,0xdd,0x05,0x17,0x0a,0x27,0x0a,0x15,0x03,0x1b,0x01,0x04, +0x4b,0x00,0x15,0xa0,0x31,0x00,0x04,0x70,0x0b,0x00,0x6c,0x01,0x14,0xb2,0x08,0x08, +0x00,0x00,0x42,0x14,0x0b,0x31,0x03,0x00,0x30,0x28,0x13,0x3f,0x7e,0x03,0x01,0x79, +0x20,0x01,0x91,0x20,0x01,0xe1,0x00,0x11,0xe0,0xf9,0x0e,0x05,0xce,0x2b,0x01,0x5f, +0x0b,0x04,0x4b,0x31,0x13,0x4f,0x2d,0x30,0x24,0xff,0x80,0x43,0x14,0x02,0x7a,0x11, +0x01,0xbb,0x01,0x23,0x20,0x0a,0xf4,0x00,0x00,0x03,0x14,0x17,0x02,0x63,0x0c,0x15, +0xf3,0xba,0x1e,0x00,0x6b,0x01,0x16,0x8f,0x7b,0x2b,0x23,0xc0,0x01,0x26,0x00,0x01, +0x8a,0x31,0x12,0x09,0x71,0x03,0x02,0xee,0x20,0x03,0xc6,0x03,0x02,0x19,0x2f,0x11, +0xaf,0x90,0x01,0x01,0x9c,0x00,0x03,0x82,0x2c,0x03,0x7e,0x2e,0x02,0x27,0x21,0x12, +0xbf,0x5f,0x01,0x01,0x44,0x03,0x13,0x2f,0x5f,0x01,0x00,0xe4,0x40,0x04,0xaf,0x33, +0x01,0x03,0x03,0x16,0xef,0x90,0x01,0x13,0x90,0x26,0x2e,0x01,0xfb,0x00,0x05,0x2e, +0x22,0x00,0x22,0x00,0x05,0x52,0x01,0x27,0x07,0xff,0x69,0x04,0x18,0x0f,0x8f,0x04, +0x17,0x8f,0x1b,0x23,0x01,0xcf,0x10,0x07,0x8e,0x04,0x17,0xfc,0xa5,0x23,0x06,0x63, +0x1a,0x09,0x09,0x1b,0x08,0xf6,0x0d,0x0f,0x19,0x00,0x4e,0x07,0x88,0x22,0x0f,0x0b, +0x00,0x0c,0x22,0xfb,0x00,0xae,0x2e,0x07,0x54,0x02,0x15,0xdf,0xa9,0x02,0x04,0x38, +0x07,0x0a,0x27,0x0a,0x02,0x42,0x16,0x04,0xc5,0x34,0x06,0x13,0x0d,0x1d,0xf4,0x48, +0x42,0x15,0x05,0xe5,0x34,0x26,0x00,0x1e,0xb2,0x05,0x04,0x1a,0x17,0x03,0x3d,0x02, +0x05,0x02,0x18,0x06,0xa3,0x3e,0x04,0xfd,0x0d,0x16,0x03,0x7f,0x01,0x16,0x0d,0xe8, +0x00,0x00,0x15,0x31,0x05,0xf8,0x2e,0x07,0x5c,0x34,0x04,0x21,0x03,0x04,0x6e,0x17, +0x02,0xa7,0x01,0x06,0x5f,0x31,0x04,0xfb,0x0f,0x16,0x3f,0x0b,0x00,0x1f,0x4f,0x0b, +0x00,0x0d,0x01,0xe3,0x0b,0x08,0x05,0x00,0x33,0x81,0x11,0x10,0xc4,0x3c,0x0f,0x05, +0x00,0x88,0x09,0xb4,0x00,0x01,0x6f,0x2a,0x12,0xbf,0xf8,0x02,0x12,0x7f,0x52,0x04, +0x12,0x3f,0xa1,0x01,0x12,0x0f,0x85,0x04,0x12,0x0b,0xfa,0x01,0x12,0x07,0x87,0x04, +0x13,0x03,0xfe,0x02,0x23,0xff,0xfe,0xcd,0x01,0x1f,0x20,0x39,0x00,0x9e,0x12,0x70, +0x39,0x00,0x19,0xb0,0x39,0x00,0x12,0xf3,0x39,0x00,0x12,0xf7,0x39,0x00,0x02,0xa5, +0x08,0x21,0x77,0x77,0x04,0x32,0x11,0x11,0xa2,0x0f,0x11,0x1f,0x25,0x1f,0x30,0x11, +0x11,0x6f,0x3c,0x04,0x11,0x04,0x29,0x04,0x1f,0x4f,0x0b,0x00,0x94,0x0d,0xc6,0x00, +0x04,0x63,0x2c,0x15,0x0d,0x43,0x06,0x15,0x3f,0x55,0x03,0x15,0x9f,0xea,0x03,0x06, +0xb1,0x45,0x04,0x6a,0x09,0x00,0xc5,0x3f,0x03,0x33,0x03,0x31,0x2f,0xff,0xf4,0xdc, +0x3f,0x00,0x90,0x03,0x24,0xe0,0x6f,0x53,0x09,0x42,0x90,0x1f,0xff,0xf8,0xb9,0x03, +0x21,0x40,0x0b,0x33,0x00,0x00,0x06,0x00,0x11,0x06,0x86,0x03,0x00,0x34,0x40,0x02, +0x71,0x40,0x12,0x7f,0x95,0x3f,0x01,0x99,0x17,0x10,0xe0,0x96,0x04,0x10,0xf7,0xca, +0x03,0x12,0x80,0x8a,0x40,0x01,0xb3,0x08,0x00,0x34,0x05,0x11,0x30,0x25,0x49,0x00, +0x1a,0x00,0x21,0x90,0x6f,0x97,0x01,0x00,0x85,0x08,0x25,0x37,0x77,0x01,0x00,0x16, +0x16,0x00,0x0e,0x26,0xf2,0x6f,0x0c,0x00,0x17,0x26,0x17,0x00,0x04,0x12,0x07,0x11, +0xb0,0x75,0x24,0x13,0xfb,0x4e,0x00,0x01,0xed,0x00,0x12,0xf6,0xdb,0x14,0x11,0x40, +0x8f,0x04,0x12,0xe2,0x01,0x08,0x14,0x10,0x5c,0x04,0x03,0xfd,0x08,0x26,0x5f,0xfc, +0x3e,0x00,0x21,0x03,0x56,0xe3,0x33,0x02,0xd6,0x2e,0x00,0x7d,0x46,0x14,0x5d,0x01, +0x0c,0x14,0xdf,0x4b,0x3a,0x14,0x09,0xeb,0x0e,0x00,0x8f,0x40,0x31,0x64,0x47,0xef, +0x72,0x09,0x13,0x81,0x82,0x27,0x29,0x00,0x10,0x1b,0x33,0x12,0x2f,0xe4,0x04,0x31, +0x25,0x8b,0xdf,0x1d,0x06,0x22,0x28,0xdf,0xa8,0x16,0x04,0xd2,0x13,0x11,0xfc,0xc9, +0x16,0x10,0xda,0x8e,0x00,0x90,0xdf,0xff,0xff,0xd6,0x10,0x01,0xff,0xff,0xfc,0xf6, +0x3e,0x01,0x48,0x05,0x11,0xcc,0x69,0x2f,0x00,0x13,0x00,0x01,0xa6,0x47,0x00,0x13, +0x00,0x11,0xcd,0x13,0x00,0x20,0x2d,0xff,0x8f,0x17,0x42,0xff,0xb4,0x23,0x8f,0xd3, +0x32,0x03,0x4c,0x00,0x01,0x83,0x28,0x00,0xb8,0x01,0x21,0xc0,0x3f,0x1a,0x20,0x50, +0x4f,0xff,0xfc,0x00,0x1b,0x04,0x1d,0x20,0x01,0xff,0x14,0x41,0x24,0x47,0x64,0xd6, +0x05,0x06,0xbf,0x25,0x04,0x2f,0x2f,0x0f,0x15,0x00,0x3b,0x32,0x04,0x67,0x52,0xd1, +0x0b,0x00,0xe7,0x00,0x20,0xfc,0x40,0x15,0x00,0x13,0xe4,0x13,0x12,0x06,0x16,0x32, +0x06,0x31,0x29,0x20,0x20,0xdf,0xc7,0x00,0x61,0x69,0xdf,0xff,0xff,0xfb,0x0d,0xa9, +0x05,0x00,0xab,0x01,0x24,0xf1,0xdf,0xa7,0x1a,0x22,0xff,0x6d,0x69,0x00,0x00,0xe3, +0x15,0x03,0x69,0x00,0x11,0x5f,0x0a,0x01,0x12,0xf0,0xe8,0x01,0x25,0xfd,0xdf,0x7b, +0x0a,0x1d,0xed,0x15,0x00,0x06,0x2a,0x00,0x00,0x82,0x0d,0x03,0x15,0x00,0x15,0xdf, +0x54,0x00,0x00,0x48,0x12,0x11,0xdf,0x2b,0x02,0x13,0x3e,0x7e,0x00,0x30,0xfa,0x77, +0xaf,0x2f,0x02,0x05,0xa8,0x00,0x21,0xa0,0x0d,0x6b,0x1d,0x01,0x62,0x0a,0x41,0xdf, +0xff,0xf1,0x8f,0x75,0x18,0x00,0x5c,0x34,0x00,0xdb,0x10,0x33,0xfd,0x60,0x00,0x37, +0x48,0x3a,0x63,0x00,0x00,0x58,0x32,0x23,0x01,0x8e,0x40,0x17,0x14,0x07,0x8c,0x3c, +0x14,0x0b,0x7c,0x16,0x13,0x0a,0x1f,0x36,0x01,0x6f,0x03,0x40,0xfb,0x85,0x8d,0xfc, +0x17,0x09,0x00,0xc9,0x21,0x22,0x07,0x20,0x83,0x1e,0x03,0x37,0x0d,0x15,0xf9,0x9e, +0x03,0x15,0x20,0xef,0x29,0x14,0x00,0xcc,0x2e,0x05,0xce,0x03,0x15,0xd0,0xe2,0x06, +0x05,0xac,0x08,0x1b,0xf2,0xa0,0x07,0x18,0x08,0x43,0x00,0x00,0xcb,0x0e,0x21,0x5d, +0x10,0x34,0x0b,0x45,0xb7,0x58,0xcf,0xf9,0x88,0x27,0x15,0xf3,0x4c,0x16,0x13,0xc0, +0x4f,0x34,0x01,0xea,0x0e,0x15,0x4c,0x43,0x30,0x57,0x01,0x46,0x76,0x51,0x00,0x6d, +0x0d,0x1f,0xf9,0x0b,0x00,0x49,0x41,0x46,0x75,0x20,0x03,0x0b,0x00,0x00,0x7e,0x37, +0x21,0xfc,0x32,0x0b,0x00,0x11,0x2e,0x4a,0x12,0x10,0xff,0xc6,0x2b,0x14,0xef,0x63, +0x37,0x06,0x78,0x2b,0x11,0xf9,0xed,0x19,0x20,0x96,0x8b,0x0b,0x00,0x11,0x01,0x51, +0x36,0x00,0xdc,0x0f,0x11,0xf9,0x69,0x35,0x02,0x58,0x00,0x03,0xed,0x0d,0x00,0x0b, +0x00,0x03,0x95,0x13,0x00,0x0b,0x00,0x15,0x0f,0xc0,0x0a,0x13,0xf9,0x61,0x01,0x0b, +0x0b,0x00,0x07,0x21,0x00,0x16,0x0f,0x37,0x00,0x12,0x0c,0xa8,0x08,0x00,0x0b,0x00, +0x15,0x08,0x2e,0x0b,0x22,0xf9,0x03,0x86,0x0b,0x00,0x07,0x35,0x00,0x58,0x01,0x31, +0xfd,0x96,0x7c,0x9a,0x00,0x16,0x4f,0xa5,0x00,0x03,0x31,0x14,0x12,0xef,0x5a,0x49, +0x00,0x40,0x4b,0x32,0x7f,0xff,0xf9,0x0e,0x19,0x00,0x28,0x00,0x11,0xf9,0xe0,0x35, +0x16,0x74,0xfc,0x15,0x13,0x67,0x51,0x3c,0x01,0x90,0x04,0x16,0x91,0xc2,0x08,0x16, +0xf4,0xb4,0x19,0x16,0xf4,0x40,0x29,0x11,0xe1,0xab,0x09,0x21,0x62,0x14,0xa8,0x17, +0x02,0x36,0x04,0x00,0x81,0x1d,0x03,0x55,0x2d,0x33,0xcf,0xff,0xf3,0xed,0x0a,0x11, +0x09,0xf5,0x1b,0x12,0xfe,0xf1,0x09,0x16,0xf7,0xe0,0x3b,0x16,0x83,0x1f,0x3e,0x06, +0x1e,0x09,0x16,0x51,0x9f,0x01,0x01,0xb1,0x10,0x0c,0x51,0x2a,0x16,0x07,0xf8,0x0a, +0x12,0x1f,0x34,0x0b,0x22,0x01,0x70,0x7b,0x1b,0x55,0x63,0x12,0x59,0xff,0x50,0xe4, +0x13,0x15,0xfd,0xbc,0x14,0x01,0xb7,0x07,0x15,0xaf,0x43,0x3d,0x02,0x05,0x26,0x12, +0xa3,0x43,0x00,0x33,0x46,0x77,0x53,0x55,0x0a,0x43,0xbe,0xff,0xdb,0x60,0x30,0x32, +0x12,0xf0,0xc1,0x0d,0x03,0x28,0x2b,0x01,0xdf,0x28,0x00,0xb2,0x11,0x25,0xcf,0x40, +0x7d,0x00,0x13,0x09,0x78,0x0a,0x04,0xe8,0x3d,0x04,0x9e,0x04,0x03,0x08,0x00,0x22, +0xad,0xef,0xe4,0x02,0x02,0x80,0x00,0x0e,0x08,0x00,0x7d,0x8a,0xaf,0xff,0xff,0xfa, +0xaa,0xa2,0x38,0x00,0x0f,0x08,0x00,0x65,0x00,0x45,0x01,0x05,0x45,0x43,0x04,0xde, +0x4c,0x00,0x50,0x4e,0x15,0xbf,0x8f,0x3e,0x26,0x01,0xdf,0xa9,0x12,0x00,0xbe,0x00, +0x11,0x8b,0x17,0x00,0x00,0x28,0x01,0x10,0xd1,0x1e,0x01,0x41,0xf7,0x55,0x40,0x06, +0x14,0x01,0x02,0xd0,0x0f,0x13,0x9f,0x4a,0x49,0x11,0xfd,0x2b,0x01,0x11,0xe0,0x45, +0x04,0x11,0xf0,0x44,0x0b,0x02,0x01,0x2a,0x04,0x5f,0x33,0x02,0x39,0x12,0x10,0x0a, +0x77,0x38,0x12,0x3b,0xa8,0x01,0x26,0x1e,0xff,0x58,0x16,0x15,0x1e,0x34,0x2a,0x03, +0xa4,0x49,0x13,0xd5,0x9f,0x0b,0x23,0x46,0x89,0x4f,0x37,0x14,0xcf,0xf4,0x0b,0x03, +0xad,0x47,0x05,0x81,0x0b,0x45,0xf8,0x32,0x11,0x11,0xc2,0x11,0x00,0xaa,0x00,0x14, +0xb5,0xc7,0x34,0x03,0x31,0x2d,0x16,0x7f,0x71,0x4f,0x16,0x1a,0x75,0x3f,0x70,0x1d, +0xff,0xfb,0x46,0x77,0x78,0x89,0x65,0x07,0x12,0x0a,0x45,0x0c,0x00,0x02,0x02,0x13, +0x21,0x5b,0x0c,0x00,0xe2,0x1e,0x12,0x4f,0xc5,0x09,0x00,0x05,0x0e,0x00,0xf9,0x1e, +0x03,0x1a,0x0c,0x81,0x70,0x0f,0xff,0xff,0xfa,0x42,0x01,0x26,0x5b,0x18,0x17,0x8f, +0x21,0x33,0x16,0xaf,0x0a,0x2f,0x02,0x19,0x17,0x22,0xff,0xe9,0xb1,0x05,0x5a,0x57, +0x9a,0xba,0x96,0x30,0xce,0x06,0x0f,0x0a,0x00,0x42,0x32,0x25,0x76,0x40,0x64,0x3b, +0x13,0x4c,0x12,0x07,0x22,0xfd,0x08,0x81,0x0d,0x14,0xdf,0xf7,0x16,0x16,0x50,0xda, +0x01,0x10,0xdf,0x1a,0x00,0x10,0x9a,0xa3,0x02,0x00,0x1f,0x07,0x01,0xc6,0x42,0x11, +0xf6,0x0a,0x29,0x01,0x3e,0x1e,0x02,0x5a,0x00,0x15,0x04,0xda,0x06,0x00,0x48,0x30, +0x02,0x0a,0x00,0x1f,0x02,0x0a,0x00,0x68,0xc0,0x01,0xae,0xeb,0x20,0x0d,0xff,0xff, +0xe1,0x4f,0xff,0xff,0xf7,0xaf,0x3e,0x00,0x13,0x0e,0x10,0x05,0xb4,0x00,0x13,0x15, +0x07,0x3c,0x07,0x2c,0x08,0x0f,0x04,0x00,0x40,0x00,0x3f,0x03,0x35,0x19,0xef,0xb3, +0xeb,0x35,0x24,0x03,0xff,0x33,0x1a,0x15,0xf9,0x0a,0x0e,0x00,0x41,0x32,0x01,0xb0, +0x41,0x0e,0x0f,0x39,0x08,0xbf,0x43,0x03,0x4d,0x04,0x0f,0x0d,0x00,0x75,0x03,0xdd, +0x00,0x02,0xaa,0x51,0x10,0x2f,0x47,0x0a,0x20,0x53,0x4d,0xd6,0x00,0x11,0x5f,0x46, +0x09,0x12,0x09,0x03,0x12,0x11,0xdf,0xfc,0x06,0x12,0x0f,0x2e,0x06,0x02,0x3f,0x06, +0x15,0xdf,0xbe,0x0f,0x18,0x0d,0x70,0x15,0x0f,0x15,0x00,0x45,0x12,0x09,0x4b,0x09, +0x11,0xd0,0x60,0x0b,0x33,0xfd,0x10,0xdf,0xd2,0x4d,0x31,0xfe,0x20,0x0d,0xb9,0x49, +0x01,0x6e,0x13,0x01,0x15,0x00,0x01,0x30,0x0b,0x13,0x0d,0xc0,0x04,0x12,0x70,0x3f, +0x00,0x02,0x00,0x1e,0x00,0x15,0x00,0x11,0x5f,0x3b,0x0b,0x00,0x15,0x00,0x15,0x2f, +0xde,0x1e,0x13,0xed,0x88,0x04,0x15,0xdf,0x46,0x06,0x16,0x0d,0x58,0x1d,0x15,0xdf, +0x13,0x22,0x10,0x0d,0x6b,0x07,0x13,0x8f,0xf7,0x23,0x00,0x30,0x3b,0x00,0x3a,0x04, +0x01,0x7d,0x2b,0x02,0xfd,0x26,0x01,0xe2,0x3e,0x01,0x0b,0x13,0x02,0xa8,0x00,0x10, +0x2f,0x3a,0x07,0x02,0xbd,0x00,0x00,0x9d,0x12,0x03,0xd2,0x00,0x11,0xef,0x08,0x0a, +0x13,0xfd,0xc0,0x10,0x03,0x15,0x00,0x13,0x0b,0x86,0x0a,0x01,0x8c,0x01,0x0f,0x09, +0x00,0x59,0x00,0x03,0x02,0x10,0x0a,0x11,0x1c,0x00,0xcd,0x04,0x10,0x22,0xf7,0x07, +0x10,0x09,0x47,0x0b,0x10,0x08,0xd1,0x00,0x23,0x01,0x47,0x12,0x3e,0x31,0x35,0x75, +0x30,0xcb,0x04,0x11,0x64,0x04,0x01,0x00,0xb8,0x35,0x00,0xb1,0x1c,0x11,0x2a,0x3a, +0x15,0x42,0xdf,0xff,0xf2,0x1b,0x81,0x0a,0x01,0x76,0x05,0x00,0x4a,0x29,0x12,0x5d, +0x3c,0x01,0x12,0x8f,0x1f,0x21,0x05,0x76,0x04,0x12,0xdf,0x9a,0x07,0x01,0x5b,0x01, +0x21,0xb9,0xcf,0xf2,0x05,0x10,0x9b,0x67,0x0d,0x02,0x83,0x04,0x11,0x7f,0x06,0x1d, +0x21,0x03,0xff,0x3f,0x00,0x12,0xf8,0x28,0x01,0x12,0xc1,0xea,0x45,0x02,0x04,0x04, +0x12,0x0b,0x86,0x05,0x11,0x6f,0x07,0x23,0x15,0xf0,0xfa,0x45,0x06,0xa7,0x04,0x02, +0xac,0x07,0x00,0xbd,0x0a,0x12,0xad,0x21,0x00,0x11,0x8f,0x21,0x00,0x15,0x03,0x21, +0x00,0x1f,0x08,0x21,0x00,0x9b,0x02,0xf2,0x06,0x03,0xd8,0x05,0x15,0xf0,0xd8,0x05, +0x24,0xf2,0x0a,0xd8,0x05,0x1f,0xf6,0xd8,0x05,0xb2,0x03,0x37,0x44,0x04,0x6d,0x0f, +0x15,0xbf,0xab,0x1e,0x16,0x0a,0x3a,0x24,0x15,0x1c,0x92,0x55,0x05,0x94,0x0a,0x12, +0xfc,0x04,0x0d,0x30,0xd8,0x58,0xdf,0x2f,0x02,0x12,0x01,0x22,0x0b,0x12,0xaf,0xa7, +0x18,0x22,0xff,0xd0,0xdd,0x04,0x22,0x70,0x0b,0xce,0x03,0x13,0x05,0x94,0x14,0x03, +0x6c,0x0a,0x00,0xf4,0x58,0x13,0xe0,0x37,0x16,0x13,0x23,0xf5,0x0c,0x00,0x91,0x1e, +0x04,0xf7,0x0c,0x11,0xcf,0x1c,0x4e,0x14,0xfe,0x9e,0x25,0x15,0x0f,0x23,0x1b,0x11, +0xff,0xa0,0x22,0x02,0x00,0x0e,0x25,0xc0,0x07,0x13,0x1b,0x13,0xf7,0xa1,0x0a,0x00, +0xb1,0x00,0x01,0xc9,0x02,0x44,0xfd,0x85,0x8d,0xff,0x5d,0x20,0x04,0x42,0x26,0x25, +0x01,0xdf,0x92,0x42,0x04,0x2e,0x08,0x16,0xa0,0x2a,0x45,0x04,0x06,0x16,0x25,0x46, +0x76,0x07,0x22,0x00,0xad,0x0c,0x02,0x70,0x03,0x12,0x08,0x90,0x41,0x42,0xdf,0xff, +0xf3,0x4e,0xf6,0x1e,0x05,0x3d,0x0e,0x07,0x10,0x41,0x20,0xf3,0x0d,0x15,0x01,0x20, +0x76,0x9d,0xab,0x04,0x23,0xdf,0xff,0x1b,0x19,0x22,0xff,0x1d,0x5b,0x0c,0x15,0x0f, +0x46,0x03,0x21,0x00,0x9f,0x2b,0x18,0x13,0xf0,0x16,0x01,0x15,0xdf,0x8f,0x41,0x12, +0xdd,0x15,0x00,0x00,0x45,0x1c,0x0d,0x15,0x00,0x07,0x2a,0x00,0x15,0x7f,0xb9,0x02, +0x15,0x0d,0x54,0x00,0x00,0xb4,0x09,0x11,0x2d,0x08,0x07,0x22,0x03,0xef,0x7e,0x00, +0x30,0xff,0xa7,0x7a,0x4b,0x04,0x16,0x0d,0xbf,0x1f,0x14,0xdf,0xb7,0x01,0x00,0x38, +0x00,0x12,0xe9,0xc8,0x1f,0x00,0x31,0x05,0x10,0x04,0xa1,0x10,0x03,0x84,0x06,0x3f, +0x36,0x76,0x30,0x4a,0x10,0x44,0x02,0x5b,0x01,0x04,0x96,0x07,0x10,0x8e,0xc2,0x24, +0x16,0x1f,0xfc,0x0d,0x16,0x5f,0xfc,0x0d,0x1f,0xef,0xfc,0x0d,0xa7,0x15,0xff,0xfc, +0x0d,0x24,0xd4,0xff,0xfc,0x0d,0x35,0xf8,0x02,0xff,0xfc,0x0d,0x1f,0x03,0x5c,0x0f, +0x4b,0x00,0xb0,0x02,0x60,0x1d,0xff,0xff,0x00,0x05,0xdf,0x17,0x02,0x10,0xf1,0x9c, +0x03,0x40,0x3d,0xff,0xff,0x36,0x66,0x0d,0x35,0xdf,0xff,0xf7,0x49,0x12,0x42,0xfd, +0xce,0x90,0xdf,0x27,0x0b,0x13,0x0d,0x4d,0x1b,0x12,0xdf,0x2e,0x13,0x02,0xef,0x43, +0x05,0xc0,0x01,0x04,0xbd,0x01,0x0f,0x0f,0x00,0x3f,0x02,0xb3,0x48,0x28,0x64,0x10, +0xa6,0x48,0x14,0x09,0xea,0x32,0x13,0x9f,0x49,0x05,0x14,0x03,0xdd,0x27,0x11,0x09, +0x86,0x2f,0x23,0xaf,0xf6,0xc2,0x0c,0x11,0x03,0x04,0x5b,0x14,0xd0,0xa0,0x04,0x24, +0xfa,0x10,0x68,0x18,0x14,0xf9,0x7b,0x2a,0x02,0x3f,0x41,0x15,0x08,0xb0,0x39,0x15, +0x3c,0xc5,0x04,0x15,0x39,0x6d,0x27,0x24,0x06,0xef,0xa7,0x23,0x01,0x2e,0x08,0x12, +0x10,0x78,0x03,0x42,0xf7,0x00,0xdb,0x20,0x1b,0x1f,0x41,0x09,0xff,0xf9,0x40,0xe3, +0x3a,0x00,0x83,0x09,0x01,0x98,0x56,0x14,0x9f,0xd5,0x12,0x24,0x05,0xef,0x6b,0x37, +0x16,0x05,0x83,0x49,0x13,0x46,0x0a,0x47,0x34,0x07,0x77,0x76,0xca,0x11,0x04,0x29, +0x34,0x16,0xfd,0xb2,0x3c,0x08,0xde,0x47,0x14,0x09,0x11,0x00,0x02,0xa6,0x40,0x23, +0x01,0xcd,0xe1,0x25,0x13,0x2f,0x49,0x0f,0x2b,0x02,0xff,0x11,0x00,0x21,0x01,0xaa, +0xcb,0x0e,0x24,0xaa,0x40,0x0b,0x20,0x01,0x55,0x04,0x02,0x44,0x00,0x0f,0x11,0x00, +0x2b,0x19,0xe0,0xb7,0x03,0x14,0x0b,0xaf,0x1c,0x00,0x57,0x26,0x24,0x34,0x71,0x7d, +0x5c,0x13,0x50,0x0f,0x06,0x14,0xf9,0xaa,0x28,0x00,0x47,0x00,0x14,0x1a,0x40,0x0e, +0x62,0x01,0x56,0x76,0x41,0x00,0x1f,0x48,0x02,0x11,0x8f,0x5a,0x10,0x12,0xfc,0x84, +0x01,0x1f,0xf5,0x15,0x00,0x63,0x13,0xfd,0x15,0x00,0x03,0xde,0x00,0x00,0x33,0x0a, +0x00,0xe7,0x28,0x01,0x53,0x05,0x25,0xf5,0x0c,0xb9,0x26,0x10,0x50,0x4b,0x29,0x20, +0x99,0xdf,0x3d,0x09,0x25,0x03,0xff,0xcb,0x3b,0x12,0x0b,0x7e,0x11,0x00,0xa4,0x3e, +0x11,0x2f,0x71,0x15,0x10,0x0a,0xff,0x00,0x11,0x2c,0x7a,0x0b,0x10,0x8f,0xd8,0x05, +0x14,0x02,0x2d,0x07,0x16,0x4f,0xf2,0x1c,0x12,0x40,0x68,0x5d,0x00,0xd8,0x01,0x11, +0xf0,0xe5,0x52,0x03,0x57,0x21,0x15,0x3f,0x3a,0x3d,0x13,0x40,0x8a,0x0a,0x01,0xc3, +0x49,0x01,0x8d,0x21,0x01,0x9b,0x47,0x01,0xa6,0x0a,0x13,0x60,0x45,0x4a,0x00,0xab, +0x52,0x02,0x4e,0x21,0x01,0x7c,0x04,0x12,0xf0,0x5c,0x4b,0x21,0x00,0x00,0xe9,0x52, +0x15,0x0f,0xcf,0x47,0x04,0xd1,0x4c,0x10,0x07,0x07,0x00,0x33,0x9f,0xff,0xf9,0xa3, +0x11,0x12,0x20,0xbf,0x1f,0x00,0x23,0x00,0x11,0xf7,0xa7,0x60,0x02,0xfb,0x17,0x44, +0xb0,0x6f,0xff,0xf8,0xc6,0x11,0x14,0x0a,0xde,0x11,0x43,0xbf,0xff,0xf4,0xef,0x0b, +0x02,0x10,0x05,0x58,0x1e,0x1e,0xf8,0x12,0x1d,0x16,0xaf,0x52,0x26,0x15,0x05,0x4b, +0x18,0x02,0x23,0x00,0x15,0x20,0xbc,0x0c,0x02,0x5a,0x48,0x00,0xa1,0x00,0x12,0x48, +0x40,0x04,0x00,0xdc,0x60,0x01,0x77,0x00,0x24,0xf0,0x4f,0x3c,0x21,0x02,0xb5,0x2a, +0x00,0x01,0x08,0x12,0xfb,0xaa,0x0d,0x11,0xe0,0x17,0x00,0x12,0x80,0x8b,0x51,0x11, +0x5f,0x50,0x00,0x13,0x01,0x7b,0x61,0x11,0x30,0x0b,0x04,0x12,0xf6,0x33,0x37,0x00, +0xa6,0x22,0x00,0x14,0x01,0x12,0xaf,0xd5,0x4e,0x30,0xc0,0x00,0x0e,0x71,0x01,0x53, +0x1f,0xff,0xd6,0xff,0xfe,0x6c,0x4b,0x00,0x3e,0x03,0x62,0x05,0xff,0xfa,0x3f,0xff, +0xf2,0x1f,0x01,0x00,0xf5,0x4e,0x00,0x63,0x61,0x02,0x26,0x21,0x12,0xf0,0x3a,0x01, +0x30,0x0d,0xff,0xf4,0xd0,0x59,0x12,0x6f,0x7f,0x42,0x01,0x12,0x21,0x51,0x10,0x9f, +0xff,0xe0,0x09,0xa0,0x00,0x00,0xf8,0x22,0x81,0x4f,0xff,0xd0,0x06,0xff,0xff,0x20, +0xcf,0xc1,0x00,0x10,0x5f,0x0f,0x21,0x82,0xf9,0x00,0x2f,0xff,0xf5,0x0e,0xff,0xff, +0xe4,0x10,0x85,0xf0,0xbf,0xff,0x60,0x00,0xef,0xff,0x91,0x29,0x05,0x70,0x3e,0xff, +0xf2,0x00,0x0a,0xff,0xfc,0xaa,0x4a,0x02,0xc3,0x4f,0x00,0x91,0x00,0x10,0x6f,0xc5, +0x14,0x12,0x40,0x8f,0x04,0x10,0xef,0x7a,0x52,0x00,0x07,0x00,0x14,0xf0,0x33,0x01, +0x12,0xf6,0x22,0x11,0x15,0xfc,0x2b,0x41,0x12,0x20,0x62,0x01,0x14,0x80,0xca,0x15, +0x12,0xf0,0xa8,0x19,0x05,0x55,0x38,0x13,0xfb,0xde,0x20,0x03,0x7a,0x0d,0x03,0x0c, +0x09,0x23,0x01,0xef,0x0a,0x5a,0x02,0x88,0x29,0x16,0xc0,0xf5,0x0c,0x01,0xd0,0x23, +0x12,0xf5,0x41,0x08,0x00,0xa4,0x00,0x13,0xc0,0x31,0x11,0x03,0xdc,0x49,0x11,0x0d, +0x69,0x53,0x13,0xf9,0x2f,0x05,0x14,0xfb,0x44,0x1d,0x25,0xaf,0xff,0x87,0x20,0x16, +0x1e,0x9e,0x20,0x16,0x08,0x00,0x1f,0x16,0x0e,0xde,0x2a,0x15,0x8f,0x3b,0x1f,0x15, +0x02,0x46,0x4d,0x00,0x8e,0x05,0x13,0x8e,0x4d,0x00,0x11,0x6f,0x7d,0x3f,0x12,0xfa, +0x93,0x42,0x13,0xf8,0x11,0x4f,0x01,0x3c,0x21,0x00,0x5a,0x3d,0x02,0x3f,0x40,0x03, +0x9b,0x23,0x10,0xdf,0x3d,0x02,0x10,0x01,0x33,0x0e,0x03,0x07,0x46,0x00,0x0e,0x36, +0x03,0x16,0x0a,0x00,0x99,0x20,0x04,0x7e,0x0b,0x12,0x5f,0xb4,0x17,0x03,0xee,0x05, +0x25,0xe0,0x07,0xda,0x21,0x10,0xf9,0xce,0x02,0x13,0xa0,0xe9,0x4a,0x03,0xb5,0x53, +0x13,0x08,0xe4,0x20,0x14,0xf5,0xf5,0x44,0x11,0x0d,0x36,0x0e,0x02,0x5b,0x4d,0x01, +0x12,0x13,0x14,0x06,0x32,0x4e,0x14,0xf6,0xac,0x4d,0x01,0x53,0x32,0x12,0x0f,0xd2, +0x02,0x00,0x3e,0x20,0x13,0x04,0xf4,0x02,0x42,0xef,0xff,0xf5,0x00,0xc6,0x22,0x00, +0x57,0x00,0x23,0xa0,0x0c,0x6a,0x17,0x11,0x1f,0xe5,0x49,0x14,0xc0,0x79,0x5d,0x01, +0xd1,0x5a,0x02,0x20,0x03,0x14,0x88,0x7b,0x20,0x10,0x0e,0xa5,0x18,0x16,0xc0,0x32, +0x01,0x16,0xf6,0xcc,0x1e,0x04,0x95,0x29,0x17,0x0b,0x6b,0x20,0x17,0x5f,0xef,0x27, +0x16,0xef,0xb7,0x29,0x16,0x0d,0x22,0x00,0x17,0x02,0x0d,0x25,0x16,0x9f,0x40,0x22, +0x14,0x5f,0xb8,0x01,0x34,0x05,0x35,0xaf,0xc5,0x05,0x15,0x01,0x7b,0x56,0x03,0x25, +0x34,0x06,0x50,0x25,0x04,0xb4,0x13,0x02,0xef,0x09,0x03,0xdf,0x18,0x05,0x38,0x50, +0x15,0x03,0x83,0x3a,0x14,0x3f,0x7d,0x3d,0x0e,0x13,0x00,0x74,0xc0,0x02,0xaa,0xaa, +0xaa,0xaa,0xdf,0x10,0x02,0x05,0xf3,0x1f,0x01,0x12,0x4b,0x05,0xc0,0x2d,0x04,0xed, +0x00,0x04,0x38,0x14,0x04,0x68,0x5f,0x04,0x37,0x01,0x14,0x3f,0xc9,0x18,0x14,0x0d, +0xfa,0x00,0x14,0x09,0x40,0x00,0x14,0x04,0x50,0x20,0x03,0xe6,0x02,0x02,0x6d,0x20, +0x14,0x80,0xf6,0x1f,0x10,0xfa,0x7f,0x00,0x15,0xa3,0x9f,0x52,0x15,0x45,0x4c,0x3c, +0x1e,0x5f,0x13,0x00,0x00,0x32,0x3b,0x00,0x2e,0x4b,0x00,0x41,0x00,0x12,0xf3,0x91, +0x14,0x10,0x30,0x5a,0x02,0x11,0xa3,0xb2,0x25,0x23,0xf0,0x00,0x84,0x5d,0x22,0x00, +0x01,0x68,0x01,0x01,0x8d,0x25,0x03,0x34,0x5d,0x03,0x1a,0x00,0x01,0x72,0x5c,0x05, +0xa9,0x45,0x13,0xcf,0x26,0x10,0x12,0xfd,0x95,0x00,0x15,0xd0,0x1a,0x00,0x11,0x04, +0x87,0x02,0x22,0x27,0xff,0xae,0x5c,0x00,0xc9,0x00,0x12,0x08,0xf7,0x3c,0x11,0x8f, +0x44,0x63,0x25,0x05,0xbe,0x92,0x26,0x11,0x80,0x1d,0x02,0x16,0xfb,0x41,0x00,0x14, +0x0b,0xb6,0x28,0x16,0xd0,0x68,0x00,0x02,0x3b,0x02,0x12,0x0e,0x0d,0x00,0x08,0x9c, +0x00,0x0c,0xa9,0x00,0x12,0xe0,0x42,0x01,0x13,0x81,0x66,0x02,0x11,0x30,0xe0,0x0c, +0x12,0xf3,0x81,0x05,0x01,0x2d,0x10,0x6f,0x23,0x30,0x77,0x76,0xff,0xfd,0x02,0x00, +0x45,0x54,0x1f,0xff,0xec,0x60,0x00,0x7e,0x30,0x12,0x1f,0xc8,0x04,0x22,0x23,0x9f, +0x04,0x07,0x11,0xdf,0x21,0x02,0x02,0x09,0x1e,0x00,0x68,0x26,0x02,0xe3,0x01,0x02, +0x0d,0x00,0x03,0x0c,0x01,0x14,0x10,0xb2,0x5e,0x12,0x00,0x67,0x1e,0x02,0x47,0x5f, +0x06,0x60,0x01,0x11,0xc0,0x27,0x00,0x01,0x1a,0x00,0x01,0x73,0x07,0x01,0xfa,0x16, +0x12,0x20,0xca,0x02,0x11,0xa0,0xa8,0x2c,0x21,0xfa,0x00,0x76,0x4e,0x10,0xa0,0x2c, +0x02,0x20,0xfe,0xb5,0xe2,0x01,0x25,0xfb,0x10,0x5b,0x00,0x02,0x60,0x01,0x01,0xb2, +0x5e,0x06,0x6d,0x01,0x25,0xfe,0x00,0x75,0x00,0x14,0x0a,0x8b,0x0d,0x18,0xf1,0x9c, +0x00,0x16,0xf3,0xb6,0x00,0x11,0xcf,0x1b,0x5f,0x14,0x7f,0x26,0x55,0x02,0x3b,0x26, +0x11,0xe2,0x0d,0x00,0x00,0x61,0x16,0x22,0x33,0x31,0x37,0x03,0x33,0x6c,0xee,0xb4, +0x41,0x03,0x12,0x1d,0x54,0x0b,0x11,0x03,0x90,0x00,0x01,0x98,0x4e,0x42,0x1d,0xfc, +0x10,0x0c,0x24,0x0e,0x20,0x45,0xdf,0xec,0x41,0x32,0xfa,0x45,0xcf,0xd2,0x09,0x53, +0x07,0xff,0x80,0x00,0x08,0x4c,0x09,0x13,0x4b,0x5c,0x44,0x04,0xf0,0x23,0x21,0x8d, +0xfe,0x2f,0x19,0x33,0x59,0xdd,0xa6,0x5f,0x09,0x13,0xc2,0x30,0x57,0x00,0xc2,0x5b, +0x20,0x11,0x6f,0xde,0x11,0x00,0x3f,0x2f,0x20,0xf0,0x0f,0xe7,0x00,0x31,0xef,0xf3, +0x2f,0x93,0x28,0x13,0xf5,0x0e,0x00,0x70,0x0d,0xff,0x70,0x00,0x04,0xff,0xf0,0x3e, +0x21,0x11,0x5e,0x9f,0x63,0x01,0x4f,0x03,0x13,0x2c,0xcd,0x65,0x32,0x6b,0xee,0xb7, +0x64,0x00,0x30,0xa9,0x00,0xa9,0x07,0x00,0x31,0xd2,0x00,0xb6,0x0e,0x06,0x01,0x05, +0x00,0x02,0x76,0x06,0x1e,0xf2,0x33,0x15,0x0d,0x15,0x00,0x16,0x37,0x0b,0x00,0x37, +0xaf,0x00,0x92,0x19,0x00,0x63,0xbc,0xef,0xce,0xe7,0x00,0xb7,0x51,0x00,0x7c,0x17, +0x00,0x00,0xd8,0x00,0xdb,0xea,0x3d,0x00,0x86,0xf2,0xef,0xdb,0x00,0xf3,0xf9,0xe9, +0xce,0x17,0x00,0x59,0xf0,0x00,0xf6,0x00,0xf5,0x24,0x00,0x35,0xe5,0xf9,0xc9,0x0c, +0x00,0x68,0xed,0xf2,0x00,0xf9,0x08,0x08,0x85,0x00,0x1c,0xe9,0x9f,0x00,0x17,0xe9, +0xb2,0x60,0x03,0x01,0x00,0x33,0xd2,0x00,0xc5,0x1c,0x00,0xd2,0xfe,0xf9,0x00,0x00, +0xd2,0xf8,0xf5,0x00,0xfe,0xf5,0xfe,0xe5,0x0b,0xea,0x00,0x61,0x0b,0xf5,0xfe,0xf6, +0xfb,0xfb,0x79,0x04,0x15,0xec,0x32,0x00,0x86,0xf3,0xf5,0xed,0x00,0xf9,0xfb,0xfb, +0xf5,0x81,0x49,0x69,0xf9,0x00,0xf5,0xf9,0xf9,0xf5,0x63,0x00,0xa5,0xe9,0xf9,0xed, +0xf6,0xf5,0xfb,0xfb,0xfb,0xf6,0xf9,0x17,0x01,0x42,0xe9,0xf9,0xf5,0xf9,0xbf,0x00, +0x51,0xee,0x00,0x00,0x00,0xf6,0x38,0x00,0x8a,0xde,0x00,0xed,0x00,0xf9,0xfe,0xef, +0xf2,0xfb,0x00,0x3f,0xf5,0x00,0xf6,0x71,0x4c,0x05,0x02,0xc8,0x0d,0x00,0x36,0x00, +0x22,0x00,0xe4,0x0c,0x00,0x41,0xc4,0x00,0xc4,0xdb,0x0a,0x01,0xe0,0xa4,0xef,0x00, +0x00,0xfe,0xfe,0xed,0xf9,0xec,0x00,0xe7,0xf5,0x00,0xed,0x40,0x01,0x60,0xf9,0xf3, +0xeb,0xf0,0xe9,0xf0,0x6f,0x07,0x04,0x5b,0x0f,0x11,0xfb,0x8d,0x00,0x2e,0xf5,0xfb, +0x5e,0x00,0x03,0x57,0x00,0x13,0xed,0x58,0x01,0x0f,0xf2,0x4c,0x06,0x41,0xeb,0x00, +0xe5,0x00,0xc1,0x07,0xb4,0xf6,0xf9,0xef,0x00,0xf5,0xef,0xf5,0xf5,0xf9,0x00,0xf0, +0xcf,0x00,0x00,0x7c,0x65,0xa1,0xeb,0xf0,0xf0,0xeb,0xf5,0x00,0xaa,0x00,0x8e,0x00, +0x66,0x06,0xf2,0x00,0xe0,0xfd,0xe9,0x00,0xee,0xae,0xe9,0xca,0xd8,0x00,0xc7,0x00, +0xc9,0x00,0xf7,0x7a,0x00,0x62,0xef,0xf9,0xdf,0xe7,0x00,0xdf,0x60,0x02,0x91,0xee, +0xa9,0xd9,0x00,0x00,0x00,0xde,0x00,0x9e,0x41,0x01,0x84,0xed,0xf9,0xd8,0x00,0xe7, +0xf1,0x00,0xf2,0xea,0x00,0x13,0xf5,0x0b,0x00,0x13,0xeb,0xbe,0x00,0xd5,0xf6,0xf6, +0xf5,0x00,0xfb,0x02,0xfb,0xf9,0xf9,0x00,0xfb,0xf9,0x00,0xc6,0x00,0x11,0xf6,0x7f, +0x00,0x34,0xf7,0x00,0x0b,0x40,0x01,0x22,0xf5,0xf2,0x3d,0x00,0x07,0xd9,0x00,0x05, +0x3d,0x01,0xb1,0xb2,0xd3,0xb2,0xcd,0xf2,0xf2,0x00,0xe5,0xed,0xac,0xec,0x9b,0x01, +0xf2,0x03,0xf5,0xe0,0x00,0xd3,0xce,0xf6,0xd3,0x00,0x00,0xe2,0xd8,0xf6,0xe2,0xee, +0xee,0xec,0xee,0xd2,0x6b,0x02,0x21,0xf0,0xf2,0x54,0x00,0x20,0xdb,0xf9,0x78,0x00, +0x21,0xf9,0xf5,0x3c,0x01,0x13,0xf9,0x43,0x01,0x04,0xa0,0x01,0x40,0xce,0xf3,0xce, +0xea,0x69,0x00,0x61,0xf9,0xd3,0xf9,0x00,0xf9,0x07,0x1b,0x03,0x40,0xea,0xf4,0x00, +0xf2,0x56,0x00,0x61,0x00,0xec,0xf9,0xf9,0xf4,0xf9,0xfd,0x06,0x31,0xe7,0xf9,0xe7, +0x30,0x00,0x23,0xfe,0xdc,0x21,0x27,0x68,0xfe,0x00,0xf7,0x00,0x00,0xfc,0xd5,0x01, +0x00,0x02,0x00,0x02,0x3a,0x02,0x63,0xfd,0xef,0xf9,0xf5,0xf2,0xf9,0x18,0x00,0x22, +0xf6,0xf0,0xf8,0x02,0x51,0xf9,0xf0,0xf5,0xf9,0xf0,0xcf,0x00,0xd2,0xb8,0xce,0xb8, +0xdc,0xea,0xea,0xf6,0xf5,0xf5,0xbc,0xf3,0xf5,0xf9,0xa9,0x00,0xe0,0xcd,0xdd,0x00, +0xd7,0x00,0x00,0xe5,0xdd,0xe1,0xe7,0xf5,0xed,0xe7,0xf5,0x0c,0x02,0x01,0x62,0x02, +0x00,0x68,0x00,0xf2,0x00,0xf2,0xee,0xec,0x00,0xf9,0xfe,0xfe,0x00,0xf5,0xf7,0x00, +0xf7,0xf5,0xf2,0xf8,0x1c,0x01,0x4d,0xf7,0xf7,0xed,0xf7,0xeb,0x18,0x42,0xf3,0xe1, +0xf3,0x00,0xe7,0x4e,0x31,0x12,0x00,0x2d,0x18,0x01,0x31,0xf9,0x00,0x04,0xc1,0x01, +0x07,0x41,0x01,0x44,0xed,0x00,0xf0,0xfb,0x22,0x02,0x08,0x61,0x01,0x64,0xf3,0x00, +0xf8,0xf9,0x02,0xf9,0x26,0x00,0xb2,0xd8,0x00,0xf3,0x00,0xfb,0xdb,0x00,0xe9,0xf8, +0x00,0xfd,0xd1,0x00,0x63,0x00,0xfb,0xfb,0xef,0xfb,0xf9,0x3e,0x02,0x06,0x2a,0x04, +0x11,0xf5,0x30,0x00,0x33,0xf9,0xee,0x00,0x5a,0x04,0x42,0x02,0x02,0x00,0x02,0xbc, +0x00,0x13,0x07,0x63,0x01,0x50,0xf2,0xf2,0xed,0x00,0xf0,0x19,0x01,0x43,0xeb,0xf8, +0x00,0xfd,0x26,0x00,0xe2,0xfe,0xfe,0xf6,0xfe,0xfc,0x04,0x1b,0x1b,0x00,0xd6,0xf5, +0xd6,0xfc,0x00,0x25,0x59,0xd1,0x1e,0x00,0x2b,0x1e,0x12,0x22,0x00,0x1b,0xf2,0xf9, +0x00,0xf8,0x00,0x18,0x02,0x40,0x04,0x00,0xfb,0x00,0xff,0x64,0x12,0xee,0x5f,0x04, +0x15,0xe2,0x9a,0x03,0x10,0xf5,0xc0,0x03,0x01,0x33,0x00,0x00,0xcb,0x01,0x45,0xfb, +0x00,0x05,0xf5,0x2e,0x01,0x24,0x00,0xf6,0x5a,0x03,0x05,0x2f,0x03,0x0a,0x90,0x04, +0x71,0x04,0xce,0x04,0x00,0x04,0x04,0xed,0xb6,0x06,0x03,0x4c,0x00,0x21,0xf9,0xef, +0xbb,0x01,0x34,0x00,0xeb,0xf5,0x86,0x02,0x0f,0x01,0x00,0x06,0x1a,0x07,0xe2,0x03, +0x1a,0x00,0x0a,0x01,0x1f,0xec,0x34,0x00,0x02,0xa4,0xca,0xed,0xca,0xee,0x08,0x08, +0x00,0xf5,0x00,0xd2,0x2a,0x02,0x34,0x04,0xed,0xf9,0x86,0x02,0x51,0x08,0x06,0x00, +0x08,0xfb,0xd8,0x00,0x15,0x07,0x64,0x04,0x01,0xbe,0x00,0x1f,0xf2,0x90,0x05,0x02, +0x75,0xfb,0xe9,0xfb,0x00,0x04,0x04,0xe9,0x7e,0x00,0x11,0xfb,0xa6,0x02,0x10,0xf9, +0x55,0x00,0x02,0xea,0x02,0x01,0x60,0x00,0x30,0xdb,0xf6,0xdb,0x0e,0x00,0x70,0xf8, +0x00,0xe5,0x00,0xf2,0x00,0xf9,0xdb,0x02,0x36,0x00,0xf2,0xfb,0x78,0x04,0x02,0xe3, +0x01,0x51,0xf9,0xcf,0x00,0xcf,0xfe,0x43,0x00,0x11,0xec,0x72,0x00,0x10,0xf5,0xc8, +0x01,0x09,0x26,0x00,0xc0,0xef,0xf5,0x00,0x00,0xf2,0x0a,0xf5,0xf6,0x00,0x00,0x0a, +0x00,0x92,0x01,0x61,0xee,0x00,0xf4,0x00,0xf9,0xe7,0x30,0x01,0x06,0x4f,0x02,0x02, +0x2e,0x00,0x32,0xdb,0x00,0xdb,0x0b,0x03,0x00,0x72,0x00,0x20,0xfb,0x00,0x6e,0x05, +0x08,0x72,0x00,0x01,0xcb,0x04,0x07,0xc2,0x04,0x03,0x0a,0x00,0x11,0xf3,0x9b,0x00, +0x12,0xfe,0xb5,0x00,0x13,0xfb,0x96,0x03,0x11,0x01,0x05,0x00,0x10,0x02,0xe1,0x05, +0x37,0x04,0x03,0x05,0x95,0x37,0x12,0x06,0x82,0x01,0xa0,0x08,0x09,0x0a,0x0b,0x0c, +0x0d,0x00,0x00,0x0e,0x0f,0xfe,0x07,0xd1,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17, +0x18,0x19,0x1a,0x02,0x1b,0xb8,0x16,0xf3,0x0b,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22, +0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b, +0x2c,0x2d,0x02,0xc2,0x1e,0x12,0x02,0x99,0x6f,0x76,0x03,0x04,0x00,0x05,0x06,0x07, +0x08,0x61,0x00,0x20,0x09,0x0a,0x2d,0x06,0x70,0x00,0x0c,0x00,0x0d,0x00,0x00,0x00, +0x61,0x00,0x11,0x00,0x08,0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x65,0x00,0x20,0x00, +0x17,0x73,0x06,0xf0,0x03,0x18,0x00,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00, +0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x6f,0x00,0x90,0x23,0x24,0x25,0x26,0x00,0x00, +0x03,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[29739] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_jp_bold_XXL_s = { +.uncomp_size = 29539, +.comp_size = 13491, +.line_height = 49, +.base_line = 11, +.subpx = 0, +.underline_position = -5, +.underline_thickness = 2, +.kern_scale = 17, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 776, +.class_pair_values = 27635, +.left_class_mapping = 29345, +.right_class_mapping = 29442, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 29739, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_24.c b/radio/src/fonts/lvgl/lv_font_noto_tw_L.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_24.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_L.c index 88f0450340a..ef959b7563d 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_24.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_L.c @@ -6647,7 +6647,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[173882] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_24 = { +const etxLz4Font lv_font_noto_tw_L = { .uncomp_size = 173650, .comp_size = 106153, .line_height = 29, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_L_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_L_s.c new file mode 100644 index 00000000000..a198e216a15 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_L_s.c @@ -0,0 +1,3809 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x60,0x03,0x08,0x00,0xf0,0x08,0xe0,0x04,0x03,0x0b,0x01, +0x00,0x11,0x00,0x20,0x07,0x05,0x05,0x01,0x06,0x1e,0x00,0x50,0x08,0x08,0x0b,0x00, +0x00,0x4a,0x08,0x00,0xf1,0x15,0x0e,0x00,0xfe,0x82,0x00,0xd0,0x0d,0x0e,0x0b,0x00, +0x00,0xcf,0x00,0x30,0x0a,0x0a,0x0b,0x00,0x00,0x06,0x01,0x30,0x04,0x02,0x05,0x01, +0x06,0x0b,0x01,0x10,0x05,0x04,0x0f,0x01,0xfd,0x29,0x08,0x00,0xf2,0x25,0x00,0xfd, +0x47,0x01,0x00,0x07,0x07,0x05,0x00,0x06,0x59,0x01,0x50,0x08,0x08,0x08,0x00,0x02, +0x79,0x01,0x30,0x04,0x04,0x05,0x00,0xfd,0x83,0x01,0x30,0x05,0x05,0x01,0x00,0x04, +0x86,0x01,0x30,0x04,0x03,0x03,0x01,0x00,0x8b,0x01,0xe0,0x05,0x06,0x0e,0x00,0xfd, +0xb5,0x01,0x68,0x00,0xa2,0xe1,0x01,0x50,0x08,0x07,0x0b,0x01,0x00,0x08,0x02,0x10, +0x00,0x13,0x34,0x08,0x00,0x13,0x60,0x08,0x00,0x13,0x8c,0x08,0x00,0x13,0xb8,0x08, +0x00,0x13,0xe4,0x08,0x00,0x22,0x10,0x03,0x08,0x00,0x13,0x3c,0x08,0x00,0xf0,0x02, +0x68,0x03,0x30,0x04,0x03,0x08,0x01,0x00,0x74,0x03,0x30,0x04,0x04,0x0b,0x00,0xfd, +0x8a,0x18,0x00,0x40,0x07,0x00,0x02,0xa6,0x08,0x00,0x43,0x04,0x00,0x04,0xb6,0x10, +0x00,0xf0,0x05,0xd2,0x03,0x20,0x07,0x07,0x0b,0x00,0x00,0xf9,0x03,0x30,0x0e,0x0e, +0x0d,0x00,0xfe,0x54,0x04,0x20,0x09,0xd8,0x00,0xb1,0x8b,0x04,0xe0,0x09,0x09,0x0b, +0x01,0x00,0xbd,0x04,0x90,0x10,0x00,0x40,0xf4,0x04,0x50,0x0a,0x10,0x00,0xb1,0x26, +0x05,0xd0,0x08,0x08,0x0b,0x01,0x00,0x52,0x05,0x40,0xa8,0x00,0x31,0x79,0x05,0x50, +0x08,0x01,0x31,0xb0,0x05,0xf0,0x20,0x00,0xc0,0xe2,0x05,0x60,0x04,0x02,0x0b,0x01, +0x00,0xed,0x05,0x10,0x08,0x58,0x00,0x31,0x14,0x06,0xb0,0x48,0x00,0x31,0x46,0x06, +0x20,0x30,0x00,0xb1,0x6d,0x06,0x30,0x0c,0x0a,0x0b,0x01,0x00,0xa4,0x06,0xd0,0x30, +0x00,0xc0,0xd6,0x06,0x20,0x0b,0x0b,0x0b,0x00,0x00,0x13,0x07,0x80,0x09,0x58,0x00, +0xb1,0x3f,0x07,0x20,0x0b,0x0b,0x0e,0x00,0xfd,0x8c,0x07,0x80,0x38,0x00,0xc0,0xbe, +0x07,0xf0,0x08,0x09,0x0b,0x00,0x00,0xf0,0x07,0x00,0x09,0x08,0x00,0x22,0x22,0x08, +0x38,0x00,0x31,0x54,0x08,0xa0,0x18,0x00,0x93,0x86,0x08,0x30,0x0d,0x0d,0x0b,0x00, +0x00,0xce,0x10,0x00,0xb1,0x00,0x09,0xf0,0x07,0x09,0x0b,0xff,0x00,0x32,0x09,0x10, +0x30,0x00,0xa2,0x64,0x09,0x10,0x05,0x04,0x0e,0x01,0xfd,0x80,0x09,0x68,0x01,0x11, +0xaa,0x10,0x00,0xf0,0x0e,0x00,0xfd,0xc6,0x09,0x50,0x08,0x07,0x06,0x01,0x05,0xdb, +0x09,0x60,0x08,0x09,0x01,0x00,0xfe,0xe0,0x09,0x10,0x09,0x04,0x04,0x02,0x09,0xe8, +0x09,0x70,0xb0,0x01,0x41,0x00,0x08,0x0a,0x40,0x90,0x00,0x40,0x34,0x0a,0xa0,0x07, +0x10,0x00,0x40,0x54,0x0a,0x50,0x09,0x58,0x01,0x31,0x80,0x0a,0x50,0x20,0x00,0xb0, +0xa0,0x0a,0xe0,0x04,0x06,0x0c,0x00,0x00,0xc4,0x0a,0x70,0x78,0x00,0x50,0xfd,0xf6, +0x0a,0x20,0x09,0xe0,0x00,0x31,0x1d,0x0b,0x20,0x40,0x02,0xb1,0x2e,0x0b,0x20,0x04, +0x05,0x0e,0xff,0xfd,0x51,0x0b,0x40,0x30,0x01,0x31,0x7d,0x0b,0x40,0x18,0x00,0xf0, +0x0c,0x8e,0x0b,0xe0,0x0d,0x0c,0x08,0x01,0x00,0xbe,0x0b,0x30,0x09,0x07,0x08,0x01, +0x00,0xda,0x0b,0x10,0x09,0x09,0x08,0x00,0x00,0xfe,0x0b,0x50,0x70,0x00,0x31,0xfd, +0x2a,0x0c,0x68,0x00,0xf1,0x0d,0xfd,0x56,0x0c,0xd0,0x05,0x05,0x08,0x01,0x00,0x6a, +0x0c,0x00,0x07,0x07,0x08,0x00,0x00,0x86,0x0c,0xa0,0x05,0x06,0x0a,0x00,0x00,0xa4, +0x0c,0x20,0x38,0x00,0x31,0xc0,0x0c,0xd0,0x98,0x00,0xb1,0xe0,0x0c,0x00,0x0c,0x0c, +0x08,0x00,0x00,0x10,0x0d,0x80,0x10,0x00,0x40,0x30,0x0d,0xd0,0x07,0x40,0x00,0x31, +0x5c,0x0d,0x20,0x38,0x00,0xf3,0x02,0x78,0x0d,0x10,0x05,0x05,0x0e,0x00,0xfd,0x9b, +0x0d,0x10,0x04,0x02,0x10,0x01,0xfc,0xab,0x10,0x00,0xf0,0x12,0xce,0x0d,0x50,0x08, +0x08,0x02,0x00,0x04,0xd6,0x0d,0x00,0x0f,0x0e,0x0d,0x01,0x00,0x31,0x0e,0x00,0x0f, +0x0c,0x0e,0x01,0xff,0x85,0x0e,0x00,0x0f,0x0d,0x0c,0x01,0x00,0xd3,0x08,0x00,0xf0, +0x05,0x0d,0x01,0x00,0x28,0x0f,0x00,0x0f,0x0b,0x0e,0x02,0xff,0x75,0x0f,0x00,0x0f, +0x09,0x0f,0x03,0xfe,0xb9,0x10,0x00,0x52,0x0d,0x02,0x00,0x01,0x10,0x18,0x00,0xa2, +0x4e,0x10,0x10,0x0e,0x0c,0x0c,0x01,0x00,0x96,0x10,0x30,0x00,0x40,0xeb,0x10,0x00, +0x0f,0x10,0x00,0xa2,0x33,0x11,0x00,0x0f,0x0c,0x0d,0x02,0x00,0x81,0x11,0x30,0x00, +0xf0,0x0a,0xc9,0x11,0x90,0x05,0x05,0x04,0x00,0x07,0xd3,0x11,0x00,0x0f,0x06,0x05, +0x00,0xff,0xe2,0x11,0x00,0x0f,0x0f,0x02,0x00,0x05,0xf1,0x08,0x00,0xc3,0x0e,0x00, +0xff,0x5a,0x12,0x00,0x0f,0x0f,0x0d,0x00,0xff,0xbc,0x08,0x00,0x93,0x1e,0x13,0x00, +0x0f,0x0d,0x0e,0x01,0xff,0x79,0x08,0x00,0x21,0xd4,0x13,0x28,0x00,0x32,0xfe,0x3d, +0x14,0x30,0x00,0x10,0xa6,0x08,0x00,0x52,0x0f,0x00,0xfe,0x17,0x15,0x10,0x00,0x10, +0x80,0x08,0x00,0x43,0x0b,0x00,0x00,0xd3,0x10,0x00,0x22,0x3c,0x16,0x20,0x00,0x22, +0xad,0x16,0x10,0x00,0x90,0x16,0x17,0x00,0x0f,0x0e,0x0f,0x01,0xfe,0x7f,0x08,0x00, +0xd2,0x0e,0x00,0xff,0xe1,0x17,0x00,0x0f,0x0f,0x10,0x00,0xfe,0x59,0x18,0x20,0x00, +0x22,0xc2,0x18,0x30,0x00,0x22,0x33,0x19,0x18,0x00,0x22,0xab,0x19,0x28,0x00,0x22, +0x0d,0x1a,0x18,0x00,0x22,0x7e,0x1a,0x28,0x00,0x13,0xe7,0x10,0x00,0x22,0x58,0x1b, +0x10,0x00,0x22,0xc1,0x1b,0x10,0x00,0x21,0x32,0x1c,0x08,0x00,0x32,0xff,0xa3,0x1c, +0x18,0x00,0x20,0x0c,0x1d,0x70,0x00,0x42,0x00,0xfe,0x75,0x1d,0x50,0x00,0x13,0xed, +0x08,0x00,0xa2,0x65,0x1e,0x00,0x0f,0x10,0x0f,0x00,0xfe,0xdd,0x1e,0x28,0x00,0x22, +0x46,0x1f,0x08,0x00,0x13,0xaf,0x08,0x00,0x22,0x18,0x20,0x78,0x00,0x22,0x7a,0x20, +0x10,0x00,0x13,0xe3,0x10,0x00,0x22,0x45,0x21,0x60,0x00,0x22,0xb6,0x21,0x10,0x00, +0x22,0x18,0x22,0x20,0x00,0xa1,0x81,0x22,0x00,0x0f,0x0e,0x10,0x00,0xfe,0xf1,0x22, +0x70,0x00,0x32,0xff,0x5a,0x23,0x90,0x00,0x22,0xcb,0x23,0x20,0x00,0x22,0x34,0x24, +0x10,0x00,0x13,0xa5,0x08,0x00,0x22,0x16,0x25,0x30,0x00,0x22,0x86,0x25,0x20,0x00, +0x22,0xef,0x25,0x18,0x00,0x22,0x60,0x26,0x08,0x00,0x13,0xd1,0x08,0x00,0x22,0x42, +0x27,0x08,0x00,0x22,0xb3,0x27,0x80,0x01,0x22,0x0e,0x28,0x30,0x00,0x22,0x77,0x28, +0x88,0x01,0x22,0xe0,0x28,0x20,0x00,0x22,0x51,0x29,0x10,0x00,0x22,0xba,0x29,0x10, +0x00,0x22,0x2b,0x2a,0x28,0x00,0x22,0x94,0x2a,0xc8,0x01,0x22,0xf6,0x2a,0x40,0x00, +0x22,0x51,0x2b,0x08,0x00,0x22,0xac,0x2b,0x28,0x00,0x21,0x1d,0x2c,0xc8,0x00,0x32, +0xfe,0x7f,0x2c,0x28,0x01,0x13,0xe8,0x08,0x00,0x22,0x51,0x2d,0x08,0x00,0x22,0xba, +0x2d,0xd0,0x00,0x22,0x23,0x2e,0xf0,0x00,0x22,0x85,0x2e,0x18,0x00,0x13,0xee,0x08, +0x00,0x22,0x57,0x2f,0x08,0x00,0x22,0xc0,0x2f,0x50,0x00,0x22,0x31,0x30,0x10,0x00, +0x13,0x9a,0x08,0x00,0x22,0x03,0x31,0x18,0x00,0x22,0x74,0x31,0x10,0x00,0x22,0xdd, +0x31,0x80,0x01,0x22,0x55,0x32,0xa0,0x00,0x22,0xbe,0x32,0x18,0x00,0x22,0x27,0x33, +0x58,0x01,0x21,0x98,0x33,0xc0,0x02,0x33,0xff,0xed,0x33,0xa8,0x01,0x12,0x34,0x20, +0x00,0x22,0xce,0x34,0x30,0x00,0x22,0x37,0x35,0xd0,0x00,0x22,0x99,0x35,0x10,0x00, +0x22,0x02,0x36,0xf8,0x00,0x22,0x6b,0x36,0x58,0x02,0x23,0xd4,0x36,0xa0,0x02,0x11, +0x37,0x40,0x03,0x30,0xff,0x8b,0x37,0x58,0x03,0x42,0x00,0xff,0xe6,0x37,0x38,0x00, +0x22,0x48,0x38,0x00,0x01,0x23,0xa3,0x38,0x20,0x02,0x12,0x39,0x70,0x00,0x20,0x61, +0x39,0x18,0x00,0x42,0x00,0xff,0xbc,0x39,0x20,0x00,0x22,0x17,0x3a,0x30,0x00,0x22, +0x79,0x3a,0x28,0x00,0x22,0xe2,0x3a,0x88,0x00,0x22,0x4b,0x3b,0x10,0x00,0x22,0xb4, +0x3b,0x10,0x01,0x22,0x16,0x3c,0x40,0x00,0x22,0x6b,0x3c,0xe8,0x00,0x22,0xdc,0x3c, +0x38,0x00,0x21,0x3e,0x3d,0x48,0x00,0x32,0xfe,0x99,0x3d,0x10,0x00,0x22,0xfb,0x3d, +0x28,0x00,0x22,0x50,0x3e,0x08,0x00,0x13,0xa5,0x08,0x00,0x13,0xfa,0x08,0x00,0x22, +0x4f,0x3f,0x08,0x00,0x13,0xa4,0x08,0x00,0x13,0xf9,0x08,0x00,0x22,0x4e,0x40,0x70, +0x00,0x22,0xb7,0x40,0x20,0x01,0x22,0x28,0x41,0x08,0x00,0x22,0x99,0x41,0x20,0x01, +0x22,0x11,0x42,0x10,0x00,0x22,0x82,0x42,0x28,0x00,0x22,0xeb,0x42,0x88,0x00,0x22, +0x5c,0x43,0x10,0x00,0x22,0xc5,0x43,0x10,0x00,0x22,0x36,0x44,0x30,0x00,0x22,0xae, +0x44,0x30,0x00,0x22,0x1f,0x45,0xd8,0x01,0x22,0x88,0x45,0x30,0x01,0x22,0xf1,0x45, +0x18,0x00,0x22,0x62,0x46,0x48,0x01,0x22,0xcb,0x46,0x38,0x00,0x22,0x3c,0x47,0xc0, +0x00,0x22,0x9e,0x47,0x50,0x00,0x22,0x07,0x48,0x18,0x00,0x13,0x78,0x08,0x00,0x22, +0xe9,0x48,0x58,0x00,0x22,0x61,0x49,0x40,0x00,0x22,0xd2,0x49,0x30,0x00,0x22,0x34, +0x4a,0x48,0x01,0x22,0x8f,0x4a,0x28,0x00,0x22,0x00,0x4b,0x40,0x00,0x22,0x69,0x4b, +0x18,0x00,0x13,0xc4,0x08,0x00,0x22,0x1f,0x4c,0x20,0x00,0x13,0x90,0x08,0x00,0x22, +0x01,0x4d,0x58,0x01,0x22,0x63,0x4d,0x10,0x00,0x22,0xd4,0x4d,0x78,0x01,0x22,0x3d, +0x4e,0x10,0x00,0x13,0xae,0x08,0x00,0x23,0x1f,0x4f,0x38,0x00,0x12,0x4f,0x80,0x00, +0x22,0x08,0x50,0x10,0x00,0x22,0x79,0x50,0x10,0x00,0x23,0xf1,0x50,0xd0,0x04,0x13, +0x51,0x88,0x03,0x12,0x51,0xe8,0x00,0x22,0x34,0x52,0x10,0x02,0x22,0x8f,0x52,0xf8, +0x02,0x22,0xf1,0x52,0x18,0x00,0x22,0x5a,0x53,0x08,0x00,0x22,0xc3,0x53,0xc0,0x04, +0x22,0x16,0x54,0x40,0x00,0x13,0x7f,0x08,0x00,0x21,0xe8,0x54,0xa0,0x05,0x32,0xff, +0x43,0x55,0x10,0x00,0x13,0xac,0x08,0x00,0x22,0x15,0x56,0xc8,0x00,0x20,0x70,0x56, +0x50,0x00,0x42,0x01,0xff,0xd2,0x56,0x40,0x01,0x22,0x3b,0x57,0x18,0x00,0x22,0x96, +0x57,0x28,0x00,0x22,0xff,0x57,0x18,0x01,0x22,0x61,0x58,0x90,0x00,0x13,0xd2,0x08, +0x00,0x22,0x43,0x59,0x08,0x00,0x13,0xb4,0x08,0x00,0x22,0x25,0x5a,0x08,0x00,0x22, +0x96,0x5a,0x90,0x00,0x22,0xff,0x5a,0x40,0x00,0xa2,0x68,0x5b,0x00,0x0f,0x0c,0x0f, +0x01,0xfe,0xc2,0x5b,0x58,0x02,0x22,0x1d,0x5c,0x18,0x01,0x22,0x86,0x5c,0x28,0x00, +0x23,0xef,0x5c,0x40,0x04,0x12,0x5d,0x30,0x00,0x13,0xc9,0x08,0x00,0x22,0x32,0x5e, +0x08,0x00,0x13,0x9b,0x08,0x00,0x22,0x04,0x5f,0x08,0x00,0x13,0x6d,0x08,0x00,0x13, +0xd6,0x08,0x00,0x22,0x3f,0x60,0x50,0x00,0x22,0xa8,0x60,0x48,0x00,0x22,0x19,0x61, +0xd0,0x01,0x22,0x8a,0x61,0x10,0x00,0x22,0xfb,0x61,0x28,0x00,0x22,0x64,0x62,0x08, +0x00,0x13,0xcd,0x08,0x00,0x22,0x36,0x63,0x20,0x00,0x22,0xa7,0x63,0x10,0x00,0x22, +0x10,0x64,0x08,0x00,0x22,0x79,0x64,0xc8,0x01,0x22,0xdb,0x64,0x48,0x00,0x22,0x4c, +0x65,0x08,0x00,0x22,0xbd,0x65,0x30,0x00,0x22,0x2e,0x66,0x08,0x00,0x13,0x9f,0x08, +0x00,0x23,0x10,0x67,0x38,0x00,0x13,0x67,0xc0,0x01,0x03,0x08,0x00,0x22,0x69,0x68, +0x98,0x03,0x22,0xc4,0x68,0x28,0x00,0x22,0x35,0x69,0xa8,0x00,0x22,0x9e,0x69,0x10, +0x00,0x22,0x0f,0x6a,0x08,0x00,0x13,0x80,0x08,0x00,0x23,0xf1,0x6a,0x38,0x00,0x12, +0x6b,0x10,0x00,0x13,0xda,0x08,0x00,0x22,0x4b,0x6c,0x08,0x00,0x13,0xbc,0x08,0x00, +0x22,0x2d,0x6d,0x28,0x00,0x23,0xa5,0x6d,0x90,0x05,0x12,0x6e,0x10,0x00,0x22,0x8e, +0x6e,0xb8,0x00,0x22,0xf0,0x6e,0x18,0x00,0x22,0x61,0x6f,0x98,0x00,0x22,0xca,0x6f, +0x10,0x00,0x22,0x3b,0x70,0x10,0x00,0x22,0xa4,0x70,0x88,0x00,0x23,0x0d,0x71,0x98, +0x06,0x03,0x08,0x00,0x22,0xef,0x71,0x18,0x00,0x22,0x58,0x72,0x10,0x00,0x13,0xc9, +0x08,0x00,0x22,0x3a,0x73,0x38,0x00,0x23,0xa3,0x73,0x78,0x04,0x12,0x74,0x18,0x00, +0x13,0x7d,0x08,0x00,0x22,0xee,0x74,0x18,0x00,0x22,0x57,0x75,0x10,0x00,0x22,0xc8, +0x75,0x10,0x00,0x22,0x31,0x76,0x10,0x00,0x22,0xa2,0x76,0xa0,0x00,0x22,0x1a,0x77, +0x08,0x00,0x22,0x92,0x77,0x18,0x00,0x22,0x03,0x78,0x10,0x00,0x22,0x7b,0x78,0x10, +0x00,0x21,0xec,0x78,0x80,0x02,0x32,0xff,0x55,0x79,0x10,0x00,0x13,0xc6,0x08,0x00, +0x22,0x37,0x7a,0x08,0x00,0x23,0xa8,0x7a,0xe0,0x01,0x12,0x7b,0x60,0x00,0x22,0x82, +0x7b,0x10,0x00,0x13,0xf3,0x10,0x00,0x22,0x5c,0x7c,0xc0,0x00,0x23,0xc5,0x7c,0x38, +0x04,0x12,0x7d,0x18,0x00,0x22,0x9f,0x7d,0x68,0x00,0x23,0x17,0x7e,0xe8,0x07,0x12, +0x7e,0xf0,0x02,0x23,0xe2,0x7e,0x18,0x05,0x13,0x7f,0x60,0x01,0x13,0x7f,0x60,0x01, +0x11,0x80,0x70,0x08,0x32,0xff,0x75,0x80,0xb0,0x02,0x22,0xd0,0x80,0x00,0x03,0x22, +0x32,0x81,0x20,0x03,0x22,0x9b,0x81,0xb8,0x02,0x22,0x04,0x82,0x48,0x00,0x22,0x66, +0x82,0x58,0x00,0x22,0xcf,0x82,0x28,0x00,0x22,0x31,0x83,0x10,0x00,0x22,0x9a,0x83, +0x48,0x03,0x22,0xf5,0x83,0x30,0x00,0x22,0x5e,0x84,0x18,0x00,0x22,0xc7,0x84,0x28, +0x00,0x22,0x29,0x85,0x10,0x00,0x22,0x92,0x85,0x88,0x00,0x23,0xfb,0x85,0xa8,0x02, +0x13,0x86,0xa8,0x02,0x13,0x86,0xa8,0x02,0x13,0x87,0xc8,0x00,0x13,0x87,0x70,0x02, +0x12,0x88,0x40,0x00,0x22,0x72,0x88,0x10,0x00,0x22,0xe3,0x88,0x20,0x00,0x22,0x4c, +0x89,0xe8,0x00,0x13,0xc4,0x08,0x00,0x22,0x3c,0x8a,0x18,0x00,0x13,0xa5,0x08,0x00, +0x22,0x0e,0x8b,0x30,0x00,0x23,0x7f,0x8b,0x18,0x04,0x03,0x08,0x00,0x22,0x51,0x8c, +0x08,0x00,0x13,0xba,0x08,0x00,0x22,0x23,0x8d,0x08,0x00,0x13,0x8c,0x08,0x00,0x22, +0xf5,0x8d,0x38,0x00,0x22,0x66,0x8e,0x08,0x00,0x13,0xd7,0x08,0x00,0x22,0x48,0x8f, +0x68,0x00,0x22,0xc0,0x8f,0xc0,0x00,0x22,0x29,0x90,0x10,0x01,0x22,0x8b,0x90,0x38, +0x00,0x22,0xf4,0x90,0xa8,0x00,0x22,0x56,0x91,0x30,0x00,0x22,0xc7,0x91,0x28,0x00, +0x22,0x30,0x92,0x10,0x01,0x23,0x99,0x92,0x08,0x07,0x12,0x93,0x20,0x00,0x20,0x73, +0x93,0x58,0x08,0x43,0x01,0xfe,0xe3,0x93,0xd0,0x00,0x12,0x94,0x08,0x00,0x22,0xb5, +0x94,0x20,0x00,0x22,0x26,0x95,0xe0,0x02,0x22,0x88,0x95,0x18,0x00,0x22,0xf1,0x95, +0x18,0x00,0x22,0x62,0x96,0x10,0x00,0x23,0xcb,0x96,0xf8,0x05,0x13,0x97,0xf8,0x00, +0x12,0x97,0x70,0x00,0x23,0x0e,0x98,0x78,0x08,0x12,0x98,0x20,0x00,0x22,0xe8,0x98, +0x48,0x00,0x22,0x4a,0x99,0x10,0x00,0x22,0xbb,0x99,0x20,0x00,0x22,0x24,0x9a,0x08, +0x00,0x22,0x8d,0x9a,0xd8,0x00,0x22,0x05,0x9b,0x40,0x00,0x22,0x6e,0x9b,0x18,0x00, +0x13,0xd7,0x08,0x00,0x22,0x40,0x9c,0x38,0x00,0x22,0xb1,0x9c,0x20,0x00,0x22,0x1a, +0x9d,0x18,0x00,0x22,0x83,0x9d,0x18,0x00,0x13,0xf4,0x10,0x00,0x22,0x5d,0x9e,0x08, +0x00,0x23,0xc6,0x9e,0xc8,0x02,0x13,0x9f,0xc8,0x02,0x13,0x9f,0xc8,0x02,0x12,0xa0, +0x08,0x00,0x22,0x8a,0xa0,0x48,0x00,0x23,0xf3,0xa0,0xc8,0x02,0x13,0xa1,0x00,0x07, +0x12,0xa1,0x88,0x00,0x22,0x3d,0xa2,0x20,0x00,0x23,0xa6,0xa2,0xb0,0x0a,0x12,0xa3, +0x40,0x01,0x22,0x80,0xa3,0x98,0x04,0x23,0xf1,0xa3,0x38,0x04,0x12,0xa4,0x38,0x00, +0x23,0xd2,0xa4,0xa0,0x05,0x13,0xa5,0xa0,0x05,0x12,0xa5,0x88,0x01,0x22,0x16,0xa6, +0x10,0x00,0x22,0x87,0xa6,0x40,0x00,0x22,0xf0,0xa6,0x30,0x00,0x22,0x59,0xa7,0x50, +0x06,0x22,0xbb,0xa7,0xc0,0x01,0x23,0x1d,0xa8,0x58,0x09,0x12,0xa8,0x10,0x00,0x22, +0xe1,0xa8,0x40,0x00,0x22,0x43,0xa9,0xd0,0x02,0x22,0x9e,0xa9,0x10,0x00,0x22,0x00, +0xaa,0x50,0x00,0x22,0x71,0xaa,0xc8,0x0b,0xa2,0xbe,0xaa,0x00,0x0f,0x0d,0x0f,0x01, +0xfe,0x20,0xab,0x58,0x00,0x13,0x89,0x08,0x00,0x22,0xf2,0xab,0x50,0x03,0x23,0x3a, +0xac,0x48,0x04,0x12,0xac,0x80,0x01,0x22,0x05,0xad,0x10,0x00,0x23,0x6e,0xad,0x60, +0x01,0x12,0xad,0xe8,0x00,0x22,0x40,0xae,0x10,0x00,0x13,0xa9,0x08,0x00,0x22,0x12, +0xaf,0x68,0x00,0x22,0x83,0xaf,0x78,0x00,0x22,0xe5,0xaf,0x18,0x00,0x23,0x4e,0xb0, +0x60,0x08,0x03,0x08,0x00,0x22,0x20,0xb1,0x28,0x00,0x22,0x91,0xb1,0x10,0x00,0x13, +0xfa,0x08,0x00,0x22,0x63,0xb2,0xb8,0x00,0x22,0xbe,0xb2,0x10,0x00,0x22,0x27,0xb3, +0x10,0x00,0x23,0x82,0xb3,0x40,0x04,0x03,0x08,0x00,0x22,0x64,0xb4,0x08,0x00,0x22, +0xd5,0xb4,0x28,0x00,0x22,0x3e,0xb5,0x10,0x00,0x23,0xaf,0xb5,0x58,0x0b,0x13,0xb6, +0x30,0x0b,0x03,0x08,0x00,0x22,0xea,0xb6,0x20,0x00,0x22,0x5b,0xb7,0x08,0x00,0x22, +0xcc,0xb7,0x88,0x01,0x22,0x44,0xb8,0x60,0x00,0x22,0x9f,0xb8,0x28,0x00,0x22,0x08, +0xb9,0x08,0x00,0x22,0x71,0xb9,0xf8,0x00,0x22,0xd3,0xb9,0x30,0x00,0x22,0x44,0xba, +0x18,0x00,0x22,0xad,0xba,0xc8,0x01,0x22,0x1e,0xbb,0x10,0x00,0x22,0x87,0xbb,0x20, +0x00,0x13,0xf8,0x08,0x00,0x23,0x69,0xbc,0xd8,0x01,0x03,0x08,0x00,0x23,0x3b,0xbd, +0xc8,0x05,0x13,0xbd,0xc8,0x05,0x12,0xbe,0x40,0x00,0x23,0x7e,0xbe,0x60,0x0c,0x03, +0x08,0x00,0x22,0x50,0xbf,0x08,0x00,0x22,0xb9,0xbf,0x98,0x00,0x22,0x31,0xc0,0x80, +0x00,0x22,0x93,0xc0,0x48,0x01,0x23,0xf5,0xc0,0xd8,0x03,0x13,0xc1,0xc0,0x04,0x03, +0x08,0x00,0x22,0x38,0xc2,0x08,0x00,0x22,0xa1,0xc2,0x20,0x00,0x22,0x12,0xc3,0x10, +0x00,0x23,0x7b,0xc3,0xa8,0x05,0x13,0xc3,0xa8,0x05,0x13,0xc4,0xa8,0x05,0x12,0xc4, +0x88,0x00,0x22,0x2f,0xc5,0x08,0x02,0x22,0x7c,0xc5,0x60,0x00,0x22,0xde,0xc5,0x78, +0x00,0x23,0x56,0xc6,0x00,0x04,0x03,0x08,0x00,0x23,0x38,0xc7,0x60,0x00,0x13,0xc7, +0x60,0x00,0x13,0xc8,0x60,0x00,0x03,0x08,0x00,0x13,0xe4,0x08,0x00,0x22,0x4d,0xc9, +0x08,0x00,0x13,0xb6,0x08,0x00,0x23,0x1f,0xca,0x38,0x09,0x12,0xca,0x10,0x00,0x13, +0xf9,0x10,0x00,0x22,0x6a,0xcb,0x00,0x01,0x22,0xdb,0xcb,0x18,0x00,0x23,0x44,0xcc, +0x58,0x01,0x12,0xcc,0x80,0x00,0x23,0x25,0xcd,0x98,0x08,0x13,0xcd,0xd0,0x08,0x03, +0x10,0x00,0x22,0x70,0xce,0x10,0x00,0x22,0xd9,0xce,0x10,0x00,0x22,0x4a,0xcf,0x10, +0x00,0x22,0xb3,0xcf,0x38,0x00,0x22,0x2b,0xd0,0x18,0x00,0x22,0x9c,0xd0,0xd0,0x00, +0x22,0xfe,0xd0,0x38,0x03,0x22,0x67,0xd1,0x08,0x00,0x22,0xd0,0xd1,0x20,0x00,0x22, +0x41,0xd2,0x08,0x00,0x22,0xb2,0xd2,0xc0,0x04,0x22,0x22,0xd3,0x20,0x0d,0x23,0x92, +0xd3,0xe8,0x06,0x12,0xd4,0x58,0x00,0x22,0x6c,0xd4,0x38,0x01,0x23,0xd5,0xd4,0x60, +0x02,0x13,0xd5,0x60,0x02,0x03,0x08,0x00,0x23,0x20,0xd6,0x38,0x03,0x12,0xd6,0x10, +0x00,0x22,0xfa,0xd6,0xd8,0x00,0x22,0x6b,0xd7,0x18,0x00,0x13,0xd4,0x08,0x00,0x22, +0x3d,0xd8,0x18,0x00,0x23,0xae,0xd8,0x50,0x0a,0x12,0xd9,0x18,0x00,0x22,0x88,0xd9, +0x10,0x00,0x23,0xf9,0xd9,0x18,0x01,0x12,0xda,0x98,0x01,0x22,0xd3,0xda,0xd0,0x00, +0x23,0x4b,0xdb,0x00,0x0c,0x13,0xdb,0xb0,0x09,0x13,0xdc,0x18,0x01,0x12,0xdc,0x50, +0x00,0x23,0x07,0xdd,0x20,0x0b,0x12,0xdd,0x30,0x00,0x23,0xf0,0xdd,0x48,0x08,0x13, +0xde,0xf8,0x09,0x12,0xde,0x50,0x00,0x22,0x3b,0xdf,0x48,0x02,0x22,0x9d,0xdf,0x18, +0x00,0x23,0x0e,0xe0,0x58,0x06,0x12,0xe0,0x18,0x01,0x22,0xe8,0xe0,0x30,0x01,0x23, +0x4a,0xe1,0x50,0x01,0x12,0xe1,0x20,0x00,0x22,0x24,0xe2,0x38,0x00,0x22,0x86,0xe2, +0x60,0x00,0x22,0xfe,0xe2,0x78,0x00,0x22,0x6f,0xe3,0x08,0x00,0x22,0xe0,0xe3,0x30, +0x00,0x22,0x49,0xe4,0x08,0x00,0x22,0xb2,0xe4,0x38,0x00,0x22,0x23,0xe5,0x78,0x00, +0x22,0x8c,0xe5,0x10,0x00,0x13,0xfd,0x08,0x00,0x22,0x6e,0xe6,0x08,0x00,0x13,0xdf, +0x08,0x00,0x22,0x50,0xe7,0x08,0x00,0x23,0xc1,0xe7,0x50,0x0f,0x12,0xe8,0x08,0x00, +0x13,0xa3,0x08,0x00,0x22,0x14,0xe9,0x08,0x00,0x13,0x85,0x08,0x00,0x22,0xf6,0xe9, +0xb0,0x00,0x22,0x5f,0xea,0x10,0x00,0x23,0xd0,0xea,0xd0,0x01,0x13,0xeb,0xd0,0x01, +0x13,0xeb,0x80,0x00,0x12,0xec,0x08,0x00,0x13,0x94,0x08,0x00,0x22,0x05,0xed,0x08, +0x00,0x22,0x76,0xed,0xa8,0x00,0x22,0xdf,0xed,0xf0,0x00,0x22,0x41,0xee,0xc8,0x00, +0x22,0xb2,0xee,0x18,0x00,0x22,0x1b,0xef,0x08,0x00,0x22,0x84,0xef,0x18,0x00,0x22, +0xf5,0xef,0xf8,0x00,0x22,0x6d,0xf0,0x10,0x00,0x22,0xde,0xf0,0x48,0x00,0x22,0x4f, +0xf1,0x28,0x00,0x13,0xb8,0x08,0x00,0x22,0x21,0xf2,0x18,0x00,0x23,0x92,0xf2,0x40, +0x02,0x12,0xf3,0xa8,0x00,0x22,0x6c,0xf3,0x58,0x0d,0x13,0xc1,0x08,0x00,0x23,0x16, +0xf4,0xc0,0x0d,0x03,0x08,0x00,0x13,0xc0,0x08,0x00,0x22,0x15,0xf5,0x08,0x00,0x22, +0x6a,0xf5,0xc0,0x05,0x22,0xcc,0xf5,0x78,0x02,0x22,0x35,0xf6,0xc0,0x08,0x13,0x9e, +0x08,0x00,0x22,0x07,0xf7,0x08,0x00,0x22,0x70,0xf7,0xb8,0x05,0x23,0xd2,0xf7,0x00, +0x0c,0x12,0xf8,0x08,0x00,0x23,0xa4,0xf8,0x60,0x04,0x12,0xf9,0x98,0x00,0x22,0x76, +0xf9,0x48,0x0c,0x21,0xd1,0xf9,0x58,0x00,0x32,0xfe,0x33,0xfa,0x98,0x00,0x22,0x9c, +0xfa,0x20,0x00,0x23,0x05,0xfb,0x18,0x01,0x12,0xfb,0x10,0x01,0x22,0xd8,0xfb,0xf0, +0x01,0x23,0x3a,0xfc,0xf8,0x05,0x13,0xfc,0x40,0x0a,0x12,0xfd,0x20,0x00,0x22,0x6e, +0xfd,0x40,0x00,0x13,0xd7,0x10,0x00,0x22,0x39,0xfe,0x40,0x00,0x13,0xaa,0x08,0x00, +0x22,0x1b,0xff,0x08,0x00,0x23,0x8c,0xff,0xf8,0x01,0x12,0xff,0x40,0x00,0x32,0x66, +0x00,0x01,0xb0,0x04,0x22,0x00,0x01,0x70,0x09,0x22,0x01,0x01,0x70,0x09,0x21,0x01, +0x01,0x28,0x00,0x31,0x0b,0x02,0x01,0x58,0x00,0x22,0x74,0x02,0x10,0x00,0x13,0xe5, +0x08,0x00,0x31,0x56,0x03,0x01,0x10,0x01,0x32,0xb8,0x03,0x01,0x68,0x01,0x21,0x04, +0x01,0xe8,0x00,0x22,0x8a,0x04,0x10,0x00,0x13,0xf3,0x08,0x00,0x32,0x5c,0x05,0x01, +0x80,0x07,0x22,0x05,0x01,0x48,0x0a,0x12,0x06,0x10,0x00,0xf0,0xff,0xff,0xff,0xff, +0xb0,0x00,0x00,0x51,0x2f,0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x7d,0x4d,0x82, +0x4d,0x89,0x4d,0x8b,0x4d,0x9b,0x4d,0xa8,0x4d,0xdc,0x4d,0xfb,0x4d,0xfe,0x4d,0x1b, +0x4e,0x35,0x4e,0x40,0x4e,0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x7f,0x4e,0x98, +0x4e,0x9d,0x4e,0x9e,0x4e,0x9f,0x4e,0xac,0x4e,0xcf,0x4e,0xd6,0x4e,0xdb,0x4e,0xeb, +0x4e,0x14,0x4f,0x2d,0x4f,0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5b,0x4f,0x5d,0x4f,0x62, +0x4f,0x8c,0x4f,0x9f,0x4f,0xac,0x4f,0xc4,0x4f,0xe9,0x4f,0x03,0x50,0x15,0x50,0x1f, +0x50,0x50,0x50,0x6f,0x50,0x82,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb7, +0x50,0xb8,0x50,0xbc,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xda,0x50,0x4a, +0x51,0x4d,0x51,0x56,0x51,0x57,0x51,0x67,0x51,0x6d,0x51,0x75,0x51,0x79,0x51,0x7a, +0x51,0x80,0x51,0x86,0x51,0x87,0x51,0x9d,0x51,0xbf,0x51,0xc5,0x51,0xef,0x51,0xf0, +0x51,0x25,0x52,0x55,0x52,0x58,0x52,0x66,0x52,0x90,0x52,0x97,0x52,0xa4,0x52,0xb1, +0x52,0xef,0x52,0x13,0x53,0x1a,0x53,0x1d,0x53,0x26,0x53,0x33,0x53,0x3a,0x53,0x3f, +0x53,0x40,0x53,0x43,0x53,0x5c,0x53,0x5d,0x53,0x61,0x53,0x76,0x53,0x7b,0x53,0x7f, +0x53,0x9a,0x53,0xdc,0x53,0x9f,0x54,0xaf,0x54,0xfe,0x54,0x1e,0x55,0xb8,0x55,0x2e, +0x56,0x4a,0x56,0x4e,0x56,0x5b,0x56,0x5d,0x56,0x63,0x56,0x66,0x56,0x78,0x56,0x80, +0x56,0x90,0x56,0x97,0x56,0xa7,0x56,0xdb,0x56,0x47,0x57,0x4a,0x57,0x81,0x57,0x9a, +0x57,0xbb,0x57,0xee,0x57,0x23,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a, +0x58,0x81,0x58,0x8e,0x58,0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xc8, +0x5a,0xd3,0x5a,0xd9,0x5a,0xdc,0x5a,0xea,0x5a,0x09,0x5b,0x36,0x5b,0x3b,0x5b,0x3c, +0x5b,0x48,0x5b,0x49,0x5b,0x54,0x5b,0x57,0x5b,0x5d,0x5b,0x5e,0x5b,0x5f,0x5b,0x8a, +0x5b,0x90,0x5b,0x95,0x5b,0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42, +0x5d,0x5c,0x5d,0x86,0x5d,0x88,0x5d,0x8d,0x5d,0x90,0x5d,0x95,0x5d,0xa5,0x5d,0xc3, +0x5d,0xdf,0x5d,0xf6,0x5d,0x30,0x5e,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x5f,0x5e,0x65, +0x5e,0x81,0x5e,0x87,0x5e,0x98,0x5e,0xb2,0x5e,0xc1,0x5e,0xd5,0x5e,0xd8,0x5e,0xdc, +0x5e,0xe1,0x5e,0xee,0x5e,0xf9,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x3b,0x5f,0x4d, +0x5f,0x70,0x5f,0x75,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0x9b, +0x60,0xb2,0x60,0x19,0x61,0x60,0x61,0x66,0x61,0x7a,0x61,0x82,0x61,0x86,0x61,0x90, +0x61,0x97,0x61,0x9b,0x61,0xa3,0x61,0xce,0x61,0x19,0x62,0x22,0x62,0x4e,0x62,0x51, +0x62,0x57,0x62,0x59,0x62,0x7f,0x62,0xc7,0x62,0xd3,0x62,0xe2,0x62,0xf1,0x62,0xf5, +0x62,0xf7,0x62,0xf8,0x62,0x1f,0x63,0x20,0x63,0x22,0x63,0x2a,0x63,0x2b,0x63,0x66, +0x63,0x97,0x63,0xc8,0x63,0xf5,0x63,0xfd,0x63,0x17,0x64,0x1a,0x64,0x1d,0x64,0x2a, +0x64,0x36,0x64,0x3c,0x64,0x44,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95, +0x64,0x98,0x64,0xa7,0x64,0xa9,0x64,0xc4,0x64,0xc8,0x64,0xd7,0x64,0xec,0x64,0xff, +0x64,0x00,0x65,0x07,0x65,0x09,0x65,0x0c,0x65,0x1b,0x65,0x35,0x65,0x5e,0x65,0x6f, +0x65,0x70,0x65,0x7f,0x65,0x92,0x65,0xbe,0x65,0xbf,0x65,0xfb,0x65,0x42,0x66,0x44, +0x66,0x4f,0x66,0x50,0x66,0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x96,0x66,0xaf, +0x66,0xcf,0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x71,0x67,0x8c,0x67,0x96,0x67,0x98, +0x67,0xcf,0x67,0xed,0x67,0xc5,0x68,0x52,0x69,0x69,0x69,0x71,0x69,0x73,0x69,0xaf, +0x69,0xbb,0x69,0xe4,0x69,0xf2,0x69,0x54,0x6a,0xa0,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4, +0x6a,0xb5,0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xe2,0x6b,0xf1, +0x6b,0x09,0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b, +0x6c,0x91,0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x6b,0x6d,0x7c,0x6d,0xe0, +0x6d,0xe6,0x6d,0xfb,0x6d,0x21,0x6e,0x3f,0x6e,0x4e,0x6e,0x4f,0x6e,0x88,0x6e,0x10, +0x6f,0x4e,0x6f,0xb3,0x6f,0x09,0x70,0x0a,0x70,0x71,0x70,0x76,0x70,0x01,0x71,0x97, +0x71,0x98,0x71,0xa9,0x71,0xc9,0x71,0x10,0x72,0xd7,0x72,0x3d,0x73,0x4e,0x73,0x56, +0x73,0xae,0x73,0x00,0x74,0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xc0, +0x74,0xc6,0x74,0xda,0x74,0xcc,0x75,0xcd,0x75,0xd4,0x75,0x33,0x76,0x34,0x76,0x3e, +0x76,0x44,0x76,0x48,0x76,0x5b,0x76,0x6f,0x76,0x35,0x77,0xbc,0x77,0x0a,0x78,0x0c, +0x78,0x8a,0x78,0xd1,0x78,0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0x81,0x79,0xca, +0x79,0xd1,0x79,0xe7,0x79,0x3f,0x7a,0x46,0x7a,0x7c,0x7a,0x99,0x7a,0xe7,0x7a,0xf1, +0x7a,0x10,0x7b,0x14,0x7b,0x8d,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x55,0x7c,0x6a, +0x7c,0x80,0x7c,0x92,0x7c,0x94,0x7c,0xa0,0x7c,0xa5,0x7c,0xc1,0x7c,0xe3,0x7c,0xf0, +0x7c,0x1a,0x7d,0x2a,0x7d,0x38,0x7d,0x44,0x7d,0x7e,0x7d,0x81,0x7d,0x8d,0x7d,0xdc, +0x7d,0x66,0x7e,0xbe,0x7e,0xde,0x7e,0xf9,0x7e,0x55,0x7f,0x67,0x7f,0xbf,0x7f,0xc2, +0x7f,0x1c,0x80,0x4d,0x80,0x58,0x80,0xc3,0x80,0x3a,0x81,0x43,0x81,0x57,0x81,0x7a, +0x81,0x85,0x81,0xc2,0x81,0x41,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x1b,0x84,0x1d, +0x85,0x1f,0x85,0x7d,0x85,0xaf,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xab,0x87,0xad, +0x87,0xb8,0x87,0xc0,0x87,0xfb,0x87,0x2c,0x88,0x2d,0x88,0x4d,0x88,0x57,0x88,0xcf, +0x88,0xd1,0x88,0xd6,0x88,0xdf,0x88,0xe6,0x88,0x18,0x89,0x22,0x89,0x48,0x89,0x50, +0x89,0x58,0x89,0x68,0x89,0x7a,0x89,0x7d,0x89,0x8b,0x89,0xb2,0x89,0xb6,0x89,0xc1, +0x89,0xc3,0x89,0xdc,0x89,0xdd,0x89,0xee,0x89,0xf4,0x89,0xfa,0x89,0x0f,0x8a,0x1b, +0x8a,0x99,0x8a,0xa8,0x8a,0xac,0x8a,0xb6,0x8a,0xc0,0x8a,0xc7,0x8a,0xd0,0x8a,0xda, +0x8a,0x0c,0x8c,0x75,0x8c,0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43, +0x8d,0x48,0x8e,0x53,0x8e,0x59,0x8e,0x7a,0x8e,0x7f,0x8e,0x88,0x8e,0x99,0x8e,0xc4, +0x8e,0xe1,0x8e,0x40,0x8f,0x50,0x8f,0x6a,0x8f,0x6f,0x8f,0x73,0x8f,0x81,0x8f,0x82, +0x8f,0x8b,0x8f,0x9a,0x8f,0x9b,0x8f,0x9e,0x8f,0xa3,0x8f,0xc2,0x8f,0xc8,0x8f,0xda, +0x8f,0xdf,0x8f,0x38,0x90,0x1d,0x91,0x1f,0x91,0x2d,0x91,0x65,0x91,0x54,0x92,0x7f, +0x92,0xc5,0x92,0xe6,0x92,0x31,0x93,0x68,0x93,0xa1,0x93,0xfe,0x93,0x7e,0x94,0xc7, +0x94,0xd0,0x94,0xd9,0x94,0xdb,0x94,0xe2,0x94,0xe3,0x94,0x2c,0x95,0x90,0x95,0x94, +0x95,0xa0,0x95,0xb4,0x95,0xc0,0x95,0xe4,0x95,0xec,0x95,0xf8,0x95,0x29,0x96,0x32, +0x96,0x4b,0x96,0x50,0x96,0x57,0x96,0xac,0x96,0xae,0x96,0xb2,0x96,0x1c,0x97,0x43, +0x97,0x4f,0x97,0x51,0x97,0x52,0x97,0x55,0x97,0x56,0x97,0x60,0x97,0x8b,0x97,0x9c, +0x97,0x9f,0x97,0xae,0x97,0xbf,0x97,0xd4,0x97,0xec,0x97,0x2b,0x98,0x95,0x99,0xa7, +0x99,0x24,0x9a,0x28,0x9a,0x44,0x9c,0xf5,0x9d,0x28,0x9e,0x2e,0x9e,0x9a,0x9e,0xa0, +0x9e,0x4f,0x13,0xf1,0x3f,0x02,0xf0,0x2f,0x01,0xf0,0x1e,0x00,0x80,0x00,0x05,0xe3, +0x5e,0x30,0xac,0x0b,0xb9,0xc0,0xab,0x8a,0x09,0x96,0x80,0x78,0x95,0x1a,0xf1,0x4f, +0x3a,0x01,0xc0,0x00,0x58,0x03,0xa0,0x00,0x76,0x05,0x80,0x0e,0xfe,0xef,0xfb,0x00, +0xb2,0x09,0x50,0x00,0xc1,0x0b,0x30,0x00,0xe0,0x0c,0x10,0x5e,0xfe,0xef,0xe7,0x02, +0xb0,0x0d,0x00,0x04,0x90,0x2b,0x00,0x06,0x70,0x49,0x00,0x00,0x02,0x70,0x00,0x00, +0x04,0xb0,0x00,0x00,0x8f,0xfd,0x50,0x06,0xf4,0x15,0xa0,0x0a,0xb0,0x00,0x00,0x07, +0xe2,0x00,0x00,0x00,0x9f,0x91,0x00,0x00,0x03,0xce,0x40,0x00,0x00,0x08,0xf1,0x00, +0x00,0x01,0xf4,0x07,0x20,0x05,0xf2,0x09,0xfc,0xcf,0x80,0x00,0x17,0xd2,0x30,0x00, +0xf0,0x0b,0x04,0xcd,0x60,0x00,0x0c,0x20,0x00,0x1e,0x10,0xd2,0x00,0x58,0x00,0x00, +0x4b,0x00,0x87,0x00,0xd1,0x00,0x00,0x6a,0x00,0x78,0x07,0x70,0x0e,0x00,0xf0,0x10, +0x97,0x1c,0x07,0xcb,0x20,0x0e,0x21,0xe2,0x95,0x5c,0x05,0xc0,0x03,0xcc,0x52,0xc0, +0xa6,0x00,0xe1,0x00,0x00,0x0a,0x30,0xb4,0x00,0xd3,0x00,0x00,0x3b,0x00,0xa5,0x0e, +0x00,0xf5,0x8e,0xb2,0x00,0x5b,0x04,0xd0,0x00,0x05,0x90,0x00,0x09,0xdc,0x20,0x00, +0x2c,0xfc,0x10,0x00,0x00,0xc9,0x0a,0x80,0x00,0x00,0xf3,0x08,0x90,0x00,0x00,0xd5, +0x4e,0x20,0x00,0x00,0x8e,0xe3,0x00,0x00,0x01,0xcf,0x70,0x00,0x99,0x0d,0xa5,0xf3, +0x00,0xf4,0x5f,0x10,0x7f,0x38,0xc0,0x5f,0x00,0x07,0xff,0x20,0x1e,0xa2,0x28,0xff, +0xb4,0x02,0xbe,0xea,0x21,0x9a,0xac,0x9c,0x8a,0x68,0x00,0x00,0x62,0x01,0xe1,0x07, +0x90,0x0e,0x20,0x3e,0x00,0x7c,0x00,0x8a,0x00,0x98,0x00,0x8a,0x00,0x7c,0x00,0x4e, +0x00,0x0f,0x20,0x08,0x90,0x01,0xe1,0x00,0x73,0x27,0x00,0x0e,0x10,0x08,0x90,0x01, +0xf1,0x00,0xd4,0x00,0xb8,0x00,0x99,0x00,0x7a,0x00,0x9a,0x00,0xb8,0x00,0xd5,0x01, +0xf1,0x08,0x90,0x0e,0x20,0x28,0x00,0x00,0x0e,0x00,0x00,0x86,0xf6,0x80,0x04,0xcf, +0xc4,0x00,0x0d,0x9d,0x00,0x01,0x50,0x51,0x00,0x00,0x01,0x20,0x00,0x00,0x06,0xb0, +0x04,0x00,0x48,0x6f,0xff,0xff,0xfb,0x10,0x00,0xf0,0x23,0x07,0xa0,0x09,0xf3,0x00, +0xe2,0x09,0xa0,0x06,0x00,0x4f,0xff,0x80,0x00,0x0a,0xc0,0xac,0x00,0x00,0x00,0x77, +0x00,0x00,0xc2,0x00,0x02,0xd0,0x00,0x07,0x80,0x00,0x0c,0x30,0x00,0x1e,0x00,0x00, +0x69,0x00,0x00,0xb4,0x00,0x01,0xe0,0x00,0x06,0x90,0x00,0x0b,0x40,0x64,0x00,0xf0, +0x0f,0x5a,0x00,0x00,0xa5,0x00,0x00,0x00,0x6d,0xe9,0x00,0x05,0xf4,0x2c,0xa0,0x0c, +0x80,0x03,0xf2,0x1f,0x30,0x00,0xe6,0x2f,0x20,0x00,0xd7,0x3f,0x10,0x00,0xc9,0x08, +0x00,0x00,0x10,0x00,0x40,0x0c,0x80,0x03,0xf1,0x20,0x00,0x00,0x28,0x00,0xde,0x06, +0xbf,0x20,0x01,0xab,0xf2,0x00,0x00,0x3f,0x20,0x00,0x03,0xf2,0x07,0x00,0xf2,0x2d, +0x01,0x14,0xf3,0x10,0xaf,0xff,0xff,0x50,0x03,0xae,0xe8,0x00,0x2f,0x72,0x4e,0x90, +0x02,0x00,0x06,0xe0,0x00,0x00,0x05,0xf0,0x00,0x00,0x09,0xc0,0x00,0x00,0x1f,0x50, +0x00,0x00,0xbc,0x00,0x00,0x08,0xe1,0x00,0x00,0x7f,0x30,0x00,0x09,0xf5,0x22,0x21, +0x5f,0xff,0xff,0xf9,0x02,0xbe,0xea,0x10,0x0d,0x72,0x4d,0xc0,0x28,0x00,0xf0,0x37, +0x06,0xf0,0x00,0x01,0x5e,0x60,0x00,0x5f,0xf8,0x00,0x00,0x01,0x3b,0xc0,0x00,0x00, +0x00,0xf5,0x01,0x00,0x00,0xf6,0x4e,0x62,0x3b,0xe1,0x05,0xbe,0xeb,0x20,0x00,0x00, +0x7f,0x60,0x00,0x01,0xff,0x60,0x00,0x0b,0x9d,0x60,0x00,0x5f,0x1e,0x60,0x00,0xe6, +0x0e,0x60,0x09,0xb0,0x0e,0x60,0x3f,0x20,0x0e,0x60,0xaf,0xee,0xef,0xfc,0x11,0x11, +0x1e,0x71,0x00,0x00,0x0e,0x60,0x04,0x00,0xf0,0x09,0x06,0xff,0xff,0xf0,0x07,0xd1, +0x11,0x10,0x08,0xb0,0x00,0x00,0x09,0xa0,0x00,0x00,0x0a,0xdd,0xfb,0x30,0x04,0x61, +0x1a,0xe1,0x54,0x00,0xf1,0x45,0x00,0x00,0x00,0xe7,0x01,0x00,0x02,0xf4,0x5e,0x62, +0x3c,0xc0,0x05,0xbe,0xe9,0x10,0x00,0x1a,0xee,0x90,0x01,0xe9,0x23,0x92,0x08,0xc0, +0x00,0x00,0x0d,0x50,0x00,0x00,0x0f,0x5a,0xed,0x50,0x1f,0xd4,0x05,0xf3,0x1f,0x40, +0x00,0xc8,0x0f,0x50,0x00,0xaa,0x0a,0xa0,0x00,0xd7,0x03,0xf6,0x17,0xf1,0x00,0x3c, +0xfc,0x30,0x4f,0xff,0xff,0xf9,0x01,0x11,0x14,0xf2,0x00,0x00,0x0c,0x70,0x00,0x00, +0x5e,0x00,0x00,0x00,0xc8,0x00,0x00,0x02,0xf2,0x00,0xeb,0x00,0x00,0xa7,0x02,0xf2, +0x57,0x0c,0x90,0x00,0x00,0x0e,0x70,0x00,0x00,0x0f,0x60,0x00,0x00,0x7e,0xfb,0x20, +0x07,0xe3,0x08,0xd0,0x0b,0x80,0x01,0xf2,0x08,0xb0,0x01,0xf0,0x01,0xdb,0x3a,0x90, +0x00,0xac,0xff,0x10,0x0b,0x80,0x2b,0xe1,0x3f,0x10,0x00,0xd8,0x3f,0x00,0x00,0xb9, +0x0d,0xa1,0x16,0xf3,0x01,0xae,0xfc,0x40,0x01,0xae,0xd7,0x00,0x0b,0xb1,0x3d,0x80, +0x2f,0x20,0x04,0xf1,0x4f,0x00,0x00,0xf4,0x3f,0x10,0x00,0xe6,0x0d,0xa1,0x2b,0xf7, +0x02,0xbe,0xc4,0xe5,0x00,0x00,0x00,0xf3,0x00,0x00,0x07,0xd0,0x09,0x52,0x6f,0x40, +0x05,0xcf,0xc4,0x00,0x9c,0x0a,0xc0,0xe7,0x1d,0x54,0xac,0x0a,0xc0,0x09,0xc0,0x0d, +0x00,0x16,0x00,0x07,0x02,0x00,0x0d,0x00,0xf1,0x0a,0x14,0x00,0x00,0x5b,0xf8,0x03, +0x9e,0xb6,0x10,0x6f,0x91,0x00,0x00,0x28,0xec,0x61,0x00,0x00,0x04,0xaf,0xb4,0x00, +0x00,0x01,0x69,0x3d,0x02,0x03,0x01,0x00,0x00,0x0c,0x00,0xf0,0x18,0x33,0x00,0x00, +0x00,0x4e,0xd7,0x10,0x00,0x00,0x4a,0xea,0x40,0x00,0x00,0x06,0xeb,0x00,0x04,0xae, +0xa4,0x29,0xec,0x61,0x00,0x58,0x20,0x00,0x00,0x05,0xcf,0xd4,0x01,0xc5,0x2a,0xf1, +0x00,0x00,0x1f,0x40,0xa0,0x01,0xc1,0x01,0xe6,0x00,0x00,0xba,0x00,0x00,0x2f,0x10, +0x00,0x02,0x90,0x40,0x00,0xf2,0x40,0x06,0xe1,0x00,0x00,0x6e,0x10,0x00,0x00,0x00, +0x19,0xde,0xdb,0x50,0x00,0x00,0x06,0xd6,0x20,0x03,0xbb,0x00,0x00,0x7c,0x10,0x00, +0x00,0x0a,0x70,0x02,0xe1,0x01,0xac,0x8b,0x01,0xe0,0x0a,0x60,0x0d,0x50,0xb9,0x00, +0xc2,0x0f,0x20,0x6a,0x00,0xa6,0x00,0xa4,0x1f,0x00,0xb5,0x00,0xc4,0x00,0xc2,0x1e, +0x00,0xc4,0x00,0xf1,0x01,0xd0,0x0e,0x10,0x99,0x08,0xe3,0x0a,0x50,0x0b,0x60,0x1b, +0xc5,0x3c,0xb5,0x00,0x02,0xe2,0x95,0x00,0xb0,0x5e,0x72,0x00,0x35,0x00,0x00,0x00, +0x01,0x8b,0xdd,0xa4,0x63,0x00,0xf0,0x0c,0xf7,0x00,0x00,0x00,0x0b,0xcd,0x00,0x00, +0x00,0x1f,0x3f,0x20,0x00,0x00,0x6e,0x0c,0x80,0x00,0x00,0xb9,0x08,0xd0,0x00,0x01, +0xf5,0x04,0xf3,0x30,0x02,0xf2,0x4b,0xf8,0x00,0x0c,0xfe,0xee,0xfd,0x00,0x1f,0x61, +0x11,0x6f,0x30,0x7f,0x00,0x00,0x0e,0x80,0xca,0x00,0x00,0x09,0xe0,0x7f,0xff,0xeb, +0x40,0x07,0xe0,0x02,0x9f,0x20,0x7e,0x00,0x00,0xe7,0x07,0xe0,0x00,0x0e,0x60,0x7e, +0x00,0x08,0xe1,0x07,0xfe,0xef,0xf4,0x00,0x7e,0x11,0x25,0xe9,0x07,0xe0,0x00,0x04, +0xf1,0x7e,0x00,0x00,0x5f,0x17,0xe0,0x11,0x5e,0xa0,0x7f,0xff,0xfd,0x70,0x00,0x00, +0x06,0xce,0xd8,0x00,0x00,0xaf,0x73,0x5c,0x70,0x05,0xf3,0x00,0x00,0x00,0x0c,0xa0, +0x00,0xc4,0x01,0x01,0xb8,0x02,0x02,0x0a,0x00,0x01,0x14,0x00,0xf0,0x08,0x05,0xf2, +0x00,0x00,0x10,0x00,0xbf,0x73,0x5c,0xb0,0x00,0x06,0xcf,0xd9,0x00,0x7f,0xff,0xc9, +0x10,0x07,0xe0,0x24,0xce,0x69,0x00,0x10,0xcb,0x57,0x00,0xa0,0xf2,0x7e,0x00,0x00, +0x1f,0x57,0xe0,0x00,0x00,0xf6,0x09,0x00,0x40,0x47,0xe0,0x00,0x05,0x12,0x00,0x60, +0xdb,0x07,0xe1,0x25,0xde,0x20,0x2d,0x00,0xd3,0x00,0x7f,0xff,0xff,0xd0,0x7e,0x11, +0x11,0x10,0x7e,0x00,0x00,0x00,0x04,0x00,0x00,0x14,0x00,0x44,0x00,0x7e,0x22,0x22, +0x10,0x00,0x00,0x0c,0x00,0xf1,0x02,0x20,0x7f,0xff,0xff,0xf0,0x7f,0xff,0xff,0xd7, +0xe1,0x11,0x11,0x7e,0x00,0x00,0x07,0xe0,0x1a,0x00,0x74,0x07,0xff,0xff,0xf1,0x7e, +0x22,0x22,0x0e,0x00,0x01,0x07,0x00,0x00,0x95,0x00,0x8d,0xbe,0xda,0x20,0x00,0x9f, +0x73,0x49,0xc0,0xbc,0x00,0x80,0x05,0xff,0xf3,0x0f,0x60,0x00,0x22,0xf3,0x14,0x00, +0x30,0xf3,0x05,0xf3,0x4a,0x02,0xe3,0xaf,0x73,0x39,0xf2,0x00,0x06,0xce,0xeb,0x30, +0x7e,0x00,0x00,0x0f,0x67,0xaa,0x00,0x07,0x09,0x00,0x8e,0xff,0xff,0xff,0xf6,0x7e, +0x22,0x22,0x2f,0x1b,0x00,0x26,0x60,0x7e,0x01,0x00,0x41,0x00,0x00,0x0c,0x80,0xfd, +0x02,0x0e,0x07,0x00,0xb0,0xd8,0x02,0x00,0x0e,0x73,0xf7,0x38,0xf2,0x04,0xcf,0xd4, +0x9f,0x00,0xf7,0x20,0xda,0x07,0xe0,0x00,0xbd,0x00,0x7e,0x00,0x8e,0x10,0x07,0xe0, +0x6f,0x30,0x00,0x7e,0x3f,0xd0,0x00,0x07,0xfe,0xaf,0x60,0x00,0x7f,0xb0,0x8e,0x10, +0x07,0xf0,0x00,0xe9,0x00,0x7e,0x00,0x05,0xf2,0x07,0xe0,0x00,0x0c,0xb0,0x7e,0x00, +0x00,0x3f,0x50,0xed,0x00,0x0f,0x07,0x00,0x02,0xf0,0x26,0xe2,0x22,0x21,0x7f,0xff, +0xff,0xa0,0x7f,0x50,0x00,0x02,0xfa,0x7f,0xb0,0x00,0x08,0xfa,0x7b,0xf1,0x00,0x0e, +0xba,0x7b,0xb7,0x00,0x3d,0x8a,0x7b,0x5c,0x00,0x98,0x9a,0x7c,0x0f,0x20,0xe2,0x9a, +0x7c,0x09,0x84,0xc0,0x9a,0x7c,0x04,0xda,0x60,0x9a,0x7c,0x00,0xef,0x10,0x9a,0x7c, +0x64,0x05,0xf0,0x3e,0x7c,0x00,0x00,0x00,0x9a,0x7f,0x30,0x00,0x0f,0x57,0xfc,0x00, +0x00,0xf5,0x7b,0xe6,0x00,0x0f,0x57,0xb6,0xe0,0x00,0xf5,0x7c,0x0d,0x80,0x0f,0x57, +0xc0,0x4f,0x20,0xf5,0x7c,0x00,0xaa,0x0f,0x57,0xc0,0x02,0xf3,0xe5,0x7c,0x00,0x08, +0xbd,0x57,0xc0,0x00,0x0e,0xf5,0x7c,0x00,0x00,0x6f,0x50,0x00,0x07,0xcf,0xc8,0x00, +0x00,0x0b,0xe6,0x35,0xdd,0x00,0x06,0xf2,0x00,0x01,0xe8,0x00,0xda,0x00,0x00,0x08, +0xf0,0x5f,0x01,0x71,0x4f,0x11,0xf5,0x00,0x00,0x03,0xf3,0x0b,0x00,0x20,0x10,0xca, +0x16,0x00,0x00,0x21,0x00,0x10,0xf8,0x2c,0x00,0x22,0xec,0x00,0x37,0x00,0x00,0x88, +0x02,0xc2,0x7e,0x01,0x29,0xf3,0x7e,0x00,0x00,0xc9,0x7e,0x00,0x00,0xab,0x08,0x00, +0xa7,0x18,0xf3,0x7f,0xef,0xfc,0x40,0x7e,0x11,0x00,0x00,0x05,0x02,0x00,0x32,0x00, +0x80,0xd8,0x00,0x00,0x0c,0xe6,0x35,0xdd,0x10,0x48,0x00,0x62,0xe9,0x00,0xd9,0x00, +0x00,0x07,0x69,0x00,0x12,0x21,0x69,0x00,0x60,0x70,0x00,0x00,0x5f,0x10,0xcb,0xe0, +0x02,0xf0,0x01,0x04,0xf4,0x00,0x03,0xf6,0x00,0x07,0xf9,0x68,0xf9,0x00,0x00,0x03, +0x9f,0xc4,0x00,0x1b,0x07,0x20,0x51,0x00,0x49,0x00,0x20,0xff,0x50,0x3c,0x03,0xf1, +0x2c,0x10,0x7f,0xff,0xfc,0x60,0x07,0xe0,0x12,0x7f,0x60,0x7e,0x00,0x00,0xbb,0x07, +0xe0,0x00,0x0b,0xb0,0x7e,0x00,0x06,0xf6,0x07,0xfe,0xff,0xd5,0x00,0x7e,0x12,0xe9, +0x00,0x07,0xe0,0x05,0xf2,0x00,0x7e,0x00,0x0d,0xb0,0x07,0xe0,0x00,0x4f,0x40,0x7e, +0x00,0x00,0xbd,0x00,0x00,0x5c,0xfd,0x91,0x00,0x5f,0x83,0x5b,0x6d,0x07,0xd0,0x00, +0xae,0x10,0x00,0x00,0x02,0xee,0x81,0x00,0x00,0x00,0x8f,0xf8,0x9b,0x00,0xf1,0x0e, +0xec,0x00,0x00,0x00,0x04,0xf3,0x04,0x00,0x00,0x3f,0x21,0xec,0x63,0x6d,0xc0,0x01, +0x8c,0xfd,0x81,0x00,0x8f,0xff,0xff,0xff,0x80,0x11,0x4f,0x41,0x10,0x00,0x06,0x00, +0x08,0x06,0x0f,0x09,0x00,0x0d,0x9f,0x8d,0x00,0x00,0x0f,0x58,0xd0,0x00,0x00,0xf5, +0x09,0x00,0x03,0xf0,0x03,0x56,0xf0,0x00,0x01,0xf3,0x3f,0x40,0x00,0x6f,0x00,0xae, +0x53,0x6f,0x70,0x00,0x8d,0xfd,0x60,0x04,0x01,0xf0,0x14,0x0e,0x78,0xe0,0x00,0x03, +0xf2,0x2f,0x30,0x00,0x8d,0x00,0xd8,0x00,0x0d,0x80,0x08,0xc0,0x02,0xf3,0x00,0x3f, +0x10,0x6d,0x00,0x00,0xe6,0x0b,0x80,0x00,0x09,0xb0,0xf3,0x00,0x00,0x4f,0x88,0x05, +0xf0,0x91,0xed,0x90,0x00,0x00,0x0a,0xf4,0x00,0x00,0x8e,0x00,0x02,0xf6,0x00,0x0a, +0xa4,0xf1,0x00,0x6f,0xa0,0x00,0xd7,0x1f,0x40,0x0a,0xae,0x00,0x0f,0x30,0xe7,0x00, +0xe3,0xf2,0x03,0xf0,0x0a,0xa0,0x2f,0x0c,0x60,0x6d,0x00,0x7d,0x06,0xb0,0x8a,0x0a, +0x90,0x03,0xf0,0xa7,0x04,0xe0,0xc6,0x00,0x0f,0x3d,0x30,0x1f,0x2f,0x30,0x00,0xd8, +0xf0,0x00,0xc8,0xf0,0x00,0x09,0xeb,0x00,0x08,0xec,0x00,0x00,0x6f,0x70,0x00,0x4f, +0x90,0x00,0x4f,0x40,0x00,0x9d,0x00,0xac,0x00,0x2f,0x40,0x02,0xf5,0x0a,0xb0,0x00, +0x08,0xd2,0xf2,0x00,0x00,0x1e,0xe9,0x00,0x00,0x00,0xbf,0x40,0x00,0x00,0x3f,0xbc, +0x00,0x00,0x0c,0x91,0xf5,0x00,0x05,0xf1,0x08,0xd0,0x00,0xd8,0x00,0x1f,0x70,0x7e, +0x00,0x00,0x7f,0x10,0x0c,0xb0,0x00,0x0a,0xb0,0x4f,0x20,0x02,0xf3,0x00,0xc9,0x00, +0x9c,0x00,0x04,0xf1,0x1f,0x40,0x00,0x0c,0x88,0xc0,0x00,0x00,0x5e,0xe4,0x00,0x00, +0x00,0xdd,0xc7,0x04,0x00,0x99,0x03,0x17,0xba,0x09,0x00,0x91,0x0b,0xff,0xff,0xff, +0x30,0x11,0x11,0x1c,0xc0,0x58,0x04,0x00,0x5d,0x02,0xf0,0x04,0x00,0x00,0x9d,0x00, +0x00,0x00,0x4f,0x30,0x00,0x00,0x0d,0x90,0x00,0x00,0x08,0xe0,0x00,0x00,0x02,0xb0, +0x06,0xdf,0xcc,0x22,0x22,0x20,0x3f,0xff,0xff,0xff,0x50,0x6e,0xb6,0x69,0x00,0x02, +0x00,0x03,0x30,0x5d,0xb6,0x96,0xe5,0x08,0x00,0xda,0x07,0x80,0x0a,0x50,0x00,0x05, +0xa0,0x00,0x00,0xe0,0xf2,0x07,0x00,0xf8,0x07,0x20,0x1e,0x00,0xf3,0x07,0x20,0x06, +0x90,0xff,0x07,0x9f,0x00,0xc3,0x00,0x00,0x78,0x5b,0xe7,0x00,0x87,0x02,0x00,0x03, +0xf5,0x39,0x5b,0xd6,0x00,0xae,0x00,0x00,0x1e,0xb6,0x00,0x08,0x94,0xd0,0x00,0xe3, +0x0e,0x30,0x5c,0x00,0x7a,0x0c,0x60,0x01,0xf1,0xbd,0xdd,0xdd,0xdd,0x20,0x12,0x00, +0x8e,0x10,0x09,0xd1,0x00,0x72,0x02,0x9d,0xfc,0x30,0x07,0x83,0x2b,0xd0,0x00,0x00, +0x04,0xf2,0x00,0x39,0xcd,0xf3,0x08,0xe5,0x01,0xf3,0x0f,0x40,0x02,0xf3,0x0f,0x91, +0x4c,0xf3,0x05,0xde,0xb2,0xe3,0x9b,0x00,0x00,0x00,0x04,0x00,0xf2,0x1e,0x6d,0xeb, +0x20,0x9f,0xa3,0x3c,0xd0,0x9c,0x00,0x02,0xf4,0x9b,0x00,0x00,0xf7,0x9b,0x00,0x00, +0xf6,0x9b,0x00,0x04,0xf3,0x9f,0x72,0x4e,0xa0,0x99,0x8e,0xe9,0x00,0x00,0x4c,0xfd, +0x70,0x05,0xf7,0x24,0x70,0x0e,0x90,0x00,0x00,0x2f,0x40,0x04,0x00,0x20,0x0f,0x80, +0xf7,0x05,0x40,0x24,0x90,0x00,0x5c,0x98,0x05,0x07,0x24,0x03,0xf0,0x22,0x6d,0xfb, +0x9e,0x06,0xf7,0x25,0xde,0x0e,0x90,0x00,0x7e,0x1f,0x40,0x00,0x7e,0x2f,0x40,0x00, +0x7e,0x0f,0x70,0x00,0x7e,0x08,0xf5,0x26,0xee,0x00,0x8e,0xe9,0x5e,0x00,0x5c,0xfc, +0x50,0x06,0xe4,0x15,0xf3,0x0e,0x40,0x00,0x98,0x2f,0xee,0xee,0xea,0x2f,0x30,0x10, +0x06,0x00,0x4c,0x00,0x21,0x12,0x80,0xde,0x02,0x70,0x6d,0xd2,0x02,0xf7,0x30,0x05, +0xf0,0x37,0x06,0x6e,0x7f,0xff,0xa0,0x06,0xf0,0x00,0x03,0x00,0xf0,0x22,0x00,0x9d, +0xef,0xff,0x10,0xab,0x00,0x8c,0x00,0x0d,0x70,0x03,0xf0,0x00,0x8c,0x21,0xac,0x00, +0x02,0xec,0xda,0x10,0x00,0x97,0x00,0x00,0x00,0x0a,0xb2,0x11,0x00,0x00,0x4f,0xff, +0xff,0xa0,0x0e,0x30,0x00,0x5f,0x22,0xf5,0x00,0x19,0xd0,0x05,0xce,0xed,0x81,0xe6, +0x00,0x31,0x09,0xb0,0x00,0x07,0x00,0xf6,0x02,0xb4,0xcf,0xb1,0x9f,0xb4,0x4e,0x99, +0xc0,0x00,0x8d,0x9b,0x00,0x07,0xe9,0xb0,0x00,0x7e,0x07,0x00,0x85,0xe0,0xac,0x06, +0x70,0x00,0x09,0xb0,0x9b,0x03,0x00,0x71,0x00,0x00,0xac,0x00,0x05,0x70,0x00,0x1c, +0x09,0x1c,0x9c,0x05,0x00,0x79,0x0a,0xb0,0x12,0xd9,0x07,0xfc,0x20,0x49,0x01,0xf8, +0x11,0x00,0x3f,0x50,0x9b,0x01,0xe7,0x00,0x9b,0x0c,0xa0,0x00,0x9b,0xaf,0x40,0x00, +0x9f,0xd9,0xd0,0x00,0x9e,0x20,0xd8,0x00,0x9b,0x00,0x4f,0x20,0x9b,0x00,0x0a,0xc0, +0x9b,0x5d,0x00,0xf0,0x08,0x09,0xd0,0x3d,0x70,0x98,0x5c,0xe9,0x05,0xce,0x90,0x9e, +0xb4,0x5f,0xca,0x36,0xf5,0x9c,0x00,0x0c,0xc0,0x00,0xd8,0x9b,0x78,0x02,0x7e,0xc9, +0x9b,0x00,0x0a,0xa0,0x00,0xb9,0x06,0x00,0xb9,0x98,0x4c,0xfb,0x19,0xeb,0x44,0xe9, +0x9c,0x00,0x08,0xd9,0xba,0x00,0x00,0x07,0x00,0xff,0x17,0x00,0x5c,0xfd,0x60,0x00, +0x6f,0x62,0x6f,0x70,0x0e,0x80,0x00,0x6f,0x02,0xf4,0x00,0x02,0xf3,0x2f,0x40,0x00, +0x2f,0x30,0xe8,0x00,0x06,0xf0,0x06,0xf6,0x25,0xf7,0x00,0x05,0xcf,0xd6,0x00,0x99, +0x6c,0xea,0x01,0x06,0x47,0xb0,0x9c,0x8e,0xe9,0xc9,0x00,0x00,0x75,0x0a,0x87,0xec, +0x8e,0x06,0xf4,0x02,0xce,0x0e,0x70,0xca,0x01,0x11,0x80,0xca,0x01,0x58,0xfe,0x00, +0x8e,0xea,0x7e,0xf6,0x01,0xc4,0x98,0x5d,0xb9,0xcc,0x52,0x9f,0x10,0x09,0xb0,0x00, +0x9b,0x00,0x05,0x00,0x70,0x03,0xcf,0xd8,0x00,0xe9,0x13,0x70,0x1c,0x05,0xf7,0x0f, +0x6e,0xc5,0x00,0x00,0x07,0xdd,0x10,0x00,0x00,0xf6,0x3a,0x31,0x5f,0x40,0x7d,0xfd, +0x60,0x03,0xf0,0x00,0x04,0xf0,0x00,0x9f,0xff,0xf2,0x06,0xf0,0x00,0x05,0x03,0x00, +0xd6,0x03,0xf7,0x20,0x00,0x8e,0xe4,0xba,0x00,0x09,0xbb,0xa0,0x00,0x9b,0x07,0x00, +0xf0,0x45,0xba,0xb0,0x00,0xbb,0x7f,0x53,0xae,0xb0,0xaf,0xc6,0x7b,0xac,0x00,0x00, +0xe7,0x4f,0x20,0x03,0xf1,0x0e,0x70,0x09,0xb0,0x08,0xc0,0x0e,0x50,0x02,0xf2,0x4f, +0x00,0x00,0xc7,0x9a,0x00,0x00,0x6c,0xe4,0x00,0x00,0x1f,0xe0,0x00,0x7e,0x00,0x0b, +0xd0,0x00,0xc7,0x2f,0x30,0x0e,0xe2,0x01,0xf3,0x0e,0x70,0x4b,0xb6,0x05,0xe0,0x09, +0xb0,0x97,0x7a,0x09,0xa0,0x05,0xf0,0xd3,0x2f,0x0d,0x60,0x00,0xf4,0xe0,0x0e,0x4f, +0x10,0x00,0xcc,0xa0,0x0a,0xcd,0xa9,0x0a,0xf0,0x44,0x05,0xf9,0x00,0x3f,0x30,0x0a, +0xb0,0x09,0xd0,0x3f,0x20,0x00,0xe7,0xc7,0x00,0x00,0x5f,0xd0,0x00,0x00,0x8e,0xd0, +0x00,0x03,0xf2,0xd9,0x00,0x0c,0x80,0x3f,0x40,0x7e,0x00,0x09,0xd0,0x9d,0x00,0x00, +0xe7,0x2f,0x30,0x03,0xf1,0x0b,0x90,0x09,0xb0,0x05,0xf0,0x0e,0x50,0x00,0xe5,0x3e, +0x00,0x00,0x7b,0x99,0x00,0x00,0x1f,0xe3,0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0x60, +0x00,0x02,0x9d,0x00,0x00,0x4f,0xc2,0x00,0x00,0x0f,0xff,0xff,0x80,0x3c,0x0b,0x51, +0x03,0xf4,0x00,0x00,0xd9,0x49,0x05,0x50,0x3f,0x30,0x00,0x0d,0x90,0x11,0x08,0xf0, +0x00,0xfa,0x00,0x9e,0x60,0x1f,0x10,0x01,0xf0,0x00,0x0f,0x00,0x00,0xf0,0x00,0x3e, +0xb3,0x06,0x30,0x4e,0x00,0x00,0x0f,0x00,0x40,0x01,0xf0,0x00,0x1f,0xf2,0x07,0x3b, +0x06,0xd6,0x77,0x01,0x00,0xc0,0x5e,0xa0,0x00,0x1f,0x20,0x00,0xe2,0x00,0x0f,0x20, +0x00,0xf1,0xf4,0x0a,0xf1,0x10,0x4f,0x70,0x0d,0x50,0x00,0xf1,0x00,0x0f,0x10,0x00, +0xf2,0x00,0x0f,0x20,0x02,0xf1,0x05,0xd7,0x00,0x09,0xeb,0x61,0x43,0x16,0x04,0xae, +0xc2,0x00,0x00,0x00,0x20,0x98,0x09,0x21,0x01,0xf3,0x07,0x00,0x21,0x09,0xab,0x07, +0x00,0x30,0x1d,0x0b,0x40,0x07,0x00,0x30,0x96,0x03,0xc0,0x1b,0x00,0x30,0xd0,0x00, +0xb4,0x1b,0x00,0x30,0x60,0x00,0x2c,0x1b,0x00,0x01,0x82,0x04,0x60,0x00,0x96,0x00, +0x00,0x02,0xd0,0x1b,0x00,0x00,0x68,0x0c,0x10,0x09,0x8f,0x08,0x41,0x2d,0x00,0x2d, +0x00,0x27,0x00,0x61,0x8e,0xdd,0xdd,0xde,0xed,0xde,0xb9,0x0a,0x20,0x58,0x30,0x5f, +0x06,0xf0,0x24,0x94,0xb4,0x00,0x00,0x7b,0x5f,0x00,0x1b,0x00,0x3d,0x61,0x4f,0x00, +0x1c,0x02,0xd1,0x00,0x9e,0x83,0xd6,0x0a,0x40,0x00,0xd1,0x9f,0xf1,0x0d,0x00,0x01, +0xc4,0xd4,0x49,0x2a,0x00,0x06,0xec,0x10,0x0c,0x2b,0x00,0x0a,0x80,0x00,0x0c,0x0d, +0x00,0x03,0x00,0x00,0x2a,0x09,0xe8,0x06,0x31,0x95,0x01,0xd3,0x01,0x0d,0xf0,0x17, +0x2c,0x83,0x24,0xaa,0x00,0x00,0x00,0x59,0xa8,0x30,0x00,0x00,0x05,0xcc,0xcc,0x40, +0x00,0x00,0x09,0x3b,0xff,0xb1,0xc5,0x00,0x02,0xba,0x0d,0xf2,0x2d,0x62,0x01,0xfb, +0x00,0x26,0x00,0x2f,0x80,0x38,0xb1,0x00,0x31,0xa7,0x0a,0xf1,0x80,0x05,0x10,0x19, +0x0d,0x00,0x30,0xaa,0x02,0xe8,0xbc,0x0a,0xf0,0x04,0x80,0x04,0xf6,0x00,0x00,0x19, +0xf2,0x00,0x18,0xb9,0x63,0x6c,0xa5,0x00,0x00,0x0a,0x6f,0x9f,0x57,0x9a,0x00,0x25, +0x51,0x40,0x58,0x29,0xf0,0x19,0x06,0xb3,0x8a,0x95,0x00,0x00,0x05,0x93,0xf6,0x23, +0x8c,0x20,0x02,0xe0,0x02,0xb1,0x00,0x3d,0x10,0x0c,0xf0,0x03,0xd0,0x00,0x59,0x00, +0x9b,0xb0,0x99,0x00,0x00,0xd0,0x0c,0x07,0xda,0x00,0x00,0x0b,0x20,0xc0,0x7f,0x29, +0x20,0xa2,0x0a,0x2f,0x01,0x30,0x0d,0x00,0x49,0x32,0x07,0xf0,0x04,0xa0,0x00,0xb5, +0x00,0x00,0x02,0xd1,0x00,0x00,0xb9,0x31,0x27,0xd3,0x00,0x00,0x00,0x4a,0xcb,0x70, +0x50,0x00,0xf0,0x05,0x22,0x11,0x11,0x10,0x00,0x3d,0xaa,0xbb,0xd7,0x00,0x09,0x40, +0x00,0x0c,0x10,0x00,0xd0,0x00,0x02,0xb0,0xb2,0x0e,0xf0,0x15,0x84,0x00,0x07,0xa0, +0x00,0x6c,0x00,0x03,0xdf,0x20,0xfa,0x00,0x02,0xd1,0x4a,0x6f,0x90,0x00,0x94,0x04, +0x8c,0x1c,0x10,0x0c,0x00,0xb5,0xa0,0x93,0x00,0xb2,0x0b,0x22,0x0a,0x20,0x06,0x80, +0x55,0x01,0x30,0x0b,0x82,0x04,0xf9,0x00,0xf0,0x0c,0xbc,0x91,0x00,0x00,0x00,0x29, +0x99,0x00,0x00,0x05,0x50,0x81,0x00,0x00,0x54,0x08,0x10,0x00,0x06,0x51,0x92,0x00, +0xaa,0xcf,0xff,0xa9,0x9a,0xb0,0x04,0x59,0xa0,0x7a,0xaa,0x30,0xaa,0x09,0x00,0x00, +0x77,0x06,0xf1,0x03,0xa6,0xaf,0xff,0xfd,0x95,0x00,0x63,0x05,0x40,0x00,0x06,0x30, +0x54,0x00,0x00,0x3a,0xaa,0x20,0xdd,0x01,0x00,0xf0,0x07,0xf0,0x01,0xaf,0xff,0xe5, +0xd4,0x03,0xef,0xc8,0x8c,0x6d,0xba,0xef,0x50,0x00,0x00,0xc0,0x6f,0xcf,0x0c,0x60, +0x00,0x1a,0xb1,0x00,0x00,0xc0,0x3a,0x04,0x40,0x0c,0x00,0x1c,0x70,0x16,0x00,0xf0, +0x2d,0x50,0x00,0x00,0x0d,0x7f,0xfa,0x00,0x00,0x00,0xf8,0x0a,0xfb,0x30,0x03,0x15, +0x00,0x0a,0xff,0xff,0xf8,0x00,0x00,0x03,0x8a,0xa7,0x10,0x35,0x78,0x55,0x55,0x55, +0x2c,0x5f,0xf9,0x55,0x55,0x88,0xc0,0xcd,0x30,0x2a,0xdf,0x8c,0x02,0x30,0x8f,0xff, +0xf8,0xc0,0xdf,0x50,0x7f,0xff,0x8c,0x0c,0xf4,0x00,0x12,0x68,0xc0,0x14,0x01,0xe0, +0x8c,0x0c,0xe4,0x00,0x00,0x48,0xc0,0xdf,0x50,0x00,0x04,0x8c,0x03,0x40,0x0b,0x00, +0xf3,0x47,0x7a,0x20,0x00,0x04,0x8c,0x0d,0xf5,0x00,0x00,0x48,0xc9,0xff,0xc9,0x99, +0x9b,0x81,0x22,0x22,0x22,0x22,0x20,0x00,0x03,0x9f,0xfa,0x30,0x00,0x00,0x9b,0x4d, +0xc6,0xb9,0x00,0x08,0x80,0x0c,0xa1,0x08,0x80,0x2c,0x00,0x0c,0xa1,0x00,0xc2,0x76, +0x00,0x0e,0xe1,0x00,0x67,0x84,0x00,0x50,0x09,0x30,0x49,0x75,0x0a,0xb9,0x6c,0xa8, +0x58,0x3b,0xb6,0xb7,0x1b,0xb6,0xf4,0x0f,0xfd,0x50,0x00,0x6f,0xf0,0x02,0xfa,0x00, +0x00,0x6e,0x20,0x00,0x08,0xdc,0xcd,0x80,0xd6,0x00,0x04,0x1d,0x0d,0x20,0xef,0xb2, +0xc9,0x01,0xf0,0x27,0xff,0xff,0xe0,0x00,0x00,0x00,0xdf,0xff,0xff,0x51,0x65,0x00, +0x0e,0xff,0xff,0xf8,0xef,0xfc,0x00,0xaf,0xff,0xff,0xaf,0xff,0xf4,0x01,0xdf,0xff, +0x86,0xff,0xff,0x40,0x05,0xfc,0xcf,0xcf,0xff,0xc0,0x02,0xf3,0x1d,0xff,0xff,0xf5, +0x00,0xa8,0x0c,0xff,0xff,0xff,0xe0,0x0e,0x35,0xff,0xa7,0x07,0xd0,0xf5,0xbf,0xff, +0xff,0xff,0xf5,0x0c,0xdd,0xa9,0x99,0x99,0x99,0x20,0x38,0x10,0x10,0x00,0xcd,0x00, +0x11,0xe3,0x5d,0x00,0xb0,0x4e,0x40,0x00,0x05,0x44,0x43,0x37,0xf5,0x00,0x0f,0xff, +0xa5,0x07,0xf1,0x06,0x06,0x66,0x66,0x66,0x66,0x61,0x02,0xef,0xff,0xff,0xff,0xfc, +0x00,0x2d,0xfa,0xbb,0xbb,0xc9,0x00,0x01,0xd8,0x29,0x00,0x12,0x1c,0x38,0x0d,0x11, +0xb8,0x06,0x00,0x16,0x02,0xb9,0x2b,0x30,0x4d,0xd9,0x40,0xaf,0x00,0xf0,0x4d,0x04, +0xac,0x30,0x00,0x00,0x4c,0xdb,0x52,0xc6,0x00,0x00,0x24,0x13,0x9c,0x10,0x00,0x00, +0x29,0xcb,0x31,0x00,0x00,0x38,0x89,0x85,0x30,0x00,0x08,0xe2,0x00,0x3e,0x60,0x00, +0x8f,0x62,0xca,0x07,0xf5,0x00,0xef,0x37,0xff,0x24,0xfa,0x00,0x6f,0x71,0xb9,0x08, +0xf3,0x00,0x07,0xf6,0x00,0x6e,0x40,0x00,0x00,0x27,0x99,0x71,0x00,0x00,0x01,0x22, +0x22,0x21,0x00,0x00,0xea,0xaa,0xaa,0xd3,0x00,0x0c,0x00,0x00,0xb2,0xd3,0x00,0xc0, +0x00,0x0d,0x01,0xc3,0x0c,0x00,0x00,0xcc,0xb3,0x90,0xc0,0x2b,0x02,0x10,0x0c,0x76, +0x00,0x0f,0x0b,0x00,0x09,0xf1,0x12,0x0e,0xdd,0xdd,0xdd,0xdd,0x90,0x06,0xcb,0x23, +0xb0,0x3b,0x3b,0x03,0xc0,0x6b,0x92,0x02,0x00,0x00,0x0e,0xa0,0x00,0x03,0xeb,0x00, +0x00,0x2f,0xa0,0x00,0x03,0x70,0x04,0x44,0x01,0x00,0x21,0x21,0xff,0x01,0x00,0x00, +0x19,0x0a,0x22,0x99,0x00,0x15,0x04,0x02,0xd8,0x00,0x0f,0x0f,0x00,0x05,0x40,0xfe, +0xee,0xee,0x20,0x7e,0x0b,0x00,0xd7,0x01,0x0f,0x2d,0x00,0x0e,0x00,0x0f,0x00,0x91, +0x2e,0xee,0xee,0xff,0xee,0xee,0xee,0x20,0x33,0x01,0x00,0x22,0x30,0x03,0x08,0x00, +0x70,0x01,0xee,0xee,0xee,0xfe,0xee,0xee,0xc5,0x0f,0x13,0x6c,0x99,0x03,0x03,0xfd, +0x0e,0x22,0x6e,0x70,0x0f,0x00,0x21,0xeb,0xe7,0x08,0x00,0x42,0x6c,0x04,0xdd,0x40, +0x1e,0x00,0x22,0x8f,0x10,0x2d,0x00,0x17,0x10,0x2d,0x00,0x0b,0x3c,0x00,0x01,0x0f, +0x00,0x11,0x03,0xd9,0x00,0x90,0x43,0x00,0xcd,0xdd,0xdd,0xef,0xdd,0xdd,0xc0,0x46, +0x0d,0x12,0xb0,0x38,0x02,0x12,0xf2,0x2d,0x00,0x21,0xff,0x37,0x07,0x00,0x90,0xf6, +0xf3,0xcc,0x20,0x00,0x00,0x09,0xf3,0x1f,0x8c,0x10,0x90,0x4d,0xc2,0x01,0xf0,0x00, +0x4e,0x90,0x1e,0x70,0x67,0x05,0x30,0x2b,0x10,0x00,0x71,0x05,0x01,0x01,0x00,0x12, +0x1f,0x07,0x00,0x0b,0x0f,0x00,0x12,0x00,0x2d,0x02,0x24,0x0e,0x30,0x0d,0x00,0x12, +0x04,0x47,0x01,0x80,0x4d,0x22,0x22,0xe5,0x22,0x29,0x94,0xc0,0x1a,0x00,0x20,0x89, +0x4c,0x1a,0x00,0x13,0x08,0x0d,0x00,0x11,0x4f,0x21,0x00,0x8e,0x94,0xd2,0x22,0x2e, +0x52,0x22,0x99,0x01,0x41,0x00,0x06,0x0d,0x00,0x02,0x9c,0x05,0x51,0x0f,0x30,0x00, +0x00,0x09,0x3b,0x01,0xf0,0x04,0x00,0x98,0x00,0x0f,0x40,0x04,0xf0,0x09,0x70,0x00, +0xf3,0x00,0x3f,0x00,0x9f,0xee,0xef,0xfe,0xef,0x8d,0x00,0xf0,0x03,0xf4,0x00,0x00, +0x00,0x44,0x44,0x4f,0x74,0x44,0x42,0x3f,0xbb,0xbb,0xfc,0xbb,0xbe,0x93,0xe0,0x34, +0x00,0xf0,0x00,0x89,0x3e,0x11,0x11,0xf4,0x11,0x19,0x93,0xfe,0xee,0xef,0xee,0xee, +0xf9,0x17,0x4e,0x00,0x22,0x04,0x40,0x4e,0x00,0x02,0xd2,0x02,0x51,0x20,0x00,0x00, +0xf2,0x00,0x04,0x00,0x30,0x0f,0x12,0xe3,0x35,0x06,0x41,0x00,0xf1,0x05,0xf5,0x0f, +0x00,0x41,0x10,0x04,0xf1,0x0f,0x1e,0x00,0x52,0x02,0x00,0xf2,0x00,0x2f,0x18,0x02, +0x32,0x20,0x03,0xf0,0x2d,0x00,0x10,0x6c,0x40,0x00,0x10,0x20,0xb5,0x05,0x00,0x0f, +0x00,0x21,0x01,0xf2,0x0f,0x00,0x00,0xf8,0x0a,0xb6,0x01,0x02,0xf1,0x00,0x2b,0x00, +0x00,0x00,0xcf,0xeb,0x00,0x01,0x00,0x22,0x01,0x81,0x08,0x00,0x22,0x0a,0xd2,0x08, +0x00,0x10,0x08,0xaa,0x03,0xe0,0x5c,0xcc,0xcc,0xce,0xcc,0xcc,0x50,0x02,0x44,0x44, +0x6f,0x54,0x44,0x42,0x26,0x00,0x13,0xf1,0x54,0x01,0x10,0x10,0x0d,0x00,0x80,0x11, +0x13,0xf3,0x11,0x11,0x00,0x00,0xaf,0x77,0x00,0x1c,0xc0,0x1e,0x00,0x03,0x0f,0x00, +0x82,0x01,0x11,0x11,0x2f,0x21,0x11,0x11,0x01,0x9d,0x00,0x00,0x85,0x00,0x12,0x56, +0x25,0x00,0x26,0x03,0xf2,0x72,0x02,0x00,0x69,0x00,0x50,0xdc,0xcc,0xc9,0x00,0x01, +0x07,0x02,0x21,0x6f,0x60,0x18,0x00,0x21,0x0d,0xa0,0x07,0x00,0x22,0x0b,0xc0,0x07, +0x00,0x12,0xd1,0x07,0x00,0x11,0xc1,0x07,0x00,0x22,0x2d,0xb0,0x41,0x11,0x11,0x80, +0x24,0x02,0x21,0xdf,0x40,0x48,0x00,0xe6,0xd5,0xcc,0x64,0x32,0x33,0x46,0x20,0xc2, +0x00,0x5a,0xde,0xee,0xdd,0xc2,0xda,0x00,0xc5,0x12,0x34,0x67,0x9c,0x50,0x00,0x0d, +0xfe,0xdd,0xfa,0x86,0x41,0x10,0x02,0xf0,0x3d,0x33,0x33,0x34,0xf4,0x33,0x33,0x30, +0x0c,0xcc,0xcc,0xdf,0xdc,0xcc,0xcc,0x00,0x00,0x09,0x41,0xf0,0x59,0x03,0x00,0x08, +0xee,0xf5,0x1f,0x05,0xdc,0xc2,0x00,0x00,0x0b,0x51,0xf0,0x5c,0x20,0x00,0x04,0x69, +0xe5,0x7f,0x65,0xb0,0x0d,0x00,0x98,0x5a,0x9e,0xfd,0x6e,0xff,0x90,0x00,0x00,0x6d, +0x3f,0x2c,0x50,0x00,0x00,0x02,0xbc,0x11,0xf0,0x1c,0xa1,0x00,0x2b,0xd6,0x00,0x1f, +0x00,0x08,0xfa,0x10,0x50,0x6a,0x02,0x32,0x01,0x60,0x00,0x2d,0x03,0x31,0x00,0x0c, +0xff,0x79,0x04,0x0f,0x01,0x00,0x22,0x11,0x55,0x01,0x00,0x31,0x50,0x1d,0xdd,0x01, +0x00,0x00,0x46,0x01,0x13,0x24,0x2d,0x01,0x10,0xf1,0x6d,0x02,0x11,0xee,0x01,0x00, +0x40,0x00,0x00,0x11,0x11,0xc2,0x06,0x71,0x00,0x1f,0xbb,0xbb,0xbb,0xbf,0x30,0xe8, +0x02,0x00,0x82,0x02,0x01,0x36,0x00,0x32,0x20,0x00,0x02,0x87,0x00,0x61,0x00,0x8b, +0xbb,0xbb,0xbe,0xfd,0x1a,0x01,0x60,0xba,0x62,0x00,0x00,0x1e,0xee,0x5e,0x02,0x00, +0x08,0x04,0x28,0x02,0xf1,0x17,0x03,0x32,0x08,0xee,0xb0,0x0f,0x00,0x26,0x15,0x00, +0x67,0x08,0x12,0x0f,0xad,0x01,0x05,0x69,0x00,0x52,0x0e,0xba,0xaa,0xaa,0xbf,0xf4, +0x02,0xc1,0x02,0xf0,0x00,0x00,0x0b,0xbb,0xbb,0xbb,0xbb,0x00,0x00,0x57,0xcc,0x08, +0x30,0x50,0x0c,0x84,0xb5,0x01,0x70,0x8c,0x00,0xc4,0x06,0xdd,0xdd,0xd5,0x36,0x16, +0x40,0x99,0x11,0x1c,0x60,0xae,0x00,0xf0,0x00,0x50,0x00,0xc6,0x00,0x80,0x00,0x2b, +0xc0,0x00,0x0c,0x60,0x2e,0x00,0xbe,0x90,0x8f,0x0f,0x26,0x80,0x01,0xec,0x00,0x22, +0x09,0x10,0x81,0x00,0x12,0xf6,0x07,0x00,0x21,0xd4,0xe5,0x15,0x00,0x30,0xc1,0x03, +0xe8,0x91,0x05,0x80,0xc0,0x00,0x02,0xdd,0x50,0x03,0xcf,0x70,0x9e,0x11,0x81,0xe4, +0x28,0x10,0xc2,0x00,0x03,0xc0,0x06,0x6e,0x03,0x12,0x3e,0x6f,0x03,0x22,0x03,0xe0, +0x67,0x02,0x10,0x3e,0x16,0x04,0x11,0xd0,0x0f,0x00,0x30,0x01,0xe7,0x00,0x0f,0x00, +0x31,0x03,0xdb,0x00,0x0f,0x00,0x32,0x98,0x00,0x00,0x2d,0x00,0x02,0xed,0x05,0xf0, +0x0b,0x60,0x01,0x00,0x00,0x5c,0x00,0x05,0xd0,0x0d,0x50,0x00,0x6b,0x00,0x05,0xd0, +0x04,0xf2,0x00,0x7a,0x00,0x05,0xd0,0x00,0x9b,0x00,0x98,0x07,0x00,0x30,0x19,0x00, +0xc6,0x07,0x00,0x00,0x25,0x03,0x21,0x05,0xd0,0x0d,0x15,0x00,0x07,0x00,0xf0,0x11, +0x0a,0x90,0x00,0x05,0xd0,0x5c,0x80,0x2f,0x70,0x00,0x06,0xed,0xe6,0x00,0xbc,0xf4, +0x00,0x1e,0xd6,0x00,0x0a,0xc0,0x5f,0x40,0x05,0x00,0x04,0xdc,0x10,0x06,0xe2,0x00, +0x13,0x06,0x25,0x00,0xa6,0xa6,0x08,0x11,0x20,0xe7,0x04,0x30,0x1f,0x13,0x8e,0x96, +0x02,0xf1,0x00,0x7b,0x1f,0x61,0x0e,0xee,0xec,0x00,0xd5,0x1f,0x00,0x0f,0x10,0x4c, +0x06,0xf4,0x07,0x00,0x12,0x1e,0x07,0x00,0x21,0x9b,0xd4,0x07,0x00,0x21,0x31,0xc4, +0x07,0x00,0x15,0x00,0x07,0x00,0x20,0x01,0x1f,0x07,0x00,0xe0,0x3f,0xbe,0x4f,0x23, +0x7c,0x00,0xc4,0x7c,0x50,0x0f,0x2d,0xc6,0x00,0xc4,0xe4,0x03,0x14,0x00,0x07,0x00, +0x04,0x01,0x00,0x40,0x1e,0x11,0x00,0xe2,0xf8,0x02,0x30,0xc0,0x98,0x0e,0xd1,0x05, +0x50,0xd7,0x0c,0x50,0xe2,0x00,0x9c,0x10,0xf0,0x08,0xf6,0x4f,0x64,0x42,0x00,0x0d, +0xd0,0x5f,0xcc,0xfd,0xcc,0x70,0x09,0xfd,0x0c,0x70,0x0e,0x20,0x00,0x01,0xf8,0xd0, +0xb0,0x2d,0x00,0xa0,0x03,0x3d,0x01,0x11,0x1e,0x41,0x11,0x00,0x03,0xd0,0xd9,0x01, +0x60,0xf3,0x00,0x3d,0x00,0x00,0x0e,0x16,0x10,0x21,0xd0,0x00,0x4b,0x00,0x0f,0x0f, +0x00,0x03,0x05,0x01,0x00,0x12,0x41,0x07,0x00,0xf0,0x04,0x2f,0x20,0x01,0x47,0xbf, +0x50,0x00,0x09,0xa8,0xce,0xff,0xa6,0x20,0x00,0x02,0xf3,0x44,0x10,0xf1,0x46,0x04, +0x02,0x9d,0x00,0xf0,0x02,0x9f,0xe0,0x00,0x00,0xf1,0x00,0x00,0x6e,0x5e,0x02,0x22, +0x2f,0x32,0x22,0x01,0x32,0xe6,0x69,0x00,0x32,0xf4,0x00,0x2e,0x1e,0x00,0x12,0x02, +0x1e,0x00,0x0d,0x0f,0x00,0xf1,0x04,0x04,0x44,0x5f,0x54,0x44,0x00,0x02,0xe0,0xbc, +0xcc,0xcc,0xcc,0xc0,0x00,0x00,0x90,0x01,0x30,0x23,0x14,0x06,0x21,0x9a,0x04,0x0e, +0x16,0xf0,0x29,0x0f,0x30,0x0f,0x20,0x00,0x05,0xe0,0x06,0xd0,0x00,0x99,0x00,0x01, +0xec,0x01,0xe4,0x00,0x02,0xf4,0x00,0xbf,0xc0,0xc9,0x00,0x00,0x06,0xe3,0x1e,0x6c, +0x4c,0xde,0xee,0xee,0xe8,0x60,0x14,0xc0,0x01,0x2f,0x31,0x4e,0x00,0x00,0x4c,0x00, +0x02,0xe0,0x04,0xd0,0x00,0x04,0xc0,0x00,0x6b,0x00,0x5c,0x0f,0x00,0xfe,0x0b,0x0c, +0x50,0x06,0xa0,0x00,0x04,0xc0,0x06,0xd0,0x00,0x89,0x00,0x00,0x4c,0x05,0xf3,0x02, +0x2c,0x60,0x00,0x04,0xc0,0xc4,0x00,0xae,0xa0,0x78,0x03,0xb0,0x0d,0x40,0x0f,0x1a, +0x40,0x00,0x00,0x05,0xe0,0x00,0xf2,0xd4,0x01,0xf0,0x15,0xc6,0x00,0x0f,0x20,0x2b, +0x00,0x00,0x5f,0x00,0x00,0xe5,0x35,0x67,0x00,0x1e,0xe4,0xac,0xef,0xfe,0xca,0x80, +0x0c,0xde,0x36,0x43,0xb6,0x00,0x41,0x02,0xd3,0xe0,0x00,0x08,0x90,0x2f,0x20,0xcb, +0x00,0x30,0x6c,0x0c,0x80,0xcb,0x00,0x32,0x02,0xf9,0xc0,0xda,0x00,0x11,0xd1,0xda, +0x00,0xf6,0x0b,0x1b,0xf9,0x00,0x61,0x00,0x2e,0x00,0x6e,0xa4,0xf1,0x0b,0x40,0x02, +0xe2,0xed,0x50,0x0a,0xc2,0xe1,0x00,0x2e,0x04,0x00,0x00,0x0a,0xfa,0x71,0x00,0x41, +0x63,0x00,0x19,0x00,0x97,0x05,0x21,0x6d,0x00,0x43,0x0b,0x10,0xa7,0xf3,0x06,0x11, +0x42,0x9b,0x01,0x80,0x4f,0x02,0xe1,0x11,0x11,0xe3,0x00,0xde,0x24,0x01,0x22,0xe3, +0x0a,0x07,0x00,0xa1,0x0c,0x4e,0x02,0xe2,0x22,0x22,0xe3,0x00,0x2e,0x02,0x23,0x00, +0x11,0x2e,0x15,0x00,0x0d,0x07,0x00,0x30,0xfe,0xee,0xee,0x1c,0x00,0x81,0xe3,0x33, +0x33,0xc2,0x00,0x01,0x10,0x01,0xfc,0x03,0x50,0xb7,0x00,0x6b,0x00,0x00,0x38,0x12, +0x70,0x1c,0x71,0x11,0x11,0x00,0x0b,0x9d,0x96,0x01,0xf5,0x22,0xf1,0x07,0xf4,0x00, +0xa7,0x0b,0x00,0x00,0x04,0xfe,0x40,0x4d,0x00,0xf0,0x00,0x00,0xb6,0xc4,0x2e,0xfe, +0xef,0xee,0xe6,0x01,0x0c,0x6e,0xac,0x12,0xf1,0x1a,0x60,0x00,0xc6,0x74,0xc0,0x0f, +0x00,0xa6,0x00,0x0c,0x40,0x4c,0x00,0xf0,0x0a,0x60,0x00,0xc4,0x04,0x0f,0x00,0xd0, +0xf2,0xef,0x40,0x00,0xc4,0x01,0x30,0x0f,0x01,0x00,0x00,0x0c,0x40,0xe6,0x0c,0x07, +0x01,0x00,0x31,0x62,0x00,0x38,0x25,0x02,0x11,0x10,0xf7,0x05,0x21,0x0a,0x90,0xa4, +0x09,0xf0,0x15,0x02,0xf1,0x5f,0xff,0xff,0xff,0xa0,0x00,0xbe,0x00,0x11,0x11,0x12, +0x11,0x00,0x7f,0xe0,0x04,0x90,0x00,0x7a,0x00,0x2f,0x6e,0x00,0x3d,0x00,0x09,0x80, +0x00,0x32,0xe0,0x00,0xf1,0x00,0xc5,0x3c,0x01,0x40,0x0d,0x40,0x0e,0x20,0x3c,0x01, +0x30,0xb6,0x01,0xf0,0x0f,0x00,0x31,0x08,0x80,0x4c,0x4b,0x01,0xf1,0x1e,0x67,0x08, +0x80,0x00,0x00,0x2e,0x05,0x55,0x55,0xc8,0x55,0x10,0x02,0xe0,0xcc,0xcc,0xcc,0xcc, +0xc3,0x00,0x00,0x71,0x00,0x00,0x03,0x82,0x00,0x00,0x5e,0x02,0x58,0xbf,0xe9,0x40, +0x00,0x0c,0x71,0xfa,0x74,0xf1,0x00,0x00,0x03,0xf0,0x1e,0xb4,0x02,0x30,0xdd,0x01, +0xe0,0x51,0x1a,0x30,0xaf,0xd0,0x1e,0xa2,0x00,0x21,0x3f,0x6d,0x78,0x06,0xe0,0x60, +0x33,0xd0,0x1e,0x11,0x19,0x81,0x10,0x00,0x3d,0x01,0xe0,0x00,0x6a,0xe8,0x02,0x10, +0x1e,0x29,0x02,0x00,0x0f,0x00,0x40,0x03,0x1f,0x01,0x20,0x0f,0x00,0xf6,0x03,0xc2, +0xc6,0x49,0x00,0x3d,0x03,0xf9,0xd5,0xa5,0xeb,0x50,0x03,0xd0,0x8b,0x62,0x09,0x08, +0xc0,0xda,0x00,0x31,0x81,0x00,0x65,0x67,0x0a,0x30,0x00,0x04,0xe0,0x83,0x06,0x40, +0x70,0x00,0x0b,0x40,0xda,0x00,0xf1,0x00,0xcd,0xdd,0xdd,0xdd,0xd1,0x00,0xce,0x03, +0x33,0x3f,0x53,0x33,0x00,0x7f,0xe0,0x74,0x07,0x31,0x2f,0x7e,0x00,0xa1,0x07,0xb0, +0x52,0xe0,0x01,0x11,0xf3,0x11,0x10,0x00,0x2e,0x06,0xff,0x23,0x0e,0x22,0x02,0xe0, +0xc3,0x07,0x12,0x2e,0x1e,0x00,0x05,0x0f,0x00,0x01,0x3c,0x00,0x30,0x10,0x02,0xe3, +0xba,0x05,0x10,0xd4,0x68,0x03,0x11,0x30,0x9a,0x05,0x21,0x20,0x5e,0x0c,0x05,0x30, +0xa0,0x0d,0x80,0xbb,0x04,0x21,0xf3,0x04,0xee,0x09,0x30,0xce,0x01,0xe7,0xd0,0x04, +0x30,0xaf,0xe0,0xbc,0xdf,0x04,0xd0,0x2f,0x5e,0x1c,0x10,0x3f,0xff,0xff,0x30,0x22, +0xe0,0x00,0x03,0xe1,0x69,0x00,0x01,0xee,0x04,0x00,0x5a,0x00,0x40,0x03,0xfc,0xcc, +0xc4,0x0f,0x00,0x62,0x3f,0x44,0x44,0x10,0x02,0xe0,0x2a,0x05,0x07,0x1e,0x00,0x00, +0x0f,0x00,0x0d,0xff,0x02,0x13,0x10,0x51,0x04,0x02,0xf7,0x03,0x10,0xe8,0x34,0x01, +0x41,0xf9,0x00,0x5f,0x10,0xdf,0x08,0x20,0x1e,0xe0,0x21,0x09,0xf1,0x15,0x20,0x0a, +0xfe,0x0b,0xdc,0xcf,0xcc,0xcf,0x14,0xf5,0xe0,0xb4,0x00,0xe2,0x00,0xf1,0x04,0x2e, +0x0b,0x40,0x0e,0x30,0x0f,0x10,0x02,0xe0,0xae,0xee,0xfe,0xee,0xe1,0x00,0x2e,0x05, +0x60,0x2f,0x62,0x00,0x31,0x1d,0x78,0xa0,0x71,0x00,0x21,0x1d,0xf7,0x0f,0x00,0xdb, +0x3a,0xd6,0xbe,0x95,0x20,0x00,0x2e,0x4c,0x60,0x00,0x27,0xad,0x60,0x9c,0x09,0xf1, +0x04,0x03,0x33,0x33,0x5f,0x43,0x33,0x33,0x00,0xbd,0xdd,0xdd,0xfd,0xdd,0xdd,0xd0, +0x00,0x05,0x80,0x1f,0xb8,0x0d,0x30,0xc7,0x01,0xf0,0xb5,0x08,0xf0,0x0c,0x3f,0xb0, +0x1f,0x02,0xfc,0x10,0x00,0x1e,0x6b,0xa4,0xf4,0xd8,0x7e,0x30,0x0b,0x80,0x03,0xef, +0xe8,0x00,0x5b,0x00,0x10,0x01,0xd8,0xf7,0xc1,0x3d,0x00,0xf1,0x07,0xe6,0x1f,0x07, +0xd3,0x00,0x00,0x18,0xe5,0x01,0xf0,0x07,0xf8,0x10,0x2e,0xa1,0x00,0x1f,0x00,0x02, +0xbf,0x20,0x20,0x5a,0x00,0x10,0x20,0xdf,0x08,0x00,0x79,0x13,0xf1,0x2d,0x7a,0xcf, +0xff,0xf5,0x00,0x1e,0x00,0xc5,0x05,0xb0,0x00,0xd3,0x1e,0x02,0xf2,0x09,0x70,0x00, +0xe3,0x1e,0x0b,0xf1,0x0d,0xca,0x90,0xe3,0x1e,0x4f,0xf1,0x1e,0x67,0xd0,0xe3,0x1e, +0x47,0xe1,0x98,0x05,0xb0,0xe3,0x1e,0x00,0xe3,0xf3,0x09,0x80,0xe3,0x1e,0x00,0xe4, +0x8a,0xad,0x30,0xe3,0x1e,0x00,0xe1,0x00,0xbd,0x00,0x07,0x00,0x80,0xa7,0x00,0x51, +0x1e,0x00,0xe1,0x04,0xd0,0x4d,0x00,0xdc,0xe1,0x4e,0x40,0x00,0x12,0x5e,0x00,0xe1, +0xa4,0x00,0x00,0x6e,0xd7,0x43,0x01,0x30,0x1e,0x00,0xf1,0xd2,0x04,0x40,0x08,0xb0, +0x0f,0x10,0xe1,0x04,0x12,0xe6,0x0f,0x00,0xf0,0x02,0x7f,0x12,0x2f,0x32,0x2f,0x32, +0x00,0x1f,0xc0,0xde,0xff,0xee,0xff,0xe3,0x0c,0xfc,0x00,0x1e,0x00,0x31,0x03,0xe7, +0xc0,0x1e,0x00,0x31,0x01,0x4c,0x00,0x2d,0x00,0x91,0x04,0xc3,0xdd,0xfd,0xdd,0xfd, +0xd5,0x00,0x4c,0x68,0x0b,0x70,0x10,0x04,0xc0,0x00,0xb1,0x01,0xa0,0xc2,0x04,0x10, +0xaa,0x8f,0x12,0xed,0x04,0xc0,0x8d,0x10,0x00,0x0b,0x90,0x00,0x4c,0x1b,0x10,0x00, +0x00,0x1c,0xbb,0x01,0xf0,0x41,0xd1,0x00,0x49,0x3e,0x14,0x00,0x00,0x5d,0x48,0xde, +0x94,0xe1,0xe1,0x00,0x0b,0x9c,0x8f,0x20,0x2e,0x07,0x90,0x01,0xf3,0x00,0xe1,0x02, +0xf0,0x1c,0x00,0x9f,0x20,0x0e,0x10,0x1f,0x00,0x00,0x3f,0xf6,0xee,0xff,0xef,0xfe, +0xee,0x0b,0x8e,0x20,0x0e,0x20,0x0f,0x11,0x10,0x40,0xe2,0x00,0xe1,0x01,0xe2,0x97, +0x00,0x0e,0x20,0x4f,0xdf,0x7c,0x7d,0x00,0x00,0xe5,0xfc,0xf5,0x00,0xaf,0x40,0x00, +0x0e,0x31,0x0e,0x10,0x0a,0xc0,0x97,0x10,0xf6,0x04,0xe1,0x1c,0xde,0x08,0x50,0x0e, +0x20,0x1f,0x4e,0xa0,0xd6,0xb3,0x00,0xe2,0x9f,0xb0,0x40,0x03,0xec,0x71,0x00,0x13, +0x72,0x51,0x07,0x50,0xf2,0xff,0xff,0xff,0xfd,0xe8,0x03,0x11,0xf0,0x30,0x06,0x22, +0x2f,0x10,0x08,0x00,0x10,0xce,0x15,0x04,0xc2,0x4d,0x00,0x08,0xfe,0x00,0xee,0xef, +0xfe,0xed,0x00,0x3f,0x5e,0x4b,0x06,0x23,0x04,0x2e,0x2c,0x0b,0x31,0x2e,0x2f,0xff, +0x11,0x04,0x61,0x2e,0x00,0x01,0xdf,0xe6,0x00,0xfb,0x03,0x30,0x5e,0x5e,0x50,0x0b, +0x03,0xf0,0x01,0xd8,0x0e,0x23,0xe7,0x00,0x00,0x2e,0x4f,0x60,0x0e,0x20,0x2d,0xb0, +0x00,0x2e,0x02,0x38,0x00,0x16,0x30,0x78,0x00,0x33,0x40,0x00,0x22,0x85,0x03,0x12, +0xd0,0x85,0x03,0x10,0x0a,0xb1,0x06,0x10,0xe1,0x11,0x09,0x32,0xe2,0x00,0xcd,0x24, +0x00,0x30,0x9e,0xd0,0x0c,0x20,0x09,0x22,0x1e,0x5d,0x0f,0x00,0x12,0x13,0x0f,0x00, +0x23,0x00,0x3d,0x44,0x09,0x10,0xd0,0x22,0x09,0x02,0x05,0x04,0x21,0x00,0xd2,0x05, +0x04,0x91,0x00,0x0d,0x20,0x00,0x3d,0x01,0xe2,0x22,0x22,0x0f,0x00,0xa1,0xcc,0xcc, +0xce,0x20,0x00,0x05,0x00,0x01,0x70,0x00,0x43,0x08,0x12,0x8a,0x17,0x0d,0xf0,0x20, +0x1f,0xfe,0xee,0xf3,0x00,0x0e,0x40,0x0c,0xf3,0x00,0x5c,0x00,0x06,0xf2,0x39,0xb2, +0xd2,0x4d,0x20,0x01,0xef,0x2d,0x31,0x04,0xef,0x30,0x00,0xab,0xe2,0xd2,0x49,0xe8, +0xaf,0xa4,0x06,0x1e,0x2d,0xab,0x61,0x45,0x28,0x90,0x00,0xe2,0xd1,0x03,0xab,0x2f, +0x09,0x30,0x2d,0x14,0xb4,0xdf,0x0c,0xd0,0xe2,0xd1,0x02,0x7c,0x80,0x43,0x00,0x0e, +0x2c,0x12,0xc6,0x01,0x8d,0x59,0x01,0x30,0x03,0x7a,0xd6,0x0f,0x01,0x30,0x0c,0xb8, +0x30,0x36,0x1a,0x31,0x00,0x00,0x45,0x96,0x00,0x02,0x94,0x03,0x21,0x88,0xaf,0xe8, +0x0e,0xf0,0x23,0x0e,0x3a,0x50,0x46,0x00,0x09,0x00,0x05,0xf1,0xa5,0x0a,0x60,0x01, +0xe0,0x00,0xef,0x1a,0x50,0xe3,0x33,0x4e,0x30,0x7d,0xf1,0xb5,0x6f,0x3b,0xbb,0xfb, +0x13,0x3e,0x1b,0x5e,0xf0,0x20,0x1e,0x00,0x00,0xe1,0xc6,0x8f,0x0b,0x41,0xe0,0x00, +0x0e,0x1c,0x20,0xf0,0x3c,0x0f,0x00,0xa0,0xe1,0x0f,0x00,0xa3,0xe0,0x00,0x0e,0x3f, +0x00,0xf0,0x6e,0x16,0x30,0xe6,0xb0,0x0f,0x6c,0x16,0xa2,0x0e,0x65,0x00,0xe0,0x0a, +0xe9,0x00,0x00,0x09,0x20,0xbe,0x07,0x11,0x2f,0xb2,0x01,0xf1,0x0e,0x99,0x1f,0x00, +0x02,0x00,0x3d,0x01,0xf4,0x1f,0x00,0x0e,0x00,0x3d,0x08,0xf3,0x1f,0x4b,0xbf,0xbb, +0x6d,0x3f,0xf3,0x1f,0x02,0x2e,0x22,0x4d,0xc7,0xd3,0x15,0x00,0xd8,0x30,0xd3,0x1f, +0x0d,0xdd,0xea,0x3d,0x00,0xd3,0x1f,0x0d,0x00,0x3a,0x07,0x00,0x20,0xcc,0xda,0x07, +0x00,0x01,0x20,0x08,0x62,0xd3,0x1f,0xee,0xee,0xee,0xfd,0x0e,0x00,0x90,0x3b,0x00, +0x03,0x40,0x00,0x55,0x00,0x00,0x00,0x45,0x09,0x10,0xc0,0x77,0x09,0xf0,0x10,0x0e, +0xee,0xff,0xee,0xe9,0x00,0x0b,0x80,0x09,0x20,0x00,0xa3,0x00,0x06,0xf4,0x00,0x78, +0x00,0x3e,0x00,0x02,0xff,0x40,0x02,0xb0,0x09,0x70,0x00,0x88,0xc4,0x8e,0x47,0x0e, +0x32,0x10,0x0c,0x41,0x5d,0x0a,0x21,0xc4,0x00,0x07,0x00,0xb0,0x0c,0x40,0x4f,0xdd, +0xdd,0xec,0x00,0x00,0xc4,0x04,0xb0,0x45,0x00,0x60,0x0c,0x40,0x4b,0x00,0x00,0x5c, +0x0f,0x00,0x40,0xeb,0xbb,0xbd,0xc0,0x7c,0x06,0x63,0x44,0x44,0x7b,0x00,0x00,0x03, +0xbb,0x0a,0xf0,0x25,0x44,0x44,0x43,0x10,0x2d,0x00,0x7a,0x7c,0xfb,0xb8,0xb3,0x2d, +0x00,0xd4,0x08,0x71,0x30,0xb3,0x2d,0x05,0xf1,0x1d,0x01,0xd1,0xb3,0x2d,0x0e,0xf1, +0xbd,0xbd,0xe8,0xb3,0x2d,0x9c,0xe1,0x66,0x51,0x09,0xb3,0x2d,0x62,0xe1,0x00,0xc4, +0x00,0xb3,0x2d,0x00,0xe1,0x78,0xea,0x85,0x07,0x00,0x60,0x66,0xd9,0x64,0xb3,0x2d, +0x00,0x15,0x00,0xf1,0x01,0x82,0x2d,0x00,0xe1,0x02,0xda,0xbb,0x00,0x2d,0x00,0xe5, +0xfc,0x96,0x20,0x00,0x3d,0x01,0x05,0x25,0xbf,0xe7,0x6f,0x02,0x11,0x67,0x02,0x0a, +0x31,0x00,0x0e,0x40,0x40,0x07,0x20,0x05,0xd4,0x9d,0x01,0x31,0x90,0x00,0xc7,0x8c, +0x09,0xf0,0x16,0x00,0x8f,0x40,0x6d,0xdf,0xed,0xda,0x00,0x3f,0xf3,0x07,0x80,0x00, +0x04,0xb0,0x07,0x8c,0x30,0x7d,0xbb,0xbb,0xcb,0x00,0x00,0xc3,0x07,0x81,0x11,0x15, +0xb0,0x00,0x0c,0x30,0x7d,0x99,0x99,0xbb,0x0f,0x00,0x30,0x92,0x22,0x26,0x0f,0x00, +0x40,0x78,0x11,0x11,0x5b,0x0f,0x00,0x31,0xdb,0xbb,0xbc,0x0f,0x00,0x01,0x29,0x18, +0x20,0xc3,0xef,0x53,0x00,0x60,0x10,0x00,0x00,0x33,0x00,0x07,0x71,0x00,0xf0,0x01, +0xd5,0x00,0x0d,0x30,0x00,0x00,0x06,0xc2,0xee,0xef,0xfe,0xeb,0x00,0x0e,0x42,0xd0, +0x01,0x04,0x80,0x8e,0x02,0xd0,0x00,0x00,0x5c,0x04,0xfe,0xda,0x07,0xf1,0x0b,0xeb, +0x1f,0x8e,0x03,0xd1,0x11,0x11,0x11,0x06,0x2e,0x03,0xce,0xcf,0xcf,0xcf,0x00,0x2e, +0x05,0xbc,0x0c,0x0c,0x0e,0x00,0x2e,0x06,0xac,0x07,0x00,0x91,0x09,0x7f,0xef,0xef, +0xef,0x00,0x2e,0x0c,0x4c,0x0e,0x00,0x21,0x2f,0x1c,0x07,0x00,0x91,0x39,0x0c,0x0c, +0x0b,0xba,0x00,0x06,0x40,0x00,0x52,0x13,0xf0,0x1f,0xe6,0x66,0x68,0xf7,0x66,0x61, +0x00,0x5d,0x48,0x88,0x88,0x88,0x88,0x10,0x0c,0x60,0x4a,0xaa,0xaa,0xa9,0x00,0x05, +0xf3,0x06,0xc2,0x22,0x24,0xe0,0x01,0xef,0x30,0x6c,0x22,0x22,0x4e,0x00,0x8d,0xd3, +0x04,0xaa,0xaa,0xaa,0x90,0x02,0x1c,0x36,0x25,0x00,0xf0,0x08,0x81,0x00,0xc3,0xc6, +0x33,0x33,0x33,0x3e,0x20,0x0c,0x39,0x8d,0xdd,0xdd,0xda,0xa1,0x00,0xc3,0x00,0x11, +0x3e,0x11,0x00,0xd3,0x20,0x10,0x02,0xb4,0x02,0x12,0xc3,0x57,0x06,0x56,0x0c,0x30, +0x07,0xfe,0x90,0xaa,0x03,0x21,0x0c,0x40,0x10,0x05,0x30,0x3f,0x1f,0xee,0x8e,0x02, +0xf1,0x07,0x99,0x1e,0x00,0xf0,0xe1,0x1e,0x01,0xf3,0x1e,0x22,0xf0,0xe1,0x1e,0x09, +0xf2,0x1f,0xcc,0xf0,0xe1,0x1e,0x3f,0xf2,0x15,0x00,0xf1,0x03,0xb7,0xe2,0x1e,0x44, +0xf0,0xe1,0x1e,0x30,0xe2,0x1f,0x99,0xf0,0xe1,0x1e,0x00,0xe2,0x1e,0x00,0x07,0x00, +0x21,0x1f,0x66,0x07,0x00,0xfb,0x0b,0x09,0x88,0x80,0xb0,0x1e,0x00,0xe2,0x0b,0x67, +0x80,0x00,0x1e,0x00,0xe2,0x7d,0x00,0xe2,0x00,0x2e,0x00,0xe3,0xa2,0x00,0x41,0x3f, +0xf8,0x03,0x05,0x50,0x0c,0x30,0x1e,0x00,0x88,0x8a,0x00,0x10,0x2f,0xf5,0x0b,0x21, +0x89,0x6f,0x2e,0x07,0x11,0xe4,0x0e,0x00,0xf0,0x1a,0x06,0xf2,0x9b,0xcf,0xbb,0xee, +0xbb,0x0e,0xf2,0x35,0xe8,0x44,0x44,0x44,0x8b,0xe2,0x0a,0xe2,0x11,0x11,0x10,0x42, +0xe4,0xbf,0xec,0xdf,0xcc,0xf3,0x00,0xe8,0xbb,0x70,0x2d,0x00,0xc3,0x00,0xe2,0x09, +0xed,0xef,0xdd,0xba,0x1f,0x04,0x0e,0x00,0x14,0xdf,0x0e,0x00,0x11,0xd3,0x07,0x00, +0x71,0x0c,0xd1,0x00,0x06,0x60,0x00,0x5b,0x42,0x01,0xf0,0x35,0x22,0x27,0xc2,0x22, +0x20,0x00,0x5e,0x5a,0xaa,0xce,0xaa,0xa9,0x00,0x0d,0x80,0x78,0x8b,0xd8,0x88,0x20, +0x07,0xf4,0x0e,0x31,0x7b,0x11,0xc5,0x03,0xff,0x40,0xeb,0xac,0xea,0xae,0x50,0xc9, +0xc4,0x0e,0x75,0x9d,0x55,0xd5,0x03,0x0c,0x40,0x44,0x49,0xc4,0xcb,0x10,0x00,0xc4, +0x6c,0xcc,0xdf,0xde,0xe9,0x00,0x0c,0x41,0x11,0x10,0x01,0xf0,0x60,0x00,0xc4,0xde, +0x89,0x0d,0x70,0x10,0x0c,0x40,0x1d,0x40,0x01,0xf0,0x4e,0x02,0x31,0x3e,0x20,0x1f, +0x33,0x01,0x14,0x12,0x89,0x0d,0x01,0xd9,0x12,0x20,0x60,0x4b,0x50,0x16,0x40,0x00, +0xd6,0x04,0xb0,0x50,0x05,0xd0,0x4e,0x5d,0xef,0xdd,0xdf,0xdd,0x10,0x0c,0x80,0x04, +0xc3,0x33,0xf0,0x51,0x03,0xf0,0x1b,0x28,0xae,0x88,0x00,0x03,0xff,0x40,0x8c,0xcd, +0xfc,0xcc,0x50,0xc8,0xc4,0x0a,0x50,0x3d,0x00,0xa6,0x02,0x0c,0x40,0xab,0x9a,0xf9, +0x9d,0x60,0x00,0xc4,0x02,0x33,0x6e,0x33,0x31,0x00,0x0c,0x40,0xcd,0xde,0xfd,0xdd, +0x80,0xb0,0x02,0x11,0x3d,0x95,0x01,0x55,0x7d,0xdd,0xfd,0xdd,0x40,0x0f,0x00,0xa1, +0x47,0xdd,0xde,0xfd,0xdd,0xd1,0x00,0x05,0x50,0x29,0x71,0x00,0x40,0xd6,0x0b,0xea, +0xa9,0xfa,0x1a,0xf0,0x19,0x05,0xc2,0x29,0xb0,0x00,0x00,0x0b,0x94,0xf5,0x23,0xf5, +0x22,0x00,0x04,0xf7,0xef,0xba,0xcd,0xaa,0xf1,0x01,0xef,0x41,0xe1,0x09,0x50,0x0e, +0x10,0x8c,0xc4,0x0c,0xdf,0xed,0xdd,0xd1,0x02,0x1c,0x40,0x18,0xe9,0xbe,0x04,0xf8, +0x1a,0xc4,0x7d,0x71,0xe5,0x4d,0x90,0x00,0x0c,0x41,0x05,0xc5,0xfa,0xd0,0x00,0x00, +0xc4,0x6d,0x81,0x9f,0x3a,0x50,0x00,0x0c,0x42,0x15,0xc5,0xb5,0x3e,0x30,0x00,0xc4, +0x7d,0xa2,0x0e,0x30,0x4d,0x00,0x0c,0x44,0x10,0x9f,0x71,0x0b,0x30,0x03,0x20,0x41, +0x3c,0x00,0x40,0x00,0xc5,0x06,0xb0,0x2c,0x04,0xf1,0x09,0x4d,0x5c,0xcc,0xef,0xcc, +0xc8,0x00,0x0b,0x50,0x56,0x69,0xd6,0x66,0x00,0x05,0xf2,0x04,0x44,0x8d,0x44,0x40, +0x01,0xdf,0x2c,0x9e,0x00,0xf0,0x1d,0xb6,0xe2,0x00,0x01,0x30,0x21,0x10,0x03,0x0e, +0x28,0xbd,0xd8,0x1d,0x4d,0x20,0x00,0xe2,0x21,0x88,0x01,0xe0,0x46,0x00,0x0e,0x3c, +0xce,0xec,0xcf,0xcc,0xc2,0x00,0xe2,0x00,0x9a,0x63,0xa4,0xc2,0x00,0x0e,0x3c,0xbc, +0xb5,0x26,0xf5,0xb9,0x0c,0xcc,0x88,0x07,0xdd,0x48,0x30,0x0e,0x20,0xcd,0x53,0x80, +0x3d,0xd1,0x28,0x07,0xf0,0x35,0x09,0x65,0x80,0x2e,0x07,0x60,0x00,0x1f,0x21,0xf2, +0x2e,0x0e,0x20,0x00,0x7d,0x9b,0xed,0xcf,0xce,0xb7,0x00,0xe7,0xc5,0x33,0x33,0x33, +0x7a,0x08,0xf4,0x96,0xda,0xaa,0xad,0x67,0x3f,0xf4,0x04,0xd1,0x11,0x1e,0x20,0xca, +0xc4,0x02,0x99,0x99,0x99,0x10,0x30,0xc4,0x0d,0x99,0x99,0x9a,0xc0,0x00,0xc4,0x0f, +0xa9,0x99,0x9a,0xe0,0x00,0xc4,0x0f,0x43,0x33,0x35,0x07,0x00,0xf5,0x0a,0x76,0x66, +0x68,0xe0,0x00,0xc4,0x0e,0xba,0xaa,0xab,0xd0,0x00,0xc4,0x02,0x8c,0x10,0xaa,0x40, +0x00,0xc5,0xcb,0x60,0x00,0x04,0xb9,0x8e,0x02,0xf0,0x0e,0x17,0x10,0x00,0xf0,0x05, +0x00,0x03,0xd0,0x79,0x00,0x0f,0x02,0xe0,0x00,0x98,0x00,0x60,0x7f,0xff,0xf8,0x00, +0x0e,0x3d,0xee,0xe3,0x1f,0x2f,0x10,0x05,0x1b,0x0b,0xc0,0xf7,0xa0,0x00,0xdf,0x16, +0xee,0xdb,0xef,0xff,0xe6,0x6c,0xe1,0xee,0x08,0xf1,0x15,0x00,0x04,0x3e,0x15,0xaa, +0x90,0xbe,0x33,0x30,0x00,0xe1,0x14,0x44,0xcf,0xdb,0xbe,0x00,0x0e,0x16,0x99,0xa6, +0x78,0x01,0xe0,0x00,0xe1,0xa6,0x2e,0x07,0xfe,0xee,0x00,0x0e,0x1a,0x30,0xd0,0x0f, +0x00,0x30,0xae,0xdf,0x07,0x1e,0x00,0x50,0x18,0x30,0xd0,0x7a,0x34,0x68,0x05,0x16, +0x25,0x49,0x11,0x00,0x67,0x11,0x61,0x1a,0x81,0x11,0x11,0x00,0xef,0xba,0x0f,0x10, +0xf0,0xc5,0x1c,0x20,0x04,0x10,0x60,0x07,0xf0,0x0c,0x50,0x00,0x8d,0x20,0x00,0x00, +0x1d,0x70,0x00,0x01,0x9e,0x30,0x00,0x0e,0xfd,0xef,0xff,0xfe,0xdf,0x20,0x00,0x54, +0x3e,0x50,0x6c,0x00,0x84,0xa2,0x11,0x02,0x87,0x13,0x30,0x6e,0x00,0x6c,0x5c,0x05, +0xf7,0x06,0x1e,0x70,0x06,0xc0,0x00,0xc4,0x00,0x4d,0xb0,0x00,0x6d,0x10,0x1f,0x20, +0xce,0x80,0x00,0x02,0xef,0xff,0xa0,0x28,0x15,0x11,0x1f,0xaa,0x0f,0x30,0x40,0x01, +0xf0,0xa7,0x09,0x31,0x4e,0x10,0x1f,0x70,0x20,0x40,0x9a,0x01,0xf0,0x07,0x3b,0x0f, +0x45,0xc1,0x1f,0x00,0xd2,0xf6,0x11,0x02,0x42,0x10,0x10,0xfe,0xf4,0x12,0x22,0x06, +0xb0,0x13,0x12,0x11,0x6b,0xd9,0x02,0x12,0xe0,0x0f,0x00,0x12,0xa9,0x97,0x0c,0x60, +0x4f,0x20,0x06,0xb0,0x00,0x20,0x34,0x19,0x60,0x5c,0x10,0x2f,0x10,0xde,0x50,0x71, +0x00,0x1c,0x90,0x71,0x00,0x03,0xb3,0x10,0x14,0x0e,0x95,0x10,0x03,0xd9,0x13,0xf0, +0x01,0x02,0x22,0x3f,0x22,0x22,0x00,0x00,0x03,0xfd,0xdd,0xdd,0xdd,0xf5,0x00,0x00, +0x3c,0x7c,0x01,0x20,0x50,0x00,0x11,0x19,0x00,0x53,0x0c,0x11,0x3f,0x0b,0x16,0x00, +0xd0,0x10,0x21,0x08,0xa0,0xd7,0x22,0x40,0x00,0x79,0x00,0x01,0x08,0x01,0xfd,0x04, +0x07,0x90,0x00,0xb4,0x01,0x6e,0xa0,0x00,0x7b,0x10,0x1e,0x21,0xfc,0x60,0x00,0x03, +0xef,0xff,0xb0,0x55,0x09,0x23,0x05,0xd1,0x0c,0x13,0x03,0x08,0x00,0x13,0x0b,0x23, +0x00,0x22,0x4f,0x50,0x4c,0x02,0x22,0xfd,0x00,0x35,0x03,0x12,0xd7,0x16,0x00,0x31, +0x14,0xe1,0x00,0xf8,0x21,0x20,0x0c,0x90,0x3c,0x00,0x30,0xf1,0x00,0x4f,0xe3,0x0b, +0x10,0xf7,0x63,0x1c,0xa0,0x00,0x02,0xea,0x00,0x00,0x00,0xdb,0x00,0x06,0xfb,0xb1, +0x00,0x31,0xdd,0x21,0xc7,0x21,0x01,0x1c,0xa1,0x70,0x00,0x12,0x0e,0xec,0x18,0x20, +0x3e,0x20,0x9d,0x18,0x23,0x22,0x9b,0x6e,0x1e,0xf1,0x1b,0xff,0xff,0x43,0xe0,0x00, +0x7f,0x90,0x00,0xd4,0x3e,0x00,0x0c,0x5f,0x10,0x0d,0x43,0xe0,0x05,0xb0,0xa8,0x00, +0xd4,0x3e,0x03,0xe3,0x02,0xf5,0x0d,0x43,0xe7,0xf6,0x00,0x05,0xf9,0xd4,0x3e,0x43, +0x00,0x00,0x02,0x3d,0x43,0xd4,0x0b,0x20,0xd4,0x3e,0x5c,0x00,0x20,0x2e,0x43,0x0b, +0x11,0x20,0xff,0xc1,0xa9,0x01,0x12,0x20,0x43,0x15,0x12,0xf8,0x9f,0x10,0x21,0xe3, +0xd9,0x0e,0x00,0xe0,0xe2,0x01,0xda,0x00,0x00,0x00,0x1b,0xd2,0x00,0x01,0xbd,0x30, +0x00,0x7e,0x8b,0x00,0x40,0x8f,0x90,0x2c,0x4e,0x6e,0x00,0x10,0x5c,0x86,0x00,0x03, +0x1d,0x12,0x02,0x6f,0x10,0x51,0xde,0xef,0xff,0xee,0xe2,0x0f,0x00,0x03,0x0e,0x10, +0x04,0x1e,0x00,0x10,0x20,0x2d,0x07,0x01,0xa3,0x00,0x10,0xe0,0xd9,0x42,0x20,0x0c, +0x30,0x45,0x0c,0x42,0x70,0x00,0x7c,0x00,0x8a,0x25,0x21,0xc8,0x00,0xad,0x24,0x00, +0x2e,0x1b,0x80,0xcb,0x00,0x38,0x00,0x07,0xf3,0x00,0xcd,0x9f,0x1f,0x40,0x09,0xf2, +0x05,0x10,0x69,0x1f,0x00,0x00,0x04,0x50,0xd8,0x00,0x11,0x00,0x00,0x4a,0x1b,0x21, +0x08,0xd0,0x08,0x02,0x01,0x37,0x23,0xf2,0x02,0x2e,0x61,0x23,0x45,0x8f,0x50,0x00, +0x0d,0xff,0xff,0xed,0xba,0xae,0x10,0x00,0x33,0x10,0xe1,0x25,0x01,0x35,0x01,0x50, +0x00,0x00,0x05,0xb0,0x00,0xd0,0x19,0x00,0x8b,0x05,0x20,0x0b,0x50,0xf8,0x18,0x10, +0xff,0x4c,0x25,0x71,0x11,0x6b,0x11,0x11,0x1c,0x61,0x10,0x1e,0x00,0x10,0xc5,0x07, +0x11,0x46,0xee,0xee,0xef,0x50,0x2d,0x00,0x07,0x0f,0x00,0x24,0xc5,0x00,0x2d,0x00, +0x32,0x1f,0xff,0xff,0x7d,0x07,0x40,0x03,0x91,0x01,0x83,0x7e,0x14,0x70,0xe6,0x00, +0x06,0xcd,0x60,0x00,0xeb,0xdf,0x01,0x16,0x4c,0x0f,0x02,0x00,0x70,0x13,0x21,0xef, +0x10,0x13,0x11,0x00,0xfa,0x00,0x00,0x9e,0x17,0x17,0xdf,0x0f,0x00,0xb0,0xcb,0xbb, +0xbb,0xcf,0x10,0x00,0x00,0xe4,0x11,0x11,0x12,0x0f,0x00,0xf0,0x01,0x42,0x22,0x22, +0x3f,0x10,0x00,0x00,0xec,0xbb,0xbb,0xbb,0xf1,0x00,0x01,0x1e,0x41,0xf8,0x14,0x12, +0x02,0x69,0x00,0x10,0xf3,0x8f,0x12,0xd0,0x09,0x92,0x00,0x00,0x06,0xea,0x10,0x00, +0x18,0xea,0x10,0x1e,0xb4,0xd2,0x00,0x35,0xae,0x10,0x10,0x81,0x0d,0x12,0x20,0x47, +0x12,0x52,0xd2,0x0a,0x60,0x00,0x00,0x2b,0x15,0xf5,0x01,0xb0,0x00,0x1f,0x11,0xe3, +0x1a,0x71,0x6c,0x00,0x01,0xf0,0x0d,0x20,0xa6,0x05,0xc0,0x0f,0x00,0x12,0xff,0x6e, +0x15,0x10,0x1f,0x2d,0x00,0x14,0x5c,0x1e,0x00,0x94,0x01,0x4f,0x22,0xe5,0x2b,0x82, +0x7c,0x20,0x8d,0x3a,0x14,0x40,0x08,0x60,0x01,0xb5,0x49,0x13,0x80,0xc2,0x00,0x04, +0xdc,0x30,0x02,0xdd,0x60,0x49,0x13,0x12,0x70,0x3f,0x09,0x20,0x10,0x00,0xd1,0x06, +0x01,0x14,0x08,0x20,0x2e,0x60,0xf3,0x1f,0xd0,0x09,0xbb,0xdd,0xbb,0xbe,0xeb,0xba, +0x00,0x33,0x33,0xc8,0x3a,0xa3,0x3b,0x14,0x30,0x0a,0x60,0x88,0xd1,0x02,0x00,0x36, +0x0c,0x10,0xfa,0xff,0x02,0x60,0x60,0x98,0x07,0xa0,0x01,0xee,0x0f,0x00,0x21,0xff, +0xe2,0x1e,0x00,0x90,0x06,0xa0,0x00,0x0d,0xdd,0xfe,0xdf,0xfd,0xea,0x8f,0x29,0xf2, +0x0e,0x60,0x9e,0xb1,0x00,0x00,0x02,0xd8,0xb6,0x08,0x88,0xd3,0x00,0x19,0xe6,0x0a, +0x60,0x88,0x05,0xeb,0x10,0x81,0x00,0xa6,0x08,0x80,0x01,0x70,0x00,0xaf,0x06,0x12, +0xf5,0x06,0x0a,0x71,0x7a,0x13,0xe1,0x1d,0x40,0x00,0xa6,0x06,0x90,0x2e,0x00,0xd4, +0x00,0x0a,0x60,0x69,0x02,0xe0,0x0d,0x0f,0x00,0x73,0x1b,0x71,0x7a,0x14,0xe1,0x1d, +0x51,0x96,0x01,0x1b,0x90,0x1e,0x00,0x0f,0x0f,0x00,0x01,0x03,0x4b,0x00,0x11,0x3f, +0x0e,0x16,0x00,0xff,0x04,0x10,0x11,0x94,0x02,0x70,0x20,0x09,0x80,0x00,0xf2,0x00, +0x4e,0x7d,0x17,0x33,0x20,0x04,0xe0,0x0d,0x00,0x72,0x99,0x22,0x2f,0x42,0x26,0xe0, +0x09,0x8f,0x04,0x10,0x30,0x27,0x00,0x20,0x21,0x4e,0x34,0x00,0x30,0x0a,0x74,0xe0, +0x0d,0x00,0x19,0xa7,0x0d,0x00,0x02,0xf2,0x17,0x20,0x70,0x22,0x01,0x00,0x16,0xb7, +0xa6,0x27,0x21,0xff,0xf5,0xbc,0x04,0xf0,0x30,0xd7,0x00,0x04,0x10,0x00,0x0a,0xd3, +0x00,0x51,0xd4,0x81,0x02,0xe0,0x09,0x3d,0x3d,0x36,0xd1,0x2e,0x06,0xb0,0xd3,0xd3, +0x07,0x73,0xf6,0xc0,0x0d,0x3d,0x30,0x04,0xdf,0xd7,0x00,0xd3,0xd3,0x2b,0xb5,0xe1, +0xd6,0x0d,0x3d,0x6e,0x60,0x2e,0x01,0xd4,0xd3,0xd4,0x10,0x8a,0xd0,0x02,0x1d,0x3d, +0x30,0x05,0x62,0x00,0x00,0xd3,0xde,0xee,0x4e,0x02,0x20,0x31,0x11,0x01,0x00,0x00, +0xc6,0x2a,0x00,0xd2,0x02,0x01,0x7f,0x20,0x10,0xa8,0x1b,0x04,0x12,0xf4,0x80,0x27, +0x11,0xac,0x85,0x0f,0x31,0x00,0x7f,0x20,0xff,0x16,0x20,0x7f,0x50,0xa3,0x01,0x30, +0xa0,0x1e,0x9f,0x95,0x00,0x82,0x4c,0x10,0x00,0x22,0x7d,0x22,0x23,0xf0,0x32,0x17, +0x10,0x2f,0x3d,0x00,0x21,0xe5,0x00,0xeb,0x17,0x10,0x6e,0x71,0x0d,0x00,0xbc,0x25, +0x01,0x91,0x2a,0xc7,0x7f,0x70,0x01,0x11,0xb9,0x00,0x00,0xbc,0x30,0x00,0x7f,0xfd, +0xc4,0x13,0x11,0xc4,0xcc,0x15,0x20,0x00,0xc4,0x21,0x06,0x10,0xfc,0x06,0x08,0xf0, +0x09,0x89,0x00,0x5c,0x00,0xc9,0xad,0x20,0x98,0x00,0x5b,0x9f,0xfb,0x62,0x00,0x97, +0x00,0x6b,0x10,0xc4,0x00,0x00,0xb6,0x00,0x7a,0x1c,0x00,0x10,0xe3,0x07,0x00,0x00, +0x67,0x05,0xf0,0x04,0x89,0x00,0xc5,0x6c,0x46,0xc0,0x00,0x98,0x01,0xff,0xb4,0x0e, +0x50,0x00,0xb7,0x03,0xb3,0x00,0x7d,0xaa,0x0a,0x60,0x00,0x07,0xf3,0x01,0x14,0xf2, +0x79,0x1b,0x39,0x09,0xff,0x90,0xca,0x04,0x30,0x2e,0x0f,0xff,0x2b,0x1f,0x80,0x2e, +0x01,0x1c,0x61,0x11,0x02,0xe0,0x2e,0xa3,0x15,0x00,0x07,0x00,0x30,0x5f,0xaa,0xa9, +0x07,0x00,0xf0,0x09,0xb9,0x66,0x8d,0x02,0xe0,0x2e,0x05,0xe0,0x00,0x69,0x02,0xe0, +0x2e,0x0d,0x74,0x00,0xb6,0x02,0xe0,0x2e,0x06,0x1d,0xa3,0xf1,0x1c,0x00,0x31,0x00, +0xbf,0x80,0x07,0x00,0x81,0x6f,0x10,0x01,0x50,0x2e,0x00,0x04,0xf4,0x1c,0x0e,0x10, +0x8f,0xc2,0x05,0x30,0x4e,0x08,0xc2,0x0b,0x06,0x05,0xf7,0x09,0x13,0x24,0x6b,0x00, +0xf0,0x0b,0x10,0x35,0x55,0x55,0x54,0x00,0x08,0x40,0x8b,0xcf,0xbb,0xcd,0x0f,0xff, +0xfd,0x00,0x4d,0x00,0x4d,0x01,0x11,0xb7,0x00,0x5b,0x00,0x4c,0x24,0x0e,0xf9,0x2c, +0x6a,0x00,0x5c,0x00,0x0e,0x59,0x60,0x89,0x00,0x5b,0x00,0xbf,0xea,0x00,0xb5,0x00, +0x6a,0x0b,0xbf,0xac,0x00,0xe2,0x00,0x7a,0x1b,0x0f,0x2a,0x34,0xe0,0x00,0x89,0x00, +0x0f,0x20,0x0b,0x80,0x00,0x97,0x00,0x0f,0x20,0x4f,0x10,0x00,0xc5,0x00,0x0f,0x23, +0xf7,0x02,0x23,0xf2,0x00,0x0f,0x26,0x90,0x08,0xed,0x80,0xd2,0x00,0x21,0xe3,0x0b, +0xb6,0x18,0x66,0xe3,0x0b,0x40,0x00,0xe2,0x2e,0x07,0x00,0x20,0x62,0x22,0x07,0x00, +0x70,0x09,0xdf,0xcc,0xc1,0x2e,0x00,0xe3,0x60,0x11,0x00,0x07,0x00,0x30,0x4e,0x99, +0x92,0x07,0x00,0x30,0x6c,0x66,0xe3,0x07,0x00,0x11,0x96,0x2a,0x00,0x01,0x2d,0x11, +0x40,0x00,0xe3,0x04,0xd0,0xc9,0x09,0xd1,0xe3,0x1e,0x50,0x04,0xd0,0x00,0x01,0xe3, +0x69,0x06,0xee,0x60,0x00,0x33,0x19,0x09,0x01,0x00,0xf1,0x06,0x27,0xd6,0x00,0x00, +0x3d,0x06,0xae,0xfd,0x71,0x00,0x00,0x3d,0x09,0x74,0xf1,0x00,0x0d,0x30,0x3d,0x00, +0x00,0x07,0x00,0xf1,0x02,0x03,0x33,0xf5,0x33,0x0d,0x30,0x3d,0x1c,0xcd,0xfd,0xcc, +0x2d,0x30,0x3d,0x00,0x09,0xf6,0x1c,0x00,0x30,0x1e,0xfd,0x70,0x07,0x00,0xf1,0x06, +0x97,0xf3,0xd7,0x0d,0x30,0x3d,0x04,0xe0,0xf1,0x29,0x0d,0x30,0x3d,0x2e,0x40,0xf1, +0x00,0x03,0x00,0x3d,0x17,0xac,0x05,0x11,0x3d,0xaa,0x04,0x30,0x22,0x6d,0x00,0x6f, +0x10,0x23,0xff,0xd6,0xab,0x10,0x00,0x96,0x04,0x92,0xd0,0x00,0x1e,0x02,0xc1,0xb1, +0xa1,0xd0,0xc2,0x07,0x00,0x1b,0xd2,0x07,0x00,0xdf,0x1c,0xfc,0xec,0xec,0xf9,0xd2, +0x1e,0x06,0xd5,0xc5,0xb5,0xe3,0xd2,0x23,0x00,0x01,0x12,0x40,0x07,0x00,0x01,0x46, +0x00,0xb3,0xa2,0xd0,0x01,0x4e,0x02,0xc1,0xb1,0xbe,0x90,0x1f,0xe8,0x50,0x1d,0x11, +0x0e,0xc1,0x04,0xc0,0x4d,0x00,0x0c,0x60,0x30,0x05,0xb0,0x4d,0x00,0x4c,0x01,0xe3, +0x07,0x00,0xf6,0x17,0xd4,0x23,0x9d,0x05,0xb0,0x4d,0x07,0xff,0xdc,0xac,0x75,0xb0, +0x4d,0x01,0x10,0x43,0x02,0x25,0xb0,0x4d,0x00,0x00,0x97,0x00,0x05,0xb0,0x4d,0x06, +0xbb,0xed,0xbb,0x55,0xb0,0x4d,0x02,0x44,0xba,0x44,0x15,0x00,0x90,0x00,0x00,0x99, +0x69,0x70,0x00,0x4d,0x08,0xbe,0xa2,0x0d,0x30,0x5c,0x07,0x52,0x8d,0x03,0x15,0xe7, +0x6d,0x49,0x10,0xa6,0x08,0x1a,0xf0,0x07,0x01,0xf0,0xa6,0x00,0x00,0x20,0x2e,0x05, +0xe6,0xca,0x66,0x20,0xe1,0x2e,0x0c,0xb9,0xdc,0x99,0x40,0xe1,0x2e,0x2e,0x95,0x17, +0xf4,0x13,0xe1,0x2e,0x3d,0xcc,0xee,0xcc,0xc0,0xe1,0x2e,0x03,0x33,0xb8,0x33,0x30, +0xe1,0x2e,0x02,0x44,0xb9,0x44,0x20,0xe1,0x2e,0x09,0xdb,0xed,0xbd,0x80,0xe1,0x2e, +0x09,0x60,0xa6,0x07,0x07,0x00,0x10,0x00,0x07,0x00,0xb1,0x08,0x80,0x00,0x2e,0x08, +0x60,0xa6,0xce,0x40,0x12,0x5e,0xd4,0x17,0x2a,0x5f,0xe8,0xdf,0x11,0x12,0x01,0x34, +0x01,0xb0,0x01,0xe0,0x00,0x02,0xd0,0xd1,0x1e,0x01,0xe2,0x22,0x24,0x07,0x00,0xf1, +0x15,0xfc,0xcc,0xcc,0xa0,0xd1,0x1e,0x01,0xe0,0x03,0x90,0x00,0xd1,0x1e,0x02,0xd3, +0x47,0xc4,0x40,0xd1,0x1e,0x02,0xcb,0xcc,0xeb,0xd0,0xd1,0x1e,0x03,0xbb,0x24,0xb0, +0xd0,0xd1,0x1e,0x04,0xab,0x07,0x00,0xf0,0x07,0x07,0x8b,0x24,0xb0,0xd0,0x50,0x1e, +0x0a,0x5b,0x24,0xb4,0xd0,0x00,0x1e,0x1e,0x09,0x24,0xb9,0x50,0x01,0x3e,0x05,0x35, +0x2f,0x25,0x6f,0xe8,0xa4,0x18,0x12,0x20,0xdc,0x02,0x11,0x6d,0xf0,0x11,0x73,0x00, +0x01,0xc7,0x00,0x05,0xe1,0x00,0x42,0x06,0x03,0x2c,0x1b,0xf1,0x0c,0x30,0x00,0x3f, +0xee,0xef,0x30,0xd1,0x0e,0x20,0x03,0xd0,0x00,0xd3,0x0e,0x10,0xe2,0x00,0x3f,0x99, +0x9e,0x30,0xe1,0x0e,0x20,0x03,0xe3,0x33,0x0f,0x00,0x31,0x3e,0x33,0x3d,0x0f,0x00, +0x30,0xf9,0x99,0xe3,0x0f,0x00,0x52,0x3d,0x00,0x0d,0x30,0x20,0x2d,0x00,0x00,0xe6, +0x04,0x5c,0x3d,0x08,0xfd,0x10,0x0f,0x9a,0x1a,0x21,0x2e,0x1f,0x5f,0x00,0x11,0x2e, +0x0d,0x00,0xd0,0xb2,0x2e,0x02,0xee,0xee,0xee,0x40,0xd2,0x2e,0x02,0xd0,0x00,0x0c, +0x07,0x00,0x11,0xe0,0x07,0x00,0x72,0x01,0xdd,0xdd,0xdd,0x30,0xd2,0x2e,0xa3,0x06, +0xd1,0x2e,0x0a,0xed,0xef,0xdd,0xe0,0xd2,0x2e,0x0a,0x50,0x69,0x02,0xe0,0x0e,0x00, +0x32,0xde,0xe0,0x61,0x0e,0x00,0xf6,0x00,0x00,0x2e,0x0a,0xec,0xee,0xcd,0xe0,0x00, +0x4e,0x0a,0x60,0x00,0x02,0xc0,0x7f,0xa9,0x0d,0x20,0x87,0x00,0xcf,0x0e,0xf0,0x17, +0x05,0xfe,0x50,0x00,0x30,0x4c,0x00,0x3e,0x63,0xe9,0x02,0xe0,0x4c,0x07,0xf5,0xa6, +0x1b,0x92,0xe0,0x4c,0x2e,0x30,0x18,0x00,0x12,0xe0,0x4c,0x00,0xdd,0xcc,0xcf,0x02, +0xe0,0x4c,0x00,0xe1,0x00,0x0f,0x07,0x00,0x30,0xfb,0xbb,0xbf,0x07,0x00,0xf0,0x07, +0xf6,0x66,0x6f,0x02,0xe0,0x4c,0x02,0xd5,0x55,0x55,0x02,0xe0,0x4c,0x06,0x9e,0xdd, +0xde,0x00,0x40,0x4c,0x0c,0x5e,0x1a,0x0d,0xe0,0x4c,0x4c,0x0f,0xcc,0xcf,0x00,0x00, +0x5c,0x02,0x0e,0x11,0x1e,0x00,0x6f,0x6b,0x14,0x08,0x33,0x0a,0x60,0x22,0x22,0x20, +0x01,0xf0,0x00,0x11,0x1d,0x11,0x40,0x0f,0x00,0x90,0xf3,0x22,0x23,0xf2,0x22,0x20, +0x00,0x0f,0x10,0x4a,0x05,0x00,0x0c,0x03,0x40,0x03,0xd0,0x01,0xf0,0xe4,0x08,0x30, +0x5c,0x00,0x2f,0x0f,0x00,0xf0,0x0d,0x07,0xa0,0x03,0xe0,0x00,0x0f,0x10,0x10,0xc6, +0x00,0x4d,0x00,0x03,0xfc,0xf8,0x1f,0x10,0x05,0xc0,0x3f,0xea,0x51,0x09,0xb0,0x00, +0x6b,0x00,0x30,0x66,0x27,0x20,0x09,0x90,0x7c,0x1e,0xa7,0x01,0x12,0xd6,0x00,0x00, +0x02,0xe4,0x00,0x7f,0xfb,0xba,0x09,0x19,0x30,0x07,0x00,0xf0,0x08,0x20,0x00,0x4e, +0xee,0xec,0x0f,0xff,0xff,0xf5,0x4d,0x44,0x7d,0x02,0x2f,0x32,0xc5,0x4c,0x00,0x4d, +0x00,0x1f,0x00,0xd4,0x07,0x00,0x30,0x3f,0x00,0xd3,0x07,0x00,0x30,0x5d,0x00,0xe2, +0x07,0x00,0x30,0x7a,0x00,0xf1,0x07,0x00,0x30,0x98,0x00,0xf0,0x07,0x00,0x20,0xe3, +0x02,0x07,0x00,0xf0,0x03,0x03,0xe0,0x05,0xd0,0x4d,0x11,0x5d,0x0c,0x81,0x2b,0xa0, +0x4f,0xff,0xfd,0x2e,0x07,0xfd,0x20,0x1c,0x00,0x02,0xfc,0x08,0x05,0xa6,0x1d,0xb1, +0x35,0x8c,0x80,0x2d,0x00,0x00,0x0d,0xcc,0xf8,0x63,0x02,0xa0,0x10,0x01,0xe4,0x03, +0x51,0x4d,0xdd,0xfd,0xdd,0x24,0x0f,0x00,0x00,0x79,0x0b,0xf0,0x1d,0xf0,0x0d,0xcc, +0xfc,0xcd,0x26,0xc2,0x3f,0x00,0xd2,0x2f,0x13,0xd0,0x6a,0x01,0xf0,0x0d,0x9a,0xf9, +0xad,0x08,0x90,0x2e,0x00,0xd6,0x6f,0x67,0xd0,0xa6,0x02,0xe0,0x04,0x55,0xf5,0x54, +0x0e,0x20,0x3d,0x00,0xcd,0xdf,0xdd,0xb4,0xe0,0x06,0x17,0xf6,0x05,0xe0,0x01,0xc6, +0x00,0x6a,0x02,0x89,0xbf,0xee,0xfd,0x00,0x0a,0x80,0x17,0x53,0x20,0x3d,0x10,0xcf, +0xd2,0x72,0x00,0x12,0x85,0x07,0x00,0x22,0x3f,0x20,0xde,0x0c,0x11,0xfc,0xa9,0x19, +0xa0,0x07,0xe4,0x44,0x44,0x44,0x5f,0x00,0x06,0xf3,0x00,0x12,0x1c,0x20,0x02,0xf6, +0x57,0x01,0x91,0x2f,0x00,0x02,0x0f,0x10,0x01,0xf0,0x03,0xe0,0xfe,0x24,0x00,0xba, +0x00,0x40,0x0f,0x87,0x77,0xf0,0x93,0x06,0x60,0xf9,0x88,0x88,0x22,0xb9,0x00,0xb7, +0x01,0x33,0x06,0xdc,0x20,0x45,0x0a,0x42,0xb3,0x00,0x0f,0x61,0x57,0x00,0x10,0x6d, +0x9a,0x07,0x42,0x70,0x00,0x00,0x80,0x08,0x1c,0x12,0xd0,0xc6,0x01,0x70,0xed,0xdd, +0xdd,0xdd,0xd5,0x00,0xba,0x12,0x15,0xf0,0x23,0xc6,0x0a,0xe1,0x00,0x05,0x10,0x00, +0xb6,0x7f,0xa2,0x60,0x2d,0x06,0x10,0xb5,0x13,0xd3,0xab,0xb6,0x0c,0x30,0xc5,0x00, +0xd2,0x09,0xf2,0x0c,0x30,0xc4,0x00,0xd2,0x3e,0x7e,0x2c,0x30,0xd4,0x00,0xd5,0xe4, +0x05,0x8c,0x30,0xe3,0x00,0xd3,0x40,0x00,0x1c,0x30,0xf2,0x62,0x22,0x32,0xff,0x31, +0xf0,0xf8,0x0a,0x11,0xd0,0x50,0x00,0x25,0xfe,0x50,0xd2,0x00,0x13,0x10,0xd5,0x0b, +0x22,0x90,0x3e,0x5a,0x1d,0x02,0x13,0x17,0x30,0xb9,0x00,0x3e,0xae,0x31,0xf1,0x0c, +0x4f,0x30,0x03,0xe0,0x03,0xf6,0x00,0x1e,0xf3,0x00,0x3e,0x01,0xd9,0x00,0x0c,0xbe, +0x30,0x03,0xe1,0xdc,0x00,0x02,0xd1,0xe3,0x00,0x3f,0xdb,0xe8,0x01,0x21,0x05,0xfa, +0x15,0x06,0x21,0x19,0xfe,0xf0,0x01,0x30,0x4d,0xc7,0xe0,0x38,0x0d,0xa1,0xe3,0x20, +0x3e,0x00,0x00,0xd4,0x00,0x0e,0x30,0x03,0x47,0x08,0x60,0xe3,0x00,0x3f,0x31,0x14, +0xf0,0x15,0x02,0x51,0xbf,0xff,0xf7,0x00,0xcf,0xc1,0x03,0x23,0x2c,0x40,0x87,0x07, +0xf0,0x2b,0x8d,0xcc,0xdc,0x00,0x0c,0x40,0x08,0x70,0x07,0xd0,0x00,0xc4,0x00,0x8b, +0x77,0xbd,0x00,0x0c,0x40,0x02,0x44,0x44,0x30,0x00,0xc4,0x2c,0xcc,0x88,0xcc,0xc9, +0x0c,0x42,0xc0,0x4b,0xb4,0x04,0xc0,0xc4,0x2b,0x03,0xbb,0x30,0x3c,0x0c,0x42,0xeb, +0xcb,0xbc,0xbc,0xc0,0xc4,0x01,0x11,0x00,0x11,0x10,0x0c,0xdc,0xff,0x18,0x21,0xca, +0x23,0x66,0x1e,0x07,0xd9,0x07,0x30,0x18,0xc0,0x2f,0x9c,0x08,0x20,0x9f,0xd5,0x9a, +0x1d,0x30,0x9e,0xff,0x70,0xd2,0x02,0x31,0x06,0x40,0xc4,0xa9,0x1d,0x00,0x58,0x10, +0x01,0x2a,0x08,0x02,0x0f,0x00,0xf0,0x00,0x55,0x5d,0x85,0x55,0x6f,0x55,0x51,0x2c, +0xcc,0xfd,0xcc,0xcc,0xfc,0xcc,0x20,0xaf,0x02,0x12,0x2f,0x4f,0x0d,0x01,0x2d,0x00, +0x21,0x8b,0x00,0x0f,0x00,0x21,0x3f,0x30,0x0f,0x00,0x21,0x5e,0x70,0x0f,0x00,0x10, +0x1d,0xeb,0x18,0x07,0xe8,0x19,0x12,0xb5,0x40,0x10,0x21,0xb5,0x00,0x12,0x11,0xf0, +0x17,0xb5,0x03,0xee,0xff,0xee,0xe4,0x00,0xb5,0x00,0x01,0xe3,0x00,0xb3,0x6b,0xed, +0xb1,0x0b,0xa0,0x00,0xe1,0x13,0xc7,0x36,0xe9,0x00,0xcd,0xc0,0x00,0xb5,0x03,0x80, +0x00,0x28,0x00,0x00,0xb5,0x01,0xd0,0x94,0x14,0xf6,0x1a,0xb5,0x9e,0xfe,0xc9,0xef, +0xed,0x00,0xb5,0x05,0xa1,0xd0,0x5a,0x0e,0x00,0xb5,0x08,0x62,0xc0,0x96,0x1d,0x00, +0xb5,0x0d,0x23,0xb0,0xd2,0x2c,0x00,0xb5,0x7b,0x05,0xa8,0xa0,0x4b,0x00,0xb5,0xb2, +0x8e,0x6b,0x17,0xe6,0x6b,0x00,0x13,0x6b,0x58,0x1d,0x13,0xb0,0x29,0x22,0x02,0xf7, +0x00,0x47,0x06,0xfd,0xdd,0xd9,0x1e,0x00,0x10,0x07,0x1e,0x00,0x04,0xfa,0x20,0x06, +0x56,0x22,0x22,0x5c,0x20,0xc9,0x0d,0x31,0xc9,0xf9,0x30,0x0f,0x00,0x50,0x01,0x8e, +0xc3,0x00,0x00,0x59,0x14,0x20,0x06,0x10,0x0f,0x00,0x03,0xe7,0x0d,0x01,0x2d,0x00, +0x03,0x0c,0x0c,0x51,0x0f,0x20,0x00,0x3a,0x10,0xda,0x0b,0x01,0xfb,0x19,0x22,0x0f, +0x1c,0x6b,0x1f,0x21,0xf1,0xc5,0x0c,0x16,0x92,0x0f,0x1c,0xed,0xdd,0xdd,0xee,0x00, +0x01,0xf0,0x0f,0x00,0x21,0x2e,0x0c,0x0f,0x00,0xf1,0x14,0x04,0xd0,0x01,0x00,0xe3, +0x01,0x00,0x00,0x79,0x01,0xe3,0x0e,0x23,0xd1,0x00,0x0c,0x60,0xc7,0x00,0xe2,0x07, +0xc0,0x02,0xf1,0xaa,0x00,0x0e,0x20,0x0a,0xa0,0x16,0x02,0x01,0xff,0xc0,0xb3,0x14, +0x21,0x04,0x70,0xd4,0x0e,0x40,0x19,0xc2,0x01,0xc8,0x61,0x01,0x80,0xfc,0xdd,0xdd, +0xeb,0x00,0x00,0x01,0xb3,0x31,0x26,0xf0,0x24,0x00,0x00,0xa9,0x63,0x3e,0x18,0x92, +0xb0,0x00,0x8f,0xdd,0xdd,0xbe,0xfe,0xdd,0x90,0x01,0x10,0x5d,0x40,0x6e,0x60,0x05, +0x00,0x03,0xbd,0x23,0xb4,0x2c,0xd6,0x00,0x1d,0xc6,0x6c,0xa2,0x07,0x13,0xaf,0x30, +0x20,0x57,0x10,0x6d,0x70,0x00,0x10,0x00,0x02,0x7b,0xd7,0x10,0x66,0x0d,0x40,0x37, +0x20,0x06,0xda,0xf2,0x22,0x30,0x37,0xbe,0xa2,0xc2,0x01,0x21,0xeb,0x84,0x4d,0x0a, +0x01,0xbd,0x0a,0x81,0x00,0x00,0x11,0x1f,0x41,0x11,0xe4,0x00,0x6c,0x33,0x01,0x8a, +0x21,0x50,0x0f,0xb0,0x05,0xe1,0x11,0x58,0x0c,0x81,0x10,0x8f,0xff,0xf6,0x00,0x00, +0x3f,0xb7,0x3b,0x1f,0x40,0x06,0xd3,0xe0,0x00,0x1c,0x0f,0x50,0xa9,0x0b,0x80,0x01, +0xf4,0x64,0x32,0x31,0x2e,0x50,0xc8,0x80,0x03,0x21,0x4f,0xcb,0xf7,0x2c,0xfb,0x05, +0x03,0xdf,0xa1,0x00,0x01,0xda,0x00,0x4a,0xf7,0x2b,0xf9,0x40,0x1a,0x00,0x8e,0x81, +0x00,0x04,0xae,0x10,0x3c,0x06,0xc4,0x13,0x45,0x68,0xad,0xfa,0x00,0x03,0xfd,0xca, +0x98,0x63,0x10,0x5a,0x1a,0x04,0x07,0x00,0x02,0x9e,0x0d,0x32,0x04,0xe1,0xd4,0x17, +0x16,0x10,0x6b,0xac,0x0a,0xc0,0x06,0xb0,0x0e,0x40,0x0c,0x80,0x00,0x07,0x90,0x04, +0xe2,0x9c,0xa5,0x32,0x40,0x00,0x7f,0xe1,0x00,0x36,0x03,0xf4,0x03,0xce,0xf7,0x00, +0x00,0x6e,0x04,0xaf,0x80,0x3d,0xd8,0x20,0xa6,0x4e,0x81,0x00,0x00,0x4a,0xc0,0xcd, +0x05,0x03,0x2e,0x33,0x11,0x1f,0x8d,0x23,0xf0,0x16,0xe0,0x01,0xf0,0x07,0x90,0x69, +0x00,0x4c,0x00,0x1f,0xee,0xf9,0x03,0xc0,0x07,0x80,0x01,0xf0,0x08,0x90,0x0f,0x00, +0xb5,0x00,0x1f,0x00,0x79,0x00,0xc4,0x0f,0x10,0x01,0xfd,0xde,0x90,0x06,0xa6,0x38, +0x0d,0xf0,0x0b,0x89,0x00,0x1e,0xd4,0x00,0x01,0xf0,0x07,0xa2,0x00,0xad,0x00,0x00, +0x4f,0x8b,0xef,0xb0,0x1e,0xf2,0x00,0x1d,0xb8,0x59,0x90,0x0c,0x98,0x0d,0x04,0xc4, +0x79,0x1c,0xb0,0x0b,0xd2,0x00,0x00,0x07,0x95,0xa0,0x00,0x09,0x61,0x18,0x12,0x0f, +0x05,0x02,0x81,0xf3,0x11,0x11,0x11,0x13,0xf1,0x0f,0x10,0xb1,0x10,0x01,0xbe,0x22, +0x0f,0x0d,0x00,0x0f,0x10,0xfd,0x71,0x0d,0x30,0xf1,0x0f,0x54,0x12,0x05,0x02,0x1a, +0x00,0x21,0xe1,0x00,0xa6,0x03,0x30,0x00,0x00,0xce,0x32,0x0e,0x11,0x30,0x97,0x0e, +0x1f,0x0e,0x07,0x00,0x04,0x11,0xcf,0xf6,0x17,0x11,0x00,0x17,0x0c,0x00,0x97,0x22, +0x01,0x1d,0x0f,0xe0,0x02,0xe7,0x00,0x1d,0xb0,0x00,0x00,0x3e,0x70,0x00,0x00,0xbd, +0x10,0x07,0xde,0x06,0x31,0x0a,0xe1,0x2c,0xab,0x00,0x13,0xa5,0x04,0x26,0x11,0x01, +0xe7,0x0d,0x23,0xfe,0xd2,0xbe,0x1e,0x20,0x00,0x01,0x44,0x17,0xe0,0xd4,0x00,0x00, +0x9f,0xff,0xff,0x70,0x0d,0x40,0x00,0x09,0x70,0x00,0x97,0x0f,0x00,0x37,0x97,0x00, +0x09,0x0f,0x00,0x00,0x89,0x24,0x01,0x0f,0x00,0x30,0x92,0x22,0x21,0x0f,0x00,0x12, +0x55,0x3c,0x00,0x01,0x4c,0x11,0x11,0xe4,0x4a,0x00,0x30,0xcf,0xfb,0x10,0x84,0x05, +0x13,0x10,0x9b,0x0c,0x20,0x00,0x00,0x83,0x08,0x80,0xa4,0x00,0x00,0x03,0xe3,0x00, +0x03,0xe4,0xfc,0x06,0xf1,0x03,0x00,0x05,0xf4,0x02,0xfe,0xcd,0xef,0xff,0xed,0xf2, +0x07,0x53,0x22,0x10,0x00,0x09,0x80,0x01,0xb9,0x00,0x12,0x03,0xe6,0x0e,0x11,0x3e, +0xd4,0x00,0x01,0x02,0x02,0x14,0xe3,0x0d,0x00,0x03,0x1a,0x00,0x40,0x11,0x11,0x11, +0x1e,0xc2,0x00,0x13,0x92,0x4b,0x20,0x17,0x10,0x05,0x26,0x12,0xff,0xb4,0x12,0x41, +0x01,0x11,0x4f,0x21,0x06,0x01,0x29,0x0b,0x90,0x21,0x24,0x12,0xcf,0x4a,0x12,0xa0, +0xcc,0xf3,0x11,0x11,0x14,0xe0,0x00,0xcc,0x0f,0x20,0xec,0x15,0x32,0x2b,0x00,0xf2, +0x6c,0x02,0x02,0x0f,0x00,0x02,0x45,0x00,0x00,0x0f,0x00,0x61,0x31,0x11,0x11,0x4d, +0x00,0xdf,0x52,0x00,0x21,0x3d,0x41,0x6d,0x0d,0x11,0xd3,0x24,0x01,0x73,0x3d,0x37, +0xee,0xee,0xee,0xe1,0xd3,0x0d,0x00,0xf0,0x08,0x30,0x9d,0xdd,0xdd,0x30,0xd3,0xd3, +0x0b,0x51,0x11,0xc4,0x0d,0x3d,0x30,0xb4,0x00,0x0c,0x40,0xd3,0xd3,0x0b,0x40,0x00, +0x0d,0x00,0x32,0xbf,0xff,0xff,0x0d,0x00,0x00,0x27,0x00,0x00,0x5b,0x0e,0x01,0x41, +0x00,0x26,0x0d,0xfc,0xfd,0x1a,0x42,0xac,0x10,0x00,0x10,0xf6,0x24,0x40,0x90,0x02, +0xcb,0x10,0x3f,0x33,0xb0,0xf8,0x42,0x00,0x04,0xf5,0x00,0x22,0x07,0xe5,0x07,0xe5, +0xef,0x03,0x20,0xfd,0xc2,0x06,0x00,0x61,0xbf,0x81,0x11,0x11,0x04,0x8d,0x98,0x00, +0x21,0xb8,0x6e,0x8e,0x22,0x22,0x02,0xe0,0x3e,0x04,0x02,0x0d,0x00,0xf4,0x02,0xfd, +0xdd,0xdd,0xde,0xe0,0x00,0x2e,0x22,0x22,0x22,0x5e,0x00,0x00,0x01,0x71,0x00,0x00, +0x8a,0x32,0x00,0x4b,0x11,0x22,0x00,0x03,0x42,0x13,0x10,0x3d,0xc3,0x00,0x31,0x14, +0xe3,0xd0,0xab,0x09,0xd0,0x3d,0x01,0xff,0xff,0xfc,0x02,0xe3,0xd0,0x1e,0x00,0x03, +0xd0,0x2e,0xc7,0x1a,0x11,0x2d,0x0d,0x00,0x21,0x02,0xd0,0x1a,0x00,0x11,0xfd,0x0d, +0x00,0x00,0x27,0x00,0x00,0x85,0x02,0x11,0x15,0x34,0x00,0x36,0xbf,0xe8,0x0f,0x37, +0x13,0x12,0xcb,0x57,0x01,0x21,0xdf,0x15,0x38,0x06,0xf0,0x04,0xf7,0xf1,0xae,0x70, +0x00,0x03,0xaf,0xb1,0x0f,0x00,0x2a,0xe5,0x02,0xfa,0x30,0x00,0xf0,0x00,0x04,0xef, +0x12,0x00,0x8f,0x28,0x02,0x88,0x25,0x92,0x41,0x00,0x00,0x4f,0xbb,0xbb,0xbb,0xbe, +0x60,0x73,0x1b,0x12,0xc6,0x67,0x0e,0x40,0x0c,0x60,0x00,0x04,0x05,0x08,0x91,0xf6, +0x00,0x00,0x4d,0x33,0x33,0x33,0x3c,0x60,0x86,0x05,0x03,0x6b,0x12,0x12,0xf7,0xc4, +0x07,0x11,0xd3,0xe8,0x12,0xf3,0x08,0x3c,0xb3,0x10,0xac,0x30,0x00,0x03,0xaf,0x80, +0x7e,0x40,0x7f,0xb5,0x01,0xe8,0x10,0x00,0x39,0x00,0x18,0xd1,0x00,0x1f,0xbb,0x28, +0x00,0xfd,0x11,0x12,0x10,0x72,0x36,0x24,0x20,0x00,0x41,0x02,0x03,0x35,0x02,0x13, +0x00,0x43,0x02,0xe1,0x00,0x3f,0xcc,0xcc,0xcc,0xcf,0x30,0x00,0x03,0xe3,0x33,0x33, +0x33,0xe3,0xcc,0x25,0x03,0xa5,0x36,0x00,0x05,0x00,0x80,0x23,0x33,0x3e,0x73,0x33, +0x20,0x00,0xde,0x0a,0x03,0x32,0xe0,0x00,0xd4,0xe0,0x1e,0x21,0xd5,0x11,0x26,0x02, +0x12,0xdf,0x0f,0x02,0x13,0xe3,0xb7,0x12,0x01,0x26,0x1c,0xa0,0x01,0xf0,0xf3,0x22, +0x22,0x22,0xe3,0x04,0xd0,0xf1,0x5d,0x00,0x21,0x09,0x90,0x07,0x00,0x21,0x2f,0x30, +0x7a,0x00,0x32,0x5a,0x00,0xf2,0x98,0x0f,0x03,0x1a,0x06,0x41,0x70,0x0b,0x60,0x00, +0x7d,0x12,0x11,0xb6,0xfd,0x08,0xf1,0x01,0x52,0x2c,0x82,0x22,0x20,0x00,0x0b,0xed, +0xdd,0xfe,0xdd,0xdd,0x00,0x06,0xe2,0x00,0x1e,0x00,0x11,0x44,0x14,0x01,0x04,0x2d, +0x25,0x05,0x1c,0x05,0x01,0xa2,0x03,0x81,0x10,0x00,0x02,0xfb,0xbb,0xbb,0xbb,0xf5, +0x7b,0x1f,0x00,0x98,0x14,0x22,0x02,0xe0,0x98,0x14,0x10,0x2f,0xd2,0x00,0x81,0x50, +0x00,0x02,0xf3,0x33,0x33,0x33,0xd5,0xd3,0x0b,0x00,0xb8,0x00,0xd0,0x58,0xbf,0xc2, +0x11,0x11,0x11,0x09,0x99,0xf1,0x00,0xef,0xff,0xfd,0x2c,0x00,0xf0,0x06,0xe3,0x00, +0x4d,0x01,0x13,0xf1,0x10,0xe3,0x00,0x4d,0x1f,0xff,0xff,0xf8,0xe3,0x00,0x4d,0x00, +0x0b,0xf2,0x00,0x07,0x00,0x30,0x3e,0xfd,0x10,0x07,0x00,0xf1,0x00,0xb7,0xe5,0xd1, +0xe3,0x00,0x4d,0x05,0xc2,0xe0,0x82,0xe3,0x00,0x4d,0x2e,0x32,0x31,0x00,0x34,0x16, +0x02,0xe0,0x3f,0x00,0x30,0xe5,0x11,0x5d,0x07,0x00,0xf7,0x03,0x71,0x00,0x15,0xce, +0xee,0xf7,0x1f,0xdd,0xdf,0x3c,0x40,0x0a,0x71,0xf0,0x00,0xe3,0xce,0xdd,0x0d,0x00, +0xe0,0xcd,0xcc,0xe7,0x1f,0xcc,0xcf,0x3c,0x61,0x11,0x00,0x11,0x11,0xe3,0xc4,0x41, +0x04,0xf0,0x04,0x0e,0x3c,0x40,0xce,0xdd,0xde,0x00,0xe3,0xc4,0x0c,0x30,0x00,0xe0, +0x0e,0x3c,0x40,0xc3,0x00,0x0e,0x0d,0x00,0x21,0xff,0xff,0x0d,0x00,0x00,0x48,0x0b, +0xe1,0xc4,0x01,0x00,0x00,0x2f,0xfb,0x00,0x00,0x01,0x90,0x00,0x00,0x83,0x00,0xb0, +0x39,0x00,0x65,0x24,0x50,0xbb,0xde,0xba,0x02,0xf0,0x97,0x1b,0xf0,0x0c,0x45,0xd0, +0x5f,0xff,0xf9,0x01,0xe0,0x00,0x1d,0x09,0x91,0x4d,0x00,0x2e,0x00,0x02,0xd0,0xfc, +0x06,0xa0,0x02,0xfe,0xee,0xed,0x7d,0xf1,0x97,0x37,0x08,0xf5,0x22,0x03,0x2c,0x5d, +0x40,0x04,0xcb,0xdd,0xdd,0x00,0x6b,0xe0,0x00,0x5b,0xd4,0x11,0xf0,0x01,0xf8,0x00, +0x08,0x9d,0x20,0x0e,0x00,0x1f,0x60,0x00,0xc6,0xd2,0x00,0xe0,0x0b,0xbe,0x10,0x1f, +0x1d,0xee,0xef,0x1a,0xc0,0x8c,0x11,0x90,0xd2,0x00,0xe7,0xc1,0x00,0x98,0x6a,0x06, +0xf2,0x01,0xfc,0xbc,0xe0,0xdc,0xbb,0xf1,0x00,0x0f,0x00,0x1e,0x0d,0x20,0x0f,0x10, +0x00,0xfb,0x0f,0x00,0x40,0x02,0x22,0x22,0x12,0x04,0x16,0xb0,0x9e,0xcc,0xdf,0xdc, +0xce,0xb0,0x00,0x09,0x70,0x01,0xf0,0x18,0x08,0x56,0x9e,0xdd,0xdf,0xdd,0xde,0x0f, +0x00,0x10,0x8e,0xfa,0x26,0x14,0xa0,0x38,0x16,0x05,0xfc,0x13,0x05,0xd7,0x08,0x03, +0x10,0x28,0x00,0xb4,0x0e,0xf3,0x12,0x8e,0xcb,0xf0,0xe1,0x0b,0x40,0x00,0xe1,0x0f, +0x0e,0xcb,0xec,0xbb,0x2e,0x10,0xf0,0xe4,0x2c,0x62,0x20,0xe1,0x0f,0x0e,0x10,0xb4, +0x00,0x0e,0x10,0xf0,0xee,0xef,0xee,0xe2,0x0d,0x00,0xf0,0x11,0x21,0xf0,0xec,0xbe, +0xdb,0xbb,0xef,0xff,0x02,0x22,0x44,0x54,0xee,0x10,0x04,0x98,0x3d,0x1c,0x3d,0x40, +0x00,0x85,0x65,0xa4,0x66,0xb0,0x00,0x1d,0x04,0x52,0x10,0x89,0xd7,0x01,0x22,0x09, +0xed,0x5d,0x06,0x00,0xb2,0x13,0xf0,0x0c,0x90,0xcf,0xff,0xf1,0x00,0x1d,0x00,0x79, +0x0c,0x30,0x0f,0x10,0x01,0xd0,0x07,0x90,0xc3,0x00,0xf1,0x00,0x1f,0xee,0xfa,0x0c, +0xfe,0xef,0x10,0x48,0x16,0x20,0x08,0x91,0x6b,0x27,0xf0,0x22,0x6f,0x21,0x3b,0xb1, +0x10,0x2d,0xdd,0xff,0xdd,0xef,0xed,0xdd,0x20,0x00,0x6e,0x30,0x00,0x7d,0x40,0x00, +0x04,0xce,0x53,0x20,0x33,0x7f,0xc6,0x13,0xde,0xcb,0xdb,0x0d,0xcb,0xcf,0xb1,0x00, +0xd3,0x04,0xb0,0xd2,0x02,0xe0,0x00,0x0d,0x30,0x4b,0x0d,0x20,0x2e,0x4a,0x2d,0x43, +0xb0,0xdf,0xff,0xd0,0xf5,0x17,0x11,0x4e,0xef,0x04,0x21,0xe4,0xe3,0x9a,0x0a,0xf6, +0x09,0x4e,0x30,0x34,0x44,0x44,0x00,0xe4,0xe3,0x0d,0xcb,0xbb,0xf2,0x0e,0x4e,0x30, +0xd3,0x00,0x0f,0x20,0xe4,0xe3,0x0d,0x30,0x00,0x0d,0x00,0x61,0x0c,0xee,0xee,0xe2, +0x0e,0x4e,0xa4,0x00,0x04,0x34,0x00,0x10,0xfe,0x28,0x03,0x30,0xf4,0xe4,0x11,0xad, +0x05,0x13,0x40,0x44,0x05,0xf0,0x0e,0x40,0x00,0x23,0x00,0x00,0xe3,0xd4,0x00,0x06, +0xa0,0x00,0x0e,0x3d,0x43,0x33,0x8b,0x33,0x31,0xe3,0xd4,0xaa,0xac,0xea,0xaa,0x3e, +0x3d,0x40,0x00,0x6a,0x1a,0x00,0xf1,0x0b,0x0d,0xde,0xfd,0xd5,0x0e,0x3d,0x40,0xf0, +0x00,0x0a,0x50,0xe3,0xd4,0x0f,0x00,0x00,0xa5,0x0e,0x3d,0x40,0xfe,0xee,0xef,0x50, +0xe3,0xd4,0x55,0x00,0x11,0x3d,0xb8,0x0a,0x20,0xf3,0xd7,0x16,0x03,0x22,0x4f,0x30, +0xaa,0x00,0xf0,0x2a,0x3e,0x20,0x02,0x40,0x00,0x00,0xd3,0xe2,0x00,0xd8,0x22,0x21, +0x0d,0x3e,0x20,0xbd,0xbb,0xbf,0x70,0xd3,0xe3,0xda,0xd5,0x0b,0xa0,0x0d,0x3e,0x23, +0x02,0xee,0xa0,0x00,0xd3,0xe3,0x48,0xea,0x6d,0xd8,0x2d,0x3e,0x7c,0x75,0x72,0x03, +0x86,0xd3,0xe2,0x00,0x15,0xac,0x10,0x0d,0x3e,0x20,0xaa,0x74,0x20,0x34,0x00,0xd1, +0x36,0x9d,0xc1,0x0d,0x3e,0x63,0x33,0x33,0x46,0x33,0xe3,0xec,0xbb,0x02,0x29,0x02, +0x55,0x00,0xf0,0x04,0x8e,0x20,0x00,0x04,0x26,0x30,0x98,0xe2,0x00,0x00,0x95,0x2a, +0x19,0x8e,0x2d,0xdd,0xde,0xed,0xd8,0x0d,0x00,0xf0,0x1d,0x68,0x02,0x09,0x8e,0x27, +0xcb,0xc3,0xa2,0xd0,0x98,0xe2,0x74,0x0c,0x1d,0x97,0x09,0x8e,0x26,0xbb,0xa0,0xdd, +0x00,0x98,0xe2,0x02,0x47,0x4d,0x80,0x59,0x8e,0x3c,0xa7,0x7e,0x8d,0x6a,0x98,0xe2, +0x00,0x07,0x40,0x3a,0x39,0x8e,0xcb,0x4f,0x00,0x20,0xe8,0xe6,0xaa,0x00,0x23,0x4b, +0x80,0x54,0x01,0xf0,0x2d,0x20,0x00,0xb0,0x00,0x00,0xc4,0xe2,0x2a,0xce,0xaa,0xd1, +0x0c,0x4e,0x20,0x09,0x70,0x0d,0x20,0xc4,0xe3,0x99,0x99,0x99,0x99,0x4c,0x4e,0x21, +0xd7,0x77,0x7b,0x60,0xc4,0xe2,0x1f,0x99,0x99,0xd6,0x0c,0x4e,0x25,0x55,0x5c,0x95, +0x52,0xc4,0xe2,0x6c,0x44,0xb8,0x44,0x1c,0x4e,0x27,0xda,0xae,0xca,0xa3,0xc4,0xe2, +0x00,0x35,0x25,0x72,0x4e,0x64,0x44,0x45,0x54,0x44,0xd4,0xaa,0x00,0x14,0x40,0x55, +0x00,0x00,0xb6,0x02,0xf1,0x0b,0xc4,0xe2,0x06,0xb7,0x77,0xf1,0x0c,0x4e,0x20,0x6c, +0x99,0x9f,0x10,0xc4,0xe2,0x06,0x66,0x66,0x64,0x0c,0x4e,0x21,0xe4,0x44,0x47,0xa0, +0x55,0x00,0x75,0xba,0x0c,0x4e,0x21,0xf8,0x88,0x8b,0x0d,0x00,0xd1,0x20,0x5c,0x30, +0x99,0x20,0xc4,0xe2,0x78,0x10,0x00,0x3a,0x1c,0x4e,0xaa,0x00,0x11,0xf4,0xaa,0x00, +0x13,0x4d,0x55,0x00,0x20,0x5e,0x20,0x3c,0x07,0xf1,0x2d,0xc5,0xe2,0x0c,0x99,0x99, +0xc7,0x0c,0x5e,0x20,0xc7,0x77,0x7b,0x70,0xc5,0xe2,0x14,0x59,0xc5,0x53,0x1c,0x5e, +0x39,0x99,0xcd,0x99,0x96,0xc5,0xe2,0x2c,0x9b,0xb9,0x9c,0x0c,0x5e,0x23,0xb6,0x99, +0x90,0xf0,0xc5,0xe2,0x3b,0x92,0x0b,0x0f,0x0c,0x5e,0x23,0xb5,0x99,0x80,0xf0,0xc5, +0xe2,0x2a,0x99,0x99,0x9a,0x0c,0x5e,0x55,0x00,0x12,0xf5,0x55,0x00,0x00,0x78,0x13, +0x03,0x81,0x31,0x21,0x7c,0x00,0x5f,0x1a,0x20,0x1c,0x81,0x60,0x00,0x14,0xff,0x5f, +0x1a,0x12,0xb8,0x40,0x2f,0x12,0x5e,0x05,0x26,0x21,0x1e,0x60,0xaf,0x1c,0xf2,0x02, +0x1d,0xf0,0x14,0x45,0xf5,0x44,0x20,0x1d,0xdf,0x04,0xbb,0xcf,0xcb,0xb5,0x01,0xa1, +0xf0,0x1e,0x00,0x21,0x0f,0x00,0x1e,0x00,0x16,0x00,0x0f,0x00,0x01,0x97,0x0a,0x13, +0xf0,0x4b,0x00,0x02,0xe3,0x32,0x22,0x02,0xd0,0x2c,0x05,0x12,0x2d,0x1f,0x25,0x42, +0x02,0xd0,0x04,0xc0,0x0f,0x00,0xf0,0x03,0x4c,0x02,0xe1,0x7c,0x01,0xff,0xff,0x94, +0xc0,0x5f,0xfa,0xe0,0x01,0x4d,0x10,0x5e,0xde,0xf1,0x59,0x04,0x20,0x8f,0xe5,0x9d, +0x10,0x50,0x2d,0x04,0x7c,0x02,0xe0,0x0f,0x00,0xf0,0x06,0x24,0xc0,0x2e,0x03,0xd0, +0x00,0x4f,0xd9,0x4c,0x02,0xe6,0xe9,0x01,0xff,0x93,0x04,0xc0,0x02,0x01,0x45,0x05, +0x74,0x10,0x00,0xd4,0x0d,0x01,0xb8,0x25,0x10,0xb5,0xf3,0x0d,0x05,0x7d,0x3d,0x03, +0x2e,0x2e,0x22,0x0f,0x10,0xff,0x03,0x1c,0xf1,0x0f,0x00,0x50,0x01,0xbc,0xfb,0xb4, +0xc0,0x9c,0x23,0xf2,0x03,0x5f,0x44,0x4c,0x00,0xf3,0x22,0x00,0x01,0xf0,0x04,0xc0, +0x0f,0xee,0xe4,0x00,0x1f,0x00,0x4c,0x2d,0x00,0x21,0x04,0xc0,0x2d,0x00,0x20,0xae, +0x5c,0x2d,0x00,0x21,0x8e,0xd6,0x0f,0x00,0x21,0x0a,0x40,0x1e,0x00,0x00,0x9f,0x0b, +0x43,0xd3,0x3f,0x43,0x31,0x92,0x2b,0x02,0x1c,0x2f,0x02,0xea,0x21,0x22,0x08,0x90, +0x95,0x13,0x12,0xe4,0x0f,0x00,0xf0,0x0b,0x6f,0x65,0x55,0x50,0x00,0x3d,0x00,0x1e, +0xed,0xdd,0xdf,0x11,0xff,0xff,0xab,0xb0,0x00,0x00,0xf1,0x01,0x4d,0x14,0xe2,0x40, +0x00,0x0f,0xa2,0x10,0x40,0x2d,0x70,0x00,0xf0,0x2d,0x00,0xf2,0x12,0x1c,0x80,0x1f, +0x00,0x03,0xd0,0x10,0x00,0x04,0x83,0xe0,0x00,0x3e,0xae,0x10,0x07,0xe8,0x3d,0x00, +0x4c,0xe7,0x01,0x7e,0x91,0x04,0xc0,0x1e,0x70,0x00,0x8a,0x20,0x00,0x6a,0xd2,0x00, +0x21,0x0b,0x70,0xb3,0x1a,0x2c,0xff,0xc1,0x56,0x14,0x21,0x04,0xc0,0x7a,0x38,0x00, +0x0d,0x01,0x11,0x1e,0x0f,0x00,0x40,0x03,0x35,0xf3,0x33,0x0f,0x00,0x00,0x0b,0x28, +0xa0,0x01,0xff,0xff,0x60,0x02,0xf0,0x0e,0x10,0x01,0x5c,0x44,0x26,0x10,0xe1,0x2d, +0x00,0xf0,0x14,0x02,0xe0,0x0e,0x10,0x00,0x4c,0x05,0xee,0xef,0xee,0xfe,0x20,0x04, +0xc3,0x42,0x29,0xfc,0x22,0x20,0x00,0x8f,0xe4,0x00,0xd6,0xf2,0x00,0x02,0xfd,0x50, +0x00,0x6e,0x09,0xa0,0x00,0x04,0x0b,0x1b,0x20,0x1e,0x60,0x3c,0x1a,0xc3,0x60,0x00, +0x3f,0x91,0x00,0x00,0x3c,0x20,0x00,0x00,0x3b,0x10,0x22,0x0e,0x00,0x32,0x17,0x40, +0xf4,0x78,0x0b,0x50,0xcb,0x11,0xf0,0x08,0x07,0x80,0xb5,0x00,0x00,0xf0,0x2e,0x00, +0x78,0x0b,0x50,0x0e,0xff,0xef,0xfe,0x87,0x80,0xb5,0x00,0x05,0xc0,0x3e,0x00,0x1e, +0x00,0x21,0xa6,0x02,0x96,0x01,0x10,0x7c,0xef,0x27,0x90,0xbf,0x30,0x05,0x00,0x00, +0x1c,0x10,0x23,0x20,0xc9,0x0a,0x01,0x54,0x2e,0x10,0xae,0xb5,0x05,0x14,0x90,0xdf, +0x17,0x20,0x03,0x33,0x29,0x27,0x22,0x33,0x03,0xde,0x18,0x30,0xd3,0x00,0x03,0x13, +0x22,0x02,0x4b,0x01,0x11,0xc4,0x97,0x3d,0x11,0xf0,0x0f,0x00,0xf1,0x1b,0x3c,0x00, +0x4a,0xec,0xaa,0x00,0x1d,0xde,0xfd,0xd7,0x3d,0x64,0xf0,0x00,0x1b,0x11,0x76,0x00, +0xc3,0x0f,0x00,0x00,0xc2,0x0b,0x41,0x0d,0x20,0xf0,0x00,0x17,0x62,0xe2,0x8c,0xe1, +0x0f,0x00,0x07,0xdd,0xfd,0xd1,0x9f,0x50,0xad,0x24,0x30,0x04,0xef,0x4f,0x0f,0x06, +0x50,0xf7,0x97,0x56,0xe1,0x00,0x87,0x01,0xf0,0x02,0x10,0x0c,0x49,0x00,0x03,0xd0, +0x0b,0x80,0x00,0x9a,0x80,0x00,0x3d,0x04,0xb0,0x00,0x02,0x34,0x0e,0x06,0xb0,0x26, +0x12,0x88,0x2c,0x06,0x40,0x08,0x80,0x00,0x05,0x08,0x31,0x24,0xff,0xeb,0x0f,0x00, +0x60,0x00,0x01,0xfd,0xdd,0xdd,0xe8,0x1e,0x00,0x60,0x11,0x11,0x19,0x80,0x00,0x00, +0x17,0x14,0xb0,0xe8,0x00,0x00,0x22,0x4f,0x22,0x22,0x2a,0xa2,0x21,0x0c,0x6f,0x0f, +0xf1,0x04,0xfd,0xcc,0x50,0x00,0xbb,0x00,0x92,0x03,0xe5,0x00,0x07,0xea,0xee,0xef, +0xfe,0xe8,0xdd,0x40,0xa4,0xe1,0x08,0x14,0x61,0x3d,0x12,0x11,0x0d,0x38,0x30,0x33, +0x50,0x00,0x06,0x50,0x17,0x10,0x79,0xd5,0x0e,0x80,0xd0,0x0c,0xff,0xff,0xd2,0xe0, +0x00,0x3d,0x47,0x3a,0xf1,0x01,0x2e,0x00,0x03,0xd0,0x2c,0xcd,0xec,0xc5,0xe0,0x5e, +0xe8,0x00,0x4a,0x33,0xa6,0x3e,0x69,0x5e,0xf1,0x05,0x0e,0x12,0xfd,0xdd,0xdd,0x10, +0x3b,0x68,0xb3,0x2e,0xd6,0x36,0xd0,0x0a,0xbd,0xeb,0xb2,0xe7,0xa0,0x79,0x2d,0x00, +0x20,0x1e,0x4e,0x43,0x1c,0x41,0xf6,0xe0,0x6f,0xa0,0x0f,0x00,0x00,0xb6,0x10,0xe8, +0x06,0x90,0x02,0xe6,0xe4,0xbb,0x20,0x00,0x69,0x00,0x2f,0xd2,0x00,0x95,0x21,0x02, +0x10,0x01,0xbb,0x09,0x00,0x63,0x43,0x01,0x78,0x00,0x21,0x00,0x1f,0x0f,0x00,0xf0, +0x13,0x1f,0xee,0xff,0xef,0xe0,0x00,0x79,0x01,0xd0,0x0c,0x30,0x1e,0x01,0xbd,0xeb, +0x3e,0x33,0xd5,0x34,0xe0,0x05,0xab,0x52,0xfa,0xaf,0xba,0xbe,0x00,0x07,0x90,0x1d, +0x00,0xf0,0x01,0x1e,0x00,0x40,0xfe,0xef,0xee,0xee,0x3c,0x00,0xf0,0x0c,0x08,0xf4, +0x15,0x00,0x00,0x7a,0x63,0x00,0xdc,0x47,0x76,0x00,0x4c,0xfb,0x20,0x6a,0xa6,0xd3, +0xd0,0x3e,0x82,0x00,0x2e,0x2a,0x9c,0x9a,0x30,0x27,0x2d,0x30,0xa5,0x00,0x58,0x50, +0x37,0x4b,0x06,0xfe,0xee,0x40,0x78,0x00,0x22,0x0a,0x60,0xe2,0x01,0x12,0xa6,0x7d, +0x10,0xf0,0x15,0x0a,0x60,0x7e,0xef,0xfe,0xee,0xd0,0x00,0xa6,0x00,0x23,0x9a,0x33, +0x30,0x05,0xff,0xff,0x1d,0x98,0x88,0x8f,0x00,0x01,0xb7,0x10,0xd9,0x77,0x78,0xf0, +0x00,0x0a,0x60,0x0d,0x42,0x22,0x3f,0x2d,0x00,0x31,0xdb,0xaa,0xab,0x0f,0x00,0xf0, +0x0b,0x76,0x66,0x6f,0x00,0x00,0xaa,0xb0,0xd5,0x33,0x34,0xf0,0x02,0x9f,0xc5,0xdf, +0xdd,0xdd,0xdf,0xd4,0x29,0x30,0x01,0x2a,0x81,0x5b,0x31,0x0f,0x02,0x41,0xb1,0x00, +0x8e,0x50,0x2d,0x1c,0x27,0x00,0x4a,0x09,0x19,0x30,0x7b,0x00,0x0c,0x17,0x21,0xf0, +0x3a,0x1f,0x30,0x5e,0x10,0x00,0xc4,0x09,0xac,0xaa,0xed,0xa6,0x00,0xc4,0x0d,0x55, +0x4e,0x45,0x88,0x5f,0xff,0xbd,0x3b,0x0d,0x0c,0x78,0x01,0xc5,0x0d,0x18,0x4d,0x84, +0x68,0x00,0xc4,0x0d,0x66,0x6e,0x65,0x98,0x00,0xc4,0x05,0x66,0x66,0x66,0x63,0x00, +0xc4,0x00,0xbb,0xbb,0xbb,0xa0,0x00,0xc8,0x70,0xf3,0x11,0x14,0xd0,0x28,0xfd,0x60, +0xfa,0xaa,0xab,0xd0,0x4a,0x30,0x00,0xf4,0x22,0x25,0x1d,0x0b,0x30,0xfb,0xaa,0xac, +0x07,0x00,0x00,0x0e,0x00,0x21,0x02,0xfd,0xa5,0x02,0xf0,0x2b,0x50,0x2d,0x38,0x88, +0x80,0x00,0x84,0x10,0x02,0xd5,0xa6,0x6e,0x00,0x0d,0x3c,0x00,0x2d,0x5a,0x55,0xe1, +0x23,0xd2,0x71,0x02,0xd2,0x77,0x77,0x4b,0xcf,0xcb,0x40,0x2d,0x99,0x77,0xd3,0x04, +0xf6,0x00,0x03,0xc9,0xa8,0x8d,0x30,0xc5,0xd0,0x00,0x3b,0x9a,0x88,0xd4,0xa9,0x09, +0xc1,0x04,0xa8,0x30,0x9b,0x98,0xe3,0x1a,0x20,0x00,0x00,0xef,0x27,0x20,0x09,0x63, +0x1a,0x29,0x32,0xd7,0x00,0xd2,0x32,0x05,0x21,0x1b,0x3d,0x29,0x29,0x1c,0x70,0xe1, +0x03,0x12,0xb5,0x8e,0x32,0x21,0x0f,0x40,0x4b,0x02,0x31,0x04,0xf2,0x11,0x0f,0x00, +0x50,0x8f,0xff,0xfa,0x0e,0x30,0x87,0x2f,0x31,0x0a,0x70,0xe3,0x97,0x1d,0xf0,0x0c, +0xe3,0x0e,0xd3,0x00,0x01,0xe8,0x40,0x2f,0x00,0xe8,0xf5,0x00,0x28,0x3d,0x99,0xa0, +0x0e,0x33,0xe6,0x00,0x00,0x0a,0xf3,0x00,0xe3,0x03,0xe1,0x18,0x3a,0x01,0x87,0x02, +0x21,0x6f,0x20,0x3c,0x00,0x20,0x5f,0x50,0x0f,0x00,0x31,0x01,0xaf,0x60,0x5a,0x00, +0x24,0x1a,0x20,0xe2,0x14,0x22,0x01,0x30,0x7e,0x38,0x11,0x80,0x58,0x04,0x10,0xef, +0x13,0x25,0x30,0x02,0xae,0x40,0xb2,0x16,0x51,0x0c,0x73,0xd3,0x08,0xd2,0x0e,0x1f, +0x10,0xe9,0xe3,0x01,0x30,0x49,0xeb,0x37,0x6a,0x44,0xf1,0x0a,0xd8,0x20,0x9f,0xff, +0xff,0xd0,0x11,0x00,0x4d,0xa1,0x00,0x1e,0x70,0x00,0x5c,0xd6,0x70,0x01,0xca,0x00, +0x00,0x54,0x00,0xac,0x5e,0xe6,0x02,0x00,0x9a,0x3d,0x40,0x01,0x46,0xaf,0xc6,0x3f, +0x3f,0x27,0xda,0x72,0x9b,0x13,0x0b,0x43,0x32,0x00,0x30,0x0e,0x03,0x43,0x05,0x11, +0xf0,0xad,0x0e,0x53,0x22,0x6e,0x22,0x22,0x22,0x8c,0x06,0x10,0xf1,0x14,0x2b,0x12, +0xa0,0xc5,0x0f,0x31,0x7f,0x10,0x00,0x82,0x1e,0x02,0x34,0x1e,0x21,0xe6,0x04,0x41, +0x0e,0x21,0xad,0x00,0xa4,0x43,0xf0,0x01,0x9e,0x20,0x00,0x1d,0xc0,0x00,0x03,0xce, +0x30,0x00,0x00,0x1d,0xd5,0x01,0xe9,0x10,0xe2,0x0e,0x15,0xe1,0x8a,0x02,0x01,0xf2, +0x1b,0x11,0x21,0xec,0x1b,0x01,0x37,0x20,0x04,0x71,0x00,0x04,0x24,0x0a,0x01,0x6f, +0x03,0x03,0x5c,0x21,0x70,0x02,0x22,0x22,0xbf,0x92,0x22,0x22,0x71,0x00,0x12,0x8e, +0x10,0x20,0x21,0xd0,0xb9,0x78,0x00,0x30,0xf3,0x02,0xe6,0xfe,0x0c,0xe1,0xf5,0x00, +0x04,0xf8,0x00,0x00,0x6e,0xd3,0x00,0x00,0x03,0xdd,0x60,0x1c,0x48,0x0c,0x27,0x6c, +0x10,0xcd,0x20,0x1a,0xf0,0xd3,0x00,0x00,0x9b,0x05,0x00,0x87,0x32,0xa0,0xcc,0xcc, +0xcc,0x10,0x55,0x55,0x5b,0xfc,0x55,0x55,0x80,0x00,0x22,0xca,0xe0,0x07,0x01,0x21, +0x2d,0x50,0x52,0x0d,0x32,0xc0,0x6d,0x00,0x27,0x1c,0x10,0xd7,0xae,0x00,0x20,0xdf, +0x80,0x20,0x1b,0xf2,0x0a,0x02,0xcc,0x2d,0xa0,0x07,0xf4,0x00,0x08,0xfb,0x00,0x1d, +0x90,0x07,0xfa,0x11,0xb4,0x00,0x00,0x27,0x00,0x03,0xb1,0x00,0x06,0x60,0x5a,0x00, +0x32,0xd7,0x02,0xf0,0xb9,0x15,0x15,0x2f,0x1c,0x12,0x60,0xfd,0x00,0x03,0xf5,0x22, +0x4f,0x07,0x36,0x12,0xca,0x87,0x00,0x20,0x02,0x10,0xad,0x3a,0x05,0x65,0x18,0x51, +0x02,0x22,0x22,0xce,0xb2,0xda,0x00,0x31,0x3f,0x3e,0x30,0xf7,0x18,0x11,0x80,0x60, +0x44,0xf0,0x01,0x4e,0xb0,0x00,0x9d,0x40,0x00,0x04,0xbf,0x70,0x00,0x00,0x7f,0xa5, +0x01,0xd8,0x10,0xac,0x36,0x1b,0xe2,0x74,0x17,0x0b,0xd5,0x2b,0x20,0x01,0xdd,0xac, +0x02,0x00,0x62,0x24,0x40,0x60,0x1f,0x00,0x47,0x3f,0x0e,0x30,0x01,0xf0,0x0a,0x53, +0x14,0xf0,0x0d,0x60,0x2f,0x10,0xf8,0x00,0x00,0x0b,0xad,0x63,0xf2,0x9b,0xc8,0x00, +0x09,0xd0,0x1b,0x8f,0xbe,0x10,0xc9,0x00,0xa2,0x00,0x1f,0x5e,0x20,0x00,0x50,0x4f, +0x2a,0x11,0xaa,0xc6,0x06,0x50,0xc0,0x01,0xda,0x10,0x00,0x89,0x22,0x60,0x00,0xbe, +0x60,0x01,0xdd,0x50,0x16,0x19,0x22,0xe1,0x03,0x30,0x01,0x05,0x76,0x00,0x01,0x4d, +0x07,0x01,0x3b,0x04,0x11,0x03,0x78,0x33,0x90,0x40,0x01,0xcc,0xcc,0xdf,0x60,0x24, +0xe6,0x44,0x0b,0x46,0x31,0x06,0xdf,0xcc,0xca,0x13,0x31,0x05,0xb0,0x1e,0xff,0x07, +0xa0,0x97,0x04,0xc1,0x11,0x5d,0x11,0x10,0x0d,0x30,0x88,0xb8,0x20,0x40,0x11,0xf6, +0x0e,0x30,0xce,0x0e,0x31,0x03,0xdc,0xd0,0xdd,0x0e,0x31,0x01,0xfe,0x20,0xdd,0x0e, +0x30,0xab,0x8e,0x20,0xa0,0x1b,0x51,0xbc,0x00,0x60,0x00,0x6d,0xbc,0x3f,0x2d,0x05, +0xfe,0x6e,0x03,0x01,0x26,0x31,0x21,0xa9,0x00,0xc5,0x27,0x30,0x2f,0x30,0x00,0xb2, +0x05,0xf0,0x01,0x09,0xb0,0x02,0x00,0x04,0xa9,0x44,0x02,0xf2,0x03,0xe1,0x01,0xcf, +0xdc,0xe0,0xb8,0x58,0x13,0xf1,0x02,0xe0,0x2c,0x7f,0x88,0x9a,0xcf,0x30,0x3c,0x05, +0xa7,0xa9,0x76,0x54,0x7a,0x07,0x80,0x88,0x3c,0x00,0x40,0xab,0x1d,0x30,0xef,0x99, +0x0e,0x40,0xae,0xe0,0x0e,0x20,0x55,0x02,0x30,0xce,0x20,0xe1,0xef,0x08,0x30,0x3e, +0x9d,0x1e,0x7f,0x07,0x90,0x2d,0x40,0x80,0xe5,0x44,0x46,0xe0,0x0b,0x30,0x5d,0x20, +0xf2,0x01,0xce,0x00,0x00,0x34,0x44,0x44,0x44,0x45,0x20,0x00,0x08,0xcc,0xcc,0xcc, +0xcd,0xfa,0x31,0x11,0x02,0x00,0x1b,0x22,0x4c,0xc3,0xf1,0x02,0x16,0x60,0x97,0x21, +0x03,0x04,0x15,0x52,0x30,0x22,0x22,0x22,0xf4,0xe9,0x37,0x04,0x33,0x32,0x09,0xd3, +0x21,0x32,0x02,0x12,0xf1,0x55,0x11,0x13,0xea,0xcd,0x00,0x13,0x60,0xdb,0x31,0x04, +0xd1,0x21,0x20,0xbb,0x61,0xff,0x0b,0x30,0x7b,0xb5,0x01,0x6c,0x28,0x25,0xb0,0x07, +0xfd,0x1e,0x02,0x9f,0x33,0x10,0xd3,0xc1,0x36,0xb5,0x45,0xf5,0x44,0x44,0x4b,0xcc, +0xcc,0xcf,0xcc,0xcc,0xca,0xa2,0x03,0x02,0xb0,0x03,0x21,0x13,0xf1,0x32,0x1f,0x12, +0xfb,0x78,0x08,0x03,0x49,0x1d,0x11,0xa9,0xd3,0x10,0x20,0xdd,0xdf,0xd3,0x17,0x41, +0x00,0x33,0x3a,0xc3,0x9f,0x34,0x03,0xcf,0x3c,0x71,0x00,0x9a,0x0a,0xff,0xff,0xfe, +0x10,0x33,0x23,0xc1,0x5e,0x60,0x00,0x4f,0xf0,0x00,0x00,0x7e,0x30,0x00,0x3f,0x9f, +0x34,0x0f,0x32,0x01,0x51,0xf0,0x3f,0x20,0x11,0x1f,0x0f,0x00,0x12,0x00,0x31,0x27, +0x01,0x6f,0x02,0x20,0x0d,0x40,0x0f,0x00,0x29,0x01,0xff,0xe8,0x25,0x30,0x40,0x10, +0x40,0xe5,0x09,0xf0,0x17,0xc7,0x2a,0xd7,0x5c,0xcf,0x00,0x00,0xd8,0x64,0xc6,0xb2, +0x67,0xe0,0x00,0x0c,0x85,0x29,0x5a,0x25,0x7d,0x00,0x00,0xbd,0xb5,0x8f,0x75,0xbc, +0xc0,0x00,0x0a,0x60,0x4a,0x09,0x00,0x5b,0x00,0x0d,0xed,0xa4,0x05,0xf0,0x01,0xed, +0x00,0xd3,0x01,0x11,0x11,0x12,0x03,0xd0,0x09,0x24,0xbb,0xbb,0xbf,0xe3,0x2a,0x45, +0x00,0x21,0x8a,0x50,0x00,0x39,0x13,0xef,0x35,0x39,0x03,0xe7,0x02,0x03,0x0f,0x33, +0x22,0xee,0xc0,0xda,0x00,0x15,0x10,0xd9,0x00,0x72,0x44,0x44,0x47,0xf5,0x44,0x44, +0x1d,0xe5,0x0c,0x11,0xd3,0x2b,0x00,0x30,0x3a,0x2b,0x20,0x4b,0x1b,0x00,0x3a,0x05, +0x10,0x38,0x39,0x05,0x80,0x16,0xcf,0x91,0x00,0x00,0xe9,0xcf,0xa5,0x1c,0x00,0x15, +0xa4,0x3c,0x38,0x10,0x03,0x53,0x05,0x00,0xd1,0x04,0xc0,0xd8,0x11,0x11,0x11,0x9c, +0x00,0x05,0xdf,0xff,0xff,0xfd,0x30,0x4c,0x3c,0x05,0xe1,0x10,0x11,0x8f,0x90,0x01, +0x80,0x88,0x91,0x11,0x42,0x11,0x11,0xa8,0x88,0x05,0x48,0x10,0x09,0x72,0x43,0x05, +0x89,0x04,0x70,0xe1,0x11,0xc9,0x11,0x17,0xe1,0x11,0x34,0x12,0x71,0xd6,0x00,0x00, +0x09,0xfc,0x61,0xac,0x6b,0x04,0x01,0xbf,0x04,0xd0,0x07,0xea,0x9f,0xc4,0x00,0x26, +0xae,0xc3,0x00,0x18,0xfc,0x34,0xb6,0x5e,0x0b,0x00,0x27,0x16,0x17,0x57,0x30,0x26, +0x02,0x3f,0x23,0x30,0xfa,0x00,0xb7,0xee,0x01,0x40,0x18,0xa0,0x0b,0x60,0x86,0x2b, +0x30,0x7a,0x00,0x32,0x75,0x00,0x15,0x72,0x77,0x2d,0x03,0x01,0x3a,0x70,0x1d,0xdd, +0xef,0xed,0xef,0xdd,0xdd,0xe4,0x15,0x02,0x34,0x17,0x12,0x6c,0x43,0x17,0xf7,0x06, +0x0d,0x60,0x05,0xc0,0x00,0x92,0x00,0x3c,0xc0,0x00,0x5d,0x10,0x1e,0x21,0xee,0x80, +0x00,0x01,0xdf,0xff,0xb0,0xbf,0x25,0x13,0x65,0x4e,0x11,0x01,0x9b,0x1a,0x03,0x71, +0x00,0x01,0x5e,0x0e,0x42,0x17,0xb0,0x0e,0x20,0xc5,0x17,0x10,0x41,0x16,0x00,0x61, +0xa2,0x30,0x00,0x01,0x11,0x5d,0x01,0x15,0x32,0x71,0x04,0xd0,0x03,0x31,0xf1,0x01, +0x4e,0x33,0x33,0x10,0x00,0x05,0xf0,0x04,0xfd,0xdd,0xd6,0x00,0x00,0x9f,0x80,0x4d, +0x8f,0x04,0x31,0x6e,0x54,0xd0,0x1e,0x04,0xa0,0x4e,0xde,0x32,0x11,0x11,0x05,0xe1, +0x00,0x07,0xbe,0xc3,0x0a,0x06,0x71,0x00,0x12,0x43,0x07,0x00,0x24,0x7d,0x10,0x70, +0x00,0xf0,0x0c,0xf4,0x0e,0x20,0x21,0x00,0x01,0x00,0xd4,0x09,0x13,0xe4,0x00,0x4e, +0x60,0x92,0x00,0x6e,0x40,0x6c,0x01,0xbb,0x10,0x08,0xc2,0x04,0xec,0xa0,0x9c,0x4a, +0xd1,0x6d,0x20,0xbc,0x10,0x00,0x00,0x2b,0xc1,0x00,0x07,0xe8,0x10,0x2a,0x22,0x05, +0x81,0xf7,0x2a,0x2e,0x30,0x00,0x00,0xe4,0x43,0xf2,0x01,0x25,0xd3,0x00,0x07,0x00, +0x02,0x9f,0x12,0x40,0x00,0x00,0x46,0x00,0xc2,0x38,0x80,0x66,0x67,0xf6,0x66,0x66, +0x30,0x0e,0x98,0x25,0x2b,0xf0,0x12,0xc8,0x00,0xe1,0x9a,0xaa,0xca,0xab,0x87,0x80, +0x17,0x7e,0x75,0x5e,0x55,0x9c,0x77,0x01,0x67,0xf5,0x56,0xe5,0x5a,0xb6,0x60,0x00, +0x1c,0xaa,0xac,0xaa,0xb5,0x00,0x00,0x03,0x26,0x37,0x11,0x70,0xc0,0x18,0x90,0x33, +0x4f,0x10,0x00,0x06,0xe9,0x99,0x99,0x99,0x29,0x35,0xb0,0x88,0x88,0x88,0x8f,0x10, +0x00,0x06,0xea,0xaa,0xaa,0xaa,0xc0,0x32,0xe7,0x8d,0x20,0x4c,0x94,0x00,0x00,0xad, +0xa6,0x00,0x00,0x04,0xae,0x30,0x00,0xbe,0x38,0x02,0xdd,0x27,0x51,0x7d,0x11,0x11, +0x11,0x0e,0xb5,0x02,0x40,0xeb,0x0e,0x10,0x16,0x51,0x4d,0xf0,0x16,0x07,0x2d,0xa5, +0x12,0xdd,0xde,0x26,0x00,0x2d,0x11,0x10,0x11,0x2e,0x00,0x00,0x2f,0xbb,0x80,0xab, +0xbe,0x00,0x00,0x2e,0x66,0x66,0x66,0x7e,0x00,0x00,0x04,0xda,0x44,0x44,0x44,0x00, +0x00,0x1b,0xd2,0x0f,0xf7,0x0d,0xe4,0x18,0xe7,0x42,0x23,0x25,0x20,0xd3,0x19,0x18, +0x85,0x84,0xa2,0xd0,0xf1,0x00,0x1e,0x22,0xb0,0xd0,0x32,0xf0,0x00,0x25,0x00,0x40, +0x05,0xff,0xec,0x20,0x22,0x35,0x00,0xcf,0x02,0xf6,0x21,0xe4,0x44,0x44,0x30,0x0e, +0xa9,0x9a,0x99,0xaa,0x99,0xad,0x00,0xe3,0x22,0xf3,0x28,0xb2,0x24,0xd0,0x03,0x9a, +0xaf,0xba,0xde,0xaa,0x93,0x00,0x01,0x66,0xc7,0x69,0xb6,0x61,0x00,0x00,0x2e,0x55, +0x55,0x55,0x5f,0x20,0x00,0x02,0xfa,0xaa,0xaa,0xaa,0xf2,0x0f,0x00,0x00,0x15,0x1c, +0x00,0x0f,0x00,0x50,0xcd,0xcb,0xdc,0xce,0x20,0x4e,0x35,0xf7,0x05,0x0d,0x39,0xd3, +0x20,0x00,0x17,0xf4,0x00,0xd3,0x04,0x7d,0x22,0xed,0x92,0x00,0x08,0xed,0xdd,0xb0, +0x01,0xdb,0x00,0x13,0x07,0x19,0x2a,0x16,0x7a,0x0f,0x00,0x20,0x22,0x22,0x00,0x27, +0x31,0x20,0x2e,0xee,0x82,0x03,0x14,0x20,0x1e,0x00,0x12,0x16,0x1e,0x00,0x22,0x01, +0xd8,0x0f,0x00,0x22,0x02,0xe5,0x3c,0x00,0x22,0x06,0xe1,0x3c,0x00,0x1b,0x05,0x4b, +0x00,0x31,0x33,0x3a,0x90,0xad,0x1c,0x2b,0xff,0xd3,0xbb,0x05,0x13,0x0a,0xce,0x05, +0x10,0xa7,0x2f,0x05,0x10,0x60,0x0f,0x00,0xb0,0x33,0x33,0xd4,0x11,0x11,0xa8,0x10, +0x08,0x00,0x1f,0x0e,0x3e,0x05,0x40,0x9a,0x05,0xd0,0x00,0x8d,0x35,0xf0,0x19,0xd6, +0xa7,0x02,0x30,0x0a,0x70,0x00,0x03,0xef,0x20,0x3e,0x10,0xa7,0x00,0x00,0x0a,0xe0, +0x00,0x99,0x0a,0x70,0x00,0x02,0xfe,0x70,0x02,0xf0,0xa7,0x00,0x00,0xc9,0x4f,0x10, +0x03,0x0a,0x70,0x00,0xbc,0x00,0xa3,0x2d,0x00,0x01,0x7b,0x3c,0x12,0x1b,0x48,0x05, +0x2e,0xdf,0xd2,0x5e,0x33,0x12,0x1e,0x81,0x33,0x21,0x05,0xa0,0xda,0x0e,0x40,0x1e, +0xff,0xed,0x00,0xfe,0x30,0xf0,0x03,0xe0,0x01,0xe1,0x22,0x24,0xe2,0x10,0x1f,0xdd, +0xde,0x6d,0xdd,0xef,0xd7,0x01,0xe0,0x01,0xe0,0x1e,0x00,0x51,0x1f,0xdd,0xde,0x08, +0x30,0x1e,0x00,0xf0,0x09,0xe0,0x5d,0x02,0xe0,0x02,0xdf,0xcc,0xde,0x00,0xc5,0x2e, +0x00,0x02,0x23,0xca,0xe0,0x05,0x92,0xe0,0x00,0x00,0xaa,0x1e,0x00,0x57,0x13,0x11, +0xbb,0x2d,0x00,0x22,0x02,0xe7,0xd8,0x33,0x67,0x01,0x00,0xef,0x90,0x06,0xfe,0xca, +0x01,0x11,0xf1,0xa1,0x34,0xf0,0x15,0xb3,0x0f,0x10,0x09,0xf2,0x01,0x00,0x0b,0x30, +0xf1,0x07,0xfc,0xcc,0xf5,0x00,0xb3,0x0f,0x2b,0xc4,0x80,0x5c,0x00,0x0b,0x40,0xf6, +0x85,0x06,0xce,0x20,0x00,0xbf,0xef,0x10,0x5c,0x7d,0x20,0x2d,0x00,0xf0,0x19,0x17, +0xd8,0x0c,0x10,0x00,0x00,0x0f,0x3c,0x71,0x00,0xe2,0x00,0x5f,0xfe,0xf7,0xdd,0xdd, +0xdf,0xed,0x10,0x96,0x0f,0x22,0x61,0x11,0xe3,0x10,0x0a,0x40,0xf1,0x1d,0x60,0x0e, +0x20,0x00,0xc3,0x0f,0x10,0x2e,0x20,0x80,0x2d,0xcd,0xf1,0x00,0x30,0x1f,0x20,0x05, +0x80,0x0f,0x10,0x00,0xef,0xc0,0xe8,0x00,0xb0,0x40,0xe0,0xe0,0x40,0x00,0x2e,0x00, +0x0a,0x6e,0x0e,0x4d,0xcb,0x00,0x30,0x1c,0xe0,0xec,0x25,0x37,0xf0,0x0e,0x29,0x9f, +0x9f,0xa9,0x20,0x02,0xe0,0x01,0x6b,0x76,0x6c,0x6b,0xbb,0xcf,0xb4,0x00,0x98,0x04, +0xc0,0x34,0x46,0xf4,0x10,0x01,0xa0,0xa5,0x00,0x10,0x2e,0x92,0x0f,0x10,0xfc,0xc0, +0x36,0x00,0x15,0x10,0xa1,0xa7,0x2e,0x00,0x05,0xde,0xfe,0xd6,0x04,0xc2,0xe0,0xad, +0x06,0x70,0x01,0x2e,0x00,0x00,0x01,0xf5,0x79,0xf2,0x41,0x80,0xce,0xfd,0xb9,0x61, +0x00,0x3e,0x00,0x04,0x55,0x02,0x28,0xff,0x80,0x1d,0x03,0x00,0x8b,0x0e,0x40,0x6b, +0x10,0x02,0xd0,0xc8,0x1e,0x40,0x8c,0x4c,0xcc,0xee,0xcb,0x3b,0xf1,0x26,0x20,0x38, +0x7c,0x97,0x87,0x00,0x2c,0xdc,0x05,0xd8,0x88,0x8a,0xc0,0x00,0x03,0xc0,0x5c,0x33, +0x33,0x7c,0x00,0x00,0x3c,0x05,0xd7,0x77,0x79,0xc0,0x00,0x09,0xf5,0x4c,0x99,0x99, +0xaa,0x00,0x0c,0x70,0x7c,0xa8,0x88,0x89,0xab,0x20,0x20,0x00,0x02,0x34,0x5f,0x43, +0x20,0x1e,0xee,0xdc,0x3e,0x63,0x00,0x00,0x5b,0x10,0x00,0x0f,0x9b,0x16,0x11,0xf0, +0xd4,0x00,0x38,0x3e,0xeb,0x00,0x01,0x29,0x16,0xf2,0x01,0x29,0x00,0x93,0x32,0x30, +0xf2,0x01,0x40,0xcc,0x18,0x40,0x0f,0x20,0x2f,0x20,0x69,0x1e,0x30,0xf2,0x00,0xb9, +0x1a,0x11,0xe0,0x0f,0x20,0x03,0xf2,0x00,0x1f,0x30,0x00,0xf2,0x00,0x0b,0x90,0x07, +0xc0,0x2d,0x00,0x31,0x5f,0x02,0xf5,0x3c,0x00,0x21,0xf4,0x16,0x3c,0x00,0x25,0x09, +0x40,0x4b,0x00,0x01,0x34,0x28,0x00,0x8f,0x05,0x09,0x96,0x38,0x01,0xff,0x29,0x01, +0xda,0x35,0x32,0x11,0x11,0x4e,0x7e,0x0a,0x13,0x03,0xbc,0x35,0x11,0x3e,0x0f,0x00, +0x00,0xd4,0x08,0x13,0x04,0x63,0x2b,0x12,0x5c,0x84,0x07,0x20,0x07,0xa0,0x16,0x33, +0x01,0xbe,0x02,0x22,0x5e,0x10,0x54,0x2a,0x20,0xba,0x00,0x8d,0x45,0x31,0x00,0x02, +0xe9,0xb6,0x44,0x51,0x00,0x02,0xec,0x40,0x3e,0xb8,0x3d,0x15,0x8e,0x68,0x0b,0x12, +0xdf,0x7f,0x1a,0x10,0xd4,0xcd,0x05,0x05,0x07,0x00,0x10,0xdf,0x7e,0x03,0x33,0x30, +0x00,0xe4,0x7b,0x15,0x00,0x17,0x12,0x40,0xb3,0x00,0xf4,0x22,0x3d,0x17,0xf0,0x15, +0x01,0xf0,0x3b,0xbb,0xbb,0x10,0xf2,0x05,0xc0,0x4c,0x33,0x3f,0x10,0xf1,0x09,0x90, +0x4b,0x00,0x0e,0x11,0xf0,0x0e,0x30,0x4f,0xcc,0xcf,0x12,0xf0,0x7c,0x00,0x4c,0x22, +0x23,0x07,0xc0,0x23,0x9b,0x09,0x42,0xfe,0x50,0x00,0xdf,0xb8,0x22,0x01,0x06,0x14, +0x14,0xe2,0x07,0x00,0x06,0x15,0x00,0x10,0xf2,0xa2,0x0b,0x61,0x33,0x33,0xf5,0x33, +0x33,0x00,0x8f,0x1e,0x10,0xcc,0xa8,0x08,0x10,0xf2,0xd6,0x07,0x80,0xbe,0xee,0xfe, +0xee,0xd0,0x04,0xc0,0xc5,0xc9,0x17,0x40,0x08,0x90,0xc4,0x00,0x91,0x10,0x80,0x30, +0xc6,0x22,0x22,0x25,0xe0,0x4b,0x00,0x74,0x37,0x05,0xc2,0x36,0x12,0xef,0x35,0x18, +0x22,0x0e,0x20,0x45,0x0f,0x12,0xe4,0x5b,0x27,0x02,0x26,0x05,0x50,0x30,0x00,0xe2, +0x08,0x70,0xa6,0x06,0xf0,0x04,0x0f,0x21,0x3b,0x11,0x1d,0x61,0x00,0x00,0xf4,0xdd, +0xfe,0xdd,0xfe,0xd9,0x00,0x1f,0x00,0x0e,0x20,0x6b,0x38,0xa0,0xf0,0x11,0xe3,0x11, +0xe3,0x11,0x00,0x5d,0x8e,0xef,0xd7,0x15,0x40,0x09,0x90,0x07,0xc0,0xeb,0x07,0x30, +0xf3,0x06,0xe3,0x4f,0x00,0x35,0x3b,0x06,0xb2,0xfa,0x07,0x05,0x26,0x01,0x11,0xf3, +0xa1,0x31,0x00,0x69,0x00,0x12,0xd5,0x69,0x00,0x22,0x0d,0xed,0x71,0x3d,0x30,0xd3, +0x00,0xf0,0x2d,0x02,0x20,0x0e,0x7e,0x4b,0x00,0x00,0xf2,0x3f,0x01,0xfb,0x35,0xf0, +0x07,0x0f,0x21,0x1f,0x11,0x1f,0x21,0x10,0x01,0xf9,0xef,0xed,0xfe,0xdd,0xed,0x20, +0x4d,0x00,0xf0,0x08,0x90,0x5c,0x10,0xb1,0x1c,0xf0,0x06,0x1d,0xbb,0x10,0x00,0xd5, +0x01,0xf2,0x69,0x4d,0xa2,0x00,0x4e,0x00,0x8f,0xd8,0x40,0x08,0xfc,0x10,0x20,0x02, +0x92,0x01,0x00,0xf0,0x0e,0x00,0xff,0x4d,0x86,0x00,0x12,0x22,0x24,0xf4,0x22,0x22, +0x10,0x28,0x1b,0x04,0xb4,0x3d,0x0f,0x0f,0x00,0x10,0x73,0x11,0x11,0x13,0xf2,0x11, +0x11,0x10,0x0f,0x0a,0x00,0x10,0x0e,0x03,0xfa,0x20,0x13,0xa8,0x6b,0x2a,0x16,0x50, +0xcb,0x0c,0x42,0xd0,0x01,0x11,0x6d,0x79,0x1c,0x13,0x0a,0x56,0x03,0x03,0x96,0x09, +0x21,0x5d,0xef,0x4a,0x1e,0x40,0x0b,0x61,0x11,0xa9,0xde,0x1b,0x10,0xe0,0x7a,0x08, +0x00,0xaa,0x2e,0x01,0x92,0x17,0x21,0x8c,0x00,0x0f,0x00,0xa2,0x4e,0x10,0x11,0x11, +0xa8,0x11,0x11,0x00,0x30,0x7f,0xd4,0x01,0x61,0x02,0x80,0x00,0x00,0x93,0x00,0x37, +0x47,0x10,0x5e,0x08,0x46,0xa0,0xef,0xcc,0xcf,0xec,0xc6,0x00,0x13,0x33,0x39,0xc3, +0xca,0x07,0x03,0x07,0x0a,0x65,0x0a,0xee,0xff,0xfe,0xee,0xeb,0x27,0x1e,0x02,0x68, +0x42,0x43,0xe0,0x00,0x00,0x7d,0xf8,0x02,0xf1,0x00,0xde,0xee,0xee,0xed,0x00,0x00, +0x4e,0x61,0x11,0xb8,0x11,0x10,0x00,0x9f,0x70,0xb1,0x05,0x32,0x1b,0x37,0xcc,0xd9, +0x03,0x10,0x34,0x9b,0x14,0x22,0x40,0xbf,0x6f,0x00,0x01,0x32,0x1d,0x14,0xf2,0x96, +0x03,0x21,0x0b,0x20,0x07,0x00,0x22,0x0e,0x30,0x07,0x00,0x00,0x8f,0x09,0x8a,0xf2, +0x00,0x0e,0x74,0x44,0x44,0x44,0xd2,0xa4,0x23,0x31,0x30,0x0e,0x30,0x84,0x0d,0x00, +0x07,0x00,0x00,0x0f,0x3e,0x70,0x82,0x11,0x11,0x11,0x3c,0x80,0x04,0xe2,0x01,0x60, +0xea,0x10,0x00,0x16,0x10,0x00,0x06,0x20,0x60,0x02,0x8d,0xc7,0x33,0xad,0x50,0x61, +0x06,0x10,0xef,0x44,0x29,0xf0,0x0e,0x28,0xcf,0xdf,0x42,0x9e,0xb4,0x00,0x00,0x85, +0x16,0xd0,0x00,0x07,0x50,0x01,0xdd,0xdd,0xff,0xdd,0xdd,0xdd,0xd0,0x02,0x22,0xab, +0x25,0x62,0x22,0x22,0x83,0x51,0x11,0x79,0xf6,0x0a,0x10,0xfe,0xba,0x10,0xd0,0x01, +0xae,0xc9,0x00,0x89,0x00,0x3e,0x00,0x1a,0x18,0x80,0x07,0x90,0xe5,0x00,0x50,0x88, +0x00,0x79,0x00,0x3e,0x27,0x12,0x40,0x07,0x91,0xde,0xa0,0xa9,0x2a,0x20,0x79,0x01, +0xa1,0x51,0x40,0x56,0x90,0x95,0x3c,0xd0,0x1d,0xf1,0x00,0x69,0x09,0x63,0xc0,0x00, +0x0e,0xef,0xef,0xfe,0xff,0xef,0xee,0x10,0x00,0xe2,0x0f,0x00,0xf1,0x01,0x00,0xaa, +0x06,0xc8,0xd6,0x2e,0x5c,0x10,0x97,0x00,0x25,0x55,0x20,0x67,0x50,0x0b,0xf6,0x3f, +0x10,0xec,0xfb,0x0a,0x81,0x90,0x00,0x03,0xe0,0x0c,0x40,0x00,0x1f,0xbe,0x12,0x60, +0xfe,0xee,0xfe,0xee,0xf7,0x00,0x0f,0x1f,0x00,0x27,0x01,0x61,0x04,0xc0,0x01,0xf0, +0x00,0xa7,0x0f,0x00,0x34,0x08,0xef,0x40,0x8e,0x0d,0xf1,0x05,0x05,0x40,0x02,0xe0, +0x01,0x80,0x00,0x5e,0x00,0x2e,0x00,0x9a,0x00,0x01,0xd3,0x03,0xf0,0x1c,0x20,0x0e, +0xe6,0x17,0x21,0xf5,0xe2,0x22,0x07,0xf4,0x04,0x5e,0x2c,0xed,0xdd,0xdd,0xf2,0xc5, +0x20,0xc4,0x00,0x00,0x0e,0x22,0x00,0x0c,0xdd,0xdd,0xdd,0xf2,0x3b,0x00,0x11,0xdf, +0x3a,0x3b,0xf4,0x0b,0x0e,0x10,0x02,0xf1,0x00,0x96,0x00,0xe0,0x00,0x1f,0x00,0x09, +0x60,0x0e,0x00,0x01,0xf0,0x23,0xb6,0x00,0xa0,0x00,0x1f,0x06,0xca,0x10,0xfe,0x3b, +0x80,0xf0,0x04,0xfe,0xee,0xee,0xf2,0x00,0xf0,0xfb,0x3f,0xb0,0xe2,0xab,0xfb,0xa4, +0xba,0xcc,0xc8,0xe2,0xe5,0xf4,0xe4,0x0e,0x00,0x30,0xd0,0xf0,0xd4,0x0e,0x00,0xf0, +0x05,0xd0,0xf0,0xd0,0x10,0x00,0x00,0x10,0xd0,0xf0,0xd0,0xee,0xee,0xee,0xc0,0xd0, +0xf0,0xd0,0xe1,0x00,0x04,0x07,0x00,0x70,0xed,0xcc,0xcd,0xc0,0xd0,0xf8,0xc0,0x0e, +0x00,0x30,0x40,0xf1,0x00,0x0e,0x00,0x60,0x00,0xf0,0x00,0xe1,0x00,0x05,0x07,0x00, +0x52,0xed,0xdd,0xdd,0xb0,0x00,0x53,0x38,0x01,0x07,0x00,0x11,0x11,0x70,0x00,0x60, +0x3f,0xdd,0xd5,0x78,0xf8,0x80,0x15,0x00,0x6c,0xe7,0xf7,0xe0,0xef,0xee,0xef,0x4d, +0x00,0x0a,0x0e,0x00,0x11,0xf2,0x0e,0x00,0x60,0xb0,0xf6,0x60,0xec,0xbb,0xbc,0x54, +0x00,0xf5,0x02,0x39,0x53,0x67,0x20,0x00,0xf0,0x03,0xcc,0x20,0x3e,0x70,0x00,0xf0, +0x1d,0x60,0x00,0x01,0x25,0x42,0x12,0xf0,0xd6,0x05,0x20,0x00,0x8e,0xf4,0x21,0x11, +0xf0,0x2e,0x02,0x70,0xef,0xee,0x0e,0xed,0xdd,0xf3,0xe0,0x52,0x00,0xf0,0x02,0x0c, +0x3d,0x0f,0x0d,0x0e,0x10,0x00,0xc3,0xd0,0xf0,0xd0,0xcd,0xdd,0xdd,0x2d,0x0f,0x0d, +0x21,0x00,0xf0,0x07,0xd0,0xf0,0xd7,0xfe,0xef,0xee,0xcd,0x0f,0x1d,0x76,0x01,0xe0, +0x3c,0xc0,0xf6,0x67,0xfe,0xef,0xee,0xc0,0x0f,0x00,0x0d,0x00,0x50,0x00,0xf0,0x07, +0x70,0x1e,0x34,0x3d,0x11,0x7e,0xd2,0x36,0x10,0x88,0x7f,0x1f,0x10,0x00,0xcf,0x08, +0x30,0xff,0xee,0xe0,0x14,0x0b,0x10,0x06,0x90,0x2e,0x00,0x25,0x12,0x11,0xe7,0x06, +0x56,0x00,0x1f,0x00,0xf0,0x17,0x05,0xeb,0xbb,0xbb,0xbb,0xe7,0x00,0x00,0x5b,0x11, +0x11,0x11,0x1a,0x70,0x00,0x03,0xaa,0xed,0xaa,0xaa,0xa5,0x00,0x1a,0xaa,0xbf,0xca, +0xaa,0xaa,0xaa,0x10,0x02,0xbb,0x12,0xc0,0x1b,0x91,0x00,0x19,0x60,0x04,0xe1,0xef, +0xe9,0x10,0x81,0xc4,0x01,0xf0,0x01,0xf1,0x80,0x00,0x0c,0x40,0x1f,0x45,0x10,0x51, +0xc4,0x01,0xf0,0x7d,0xa0,0xb3,0x1d,0x00,0xb4,0x1d,0x11,0x4c,0x4d,0x05,0x50,0x40, +0x00,0x15,0x00,0x1f,0x93,0x40,0x50,0x00,0xe2,0x01,0xf0,0x02,0x99,0x3a,0x21,0xa0, +0x1f,0xe3,0x45,0x50,0x2e,0x01,0xf0,0x1e,0x10,0x43,0x11,0x47,0x3f,0x22,0x32,0x22, +0x5d,0x28,0x0f,0x34,0x45,0x03,0x0c,0x43,0x45,0x13,0x08,0x9a,0x0a,0x16,0x8b,0xb7, +0x1f,0x24,0x40,0x0f,0x44,0x01,0xd0,0x9e,0xee,0xee,0xef,0x80,0x00,0x0f,0x00,0x02, +0x00,0x1b,0xb0,0x00,0x70,0x55,0x12,0x7e,0x43,0x24,0x20,0x6e,0xc2,0xae,0x3b,0x00, +0x60,0x07,0x30,0xfe,0x00,0x4d,0x52,0x0b,0xb2,0x1e,0x40,0x06,0xa0,0x00,0x00,0xe2, +0x0c,0x60,0x00,0xa7,0x61,0x0b,0x12,0x0f,0xe2,0x44,0x5b,0x02,0xa0,0x00,0x6f,0xfc, +0x8a,0x31,0x16,0x40,0xd2,0x0b,0x03,0x71,0x00,0x41,0x60,0x0f,0x00,0x19,0x6d,0x04, +0xf0,0x05,0xf1,0x13,0xe1,0x11,0x5d,0x11,0x00,0x1f,0x8c,0xdf,0xcc,0xcd,0xfc,0xc3, +0x01,0xf0,0x02,0xe0,0x00,0x4c,0x71,0x00,0x40,0x2f,0xbb,0xbc,0xc0,0x60,0x04,0x01, +0xd9,0x04,0x21,0x4d,0x5e,0xa9,0x38,0xd0,0x06,0xb0,0x08,0xb0,0x00,0x3e,0x40,0x00, +0x97,0x00,0x08,0xe6,0x9e,0x28,0x13,0xd6,0x25,0x8e,0xff,0xa5,0x10,0x03,0xd0,0xde, +0xb8,0x30,0x17,0xbe,0xf4,0x8f,0x14,0x00,0xcb,0x38,0x02,0xc3,0x2a,0x06,0x17,0x11, +0xf9,0x44,0x30,0x2d,0x21,0x3a,0x05,0x06,0x50,0x00,0x02,0xd3,0xc3,0xc4,0xa0,0xb3, +0x00,0x00,0x2d,0x07,0x4c,0x71,0x0f,0xdd,0xd3,0x02,0xd6,0xcd,0xfc,0xc8,0xe1,0x69, +0x00,0x3d,0x76,0x11,0x1b,0xfe,0x18,0x50,0x04,0xc7,0x5b,0xc7,0xa8,0x76,0xc2,0x00, +0x4b,0x75,0x90,0x9a,0x22,0xbd,0x00,0x06,0x97,0x59,0x09,0xa2,0x0d,0x70,0x00,0x96, +0x75,0xdc,0x7a,0x22,0xea,0x00,0x0e,0x27,0x52,0x00,0xa4,0xc5,0xc7,0x01,0xb0,0x75, +0x02,0xdc,0xd5,0x01,0xc3,0xe4,0x00,0xf1,0x01,0x15,0x9a,0x00,0xff,0xff,0x16,0xac, +0xff,0xb6,0x20,0x00,0x09,0x90,0x45,0x31,0xf1,0x87,0x42,0x01,0xaf,0x0f,0x31,0x7b, +0x00,0x16,0x6a,0x30,0xf0,0x02,0x51,0x03,0xc0,0x0f,0x98,0x82,0x06,0xee,0xf9,0x3c, +0x00,0xf9,0x88,0x20,0x00,0x09,0x63,0x6e,0x18,0x40,0x05,0x80,0xd3,0x3c,0x1e,0x00, +0x31,0x1e,0x5d,0x03,0x8c,0x18,0x30,0x7f,0x70,0x3f,0x1e,0x01,0x10,0x04,0x37,0x59, +0x00,0xcd,0x50,0xe7,0xaf,0x95,0x42,0x10,0x11,0x00,0xda,0x00,0x39,0xbd,0xef,0xff, +0xf6,0x03,0x70,0x00,0x11,0x2d,0x4b,0x01,0x00,0xc7,0x10,0x00,0xc9,0x05,0x40,0xdd, +0xef,0xdd,0xf1,0x71,0x00,0xe0,0x03,0xd0,0x0e,0x20,0x00,0x7b,0x0d,0xdd,0xef,0xdd, +0xfd,0x10,0x0e,0x73,0x0f,0x00,0x80,0x10,0x04,0xbc,0xe2,0xdd,0xef,0xdd,0xd1,0xe2, +0x39,0x00,0x9e,0x19,0xb1,0x08,0x37,0x83,0xdd,0xef,0xdd,0xd5,0x00,0x5a,0xb4,0x00, +0x7c,0x28,0x30,0xce,0x0d,0xee,0xfe,0x15,0x50,0x0b,0xc5,0x00,0x02,0xa0,0xa7,0x25, +0x40,0xac,0x64,0x20,0x00,0xc7,0x2e,0x64,0x39,0xde,0xff,0xff,0xf2,0x01,0x78,0x35, +0x03,0xa7,0x31,0x00,0x33,0x06,0x01,0x97,0x3b,0x11,0x98,0x4e,0x20,0x00,0x0f,0x00, +0x16,0x4d,0x0f,0x00,0x55,0x11,0x1a,0x91,0x11,0x6d,0xb5,0x06,0x10,0x20,0x65,0x20, +0x12,0x4d,0x8f,0x06,0x01,0x2d,0x00,0x12,0x6d,0x90,0x01,0x21,0x2f,0x50,0x0f,0x00, +0x21,0x3e,0x90,0x0f,0x00,0x10,0x0b,0xa5,0x5a,0x19,0xd0,0x4a,0x01,0x32,0x8a,0x2b, +0x10,0x49,0x0c,0x02,0xe1,0x08,0x46,0x7b,0x00,0x82,0x01,0xda,0x12,0x44,0x22,0x6d, +0x22,0x22,0x71,0x13,0x00,0x24,0x45,0x10,0x1f,0x57,0x02,0x42,0xdf,0xdd,0xd0,0xf2, +0x9a,0x08,0x22,0x0c,0x60,0xe7,0x0f,0x12,0x8a,0x0f,0x00,0xf0,0x05,0x04,0xe0,0x05, +0x20,0x00,0x0e,0x89,0xc6,0x0e,0x50,0xa5,0x09,0xdf,0xd9,0x62,0x00,0x6e,0x4d,0x30, +0x54,0x1a,0x00,0x22,0x8e,0xb0,0x36,0x2b,0x10,0x5f,0x7a,0x14,0x00,0xa1,0x1a,0x05, +0x06,0x00,0xd1,0x03,0x44,0x44,0xf1,0x00,0x2e,0x0f,0xcc,0xcc,0xc1,0x00,0x2e,0x1f, +0x24,0x00,0x20,0x5d,0x11,0x99,0x3f,0x10,0x8f,0x1e,0x05,0x04,0x2a,0x00,0x00,0x77, +0x13,0x11,0x2e,0x12,0x0f,0x50,0x2e,0x00,0x11,0x1a,0xa0,0xe3,0x2e,0x23,0xfe,0x20, +0x7d,0x2b,0x00,0x88,0x56,0x11,0x0c,0x49,0x47,0x10,0xf0,0xb2,0x26,0xd1,0x11,0x1f, +0x00,0x11,0x15,0xc1,0xff,0xff,0xf0,0x4f,0xff,0xfc,0x2f,0xad,0x26,0x21,0x02,0xe0, +0xf7,0x26,0xf6,0x1f,0x3e,0xee,0xef,0x27,0xee,0xee,0xf0,0x72,0x00,0xf1,0x17,0x10, +0x2e,0x06,0xcc,0x2f,0x01,0x7d,0x93,0xd0,0x00,0x8b,0xe0,0x00,0x2a,0xcc,0x6b,0xe9, +0x8c,0x07,0xdd,0x77,0xb6,0x40,0x09,0x90,0x63,0x00,0x98,0x00,0xaf,0xd3,0x00,0x0d, +0xde,0x30,0x36,0x21,0x10,0x73,0x40,0x51,0x21,0xf4,0x03,0x48,0x13,0xf0,0x07,0xc4, +0x0c,0x40,0x1d,0x20,0x00,0x00,0xc4,0xac,0x67,0x8c,0xd0,0x07,0x88,0xe4,0xba,0x8c, +0x64,0x97,0x0f,0x77,0x72,0x00,0x01,0x10,0x1e,0xf7,0x33,0xc0,0xee,0xe1,0x4d,0x44, +0x41,0xe1,0x0e,0x20,0xe1,0x4b,0xbb,0xe5,0x07,0x00,0x70,0x00,0x00,0xc4,0xee,0xef, +0xee,0xf1,0x0b,0x0f,0x30,0x0e,0x25,0x30,0xcb,0x00,0xf5,0x02,0x0e,0x25,0xd0,0x00, +0x03,0xe2,0x67,0x8f,0xbb,0xf6,0x04,0xff,0x74,0xba,0x87,0x64,0x6c,0xb2,0x25,0x40, +0xf2,0xfc,0xf1,0xec,0x14,0x44,0x40,0x2b,0x0d,0x1e,0x00,0xe8,0x40,0xf0,0x16,0xeb, +0xf1,0xeb,0xbf,0x00,0x89,0x9f,0x02,0x22,0x02,0x22,0x20,0x0e,0x77,0x70,0xee,0xdf, +0xed,0xec,0x00,0xe0,0x00,0x0e,0x10,0xf3,0x03,0xc0,0x0f,0x32,0x20,0xed,0xdf,0xdd, +0xdc,0x00,0xcc,0xcf,0x0f,0x00,0x00,0xa7,0x1a,0x41,0xde,0xdf,0xed,0xeb,0xa2,0x02, +0x10,0xf3,0xe4,0x0a,0x20,0xc9,0xff,0x4e,0x30,0x00,0x4f,0x1f,0x10,0xf3,0x76,0x35, +0x12,0x30,0x14,0x49,0x08,0x28,0x16,0x20,0x54,0x00,0x5e,0x02,0x00,0x74,0x4c,0x30, +0x4c,0x00,0xc5,0xe4,0x15,0x60,0x04,0xc0,0x0c,0x40,0xdb,0x10,0x07,0x07,0x41,0xc4, +0x02,0x00,0x04,0x0f,0x00,0xf0,0x03,0x00,0x0b,0xa0,0x3e,0xff,0xee,0xff,0xd0,0x1c, +0xa0,0x00,0x16,0xc1,0x1d,0x51,0x6e,0x80,0x00,0xdf,0x30,0xd0,0x08,0x30,0x02,0x00, +0x09,0x80,0x0c,0x40,0x00,0x02,0xf3,0x00,0xc5,0x21,0x29,0x80,0xe7,0x00,0x2f,0x10, +0x0c,0x40,0x04,0xe8,0x7f,0x24,0x9a,0xc4,0x19,0xe4,0x00,0x01,0xd1,0x00,0x0c,0x48, +0xde,0x30,0x01,0x7a,0x00,0xf0,0x06,0x5f,0xcc,0xcc,0xf5,0x00,0x3e,0x40,0x05,0xd5, +0x55,0x5d,0x50,0x3e,0x60,0x00,0x5d,0x55,0x55,0xd5,0x8e,0x50,0xc2,0x05,0x42,0xbe, +0x56,0x20,0x01,0x7c,0x4f,0x30,0x0a,0xb0,0x0f,0x5e,0x09,0x20,0x09,0xc0,0x69,0x05, +0xa0,0x20,0x2c,0xc1,0x00,0x03,0xfa,0xaa,0xaf,0x3c,0x80,0xc7,0x06,0xf2,0x12,0x11, +0xe2,0x00,0x00,0x81,0x02,0xbb,0xed,0xbb,0x20,0x00,0x9c,0x00,0x1d,0x19,0x77,0x70, +0x01,0xbc,0x10,0x0c,0x80,0x97,0x1e,0x37,0xe9,0x00,0x00,0x40,0xce,0x50,0x24,0xc3, +0x8c,0x19,0x10,0x0d,0xb9,0x09,0x11,0xe2,0x7b,0x10,0xf0,0x00,0x05,0xe4,0x02,0xdd, +0xdf,0xed,0xd8,0x01,0xe3,0x04,0x02,0x22,0xe5,0x22,0x10,0xd5,0x14,0x20,0x0d,0x30, +0xc6,0x11,0x00,0x52,0x05,0xa2,0xe6,0x03,0xee,0x01,0x11,0x11,0x1d,0x61,0x03,0xfa, +0x60,0x22,0x31,0x28,0x2e,0x0d,0x95,0x05,0x42,0x02,0xe0,0x03,0x30,0x5a,0x43,0x40, +0x4e,0x20,0x0c,0x40,0x3a,0x02,0x10,0x8b,0x40,0x08,0x10,0x2e,0xdf,0x75,0x11,0x40, +0x49,0x02,0x62,0xdf,0xc1,0x00,0x00,0x03,0x50,0xf9,0x04,0x20,0xe6,0x0e,0x12,0x21, +0x40,0x01,0xc9,0x00,0xe2,0x82,0x1c,0x40,0xe9,0x00,0x0e,0x20,0x5b,0x4a,0x60,0x04, +0xd0,0xef,0xee,0xee,0xf1,0x1e,0x00,0x10,0x20,0x8e,0x04,0xf0,0x01,0xce,0x00,0xe3, +0x11,0x11,0xf1,0x01,0xce,0xe0,0x0e,0xee,0xfd,0xdd,0x10,0x3b,0x3e,0xde,0x30,0x10, +0x35,0x9c,0x0b,0x30,0x20,0xb6,0x7e,0xf8,0x0d,0x41,0xe2,0x03,0xfa,0x00,0x0f,0x00, +0x20,0x08,0xd2,0x67,0x06,0xc0,0xfa,0xcc,0x08,0xe7,0x00,0x02,0xe0,0x3c,0x83,0x00, +0x03,0xb2,0x0a,0x4e,0x12,0x10,0x7a,0x4d,0x21,0x0c,0x80,0x85,0x52,0xf0,0x21,0x0b, +0x80,0x08,0x60,0x00,0xbb,0x02,0x2c,0xa3,0x4b,0xa0,0x00,0x05,0x05,0xe5,0xcb,0xee, +0x54,0x20,0x00,0x02,0xe3,0x03,0xa8,0x00,0x4e,0x20,0x02,0xde,0x0a,0xff,0xee,0xdd, +0xcc,0x01,0xea,0xe0,0x22,0x5e,0x10,0x00,0x93,0x04,0x1e,0x00,0x4f,0xfd,0xdd,0x1c, +0x02,0x20,0x8e,0xd3,0xba,0x4d,0x60,0x1e,0x1a,0x22,0xd4,0xab,0x00,0xd2,0x1c,0xf1, +0x04,0x07,0xfe,0x10,0x00,0x00,0x1e,0x03,0x7d,0xc5,0x9e,0x94,0x00,0x01,0xe3,0xd9, +0x40,0x00,0x27,0xc6,0x5c,0x07,0x00,0xe4,0x03,0x20,0xe2,0xbf,0xf6,0x03,0xf0,0x22, +0x04,0xe4,0x00,0x23,0x03,0x20,0x41,0x01,0xe3,0x18,0x0a,0x60,0xd3,0x2e,0x10,0x00, +0x0b,0x94,0xc0,0x88,0x0c,0x50,0x00,0x06,0xf1,0xa7,0x0e,0x23,0xe0,0x00,0x05,0xfe, +0x02,0xe1,0x5c,0x08,0xa0,0x03,0xf7,0xe0,0x07,0xa0,0xb7,0x0c,0x60,0x04,0x1e,0x00, +0x04,0x7f,0x46,0x31,0x01,0xe0,0x8f,0xec,0x3d,0x12,0x1e,0xb6,0x1e,0x23,0x01,0xe0, +0xe3,0x1e,0x03,0x0f,0x00,0x21,0xe6,0xff,0x13,0x15,0xa0,0x05,0x50,0x08,0x20,0x08, +0x30,0x00,0x03,0xe2,0x01,0xee,0x0b,0xf0,0x16,0x04,0xe4,0x00,0x5d,0x00,0x5e,0x00, +0x01,0xe3,0x18,0x0b,0xea,0x0a,0xf7,0x00,0x00,0x0a,0x96,0xe0,0xb8,0xd1,0xd8,0x00, +0x05,0xf2,0xf4,0x01,0xe2,0x01,0xe2,0x04,0xfe,0x03,0x00,0x0b,0x30,0x00,0x69,0x00, +0xa0,0x30,0xc3,0x00,0x00,0x06,0x1e,0x00,0xc3,0x0c,0x30,0x5a,0x00,0x92,0x0e,0x20, +0xcf,0xff,0x80,0x00,0x1e,0x02,0xf8,0x0f,0x00,0x30,0x8b,0xe3,0xc3,0x69,0x00,0xf1, +0x03,0x2e,0x25,0xfe,0x73,0x33,0x10,0x01,0xe5,0x60,0x02,0x8b,0xcc,0xc1,0x00,0x02, +0x40,0x04,0x20,0xcf,0x17,0x01,0x32,0x15,0xc0,0x01,0xc9,0x00,0x8f,0xee,0xee,0xee, +0x21,0xd8,0x04,0x4f,0x30,0x22,0x03,0x30,0x06,0xed,0xbf,0xea,0x0a,0xf0,0x0e,0x02, +0xf4,0x12,0xd1,0x11,0x1d,0x20,0x02,0xee,0x00,0x2f,0x99,0x99,0xf2,0x02,0xe9,0xe0, +0x02,0xe7,0x77,0x7e,0x20,0x05,0x1e,0x00,0x05,0xe6,0x44,0x40,0xc3,0x00,0x10,0xcf, +0x40,0x0b,0xd0,0x1e,0x04,0xdb,0xc1,0x0b,0x80,0x00,0x01,0xe0,0x64,0x06,0xdc,0x80, +0xd2,0x00,0xe2,0x36,0xcc,0xdc,0x73,0x00,0x01,0xe0,0xcb,0x83,0x00,0x59,0xd2,0x00, +0x04,0xdf,0x02,0xf0,0x02,0x9b,0x03,0x57,0x8a,0xde,0x90,0x05,0xe1,0x0f,0x97,0x5c, +0x60,0x00,0x4e,0x22,0x0f,0x00,0x3f,0x02,0x02,0xb6,0x41,0x30,0x00,0xd7,0x0f,0x1b, +0x02,0xf0,0x03,0x0c,0xf4,0x0f,0x1c,0xcf,0xcc,0xc1,0x7a,0xc4,0x1f,0x1e,0x22,0x22, +0xe2,0x00,0xc4,0x1e,0x1f,0x06,0x12,0x30,0xc4,0x2e,0x1e,0xdd,0x02,0x92,0xc4,0x4c, +0x1f,0xbb,0xbb,0xf2,0x00,0xc4,0x79,0x0e,0x00,0x12,0xa6,0x1c,0x00,0x45,0xa2,0x1f, +0x33,0x33,0x50,0x0d,0x30,0x78,0x00,0xa2,0x11,0x30,0xf0,0x0f,0x2e,0x25,0x1a,0x26, +0x0a,0x60,0x00,0x2e,0x50,0x92,0xa2,0xb0,0xd4,0x00,0x07,0x61,0xaa,0x2a,0x2b,0x1f, +0xba,0xa3,0x00,0x99,0x9e,0xfe,0xf5,0xd4,0x7d,0x10,0x70,0x2e,0xf0,0x2b,0xae,0x06, +0x90,0x1e,0xf1,0xcd,0xdd,0xdf,0xe1,0x96,0x0a,0xae,0x12,0x22,0x22,0x49,0x5c,0x30, +0x30,0xe1,0x3d,0xdd,0x70,0x5a,0xe0,0x00,0x0e,0x14,0xb0,0x58,0x01,0xf8,0x00,0x00, +0xe1,0x5a,0x05,0xba,0x1f,0x50,0x00,0x0e,0x17,0x80,0x9d,0x3b,0xcd,0x00,0x00,0xe1, +0xd3,0x03,0x1a,0xc0,0xab,0x00,0x0e,0x3a,0x6d,0x11,0x1d,0xa2,0xa1,0x10,0x40,0x37, +0x00,0x00,0xc2,0x61,0x01,0xf1,0x1f,0x51,0x11,0x1d,0x31,0x11,0x00,0x0c,0x90,0x9d, +0xdd,0xfd,0xdd,0xd6,0x0b,0xa0,0x00,0x11,0x2d,0x11,0x11,0x00,0x80,0x2e,0x1f,0xbf, +0xbe,0xcb,0xe0,0x00,0x0d,0x60,0xe0,0xd0,0xa2,0x0e,0x00,0x0a,0xe0,0x0f,0x7e,0x7d, +0x87,0xe0,0x0b,0xde,0x00,0x6f,0x29,0x20,0xb2,0xe0,0x7a,0x0e,0x10,0xd7,0x06,0x02, +0x11,0x29,0x15,0x02,0xf1,0x0c,0x15,0x51,0xd3,0x06,0x30,0x00,0x1e,0x08,0x8a,0x24, +0x31,0x3c,0x00,0x01,0xe2,0xe1,0xa3,0x00,0xd3,0xb4,0x00,0x1e,0x25,0x06,0xed,0xec, +0x03,0xd0,0x05,0x13,0x3d,0x6f,0x45,0x11,0xd0,0xfd,0x11,0x80,0x11,0x5e,0x11,0x10, +0x00,0x55,0xec,0x3f,0x4e,0x08,0x30,0x0b,0x5e,0x86,0x41,0x41,0xa0,0x00,0xd3,0xe2, +0x70,0x04,0xd0,0x0d,0x30,0x2c,0x2e,0xce,0x06,0xf0,0x01,0xd3,0x00,0x12,0xe0,0xde, +0xef,0xfe,0xef,0xf8,0x00,0x2e,0x02,0x22,0xaf,0x92,0x22,0xba,0x45,0x30,0x0e,0x7f, +0x10,0x3c,0x00,0x30,0x06,0xd0,0x9a,0x4b,0x00,0xe0,0x03,0xf4,0x01,0xf6,0x00,0x00, +0x2e,0x06,0xe6,0x00,0x05,0xf9,0x10,0x02,0x57,0x2b,0x28,0x03,0xd4,0x7d,0x47,0x08, +0xa6,0x2f,0x12,0x0d,0x19,0x1b,0xf0,0x0d,0x0b,0xb0,0x5e,0x11,0xe3,0x1f,0x00,0x0c, +0xc0,0x1e,0x40,0x99,0x02,0xf0,0x00,0x30,0x1c,0x90,0x2f,0x10,0x4d,0x00,0x00,0x2d, +0x90,0x1d,0x70,0x06,0x1f,0x25,0x40,0x2e,0x80,0x22,0xb8,0x64,0x09,0xf3,0x16,0x80, +0x0a,0xdb,0x10,0x00,0x05,0x08,0x03,0xd1,0x00,0x23,0x00,0x04,0xc0,0xf0,0x07,0xc0, +0x04,0xe0,0x00,0x97,0x0f,0x00,0x08,0x16,0x3b,0x80,0x2f,0x10,0xf2,0x00,0x01,0xc5, +0x3e,0x00,0x20,0x0a,0xd4,0x4c,0x00,0x1b,0x62,0x01,0x0f,0x18,0x20,0x01,0xd5,0xaa, +0x04,0xa0,0xd3,0x00,0x02,0xd9,0x00,0x00,0x0d,0xfd,0xdd,0xee,0xd6,0x0d,0x30,0x43, +0x22,0x10,0x2e,0x47,0x20,0x02,0xee,0x6b,0x29,0x02,0xcf,0x21,0x10,0x0f,0x01,0x36, +0x02,0x85,0x18,0x10,0x2e,0x17,0x00,0x11,0x10,0x0f,0x27,0x00,0x43,0x00,0xf3,0x11, +0x90,0xc1,0x2d,0xa0,0x03,0x90,0x00,0x3d,0x0f,0x10,0x08,0x13,0x2d,0x50,0x0a,0x70, +0xf3,0x00,0x00,0xa7,0x5d,0x00,0x91,0x09,0xff,0xff,0xfd,0x20,0x70,0x00,0x00,0x13, +0x4f,0x3d,0x30,0xb3,0x33,0x30,0x2f,0x08,0xb0,0xeb,0xbb,0xcf,0x30,0x00,0x00,0x1b, +0xc1,0x00,0x0b,0x80,0x9d,0x0b,0x02,0x27,0x08,0x01,0xee,0x00,0x00,0x88,0x4b,0x00, +0xb1,0x10,0x03,0xa2,0x11,0x10,0xe2,0x3c,0x20,0x03,0x0f,0x00,0x11,0x07,0x69,0x00, +0xf1,0x08,0x70,0xa0,0x3e,0x30,0x05,0xc0,0x00,0x6c,0x0f,0x00,0x5e,0x05,0x2d,0x50, +0x0e,0x30,0xf2,0x00,0x31,0xc5,0x5d,0x01,0x70,0xd2,0x00,0x31,0x50,0x00,0x78,0xc2, +0x1f,0x00,0x27,0x22,0x11,0x97,0x9d,0x02,0x90,0x01,0x1b,0x61,0x11,0x11,0x00,0x48, +0xb8,0xcf,0x43,0x01,0x40,0x0b,0x98,0xd0,0x0f,0x55,0x16,0xf0,0x25,0xd7,0x89,0x44, +0xc0,0x09,0x60,0x10,0x2c,0x78,0x00,0x88,0x58,0xa5,0x3a,0x01,0x47,0x80,0x0c,0x49, +0x4c,0x38,0x60,0x00,0x78,0x02,0xe1,0xd1,0xf1,0xd1,0x00,0x07,0x80,0xa8,0x15,0x3f, +0x65,0x00,0x00,0x78,0x4e,0x10,0x0a,0xbc,0x00,0x00,0x07,0x87,0x40,0x05,0xd0,0xc5, +0x00,0x5a,0x00,0x10,0xf4,0xaa,0x14,0x67,0x80,0x06,0xc3,0x00,0x02,0xb1,0x88,0x02, +0x27,0x17,0x10,0x9a,0x30,0x53,0x0f,0xed,0xdd,0xdd,0xef,0x83,0x0c,0x00,0x83,0x22, +0x00,0x33,0x2c,0x0f,0x0f,0x00,0x06,0x01,0x02,0x4e,0x02,0x15,0x2f,0x00,0xaf,0x0a, +0x60,0xc1,0xf0,0x0b,0x90,0x05,0xd0,0xda,0x00,0xf2,0x06,0x1a,0x05,0x3b,0x80,0x0e, +0x40,0xf2,0x00,0x01,0xb6,0x3e,0x00,0x50,0x0a,0xff,0xff,0xfd,0x10,0x10,0x00,0xe1, +0xa4,0x2f,0xf0,0x0a,0x0e,0x12,0xbb,0xbd,0xeb,0xbb,0x70,0x00,0xe7,0x12,0x22,0x7c, +0x22,0x21,0x01,0x9e,0x96,0xac,0xcd,0xfc,0xcc,0x30,0x3a,0xe4,0x90,0x4c,0x08,0x31, +0x06,0x8e,0x18,0x6b,0x3f,0x21,0x94,0xe1,0xc9,0x2b,0x40,0x03,0x1e,0x10,0x9e,0xd9, +0x2e,0x50,0x00,0xe1,0x09,0x70,0x00,0x83,0x02,0x00,0x0f,0x00,0x1f,0xde,0x0f,0x00, +0x07,0x45,0x97,0x00,0x0d,0xe9,0x3d,0x4e,0xd0,0x33,0x33,0x4f,0x53,0x33,0x30,0x02, +0xaa,0xeb,0xaa,0xab,0xeb,0xa2,0x70,0x10,0x43,0x08,0xa0,0x00,0x0c,0xb3,0x4e,0x01, +0x94,0x53,0x10,0x10,0xb9,0x43,0x34,0x44,0x4e,0x30,0xb9,0x4e,0x12,0x1f,0x6f,0x12, +0xf7,0x13,0x1f,0xcc,0xcc,0xcc,0xce,0x30,0x00,0x21,0x22,0x8b,0x20,0x04,0x10,0x00, +0xb6,0x89,0x05,0xc0,0x35,0xd0,0x06,0xd0,0x89,0x00,0x03,0xd0,0x99,0x08,0x20,0x4e, +0xee,0xef,0x60,0x14,0x3c,0x01,0x22,0x06,0xa4,0x4a,0x01,0x51,0x5b,0x08,0xb0,0x00, +0x0f,0x25,0x16,0xf0,0x3e,0xe2,0x00,0xf1,0x22,0x22,0x2f,0x00,0x40,0x00,0x1f,0x38, +0x88,0x82,0xe2,0x3e,0x00,0x02,0xd2,0xaa,0xaa,0x0a,0x7d,0x70,0x00,0x3c,0x3b,0x22, +0xe0,0x5f,0xc0,0x00,0x07,0x93,0xb1,0x1e,0x06,0xf6,0x0a,0x30,0xd5,0x2c,0xcc,0xc8, +0xe8,0xe5,0xd1,0x1c,0x00,0x00,0x22,0x62,0x05,0xc9,0x00,0x04,0x1d,0x04,0xe2,0x00, +0x37,0x00,0x03,0xe1,0xf0,0x06,0xc0,0x44,0xe3,0x00,0xc7,0x0f,0x10,0x01,0x0a,0x67, +0xc0,0x07,0x3c,0x02,0x17,0xd1,0x2d,0x0b,0x10,0xa8,0x68,0x15,0xf0,0x16,0x20,0x00, +0x5e,0x1a,0x90,0x2e,0x18,0xf8,0x00,0x4f,0x52,0x6f,0x62,0xfe,0xa3,0x00,0x0b,0xdc, +0xba,0x9e,0x2f,0x00,0x0a,0x20,0x09,0x99,0x99,0x40,0xcc,0xbc,0xb0,0x01,0xe0,0x00, +0xc5,0x1b,0x00,0x8f,0x4f,0xf4,0x2d,0xbf,0x52,0xe1,0x6c,0xa0,0x01,0xf8,0x88,0xe5, +0x2f,0xb7,0x21,0x00,0x1e,0x11,0x1d,0x52,0xf0,0x00,0xb3,0x01,0xe0,0x4c,0xc4,0x0c, +0xfe,0xfc,0x00,0x04,0x04,0x00,0xd6,0x00,0x05,0x40,0x03,0xe0,0xe2,0x02,0xe0,0x31, +0x6c,0x00,0xc6,0x0e,0x30,0x00,0x0b,0x50,0xe3,0x06,0x00,0x9e,0xee,0xef,0xd1,0x04, +0x10,0x00,0x4c,0xac,0x23,0xf1,0x25,0x0f,0xcb,0xbb,0xbf,0x50,0x00,0x4c,0x20,0xfa, +0x99,0x99,0xe5,0x00,0x86,0xcc,0x0f,0x41,0x11,0x1d,0x50,0x0b,0x5c,0x93,0x99,0x99, +0x99,0x93,0x00,0xd4,0xc2,0xab,0xbb,0xbb,0xbb,0xb1,0x2b,0x4c,0x0c,0x20,0xe0,0xb3, +0x0e,0x10,0x14,0xc0,0xc9,0x7f,0x7d,0x97,0xf1,0x00,0x4c,0x3f,0x53,0x30,0x00,0x04, +0xc0,0x6b,0x01,0x80,0x70,0x00,0x4c,0x00,0x7e,0x30,0x08,0xc0,0xca,0x23,0x20,0x5e, +0x8c,0x48,0x48,0xd8,0x02,0x59,0xdd,0xfa,0x63,0x00,0x04,0xc4,0xeb,0x72,0x01,0x6a, +0xe5,0x5c,0x0d,0x12,0x20,0x4d,0x1f,0x70,0x7c,0x22,0x22,0x21,0x01,0xfc,0xcc,0x82, +0x51,0xf9,0x44,0x50,0x1e,0x00,0xa5,0x79,0x1c,0x10,0x00,0x01,0xe0,0x7d,0x1e,0xa9, +0xea,0x99,0x00,0x1f,0x8e,0xdc,0xfa,0xae,0xba,0x50,0x01,0xe9,0x4c,0x3d,0x32,0xd4, +0x21,0x00,0x2d,0x02,0xc0,0xd8,0x7e,0x87,0x40,0x03,0xc0,0x2c,0x0d,0xaa,0xeb,0xaa, +0x10,0x4b,0x02,0xc0,0xd6,0x11,0x11,0x10,0x06,0x90,0x22,0x33,0xbb,0x13,0x30,0x00, +0x96,0x0a,0x68,0x60,0x63,0x3e,0x20,0x0e,0x26,0xd0,0x86,0x00,0x4a,0x5d,0x01,0xb0, +0x82,0x03,0xee,0xee,0x50,0x72,0x4c,0x39,0x12,0xa6,0x8a,0x11,0x31,0x33,0xda,0x00, +0xb2,0x3e,0x43,0x01,0xb1,0x00,0x0f,0x21,0x3d,0x80,0xf3,0x11,0x11,0xc7,0x11,0x11, +0x00,0x0f,0x54,0x2e,0xf0,0x02,0x0a,0x10,0x00,0xff,0xff,0xe0,0x7a,0x07,0xd0,0x00, +0x0f,0x21,0x3e,0x05,0xc0,0xe7,0x00,0x56,0x34,0x20,0x2f,0x7e,0xdc,0x0d,0x30,0x3d, +0x00,0xef,0x05,0x0c,0xf9,0x0c,0x06,0xb0,0x0d,0xc0,0x07,0x10,0x8a,0x5f,0xe5,0x0c, +0xdf,0x10,0xc3,0x0e,0x50,0x00,0x3d,0x90,0xbb,0x3e,0x13,0xd0,0x00,0x0b,0x60,0x01, +0xaf,0xb2,0x09,0x22,0xb7,0x5a,0x5e,0x15,0x30,0x71,0xae,0x30,0x02,0x0c,0x35,0xb9, +0x22,0x94,0x21,0x41,0x00,0x2f,0x0c,0x20,0x00,0x10,0x18,0x51,0xf0,0x04,0x16,0xb0, +0x0e,0x30,0x01,0xf0,0x00,0xf1,0x4d,0x04,0xd0,0x00,0x1f,0x00,0x0f,0x12,0xf0,0xb7, +0x00,0x0f,0x00,0x21,0x0f,0x6e,0x1e,0x00,0x31,0x10,0xbf,0x60,0x6d,0x2c,0xf0,0x05, +0x0b,0xe0,0x05,0x10,0x25,0x8b,0xfe,0x8a,0xdf,0x40,0xb4,0x0d,0xb8,0x41,0x4d,0x90, +0x9d,0x4e,0x10,0x00,0x08,0x2c,0x15,0x9f,0x71,0x00,0x00,0x69,0x22,0x21,0xf0,0x50, +0x90,0x21,0xb1,0x0f,0x1d,0xa0,0x00,0x7e,0xef,0xfe,0xe0,0xf1,0x1d,0x80,0x0f,0x00, +0x16,0x10,0x6b,0x0f,0x21,0x39,0x19,0xbf,0x09,0xf0,0x16,0x0c,0xa6,0xd8,0x62,0xb5, +0x0d,0x40,0x08,0xf7,0x6e,0x86,0x29,0x74,0xe0,0x02,0xcf,0xaa,0xea,0xa0,0x7a,0xb9, +0x00,0x00,0xe2,0x1d,0x31,0x03,0xef,0x10,0x00,0x0e,0xcc,0xfd,0xc0,0x0f,0x80,0x40, +0x9d,0x67,0xf2,0x03,0x08,0xf7,0x0a,0x40,0x0e,0xee,0xfe,0xea,0xe5,0xe1,0xc1,0x00, +0xe0,0x00,0x04,0xe2,0x08,0xfc,0xac,0x0e,0x16,0x01,0x07,0x0b,0xd1,0x0e,0x10,0x00, +0x2d,0x27,0x00,0x00,0x00,0xec,0xcc,0x51,0xe0,0xd4,0x0f,0x00,0x30,0x1f,0x05,0xc0, +0x05,0x36,0xf9,0x3f,0xc0,0xf0,0x07,0x00,0xd2,0x2d,0x57,0x89,0x3f,0x79,0xb1,0x0d, +0x58,0xe4,0x35,0x9c,0xf8,0x64,0x00,0xd1,0x08,0xaa,0x90,0x0d,0x20,0xb0,0x0d,0x69, +0x99,0x99,0x50,0xb4,0x4a,0x00,0xe2,0x44,0x44,0x42,0x09,0x6b,0x40,0x0e,0x0f,0x99, +0x9f,0x00,0x6c,0xb0,0x01,0xe0,0xfa,0xaa,0xf0,0x04,0xf2,0x10,0x4a,0x04,0x70,0xb2, +0x02,0xdf,0x26,0x78,0x50,0x3b,0x6e,0x99,0xe8,0x7c,0xb4,0x51,0x9b,0x97,0x53,0x95, +0x00,0xcc,0x04,0x1f,0xc2,0x79,0x00,0x00,0x46,0x8b,0xdf,0xc9,0x51,0x00,0x2f,0x86, +0x42,0xeb,0x06,0x01,0x82,0x14,0x10,0xee,0xe2,0x11,0x81,0x02,0xf2,0x22,0x22,0x22, +0x5d,0x00,0x2e,0x2c,0x1f,0x21,0x03,0xe0,0xa8,0x25,0x81,0x4f,0xdd,0xdd,0xdd,0xde, +0xd0,0x07,0xb2,0x1a,0x00,0x17,0xb6,0xbe,0x14,0x21,0x0c,0x80,0xd0,0x00,0x0b,0x95, +0x4f,0xd0,0x24,0x8d,0x30,0x14,0x7c,0xd0,0x03,0xfd,0xb8,0x30,0xcf,0xc9,0x50,0xee, +0x0d,0x00,0xf1,0x1d,0x50,0x04,0xe9,0x99,0x80,0xd4,0x8f,0x20,0xf0,0x05,0x66,0x8e, +0x0d,0x74,0x44,0x42,0x04,0xd0,0x02,0xe0,0xdd,0xcd,0xfc,0x50,0x4d,0x33,0x5e,0x0d, +0x40,0x2e,0x53,0x11,0x60,0xc0,0xf3,0x02,0xe0,0x00,0x6b,0x75,0x06,0x30,0x2e,0x00, +0x07,0x2c,0x13,0x40,0x02,0xe0,0x00,0xa7,0xe8,0x01,0x10,0x2e,0xb8,0x08,0x60,0x1f, +0x30,0x02,0xe0,0x01,0xb0,0x5f,0x68,0x19,0x2e,0x7f,0x0f,0x03,0x3b,0x07,0x14,0x30, +0xf4,0x12,0x32,0xf0,0x00,0xd3,0xa7,0x21,0x12,0xd4,0x72,0x22,0x03,0x15,0x00,0x03, +0x1d,0x2e,0xf5,0x20,0xf6,0xee,0xef,0x5e,0xee,0xf6,0x00,0xf0,0x71,0x0f,0x06,0x30, +0x96,0x01,0xf0,0x4c,0x0f,0x02,0xd2,0x96,0x04,0xd0,0x05,0x6f,0x00,0x36,0xd6,0x08, +0x94,0xad,0x7f,0x29,0xd8,0xb6,0x0e,0x45,0x40,0x0f,0x25,0x00,0x96,0x2c,0x00,0x07, +0xeb,0x00,0x3e,0x53,0x2e,0x03,0xbc,0x20,0xd6,0x01,0x34,0x56,0x8a,0xcf,0xd5,0x00, +0x01,0xed,0xca,0xaf,0x63,0x10,0x9f,0x1f,0x01,0x25,0x55,0x35,0x10,0x00,0x3f,0x80, +0x22,0x08,0xbd,0x1f,0x16,0x3f,0xdb,0x1f,0x1f,0xf3,0xdb,0x1f,0x01,0x22,0x11,0x2f, +0x7b,0x0d,0x08,0x85,0x47,0x07,0x24,0x00,0xf0,0x01,0x07,0xaa,0xaa,0xaa,0xa6,0x00, +0x0f,0x10,0x68,0x88,0xaf,0x88,0x42,0xcc,0xfc,0xc2,0x02,0x0f,0x32,0x14,0x4f,0x64, +0x48,0x18,0x13,0xf1,0x46,0x31,0x11,0x12,0x4c,0x53,0x21,0x04,0xfe,0x5b,0x53,0x31, +0x3f,0xef,0x50,0x1e,0x00,0x14,0x30,0x1e,0x00,0x18,0x10,0x2d,0x00,0x00,0xec,0x1f, +0xa9,0x11,0x5e,0x00,0x00,0xaf,0xb0,0x00,0x1f,0xff,0x80,0x71,0x00,0x21,0xd3,0x33, +0x26,0x00,0x31,0x0c,0x44,0xe3,0x0f,0x00,0xf0,0x0a,0xb6,0x06,0xd0,0x01,0xcc,0xfc, +0xb0,0x0a,0x70,0x15,0x40,0x04,0x4f,0x54,0x8a,0xef,0xff,0xdb,0x10,0x00,0xf1,0x06, +0x69,0xb1,0x00,0x71,0x00,0xf1,0x0b,0x00,0x5c,0x00,0xc3,0x00,0x04,0xfd,0xf0,0x02, +0xf0,0x5d,0x00,0x2f,0xdf,0x50,0x00,0x0e,0x5e,0x40,0x00,0x20,0xf1,0x00,0x00,0xbf, +0x70,0x3c,0x00,0x10,0x1d,0xc2,0x0c,0xfe,0x06,0xf1,0x00,0x4e,0xae,0x60,0x78,0x00, +0x0f,0x11,0xbf,0x60,0x6f,0x7c,0x40,0xaf,0xc0,0x06,0x10,0x00,0x6e,0xc0,0x90,0x21, +0x02,0x20,0x07,0x11,0x3d,0x5a,0x08,0x00,0x3a,0x29,0x71,0x11,0x75,0x11,0x10,0x0b, +0xcf,0xb5,0xe8,0x2d,0x22,0x47,0xe4,0x19,0x08,0x51,0x3d,0x00,0x0c,0x20,0x04,0x91, +0x09,0xf0,0x0b,0xb5,0x00,0x6b,0x00,0x01,0x7f,0xe7,0x08,0x90,0x09,0x80,0x02,0xfd, +0xe2,0x00,0x5c,0x00,0xc5,0x00,0x01,0x3d,0x00,0x02,0xe0,0x0f,0x10,0x1e,0x00,0x31, +0x0f,0x12,0xe0,0x4b,0x00,0x20,0x60,0x6a,0x5f,0x10,0x71,0x8c,0xcc,0xce,0xec,0xc5, +0x0a,0xf8,0x61,0x05,0x1d,0x20,0x5a,0x01,0x11,0x08,0x15,0x3c,0x30,0x0f,0x10,0x8a, +0x6b,0x12,0x40,0x99,0xfa,0x88,0x90,0x6c,0x04,0x31,0xaf,0xb9,0x8a,0x35,0x55,0x21, +0xf1,0x08,0x67,0x2e,0x40,0x0f,0x10,0x89,0x00,0x8b,0x07,0xf3,0x05,0xf8,0xb8,0x90, +0x00,0x0e,0x10,0x1a,0xef,0x94,0x8a,0x11,0x11,0xe1,0x00,0x83,0xf1,0x08,0xfe,0xee, +0xee,0x1e,0x00,0x01,0x4b,0x00,0x12,0x90,0x5a,0x00,0x10,0x8b,0x3d,0x30,0x32,0xaf, +0xc0,0x06,0xeb,0x50,0x06,0x60,0x23,0x21,0x0c,0x30,0x8e,0x13,0x22,0x04,0xfa,0x0f, +0x00,0xf0,0x00,0xd5,0xe5,0x00,0x01,0xdd,0xfd,0x90,0x99,0x04,0xe2,0x00,0x03,0x5f, +0x32,0x8d,0xa0,0x5a,0xf1,0x03,0x01,0xf0,0x7e,0xde,0xee,0xea,0xf1,0x00,0x1f,0x02, +0x21,0x22,0x22,0x02,0x00,0x03,0xfb,0xc0,0x7d,0x1c,0x30,0xff,0x61,0x6f,0x8c,0x3d, +0x31,0x42,0xf0,0x06,0xf1,0x07,0x50,0x1f,0x00,0x68,0x00,0x05,0x9f,0x13,0x40,0x06, +0x80,0x00,0x5b,0x52,0x05,0x10,0x6e,0x2b,0x2f,0x61,0xaf,0xa0,0x06,0x92,0x22,0x7b, +0x4c,0x02,0x01,0x56,0x04,0x21,0x87,0x00,0x43,0x1c,0x22,0x08,0x70,0x71,0x21,0xf1, +0x04,0x87,0x00,0xcd,0xdf,0xed,0xd6,0x05,0xbe,0xdb,0x02,0x22,0xc6,0x22,0x10,0x24, +0xaa,0x40,0x00,0x0c,0x1e,0x00,0x00,0xfb,0x4f,0xb1,0xe3,0x00,0x87,0x01,0x11,0x11, +0x1c,0x51,0x00,0x0a,0xde,0xaa,0x54,0x30,0x7f,0xfb,0x38,0x78,0x01,0x70,0x12,0x28, +0x70,0x01,0x50,0x00,0xc4,0x3c,0x00,0x40,0x1e,0x40,0x0c,0x40,0x4b,0x00,0x10,0x5d, +0x0f,0x00,0x11,0x97,0x82,0x0e,0x78,0x01,0xfe,0x30,0x00,0x00,0xcf,0xd1,0x3c,0x02, +0x12,0x2e,0x08,0x01,0xf1,0x09,0x02,0xe0,0x04,0x9e,0x40,0x00,0x0f,0x10,0x2f,0xcf, +0xc7,0x20,0x01,0xdd,0xfd,0xb2,0xf3,0x00,0x00,0x64,0x03,0x3f,0x53,0x2f,0x2a,0x28, +0x60,0xf1,0x00,0xde,0xee,0xee,0xe1,0x80,0x01,0x10,0x12,0x07,0x03,0x20,0xfa,0xd0, +0xaa,0x5c,0xb0,0x1a,0xef,0xa4,0x2f,0xcc,0xcc,0xde,0x00,0x62,0xf1,0x02,0x43,0x1d, +0x00,0x3c,0x00,0x02,0xba,0x37,0x05,0x0f,0x00,0xaa,0xaa,0xaa,0xbe,0x00,0x9f,0xc0, +0x02,0xf3,0x33,0x35,0x2f,0x12,0x03,0xe1,0x14,0x12,0xd3,0x53,0x01,0x20,0x09,0x80, +0x0f,0x00,0x10,0x0f,0xa5,0x05,0xf0,0x25,0x1c,0xcf,0xc7,0xf2,0x25,0x22,0x2e,0x20, +0x45,0xf4,0x3f,0x05,0xd0,0x00,0xe2,0x00,0x1f,0x00,0x40,0xa7,0x00,0x03,0x00,0x01, +0xf0,0x6e,0xef,0xee,0xee,0xe5,0x00,0x1f,0x7a,0x18,0xb1,0x18,0xa1,0x01,0x9e,0xf9, +0x40,0xe3,0x00,0xc5,0x00,0x19,0x5f,0x00,0x4f,0x60,0x3e,0x10,0x4b,0x00,0x31,0x3c, +0xdd,0x70,0x4b,0x00,0xf5,0x03,0x2e,0xfa,0x10,0x00,0x02,0xf0,0x03,0x8f,0x81,0x9f, +0x50,0x0b,0xfa,0x02,0xd8,0x20,0x00,0x4d,0xb1,0x10,0x05,0x8c,0x4e,0x00,0xa4,0x0b, +0x00,0xdf,0x2b,0x01,0xa3,0x1e,0xb0,0xbd,0xfc,0x4d,0x49,0x99,0x99,0x50,0x04,0x7e, +0x41,0xd3,0x6c,0x28,0x21,0x03,0xd0,0x6b,0x1a,0x00,0xee,0x06,0x00,0xe8,0x0a,0xf0, +0x06,0x05,0xfc,0x6e,0x3c,0x49,0x40,0x30,0x1e,0xfe,0x40,0xf1,0xc3,0x48,0x9b,0x00, +0x33,0xd0,0x0f,0x0c,0x30,0xe9,0xbe,0x52,0xfc,0x0c,0xf0,0xc3,0x0a,0x60,0x00,0x03, +0xd0,0x4c,0x0c,0x31,0x4e,0x10,0x00,0x3d,0x08,0x80,0xec,0xe3,0x7e,0x20,0x7f,0x90, +0xa2,0x1d,0x60,0x00,0x60,0xe9,0x00,0x22,0x08,0x70,0x25,0x03,0x12,0x87,0xc7,0x0e, +0x02,0xbc,0x01,0xf0,0x01,0xb0,0x25,0xba,0x50,0x11,0x1f,0x11,0x10,0x04,0xad,0xda, +0x3c,0xcc,0xfc,0xcf,0x10,0xcb,0x01,0xf2,0x0f,0x1f,0x11,0xe2,0x00,0x08,0x70,0xcd, +0xdd,0xfd,0xdf,0xd2,0x00,0xad,0xe0,0x00,0x0f,0x00,0xe1,0x06,0xfe,0xa2,0x2d,0xdd, +0xfe,0xdd,0x10,0x11,0x87,0x02,0xc0,0x3c,0x00,0xa0,0x6d,0x00,0xfe,0xee,0x30,0x00, +0x87,0x0b,0xf6,0x0f,0x9b,0x0b,0xd5,0x74,0xe2,0xda,0xf3,0x11,0x10,0x1f,0xe3,0xa5, +0x00,0x7b,0xcd,0xdc,0x71,0x00,0x14,0x96,0x07,0x00,0x01,0xb2,0x1b,0x90,0x96,0x00, +0x45,0x55,0x56,0xe0,0x6c,0xed,0xc0,0x07,0x00,0x60,0x24,0xb9,0x41,0x88,0x88,0x89, +0x15,0x00,0x00,0xd0,0x19,0xa0,0x00,0x96,0x3d,0xee,0xee,0xee,0xed,0x03,0xcf,0xee, +0xdf,0x31,0xe0,0x8f,0xf9,0x0c,0x21,0x2f,0x11,0x2c,0x11,0x96,0x00,0xec,0xcf,0xcc, +0xf0,0x7a,0x18,0x25,0x0f,0x00,0x07,0x00,0x81,0xa6,0x00,0xe0,0x0f,0x3d,0xd0,0x1f, +0xe2,0xc4,0x00,0x00,0xc6,0x05,0x12,0xd2,0x2e,0x2e,0x30,0x0e,0x22,0xe0,0x0f,0x00, +0xf0,0x00,0x33,0xf2,0x2f,0x33,0x10,0xcc,0xfc,0x7c,0xcf,0x22,0xfc,0xc4,0x04,0x6e, +0x42,0xa1,0x10,0x06,0x1e,0x00,0x90,0x01,0xff,0xf2,0x2f,0xff,0x30,0x05,0xfc,0x70, +0x0f,0x00,0x31,0x2f,0xef,0x40,0x1e,0x00,0x61,0x22,0xe0,0x6f,0xff,0x22,0xfe,0x48, +0x1f,0x35,0xe2,0x2e,0x11,0x2d,0x00,0x21,0x3e,0x00,0x1e,0x00,0x22,0xaf,0x90,0x0f, +0x00,0x08,0xc6,0x3e,0xf0,0x10,0x36,0x91,0x00,0x08,0x70,0x6b,0xdf,0xfd,0xa6,0x10, +0x00,0x87,0x02,0x42,0x32,0x00,0x26,0x05,0xce,0xec,0x59,0x05,0xa0,0x09,0x90,0x14, +0xa9,0x41,0xe1,0x1e,0x01,0x3c,0x01,0xf0,0x01,0x0a,0x50,0x90,0x88,0x00,0x00,0x87, +0x10,0x10,0x0e,0x17,0x10,0x00,0x0a,0xef,0x10,0x37,0x05,0x30,0x6f,0xfa,0x19,0xad, +0x1d,0x70,0x02,0x18,0x70,0x00,0x3d,0xfe,0x40,0x4b,0x00,0xf1,0x06,0x2e,0x3f,0x4e, +0x20,0x00,0x08,0x70,0x6e,0x50,0xf1,0x5e,0x50,0x00,0x97,0x3d,0x30,0x0f,0x10,0x3d, +0x11,0xfe,0x5b,0x13,0x01,0x69,0x00,0x13,0x39,0xb4,0x01,0x10,0xf2,0x0f,0x00,0x10, +0x03,0x9a,0x22,0xe0,0x03,0x9d,0xc9,0x00,0xa1,0x00,0x94,0x00,0x15,0xba,0x50,0x08, +0x90,0x4d,0x1e,0x00,0xf1,0x00,0x8b,0xbc,0xbe,0xdb,0xb2,0x00,0x87,0x02,0x33,0x98, +0x33,0x33,0x00,0x0a,0xdd,0xe2,0x1a,0x30,0x5f,0xfb,0x2e,0x7f,0x03,0x70,0x51,0x28, +0x70,0x01,0xe2,0x00,0xc6,0x4b,0x00,0x31,0xbd,0x40,0x5e,0x4b,0x00,0xf6,0x03,0x5b, +0xef,0x60,0x00,0x00,0x97,0x01,0x37,0xdb,0x9f,0xa1,0x00,0xee,0x30,0xdb,0x83,0x00, +0x19,0x74,0x07,0x12,0x78,0x16,0x16,0x22,0x07,0x80,0x05,0x2c,0x20,0x78,0x08,0x44, +0x00,0x41,0x14,0xde,0xed,0x96,0x93,0x03,0xf0,0x03,0x99,0x27,0x52,0xc0,0x79,0x0a, +0x10,0x07,0x80,0x02,0xd5,0x00,0xc9,0x00,0x00,0x78,0x02,0xe6,0x1a,0x35,0x30,0x07, +0xbb,0x15,0x1b,0x6f,0xa2,0x3b,0xfd,0x50,0xef,0xff,0xff,0xf3,0x03,0x79,0x80,0x33, +0x1d,0x12,0x78,0xd3,0x17,0x13,0x07,0x0f,0x00,0x12,0x88,0x0f,0x00,0x21,0xee,0x40, +0xca,0x25,0x00,0x12,0x31,0x20,0x15,0x80,0xb3,0x27,0x30,0x6d,0x02,0xf1,0x07,0x00, +0x70,0xb8,0x11,0xb5,0x11,0x7c,0xed,0xc3,0x9f,0x52,0x40,0x23,0xb9,0x3a,0xf2,0x6d, +0x11,0x22,0xa6,0x4e,0x07,0x00,0x20,0x75,0xef,0x68,0x11,0xf2,0x02,0xbc,0xe1,0xe3, +0x02,0xe0,0x00,0x7f,0xfa,0x20,0xe2,0x01,0xe0,0x00,0x32,0xa6,0x00,0xef,0x46,0x00, +0x30,0xe3,0x02,0xe0,0x3f,0x00,0x00,0x15,0x00,0x20,0x01,0xb6,0x15,0x00,0x30,0xfd, +0x2f,0xd2,0xa0,0x12,0x14,0x11,0xd2,0x00,0x60,0x88,0x00,0x0c,0x40,0x0e,0x20,0xdc, +0x0d,0x10,0xc4,0x88,0x00,0xf4,0x02,0x88,0x07,0xbe,0xcb,0xbf,0xbb,0x14,0xce,0xec, +0x56,0xd9,0x66,0xf7,0x60,0x14,0xaa,0x40,0x1e,0x00,0x01,0x99,0x12,0x21,0x88,0x00, +0x95,0x36,0xf5,0x25,0x1a,0xef,0x2e,0x00,0xe2,0x08,0x90,0x5f,0xea,0x00,0xd0,0x0e, +0x10,0x79,0x00,0x08,0x80,0x0f,0xee,0xfe,0xef,0x90,0x00,0x88,0x00,0xe0,0x0e,0x20, +0x89,0x00,0x08,0x80,0x0d,0x00,0xe1,0x07,0x90,0x00,0x98,0x00,0xfd,0xdf,0xdd,0xe9, +0x00,0xfe,0x30,0x0e,0x22,0x22,0x29,0x90,0x86,0x09,0x02,0xf0,0x02,0x00,0x25,0x1b, +0x01,0x26,0x48,0x10,0x96,0xf4,0x05,0xd0,0xf1,0x03,0x8c,0xb8,0x0e,0xcc,0xcc,0xcf, +0x10,0x38,0xdb,0x80,0xe1,0xdb,0x01,0x31,0x09,0x60,0x0c,0x9e,0x47,0x04,0x2d,0x00, +0x20,0xbb,0xaf,0xe8,0x1f,0x40,0x5d,0xfc,0x50,0x31,0x6c,0x30,0xf0,0x05,0x6a,0x60, +0x0d,0x30,0xf4,0x33,0x00,0x00,0x96,0x01,0xf3,0x0f,0xbb,0xb2,0x00,0x09,0x60,0x7d, +0xb0,0xf1,0xe0,0x28,0xd7,0x3f,0x38,0xcf,0x32,0x12,0x01,0xfe,0x3a,0x70,0x04,0xac, +0xdd,0xd2,0xc9,0x2c,0xd1,0x01,0x24,0x69,0xc1,0x00,0xc4,0x00,0xed,0xce,0xb6,0x30, +0x00,0xc4,0x7a,0x14,0x30,0x3a,0xec,0x80,0x28,0x05,0x31,0x27,0xea,0x5a,0xb0,0x11, +0x01,0x15,0x00,0x00,0x21,0x1a,0xf0,0x14,0x8d,0x7a,0x6b,0xb5,0x01,0xdc,0xd4,0xd1, +0x0a,0x64,0x97,0x7f,0xf8,0x14,0xc0,0x0a,0x50,0x67,0x10,0xc4,0x04,0xfd,0x9a,0x6d, +0xe7,0x00,0xc4,0x04,0xd1,0x1a,0x61,0x77,0x00,0xc4,0x04,0x15,0x00,0xe5,0x00,0xc4, +0x04,0xfd,0xdf,0xed,0xe7,0x0e,0xe1,0x04,0xd2,0x22,0x22,0x87,0x9c,0x05,0x04,0xe1, +0x19,0x50,0x01,0xfc,0xcc,0xcf,0x40,0xa5,0x03,0x00,0x7d,0x00,0x30,0x77,0xf7,0x31, +0x0f,0x00,0x30,0x09,0x9f,0x94,0x0f,0x00,0x00,0x1e,0x00,0x61,0xcc,0xcc,0xcc,0x30, +0x00,0x0f,0xc3,0x23,0xf0,0x0f,0x00,0x00,0xf8,0x8c,0xdf,0xcc,0xcc,0xc4,0x2a,0xef, +0x93,0x0c,0x71,0x11,0x11,0x01,0x73,0xf0,0x0a,0xdd,0xec,0xfc,0xc0,0x00,0x0f,0x0b, +0x81,0xc2,0x87,0x4b,0x2d,0x00,0xf7,0x04,0xc5,0x1d,0x05,0xa0,0x00,0x1f,0x04,0xd5, +0x0c,0x50,0x97,0x00,0xaf,0xb0,0x23,0x06,0x75,0xed,0x20,0x8e,0x02,0x22,0x02,0xd0, +0x8e,0x02,0x30,0x9d,0x22,0x10,0x0f,0x00,0xf0,0x01,0x2f,0xcb,0xdd,0x00,0x01,0x7b, +0xb6,0x0c,0x80,0x0d,0x30,0x00,0x17,0xbc,0x78,0xff,0xd2,0x19,0xf4,0x34,0x07,0x80, +0x2c,0x21,0x23,0x11,0xd0,0x00,0x78,0x00,0xb2,0x94,0x4a,0x1d,0x00,0x07,0xcb,0x0b, +0x5c,0x00,0xb4,0xd0,0x2b,0xfd,0x50,0xb8,0x36,0x53,0x5d,0x01,0x78,0x80,0x1c,0x41, +0xc7,0x13,0xd1,0x00,0x78,0x0b,0xcc,0xdf,0xfc,0xcc,0x90,0x07,0x80,0x00,0x09,0xab, +0x40,0x00,0x01,0x88,0x00,0x3b,0xc1,0x0c,0x93,0x00,0xce,0x41,0xeb,0x50,0x00,0x06, +0xba,0x71,0x00,0x00,0xf5,0x2e,0x21,0x1d,0x20,0x78,0x15,0xf0,0x0a,0x1c,0xfb,0xbb, +0xa0,0x00,0x79,0x00,0x6e,0x62,0x24,0xe6,0x03,0xcd,0xec,0xbb,0x25,0xb3,0xda,0x00, +0x14,0x9b,0x41,0x49,0x0a,0xf9,0x1e,0x00,0x30,0x01,0xce,0xb2,0x2d,0x00,0x20,0x17, +0xff,0x5e,0x05,0xa0,0x1a,0xef,0x36,0xff,0xee,0xee,0xd0,0x6f,0xeb,0x11,0x57,0x35, +0xf0,0x07,0x01,0x27,0x90,0x4a,0x33,0xd6,0x33,0x32,0x00,0x79,0x0a,0xdb,0xbf,0xcb, +0xbe,0x60,0x07,0x90,0x0e,0x10,0xd3,0x01,0x68,0x46,0xc0,0xe9,0x9e,0xa9,0x9e,0x00, +0xee,0x50,0x05,0x55,0x55,0x56,0xe0,0x52,0x2a,0xf0,0x25,0x02,0x47,0xa4,0x00,0x06, +0x90,0x7d,0xfe,0xdb,0x86,0x20,0x00,0x69,0x01,0x60,0x27,0x00,0x78,0x02,0xcd,0xec, +0x0d,0x30,0xd0,0x0d,0x30,0x04,0x9b,0x40,0x66,0x08,0x15,0xb0,0x00,0x06,0x90,0x07, +0xc2,0x22,0x44,0x20,0x00,0x69,0x02,0xec,0xcf,0xcc,0xc9,0x00,0x08,0xdc,0x75,0x4c, +0x02,0xf0,0x24,0x4f,0xdb,0x1b,0xdd,0xdf,0xdd,0xdd,0x30,0x06,0x90,0x12,0x11,0xe3, +0x12,0x30,0x00,0x69,0x05,0xa0,0x0e,0x10,0x4b,0x00,0x06,0x90,0x5a,0x00,0xe1,0x04, +0xb0,0x00,0x79,0x05,0xeb,0xbf,0xcb,0xcb,0x00,0xee,0x50,0x13,0x33,0x33,0x37,0xb0, +0x00,0x88,0x00,0x0b,0x40,0x2e,0x76,0x1e,0xf0,0x0d,0x9c,0xfd,0xcc,0xfc,0xc0,0x00, +0x88,0x02,0x2c,0x62,0x5e,0x22,0x03,0xff,0xff,0x00,0x31,0x00,0x40,0x00,0x17,0xcc, +0x72,0xed,0xdd,0xdd,0xe3,0x00,0xd4,0x63,0x00,0x8d,0x0c,0xa0,0x88,0x02,0xfc,0xcc, +0xcc,0xf3,0x00,0x08,0xba,0x4c,0x0f,0x00,0xa2,0x2b,0xfd,0x72,0xdd,0xef,0xdd,0xd3, +0x01,0x69,0x80,0xb9,0x27,0x11,0x88,0xa3,0x0d,0x00,0x2c,0x03,0xf5,0x03,0x3f,0x5e, +0x30,0x00,0x00,0x98,0x01,0x7f,0x60,0x4f,0x82,0x00,0xfe,0x42,0xfa,0x30,0x00,0x29, +0x41,0x2d,0x00,0x59,0x13,0xf0,0x0f,0x07,0x10,0x00,0x00,0x0c,0x20,0xee,0xf7,0x86, +0x93,0x00,0x00,0xc2,0x04,0x0d,0x12,0xf7,0x13,0x04,0x9e,0xa4,0xbc,0x80,0x09,0x9c, +0x40,0x25,0xd7,0x28,0xb0,0xe1,0x4b,0xf0,0x1d,0x0c,0x3b,0xfe,0xd1,0xcd,0xed,0xd0, +0x00,0xc2,0x20,0x0c,0x1e,0x0a,0x31,0x00,0x0d,0xc7,0x44,0xd3,0xd0,0xa3,0x00,0x5e, +0xf8,0x3d,0x99,0xb7,0x04,0xb3,0x02,0x3c,0x23,0x80,0x03,0x99,0x99,0x00,0x00,0xc2, +0x5d,0xdf,0x3a,0x36,0xd0,0x4a,0x74,0x30,0xe0,0x7b,0xc4,0xaa,0x55,0xc7,0x3c,0x05, +0xde,0x30,0x02,0xfd,0x00,0xce,0x6a,0xb2,0x2d,0x10,0x8d,0x05,0xb0,0x01,0x35,0x7a, +0xb0,0x00,0x08,0x70,0x7d,0xcb,0xf8,0x74,0x0f,0x00,0xf0,0x04,0x86,0x0f,0x07,0x90, +0x05,0xce,0xec,0x02,0xd0,0xf0,0xd1,0x00,0x14,0xaa,0x4c,0xde,0xdf,0xef,0xdc,0xf7, +0x04,0xf1,0x07,0x6c,0xfc,0x70,0x00,0x00,0x88,0x50,0x7d,0x1f,0x1d,0x70,0x00,0x5d, +0xfd,0xcb,0x10,0xd0,0x1b,0xd1,0x8c,0xc7,0x15,0x5e,0x42,0xe0,0x08,0x70,0x0f,0x00, +0xf0,0x0e,0x10,0x00,0x87,0x00,0xfb,0xbf,0xbb,0xf1,0x0f,0x00,0x30,0x11,0xf1,0x1e, +0x6e,0x6a,0xe3,0xf2,0x2f,0x22,0xe1,0x01,0xfe,0x30,0x0f,0xbb,0xbb,0xbd,0x10,0x00, +0x79,0x9e,0x26,0xf0,0x15,0x90,0x3f,0xcf,0xcf,0xdd,0xd0,0x00,0x79,0x03,0xa0,0xe0, +0xb2,0x1d,0x02,0x8c,0xd8,0x4e,0x9f,0x9e,0xba,0xd0,0x17,0xbc,0x71,0x22,0x2e,0x32, +0x22,0x00,0x07,0x90,0x0d,0xdd,0xfd,0xdd,0x70,0x2d,0x00,0x11,0x0d,0x1d,0x02,0x80, +0xae,0xee,0xee,0xfe,0xe0,0x4f,0xdb,0x00,0x26,0x59,0xf4,0x08,0x00,0x07,0x90,0x4b, +0xdd,0xbd,0xfb,0x80,0x00,0x79,0x00,0x11,0x1e,0x21,0x11,0x00,0x07,0x90,0xcd,0xdd, +0xfd,0xdd,0xd3,0x2d,0x00,0x57,0xee,0x50,0x00,0x00,0xd0,0x83,0x1c,0x21,0x06,0x70, +0x0b,0x00,0xf5,0x43,0xaa,0xdd,0xaa,0x2a,0xed,0xf3,0x00,0x08,0x9c,0xc9,0x90,0xe1, +0x0b,0x53,0x00,0xa9,0xbb,0x8d,0xd7,0x00,0x5b,0xb1,0x09,0x8b,0xb8,0xb0,0xcc,0xbc, +0xc0,0x04,0xaa,0xcc,0xaa,0x35,0xc3,0xd4,0x00,0x07,0x26,0x70,0x90,0x3c,0xfb,0x30, +0x00,0x7a,0xaa,0xa8,0xa9,0x42,0x9d,0xd1,0x07,0xbb,0xbb,0xbd,0xba,0xa8,0x50,0x00, +0x15,0x55,0x57,0xe5,0x55,0x54,0x00,0x01,0x66,0x66,0x8e,0x66,0x66,0x40,0x06,0xcc, +0xcc,0xcd,0xfc,0xcc,0xcc,0xc2,0x12,0x5f,0x32,0x04,0xdd,0x90,0x42,0x04,0x03,0xb0, +0x53,0x40,0x04,0xfd,0xdd,0xf2,0x0f,0x00,0xf0,0x04,0x4a,0x00,0x0d,0x20,0x04,0x8e, +0xa5,0x04,0xd8,0x88,0xf2,0x00,0x37,0xea,0x50,0x14,0x44,0x44,0x00,0x48,0x52,0xfe, +0x31,0xdf,0x3f,0xde,0xa0,0x00,0xc4,0x0c,0x10,0xe3,0xa0,0x4a,0x00,0x2d,0xe9,0xca, +0x9e,0x3d,0x9b,0xa0,0x7e,0xe6,0x02,0x22,0x4c,0x22,0x21,0x00,0x0c,0x40,0xbb,0xbc, +0xfb,0xbb,0xb0,0x00,0xc4,0x03,0x37,0xff,0xe4,0x33,0x00,0x0c,0x40,0x06,0xe5,0xe5, +0xd2,0x00,0x00,0xc4,0x5d,0xc2,0x2e,0x05,0xe9,0x00,0xee,0x17,0x50,0x02,0xe0,0x01, +0x60,0x6f,0x5a,0x01,0x13,0x1f,0x20,0x00,0xd1,0xab,0x39,0xfb,0x4c,0xd4,0x00,0x0d, +0x10,0x33,0x3b,0x93,0x33,0x30,0x6c,0xfc,0x4d,0xba,0xeb,0xaa,0xbe,0x02,0x4e,0x51, +0xd3,0x3c,0x98,0x95,0x90,0x00,0xd1,0x0d,0x68,0xd8,0x21,0x35,0x00,0x0d,0x21,0xd2, +0x04,0xbb,0xbb,0x30,0x03,0xef,0x6e,0x8c,0xcc,0xcc,0xc9,0x08,0xef,0x30,0xf0,0x1a, +0xc0,0x01,0x40,0x10,0xd1,0x0f,0x59,0x4e,0x56,0xc4,0x00,0x0d,0x12,0xd1,0x7b,0x5f, +0x99,0x00,0x00,0xd1,0x69,0x85,0x5b,0xd1,0xc3,0x00,0x0e,0x1c,0x44,0xb7,0x0d,0x12, +0xd3,0x3f,0xc2,0xb0,0x81,0x6d,0x90,0x01,0xaf,0x40,0x00,0xaa,0x2d,0x10,0x03,0xbf, +0x1b,0x12,0x69,0xc3,0x0b,0x30,0x06,0x90,0x8e,0xba,0x3f,0xf0,0x0e,0x05,0x9b,0x58, +0x88,0x02,0x30,0x0e,0x10,0x9c,0xd8,0x0a,0xbd,0xaf,0xbd,0x90,0x00,0x69,0x07,0x87, +0xc2,0x96,0xc1,0x00,0x06,0x90,0x55,0xa8,0x00,0xe7,0x36,0x6a,0xe0,0xbd,0xcb,0xb8, +0xd3,0x01,0xee,0xb1,0xba,0x01,0x11,0x02,0xc2,0x01,0x69,0xd9,0x2e,0x10,0xd6,0x4d, +0x33,0x30,0x40,0xe2,0x33,0x4b,0x00,0xf6,0x04,0xb5,0x0e,0x14,0xd1,0x00,0x06,0x90, +0x8b,0x00,0xe1,0x07,0xb0,0x08,0xe5,0x05,0x05,0xec,0x00,0x05,0x15,0x03,0x12,0x49, +0x61,0x01,0xf0,0x39,0x24,0x91,0x86,0xee,0xef,0xc0,0x00,0xc2,0x4e,0xb6,0x11,0x11, +0xd2,0x05,0xae,0xb7,0xa0,0x09,0x4e,0xe5,0x00,0x24,0xd6,0x3e,0xdd,0xb0,0x1b,0xc0, +0x00,0x0c,0x20,0xd0,0x01,0x44,0x58,0x40,0x00,0xc3,0x4d,0x33,0x7e,0xef,0xef,0x00, +0x3e,0xfd,0xcf,0xb5,0x00,0xe0,0xb0,0x8b,0xe3,0x91,0xd0,0x0c,0x1e,0x14,0x00,0x0c, +0x3e,0xef,0xe9,0xf0,0xfe,0xd0,0x00,0xc2,0x02,0xe0,0x1e,0x0e,0x60,0x03,0x30,0x8d, +0xb4,0xf4,0xbf,0x58,0xde,0x4d,0x09,0xc6,0xde,0x00,0x03,0xfd,0x2c,0x10,0x2a,0x04, +0xce,0xe3,0xed,0x09,0x02,0x64,0x2c,0x12,0x87,0x4f,0x4c,0x30,0x08,0x70,0x8f,0x07, +0x2a,0xf7,0x43,0x27,0xcb,0x78,0x70,0x97,0x08,0x50,0x03,0x9d,0xc9,0x87,0xce,0xec, +0xee,0xb0,0x00,0x87,0x08,0x93,0xa9,0x3a,0x83,0x10,0x08,0x70,0x8b,0x88,0x8f,0x88, +0x83,0x02,0xbe,0xea,0x5b,0xbb,0xfb,0xb9,0x06,0xff,0xa0,0xb3,0xf0,0x0e,0x02,0xd0, +0x12,0x87,0x0c,0x2f,0xaa,0xfa,0xbd,0x00,0x08,0x70,0xe0,0xe0,0x0e,0x02,0xd0,0x00, +0x87,0x4b,0x0e,0xcb,0xeb,0xbc,0x00,0x09,0x7b,0x60,0x6e,0x50,0x8b,0x20,0x0e,0xe4, +0xb1,0xda,0x20,0x00,0x4d,0x87,0x44,0x16,0x3e,0xce,0x30,0x00,0x54,0x12,0x10,0x5e, +0x4e,0x31,0x12,0xef,0xd0,0x4d,0x0b,0x1e,0x00,0x11,0x03,0xb7,0x26,0x81,0x20,0x00, +0x02,0xc8,0x22,0x22,0x29,0xc0,0x8f,0x2c,0x21,0x03,0xf2,0x9a,0x50,0x21,0x03,0xe6, +0x69,0x03,0x21,0xf9,0xf4,0x00,0x03,0x20,0x6e,0xfd,0xcd,0x0d,0x90,0x7a,0xfb,0x51, +0x7e,0xea,0x63,0x04,0xfb,0x72,0xbb,0x68,0x09,0xbf,0x0b,0x02,0xfd,0x15,0x00,0xa3, +0x04,0x10,0x14,0x77,0x75,0x00,0xf3,0x1b,0x31,0xe2,0x0c,0x70,0x07,0x00,0xf0,0x01, +0x0f,0xed,0xdd,0xd6,0x4c,0x00,0xe2,0x6f,0x32,0x2d,0x61,0x4c,0x00,0xe3,0xdf,0x30, +0x60,0x61,0xf0,0x18,0xe9,0xd6,0x90,0x4c,0x00,0x4c,0x00,0xe4,0x40,0xd0,0x98,0x00, +0x4c,0x01,0xf2,0x00,0x88,0xf1,0x00,0x6e,0xbf,0xf2,0x00,0x1f,0xa0,0x00,0xad,0x61, +0xe2,0x00,0x4f,0xb0,0x00,0x10,0x00,0xe2,0x03,0xf6,0xd9,0xa6,0x12,0x90,0x8f,0x60, +0x1d,0xc2,0x00,0x00,0xe4,0xc3,0x00,0xe0,0x29,0x02,0xb0,0x64,0x40,0x9a,0xaa,0xa1, +0x0a,0xa6,0x74,0x42,0x77,0x7f,0x20,0xf3,0x67,0x16,0x10,0x3f,0xfb,0x0d,0xd0,0x00, +0x0e,0x29,0xc1,0x16,0xd1,0x00,0x12,0x22,0xe3,0xff,0x00,0x89,0xcd,0x28,0xb1,0xbb, +0xd3,0x0b,0x60,0x00,0xb5,0x00,0x07,0x29,0x81,0xf2,0x78,0x34,0x22,0x3e,0x7c,0x7a, +0x38,0xf5,0x12,0xcf,0x50,0x00,0x0b,0x50,0x17,0x20,0x09,0xf1,0x00,0x00,0xca,0xbf, +0xa1,0x07,0xfb,0xc0,0x00,0x1f,0xd6,0x10,0x1a,0xf3,0x0c,0xc3,0x00,0x40,0x00,0x0d, +0xb2,0x00,0x09,0xd0,0x48,0x08,0x22,0x05,0x50,0x66,0x21,0x11,0x4d,0xfc,0x09,0xc0, +0x04,0x45,0xb5,0x42,0x3f,0x00,0x00,0x00,0xbc,0xeb,0xbb,0x67,0x0f,0x09,0xf0,0x05, +0x4b,0x00,0x00,0xc8,0x11,0xd4,0x00,0x04,0xc1,0x11,0x3f,0xb0,0x0f,0x00,0x00,0x5f, +0xef,0xdc,0xae,0x03,0xe5,0x30,0xc1,0x3d,0x91,0xc3,0x88,0x00,0x00,0x6a,0x04,0xc0, +0x07,0x9e,0x20,0x3e,0x5f,0x30,0x1f,0xc0,0x00,0xf7,0x5c,0x20,0x02,0xfa,0x68,0x11, +0xf6,0x05,0x6a,0x01,0xd9,0xe6,0x00,0x0b,0x90,0x09,0x85,0xe9,0x03,0xf8,0x02,0xd0, +0x5f,0xd4,0xe6,0x00,0x03,0xd3,0xb6,0x12,0x03,0xdd,0x56,0x10,0xb6,0xb4,0x5f,0x01, +0x0f,0x00,0x10,0xe5,0xbf,0x25,0xf0,0x05,0xfe,0xcc,0x3f,0xff,0xff,0xf5,0x13,0x3c, +0x83,0x39,0xf1,0x12,0xf3,0x00,0x00,0xb6,0x01,0xff,0x20,0x3e,0x1e,0x00,0xf0,0x03, +0xab,0xa6,0x07,0xa0,0x00,0xcf,0xff,0xfa,0x25,0xc0,0xd5,0x00,0x0d,0x41,0x19,0x70, +0x0e,0x7e,0x42,0x0d,0x10,0x97,0x0a,0x38,0xf0,0x09,0x0d,0x30,0x09,0x70,0x09,0xf6, +0x00,0x00,0xdd,0xcc,0xe7,0x0a,0xd5,0xf4,0x00,0x0d,0x63,0x33,0x7d,0xc1,0x06,0xf8, +0x00,0x51,0xd0,0x40,0x37,0x04,0xd2,0x00,0x29,0x63,0x01,0x94,0x26,0x11,0x7c,0x0e, +0x0e,0x40,0x07,0x78,0xe8,0x75,0xee,0x0c,0x40,0x88,0x88,0x88,0x51,0x09,0x14,0xf1, +0x19,0xb5,0x0b,0x50,0x6b,0x11,0xc5,0x00,0x4d,0x00,0x2e,0x1d,0x90,0x0f,0x10,0x1e, +0x40,0x08,0x9a,0xee,0x03,0xd0,0x02,0x79,0x83,0xd0,0x64,0xd4,0x89,0x00,0x00,0x1d, +0xd7,0x00,0x06,0x9e,0x30,0x00,0x00,0x4f,0x60,0xe2,0x00,0x50,0x0d,0x9f,0x20,0x01, +0xea,0x51,0x6c,0xf8,0x05,0x8c,0x01,0xd9,0xe7,0x00,0x1c,0xb0,0x00,0x34,0xe9,0x03, +0xf8,0x00,0x70,0x00,0x02,0xd5,0x00,0x02,0xc2,0x2d,0x02,0x10,0x54,0xdd,0x11,0x40, +0xee,0xf2,0x0d,0x60,0xe2,0x06,0x50,0x0e,0x21,0xf2,0x00,0x00,0xde,0x57,0xf0,0x12, +0x5f,0xba,0xaa,0xa0,0x0d,0xed,0xdf,0x2c,0xc7,0x7b,0xd6,0x00,0xd3,0x00,0xe6,0xfd, +0x00,0xa7,0x00,0x0d,0x52,0x2e,0xea,0xf2,0x0e,0x30,0x00,0xdb,0xaa,0xfa,0x0a,0x83, +0xf0,0x2d,0x00,0xf0,0x0b,0x20,0x4e,0xa8,0x00,0x00,0xde,0xdd,0xf2,0x00,0xcf,0x10, +0x00,0x01,0x91,0x73,0x00,0x1d,0xf3,0x00,0x00,0x6b,0x06,0xc0,0x1c,0xb8,0xe2,0xda, +0x0e,0x91,0x9e,0xb0,0x09,0xf6,0x05,0x80,0x00,0x08,0x60,0xda,0x79,0xf0,0x04,0x50, +0x07,0x19,0x70,0x00,0x00,0x24,0xc8,0x45,0xe0,0xd5,0x00,0x00,0x08,0xce,0xdc,0xf6, +0x1f,0x20,0x10,0x14,0xf1,0x2a,0x5e,0x05,0xff,0xff,0xf5,0x3b,0xbe,0xce,0xea,0xbc, +0x11,0xd6,0x01,0x33,0x4e,0xa3,0x6f,0xf0,0x0f,0x10,0x00,0xad,0xfb,0xac,0x9c,0x33, +0xe0,0x00,0x4f,0x94,0xd7,0x31,0x78,0x8a,0x00,0x2e,0x51,0xd5,0x00,0x02,0xde,0x40, +0x00,0x12,0x5f,0x79,0xa0,0x0d,0xd0,0x00,0x4f,0xdc,0xf8,0x64,0x02,0xed,0x00,0x2a, +0x2c,0x20,0xd9,0xca,0xc7,0x0c,0x99,0x06,0xf9,0x01,0xea,0x00,0x0c,0xf9,0x00,0xc5, +0xda,0x00,0x10,0xf0,0x7a,0x00,0x00,0xcb,0x49,0x20,0xa0,0xe6,0xb0,0x41,0x10,0xf0, +0x22,0x71,0xf0,0x17,0x60,0x8d,0xbf,0xbe,0x6e,0xd1,0x2f,0x30,0x08,0x60,0xf0,0x9a, +0xb9,0x57,0xb0,0x00,0x6b,0xef,0xdb,0x40,0x0d,0xe2,0x00,0x01,0x7b,0xf8,0xa1,0x17, +0xcd,0x81,0x00,0xc7,0x0b,0x01,0x3e,0x60,0x09,0xf4,0xa8,0x09,0x50,0x32,0x22,0x22, +0x00,0x1b,0x8a,0x68,0x81,0xbb,0x40,0x00,0x04,0x20,0x0f,0x21,0x11,0x4e,0x33,0x30, +0xfc,0xcc,0xc4,0x6e,0x0f,0x24,0x0f,0x10,0x8b,0x52,0x00,0x35,0x46,0x10,0xd0,0x2f, +0x71,0xf0,0x2d,0x06,0xdd,0xfd,0xd2,0x09,0x70,0x00,0x08,0x92,0xe2,0xd5,0x0c,0x40, +0x00,0x2c,0xc9,0xf9,0xeb,0x2e,0xee,0xec,0x06,0xb7,0xe7,0xe3,0x3f,0x25,0xc1,0x02, +0x66,0xe6,0x61,0x8f,0x36,0x90,0x0c,0xcc,0xfc,0xd8,0xea,0x78,0x60,0x0d,0x54,0xe4, +0x99,0x53,0xac,0x20,0x05,0x6b,0xa6,0x63,0x00,0xdd,0x00,0x0c,0xcf,0xdc,0xc1,0x80, +0x28,0xf6,0x0c,0xb6,0x06,0xb0,0x01,0xed,0x00,0x01,0xad,0x9d,0x10,0x0a,0x8a,0x70, +0x01,0x6c,0xbe,0x70,0x9c,0x01,0xe7,0x1d,0x93,0x01,0x32,0xb0,0x00,0x16,0xd3,0x00, +0x1a,0x36,0x1f,0x68,0x00,0x6b,0x41,0x04,0x47,0x53,0x71,0x02,0x2b,0x92,0x22,0x22, +0xab,0x22,0x50,0x04,0x20,0x1f,0x40,0x50,0x1e,0x00,0xe0,0x04,0x00,0x9d,0x75,0x21, +0x02,0xf4,0x5a,0x02,0x22,0xe2,0xd8,0xe7,0x2d,0x03,0x81,0x32,0x21,0xde,0xe4,0x77, +0x47,0xe0,0xf7,0x06,0xfa,0x10,0x00,0x04,0xaf,0xc2,0x00,0x02,0xcf,0xb5,0x02,0xe9, +0x92,0x01,0x17,0x29,0xa7,0x2d,0x12,0x96,0x5b,0x19,0xf0,0x0a,0x6f,0xc2,0x02,0xa0, +0x0f,0x00,0x00,0x4e,0x37,0xe4,0x0a,0xc1,0xf0,0x00,0x7f,0x40,0x04,0xf2,0x0b,0x6f, +0x00,0x4f,0xec,0xcc,0xc3,0x1e,0x00,0x61,0x23,0x3f,0x43,0x0b,0x50,0x0f,0x29,0x00, +0x40,0x2d,0x70,0xf0,0x01,0xde,0x4e,0xf0,0x0d,0x1a,0x1f,0x00,0x00,0x11,0xf1,0x10, +0x00,0x01,0xf6,0x30,0x0e,0x0f,0x1d,0x14,0x8b,0xef,0xa4,0x06,0xa0,0xf0,0x97,0xb8, +0x42,0xf0,0x00,0xd4,0x0f,0x47,0x12,0x50,0x00,0x18,0x00,0xf0,0x02,0x31,0x00,0x27, +0x09,0xfb,0x44,0x0b,0x00,0x7a,0x06,0xf0,0x03,0x2d,0x00,0x00,0x3a,0xd0,0x00,0xf1, +0x02,0xd0,0x29,0xee,0x92,0x01,0xcf,0xdc,0xdf,0xc7,0xc3,0x2b,0x55,0x32,0x35,0xe3, +0x79,0x1e,0x00,0x10,0x07,0x86,0x03,0x70,0xfe,0xee,0xd0,0x7b,0x55,0x55,0x20,0x0f, +0x00,0x30,0xd9,0xaf,0x93,0x0f,0x00,0x30,0x89,0x01,0xe0,0x1e,0x00,0xf0,0x08,0x0a, +0x80,0x1e,0x00,0x14,0xf5,0x46,0xe4,0xb6,0x01,0xe0,0x04,0xbb,0xbb,0xbb,0xce,0x40, +0x1e,0x00,0x00,0x97,0x0c,0x23,0x3f,0x2e,0x80,0x6e,0x10,0x5c,0xb8,0x00,0x1e,0x00, +0x0a,0xcb,0x34,0x16,0x01,0xb7,0x0e,0x01,0xe5,0x1f,0x11,0x11,0x4a,0x02,0xe0,0x48, +0xbe,0x70,0x0c,0xee,0xff,0xeb,0x7c,0x63,0x00,0x00,0x0a,0x20,0x4a,0xa3,0x0d,0xf0, +0x07,0x00,0x78,0x0a,0x50,0x78,0x00,0x00,0x01,0xcd,0xdc,0xfd,0xc7,0xeb,0xbb,0xb3, +0x02,0x22,0xf2,0x22,0x7a,0x46,0xf4,0x05,0x2d,0x30,0x08,0x70,0x2e,0x9d,0x17,0xa0, +0xfc,0x96,0x02,0xe0,0x00,0x05,0x0f,0x13,0x0a,0x50,0x67,0x3d,0xa0,0xf1,0xe0,0xc3, +0x02,0xe0,0x00,0xb5,0x0f,0x09,0x7f,0x99,0x1c,0x40,0x00,0xf0,0x17,0xb0,0x65,0x11, +0x30,0xfb,0x00,0x93,0x42,0x0f,0xf0,0x33,0x11,0x01,0x10,0x00,0x04,0x10,0xe1,0x93, +0x08,0x30,0x27,0xdb,0x30,0xe4,0xba,0x4c,0xa2,0xd7,0x10,0x00,0xe6,0xb6,0x4a,0x70, +0xd1,0x00,0x00,0xe4,0xcb,0x4d,0xa4,0xd1,0x00,0x00,0xe5,0x66,0x65,0x36,0xd9,0x99, +0x90,0xed,0xdd,0xdd,0xd8,0xd6,0x6f,0x50,0xe1,0x62,0x06,0x20,0xe0,0x0e,0x00,0xe2, +0xa6,0x2a,0x72,0xe0,0x0e,0x00,0xe9,0xc9,0x7c,0x90,0x0e,0x00,0xf1,0x04,0xa7,0x1a, +0x92,0xd0,0x0e,0x00,0xe7,0x9a,0x89,0x99,0xa0,0x0e,0x00,0xee,0xee,0xee,0xea,0x60, +0x0e,0x16,0x06,0x11,0x00,0x07,0x00,0x13,0x16,0x11,0x13,0x12,0x30,0x40,0x0d,0x15, +0x70,0x17,0x58,0x41,0x02,0x22,0x2e,0x62,0x79,0x0c,0x03,0x23,0x22,0x21,0x1f,0x64, +0xb1,0x13,0x51,0x4f,0xcc,0xcc,0xce,0x70,0xb3,0x2a,0x00,0x8e,0x05,0x11,0xd8,0x48, +0x16,0x21,0x06,0xf1,0x72,0x26,0x50,0x1e,0x80,0x00,0x00,0x2f,0x2f,0x68,0x30,0x01, +0x11,0x8c,0xa9,0x74,0x23,0x09,0xff,0xf1,0x2c,0x03,0x67,0x00,0x11,0x70,0x95,0x5d, +0x00,0x05,0x66,0x60,0x01,0x16,0x91,0x10,0x0d,0xe9,0x0d,0x03,0x41,0xfe,0x05,0xd1, +0xe4,0x71,0x36,0xf0,0x08,0xf4,0x04,0xf3,0x00,0x0a,0x60,0x03,0xf6,0x00,0x05,0xf4, +0x00,0xbf,0xff,0x64,0x08,0x20,0x03,0x00,0x0c,0x50,0xb5,0x00,0xbb,0x6a,0x50,0xd2, +0x0c,0x40,0x00,0x3c,0xf2,0x01,0x12,0xd3,0xf3,0x06,0x31,0x0e,0x20,0x52,0x8c,0x24, +0xf5,0x01,0xf1,0x08,0xf9,0x10,0x00,0x0e,0x50,0x3e,0x00,0x02,0xce,0x40,0x03,0xc0, +0xcf,0x80,0x5b,0x4d,0x12,0x00,0x0d,0x60,0x12,0x53,0x06,0x5e,0x20,0x0e,0x40,0x71, +0x00,0xa0,0xb1,0x14,0xfa,0x99,0x99,0x51,0xff,0xff,0xfd,0xca,0x10,0x12,0x10,0x79, +0xe4,0x53,0x01,0x82,0x0c,0x10,0xaf,0x23,0x05,0x21,0x8f,0xff,0xbe,0x10,0xe0,0x09, +0x70,0xc3,0x16,0x0e,0x15,0x70,0x00,0xa5,0x0d,0x34,0xb0,0xe3,0x22,0xa9,0x4f,0xa0, +0x6a,0x0e,0xdc,0xb0,0x00,0xf1,0x0e,0x28,0xd0,0xe1,0x40,0x06,0xf9,0x05,0xf1,0xce, +0x5e,0x10,0x00,0x0c,0x70,0x2f,0x2e,0x2e,0xf3,0x00,0x01,0xd0,0xcf,0x88,0x50,0x2b, +0xef,0xf8,0xa5,0x44,0x10,0x13,0xf5,0x19,0x20,0xf4,0x3e,0x92,0x09,0x01,0x43,0x58, +0x12,0xd4,0x0b,0x00,0x60,0xe2,0x22,0x22,0x22,0xe4,0x3f,0x44,0x1d,0x08,0x16,0x00, +0x01,0x0b,0x00,0x00,0xc7,0x47,0x21,0x1d,0x43,0xcb,0x0f,0x11,0x3e,0x3d,0x48,0xf1, +0x1c,0xef,0xff,0xd0,0xcf,0xff,0xff,0xce,0x20,0x3d,0x0c,0x50,0x00,0x5c,0xe1,0x03, +0xd0,0xc4,0x00,0x04,0xce,0x10,0x3d,0x0c,0xa8,0x88,0xac,0xef,0xff,0xd0,0xca,0x88, +0x8b,0xce,0x20,0x4d,0x0c,0x40,0x00,0x4c,0xe1,0x03,0xd0,0xd3,0x1a,0x00,0xc0,0x0e, +0xdd,0xdd,0xec,0xef,0xff,0xd1,0xf3,0x33,0x37,0xce,0x31,0x15,0x5f,0x40,0x4c,0x30, +0x00,0x0b,0x97,0x67,0x00,0x6b,0x0c,0x20,0x10,0x6c,0x17,0x4e,0x24,0x0d,0xfe,0x30, +0x0a,0x10,0x7f,0x83,0x00,0x11,0x70,0xdb,0x31,0x00,0xc6,0x17,0x10,0x7f,0x0b,0x1d, +0x06,0x0f,0x00,0x21,0x7e,0xcc,0xdb,0x01,0x60,0x01,0xa5,0x22,0x32,0x22,0x21,0xef, +0x5a,0x11,0x0f,0xef,0x5a,0x02,0xed,0x46,0x22,0x0d,0xa0,0xa5,0x15,0x11,0x23,0x24, +0x23,0x09,0xb4,0x15,0x08,0xdf,0x6a,0x02,0x2f,0x1e,0x21,0xab,0xbb,0x07,0x00,0x21, +0xe9,0x9f,0x35,0x09,0x30,0xe1,0x0f,0x0c,0x6c,0x17,0x91,0xe1,0x0f,0x0c,0x40,0xe2, +0x0c,0x30,0xe2,0x1f,0x07,0x00,0x21,0xef,0xff,0x07,0x00,0x00,0x15,0x00,0x60,0xf2, +0x0c,0x40,0xe1,0x0f,0x9f,0x1d,0x1e,0x50,0xe1,0x0f,0x00,0x05,0xec,0xda,0x29,0xf1, +0x04,0x00,0x0c,0x5c,0x40,0x00,0xe3,0x11,0x00,0x8c,0x04,0xc0,0x00,0x70,0x00,0x1a, +0xc1,0x00,0x9c,0x10,0x6c,0x02,0x15,0x07,0xb0,0x08,0x04,0xbc,0x00,0x19,0x90,0xbc, +0x00,0x29,0x07,0x90,0xda,0x00,0x08,0x8b,0x4a,0x00,0x3a,0x16,0x32,0x33,0x00,0xe2, +0x0d,0x48,0x40,0x0e,0x31,0x11,0x10,0x57,0x79,0x01,0x3f,0x1f,0x21,0x9d,0xe2,0xf0, +0x2e,0x50,0x7f,0x26,0xf9,0xf4,0x10,0x13,0x27,0x77,0x02,0x9d,0xef,0xff,0xff,0x20, +0x10,0xea,0x55,0x00,0xde,0x2d,0x10,0x10,0x07,0x00,0xc0,0xe1,0x0e,0x1d,0xee,0xff, +0xee,0x70,0xe1,0x0e,0x10,0x00,0xc5,0x0e,0x00,0x01,0x15,0x00,0xf0,0x02,0xe2,0x0e, +0x9c,0xcc,0xfd,0xcc,0xc2,0xef,0xef,0x44,0x44,0x44,0xe7,0x40,0xe1,0x0e,0x20,0xba, +0x4e,0xf0,0x05,0xe1,0x0e,0x9e,0xee,0xee,0xff,0xe0,0xe1,0x0e,0x12,0x60,0x00,0xd3, +0x00,0xef,0xff,0x11,0xd7,0x00,0xd3,0x7e,0x00,0x23,0x2d,0x10,0x28,0x08,0x12,0xd3, +0x71,0x2f,0x21,0xc1,0x00,0x7a,0x29,0x11,0x92,0x48,0x2e,0x00,0x97,0x27,0xf2,0x14, +0x04,0xee,0xfe,0xee,0xef,0xfe,0xe6,0x00,0x04,0x60,0x88,0x08,0x70,0x74,0x00,0x00, +0x1e,0x18,0x80,0x87,0x1e,0x10,0x00,0x00,0x83,0x88,0x08,0x75,0x70,0x00,0x2e,0xee, +0xef,0xfe,0xff,0x48,0x37,0x02,0x95,0x03,0x02,0x59,0x30,0x22,0x01,0xf0,0x04,0x37, +0x12,0x1f,0x1f,0x4b,0x05,0x0f,0x00,0x01,0xa5,0x2d,0x00,0x4d,0x3f,0x00,0x9d,0x0e, +0x20,0x00,0x6e,0x25,0x01,0xf1,0x07,0x60,0x00,0x06,0xc5,0x55,0x55,0x55,0xc6,0x00, +0x00,0x6c,0x55,0x55,0x55,0x5c,0x60,0x00,0x06,0xec,0xcc,0xcc,0xcc,0xd2,0x01,0x00, +0x3f,0x2d,0x03,0x93,0x70,0x33,0xe0,0x01,0x11,0x41,0x4b,0x00,0x3c,0x00,0x00,0xdf, +0x03,0x03,0xf2,0x01,0x30,0xdd,0xdd,0xfd,0xc0,0x28,0x30,0x04,0xa1,0x0f,0x32,0x68, +0xb1,0x5b,0xc3,0x00,0xf0,0x06,0xdb,0x30,0x08,0x40,0x0b,0xec,0x0d,0x37,0xf0,0x03, +0x02,0xc0,0x00,0x01,0x36,0xa5,0x00,0xbb,0xcf,0xbb,0x78,0xda,0x85,0x10,0x04,0x79, +0xe7,0x72,0xf4,0x10,0xf1,0x15,0x97,0x7d,0x5b,0x48,0x70,0x00,0x00,0x09,0xaa,0xe9, +0xd4,0xaf,0xef,0xfe,0x30,0x89,0x9e,0x7b,0x3c,0x40,0x87,0x00,0x2a,0xab,0xea,0xa6, +0xf1,0x08,0x70,0x00,0x11,0x3a,0x11,0x57,0x00,0x76,0xe7,0x3a,0x00,0xe2,0x4b,0x12, +0x01,0x03,0x35,0x00,0xfa,0x3f,0x50,0x11,0x1f,0x20,0x00,0x01,0xf5,0x47,0x00,0x0f, +0x00,0x02,0x24,0x32,0x23,0x01,0xfd,0x51,0x2d,0x11,0xe2,0xe4,0x00,0x10,0x0e,0xeb, +0x5f,0x02,0x0d,0x00,0xf0,0x00,0x03,0xcc,0xcf,0xdc,0xcf,0xcc,0xcb,0x4d,0x44,0xf7, +0x45,0xf5,0x46,0xe4,0xc0,0x1a,0x00,0x21,0x2e,0x4c,0xac,0x2b,0x72,0xe4,0xd1,0x1e, +0x41,0x2f,0x11,0x4e,0x8a,0x58,0x0a,0x1a,0x00,0x02,0x0d,0x00,0x03,0x1a,0x00,0x10, +0xd1,0xf1,0x00,0x17,0x4d,0xcb,0x02,0x11,0xf2,0xf3,0x28,0xd1,0xbb,0xbf,0xbb,0xbb, +0xb0,0x00,0x09,0x93,0x33,0xf5,0x33,0x4f,0x00,0xe0,0x56,0x00,0x83,0x06,0x00,0xb9, +0x48,0x17,0xef,0x0f,0x00,0x11,0xde,0x0f,0x00,0x32,0x0a,0x20,0x6d,0x2d,0x4f,0x12, +0x1d,0x7d,0x02,0x00,0xc3,0x6b,0x00,0xa9,0x80,0xc5,0xac,0xea,0x64,0x21,0x00,0x0e, +0xd8,0x20,0x03,0x7a,0xce,0xff,0x8b,0x36,0x01,0xdf,0x2d,0x02,0x3c,0x4f,0x00,0x3a, +0x13,0x60,0xee,0xfe,0xa1,0xee,0xfe,0xe8,0x62,0x20,0x00,0x54,0x00,0xf1,0x10,0x0e, +0xef,0xfe,0xe6,0xef,0xff,0xee,0x00,0x01,0xee,0x40,0x00,0xba,0xe1,0x00,0x00,0xa9, +0x4e,0x61,0xac,0x07,0xc1,0x01,0xca,0x00,0x23,0x88,0x00,0x07,0xf2,0x04,0x3e,0x24, +0x12,0x22,0x25,0x1c,0x00,0x25,0x69,0x00,0xf8,0x01,0x15,0x20,0x0f,0x00,0x00,0x02, +0x4b,0x40,0x2f,0x20,0x00,0x02,0x8e,0x04,0x42,0xe2,0x00,0x00,0x5f,0x22,0x49,0x22, +0x05,0xb0,0xda,0x3e,0x10,0x5e,0x83,0x4a,0xb0,0x50,0x00,0x05,0xd5,0x55,0x55,0x55, +0xd5,0x00,0x00,0x15,0x21,0x6f,0x42,0x20,0x03,0xee,0xee,0xf9,0x65,0x12,0xc3,0xae, +0x2d,0x70,0x0c,0xed,0xdf,0x6f,0xee,0xef,0x80,0x0f,0x00,0xf1,0x10,0x88,0x00,0xd3, +0x00,0x0c,0xdd,0xdf,0x00,0xd4,0xaa,0x00,0x00,0xc3,0x13,0xf5,0x03,0xfd,0x00,0x02, +0xdf,0xec,0xaf,0x66,0xda,0xdb,0x40,0x02,0x00,0x00,0xf5,0xa2,0x1a,0x50,0x23,0x02, +0x90,0x30,0x2a,0x09,0x9a,0x3a,0x22,0x39,0xd3,0x39,0x6f,0x03,0x24,0x1f,0x11,0x8f, +0xb1,0x14,0x00,0x93,0x3a,0x00,0xee,0x18,0xf1,0x00,0x4f,0x7f,0x11,0x11,0x11,0xd4, +0x00,0x2e,0x42,0xfe,0xee,0xee,0xef,0x40,0x00,0x55,0x3d,0x00,0x9b,0x32,0x02,0x0f, +0x00,0x02,0x88,0x2d,0x01,0x35,0x1c,0x21,0x01,0x1d,0x0f,0x00,0x01,0x83,0x5d,0x11, +0xe1,0xc8,0x12,0x00,0x07,0x00,0xf1,0x00,0x4f,0xff,0xfe,0x2c,0xfd,0xcd,0xfc,0x4c, +0x00,0x2e,0x03,0xe4,0x35,0xe3,0x4b,0x2f,0x27,0xb0,0xd0,0x4c,0x22,0x5e,0x00,0xee, +0xde,0xd0,0x4f,0xdd,0xde,0x23,0x00,0x00,0x15,0x00,0x60,0xee,0xee,0xd0,0x5b,0x00, +0x2e,0x0e,0x00,0xff,0x17,0x6f,0xee,0xee,0x14,0xe5,0x46,0xe4,0x7a,0x33,0x5e,0x4b, +0xbb,0xbb,0xbb,0x96,0x00,0x2e,0x00,0x97,0x0c,0x20,0xd4,0x00,0x2e,0x06,0xe1,0x04, +0xe4,0xe0,0x00,0x4e,0x1d,0x20,0x00,0x47,0x70,0x1f,0xf9,0x83,0x3d,0x02,0x00,0x4e, +0x1c,0x10,0x3f,0x4e,0x1c,0x15,0x0f,0x1c,0x02,0x0b,0xa1,0x3d,0x10,0x4f,0xbc,0x02, +0x41,0xee,0xee,0xef,0xff,0xa7,0x23,0x31,0x04,0xff,0xe3,0xe1,0x01,0x31,0xd4,0xf3, +0xd3,0x28,0x5e,0x10,0x1f,0x88,0x0d,0xf2,0x00,0x2b,0xd3,0x01,0xf0,0x03,0xeb,0x20, +0x2f,0x90,0x00,0x1f,0x00,0x01,0x9f,0x20,0x3c,0x00,0x1e,0x10,0x99,0x3f,0x01,0x0f, +0x00,0x11,0x22,0xb0,0x32,0x61,0x20,0x0e,0xee,0xef,0xff,0xff,0xa0,0x22,0x31,0xc7, +0xf8,0xb0,0xb6,0x2d,0x30,0x1f,0x1e,0x40,0xe9,0x1d,0x40,0x41,0xf1,0x5e,0x10,0x9c, +0x83,0xe0,0x1f,0x10,0xac,0x00,0x00,0x1b,0xb0,0x01,0xf1,0x00,0xcc,0x10,0x1e,0xb9, +0x65,0x6a,0x9c,0xbe,0x20,0x50,0x12,0x23,0xf3,0x22,0x10,0x40,0x5a,0x00,0x13,0x09, +0x10,0x05,0x20,0x97,0x00,0x28,0x19,0x00,0xcc,0x49,0x71,0x12,0xf2,0x11,0x01,0xdd, +0xfe,0xda,0x53,0x5a,0x21,0x2e,0x92,0x66,0x6c,0x31,0x02,0xfe,0x10,0x36,0x00,0x20, +0x7f,0xcc,0xdd,0x62,0xc0,0x60,0x0d,0xb7,0xa9,0x44,0x5f,0x54,0x42,0x05,0xb9,0x71, +0x20,0x1e,0x00,0x21,0xd4,0x97,0x54,0x00,0x32,0x09,0x09,0x70,0x54,0x00,0x12,0x97, +0x63,0x00,0x0b,0x0f,0x00,0x0a,0x1b,0x06,0x12,0x0b,0xb8,0x60,0x00,0x72,0x39,0x10, +0xf2,0xc6,0x1b,0x30,0x01,0x11,0x1f,0x4a,0x01,0x21,0x0b,0xfe,0xbe,0x2e,0x01,0xcb, +0x1f,0x40,0x03,0xe0,0x00,0x0b,0xae,0x79,0x13,0x3e,0x32,0x3d,0x10,0xe0,0x92,0x1e, +0x02,0x5f,0x54,0x30,0x6e,0x4f,0x4d,0xba,0x4d,0xf1,0x00,0xbd,0x20,0xf1,0x1c,0xc5, +0x00,0x1c,0xe7,0x00,0x0f,0x10,0x06,0xed,0x30,0x50,0x5a,0x00,0x12,0x50,0x03,0x0a, +0x10,0x42,0x12,0x0a,0x21,0x35,0x7a,0x28,0x2f,0x81,0x9e,0xb9,0x74,0x10,0x00,0x99, +0xf9,0x79,0x7f,0x24,0x30,0x8f,0x75,0x98,0x60,0x01,0x31,0x06,0xf7,0x09,0x7a,0x33, +0xf0,0x14,0xbf,0xd2,0xa7,0xd2,0x00,0xd3,0x00,0x1b,0xf5,0x9b,0x58,0x70,0x2e,0x00, +0x08,0x5f,0x01,0xc4,0x3d,0x09,0x90,0x02,0xd0,0xf0,0x0e,0x20,0xb9,0xe1,0x00,0x26, +0x0f,0x02,0xf0,0x03,0xf8,0x8e,0x0a,0xf6,0x04,0x6b,0x01,0xcd,0xd2,0x00,0x00,0x0f, +0x0e,0x55,0xe9,0x08,0xe6,0x00,0x00,0xf3,0xb2,0xd5,0x00,0x05,0xda,0x0a,0x11,0x9f, +0x6a,0x69,0x00,0xd8,0x1a,0x30,0xf1,0x00,0x7a,0x97,0x71,0xc0,0x2f,0x21,0x18,0xa0, +0x00,0x09,0xec,0xcc,0xfd,0xcc,0xea,0x00,0x25,0x5d,0x50,0x10,0x07,0xa0,0x00,0x09, +0xda,0x00,0x15,0xfa,0xca,0x01,0x41,0xdd,0xdd,0xde,0xfe,0xdc,0x32,0x30,0x29,0xef, +0xea,0x4e,0x09,0x40,0x09,0xd2,0xf2,0xca,0x10,0x34,0x70,0xb0,0x0f,0x10,0x9e,0x60, +0x02,0xdd,0xf8,0x00,0x31,0x3c,0xe2,0x04,0x34,0x01,0x12,0x03,0xe1,0x25,0x01,0xfd, +0x1f,0x05,0x44,0x58,0x00,0x91,0x2d,0x30,0xef,0xfe,0x60,0xe7,0x1a,0x40,0x02,0x6f, +0x21,0xae,0x54,0x37,0xf0,0x22,0x08,0xf6,0x0b,0x71,0x5c,0x13,0xf0,0x00,0xde,0xc2, +0xb6,0x05,0xd0,0x1f,0x00,0x3c,0xe4,0xab,0x60,0x9e,0x61,0xf0,0x0a,0x7e,0x02,0xb6, +0x1e,0x2d,0x2f,0x02,0xd2,0xe0,0x0b,0x6c,0x70,0x89,0xf0,0x15,0x2e,0x00,0xb9,0x90, +0x01,0x7f,0x00,0x02,0xe0,0x0b,0x60,0x6b,0x02,0x10,0x2e,0x24,0x20,0x12,0x2f,0x0f, +0x00,0x2f,0xcf,0xa0,0x6b,0x40,0x04,0x20,0x1d,0xdd,0x2b,0x4b,0x70,0xdd,0x10,0x11, +0x12,0xcb,0xfa,0xc2,0x23,0x07,0x30,0xdb,0x1f,0x0a,0x13,0x6c,0x80,0xfa,0x01,0xf0, +0x09,0xfb,0x40,0x2f,0xe6,0x58,0x09,0x91,0xef,0x20,0x61,0xae,0xcc,0xcc,0xce,0x90, +0x40,0x6a,0x44,0x00,0x6d,0x1d,0x01,0x0f,0x00,0x15,0x00,0x0f,0x00,0x5a,0x8c,0xcc, +0xcc,0xcc,0x70,0xea,0x35,0x27,0xff,0xe0,0x60,0x0d,0x01,0xc3,0x03,0x12,0x0f,0x94, +0x4f,0xb0,0x00,0xf0,0x05,0x55,0x99,0x55,0x50,0x02,0x3f,0x21,0xee,0x4c,0x73,0x61, +0xde,0xfd,0x80,0x27,0x00,0x90,0x7c,0x80,0xf1,0x20,0x70,0x08,0xc0,0x00,0x0c,0xfa, +0x0a,0xb0,0x00,0x1a,0x90,0x01,0xdf,0xb6,0xa9,0x80,0x0d,0x59,0x00,0x77,0xf3,0x70, +0x3f,0x14,0xe0,0x00,0x1e,0x2f,0x00,0x00,0xaa,0xd6,0x00,0x05,0x80,0xf0,0x00,0x01, +0xfd,0x00,0x00,0x01,0x0f,0x00,0x00,0xbd,0xe9,0x4b,0x00,0x81,0xda,0x01,0xce,0x60, +0x00,0x0f,0x04,0xd4,0x76,0x38,0x0b,0x01,0x00,0x10,0xf1,0x25,0x13,0x10,0x00,0xa3, +0x01,0x30,0xe5,0x55,0x51,0x95,0x2b,0xf2,0x2e,0xec,0xbb,0xbf,0x60,0x1e,0xef,0xea, +0xbf,0x90,0x08,0xd0,0x00,0x26,0xf4,0x4d,0x2d,0x55,0xf3,0x00,0x00,0x8f,0xc0,0x10, +0x2e,0xf4,0x00,0x00,0x0d,0xfb,0x60,0x1a,0xee,0x91,0x00,0x02,0xbf,0x3c,0x9f,0xa1, +0x1a,0xf9,0x20,0x96,0xf1,0xab,0x51,0x11,0x14,0xa4,0x2e,0x0f,0x10,0x5f,0xdd,0xdd, +0xf2,0x02,0x60,0xf1,0x05,0xa0,0xd1,0x2b,0x21,0x5a,0x00,0xe0,0x2b,0x40,0x05,0xfd, +0xdd,0xdf,0x0f,0x00,0x10,0x5b,0xbd,0x29,0x05,0xc8,0x58,0x03,0x82,0x00,0x21,0xe1, +0x0d,0x3a,0x28,0x31,0x0e,0x10,0xd4,0xd2,0x25,0xf0,0x03,0xe5,0x2d,0x31,0x11,0x11, +0x10,0x1c,0xcf,0xd9,0xd5,0xdd,0xfe,0xdd,0x00,0x03,0xf5,0x0d,0x30,0x47,0x0b,0x30, +0x9f,0xe3,0xd3,0x9f,0x01,0xd0,0x0d,0xe5,0xdd,0x3b,0xdf,0xed,0x90,0x06,0x8e,0x12, +0xd3,0x00,0xb5,0x04,0x29,0x01,0x1e,0x00,0x41,0x17,0x0e,0x10,0xd7,0x9d,0x27,0x32, +0xe1,0x0d,0x30,0x5a,0x00,0x20,0xdd,0xcc,0x90,0x32,0x10,0xe1,0x74,0x2f,0x10,0x31, +0x24,0x40,0x02,0xbc,0x4f,0xf0,0x06,0x36,0xe3,0x33,0x33,0x20,0x0c,0xdb,0xbb,0xcb, +0xbb,0xbb,0xcd,0x00,0xb4,0x00,0x3d,0x10,0x00,0x03,0xc0,0x0e,0x77,0x3f,0x00,0x41, +0x04,0x40,0x1d,0x30,0x00,0x8c,0xc8,0x0d,0x30,0xeb,0x85,0xbc,0x86,0x0e,0xd2,0x25, +0xbf,0xdc,0xea,0x62,0x00,0x0c,0xcb,0x96,0x2d,0x00,0x49,0xe4,0xbb,0x75,0xf0,0x0b, +0x34,0x30,0x1b,0xbb,0xbc,0xff,0xfc,0xbb,0xbb,0x20,0x00,0x06,0xd6,0xf5,0xd5,0x00, +0x00,0x04,0x9d,0x91,0x1f,0x01,0x9d,0x94,0x01,0xb6,0x1c,0x02,0x26,0x05,0xb2,0xd2, +0x00,0x40,0x06,0xfd,0xdd,0xde,0xac,0x26,0x11,0x6a,0x89,0x29,0xf0,0x03,0xf3,0x16, +0xd8,0x88,0x8a,0xe0,0x1e,0xef,0xed,0x6c,0x55,0x55,0x7e,0x00,0x03,0xf1,0x06,0xd6, +0xd1,0x65,0x30,0x9f,0x90,0x25,0x4c,0x5e,0x30,0x0c,0xfb,0x5a,0x78,0x1f,0xb0,0x05, +0x8e,0x2c,0x33,0x37,0xd3,0x33,0x10,0xd2,0xe1,0x10,0x87,0x11,0x32,0x39,0x0e,0x16, +0xc8,0x12,0x01,0x56,0x0b,0x01,0x2c,0x01,0x01,0x78,0x30,0x03,0x0f,0x00,0x05,0xbf, +0x5b,0x02,0x68,0x2f,0x22,0x02,0xf0,0xd3,0x22,0x40,0x8a,0x40,0x08,0xfe,0x78,0x00, +0xf0,0x3a,0x5c,0x39,0xeb,0x00,0xc6,0x00,0x06,0xf2,0xc3,0x81,0x9a,0xc9,0x00,0x01, +0xff,0x2c,0x20,0x06,0xff,0x50,0x00,0x8a,0xe2,0xc5,0x9e,0xb5,0x5c,0xd9,0x02,0x1e, +0x2c,0x38,0x20,0xa5,0x03,0x50,0x00,0xe2,0xc2,0x78,0x8d,0xb8,0x85,0x00,0x0e,0x2c, +0x28,0x88,0xdb,0x88,0x60,0x00,0xe2,0xc2,0x1a,0x0a,0x56,0x50,0x00,0x0e,0x2a,0x2b, +0x80,0xa5,0x1d,0x30,0x00,0xe2,0x09,0xa1,0x2c,0x50,0x3a,0xc5,0x01,0x10,0x1d,0xfb, +0x0f,0x13,0x68,0x47,0x11,0x20,0x80,0xaf,0xea,0x2d,0x01,0x0f,0x00,0xf0,0x35,0x7e, +0x50,0x01,0xef,0xfd,0x00,0x02,0xd9,0x10,0x00,0x01,0x99,0x18,0xba,0x4b,0x8d,0xda, +0x00,0x0c,0xe0,0xb2,0xc4,0xb0,0x04,0xa0,0x01,0xfe,0x7b,0x0b,0x4b,0x76,0x86,0x00, +0x5e,0x9c,0xb0,0xb4,0xb1,0xdd,0x20,0x0c,0x98,0x1b,0x0b,0x4b,0x06,0xe0,0x03,0xc6, +0x80,0xcd,0xe4,0xb1,0xdc,0x60,0x14,0x68,0x04,0x02,0x6b,0xc5,0x1b,0x00,0x06,0x80, +0x00,0xab,0x41,0x5a,0x00,0x10,0x6b,0xec,0x39,0x41,0x40,0x06,0x81,0x33,0xac,0x01, +0x30,0x12,0x00,0x06,0x22,0x44,0x40,0x07,0x80,0x02,0xd0,0xe0,0x17,0xf3,0x1c,0xc0, +0x77,0xed,0xe7,0x3a,0x05,0x00,0x9a,0x8b,0x78,0x08,0x8c,0x59,0x90,0x07,0x8f,0x27, +0xed,0xe9,0xbb,0xe1,0x00,0x0b,0x69,0x78,0x08,0x70,0xc7,0x40,0x08,0xc4,0xe7,0x91, +0x97,0xaa,0x2c,0x00,0x99,0x7a,0x7c,0xfc,0x6b,0xaa,0x34,0x03,0x07,0xbe,0x5c,0x40, +0x19,0xcf,0xba,0x10,0x22,0x05,0xe1,0x61,0xf0,0x5e,0x71,0x00,0x1a,0xe9,0x20,0x0f, +0x00,0x18,0xeb,0x20,0x51,0x7a,0x0f,0x16,0x50,0x62,0x1a,0x50,0x2e,0xef,0xee,0xfe, +0xe6,0x0f,0x00,0xf0,0x0f,0xb2,0x0e,0x00,0x00,0x11,0xf2,0x19,0xdf,0xdd,0xfd,0xd0, +0x1e,0xff,0xfa,0xb3,0xb4,0x2d,0x2e,0x00,0x04,0xf0,0x0b,0x1a,0x20,0xd0,0xe0,0x00, +0x9f,0x70,0xad,0xaf,0x07,0xf0,0x01,0x0d,0xfc,0x42,0x55,0x55,0x55,0x40,0x06,0x8f, +0x39,0x25,0x55,0x55,0x53,0x00,0xd2,0x99,0x3a,0xf0,0x13,0xbb,0xb5,0x28,0x0f,0x00, +0x27,0x2b,0xc2,0x62,0x10,0x00,0xf0,0x07,0xb0,0xab,0x0d,0x60,0x00,0x0f,0x06,0xd1, +0x0a,0xb0,0x1e,0x30,0x00,0xf0,0x21,0x2e,0xe7,0x00,0x30,0x00,0x5b,0xe7,0x21,0x00, +0x0e,0x64,0xf0,0x11,0x6c,0xcf,0xcc,0xfc,0xc1,0x01,0x6c,0x12,0x25,0xe2,0x3f,0x32, +0x02,0xff,0xff,0x40,0x04,0x00,0x50,0x00,0x15,0xad,0x51,0xdd,0xdd,0xdd,0xe5,0x00, +0x0a,0xf1,0x0d,0x30,0xe3,0x05,0x30,0xef,0x90,0xdd,0xeb,0x2f,0x30,0x3f,0xbc,0x3d, +0x0f,0x00,0xb0,0x0a,0xab,0x52,0xbd,0xdf,0xed,0xd4,0x02,0xe5,0xb0,0x00,0x90,0x47, +0x31,0x47,0x5b,0x0d,0xa6,0x0b,0x70,0x05,0xb0,0x00,0x0a,0x8b,0x50,0x00,0x76,0x60, +0xf2,0x03,0xa0,0x1d,0x92,0x00,0x05,0xb1,0xda,0x30,0x00,0x06,0xd2,0x00,0x0f,0x00, +0x07,0x60,0x01,0xc0,0x12,0x80,0x10,0x78,0x0c,0x01,0x80,0xcd,0xfd,0xdf,0xdd,0x40, +0x44,0xf4,0x30,0xe9,0x27,0x71,0x0c,0xdf,0xc9,0x3d,0xdd,0xfd,0xdc,0x74,0x8b,0x10, +0x4d,0xbf,0x46,0x10,0x74,0xda,0x19,0xf7,0x8f,0x70,0x0d,0xfc,0x30,0x02,0xbd,0x71, +0x00,0x05,0x9f,0x4a,0x19,0x99,0x98,0x20,0x00,0xc3,0xf0,0x00,0x22,0x6e,0x04,0xe1, +0x3a,0x0f,0x05,0xcd,0xe4,0xfb,0xc2,0x00,0x10,0xf0,0x00,0xb7,0x3c,0x99,0x00,0x00, +0x0f,0x03,0xc8,0x04,0xc0,0x9d,0x50,0x00,0xf0,0x53,0x0c,0xe8,0x00,0x33,0x00,0x67, +0x00,0x43,0x39,0x03,0x40,0x00,0x06,0x70,0x0b,0x13,0xc0,0xa3,0x00,0x00,0x67,0x04, +0x84,0x5c,0x2a,0x48,0x01,0xee,0xfa,0xda,0xd3,0xda,0xdf,0x20,0x02,0xb9,0x14,0x98, +0x1e,0x06,0x85,0x00,0x0e,0xa0,0x3a,0x66,0xe3,0xd5,0xd0,0x02,0xff,0x3c,0xda,0xbd, +0x7c,0x79,0x20,0x6c,0x9a,0x0b,0x11,0xb4,0x5d,0x10,0x0c,0x77,0x1e,0xfe,0xef,0xee, +0xfe,0x23,0xa6,0x70,0x0f,0x20,0x4a,0x0a,0x20,0x13,0x67,0x04,0xed,0x40,0xe8,0xa0, +0x00,0x06,0x70,0x96,0x2b,0x0c,0xd0,0x22,0x00,0x67,0x5d,0x00,0x4c,0xbe,0x58,0x60, +0x06,0x7b,0x10,0x2b,0x30,0x3c,0xe1,0xc0,0x10,0x00,0xb8,0x2e,0x00,0xa2,0x04,0x20, +0x1e,0x00,0x89,0x1f,0xf0,0x08,0x14,0xdd,0xfd,0xdf,0xdd,0x20,0x22,0xf3,0x20,0x1e, +0x11,0xe2,0x00,0x1d,0xdf,0xdb,0x00,0xcc,0xcc,0x10,0x00,0x05,0xf1,0x65,0x6c,0xf1, +0x13,0x83,0x00,0x9f,0x51,0x44,0x49,0x94,0x44,0x10,0x0c,0xfd,0x49,0xdc,0xee,0xcd, +0x70,0x04,0x9f,0x4c,0xa6,0x07,0x60,0x78,0x00,0xb3,0xf1,0x0a,0xdb,0xdd,0xbd,0x80, +0x2c,0x0f,0x10,0x0f,0x00,0xf0,0x04,0x10,0xf1,0x08,0xcd,0xcc,0xdc,0x60,0x00,0x0f, +0x10,0x3b,0xc0,0x0c,0xa2,0x00,0x00,0xf1,0xab,0x50,0x43,0x01,0x06,0x3f,0x3f,0x30, +0x44,0x0d,0x20,0xa7,0x2e,0xf0,0x09,0x05,0xb0,0xd2,0x1f,0x10,0x00,0x1e,0x00,0x0c, +0x0d,0x25,0x90,0x00,0x24,0xf2,0x6f,0xee,0xee,0xee,0xf3,0x1e,0xef,0xec,0xa0,0x1d, +0x23,0xa0,0x05,0xe0,0x24,0xfc,0xcc,0xdf,0x51,0x00,0xaf,0x40,0x87,0x81,0x00,0xae, +0x55,0x71,0xcc,0xcc,0xcc,0x00,0x05,0x9e,0x68,0x8e,0x1c,0xf1,0x08,0xc3,0xe0,0x1f, +0xbb,0xfb,0xbc,0xd0,0x3b,0x1e,0x00,0xf2,0x1d,0x31,0x5d,0x00,0x21,0xe0,0x0f,0xbb, +0xfc,0xbc,0xd0,0x00,0x0f,0x00,0x00,0x2c,0x11,0x5d,0x0f,0xcc,0xcc,0xcd,0xd0,0x37, +0x4d,0x12,0x90,0x21,0x5a,0x50,0x49,0x00,0x01,0xee,0x70,0x0f,0x00,0xf3,0x07,0x01, +0xd7,0x1c,0xa0,0x00,0x09,0xbd,0x93,0xe9,0x00,0x0a,0xe7,0x00,0x8c,0xd8,0xc7,0xde, +0xee,0x73,0xc1,0x00,0xba,0x16,0x01,0xf0,0x12,0xf4,0x5e,0xdd,0x2f,0xdf,0x30,0x05, +0xca,0xc5,0x60,0xd2,0xa0,0xa3,0x00,0xb7,0x92,0x5c,0x9d,0x2e,0x9e,0x30,0x3b,0x49, +0x01,0x47,0x20,0x39,0x20,0x00,0x34,0x90,0x09,0x80,0xeb,0x56,0xf7,0x06,0x49,0x02, +0xed,0x40,0xce,0x50,0x00,0x04,0x92,0xd5,0x2a,0xaa,0x2d,0x90,0x00,0x49,0x97,0x00, +0x2b,0x00,0x08,0xcb,0x71,0x02,0x07,0x00,0xf0,0x1c,0x0f,0xcd,0xd3,0xec,0xdb,0x00, +0xd1,0x0e,0x00,0xd3,0x90,0x3b,0x03,0xd4,0x0f,0xcc,0xd3,0xec,0xdb,0x3c,0xfd,0x3e, +0x22,0xd3,0xa2,0x5b,0x00,0xf3,0x0f,0xaa,0x94,0xaa,0xbb,0x03,0xfb,0x0e,0x35,0x6c, +0x55,0x4b,0x08,0xfc,0x3e,0x07,0x00,0xf0,0x14,0x0c,0xe4,0x0e,0x2d,0xad,0xab,0x3b, +0x4a,0xd1,0x0e,0x29,0x69,0x6b,0x3b,0x83,0xd1,0x0e,0x19,0xdf,0xa7,0x3b,0x10,0xd1, +0x0e,0x06,0xad,0xb2,0x3b,0x00,0xd1,0x0e,0x57,0x2a,0x16,0x3b,0x4d,0x00,0x37,0x03, +0x03,0xd8,0xdd,0x00,0x11,0x83,0x03,0x3c,0x10,0xe0,0xf0,0x0e,0x02,0x72,0x09,0xf0, +0x37,0xe1,0xab,0xbc,0x05,0xff,0xff,0xf0,0xe1,0xd0,0x0e,0x0a,0x80,0x04,0xb0,0xe1, +0xd4,0x4e,0x2f,0x29,0x39,0x60,0xe1,0x56,0x66,0x16,0x0d,0x42,0x00,0xe5,0xa8,0x69, +0x70,0x0f,0x50,0x00,0xe7,0x4a,0xa1,0xa0,0x0f,0xa0,0x00,0xe7,0x39,0xa0,0xa0,0x3e, +0xf0,0x00,0xe7,0xbb,0xa9,0xa0,0x87,0xa6,0x00,0xe2,0x11,0x11,0x11,0xe2,0x3e,0x10, +0xed,0xdd,0xdd,0xdc,0x70,0x08,0xc0,0xa6,0x2f,0x00,0x02,0x2e,0x00,0x70,0x38,0x07, +0x63,0x0b,0x03,0x0f,0x00,0x22,0x01,0x70,0x0f,0x00,0x11,0x2f,0x0f,0x00,0x00,0x2a, +0x05,0x40,0x8c,0x44,0x44,0x20,0x0f,0x00,0x30,0xec,0xcc,0xc6,0x0f,0x00,0x0b,0x1e, +0x00,0x1e,0x8a,0x0f,0x00,0x22,0x2e,0xef,0x9a,0x45,0x21,0x22,0x22,0xa6,0x80,0x11, +0x02,0xa0,0x44,0x40,0x32,0x00,0x8d,0xdd,0x9a,0x55,0x19,0x90,0xe2,0x41,0x01,0x0b, +0x83,0x22,0x0a,0x70,0x2d,0x08,0x40,0xa8,0x22,0x22,0x00,0x28,0x3b,0x00,0xab,0x74, +0x02,0x28,0x3b,0x12,0x00,0x37,0x3b,0x1b,0x00,0x0f,0x00,0x83,0x02,0xcd,0xfc,0xcc, +0xfe,0xcc,0xcc,0xc2,0x68,0x59,0x01,0x82,0x15,0x12,0x3e,0xe5,0x08,0x02,0xb3,0x3c, +0x02,0x0f,0x00,0x10,0x0a,0x0f,0x00,0xf0,0x01,0x02,0x00,0x01,0xf0,0x2e,0x00,0x3e, +0x03,0xe8,0x00,0x1f,0x02,0xff,0xf4,0xe7,0xf8,0x0f,0x00,0x62,0x11,0x3f,0xb2,0x00, +0x00,0x1f,0x2d,0x00,0x01,0x1e,0x00,0x1b,0x00,0x0f,0x00,0xf9,0x07,0x08,0x20,0x1f, +0x02,0xe0,0x14,0xe0,0x00,0xc4,0x01,0xf6,0x9f,0xef,0x4f,0x21,0x2f,0x13,0xff,0xc9, +0x74,0x10,0xcf,0x67,0x6b,0x21,0x0e,0x30,0x64,0x46,0x00,0x07,0x00,0x00,0xc6,0x20, +0x30,0xff,0xff,0x90,0x07,0x00,0x21,0x51,0x11,0x0e,0x00,0x17,0x30,0xc0,0x10,0x40, +0x31,0x1f,0x30,0x01,0xff,0x89,0xf0,0x02,0x0f,0x20,0x0a,0x90,0x00,0x2e,0x60,0x0f, +0x20,0x5e,0x10,0x03,0xe8,0x00,0x0f,0x25,0xf4,0xa7,0x2f,0x31,0x0d,0xae,0x40,0xec, +0x3f,0x70,0xc2,0x00,0x00,0x01,0x58,0xbf,0xa4,0xea,0x0c,0x28,0xd9,0x51,0x4a,0x09, +0x03,0x68,0x10,0x50,0x11,0x6d,0x11,0x15,0xd1,0xe4,0x0a,0x11,0x80,0x85,0x2c,0xf1, +0x12,0x01,0xf4,0x11,0x04,0xc0,0x02,0x10,0x00,0x8f,0xff,0xfb,0x4c,0x03,0xe7,0x00, +0x2f,0x20,0x09,0x74,0xd6,0xf7,0x00,0x0d,0x64,0x00,0xe2,0x4f,0xd3,0x00,0x01,0x82, +0xe6,0x5d,0xfc,0x06,0x42,0x03,0xee,0x50,0x4c,0x25,0x5a,0x40,0x04,0xc0,0x00,0x20, +0x7f,0x26,0xd0,0x4c,0x00,0x0b,0x40,0x1a,0xe2,0x00,0x04,0xe1,0x00,0xe2,0x1e,0xa1, +0x83,0x30,0x16,0xfb,0xce,0x4b,0x00,0x46,0x33,0x00,0x3f,0x13,0x40,0xfa,0x68,0x1e, +0x00,0x12,0x92,0x31,0x0a,0x61,0xe0,0x81,0x09,0xf0,0x02,0xef,0xef,0xee,0xc0,0x00, +0xef,0xff,0x9c,0x13,0xe1,0x11,0x00,0x2d,0x11,0xfe,0x40,0x1e,0xc0,0x01,0x90,0x2d, +0x21,0x13,0xe1,0x11,0x02,0xf7,0x45,0x9c,0x79,0x16,0x62,0x37,0x4e,0xe5,0x00,0x2f, +0xfc,0x28,0x74,0x20,0x7e,0x88,0xa5,0x25,0xf3,0x06,0x1b,0x91,0xe0,0xd5,0x00,0x04, +0xe1,0x3e,0x90,0x1e,0x03,0xe6,0x06,0xf3,0x06,0x60,0x01,0xe0,0x03,0x40,0xa3,0x66, +0x43,0x03,0x5a,0x2f,0x60,0x06,0xbf,0xa3,0x0e,0xff,0xf1,0x2e,0x4b,0x01,0xf5,0x10, +0x20,0x2e,0x00,0xc6,0x24,0x00,0xab,0x0d,0x21,0x34,0xd0,0x0f,0x00,0x90,0x01,0xd6, +0x00,0xbc,0xc1,0x02,0xe0,0x00,0x38,0x18,0x15,0x30,0x2f,0xee,0xe3,0x4f,0x06,0x00, +0xe6,0x14,0x30,0xb1,0x17,0xb0,0x23,0x08,0xf1,0x03,0x0d,0x20,0xc5,0x00,0x29,0xfc, +0xfe,0x60,0x5d,0x8b,0x00,0x03,0xaf,0x31,0x00,0x00,0xcf,0x30,0xca,0x31,0xb7,0xcc, +0x9e,0x71,0x00,0x2e,0x00,0x0c,0xe7,0x00,0x4c,0xe0,0x82,0x36,0x12,0x01,0xea,0x0f, +0x2f,0x0f,0x20,0x07,0x00,0x02,0x21,0x0a,0x60,0x07,0x00,0xe2,0xaf,0x50,0x0f,0xff, +0xfd,0x0f,0x5d,0xd2,0x00,0x0f,0x42,0x21,0x0f,0xf8,0x1c,0x00,0x1b,0x40,0x31,0x00, +0x12,0x60,0x07,0x00,0xf4,0x07,0xf0,0x0f,0x20,0x58,0x0f,0x20,0x02,0xe0,0x1f,0xbf, +0xd7,0x0e,0x61,0x17,0xc0,0x7e,0x93,0x00,0x08,0xff,0xfe,0x40,0x63,0x08,0x12,0x81, +0x4e,0x23,0x22,0x3d,0xe4,0x8c,0x0f,0x52,0x08,0x80,0xf0,0x0e,0x20,0xa3,0x21,0x30, +0xe3,0x4a,0xa0,0x6e,0x16,0xf0,0x1c,0x2f,0xfd,0xac,0x01,0xdc,0x30,0x1f,0xce,0xf4, +0x04,0xc0,0x00,0x79,0x7f,0xf5,0x0e,0x20,0x4c,0x00,0x00,0x03,0x2f,0x00,0xe2,0x05, +0xb0,0x00,0x03,0x30,0xf0,0x0e,0x20,0x7a,0x00,0x00,0xc6,0x0f,0x00,0xe4,0xff,0x40, +0x00,0x4e,0xa6,0x6e,0x70,0x05,0x10,0x0d,0x60,0x0f,0x00,0x00,0xa9,0x29,0x00,0x9d, +0x80,0x60,0x1e,0x30,0x75,0x00,0x07,0xef,0x35,0x0c,0x21,0x10,0x00,0x76,0x34,0x40, +0x4e,0x80,0x00,0xe6,0x57,0x11,0x20,0x1b,0x80,0x0d,0x1a,0x01,0x23,0x78,0x00,0x2f, +0x1e,0x01,0x24,0x0f,0xf0,0x01,0xe2,0x01,0xcd,0x40,0xab,0x00,0x35,0x7e,0x00,0x00, +0x48,0x1a,0x10,0x03,0x98,0x30,0xd2,0x19,0x01,0x03,0x22,0x60,0x05,0x31,0x7c,0x33, +0x37,0xe0,0xe5,0x52,0x30,0xd6,0x01,0xe5,0x2c,0x48,0xf4,0x0c,0x02,0xe7,0xd7,0x00, +0x00,0x1e,0x40,0x00,0x1a,0xfd,0x20,0x00,0x09,0xb0,0x15,0xaf,0xa3,0x9f,0xa5,0x00, +0x42,0x04,0xc7,0x20,0x00,0x28,0xc1,0x48,0x01,0x31,0x3e,0x80,0x02,0x95,0x2d,0x51, +0x2b,0x80,0x2e,0x00,0x3f,0x7e,0x05,0x50,0xd0,0x02,0xf0,0x00,0x02,0x81,0x2f,0xd3, +0x2f,0x22,0x11,0xeb,0x20,0x9d,0x10,0x00,0xcf,0xf5,0x00,0x7c,0x29,0x2f,0x00,0x11, +0xbf,0xdb,0x40,0xe0,0x02,0x10,0xd6,0x11,0x17,0xc0,0x00,0x00,0xb7,0x04,0xe1,0x02, +0xf4,0x00,0x5c,0x03,0x21,0xd4,0xe6,0x1a,0x92,0x20,0x0d,0xfb,0x06,0x4e,0xd5,0x03, +0x8e,0xb6,0xdd,0x72,0x00,0x65,0x09,0xe9,0x30,0x00,0x6b,0xf4,0x8a,0x02,0x21,0x91, +0x00,0xb3,0x58,0x22,0xcf,0x50,0xa7,0x24,0x12,0xe0,0x3f,0x42,0x11,0x10,0xc5,0x79, +0x10,0x00,0xff,0x22,0x40,0xdf,0x0c,0x91,0x04,0x6a,0x11,0x31,0x01,0x8e,0x14,0x71, +0x11,0x63,0x01,0x04,0xc1,0x1e,0x41,0x3f,0x2f,0x82,0x31,0x00,0x06,0x54,0x15,0x00, +0x21,0x1e,0x34,0x07,0x00,0x11,0x9a,0x2a,0x00,0x31,0x03,0xf2,0x04,0x83,0x16,0x73, +0x60,0x04,0xc1,0x11,0x11,0x2e,0x00,0xef,0x12,0x31,0x4e,0x70,0x03,0xfa,0x08,0x32, +0x1c,0x80,0x3d,0x30,0x44,0x11,0x04,0x63,0x42,0x00,0x76,0x0c,0x40,0x0e,0x20,0x02, +0xe7,0x3c,0x4c,0xd2,0xe3,0x00,0x02,0xcb,0x2e,0x90,0x00,0x09,0xee,0x20,0x00,0x21, +0x71,0xbd,0x24,0x12,0x10,0xd3,0x4e,0x21,0x98,0x0f,0x64,0x0d,0x31,0x4e,0x10,0xf0, +0x6a,0x07,0x11,0x50,0x0f,0x00,0x31,0x0a,0xb0,0x00,0x1e,0x00,0x92,0x51,0x00,0x0f, +0x11,0x11,0x1e,0x10,0x02,0x91,0x65,0x09,0x22,0x2c,0xe4,0xdb,0x27,0x23,0x07,0xa0, +0x49,0x09,0x01,0x08,0x3c,0x10,0x02,0x18,0x2c,0x52,0x21,0x10,0x01,0xeb,0x20,0x1e, +0x00,0x20,0x8d,0x01,0x63,0x2c,0x03,0xe3,0x0c,0x01,0x24,0x79,0x12,0xd7,0xa0,0x05, +0x30,0x5e,0x01,0x30,0x70,0x49,0x60,0x0d,0x50,0x2e,0x20,0x00,0x0a,0x16,0x49,0xe0, +0x7d,0x00,0x04,0xf1,0x05,0xfc,0xcd,0xfe,0xe6,0x00,0x77,0x00,0x49,0x64,0x11,0x4d, +0x03,0xea,0x02,0x22,0x04,0x60,0xf3,0x0d,0x22,0x5f,0xa0,0xbc,0x11,0x40,0x3e,0x42, +0x22,0x5e,0x58,0x05,0xf1,0x0a,0x10,0xde,0xde,0xfd,0xde,0xe0,0x02,0x00,0x0d,0x30, +0x2e,0x00,0x88,0x03,0xdb,0x20,0xd3,0x02,0xe0,0x08,0x10,0x00,0x65,0x0d,0xfe,0xf1, +0x3e,0x21,0x00,0xe6,0xa6,0x47,0xf0,0x0a,0x07,0x0f,0x0b,0x60,0x0e,0x40,0x00,0x05, +0xd1,0xe0,0x2e,0x28,0xb0,0x00,0x00,0xc6,0x4c,0x00,0x6e,0xe1,0x00,0x00,0x5e,0x09, +0x70,0x2c,0x44,0xf0,0x00,0x0d,0x62,0xf3,0x6d,0xb1,0x5e,0xb5,0x00,0x70,0x47,0x4c, +0x50,0x00,0x17,0xc1,0x85,0x3d,0x12,0x93,0xbe,0x6c,0x01,0xe0,0x19,0x22,0x08,0x50, +0x0f,0x0d,0x01,0x59,0x34,0xa2,0xb0,0x03,0x00,0x02,0x22,0x6e,0x22,0x21,0x04,0xfa, +0x88,0x0b,0x23,0x02,0xca,0x88,0x0b,0x31,0x10,0x11,0x15,0xe7,0x60,0x12,0x09,0xac, +0x49,0x12,0xb6,0xa6,0x0b,0x16,0x4e,0xb7,0x5c,0x12,0xd0,0x93,0x15,0x10,0x5e,0xca, +0x16,0x01,0x00,0x4b,0x05,0xa6,0x3c,0x13,0x01,0xff,0x48,0x41,0x7e,0x50,0x0b,0x80, +0x79,0x29,0x12,0x73,0x06,0x0e,0x50,0x12,0xde,0x10,0x00,0xc7,0xab,0x88,0x10,0x7b, +0x53,0x8e,0xd0,0xe6,0x02,0x00,0x7c,0xbc,0x00,0x00,0x03,0xd9,0x00,0x06,0xff,0x91, +0x57,0x3b,0xf0,0x01,0x7d,0xd4,0x19,0xfb,0x60,0x00,0x01,0x9d,0x72,0x22,0x24,0x9b, +0x00,0x00,0xb6,0xbd,0x87,0x2a,0x41,0x00,0x5d,0x0b,0x40,0xe8,0x47,0x20,0x40,0xb4, +0x2e,0x01,0x40,0x0b,0xa0,0x0b,0xfe,0xe2,0x42,0x37,0x61,0x00,0xb5,0x90,0x80,0x40, +0x07,0xc3,0x00,0xe2,0xa1,0x67,0x12,0x4d,0x07,0x00,0x11,0x00,0x07,0x00,0xf0,0x0c, +0x02,0x00,0x01,0xe2,0x0e,0x30,0xe2,0x3f,0x91,0x49,0xed,0x2e,0xd1,0xe2,0x01,0xb6, +0x86,0xe8,0x7e,0x68,0xe2,0x00,0x00,0xe1,0xf3,0xbe,0x2d,0x5e,0x43,0x40,0xf0,0x5e, +0x14,0xf2,0x39,0x6b,0x00,0x31,0x00,0xf0,0x08,0xd5,0x06,0xb0,0x0e,0x10,0xe2,0x03, +0xe0,0x0b,0x50,0x0e,0x10,0xe2,0x0b,0x80,0x3d,0x00,0x0e,0x10,0xe2,0x0e,0x10,0xa4, +0x07,0x00,0x09,0xe6,0x64,0xe3,0x50,0x00,0x3e,0x91,0x03,0x57,0xad,0xfc,0x50,0x00, +0x1a,0xb2,0xca,0x8d,0x1b,0x07,0x00,0x88,0x94,0x00,0xd1,0x57,0x52,0x61,0x11,0x00, +0xda,0x21,0xdf,0x1b,0x12,0x7d,0xf0,0x2b,0x02,0x1e,0x00,0x00,0x33,0x1a,0xc0,0xdd, +0xdf,0xed,0xd6,0x00,0x00,0xb7,0x0f,0x32,0x22,0x2b,0x70,0x2b,0x04,0x00,0x2f,0x11, +0x01,0x2b,0x04,0x60,0x09,0x70,0x08,0xd0,0x00,0xfc,0xad,0x40,0x92,0x43,0x00,0x0f, +0x54,0x44,0x4a,0x60,0x02,0x30,0x22,0x1f,0x22,0x4e,0x80,0xdf,0x1f,0x41,0x1c,0x7d, +0xdd,0xdf,0xbb,0x82,0x60,0x22,0xac,0x23,0x72,0x20,0x01,0x94,0x36,0xf0,0x01,0x1e, +0x50,0x02,0xf9,0x00,0x1d,0x71,0x23,0x9f,0x20,0x03,0xcc,0x0e,0xff,0xed,0xba,0xa4, +0x47,0xa0,0x14,0x01,0x20,0x21,0x60,0x00,0x01,0x00,0xf0,0x5a,0xa2,0x26,0xa0,0xa8, +0x0f,0x05,0xa0,0xa5,0x00,0x00,0x3f,0x11,0xe0,0x0f,0x00,0xf4,0x06,0x0c,0x70,0x5b, +0x05,0xa0,0xa5,0x43,0x06,0xd0,0x1d,0x40,0x5a,0x0a,0x57,0x50,0xa4,0x0b,0x80,0x04, +0x70,0x7e,0xd9,0x00,0x00,0x81,0x16,0xf0,0x03,0x20,0x0e,0x20,0x13,0x02,0xcd,0x15, +0xd0,0x0e,0x20,0x7b,0x00,0x0a,0x70,0xd6,0x0e,0x20,0xe4,0x4c,0x4c,0x20,0x0e,0x27, +0x5e,0x4a,0x71,0x22,0x1e,0x31,0x20,0x0d,0xb2,0x02,0xd7,0x00,0x12,0x7b,0x26,0x28, +0x01,0x6b,0x5f,0xb1,0xf6,0x00,0x04,0x22,0xe1,0x11,0x11,0xb6,0x00,0x0d,0x52,0x15, +0x00,0x10,0x5d,0xbb,0x13,0x31,0xf6,0x00,0xd6,0x23,0x00,0x70,0x07,0xd0,0x02,0xe0, +0x00,0x12,0xc6,0x2e,0x43,0x54,0x00,0x9e,0xc2,0x02,0x10,0xd7,0x86,0x02,0x6f,0x35, +0x23,0x1a,0x4e,0xad,0x14,0x10,0xed,0xfe,0x34,0x10,0x01,0x32,0x04,0x60,0x03,0xe0, +0x04,0xf7,0x00,0xe3,0x9d,0x47,0x60,0x04,0xd8,0x0b,0xcc,0xcc,0xcc,0xef,0x12,0x11, +0x93,0x13,0x5d,0xf0,0x05,0x03,0x0c,0x40,0x0c,0x40,0x58,0x00,0x00,0xd4,0xcf,0xfd, +0xca,0xdc,0x40,0x00,0x7c,0x0c,0x40,0x0c,0xb3,0xfe,0x04,0xf4,0x05,0xc4,0x00,0xc4, +0x00,0x71,0x0a,0xa0,0x0d,0x77,0xac,0x50,0x0d,0x20,0xb2,0x03,0xfc,0x84,0x7f,0xff, +0xc0,0xdb,0x67,0x23,0x02,0x50,0x1d,0x2c,0x12,0xc5,0x69,0x0e,0x15,0x06,0xd3,0x45, +0x11,0x6c,0x4c,0x96,0xf0,0x04,0xcd,0xdf,0xfd,0xdd,0xdd,0x13,0xdc,0x22,0x29,0xd2, +0x2c,0x92,0x20,0x00,0x70,0x03,0xf3,0x10,0x1e,0xf0,0x95,0xf0,0x16,0xe5,0x2d,0x00, +0x3e,0x91,0x00,0x44,0xc3,0x42,0xd0,0x15,0x59,0x00,0x0c,0x60,0x69,0x2d,0x59,0x3e, +0x00,0x01,0xf1,0x0d,0x22,0xd0,0xe0,0x98,0x00,0x8a,0x08,0x80,0x2d,0x0b,0x32,0xe0, +0x0e,0x40,0xd4,0x2e,0x62,0x01,0x00,0x50,0x00,0x0d,0xf9,0x5d,0x20,0x01,0xd0,0x24, +0x20,0x4e,0xa4,0x14,0x36,0x80,0x60,0x00,0x19,0x12,0x22,0x9a,0x22,0x21,0x60,0x20, +0x52,0xce,0xec,0xcc,0x20,0x04,0x0b,0x27,0x31,0x03,0xea,0x0b,0x14,0x36,0x24,0x01, +0xb5,0x96,0x62,0x11,0xae,0xc9,0x42,0x50,0x04,0x0a,0x50,0x00,0x04,0x5a,0x41,0x72, +0xae,0xdd,0xdd,0xdc,0x00,0x00,0xa8,0x0f,0x00,0x21,0x2f,0x10,0x1e,0x00,0x22,0x0b, +0x90,0x0f,0x00,0x56,0x82,0x00,0xa5,0x00,0x0e,0x47,0x79,0x00,0x0b,0x4f,0xb0,0x0b, +0x5c,0x10,0x01,0xbe,0x30,0x00,0x00,0xb4,0x7d,0x00,0x78,0x56,0x10,0x0b,0x2e,0x8b, +0x10,0x2f,0xfa,0x45,0x40,0x50,0x20,0x02,0xd0,0x9b,0x8c,0xf6,0x35,0x0b,0xd4,0x2d, +0x7d,0xdd,0x87,0x0b,0x00,0x05,0x82,0xd0,0x00,0x06,0x94,0xc0,0x00,0x00,0x3c,0x6e, +0xde,0x5b,0xa7,0x00,0x00,0x74,0xb6,0x50,0xc2,0xde,0x10,0x00,0x5c,0x5a,0x65,0x0c, +0x0f,0x90,0x00,0x0b,0x67,0x86,0xed,0xf2,0xf4,0x03,0x02,0xf1,0xb4,0x65,0x01,0xdd, +0x82,0xb0,0xa9,0x2e,0x00,0x04,0xd5,0x3e,0x97,0x05,0x25,0x70,0x00,0x93,0x00,0x8e, +0x20,0x1d,0x02,0x00,0x0f,0x07,0x40,0x02,0xcd,0x2f,0xff,0x2e,0x5e,0xf1,0x08,0x09, +0x3e,0x00,0xe1,0xd2,0x0f,0x00,0x00,0x1e,0x22,0xe1,0xd2,0x0f,0x04,0x00,0x1f,0xcc, +0xf1,0xd2,0x0f,0x0b,0xe5,0x1e,0x15,0x00,0x50,0x47,0x1e,0x55,0xf1,0xd2,0x8c,0x5a, +0x10,0x99,0x07,0x00,0x12,0x02,0x15,0x00,0x30,0x2e,0x1f,0x77,0x0e,0x00,0xf0,0x01, +0x99,0x09,0x88,0x90,0x61,0x0f,0x01,0xf2,0x0d,0x45,0xc0,0x00,0x0f,0x07,0xb0,0x9b, +0x07,0x7c,0x74,0x06,0x42,0xc1,0x00,0x03,0x5f,0xf9,0x69,0x00,0x13,0x30,0xe6,0x05, +0x21,0x90,0xef,0x6f,0x04,0x52,0x1c,0x3e,0x30,0x02,0x90,0x51,0x1a,0x20,0x7b,0x00, +0x24,0x02,0x90,0x2e,0xdd,0xdd,0xed,0x02,0xe9,0x10,0xf2,0xe1,0x42,0x12,0x60,0x97, +0x0f,0x2e,0xdc,0xcc,0xdd,0x6a,0x0b,0x01,0x0f,0x00,0x30,0x04,0x2f,0x0e,0x74,0x08, +0xf1,0x14,0x04,0xe4,0xd0,0x10,0x2e,0x02,0x00,0x00,0xb7,0x89,0x0c,0x62,0xe0,0xb6, +0x00,0x3f,0x1d,0x46,0xd0,0x2e,0x02,0xe0,0x0b,0x85,0xd1,0xd2,0x02,0xe0,0x08,0x30, +0x71,0x65,0x00,0x0c,0xfa,0x66,0x4a,0x20,0x54,0x04,0x72,0x0a,0x40,0xe5,0x1f,0x31, +0xe3,0x79,0x00,0x90,0x3b,0xfd,0xdf,0xed,0xd7,0x01,0xc7,0x1b,0xf7,0x95,0x19,0xb1, +0x02,0xa7,0x9b,0xec,0xcf,0xdc,0xc0,0x00,0x00,0x11,0x97,0xa4,0x19,0x30,0x0c,0x59, +0xec,0x6c,0x1f,0x21,0x0b,0xa0,0x0f,0x00,0x40,0x0a,0xc0,0x09,0xff,0x99,0x39,0x47, +0x31,0x00,0x22,0xf0,0x23,0x52,0x00,0xb1,0x72,0x01,0xa3,0x30,0x09,0x4e,0x13,0x13, +0x01,0x85,0x02,0x31,0x2c,0xc2,0x3f,0x03,0x38,0x41,0x08,0x53,0xc0,0x0a,0x47,0x1e, +0x20,0x3c,0x06,0x44,0x53,0xf1,0x02,0x00,0x03,0xc3,0xb6,0xa2,0xe0,0x01,0xce,0x40, +0x3c,0x71,0x05,0x4e,0x00,0x00,0x69,0x03,0x57,0x11,0x05,0x2d,0x0d,0x00,0x39,0x15, +0xf1,0x04,0xf7,0x00,0x00,0xe3,0xb4,0x49,0x0d,0x09,0x70,0x00,0x6c,0x0b,0x44,0x90, +0xd0,0x97,0x00,0x0d,0x50,0x0f,0x00,0x22,0x05,0xe0,0x0f,0x00,0x36,0xa6,0x1f,0xff, +0xfd,0x61,0x05,0x1f,0x8c,0x40,0x07,0xe4,0x03,0xfe,0x16,0x1a,0x30,0x4f,0x43,0xd0, +0x8d,0x28,0x70,0x02,0x03,0xfc,0xce,0x0d,0x30,0x01,0x81,0x42,0x50,0x0d,0x30,0x4e, +0x60,0xce,0xfb,0x46,0x32,0x02,0xc6,0xc3,0xc0,0x5a,0x91,0x77,0xfe,0xee,0xef,0x77, +0x00,0x02,0x05,0xc0,0xda,0x68,0x00,0xca,0x12,0x31,0x40,0x00,0x99,0x0e,0x00,0x21, +0x02,0xf1,0x0e,0x00,0x21,0x0b,0x80,0x0e,0x00,0x55,0x07,0x10,0x05,0xc0,0x01,0x78, +0x1a,0xf0,0x07,0x04,0x50,0x03,0xa6,0x73,0xa6,0x70,0x00,0x4e,0x70,0x3b,0x67,0x3a, +0x67,0x00,0x00,0x2c,0x9e,0xff,0xfe,0xff,0xfe,0x5a,0x2a,0xf0,0x06,0x78,0x4b,0x78, +0x20,0x14,0x00,0x2e,0x36,0xcb,0xa6,0xa9,0x33,0xe9,0x09,0x60,0x14,0x43,0x17,0x70, +0x01,0xa2,0x05,0x11,0xf0,0x1f,0xba,0x00,0x00,0x08,0x93,0x38,0xb3,0x35,0xd0,0x00, +0x23,0x55,0x00,0x6a,0x00,0x29,0x00,0x0a,0x60,0x8f,0xef,0xfe,0xee,0x00,0x01,0xf1, +0x08,0x70,0x6a,0x02,0xe0,0x00,0x7b,0x00,0x87,0x06,0xa0,0x2e,0x00,0x0e,0x40,0x08, +0x70,0x6a,0x7e,0x90,0xba,0x54,0x00,0xd3,0x44,0x04,0xd0,0x61,0x21,0x6b,0x20,0x6f, +0x1e,0x32,0x00,0x7e,0xbe,0xf3,0x3a,0x50,0x10,0x08,0x50,0x07,0x40,0x76,0x75,0xf0, +0x04,0x90,0x00,0x09,0xa0,0x03,0xe7,0x1e,0xde,0xdd,0xdd,0xdb,0xa0,0x02,0xc5,0x08, +0x50,0x00,0x07,0x60,0xa7,0x25,0x30,0x11,0x11,0x86,0xb7,0x0a,0xf0,0x0b,0xcd,0xff, +0xcc,0x50,0x00,0x03,0xb0,0x04,0xd4,0xc4,0x07,0x70,0x00,0xa6,0x3a,0xe2,0x04,0xda, +0xa0,0x00,0x2e,0x4c,0x7c,0x00,0x08,0xd1,0xd1,0x99,0xb4,0xd3,0x67,0x08,0xd5,0x00, +0xb1,0x00,0x5f,0xc8,0x40,0x04,0x4d,0x3a,0x00,0xce,0x68,0x10,0xa5,0x00,0x5c,0x40, +0xae,0x20,0x0b,0x60,0x28,0x69,0x10,0x69,0x68,0x80,0x10,0xee,0x60,0x48,0x00,0xfd, +0x84,0x10,0x21,0xa5,0x64,0x11,0xfa,0x34,0x54,0x10,0x08,0xdb,0x0c,0x21,0xb0,0x8e, +0x98,0x7d,0xf0,0x28,0x00,0x09,0x64,0x09,0x75,0x06,0xa0,0x00,0x05,0x96,0x92,0x87, +0x74,0x5a,0x00,0x07,0x99,0x67,0x98,0x77,0xc5,0xa0,0x00,0xe2,0x96,0xbc,0x98,0xca, +0x8a,0x00,0x8a,0x09,0xc4,0x6c,0xc4,0x4a,0xa0,0x1f,0x20,0x96,0x00,0x87,0x00,0x5a, +0x00,0x60,0x09,0x60,0x07,0x60,0xbd,0x60,0x05,0x20,0x00,0x48,0x1b,0xe1,0x00,0x5e, +0x20,0x0d,0x10,0x03,0x8e,0xc0,0x00,0x48,0xde,0xfe,0xe5,0xe7,0x6a,0x8f,0x11,0x10, +0x31,0x64,0xf0,0x0c,0x9c,0xfc,0xc0,0xc0,0x00,0x01,0xd5,0x0b,0x0a,0x0c,0x0f,0xcc, +0xc4,0x01,0xb0,0xbb,0xeb,0xf0,0xc0,0xe0,0x00,0x00,0x0b,0x0a,0x0c,0x1b,0x0d,0x0c, +0x53,0xf0,0x0b,0xb2,0xd2,0xa0,0xd0,0x00,0x04,0x87,0x9e,0xa9,0x39,0x0d,0x00,0x00, +0xb4,0x11,0xd3,0x15,0x80,0xd0,0x00,0x2d,0x1c,0xcf,0xdc,0xc5,0x0d,0x00,0x04,0xd0, +0xd1,0x0d,0x10,0xd0,0x00,0x90,0x00,0x0d,0x10,0x70,0x0d,0x00,0x02,0x4a,0x89,0x61, +0x51,0x00,0x00,0xc9,0x00,0x5c,0x9a,0x09,0x51,0xa6,0xed,0xde,0x91,0xf0,0xda,0x6c, +0xf1,0x0b,0x59,0x4f,0xaa,0xa2,0x01,0x00,0xec,0xcd,0x98,0xb5,0xab,0x13,0xe4,0x0e, +0x00,0x5a,0xea,0x08,0x60,0x02,0xc0,0xcd,0xdd,0xdc,0xc0,0xb3,0x54,0x0c,0xf2,0x23, +0x3c,0x0e,0x10,0x00,0x07,0xef,0xee,0xe1,0x97,0xd0,0x00,0x0a,0x30,0xe0,0x00,0x04, +0xe8,0x00,0x01,0xe0,0x2f,0xef,0x80,0x0f,0x30,0x00,0x79,0x07,0x90,0x77,0x06,0xfa, +0x00,0x0e,0x21,0xe3,0x0a,0x63,0xe2,0xd7,0x02,0xa0,0xc7,0x3e,0xd4,0xe3,0x02,0xe2, +0x00,0x01,0x7e,0x05,0x22,0x03,0x70,0xd9,0x2f,0x70,0x3e,0xb0,0x00,0x08,0xdb,0xbb, +0x30,0x09,0x2c,0x02,0xfa,0x2c,0xf0,0x0b,0xfd,0xde,0xed,0xdd,0xf0,0x01,0x00,0x0f, +0x24,0xba,0x88,0x2c,0x01,0xdb,0x20,0xf3,0x5a,0xa4,0x39,0x10,0x00,0x77,0x0f,0x00, +0x18,0x88,0xa4,0x75,0xf6,0x23,0xe2,0xea,0xcc,0xae,0x10,0x00,0x02,0x2d,0x2d,0x7b, +0xa7,0xe1,0x00,0x04,0xd3,0xc2,0xc2,0x97,0x2d,0x10,0x00,0xa7,0x5a,0x1a,0xaf,0xaa, +0xa1,0x00,0x1f,0x19,0x64,0x38,0x7b,0x0a,0x10,0x08,0xb0,0xe2,0xd2,0xe0,0x16,0x6c, +0x00,0xa4,0x4a,0x38,0x0b,0xdc,0xd1,0x71,0x28,0x14,0xf0,0x2d,0x03,0x00,0x40,0x00, +0x30,0x00,0xac,0x16,0x50,0x0a,0x40,0x74,0x10,0x00,0x88,0xd9,0x79,0xaa,0x9d,0x97, +0x00,0x00,0x05,0xa2,0x5a,0xa3,0x5a,0x20,0x03,0x01,0xda,0xd5,0x99,0x4d,0xac,0x01, +0xda,0x14,0x25,0x69,0x93,0x42,0x60,0x00,0x95,0x99,0x99,0x27,0x87,0xa9,0x00,0x00, +0x54,0x72,0x6a,0xa9,0x28,0x31,0x00,0x10,0xe6,0x12,0x40,0xc0,0x00,0x08,0x80,0x4e, +0x61,0xb0,0x00,0x00,0xe3,0x0f,0x66,0x66,0x66,0x60,0x00,0x4d,0x04,0x16,0x1d,0x12, +0x80,0x02,0x5e,0x30,0xc5,0x00,0x91,0xb3,0x96,0x19,0xdb,0x61,0x78,0x18,0x30,0x03, +0x8d,0x00,0x34,0x21,0x00,0xc8,0x04,0x00,0x32,0x4d,0x04,0xb8,0x8c,0x05,0x4e,0x4e, +0x12,0x4c,0xa8,0x27,0x22,0x04,0xc0,0xb7,0x27,0x12,0x4d,0x50,0x65,0x04,0x1e,0x00, +0x03,0x5b,0x08,0xf1,0x07,0x06,0xc0,0x76,0x04,0xb0,0x1e,0x10,0x01,0xe4,0x07,0x90, +0x0e,0x30,0x79,0x00,0xc8,0x00,0x6b,0x00,0x98,0x00,0xe0,0xd4,0xb7,0x03,0x1d,0x05, +0x21,0x52,0x00,0x4f,0x87,0x11,0xf3,0x92,0x1e,0x00,0xfc,0x10,0x15,0x07,0xfc,0x03, +0x11,0x9c,0x34,0x89,0x21,0x04,0xf5,0xb1,0x04,0x81,0x2e,0xfe,0xee,0xef,0xb0,0x00, +0x01,0xca,0xef,0x2d,0xf6,0x18,0x2d,0xfc,0xbb,0xbb,0xbe,0xda,0x07,0xe6,0x33,0x33, +0x34,0x43,0x7c,0x3c,0x59,0x07,0x08,0x26,0x90,0x6a,0x00,0x88,0x0e,0x07,0x70,0xd1, +0x98,0x03,0xe2,0x0c,0x22,0x90,0x00,0xd4,0x06,0x50,0x03,0x00,0x01,0xb2,0x79,0x13, +0x03,0x2c,0x20,0x15,0xd7,0x41,0x45,0x00,0xda,0x00,0xf1,0x08,0x6f,0xf0,0x69,0x0b, +0x40,0xf1,0x00,0x1e,0x5f,0x06,0x80,0xb3,0x0f,0x00,0x00,0x12,0xf1,0x79,0x1b,0x51, +0xf2,0x00,0x09,0x65,0x4b,0x70,0xe9,0x00,0x00,0xf0,0x68,0x0b,0x30,0x5b,0x3d,0x01, +0x1e,0x00,0x14,0x01,0x46,0x5a,0x10,0x22,0x18,0x8d,0xf2,0x0e,0x30,0x00,0x0d,0x60, +0xb4,0x09,0x70,0x5e,0x10,0x06,0xd0,0x09,0x70,0x4e,0x00,0xaa,0x00,0xc2,0x00,0x66, +0x00,0xb1,0x01,0xd1,0x00,0x00,0xa0,0x06,0x70,0xb1,0x54,0x01,0xb0,0x4f,0xf1,0x01, +0x0e,0xdb,0xbb,0xfc,0xbb,0xb8,0x00,0x09,0xf4,0x44,0x5f,0x44,0x44,0x30,0x07,0xff, +0x42,0x05,0x20,0x03,0xf6,0xc2,0x8d,0x41,0xec,0x00,0x01,0x2f,0x51,0x05,0x00,0x71, +0x0e,0x10,0xef,0xce,0x4c,0x08,0x0f,0x00,0x21,0xee,0x80,0xda,0x31,0x10,0x02,0xe3, +0x46,0xf2,0x01,0xf0,0x09,0x80,0x5e,0x10,0x05,0xd0,0x0d,0x30,0x3e,0x00,0x9a,0x00, +0xb3,0x00,0x93,0x69,0x00,0x03,0x01,0x00,0x11,0x4b,0x50,0x1c,0x61,0x06,0xde,0xfd, +0xd0,0x0c,0x30,0x0f,0x00,0xf0,0x1a,0x3b,0xfc,0xb9,0x00,0x0b,0xbc,0xeb,0xb6,0x5e, +0x77,0xc0,0x00,0x25,0x42,0x72,0x11,0xe0,0x2c,0x00,0x08,0xc3,0x07,0xd7,0xef,0x02, +0xd0,0x00,0x50,0x4b,0x02,0x25,0xf8,0x2d,0x00,0x09,0xde,0xfd,0xd1,0x6b,0xd7,0xe1, +0x2d,0x00,0xf0,0x01,0x0c,0x31,0x0e,0x55,0x03,0x59,0xea,0xbb,0xc0,0x00,0xba,0x41, +0xba,0x86,0x53,0xb1,0xbe,0x1d,0xf2,0x0c,0x54,0x04,0x10,0x51,0x04,0x60,0x00,0x1e, +0x30,0xb5,0x0a,0x70,0x2e,0x40,0x0c,0x80,0x0a,0x70,0x4c,0x00,0x6e,0x00,0x30,0x00, +0x11,0x00,0x10,0x68,0x83,0x12,0xe3,0xf2,0x01,0x0e,0x07,0x00,0x10,0x3f,0x65,0x1f, +0x32,0xe7,0x00,0x3e,0x16,0x16,0x13,0x3e,0xf9,0x06,0x01,0x26,0x92,0x01,0x32,0x5b, +0x12,0xf2,0x4a,0x19,0x12,0xf2,0x3d,0x32,0x12,0xf2,0xad,0x8c,0x10,0xf2,0x43,0x99, +0x00,0x07,0x00,0x26,0x1c,0x10,0x38,0x51,0x00,0xd8,0x61,0xf0,0x01,0xb4,0x02,0x46, +0x7a,0xcc,0x00,0x2d,0x0b,0x40,0xbe,0xca,0x84,0x10,0x02,0xd0,0xb4,0x79,0x0a,0x00, +0x0f,0x00,0x11,0xb4,0xd9,0x53,0xd0,0xd8,0x4b,0x51,0x11,0x10,0x00,0x2f,0xbb,0xb9, +0xbf,0xff,0xff,0xc0,0x86,0x72,0x30,0x8a,0x00,0x69,0x4e,0x1a,0xf6,0x20,0xd4,0xe0, +0x0b,0x50,0x04,0xff,0xfc,0x0d,0x3a,0x41,0xe1,0x00,0x5c,0x05,0xc0,0xe2,0x4b,0x89, +0x00,0x07,0x90,0x5c,0x0f,0x00,0xcf,0x20,0x00,0xa7,0x05,0xc3,0xd0,0x1d,0xe2,0x00, +0x0e,0x20,0x5c,0x89,0x4d,0x86,0xe4,0x01,0xa0,0x05,0xcb,0x4d,0x50,0x07,0x1b,0x22, +0x02,0xff,0x7a,0x32,0x61,0x01,0x31,0x11,0x11,0x8a,0x11,0x6e,0x0f,0x22,0x07,0xa0, +0x8b,0x2a,0x12,0x7a,0x31,0x54,0x20,0x07,0xa0,0x41,0x1e,0x00,0x7a,0x90,0x80,0xd0, +0x00,0x33,0x33,0x36,0xfc,0xb3,0x33,0x5a,0x02,0x22,0xe7,0x7a,0x72,0x90,0x01,0x70, +0x22,0x20,0x2b,0xe3,0x29,0x00,0x30,0x02,0x9f,0x91,0x2d,0x00,0x62,0x01,0xeb,0x30, +0x00,0x11,0x99,0xda,0x2b,0x2e,0xfe,0x40,0xf0,0x53,0x11,0xe2,0xf6,0x32,0x31,0x04, +0x1e,0x20,0x5a,0x40,0x40,0xb3,0xe2,0x06,0xff,0x95,0x6b,0xa0,0x9f,0x94,0x01,0x18, +0x91,0x10,0x00,0xe9,0xfa,0x50,0x1e,0x00,0x30,0x3b,0x0e,0x24,0x97,0x00,0x31,0x25, +0x80,0xe2,0x7a,0x29,0xb0,0x00,0x0e,0x43,0x11,0x11,0x1b,0x61,0x00,0x37,0xff,0x8f, +0x8d,0x02,0x41,0x4e,0x9f,0x20,0x07,0xba,0x31,0x51,0xe2,0x00,0xaa,0x00,0xa5,0xb1, +0x0e,0x12,0xd3,0x0f,0x00,0x41,0x00,0x11,0xc5,0x00,0x84,0x43,0x07,0xdc,0x77,0x00, +0x10,0x00,0x21,0xf1,0x10,0xfc,0x0b,0x50,0x0f,0x1d,0x50,0x00,0xe1,0x0f,0x00,0x21, +0x3f,0x20,0x0f,0x00,0x60,0x10,0x87,0x00,0xe5,0x3f,0x21,0x8a,0x88,0x32,0x0b,0xcc, +0xf7,0x56,0x22,0x42,0x0e,0x20,0x01,0xf7,0xa6,0x00,0x20,0x3f,0xa0,0x9e,0x49,0x30, +0x20,0x07,0xee,0x9c,0x54,0xf0,0x11,0xe2,0x00,0xd6,0xe3,0x00,0x00,0x78,0x0e,0x20, +0x5e,0x07,0xc0,0x00,0x0b,0x50,0xe2,0x2e,0x60,0x0e,0x60,0x03,0xf1,0x0e,0x5e,0x90, +0x00,0x3f,0x80,0x45,0x00,0xeb,0x80,0x05,0x4a,0x0d,0x34,0x3b,0x01,0x76,0x27,0x13, +0x0d,0x8e,0x12,0x40,0x13,0x00,0x0c,0x40,0xb9,0x6e,0x40,0xd9,0x1b,0xc6,0xc8,0x62, +0x9b,0x50,0x81,0xa8,0xf8,0x05,0x70,0x5e,0x42,0xf4,0x04,0xb7,0x68,0x66,0x00,0x00, +0x7d,0xa6,0xdd,0xac,0xf5,0xac,0x20,0x07,0x20,0x26,0x5a,0x23,0x60,0x67,0xe7,0x1d, +0x06,0xb9,0x6f,0x0e,0x3b,0x90,0x04,0x38,0x12,0x00,0x59,0x40,0xf1,0x01,0x20,0x1e, +0x24,0x44,0x40,0x0c,0xdf,0xc7,0x01,0xe6,0xbf,0xcb,0x10,0x04,0xb0,0x03,0x7b,0x16, +0x30,0x4b,0x02,0xd1,0x8a,0x16,0x30,0x04,0xb0,0x3c,0x0f,0x00,0xf1,0x05,0x09,0xbe, +0xa6,0xb1,0xe0,0x0e,0x30,0x00,0x58,0xd5,0x87,0x1e,0x5f,0xff,0xd0,0x00,0x4b,0x08, +0x22,0xd0,0x1e,0x00,0x21,0x00,0x5a,0x2d,0x00,0x20,0x00,0x0a,0x10,0x8d,0xf0,0x04, +0x28,0xee,0x72,0xf1,0x00,0xe2,0x00,0x2f,0xb6,0x21,0xd7,0x03,0x3f,0x53,0x10,0x00, +0x00,0xe8,0x02,0x0a,0x30,0x06,0x0d,0x94,0x21,0x01,0x11,0xac,0x90,0x20,0xf4,0xfd, +0x87,0x92,0x31,0x0f,0x10,0x3d,0x68,0x22,0x80,0xf0,0x03,0xfa,0xaa,0xab,0xc0,0x00, +0x0f,0x03,0x03,0xd0,0x6c,0x00,0x89,0xf9,0x83,0xd0,0x00,0x03,0xc0,0x07,0x8f,0x87, +0x3f,0x97,0x4f,0x20,0x00,0xf0,0xc3,0x85,0x00,0x1e,0x00,0x11,0x3f,0x27,0x0b,0xd0, +0xf8,0xc3,0x1f,0x43,0xe1,0x10,0x2a,0xee,0x94,0x02,0xf0,0x2e,0x00,0x5f,0x7c,0xf5, +0x04,0xa9,0x02,0xe0,0x26,0x00,0x00,0x02,0xad,0x10,0x2e,0x05,0xa0,0x00,0x03,0xf9, +0x10,0x00,0xdf,0xf5,0x7c,0x2b,0x30,0xbb,0xb6,0xaf,0x58,0x05,0x80,0x47,0xe4,0x2a, +0x60,0x2c,0x02,0xe0,0x00,0xc8,0x81,0x10,0xc0,0xea,0x61,0x81,0x0a,0xfe,0xef,0xee, +0xe0,0x02,0x5d,0x21,0x0f,0x00,0x51,0xdf,0xfe,0x5a,0x70,0x3c,0x1e,0x00,0x10,0x9e, +0x54,0x87,0x00,0xf0,0x3a,0x11,0x3d,0x1e,0x38,0xf1,0x00,0x23,0x36,0xe3,0x33,0x00, +0x03,0xe7,0x6a,0xcc,0xdf,0xcc,0xc1,0x07,0xdf,0xb4,0xeb,0x0b,0x21,0xc6,0x10,0xf4, +0x0e,0x03,0x26,0x14,0x02,0x08,0x57,0xf0,0x02,0x70,0x00,0x02,0xbb,0xbb,0x0f,0x00, +0xc7,0x04,0xc0,0x14,0xb9,0x40,0xf0,0x0c,0x70,0x4c,0xdf,0x29,0x60,0x33,0xd9,0x36, +0xc0,0x00,0xa6,0x28,0x17,0x50,0xc9,0x00,0x1a,0x70,0x12,0xcf,0x03,0x30,0x1f,0xff, +0xa9,0x0d,0x21,0x32,0x40,0x0a,0x60,0x2f,0x92,0x21,0xa6,0x02,0xda,0x01,0xf1,0x02, +0x0a,0x60,0x2e,0x0d,0x12,0xb0,0xf0,0x00,0xab,0xb3,0xe0,0xd1,0x2b,0x0f,0x02,0xee, +0x94,0x0f,0x00,0x70,0x03,0x00,0x02,0xe0,0xd1,0x2b,0x1f,0xc4,0x05,0x35,0x0c,0x12, +0xac,0xa4,0x1d,0xe0,0x1b,0xbb,0xa0,0xfc,0xfc,0xed,0xde,0x00,0x4b,0x93,0x0e,0x0c, +0x09,0x21,0xe5,0x37,0x90,0xfc,0xfc,0xed,0xce,0x00,0x09,0x60,0x02,0x22,0x97,0x75, +0x20,0x97,0x09,0x13,0x09,0x30,0x50,0xff,0xfb,0x73,0x5f,0x00,0x09,0x35,0x90,0x9c, +0xaa,0xaa,0xe7,0x00,0x09,0x60,0x09,0x50,0x7f,0x15,0xf0,0x0e,0x96,0x00,0x8d,0xff, +0xed,0xd6,0x00,0x09,0x85,0x01,0x9b,0x3d,0x06,0xb0,0x19,0xed,0x8a,0xed,0x00,0x8e, +0xa1,0x01,0x72,0x00,0x30,0xd3,0x62,0xac,0x30,0x7a,0x10,0x45,0xb6,0x00,0x6e,0x60, +0x34,0x27,0x01,0xa3,0x2a,0x00,0x97,0x52,0x12,0xf1,0xc3,0x5c,0x11,0x0f,0xbd,0x6e, +0x10,0xfd,0xc2,0x1e,0x80,0x60,0x01,0xe6,0x33,0x3f,0x43,0x33,0x31,0xf0,0x9a,0x01, +0x8f,0x8c,0x13,0x20,0xe7,0x1f,0x21,0x11,0x12,0x5f,0x64,0x11,0x7f,0xff,0x52,0x0d, +0x1e,0x5d,0x23,0x00,0x00,0xb3,0x92,0x18,0x1f,0xb3,0x92,0x02,0x78,0x52,0x20,0x00, +0xdd,0xa4,0x5f,0x30,0xf1,0x00,0xd3,0x04,0x11,0x00,0x3d,0xa6,0x10,0x3f,0x07,0x00, +0x01,0x31,0x1e,0x05,0x0e,0x00,0x12,0xe3,0x1c,0x00,0x30,0xf6,0x44,0x6f,0x0d,0x4c, +0x11,0xfc,0x31,0x00,0x02,0xf1,0x6d,0x31,0xf1,0x08,0xa0,0x07,0x00,0x20,0x1e,0x40, +0x81,0x14,0x10,0xf1,0x8d,0x1c,0x17,0x09,0x7a,0x80,0x28,0x03,0xf0,0xe0,0x60,0x61, +0x25,0xf2,0x22,0x22,0x00,0x0f,0xea,0x16,0x00,0x71,0x20,0x00,0x0f,0x1f,0x62,0x0f, +0x21,0x14,0xf1,0x11,0x4e,0xd5,0x01,0x15,0xfe,0x15,0x00,0x03,0x07,0x00,0x03,0x15, +0x00,0x71,0x31,0x15,0xf1,0x11,0x11,0x40,0x03,0x46,0x00,0x10,0xd4,0x9e,0x03,0x41, +0x11,0x13,0xf2,0x00,0xa9,0x6e,0x14,0x80,0x68,0x70,0x30,0xc4,0x00,0x2e,0x0d,0x08, +0x30,0xcd,0xbb,0xcf,0x81,0x43,0x55,0xc6,0x22,0x4e,0x22,0x2e,0x15,0x00,0x10,0xce, +0xad,0x25,0x60,0x30,0x00,0x00,0x7e,0x20,0x3d,0x08,0x97,0xf0,0x04,0xd4,0x00,0x06, +0xf9,0x20,0x3e,0xc5,0x5c,0x00,0x0e,0x49,0xfa,0x03,0x00,0x7b,0x00,0x0e,0x30,0x11, +0x69,0x5c,0x00,0x4b,0x08,0x20,0x3c,0xb0,0x07,0x00,0x26,0x02,0xe8,0x59,0x08,0x02, +0x01,0x00,0x10,0x70,0x1b,0x5b,0x10,0x50,0xee,0x07,0xf0,0x33,0xd9,0xe9,0xe0,0x0e, +0xff,0xff,0x80,0xd0,0xb0,0xd0,0xbf,0x40,0x2e,0x20,0xd0,0xb0,0xd8,0xd5,0xd0,0xc8, +0x00,0xd0,0xb0,0xd2,0x10,0x8d,0xa0,0x00,0xdd,0xfd,0xf0,0x02,0xce,0xa0,0x00,0xd0, +0xb0,0xd3,0xaf,0x60,0x8e,0x70,0xd0,0xb0,0xd9,0xa5,0x33,0x37,0xd1,0xd0,0xb0,0xd0, +0x3f,0xcc,0xcf,0x30,0xd6,0xd6,0xe0,0x3b,0x00,0x0c,0x30,0xd6,0x66,0x60,0x07,0x00, +0x21,0x80,0x00,0xf0,0x78,0x00,0x64,0x88,0x00,0x01,0x3d,0x30,0xae,0xdd,0xef,0xad, +0x3c,0x22,0x0a,0x60,0xd8,0x6b,0x39,0xae,0xdd,0xdf,0x0f,0x00,0xc1,0xcc,0xdf,0xcc, +0xce,0xb0,0x00,0x01,0x19,0x91,0x11,0x99,0x11,0xba,0x89,0x00,0xb7,0x77,0x10,0x2e, +0x78,0x51,0x00,0x76,0x64,0x10,0x88,0x30,0x60,0xf0,0x0a,0x01,0xcc,0xce,0xec,0xcc, +0xee,0xcc,0xc2,0x02,0x22,0x5a,0x32,0x3a,0x73,0x22,0x00,0x16,0xbe,0x70,0x00,0x6c, +0xe8,0x20,0x0a,0xa5,0x77,0x01,0x30,0xaa,0x00,0x05,0xbc,0x70,0xe2,0xa3,0x00,0x6c, +0x00,0x3e,0x00,0x8e,0x10,0x01,0xe3,0x04,0xe0,0x1e,0x40,0x74,0x93,0x21,0xfd,0xe2, +0x9e,0x01,0x20,0xde,0x2b,0x2e,0x53,0x10,0x3d,0x24,0x11,0x11,0x0e,0x0f,0x6e,0x15, +0xdd,0x96,0x10,0x10,0xed,0x9c,0x00,0x20,0xe0,0x0e,0x28,0x10,0x30,0x5e,0x00,0xec, +0x8b,0x00,0x04,0x0d,0x00,0x02,0x1a,0x00,0xf0,0x42,0x00,0x0e,0xaa,0xaf,0xaa,0xaf, +0x00,0x00,0x00,0xe9,0x99,0xf9,0x99,0xf0,0x00,0x00,0x0d,0x99,0x9e,0x99,0x9d,0x00, +0x00,0x69,0x99,0x99,0x09,0x99,0x99,0x70,0x0b,0x69,0xa5,0xe0,0xe5,0xb7,0x6b,0x00, +0xb6,0x8a,0x4e,0x0e,0x4b,0x76,0xb0,0x06,0x99,0x99,0x90,0x99,0x99,0x97,0x00,0x7c, +0xaa,0xaa,0xaa,0xaa,0xac,0x70,0x08,0x75,0xaa,0xaa,0xaa,0xa5,0x78,0x00,0x00,0x7b, +0x55,0x55,0x5b,0x70,0x00,0x00,0x07,0xb5,0x55,0x55,0xb7,0x5f,0x23,0x80,0x99,0x99, +0x9d,0x70,0x00,0x1c,0xce,0xec,0x20,0x55,0x11,0x10,0x0f,0x0c,0x10,0x23,0x24,0x46, +0xf0,0x15,0xf8,0x6a,0x3d,0x50,0x00,0x02,0x90,0x2e,0x10,0xce,0x30,0xb4,0x00,0x08, +0xcd,0x50,0x01,0xd8,0xc7,0x00,0x00,0x6e,0x50,0x00,0x02,0xdd,0x40,0x05,0xed,0xee, +0xf1,0xbe,0xdf,0x9d,0xb0,0x13,0x3c,0x8a,0xf0,0x06,0xb3,0x01,0x00,0x05,0x55,0xf2, +0xe0,0x0a,0x41,0x00,0x00,0xf8,0x88,0xa6,0x00,0x4b,0xb3,0x00,0x2c,0x00,0x03,0x68, +0x44,0x61,0x04,0xdd,0xdf,0x3a,0x33,0x6e,0x24,0x69,0x40,0x6c,0x6e,0x40,0x00,0x44, +0x44,0xa7,0xae,0xd3,0x00,0x00,0x0b,0xee,0x5a,0xd7,0x03,0xc4,0xf0,0x01,0x23,0x46, +0x00,0x4e,0xa1,0x61,0x22,0x23,0xf5,0x22,0x22,0x2e,0x87,0x02,0x11,0xe2,0x1e,0x18, +0x10,0x20,0x3e,0x08,0x02,0x0b,0x00,0x00,0x5d,0x25,0x68,0xee,0xe5,0x33,0x33,0x33, +0x36,0x16,0x00,0x10,0x30,0x43,0x08,0x01,0x21,0x32,0x12,0xee,0xee,0x30,0x41,0x41, +0x00,0x02,0x40,0x50,0x02,0x21,0xa9,0x00,0xb7,0x3d,0xf0,0x21,0x51,0x11,0x1d,0xff, +0xff,0x15,0xfe,0xee,0xfd,0xd2,0x00,0xe2,0xe6,0x00,0x03,0xdd,0x20,0x0e,0x9c,0x00, +0x00,0x3c,0xd2,0x00,0xe3,0x28,0x20,0x04,0xcd,0xff,0xff,0x10,0x6d,0x00,0x5b,0xd2, +0x00,0xe1,0x00,0xb9,0x06,0xad,0x20,0x0e,0x10,0x01,0xf2,0x79,0x0d,0x00,0x40,0x01, +0x09,0x8d,0x53,0xa0,0x09,0x80,0xb6,0xdd,0xcc,0xc1,0x00,0x00,0x1f,0x3d,0x5d,0x17, +0x02,0x59,0x59,0x22,0x11,0x10,0x0a,0x0e,0xf1,0x18,0x30,0x00,0x00,0x8e,0xef,0xee, +0x80,0xc5,0x00,0x00,0x08,0x60,0xd1,0x00,0x1f,0x76,0x66,0x20,0x8d,0xcd,0xce,0x38, +0xc9,0x99,0x94,0x08,0x60,0x00,0xb5,0xe1,0x20,0x00,0x00,0x8d,0xcd,0xce,0x66,0x0c, +0x80,0x1e,0x00,0x00,0x4d,0xa8,0x62,0x8d,0xbf,0xbb,0x80,0x00,0x19,0xdb,0x99,0x00, +0x73,0x04,0x00,0x0d,0x02,0xf4,0x01,0xe8,0x00,0x00,0x5a,0x07,0x80,0x88,0x08,0x90, +0x00,0x05,0xa0,0x78,0x08,0x80,0x89,0x0f,0x00,0x03,0x30,0x04,0x23,0xf7,0x00,0xf2, +0x34,0xf0,0x13,0x1a,0xcd,0xa8,0x0a,0xed,0xf3,0x00,0x01,0xd3,0x23,0xc0,0xc2,0x0b, +0x30,0x00,0x1c,0x4b,0x2c,0x4e,0x00,0xac,0xb1,0x03,0xd1,0x63,0xc9,0x30,0x00,0x44, +0x05,0xce,0xbb,0xcc,0x5e,0x4d,0x70,0xf1,0x06,0x86,0x51,0xc0,0x8a,0x2d,0x40,0x00, +0xc3,0x05,0x2c,0x04,0xef,0xa2,0x00,0x59,0x00,0x6c,0x9c,0x83,0x16,0xbd,0xf3,0x61, +0x00,0x87,0x2f,0xf1,0x09,0xa7,0x1b,0x61,0xb6,0x1b,0x60,0x00,0x0a,0x60,0xa5,0x0a, +0x50,0xb6,0x00,0x00,0xa6,0x0a,0x50,0xa5,0x0b,0x60,0x05,0xef,0xfe,0x8b,0x81,0x01, +0xd4,0x03,0x30,0x3c,0x51,0x11,0xc0,0x6f,0x00,0x07,0x08,0x02,0x0b,0x00,0x02,0x16, +0x00,0x00,0xb6,0x01,0x03,0x16,0x00,0x10,0xdc,0x9b,0x60,0x10,0xc7,0x31,0x0c,0x02, +0x16,0x00,0x11,0xc5,0x16,0x00,0x01,0x51,0x2f,0x15,0xc5,0x6e,0x1a,0x07,0xfe,0x95, +0x15,0x09,0x54,0x28,0x25,0x05,0xb0,0x49,0x06,0x12,0x60,0x1b,0x05,0x12,0xb6,0xb1, +0x48,0x17,0xdf,0x0f,0x00,0x1f,0xdd,0x0f,0x00,0x02,0x11,0xf2,0x0f,0x00,0x82,0x03, +0x3f,0x43,0x33,0x33,0x3c,0x83,0x11,0xb8,0x69,0x11,0xd5,0x75,0x23,0x01,0xe6,0x67, +0x40,0x0c,0xff,0xff,0xfe,0x07,0x00,0xf2,0x04,0x50,0x00,0x3e,0x07,0x7d,0xb7,0x4c, +0x40,0x00,0x2e,0x0b,0xbf,0xdb,0x6c,0x50,0x00,0x3e,0x00,0x1f,0x1c,0x00,0x30,0x6f, +0xc0,0x0c,0x2a,0x05,0x20,0xcc,0xcc,0x07,0x00,0xf1,0x02,0x04,0xba,0x69,0x6c,0xcb, +0xbb,0xce,0x0d,0x3a,0x60,0x0c,0x74,0x44,0x6e,0x3a,0x0a,0x60,0x1c,0x00,0x06,0x07, +0x00,0x02,0x4d,0x00,0x31,0x0b,0x51,0x11,0x14,0x2a,0xa5,0x23,0x57,0x50,0x00,0x0d, +0xee,0xef,0xdb,0xa9,0x64,0x17,0x29,0x14,0x0e,0xfd,0x96,0x29,0x0b,0x70,0x77,0x58, +0x03,0x38,0x0c,0x21,0xaf,0xed,0xc0,0x69,0x21,0x8e,0xf0,0x64,0x2d,0x10,0xbd,0xa4, +0x71,0x52,0xe9,0x00,0x2b,0x10,0xf0,0x17,0x69,0x10,0x0f,0x0f,0x00,0x00,0x1b,0x06, +0x37,0x11,0x11,0x18,0x0f,0x00,0x05,0x34,0x01,0x10,0xf2,0x34,0x01,0x01,0x5f,0x97, +0x70,0xea,0x00,0x00,0x22,0x26,0xd2,0x22,0x77,0x02,0x40,0xa9,0x99,0x99,0xaf,0xa5, +0x9d,0x30,0x77,0x77,0x78,0x6c,0x0c,0x20,0x43,0x33,0x8f,0x29,0x10,0x00,0x1f,0x2a, +0x11,0xf0,0x19,0x7b,0x21,0x77,0x8f,0x2f,0x68,0x80,0x22,0x24,0xf0,0x00,0x1d,0xdf, +0xdd,0xdd,0xdf,0x89,0xf0,0x02,0x11,0x14,0x71,0x11,0x86,0x21,0x10,0x01,0x6b,0xd5, +0x00,0x04,0xae,0x92,0x00,0xaa,0x40,0xa6,0x73,0x13,0xa0,0x2f,0x99,0x00,0x5c,0x01, +0xf1,0x0b,0x47,0x77,0x76,0x00,0xfd,0xcc,0xc5,0x9c,0x99,0xae,0x06,0xc4,0xf5,0x42, +0x98,0x00,0x2e,0x0d,0x50,0xf1,0x00,0x98,0x00,0x2e,0x1a,0x00,0x07,0x00,0xe0,0x04, +0x44,0xf6,0x44,0x98,0x00,0x2e,0x0c,0xcc,0xfc,0xcb,0x98,0x00,0x2e,0x06,0x06,0x10, +0x98,0xa6,0x2f,0x11,0xf9,0x07,0x00,0x30,0x0c,0x6d,0x80,0x07,0x00,0xd0,0x5e,0x01, +0xe6,0x9a,0x44,0x6e,0x03,0xe5,0x00,0x47,0x9e,0xbb,0xce,0x9e,0xa3,0x36,0x98,0x00, +0x2c,0x7a,0x1c,0x12,0x11,0xfd,0x08,0x72,0xea,0xee,0xef,0xee,0xe4,0x00,0x6b,0xd6, +0x45,0xf0,0x02,0x09,0x70,0x04,0xaa,0xbf,0xaa,0xa0,0x00,0xd3,0x00,0x6b,0x35,0xf3, +0x3f,0x00,0x3f,0x10,0x87,0x83,0xc0,0xf0,0x0a,0xfe,0xfc,0x6f,0xdd,0xfd,0xdf,0x02, +0xfd,0x02,0xc6,0x0f,0x00,0xd0,0x29,0xd0,0x2c,0x6f,0xde,0xfd,0xef,0x00,0x1d,0x02, +0xc1,0x70,0x5b,0x91,0xa0,0x40,0x2c,0x0b,0x7c,0x60,0x63,0x1c,0x31,0xc0,0x1e,0xf2, +0xc5,0x09,0xb1,0x4b,0xc9,0xea,0x53,0x00,0x03,0x00,0x3c,0x60,0x01,0x6a,0x4b,0x2c, +0x00,0x64,0x8f,0x30,0x77,0x77,0x60,0x79,0x16,0xf0,0x2b,0x08,0xbd,0x87,0xde,0xff, +0xfe,0xef,0x00,0x08,0x90,0x0d,0x08,0xc4,0x30,0xf0,0x00,0xb5,0x00,0x72,0xf2,0x6b, +0x07,0x00,0x0f,0x20,0x01,0xcf,0xcc,0xfc,0x80,0x04,0xfe,0xfa,0xcf,0x53,0x6d,0x32, +0x00,0xaf,0x06,0xca,0xe3,0x25,0xc2,0x10,0x2f,0xf0,0x69,0x0e,0xcb,0xcf,0xb6,0x02, +0x6f,0x06,0x90,0xe1,0x03,0x60,0x21,0x83,0x69,0x0e,0xed,0xef,0xd7,0x00,0x0f,0xde, +0x0f,0x00,0xa0,0x00,0x0e,0xba,0xce,0xaa,0x20,0x03,0x00,0x00,0xe6,0xb2,0x07,0x02, +0xcf,0x09,0xd1,0x03,0xff,0xff,0xf5,0xfe,0xef,0xee,0xb0,0x00,0x97,0x00,0x1e,0x00, +0xce,0x29,0x50,0x01,0xfc,0xcf,0xcc,0x50,0x58,0x19,0x30,0x11,0xf1,0x10,0x41,0x5f, +0xf0,0x00,0xe2,0x2f,0x22,0x10,0x08,0xfe,0xfa,0x1f,0xcc,0xfc,0xc5,0x00,0xec,0x04, +0xa1,0x23,0x22,0x40,0x6e,0xc0,0x4a,0x1f,0xc7,0x42,0xf0,0x10,0x6c,0x04,0xa1,0x10, +0x01,0x50,0xf0,0x02,0xc0,0x4a,0x76,0xb2,0xa5,0x7f,0x00,0x2f,0xef,0xab,0x3c,0x0c, +0x05,0xe0,0x02,0xc0,0x03,0xc0,0x81,0x10,0x5b,0x00,0x03,0x16,0x19,0x16,0xee,0x5b, +0x7c,0x12,0x23,0x9d,0x7b,0x20,0x0a,0xee,0xb9,0x30,0x0c,0x18,0x0c,0x04,0xb7,0x1d, +0x31,0x22,0x22,0x23,0xc7,0x45,0x50,0x02,0x10,0x1f,0x10,0x12,0xc7,0x83,0x40,0x01, +0xf1,0x07,0xd0,0x03,0x5b,0x90,0x1f,0x10,0x0c,0x80,0x00,0x2f,0x40,0x01,0xf1,0x34, +0x17,0x10,0x80,0x0b,0x0b,0x61,0xb9,0x00,0x60,0x01,0x24,0xf1,0xc3,0x31,0x01,0xf4, +0x9f,0x02,0x46,0x60,0x00,0xdc,0x0c,0x11,0x5a,0xbc,0x90,0xf0,0x18,0x0c,0xef,0xfe, +0xb7,0xef,0xff,0xec,0x00,0x03,0xff,0x70,0x00,0xcf,0xd2,0x00,0x03,0xd8,0xb7,0xb1, +0xc6,0xd6,0xd3,0x02,0xd3,0x5a,0x00,0xc5,0x0d,0x23,0xc1,0x00,0x04,0x53,0x33,0x33, +0x64,0x10,0x00,0x03,0x4d,0x04,0x15,0xc6,0x88,0x00,0x02,0x3c,0x2b,0x71,0xe0,0x00, +0x03,0x20,0x0f,0x20,0x41,0x4d,0x61,0x60,0xf1,0x09,0xc2,0x00,0x05,0xe6,0xaf,0x28, +0x61,0xe3,0x00,0x83,0x02,0xff,0xc0,0x28,0x16,0x21,0x4a,0x10,0x70,0x54,0x20,0xfe, +0x92,0xb8,0x08,0x20,0x06,0x6b,0xea,0x96,0x10,0x20,0x30,0x02,0xf0,0x01,0x69,0x2e, +0x0c,0x50,0x02,0x2a,0x92,0x1a,0x72,0xe0,0x5c,0x01,0xee,0xff,0xe8,0xd3,0xe4,0x82, +0xf0,0x10,0x1f,0xc0,0x3e,0x02,0xe0,0x09,0x70,0x08,0xec,0xc4,0x60,0x2e,0x01,0x40, +0x02,0xd9,0x87,0x30,0x02,0xe0,0x9a,0x00,0xd5,0x98,0x00,0x00,0x03,0x3f,0x20,0x1a, +0x09,0xc8,0x07,0x11,0x60,0x3d,0x5c,0x20,0x8f,0x60,0xc4,0x1d,0x30,0x59,0xec,0x30, +0xfb,0x55,0x31,0x1d,0x94,0x00,0x60,0x37,0x01,0xfd,0x47,0x40,0x8c,0xfc,0x60,0x4d, +0x55,0x03,0xf0,0x06,0x3d,0x30,0x08,0xec,0xcc,0xcc,0x20,0x00,0xc3,0x00,0xd6,0x6f, +0x36,0xe0,0x01,0x1d,0x41,0x4d,0x02,0xe0,0x88,0xde,0x76,0xf1,0x17,0x60,0x2e,0x05, +0x20,0x00,0x3f,0x50,0x53,0x52,0xe1,0x80,0x00,0x0a,0xfe,0x30,0x97,0x2e,0x0e,0x20, +0x02,0xcd,0x5d,0x0d,0x32,0xe0,0x98,0x00,0xc4,0xc3,0x14,0xd0,0x2e,0x04,0xd0,0x4a, +0x0c,0x30,0xc6,0xc7,0x45,0x60,0xc3,0x06,0x00,0x2e,0x00,0x50,0x33,0x08,0x12,0x24, +0xa7,0x8e,0x22,0x0b,0xd8,0xdc,0x44,0x00,0x00,0x06,0x40,0x47,0xbf,0x70,0x03,0x4f, +0x54,0xf0,0x0d,0x8f,0x20,0x04,0xee,0xef,0xf4,0x00,0x00,0xf1,0x0a,0xd4,0x00,0x9b, +0x00,0x01,0x1f,0x21,0x71,0xd7,0x8b,0x10,0x03,0xff,0xff,0xe0,0x06,0xf8,0x00,0x7a, +0xaa,0x30,0xad,0x82,0xd4,0xf0,0x7e,0xf0,0x0e,0x31,0x00,0xbf,0xee,0xe2,0x04,0x9f, +0x3a,0x03,0xd7,0x00,0x6c,0x00,0xd2,0xf1,0x09,0xd6,0x60,0x1e,0x30,0x4a,0x0f,0x10, +0x20,0x1c,0xbd,0x60,0x00,0x10,0xda,0x41,0x10,0x60,0x3d,0x0a,0x21,0x27,0xdb,0x4c, +0x61,0x29,0x4e,0x93,0xf2,0x01,0x11,0x31,0x06,0x00,0x30,0x49,0xde,0x56,0x7c,0x09, +0x41,0x07,0x7f,0x10,0x6b,0x49,0x2f,0x00,0x14,0x7f,0xd1,0x0d,0x30,0x01,0x1f,0x21, +0x6d,0x66,0x66,0xe3,0x01,0xff,0xff,0xd3,0xd3,0xa0,0x21,0x5f,0x30,0x6d,0x17,0xa1, +0x0c,0xfd,0x09,0xee,0xef,0xee,0xb0,0x02,0xdf,0x89,0xe8,0x0b,0xf3,0x01,0xa6,0xf1, +0x50,0x22,0x5e,0x22,0x00,0x3e,0x0f,0x00,0x4d,0xde,0xfd,0xd6,0x00,0x40,0x12,0x5b, +0x13,0x0f,0x4c,0x39,0x23,0xf0,0x5f,0x02,0x6b,0x02,0x3e,0x0a,0xd0,0x7d,0x60,0x24, +0x58,0xbe,0xa0,0x2d,0xbf,0x30,0xab,0x99,0x73,0x37,0x9a,0x5b,0x30,0xc0,0x88,0x0c, +0x1e,0x9f,0x40,0x0b,0x61,0xc7,0xc0,0xda,0x00,0xf0,0x0f,0x21,0x4b,0x12,0x10,0x00, +0x7f,0x00,0x6e,0xcd,0xfc,0xde,0x00,0x0d,0xfb,0x06,0xa0,0x3c,0x01,0xe0,0x05,0xaf, +0x5a,0x6f,0xde,0xfd,0xee,0x00,0xe4,0xf0,0x16,0x0f,0x00,0x30,0x4a,0x0f,0x08,0x5b, +0x06,0x51,0xb0,0x10,0xf0,0x06,0xa0,0x87,0x07,0x21,0x00,0x6a,0xf4,0x1b,0x00,0x0f, +0x00,0x20,0xbe,0x90,0x75,0x26,0x02,0xf3,0x8a,0x41,0x10,0x00,0x00,0xde,0x40,0x2c, +0x11,0xde,0xd2,0x86,0xf0,0x07,0x4e,0xe2,0x02,0xc2,0x04,0xb3,0x03,0xe5,0x16,0xe6, +0x00,0x07,0xfa,0x20,0x4d,0xd3,0x00,0x00,0x01,0xaf,0x64,0x61,0x2a,0x00,0x23,0x53, +0x05,0x41,0x36,0x28,0x00,0x3f,0xe9,0x0a,0x06,0x0d,0x00,0x15,0x0e,0x2a,0x8c,0x17, +0x37,0x84,0x06,0x13,0x0c,0x37,0x58,0xf0,0x06,0xc5,0x00,0x51,0x00,0x40,0x06,0xb0, +0x0a,0x40,0xab,0x10,0x2c,0xb2,0x49,0x00,0x07,0xe8,0x00,0x10,0x06,0xe7,0x81,0x30, +0x41,0x1f,0x0b,0x42,0x60,0x27,0x1e,0x26,0x1d,0x20,0xca,0x20,0x31,0x11,0x1e,0xcb, +0xd8,0x16,0x31,0x08,0xd0,0xd5,0x75,0x22,0xe1,0xe2,0x02,0xe7,0x00,0x00,0x02,0x7e, +0xc2,0x00,0x02,0xce,0x83,0x00,0xba,0x98,0x6c,0x00,0x71,0x3a,0x02,0x3b,0x0f,0x11, +0x9c,0xd1,0x19,0x00,0x7b,0x05,0xf1,0x07,0x6e,0x20,0x49,0x00,0x49,0x20,0xb6,0x45, +0xbb,0x24,0x10,0x4c,0xb5,0x17,0xa3,0x05,0xd0,0x00,0x04,0xd2,0x0a,0xed,0x57,0x8c, +0xf0,0x19,0xa6,0x07,0x40,0x00,0x0d,0x40,0x0a,0x63,0xdb,0xbc,0xf0,0xd4,0x00,0xa7, +0xa7,0x71,0xa7,0x0d,0x40,0x0a,0x60,0x07,0xfd,0x00,0xd4,0x00,0xa6,0x38,0xd5,0x8c, +0x1d,0x40,0x0a,0x78,0x61,0x00,0x31,0xd4,0x00,0xae,0xac,0x30,0x32,0x40,0x00,0x46, +0x0e,0x09,0x50,0x04,0xe0,0x0a,0x40,0xba,0x4c,0x44,0xf0,0x02,0x30,0xa4,0x0b,0xa0, +0x2e,0x00,0xaa,0xba,0x9a,0x50,0xba,0x02,0xe0,0x07,0x77,0x76,0x9e,0xde,0x5e,0x32, +0x63,0x08,0x50,0xe6,0x3d,0x10,0xb7,0xe1,0x0b,0x60,0x50,0x4a,0x0d,0x10,0x00,0xf7, +0x8c,0x30,0x20,0xd0,0xcf,0xc4,0x00,0xf0,0x03,0x0d,0x1a,0x0c,0x1a,0x30,0xe0,0xe1, +0x00,0x45,0xca,0xc1,0xa3,0x0e,0x0e,0x10,0xae,0xea,0x6c,0x0f,0x00,0x70,0x06,0x20, +0x00,0xc1,0xa3,0x0e,0x0f,0x45,0x2d,0x46,0x19,0x30,0xba,0xd0,0x37,0x0c,0x11,0x10, +0x71,0x16,0xf6,0x52,0x22,0xa9,0x22,0x12,0x4f,0x32,0x20,0x09,0xbb,0xbb,0xb4,0xbb, +0xbb,0xb9,0x00,0x0b,0x00,0xb2,0x05,0x70,0x59,0x00,0x06,0xc9,0x7f,0x64,0x8e,0x7c, +0xa7,0x10,0x77,0x77,0x77,0x46,0x66,0x66,0x61,0x04,0xcc,0xcc,0x90,0xdc,0xcc,0xd6, +0x00,0x59,0x00,0x4a,0x0e,0x00,0x09,0x70,0x05,0xeb,0xbd,0xa0,0xfb,0xbb,0xe7,0x00, +0x07,0x94,0xc0,0x01,0xf1,0xf0,0x00,0x00,0x96,0x3b,0x00,0x3d,0x0f,0x00,0x00,0x0c, +0x34,0xda,0x68,0x80,0xf0,0x13,0x05,0xd0,0x8e,0x64,0xe1,0x0f,0x04,0x81,0xe3,0x02, +0x15,0xe3,0x00,0xbd,0xe4,0xe8,0x17,0x02,0xf7,0x06,0x22,0x03,0xe1,0xbe,0x50,0xf0, +0x08,0xcd,0xfd,0xc8,0xdd,0xfe,0xcc,0x20,0x9b,0x09,0x70,0x8c,0x04,0xd0,0x00,0x09, +0x31,0x47,0x28,0x41,0x18,0x30,0x00,0x0c,0x77,0x31,0x11,0xdf,0x54,0x23,0x00,0xfb, +0x12,0x13,0x08,0x4f,0x08,0x12,0xa6,0x6f,0x18,0x11,0x0d,0xb3,0x31,0x51,0x60,0x00, +0x00,0x19,0xef,0x12,0x79,0x21,0x09,0xb2,0x2b,0x81,0xd7,0x4c,0x80,0x1f,0x02,0x46, +0xf0,0x00,0x7a,0x20,0x01,0xf0,0x2b,0xb5,0x86,0x25,0x02,0x31,0x2a,0xf5,0x0d,0x08, +0xc1,0x11,0x0a,0xa1,0x11,0x10,0x03,0xfe,0xfd,0xdb,0xfe,0xfe,0xdd,0x31,0xe8,0x1f, +0x11,0xf5,0x09,0x90,0x00,0x04,0x00,0x20,0x0e,0x30,0x12,0x75,0xa1,0x03,0xcd,0x08, +0x21,0x01,0xee,0x0f,0x00,0x02,0x4a,0x80,0x12,0xe4,0x96,0x20,0xa1,0xcf,0xdc,0xc0, +0x02,0x35,0xc4,0x33,0x33,0xe6,0x33,0xd6,0x8d,0x21,0x0d,0x30,0x60,0x99,0x03,0x10, +0x15,0x31,0x2f,0xfc,0x10,0xbc,0x29,0x10,0x22,0xce,0x0a,0xf1,0x07,0xa3,0x33,0x1d, +0x93,0x33,0x30,0x05,0xec,0xfb,0xbb,0xeb,0xfc,0xbb,0x02,0xe3,0x0d,0x12,0xd1,0x07, +0x90,0x00,0x01,0x09,0x7b,0x81,0x90,0x00,0x04,0xe6,0x66,0x66,0x66,0xb9,0xfa,0x7a, +0x00,0x64,0x66,0x10,0x04,0xd0,0x07,0x12,0xd9,0x25,0x15,0x91,0x19,0x90,0x00,0x02, +0x9b,0xe9,0x99,0xce,0x95,0xcb,0x68,0x60,0x16,0xc1,0x11,0x01,0xdd,0xdf,0xfb,0x0b, +0x41,0xd2,0x00,0x18,0xe2,0x49,0x09,0x22,0x7d,0x71,0x90,0x51,0x05,0x3d,0x7f,0x02, +0x4b,0x01,0xf0,0x10,0x09,0xa1,0x11,0x04,0xe1,0x11,0x10,0x02,0xfb,0xfc,0xb5,0xbc, +0xde,0xbb,0x30,0xc7,0x07,0x90,0x7a,0x01,0xe2,0x00,0x03,0x65,0x66,0x6e,0x85,0x57, +0x65,0x00,0x3e,0x38,0x51,0x40,0x68,0xe0,0x03,0xd7,0xc3,0x05,0x60,0x4e,0x00,0x01, +0x99,0x11,0x11,0xb4,0x06,0x31,0x09,0xda,0xaa,0x4d,0x0c,0x12,0x9a,0xb2,0x30,0x21, +0x09,0xeb,0x9c,0x70,0x10,0x00,0x1e,0x00,0x12,0x5d,0xca,0x48,0x00,0xed,0x1e,0x10, +0x9e,0xde,0x02,0x01,0x69,0x00,0x10,0x03,0x15,0x03,0xf0,0x14,0xb1,0x11,0x01,0xf6, +0x11,0x10,0x01,0xfd,0xfc,0xc3,0xbe,0xef,0xcc,0x50,0xc9,0x0e,0x10,0xbc,0x12,0xf2, +0x00,0x08,0x10,0x73,0x18,0x10,0x07,0x50,0x00,0x2f,0xdd,0xdf,0x32,0xff,0xff,0x31, +0x4d,0x10,0xd3,0xa6,0x24,0x00,0x0f,0x00,0x23,0xe0,0x02,0x0f,0x00,0x10,0x2e,0xaf, +0x1b,0x02,0x0f,0x00,0x20,0x1b,0x10,0x1e,0x00,0xf2,0x05,0x3e,0x14,0xdb,0x02,0xe3, +0xef,0xb0,0x09,0xff,0xc8,0xd7,0x2e,0x02,0x10,0x00,0x35,0x10,0x03,0x42,0xe0,0xd2, +0x00,0x20,0x23,0x00,0xd1,0x01,0xf0,0x27,0x22,0x1c,0xa2,0x22,0x21,0x05,0xfd,0xfc, +0xcc,0xec,0xfd,0xcc,0x61,0xc3,0x1d,0x03,0xa1,0x06,0x90,0x00,0x05,0x67,0xe6,0x64, +0x59,0x99,0x98,0x00,0x66,0x7e,0x66,0x49,0xa5,0x57,0xe0,0x06,0xbc,0xfb,0xb4,0x97, +0x00,0x2e,0x00,0x85,0x1d,0x08,0x59,0x70,0x02,0xe0,0x08,0xdc,0xfc,0xe5,0x0f,0x00, +0xf0,0x0c,0x87,0x4e,0x3a,0x59,0x70,0xde,0xb0,0x04,0x88,0xf8,0x83,0x97,0x02,0x20, +0x01,0xaa,0xbf,0xaa,0x99,0x70,0x00,0x59,0x03,0x34,0xe3,0x32,0x98,0x4e,0x13,0x10, +0x1d,0x75,0x70,0x14,0xe2,0x15,0x02,0x21,0x06,0xc0,0x0e,0x54,0xf0,0x07,0x01,0xed, +0xfd,0xdb,0xed,0xfe,0xdd,0x70,0xb9,0x0e,0x31,0xe5,0x04,0xe1,0x00,0x06,0x00,0x44, +0xac,0xc3,0x05,0x20,0x10,0xb3,0xf0,0x0b,0x02,0xbb,0x40,0x00,0x03,0x9e,0xa9,0xcc, +0xcd,0x5c,0xea,0x40,0xca,0x41,0x11,0x01,0x11,0x15,0x94,0x00,0x3f,0xbb,0xf2,0xcc, +0xbc,0xe0,0x5f,0x1a,0x10,0x2c,0x22,0x43,0x60,0x2c,0xfe,0xc2,0x9e,0xfc,0xb0,0x40, +0x36,0x01,0x24,0xa6,0xe6,0x6e,0xae,0x52,0xcb,0xce,0x81,0x00,0xca,0x10,0x38,0xe7, +0x00,0x29,0xf3,0x3e,0x92,0x11,0x70,0x0c,0x28,0x30,0xb0,0x97,0x1d,0x00,0x33,0x40, +0x0b,0x39,0x75,0xa0,0x0f,0x00,0xf0,0x03,0x77,0x97,0xa4,0x00,0x5f,0xcc,0xc7,0x04, +0x79,0x7a,0x00,0x05,0xd4,0x44,0x20,0x33,0xa9,0x32,0x1e,0x00,0x40,0x2d,0xdf,0xed, +0xc0,0x1e,0x00,0x20,0x02,0xf8,0xb1,0x8b,0x50,0x20,0x00,0xae,0xf6,0x0f,0x46,0x1e, +0xf0,0x04,0x3d,0x98,0xc6,0xf1,0x00,0x02,0xe0,0x1e,0x49,0x71,0x4f,0x10,0x00,0x2e, +0x04,0x80,0x97,0x00,0xf1,0x61,0x05,0x60,0x09,0x70,0x0f,0xdc,0xcc,0xde,0x5f,0x1f, +0x3e,0xf5,0x33,0x35,0x9c,0x9b,0x11,0xf0,0x80,0x12,0xf1,0x0a,0x0b,0x0f,0x0d,0x4b, +0xbc,0xfb,0xbb,0x10,0x94,0xf3,0xa1,0x33,0x6d,0x33,0x30,0x05,0x7f,0x85,0x0c,0xcd, +0xfc,0xca,0x00,0x26,0xf7,0xdc,0x20,0xb2,0x1a,0xaf,0xa7,0xad,0xde,0xfd,0xdd,0x70, +0x79,0xf7,0x50,0xb9,0x32,0xf0,0x09,0x70,0x0d,0xed,0xdd,0xe8,0x00,0x0d,0xfd,0x30, +0xd2,0x00,0x07,0x90,0x05,0xaf,0x5b,0x0d,0xdc,0xcc,0xe9,0x00,0xc3,0xf0,0x20,0x0f, +0x00,0x30,0x1b,0x0f,0x00,0x0f,0x00,0x00,0x5a,0x00,0x10,0xd2,0xde,0x0a,0x7a,0x0f, +0x00,0x0d,0x20,0x0e,0xe5,0x00,0x59,0x3f,0xb0,0x12,0x45,0x68,0xac,0xee,0x60,0x2e, +0xdc,0xcf,0x95,0x31,0xd2,0x1f,0x90,0x50,0x01,0x80,0x00,0x00,0x5d,0x30,0x16,0xe7, +0xe5,0x62,0x01,0x54,0x69,0x20,0x10,0x7e,0x21,0x7d,0xf1,0x1b,0x06,0xd9,0x22,0x34, +0x7f,0x60,0x2e,0xff,0xed,0xfb,0x98,0x7e,0x40,0x31,0x30,0x0e,0x30,0x30,0x46,0x00, +0x7e,0x10,0xe3,0x2e,0x80,0x00,0x7e,0x20,0x0e,0x30,0x1c,0xb0,0x8d,0x20,0x11,0xf3, +0x00,0x0c,0xa0,0x10,0x0e,0xfc,0x6b,0x19,0x14,0x10,0x3c,0x60,0x01,0x3a,0x16,0xc0, +0x2f,0x20,0x4e,0xee,0xfe,0xed,0x00,0x0c,0x62,0xc0,0x00,0x4d,0x34,0x02,0x10,0xb7, +0xb3,0x02,0x32,0x02,0xfd,0xec,0xaf,0x21,0x22,0x4d,0x2b,0xeb,0x5d,0x20,0x43,0xe3, +0x0f,0x00,0x60,0x1f,0xfd,0xab,0x80,0x04,0xd0,0xeb,0x04,0x01,0x18,0x5e,0x40,0x07, +0x88,0x5d,0x10,0x0f,0x00,0x31,0xb5,0x68,0x74,0x1e,0x00,0x30,0x04,0xa0,0xef,0xd4, +0x6f,0x11,0x70,0xee,0x09,0x14,0x10,0xd5,0x81,0x30,0x03,0xe1,0x09,0x70,0x6c,0xc0, +0x00,0xb7,0x15,0x04,0xd0,0x0b,0x50,0x00,0x5c,0x09,0xa0,0x4c,0x83,0x5d,0xf0,0x21, +0x98,0xe1,0x05,0xb0,0x4c,0x00,0x03,0xa8,0xf4,0x00,0x6c,0x08,0xec,0xa0,0x00,0xb7, +0x59,0x08,0xf2,0x23,0x8a,0x00,0x9c,0x58,0xf0,0x9e,0x80,0x0b,0x50,0x3f,0xc9,0x7c, +0x4c,0x5e,0x12,0xe1,0x00,0x20,0x22,0x50,0xf1,0x6a,0xa7,0x00,0x0d,0x1e,0x2b,0x3d, +0x3b,0xb0,0xf3,0x07,0xe0,0xd1,0xda,0x80,0x6f,0xe5,0x00,0x4b,0x0b,0x32,0xf3,0x9e, +0x33,0xe8,0x02,0x40,0x10,0x38,0x5a,0x10,0x02,0xa1,0x28,0x81,0x00,0xb4,0x0c,0x00, +0xe0,0x04,0xf0,0x01,0xa6,0x21,0x1e,0x13,0xe1,0x3f,0x02,0xd0,0xc6,0x1e,0x01,0xe0, +0x1f,0x0c,0x66,0xd0,0x07,0x00,0x30,0x4f,0xdf,0x40,0x07,0x00,0x30,0x00,0x79,0x54, +0x1c,0x00,0xf0,0x02,0x04,0xd0,0x4b,0x1f,0xee,0xfe,0xef,0x2e,0xdc,0xce,0x2e,0x01, +0xe0,0x1f,0x06,0x30,0x04,0x07,0x00,0x30,0x0a,0x2a,0x49,0x23,0x00,0xa0,0x0e,0x0e, +0x0d,0x1e,0x12,0xe1,0x2f,0x3b,0x0e,0x07,0xbe,0x23,0x20,0x46,0x03,0xd0,0x26,0x10, +0x1d,0xf7,0x86,0x12,0x25,0xe1,0x65,0x01,0xb9,0x0c,0x31,0x98,0x10,0x04,0xff,0x9f, +0xf0,0x3c,0x0a,0x82,0xec,0x00,0x6c,0x00,0x0c,0x75,0xe1,0xe7,0xa9,0x2f,0x30,0x03, +0xec,0xf5,0x03,0x00,0xde,0x60,0x00,0x00,0x8a,0x92,0x00,0x4e,0xe8,0x00,0x00,0x5c, +0x19,0x72,0x9e,0x41,0xcc,0x30,0x2f,0xfd,0xcc,0xa9,0x38,0x10,0x7e,0x20,0x30,0x02, +0x60,0x01,0x8e,0x70,0x00,0x0b,0x2c,0x67,0x00,0x00,0x18,0x00,0x00,0xe0,0xe1,0xd0, +0xb9,0x40,0x00,0x00,0x2c,0x0d,0x17,0x01,0x6c,0xe8,0x10,0x03,0x60,0xa4,0x9f,0x25, +0x9e,0x10,0x33,0x22,0x24,0x08,0x20,0xa9,0x41,0x10,0xdf,0x97,0x15,0x30,0xb7,0x11, +0x0d,0xc7,0x68,0x40,0x4d,0x09,0xa0,0xd3,0xb8,0x61,0x10,0x76,0xd4,0x2f,0x42,0xe2, +0x06,0xdb,0xf5,0x1e,0x00,0x21,0x99,0x47,0x1e,0x00,0x40,0x6c,0x04,0xd0,0xd3,0x4d, +0x9c,0xa0,0xfe,0xce,0x2d,0x30,0x00,0xf2,0x01,0x41,0x00,0x61,0x1e,0x00,0x30,0x0b, +0x0c,0x3a,0x2d,0x00,0x40,0x00,0xe0,0xd1,0xe0,0x1e,0x00,0xb6,0x3b,0x0c,0x25,0x1d, +0x30,0x00,0xf2,0x05,0x70,0x51,0x2f,0xcf,0x8a,0x01,0x08,0x88,0x01,0x58,0x77,0x12, +0x3e,0x49,0x77,0x30,0x0a,0x72,0x1a,0xb5,0x8b,0xa1,0x03,0xd0,0xb7,0x34,0x4a,0xa4, +0x44,0x01,0xd8,0x6d,0x1e,0x00,0xb0,0x4f,0xcf,0x30,0x01,0x19,0x91,0x10,0x00,0x08, +0x75,0x45,0xd2,0x32,0x31,0x06,0xc3,0x7b,0xa4,0x00,0x50,0xfc,0xa7,0xd1,0xcc,0xcc, +0x10,0xa8,0x20,0x34,0x1f,0x1e,0x80,0x31,0xc2,0xd5,0x81,0xb0,0x3f,0xf3,0x09,0x0d, +0x1c,0x1f,0x00,0x00,0xd3,0x01,0xc0,0xb2,0xb1,0xf4,0x44,0x4e,0x30,0x48,0x07,0x20, +0x1f,0xbb,0xbb,0xe3,0x00,0x00,0x09,0x32,0x1d,0x21,0xa0,0x0a,0x9c,0x8c,0xf1,0x2f, +0xd3,0x21,0x00,0x6d,0x00,0x69,0x00,0x5a,0x0c,0x40,0x2e,0x40,0x1a,0x70,0x1e,0x79, +0xb0,0x7f,0x50,0x3d,0xb1,0x03,0xa9,0xf2,0x0a,0xfe,0xee,0xee,0xd0,0x00,0x98,0xa1, +0x1e,0x02,0xd0,0x2e,0x00,0x4c,0x08,0x61,0xe0,0x1d,0x01,0xe0,0x2e,0xee,0xda,0x1e, +0x23,0xe2,0x3e,0x00,0x83,0x00,0x51,0xfd,0xdd,0xdd,0xe0,0x0a,0x3a,0x74,0x6d,0x28, +0xf0,0x02,0xc0,0xc2,0x91,0xe0,0x00,0x00,0x84,0x1b,0x0c,0x08,0x0f,0x10,0x00,0x0c, +0x42,0x40,0x20,0x6a,0x13,0x10,0xb0,0x43,0x01,0x13,0x0a,0xec,0x42,0x10,0xc5,0x89, +0x2a,0xf5,0x49,0x21,0xac,0xce,0xec,0xcc,0x00,0x3d,0x0a,0x82,0x38,0xd3,0x43,0x30, +0x1d,0x87,0xe0,0x00,0xe4,0x0a,0x60,0x03,0xec,0xf5,0x00,0xaa,0x01,0x4f,0x10,0x00, +0x7b,0x74,0x9f,0xef,0xfd,0xda,0x00,0x3e,0x15,0xa4,0x54,0x10,0x00,0xa0,0x2e,0xed, +0xee,0x03,0xd0,0x78,0x00,0x00,0x63,0x10,0x70,0x4c,0x07,0x80,0x00,0x08,0x28,0x93, +0x07,0xa0,0x78,0x00,0x00,0xd0,0xd5,0x80,0xb6,0x07,0x80,0x93,0x1d,0x0d,0x06,0x6e, +0x00,0x79,0x0b,0x34,0x90,0x70,0x9e,0x30,0x04,0xff,0xd0,0xb5,0x16,0x02,0x87,0x02, +0x00,0xda,0x2e,0x01,0xb5,0x24,0xf0,0x0c,0xa7,0x20,0x04,0x21,0x50,0x42,0x00,0x3d, +0x0d,0x41,0xe1,0x79,0x0d,0x30,0x1d,0x88,0xb0,0x97,0x1e,0x18,0x90,0x03,0xdb,0xf2, +0x0e,0x26,0xb0,0x12,0x84,0xf0,0x09,0x92,0x5b,0x0c,0x53,0xd0,0x00,0x5c,0x18,0x70, +0xc5,0x2e,0x09,0x90,0x2f,0xfe,0xcb,0x03,0x20,0x30,0x12,0x00,0x41,0x02,0x59,0xa5, +0x18,0x31,0x0a,0x3b,0xa4,0x05,0x2b,0x30,0xe1,0xe5,0x80,0x14,0x2b,0x31,0x1d,0x0d, +0x14,0x5a,0x66,0x38,0x90,0x50,0x7f,0x67,0x0a,0x00,0x78,0x00,0x12,0x30,0x9c,0x17, +0x30,0x1f,0x43,0x33,0xec,0xba,0xf2,0x07,0x06,0xea,0xac,0xd0,0x00,0x1d,0x0c,0x30, +0xc6,0x00,0x79,0x00,0x0a,0x87,0xb0,0x1f,0xee,0xef,0x50,0x01,0xdb,0xf2,0xbf,0x04, +0x21,0x87,0x93,0x7a,0x14,0xf7,0x22,0x4c,0x17,0x82,0x60,0x7d,0x03,0x70,0x0f,0xec, +0x9c,0x0d,0x36,0xf8,0xd3,0x00,0x20,0x03,0x10,0x46,0x7c,0xf3,0x00,0x0b,0x3b,0x75, +0x02,0xbe,0x96,0xc0,0x00,0xc0,0xd2,0x9a,0xd4,0x69,0x0a,0xb1,0x1c,0x0a,0x00,0x40, +0x07,0x90,0x09,0x31,0x40,0x00,0x00,0x6f,0x94,0x04,0xf0,0x1c,0xed,0xcf,0xcc,0x6f, +0xff,0xff,0x50,0x0e,0x31,0xe1,0x10,0xa5,0x01,0xe0,0x00,0xea,0x99,0x9e,0x03,0xd0, +0xa9,0x00,0x0e,0x76,0x66,0xe0,0x09,0xbd,0x00,0x00,0xe5,0x3f,0x33,0x01,0x9e,0xc4, +0x00,0x0c,0xcc,0xdc,0xc7,0xd6,0x04,0xbb,0x86,0xb0,0x99,0x02,0x60,0x00,0x10,0x00, +0x5d,0xfc,0xcd,0xd5,0x40,0x3c,0x32,0x90,0xbc,0x50,0x0a,0xa0,0x00,0x04,0x9e,0xfc, +0xbc,0x9a,0x61,0xf0,0x01,0x35,0x69,0x21,0xf0,0x26,0x06,0x10,0x02,0x8d,0x40,0x0f, +0x01,0x7d,0x81,0x00,0x85,0xa9,0x88,0x20,0x07,0x20,0x68,0x03,0x21,0x03,0x50,0xd7, +0x08,0x01,0x27,0x69,0x30,0xa7,0x10,0x1f,0xda,0x17,0x30,0x4d,0x0b,0x81,0x09,0x1d, +0xb1,0x1e,0x87,0xe0,0x1f,0xdd,0xdd,0xec,0x03,0xba,0xf4,0x01,0x18,0x1d,0xf0,0x2a, +0xb7,0xc2,0x1f,0xcc,0xcc,0xdc,0x00,0x9c,0x4b,0x70,0x00,0x3f,0x10,0x30,0x2f,0xca, +0x9b,0x7a,0xb6,0xf5,0x7d,0x10,0x20,0x16,0x22,0x4f,0x5f,0xeb,0x10,0x0c,0x4b,0x84, +0x07,0xb2,0xea,0x70,0x00,0xe0,0xd4,0x95,0xe2,0x2e,0x1e,0x60,0x2b,0x0e,0x04,0xe3, +0x02,0xe0,0x2e,0x52,0x50,0x10,0x01,0x0b,0xf9,0x39,0x1d,0x11,0x00,0x82,0x88,0x12, +0x4d,0xef,0x02,0xf0,0x01,0xb6,0x10,0xde,0xee,0xfe,0xe7,0x02,0xd0,0xd3,0xe1,0x00, +0x00,0x68,0x0c,0x55,0xb0,0x07,0x00,0x40,0x4f,0xef,0x20,0xed,0x6a,0x5c,0x31,0x77, +0x80,0xe1,0x76,0x39,0xfc,0x20,0xb3,0xff,0xdf,0xdf,0xdf,0x2f,0xfe,0xd7,0xfd,0x0b, +0x0b,0x0c,0x03,0x00,0x54,0xed,0x0b,0x0b,0x0c,0x0b,0x58,0xc2,0xcf,0xef,0xef,0xef, +0x0d,0x2a,0x98,0x9d,0x0b,0x0b,0x0c,0x2c,0x0c,0x2b,0x5d,0x0b,0x0b,0x0c,0x36,0x03, +0x07,0x0d,0x06,0x05,0x6d,0x41,0x06,0x21,0xb2,0x00,0x20,0x7c,0x12,0x4e,0xa1,0x20, +0x31,0x0b,0x61,0x0e,0x18,0x5f,0x21,0xc0,0xb7,0xc9,0x1a,0xf2,0x3a,0xe8,0x7d,0x08, +0xee,0xff,0xee,0xb0,0x2b,0xaf,0x40,0x85,0x45,0x82,0x7c,0x00,0x0a,0x87,0x58,0x5a, +0x68,0x86,0xc0,0x07,0xc2,0x79,0x85,0x57,0x87,0x2c,0x02,0xff,0xc9,0xd8,0xfe,0xff, +0xee,0xc0,0x02,0x00,0x35,0x00,0x6f,0xea,0x00,0x00,0xc2,0xc7,0x60,0x2e,0x9a,0xa7, +0x00,0x0e,0x0d,0x2a,0x3e,0x56,0xa1,0xd7,0x02,0xc0,0xd0,0x6e,0x60,0x6a,0x01,0xd2, +0x36,0x04,0x00,0x10,0x06,0xa0,0xa9,0x09,0x11,0x05,0xe0,0x1b,0x02,0xf1,0x44,0x20, +0xa5,0x01,0x23,0x7b,0x40,0x00,0x3b,0x0c,0x6e,0x07,0x02,0xf0,0x04,0x1d,0x79,0xc0, +0x69,0xba,0xaa,0xbe,0x03,0xba,0xf3,0x00,0xe3,0x38,0xc3,0x30,0x00,0xa8,0xc0,0x3c, +0x66,0x1f,0xf0,0x90,0x5c,0x09,0x5b,0xa3,0xfe,0xee,0xc0,0x2f,0xde,0xdc,0xfa,0x3b, +0x00,0x2c,0x00,0x62,0x00,0x58,0xa3,0xc1,0x13,0xc0,0x09,0x27,0x66,0x3a,0x3f,0xcc, +0xdc,0x00,0xd1,0xb1,0xc3,0xa3,0xb0,0x02,0xc0,0x3a,0x0d,0x05,0x3a,0x3e,0xaa,0xbc, +0x02,0x30,0x00,0x03,0xa3,0xc3,0x35,0xb0,0x00,0x03,0x00,0x02,0x02,0x10,0x21,0x00, +0x06,0xa0,0x01,0xe0,0x96,0x0c,0x30,0x00,0xb3,0x00,0x87,0x0d,0x40,0xf0,0x00,0x2c, +0x1c,0x3d,0x11,0xec,0x3f,0x60,0x0a,0x48,0x68,0x4d,0x87,0x7c,0x6e,0x12,0xfe,0xe0, +0x08,0x6c,0x10,0xc0,0x84,0x01,0x97,0x41,0xf1,0x00,0x0b,0x00,0x00,0x3a,0x1a,0xbf, +0x13,0xd0,0xf0,0x00,0x1e,0xed,0xe5,0xd1,0x5b,0x0f,0xee,0x10,0x41,0x08,0x0d,0x17, +0x90,0xf0,0x00,0x09,0x67,0xb0,0xd1,0x9d,0x0f,0x00,0x00,0xc3,0x9b,0x0d,0x1d,0xc6, +0xf0,0x00,0x0c,0x1b,0x72,0xd4,0xd1,0xdf,0x20,0x03,0x80,0x90,0x0d,0x85,0x01,0x9e, +0xf6,0x00,0x08,0x63,0x18,0x01,0x05,0x13,0xf0,0x26,0x66,0xc9,0x66,0x50,0x00,0xb4, +0x21,0x0e,0x79,0x97,0x8d,0x00,0x3c,0x0c,0x60,0xd0,0xcb,0xa5,0xd0,0x0d,0x77,0xd0, +0x0d,0x87,0x0a,0x3d,0x03,0xeb,0xf4,0x00,0xd2,0x4d,0x81,0xd0,0x00,0x89,0x72,0x0d, +0x1a,0xac,0x3d,0x00,0x3d,0x07,0x80,0xd5,0x40,0x22,0xd0,0x2e,0xee,0xcd,0x0e,0x42, +0x02,0xf7,0x14,0x62,0x00,0x60,0x00,0x39,0x01,0x00,0x06,0x48,0x84,0x2a,0xb4,0xa6, +0x88,0x00,0xb1,0xd4,0x96,0x8b,0x31,0x43,0xd1,0x0d,0x0d,0x07,0xd2,0xb4,0x00,0xe7, +0x62,0x80,0x50,0x02,0x07,0xfe,0xc4,0x39,0x12,0xc0,0x4e,0xa8,0xf7,0x52,0x6b,0x06, +0xcc,0xce,0xdc,0xcc,0x00,0x0c,0x43,0x04,0x44,0xc9,0x44,0x20,0x04,0xc0,0xe2,0x78, +0x88,0x88,0x84,0x01,0xd6,0x8a,0x4c,0xbc,0xcc,0xcc,0xb0,0x3d,0xcf,0x16,0x80,0xb1, +0x58,0x0f,0x00,0x09,0x69,0x6e,0xce,0xcd,0xec,0xe0,0x05,0xb0,0xb3,0x55,0x55,0x55, +0x52,0x02,0xff,0xed,0x7e,0x65,0x55,0x5b,0x70,0x04,0x10,0x54,0xe9,0x88,0x88,0xc7, +0x00,0xa5,0x9b,0x1e,0x88,0x88,0x8c,0x70,0x0e,0x1b,0x75,0xeb,0xaa,0xaa,0xd7,0x01, +0xc0,0xd2,0x42,0x9c,0x02,0xd7,0x10,0x48,0x06,0x08,0xd6,0x00,0x01,0x7d,0x10,0x3e, +0x22,0x21,0x07,0x10,0x88,0x57,0x20,0x09,0x90,0xc3,0x1d,0x10,0xbf,0x72,0x0d,0xf2, +0x09,0xe3,0x20,0xc3,0x00,0x00,0x4b,0x06,0xa0,0xd4,0xc6,0x22,0x22,0x6b,0x2e,0x89, +0xb0,0xcd,0xcc,0xcc,0xc9,0x2b,0x9f,0x30,0xc3,0xad,0x65,0xf0,0x01,0xdf,0xef,0xef, +0xee,0x05,0xd5,0x70,0xfd,0x1b,0x0b,0x0d,0x2f,0xd9,0x61,0xfc,0x1b,0x99,0xd7,0xf0, +0x14,0x34,0xcc,0xef,0xef,0xee,0x02,0x7d,0xc9,0x8c,0x1b,0x0b,0x0d,0x3e,0x82,0x0e, +0x3c,0x1b,0x0b,0x0d,0x00,0x00,0x1a,0x0c,0x1b,0x0b,0x8a,0x02,0xfc,0xcf,0xdc,0xdf, +0xcc,0xf5,0x00,0x2d,0xd7,0x9f,0x60,0x0b,0x50,0x02,0xfc,0xcf,0xdd,0x0f,0x00,0x12, +0x00,0x17,0x5f,0x11,0x0c,0xed,0xad,0x60,0xda,0x00,0x00,0x44,0x4a,0xa4,0xad,0x11, +0x62,0x1f,0x66,0x66,0x66,0x6f,0x10,0x53,0x3d,0x00,0xf5,0xbc,0x00,0xb2,0x14,0x00, +0x60,0x43,0x30,0x66,0x66,0x66,0x0f,0x00,0x52,0xaa,0xaa,0xaa,0xaf,0x10,0x4b,0x1f, +0x15,0xf1,0x34,0x13,0x01,0x07,0x48,0x11,0x30,0x3c,0x99,0x00,0x51,0x2b,0xf4,0x00, +0x01,0x33,0xba,0x33,0x3b,0xb3,0x31,0x00,0x5b,0xbb,0xbc,0xfc,0xbb,0xbb,0x50,0x50, +0x1c,0x10,0x0b,0x73,0x0c,0x14,0xec,0x3f,0x38,0x07,0x8b,0xac,0x11,0x4d,0xfe,0x13, +0x04,0x12,0x5a,0x31,0x02,0xf9,0xe2,0xdf,0x04,0x20,0xca,0x09,0x5a,0x25,0x80,0x5a, +0xf8,0x00,0x07,0xfb,0x52,0x01,0xeb,0xda,0xaf,0x27,0x7c,0xe1,0xe6,0xdb,0x01,0x82, +0xa6,0x21,0x00,0x0c,0xef,0x98,0x20,0x06,0xdd,0xe4,0x1f,0x15,0xd6,0x7a,0x3b,0x30, +0x9d,0xdd,0xdf,0x88,0x30,0x10,0x22,0x71,0x90,0xf0,0x09,0x22,0x20,0x1b,0xbb,0xbb, +0xdb,0xec,0xcb,0xbb,0x10,0x8a,0xbd,0xc9,0x2d,0x45,0xd6,0x00,0x01,0x10,0xf1,0x00, +0xb6,0x01,0xa1,0x19,0x0c,0xf0,0x03,0xde,0xfd,0xdd,0xd2,0x00,0x01,0xf4,0x44,0x1e, +0x17,0x90,0x01,0xdc,0xbf,0x97,0x50,0xad,0xa0,0x32,0x56,0xc2,0x16,0xcd,0xd8,0x1a, +0x40,0x0c,0xdc,0x08,0xa3,0x01,0xae,0xc0,0x8c,0x1a,0x11,0x30,0x9b,0x1a,0x00,0xde, +0x00,0x00,0x16,0x6f,0x20,0xcd,0x30,0x91,0x3a,0x41,0x31,0x4e,0x40,0x00,0x6d,0x10, +0x15,0x50,0xbe,0x20,0x00,0xd3,0x4b,0x11,0x20,0xec,0x44,0x11,0xfa,0xc2,0x00,0x20, +0x9f,0xff,0x97,0x3c,0x20,0x02,0xe9,0xa8,0x0f,0x00,0xca,0x37,0x03,0xa6,0x3c,0x13, +0x0f,0x0f,0x00,0x12,0xf1,0x50,0x59,0x12,0x0f,0xe2,0x3c,0x01,0xc2,0x7e,0x11,0xa3, +0x6a,0x07,0x91,0x18,0xfc,0x30,0x0c,0xef,0xfe,0x85,0xbf,0xf5,0x42,0x51,0xf0,0x0b, +0x75,0x5d,0x00,0x00,0x05,0xbd,0xdb,0x30,0x03,0xd4,0x68,0x00,0x23,0xaa,0x31,0x8c, +0xef,0xda,0x70,0x00,0x08,0x80,0x06,0x56,0xd0,0x00,0x88,0x88,0x01,0x89,0x10,0xf0, +0x03,0x3f,0xf3,0x01,0x38,0xea,0xdf,0x80,0x0b,0xcc,0xd3,0xfc,0xce,0x53,0x00,0x07, +0xb8,0x88,0x80,0x84,0x1c,0x90,0xe1,0x88,0x01,0x00,0x3d,0x00,0x3a,0x01,0x08,0x14, +0x2a,0x40,0x06,0x90,0x00,0x88,0x26,0x1e,0x12,0xe4,0x19,0x22,0xf0,0x4b,0x30,0x01, +0xff,0xff,0xd0,0xb5,0x00,0x67,0x00,0x03,0xb0,0xc3,0x5b,0x36,0x0c,0x27,0x00,0x3a, +0x0c,0x5f,0x9d,0x3a,0xcc,0x50,0x03,0xff,0xf3,0x5c,0x70,0x27,0xb2,0x00,0x3a,0x0c, +0x36,0xa1,0xa0,0xc1,0xb1,0x03,0xa0,0xc7,0xfd,0xce,0xae,0xcc,0x60,0x3f,0xdf,0x45, +0x30,0x93,0x40,0x03,0x03,0xc3,0xd3,0x77,0x1d,0x3b,0x1d,0x00,0x3a,0x0c,0x37,0x71, +0xd3,0xb1,0xd0,0x05,0xc7,0xeb,0x7e,0xdc,0x3f,0xed,0x02,0xeb,0x9e,0x50,0x18,0x93, +0xc2,0x90,0x00,0x00,0xc3,0x03,0xd2,0x3b,0x95,0x01,0x38,0x33,0xd3,0x03,0x47,0x9f, +0x02,0x0c,0x00,0xf0,0x15,0xaa,0xce,0xaa,0x54,0xec,0xe6,0x00,0x06,0xab,0xea,0xa3, +0xc5,0x07,0xc8,0x10,0x38,0x88,0x88,0x3e,0xaa,0xad,0x40,0x06,0x84,0xb1,0xe0,0x1c, +0x27,0xb0,0x00,0x8d,0xbe,0xaf,0x00,0x6f,0xe2,0xd6,0x37,0xf0,0x01,0x06,0xd9,0x47, +0xcd,0x10,0xda,0xaa,0xaa,0xbb,0xaa,0xaa,0xb1,0x02,0x2d,0x52,0x22,0x7a,0x11,0xd0, +0x00,0xdc,0xbb,0xbb,0xbc,0xe0,0x00,0x00,0x0d,0x97,0x77,0x77,0x8e,0xac,0x85,0xe2, +0x33,0x33,0x36,0xe0,0x10,0x0d,0xdf,0xee,0xee,0xdd,0xef,0xcc,0x10,0x11,0xcc,0xaa, +0x00,0x91,0x11,0x12,0xe2,0x49,0x27,0xb1,0x0e,0x20,0x5c,0x20,0x0a,0xdd,0xef,0x00, +0xea,0xec,0x71,0x0f,0x00,0xf0,0x03,0x60,0x00,0x30,0x09,0xbb,0xbf,0x00,0xd8,0x55, +0x6f,0x00,0x20,0x00,0x80,0x02,0x66,0x66,0x30,0xed,0x7b,0x10,0xcc,0xaf,0x19,0x00, +0x6d,0x8c,0x00,0xac,0x40,0x30,0x42,0x22,0x22,0x0b,0x5b,0x03,0xf7,0x02,0x22,0x0f, +0x20,0xa8,0x01,0x20,0xfd,0xcc,0x6d,0x1c,0x00,0x0b,0x00,0x00,0x04,0x00,0x00,0x64, +0x64,0x1e,0xff,0xa9,0x9c,0x11,0xd4,0xa8,0x23,0xf1,0x20,0x05,0xd0,0xc2,0x04,0xc0, +0x07,0x10,0x0d,0x40,0x7c,0x04,0xd6,0xec,0x30,0xae,0x78,0x9f,0x54,0xf9,0x30,0x00, +0x68,0x75,0x48,0x94,0xc0,0x00,0x71,0x03,0x33,0x33,0x04,0xd0,0x00,0xe2,0x3f,0xbb, +0xbf,0x11,0xdf,0xff,0xb0,0x3c,0x00,0x0f,0x13,0x90,0x55,0x1b,0xf0,0x03,0x14,0xc0, +0x07,0x40,0x3c,0x00,0x0f,0x14,0xd8,0xea,0x20,0x3f,0xdd,0xef,0x14,0xe6,0x10,0x00, +0x0e,0x00,0xf2,0x02,0xc0,0x00,0x94,0x3c,0x00,0x1f,0x14,0xd2,0x12,0xd4,0x3c,0x09, +0xfb,0x00,0xbd,0xdd,0xb0,0xf0,0x07,0xf7,0x55,0x74,0x00,0x3f,0xff,0xe0,0x58,0xbe, +0xfb,0x50,0x03,0xb0,0x1e,0x0e,0x96,0x30,0x00,0x00,0x3b,0x01,0xe0,0xe0,0x00,0x01, +0x10,0x03,0xc4,0x5e,0x0e,0x02,0x6a,0xfc,0x00,0x3e,0xbc,0xe0,0xe2,0xfa,0xe2,0x00, +0x03,0xb0,0x1e,0x0f,0x1e,0x0d,0x13,0x20,0x4b,0x01,0xe0,0xf1,0xe0,0xa7,0xe5,0x04, +0xff,0xfe,0x0e,0x1e,0x07,0xe3,0x00,0x5a,0x12,0xe1,0xd1,0xe0,0x3c,0x00,0x07,0x70, +0x1e,0x3b,0x0e,0x00,0xe2,0x00,0x95,0x01,0xe6,0x80,0xe0,0x48,0x90,0x0d,0x20,0x2e, +0xb5,0x2f,0xe7,0x2f,0x41,0xd0,0xbf,0x9e,0x04,0xa1,0x00,0x65,0x01,0x80,0x0c,0x10, +0x10,0x2f,0x02,0xf0,0x10,0x23,0xb2,0xb0,0xcf,0xfc,0x0d,0x1c,0x2a,0x50,0xa4,0xc2, +0x1c,0x0d,0x0b,0x6d,0x14,0x2c,0xc2,0x1c,0x0d,0x4d,0x75,0x7d,0x08,0xc2,0x1c,0x0d, +0xce,0x20,0xec,0x80,0x15,0x00,0xf0,0x09,0x39,0x91,0xe4,0xc2,0x1c,0x0e,0x0b,0x9d, +0x10,0x3d,0xc2,0x1c,0x0e,0xff,0x69,0xcc,0xc5,0xc2,0x1c,0x0e,0x1c,0x2a,0x53,0xc1, +0x1c,0x00,0x60,0x2a,0x20,0xb1,0xc3,0x4c,0x4b,0x07,0x00,0xe7,0xc6,0xc6,0x77,0x0c, +0x2a,0xfe,0xf1,0xc2,0x00,0x83,0xce,0x19,0x20,0xb1,0x3c,0x49,0x14,0x04,0x59,0xaf, +0x70,0x14,0x44,0x9c,0x44,0x44,0x44,0xfc,0x27,0x10,0x11,0x4c,0xd6,0x20,0x00,0x5c, +0x41,0x21,0x4f,0x4f,0x38,0x22,0x10,0xc0,0x20,0x10,0x02,0x16,0x00,0x01,0x6b,0x03, +0x10,0x4d,0x34,0x00,0x02,0x16,0x00,0x10,0x4f,0xce,0x42,0x01,0x2c,0x00,0x23,0x4e, +0x0c,0xdd,0x78,0x00,0xb8,0x98,0x11,0x20,0x1b,0x9e,0x02,0xc5,0x8c,0x20,0xb8,0x00, +0x0c,0x6d,0xb2,0x00,0xcf,0xdd,0xef,0xff,0xee,0xa0,0x00,0x08,0x53,0x21,0x80,0x71, +0x00,0x87,0x04,0x00,0x5c,0x3e,0x20,0x12,0xf2,0x8c,0x1e,0x14,0xcf,0x8c,0x1e,0x09, +0x6e,0x6d,0x02,0x67,0x7b,0x31,0x40,0x1c,0xcc,0x01,0x00,0x06,0xee,0x21,0x22,0x3c, +0x2d,0xeb,0xa6,0x40,0x93,0xd0,0x01,0xff,0x26,0x3c,0x91,0x1f,0xee,0x50,0x0f,0x10, +0x00,0xd2,0x01,0xd0,0x79,0x5b,0xf0,0x03,0xdd,0x3e,0x22,0x0c,0xcf,0x10,0x00,0xc5, +0x21,0xcc,0xe4,0x33,0xf0,0x00,0x0b,0x40,0x06,0x0b,0x11,0x37,0xf3,0x06,0xbe,0xe3, +0xd0,0xb5,0xff,0xf0,0x00,0x0a,0x40,0x1d,0x0b,0x40,0x2f,0x00,0x02,0xb7,0x24,0xd2, +0xc6,0x25,0xe2,0x95,0x19,0x20,0xd6,0x00,0xb5,0x09,0x00,0xb7,0x3e,0x80,0xbc,0x20, +0x00,0x2a,0xe7,0x00,0x08,0xe6,0xe2,0x00,0x33,0xcb,0x00,0x10,0x13,0x0c,0x51,0x05, +0x30,0x00,0x06,0x30,0xec,0xa3,0x00,0xf6,0x6d,0xf2,0x02,0x02,0xbf,0xbb,0x10,0x02, +0xd2,0x00,0x00,0x3c,0x22,0xe8,0xee,0xee,0xee,0xe7,0x03,0xcb,0x67,0x3b,0xf0,0x04, +0x3c,0x66,0xe1,0x08,0x88,0x87,0x00,0x03,0xc0,0x1e,0x10,0xf6,0x68,0xd0,0x06,0xff, +0xee,0xf1,0x0f,0xa2,0x70,0x30,0xb4,0x0e,0x10,0x1d,0x21,0xf6,0x16,0x5a,0xa3,0xe1, +0x2e,0x00,0x3d,0x00,0x06,0x93,0x9e,0x14,0xc0,0x03,0xd0,0x00,0x97,0x00,0xe1,0x79, +0x00,0x3d,0x09,0x0e,0x30,0x0e,0x2e,0x40,0x03,0xd1,0xb5,0xc0,0x3f,0xc9,0xa0,0x00, +0x0c,0xe6,0x5e,0x0a,0x11,0x10,0x71,0xc5,0x21,0x00,0xc4,0x22,0x4c,0xf0,0x04,0x01, +0x7f,0x77,0x11,0x12,0xe4,0x11,0x00,0x3d,0x66,0xe5,0xfd,0xdd,0xdd,0xf1,0x03,0xba, +0x0d,0x5b,0x82,0x3b,0xe0,0x3b,0x76,0xd3,0x6c,0x10,0x00,0x81,0x03,0xb1,0x2d,0x10, +0xe1,0x00,0x31,0x71,0x00,0xf0,0x01,0x0e,0x11,0xad,0x30,0x04,0xb4,0x0d,0x10,0xea, +0xe7,0x00,0x00,0x59,0x94,0xd1,0x0e,0xae,0x4d,0xf2,0x0b,0x82,0xad,0x10,0xe1,0x00, +0x01,0x00,0x96,0x00,0xd1,0x0e,0x10,0x00,0xa5,0x0e,0x20,0x0e,0x10,0xe4,0x00,0x0d, +0x34,0xb0,0x3e,0xc0,0x07,0x11,0x8a,0x06,0x97,0x5d,0x08,0x72,0x4a,0x21,0xdf,0xff, +0xd6,0x5c,0x11,0xbb,0x2d,0x30,0xa0,0x02,0xde,0x43,0x36,0xf5,0x33,0x30,0x00,0xed, +0xfd,0xd4,0x12,0x31,0x10,0x03,0x3d,0x6e,0x23,0x00,0xc1,0x06,0x00,0x5f,0x23,0x02, +0x9b,0x5d,0x12,0xf1,0xa9,0x75,0x22,0x1f,0x10,0xde,0x59,0x13,0x22,0xdd,0x72,0x12, +0x98,0xa4,0x4a,0x40,0x2e,0x40,0x00,0x7e,0xe2,0x14,0x10,0x90,0x19,0x09,0x22,0x06, +0xa0,0x8c,0x30,0x14,0x7b,0x38,0x23,0x10,0xfd,0x11,0x2d,0x21,0x40,0x6a,0xc4,0x65, +0x10,0x1f,0x84,0x0a,0x40,0x07,0xee,0xee,0xfe,0xa5,0x29,0x30,0x89,0x11,0x3f,0xaf, +0x3f,0x60,0x08,0x80,0x02,0xf0,0x00,0x7a,0xf9,0x11,0x56,0x4f,0x11,0x18,0xa1,0x01, +0xf4,0x80,0x21,0xdb,0xd1,0x71,0x04,0x20,0xcc,0x09,0xd2,0x02,0xf5,0x00,0x39,0xf9, +0x00,0x08,0xf9,0x20,0x01,0xee,0x92,0x00,0x00,0x02,0xae,0xe2,0x02,0xe0,0xb6,0x11, +0xa7,0xc1,0x1a,0x50,0x22,0x2b,0x82,0x22,0x8a,0x9f,0x41,0x10,0xff,0x72,0x14,0x10, +0x10,0xee,0x01,0x10,0x79,0xf0,0x00,0x40,0xb2,0x11,0x13,0x31,0xd4,0x1f,0x11,0xaf, +0xc2,0x2c,0x12,0x9d,0xf1,0x1b,0xd0,0xaf,0xc0,0x8e,0xee,0xe3,0x5b,0x00,0x4d,0x7c, +0x08,0x70,0x0d,0x35,0x8c,0xa7,0xa1,0x87,0x00,0xd3,0x5b,0x00,0x00,0x5c,0x08,0xec, +0xcf,0x0f,0x00,0x40,0x89,0x22,0x20,0x5b,0x9f,0x6c,0x41,0x10,0x01,0x17,0xb0,0x15, +0x11,0x21,0xae,0xd5,0x36,0x4c,0x22,0x07,0xa0,0x69,0x00,0x60,0x8b,0x22,0x20,0x0d, +0xdd,0xfe,0x41,0x2e,0x60,0x00,0x00,0x7a,0x60,0x00,0x69,0x4c,0x17,0x10,0xee,0x2c, +0x02,0x31,0x00,0x3d,0x2a,0x9a,0xc4,0xf0,0x04,0x2e,0x36,0xfa,0xaa,0xaa,0x60,0xa6, +0x00,0x42,0xd3,0x2e,0x32,0x21,0x0b,0x60,0x00,0x13,0x00,0xe1,0x1a,0x01,0x10,0x3d, +0x3a,0x07,0x90,0x3c,0x40,0x00,0x28,0x00,0xe1,0x06,0x40,0xd3,0x0d,0x3e,0xb2,0x10, +0xa5,0x0f,0x20,0x00,0x2e,0xdd,0xed,0xde,0x52,0xf0,0x37,0x52,0x11,0xe8,0x69,0x00, +0x00,0xd2,0x00,0xd0,0x33,0x3b,0x83,0x33,0x9b,0x33,0x30,0x0b,0xbb,0xed,0xbb,0xbd, +0xeb,0xf4,0xc4,0x30,0x50,0x00,0x78,0x97,0x16,0x00,0x91,0x7b,0xf1,0x35,0x85,0x00, +0x0d,0x86,0x69,0x7c,0x76,0x6a,0x90,0x0c,0xd7,0x77,0xd9,0x9e,0x72,0x79,0x02,0x92, +0x44,0x4d,0x74,0x44,0x18,0x80,0x00,0x6d,0x99,0xeb,0x9a,0xe0,0x88,0x00,0x06,0xc7, +0x7d,0x97,0x8e,0x09,0x70,0x00,0x6a,0x33,0xc6,0x34,0xe0,0xa6,0x00,0x06,0xda,0xae, +0xba,0xae,0x0b,0x50,0x00,0x69,0x00,0xb3,0x15,0xd0,0xe3,0x00,0x05,0x80,0x08,0x22, +0xac,0xdb,0x1f,0x42,0x13,0x08,0x3b,0x01,0x60,0x9a,0x22,0x20,0x0c,0xcc,0xee,0x3a, +0x20,0x60,0x10,0x00,0x07,0x51,0xf0,0x56,0x54,0x82,0x00,0xad,0x00,0x05,0x53,0x8c, +0x10,0x0d,0x87,0x40,0x00,0xf4,0x30,0x40,0x2c,0x90,0x00,0x7c,0x28,0xc7,0xf2,0x15, +0xe9,0xaa,0xab,0xff,0x60,0x00,0x04,0x65,0x54,0x44,0x33,0x4c,0x10,0x00,0x6f,0xde, +0xed,0xee,0xdf,0x70,0x00,0x06,0xa0,0x68,0x08,0x60,0xa7,0x00,0x01,0x7a,0x17,0x81, +0x87,0x1a,0x71,0x02,0x7e,0x03,0x10,0xd2,0x68,0x07,0x23,0x06,0xb0,0x79,0x40,0x00, +0x63,0x35,0x10,0x77,0xa1,0x60,0x60,0x00,0x2b,0xbb,0xbb,0x70,0xc3,0xa3,0x01,0xf0, +0x0a,0x98,0x20,0x2f,0x98,0x85,0x00,0x3d,0x88,0x8d,0x48,0xb6,0x66,0x40,0x03,0xd8, +0x88,0xd7,0xf3,0x96,0x00,0x00,0x3b,0x18,0x71,0x48,0x93,0x36,0x60,0xeb,0xdd,0xb8, +0x00,0x0b,0x30,0xce,0x6e,0xf0,0x01,0x31,0x11,0x21,0x00,0x00,0x6e,0xcd,0xec,0xde, +0xcd,0xd0,0x00,0x06,0x80,0x67,0x06,0x21,0x5a,0x72,0x68,0x06,0x70,0x69,0x04,0xd0, +0x01,0x2d,0x1e,0x14,0xe8,0xe7,0x03,0x00,0x31,0x01,0xf2,0x05,0xed,0xbb,0xb0,0x03, +0x33,0x9b,0x33,0x3b,0xa5,0x93,0x00,0x20,0x03,0x41,0x11,0x4f,0x3c,0x70,0x0a,0x38, +0x1b,0x2e,0x21,0xa3,0x86,0x58,0x1a,0xf7,0x2c,0x0a,0xac,0x6d,0xce,0xc7,0xb3,0x77, +0x00,0x34,0xa6,0xc0,0xa1,0x0a,0x4c,0x50,0x02,0x29,0x6d,0xbb,0xc9,0x97,0xf1,0x03, +0xed,0xe5,0xd1,0x14,0x97,0xdb,0x00,0x08,0x5a,0x4d,0xae,0xb6,0x4f,0x40,0x00,0xb2, +0xc2,0xc0,0xa1,0x06,0xf0,0x20,0x4b,0x2e,0x0a,0xcc,0xcc,0xed,0x79,0x40,0x04,0x80, +0x00,0x01,0xc2,0x2c,0x9f,0x5f,0x02,0xac,0x01,0x05,0x33,0x8a,0x11,0x74,0x4f,0x0b, +0xf2,0x43,0x4b,0xbb,0xb8,0x09,0xbb,0xbb,0x50,0x06,0xc4,0x48,0xb0,0xd6,0x44,0xb6, +0x00,0x6c,0x44,0x8b,0x0d,0x64,0x4b,0x60,0x06,0xeb,0xbb,0x89,0x9b,0xbb,0xe6,0x00, +0x6a,0x29,0x99,0xf9,0x99,0x29,0x60,0x06,0xa0,0x78,0x8f,0x88,0x70,0x96,0x00,0x6a, +0x0c,0x53,0xc4,0x4c,0x09,0x60,0x06,0xa0,0xc2,0x5c,0x61,0xc0,0x96,0x00,0x6a,0x08, +0xaf,0xfe,0xa8,0x09,0x60,0x06,0xa3,0x9c,0x4e,0x4b,0x50,0xa6,0x00,0x6a,0x24,0x00, +0xe0,0x04,0xdc,0x20,0xfd,0x0e,0x00,0x95,0x01,0xf0,0x30,0xa0,0x00,0x2f,0xbb,0xa0, +0x0a,0x30,0x3a,0x00,0x02,0xe2,0x22,0x00,0xa3,0x03,0xa3,0xbb,0xcf,0xbb,0xb5,0x0a, +0xed,0xea,0x4c,0x57,0xc5,0x5c,0x50,0x00,0x00,0x04,0xa5,0x8e,0x97,0xb1,0x5e,0xee, +0xee,0x5a,0x68,0xc2,0x07,0x00,0x2d,0x00,0x05,0xa0,0x1e,0xaa,0xd0,0x05,0xc5,0x52, +0x69,0x00,0x23,0x30,0x00,0x59,0x9d,0x67,0x73,0xee,0x0e,0x16,0x40,0xa4,0x96,0x5d, +0x0b,0x9f,0x63,0xfc,0x05,0x2c,0x38,0x90,0xb3,0x36,0x00,0x00,0xf2,0xe1,0xe4,0x0b, +0x45,0x80,0x0c,0xe8,0x77,0xa8,0x00,0x7f,0xf3,0x34,0x87,0x21,0x00,0xe0,0x22,0x3c, +0x00,0x9a,0x4c,0x21,0xed,0xaa,0xf2,0xc1,0xf0,0x00,0xae,0x65,0xab,0x00,0x0c,0xef, +0xed,0x9d,0xb8,0x3e,0x20,0x00,0xd0,0xc0,0xd6,0xd2,0xa4,0xf0,0x21,0x0d,0x0c,0x0d, +0x01,0x8e,0xbc,0x40,0x00,0xd0,0xc0,0xea,0xf9,0x47,0x6e,0xe4,0x0d,0x0c,0x0d,0x75, +0x37,0xc3,0x37,0x00,0xde,0xfe,0xd0,0xaa,0xce,0xaa,0x50,0x02,0x0e,0x15,0x09,0xbc, +0xeb,0xb2,0x00,0x00,0xe1,0xd0,0x01,0x6b,0x11,0x00,0x02,0x4f,0xaf,0xcb,0x13,0x42, +0x24,0xfc,0x85,0xb4,0x2c,0x16,0x12,0x01,0x84,0x1f,0x13,0x1d,0x75,0x00,0xf1,0x09, +0xd0,0x07,0xed,0xfd,0xde,0xc0,0x00,0x1d,0x00,0x75,0x0c,0x20,0x3c,0x00,0xdf,0xff, +0xc7,0xdc,0xfd,0xcd,0xc0,0x0d,0x0b,0x0d,0x0f,0x00,0x60,0xd0,0xb0,0xd7,0xed,0xfd, +0xdd,0x0f,0x00,0xf0,0x22,0x01,0xd3,0x08,0x20,0x00,0xd2,0xc2,0xd2,0xeb,0x8d,0x80, +0x00,0x0d,0xdf,0xca,0x18,0xcb,0x21,0x90,0x00,0x21,0xd4,0x55,0xdd,0x9a,0xbe,0xb0, +0x00,0x1d,0x1c,0x68,0x5b,0x92,0x28,0x30,0x37,0xfc,0xf2,0xd2,0x97,0x2d,0x10,0x3d, +0xa7,0x37,0xd8,0x09,0x70,0x5c,0x87,0x2f,0x41,0x0d,0xe4,0x00,0x60,0x5f,0x1c,0x01, +0x6c,0xc4,0x10,0x07,0x94,0x06,0x22,0x05,0xf5,0x19,0x05,0x22,0xf4,0x05,0xfe,0x85, +0x23,0x03,0xf2,0x30,0x6e,0x10,0x1c,0x27,0x41,0xa1,0x01,0xdf,0x00,0x44,0x44,0x5f, +0x44,0x12,0xeb,0xf0,0x08,0x03,0x22,0x29,0x1f,0xbb,0x06,0x22,0x01,0xf0,0x04,0x00, +0x0e,0x0f,0x00,0x21,0x22,0x4f,0x0b,0x00,0x08,0x62,0x9f,0x31,0x07,0x80,0x0c,0x86, +0x66,0xf0,0x0c,0xe2,0x12,0xe3,0x21,0x7f,0xff,0x00,0xc6,0x05,0xbf,0xad,0x70,0x00, +0x00,0x78,0x05,0x36,0xc3,0x99,0x10,0x00,0x00,0x07,0xa7,0x88,0x88,0x83,0x6c,0xae, +0xf0,0x1a,0x5c,0xcc,0xcb,0xad,0xdd,0x31,0xdf,0x15,0x70,0x01,0xd2,0x4f,0x30,0xa9, +0xe1,0x5c,0x99,0xad,0x01,0xe0,0x02,0x0e,0x11,0x33,0xd6,0x30,0x1e,0x00,0x00,0xe2, +0xdd,0xdf,0xed,0x21,0xe0,0x00,0x0e,0x18,0x60,0xc3,0x00,0x0d,0xad,0xc0,0xbc,0xbf, +0xcb,0x61,0xe0,0x00,0x0e,0x11,0x11,0xd5,0x13,0x4e,0xe0,0x3c,0x46,0x0c,0x30,0xbd, +0x80,0xd8,0xab,0x30,0x13,0x46,0x89,0x2e,0x3a,0xa1,0x28,0xab,0xd5,0x27,0xff,0xf0, +0x0d,0x70,0x00,0x4a,0x59,0x4d,0x10,0x6d,0x78,0x40,0x00,0xa6,0x4d,0x11,0x4a,0x81, +0x07,0xf0,0x0b,0x3a,0xcc,0xeb,0xf9,0xdd,0xd4,0x0b,0xf1,0xa3,0x4a,0x0d,0x24,0xf3, +0x19,0xdf,0x1a,0xbb,0xea,0xf0,0x0f,0x00,0x51,0xe1,0xa8,0x9c,0x6e,0x63,0x1e,0x30, +0x12,0x47,0xb4,0x56,0x07,0xf2,0x0a,0xe1,0x9d,0xef,0xdd,0x10,0xf0,0x00,0x0e,0x10, +0x04,0xa0,0x10,0x0f,0x00,0x00,0xe2,0xde,0xee,0xdc,0x31,0xf0,0x00,0x0e,0x11,0x00, +0xf3,0x4f,0x0f,0xb3,0x44,0x02,0x13,0x05,0x23,0x22,0x04,0xed,0x07,0x10,0x9e,0x10, +0x79,0x14,0xc0,0x0f,0x00,0x05,0x0c,0x1b,0x21,0x01,0xab,0x90,0xa7,0xf1,0x05,0x04, +0xe9,0x00,0xe5,0x06,0xe3,0x00,0x6d,0xef,0x00,0x05,0xea,0xb1,0x00,0x1b,0x52,0xf0, +0x00,0x09,0xe2,0x50,0x3c,0x30,0x78,0x08,0xe5,0x44,0x76,0x83,0xe9,0x40,0x05,0xde, +0x20,0x00,0x59,0x40,0x77,0x30,0x08,0x2c,0xb8,0x11,0x0d,0xe5,0x1d,0x16,0xed,0x74, +0x57,0x11,0xed,0xd5,0x31,0x20,0x11,0xd3,0xe6,0x10,0x30,0x10,0x0e,0xef,0x3f,0x0d, +0x42,0xee,0x10,0x00,0xd3,0xa9,0x12,0x51,0x0c,0xde,0xff,0xfd,0xdc,0xfb,0x0c,0xf0, +0x02,0x2e,0x20,0x1b,0x20,0x00,0x18,0xf8,0x00,0x8c,0x6d,0x50,0x02,0xbe,0x8d,0x40, +0x00,0xbf,0x12,0xaf,0xe4,0xd7,0x6a,0xb0,0x9e,0x72,0x00,0x00,0x1f,0xd9,0x51,0x00, +0x4b,0xf2,0x00,0xe1,0x38,0x12,0x75,0x9f,0x29,0x11,0x03,0x1d,0xb1,0x00,0x63,0x27, +0xf0,0x02,0x57,0x78,0xf7,0x77,0x35,0xff,0xff,0x3a,0xca,0xbf,0xaa,0xf5,0x01,0x12, +0xd0,0xa5,0x01,0x49,0x1f,0xf0,0x14,0x97,0x0a,0x50,0x1e,0x02,0x60,0x00,0x3f,0x4b, +0xbf,0xee,0xfe,0xeb,0x00,0x2e,0xfe,0x1c,0x9d,0x10,0x09,0x70,0x2e,0x9e,0xb4,0xd2, +0xd5,0x00,0xe2,0x03,0x71,0xe2,0x7e,0x04,0xe1,0x99,0x93,0xa0,0x30,0xe0,0x07,0xdd, +0x4f,0x00,0xf0,0x0c,0x69,0x00,0x7f,0xd2,0x00,0x00,0x1e,0x0e,0x45,0xdc,0x28,0xf8, +0x10,0x01,0xe1,0x84,0xc5,0x00,0x03,0xa6,0x00,0x74,0x00,0x00,0x05,0xb3,0xa0,0x4f, +0x2e,0xf2,0x07,0x00,0x5b,0x09,0xc1,0x00,0x0c,0x30,0x33,0x38,0xc3,0x3c,0x40,0xaa, +0xaa,0x5c,0xcc,0xdf,0xcc,0xc9,0x03,0x34,0xf2,0x24,0x03,0x30,0x89,0x09,0xee,0xae, +0xa6,0xf0,0x0e,0x2f,0x2b,0xa6,0x06,0xb0,0x0e,0x20,0x0c,0xfb,0x69,0x83,0x7c,0x33, +0xe2,0x0a,0xee,0xe3,0x9d,0xbc,0xeb,0xbf,0x25,0xc4,0xd3,0x99,0x60,0x5b,0x00,0xd2, +0x43,0x29,0x73,0xee,0xfe,0xef,0x20,0x03,0xd0,0x09,0x0f,0x00,0x42,0x96,0x05,0xb0, +0x0e,0x0f,0x00,0x25,0x3f,0xd0,0x18,0x0f,0x21,0x80,0x6a,0xba,0x04,0x30,0x68,0x06, +0xa0,0x29,0x07,0x40,0x06,0xd9,0xca,0x7b,0x66,0x06,0xa1,0x24,0x49,0xa2,0x44,0x9b, +0x44,0x40,0x1b,0xbb,0xda,0x1e,0x00,0x21,0x6e,0x48,0x1e,0x00,0xc0,0x0a,0x80,0x6a, +0x5f,0xff,0xff,0xfa,0x02,0x70,0x02,0x33,0xd0,0x3e,0x33,0x02,0x51,0xba,0xf0,0x06, +0x20,0x11,0x15,0xd9,0x6d,0x11,0x29,0x20,0x04,0x8d,0xf4,0x00,0xab,0x6d,0x60,0x01, +0xa6,0x1f,0x10,0x00,0xaf,0xb6,0x71,0xd4,0xf8,0xbe,0x70,0x6e,0xa5,0x00,0x00,0x8b, +0x73,0x00,0x00,0x16,0xb1,0x14,0x17,0x30,0x0d,0x1b,0x40,0xc5,0x40,0xf2,0x09,0x03, +0xfa,0xec,0xa9,0x02,0xc0,0xc3,0x00,0xa5,0x1b,0x51,0x10,0x2c,0x0c,0x30,0x1d,0xdd, +0xfe,0xdd,0x52,0xc0,0xc3,0x00,0x11,0x0f,0x00,0xf0,0x07,0x04,0xeb,0xed,0xbf,0x02, +0xb0,0xc3,0x00,0x49,0x0b,0x40,0xe0,0x00,0x0d,0x20,0x03,0x70,0x41,0xaf,0x00,0x14, +0x50,0xa3,0x83,0x20,0xe7,0x33,0x0b,0x07,0x30,0xbc,0xff,0xfb,0x96,0xb9,0xf0,0x0b, +0x18,0xd6,0x1e,0x60,0x5c,0x00,0x08,0xcd,0xf1,0x00,0x4f,0xc9,0x00,0x00,0x52,0x1f, +0x14,0x84,0x4e,0xb3,0x00,0x00,0x07,0xfd,0x95,0x10,0x62,0x01,0x03,0x20,0x5f,0x13, +0x32,0xe5,0xb0,0x30,0xc0,0x00,0x9c,0x32,0x17,0x30,0x08,0x10,0x2f,0xa9,0x8e,0x40, +0xdf,0xff,0x7d,0xb2,0xa4,0x29,0xf0,0x12,0x11,0xd5,0xcf,0x88,0x88,0xbc,0x00,0x00, +0x78,0x11,0xf9,0x99,0x9b,0xc0,0x00,0x1e,0x3d,0x2e,0x22,0x22,0x6c,0x00,0x0c,0xfe, +0x31,0xfc,0xcc,0xcd,0xc0,0x0a,0xbe,0xb6,0x01,0xf5,0x40,0x60,0xb1,0xe1,0xb0,0x9f, +0xed,0xde,0xbe,0x70,0xb0,0xbd,0xd2,0x07,0xe1,0x00,0x01,0xe0,0x38,0x05,0xeb,0xc1, +0x0a,0x02,0xcc,0x15,0xbd,0xcd,0x72,0x00,0x01,0xe0,0x8d,0x94,0x00,0x39,0xd8,0xfb, +0x20,0x61,0x11,0x11,0xa6,0x18,0xa1,0x11,0xa0,0x32,0x11,0x79,0x9e,0x21,0x70,0xa7, +0x18,0xa1,0x11,0x00,0x04,0xfe,0x7a,0x28,0xf0,0x09,0xf5,0x00,0x4d,0x00,0xb4,0x07, +0x90,0x0b,0x50,0x04,0xd0,0x1f,0x10,0x79,0x00,0xb5,0x00,0x4d,0x0b,0x80,0x07,0xb4, +0x4c,0x50,0xad,0x5a,0x32,0x2b,0xcc,0xf5,0x44,0x63,0x00,0x1e,0x00,0x02,0xf3,0x8a, +0x12,0x4f,0x2b,0x67,0x11,0x04,0x08,0x4d,0x17,0xb5,0x47,0x1e,0x10,0xd3,0x69,0x81, +0x00,0x33,0x73,0x20,0xef,0xdd,0xab,0x29,0xf4,0x05,0xd3,0x06,0xb0,0x0d,0x40,0x02, +0xe0,0x0d,0x30,0x5a,0x00,0xd4,0x00,0x2f,0xee,0xfe,0xef,0xfe,0xef,0x40,0x79,0x98, +0x30,0x33,0x33,0xd9,0x41,0x1b,0x30,0x1b,0xbb,0xee,0x05,0x55,0x41,0x10,0x00,0x4e, +0x20,0x77,0x46,0x41,0x0b,0xfb,0x84,0x9d,0x28,0x7f,0xc2,0x8f,0xff,0xd8,0x30,0x00, +0x09,0xce,0xeb,0x61,0x04,0x8e,0xe5,0x8e,0xa8,0x40,0x03,0x00,0x0c,0xcc,0xd4,0x10, +0xf1,0x0e,0xcc,0x00,0x17,0x77,0xe9,0x7a,0xd7,0x77,0x20,0x03,0xd4,0x4e,0x64,0x8c, +0x44,0xd4,0x00,0x3e,0xbb,0xec,0xbc,0xeb,0xbe,0x40,0x00,0x09,0x20,0x97,0x00,0xff, +0xb6,0x10,0x4f,0x92,0x31,0xf0,0x24,0x1d,0x76,0xae,0xe8,0x88,0x88,0xa0,0x00,0x13, +0xd4,0x4e,0x99,0x99,0x9e,0x00,0x04,0xf9,0x00,0xe7,0x66,0x67,0xe0,0x02,0xd9,0x90, +0x04,0xcc,0x55,0x54,0x00,0x00,0x69,0x06,0xde,0xaa,0xbf,0x80,0x00,0x06,0x91,0x61, +0x6d,0x9e,0x60,0x00,0x00,0x69,0x2b,0xa9,0x64,0x68,0x41,0xb2,0x04,0x4b,0x60,0x04, +0xa1,0x54,0x10,0x9f,0x0c,0x2f,0xe0,0x3b,0x83,0x19,0x60,0x00,0x5c,0x00,0x8b,0xed, +0xb6,0x9d,0xbb,0xbc,0xc0,0x33,0x2b,0x30,0x83,0x33,0x7c,0x1e,0x00,0x80,0x96,0x00, +0x04,0xc0,0x08,0x8d,0xb8,0x79,0xe3,0x10,0x40,0x55,0xd9,0x54,0x96,0x14,0x0e,0x31, +0x0d,0x80,0x09,0xf2,0x10,0xc0,0xeb,0x50,0x15,0xc2,0xf1,0x10,0x00,0x5a,0x1e,0x30, +0x89,0x0f,0x1f,0x67,0xf5,0x05,0x58,0x0e,0x30,0xf0,0x10,0x07,0xb0,0x00,0x1b,0xa0, +0x0f,0x05,0x90,0xc1,0x00,0x1e,0x90,0x00,0xdf,0xe4,0xce,0x3e,0x13,0x24,0x81,0x0b, +0x20,0xe3,0x00,0x35,0xa9,0xf0,0x07,0x02,0x27,0x72,0x0e,0x10,0x00,0x85,0x01,0xdd, +0xdd,0xe0,0xeb,0xbb,0xbd,0x50,0x00,0x00,0xa7,0x0e,0x32,0x22,0x95,0x6f,0xa6,0x10, +0xe1,0x91,0x3b,0xa0,0x3f,0x70,0x0e,0xed,0xdd,0xf5,0x00,0x4f,0xfe,0x40,0x0f,0x00, +0xe2,0x4f,0x5f,0x4e,0x2e,0xee,0xee,0xf5,0x01,0x30,0xf1,0x20,0x0a,0x62,0xe0,0x0c, +0x68,0x02,0xf4,0x76,0xfe,0x04,0x4d,0x02,0xe0,0x82,0x00,0x0f,0x10,0x5e,0x40,0x2f, +0x0c,0x20,0x00,0xf1,0x6c,0x30,0x00,0xce,0xc0,0xe6,0x1a,0x00,0x47,0x07,0x00,0x56, +0x24,0x11,0xa0,0x07,0x00,0xa0,0x0e,0xff,0xff,0xf0,0x2e,0x00,0xf0,0x7d,0x1a,0x10, +0x73,0x82,0x80,0xe3,0x05,0xd1,0x00,0x02,0x00,0x60,0x00,0x53,0x32,0x21,0xbc,0xcc, +0xc7,0x5c,0x50,0xf5,0x33,0x43,0x33,0xf3,0xdb,0x25,0x10,0xf1,0xc2,0x1d,0x21,0xf2, +0x01,0x07,0x00,0x50,0xe2,0x06,0xeb,0x10,0xc3,0x05,0x0a,0xd0,0x5f,0x10,0x00,0x80, +0x00,0x5b,0xe5,0x0f,0x20,0x02,0xf0,0x8f,0xc6,0xe9,0x86,0x2b,0x90,0x11,0x70,0x00, +0x13,0x4d,0xe9,0x0b,0x30,0xee,0xef,0xa0,0x5c,0x8b,0x01,0xf7,0xc8,0x72,0x7f,0x41, +0x11,0xba,0x11,0x10,0x07,0x60,0x0b,0x20,0x0a,0x7f,0x4a,0x1e,0x10,0xf1,0x2e,0x80, +0x50,0x30,0x01,0xf1,0x00,0x1f,0x38,0x0b,0x32,0xf1,0x00,0x3f,0x15,0x00,0x30,0x4e, +0x00,0x0e,0xa4,0x23,0x10,0x6f,0xd6,0xbf,0x31,0xf1,0x00,0xb8,0x15,0x00,0x10,0x03, +0x7c,0x7e,0x76,0x12,0xf1,0x0b,0x60,0x00,0x0e,0x36,0xcb,0x81,0x14,0x34,0xc9,0x01, +0xf7,0x50,0x03,0xfd,0xfd,0xfd,0xf2,0x00,0xed,0xeb,0x3c,0x0d,0x0c,0x0b,0x20,0x8a, +0x09,0x33,0xd5,0xe6,0xe5,0xd2,0x1f,0xdc,0xec,0x35,0xe7,0x55,0x55,0x00,0x4a,0x54, +0xa2,0x6f,0xbb,0xbb,0xb2,0x02,0xb7,0x6b,0x6e,0x38,0x32,0x2c,0x30,0x2f,0xff,0xfd, +0x40,0xb1,0x00,0xc3,0x02,0xa5,0x4a,0x2d,0xbe,0xbf,0x0c,0x20,0x3b,0x87,0xc2,0xd0, +0xb1,0xd0,0xd2,0x04,0xcb,0xbd,0x2a,0xbe,0xbb,0x0e,0x10,0x76,0x54,0xa2,0x00,0xb3, +0x80,0xf0,0x0b,0x25,0x4b,0x6c,0xcc,0xbc,0x2e,0x00,0xb0,0x37,0xc0,0x00,0x00,0x9d, +0x80,0x4f,0x37,0x25,0x12,0x00,0x1b,0xd0,0x10,0x00,0x98,0x67,0x44,0x91,0x11,0x11, +0x01,0x2d,0x4f,0x08,0x01,0x24,0x07,0x6b,0x1c,0x0a,0x0f,0x00,0x22,0x01,0xcc,0x64, +0x01,0x62,0x1f,0x33,0x33,0x33,0x3f,0x20,0x98,0x06,0x16,0xf2,0x0f,0x00,0x03,0xe1, +0x50,0x03,0xa6,0x2f,0x12,0xe1,0x72,0x1f,0x12,0x97,0x07,0x00,0x11,0x34,0x07,0x00, +0x00,0x69,0x27,0x06,0x73,0x7f,0x70,0x4e,0xee,0xe7,0x45,0x5f,0x75,0x51,0x36,0x9b, +0x67,0xcf,0xdc,0xc3,0x4e,0xee,0xe7,0x8f,0x7f,0x30,0x3f,0xee,0xf8,0x07,0x00,0x37, +0x3b,0x00,0x78,0x07,0x00,0x03,0x15,0x00,0x13,0x3c,0xcd,0x1f,0x13,0x1a,0x97,0x00, +0x11,0xc6,0xba,0xcf,0x02,0x39,0x5a,0x21,0x4d,0x01,0x78,0x2f,0x24,0x03,0xd0,0x53, +0x67,0x32,0x5d,0xdd,0xd1,0x0f,0x00,0x00,0xeb,0x24,0x91,0xdd,0x00,0x9e,0xee,0xe5, +0x4e,0x33,0x36,0xd0,0x1f,0x22,0x01,0x48,0x54,0x21,0xf2,0x4d,0x6b,0x08,0xf2,0x0f, +0x0d,0x24,0xd0,0x00,0x03,0x50,0x78,0x00,0xd2,0x4d,0x00,0x00,0x5b,0x07,0xec,0xcf, +0x23,0xf4,0x33,0x3b,0x80,0x79,0x11,0x10,0x09,0xcc,0xcc,0xa1,0x00,0x32,0x26,0x1f, +0x22,0x05,0xb0,0x3c,0x44,0x11,0x09,0x72,0x79,0x43,0x03,0xee,0xee,0xe9,0x70,0x0d, +0x93,0x01,0xc6,0x11,0x11,0x00,0x9e,0xee,0x60,0x0c,0xf2,0x31,0xa1,0xda,0x88,0x83, +0x00,0x9e,0xee,0x70,0x0f,0x98,0x8d,0xf3,0xcd,0x00,0xb8,0x26,0xf0,0x04,0xaf,0xef, +0x70,0x5c,0x00,0x0c,0x40,0x0a,0x30,0x67,0x0b,0x80,0x00,0xd2,0x00,0xa3,0x06,0x72, +0xf2,0xb6,0x3f,0x41,0xee,0xf9,0xda,0x00,0x58,0x2c,0x46,0x5c,0x00,0x8e,0xf8,0x9d, +0x3d,0x24,0x14,0x00,0x44,0x01,0x20,0x1f,0xff,0x61,0xd2,0x10,0x30,0xa5,0x04,0x72, +0x01,0xee,0xee,0xe8,0x4d,0x00,0xc3,0x18,0xc1,0x90,0x0c,0x30,0x00,0x5d,0xdd,0xd7, +0xe1,0x00,0x8f,0x84,0x01,0x11,0x52,0x92,0x3c,0x60,0xee,0xe8,0xdd,0xdd,0xde,0x40, +0x95,0x1d,0xf0,0x02,0x62,0x25,0xe0,0x00,0x7f,0xee,0xf0,0x4d,0x00,0xb7,0x00,0x07, +0x80,0x0f,0x00,0x9b,0x9b,0x29,0x63,0xf0,0x03,0xf0,0x02,0xef,0x30,0x00,0x07,0xfe, +0xef,0x4b,0xf8,0x7f,0xb5,0x00,0x78,0x00,0x0d,0xc3,0x00,0x3f,0xd2,0x04,0xae,0x01, +0x02,0xea,0x0e,0x00,0x49,0x7a,0x10,0xe3,0xa3,0x04,0x10,0x10,0x75,0x55,0x80,0x06, +0xee,0xee,0xe5,0x77,0x8b,0x77,0x70,0x80,0x23,0x74,0x7a,0xe7,0x77,0x00,0x9e,0xee, +0xa0,0x1f,0x03,0x00,0x3d,0x01,0x70,0xce,0xee,0xa1,0x77,0x9e,0x77,0x50,0x33,0x59, +0x71,0x9b,0xe9,0x96,0x00,0x8e,0xde,0xa0,0xae,0x1d,0x21,0x60,0x4b,0x1e,0x00,0x31, +0x96,0x04,0xb0,0x0f,0x00,0x81,0xed,0xeb,0x9c,0xcd,0xfc,0xcc,0x40,0x96,0xc8,0xc3, +0x10,0x41,0xe5,0x4e,0x12,0x70,0x69,0x00,0x12,0x4e,0xe9,0xbf,0x90,0x09,0xb4,0x44, +0x44,0x03,0xee,0xee,0xe4,0xfb,0x1b,0xad,0x00,0x6b,0xa3,0x00,0xfe,0x4e,0x40,0xee, +0x9d,0xdc,0xcc,0x9a,0x40,0x00,0x64,0x67,0x10,0x1f,0x4b,0x01,0x31,0xe3,0x3f,0x01, +0x1f,0x96,0xf1,0x0e,0xbb,0xf0,0x2e,0x00,0xaf,0xef,0x80,0xd0,0x0e,0x03,0xd0,0x0a, +0x30,0x58,0x0f,0xbb,0xf0,0x5c,0x00,0xa3,0x05,0x80,0xd2,0x22,0x06,0xa0,0x0a,0xee, +0xf8,0xd3,0xbc,0x10,0xa3,0x22,0x8b,0x22,0xee,0x10,0x41,0x85,0x07,0x50,0x88,0x00, +0x6f,0x32,0x21,0xc5,0x10,0xa4,0x40,0x21,0x4c,0x7b,0xa7,0x15,0xa0,0x04,0xc0,0xc1, +0x1e,0xee,0xeb,0x79,0x99,0xbe,0x9a,0x1c,0x00,0x73,0x77,0x78,0xe7,0x75,0x06,0xee, +0xe7,0xb9,0x4e,0xb3,0x05,0x55,0x53,0xf0,0x00,0x06,0xee,0xe7,0x9b,0xfa,0x4f,0x18, +0x7d,0x60,0xe2,0x00,0x07,0xfe,0xf8,0x02,0x2e,0x1e,0xf1,0x09,0x77,0x06,0x80,0x2d, +0x03,0x97,0x01,0x07,0x70,0x69,0x59,0xfe,0xa5,0xb1,0xb0,0x7f,0xef,0x9b,0x73,0x00, +0x1f,0x69,0x07,0x80,0x25,0x40,0x40,0x40,0x00,0x33,0x00,0x20,0x97,0x00,0x04,0x01, +0x30,0x47,0x9d,0xfb,0x40,0x07,0x50,0x2a,0x87,0xe0,0x00,0x04,0x64,0x03,0x16,0x1e, +0xb8,0x32,0x51,0xae,0xee,0x86,0xee,0xef,0x2f,0xc5,0x83,0x12,0x23,0xe2,0x22,0x00, +0xae,0xee,0x80,0x1e,0x00,0xf0,0x02,0x04,0x46,0xf4,0x41,0x00,0xbf,0xef,0xb0,0xdc, +0xbb,0xbe,0x40,0x0b,0x30,0x3b,0x0d,0x20,0xa5,0xb6,0xf0,0x03,0x03,0xb0,0xd2,0x00, +0x0c,0x40,0x0b,0x97,0x9b,0x0d,0x63,0x33,0xd4,0x00,0xb9,0x77,0x50,0xdd,0x52,0x24, +0x10,0x33,0x95,0x02,0x10,0x43,0x69,0x00,0x40,0x8a,0x00,0x0e,0x50,0xeb,0x1b,0xa0, +0xe3,0x06,0xc0,0x04,0xee,0xee,0xe4,0x9d,0xa9,0xcb,0xe7,0x37,0x50,0x26,0x68,0xf6, +0x66,0x10,0x5a,0x00,0x12,0x2e,0xf7,0x03,0x30,0x67,0xf6,0x64,0x69,0x00,0x44,0xaa, +0xbf,0xaa,0x80,0x17,0x0d,0xb0,0xbe,0xde,0xb1,0x11,0x4e,0x11,0x10,0x0b,0x30,0x4b, +0x9f,0xc8,0x2b,0x50,0xb3,0x04,0xb0,0x00,0x2e,0x13,0x17,0x11,0xeb,0x1e,0x00,0x12, +0xb3,0x49,0x69,0x06,0xfb,0x08,0x02,0xdd,0x7f,0x00,0xbd,0x34,0x10,0xb0,0x94,0x10, +0xd3,0x05,0x66,0xbd,0x66,0x63,0x1e,0xee,0xeb,0x8a,0xad,0xea,0xaa,0x50,0xfb,0x7f, +0x32,0x07,0xee,0xe5,0x88,0x8c,0x01,0xdb,0x23,0x10,0xf4,0x0f,0x00,0x01,0xe7,0x90, +0x00,0x8c,0xb0,0xf0,0x11,0x80,0x00,0x08,0xfe,0xf7,0x55,0xe1,0x16,0x58,0x00,0x85, +0x07,0x79,0x4e,0x10,0x13,0xf2,0x08,0x50,0x78,0xe1,0xe1,0x03,0xa9,0x80,0x8f,0xef, +0x85,0x0e,0x20,0x59,0x46,0xaf,0x5c,0x10,0x9f,0x56,0x54,0x14,0x61,0xde,0xa3,0x11, +0x03,0xb6,0x1c,0xc1,0x09,0x00,0x04,0x15,0xa0,0x2d,0x04,0xee,0xee,0xe0,0xd0,0x97, +0xc4,0xb1,0xa1,0x88,0x0e,0x20,0x5b,0x00,0xae,0xee,0x71,0x08,0xa0,0x27,0x57,0xb2, +0x08,0xd1,0x5b,0xe5,0x00,0xae,0xee,0x73,0xa1,0x21,0x32,0xcb,0xc7,0xf0,0x13,0x40, +0x00,0x00,0xbf,0xef,0x95,0x6e,0x2d,0x0c,0x30,0x0b,0x30,0x59,0x95,0xe0,0x61,0x4c, +0x00,0xb3,0x05,0xae,0x1e,0x00,0x1a,0xd3,0x0b,0xee,0xfc,0x90,0xf0,0x03,0xb4,0x10, +0xb3,0x46,0x26,0x16,0xf6,0xdb,0x00,0x14,0x34,0x84,0x60,0x20,0x08,0xef,0x98,0x42, +0x11,0x08,0xa7,0x77,0x00,0x4b,0x01,0x31,0x69,0xe6,0x66,0x11,0x9f,0xa1,0xcc,0x89, +0xf0,0x00,0x9e,0xee,0x90,0x0b,0x50,0x1f,0x58,0x02,0x72,0xe4,0x23,0xf2,0x00,0x9e, +0xee,0x9c,0x88,0x2d,0x01,0xc9,0x7b,0xd0,0x00,0xaf,0xef,0xc1,0xfd,0xdd,0xdf,0x60, +0x0a,0x40,0x3c,0x1e,0x00,0x50,0xd5,0xf5,0x08,0x03,0xc1,0xe0,0x00,0x0a,0x60,0x0a, +0xee,0xec,0x1f,0xbb,0xbb,0xe6,0x00,0xa4,0x00,0x01,0xe4,0x44,0x4b,0x60,0x00,0x54, +0x3f,0x03,0x01,0xa0,0x4d,0x30,0x08,0x10,0x0f,0xc8,0xb8,0x42,0xee,0xee,0xd0,0xf0, +0xb5,0x96,0xb0,0x0f,0x88,0x88,0xe4,0x00,0xae,0xee,0x60,0x77,0x77,0x77,0x4a,0x0b, +0x01,0xbf,0x4c,0xa1,0xae,0xee,0x64,0xaa,0xce,0xaa,0x60,0x01,0x22,0x21,0x83,0x0d, +0x31,0xbc,0xbd,0x8d,0x7f,0x76,0x21,0x30,0x68,0x6f,0x5e,0xe0,0xb3,0x06,0x80,0x08, +0xd6,0xc0,0x00,0x0b,0xee,0xf9,0x3b,0xf2,0x0b,0xd4,0x25,0x59,0x12,0xb2,0xa0,0xc5, +0x04,0xce,0x09,0x31,0x00,0x20,0x05,0x70,0x03,0x30,0x1e,0x20,0xa5,0xbb,0x04,0x91, +0x09,0x90,0x03,0xd0,0x04,0xee,0xee,0xd6,0xd0,0xa7,0x01,0xd2,0x02,0xe9,0x77,0x77, +0x7e,0x30,0xae,0xee,0x61,0xe9,0x88,0x8d,0x40,0xc0,0x4e,0x10,0xa3,0x80,0x00,0x11, +0xe1,0x46,0xc9,0x00,0x3a,0x09,0x90,0xe3,0x00,0xbf,0xef,0x80,0x09,0x72,0xe0,0x00, +0x71,0x00,0x21,0xc5,0x2e,0x71,0x00,0xf5,0x04,0x4f,0x02,0xe0,0x82,0x0b,0xee,0xf9, +0x6f,0x70,0x2e,0x0b,0x30,0xb3,0x00,0x4e,0x60,0x00,0xee,0xe0,0xbc,0x04,0x14,0x34, +0x49,0x80,0x11,0x4f,0x1a,0x66,0xc0,0x10,0x49,0x01,0x40,0x0e,0x1e,0xee,0xed,0x49, +0x14,0xc2,0x0e,0x64,0x27,0x91,0x7b,0xeb,0x2e,0x07,0xee,0xe6,0x49,0x02,0xb0,0x0e, +0x00,0xa0,0xac,0xeb,0x6e,0x07,0xee,0xe6,0x58,0x22,0x22,0x1e,0x7f,0x0d,0xf0,0x07, +0x69,0x99,0x0e,0x08,0xfe,0xf7,0x76,0xa5,0x3c,0x1e,0x08,0x50,0x67,0x94,0xa3,0x1c, +0x1e,0x08,0x50,0x68,0xd0,0xaa,0x15,0x00,0xb2,0xfc,0xb0,0x40,0x00,0x0f,0x08,0x50, +0x0b,0x30,0x00,0x09,0x6f,0xbc,0x06,0xc0,0x63,0x00,0x26,0x3d,0x02,0x35,0xa1,0xf2, +0x04,0x7c,0xcd,0xfc,0xc9,0x00,0x00,0x81,0x01,0x33,0x5f,0x33,0x20,0x4e,0xee,0xee, +0x2c,0xcc,0xfc,0xc7,0x90,0x7f,0x00,0x5b,0x86,0x52,0xe6,0xcd,0xdd,0xed,0xdd,0x90, +0x54,0x10,0x22,0x0f,0x00,0x10,0x0e,0xab,0x06,0x00,0x61,0x2b,0xf0,0x12,0x33,0x3e, +0x20,0x0b,0xee,0xf9,0x0e,0x98,0x88,0xe2,0x00,0xb2,0x05,0x90,0xe8,0x77,0x7e,0x20, +0x0b,0x20,0x59,0x0e,0x53,0x33,0xe2,0x00,0xbe,0xef,0x90,0xe1,0x00,0x0d,0x20,0x72, +0x91,0x32,0x10,0x0b,0xf1,0xfe,0x22,0x21,0x21,0x00,0xe0,0x03,0x10,0x31,0x53,0x06, +0xf0,0x05,0x07,0xef,0xb7,0x9c,0x30,0x00,0x08,0x10,0x20,0xa7,0x2f,0x43,0x01,0xee, +0xee,0xc8,0xde,0x10,0xab,0xc1,0xb1,0x0b,0xa0,0xa4,0x46,0xf4,0x00,0x7e,0xee,0x69, +0xa9,0xaa,0xa5,0x03,0x37,0xf0,0x01,0x94,0x44,0x44,0x45,0x30,0x7e,0xee,0x60,0xea, +0x99,0x9f,0x10,0x01,0x33,0x31,0x0e,0x7c,0x77,0xf1,0x12,0x8c,0xac,0x80,0xee,0xdd, +0xdf,0x10,0x08,0x40,0x68,0x02,0x90,0x06,0x60,0x00,0x84,0x06,0x80,0x0e,0x20,0xe3, +0x00,0x08,0xee,0xf8,0x11,0x95,0x6c,0x11,0x00,0x85,0x00,0x0d,0x11,0x2f,0x30,0xb0, +0x00,0x0b,0xba,0x12,0xf0,0x07,0x09,0x50,0x11,0xb7,0x17,0x8b,0x10,0x00,0x25,0x09, +0xff,0xff,0x88,0x79,0x02,0xee,0xee,0x0b,0x05,0x76,0x91,0xe0,0xbf,0x1d,0x73,0x94, +0x59,0x01,0x00,0x9e,0xe9,0xef,0x87,0x91,0xf0,0x22,0x22,0x22,0x4b,0x00,0x00,0x9e, +0xe9,0x3e,0xab,0xd2,0xd1,0xd0,0x00,0x00,0x03,0xb0,0x1d,0x1e,0x87,0x00,0xae,0xea, +0x3f,0xcd,0xd0,0xed,0x00,0x0a,0x23,0xa3,0xb0,0x1d,0x0d,0x70,0x00,0xa2,0x3a,0x3e, +0xbc,0xd7,0xf7,0x65,0x0a,0xdd,0xa3,0xb0,0x0b,0xb4,0xda,0x1b,0x49,0x48,0x01,0xb0, +0x0b,0xd0,0x2c,0x02,0x30,0x60,0x00,0x50,0xae,0x13,0x30,0x0d,0x40,0x79,0xee,0xa1, +0xc0,0x9c,0xed,0xcf,0xdc,0x51,0xee,0xee,0xc3,0x46,0xb2,0xe2,0x61,0x69,0x33,0xa0, +0x4a,0x0e,0x2c,0x00,0x8e,0xee,0x60,0xb6,0xa0,0xe7,0x72,0x91,0x81,0xbb,0xce,0xbf, +0xbb,0x70,0x7c,0xcc,0x53,0x66,0x4b,0x01,0x80,0x78,0xf2,0x04,0xe8,0x00,0x9d,0xbd, +0x60,0xf0,0x00,0x07,0x90,0x09,0x40,0x86,0x0f,0xdd,0xdd,0xe9,0x00,0x94,0x08,0x0f, +0x00,0xe9,0xa7,0xc6,0x0f,0x33,0x33,0x99,0x00,0x9a,0x77,0x30,0xfb,0xbb,0xbd,0x90, +0x61,0xcb,0x00,0x6d,0x05,0x41,0x90,0xb3,0x00,0xb3,0xef,0x3b,0x40,0xed,0x2f,0x21, +0x11,0x84,0x02,0xf1,0x1a,0x0a,0xeb,0xcf,0xb2,0x09,0xc9,0x99,0xda,0xcc,0x38,0xa0, +0x03,0xdd,0x9d,0x3c,0x30,0x2e,0xd1,0x00,0x03,0xc7,0xc4,0xe1,0x5c,0xac,0xb4,0x00, +0x16,0x22,0xba,0x88,0x20,0x04,0xb1,0x08,0x99,0x99,0x9f,0x99,0x99,0x98,0x80,0x35, +0x00,0x23,0xa9,0x10,0x0a,0x0f,0x33,0x11,0x00,0x2b,0x62,0x60,0x88,0x80,0x00,0x00, +0x2a,0xaa,0x1d,0x85,0x01,0xa1,0x53,0x00,0x7e,0x19,0x10,0x2f,0x21,0x1c,0x40,0x20, +0x00,0x00,0x31,0x66,0x1a,0x10,0x60,0x4f,0x3c,0xf1,0x02,0x3d,0x11,0x5c,0x10,0x00, +0x18,0x00,0x8b,0xbd,0xfb,0xbb,0x41,0xee,0xee,0x80,0x44,0x7d,0x13,0x2e,0x10,0x17, +0xe7,0x06,0xf0,0x07,0x8e,0xee,0x56,0x66,0x9e,0x66,0x64,0x00,0x00,0x02,0x66,0x7a, +0x79,0x76,0x40,0x8e,0xee,0x3a,0xcf,0x95,0xb5,0xb0,0x62,0x01,0xf6,0x1a,0xe1,0x3c, +0x16,0x40,0x9e,0xef,0x7c,0xcf,0xcc,0xfc,0xc8,0x09,0x30,0xa2,0x03,0xf5,0x3d,0x3a, +0x00,0x93,0x0a,0x7c,0xaf,0x62,0x9e,0x20,0x09,0xdd,0xf2,0x01,0xe0,0x6d,0xc0,0xa0, +0x94,0x00,0x07,0xbc,0x59,0x07,0xb6,0x6d,0x09,0x05,0x7e,0x06,0x31,0x0d,0x00,0xd3, +0x6a,0x6e,0x01,0xc4,0x73,0xc1,0x71,0x01,0x3a,0x42,0x83,0x10,0x4e,0xee,0xed,0x0c, +0x33,0x90,0x10,0x04,0xb0,0xfc,0xcf,0xcc,0x90,0x0a,0xee,0xe7,0xef,0x66,0xe7,0x63, +0x63,0x5e,0xc0,0xf4,0x4e,0x54,0x20,0x0a,0xee,0xe5,0x0f,0xaa,0xfa,0xa5,0x00,0x16, +0xb8,0xf0,0x00,0x7e,0x87,0x70,0x0b,0xff,0xf6,0x0b,0x44,0x44,0x54,0x00,0xb3,0x08, +0x79,0xee,0xcd,0x40,0xf3,0x08,0x30,0x87,0x01,0xb8,0x6c,0x50,0x00,0xbe,0xef,0x72, +0x59,0xfe,0xc6,0x30,0x0b,0x30,0x01,0xfd,0x81,0x06,0xcf,0x40,0x00,0xfc,0x75,0x12, +0x84,0x3c,0xc9,0x30,0x05,0xd0,0x0b,0xd3,0x34,0xe0,0x00,0x0a,0x20,0x13,0x3b,0xb3, +0x32,0x02,0xee,0xee,0x93,0x88,0x88,0x88,0x8f,0x05,0xf0,0x33,0xaa,0xca,0xac,0xad, +0x10,0x7e,0xee,0x4c,0x0a,0x10,0xb0,0xe1,0x01,0x22,0x20,0xc8,0xc9,0x8d,0x8e,0x10, +0x69,0x99,0x34,0x99,0x99,0x99,0x60,0x01,0x22,0x20,0x6a,0x44,0x44,0x8a,0x00,0x8e, +0xdf,0x46,0xb6,0x66,0x69,0xa0,0x08,0x50,0xa4,0x6c,0x88,0x88,0xaa,0x00,0x85,0x0a, +0x45,0xba,0x99,0xaa,0x90,0x08,0xed,0xf4,0x2a,0xc0,0x0b,0xb3,0x00,0x86,0x05,0xaa, +0x27,0x05,0xe3,0xf6,0x39,0x10,0x06,0xf6,0x06,0xf0,0x2f,0x08,0x60,0x24,0xe5,0x30, +0xa4,0x00,0x03,0xb2,0xd4,0x66,0x66,0x59,0x3c,0x00,0xbc,0xf3,0x3a,0xaa,0x7c,0xce, +0x20,0x00,0xa5,0xb2,0x88,0x85,0x0b,0x4b,0x00,0xae,0xbd,0x43,0x33,0x2b,0xeb,0xd3, +0x05,0x32,0x65,0xda,0xb9,0x52,0x27,0x10,0xb3,0x8a,0x49,0x24,0x9c,0x29,0x92,0x09, +0x06,0x69,0x66,0x64,0x70,0x62,0x20,0x00,0x4f,0xab,0x28,0xe0,0xb0,0x01,0x9d,0xd8, +0x21,0x13,0xd9,0x21,0x00,0x98,0x00,0x7c,0x68,0xd6,0x3a,0x28,0xd9,0x69,0xec,0xdd, +0xa7,0x42,0x00,0xdd,0xb8,0x40,0x00,0x16,0x9b,0xe5,0xdd,0xbb,0x10,0x40,0xbd,0x31, +0x01,0x07,0x00,0x25,0x20,0x1f,0x07,0x00,0x21,0x61,0x11,0x15,0x00,0x24,0xee,0xed, +0x15,0x00,0x21,0x42,0x3f,0x07,0x00,0xf0,0x0a,0xcb,0xcf,0x02,0x2d,0x62,0x20,0x0e, +0x20,0x1f,0x0f,0x99,0x99,0xf3,0x0e,0xcb,0xcf,0x0f,0x00,0x00,0xd3,0x02,0x82,0x73, +0x0f,0x00,0x07,0x0e,0x10,0x8a,0x07,0x00,0xd8,0x1e,0x40,0x0e,0x3f,0xcc,0xcc,0xf3, +0x59,0x00,0x01,0x0f,0x33,0x33,0x1f,0x90,0x11,0x25,0x92,0x17,0x20,0x30,0x89,0xd3, +0x40,0xf1,0x2a,0x0b,0x30,0xc5,0x00,0x00,0x0d,0x1c,0x1b,0x31,0xff,0xff,0xfb,0x0d, +0x1e,0x1b,0x36,0xa0,0x06,0x80,0x0d,0x1e,0x1b,0x4e,0x70,0x09,0x50,0x0d,0x1e,0x1b, +0x9d,0xc0,0x0c,0x20,0x0d,0x1e,0x0b,0x31,0xd2,0x1e,0x00,0x0d,0x1f,0x0b,0x30,0x6a, +0x69,0x00,0x0d,0x3d,0x0b,0x30,0x0d,0xe3,0x00,0x00,0x69,0x60,0x19,0xdf,0xf0,0x02, +0xe2,0xa8,0x00,0x4e,0xac,0x00,0x0c,0x90,0x0e,0x46,0xe4,0x0a,0xd3,0x48,0x00,0x03, +0x3b,0x74,0x9b,0x05,0xad,0x0a,0x00,0x70,0x05,0x51,0x30,0x0a,0xef,0xfe,0xe3,0x0c, +0x2e,0x11,0x4d,0x03,0x7b,0x40,0x02,0x25,0xd2,0x21,0xb4,0x24,0x41,0xcc,0xcf,0xdc, +0x8b,0xf0,0x36,0x11,0xf1,0x9c,0x69,0x50,0x5a,0x0f,0x10,0x0c,0x40,0xb9,0x21,0xf0, +0x02,0xfd,0xd6,0xc4,0x00,0x0e,0x00,0x7b,0x0f,0x32,0x1c,0x50,0x02,0xe0,0x08,0xf2, +0xf1,0x00,0x53,0xba,0x31,0xab,0xcf,0x10,0x48,0x0b,0x30,0x2a,0xf7,0x32,0xe5,0x30, +0x30,0xe0,0x05,0xae,0xd5,0x1e,0x16,0x03,0x5a,0x13,0x03,0x4d,0x6d,0x00,0xe0,0x1e, +0x81,0xf1,0x0d,0xef,0xfe,0xd0,0x0a,0x80,0x0f,0xa9,0x3d,0x30,0xf3,0x01,0xf0,0x1e, +0x00,0xf0,0x24,0x8c,0x00,0x4d,0x02,0xee,0xff,0xee,0xbe,0x13,0xef,0x70,0x00,0x05, +0xb0,0x05,0x53,0x34,0x43,0x00,0x77,0x4b,0x00,0x2f,0xaa,0xac,0xc0,0x09,0x74,0xfe, +0xe2,0xf0,0x00,0x4c,0x00,0xa9,0x4b,0x00,0x2f,0x00,0x04,0xc0,0x0b,0xf6,0xb0,0x02, +0xfa,0xaa,0xcc,0x00,0xd9,0xeb,0x3c,0x5a,0x40,0x20,0x0e,0x0a,0xe7,0x71,0x00,0x21, +0x15,0xa0,0x71,0x00,0x29,0xf7,0x02,0xb4,0x8e,0x12,0xf0,0x0b,0x19,0x13,0x3f,0x01, +0x7f,0x12,0xf0,0xf8,0x00,0x14,0x2f,0x1e,0x00,0x00,0x63,0x32,0x01,0x75,0x40,0x42, +0x03,0x50,0x0e,0x30,0x0c,0x4b,0x30,0xe5,0x33,0x33,0x05,0x78,0x10,0x0e,0xd7,0x9d, +0x41,0x01,0xfe,0x10,0xe3,0x64,0x08,0x31,0x8b,0x1e,0x30,0x93,0x77,0xa1,0xae,0xf6, +0x21,0x00,0x10,0x0c,0x60,0x00,0x49,0xde,0xcb,0x8c,0x04,0xbd,0x40,0x10,0x0f,0x38, +0x19,0x40,0xe1,0x00,0xf0,0xf1,0xb5,0xa4,0x31,0x10,0x0f,0x0f,0xbe,0x3e,0x20,0x12, +0xf0,0x36,0x39,0x80,0x0c,0xdf,0xed,0x0f,0xee,0xee,0xf0,0x00,0x1f,0x00,0x00,0x01, +0x46,0x01,0x74,0x5d,0xd0,0xf0,0x00,0xd1,0xee,0xe2,0xf2,0x11,0x1f,0x00,0x0d,0x1e, +0x10,0x0f,0x87,0x00,0x31,0xd1,0xe1,0x00,0xb9,0x17,0x40,0x1e,0x8c,0x3f,0x00,0xf6, +0x76,0x20,0xd9,0x41,0x6c,0x1b,0x21,0x46,0x20,0x9c,0x1d,0x15,0x10,0x31,0x66,0x40, +0xff,0xf0,0x0e,0x50,0x10,0x17,0x20,0x0f,0x04,0xa3,0x08,0xf1,0x06,0xd2,0x00,0xf0, +0xcb,0x00,0xa8,0x00,0x0d,0x31,0x2f,0x7c,0xd4,0x3f,0x10,0x00,0xbd,0xfe,0xdc,0x23, +0xdd,0x70,0x4f,0x07,0xf0,0x08,0x0d,0xf1,0x00,0x00,0x91,0xe1,0x00,0x1c,0xa7,0xe4, +0x00,0x0d,0x1e,0xff,0x9e,0x70,0x04,0xeb,0x10,0xd1,0xe1,0x08,0xff,0x6e,0xa9,0x30, +0x1e,0x10,0x0e,0x5d,0xc5,0x40,0xd1,0xe7,0x92,0xe1,0x24,0x27,0x80,0xee,0xa6,0x1e, +0x43,0x33,0xf2,0x04,0x62,0xad,0x79,0x21,0xcf,0x20,0xfc,0x0e,0x10,0xe1,0x69,0x00, +0x20,0x70,0x0f,0x47,0x00,0xf0,0x05,0x10,0x78,0x60,0xf0,0xe1,0x28,0x00,0xd1,0x07, +0x7e,0x2f,0x0e,0x1a,0xa0,0x0d,0x10,0x77,0x88,0xf0,0xe4,0x63,0x3a,0x60,0x63,0xcf, +0x0e,0xc8,0x00,0x00,0x7e,0x8b,0xf6,0x26,0xe3,0x00,0x00,0xb0,0xe2,0x10,0x0f,0x0e, +0x70,0x00,0x0d,0x0f,0xd7,0x2c,0xe0,0xec,0xc1,0x00,0xd0,0xe0,0x6e,0x8c,0x0e,0x28, +0xd1,0x0d,0x0e,0x03,0x26,0x80,0xe1,0x03,0x00,0xd3,0xfa,0xb0,0xd2,0x0e,0x10,0x51, +0x6f,0xc8,0x40,0x9a,0x00,0xe3,0x0c,0x31,0x10,0x00,0x9a,0x00,0x09,0x69,0x48,0x01, +0x54,0x10,0x14,0xe1,0x07,0x00,0x42,0x3e,0xef,0xfe,0xe0,0x0e,0x00,0xf0,0x06,0x03, +0x55,0xf7,0x55,0x0a,0xde,0xed,0x98,0xc9,0xfa,0xae,0x0c,0x08,0x43,0xa8,0x60,0xe1, +0x1e,0x0c,0xce,0xdd,0x07,0x00,0x00,0x0e,0x00,0xf0,0x17,0x95,0xf6,0x6e,0x0c,0xbd, +0xcc,0xa8,0xc9,0xfa,0xae,0x01,0x1a,0x71,0x18,0x60,0xe1,0x1e,0x3a,0xad,0xca,0xaa, +0x60,0xe1,0x1e,0x15,0x5b,0x95,0x59,0x60,0xe1,0x1e,0x00,0x09,0x60,0x08,0xfe,0xfe, +0xee,0x07,0x00,0x35,0x71,0x11,0x2c,0x50,0x03,0x12,0xb4,0xa9,0x56,0x00,0x0d,0x4b, +0x11,0xf1,0xfc,0x4f,0x80,0x66,0x6c,0x76,0x61,0x00,0x0c,0x40,0x19,0xee,0x30,0xf0, +0x1a,0xad,0xfd,0xd4,0x0a,0x60,0x4a,0x00,0x0c,0x2a,0x29,0x54,0xe1,0x00,0xc8,0x00, +0xcd,0xed,0xe7,0xe8,0x10,0x25,0xf3,0x0c,0x2a,0x29,0x56,0x79,0x0a,0x73,0x00,0xc3, +0xb4,0xa5,0x01,0xe1,0xf2,0x00,0x08,0xbe,0xcb,0x30,0x50,0x7f,0x60,0x22,0xc6,0x21, +0x00,0x4f,0x50,0x58,0x2b,0x40,0x80,0x1d,0xdd,0x20,0x5a,0x00,0xbc,0x5e,0x80,0x7e, +0x60,0x00,0x0b,0x40,0x5c,0x30,0x00,0x3c,0x80,0x3f,0x00,0xce,0x20,0xf0,0x03,0xd3, +0x51,0x00,0x00,0x11,0x99,0x11,0x0d,0x4a,0xd0,0x00,0x4c,0xce,0xec,0xc1,0xd4,0x0c, +0x90,0x66,0x19,0xf0,0x29,0x0d,0x40,0x23,0x01,0xdd,0xdf,0xfd,0xdd,0xfe,0xdd,0xd2, +0x03,0x44,0xaa,0x44,0x3b,0x50,0x32,0x00,0x68,0x8c,0xc8,0x86,0x97,0x0d,0x40,0x02, +0xaa,0xdd,0xaa,0x28,0x94,0xe0,0x00,0x4a,0x28,0x82,0xb3,0x5c,0xa8,0x00,0x04,0xc7, +0xbb,0x7d,0x32,0xff,0x10,0x00,0x4d,0xac,0xca,0xd3,0x0f,0x80,0x20,0x93,0x19,0xf6, +0x01,0x07,0xf9,0x09,0x50,0xdd,0xde,0xed,0xdd,0xe7,0xf7,0xd2,0x00,0x00,0x77,0x01, +0xb2,0xef,0xbd,0x01,0x4f,0x01,0x22,0x2c,0x00,0x07,0x02,0x10,0xf4,0x6e,0x40,0x40, +0xf4,0x09,0xc6,0xe3,0x0f,0x00,0xf1,0x08,0x09,0xe1,0x05,0xe4,0x00,0xdc,0xfc,0xfa, +0xed,0xaa,0xac,0xf5,0x0d,0x0c,0x0e,0x62,0x33,0x33,0x24,0x10,0xd8,0xe7,0xf0,0xf0, +0x13,0xf0,0x1d,0x7e,0x6f,0x3f,0xef,0xef,0xed,0x00,0xd2,0xd1,0xe3,0xb0,0xc0,0xc0, +0xd0,0x09,0xbf,0xbb,0x3c,0x1c,0x1c,0x1d,0x00,0x22,0xe3,0x24,0xfe,0xfe,0xfe,0xd0, +0x4d,0xdf,0xdd,0x7b,0x0c,0x0c,0x0d,0x00,0x00,0xe1,0x03,0xb0,0xc0,0xc1,0xd0,0xee, +0x1c,0x37,0x0c,0x0c,0xc9,0x10,0x12,0x00,0x26,0x94,0x50,0xc0,0x3e,0xef,0xfe,0xe1, +0xa5,0x03,0x00,0x0f,0x00,0x70,0xbb,0xbc,0xc0,0x0a,0xde,0xed,0x90,0x40,0x32,0xe0, +0xc0,0x74,0x2a,0xcf,0xdc,0xcd,0xf7,0x0c,0xce,0xdd,0xa0,0xf1,0x00,0x4b,0x0f,0x00, +0x71,0x0f,0xcc,0xcd,0xb0,0x0c,0xbd,0xcc,0x0f,0x00,0xf2,0x11,0x11,0xa7,0x11,0x0f, +0xed,0xde,0xb0,0x13,0x3a,0x83,0x30,0xf5,0x44,0x7b,0x04,0xcc,0xed,0xcc,0x2f,0x33, +0x48,0xd4,0x00,0x09,0x60,0x3d,0xcb,0xa9,0xad,0x30,0x00,0x96,0x34,0x21,0x10,0x0e, +0x5b,0x08,0x01,0xdf,0x18,0x30,0x01,0xee,0x60,0xa4,0x3f,0x40,0x41,0xc6,0x1d,0x60, +0xa6,0x11,0xf0,0x1e,0xe5,0x00,0x1b,0xc2,0x0c,0xdf,0xdd,0x59,0xdd,0xdd,0xd5,0x10, +0xd0,0xd0,0xd0,0x12,0x21,0x00,0x60,0x0d,0x7e,0x7e,0x3f,0xef,0x47,0x0e,0x00,0xd5, +0xe5,0xe3,0xa0,0x94,0xc0,0xe0,0x0d,0x3d,0x3e,0x3e,0xce,0x4c,0x0e,0x00,0x89,0xfa, +0x93,0x0f,0x00,0xf3,0x0f,0x13,0x3f,0x43,0x4e,0xbe,0x4c,0x0e,0x03,0xcc,0xfc,0xc6, +0xb1,0xa4,0xc0,0xe0,0x00,0x0e,0x00,0x2a,0x09,0x40,0x0e,0x00,0x00,0xe0,0x02,0xa5, +0xb0,0x4d,0x90,0x8e,0x02,0x00,0xc3,0x00,0xf0,0x1a,0x99,0x9f,0xa9,0x92,0x1e,0xef, +0xfe,0xa6,0x66,0xf7,0x66,0x10,0x00,0xa6,0x00,0x7b,0xaf,0xba,0xb0,0x09,0xde,0xed, +0x79,0x62,0xe3,0x2e,0x00,0xb1,0x74,0x48,0x99,0x7f,0x77,0xe0,0x0b,0xde,0xdd,0x89, +0xcb,0xfb,0xbe,0x0f,0x00,0xf0,0x07,0x00,0x1e,0x2b,0x60,0x0b,0xbd,0xcc,0x9d,0xcc, +0xbb,0xbd,0x40,0x11,0xa7,0x11,0x22,0x22,0x7b,0x31,0x03,0x3b,0x83,0x0b,0x33,0x71, +0x73,0xcc,0xed,0xcb,0x0a,0x10,0x5a,0x2c,0x01,0x31,0x4a,0x06,0xa0,0xdd,0x67,0x27, +0x1e,0xe7,0x2a,0x41,0x02,0x69,0x17,0x10,0x2e,0x07,0x00,0x00,0x4c,0x54,0x10,0x30, +0x2c,0x5a,0xf0,0x12,0xba,0x55,0x12,0x23,0xf2,0x22,0x00,0xd3,0x70,0x0f,0xdd,0xfd, +0xee,0x02,0xc2,0xd0,0x0f,0x00,0xf0,0x1e,0x08,0x83,0xd0,0x1f,0x00,0xf0,0x1e,0x0d, +0xee,0xfe,0x4f,0x01,0xf0,0xfa,0x66,0x10,0x0f,0x5d,0x14,0x90,0x02,0xe5,0x3f,0x00, +0xf0,0x1e,0x2a,0xdf,0xf9,0x07,0x00,0x21,0x04,0x22,0x2a,0x00,0x00,0x1c,0x00,0x30, +0xee,0xfe,0xee,0x07,0x00,0x34,0x11,0x11,0x3e,0x1a,0x1a,0x15,0x05,0x9b,0x7a,0x30, +0xed,0xdd,0xdf,0x8b,0xa1,0x10,0x2e,0x06,0x04,0x31,0x1c,0x51,0x10,0x9a,0x82,0x12, +0xe3,0xca,0x01,0xb0,0x5a,0x4b,0x0a,0xff,0xee,0xef,0xf1,0x0c,0x87,0xc3,0x0c,0x58, +0x12,0x40,0xcc,0xde,0xb1,0xce,0x3b,0x74,0x21,0x04,0xb0,0x0f,0x00,0xb0,0x00,0x7d, +0x93,0xcd,0xdd,0xdf,0x10,0x3d,0xfe,0xe7,0x1c,0x0f,0x00,0xe1,0x41,0x4b,0x05,0xea, +0x9a,0xbf,0xe2,0x00,0x04,0xb0,0x99,0x86,0x54,0xf2,0x21,0x44,0x07,0x15,0xce,0x10, +0x02,0x66,0x05,0x11,0x19,0xdf,0xd9,0x31,0x02,0xf0,0xab,0x36,0xbd,0x60,0x2f,0x00, +0xa1,0x00,0x02,0xd3,0x8b,0x31,0x00,0xc7,0x1e,0x40,0x23,0xef,0x92,0x22,0x06,0x3b, +0xb0,0x5f,0xff,0x40,0x00,0x3f,0xff,0x00,0x0d,0x7f,0x6f,0x20,0x13,0xff,0x30,0xc2, +0xf0,0x8d,0x53,0x58,0x20,0xe2,0x2f,0x95,0x0f,0x91,0xf2,0xe3,0x02,0xf0,0x01,0xa0, +0x00,0x1f,0x02,0xcf,0x60,0x30,0x1c,0xfa,0x00,0xd8,0x48,0xed,0x0c,0xd6,0xde,0x63, +0x11,0x12,0x34,0x11,0xc1,0x00,0x5b,0xde,0xee,0xed,0x5d,0xa4,0x31,0x6b,0x00,0x1f, +0x24,0x4d,0x31,0xbb,0x01,0xf0,0x50,0x0e,0x51,0xa1,0x1f,0xcc,0xcc,0xce,0xc1,0x41, +0x31,0x11,0x13,0xe0,0xfd,0x18,0x00,0x3f,0x30,0x20,0xfe,0x01,0x57,0x2b,0x00,0x29, +0x5e,0x40,0x02,0x40,0x08,0xb0,0x85,0x8e,0x71,0x2d,0xac,0x90,0x00,0x02,0xe0,0x2f, +0x43,0x72,0xf0,0x03,0x2e,0x05,0xfb,0xe7,0x07,0xe2,0x00,0x04,0xf1,0x7a,0x50,0x00, +0x06,0x60,0x07,0xe8,0xd8,0x20,0xa8,0x9c,0x52,0xe2,0x01,0x7d,0xff,0xef,0x7d,0x9c, +0x08,0x35,0x98,0x10,0x95,0xee,0x83,0x90,0xef,0x90,0x02,0xe7,0x00,0x07,0x50,0x5d, +0x80,0x70,0x8c,0x11,0x29,0x22,0x3e,0xf1,0x06,0x03,0xdd,0xde,0xff,0xdc,0x00,0x11, +0x10,0x4c,0x00,0xe1,0x02,0xe0,0x3e,0xee,0x04,0xfc,0xcf,0xdc,0xde,0x00,0x53,0xb6, +0x00,0x98,0xb6,0xc0,0x04,0xea,0xaf,0xaa,0xbe,0x00,0x02,0xe0,0x4d,0x33,0xf4,0x35, +0x0f,0x00,0x20,0xc0,0x0e,0x23,0x7e,0xa0,0xf3,0x4b,0x00,0xc1,0xce,0x90,0x08,0xb4, +0xc9,0x20,0xe1,0x0d,0x78,0xd0,0x00,0x6c,0xfe,0xee,0xff,0xf7,0x71,0x00,0x00,0x75, +0x0c,0x01,0x90,0x3c,0x00,0x7c,0x98,0x21,0x5f,0xff,0x04,0x02,0x13,0xd1,0xed,0x7e, +0x90,0x0b,0xee,0xef,0xee,0xe3,0x01,0x44,0x40,0xd3,0xb8,0x11,0x20,0x3c,0xdf,0xfd, +0x50,0x00,0xdd,0x35,0x40,0xce,0xef,0xfe,0xee,0x07,0x75,0x40,0x05,0xef,0xd3,0x00, +0x62,0x01,0xf1,0x02,0xc4,0xe2,0xd7,0x00,0x00,0x0f,0x3d,0x90,0x2e,0x00,0xb5,0x00, +0x09,0xf7,0x20,0x02,0xb0,0xe5,0x9e,0x84,0x30,0x00,0x00,0x25,0x02,0xd0,0x00,0x5c, +0x6d,0x5e,0x10,0x01,0x04,0x00,0x03,0xe6,0x0c,0x13,0x3f,0x5e,0xc5,0x22,0x8d,0x6e, +0xd6,0x32,0x13,0xc3,0x71,0x00,0x90,0x0c,0xdc,0xdf,0xcc,0xf2,0x00,0x44,0x40,0xc4, +0x65,0x89,0x50,0x1b,0xce,0x0c,0xdc,0xcf,0xfa,0x87,0x11,0xe0,0x0f,0x00,0xc1,0x00, +0x2e,0x09,0xcc,0xdf,0xcc,0xc2,0x00,0x02,0xe1,0x11,0x14,0x0f,0xcc,0x10,0x7c,0x7c, +0x40,0x60,0x20,0x09,0xe3,0x00,0x02,0xc0,0xf7,0x29,0x71,0xc9,0x31,0x00,0x11,0x36, +0x42,0xc0,0x6d,0xb5,0x1c,0xf4,0xc4,0x01,0x40,0x99,0x00,0xcf,0xee,0xa0,0x70,0xe0, +0xca,0x0c,0x30,0x37,0x00,0x4c,0x00,0x01,0xa1,0xc4,0xde,0xfd,0xa4,0xc0,0x92,0x18, +0x11,0x5a,0x0f,0x48,0xf0,0x12,0xd5,0xbc,0xeb,0xa4,0xc0,0x0e,0xed,0x0e,0x22,0x22, +0x22,0x4c,0x00,0x35,0xe0,0xf0,0xcc,0xce,0x34,0xc0,0x00,0x2e,0x0f,0x0d,0x00,0xb3, +0x4c,0x00,0x02,0xe3,0xb0,0xd5,0x5c,0x0f,0x00,0x51,0x97,0x06,0x77,0x71,0x4c,0xdf, +0x42,0xe4,0x06,0xde,0x80,0x05,0xe8,0xca,0x40,0x00,0x01,0x12,0x20,0xe4,0x00,0x5b, +0xf6,0x47,0x15,0x01,0x74,0x28,0x00,0x01,0x12,0x31,0x05,0xe0,0x6c,0xcd,0x88,0x20, +0xd8,0x01,0x04,0xa2,0x40,0xb1,0x9f,0xee,0xef,0x5f,0x0e,0x21,0x7f,0xf0,0xea,0x00, +0xf1,0x04,0x09,0x6f,0xdd,0xef,0xdd,0x70,0x0f,0xfe,0x01,0xf1,0x13,0xe1,0x10,0x00, +0x46,0xe0,0x1f,0x00,0x2e,0xba,0x90,0x30,0xfe,0xef,0xfe,0x53,0x8a,0x04,0x0f,0x00, +0x00,0xba,0x60,0x41,0x40,0x04,0xf5,0x1d,0x57,0x00,0x30,0xf8,0xca,0x40,0x3b,0x22, +0x5e,0xe4,0x00,0x6c,0xff,0xff,0x35,0x02,0xf0,0x06,0x7a,0x00,0xde,0xef,0xef,0xfe, +0xf1,0x00,0xba,0x0d,0x10,0xc0,0xc3,0x0d,0x10,0x00,0xb2,0xd1,0x0c,0x0c,0x30,0xe2, +0x3d,0x00,0x8b,0x34,0x31,0x11,0x77,0x70,0xa9,0x12,0x20,0x17,0x8f,0x9f,0x0c,0x10, +0xe5,0xe7,0x7b,0x01,0xc3,0x94,0x70,0x1f,0x0a,0x28,0xc1,0x3e,0x40,0x00,0x2e,0x09, +0x20,0xdf,0x50,0xca,0x02,0x30,0x04,0xcc,0x30,0x7d,0xd6,0x20,0x9e,0xb5,0x8d,0x01, +0xa3,0xb5,0xdd,0x51,0x00,0x01,0x23,0x34,0xd0,0x00,0x7d,0xd1,0x1b,0x04,0x01,0x00, +0x10,0x52,0x80,0x49,0xf1,0x05,0x94,0x00,0x07,0x80,0x2e,0x22,0x20,0x03,0xe5,0x8b, +0xce,0xbb,0xed,0xdd,0x10,0x03,0xa2,0x5d,0x34,0xe1,0xa8,0x03,0xf1,0x02,0xc0,0x06, +0xbb,0xb9,0x00,0x55,0x40,0x2f,0xff,0x03,0x5d,0x30,0x19,0xae,0x03,0xb0,0xf0,0x9e, +0x8b,0xf0,0x02,0x59,0x0e,0x7b,0xec,0xb2,0x00,0x2e,0x08,0x71,0xe2,0x3d,0x53,0x00, +0x02,0xe0,0xd3,0x2d,0x70,0x5d,0xf8,0x0a,0x2e,0x7c,0x03,0xb0,0x0c,0x20,0x00,0x05, +0xfb,0x26,0xe7,0x1d,0xe1,0x00,0x07,0xd6,0xd9,0x31,0x00,0x00,0x13,0x01,0xd2,0x00, +0x7d,0x8d,0x2d,0x31,0x06,0x60,0x1f,0xc9,0x9e,0xf0,0x03,0x2e,0x41,0xf0,0x01,0x70, +0x02,0xd0,0x00,0x5e,0x1b,0xab,0xcf,0xbb,0x99,0x00,0x00,0x10,0x01,0x3c,0x01,0x00, +0x26,0x2f,0xf0,0x02,0xcf,0xcc,0xf1,0x01,0x88,0x70,0x3c,0x03,0xe0,0x0e,0x10,0x19, +0xae,0x03,0xea,0xbf,0xaa,0x78,0x32,0xf2,0x00,0x3d,0x68,0xf6,0x6f,0x10,0x00,0x2e, +0x01,0x44,0x6f,0x44,0x40,0x00,0x02,0xe1,0x26,0x04,0x21,0xaf,0x60,0x5a,0x01,0xe5, +0xb9,0x1b,0xc5,0x32,0x52,0x34,0x52,0x0b,0x00,0x03,0xac,0xdd,0xdc,0xcb,0x7a,0x24, +0x13,0x20,0xaa,0x55,0x40,0x30,0x0a,0xfd,0xdd,0xa4,0x95,0x21,0x30,0xaa,0x7b,0x0d, +0x51,0x52,0x0a,0xec,0xd4,0x2d,0x66,0x27,0xf0,0x00,0x08,0x42,0xd0,0x01,0x99,0x80, +0x7d,0xd8,0xca,0x9e,0x80,0x05,0x7e,0x0e,0x54,0x21,0xb8,0xe0,0x02,0xe0,0xe1,0x2c, +0xcc,0x80,0xf0,0x00,0x2e,0x0e,0x13,0xa0,0x3a,0x0f,0x0f,0x00,0x31,0x3c,0x47,0xa0, +0x0f,0x00,0x60,0xd8,0x85,0x0f,0x00,0x1b,0xf4,0xc1,0xe6,0xc2,0xb0,0x0c,0xa4,0xda, +0x31,0x00,0x01,0x23,0x42,0xd0,0x01,0x7d,0x45,0x25,0x05,0x01,0x00,0x10,0x56,0xbc, +0xca,0xf1,0x04,0xb7,0x00,0x02,0xe1,0x05,0xd0,0x00,0x01,0xe5,0x3c,0xce,0xcc,0xee, +0xcc,0x20,0x04,0xc0,0x22,0x27,0x63,0x3d,0x00,0xf6,0x36,0x10,0x20,0x62,0x04,0x00, +0xdf,0x7d,0x40,0x2f,0xff,0x01,0xe1,0x71,0x04,0x40,0x02,0xf0,0x1f,0xbb,0x3a,0xa1, +0x21,0x1f,0x01,0x2f,0x99,0x17,0x01,0x0f,0x00,0x00,0x31,0x21,0x20,0xf0,0x1d,0xbb, +0x50,0xd2,0x06,0xc5,0xc7,0x20,0x00,0x00,0x13,0x11,0xd1,0x00,0x7d,0xfe,0xef,0x8c, +0x30,0x08,0x2d,0x02,0x20,0x88,0x00,0x32,0x3f,0x40,0xf0,0x01,0xd8,0x0d,0x8b,0x27, +0x00,0x1e,0x01,0x30,0xdc,0xcc,0xcc,0x10,0xde,0x40,0x3c,0x71,0xe0,0xa9,0xf1,0x07, +0xf1,0x1d,0x19,0x6e,0x67,0x00,0x0c,0xcb,0x0f,0x7c,0x72,0x82,0x9c,0x20,0x35,0xe0, +0xf0,0x97,0x2e,0x11,0x20,0x00,0x2e,0x2d,0x2e,0xbc,0xfb,0xba,0x00,0x02,0xe6,0x98, +0x62,0x3e,0x22,0x21,0x00,0x2e,0xc4,0xaa,0xab,0xfa,0xaa,0x50,0x03,0xf8,0x1c,0x1d, +0x01,0x0f,0x03,0x4d,0x50,0x02,0x20,0xd4,0x0f,0x03,0x03,0x65,0x86,0xf0,0x0c,0xfb, +0xcc,0x4e,0xbc,0xc0,0x01,0xd8,0x0d,0x01,0xc4,0xa0,0x2c,0x00,0x03,0xe2,0xfc,0xc9, +0x4e,0xcc,0x90,0x00,0x01,0x0e,0x11,0x86,0xb1,0x18,0xca,0xd5,0x80,0xf9,0x1c,0xeb, +0x91,0x0c,0xcb,0x00,0x0f,0x2b,0x10,0x60,0x67,0xe0,0xcd,0xfd,0xde,0xfd,0xc4,0x82, +0x01,0x0f,0x00,0x60,0x02,0xe6,0xdd,0xee,0xde,0xed,0xe9,0x1a,0xe0,0x2c,0x30,0x9a, +0x20,0x00,0x03,0xf3,0x9d,0x30,0x00,0x4d,0x70,0x05,0xe8,0x86,0xdd,0x13,0x24,0x0f, +0x03,0x02,0x50,0x73,0x01,0x06,0xd5,0x02,0xc7,0x47,0x60,0x1e,0x50,0x1f,0x99,0x99, +0x9f,0xda,0xe4,0xb0,0xf9,0x99,0x9a,0xf0,0x00,0x00,0x84,0x1e,0x22,0x22,0x3f,0x24, +0x00,0x10,0xf7,0xae,0x3e,0xf0,0x16,0x66,0x60,0x19,0x8a,0xd8,0x89,0x00,0x08,0x9e, +0x3c,0xaa,0xac,0xaa,0xad,0x10,0x02,0xe2,0x85,0xc3,0x36,0xa1,0xa1,0x00,0x2e,0x16, +0xd6,0x7e,0x58,0xb5,0x10,0x02,0xe2,0x66,0xab,0x66,0x66,0x61,0x33,0x44,0xf9,0x07, +0xba,0xad,0x90,0x00,0x08,0xf1,0x6d,0x60,0x00,0xa5,0x00,0x0a,0xa5,0xdd,0x40,0x06, +0xb9,0x23,0x21,0xd0,0x01,0x8d,0x0f,0x03,0x04,0xdf,0x57,0xfa,0x4d,0x13,0xeb,0xec, +0xcf,0xcc,0xb0,0x00,0xa9,0x3b,0x0a,0x30,0xf2,0x0b,0x00,0x01,0xe3,0xcc,0xbb,0xcc, +0xcc,0x80,0x00,0x00,0x08,0x61,0x07,0xa6,0x70,0x00,0x77,0x63,0xc3,0xd1,0xea,0x9e, +0x81,0x07,0x9d,0x7b,0xf5,0xaf,0x34,0xc3,0x00,0x03,0xd0,0x95,0x99,0xdc,0xcf,0xb0, +0x00,0x3d,0x6f,0xdb,0x8d,0x01,0xb0,0x00,0x03,0xd3,0x55,0x72,0xdc,0xdf,0xb0,0x00, +0x3d,0x66,0xb7,0x4d,0x01,0xb0,0x00,0x09,0xfa,0x2b,0x25,0xdc,0xcc,0xc3,0x0a,0xb5, +0xe9,0x31,0x04,0x01,0x23,0x21,0xd1,0x01,0x8d,0xd3,0x04,0x15,0xb0,0x37,0x70,0x30, +0x8f,0xff,0xe1,0xcb,0x40,0xa0,0x58,0x80,0x5d,0x00,0x07,0x60,0x08,0x70,0x87,0x0a, +0x3f,0x1b,0xb1,0xe3,0x08,0x71,0xe0,0x00,0x00,0xd1,0x4d,0x00,0x87,0x69,0xb7,0x33, +0x32,0xa8,0x75,0xc0,0x4f,0x78,0x20,0x09,0x80,0x37,0x12,0x30,0x08,0x70,0x3d,0xc7, +0x47,0x21,0xf0,0x87,0xd6,0x47,0xf0,0x03,0x1f,0x08,0x70,0x3e,0x00,0x3d,0x00,0x01, +0xf0,0x87,0xcc,0x50,0x03,0xfd,0xdd,0xef,0x08,0x70,0xc3,0x8f,0x3a,0x12,0xe0,0x87, +0x44,0x80,0x30,0x34,0x68,0x20,0x63,0x2c,0x3b,0xfc,0xa8,0x62,0x63,0x2c,0x14,0xf1, +0xfe,0x1f,0x42,0x09,0xec,0xcd,0xfc,0x75,0x65,0x10,0x1f,0x03,0x26,0x60,0x09,0xeb, +0xbc,0xfb,0xbb,0xda,0x0f,0x00,0x10,0x2f,0x8a,0x11,0x10,0x06,0x44,0x77,0x11,0xb8, +0x41,0x89,0x00,0xcf,0x37,0x10,0x0a,0x3b,0x02,0x11,0xaa,0xdb,0x02,0x03,0xf4,0x56, +0x10,0xfe,0x5a,0x16,0x10,0x4e,0xe0,0x10,0x30,0x40,0x00,0x04,0x31,0xa0,0xb0,0xe4, +0x00,0x00,0x4c,0x22,0x22,0x22,0x2d,0x40,0x00,0x02,0x0d,0x11,0x32,0x82,0x00,0x2d, +0x4f,0x24,0x22,0x20,0x02,0x48,0xdb,0xf0,0x0c,0x00,0x8a,0x66,0x6f,0x66,0x69,0xb0, +0x00,0x08,0xda,0xaa,0xfa,0xaa,0xcb,0x00,0x00,0x89,0x44,0x4f,0x44,0x48,0xb0,0x00, +0x03,0x66,0x66,0xf6,0xf5,0x10,0x01,0xbc,0xa3,0x14,0xc0,0xf9,0x96,0x12,0x3d,0x47, +0x65,0x16,0x30,0xae,0x01,0x02,0x7b,0x19,0x00,0x32,0x54,0x00,0x0b,0xe1,0x20,0xb1, +0xcc,0x8b,0x5c,0x40,0x0a,0xe1,0x00,0xa3,0x0f,0x00,0x32,0xbd,0xee,0xe8,0x67,0xa8, +0x50,0xc0,0x09,0xaa,0xfb,0xaa,0xd0,0x60,0x90,0x99,0x9f,0xb9,0x92,0x0c,0xef,0xfe, +0xe1,0x00,0xd7,0xc2,0x21,0x3c,0x04,0xc0,0xb3,0x50,0xa3,0xc4,0x90,0x00,0xe3,0x33, +0x03,0x11,0x94,0x2d,0x00,0x30,0x53,0xc7,0x61,0x0f,0x00,0x30,0x8b,0xed,0xa7,0x0f, +0x00,0x23,0x05,0x41,0x6e,0x4c,0x03,0x6e,0x34,0x30,0x04,0xf9,0x01,0x32,0x11,0xb1, +0x02,0xd4,0xac,0x10,0x1f,0x10,0xd4,0x02,0xe7,0x00,0x85,0x53,0x07,0x22,0xfe,0xe9, +0x97,0xcd,0x50,0xd1,0x00,0x05,0xb0,0x0f,0x1e,0x0d,0xf3,0x24,0x19,0xcd,0x99,0xf0, +0x01,0xee,0xff,0xe2,0x8d,0xc8,0xae,0x00,0x02,0x0d,0x15,0x00,0xb5,0x03,0xd0,0x00, +0x91,0xd3,0xb0,0x0d,0x30,0x4c,0x00,0x06,0x5d,0x76,0x00,0xf1,0x06,0xa0,0x00,0x12, +0xd6,0x81,0x2e,0x00,0x89,0x00,0x1b,0xed,0x96,0xde,0xfe,0xef,0xfe,0x50,0x41,0x13, +0x36,0x20,0x03,0x00,0xd6,0x13,0x00,0xeb,0x91,0xf0,0x08,0x0c,0x73,0x33,0x00,0x00, +0xca,0xe6,0x01,0xfa,0xaa,0xf2,0x01,0xc8,0x01,0xb3,0x7a,0x11,0x2e,0x00,0x3c,0xfe, +0xe8,0x0a,0x3a,0x46,0x01,0x8b,0x0a,0x10,0x86,0xbb,0x0b,0x00,0x5f,0x5a,0xf7,0x23, +0x81,0xee,0xff,0xe2,0x61,0x4f,0x21,0x71,0x02,0x0d,0x04,0x0b,0x62,0xf6,0x8b,0x00, +0xa1,0xd4,0xa0,0x19,0x3d,0xe9,0x00,0x06,0x5d,0x85,0x00,0x7d,0xb5,0xb0,0x00,0x22, +0xd6,0x76,0xd7,0x3b,0x09,0xb1,0x1a,0xde,0xa7,0x41,0x03,0xb0,0x09,0x50,0x52,0x00, +0x00,0x1f,0x68,0x0a,0x00,0xdf,0xbc,0x30,0x20,0x3c,0x00,0x05,0xe7,0xf1,0x07,0xf2, +0x03,0xc0,0x00,0x3e,0x4a,0xc4,0xcf,0xdc,0xdf,0xc1,0x2e,0x60,0x08,0x52,0xf4,0x25, +0xd2,0x02,0xbf,0xff,0xa0,0x1e,0x00,0xa0,0x0c,0x10,0x7d,0xfe,0xde,0xfd,0x70,0x33, +0xd4,0x31,0x7d,0xa8,0x40,0x1f,0xff,0xff,0x22,0x66,0x13,0xf1,0x0a,0x10,0xd1,0x30, +0xbc,0xbb,0xbd,0xa0,0x0a,0x1c,0x2c,0x0b,0x30,0x00,0x6a,0x00,0x65,0xc6,0x70,0xbe, +0xee,0xef,0xa0,0x02,0x3c,0x45,0x0f,0x00,0xe6,0x58,0xff,0xc1,0xb6,0x33,0x38,0xa0, +0x1a,0x73,0x00,0x0b,0xcb,0xbb,0xc9,0x35,0x29,0x12,0xa0,0xd5,0xc5,0x50,0x9c,0x01, +0x33,0x11,0x77,0x40,0x4d,0xf0,0x3f,0x4b,0xf5,0xce,0xed,0x80,0x0d,0x70,0xa7,0x3a, +0x01,0x77,0x59,0x04,0xf9,0x87,0x19,0x48,0xce,0xed,0xe4,0x04,0x7c,0x50,0xd0,0x00, +0x77,0x58,0x00,0x01,0xa0,0x5f,0xe8,0xce,0xec,0x60,0x2f,0xff,0xf3,0x0a,0x31,0x77, +0x11,0x00,0x12,0xa2,0x33,0xd5,0xde,0xed,0x90,0x09,0x3a,0x95,0xad,0x00,0x66,0x00, +0x00,0x76,0xab,0x0c,0x9a,0xef,0xfe,0xe0,0x02,0x5c,0xb3,0xbb,0x00,0x66,0x00,0x02, +0xef,0xb5,0x5a,0x3c,0x62,0xdd,0x7b,0x59,0x0d,0x10,0x18,0xdf,0xee,0xef,0x47,0x02, +0x87,0x7b,0xf0,0x17,0x30,0x1e,0x01,0x10,0x00,0x3f,0xc1,0x1e,0x11,0xe0,0xa3,0x00, +0x1d,0x67,0xe3,0x88,0x1e,0x1d,0x00,0x1d,0x90,0x06,0xc2,0x91,0xe5,0x50,0x04,0xbd, +0xcc,0xc0,0xcd,0xef,0xde,0x30,0x00,0x2a,0x72,0x0e,0xe4,0x18,0xb0,0x33,0xb8,0x31, +0xed,0xdd,0xdf,0x40,0x0a,0xbe,0xcb,0x4e,0x0f,0x00,0x30,0x40,0x95,0x52,0x0f,0x00, +0x40,0x08,0x59,0x5c,0x1e,0x0f,0x00,0x40,0x58,0x96,0xb0,0xee,0xd0,0x53,0xd0,0x2a, +0x98,0x50,0x48,0x09,0x20,0x00,0xbe,0xda,0x63,0x8e,0x20,0x4d,0xc5,0xca,0x20,0xa9, +0x10,0xb5,0x04,0x12,0x03,0x21,0xc1,0xf2,0x11,0x02,0xf5,0x01,0x33,0x7d,0x33,0x30, +0x01,0xda,0xe8,0x4a,0xda,0xab,0xca,0x22,0xd9,0x01,0xa7,0x0c,0x30,0x88,0x00,0x4c, +0xef,0xec,0xce,0xff,0xef,0xfe,0x70,0x00,0xc3,0x92,0x03,0x20,0x1c,0x41,0x23,0x10, +0xf0,0x0e,0x01,0xee,0xfe,0xe4,0xf1,0x11,0x14,0xd0,0x05,0x0c,0x36,0x1f,0x77,0x77, +0x9d,0x00,0x94,0xc3,0xd0,0xfc,0xcc,0xcd,0xd0,0x06,0x7c,0x59,0x00,0x97,0x1e,0x4b, +0x4d,0xf8,0x05,0x64,0x0d,0x41,0xe0,0x23,0x19,0xcf,0xd9,0x5b,0xb0,0x1f,0x04,0x91, +0x84,0x10,0x7e,0x80,0x00,0xce,0xe5,0x1f,0x2c,0x11,0x02,0x68,0x93,0x02,0x50,0x4b, +0x30,0xc9,0xe3,0x7e,0x1b,0xc1,0xf0,0x03,0xb9,0x03,0xe0,0x1e,0x00,0x4d,0x00,0x4e, +0xba,0xa5,0x88,0xea,0x8d,0xc8,0x60,0x14,0xe4,0x14,0x71,0x03,0xf1,0x21,0x01,0x1e, +0x11,0x1f,0xbc,0xfb,0xce,0x01,0xff,0xff,0xc1,0xe0,0x2e,0x02,0xe0,0x01,0x0d,0x12, +0x1f,0xaa,0xfa,0xae,0x00,0xb0,0xd5,0x71,0xe6,0x7e,0x67,0xe0,0x08,0x4d,0x92,0x04, +0x45,0xf4,0x44,0x00,0x22,0xd5,0x43,0xdd,0xdf,0xdd,0xd1,0x06,0xaf,0xe8,0x10,0x5f, +0x20,0xb7,0x20,0x6e,0x97,0x10,0xd8,0x88,0x2c,0x00,0x6e,0x5d,0xf0,0x46,0x06,0xc0, +0x3f,0xef,0xe0,0xe5,0x00,0x01,0xd9,0xb4,0xa0,0xc0,0x2f,0x54,0x20,0xd5,0x07,0xbe, +0xbb,0xd7,0xda,0xa4,0x4e,0xcc,0xb4,0xa0,0x0c,0xd7,0x40,0x00,0x15,0xb2,0x3e,0xbf, +0xdc,0x5e,0x10,0x00,0x3a,0x04,0xa0,0xc0,0x20,0x99,0x01,0xef,0xfe,0x9f,0xcf,0xc3, +0x01,0x80,0x00,0x29,0x20,0x22,0x22,0x11,0x11,0x00,0xb3,0x9a,0x1b,0xde,0xde,0xdd, +0xd0,0x09,0x59,0xb0,0xb2,0x74,0x92,0x1d,0x00,0x55,0xa6,0x0b,0x27,0x49,0x21,0xd0, +0x05,0xaf,0xd2,0x0f,0x00,0x41,0x02,0xb6,0x20,0xef,0x77,0x06,0x14,0x52,0x2f,0x4e, +0x10,0x08,0x09,0x1a,0xb0,0x05,0xff,0xfd,0x00,0x2f,0x00,0xb5,0x01,0xe4,0x11,0x10, +0x55,0x9c,0x11,0x2a,0x62,0x55,0xf0,0x00,0xd3,0x00,0x5f,0xff,0x80,0x06,0xa0,0x0e, +0x20,0x00,0x0e,0x10,0x37,0xbc,0x77,0x93,0x9f,0x40,0x04,0x9d,0xc9,0x9f,0xc1,0x21, +0x20,0x00,0xb5,0x9d,0x09,0x11,0xe1,0x95,0xc4,0x00,0xee,0x0e,0x10,0xf1,0x7b,0x2e, +0x30,0xf4,0xc1,0x2f,0x60,0x34,0xa9,0x1f,0xe6,0x15,0xd1,0x18,0xa1,0x00,0x08,0xb1, +0x5f,0x8d,0x05,0x12,0xb0,0x40,0xc0,0xf0,0x1d,0x4c,0x00,0x23,0x30,0x19,0x61,0x00, +0x09,0xd9,0x97,0xbe,0x3c,0xed,0xd7,0x01,0xe6,0x55,0x05,0x81,0x19,0x67,0x80,0x48, +0x00,0x00,0xb2,0xac,0xed,0xde,0x10,0x8e,0xe9,0x1c,0x00,0x29,0x78,0x70,0x00,0x77, +0x06,0xef,0x6a,0xdc,0xa5,0xaa,0x54,0xf0,0x03,0xc2,0x3a,0x83,0x10,0x2e,0xff,0xe6, +0x2d,0x4b,0xdd,0xb5,0x00,0x07,0x70,0x68,0xb0,0x08,0x50,0x75,0x0f,0x90,0xe7,0xce, +0xff,0xeb,0x00,0x08,0xab,0x1d,0x90,0x0f,0x00,0x40,0xae,0x38,0x76,0xc5,0xcf,0x45, +0x47,0x12,0xc0,0x02,0xae,0x9a,0x36,0x00,0x55,0x87,0x00,0xda,0x2b,0x17,0x89,0x0f, +0x00,0x16,0x30,0x0f,0x00,0x11,0xec,0xa0,0x5e,0x21,0x00,0x8a,0x14,0x04,0x30,0x02, +0x29,0xa2,0x44,0x62,0x50,0x01,0xdd,0xfe,0xde,0xfd,0x89,0x29,0x60,0x0b,0x60,0x0d, +0x60,0x04,0xd2,0x69,0x45,0x31,0x3f,0x4a,0xc3,0x41,0x06,0x20,0x5f,0xb0,0xa9,0xca, +0xd2,0x6a,0xd6,0x4e,0xc5,0x00,0x00,0x4f,0xea,0x51,0x00,0x07,0xdf,0x30,0x2a,0x51, +0xb1,0x10,0xcf,0xee,0xfb,0x1f,0xee,0xef,0x3c,0x40,0x04,0xb1,0x49,0xb7,0x10,0xdb, +0x49,0xb7,0x20,0x50,0x05,0x0d,0x00,0xe1,0xc5,0x11,0x5b,0x1f,0x11,0x1e,0x3c,0xed, +0xdd,0xa1,0xdd,0xdd,0xf3,0xc4,0x6f,0x01,0x02,0xa4,0x10,0x1f,0xe3,0x0d,0x00,0x04, +0x21,0x01,0x22,0x27,0x00,0xff,0x01,0x3f,0xeb,0x00,0xde,0xdd,0xe9,0x1f,0xdd,0xdf, +0x3d,0x40,0x07,0x91,0xf0,0x00,0xd3,0x0d,0x00,0x02,0x00,0x85,0x09,0x20,0xe3,0xd4, +0xfc,0x0d,0xf0,0x09,0x0d,0x3d,0x47,0xee,0xef,0xfe,0xe1,0xd3,0xd4,0x00,0x04,0xfb, +0x00,0x0d,0x3d,0x40,0x04,0xd6,0xb0,0x00,0xd3,0xd4,0x19,0xd2,0x1a,0x00,0xf3,0x11, +0x49,0x90,0x04,0xb0,0x22,0xe3,0xd4,0x00,0x0a,0xe7,0x1f,0xfb,0x00,0xde,0xdd,0xf5, +0x4f,0xdd,0xdf,0x3d,0x30,0x0a,0x54,0xb0,0x00,0xd3,0xdd,0xcc,0xe5,0x4f,0xcc,0xcf, +0x0d,0x00,0x80,0xdc,0xbb,0xe5,0x4e,0xbb,0xbf,0x3d,0x51,0x00,0xb8,0x90,0xd3,0xd3, +0x9e,0xfe,0xef,0xea,0x0d,0x3d,0x30,0x66,0x85,0xf0,0x03,0xd3,0xd3,0x23,0xf3,0x3f, +0x33,0x0d,0x3d,0x3b,0xcf,0xbb,0xfc,0xb0,0xd3,0xd3,0x04,0xb0,0x0f,0x0a,0xbb,0xf4, +0x10,0xc5,0x00,0xf0,0x22,0xe3,0xd3,0x78,0x00,0x0f,0x0c,0xec,0x00,0x4f,0xee,0xfb, +0x04,0xfe,0xee,0xe4,0xc0,0x06,0xb0,0x4b,0x00,0x2e,0x4f,0xdd,0xeb,0x04,0xfd,0xde, +0x0d,0x00,0xf0,0x02,0xcc,0xeb,0x04,0xfc,0xcd,0xe4,0xd1,0x11,0x10,0x01,0x11,0x4e, +0x4c,0x00,0xed,0xdd,0xf5,0xb7,0x70,0xf1,0x17,0x54,0x4b,0x50,0x2e,0x4c,0x00,0xe7, +0x66,0xc5,0x02,0xe4,0xc0,0x0f,0xba,0xad,0x50,0x2e,0x4c,0x01,0xd1,0x11,0xa5,0x02, +0xe4,0xc0,0x69,0x01,0x2b,0x60,0x4e,0x4c,0x08,0x10,0x3b,0xa4,0xff,0x80,0xde,0x9d, +0xb8,0x11,0x3d,0x9d,0xb8,0x19,0xd3,0x0d,0x00,0x90,0xdd,0xbb,0xe7,0x1f,0xbb,0xbf, +0x3d,0x50,0x00,0xaa,0xb8,0x90,0xd4,0x0a,0xdd,0xdd,0xd0,0x0d,0x3d,0x40,0xb4,0x62, +0x75,0xb0,0xd4,0x0b,0xba,0xaa,0xf0,0x0d,0x3d,0x40,0xb6,0x33,0x3f,0x0d,0x00,0x20, +0x40,0x00,0x0d,0x00,0xf3,0x10,0xbe,0xee,0xee,0x22,0xe3,0xd4,0x03,0x10,0x00,0x0e, +0xfc,0x00,0xdd,0xcc,0xdc,0x0d,0xdc,0xcf,0x4d,0x30,0x03,0xc0,0xd2,0x00,0xc4,0xdc, +0xbb,0xcc,0x0d,0xcb,0xbf,0x0d,0x00,0xf3,0x2c,0xdd,0xdd,0xea,0x0b,0xed,0xdf,0x4d, +0x30,0x86,0x20,0x76,0x20,0xc4,0xd3,0x6e,0xa8,0x4e,0xa6,0x0c,0x4d,0x31,0x96,0x80, +0x86,0x70,0xc4,0xd3,0x7b,0x9b,0x8c,0x9b,0x0c,0x4d,0x30,0x90,0xc0,0xc0,0xa0,0xc4, +0xd3,0x0d,0x8e,0x0e,0x8c,0x0c,0x4d,0x30,0x28,0xb0,0xc2,0x72,0xd4,0xd3,0x06,0xa1, +0x0c,0x01,0xec,0x10,0x4a,0x09,0x00,0x1c,0xcf,0x10,0xf2,0xc8,0x9c,0x80,0x61,0x11, +0xb6,0x11,0x10,0xe2,0x3e,0x3f,0xd0,0xbb,0x30,0xe2,0xa8,0x2a,0x3f,0x8f,0xf0,0x11, +0xe3,0xf4,0x15,0xe2,0x00,0x01,0x80,0xe2,0x5e,0x10,0xe2,0x00,0x26,0x00,0xe2,0x0a, +0x70,0xe2,0x29,0xfa,0x10,0xe2,0x05,0xb0,0xec,0xe8,0x20,0x00,0xe3,0x29,0xa0,0xe6, +0x17,0x5f,0x12,0xda,0xfa,0x5d,0x01,0x03,0x00,0xe7,0xe0,0xe2,0x00,0x00,0xd7,0x33, +0x38,0xd0,0xe2,0x00,0x00,0x5c,0xdd,0xdc,0xd5,0x12,0x10,0xa5,0x05,0x88,0xa0,0xfe, +0x01,0xf1,0x00,0x3d,0x00,0xe1,0x4c,0x06,0xa0,0x07,0x00,0xf0,0x02,0xa6,0x0c,0x41, +0x11,0x4e,0x10,0xe1,0xf1,0x5f,0x2e,0xff,0xff,0xf3,0xe5,0xd1,0xef,0x20,0x15,0x00, +0xf1,0x0f,0xb9,0x9d,0x22,0x30,0x3d,0x00,0xe1,0x3c,0x0d,0x24,0xc0,0x3d,0x00,0xe1, +0x0f,0x0d,0x20,0xc4,0x3d,0x00,0xe1,0x3f,0x0d,0x20,0x5a,0x3d,0x00,0xe8,0xe6,0x0d, +0x23,0x00,0x15,0x00,0x07,0x00,0x20,0x01,0x5d,0x17,0x29,0x16,0x20,0xb2,0x06,0x30, +0xcf,0xff,0xb5,0xca,0x1b,0xa1,0xc3,0x09,0x85,0xb0,0x00,0x1f,0x00,0xc3,0x0e,0x25, +0x07,0x00,0x91,0x3c,0x05,0xfe,0xee,0xff,0x00,0xc3,0x78,0x05,0x0e,0x00,0xf8,0x27, +0x0d,0x25,0xb1,0x11,0x2f,0x00,0xc3,0x07,0x85,0xfd,0xfe,0xdd,0x00,0xc3,0x04,0xb5, +0xb0,0xa5,0x02,0x40,0xc3,0x28,0xa5,0xb0,0x4b,0x5e,0x50,0xc3,0x9b,0x25,0xb0,0x0d, +0xc2,0x00,0xc3,0x00,0x05,0xb0,0x04,0xd1,0x00,0xc3,0x00,0x07,0xd9,0xc5,0x7e,0x50, +0xc3,0x00,0x0a,0xb6,0x20,0x04,0xbc,0x6d,0x10,0x45,0x34,0x01,0x30,0x20,0x01,0xeb, +0x9d,0xc7,0xf1,0x0d,0x00,0x1d,0x7a,0xb0,0x00,0xe1,0x77,0x03,0xd8,0x00,0xab,0x10, +0xe1,0xd1,0x7f,0x60,0x00,0x08,0xe3,0xe1,0xd0,0x44,0xff,0xff,0xfc,0x30,0xe1,0x69, +0x8b,0x34,0x21,0xe1,0x0f,0x31,0x46,0x21,0xe1,0x0d,0x9e,0x2e,0xf6,0x11,0xe2,0x3f, +0x10,0x00,0x88,0x01,0x00,0xe5,0xc6,0x05,0xc0,0x88,0x4d,0x00,0xe1,0x00,0x2e,0x30, +0x88,0x08,0xb0,0xe1,0x00,0xc5,0x00,0x98,0x00,0xb2,0xe1,0x00,0x00,0x6f,0xa2,0x42, +0x02,0x05,0x5c,0x00,0x69,0x00,0xf1,0x13,0x1c,0xe4,0x00,0x00,0xe1,0x1e,0x02,0xd7, +0x1c,0x80,0x00,0xe1,0x69,0x8e,0x56,0x70,0x9e,0x70,0xe1,0xb4,0x91,0x01,0xd1,0x02, +0x90,0xe1,0xd2,0x0c,0xcc,0xdc,0xc4,0x00,0xe1,0x5a,0xa2,0x16,0xa0,0xe1,0x0f,0x01, +0x11,0x19,0xa1,0x00,0xe1,0x0d,0x2b,0x33,0x68,0x12,0xe1,0x96,0x8e,0x60,0xe3,0xd8, +0xad,0xef,0xdd,0xdd,0x48,0x77,0xfa,0x03,0xc6,0x02,0xd1,0x00,0xe1,0x00,0x1b,0x92, +0x34,0xbd,0x00,0xe1,0x00,0x7e,0xdc,0xba,0x9b,0x80,0xbb,0xcf,0x20,0xff,0xf3,0x68, +0x29,0x10,0xe1,0x44,0x1f,0x00,0x88,0x96,0xe0,0x3f,0xcc,0xcc,0xf1,0xe1,0xc2,0x03, +0xb0,0x00,0x0e,0x1e,0x1e,0x10,0x3e,0x0d,0x00,0x12,0x79,0x06,0x6d,0xf0,0x10,0xe0, +0xfd,0xdd,0xdd,0xea,0xe1,0x0e,0x1f,0x29,0x02,0x94,0xae,0x36,0xf0,0xf1,0x82,0xa3, +0x4a,0xe3,0x94,0x0f,0x4c,0xed,0xc6,0xae,0x10,0x00,0xf1,0x0d,0x10,0x4a,0xd6,0x8a, +0x21,0xd1,0x05,0x0d,0x00,0x17,0x17,0x49,0x08,0x02,0x68,0x02,0xf0,0x06,0x31,0x14, +0xf2,0x11,0x10,0xe1,0x2f,0x3c,0xec,0xcc,0xec,0x80,0xe1,0x79,0x00,0xb5,0x04,0xe0, +0x00,0xe1,0xd2,0x5c,0x5a,0x32,0xe3,0xe3,0xe0,0x84,0x14,0xf1,0x0e,0x79,0x0d,0xcb, +0xbb,0xbf,0x10,0xe1,0x0f,0x0d,0x75,0x55,0x5f,0x10,0xe1,0x0c,0x3d,0x64,0x44,0x4f, +0x10,0xe4,0x6f,0x1c,0xdc,0xdc,0xcf,0x10,0xe4,0x94,0x62,0x02,0x11,0xe1,0x68,0x32, +0x00,0x72,0x0d,0x02,0x0e,0x00,0x09,0xe1,0xa4,0x00,0xe5,0xdc,0x00,0xb9,0x6f,0xf0, +0x07,0x80,0x46,0xf5,0x55,0x50,0xe0,0x4b,0x78,0x5c,0xb7,0x77,0x71,0xe0,0x95,0x0b, +0x0e,0xbb,0xbb,0x70,0xe0,0xd0,0x00,0x7b,0x7a,0xf6,0x2e,0xe2,0xd0,0x11,0xca,0xdd, +0xfd,0xd3,0xe0,0x98,0xde,0x02,0x22,0x22,0x10,0xe0,0x2c,0x0e,0x0e,0x87,0x7c,0x70, +0xe0,0x0e,0x0e,0x0e,0xbb,0xbd,0x70,0xe2,0x7d,0x0e,0x0e,0x65,0x5a,0x70,0xe3,0x93, +0x0e,0x0e,0x76,0x6b,0x70,0xe0,0x00,0x2f,0x2e,0x10,0x7d,0x50,0xe0,0x02,0xed,0xe8, +0x32,0x22,0x20,0xe0,0x04,0x80,0x39,0xcd,0x8e,0xe3,0xf3,0x28,0x24,0x22,0x00,0x16, +0x13,0x00,0x00,0xa6,0x4b,0x00,0x79,0x2e,0x00,0x02,0xfc,0xcf,0xc4,0xdd,0xcf,0xc8, +0x0c,0xe0,0x2b,0x07,0xf1,0x0e,0x00,0x3b,0xfb,0xce,0xbc,0xec,0xbf,0xb4,0x00,0xf7, +0x8d,0x70,0xd8,0x7f,0x72,0x00,0xe3,0x5c,0x30,0xd5,0x3f,0x31,0x00,0xcc,0xcc,0xc6, +0xbc,0xcd,0xcb,0x20,0xc1,0x10,0x05,0xaa,0x05,0x20,0xef,0x30,0x56,0xd1,0x20,0x02, +0xd6,0x6c,0x52,0x30,0xe6,0x9d,0x40,0xb9,0x22,0xb2,0xef,0xfa,0x74,0x10,0x1b,0xdf, +0xd8,0x40,0x27,0xcf,0xfa,0x2d,0x99,0x10,0x11,0xcf,0x3b,0xf0,0x19,0x05,0x23,0x00, +0x00,0x55,0x7e,0x55,0x40,0xe2,0xe1,0x00,0x08,0x88,0x88,0x86,0x4b,0x09,0x40,0x00, +0x66,0x94,0x9b,0x2c,0xed,0xdd,0xd2,0x06,0x74,0xf4,0xc6,0xf8,0x2e,0x32,0x00,0x67, +0x91,0x7c,0x7c,0x60,0xe1,0x54,0x76,0x40,0xf2,0x8f,0xef,0xee,0xd1,0x1e,0xf0,0x12, +0x08,0x70,0xe1,0x00,0x0d,0xee,0xed,0xe9,0x86,0x0e,0x10,0x00,0xe0,0xb4,0x34,0x98, +0xfe,0xfe,0xe0,0x0e,0x2c,0x3c,0x49,0x87,0x0e,0x20,0x00,0xe7,0xc9,0xb7,0x98,0x60, +0xe1,0x43,0x14,0xd0,0x59,0x8e,0xdf,0xdd,0x50,0xe0,0x00,0x9c,0x58,0x82,0x22,0x20, +0x1d,0xea,0x30,0x14,0xd8,0x02,0x91,0x10,0xed,0x69,0x83,0xf2,0x09,0xce,0x70,0xe1, +0x55,0x52,0xe2,0x55,0x38,0x70,0xd1,0x44,0x42,0xe1,0x44,0x38,0x60,0x04,0xbb,0xb3, +0xe3,0xbb,0xb0,0x00,0x01,0x58,0xe9,0xf0,0x07,0x0a,0xca,0xab,0xfa,0xaa,0xf3,0x00, +0x0a,0xa6,0x68,0xe6,0x66,0xe3,0x00,0x0a,0x94,0x46,0xe4,0x44,0xe3,0x00,0x0a,0x20, +0x0c,0x42,0xf3,0x70,0x0a,0x60,0xb4,0x8c,0x00,0x3a,0xc2,0x21,0xde,0x70,0x29,0x45, +0x14,0xed,0xa6,0x0b,0x30,0xcd,0xcc,0xcd,0xbd,0x08,0x81,0xc3,0x55,0x51,0xf1,0x55, +0x53,0xd0,0xa3,0x07,0x00,0x70,0xb0,0x04,0xbb,0xb2,0xf2,0xbb,0xb5,0xb9,0x0c,0x42, +0x42,0x22,0x22,0x20,0xe7,0x83,0x20,0xc0,0x02,0xa6,0xd6,0xf2,0x00,0x22,0x00,0x0d, +0xdc,0xee,0xcd,0xfc,0xcf,0x20,0x0d,0x30,0x87,0x03,0xc0,0x0d,0x07,0x00,0x85,0x0e, +0x20,0x0d,0x30,0x76,0x03,0xb2,0xee,0x37,0x14,0x10,0xdd,0xc8,0x30,0x14,0xd0,0x6c, +0x34,0xf2,0x0e,0x0e,0x86,0x66,0x7f,0x76,0x66,0x9c,0x00,0xe2,0xaa,0xa3,0xf2,0xaa, +0xa5,0xc0,0x03,0x36,0x66,0x2f,0x16,0x66,0x33,0x00,0x01,0x33,0x31,0x91,0x33,0x31, +0x92,0x36,0xc2,0xcc,0xc8,0x00,0x0f,0x27,0x77,0x77,0x77,0x76,0x00,0x01,0xf2,0x68, +0xe4,0xf3,0x10,0x3f,0xcf,0xec,0xdf,0xcc,0xcd,0xc2,0x05,0xc0,0xa6,0x00,0xb9,0x18, +0xb0,0x00,0xc7,0x0c,0x62,0x46,0x8f,0xc4,0x00,0x5c,0x03,0xfe,0xb9,0x50,0x17,0xbe, +0x20,0x10,0xe8,0x0e,0x00,0xf7,0x21,0xf0,0x19,0x25,0x93,0x00,0x88,0xcc,0x88,0xad, +0xec,0x96,0x10,0x04,0x5b,0x95,0x47,0x11,0x80,0x95,0x00,0x7b,0xdd,0xb7,0x85,0x0d, +0x1d,0x00,0x01,0x19,0x71,0x12,0x70,0x53,0x40,0x02,0xdd,0xee,0xdd,0xdf,0xff,0xff, +0x30,0x8b,0xbe,0xf0,0x12,0x01,0xd0,0xa3,0x00,0x5f,0xdd,0xf5,0xbb,0xcf,0xbe,0xc2, +0x05,0x90,0x09,0x54,0x45,0xe4,0xc6,0x00,0x5e,0xcc,0xe5,0x22,0x4e,0x2b,0x30,0x05, +0x90,0x09,0x5b,0xdd,0xfd,0xd2,0x0f,0x00,0x20,0x00,0x1d,0x58,0x1e,0x20,0x09,0x50, +0x87,0x10,0x52,0x59,0x0d,0xe3,0x5f,0xf8,0x58,0x26,0x12,0x4d,0xeb,0x5a,0x01,0x1c, +0x64,0x90,0x22,0x2e,0x30,0x4d,0x22,0x22,0x00,0xef,0xff,0x45,0xdf,0x1a,0xf0,0x1e, +0x00,0x00,0xed,0x73,0x40,0x30,0x4f,0xff,0xfb,0x56,0x06,0x10,0x04,0x02,0x69,0x01, +0x1e,0x00,0x00,0x49,0xa3,0xa1,0xe3,0x04,0xe4,0x44,0x41,0x3c,0xcc,0xcf,0x30,0x4f, +0x30,0x08,0x01,0x2d,0x00,0x0b,0x3c,0x00,0x0d,0xae,0x79,0x05,0xee,0x79,0x11,0x99, +0x41,0xa7,0x01,0x55,0x76,0x70,0x50,0x06,0xc3,0x5e,0x33,0x3f,0x33,0x5f,0xc9,0xc6, +0xd0,0x00,0xf0,0x0b,0x60,0x06,0xa0,0x2f,0xee,0xef,0x00,0xb6,0x0f,0x00,0x31,0x2d, +0x11,0x1f,0x0f,0x00,0x22,0xfc,0xcc,0x0f,0x00,0x60,0x00,0x0f,0x00,0xb6,0x00,0x6f, +0x6c,0x74,0x40,0xef,0x60,0x06,0xb2,0x31,0x02,0x11,0xc6,0xd7,0x24,0x00,0xd4,0x0a, +0xf0,0x3d,0x2b,0x72,0x20,0xdf,0xff,0xfe,0x06,0xbf,0xbb,0xe0,0x00,0xb4,0x1e,0x03, +0x5f,0x35,0xe3,0x00,0xc3,0x2d,0x28,0x88,0x88,0x88,0x21,0xc2,0x2d,0x05,0xcc,0xcc, +0xc1,0x95,0xe1,0x2d,0x06,0x90,0x00,0xe1,0xc2,0xf0,0x3c,0x06,0xd8,0x88,0xf5,0xd2, +0xc0,0x3c,0x01,0x44,0xb9,0x43,0x45,0xa0,0x4b,0x1e,0xed,0xfe,0xd7,0x0b,0x50,0x5a, +0x07,0x80,0x97,0x00,0x0e,0x00,0x69,0x0a,0xee,0xff,0xea,0x89,0x00,0x88,0x10,0xb3, +0xa6,0xd1,0x23,0xd5,0x00,0x00,0x97,0x08,0x30,0x8c,0xa0,0x4b,0xd6,0x24,0x02,0xf2, +0x0a,0x5c,0x00,0x44,0x13,0x50,0x1d,0x10,0x00,0x1e,0x20,0x02,0x15,0x00,0x0c,0x24, +0x12,0x01,0xc2,0xa4,0x15,0xe1,0x6b,0x79,0x02,0xcf,0x02,0x01,0xbe,0x97,0x17,0xcf, +0xc5,0x79,0x1a,0xed,0xd4,0x79,0x00,0xdc,0x77,0x00,0xd4,0x79,0x00,0x84,0x50,0x00, +0xb6,0x45,0x11,0x17,0x1e,0x2b,0xf1,0x23,0x36,0x8c,0x9b,0xaa,0xdd,0xe1,0x0c,0xdd, +0x38,0xa7,0x9a,0xa4,0x66,0x00,0x2b,0x36,0xb8,0x36,0xaa,0x4a,0x50,0x0d,0xcc,0xc9, +0xca,0xd8,0xa4,0x0c,0x10,0x02,0xc2,0xa9,0x8e,0x9a,0x55,0xd2,0x09,0x91,0x0a,0x8b, +0x06,0xb5,0x74,0x00,0x27,0xcc,0xcc,0xfc,0xcd,0xca,0xc5,0x13,0x20,0x09,0x80,0x9f, +0x28,0x54,0xec,0xcc,0xec,0xcc,0xc2,0x52,0x98,0x50,0x00,0xf4,0x44,0x44,0x44,0x88, +0x6e,0x52,0x99,0x99,0x99,0x9f,0x20,0x46,0x39,0x13,0xe2,0x0e,0x2c,0x12,0xf7,0xb1, +0x68,0x00,0xa9,0x1f,0x20,0x22,0xaa,0xa9,0x66,0x22,0x07,0xeb,0x94,0xc1,0x12,0x7a, +0xc0,0x7a,0x13,0x07,0x3b,0xd6,0x0f,0x0f,0x00,0x04,0x10,0xfe,0x27,0xa7,0x01,0x13, +0x63,0x20,0x2a,0x40,0xd2,0xb6,0x70,0x30,0x00,0x6c,0xe7,0x10,0x2c,0x82,0x55,0x13, +0x60,0xb8,0x00,0x5f,0xff,0xff,0xcf,0xaa,0x75,0x00,0x1c,0x29,0x11,0x9a,0x8b,0x17, +0x90,0x3a,0xae,0xca,0xa9,0x00,0x00,0xf1,0x04,0xd3,0xc8,0x45,0x00,0x72,0x84,0x01, +0xf0,0x55,0x48,0x04,0xfc,0xcc,0xcd,0x0f,0x00,0x00,0x41,0x42,0x0e,0x1e,0x00,0xf1, +0x01,0x01,0x31,0x15,0x21,0x00,0x11,0xf1,0x01,0xbd,0x10,0xad,0x30,0x0f,0xfb,0x0a, +0xe8,0xfa,0xf6,0x01,0x77,0xe5,0x13,0x31,0xf8,0xa4,0x40,0x72,0xff,0xff,0xe0,0x7c, +0x25,0x70,0x05,0x7f,0x54,0x02,0x2b,0x82,0x22,0xed,0xe4,0x30,0xea,0xaa,0xab,0x5b, +0x56,0x11,0x4c,0x13,0xae,0x12,0xe0,0x5a,0x00,0x04,0x0f,0x00,0x20,0xe1,0x65,0x0f, +0x00,0x40,0x02,0x8f,0xe9,0x5c,0x65,0xe5,0x41,0xe9,0x40,0x04,0xfb,0xc6,0x3a,0x40, +0x00,0x04,0x92,0x27,0x56,0x00,0x30,0x28,0xe8,0x00,0x07,0xa1,0x64,0x0c,0x81,0x00, +0x00,0x1a,0x50,0xc2,0x1d,0x30,0xc1,0x00,0xe2,0x8f,0x16,0x31,0x0c,0x1c,0x0e,0x14, +0x30,0xe0,0xc1,0xd0,0xe0,0x69,0xbe,0x99,0x50,0x0c,0x1d,0x0e,0x0a,0x84,0x44,0xa8, +0x0f,0x00,0xf0,0x08,0xa8,0x33,0x3a,0x80,0x0d,0x1d,0x0e,0x0a,0xb9,0x99,0xc8,0x00, +0xd1,0xd0,0xe0,0xa5,0x00,0x08,0x80,0x0e,0x0d,0x0e,0x0a,0x6d,0x46,0x15,0xe0,0x0f, +0x00,0x00,0x1e,0x00,0xf7,0x07,0x03,0xc0,0xd0,0xe0,0x36,0x64,0x65,0x20,0x79,0x00, +0x0e,0x04,0xe7,0x08,0xd2,0x09,0x30,0x00,0xa9,0xd4,0x00,0x05,0x44,0x3d,0x04,0x23, +0xc8,0x12,0xfa,0x25,0x11,0x11,0x89,0xc7,0xc9,0xe0,0x7c,0x8c,0x00,0xaa,0xed,0xaa, +0x60,0x00,0x6f,0x80,0x0e,0x42,0x22,0x98,0x62,0x14,0xf0,0x01,0xe3,0x11,0x18,0x80, +0x5e,0xef,0xff,0xae,0xbb,0xbb,0xd8,0x00,0x00,0xe2,0x95,0xe1,0xb7,0x1e,0x31,0x0e, +0x2d,0x0e,0xad,0x51,0x22,0xe2,0x20,0x0f,0x00,0x21,0x20,0x0e,0x6d,0xbb,0x50,0xe2, +0x00,0x17,0x21,0x62,0xc8,0x68,0xb7,0x2b,0xc1,0x07,0xe4,0x00,0xdf,0xc0,0x3e,0x60, +0x00,0x03,0x60,0x92,0x03,0x95,0xc8,0x30,0x0e,0x00,0x3f,0x17,0x02,0x30,0xd0,0xfb, +0xb0,0xb6,0x0c,0xf0,0x1a,0x0d,0x0f,0x77,0x01,0x29,0x82,0x20,0x00,0xd0,0xe0,0x00, +0xad,0xbb,0xbf,0x11,0xbf,0xbf,0xbb,0x8a,0x60,0x00,0xe1,0x02,0x24,0xd2,0x22,0xae, +0xdd,0xdf,0x10,0x0c,0x2d,0x07,0x3a,0x60,0x00,0xe1,0x05,0xa2,0xd0,0xe1,0x0f,0x00, +0xf1,0x10,0xd2,0x2d,0x6b,0x0a,0x60,0x00,0xe1,0x01,0x01,0xae,0x20,0xad,0xbb,0xbf, +0x10,0x00,0x2e,0x60,0x01,0x84,0x29,0x20,0x01,0x8e,0x50,0x02,0xbd,0x30,0x9d,0x10, +0xa9,0x28,0x68,0x17,0x65,0x4a,0x51,0x11,0x10,0x4a,0x11,0xc0,0xbb,0xd9,0x6d,0xde, +0xed,0xd6,0x03,0xc0,0x06,0x90,0x00,0xb4,0xcf,0xc4,0xf0,0x09,0xe9,0x0b,0xdf,0xdd, +0xc0,0x03,0xc0,0x07,0x90,0xd2,0x00,0x1e,0x00,0x2b,0xbb,0xb7,0x0d,0xdc,0xcc,0xe0, +0x02,0x22,0x22,0x21,0x0f,0x00,0xf5,0x26,0xbb,0xce,0xbb,0x7d,0xdc,0xcd,0xe0,0x00, +0x72,0xb0,0x00,0xd5,0x33,0x4e,0x00,0x2c,0x2f,0xdd,0x27,0x99,0x9a,0x80,0x04,0xe3, +0xb0,0x00,0x5e,0x11,0xd4,0x00,0x6d,0xcb,0x00,0x9e,0x30,0x02,0xe4,0x0b,0x47,0xe6, +0x27,0x10,0x00,0x02,0x21,0xd0,0x02,0x9c,0xef,0xee,0xef,0xf9,0x01,0x60,0x23,0x13, +0x50,0xdb,0x2c,0x00,0x28,0x2b,0x50,0xf5,0x1e,0xee,0xef,0xe4,0x7e,0x44,0xf0,0x13, +0x2c,0x64,0xd2,0x03,0x3e,0x53,0x20,0x00,0x4f,0xf8,0x00,0xfa,0xaa,0xbe,0x00,0x8c, +0x52,0x98,0x1e,0x00,0x01,0xe0,0x0b,0xed,0xdd,0xd7,0xfd,0xdd,0xde,0x00,0xb4,0x06, +0xc2,0x0e,0x0f,0x00,0x30,0x6c,0x71,0x20,0x0f,0x00,0x30,0xb3,0x04,0xd5,0x0f,0x00, +0x60,0x0c,0x3c,0x91,0x41,0xfb,0xbb,0xc8,0xe1,0xf0,0x00,0x6d,0x13,0x92,0x37,0x20, +0x5b,0x04,0xbb,0x14,0xd9,0x02,0xd9,0x03,0x47,0xa3,0xfb,0x55,0x51,0xb4,0x03,0x07, +0x70,0x20,0xdc,0x35,0x90,0x77,0x6a,0xbf,0xff,0xff,0xf6,0x02,0x67,0x77,0xb5,0xf2, +0x00,0x49,0x20,0xf0,0x09,0x4a,0xbf,0xaa,0x90,0x00,0x5f,0xd2,0x04,0xc3,0x33,0x5e, +0x00,0x3b,0x8a,0xd5,0x4b,0x00,0x01,0xe0,0x16,0x04,0x33,0x84,0xfd,0x31,0x9c,0x30, +0x76,0xb5,0x4b,0xd4,0xb0,0xb0,0x19,0x83,0xb4,0xfd,0xdd,0xde,0x01,0xbb,0xed,0xbb, +0x6b,0x02,0x0f,0xf0,0x19,0x0c,0xb1,0x04,0xfc,0xcc,0xde,0x00,0x07,0xc7,0xe3,0x04, +0x71,0x36,0x10,0x1a,0xd2,0x04,0x97,0xe6,0x02,0xca,0x01,0x70,0x00,0x07,0xa2,0x00, +0x00,0x95,0x0d,0xcb,0xbb,0xf3,0xef,0xff,0xfe,0x00,0xd4,0x33,0x3d,0x57,0x76,0xf5, +0x43,0x0d,0x87,0x77,0xe3,0x6b,0xfc,0xb7,0x00,0xd6,0x55,0x5d,0x38,0x72,0x27,0xa0, +0x09,0xc9,0x9d,0xa2,0x85,0x00,0x4a,0x00,0x86,0x10,0xc2,0x08,0xed,0xde,0xa0,0x3e, +0x8b,0x9b,0xc5,0x85,0x00,0x4a,0x01,0x7d,0x33,0xb9,0x28,0xed,0xde,0xa0,0x2d,0x7c, +0x7d,0x9c,0x95,0x00,0x4a,0x03,0x74,0x65,0x57,0x7b,0xdc,0xcd,0xa0,0x0b,0x39,0x83, +0xc4,0x06,0x32,0x50,0x02,0xd0,0xd4,0x84,0x88,0xe2,0x1d,0x60,0x56,0x09,0x02,0x07, +0xa1,0x00,0x1b,0x05,0x07,0x70,0xff,0xff,0xf5,0xee,0xef,0xfe,0xe5,0x67,0xa6,0x00, +0xce,0x03,0xc0,0x34,0x2e,0x30,0x12,0x4e,0x22,0x10,0x03,0xde,0x60,0x07,0xed,0xa8, +0xcb,0xf2,0x0a,0x8d,0x20,0x78,0x05,0x05,0xb0,0x6f,0xff,0xff,0xd8,0x80,0xf1,0x5b, +0x00,0x00,0xe2,0x78,0x78,0x0f,0x15,0xb0,0x00,0x0e,0x2c,0x27,0x0f,0x00,0xc0,0x50, +0x78,0x1f,0x05,0xb0,0x00,0x0e,0x20,0x07,0x76,0xc0,0x4a,0x87,0x02,0x30,0x02,0xe4, +0xa3,0x87,0x02,0xc2,0x06,0xe6,0x04,0xe7,0x00,0xaf,0xc0,0x07,0xa2,0x00,0x02,0xc1, +0x6a,0xf6,0x01,0x31,0x27,0x50,0x4e,0xef,0xee,0xe5,0x0e,0x9c,0x4c,0x10,0xb3,0x31, +0x33,0x20,0x58,0x00,0x2c,0x7f,0x30,0x68,0x0d,0x20,0x70,0x01,0xf5,0x34,0x9f,0xee, +0xee,0x5e,0x05,0x20,0xe0,0x09,0x50,0x08,0x70,0xe0,0xa3,0x0e,0x00,0x97,0x7d,0x80, +0x0e,0x0a,0x30,0xe0,0x0a,0x77,0x15,0xa0,0xe0,0xb2,0x0e,0x00,0xb5,0x2a,0xc1,0x0e, +0x0e,0x00,0xe0,0x0b,0xae,0x60,0x92,0xd1,0xe0,0x0c,0x00,0xe2,0x02,0xc7,0x00,0x88, +0x73,0x00,0x2e,0x3a,0xe5,0x00,0x7c,0x02,0xd7,0x04,0x97,0x60,0x03,0xd9,0x10,0x00, +0xb5,0x92,0x14,0x01,0x6d,0x21,0xf0,0x08,0x88,0x00,0x00,0x01,0x42,0x60,0x0f,0x9b, +0x00,0x00,0x38,0xed,0x6c,0x00,0xcd,0xe6,0x00,0xbd,0xf5,0x05,0xc0,0x08,0xa3,0x5d, +0xa4,0xc2,0x5c,0x00,0x2f,0x33,0x40,0x00,0xd4,0x05,0xc0,0x00,0x5e,0xe5,0xc3,0x3a, +0x80,0x03,0x00,0x00,0xf2,0x05,0xc0,0x0e,0x2a,0xf0,0x7b,0xf6,0x14,0x5c,0x00,0xce, +0xb0,0x00,0x06,0xc0,0x05,0xc0,0x0a,0x9a,0xd1,0x00,0xd6,0x00,0x5c,0x00,0x6b,0x02, +0x10,0x9d,0x00,0x05,0xc0,0x01,0xe5,0x29,0x2d,0x20,0x00,0x5c,0x00,0x03,0xdf,0x60, +0x13,0x18,0x21,0x01,0x11,0x76,0xdc,0x10,0xe4,0x44,0x0f,0xf0,0x40,0x0e,0x0d,0x00, +0x2c,0x04,0x44,0x40,0x00,0xec,0xfc,0xb2,0xc0,0xd6,0x6e,0x00,0x0e,0x1e,0x21,0x2c, +0x0d,0x00,0xe0,0x00,0xe2,0xe2,0x12,0xc0,0xd1,0x1e,0x00,0x0e,0xcf,0xcb,0x2c,0x08, +0xaa,0x90,0x00,0xe0,0xd0,0x02,0xc5,0x75,0x57,0x70,0x0d,0xff,0xff,0x5c,0xa3,0xaa, +0x3d,0x00,0x11,0x41,0xc5,0xca,0x0a,0xa0,0xd0,0x29,0xa7,0x8c,0x4c,0xa0,0xaa,0x0d, +0x04,0x68,0x85,0xd3,0xc8,0xb7,0x8b,0xb0,0x82,0x62,0x0e,0x2c,0x9e,0x0f,0x79,0x00, +0x8e,0x82,0xbb,0xbb,0xbb,0xb4,0x4b,0x26,0x10,0x70,0x14,0x0b,0xf1,0x10,0xe1,0x02, +0xed,0x20,0x00,0x0e,0x0d,0x00,0x01,0xd6,0x4e,0x20,0x00,0xe6,0xe7,0x53,0xe8,0x00, +0x4f,0x70,0x0e,0x8f,0x87,0xd8,0xdd,0xdd,0x7b,0x00,0xe3,0xe3,0x20,0xb1,0x07,0xf9, +0x2b,0xaf,0xa8,0x3e,0xcb,0x9d,0xd7,0x00,0xe2,0xe2,0x24,0x81,0xb9,0x35,0x70,0x09, +0xaa,0xae,0x6d,0xbb,0x9b,0xc7,0x00,0x55,0x72,0xd1,0x35,0x11,0x54,0x00,0x28,0xa6, +0x8d,0x07,0x90,0x0c,0x50,0x05,0x57,0x82,0xe0,0xdd,0x31,0xf6,0x00,0x81,0x30,0x1d, +0x7a,0x3c,0xc9,0xd8,0x00,0x00,0x9d,0x8c,0x10,0x3b,0x01,0xf6,0xb9,0xf0,0x1a,0xe0, +0xd0,0x00,0x3f,0xee,0xf0,0x45,0xe5,0xe5,0x40,0x3a,0x41,0xf0,0xd5,0xd5,0xd5,0xe0, +0x3b,0xc1,0xf0,0xdc,0xeb,0xeb,0xe0,0x59,0xa3,0xf1,0xd0,0xc0,0xc0,0xe0,0xfd,0xdd, +0xde,0xdb,0xea,0xea,0xe0,0xe0,0x00,0x1e,0x11,0x09,0x30,0x6f,0xee,0xf3,0xa3,0xc0, +0xf0,0x1b,0x3a,0x02,0xf0,0x24,0x44,0x44,0x20,0x3e,0xbc,0xf0,0x6b,0x66,0x6b,0x80, +0x3b,0x23,0xf0,0x6a,0x44,0x4a,0x80,0x3e,0xab,0xf0,0x3a,0x97,0x9c,0x30,0x3a,0x03, +0xf1,0x38,0xa3,0xa7,0x00,0x3a,0x4d,0x95,0xff,0xff,0xfe,0xd5,0xc6,0x2b,0x03,0xb7, +0x01,0x0c,0x9d,0x82,0x02,0xdb,0x7e,0x01,0x73,0x9f,0x22,0x00,0xc4,0xaa,0x35,0x90, +0x0a,0xcc,0xcc,0xcc,0xcb,0x00,0x00,0x36,0x66,0x01,0x00,0x30,0x30,0x08,0xb6,0x07, +0x00,0xf0,0x07,0xc8,0x00,0x88,0x09,0xcc,0xcc,0xc6,0x09,0x80,0x08,0x80,0xc5,0x11, +0x17,0x80,0x98,0x00,0x88,0x0c,0x51,0x11,0x78,0x0f,0x00,0x51,0xcd,0xbb,0xbb,0x60, +0x98,0x61,0x49,0x32,0x02,0xcc,0x40,0x77,0x55,0x00,0x07,0x05,0xf0,0x02,0x38,0xd3, +0x33,0x00,0xef,0xff,0x1e,0xa9,0x99,0x9f,0x00,0xe1,0x0e,0x1e,0x76,0x66,0x7f,0x07, +0x00,0x30,0x53,0x33,0x4f,0x07,0x00,0x30,0xdd,0xdd,0xdf,0x07,0x00,0x70,0x21,0x11, +0x11,0x10,0xe1,0x0e,0x1e,0x38,0x30,0xf4,0x19,0xe2,0x1e,0x1e,0x32,0x22,0x22,0x10, +0xef,0xff,0x1b,0xcc,0xcc,0xcc,0xd0,0xe1,0x00,0x41,0x31,0x44,0x62,0xc0,0x50,0x00, +0xd1,0xe0,0xd0,0xc5,0xa0,0x00,0x06,0xb0,0xc2,0x51,0x07,0x80,0x00,0x06,0x10,0x10, +0x07,0xf0,0xc6,0x07,0x34,0x92,0x02,0x1f,0x3b,0x02,0x6f,0x57,0x00,0x48,0x21,0x20, +0xf0,0x05,0x7e,0x40,0xf2,0x21,0x80,0x4f,0x31,0xdb,0x10,0x00,0x6d,0x28,0x8d,0xfd, +0xe5,0x4d,0x60,0x05,0x10,0x6b,0x1e,0x1c,0x80,0x15,0x00,0x04,0xca,0x2d,0x30,0x0a, +0xd4,0x00,0x2d,0xb3,0x4e,0xfb,0xbb,0x94,0xcd,0x30,0x22,0xae,0x52,0x23,0xd7,0x00, +0x30,0x01,0xe8,0x2d,0xa4,0xba,0x58,0x5e,0x20,0xff,0x71,0x1d,0x88,0xc5,0xae,0x92, +0x3a,0xf9,0x10,0x00,0x6d,0x96,0x10,0x00,0x02,0xa8,0x23,0x4d,0xf0,0x19,0xcd,0xde, +0xcf,0x10,0x0f,0x62,0x00,0x0c,0x61,0xa5,0xc1,0x00,0xf3,0xd0,0x00,0xc7,0x5a,0xab, +0x10,0x0f,0x07,0x50,0x0c,0x35,0xb5,0xb4,0x66,0xf6,0x66,0x00,0xcd,0xce,0xcf,0x69, +0x9f,0x99,0x90,0x00,0x02,0xc0,0x01,0x16,0x71,0x00,0xcd,0xef,0xdd,0x10,0x4f,0x60, +0xfe,0x81,0xf1,0x17,0x08,0xab,0x00,0x02,0xbb,0xdf,0xee,0x40,0xd2,0xd1,0x00,0x06, +0x42,0x20,0x20,0x4d,0x07,0x80,0x00,0xb3,0xb7,0x4c,0x0c,0x60,0x1e,0x20,0x3b,0x0b, +0x38,0x68,0xd0,0x00,0x7d,0x13,0x30,0x60,0x20,0x82,0x34,0x70,0x01,0x06,0x31,0x00, +0x69,0x00,0x00,0xa1,0x41,0x40,0x0c,0x54,0x75,0xd0,0x0f,0x00,0xa0,0xc9,0x67,0xad, +0x00,0x0f,0x31,0x10,0x0c,0x69,0xa6,0xec,0x2b,0x40,0x50,0xc8,0xab,0x8e,0x1e,0x00, +0x30,0x02,0x38,0xa3,0x17,0x4b,0x00,0x47,0xa9,0xf1,0x21,0x39,0x9f,0xa9,0x90,0x00, +0x06,0x90,0x12,0xf6,0x66,0x7e,0x02,0xcd,0xff,0xed,0x6e,0x00,0x01,0xe0,0x03,0x22, +0x32,0x61,0xe0,0x00,0x1e,0x00,0xa5,0xa8,0x3c,0x3e,0x00,0x01,0xe0,0x0d,0x0c,0x48, +0x46,0xfc,0xcc,0xde,0x03,0x80,0x50,0x00,0x1f,0x33,0x34,0xc3,0x30,0x08,0xf4,0xde, +0x03,0xc6,0x37,0xf1,0x19,0x12,0x22,0x58,0x0b,0x10,0x49,0x10,0x09,0xdc,0xca,0x9a, +0x77,0xdd,0x70,0x00,0x0c,0x15,0x90,0xf0,0x95,0x2a,0x00,0x05,0x91,0x87,0x0f,0x0c, +0x86,0x97,0x01,0x70,0xfa,0x10,0xe0,0xa9,0xd1,0x51,0x00,0x0f,0x21,0x85,0x3e,0x22, +0x00,0xfc,0x3b,0x42,0x12,0x2f,0x22,0x20,0x01,0xc8,0x08,0x42,0xf1,0x00,0x02,0xe6, +0x0f,0x00,0x01,0xfd,0xf4,0x06,0x32,0x13,0x07,0x7e,0x02,0x18,0xe4,0x7e,0x02,0x22, +0x1d,0x50,0x74,0xad,0x22,0x2d,0x70,0x5c,0x6b,0x31,0x1e,0xfe,0x20,0x7f,0x01,0xd0, +0xa6,0xaf,0xb7,0x52,0x01,0xed,0x99,0x10,0x00,0x18,0x8b,0xd1,0x00,0xc3,0x4e,0x12, +0xf0,0x57,0x00,0x08,0x49,0xd2,0x12,0x6d,0x7c,0x00,0x22,0x4f,0x50,0x2e,0xf0,0x15, +0x60,0xec,0xbe,0x32,0xe1,0x00,0xe1,0x7e,0x00,0x11,0xe7,0x42,0xdf,0x01,0x05,0x00, +0x02,0x12,0x31,0x1e,0xfb,0x0e,0xf1,0x0d,0x15,0x00,0x16,0x15,0x0b,0x00,0x28,0xe6, +0x00,0xdf,0x66,0x63,0xe6,0xfb,0xee,0xf7,0x00,0xe7,0x51,0x00,0x10,0x07,0x67,0xf3, +0x2c,0xf7,0xfa,0x3d,0x00,0x86,0xfb,0xfb,0xf3,0x00,0xfb,0xfd,0xf9,0xee,0x17,0x00, +0x4a,0xf9,0x00,0xfe,0x00,0x6e,0xae,0x26,0xf5,0xfd,0x11,0xf3,0x95,0xfa,0xf8,0x00, +0xfd,0x07,0x07,0x00,0x00,0x02,0x31,0x00,0x1c,0xf3,0x9f,0x00,0x18,0xf9,0x0b,0x3c, +0x04,0x3e,0x60,0x13,0xe7,0x1c,0x00,0xd2,0xfe,0xfd,0x00,0x00,0xf1,0xfc,0xfc,0x00, +0x01,0xfc,0xfe,0xf5,0x06,0xea,0x00,0x43,0x06,0xfc,0xfe,0xfe,0x45,0x67,0x16,0xf8, +0xd9,0xca,0x30,0xfc,0xfa,0x00,0x30,0xf2,0x06,0xf1,0x03,0x69,0xfd,0x00,0xfc,0xfd, +0xfd,0xfc,0x63,0x00,0x50,0xf8,0xfd,0xfa,0xfb,0xfc,0x7e,0x20,0x15,0xfd,0x17,0x01, +0x42,0xf9,0xfd,0xfc,0xfd,0xbf,0x00,0x13,0xf7,0x13,0x00,0xaa,0xfd,0x00,0xf5,0x00, +0xfa,0x00,0xfd,0xfe,0xfb,0xfb,0xfb,0x00,0x3f,0xfc,0x00,0xfe,0x6f,0xf2,0x05,0x02, +0xc8,0xe0,0x00,0x36,0x00,0x32,0x00,0xf8,0xfd,0x6b,0x4b,0x30,0x00,0xed,0xed,0xe5, +0x9e,0x20,0xfd,0xdb,0xe6,0xcb,0x90,0x01,0xfa,0x00,0xf8,0x00,0xf7,0xfc,0x00,0xfa, +0x40,0x01,0x77,0xfd,0xfc,0xfb,0xfc,0xf9,0xfc,0xf8,0xf9,0x00,0x11,0xff,0x7a,0x00, +0x2e,0xfc,0xff,0x5e,0x00,0x03,0x57,0x00,0x13,0xfa,0x58,0x01,0x0e,0xf0,0xf2,0x05, +0x23,0x00,0x12,0xf5,0x0c,0x01,0x82,0xfe,0xfd,0xfb,0x00,0xfe,0xfb,0xfc,0xfd,0xd4, +0x00,0x12,0xfe,0x9c,0x00,0xb2,0xf7,0xfc,0xfb,0xfc,0xfc,0xfb,0xfc,0x00,0xe8,0x00, +0xd7,0xc7,0x5b,0xf2,0x00,0xf7,0x01,0xf9,0x00,0xfa,0xe0,0xf8,0xec,0xf1,0x00,0xec, +0x00,0xeb,0x00,0xfd,0x7a,0x00,0x62,0xfb,0xfd,0xf6,0xf7,0x00,0xf6,0x7a,0x65,0x31, +0xf7,0xe2,0xec,0xaa,0x01,0x30,0xd9,0xfd,0xfa,0x5e,0x00,0x40,0xfd,0xeb,0x00,0xf4, +0xc3,0x00,0x03,0xea,0x00,0x13,0xfc,0x28,0x01,0x13,0xf8,0xbe,0x00,0x10,0xfb,0xa0, +0x01,0x85,0x02,0xff,0x00,0xfd,0x00,0xff,0xfd,0x00,0xc6,0x00,0x31,0xfe,0x00,0xfe, +0x2c,0x00,0x15,0x04,0xa2,0x01,0x12,0xfb,0x3d,0x00,0x07,0xb6,0x00,0x06,0xd2,0xa2, +0xa1,0xed,0xe3,0xe8,0xfb,0xfb,0x00,0xf5,0xfa,0xde,0xf5,0x8c,0x00,0xf2,0x03,0xfc, +0xf2,0x00,0xed,0xee,0xfb,0xed,0x00,0x00,0xf4,0xf0,0xfb,0xf4,0xf7,0xf7,0xf5,0xf7, +0xec,0x3c,0x00,0x21,0xfc,0xf8,0x07,0x00,0x20,0xf3,0xfd,0x78,0x00,0x21,0xfd,0xfc, +0x3c,0x01,0x13,0xfd,0x43,0x01,0x04,0xa0,0x01,0x40,0xee,0xfb,0xee,0xf4,0x26,0x00, +0x61,0xfd,0xed,0xfd,0x00,0xfd,0x03,0x5c,0x01,0x12,0xfa,0x7c,0x01,0x62,0xfd,0x00, +0xf8,0xfe,0xfe,0xfc,0x2b,0x4a,0x32,0xf7,0xfd,0xf7,0x32,0x01,0x13,0xee,0x37,0x00, +0x01,0xc6,0x02,0x18,0xfd,0xd5,0x01,0x00,0x02,0x00,0x12,0xf9,0x9b,0x02,0x53,0xfb, +0x00,0xfc,0xfb,0xfd,0x18,0x00,0x22,0xfe,0xfc,0xd0,0x00,0x20,0xfd,0xfc,0x03,0x00, +0x10,0x00,0xe9,0xed,0xc2,0xee,0xe8,0xee,0xf9,0xf9,0xfe,0xfc,0xfc,0xe5,0xfc,0xfc, +0xfd,0x70,0x02,0x20,0xee,0xf5,0x51,0x05,0x82,0xf5,0xf5,0xf9,0xf7,0xfc,0xfa,0xf7, +0xfc,0xf4,0x02,0x12,0xf7,0x68,0x00,0xe1,0xfb,0xf7,0xf8,0x00,0xfd,0xfe,0xfe,0x00, +0xfc,0xfc,0x00,0xfc,0xfa,0xfb,0x41,0x00,0x5d,0xfc,0xfa,0xfc,0xfc,0xfa,0xec,0xf4, +0x62,0xe9,0xf8,0xf2,0xf8,0x00,0xed,0x70,0x28,0x22,0x00,0x13,0xa4,0x01,0x02,0xd7, +0x04,0x17,0xf2,0x78,0x02,0x10,0xfa,0x3a,0x02,0x18,0xfa,0xa8,0x02,0x03,0xed,0x02, +0x54,0x00,0xf9,0xfd,0x02,0xfd,0x26,0x00,0x95,0xf1,0x00,0xfb,0x00,0xff,0xf4,0x00, +0xf9,0xfc,0x14,0x04,0x5a,0xff,0xff,0xfb,0xff,0xff,0x20,0x04,0x00,0x86,0x02,0x01, +0x97,0x01,0x33,0xfd,0xfa,0x00,0x5a,0x04,0x42,0x02,0x02,0x02,0x02,0xbc,0x00,0x13, +0x03,0x63,0x01,0x50,0xfb,0xfb,0xfa,0x00,0xfc,0x19,0x01,0x00,0xbb,0x00,0x03,0x26, +0x00,0xd1,0x01,0x01,0xfe,0x01,0x00,0x04,0x0b,0x0d,0x00,0xf3,0xfc,0xf3,0xfc,0x3c, +0x04,0x00,0x13,0x2f,0x70,0x12,0x0c,0x09,0x10,0x00,0x11,0xfb,0x8c,0x02,0x01,0x18, +0x02,0x30,0x03,0x00,0xff,0x60,0x00,0x21,0x04,0xf7,0x5a,0xfc,0x02,0x6c,0x02,0x13, +0xf9,0xb3,0x00,0x01,0x49,0x01,0x22,0x0a,0x00,0x53,0xb1,0x25,0x04,0xfc,0x2e,0x01, +0x24,0x00,0xfe,0x5a,0x03,0x0b,0x65,0x04,0x04,0x44,0x02,0x74,0x03,0xf4,0x03,0x00, +0x03,0x03,0xfd,0x60,0x01,0x00,0x29,0x00,0x21,0xfd,0xfb,0xbb,0x01,0x10,0x00,0x52, +0x01,0x1f,0xfe,0xb6,0x03,0x07,0x0b,0xbd,0xfa,0x09,0x90,0x02,0x02,0x0a,0x01,0x0c, +0x22,0xe9,0x03,0x9d,0x04,0x75,0xfa,0xf1,0xf7,0x07,0x07,0x00,0xfc,0xfe,0x05,0x44, +0xfd,0x03,0xfa,0xfd,0x86,0x02,0x52,0x07,0x05,0x00,0x07,0xff,0x5b,0xf5,0x07,0xa2, +0x01,0x19,0xfd,0x85,0x05,0x17,0xfb,0x80,0x00,0x65,0xf9,0x02,0x03,0x04,0x04,0xf9, +0xb8,0x01,0x11,0xff,0xb6,0x00,0x01,0xb6,0x01,0x15,0xfb,0xcc,0x01,0x44,0xfd,0xf7, +0xfe,0xf7,0x9a,0x04,0x40,0xfb,0x00,0xfe,0x00,0x7f,0x01,0x26,0xfb,0xff,0x78,0x04, +0x02,0xba,0x00,0x51,0xfd,0xf5,0x00,0xf5,0xfe,0x43,0x00,0x30,0xf8,0x00,0xfa,0xce, +0x02,0x00,0xc8,0x01,0x09,0x26,0x00,0x10,0xfb,0xdd,0x01,0x30,0x02,0xfc,0xfe,0xf7, +0x00,0x00,0x92,0x01,0x10,0xf7,0x99,0x01,0x13,0xf7,0x6b,0x00,0x0a,0x00,0x01,0x10, +0xf7,0xaf,0x04,0x01,0x74,0x04,0x00,0x2a,0x02,0x10,0x00,0x6e,0x05,0x08,0x72,0x00, +0x13,0xfc,0x2c,0x00,0x1a,0xfc,0xc5,0x05,0x10,0xf8,0x2c,0x04,0x03,0x71,0x01,0x00, +0x7b,0x00,0x15,0xff,0xd7,0x05,0x20,0x01,0x02,0x92,0x07,0x37,0x04,0x03,0x05,0x23, +0x35,0x12,0x06,0x60,0x2d,0x40,0x08,0x09,0x0a,0x0b,0xa6,0x29,0x01,0x97,0x59,0xe1, +0x0a,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0xa1,0x34, +0xff,0x0c,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d, +0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff, +0xff,0x50,0x23,0x01,0x02,0x6a,0x70,0x67,0x04,0x00,0x05,0x06,0x07,0x08,0x07,0xeb, +0x10,0x0a,0x1c,0x23,0x21,0x00,0x0c,0x79,0x9a,0x11,0x0d,0x11,0x2b,0x00,0x08,0x00, +0x51,0x0d,0x00,0x0f,0x10,0x11,0xc1,0x02,0x40,0x00,0x17,0x03,0x00,0x29,0x56,0xf0, +0x01,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19, +0x1e,0xcb,0x02,0x48,0x23,0x24,0x25,0x26,0x81,0xc7,0x0f,0x01,0x00,0xff,0xff,0x3f, +0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 40609, .glyph_id_start = 109, .list_length = 592, .type = 3, .unicode_list = 5608, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[77367] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_L_s = { +.uncomp_size = 77135, +.comp_size = 60326, +.line_height = 18, +.base_line = 4, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 3, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 6792, +.class_pair_values = 74023, +.left_class_mapping = 75733, +.right_class_mapping = 76434, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 77367, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_16.c b/radio/src/fonts/lvgl/lv_font_noto_tw_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_16.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_STD.c index 8729cc7c56e..e1278a1270b 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_STD.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 4 - * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e2d,0x4e32,0x4e39,0x4e3b,0x4e4b,0x4e58,0x4e8c,0x4eab,0x4eae,0x4ecb,0x4ee5,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f2f,0x4f48,0x4f4d,0x4f4e,0x4f4f,0x4f5c,0x4f7f,0x4f86,0x4f8b,0x4f9b,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500b,0x500d,0x5012,0x503c,0x504f,0x505c,0x5074,0x5099,0x50b3,0x50c5,0x50cf,0x5100,0x511f,0x5132,0x5145,0x5149,0x514b,0x5165,0x5167,0x5168,0x516c,0x5176,0x5177,0x5178,0x517c,0x518a,0x51fa,0x51fd,0x5206,0x5207,0x5217,0x521d,0x5225,0x5229,0x522a,0x5230,0x5236,0x5237,0x524d,0x526f,0x5275,0x529f,0x52a0,0x52d5,0x5305,0x5308,0x5316,0x5340,0x5347,0x5354,0x5361,0x539f,0x53c3,0x53ca,0x53cd,0x53d6,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x540c,0x540d,0x5411,0x5426,0x542b,0x542f,0x544a,0x548c,0x554f,0x555f,0x55ae,0x55ce,0x5668,0x56de,0x56fa,0x56fe,0x570b,0x570d,0x5713,0x5716,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57f7,0x57fa,0x5831,0x584a,0x586b,0x589e,0x58d3,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x593e,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b78,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5bb9,0x5be6,0x5beb,0x5bec,0x5bf8,0x5bf9,0x5c04,0x5c07,0x5c0d,0x5c0e,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e0c,0x5e36,0x5e38,0x5e3d,0x5e40,0x5e45,0x5e55,0x5e73,0x5e8f,0x5ea6,0x5ee0,0x5ef6,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f31,0x5f37,0x5f48,0x5f62,0x5f71,0x5f85,0x5f88,0x5f8c,0x5f91,0x5f9e,0x5fa9,0x5faa,0x5fae,0x5fb7,0x5feb,0x5ffd,0x6020,0x6025,0x6062,0x606f,0x60c5,0x610f,0x611f,0x614b,0x6162,0x61c9,0x6210,0x6216,0x622a,0x6232,0x6236,0x6240,0x6247,0x624b,0x6253,0x627e,0x62c9,0x62d2,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6377,0x6383,0x6392,0x63a1,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x63da,0x63db,0x6416,0x6447,0x6478,0x64a5,0x64ad,0x64c7,0x64ca,0x64cd,0x64da,0x64e6,0x64ec,0x64f4,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6557,0x6559,0x6574,0x6578,0x6587,0x659c,0x65af,0x65b0,0x65b7,0x65b9,0x65bc,0x65cb,0x65e5,0x660e,0x661f,0x6620,0x662f,0x6642,0x666e,0x666f,0x66ab,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x6746,0x675f,0x677f,0x679c,0x67c4,0x67e5,0x6821,0x683c,0x6846,0x6848,0x687f,0x689d,0x6975,0x6a02,0x6a19,0x6a21,0x6a23,0x6a5f,0x6a6b,0x6a94,0x6aa2,0x6b04,0x6b50,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6c92,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6eab,0x6ed1,0x6eef,0x6efe,0x6eff,0x6f38,0x6fc0,0x6ffe,0x7063,0x70b9,0x70ba,0x7121,0x7126,0x71b1,0x7247,0x7248,0x7259,0x7279,0x72c0,0x7387,0x73ed,0x73fe,0x7406,0x745e,0x74b0,0x751f,0x7528,0x7535,0x754c,0x7565,0x7570,0x7576,0x758a,0x767c,0x767d,0x7684,0x76e3,0x76e4,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x786c,0x78ba,0x78bc,0x793a,0x7981,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a31,0x7a7a,0x7a81,0x7a97,0x7aef,0x7af6,0x7b2c,0x7b49,0x7b97,0x7ba1,0x7bc0,0x7bc4,0x7c3d,0x7c98,0x7cbe,0x7cfb,0x7d05,0x7d1a,0x7d30,0x7d42,0x7d44,0x7d50,0x7d55,0x7d71,0x7d93,0x7da0,0x7dca,0x7dda,0x7de8,0x7df4,0x7e2e,0x7e31,0x7e3d,0x7e8c,0x7f16,0x7f6e,0x7f8e,0x7fa9,0x8005,0x8017,0x806f,0x8072,0x80cc,0x80fd,0x8108,0x8173,0x81ea,0x81f3,0x8207,0x822a,0x8235,0x8272,0x82f1,0x8377,0x8404,0x8461,0x84cb,0x85cd,0x85cf,0x862d,0x865f,0x8702,0x87ba,0x884c,0x885b,0x885d,0x8868,0x8870,0x88ab,0x88dc,0x88dd,0x88fd,0x8907,0x897f,0x8981,0x8986,0x898f,0x8996,0x89c8,0x89d2,0x89f8,0x8a00,0x8a08,0x8a18,0x8a2a,0x8a2d,0x8a3b,0x8a62,0x8a66,0x8a71,0x8a73,0x8a8c,0x8a8d,0x8a9e,0x8aa4,0x8aaa,0x8abf,0x8acb,0x8b49,0x8b58,0x8b5c,0x8b66,0x8b70,0x8b77,0x8b80,0x8b8a,0x8cbc,0x8d25,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8ef8,0x8f03,0x8f09,0x8f2a,0x8f2f,0x8f38,0x8f49,0x8f74,0x8f91,0x8ff0,0x9000,0x901a,0x901f,0x9023,0x9031,0x9032,0x903b,0x904a,0x904b,0x904e,0x9053,0x9072,0x9078,0x908a,0x908f,0x90e8,0x91cd,0x91cf,0x91dd,0x9215,0x9304,0x932f,0x9375,0x9396,0x93e1,0x9418,0x9451,0x94ae,0x952e,0x9577,0x9580,0x9589,0x958b,0x9592,0x9593,0x95dc,0x9640,0x9644,0x9650,0x9664,0x9670,0x9694,0x969c,0x96a8,0x96d9,0x96e2,0x96fb,0x9700,0x9707,0x975c,0x975e,0x9762,0x97cc,0x97f3,0x97ff,0x9801,0x9802,0x9805,0x9806,0x9810,0x983b,0x984c,0x984f,0x985e,0x986f,0x9884,0x989c,0x98db,0x9a45,0x9a57,0x9ad4,0x9ad8,0x9cf4,0x9ea5,0x9ed8,0x9ede,0x9f4a,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_tw_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e2d,0x4e32,0x4e39,0x4e3b,0x4e4b,0x4e58,0x4e8c,0x4eab,0x4eae,0x4ecb,0x4ee5,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f2f,0x4f48,0x4f4d,0x4f4e,0x4f4f,0x4f5c,0x4f7f,0x4f86,0x4f8b,0x4f9b,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500b,0x500d,0x5012,0x503c,0x504f,0x505c,0x5074,0x5099,0x50b3,0x50c5,0x50cf,0x5100,0x511f,0x5132,0x5145,0x5149,0x514b,0x5165,0x5167,0x5168,0x516c,0x5176,0x5177,0x5178,0x517c,0x518a,0x51fa,0x51fd,0x5206,0x5207,0x5217,0x521d,0x5225,0x5229,0x522a,0x5230,0x5236,0x5237,0x524d,0x526f,0x5275,0x529f,0x52a0,0x52d5,0x5305,0x5308,0x5316,0x5340,0x5347,0x5354,0x5361,0x539f,0x53c3,0x53ca,0x53cd,0x53d6,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x540c,0x540d,0x5411,0x5426,0x542b,0x542f,0x544a,0x548c,0x554f,0x555f,0x55ae,0x55ce,0x5668,0x56de,0x56fa,0x56fe,0x570b,0x570d,0x5713,0x5716,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57f7,0x57fa,0x5831,0x584a,0x586b,0x589e,0x58d3,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x593e,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b78,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5bb9,0x5be6,0x5beb,0x5bec,0x5bf8,0x5bf9,0x5c04,0x5c07,0x5c0d,0x5c0e,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e0c,0x5e36,0x5e38,0x5e3d,0x5e40,0x5e45,0x5e55,0x5e73,0x5e8f,0x5ea6,0x5ee0,0x5ef6,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f31,0x5f37,0x5f48,0x5f62,0x5f71,0x5f85,0x5f88,0x5f8c,0x5f91,0x5f9e,0x5fa9,0x5faa,0x5fae,0x5fb7,0x5feb,0x5ffd,0x6020,0x6025,0x6062,0x606f,0x60c5,0x610f,0x611f,0x614b,0x6162,0x61c9,0x6210,0x6216,0x622a,0x6232,0x6236,0x6240,0x6247,0x624b,0x6253,0x627e,0x62c9,0x62d2,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6377,0x6383,0x6392,0x63a1,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x63da,0x63db,0x6416,0x6447,0x6478,0x64a5,0x64ad,0x64c7,0x64ca,0x64cd,0x64da,0x64e6,0x64ec,0x64f4,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6557,0x6559,0x6574,0x6578,0x6587,0x659c,0x65af,0x65b0,0x65b7,0x65b9,0x65bc,0x65cb,0x65e5,0x660e,0x661f,0x6620,0x662f,0x6642,0x666e,0x666f,0x66ab,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x6746,0x675f,0x677f,0x679c,0x67c4,0x67e5,0x6821,0x683c,0x6846,0x6848,0x687f,0x689d,0x6975,0x6a02,0x6a19,0x6a21,0x6a23,0x6a5f,0x6a6b,0x6a94,0x6aa2,0x6b04,0x6b50,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6c92,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6eab,0x6ed1,0x6eef,0x6efe,0x6eff,0x6f38,0x6fc0,0x6ffe,0x7063,0x70b9,0x70ba,0x7121,0x7126,0x71b1,0x7247,0x7248,0x7259,0x7279,0x72c0,0x7387,0x73ed,0x73fe,0x7406,0x745e,0x74b0,0x751f,0x7528,0x7535,0x754c,0x7565,0x7570,0x7576,0x758a,0x767c,0x767d,0x7684,0x76e3,0x76e4,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x786c,0x78ba,0x78bc,0x793a,0x7981,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a31,0x7a7a,0x7a81,0x7a97,0x7aef,0x7af6,0x7b2c,0x7b49,0x7b97,0x7ba1,0x7bc0,0x7bc4,0x7c3d,0x7c98,0x7cbe,0x7cfb,0x7d05,0x7d1a,0x7d30,0x7d42,0x7d44,0x7d50,0x7d55,0x7d71,0x7d93,0x7da0,0x7dca,0x7dda,0x7de8,0x7df4,0x7e2e,0x7e31,0x7e3d,0x7e8c,0x7f16,0x7f6e,0x7f8e,0x7fa9,0x8005,0x8017,0x806f,0x8072,0x80cc,0x80fd,0x8108,0x8173,0x81ea,0x81f3,0x8207,0x822a,0x8235,0x8272,0x82f1,0x8377,0x8404,0x8461,0x84cb,0x85cd,0x85cf,0x862d,0x865f,0x8702,0x87ba,0x884c,0x885b,0x885d,0x8868,0x8870,0x88ab,0x88dc,0x88dd,0x88fd,0x8907,0x897f,0x8981,0x8986,0x898f,0x8996,0x89c8,0x89d2,0x89f8,0x8a00,0x8a08,0x8a18,0x8a2a,0x8a2d,0x8a3b,0x8a62,0x8a66,0x8a71,0x8a73,0x8a8c,0x8a8d,0x8a9e,0x8aa4,0x8aaa,0x8abf,0x8acb,0x8b49,0x8b58,0x8b5c,0x8b66,0x8b70,0x8b77,0x8b80,0x8b8a,0x8cbc,0x8d25,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8ef8,0x8f03,0x8f09,0x8f2a,0x8f2f,0x8f38,0x8f49,0x8f74,0x8f91,0x8ff0,0x9000,0x901a,0x901f,0x9023,0x9031,0x9032,0x903b,0x904a,0x904b,0x904e,0x9053,0x9072,0x9078,0x908a,0x908f,0x90e8,0x91cd,0x91cf,0x91dd,0x9215,0x9304,0x932f,0x9375,0x9396,0x93e1,0x9418,0x9451,0x94ae,0x952e,0x9577,0x9580,0x9589,0x958b,0x9592,0x9593,0x95dc,0x9640,0x9644,0x9650,0x9664,0x9670,0x9694,0x969c,0x96a8,0x96d9,0x96e2,0x96fb,0x9700,0x9707,0x975c,0x975e,0x9762,0x97cc,0x97f3,0x97ff,0x9801,0x9802,0x9805,0x9806,0x9810,0x983b,0x984c,0x984f,0x985e,0x986f,0x9884,0x989c,0x98db,0x9a45,0x9a57,0x9ad4,0x9ad8,0x9cf4,0x9ea5,0x9ed8,0x9ede,0x9f4a,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_tw_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_NOTO_TW_16 -#define LV_FONT_NOTO_TW_16 1 +#ifndef LV_FONT_NOTO_TW_STD +#define LV_FONT_NOTO_TW_STD 1 #endif -#if LV_FONT_NOTO_TW_16 +#if LV_FONT_NOTO_TW_STD /*----------------- * BITMAPS @@ -13313,9 +13313,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_noto_tw_16 = { +const lv_font_t lv_font_noto_tw_STD = { #else -lv_font_t lv_font_noto_tw_16 = { +lv_font_t lv_font_noto_tw_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -13333,5 +13333,5 @@ lv_font_t lv_font_noto_tw_16 = { -#endif /*#if LV_FONT_NOTO_TW_16*/ +#endif /*#if LV_FONT_NOTO_TW_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_STD_s.c new file mode 100644 index 00000000000..9418e6bf7b9 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_STD_s.c @@ -0,0 +1,8387 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Noto/NotoSansCJKsc-Regular.otf -r 0x20-0x7F,0xB0,0x2022,0x2265,0x3001,0x4e00,0x4e0a,0x4e0b,0x4e0d,0x4e2d,0x4e32,0x4e39,0x4e3b,0x4e4b,0x4e58,0x4e8c,0x4eab,0x4eae,0x4ecb,0x4ee5,0x4ef0,0x4ef6,0x4efb,0x4efd,0x4f10,0x4f2f,0x4f48,0x4f4d,0x4f4e,0x4f4f,0x4f5c,0x4f7f,0x4f86,0x4f8b,0x4f9b,0x4fc4,0x4fdd,0x4fe1,0x4fee,0x4fef,0x500b,0x500d,0x5012,0x503c,0x504f,0x505c,0x5074,0x5099,0x50b3,0x50c5,0x50cf,0x5100,0x511f,0x5132,0x5145,0x5149,0x514b,0x5165,0x5167,0x5168,0x516c,0x5176,0x5177,0x5178,0x517c,0x518a,0x51fa,0x51fd,0x5206,0x5207,0x5217,0x521d,0x5225,0x5229,0x522a,0x5230,0x5236,0x5237,0x524d,0x526f,0x5275,0x529f,0x52a0,0x52d5,0x5305,0x5308,0x5316,0x5340,0x5347,0x5354,0x5361,0x539f,0x53c3,0x53ca,0x53cd,0x53d6,0x53e3,0x53ea,0x53ef,0x53f0,0x53f3,0x540c,0x540d,0x5411,0x5426,0x542b,0x542f,0x544a,0x548c,0x554f,0x555f,0x55ae,0x55ce,0x5668,0x56de,0x56fa,0x56fe,0x570b,0x570d,0x5713,0x5716,0x5728,0x5730,0x5740,0x5747,0x5757,0x578b,0x57f7,0x57fa,0x5831,0x584a,0x586b,0x589e,0x58d3,0x5916,0x591a,0x5927,0x5929,0x592a,0x5931,0x593e,0x597d,0x59cb,0x5b50,0x5b57,0x5b58,0x5b78,0x5b83,0x5b89,0x5b8c,0x5b9a,0x5bb9,0x5be6,0x5beb,0x5bec,0x5bf8,0x5bf9,0x5c04,0x5c07,0x5c0d,0x5c0e,0x5c0f,0x5c3a,0x5c40,0x5c45,0x5c4f,0x5c55,0x5de5,0x5de6,0x5dee,0x5df2,0x5e0c,0x5e36,0x5e38,0x5e3d,0x5e40,0x5e45,0x5e55,0x5e73,0x5e8f,0x5ea6,0x5ee0,0x5ef6,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f31,0x5f37,0x5f48,0x5f62,0x5f71,0x5f85,0x5f88,0x5f8c,0x5f91,0x5f9e,0x5fa9,0x5faa,0x5fae,0x5fb7,0x5feb,0x5ffd,0x6020,0x6025,0x6062,0x606f,0x60c5,0x610f,0x611f,0x614b,0x6162,0x61c9,0x6210,0x6216,0x622a,0x6232,0x6236,0x6240,0x6247,0x624b,0x6253,0x627e,0x62c9,0x62d2,0x62fe,0x6301,0x6307,0x6309,0x632f,0x6377,0x6383,0x6392,0x63a1,0x63a5,0x63a7,0x63a8,0x63cf,0x63d0,0x63d2,0x63da,0x63db,0x6416,0x6447,0x6478,0x64a5,0x64ad,0x64c7,0x64ca,0x64cd,0x64da,0x64e6,0x64ec,0x64f4,0x652f,0x6536,0x6539,0x653e,0x6545,0x6548,0x6557,0x6559,0x6574,0x6578,0x6587,0x659c,0x65af,0x65b0,0x65b7,0x65b9,0x65bc,0x65cb,0x65e5,0x660e,0x661f,0x6620,0x662f,0x6642,0x666e,0x666f,0x66ab,0x66f2,0x66f4,0x66ff,0x6700,0x6709,0x671f,0x672a,0x672c,0x6746,0x675f,0x677f,0x679c,0x67c4,0x67e5,0x6821,0x683c,0x6846,0x6848,0x687f,0x689d,0x6975,0x6a02,0x6a19,0x6a21,0x6a23,0x6a5f,0x6a6b,0x6a94,0x6aa2,0x6b04,0x6b50,0x6b62,0x6b63,0x6b64,0x6b65,0x6b7b,0x6b8a,0x6bb5,0x6bd4,0x6c60,0x6c92,0x6ca1,0x6cb9,0x6cbf,0x6cd5,0x6ce2,0x6ce8,0x6d1b,0x6d32,0x6d3b,0x6d41,0x6d88,0x6df7,0x6dfb,0x6e05,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6eab,0x6ed1,0x6eef,0x6efe,0x6eff,0x6f38,0x6fc0,0x6ffe,0x7063,0x70b9,0x70ba,0x7121,0x7126,0x71b1,0x7247,0x7248,0x7259,0x7279,0x72c0,0x7387,0x73ed,0x73fe,0x7406,0x745e,0x74b0,0x751f,0x7528,0x7535,0x754c,0x7565,0x7570,0x7576,0x758a,0x767c,0x767d,0x7684,0x76e3,0x76e4,0x76ee,0x76f4,0x76f8,0x770b,0x771f,0x77e5,0x786c,0x78ba,0x78bc,0x793a,0x7981,0x79d2,0x79f0,0x79fb,0x7a0b,0x7a31,0x7a7a,0x7a81,0x7a97,0x7aef,0x7af6,0x7b2c,0x7b49,0x7b97,0x7ba1,0x7bc0,0x7bc4,0x7c3d,0x7c98,0x7cbe,0x7cfb,0x7d05,0x7d1a,0x7d30,0x7d42,0x7d44,0x7d50,0x7d55,0x7d71,0x7d93,0x7da0,0x7dca,0x7dda,0x7de8,0x7df4,0x7e2e,0x7e31,0x7e3d,0x7e8c,0x7f16,0x7f6e,0x7f8e,0x7fa9,0x8005,0x8017,0x806f,0x8072,0x80cc,0x80fd,0x8108,0x8173,0x81ea,0x81f3,0x8207,0x822a,0x8235,0x8272,0x82f1,0x8377,0x8404,0x8461,0x84cb,0x85cd,0x85cf,0x862d,0x865f,0x8702,0x87ba,0x884c,0x885b,0x885d,0x8868,0x8870,0x88ab,0x88dc,0x88dd,0x88fd,0x8907,0x897f,0x8981,0x8986,0x898f,0x8996,0x89c8,0x89d2,0x89f8,0x8a00,0x8a08,0x8a18,0x8a2a,0x8a2d,0x8a3b,0x8a62,0x8a66,0x8a71,0x8a73,0x8a8c,0x8a8d,0x8a9e,0x8aa4,0x8aaa,0x8abf,0x8acb,0x8b49,0x8b58,0x8b5c,0x8b66,0x8b70,0x8b77,0x8b80,0x8b8a,0x8cbc,0x8d25,0x8d77,0x8d85,0x8db3,0x8ddd,0x8def,0x8df3,0x8ef8,0x8f03,0x8f09,0x8f2a,0x8f2f,0x8f38,0x8f49,0x8f74,0x8f91,0x8ff0,0x9000,0x901a,0x901f,0x9023,0x9031,0x9032,0x903b,0x904a,0x904b,0x904e,0x9053,0x9072,0x9078,0x908a,0x908f,0x90e8,0x91cd,0x91cf,0x91dd,0x9215,0x9304,0x932f,0x9375,0x9396,0x93e1,0x9418,0x9451,0x94ae,0x952e,0x9577,0x9580,0x9589,0x958b,0x9592,0x9593,0x95dc,0x9640,0x9644,0x9650,0x9664,0x9670,0x9694,0x969c,0x96a8,0x96d9,0x96e2,0x96fb,0x9700,0x9707,0x975c,0x975e,0x9762,0x97cc,0x97f3,0x97ff,0x9801,0x9802,0x9805,0x9806,0x9810,0x983b,0x984c,0x984f,0x985e,0x986f,0x9884,0x989c,0x98db,0x9a45,0x9a57,0x9ad4,0x9ad8,0x9cf4,0x9ea5,0x9ed8,0x9ede,0x9f4a,0x9f50 --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_noto_tw_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_NOTO_TW_STD_S +#define LV_FONT_NOTO_TW_STD_S 1 +#endif + +#if LV_FONT_NOTO_TW_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0xb4, 0xb3, 0xa3, 0xa2, 0x92, 0x61, 0x51, 0xc5, + + /* U+0022 "\"" */ + 0xf, 0xd, 0x30, 0xe0, 0xc2, 0xb, 0xa, 0x0, + 0x10, 0x10, + + /* U+0023 "#" */ + 0x0, 0xa0, 0xa0, 0x2, 0x80, 0xa0, 0x3c, 0xca, + 0xe7, 0x5, 0x41, 0x90, 0x7, 0x32, 0x70, 0x6d, + 0xbc, 0xc5, 0xa, 0x6, 0x40, 0xa, 0x8, 0x20, + + /* U+0024 "$" */ + 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, 0x2, 0xbd, + 0x60, 0xd, 0x41, 0x60, 0xe, 0x10, 0x0, 0x5, + 0xd6, 0x0, 0x0, 0x19, 0xc0, 0x0, 0x0, 0xb4, + 0x17, 0x12, 0xe3, 0x6, 0xcd, 0x40, 0x0, 0x47, + 0x0, + + /* U+0025 "%" */ + 0x1b, 0xb6, 0x0, 0x55, 0x0, 0x76, 0xd, 0x0, + 0xa0, 0x0, 0x83, 0xb, 0x7, 0x30, 0x0, 0x57, + 0xc, 0x19, 0x2a, 0x90, 0x8, 0xa3, 0x82, 0xc1, + 0x57, 0x0, 0x2, 0x80, 0xc0, 0x1a, 0x0, 0x9, + 0x10, 0xc0, 0x48, 0x0, 0x37, 0x0, 0x4b, 0xb1, + + /* U+0026 "&" */ + 0x1, 0xbb, 0x60, 0x0, 0x7, 0x70, 0xc0, 0x0, + 0x6, 0x87, 0x80, 0x0, 0x2, 0xf8, 0x0, 0x30, + 0x1d, 0x9b, 0x2, 0xd0, 0x77, 0x7, 0xaa, 0x60, + 0x7b, 0x0, 0xcf, 0x30, 0xa, 0xdc, 0x84, 0xb2, + + /* U+0027 "'" */ + 0xf, 0x0, 0xe0, 0xb, 0x0, 0x10, + + /* U+0028 "(" */ + 0x6, 0x10, 0xb0, 0x76, 0xa, 0x10, 0xc0, 0xd, + 0x0, 0xd0, 0xb, 0x10, 0x84, 0x2, 0xa0, 0xa, + 0x10, 0x0, + + /* U+0029 ")" */ + 0x43, 0x1, 0xb0, 0xa, 0x20, 0x66, 0x4, 0x80, + 0x2a, 0x3, 0x90, 0x57, 0x8, 0x40, 0xc0, 0x56, + 0x0, 0x0, + + /* U+002A "*" */ + 0x0, 0xa0, 0x1, 0xbe, 0xb3, 0x6, 0xc8, 0x0, + 0x40, 0x40, + + /* U+002B "+" */ + 0x0, 0x23, 0x0, 0x0, 0x57, 0x0, 0x0, 0x57, + 0x0, 0x6b, 0xdd, 0xb7, 0x0, 0x57, 0x0, 0x0, + 0x57, 0x0, + + /* U+002C "," */ + 0x4, 0x1, 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+002D "-" */ + 0x5b, 0xb3, + + /* U+002E "." */ + 0x6, 0x1, 0xe2, + + /* U+002F "/" */ + 0x0, 0xb, 0x0, 0x1, 0xa0, 0x0, 0x55, 0x0, + 0xa, 0x10, 0x0, 0xb0, 0x0, 0x46, 0x0, 0x9, + 0x10, 0x0, 0xb0, 0x0, 0x37, 0x0, 0x8, 0x20, + 0x0, 0x50, 0x0, 0x0, + + /* U+0030 "0" */ + 0x4, 0xcc, 0x60, 0xe, 0x10, 0xd1, 0x4a, 0x0, + 0x86, 0x68, 0x0, 0x78, 0x68, 0x0, 0x78, 0x4a, + 0x0, 0x86, 0xe, 0x10, 0xd1, 0x4, 0xcc, 0x50, + + /* U+0031 "1" */ + 0x5, 0xdc, 0x0, 0x2, 0x6c, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3c, 0x0, 0xc, 0xdf, 0xc5, + + /* U+0032 "2" */ + 0x9, 0xdd, 0x50, 0x35, 0x2, 0xf0, 0x0, 0x0, + 0xe1, 0x0, 0x1, 0xe0, 0x0, 0xa, 0x60, 0x0, + 0x8a, 0x0, 0x8, 0xb0, 0x0, 0x6f, 0xdd, 0xd7, + + /* U+0033 "3" */ + 0x1a, 0xcc, 0x70, 0x3, 0x0, 0xf2, 0x0, 0x3, + 0xd0, 0x0, 0xdf, 0x30, 0x0, 0x2, 0xd1, 0x0, + 0x0, 0x96, 0x54, 0x1, 0xe4, 0x1a, 0xde, 0x70, + + /* U+0034 "4" */ + 0x0, 0xb, 0xa0, 0x0, 0x6c, 0xa0, 0x1, 0xd5, + 0xa0, 0xa, 0x54, 0xa0, 0x4a, 0x4, 0xa0, 0xad, + 0xcd, 0xe9, 0x0, 0x4, 0xa0, 0x0, 0x4, 0xa0, + + /* U+0035 "5" */ + 0xd, 0xdd, 0xd1, 0xe, 0x0, 0x0, 0xe, 0x0, + 0x0, 0xf, 0xac, 0x70, 0x3, 0x1, 0xe4, 0x0, + 0x0, 0x97, 0x42, 0x1, 0xd3, 0x2b, 0xcd, 0x60, + + /* U+0036 "6" */ + 0x1, 0xbd, 0xc2, 0xc, 0x40, 0x20, 0x2c, 0x0, + 0x0, 0x4a, 0x9c, 0x90, 0x5d, 0x10, 0xb6, 0x3b, + 0x0, 0x69, 0xd, 0x20, 0xa6, 0x3, 0xcd, 0x90, + + /* U+0037 "7" */ + 0x6d, 0xdd, 0xe8, 0x0, 0x1, 0xd1, 0x0, 0x8, + 0x60, 0x0, 0xd, 0x0, 0x0, 0x5a, 0x0, 0x0, + 0x87, 0x0, 0x0, 0xb5, 0x0, 0x0, 0xc4, 0x0, + + /* U+0038 "8" */ + 0x5, 0xcd, 0x80, 0xe, 0x0, 0xc3, 0xd, 0x0, + 0xa2, 0x5, 0xd7, 0x90, 0xb, 0x49, 0xc1, 0x58, + 0x0, 0x86, 0x5b, 0x0, 0x97, 0x8, 0xdc, 0xa0, + + /* U+0039 "9" */ + 0x8, 0xdc, 0x40, 0x4c, 0x1, 0xd1, 0x78, 0x0, + 0x95, 0x4c, 0x1, 0xc7, 0x8, 0xc9, 0x96, 0x0, + 0x0, 0xb4, 0x2, 0x3, 0xd0, 0x1b, 0xdc, 0x20, + + /* U+003A ":" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x6, 0x1, + 0xe2, + + /* U+003B ";" */ + 0x1e, 0x20, 0x60, 0x0, 0x0, 0x0, 0x4, 0x1, + 0xf5, 0x8, 0x33, 0x80, 0x0, 0x0, + + /* U+003C "<" */ + 0x0, 0x0, 0x3, 0x0, 0x29, 0xc6, 0x4b, 0x93, + 0x0, 0x4b, 0x93, 0x0, 0x0, 0x39, 0xc6, 0x0, + 0x0, 0x3, + + /* U+003D "=" */ + 0x6b, 0xbb, 0xb8, 0x0, 0x0, 0x0, 0x6b, 0xbb, + 0xb7, + + /* U+003E ">" */ + 0x20, 0x0, 0x0, 0x5c, 0x93, 0x0, 0x0, 0x38, + 0xc5, 0x0, 0x28, 0xc5, 0x5c, 0xa3, 0x0, 0x20, + 0x0, 0x0, + + /* U+003F "?" */ + 0x1b, 0xdb, 0x21, 0x20, 0x88, 0x0, 0x9, 0x60, + 0x4, 0xb0, 0x0, 0xd1, 0x0, 0x7, 0x0, 0x0, + 0x60, 0x0, 0x2e, 0x10, + + /* U+0040 "@" */ + 0x0, 0x6, 0xaa, 0xa9, 0x10, 0x0, 0xb6, 0x0, + 0x2, 0xb1, 0x8, 0x50, 0x79, 0x91, 0x38, 0xb, + 0x7, 0x60, 0xd0, 0xb, 0x38, 0xd, 0x0, 0xc0, + 0xa, 0x56, 0xc, 0x4, 0xc0, 0x74, 0x38, 0x4, + 0x95, 0x79, 0x50, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x4, 0xb2, 0x0, 0x30, 0x0, 0x0, 0x29, 0xaa, + 0x81, 0x0, + + /* U+0041 "A" */ + 0x0, 0x6f, 0x10, 0x0, 0xb, 0x96, 0x0, 0x1, + 0xd3, 0xc0, 0x0, 0x69, 0xe, 0x10, 0xc, 0x40, + 0xa7, 0x1, 0xfd, 0xcd, 0xc0, 0x79, 0x0, 0xf, + 0x2c, 0x30, 0x0, 0x97, + + /* U+0042 "B" */ + 0xec, 0xcd, 0x80, 0xe1, 0x0, 0xe2, 0xe1, 0x1, + 0xe1, 0xec, 0xcf, 0x70, 0xe1, 0x0, 0xa6, 0xe1, + 0x0, 0x5a, 0xe1, 0x0, 0xa7, 0xed, 0xde, 0x80, + + /* U+0043 "C" */ + 0x0, 0x8d, 0xda, 0x10, 0x9a, 0x0, 0x51, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0x0, 0x1, 0xe0, 0x0, 0x0, 0x9, 0xa0, 0x5, + 0x40, 0x8, 0xdd, 0xa1, + + /* U+0044 "D" */ + 0xed, 0xdc, 0x40, 0xe1, 0x2, 0xe3, 0xe1, 0x0, + 0x6b, 0xe1, 0x0, 0x3d, 0xe1, 0x0, 0x3d, 0xe1, + 0x0, 0x6b, 0xe1, 0x3, 0xe3, 0xed, 0xdc, 0x40, + + /* U+0045 "E" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0xdd, 0xd2, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xdb, + + /* U+0046 "F" */ + 0xed, 0xdd, 0x9e, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xed, 0xdd, 0x2e, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0x10, 0x0, + + /* U+0047 "G" */ + 0x0, 0x7d, 0xdb, 0x20, 0x9a, 0x10, 0x33, 0x1e, + 0x0, 0x0, 0x4, 0xc0, 0x0, 0x0, 0x4c, 0x0, + 0xbd, 0xb1, 0xe0, 0x0, 0x2c, 0x9, 0xa0, 0x4, + 0xc0, 0x8, 0xdd, 0xc4, + + /* U+0048 "H" */ + 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, + 0x1e, 0xed, 0xdd, 0xde, 0xe1, 0x0, 0x1e, 0xe1, + 0x0, 0x1e, 0xe1, 0x0, 0x1e, 0xe1, 0x0, 0x1e, + + /* U+0049 "I" */ + 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, + + /* U+004A "J" */ + 0x0, 0x2, 0xc0, 0x0, 0x2c, 0x0, 0x2, 0xc0, + 0x0, 0x2c, 0x0, 0x2, 0xc0, 0x0, 0x3c, 0x45, + 0x8, 0xa1, 0xbe, 0xc2, + + /* U+004B "K" */ + 0xe1, 0x0, 0xd4, 0xe, 0x10, 0xb6, 0x0, 0xe1, + 0x99, 0x0, 0xe, 0x8f, 0x60, 0x0, 0xed, 0x3e, + 0x10, 0xe, 0x30, 0x89, 0x0, 0xe1, 0x0, 0xe2, + 0xe, 0x10, 0x5, 0xc0, + + /* U+004C "L" */ + 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xe1, 0x0, 0xe, 0x10, 0x0, 0xe1, + 0x0, 0xe, 0xdd, 0xd8, + + /* U+004D "M" */ + 0xe8, 0x0, 0x9, 0xdd, 0xc0, 0x0, 0xcd, 0xe9, + 0x30, 0x49, 0xde, 0x49, 0xa, 0x4d, 0xe0, 0xd1, + 0xb1, 0xde, 0x8, 0xa6, 0x1d, 0xe0, 0x2f, 0x11, + 0xde, 0x0, 0x20, 0x1d, + + /* U+004E "N" */ + 0xe7, 0x0, 0x1d, 0xed, 0x10, 0x1d, 0xe6, 0x90, + 0x1d, 0xe0, 0xc3, 0x1d, 0xe0, 0x3c, 0x1d, 0xe0, + 0xa, 0x6d, 0xe0, 0x1, 0xdd, 0xe0, 0x0, 0x7d, + + /* U+004F "O" */ + 0x0, 0x9d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xc4, 0x4b, 0x0, 0x0, 0x97, + 0x4c, 0x0, 0x0, 0x97, 0x1e, 0x0, 0x0, 0xc4, + 0xa, 0x90, 0x7, 0xc0, 0x0, 0x8d, 0xda, 0x10, + + /* U+0050 "P" */ + 0xed, 0xcd, 0x70, 0xe1, 0x0, 0xd3, 0xe1, 0x0, + 0xa5, 0xe1, 0x2, 0xe2, 0xec, 0xcb, 0x40, 0xe1, + 0x0, 0x0, 0xe1, 0x0, 0x0, 0xe1, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x0, 0x8d, 0xda, 0x10, 0xa, 0x90, 0x7, 0xc0, + 0x1e, 0x0, 0x0, 0xd4, 0x4c, 0x0, 0x0, 0x97, + 0x4b, 0x0, 0x0, 0x97, 0x2e, 0x0, 0x0, 0xc4, + 0xb, 0x70, 0x5, 0xd0, 0x0, 0xac, 0xcb, 0x10, + 0x0, 0x1, 0xd3, 0x0, 0x0, 0x0, 0x3b, 0xd7, + + /* U+0052 "R" */ + 0xed, 0xde, 0x70, 0xe1, 0x1, 0xd4, 0xe1, 0x0, + 0x96, 0xe1, 0x3, 0xe3, 0xed, 0xee, 0x40, 0xe1, + 0x1e, 0x10, 0xe1, 0x6, 0xb0, 0xe1, 0x0, 0xc5, + + /* U+0053 "S" */ + 0x4, 0xde, 0xc3, 0x0, 0xe3, 0x2, 0x40, 0xf, + 0x30, 0x0, 0x0, 0x5e, 0xa3, 0x0, 0x0, 0x6, + 0xe7, 0x0, 0x0, 0x2, 0xe0, 0x38, 0x10, 0x5e, + 0x0, 0x7d, 0xec, 0x30, + + /* U+0054 "T" */ + 0x8d, 0xdf, 0xdd, 0x30, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, + + /* U+0055 "U" */ + 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, + 0x1d, 0xe1, 0x0, 0x1d, 0xe1, 0x0, 0x1d, 0xd3, + 0x0, 0x3b, 0x8a, 0x0, 0xa7, 0x9, 0xee, 0x90, + + /* U+0056 "V" */ + 0xd3, 0x0, 0xd, 0x28, 0x80, 0x2, 0xd0, 0x2d, + 0x0, 0x78, 0x0, 0xd2, 0xc, 0x30, 0x8, 0x71, + 0xd0, 0x0, 0x3b, 0x59, 0x0, 0x0, 0xdb, 0x30, + 0x0, 0x9, 0xe0, 0x0, + + /* U+0057 "W" */ + 0x96, 0x0, 0xb7, 0x0, 0xb4, 0x69, 0x0, 0xdb, + 0x0, 0xe0, 0x2c, 0x3, 0x8d, 0x1, 0xd0, 0xe, + 0x8, 0x5a, 0x34, 0xa0, 0xc, 0x3b, 0x16, 0x77, + 0x60, 0x8, 0x6c, 0x2, 0xba, 0x30, 0x5, 0xc9, + 0x0, 0xdd, 0x0, 0x1, 0xf5, 0x0, 0xac, 0x0, + + /* U+0058 "X" */ + 0x5b, 0x0, 0x5a, 0x0, 0xc4, 0xd, 0x20, 0x3, + 0xc6, 0x80, 0x0, 0xa, 0xe1, 0x0, 0x0, 0xcd, + 0x20, 0x0, 0x69, 0x5a, 0x0, 0xd, 0x10, 0xc3, + 0x8, 0x80, 0x4, 0xc0, + + /* U+0059 "Y" */ + 0xc, 0x40, 0x6, 0x90, 0x4c, 0x0, 0xd2, 0x0, + 0xc3, 0x59, 0x0, 0x4, 0xac, 0x20, 0x0, 0xc, + 0xa0, 0x0, 0x0, 0x96, 0x0, 0x0, 0x9, 0x60, + 0x0, 0x0, 0x96, 0x0, + + /* U+005A "Z" */ + 0xd, 0xdd, 0xdf, 0x0, 0x0, 0x9, 0x70, 0x0, + 0x4, 0xc0, 0x0, 0x0, 0xd2, 0x0, 0x0, 0x98, + 0x0, 0x0, 0x3d, 0x0, 0x0, 0xd, 0x30, 0x0, + 0x6, 0xfd, 0xdd, 0xd1, + + /* U+005B "[" */ + 0xc8, 0x3b, 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, + 0x0, 0xb0, 0xb, 0x0, 0xb0, 0xb, 0x0, 0xa8, + 0x30, + + /* U+005C "\\" */ + 0xa1, 0x0, 0x5, 0x50, 0x0, 0x1a, 0x0, 0x0, + 0xb0, 0x0, 0x6, 0x40, 0x0, 0x19, 0x0, 0x0, + 0xb0, 0x0, 0x7, 0x30, 0x0, 0x28, 0x0, 0x0, + 0xb0, 0x0, 0x4, 0x0, + + /* U+005D "]" */ + 0x5a, 0x80, 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, + 0x38, 0x3, 0x80, 0x38, 0x3, 0x80, 0x38, 0x59, + 0x70, + + /* U+005E "^" */ + 0x0, 0x34, 0x0, 0x0, 0xcc, 0x0, 0x3, 0x98, + 0x50, 0xa, 0x31, 0xb0, 0x1c, 0x0, 0xb2, + + /* U+005F "_" */ + 0x9a, 0xaa, 0xaa, + + /* U+0060 "`" */ + 0x2, 0x0, 0x2d, 0x20, 0x3, 0xb0, 0x0, 0x0, + + /* U+0061 "a" */ + 0x8, 0xce, 0x80, 0x3, 0x0, 0xe2, 0x1, 0x69, + 0xe4, 0x1d, 0x40, 0xa4, 0x4b, 0x1, 0xd4, 0xa, + 0xca, 0xa4, + + /* U+0062 "b" */ + 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, 0xf8, 0xcd, + 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, 0xe2, 0xf0, + 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xe9, 0xcc, 0x20, + + /* U+0063 "c" */ + 0x3, 0xcd, 0xb0, 0x1e, 0x30, 0x10, 0x5b, 0x0, + 0x0, 0x5a, 0x0, 0x0, 0x1e, 0x20, 0x20, 0x4, + 0xcd, 0xb1, + + /* U+0064 "d" */ + 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, 0x4, 0xdc, + 0xac, 0x1e, 0x20, 0x5c, 0x5a, 0x0, 0x3c, 0x5b, + 0x0, 0x3c, 0x2f, 0x10, 0x6c, 0x6, 0xdc, 0x7c, + + /* U+0065 "e" */ + 0x4, 0xcd, 0xa0, 0x1d, 0x10, 0x87, 0x5d, 0xaa, + 0xb8, 0x5c, 0x0, 0x0, 0x1f, 0x30, 0x10, 0x4, + 0xcc, 0xc2, + + /* U+0066 "f" */ + 0x3, 0xc9, 0xa, 0x50, 0xd, 0x20, 0x7f, 0xc5, + 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, 0xd, 0x20, + 0xd, 0x20, + + /* U+0067 "g" */ + 0x6, 0xab, 0xfb, 0x1, 0xe0, 0xd, 0x10, 0x1e, + 0x11, 0xe1, 0x0, 0xab, 0xb4, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xcd, 0xcc, 0x70, 0x49, 0x0, 0x2e, + 0x1, 0xaa, 0xab, 0x40, + + /* U+0068 "h" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf6, 0xde, 0x3f, + 0x50, 0x7a, 0xf0, 0x3, 0xcf, 0x0, 0x3c, 0xf0, + 0x3, 0xcf, 0x0, 0x3c, + + /* U+0069 "i" */ + 0x1e, 0x10, 0x20, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, + + /* U+006A "j" */ + 0x0, 0xe1, 0x0, 0x20, 0x0, 0xf0, 0x0, 0xf0, + 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, + 0x1, 0xe0, 0x4d, 0x80, + + /* U+006B "k" */ + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0xc, 0x4f, + 0x9, 0x70, 0xf6, 0xe0, 0xf, 0xba, 0x60, 0xf1, + 0x1d, 0x1f, 0x0, 0x6a, + + /* U+006C "l" */ + 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xa8, + + /* U+006D "m" */ + 0xd7, 0xdc, 0x2a, 0xe9, 0xf, 0x50, 0xad, 0x11, + 0xf2, 0xf0, 0x6, 0x90, 0xc, 0x3f, 0x0, 0x59, + 0x0, 0xb3, 0xf0, 0x5, 0x90, 0xb, 0x3f, 0x0, + 0x59, 0x0, 0xb3, + + /* U+006E "n" */ + 0xd6, 0xde, 0x3f, 0x50, 0x7a, 0xf0, 0x3, 0xcf, + 0x0, 0x3c, 0xf0, 0x3, 0xcf, 0x0, 0x3c, + + /* U+006F "o" */ + 0x4, 0xcd, 0xa1, 0x1, 0xe2, 0x7, 0xb0, 0x5c, + 0x0, 0x1f, 0x5, 0xc0, 0x1, 0xf0, 0x1e, 0x20, + 0x7b, 0x0, 0x4c, 0xda, 0x10, + + /* U+0070 "p" */ + 0xe8, 0xcd, 0x40, 0xf4, 0x3, 0xe0, 0xf0, 0x0, + 0xe2, 0xf0, 0x0, 0xf2, 0xf2, 0x5, 0xd0, 0xf9, + 0xcc, 0x20, 0xf0, 0x0, 0x0, 0xf0, 0x0, 0x0, + + /* U+0071 "q" */ + 0x4, 0xca, 0xac, 0x1e, 0x10, 0x4c, 0x5a, 0x0, + 0x3c, 0x5a, 0x0, 0x3c, 0x2e, 0x10, 0x7c, 0x6, + 0xdc, 0x9c, 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3c, + + /* U+0072 "r" */ + 0xd6, 0xd2, 0xf8, 0x0, 0xf0, 0x0, 0xf0, 0x0, + 0xf0, 0x0, 0xf0, 0x0, + + /* U+0073 "s" */ + 0x9, 0xcd, 0x34, 0xb0, 0x10, 0x1c, 0x92, 0x0, + 0x4, 0xd6, 0x21, 0x5, 0xa3, 0xbc, 0xc3, + + /* U+0074 "t" */ + 0x5, 0x10, 0xb, 0x20, 0x8f, 0xda, 0xc, 0x20, + 0xc, 0x20, 0xc, 0x20, 0xb, 0x40, 0x4, 0xeb, + + /* U+0075 "u" */ + 0xe, 0x0, 0x5a, 0xe, 0x0, 0x5a, 0xe, 0x0, + 0x5a, 0xf, 0x0, 0x5a, 0xf, 0x30, 0xaa, 0x7, + 0xec, 0x6a, + + /* U+0076 "v" */ + 0xa5, 0x0, 0x96, 0x5a, 0x0, 0xe1, 0xe, 0x3, + 0xb0, 0x9, 0x58, 0x50, 0x3, 0xad, 0x0, 0x0, + 0xda, 0x0, + + /* U+0077 "w" */ + 0x97, 0x2, 0xf1, 0x8, 0x64, 0xb0, 0x7b, 0x50, + 0xc2, 0xe, 0xb, 0x49, 0x1d, 0x0, 0xb3, 0xb0, + 0xc4, 0x90, 0x7, 0xa8, 0xb, 0xa5, 0x0, 0x2f, + 0x40, 0x6f, 0x10, + + /* U+0078 "x" */ + 0x5b, 0x2, 0xd0, 0xb, 0x4b, 0x30, 0x2, 0xea, + 0x0, 0x4, 0xda, 0x0, 0xd, 0x1b, 0x50, 0x88, + 0x2, 0xd1, + + /* U+0079 "y" */ + 0xa6, 0x0, 0x86, 0x3c, 0x0, 0xd1, 0xc, 0x23, + 0xa0, 0x5, 0x89, 0x40, 0x0, 0xcc, 0x0, 0x0, + 0x88, 0x0, 0x0, 0xd1, 0x0, 0x6d, 0x50, 0x0, + + /* U+007A "z" */ + 0x3c, 0xce, 0xb0, 0x0, 0xd2, 0x0, 0x97, 0x0, + 0x4c, 0x0, 0x1d, 0x20, 0x8, 0xfc, 0xcb, + + /* U+007B "{" */ + 0x4, 0xb3, 0x9, 0x30, 0x9, 0x30, 0x9, 0x30, + 0xa, 0x20, 0x7c, 0x0, 0xa, 0x20, 0x9, 0x30, + 0x9, 0x30, 0x9, 0x40, 0x3, 0x93, + + /* U+007C "|" */ + 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, + + /* U+007D "}" */ + 0x5b, 0x10, 0x8, 0x50, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x2, 0xf3, 0x7, 0x50, 0x8, 0x40, + 0x7, 0x50, 0x8, 0x50, 0x59, 0x0, + + /* U+007E "~" */ + 0x1a, 0x93, 0x14, 0x32, 0x1a, 0xb2, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0x7, 0x80, 0x54, 0x36, 0x54, 0x36, 0x7, 0x80, + + /* U+2022 "•" */ + 0x0, 0x1, 0xf1, 0x3, 0x0, + + /* U+2265 "≥" */ + 0x55, 0x0, 0x0, 0x0, 0x1, 0x7c, 0x92, 0x0, + 0x0, 0x0, 0x4, 0xab, 0x50, 0x0, 0x0, 0x0, + 0x1a, 0xe5, 0x0, 0x0, 0x6c, 0x92, 0x0, 0x39, + 0xc6, 0x0, 0x47, 0x69, 0x30, 0x17, 0xb7, 0x10, + 0x3, 0xaa, 0x40, 0x0, 0x4b, 0x81, 0x0, 0x0, + 0x1, 0x0, 0x0, 0x0, 0x0, + + /* U+3001 "、" */ + 0x3, 0x0, 0x2d, 0x50, 0x1, 0xd5, 0x0, 0x23, + + /* U+4E00 "一" */ + 0x3e, 0xee, 0xee, 0xee, 0xee, 0xa0, + + /* U+4E0A "上" */ + 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xa0, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, + 0x0, 0x0, 0x2, 0xfd, 0xdd, 0x80, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0x1b, 0xbb, 0xce, 0xbb, + 0xbb, 0x70, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+4E0B "下" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x11, 0xaa, 0xaa, + 0xfa, 0xaa, 0xa5, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xe5, 0x0, 0x0, 0x0, 0x0, + 0xe, 0x9c, 0x40, 0x0, 0x0, 0x0, 0xd0, 0x2c, + 0x90, 0x0, 0x0, 0xd, 0x0, 0x2, 0x0, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E0D "不" */ + 0x2a, 0xaa, 0xaa, 0xaa, 0xaa, 0x20, 0x22, 0x22, + 0xa8, 0x22, 0x20, 0x0, 0x0, 0x3f, 0x0, 0x0, + 0x0, 0x0, 0x2d, 0xe7, 0x50, 0x0, 0x0, 0x4d, + 0x3d, 0xb, 0x90, 0x0, 0x8e, 0x30, 0xd0, 0x8, + 0xb0, 0x3a, 0x10, 0xd, 0x0, 0x6, 0x20, 0x0, + 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + + /* U+4E2D "中" */ + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xec, 0xcc, 0xfc, 0xcc, 0xdc, 0x0, 0xd, + 0x0, 0xd, 0xc0, 0x0, 0xd0, 0x0, 0xde, 0xbb, + 0xbf, 0xbb, 0xbd, 0xd0, 0x0, 0xd0, 0x0, 0xd2, + 0x0, 0xd, 0x0, 0x1, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0xd, 0x0, 0x0, + + /* U+4E32 "串" */ + 0x0, 0x0, 0xd0, 0x0, 0x5, 0xdb, 0xbf, 0xbb, + 0xe2, 0x66, 0x0, 0xd0, 0xb, 0x26, 0xca, 0xaf, + 0xaa, 0xe2, 0x1, 0x11, 0xd1, 0x11, 0xd, 0xcc, + 0xcf, 0xcc, 0xd9, 0xd0, 0x0, 0xd0, 0x3, 0x9d, + 0xbb, 0xbf, 0xbb, 0xc9, 0x70, 0x0, 0xd0, 0x1, + 0x50, 0x0, 0xd, 0x0, 0x0, + + /* U+4E39 "丹" */ + 0x0, 0x9c, 0xbb, 0xbb, 0xe1, 0x0, 0x9, 0x34, + 0x30, 0xb, 0x10, 0x0, 0x93, 0x1c, 0x40, 0xb1, + 0x0, 0x9, 0x30, 0x19, 0xb, 0x10, 0x1a, 0xdb, + 0xaa, 0xaa, 0xea, 0x60, 0x2c, 0x32, 0x22, 0x2b, + 0x31, 0x0, 0xc0, 0x0, 0x0, 0xb1, 0x0, 0x2b, + 0x0, 0x0, 0xb, 0x10, 0xa, 0x40, 0x0, 0x0, + 0xb1, 0x2, 0xa0, 0x0, 0x9, 0xcc, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4E3B "主" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xb1, 0x0, 0x0, 0x0, 0x0, 0x4, 0xb0, 0x0, + 0x0, 0x7c, 0xcc, 0xfd, 0xcc, 0xc0, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, + 0x0, 0x1, 0xcc, 0xcf, 0xdc, 0xc7, 0x0, 0x0, + 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x1c, + 0xcc, 0xcf, 0xdc, 0xcc, 0x70, + + /* U+4E4B "之" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xc0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x30, 0x0, + 0x0, 0xac, 0xcc, 0xcc, 0xcf, 0x40, 0x0, 0x0, + 0x0, 0x7, 0xa0, 0x0, 0x0, 0x0, 0x5, 0xc0, + 0x0, 0x0, 0x0, 0x6, 0xc0, 0x0, 0x0, 0x0, + 0x9, 0xb0, 0x0, 0x0, 0x0, 0x3c, 0x70, 0x0, + 0x0, 0x0, 0xba, 0xc5, 0x11, 0x11, 0x21, 0x27, + 0x1, 0x7a, 0xbb, 0xba, 0x30, + + /* U+4E58 "乘" */ + 0x0, 0x1, 0x23, 0x57, 0x80, 0x0, 0x5b, 0xa9, + 0xe6, 0x52, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x5, 0xbb, 0xbb, 0xfb, 0xbb, 0xb0, 0x0, 0x9, + 0xd, 0x9, 0x12, 0x0, 0xaa, 0xd0, 0xd0, 0xea, + 0x40, 0x2, 0x5c, 0x2e, 0x1b, 0x5, 0x3, 0x75, + 0xab, 0xe9, 0xab, 0xa0, 0x0, 0x2b, 0x2d, 0x3a, + 0x10, 0x2, 0x9b, 0x20, 0xd0, 0x3c, 0x70, 0x34, + 0x0, 0xd, 0x0, 0x6, 0x10, + + /* U+4E8C "二" */ + 0x2, 0xdd, 0xdd, 0xdd, 0xd8, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xee, + 0xee, 0xee, 0xee, 0xe8, + + /* U+4EAB "享" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x1, 0x33, 0x36, + 0xc3, 0x33, 0x30, 0x37, 0x77, 0x77, 0x77, 0x77, + 0x0, 0xc, 0x99, 0x99, 0x9a, 0x0, 0x0, 0xd3, + 0x33, 0x34, 0xc0, 0x0, 0x5, 0x55, 0x55, 0x54, + 0x0, 0x5, 0xaa, 0xaa, 0xcf, 0xa0, 0x0, 0x0, + 0x0, 0xb8, 0x20, 0x0, 0x5b, 0xbb, 0xbe, 0xbb, + 0xbb, 0x20, 0x0, 0x1, 0xb0, 0x0, 0x0, 0x0, + 0x9, 0xb8, 0x0, 0x0, 0x0, + + /* U+4EAE "亮" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0x5b, 0xbb, 0xbb, 0xbb, 0xbb, + 0x0, 0xa, 0x77, 0x77, 0x88, 0x0, 0x0, 0xd8, + 0x88, 0x89, 0xa0, 0x0, 0x33, 0x33, 0x33, 0x33, + 0x20, 0x4c, 0x77, 0x77, 0x77, 0x7d, 0x3, 0x60, + 0x7b, 0xbb, 0x50, 0x90, 0x0, 0xc, 0x0, 0x57, + 0x0, 0x0, 0x5, 0xa0, 0x5, 0x70, 0xa0, 0x3c, + 0xa1, 0x0, 0x2c, 0xbb, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4ECB "介" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd1, 0x0, 0x0, 0x0, 0x1, 0xb7, 0xb0, 0x0, + 0x0, 0x3, 0xc3, 0x3, 0xc4, 0x0, 0x29, 0xb2, + 0x0, 0x2, 0xac, 0x33, 0x50, 0xa0, 0x0, 0xa0, + 0x32, 0x0, 0xd, 0x0, 0xd, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0xd0, 0x0, 0x0, 0x4a, 0x0, 0xd, + 0x0, 0x0, 0x2d, 0x20, 0x0, 0xd0, 0x0, 0xb, + 0x30, 0x0, 0xd, 0x0, 0x0, + + /* U+4EE5 "以" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x2, 0x0, + 0x9, 0x40, 0xd, 0x5, 0xa0, 0xb, 0x20, 0xd, + 0x0, 0xa4, 0xc, 0x0, 0xd, 0x0, 0x23, 0xd, + 0x0, 0xd, 0x0, 0x0, 0x3a, 0x0, 0xd, 0x0, + 0x10, 0x85, 0x0, 0xe, 0x6c, 0x52, 0xf7, 0x0, + 0x5f, 0x81, 0x1c, 0x5b, 0x60, 0x21, 0x5, 0xd6, + 0x0, 0xc4, 0x0, 0x6, 0x20, 0x0, 0x23, + + /* U+4EF0 "仰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x73, + 0x88, 0x0, 0x0, 0x0, 0xc1, 0xd2, 0xe, 0xbe, + 0x10, 0x4c, 0xb, 0x0, 0xc0, 0xa1, 0xd, 0xc0, + 0xb0, 0xc, 0xa, 0x14, 0x6c, 0xb, 0x0, 0xc0, + 0xa1, 0x0, 0xc0, 0xb0, 0xc, 0xa, 0x10, 0xc, + 0xc, 0x44, 0xc0, 0xa1, 0x0, 0xc3, 0xe8, 0x1c, + 0x8c, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, + + /* U+4EF6 "件" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x60, 0xc0, 0x0, 0x0, 0xa3, 0x49, 0xc, 0x0, + 0x0, 0x3d, 0x9, 0xdd, 0xfc, 0xc3, 0x1d, 0xc2, + 0xc0, 0xc, 0x0, 0x4, 0x5c, 0x13, 0x0, 0xc0, + 0x0, 0x0, 0xc4, 0xcc, 0xcf, 0xcc, 0x90, 0xc, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4EFB "任" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x3, 0xb1, + 0x36, 0x9c, 0xb0, 0x0, 0xb4, 0xa8, 0x8a, 0x0, + 0x0, 0x6e, 0x0, 0x2, 0x90, 0x0, 0x4d, 0xd0, + 0x0, 0x29, 0x0, 0x6, 0x2c, 0x7b, 0xbc, 0xeb, + 0xb8, 0x0, 0xc0, 0x0, 0x3a, 0x0, 0x0, 0xc, + 0x0, 0x2, 0x90, 0x0, 0x0, 0xc0, 0x0, 0x29, + 0x0, 0x0, 0xc, 0x2, 0x24, 0xa2, 0x21, 0x0, + 0xc1, 0xaa, 0xaa, 0xaa, 0x50, + + /* U+4EFD "份" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xb0, + 0x46, 0xa, 0x0, 0x0, 0xa3, 0xb, 0x20, 0xb1, + 0x0, 0x2d, 0x4, 0xb0, 0x5, 0x90, 0xd, 0xc2, + 0xe2, 0x0, 0x9, 0x73, 0x7c, 0x59, 0xce, 0xcc, + 0x96, 0x0, 0xc0, 0x0, 0xc0, 0x39, 0x0, 0xc, + 0x0, 0x39, 0x4, 0x80, 0x0, 0xc0, 0xa, 0x30, + 0x57, 0x0, 0xc, 0x5, 0xa0, 0x8, 0x50, 0x0, + 0xc2, 0xb1, 0x1b, 0xb1, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F10 "伐" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x2a, 0x56, 0x0, 0x0, 0x86, 0x1, 0xb0, 0x76, + 0x0, 0x1e, 0x0, 0x2c, 0x46, 0x72, 0xc, 0xe8, + 0xcb, 0xe7, 0x64, 0x5, 0x7c, 0x0, 0xc, 0x4, + 0x90, 0x0, 0xc0, 0x0, 0x95, 0xc1, 0x0, 0xc, + 0x0, 0x6, 0xe3, 0x0, 0x0, 0xc0, 0x4, 0xdd, + 0x2, 0x40, 0xc, 0x2b, 0xb2, 0x95, 0x56, 0x0, + 0xc3, 0x40, 0x1, 0xce, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F2F "伯" */ + 0x0, 0x1a, 0x0, 0x94, 0x0, 0x0, 0x76, 0x0, + 0xd0, 0x0, 0x0, 0xd0, 0xdc, 0xcc, 0xcd, 0xa, + 0xc0, 0xc0, 0x0, 0xd, 0x4b, 0xc0, 0xc0, 0x0, + 0xd, 0x0, 0xc0, 0xdc, 0xcc, 0xcd, 0x0, 0xc0, + 0xc0, 0x0, 0xd, 0x0, 0xc0, 0xc0, 0x0, 0xd, + 0x0, 0xc0, 0xdb, 0xbb, 0xbd, 0x0, 0xc0, 0xc1, + 0x11, 0x1b, + + /* U+4F48 "佈" */ + 0x0, 0x3, 0x0, 0x40, 0x0, 0x0, 0x3, 0xb0, + 0xb, 0x0, 0x0, 0x0, 0xb9, 0xbc, 0xeb, 0xbb, + 0x60, 0x4c, 0x0, 0xb1, 0x10, 0x0, 0x2e, 0xc0, + 0x5a, 0xc, 0x0, 0x5, 0x5c, 0x3e, 0xeb, 0xfb, + 0xe0, 0x0, 0xcb, 0x69, 0xc, 0xb, 0x0, 0xc, + 0x2, 0x90, 0xc0, 0xb0, 0x0, 0xc0, 0x29, 0xc, + 0x1c, 0x0, 0xc, 0x1, 0x60, 0xc5, 0x60, 0x0, + 0xc0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F4D "位" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x9, 0x30, 0x0, 0x0, 0x85, 0x0, 0x45, 0x0, + 0x0, 0x2d, 0xb, 0xcc, 0xcc, 0xc0, 0xd, 0xd0, + 0x14, 0x0, 0x52, 0x5, 0x6c, 0x0, 0xb0, 0xb, + 0x20, 0x0, 0xc0, 0xc, 0x0, 0xd0, 0x0, 0xc, + 0x0, 0xa2, 0x1a, 0x0, 0x0, 0xc0, 0x7, 0x35, + 0x60, 0x0, 0xc, 0x39, 0x99, 0xcb, 0x94, 0x0, + 0xc1, 0x22, 0x22, 0x22, 0x10, + + /* U+4F4E "低" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x91, + 0x36, 0xac, 0x80, 0x0, 0xb2, 0xc7, 0x4c, 0x0, + 0x0, 0x3c, 0xc, 0x0, 0xb0, 0x0, 0x1d, 0xc0, + 0xc0, 0xa, 0x10, 0x6, 0x6c, 0xc, 0xcc, 0xed, + 0xc6, 0x0, 0xc0, 0xc0, 0x7, 0x50, 0x0, 0xc, + 0xc, 0x0, 0x47, 0x0, 0x0, 0xc0, 0xc0, 0x32, + 0xb0, 0x50, 0xc, 0xc, 0x26, 0x7b, 0x58, 0x0, + 0xc1, 0xd8, 0x28, 0x2c, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4F4F "住" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xb, 0x20, 0x0, 0x0, 0xa4, 0x0, 0x46, 0x0, + 0x0, 0x3d, 0x3c, 0xcd, 0xec, 0xc4, 0x1d, 0xc0, + 0x0, 0x57, 0x0, 0x5, 0x5c, 0x0, 0x5, 0x70, + 0x0, 0x0, 0xc0, 0xac, 0xdd, 0xcc, 0x0, 0xc, + 0x0, 0x5, 0x70, 0x0, 0x0, 0xc0, 0x0, 0x57, + 0x0, 0x0, 0xc, 0x1, 0x16, 0x81, 0x10, 0x0, + 0xc5, 0xaa, 0xaa, 0xaa, 0x50, + + /* U+4F5C "作" */ + 0x0, 0x19, 0x6, 0x30, 0x0, 0x0, 0x9, 0x50, + 0xe3, 0x22, 0x20, 0x3, 0xe0, 0x7b, 0xe9, 0x99, + 0x31, 0xdc, 0x3c, 0xd, 0x0, 0x0, 0x55, 0xc4, + 0x20, 0xdc, 0xcc, 0x10, 0xc, 0x0, 0xd, 0x0, + 0x0, 0x0, 0xc0, 0x0, 0xdc, 0xcc, 0x30, 0xc, + 0x0, 0xd, 0x0, 0x0, 0x0, 0xc0, 0x0, 0xd0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+4F7F "使" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0x1, 0xa0, 0x0, 0x0, 0xa8, 0xbb, 0xce, 0xbb, + 0x40, 0x4d, 0x0, 0x1, 0xa0, 0x0, 0x2e, 0xc0, + 0xea, 0xbe, 0xae, 0x6, 0x3c, 0xc, 0x2, 0xa0, + 0xb0, 0x0, 0xc0, 0xdb, 0xce, 0xbd, 0x0, 0xc, + 0x9, 0x25, 0x70, 0x0, 0x0, 0xc0, 0x1c, 0xc2, + 0x0, 0x0, 0xc, 0x2, 0xbc, 0xa4, 0x0, 0x0, + 0xc6, 0xb3, 0x3, 0x9d, 0x30, + + /* U+4F86 "來" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc3, 0x0, 0x44, 0xd, 0x2, 0x60, + 0x0, 0xb, 0x30, 0xd0, 0x77, 0x0, 0x3, 0xcc, + 0x1e, 0x1d, 0xc4, 0x1, 0xd1, 0x4a, 0xfc, 0x41, + 0xb1, 0x1, 0x7, 0xad, 0xa5, 0x0, 0x0, 0x7, + 0xa0, 0xd0, 0xb7, 0x0, 0x2c, 0x70, 0xd, 0x0, + 0x8c, 0x31, 0x20, 0x0, 0xd0, 0x0, 0x31, + + /* U+4F8B "例" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x2, 0xab, 0xfc, + 0xa0, 0xc, 0x7, 0x40, 0xc0, 0xa, 0x1c, 0x1e, + 0x23, 0xd7, 0x4a, 0x1c, 0x9e, 0x27, 0x88, 0x7a, + 0x1c, 0x4a, 0x2d, 0x7, 0x5a, 0x1c, 0xa, 0x68, + 0x9b, 0x1a, 0x1c, 0xa, 0x20, 0x6c, 0xa, 0x1c, + 0xa, 0x20, 0x85, 0x1, 0xc, 0xa, 0x23, 0xc0, + 0x0, 0xc, 0xa, 0x2b, 0x10, 0x4, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+4F9B "供" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0xc0, 0xc, 0x0, 0x0, 0x93, 0xc, 0x0, 0xc0, + 0x0, 0x2d, 0x2c, 0xfc, 0xcf, 0xc7, 0xd, 0xc0, + 0xc, 0x0, 0xc0, 0x6, 0x6c, 0x0, 0xc0, 0xc, + 0x0, 0x0, 0xc1, 0x2d, 0x22, 0xd2, 0x10, 0xc, + 0x4a, 0xaa, 0xaa, 0xa7, 0x0, 0xc0, 0x8, 0x0, + 0x70, 0x0, 0xc, 0x7, 0x80, 0x4, 0xb0, 0x0, + 0xc3, 0x90, 0x0, 0x7, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FC4 "俄" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x51, + 0x79, 0xc3, 0x40, 0x0, 0xc8, 0x9d, 0xb, 0xa, + 0x0, 0x4b, 0x0, 0xc0, 0xb1, 0x31, 0x1d, 0xb9, + 0xbf, 0xbe, 0xcb, 0x46, 0x7b, 0x0, 0xc0, 0x92, + 0x50, 0x1, 0xb0, 0xd, 0x98, 0x6a, 0x0, 0x1b, + 0xac, 0xd3, 0x5e, 0x20, 0x1, 0xb0, 0xc, 0x7, + 0xa0, 0x30, 0x1b, 0x0, 0xc6, 0xac, 0x27, 0x1, + 0xb4, 0xc8, 0x50, 0x5d, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FDD "保" */ + 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5, 0x8c, + 0xbb, 0xbb, 0xe0, 0x0, 0xc1, 0xc0, 0x0, 0xc, + 0x0, 0x6c, 0xc, 0x0, 0x0, 0xc0, 0x3e, 0xc0, + 0x9b, 0xbd, 0xbb, 0x6, 0x3c, 0x0, 0x2, 0xa0, + 0x0, 0x0, 0xc6, 0xbb, 0xdf, 0xbb, 0x60, 0xc, + 0x0, 0x3d, 0xe8, 0x0, 0x0, 0xc0, 0x2c, 0x3a, + 0x94, 0x0, 0xc, 0x6d, 0x22, 0xa0, 0xc6, 0x0, + 0xc3, 0x0, 0x2a, 0x0, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+4FE1 "信" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x5, 0x70, + 0xb, 0x20, 0x0, 0x0, 0xc4, 0x66, 0x89, 0x66, + 0x30, 0x4c, 0x24, 0x44, 0x44, 0x42, 0x1d, 0xc0, + 0x7a, 0xaa, 0xa6, 0x4, 0x4c, 0x3, 0x44, 0x44, + 0x20, 0x0, 0xc0, 0x46, 0x66, 0x64, 0x0, 0xc, + 0x9, 0xaa, 0xaa, 0x80, 0x0, 0xc0, 0xb0, 0x0, + 0xb, 0x0, 0xc, 0xb, 0x0, 0x0, 0xb0, 0x0, + 0xc0, 0xca, 0xaa, 0xab, 0x0, + + /* U+4FEE "修" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x6, 0x60, + 0xc, 0x0, 0x0, 0x0, 0xc0, 0x8, 0xda, 0xae, + 0x20, 0x4b, 0x16, 0xaa, 0x27, 0x80, 0x1d, 0xb6, + 0x60, 0x4e, 0xc1, 0x5, 0x7b, 0x69, 0xb8, 0x35, + 0xb8, 0x1, 0xb6, 0x50, 0x6a, 0x20, 0x0, 0x1b, + 0x64, 0x54, 0x3a, 0x20, 0x1, 0xb6, 0x44, 0xa7, + 0x9, 0x40, 0x1b, 0x0, 0x3, 0x7c, 0x50, 0x1, + 0xb0, 0xc, 0x94, 0x0, 0x0, + + /* U+4FEF "俯" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x9, 0x30, + 0x7, 0x60, 0x0, 0x0, 0xd6, 0xcb, 0xbb, 0xbb, + 0x70, 0x5a, 0x64, 0x45, 0x0, 0x90, 0xd, 0x96, + 0x49, 0x5a, 0xae, 0x63, 0x79, 0x66, 0xf0, 0x0, + 0xb0, 0x2, 0x97, 0x9c, 0x1a, 0xb, 0x0, 0x29, + 0x72, 0xb0, 0x92, 0xb0, 0x2, 0x99, 0x1b, 0x2, + 0x2b, 0x0, 0x29, 0xb0, 0xb0, 0x0, 0xb0, 0x2, + 0xa8, 0xa, 0x2, 0xb8, 0x0, + + /* U+500B "個" */ + 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x9, 0x4e, + 0xbb, 0xbb, 0xe2, 0x0, 0xd0, 0xc0, 0x7, 0x9, + 0x20, 0x9b, 0xc, 0x56, 0xc6, 0xa2, 0x3d, 0xb0, + 0xc2, 0x2b, 0x2a, 0x24, 0x3b, 0xc, 0x29, 0xd6, + 0x92, 0x0, 0xb0, 0xc4, 0x60, 0x89, 0x20, 0xb, + 0xc, 0x48, 0x39, 0x92, 0x0, 0xb0, 0xc1, 0x55, + 0x49, 0x20, 0xb, 0xe, 0xbb, 0xbb, 0xe2, 0x0, + 0xb0, 0xc0, 0x0, 0x8, 0x20, + + /* U+500D "倍" */ + 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x2, 0xa0, + 0x4, 0x80, 0x0, 0x0, 0xa3, 0xab, 0xbb, 0xcb, + 0x40, 0x3d, 0x0, 0xb0, 0x8, 0x40, 0xd, 0xc0, + 0xa, 0x10, 0xc0, 0x3, 0x6c, 0x4b, 0xcb, 0xcd, + 0xb8, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x7, 0xdb, 0xbb, 0xc0, 0x0, 0xc0, 0x75, 0x0, + 0xc, 0x0, 0xc, 0x7, 0xb9, 0x99, 0xc0, 0x0, + 0xc0, 0x76, 0x22, 0x2b, 0x0, + + /* U+5012 "倒" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x1, 0xc6, 0x66, + 0x62, 0x1b, 0x6, 0x64, 0xc4, 0x47, 0x4b, 0xd, + 0x26, 0x44, 0x66, 0x4b, 0x7f, 0x3e, 0xaa, 0xc7, + 0x4b, 0xaa, 0x21, 0x62, 0x17, 0x4b, 0x9, 0x37, + 0xc9, 0x76, 0x4b, 0x9, 0x23, 0xa6, 0x36, 0x4b, + 0x9, 0x20, 0x85, 0x61, 0xb, 0x9, 0x6b, 0xda, + 0x60, 0xb, 0x9, 0x42, 0x0, 0x5, 0xba, + + /* U+503C "值" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x90, + 0x5, 0x70, 0x0, 0x0, 0xa6, 0xbb, 0xec, 0xbb, + 0x40, 0x2d, 0x3, 0x4c, 0x54, 0x30, 0xd, 0xc0, + 0xb5, 0x55, 0x5c, 0x3, 0x6c, 0xb, 0x99, 0x99, + 0xc0, 0x0, 0xc0, 0xb3, 0x33, 0x3c, 0x0, 0xc, + 0xb, 0x55, 0x55, 0xc0, 0x0, 0xc0, 0xb9, 0x99, + 0x9c, 0x0, 0xc, 0xb, 0x0, 0x0, 0xc0, 0x0, + 0xc7, 0xeb, 0xbb, 0xbe, 0x80, + + /* U+504F "偏" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x2, 0xb0, + 0x8, 0x50, 0x0, 0x0, 0xa3, 0xea, 0xaa, 0xae, + 0x0, 0x3d, 0xc, 0x11, 0x11, 0xd0, 0x1d, 0xc0, + 0xe9, 0x99, 0x99, 0x5, 0x4c, 0xc, 0xaa, 0xaa, + 0xa1, 0x0, 0xc0, 0xc8, 0x80, 0x87, 0x20, 0xc, + 0x2b, 0xcc, 0x9c, 0xc2, 0x0, 0xc5, 0x89, 0x92, + 0x98, 0x20, 0xc, 0x94, 0x88, 0x8, 0x72, 0x0, + 0xc9, 0x18, 0x80, 0xab, 0x0, + + /* U+505C "停" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0, + 0x2, 0xa0, 0x0, 0x0, 0x76, 0xaa, 0xaa, 0xaa, + 0x90, 0x2c, 0x2, 0xa7, 0x77, 0xb0, 0xc, 0xb0, + 0x2d, 0x99, 0x9e, 0x2, 0x5b, 0x14, 0x44, 0x44, + 0x43, 0x0, 0xb3, 0xc7, 0x77, 0x77, 0xc0, 0xb, + 0x27, 0xaa, 0xaa, 0x97, 0x0, 0xb0, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xb0, 0x6, 0xb9, 0x0, 0x0, + + /* U+5074 "側" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x7d, + 0xae, 0x0, 0x1a, 0x0, 0xc2, 0x80, 0xb1, 0xb1, + 0xa0, 0x6b, 0x2d, 0xae, 0x1b, 0x1a, 0x2d, 0xb2, + 0x80, 0xb1, 0xb1, 0xa5, 0x4b, 0x2d, 0xae, 0x1b, + 0x1a, 0x1, 0xb2, 0x80, 0xb1, 0xb1, 0xa0, 0x1b, + 0x2c, 0x8e, 0x1b, 0x1a, 0x1, 0xb0, 0x74, 0x60, + 0x41, 0xa0, 0x1b, 0x2b, 0xc, 0x0, 0x1a, 0x1, + 0xb8, 0x20, 0x52, 0x6c, 0x70, + + /* U+5099 "備" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x50, + 0xa3, 0xa, 0x0, 0x0, 0xc4, 0xbe, 0xcb, 0xeb, + 0x20, 0x4b, 0x23, 0xb6, 0x3b, 0x31, 0xd, 0xb4, + 0xad, 0x77, 0x77, 0x33, 0x8b, 0x3e, 0xca, 0xaa, + 0xa0, 0x1, 0xb9, 0xd1, 0x1c, 0x1c, 0x0, 0x1b, + 0xc, 0x77, 0xd7, 0xe0, 0x1, 0xb0, 0xc9, 0x9e, + 0x9e, 0x0, 0x1b, 0xc, 0x0, 0xb0, 0xc0, 0x1, + 0xb0, 0xc0, 0xb, 0x4b, 0x0, + + /* U+50B3 "傳" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xb3, + 0x34, 0xc3, 0x31, 0x0, 0xa5, 0x55, 0x6d, 0x55, + 0x20, 0x3d, 0xc, 0x88, 0xe8, 0xe0, 0x1d, 0xc0, + 0xc7, 0x7d, 0x7e, 0x6, 0x5c, 0xa, 0x88, 0xe9, + 0xc0, 0x0, 0xc2, 0x66, 0x7d, 0x9c, 0x10, 0xc, + 0x14, 0x44, 0x3a, 0x44, 0x0, 0xc6, 0xac, 0xaa, + 0xda, 0x50, 0xc, 0x1, 0xb3, 0x8, 0x0, 0x0, + 0xc0, 0x1, 0x39, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+50C5 "僅" */ + 0x0, 0x29, 0xb, 0x0, 0x92, 0x0, 0x9, 0x69, + 0xe9, 0x9d, 0xb6, 0x3, 0xd0, 0xa, 0x99, 0xb2, + 0x1, 0xdc, 0x7, 0x9a, 0xd9, 0xa2, 0x65, 0xc0, + 0xb0, 0x39, 0x9, 0x30, 0xc, 0x6, 0x9a, 0xd9, + 0x91, 0x0, 0xc0, 0x88, 0xad, 0x88, 0x30, 0xc, + 0x6, 0x9a, 0xd9, 0x91, 0x0, 0xc0, 0x0, 0x39, + 0x0, 0x0, 0xc, 0x3a, 0xab, 0xda, 0xa7, + + /* U+50CF "像" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, 0xb0, + 0xd8, 0x62, 0x0, 0x0, 0x94, 0x96, 0x3c, 0x20, + 0x0, 0x2d, 0x9e, 0x9a, 0xd9, 0xd0, 0xc, 0xc1, + 0xb0, 0x65, 0xc, 0x3, 0x9c, 0x8, 0xcd, 0x99, + 0x90, 0x0, 0xc1, 0x8a, 0xa1, 0x3a, 0x0, 0xc, + 0x23, 0x78, 0xdd, 0x10, 0x0, 0xc4, 0xa4, 0x9c, + 0x48, 0x0, 0xc, 0x17, 0xb3, 0xb0, 0xa6, 0x0, + 0xc4, 0x41, 0xb8, 0x0, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5100 "儀" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x80, + 0xa0, 0x1c, 0x0, 0x0, 0xa5, 0x99, 0xda, 0x99, + 0x30, 0x3b, 0x7, 0x8d, 0x98, 0x80, 0x1d, 0xb6, + 0x99, 0xda, 0x99, 0x75, 0x5b, 0x14, 0x75, 0x62, + 0x50, 0x1, 0xb3, 0x4b, 0xa, 0x27, 0x20, 0x1b, + 0x79, 0xd9, 0xcb, 0xb7, 0x1, 0xb4, 0x7d, 0x94, + 0xaa, 0x0, 0x1b, 0x32, 0xa0, 0x6f, 0x14, 0x1, + 0xb0, 0x97, 0x66, 0x4c, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+511F "償" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa4, + 0x61, 0xa2, 0x80, 0x0, 0xa8, 0xad, 0xad, 0xba, + 0x50, 0x4c, 0x57, 0x87, 0x77, 0x67, 0x2d, 0xc0, + 0x5b, 0x77, 0x97, 0x5, 0x3c, 0x7, 0x77, 0x77, + 0x80, 0x0, 0xc0, 0xc7, 0x77, 0x7e, 0x0, 0xc, + 0xc, 0x66, 0x66, 0xd0, 0x0, 0xc0, 0xc8, 0x88, + 0x8e, 0x0, 0xc, 0x1, 0x93, 0xa, 0x40, 0x0, + 0xc7, 0xb4, 0x0, 0x19, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5132 "儲" */ + 0x1, 0xa3, 0x50, 0xa, 0x6, 0x0, 0x66, 0x37, + 0x29, 0xea, 0xa0, 0xd, 0x26, 0x65, 0xa, 0x83, + 0x6, 0xf0, 0x9a, 0x7a, 0xde, 0xb3, 0xab, 0x4, + 0x42, 0x2c, 0x20, 0x0, 0xa0, 0x55, 0x6e, 0xeb, + 0xe0, 0xa, 0xb, 0xa9, 0x2c, 0x2c, 0x0, 0xa0, + 0xa0, 0xa0, 0xd6, 0xd0, 0xa, 0xd, 0x9b, 0xe, + 0x9d, 0x0, 0xa0, 0x80, 0xa0, 0xc1, 0xb0, + + /* U+5145 "充" */ + 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x2a, 0xaa, 0xad, 0xba, 0xaa, + 0x20, 0x11, 0x99, 0x13, 0x51, 0x10, 0x0, 0x5a, + 0x0, 0xb, 0x50, 0x0, 0x5f, 0x99, 0xaa, 0xcf, + 0x50, 0x2, 0x57, 0xa2, 0xb2, 0x8, 0x0, 0x0, + 0x67, 0xb, 0x20, 0x0, 0x0, 0xc, 0x20, 0xb2, + 0x3, 0x40, 0x8, 0xa0, 0xb, 0x20, 0x56, 0x1c, + 0x90, 0x0, 0x7c, 0xcd, 0x20, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5149 "光" */ + 0x0, 0x10, 0xd, 0x0, 0x10, 0x0, 0x2c, 0x0, + 0xd0, 0xb, 0x40, 0x0, 0x68, 0xd, 0x6, 0x90, + 0x0, 0x0, 0x20, 0xd0, 0x30, 0x0, 0x3c, 0xcd, + 0xec, 0xed, 0xcc, 0x20, 0x0, 0x58, 0xa, 0x10, + 0x0, 0x0, 0x8, 0x50, 0xa1, 0x0, 0x0, 0x0, + 0xd1, 0xa, 0x10, 0x0, 0x0, 0x98, 0x0, 0xa2, + 0x4, 0x22, 0xd7, 0x0, 0x6, 0xcc, 0xd2, 0x1, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+514B "克" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x2, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc2, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0xe, 0xbb, 0xbb, 0xbf, 0x0, 0x0, 0xc0, + 0x0, 0x0, 0xc0, 0x0, 0xe, 0xbb, 0xbb, 0xbf, + 0x0, 0x0, 0x6, 0x70, 0xc0, 0x0, 0x0, 0x0, + 0xb3, 0xc, 0x0, 0x22, 0x0, 0x8a, 0x0, 0xc0, + 0x5, 0x73, 0xd8, 0x0, 0x8, 0xdc, 0xd2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5165 "入" */ + 0x0, 0x7, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x40, 0x0, 0x0, 0x0, 0x0, 0x2e, 0x0, 0x0, + 0x0, 0x0, 0x4, 0xe8, 0x0, 0x0, 0x0, 0x0, + 0x95, 0xc1, 0x0, 0x0, 0x0, 0x1e, 0x5, 0xa0, + 0x0, 0x0, 0xa, 0x60, 0xc, 0x30, 0x0, 0x7, + 0xb0, 0x0, 0x3d, 0x10, 0x9, 0xc0, 0x0, 0x0, + 0x6d, 0x32, 0x80, 0x0, 0x0, 0x0, 0x33, + + /* U+5167 "內" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x80, 0x0, + 0x0, 0x0, 0x9, 0x50, 0x0, 0xa, 0xcc, 0xdf, + 0xcc, 0xca, 0xc0, 0x5, 0xe5, 0x0, 0xcc, 0x0, + 0xc3, 0xc0, 0xc, 0xc0, 0x6a, 0xa, 0x60, 0xcc, + 0x8b, 0x0, 0x1d, 0x7c, 0xc2, 0x0, 0x0, 0x2, + 0xcc, 0x0, 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, + 0x9d, 0x90, + + /* U+5168 "全" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x1, 0xc5, 0xc2, 0x0, + 0x0, 0x4, 0xc3, 0x2, 0xc3, 0x0, 0x1a, 0xc1, + 0x0, 0x1, 0xb9, 0x15, 0x69, 0xbb, 0xfb, 0xba, + 0x65, 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8, + 0xbb, 0xfb, 0xba, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x1b, + 0xbb, 0xbf, 0xbb, 0xbb, 0x20, + + /* U+516C "公" */ + 0x0, 0x7, 0x30, 0x38, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0xc3, 0x0, 0x0, 0xb5, 0x0, 0x3, 0xd1, + 0x0, 0x99, 0x1, 0x90, 0x6, 0xc0, 0x2a, 0x0, + 0x97, 0x0, 0x8, 0x40, 0x0, 0x3d, 0x0, 0x10, + 0x0, 0x0, 0xc, 0x30, 0x1d, 0x20, 0x0, 0x9, + 0x70, 0x0, 0x5d, 0x0, 0x5, 0xfd, 0xdc, 0xba, + 0xb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x90, + + /* U+5176 "其" */ + 0x0, 0x83, 0x0, 0xb, 0x10, 0x3, 0xce, 0xdc, + 0xcc, 0xec, 0xa0, 0x0, 0x83, 0x0, 0xb, 0x10, + 0x0, 0x8, 0xcb, 0xbb, 0xe1, 0x0, 0x0, 0x83, + 0x0, 0xb, 0x10, 0x0, 0x8, 0xcb, 0xbb, 0xe1, + 0x0, 0x0, 0x94, 0x0, 0xb, 0x20, 0x6, 0xbb, + 0xbb, 0xbb, 0xbb, 0xb1, 0x0, 0x6c, 0x20, 0x7a, + 0x40, 0x5, 0xc6, 0x0, 0x0, 0x18, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5177 "具" */ + 0x0, 0x8c, 0xaa, 0xaa, 0xe1, 0x0, 0x8, 0x40, + 0x0, 0xc, 0x10, 0x0, 0x8b, 0x99, 0x99, 0xe1, + 0x0, 0x8, 0x97, 0x77, 0x7e, 0x10, 0x0, 0x86, + 0x22, 0x22, 0xc1, 0x0, 0x8, 0xb9, 0x99, 0x9e, + 0x10, 0x1, 0x95, 0x11, 0x11, 0xc2, 0x11, 0xaa, + 0xba, 0xaa, 0xca, 0xa6, 0x0, 0x6c, 0x30, 0x9, + 0xb4, 0x1, 0xc7, 0x0, 0x0, 0x1, 0xa5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5178 "典" */ + 0x0, 0x4, 0x70, 0xc0, 0x0, 0x0, 0x9c, 0xde, + 0xcf, 0xcd, 0x40, 0xa, 0x24, 0x70, 0xc0, 0x84, + 0x0, 0xa3, 0x58, 0xc, 0x8, 0x40, 0xa, 0xbc, + 0xdb, 0xeb, 0xd4, 0x0, 0xa2, 0x47, 0xc, 0x8, + 0x40, 0x8e, 0xcc, 0xdb, 0xfb, 0xdc, 0x30, 0x2, + 0xa1, 0x6, 0x81, 0x0, 0x17, 0xc4, 0x0, 0x6, + 0xd5, 0x3, 0x60, 0x0, 0x0, 0x1, 0x60, + + /* U+517C "兼" */ + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x5, 0xb0, + 0x0, 0x79, 0x0, 0xb, 0xbe, 0xcb, 0xbf, 0xbb, + 0x40, 0x1, 0x2c, 0x1b, 0x31, 0x0, 0x3, 0x78, + 0xe7, 0xd8, 0xa7, 0x1, 0xaa, 0xae, 0xae, 0xbc, + 0xd6, 0x0, 0x1, 0xc0, 0xb2, 0x57, 0x0, 0x5a, + 0xae, 0xae, 0xbc, 0x70, 0x0, 0x2c, 0xc0, 0xac, + 0x40, 0x0, 0x5c, 0x2c, 0xa, 0x2a, 0x91, 0x18, + 0x0, 0xc0, 0xa1, 0x4, 0x50, + + /* U+518A "冊" */ + 0x3, 0xec, 0xfc, 0xed, 0xcc, 0x0, 0x39, 0xc, + 0x7, 0x40, 0xc0, 0x3, 0x90, 0xc0, 0x74, 0xc, + 0x0, 0x39, 0xc, 0x7, 0x40, 0xc0, 0x3d, 0xec, + 0xfc, 0xed, 0xcf, 0x90, 0x39, 0xc, 0x7, 0x40, + 0xc0, 0x3, 0x90, 0xc0, 0x74, 0xc, 0x0, 0x39, + 0xc, 0x7, 0x40, 0xc0, 0x3, 0x90, 0xc0, 0x74, + 0xc, 0x0, 0x39, 0xc, 0x7, 0x5c, 0x70, + + /* U+51FA "出" */ + 0x0, 0x0, 0xe0, 0x0, 0x6, 0x70, 0xe, 0x0, + 0xc1, 0x67, 0x0, 0xe0, 0xc, 0x16, 0x70, 0xe, + 0x0, 0xc1, 0x4c, 0xcc, 0xfc, 0xcc, 0x17, 0x0, + 0xe, 0x0, 0x34, 0xd0, 0x0, 0xe0, 0x5, 0x8d, + 0x0, 0xe, 0x0, 0x58, 0xdc, 0xcc, 0xfc, 0xce, + 0x80, 0x0, 0x0, 0x0, 0x58, + + /* U+51FD "函" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xbc, 0xcc, 0xcf, + 0x80, 0x0, 0x0, 0xa, 0x90, 0x7, 0x0, 0xb, + 0x50, 0x17, 0xc5, 0x90, 0xc0, 0x94, 0xcc, 0x6, + 0x3e, 0xa5, 0xc, 0xc0, 0x6a, 0xd8, 0x80, 0xcc, + 0x96, 0xc, 0x6, 0x7c, 0xc0, 0x1a, 0x90, 0x0, + 0xce, 0xbb, 0xbb, 0xbb, 0xbf, 0x0, 0x0, 0x0, + 0x0, 0xc0, + + /* U+5206 "分" */ + 0x0, 0x9, 0x30, 0x19, 0x0, 0x0, 0x3, 0xd0, + 0x0, 0xa4, 0x0, 0x0, 0xc4, 0x0, 0x1, 0xd1, + 0x0, 0xb8, 0x0, 0x0, 0x4, 0xd1, 0x38, 0xcc, + 0xfd, 0xcc, 0xd5, 0x20, 0x0, 0xd, 0x0, 0xc, + 0x0, 0x0, 0x3, 0xa0, 0x1, 0xc0, 0x0, 0x0, + 0xb4, 0x0, 0x2a, 0x0, 0x0, 0x99, 0x0, 0x5, + 0x80, 0x0, 0xd7, 0x0, 0x6c, 0xd3, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5207 "切" */ + 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xcd, 0xec, 0xd9, 0x0, 0xc2, 0x50, 0x57, 0x4, + 0x83, 0xbf, 0xa6, 0x6, 0x60, 0x48, 0x0, 0xc0, + 0x0, 0x75, 0x5, 0x70, 0xc, 0x0, 0xa, 0x20, + 0x66, 0x0, 0xc2, 0x91, 0xd0, 0x7, 0x60, 0x3f, + 0xa3, 0x68, 0x0, 0x84, 0x1, 0x20, 0x3d, 0x10, + 0xb, 0x20, 0x0, 0x1c, 0x20, 0x8c, 0xa0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5217 "列" */ + 0x5c, 0xfc, 0xcc, 0x0, 0xc, 0x0, 0xd0, 0x0, + 0x1a, 0xc, 0x3, 0xd7, 0x75, 0x1a, 0xc, 0x9, + 0x75, 0x79, 0x1a, 0xc, 0x2c, 0x0, 0x85, 0x1a, + 0xc, 0x44, 0xc2, 0xd1, 0x1a, 0xc, 0x0, 0x2d, + 0x90, 0x1a, 0xc, 0x0, 0x1d, 0x20, 0x1, 0xc, + 0x1, 0xc4, 0x0, 0x0, 0xd, 0x1d, 0x40, 0x0, + 0x4, 0xcb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+521D "初" */ + 0x1, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x25, + 0xbe, 0xcb, 0xe0, 0x4b, 0xbe, 0x20, 0xb1, 0xc, + 0x0, 0x3, 0xa0, 0xc, 0x0, 0xc0, 0x0, 0xd5, + 0x70, 0xc0, 0xc, 0x0, 0xbf, 0xe1, 0x1b, 0x0, + 0xc0, 0x66, 0xd5, 0x75, 0x80, 0xc, 0x0, 0xd, + 0x0, 0xc2, 0x0, 0xc0, 0x0, 0xd0, 0x6a, 0x0, + 0x3a, 0x0, 0xd, 0xb, 0x3, 0xbc, 0x30, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5225 "別" */ + 0xe, 0xbb, 0xc8, 0x0, 0xc, 0xc, 0x0, 0x38, + 0x55, 0xc, 0xc, 0x0, 0x38, 0x56, 0xc, 0xb, + 0xdc, 0xc7, 0x56, 0xc, 0x0, 0xc1, 0x0, 0x56, + 0xc, 0x0, 0xeb, 0xc9, 0x56, 0xc, 0x0, 0xb0, + 0x38, 0x56, 0xc, 0x5, 0x70, 0x47, 0x0, 0xc, + 0xb, 0x10, 0x66, 0x0, 0xd, 0x55, 0x2b, 0xc2, + 0x6, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5229 "利" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x69, 0xb4, + 0x0, 0xc, 0x26, 0x4c, 0x0, 0x2a, 0xc, 0x0, + 0xb, 0x0, 0x2a, 0xc, 0x4c, 0xdf, 0xcc, 0x2a, + 0xc, 0x0, 0x9f, 0x30, 0x2a, 0xc, 0x1, 0xbc, + 0xb3, 0x2a, 0xc, 0xb, 0x3b, 0x17, 0x2a, 0xc, + 0x68, 0xb, 0x0, 0x0, 0xc, 0x10, 0xb, 0x0, + 0x0, 0xc, 0x0, 0xb, 0x0, 0x7, 0xcb, + + /* U+522A "刪" */ + 0xc, 0xcc, 0xed, 0x50, 0xb, 0xa, 0x44, 0x95, + 0x5a, 0xb, 0xa, 0x44, 0x95, 0x5b, 0xb, 0xa, + 0x44, 0x95, 0x5b, 0xb, 0x6e, 0xcc, 0xed, 0xdb, + 0xb, 0xa, 0x44, 0x95, 0x5b, 0xb, 0xa, 0x44, + 0x95, 0x5b, 0xb, 0xa, 0x44, 0x95, 0x51, 0xb, + 0xa, 0x44, 0x95, 0x50, 0xc, 0xa, 0x44, 0x9c, + 0x22, 0xcb, + + /* U+5230 "到" */ + 0xb, 0xdd, 0xbb, 0x60, 0xc, 0x0, 0xa2, 0x62, + 0xb, 0xc, 0x4, 0x91, 0x4c, 0xb, 0xc, 0xa, + 0xca, 0x9a, 0x5b, 0xc, 0x0, 0x8, 0x10, 0xb, + 0xc, 0x6, 0x7d, 0x97, 0x2b, 0xc, 0x3, 0x4c, + 0x64, 0x1b, 0xc, 0x0, 0xa, 0x20, 0x16, 0xc, + 0x3, 0x7d, 0xdc, 0x40, 0xc, 0x9, 0x63, 0x0, + 0x3, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5236 "制" */ + 0x3, 0x59, 0x30, 0x0, 0x9, 0x20, 0x9a, 0xc9, + 0x83, 0x64, 0x92, 0x1c, 0x3a, 0x63, 0x16, 0x49, + 0x22, 0xc9, 0xdb, 0x98, 0x64, 0x92, 0x2, 0x2a, + 0x52, 0x16, 0x49, 0x20, 0x9b, 0xec, 0xc5, 0x64, + 0x92, 0xb, 0x9, 0x34, 0x76, 0x49, 0x20, 0xb0, + 0x93, 0x47, 0x0, 0x92, 0xb, 0x9, 0x6c, 0x40, + 0xa, 0x20, 0x0, 0x93, 0x0, 0xd, 0xd0, + + /* U+5237 "刷" */ + 0xc, 0xbb, 0xbd, 0x43, 0xc, 0xb, 0x0, 0x7, + 0x4b, 0xc, 0xc, 0xbb, 0xbd, 0x4b, 0xc, 0xb, + 0x0, 0x50, 0xb, 0xc, 0xb, 0x8b, 0xeb, 0x3b, + 0xc, 0xb, 0xa0, 0xb5, 0x4b, 0xc, 0xb, 0xa0, + 0xb5, 0x4b, 0xc, 0x29, 0xa0, 0xb5, 0x41, 0xc, + 0x65, 0x80, 0xb9, 0x10, 0xc, 0x51, 0x0, 0xb0, + 0x4, 0xcb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+524D "前" */ + 0x0, 0x12, 0x0, 0x0, 0x50, 0x0, 0x1, 0xc1, + 0x0, 0x68, 0x0, 0x1a, 0xad, 0xca, 0xae, 0xba, + 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xaa, + 0xa5, 0x14, 0xc, 0x0, 0x76, 0x15, 0x82, 0x90, + 0xc0, 0x7, 0xb9, 0xb8, 0x29, 0xc, 0x0, 0x76, + 0x15, 0x82, 0x90, 0xc0, 0x7, 0xb8, 0xa8, 0x29, + 0xc, 0x0, 0x74, 0x4, 0x80, 0x0, 0xc0, 0x7, + 0x45, 0xc4, 0x5, 0xca, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+526F "副" */ + 0x1b, 0xbb, 0xbb, 0xa0, 0xa, 0x10, 0x14, 0x44, + 0x41, 0x63, 0xa1, 0x6, 0x95, 0x5a, 0x46, 0x3a, + 0x10, 0x69, 0x66, 0xa4, 0x63, 0xa1, 0x1, 0x44, + 0x44, 0x16, 0x3a, 0x10, 0xba, 0xcb, 0xab, 0x63, + 0xa1, 0xc, 0x49, 0x84, 0xb6, 0x3a, 0x10, 0xc5, + 0x99, 0x6b, 0x0, 0xa1, 0xc, 0xac, 0xca, 0xb0, + 0xb, 0x10, 0xb0, 0x0, 0xa, 0x2c, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5275 "創" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x10, + 0x0, 0xc, 0x3, 0xb6, 0xa7, 0xc, 0xc, 0x7a, + 0x1a, 0x6, 0x1c, 0xc, 0x19, 0x99, 0x99, 0xc, + 0xc, 0xa, 0x88, 0x8b, 0xc, 0xc, 0xc, 0x54, + 0x4b, 0xc, 0xc, 0xb, 0x66, 0x64, 0xc, 0xc, + 0x1a, 0xd6, 0x6b, 0x0, 0xc, 0x83, 0xd9, 0x9c, + 0x0, 0xc, 0x20, 0xa0, 0xb, 0x5, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+529F "功" */ + 0x0, 0x0, 0x0, 0x39, 0x0, 0x2, 0xbd, 0xc9, + 0x3, 0x90, 0x0, 0x0, 0x83, 0xb, 0xde, 0xcc, + 0x80, 0x8, 0x30, 0x5, 0x70, 0x29, 0x0, 0x83, + 0x0, 0x75, 0x3, 0x90, 0x8, 0x30, 0xa, 0x30, + 0x48, 0x1, 0xbb, 0xd2, 0xd0, 0x5, 0x73, 0xd8, + 0x30, 0x78, 0x0, 0x76, 0x0, 0x0, 0x4d, 0x0, + 0xa, 0x30, 0x0, 0x2c, 0x10, 0x9c, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+52A0 "加" */ + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x8a, 0xaa, 0x4c, 0xfc, 0xe5, 0xc2, 0x2d, 0x0, + 0xc0, 0x84, 0xc0, 0xd, 0x0, 0xc0, 0x83, 0xc0, + 0xd, 0x1, 0xb0, 0x93, 0xc0, 0xd, 0x3, 0x90, + 0xb1, 0xc0, 0xd, 0x8, 0x50, 0xc0, 0xc0, 0xd, + 0x1e, 0x0, 0xd0, 0xcc, 0xcf, 0x67, 0x5d, 0x70, + 0xc0, 0xd, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+52D5 "動" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x9a, 0xb4, + 0x10, 0xc0, 0x0, 0x49, 0xac, 0x99, 0xc, 0x0, + 0x1, 0x47, 0xa4, 0x7c, 0xfc, 0xc1, 0x2b, 0x9c, + 0x89, 0xc, 0xa, 0x12, 0xca, 0xc9, 0x90, 0xc0, + 0xb1, 0x29, 0x6a, 0x59, 0x2a, 0xb, 0x0, 0x47, + 0xa4, 0x26, 0x60, 0xc0, 0x29, 0xbd, 0x96, 0xc1, + 0xc, 0x0, 0x36, 0xb8, 0xb9, 0x0, 0xc0, 0x48, + 0x75, 0x5b, 0x5, 0xc7, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5305 "包" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0x0, 0x0, 0x0, 0xbe, 0xcc, 0xcc, 0xc7, + 0x0, 0x88, 0x0, 0x0, 0x3, 0x90, 0x4a, 0xab, + 0xbb, 0xa0, 0x49, 0x0, 0xc, 0x0, 0xc, 0x4, + 0x80, 0x0, 0xd7, 0x77, 0xc0, 0x66, 0x0, 0xd, + 0x33, 0x32, 0x9d, 0x30, 0x0, 0xc0, 0x0, 0x1, + 0x12, 0x40, 0xc, 0x10, 0x0, 0x0, 0x67, 0x0, + 0x6d, 0xcc, 0xcc, 0xcc, 0x10, + + /* U+5308 "匈" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd1, + 0x0, 0x0, 0x0, 0x0, 0x9f, 0xcc, 0xcc, 0xcc, + 0x10, 0x8b, 0x0, 0x11, 0x0, 0xb1, 0x2c, 0x87, + 0x29, 0x38, 0xb, 0x10, 0xb, 0x1b, 0xb0, 0xb0, + 0xc0, 0x0, 0xb2, 0xca, 0x5b, 0xc, 0x0, 0xb, + 0x92, 0x5, 0xb0, 0xd0, 0x0, 0xeb, 0xbb, 0xbe, + 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0xb, 0xc6, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5316 "化" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xc0, + 0xa2, 0x0, 0x0, 0x0, 0xa5, 0xa, 0x20, 0x5, + 0x0, 0x3f, 0x0, 0xa2, 0x9, 0x90, 0x1e, 0xf0, + 0xa, 0x27, 0xb0, 0x7, 0x6d, 0x0, 0xab, 0xb0, + 0x0, 0x0, 0xd0, 0x1d, 0x90, 0x0, 0x0, 0xd, + 0x4d, 0xd2, 0x0, 0x10, 0x0, 0xd1, 0x1a, 0x20, + 0x9, 0x30, 0xd, 0x0, 0xa3, 0x0, 0xb2, 0x0, + 0xd0, 0x6, 0xec, 0xdb, 0x0, + + /* U+5340 "區" */ + 0xeb, 0xbb, 0xbb, 0xbb, 0x90, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0xc0, 0xe, 0x88, 0xe2, 0x0, 0xc0, + 0xd, 0x44, 0xd2, 0x0, 0xc0, 0x4, 0x44, 0x40, + 0x0, 0xc2, 0xc9, 0x9b, 0x9a, 0x90, 0xc2, 0x70, + 0x9b, 0x2, 0x90, 0xc1, 0x98, 0x56, 0x88, 0x50, + 0xea, 0xaa, 0xaa, 0xaa, 0xa3, 0x11, 0x11, 0x11, + 0x11, 0x10, + + /* U+5347 "升" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, + 0xc1, 0x84, 0x0, 0x8, 0xce, 0x60, 0x8, 0x40, + 0x0, 0x20, 0xb1, 0x0, 0x84, 0x0, 0x0, 0xb, + 0x10, 0x8, 0x40, 0x2, 0xcc, 0xfd, 0xcc, 0xed, + 0xc8, 0x0, 0xc, 0x0, 0x8, 0x40, 0x0, 0x0, + 0xd0, 0x0, 0x84, 0x0, 0x0, 0x68, 0x0, 0x8, + 0x40, 0x0, 0x3d, 0x10, 0x0, 0x84, 0x0, 0x1c, + 0x20, 0x0, 0x8, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5354 "協" */ + 0x1, 0xa0, 0x0, 0x64, 0x0, 0x0, 0x1a, 0x6, + 0xae, 0xaa, 0xe0, 0x37, 0xc5, 0x4, 0x80, 0xc, + 0x2, 0x6c, 0x49, 0x90, 0x5b, 0x70, 0x1, 0xa0, + 0x63, 0x0, 0x90, 0x0, 0x1a, 0x6d, 0xb7, 0xae, + 0xa4, 0x1, 0xa0, 0xa0, 0xa1, 0x95, 0x50, 0x1a, + 0xb, 0xa, 0x55, 0x55, 0x1, 0xa4, 0x71, 0x9a, + 0x17, 0x40, 0x1a, 0x81, 0xb8, 0x55, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5361 "卡" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xfc, 0xcc, 0x30, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x2c, 0xcc, + 0xdf, 0xcc, 0xcc, 0x70, 0x0, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0xc, 0xb8, 0x20, 0x0, 0x0, + 0x0, 0xc0, 0x4c, 0xa0, 0x0, 0x0, 0xc, 0x0, + 0x1, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, + + /* U+539F "原" */ + 0xb, 0xcb, 0xbc, 0xcb, 0xbb, 0x10, 0xb1, 0x0, + 0x59, 0x0, 0x0, 0xb, 0x1a, 0xad, 0xca, 0xb0, + 0x0, 0xb0, 0xc1, 0x11, 0x1c, 0x0, 0xc, 0xd, + 0x77, 0x77, 0xe0, 0x0, 0xc0, 0xe9, 0x99, 0x9e, + 0x0, 0xc, 0x1, 0x21, 0xc2, 0x10, 0x2, 0xa0, + 0xb5, 0xc, 0x5a, 0x0, 0x76, 0x89, 0x0, 0xc0, + 0x88, 0x6, 0x14, 0x7, 0xb8, 0x0, 0x60, + + /* U+53C3 "參" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x88, + 0x5, 0x80, 0x0, 0x0, 0xdc, 0xaa, 0x9a, 0xa0, + 0x0, 0x1b, 0x20, 0x50, 0xa3, 0x20, 0xc, 0xbd, + 0xac, 0xcd, 0xac, 0x0, 0x11, 0xa6, 0x27, 0xa2, + 0x20, 0x29, 0xa6, 0x98, 0x13, 0xaa, 0x31, 0x34, + 0x72, 0x69, 0x20, 0x11, 0x0, 0x3a, 0x94, 0x8, + 0x80, 0x0, 0x0, 0x25, 0x9b, 0x40, 0x0, 0x0, + 0xa9, 0x51, 0x0, 0x0, 0x0, + + /* U+53CA "及" */ + 0xb, 0xcf, 0xcc, 0xdb, 0x0, 0x0, 0x0, 0xe0, + 0x5, 0x80, 0x0, 0x0, 0xf, 0x30, 0x85, 0x0, + 0x0, 0x1, 0xf9, 0x9, 0xcc, 0xd0, 0x0, 0x3b, + 0xd0, 0x0, 0x58, 0x0, 0x7, 0x76, 0x90, 0xc, + 0x20, 0x0, 0xd2, 0xc, 0x59, 0x70, 0x0, 0x5b, + 0x0, 0x1e, 0xd0, 0x0, 0x2e, 0x20, 0x5c, 0x7a, + 0xe7, 0x12, 0x40, 0x87, 0x10, 0x2, 0x84, + + /* U+53CD "反" */ + 0x0, 0x12, 0x35, 0x69, 0xc4, 0x0, 0xe, 0x98, + 0x65, 0x30, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0x0, 0xe, 0xdd, 0xcc, 0xcd, 0x40, 0x0, 0xd2, + 0xb0, 0x0, 0xc0, 0x0, 0xb, 0xa, 0x30, 0x69, + 0x0, 0x2, 0xa0, 0x1c, 0x4c, 0x0, 0x0, 0x57, + 0x0, 0x8f, 0x50, 0x0, 0xb, 0x34, 0xba, 0x3b, + 0xa4, 0x0, 0x83, 0x93, 0x0, 0x3, 0x92, + + /* U+53D6 "取" */ + 0x2d, 0xdb, 0xf9, 0x44, 0x44, 0x10, 0x74, 0xc, + 0x1d, 0x98, 0xc4, 0x7, 0xb9, 0xe0, 0x73, 0xa, + 0x10, 0x75, 0x1d, 0x4, 0x60, 0xc0, 0x7, 0x40, + 0xc0, 0x1a, 0x2a, 0x0, 0x7c, 0xbe, 0x0, 0xb9, + 0x40, 0x7, 0x40, 0xc0, 0x6, 0xd0, 0x1, 0xab, + 0xbf, 0x90, 0x9e, 0x10, 0x16, 0x30, 0xc0, 0x79, + 0x4c, 0x10, 0x0, 0xc, 0x49, 0x0, 0x58, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+53E3 "口" */ + 0xcd, 0xcc, 0xcc, 0xcf, 0x2c, 0x0, 0x0, 0x0, + 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, 0x0, 0x0, + 0x0, 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, 0x0, + 0x0, 0x0, 0xb2, 0xc0, 0x0, 0x0, 0xb, 0x2c, + 0xdd, 0xdd, 0xdd, 0xf2, 0xc0, 0x0, 0x0, 0xa, + 0x20, + + /* U+53EA "只" */ + 0x0, 0x22, 0x22, 0x22, 0x21, 0x0, 0xe, 0x99, + 0x99, 0x9b, 0xa0, 0x0, 0xc0, 0x0, 0x0, 0x2a, + 0x0, 0xc, 0x0, 0x0, 0x2, 0xa0, 0x0, 0xc0, + 0x0, 0x0, 0x2a, 0x0, 0xc, 0xcc, 0xcc, 0xcc, + 0x80, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0xa7, 0x0, 0xa7, 0x0, 0x1, 0xb8, 0x0, 0x0, + 0x8a, 0x0, 0xc5, 0x0, 0x0, 0x0, 0x87, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+53EF "可" */ + 0x1a, 0xaa, 0xaa, 0xaa, 0xaa, 0x60, 0x22, 0x22, + 0x22, 0x2a, 0x61, 0x0, 0x0, 0x0, 0x0, 0x93, + 0x0, 0xf, 0xcc, 0xd7, 0x9, 0x30, 0x0, 0xc0, + 0x5, 0x70, 0x93, 0x0, 0xc, 0x0, 0x57, 0x9, + 0x30, 0x0, 0xfc, 0xcd, 0x70, 0x93, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x93, 0x0, 0x0, 0x0, 0xa, 0xdd, 0x10, + + /* U+53F0 "台" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x10, + 0x0, 0x0, 0x0, 0xa3, 0x2, 0xa0, 0x0, 0x9, + 0x50, 0x0, 0x6a, 0x0, 0x9e, 0xab, 0xcb, 0xbd, + 0x80, 0x22, 0x10, 0x0, 0x0, 0x70, 0xc, 0xcc, + 0xcc, 0xcc, 0x0, 0xd, 0x0, 0x0, 0xd, 0x0, + 0xd, 0x0, 0x0, 0xd, 0x0, 0xf, 0xcc, 0xcc, + 0xcf, 0x0, 0xd, 0x0, 0x0, 0xd, 0x0, + + /* U+53F3 "右" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, + 0x60, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, + 0x0, 0xcc, 0xde, 0xcc, 0xcc, 0xc5, 0x0, 0x8, + 0x60, 0x0, 0x0, 0x0, 0x2, 0xe0, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xcc, 0xcc, 0xca, 0x1, 0xc6, + 0xc0, 0x0, 0x2, 0xa0, 0x14, 0xc, 0x0, 0x0, + 0x2a, 0x0, 0x0, 0xdc, 0xcc, 0xcc, 0xa0, 0x0, + 0xc, 0x0, 0x0, 0x39, 0x0, + + /* U+540C "同" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xc, 0xc3, 0xbb, 0xbb, 0xb3, 0xcc, 0x0, 0x0, + 0x0, 0xc, 0xc0, 0xaa, 0xaa, 0xa0, 0xcc, 0xc, + 0x0, 0xc, 0xc, 0xc0, 0xc0, 0x0, 0xc0, 0xcc, + 0xc, 0xbb, 0xb8, 0xc, 0xc0, 0x50, 0x0, 0x0, + 0xcc, 0x0, 0x0, 0x4, 0xcb, + + /* U+540D "名" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc5, + 0x0, 0x0, 0x0, 0x1b, 0xcb, 0xbb, 0xe6, 0x5, + 0xd6, 0x0, 0x4, 0xa0, 0x5, 0x17, 0xa1, 0x7b, + 0x0, 0x0, 0x0, 0x9e, 0x60, 0x0, 0x3, 0x7d, + 0xfd, 0xbb, 0xb8, 0x8, 0x5c, 0x0, 0x0, 0x1b, + 0x0, 0xc, 0x0, 0x0, 0x1b, 0x0, 0xf, 0xbb, + 0xbb, 0xbb, 0x0, 0xc, 0x0, 0x0, 0x2b, + + /* U+5411 "向" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, + 0x0, 0x11, 0x1d, 0x41, 0x11, 0x1d, 0xbb, 0xbb, + 0xbb, 0xbe, 0xc0, 0x0, 0x0, 0x0, 0xcc, 0xb, + 0xbb, 0xbc, 0xc, 0xc0, 0xb0, 0x0, 0xc0, 0xcc, + 0xb, 0x0, 0xc, 0xc, 0xc0, 0xbb, 0xbb, 0x80, + 0xcc, 0x4, 0x0, 0x0, 0xd, 0xc0, 0x0, 0x0, + 0x8c, 0xa0, + + /* U+5426 "否" */ + 0x2c, 0xcc, 0xce, 0xec, 0xcc, 0x20, 0x0, 0x6, + 0xe2, 0x0, 0x0, 0x0, 0x1a, 0xad, 0x4c, 0x60, + 0x2, 0xad, 0x50, 0xc0, 0x7, 0xc2, 0x15, 0x0, + 0xc, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xea, 0xaa, 0xaa, 0xe1, 0x0, 0xc, + 0x0, 0x0, 0xc, 0x10, 0x0, 0xea, 0xaa, 0xaa, + 0xe1, 0x0, 0xd, 0x11, 0x11, 0x1c, 0x10, + + /* U+542B "含" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xe2, 0x0, 0x0, 0x0, 0x3, 0xc3, 0xb3, 0x0, + 0x0, 0x3b, 0xb5, 0x70, 0xaa, 0x40, 0x4c, 0x40, + 0x5, 0x50, 0x3b, 0x50, 0xa, 0xbb, 0xbb, 0xf6, + 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0xd, + 0xbb, 0xbd, 0xbd, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xe, 0x99, 0x99, 0x9f, 0x0, 0x0, + 0xd1, 0x11, 0x11, 0xd0, 0x0, + + /* U+542F "启" */ + 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0xa, + 0x40, 0x0, 0x0, 0xcc, 0xcd, 0xdc, 0xc9, 0x0, + 0xc0, 0x0, 0x0, 0xc, 0x0, 0xe8, 0x88, 0x88, + 0x8c, 0x1, 0xc3, 0x33, 0x33, 0x32, 0x2, 0xa7, + 0xaa, 0xaa, 0xaa, 0x4, 0x8b, 0x31, 0x11, 0x1d, + 0x8, 0x5b, 0x10, 0x0, 0xc, 0xd, 0x1b, 0xcb, + 0xbb, 0xbf, 0x29, 0xb, 0x10, 0x0, 0xc, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+544A "告" */ + 0x0, 0x37, 0x7, 0x50, 0x0, 0x0, 0xb, 0xdb, + 0xdd, 0xbb, 0x80, 0x6, 0x80, 0x7, 0x50, 0x0, + 0x0, 0x60, 0x0, 0x75, 0x0, 0x0, 0xc, 0xcc, + 0xcc, 0xcc, 0xcc, 0x60, 0x0, 0x11, 0x11, 0x11, + 0x0, 0x0, 0xbb, 0xaa, 0xaa, 0xd3, 0x0, 0xb, + 0x10, 0x0, 0x9, 0x30, 0x0, 0xbb, 0xaa, 0xaa, + 0xd3, 0x0, 0xb, 0x31, 0x11, 0x19, 0x30, + + /* U+548C "和" */ + 0x1, 0x47, 0xb4, 0x0, 0x0, 0x9, 0x7d, 0x0, + 0xec, 0xcf, 0x0, 0xc, 0x0, 0xc0, 0xd, 0x2b, + 0xdf, 0xb8, 0xc0, 0xd, 0x0, 0x9f, 0x20, 0xc0, + 0xd, 0x1, 0xbd, 0xb1, 0xc0, 0xd, 0x9, 0x4c, + 0x46, 0xc0, 0xd, 0x4a, 0xc, 0x0, 0xc1, 0x1d, + 0x11, 0xc, 0x0, 0xea, 0xaf, 0x0, 0xc, 0x0, + 0x60, 0x6, + + /* U+554F "問" */ + 0xea, 0xae, 0xe, 0xaa, 0xec, 0x0, 0xd0, 0xc0, + 0xc, 0xe9, 0x9e, 0xe, 0x99, 0xed, 0x77, 0xe0, + 0xe6, 0x6e, 0xd2, 0x22, 0x2, 0x22, 0xdc, 0xa, + 0xaa, 0xb7, 0xc, 0xc0, 0xb0, 0x3, 0x80, 0xcc, + 0xb, 0x99, 0xb8, 0xc, 0xc0, 0xb1, 0x11, 0x0, + 0xdc, 0x0, 0x0, 0x7, 0xcb, + + /* U+555F "啟" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x90, + 0x0, 0x92, 0x0, 0x6, 0x8e, 0x96, 0xc, 0x0, + 0x0, 0xc2, 0x23, 0xa1, 0xec, 0xe8, 0xc, 0x11, + 0x2a, 0x8c, 0xd, 0x0, 0xc9, 0x99, 0x6b, 0xc3, + 0xc0, 0xc, 0x79, 0x98, 0x6, 0xb7, 0x0, 0xcc, + 0x11, 0xc0, 0x1f, 0x10, 0x3b, 0xc0, 0xb, 0x4, + 0xf3, 0x7, 0x6c, 0xaa, 0xd2, 0xb2, 0xc1, 0x51, + 0xc0, 0xb, 0xa2, 0x5, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+55AE "單" */ + 0x4, 0xb8, 0xc4, 0xc8, 0x8c, 0x0, 0x46, 0x7, + 0x4b, 0x0, 0xb0, 0x2, 0x88, 0x82, 0x78, 0x86, + 0x0, 0xe, 0x88, 0xd9, 0x8a, 0x80, 0x0, 0xe9, + 0x9e, 0xa9, 0xb8, 0x0, 0xc, 0x11, 0xc2, 0x15, + 0x80, 0x0, 0x88, 0x8e, 0x98, 0x84, 0x1, 0xaa, + 0xaa, 0xeb, 0xaa, 0xa5, 0x0, 0x0, 0xc, 0x20, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+55CE "嗎" */ + 0x66, 0x64, 0xeb, 0xeb, 0xb0, 0xd7, 0xd4, 0x80, + 0xb0, 0x0, 0xb0, 0xb4, 0xda, 0xea, 0x80, 0xb0, + 0xb4, 0x80, 0xc1, 0x0, 0xb0, 0xb4, 0xc9, 0xe9, + 0x70, 0xb0, 0xb4, 0xc7, 0xd7, 0x75, 0xeb, 0xa2, + 0x33, 0x57, 0x49, 0x80, 0xa, 0x46, 0x95, 0x78, + 0x0, 0xb, 0x18, 0x51, 0x57, 0x0, 0x13, 0x0, + 0x9, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5668 "器" */ + 0x6, 0xcb, 0xe0, 0xcb, 0xbd, 0x0, 0x65, 0xb, + 0xc, 0x0, 0xc0, 0x6, 0xca, 0xe1, 0xca, 0xad, + 0x0, 0x0, 0x5, 0x90, 0xa6, 0x0, 0x2b, 0xbb, + 0xec, 0xbb, 0xeb, 0x70, 0x5, 0xb1, 0x0, 0x98, + 0x0, 0x2c, 0xfb, 0xb1, 0x9b, 0xef, 0x70, 0x48, + 0x9, 0x2c, 0x1, 0xa0, 0x3, 0x80, 0x92, 0xc0, + 0x1a, 0x0, 0x3e, 0xbd, 0x2c, 0xbb, 0xa0, + + /* U+56DE "回" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x0, 0x0, + 0xd, 0xc0, 0x0, 0x0, 0x0, 0xdc, 0xc, 0xbb, + 0xbc, 0xd, 0xc0, 0xc0, 0x0, 0xc0, 0xdc, 0xc, + 0x0, 0xc, 0xd, 0xc0, 0x9b, 0xbb, 0x90, 0xdc, + 0x0, 0x0, 0x0, 0xd, 0xfb, 0xbb, 0xbb, 0xbb, + 0xfd, 0x0, 0x0, 0x0, 0xd, + + /* U+56FA "固" */ + 0xfc, 0xcc, 0xcc, 0xcc, 0xfc, 0x0, 0x2, 0x0, + 0xd, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0x5a, 0xae, + 0xaa, 0x6d, 0xc0, 0x0, 0xc0, 0x0, 0xdc, 0xc, + 0x99, 0x9d, 0xd, 0xc0, 0xb0, 0x0, 0xc0, 0xdc, + 0x6, 0x88, 0x87, 0xd, 0xe9, 0x99, 0x99, 0x99, + 0xfd, 0x22, 0x22, 0x22, 0x2d, + + /* U+56FE "图" */ + 0xfb, 0xbb, 0xbb, 0xbb, 0xfc, 0x0, 0xa0, 0x0, + 0xc, 0xc0, 0x8c, 0xaa, 0xc0, 0xcc, 0x88, 0xb4, + 0xb3, 0xc, 0xc0, 0x3a, 0xcb, 0x40, 0xcc, 0xa8, + 0x63, 0x16, 0x8c, 0xc0, 0x2, 0x79, 0x0, 0xcc, + 0x7, 0xaa, 0x72, 0xc, 0xd2, 0x22, 0x25, 0x62, + 0xde, 0x99, 0x99, 0x99, 0x9e, + + /* U+570B "國" */ + 0xfb, 0xbb, 0xbb, 0xbb, 0xfc, 0x0, 0x3, 0x3a, + 0x1c, 0xc4, 0x66, 0x99, 0x85, 0xcc, 0x23, 0x36, + 0x95, 0x2c, 0xc4, 0xac, 0x19, 0xa0, 0xcc, 0x4a, + 0xc0, 0xc7, 0xc, 0xc2, 0x47, 0x7d, 0x34, 0xcc, + 0x43, 0x4a, 0x3b, 0x7c, 0xe9, 0x99, 0x99, 0x99, + 0xec, 0x22, 0x22, 0x22, 0x2d, + + /* U+570D "圍" */ + 0xfb, 0xbc, 0xcb, 0xbb, 0xfc, 0x5, 0x8b, 0x54, + 0xc, 0xc0, 0x2b, 0x53, 0xa0, 0xcc, 0x49, 0x99, + 0x99, 0x5c, 0xc0, 0xb5, 0x55, 0xc0, 0xcc, 0x7, + 0x89, 0xd8, 0xc, 0xc2, 0xc6, 0x7c, 0x64, 0xcc, + 0x1a, 0x88, 0xd8, 0x4c, 0xc2, 0x22, 0x27, 0x22, + 0xde, 0x99, 0x99, 0x99, 0x9e, + + /* U+5713 "圓" */ + 0xfb, 0xbb, 0xbb, 0xbb, 0xfc, 0x5, 0x87, 0x77, + 0xc, 0xc0, 0x88, 0x77, 0xb0, 0xcc, 0x8, 0x88, + 0x88, 0x1c, 0xc0, 0xd7, 0x77, 0xc2, 0xcc, 0xd, + 0x77, 0x7c, 0x2c, 0xc0, 0xd7, 0x77, 0xc2, 0xcc, + 0x27, 0x50, 0x58, 0x2c, 0xe9, 0x99, 0x99, 0x99, + 0xec, 0x22, 0x22, 0x22, 0x2d, + + /* U+5716 "圖" */ + 0xfb, 0xbb, 0xbb, 0xbb, 0xfc, 0xa, 0x88, 0x8a, + 0xd, 0xc0, 0xc7, 0x77, 0xd0, 0xdc, 0x58, 0x8d, + 0x88, 0x6d, 0xc1, 0x88, 0xd8, 0x82, 0xdc, 0x27, + 0x57, 0x57, 0x3d, 0xc2, 0x79, 0x69, 0x73, 0xdc, + 0x2b, 0x77, 0x7a, 0x3d, 0xe9, 0x99, 0x99, 0x99, + 0xed, 0x22, 0x22, 0x22, 0x2d, + + /* U+5728 "在" */ + 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xb, 0xbb, 0xfb, 0xbb, 0xbb, + 0x50, 0x0, 0xb4, 0x0, 0x0, 0x0, 0x0, 0x4b, + 0x0, 0x26, 0x0, 0x0, 0x1d, 0x40, 0x3, 0x90, + 0x0, 0x1d, 0xe2, 0x8c, 0xde, 0xcc, 0x1, 0x5a, + 0x20, 0x3, 0x90, 0x0, 0x0, 0xa2, 0x0, 0x39, + 0x0, 0x0, 0xa, 0x20, 0x3, 0x90, 0x0, 0x0, + 0xa4, 0xcc, 0xde, 0xcc, 0x50, + + /* U+5730 "地" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x1a, 0x0, + 0x0, 0xc0, 0x0, 0x1, 0xa0, 0x36, 0xc, 0x2, + 0x6, 0xce, 0xb4, 0x82, 0xeb, 0xe0, 0x1, 0xa0, + 0x6e, 0xbc, 0xb, 0x0, 0x1a, 0x4c, 0x80, 0xc0, + 0xb0, 0x1, 0xa0, 0x48, 0xc, 0xc, 0x0, 0x3e, + 0xc4, 0x80, 0xc8, 0xa0, 0x6e, 0x60, 0x48, 0x6, + 0x2, 0x31, 0x0, 0x4, 0x80, 0x0, 0x57, 0x0, + 0x0, 0x1c, 0xbb, 0xbd, 0x20, + + /* U+5740 "址" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x0, 0xc0, 0x0, 0x1, 0xa0, 0x0, 0xc, 0x0, + 0x4, 0x7c, 0x63, 0x40, 0xc0, 0x0, 0x13, 0xb1, + 0x56, 0xe, 0x99, 0x20, 0x1a, 0x5, 0x60, 0xd2, + 0x20, 0x1, 0xa1, 0x66, 0xc, 0x0, 0x0, 0x4e, + 0xc6, 0x60, 0xc0, 0x0, 0x8b, 0x40, 0x56, 0xc, + 0x0, 0x0, 0x0, 0x16, 0x71, 0xd1, 0x10, 0x0, + 0x7, 0xaa, 0xaa, 0xaa, 0x40, + + /* U+5747 "均" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x1b, 0x0, 0x0, 0x1, 0xa0, 0x9, 0xb8, 0x88, + 0x6, 0xce, 0xc5, 0x91, 0x11, 0xb0, 0x1, 0xa0, + 0xa5, 0x20, 0xb, 0x0, 0x1a, 0x0, 0x1c, 0x30, + 0xc0, 0x1, 0xa0, 0x0, 0x15, 0x3c, 0x0, 0x1d, + 0xc3, 0x5, 0xb4, 0xc0, 0x3c, 0x91, 0x3c, 0x80, + 0xc, 0x3, 0x20, 0x2, 0x20, 0x1, 0xa0, 0x0, + 0x0, 0x0, 0x4c, 0xc4, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5757 "块" */ + 0x0, 0xb0, 0x0, 0xc0, 0x0, 0x0, 0xb, 0x3, + 0x7e, 0x77, 0x50, 0x4c, 0xfb, 0x13, 0xd3, 0x3c, + 0x0, 0xb, 0x0, 0xc, 0x0, 0xc0, 0x0, 0xb0, + 0x0, 0xc0, 0xc, 0x0, 0xb, 0xa, 0xcf, 0xec, + 0xc6, 0x1, 0xec, 0x2, 0xbd, 0x0, 0x5, 0xd6, + 0x0, 0xa4, 0x78, 0x0, 0x0, 0x0, 0x7a, 0x0, + 0xc8, 0x0, 0x0, 0x78, 0x0, 0x0, 0x87, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+578B "型" */ + 0x7, 0xec, 0xdc, 0x3c, 0xc, 0x0, 0x9, 0x27, + 0x40, 0xc0, 0xc0, 0xb, 0xec, 0xdc, 0x5c, 0xc, + 0x0, 0xc, 0x7, 0x40, 0x80, 0xc0, 0x4, 0x90, + 0x74, 0x0, 0xc, 0x0, 0x90, 0x5, 0x71, 0x2c, + 0x90, 0x0, 0xaa, 0xae, 0xba, 0xa5, 0x0, 0x1, + 0x11, 0xa4, 0x11, 0x0, 0x1, 0x11, 0x1a, 0x41, + 0x11, 0x2, 0xaa, 0xaa, 0xaa, 0xaa, 0xa7, + + /* U+57F7 "執" */ + 0x0, 0x92, 0x0, 0xb0, 0x0, 0x2, 0xbd, 0xc8, + 0xb, 0x0, 0x0, 0x11, 0x94, 0x1d, 0xfe, 0xe0, + 0x6, 0xc9, 0xab, 0x1b, 0xb, 0x0, 0x9, 0x18, + 0x35, 0xb0, 0xb0, 0x3, 0xbd, 0xca, 0x5e, 0xb, + 0x0, 0x0, 0x83, 0x2, 0xe9, 0xa1, 0x7, 0xbd, + 0xcb, 0x86, 0x59, 0x32, 0x0, 0x83, 0xd, 0x10, + 0x67, 0x70, 0x8, 0x35, 0x60, 0x0, 0xb3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+57FA "基" */ + 0x0, 0x85, 0x0, 0xb, 0x20, 0x1, 0x9c, 0xb9, + 0x99, 0xea, 0x70, 0x0, 0x8b, 0x99, 0x9e, 0x10, + 0x0, 0x8, 0x85, 0x55, 0xd1, 0x0, 0x0, 0x87, + 0x44, 0x4c, 0x10, 0x7, 0xbd, 0xdb, 0xbb, 0xfb, + 0xb2, 0x3, 0xc1, 0x14, 0x5, 0xb1, 0x7, 0xd7, + 0xab, 0xea, 0xa5, 0xd2, 0x20, 0x0, 0x2a, 0x0, + 0x0, 0x0, 0x9a, 0xab, 0xea, 0xaa, 0x40, + + /* U+5831 "報" */ + 0x0, 0x92, 0x7, 0xcb, 0xbc, 0x3, 0xbe, 0xb8, + 0x73, 0x0, 0xc0, 0x0, 0xa2, 0x8, 0x32, 0x3b, + 0x6, 0xda, 0xcc, 0x83, 0x37, 0x30, 0x9, 0x1a, + 0x27, 0xd9, 0x9c, 0x4, 0xbe, 0xca, 0x78, 0x62, + 0xa0, 0x0, 0x92, 0x7, 0x4b, 0x95, 0x7, 0xbe, + 0xbb, 0x93, 0x6d, 0x0, 0x0, 0x92, 0x7, 0x5c, + 0xc7, 0x0, 0x9, 0x20, 0x7d, 0x30, 0x92, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+584A "塊" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xb, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0xb0, 0x8c, 0xae, 0xae, + 0x1, 0x6d, 0x58, 0x30, 0xb0, 0xb0, 0x16, 0xd6, + 0x8b, 0xbd, 0xae, 0x0, 0xb, 0x8, 0x44, 0x80, + 0xc0, 0x0, 0xb0, 0x59, 0xde, 0x99, 0x0, 0xc, + 0x40, 0xc, 0xb7, 0x30, 0x18, 0xe9, 0x5, 0x8b, + 0xab, 0x12, 0x60, 0x2, 0xc1, 0xb5, 0x54, 0x0, + 0x2, 0xb1, 0xa, 0xab, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+586B "填" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x2, + 0x35, 0xb3, 0x31, 0x1, 0xa0, 0x46, 0xa9, 0x66, + 0x24, 0xce, 0xb2, 0xc9, 0x88, 0xb0, 0x1, 0xa0, + 0x2c, 0x77, 0x7b, 0x0, 0x1a, 0x2, 0xc8, 0x88, + 0xb0, 0x1, 0xa0, 0x2b, 0x44, 0x4b, 0x0, 0x1c, + 0x82, 0xb4, 0x44, 0xb0, 0x2c, 0xa4, 0xbc, 0xcb, + 0xcc, 0x80, 0x10, 0x2, 0xb5, 0xa, 0x80, 0x0, + 0x1, 0x91, 0x0, 0x6, 0x40, + + /* U+589E "增" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x94, 0x9, 0x60, 0x0, 0xc0, 0x79, 0x9a, 0xc9, + 0x32, 0xbf, 0xaa, 0x61, 0xa6, 0x84, 0x0, 0xc0, + 0xa1, 0x5a, 0x66, 0x40, 0xc, 0x8, 0x99, 0xb9, + 0xa3, 0x0, 0xc0, 0x18, 0x88, 0x86, 0x0, 0xd, + 0x92, 0xb1, 0x11, 0xc0, 0x2d, 0x81, 0x1d, 0x99, + 0x9c, 0x0, 0x0, 0x1, 0xd8, 0x88, 0xc0, 0x0, + 0x0, 0x1a, 0x11, 0x1c, 0x0, + + /* U+58D3 "壓" */ + 0xc, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0xb6, 0x98, + 0xa0, 0x9, 0x80, 0xb, 0x79, 0x8b, 0x24, 0xa7, + 0x20, 0xb6, 0xaa, 0x94, 0x8e, 0x62, 0xb, 0xa6, + 0x6d, 0x6, 0xc2, 0x0, 0xba, 0x66, 0xd1, 0xc2, + 0xb0, 0xb, 0xa0, 0x6c, 0xb2, 0x8, 0x71, 0xa5, + 0x9b, 0xbb, 0x99, 0x80, 0x46, 0x0, 0x4, 0x90, + 0x0, 0x7, 0x39, 0x99, 0xbd, 0x99, 0x95, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5916 "外" */ + 0x0, 0x56, 0x0, 0xc, 0x0, 0x0, 0xb, 0xcb, + 0xa0, 0xc0, 0x0, 0x1, 0xb0, 0x2c, 0xc, 0x0, + 0x0, 0xa4, 0x5, 0x80, 0xfa, 0x0, 0x1b, 0xa4, + 0xa4, 0xc, 0x6b, 0x0, 0x1, 0xbd, 0x0, 0xc0, + 0x68, 0x0, 0x8, 0x70, 0xc, 0x0, 0x0, 0x4, + 0xc0, 0x0, 0xc0, 0x0, 0x6, 0xe2, 0x0, 0xc, + 0x0, 0x1, 0xb1, 0x0, 0x0, 0xc0, 0x0, + + /* U+591A "多" */ + 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x1, 0xab, + 0xbb, 0xe6, 0x0, 0x5, 0xa6, 0x30, 0x79, 0x0, + 0x0, 0x0, 0x2d, 0xc8, 0x30, 0x0, 0x9, 0xdb, + 0x54, 0xfb, 0x99, 0x10, 0x30, 0x19, 0x92, 0x15, + 0xb0, 0x0, 0x6b, 0x3a, 0x24, 0xc1, 0x0, 0x0, + 0x0, 0x5f, 0xa1, 0x0, 0x3, 0x69, 0xd9, 0x30, + 0x0, 0x0, 0x86, 0x30, 0x0, 0x0, 0x0, + + /* U+5927 "大" */ + 0x0, 0x0, 0xc, 0x20, 0x0, 0x0, 0x0, 0x0, + 0xd1, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x1, 0xdd, 0xdd, 0xfe, 0xdd, 0xd7, 0x0, 0x0, + 0x3e, 0xb0, 0x0, 0x0, 0x0, 0x9, 0x5d, 0x30, + 0x0, 0x0, 0x2, 0xd0, 0x5b, 0x0, 0x0, 0x1, + 0xd4, 0x0, 0xb7, 0x0, 0x4, 0xd5, 0x0, 0x0, + 0xc9, 0x11, 0xb2, 0x0, 0x0, 0x0, 0x86, + + /* U+5929 "天" */ + 0x1, 0x11, 0x11, 0x11, 0x11, 0x0, 0x7a, 0xaa, + 0xfb, 0xaa, 0xa0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x1d, 0xdd, + 0xdf, 0xed, 0xdd, 0x50, 0x0, 0x5, 0xd9, 0x0, + 0x0, 0x0, 0x0, 0xd3, 0xc2, 0x0, 0x0, 0x0, + 0xa8, 0x2, 0xd2, 0x0, 0x4, 0xd7, 0x0, 0x3, + 0xd7, 0x1, 0xa2, 0x0, 0x0, 0x1, 0x76, + + /* U+592A "太" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x1, 0x11, 0x1d, 0x11, 0x11, + 0x0, 0xbb, 0xbc, 0xfe, 0xbb, 0xb6, 0x0, 0x0, + 0x2d, 0xb0, 0x0, 0x0, 0x0, 0x7, 0x6b, 0x20, + 0x0, 0x0, 0x1, 0xd0, 0x4b, 0x0, 0x0, 0x0, + 0xbd, 0x20, 0xa7, 0x0, 0x2, 0xb8, 0x3d, 0x20, + 0xc8, 0x1, 0xd5, 0x0, 0x39, 0x0, 0x99, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5931 "失" */ + 0x0, 0x47, 0xb, 0x10, 0x0, 0x0, 0xa, 0x50, + 0xc2, 0x0, 0x0, 0x2, 0xeb, 0xbe, 0xcb, 0xb8, + 0x0, 0xb4, 0x0, 0xc1, 0x0, 0x0, 0x5, 0x11, + 0x1d, 0x11, 0x11, 0x1, 0xbb, 0xbc, 0xfe, 0xbb, + 0xb7, 0x0, 0x0, 0x6a, 0xc0, 0x0, 0x0, 0x0, + 0x3d, 0x17, 0x90, 0x0, 0x0, 0x7d, 0x30, 0x8, + 0xb2, 0x1, 0xd7, 0x0, 0x0, 0x4, 0xc8, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+593E "夾" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc7, 0x0, 0x26, 0xb, 0x10, 0x70, + 0x0, 0x8, 0x50, 0xb1, 0x49, 0x0, 0x1, 0xcb, + 0x1c, 0x3b, 0xc4, 0x0, 0xb3, 0x27, 0xec, 0x70, + 0xb3, 0x3, 0x0, 0x94, 0xc1, 0x0, 0x0, 0x0, + 0x89, 0x3, 0xc1, 0x0, 0x4, 0xb8, 0x0, 0x3, + 0xd8, 0x11, 0x82, 0x0, 0x0, 0x0, 0x65, + + /* U+597D "好" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, + 0x24, 0x44, 0x40, 0x1, 0xb0, 0x4, 0x66, 0x8d, + 0x13, 0xde, 0xcc, 0x0, 0x1c, 0x20, 0x7, 0x41, + 0xa0, 0x8, 0x50, 0x0, 0xb0, 0x48, 0xcc, 0xed, + 0xc8, 0xd, 0x39, 0x30, 0x8, 0x40, 0x0, 0x2d, + 0xd0, 0x0, 0x84, 0x0, 0x0, 0x9e, 0x50, 0x8, + 0x40, 0x0, 0x6a, 0x1a, 0x0, 0x84, 0x0, 0x39, + 0x0, 0x0, 0xbd, 0x20, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+59CB "始" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x38, 0x0, + 0x8, 0x50, 0x0, 0x6, 0x50, 0x1, 0xb0, 0x50, + 0x7, 0xec, 0xe1, 0x93, 0x6, 0x60, 0xb, 0xb, + 0x6e, 0xab, 0xbe, 0x11, 0xa0, 0xb2, 0x32, 0x0, + 0x33, 0x4b, 0x38, 0xb, 0xbb, 0xb9, 0x0, 0x5e, + 0x50, 0xc0, 0x0, 0xc0, 0x2, 0xcc, 0x1c, 0x0, + 0xc, 0x3, 0xd3, 0x20, 0xe9, 0x99, 0xc0, 0x55, + 0x0, 0xc, 0x22, 0x2c, 0x0, + + /* U+5B50 "子" */ + 0x1, 0xaa, 0xaa, 0xaa, 0xa6, 0x0, 0x1, 0x11, + 0x11, 0x8d, 0x10, 0x0, 0x0, 0x1, 0xaa, 0x10, + 0x0, 0x0, 0x0, 0xa6, 0x0, 0x0, 0x1, 0x11, + 0x1b, 0x41, 0x11, 0x12, 0xbb, 0xbb, 0xec, 0xbb, + 0xb7, 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x0, 0x0, 0x9c, 0xc1, 0x0, 0x0, + + /* U+5B57 "字" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0x1f, 0xcc, 0xcc, 0xcc, 0xcf, + 0x11, 0xb0, 0x0, 0x0, 0x0, 0xc1, 0x2, 0x5c, + 0xcc, 0xcf, 0x42, 0x0, 0x0, 0x0, 0x2c, 0x50, + 0x0, 0x1, 0x11, 0x1e, 0x31, 0x11, 0x2, 0xaa, + 0xaa, 0xfa, 0xaa, 0xa2, 0x0, 0x0, 0xd, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, + 0x8, 0xca, 0x0, 0x0, 0x0, + + /* U+5B58 "存" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, + 0x10, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x50, 0x0, 0xa3, 0x0, 0x0, 0x0, 0x0, 0x4a, + 0x2b, 0xbb, 0xb9, 0x0, 0x2e, 0x20, 0x0, 0x4a, + 0x10, 0x2d, 0xe1, 0x0, 0x1c, 0x0, 0x1, 0x3b, + 0x2c, 0xcc, 0xfc, 0xc8, 0x0, 0xb1, 0x0, 0x1b, + 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, + 0xb1, 0x9, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B78 "學" */ + 0x0, 0x2, 0x0, 0x20, 0x0, 0x0, 0x4a, 0x55, + 0xe4, 0x89, 0xa0, 0x4, 0xc9, 0x72, 0x68, 0xa9, + 0x0, 0x3c, 0x85, 0xe4, 0x8a, 0x80, 0x7, 0xa5, + 0xc7, 0xa5, 0x9a, 0x20, 0xc4, 0x44, 0x44, 0x44, + 0xa5, 0x7, 0x39, 0x99, 0xbd, 0x35, 0x40, 0x0, + 0x0, 0x88, 0x10, 0x0, 0x1a, 0xaa, 0xae, 0xaa, + 0xaa, 0x60, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, + 0x3, 0xac, 0x0, 0x0, 0x0, + + /* U+5B83 "它" */ + 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x1d, 0x0, + 0x0, 0xcc, 0xcc, 0xfd, 0xcc, 0xcc, 0x0, 0x0, + 0x0, 0xd, 0x63, 0x20, 0x0, 0x0, 0x60, 0x75, + 0x0, 0x6d, 0x40, 0x7, 0x99, 0xd8, 0x10, 0x0, + 0x7a, 0x30, 0x0, 0x0, 0x7, 0x50, 0x0, 0x0, + 0x60, 0x76, 0x0, 0x0, 0x2b, 0x3, 0xdc, 0xcc, + 0xde, 0x40, + + /* U+5B89 "安" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, + 0xc0, 0x0, 0x0, 0xd, 0xcc, 0xcd, 0xcc, 0xcd, + 0x0, 0xc0, 0x5, 0x30, 0x0, 0xd0, 0x3, 0x0, + 0xd1, 0x0, 0x3, 0x2, 0xcc, 0xed, 0xcc, 0xec, + 0xc2, 0x0, 0x2c, 0x0, 0x3c, 0x0, 0x0, 0x7, + 0xc6, 0x1d, 0x40, 0x0, 0x0, 0x1, 0x8f, 0xd3, + 0x0, 0x0, 0x15, 0xab, 0x34, 0xbc, 0x30, 0x9, + 0x83, 0x0, 0x0, 0x47, 0x0, + + /* U+5B8C "完" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xd0, 0x0, 0x0, 0xc, 0xcc, 0xcd, 0xcc, 0xce, + 0x30, 0xb0, 0x0, 0x0, 0x0, 0x93, 0x5, 0x4c, + 0xcc, 0xcc, 0x74, 0x10, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x1c, 0xcd, 0xdc, 0xed, 0xcc, 0x60, 0x0, + 0x75, 0x8, 0x40, 0x0, 0x0, 0xb, 0x20, 0x84, + 0x0, 0x20, 0x5, 0xc0, 0x8, 0x40, 0x1a, 0x1b, + 0xa1, 0x0, 0x5d, 0xcc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5B9A "定" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0xe, 0xcc, 0xcc, 0xcc, 0xce, + 0x0, 0xc0, 0x0, 0x0, 0x0, 0xc0, 0x5, 0x7c, + 0xcd, 0xcc, 0x95, 0x0, 0x0, 0x0, 0xd0, 0x0, + 0x0, 0x0, 0x94, 0xd, 0x0, 0x0, 0x0, 0xc, + 0x30, 0xdb, 0xbb, 0x20, 0x1, 0xea, 0xd, 0x0, + 0x0, 0x0, 0xa6, 0x99, 0xd0, 0x0, 0x0, 0x4b, + 0x0, 0x6c, 0xdc, 0xcc, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5BB9 "容" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd2, 0x0, 0x0, 0xf, 0xbb, 0xbb, 0xbb, 0xbd, + 0x40, 0xc0, 0x73, 0x1, 0x80, 0x84, 0x1, 0xa8, + 0x8, 0x24, 0xc3, 0x0, 0x84, 0x9, 0x8b, 0x21, + 0x90, 0x0, 0x3b, 0x40, 0xa, 0x70, 0x2, 0xbe, + 0xdb, 0xbb, 0xbe, 0xd6, 0x14, 0x75, 0x0, 0x0, + 0xc0, 0x10, 0x7, 0x50, 0x0, 0xc, 0x0, 0x0, + 0x7d, 0xbb, 0xbb, 0xc0, 0x0, + + /* U+5BE6 "實" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x22, 0x24, + 0xc3, 0x22, 0x20, 0xd, 0x77, 0x77, 0x77, 0x7d, + 0x10, 0x78, 0x97, 0xd7, 0x8b, 0x71, 0x38, 0xd8, + 0x7d, 0x78, 0xc8, 0x30, 0x6, 0x88, 0x88, 0x84, + 0x0, 0x0, 0xd7, 0x77, 0x77, 0xe0, 0x0, 0xd, + 0x77, 0x77, 0x7e, 0x0, 0x0, 0xd7, 0x77, 0x77, + 0xe0, 0x0, 0x7, 0xbc, 0x7c, 0xc8, 0x0, 0x9, + 0xa7, 0x10, 0x15, 0xa8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5BEB "寫" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, 0x13, + 0xd1, 0x11, 0x10, 0xe, 0x99, 0xa9, 0x99, 0x9c, + 0x40, 0xa4, 0x88, 0x7, 0x77, 0x64, 0x0, 0xb9, + 0x80, 0x89, 0xe0, 0x0, 0xa, 0x22, 0x22, 0x2c, + 0x0, 0x0, 0x5e, 0x97, 0x77, 0x70, 0x0, 0x9, + 0xea, 0xaa, 0xaa, 0xa0, 0x1c, 0x74, 0x53, 0x37, + 0xc, 0x0, 0x17, 0x2a, 0x1a, 0x53, 0xc0, 0x0, + 0x60, 0x50, 0x27, 0xc7, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5BEC "寬" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0xe, 0x99, 0xb9, 0xaa, 0x9d, + 0x30, 0x99, 0x9e, 0x9c, 0xb9, 0x92, 0x0, 0x24, + 0xc4, 0x97, 0x40, 0x0, 0xa, 0xa9, 0x99, 0x9e, + 0x0, 0x0, 0xa6, 0x44, 0x44, 0xd0, 0x0, 0xa, + 0x54, 0x44, 0x4d, 0x0, 0x0, 0x69, 0xe8, 0xeb, + 0xc0, 0x0, 0x0, 0xa5, 0xc, 0xa, 0x64, 0x1b, + 0xb5, 0x0, 0x8a, 0xab, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5BF8 "寸" */ + 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xc0, 0x0, 0x2c, 0xcc, 0xcc, 0xcf, 0xcc, + 0x70, 0x0, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x93, + 0x0, 0xc, 0x0, 0x0, 0x2, 0xd1, 0x0, 0xc0, + 0x0, 0x0, 0x6, 0x90, 0xc, 0x0, 0x0, 0x0, + 0x1, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xd, + 0x0, 0x0, 0x0, 0x3, 0xed, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5BF9 "对" */ + 0x0, 0x0, 0x0, 0x0, 0xc0, 0x4, 0xaa, 0xb7, + 0x0, 0xc, 0x0, 0x3, 0x6, 0x6b, 0xcc, 0xfc, + 0x40, 0xc0, 0xa3, 0x0, 0xc, 0x0, 0x4, 0xad, + 0x5, 0x30, 0xc0, 0x0, 0xa, 0x80, 0x2b, 0xc, + 0x0, 0x0, 0xdc, 0x0, 0xa2, 0xc0, 0x0, 0x97, + 0x76, 0x1, 0xc, 0x0, 0x5a, 0x0, 0x20, 0x0, + 0xc0, 0x0, 0x0, 0x0, 0x5, 0xcb, 0x0, + + /* U+5C04 "射" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x60, + 0x0, 0xc, 0x0, 0xb, 0x99, 0xd0, 0x0, 0xc0, + 0x0, 0xb9, 0x9d, 0x7b, 0xbf, 0xb2, 0xb, 0x11, + 0xc0, 0x0, 0xc0, 0x0, 0xb7, 0x7d, 0x1a, 0xc, + 0x0, 0x4e, 0x99, 0xd0, 0x92, 0xc0, 0x1, 0x24, + 0xcc, 0x3, 0x5c, 0x0, 0x1, 0xc2, 0xc0, 0x0, + 0xc0, 0x4, 0xc3, 0xc, 0x0, 0xc, 0x0, 0x31, + 0x1b, 0xb0, 0x3c, 0xb0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5C07 "將" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xb0, 0xc0, + 0x8, 0x90, 0x0, 0xb, 0xc, 0x8, 0xb8, 0x9d, + 0x0, 0xb0, 0xc9, 0x73, 0x9b, 0x30, 0xb, 0xbc, + 0x3, 0xac, 0x50, 0x0, 0x0, 0xc5, 0xb8, 0x1c, + 0x0, 0x5b, 0xbc, 0x9a, 0x99, 0xe9, 0x40, 0xb0, + 0xc1, 0x72, 0x1c, 0x10, 0xb, 0xc, 0x8, 0x60, + 0xc0, 0x2, 0x90, 0xc0, 0x8, 0xc, 0x0, 0x63, + 0xc, 0x0, 0x3c, 0xb0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5C0D "對" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5a, 0x46, + 0x70, 0x2, 0x90, 0x9, 0xb4, 0xc4, 0x0, 0x29, + 0x5, 0xbd, 0xbc, 0xb4, 0x46, 0xb2, 0x3, 0x80, + 0xb0, 0x66, 0x8c, 0x41, 0xac, 0xbd, 0x76, 0x32, + 0x90, 0x0, 0x1a, 0x0, 0x2a, 0x29, 0x0, 0x8b, + 0xea, 0x50, 0xc3, 0x90, 0x0, 0x1a, 0x0, 0x0, + 0x29, 0x2, 0x69, 0xec, 0xc0, 0x2, 0x90, 0x36, + 0x41, 0x0, 0xa, 0xc6, 0x0, + + /* U+5C0E "導" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x80, 0x3, + 0x80, 0x47, 0x0, 0x5, 0x77, 0x99, 0xe9, 0x99, + 0x4, 0x63, 0x1c, 0x77, 0x6b, 0x20, 0x25, 0x91, + 0xe9, 0x99, 0xd2, 0x0, 0x4b, 0x1e, 0x99, 0x9d, + 0x20, 0x49, 0x3a, 0x87, 0x67, 0x89, 0x11, 0x0, + 0x1, 0x34, 0xd3, 0x20, 0x5a, 0xca, 0xaa, 0xae, + 0xaa, 0x0, 0x5, 0xb0, 0x0, 0xc0, 0x0, 0x0, + 0x4, 0x15, 0xaa, 0x0, 0x0, + + /* U+5C0F "小" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x40, 0xd, 0x0, 0x40, + 0x0, 0xe, 0x0, 0xd0, 0xd, 0x10, 0x4, 0xa0, + 0xd, 0x0, 0x69, 0x0, 0xa4, 0x0, 0xd0, 0x0, + 0xe0, 0x3c, 0x0, 0xd, 0x0, 0x9, 0x53, 0x30, + 0x0, 0xd0, 0x0, 0x35, 0x0, 0x0, 0xe, 0x0, + 0x0, 0x0, 0x0, 0xbd, 0xb0, 0x0, 0x0, + + /* U+5C3A "尺" */ + 0x0, 0xec, 0xcc, 0xcc, 0xdb, 0x0, 0xd, 0x0, + 0x0, 0x1, 0xb0, 0x0, 0xd0, 0x0, 0x0, 0x1b, + 0x0, 0xd, 0x0, 0x0, 0x1, 0xb0, 0x0, 0xfc, + 0xcd, 0xfc, 0xc9, 0x0, 0x1c, 0x0, 0xd, 0x0, + 0x0, 0x3, 0x90, 0x0, 0x86, 0x0, 0x0, 0x77, + 0x0, 0x0, 0xd2, 0x0, 0xd, 0x10, 0x0, 0x3, + 0xd5, 0x4, 0x80, 0x0, 0x0, 0x2, 0xa7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C40 "局" */ + 0x1, 0xeb, 0xbb, 0xbb, 0xc7, 0x0, 0x1b, 0x0, + 0x0, 0x5, 0x70, 0x1, 0xeb, 0xbb, 0xbb, 0xd7, + 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3, 0xeb, + 0xbb, 0xbb, 0xbd, 0x30, 0x48, 0x0, 0x0, 0x0, + 0xa2, 0x6, 0x65, 0xb9, 0x9c, 0xb, 0x10, 0xa2, + 0x55, 0x0, 0xc0, 0xc0, 0x1b, 0x5, 0xca, 0xa8, + 0xd, 0x2, 0x40, 0x22, 0x0, 0x8c, 0x80, + + /* U+5C45 "居" */ + 0x9, 0xcb, 0xbb, 0xbb, 0xe4, 0x0, 0x93, 0x0, + 0x0, 0x9, 0x40, 0x9, 0xcb, 0xbb, 0xbb, 0xe4, + 0x0, 0x93, 0x0, 0x1b, 0x0, 0x0, 0xa, 0xcb, + 0xbc, 0xeb, 0xbb, 0x0, 0xb1, 0x0, 0x1b, 0x0, + 0x0, 0xc, 0xa, 0xbb, 0xeb, 0xb0, 0x0, 0xc0, + 0xc0, 0x0, 0xc, 0x0, 0x57, 0xc, 0x0, 0x0, + 0xc0, 0x9, 0x10, 0xea, 0xaa, 0xae, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C4F "屏" */ + 0xa, 0xbb, 0xbb, 0xbb, 0xc8, 0x0, 0xa1, 0x0, + 0x0, 0x4, 0x80, 0xa, 0xcb, 0xbb, 0xbb, 0xc7, + 0x0, 0xb1, 0x29, 0x0, 0x76, 0x0, 0xb, 0x6b, + 0xcb, 0xbf, 0xb9, 0x0, 0xc0, 0xc, 0x0, 0xc0, + 0x0, 0xc, 0x7a, 0xea, 0xae, 0xaa, 0x11, 0xc0, + 0x3b, 0x11, 0xd1, 0x10, 0x58, 0xb, 0x50, 0xc, + 0x0, 0x9, 0x28, 0x70, 0x0, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5C55 "展" */ + 0xa, 0xcb, 0xbb, 0xbb, 0xbb, 0x0, 0xa2, 0x0, + 0x0, 0x0, 0xb0, 0xa, 0xcb, 0xbb, 0xbb, 0xba, + 0x0, 0xa2, 0xa, 0x0, 0xa0, 0x0, 0xb, 0x7b, + 0xeb, 0xbe, 0xba, 0x0, 0xc0, 0xb, 0x0, 0xc0, + 0x0, 0xc, 0x8e, 0xbd, 0xdb, 0xbc, 0x20, 0xc0, + 0xc0, 0x1c, 0x4b, 0x50, 0x58, 0xc, 0x25, 0x5e, + 0x70, 0x9, 0x21, 0xd9, 0x50, 0x6, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5DE5 "工" */ + 0x8, 0xdd, 0xde, 0xdd, 0xdd, 0x10, 0x0, 0x0, + 0xb2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, + 0x0, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x0, 0x0, 0xb2, 0x0, + 0x0, 0x0, 0x0, 0xb, 0x20, 0x0, 0x2, 0xcc, + 0xcc, 0xfd, 0xcc, 0xc8, + + /* U+5DE6 "左" */ + 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x3a, + 0x0, 0x0, 0x0, 0x2c, 0xce, 0xdc, 0xcc, 0xcc, + 0x20, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x1d, + 0x11, 0x11, 0x11, 0x0, 0x6, 0xaa, 0xaf, 0xaa, + 0x90, 0x0, 0xc0, 0x0, 0xd0, 0x0, 0x0, 0x98, + 0x0, 0xd, 0x0, 0x0, 0x4c, 0x0, 0x0, 0xd0, + 0x0, 0x3, 0x15, 0xcc, 0xcf, 0xcc, 0xc4, + + /* U+5DEE "差" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x96, 0x0, 0x7, 0xce, 0xdc, 0xcf, 0xcc, + 0x10, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0xbb, + 0xdd, 0xbb, 0xb6, 0x0, 0x55, 0x5b, 0x85, 0x55, + 0x52, 0x6, 0x6a, 0xc6, 0x66, 0x66, 0x30, 0x1, + 0xdc, 0xcc, 0xcc, 0x80, 0x4, 0xd3, 0x0, 0xa2, + 0x0, 0x1, 0xb5, 0x99, 0x9d, 0xa9, 0x94, 0x0, + 0x2, 0x22, 0x22, 0x22, 0x10, + + /* U+5DF2 "已" */ + 0xbc, 0xcc, 0xcc, 0xcf, 0x0, 0x0, 0x0, 0x0, + 0xc, 0x0, 0x1, 0x0, 0x0, 0xc, 0x0, 0x2a, + 0x0, 0x0, 0xc, 0x0, 0x2e, 0xcc, 0xcc, 0xcf, + 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, + 0x0, 0x0, 0x31, 0x2a, 0x0, 0x0, 0x0, 0x75, + 0x1c, 0x0, 0x0, 0x0, 0xb2, 0xa, 0xdc, 0xcc, + 0xcd, 0x90, + + /* U+5E0C "希" */ + 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x1a, 0xa6, + 0x26, 0xb4, 0x0, 0x0, 0x26, 0xec, 0xe6, 0x0, + 0x0, 0xaa, 0x6d, 0x0, 0x6b, 0x0, 0x6b, 0xbc, + 0xeb, 0xbb, 0xbb, 0x10, 0x3, 0xb0, 0x50, 0x0, + 0x0, 0x3, 0xec, 0xbe, 0xcb, 0xb2, 0x6, 0xbc, + 0x10, 0xb0, 0x8, 0x30, 0x10, 0xa1, 0xb, 0x0, + 0x83, 0x0, 0xa, 0x10, 0xb1, 0xac, 0x10, 0x0, + 0x0, 0xb, 0x0, 0x0, 0x0, + + /* U+5E36 "帶" */ + 0x0, 0x56, 0xa0, 0x91, 0xb0, 0x1, 0xac, 0xce, + 0xae, 0xbe, 0xa6, 0x0, 0xb1, 0xa2, 0xa1, 0xc0, + 0x40, 0x95, 0x5, 0x88, 0x6, 0xa4, 0xc, 0xaa, + 0xaa, 0xaa, 0xac, 0x50, 0xc0, 0x0, 0x91, 0x0, + 0x66, 0x2, 0xca, 0xae, 0xba, 0xd7, 0x10, 0xc, + 0x0, 0xb1, 0x7, 0x50, 0x0, 0xc0, 0xb, 0x19, + 0xc3, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+5E38 "常" */ + 0xa, 0x0, 0xd0, 0xa, 0x20, 0x6a, 0x96, 0xe6, + 0x8b, 0x62, 0xd4, 0x44, 0x44, 0x44, 0x95, 0xa5, + 0xc9, 0x99, 0xaa, 0x64, 0x5, 0x94, 0x44, 0x6a, + 0x0, 0x1, 0x44, 0xe4, 0x43, 0x0, 0x3c, 0xbb, + 0xfb, 0xbc, 0x80, 0x48, 0x0, 0xd0, 0x2, 0xa0, + 0x48, 0x0, 0xd0, 0x14, 0xa0, 0x24, 0x0, 0xd0, + 0x79, 0x30, + + /* U+5E3D "帽" */ + 0x0, 0xa0, 0xc, 0xaa, 0xad, 0x40, 0xa, 0x0, + 0xa3, 0x33, 0x84, 0xe, 0xeb, 0x9a, 0x56, 0x69, + 0x40, 0x9a, 0x9, 0x76, 0x66, 0x73, 0x9, 0xa0, + 0x96, 0xaa, 0xaa, 0x0, 0x9a, 0x9, 0x92, 0x22, + 0xd0, 0x9, 0xa3, 0x99, 0x77, 0x7e, 0x0, 0x5a, + 0x52, 0x99, 0x99, 0xe0, 0x0, 0xa0, 0x9, 0x0, + 0xc, 0x0, 0xa, 0x0, 0x9a, 0xaa, 0xe0, + + /* U+5E40 "幀" */ + 0x9, 0x10, 0x0, 0xc2, 0x21, 0x19, 0x31, 0x0, + 0xc7, 0x74, 0xdd, 0xa9, 0x6b, 0xea, 0xb0, 0x99, + 0x19, 0x83, 0x11, 0xc0, 0x99, 0x19, 0x88, 0x77, + 0xe0, 0x99, 0x19, 0x8a, 0x99, 0xe0, 0x99, 0x49, + 0x82, 0x0, 0xc0, 0x59, 0x52, 0x7b, 0xab, 0xc0, + 0x9, 0x10, 0x4a, 0x7, 0x70, 0x9, 0x15, 0xa1, + 0x0, 0xa5, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5E45 "幅" */ + 0x0, 0x90, 0xa, 0xaa, 0xaa, 0x60, 0x9, 0x0, + 0x0, 0x0, 0x0, 0xe, 0xeb, 0x97, 0xa9, 0x9e, + 0x0, 0x99, 0x9, 0x75, 0x22, 0xc0, 0x9, 0x90, + 0x93, 0x66, 0x66, 0x0, 0x99, 0x9, 0xba, 0xca, + 0xb5, 0x9, 0x93, 0x9b, 0xb, 0x4, 0x60, 0x59, + 0x52, 0xda, 0xea, 0xc6, 0x0, 0x90, 0xb, 0xb, + 0x4, 0x60, 0x9, 0x0, 0xda, 0xaa, 0xc6, + + /* U+5E55 "幕" */ + 0xa, 0xad, 0xca, 0xae, 0xaa, 0x50, 0x0, 0x10, + 0x0, 0x20, 0x0, 0x0, 0xd8, 0x88, 0x88, 0xb6, + 0x0, 0xd, 0x77, 0x77, 0x7b, 0x60, 0x0, 0xb8, + 0x98, 0x88, 0xa5, 0x1, 0x66, 0x7e, 0x66, 0x66, + 0x64, 0x5, 0x9c, 0x5a, 0x58, 0xc5, 0x31, 0xcc, + 0xca, 0xea, 0xae, 0xb7, 0x1, 0x65, 0xb, 0x10, + 0xc0, 0x10, 0x6, 0x50, 0xb1, 0x8c, 0x0, + + /* U+5E73 "平" */ + 0x6, 0xaa, 0xaa, 0xaa, 0xaa, 0x0, 0x14, 0x21, + 0xc3, 0x14, 0x20, 0x0, 0x94, 0xb, 0x10, 0xc1, + 0x0, 0x2, 0xa0, 0xb1, 0x49, 0x0, 0x0, 0x6, + 0xb, 0x14, 0x10, 0x2, 0xcc, 0xcc, 0xfd, 0xcc, + 0xc7, 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+5E8F "序" */ + 0x0, 0x0, 0x4, 0x10, 0x0, 0x0, 0x22, 0x22, + 0x99, 0x22, 0x21, 0xb, 0x99, 0x99, 0x99, 0x99, + 0x30, 0xb1, 0x9a, 0xaa, 0xaa, 0x10, 0xb, 0x10, + 0x41, 0x9, 0x60, 0x0, 0xb0, 0x4, 0xbd, 0x40, + 0x0, 0xc, 0x5b, 0xbb, 0xfe, 0xbb, 0x10, 0xc0, + 0x0, 0xc, 0x4, 0xa0, 0xb, 0x0, 0x0, 0xc0, + 0x80, 0x4, 0x70, 0x0, 0xc, 0x0, 0x0, 0x72, + 0x0, 0xbc, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5EA6 "度" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0xb, 0xcc, 0xdc, 0xcc, 0xcc, + 0x0, 0xb0, 0xc, 0x0, 0xa1, 0x0, 0xb, 0x8a, + 0xea, 0xae, 0xb9, 0x0, 0xc0, 0xc, 0x33, 0xb1, + 0x0, 0xc, 0x0, 0x56, 0x66, 0x0, 0x0, 0xc5, + 0xcc, 0xaa, 0xbc, 0x0, 0x1c, 0x0, 0xb5, 0x2b, + 0x30, 0x5, 0x80, 0x36, 0xff, 0x83, 0x0, 0x62, + 0x98, 0x40, 0x4, 0x8a, 0x0, + + /* U+5EE0 "廠" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x95, 0x0, 0x0, 0xc, 0xbb, 0xdb, 0xbc, 0xbb, + 0x40, 0xc6, 0x2b, 0x45, 0x73, 0x0, 0xc, 0x15, + 0xb7, 0xc, 0xba, 0x40, 0xc8, 0xaa, 0x9c, 0xf0, + 0xb0, 0xc, 0x94, 0x83, 0xd8, 0x5a, 0x0, 0xb9, + 0x70, 0x69, 0x1d, 0x50, 0x1b, 0x97, 0x96, 0x90, + 0xe1, 0x5, 0x69, 0x20, 0x9, 0x67, 0x90, 0x72, + 0x90, 0x19, 0xb6, 0x7, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5EF6 "延" */ + 0x0, 0x0, 0x0, 0x1, 0x48, 0x2, 0xbd, 0xb3, + 0xbc, 0xf7, 0x30, 0x0, 0x94, 0x0, 0xc, 0x0, + 0x0, 0x1c, 0x0, 0x0, 0xc0, 0x0, 0x7, 0x82, + 0xc, 0xc, 0x66, 0x20, 0x89, 0xe1, 0xc0, 0xc5, + 0x51, 0x6, 0xd, 0xc, 0xc, 0x0, 0x0, 0x88, + 0xa0, 0xc0, 0xc0, 0x0, 0x1, 0xe5, 0xb, 0xbb, + 0xbb, 0x40, 0x3d, 0xd5, 0x0, 0x0, 0x0, 0x2d, + 0x22, 0x9c, 0xcc, 0xcc, 0x60, 0x10, 0x0, 0x0, + 0x0, 0x0, + + /* U+5EFA "建" */ + 0x3b, 0xd7, 0x9b, 0xec, 0xb5, 0x0, 0xb, 0x10, + 0xb, 0x14, 0x70, 0x2, 0xa5, 0xaa, 0xeb, 0xcd, + 0x20, 0x9a, 0x34, 0x4c, 0x58, 0x70, 0x3, 0x86, + 0x45, 0xc6, 0x52, 0x0, 0x68, 0x39, 0x9e, 0xa9, + 0x60, 0xb, 0xb1, 0x11, 0xb2, 0x11, 0x0, 0x5b, + 0x39, 0x9d, 0x99, 0x90, 0x9, 0x99, 0x10, 0x60, + 0x0, 0x4, 0x80, 0x4a, 0xbb, 0xbb, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F00 "开" */ + 0x9, 0xce, 0xdc, 0xce, 0xdc, 0x30, 0x0, 0x84, + 0x0, 0xa2, 0x0, 0x0, 0x8, 0x40, 0xa, 0x20, + 0x0, 0x0, 0x84, 0x0, 0xa2, 0x0, 0x2c, 0xce, + 0xdc, 0xce, 0xdc, 0x70, 0x0, 0xa2, 0x0, 0xa2, + 0x0, 0x0, 0xd, 0x0, 0xa, 0x20, 0x0, 0x5, + 0x90, 0x0, 0xa2, 0x0, 0x3, 0xe1, 0x0, 0xa, + 0x20, 0x0, 0xc3, 0x0, 0x0, 0xa2, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F0F "式" */ + 0x0, 0x0, 0x0, 0x84, 0x94, 0x0, 0x0, 0x0, + 0x8, 0x50, 0x90, 0x1c, 0xcc, 0xcc, 0xee, 0xcc, + 0x70, 0x0, 0x0, 0x5, 0x70, 0x0, 0x9, 0xcc, + 0xcc, 0x59, 0x0, 0x0, 0x0, 0xc0, 0x1, 0xb0, + 0x0, 0x0, 0xc, 0x0, 0xd, 0x0, 0x0, 0x0, + 0xc0, 0x21, 0xa4, 0x9, 0x4, 0x7e, 0xda, 0x33, + 0xc1, 0xa0, 0x85, 0x10, 0x0, 0x8, 0xe5, + + /* U+5F15 "引" */ + 0x9c, 0xcc, 0xe0, 0xa, 0x20, 0x0, 0xc, 0x0, + 0xa2, 0x0, 0x0, 0xc0, 0xa, 0x27, 0xdc, 0xcb, + 0x0, 0xa2, 0xa2, 0x0, 0x0, 0xa, 0x2e, 0xcb, + 0xbc, 0x0, 0xa2, 0x0, 0x0, 0xd0, 0xa, 0x20, + 0x0, 0xc, 0x0, 0xa2, 0x0, 0x3, 0xa0, 0xa, + 0x20, 0x6c, 0xd4, 0x0, 0xa2, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F31 "弱" */ + 0xb, 0xbb, 0xf1, 0xbb, 0xbe, 0x0, 0x0, 0xc, + 0x0, 0x0, 0xc0, 0x8, 0xbb, 0xf0, 0xab, 0xbe, + 0x0, 0xc0, 0x0, 0xc, 0x0, 0x0, 0xd, 0xbb, + 0xb1, 0xfb, 0xbb, 0x10, 0x63, 0xc, 0x7, 0x20, + 0xb0, 0x2, 0x97, 0xc0, 0x3a, 0x6c, 0x0, 0x27, + 0xcd, 0x2, 0x8b, 0xe0, 0x3b, 0x51, 0xb2, 0xb4, + 0xc, 0x0, 0x7, 0xc5, 0x0, 0x9b, 0x70, 0x0, + 0x0, 0x0, 0x1, 0x10, 0x0, + + /* U+5F37 "強" */ + 0x0, 0x0, 0x0, 0x41, 0x0, 0x4, 0xbb, 0xf0, + 0x1b, 0x5, 0x0, 0x0, 0xc, 0xa, 0x20, 0x87, + 0x0, 0x33, 0xd6, 0xeb, 0xc9, 0xc1, 0x2d, 0x99, + 0x0, 0xc, 0x1, 0x4, 0x70, 0x4, 0xca, 0xea, + 0xc0, 0x6d, 0xbb, 0x66, 0xc, 0xb, 0x0, 0x0, + 0xc5, 0xca, 0xea, 0xd0, 0x0, 0xc, 0x0, 0xc, + 0x34, 0x0, 0x0, 0xc0, 0x12, 0xd5, 0xe0, 0x7, + 0xc7, 0x9b, 0xa9, 0x8a, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F48 "彈" */ + 0x1b, 0xbd, 0x8a, 0xd6, 0xbc, 0x20, 0x0, 0xc8, + 0x5c, 0x66, 0xa2, 0x5, 0x5c, 0x37, 0x72, 0x77, + 0x10, 0xd7, 0x64, 0xba, 0xca, 0xc0, 0xb, 0x0, + 0x49, 0x6c, 0x5d, 0x0, 0xdb, 0xb4, 0x84, 0xc3, + 0xc0, 0x0, 0xb, 0x39, 0x9d, 0x8a, 0x0, 0x0, + 0xb9, 0xab, 0xea, 0xa6, 0x0, 0x1a, 0x0, 0xa, + 0x0, 0x0, 0xbc, 0x40, 0x0, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5F62 "形" */ + 0x0, 0x0, 0x0, 0x0, 0x14, 0x6, 0xde, 0xcf, + 0xc0, 0x1c, 0x30, 0x4, 0x70, 0xb0, 0x4d, 0x40, + 0x0, 0x47, 0xb, 0x6, 0x20, 0x0, 0x4, 0x70, + 0xb0, 0x0, 0x4b, 0x8, 0xdd, 0xbe, 0xc2, 0x5c, + 0x10, 0x6, 0x60, 0xb0, 0x79, 0x0, 0x0, 0x84, + 0xb, 0x0, 0x0, 0xb1, 0xb, 0x20, 0xb0, 0x0, + 0xa5, 0x2, 0xc0, 0xb, 0x3, 0xc7, 0x0, 0x83, + 0x0, 0xb2, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5F71 "影" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8a, 0x88, + 0xc5, 0x3, 0xc0, 0x8, 0xa8, 0x8b, 0x53, 0xc2, + 0x0, 0x87, 0x55, 0xa6, 0xb1, 0x0, 0x2, 0x3a, + 0x53, 0x10, 0x9, 0x30, 0xaa, 0xaa, 0xa7, 0x1a, + 0x50, 0x6, 0x97, 0x7b, 0x4a, 0x20, 0x0, 0x7b, + 0x99, 0xc3, 0x0, 0x67, 0x2, 0x48, 0x46, 0x0, + 0x3c, 0x0, 0xb3, 0x84, 0xa1, 0x6c, 0x10, 0x5, + 0x5c, 0x22, 0x69, 0x0, 0x0, + + /* U+5F85 "待" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x40, + 0x5, 0x70, 0x0, 0xa, 0x60, 0x8b, 0xdd, 0xbb, + 0x3, 0x43, 0x60, 0x5, 0x70, 0x0, 0x1, 0xd6, + 0xbb, 0xdd, 0xbb, 0x61, 0xcd, 0x0, 0x0, 0xc, + 0x0, 0x64, 0xc3, 0xbb, 0xbb, 0xfb, 0x50, 0xc, + 0x2, 0x40, 0xc, 0x0, 0x0, 0xc0, 0xc, 0x10, + 0xc0, 0x0, 0xc, 0x0, 0x44, 0xc, 0x0, 0x0, + 0xc0, 0x0, 0x4c, 0xb0, 0x0, + + /* U+5F88 "很" */ + 0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x1c, + 0xbb, 0xbb, 0xc0, 0x1c, 0x40, 0xc0, 0x0, 0xc, + 0x3, 0x44, 0x4c, 0xaa, 0xaa, 0xc0, 0x1, 0xd1, + 0xc0, 0x0, 0xc, 0x1, 0xdc, 0xc, 0xbb, 0xbb, + 0xc0, 0x64, 0xc0, 0xc0, 0xa1, 0x6, 0x10, 0xc, + 0xc, 0x5, 0xab, 0x80, 0x0, 0xc0, 0xc0, 0xb, + 0x80, 0x0, 0xc, 0xd, 0x58, 0x1c, 0x70, 0x0, + 0xc0, 0xc8, 0x30, 0x8, 0x70, + + /* U+5F8C "後" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0x3b, 0x0, 0x0, 0xb, 0x50, 0x4a, 0x3, 0xb1, + 0x2, 0x45, 0x7c, 0xae, 0x95, 0x0, 0x2, 0xd1, + 0x4b, 0x53, 0x98, 0x2, 0xdc, 0x2a, 0xbd, 0x76, + 0xa4, 0x33, 0xc0, 0x1d, 0xca, 0xa4, 0x0, 0xc, + 0x4c, 0xc2, 0x1d, 0x10, 0x0, 0xc3, 0x12, 0xcc, + 0x40, 0x0, 0xc, 0x1, 0x8c, 0xc9, 0x30, 0x0, + 0xc7, 0xb5, 0x0, 0x5b, 0x60, + + /* U+5F91 "徑" */ + 0x0, 0x42, 0x0, 0x0, 0x0, 0x0, 0x3c, 0x1b, + 0xbb, 0xbb, 0xb5, 0x3c, 0x21, 0x27, 0x17, 0x18, + 0x2, 0x18, 0x6a, 0x2a, 0x2a, 0x30, 0x3, 0xd0, + 0xc1, 0xc0, 0xc0, 0x3, 0xdb, 0x6, 0x66, 0x74, + 0x90, 0x52, 0xb0, 0x6, 0x7, 0x6, 0x0, 0xb, + 0xa, 0xbc, 0xcb, 0xb0, 0x0, 0xb0, 0x0, 0x56, + 0x0, 0x0, 0xb, 0x0, 0x5, 0x60, 0x0, 0x0, + 0xb7, 0xbb, 0xdd, 0xbb, 0x60, + + /* U+5F9E "從" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0xa3, 0x9, 0x30, 0xa, 0x60, 0xe, 0x0, 0xe0, + 0x4, 0x43, 0x77, 0xba, 0x6c, 0x90, 0x1, 0xc5, + 0xc0, 0x5c, 0x6, 0x81, 0xcb, 0x11, 0x0, 0xa0, + 0x1, 0x63, 0xb0, 0x48, 0xb, 0x0, 0x0, 0xb, + 0x7, 0x70, 0xea, 0xa2, 0x0, 0xb0, 0xac, 0xb, + 0x0, 0x0, 0xb, 0x2c, 0x69, 0xb0, 0x0, 0x0, + 0xb9, 0x20, 0x5b, 0xbb, 0x70, + + /* U+5FA9 "復" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x30, + 0xd0, 0x0, 0x0, 0x1a, 0x50, 0x7c, 0xaa, 0xaa, + 0x54, 0x35, 0xad, 0xa7, 0x77, 0x80, 0x2, 0xc0, + 0x1d, 0x88, 0x8c, 0x3, 0xcb, 0x0, 0xb2, 0x22, + 0xc0, 0x52, 0xb0, 0x8, 0xd6, 0x65, 0x0, 0xb, + 0x1, 0xdb, 0x9a, 0x70, 0x0, 0xb2, 0xc7, 0xa2, + 0xc2, 0x0, 0xb, 0x1, 0x4b, 0xf8, 0x10, 0x0, + 0xb4, 0xc9, 0x30, 0x5b, 0x60, + + /* U+5FAA "循" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, 0x15, + 0x78, 0xab, 0x80, 0xa, 0x50, 0xc3, 0x1b, 0x10, + 0x1, 0x55, 0x5e, 0xaa, 0xeb, 0xa7, 0x1, 0xc0, + 0xb0, 0xc, 0x0, 0x1, 0xcc, 0xc, 0x7b, 0xda, + 0xc1, 0x25, 0xc0, 0xb8, 0x30, 0xb, 0x10, 0xc, + 0xb, 0x89, 0x88, 0xd1, 0x0, 0xc3, 0x98, 0x97, + 0x7d, 0x10, 0xc, 0x66, 0x8a, 0x88, 0xd1, 0x0, + 0xc6, 0x38, 0x41, 0x1b, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5FAE "微" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0x32, + 0x94, 0x19, 0x0, 0x2c, 0x35, 0x59, 0x83, 0x82, + 0x10, 0x1b, 0x7b, 0xdd, 0x79, 0xc5, 0x5, 0xa1, + 0x22, 0x2c, 0x3a, 0x3, 0xd9, 0x59, 0x99, 0xa6, + 0xa0, 0x34, 0x90, 0xaa, 0x70, 0xa9, 0x0, 0x19, + 0xb, 0xa, 0xb, 0x40, 0x1, 0x91, 0x90, 0xe7, + 0xd4, 0x0, 0x19, 0x66, 0x26, 0x85, 0xc0, 0x1, + 0x99, 0x0, 0x46, 0x5, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+5FB7 "德" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x32, + 0x26, 0x62, 0x21, 0xa, 0x62, 0x77, 0xb8, 0x77, + 0x24, 0x54, 0x5a, 0x9d, 0xb9, 0xc0, 0x0, 0xc1, + 0xa0, 0x99, 0xa, 0x0, 0xbc, 0x9, 0x8a, 0xa9, + 0xa0, 0x66, 0xc4, 0x99, 0x99, 0x99, 0x40, 0xc, + 0x0, 0x6, 0x10, 0x0, 0x0, 0xc0, 0x57, 0x47, + 0x17, 0x0, 0xc, 0x75, 0xc0, 0x16, 0xa1, 0x0, + 0xc7, 0x9, 0xaa, 0x83, 0x20, + + /* U+5FEB "快" */ + 0x0, 0xc0, 0x0, 0xb0, 0x0, 0x0, 0x2d, 0x56, + 0xae, 0xba, 0x80, 0x18, 0xcb, 0x11, 0xc2, 0x1c, + 0x3, 0x6c, 0x62, 0xc, 0x0, 0xc0, 0x63, 0xc0, + 0x0, 0xc0, 0xc, 0x0, 0xc, 0x2c, 0xcf, 0xec, + 0xc9, 0x0, 0xc0, 0x2, 0xcd, 0x0, 0x0, 0xc, + 0x0, 0x94, 0x77, 0x0, 0x0, 0xc0, 0x6b, 0x0, + 0xc7, 0x0, 0xc, 0x4a, 0x0, 0x0, 0x88, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+5FFD "忽" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xd0, + 0x0, 0x0, 0x0, 0x0, 0xbb, 0xed, 0xce, 0xca, + 0x0, 0xb5, 0x1c, 0x9, 0x43, 0x90, 0x4, 0x1b, + 0x32, 0xb0, 0x48, 0x0, 0x2c, 0x32, 0xc2, 0x7, + 0x50, 0x0, 0x10, 0xa2, 0x2b, 0xc1, 0x0, 0x10, + 0x40, 0xc1, 0x1, 0x0, 0xa, 0x1c, 0x4, 0xa0, + 0x49, 0x1, 0xb0, 0xc0, 0x2, 0x56, 0xb2, 0x13, + 0xb, 0xbb, 0xbd, 0x22, 0x10, + + /* U+6020 "怠" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x5b, + 0x4, 0x60, 0x0, 0x1, 0x9a, 0x23, 0x3b, 0xa0, + 0x0, 0x5a, 0x98, 0x77, 0x67, 0x70, 0x0, 0xaa, + 0xaa, 0xaa, 0xa0, 0x0, 0xc, 0x0, 0x0, 0xc, + 0x0, 0x0, 0xda, 0xaa, 0xaa, 0xd0, 0x0, 0x0, + 0x7, 0x60, 0x0, 0x0, 0x6, 0x29, 0xa, 0x80, + 0x45, 0x0, 0xc1, 0xc0, 0x2, 0x45, 0xc0, 0x27, + 0xb, 0xcb, 0xbd, 0x35, 0x20, + + /* U+6025 "急" */ + 0x0, 0x3, 0x20, 0x0, 0x0, 0x0, 0x1, 0xea, + 0x99, 0x50, 0x0, 0x1, 0xc4, 0x11, 0xa4, 0x0, + 0x2, 0xde, 0xaa, 0xbf, 0xba, 0x0, 0x1, 0x22, + 0x22, 0x22, 0xd0, 0x0, 0x6, 0x77, 0x77, 0x7e, + 0x0, 0x2, 0xaa, 0xaa, 0xaa, 0xe0, 0x0, 0x0, + 0x2, 0x70, 0x0, 0x0, 0x5, 0x18, 0xa, 0x40, + 0x58, 0x0, 0xd0, 0xd0, 0x17, 0x45, 0xc1, 0x35, + 0xb, 0xbb, 0xbc, 0x24, 0x20, + + /* U+6062 "恢" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0x0, + 0x65, 0x0, 0x0, 0x4, 0xc5, 0xbe, 0xcb, 0xbb, + 0x51, 0xaa, 0xa0, 0xb0, 0x24, 0x0, 0x38, 0xa6, + 0xb, 0x35, 0x73, 0x15, 0x4a, 0x4, 0x89, 0x65, + 0x90, 0x1, 0xa0, 0x94, 0xa8, 0x4a, 0x0, 0x1a, + 0x2c, 0x3, 0xc8, 0x20, 0x1, 0xaa, 0x30, 0x3a, + 0xb0, 0x0, 0x1a, 0x10, 0x2c, 0x25, 0xa0, 0x1, + 0xa0, 0xc, 0x20, 0x6, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+606F "息" */ + 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x2, 0x24, + 0xd2, 0x22, 0x0, 0x0, 0xd7, 0x77, 0x77, 0xd0, + 0x0, 0xd, 0x99, 0x99, 0x9d, 0x0, 0x0, 0xc2, + 0x22, 0x22, 0xd0, 0x0, 0xd, 0x77, 0x77, 0x7d, + 0x0, 0x0, 0xda, 0xaa, 0xaa, 0xd0, 0x0, 0x0, + 0x2, 0xa0, 0x0, 0x0, 0x8, 0x3a, 0x7, 0x60, + 0x68, 0x1, 0xc1, 0xb0, 0x2, 0x55, 0xc1, 0x24, + 0xc, 0xcc, 0xcd, 0x22, 0x0, + + /* U+60C5 "情" */ + 0x1, 0xa0, 0x33, 0x7a, 0x33, 0x10, 0x1b, 0x35, + 0x58, 0xb5, 0x52, 0xa, 0xaa, 0x79, 0xbc, 0x99, + 0x13, 0x8a, 0x48, 0x8a, 0xb8, 0x86, 0x34, 0xa0, + 0x69, 0x99, 0x98, 0x0, 0x1a, 0x9, 0x42, 0x22, + 0xc0, 0x1, 0xa0, 0x99, 0x88, 0x8d, 0x0, 0x1a, + 0x9, 0xa9, 0x99, 0xd0, 0x1, 0xa0, 0x92, 0x0, + 0xc, 0x0, 0x1a, 0x9, 0x20, 0x2b, 0xb0, + + /* U+610F "意" */ + 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x69, 0x99, + 0xea, 0x99, 0x60, 0x0, 0xc, 0x10, 0x1c, 0x10, + 0x1, 0xaa, 0xcb, 0xab, 0xca, 0xa2, 0x0, 0x78, + 0x88, 0x88, 0x80, 0x0, 0xc, 0x22, 0x22, 0x2d, + 0x0, 0x0, 0xd6, 0x66, 0x66, 0xd0, 0x0, 0xa, + 0x89, 0xa8, 0x8b, 0x0, 0x0, 0x34, 0x3c, 0x20, + 0x61, 0x0, 0x83, 0xb1, 0x14, 0x72, 0xb0, 0x17, + 0x7, 0xba, 0xb9, 0x5, 0x0, + + /* U+611F "感" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc, 0x29, 0x10, 0xb, 0xaa, 0xaa, 0xeb, 0xaa, + 0x20, 0xc4, 0x88, 0x79, 0x35, 0x40, 0xc, 0x49, + 0x96, 0x59, 0xb0, 0x0, 0xc6, 0x30, 0xa0, 0xf4, + 0x21, 0x48, 0x6b, 0xaa, 0xac, 0x88, 0x37, 0x20, + 0x3, 0x35, 0x7, 0x80, 0x4, 0x47, 0x2c, 0x0, + 0x71, 0x2, 0xc4, 0x80, 0x43, 0x75, 0xa0, 0x43, + 0x1c, 0xaa, 0xac, 0x5, 0x0, + + /* U+614B "態" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x35, + 0xc, 0x16, 0x60, 0x2e, 0xa9, 0xd5, 0xc7, 0x33, + 0x0, 0x66, 0x66, 0x4b, 0x88, 0xc0, 0xb, 0x33, + 0xa3, 0x72, 0x20, 0x0, 0xb8, 0x8c, 0x3c, 0x5a, + 0x80, 0xb, 0x77, 0xc3, 0xc3, 0x5, 0x10, 0xa0, + 0x5a, 0x28, 0xba, 0xb0, 0x5, 0x5, 0xc, 0x10, + 0x26, 0x2, 0xb0, 0xc0, 0x33, 0x70, 0xd0, 0x33, + 0xb, 0xaa, 0xaa, 0x5, 0x10, + + /* U+6162 "慢" */ + 0x0, 0xc0, 0x6b, 0x88, 0x8c, 0x0, 0xc, 0x36, + 0xa7, 0x77, 0xc0, 0x8, 0xca, 0x6b, 0x88, 0x8c, + 0x2, 0x5c, 0x49, 0x88, 0x88, 0x83, 0x42, 0xc0, + 0xb0, 0xa3, 0x66, 0x50, 0xc, 0x9, 0x89, 0x99, + 0x93, 0x0, 0xc2, 0xbc, 0xaa, 0xbb, 0x0, 0xc, + 0x0, 0x97, 0x1c, 0x40, 0x0, 0xc0, 0x3, 0xdf, + 0x91, 0x0, 0xc, 0x5d, 0xa4, 0x16, 0xb6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+61C9 "應" */ + 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x68, 0x88, + 0xca, 0x88, 0x83, 0xc, 0x15, 0x78, 0x4a, 0x21, + 0x0, 0xb0, 0xc2, 0xe9, 0xd9, 0x90, 0xc, 0x9e, + 0xbd, 0x7d, 0x75, 0x0, 0xc6, 0xb2, 0xc4, 0xc4, + 0x40, 0xb, 0xb, 0xc, 0x4c, 0x43, 0x0, 0xb0, + 0x40, 0x9a, 0x88, 0x82, 0x1b, 0x5, 0x33, 0xa4, + 0x71, 0x5, 0x64, 0x87, 0x40, 0x45, 0xb0, 0x72, + 0x80, 0x4b, 0xac, 0x35, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6210 "成" */ + 0x0, 0x0, 0x0, 0xd5, 0x80, 0x0, 0x11, 0x11, + 0x1d, 0x17, 0x70, 0xc, 0xba, 0xaa, 0xfa, 0xaa, + 0x20, 0xc0, 0x0, 0xc, 0x2, 0x30, 0xc, 0xcc, + 0xd0, 0xa2, 0xb3, 0x0, 0xc0, 0xc, 0x7, 0x8c, + 0x0, 0xc, 0x0, 0xc0, 0x3f, 0x20, 0x0, 0xc6, + 0xc8, 0xa, 0xd0, 0x63, 0x49, 0x0, 0xa, 0x66, + 0x68, 0x29, 0x30, 0x8, 0x50, 0xb, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6216 "或" */ + 0x0, 0x0, 0x0, 0xc2, 0xa5, 0x0, 0x55, 0x55, + 0x5d, 0x76, 0xc2, 0x6, 0x66, 0x66, 0xc8, 0x66, + 0x20, 0x4b, 0xbb, 0x48, 0x40, 0xa0, 0x6, 0x40, + 0x75, 0x66, 0x78, 0x0, 0x64, 0x7, 0x54, 0x9d, + 0x10, 0x4, 0xbb, 0xb4, 0xf, 0x70, 0x0, 0x0, + 0x25, 0x64, 0xf2, 0x7, 0xb, 0xda, 0x78, 0xc6, + 0xa2, 0x80, 0x20, 0x3, 0xa0, 0x9, 0xe3, + + /* U+622A "截" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, 0xc1, + 0x16, 0x77, 0x30, 0x5, 0x7e, 0x76, 0x57, 0x9, + 0x11, 0xbb, 0xeb, 0xbc, 0xdb, 0xb7, 0x0, 0x93, + 0x40, 0x39, 0x1, 0x0, 0x4d, 0x9d, 0x92, 0xb0, + 0xd0, 0x1d, 0x84, 0xa2, 0xc, 0x68, 0x0, 0x7b, + 0x9c, 0x70, 0xcc, 0x10, 0x4, 0xb8, 0xc7, 0xa, + 0x80, 0x50, 0x4c, 0xbd, 0xa6, 0xab, 0x9, 0x4, + 0x60, 0x4, 0xb0, 0x7d, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6232 "戲" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc9, + 0x93, 0xb2, 0x80, 0x8, 0x9e, 0x99, 0x5b, 0x7, + 0x20, 0xa1, 0xb4, 0x77, 0xb6, 0x83, 0xa, 0x7c, + 0x45, 0x9d, 0x85, 0x10, 0xa0, 0x58, 0x60, 0x74, + 0x82, 0xb, 0x99, 0x99, 0x36, 0x7c, 0x0, 0x9a, + 0x66, 0xc0, 0x3e, 0x50, 0x28, 0x69, 0x8a, 0x3, + 0xe0, 0x56, 0x40, 0x86, 0x64, 0xcc, 0x48, 0x62, + 0xaa, 0x86, 0xa1, 0x2d, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6236 "戶" */ + 0x0, 0x0, 0x25, 0x8b, 0x40, 0x0, 0xca, 0x86, + 0x20, 0x0, 0x0, 0xd2, 0x22, 0x22, 0x20, 0x0, + 0xe9, 0x99, 0x99, 0xe0, 0x0, 0xc0, 0x0, 0x0, + 0xb0, 0x0, 0xe9, 0x99, 0x99, 0xe0, 0x1, 0xb2, + 0x22, 0x22, 0xc0, 0x5, 0x60, 0x0, 0x0, 0x10, + 0xb, 0x10, 0x0, 0x0, 0x0, 0x37, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6240 "所" */ + 0x0, 0x0, 0x10, 0x0, 0x2, 0x0, 0x59, 0xcb, + 0x27, 0xad, 0xa0, 0xd, 0x20, 0x2, 0xb1, 0x0, + 0x0, 0xda, 0xa9, 0x29, 0x0, 0x0, 0xc, 0x0, + 0xc2, 0xda, 0xaa, 0x50, 0xc0, 0xc, 0x2a, 0x2d, + 0x21, 0xe, 0xbb, 0xa3, 0x70, 0xc0, 0x0, 0xc0, + 0x0, 0x56, 0xc, 0x0, 0x1b, 0x0, 0x8, 0x40, + 0xc0, 0x5, 0x80, 0x0, 0xd0, 0xc, 0x0, 0x72, + 0x0, 0x56, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6247 "扇" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, + 0x0, 0x0, 0xa, 0xcb, 0xbb, 0xbb, 0xe1, 0xa, + 0x20, 0x0, 0x0, 0xb1, 0xa, 0xba, 0xaa, 0xaa, + 0xa0, 0xb, 0x6a, 0xa8, 0x7a, 0xa4, 0xc, 0x15, + 0xb, 0x23, 0x56, 0xc, 0x9, 0x3b, 0xa, 0x56, + 0xc, 0x4, 0xab, 0x6, 0xd6, 0x48, 0x97, 0x1b, + 0x85, 0x56, 0x83, 0x1, 0xa9, 0x4, 0xc4, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+624B "手" */ + 0x0, 0x13, 0x45, 0x7a, 0xc3, 0x0, 0x4a, 0x87, + 0xd6, 0x20, 0x0, 0x0, 0x0, 0xa, 0x20, 0x0, + 0x0, 0x5c, 0xcc, 0xec, 0xcc, 0xc0, 0x0, 0x0, + 0xa, 0x20, 0x0, 0x2, 0xcc, 0xcc, 0xec, 0xcc, + 0xc8, 0x0, 0x0, 0xb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x0, 0x0, 0x0, 0xbc, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6253 "打" */ + 0x0, 0x83, 0x2, 0x22, 0x22, 0x20, 0x8, 0x31, + 0x88, 0x8f, 0x87, 0x2c, 0xed, 0x90, 0x0, 0xd0, + 0x0, 0x8, 0x30, 0x0, 0xd, 0x0, 0x0, 0x85, + 0x40, 0x0, 0xd0, 0x1, 0x8d, 0xc6, 0x0, 0xd, + 0x0, 0x16, 0xa3, 0x0, 0x0, 0xd0, 0x0, 0x8, + 0x30, 0x0, 0xd, 0x0, 0x0, 0x83, 0x0, 0x0, + 0xd0, 0x0, 0x9d, 0x10, 0xc, 0xda, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+627E "找" */ + 0x0, 0xb0, 0x3, 0x95, 0x40, 0x0, 0xb, 0x0, + 0x2a, 0xb, 0x20, 0x8c, 0xfc, 0x24, 0xd6, 0x8a, + 0x10, 0xb, 0x7, 0x9e, 0x54, 0x20, 0x0, 0xb3, + 0x0, 0xd0, 0x56, 0x4, 0xaf, 0x91, 0xa, 0x5d, + 0x10, 0x44, 0xb0, 0x0, 0x6e, 0x50, 0x0, 0xb, + 0x0, 0xa, 0xe0, 0x23, 0x0, 0xb0, 0x4c, 0x69, + 0x86, 0x53, 0xc8, 0x8, 0x10, 0xa, 0xe1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62C9 "拉" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0x60, 0x0, 0x0, 0xc0, 0x12, 0x49, 0x22, + 0x4, 0xcf, 0xb5, 0x88, 0x88, 0x82, 0x0, 0xc0, + 0x8, 0x0, 0x55, 0x0, 0xc, 0x40, 0xa2, 0x9, + 0x40, 0x3b, 0xe7, 0x6, 0x50, 0xb1, 0x0, 0xc, + 0x0, 0x48, 0xc, 0x0, 0x0, 0xc0, 0x2, 0x82, + 0x90, 0x0, 0xc, 0x19, 0x99, 0xbc, 0x95, 0xb, + 0x90, 0x22, 0x22, 0x22, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+62D2 "拒" */ + 0x0, 0xc0, 0x6e, 0xcc, 0xcc, 0x21, 0x2d, 0x26, + 0x70, 0x0, 0x0, 0x7d, 0xfc, 0x77, 0x0, 0x0, + 0x0, 0xc, 0x6, 0xdc, 0xcc, 0xb0, 0x0, 0xc2, + 0x77, 0x0, 0xb, 0x3, 0x9f, 0xa8, 0x70, 0x0, + 0xb0, 0x44, 0xc0, 0x6d, 0xcc, 0xc9, 0x0, 0xc, + 0x6, 0x70, 0x0, 0x0, 0x0, 0xc0, 0x68, 0x22, + 0x22, 0x13, 0xc9, 0x4, 0xaa, 0xaa, 0xa4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+62FE "拾" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0xa0, 0x0, 0x0, 0xc0, 0x1, 0xc9, 0x50, + 0x4, 0xbf, 0xb2, 0xb3, 0xa, 0x50, 0x0, 0xc0, + 0xdc, 0xbb, 0xcc, 0x40, 0xd, 0x53, 0x0, 0x0, + 0x0, 0x4c, 0xf7, 0x2b, 0xbb, 0xb5, 0x1, 0xc, + 0x2, 0xa0, 0x5, 0x60, 0x0, 0xc0, 0x2a, 0x0, + 0x56, 0x0, 0xc, 0x2, 0xea, 0xac, 0x60, 0x1b, + 0xa0, 0x2a, 0x0, 0x66, 0x0, 0x0, 0x0, 0x10, + 0x0, 0x0, + + /* U+6301 "持" */ + 0x0, 0xb0, 0x0, 0xb, 0x0, 0x0, 0xb, 0x4, + 0xbb, 0xfb, 0xb1, 0x4b, 0xea, 0x0, 0xc, 0x0, + 0x0, 0xb, 0xb, 0xbb, 0xfb, 0xb7, 0x0, 0xc5, + 0x0, 0x0, 0x83, 0x4, 0xce, 0x69, 0xbb, 0xbe, + 0xc6, 0x11, 0xb0, 0x6, 0x0, 0x83, 0x0, 0xb, + 0x0, 0x77, 0x8, 0x30, 0x0, 0xb0, 0x0, 0x80, + 0x83, 0x1, 0xc8, 0x0, 0x0, 0xbd, 0x10, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6307 "指" */ + 0x0, 0xc0, 0x39, 0x0, 0x32, 0x0, 0xc, 0x3, + 0xca, 0xa8, 0x20, 0x6c, 0xfc, 0x4a, 0x0, 0x5, + 0x40, 0xc, 0x0, 0xd9, 0x99, 0xd2, 0x0, 0xc4, + 0x10, 0x22, 0x21, 0x4, 0xbe, 0x74, 0xdb, 0xbb, + 0xd0, 0x21, 0xc0, 0x3a, 0x33, 0x3d, 0x0, 0xc, + 0x3, 0xb5, 0x55, 0xd0, 0x0, 0xc0, 0x3d, 0x88, + 0x8e, 0x2, 0xc9, 0x3, 0x91, 0x11, 0xc0, + + /* U+6309 "按" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0x50, 0x0, 0x0, 0xc0, 0x9a, 0xbd, 0xab, + 0x16, 0xcf, 0xbb, 0x7, 0x0, 0xa2, 0x0, 0xc0, + 0x30, 0xc0, 0x3, 0x0, 0xc, 0x1b, 0xdd, 0xbd, + 0xb3, 0x15, 0xfc, 0x1c, 0x0, 0xd0, 0x6, 0x8c, + 0x3, 0xd1, 0x3a, 0x0, 0x0, 0xc0, 0x4, 0xcd, + 0x20, 0x0, 0xc, 0x0, 0x4c, 0x9c, 0x20, 0x2b, + 0x90, 0xb9, 0x10, 0x3c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+632F "振" */ + 0x0, 0xc0, 0x9c, 0xbb, 0xbb, 0x10, 0xc, 0x9, + 0x20, 0x0, 0x0, 0x3c, 0xfb, 0x95, 0xbb, 0xba, + 0x0, 0xc, 0x9, 0x20, 0x0, 0x0, 0x0, 0xc3, + 0x9c, 0xed, 0xcb, 0x32, 0x9f, 0x9a, 0x2b, 0x45, + 0x80, 0x23, 0xc0, 0xb1, 0xb0, 0xd5, 0x0, 0xc, + 0xc, 0xb, 0xa, 0x20, 0x0, 0xc0, 0xa1, 0xc7, + 0x6b, 0x0, 0xaa, 0x26, 0x4c, 0x40, 0x53, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6377 "捷" */ + 0x0, 0xb0, 0x11, 0x1c, 0x11, 0x0, 0xb, 0x7, + 0x88, 0xe8, 0x83, 0x4b, 0xea, 0x4a, 0xae, 0xab, + 0x0, 0xb, 0x5, 0x55, 0xd5, 0xd3, 0x0, 0xd6, + 0x55, 0x5d, 0x5d, 0x34, 0xde, 0x54, 0xaa, 0xea, + 0xc0, 0x11, 0xb0, 0x65, 0xc, 0x0, 0x0, 0xb, + 0xa, 0x70, 0xea, 0xa0, 0x0, 0xb2, 0xcc, 0x5c, + 0x0, 0x1, 0xc8, 0x82, 0x18, 0xbb, 0xb6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6383 "掃" */ + 0x0, 0xb0, 0x39, 0x99, 0x9b, 0x0, 0xb, 0x1, + 0x88, 0x88, 0xb0, 0x5c, 0xeb, 0x13, 0x33, 0x3b, + 0x0, 0xb, 0x3, 0x88, 0x88, 0x60, 0x0, 0xc6, + 0xda, 0xad, 0xab, 0x74, 0xce, 0x7b, 0x0, 0xb0, + 0x47, 0x12, 0xb0, 0x5d, 0xae, 0xac, 0x0, 0xb, + 0x4, 0x70, 0xb0, 0xb0, 0x0, 0xb0, 0x47, 0xb, + 0x7a, 0x1, 0xc8, 0x0, 0x0, 0xb0, 0x0, + + /* U+6392 "排" */ + 0x0, 0xc0, 0x0, 0xb0, 0xb0, 0x0, 0xc, 0x2, + 0x4c, 0xd, 0x42, 0x4c, 0xfc, 0x36, 0xd0, 0xd6, + 0x30, 0xc, 0x0, 0xc, 0xc, 0x0, 0x0, 0xc3, + 0x6b, 0xd0, 0xfb, 0x53, 0xaf, 0x90, 0xc, 0xc, + 0x0, 0x12, 0xc0, 0x9b, 0xd0, 0xfb, 0x80, 0xc, + 0x0, 0xc, 0xc, 0x0, 0x0, 0xc0, 0x0, 0xc0, + 0xc0, 0x0, 0xba, 0x0, 0xc, 0xc, 0x0, + + /* U+63A1 "採" */ + 0x0, 0xb0, 0x24, 0x57, 0xaa, 0x0, 0xb, 0x6, + 0x56, 0x40, 0x23, 0x4c, 0xeb, 0x83, 0x46, 0xa, + 0x30, 0xb, 0x2, 0x90, 0x82, 0xa0, 0x0, 0xc4, + 0x2, 0x9, 0x32, 0x4, 0xce, 0x5a, 0xbc, 0xfc, + 0xb6, 0x10, 0xb0, 0x1, 0xce, 0xa0, 0x0, 0xb, + 0x1, 0xc3, 0xb7, 0x80, 0x0, 0xb3, 0xd3, 0xb, + 0x8, 0x91, 0xc8, 0x1, 0x0, 0xb0, 0x1, + + /* U+63A5 "接" */ + 0x0, 0xc0, 0x0, 0x47, 0x0, 0x0, 0xc, 0x6, + 0xcb, 0xbc, 0xb4, 0x2a, 0xe8, 0x7, 0x50, 0xb2, + 0x0, 0xc, 0xa, 0xbc, 0xce, 0xb7, 0x0, 0xd5, + 0x0, 0x91, 0x0, 0x3, 0xce, 0x6b, 0xbf, 0xbb, + 0xb8, 0x11, 0xc0, 0xb, 0x20, 0xa4, 0x0, 0xc, + 0x2, 0xc9, 0x5c, 0x0, 0x0, 0xc0, 0x1, 0xae, + 0xc2, 0x0, 0xb9, 0xb, 0xa5, 0x3, 0xb3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63A7 "控" */ + 0x0, 0xb0, 0x0, 0x1a, 0x0, 0x0, 0xb, 0x8, + 0xaa, 0xea, 0xa9, 0x3c, 0xfb, 0xc0, 0x40, 0x30, + 0xb0, 0xb, 0x0, 0x88, 0x8, 0x80, 0x0, 0xc2, + 0x77, 0x0, 0x6, 0x42, 0x8f, 0x82, 0xbb, 0xbb, + 0xb1, 0x25, 0xc0, 0x0, 0xc, 0x0, 0x0, 0xb, + 0x0, 0x0, 0xc0, 0x0, 0x0, 0xb0, 0x0, 0xc, + 0x0, 0x1, 0xb9, 0x1b, 0xbb, 0xfb, 0xba, + + /* U+63A8 "推" */ + 0x1, 0xa0, 0xa, 0xa, 0x0, 0x0, 0x1a, 0x2, + 0xc3, 0xa6, 0x30, 0x5c, 0xeb, 0x9b, 0x8e, 0x88, + 0x10, 0x1a, 0x4e, 0x70, 0xc0, 0x0, 0x1, 0xb8, + 0x5d, 0xbf, 0xbb, 0x3, 0xae, 0x74, 0x70, 0xc0, + 0x0, 0x23, 0xa0, 0x4d, 0xbf, 0xbb, 0x0, 0x1a, + 0x4, 0x70, 0xc0, 0x0, 0x1, 0xa0, 0x4d, 0xbf, + 0xbb, 0x52, 0xc7, 0x4, 0x70, 0x0, 0x0, + + /* U+63CF "描" */ + 0x0, 0xc0, 0x2, 0xa0, 0xc0, 0x0, 0xc, 0x7, + 0xad, 0x9e, 0x93, 0x4c, 0xfb, 0x13, 0xb1, 0xd1, + 0x0, 0xc, 0x0, 0x17, 0x9, 0x0, 0x0, 0xc3, + 0x4d, 0xbd, 0xbe, 0x3, 0xae, 0x74, 0x80, 0x90, + 0xb0, 0x12, 0xc0, 0x4d, 0xbe, 0xbe, 0x0, 0xc, + 0x4, 0x80, 0x90, 0xb0, 0x0, 0xc0, 0x4d, 0xad, + 0xae, 0x1, 0xc9, 0x4, 0x80, 0x0, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63D0 "提" */ + 0x0, 0xb0, 0x4c, 0x99, 0x9c, 0x0, 0xb, 0x4, + 0xb6, 0x66, 0xc0, 0x4c, 0xeb, 0x49, 0x33, 0x3c, + 0x0, 0xb, 0x3, 0x98, 0x88, 0x70, 0x0, 0xc6, + 0x9a, 0xaa, 0xaa, 0x45, 0xdd, 0x41, 0x40, 0xc0, + 0x0, 0x1, 0xb0, 0x59, 0xe, 0xa9, 0x0, 0xb, + 0x8, 0xc0, 0xc0, 0x0, 0x0, 0xb1, 0xd6, 0x9c, + 0x0, 0x1, 0xc7, 0x84, 0x6, 0xcb, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63D2 "插" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x4, + 0xaa, 0xc4, 0x10, 0x3, 0xd3, 0x0, 0x29, 0x0, + 0x1, 0xae, 0x8b, 0xbc, 0xeb, 0xb5, 0x0, 0xc0, + 0x0, 0x29, 0x0, 0x0, 0xc, 0x26, 0xc5, 0x9b, + 0xb0, 0x29, 0xf8, 0xa1, 0x29, 0xb, 0x1, 0x2c, + 0xa, 0xb6, 0x9a, 0xe0, 0x0, 0xc0, 0xa1, 0x29, + 0xb, 0x0, 0xc, 0xa, 0xbb, 0xda, 0xe0, 0xa, + 0x90, 0xa2, 0x11, 0x1b, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+63DA "揚" */ + 0x0, 0xc0, 0x2d, 0x99, 0x9c, 0x0, 0xc, 0x2, + 0xc7, 0x77, 0xc0, 0x5b, 0xfa, 0x29, 0x11, 0x1c, + 0x0, 0xc, 0x1, 0x99, 0x99, 0x70, 0x0, 0xc2, + 0x89, 0x99, 0x99, 0x53, 0x8f, 0xa2, 0xc3, 0x22, + 0x21, 0x44, 0xc0, 0x9b, 0xeb, 0xdd, 0x20, 0xc, + 0x35, 0x76, 0x74, 0xa1, 0x0, 0xc0, 0x69, 0x2a, + 0xc, 0x1, 0xca, 0x16, 0xa, 0x4a, 0x90, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+63DB "換" */ + 0x7, 0x30, 0xa, 0xa9, 0x20, 0x1, 0x84, 0x4, + 0x71, 0xc1, 0x0, 0x8d, 0xc5, 0xfb, 0xbe, 0xa7, + 0x0, 0x73, 0x1b, 0x5, 0x50, 0xa0, 0x7, 0x81, + 0xa7, 0x34, 0x6a, 0x9, 0xe8, 0xa, 0x45, 0x34, + 0xa0, 0x7, 0x36, 0xea, 0xdb, 0xae, 0x40, 0x73, + 0x0, 0x2c, 0xb0, 0x0, 0x8, 0x30, 0x1b, 0x24, + 0xa1, 0x6, 0xd1, 0x8a, 0x30, 0x3, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6416 "搖" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x6, 0xb3, 0x30, 0x0, 0xc0, 0x29, 0x95, 0x8a, + 0x4, 0xcf, 0xb8, 0x52, 0xab, 0x0, 0x0, 0xc0, + 0x1a, 0xb7, 0x0, 0x0, 0xd, 0x78, 0xe9, 0x66, + 0x60, 0x4c, 0xe3, 0x69, 0x3d, 0x33, 0x0, 0xc, + 0x1c, 0xba, 0xea, 0xa5, 0x0, 0xc0, 0x11, 0xc, + 0x3, 0x0, 0xc, 0x5, 0x82, 0xd2, 0xc0, 0x1c, + 0x90, 0x28, 0x88, 0x8d, 0x0, + + /* U+6447 "摇" */ + 0x0, 0x0, 0x0, 0x0, 0x12, 0x0, 0xb, 0x7, + 0xaa, 0xba, 0x70, 0x3, 0xc3, 0x34, 0x36, 0xb, + 0x1, 0x8e, 0x80, 0x90, 0x75, 0x50, 0x0, 0xb0, + 0x1f, 0xaa, 0xaa, 0x0, 0xc, 0x6a, 0x30, 0xc0, + 0x0, 0x2c, 0xe5, 0x99, 0x9e, 0x99, 0x40, 0xb, + 0x1, 0x11, 0xc1, 0x10, 0x0, 0xb0, 0x92, 0xc, + 0xb, 0x0, 0xb, 0x9, 0xa9, 0xe9, 0xe0, 0xb, + 0xa0, 0x11, 0x11, 0x1c, 0x0, + + /* U+6478 "摸" */ + 0x0, 0xc0, 0x12, 0xb1, 0xd1, 0x0, 0xc, 0x8, + 0xad, 0x9e, 0x94, 0x18, 0xe7, 0x3a, 0xe9, 0xf8, + 0x0, 0xc, 0x5, 0x93, 0x33, 0xd0, 0x0, 0xc3, + 0x5b, 0x66, 0x6d, 0x2, 0xaf, 0x84, 0xba, 0xb9, + 0xb0, 0x14, 0xc0, 0x0, 0x29, 0x0, 0x0, 0xc, + 0x1a, 0xad, 0xeb, 0xa5, 0x0, 0xc0, 0x5, 0xc2, + 0xb1, 0x0, 0xc9, 0x2c, 0x81, 0x2, 0xa6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64A5 "撥" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0, + 0x8a, 0xd7, 0x77, 0x0, 0x2, 0xc1, 0x86, 0x71, + 0xe2, 0x60, 0x2b, 0xe6, 0x4d, 0x0, 0x6d, 0x10, + 0x0, 0xb6, 0xfc, 0x76, 0xad, 0xb0, 0x0, 0xc5, + 0x0, 0xaa, 0xa, 0x0, 0x1b, 0xe5, 0xca, 0x9a, + 0x9, 0x40, 0x14, 0xb0, 0xc0, 0x9, 0x99, 0x20, + 0x0, 0xb1, 0x9a, 0x99, 0x3a, 0x0, 0x0, 0xb0, + 0x3, 0x71, 0xe8, 0x0, 0xb, 0x80, 0x5b, 0x5b, + 0x4a, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64AD "播" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x7, + 0xa8, 0xd5, 0x50, 0x14, 0xd4, 0xc, 0xb, 0x55, + 0x3, 0x8e, 0x88, 0xc9, 0xed, 0x94, 0x0, 0xb0, + 0x14, 0xcd, 0xb2, 0x0, 0xd, 0x85, 0xc1, 0xb4, + 0xb1, 0x5d, 0xd6, 0xb8, 0x7a, 0x7a, 0x61, 0xb, + 0x5, 0x82, 0xc2, 0xc0, 0x0, 0xb0, 0x5c, 0x9e, + 0x9d, 0x0, 0xb, 0x5, 0x60, 0xb0, 0xc0, 0x1c, + 0x80, 0x5b, 0x99, 0x9c, 0x0, + + /* U+64C7 "擇" */ + 0x0, 0xc0, 0x9a, 0xda, 0xcd, 0x10, 0xc, 0x9, + 0x2a, 0x36, 0x91, 0x3c, 0xfb, 0x48, 0x9d, 0x88, + 0x0, 0xc, 0x4, 0x89, 0xd8, 0x70, 0x0, 0xd8, + 0x9a, 0xad, 0xaa, 0x24, 0xed, 0x20, 0x73, 0xa, + 0x0, 0x0, 0xc0, 0x7b, 0xcb, 0xda, 0x0, 0xc, + 0x1, 0x12, 0xa1, 0x10, 0x0, 0xc0, 0x88, 0x9d, + 0x88, 0x30, 0xb9, 0x0, 0x1, 0x90, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64CA "擊" */ + 0x37, 0xb9, 0x71, 0xd9, 0xc0, 0x2, 0xbb, 0x9b, + 0x67, 0xc, 0x71, 0x2c, 0xca, 0xc7, 0x77, 0x96, + 0x15, 0x9c, 0xa9, 0x2a, 0x59, 0x0, 0x1a, 0xa7, + 0xa6, 0x9a, 0xa7, 0x11, 0xaa, 0xaa, 0xb8, 0x88, + 0x40, 0x6, 0x87, 0x8d, 0x77, 0x71, 0x6, 0x88, + 0x89, 0xd8, 0x88, 0x82, 0x0, 0x0, 0x2a, 0x0, + 0x0, 0x0, 0x0, 0x6a, 0x70, 0x0, 0x0, + + /* U+64CD "操" */ + 0x0, 0xc0, 0xb, 0x99, 0xc4, 0x0, 0x1c, 0x10, + 0xb1, 0x18, 0x40, 0x2b, 0xe9, 0x6, 0x99, 0x92, + 0x0, 0xc, 0xa, 0x9b, 0x6a, 0xb5, 0x0, 0xc3, + 0xa0, 0xa6, 0x34, 0x61, 0x8f, 0x79, 0xab, 0x7a, + 0xa4, 0x2, 0xc0, 0xaa, 0xbe, 0xaa, 0x70, 0xc, + 0x0, 0x3d, 0xd9, 0x0, 0x0, 0xc0, 0x7b, 0x3a, + 0x6b, 0x20, 0x99, 0x66, 0x2, 0xa0, 0x36, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64DA "據" */ + 0x0, 0xa0, 0x0, 0x8b, 0x97, 0x0, 0xa, 0x5, + 0x7c, 0x97, 0x71, 0x3c, 0xe7, 0xb4, 0xb6, 0x7b, + 0x10, 0xa, 0xb, 0x7d, 0x85, 0x60, 0x0, 0xb2, + 0xb0, 0x38, 0x87, 0x1, 0x9e, 0x5b, 0x7c, 0xc9, + 0x91, 0x15, 0xa0, 0xb7, 0x8a, 0x4a, 0x0, 0xa, + 0x1a, 0x67, 0xba, 0x50, 0x0, 0xa5, 0x64, 0x97, + 0x5a, 0x20, 0xb8, 0x92, 0x74, 0xb1, 0x4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+64E6 "擦" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x73, 0x1, + 0x1b, 0x21, 0x10, 0x7, 0x35, 0xba, 0x88, 0x7d, + 0x8, 0xdc, 0x49, 0xa8, 0xb8, 0xa0, 0x7, 0x35, + 0x88, 0x57, 0x84, 0x0, 0x76, 0x37, 0xc2, 0x3d, + 0x10, 0x6d, 0xa5, 0xa5, 0x77, 0x4c, 0x12, 0x83, + 0x3a, 0xaa, 0xaa, 0x70, 0x7, 0x30, 0x42, 0x92, + 0x60, 0x0, 0x73, 0x2c, 0x9, 0x26, 0x70, 0x3c, + 0x25, 0x26, 0xc1, 0x6, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+64EC "擬" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x29, + 0x67, 0xaa, 0xe2, 0x0, 0xb2, 0xd4, 0x5, 0x48, + 0x3, 0xce, 0x8b, 0x4a, 0x2c, 0x30, 0x0, 0xb0, + 0xb4, 0x34, 0x59, 0x10, 0xd, 0x8e, 0xa7, 0x5b, + 0x84, 0x3d, 0xd9, 0x2a, 0x7, 0x94, 0x0, 0xb, + 0x7a, 0xd8, 0xaa, 0xa2, 0x0, 0xb0, 0x5a, 0x1a, + 0x90, 0x0, 0xb, 0xb, 0x8c, 0xcb, 0x0, 0xb, + 0x89, 0x30, 0xa1, 0xba, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+64F4 "擴" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x1, + 0x14, 0xb1, 0x10, 0x0, 0xb0, 0xb7, 0xb7, 0xb7, + 0x33, 0xbe, 0xaa, 0x6d, 0x9d, 0x90, 0x0, 0xb0, + 0xb3, 0xc3, 0xb3, 0x20, 0xc, 0x3b, 0x55, 0xc5, + 0x53, 0x2a, 0xe7, 0xaa, 0x8d, 0x8d, 0x1, 0x1b, + 0xa, 0xa6, 0xd6, 0xd0, 0x0, 0xb2, 0x8a, 0x8d, + 0x8d, 0x0, 0xb, 0x72, 0x4c, 0x9, 0x40, 0xb, + 0x99, 0x5b, 0x10, 0xa, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+652F "支" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x1, 0xbb, 0xbb, + 0xfb, 0xbb, 0xb1, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, 0x7, 0xed, + 0xcc, 0xcc, 0xe0, 0x0, 0x4, 0xa0, 0x0, 0x87, + 0x0, 0x0, 0x9, 0x80, 0x6b, 0x0, 0x0, 0x0, + 0xa, 0xdb, 0x0, 0x0, 0x2, 0x5b, 0xb6, 0xbb, + 0x62, 0x4, 0xb7, 0x20, 0x0, 0x27, 0xb4, + + /* U+6536 "收" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0xa2, + 0x1d, 0x0, 0x0, 0xb, 0xa, 0x24, 0x90, 0x0, + 0x0, 0xc0, 0xa2, 0x9d, 0xcd, 0xd3, 0xc, 0xa, + 0x4f, 0x60, 0x84, 0x0, 0xc0, 0xab, 0x7b, 0xc, + 0x0, 0xc, 0xa, 0x40, 0x94, 0xb0, 0x0, 0xd8, + 0xe2, 0x3, 0xf4, 0x0, 0x2b, 0x4a, 0x20, 0x4f, + 0x40, 0x0, 0x0, 0xa2, 0x5c, 0x2c, 0x50, 0x0, + 0xa, 0x6a, 0x10, 0x1b, 0x10, + + /* U+6539 "改" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x33, 0x32, + 0x8, 0x40, 0x0, 0x8, 0x88, 0xc0, 0xc1, 0x0, + 0x0, 0x0, 0xc, 0x1e, 0xcc, 0xf6, 0x1, 0x11, + 0xc9, 0xd0, 0x49, 0x0, 0xeb, 0xba, 0xdb, 0x27, + 0x50, 0xd, 0x0, 0x1, 0x57, 0xc1, 0x0, 0xd0, + 0x0, 0x0, 0xda, 0x0, 0xd, 0x16, 0x90, 0x1e, + 0x80, 0x1, 0xfc, 0x71, 0x2c, 0x5b, 0x70, 0x4, + 0x0, 0x2d, 0x30, 0x9, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+653E "放" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x9, 0x50, 0x0, 0x24, 0x86, 0x40, 0xd1, 0x0, + 0x5, 0xba, 0x77, 0x3e, 0xbc, 0xe6, 0x6, 0x50, + 0x9, 0xe0, 0x58, 0x0, 0x6d, 0xcc, 0xdb, 0x28, + 0x40, 0x7, 0x42, 0xa3, 0x57, 0xd0, 0x0, 0x93, + 0x39, 0x0, 0xe8, 0x0, 0xc, 0x13, 0x80, 0x1e, + 0x70, 0x3, 0xb0, 0x57, 0x3c, 0x4c, 0x60, 0xa2, + 0x8c, 0x7c, 0x30, 0x1b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6545 "故" */ + 0x0, 0xb1, 0x0, 0xc1, 0x0, 0x0, 0xb, 0x10, + 0x1d, 0x0, 0x0, 0x8c, 0xec, 0xc7, 0xdc, 0xde, + 0x60, 0xb, 0x10, 0xd8, 0x5, 0x80, 0x1, 0xb2, + 0x79, 0xb0, 0x94, 0x3, 0xda, 0xba, 0x8, 0x3d, + 0x0, 0x37, 0x2, 0xa0, 0x2e, 0x70, 0x3, 0x70, + 0x2a, 0x3, 0xf5, 0x0, 0x3e, 0xcc, 0x86, 0xc2, + 0xd5, 0x2, 0x40, 0x9, 0x80, 0x1, 0xb5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6548 "效" */ + 0x0, 0x47, 0x0, 0xb, 0x0, 0x0, 0x66, 0xd6, + 0x51, 0xb0, 0x0, 0x5, 0x85, 0x84, 0x5d, 0xcf, + 0x80, 0x67, 0xa, 0x3b, 0x30, 0xc0, 0x1c, 0x10, + 0x7a, 0xe7, 0x1a, 0x0, 0x3c, 0x86, 0x23, 0xc7, + 0x60, 0x0, 0x2f, 0x20, 0x9, 0xd0, 0x0, 0x8, + 0xaa, 0x0, 0x8c, 0x0, 0x7, 0xa0, 0x82, 0x7a, + 0x79, 0x1, 0x80, 0x0, 0x98, 0x0, 0x78, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6557 "敗" */ + 0x0, 0x0, 0x0, 0x31, 0x0, 0x0, 0xea, 0xad, + 0xb, 0x20, 0x0, 0xc, 0x0, 0xc0, 0xe4, 0x33, + 0x20, 0xea, 0xad, 0x5d, 0x9a, 0xd5, 0xc, 0x0, + 0xcc, 0xd0, 0x57, 0x0, 0xea, 0xae, 0x9a, 0x39, + 0x30, 0xc, 0x0, 0xc0, 0x49, 0xd0, 0x0, 0xea, + 0xad, 0x0, 0xe7, 0x0, 0x5, 0x45, 0x20, 0x3e, + 0xa0, 0x0, 0xc0, 0x1c, 0x6d, 0x29, 0xa1, 0x45, + 0x0, 0x29, 0x10, 0x6, 0x50, + + /* U+6559 "教" */ + 0x0, 0x74, 0x8, 0x1b, 0x0, 0x0, 0x9d, 0xcb, + 0xa5, 0x80, 0x0, 0x1, 0x85, 0xc3, 0x9d, 0xcf, + 0x63, 0x88, 0xe9, 0xaf, 0x61, 0xb0, 0x5, 0xce, + 0xba, 0x7a, 0x57, 0x2, 0xc5, 0x87, 0x0, 0xca, + 0x30, 0x3, 0x3c, 0x57, 0x8, 0xc0, 0x4, 0xb9, + 0xd5, 0x30, 0xbd, 0x0, 0x0, 0xb, 0x1, 0xa7, + 0x7a, 0x0, 0x3b, 0x80, 0xa6, 0x0, 0x85, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6574 "整" */ + 0x19, 0x9e, 0x97, 0x29, 0x0, 0x0, 0x45, 0xc5, + 0x29, 0xcb, 0xe7, 0xb, 0x3c, 0x6a, 0xb9, 0x76, + 0x0, 0x7c, 0xea, 0x40, 0x9c, 0x0, 0x5, 0xac, + 0xa3, 0x6c, 0xb9, 0x11, 0x80, 0x70, 0x37, 0x0, + 0x56, 0x6, 0xcc, 0xcf, 0xcc, 0xcb, 0x0, 0x3, + 0x20, 0xc9, 0x99, 0x0, 0x0, 0x74, 0xc, 0x0, + 0x0, 0x2, 0xbd, 0xcb, 0xeb, 0xbb, 0xb7, + + /* U+6578 "數" */ + 0x2, 0x4b, 0x43, 0x7, 0x20, 0x1, 0xc7, 0xc7, + 0xc1, 0xb0, 0x0, 0x2d, 0x6c, 0x5d, 0x3d, 0xbe, + 0x60, 0x68, 0xd8, 0x65, 0xe1, 0xa0, 0xd, 0x8d, + 0x8d, 0xaa, 0x68, 0x0, 0xb9, 0xc8, 0xb0, 0x4d, + 0x40, 0x19, 0xcb, 0x96, 0x0, 0xe0, 0x0, 0x5a, + 0xa, 0x30, 0x5e, 0x30, 0x1, 0xbe, 0xb1, 0x3c, + 0x1c, 0x22, 0xa4, 0x3, 0x29, 0x10, 0x25, + + /* U+6587 "文" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x50, 0x0, + 0x2, 0xbd, 0xdb, 0xbb, 0xcf, 0xb8, 0x0, 0x2b, + 0x0, 0x5, 0x90, 0x0, 0x0, 0xa4, 0x0, 0xc2, + 0x0, 0x0, 0x1, 0xc1, 0x88, 0x0, 0x0, 0x0, + 0x4, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x9c, 0xd4, + 0x0, 0x0, 0x16, 0xd7, 0x2, 0xca, 0x30, 0x1d, + 0x71, 0x0, 0x0, 0x4b, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+659C "斜" */ + 0x0, 0xb, 0x20, 0x0, 0xc, 0x0, 0x9, 0x9c, + 0x33, 0xb1, 0xc0, 0x1b, 0x80, 0x1c, 0x13, 0x6c, + 0x3, 0x8a, 0xea, 0x34, 0x0, 0xc0, 0x1, 0x1c, + 0x11, 0x5b, 0x1c, 0x1, 0x99, 0xe9, 0x80, 0x30, + 0xc0, 0x4, 0x3c, 0x42, 0x36, 0x9f, 0xa0, 0xb1, + 0xc2, 0xa8, 0x52, 0xc0, 0x1a, 0xc, 0x7, 0x0, + 0xc, 0x0, 0x1b, 0x90, 0x0, 0x0, 0xc0, + + /* U+65AF "斯" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x74, 0xa, + 0x1, 0x59, 0xb2, 0x3d, 0xdb, 0xea, 0xb6, 0x10, + 0x0, 0x76, 0x2b, 0xb, 0x10, 0x0, 0x7, 0x96, + 0xd0, 0xbc, 0xbb, 0x60, 0x7a, 0x8d, 0xb, 0x12, + 0xa0, 0x7, 0x61, 0xb0, 0xc0, 0x2a, 0x5, 0xdd, + 0xbe, 0xbc, 0x2, 0xa0, 0x2, 0x62, 0x40, 0xc0, + 0x2a, 0x0, 0xc4, 0xc, 0x77, 0x2, 0xa0, 0x28, + 0x0, 0x1c, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65B0 "新" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xa0, + 0x1, 0x58, 0xb1, 0xb, 0xca, 0xd8, 0xa7, 0x20, + 0x0, 0x28, 0xc, 0xa, 0x20, 0x0, 0x2b, 0xdb, + 0xda, 0xab, 0xaa, 0x50, 0x0, 0xb0, 0xa, 0x42, + 0xc0, 0x2b, 0xbe, 0xb8, 0xb1, 0xb, 0x0, 0x32, + 0xb5, 0xc, 0x0, 0xb0, 0xc, 0x1b, 0x74, 0xc0, + 0xb, 0x1, 0x80, 0xb1, 0x8a, 0x0, 0xb0, 0x0, + 0x99, 0x7, 0x20, 0xb, 0x0, + + /* U+65B7 "斷" */ + 0x0, 0x10, 0x10, 0x0, 0x30, 0xb5, 0x42, 0x70, + 0x6a, 0x81, 0xbc, 0x9a, 0xb1, 0xb0, 0x0, 0xb8, + 0x65, 0x82, 0xa0, 0x0, 0xb9, 0x87, 0x65, 0xd7, + 0x74, 0xe9, 0xa9, 0xa4, 0xc3, 0xc2, 0xb6, 0x54, + 0x71, 0xa0, 0xb0, 0xbb, 0x88, 0xa1, 0x90, 0xb0, + 0xbb, 0x99, 0xb6, 0x70, 0xb0, 0xeb, 0xbb, 0xaa, + 0x20, 0xb0, 0x0, 0x0, 0x6, 0x0, 0xb0, + + /* U+65B9 "方" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc0, 0x0, 0x0, 0x1, 0x11, 0x19, 0x41, 0x11, + 0x2, 0xbb, 0xce, 0xbb, 0xbb, 0xb2, 0x0, 0x4, + 0x90, 0x0, 0x0, 0x0, 0x0, 0x6e, 0xcc, 0xcc, + 0x10, 0x0, 0x9, 0x40, 0x0, 0xb1, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x0, 0x69, 0x0, 0x0, + 0xd0, 0x0, 0x4d, 0x10, 0x0, 0x2b, 0x0, 0x3d, + 0x20, 0x7, 0xcc, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65BC "於" */ + 0x0, 0x40, 0x0, 0x4, 0x0, 0x0, 0xb, 0x30, + 0x1, 0xf1, 0x0, 0x39, 0xbb, 0x90, 0x79, 0xa0, + 0x0, 0x68, 0x22, 0x3c, 0x9, 0x70, 0x5, 0x70, + 0x1d, 0x20, 0xb, 0x60, 0x5d, 0xca, 0x24, 0x70, + 0x1, 0x7, 0x43, 0x90, 0x8, 0x90, 0x0, 0x82, + 0x38, 0x0, 0x1, 0x0, 0xc, 0x4, 0x70, 0x81, + 0x0, 0x1, 0xb0, 0x65, 0x5, 0xd5, 0x0, 0x74, + 0x7c, 0x10, 0x1, 0xb1, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65CB "旋" */ + 0x0, 0x30, 0x0, 0x40, 0x0, 0x0, 0xb, 0x20, + 0x39, 0x0, 0x0, 0x49, 0xcb, 0x9a, 0xcb, 0xbb, + 0x61, 0x69, 0x25, 0xc0, 0x0, 0x0, 0x4, 0x70, + 0x1b, 0xdd, 0xdd, 0x40, 0x5d, 0xd7, 0x0, 0xc0, + 0xb0, 0x6, 0x55, 0x66, 0x3c, 0x3, 0x0, 0x83, + 0x56, 0x83, 0xcb, 0xb0, 0xb, 0x16, 0x5a, 0x6c, + 0x0, 0x1, 0xa0, 0x76, 0xbb, 0xd0, 0x0, 0x63, + 0x8c, 0x73, 0x2a, 0xbb, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+65E5 "日" */ + 0xaa, 0xaa, 0xaa, 0xad, 0x22, 0x22, 0x2e, 0xd0, + 0x0, 0x0, 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, + 0xcc, 0xfd, 0x0, 0x0, 0xd, 0xd0, 0x0, 0x0, + 0xdd, 0x0, 0x0, 0xd, 0xfc, 0xcc, 0xcc, 0xfd, + 0x0, 0x0, 0xd, + + /* U+660E "明" */ + 0xfb, 0xe1, 0x1e, 0xcc, 0xfc, 0xa, 0x11, 0xa0, + 0xc, 0xc0, 0xa1, 0x1c, 0x33, 0xdf, 0xbe, 0x11, + 0xe9, 0x9e, 0xc0, 0xa1, 0x2a, 0x0, 0xcc, 0xa, + 0x13, 0xc6, 0x6e, 0xfb, 0xe1, 0x69, 0x55, 0xe6, + 0x0, 0xc, 0x10, 0xc, 0x0, 0x7, 0x90, 0x0, + 0xd0, 0x3, 0xb0, 0x3, 0xcc, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+661F "星" */ + 0x0, 0xea, 0xaa, 0xaa, 0xd5, 0x0, 0xd, 0x55, + 0x55, 0x5a, 0x50, 0x0, 0xd4, 0x44, 0x44, 0xa5, + 0x0, 0xe, 0xaa, 0xaa, 0xad, 0x50, 0x0, 0x74, + 0x2, 0x0, 0x0, 0x0, 0x2f, 0xcb, 0xeb, 0xbb, + 0x80, 0xd, 0x20, 0xb, 0x10, 0x0, 0x0, 0x8, + 0xaa, 0xeb, 0xaa, 0x30, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0xbb, 0xbb, 0xec, 0xbb, 0xb5, + + /* U+6620 "映" */ + 0x66, 0x50, 0x0, 0xc0, 0x0, 0xc2, 0xc0, 0xaa, + 0xea, 0xa0, 0xb0, 0xb0, 0xb1, 0xc1, 0xc0, 0xd5, + 0xc0, 0xa0, 0xc0, 0xc0, 0xd7, 0xc0, 0xa0, 0xc0, + 0xc0, 0xb0, 0xb9, 0xdc, 0xfc, 0xe7, 0xb0, 0xb0, + 0x5, 0xe4, 0x0, 0xeb, 0xa0, 0xc, 0x2b, 0x0, + 0x70, 0x3, 0xc4, 0x6, 0xa0, 0x0, 0x1a, 0x20, + 0x0, 0x55, + + /* U+662F "是" */ + 0x0, 0xe9, 0x99, 0x99, 0xd2, 0x0, 0xc, 0x0, + 0x0, 0xa, 0x20, 0x0, 0xe9, 0x99, 0x99, 0xd2, + 0x0, 0xb, 0x77, 0x77, 0x7b, 0x10, 0x9, 0x99, + 0x99, 0x99, 0x99, 0x50, 0x14, 0x51, 0xb3, 0x11, + 0x11, 0x0, 0x95, 0xb, 0xba, 0xa6, 0x0, 0xd, + 0xb0, 0xb2, 0x11, 0x0, 0x7, 0x89, 0x8b, 0x10, + 0x0, 0x2, 0xd0, 0x6, 0xcc, 0xcc, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6642 "時" */ + 0xeb, 0xf0, 0x0, 0xc0, 0x0, 0xb0, 0xc3, 0xbb, + 0xfb, 0xb2, 0xb0, 0xc0, 0x0, 0xc0, 0x0, 0xd4, + 0xd9, 0xbb, 0xec, 0xb8, 0xd6, 0xd0, 0x0, 0x7, + 0x40, 0xb0, 0xc8, 0xbb, 0xbd, 0xd6, 0xb0, 0xc0, + 0x70, 0x7, 0x40, 0xeb, 0xb0, 0x3b, 0x7, 0x40, + 0x0, 0x0, 0x0, 0x7, 0x40, 0x0, 0x0, 0x0, + 0xbc, 0x20, + + /* U+666E "普" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc1, + 0x0, 0x94, 0x0, 0x6, 0xab, 0xda, 0xcd, 0xaa, + 0x0, 0xb, 0xc, 0x9, 0x29, 0x30, 0x0, 0x64, + 0xc0, 0x93, 0x90, 0x1, 0xaa, 0xaa, 0xaa, 0xaa, + 0xa6, 0x0, 0x7a, 0xaa, 0xaa, 0xa1, 0x0, 0xa, + 0x10, 0x0, 0xa, 0x20, 0x0, 0xaa, 0xaa, 0xaa, + 0xe2, 0x0, 0xa, 0x10, 0x0, 0xa, 0x20, 0x0, + 0xab, 0xaa, 0xaa, 0xd2, 0x0, + + /* U+666F "景" */ + 0x4, 0xc8, 0x88, 0x88, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0xc8, 0x88, 0x88, 0xd0, + 0x1, 0x33, 0x36, 0x93, 0x33, 0x20, 0x48, 0x88, + 0x88, 0x88, 0x88, 0x0, 0xc, 0x99, 0x99, 0xa8, + 0x0, 0x0, 0xb0, 0x0, 0x2, 0xa0, 0x0, 0x9, + 0x9a, 0xe9, 0x96, 0x0, 0x4, 0xb4, 0x1a, 0x1a, + 0x70, 0x5, 0x81, 0x4a, 0x80, 0x4, 0x90, + + /* U+66AB "暫" */ + 0x8, 0x8e, 0x87, 0x98, 0x62, 0x0, 0xa9, 0xea, + 0x79, 0x10, 0x0, 0xb, 0x6d, 0x78, 0xab, 0xbb, + 0x40, 0x96, 0xd7, 0x7b, 0x8, 0x30, 0x18, 0x8e, + 0x87, 0xc0, 0x83, 0x0, 0x0, 0x90, 0x35, 0x7, + 0x20, 0x0, 0xa9, 0x77, 0x77, 0xe0, 0x0, 0xa, + 0xa9, 0x99, 0x9e, 0x0, 0x0, 0xa2, 0x0, 0x0, + 0xd0, 0x0, 0xa, 0xba, 0xaa, 0xae, 0x0, + + /* U+66F2 "曲" */ + 0x0, 0xb, 0xc, 0x0, 0x0, 0x0, 0xb0, 0xc0, + 0x0, 0xdc, 0xcf, 0xcf, 0xcc, 0xec, 0x0, 0xb0, + 0xc0, 0xc, 0xc0, 0xb, 0xc, 0x0, 0xcd, 0xcc, + 0xfc, 0xfc, 0xce, 0xc0, 0xb, 0xc, 0x0, 0xcc, + 0x0, 0xb0, 0xc0, 0xc, 0xdc, 0xcf, 0xcf, 0xcc, + 0xec, 0x0, 0x0, 0x0, 0xc, + + /* U+66F4 "更" */ + 0xb, 0xbb, 0xbe, 0xcb, 0xbb, 0x40, 0x0, 0x0, + 0xa2, 0x0, 0x0, 0x1, 0xda, 0xae, 0xba, 0xbb, + 0x0, 0x1c, 0x33, 0xc5, 0x34, 0xb0, 0x1, 0xc5, + 0x5c, 0x75, 0x6b, 0x0, 0x1e, 0x99, 0xea, 0x9a, + 0xb0, 0x0, 0x75, 0x1d, 0x0, 0x0, 0x0, 0x1, + 0xda, 0x80, 0x0, 0x0, 0x0, 0x2b, 0xfa, 0x40, + 0x0, 0x1, 0xcb, 0x50, 0x38, 0xcc, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+66FF "替" */ + 0x2, 0x69, 0x20, 0x2a, 0x42, 0x0, 0x7a, 0xb6, + 0x17, 0xc8, 0x70, 0x3a, 0xcc, 0xa6, 0xae, 0xba, + 0x30, 0xc, 0xb2, 0x4, 0xab, 0x0, 0x1b, 0x52, + 0x96, 0xa0, 0x4b, 0x22, 0x4b, 0xbb, 0xbb, 0xbb, + 0x22, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0x0, 0xe, + 0xaa, 0xaa, 0xad, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xe, 0xaa, 0xaa, 0xad, 0x0, + + /* U+6700 "最" */ + 0x4, 0xc9, 0x99, 0x99, 0xd0, 0x0, 0x4c, 0x88, + 0x88, 0x8d, 0x0, 0x4, 0x93, 0x33, 0x33, 0xd0, + 0x0, 0x16, 0x66, 0x66, 0x65, 0x0, 0x7d, 0xba, + 0xea, 0xaa, 0xaa, 0x10, 0x99, 0x8d, 0x58, 0x88, + 0x60, 0x9, 0x42, 0xc2, 0xc2, 0x77, 0x0, 0x9a, + 0x9d, 0x6, 0x7c, 0x0, 0x3c, 0x9a, 0xe5, 0x4f, + 0xa1, 0x3, 0x42, 0xc, 0x77, 0x4, 0xb1, + + /* U+6709 "有" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xb, + 0x20, 0x0, 0x0, 0xc, 0xcc, 0xfc, 0xcc, 0xcc, + 0x60, 0x0, 0xa4, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xbb, 0xbb, 0xb2, 0x0, 0x3c, 0xc0, 0x0, 0x9, + 0x30, 0x2c, 0x2e, 0xbb, 0xbb, 0xe3, 0x0, 0x10, + 0xc0, 0x0, 0x9, 0x30, 0x0, 0xe, 0xbb, 0xbb, + 0xe3, 0x0, 0x0, 0xc0, 0x0, 0x9, 0x30, 0x0, + 0xc, 0x0, 0x3c, 0xd1, 0x0, + + /* U+671F "期" */ + 0x5, 0x50, 0xa1, 0x8c, 0xbe, 0x3, 0xdd, 0xbe, + 0xb8, 0x20, 0xb0, 0x5, 0x50, 0xa1, 0x83, 0x1c, + 0x0, 0x5c, 0xae, 0x18, 0xa9, 0xe0, 0x5, 0x95, + 0xc1, 0x92, 0xb, 0x0, 0x58, 0x3b, 0x1a, 0xba, + 0xe0, 0x5d, 0xdb, 0xeb, 0xa0, 0xb, 0x0, 0x16, + 0x25, 0xb, 0x0, 0xb0, 0x9, 0x50, 0xc4, 0xa0, + 0xb, 0x2, 0xa0, 0x3, 0x84, 0xc, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+672A "未" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x29, 0x99, + 0xea, 0x99, 0x70, 0x0, 0x22, 0x2c, 0x42, 0x22, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0xc, 0xcc, + 0xcf, 0xdc, 0xcc, 0x60, 0x0, 0xa, 0xfd, 0x20, + 0x0, 0x0, 0x8, 0x8b, 0x4c, 0x10, 0x0, 0x9, + 0xa0, 0xb1, 0x4d, 0x30, 0x2d, 0x70, 0xb, 0x10, + 0x2d, 0x60, 0x20, 0x0, 0xb1, 0x0, 0x1, + + /* U+672C "本" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x0, 0x0, 0x0, + 0xb1, 0x0, 0x0, 0x1c, 0xcc, 0xdf, 0xed, 0xcc, + 0x50, 0x0, 0x2b, 0xc8, 0x60, 0x0, 0x0, 0xa, + 0x3b, 0x1c, 0x10, 0x0, 0x4, 0xa0, 0xb1, 0x5a, + 0x0, 0x3, 0xd1, 0xb, 0x10, 0xa8, 0x2, 0xd6, + 0xdd, 0xfd, 0xd8, 0xa7, 0x0, 0x0, 0xb, 0x10, + 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, + + /* U+6746 "杆" */ + 0x0, 0x84, 0xa, 0xcf, 0xcc, 0x20, 0x8, 0x40, + 0x0, 0xd0, 0x0, 0x4c, 0xed, 0xb0, 0xd, 0x0, + 0x0, 0xd, 0x80, 0x0, 0xd0, 0x0, 0x2, 0xfc, + 0x8c, 0xcf, 0xcc, 0x60, 0x9a, 0x48, 0x0, 0xd0, + 0x0, 0x2b, 0x84, 0x0, 0xd, 0x0, 0x3, 0x28, + 0x40, 0x0, 0xd0, 0x0, 0x0, 0x84, 0x0, 0xd, + 0x0, 0x0, 0x8, 0x40, 0x0, 0xd0, 0x0, + + /* U+675F "束" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x1, 0xcc, 0xcc, + 0xfc, 0xcc, 0xc1, 0x0, 0x0, 0xd, 0x0, 0x0, + 0x0, 0x5d, 0xbb, 0xfb, 0xbd, 0x60, 0x5, 0x60, + 0xd, 0x0, 0x66, 0x0, 0x5d, 0xbb, 0xfb, 0xbd, + 0x60, 0x0, 0x1, 0xcf, 0xc1, 0x0, 0x0, 0x3, + 0xc3, 0xd3, 0xc3, 0x0, 0x2a, 0xc2, 0xd, 0x2, + 0xca, 0x21, 0x50, 0x0, 0xd0, 0x0, 0x52, + + /* U+677F "板" */ + 0x0, 0xc0, 0x14, 0x57, 0x97, 0x0, 0x1c, 0x17, + 0xa5, 0x30, 0x0, 0x5b, 0xea, 0x85, 0x0, 0x0, + 0x0, 0x5f, 0x27, 0xed, 0xbc, 0xa0, 0x9, 0xda, + 0x86, 0xa0, 0x56, 0x1, 0x9c, 0x49, 0x2c, 0x1b, + 0x20, 0x83, 0xc0, 0xb1, 0x6a, 0xa0, 0x4, 0xc, + 0xc, 0x1, 0xf4, 0x0, 0x0, 0xc4, 0x92, 0xc6, + 0xd3, 0x0, 0xc, 0x94, 0xc3, 0x2, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+679C "果" */ + 0x0, 0xfb, 0xbe, 0xbb, 0xd7, 0x0, 0xc, 0x0, + 0xb2, 0x5, 0x70, 0x0, 0xfa, 0xae, 0xba, 0xc7, + 0x0, 0xd, 0x11, 0xc3, 0x17, 0x70, 0x0, 0x88, + 0x8d, 0x98, 0x84, 0x0, 0x99, 0x99, 0xea, 0x99, + 0x94, 0x1, 0x13, 0xde, 0xd6, 0x11, 0x0, 0x2, + 0xc4, 0xb2, 0xa7, 0x0, 0x19, 0xc3, 0xb, 0x20, + 0x8d, 0x40, 0x50, 0x0, 0xb2, 0x0, 0x23, + + /* U+67C4 "柄" */ + 0x0, 0xc0, 0x8b, 0xbf, 0xbb, 0x20, 0x3d, 0x30, + 0x0, 0xc0, 0x0, 0x4e, 0xfe, 0x2, 0x2c, 0x22, + 0x0, 0x1f, 0x16, 0xb9, 0xe9, 0xe0, 0x6, 0xe9, + 0x65, 0x1c, 0xc, 0x0, 0xac, 0x68, 0x55, 0xc4, + 0xc0, 0x48, 0xc0, 0x66, 0xb1, 0xac, 0x3, 0x1c, + 0x6, 0x93, 0x3, 0xc0, 0x0, 0xc0, 0x65, 0x0, + 0xc, 0x0, 0xc, 0x6, 0x50, 0xb, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+67E5 "查" */ + 0x0, 0x0, 0xb, 0x10, 0x0, 0x1, 0xbb, 0xbc, + 0xfd, 0xbb, 0xb6, 0x0, 0x5, 0xac, 0x69, 0x0, + 0x0, 0x18, 0x90, 0xb1, 0x3a, 0x30, 0x1a, 0x59, + 0x9d, 0x99, 0x76, 0x50, 0x5, 0x81, 0x11, 0x2b, + 0x0, 0x0, 0x5b, 0x77, 0x78, 0xb0, 0x0, 0x5, + 0xc9, 0x99, 0x9b, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbb, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+6821 "校" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x6, 0x60, 0x0, 0x0, 0xb0, 0x58, 0x8d, 0x88, + 0x33, 0xcf, 0xc3, 0x55, 0x28, 0x21, 0x2, 0xf1, + 0xb, 0x20, 0x87, 0x0, 0x7e, 0x99, 0xa1, 0x6, + 0xb2, 0xa, 0xc9, 0x24, 0x82, 0xb0, 0x4, 0x7b, + 0x0, 0xb, 0xb3, 0x0, 0x61, 0xb0, 0x0, 0x7e, + 0x10, 0x0, 0xb, 0x0, 0x7b, 0x5d, 0x40, 0x0, + 0xb0, 0xa7, 0x0, 0x2a, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+683C "格" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x0, + 0x39, 0x0, 0x0, 0x0, 0xc0, 0xc, 0xbb, 0xbd, + 0x5, 0xcf, 0xca, 0xc7, 0xa, 0x60, 0x4, 0xf4, + 0x40, 0xab, 0x80, 0x0, 0x9d, 0xb1, 0x7c, 0xab, + 0x50, 0x1a, 0xc5, 0xd6, 0x0, 0x18, 0x87, 0x4c, + 0x3, 0xeb, 0xbb, 0xc0, 0x20, 0xc0, 0x39, 0x0, + 0xc, 0x0, 0xc, 0x3, 0xda, 0xab, 0xc0, 0x0, + 0xc0, 0x39, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6846 "框" */ + 0x0, 0xb0, 0xac, 0xcc, 0xcc, 0x40, 0xb, 0xa, + 0x0, 0x0, 0x0, 0x6c, 0xfc, 0xb6, 0xbd, 0xbb, + 0x0, 0x2f, 0x3a, 0x0, 0xb0, 0x0, 0x8, 0xdb, + 0xb4, 0xae, 0xb8, 0x1, 0xab, 0x1a, 0x0, 0xb0, + 0x0, 0x84, 0xb0, 0xa4, 0x5d, 0x65, 0x1, 0xb, + 0xa, 0x35, 0x55, 0x50, 0x0, 0xb0, 0xaa, 0xaa, + 0xaa, 0x50, 0xb, 0x0, 0x11, 0x11, 0x10, + + /* U+6848 "案" */ + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x89, 0x99, + 0xea, 0x99, 0x93, 0xc, 0x11, 0x75, 0x11, 0x17, + 0x50, 0xaa, 0xae, 0xba, 0xaa, 0xa5, 0x0, 0x1b, + 0x10, 0x3c, 0x10, 0x0, 0x3, 0x8c, 0xbf, 0x71, + 0x0, 0x9, 0x9a, 0x87, 0x36, 0xaa, 0x2, 0xbb, + 0xbb, 0xeb, 0xbb, 0xb7, 0x0, 0x3, 0xbd, 0xa7, + 0x0, 0x0, 0x39, 0xb1, 0xb1, 0x6c, 0x60, 0x2a, + 0x30, 0xb, 0x10, 0x17, 0x70, + + /* U+687F "桿" */ + 0x0, 0xc0, 0x6c, 0xaa, 0xac, 0x0, 0xc, 0x6, + 0x82, 0x22, 0xc0, 0x7c, 0xfc, 0x7b, 0x77, 0x7c, + 0x0, 0x4c, 0x6, 0xb7, 0x77, 0xc0, 0x9, 0xf4, + 0x13, 0x33, 0x32, 0x0, 0xac, 0xb9, 0xbc, 0xeb, + 0xb0, 0x75, 0xc2, 0x0, 0xb, 0x0, 0x7, 0xc, + 0x2b, 0xbc, 0xeb, 0xb3, 0x0, 0xc0, 0x0, 0xb, + 0x0, 0x0, 0xc, 0x0, 0x0, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+689D "條" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x60, + 0x8, 0x93, 0x30, 0x0, 0xc5, 0x45, 0xd7, 0x8d, + 0x0, 0x3b, 0x57, 0xb9, 0x5c, 0x30, 0xd, 0xb5, + 0x50, 0x3f, 0xb0, 0x3, 0xab, 0x58, 0xb9, 0x57, + 0xd7, 0x1, 0xb5, 0x64, 0x2c, 0x33, 0x20, 0x1b, + 0x56, 0x88, 0xd8, 0x83, 0x1, 0xb5, 0x5a, 0x3b, + 0x2b, 0x0, 0x1b, 0x6, 0xa0, 0xb0, 0x67, 0x1, + 0xb0, 0x20, 0x9b, 0x0, 0x10, + + /* U+6975 "極" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xa, + 0xbb, 0xbe, 0xc0, 0x16, 0xd4, 0x0, 0x19, 0x90, + 0x1, 0x7d, 0x56, 0x67, 0x88, 0x92, 0x4, 0xf2, + 0x99, 0x74, 0x29, 0x10, 0x8d, 0x97, 0x87, 0x5a, + 0xa0, 0xa, 0xb3, 0x78, 0x74, 0x69, 0x5, 0x6b, + 0xc, 0xa7, 0x5c, 0xb1, 0x0, 0xb0, 0x6, 0xc6, + 0x21, 0x10, 0xb, 0x59, 0xa9, 0x99, 0x96, 0x0, + 0xb0, 0x11, 0x11, 0x11, 0x10, + + /* U+6A02 "樂" */ + 0x0, 0x30, 0x4, 0x0, 0x21, 0x0, 0x18, 0x5, + 0xd5, 0xa, 0x0, 0x8, 0x38, 0xc3, 0xc4, 0x77, + 0x30, 0xad, 0x1d, 0x9e, 0x9b, 0xa0, 0x3, 0x67, + 0xb0, 0xa0, 0x95, 0x10, 0xda, 0xad, 0xae, 0x7c, + 0xb6, 0x1, 0x3, 0x7, 0x2, 0x20, 0x31, 0xbb, + 0xbe, 0xff, 0xbb, 0xb6, 0x0, 0x8, 0x9d, 0x6a, + 0x10, 0x0, 0x6c, 0x60, 0xd0, 0x2b, 0xa3, 0x6, + 0x0, 0xd, 0x0, 0x3, 0x40, + + /* U+6A19 "標" */ + 0x0, 0xb0, 0x9a, 0xea, 0xea, 0x70, 0xb, 0x3, + 0x6c, 0x6c, 0x62, 0x5c, 0xfb, 0x87, 0xb5, 0xb8, + 0x60, 0x2d, 0x7, 0x4a, 0x1a, 0x56, 0x7, 0xf5, + 0x48, 0x88, 0x88, 0x30, 0xac, 0xa2, 0x88, 0x88, + 0x81, 0x57, 0xb0, 0x9a, 0xaa, 0xaa, 0x74, 0xb, + 0x0, 0x71, 0xc1, 0x50, 0x0, 0xb0, 0xa5, 0x1c, + 0xa, 0x40, 0xb, 0x15, 0x2b, 0xa0, 0x15, + + /* U+6A21 "模" */ + 0x0, 0xc0, 0x13, 0xa1, 0xd1, 0x0, 0xc, 0x8, + 0xad, 0x9e, 0x93, 0x28, 0xe7, 0x4a, 0xe9, 0xf8, + 0x0, 0x3f, 0x16, 0x83, 0x33, 0xc0, 0x7, 0xda, + 0x6a, 0x66, 0x6c, 0x0, 0xac, 0x65, 0xba, 0xb9, + 0xa0, 0x47, 0xc0, 0x0, 0x38, 0x0, 0x4, 0x1c, + 0x2a, 0xad, 0xeb, 0xa4, 0x0, 0xc0, 0x6, 0xa2, + 0xb1, 0x0, 0xc, 0x3b, 0x70, 0x2, 0xa5, + + /* U+6A23 "樣" */ + 0x0, 0xb0, 0x7, 0x30, 0x82, 0x0, 0xb, 0x6, + 0x99, 0xda, 0x93, 0x5a, 0xea, 0x28, 0x8e, 0x88, + 0x0, 0x3e, 0x8, 0x88, 0xe8, 0x84, 0x8, 0xe8, + 0x11, 0x8b, 0x61, 0x0, 0x9b, 0x71, 0x99, 0xa5, + 0x20, 0x75, 0xb0, 0x88, 0x3f, 0x6b, 0x13, 0xb, + 0x1, 0xa2, 0xdc, 0x10, 0x0, 0xb0, 0x78, 0xc, + 0x3b, 0x20, 0xb, 0x26, 0x1a, 0x90, 0x25, + + /* U+6A5F "機" */ + 0x6, 0x30, 0x60, 0xa0, 0x70, 0x0, 0x63, 0x18, + 0x4b, 0x45, 0x60, 0x7e, 0xd9, 0xb5, 0xb7, 0xc2, + 0x0, 0xb5, 0x18, 0x8a, 0x49, 0xa0, 0xe, 0xc6, + 0xb8, 0x96, 0xb6, 0x5, 0xa6, 0x7e, 0xad, 0xbc, + 0xc0, 0xa7, 0x30, 0xd1, 0x28, 0x54, 0x1, 0x63, + 0x2a, 0xc1, 0xcb, 0x0, 0x6, 0x3a, 0x31, 0x6e, + 0x75, 0x30, 0x67, 0x70, 0x67, 0xa, 0xd0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6A6B "橫" */ + 0x0, 0xc0, 0x1c, 0x11, 0xc1, 0x0, 0xc, 0x7, + 0xd7, 0x7e, 0x72, 0x6c, 0xfb, 0x9, 0x99, 0xa0, + 0x0, 0x4c, 0x19, 0x9a, 0xa9, 0x93, 0x8, 0xf5, + 0x58, 0xbb, 0x87, 0x0, 0x9c, 0xaa, 0x17, 0x71, + 0xc0, 0x75, 0xc0, 0xa8, 0xbb, 0x8c, 0x4, 0xc, + 0xa, 0x9b, 0xc9, 0xc0, 0x0, 0xc0, 0x2a, 0x10, + 0xb4, 0x0, 0xc, 0x4b, 0x30, 0x1, 0xb3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6A94 "檔" */ + 0x0, 0xb0, 0x36, 0xb, 0x27, 0x0, 0xb, 0x5, + 0xc6, 0xda, 0x71, 0x4c, 0xfb, 0xc3, 0x33, 0x39, + 0x40, 0x2d, 0x3, 0xd8, 0x8a, 0x81, 0x7, 0xe5, + 0xd, 0x99, 0xb6, 0x0, 0x9b, 0x93, 0x55, 0x55, + 0x50, 0x56, 0xb0, 0xa6, 0x5d, 0x5d, 0x4, 0xb, + 0xa, 0xa9, 0xe9, 0xe0, 0x0, 0xb0, 0xa1, 0xb, + 0xc, 0x0, 0xb, 0xa, 0xa9, 0x99, 0xe0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6AA2 "檢" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, + 0x8, 0xc0, 0x0, 0x0, 0xb0, 0x9, 0x83, 0xb5, + 0x1, 0xaf, 0x9c, 0x9a, 0xaa, 0x79, 0x2, 0xe0, + 0x0, 0x0, 0x0, 0x0, 0x6e, 0x78, 0x9d, 0x5a, + 0xc2, 0xa, 0xa8, 0x81, 0xa5, 0x48, 0x22, 0x9a, + 0x5, 0xa9, 0x3a, 0x91, 0x12, 0xa0, 0xe, 0x0, + 0xc1, 0x0, 0xa, 0x9, 0x8a, 0x4c, 0xb1, 0x0, + 0xa7, 0x50, 0x1a, 0x2, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6B04 "欄" */ + 0x0, 0xa0, 0xd9, 0xa9, 0x9c, 0x40, 0xa, 0xd, + 0x8a, 0x99, 0xb4, 0xd, 0xf6, 0xb1, 0xa9, 0x27, + 0x40, 0x2c, 0xd, 0x98, 0x79, 0xc4, 0x6, 0xe4, + 0xa7, 0xaa, 0x87, 0x40, 0x9a, 0x3a, 0x79, 0xa9, + 0x64, 0x19, 0xa0, 0xa7, 0x78, 0x86, 0x43, 0x3a, + 0xa, 0x5e, 0xd6, 0x64, 0x0, 0xa0, 0xb9, 0x78, + 0x86, 0x40, 0xa, 0xa, 0x2, 0x21, 0xb2, + + /* U+6B50 "歐" */ + 0x0, 0x0, 0x0, 0x60, 0x0, 0xeb, 0xbb, 0xb2, + 0xb0, 0x0, 0xb3, 0x66, 0x25, 0xd9, 0x94, 0xb7, + 0x46, 0x5a, 0x52, 0x85, 0xb7, 0x79, 0x6c, 0x26, + 0xa1, 0xb1, 0x33, 0x12, 0x58, 0x0, 0xbb, 0x9a, + 0xa0, 0x7c, 0x0, 0xb7, 0x77, 0x70, 0xae, 0x10, + 0xb7, 0x67, 0x71, 0xc4, 0x90, 0xea, 0xaa, 0xac, + 0x40, 0xa5, 0x0, 0x0, 0x15, 0x0, 0x3, + + /* U+6B62 "止" */ + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x93, 0x0, 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, + 0x0, 0x1c, 0x0, 0x9c, 0xbb, 0xa0, 0x1, 0xc0, + 0x9, 0x40, 0x0, 0x0, 0x1c, 0x0, 0x93, 0x0, + 0x0, 0x1, 0xc0, 0x9, 0x30, 0x0, 0x0, 0x1c, + 0x0, 0x93, 0x0, 0x0, 0x7b, 0xeb, 0xbe, 0xcb, + 0xbb, 0x10, 0x11, 0x11, 0x11, 0x11, 0x10, + + /* U+6B63 "正" */ + 0x2, 0x22, 0x22, 0x22, 0x22, 0x0, 0x79, 0x99, + 0xdb, 0x99, 0x91, 0x0, 0x0, 0x8, 0x40, 0x0, + 0x0, 0x9, 0x10, 0x84, 0x0, 0x0, 0x0, 0xb1, + 0x8, 0xdc, 0xc7, 0x0, 0xb, 0x10, 0x84, 0x0, + 0x0, 0x0, 0xb1, 0x8, 0x40, 0x0, 0x0, 0xb, + 0x10, 0x84, 0x0, 0x0, 0x1a, 0xeb, 0xad, 0xca, + 0xaa, 0x60, 0x22, 0x22, 0x22, 0x22, 0x21, + + /* U+6B64 "此" */ + 0x0, 0xc, 0x0, 0xd0, 0x0, 0x0, 0x0, 0xc0, + 0xd, 0x0, 0x0, 0xb, 0xc, 0x0, 0xd0, 0x18, + 0x0, 0xc0, 0xcc, 0x7d, 0x7d, 0x50, 0xc, 0xc, + 0x0, 0xd7, 0x0, 0x0, 0xc0, 0xc0, 0xd, 0x0, + 0x0, 0xc, 0xc, 0x0, 0xd0, 0x0, 0x0, 0xc0, + 0xc0, 0xd, 0x0, 0x27, 0xc, 0x1d, 0x75, 0xd0, + 0x3, 0x87, 0xed, 0xa6, 0x29, 0xdc, 0xd3, 0x10, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B65 "步" */ + 0x0, 0x40, 0xd, 0x0, 0x0, 0x0, 0xc, 0x0, + 0xec, 0xcc, 0x30, 0x0, 0xc0, 0xd, 0x0, 0x0, + 0x6, 0xce, 0xcc, 0xfc, 0xcc, 0xc0, 0x0, 0x16, + 0xd, 0x0, 0x31, 0x0, 0xc, 0x40, 0xd0, 0x1c, + 0x0, 0xc, 0x60, 0xd, 0x2c, 0x30, 0x0, 0x20, + 0x1, 0xcc, 0x20, 0x0, 0x3, 0x6a, 0xc6, 0x0, + 0x0, 0x4, 0xa6, 0x30, 0x0, 0x0, 0x0, + + /* U+6B7B "死" */ + 0x1c, 0xcf, 0xcc, 0xee, 0xcc, 0x70, 0x3, 0xa0, + 0x6, 0x60, 0x0, 0x0, 0x95, 0x0, 0x66, 0x1, + 0x0, 0x1e, 0xcc, 0xc6, 0x63, 0xd1, 0xa, 0x50, + 0x39, 0x6b, 0xc2, 0x2, 0xa9, 0x39, 0x56, 0xa0, + 0x0, 0x0, 0x2d, 0xc0, 0x66, 0x0, 0x0, 0x0, + 0xa5, 0x6, 0x60, 0x4, 0x0, 0x98, 0x0, 0x66, + 0x1, 0xa1, 0xd7, 0x0, 0x3, 0xcc, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6B8A "殊" */ + 0x3c, 0xfb, 0xb6, 0x4c, 0x0, 0x0, 0x2a, 0x0, + 0xa2, 0xc0, 0x0, 0x6, 0xa4, 0x3e, 0xbf, 0xbb, + 0x10, 0xb5, 0x7d, 0x50, 0xc0, 0x0, 0x3b, 0x37, + 0x9b, 0xbf, 0xbb, 0x64, 0x3c, 0xe1, 0x8, 0xfa, + 0x0, 0x0, 0x2b, 0x3, 0xac, 0x84, 0x0, 0xa, + 0x43, 0xc1, 0xc0, 0xc2, 0x7, 0xa0, 0xc2, 0xc, + 0x2, 0x81, 0x90, 0x0, 0x0, 0xc0, 0x0, + + /* U+6BB5 "段" */ + 0x0, 0x2, 0x30, 0x0, 0x0, 0x0, 0x6b, 0x94, + 0xe, 0xbd, 0x0, 0xc, 0x0, 0x0, 0xb0, 0xc0, + 0x0, 0xcb, 0xb6, 0x39, 0xc, 0x0, 0xc, 0x0, + 0xb, 0x40, 0xbc, 0x30, 0xc1, 0x11, 0x60, 0x0, + 0x0, 0xc, 0xaa, 0x5a, 0xca, 0xd7, 0x0, 0xc0, + 0x0, 0x1a, 0xc, 0x10, 0x5e, 0xcb, 0x80, 0x6a, + 0x80, 0x2, 0xd0, 0x0, 0x18, 0xe8, 0x10, 0xc, + 0x0, 0x5d, 0x70, 0x5d, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6BD4 "比" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x1b, 0x0, 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, + 0x0, 0xb1, 0x0, 0x1b, 0x7, 0x90, 0xb, 0xdc, + 0xa1, 0xc9, 0xa0, 0x0, 0xb1, 0x0, 0x1f, 0x60, + 0x0, 0xb, 0x10, 0x1, 0xb0, 0x0, 0x0, 0xb1, + 0x0, 0x1b, 0x0, 0x40, 0xb, 0x10, 0x1, 0xb0, + 0xc, 0x0, 0xc6, 0xab, 0x1b, 0x0, 0xc0, 0xe, + 0x94, 0x0, 0xcc, 0xd8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6C60 "池" */ + 0xa, 0x40, 0x0, 0x29, 0x0, 0x0, 0x1a, 0x2a, + 0x2, 0x90, 0x0, 0x0, 0x0, 0xc0, 0x2b, 0x9d, + 0x6, 0x91, 0xc, 0x8c, 0xc2, 0xc0, 0x4, 0x6b, + 0xf4, 0x39, 0xc, 0x0, 0x1, 0xc, 0x2, 0x90, + 0xc0, 0x0, 0xb1, 0xc0, 0x2a, 0xb9, 0x0, 0x3a, + 0xc, 0x1, 0x50, 0x21, 0xc, 0x20, 0xc0, 0x0, + 0x7, 0x51, 0x80, 0x7, 0xdb, 0xbc, 0xd0, + + /* U+6C92 "沒" */ + 0x9, 0x60, 0xb, 0x10, 0x0, 0x0, 0x8, 0x40, + 0xeb, 0xbc, 0xc0, 0x0, 0x0, 0x58, 0x0, 0x1b, + 0x4, 0xb3, 0x1d, 0x20, 0x36, 0x80, 0x1, 0x74, + 0x40, 0x7, 0x71, 0x0, 0x0, 0xc, 0xeb, 0xbd, + 0xa0, 0x0, 0xa3, 0xb, 0x31, 0xd2, 0x0, 0x2b, + 0x0, 0x1c, 0xc5, 0x0, 0xb, 0x20, 0x27, 0xcc, + 0x93, 0x0, 0x70, 0x7a, 0x50, 0x3, 0xb4, + + /* U+6CA1 "没" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9a, 0x10, + 0xfc, 0xcc, 0x0, 0x0, 0x42, 0xb, 0x0, 0xc0, + 0x0, 0x0, 0x4, 0x80, 0xc, 0x0, 0x3c, 0x33, + 0xd2, 0x0, 0x9c, 0x70, 0x29, 0x45, 0x22, 0x22, + 0x10, 0x0, 0x1, 0xdb, 0x99, 0xca, 0x0, 0x8, + 0x33, 0xb0, 0xc, 0x20, 0x1, 0xc0, 0x6, 0xac, + 0x40, 0x0, 0x94, 0x1, 0x8d, 0xd8, 0x20, 0x9, + 0xa, 0xb6, 0x1, 0x8d, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6CB9 "油" */ + 0x8, 0x70, 0x0, 0x2a, 0x0, 0x0, 0x6, 0x50, + 0x2, 0xa0, 0x0, 0x0, 0x0, 0xdc, 0xde, 0xcd, + 0x63, 0xc4, 0xc, 0x2, 0xa0, 0x56, 0x1, 0x70, + 0xc0, 0x2a, 0x5, 0x60, 0x0, 0xe, 0xcd, 0xec, + 0xd6, 0x0, 0x81, 0xc0, 0x2a, 0x5, 0x60, 0x3b, + 0xc, 0x2, 0xa0, 0x56, 0xc, 0x20, 0xec, 0xde, + 0xcd, 0x60, 0x30, 0xc, 0x0, 0x0, 0x56, + + /* U+6CBF "沿" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa8, 0x2, + 0xec, 0xcc, 0x0, 0x0, 0x61, 0x39, 0x0, 0xc0, + 0x0, 0x0, 0x6, 0x60, 0xc, 0x0, 0x5b, 0x21, + 0xd1, 0x0, 0xd5, 0x10, 0x26, 0x84, 0x0, 0x3, + 0x51, 0x0, 0x10, 0xbc, 0xcc, 0xd7, 0x0, 0xb, + 0x2c, 0x0, 0x4, 0x80, 0x6, 0x80, 0xc0, 0x0, + 0x48, 0x2, 0xd0, 0xc, 0xcc, 0xcd, 0x80, 0x2, + 0x0, 0xc0, 0x0, 0x47, 0x0, + + /* U+6CD5 "法" */ + 0x6, 0x70, 0x0, 0x38, 0x0, 0x0, 0x6, 0x80, + 0x15, 0x91, 0x10, 0x0, 0x0, 0x6a, 0xcd, 0xaa, + 0x1, 0xa7, 0x0, 0x3, 0x80, 0x0, 0x0, 0x41, + 0xcc, 0xde, 0xcc, 0x50, 0x0, 0x30, 0xc, 0x10, + 0x0, 0x0, 0x77, 0x6, 0x70, 0x90, 0x0, 0x1d, + 0x1, 0xc0, 0x7, 0x80, 0xa, 0x50, 0xad, 0xbb, + 0xac, 0x10, 0x30, 0x1, 0x0, 0x0, 0x32, + + /* U+6CE2 "波" */ + 0x6, 0x80, 0x0, 0xb, 0x0, 0x0, 0x3, 0x3b, + 0xcc, 0xfc, 0xc9, 0x1, 0x0, 0xc0, 0xb, 0x6, + 0x72, 0xc6, 0xc, 0x0, 0xb0, 0x61, 0x0, 0x50, + 0xee, 0xcc, 0xbd, 0x0, 0x1, 0xc, 0x77, 0x5, + 0x90, 0x0, 0xb4, 0x90, 0xd3, 0xd2, 0x0, 0x3a, + 0x57, 0x3, 0xf7, 0x0, 0xb, 0x3b, 0x27, 0xc7, + 0xb7, 0x10, 0x61, 0x87, 0x70, 0x0, 0x58, + + /* U+6CE8 "注" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb5, 0x0, + 0xc, 0x0, 0x0, 0x0, 0x92, 0x0, 0x74, 0x0, + 0x0, 0x0, 0x6c, 0xce, 0xcc, 0xc0, 0x69, 0x10, + 0x0, 0xa2, 0x0, 0x0, 0x35, 0x0, 0xa, 0x20, + 0x0, 0x0, 0x11, 0xcc, 0xed, 0xc8, 0x0, 0xb, + 0x10, 0xa, 0x20, 0x0, 0x3, 0xa0, 0x0, 0xa2, + 0x0, 0x0, 0xb3, 0x0, 0xa, 0x20, 0x0, 0x3a, + 0xa, 0xcc, 0xed, 0xcc, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D1B "洛" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x96, 0x2, + 0xb0, 0x0, 0x0, 0x0, 0x86, 0xac, 0xbb, 0xda, + 0x0, 0x0, 0x6c, 0x80, 0x1d, 0x20, 0x3a, 0x14, + 0x6, 0x9d, 0x40, 0x0, 0x49, 0x2, 0x9c, 0xc8, + 0x20, 0x0, 0x8, 0xb4, 0x0, 0x6b, 0x70, 0x7, + 0x5e, 0xbb, 0xbb, 0xb0, 0x2, 0xc0, 0xc0, 0x0, + 0xb, 0x0, 0xc3, 0xe, 0xbb, 0xbb, 0xb0, 0x3, + 0x0, 0xc0, 0x0, 0xb, 0x0, + + /* U+6D32 "洲" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xb5, 0xa, + 0x12, 0x90, 0x92, 0x0, 0x50, 0xa1, 0x29, 0x9, + 0x20, 0x0, 0xa, 0x12, 0xa0, 0x92, 0x6b, 0x2a, + 0xaa, 0x2d, 0x89, 0x20, 0x33, 0xab, 0x77, 0x9b, + 0xa2, 0x0, 0x36, 0xc1, 0x89, 0x4d, 0x20, 0x37, + 0xc, 0x2, 0x90, 0x92, 0x9, 0x31, 0xb0, 0x29, + 0x9, 0x21, 0xc0, 0x66, 0x2, 0x90, 0x92, 0x57, + 0xb, 0x0, 0x29, 0x9, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D3B "活" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6a, 0x12, + 0x57, 0xab, 0x90, 0x0, 0x35, 0x46, 0x5b, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xa0, 0x0, 0x1c, 0x63, + 0xcc, 0xce, 0xcc, 0x80, 0x6, 0x0, 0x1, 0xa0, + 0x0, 0x0, 0x13, 0x49, 0xae, 0x99, 0x0, 0x8, + 0x57, 0x51, 0x11, 0xc0, 0x2, 0xc0, 0x74, 0x0, + 0xc, 0x0, 0xb3, 0x7, 0xb9, 0x99, 0xe0, 0x3, + 0x0, 0x76, 0x22, 0x2c, 0x0, + + /* U+6D41 "流" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xc3, 0x0, + 0xc, 0x0, 0x0, 0x1, 0xa8, 0xbc, 0xec, 0xbb, + 0x10, 0x0, 0x1, 0xc1, 0x28, 0x0, 0x6a, 0x22, + 0xc8, 0x67, 0xe6, 0x0, 0x35, 0x47, 0x65, 0x43, + 0xa0, 0x0, 0x0, 0xb0, 0xb0, 0xb0, 0x0, 0xc, + 0x1c, 0xb, 0xb, 0x0, 0x5, 0x90, 0xc0, 0xb0, + 0xb0, 0x0, 0xd1, 0x78, 0xb, 0xb, 0x35, 0x37, + 0x1d, 0x10, 0x40, 0xbb, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6D88 "消" */ + 0x9, 0x40, 0x70, 0x2a, 0x3, 0x50, 0xa, 0x19, + 0x52, 0xa0, 0xc3, 0x0, 0x0, 0x14, 0x2a, 0x15, + 0x4, 0xb2, 0xc, 0xcc, 0xcc, 0xe5, 0x2, 0x70, + 0xc0, 0x0, 0x7, 0x50, 0x0, 0xc, 0xbb, 0xbb, + 0xd5, 0x0, 0xa1, 0xc0, 0x0, 0x7, 0x50, 0x2a, + 0xc, 0xaa, 0xaa, 0xd5, 0xb, 0x30, 0xc0, 0x0, + 0x7, 0x50, 0x80, 0xc, 0x0, 0x2c, 0xc2, + + /* U+6DF7 "混" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0x2e, + 0xaa, 0xab, 0xb0, 0x0, 0x22, 0xd4, 0x44, 0x5b, + 0x0, 0x10, 0xd, 0x55, 0x56, 0xb0, 0x2d, 0x30, + 0xe9, 0x99, 0xab, 0x0, 0x2b, 0x1, 0x11, 0x11, + 0x0, 0x0, 0x0, 0xb0, 0xa, 0x2, 0x10, 0x6, + 0x6e, 0xb8, 0xca, 0x91, 0x0, 0xc0, 0xc0, 0xc, + 0x20, 0x0, 0x86, 0xc, 0x13, 0xc0, 0xa, 0xb, + 0x2, 0xfb, 0x69, 0xbc, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6DFB "添" */ + 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0x6c, + 0xcf, 0xcc, 0xc0, 0x0, 0x20, 0x2, 0xb0, 0x0, + 0x0, 0x0, 0x11, 0x78, 0x11, 0x10, 0x49, 0x19, + 0xaf, 0xac, 0xca, 0x40, 0x43, 0x9, 0x61, 0x1c, + 0x20, 0x0, 0x1b, 0x72, 0x90, 0x3c, 0x40, 0x39, + 0x2a, 0x39, 0x86, 0x70, 0x9, 0x44, 0x72, 0x99, + 0x1c, 0x10, 0xd0, 0x60, 0x29, 0x32, 0x43, 0x15, + 0x0, 0x4c, 0x60, 0x0, 0x0, + + /* U+6E05 "清" */ + 0x9, 0x31, 0x33, 0xc4, 0x33, 0x0, 0x18, 0x35, + 0x5c, 0x65, 0x50, 0x0, 0x2, 0x99, 0xea, 0x96, + 0x4, 0xb3, 0x88, 0x8b, 0x98, 0x83, 0x1, 0x20, + 0x99, 0x99, 0x94, 0x0, 0x4, 0xb, 0x22, 0x27, + 0x60, 0x0, 0xc0, 0xd7, 0x77, 0xa6, 0x0, 0x67, + 0xe, 0x99, 0x9b, 0x60, 0xd, 0x10, 0xb0, 0x0, + 0x56, 0x1, 0x70, 0xb, 0x0, 0x7c, 0x40, + + /* U+6E1B "減" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa7, 0x0, + 0x0, 0xb4, 0x80, 0x0, 0x37, 0xaa, 0xae, 0xac, + 0x22, 0x10, 0xb1, 0x22, 0xb1, 0x0, 0x3c, 0x4b, + 0x48, 0x8a, 0x2a, 0x0, 0x1, 0xb4, 0x99, 0x85, + 0xb0, 0x0, 0x3b, 0x72, 0x96, 0xc6, 0x0, 0x57, + 0xb7, 0x19, 0x4e, 0x0, 0xb, 0x2b, 0x7a, 0x98, + 0xb1, 0x42, 0xb5, 0x70, 0x6, 0x6a, 0x66, 0x34, + 0x91, 0x3, 0x70, 0x3e, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6E2C "測" */ + 0xa, 0x7b, 0xbb, 0xb0, 0xb, 0x0, 0x3b, 0x0, + 0xb8, 0x1b, 0x10, 0xb, 0xbb, 0xb8, 0x1b, 0x4d, + 0x3b, 0x0, 0xb8, 0x1b, 0x1, 0x1b, 0xbb, 0xb8, + 0x1b, 0x0, 0x1b, 0x0, 0xb8, 0x1b, 0x4, 0x8b, + 0x99, 0xb8, 0x1b, 0xa, 0x25, 0x55, 0x41, 0xb, + 0x1c, 0xc, 0x11, 0xb0, 0xb, 0x35, 0x75, 0x0, + 0x43, 0xbb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+6E90 "源" */ + 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x3e, + 0xbb, 0xcb, 0xb7, 0x0, 0x32, 0xb0, 0xc, 0x0, + 0x0, 0x0, 0xb, 0x6a, 0xe9, 0xa0, 0x1c, 0x61, + 0xba, 0x21, 0x1c, 0x0, 0x4, 0x2a, 0xa7, 0x66, + 0xd0, 0x0, 0x23, 0x9a, 0xaa, 0xae, 0x0, 0xb, + 0x57, 0x11, 0xc1, 0x20, 0x3, 0x98, 0x4b, 0x2c, + 0x1d, 0x10, 0xa3, 0xc5, 0x90, 0xc0, 0x79, 0x8, + 0x37, 0x1, 0xac, 0x0, 0x0, + + /* U+6E96 "準" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x3c, 0x48, + 0x65, 0x80, 0x0, 0x2, 0x5, 0xe9, 0xbd, 0x99, + 0x1, 0x98, 0xbe, 0x8a, 0xc8, 0x50, 0x0, 0x11, + 0xd3, 0x6a, 0x31, 0x0, 0xb, 0x2d, 0x57, 0xb5, + 0x30, 0xb, 0x40, 0xea, 0xbc, 0xaa, 0x10, 0x10, + 0x5, 0x80, 0x0, 0x0, 0x2b, 0xbb, 0xbf, 0xbb, + 0xbb, 0x70, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0xc, 0x0, 0x0, 0x0, + + /* U+6EAB "溫" */ + 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0x2b, + 0xab, 0xab, 0x80, 0x0, 0x11, 0xb0, 0x82, 0x38, + 0x0, 0x20, 0xb, 0x39, 0x94, 0x80, 0x1b, 0x80, + 0xb8, 0x35, 0x98, 0x0, 0x2, 0x4, 0x66, 0x66, + 0x30, 0x0, 0x21, 0xbb, 0xbb, 0xba, 0x0, 0xb, + 0x3a, 0x45, 0x80, 0xc0, 0x2, 0xb1, 0xa4, 0x58, + 0xc, 0x0, 0x94, 0x1a, 0x45, 0x80, 0xc0, 0xc, + 0x1b, 0xec, 0xde, 0xbf, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6ED1 "滑" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8a, 0xa, + 0xaa, 0xae, 0x0, 0x0, 0x53, 0xa9, 0x80, 0xb0, + 0x0, 0x0, 0xa, 0x19, 0x1b, 0x10, 0x3c, 0x4b, + 0x99, 0x99, 0x9d, 0x30, 0x14, 0xb7, 0xaa, 0xaa, + 0xa3, 0x0, 0x20, 0xb2, 0x22, 0xb1, 0x0, 0xc, + 0x1b, 0x88, 0x8d, 0x10, 0x4, 0xa0, 0xb9, 0x99, + 0xd1, 0x0, 0xb3, 0xb, 0x0, 0xa, 0x10, 0x8, + 0x0, 0xb0, 0x9, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6EEF "滯" */ + 0x9, 0x10, 0xa8, 0x1a, 0x90, 0x0, 0x29, 0xae, + 0xdb, 0xee, 0xb2, 0x0, 0x2, 0x98, 0x3b, 0x91, + 0x27, 0x90, 0xa1, 0x47, 0x55, 0x92, 0x6, 0x1a, + 0xaa, 0xca, 0xac, 0x0, 0x0, 0xb0, 0xc, 0x0, + 0xb0, 0x6, 0x61, 0xea, 0xea, 0xd5, 0x0, 0xc0, + 0x1a, 0xc, 0x6, 0x50, 0x49, 0x1, 0xa0, 0xc4, + 0xc2, 0x1, 0x20, 0x0, 0xc, 0x0, 0x0, + + /* U+6EFE "滾" */ + 0x9, 0x20, 0x0, 0xa0, 0x0, 0x0, 0x2a, 0x9a, + 0xaa, 0xaa, 0xa2, 0x0, 0x1, 0xa3, 0x3, 0x91, + 0x6, 0x93, 0xbc, 0xaa, 0xac, 0xa0, 0x4, 0x31, + 0x90, 0x0, 0x90, 0x0, 0x0, 0xb, 0xce, 0xbb, + 0x0, 0x2, 0x90, 0x6a, 0x2a, 0x3a, 0x0, 0x96, + 0xbd, 0x0, 0x7c, 0x0, 0x2b, 0x0, 0xc4, 0x72, + 0x7b, 0x11, 0x30, 0x9, 0x62, 0x0, 0x21, + + /* U+6EFF "滿" */ + 0xa, 0x20, 0x47, 0x2, 0xa0, 0x0, 0x28, 0xac, + 0xdb, 0xce, 0xb4, 0x0, 0x0, 0x4b, 0x67, 0xa0, + 0x6, 0x91, 0x1, 0x4c, 0x42, 0x0, 0x4, 0x2a, + 0xbb, 0xeb, 0xbe, 0x10, 0x1, 0xa4, 0x3b, 0x43, + 0xa1, 0x1, 0xaa, 0x2a, 0xb3, 0xaa, 0x10, 0x84, + 0xa9, 0x9c, 0x98, 0xb1, 0x1b, 0xa, 0x32, 0xc3, + 0x1b, 0x12, 0x40, 0xa0, 0xa, 0x7, 0xb0, + + /* U+6F38 "漸" */ + 0x8, 0x10, 0x73, 0x0, 0x48, 0x20, 0x15, 0x9c, + 0xa7, 0xa4, 0x10, 0x0, 0x8, 0xca, 0x5a, 0x0, + 0x4, 0x90, 0x95, 0x19, 0xab, 0xb6, 0x4, 0x1b, + 0xb9, 0x9a, 0xa, 0x0, 0x0, 0xa8, 0x49, 0xa0, + 0xa0, 0x1, 0x95, 0xa7, 0x3a, 0xa, 0x0, 0x75, + 0xad, 0xb9, 0xa0, 0xa0, 0xb, 0x0, 0x73, 0x46, + 0xa, 0x1, 0x40, 0x7, 0x34, 0x10, 0xa0, + + /* U+6FC0 "激" */ + 0x0, 0x0, 0x10, 0x0, 0x10, 0x0, 0xa3, 0x19, + 0x50, 0x47, 0x0, 0x0, 0x7b, 0x89, 0x97, 0x51, + 0x10, 0x0, 0xb9, 0xa9, 0xba, 0xd8, 0x2b, 0x1a, + 0x1, 0xaf, 0x1a, 0x10, 0x34, 0x7d, 0x9a, 0xb5, + 0xc0, 0x0, 0x39, 0xd9, 0x81, 0xaa, 0x0, 0x1a, + 0x2d, 0x95, 0xb, 0x50, 0x7, 0x44, 0x74, 0x80, + 0xd6, 0x0, 0xc0, 0x92, 0x46, 0x76, 0xb1, 0x18, + 0x47, 0x5b, 0x69, 0x2, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+6FFE "濾" */ + 0x8, 0x40, 0x5, 0xc8, 0x84, 0x0, 0x4, 0x69, + 0xbc, 0x99, 0x91, 0x10, 0x9, 0x48, 0xa7, 0x4a, + 0x5, 0xc2, 0x93, 0x5b, 0x67, 0x40, 0x1, 0x1a, + 0x37, 0x89, 0x93, 0x0, 0x0, 0xb6, 0x69, 0x77, + 0x60, 0x4, 0x7b, 0x66, 0x96, 0x76, 0x0, 0xa2, + 0xb2, 0x7e, 0x97, 0x30, 0x1b, 0x38, 0x88, 0x26, + 0x59, 0x5, 0x68, 0x47, 0x79, 0x98, 0x61, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7063 "灣" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb3, 0x52, + 0x1a, 0x14, 0x40, 0x1, 0x8c, 0x95, 0x66, 0xcb, + 0x10, 0x0, 0x76, 0x6b, 0x76, 0x73, 0x1b, 0x37, + 0x67, 0x87, 0x75, 0x40, 0x15, 0x88, 0xb5, 0xb7, + 0x76, 0x0, 0x14, 0x99, 0x99, 0x98, 0x0, 0xb, + 0x7, 0x77, 0x77, 0xb0, 0x5, 0x74, 0xc8, 0x88, + 0x88, 0x10, 0xb2, 0x0, 0x0, 0x0, 0xc0, 0x9, + 0x0, 0x0, 0x39, 0xa8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+70B9 "点" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xdc, 0xcc, 0xc0, 0x0, 0x0, 0xc, 0x0, 0x0, + 0x0, 0xd, 0xcc, 0xdc, 0xcd, 0x10, 0x0, 0xc0, + 0x0, 0x0, 0xb1, 0x0, 0xc, 0x0, 0x0, 0xb, + 0x10, 0x0, 0xcc, 0xcc, 0xcc, 0xc1, 0x0, 0x6, + 0x3, 0x4, 0x6, 0x10, 0x7, 0x70, 0xc0, 0xa2, + 0x3b, 0x1, 0xb0, 0xa, 0x4, 0x50, 0x82, + + /* U+70BA "為" */ + 0x0, 0x37, 0x0, 0xc0, 0x0, 0x0, 0x1, 0xc1, + 0x5a, 0x0, 0x0, 0x7, 0xaa, 0xaf, 0xab, 0x80, + 0x0, 0x0, 0x7, 0x91, 0x66, 0x0, 0x0, 0x4, + 0xd9, 0x99, 0xb7, 0x0, 0x4, 0xd3, 0x11, 0x18, + 0x50, 0x8, 0xd9, 0x99, 0x99, 0x9d, 0x43, 0x88, + 0x13, 0x51, 0x90, 0xa2, 0x3, 0x92, 0x84, 0x74, + 0x2d, 0x0, 0x81, 0x5, 0x0, 0x7b, 0x90, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7121 "無" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x6, 0x90, + 0x0, 0x0, 0x0, 0x2, 0xec, 0xdb, 0xeb, 0xeb, + 0x21, 0xdc, 0x1a, 0xb, 0xb, 0x0, 0x4, 0xa3, + 0xb2, 0xb2, 0xb3, 0x0, 0x7d, 0xad, 0x9e, 0x9e, + 0x92, 0x0, 0x91, 0xa0, 0xb0, 0xb0, 0x1, 0xbe, + 0xce, 0xbe, 0xbe, 0xb6, 0x0, 0x50, 0x30, 0x30, + 0x24, 0x0, 0x77, 0xc, 0x8, 0x50, 0xc1, 0xa, + 0x0, 0x80, 0x26, 0x4, 0x60, + + /* U+7126 "焦" */ + 0x0, 0x2, 0x1, 0x0, 0x0, 0x0, 0x4, 0xa0, + 0x57, 0x0, 0x0, 0x0, 0xdd, 0xbb, 0xfb, 0xbb, + 0x10, 0xce, 0x11, 0x4a, 0x11, 0x0, 0x46, 0xd7, + 0x79, 0xc7, 0x73, 0x0, 0xd, 0xaa, 0xbd, 0xaa, + 0x40, 0x0, 0xd0, 0x3, 0x90, 0x0, 0x0, 0xe, + 0xaa, 0xbd, 0xaa, 0xa0, 0x1, 0x90, 0x20, 0x40, + 0x42, 0x0, 0x94, 0x2a, 0xb, 0x12, 0xc0, 0x18, + 0x0, 0x80, 0x44, 0x7, 0x30, + + /* U+71B1 "熱" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x35, 0xc4, + 0x10, 0xb0, 0x0, 0x2, 0x4c, 0x44, 0x9e, 0x95, + 0x0, 0x9a, 0xaa, 0x61, 0xc3, 0x90, 0x9, 0x53, + 0x87, 0xba, 0x19, 0x0, 0x79, 0xd8, 0x36, 0xd7, + 0x90, 0x0, 0x1b, 0x11, 0xb0, 0x1a, 0x71, 0xaa, + 0xba, 0xc5, 0x0, 0x97, 0x0, 0x60, 0x40, 0x50, + 0x34, 0x0, 0x86, 0xc, 0x8, 0x40, 0xc2, 0x7, + 0x0, 0x60, 0x23, 0x3, 0x40, + + /* U+7247 "片" */ + 0x0, 0xd0, 0x0, 0xd0, 0x0, 0x0, 0xd0, 0x0, + 0xd0, 0x0, 0x0, 0xd2, 0x22, 0xd2, 0x22, 0x0, + 0xea, 0xaa, 0xaa, 0xa9, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0x2, 0xfd, 0xdd, 0xdd, 0x20, 0x3, 0x90, + 0x0, 0xa, 0x30, 0x8, 0x50, 0x0, 0xa, 0x30, + 0x1d, 0x10, 0x0, 0xa, 0x30, 0x46, 0x0, 0x0, + 0xa, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7248 "版" */ + 0xc, 0xb, 0x6, 0x9a, 0xaa, 0x0, 0xc0, 0xb0, + 0xc1, 0x0, 0x0, 0xc, 0x2c, 0x2c, 0x0, 0x0, + 0x0, 0xc9, 0x97, 0xce, 0xbb, 0xe0, 0xc, 0x0, + 0xc, 0x82, 0xb, 0x0, 0xdb, 0xc2, 0xc4, 0x84, + 0x80, 0xc, 0x9, 0x2c, 0xc, 0xb2, 0x1, 0xb0, + 0x93, 0xb0, 0x8b, 0x0, 0x57, 0x9, 0x87, 0x4c, + 0xb5, 0x7, 0x20, 0x9a, 0x5a, 0x0, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7259 "牙" */ + 0x6, 0xcc, 0xcc, 0xcf, 0xcb, 0x0, 0x5, 0x20, + 0x0, 0xd0, 0x0, 0x0, 0xb1, 0x0, 0xd, 0x0, + 0x0, 0xc, 0x0, 0x0, 0xd0, 0x0, 0x3, 0xec, + 0xcc, 0xdf, 0xcc, 0x50, 0x0, 0x0, 0x7a, 0xd0, + 0x0, 0x0, 0x0, 0x9b, 0xd, 0x0, 0x0, 0x4, + 0xc8, 0x0, 0xd0, 0x0, 0x1c, 0xc3, 0x0, 0xd, + 0x0, 0x0, 0x30, 0x0, 0x7c, 0xb0, 0x0, + + /* U+7279 "特" */ + 0x2, 0xc0, 0x0, 0x29, 0x0, 0x2, 0x9c, 0x3, + 0xbc, 0xeb, 0x90, 0x4d, 0xfb, 0x0, 0x29, 0x0, + 0x7, 0x3c, 0xb, 0xcc, 0xdd, 0xc3, 0x50, 0xc0, + 0x0, 0x0, 0xc0, 0x0, 0x4e, 0xc9, 0xcc, 0xcf, + 0xc2, 0x69, 0xd0, 0x7, 0x0, 0xc0, 0x0, 0xc, + 0x0, 0x86, 0xc, 0x0, 0x0, 0xc0, 0x0, 0x40, + 0xc0, 0x0, 0xc, 0x0, 0x4, 0xcb, 0x0, + + /* U+72C0 "狀" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0, 0xc0, + 0x0, 0xc5, 0x60, 0xb, 0xc, 0x0, 0xc, 0xb, + 0x20, 0xc0, 0xc0, 0x0, 0xc0, 0x11, 0xb, 0xbe, + 0x7c, 0xdf, 0xdc, 0x90, 0x0, 0xc0, 0x1, 0xf1, + 0x0, 0x5b, 0xbf, 0x0, 0x4e, 0x40, 0x0, 0x92, + 0xc0, 0xa, 0x49, 0x0, 0xb, 0xc, 0x3, 0xc0, + 0xb2, 0x2, 0xb0, 0xc2, 0xd3, 0x3, 0xc1, 0x43, + 0xc, 0xb4, 0x0, 0x5, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7387 "率" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xb2, 0x0, 0x0, 0xb, 0xbb, 0xcf, 0xbb, 0xbb, + 0x60, 0x64, 0x7, 0x55, 0x52, 0x80, 0x0, 0x94, + 0xcd, 0x90, 0xa1, 0x0, 0x4, 0x64, 0x86, 0x58, + 0x0, 0xb, 0x75, 0xea, 0x9c, 0x4c, 0x10, 0x0, + 0x0, 0xb2, 0x10, 0x10, 0x2b, 0xbb, 0xbe, 0xcb, + 0xbb, 0x70, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x20, 0x0, 0x0, + + /* U+73ED "班" */ + 0x49, 0x99, 0xb, 0x5a, 0xaa, 0x30, 0x3a, 0x11, + 0xb1, 0x1c, 0x10, 0x1, 0x90, 0x8b, 0x0, 0xc0, + 0x0, 0x3a, 0x18, 0xb0, 0xc, 0x0, 0x3a, 0xd8, + 0x8b, 0x3a, 0xea, 0x10, 0x19, 0x23, 0xc0, 0x1c, + 0x10, 0x1, 0x90, 0xd, 0x0, 0xc0, 0x0, 0x2b, + 0x61, 0xb0, 0xc, 0x0, 0x6d, 0x95, 0xa4, 0x11, + 0xc1, 0x0, 0x0, 0x58, 0xa, 0xaa, 0xa6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+73FE "現" */ + 0x0, 0x0, 0x1, 0x11, 0x11, 0x6, 0xce, 0xb7, + 0xc9, 0x99, 0xd0, 0x0, 0xb0, 0x58, 0x33, 0x3d, + 0x0, 0xb, 0x5, 0xa7, 0x77, 0xd0, 0x5c, 0xec, + 0x6a, 0x66, 0x6d, 0x0, 0xb, 0x5, 0x84, 0x44, + 0xd0, 0x0, 0xb0, 0x5c, 0x99, 0x9d, 0x0, 0x2d, + 0xb4, 0x84, 0xb2, 0x10, 0x9d, 0x72, 0xb, 0x1a, + 0x10, 0x1, 0x0, 0x6, 0x90, 0xa1, 0x37, 0x0, + 0x9, 0x90, 0x7, 0xbc, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7406 "理" */ + 0x5a, 0xaa, 0x7c, 0xbe, 0xbf, 0x0, 0x2b, 0x17, + 0x40, 0xb0, 0xc0, 0x1, 0xa0, 0x7c, 0xae, 0xae, + 0x2, 0x7d, 0x57, 0x40, 0xb0, 0xc0, 0x15, 0xc3, + 0x7c, 0xbe, 0xbe, 0x0, 0x1a, 0x0, 0x0, 0xc0, + 0x0, 0x1, 0xb4, 0x7b, 0xbf, 0xbb, 0x11, 0x8f, + 0xc0, 0x0, 0xc0, 0x0, 0x8c, 0x40, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x5b, 0xbc, 0xfb, 0xb6, + + /* U+745E "瑞" */ + 0x2a, 0xa9, 0x55, 0xb, 0xa, 0x10, 0x5a, 0x25, + 0x50, 0xb0, 0xa1, 0x2, 0x80, 0x4c, 0xbc, 0xbc, + 0x10, 0x7b, 0x25, 0x66, 0x66, 0x63, 0x7, 0xb2, + 0x44, 0x6b, 0x44, 0x20, 0x28, 0x5, 0xbc, 0xdb, + 0xb2, 0x2, 0x80, 0x74, 0xa1, 0x88, 0x30, 0x6e, + 0xc7, 0x4a, 0x18, 0x83, 0x29, 0x30, 0x74, 0xa1, + 0x88, 0x30, 0x0, 0x7, 0x4a, 0x19, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+74B0 "環" */ + 0x7a, 0xa2, 0xe9, 0xcd, 0x9c, 0x2, 0xb5, 0xb, + 0x8, 0x90, 0xb0, 0x9, 0x10, 0x99, 0x99, 0x97, + 0x2, 0xb5, 0x4a, 0xaa, 0xaa, 0xa1, 0x4c, 0x80, + 0x79, 0x99, 0xa5, 0x0, 0x91, 0xb, 0x10, 0x4, + 0x70, 0x9, 0x10, 0x6b, 0xec, 0x95, 0x2, 0xcc, + 0x58, 0xc1, 0x69, 0x80, 0x74, 0x4, 0x5a, 0x44, + 0xb5, 0x0, 0x0, 0x5, 0x95, 0x10, 0x72, + + /* U+751F "生" */ + 0x0, 0x37, 0xa, 0x20, 0x0, 0x0, 0xa, 0x40, + 0xa2, 0x0, 0x0, 0x2, 0xec, 0xce, 0xdc, 0xcc, + 0x10, 0xc4, 0x0, 0xa2, 0x0, 0x0, 0x4, 0x0, + 0xa, 0x20, 0x0, 0x0, 0xb, 0xcc, 0xed, 0xcc, + 0x80, 0x0, 0x0, 0xa, 0x20, 0x0, 0x0, 0x0, + 0x0, 0xa2, 0x0, 0x0, 0x0, 0x0, 0xa, 0x20, + 0x0, 0x1, 0xcc, 0xcc, 0xed, 0xcc, 0xc7, + + /* U+7528 "用" */ + 0x0, 0xaa, 0xaa, 0xaa, 0xa9, 0x0, 0xc2, 0x2d, + 0x22, 0x2d, 0x0, 0xb0, 0xd, 0x0, 0xc, 0x0, + 0xfc, 0xcf, 0xcc, 0xce, 0x1, 0xb0, 0xd, 0x0, + 0xc, 0x2, 0xb0, 0xd, 0x0, 0xc, 0x3, 0xeb, + 0xbf, 0xbb, 0xbe, 0x6, 0x60, 0xd, 0x0, 0xc, + 0xb, 0x20, 0xd, 0x0, 0xc, 0x3a, 0x0, 0xd, + 0xa, 0xbb, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7535 "电" */ + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x9c, 0xcc, 0xfc, + 0xcc, 0x0, 0xc0, 0x0, 0xd0, 0xc, 0x0, 0xc1, + 0x0, 0xd0, 0xc, 0x0, 0xcb, 0xbb, 0xfb, 0xbf, + 0x0, 0xc0, 0x0, 0xd0, 0xc, 0x0, 0xcd, 0xcd, + 0xfc, 0xcd, 0x0, 0x40, 0x0, 0xd0, 0x0, 0xa0, + 0x0, 0x0, 0xd0, 0x0, 0xd0, 0x0, 0x0, 0xbd, + 0xdd, 0x80, + + /* U+754C "界" */ + 0x0, 0xea, 0xaf, 0xaa, 0xbb, 0x0, 0xc, 0x0, + 0xc0, 0x2, 0xb0, 0x0, 0xea, 0xae, 0xaa, 0xbb, + 0x0, 0xc, 0x0, 0xc0, 0x2, 0xb0, 0x0, 0xab, + 0xfb, 0xdd, 0xa7, 0x0, 0x2, 0xb3, 0x0, 0xa7, + 0x0, 0xa, 0xb7, 0x50, 0xb, 0x7c, 0x70, 0x20, + 0x75, 0x0, 0xd1, 0x1, 0x0, 0x2d, 0x10, 0xd, + 0x10, 0x0, 0x2c, 0x30, 0x0, 0xd1, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7565 "略" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x44, 0x42, 0x7, + 0x50, 0x0, 0xcb, 0x89, 0x1d, 0xbb, 0xf2, 0xa7, + 0x1a, 0xbc, 0x24, 0xa0, 0xa7, 0x1a, 0x41, 0xcc, + 0x10, 0xdc, 0xa9, 0x18, 0xbb, 0x50, 0xa7, 0x1b, + 0xd5, 0x1, 0x99, 0xa7, 0x1a, 0x4d, 0xaa, 0xe0, + 0xda, 0x98, 0x37, 0x0, 0xb0, 0x70, 0x0, 0x3d, + 0xbb, 0xe0, 0x0, 0x0, 0x37, 0x0, 0xb0, + + /* U+7570 "異" */ + 0x1, 0xea, 0xae, 0xaa, 0xb8, 0x0, 0x1c, 0x55, + 0xc5, 0x58, 0x80, 0x1, 0xc4, 0x4c, 0x54, 0x78, + 0x0, 0x1e, 0xaa, 0xea, 0xab, 0x80, 0x0, 0x8, + 0x40, 0xd, 0x0, 0x0, 0x5b, 0xed, 0xbb, 0xfb, + 0xb0, 0x0, 0x8, 0x40, 0xd, 0x0, 0x1, 0xbb, + 0xcc, 0xbb, 0xdb, 0xb7, 0x0, 0x4b, 0x60, 0x1b, + 0x93, 0x0, 0x97, 0x20, 0x0, 0x3, 0xa3, + + /* U+7576 "當" */ + 0x9, 0x10, 0xc0, 0xa, 0x20, 0xbd, 0xdb, 0xfb, + 0xce, 0xb4, 0xc0, 0x33, 0x33, 0x32, 0x56, 0x63, + 0xb6, 0x66, 0x7a, 0x33, 0x3, 0xc9, 0x99, 0xaa, + 0x0, 0x4, 0x44, 0x44, 0x44, 0x20, 0x3b, 0x66, + 0xe6, 0x67, 0xb0, 0x3c, 0x99, 0xe9, 0x99, 0xb0, + 0x38, 0x0, 0xc0, 0x0, 0xb0, 0x3d, 0xaa, 0xea, + 0xaa, 0xb0, + + /* U+758A "疊" */ + 0x0, 0x88, 0x7c, 0x77, 0xd0, 0x0, 0x8, 0xa9, + 0xd9, 0x9e, 0x0, 0x5, 0x8a, 0xa6, 0xaa, 0xa6, + 0x20, 0xb8, 0xca, 0x5c, 0x8b, 0xa4, 0xa, 0x7b, + 0x95, 0xb7, 0xa9, 0x40, 0x78, 0x88, 0x88, 0x88, + 0x91, 0x9, 0x29, 0x77, 0x78, 0x77, 0x20, 0x3, + 0xc6, 0x66, 0x7a, 0x0, 0x0, 0x3c, 0x77, 0x78, + 0xa0, 0x1, 0x9a, 0xd9, 0x99, 0xad, 0x95, + + /* U+767C "發" */ + 0x0, 0x0, 0x1, 0x20, 0x20, 0x0, 0x3a, 0xaf, + 0x2b, 0x79, 0x10, 0x4, 0x96, 0x90, 0x5c, 0x2b, + 0x20, 0xb, 0xa0, 0x0, 0x6f, 0x40, 0x3c, 0xba, + 0xa3, 0xca, 0xcb, 0x60, 0x1, 0x1b, 0x66, 0xb, + 0x0, 0x4, 0xb8, 0x7b, 0x0, 0x89, 0x20, 0x65, + 0x11, 0x7a, 0xaa, 0x40, 0x4, 0x89, 0xb6, 0x61, + 0xa1, 0x0, 0x0, 0x39, 0x7, 0xe7, 0x0, 0x1, + 0xac, 0x5b, 0x83, 0x95, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+767D "白" */ + 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, 0x1e, 0x0, + 0x0, 0x1a, 0xac, 0xda, 0xaa, 0x92, 0xb2, 0x22, + 0x22, 0x2d, 0x2a, 0x0, 0x0, 0x0, 0xd2, 0xa0, + 0x0, 0x0, 0xd, 0x2e, 0xcc, 0xcc, 0xcc, 0xd2, + 0xa0, 0x0, 0x0, 0xd, 0x2a, 0x0, 0x0, 0x0, + 0xd2, 0xec, 0xcc, 0xcc, 0xcd, 0x2a, 0x0, 0x0, + 0x0, 0xc0, + + /* U+7684 "的" */ + 0x2, 0x20, 0x3, 0x10, 0x0, 0x9, 0x40, 0xb, + 0x20, 0x0, 0xae, 0xa8, 0x1f, 0xbb, 0xb2, 0xc1, + 0x1c, 0x86, 0x0, 0xa2, 0xb0, 0xc, 0xa1, 0x0, + 0xa1, 0xe9, 0x9c, 0xa, 0x30, 0xa1, 0xc1, 0x1c, + 0x1, 0xc0, 0xb0, 0xb0, 0xb, 0x0, 0x63, 0xc0, + 0xb0, 0xb, 0x0, 0x0, 0xc0, 0xeb, 0xb9, 0x0, + 0x0, 0xc0, 0xb0, 0x0, 0x2, 0xbc, 0x60, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+76E3 "監" */ + 0x0, 0x0, 0x0, 0x3, 0x0, 0x4, 0xdb, 0xda, + 0x55, 0x60, 0x0, 0x4b, 0x7c, 0x61, 0xac, 0xbb, + 0x24, 0x93, 0x39, 0x6a, 0x0, 0x0, 0x4c, 0x9a, + 0xa6, 0x2a, 0x50, 0x4, 0x94, 0xa2, 0x20, 0xb, + 0x20, 0x27, 0x77, 0x75, 0x0, 0x0, 0x0, 0x4c, + 0xad, 0xad, 0xad, 0x0, 0x4, 0x70, 0xb0, 0xb0, + 0xc0, 0x0, 0x47, 0xb, 0xb, 0xc, 0x0, 0x8d, + 0xdb, 0xeb, 0xeb, 0xfb, 0x20, + + /* U+76E4 "盤" */ + 0x0, 0x22, 0x0, 0x0, 0x0, 0x0, 0x7c, 0xb8, + 0xd, 0x9c, 0x0, 0xa, 0x40, 0xa3, 0x80, 0xb2, + 0x0, 0xa1, 0x4a, 0x91, 0x5, 0x81, 0x7d, 0x99, + 0xc6, 0xc9, 0xc3, 0x0, 0xa6, 0x3a, 0x9, 0x97, + 0x0, 0x83, 0x7, 0xca, 0x96, 0xa9, 0x11, 0x4a, + 0xba, 0xaa, 0xaa, 0x10, 0x6, 0x53, 0x80, 0xb0, + 0xc0, 0x0, 0x65, 0x38, 0xb, 0xc, 0x0, 0x7c, + 0xcb, 0xda, 0xea, 0xea, 0x20, + + /* U+76EE "目" */ + 0xf, 0xcc, 0xcc, 0xce, 0x20, 0xc0, 0x0, 0x0, + 0xa2, 0xc, 0x0, 0x0, 0xa, 0x20, 0xfc, 0xcc, + 0xcc, 0xe2, 0xc, 0x0, 0x0, 0xa, 0x20, 0xd2, + 0x22, 0x22, 0xb2, 0xe, 0xaa, 0xaa, 0xae, 0x20, + 0xc0, 0x0, 0x0, 0xa2, 0xf, 0xcc, 0xcc, 0xce, + 0x20, 0xc0, 0x0, 0x0, 0xa2, + + /* U+76F4 "直" */ + 0x0, 0x0, 0xc, 0x10, 0x0, 0x0, 0xab, 0xbb, + 0xfb, 0xbb, 0xb3, 0x0, 0x57, 0x8d, 0x77, 0x71, + 0x0, 0xa, 0x32, 0x22, 0x2b, 0x20, 0x0, 0xaa, + 0xaa, 0xaa, 0xd2, 0x0, 0xa, 0x87, 0x77, 0x7d, + 0x20, 0x0, 0xa3, 0x22, 0x22, 0xb2, 0x0, 0xa, + 0xaa, 0xaa, 0xad, 0x20, 0x1, 0xb3, 0x11, 0x11, + 0xa4, 0x12, 0xaa, 0xaa, 0xaa, 0xaa, 0xa7, + + /* U+76F8 "相" */ + 0x0, 0x65, 0x9, 0xcc, 0xce, 0x10, 0x7, 0x60, + 0x91, 0x0, 0xb1, 0x2e, 0xfe, 0xd9, 0x10, 0xb, + 0x10, 0xb, 0x50, 0x9c, 0xbb, 0xe1, 0x1, 0xfc, + 0x9, 0x10, 0xb, 0x10, 0x8a, 0xa9, 0x93, 0x11, + 0xb1, 0x2b, 0x65, 0x49, 0xba, 0xae, 0x13, 0x26, + 0x50, 0x91, 0x0, 0xb1, 0x0, 0x65, 0x9, 0xcb, + 0xbe, 0x10, 0x6, 0x50, 0x91, 0x0, 0xa1, + + /* U+770B "看" */ + 0x0, 0x0, 0x0, 0x13, 0x53, 0x0, 0x3a, 0xac, + 0xd8, 0x75, 0x20, 0x0, 0x0, 0x77, 0x0, 0x0, + 0x0, 0x29, 0x9f, 0xa9, 0x99, 0x80, 0x8, 0x8a, + 0xd8, 0x88, 0x88, 0x40, 0x1, 0xea, 0x88, 0x88, + 0x40, 0x1, 0xbd, 0x22, 0x22, 0x77, 0x2, 0xc3, + 0xd8, 0x88, 0x8b, 0x70, 0x2, 0xd, 0x99, 0x99, + 0xb7, 0x0, 0x0, 0xc0, 0x0, 0x5, 0x70, 0x0, + 0xd, 0xaa, 0xaa, 0xc7, 0x0, + + /* U+771F "真" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x34, 0x44, + 0xc6, 0x44, 0x41, 0x5, 0x66, 0x6e, 0x66, 0x66, + 0x10, 0x7, 0xa8, 0xa8, 0x8c, 0x0, 0x0, 0x89, + 0x77, 0x77, 0xe0, 0x0, 0x8, 0xa8, 0x88, 0x8e, + 0x0, 0x0, 0x87, 0x44, 0x44, 0xd0, 0x0, 0x8, + 0x63, 0x33, 0x3d, 0x0, 0x1a, 0xbb, 0xba, 0xab, + 0xbb, 0x60, 0x4, 0xb5, 0x0, 0xb9, 0x30, 0x9, + 0x71, 0x0, 0x0, 0x29, 0x30, + + /* U+77E5 "知" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x3, 0xa0, 0x0, + 0x34, 0x44, 0x8, 0xec, 0xc7, 0xc7, 0x7e, 0xd, + 0xc, 0x0, 0xc0, 0xc, 0x25, 0xc, 0x0, 0xc0, + 0xc, 0x3c, 0xcf, 0xcb, 0xc0, 0xc, 0x0, 0x2b, + 0x0, 0xc0, 0xc, 0x0, 0x6e, 0x50, 0xc0, 0xc, + 0x0, 0xb2, 0xc4, 0xc0, 0xc, 0x5, 0xa0, 0x18, + 0xcc, 0xcf, 0x2c, 0x0, 0x0, 0xc0, 0xb, 0x1, + 0x0, 0x0, 0x0, 0x0, + + /* U+786C "硬" */ + 0x0, 0x0, 0x11, 0x11, 0x11, 0x7, 0xde, 0xc8, + 0xaa, 0xea, 0xa2, 0x6, 0x50, 0x0, 0xc, 0x0, + 0x0, 0xa1, 0x6, 0xba, 0xea, 0xd0, 0xe, 0x55, + 0x78, 0x4d, 0x4d, 0x7, 0xe5, 0xc7, 0x84, 0xd4, + 0xd0, 0x9c, 0xa, 0x7c, 0xae, 0xae, 0x0, 0xb0, + 0xa2, 0x43, 0xa0, 0x0, 0xb, 0xb, 0xb, 0xa5, + 0x0, 0x0, 0xca, 0xb2, 0x9d, 0x84, 0x20, 0x0, + 0x0, 0x62, 0x1, 0x46, 0x10, + + /* U+78BA "確" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x55, 0x50, + 0x5, 0x60, 0x0, 0x39, 0xb6, 0xbb, 0xeb, 0xbe, + 0x0, 0x74, 0x9, 0x49, 0x90, 0xa0, 0xb, 0x53, + 0x2e, 0xce, 0xcb, 0x2, 0xf7, 0xdd, 0xd0, 0xb0, + 0x0, 0x9e, 0xb, 0xd, 0xae, 0xa8, 0x3, 0xb0, + 0xb0, 0xc3, 0xc4, 0x20, 0xb, 0x7c, 0xd, 0x6d, + 0x65, 0x0, 0xb3, 0x30, 0xd8, 0xd9, 0x82, 0x1, + 0x0, 0xc, 0x22, 0x22, 0x0, + + /* U+78BC "碼" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xbf, 0xb9, + 0xba, 0xcc, 0xa5, 0x1, 0xb0, 0xb, 0x6, 0x50, + 0x0, 0x48, 0x0, 0xba, 0xcc, 0x90, 0x7, 0x84, + 0x1b, 0x5a, 0x95, 0x0, 0xd8, 0x96, 0xb4, 0x98, + 0x30, 0x4f, 0x45, 0x6b, 0xbd, 0xcb, 0x72, 0x94, + 0x56, 0x20, 0x12, 0x2b, 0x6, 0x45, 0x79, 0x97, + 0x3a, 0xa0, 0x6b, 0xa9, 0x59, 0x24, 0x38, 0x0, + 0x0, 0x30, 0x10, 0x9c, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+793A "示" */ + 0x0, 0x22, 0x22, 0x22, 0x21, 0x0, 0x1a, 0xaa, + 0xaa, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x1, 0xcc, 0xcc, 0xcc, 0xcc, 0xc6, 0x0, 0x0, + 0xb, 0x20, 0x0, 0x0, 0x5, 0x60, 0xb2, 0x19, + 0x0, 0x0, 0xd1, 0xb, 0x20, 0x95, 0x0, 0x88, + 0x0, 0xb2, 0x1, 0xd0, 0x1b, 0x0, 0xb, 0x20, + 0x8, 0x30, 0x0, 0x6d, 0xd0, 0x0, 0x0, + + /* U+7981 "禁" */ + 0x0, 0x29, 0x0, 0x6, 0x50, 0x0, 0xad, 0xea, + 0x5a, 0xfe, 0xa3, 0x1, 0xdd, 0x80, 0x5d, 0xd4, + 0x1, 0xc4, 0x94, 0x7a, 0x66, 0xb4, 0x2, 0x27, + 0x14, 0x15, 0x41, 0x10, 0x6, 0x77, 0x77, 0x77, + 0x20, 0xb, 0xbb, 0xbb, 0xbb, 0xbb, 0x40, 0x2, + 0x30, 0xb1, 0x33, 0x0, 0x3, 0xc1, 0xb, 0x11, + 0xb6, 0x0, 0x91, 0x2b, 0xc0, 0x0, 0x91, + + /* U+79D2 "秒" */ + 0x2, 0x59, 0x70, 0xc, 0x0, 0x0, 0x8a, 0x60, + 0x0, 0xc0, 0x20, 0x0, 0x65, 0x7, 0x4c, 0xc, + 0x3, 0xce, 0xdb, 0xa1, 0xc0, 0x84, 0x0, 0xdb, + 0xc, 0xc, 0x2, 0x70, 0x4d, 0xa8, 0x30, 0xc0, + 0x70, 0xc, 0x75, 0x20, 0x9, 0x3a, 0x3, 0x56, + 0x50, 0x0, 0x2c, 0x10, 0x0, 0x65, 0x2, 0x8c, + 0x20, 0x0, 0x6, 0x58, 0xb5, 0x0, 0x0, + + /* U+79F0 "称" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0xb6, + 0x29, 0x0, 0x0, 0x5, 0x95, 0x6, 0xda, 0xaa, + 0x40, 0x7, 0x40, 0xb2, 0xd1, 0xb1, 0x1c, 0xed, + 0xc8, 0xc, 0x4, 0x0, 0xd, 0x90, 0x54, 0xc3, + 0x70, 0x4, 0xdb, 0x69, 0x2c, 0xc, 0x0, 0xb7, + 0x52, 0xc0, 0xc0, 0xa1, 0x35, 0x74, 0x47, 0xc, + 0x6, 0x50, 0x7, 0x40, 0x0, 0xc0, 0x0, 0x0, + 0x74, 0x0, 0xab, 0x0, 0x0, + + /* U+79FB "移" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x59, 0xa0, + 0xa, 0x40, 0x0, 0x36, 0xc0, 0x1a, 0xbb, 0xe6, + 0x0, 0xc, 0x8, 0x76, 0x5c, 0x0, 0x8d, 0xfc, + 0x13, 0xeb, 0x0, 0x0, 0x7f, 0x2a, 0xb6, 0xd1, + 0x0, 0xb, 0xdb, 0x2, 0xcb, 0xbf, 0x15, 0x7c, + 0x26, 0xd6, 0x6, 0x90, 0x90, 0xc0, 0x20, 0x7b, + 0xc1, 0x0, 0xc, 0x0, 0x29, 0xa0, 0x0, 0x0, + 0xc0, 0xb9, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7A0B "程" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0x2, 0xad, 0x76, + 0xdb, 0xbb, 0xc0, 0x1, 0xb0, 0x67, 0x0, 0xc, + 0x1, 0x3c, 0x36, 0xb6, 0x66, 0xc0, 0x5a, 0xe9, + 0x24, 0x44, 0x43, 0x0, 0x8f, 0x47, 0xbb, 0xbb, + 0xb2, 0xc, 0xcb, 0x0, 0xc, 0x0, 0x8, 0x7b, + 0x3, 0xab, 0xea, 0xa0, 0x70, 0xb0, 0x0, 0xc, + 0x0, 0x0, 0xb, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xb1, 0xbb, 0xcf, 0xbb, 0x50, + + /* U+7A31 "稱" */ + 0x0, 0x1, 0x0, 0x0, 0x1, 0x4, 0x9c, 0x85, + 0x9a, 0xa9, 0x60, 0x22, 0xa0, 0x56, 0x36, 0x48, + 0x2, 0x5c, 0x40, 0xa0, 0x99, 0x0, 0x5a, 0xd7, + 0x49, 0x9e, 0x97, 0x0, 0x8f, 0x26, 0x71, 0xb1, + 0xc0, 0xb, 0xcc, 0x6c, 0xae, 0x9c, 0x7, 0x6a, + 0x16, 0x60, 0xb0, 0xb0, 0x71, 0xa2, 0xdd, 0xbb, + 0xae, 0x40, 0x1a, 0x6, 0x60, 0x0, 0xb0, 0x1, + 0xa0, 0x66, 0x0, 0xa8, 0x0, + + /* U+7A7A "空" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xdb, 0xbb, 0xdc, 0xbb, 0xd0, 0xc0, + 0x3, 0x2, 0x10, 0xc0, 0x73, 0xc5, 0x3, 0xc7, + 0x40, 0x9a, 0x20, 0x0, 0x7, 0xa0, 0xa, 0xbb, + 0xcb, 0xbb, 0x0, 0x0, 0x0, 0xd0, 0x0, 0x0, + 0x0, 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xd0, + 0x0, 0x0, 0xcc, 0xcc, 0xfc, 0xcc, 0xc0, + + /* U+7A81 "突" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc2, 0x0, 0x0, 0xd, 0xbb, 0xbb, 0xbb, 0xbe, + 0x40, 0xc0, 0x58, 0x3, 0x91, 0x84, 0x3, 0xa8, + 0x2, 0x3, 0xb5, 0x0, 0x12, 0x0, 0xc2, 0xb3, + 0x10, 0x1b, 0xbb, 0xbf, 0xbc, 0xcb, 0x60, 0x0, + 0x6, 0xba, 0x0, 0x0, 0x0, 0x3, 0xc1, 0x88, + 0x0, 0x0, 0x4a, 0xb1, 0x0, 0x7c, 0x62, 0x7, + 0x30, 0x0, 0x0, 0x16, 0x30, + + /* U+7A97 "窗" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0x0, + 0x0, 0xe9, 0x9a, 0x9a, 0x99, 0xe8, 0x3b, 0x40, + 0x4a, 0x58, 0x88, 0x29, 0x50, 0x17, 0x91, 0xd8, + 0xa8, 0x88, 0xd2, 0x1b, 0x2c, 0x89, 0x5a, 0x21, + 0xb6, 0x74, 0xa1, 0xa2, 0x1b, 0x5, 0xcb, 0x2a, + 0x21, 0xb7, 0x50, 0x14, 0xa2, 0x1e, 0x99, 0x99, + 0x9d, 0x20, + + /* U+7AEF "端" */ + 0x4, 0x70, 0x82, 0x4a, 0x9, 0x22, 0x3a, 0x39, + 0x24, 0xa0, 0x92, 0x59, 0x99, 0x9c, 0xce, 0xbd, + 0x22, 0x60, 0x94, 0x44, 0x44, 0x42, 0x9, 0x28, + 0x55, 0xac, 0x55, 0x30, 0xa4, 0x57, 0xbd, 0xdb, + 0xb3, 0xa, 0x72, 0xb0, 0xa1, 0x87, 0x40, 0x4c, + 0xdc, 0xa, 0x18, 0x74, 0x79, 0x40, 0xa0, 0xa1, + 0x87, 0x40, 0x0, 0xa, 0x9, 0x18, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7AF6 "競" */ + 0x0, 0x40, 0x0, 0x4, 0x0, 0x2, 0x9d, 0xa9, + 0x59, 0xe9, 0x90, 0x6, 0x14, 0x30, 0x61, 0x53, + 0x0, 0x83, 0x83, 0xb, 0x1a, 0x20, 0x5a, 0xaa, + 0xa7, 0x99, 0x99, 0x30, 0xc7, 0x7a, 0x4a, 0x77, + 0xb0, 0xd, 0x88, 0xb4, 0xb8, 0x8c, 0x0, 0x57, + 0xb0, 0x9, 0x3c, 0x0, 0x7, 0x4a, 0x11, 0xb0, + 0xb0, 0x0, 0xb1, 0xdc, 0x5a, 0xb, 0x8, 0x67, + 0x5, 0x3b, 0x10, 0xba, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7B2C "第" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x10, + 0x9, 0x50, 0x0, 0x5, 0xbe, 0x98, 0xda, 0xe9, + 0x50, 0xa2, 0x73, 0x93, 0x19, 0x20, 0x2, 0x77, + 0x7e, 0x77, 0x8b, 0x0, 0x9, 0x99, 0xe9, 0x9a, + 0xb0, 0x1, 0xa0, 0xd, 0x0, 0x0, 0x0, 0x3e, + 0xbb, 0xfb, 0xbb, 0xb0, 0x0, 0x3, 0xbd, 0x0, + 0xd, 0x0, 0x5, 0xb0, 0xc0, 0x12, 0xc0, 0x9, + 0x70, 0xc, 0x7, 0x93, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7B49 "等" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x10, + 0xb, 0x30, 0x0, 0xa, 0xbe, 0x9c, 0xcd, 0xc9, + 0x51, 0x70, 0x60, 0xc1, 0x16, 0x0, 0x1, 0xaa, + 0xae, 0xba, 0xa7, 0x1, 0x55, 0x55, 0xc6, 0x55, + 0x53, 0x15, 0x55, 0x55, 0x5a, 0x95, 0x30, 0x9b, + 0xbb, 0xbb, 0xdd, 0xb4, 0x0, 0x1b, 0x10, 0x7, + 0x50, 0x0, 0x0, 0x4c, 0x0, 0x75, 0x0, 0x0, + 0x0, 0x22, 0xcd, 0x20, 0x0, + + /* U+7B97 "算" */ + 0x2, 0x20, 0x0, 0x40, 0x0, 0x0, 0xab, 0x99, + 0x7d, 0x99, 0x90, 0x68, 0x67, 0x3c, 0x1a, 0x40, + 0x3, 0x3a, 0xa8, 0xa8, 0xab, 0x0, 0x3, 0xc7, + 0x77, 0x77, 0xe0, 0x0, 0x3c, 0x88, 0x88, 0x8e, + 0x0, 0x3, 0xb4, 0x44, 0x44, 0xe0, 0x0, 0x14, + 0xd5, 0x46, 0xc4, 0x0, 0x6a, 0xae, 0xaa, 0xbe, + 0xaa, 0x10, 0x9, 0x70, 0x2, 0xa0, 0x0, 0x2d, + 0x60, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7BA1 "管" */ + 0x1, 0x30, 0x0, 0x31, 0x0, 0x0, 0x8b, 0x88, + 0x3c, 0x98, 0x83, 0x1c, 0x1c, 0x15, 0x93, 0xb1, + 0x1, 0x53, 0x64, 0xd4, 0x37, 0x30, 0xd, 0x77, + 0x77, 0x77, 0x7d, 0x10, 0x88, 0xa9, 0x99, 0x9a, + 0x71, 0x0, 0xa6, 0x33, 0x33, 0xc0, 0x0, 0xa, + 0x75, 0x55, 0x54, 0x0, 0x0, 0xab, 0xaa, 0xaa, + 0xb5, 0x0, 0xa, 0x20, 0x0, 0x6, 0x50, 0x0, + 0xab, 0xaa, 0xaa, 0xc5, 0x0, + + /* U+7BC0 "節" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0x11, + 0xa, 0x51, 0x10, 0xc, 0xbc, 0x97, 0xcc, 0xc9, + 0x34, 0x50, 0x81, 0x90, 0x19, 0x0, 0xc, 0xaa, + 0xe1, 0xcc, 0xce, 0x0, 0xc7, 0x7d, 0x1c, 0x0, + 0xc0, 0xc, 0x22, 0xb1, 0xc0, 0xc, 0x0, 0xca, + 0xbb, 0x1c, 0x0, 0xc0, 0xc, 0x8, 0x50, 0xc0, + 0xd, 0x0, 0xe6, 0xbe, 0x1c, 0x4b, 0x80, 0x19, + 0x51, 0x53, 0xc0, 0x0, 0x0, + + /* U+7BC4 "範" */ + 0x0, 0x50, 0x0, 0x40, 0x0, 0x0, 0x3e, 0x99, + 0x7f, 0x99, 0x94, 0xc, 0x4b, 0x2c, 0x49, 0x61, + 0x1, 0x40, 0x90, 0x40, 0x25, 0x10, 0x8, 0x9d, + 0x87, 0xc9, 0x9e, 0x0, 0xa8, 0xd9, 0x6b, 0x0, + 0xc0, 0xc, 0x8d, 0x98, 0xb0, 0xc, 0x0, 0xb4, + 0xc6, 0x8b, 0xb, 0xc0, 0x4, 0x4c, 0x42, 0xb0, + 0x1, 0x22, 0xaa, 0xea, 0x9b, 0x0, 0x38, 0x0, + 0xa, 0x0, 0x8b, 0xbd, 0x30, + + /* U+7C3D "簽" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x0, + 0x1d, 0x10, 0x0, 0xa, 0xbd, 0x9d, 0xac, 0xa9, + 0x22, 0x80, 0xa3, 0xe4, 0x27, 0x0, 0x0, 0x18, + 0xa1, 0x79, 0x20, 0x1, 0xa9, 0x38, 0x88, 0x47, + 0xb2, 0x1, 0xd9, 0xc3, 0xd9, 0xd0, 0x0, 0xc, + 0x8, 0x3c, 0xb, 0x0, 0x0, 0xaf, 0x92, 0xad, + 0x90, 0x0, 0xa, 0xd2, 0xa, 0xc5, 0x0, 0x1c, + 0x31, 0x8b, 0x31, 0x7c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7C98 "粘" */ + 0x11, 0x83, 0x30, 0xd, 0x0, 0x2, 0x88, 0x4c, + 0x0, 0xd0, 0x0, 0xb, 0x87, 0x70, 0xf, 0xcc, + 0x73, 0x7b, 0x97, 0x0, 0xd0, 0x0, 0x25, 0xe7, + 0x50, 0xd, 0x0, 0x0, 0x4f, 0xc1, 0xdc, 0xdc, + 0xe0, 0xb, 0x96, 0xad, 0x0, 0xc, 0x7, 0x58, + 0x30, 0xd0, 0x0, 0xc0, 0x0, 0x83, 0xe, 0xaa, + 0xae, 0x0, 0x8, 0x30, 0xd1, 0x11, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+7CBE "精" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1b, 0x22, + 0x33, 0xd3, 0x30, 0x36, 0xba, 0x25, 0x5d, 0x55, + 0x10, 0x9c, 0x90, 0x99, 0xe9, 0x90, 0x5a, 0xe9, + 0x59, 0x9c, 0x88, 0x40, 0x4e, 0x10, 0x89, 0x99, + 0x70, 0x9, 0xe9, 0xc, 0x11, 0x1c, 0x1, 0xab, + 0x80, 0xd8, 0x88, 0xc0, 0x74, 0xb0, 0xd, 0x99, + 0x9c, 0x2, 0xb, 0x0, 0xc0, 0x0, 0xc0, 0x0, + 0xb0, 0xc, 0x1, 0xa8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7CFB "系" */ + 0x0, 0x23, 0x46, 0x8a, 0xb1, 0x0, 0x79, 0x9e, + 0x63, 0x10, 0x0, 0x0, 0x1a, 0x30, 0x5c, 0x0, + 0x0, 0x1e, 0xbb, 0xea, 0x10, 0x0, 0x0, 0x5, + 0xd5, 0x6, 0x80, 0x0, 0x4c, 0xe8, 0x89, 0xae, + 0x60, 0x5, 0x65, 0x3d, 0x1, 0x9, 0x0, 0x7, + 0x90, 0xd0, 0x98, 0x0, 0x9, 0xa0, 0xd, 0x0, + 0x7a, 0x0, 0x40, 0x4c, 0xc0, 0x0, 0x40, + + /* U+7D05 "紅" */ + 0x0, 0x39, 0x2, 0x22, 0x22, 0x0, 0xb, 0x21, + 0x9a, 0xeb, 0xa3, 0x8, 0x57, 0x60, 0xb, 0x10, + 0x2, 0xdc, 0x90, 0x0, 0xb1, 0x0, 0x1, 0xb1, + 0x80, 0xb, 0x10, 0x1, 0xec, 0xac, 0x0, 0xb1, + 0x0, 0x4, 0x12, 0x60, 0xb, 0x10, 0x0, 0xc3, + 0x7a, 0x0, 0xb1, 0x0, 0x1b, 0x19, 0x4c, 0xcf, + 0xdc, 0x60, 0x20, 0x0, 0x0, 0x0, 0x0, + + /* U+7D1A "級" */ + 0x0, 0x60, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x5, + 0xec, 0xbe, 0x0, 0x9, 0x29, 0x19, 0x30, 0xb0, + 0x4, 0xb6, 0x90, 0x92, 0x47, 0x0, 0x58, 0xd2, + 0xa, 0x49, 0xca, 0x0, 0xa3, 0x91, 0xc9, 0x1, + 0xa0, 0x7e, 0xbb, 0x6c, 0xa1, 0x95, 0x1, 0x23, + 0x62, 0xa2, 0xac, 0x0, 0x56, 0xb8, 0x87, 0x1d, + 0x90, 0x8, 0x3b, 0x1c, 0x5c, 0x49, 0xa0, 0x30, + 0x0, 0x55, 0x10, 0x5, 0x0, + + /* U+7D30 "細" */ + 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x0, + 0xfc, 0xfc, 0xf0, 0x7, 0x39, 0xb, 0xb, 0xc, + 0x2, 0xb6, 0x90, 0xb0, 0xb0, 0xc0, 0x58, 0xd2, + 0xb, 0xb, 0xc, 0x0, 0x84, 0x90, 0xfc, 0xfc, + 0xf0, 0x4e, 0xab, 0x5b, 0xb, 0xc, 0x1, 0x21, + 0x40, 0xb0, 0xb0, 0xc0, 0x37, 0x97, 0x3b, 0xb, + 0xc, 0x5, 0x5a, 0x25, 0xfc, 0xec, 0xf0, 0x61, + 0x20, 0xb, 0x0, 0xb, 0x0, + + /* U+7D42 "終" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0xc, 0x0, + 0xd, 0x0, 0x0, 0x5, 0x63, 0x7, 0xcb, 0xc9, + 0x1, 0xb2, 0xc5, 0xcb, 0xc, 0x20, 0x6b, 0xf3, + 0x30, 0x6d, 0x60, 0x0, 0x67, 0xa0, 0x3b, 0xaa, + 0x10, 0x4e, 0xad, 0x7b, 0x41, 0x4c, 0x41, 0x31, + 0x61, 0x3, 0xb6, 0x0, 0x28, 0xa8, 0x13, 0x0, + 0x20, 0x5, 0x5a, 0x33, 0x5b, 0xa4, 0x0, 0x41, + 0x20, 0x0, 0x1, 0x96, 0x0, + + /* U+7D44 "組" */ + 0x0, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x0, + 0xeb, 0xbd, 0x60, 0x9, 0x48, 0xb, 0x0, 0x56, + 0x3, 0xa4, 0x90, 0xb0, 0x5, 0x60, 0x8b, 0xe1, + 0xe, 0xbb, 0xd6, 0x0, 0x84, 0x90, 0xb0, 0x5, + 0x60, 0x6e, 0xac, 0x4b, 0x0, 0x56, 0x2, 0x21, + 0x52, 0xeb, 0xbd, 0x60, 0x56, 0xa9, 0x1b, 0x0, + 0x56, 0x8, 0x3a, 0x53, 0xb0, 0x5, 0x60, 0x90, + 0x60, 0xae, 0xbb, 0xdd, 0x10, + + /* U+7D50 "結" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x4, 0x80, 0x0, 0x4, 0x64, 0x8c, 0xde, 0xcc, + 0x10, 0xa2, 0x90, 0x4, 0x80, 0x0, 0x8d, 0xe1, + 0x0, 0x58, 0x0, 0x0, 0x56, 0x74, 0xbb, 0xbb, + 0x90, 0x3e, 0x8d, 0x12, 0x22, 0x21, 0x3, 0x53, + 0x54, 0xd9, 0x9b, 0x70, 0x37, 0xa9, 0x29, 0x0, + 0x47, 0x7, 0x4a, 0x33, 0xd9, 0x9b, 0x70, 0x50, + 0x10, 0x2a, 0x22, 0x67, 0x0, + + /* U+7D55 "絕" */ + 0x0, 0x50, 0x0, 0x0, 0x0, 0x0, 0x29, 0x4, + 0xbe, 0xcb, 0xd0, 0x8, 0x27, 0x0, 0xd0, 0xb, + 0x2, 0xa4, 0x91, 0xb5, 0x2b, 0x70, 0x5a, 0xe1, + 0x6e, 0xbb, 0xcb, 0x0, 0x56, 0x80, 0xb0, 0xa0, + 0xb0, 0x2d, 0x9d, 0x1b, 0xa, 0xb, 0x3, 0x73, + 0x41, 0xeb, 0xbb, 0xd0, 0x8, 0x99, 0xb, 0x0, + 0x1, 0x3, 0x59, 0x53, 0xc0, 0x0, 0x64, 0x41, + 0x30, 0xa, 0xbb, 0xbd, 0x10, + + /* U+7D71 "統" */ + 0x0, 0x10, 0x0, 0x10, 0x0, 0x0, 0xc, 0x0, + 0x9, 0x40, 0x0, 0x4, 0x63, 0x8b, 0xde, 0xbb, + 0x10, 0xb1, 0xa0, 0x1c, 0x5, 0x0, 0x7e, 0xe3, + 0xa, 0x40, 0xa3, 0x0, 0x39, 0x78, 0xfc, 0xcb, + 0xc0, 0x1d, 0x5c, 0x24, 0x13, 0x14, 0x4, 0x96, + 0x73, 0x83, 0x83, 0x0, 0x16, 0x68, 0xa, 0x18, + 0x30, 0x3, 0x69, 0x81, 0xb0, 0x84, 0x64, 0x63, + 0x61, 0xc3, 0x5, 0xcc, 0x10, 0x0, 0x1, 0x0, + 0x0, 0x0, + + /* U+7D93 "經" */ + 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0xb, 0x6, + 0xbb, 0xbb, 0xb2, 0x7, 0x38, 0x9, 0x9, 0x9, + 0x2, 0xc6, 0x83, 0x85, 0x67, 0x40, 0x49, 0xe2, + 0x74, 0x92, 0xb1, 0x0, 0x75, 0xa0, 0xb1, 0xb2, + 0xa0, 0x4f, 0xbd, 0x24, 0x14, 0x5, 0x1, 0x31, + 0x54, 0xbc, 0xeb, 0xa0, 0x19, 0xaa, 0x0, 0x1a, + 0x0, 0x4, 0x6a, 0x61, 0x1, 0xa0, 0x0, 0x73, + 0x60, 0xbb, 0xce, 0xbb, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7DA0 "綠" */ + 0x0, 0x30, 0x1, 0x20, 0x0, 0x0, 0xa, 0x0, + 0x7c, 0x99, 0x20, 0x5, 0x46, 0xb, 0x10, 0xb1, + 0x0, 0xa4, 0x61, 0xea, 0xac, 0x0, 0x4c, 0xd0, + 0x1, 0x14, 0x90, 0x0, 0x55, 0x7a, 0xbc, 0xeb, + 0xb2, 0x2e, 0x9d, 0x38, 0x2e, 0x49, 0x1, 0x41, + 0x40, 0x84, 0xdc, 0x0, 0x18, 0x98, 0x7, 0xb8, + 0x94, 0x4, 0x69, 0x38, 0x42, 0x80, 0xb2, 0x32, + 0x10, 0x7, 0xc6, 0x0, 0x0, + + /* U+7DCA "緊" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe9, 0xd9, + 0x6e, 0xab, 0xd0, 0xe, 0x8c, 0x80, 0x93, 0x67, + 0x0, 0xc3, 0x3a, 0x1, 0xbc, 0x10, 0xd, 0x4c, + 0x40, 0x3c, 0xc2, 0x0, 0x99, 0x9c, 0x88, 0x12, + 0xa2, 0x0, 0x4a, 0xb5, 0x93, 0x0, 0x0, 0x5, + 0xab, 0x61, 0x69, 0x0, 0x8, 0xcb, 0x9e, 0x87, + 0x79, 0x0, 0x7, 0x70, 0xc0, 0x99, 0x10, 0x9, + 0x31, 0x9c, 0x0, 0x28, 0x0, + + /* U+7DDA "線" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xc, 0x0, + 0x2, 0xb0, 0x0, 0x5, 0x64, 0xe, 0xaa, 0xae, + 0x1, 0xb2, 0xc0, 0xd6, 0x66, 0xd0, 0x6b, 0xf3, + 0xd, 0x33, 0x3d, 0x0, 0x58, 0xa0, 0xca, 0xca, + 0xc0, 0x3e, 0x9e, 0x10, 0xc, 0x5, 0x12, 0x53, + 0x75, 0xab, 0xdb, 0x90, 0x27, 0x9a, 0x8, 0x4c, + 0xb1, 0x5, 0x6a, 0x58, 0x80, 0xc2, 0xc2, 0x52, + 0x30, 0x30, 0xba, 0x2, 0x20, + + /* U+7DE8 "編" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xb, 0x0, + 0x0, 0xb0, 0x0, 0x7, 0x44, 0xaa, 0xaa, 0xae, + 0x2, 0xb5, 0x7a, 0x22, 0x22, 0xb0, 0x49, 0xc1, + 0xa7, 0x77, 0x77, 0x0, 0x73, 0x9b, 0x99, 0x99, + 0x93, 0x4e, 0xcd, 0xbb, 0x8, 0x74, 0x51, 0x20, + 0x6b, 0xb0, 0x87, 0x45, 0x28, 0x98, 0xbe, 0xad, + 0xdc, 0x56, 0x59, 0x88, 0xb0, 0x87, 0x45, 0x41, + 0x32, 0x3b, 0x1, 0x18, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7DF4 "練" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, + 0x3, 0x90, 0x0, 0x4, 0x65, 0x79, 0xad, 0x99, + 0x12, 0xb6, 0x84, 0xab, 0xda, 0x80, 0x48, 0xe2, + 0x76, 0x48, 0x6b, 0x0, 0x84, 0x97, 0x48, 0x88, + 0xa0, 0x4f, 0xbd, 0xab, 0xbd, 0xad, 0x1, 0x22, + 0x61, 0x1d, 0xe6, 0x0, 0x28, 0x99, 0xa, 0x79, + 0xa3, 0x4, 0x59, 0x69, 0x73, 0x91, 0xc1, 0x62, + 0x40, 0x20, 0x39, 0x1, 0x0, + + /* U+7E2E "縮" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x5, 0x60, 0x0, 0x5, 0x53, 0xba, 0xaa, 0xad, + 0x21, 0xa2, 0x99, 0x51, 0x11, 0x72, 0x59, 0xc1, + 0xa, 0x69, 0xa6, 0x10, 0x73, 0x94, 0x87, 0xcc, + 0xa0, 0x4d, 0x9a, 0xc8, 0xa0, 0xb, 0x1, 0x23, + 0x53, 0x8a, 0xaa, 0xe0, 0x36, 0x97, 0x38, 0xa0, + 0xb, 0x6, 0x39, 0x23, 0x8a, 0x98, 0xd0, 0x30, + 0x0, 0x18, 0xa2, 0x1b, 0x0, + + /* U+7E31 "縱" */ + 0x0, 0x70, 0x7, 0x16, 0x7, 0x0, 0x64, 0x5, + 0x65, 0x73, 0x80, 0x9, 0x46, 0xa4, 0xab, 0x9c, + 0x5, 0xc9, 0x6, 0x8a, 0x1b, 0x46, 0x16, 0x52, + 0xd1, 0x30, 0x80, 0x2, 0xda, 0xac, 0xb, 0x1e, + 0xa3, 0x12, 0x25, 0xa0, 0xc0, 0xb0, 0x2, 0x99, + 0x6a, 0x1f, 0x3b, 0x0, 0x45, 0x98, 0xa6, 0x7b, + 0xb0, 0x7, 0x27, 0x1a, 0x90, 0x2b, 0xc6, + + /* U+7E3D "總" */ + 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0xc, 0x0, + 0x46, 0xa4, 0x40, 0x6, 0x54, 0xc, 0x79, 0x6d, + 0x0, 0xb2, 0xa0, 0xa8, 0x7b, 0xb0, 0x5b, 0xe2, + 0xb, 0x4b, 0x5a, 0x0, 0x56, 0x90, 0xa8, 0x57, + 0xa0, 0x2d, 0xbc, 0x2d, 0xba, 0xad, 0x3, 0x40, + 0x22, 0x0, 0x90, 0x10, 0x7, 0x79, 0x18, 0xa6, + 0x5b, 0x3, 0x79, 0x78, 0x5a, 0x3, 0x95, 0x53, + 0x50, 0x40, 0xbb, 0xc3, 0x10, + + /* U+7E8C "續" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x8, + 0x9a, 0xd9, 0x93, 0x5, 0x46, 0x48, 0x9d, 0x87, + 0x0, 0xa5, 0x87, 0x88, 0x88, 0x82, 0x5b, 0xe1, + 0xb0, 0xa3, 0x88, 0x30, 0x75, 0x98, 0x89, 0x99, + 0x92, 0x3e, 0xad, 0x89, 0x77, 0x7c, 0x1, 0x31, + 0x79, 0x86, 0x66, 0xd0, 0x28, 0x99, 0x88, 0x66, + 0x6d, 0x4, 0x6a, 0x74, 0xab, 0x8d, 0x70, 0x62, + 0x50, 0xa8, 0x10, 0x4a, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+7F16 "编" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0xd, 0x0, + 0x0, 0xc0, 0x0, 0x4, 0x80, 0x6c, 0xaa, 0xae, + 0x0, 0xb1, 0x96, 0x73, 0x33, 0xd0, 0x5d, 0xc5, + 0x79, 0x77, 0x77, 0x0, 0x2a, 0x7, 0xba, 0xaa, + 0xa1, 0xa, 0x65, 0x8c, 0x8, 0x78, 0x15, 0xe9, + 0x4a, 0xb0, 0x88, 0x81, 0x0, 0x25, 0xba, 0xad, + 0xdd, 0x13, 0xba, 0x5a, 0xa0, 0x87, 0x81, 0x11, + 0x5, 0x4a, 0x8, 0x8b, 0x0, + + /* U+7F6E "置" */ + 0x7, 0xb9, 0xe9, 0xbb, 0x9e, 0x0, 0x78, 0x5d, + 0x59, 0x95, 0xd0, 0x2, 0x55, 0x5d, 0x55, 0x55, + 0x0, 0xaa, 0xaa, 0xea, 0xaa, 0xa3, 0x0, 0x79, + 0x9c, 0x88, 0xa0, 0x0, 0xa, 0x87, 0x77, 0x7d, + 0x10, 0x0, 0xa7, 0x66, 0x66, 0xd1, 0x0, 0xa, + 0x87, 0x77, 0x7d, 0x10, 0x0, 0xa1, 0x0, 0x0, + 0xb1, 0x1, 0x9d, 0xa9, 0x99, 0x9e, 0xa5, + + /* U+7F8E "美" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc0, + 0x0, 0x86, 0x0, 0x6, 0x9d, 0xb9, 0xaf, 0xa9, + 0x10, 0x11, 0x11, 0xb3, 0x11, 0x10, 0x1, 0xbb, + 0xbe, 0xbb, 0xb7, 0x0, 0x55, 0x55, 0xd7, 0x55, + 0x53, 0x5, 0x55, 0x5e, 0x55, 0x55, 0x30, 0xab, + 0xbc, 0xfc, 0xbb, 0xb5, 0x0, 0x0, 0x97, 0xd3, + 0x0, 0x0, 0x15, 0xb8, 0x2, 0xd8, 0x40, 0x1b, + 0x72, 0x0, 0x0, 0x5a, 0x60, + + /* U+7FA9 "義" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0xb1, + 0x0, 0xc2, 0x0, 0x6, 0xaa, 0xae, 0xaa, 0xaa, + 0x0, 0x8, 0x88, 0xe8, 0x88, 0x40, 0x19, 0x99, + 0x9e, 0x99, 0x99, 0x50, 0x24, 0x6a, 0x38, 0x17, + 0x0, 0x5, 0x4c, 0x0, 0xd0, 0x48, 0x1, 0x99, + 0xe9, 0x9d, 0xba, 0xa6, 0x6, 0x7e, 0x97, 0x49, + 0xa4, 0x0, 0x53, 0xc0, 0x17, 0xf7, 0x7, 0x2, + 0xaa, 0x3b, 0x51, 0xac, 0x60, + + /* U+8005 "者" */ + 0x0, 0x0, 0x56, 0x0, 0x7, 0x0, 0x2b, 0xbd, + 0xdb, 0xcb, 0x30, 0x0, 0x0, 0x56, 0x1b, 0x30, + 0x1, 0xbb, 0xbd, 0xde, 0xeb, 0xb6, 0x0, 0x3, + 0xaa, 0x10, 0x0, 0x0, 0x3b, 0xfd, 0xbb, 0xbc, + 0x30, 0x2b, 0x5d, 0x0, 0x0, 0x93, 0x0, 0x0, + 0xda, 0xaa, 0xad, 0x30, 0x0, 0xc, 0x0, 0x0, + 0x93, 0x0, 0x0, 0xdb, 0xbb, 0xbd, 0x30, + + /* U+8017 "耗" */ + 0x0, 0x83, 0x0, 0x2, 0x87, 0x2, 0xbd, 0xc7, + 0x8b, 0xd2, 0x0, 0x4, 0xa7, 0x21, 0xc, 0x2, + 0x0, 0x5b, 0x72, 0x7a, 0xea, 0x81, 0x49, 0xdb, + 0x91, 0xc, 0x0, 0x0, 0x2f, 0xb1, 0x24, 0xea, + 0xc8, 0x8, 0xcb, 0x7b, 0x8d, 0x30, 0x3, 0xb8, + 0x47, 0x0, 0xc0, 0x3, 0x41, 0x83, 0x0, 0xc, + 0x0, 0xa0, 0x8, 0x30, 0x0, 0xbb, 0xc6, + + /* U+806F "聯" */ + 0x0, 0x0, 0x2, 0x0, 0x20, 0x6, 0xec, 0xe1, + 0xa0, 0x9, 0x0, 0xa, 0x19, 0x95, 0x97, 0x69, + 0x0, 0xdb, 0x98, 0xe1, 0x6c, 0x40, 0xb, 0x19, + 0x65, 0x82, 0x88, 0x0, 0xa1, 0xae, 0xbd, 0xbc, + 0xb5, 0xd, 0xb9, 0x52, 0x84, 0x35, 0x0, 0xa1, + 0x97, 0x3b, 0x64, 0xa0, 0x3d, 0xae, 0x6b, 0xb6, + 0xcd, 0x3, 0x43, 0x90, 0x48, 0x64, 0x20, 0x0, + 0x19, 0x3b, 0x6, 0x40, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8072 "聲" */ + 0x7, 0x8d, 0x75, 0x8a, 0xb4, 0x0, 0x57, 0xb8, + 0x5b, 0x4, 0xa4, 0x7, 0x7a, 0x85, 0xba, 0x99, + 0x0, 0xb7, 0xb9, 0x51, 0xdd, 0x20, 0xa, 0x22, + 0x25, 0xb6, 0x5a, 0x60, 0x7b, 0xa7, 0x77, 0x7e, + 0x73, 0x0, 0x7a, 0x88, 0x88, 0xd0, 0x0, 0x7, + 0xa8, 0x88, 0x8d, 0x0, 0x9, 0xcc, 0xaa, 0xaa, + 0xea, 0x50, 0x10, 0x0, 0x0, 0xc, 0x0, + + /* U+80CC "背" */ + 0x0, 0x6, 0x60, 0xc0, 0x24, 0x0, 0x99, 0xc6, + 0xe, 0xa8, 0x30, 0x0, 0x39, 0x60, 0xd0, 0x4, + 0x23, 0xa7, 0x86, 0xb, 0xbb, 0xc1, 0x0, 0xaa, + 0xaa, 0xaa, 0xb0, 0x0, 0xc, 0x33, 0x33, 0x3d, + 0x0, 0x0, 0xc5, 0x55, 0x55, 0xd0, 0x0, 0xc, + 0x99, 0x99, 0x9d, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0xd0, 0x0, 0xc, 0x0, 0x5, 0xba, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+80FD "能" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x21, + 0xc, 0x0, 0x10, 0x9, 0x32, 0xb0, 0xd8, 0xa6, + 0x2, 0xdb, 0xac, 0x4d, 0x20, 0x11, 0x3, 0x33, + 0x40, 0xc0, 0x5, 0x70, 0xc7, 0x7e, 0x7, 0xbb, + 0xa1, 0xd, 0xaa, 0xe0, 0xb0, 0x5, 0x0, 0xc0, + 0xc, 0xd, 0x9c, 0x60, 0xd, 0xaa, 0xe0, 0xd2, + 0x0, 0x10, 0xc0, 0xc, 0xc, 0x0, 0x38, 0xc, + 0xb, 0xc0, 0x9b, 0xbb, 0x30, + + /* U+8108 "脈" */ + 0x0, 0x0, 0x0, 0x0, 0x34, 0x0, 0xdb, 0xe0, + 0x9c, 0xda, 0x50, 0xb, 0xb, 0x1b, 0x10, 0x0, + 0x0, 0xb0, 0xb1, 0x90, 0x27, 0xa0, 0xd, 0xbe, + 0x19, 0xbb, 0xa2, 0x0, 0xb0, 0xb1, 0x9b, 0xa, + 0x73, 0xe, 0xcf, 0x28, 0xb0, 0xc7, 0x0, 0xa0, + 0xb3, 0x7b, 0x9, 0x20, 0x19, 0xb, 0x64, 0xb0, + 0x57, 0x4, 0x70, 0xba, 0x1b, 0x95, 0xd1, 0x83, + 0x9c, 0xa0, 0xb4, 0x6, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8173 "腳" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xc9, 0x54, + 0x93, 0xde, 0xa, 0x9, 0xa0, 0x67, 0x6a, 0xa, + 0xb, 0x8b, 0x2c, 0x6a, 0xe, 0xc9, 0x2d, 0xb4, + 0x6a, 0xa, 0xa, 0xc2, 0x89, 0x6a, 0xe, 0xcb, + 0xa9, 0xa8, 0x6a, 0x9, 0x9, 0x91, 0xa3, 0x6a, + 0x27, 0x9, 0x80, 0xa3, 0xad, 0x55, 0x9, 0x9b, + 0xe3, 0x60, 0x73, 0xb6, 0x80, 0xa3, 0x60, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+81EA "自" */ + 0x0, 0x2, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, + 0xcc, 0xcf, 0xcc, 0xc9, 0xc0, 0x0, 0x0, 0x1b, + 0xd1, 0x11, 0x11, 0x2b, 0xfb, 0xbb, 0xbb, 0xbb, + 0xc0, 0x0, 0x0, 0x1b, 0xfc, 0xcc, 0xcc, 0xcb, + 0xc0, 0x0, 0x0, 0x1b, 0xfb, 0xbb, 0xbb, 0xcb, + 0xd0, 0x0, 0x0, 0x1b, + + /* U+81F3 "至" */ + 0xb, 0xcc, 0xfc, 0xcc, 0xcc, 0x30, 0x0, 0x87, + 0x0, 0x60, 0x0, 0x0, 0x4b, 0x0, 0x9, 0x90, + 0x0, 0x3f, 0xba, 0xbb, 0xbe, 0x80, 0x1, 0x42, + 0x14, 0x0, 0x9, 0x0, 0x0, 0x0, 0xb1, 0x0, + 0x0, 0x2, 0xcc, 0xce, 0xcc, 0xc8, 0x0, 0x0, + 0x0, 0xb1, 0x0, 0x0, 0x2, 0x22, 0x2b, 0x32, + 0x22, 0x11, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, + + /* U+8207 "與" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0x4a, + 0x65, 0x8c, 0xa0, 0x5, 0x50, 0xa6, 0x50, 0x2a, + 0x0, 0x5c, 0x8a, 0x43, 0x7c, 0x90, 0x4, 0x60, + 0x55, 0xb0, 0x39, 0x0, 0x4d, 0x8a, 0xb, 0x7c, + 0x90, 0x3, 0x70, 0xa0, 0xb0, 0x48, 0x2, 0xcd, + 0xbe, 0xbe, 0xbc, 0xd7, 0x0, 0x19, 0x30, 0x39, + 0x20, 0x0, 0x5c, 0x60, 0x0, 0x4c, 0x80, 0x6, + 0x10, 0x0, 0x0, 0x5, 0x0, + + /* U+822A "航" */ + 0x0, 0x32, 0x0, 0x23, 0x0, 0x0, 0x1b, 0x41, + 0x1, 0xb0, 0x0, 0xb, 0x88, 0xb9, 0x9c, 0x99, + 0x30, 0xb7, 0x1b, 0x11, 0x11, 0x10, 0xb, 0x35, + 0xb0, 0xcb, 0xc0, 0x3, 0xea, 0xab, 0xc, 0xc, + 0x0, 0xb, 0x40, 0xb0, 0xc0, 0xc0, 0x0, 0xb6, + 0x4b, 0x1a, 0xc, 0x0, 0xb, 0x4, 0xb2, 0x90, + 0xc0, 0x21, 0x90, 0xb, 0x75, 0xc, 0x8, 0x44, + 0x2b, 0x8c, 0x0, 0x8b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8235 "舵" */ + 0x0, 0x21, 0x0, 0x3, 0x0, 0x0, 0xa, 0x30, + 0x0, 0xc3, 0x0, 0xb, 0xba, 0xa9, 0xbd, 0xcb, + 0x60, 0xb6, 0xa, 0xa0, 0x0, 0x29, 0xb, 0x35, + 0xa2, 0x50, 0x0, 0x23, 0xea, 0xaa, 0xc, 0x4, + 0xb1, 0xb, 0x40, 0xa0, 0xdb, 0x80, 0x0, 0xa6, + 0x4a, 0xd, 0x10, 0x0, 0xb, 0x5, 0xa0, 0xc0, + 0x0, 0x51, 0x80, 0xa, 0xc, 0x0, 0xb, 0x44, + 0x1a, 0x70, 0xab, 0xbc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8272 "色" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x67, + 0x0, 0x0, 0x0, 0x0, 0x3d, 0xbb, 0xe7, 0x0, + 0x0, 0x4d, 0x20, 0x3b, 0x0, 0x0, 0x3d, 0xfc, + 0xcf, 0xcc, 0xe3, 0x0, 0xc, 0x0, 0xc0, 0x8, + 0x30, 0x0, 0xfb, 0xbf, 0xbb, 0xe3, 0x0, 0xc, + 0x0, 0x0, 0x8, 0x30, 0x0, 0xc0, 0x0, 0x0, + 0x4, 0x10, 0xd, 0x0, 0x0, 0x0, 0xa3, 0x0, + 0x9c, 0xbb, 0xbb, 0xca, 0x0, + + /* U+82F1 "英" */ + 0x0, 0xa, 0x10, 0xc, 0x0, 0x0, 0xbb, 0xec, + 0xbb, 0xfb, 0xb4, 0x0, 0x9, 0x18, 0x1a, 0x0, + 0x0, 0xb, 0xbb, 0xfc, 0xbb, 0x50, 0x0, 0xc0, + 0xc, 0x10, 0x57, 0x0, 0xc, 0x0, 0xc1, 0x5, + 0x70, 0x1c, 0xcc, 0xcf, 0xec, 0xcc, 0x70, 0x0, + 0x9, 0x8c, 0x20, 0x0, 0x0, 0x4b, 0x80, 0x2c, + 0x83, 0x1, 0xc8, 0x20, 0x0, 0x6, 0xb8, + + /* U+8377 "荷" */ + 0x1, 0x1a, 0x41, 0x1d, 0x11, 0x0, 0xaa, 0xdb, + 0xaa, 0xea, 0xa5, 0x0, 0xa, 0x20, 0x8, 0x0, + 0x0, 0x7, 0x7b, 0xcc, 0xcd, 0xe7, 0x3, 0xf0, + 0x1, 0x10, 0x38, 0x2, 0xde, 0xc, 0x9a, 0xb3, + 0x80, 0x2, 0xc0, 0xc0, 0xb, 0x38, 0x0, 0xc, + 0xc, 0xab, 0x93, 0x80, 0x0, 0xc0, 0x80, 0x0, + 0x48, 0x0, 0xc, 0x0, 0x0, 0xbc, 0x50, + + /* U+8404 "萄" */ + 0x3, 0x3b, 0x53, 0x3d, 0x33, 0x10, 0x78, 0xc9, + 0x77, 0xe7, 0x73, 0x0, 0xbd, 0xba, 0xac, 0xaa, + 0x10, 0x66, 0x80, 0x0, 0x0, 0xb1, 0x2a, 0x6d, + 0xaa, 0x99, 0xc, 0x0, 0x7, 0x4, 0x60, 0x0, + 0xc0, 0x5, 0xaa, 0xcc, 0xaa, 0x4c, 0x0, 0xa, + 0x4, 0x60, 0xb0, 0xc0, 0x0, 0xaa, 0xbc, 0xac, + 0xc, 0x0, 0x0, 0x0, 0x0, 0x4b, 0x60, + + /* U+8461 "葡" */ + 0x9, 0x9d, 0xb9, 0x9e, 0x99, 0x50, 0x14, 0xc4, + 0x11, 0xc1, 0x10, 0x0, 0xcb, 0xaa, 0xaa, 0xaa, + 0x20, 0x77, 0x13, 0x78, 0x40, 0xa3, 0x2a, 0x88, + 0xac, 0x88, 0x4a, 0x20, 0xc, 0x8a, 0xc8, 0xb2, + 0xa2, 0x0, 0xd8, 0xac, 0x8c, 0x3b, 0x10, 0xc, + 0x68, 0xb6, 0xb3, 0xb0, 0x0, 0xc2, 0x59, 0x29, + 0x3c, 0x0, 0x2, 0x0, 0x11, 0x5a, 0x90, + + /* U+84CB "蓋" */ + 0x8, 0x8d, 0xa8, 0x8e, 0x88, 0x50, 0x11, 0x84, + 0x32, 0xa1, 0x10, 0x1, 0xbb, 0xbe, 0xbb, 0xb7, + 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0xa, 0xac, + 0xea, 0xad, 0xaa, 0x50, 0xa, 0xe8, 0x78, 0xcd, + 0x40, 0x0, 0xaa, 0x99, 0x98, 0x97, 0x0, 0xc, + 0x1b, 0x19, 0x37, 0x50, 0x0, 0xc0, 0xa0, 0x81, + 0x65, 0x2, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, + + /* U+85CD "藍" */ + 0x1b, 0xbe, 0xbb, 0xbf, 0xbb, 0x60, 0x0, 0x30, + 0x1, 0x60, 0x0, 0x9, 0x9d, 0x85, 0x69, 0x11, + 0x0, 0xa8, 0xa9, 0x4c, 0x99, 0x90, 0xa, 0x89, + 0x99, 0x94, 0x70, 0x0, 0x97, 0xc7, 0x60, 0x9, + 0x0, 0x0, 0xaa, 0xaa, 0xaa, 0xa4, 0x0, 0x1a, + 0xa, 0xb, 0x5, 0x70, 0x1, 0xa0, 0xa0, 0xb0, + 0x57, 0x3, 0xbe, 0xae, 0xae, 0xbc, 0xd8, + + /* U+85CF "藏" */ + 0xa, 0xad, 0xba, 0xbe, 0xaa, 0x50, 0x0, 0x73, + 0x2, 0xc4, 0x80, 0x7, 0x3b, 0xbb, 0xbe, 0xce, + 0x70, 0x94, 0x63, 0x33, 0x84, 0x10, 0x9, 0xb7, + 0xbc, 0x67, 0x4c, 0x10, 0x4, 0x7c, 0xca, 0x67, + 0xc0, 0x5e, 0xc6, 0x93, 0xa4, 0xe6, 0x0, 0xa7, + 0x59, 0xa3, 0x1e, 0x0, 0x49, 0x91, 0xaa, 0x9d, + 0xc1, 0x91, 0x19, 0x0, 0x7, 0x52, 0xc6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+862D "蘭" */ + 0xb, 0xbe, 0xcb, 0xbf, 0xbb, 0x50, 0x0, 0x20, + 0x0, 0x20, 0x0, 0x9, 0x98, 0xc1, 0xc8, 0x8d, + 0x0, 0x99, 0x7c, 0x1c, 0x77, 0xd0, 0x9, 0x98, + 0x86, 0x78, 0x8d, 0x0, 0x92, 0x77, 0xd7, 0x73, + 0xb0, 0x9, 0x2a, 0xac, 0xab, 0x1b, 0x0, 0x92, + 0x89, 0xdb, 0xa1, 0xb0, 0x9, 0x25, 0xac, 0x77, + 0xb, 0x0, 0x94, 0x60, 0xa0, 0x48, 0xa0, + + /* U+865F "號" */ + 0x3c, 0x9d, 0x0, 0xe, 0xbb, 0x3, 0x60, 0xa0, + 0x0, 0xc0, 0x0, 0x3a, 0x6c, 0x3d, 0xbe, 0xac, + 0x70, 0x22, 0x23, 0x96, 0xd8, 0x72, 0x8e, 0xbb, + 0x69, 0x4b, 0x16, 0x0, 0xc2, 0x14, 0x70, 0x68, + 0x60, 0x18, 0x8b, 0x56, 0x7a, 0xa0, 0x0, 0x0, + 0xa7, 0x4a, 0xb, 0x1, 0x0, 0x38, 0xb1, 0xa0, + 0xb0, 0x90, 0x7b, 0x5a, 0x92, 0xb, 0xc5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8702 "蜂" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x10, + 0x9, 0x52, 0x10, 0x0, 0x91, 0x4, 0xd8, 0xb8, + 0x0, 0xed, 0xbc, 0xba, 0x6c, 0x10, 0x9, 0x80, + 0x90, 0x6e, 0xa1, 0x0, 0x98, 0xd, 0xb5, 0x75, + 0xc7, 0xe, 0xdb, 0xa6, 0x9e, 0x99, 0x0, 0x49, + 0x33, 0x49, 0xe9, 0x80, 0x0, 0x93, 0x90, 0xc, + 0x0, 0x2, 0x7d, 0xbc, 0xaa, 0xea, 0xa5, 0x13, + 0x10, 0x40, 0xc, 0x0, 0x0, + + /* U+87BA "螺" */ + 0x0, 0xa0, 0x5c, 0x9e, 0x9e, 0x0, 0x5c, 0x55, + 0xa6, 0xd6, 0xd0, 0xc, 0xab, 0x69, 0x3c, 0x3d, + 0x0, 0x97, 0x85, 0xbb, 0xd9, 0xc0, 0x9, 0x78, + 0x17, 0xb3, 0x90, 0x0, 0xee, 0xb1, 0x9c, 0xb3, + 0x30, 0x2, 0xa4, 0x2a, 0xc6, 0x8e, 0x10, 0xa, + 0x84, 0x96, 0xc4, 0x53, 0x2b, 0xdb, 0x8b, 0xb, + 0x2a, 0x0, 0x10, 0x8, 0x19, 0xb0, 0x51, + + /* U+884C "行" */ + 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x3c, 0x5, + 0xcc, 0xcc, 0xb0, 0x3d, 0x20, 0x0, 0x0, 0x0, + 0x2, 0x13, 0xb0, 0x0, 0x0, 0x0, 0x1, 0xd2, + 0xab, 0xbb, 0xbb, 0x21, 0xce, 0x0, 0x0, 0x49, + 0x0, 0x77, 0xc0, 0x0, 0x3, 0x90, 0x0, 0xc, + 0x0, 0x0, 0x39, 0x0, 0x0, 0xc0, 0x0, 0x3, + 0x90, 0x0, 0xc, 0x0, 0x0, 0x39, 0x0, 0x0, + 0xc0, 0x1, 0xcc, 0x50, 0x0, + + /* U+885B "衛" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x2b, 0x29, + 0xe8, 0x3b, 0xb6, 0x2c, 0x20, 0x48, 0x36, 0x0, + 0x0, 0x1b, 0x8a, 0xaa, 0xa0, 0x0, 0x5, 0xa2, + 0xa9, 0x99, 0xcc, 0x93, 0xe9, 0x29, 0x11, 0x90, + 0xc0, 0x34, 0x91, 0x89, 0xd5, 0xc, 0x0, 0x19, + 0x7b, 0xad, 0x80, 0xc0, 0x1, 0x95, 0x62, 0x90, + 0xc, 0x0, 0x19, 0x49, 0xad, 0x91, 0xc0, 0x1, + 0x90, 0x2, 0x92, 0xc9, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+885D "衝" */ + 0x0, 0x61, 0x24, 0x64, 0x0, 0x0, 0x59, 0x47, + 0xc4, 0x1a, 0xb7, 0x3c, 0x26, 0xae, 0xaa, 0x0, + 0x0, 0x1c, 0x42, 0xb2, 0x20, 0x0, 0x6, 0xb6, + 0x9d, 0x8a, 0xbc, 0x93, 0xe9, 0x68, 0xd6, 0xa0, + 0xc0, 0x23, 0x96, 0x9d, 0x8a, 0xc, 0x0, 0x19, + 0x24, 0xc4, 0x30, 0xc0, 0x1, 0x92, 0x5c, 0x54, + 0xc, 0x0, 0x19, 0x7b, 0xec, 0xd0, 0xc0, 0x1, + 0x90, 0x0, 0x0, 0xba, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8868 "表" */ + 0x0, 0x0, 0xd, 0x0, 0x0, 0x0, 0x8a, 0xaa, + 0xfa, 0xaa, 0x90, 0x1, 0x77, 0x7e, 0x77, 0x73, + 0x0, 0x2, 0x22, 0xd2, 0x22, 0x10, 0x2b, 0xbb, + 0xef, 0xcb, 0xbb, 0x20, 0x0, 0x98, 0x3a, 0x3, + 0x80, 0x17, 0xdb, 0x0, 0xb8, 0xa1, 0x2, 0x62, + 0xb0, 0x1, 0xd4, 0x0, 0x0, 0x3d, 0x9c, 0x41, + 0xbb, 0x20, 0x5, 0x83, 0x0, 0x0, 0x31, + + /* U+8870 "衰" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x22, 0x23, + 0xd3, 0x22, 0x20, 0x17, 0x77, 0x77, 0x77, 0x77, + 0x10, 0x7, 0xaa, 0xaa, 0xa8, 0x0, 0x14, 0xc5, + 0x33, 0x34, 0xd4, 0x11, 0x6d, 0x65, 0x55, 0x6d, + 0x62, 0x0, 0x9a, 0xcc, 0xba, 0x90, 0x0, 0x0, + 0x89, 0x2c, 0x7, 0x80, 0x28, 0xbd, 0x0, 0x7d, + 0x50, 0x2, 0x40, 0xd6, 0x95, 0x6c, 0x50, 0x0, + 0x1a, 0x51, 0x0, 0x17, 0x30, + + /* U+88AB "被" */ + 0x2, 0x70, 0x0, 0xc, 0x0, 0x0, 0xa, 0x0, + 0x55, 0xd5, 0x62, 0x3b, 0xbd, 0x1c, 0x6d, 0x6c, + 0x30, 0x5, 0x52, 0xa0, 0xc0, 0x80, 0x0, 0xc8, + 0x6f, 0xcc, 0xbc, 0x0, 0xae, 0xb3, 0x9a, 0x5, + 0x80, 0x44, 0xc7, 0x66, 0xa3, 0xd2, 0x0, 0xc, + 0x8, 0x41, 0xe7, 0x0, 0x0, 0xc0, 0xc1, 0x9a, + 0xd6, 0x0, 0xc, 0x46, 0xa4, 0x2, 0xa5, + + /* U+88DC "補" */ + 0x3, 0x90, 0x0, 0x29, 0x58, 0x1, 0x5a, 0x4b, + 0xbc, 0xeb, 0xd7, 0x26, 0x8a, 0x0, 0x29, 0x0, + 0x0, 0x9, 0x37, 0xbc, 0xeb, 0xc1, 0x2, 0xe9, + 0xa2, 0x29, 0x9, 0x21, 0xce, 0x99, 0xbb, 0xda, + 0xd2, 0x74, 0xc7, 0x92, 0x29, 0x9, 0x20, 0xc, + 0x9, 0xbb, 0xda, 0xe2, 0x0, 0xc0, 0x92, 0x29, + 0x9, 0x20, 0xc, 0x9, 0x22, 0x96, 0xc0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+88DD "裝" */ + 0x9, 0x16, 0x50, 0xc, 0x0, 0x0, 0x99, 0xb7, + 0x99, 0xe9, 0x94, 0x3, 0x49, 0x62, 0x2d, 0x32, + 0x11, 0xcb, 0xc5, 0x0, 0xc0, 0x0, 0xa, 0x16, + 0x5a, 0xbc, 0xbb, 0x22, 0xb9, 0xbb, 0xea, 0x99, + 0x95, 0x0, 0x28, 0xa4, 0xc1, 0x48, 0x1, 0xb9, + 0xd0, 0x5, 0xc9, 0x10, 0x0, 0xe, 0x7a, 0x53, + 0xba, 0x30, 0x2, 0x73, 0x0, 0x0, 0x34, + + /* U+88FD "製" */ + 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0xba, 0xe9, + 0x61, 0xa0, 0xb0, 0x39, 0x4c, 0x44, 0x1a, 0xb, + 0x2, 0x55, 0xd5, 0x51, 0xa0, 0xb0, 0xc, 0x8e, + 0x8b, 0x6, 0xb, 0x0, 0xa0, 0xb7, 0xa0, 0x38, + 0xb0, 0x1, 0x5, 0xd, 0x2, 0x52, 0x3, 0xaa, + 0xaf, 0xec, 0xaa, 0xb3, 0x3, 0x7c, 0x41, 0xc4, + 0xb4, 0x3, 0x86, 0x82, 0x53, 0xd6, 0x0, 0x0, + 0x7c, 0x84, 0x0, 0x7b, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8907 "複" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28, 0x0, + 0x86, 0x0, 0x0, 0x12, 0x92, 0x2e, 0xbb, 0xbb, + 0x43, 0x78, 0xdc, 0xc7, 0x77, 0x80, 0x0, 0x84, + 0xe, 0x88, 0x8c, 0x0, 0x3e, 0x93, 0xd3, 0x33, + 0xc0, 0x2c, 0xdb, 0x6, 0xe6, 0x65, 0x6, 0x2b, + 0x62, 0xac, 0x9b, 0x90, 0x0, 0xb0, 0xc8, 0xb3, + 0xc1, 0x0, 0xb, 0x1, 0x3b, 0xf8, 0x10, 0x0, + 0xb1, 0xc8, 0x20, 0x5b, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+897F "西" */ + 0x6c, 0xcd, 0xec, 0xfc, 0xcc, 0x0, 0x0, 0x47, + 0xc, 0x0, 0x0, 0x0, 0x4, 0x70, 0xc0, 0x0, + 0x0, 0xeb, 0xdd, 0xbf, 0xbc, 0x90, 0xc, 0x7, + 0x40, 0xc0, 0x39, 0x0, 0xc0, 0xc0, 0xc, 0x14, + 0x90, 0xd, 0xa3, 0x0, 0x7b, 0xc9, 0x0, 0xc0, + 0x0, 0x0, 0x3, 0x90, 0xe, 0xcc, 0xcc, 0xcc, + 0xd9, 0x0, 0xc0, 0x0, 0x0, 0x3, 0x90, + + /* U+8981 "要" */ + 0xb, 0xbb, 0xeb, 0xdc, 0xbb, 0x40, 0x0, 0xc, + 0x7, 0x50, 0x0, 0x6, 0xca, 0xea, 0xdc, 0xae, + 0x0, 0x65, 0xc, 0x7, 0x50, 0xc0, 0x5, 0xba, + 0xeb, 0xbb, 0xab, 0x0, 0x0, 0x1d, 0x20, 0x0, + 0x0, 0x1a, 0xae, 0xba, 0xad, 0xca, 0x60, 0x4, + 0xe2, 0x4, 0xb0, 0x0, 0x0, 0x15, 0xcf, 0xf8, + 0x20, 0x0, 0xab, 0xb8, 0x21, 0x5a, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8986 "覆" */ + 0x29, 0x9a, 0xd9, 0xda, 0x99, 0x20, 0x79, 0xac, + 0x8d, 0x99, 0x80, 0xa, 0x89, 0xc7, 0xc8, 0x7b, + 0x0, 0xb, 0x16, 0xb8, 0x88, 0x80, 0x1b, 0x75, + 0xe8, 0x88, 0x84, 0x1, 0x4c, 0x8a, 0x87, 0x79, + 0x70, 0x2c, 0xa0, 0x78, 0x87, 0x96, 0x2, 0x39, + 0x5, 0xd9, 0x8a, 0x20, 0x1, 0x94, 0x58, 0x9a, + 0x50, 0x0, 0x19, 0x4a, 0x96, 0x69, 0xa3, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+898F "規" */ + 0x0, 0x92, 0xa, 0xcb, 0xbe, 0x11, 0x7c, 0x95, + 0xa1, 0x0, 0xb1, 0x5, 0xb7, 0x4a, 0xba, 0xae, + 0x10, 0x9, 0x20, 0xa5, 0x44, 0xc1, 0x4a, 0xeb, + 0xaa, 0x65, 0x5d, 0x10, 0xc, 0x30, 0xab, 0xaa, + 0xe1, 0x0, 0xcb, 0x0, 0xb2, 0xc1, 0x0, 0x38, + 0x4a, 0xc, 0xc, 0x0, 0xa, 0x20, 0x37, 0x70, + 0xc0, 0x63, 0x70, 0x9, 0x90, 0xb, 0xc7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8996 "視" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0xc, 0x10, + 0xda, 0xaa, 0xe0, 0x26, 0x97, 0x2b, 0x0, 0xb, + 0x2, 0x66, 0xd2, 0xca, 0xaa, 0xe0, 0x0, 0x48, + 0xc, 0x44, 0x4c, 0x0, 0x3e, 0x70, 0xc4, 0x44, + 0xc0, 0x5b, 0xd8, 0x6d, 0xaa, 0xae, 0x2, 0xc, + 0x1, 0xd, 0xc, 0x0, 0x0, 0xc0, 0x3, 0xb0, + 0xc0, 0x10, 0xc, 0x0, 0xb4, 0xc, 0xa, 0x0, + 0xc0, 0xb5, 0x0, 0xbc, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+89C8 "览" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xb, 0x0, + 0xb2, 0x0, 0xc, 0xb, 0x3, 0xec, 0xba, 0xc, + 0xb, 0x1c, 0x39, 0x60, 0x0, 0xb, 0x0, 0x0, + 0xa0, 0x0, 0xbb, 0xbb, 0xbb, 0xb0, 0x0, 0xa0, + 0x8, 0x0, 0xd0, 0x0, 0xa0, 0x1f, 0x0, 0xd0, + 0x0, 0x70, 0x6d, 0x80, 0x80, 0x0, 0x8, 0xe3, + 0xb0, 0x8, 0x1b, 0xc7, 0x0, 0xcb, 0xb9, 0x1, + 0x0, 0x0, 0x0, 0x0, + + /* U+89D2 "角" */ + 0x0, 0x6, 0x30, 0x0, 0x0, 0x0, 0x1d, 0xaa, + 0xce, 0x0, 0x0, 0xb5, 0x0, 0xa6, 0x0, 0xb, + 0xfc, 0xbc, 0xfc, 0xb9, 0x16, 0xd0, 0xc, 0x0, + 0xc, 0x0, 0xdb, 0xbf, 0xbb, 0xbc, 0x0, 0xd0, + 0xc, 0x0, 0xc, 0x0, 0xf9, 0x9e, 0x99, 0xac, + 0x2, 0xa1, 0x1d, 0x11, 0x1c, 0x7, 0x40, 0xc, + 0x0, 0xc, 0xb, 0x0, 0xc, 0xb, 0xc9, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+89F8 "觸" */ + 0x1, 0x30, 0x0, 0x0, 0x0, 0x0, 0x66, 0x0, + 0xdd, 0x9d, 0xc3, 0xc, 0xad, 0x29, 0x90, 0x96, + 0x35, 0xc6, 0xc4, 0xac, 0x89, 0x92, 0x1a, 0x73, + 0x99, 0xca, 0xaa, 0x30, 0xbb, 0xad, 0x85, 0x20, + 0x74, 0xa, 0x74, 0xa9, 0xc9, 0x97, 0x30, 0xb9, + 0x69, 0x87, 0x39, 0x83, 0xb, 0xa7, 0x96, 0xba, + 0x78, 0x23, 0x86, 0x2a, 0x6b, 0xaa, 0xa1, 0x62, + 0x26, 0x73, 0x20, 0x9c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A00 "言" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x18, 0x88, 0x8b, 0xc8, 0x88, + 0x50, 0x22, 0x22, 0x22, 0x22, 0x21, 0x0, 0x6a, + 0xaa, 0xaa, 0xa0, 0x0, 0x3, 0x55, 0x55, 0x55, + 0x0, 0x0, 0x24, 0x44, 0x44, 0x40, 0x0, 0x7, + 0xbb, 0xbb, 0xbb, 0x10, 0x0, 0xa2, 0x0, 0x0, + 0xa2, 0x0, 0xa, 0x31, 0x11, 0x1b, 0x20, 0x0, + 0xaa, 0x99, 0x99, 0xd2, 0x0, + + /* U+8A08 "計" */ + 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x7, 0x50, + 0x0, 0xa2, 0x0, 0x8, 0x9a, 0x84, 0xa, 0x20, + 0x0, 0x23, 0x33, 0x0, 0xa2, 0x0, 0x5, 0x88, + 0x85, 0x9d, 0xb9, 0x40, 0x6a, 0xaa, 0x12, 0xb5, + 0x21, 0x0, 0x11, 0x10, 0xa, 0x20, 0x0, 0x7b, + 0xae, 0x0, 0xa2, 0x0, 0x7, 0x30, 0xb0, 0xa, + 0x20, 0x0, 0x7b, 0xae, 0x0, 0xa2, 0x0, 0x7, + 0x30, 0x0, 0xa, 0x20, 0x0, + + /* U+8A18 "記" */ + 0x0, 0x50, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x7c, 0xcc, 0xd0, 0x5a, 0xba, 0x90, 0x0, 0xc, + 0x0, 0x0, 0x0, 0x0, 0x0, 0xc0, 0xa, 0xaa, + 0x30, 0x0, 0xc, 0x1, 0x66, 0x63, 0x7d, 0xcc, + 0xd0, 0x3, 0x33, 0x27, 0x40, 0x4, 0x0, 0xda, + 0xc5, 0x74, 0x0, 0x0, 0xb, 0x5, 0x67, 0x40, + 0x3, 0x60, 0xea, 0xc6, 0x75, 0x0, 0x56, 0xb, + 0x0, 0x3, 0xcc, 0xcb, 0x10, + + /* U+8A2A "訪" */ + 0x0, 0x30, 0x0, 0x3, 0x0, 0x0, 0xb, 0x10, + 0x0, 0xb1, 0x0, 0x18, 0xa9, 0x68, 0x8b, 0xa8, + 0x50, 0x22, 0x21, 0x4b, 0x64, 0x42, 0x8, 0xbb, + 0x20, 0x92, 0x0, 0x0, 0x57, 0x71, 0xb, 0xcc, + 0xd1, 0x2, 0x22, 0x0, 0xc0, 0xb, 0x10, 0xca, + 0xd3, 0x1a, 0x0, 0xb0, 0xa, 0x6, 0x37, 0x70, + 0xc, 0x0, 0xca, 0xd7, 0xe1, 0x0, 0xc0, 0xa, + 0x0, 0x95, 0x8, 0xb8, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A2D "設" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0x2e, 0xcf, 0x0, 0x17, 0x98, 0x63, 0x70, 0xc0, + 0x0, 0x33, 0x33, 0x74, 0xc, 0x0, 0x7, 0xaa, + 0x7c, 0x0, 0x7b, 0x30, 0x57, 0x75, 0x75, 0x55, + 0x40, 0x2, 0x22, 0x2b, 0x76, 0x99, 0x0, 0xba, + 0xc7, 0x2a, 0x1d, 0x20, 0xb, 0x3, 0x70, 0x7d, + 0x50, 0x0, 0xba, 0xc9, 0x8e, 0x9e, 0x81, 0xb, + 0x0, 0x6c, 0x20, 0x4d, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A3B "註" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x10, + 0x4, 0x80, 0x0, 0x17, 0x99, 0x51, 0x1a, 0x21, + 0x0, 0x33, 0x32, 0xab, 0xfb, 0xb4, 0x7, 0xaa, + 0x50, 0xc, 0x0, 0x0, 0x45, 0x53, 0x0, 0xc0, + 0x0, 0x4, 0x44, 0x28, 0xcf, 0xcc, 0x10, 0x9a, + 0xb7, 0x0, 0xc0, 0x0, 0xa, 0x13, 0x80, 0xc, + 0x0, 0x0, 0xaa, 0xb8, 0x99, 0xe9, 0x95, 0xa, + 0x10, 0x2, 0x22, 0x22, 0x10, + + /* U+8A62 "詢" */ + 0x0, 0x30, 0x0, 0x30, 0x0, 0x0, 0xb, 0x10, + 0xd, 0x0, 0x0, 0x18, 0x98, 0x55, 0xeb, 0xbb, + 0x90, 0x22, 0x23, 0xd1, 0x0, 0xc, 0x8, 0xaa, + 0x7c, 0xaa, 0x70, 0xb0, 0x57, 0x72, 0x82, 0xa, + 0x1a, 0x2, 0x22, 0x8, 0xba, 0xa2, 0xa0, 0xca, + 0xc4, 0x83, 0x1a, 0x39, 0xa, 0x6, 0x48, 0xba, + 0x64, 0x80, 0xca, 0xc4, 0x10, 0x0, 0x66, 0xa, + 0x0, 0x0, 0x4, 0xad, 0x20, 0x0, 0x0, 0x0, + 0x1, 0x0, + + /* U+8A66 "試" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x38, 0x0, + 0x0, 0x87, 0x40, 0x24, 0xa4, 0x0, 0x8, 0x48, + 0x2, 0x55, 0x58, 0xcc, 0xed, 0xc4, 0x9, 0x98, + 0x0, 0x6, 0x50, 0x0, 0x77, 0x68, 0xbb, 0x86, + 0x0, 0x2, 0x22, 0xb, 0x4, 0x70, 0x0, 0xea, + 0xd0, 0xb0, 0x29, 0x0, 0xa, 0xb, 0xc, 0x77, + 0xc2, 0x30, 0xea, 0xdc, 0xb5, 0xb, 0x55, 0xa, + 0x0, 0x0, 0x0, 0x4e, 0x10, + + /* U+8A71 "話" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x39, 0x1, + 0x47, 0xac, 0x60, 0x45, 0xa5, 0x36, 0x4c, 0x0, + 0x3, 0x55, 0x51, 0x0, 0xc0, 0x0, 0x2a, 0xa9, + 0x5c, 0xcf, 0xcc, 0x42, 0x77, 0x60, 0x0, 0xc0, + 0x0, 0x2, 0x22, 0x3, 0x3d, 0x32, 0x4, 0xda, + 0xe0, 0xd8, 0x88, 0xc0, 0x46, 0xb, 0xb, 0x0, + 0xc, 0x4, 0x94, 0xd0, 0xc1, 0x11, 0xc0, 0x4a, + 0x66, 0xe, 0x99, 0x9c, 0x0, + + /* U+8A73 "詳" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x48, 0x0, + 0xb2, 0x5, 0x90, 0x45, 0xa5, 0x15, 0x80, 0xa2, + 0x3, 0x55, 0x55, 0xbb, 0xfb, 0xb2, 0x2a, 0xa8, + 0x0, 0xc, 0x0, 0x2, 0x77, 0x60, 0xbb, 0xfb, + 0xa0, 0x2, 0x22, 0x0, 0xd, 0x0, 0x4, 0xca, + 0xd2, 0x44, 0xd4, 0x41, 0x46, 0xb, 0x36, 0x6e, + 0x66, 0x24, 0xca, 0xd0, 0x0, 0xc0, 0x0, 0x46, + 0x0, 0x0, 0xc, 0x0, 0x0, + + /* U+8A8C "誌" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x0, + 0x0, 0xa0, 0x0, 0x48, 0xb9, 0x6a, 0xbe, 0xaa, + 0x30, 0x11, 0x10, 0x0, 0xa0, 0x0, 0x1d, 0xda, + 0x0, 0xa, 0x0, 0x0, 0x44, 0x34, 0xbc, 0xcb, + 0xb1, 0x18, 0x86, 0x0, 0x3c, 0x20, 0x1, 0xda, + 0xc4, 0x59, 0x13, 0x90, 0x18, 0xa, 0x93, 0xc0, + 0x6b, 0x21, 0xda, 0xc7, 0xc, 0xa, 0x65, 0x18, + 0x0, 0x0, 0xcb, 0xa0, 0x0, + + /* U+8A8D "認" */ + 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0x0, + 0xbc, 0xdb, 0xc0, 0x68, 0xa8, 0x27, 0x74, 0xc, + 0x1, 0x11, 0x16, 0x5a, 0x11, 0xb0, 0x3b, 0xb9, + 0x3, 0xa0, 0x39, 0x2, 0x77, 0x62, 0xc1, 0x6a, + 0x20, 0x2, 0x22, 0x1, 0x91, 0x0, 0x4, 0xca, + 0xd2, 0xc4, 0xa5, 0x50, 0x46, 0xb, 0x79, 0x11, + 0x3c, 0x4, 0xca, 0xd9, 0x92, 0xa, 0x71, 0x46, + 0x0, 0x6, 0xbb, 0xb0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8A9E "語" */ + 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0xa, 0x30, + 0xbc, 0xeb, 0xb6, 0x27, 0x98, 0x60, 0x57, 0x0, + 0x1, 0x33, 0x33, 0x9e, 0xcb, 0xb0, 0x8, 0xaa, + 0x30, 0xa1, 0xb, 0x0, 0x67, 0x75, 0x9e, 0x99, + 0xe7, 0x2, 0x22, 0x13, 0x33, 0x33, 0x10, 0xca, + 0xc7, 0xba, 0x99, 0xe1, 0xb, 0x4, 0x7b, 0x0, + 0xa, 0x10, 0xca, 0xb7, 0xb9, 0x99, 0xd1, 0xb, + 0x0, 0xb, 0x22, 0x2b, 0x10, + + /* U+8AA4 "誤" */ + 0x3, 0x20, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x1, + 0xeb, 0xbb, 0xc0, 0x68, 0xa8, 0x3a, 0x0, 0xc, + 0x1, 0x22, 0x21, 0xd7, 0x77, 0xc0, 0x3a, 0xa8, + 0x5, 0x55, 0x54, 0x2, 0x77, 0x54, 0xbb, 0xbb, + 0xb0, 0x2, 0x22, 0x0, 0xb, 0x0, 0x4, 0xca, + 0xd8, 0xbc, 0xeb, 0xb4, 0x46, 0xb, 0x0, 0xbc, + 0x40, 0x4, 0xca, 0xd2, 0xaa, 0x1d, 0x60, 0x46, + 0x0, 0xba, 0x0, 0x3d, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8AAA "說" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x0, + 0xa1, 0x56, 0x0, 0x45, 0xa5, 0x39, 0x0, 0xb2, + 0x3, 0x55, 0x5d, 0x53, 0x35, 0xd0, 0x3a, 0xa7, + 0x1d, 0x77, 0xc4, 0x2, 0x77, 0x50, 0xb0, 0x8, + 0x30, 0x2, 0x22, 0xe, 0xbc, 0xd3, 0x4, 0xca, + 0xc0, 0x83, 0xa1, 0x0, 0x45, 0xb, 0xc, 0xa, + 0x13, 0x4, 0xca, 0xc6, 0xc0, 0xa1, 0xa0, 0x45, + 0x1, 0xd3, 0x8, 0xbb, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x0, + + /* U+8ABF "調" */ + 0x2, 0x20, 0x0, 0x0, 0x0, 0x0, 0x2a, 0x4, + 0xdb, 0xbb, 0xe1, 0x35, 0xa5, 0x46, 0x6, 0x9, + 0x13, 0x55, 0x54, 0x69, 0xd8, 0x91, 0x1a, 0xa8, + 0x46, 0x9, 0x9, 0x11, 0x77, 0x54, 0x89, 0xa9, + 0x91, 0x2, 0x22, 0x55, 0x77, 0x59, 0x12, 0xda, + 0xc6, 0x4a, 0x29, 0x91, 0x27, 0xb, 0xa2, 0xc8, + 0xa9, 0x12, 0xda, 0xcc, 0x5, 0x0, 0x91, 0x27, + 0x5, 0x60, 0x0, 0x8c, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8ACB "請" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x4, + 0x99, 0xe9, 0x92, 0x57, 0xa7, 0x14, 0x4d, 0x44, + 0x3, 0x44, 0x41, 0x55, 0xd5, 0x50, 0x3a, 0xa8, + 0x7a, 0xac, 0xaa, 0x42, 0x77, 0x50, 0x89, 0x99, + 0x70, 0x2, 0x22, 0xc, 0x33, 0x3c, 0x4, 0xca, + 0xd0, 0xc6, 0x66, 0xc0, 0x46, 0xb, 0xd, 0x88, + 0x8c, 0x4, 0xca, 0xd0, 0xb0, 0x0, 0xc0, 0x46, + 0x0, 0xb, 0x1, 0x9a, 0x0, 0x0, 0x0, 0x10, + 0x1, 0x0, + + /* U+8B49 "證" */ + 0x2, 0x10, 0x0, 0x1, 0x10, 0x0, 0x2a, 0x4, + 0xae, 0x3b, 0x80, 0x58, 0xa8, 0x67, 0x90, 0xa7, + 0x41, 0x33, 0x31, 0xe6, 0x48, 0xc0, 0x18, 0x86, + 0xa5, 0x66, 0x56, 0x81, 0xaa, 0x80, 0xba, 0xaa, + 0x80, 0x0, 0x0, 0xb, 0x0, 0x1a, 0x2, 0xda, + 0xc0, 0xca, 0xaa, 0x90, 0x27, 0xa, 0x5, 0x50, + 0x93, 0x2, 0xda, 0xc0, 0x1b, 0x1c, 0x0, 0x27, + 0x0, 0x8a, 0xbb, 0xca, 0x60, + + /* U+8B58 "識" */ + 0x2, 0x80, 0x19, 0x17, 0x63, 0x1, 0x8b, 0x78, + 0x7b, 0x75, 0xb0, 0x2, 0x22, 0x54, 0x95, 0x63, + 0x0, 0x8a, 0x7b, 0xbb, 0xcd, 0xb4, 0x6, 0x74, + 0x69, 0x94, 0x84, 0x0, 0x22, 0x19, 0x9, 0x39, + 0xb0, 0xb, 0xa9, 0xa9, 0xd1, 0xe4, 0x0, 0x90, + 0x9a, 0x6c, 0x3e, 0x12, 0xc, 0xa9, 0xa1, 0x7c, + 0x96, 0x50, 0x90, 0x0, 0x8, 0x22, 0xe1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8B5C "譜" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x57, 0x0, + 0x38, 0xa, 0x20, 0x36, 0xc5, 0x7a, 0xeb, 0xea, + 0x52, 0x44, 0x44, 0x5a, 0x9, 0x71, 0x1a, 0xa7, + 0x7, 0xa0, 0xa7, 0x1, 0x77, 0x59, 0xab, 0xbb, + 0xa7, 0x2, 0x22, 0xa, 0xaa, 0xa9, 0x3, 0xda, + 0xb0, 0xa0, 0x0, 0xc0, 0x37, 0xa, 0xe, 0x99, + 0x9d, 0x3, 0xa4, 0xb0, 0xb1, 0x11, 0xc0, 0x3b, + 0x64, 0xd, 0x99, 0x9d, 0x0, 0x0, 0x0, 0x10, + 0x0, 0x0, + + /* U+8B66 "警" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, + 0xe3, 0x80, 0x0, 0x5, 0xb5, 0x93, 0xca, 0xab, + 0x32, 0xe9, 0xa6, 0x94, 0xbb, 0x10, 0x9, 0x6b, + 0x74, 0x5b, 0xb7, 0x0, 0x21, 0x38, 0xa5, 0x0, + 0x53, 0x8, 0x88, 0x88, 0x88, 0x88, 0x10, 0x6, + 0x88, 0x88, 0x87, 0x0, 0x0, 0x57, 0x77, 0x77, + 0x60, 0x0, 0xc, 0x77, 0x77, 0x7e, 0x0, 0x0, + 0xc7, 0x77, 0x77, 0xe0, 0x0, + + /* U+8B70 "議" */ + 0x1, 0x10, 0x3, 0x0, 0x30, 0x0, 0x37, 0x3, + 0xc6, 0x5d, 0x50, 0x49, 0xb8, 0x24, 0x98, 0x44, + 0x1, 0x22, 0x23, 0x8b, 0xb8, 0x60, 0x19, 0x96, + 0x99, 0xcc, 0x99, 0x20, 0x66, 0x42, 0x68, 0x63, + 0x20, 0x3, 0x32, 0x4c, 0x19, 0x28, 0x2, 0xca, + 0x99, 0xe9, 0xcb, 0xa2, 0x27, 0xa, 0x8e, 0x86, + 0xb5, 0x2, 0xda, 0xa0, 0xb0, 0x7b, 0x23, 0x27, + 0x0, 0x4c, 0x65, 0x59, 0x10, 0x0, 0x1, 0x0, + 0x0, 0x0, + + /* U+8B77 "護" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x46, 0xe, + 0xff, 0xff, 0xf5, 0x22, 0x82, 0x5, 0x72, 0xb0, + 0x4, 0x55, 0x52, 0xe8, 0xd8, 0x80, 0x29, 0x97, + 0xbd, 0x6d, 0x65, 0x2, 0xaa, 0x70, 0xd7, 0xd7, + 0x50, 0x3, 0x32, 0xd, 0x8d, 0x88, 0x14, 0xa7, + 0xb5, 0xc8, 0x88, 0x50, 0x46, 0xb, 0x5, 0xa3, + 0xc2, 0x4, 0xca, 0xc1, 0x5c, 0xe9, 0x30, 0x46, + 0x0, 0xdc, 0x40, 0x8e, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8B80 "讀" */ + 0x4, 0x70, 0x68, 0x9e, 0x88, 0x13, 0x6c, 0x62, + 0x89, 0xd8, 0x70, 0x24, 0x44, 0x58, 0x87, 0x88, + 0x0, 0xaa, 0x79, 0x18, 0x8, 0xa0, 0x16, 0x65, + 0x67, 0x97, 0x99, 0x0, 0x33, 0x24, 0xb7, 0x77, + 0xa0, 0x1d, 0xba, 0x4a, 0x66, 0x6b, 0x1, 0x80, + 0xa4, 0xc9, 0x99, 0xb0, 0x1d, 0xab, 0x1a, 0x82, + 0xb5, 0x1, 0x80, 0xd, 0x60, 0x1, 0xc2, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8B8A "變" */ + 0x0, 0x30, 0x3, 0x0, 0x30, 0x0, 0x74, 0x47, + 0xd7, 0x28, 0x30, 0x3d, 0xb3, 0x88, 0x7a, 0xa7, + 0x0, 0x67, 0x55, 0x55, 0x1a, 0x70, 0x3e, 0xaa, + 0x44, 0x4a, 0xbc, 0x12, 0x53, 0x5b, 0x7b, 0x54, + 0x60, 0x53, 0x68, 0x96, 0x97, 0x75, 0x10, 0x5, + 0xfa, 0x99, 0xa9, 0x90, 0x1a, 0x8a, 0x40, 0x5a, + 0x10, 0x0, 0x22, 0x5d, 0xde, 0x52, 0x0, 0x4b, + 0x96, 0x20, 0x14, 0x8b, 0x10, + + /* U+8CBC "貼" */ + 0xe, 0xaa, 0xc0, 0xc, 0x0, 0x0, 0xb0, 0xc, + 0x0, 0xc0, 0x0, 0xe, 0xaa, 0xc0, 0xe, 0xbb, + 0x60, 0xb0, 0xc, 0x0, 0xc0, 0x0, 0xe, 0xaa, + 0xc0, 0xc, 0x0, 0x0, 0xb0, 0xc, 0x8b, 0xba, + 0xe0, 0xe, 0xaa, 0xc8, 0x20, 0xc, 0x0, 0x64, + 0x53, 0x82, 0x0, 0xc0, 0x2e, 0x11, 0xb8, 0xba, + 0xae, 0x4, 0x60, 0x0, 0x83, 0x11, 0xc0, + + /* U+8D25 "败" */ + 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0xeb, 0xbd, + 0x7, 0x50, 0x0, 0xa, 0x0, 0xb0, 0xb4, 0x11, + 0x0, 0xa6, 0x4b, 0x1e, 0xab, 0xd3, 0xa, 0x64, + 0xb8, 0x90, 0x46, 0x0, 0xa6, 0x4b, 0x8c, 0x7, + 0x30, 0xa, 0x74, 0xb0, 0x56, 0xb0, 0x0, 0x69, + 0x16, 0x0, 0xc7, 0x0, 0x1, 0xb8, 0x30, 0x2c, + 0xb0, 0x2, 0xb2, 0xb, 0x4c, 0x15, 0xc2, 0x22, + 0x0, 0x13, 0x0, 0x2, 0x20, + + /* U+8D77 "起" */ + 0x0, 0x83, 0x3, 0xbb, 0xbc, 0x4, 0xbe, 0xcb, + 0x0, 0x0, 0xc0, 0x0, 0x83, 0x0, 0x0, 0xc, + 0x7, 0xbd, 0xdb, 0x6b, 0xbb, 0xc0, 0x2, 0x56, + 0x3, 0x90, 0x0, 0x2, 0xa5, 0xa6, 0x49, 0x0, + 0x32, 0x3a, 0x59, 0x54, 0xa0, 0x8, 0x44, 0xf7, + 0x60, 0x9, 0xbb, 0xa0, 0x77, 0xe7, 0x0, 0x0, + 0x0, 0xb, 0x2, 0xac, 0xcc, 0xcc, 0xc5, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8D85 "超" */ + 0x0, 0x83, 0x6, 0xbe, 0xbe, 0x13, 0xbd, 0xca, + 0x5, 0x60, 0xc0, 0x0, 0x83, 0x0, 0xb1, 0xc, + 0x5, 0xbd, 0xcb, 0xc5, 0x2a, 0x70, 0x4, 0x55, + 0x3, 0xaa, 0xa9, 0x0, 0xb5, 0xca, 0x47, 0x0, + 0xc0, 0x1c, 0x57, 0x24, 0x70, 0xc, 0x2, 0xfa, + 0x50, 0x3c, 0xaa, 0xb0, 0x66, 0xe8, 0x0, 0x0, + 0x0, 0xa, 0x11, 0xad, 0xcc, 0xcc, 0xc4, 0x10, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8DB3 "足" */ + 0x0, 0xfc, 0xcc, 0xcc, 0xdb, 0x0, 0xc, 0x0, + 0x0, 0x2, 0xb0, 0x0, 0xc0, 0x0, 0x0, 0x2b, + 0x0, 0xf, 0xcc, 0xcc, 0xcc, 0xb0, 0x0, 0x0, + 0xd, 0x0, 0x0, 0x0, 0x7, 0x50, 0xd0, 0x0, + 0x0, 0x0, 0xb4, 0xd, 0xbb, 0xb8, 0x0, 0xd, + 0xb0, 0xd0, 0x0, 0x0, 0x7, 0x76, 0xad, 0x0, + 0x0, 0x1, 0xb0, 0x4, 0xbd, 0xcc, 0xc5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8DDD "距" */ + 0xe, 0xbb, 0xbb, 0xdc, 0xcc, 0x40, 0xb0, 0xb, + 0xb0, 0x0, 0x0, 0xb, 0x0, 0xbb, 0x10, 0x0, + 0x0, 0xbd, 0xd8, 0xbc, 0xbb, 0xb0, 0x1, 0x66, + 0xb, 0x0, 0xb, 0x0, 0xb6, 0xd8, 0xb0, 0x0, + 0xb0, 0xb, 0x67, 0xb, 0xcc, 0xc9, 0x0, 0xb6, + 0x73, 0xb0, 0x0, 0x0, 0x2e, 0xcb, 0x6b, 0x32, + 0x22, 0x13, 0x50, 0x0, 0x7a, 0xaa, 0xa5, + + /* U+8DEF "路" */ + 0x0, 0x0, 0x0, 0x21, 0x0, 0x0, 0xeb, 0xbb, + 0xb, 0x30, 0x0, 0xb, 0x0, 0xb2, 0xeb, 0xc8, + 0x0, 0xb0, 0xc, 0xbc, 0x1b, 0x20, 0xb, 0xdd, + 0xa8, 0x3c, 0x90, 0x0, 0x25, 0x70, 0x4, 0xda, + 0x10, 0xa, 0x5d, 0x98, 0xa0, 0x5d, 0x40, 0xa5, + 0x72, 0xad, 0xbb, 0xd2, 0xa, 0x57, 0x25, 0x50, + 0xc, 0x2, 0xdc, 0xd9, 0x56, 0x11, 0xc0, 0x34, + 0x10, 0x5, 0xca, 0xac, 0x0, + + /* U+8DF3 "跳" */ + 0xe, 0xbe, 0x0, 0xb4, 0x80, 0x0, 0xa0, 0xba, + 0x2b, 0x48, 0x75, 0xa, 0xb, 0x48, 0xb4, 0x8c, + 0x0, 0xbe, 0xa0, 0x9b, 0x4c, 0x60, 0x4, 0x90, + 0x0, 0xb4, 0x90, 0x0, 0x9b, 0xb0, 0x8b, 0x4d, + 0x90, 0x9, 0x90, 0xd8, 0xa4, 0x87, 0x70, 0x99, + 0x22, 0x76, 0x48, 0x0, 0x3d, 0xd9, 0x3c, 0x4, + 0x80, 0xa3, 0x30, 0x1c, 0x30, 0x1d, 0xc6, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8EF8 "軸" */ + 0x0, 0x83, 0x0, 0xb, 0x0, 0x4a, 0xdb, 0xa0, + 0xb, 0x0, 0x17, 0xc9, 0x68, 0xbe, 0xbd, 0x28, + 0x83, 0xa9, 0x1b, 0xb, 0x2c, 0xca, 0xc9, 0x1b, + 0xb, 0x28, 0x83, 0xa9, 0xbe, 0xae, 0x18, 0xca, + 0x79, 0x3c, 0x2c, 0x59, 0xca, 0x9b, 0x1b, 0xb, + 0x0, 0x83, 0x9, 0xbe, 0xbe, 0x0, 0x83, 0x9, + 0x10, 0xa, + + /* U+8F03 "較" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x20, + 0x0, 0xb1, 0x0, 0x29, 0xdb, 0x99, 0x9c, 0xa9, + 0x40, 0x9d, 0xa6, 0x9, 0x14, 0x40, 0x9, 0x81, + 0xa5, 0xa0, 0x1c, 0x10, 0xdc, 0xab, 0xc7, 0x4, + 0x77, 0xb, 0x94, 0xa0, 0x74, 0xc0, 0x0, 0x6c, + 0x84, 0x1, 0xd8, 0x0, 0x4b, 0xec, 0xa0, 0x1e, + 0x90, 0x0, 0x9, 0x20, 0x3c, 0x39, 0x90, 0x0, + 0x92, 0x1c, 0x20, 0x7, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8F09 "載" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x85, + 0x11, 0xb6, 0x40, 0x5, 0x8c, 0xa8, 0x2b, 0xb, + 0x11, 0x99, 0xba, 0x99, 0xe9, 0x95, 0x7, 0x8c, + 0xa8, 0x5c, 0x7, 0x0, 0x35, 0xa7, 0x51, 0xc1, + 0xb0, 0x8, 0x59, 0x79, 0x3b, 0x75, 0x0, 0x88, + 0xb9, 0xa3, 0x8d, 0x0, 0x4, 0x7b, 0x97, 0x28, + 0x90, 0x60, 0xaa, 0xdb, 0xab, 0xbc, 0x2a, 0x0, + 0x7, 0x30, 0xb0, 0x4c, 0x40, + + /* U+8F2A "輪" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x30, + 0x1, 0xd0, 0x0, 0x19, 0xdb, 0x80, 0x94, 0xc2, + 0x0, 0x9c, 0xb6, 0xb8, 0x58, 0xe3, 0x9, 0x72, + 0xc5, 0x55, 0x53, 0x30, 0xcc, 0xa9, 0xab, 0xbb, + 0xb0, 0xb, 0x96, 0x99, 0x82, 0x89, 0x0, 0x5b, + 0x83, 0xbb, 0x8b, 0xc0, 0x3b, 0xdc, 0x9a, 0xa6, + 0xab, 0x0, 0x8, 0x30, 0x98, 0x28, 0x90, 0x0, + 0x83, 0x9, 0x82, 0xab, 0x0, + + /* U+8F2F "輯" */ + 0x0, 0xa1, 0x5, 0xc9, 0x9c, 0x6, 0xbe, 0xba, + 0x57, 0x11, 0xc0, 0x17, 0xd8, 0x52, 0x77, 0x76, + 0x4, 0x6a, 0x2a, 0xbb, 0xaa, 0xc4, 0x4d, 0xeb, + 0xb4, 0x70, 0xc, 0x4, 0x6a, 0x1a, 0x4c, 0x99, + 0xc0, 0x16, 0xc7, 0x54, 0xb8, 0x8c, 0x8, 0xbe, + 0xcb, 0x57, 0x1, 0xd1, 0x0, 0xa1, 0x2d, 0xcb, + 0xae, 0x30, 0xa, 0x10, 0x0, 0x0, 0xc0, + + /* U+8F38 "輸" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x82, + 0x0, 0xb, 0x60, 0x0, 0x1b, 0xdc, 0x91, 0x92, + 0x87, 0x0, 0x6, 0xb8, 0x5c, 0x86, 0x6b, 0xa0, + 0xb, 0x95, 0x92, 0x66, 0x44, 0x10, 0xd, 0xca, + 0x9b, 0x6a, 0x81, 0xa0, 0xb, 0x95, 0x9b, 0x9b, + 0x81, 0xa0, 0x6, 0xb7, 0x3a, 0x2a, 0x81, 0xa0, + 0x3b, 0xdc, 0x9b, 0x7b, 0x81, 0xa0, 0x0, 0x82, + 0xa, 0xa, 0x0, 0xa0, 0x0, 0x82, 0xa, 0x47, + 0x19, 0x60, + + /* U+8F49 "轉" */ + 0x0, 0x92, 0x4, 0x5c, 0x55, 0x14, 0xbe, 0xc9, + 0x56, 0xd6, 0x61, 0x17, 0xc8, 0x5a, 0x5d, 0x5c, + 0x2, 0x89, 0x3a, 0xa7, 0xd7, 0xd0, 0x2c, 0xc9, + 0xa7, 0x7d, 0x9b, 0x2, 0xaa, 0x5a, 0x99, 0xea, + 0xd1, 0x6, 0xc8, 0x54, 0x33, 0x86, 0x36, 0xbe, + 0xcb, 0x78, 0x5c, 0x62, 0x0, 0x92, 0x1, 0xc0, + 0x91, 0x0, 0x9, 0x20, 0x1, 0x9b, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8F74 "轴" */ + 0x0, 0xa2, 0x0, 0xb, 0x0, 0x1, 0xbe, 0xb9, + 0x0, 0xb0, 0x0, 0x2, 0x90, 0xa, 0xbe, 0xcc, + 0x80, 0x73, 0xb0, 0xa0, 0xb0, 0x2a, 0xd, 0x8e, + 0x7a, 0xb, 0x2, 0xa0, 0x32, 0xc2, 0xbb, 0xec, + 0xca, 0x1, 0x3d, 0x7a, 0xb, 0x2, 0xa2, 0xa7, + 0xc1, 0xa0, 0xb0, 0x2a, 0x0, 0xb, 0xb, 0xbe, + 0xbc, 0xa0, 0x0, 0xb0, 0xb0, 0x0, 0x29, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+8F91 "辑" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, + 0x7b, 0x99, 0xe0, 0x3f, 0xff, 0xb7, 0x40, 0xc, + 0x0, 0x28, 0x0, 0x49, 0x99, 0x90, 0x8, 0x3a, + 0x9, 0x98, 0x8a, 0x50, 0xec, 0xe8, 0x5a, 0x66, + 0xd0, 0x0, 0x1a, 0x5, 0x83, 0x3c, 0x0, 0x3, + 0xd7, 0x5c, 0x99, 0xd0, 0x3d, 0xbc, 0x35, 0x50, + 0xc, 0x20, 0x1, 0xa3, 0xdd, 0xcb, 0xe6, 0x0, + 0x1a, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+8FF0 "述" */ + 0x6, 0x0, 0x0, 0xb3, 0x90, 0x0, 0x87, 0x0, + 0xb, 0x15, 0x40, 0x0, 0x76, 0xcc, 0xfd, 0xcc, + 0x0, 0x11, 0x0, 0x7f, 0xc0, 0x0, 0x4a, 0xe0, + 0xc, 0xb7, 0xa0, 0x0, 0xc, 0x7, 0x6b, 0x19, + 0x50, 0x0, 0xc4, 0xb0, 0xb1, 0xb, 0x0, 0xc, + 0x30, 0xb, 0x10, 0x0, 0xb, 0xbb, 0x40, 0x30, + 0x2, 0x3, 0x50, 0x28, 0xab, 0xbb, 0xa1, + + /* U+9000 "退" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb2, 0xc, + 0xaa, 0xae, 0x10, 0x2, 0xc0, 0xc0, 0x0, 0xa1, + 0x0, 0x3, 0xc, 0x99, 0x9d, 0x10, 0x1, 0x10, + 0xc1, 0x11, 0xa1, 0x4, 0xad, 0xc, 0x99, 0x99, + 0x40, 0x0, 0xc0, 0xc0, 0x95, 0xa6, 0x0, 0xc, + 0xd, 0x3, 0x98, 0x0, 0x0, 0xc1, 0xfb, 0x70, + 0x96, 0x0, 0x8c, 0x72, 0x0, 0x0, 0x10, 0x48, + 0x4, 0xbb, 0xbb, 0xcd, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+901A "通" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa1, 0xa, + 0xaa, 0xae, 0x90, 0x4, 0xc0, 0x9, 0x8b, 0x60, + 0x0, 0x3, 0x8, 0x8c, 0xfa, 0x80, 0x1, 0x10, + 0xc1, 0xa3, 0x1c, 0x5, 0xad, 0xe, 0x9d, 0xa9, + 0xe0, 0x0, 0xc0, 0xc0, 0x92, 0xc, 0x0, 0xc, + 0xe, 0x9d, 0xa9, 0xe0, 0x0, 0xd0, 0xc0, 0x93, + 0x9d, 0x0, 0xb8, 0xa1, 0x0, 0x1, 0x0, 0x56, + 0x3, 0xbb, 0xaa, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+901F "速" */ + 0x6, 0x0, 0x0, 0xc1, 0x0, 0x0, 0x5a, 0x49, + 0x9e, 0x99, 0x93, 0x0, 0x20, 0xaa, 0xea, 0xa9, + 0x3, 0x87, 0xb, 0xc, 0x0, 0xc0, 0x13, 0xd0, + 0xe9, 0xea, 0x9d, 0x0, 0xc, 0x0, 0x7f, 0xc2, + 0x0, 0x0, 0xc0, 0x4a, 0xc3, 0xc3, 0x0, 0xc, + 0x5b, 0xc, 0x1, 0xb0, 0x8, 0xd9, 0x10, 0x70, + 0x0, 0x4, 0x80, 0x4b, 0xbb, 0xbb, 0xd5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9023 "連" */ + 0x9, 0x10, 0x0, 0xc0, 0x0, 0x0, 0x3c, 0x6a, + 0xae, 0xaa, 0xa3, 0x0, 0x20, 0xa7, 0xe7, 0x78, + 0x4, 0xa8, 0xe, 0x8e, 0x88, 0xc0, 0x0, 0xc0, + 0xc1, 0xd1, 0x1c, 0x0, 0xc, 0x8, 0x8e, 0x88, + 0x60, 0x0, 0xc8, 0xaa, 0xea, 0xaa, 0x50, 0x1c, + 0x0, 0xc, 0x0, 0x0, 0xd, 0xc8, 0x0, 0x80, + 0x0, 0x6, 0x60, 0x6c, 0xcb, 0xcc, 0xda, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9031 "週" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc1, 0xe, + 0xaa, 0xaa, 0xd0, 0x4, 0xb0, 0xb0, 0x90, 0xc, + 0x0, 0x3, 0xc, 0x7e, 0x95, 0xc0, 0x2, 0x10, + 0xb7, 0xc8, 0x5c, 0x3, 0x8c, 0x1a, 0x59, 0x92, + 0xc0, 0x0, 0xc3, 0x88, 0x7, 0x3c, 0x0, 0xc, + 0x73, 0x99, 0xc3, 0xc0, 0x0, 0xd9, 0x0, 0x2, + 0x9b, 0x0, 0xbb, 0xb1, 0x0, 0x1, 0x0, 0x49, + 0x2, 0xab, 0xbb, 0xbd, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9032 "進" */ + 0x0, 0x0, 0x2, 0x0, 0x0, 0x1, 0xb1, 0x3, + 0xb1, 0xb0, 0x0, 0x4, 0xb0, 0xba, 0x7d, 0x87, + 0x10, 0x1, 0x8f, 0x33, 0xd3, 0x30, 0x1, 0x19, + 0xda, 0xae, 0xa9, 0x3, 0xbc, 0xc, 0x0, 0xc0, + 0x0, 0x0, 0xc0, 0xca, 0xae, 0xa9, 0x0, 0xc, + 0xc, 0x0, 0xc0, 0x0, 0x0, 0xc0, 0xcb, 0xbb, + 0xbb, 0x40, 0x8b, 0x94, 0x0, 0x0, 0x0, 0x49, + 0x3, 0xab, 0xbb, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+903B "逻" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x20, + 0xea, 0xdd, 0xeb, 0x90, 0x2, 0xc0, 0xb0, 0x99, + 0x91, 0x90, 0x0, 0x10, 0xea, 0xdd, 0xeb, 0x90, + 0x37, 0x70, 0x4, 0xa0, 0x0, 0x0, 0x24, 0xd0, + 0x2c, 0xaa, 0xae, 0x0, 0x0, 0xc1, 0xb6, 0x50, + 0xa7, 0x0, 0x0, 0xc0, 0x0, 0xad, 0x80, 0x0, + 0x0, 0xd0, 0x5b, 0xc4, 0x0, 0x0, 0xc, 0x8a, + 0x93, 0x0, 0x0, 0x0, 0x76, 0x2, 0xac, 0xcc, + 0xcd, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+904A "遊" */ + 0x0, 0x0, 0x0, 0x1, 0x0, 0x1, 0x40, 0x8, + 0x40, 0x93, 0x0, 0xa, 0x7a, 0xcd, 0xad, 0xaa, + 0x60, 0x3, 0xa, 0x4, 0x85, 0x51, 0x25, 0x40, + 0xdb, 0x83, 0x6c, 0x12, 0x6c, 0xa, 0x28, 0x9, + 0x20, 0x0, 0xc2, 0x83, 0x9a, 0xdb, 0x60, 0xc, + 0x84, 0x47, 0x9, 0x10, 0x0, 0xd9, 0x4b, 0x45, + 0xc0, 0x0, 0xc9, 0xa2, 0x10, 0x0, 0x0, 0x57, + 0x3, 0xab, 0xbb, 0xcd, 0x70, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+904B "運" */ + 0xa, 0x8, 0xb9, 0x99, 0x9c, 0x50, 0x78, 0x82, + 0x9, 0x0, 0x75, 0x0, 0x70, 0x79, 0xe9, 0x93, + 0x0, 0x0, 0xb, 0x8e, 0x88, 0x90, 0x5b, 0xb0, + 0xe8, 0xe8, 0x8b, 0x0, 0xc, 0xd, 0x4d, 0x44, + 0xb0, 0x0, 0xc0, 0x44, 0xd4, 0x43, 0x0, 0xd, + 0x59, 0x9e, 0x99, 0x94, 0x1b, 0x5a, 0x41, 0x60, + 0x12, 0x23, 0x30, 0x6, 0x9a, 0xaa, 0x95, + + /* U+904E "過" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa4, 0x1, + 0xda, 0xad, 0x20, 0x1, 0xd1, 0x1a, 0x0, 0x72, + 0x0, 0x2, 0x1, 0xc8, 0x87, 0x20, 0x25, 0x40, + 0x5b, 0x5a, 0xa6, 0x2, 0x6c, 0xd, 0x55, 0x55, + 0xd0, 0x0, 0xc0, 0xb4, 0xba, 0x6b, 0x0, 0xc, + 0xb, 0x49, 0x86, 0xb0, 0x0, 0xc0, 0xb3, 0x41, + 0x6c, 0x0, 0xa6, 0x81, 0x0, 0x0, 0x1, 0x74, + 0x4, 0xbc, 0xbc, 0xde, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9053 "道" */ + 0x0, 0x0, 0x1, 0x0, 0x10, 0x0, 0x80, 0x2, + 0xb0, 0xc, 0x10, 0x7, 0x96, 0xac, 0xbc, 0xda, + 0x60, 0x3, 0x1, 0x2c, 0x42, 0x10, 0x24, 0x40, + 0xc7, 0x77, 0x8a, 0x3, 0x7d, 0xc, 0x99, 0x9a, + 0xa0, 0x0, 0xc0, 0xc1, 0x11, 0x3a, 0x0, 0xc, + 0xc, 0x77, 0x78, 0xa0, 0x0, 0xd0, 0xc9, 0x99, + 0xaa, 0x0, 0x99, 0x81, 0x0, 0x0, 0x0, 0x47, + 0x2, 0xab, 0xbb, 0xbd, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9072 "遲" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb1, 0x6a, + 0x88, 0x88, 0xd0, 0x3, 0xc6, 0xa9, 0x99, 0x9d, + 0x0, 0x1, 0x65, 0x92, 0x74, 0x70, 0x0, 0x7, + 0x36, 0x7a, 0xa0, 0x4, 0xda, 0x77, 0x82, 0x64, + 0xa0, 0x0, 0xc9, 0x3e, 0x9c, 0x75, 0x0, 0xc, + 0xa8, 0x44, 0xa2, 0x20, 0x0, 0xd8, 0x78, 0x9c, + 0x88, 0x10, 0x5e, 0x70, 0x1, 0x70, 0x0, 0x3a, + 0x4, 0xbb, 0xab, 0xbc, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9078 "選" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xc1, 0x6a, + 0xa7, 0xc8, 0xd0, 0x4, 0xc7, 0xaa, 0x7c, 0x8d, + 0x0, 0x2, 0x65, 0x25, 0xb2, 0x43, 0x0, 0x1, + 0x7b, 0x36, 0xa7, 0x13, 0xac, 0x3a, 0xea, 0xcc, + 0x90, 0x0, 0xc0, 0xb, 0x4, 0x60, 0x0, 0xc, + 0x7a, 0xda, 0xbb, 0xa3, 0x0, 0xc0, 0x78, 0x3, + 0xa4, 0x0, 0x8b, 0xa5, 0x0, 0x0, 0x50, 0x49, + 0x3, 0xab, 0xbb, 0xbd, 0x60, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+908A "邊" */ + 0x4, 0x0, 0x0, 0x62, 0x0, 0x0, 0x87, 0xc, + 0x66, 0x67, 0xa0, 0x0, 0xc1, 0xc8, 0x88, 0x9a, + 0x0, 0x0, 0xc, 0x66, 0x67, 0xa0, 0x37, 0x60, + 0x66, 0xb9, 0x65, 0x2, 0x4c, 0x98, 0xb8, 0xa9, + 0x97, 0x0, 0xc1, 0x95, 0x73, 0x83, 0x10, 0xc, + 0x58, 0xcb, 0x99, 0x84, 0x0, 0xc0, 0x5b, 0x55, + 0xa1, 0x0, 0xb9, 0xd7, 0x0, 0x76, 0x2, 0x65, + 0x5, 0xcc, 0xbc, 0xde, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+908F "邏" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa3, 0x89, + 0xd9, 0xb9, 0xe0, 0x2, 0xc8, 0x9d, 0x9b, 0x9e, + 0x0, 0x2, 0x8, 0x0, 0x97, 0x0, 0x27, 0x58, + 0x5b, 0x3d, 0xb8, 0x52, 0x5c, 0x7d, 0x6c, 0xa8, + 0x21, 0x0, 0xc7, 0xac, 0x5d, 0xc9, 0x40, 0xc, + 0x75, 0x62, 0xdb, 0x83, 0x1, 0xd8, 0x85, 0x4d, + 0xc9, 0x60, 0xc8, 0xa2, 0x0, 0x50, 0x0, 0x57, + 0x3, 0xbc, 0xcc, 0xce, 0xc0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+90E8 "部" */ + 0x0, 0x33, 0x0, 0x0, 0x0, 0x0, 0x3, 0xa0, + 0x5, 0xdb, 0xe0, 0x3c, 0xcd, 0xca, 0x56, 0x2c, + 0x0, 0x74, 0xa, 0x25, 0x67, 0x50, 0x1, 0x91, + 0xb0, 0x56, 0xc0, 0x7, 0xbb, 0xcc, 0xb6, 0x6a, + 0x20, 0x0, 0x0, 0x0, 0x56, 0x1b, 0x0, 0xeb, + 0xbc, 0x95, 0x60, 0xc0, 0xc, 0x0, 0x39, 0x57, + 0x8b, 0x0, 0xeb, 0xbc, 0x95, 0x61, 0x0, 0xc, + 0x0, 0x38, 0x56, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+91CD "重" */ + 0x0, 0x0, 0x1, 0x23, 0x51, 0x0, 0x2a, 0xaa, + 0xe9, 0x75, 0x10, 0x0, 0x0, 0xb, 0x10, 0x0, + 0x1, 0x99, 0x99, 0xea, 0x99, 0x95, 0x0, 0xb8, + 0x8d, 0x88, 0x96, 0x0, 0xe, 0x88, 0xe9, 0x8b, + 0x80, 0x0, 0xd2, 0x2c, 0x32, 0x68, 0x0, 0x7, + 0x77, 0xd7, 0x77, 0x30, 0x3, 0xaa, 0xae, 0xaa, + 0xa9, 0x0, 0x0, 0x0, 0xb1, 0x0, 0x0, 0x1a, + 0xaa, 0xae, 0xba, 0xaa, 0x60, + + /* U+91CF "量" */ + 0x0, 0xc7, 0x77, 0x77, 0xc3, 0x0, 0xc, 0x77, + 0x77, 0x7c, 0x30, 0x0, 0xa7, 0x77, 0x77, 0xa3, + 0x1, 0x99, 0x99, 0x99, 0x99, 0x96, 0x0, 0x97, + 0x79, 0x87, 0x85, 0x0, 0xd, 0x77, 0xd8, 0x79, + 0x80, 0x0, 0xd4, 0x4c, 0x64, 0x78, 0x0, 0x4, + 0x44, 0xc6, 0x44, 0x30, 0x2, 0x88, 0x8d, 0x88, + 0x86, 0x2, 0xaa, 0xaa, 0xea, 0xaa, 0xa6, + + /* U+91DD "針" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xc0, + 0x0, 0xb1, 0x0, 0x6, 0xa4, 0xb2, 0xb, 0x10, + 0x2, 0xea, 0xa9, 0x10, 0xb1, 0x0, 0x0, 0x48, + 0x19, 0xbe, 0xcb, 0x31, 0xbc, 0xdb, 0x31, 0xc2, + 0x10, 0x2, 0x38, 0x40, 0xb, 0x10, 0x0, 0x93, + 0x8a, 0x0, 0xb1, 0x0, 0x6, 0x59, 0x60, 0xb, + 0x10, 0x0, 0x59, 0xdb, 0x20, 0xb1, 0x0, 0x17, + 0x30, 0x0, 0xb, 0x10, 0x0, + + /* U+9215 "鈕" */ + 0x0, 0x42, 0x0, 0x0, 0x0, 0x0, 0xd, 0xa0, + 0x8c, 0xec, 0xf0, 0xa, 0x25, 0xb0, 0x48, 0xc, + 0x4, 0xca, 0xa5, 0x5, 0x60, 0xc0, 0x0, 0xa2, + 0x0, 0x75, 0xc, 0x1, 0xbe, 0xb7, 0x8e, 0xcc, + 0xb0, 0x2, 0x92, 0x30, 0xb1, 0x2a, 0x0, 0x99, + 0x74, 0xc, 0x3, 0x90, 0x6, 0x97, 0x30, 0xc0, + 0x57, 0x1, 0xac, 0xa9, 0xbe, 0xbd, 0xd8, 0x1, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9304 "錄" */ + 0x0, 0x21, 0x0, 0x40, 0x0, 0x0, 0xc, 0x80, + 0xd, 0x99, 0x70, 0x9, 0x67, 0x92, 0x90, 0x29, + 0x4, 0xe8, 0x85, 0x7c, 0xab, 0x50, 0x1, 0x95, + 0x14, 0x44, 0xa6, 0x31, 0xbd, 0xc8, 0x86, 0xd7, + 0x75, 0x2, 0x74, 0x38, 0x4b, 0x7b, 0x20, 0x97, + 0x75, 0x5, 0xcc, 0x30, 0x8, 0x79, 0x4, 0xbc, + 0x3a, 0x0, 0x5b, 0xc9, 0x90, 0xa0, 0x68, 0x17, + 0x30, 0x0, 0xbb, 0x0, 0x0, + + /* U+932F "錯" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x50, + 0xb, 0x1, 0xa0, 0x7, 0x68, 0x97, 0xe9, 0xad, + 0x53, 0xda, 0xa5, 0xb, 0x1, 0xa0, 0x0, 0xa3, + 0xc, 0xfc, 0xde, 0xb1, 0x9d, 0xa6, 0x0, 0x0, + 0x0, 0x4, 0xa5, 0x44, 0xdb, 0xbd, 0x40, 0x99, + 0x56, 0x46, 0x0, 0x74, 0xa, 0x99, 0x14, 0xca, + 0xad, 0x40, 0x3b, 0xb8, 0x47, 0x11, 0x84, 0x18, + 0x51, 0x4, 0xc9, 0x9c, 0x40, + + /* U+9375 "鍵" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0x2, + 0x20, 0x46, 0x0, 0xa, 0x78, 0x7c, 0x5a, 0xbc, + 0x5, 0xca, 0x83, 0x67, 0x9b, 0xc4, 0x1, 0xa0, + 0xa6, 0x5a, 0xbc, 0x3, 0xbe, 0xa3, 0xb2, 0x68, + 0x30, 0x2, 0x94, 0x5a, 0x6a, 0xb9, 0x0, 0x89, + 0x88, 0xa8, 0xab, 0x92, 0x7, 0x95, 0x59, 0x15, + 0x71, 0x0, 0x5d, 0xda, 0xa6, 0x35, 0x0, 0x38, + 0x33, 0x60, 0x7b, 0xba, 0x40, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9396 "鎖" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x80, + 0x60, 0xb0, 0x60, 0x7, 0x97, 0xa7, 0x5b, 0x38, + 0x4, 0xd9, 0x97, 0x7b, 0xeb, 0xb0, 0x0, 0x77, + 0x1a, 0x32, 0x2c, 0x0, 0xbc, 0xc9, 0xa8, 0x77, + 0xe0, 0x2, 0x55, 0x4a, 0xa9, 0x9e, 0x0, 0x95, + 0x69, 0xa2, 0x0, 0xc0, 0x8, 0x68, 0x47, 0xaa, + 0xab, 0x0, 0x6b, 0xc9, 0x3b, 0x17, 0x70, 0x5, + 0x10, 0x29, 0x10, 0x6, 0x40, + + /* U+93E1 "鏡" */ + 0x0, 0x22, 0x0, 0x5, 0x0, 0x0, 0xc, 0xa0, + 0x89, 0xea, 0x94, 0xa, 0x55, 0xc1, 0x90, 0x55, + 0x4, 0xdb, 0xb9, 0x9d, 0xad, 0xa7, 0x0, 0x64, + 0x3, 0x55, 0x55, 0x11, 0xbd, 0xc9, 0xa5, 0x44, + 0xa3, 0x2, 0x64, 0x4a, 0x99, 0x9c, 0x30, 0x96, + 0x59, 0x99, 0x99, 0xc3, 0x8, 0x77, 0x30, 0xa1, + 0xc0, 0x0, 0x3a, 0xcb, 0x2c, 0xc, 0x8, 0x19, + 0x52, 0x8a, 0x10, 0xaa, 0x90, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9418 "鐘" */ + 0x0, 0x40, 0x0, 0x13, 0x0, 0x0, 0x4e, 0x22, + 0x67, 0xd6, 0x61, 0x2c, 0x2b, 0x48, 0x84, 0xb5, + 0x8, 0xca, 0x87, 0xac, 0x8e, 0x94, 0x1, 0xa0, + 0x16, 0x66, 0x66, 0x4, 0x9d, 0x92, 0xb4, 0xc4, + 0xc0, 0x23, 0xb5, 0x1c, 0x8d, 0x8d, 0x2, 0x69, + 0x91, 0xb7, 0xd7, 0xb0, 0x6, 0xa6, 0x29, 0xae, + 0x99, 0x1, 0x7f, 0xe1, 0x0, 0xb0, 0x0, 0x69, + 0x40, 0x7a, 0xae, 0xaa, 0x40, + + /* U+9451 "鑑" */ + 0x0, 0x20, 0x0, 0x0, 0x11, 0x0, 0x2d, 0xb, + 0xad, 0x39, 0x30, 0xb, 0x4b, 0xc6, 0xc1, 0xea, + 0x77, 0xb7, 0x7b, 0x25, 0x9a, 0x31, 0x4, 0xb2, + 0xb8, 0xce, 0x4a, 0x2, 0x7c, 0x6b, 0x4b, 0x20, + 0x92, 0x15, 0xb5, 0x46, 0x63, 0x0, 0x1, 0x69, + 0x95, 0xcd, 0xad, 0xd3, 0x8, 0xa7, 0x55, 0x70, + 0x86, 0x30, 0x3c, 0x85, 0x57, 0x8, 0x63, 0x4a, + 0x65, 0xdc, 0xdb, 0xdd, 0x90, + + /* U+94AE "钮" */ + 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0x58, 0x0, + 0xbc, 0xeb, 0xf0, 0xc, 0xcc, 0x60, 0x47, 0xc, + 0x2, 0x90, 0x0, 0x6, 0x60, 0xc0, 0x7, 0xec, + 0x30, 0x74, 0xc, 0x0, 0x8, 0x20, 0xce, 0xdc, + 0xc0, 0xb, 0xec, 0x70, 0xb1, 0x1b, 0x0, 0x8, + 0x20, 0xc, 0x2, 0xa0, 0x0, 0x83, 0x10, 0xc0, + 0x38, 0x0, 0x9, 0xc7, 0x1b, 0x5, 0x70, 0x0, + 0xc3, 0x8d, 0xec, 0xee, 0x80, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+952E "键" */ + 0x6, 0x40, 0x44, 0x22, 0xb2, 0x10, 0xba, 0x95, + 0xd3, 0x6c, 0x86, 0x36, 0x0, 0x1b, 0x49, 0xeb, + 0xb0, 0xae, 0x88, 0x50, 0x2b, 0x56, 0x0, 0xa0, + 0x9c, 0x87, 0xd7, 0x31, 0x9d, 0x84, 0x76, 0x8d, + 0x83, 0x0, 0xa0, 0xad, 0x59, 0xd9, 0x50, 0xa, + 0x44, 0xd0, 0x1b, 0x10, 0x0, 0xe8, 0x9a, 0xa0, + 0x80, 0x0, 0x37, 0x36, 0x5, 0xbb, 0xb9, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9577 "長" */ + 0x0, 0x4d, 0xaa, 0xaa, 0xa3, 0x0, 0x4, 0x70, + 0x0, 0x0, 0x0, 0x0, 0x4d, 0xaa, 0xaa, 0xa0, + 0x0, 0x4, 0xb7, 0x77, 0x77, 0x0, 0x0, 0x49, + 0x22, 0x22, 0x20, 0x1, 0xbd, 0xdb, 0xeb, 0xbb, + 0xc7, 0x0, 0x65, 0x8, 0x50, 0x88, 0x0, 0x6, + 0x50, 0xb, 0xc3, 0x0, 0x0, 0x88, 0x8b, 0x29, + 0xb5, 0x10, 0x9, 0x73, 0x0, 0x2, 0x87, + + /* U+9580 "門" */ + 0xea, 0xae, 0xe, 0xaa, 0xfd, 0x55, 0xd0, 0xd5, + 0x5d, 0xd5, 0x5d, 0xd, 0x55, 0xde, 0x99, 0xd0, + 0xe8, 0x8e, 0xd1, 0x11, 0x1, 0x11, 0xdc, 0x0, + 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, 0x0, 0xcc, + 0x0, 0x0, 0x0, 0xc, 0xc0, 0x0, 0x0, 0x0, + 0xdc, 0x0, 0x0, 0x8, 0xcb, + + /* U+9589 "閉" */ + 0xea, 0xae, 0xe, 0xaa, 0xfe, 0x55, 0xd0, 0xd5, + 0x5e, 0xe4, 0x4d, 0xd, 0x44, 0xee, 0x99, 0xe0, + 0xe9, 0x9e, 0xd0, 0x0, 0x2, 0x0, 0xdd, 0x2a, + 0xac, 0xda, 0x2d, 0xd0, 0x1, 0xd9, 0x0, 0xdd, + 0x1, 0xb5, 0x90, 0xd, 0xd3, 0xc3, 0x29, 0x0, + 0xdd, 0x1, 0x2b, 0x57, 0xcb, + + /* U+958B "開" */ + 0xe9, 0x9e, 0xe, 0x99, 0xec, 0x0, 0xb0, 0xc0, + 0xc, 0xe9, 0x9e, 0xe, 0x99, 0xee, 0x88, 0xc0, + 0xc8, 0x8e, 0xc1, 0x99, 0x99, 0x91, 0xcc, 0x1, + 0xb1, 0xb1, 0xc, 0xc4, 0xbe, 0xbe, 0xb4, 0xcc, + 0x2, 0x90, 0xb0, 0xc, 0xc0, 0x84, 0xb, 0x0, + 0xdc, 0x18, 0x0, 0xb2, 0xcb, + + /* U+9592 "閒" */ + 0xda, 0xae, 0xe, 0xaa, 0xec, 0x0, 0xb0, 0xc0, + 0xd, 0xd9, 0x9e, 0xd, 0x99, 0xed, 0x88, 0xc0, + 0xb8, 0x8d, 0xc0, 0x9, 0x99, 0x20, 0xdc, 0x0, + 0xb3, 0x94, 0xd, 0xc0, 0xc, 0x6a, 0x40, 0xdc, + 0x2, 0xd8, 0xc4, 0xd, 0xc0, 0x76, 0x7, 0x40, + 0xdc, 0x8, 0x5, 0x96, 0xca, + + /* U+9593 "間" */ + 0xea, 0xae, 0xe, 0xaa, 0xfe, 0x55, 0xe0, 0xd5, + 0x5e, 0xe4, 0x4e, 0xd, 0x44, 0xee, 0x99, 0xe0, + 0xe9, 0x9e, 0xd0, 0x23, 0x33, 0x10, 0xdd, 0xb, + 0x66, 0x88, 0xd, 0xd0, 0xb9, 0x9b, 0x80, 0xdd, + 0xb, 0x0, 0x38, 0xd, 0xd0, 0xba, 0xab, 0x70, + 0xdd, 0x4, 0x0, 0x5, 0xcb, + + /* U+95DC "關" */ + 0xe9, 0x9d, 0x2c, 0x99, 0xee, 0x77, 0xd2, 0xc7, + 0x7e, 0xc2, 0x2b, 0x2c, 0x22, 0xde, 0x9c, 0xb1, + 0xaa, 0x9e, 0xc1, 0xa6, 0x1a, 0x60, 0xcc, 0x2b, + 0x92, 0xb8, 0xc, 0xc4, 0xb9, 0x8c, 0x93, 0xcc, + 0x6, 0x54, 0x95, 0x1c, 0xc0, 0x9c, 0x2c, 0xa1, + 0xcc, 0x6, 0x80, 0x90, 0xab, + + /* U+9640 "陀" */ + 0x0, 0x0, 0x3, 0x20, 0x0, 0xfb, 0xe0, 0x4, + 0xc0, 0x0, 0xc2, 0xa9, 0xbb, 0xdb, 0xb7, 0xc8, + 0x3b, 0x0, 0x0, 0x1a, 0xca, 0x23, 0x70, 0x0, + 0x12, 0xc1, 0xb0, 0xb1, 0x3a, 0xb0, 0xc0, 0xc0, + 0xbb, 0x83, 0x0, 0xca, 0xb0, 0xb1, 0x0, 0x0, + 0xc0, 0x0, 0xb1, 0x0, 0x17, 0xc0, 0x0, 0xb2, + 0x0, 0x39, 0xc0, 0x0, 0x5c, 0xcc, 0xc3, + + /* U+9644 "附" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xd0, 0x93, + 0x3, 0x90, 0xb2, 0x90, 0xc0, 0x3, 0x90, 0xb7, + 0x47, 0x9b, 0xcd, 0xe6, 0xba, 0x3e, 0x80, 0x3, + 0x90, 0xb4, 0xa5, 0x86, 0x13, 0x90, 0xb0, 0xb2, + 0x83, 0x83, 0x90, 0xb0, 0xc2, 0x80, 0xb3, 0x90, + 0xb9, 0x52, 0x80, 0x3, 0x90, 0xb0, 0x2, 0x80, + 0x3, 0x90, 0xb0, 0x2, 0x80, 0x7d, 0x50, + + /* U+9650 "限" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xe5, 0xdb, + 0xbb, 0xc0, 0xb0, 0xa4, 0x80, 0x0, 0xc0, 0xb4, + 0x54, 0xda, 0xaa, 0xc0, 0xb6, 0x34, 0x80, 0x0, + 0xc0, 0xb0, 0xa4, 0xdb, 0xbb, 0xc0, 0xb0, 0xb4, + 0x82, 0xa0, 0x72, 0xb6, 0xb4, 0x80, 0xbb, 0x70, + 0xb0, 0x4, 0x80, 0x4c, 0x0, 0xb0, 0x5, 0xb8, + 0x7a, 0xb1, 0xb0, 0x8, 0xa5, 0x10, 0x86, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9664 "除" */ + 0x0, 0x0, 0x0, 0x50, 0x0, 0xeb, 0xe0, 0x7, + 0xd1, 0x0, 0xb2, 0xa0, 0x49, 0x2c, 0x10, 0xb8, + 0x37, 0xa0, 0x3, 0xd4, 0xbb, 0x15, 0xab, 0xdb, + 0x62, 0xb1, 0xa0, 0x1, 0xb0, 0x0, 0xb0, 0xc8, + 0xab, 0xea, 0xa4, 0xbb, 0xa0, 0x61, 0xb5, 0x20, + 0xb0, 0x5, 0x71, 0xb2, 0xc0, 0xb0, 0xc, 0x1, + 0xb0, 0x75, 0xb0, 0x1, 0x5c, 0x80, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9670 "陰" */ + 0x0, 0x0, 0x2, 0x30, 0x0, 0xeb, 0xe0, 0x1c, + 0xa1, 0x0, 0xb1, 0xa3, 0xc5, 0x2b, 0x40, 0xb7, + 0x8b, 0x16, 0x61, 0x96, 0xba, 0x24, 0x9a, 0xba, + 0x10, 0xb1, 0xa0, 0x0, 0x1b, 0x0, 0xb0, 0xc3, + 0x88, 0x88, 0x60, 0xb9, 0xb9, 0x99, 0x99, 0x94, + 0xb0, 0x0, 0x78, 0xa, 0x10, 0xb0, 0x3, 0xb1, + 0x19, 0x90, 0xb0, 0xa, 0xba, 0x97, 0xb1, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9694 "隔" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0xeb, 0xd7, 0xbb, + 0xbb, 0xb4, 0xb3, 0x90, 0x99, 0x99, 0x70, 0xb9, + 0x31, 0x80, 0x0, 0xb0, 0xbb, 0x21, 0xa9, 0x99, + 0x90, 0xb2, 0xa5, 0xaa, 0xaa, 0xa2, 0xb0, 0xb8, + 0x35, 0x7, 0x73, 0xb6, 0xc8, 0x19, 0x36, 0x73, + 0xb5, 0x28, 0x69, 0xd9, 0x83, 0xb0, 0x8, 0x10, + 0xa0, 0x73, 0xb0, 0x8, 0x10, 0xa4, 0xc1, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+969C "障" */ + 0x0, 0x0, 0x1, 0x30, 0x0, 0xeb, 0xe5, 0x8a, + 0xd8, 0x81, 0xb1, 0xa1, 0x77, 0x2b, 0x30, 0xb6, + 0x5a, 0xbd, 0xae, 0xa6, 0xb8, 0x21, 0x55, 0x55, + 0x40, 0xb1, 0xa3, 0xa3, 0x33, 0xc0, 0xb0, 0xb3, + 0xc8, 0x88, 0xc0, 0xb7, 0xb2, 0x97, 0xc7, 0x80, + 0xb0, 0xa, 0xaa, 0xea, 0xa7, 0xb0, 0x0, 0x0, + 0xc0, 0x0, 0xb0, 0x0, 0x0, 0xc0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+96A8 "隨" */ + 0x0, 0x0, 0x0, 0x40, 0x0, 0xeb, 0xc5, 0x0, + 0xc0, 0x0, 0xa3, 0x9a, 0x4b, 0xb8, 0x86, 0xa9, + 0x21, 0x3b, 0x6c, 0x82, 0xaa, 0x59, 0x74, 0x77, + 0x76, 0xa2, 0xa6, 0x76, 0xba, 0xc3, 0xa0, 0xb5, + 0x77, 0xa8, 0xc4, 0xb7, 0xa5, 0x77, 0x96, 0xb4, + 0xa3, 0x5, 0x77, 0x51, 0x84, 0xa0, 0x8, 0x96, + 0x22, 0x81, 0xa0, 0x63, 0x8, 0xbb, 0xda, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+96D9 "雙" */ + 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x65, 0xb0, + 0xb, 0x3a, 0x0, 0x1e, 0x9d, 0x96, 0xe8, 0xd8, + 0x7, 0xe8, 0xd8, 0xbd, 0x8d, 0x70, 0xb, 0x8d, + 0x80, 0xd8, 0xd7, 0x0, 0xb5, 0xc5, 0x1c, 0x4c, + 0x41, 0x3, 0x44, 0x41, 0x44, 0x54, 0x10, 0xad, + 0xda, 0xaa, 0xcd, 0x0, 0x0, 0xa, 0x70, 0x5c, + 0x20, 0x0, 0x1, 0x5d, 0xfe, 0x63, 0x0, 0x5d, + 0xb8, 0x30, 0x26, 0x9c, 0x10, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+96E2 "離" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x1, 0x88, 0x0, 0x19, 0x99, 0xa8, 0x64, 0x81, + 0x0, 0xa4, 0x87, 0x7d, 0xbd, 0xb4, 0xa, 0x57, + 0x8a, 0xe1, 0xb0, 0x0, 0x89, 0xca, 0x59, 0xbe, + 0xb3, 0x7, 0x7d, 0x76, 0x91, 0xb0, 0x0, 0xb7, + 0x74, 0xa9, 0xbe, 0xb2, 0xa, 0xd8, 0x8a, 0x91, + 0xb0, 0x0, 0xa1, 0x2, 0xa9, 0xbe, 0xa5, 0xa, + 0x0, 0x87, 0x92, 0x0, 0x0, + + /* U+96FB "電" */ + 0x3a, 0xaa, 0xea, 0xaa, 0x40, 0x88, 0x88, 0xe8, + 0x88, 0x80, 0xc3, 0x33, 0xd3, 0x33, 0xc0, 0x87, + 0xa6, 0xc5, 0xa8, 0x80, 0x2, 0x32, 0x51, 0x33, + 0x0, 0xd, 0x99, 0xd9, 0x9d, 0x20, 0xd, 0x77, + 0xe7, 0x7d, 0x20, 0xd, 0x88, 0xe8, 0x8d, 0x31, + 0xa, 0x11, 0xc1, 0x11, 0x56, 0x0, 0x0, 0x9b, + 0xaa, 0xc1, + + /* U+9700 "需" */ + 0x3, 0xaa, 0xae, 0xaa, 0xa6, 0x0, 0x99, 0x99, + 0xe9, 0x99, 0x92, 0xb, 0x46, 0x4b, 0x26, 0x67, + 0x40, 0x51, 0x21, 0xb1, 0x22, 0x32, 0x2, 0xab, + 0x88, 0x6b, 0xb4, 0x10, 0x88, 0x88, 0xe8, 0x88, + 0x83, 0x2, 0xaa, 0xae, 0xaa, 0xa9, 0x0, 0x38, + 0xb, 0x6, 0x50, 0xc0, 0x3, 0x80, 0xb0, 0x65, + 0xc, 0x0, 0x38, 0xb, 0x6, 0x49, 0x90, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9707 "震" */ + 0x3, 0x99, 0x9e, 0x99, 0x95, 0x0, 0xa9, 0x99, + 0xe9, 0x99, 0xa1, 0xc, 0x57, 0x4c, 0x37, 0x78, + 0x20, 0x35, 0x64, 0xc2, 0x66, 0x40, 0x3, 0x99, + 0x9a, 0x99, 0x99, 0x0, 0x56, 0x66, 0x66, 0x66, + 0x20, 0x6, 0x75, 0x55, 0x55, 0x53, 0x0, 0x8a, + 0xe8, 0x9e, 0x89, 0xc3, 0xc, 0x1c, 0x0, 0x7b, + 0xc2, 0x4, 0x81, 0xea, 0x94, 0x16, 0xa4, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+975C "靜" */ + 0x0, 0x92, 0x1, 0x46, 0xa9, 0x3, 0x9d, 0xa9, + 0x86, 0x81, 0x70, 0x18, 0xc9, 0x67, 0x29, 0x46, + 0x5, 0x9d, 0xa9, 0x8a, 0xba, 0x90, 0x3, 0x33, + 0x20, 0xb, 0xa, 0x0, 0xc6, 0x89, 0xab, 0xeb, + 0xe5, 0xc, 0x89, 0x93, 0x5c, 0x5a, 0x0, 0xd9, + 0xa9, 0x34, 0xc4, 0x30, 0xa, 0x1, 0x90, 0xb, + 0x0, 0x0, 0xa1, 0xb6, 0x4c, 0x80, 0x0, + + /* U+975E "非" */ + 0x0, 0x0, 0xd0, 0xb1, 0x0, 0x0, 0xbb, 0xbd, + 0xb, 0xcb, 0xb2, 0x0, 0x0, 0xd0, 0xb1, 0x0, + 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, 0xa, 0xcc, + 0xd0, 0xbc, 0xcc, 0x0, 0x0, 0xd, 0xb, 0x10, + 0x0, 0x3c, 0xcc, 0xd0, 0xbc, 0xcc, 0x40, 0x0, + 0xd, 0xb, 0x10, 0x0, 0x0, 0x0, 0xd0, 0xb1, + 0x0, 0x0, 0x0, 0xd, 0xb, 0x10, 0x0, + + /* U+9762 "面" */ + 0x1c, 0xcc, 0xcf, 0xcc, 0xcc, 0x70, 0x0, 0x0, + 0xe0, 0x0, 0x0, 0x0, 0x11, 0x3b, 0x11, 0x11, + 0x0, 0x9b, 0xbd, 0xab, 0xda, 0xe0, 0x9, 0x23, + 0xc8, 0xa8, 0xc, 0x0, 0x92, 0x38, 0x14, 0x80, + 0xc0, 0x9, 0x23, 0xda, 0xb8, 0xc, 0x0, 0x92, + 0x38, 0x3, 0x80, 0xc0, 0x9, 0xcc, 0xdb, 0xce, + 0xbf, 0x0, 0x93, 0x0, 0x0, 0x0, 0xc0, + + /* U+97CC "韌" */ + 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x7c, 0xa8, + 0x3b, 0xeb, 0xe1, 0x1, 0xc1, 0xa1, 0xa, 0x1a, + 0x14, 0xbc, 0xbc, 0xa0, 0xb1, 0xa1, 0x7, 0x99, + 0x92, 0xac, 0xb, 0x0, 0xc0, 0x7, 0x68, 0xc0, + 0xb0, 0x7, 0x8d, 0x96, 0x4b, 0xb, 0x2, 0xc9, + 0xea, 0x53, 0x80, 0xb0, 0xb, 0xb, 0x10, 0x83, + 0xc, 0x0, 0xaa, 0xea, 0x9b, 0x0, 0xb0, 0x0, + 0xb, 0x16, 0x27, 0xc4, 0x0, + + /* U+97F3 "音" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x6, 0xbd, 0xbb, 0xbc, 0xcb, + 0x0, 0x0, 0xc1, 0x0, 0x95, 0x0, 0x18, 0x8c, + 0xb8, 0x8f, 0x88, 0x50, 0x22, 0x22, 0x22, 0x22, + 0x21, 0x0, 0x9b, 0xbb, 0xbb, 0xd2, 0x0, 0xa, + 0x20, 0x0, 0xa, 0x20, 0x0, 0xab, 0xaa, 0xaa, + 0xe2, 0x0, 0xa, 0x30, 0x0, 0xa, 0x20, 0x0, + 0xab, 0xaa, 0xaa, 0xe2, 0x0, + + /* U+97FF "響" */ + 0x0, 0x20, 0x4, 0x0, 0x0, 0x0, 0x36, 0x5b, + 0x7a, 0x7c, 0xb6, 0xb, 0xb1, 0xb7, 0xa7, 0x79, + 0x0, 0xb8, 0xac, 0x6a, 0x77, 0x55, 0x2, 0xa3, + 0xe9, 0x98, 0x89, 0x70, 0x86, 0x57, 0xc6, 0x79, + 0x30, 0x0, 0x49, 0x84, 0x4d, 0x53, 0x1, 0x99, + 0x9a, 0x99, 0xa9, 0x95, 0x0, 0x88, 0x77, 0x77, + 0xb2, 0x0, 0x9, 0x86, 0x66, 0x6c, 0x20, 0x0, + 0x98, 0x77, 0x77, 0xc2, 0x0, + + /* U+9801 "頁" */ + 0xb, 0xbb, 0xcf, 0xbb, 0xbb, 0x0, 0x0, 0x1, + 0xc0, 0x0, 0x0, 0x0, 0xda, 0xab, 0xaa, 0xc2, + 0x0, 0xd, 0x0, 0x0, 0xa, 0x30, 0x0, 0xe9, + 0x99, 0x99, 0xd3, 0x0, 0xe, 0x99, 0x99, 0x9d, + 0x30, 0x0, 0xc0, 0x0, 0x0, 0xa3, 0x0, 0xa, + 0xba, 0xaa, 0xaa, 0x20, 0x1, 0x7d, 0x40, 0x4c, + 0x82, 0x2, 0xb5, 0x0, 0x0, 0x4, 0xa1, + + /* U+9802 "頂" */ + 0x9c, 0xfc, 0x9b, 0xce, 0xbb, 0x30, 0xc, 0x0, + 0x6, 0x70, 0x0, 0x0, 0xc0, 0x4c, 0xaa, 0xac, + 0x0, 0xc, 0x4, 0x70, 0x0, 0xc0, 0x0, 0xc0, + 0x4c, 0x99, 0x9d, 0x0, 0xc, 0x4, 0xc9, 0x99, + 0xd0, 0x0, 0xc0, 0x47, 0x0, 0xc, 0x0, 0xc, + 0x3, 0xa9, 0x99, 0xa0, 0x0, 0xc0, 0x7, 0x31, + 0xa1, 0x6, 0xc8, 0x4c, 0x70, 0x4, 0xc2, 0x0, + 0x1, 0x10, 0x0, 0x2, 0x0, + + /* U+9805 "項" */ + 0x23, 0x33, 0x9b, 0xce, 0xbb, 0x37, 0xce, 0xb1, + 0x6, 0x70, 0x0, 0x2, 0xa0, 0x4b, 0xaa, 0x9c, + 0x0, 0x2a, 0x4, 0x93, 0x33, 0xd0, 0x2, 0xa0, + 0x4a, 0x55, 0x5d, 0x0, 0x2a, 0x26, 0xc9, 0x99, + 0xd0, 0x28, 0xfa, 0x77, 0x0, 0xc, 0x7, 0x60, + 0x3, 0xba, 0xaa, 0xb0, 0x0, 0x0, 0x3b, 0x31, + 0xb4, 0x0, 0x0, 0x58, 0x10, 0x0, 0x92, + + /* U+9806 "順" */ + 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0, 0xa, + 0x8b, 0xec, 0xb3, 0xa, 0x72, 0xa1, 0x3d, 0x33, + 0x0, 0xa7, 0x2a, 0x79, 0x77, 0xe0, 0xa, 0x72, + 0xa7, 0x96, 0x6d, 0x0, 0xa7, 0x2a, 0x76, 0x22, + 0xd0, 0xa, 0x72, 0xa7, 0xb9, 0x9e, 0x0, 0x97, + 0x2a, 0x74, 0x0, 0xc0, 0x37, 0x72, 0xa5, 0xba, + 0xab, 0x7, 0x32, 0xa, 0x3b, 0x16, 0x80, 0x40, + 0x0, 0x48, 0x10, 0x5, 0x30, + + /* U+9810 "預" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xbb, 0xda, + 0xbb, 0xfb, 0xb5, 0x2, 0xc, 0x10, 0xd, 0x0, + 0x0, 0x9d, 0x40, 0x9a, 0xba, 0xd0, 0x0, 0x5b, + 0xa, 0x10, 0xb, 0x5, 0xae, 0xae, 0xb9, 0x88, + 0xd0, 0x0, 0xc2, 0x9a, 0xa9, 0x9e, 0x0, 0xc, + 0x1, 0xa1, 0x0, 0xb0, 0x0, 0xc0, 0x7, 0xa9, + 0x9b, 0x0, 0xc, 0x0, 0x4a, 0x8, 0x60, 0xb, + 0xc0, 0x89, 0x10, 0x9, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+983B "頻" */ + 0x2, 0x47, 0x7, 0xbd, 0xcb, 0x20, 0xb4, 0xdb, + 0x20, 0xa1, 0x0, 0xb, 0x47, 0x3, 0xcb, 0xad, + 0x8, 0xdc, 0xdb, 0x79, 0x33, 0xd0, 0x5, 0x56, + 0x14, 0xb6, 0x6d, 0x2, 0xb5, 0x6b, 0x5c, 0x99, + 0xe0, 0x94, 0x5a, 0xa3, 0x70, 0xc, 0x0, 0x2, + 0xe1, 0x3b, 0xaa, 0xc0, 0x4, 0xc3, 0x1, 0xa2, + 0x77, 0x4, 0x91, 0x0, 0x92, 0x0, 0x62, + + /* U+984C "題" */ + 0x0, 0x11, 0x10, 0x0, 0x0, 0x0, 0x99, 0x8c, + 0x49, 0xcb, 0x94, 0x9, 0x43, 0xb0, 0x8, 0x10, + 0x0, 0x97, 0x7c, 0xd, 0x99, 0xe0, 0x6, 0x87, + 0x80, 0xd7, 0x7e, 0x2, 0xaa, 0xaa, 0x7d, 0x99, + 0xe0, 0x2, 0x37, 0x0, 0xb0, 0xc, 0x0, 0x94, + 0xc9, 0x2a, 0xaa, 0xa0, 0xa, 0x87, 0x1, 0xb3, + 0x4a, 0x0, 0xba, 0x90, 0xa4, 0x0, 0x55, 0x37, + 0x7, 0xbb, 0xba, 0xab, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+984F "顏" */ + 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x7, 0x7d, + 0x77, 0xbb, 0xeb, 0xa0, 0x8, 0x86, 0xc3, 0x3, + 0x90, 0x0, 0x1, 0xce, 0x50, 0xda, 0xaa, 0x90, + 0xb, 0x95, 0xc4, 0xc3, 0x35, 0xa0, 0xc, 0x57, + 0xb3, 0xd5, 0x56, 0xa0, 0xb, 0x68, 0x20, 0xe9, + 0x9a, 0xa0, 0xb, 0x6, 0xa0, 0xc0, 0x1, 0xa0, + 0xb, 0x65, 0x33, 0xba, 0xaa, 0x80, 0x38, 0x6, + 0xa1, 0x87, 0xb, 0x20, 0x33, 0xa5, 0x9, 0x50, + 0x1, 0x90, + + /* U+985E "類" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x1, 0x89, 0x3a, + 0x9b, 0xfb, 0xb3, 0x28, 0xa7, 0x60, 0xd, 0x0, + 0x4, 0x8f, 0xa7, 0x7b, 0xba, 0xd0, 0x9, 0xbb, + 0x57, 0x40, 0xc, 0x5, 0x37, 0x26, 0x8b, 0x99, + 0xe0, 0x0, 0x95, 0x97, 0xb9, 0x9e, 0x5, 0xae, + 0xba, 0x93, 0x0, 0xc0, 0x0, 0xe9, 0x5, 0xaa, + 0xab, 0x1, 0xb5, 0x4a, 0x4b, 0x7, 0x70, 0x43, + 0x0, 0x49, 0x10, 0x7, 0x40, + + /* U+986F "顯" */ + 0xd, 0x88, 0x8b, 0x9c, 0xdb, 0x20, 0xd7, 0x77, + 0xb0, 0x55, 0x0, 0xc, 0x22, 0x2b, 0x9a, 0xad, + 0x0, 0xda, 0xad, 0x89, 0x10, 0xb0, 0xa, 0x43, + 0x95, 0x99, 0x9d, 0x3, 0xb9, 0x5d, 0x69, 0xa9, + 0xe0, 0x3d, 0xb7, 0xcc, 0xa0, 0xa, 0x1, 0x65, + 0x64, 0x69, 0xaa, 0xb0, 0x29, 0xa5, 0x59, 0x38, + 0x38, 0x5, 0x25, 0x12, 0x18, 0x0, 0x73, + + /* U+9884 "预" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xbb, 0xd8, + 0xaa, 0xec, 0xa5, 0x1, 0x1b, 0x0, 0xc, 0x10, + 0x0, 0xbc, 0x30, 0x7c, 0xdb, 0xd0, 0x0, 0x8a, + 0x8, 0x33, 0xc, 0x6, 0xbf, 0xbe, 0x93, 0xa1, + 0xc0, 0x0, 0xc2, 0x98, 0x3b, 0x1c, 0x0, 0xc, + 0x11, 0x83, 0xb0, 0xc0, 0x0, 0xc0, 0x2, 0x2c, + 0x33, 0x0, 0xc, 0x0, 0x2c, 0x39, 0x80, 0x1c, + 0xc0, 0x3a, 0x20, 0x9, 0x30, + + /* U+989C "颜" */ + 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x1, 0xa0, + 0x1a, 0xae, 0xa7, 0xb, 0xcb, 0xc6, 0x2, 0x80, + 0x0, 0x1a, 0xb, 0x8, 0xbb, 0x93, 0xb, 0xbb, + 0xb6, 0xb0, 0x54, 0x50, 0xb0, 0x6a, 0xb, 0xa, + 0x45, 0xb, 0x95, 0x61, 0xb0, 0x94, 0x50, 0xb3, + 0xa6, 0xb, 0x37, 0x45, 0xb, 0x82, 0xa4, 0x57, + 0x42, 0x23, 0x86, 0xb4, 0x5, 0x92, 0xb2, 0x35, + 0x60, 0x9, 0x60, 0x1, 0x70, + + /* U+98DB "飛" */ + 0x8, 0xbb, 0xbb, 0xbe, 0x2a, 0x0, 0x3, 0xa6, + 0x80, 0xae, 0x50, 0x1b, 0xe3, 0x39, 0x6, 0x88, + 0x10, 0xc, 0x2, 0x90, 0xc, 0x66, 0x5b, 0xfb, + 0xce, 0xbb, 0x27, 0x10, 0xc, 0x2, 0x90, 0xa4, + 0xb0, 0x0, 0xc0, 0x29, 0x9, 0xf6, 0x0, 0x49, + 0x2, 0x90, 0x67, 0x72, 0xc, 0x20, 0x29, 0x1, + 0xc0, 0x65, 0x80, 0x2, 0x90, 0x5, 0xc5, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9A45 "驅" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xec, 0xc7, + 0xc9, 0x99, 0x94, 0xb, 0x76, 0xa, 0x18, 0x85, + 0x0, 0xda, 0xa3, 0xa2, 0x70, 0xa0, 0xd, 0xbb, + 0x5a, 0x2b, 0x89, 0x0, 0xa6, 0x50, 0xa2, 0x21, + 0x20, 0xe, 0xcc, 0x8a, 0x9b, 0x89, 0x30, 0x43, + 0x4a, 0xa7, 0x77, 0x33, 0x39, 0x75, 0xaa, 0x9b, + 0x7a, 0x37, 0x54, 0x19, 0xb1, 0x11, 0x10, 0x10, + 0x1b, 0x57, 0x99, 0x99, 0x50, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9A57 "驗" */ + 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xec, 0xc7, + 0x6, 0xd6, 0x0, 0xa, 0x65, 0x5, 0xb0, 0x98, + 0x0, 0xec, 0xc8, 0xbb, 0xaa, 0xa6, 0xb, 0x77, + 0x10, 0x0, 0x0, 0x0, 0xda, 0xa3, 0xbb, 0x7b, + 0xc0, 0xd, 0xaa, 0x58, 0x57, 0x69, 0x0, 0x44, + 0x5a, 0x79, 0x49, 0x90, 0x3a, 0x77, 0xa4, 0x70, + 0x93, 0x6, 0x55, 0x19, 0xab, 0x5d, 0x80, 0x10, + 0x1a, 0xa6, 0x9, 0x36, 0x30, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9AD4 "體" */ + 0x8, 0xba, 0x85, 0xba, 0xd8, 0x20, 0x8a, 0x48, + 0xa4, 0x69, 0x73, 0x8, 0x47, 0x8a, 0xab, 0xcb, + 0x31, 0xc9, 0x9c, 0xa9, 0xab, 0xa3, 0x9, 0xa9, + 0x99, 0x99, 0x99, 0x40, 0x78, 0x58, 0x38, 0x88, + 0x80, 0x7, 0x85, 0x86, 0x50, 0xc, 0x0, 0x7b, + 0x98, 0x4b, 0x89, 0xb0, 0x7, 0x40, 0x80, 0xa0, + 0x75, 0x0, 0x74, 0x85, 0xef, 0xef, 0xa6, + + /* U+9AD8 "高" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, + 0xb0, 0x0, 0x0, 0x5a, 0xaa, 0xaa, 0xaa, 0xaa, + 0x0, 0xa, 0x99, 0x99, 0xa6, 0x0, 0x0, 0xc0, + 0x0, 0x4, 0x80, 0x0, 0x8, 0x99, 0x99, 0x95, + 0x0, 0x1c, 0xaa, 0xaa, 0xaa, 0xa9, 0x1, 0xa0, + 0x99, 0x99, 0x51, 0xb0, 0x1a, 0x1a, 0x0, 0x28, + 0x1b, 0x1, 0xa1, 0xd9, 0x99, 0x51, 0xb0, 0x1a, + 0x2, 0x0, 0x2, 0xa8, 0x0, + + /* U+9CF4 "鳴" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x14, + 0xb1, 0x10, 0xfc, 0xe2, 0xd7, 0x77, 0xb0, 0xb0, + 0xb2, 0xd8, 0x88, 0xb0, 0xb0, 0xb2, 0xe9, 0x99, + 0xb0, 0xb0, 0xb2, 0xc5, 0x55, 0x53, 0xb0, 0xb2, + 0xc5, 0x55, 0x52, 0xfc, 0xb1, 0xaa, 0xaa, 0xc4, + 0xa0, 0x8, 0x34, 0x69, 0x63, 0x0, 0x2a, 0x36, + 0x83, 0x82, 0x0, 0x62, 0x2, 0x9, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x0, + + /* U+9EA5 "麥" */ + 0x0, 0x0, 0xc, 0x0, 0x0, 0x2, 0xbc, 0xbb, + 0xfb, 0xbc, 0xb2, 0x0, 0x94, 0xc, 0x5, 0x80, + 0x0, 0x6a, 0xb7, 0xf8, 0xba, 0x50, 0x17, 0x9, + 0x6c, 0x69, 0x7, 0x10, 0x7c, 0x5a, 0x51, 0x5b, + 0x50, 0x46, 0x4b, 0x98, 0xac, 0x6, 0x40, 0x68, + 0x4a, 0x5b, 0x10, 0x0, 0x0, 0x2, 0x9c, 0xc7, + 0x10, 0x0, 0x9b, 0x93, 0x0, 0x6d, 0x30, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+9ED8 "默" */ + 0xd, 0x9c, 0xb5, 0xb, 0x70, 0x0, 0xb6, 0x8b, + 0x50, 0xb3, 0x90, 0xa, 0x7b, 0x75, 0x1b, 0x24, + 0x0, 0xd9, 0xcb, 0x9a, 0xeb, 0xa2, 0x2, 0x5a, + 0x20, 0xe, 0x30, 0x0, 0x78, 0xc7, 0x21, 0xe8, + 0x0, 0x29, 0xbd, 0xa4, 0x47, 0xa0, 0x0, 0x74, + 0x34, 0xa, 0x28, 0x30, 0x37, 0x87, 0x47, 0x90, + 0x1b, 0x14, 0x14, 0x10, 0x61, 0x0, 0x33, + + /* U+9EDE "點" */ + 0x1c, 0xbb, 0xc3, 0xc, 0x0, 0x1, 0xb7, 0x7b, + 0x30, 0xc0, 0x0, 0x19, 0x9a, 0x73, 0xc, 0xdd, + 0x41, 0xcb, 0xbc, 0x30, 0xc0, 0x0, 0x3, 0x88, + 0x31, 0xc, 0x0, 0x1, 0x6a, 0x96, 0x5d, 0xbb, + 0xe0, 0x4a, 0xcc, 0xa8, 0x70, 0xc, 0x0, 0x54, + 0x57, 0x47, 0x0, 0xc0, 0x18, 0x88, 0x38, 0xca, + 0xae, 0x5, 0x23, 0x0, 0x38, 0x11, 0xc0, + + /* U+9F4A "齊" */ + 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x33, 0x33, + 0xd4, 0x33, 0x31, 0x6, 0x66, 0xa6, 0xb6, 0x78, + 0x30, 0x9c, 0xb9, 0x86, 0x9c, 0x60, 0x4, 0x67, + 0x3b, 0x9, 0x37, 0x1, 0xb6, 0xb0, 0xb3, 0xd8, + 0x97, 0x1, 0x72, 0x12, 0x11, 0x90, 0x10, 0xa, + 0x98, 0x88, 0x8d, 0x0, 0x0, 0xda, 0xaa, 0xaa, + 0xd0, 0x0, 0x3b, 0x0, 0x0, 0xc, 0x0, 0xb, + 0x20, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+9F50 "齐" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, + 0xc0, 0x0, 0x0, 0x5b, 0xdd, 0xbb, 0xbf, 0xbb, + 0x0, 0x0, 0xc2, 0xa, 0x80, 0x0, 0x0, 0x1, + 0xcc, 0x90, 0x0, 0x1, 0x47, 0xc9, 0x6b, 0xb7, + 0x51, 0x48, 0x66, 0x0, 0x8, 0x47, 0x0, 0x3, + 0x90, 0x0, 0xd0, 0x0, 0x0, 0x66, 0x0, 0xd, + 0x0, 0x0, 0xc, 0x30, 0x0, 0xd0, 0x0, 0x7, + 0x70, 0x0, 0xd, 0x0, 0x0, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 39, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 57, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 8, .adv_w = 84, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 18, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 42, .adv_w = 98, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 75, .adv_w = 162, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 115, .adv_w = 120, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 147, .adv_w = 49, .box_w = 3, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 153, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 171, .adv_w = 59, .box_w = 3, .box_h = 12, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 189, .adv_w = 82, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 199, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 217, .adv_w = 49, .box_w = 3, .box_h = 5, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 225, .adv_w = 61, .box_w = 4, .box_h = 1, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 227, .adv_w = 49, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 230, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 258, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 282, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 306, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 330, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 354, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 378, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 402, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 426, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 450, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 474, .adv_w = 98, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 498, .adv_w = 49, .box_w = 3, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 507, .adv_w = 49, .box_w = 3, .box_h = 9, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 521, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 539, .adv_w = 98, .box_w = 6, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 548, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 566, .adv_w = 83, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 586, .adv_w = 166, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 636, .adv_w = 107, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 664, .adv_w = 116, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 688, .adv_w = 112, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 716, .adv_w = 121, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 740, .adv_w = 103, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 760, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 780, .adv_w = 121, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 808, .adv_w = 128, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 832, .adv_w = 52, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 840, .adv_w = 94, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 860, .adv_w = 114, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 888, .adv_w = 95, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 908, .adv_w = 143, .box_w = 7, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 936, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 960, .adv_w = 131, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 992, .adv_w = 111, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1016, .adv_w = 131, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1056, .adv_w = 112, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1080, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1108, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1136, .adv_w = 127, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1160, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1188, .adv_w = 155, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1228, .adv_w = 101, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1256, .adv_w = 93, .box_w = 7, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 1284, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1312, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1329, .adv_w = 69, .box_w = 5, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1357, .adv_w = 59, .box_w = 3, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1374, .adv_w = 98, .box_w = 6, .box_h = 5, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1389, .adv_w = 98, .box_w = 6, .box_h = 1, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1392, .adv_w = 107, .box_w = 4, .box_h = 4, .ofs_x = 1, .ofs_y = 6}, + {.bitmap_index = 1400, .adv_w = 99, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1418, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1442, .adv_w = 90, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1460, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1484, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1502, .adv_w = 57, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1520, .adv_w = 99, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1548, .adv_w = 107, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1568, .adv_w = 48, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1580, .adv_w = 48, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1600, .adv_w = 97, .box_w = 5, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1620, .adv_w = 50, .box_w = 2, .box_h = 8, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1628, .adv_w = 163, .box_w = 9, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1655, .adv_w = 108, .box_w = 5, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1670, .adv_w = 107, .box_w = 7, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1691, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 1715, .adv_w = 109, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1739, .adv_w = 68, .box_w = 4, .box_h = 6, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 1751, .adv_w = 82, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1766, .adv_w = 66, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1782, .adv_w = 107, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1800, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1818, .adv_w = 141, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1845, .adv_w = 88, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1863, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1887, .adv_w = 83, .box_w = 5, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1902, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1924, .adv_w = 47, .box_w = 1, .box_h = 12, .ofs_x = 1, .ofs_y = -3}, + {.bitmap_index = 1930, .adv_w = 59, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 1952, .adv_w = 98, .box_w = 6, .box_h = 2, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 1958, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2003, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2053, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2098, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2143, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2198, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2248, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2289, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2330, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2380, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2419, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2460, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2504, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2545, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2586, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2627, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2668, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2700, .adv_w = 65, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 2708, .adv_w = 176, .box_w = 3, .box_h = 3, .ofs_x = 4, .ofs_y = 3}, + {.bitmap_index = 2713, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2758, .adv_w = 176, .box_w = 4, .box_h = 4, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2766, .adv_w = 176, .box_w = 11, .box_h = 1, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 2772, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2827, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2882, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 2937, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2982, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3027, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3088, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3149, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3210, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3271, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3315, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3376, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3442, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3503, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 3558, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3619, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3685, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3746, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3812, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3878, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3928, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3994, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4055, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4121, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4182, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4243, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4304, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4359, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4419, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4485, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4551, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4617, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4678, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4739, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4800, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4861, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4922, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4977, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5038, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5099, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5160, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5221, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5282, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5348, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5403, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5469, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5535, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5601, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5656, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5722, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5783, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5844, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 5899, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 5949, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6010, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6065, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6126, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6187, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6242, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6303, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6358, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6403, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 6453, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6514, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6575, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6630, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6691, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6746, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6801, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6851, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6906, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 6961, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7016, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7082, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7143, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7203, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7264, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7319, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7385, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7446, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7512, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7573, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 7623, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7689, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7750, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7805, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7860, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7921, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 7976, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8031, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8092, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8133, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8194, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8249, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8304, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8365, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8410, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8465, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8515, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8570, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8631, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8691, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8746, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8796, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 8841, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8907, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8962, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 9017, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9072, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9117, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9162, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9207, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9252, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9297, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9342, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9387, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9448, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9509, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9570, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9636, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9697, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9752, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9813, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9868, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9929, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9995, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10056, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10117, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10178, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10233, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10288, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10343, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10398, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10459, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10520, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10575, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10641, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10702, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10757, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10818, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10884, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10945, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 10995, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11056, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11122, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11188, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11249, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11315, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11381, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11447, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11508, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11563, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11629, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11695, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11756, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11817, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11872, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11933, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11988, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12049, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12110, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12171, .adv_w = 176, .box_w = 11, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 12215, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12270, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12331, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 12381, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12442, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12497, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 12547, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12602, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 12657, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12712, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12767, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12822, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 12888, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 12949, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13015, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13081, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13142, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13203, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13258, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 13308, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13369, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13435, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13496, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 13562, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13623, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13684, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13745, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13806, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13867, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13928, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 13989, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14055, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14121, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14182, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14243, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14304, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14365, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14426, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14492, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14553, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14608, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14669, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14730, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 14791, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14852, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14918, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 14979, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15034, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15100, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15166, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15221, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15287, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15347, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15408, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15469, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15530, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15596, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15657, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15723, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15784, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 15839, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15905, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 15966, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16027, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16082, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16137, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16192, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16253, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16308, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16363, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16424, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16485, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16551, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16612, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16673, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16734, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16795, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16856, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 16928, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 16989, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17050, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17105, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17166, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17227, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17293, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17359, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17425, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17480, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17541, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17607, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17673, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17734, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17795, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17856, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 17917, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 17972, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18027, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18093, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18148, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18214, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18275, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 18330, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18396, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18462, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18528, .adv_w = 176, .box_w = 7, .box_h = 10, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 18563, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 18613, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18668, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 18718, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 18779, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 18829, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18890, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 18945, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19000, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 19045, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19106, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19161, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19216, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19277, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19338, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19393, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19448, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19503, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19558, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19619, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19674, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19735, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19790, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19856, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 19922, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 19977, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20038, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20099, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20160, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20221, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20282, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20337, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20392, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20447, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20508, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20569, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20630, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20696, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20751, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 20806, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20861, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 20916, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 20977, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21032, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21093, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21148, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21214, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21280, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21335, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21390, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21456, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21511, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21572, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21627, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21682, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21748, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21809, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 21875, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 21936, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22002, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22057, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22123, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22184, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22239, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22305, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22360, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22421, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22482, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22548, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22614, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22669, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22724, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22779, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 22834, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22900, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 22961, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23027, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23082, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23143, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23204, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23265, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23326, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23381, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23442, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23497, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23552, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23618, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23679, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23740, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23806, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23861, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 23922, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 23977, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24032, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24087, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24137, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24198, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24253, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24308, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24358, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24413, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 24479, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24529, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 24589, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24650, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24711, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 24756, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24811, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24866, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24927, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 24988, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25048, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25109, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25170, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25236, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25291, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25346, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25401, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25462, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25528, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25589, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25650, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 25705, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 25766, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 25816, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25877, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 25943, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26009, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26070, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26136, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26197, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26258, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26319, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26385, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26446, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 26512, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26567, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26622, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26683, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26744, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26805, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26866, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26927, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 26988, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27054, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27120, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27181, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27242, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27303, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27369, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27430, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27491, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27546, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27607, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 27673, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27734, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27789, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27850, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27911, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 27966, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28021, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28087, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28142, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28203, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28264, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28330, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28390, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 2, .ofs_y = -1}, + {.bitmap_index = 28434, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28489, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28550, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28616, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 28682, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28743, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28798, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28853, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28908, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 28963, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29018, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29073, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29134, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29189, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29250, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29311, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29366, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29427, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29493, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29559, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29614, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29675, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29730, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29791, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 29846, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29912, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 29978, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30033, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30094, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30155, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30216, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30282, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30342, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30402, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30468, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30529, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30590, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30651, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30717, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30783, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30844, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 30910, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 30971, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31032, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31093, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31154, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31220, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31281, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31347, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31413, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31479, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31545, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31606, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31667, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31733, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 31794, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31860, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31926, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 31987, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32048, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32103, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32164, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32225, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32286, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32347, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32402, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32463, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32524, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32574, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32640, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32701, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32762, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32817, .adv_w = 176, .box_w = 12, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 32883, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 32944, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33005, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33071, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33126, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33192, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33258, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33319, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33380, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33446, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33512, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33584, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33650, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 33705, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33771, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33837, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33903, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 33969, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34035, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34101, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34167, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34228, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34283, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34344, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34405, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34466, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34527, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34593, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34654, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34720, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34781, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 34842, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34908, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 34969, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35024, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35069, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35114, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35159, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35204, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35249, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35294, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35349, .adv_w = 176, .box_w = 10, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35404, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35464, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35524, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35584, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35644, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35704, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 35764, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 35830, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 35891, .adv_w = 176, .box_w = 10, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 35941, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36002, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36063, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36118, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36173, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36228, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36289, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36350, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36411, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36466, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36527, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36582, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36643, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36709, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36764, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 36830, .adv_w = 176, .box_w = 12, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36896, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 36957, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37012, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37073, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37134, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37195, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37261, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37327, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37382, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37443, .adv_w = 176, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = -2}, + {.bitmap_index = 37503, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37564, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37619, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37674, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37740, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37801, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 37867, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 37917, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 37972, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38022, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38054, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38126, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38192, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38257, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 38329, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38388, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38454, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38484, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38529, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38607, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 38657, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38705, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 38749, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 38809, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38859, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 38909, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 38953, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 39008, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39043, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39078, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39128, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 39143, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 39202, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39286, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 39370, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39431, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 39461, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 39491, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39561, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 39611, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39677, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 39749, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39799, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 39859, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39909, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 39959, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40009, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 40057, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 40117, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 40177, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40236, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 40314, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 40368, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 40445, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40501, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40557, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40613, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40669, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 40725, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 40795, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 40855, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 40915, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 40987, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 41050, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 41104, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_3[] = { + 0x0, 0x1f72, 0x21b5, 0x2f51, 0x4d50, 0x4d5a, 0x4d5b, 0x4d5d, + 0x4d7d, 0x4d82, 0x4d89, 0x4d8b, 0x4d9b, 0x4da8, 0x4ddc, 0x4dfb, + 0x4dfe, 0x4e1b, 0x4e35, 0x4e40, 0x4e46, 0x4e4b, 0x4e4d, 0x4e60, + 0x4e7f, 0x4e98, 0x4e9d, 0x4e9e, 0x4e9f, 0x4eac, 0x4ecf, 0x4ed6, + 0x4edb, 0x4eeb, 0x4f14, 0x4f2d, 0x4f31, 0x4f3e, 0x4f3f, 0x4f5b, + 0x4f5d, 0x4f62, 0x4f8c, 0x4f9f, 0x4fac, 0x4fc4, 0x4fe9, 0x5003, + 0x5015, 0x501f, 0x5050, 0x506f, 0x5082, 0x5095, 0x5099, 0x509b, + 0x50b5, 0x50b7, 0x50b8, 0x50bc, 0x50c6, 0x50c7, 0x50c8, 0x50cc, + 0x50da, 0x514a, 0x514d, 0x5156, 0x5157, 0x5167, 0x516d, 0x5175, + 0x5179, 0x517a, 0x5180, 0x5186, 0x5187, 0x519d, 0x51bf, 0x51c5, + 0x51ef, 0x51f0, 0x5225, 0x5255, 0x5258, 0x5266, 0x5290, 0x5297, + 0x52a4, 0x52b1, 0x52ef, 0x5313, 0x531a, 0x531d, 0x5326, 0x5333, + 0x533a, 0x533f, 0x5340, 0x5343, 0x535c, 0x535d, 0x5361, 0x5376, + 0x537b, 0x537f, 0x539a, 0x53dc, 0x549f, 0x54af, 0x54fe, 0x551e, + 0x55b8, 0x562e, 0x564a, 0x564e, 0x565b, 0x565d, 0x5663, 0x5666, + 0x5678, 0x5680, 0x5690, 0x5697, 0x56a7, 0x56db, 0x5747, 0x574a, + 0x5781, 0x579a, 0x57bb, 0x57ee, 0x5823, 0x5866, 0x586a, 0x5877, + 0x5879, 0x587a, 0x5881, 0x588e, 0x58cd, 0x591b, 0x5aa0, 0x5aa7, + 0x5aa8, 0x5ac8, 0x5ad3, 0x5ad9, 0x5adc, 0x5aea, 0x5b09, 0x5b36, + 0x5b3b, 0x5b3c, 0x5b48, 0x5b49, 0x5b54, 0x5b57, 0x5b5d, 0x5b5e, + 0x5b5f, 0x5b8a, 0x5b90, 0x5b95, 0x5b9f, 0x5ba5, 0x5d35, 0x5d36, + 0x5d3e, 0x5d42, 0x5d5c, 0x5d86, 0x5d88, 0x5d8d, 0x5d90, 0x5d95, + 0x5da5, 0x5dc3, 0x5ddf, 0x5df6, 0x5e30, 0x5e46, 0x5e4a, 0x5e50, + 0x5e5f, 0x5e65, 0x5e81, 0x5e87, 0x5e98, 0x5eb2, 0x5ec1, 0x5ed5, + 0x5ed8, 0x5edc, 0x5ee1, 0x5eee, 0x5ef9, 0x5efa, 0x5efe, 0x5f07, + 0x5f3b, 0x5f4d, 0x5f70, 0x5f75, 0x5fb2, 0x5fbf, 0x6015, 0x605f, + 0x606f, 0x609b, 0x60b2, 0x6119, 0x6160, 0x6166, 0x617a, 0x6182, + 0x6186, 0x6190, 0x6197, 0x619b, 0x61a3, 0x61ce, 0x6219, 0x6222, + 0x624e, 0x6251, 0x6257, 0x6259, 0x627f, 0x62c7, 0x62d3, 0x62e2, + 0x62f1, 0x62f5, 0x62f7, 0x62f8, 0x631f, 0x6320, 0x6322, 0x632a, + 0x632b, 0x6366, 0x6397, 0x63c8, 0x63f5, 0x63fd, 0x6417, 0x641a, + 0x641d, 0x642a, 0x6436, 0x643c, 0x6444, 0x647f, 0x6486, 0x6489, + 0x648e, 0x6495, 0x6498, 0x64a7, 0x64a9, 0x64c4, 0x64c8, 0x64d7, + 0x64ec, 0x64ff, 0x6500, 0x6507, 0x6509, 0x650c, 0x651b, 0x6535, + 0x655e, 0x656f, 0x6570, 0x657f, 0x6592, 0x65be, 0x65bf, 0x65fb, + 0x6642, 0x6644, 0x664f, 0x6650, 0x6659, 0x666f, 0x667a, 0x667c, + 0x6696, 0x66af, 0x66cf, 0x66ec, 0x6714, 0x6735, 0x6771, 0x678c, + 0x6796, 0x6798, 0x67cf, 0x67ed, 0x68c5, 0x6952, 0x6969, 0x6971, + 0x6973, 0x69af, 0x69bb, 0x69e4, 0x69f2, 0x6a54, 0x6aa0, 0x6ab2, + 0x6ab3, 0x6ab4, 0x6ab5, 0x6acb, 0x6ada, 0x6b05, 0x6b24, 0x6bb0, + 0x6be2, 0x6bf1, 0x6c09, 0x6c0f, 0x6c25, 0x6c32, 0x6c38, 0x6c6b, + 0x6c82, 0x6c8b, 0x6c91, 0x6cd8, 0x6d47, 0x6d4b, 0x6d55, 0x6d6b, + 0x6d7c, 0x6de0, 0x6de6, 0x6dfb, 0x6e21, 0x6e3f, 0x6e4e, 0x6e4f, + 0x6e88, 0x6f10, 0x6f4e, 0x6fb3, 0x7009, 0x700a, 0x7071, 0x7076, + 0x7101, 0x7197, 0x7198, 0x71a9, 0x71c9, 0x7210, 0x72d7, 0x733d, + 0x734e, 0x7356, 0x73ae, 0x7400, 0x746f, 0x7478, 0x7485, 0x749c, + 0x74b5, 0x74c0, 0x74c6, 0x74da, 0x75cc, 0x75cd, 0x75d4, 0x7633, + 0x7634, 0x763e, 0x7644, 0x7648, 0x765b, 0x766f, 0x7735, 0x77bc, + 0x780a, 0x780c, 0x788a, 0x78d1, 0x7922, 0x7940, 0x794b, 0x795b, + 0x7981, 0x79ca, 0x79d1, 0x79e7, 0x7a3f, 0x7a46, 0x7a7c, 0x7a99, + 0x7ae7, 0x7af1, 0x7b10, 0x7b14, 0x7b8d, 0x7be8, 0x7c0e, 0x7c4b, + 0x7c55, 0x7c6a, 0x7c80, 0x7c92, 0x7c94, 0x7ca0, 0x7ca5, 0x7cc1, + 0x7ce3, 0x7cf0, 0x7d1a, 0x7d2a, 0x7d38, 0x7d44, 0x7d7e, 0x7d81, + 0x7d8d, 0x7ddc, 0x7e66, 0x7ebe, 0x7ede, 0x7ef9, 0x7f55, 0x7f67, + 0x7fbf, 0x7fc2, 0x801c, 0x804d, 0x8058, 0x80c3, 0x813a, 0x8143, + 0x8157, 0x817a, 0x8185, 0x81c2, 0x8241, 0x82c7, 0x8354, 0x83b1, + 0x841b, 0x851d, 0x851f, 0x857d, 0x85af, 0x8652, 0x870a, 0x879c, + 0x87ab, 0x87ad, 0x87b8, 0x87c0, 0x87fb, 0x882c, 0x882d, 0x884d, + 0x8857, 0x88cf, 0x88d1, 0x88d6, 0x88df, 0x88e6, 0x8918, 0x8922, + 0x8948, 0x8950, 0x8958, 0x8968, 0x897a, 0x897d, 0x898b, 0x89b2, + 0x89b6, 0x89c1, 0x89c3, 0x89dc, 0x89dd, 0x89ee, 0x89f4, 0x89fa, + 0x8a0f, 0x8a1b, 0x8a99, 0x8aa8, 0x8aac, 0x8ab6, 0x8ac0, 0x8ac7, + 0x8ad0, 0x8ada, 0x8c0c, 0x8c75, 0x8cc7, 0x8cd5, 0x8d03, 0x8d2d, + 0x8d3f, 0x8d43, 0x8e48, 0x8e53, 0x8e59, 0x8e7a, 0x8e7f, 0x8e88, + 0x8e99, 0x8ec4, 0x8ee1, 0x8f40, 0x8f50, 0x8f6a, 0x8f6f, 0x8f73, + 0x8f81, 0x8f82, 0x8f8b, 0x8f9a, 0x8f9b, 0x8f9e, 0x8fa3, 0x8fc2, + 0x8fc8, 0x8fda, 0x8fdf, 0x9038, 0x911d, 0x911f, 0x912d, 0x9165, + 0x9254, 0x927f, 0x92c5, 0x92e6, 0x9331, 0x9368, 0x93a1, 0x93fe, + 0x947e, 0x94c7, 0x94d0, 0x94d9, 0x94db, 0x94e2, 0x94e3, 0x952c, + 0x9590, 0x9594, 0x95a0, 0x95b4, 0x95c0, 0x95e4, 0x95ec, 0x95f8, + 0x9629, 0x9632, 0x964b, 0x9650, 0x9657, 0x96ac, 0x96ae, 0x96b2, + 0x971c, 0x9743, 0x974f, 0x9751, 0x9752, 0x9755, 0x9756, 0x9760, + 0x978b, 0x979c, 0x979f, 0x97ae, 0x97bf, 0x97d4, 0x97ec, 0x982b, + 0x9995, 0x99a7, 0x9a24, 0x9a28, 0x9c44, 0x9df5, 0x9e28, 0x9e2e, + 0x9e9a, 0x9ea0, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61, + 0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78, + 0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2, + 0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4, + 0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015, + 0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074, + 0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7, + 0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2 +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 63475, .glyph_id_start = 113, + .unicode_list = unicode_list_3, .glyph_id_ofs_list = NULL, .list_length = 654, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 0, 0, 1, 0, 0, 0, 0, + 1, 2, 0, 0, 0, 3, 4, 3, + 5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 6, 6, 0, 0, 0, + 0, 0, 7, 8, 9, 10, 11, 12, + 13, 0, 0, 14, 15, 16, 0, 0, + 10, 17, 10, 18, 19, 20, 21, 22, + 23, 24, 25, 26, 2, 27, 0, 0, + 0, 0, 28, 29, 30, 0, 31, 32, + 33, 34, 0, 0, 35, 36, 34, 34, + 29, 29, 37, 38, 39, 40, 37, 41, + 42, 43, 44, 45, 2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 0, 1, 2, 0, 0, 0, 0, + 2, 0, 3, 4, 0, 5, 6, 7, + 8, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 9, 10, 0, 0, 0, + 11, 0, 12, 0, 13, 0, 0, 0, + 13, 0, 0, 14, 0, 0, 0, 0, + 13, 0, 13, 0, 15, 16, 17, 18, + 19, 20, 21, 22, 0, 23, 3, 0, + 0, 0, 24, 0, 25, 25, 25, 26, + 27, 0, 28, 29, 0, 0, 30, 30, + 25, 30, 25, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 0, 0, 3, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, -23, 0, -23, 0, + 0, 0, 0, -11, 0, -19, -2, 0, + 0, 0, 0, -2, 0, 0, 0, 0, + -6, 0, 0, 0, 0, 0, -4, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 16, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -19, 0, -27, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -19, -4, -13, -7, 0, + -18, 0, 0, 0, -2, 0, 0, 0, + 5, 0, 0, -9, 0, -7, -4, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + -3, -9, 0, -4, -2, -5, -13, -4, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, -1, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -8, -2, -16, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + -6, 0, -2, 5, 5, 0, 0, 2, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, -10, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -5, 0, 0, 0, 0, 0, + 0, 0, 1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -11, 0, -18, + 0, 0, 0, 0, 0, 0, -5, -1, + -2, 0, 0, -11, -3, -3, 0, 1, + -3, -1, -8, 5, 0, -2, 0, 0, + 0, 0, 5, -3, -1, -1, -1, -1, + -1, 0, 0, 0, 0, -6, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -3, + -3, -5, 0, -1, -1, -1, -3, -1, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -3, -2, -2, -3, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, 0, 0, 0, -6, -2, -5, -4, + -3, -1, -1, -1, -1, -2, 0, 0, + 0, 0, -4, 0, 0, 0, 0, -5, + -2, -3, -2, 0, -3, 0, 0, 0, + 0, -7, 0, 0, 0, -4, 0, 0, + 0, -2, 0, -8, 0, -5, 0, -2, + -1, -3, -4, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, 0, -1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, -5, 0, -2, 0, -6, + -2, 0, 0, 0, 0, 0, -14, 0, + -14, -14, 0, 0, 0, -7, -2, -27, + -4, 0, 0, 1, 1, -5, 0, -6, + 0, -7, -3, 0, -5, 0, 0, -4, + -4, -2, -3, -4, -3, -5, -3, -6, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, -1, 0, 0, 0, -4, + 0, -3, -1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -5, 0, -5, 0, 0, 0, + 0, 0, 0, -8, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -8, + 0, -6, 0, 0, 0, 0, -1, -2, + -4, 0, -2, -3, -3, -2, -2, 0, + -3, 0, 0, 0, -1, 0, 0, 0, + -2, 0, 0, -7, -3, -4, -3, -3, + -4, -3, 0, -17, 0, -30, 0, -11, + 0, 0, 0, 0, -6, 1, -5, 0, + -4, -24, -6, -15, -11, 0, -15, 0, + -16, 0, -2, -3, -1, 0, 0, 0, + 0, -4, -2, -7, -7, 0, -7, 0, + 0, 0, 0, 0, -22, -7, -22, -15, + 0, 0, 0, -10, 0, -29, -2, -5, + 0, 0, 0, -5, -2, -15, 0, -8, + -5, 0, -6, 0, 0, 0, -2, 0, + 0, 0, 0, -3, 0, -4, 0, 0, + 0, -2, 0, -6, 0, 0, 0, 0, + 0, -1, 0, -4, -3, -3, 0, 1, + 1, -1, 0, -2, 0, -1, -2, 0, + -1, 0, 0, 0, 0, 0, 0, 0, + 0, -1, 0, -1, 0, 0, 0, -3, + 0, 3, 0, 0, 0, 0, 0, 0, + 0, -3, -3, -4, 0, 0, 0, 0, + -3, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -21, -14, + -21, -18, -4, -4, 0, -8, -5, -25, + -8, 0, 0, 0, 0, -4, -3, -11, + 0, -14, -13, -4, -14, 0, 0, -9, + -12, -4, -9, -7, -7, -8, -7, -15, + 0, 0, 0, 0, -3, 0, -3, -6, + 0, 0, 0, -3, 0, -9, -2, 0, + 0, -1, 0, -2, -3, 0, 0, -1, + 0, 0, -2, 0, 0, 0, -1, 0, + 0, 0, 0, -1, 0, 0, 0, 0, + 0, 0, -13, -4, -13, -9, 0, 0, + 0, -3, -2, -14, -2, 0, -2, 2, + 0, 0, 0, -4, 0, -4, -3, 0, + -4, 0, 0, -4, -2, 0, -6, -2, + -2, -3, -2, -5, 0, 0, 0, 0, + -7, -2, -7, -6, 0, 0, 0, 0, + -1, -13, -1, 0, 0, 0, 0, 0, + 0, -1, 0, -3, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -2, 0, -2, 0, -5, + 0, 0, 0, 0, 0, 1, -3, 0, + -3, -4, -2, 0, 0, 0, 0, 0, + 0, -2, -1, -3, 0, 0, 0, 0, + 0, -3, -2, -3, -3, -2, -3, -3, + 0, 0, 0, 0, -18, -13, -18, -13, + -5, -5, -1, -3, -3, -20, -3, -3, + -2, 0, 0, 0, 0, -5, 0, -13, + -8, 0, -12, 0, 0, -8, -8, -5, + -7, -3, -5, -7, -3, -9, 0, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + 0, -1, -4, -7, -6, 0, -2, -1, + -1, 0, -3, -3, 0, -3, -4, -4, + -3, 0, 0, 0, 0, -3, -5, -3, + -3, -5, -3, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -17, -6, -10, -6, 0, + -14, 0, 0, 0, 0, 0, 7, 0, + 14, 0, 0, 0, 0, -4, -2, 0, + 2, 0, 0, 0, 0, -11, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, -5, 0, -3, -1, 0, -5, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -3, 0, 0, 0, 0, 0, 0, + 0, -6, 0, -5, -2, 1, -2, 0, + 0, 0, -2, 0, 0, 0, 0, -11, + 0, -4, 0, -1, -9, 0, -5, -3, + 0, 0, 0, 0, 0, 0, 0, -3, + 0, -1, -1, -3, -1, -1, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -3, + 0, 0, -5, 0, 0, -2, -4, 0, + -2, 0, 0, 0, 0, -2, 0, 1, + 1, 2, 1, 0, 0, 0, 0, -7, + 0, 2, 0, 0, 0, 0, -1, 0, + 0, -4, -4, -5, 0, -3, -2, 0, + -5, 0, -4, -3, 0, 0, -2, 0, + 0, 0, 0, -2, 0, 1, 1, -1, + 1, 0, 3, 8, 10, 0, -10, -3, + -10, -3, 0, 0, 5, 0, 0, 0, + 0, 9, 0, 13, 9, 7, 12, 0, + 12, -4, -2, 0, -3, 0, -2, 0, + -1, 0, 0, 2, 0, -1, 0, -3, + 0, 0, 3, -7, 0, 0, 0, 9, + 0, 0, -7, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -3, 0, 0, -3, + -3, 0, 0, 0, 7, 0, 0, 0, + 0, -1, -1, 0, 3, -3, 0, 0, + 0, -7, 0, 0, 0, 0, 0, 0, + -1, 0, 0, 0, 0, -5, 0, -2, + 0, 0, -3, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 2, -9, 2, 0, 2, 2, -2, 0, + 0, 0, 0, -7, 0, 0, 0, 0, + -2, 0, 0, -2, -4, 0, -2, 0, + -2, 0, 0, -4, -3, 0, 0, -1, + 0, -1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + 0, -3, 0, 0, -6, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -11, -5, -11, -7, 5, 5, + 0, -3, 0, -11, 0, 0, 0, 0, + 0, 0, 0, -2, 2, -5, -2, 0, + -2, 0, 0, 0, -1, 0, 0, 5, + 4, 0, 5, -1, 0, 0, 0, -10, + 0, 2, 0, 0, 0, 0, -2, 0, + 0, 0, 0, -5, 0, -2, 0, 0, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, -5, + 1, 2, 3, 3, -5, 0, 0, 0, + 0, -3, 0, 0, 0, 0, -1, 0, + 0, -4, -3, 0, -2, 0, 0, 0, + -2, -4, 0, 0, 0, -3, 0, 0, + 0, 0, 0, -2, -7, -1, -7, -4, + 0, 0, 0, -2, 0, -8, 0, -4, + 0, -2, 0, 0, -3, -2, 0, -4, + -1, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, -5, 0, 0, + 0, -2, -8, 0, -8, -1, 0, 0, + 0, -1, 0, -6, 0, -5, 0, -2, + 0, -3, -5, 0, 0, -2, -1, 0, + 0, 0, -2, 0, 0, 0, 0, 0, + 0, 0, 0, -3, -3, 0, 0, -4, + 1, -3, -1, 0, 0, 1, 0, 0, + -2, 0, -1, -7, 0, -3, 0, -2, + -7, 0, 0, -2, -3, 0, 0, 0, + 0, 0, 0, -5, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -7, 0, + -7, -3, 0, 0, 0, 0, 0, -8, + 0, -4, 0, -1, 0, -1, -1, 0, + 0, -4, -1, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, -3, 0, -5, + 0, 0, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -5, + 0, 0, 0, 0, -6, 0, 0, -5, + -2, 0, -1, 0, 0, 0, 0, 0, + -2, -1, 0, 0, -1, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 45, + .right_class_cnt = 38, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 4, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_noto_tw_STD_s = { +#else +lv_font_t lv_font_noto_tw_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 13, /*The maximum line height required by the font*/ + .base_line = 3, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_NOTO_TW_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_13.c b/radio/src/fonts/lvgl/lv_font_noto_tw_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_13.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_XS.c index c766b939f6c..0a624eb8954 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_13.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_XS.c @@ -3334,7 +3334,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[66606] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_13 = { +const etxLz4Font lv_font_noto_tw_XS = { .uncomp_size = 66342, .comp_size = 53130, .line_height = 16, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_XS_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_XS_s.c new file mode 100644 index 00000000000..1298f358074 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_XS_s.c @@ -0,0 +1,2094 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x16,0x00,0x01,0x00,0x12,0x02,0x07,0x00,0xf0,0x08,0xf0,0x02,0x03,0x07,0x00,0x00, +0x0b,0x00,0x40,0x04,0x04,0x03,0x00,0x04,0x11,0x00,0x00,0x05,0x05,0x07,0x00,0x00, +0x23,0x08,0x00,0xf3,0x15,0x09,0x00,0xff,0x3a,0x00,0x50,0x08,0x08,0x07,0x00,0x00, +0x56,0x00,0x20,0x06,0x06,0x07,0x00,0x00,0x6b,0x00,0x80,0x02,0x02,0x03,0x00,0x04, +0x6e,0x00,0x10,0x03,0x03,0x0a,0x00,0xfe,0x7d,0x08,0x00,0x31,0x8c,0x00,0x30,0x40, +0x00,0x10,0x92,0x38,0x00,0x40,0x05,0x00,0x01,0x9f,0x28,0x00,0xc0,0x04,0x00,0xfe, +0xa3,0x00,0x20,0x03,0x03,0x01,0x00,0x02,0xa5,0x10,0x00,0xc3,0x02,0x00,0x00,0xa7, +0x00,0x80,0x03,0x04,0x09,0x00,0xfe,0xb9,0x68,0x00,0x13,0xcb,0x08,0x00,0x13,0xdd, +0x08,0x00,0x13,0xef,0x08,0x00,0x22,0x01,0x01,0x08,0x00,0x13,0x13,0x08,0x00,0x13, +0x25,0x08,0x00,0x13,0x37,0x08,0x00,0x13,0x49,0x08,0x00,0x13,0x5b,0x08,0x00,0x90, +0x6d,0x01,0x80,0x02,0x02,0x05,0x00,0x00,0x72,0x08,0x00,0x52,0x07,0x00,0xfe,0x79, +0x01,0x88,0x00,0x10,0x86,0x08,0x00,0x43,0x03,0x00,0x02,0x8e,0x10,0x00,0xf0,0x05, +0x9b,0x01,0x40,0x04,0x04,0x07,0x00,0x00,0xa9,0x01,0x80,0x08,0x08,0x08,0x00,0xff, +0xc9,0x01,0x70,0x05,0xd8,0x00,0x31,0xde,0x01,0xf0,0x08,0x00,0x31,0xf3,0x01,0xc0, +0x08,0x00,0x31,0x08,0x02,0x30,0xf0,0x00,0x31,0x1d,0x02,0x50,0x60,0x00,0x40,0x2f, +0x02,0xf0,0x04,0x08,0x00,0x13,0x41,0x18,0x00,0x32,0x56,0x02,0x90,0x10,0x01,0x20, +0x02,0xa0,0x70,0x00,0x41,0x00,0x72,0x02,0xd0,0x58,0x00,0x31,0x80,0x02,0xd0,0x40, +0x00,0x31,0x95,0x02,0xe0,0x30,0x00,0xb1,0xa7,0x02,0x50,0x07,0x07,0x07,0x00,0x00, +0xc0,0x02,0x80,0x30,0x00,0x40,0xd5,0x02,0xb0,0x06,0x10,0x00,0x31,0xee,0x02,0xb0, +0x28,0x00,0xa2,0x03,0x03,0xb0,0x06,0x07,0x09,0x00,0xfe,0x23,0x03,0x10,0x00,0x31, +0x38,0x03,0x60,0x70,0x00,0x31,0x4a,0x03,0x60,0x10,0x00,0x22,0x5f,0x03,0x38,0x00, +0x31,0x74,0x03,0x30,0x10,0x00,0x40,0x89,0x03,0xe0,0x07,0x90,0x01,0x31,0xa5,0x03, +0x30,0x28,0x00,0xb1,0xb7,0x03,0xc0,0x04,0x06,0x07,0xff,0x00,0xcc,0x03,0x70,0x10, +0x00,0xa2,0xde,0x03,0x10,0x03,0x03,0x09,0x00,0xfe,0xec,0x03,0x68,0x01,0x13,0xfe, +0x10,0x00,0x90,0x0c,0x04,0x00,0x05,0x05,0x04,0x00,0x03,0x16,0x08,0x00,0xe0,0x01, +0x00,0xff,0x19,0x04,0x70,0x05,0x03,0x03,0x01,0x05,0x1e,0x04,0x10,0x18,0x01,0x41, +0x00,0x2b,0x04,0x90,0x60,0x00,0x40,0x40,0x04,0x90,0x04,0x10,0x00,0x31,0x4d,0x04, +0x90,0x50,0x00,0x31,0x5f,0x04,0x00,0x20,0x00,0x40,0x6c,0x04,0xf0,0x02,0xe0,0x00, +0x30,0x7a,0x04,0x10,0x18,0x00,0x32,0xfe,0x8c,0x04,0x70,0x00,0x31,0x9e,0x04,0x80, +0x00,0x01,0xa2,0xa5,0x04,0x80,0x02,0x03,0x09,0xff,0xfe,0xb3,0x04,0x28,0x01,0x31, +0xc5,0x04,0x90,0x58,0x02,0xb1,0xd0,0x04,0x50,0x08,0x08,0x05,0x00,0x00,0xe4,0x04, +0x80,0x48,0x00,0x31,0xf1,0x04,0x70,0x08,0x00,0x12,0xfe,0x70,0x00,0x41,0xfe,0x13, +0x05,0x90,0x50,0x00,0xc0,0x25,0x05,0x80,0x03,0x04,0x05,0x00,0x00,0x2f,0x05,0x30, +0x04,0x08,0x00,0x40,0x39,0x05,0x60,0x03,0x70,0x00,0x22,0x47,0x05,0x30,0x00,0x31, +0x54,0x05,0xb0,0x98,0x00,0xb1,0x61,0x05,0x30,0x07,0x07,0x05,0x00,0x00,0x73,0x05, +0x80,0x10,0x00,0x40,0x80,0x05,0xb0,0x04,0x40,0x00,0x31,0x92,0x05,0x40,0x10,0x00, +0x22,0x9f,0x05,0xf0,0x00,0x93,0xad,0x05,0x70,0x02,0x02,0x0a,0x00,0xfe,0xb7,0x10, +0x00,0xf2,0x0b,0xc5,0x05,0x00,0x05,0x05,0x02,0x00,0x02,0xca,0x05,0x00,0x09,0x09, +0x08,0x00,0x00,0xee,0x05,0x00,0x09,0x08,0x08,0x01,0x00,0x0e,0x06,0x08,0x00,0x13, +0x2e,0x08,0x00,0x22,0x4e,0x06,0x20,0x00,0xc0,0x72,0x06,0x00,0x09,0x07,0x09,0x01, +0xff,0x92,0x06,0x00,0x09,0x70,0x01,0x11,0xae,0x20,0x00,0x33,0x00,0x00,0xce,0x18, +0x00,0xf2,0x03,0xee,0x06,0x00,0x09,0x06,0x09,0x01,0xff,0x09,0x07,0x00,0x09,0x07, +0x08,0x01,0x00,0x25,0x07,0x18,0x00,0x40,0x45,0x07,0x70,0x08,0x10,0x00,0x22,0x61, +0x07,0x50,0x00,0x13,0x81,0x20,0x00,0x13,0x9d,0x10,0x00,0xf0,0x0a,0xbd,0x07,0x00, +0x09,0x06,0x08,0x01,0x00,0xd5,0x07,0x50,0x03,0x03,0x03,0x00,0x04,0xda,0x07,0x00, +0x09,0x03,0x02,0x03,0x02,0xdd,0x20,0x00,0xf0,0x05,0x09,0x01,0xff,0x01,0x08,0x00, +0x09,0x04,0x04,0x00,0xff,0x09,0x08,0x00,0x09,0x09,0x01,0x00,0x03,0x0e,0x08,0x00, +0x51,0x09,0x00,0xff,0x37,0x08,0x98,0x00,0x23,0xff,0x5b,0x08,0x00,0x22,0x7f,0x08, +0x30,0x00,0x13,0xa3,0x08,0x00,0x12,0xc7,0x28,0x00,0x23,0xfe,0xf0,0x30,0x00,0x22, +0x19,0x09,0x08,0x00,0x13,0x42,0x08,0x00,0x10,0x6b,0x08,0x00,0x43,0x07,0x00,0x00, +0x8b,0x10,0x00,0x10,0xb4,0x08,0x00,0x43,0x0a,0x00,0xfe,0xe1,0x10,0x00,0x22,0x0a, +0x0a,0x08,0x00,0x20,0x33,0x0a,0x50,0x00,0x30,0x00,0xff,0x57,0x10,0x00,0x43,0x0b, +0x00,0xfe,0x89,0x18,0x00,0x22,0xb2,0x0a,0x30,0x00,0x13,0xdf,0x18,0x00,0x22,0x11, +0x0b,0x28,0x00,0x22,0x35,0x0b,0x20,0x00,0x13,0x5e,0x08,0x00,0x22,0x87,0x0b,0x28, +0x00,0x13,0xb4,0x10,0x00,0x13,0xdd,0x10,0x00,0xa2,0x0a,0x0c,0x00,0x09,0x0a,0x0a, +0xff,0xff,0x3c,0x0c,0x18,0x00,0x22,0x65,0x0c,0x18,0x00,0x22,0x92,0x0c,0x50,0x00, +0x13,0xc4,0x08,0x00,0x13,0xf6,0x18,0x00,0x22,0x23,0x0d,0x28,0x00,0x13,0x4c,0x08, +0x00,0x13,0x75,0x08,0x00,0x13,0x9e,0x08,0x00,0x13,0xc7,0x08,0x00,0x23,0xf0,0x0d, +0xf0,0x00,0x11,0x0e,0x38,0x00,0x32,0xff,0x46,0x0e,0x98,0x00,0x22,0x6a,0x0e,0x18, +0x00,0x13,0x93,0x08,0x00,0x13,0xbc,0x08,0x00,0x22,0xe5,0x0e,0x60,0x00,0x22,0x12, +0x0f,0x10,0x00,0x22,0x3b,0x0f,0x10,0x00,0x13,0x68,0x08,0x00,0x13,0x95,0x08,0x00, +0x13,0xc2,0x20,0x00,0x13,0xeb,0x10,0x00,0x22,0x18,0x10,0x08,0x00,0x13,0x45,0x08, +0x00,0x22,0x72,0x10,0x20,0x00,0x22,0x9b,0x10,0xf8,0x01,0x13,0xbb,0x10,0x00,0x13, +0xe4,0x08,0x00,0x22,0x0d,0x11,0x08,0x00,0x22,0x36,0x11,0xb0,0x01,0x13,0x5a,0x10, +0x00,0x13,0x83,0x08,0x00,0x13,0xac,0x18,0x00,0x22,0xd0,0x11,0xc0,0x01,0x13,0xf4, +0x08,0x00,0x23,0x18,0x12,0x68,0x00,0x12,0x12,0xd0,0x01,0x13,0x6e,0x10,0x00,0x13, +0x9b,0x08,0x00,0x13,0xc8,0x08,0x00,0xa2,0xf5,0x12,0x00,0x09,0x08,0x0a,0x00,0xff, +0x1d,0x13,0x50,0x00,0x21,0x46,0x13,0x10,0x00,0x23,0xfe,0x6e,0x08,0x00,0x22,0x96, +0x13,0x28,0x00,0x13,0xc3,0x08,0x00,0x13,0xf0,0x08,0x00,0x22,0x1d,0x14,0x08,0x00, +0x13,0x4a,0x08,0x00,0x13,0x77,0x08,0x00,0x22,0xa4,0x14,0x80,0x01,0x22,0xd6,0x14, +0x50,0x00,0x13,0xff,0x18,0x00,0x22,0x2c,0x15,0x58,0x01,0x21,0x59,0x15,0xc0,0x02, +0x32,0xff,0x79,0x15,0x28,0x00,0x22,0xab,0x15,0x20,0x00,0x22,0xd8,0x15,0x30,0x00, +0x22,0x01,0x16,0xd0,0x00,0x22,0x25,0x16,0x10,0x00,0x13,0x4e,0x10,0x00,0x23,0x72, +0x16,0x28,0x01,0x12,0x16,0xd0,0x00,0x21,0xc4,0x16,0x10,0x03,0x23,0xff,0xe0,0x20, +0x00,0x22,0x04,0x17,0x08,0x00,0x22,0x28,0x17,0xb8,0x01,0x23,0x4c,0x17,0xf0,0x01, +0x12,0x17,0x70,0x00,0x13,0x95,0x18,0x00,0x22,0xb9,0x17,0x20,0x01,0x13,0xdd,0x30, +0x00,0xa2,0x01,0x18,0x00,0x09,0x0a,0x09,0x00,0xff,0x2e,0x18,0xf0,0x00,0x22,0x56, +0x18,0x38,0x00,0x22,0x7f,0x18,0x30,0x00,0x22,0xa3,0x18,0x40,0x00,0x23,0xc3,0x18, +0x00,0x01,0x12,0x18,0x38,0x00,0x22,0x14,0x19,0x88,0x00,0x22,0x3d,0x19,0x10,0x00, +0x22,0x61,0x19,0x28,0x00,0x13,0x81,0x08,0x00,0x13,0xa1,0x08,0x00,0x13,0xc1,0x20, +0x00,0x13,0xe5,0x08,0x00,0x22,0x09,0x1a,0x08,0x00,0x13,0x2d,0x08,0x00,0x22,0x51, +0x1a,0x70,0x00,0x22,0x7a,0x1a,0x20,0x01,0x13,0xa7,0x08,0x00,0x22,0xd4,0x1a,0x20, +0x01,0x22,0x06,0x1b,0x10,0x00,0x22,0x33,0x1b,0x28,0x00,0x22,0x5c,0x1b,0x88,0x00, +0x23,0x89,0x1b,0x50,0x03,0x13,0x1b,0x50,0x03,0x13,0x1b,0x50,0x03,0x12,0x1c,0x30, +0x00,0x13,0x3e,0x08,0x00,0x22,0x6b,0x1c,0xa8,0x00,0x22,0x94,0x1c,0x30,0x00,0x13, +0xbd,0x08,0x00,0x13,0xe6,0x08,0x00,0x22,0x0f,0x1d,0x88,0x00,0x23,0x33,0x1d,0x60, +0x00,0x03,0x08,0x00,0x13,0x85,0x08,0x00,0x22,0xae,0x1d,0x58,0x00,0x22,0xe0,0x1d, +0x50,0x00,0x22,0x0d,0x1e,0x30,0x00,0x22,0x31,0x1e,0x20,0x00,0x22,0x5a,0x1e,0x80, +0x00,0x13,0x87,0x10,0x00,0x22,0xb0,0x1e,0x60,0x01,0x13,0xd4,0x10,0x00,0x13,0xfd, +0x20,0x00,0x20,0x2a,0x1f,0xb8,0x03,0x43,0x00,0xfe,0x5c,0x1f,0x60,0x00,0x13,0x1f, +0x60,0x00,0x12,0x1f,0x20,0x00,0x13,0xdb,0x08,0x00,0x22,0x08,0x20,0x08,0x00,0x13, +0x35,0x08,0x00,0x22,0x62,0x20,0x80,0x00,0x13,0x94,0x10,0x00,0x22,0xc1,0x20,0x88, +0x00,0x22,0xee,0x20,0x40,0x00,0x22,0x17,0x21,0x08,0x00,0x22,0x40,0x21,0x98,0x00, +0x13,0x64,0x08,0x00,0x22,0x88,0x21,0xf8,0x00,0x13,0xb1,0x08,0x00,0x13,0xda,0x18, +0x00,0x22,0xfe,0x21,0xc0,0x04,0x22,0x1e,0x22,0x38,0x00,0x13,0x47,0x08,0x00,0x22, +0x70,0x22,0xb0,0x01,0x13,0x90,0x10,0x00,0x13,0xb9,0x08,0x00,0x22,0xe2,0x22,0xd0, +0x00,0x22,0x06,0x23,0x10,0x00,0x13,0x2f,0x08,0x00,0x13,0x58,0x08,0x00,0x13,0x81, +0x08,0x00,0x22,0xaa,0x23,0x60,0x00,0x22,0xce,0x23,0xa8,0x00,0x13,0xfb,0x18,0x00, +0x22,0x24,0x24,0x10,0x00,0x13,0x51,0x08,0x00,0x13,0x7e,0x08,0x00,0x22,0xab,0x24, +0x98,0x00,0x23,0xd4,0x24,0x28,0x01,0x12,0x24,0x80,0x02,0x22,0x25,0x25,0x18,0x00, +0x22,0x4e,0x25,0x28,0x00,0x13,0x7b,0x10,0x00,0x13,0xa4,0x10,0x00,0x22,0xd1,0x25, +0x30,0x00,0x22,0xfa,0x25,0xb8,0x02,0x22,0x27,0x26,0x10,0x00,0x13,0x50,0x08,0x00, +0x13,0x79,0x08,0x00,0x13,0xa2,0x08,0x00,0x13,0xcb,0x08,0x00,0x22,0xf4,0x26,0x40, +0x00,0x22,0x21,0x27,0x08,0x00,0x22,0x4e,0x27,0x48,0x01,0x13,0x7b,0x10,0x00,0x22, +0xa8,0x27,0x28,0x00,0x23,0xd1,0x27,0x60,0x00,0x03,0x08,0x00,0x22,0x23,0x28,0x80, +0x01,0x22,0x55,0x28,0x10,0x00,0x13,0x7e,0x08,0x00,0x13,0xa7,0x08,0x00,0x22,0xd0, +0x28,0x48,0x00,0x13,0xfd,0x08,0x00,0x22,0x2a,0x29,0x50,0x00,0x13,0x57,0x08,0x00, +0x13,0x84,0x08,0x00,0x22,0xb1,0x29,0x30,0x00,0x22,0xda,0x29,0x50,0x00,0x22,0x0c, +0x2a,0x08,0x00,0x22,0x3e,0x2a,0x68,0x03,0x22,0x62,0x2a,0x28,0x00,0x13,0x8f,0x08, +0x00,0x13,0xbc,0x08,0x00,0x13,0xe9,0x08,0x00,0x22,0x16,0x2b,0x08,0x00,0x22,0x43, +0x2b,0x38,0x00,0x13,0x75,0x10,0x00,0x13,0xa2,0x08,0x00,0x13,0xcf,0x08,0x00,0x22, +0xfc,0x2b,0x68,0x00,0x22,0x25,0x2c,0x28,0x00,0x23,0x57,0x2c,0x88,0x00,0x13,0x2c, +0x88,0x00,0x13,0x2c,0x88,0x00,0x03,0x08,0x00,0x22,0x03,0x2d,0x08,0x00,0x22,0x2c, +0x2d,0x20,0x00,0x13,0x59,0x10,0x00,0x13,0x82,0x08,0x00,0x23,0xab,0x2d,0xa0,0x04, +0x03,0x08,0x00,0x22,0x05,0x2e,0x08,0x00,0x13,0x32,0x08,0x00,0x13,0x5f,0x08,0x00, +0x22,0x8c,0x2e,0x30,0x00,0x13,0xb5,0x08,0x00,0x13,0xde,0x18,0x00,0x22,0x0b,0x2f, +0x08,0x00,0x22,0x38,0x2f,0x18,0x00,0x13,0x61,0x10,0x00,0x13,0x8e,0x10,0x00,0x13, +0xb7,0x10,0x00,0x13,0xe4,0x08,0x00,0x23,0x11,0x30,0xc0,0x03,0x12,0x30,0x10,0x00, +0x22,0x6b,0x30,0xc8,0x00,0x22,0x9d,0x30,0x30,0x00,0x13,0xc6,0x20,0x00,0x13,0xf3, +0x10,0x00,0x22,0x1c,0x31,0x28,0x00,0x22,0x49,0x31,0x10,0x00,0x23,0x72,0x31,0x28, +0x05,0x03,0x08,0x00,0x13,0xc4,0x20,0x00,0x13,0xf1,0x10,0x00,0x22,0x1a,0x32,0x08, +0x00,0x13,0x43,0x08,0x00,0x13,0x6c,0x08,0x00,0x22,0x95,0x32,0x68,0x00,0x23,0xc7, +0x32,0x10,0x07,0x13,0x32,0x10,0x07,0x12,0x33,0x40,0x00,0x13,0x46,0x08,0x00,0x13, +0x73,0x08,0x00,0x22,0xa0,0x33,0x80,0x05,0x22,0xbc,0x33,0xa0,0x02,0x23,0xe5,0x33, +0xe0,0x04,0x12,0x34,0x38,0x00,0x22,0x32,0x34,0x18,0x00,0x13,0x5b,0x10,0x00,0x13, +0x84,0x08,0x00,0x22,0xad,0x34,0x28,0x00,0x23,0xd1,0x34,0x68,0x02,0x12,0x34,0xf8, +0x06,0x22,0x1a,0x35,0x30,0x00,0x23,0x43,0x35,0x98,0x00,0x12,0x35,0x28,0x00,0x23, +0x90,0x35,0x90,0x03,0x12,0x35,0x78,0x00,0x23,0xe6,0x35,0xb8,0x04,0x12,0x36,0x08, +0x00,0x23,0x38,0x36,0x58,0x01,0x03,0x08,0x00,0x22,0x8a,0x36,0x28,0x00,0x22,0xb7, +0x36,0x40,0x00,0x23,0xdb,0x36,0x58,0x04,0x12,0x37,0x20,0x00,0x22,0x31,0x37,0xe8, +0x00,0x13,0x63,0x08,0x00,0x13,0x95,0x18,0x00,0x13,0xbe,0x08,0x00,0x22,0xe7,0x37, +0x30,0x00,0x22,0x14,0x38,0x10,0x00,0x13,0x3d,0x08,0x00,0x13,0x66,0x08,0x00,0x13, +0x8f,0x08,0x00,0x13,0xb8,0x08,0x00,0x23,0xe1,0x38,0xf8,0x08,0x12,0x39,0x38,0x00, +0x13,0x37,0x08,0x00,0x13,0x64,0x08,0x00,0x22,0x91,0x39,0x68,0x00,0x22,0xc3,0x39, +0x28,0x00,0x13,0xec,0x08,0x00,0x22,0x15,0x3a,0x08,0x00,0x22,0x3e,0x3a,0xa8,0x00, +0x23,0x62,0x3a,0x00,0x03,0x13,0x3a,0x60,0x00,0x03,0x18,0x00,0x13,0xdc,0x10,0x00, +0x23,0x05,0x3b,0x78,0x02,0x12,0x3b,0x50,0x00,0x22,0x64,0x3b,0x18,0x00,0x13,0x8d, +0x08,0x00,0x13,0xb6,0x08,0x00,0x13,0xdf,0x08,0x00,0x23,0x08,0x3c,0xf0,0x00,0x13, +0x3c,0xa8,0x05,0x13,0x3c,0x38,0x08,0x12,0x3c,0x48,0x00,0x13,0xb0,0x10,0x00,0x13, +0xd9,0x10,0x00,0x23,0x06,0x3d,0xe0,0x04,0x12,0x3d,0x10,0x00,0x23,0x5c,0x3d,0xa8, +0x05,0x03,0x10,0x00,0x13,0xb2,0x10,0x00,0x13,0xdb,0x08,0x00,0x22,0x04,0x3e,0x88, +0x00,0x22,0x36,0x3e,0x20,0x00,0x22,0x63,0x3e,0x18,0x00,0x23,0x8c,0x3e,0x08,0x03, +0x03,0x18,0x00,0x13,0xe2,0x08,0x00,0x23,0x0f,0x3f,0xb0,0x01,0x13,0x3f,0xb0,0x01, +0x13,0x3f,0xb0,0x01,0x03,0x08,0x00,0x22,0xb3,0x3f,0x28,0x00,0x13,0xe0,0x08,0x00, +0x22,0x0d,0x40,0x08,0x00,0x22,0x3a,0x40,0x20,0x00,0x13,0x63,0x10,0x00,0x23,0x90, +0x40,0x10,0x02,0x13,0x40,0xa0,0x05,0x12,0x40,0x10,0x03,0x22,0x0f,0x41,0x40,0x05, +0x23,0x37,0x41,0x80,0x01,0x13,0x41,0x08,0x06,0x12,0x41,0x28,0x00,0x93,0xb1,0x41, +0x00,0x09,0x0a,0x0b,0x00,0xfe,0xe8,0x10,0x00,0x22,0x11,0x42,0x08,0x00,0x22,0x3a, +0x42,0x30,0x00,0x22,0x67,0x42,0x30,0x00,0x13,0x8b,0x10,0x00,0x23,0xb8,0x42,0x80, +0x01,0x13,0x42,0x80,0x01,0x11,0x43,0xa8,0x04,0x32,0xfe,0x29,0x43,0x10,0x06,0x22, +0x4d,0x43,0xb0,0x02,0x22,0x76,0x43,0x20,0x00,0x22,0x9f,0x43,0x30,0x00,0x13,0xc3, +0x20,0x00,0x13,0xe7,0x10,0x00,0x23,0x0b,0x44,0x00,0x04,0x12,0x44,0xe8,0x02,0x20, +0x58,0x44,0xa8,0x00,0x42,0x01,0xfe,0x80,0x44,0x38,0x00,0x13,0xa9,0x08,0x00,0x22, +0xd2,0x44,0x50,0x03,0x23,0xee,0x44,0xd8,0x06,0x13,0x45,0xd8,0x06,0x03,0x08,0x00, +0x13,0x69,0x08,0x00,0x22,0x92,0x45,0x50,0x00,0x13,0xbf,0x10,0x00,0x23,0xe8,0x45, +0xd0,0x00,0x12,0x46,0x18,0x00,0x23,0x3e,0x46,0x50,0x02,0x12,0x46,0x18,0x00,0x23, +0x8b,0x46,0xa8,0x0b,0x13,0x46,0x48,0x0b,0x13,0x46,0x48,0x0b,0x13,0x47,0xa8,0x0b, +0x13,0x47,0xf8,0x07,0x13,0x47,0xf0,0x01,0x13,0x47,0x98,0x07,0x03,0x08,0x00,0x22, +0xd7,0x47,0x30,0x00,0x22,0x04,0x48,0x08,0x00,0x13,0x31,0x08,0x00,0x23,0x5e,0x48, +0xa8,0x0b,0x13,0x48,0xa8,0x0b,0x13,0x48,0x60,0x00,0x03,0x08,0x00,0x22,0x06,0x49, +0xa0,0x06,0x23,0x33,0x49,0x60,0x00,0x13,0x49,0xb8,0x08,0x12,0x49,0x38,0x02,0x23, +0xbb,0x49,0xe8,0x0a,0x13,0x49,0xe8,0x0a,0x13,0x4a,0xe8,0x0a,0x03,0x08,0x00,0x13, +0x5f,0x08,0x00,0x23,0x88,0x4a,0xc0,0x01,0x12,0x4a,0xe8,0x01,0x13,0xde,0x10,0x00, +0x22,0x07,0x4b,0x50,0x00,0x13,0x34,0x08,0x00,0x22,0x61,0x4b,0x70,0x00,0x23,0x8e, +0x4b,0x58,0x05,0x03,0x08,0x00,0x23,0xe0,0x4b,0x50,0x02,0x12,0x4c,0x40,0x00,0x23, +0x3a,0x4c,0x50,0x02,0x13,0x4c,0xb0,0x02,0x13,0x4c,0xb0,0x02,0x03,0x20,0x00,0x13, +0xe2,0x10,0x00,0x22,0x0b,0x4d,0x48,0x01,0x23,0x2f,0x4d,0xf0,0x07,0x13,0x4d,0xf0, +0x07,0x13,0x4d,0xf0,0x07,0x03,0x08,0x00,0x22,0xd3,0x4d,0x60,0x00,0x22,0x00,0x4e, +0x10,0x00,0x22,0x29,0x4e,0x10,0x00,0x22,0x56,0x4e,0x50,0x00,0x23,0x83,0x4e,0x70, +0x03,0x03,0x08,0x00,0x22,0xdd,0x4e,0x08,0x02,0x22,0xfd,0x4e,0x60,0x00,0x22,0x21, +0x4f,0x28,0x00,0x23,0x4e,0x4f,0xf0,0x07,0x13,0x4f,0x90,0x07,0x13,0x4f,0x90,0x07, +0x13,0x4f,0x28,0x05,0x13,0x4f,0x90,0x07,0x13,0x50,0xd0,0x0c,0x13,0x50,0xe0,0x0a, +0x13,0x50,0xd0,0x0c,0x13,0x50,0xd0,0x0c,0x12,0x50,0x40,0x00,0x13,0xf4,0x10,0x00, +0x23,0x1d,0x51,0xa8,0x0b,0x12,0x51,0x68,0x00,0x22,0x77,0x51,0x18,0x00,0x13,0xa0, +0x08,0x00,0x22,0xc9,0x51,0x90,0x01,0x13,0xfb,0x28,0x00,0x22,0x28,0x52,0x18,0x00, +0x23,0x51,0x52,0x98,0x0a,0x10,0x52,0x58,0x01,0x42,0xff,0xff,0xa7,0x52,0x20,0x00, +0x23,0xd4,0x52,0xb0,0x08,0x13,0x52,0xf0,0x07,0x13,0x53,0xf0,0x07,0x12,0x53,0xd0, +0x00,0x13,0x7b,0x08,0x00,0x22,0x9f,0x53,0x20,0x03,0x23,0xc8,0x53,0x68,0x0c,0x03, +0x08,0x00,0x22,0x22,0x54,0x70,0x00,0x22,0x54,0x54,0xb0,0x03,0x22,0x7c,0x54,0x18, +0x00,0x23,0xa9,0x54,0x08,0x03,0x12,0x54,0x58,0x00,0x13,0xff,0x10,0x00,0x22,0x28, +0x55,0x20,0x00,0x13,0x55,0x08,0x00,0x23,0x82,0x55,0x98,0x07,0x13,0x55,0x98,0x07, +0x12,0x55,0x30,0x00,0x22,0x05,0x56,0x18,0x00,0x13,0x2e,0x08,0x00,0x22,0x57,0x56, +0x18,0x00,0x23,0x84,0x56,0xf8,0x07,0x13,0x56,0xf8,0x07,0x03,0x10,0x00,0x23,0x07, +0x57,0x40,0x02,0x12,0x57,0x88,0x00,0x22,0x5c,0x57,0x98,0x00,0x23,0x8e,0x57,0x40, +0x02,0x13,0x57,0x98,0x07,0x13,0x57,0x98,0x07,0x13,0x58,0x98,0x07,0x13,0x58,0x98, +0x07,0x13,0x58,0x98,0x07,0x03,0x10,0x00,0x22,0xca,0x58,0x38,0x00,0x23,0xf3,0x58, +0x98,0x07,0x12,0x59,0x08,0x00,0x23,0x45,0x59,0xe8,0x0d,0x03,0x08,0x00,0x23,0x9f, +0x59,0x18,0x01,0x12,0x59,0x28,0x01,0x23,0xec,0x59,0x10,0x06,0x12,0x5a,0x20,0x00, +0x23,0x42,0x5a,0x68,0x0f,0x13,0x5a,0x60,0x00,0x12,0x5a,0x78,0x00,0x21,0xca,0x5a, +0x40,0x0b,0x33,0xff,0xfc,0x5a,0xe0,0x08,0x13,0x5b,0x20,0x0d,0x13,0x5b,0x38,0x02, +0x13,0x5b,0x38,0x02,0x03,0x08,0x00,0x13,0xd5,0x20,0x00,0x13,0xfe,0x10,0x00,0x22, +0x2b,0x5c,0x80,0x0b,0x22,0x5d,0x5c,0x10,0x00,0x23,0x8a,0x5c,0x28,0x07,0x13,0x5c, +0xe8,0x00,0x13,0x5c,0xe8,0x00,0x12,0x5d,0x28,0x00,0x22,0x43,0x5d,0x10,0x00,0x22, +0x70,0x5d,0xa8,0x00,0x23,0x94,0x5d,0x80,0x0b,0x03,0x08,0x00,0x13,0xee,0x08,0x00, +0x22,0x1b,0x5e,0x08,0x00,0x13,0x48,0x08,0x00,0x23,0x75,0x5e,0x98,0x09,0x13,0x5e, +0x98,0x09,0x12,0x5e,0x88,0x00,0x22,0xf8,0x5e,0x48,0x00,0x22,0x1c,0x5f,0xd0,0x00, +0x23,0x49,0x5f,0xb0,0x08,0x13,0x5f,0xb0,0x08,0x03,0x18,0x00,0x22,0xc8,0x5f,0xf8, +0x00,0x13,0xfa,0x10,0x00,0x22,0x27,0x60,0x48,0x00,0x22,0x54,0x60,0x28,0x00,0x13, +0x7d,0x08,0x00,0x13,0xa6,0x18,0x00,0x23,0xd3,0x60,0x80,0x03,0x12,0x61,0x60,0x00, +0x22,0x24,0x61,0xc8,0x0b,0x13,0x44,0x08,0x00,0x13,0x64,0x08,0x00,0x22,0x84,0x61, +0x60,0x05,0x13,0xa0,0x10,0x00,0x13,0xc0,0x08,0x00,0x22,0xe0,0x61,0x50,0x00,0x22, +0x09,0x62,0xb8,0x05,0x22,0x2d,0x62,0xa0,0x05,0x22,0x55,0x62,0x08,0x01,0x13,0x87, +0x08,0x00,0x23,0xb9,0x62,0x80,0x08,0x03,0x08,0x00,0x22,0x13,0x63,0x18,0x00,0x22, +0x45,0x63,0x40,0x00,0x13,0x6e,0x08,0x00,0x22,0x97,0x63,0x88,0x00,0x22,0xbb,0x63, +0xe8,0x01,0x13,0xe4,0x10,0x00,0x23,0x08,0x64,0x90,0x07,0x13,0x64,0x90,0x07,0x12, +0x64,0x18,0x00,0x23,0x7e,0x64,0x50,0x0b,0x13,0x64,0x50,0x0b,0x03,0x08,0x00,0x13, +0xf9,0x20,0x00,0x22,0x1d,0x65,0x08,0x00,0xa2,0x41,0x65,0x00,0x09,0x0a,0x08,0x00, +0xff,0x69,0x65,0xe8,0x04,0x23,0x96,0x65,0x98,0x0f,0x13,0x65,0x58,0x08,0x03,0x10, +0x00,0x22,0x19,0x66,0x20,0x00,0x22,0x46,0x66,0x18,0x00,0x22,0x6f,0x66,0x40,0x00, +0x23,0x93,0x66,0xc0,0x10,0x13,0x66,0xc0,0x10,0x12,0x66,0xa0,0x00,0x23,0x0e,0x67, +0x18,0x12,0x13,0x67,0x38,0x07,0x13,0x67,0x58,0x08,0x13,0x67,0x58,0x08,0x03,0x18, +0x00,0x13,0xe3,0x10,0x00,0x22,0x0c,0x68,0x08,0x00,0x23,0x35,0x68,0xb0,0x11,0x12, +0x68,0x20,0x00,0x23,0x8b,0x68,0x68,0x06,0x11,0x68,0xa0,0x11,0x32,0xfe,0xe6,0x68, +0x68,0x0d,0x23,0x06,0x69,0x58,0x08,0x12,0x69,0x10,0x00,0x31,0x4f,0x69,0x30,0xb8, +0x14,0x13,0x68,0x18,0x00,0x22,0x91,0x69,0x40,0x00,0x50,0xbe,0x69,0x20,0x0a,0x0b, +0x78,0x0a,0x12,0x69,0x70,0x04,0xa2,0x1d,0x6a,0x20,0x0a,0x0b,0x07,0x00,0x00,0x44, +0x6a,0x28,0x00,0xf2,0x03,0x6d,0x6a,0x80,0x04,0x05,0x08,0x00,0xff,0x81,0x6a,0xc0, +0x06,0x07,0x08,0x00,0xff,0x9d,0x6a,0x30,0x00,0x22,0xcf,0x6a,0x58,0x00,0x50,0xef, +0x6a,0x30,0x06,0x07,0x90,0x11,0x40,0x6b,0xe0,0x07,0x06,0xc8,0x01,0x40,0x6b,0xe0, +0x07,0x08,0x38,0x04,0x00,0x08,0x00,0x00,0x18,0x0d,0x03,0x08,0x00,0x13,0x9d,0x20, +0x00,0x40,0xb8,0x6b,0xe0,0x07,0x68,0x00,0xa2,0xe5,0x6b,0xa0,0x05,0x06,0x09,0x00, +0xff,0x00,0x6c,0x08,0x00,0x22,0x1b,0x6c,0x28,0x00,0x10,0x3f,0x08,0x00,0x52,0x03, +0x00,0x02,0x4b,0x6c,0x88,0x00,0xf2,0x03,0x72,0x6c,0x40,0x0b,0x0d,0x0a,0xff,0xfe, +0xb3,0x6c,0x20,0x0a,0x0c,0x0a,0xff,0xfe,0xef,0x6c,0x98,0x00,0x93,0x18,0x6d,0xe0, +0x07,0x08,0x05,0x00,0x01,0x2c,0x08,0x00,0xa2,0x40,0x6d,0x40,0x0b,0x0c,0x09,0x00, +0xff,0x76,0x6d,0x98,0x00,0x22,0x96,0x6d,0x90,0x01,0x22,0xc3,0x6d,0x18,0x01,0x22, +0xf5,0x6d,0x60,0x00,0x22,0x19,0x6e,0xa0,0x00,0x22,0x41,0x6e,0x10,0x00,0x40,0x65, +0x6e,0xe0,0x07,0x48,0x16,0x22,0x85,0x6e,0x38,0x00,0x93,0xa5,0x6e,0xa0,0x05,0x07, +0x0a,0xff,0xfe,0xc8,0x28,0x00,0x13,0xf0,0x08,0x00,0x22,0x18,0x6f,0x90,0x00,0xb1, +0x3f,0x6f,0x00,0x09,0x0b,0x0b,0xff,0xfe,0x7c,0x6f,0xc0,0xf8,0x00,0x22,0x9f,0x6f, +0x78,0x00,0x10,0xd5,0x08,0x00,0x43,0x07,0x00,0x00,0xff,0x08,0x00,0x22,0x29,0x70, +0x08,0x00,0x13,0x53,0x08,0x00,0x13,0x7d,0x08,0x00,0x10,0xa7,0x08,0x00,0x52,0x08, +0x00,0xff,0xd7,0x70,0x58,0x00,0x13,0xff,0x08,0x00,0x22,0x27,0x71,0xa8,0x00,0x22, +0x59,0x71,0x28,0x00,0x22,0x83,0x71,0x60,0x00,0x60,0xa6,0x71,0x10,0x09,0x0a,0x07, +0xe8,0x17,0xf2,0xff,0xff,0xff,0xff,0xff,0xe4,0x72,0x1f,0xb5,0x21,0x51,0x2f,0x50, +0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8b,0x4d,0x9b, +0x4d,0xa8,0x4d,0xdc,0x4d,0xfb,0x4d,0xfe,0x4d,0x1b,0x4e,0x35,0x4e,0x40,0x4e,0x46, +0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x7f,0x4e,0x98,0x4e,0x9d,0x4e,0x9e,0x4e,0x9f, +0x4e,0xac,0x4e,0xcf,0x4e,0xd6,0x4e,0xdb,0x4e,0xeb,0x4e,0x14,0x4f,0x2d,0x4f,0x31, +0x4f,0x3e,0x4f,0x3f,0x4f,0x5b,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f,0xac, +0x4f,0xc4,0x4f,0xe9,0x4f,0x03,0x50,0x15,0x50,0x1f,0x50,0x50,0x50,0x6f,0x50,0x82, +0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb7,0x50,0xb8,0x50,0xbc,0x50,0xc6, +0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xda,0x50,0x4a,0x51,0x4d,0x51,0x56,0x51,0x57, +0x51,0x67,0x51,0x6d,0x51,0x75,0x51,0x79,0x51,0x7a,0x51,0x80,0x51,0x86,0x51,0x87, +0x51,0x9d,0x51,0xbf,0x51,0xc5,0x51,0xef,0x51,0xf0,0x51,0x25,0x52,0x55,0x52,0x58, +0x52,0x66,0x52,0x90,0x52,0x97,0x52,0xa4,0x52,0xb1,0x52,0xef,0x52,0x13,0x53,0x1a, +0x53,0x1d,0x53,0x26,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53,0x5c, +0x53,0x5d,0x53,0x61,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xdc,0x53,0x9f, +0x54,0xaf,0x54,0xfe,0x54,0x1e,0x55,0xb8,0x55,0x2e,0x56,0x4a,0x56,0x4e,0x56,0x5b, +0x56,0x5d,0x56,0x63,0x56,0x66,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97,0x56,0xa7, +0x56,0xdb,0x56,0x47,0x57,0x4a,0x57,0x81,0x57,0x9a,0x57,0xbb,0x57,0xee,0x57,0x23, +0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81,0x58,0x8e,0x58,0xcd, +0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xc8,0x5a,0xd3,0x5a,0xd9,0x5a,0xdc, +0x5a,0xea,0x5a,0x09,0x5b,0x36,0x5b,0x3b,0x5b,0x3c,0x5b,0x48,0x5b,0x49,0x5b,0x54, +0x5b,0x57,0x5b,0x5d,0x5b,0x5e,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b,0x9f, +0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x5c,0x5d,0x86,0x5d,0x88, +0x5d,0x8d,0x5d,0x90,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xf6,0x5d,0x30, +0x5e,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x87,0x5e,0x98, +0x5e,0xb2,0x5e,0xc1,0x5e,0xd5,0x5e,0xd8,0x5e,0xdc,0x5e,0xe1,0x5e,0xee,0x5e,0xf9, +0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x3b,0x5f,0x4d,0x5f,0x70,0x5f,0x75,0x5f,0xb2, +0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0x9b,0x60,0xb2,0x60,0x19,0x61,0x60, +0x61,0x66,0x61,0x7a,0x61,0x82,0x61,0x86,0x61,0x90,0x61,0x97,0x61,0x9b,0x61,0xa3, +0x61,0xce,0x61,0x19,0x62,0x22,0x62,0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62,0x7f, +0x62,0xc7,0x62,0xd3,0x62,0xe2,0x62,0xf1,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62,0x1f, +0x63,0x20,0x63,0x22,0x63,0x2a,0x63,0x2b,0x63,0x66,0x63,0x97,0x63,0xc8,0x63,0xf5, +0x63,0xfd,0x63,0x17,0x64,0x1a,0x64,0x1d,0x64,0x2a,0x64,0x36,0x64,0x3c,0x64,0x44, +0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa7,0x64,0xa9, +0x64,0xc4,0x64,0xc8,0x64,0xd7,0x64,0xec,0x64,0xff,0x64,0x00,0x65,0x07,0x65,0x09, +0x65,0x0c,0x65,0x1b,0x65,0x35,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f,0x65,0x92, +0x65,0xbe,0x65,0xbf,0x65,0xfb,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50,0x66,0x59, +0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x96,0x66,0xaf,0x66,0xcf,0x66,0xec,0x66,0x14, +0x67,0x35,0x67,0x71,0x67,0x8c,0x67,0x96,0x67,0x98,0x67,0xcf,0x67,0xed,0x67,0xc5, +0x68,0x52,0x69,0x69,0x69,0x71,0x69,0x73,0x69,0xaf,0x69,0xbb,0x69,0xe4,0x69,0xf2, +0x69,0x54,0x6a,0xa0,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a,0xda, +0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xe2,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c,0x25, +0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0xd8,0x6c,0x47, +0x6d,0x4b,0x6d,0x55,0x6d,0x6b,0x6d,0x7c,0x6d,0xe0,0x6d,0xe6,0x6d,0xfb,0x6d,0x21, +0x6e,0x3f,0x6e,0x4e,0x6e,0x4f,0x6e,0x88,0x6e,0x10,0x6f,0x4e,0x6f,0xb3,0x6f,0x09, +0x70,0x0a,0x70,0x71,0x70,0x76,0x70,0x01,0x71,0x97,0x71,0x98,0x71,0xa9,0x71,0xc9, +0x71,0x10,0x72,0xd7,0x72,0x3d,0x73,0x4e,0x73,0x56,0x73,0xae,0x73,0x00,0x74,0x6f, +0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xc0,0x74,0xc6,0x74,0xda,0x74,0xcc, +0x75,0xcd,0x75,0xd4,0x75,0x33,0x76,0x34,0x76,0x3e,0x76,0x44,0x76,0x48,0x76,0x5b, +0x76,0x6f,0x76,0x35,0x77,0xbc,0x77,0x0a,0x78,0x0c,0x78,0x8a,0x78,0xd1,0x78,0x22, +0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0x81,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79,0x3f, +0x7a,0x46,0x7a,0x7c,0x7a,0x99,0x7a,0xe7,0x7a,0xf1,0x7a,0x10,0x7b,0x14,0x7b,0x8d, +0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x55,0x7c,0x6a,0x7c,0x80,0x7c,0x92,0x7c,0x94, +0x7c,0xa0,0x7c,0xa5,0x7c,0xc1,0x7c,0xe3,0x7c,0xf0,0x7c,0x1a,0x7d,0x2a,0x7d,0x38, +0x7d,0x44,0x7d,0x7e,0x7d,0x81,0x7d,0x8d,0x7d,0xdc,0x7d,0x66,0x7e,0xbe,0x7e,0xde, +0x7e,0xf9,0x7e,0x55,0x7f,0x67,0x7f,0xbf,0x7f,0xc2,0x7f,0x1c,0x80,0x4d,0x80,0x58, +0x80,0xc3,0x80,0x3a,0x81,0x43,0x81,0x57,0x81,0x7a,0x81,0x85,0x81,0xc2,0x81,0x41, +0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x1b,0x84,0x1d,0x85,0x1f,0x85,0x7d,0x85,0xaf, +0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xab,0x87,0xad,0x87,0xb8,0x87,0xc0,0x87,0xfb, +0x87,0x2c,0x88,0x2d,0x88,0x4d,0x88,0x57,0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88,0xdf, +0x88,0xe6,0x88,0x18,0x89,0x22,0x89,0x48,0x89,0x50,0x89,0x58,0x89,0x68,0x89,0x7a, +0x89,0x7d,0x89,0x8b,0x89,0xb2,0x89,0xb6,0x89,0xc1,0x89,0xc3,0x89,0xdc,0x89,0xdd, +0x89,0xee,0x89,0xf4,0x89,0xfa,0x89,0x0f,0x8a,0x1b,0x8a,0x99,0x8a,0xa8,0x8a,0xac, +0x8a,0xb6,0x8a,0xc0,0x8a,0xc7,0x8a,0xd0,0x8a,0xda,0x8a,0x0c,0x8c,0x75,0x8c,0xc7, +0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0x48,0x8e,0x53,0x8e,0x59, +0x8e,0x7a,0x8e,0x7f,0x8e,0x88,0x8e,0x99,0x8e,0xc4,0x8e,0xe1,0x8e,0x40,0x8f,0x50, +0x8f,0x6a,0x8f,0x6f,0x8f,0x73,0x8f,0x81,0x8f,0x82,0x8f,0x8b,0x8f,0x9a,0x8f,0x9b, +0x8f,0x9e,0x8f,0xa3,0x8f,0xc2,0x8f,0xc8,0x8f,0xda,0x8f,0xdf,0x8f,0x38,0x90,0x1d, +0x91,0x1f,0x91,0x2d,0x91,0x65,0x91,0x54,0x92,0x7f,0x92,0xc5,0x92,0xe6,0x92,0x31, +0x93,0x68,0x93,0xa1,0x93,0xfe,0x93,0x7e,0x94,0xc7,0x94,0xd0,0x94,0xd9,0x94,0xdb, +0x94,0xe2,0x94,0xe3,0x94,0x2c,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4,0x95,0xc0, +0x95,0xe4,0x95,0xec,0x95,0xf8,0x95,0x29,0x96,0x32,0x96,0x4b,0x96,0x50,0x96,0x57, +0x96,0xac,0x96,0xae,0x96,0xb2,0x96,0x1c,0x97,0x43,0x97,0x4f,0x97,0x51,0x97,0x52, +0x97,0x55,0x97,0x56,0x97,0x60,0x97,0x8b,0x97,0x9c,0x97,0x9f,0x97,0xae,0x97,0xbf, +0x97,0xd4,0x97,0xec,0x97,0x2b,0x98,0x95,0x99,0xa7,0x99,0x24,0x9a,0x28,0x9a,0x44, +0x9c,0xf5,0x9d,0x28,0x9e,0x2e,0x9e,0x9a,0x9e,0xa0,0x9e,0x51,0xef,0x58,0xef,0x5b, +0xef,0x5c,0xef,0x5d,0xef,0x61,0xef,0x63,0xef,0x65,0xef,0x69,0xef,0x6c,0xef,0x71, +0xef,0x76,0xef,0x77,0xef,0x78,0xef,0x8e,0xef,0x93,0xef,0x98,0xef,0x9b,0xef,0x9c, +0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef,0xa3,0xef,0xa4,0xef,0xb7,0xef,0xb8,0xef,0xbe, +0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef,0xc7,0xef,0xc8,0xef,0xc9,0xef,0xcb,0xef,0xe3, +0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0,0x17,0xf0,0x19,0xf0,0x30,0xf0,0x37,0xf0,0x3a, +0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0,0xab,0xf0,0x3b,0xf1,0x90,0xf1,0x91,0xf1,0x92, +0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1,0xe3,0xf1,0x3d,0xf2,0x54,0xf2,0xaa,0xf4,0x12, +0xf7,0xf2,0xf7,0x0c,0x00,0xb0,0x0b,0x00,0xa0,0x06,0x00,0x20,0x0d,0x00,0x2a,0x66, +0x19,0x55,0x05,0x22,0x05,0x27,0x00,0x71,0x80,0x3c,0x8c,0x60,0x80,0x80,0x5c,0x8c, +0x40,0x80,0x70,0x07,0x26,0x00,0x00,0x60,0x00,0x4d,0x60,0x1c,0x15,0x01,0xc0,0x00, +0x04,0xc4,0x00,0x00,0xc2,0x10,0x08,0x42,0xbb,0x90,0x00,0x90,0x00,0x2a,0x90,0x08, +0x00,0x81,0x63,0x26,0x00,0x90,0x55,0x80,0x00,0x73,0x85,0x64,0x83,0x19,0x78,0x09, +0x09,0x00,0x25,0x09,0x09,0x00,0x80,0x06,0x85,0x04,0x98,0x00,0x0b,0x0a,0x00,0x09, +0x86,0x00,0x0a,0xc0,0x08,0x76,0x68,0x74,0x94,0x09,0xd0,0x2c,0xaa,0x6a,0x2a,0x19, +0x05,0x00,0x20,0x36,0x0a,0x00,0xa0,0x19,0x01,0x80,0x0a,0x00,0xa0,0x06,0x30,0x05, +0x20,0x05,0x40,0x0a,0x00,0xa0,0x08,0x10,0x82,0x0a,0x00,0xa0,0x27,0x05,0x10,0x03, +0x60,0x2c,0xd3,0x08,0x70,0x00,0x50,0x00,0x0a,0x00,0x69,0xd9,0x60,0x0a,0x00,0x00, +0xa0,0x00,0x00,0x3d,0x09,0x31,0x59,0x70,0x01,0x3b,0x00,0x53,0x00,0x90,0x00,0x80, +0x05,0x40,0x09,0x00,0x09,0x00,0x45,0x00,0x80,0x00,0x40,0x00,0x09,0xb9,0x04,0x90, +0x93,0x74,0x05,0x78,0x40,0x48,0x74,0x05,0x73,0x80,0x93,0x09,0xa9,0x00,0x09,0xf1, +0x00,0x0c,0x10,0x00,0xb1,0x00,0x0b,0x05,0x00,0xf0,0x55,0x2a,0xeb,0x40,0x2a,0xc8, +0x02,0x00,0xb1,0x00,0x0a,0x20,0x01,0xc0,0x00,0xa3,0x00,0x96,0x00,0x7e,0xbb,0x60, +0x2b,0xb9,0x01,0x10,0xb3,0x00,0x0d,0x00,0x4d,0x70,0x00,0x09,0x32,0x00,0x86,0x4b, +0xa9,0x00,0x00,0x6d,0x00,0x1a,0xc0,0x0a,0x2c,0x05,0x70,0xc0,0xaa,0xae,0x70,0x00, +0xc0,0x00,0x0c,0x00,0x0e,0xbb,0x21,0x90,0x00,0x2d,0xa8,0x00,0x10,0xa5,0x00,0x06, +0x73,0x00,0xa4,0x4b,0xc9,0x00,0x05,0xbb,0x31,0xc0,0x00,0x56,0x00,0x07,0x89,0x80, +0x67,0x06,0x62,0x90,0x58,0x07,0xbb,0x10,0x6b,0xbd,0x70,0x00,0xb0,0x00,0x57,0x6c, +0x00,0xf1,0x23,0xc0,0x00,0x1b,0x00,0x02,0xa0,0x00,0x08,0x99,0x03,0x90,0x73,0x0c, +0x29,0x20,0x9c,0xb0,0x55,0x08,0x58,0x50,0x58,0x1b,0xab,0x10,0x0b,0xa7,0x06,0x60, +0xa2,0x93,0x05,0x66,0x70,0x97,0x09,0x98,0x50,0x00,0xa1,0x3c,0xb5,0x00,0x3b,0x01, +0x00,0x01,0x3b,0x3b,0x01,0xd6,0x00,0xf1,0x8c,0x00,0x00,0x20,0x17,0xa5,0x8b,0x20, +0x01,0x7a,0x71,0x00,0x03,0x50,0x69,0x99,0x60,0x00,0x00,0x69,0x99,0x60,0x20,0x00, +0x05,0xa7,0x10,0x00,0x2b,0x81,0x7a,0x71,0x53,0x00,0x00,0x3b,0xb4,0x10,0x1a,0x00, +0x67,0x01,0xb0,0x04,0x50,0x01,0x10,0x07,0x70,0x00,0x49,0x88,0x70,0x07,0x60,0x00, +0x37,0x18,0x05,0x88,0x09,0x54,0x37,0x0a,0x09,0x72,0x63,0x38,0x09,0x46,0x18,0x58, +0x71,0x0a,0x30,0x01,0x00,0x00,0x68,0x96,0x00,0x00,0xd5,0x00,0x03,0x8a,0x00,0x08, +0x3b,0x00,0x0c,0x07,0x40,0x2d,0xab,0xa0,0x75,0x00,0xd0,0xc0,0x00,0x94,0x1e,0xaa, +0x70,0x1b,0x00,0xd0,0x1b,0x00,0xd0,0x1e,0xae,0x80,0x1b,0x00,0x95,0x1b,0x00,0x86, +0x1e,0xaa,0x90,0x03,0xbb,0xa0,0x0c,0x10,0x20,0x58,0x00,0x00,0x76,0x00,0x00,0x58, +0x00,0x00,0x1d,0x10,0x21,0x03,0xbb,0xa1,0x1e,0xab,0x50,0x1b,0x00,0xb3,0x1b,0x00, +0x58,0x1b,0x00,0x3a,0x06,0x00,0xfb,0x07,0xc2,0x1e,0xbb,0x50,0x1e,0xbb,0x71,0xb0, +0x00,0x1b,0x00,0x01,0xea,0xa2,0x1b,0x00,0x01,0xb0,0x00,0x1e,0xbb,0x90,0x12,0x00, +0x90,0x1b,0x00,0x00,0x02,0xbb,0xb2,0x0d,0x20,0x10,0x4e,0x00,0xe2,0x06,0xb7,0x58, +0x00,0x38,0x0d,0x10,0x48,0x03,0xbb,0xc3,0x1b,0x00,0x2a,0x03,0x00,0x35,0x1e,0xbb, +0xca,0x0c,0x00,0x12,0x1b,0x01,0x00,0x24,0x00,0x0d,0x02,0x00,0xf1,0x04,0x31,0x1c, +0x3b,0xd5,0x1b,0x00,0xc2,0x1b,0x0a,0x40,0x1b,0x79,0x00,0x1e,0xcc,0x00,0x1e,0x18, +0x60,0xae,0x00,0x13,0x68,0x5c,0x00,0x04,0x05,0x00,0xf0,0x4c,0x1e,0xbb,0x60,0x1f, +0x10,0x0c,0x61,0xd6,0x01,0xd6,0x1a,0xa0,0x79,0x61,0xa9,0x1a,0x66,0x1a,0x48,0x85, +0x61,0xa0,0xe3,0x56,0x1a,0x03,0x05,0x60,0x1f,0x10,0x29,0x1c,0x90,0x29,0x1a,0xa2, +0x29,0x1a,0x2a,0x29,0x1a,0x09,0x59,0x1a,0x01,0xc9,0x1a,0x00,0x89,0x03,0xbb,0xa1, +0x01,0xd1,0x04,0xa0,0x58,0x00,0x0d,0x07,0x60,0x00,0xb1,0x58,0x00,0x0d,0x00,0xd1, +0x04,0xa0,0x03,0xbb,0xa1,0x00,0x1e,0xac,0x60,0x1b,0x00,0xc1,0x1b,0x00,0xa3,0x1b, +0x01,0xd0,0x1e,0xab,0x30,0x1b,0x00,0xc2,0x00,0x00,0x19,0x00,0x24,0xd1,0x05,0x2e, +0x00,0xf1,0x06,0x57,0x00,0x0d,0x01,0xc0,0x02,0xc0,0x06,0xb8,0xc2,0x00,0x00,0xc3, +0x00,0x00,0x02,0x9a,0x20,0x1e,0xab,0x80,0x1b,0x01,0xfb,0x16,0xc1,0x1e,0xae,0x50, +0x1b,0x0b,0x20,0x1b,0x03,0xb0,0x1b,0x00,0xb3,0x08,0xcb,0x52,0xb0,0x02,0x0d,0x30, +0x00,0x2b,0xc2,0x00,0x04,0xc2,0x20,0x1d,0x2a,0xbc,0x40,0x8b,0xeb,0xb1,0x00,0xb1, +0x00,0x03,0x00,0x36,0x1b,0x00,0x29,0x03,0x00,0x00,0x1e,0x01,0xf0,0x49,0x85,0x04, +0xcb,0x90,0xc0,0x00,0xc0,0x84,0x01,0xb0,0x39,0x05,0x60,0x0c,0x0a,0x10,0x0a,0x2b, +0x00,0x05,0xa8,0x00,0x00,0xf3,0x00,0xa2,0x08,0x70,0x38,0x75,0x0a,0xa0,0x65,0x48, +0x09,0xb0,0x92,0x1b,0x36,0x83,0xb0,0x0c,0x73,0x46,0xb0,0x0a,0xb0,0x1b,0x90,0x07, +0xb0,0x0d,0x60,0x77,0x03,0x90,0xc0,0xb1,0x06,0xa8,0x00,0x1f,0x30,0x08,0x7a,0x01, +0xb0,0xa3,0x94,0x02,0xb0,0x0c,0x10,0x48,0x05,0x80,0xb1,0x00,0xc3,0xa0,0x00,0x6e, +0x20,0x00,0x0d,0x00,0x00,0x0c,0x03,0x00,0xf3,0x08,0x2b,0xbb,0xd0,0x00,0x85,0x00, +0x2b,0x00,0x0b,0x20,0x05,0x80,0x00,0xc0,0x00,0x7d,0xbb,0xb0,0x0c,0x50,0x80,0x08, +0x00,0x03,0x00,0xf4,0x09,0x09,0x50,0x90,0x00,0x63,0x00,0x18,0x00,0x09,0x00,0x07, +0x20,0x02,0x70,0x00,0x90,0x00,0x71,0x00,0x22,0x4b,0x10,0x81,0x08,0x03,0x00,0xf1, +0x34,0x59,0x10,0x01,0xe1,0x00,0x67,0x60,0x0a,0x0b,0x03,0x80,0x83,0x78,0x88,0x70, +0x53,0x01,0xb1,0x00,0x00,0x1b,0xbb,0x00,0x00,0x93,0x09,0x8b,0x56,0x60,0x85,0x2b, +0x9a,0x50,0x2a,0x00,0x00,0x2a,0x00,0x00,0x2c,0xad,0x50,0x2b,0x00,0xe0,0x2a,0x00, +0xd1,0x2a,0x01,0xd0,0x2c,0xac,0x40,0x08,0xbc,0x05,0xa0,0x00,0x86,0x00,0x05,0xa0, +0x00,0x09,0xbb,0x10,0xb2,0x01,0xf2,0x13,0x09,0xba,0xb4,0xa0,0x1b,0x76,0x01,0xb5, +0x90,0x2b,0x0a,0xb8,0xb0,0x09,0xbb,0x15,0x90,0x57,0x8b,0x89,0x75,0x90,0x00,0x09, +0xb9,0x20,0x07,0xa1,0x0c,0x00,0x7e,0x80,0x0c,0x00,0x02,0x00,0xf0,0x04,0x19,0x8e, +0x84,0x90,0x92,0x0c,0x87,0x03,0x80,0x00,0x0d,0xa9,0x46,0x40,0x1c,0x3a,0x9a,0x40, +0x2a,0x48,0x03,0xf0,0x01,0x2c,0xac,0x42,0xc0,0x3a,0x2a,0x01,0xb2,0xa0,0x1b,0x2a, +0x01,0xb0,0x3a,0x00,0x2a,0x01,0x00,0x61,0x03,0xa0,0x00,0x02,0xa0,0x2a,0x03,0x00, +0x22,0x39,0x3b,0x27,0x00,0xe4,0x2a,0x0a,0x42,0xa7,0x60,0x2d,0xd5,0x02,0xc0,0xc0, +0x2a,0x04,0x90,0x2a,0x1e,0x00,0xf1,0x03,0x0d,0x10,0x2a,0xad,0x5a,0xc2,0x2c,0x05, +0xb0,0x57,0x2a,0x03,0x90,0x48,0x2a,0x03,0x90,0x38,0x04,0x00,0x08,0x53,0x00,0xe7, +0x09,0xbb,0x25,0x90,0x2c,0x86,0x00,0xd5,0x90,0x2c,0x09,0xbb,0x20,0x2b,0xcd,0x00, +0x32,0x2d,0xac,0x40,0xe2,0x00,0x43,0x09,0x98,0xb4,0x90,0xc1,0x00,0x12,0xb9,0x82, +0x02,0x51,0x29,0xb5,0x2d,0x00,0x2a,0x02,0x00,0xf2,0x01,0x1a,0xb6,0x58,0x00,0x07, +0xb3,0x00,0x1b,0x5a,0xa5,0x05,0x00,0x0b,0x00,0x8e,0xa1,0xcb,0x00,0xf5,0x5a,0x08, +0xa1,0x39,0x02,0xa3,0x90,0x2a,0x39,0x02,0xa2,0xb0,0x5a,0x0a,0xb7,0xa0,0xb2,0x06, +0x65,0x70,0xb1,0x0b,0x1a,0x00,0xa7,0x50,0x04,0xe0,0x00,0x93,0x0e,0x20,0xc5,0x72, +0xa6,0x29,0x1b,0x63,0xa6,0x40,0xb9,0x0a,0xa0,0x08,0xa0,0x7c,0x00,0x66,0x0c,0x00, +0xb8,0x50,0x06,0xe0,0x00,0xb7,0x60,0x84,0x0c,0x10,0xb2,0x06,0x64,0x80,0xb1,0x0c, +0x1a,0x00,0x79,0x50,0x01,0xf0,0x00,0x29,0x00,0x6a,0x10,0x00,0x4a,0xbd,0x00,0x0a, +0x30,0x05,0x80,0x01,0xc0,0x00,0x9d,0xaa,0x00,0x09,0x50,0xb0,0x0a,0x00,0xa0,0x88, +0x00,0xa0,0x0a,0x00,0xa0,0x05,0x50,0x17,0x01,0x00,0x11,0x59,0x12,0x00,0x20,0x07, +0x80,0x06,0x00,0xa0,0x55,0x00,0x29,0x50,0x33,0x05,0x92,0x00,0x00,0x03,0xeb,0x0a, +0xf2,0x0d,0xf4,0x00,0x09,0xaa,0xab,0xb3,0x00,0xb1,0x11,0x01,0xc2,0x0b,0x00,0x00, +0x0a,0x40,0xdc,0xcc,0x88,0x60,0x00,0x00,0x1f,0x70,0x00,0x00,0x00,0x70,0xf8,0x22, +0xf5,0x20,0x9b,0x00,0x00,0x07,0x7e,0xaa,0xa6,0x69,0x01,0x11,0x2b,0x95,0x00,0x00, +0x1b,0x0a,0x3c,0xcc,0xc9,0x00,0xbb,0x00,0x00,0x00,0x16,0x00,0x00,0x00,0x04,0x10, +0x00,0x00,0x78,0xa2,0x00,0x09,0x60,0x0b,0x30,0x8e,0x70,0x1b,0xf2,0x00,0xc0,0x29, +0x00,0x04,0x00,0x78,0xec,0xc8,0x00,0x00,0xab,0xb6,0x00,0x14,0x00,0xf0,0x3a,0x7c, +0xb0,0x1e,0xb2,0x1b,0x30,0x08,0x70,0x00,0xb5,0xa6,0x00,0x00,0x09,0x40,0x00,0x00, +0x00,0x20,0x00,0x00,0x00,0x1d,0x20,0x00,0x00,0x08,0x18,0x00,0x00,0x01,0x80,0x62, +0x00,0x00,0x81,0x00,0x90,0x00,0x18,0x00,0x06,0x30,0x08,0x10,0x00,0x09,0x01,0xc8, +0x88,0x88,0xc3,0x00,0x00,0x26,0x00,0x02,0x3b,0x18,0x08,0x54,0xe1,0x86,0x10,0x75, +0xf4,0x70,0x0b,0x70,0x77,0x01,0x50,0x07,0x05,0x05,0xf1,0x13,0x83,0x04,0x80,0x00, +0x46,0x30,0x00,0x00,0x5c,0xd8,0x60,0x06,0x84,0xe2,0x95,0x07,0x10,0x10,0x35,0x0e, +0x00,0x00,0x3c,0x09,0x50,0x00,0x75,0x03,0xa7,0x58,0x91,0x00,0x15,0x64,0xb4,0x23, +0xf1,0x83,0x03,0xad,0x78,0x30,0x0b,0x05,0x50,0x63,0x08,0x93,0x70,0x08,0x07,0x07, +0x00,0x07,0x07,0x10,0x00,0x08,0x00,0x81,0x00,0x72,0x00,0x07,0x77,0x10,0x00,0x47, +0x77,0x30,0x08,0x00,0x62,0x02,0x50,0x08,0x00,0x47,0x07,0x40,0x28,0x98,0x80,0x08, +0x08,0x87,0x00,0x70,0x52,0x70,0x03,0x70,0x47,0x00,0x02,0x74,0x00,0x00,0x00,0x36, +0x30,0x00,0x60,0x60,0x06,0xbc,0xc7,0x06,0x00,0x06,0x06,0x46,0x46,0x06,0x45,0x46, +0x09,0x9c,0xa9,0x00,0x60,0x60,0x00,0x65,0x70,0x00,0x00,0x10,0x04,0x03,0xde,0xe6, +0xa9,0xf5,0x00,0x07,0x09,0x70,0x00,0x70,0x29,0x10,0x08,0x7f,0x00,0x00,0xb4,0xc9, +0x33,0x10,0x01,0x8c,0xc4,0x48,0xa6,0x66,0x37,0x9f,0x23,0x58,0x72,0x64,0xef,0x97, +0x5e,0x06,0xa9,0x72,0x60,0x00,0x77,0x5e,0x00,0x07,0x73,0x80,0x00,0x78,0x9f,0x55, +0x57,0x01,0x11,0x11,0x97,0x00,0xf2,0x44,0x6e,0xf8,0x20,0x63,0x78,0x08,0x17,0x05, +0x80,0x07,0x73,0x95,0xa3,0x7d,0xa8,0x19,0xe7,0x5f,0x10,0x3c,0x00,0x16,0x75,0x00, +0x01,0x20,0x00,0x00,0x4f,0xf9,0x00,0x00,0xcf,0xff,0x4a,0x40,0x8f,0xff,0xdf,0xf0, +0x0d,0xdc,0xef,0xb0,0x75,0x8f,0xff,0x70,0xa2,0xff,0xff,0xe0,0x9b,0xa9,0x99,0x90, +0x00,0x10,0x00,0x00,0x01,0xa1,0x00,0x12,0x13,0xb1,0x0b,0xde,0xee,0xb1,0x2b,0xbb, +0xbb,0x80,0x4c,0x44,0x43,0x00,0x39,0x00,0x00,0x00,0x21,0xa4,0x24,0xf5,0x18,0x07, +0x87,0x10,0x00,0x09,0x87,0x70,0x00,0x07,0x75,0x10,0x18,0x55,0x91,0x00,0xc7,0x89, +0x5c,0x00,0x98,0x67,0x79,0x00,0x06,0x66,0x60,0x00,0x37,0x77,0x30,0x70,0x04,0x63, +0x70,0x08,0x7a,0x70,0x00,0x07,0x03,0x00,0xb0,0x77,0x77,0x7b,0x17,0x47,0x07,0x17, +0x40,0x0d,0x00,0x10,0x3f,0x00,0x10,0x79,0x96,0x01,0xf2,0x07,0x6a,0x71,0x00,0x00, +0x00,0x4e,0x70,0x00,0x39,0x93,0x00,0x5a,0x71,0x17,0x90,0x20,0x49,0x82,0x00,0x69, +0x50,0x00,0x21,0x00,0xc1,0x00,0x48,0x00,0x08,0x90,0x00,0x40,0x4b,0xbb,0xbb,0xbb, +0x90,0x73,0x07,0x42,0x00,0x0a,0x00,0x00,0x09,0x00,0x2a,0x0e,0xaa,0x12,0x00,0x51, +0x02,0x99,0xad,0x99,0x97,0x34,0x00,0x70,0x2a,0xaa,0xca,0xaa,0x70,0x00,0x0b,0x0b, +0x00,0xc2,0xc6,0x00,0x00,0x00,0x0b,0x6c,0x30,0x00,0x00,0xb0,0x1a,0x00,0x12,0x00, +0x21,0xb0,0x00,0x09,0x00,0xf6,0x0c,0x1a,0xaa,0xbc,0xaa,0x50,0x00,0x0b,0x40,0x00, +0x00,0x07,0xf6,0x20,0x00,0x07,0x9a,0x2b,0x50,0x1b,0x80,0xa0,0x09,0x60,0x30,0x0a, +0x00,0x02,0x56,0x00,0x12,0x0b,0x04,0x00,0x80,0xda,0xae,0xaa,0xd1,0xa0,0x0b,0x00, +0x81,0x04,0x00,0xa6,0xea,0xae,0xaa,0xd1,0x30,0x0b,0x00,0x20,0x00,0x0b,0x20,0x00, +0xf1,0x0d,0x69,0x9e,0x99,0x60,0xa0,0x0b,0x00,0xb0,0x79,0x8d,0x88,0x80,0x88,0x8d, +0x88,0x80,0xb1,0x1b,0x11,0xa1,0xd9,0x9e,0x99,0xd1,0x40,0x0b,0x00,0x30,0x24,0x00, +0xf2,0x14,0xd9,0x99,0xb7,0x00,0x0a,0x28,0x02,0x70,0x00,0xa0,0x37,0x27,0x02,0xae, +0xaa,0xab,0xd7,0x01,0x80,0x00,0x27,0x00,0x55,0x00,0x02,0x70,0x0b,0x10,0x00,0x27, +0x03,0x60,0x00,0x8a,0x50,0x4f,0x01,0x20,0x01,0x30,0x7a,0x00,0x90,0x50,0x00,0x08, +0xaa,0xbc,0xaa,0x20,0x00,0x0a,0x03,0x01,0x71,0xa1,0x00,0x00,0x4a,0xad,0xaa,0x90, +0x09,0x00,0x00,0x12,0x00,0xa0,0x29,0x99,0x99,0x99,0x70,0x00,0x00,0x40,0x00,0x00, +0xe0,0x07,0xf1,0x3a,0x0a,0xaa,0xba,0xa7,0x00,0x00,0x00,0x1c,0x20,0x00,0x00,0x0b, +0x30,0x00,0x00,0x1a,0x40,0x00,0x00,0x3b,0x20,0x00,0x01,0xad,0x50,0x00,0x11,0x33, +0x06,0x9a,0xa9,0x40,0x00,0x01,0x24,0x61,0x00,0x68,0x7c,0x53,0x00,0x59,0x99,0xd9, +0x99,0x10,0x05,0x1a,0x43,0x20,0x18,0xc1,0xa5,0xa4,0x04,0x7a,0x8e,0x7a,0xa1,0x00, +0x56,0xa8,0x20,0x03,0xb7,0x0a,0x0a,0x80,0x52,0x00,0xa0,0x05,0x20,0x7f,0x00,0x5d, +0x5a,0xaa,0xaa,0xa0,0x00,0x01,0x00,0xf0,0x1d,0x2b,0xbb,0xbb,0xbb,0x80,0x00,0x01, +0x40,0x00,0x05,0x99,0x9b,0x99,0x91,0x04,0x87,0x77,0x80,0x00,0x75,0x22,0x2a,0x10, +0x03,0x66,0x66,0x60,0x00,0x78,0x8b,0xd9,0x10,0x69,0x9a,0xe9,0x99,0x20,0x00,0x19, +0x00,0x00,0x00,0x49,0x70,0x30,0x00,0xf3,0x17,0x50,0x00,0x06,0x99,0x9c,0x99,0x91, +0x02,0x86,0x66,0x80,0x00,0x3b,0x77,0x7c,0x00,0x25,0x55,0x55,0x55,0x07,0x74,0x44, +0x44,0xb0,0x10,0x4b,0x8c,0x11,0x00,0x09,0x20,0x81,0x41,0x4a,0x50,0x06,0xab,0x5d, +0x00,0x00,0xe3,0x00,0xf2,0x13,0x3e,0x20,0x00,0x00,0x49,0x1b,0x30,0x02,0x98,0x00, +0x09,0xa3,0x62,0x70,0x01,0x62,0x30,0x0b,0x00,0x18,0x00,0x00,0xc0,0x01,0x80,0x00, +0x58,0x00,0x18,0x00,0x39,0x00,0x01,0x80,0x2c,0x00,0xe0,0x70,0x40,0x09,0x10,0x0b, +0x05,0x60,0xa0,0x00,0xb0,0x09,0x0a,0x00,0x0b,0xa7,0x01,0xf2,0x21,0xb0,0x10,0x55, +0x00,0x0b,0x99,0x1c,0x90,0x01,0xa2,0x1b,0x35,0x80,0x00,0x0a,0x30,0x07,0x10,0x00, +0x50,0x30,0x00,0x05,0x5a,0x66,0x99,0x0c,0x09,0x0a,0x0a,0x7e,0x09,0x0a,0x0a,0x4a, +0x09,0x0a,0x0a,0x0a,0x09,0x1a,0x0a,0x0a,0x3d,0x7a,0x5b,0x0a,0x00,0x02,0x00,0x01, +0x01,0x00,0xf2,0x0f,0x0a,0x22,0xa0,0x00,0x05,0x68,0x2a,0x00,0x00,0xd1,0xca,0xea, +0xa0,0x7f,0x29,0x0a,0x00,0x06,0xa0,0x10,0xa0,0x00,0x0a,0x3a,0xae,0xaa,0x30,0xa0, +0x00,0xa0,0x28,0x00,0x24,0xa0,0x00,0x0f,0x01,0xf6,0x41,0x22,0x00,0x03,0x00,0x0a, +0x68,0xba,0x60,0x04,0xa1,0x19,0x00,0x02,0xd9,0x00,0x90,0x00,0x43,0x9a,0xad,0xaa, +0x60,0x19,0x00,0x90,0x00,0x01,0x90,0x09,0x00,0x00,0x19,0x11,0xa2,0x10,0x01,0x96, +0x88,0x88,0x40,0x00,0x40,0x10,0x20,0x00,0x29,0x0a,0x17,0x20,0x0a,0x13,0x90,0x28, +0x05,0xf1,0xd1,0x00,0x85,0x5a,0x26,0xbc,0x9b,0x30,0xa0,0x06,0x40,0xa0,0x0a,0x00, +0xa1,0x19,0x00,0xa0,0x38,0x02,0x70,0x0a,0x19,0x05,0xb3,0x5e,0x01,0xf2,0x19,0x05, +0x50,0xa7,0x30,0x00,0xb0,0x0a,0x09,0x00,0x59,0x35,0xd8,0xa6,0x2d,0x97,0x6c,0x23, +0x12,0x39,0x00,0xa1,0xb0,0x01,0x90,0x07,0xc2,0x00,0x19,0x00,0x9a,0x02,0x01,0x92, +0xa5,0xb0,0x90,0x19,0x71,0x03,0xc7,0x2e,0x00,0xf1,0x09,0x40,0x05,0x00,0x01,0x80, +0x47,0x00,0x08,0x2c,0xaa,0x99,0x2f,0x0a,0x00,0x0a,0xac,0x0a,0x00,0x0a,0x0a,0x0d, +0xaa,0xaa,0x0a,0x08,0x00,0x20,0x99,0x9a,0x2d,0x24,0xf0,0x0d,0x00,0x20,0x21,0x00, +0x00,0x28,0x09,0x10,0x00,0x0a,0x7a,0xd9,0x99,0x36,0xf0,0x82,0x80,0x00,0x6a,0x5e, +0x9d,0x9d,0x00,0x94,0xa0,0xa0,0xa0,0x09,0x62,0x13,0x72,0x90,0x70,0xa4,0x70,0x09, +0x00,0x0a,0x4d,0x00,0x20,0x00,0x29,0xec,0x00,0xe0,0x29,0xaa,0xaa,0x07,0xe1,0x24, +0x04,0x40,0x49,0x11,0x80,0x72,0x00,0x91,0x45,0x00,0xa0,0x10,0xa0,0xa0,0x00,0x93, +0x88,0x9c,0x82,0x09,0x11,0x42,0x04,0xf2,0x19,0x30,0x00,0x24,0x00,0x38,0x69,0xac, +0x40,0x0a,0x1a,0x00,0x90,0x05,0xf0,0x90,0x0a,0x00,0x8a,0x0b,0x99,0xd9,0x30,0xa0, +0x90,0x09,0x00,0x0a,0x09,0x00,0x90,0x00,0xa0,0xa0,0x86,0x56,0x0a,0x0c,0x83,0x5b, +0x20,0xa3,0x00,0x10,0x13,0x56,0x00,0xf1,0x06,0xb0,0x00,0x09,0x4a,0xac,0xaa,0x25, +0xf1,0x00,0xa0,0x00,0x79,0x10,0x0a,0x00,0x00,0x91,0x89,0xe9,0x90,0x09,0x09,0x00, +0xf1,0x10,0x00,0xa0,0x00,0x09,0x49,0x99,0x99,0x30,0x00,0x40,0x20,0x00,0x00,0x19, +0x0b,0x00,0x00,0x09,0x25,0xbe,0xaa,0x45,0xf2,0xb0,0xa0,0x00,0x79,0x32,0x0e,0x99, +0x20,0x20,0x00,0x42,0x10,0x0e,0x99,0x30,0x09,0x00,0x18,0x0a,0x8a,0x02,0x10,0x0a, +0x90,0x01,0x60,0x59,0xbb,0xeb,0xb3,0x00,0xd0,0xb7,0x00,0xf3,0x0e,0xe0,0xd9,0xd9, +0xd0,0x06,0xa0,0x90,0xa0,0xa0,0x00,0xa0,0xa9,0xd8,0x80,0x00,0xa0,0x86,0x70,0x00, +0x00,0xa0,0x1e,0x91,0x00,0x00,0xa4,0xa2,0x29,0xa2,0xc6,0x03,0xf6,0x3c,0x10,0x00, +0x09,0xa9,0xd9,0xaa,0x50,0x0b,0x0a,0x08,0x20,0x04,0xd4,0xa2,0xc9,0x00,0xa0,0x7f, +0xe2,0x35,0x00,0x3a,0xa6,0x80,0x00,0x8a,0x0a,0x05,0xc3,0x14,0x00,0xa0,0x01,0x50, +0x02,0x50,0x00,0x05,0x40,0x86,0xcb,0x72,0x54,0x0c,0x09,0x10,0x95,0x46,0xe0,0xba, +0x89,0x54,0x4a,0x46,0x46,0x95,0x40,0x96,0x7a,0x29,0x54,0x09,0x00,0xc0,0x75,0x40, +0x90,0x74,0x00,0x54,0x09,0x38,0x00,0x5b,0x20,0x87,0x00,0xf6,0x18,0x0a,0x09,0x00, +0x06,0x60,0xa0,0x90,0x00,0xd2,0xae,0xad,0xa3,0x9f,0x00,0xa0,0x90,0x05,0xa0,0x0a, +0x09,0x00,0x0a,0x3a,0xca,0xca,0x40,0xa0,0x05,0x04,0x00,0x0a,0x09,0x50,0x39,0x00, +0xa2,0x80,0x00,0x82,0xb9,0x00,0xf2,0x19,0x19,0x17,0x7a,0x50,0x07,0xaa,0xb0,0xa7, +0x20,0xd0,0x09,0x0a,0x13,0x7f,0x59,0xd9,0xd9,0x47,0xa0,0x09,0x09,0x41,0x0a,0x16, +0xe9,0x99,0x00,0xa4,0x5a,0x0a,0x40,0x0a,0x00,0x96,0xc4,0x80,0xa1,0x97,0x60,0xb6, +0x2e,0x00,0x00,0x05,0x04,0xe0,0x28,0xb9,0x99,0xc0,0x0b,0x1a,0x00,0x0a,0x07,0xe0, +0x99,0xc9,0x90,0x6a,0xaf,0x01,0xf5,0x03,0xa4,0x9c,0xfc,0x93,0x0a,0x01,0xab,0xa0, +0x00,0xa2,0xb2,0xa2,0xb1,0x0a,0x41,0x0a,0x02,0x30,0x6f,0x01,0xf0,0x10,0x46,0x01, +0x90,0x00,0x0b,0x38,0x88,0x88,0x26,0xe0,0x68,0x88,0x50,0x5a,0x05,0x66,0x64,0x00, +0x90,0x12,0x22,0x10,0x09,0x0b,0x88,0x8a,0x00,0x90,0x90,0x00,0x90,0x09,0x00,0x00, +0x41,0x28,0xf2,0x3f,0x00,0x00,0x56,0x08,0xb8,0x81,0x0c,0x05,0xb6,0x2a,0x06,0xf4, +0x61,0xbd,0x20,0x6a,0x49,0x83,0x57,0x50,0xa4,0x46,0x74,0x30,0x0a,0x44,0x48,0x64, +0x20,0xa1,0x11,0x38,0x80,0x0a,0x01,0xb7,0x20,0x00,0x00,0x30,0x05,0x00,0x00,0x57, +0x99,0xd9,0x95,0x0b,0x46,0x21,0x03,0x04,0xe3,0x67,0x69,0xd4,0x5a,0x38,0xd1,0x09, +0x00,0x93,0x89,0x44,0x90,0x09,0x44,0x90,0x79,0x00,0x98,0x19,0x00,0x90,0x09,0x70, +0x90,0x68,0x84,0x04,0xf2,0x3d,0x46,0xc9,0xa9,0xd0,0x0c,0x09,0x19,0x19,0x07,0xe0, +0x96,0xb6,0xa0,0x5a,0x09,0x5b,0x79,0x00,0xa0,0x98,0x07,0x90,0x0a,0x09,0x67,0x79, +0x00,0xa0,0xd9,0x99,0xd0,0x0a,0x09,0x00,0x08,0x00,0x00,0x50,0x06,0x00,0x00,0x38, +0x99,0xd9,0x92,0x0b,0x12,0x50,0x44,0x06,0xf0,0x08,0x0a,0x10,0x5a,0x29,0x99,0x99, +0x40,0xa0,0x59,0x99,0x60,0x0a,0x08,0x10,0x0a,0x00,0xa0,0x89,0x88,0xa0,0x0a,0x08, +0x21,0x1a,0x0e,0x04,0xf2,0x14,0x38,0xaa,0x79,0x53,0x0a,0x09,0x16,0x95,0x36,0xd4, +0xa8,0x99,0x53,0x49,0x00,0xa0,0x95,0x30,0x93,0x8d,0x89,0x53,0x09,0x00,0xa3,0x35, +0x30,0x94,0xad,0x90,0x53,0x09,0x32,0x00,0x6b,0x8b,0x01,0xf0,0x0d,0x09,0x00,0xb0, +0x00,0x04,0x89,0x9d,0x99,0x20,0xc1,0x13,0xa2,0x20,0x6f,0x09,0x55,0x5a,0x04,0xa0, +0x97,0x77,0xa0,0x09,0x09,0x77,0x7a,0x00,0x90,0x09,0x00,0x00,0x8f,0x0d,0x40,0x94, +0xd9,0x99,0xd4,0xfa,0x00,0xf1,0x11,0x02,0x88,0x8d,0x87,0x0b,0x19,0x00,0x09,0x7f, +0x0d,0x99,0x98,0x5a,0x0c,0x9a,0xaa,0x0a,0x0c,0x47,0x78,0x0a,0x3a,0xac,0xcc,0x0a, +0x67,0x47,0x78,0x0a,0x73,0x47,0x7a,0x0c,0x03,0xf1,0x14,0x19,0x88,0xb9,0x86,0x09, +0x22,0x87,0x79,0x04,0xf0,0x3a,0x77,0xc0,0x5a,0x05,0x55,0x55,0x40,0x92,0x93,0x33, +0x39,0x09,0x02,0x8c,0x97,0x00,0x90,0x00,0x72,0x00,0x09,0x00,0x6b,0x10,0x8c,0x04, +0xf2,0x67,0x80,0x65,0xc8,0x94,0x08,0x0d,0x1a,0x49,0xa0,0x86,0xf0,0xa4,0x9a,0x08, +0x7a,0x0c,0x89,0xa0,0x80,0xa0,0x80,0x9a,0x08,0x0a,0x0a,0x97,0x80,0x80,0xa0,0x93, +0x50,0x08,0x0a,0x53,0x06,0x1a,0x60,0x01,0x80,0xa0,0xa0,0x00,0x66,0x9d,0x9d,0x91, +0x0d,0x11,0xa1,0xa1,0x06,0xf3,0xbb,0x77,0x73,0x5a,0x5f,0x9b,0x8b,0x00,0xa4,0xb6, +0xc6,0xc0,0x0a,0x0a,0x2a,0x2b,0x00,0xa0,0xa8,0xc8,0xd0,0x0a,0x0a,0x09,0x2a,0x00, +0x00,0xa2,0x2b,0x22,0x00,0x58,0x77,0xd7,0x72,0x0d,0x19,0x6c,0x6a,0x08,0xf0,0xb6, +0xc6,0xc0,0x5a,0x07,0x6c,0x8c,0x00,0x92,0x88,0x9a,0xa3,0x09,0x49,0x98,0xba,0x30, +0x90,0x39,0x06,0x30,0x09,0x00,0x45,0xb1,0x1c,0x02,0xf0,0x17,0x90,0x90,0x63,0x00, +0x58,0xad,0xac,0xb4,0x0d,0x10,0xb8,0xa3,0x09,0xe0,0x76,0xc6,0x91,0x39,0x0a,0x7d, +0x7c,0x10,0x90,0x55,0xc5,0x51,0x09,0x03,0x3b,0x33,0x00,0x90,0x57,0xd7,0x70,0x09, +0x28,0x8d,0x89,0x04,0xf2,0x17,0x50,0x00,0x00,0x28,0x6a,0x97,0x00,0x09,0x7e,0x8c, +0x99,0x04,0xf2,0x90,0x90,0x90,0x7b,0x07,0xe9,0x88,0x00,0xa2,0x96,0xa6,0x80,0x0a, +0x17,0x7b,0x85,0x00,0xa1,0x59,0x83,0xa2,0x0a,0x36,0x4a,0x00,0x4b,0x01,0xf1,0x19, +0x41,0x30,0x31,0x00,0x39,0x8b,0x9b,0x82,0x0b,0x16,0x7d,0x77,0x07,0xe3,0x77,0xc7, +0x74,0x4a,0x27,0x93,0x78,0x00,0xa4,0x8c,0x8c,0x95,0x0a,0x03,0xb5,0x98,0x00,0xa4, +0x6a,0x1b,0x52,0x0a,0x07,0x67,0x5a,0x60,0x2d,0x00,0xf1,0x19,0x96,0x1a,0x09,0x00, +0x58,0x9b,0xd9,0xb4,0x0d,0x57,0x77,0x76,0x78,0xe0,0x77,0x66,0x90,0x5a,0x07,0x66, +0x68,0x00,0x90,0xb5,0x55,0xb1,0x09,0x0b,0x66,0x6b,0x10,0x90,0x6a,0x6b,0x80,0x09, +0x4a,0x30,0x29,0x50,0xcb,0x2c,0xf2,0x19,0x56,0x00,0x90,0x50,0x82,0x50,0x7d,0xa5, +0x0c,0x59,0x80,0x9b,0x06,0xd2,0x86,0x8e,0xc7,0x79,0x16,0x55,0xb2,0x10,0x90,0x24, +0xda,0x88,0x09,0x59,0xb4,0x97,0x80,0x95,0x8b,0x4a,0x88,0x09,0x52,0x84,0x51,0x80, +0x4e,0x02,0xf0,0x15,0x08,0x30,0x00,0x1a,0xae,0xaa,0xaa,0x60,0x06,0x60,0x1a,0x10, +0x05,0xe9,0xaa,0xbc,0x10,0x11,0xb0,0xa1,0x21,0x00,0x0b,0x0a,0x10,0x10,0x08,0x50, +0xa1,0x0a,0x0a,0x70,0x06,0xaa,0x70,0x10,0x27,0x07,0x00,0xdc,0x03,0xf0,0x0a,0x93, +0x0a,0x06,0x60,0x00,0xb0,0xa0,0xb0,0x00,0x02,0x0a,0x02,0x00,0x6a,0xae,0xad,0xaa, +0x10,0x00,0x90,0xa0,0x00,0x00,0x46,0x0a,0x38,0x0d,0x61,0xa0,0x20,0x5b,0x20,0x0a, +0xab,0x43,0x08,0x00,0x09,0x04,0x51,0x01,0x99,0x9d,0xa9,0x95,0x12,0x04,0xd0,0x2c, +0x99,0x99,0x90,0x02,0x70,0x00,0x09,0x00,0x1a,0xe9,0xda,0x60,0x08,0x10,0xa2,0x00, +0x08,0x60,0xa0,0x09,0x2b,0x60,0x07,0xaa,0x70,0x82,0x07,0x00,0x04,0x00,0x10,0xb0, +0xba,0x00,0x00,0x05,0x00,0xf1,0x07,0x2e,0x50,0x00,0x00,0x07,0x5b,0x00,0x00,0x00, +0xc0,0x57,0x00,0x00,0xa4,0x00,0xb2,0x01,0x94,0x00,0x01,0xc3,0x33,0xa8,0x07,0x11, +0x30,0xae,0x00,0xf2,0x0a,0xaa,0xae,0xaa,0xaa,0x02,0xe3,0x0a,0xa0,0x93,0x90,0xaa, +0x69,0x09,0x6a,0xb8,0x00,0x08,0xba,0x00,0x00,0x0a,0xa0,0x00,0x0a,0xb0,0xc6,0x03, +0xf1,0x02,0x3c,0x70,0x00,0x00,0x39,0x06,0x80,0x00,0x99,0x00,0x04,0xb3,0x34,0x99, +0xd9,0x95,0x60,0x78,0x05,0x31,0x89,0xd9,0x94,0x60,0x08,0xd0,0x09,0x99,0xda,0x99, +0x50,0x00,0x01,0x02,0x00,0x00,0x07,0x50,0x58,0x76,0x00,0xe0,0xa3,0x01,0xc2,0x18, +0x01,0xc2,0x23,0x08,0x40,0x02,0x30,0x02,0xa0,0x34,0xa3,0x0d,0x60,0xb2,0x00,0x9d, +0xaa,0xaa,0xb0,0x27,0x06,0xb0,0x10,0x00,0x90,0x00,0x90,0x05,0xce,0xbb,0xce,0xb0, +0x00,0xe1,0x10,0xf0,0x2f,0x0d,0x88,0x99,0x00,0x00,0xc6,0x67,0x90,0x00,0x0a,0x22, +0x39,0x00,0x7a,0xba,0x9a,0xb9,0x20,0x5a,0x30,0x88,0x20,0x55,0x00,0x00,0x17,0x00, +0x00,0xd8,0x88,0xa7,0x00,0x0c,0x77,0x79,0x70,0x00,0xc8,0x88,0x97,0x00,0x0b,0x33, +0x36,0x70,0x00,0xb4,0x44,0x77,0x02,0x9b,0xb9,0xab,0xa7,0x03,0xa5,0x01,0x98,0x11, +0x71,0x00,0x00,0xf4,0x21,0xf0,0x14,0x00,0x00,0x89,0xda,0xd9,0x50,0x0a,0x09,0x09, +0x19,0x00,0xc8,0xd8,0xc9,0x90,0x0a,0x1a,0x29,0x29,0x00,0xa0,0x90,0x91,0x90,0x8a, +0xba,0xab,0xaa,0x40,0x5b,0x20,0x6a,0x30,0x56,0x00,0x87,0x07,0xf0,0x2b,0x80,0x00, +0x71,0x01,0x8b,0xb8,0x9d,0x84,0x01,0x1b,0x1b,0x11,0x00,0x58,0xd8,0xd8,0xb0,0x29, +0x9d,0x9d,0x9d,0x60,0x00,0xa0,0xa0,0xa0,0x06,0xbf,0x8e,0xc6,0x00,0x4a,0xb0,0xa8, +0x70,0x27,0x0a,0x0a,0x04,0x70,0x08,0xbd,0xad,0xad,0x00,0x82,0x90,0x90,0x90,0x08, +0x29,0x09,0x09,0x04,0xdb,0xda,0xda,0xd9,0x09,0x00,0x04,0x12,0x00,0x00,0x09,0x00, +0x20,0x94,0xa0,0xb5,0x07,0xf1,0x0d,0x40,0x0b,0x00,0x50,0x91,0x0b,0x00,0xb0,0x92, +0x0b,0x00,0xb0,0x59,0x9e,0x99,0x60,0x80,0x0b,0x00,0x70,0xb0,0x0b,0x00,0xa1,0xea, +0xae,0xaa,0xe1,0xef,0x08,0x00,0x2f,0x05,0xf1,0x0c,0x99,0xaf,0x40,0x20,0x03,0xa3, +0x02,0xa7,0x1a,0x08,0x39,0xa1,0x5c,0xa4,0x09,0xa6,0x8b,0x3a,0x29,0xa3,0x5b,0x01, +0x49,0xd9,0xa9,0x99,0xa9,0xf9,0x03,0x00,0xa7,0x01,0xf2,0x14,0x0a,0x20,0x74,0x00, +0x03,0xa0,0x00,0xb1,0x02,0xc0,0x00,0x02,0xb1,0x57,0xae,0xaa,0xe4,0x10,0x00,0xb0, +0x0a,0x00,0x00,0x47,0x00,0xa0,0x00,0x1b,0x10,0x0b,0x00,0x4b,0x20,0x7a,0x70,0xae, +0x05,0xf5,0x14,0x05,0xaa,0x9b,0x10,0xa2,0x21,0x80,0x90,0x8e,0x82,0x27,0x0a,0x00, +0xa0,0x04,0x60,0xa0,0x0a,0x01,0x63,0x0a,0x00,0xca,0x5b,0x00,0xa0,0x07,0x05,0x70, +0x0b,0x00,0x02,0x90,0x5b,0x60,0xda,0x05,0xf2,0x15,0x04,0xad,0xaa,0x21,0xa0,0x04, +0x60,0x05,0x4a,0x00,0x9a,0xaa,0x54,0xa0,0x29,0x02,0x75,0x4a,0x03,0x49,0x93,0x54, +0xa0,0x00,0x5b,0x03,0x3a,0x00,0x1b,0x20,0x00,0xa0,0x1b,0x20,0x00,0x7b,0x28,0x02, +0x10,0x20,0x89,0x00,0x50,0x08,0xba,0xa8,0x29,0xab,0x26,0x12,0xf3,0x0b,0x40,0xa0, +0x09,0x03,0xd9,0x1a,0x01,0x92,0xbd,0xb0,0xa0,0x28,0x11,0xa3,0x56,0x03,0x70,0x0a, +0x0b,0x10,0x55,0x00,0xa5,0x62,0x9a,0x10,0x5a,0x00,0xf6,0x16,0x08,0x10,0xd9,0x9a, +0x10,0x81,0x09,0x00,0xa8,0x08,0x10,0xd8,0x8a,0x80,0x81,0x01,0xa0,0x08,0x08,0x10, +0x3c,0x9a,0x80,0x81,0x05,0x40,0x96,0x08,0x10,0xa0,0x18,0x00,0x81,0x54,0x5a,0x40, +0x9c,0x02,0x30,0xf1,0x14,0x6c,0x60,0x0a,0x49,0xc2,0x04,0x2a,0x00,0x92,0x06,0x2a, +0x48,0xe9,0x86,0x2a,0x02,0xfa,0x06,0x2a,0x0a,0xa3,0x86,0x2a,0x77,0x91,0x01,0x0a, +0x20,0x91,0x00,0x0a,0x00,0x91,0x00,0xab,0x0e,0x04,0xf1,0x01,0xbc,0xcb,0x52,0x09, +0x08,0x76,0x35,0xa0,0x90,0x87,0x63,0x5a,0x09,0x4d,0xcc,0xbb,0x09,0x00,0x00,0x12, +0x00,0xb0,0x70,0x90,0x87,0x63,0x50,0x09,0x08,0x76,0x94,0x3a,0x60,0xd8,0x00,0xf0, +0x11,0x4a,0xc9,0x97,0x3a,0x08,0x17,0x36,0x3a,0x2c,0x88,0xa6,0x3a,0x00,0x81,0x06, +0x3a,0x28,0xc9,0x86,0x3a,0x00,0x81,0x23,0x1a,0x05,0xce,0xb0,0x0a,0x58,0x40,0x00, +0x9b,0x4d,0x00,0xf4,0x15,0x06,0x90,0x00,0x09,0x3b,0xc7,0x52,0x6a,0x93,0xa3,0x22, +0x6a,0x79,0xd9,0x94,0x6a,0x25,0xb6,0x52,0x6a,0x56,0xb4,0xa2,0x6a,0x53,0x90,0x90, +0x0a,0x53,0x95,0x90,0x0a,0x00,0x90,0x00,0x9b,0xb5,0x08,0xf4,0x13,0x40,0xd9,0x9c, +0x43,0x54,0x0d,0x99,0xb4,0x95,0x40,0x90,0x30,0x09,0x54,0x0b,0x9d,0x93,0x95,0x40, +0xb5,0x94,0x49,0x54,0x29,0x59,0x44,0x45,0x46,0x44,0x97,0x10,0x54,0x50,0x09,0xa6, +0x05,0xf1,0x0f,0x50,0x00,0x32,0x00,0x16,0x71,0x1c,0x21,0x27,0x77,0x77,0x77,0x50, +0x79,0x96,0x32,0x71,0x0a,0x34,0x85,0x48,0x10,0xa4,0x58,0x54,0x81,0x0a,0x89,0x85, +0x48,0xfb,0x00,0x45,0x0a,0x09,0x60,0x7c,0xfb,0x00,0xf2,0x15,0xa2,0x99,0x99,0x63, +0x0a,0x09,0x88,0xb2,0xa0,0xa0,0xa4,0x49,0x2a,0x0a,0x03,0x44,0x40,0xa0,0xa0,0xc8, +0xc9,0x8a,0x0a,0x0c,0x7c,0x78,0x50,0xa0,0xc8,0xc9,0x80,0x0a,0x09,0x00,0x18,0x4a, +0xd9,0x01,0xf4,0x19,0x75,0x00,0x04,0x50,0x5b,0x97,0x07,0x45,0x58,0x35,0x51,0x94, +0x50,0xa7,0x7a,0x09,0x45,0x0a,0x66,0xa0,0x94,0x50,0xa7,0x76,0x09,0x45,0x1b,0xb8, +0xb0,0x14,0x56,0x6b,0x8b,0x00,0x45,0x23,0x50,0x90,0x5b,0x30,0x3c,0x08,0xb0,0x04, +0xcd,0xb0,0xa0,0x00,0x00,0x90,0x8e,0xaa,0x70,0x09,0x2a,0x02,0xf3,0x05,0x90,0x0c, +0x00,0xa0,0x0a,0x43,0x90,0x09,0x3b,0xc7,0x75,0x02,0x81,0x10,0x1b,0x00,0x46,0x00, +0x0b,0x23,0x32,0x04,0x02,0x00,0x0c,0xf5,0x13,0x68,0x80,0x1a,0xda,0xa9,0x3a,0x10, +0x18,0x0a,0x80,0x91,0x03,0x70,0xa8,0x09,0x10,0x55,0x19,0x80,0x91,0x08,0x32,0x78, +0x09,0x10,0xb0,0x55,0xaa,0xd1,0x28,0x8b,0x18,0x09,0x10,0xb5,0x00,0xf3,0x19,0x14, +0x9b,0x0a,0x00,0x38,0xc7,0x30,0xa0,0x03,0x6b,0x86,0x9e,0x96,0x49,0xb8,0xc1,0x90, +0xa4,0x9b,0x8c,0x27,0x09,0x38,0xb8,0xa4,0x40,0x92,0x8c,0x98,0x92,0x18,0x00,0x96, +0x6b,0x03,0x75,0x97,0x6b,0x27,0xb3,0x2e,0x00,0x00,0x5f,0x00,0xf0,0x0c,0x75,0x55, +0x50,0x06,0x84,0x44,0x4c,0x02,0x9b,0x99,0x80,0xa0,0x00,0xa0,0x0a,0x0a,0x00,0x0d, +0x99,0x90,0xb0,0x00,0xa0,0x00,0xa5,0x00,0x0a,0x7d,0x00,0x60,0xaa,0xaa,0xab,0x60, +0x00,0x52,0xe7,0x0c,0xf6,0x13,0x99,0x99,0x94,0x09,0x30,0x10,0x04,0x76,0xb2,0x08, +0x22,0x36,0x19,0x2a,0x90,0x94,0x60,0x91,0xaa,0x39,0x45,0x09,0x52,0x03,0x95,0x40, +0x69,0x99,0x95,0x73,0x00,0x00,0x02,0x9b,0x68,0x08,0xf0,0x13,0x04,0x70,0xa0,0x00, +0x00,0xb0,0x0a,0x03,0x30,0x6b,0x00,0xa1,0xd1,0x2c,0xa0,0x0b,0xb5,0x02,0x2a,0x00, +0xf6,0x00,0x00,0xa3,0xcb,0x00,0x00,0x0a,0x62,0xa0,0x07,0x00,0xa0,0x0b,0x9b,0x0f, +0xa0,0xba,0xb5,0xd9,0x99,0x99,0x91,0xa0,0x97,0x7a,0x00,0x04,0x00,0xf6,0x01,0xa4, +0x75,0x47,0x60,0xa8,0x09,0x90,0x90,0xa7,0x78,0x77,0x80,0xd8,0x88,0x88,0x85,0x4e, +0x00,0x90,0x6c,0x0a,0x00,0x0a,0xd9,0x00,0xa0,0x00,0x14,0xef,0x14,0xa0,0x46,0x00, +0xa0,0x02,0xab,0xca,0xae,0xa7,0x00,0x74,0x7b,0x09,0x94,0x10,0x0a,0x00,0x04,0x90, +0x00,0xa0,0x02,0xa0,0x4f,0x0b,0x20,0x07,0x20,0xd4,0x1b,0xf2,0x14,0x48,0xc8,0x80, +0x19,0x50,0x26,0x09,0x05,0xb8,0x78,0x08,0x80,0x07,0x25,0x30,0x70,0x00,0x74,0xba, +0x9c,0x94,0x07,0x29,0x18,0x84,0x40,0x73,0xa1,0x87,0x53,0x07,0x74,0xa9,0x3b,0x10, +0xe0,0x02,0x10,0x80,0xe3,0x08,0x00,0x09,0x00,0x21,0xd9,0x95,0x09,0x00,0xd0,0x7a, +0xab,0xda,0xaa,0x20,0x00,0x29,0x20,0x00,0x00,0x02,0xa7,0xa4,0x40,0x0a,0xf0,0x66, +0x40,0x00,0x02,0x90,0x00,0x00,0x0b,0x99,0xac,0x99,0x40,0xa2,0x8b,0xb8,0x60,0x0a, +0x47,0x22,0x2a,0x00,0xa4,0x95,0x55,0xb0,0x0a,0x39,0x8a,0x88,0x01,0x90,0x70,0xa5, +0x10,0x55,0x94,0x0a,0x1a,0x06,0x15,0x29,0x70,0x32,0x00,0x06,0x03,0x00,0x00,0x3d, +0xa8,0xab,0x10,0x04,0x61,0x31,0x64,0x01,0xda,0xab,0xc9,0xb1,0x02,0x96,0x56,0x92, +0x04,0x98,0x83,0x61,0x75,0x00,0x58,0x81,0x71,0x00,0x03,0x47,0x93,0x00,0x02,0x84, +0x10,0x00,0x00,0x2a,0xea,0xae,0x20,0x00,0x0b,0x20,0xb0,0x00,0x00,0xb8,0x0b,0xac, +0x00,0x0a,0xa0,0x02,0x80,0x02,0x83,0xa0,0xa2,0x00,0x93,0x07,0xc5,0x00,0x59,0x06, +0xa8,0xb6,0x03,0x04,0x50,0x71,0x01,0x62,0x02,0x51,0x00,0x89,0x99,0x74,0x78,0x0a, +0xf1,0x30,0xab,0xba,0xab,0x30,0x0a,0x19,0x00,0xb0,0x00,0xa0,0x93,0x67,0x00,0x0a, +0x00,0xca,0x00,0x04,0x53,0xa8,0x99,0x30,0x51,0x71,0x00,0x27,0x00,0x3d,0x9d,0x96, +0x66,0x30,0xa0,0x92,0xb4,0x75,0x0a,0x8d,0x18,0x27,0x20,0xa8,0xd1,0x47,0xa0,0x0a, +0x09,0x10,0xc7,0x01,0xb7,0xd9,0x0c,0x50,0x27,0x49,0x18,0x5b,0x20,0x00,0x95,0x70, +0x28,0xeb,0x00,0xb6,0x8a,0xaa,0xaa,0x9a,0x00,0x00,0x0b,0xa0,0x00,0x00,0xba,0x07, +0x00,0xb0,0xca,0xaa,0xaa,0xda,0x00,0x00,0x0a,0x09,0xaa,0xaa,0xa9,0x6d,0x02,0x13, +0xa0,0xf3,0x01,0x03,0x7e,0x0d,0xf0,0x19,0x0a,0x40,0x3a,0x10,0x1b,0x40,0x00,0x2b, +0x13,0x10,0x00,0x00,0x22,0x2a,0xaa,0xaa,0xac,0x70,0x00,0x00,0x01,0x90,0x04,0xba, +0xb4,0x19,0x00,0x54,0x05,0x51,0x90,0x05,0x40,0x55,0x19,0x00,0x5c,0xaa,0x31,0x90, +0x2a,0x05,0x00,0x33,0x11,0xf2,0x10,0x60,0x00,0x05,0x00,0x00,0x00,0x47,0x04,0x00, +0x02,0x80,0x05,0x80,0x1e,0xa9,0x99,0xb6,0x01,0x00,0x00,0x04,0x09,0xaa,0xaa,0xe0, +0x09,0x10,0x00,0xb0,0x09,0xba,0x08,0x00,0x00,0xc1,0x0d,0x00,0x2e,0x34,0x70,0x00, +0x1a,0xad,0xaa,0xaa,0x60,0x02,0x3d,0x00,0xf0,0x03,0xbb,0xaa,0xaa,0x00,0xa9,0x40, +0x00,0xa0,0x34,0x54,0x00,0x0a,0x00,0x05,0xca,0xaa,0xe0,0x00,0x09,0x00,0xf0,0x13, +0xea,0xaa,0xaa,0xa8,0xa3,0x77,0x77,0x28,0xa0,0x11,0x11,0x28,0xa0,0xd8,0x89,0x18, +0xa0,0x90,0x0a,0x18,0xa0,0xd9,0x98,0x18,0xa0,0x50,0x00,0x18,0xa0,0x00,0x04,0xa5, +0x00,0x04,0x35,0x10,0xf1,0x03,0xa9,0xa4,0x08,0x80,0x00,0xa1,0x14,0x4a,0x2a,0x30, +0x00,0x2a,0xb1,0x00,0x3b,0xe9,0x99,0x9a,0x35,0x0d,0x13,0xb9,0x08,0x00,0x20,0x06, +0x00,0xc5,0x01,0xf0,0x24,0x00,0xda,0xaa,0xaa,0xb6,0xa0,0x00,0x00,0x36,0xa0,0xd9, +0xa8,0x36,0xa0,0x90,0x18,0x36,0xa0,0xd9,0xa7,0x36,0xa0,0x50,0x00,0x36,0xa0,0x00, +0x08,0xb4,0x19,0x99,0xcd,0x99,0x50,0x00,0x5f,0x43,0x00,0x04,0xb7,0xa1,0x7a,0x22, +0x81,0x09,0x00,0x25,0x01,0xa9,0xa9,0x97,0x0d,0x02,0xd0,0xa0,0x02,0xc8,0x88,0x9a, +0x00,0x28,0x00,0x01,0xa0,0x00,0x00,0x72,0x3c,0x05,0xf0,0x07,0x8a,0x30,0x00,0x05, +0xb5,0x82,0x99,0x20,0x27,0x65,0x69,0x53,0x60,0x00,0x44,0x45,0xc1,0x00,0x01,0x88, +0x8d,0xa6,0x46,0x02,0x62,0x0a,0x00,0x02,0xc8,0x88,0x8a,0x0a,0x00,0x02,0xe0,0x11, +0xf3,0x0d,0xb0,0x00,0x0a,0x99,0x99,0x9a,0x0a,0x44,0x44,0x4a,0x0a,0x55,0x55,0x53, +0x0a,0x7a,0x99,0x9a,0x0b,0x91,0x00,0x0a,0x47,0x9a,0x99,0x9c,0x81,0x91,0xad,0x02, +0xf0,0x03,0x80,0x64,0x00,0x00,0x1c,0x06,0x40,0x00,0x08,0xa9,0xcb,0x99,0x00,0x91, +0x17,0x51,0x11,0x17,0x9c,0x04,0xf0,0x00,0x1a,0x99,0x9a,0x70,0x01,0x90,0x00,0x09, +0x00,0x1d,0x99,0x99,0x90,0x01,0x90,0x5b,0x01,0xf0,0x1c,0x15,0x00,0x00,0x59,0xd4, +0x5a,0xa9,0x00,0xa0,0x63,0x0a,0x7a,0xe9,0x93,0x0a,0x07,0xe2,0x63,0x0a,0x19,0xaa, +0x73,0x0a,0xa2,0xa1,0x73,0x0a,0x20,0xa0,0x6b,0xac,0x00,0xa0,0x10,0x02,0xd8,0xb4, +0xd8,0x98,0xd7,0xa4,0xc7,0x88,0x08,0x00,0xf1,0x2e,0xa0,0x00,0x00,0x18,0xa0,0xd8, +0xb5,0x18,0xa0,0x90,0x55,0x18,0xa0,0xd8,0x83,0x18,0xa0,0x10,0x07,0xb6,0x00,0x70, +0x00,0x70,0x00,0x8c,0x95,0x38,0x00,0x0a,0x11,0x97,0xac,0x70,0xd9,0x99,0xd5,0xa0, +0x0a,0x00,0x04,0x8b,0x00,0xba,0x88,0x09,0x80,0x3a,0x60,0x90,0xa5,0x08,0x7b,0x8a, +0x68,0xb0,0x53,0x60,0xaa,0x03,0x80,0xd2,0x0a,0xf1,0x0f,0x79,0x5b,0x7c,0x00,0x57, +0x73,0x77,0x80,0x05,0xa8,0xd8,0x8c,0x00,0x5a,0x8d,0x88,0xc0,0x05,0x85,0xc5,0x5b, +0x00,0x13,0x3b,0x43,0x30,0x29,0x99,0xd9,0x99,0x3e,0x08,0xf1,0x15,0x5a,0x87,0xac, +0x99,0x18,0x09,0x78,0xc7,0x70,0x80,0x97,0x9c,0x88,0x08,0x09,0x72,0x91,0x10,0x8a, +0xb4,0x88,0x9c,0x08,0x00,0x87,0x77,0x90,0x00,0x08,0x75,0x2a,0x00,0x02,0x21,0x08, +0x90,0xe6,0x00,0xf2,0x16,0x1c,0x9b,0x4b,0x9a,0x01,0x93,0xa4,0x73,0xa0,0x05,0x5a, +0x39,0x93,0x06,0x9b,0xc9,0xcb,0x92,0x08,0x80,0x03,0xa4,0x07,0xd9,0xb5,0xba,0xc2, +0x09,0x0a,0x54,0x18,0x00,0xc9,0xb5,0xb9,0x80,0xea,0x74,0x02,0x81,0x0a,0xa0,0xd9, +0x9a,0x0a,0xa0,0xa0,0x0a,0x08,0x00,0x00,0x10,0x00,0x04,0x18,0x00,0xf0,0x0c,0xd9, +0x9b,0x99,0xa8,0xa0,0x0a,0x00,0x18,0xa6,0x8d,0x88,0x58,0xa1,0x8d,0x86,0x18,0xa2, +0x60,0x0a,0x18,0xa2,0x97,0x78,0x18,0xd8,0x88,0x88,0xee,0x00,0xf3,0x55,0x28,0xd9, +0xab,0x99,0x9a,0xa0,0x9a,0x89,0x0a,0xa8,0x86,0x83,0x0a,0xa3,0x89,0x97,0x2a,0xa6, +0x28,0x52,0x3a,0xa0,0x87,0x60,0x0a,0xa0,0x12,0x67,0x0a,0xd8,0x88,0x88,0x8a,0x0d, +0x99,0xbc,0xda,0xa0,0x96,0x79,0xba,0x4a,0x09,0x35,0x38,0x40,0xa0,0x97,0x17,0x99, +0x0a,0x09,0x47,0x5a,0x30,0xa0,0x96,0x6a,0x89,0x6a,0x0d,0x88,0x98,0x98,0xa0,0xa1, +0x11,0x11,0x1a,0x0d,0x99,0xc9,0x99,0xa0,0x91,0x8b,0x68,0x0a,0x09,0x5b,0xbb,0xa2, +0xa0,0x92,0xa5,0x5b,0x0a,0x09,0x47,0x7c,0x72,0xa0,0x95,0x96,0xc6,0x2a,0x0d,0x88, +0x8e,0x88,0x24,0x00,0xf2,0x0e,0x99,0x99,0xa0,0x90,0xa5,0x58,0x0a,0x09,0x2b,0xbb, +0x80,0xa0,0x96,0x86,0x6c,0x0a,0x09,0x67,0x55,0xc0,0xa0,0x95,0xb6,0x9a,0x0a,0x0d, +0xa8,0x88,0xa9,0x24,0x00,0xf0,0x11,0xab,0xbb,0xa9,0xa0,0xa5,0xa9,0x9b,0x0a,0x0a, +0x77,0xd7,0x74,0xa0,0xa5,0x6b,0x68,0x0a,0x0a,0x85,0x56,0x90,0xa0,0xa8,0x79,0x8b, +0x0a,0x0d,0x9a,0xaa,0xa8,0xa0,0xa0,0x64,0x03,0x40,0x01,0x10,0x00,0x00,0x99,0x0d, +0xf1,0x11,0x1a,0xbd,0xaa,0xaa,0x60,0x09,0x20,0x32,0x00,0x08,0xa3,0x8b,0xa8,0x23, +0x7a,0x01,0x75,0x10,0x00,0xa0,0x06,0x40,0x00,0x0a,0x00,0x64,0x00,0x00,0xa7,0xac, +0xba,0x60,0x62,0x08,0x10,0x90,0x82,0x0e,0xf2,0x14,0x01,0x0a,0x00,0x07,0xd9,0x64, +0xb8,0xb0,0x09,0x17,0xdd,0x0a,0x00,0x92,0xb4,0xa0,0xa0,0x09,0x36,0x3a,0x0a,0x08, +0xb7,0x63,0x14,0x84,0x10,0x05,0x40,0x04,0x50,0x00,0x2a,0x99,0xb1,0x55,0x02,0xf2, +0x18,0x00,0x18,0x00,0x08,0x00,0x01,0x80,0x03,0xa4,0x22,0x18,0x00,0x1a,0x34,0x71, +0xda,0x50,0x80,0x47,0x18,0x00,0x08,0x77,0x71,0x80,0x07,0xb5,0x47,0x18,0x00,0x20, +0x04,0x72,0x90,0x00,0x03,0x99,0x99,0x95,0x61,0x06,0x10,0x05,0x48,0x1a,0xf0,0x0d, +0xc7,0x66,0x07,0xd9,0x78,0x44,0xb0,0x0a,0x08,0x60,0x09,0x00,0xa0,0x02,0xb0,0x90, +0x0a,0x22,0x02,0x79,0x02,0xc9,0x17,0x91,0x90,0x73,0x04,0x40,0xaa,0x02,0x15,0x7a, +0x98,0x08,0x00,0xaa,0x14,0xf0,0x17,0xa0,0x00,0x08,0x12,0x5c,0x54,0x05,0xca,0x36, +0xc6,0xb0,0x08,0x10,0x0a,0x0a,0x00,0x81,0x79,0xd9,0xd4,0x09,0xa1,0x3c,0x60,0x07, +0x81,0x0a,0x1a,0x00,0x00,0x1a,0x50,0x2b,0x20,0x02,0x20,0x00,0x12,0x3f,0x04,0xf1, +0x0c,0x02,0xca,0xd7,0x81,0xa0,0x5c,0xad,0x88,0x1a,0x00,0x90,0xa0,0x81,0xa0,0x28, +0x09,0x00,0x2a,0x03,0x00,0x38,0x06,0x30,0x08,0x99,0xd9,0x93,0x78,0x0a,0x20,0x79, +0x99,0x7f,0x0f,0xf2,0x19,0x80,0x09,0x00,0x04,0x9d,0x80,0x90,0x00,0x00,0x80,0x6e, +0xb7,0x07,0xb9,0xb1,0xa0,0xa0,0x18,0x56,0x7a,0x0a,0x03,0x7b,0x61,0xe2,0xa0,0x79, +0xd9,0x58,0x79,0x00,0x08,0x0a,0x10,0xa7,0x00,0x83,0x70,0x03,0x30,0xb1,0x00,0xf1, +0x17,0x01,0x90,0x03,0xae,0xaa,0xbe,0xa0,0x00,0xd7,0x78,0x90,0x00,0x0c,0x44,0x59, +0x00,0x00,0xc4,0x45,0x90,0x07,0x9d,0x88,0x9d,0x93,0x5c,0xa9,0xb8,0xaa,0x24,0x10, +0x09,0x00,0x20,0x08,0x89,0xd8,0x86,0x1f,0x0d,0xf5,0x16,0x04,0x9c,0x88,0xa9,0xd0, +0x12,0x91,0x81,0x3a,0x06,0xb8,0xc9,0x15,0x30,0x19,0x76,0x8d,0x8d,0x03,0x6b,0x58, +0x73,0xb0,0x79,0xc9,0x91,0xd4,0x00,0x18,0x08,0x4c,0x90,0x01,0x80,0x8b,0x06,0x40, +0xd9,0x00,0xf6,0x19,0x71,0x00,0xa1,0x00,0x07,0x18,0x9d,0x9d,0x04,0xc9,0x85,0xb4, +0xb0,0x08,0x28,0x5b,0x4b,0x00,0x71,0x89,0xc8,0xd0,0x07,0x20,0x1f,0x32,0x01,0xac, +0x17,0xa7,0x80,0x65,0x03,0x98,0x77,0x20,0x00,0xa0,0x59,0xa3,0x0b,0x01,0xf0,0x14, +0x90,0x12,0xa3,0x20,0x09,0x04,0x7c,0x77,0x25,0xd9,0x29,0x97,0x90,0x09,0x12,0xb7, +0x7b,0x00,0x90,0x2a,0x66,0xa0,0x09,0x12,0xa6,0x6b,0x03,0xc9,0xac,0x99,0xd5,0x21, +0x02,0x91,0x57,0x4f,0x16,0x12,0x43,0x2d,0x00,0xf1,0x13,0x0a,0x06,0x50,0x09,0x06, +0xb9,0xd9,0x05,0xd8,0x84,0x84,0x90,0x0a,0x08,0x58,0x58,0x00,0x90,0x78,0x98,0x90, +0x09,0x02,0x97,0x77,0x04,0xc8,0x4a,0x77,0xa0,0x10,0x04,0xa7,0x7a,0xdc,0x06,0xf2, +0x15,0x0c,0xdd,0xc8,0xba,0x30,0x99,0x59,0x08,0x61,0x09,0xaa,0x96,0xd8,0x30,0x9a, +0x5a,0x0b,0x60,0x09,0xa5,0xb9,0x3a,0x31,0x8c,0xce,0xb8,0x94,0x54,0x00,0x36,0x00, +0x07,0x48,0x8a,0xb8,0x84,0xe2,0x15,0x20,0x70,0x0a,0x7b,0x08,0xf1,0x0f,0xa0,0x00, +0x0b,0xab,0x6a,0x00,0x03,0x90,0x73,0xa6,0x00,0x97,0x3b,0x0a,0x78,0x00,0x09,0x90, +0xa0,0x63,0x00,0xb2,0x0a,0x00,0x00,0x96,0x00,0xa0,0x00,0x75,0x69,0x04,0xf3,0x18, +0x01,0x50,0x00,0x00,0x02,0xcb,0x9a,0x00,0x08,0x94,0x09,0x50,0x00,0x00,0xbb,0x70, +0x00,0x1a,0xb5,0x7f,0x99,0x30,0x04,0xb7,0x02,0xb0,0x00,0x60,0x88,0xb1,0x00,0x13, +0x7a,0x70,0x00,0x19,0x63,0x00,0x00,0xf5,0x0a,0x03,0x9d,0x14,0xf4,0x12,0x02,0xaa, +0xaf,0xca,0xa7,0x00,0x01,0xca,0x00,0x00,0x00,0x84,0x93,0x00,0x00,0x3a,0x01,0xb0, +0x00,0x6b,0x00,0x05,0xb2,0x16,0x00,0x00,0x02,0x50,0x09,0xaa,0xca,0xaa,0x20,0x29, +0x00,0xf2,0x08,0x01,0xaa,0xbf,0xca,0xa6,0x00,0x03,0xba,0x00,0x00,0x01,0xc1,0x65, +0x00,0x04,0xc3,0x00,0x97,0x02,0x81,0x00,0x00,0x37,0xbd,0x08,0x0a,0x4d,0x00,0x10, +0xba,0x2d,0x09,0xf1,0x01,0x83,0x00,0x00,0x2d,0x11,0xb0,0x00,0x4c,0x4b,0x15,0xa1, +0x29,0x10,0x25,0x04,0x80,0x2d,0x0d,0x10,0x1b,0x00,0x0d,0x60,0xba,0xea,0xaa,0x00, +0xa0,0x0b,0x37,0x15,0xf1,0x03,0xea,0xaa,0x70,0x00,0x2b,0x90,0x00,0x00,0x1c,0x26, +0x60,0x00,0x6b,0x30,0x08,0xa4,0x15,0x00,0x36,0x06,0x13,0xa0,0x7a,0x14,0x40,0xa9, +0xd9,0xa9,0x60,0x49,0x11,0xf2,0x07,0x03,0xc3,0xb2,0xc7,0x01,0xa0,0x6c,0xc2,0x55, +0x00,0x08,0x4a,0x10,0x00,0x19,0x60,0x1b,0x40,0x2a,0x30,0x00,0x07,0x95,0x09,0xf7, +0x19,0x54,0x02,0x22,0x30,0x07,0x20,0x69,0x9e,0x25,0xda,0x90,0x06,0x50,0x0a,0x09, +0x00,0xb0,0x01,0x81,0x9a,0xae,0xa6,0x2b,0x84,0x00,0xa0,0x00,0x3f,0x20,0x0a,0x00, +0x09,0x6b,0x00,0xa0,0x06,0x60,0x02,0xa8,0x00,0xcf,0x01,0x00,0x2c,0x12,0xf0,0x18, +0x00,0x37,0x20,0x08,0xda,0x2a,0x03,0x80,0x17,0x78,0xc8,0x9e,0x15,0x3a,0x23,0x10, +0x22,0x58,0xa0,0xc9,0x9c,0x00,0x7b,0x19,0x00,0xa0,0x4b,0x23,0xc8,0x8c,0x07,0x20, +0x09,0x11,0xa0,0x04,0xaa,0xaa,0xca,0x3d,0x0d,0xa0,0x00,0x00,0x00,0x93,0x00,0x03, +0xaa,0xad,0xba,0xa8,0x4d,0x12,0x20,0x00,0x00,0x87,0x09,0x00,0x09,0x00,0x22,0x02, +0xab,0x6f,0x0a,0xf6,0x08,0x04,0xaa,0xae,0xaa,0xa0,0x74,0x00,0x00,0x0a,0x01,0x09, +0xaa,0xd7,0x20,0x00,0x00,0x85,0x00,0x05,0xaa,0xae,0xaa,0xa1,0xd6,0x15,0x20,0x2a, +0x80,0x2a,0x09,0x90,0x30,0x00,0x01,0x99,0xda,0x99,0x95,0x00,0x48,0x2f,0x01,0xf3, +0x09,0x19,0x99,0xa0,0x0a,0xa0,0x01,0x92,0x04,0x59,0x79,0xbc,0x98,0x00,0x90,0x04, +0x60,0x00,0x09,0x00,0x36,0x00,0x00,0x90,0x6b,0xa7,0x02,0xf1,0x10,0x20,0x01,0x00, +0x00,0xb8,0x6b,0x5a,0x90,0x0c,0xa5,0xb5,0xa8,0x02,0xd6,0xa8,0x97,0xa0,0x76,0x33, +0x33,0x49,0x13,0x16,0x79,0xd5,0x30,0x68,0x88,0xd9,0x88,0x20,0x56,0x00,0x31,0x08, +0xa0,0x00,0xe5,0x18,0x40,0x11,0x19,0x41,0x10,0x1f,0x05,0x40,0x72,0x00,0x00,0x16, +0x86,0x0c,0x30,0x0b,0x9a,0x71,0xa9,0x15,0x00,0x93,0x01,0x51,0x55,0x06,0xba,0xaa, +0xc1,0xea,0x18,0xf0,0x15,0x89,0x9e,0xa9,0x93,0x0a,0x01,0x50,0x05,0x50,0x20,0x74, +0x00,0x11,0x1a,0xbd,0xaa,0xea,0x60,0x0a,0x40,0x75,0x00,0x00,0x39,0xac,0x00,0x00, +0x04,0xa7,0x6c,0x60,0x08,0x61,0x00,0x07,0x10,0xdb,0x1e,0xe1,0x00,0x77,0x7e,0x87, +0x73,0x09,0x22,0x22,0x26,0x60,0x48,0x99,0x99,0x33,0x3a,0x09,0x60,0x9a,0xd9,0xe9, +0x96,0x00,0x38,0x3e,0x0e,0x63,0x30,0xa0,0x07,0x1a,0x60,0x08,0xb8,0x0e,0x00,0x56, +0x00,0x60,0x0a,0xaa,0xda,0xaa,0x60,0x0a,0xae,0x03,0x80,0x03,0x8a,0xba,0xa3,0x30, +0x00,0x30,0xa0,0x06,0x02,0xf2,0x02,0xa9,0x96,0x00,0x02,0xe0,0xa0,0x00,0x00,0x09, +0x5a,0xb0,0x00,0x00,0x39,0x02,0xba,0xaa,0x1f,0x06,0x01,0x5f,0x00,0xf1,0x0c,0xa9, +0x9d,0x99,0xa2,0x09,0x25,0x04,0x36,0x30,0x5a,0x1b,0x27,0x70,0x03,0x1a,0x39,0x32, +0x00,0x8f,0x98,0x8e,0xa2,0x15,0xa1,0x11,0xa2,0x20,0x23,0x14,0x31,0xb9,0x99,0xd0, +0x54,0x01,0xf1,0x16,0x00,0xa8,0x8b,0x88,0x96,0x06,0x86,0xa6,0x86,0x64,0x8c,0x6c, +0x69,0xa7,0x00,0xaa,0xaa,0xa4,0x00,0x1b,0x77,0x77,0xa0,0x01,0xa6,0x66,0x6a,0x00, +0x09,0xc6,0xbb,0x50,0x08,0x60,0x00,0x38,0x20,0x29,0x00,0xf2,0x14,0xb9,0x9b,0xa9, +0x98,0x06,0x67,0x36,0x74,0x80,0x0c,0x73,0x57,0x90,0x00,0xb4,0x44,0x49,0x00,0x07, +0xc4,0x44,0x30,0x05,0xb8,0x99,0xaa,0x61,0x59,0x45,0x88,0x64,0x00,0x60,0x43,0x6b, +0x37,0x0b,0x00,0x27,0x16,0xf3,0x15,0x88,0x8b,0x88,0xa0,0x67,0x7c,0x7c,0x7a,0x00, +0x37,0xb7,0xb7,0x00,0x07,0x96,0x66,0xc0,0x00,0x79,0x66,0x6c,0x00,0x05,0x89,0x69, +0xb0,0x00,0x08,0x50,0xa9,0x61,0x6a,0x60,0x0a,0x8a,0x10,0x3f,0x0d,0x11,0x20,0xb8, +0x05,0x50,0x7a,0xaa,0xad,0xba,0x20,0x09,0x00,0xb3,0x06,0x40,0x08,0x20,0x00,0x0b, +0x10,0x82,0x00,0x00,0x34,0x1b,0x00,0x35,0x00,0x05,0xbc,0x53,0x02,0xf5,0x16,0x54, +0x05,0xbb,0x80,0x05,0x40,0x10,0x18,0x9a,0xcc,0x42,0x95,0x50,0x05,0x40,0x07,0xc1, +0x72,0x54,0x00,0x1d,0x01,0x95,0x40,0x09,0x95,0x05,0x54,0x05,0x90,0x50,0x05,0x40, +0x20,0x00,0x07,0xb2,0x82,0x02,0x00,0x50,0x0e,0x10,0xa0,0x12,0x0a,0xf3,0x10,0x00, +0xb7,0xc6,0xaa,0xe6,0x0a,0x2b,0x00,0x0a,0x00,0xb6,0xc1,0x90,0xa0,0x6b,0xae,0x08, +0x1a,0x00,0x1a,0xa0,0x11,0xa0,0x2a,0x29,0x00,0x0a,0x04,0x05,0xb0,0x39,0x69,0x01, +0xf5,0x18,0x46,0x02,0x70,0x00,0x94,0x61,0xb9,0x95,0x09,0x48,0xa3,0x8a,0x10,0xab, +0x61,0xaa,0x40,0x00,0x47,0xa7,0x0a,0x05,0xdb,0x99,0x99,0xd8,0x09,0x46,0x64,0x0a, +0x02,0x84,0x60,0x90,0xa0,0x73,0x46,0x01,0x99,0x5e,0x00,0xf0,0x3b,0x03,0x45,0x85, +0x00,0xa0,0x1b,0x5c,0x60,0x0a,0x05,0xab,0xd9,0x11,0xb0,0x07,0x17,0x18,0x8d,0x42, +0xab,0xc6,0x70,0xa0,0x00,0x90,0x07,0x3a,0x00,0x8d,0x94,0x14,0xa0,0x03,0xb7,0x80, +0x0a,0x04,0x75,0x20,0x29,0x80,0x10,0x01,0x30,0x40,0x01,0xa3,0x7b,0x9a,0x71,0x46, +0x08,0x67,0x65,0x02,0xa0,0xb9,0x9a,0x70,0x0a,0x3a,0x77,0x96,0x05,0x25,0x88,0x89, +0x82,0x58,0x88,0x8a,0xb8,0x10,0x0a,0x94,0x02,0x36,0x23,0x4a,0x40,0xc5,0x18,0xf1, +0x08,0x02,0x40,0xb0,0x51,0x00,0x74,0x0b,0x03,0x80,0x0b,0x00,0xb0,0x0b,0x02,0xa0, +0x0b,0x00,0x65,0x62,0x00,0xb0,0x02,0x90,0xff,0x03,0x10,0x4a,0xf3,0x01,0x30,0xba, +0xaa,0xaa,0x1b,0x03,0x30,0xa0,0x09,0x10,0x60,0x0a,0x60,0xac,0xba,0x70,0x0a,0x00, +0x1a,0x3e,0x00,0xf2,0x2a,0x92,0x00,0x56,0x00,0x01,0xb3,0x08,0x00,0x00,0x01,0x94, +0x0a,0x99,0x99,0xb6,0x00,0xa8,0x88,0x8a,0x60,0x0a,0x22,0x22,0x22,0x00,0xb8,0x88, +0x88,0xd0,0x09,0x39,0x8a,0x0a,0x00,0x94,0x40,0x90,0xa0,0x63,0x4a,0x89,0x0a,0x05, +0x00,0x00,0x49,0x80,0x0a,0x99,0x99,0x9c,0x00,0xa9,0x99,0x99,0xc0,0x0a,0x15,0x02, +0x31,0xd9,0x94,0x0a,0x92,0x14,0xb0,0xc9,0x99,0xb0,0x37,0x46,0x00,0x0a,0x07,0x14, +0xc9,0x99,0x92,0x00,0x00,0xb0,0x0b,0xf1,0x10,0x99,0x9d,0x00,0xb9,0x99,0x99,0xd0, +0x0a,0x06,0x30,0x81,0x00,0xa6,0x9b,0x8d,0x82,0x0a,0x01,0x80,0xa0,0x00,0xa9,0xbc, +0x9d,0x94,0x46,0x0b,0x10,0xa0,0x07,0x1a,0xd8,0x06,0x09,0x29,0x00,0xf6,0x10,0x16, +0x41,0xa1,0x00,0xa5,0xa9,0x7c,0x71,0x0a,0x9b,0xb9,0xd9,0x40,0xa0,0xa0,0x94,0x80, +0x46,0x1b,0x56,0xc5,0x05,0x03,0x73,0x00,0x54,0x08,0xaa,0xaa,0xaa,0x30,0xf0,0x19, +0x08,0x09,0x00,0x51,0x3a,0xaa,0xeb,0xaa,0x70,0xf6,0x0a,0x00,0x24,0x0a,0x51,0x5a, +0xcc,0xaa,0xaa,0x10,0x07,0x04,0x60,0xca,0xaa,0xa9,0x00,0x45,0x02,0xfc,0x19,0xf0, +0x22,0x27,0x00,0x08,0x50,0x02,0x70,0x00,0x51,0xaa,0xbd,0xaa,0x20,0x00,0x30,0x00, +0x50,0x00,0x48,0xa5,0x6c,0x51,0x03,0x44,0xc4,0x44,0x10,0x39,0xbc,0x99,0x80,0x17, +0x7a,0xa7,0x77,0x40,0x35,0xc3,0x33,0x32,0x03,0xc8,0x9d,0x99,0x02,0xa8,0x88,0xd8, +0x85,0x00,0xe9,0x16,0x40,0x9a,0xaa,0xaa,0x90,0x6b,0x0b,0x00,0xd6,0x17,0x30,0xaa, +0xaa,0xaa,0x22,0x05,0xf2,0x22,0x10,0xa0,0x00,0x00,0x07,0xa0,0x00,0x00,0x29,0x6b, +0xaa,0xaa,0xb2,0x03,0x20,0x00,0x60,0x00,0x16,0xa9,0xc3,0x00,0x19,0xad,0x37,0xa2, +0x06,0x99,0xe9,0x99,0x92,0x00,0xb1,0x40,0x00,0x01,0xbd,0x9d,0x9a,0x70,0x64,0x80, +0xa0,0x28,0x00,0x28,0x0a,0x29,0x50,0xa4,0x00,0xf1,0x14,0x96,0x29,0x44,0x02,0xae, +0xdb,0xec,0xc7,0x01,0x86,0x29,0x44,0x20,0xa1,0x38,0x61,0x85,0x0d,0xbb,0xbb,0xbb, +0x70,0x88,0x8c,0x88,0x76,0x02,0x70,0xa0,0x0a,0x00,0x27,0x0a,0x18,0x80,0x29,0x00, +0xf0,0x16,0x17,0x0a,0x04,0x50,0x5c,0x5c,0x5b,0x62,0xc5,0x55,0x55,0x85,0x89,0x77, +0x7c,0x34,0x0a,0x77,0x7d,0x00,0x02,0x2b,0x22,0x00,0x6a,0x8d,0x88,0xc0,0x63,0x0a, +0x08,0xa0,0x00,0x0a,0x01,0x00,0x04,0x4a,0x13,0xf0,0x16,0x45,0x0d,0x88,0xa5,0x7b, +0xb7,0xa6,0x67,0x58,0x45,0x8a,0x88,0x85,0x84,0x58,0x88,0x8a,0x18,0x45,0x8b,0x77, +0xb1,0x74,0x94,0xa5,0x5a,0x10,0x45,0x0a,0x33,0x91,0x04,0x50,0xb8,0x8c,0x10,0x05, +0x5e,0x01,0xf3,0x14,0x54,0x00,0xaa,0xa1,0x6b,0xb6,0x7d,0x77,0x08,0x54,0x78,0x11, +0xa0,0x85,0x47,0xb7,0x7c,0x08,0x54,0x7b,0x66,0xc0,0x65,0x83,0xc9,0x9d,0x00,0x54, +0x07,0x14,0x30,0x05,0x46,0x40,0x09,0x52,0x00,0xf0,0x45,0x28,0x88,0x83,0x7a,0xa6, +0x97,0x7a,0x08,0x45,0x8a,0x88,0xc0,0x84,0x58,0x33,0x33,0x18,0x45,0xb9,0xb6,0x94, +0x74,0x97,0xbc,0x8b,0x40,0x45,0x25,0x80,0x54,0x04,0x52,0xb8,0x8b,0x40,0x00,0x18, +0x02,0x70,0x01,0x89,0xc8,0x9c,0x85,0x02,0x96,0x66,0x68,0x00,0x3a,0x66,0x66,0xa0, +0x02,0x8a,0x76,0x67,0x03,0xab,0xeb,0xbb,0xa7,0x18,0xd9,0xb8,0xcb,0x51,0x2a,0x0a, +0x04,0x63,0x00,0xa0,0xa1,0x93,0x00,0x08,0xaa,0xda,0xaa,0x20,0x06,0x0a,0x02,0x19, +0x12,0x53,0x92,0x00,0x03,0x1a,0x04,0x4e,0x06,0x09,0xbe,0x01,0x00,0x5f,0x0d,0xf3, +0x13,0xaa,0xab,0xca,0xa5,0x0a,0x27,0x77,0x74,0x00,0xa0,0x33,0x3a,0x10,0x0a,0x01, +0x8e,0x20,0x00,0xa8,0x99,0xd9,0xd3,0x18,0x00,0x0a,0x28,0x05,0x40,0x00,0xa0,0x00, +0x80,0x05,0x98,0x38,0x03,0x00,0x4d,0x04,0xf4,0x3d,0x89,0x9d,0xb9,0x94,0x0a,0x08, +0x00,0x80,0x00,0xa8,0xd8,0x8d,0x83,0x0a,0x09,0x77,0xc0,0x00,0xa7,0x88,0x88,0x50, +0x28,0x08,0x52,0xb2,0x06,0x43,0x6d,0xd8,0x41,0x31,0x52,0x00,0x15,0x30,0x00,0x00, +0x51,0x00,0x00,0xa9,0x9a,0xb9,0x94,0x0a,0x48,0x23,0x70,0x00,0x95,0x96,0x0c,0x95, +0x09,0xb8,0x8d,0x97,0x10,0x98,0x95,0xa7,0x80,0x18,0x85,0x58,0x58,0x05,0x48,0x83, +0x88,0x90,0x70,0x80,0x7b,0x32,0x4c,0x09,0x70,0x26,0x24,0x9c,0x29,0x9c,0x40,0x06, +0x6d,0x00,0xf4,0x0c,0xd9,0x29,0x0d,0x84,0x01,0x72,0x90,0xa0,0x00,0x9a,0x09,0x0a, +0x00,0x07,0x90,0xc9,0xc9,0x60,0x8d,0x40,0x00,0x00,0x48,0x19,0xaa,0xaa,0x71,0x34, +0x10,0xf1,0x15,0x03,0x9d,0x38,0xd8,0x90,0x05,0x57,0x7d,0x7c,0x30,0xc9,0x48,0xd8, +0xc0,0x00,0x92,0x3b,0x33,0x01,0x89,0x24,0xc4,0x40,0x09,0x58,0x8d,0x88,0x30,0x87, +0x20,0x00,0x00,0x64,0x07,0xaa,0x99,0x25,0x06,0xf5,0x14,0x4a,0xda,0xac,0xba,0x00, +0x09,0x10,0x64,0x00,0x00,0x91,0x06,0x40,0x07,0xad,0xaa,0xcb,0xa2,0x00,0xb0,0x06, +0x40,0x00,0x1a,0x00,0x64,0x00,0x0a,0x40,0x06,0x40,0x06,0x60,0x00,0x64,0x65,0x12, +0x10,0x37,0x14,0x01,0x60,0x81,0x2a,0xaa,0xad,0xaa,0x70,0xba,0x04,0xf0,0x09,0x09, +0xbb,0xa6,0x40,0x00,0x05,0x50,0x36,0x00,0x00,0x55,0x00,0xa0,0x30,0x18,0xba,0x39, +0x19,0x19,0x52,0x00,0x2b,0x80,0x00,0x21,0x0e,0x30,0x99,0xc0,0x0a,0x1f,0x0e,0x40, +0x0b,0x99,0x80,0x0a,0x24,0x0e,0x31,0x1a,0x99,0xd0,0x10,0x00,0x01,0x04,0x00,0x21, +0xab,0x50,0x55,0x01,0x70,0x39,0x9d,0x39,0x9d,0x00,0x99,0xd1,0x1a,0x00,0xf4,0x0a, +0x37,0x00,0x01,0xc9,0xa4,0xb9,0xa1,0x09,0x3a,0x19,0x29,0x00,0x09,0xc0,0x19,0xc0, +0x4a,0x6b,0x4a,0x5a,0x00,0x19,0x80,0x38,0x90,0x8b,0x04,0xf1,0x16,0x00,0x06,0x9d, +0x18,0x25,0x10,0x00,0x86,0xb7,0x9b,0x07,0x99,0x22,0x90,0x20,0x90,0x06,0xad,0x8c, +0x08,0xbd,0x82,0xa0,0x90,0x00,0x94,0x8d,0x99,0x00,0x0a,0x00,0xa1,0xb0,0x09,0xa7, +0xaa,0x9a,0xd0,0x00,0xf6,0x14,0x69,0xba,0x78,0xbb,0x00,0x1a,0x77,0x69,0x90,0x87, +0x56,0x8a,0x8a,0x09,0x00,0x79,0xb8,0xc0,0x59,0xb7,0x69,0x5b,0x00,0x09,0x25,0xa6, +0x50,0x00,0x98,0x9c,0x99,0x32,0xa6,0x00,0x71,0xe2,0x04,0xf6,0x15,0x06,0xd9,0xd9, +0x08,0x50,0x09,0x08,0x19,0x40,0x00,0x90,0x81,0x00,0x90,0x7d,0x9d,0xa2,0xb3,0x00, +0xa0,0x81,0x71,0x11,0x0a,0x08,0x10,0x0b,0x14,0x80,0x81,0x2b,0x30,0x91,0x08,0x3a, +0x10,0x2e,0x00,0xf0,0x14,0xee,0xec,0x06,0x80,0x39,0x44,0xb8,0x60,0x00,0x4a,0x43, +0x00,0x80,0x59,0x99,0x92,0xa3,0x02,0xa5,0x5a,0x51,0x11,0x19,0xc9,0x50,0x0b,0x13, +0x78,0x46,0x1a,0x30,0x53,0xb0,0x5a,0x20,0x71,0x0a,0xf0,0x03,0x80,0x00,0x0a,0x42, +0x9a,0xd9,0x50,0x24,0x51,0x01,0x80,0x00,0x02,0xb7,0x9a,0xd9,0x90,0x2c,0xe5,0x0d, +0xd0,0x23,0x86,0x99,0x9d,0x90,0x01,0x80,0x91,0x0a,0x00,0x01,0x80,0x28,0x05,0x00, +0x22,0x01,0x99,0xf8,0x0d,0xf0,0x40,0xa2,0xa9,0x99,0xa0,0x62,0x5a,0x88,0x8a,0x00, +0x94,0xa0,0x00,0xa0,0x7e,0x1a,0x9a,0x98,0x04,0x91,0xa0,0x91,0x90,0x08,0x1a,0x05, +0xb2,0x00,0x81,0xa2,0x3b,0x40,0x08,0x1b,0x93,0x09,0x30,0x01,0x30,0x12,0x00,0x01, +0xa1,0x19,0x16,0x10,0x62,0x6d,0x9a,0x60,0x00,0xa3,0x5a,0x37,0x80,0x8e,0x18,0xd6, +0x48,0x11,0x90,0x7c,0x8b,0x50,0x09,0x56,0xa5,0xb0,0x00,0x90,0x18,0xe8,0x10,0x09, +0x5b,0x50,0x3a,0x30,0x01,0x30,0xf8,0x1e,0xf0,0x05,0x99,0x99,0x92,0x72,0x67,0x3a, +0x38,0x00,0xb2,0xa4,0x69,0x10,0xac,0x05,0x49,0x29,0x00,0x90,0x89,0x99,0xf4,0x1a, +0x03,0x1a,0x0c,0xf2,0x6f,0x59,0x9d,0x99,0x30,0x00,0x10,0x20,0x10,0x00,0x92,0x38, +0x0a,0x10,0x84,0x38,0x91,0xe2,0x00,0x97,0x83,0xd3,0xa2,0x8e,0x22,0x09,0x00,0x01, +0x90,0xa0,0xa9,0x80,0x09,0x0d,0x19,0x00,0x00,0x93,0x8a,0xa0,0x00,0x09,0x70,0x3a, +0x99,0x20,0x02,0x22,0x30,0x00,0x01,0xa0,0xaa,0x88,0x82,0x72,0x9c,0x76,0x65,0x00, +0xb2,0x97,0x77,0xa0,0xac,0x08,0x76,0x6a,0x00,0x90,0x1d,0x77,0x40,0x09,0x29,0xa1, +0xa3,0x00,0x91,0x17,0xf9,0x00,0x09,0x4c,0x71,0x5b,0x30,0x03,0x20,0x02,0x45,0x01, +0x90,0xc8,0x7b,0x10,0x52,0x5d,0x89,0xc8,0x30,0xb1,0x90,0x27,0x00,0x8d,0x09,0xb9, +0x9c,0x01,0x90,0x9b,0x77,0xc0,0x09,0x18,0xb6,0x6b,0x00,0x94,0x5b,0x77,0xc0,0x09, +0x52,0xa0,0x09,0x88,0x13,0xf0,0x09,0x30,0x80,0x80,0x01,0xa2,0x28,0x4a,0x00,0x73, +0x74,0x87,0xc7,0x40,0xa4,0x88,0x8a,0x64,0x7e,0x37,0x79,0xa9,0x11,0x90,0xb9,0x60, +0x1a,0xb6,0x39,0x58,0x00,0x93,0x74,0x7a,0xa0,0x09,0x71,0x07,0x23,0x49,0x0c,0xf5, +0x19,0x45,0x11,0xb1,0x10,0x2a,0x29,0x9d,0x99,0x38,0x14,0x79,0xc8,0x80,0x08,0x38, +0x70,0x79,0x05,0xf0,0x89,0x79,0x90,0x69,0x38,0x89,0x88,0x30,0x90,0x01,0x90,0x20, +0x09,0x37,0x84,0x2a,0x00,0x96,0x0a,0x8a,0x32,0x00,0x1d,0xf1,0x0e,0x5a,0x87,0xae, +0xaa,0x08,0xa4,0x00,0xa0,0xa0,0x3a,0x2a,0xad,0xae,0x40,0xa0,0x05,0xe2,0x00,0x0a, +0x00,0xa2,0xa0,0x00,0xa0,0x58,0x09,0x70,0x0a,0x49,0x57,0x21,0x00,0x40,0x18,0xf0, +0x2b,0x00,0x00,0x00,0x1e,0x99,0x99,0x70,0x1b,0x1a,0x1a,0x0a,0x02,0x28,0x54,0x60, +0xa0,0x07,0x53,0xa0,0x28,0x00,0x00,0x63,0x48,0x10,0x06,0x70,0x91,0x15,0x04,0x5a, +0x01,0x35,0x91,0x40,0x79,0x99,0x82,0x20,0x00,0x03,0x20,0x00,0x00,0x06,0x80,0x2a, +0x20,0x06,0xb9,0x88,0x8a,0x20,0x0a,0x88,0x88,0x70,0x00,0xd5,0x01,0xf0,0x05,0x08, +0x9b,0x88,0x50,0x01,0x12,0xb5,0x02,0x00,0xa6,0x40,0x62,0x75,0x17,0x3b,0x99,0xb2, +0x70,0x00,0x53,0x3e,0x17,0xf2,0x13,0x88,0xd0,0x00,0x5f,0x98,0xac,0x80,0x01,0x13, +0x33,0x3a,0x10,0x03,0x55,0x55,0xb1,0x00,0x78,0x99,0x8a,0x10,0x00,0x22,0x90,0x23, +0x04,0x7a,0x07,0x25,0xb0,0x70,0x79,0x99,0x65,0x57,0x02,0xf3,0x19,0x43,0x08,0x10, +0x00,0x04,0x30,0x90,0x00,0x00,0x9a,0x9d,0x9a,0x94,0x2a,0x92,0x90,0x90,0x04,0x73, +0x27,0x98,0x72,0x04,0x37,0x66,0x99,0x00,0x45,0x90,0x4d,0x10,0x04,0x61,0x0a,0x38, +0x00,0x43,0x0a,0x20,0x65,0x04,0x01,0xf2,0x40,0x61,0x00,0x00,0x0a,0x8b,0x88,0x80, +0x00,0xc7,0x77,0x7a,0x00,0x0b,0x33,0x33,0xa0,0x00,0xb4,0x44,0x4a,0x00,0x08,0x8c, +0x88,0x60,0x02,0x21,0x75,0x05,0x10,0xb6,0x40,0x62,0x58,0x24,0x3b,0x99,0xb2,0x40, +0x09,0x01,0x1b,0x11,0x00,0x91,0x88,0xd8,0x82,0x4b,0x86,0x7d,0x77,0x07,0x93,0x88, +0xc8,0x84,0x49,0x05,0x88,0x88,0x00,0x90,0x95,0x55,0xb0,0x09,0x09,0x33,0x3b,0x00, +0x90,0x98,0x77,0xc0,0x09,0x09,0x00,0x79,0xac,0x04,0xf4,0x14,0x69,0xa9,0x9b,0x81, +0x06,0x8c,0x67,0xc6,0x40,0x28,0x88,0x88,0x51,0x00,0xc6,0x66,0x78,0x00,0x0c,0x77, +0x78,0x80,0x00,0x00,0xb0,0x01,0x00,0x84,0x83,0x63,0x91,0x07,0x0b,0x99,0x81,0xf5, +0x0c,0xf1,0x17,0xa7,0x40,0x08,0x88,0x8d,0x9c,0x40,0xa6,0x77,0x90,0x60,0x0a,0x57, +0x66,0x85,0x01,0x99,0x18,0x3d,0x04,0x74,0x45,0x59,0x6a,0x51,0x03,0x1a,0x00,0x10, +0x0a,0x90,0x53,0x5b,0x04,0x37,0x98,0x88,0x32,0x2b,0x00,0xf1,0x19,0x37,0x20,0xa0, +0x60,0x0a,0x1c,0x0c,0xa5,0x04,0x98,0x84,0xa1,0x52,0x0e,0xef,0x07,0x7a,0x00,0xb5, +0xb0,0xd8,0x30,0x0a,0x2a,0x0a,0x05,0x40,0x52,0x65,0x58,0x90,0x28,0x80,0x81,0x3a, +0x15,0x17,0x88,0x95,0x33,0x0f,0x02,0xf5,0x15,0x91,0x8d,0xcc,0x80,0x6a,0x88,0x76, +0x68,0x07,0x94,0x88,0x88,0x80,0x49,0x0b,0xa4,0xab,0x00,0x91,0x99,0x99,0x60,0x09, +0x02,0xa1,0x93,0x00,0x90,0x08,0xea,0x00,0x09,0x4b,0x62,0x6c,0x10,0xfb,0x09,0xf3, +0x14,0xb9,0xab,0xaa,0x85,0x09,0x65,0xc7,0xb6,0x10,0xbe,0x9d,0x6c,0x60,0x0b,0x91, +0xa6,0xb6,0x00,0x89,0x0b,0x6a,0x62,0x27,0x00,0x49,0x01,0x06,0x49,0x55,0x34,0xa0, +0x83,0x34,0xa8,0xa3,0xb0,0x00,0xf0,0x09,0x37,0xa2,0x00,0x00,0x02,0x81,0xa0,0x0c, +0xaa,0xbd,0xaa,0x50,0xa0,0x00,0xa0,0x50,0x0c,0x9d,0x0b,0x38,0x00,0xa0,0xa0,0xba, +0x08,0x1d,0xb3,0x70,0x33,0x87,0x67,0xaa,0x18,0x72,0x05,0x70,0x6c,0x30,0xd9,0x07, +0xf2,0x16,0x48,0x00,0x55,0x55,0xc5,0x95,0x16,0x66,0x6d,0x76,0x40,0x69,0x94,0x91, +0x71,0x09,0x02,0x77,0x4a,0x00,0xa9,0xa7,0x4d,0x20,0x00,0x00,0x14,0xc0,0x41,0x8b, +0xaa,0xcb,0x19,0x03,0x01,0xa0,0x2c,0x4b,0x09,0xf8,0x19,0x16,0x51,0x93,0x60,0x08, +0xba,0x79,0x17,0x32,0x8b,0xa8,0xc9,0x96,0x03,0x47,0x07,0x42,0x10,0xc9,0xc8,0x55, +0xa0,0x2c,0x7b,0x62,0xa7,0x00,0x86,0xb6,0x0e,0x13,0x08,0x8c,0x87,0xc1,0x80,0x80, +0x05,0x71,0xb7,0x2d,0x0c,0xf3,0x18,0x09,0x50,0x00,0x0c,0x73,0x95,0x60,0xc8,0xb8, +0x99,0x25,0x09,0x6c,0x78,0xd7,0x50,0xa7,0xaa,0x49,0x27,0x08,0x76,0x72,0x7b,0x11, +0x79,0x68,0x35,0x92,0x44,0x44,0x81,0xba,0x85,0x38,0x88,0xa2,0x79,0x00,0x4f,0x21, +0x50,0x10,0x03,0x89,0x98,0x30,0x1a,0x08,0xf1,0x02,0x09,0xa9,0x99,0xd1,0x09,0x00, +0x00,0x91,0x0b,0xaa,0xaa,0xd1,0x0a,0x00,0x00,0x40,0x37,0xb2,0x0f,0x03,0x01,0x00, +0xf6,0x14,0x7a,0xa3,0x8a,0xa2,0x0b,0x10,0x29,0x00,0x00,0xd8,0xd2,0xa4,0x42,0x0a, +0x0a,0x2b,0x5c,0x30,0xd9,0x93,0x70,0xa0,0x19,0x00,0x55,0x0a,0x04,0x60,0x0a,0x10, +0xa0,0x71,0x02,0x90,0x0a,0x94,0x06,0x40,0x79,0x9d,0x99,0x80,0xaf,0x13,0x00,0xbe, +0x08,0xf4,0x08,0x80,0x0a,0x78,0x87,0x8a,0x00,0xa5,0x29,0x44,0x80,0x0a,0x07,0xa0, +0x6b,0x04,0x79,0x7a,0x88,0xa0,0x72,0x06,0x90,0x4b,0xc5,0x17,0x61,0x44,0x00,0x59, +0x9d,0x85,0x10,0x9d,0x0c,0x70,0x7a,0xad,0xaa,0xa2,0x00,0x00,0x91,0xb8,0x0c,0x17, +0xaa,0xb8,0x0c,0x12,0x4a,0x37,0x09,0x03,0x23,0x07,0x54,0x0c,0xce,0xc7,0x3a,0xe9, +0x7c,0x20,0x63,0xb6,0x00,0xa0,0x03,0xbd,0x30,0x85,0x03,0x00,0x12,0x00,0x43,0x09, +0x70,0x1a,0xc0,0x6b,0x15,0xfb,0x17,0x92,0x40,0x00,0x72,0x08,0x1b,0x20,0x7c,0xa2, +0x85,0x67,0x00,0x72,0x6b,0x95,0x30,0x08,0x72,0x47,0x55,0x09,0xd7,0x01,0xaa,0x00, +0x07,0x20,0x0e,0x21,0x00,0x72,0x1a,0xa6,0x73,0x4b,0x07,0x10,0x9b,0x3d,0x10,0xf0, +0x06,0x10,0x07,0x10,0x06,0xda,0x6a,0xaa,0xa2,0x08,0x10,0x60,0x16,0x00,0x99,0x1a, +0x04,0x60,0x6c,0x30,0x81,0x72,0x0c,0x18,0xa3,0x00,0x08,0x18,0x88,0xd8,0x43,0xc1, +0x11,0x11,0x10,0xaa,0x18,0x00,0x32,0x00,0x61,0x6b,0xaa,0xa3,0x7d,0xa8,0x30,0x09, +0x00,0xc0,0xa0,0x09,0x89,0x30,0x09,0x08,0xc3,0x6b,0x99,0xa0,0x08,0x16,0x12,0x00, +0x82,0x64,0x11,0x10,0x5b,0x03,0x99,0x99,0x50,0x2d,0x00,0xf2,0x17,0x0b,0x00,0x00, +0x81,0x04,0xa8,0x00,0x8d,0xb3,0xb0,0x84,0x00,0x82,0xcb,0x9a,0xc2,0x09,0x82,0x00, +0x00,0x07,0xd4,0x4b,0x9a,0x70,0x08,0x14,0x50,0x37,0x00,0x81,0x4b,0x9a,0x70,0x4c, +0x04,0x50,0x37,0xb9,0x00,0xf2,0x18,0x10,0x09,0x00,0x00,0x71,0x39,0xd9,0x80,0x7d, +0xc1,0x0a,0x00,0x00,0x71,0x79,0xd9,0x93,0x08,0x80,0x00,0x72,0x07,0xc4,0x79,0x9c, +0xa2,0x07,0x10,0x90,0x72,0x00,0x71,0x07,0x27,0x20,0x3b,0x00,0x06,0xb1,0x87,0x00, +0xf4,0x18,0x13,0x60,0x01,0x00,0x81,0x3a,0x9b,0x50,0x7d,0xa5,0x91,0x03,0x20,0x81, +0x1c,0x88,0xb2,0x08,0x51,0x12,0x21,0x07,0xd7,0x5b,0x88,0xd0,0x08,0x13,0xa7,0x7c, +0x00,0x81,0x3b,0x77,0xc0,0x4b,0x03,0x60,0x0a,0xe2,0x00,0xf2,0x16,0x91,0x00,0x08, +0x15,0x8b,0xb8,0x47,0xda,0xb3,0x83,0x48,0x08,0x13,0x1a,0x00,0x30,0x84,0xad,0xaa, +0xd6,0x6d,0x92,0xb0,0x47,0x02,0x81,0x1a,0x7b,0x10,0x08,0x10,0x1c,0xc4,0x04,0xb0, +0x79,0x20,0xdd,0x16,0x02,0x95,0x08,0x81,0xa9,0x99,0x90,0x6d,0x8a,0x49,0x98,0x00, +0x19,0x12,0xf6,0x07,0x4a,0xbc,0xd9,0x18,0xe5,0xa4,0x68,0x80,0x0a,0x0a,0x46,0x64, +0x00,0xa0,0x94,0x75,0xa0,0x3b,0x26,0x8a,0x35,0x20,0xb5,0x00,0xf6,0x14,0x68,0xd8, +0x83,0x5c,0x93,0x7c,0x79,0x00,0x71,0x78,0xd8,0xd5,0x1a,0xb1,0x2b,0x2a,0x06,0xb2, +0x47,0xc6,0x60,0x07,0x18,0x39,0x88,0x00,0x72,0xa9,0xa0,0x00,0x3b,0x54,0x3a,0x89, +0x40,0x3c,0x01,0xf0,0x12,0x38,0x88,0xb0,0x5c,0x92,0x66,0x6a,0x00,0x81,0x48,0x88, +0x60,0x0a,0x9c,0x8c,0x8a,0x67,0xc2,0x88,0xc8,0x93,0x08,0x15,0x49,0x09,0x00,0x81, +0x54,0x94,0x90,0x4b,0x00,0x09,0x29,0x00,0xf1,0x0e,0x09,0x80,0x00,0x81,0x01,0x98, +0x10,0x6d,0xa4,0x99,0x8a,0x50,0x81,0x00,0x98,0x00,0x08,0x54,0x99,0x89,0x48,0xd7, +0x11,0x98,0x10,0x08,0x14,0x89,0x89,0x12,0x00,0xf0,0x1c,0x3b,0x00,0x09,0x80,0x00, +0x07,0x11,0x34,0x78,0x00,0x71,0x78,0x73,0x10,0x6c,0xa7,0x09,0x09,0x10,0x71,0x54, +0x91,0x90,0x08,0x60,0x17,0x22,0x07,0xc4,0x7a,0xfd,0x93,0x07,0x10,0x9b,0x92,0x00, +0x72,0xa4,0x91,0xb3,0x3b,0x02,0x7f,0x11,0x20,0x10,0x09,0xae,0x01,0xf7,0x12,0xdc, +0xb3,0x5d,0xa0,0x80,0x44,0x00,0x81,0x6a,0x9d,0x84,0x08,0x71,0x29,0x11,0x07,0xd4, +0x8d,0x9a,0xb5,0x08,0x12,0xc0,0x92,0x00,0x81,0x04,0xdd,0x10,0x3b,0x09,0x94,0x3a, +0xd5,0x00,0xf0,0x09,0x69,0xda,0x96,0x5c,0xa9,0x33,0x31,0xa0,0x71,0x2b,0x16,0x80, +0x07,0x66,0x20,0x04,0x26,0xd6,0x39,0xd9,0x90,0x07,0x10,0x0a,0x95,0x11,0x40,0xa0, +0x00,0x3b,0x09,0x3d,0x04,0xf0,0x17,0x10,0x92,0x60,0x00,0x91,0x1b,0x0a,0x00,0x7d, +0xa9,0xda,0xda,0x30,0x94,0xd9,0x3b,0x30,0x0a,0xa4,0xa5,0xc5,0x16,0xb1,0x3c,0x9d, +0x92,0x09,0x13,0x70,0xa0,0x00,0x91,0x3c,0x9d,0x95,0x4c,0x03,0x70,0xd1,0x00,0xd0, +0xa0,0x09,0x00,0x81,0x4c,0x56,0xb4,0x5c,0xa5,0xc5,0x6b,0x40,0x81,0x0c,0x01,0xf6, +0x07,0x77,0xac,0xba,0x67,0xe6,0x62,0x74,0x36,0x08,0x16,0xac,0xba,0x60,0x81,0x6a, +0xcb,0xa6,0x3b,0x06,0x10,0x03,0x60,0x27,0x01,0x70,0x5a,0x88,0xc0,0x6d,0xa6,0x86, +0x6b,0x30,0x01,0xf1,0x0a,0x90,0x09,0x87,0x8a,0x88,0x37,0xd4,0x23,0x90,0x00,0x08, +0x17,0x59,0x88,0x00,0x81,0x98,0xa0,0x00,0x4b,0x44,0x1a,0x89,0x50,0x00,0xcf,0x12, +0xf3,0x17,0x57,0xa8,0x00,0xa0,0x36,0x94,0x00,0x5d,0x86,0x6a,0x86,0x10,0xa0,0x23, +0x75,0x20,0x0a,0x58,0x87,0x7b,0x08,0xe4,0xa0,0x63,0x80,0x0a,0x0a,0x98,0x7c,0x00, +0xa0,0xa9,0xca,0xc0,0x3b,0x0a,0x00,0x08,0x1c,0x03,0x00,0x51,0x33,0xf3,0x13,0x2b, +0x77,0xb0,0x5b,0x93,0xa6,0x6b,0x00,0x72,0x18,0x77,0x70,0x07,0x87,0xb8,0x88,0x48, +0xc5,0x5d,0x99,0x91,0x07,0x39,0x63,0x97,0x20,0x72,0x38,0x64,0x90,0x4b,0x17,0x18, +0x7a,0x90,0x02,0xf2,0x18,0x66,0x20,0x00,0x71,0x0a,0x6b,0x00,0x5d,0xa9,0xca,0xc8, +0x00,0x71,0x45,0x44,0x80,0x08,0x92,0xa3,0x79,0x06,0xc3,0x27,0x72,0x90,0x07,0x18, +0x8e,0xb8,0x50,0x71,0x05,0x69,0x10,0x3b,0x19,0x70,0x18,0x50,0x5a,0x00,0xf0,0x17, +0x0a,0x21,0x00,0x72,0x09,0x88,0xb0,0x5c,0xa8,0x38,0x91,0x00,0x72,0x1b,0x81,0x00, +0x09,0xa6,0xe8,0x88,0x07,0xc3,0x62,0x90,0x00,0x07,0x28,0x8d,0x98,0x30,0x72,0x52, +0x90,0x80,0x3b,0x13,0x99,0x9d,0x83,0x00,0xf0,0x14,0x35,0x00,0x72,0x78,0xa5,0x60, +0x4c,0xa4,0x58,0x19,0x00,0x72,0x3c,0x9a,0xa2,0x07,0x98,0x09,0x00,0x06,0xc5,0x88, +0xd8,0x85,0x07,0x24,0x09,0x04,0x00,0x72,0x98,0xd8,0xd0,0x3b,0x00,0xf6,0x06,0x00, +0x65,0x23,0xf2,0x15,0x81,0x9d,0xae,0xa2,0x5c,0xa5,0xaa,0xa8,0x00,0x81,0x74,0x33, +0xa0,0x08,0x58,0x87,0x7b,0x05,0xc6,0x47,0xc7,0x50,0x08,0x28,0x9e,0xa8,0x20,0x81, +0x09,0x3a,0x00,0x4b,0x1b,0x50,0x2a,0x20,0xa4,0x0e,0xf4,0x16,0x02,0x20,0x00,0x90, +0x8c,0x3a,0x50,0x5d,0x69,0x80,0x69,0x20,0x94,0xd9,0x48,0xd5,0x0a,0x63,0xa7,0x19, +0x06,0xd1,0x94,0x73,0x81,0x09,0x19,0xb7,0x5a,0x00,0x90,0x09,0x0c,0x70,0x3a,0x06, +0x89,0xd9,0x00,0xf3,0x17,0x14,0x8b,0x00,0x71,0x69,0xc4,0x70,0x6c,0xa1,0x89,0x46, +0x00,0x83,0x7b,0xfd,0x84,0x09,0x96,0x89,0x28,0x27,0xc3,0x88,0xb8,0xb2,0x07,0x16, +0x8c,0x6c,0x00,0x71,0x65,0xa2,0xa0,0x3b,0x06,0x97,0x7c,0x2f,0x01,0xf2,0x12,0x78, +0xcc,0x88,0x5c,0xa6,0x7b,0xa7,0x50,0x72,0x38,0xba,0x82,0x09,0xa7,0x8a,0xa8,0x56, +0xb3,0x29,0x45,0x91,0x07,0x23,0x59,0x85,0x20,0x72,0x78,0xba,0x86,0x3b,0x00,0x05, +0x09,0x06,0x00,0x31,0x05,0xf4,0x14,0x05,0xbd,0xa4,0xab,0x30,0x57,0xba,0x85,0x6a, +0x26,0x9c,0x93,0xa9,0x20,0x47,0xa9,0x67,0x89,0x22,0x66,0x7b,0x65,0x20,0x07,0x78, +0xc7,0x73,0x06,0x77,0x8c,0x77,0x73,0x00,0x28,0x70,0x60,0x03,0xf2,0x12,0x0c,0x7a, +0x50,0x5d,0x70,0xa7,0x84,0x00,0xa0,0x98,0x6a,0x93,0x0a,0x48,0x37,0x86,0x35,0xd5, +0x67,0x87,0x71,0x0a,0x08,0xbf,0xd8,0x30,0xa0,0x3a,0xa7,0x60,0x2b,0x47,0x09,0x57, +0x00,0x03,0x50,0x09,0xf8,0x12,0xa7,0x80,0x5d,0x7a,0x8c,0x8a,0x40,0x90,0x95,0xc8, +0x71,0x0a,0x79,0x69,0xbb,0x26,0xd0,0x95,0xb2,0x41,0x09,0x09,0x57,0xb9,0x00,0x93, +0x76,0x89,0x71,0x3a,0x73,0x65,0x70,0x32,0x14,0xf0,0x19,0x90,0x00,0x07,0x1a,0xaa, +0xaa,0x95,0xda,0x5b,0x69,0x77,0x07,0x18,0x75,0x88,0x10,0x76,0x4b,0x46,0xa0,0x5d, +0x58,0x34,0x42,0x70,0x71,0x39,0xd8,0x92,0x07,0x16,0x49,0x0a,0x01,0xb0,0x63,0xa0, +0x24,0x09,0x09,0x31,0x06,0xf7,0x14,0xc7,0x68,0xd2,0x6d,0x6b,0x26,0xb7,0x00,0x90, +0xa5,0x46,0xa2,0x1b,0xac,0xb3,0x96,0x57,0xc4,0x28,0x87,0x41,0x09,0x49,0xba,0x78, +0x20,0x90,0x8a,0xca,0x10,0x4b,0x55,0x26,0xa8,0x50,0x28,0x05,0xf8,0x17,0x74,0x00, +0x08,0x1a,0xbb,0xcb,0x65,0xca,0x95,0xd9,0x90,0x08,0x1a,0x5c,0x88,0x30,0x99,0x96, +0x8c,0x80,0x7c,0x29,0x93,0xaa,0x00,0x81,0x89,0x3a,0xa0,0x08,0x44,0x7c,0x9a,0x03, +0xb7,0x49,0x10,0xa4,0xb5,0x05,0x61,0x00,0x00,0x4a,0xaa,0xea,0xaa,0x09,0x00,0xf3, +0x08,0x0b,0xda,0xaa,0xe2,0x00,0x0b,0x10,0x49,0x00,0x00,0x1b,0x79,0x00,0x00,0x16, +0xba,0xa4,0x10,0x79,0x40,0x01,0x6a,0x20,0x2d,0x00,0xf0,0x3b,0xb0,0x00,0x08,0x0a, +0x1b,0x00,0x00,0xa0,0xa5,0xd9,0xb6,0x0a,0x0a,0xb8,0x0a,0x00,0xa0,0xb9,0xa1,0x90, +0x0a,0x1a,0x05,0xa4,0x02,0xe9,0xa0,0x1e,0x00,0x01,0x0a,0x1a,0x79,0x00,0x00,0xaa, +0x10,0x57,0x00,0x00,0x04,0x00,0x00,0xaa,0xc0,0xb0,0x00,0x00,0x0a,0x2c,0x8c,0x50, +0x88,0xda,0xb0,0xb0,0x0a,0x11,0x58,0x39,0x00,0xa0,0x00,0x2e,0x20,0x0b,0x5a,0x04, +0xe2,0x01,0xc5,0x07,0xa1,0xb4,0x2c,0x21,0xf1,0x1b,0x20,0x01,0x20,0x05,0x00,0x00, +0x28,0x10,0xc0,0x00,0x6d,0x88,0x4d,0x9c,0x60,0xa0,0x09,0xa0,0xb0,0x0b,0x9c,0xbc, +0x28,0x00,0xa0,0xa0,0x7b,0x30,0x0a,0x0a,0x03,0xd0,0x04,0x70,0xa1,0xba,0x60,0x92, +0xa8,0xb2,0x08,0x60,0x8b,0x06,0x00,0xb5,0x14,0xf1,0x3e,0x27,0x03,0x90,0x00,0x8a, +0xc9,0xac,0xac,0x60,0x27,0x1e,0x70,0xa0,0x4a,0xca,0x3b,0x47,0x06,0x20,0x90,0x8c, +0x10,0x62,0x09,0x07,0xc0,0x06,0xb9,0x99,0x85,0xa1,0x10,0x04,0x30,0x02,0x30,0x00, +0x40,0x00,0x40,0x00,0x3a,0x53,0x36,0x00,0x18,0x79,0x47,0xab,0x80,0xb0,0x45,0xd0, +0x81,0x38,0x29,0x7b,0x4a,0x00,0x0b,0x70,0x0b,0x70,0x00,0xab,0x00,0xd4,0x01,0x91, +0x43,0x94,0x92,0x12,0x00,0x61,0x00,0x50,0xec,0x12,0xf2,0x3e,0xd8,0xd0,0xb0,0x00, +0x0d,0x8d,0x2d,0x9c,0x50,0x90,0xaa,0xa0,0xb0,0x0d,0x8d,0x6a,0x28,0x00,0x90,0xa0, +0x5c,0x30,0x0a,0x9a,0x02,0xe0,0x00,0xb1,0xa2,0xa7,0xa0,0x44,0x02,0x90,0x05,0x60, +0x00,0x90,0x64,0x50,0x00,0xbe,0xba,0x83,0x00,0x01,0xa8,0x5b,0xac,0x63,0x7a,0xb9, +0xf1,0xb0,0x09,0xbc,0x97,0x6b,0x03,0x85,0x60,0x0d,0x60,0x3a,0xda,0xa0,0xd2,0x00, +0x08,0x10,0x88,0xa0,0x04,0xb0,0x76,0x05,0x60,0x63,0x02,0xf1,0x0e,0x05,0x30,0x02, +0x8c,0x95,0xba,0x96,0x0b,0xb8,0xbd,0x2a,0x00,0x9e,0xb4,0x1d,0x40,0x16,0x51,0x47, +0x26,0x60,0xae,0xee,0xee,0xe1,0x01,0x21,0xb9,0x94,0xb6,0x20,0xf1,0x1f,0x39,0xd9, +0xd9,0x99,0x70,0x02,0x76,0x20,0x80,0x00,0xa9,0x8a,0x09,0x00,0x4c,0xa9,0xc5,0xcb, +0x70,0x6a,0xa6,0x78,0x90,0x0c,0x99,0xc7,0x9a,0x00,0x7c,0x77,0x08,0x80,0x0a,0xa9, +0x80,0x77,0x00,0x4b,0xc0,0x28,0x92,0x38,0x43,0x37,0x01,0x60,0xec,0x08,0x00,0xaa, +0x21,0xd2,0x3a,0xda,0xaa,0xcb,0x80,0x08,0x30,0x0b,0x00,0x00,0x1b,0x05,0x70,0x7a, +0x07,0xf4,0x24,0x05,0xca,0x10,0x00,0x4a,0x80,0x3b,0x72,0x27,0x10,0x00,0x04,0x60, +0x00,0x57,0x01,0x0a,0x00,0x3a,0x86,0x59,0xa0,0x4e,0x65,0x90,0x4a,0x01,0x39,0x61, +0x81,0xa0,0x29,0xca,0x81,0x7a,0x00,0x37,0x41,0x02,0xc9,0x0b,0x74,0x8b,0x8c,0x14, +0x77,0x28,0x00,0xa0,0x04,0xb1,0xef,0x1c,0xf1,0x18,0x90,0x63,0x05,0xc4,0x3d,0x8b, +0x9b,0x61,0x00,0xa1,0x73,0x90,0x00,0x0a,0x8b,0x3b,0x99,0x60,0xa8,0xb3,0xa0,0xa0, +0x09,0x06,0x39,0x09,0x05,0xaa,0xa9,0x90,0x90,0x0a,0x1a,0x56,0x09,0x02,0x60,0x1b, +0x00,0x79,0x0d,0x00,0x44,0x15,0xf0,0x14,0x04,0x05,0x9d,0x85,0xa8,0x40,0x08,0x09, +0x37,0x00,0x06,0xca,0xb7,0xb7,0x74,0x00,0xa0,0x38,0x2a,0x16,0x9d,0x97,0x60,0x90, +0x36,0x98,0x55,0x09,0x09,0x19,0x6b,0x10,0x90,0x05,0x70,0x48,0x28,0xf2,0x18,0x10, +0x10,0x00,0x10,0x88,0x49,0x18,0x72,0x0a,0xb6,0xa2,0x80,0x00,0xdb,0xba,0x5c,0xa8, +0x08,0x50,0x50,0x86,0x20,0xab,0x8a,0x28,0x62,0x09,0xa6,0xb4,0x66,0x20,0xda,0xba, +0xa2,0x62,0x00,0x00,0x06,0x06,0x6b,0x13,0x00,0x15,0x13,0x01,0x2e,0x23,0x01,0x0f, +0x12,0xf1,0x05,0x0d,0xaa,0xb6,0x00,0x02,0x70,0x04,0x60,0x00,0x82,0x00,0x55,0x00, +0x3a,0x00,0x07,0x20,0x1b,0x10,0x5a,0x4f,0x1c,0x00,0x39,0x04,0xf0,0x07,0x40,0x00, +0x18,0x00,0x6b,0x00,0x5d,0x99,0x2a,0x56,0x00,0xa0,0x0c,0x20,0x95,0x0b,0x9b,0x16, +0x40,0x10,0xa0,0xa0,0x47,0x18,0xb3,0x01,0x00,0x02,0x71,0x91,0xb6,0x00,0x82,0xa5, +0x00,0x75,0x33,0x09,0xf2,0x18,0x04,0x00,0x00,0x19,0x05,0x94,0x42,0x5d,0xaa,0xb4, +0x44,0x20,0xa0,0x2a,0xaa,0xa4,0x0a,0x99,0x10,0x96,0x10,0x90,0x98,0x2d,0x92,0x09, +0x18,0x92,0x90,0x02,0x72,0x8a,0x99,0x00,0x73,0xa8,0x44,0xb9,0x50,0xdc,0x1c,0x61, +0xad,0x09,0x10,0x00,0xa0,0x91,0xca,0x1c,0x40,0xe0,0x91,0x00,0x0a,0x0e,0x00,0x30, +0x9a,0xaa,0xae,0x07,0x00,0x92,0x0d,0x9a,0x2d,0x99,0xa0,0x90,0x92,0x80,0x0a,0x09, +0x00,0xe0,0x93,0x70,0x0a,0x09,0x0a,0x5c,0x99,0xa0,0xd9,0x67,0x30,0x0a,0x01,0x00, +0xe9,0x1e,0x32,0x82,0x04,0xa7,0x10,0x0e,0x81,0xb8,0x88,0x8b,0x00,0x3a,0x77,0x77, +0xa0,0x09,0x00,0xd0,0x09,0x02,0x00,0x00,0x0a,0xa6,0xc7,0x66,0x01,0x58,0x8d,0x98, +0x50,0x29,0x09,0x01,0xbb,0x23,0xf0,0x2d,0x01,0x10,0x01,0x80,0x00,0xed,0x40,0x18, +0x00,0x08,0x44,0xba,0xdb,0x60,0x95,0x49,0x18,0x36,0x0c,0xa4,0x91,0x83,0x60,0x84, +0x89,0xbe,0x88,0x0d,0xb4,0x0a,0x83,0x00,0x60,0x08,0x50,0xb2,0x00,0x05,0x30,0x01, +0x60,0x04,0xa7,0x77,0x97,0x00,0x4a,0x77,0x79,0x70,0x03,0x98,0x88,0x86,0x02,0x99, +0x99,0x99,0x96,0x00,0x13,0x1f,0xb3,0x1d,0x0a,0x99,0x80,0x07,0x97,0xa0,0x00,0x03, +0xa0,0x6b,0x24,0x2c,0x01,0xbf,0x03,0xf0,0x0f,0xd9,0x98,0x9d,0x95,0x08,0x09,0x00, +0xa0,0x00,0xc8,0xc8,0x89,0xc8,0x08,0x0a,0x44,0x4b,0x30,0x80,0xb7,0x66,0xc5,0x0d, +0x99,0x48,0x0a,0x00,0x50,0x00,0x50,0x3e,0x01,0x10,0x99,0xdc,0x0c,0xf1,0x05,0x60, +0x00,0x7a,0xc8,0x9d,0x82,0x02,0x57,0x29,0x07,0x00,0x08,0x72,0x95,0x20,0x28,0x88, +0x88,0x88,0x60,0xdd,0x0b,0x72,0xc8,0x88,0x98,0x00,0x09,0x00,0x01,0x09,0x00,0xf0, +0x14,0x0a,0x77,0x77,0xb3,0x00,0xa7,0x77,0x7a,0x30,0x04,0x78,0xb7,0x71,0x06,0x88, +0x88,0x88,0x81,0x07,0x86,0x66,0xc0,0x00,0x58,0x7a,0x7a,0x00,0x05,0x80,0x94,0x81, +0x06,0x61,0x87,0x01,0xd7,0x30,0xf0,0x06,0x38,0x21,0xce,0xd9,0xa6,0x30,0x0b,0xa7, +0x8a,0x9a,0x50,0x8a,0x66,0xb0,0x80,0x14,0x75,0x55,0x05,0x00,0x09,0x09,0x0d,0xd0, +0xb5,0x55,0x5a,0x00,0x0a,0x22,0x23,0xa0,0x00,0xd8,0x88,0x8a,0x00,0x96,0x08,0xf3, +0x02,0x0a,0x0a,0x00,0xba,0xea,0xea,0xba,0x0a,0x0a,0x0a,0xa0,0xa0,0xa0,0xad,0xae, +0xae,0xae,0x07,0x00,0x00,0x31,0x1e,0x10,0x19,0x3b,0x24,0xf2,0x10,0x39,0x8c,0x98, +0xa0,0x05,0x73,0xa5,0x3b,0x00,0x57,0x4b,0x54,0xb0,0x04,0xa8,0xd9,0x8a,0x00,0x0a, +0x3c,0x00,0x00,0x00,0x3f,0x80,0x00,0x01,0xa9,0x35,0xaa,0xa7,0xd0,0x01,0xf0,0x1a, +0xa1,0x01,0xa1,0x02,0x8d,0x73,0x8d,0x80,0x48,0xd8,0x59,0xd8,0x30,0x7b,0x30,0x99, +0x40,0x59,0x28,0x96,0x29,0x40,0x68,0x66,0x6a,0x30,0x06,0x98,0x88,0xb3,0x00,0x63, +0x00,0x07,0x30,0x06,0xa8,0x88,0xb3,0x00,0x09,0xbf,0x00,0xf4,0x10,0x97,0x66,0x6b, +0x30,0x05,0x77,0x77,0x71,0x06,0xd8,0xd8,0x88,0x82,0x0b,0x7d,0x6b,0x8b,0x00,0xb7, +0xd0,0xa6,0x40,0x3c,0x8d,0x48,0xe2,0x04,0x41,0xa7,0x51,0xa2,0x36,0x17,0x11,0x96, +0x03,0x2e,0xf0,0x05,0x0c,0xb9,0x99,0x60,0x09,0xc5,0x22,0x39,0x02,0x57,0x86,0x66, +0x90,0x00,0x7a,0x99,0x99,0x00,0x07,0x20,0x29,0x27,0x30,0x04,0xa7,0x00,0xdc,0x05, +0xf9,0x16,0x01,0xb4,0x87,0x9a,0x9a,0x1b,0x48,0x79,0x10,0xa0,0x98,0xb4,0x99,0x8a, +0x09,0x8a,0x49,0x00,0xa0,0x91,0x64,0xaa,0x9a,0x4a,0x9a,0x8a,0x00,0xa0,0xa2,0xa2, +0xa0,0x0a,0x38,0x02,0x84,0x2a,0x70,0x49,0x05,0x14,0x05,0x49,0x05,0xf5,0x08,0x2a, +0xab,0xfc,0xaa,0x70,0x00,0x9d,0xb2,0x00,0x00,0x86,0xa2,0xb2,0x01,0xb6,0x0a,0x01, +0xb5,0x12,0x00,0xa0,0x00,0x30,0x29,0x00,0xf2,0x0c,0x1a,0xaa,0xea,0xaa,0x60,0x00, +0xaa,0x92,0x00,0x00,0x56,0xa2,0xa0,0x00,0x3b,0x0a,0x06,0x80,0x2b,0x8a,0xeb,0xa8, +0x90,0x10,0x0a,0x00,0x01,0x24,0x00,0x11,0x90,0x9d,0x23,0x30,0xae,0xa4,0x5a,0xbf, +0x20,0x10,0x5d,0x3d,0x0b,0x91,0xcb,0xaa,0xea,0x82,0x99,0x30,0x0a,0x00,0x72,0xbb, +0x0f,0x04,0xc4,0x0f,0x01,0x2e,0x00,0x41,0xbb,0xbe,0xbb,0xb6,0x09,0x00,0xf0,0x0a, +0x7a,0x9d,0xa9,0xd0,0x07,0x30,0xa0,0x0a,0x00,0x49,0xaf,0xd9,0x80,0x00,0x1b,0xc9, +0x60,0x00,0x6b,0x1a,0x07,0xa2,0x16,0x00,0xa0,0xd7,0x12,0xf1,0x18,0x00,0x17,0x30, +0x0a,0x0a,0xaa,0x61,0x2a,0xd7,0xa0,0x00,0x00,0x4d,0x0d,0xc9,0xb3,0x07,0xc7,0xa9, +0x0a,0x11,0x8a,0x19,0x55,0xb0,0x52,0xa3,0x70,0xe3,0x00,0x0a,0x73,0x7a,0x80,0x00, +0xa9,0x74,0x04,0x80,0x96,0x0f,0xf2,0x14,0xb9,0xd9,0x9c,0x00,0x5b,0x8d,0x98,0xc0, +0x05,0x61,0xa2,0x1b,0x00,0x27,0x7c,0x77,0x60,0x29,0x9a,0xec,0x99,0x60,0x01,0xbb, +0x86,0x00,0x06,0xb1,0x90,0x6a,0x32,0x60,0x09,0x00,0x15,0x7a,0x07,0xf5,0x13,0x69, +0xda,0x91,0x7d,0xb0,0x09,0x00,0x00,0xa4,0x7a,0xd9,0xd0,0x0e,0xa8,0x1b,0x1a,0x05, +0xb4,0x92,0xa9,0xa0,0x87,0x27,0xa2,0x6c,0x00,0x72,0x72,0x00,0xa0,0x07,0x27,0x10, +0x7b,0x25,0x19,0xf2,0x13,0x02,0x99,0x9d,0x99,0x96,0x00,0x2a,0xb8,0x70,0x01,0x8b, +0x16,0x07,0xd6,0x26,0x77,0x77,0x94,0x50,0x0b,0x55,0x5a,0x20,0x00,0xa2,0x22,0x92, +0x00,0x05,0x77,0x77,0x10,0x09,0x99,0x93,0x0b,0x00,0x33,0x1f,0xf6,0x17,0xa0,0x00, +0x07,0x23,0x5a,0x65,0x16,0xcb,0x58,0x69,0x61,0x0b,0x41,0x90,0x47,0x00,0xeb,0x87, +0x05,0x91,0x6a,0x61,0x64,0xa0,0x09,0x72,0x00,0xd5,0x00,0x07,0x20,0x89,0xb2,0x00, +0x72,0x94,0x02,0xa2,0x20,0x0c,0xf0,0x15,0x72,0x08,0x20,0x00,0x07,0x20,0xdc,0xca, +0x07,0xdb,0xac,0x17,0x50,0x0c,0x82,0x1c,0x90,0x01,0xe9,0x7a,0x58,0x92,0x98,0x37, +0x99,0x97,0x14,0x72,0x45,0x00,0xa0,0x07,0x24,0xb9,0x9a,0x00,0x09,0x00,0x03,0x5d, +0x08,0x00,0x84,0x07,0xf4,0x11,0xa9,0x99,0x94,0x8d,0xaa,0x69,0x99,0x00,0xb5,0x90, +0x36,0x00,0x1e,0x9b,0x4a,0xb7,0x09,0x92,0x90,0x36,0x00,0x37,0x19,0x68,0x98,0x00, +0x71,0xa8,0x88,0x85,0x07,0x10,0x2f,0x0d,0x90,0xb8,0x9b,0x98,0x96,0x1c,0x8b,0xb8, +0x89,0x90,0xe3,0x26,0xf2,0x08,0x00,0x5c,0xdf,0x51,0x00,0x88,0x66,0x14,0x91,0x28, +0x8c,0xfe,0x98,0x60,0x18,0x8a,0x3a,0x40,0x2a,0x30,0x90,0x06,0x80,0xaf,0x01,0xf7, +0x0b,0x0c,0x88,0x97,0x28,0xd6,0xb7,0x78,0x70,0x3b,0x0c,0x88,0x97,0x07,0xe4,0x55, +0x55,0x40,0x8a,0x64,0x4c,0x43,0x43,0x94,0x99,0xd9,0x80,0xaf,0x01,0x12,0x00,0xc8, +0x2a,0xf2,0x15,0x47,0x22,0xd8,0xa0,0x0a,0x48,0xba,0x37,0x03,0xf3,0x60,0x8e,0x10, +0x8b,0x38,0xa6,0x59,0x60,0xa3,0x78,0x9b,0x73,0x0a,0x37,0x63,0x86,0x00,0xa0,0x48, +0x27,0x64,0x0a,0x03,0x1a,0x50,0x20,0xa8,0x00,0xf1,0x0f,0x79,0x9c,0xb0,0x5d,0xa0, +0x07,0x60,0x00,0x93,0x99,0x96,0xb2,0x0d,0xa6,0x79,0x79,0x04,0xb2,0xa9,0x92,0xc0, +0x67,0x15,0x49,0x84,0x30,0x74,0x8b,0xa8,0x85,0x86,0x01,0xf0,0x16,0x03,0x10,0x40, +0x21,0x00,0x93,0x7b,0x67,0x20,0x5a,0x79,0x0a,0xa8,0x01,0x84,0x97,0xa7,0x50,0x5b, +0xba,0x8a,0xcb,0x17,0x9a,0x9b,0x9b,0xa3,0x00,0x2a,0xca,0x10,0x02,0x89,0x0a,0x1a, +0x70,0x53,0x24,0x2f,0x02,0xb4,0x01,0xf0,0x30,0x79,0xcc,0x82,0x6b,0x98,0x8b,0xbb, +0x00,0xb3,0x79,0xcb,0xc0,0x0e,0xa1,0x55,0x54,0x06,0x96,0x23,0x33,0x20,0x87,0x27, +0x9b,0x99,0x20,0x72,0x66,0x63,0x90,0x07,0x25,0x3a,0x04,0x10,0x07,0x20,0xa0,0xa0, +0x00,0x72,0x8d,0xae,0xa2,0x6d,0xb5,0x99,0x97,0x00,0xa5,0x74,0x33,0xa0,0x0e,0xb8, +0x87,0x7b,0x06,0xb4,0x47,0xc7,0x50,0x67,0xda,0x09,0xf2,0x4c,0x72,0x0a,0x3b,0x10, +0x07,0x3c,0x40,0x2a,0x30,0x07,0x20,0x80,0x53,0x00,0x72,0x4c,0x8c,0x81,0x6c,0x93, +0x7c,0x76,0x00,0xb4,0x78,0xd8,0x82,0x0e,0xa0,0x18,0x70,0x06,0x95,0x28,0xc1,0x60, +0x77,0x26,0xaa,0xb4,0x00,0x72,0x47,0x96,0x60,0x07,0x37,0x4a,0x05,0x20,0x05,0x20, +0x58,0x05,0x00,0x52,0x54,0x94,0x52,0x3c,0xab,0x99,0x8a,0x00,0xa4,0x58,0x97,0x95, +0x0c,0xa7,0x78,0x69,0x24,0xa3,0x9b,0xab,0xa5,0x46,0x26,0xb1,0x9a,0x00,0x53,0xa1, +0x5d,0x35,0x05,0x84,0x19,0x3b,0x70,0xab,0x0a,0xf1,0x18,0x90,0xa0,0x00,0x72,0x9d, +0x9d,0x92,0x7c,0xa2,0x98,0xc0,0x00,0xb2,0x88,0x98,0x82,0x0e,0xa4,0x7c,0x77,0x07, +0xa5,0xa6,0xb6,0xb0,0x57,0x28,0x8c,0x7b,0x00,0x72,0x19,0x07,0x40,0x07,0x3b,0x10, +0x0b,0x20,0xf6,0x25,0xf6,0x18,0x23,0x49,0x18,0x00,0x62,0x4a,0xb6,0x91,0x7d,0xcb, +0x55,0x58,0x60,0xa3,0x3b,0x77,0xa2,0x0e,0x90,0xb7,0x78,0x05,0xa6,0x68,0x98,0x91, +0x87,0x29,0x5b,0x5a,0x20,0x62,0x93,0xa3,0x92,0x06,0x29,0x88,0x8c,0xff,0x2c,0xf2, +0x19,0x52,0x01,0xd2,0x00,0x07,0x41,0xa3,0x96,0x04,0xca,0x98,0x99,0x66,0x0b,0x54, +0x73,0x77,0x00,0xca,0x81,0x68,0x70,0x59,0x47,0x85,0xaa,0x04,0x62,0x08,0x07,0x20, +0x05,0x28,0xa4,0xb9,0x00,0x57,0x60,0x82,0x35,0xc7,0x0d,0x01,0xd6,0x07,0xf1,0x14, +0xc8,0x8b,0xb2,0x3d,0x6b,0x58,0x9a,0x20,0xa1,0xc7,0x67,0xa2,0x0e,0x79,0x8b,0x88, +0x24,0xc0,0x89,0xab,0x62,0x78,0x08,0x6c,0x86,0x20,0x80,0x99,0x88,0x62,0x08,0x09, +0x13,0x0a,0x10,0x53,0x27,0xf0,0x10,0xc9,0x99,0x65,0x00,0x08,0x97,0x69,0x9a,0x80, +0x89,0x78,0x96,0x43,0x09,0x74,0x60,0xb0,0x00,0xb8,0x76,0x0d,0x40,0x0a,0x96,0x82, +0x8a,0x00,0xc9,0x99,0xa1,0x67,0x23,0x34,0x15,0x20,0x3e,0x0f,0xa2,0x05,0x30,0x91, +0x00,0x00,0x73,0x09,0xba,0xa0,0x07,0x09,0x00,0x20,0x10,0x00,0x09,0x00,0x51,0x07, +0xcb,0x9d,0xa9,0x92,0xd7,0x19,0x00,0x2f,0x1d,0x10,0x30,0x25,0x07,0xb1,0x01,0x70, +0x82,0x00,0x00,0x18,0x08,0xba,0x90,0x01,0x80,0x09,0x00,0x80,0x20,0x00,0x29,0xd9, +0xca,0x99,0x60,0x11,0xf2,0x0e,0x00,0x57,0x15,0x00,0x6d,0x05,0xf1,0x00,0x08,0x0a, +0x0a,0x06,0x10,0xa0,0xe9,0xb9,0x70,0x0a,0x0a,0x0b,0x20,0x00,0xa0,0x7f,0x05,0xb2, +0x0a,0x00,0x30,0xa0,0xb4,0xb0,0x0a,0x5e,0xba,0x78,0xab,0x24,0x0a,0x00,0x69,0x07, +0xa0,0x35,0x0c,0x99,0x50,0x04,0x60,0xb0,0x00,0x06,0xbb,0x55,0x1c,0xf0,0x04,0x80, +0xb0,0x25,0x00,0x95,0x0b,0x0b,0x10,0x14,0x00,0xbb,0x30,0x00,0x37,0xb8,0x00,0x00, +0x57,0x30,0x62,0x1c,0xf0,0x14,0xdb,0xad,0xba,0x70,0x0b,0x00,0x81,0x00,0x04,0xc9, +0xa8,0x29,0x31,0xb1,0x19,0x8b,0x30,0x12,0xba,0x38,0x20,0x00,0x03,0xb0,0x81,0x02, +0x04,0xb1,0x08,0x20,0xa2,0x80,0x00,0x29,0x93,0x77,0x00,0xf1,0x12,0x04,0xcb,0x97, +0x2a,0x00,0x09,0x43,0xca,0xd9,0x40,0xa5,0xd5,0x0a,0x00,0x67,0x49,0x9a,0xe9,0x73, +0x3d,0x20,0xae,0x50,0x00,0xb0,0x84,0xa9,0x10,0x94,0x96,0x0a,0x2a,0x46,0x97,0x04, +0x00,0x3a,0x35,0xf5,0x15,0x88,0x40,0xd9,0x80,0x0c,0x87,0x18,0x08,0x00,0xa0,0x0a, +0x30,0xa6,0x0c,0x98,0x68,0x88,0x00,0xa0,0x02,0x80,0xb0,0x3d,0x9a,0x09,0x86,0x03, +0xb1,0x00,0x8f,0x40,0x0a,0x02,0xc5,0x19,0x80,0xa1,0x01,0x08,0xc0,0x30,0x95,0xa4, +0x0c,0xaa,0x1c,0xb5,0x00,0xa0,0x00,0xd2,0x12,0x00,0xa1,0x08,0x0b,0x28,0x1b,0x01, +0x80,0xe9,0x30,0xaa,0xb4,0x2d,0x00,0x10,0x17,0x16,0x21,0xf0,0x16,0xb7,0x20,0xa0, +0x00,0x00,0x1a,0x0a,0x27,0x06,0x20,0xa6,0xd8,0xb0,0x07,0x6e,0x4a,0x0a,0x00,0x03, +0xa0,0xa0,0xb0,0x06,0x4a,0x02,0x58,0x30,0xa0,0xa0,0x00,0x55,0x44,0x05,0xa9,0x9b, +0x10,0x04,0xcf,0x03,0xf2,0x14,0x68,0x0d,0x99,0xa0,0x00,0x03,0x80,0x0a,0x04,0xa2, +0xc1,0x27,0x90,0x00,0x07,0x89,0x98,0x00,0x07,0x0a,0x14,0x90,0x08,0x30,0x2b,0xb0, +0x01,0xa1,0x7a,0x8a,0x92,0x01,0x14,0x00,0x02,0x29,0x02,0xf0,0x17,0xa6,0x0d,0x9d, +0x00,0x00,0x12,0x80,0xa0,0x04,0x82,0xa2,0x05,0x94,0x02,0x1a,0x99,0x97,0x00,0x06, +0x38,0x07,0x60,0x07,0x30,0x79,0x90,0x01,0xa0,0x5a,0x9a,0x50,0x12,0x45,0x00,0x05, +0x30,0x0a,0x10,0xcb,0x19,0x10,0x00,0x62,0x19,0xf0,0x0b,0xae,0xaa,0x04,0x91,0xa0, +0xa0,0x90,0x03,0x2a,0x0a,0x09,0x00,0x01,0xaa,0xea,0xd0,0x04,0x6a,0x0a,0x09,0x01, +0xb0,0xaa,0xea,0xd0,0x02,0xd2,0x30,0x01,0xc9,0x06,0xf0,0x12,0xa3,0x2c,0x9d,0x00, +0x00,0x13,0x60,0xa0,0x06,0x30,0x92,0x0a,0x20,0x07,0x46,0x00,0x26,0x10,0x03,0xa9, +0x9a,0x90,0x08,0x3a,0x00,0x19,0x04,0x80,0xa9,0x9a,0x90,0x10,0x0a,0x3f,0x38,0x00, +0xd8,0x0e,0x10,0x3a,0x50,0x04,0x50,0x05,0xad,0xaa,0x04,0x91,0x9f,0x31,0xf2,0x06, +0x19,0xae,0xaa,0x40,0x06,0x04,0x70,0x00,0x04,0x60,0xa0,0x65,0x00,0xb0,0x7b,0x99, +0xd0,0x03,0x02,0x20,0x03,0xde,0x1c,0x10,0x69,0x7b,0x00,0xf0,0x11,0x0c,0x9d,0x9c, +0x54,0x80,0xa0,0xa0,0x60,0x02,0x0c,0xd9,0x9c,0x00,0x14,0xa6,0x36,0x60,0x07,0x49, +0x0a,0xb0,0x01,0xa6,0x37,0xaa,0x60,0x22,0x65,0x40,0x05,0x50,0x03,0x66,0x1a,0xf2, +0x15,0x4a,0x00,0x74,0x00,0x00,0x08,0xab,0xba,0x62,0xa1,0x00,0x73,0x00,0x02,0x40, +0x07,0x30,0x00,0x03,0x4a,0xcb,0xa2,0x00,0xa0,0x07,0x30,0x00,0x74,0x00,0x73,0x00, +0x0a,0x09,0x9c,0xb9,0x70,0x60,0x17,0x00,0x09,0x14,0xf5,0x10,0x5c,0x99,0x80,0x00, +0x2c,0x80,0x85,0x04,0x92,0x15,0xb8,0x00,0x02,0x38,0xa5,0x99,0x20,0x07,0xa9,0x99, +0x92,0x05,0x6a,0x00,0x0a,0x01,0xb0,0xa9,0x99,0xb0,0x02,0x82,0x32,0x10,0x76,0xa8, +0x43,0xf1,0x0d,0x10,0x90,0x90,0xa2,0x70,0x6b,0x2d,0x3a,0x04,0x49,0x98,0xaa,0xa0, +0x05,0x57,0x59,0x5a,0x04,0x64,0x50,0x90,0xa0,0x90,0x81,0x09,0x0a,0x19,0x18,0xa3, +0x1f,0x01,0x00,0x02,0x60,0x36,0x00,0x68,0x59,0xc8,0x30,0xda,0x03,0x60,0x04,0x92, +0xaa,0xdb,0xa6,0x02,0x8b,0x04,0xf0,0x05,0x06,0x5a,0xba,0xb0,0x06,0x56,0x20,0x09, +0x01,0xa0,0x69,0x88,0xc0,0x01,0x06,0x41,0x19,0x00,0x06,0x00,0x98,0x57,0x10,0x99, +0x5e,0x2c,0xf1,0x0f,0x92,0x43,0x04,0x90,0x7b,0x67,0xd0,0x03,0x26,0x54,0x35,0x40, +0x02,0x54,0x92,0x70,0x02,0x86,0x29,0x27,0x00,0xa1,0xa0,0x92,0x75,0x27,0x57,0x05, +0x1b,0x70,0x64,0x2b,0xf1,0x18,0x05,0x0a,0x04,0x10,0x46,0x74,0xa0,0xb0,0x00,0x01, +0x4a,0x14,0x05,0x90,0xaa,0xaa,0xd0,0x03,0x0a,0x66,0x6c,0x00,0x04,0xa2,0x22,0xb0, +0x07,0x3a,0x99,0x9d,0x00,0xb0,0xa0,0x00,0xa0,0x35,0x0a,0x00,0x9a,0x12,0x2d,0xf0, +0x01,0x00,0x86,0xb8,0x88,0xb0,0x00,0x0b,0x77,0x7b,0x04,0x70,0xb8,0x88,0xb0,0x07, +0x30,0x38,0x04,0xf5,0x02,0xb9,0x4b,0x72,0x04,0x6a,0x00,0xc1,0x00,0xa0,0xa0,0x19, +0x08,0x27,0x0e,0xb5,0xb9,0x60,0xbb,0x5a,0x40,0x58,0x89,0xe9,0x94,0x9b,0x26,0xf3, +0x35,0x02,0x73,0x9e,0xad,0xa7,0x04,0x14,0x82,0x2a,0x00,0x15,0x91,0x90,0x68,0x06, +0x48,0x2a,0x97,0x30,0xb0,0x80,0x97,0x18,0x06,0x00,0x97,0x00,0x00,0x08,0x01,0x1a, +0x21,0x00,0x38,0x78,0xd9,0x83,0x00,0x05,0x7c,0x87,0x12,0xa3,0x88,0xb8,0x86,0x01, +0x14,0x88,0x88,0x00,0x05,0x86,0x55,0xb0,0x03,0x78,0x43,0x3b,0x00,0xa1,0x88,0x77, +0xc0,0x07,0x08,0x10,0x6a,0x15,0x2a,0xf2,0x18,0x00,0x09,0x91,0x02,0x90,0x00,0x92, +0x60,0x00,0xd9,0x9d,0x96,0x2a,0x29,0x77,0xa1,0x40,0x11,0x98,0x89,0x82,0x02,0x58, +0x77,0x7a,0x00,0x75,0x7b,0xa7,0x72,0x0b,0x72,0x24,0x99,0x81,0x68,0x00,0x80,0x78, +0xa1,0x06,0x00,0x30,0x07,0xf5,0x15,0x47,0xd9,0x98,0x09,0x00,0x0b,0x69,0xa0,0x92, +0xa1,0xa2,0x9a,0x09,0x00,0x0c,0x89,0xa0,0x90,0x24,0xb4,0x9a,0x09,0x07,0x28,0x64, +0x20,0x90,0xa2,0x91,0x90,0x09,0x16,0x91,0x05,0x39,0x70,0xb1,0x00,0xf6,0x34,0x85, +0xd9,0x9c,0x95,0x00,0x0a,0x59,0xc7,0x15,0x90,0xaa,0x22,0x73,0x02,0x0a,0xa4,0x48, +0x30,0x24,0x87,0x8b,0x82,0x08,0x56,0x71,0xa8,0x00,0xa8,0x59,0x0a,0x56,0x34,0x92, +0x19,0x70,0x20,0x03,0x10,0x43,0x00,0x00,0x27,0x9a,0xca,0x80,0x18,0x7e,0x6a,0x85, +0x00,0x04,0xa7,0xb8,0x60,0x05,0x6a,0x07,0x30,0x00,0xa0,0xab,0xaa,0xa2,0x29,0x9a, +0xd9,0x99,0xeb,0x1a,0x01,0x42,0x2e,0xf5,0x14,0x94,0xb8,0xa9,0x70,0x00,0x09,0x39, +0x27,0x06,0x80,0xa7,0x37,0x70,0x02,0x05,0x66,0x63,0x00,0x34,0xcc,0xaa,0xb0,0x09, +0x37,0x83,0x4a,0x01,0x91,0x78,0x34,0xa0,0x73,0x9c,0xcb,0xbd,0xd1,0x0e,0xf2,0x15, +0x01,0xa4,0x98,0x89,0x90,0x00,0x19,0x7a,0x09,0x06,0x56,0xb8,0xa8,0xb6,0x04,0x67, +0x88,0x87,0x60,0x23,0xa6,0x66,0xa0,0x09,0x1a,0x77,0x7a,0x01,0xa0,0x90,0x00,0xa0, +0x43,0x09,0x02,0x87,0x4c,0x05,0xf0,0x15,0x03,0x75,0x88,0x00,0x39,0xac,0xbd,0xc6, +0x00,0x07,0x46,0x98,0x22,0x91,0x81,0x75,0x66,0x02,0x1c,0x8c,0x98,0x80,0x24,0x88, +0xc9,0x85,0x08,0x26,0x38,0x19,0x00,0xb0,0x63,0x84,0xa0,0x01,0x5d,0x11,0x10,0x02, +0x34,0x02,0xe0,0x69,0x88,0xb8,0x86,0x00,0x05,0x50,0x65,0x02,0x84,0xc8,0x88,0xb4, +0x02,0x5b,0x3b,0xf0,0x04,0x02,0x4c,0xd8,0x61,0x04,0x69,0x71,0x99,0x10,0xa3,0x64, +0x34,0x92,0x04,0x04,0x84,0x01,0x50,0x07,0xb1,0x19,0xf2,0x66,0x58,0x9d,0x9d,0xa6, +0x00,0x00,0xb4,0xa1,0x03,0x80,0x05,0xb5,0x00,0x03,0x1c,0x9d,0x9b,0x30,0x04,0x86, +0x96,0x63,0x05,0x59,0xb9,0x9a,0x30,0xa0,0xc4,0xb3,0xa3,0x15,0x08,0x08,0x1a,0x10, +0x06,0x00,0x70,0x03,0x30,0x57,0x9c,0x68,0x71,0x00,0x04,0xa2,0x70,0x02,0x73,0x68, +0x8a,0x95,0x03,0x39,0xa8,0x78,0x00,0x15,0x8a,0x67,0x80,0x06,0x58,0xc7,0x88,0x00, +0x90,0x07,0x44,0x80,0x04,0x00,0x74,0x08,0x00,0x21,0x04,0x10,0x40,0x01,0xa6,0xb8, +0x29,0x00,0x00,0x86,0xa5,0xcb,0x56,0x38,0x17,0xb6,0x90,0x05,0x4c,0x88,0x9a,0x00, +0x37,0xc7,0x38,0x80,0x09,0x2b,0xb1,0x75,0x02,0x65,0x38,0x1a,0xb0,0x72,0x94,0xa8, +0x24,0x08,0x12,0x00,0xdc,0x03,0xf1,0x14,0x87,0x00,0xa6,0x60,0x00,0x0c,0x8c,0x99, +0x73,0x91,0x96,0xb8,0x81,0x01,0x09,0x67,0x98,0x00,0x23,0x8a,0x79,0xb0,0x07,0x47, +0x79,0x87,0x00,0xa6,0x45,0x77,0x61,0x26,0x86,0x3b,0x86,0x2d,0x00,0xf7,0x19,0x11, +0x02,0x12,0x03,0x01,0xa8,0x65,0x98,0x80,0x00,0x58,0x69,0x49,0x25,0x75,0x77,0x86, +0x54,0x02,0x66,0x78,0x65,0x40,0x32,0x66,0x66,0xa0,0x09,0x0b,0x77,0x76,0x01,0x91, +0x77,0x77,0xc1,0x44,0x00,0x05,0x79,0x9d,0x0f,0x31,0x0e,0x99,0x91,0x09,0x00,0x30, +0x8a,0xac,0xaa,0x01,0x0f,0x10,0x18,0x63,0x29,0xf5,0x28,0x80,0x04,0x02,0x02,0x04, +0x02,0xa0,0xa0,0xb0,0x91,0x51,0x05,0x04,0x01,0x20,0x00,0x60,0x06,0x00,0x00,0x29, +0x47,0x72,0x00,0x06,0x67,0xc6,0xb0,0x00,0x00,0x9b,0x8d,0x60,0x00,0x58,0x00,0x09, +0x00,0x7e,0x99,0x9a,0xc3,0x69,0x22,0x32,0x36,0x40,0x81,0x96,0x26,0x82,0x08,0x05, +0x11,0x9a,0x38,0x17,0xf0,0x00,0x00,0x3e,0x99,0x99,0x93,0x1b,0x96,0x29,0x27,0x00, +0x9d,0xca,0xda,0xc3,0x00,0x09,0x00,0x40,0x09,0x72,0x93,0x70,0x97,0x37,0xf0,0x13, +0x60,0x72,0x80,0x80,0xa1,0x17,0x06,0x15,0x22,0x80,0x00,0x43,0x25,0x00,0x00,0x0d, +0x88,0xd8,0x83,0x0a,0xa2,0x2b,0x22,0x03,0x7c,0x88,0xd8,0x70,0x00,0xd8,0x8d,0x88, +0x00,0x09,0x8d,0x00,0xc2,0xc8,0x88,0x89,0x30,0x82,0x80,0x80,0xa1,0x18,0x06,0x15, +0x32,0x00,0x0b,0xf0,0x19,0x3a,0x41,0x27,0x00,0x05,0xb7,0x38,0xb6,0x01,0x8a,0x86, +0x79,0xb0,0x18,0x35,0x6b,0x59,0x00,0x8c,0x84,0x8b,0x91,0x00,0x94,0x4a,0x08,0x72, +0x86,0x46,0x10,0x25,0x09,0x29,0x09,0x0a,0x11,0x60,0x50,0x41,0x16,0x54,0x03,0x23, +0x09,0x10,0x04,0x00,0x40,0xba,0xaa,0xa9,0x09,0x57,0x22,0x30,0xaa,0xab,0x90,0x1e, +0x09,0x20,0x38,0x00,0xcb,0x01,0x02,0x71,0x0e,0xf2,0x1a,0x09,0x45,0x49,0xab,0x30, +0x94,0x59,0x30,0x00,0x0a,0x56,0x90,0x00,0x00,0xc8,0x89,0xc9,0xb4,0x0a,0x00,0x99, +0x18,0x20,0xd9,0x9a,0x46,0xc0,0x18,0x09,0xa0,0xc6,0x05,0x60,0xa9,0x3c,0x90,0x71, +0x0c,0x7a,0x05,0x70,0x26,0x07,0xf1,0x12,0xac,0xca,0x00,0x27,0x00,0x46,0x00,0x06, +0x30,0x04,0x60,0x00,0x7a,0xab,0xfc,0xa4,0x00,0x02,0xb6,0x60,0x00,0x04,0xb1,0x46, +0x00,0x2a,0x80,0x04,0x60,0x02,0x20,0x07,0xb3,0x37,0x06,0xf0,0x0b,0x01,0x7a,0x07, +0x9d,0x94,0x2c,0xe6,0x00,0xa0,0x06,0x3a,0x2a,0xac,0xc8,0x30,0xa1,0x00,0x0a,0x02, +0x9e,0x6a,0x99,0xd8,0x22,0xa0,0x55,0xd1,0x04,0x10,0x70,0x22,0x00,0x15,0xa9,0xa7, +0x35,0xf0,0x0b,0x91,0x00,0x09,0x0a,0x00,0x99,0x30,0x09,0x0a,0x00,0x90,0x50,0x0a, +0x9a,0xaa,0xea,0xa0,0x00,0x0a,0x02,0xf0,0x00,0x2d,0x9a,0x05,0xc3,0x57,0x07,0x90, +0x28,0x00,0x09,0x0a,0x67,0x0a,0x30,0x13,0x0c,0xc9,0x30,0x05,0x59,0x17,0xf5,0x0c, +0x99,0x9d,0xa9,0x96,0x07,0x14,0x67,0x17,0x00,0x26,0x8d,0x64,0x40,0x02,0x85,0x89, +0x76,0x00,0x81,0xaa,0x66,0x64,0x29,0x99,0xda,0x99,0x70,0xe4,0x23,0x10,0x00,0xfb, +0x11,0xf0,0x05,0xc9,0x09,0x7c,0x91,0x09,0x05,0x90,0xa0,0x00,0x90,0x89,0x0a,0x00, +0x6d,0x88,0x95,0xd9,0x00,0x90,0x39,0xb3,0x36,0x50,0x90,0xa0,0x07,0xb8,0x84,0xe8, +0x10,0xf1,0x1c,0x19,0x99,0x30,0x00,0x00,0x11,0x11,0x07,0xca,0x7a,0x77,0xd0,0x07, +0x23,0xa7,0x7d,0x06,0xca,0x69,0x44,0xc0,0x07,0x23,0x83,0x3c,0x00,0x72,0x4c,0x9b, +0xb0,0x5c,0xb3,0xa0,0xa0,0x05,0x10,0x19,0x0a,0x05,0x00,0x4a,0x10,0xa9,0xd8,0x07, +0xf0,0x04,0x6b,0x98,0xad,0x9d,0x00,0x90,0x79,0xd8,0xd0,0x4c,0x67,0x19,0x0a,0x02, +0xb4,0x79,0xd9,0xc0,0x09,0x99,0x02,0xf1,0x26,0xa9,0x69,0xda,0x91,0x98,0x20,0x0a, +0x00,0x00,0x02,0x99,0x99,0x94,0x00,0x00,0x05,0x20,0x05,0xb9,0x54,0x52,0x90,0x09, +0x05,0xab,0xac,0x02,0xb4,0x45,0x55,0x52,0x2b,0x42,0x3a,0x43,0x10,0x90,0x69,0xcb, +0xb2,0x09,0x77,0x28,0x77,0x26,0xa5,0x72,0x87,0x72,0x00,0x07,0x28,0x7a,0xf9,0x0a, +0xf0,0x28,0x3b,0xa5,0x9b,0xb9,0x60,0x72,0x37,0x88,0x74,0x2b,0x85,0x77,0x77,0x50, +0x73,0x1c,0x88,0xc2,0x07,0x21,0xc7,0x7b,0x20,0x89,0x39,0x69,0x64,0x46,0x26,0xa4, +0x5b,0x20,0x00,0x07,0x40,0x15,0x00,0x80,0x91,0x00,0x00,0x0b,0x09,0x10,0x00,0x06, +0xca,0xda,0xaa,0x30,0xc0,0x09,0x10,0x00,0x02,0xe2,0x00,0x11,0x2a,0xec,0x39,0x03, +0xe2,0x08,0xa0,0x2a,0xaa,0xda,0xaa,0x70,0x09,0xaa,0xca,0xab,0x0a,0x22,0x2e,0x40, +0xa9,0xd9,0x9c,0x0a,0x0c,0x1e,0xe2,0xaa,0xea,0xad,0x09,0x00,0xa0,0x0a,0x18,0x00, +0xa0,0x0a,0x72,0x00,0xa2,0xe7,0x17,0x03,0x8a,0x3a,0xf0,0x17,0xca,0xae,0xaa,0xb0, +0xb1,0x1b,0x11,0xa0,0xc8,0x8d,0x88,0xb0,0xc9,0x9e,0x99,0xb0,0xb0,0x0b,0x00,0x14, +0x00,0x0b,0x00,0x28,0x00,0x09,0xaa,0xc3,0x0a,0x88,0xd8,0x8a,0x00,0xa8,0x8d,0x88, +0xa0,0x0a,0x3d,0x1e,0xf5,0x06,0x6a,0xd9,0xea,0x60,0x03,0xb2,0x03,0xc4,0x05,0x75, +0x50,0x56,0x65,0x00,0xa2,0x05,0x60,0x00,0x96,0x00,0x56,0x94,0x38,0xf0,0x12,0x00, +0x06,0xaa,0x63,0xd9,0x90,0x73,0x49,0xc6,0x1a,0x07,0x34,0xa2,0xab,0x20,0x7a,0xa9, +0x79,0x97,0x17,0x34,0xaa,0x99,0xb2,0x7a,0xa8,0x90,0x09,0x06,0x00,0x0a,0x99,0xc0, +0x8a,0x19,0x20,0x00,0x06,0xa6,0x2a,0x41,0x69,0x7c,0x77,0xc0,0x09,0x00,0xf0,0x27, +0x24,0xa2,0x4a,0x20,0x04,0x7b,0x67,0xb6,0x12,0x9a,0xd9,0xad,0x96,0x01,0x78,0x03, +0x95,0x00,0x83,0x00,0x00,0x54,0x16,0x0a,0x02,0x60,0x0b,0x0a,0x09,0x20,0xd9,0x99, +0x99,0xa6,0x77,0x77,0x7b,0x25,0x09,0x88,0x8c,0x00,0x37,0x78,0x77,0x70,0x69,0x7d, +0x77,0xc0,0x63,0x0a,0x00,0xa0,0xe9,0x20,0xf3,0x3d,0x06,0xcb,0xeb,0xd0,0x00,0x47, +0x68,0x68,0x00,0x7b,0xdd,0x6b,0xdd,0x04,0x57,0x84,0x58,0x80,0x59,0x88,0x88,0x8b, +0x02,0x3d,0xaa,0xaa,0x30,0x01,0xb5,0x55,0xa0,0x05,0x8c,0x77,0x7d,0x71,0x00,0x00, +0x20,0x10,0x00,0x88,0xd2,0x98,0x31,0x06,0xb4,0x04,0x98,0x05,0xb9,0x95,0x9c,0x94, +0x03,0x5a,0x90,0x82,0x00,0x92,0x37,0x45,0x71,0x08,0x89,0x85,0x85,0x00,0x00,0x90, +0xbb,0x00,0x05,0x96,0x97,0x76,0x08,0x2f,0x40,0x00,0x00,0x05,0x70,0xee,0x03,0x00, +0x50,0x0e,0x41,0xa9,0x99,0x99,0xaa,0x96,0x33,0x01,0x11,0x00,0x10,0xa0,0x78,0x09, +0xf4,0x14,0x00,0x31,0x00,0x09,0x00,0xb1,0x00,0xd9,0xd2,0xc9,0x9a,0x90,0x9a,0x10, +0x0a,0xd9,0xd0,0x82,0x09,0x90,0x90,0x0b,0x19,0x90,0x90,0x01,0x27,0xd9,0xb0,0x00, +0x46,0x90,0x00,0x29,0xb2,0x8b,0x61,0xf1,0x16,0x07,0x9c,0x84,0x92,0x10,0x78,0x89, +0x5a,0x66,0x27,0x99,0x87,0x29,0x00,0x78,0xc7,0x50,0x25,0x00,0x58,0x88,0x88,0x20, +0x0a,0x0a,0x09,0x45,0x00,0xa0,0xa0,0x94,0x50,0x7d,0x9d,0x9d,0xbb,0x30,0x82,0x1e, +0xf1,0x16,0xb9,0xa2,0xab,0x20,0x08,0x68,0x81,0x38,0x27,0xb8,0xb6,0xa9,0x60,0x44, +0x68,0x0b,0xb0,0x08,0x03,0x89,0x44,0x92,0x0a,0x8d,0x9b,0xb4,0x00,0x90,0x92,0x75, +0x40,0x6d,0x8d,0x9c,0xba,0x30,0xaa,0x0e,0x2e,0x1f,0x19,0x07,0x00,0x02,0x02,0x06, +0x03,0xb2,0x9e,0x99,0x95,0x00,0x66,0xc6,0x63,0x00,0x0a,0x33,0x34,0x58,0x10,0x04, +0x6a,0x10,0x00,0x51,0x07,0x21,0x90,0x39,0xfe,0x3b,0x11,0xa0,0x85,0x38,0xf0,0x0a, +0xa9,0xa8,0x49,0xd8,0xa0,0x01,0x80,0x4a,0x0a,0xa9,0xa8,0x08,0xe4,0xa0,0x01,0x82, +0x8a,0x7a,0x99,0xa8,0x61,0xa0,0xa0,0x01,0x80,0x1b,0x00,0x30,0x00,0xa0,0xa0,0x8c, +0x29,0xf0,0x17,0x01,0x34,0x00,0x58,0x9c,0x65,0x30,0x04,0x8c,0xa8,0x88,0x11,0x89, +0xd9,0x88,0x85,0x00,0x9b,0x88,0x87,0x00,0x9c,0x97,0x77,0xb0,0x24,0x67,0x44,0x4b, +0x00,0x06,0x63,0x33,0xa0,0x00,0x6a,0x88,0x8b,0x56,0x0d,0x00,0x81,0x03,0xf1,0x00, +0x99,0x94,0x00,0x87,0xb7,0x74,0x00,0x0c,0x66,0x68,0x60,0x00,0xc6,0x66,0x96,0x09, +0x00,0xe0,0x28,0xd8,0x88,0xab,0x60,0x06,0x60,0x29,0x40,0x08,0x30,0x00,0x05,0x40, +0xfc,0x2d,0xf3,0x14,0x00,0xa9,0x85,0xc9,0xa8,0x19,0x83,0x0a,0x01,0x92,0x27,0x20, +0xa0,0x19,0x3a,0xda,0x8a,0x01,0x90,0x0b,0x30,0xa0,0x19,0x00,0xaa,0x2a,0x01,0x90, +0x84,0x18,0xc9,0xa9,0x39,0x00,0x0a,0xb2,0x3b,0x00,0x85,0x03,0xf0,0x15,0xda,0x78, +0xd8,0x81,0x0a,0x04,0x8d,0x89,0x02,0xa4,0x66,0xb3,0xb0,0x9a,0x89,0x6b,0x4b,0x06, +0x75,0x79,0xd8,0xa0,0x17,0x55,0x89,0x00,0x01,0xc9,0x3b,0xa2,0x00,0x02,0x07,0x21, +0x7a,0x10,0x84,0x0d,0xf2,0x15,0x07,0xc9,0x79,0xd9,0x90,0x0a,0x08,0x48,0x58,0x00, +0xb4,0x1d,0x9d,0x80,0x6b,0xbb,0xa0,0x90,0x0b,0x77,0x1c,0x8d,0x80,0x19,0x91,0xc6, +0xc6,0x01,0xa5,0x0c,0x7c,0x72,0x00,0x00,0xa1,0x11,0x30,0x12,0xf1,0x15,0xbb,0x8a, +0x8c,0x84,0x08,0x20,0xa8,0xc8,0x00,0xb5,0x2a,0x5b,0x50,0x2d,0x49,0xa2,0xa2,0x06, +0xb0,0x96,0x99,0x99,0x09,0x09,0x75,0x67,0x90,0xa9,0x76,0x75,0x28,0x03,0x02,0x11, +0x3a,0x40,0x05,0x02,0x00,0x5e,0x2f,0x02,0x10,0x3e,0x00,0x25,0x13,0x00,0x44,0x04, +0xf1,0x02,0xb0,0x91,0x65,0x00,0x75,0x09,0x10,0xb0,0x2a,0x00,0x91,0x06,0x60,0x01, +0xac,0x00,0x00,0x4c,0x35,0xf2,0x03,0x8d,0x95,0x8d,0x94,0x05,0xd8,0x27,0xc8,0x01, +0x46,0x04,0x17,0x05,0x01,0xcc,0xcc,0xc8,0x00,0x85,0x34,0xf0,0x23,0xd9,0x99,0x50, +0x2a,0x09,0x16,0x60,0x09,0x07,0xb0,0x06,0x30,0x03,0x78,0x00,0xa0,0x02,0x7b,0x00, +0x0a,0x20,0x00,0xa0,0x82,0xa6,0x34,0xbe,0x9b,0x0a,0x09,0x07,0xd6,0x60,0xa1,0x42, +0x8a,0x10,0x05,0xa2,0x51,0xa0,0x00,0x68,0x00,0x0a,0x02,0xa9,0x00,0x00,0xa6,0x53, +0x0b,0xf1,0x18,0x24,0x04,0x00,0x00,0x9c,0x34,0xa5,0x54,0x00,0x90,0x95,0xc6,0x72, +0xae,0x99,0x0a,0x21,0x04,0xe3,0x45,0xa9,0x00,0x8a,0x78,0x1a,0x45,0x45,0x90,0xa0, +0xa1,0x90,0x09,0x02,0x0a,0x03,0x00,0x90,0x08,0x80,0x7f,0x3b,0xf2,0x13,0x05,0xc7, +0x07,0xd9,0x70,0x06,0x36,0x84,0xa3,0x07,0xdb,0x46,0xb6,0x00,0x0d,0xb4,0x2a,0xc9, +0x25,0xa6,0x3a,0x30,0xb0,0x96,0x33,0x2a,0x95,0x00,0x63,0x01,0xa6,0x00,0x06,0x39, +0xcb,0x0c,0x02,0x56,0x08,0xf1,0x0c,0x9c,0x3c,0x99,0xb5,0x00,0x90,0xa0,0x05,0x52, +0x9d,0x66,0x77,0x72,0x06,0xe2,0x99,0xb9,0x60,0x9a,0x70,0x0a,0x00,0x55,0x90,0x79, +0xd9,0x40,0xd0,0x0a,0x00,0x2c,0x0f,0xf2,0x19,0x01,0x50,0x01,0x46,0x06,0xc5,0x59, +0x93,0x70,0x18,0x32,0x87,0x65,0x06,0xd9,0x58,0xd8,0x80,0x0e,0x95,0x5a,0x1a,0x05, +0xb6,0x79,0xc7,0xc0,0x87,0x2b,0xac,0x8d,0x40,0x72,0x53,0x00,0x90,0x07,0x25,0x30, +0x6a,0xcf,0x17,0x00,0x74,0x05,0xf5,0x03,0x09,0x03,0x02,0x10,0xa0,0x48,0x70,0x3b, +0x72,0x08,0x30,0x00,0x06,0x50,0x19,0x9e,0x99,0x70,0x44,0x2a,0x00,0x54,0x10,0x01, +0x42,0x15,0x00,0x29,0x00,0xf1,0x11,0x94,0x09,0x07,0x04,0x33,0x70,0x5a,0x22,0x07, +0x90,0x01,0x00,0xa2,0x91,0x02,0x99,0x9f,0xba,0x96,0x00,0x06,0x6a,0x10,0x00,0x28, +0x80,0x2b,0x61,0x08,0x20,0x00,0x04,0x29,0x00,0x00,0x29,0x28,0xf3,0x3a,0x95,0x07, +0x88,0x03,0x95,0x40,0x87,0x6a,0x33,0xa2,0x04,0x88,0x64,0x4b,0x00,0x47,0xb7,0xa4, +0xb0,0x04,0x62,0xbb,0x0b,0x00,0x47,0x82,0x24,0xb0,0x04,0xa7,0x77,0x7b,0x00,0x06, +0x00,0x06,0x20,0x00,0x72,0x64,0x62,0xa0,0x69,0x99,0xbc,0xad,0x05,0x18,0x45,0x55, +0x51,0x44,0x83,0x4b,0x54,0x12,0x68,0x79,0xdb,0xb1,0x04,0xaa,0x28,0x77,0x18,0xa7, +0x92,0x87,0x71,0x00,0x08,0x27,0x6b,0x13,0x3f,0xf1,0x18,0x02,0x20,0x04,0x8a,0x85, +0x99,0x80,0x09,0x36,0x08,0x44,0x05,0x98,0x86,0x88,0x82,0x39,0x6a,0x68,0x6b,0x03, +0xb8,0x95,0xaa,0x90,0x09,0x53,0x09,0x90,0x01,0x96,0xb6,0x69,0x04,0x82,0x54,0xa0, +0x78,0x50,0x2d,0x00,0x00,0xbc,0x3a,0xf0,0x03,0x9b,0x86,0xcb,0x84,0x46,0x34,0x71, +0x52,0x00,0x78,0x8d,0x88,0xb0,0x05,0x98,0xd8,0x8b,0x00,0x22,0x07,0xd2,0x06,0x9d, +0xe9,0x9d,0x00,0x18,0x6a,0x01,0xb0,0x1b,0x30,0xa1,0x84,0xdc,0x03,0x00,0x2d,0x00, +0xf0,0x0d,0xac,0x98,0xdb,0x96,0x36,0x51,0xa1,0x71,0x00,0x49,0x9d,0x99,0x80,0x27, +0x77,0xc7,0x77,0x50,0x22,0x22,0x2b,0x22,0x09,0xc9,0x99,0xd9,0x50,0x04,0x68,0x23, +0xf2,0x1d,0x03,0x29,0xa0,0x00,0x05,0x00,0x13,0x00,0x04,0xcc,0x8b,0xab,0x81,0x65, +0xb8,0xb7,0xc2,0x00,0x97,0x66,0x6a,0x50,0x09,0x76,0x66,0xa5,0x00,0x68,0x76,0x89, +0x30,0x68,0xba,0x8c,0xa8,0x20,0x2b,0x00,0x73,0x00,0x4b,0x10,0x07,0x30,0x7b,0x04, +0x00,0x31,0x0c,0xf0,0x06,0xba,0x87,0xba,0x72,0x34,0x42,0x90,0x60,0x00,0xd8,0x88, +0x88,0xc1,0x05,0xc8,0x88,0xc4,0x00,0x0c,0x88,0x8b,0xfb,0x07,0x10,0x83,0x87,0x09, +0xf0,0x1e,0x70,0x00,0xd8,0x88,0x97,0x00,0x03,0x20,0x04,0x00,0x00,0xcc,0x96,0xcb, +0x82,0x53,0x54,0x62,0x71,0x00,0xc8,0x99,0xaa,0xd0,0x0c,0x88,0x98,0x0a,0x00,0xc6, +0x79,0x80,0xa0,0x0a,0x18,0x18,0x0a,0x01,0xc9,0xc5,0x87,0x70,0x28,0x30,0x68,0xa8, +0x00,0xf0,0x15,0x06,0x00,0x00,0x0b,0xc9,0x9c,0xc9,0x90,0x36,0x61,0x91,0x74,0x00, +0x18,0xc8,0x6c,0x88,0xa0,0x0b,0xb7,0x8a,0x00,0xa0,0x0b,0xb7,0x9a,0x04,0x90,0x08, +0xb7,0x5a,0x05,0x20,0x28,0xc9,0x7a,0xa9,0x37,0xf0,0x43,0x08,0x99,0x90,0x05,0x00, +0x14,0x00,0x01,0xca,0x8b,0xa9,0x80,0x71,0x94,0xc0,0x80,0x00,0x07,0x92,0xa4,0x00, +0x59,0x58,0x87,0x69,0x00,0xa5,0xc5,0x8b,0x10,0x06,0xb9,0x3b,0x91,0x00,0x7c,0x34, +0xc8,0x10,0x53,0x05,0x50,0x27,0x00,0x10,0x91,0x09,0x10,0x06,0x29,0x90,0x91,0x00, +0x27,0xa9,0x09,0xa9,0x33,0x6c,0x60,0x91,0x00,0x38,0xb5,0x09,0x10,0x00,0xad,0x5c, +0x99,0xd0,0x74,0x94,0x80,0x09,0x01,0x09,0x0c,0x99,0xd0,0x00,0x90,0x95,0x16,0x04, +0x82,0x02,0xf4,0x19,0x82,0x11,0xa1,0x10,0x88,0x85,0x8d,0x88,0x15,0xa9,0x07,0xd7, +0x70,0x7c,0x95,0x8b,0x88,0x31,0xd5,0x08,0x88,0x70,0x3e,0xa1,0xc6,0x6b,0x0a,0x92, +0x0c,0x77,0xb0,0x28,0x10,0x90,0x0a,0x00,0x81,0x09,0x07,0x90,0xff,0x1e,0xf1,0x17, +0x52,0x00,0x89,0xcb,0x75,0x10,0x00,0x57,0x05,0x60,0x00,0x5c,0x9d,0x81,0x00,0x00, +0x3c,0x40,0xa2,0x00,0xaf,0xaa,0x89,0xb0,0x01,0x60,0xa0,0x62,0x10,0x75,0x0a,0x05, +0x90,0x14,0x09,0xb0,0x04,0x10,0xca,0x16,0xf2,0x10,0x37,0x09,0xac,0xa4,0x1a,0x47, +0x01,0x80,0x05,0xab,0x10,0x18,0x00,0x1b,0x4a,0x01,0x80,0x04,0x85,0x70,0x18,0x00, +0x26,0x89,0x01,0x80,0x06,0x38,0x4a,0xad,0xa5,0x59,0x3e,0x00,0xd5,0x03,0xf1,0x15, +0x63,0x3d,0xac,0x50,0x18,0x63,0x91,0x90,0x06,0xa9,0x0a,0x1d,0x91,0x1a,0x56,0xb8, +0x0a,0x05,0x86,0x79,0xa4,0x80,0x45,0x76,0x83,0xe0,0x08,0x28,0xa5,0xa8,0x90,0x30, +0x14,0x51,0x03,0x20,0x7a,0x39,0xf0,0x12,0x54,0x0c,0xad,0xaa,0x08,0x63,0x90,0x90, +0xa5,0xa8,0x09,0x09,0x0a,0x09,0x36,0xba,0xda,0xa5,0x97,0x69,0x09,0x0a,0x25,0x56, +0x90,0x90,0xa6,0x47,0x6b,0x9d,0x9a,0x60,0x20,0xf9,0x03,0x00,0xf5,0x3b,0xf2,0x14, +0x64,0x03,0xd9,0x80,0x18,0x75,0xb7,0x27,0x06,0xb9,0x21,0x8b,0x00,0x09,0x63,0x7a, +0x79,0x15,0x97,0x84,0x65,0x25,0x25,0x65,0x00,0x51,0x06,0x37,0x65,0x97,0x10,0x30, +0x10,0x00,0x38,0x7b,0x00,0xf2,0x14,0x55,0x09,0x99,0xd0,0x19,0x55,0x90,0x09,0x06, +0xa9,0x09,0x99,0xd0,0x1a,0x48,0x90,0x09,0x04,0x75,0x79,0x99,0xd0,0x35,0x78,0x90, +0x09,0x06,0x38,0x89,0x00,0x90,0x70,0x64,0xd9,0x9d,0x26,0x10,0x10,0x27,0x0a,0x30, +0xf1,0x15,0x22,0x89,0xc8,0x63,0x88,0x41,0x29,0x10,0x5b,0x90,0x57,0xb6,0x20,0xa3, +0x73,0x33,0x31,0x69,0x78,0x79,0x9a,0x23,0x55,0x79,0x00,0x72,0x73,0x75,0x98,0x8c, +0x24,0x00,0x09,0x11,0x82,0x01,0x4f,0x12,0xf1,0x3d,0x19,0xd9,0xa7,0x08,0x62,0x48, +0x28,0x45,0xa8,0x3e,0x9b,0xc6,0x08,0x53,0x90,0x80,0x95,0x96,0x5b,0x9c,0x99,0x16, +0x63,0x90,0x00,0x24,0x56,0x79,0x00,0x08,0x50,0x31,0x79,0x99,0x80,0x00,0x60,0x04, +0x20,0x00,0x63,0x29,0xac,0x96,0x08,0x65,0x0b,0x25,0x06,0xdb,0x04,0x70,0xb1,0x07, +0x55,0xec,0xa9,0x73,0xd8,0xa1,0x55,0x11,0x24,0x24,0x27,0x72,0x04,0x66,0x77,0x37, +0x26,0x71,0x56,0x90,0x5a,0x80,0x40,0x3d,0x01,0xfe,0x00,0xf3,0x14,0x0a,0x9a,0xa6, +0x19,0x64,0x83,0x88,0x25,0xba,0x19,0x73,0xa0,0x1a,0x66,0x63,0x95,0x54,0x85,0x68, +0x99,0x94,0x27,0x75,0x01,0x90,0x05,0x57,0x80,0x19,0x00,0x71,0x54,0x9a,0xd9,0x70, +0x50,0x40,0x00,0xcd,0x37,0xf2,0x16,0x1c,0x8b,0x00,0x08,0x64,0x68,0x4a,0x00,0x5b, +0x90,0x34,0x68,0x00,0x08,0x36,0xa9,0xe9,0x90,0x4b,0x87,0x73,0xe9,0x30,0x14,0x35, +0x07,0xba,0x00,0x45,0x66,0xa4,0x94,0x90,0x41,0x20,0x19,0x70,0xd3,0x13,0xf5,0x67, +0xc9,0xa5,0xd9,0xc4,0x0c,0x66,0x84,0x6b,0x00,0xc8,0x93,0x2d,0x80,0x07,0x79,0x87, +0x13,0x50,0x08,0xb9,0x75,0x00,0x06,0xbc,0x97,0x8a,0x10,0x06,0x26,0x28,0x50,0x08, +0x24,0xa1,0x06,0x20,0x00,0x60,0x02,0x50,0x00,0x63,0x29,0x99,0x93,0x1a,0x83,0xb7, +0x7a,0x43,0xaa,0x0a,0x11,0x64,0x0a,0x55,0x57,0xc7,0x24,0xa7,0x89,0x7d,0x74,0x16, +0x73,0x46,0xd8,0x03,0x67,0x7a,0x09,0x93,0x51,0x33,0x19,0x70,0x40,0x00,0x40,0x01, +0x30,0x00,0x54,0x08,0x8c,0x83,0x09,0x64,0x90,0x02,0x54,0xba,0x0c,0x88,0x83,0x09, +0x55,0xd8,0x88,0x63,0xa7,0x7f,0x34,0x77,0x17,0x85,0xea,0xac,0x94,0x67,0xbb,0x34, +0x77,0x32,0x35,0x71,0x14,0x70,0x85,0x02,0x00,0xc7,0x0c,0xf3,0x3c,0x08,0x31,0xcc, +0xec,0x91,0xa5,0x60,0x0a,0x00,0x7b,0x90,0xb9,0xca,0x80,0x83,0x68,0x58,0x68,0x5a, +0x78,0x8b,0xf9,0x52,0x55,0x50,0xab,0x80,0x54,0x69,0xa2,0xa5,0x76,0x04,0x03,0x0a, +0x02,0x00,0x30,0x04,0x00,0x00,0x53,0x69,0xaa,0x94,0x08,0x78,0x41,0x13,0x55,0xb6, +0x09,0x6c,0x73,0x08,0x65,0x87,0xc9,0x24,0x87,0xa8,0x91,0x54,0x36,0x84,0x8a,0x69, +0x46,0x36,0x48,0xa7,0xa4,0x20,0x00,0x89,0xda,0x1c,0xf5,0x3e,0x80,0x27,0x90,0x80, +0x16,0x5a,0x1c,0x4b,0x09,0x83,0x7a,0x5b,0x73,0x36,0x4d,0x13,0x70,0x07,0x89,0x90, +0x9a,0x81,0x45,0x68,0x28,0x90,0x08,0x77,0x87,0xab,0x00,0x76,0x28,0x80,0x99,0x30, +0x01,0x30,0x03,0x10,0x00,0x72,0x09,0xb9,0xa0,0x08,0x72,0x89,0x7a,0x06,0xb8,0x09, +0x69,0x80,0x07,0x53,0x97,0x59,0x05,0xc8,0x78,0xa9,0x80,0x12,0x31,0x35,0x66,0x03, +0x78,0x88,0x63,0xa3,0x61,0x54,0x2b,0x96,0x20,0x56,0x11,0xf0,0x59,0x07,0x33,0x77, +0xc7,0x40,0x96,0x59,0x99,0x93,0x5b,0x95,0x7a,0x67,0x90,0x85,0x69,0x99,0x95,0x4a, +0x86,0xd8,0x8a,0x41,0x77,0x4b,0x55,0x84,0x55,0x75,0x9c,0x7c,0x24,0x12,0x46,0x00, +0x25,0x01,0x30,0x04,0x10,0x00,0x73,0x28,0xbb,0x80,0x08,0x45,0x50,0x09,0x07,0xba, +0x4a,0x88,0x80,0x17,0x25,0xb9,0x99,0x14,0xd9,0x6b,0x76,0x61,0x11,0x29,0xac,0xbb, +0x14,0xb7,0xa8,0x76,0x61,0x31,0x05,0x82,0x28,0x00,0x0a,0x7c,0x7c,0x8b,0x30,0x76, +0x9a,0x87,0x82,0x18,0x88,0xd8,0x88,0x40,0x0a,0x78,0x78,0x60,0x00,0xb6,0x66,0x87, +0x00,0x0b,0x66,0x68,0x70,0x09,0x00,0xf0,0x04,0x01,0x8c,0x77,0x79,0xb5,0x00,0x40, +0x00,0x50,0x00,0x37,0x94,0x5c,0x41,0x04,0x55,0xb5,0x55,0x10,0xd1,0x04,0x00,0x2d, +0x00,0xf1,0x04,0x60,0x88,0x8d,0x88,0x85,0x00,0x06,0x9a,0x20,0x01,0x59,0x80,0x2a, +0x83,0x15,0x10,0x00,0x02,0x30,0x11,0x2b,0x90,0x7a,0xb8,0x9b,0x82,0x03,0x77,0xd7, +0x75,0x02,0x20,0x00,0xf0,0x08,0x07,0x98,0x38,0x47,0x02,0x8b,0x98,0xd8,0xb6,0x02, +0x87,0x49,0x37,0x02,0x7a,0x62,0x7e,0x14,0x04,0xa2,0xa5,0x6a,0x80,0x52,0x1a,0xf0, +0x15,0x10,0x49,0xac,0x98,0x90,0x00,0x02,0x72,0xa0,0x02,0x99,0xac,0xdb,0x96,0x00, +0x3a,0x92,0x11,0x02,0xbd,0x97,0x77,0x90,0x01,0x6a,0x88,0x99,0x00,0x06,0x40,0x01, +0x90,0x00,0x6b,0x99,0x99,0x48,0x07,0xf0,0x17,0x5a,0x03,0x9d,0x74,0xb8,0x10,0x01, +0xa1,0x4a,0x00,0x01,0x7c,0x56,0xda,0x92,0x59,0xd9,0x19,0x00,0x00,0x7e,0x26,0xdb, +0xb5,0x19,0xaa,0x4a,0x00,0x07,0x19,0x00,0x90,0x08,0x00,0x90,0x06,0x99,0x60,0xad, +0x27,0xf5,0x15,0x08,0xbd,0x38,0x16,0x20,0x35,0x9a,0x94,0xb7,0x03,0xab,0x45,0x37, +0x50,0x3b,0xb8,0x68,0x75,0x43,0x49,0x52,0x77,0x60,0x59,0xd8,0xb8,0xcd,0x05,0x5a, +0x05,0x58,0x30,0x00,0x93,0xa0,0x80,0x72,0x1e,0xf0,0x11,0x01,0x7c,0x85,0x97,0xb0, +0x09,0xaa,0x7b,0x6a,0x70,0xa9,0x66,0x4c,0xb1,0x2a,0x66,0x8b,0x78,0xb0,0x1c,0x88, +0x89,0x91,0x00,0xb6,0x66,0x78,0x01,0x7d,0x88,0x89,0xc7,0x15,0x02,0x00,0x0e,0x09, +0xf0,0x06,0x02,0x02,0x88,0xc0,0xb8,0x91,0x26,0x6b,0x0a,0x33,0x60,0x00,0x30,0x13, +0x30,0x00,0xc8,0x88,0x96,0x00,0x0d,0x05,0x3d,0x30,0xd7,0x77,0x97,0xc9,0x29,0x56, +0x70,0x00,0xa0,0x04,0xa4,0xf3,0x16,0xf1,0x19,0x46,0x11,0x80,0x00,0x0a,0x1a,0x1a, +0x8a,0x04,0xd9,0xc4,0xc2,0x00,0x02,0x23,0x29,0x01,0x80,0xc6,0xc0,0x79,0x92,0x0c, +0x6c,0x19,0x27,0x00,0xd8,0xd1,0xc6,0x10,0x09,0x0a,0x19,0x00,0x90,0x95,0xa0,0xa9, +0x95,0xd2,0x05,0xf6,0x14,0xd9,0x97,0x99,0x60,0x09,0x09,0x80,0x16,0x10,0xd9,0x98, +0xab,0x50,0x09,0x09,0x89,0x47,0x60,0xda,0x98,0x91,0xa0,0x17,0x09,0x89,0x0a,0x04, +0x50,0xb6,0x96,0x92,0x72,0x9b,0x3a,0x41,0xa3,0x02,0xf4,0x14,0xdb,0x64,0x96,0xa8, +0x08,0x8a,0x54,0xb2,0x80,0xdb,0x0b,0x86,0x28,0x08,0x89,0x07,0xa2,0x80,0xcb,0x89, +0xb7,0x28,0x16,0x87,0x08,0x66,0x83,0x38,0x79,0xc6,0x51,0x64,0x97,0x08,0x62,0x8e, +0x29,0xf0,0x03,0x00,0x14,0x91,0x11,0xa8,0x88,0x88,0xba,0x88,0x88,0x8b,0xa1,0x11, +0x11,0xba,0x99,0x99,0x9b,0x20,0x38,0x40,0xaa,0xaa,0xab,0xa0,0xb4,0x2d,0xf3,0x06, +0x9e,0xa9,0x99,0x40,0x06,0x50,0x29,0x00,0x05,0xd9,0x99,0xba,0x00,0x21,0x05,0x00, +0x41,0x04,0x99,0xda,0x99,0x5e,0x1f,0x72,0xa1,0x00,0x02,0x88,0x88,0x88,0x86,0x6f, +0x0d,0xf0,0x13,0x81,0x00,0x00,0x09,0x67,0x85,0x9d,0x00,0x99,0x75,0x19,0xc0,0x09, +0x03,0x78,0x0a,0x00,0x89,0x82,0x99,0xc0,0x08,0x07,0x28,0x0b,0x03,0x9a,0xa9,0xba, +0x97,0x02,0xa3,0x03,0xa6,0x1e,0x30,0xf2,0x1a,0x53,0x00,0x50,0x02,0x20,0x00,0x7b, +0x40,0x18,0x00,0x0a,0x49,0x99,0x99,0x50,0x97,0x90,0x88,0x50,0x5d,0x8a,0x09,0x0a, +0x00,0xa4,0x90,0x90,0xa0,0x18,0x79,0x27,0x0a,0x04,0x50,0x96,0x40,0xa6,0x80,0x69, +0xb0,0x0b,0xcb,0x00,0x00,0xd4,0x0a,0xf2,0x14,0x59,0x20,0x0a,0x00,0x0b,0x69,0xc8, +0x88,0x90,0x97,0x96,0x20,0x06,0x5c,0x8a,0x09,0x18,0x10,0x94,0x90,0xd8,0x00,0x17, +0x89,0x0a,0x00,0x04,0x50,0x90,0xa0,0x09,0x80,0x68,0x0a,0x99,0xb7,0x1d,0x10,0x13, +0x30,0x08,0xf0,0x06,0xb9,0xa0,0x00,0x0a,0x40,0x56,0x00,0x08,0xd9,0x9d,0x9b,0x60, +0x0a,0x00,0xa0,0x36,0x00,0xaa,0xab,0xab,0x60,0x43,0x07,0x00,0x4f,0x08,0x50,0x64, +0x05,0xba,0x99,0xab,0xc9,0x12,0xf0,0x3f,0x90,0x01,0x9b,0xc9,0x9d,0x95,0x00,0x35, +0x60,0x80,0x00,0x29,0x9d,0x99,0x70,0x04,0x50,0xa0,0x0a,0x02,0xbc,0x9e,0xa9,0xe6, +0x00,0x04,0xaa,0x10,0x00,0x39,0x80,0x2b,0x72,0x17,0x10,0x00,0x03,0x50,0x00,0x27, +0x01,0x90,0x01,0x9a,0xc9,0xad,0x96,0x00,0x45,0x00,0x50,0x00,0x1b,0x69,0x99,0xd7, +0x0b,0x74,0x99,0x3a,0x03,0x67,0x81,0x45,0xa0,0x02,0x78,0x9a,0x5a,0x00,0x27,0x40, +0x00,0xa0,0x02,0x70,0x02,0x99,0x6e,0x05,0x02,0x29,0x00,0xf0,0x0c,0x01,0xa3,0x01, +0x40,0x00,0x9b,0x98,0x88,0xb4,0x36,0xb8,0x96,0x46,0x40,0x69,0x9c,0x88,0x63,0x00, +0x41,0x71,0x47,0x20,0x1b,0x9b,0x96,0x91,0xe3,0x25,0x04,0x29,0x00,0xf3,0x0e,0x9d, +0x96,0x01,0xc8,0x55,0x95,0x20,0xa5,0x49,0xa4,0x56,0x36,0x78,0xc7,0x74,0x50,0x39, +0x6b,0x5a,0x55,0x03,0xa7,0xc6,0xa5,0x40,0x3a,0x7c,0x7a,0x63,0x29,0x00,0xb1,0x01, +0x80,0x01,0x8a,0xc8,0x9c,0x86,0x02,0x67,0xa6,0x84,0x7c,0x37,0xf1,0x03,0x17,0x9d, +0x88,0xd8,0x50,0x3c,0x87,0x79,0x90,0x03,0xaa,0x9b,0x89,0x00,0x36,0x61,0x80,0xa0, +0x03,0x1c,0xf2,0x42,0x00,0x45,0x03,0x70,0x02,0x9b,0xb9,0xac,0x96,0x08,0x88,0x46, +0x20,0x00,0xa7,0x84,0xb9,0x82,0x0a,0x88,0x94,0x80,0x00,0x77,0x74,0x02,0x30,0x06, +0x9c,0x8c,0x8b,0x00,0x62,0x80,0x90,0xa0,0x3b,0xac,0x8d,0x8d,0x70,0x00,0x27,0x05, +0x40,0x01,0x8a,0xc8,0xbb,0xa5,0x03,0x47,0x46,0xcb,0x50,0x79,0x55,0x5c,0x54,0x08, +0xa9,0xb5,0x96,0x35,0x9a,0x95,0x9a,0x90,0x08,0x89,0xb5,0x86,0x04,0x68,0x79,0x8c, +0x67,0x33,0x40,0x08,0x19,0x79,0x01,0x00,0x7f,0x00,0x00,0xa8,0x00,0xf1,0x11,0x09, +0x69,0x3a,0x69,0x30,0xb9,0xb3,0xc9,0xb4,0x0a,0x69,0xb9,0x97,0x40,0x92,0x7b,0x66, +0x54,0x09,0x4a,0xb9,0x95,0x40,0x91,0x9c,0x92,0x54,0x09,0x62,0x80,0x6a,0x20,0xbd, +0x0a,0xf6,0x15,0xb7,0x90,0x0c,0x73,0x0b,0x89,0x99,0xb9,0x91,0x44,0x39,0x8c,0x55, +0x1b,0x44,0x80,0xb8,0x50,0xa9,0x58,0x68,0x30,0x00,0x36,0x8c,0x26,0x00,0x04,0x76, +0xb1,0x67,0x04,0xa8,0x73,0x1b,0x90,0x17,0x31,0xf3,0x17,0x03,0x71,0x00,0x05,0x40, +0xaa,0xc4,0x06,0xba,0xba,0x79,0x00,0x74,0x38,0x2d,0x90,0x07,0x43,0xb7,0x63,0x91, +0x6b,0xa5,0x8d,0x96,0x00,0x55,0x64,0xb5,0x30,0x6c,0xba,0x8c,0x88,0x02,0x00,0x30, +0x90,0xb4,0x17,0xf2,0x13,0x88,0xc7,0xc0,0x6b,0xa8,0x8c,0x7c,0x08,0x68,0x69,0xc7, +0xa0,0x86,0x81,0xb5,0x90,0x06,0xc9,0x29,0xa2,0x50,0x08,0x77,0xda,0x8b,0x24,0xbc, +0x46,0x74,0x70,0x32,0x18,0x4b,0x16,0x86,0x1e,0x60,0x68,0x09,0x99,0x94,0x36,0x33, +0x01,0x02,0x90,0x3a,0xaa,0xa7,0x1b,0x90,0x00,0x45,0x03,0x39,0x61,0x2e,0x51,0x90, +0x00,0x45,0x00,0x09,0x09,0x00,0x13,0x08,0xf7,0x3c,0xf2,0x19,0x62,0x35,0x00,0x00, +0x29,0x1a,0x99,0x59,0x45,0x38,0xb9,0xc3,0x00,0x0c,0x27,0x68,0x69,0x58,0xc1,0xa7, +0xc0,0x90,0x09,0x36,0xc6,0x19,0x00,0x94,0x6a,0x20,0x90,0x09,0x38,0xc8,0x39,0x00, +0x90,0x09,0x07,0x80,0x1d,0x03,0xf0,0x13,0x21,0x36,0x00,0x01,0x92,0x6a,0x25,0x94, +0x53,0x88,0xc8,0x30,0x00,0xb4,0x8b,0x98,0xa6,0x8d,0x48,0xba,0x19,0x01,0x93,0x8b, +0x81,0x90,0x09,0x27,0xc7,0x19,0x00,0x94,0x9d,0xb3,0x9c,0x08,0x15,0x6a,0x20,0x1b, +0x00,0x99,0x27,0xf1,0x0f,0x92,0x02,0x66,0xc6,0x65,0x00,0x12,0x2b,0x32,0x20,0x19, +0x9c,0xdc,0x99,0x50,0x08,0x90,0x92,0xa1,0x2a,0xa3,0x03,0xd1,0x00,0x08,0x89,0x44, +0xd5,0x00,0x65,0x1b,0x07,0xf1,0x19,0x50,0x00,0x05,0x88,0x8c,0x88,0x81,0x02,0x88, +0x88,0x80,0x03,0x89,0x44,0x4b,0x51,0x27,0x83,0x33,0xb4,0x10,0x28,0xec,0xb8,0x20, +0x05,0xc4,0x0a,0x85,0x06,0x5a,0x46,0x5b,0x50,0x00,0x86,0x30,0x06,0x20,0x00,0x9b, +0x10,0xf2,0x40,0x71,0x24,0xb4,0x40,0x09,0x9a,0x96,0xc6,0xc0,0x00,0x46,0xa0,0x90, +0x60,0x01,0xd9,0xad,0x9a,0xa0,0x0b,0xc9,0x96,0x37,0x50,0x02,0x92,0x90,0xab,0x00, +0x00,0x93,0x73,0xbb,0x20,0x00,0x95,0x68,0x01,0xa1,0x08,0x00,0x0a,0x48,0x01,0x63, +0x78,0xd8,0xc3,0x49,0xb2,0x2b,0x22,0x10,0x45,0x79,0xd9,0xa0,0x0c,0x9a,0x3b,0x3a, +0x07,0xd9,0xa4,0xb4,0xb0,0x19,0x0a,0x8d,0x8c,0x00,0x90,0x90,0xa0,0x90,0x09,0x09, +0x0a,0x3b,0x96,0x18,0x10,0x09,0xb7,0x01,0xf2,0x14,0x98,0x8c,0x85,0x03,0x49,0x34, +0xb3,0x22,0xd8,0x92,0x4b,0x31,0x35,0x03,0x91,0x11,0x02,0x88,0xad,0xa8,0x86,0x05, +0xa8,0x08,0x59,0x01,0x37,0x65,0x3a,0x71,0x00,0x76,0x20,0x03,0x60,0x2b,0x2a,0xf0, +0x19,0x10,0x00,0x90,0x3a,0xb8,0x54,0x49,0x03,0x7b,0x87,0x44,0x90,0x0a,0xb8,0x93, +0x39,0x00,0x23,0x2a,0x03,0x40,0x48,0x89,0xe9,0x89,0x40,0x38,0x72,0x86,0x70,0x35, +0xb3,0x73,0xb5,0x00,0x08,0x51,0x00,0x43,0x04,0x83,0x2b,0xf1,0x14,0x61,0x0d,0x99, +0x92,0x79,0xda,0xb7,0x76,0x00,0x37,0x1c,0x66,0xb0,0x1d,0xa3,0xc6,0x6b,0x09,0xa8, +0x26,0xc8,0x50,0x09,0x08,0xc4,0x83,0x00,0x90,0x22,0xeb,0x00,0x09,0x0a,0x82,0x4b, +0xa4,0x0a,0xf0,0x08,0x6a,0xad,0xad,0xaa,0x20,0x00,0x91,0x80,0x00,0x2c,0xad,0xad, +0x9c,0x02,0x74,0x51,0x80,0xa0,0x2a,0xa0,0x0b,0xac,0x02,0x92,0x30,0x60,0x2c,0x99, +0x99,0x9c,0x02,0x70,0x61,0x1e,0xf2,0x38,0x9d,0x9d,0x99,0x50,0x88,0xd8,0xd8,0xa2, +0x0a,0x0a,0x09,0x07,0x20,0x58,0xba,0x88,0x81,0x29,0x9d,0xa9,0xa9,0x60,0x0a,0x60, +0x57,0x00,0x00,0x4b,0xed,0x72,0x00,0x97,0x40,0x03,0x82,0x1c,0xef,0xef,0xee,0x60, +0xa6,0xc6,0xc7,0xa3,0x02,0x82,0xc7,0x77,0x31,0xa8,0xc9,0x66,0x80,0x07,0x84,0xb7, +0x7b,0x02,0x85,0x0b,0xca,0x80,0x03,0x67,0x77,0x93,0x00,0x36,0x88,0x77,0x96,0x3b, +0x0a,0x10,0x80,0xa6,0x05,0xf5,0x14,0x0a,0x99,0xd0,0x39,0xc6,0xa8,0x8d,0x00,0x18, +0x0a,0x33,0xa0,0x5a,0xc9,0xa4,0x4b,0x00,0x4a,0x08,0xbb,0xb0,0x07,0x66,0x18,0x90, +0x00,0xa0,0x66,0x49,0x02,0x63,0x05,0x80,0x7a,0x60,0x13,0x4a,0xf6,0x16,0x19,0x09, +0x88,0xc4,0x38,0x99,0x98,0x8b,0x40,0x09,0x29,0x44,0x94,0x07,0xe2,0x94,0x49,0x46, +0x7b,0x97,0xbb,0xa3,0x00,0xa0,0x08,0x90,0x00,0x0a,0x05,0x49,0x06,0x00,0xa5,0x70, +0x6a,0x80,0x00,0xf1,0x18,0xa2,0x90,0x00,0x0a,0x0a,0x1e,0x99,0x40,0xa0,0xa8,0x58, +0x23,0x1a,0xf3,0x07,0x3c,0x99,0x9c,0x10,0x03,0x70,0x90,0x81,0x00,0x37,0x0d,0x27, +0x10,0x00,0x09,0x8a,0x03,0x41,0x9a,0x40,0xb9,0xb3,0xaa,0x3e,0xf5,0x13,0x11,0x00, +0x00,0x98,0x7c,0x60,0x08,0xe9,0xae,0xa9,0x06,0x90,0x90,0x0a,0x00,0xd9,0xd9,0x9d, +0x01,0x90,0x90,0x0a,0x03,0xc9,0xd9,0x9d,0x07,0x30,0x90,0x0a,0x0a,0x00,0x91,0xaa, +0x19,0x16,0xf5,0x15,0xa7,0x4b,0xba,0x98,0x5b,0xb7,0x8b,0x77,0x51,0x77,0x89,0xca, +0xa6,0x0b,0xbb,0x87,0x10,0x90,0x87,0x88,0xa7,0x58,0x0b,0xba,0x6b,0x84,0x84,0x36, +0x74,0xaa,0x47,0x60,0x28,0x53,0x3b,0x40,0xc1,0x12,0xf1,0x03,0x22,0x29,0x52,0x22, +0x16,0x66,0x66,0x66,0x40,0x08,0x88,0x88,0x30,0x00,0x77,0x77,0x73,0x00,0x7f,0x4d, +0x30,0xd9,0x99,0xa8,0x80,0x06,0x00,0xc4,0x0f,0x03,0x7b,0x20,0xf0,0x09,0x55,0x00, +0x0a,0x00,0x47,0xa6,0x00,0xa0,0x02,0x44,0x40,0x0a,0x00,0x17,0x75,0x9a,0xea,0x52, +0x99,0x60,0x0a,0x00,0x18,0x86,0x69,0x1e,0x50,0x90,0x0a,0x00,0x2b,0x8a,0x72,0x1e, +0x00,0x34,0x00,0x00,0x15,0x1b,0xf5,0x3d,0x38,0x16,0x99,0xe0,0x46,0x66,0x00,0x0a, +0x01,0x88,0x41,0x22,0xb0,0x27,0x75,0x88,0x7c,0x01,0x88,0x48,0x10,0x00,0x35,0x08, +0x81,0x01,0x53,0xb8,0x88,0x20,0x27,0x35,0x00,0x3a,0x9b,0x20,0x02,0x10,0x00,0x20, +0x00,0x06,0x00,0x08,0x00,0x28,0x87,0x9d,0xa9,0x50,0x88,0x40,0xa0,0x00,0x07,0x74, +0x0c,0x9d,0x10,0x88,0x40,0x90,0x91,0x08,0x08,0x46,0x09,0x00,0xc9,0x9c,0x10,0xa0, +0x08,0x05,0x70,0x99,0x4a,0x0e,0xf2,0x16,0x00,0x27,0x04,0xc9,0x90,0x37,0x77,0x64, +0x0a,0x00,0x88,0x7b,0x00,0x96,0x07,0x76,0xa9,0x99,0x20,0x88,0x47,0x40,0xb0,0x17, +0x08,0x0a,0xb4,0x01,0xc9,0xa7,0xcb,0xa3,0x17,0x05,0xc2,0x08,0xb0,0xe7,0x42,0xf1, +0x0b,0x03,0x00,0x00,0x18,0x10,0x28,0x00,0x27,0x76,0x8a,0xca,0x60,0x78,0x60,0x0a, +0x00,0x07,0x75,0x35,0xc5,0x20,0x78,0x52,0x3b,0x31,0x09,0x39,0x21,0x90,0x98,0x8d, +0x86,0x09,0x00,0x11,0x11,0x10,0x02,0x8f,0x24,0xf3,0x15,0x07,0x03,0xa2,0x22,0x28, +0x88,0xa6,0x66,0xa0,0x88,0x6c,0x89,0x0a,0x07,0x84,0x83,0xa0,0x90,0x88,0x48,0x4a, +0x18,0x08,0x08,0x89,0xb2,0x70,0xc8,0x83,0x00,0x46,0x08,0x00,0x00,0x7b,0x20,0x81, +0x00,0x00,0xb3,0x03,0xf0,0x2b,0x0a,0x60,0x27,0x40,0x00,0xa7,0x05,0x66,0x8b,0xbe, +0xb4,0x38,0x80,0x00,0xa0,0x02,0x77,0x6c,0x7a,0x00,0x38,0x80,0x90,0xa0,0x06,0x28, +0x0a,0x5a,0x12,0x6a,0xca,0xc5,0x65,0x66,0x20,0x10,0x01,0xc2,0x01,0x20,0x00,0x15, +0x10,0x07,0x06,0x9c,0x40,0x38,0x87,0x00,0x90,0x00,0x88,0x58,0xad,0xa8,0x08,0x84, +0x09,0x00,0xf1,0x24,0x55,0x9c,0xa3,0x08,0x09,0x71,0x04,0x50,0xa3,0x97,0x21,0x55, +0x0b,0x53,0x79,0x8a,0x50,0x01,0x20,0x20,0x03,0x10,0x07,0x02,0x80,0xb0,0x38,0x87, +0x8b,0xbb,0x60,0x88,0x40,0x0a,0x00,0x07,0x74,0x59,0xd9,0x30,0x88,0x50,0x0a,0x00, +0x08,0x09,0x99,0xd9,0x80,0xc8,0x90,0x26,0x28,0x03,0x47,0x1e,0x00,0x50,0x1e,0xf2, +0x14,0x05,0x22,0x4c,0x44,0x07,0x88,0x56,0xc6,0x60,0x49,0x80,0x0b,0x00,0x03,0x66, +0x49,0xd9,0x90,0x49,0x92,0x55,0x53,0x07,0x18,0x79,0x02,0xa0,0x75,0xa7,0x90,0x96, +0x27,0x64,0x03,0x96,0xb8,0x50,0xf3,0x14,0x81,0x09,0xca,0xc2,0x68,0x75,0x6a,0x08, +0x13,0x88,0x24,0x81,0xa0,0x37,0x71,0x82,0x64,0x04,0x88,0x17,0x82,0x40,0x71,0x66, +0xb0,0x39,0x17,0x9b,0xa9,0x00,0xa5,0x71,0x00,0x69,0xa4,0x3e,0x23,0x10,0x00,0x61, +0x1c,0xf0,0x0f,0xca,0x85,0x27,0x77,0x5c,0x88,0x00,0x88,0x50,0xa0,0x90,0x07,0x76, +0x8b,0x8a,0x70,0x88,0x56,0x99,0x92,0x09,0x09,0x90,0x05,0x40,0xc8,0x9a,0x88,0xb4, +0x09,0x6a,0x3c,0x11,0x03,0xc9,0x26,0xf2,0x14,0x1c,0x99,0xc0,0x67,0x74,0x81,0x1a, +0x03,0x88,0x16,0x66,0x60,0x37,0x72,0x8c,0x88,0x04,0x89,0x58,0xd8,0x83,0x71,0x72, +0x2e,0x61,0x07,0x9c,0x4c,0x3b,0x60,0x71,0x08,0x60,0x1c,0x40,0x53,0x0e,0xf1,0x16, +0x20,0x40,0x00,0x61,0x09,0x03,0x50,0x78,0x8b,0x51,0x18,0x54,0x88,0x2c,0x77,0xd1, +0x37,0x70,0xa2,0x2c,0x04,0x88,0x0a,0x9c,0x60,0x71,0x71,0x82,0x90,0x17,0x9c,0x4d, +0x0a,0x08,0x71,0x0c,0x40,0xcd,0x14,0x20,0x10,0x03,0xe3,0x02,0xf5,0x10,0x15,0xaa, +0x9c,0x67,0x76,0x5c,0x78,0x49,0x85,0x28,0x08,0x37,0x65,0x67,0x79,0x48,0x86,0x67, +0x98,0x70,0x87,0x66,0x98,0x79,0xc8,0x42,0x18,0x70,0x25,0x00,0x5a,0x39,0x03,0x00, +0x7b,0x1f,0xf1,0x15,0x05,0x22,0x8d,0x88,0x17,0x88,0x37,0xc7,0x70,0x38,0x85,0x7a, +0x77,0x23,0x77,0x09,0x77,0x90,0x48,0x81,0xb7,0x7b,0x07,0x16,0x2b,0x77,0xb0,0x79, +0xb2,0x90,0x09,0x07,0x10,0x09,0x06,0x90,0x9a,0x24,0x10,0x02,0x9b,0x03,0xf2,0x3e, +0x70,0x4a,0x7a,0x60,0x78,0x85,0xd0,0x4b,0x14,0x87,0x88,0x89,0x94,0x48,0x71,0xa8, +0x87,0x02,0x44,0x09,0x00,0x90,0x75,0xa0,0xb8,0xa7,0x07,0x8c,0x06,0x39,0x10,0x70, +0x06,0x99,0xc8,0x30,0x07,0x00,0x70,0x90,0x00,0x51,0x6c,0x89,0x90,0x48,0x84,0x27, +0x94,0x21,0x86,0x9a,0xad,0x94,0x18,0x66,0x78,0x94,0x21,0x86,0x87,0xb7,0xa0,0x34, +0x88,0x3a,0x75,0x13,0xaa,0x83,0xa9,0x77,0x34,0x00,0x08,0x0a,0x30,0xdd,0x00,0xf6, +0x17,0x31,0x22,0x00,0x81,0x49,0xab,0x82,0x68,0x84,0x49,0x86,0x03,0x88,0x06,0x88, +0x60,0x48,0x86,0x88,0x88,0x33,0x66,0x0c,0x88,0xa0,0x73,0x90,0xc8,0x8b,0x07,0x4a, +0x09,0x00,0xa0,0x77,0x50,0xc8,0x8b,0xee,0x03,0xf0,0x09,0x34,0x80,0x45,0x00,0x0a, +0x88,0x5c,0x68,0x13,0xc8,0x6a,0x4a,0x70,0x09,0x78,0x65,0xba,0x10,0x44,0x9b,0x73, +0x54,0x02,0x88,0xe6,0x0a,0xd0,0x66,0x66,0x30,0x02,0xb6,0x66,0x6a,0x00,0x2b,0x66, +0x66,0xa0,0x03,0x1c,0x4b,0xf6,0x15,0x70,0x4a,0x9a,0x91,0x68,0x82,0x7c,0x87,0x03, +0x87,0x67,0xc8,0x73,0x38,0x74,0x95,0x87,0x13,0x87,0x7c,0x8c,0x94,0x60,0x84,0xc7, +0x97,0x06,0x9b,0x2a,0x0b,0x44,0x60,0x03,0xa6,0x28,0x40,0x0f,0x01,0xf3,0x18,0x08, +0x06,0x40,0x69,0x85,0xa8,0x76,0x23,0x33,0x4c,0xac,0x92,0x4a,0xaa,0x96,0xb6,0x03, +0x77,0x29,0x5b,0x50,0x48,0x81,0x97,0x87,0x37,0x18,0x4c,0x89,0xc0,0x79,0xc1,0x6e, +0xd4,0x07,0x10,0xab,0x23,0xc9,0xda,0x1e,0xf2,0x18,0x06,0x10,0x00,0x82,0x59,0xca, +0x90,0x67,0x75,0xaa,0xa9,0x04,0x87,0x80,0x77,0x90,0x37,0x74,0xaa,0xa9,0x03,0x87, +0x4a,0x66,0xa0,0x71,0x94,0xa7,0x7a,0x07,0x9b,0x1b,0x6a,0x60,0x71,0x0c,0x60,0x0b, +0x10,0xe6,0x00,0xf1,0x18,0x30,0x12,0x01,0x75,0x69,0x58,0x50,0x4b,0x47,0x86,0xa7, +0x04,0x88,0x79,0x69,0x74,0x67,0x67,0x18,0x78,0x44,0x37,0x65,0x42,0x32,0x07,0xe9, +0x8a,0xd8,0x13,0x32,0xca,0xc1,0x00,0x59,0x74,0x14,0x79,0x30,0xba,0x18,0xb0,0xd8, +0xc0,0x0a,0x00,0x0d,0x8c,0x00,0xd9,0x80,0x90,0xa0,0x09,0x00,0xf1,0x06,0x13,0xb3, +0x10,0x90,0xa7,0x86,0x96,0x0b,0x99,0x72,0x03,0x61,0xd0,0xa8,0xa8,0xa6,0x36,0x00, +0x73,0x04,0x50,0xa2,0x04,0xf1,0x15,0xd9,0xd0,0xa0,0x00,0x08,0x79,0x0c,0x9c,0x40, +0x88,0x97,0x60,0x90,0x08,0x89,0x6a,0x18,0x00,0x88,0x90,0x78,0x30,0x05,0x84,0x01, +0xe0,0x00,0x93,0x90,0x97,0x80,0x34,0x03,0x63,0x03,0x40,0x0e,0x1d,0x40,0x9d,0x94, +0x99,0xb0,0x72,0x03,0xf0,0x05,0x07,0x9d,0x96,0x99,0xb0,0x22,0x90,0x54,0x00,0x05, +0x4c,0x97,0x50,0x52,0x68,0x90,0x2a,0x9a,0x08,0x9b,0x0d,0x03,0x44,0x8c,0xaa,0xaa, +0x31,0x49,0x07,0xf0,0x0e,0x04,0x9d,0x95,0xca,0xc2,0x00,0x90,0x0a,0x09,0x16,0xad, +0xaa,0x46,0x90,0x22,0x90,0x39,0x8a,0x04,0x5c,0x95,0x40,0xa0,0x5b,0x90,0x4a,0x8d, +0x08,0x8b,0x23,0x00,0x41,0x7b,0xaa,0xaa,0x40,0x79,0x0a,0x00,0x60,0x15,0x01,0xbf, +0x42,0x00,0x09,0x00,0x10,0x12,0xc2,0x23,0x50,0x60,0xd9,0x97,0x00,0x89,0x82,0x49, +0x72,0x76,0xa0,0x00,0x08,0x30,0x6b,0xaa,0xb7,0x3d,0xf1,0x15,0x0d,0x9c,0xba,0xaa, +0x40,0x90,0x9a,0x00,0x00,0x09,0xd8,0xb9,0x9d,0x00,0x5a,0x2a,0x00,0x90,0x09,0xa5, +0xba,0xad,0x00,0x99,0x1a,0x00,0x00,0x1c,0xc9,0xa1,0x11,0x02,0x40,0x06,0x88,0x85, +0x10,0x0b,0xf0,0x14,0xd9,0xc0,0xd9,0x80,0x09,0x09,0x89,0x27,0x00,0x9d,0x86,0x5b, +0x00,0x05,0xa2,0x2b,0x98,0x00,0x8a,0x7c,0xb9,0xd6,0x08,0x90,0x53,0x0a,0x01,0xcd, +0xa6,0x40,0xa0,0x24,0x00,0x5a,0x8d,0x43,0x07,0xf4,0x17,0x81,0x00,0xd9,0x91,0x98, +0x22,0x08,0x0a,0x89,0x86,0x60,0x9c,0x66,0xa8,0x90,0x03,0x80,0x09,0x83,0x00,0x7c, +0x68,0x88,0xb3,0x07,0x84,0x67,0x82,0x60,0xad,0x77,0x28,0x15,0x35,0x14,0x70,0x5a, +0x80,0xe2,0x02,0xf4,0x15,0x06,0xad,0xa0,0x09,0x00,0x28,0xc7,0x8a,0xdc,0x05,0x38, +0x99,0x09,0x80,0x57,0xbb,0x92,0xa9,0x04,0x8c,0x99,0x7c,0xc0,0x58,0xc8,0xb0,0x98, +0x00,0x08,0x09,0x9d,0xd0,0x00,0x80,0x90,0x08,0x5e,0x0e,0xf6,0x18,0x45,0x00,0x48, +0xc7,0x01,0x80,0x02,0x6b,0x48,0xb9,0xa4,0x47,0xa9,0x66,0x0a,0x14,0xab,0xa8,0x62, +0x75,0x39,0xb8,0x08,0xa1,0x05,0x9c,0x80,0x5d,0x00,0x01,0x80,0x39,0x4a,0x00,0x18, +0x19,0x00,0x57,0x00,0x15,0x11,0xf3,0x18,0x80,0x46,0x70,0x06,0x9c,0x85,0x58,0x42, +0x89,0xc8,0xab,0x86,0x08,0x8b,0x86,0x63,0x20,0x57,0xb7,0x28,0x90,0x09,0x6a,0x92, +0xb8,0x00,0x86,0xa8,0x1d,0x22,0x18,0x8c,0x8a,0xc4,0x80,0x01,0x71,0x90,0xa7,0x74, +0x04,0xf0,0x16,0x02,0xa0,0x00,0x3a,0xd9,0x09,0x78,0x00,0x17,0xc6,0xb7,0x4b,0x90, +0x25,0x79,0x55,0x54,0x40,0x2b,0xca,0x9a,0x99,0x60,0x29,0xc8,0x98,0x54,0x80,0x49, +0xd8,0xab,0x99,0x80,0x00,0x90,0x87,0x43,0x05,0x00,0xf1,0x19,0x48,0x60,0x02,0x60, +0x00,0x00,0x04,0x7a,0x57,0x98,0xc0,0x49,0xb7,0x35,0x56,0x07,0x36,0x8c,0xb9,0xd4, +0x78,0xaa,0x69,0x7c,0x05,0x8a,0x86,0x64,0xb0,0x7a,0xc9,0x75,0x3b,0x00,0x26,0x2d, +0xcb,0xd3,0x02,0x60,0x1a,0x23,0xf4,0x40,0x01,0xb0,0x03,0x8d,0x80,0xa7,0x80,0x02, +0xa2,0xc6,0x28,0x82,0x9b,0xa2,0x77,0x70,0x2a,0xba,0xa4,0x86,0x82,0xac,0x9a,0x78, +0x68,0x26,0xc6,0xa7,0x86,0x81,0x2a,0x29,0x08,0x18,0x00,0x90,0x94,0x55,0x50,0x00, +0x80,0x22,0xa2,0x06,0xce,0xb7,0x8c,0x82,0x15,0xa4,0x86,0xca,0x04,0x59,0x99,0x6b, +0xb0,0x49,0xba,0x46,0xcb,0x04,0x9b,0xa9,0xac,0xc2,0x6a,0xda,0x76,0x68,0x20,0x08, +0x02,0x92,0x50,0x00,0x80,0x03,0x93,0xb3,0x07,0xf0,0x02,0xa0,0x03,0xcd,0xa0,0x0a, +0x00,0x08,0x31,0x69,0xd9,0x60,0x96,0x09,0x09,0x09,0x2d,0xd9,0xcb,0x49,0x53,0x1a, +0x9d,0x99,0x39,0xc8,0x09,0x00,0x24,0x00,0x81,0xc1,0x19,0x00,0xd6,0x05,0x80,0x6a, +0x47,0x87,0xd0,0x08,0x42,0x58,0x79,0x50,0x06,0xf2,0x07,0x73,0x1d,0xd8,0x69,0x7c, +0x00,0x08,0x06,0x41,0xa0,0x27,0xda,0x69,0x7c,0x01,0x39,0x1b,0xa9,0xd6,0x00,0x81, +0x20,0x4c,0x12,0xf2,0x19,0x06,0x00,0x0a,0x44,0x00,0x85,0x22,0xb2,0x91,0x00,0x37, +0x9f,0xa8,0x32,0x85,0x06,0xda,0x10,0x01,0x91,0x9a,0x1a,0x00,0x0a,0xa1,0xa0,0x43, +0x02,0xb0,0x08,0x00,0x00,0xb7,0x91,0x00,0x12,0x23,0x02,0x89,0x99,0x97,0x03,0xf6, +0x15,0x92,0x5b,0x88,0xc0,0x00,0x55,0x96,0x6b,0x02,0x85,0x5a,0x88,0xc0,0x02,0x85, +0x46,0x29,0x30,0x18,0x54,0x3b,0x60,0x01,0x98,0xa4,0x09,0x20,0x98,0x30,0x00,0x00, +0x35,0x06,0x99,0x9b,0xb0,0xc9,0x3b,0xf2,0x18,0x24,0xb9,0xbc,0x30,0x00,0x44,0x9e, +0xe8,0x40,0x15,0x28,0x2a,0x21,0x90,0x27,0x88,0x7c,0x76,0x90,0x01,0x88,0x8c,0x87, +0x90,0x01,0x88,0x09,0x00,0x90,0x06,0x86,0x04,0x28,0x20,0x36,0x06,0x88,0x9a,0xb0, +0xe5,0x18,0x00,0x3c,0x01,0xf1,0x0e,0x85,0x9a,0xea,0xa4,0x00,0x34,0x7d,0x77,0x02, +0x74,0x90,0xa0,0x90,0x14,0x98,0x8d,0x8c,0x00,0x09,0x07,0xd8,0x30,0x00,0xa7,0x2a, +0x06,0x10,0x86,0x40,0x5f,0x00,0x21,0x9c,0x70,0x74,0x04,0x00,0x2d,0x00,0xf5,0x15, +0xc5,0x88,0xd8,0x81,0x02,0x08,0x7d,0x76,0x07,0x90,0xc7,0xd7,0xa0,0x09,0x0b,0x3b, +0x3a,0x00,0x90,0x44,0xc4,0x30,0x0a,0x68,0x8d,0x88,0x24,0x47,0x00,0x10,0x01,0x80, +0x29,0x99,0xae,0x60,0x43,0x19,0xf2,0x15,0x80,0xd8,0xc8,0xb0,0x04,0x19,0x7c,0x69, +0x01,0x10,0xa7,0xb6,0x90,0x5c,0x19,0x77,0x59,0x00,0x94,0x77,0x08,0x90,0x09,0x91, +0x78,0x5a,0x01,0xb8,0x00,0x07,0x40,0x81,0x28,0x99,0x9b,0x40,0xee,0x08,0xf3,0x15, +0x32,0x00,0x04,0x90,0x74,0x92,0x00,0x04,0x3e,0x9d,0x99,0x10,0x09,0xc8,0xd8,0x60, +0x7d,0x0a,0x1a,0x11,0x00,0x90,0xb7,0xd7,0x60,0x09,0x0b,0x9d,0x99,0x21,0xc7,0x40, +0x00,0x00,0x92,0x29,0x2d,0x00,0x02,0xe6,0x00,0xf2,0x16,0x18,0x8c,0xc8,0xa0,0x00, +0x68,0x49,0x93,0x90,0x15,0x32,0x6b,0x44,0x30,0x14,0x91,0xa8,0x8d,0x10,0x00,0x95, +0x39,0x78,0x00,0x00,0x90,0x5b,0x70,0x00,0x09,0xa8,0x71,0x00,0x00,0x55,0x08,0xa9, +0xe6,0x00,0x00,0xb0,0x79,0xf1,0x17,0x10,0x05,0x31,0x83,0x78,0x50,0x08,0x5c,0x7b, +0x33,0x03,0x40,0xb8,0x4a,0xa0,0x1a,0x18,0x96,0xc8,0x10,0x93,0x79,0x09,0x00,0x09, +0x91,0x90,0x90,0x01,0xa8,0x45,0x36,0x00,0x80,0x39,0x99,0xab,0x20,0x15,0x0f,0xf1, +0x14,0x69,0x7a,0x7b,0x10,0x74,0x77,0xd7,0x71,0x00,0x0a,0x7c,0x78,0x07,0xd1,0xb6, +0xc6,0xa0,0x08,0x19,0x7d,0x77,0x00,0x94,0x88,0xd8,0x81,0x49,0x93,0x06,0x01,0x15, +0x00,0x68,0x99,0x82,0x1c,0x09,0xf2,0x15,0xa1,0x4a,0x8c,0x00,0x02,0x14,0x99,0x90, +0x07,0x80,0xa9,0xbc,0x60,0x09,0x09,0x57,0x29,0x00,0x90,0x97,0x05,0x90,0x0a,0x09, +0x78,0x39,0x04,0xc7,0x50,0x05,0x40,0xa0,0x6a,0x99,0xac,0x20,0x45,0x09,0xf0,0x0b, +0x70,0x25,0x00,0x93,0x8c,0x9c,0xa6,0x00,0x30,0x2b,0x32,0x01,0x63,0x49,0x66,0xc0, +0x15,0x94,0xa7,0x7c,0x00,0x09,0x49,0x66,0xc0,0x00,0x09,0x00,0x95,0x9b,0x30,0x00, +0x00,0x36,0x08,0x99,0x9a,0x90,0x37,0x01,0xf5,0x15,0x74,0x97,0x77,0xb0,0x06,0x5b, +0x9b,0x8a,0x00,0x05,0x39,0xa8,0x20,0x7d,0x67,0x77,0x27,0x00,0x98,0x79,0xc7,0x50, +0x09,0x98,0x7c,0x77,0x00,0xb7,0x00,0x80,0x00,0x83,0x49,0x99,0x9b,0x10,0x2d,0x00, +0xf4,0x11,0x75,0x99,0x87,0xc0,0x05,0x69,0x79,0x67,0x12,0x31,0x7c,0x3c,0x71,0x4b, +0x28,0xd8,0xc7,0x00,0x95,0x8d,0x8c,0x82,0x09,0x16,0x51,0x93,0x01,0xb9,0x50,0x00, +0x60,0x91,0x37,0x01,0xf5,0x1a,0x11,0x00,0x05,0x00,0x01,0xb1,0xc9,0x99,0xa0,0x01, +0x1b,0x66,0x6a,0x05,0x60,0x76,0xa6,0x60,0x2b,0x79,0xa7,0xb8,0x50,0x94,0xa9,0xa8, +0x82,0x09,0x03,0xb6,0x82,0x03,0xbb,0x70,0x47,0x00,0x90,0x4b,0x99,0xad,0x90,0x80, +0x4b,0xf4,0x15,0x96,0x9b,0x99,0xd0,0x06,0x3b,0x7a,0xb7,0x05,0x75,0x86,0xcb,0x72, +0x1b,0x39,0x8c,0xb7,0x10,0xa7,0x99,0x9a,0x40,0x0a,0x77,0x78,0x93,0x02,0xa8,0x33, +0x67,0x72,0x90,0x4a,0x99,0xac,0x50,0x95,0x14,0xf5,0x14,0x03,0x9d,0xa8,0x7a,0xd0, +0x08,0x05,0x47,0x19,0x01,0x65,0xa2,0x86,0x40,0x48,0x88,0x88,0x28,0x00,0x99,0x96, +0x70,0x90,0x18,0x00,0xa7,0x4b,0x01,0xd9,0x9a,0x73,0x10,0x18,0x00,0x97,0x58,0x00, +0xf0,0x0e,0x33,0x00,0x48,0x8d,0x64,0x20,0x28,0x88,0xd8,0x88,0x50,0x49,0x7d,0x77, +0xa0,0x05,0xa7,0xc7,0x7b,0x00,0x49,0x7c,0x77,0xa0,0x05,0x88,0xd8,0x88,0x10,0x64, +0x02,0x10,0x28,0xb2,0x11,0x91,0x02,0xec,0xcc,0xc9,0x00,0x2a,0x66,0x67,0x80,0x68, +0x0e,0xf3,0x05,0x48,0x6a,0x66,0x90,0x05,0x96,0xc6,0x6b,0x00,0x27,0x6c,0x76,0x60, +0x04,0x77,0xc7,0x77,0x02,0x88,0x8c,0xfb,0x0f,0x10,0x1c,0xd6,0x23,0xf0,0x04,0x6b, +0x10,0xa0,0x07,0xb7,0x81,0x0a,0x00,0x02,0xa2,0x9a,0xea,0x54,0x9d,0x92,0x1b,0x10, +0x13,0x95,0x76,0x53,0x20,0x80,0x0a,0xe1,0x2c,0x52,0xa0,0x04,0x74,0x00,0x0a,0xc1, +0x14,0xf2,0x10,0x6b,0x37,0xca,0xd1,0x3a,0x39,0x08,0x19,0x01,0x5b,0x30,0xa0,0xa0, +0x29,0xd8,0x7d,0x9d,0x02,0x38,0x60,0xa0,0xa0,0x06,0xa5,0x19,0x0a,0x02,0x9b,0x8a, +0xc9,0xd7,0xe2,0x1e,0x00,0x0f,0x1f,0xf2,0x14,0x89,0x61,0xb8,0xc0,0x4c,0x68,0x6a, +0x8a,0x00,0x29,0x14,0x44,0xa3,0x29,0xc8,0x86,0xc6,0x70,0x38,0x55,0x4f,0x92,0x07, +0x96,0x08,0x99,0x00,0x4b,0x8a,0x38,0x57,0x28,0x40,0x09,0x60,0xe6,0x12,0xf2,0x18, +0x1a,0x00,0x90,0x90,0x08,0xa6,0x5c,0x7c,0x44,0x80,0x94,0xb4,0xb2,0x28,0xc5,0x4b, +0x5b,0x41,0x7c,0x73,0x44,0x43,0x13,0x95,0x4a,0x8b,0x41,0x7a,0x64,0x97,0xa4,0x29, +0xb7,0x4a,0x7a,0x40,0x10,0x04,0x50,0xfa,0x3a,0xf6,0x19,0x63,0x12,0x08,0x00,0x0a, +0xa6,0xa7,0xcc,0x08,0x76,0x47,0x8c,0xb4,0x18,0x67,0x55,0xba,0x05,0xba,0x4a,0x4b, +0x50,0x16,0x76,0x85,0xb5,0x00,0x99,0x49,0x8c,0x83,0x5d,0x97,0x72,0x10,0x05,0x30, +0x70,0x68,0x84,0x5d,0x05,0xf2,0x19,0x1b,0x05,0x09,0x32,0x0a,0x69,0x82,0x99,0x07, +0xa7,0x87,0x9c,0xa2,0x01,0xa1,0xa2,0x27,0x42,0x9d,0x8a,0x66,0xa4,0x13,0x95,0xa8, +0x8a,0x40,0x79,0x79,0x88,0xa4,0x17,0xc8,0x28,0x18,0x01,0x30,0x17,0x00,0x15,0xd9, +0x10,0xf0,0x12,0x48,0xa9,0xa4,0x5c,0x5a,0x49,0x78,0x21,0x3b,0x37,0x88,0x84,0x39, +0xd8,0x96,0x6a,0x40,0x39,0x59,0x55,0x94,0x07,0x98,0x5c,0xc7,0x20,0x3b,0x84,0x79, +0x04,0x49,0x57,0x90,0x8e,0x37,0x00,0x6a,0x1a,0xd0,0x05,0x00,0x00,0xa8,0x39,0xb9, +0x92,0x94,0x44,0x80,0x74,0x05,0xb9,0x9f,0x13,0xf0,0x08,0x84,0xac,0x6c,0x03,0x75, +0x3a,0xc6,0xc0,0x68,0x81,0x7c,0x77,0x01,0x8a,0x47,0xc8,0x70,0x89,0x45,0x8c,0x88, +0x30,0x01,0x9c,0x03,0xf0,0x17,0xa5,0x9c,0x87,0x20,0x87,0x8a,0x79,0xa8,0x31,0x95, +0x99,0xa7,0x80,0x5b,0xaa,0xb8,0x16,0x02,0x66,0x48,0x99,0x90,0x29,0x76,0x35,0x77, +0x00,0x78,0x73,0x57,0x70,0x69,0x5c,0xab,0xcc,0x40,0x02,0x10,0xf0,0x24,0xf0,0x04, +0x59,0xd9,0xd0,0x38,0x32,0x0a,0x0a,0x00,0x7c,0x50,0xa0,0xa0,0x00,0x90,0xae,0xac, +0x01,0x9d,0x70,0xa3,0x1e,0xb2,0x28,0x0a,0x00,0x0b,0x84,0x50,0xa0,0x03,0xa5,0xcc, +0xbd,0xf3,0x20,0xf2,0x18,0x02,0x20,0x91,0x02,0xeb,0x6b,0x5c,0xb3,0x71,0x01,0x78, +0xca,0x62,0xc9,0x63,0x1a,0x63,0x07,0x15,0xc4,0xb6,0x14,0xc8,0x69,0x5c,0x71,0x07, +0x35,0x88,0xc8,0x30,0x8a,0x77,0x21,0x00,0x08,0x18,0x07,0x89,0x5e,0x02,0xc1,0xb8, +0x88,0x85,0x00,0x0b,0x77,0x77,0x20,0x00,0xb8,0x88,0x83,0xf9,0x11,0xf3,0x0d,0x29, +0xd9,0xd9,0x9b,0x60,0x09,0x03,0x78,0x70,0x00,0xa2,0x65,0xa2,0x00,0x2b,0x62,0x00, +0x67,0xd8,0xd0,0xd8,0x98,0xc7,0xc0,0xc7,0x88,0xd8,0xd0,0x81,0x48,0x09,0x04,0x00, +0xf0,0x17,0x08,0xb6,0xd8,0xc1,0xd8,0x89,0xd7,0xc1,0xd7,0x89,0xd8,0xc1,0xc8,0x89, +0xa0,0x00,0x20,0x19,0xa5,0x8d,0xc8,0x19,0xa0,0x4b,0x70,0x19,0xa6,0x93,0x70,0x19, +0xa2,0x1a,0x57,0xb6,0xd7,0xa3,0xc7,0x89,0x04,0x00,0xf1,0x01,0xd8,0xa3,0xb8,0x89, +0xa4,0x98,0x98,0x09,0xa0,0x90,0x90,0x09,0xa6,0xd8,0xd8,0x29,0x08,0x00,0xf0,0x94, +0x20,0x94,0xa6,0xd8,0xc0,0xd8,0xdd,0x8c,0x0c,0x8d,0xd8,0xb0,0xb8,0xda,0x07,0x78, +0x0a,0xa0,0xb7,0xc0,0xaa,0x0b,0x7b,0x0a,0xa1,0x70,0x80,0xaa,0x41,0x46,0x7b,0xd8, +0xb4,0xc8,0x89,0xd7,0xa4,0xc7,0x89,0xd7,0x93,0xb7,0x89,0xa0,0x88,0x83,0x19,0xa0, +0xa1,0x66,0x19,0xa0,0xc6,0x96,0x19,0xa0,0xd8,0xa5,0x19,0xa0,0x10,0x06,0xb6,0xd7, +0xc1,0xd7,0x96,0xc6,0xb1,0xc6,0x86,0xd8,0xa1,0xc7,0x96,0xa7,0x83,0xa5,0x36,0xa6, +0x93,0xa6,0x36,0xa7,0x78,0x87,0x36,0xa6,0x94,0x99,0x36,0xa1,0x83,0x52,0xa4,0x00, +0x00,0x02,0x10,0x00,0xdb,0x80,0x37,0x00,0x09,0x87,0xb9,0x99,0xa0,0xab,0x25,0x20, +0x06,0x09,0x55,0x54,0x4a,0x10,0x91,0x85,0xb5,0x00,0x0b,0x92,0x54,0x00,0x20,0x90, +0x05,0x40,0x0a,0x09,0x00,0x2a,0x9a,0x40,0x00,0x05,0x40,0xa0,0xdc,0x4a,0x00,0xa0, +0x98,0x3b,0x89,0xd7,0x99,0xaa,0x00,0xa0,0x96,0x49,0x71,0xa0,0x94,0x59,0x18,0xa0, +0xa9,0x19,0x02,0x86,0x56,0x51,0xa0,0x90,0x09,0x07,0xb0,0x7c,0x13,0xf4,0x11,0x8c, +0x99,0xd0,0x98,0x2c,0x88,0xd0,0x9a,0x09,0x00,0xa0,0x93,0x6c,0xa9,0xb0,0x91,0x89, +0x36,0x73,0x98,0x29,0x0c,0x40,0x90,0x0a,0x46,0xa0,0x90,0x1d,0x70,0x67,0x00,0x61, +0x55,0xf3,0x18,0x0d,0xa8,0x07,0xb2,0x00,0x08,0x82,0x86,0x0a,0x50,0x08,0xa2,0x79, +0xb9,0x40,0x08,0x36,0x11,0xa1,0x10,0x08,0x2a,0x88,0xd8,0x60,0x09,0x82,0x90,0xa8, +0x10,0x08,0x03,0x80,0xa1,0xa0,0x08,0x02,0x19,0x80,0xf5,0x28,0x00,0x9b,0x28,0xf7, +0x18,0x0d,0xb8,0x1a,0x91,0x00,0x08,0x97,0xa5,0x38,0x80,0x09,0xc1,0x78,0xa7,0x10, +0x08,0x55,0x22,0x49,0x00,0x08,0x28,0x45,0x55,0x10,0x0b,0x85,0x8d,0x8a,0x70,0x08, +0x00,0x83,0x1b,0x10,0x08,0x03,0xa9,0x76,0x96,0x0e,0xf4,0x15,0xcb,0x89,0x99,0x96, +0x08,0xa1,0x97,0x7a,0x40,0x9c,0x07,0x77,0x93,0x08,0x55,0xa8,0x88,0x60,0x82,0x88, +0x72,0x59,0x0b,0x81,0x98,0xc5,0x90,0x80,0x08,0x08,0x09,0x08,0x00,0x80,0x85,0x70, +0x0a,0x14,0xf2,0x11,0x08,0x9c,0x58,0xb8,0x70,0x82,0x78,0xd8,0xd8,0x28,0x55,0x37, +0x77,0x50,0x80,0x96,0x86,0x6a,0x08,0x0a,0x67,0x44,0xa0,0x87,0x71,0x3b,0x32,0x08, +0x00,0x88,0xd8,0x83,0xe0,0x4a,0x04,0x8c,0x00,0xf3,0x17,0x0c,0xba,0x4b,0x97,0x70, +0x07,0xa1,0x5a,0x7a,0x40,0x09,0xc6,0x76,0x79,0x60,0x07,0x57,0x88,0x77,0x70,0x08, +0x36,0x7a,0x67,0x80,0x0a,0x80,0x7a,0x77,0x80,0x07,0x04,0xa6,0x05,0x30,0x07,0x0a, +0x07,0x02,0x06,0xf1,0x56,0x03,0x22,0x04,0x30,0x00,0xc8,0xc5,0xda,0x92,0x6c,0x7b, +0xac,0xb8,0x10,0xa7,0xb1,0xcb,0x81,0x0a,0x7b,0x3b,0xa8,0x30,0x89,0x88,0x89,0x30, +0x00,0x5a,0x16,0xa0,0x00,0x14,0xad,0xd6,0x30,0x49,0x62,0x00,0x47,0x20,0x00,0x40, +0x01,0x41,0x02,0x8a,0x97,0x63,0x80,0x07,0x66,0x7d,0x9b,0x40,0x86,0x6a,0xd0,0x90, +0x07,0xb8,0x4a,0x8d,0x31,0xad,0xa8,0x90,0x90,0x17,0x86,0x8a,0x9d,0x31,0x83,0x38, +0xa9,0xd6,0x16,0x04,0x79,0x00,0x00,0x04,0x88,0xd8,0x88,0x00,0xb7,0x7d,0x77,0x87, +0x06,0x98,0xa4,0x95,0x50,0x05,0x56,0x25,0x30,0x04,0xc8,0x04,0xc1,0x6c,0x66,0xb0, +0x04,0xa7,0xd7,0x75,0x70,0x00,0x06,0x88,0x87,0x24,0x00,0xf2,0x10,0xc7,0x7c,0x87, +0x88,0x06,0x66,0x93,0x64,0x50,0x27,0x77,0x47,0x50,0x16,0x66,0xc6,0x66,0x40,0x7a, +0xc9,0xc9,0xc2,0x07,0x27,0x18,0x17,0x20,0x72,0x71,0x73,0xb0,0x0f,0x08,0xf0,0x3a, +0x99,0xcb,0x99,0x20,0xaa,0xaa,0x8a,0x7a,0x04,0x66,0x75,0x65,0x30,0x59,0x9a,0x99, +0x94,0x08,0x46,0x66,0x66,0x00,0xa8,0xb7,0xb7,0xa4,0x1b,0x0a,0x25,0xaa,0x03,0x33, +0x85,0x20,0x34,0x01,0x80,0x14,0x78,0x05,0xad,0xa7,0x93,0x50,0x28,0xc6,0x76,0x28, +0x05,0x7a,0x77,0xa8,0x90,0x29,0x77,0x8d,0x9c,0x42,0xa7,0x91,0x91,0x90,0x2a,0x79, +0x5c,0x76,0x02,0x60,0x90,0x80,0x00,0x26,0x67,0xa8,0x53,0x04,0xcf,0x29,0x50,0x2a, +0xac,0x0b,0xaa,0x40,0x09,0x00,0x50,0x1a,0xac,0x0b,0xaa,0x20,0x09,0x00,0x40,0x4a, +0xac,0x0b,0xaa,0x9e,0x40,0x02,0x24,0x00,0x01,0x5a,0x21,0xf0,0x0b,0x22,0x2c,0x22, +0x20,0x0b,0x7c,0x7a,0x9a,0x30,0xa0,0xc8,0xb3,0x63,0x0a,0x0a,0x16,0x36,0x30,0xa0, +0xb6,0xa3,0x63,0x0b,0x9d,0x9c,0xbc,0x3a,0x45,0x11,0x63,0xde,0x12,0xf2,0x14,0x8c, +0xa5,0x8d,0xa7,0x39,0xba,0x90,0x92,0x70,0x86,0x73,0x89,0x26,0x0c,0x79,0x95,0x93, +0x62,0x79,0xb5,0x18,0x45,0x0a,0x47,0x05,0x34,0x50,0x8a,0xb6,0xa0,0x63,0x00,0x36, +0x53,0x6a,0x18,0x24,0x90,0x79,0x9c,0xa9,0x92,0x00,0x55,0x00,0xb0,0x02,0xff,0x20, +0xb1,0x00,0x33,0x33,0x32,0x00,0x0c,0x55,0x56,0x80,0x00,0xd8,0x23,0x30,0x21,0x02, +0x80,0x07,0x10,0xf2,0x10,0x00,0x10,0x30,0x00,0x00,0x86,0x86,0xb9,0x88,0x1b,0x7b, +0xac,0x94,0x40,0x6a,0xa9,0xba,0x58,0x19,0x46,0xb4,0xa3,0x02,0x89,0xd9,0xac,0x95, +0x00,0x86,0x66,0x75,0x32,0x00,0x00,0x3b,0x3c,0xf1,0x03,0x29,0x99,0xe9,0x99,0x20, +0x48,0x7a,0x77,0x50,0x06,0xa7,0x77,0x98,0x00,0x65,0x11,0x13,0x80,0x09,0x00,0xf0, +0x32,0x5a,0x88,0x89,0x70,0x03,0x96,0x06,0x93,0x03,0x71,0x00,0x01,0x72,0x8c,0xb8, +0x9d,0xa9,0x30,0x64,0x29,0xb8,0x90,0x06,0x43,0x94,0x4b,0x00,0x64,0x38,0x33,0xb0, +0x06,0x43,0xb7,0x7d,0x00,0x64,0x3a,0x77,0xc0,0x06,0x40,0x92,0x75,0x05,0x82,0x93, +0x00,0x82,0x29,0x99,0x89,0xd8,0x80,0x01,0x80,0x88,0x97,0x80,0x01,0x80,0xa7,0x77, +0xa0,0x01,0x6b,0x50,0xf2,0x05,0x02,0xc9,0xa7,0x77,0xa0,0x3a,0x50,0xb8,0x88,0xa0, +0x00,0x00,0x66,0x08,0x20,0x00,0x06,0x40,0x00,0x70,0xd1,0x0c,0xf2,0x16,0x68,0x59, +0xd9,0x80,0x08,0x78,0x28,0xc7,0x60,0x08,0x78,0x49,0x44,0x90,0x08,0x78,0x47,0x22, +0x90,0x08,0x78,0x4a,0x77,0x90,0x17,0x78,0x39,0x77,0x70,0x44,0x18,0x0a,0x18,0x20, +0x50,0x05,0x93,0xf2,0x09,0xf4,0x16,0x03,0x9a,0xb8,0x9d,0x95,0x09,0xa1,0x69,0xa9, +0x30,0x1a,0x39,0x10,0x54,0x58,0xdc,0xa7,0x69,0x40,0x0a,0x69,0x77,0xa4,0x00,0xa0, +0x98,0x8a,0x40,0x0a,0x01,0x61,0x70,0x1a,0x73,0xa1,0x05,0x70,0x51,0x0c,0xf1,0x16, +0x01,0x5b,0x88,0x9c,0x81,0x17,0x90,0x4a,0x9b,0x07,0x9d,0x98,0x97,0xc0,0x16,0xa4, +0x74,0x0a,0x08,0x3a,0xc5,0xa8,0xd0,0x30,0xc6,0x5a,0x8d,0x00,0x79,0x02,0x72,0x70, +0x54,0x00,0x60,0x04,0x10,0x56,0x00,0xf0,0x12,0xa6,0xc6,0x9b,0x82,0x3a,0x7c,0x69, +0x8b,0x02,0x87,0x87,0x87,0xc0,0x68,0x98,0x98,0x7c,0x01,0x49,0x07,0x64,0xb0,0x37, +0xc8,0x59,0x67,0x06,0xba,0x09,0x10,0xa2,0x90,0x78,0xb5,0x02,0x04,0x0c,0x1c,0xf1, +0x66,0x28,0xba,0x88,0xd9,0x80,0x06,0xaa,0x09,0xa7,0x60,0x0d,0x9b,0x7c,0x77,0x90, +0x09,0x37,0x09,0x00,0x90,0x09,0x45,0x1c,0x88,0x90,0x18,0x84,0x2c,0x88,0x90,0x45, +0x2a,0x28,0x17,0x20,0x33,0x60,0x62,0x00,0x70,0x12,0x71,0x00,0x00,0x04,0x68,0x87, +0xbb,0x92,0x4a,0xc7,0x69,0x89,0x03,0x59,0x79,0x87,0xc0,0x01,0x79,0x95,0x5b,0x08, +0xcd,0xca,0x54,0xb0,0x05,0xa0,0x98,0x8d,0x02,0xb4,0x94,0x52,0x60,0x40,0x02,0x50, +0x04,0x20,0x0c,0x77,0xa7,0xca,0x60,0xc7,0x7a,0x6a,0x76,0x0a,0x5a,0x59,0x77,0x82, +0xb7,0xc9,0x90,0x08,0x09,0x48,0x79,0x77,0x83,0x87,0x99,0xc8,0x88,0x17,0x78,0x83, +0x55,0x23,0x24,0x21,0x60,0x06,0x82,0x03,0xf0,0x15,0x99,0xd5,0x8d,0x98,0x07,0x92, +0x19,0xd9,0x50,0x1b,0x33,0x62,0x18,0x59,0xdc,0x86,0xa1,0x80,0x0a,0x73,0x6a,0x18, +0x00,0xa0,0x14,0xa1,0x50,0x0a,0x00,0x66,0xb1,0x09,0x70,0x85,0x01,0x90,0xa3,0x00, +0xf6,0x3a,0x01,0x9b,0x97,0x8c,0x86,0x05,0x37,0x17,0xb7,0x30,0xb9,0xb5,0x95,0x26, +0x0a,0x69,0x18,0x81,0x60,0xa3,0x82,0x88,0x16,0x0b,0x95,0x46,0x81,0x43,0x67,0x90, +0x75,0x92,0x34,0x20,0x63,0x00,0x50,0x09,0x99,0xaa,0x89,0x01,0x7a,0x68,0x0c,0xa1, +0x15,0x61,0x80,0x94,0x45,0xbc,0xad,0x96,0x72,0x05,0x41,0x80,0xb9,0x00,0x82,0x18, +0x0c,0xa2,0x0b,0x01,0x80,0xa1,0x37,0x40,0x18,0x02,0xb6,0x55,0x04,0xf1,0x15,0xcc, +0x89,0x88,0x84,0x0c,0xc7,0x93,0x9a,0x00,0xbb,0x59,0x39,0xa0,0x09,0x92,0x93,0x45, +0x20,0x89,0xc9,0x66,0x75,0x27,0x8a,0x97,0x78,0x55,0x63,0x99,0x33,0x41,0x10,0x49, +0x48,0x88,0x50,0x20,0x01,0xf3,0x15,0xcc,0x80,0x99,0x40,0x0c,0xb6,0x99,0x7a,0x70, +0xcc,0x64,0x73,0x73,0x09,0x91,0x67,0x80,0x70,0x89,0xc7,0xa6,0x76,0x28,0x9a,0x24, +0x0a,0x05,0x73,0x97,0xa4,0xd1,0x20,0x49,0x72,0xb2,0x70,0x5c,0x47,0xf0,0x17,0x80, +0x01,0xc9,0x67,0xbb,0x71,0x1a,0x86,0xab,0xba,0x27,0x99,0xb9,0xaa,0x92,0x4a,0x98, +0x77,0x77,0x30,0xb8,0x67,0x66,0x90,0x0c,0x96,0x87,0x7b,0x00,0x82,0x61,0x73,0x60, +0x08,0x85,0xbe,0xda,0x40,0xc7,0x34,0xf1,0x15,0x06,0x99,0x9d,0x99,0x91,0x02,0x87, +0x77,0x70,0x00,0x46,0x11,0x1b,0x00,0x02,0x77,0x77,0x60,0x05,0xb8,0x88,0x88,0xc0, +0x54,0xa7,0x7b,0x1a,0x05,0x4a,0x77,0x91,0xa0,0x54,0x10,0x00,0x59,0x5b,0x0b,0xf5, +0x14,0x05,0xa9,0x58,0xa7,0x70,0x80,0x97,0x87,0x79,0x08,0x09,0x79,0x77,0x90,0x80, +0x97,0x87,0x77,0x48,0xac,0x69,0x88,0x93,0x80,0x04,0x34,0x67,0x40,0x02,0x78,0x84, +0x92,0x00,0x61,0x40,0xdb,0x30,0x00,0xe3,0x33,0xf2,0x12,0x99,0x95,0x00,0xb0,0xa1, +0xa3,0x00,0x83,0x9d,0xb6,0x64,0x01,0x87,0x70,0xa4,0x02,0x95,0xda,0x87,0x68,0x06, +0x77,0x59,0x10,0x00,0x02,0x7a,0xa7,0x10,0x08,0x72,0x00,0x37,0x2a,0x00,0xf1,0x13, +0xbb,0x98,0x09,0x70,0x0b,0x87,0x80,0x93,0x20,0xbb,0x9a,0x9d,0x96,0x04,0xb4,0x20, +0xe1,0x00,0x4b,0x42,0x1d,0x50,0x29,0x98,0x56,0x49,0x01,0x76,0x66,0xa0,0x73,0x41, +0x43,0x53,0xcc,0x02,0xf1,0x16,0xa0,0x07,0x9b,0xc0,0x0a,0x00,0x78,0x8a,0x00,0xd7, +0x47,0x9b,0xb0,0x0b,0x10,0x36,0xb6,0x13,0xb3,0x01,0x3a,0x55,0xa7,0xb3,0x79,0x99, +0x65,0x06,0x36,0x78,0x67,0xb8,0xb3,0x60,0x10,0x35,0x06,0x0d,0x16,0xf0,0x10,0x01, +0x88,0x9b,0x98,0x85,0x08,0x89,0x77,0x79,0x00,0x81,0x69,0x53,0x90,0x38,0x82,0x75, +0x86,0x90,0x0a,0x66,0x69,0x30,0x01,0xc8,0x88,0xb4,0x00,0x63,0x00,0x06,0x51,0x45, +0x03,0xb8,0x43,0x01,0x00,0x5f,0x50,0x9e,0x99,0x91,0x00,0x84,0xb8,0x10,0xc1,0xac, +0x40,0x00,0x37,0xa9,0x5a,0xa7,0x13,0x38,0x00,0x35,0x40,0xce,0x4d,0x10,0x19,0xd6, +0x13,0x21,0x20,0x05,0xb7,0x07,0xf0,0x06,0x15,0xaa,0x00,0x02,0x7c,0xff,0xfe,0x00, +0x0e,0xff,0xfe,0xbe,0x00,0x0e,0xd8,0x30,0x3e,0x00,0x0e,0x30,0x00,0x05,0x00,0xf3, +0x00,0x01,0x6e,0x00,0x1e,0x30,0x4f,0xfe,0x0d,0xff,0x30,0x2d,0xf8,0x0d,0xfd,0x10, +0xec,0x14,0xf0,0x31,0x75,0xcc,0xcc,0xc6,0x7c,0x8a,0x11,0x18,0xab,0xca,0x90,0x00, +0x7b,0xc9,0x4f,0xcc,0xce,0x79,0xdb,0xa0,0x00,0x7c,0xda,0x59,0x00,0x07,0x7a,0xb9, +0xfd,0xdd,0xea,0xb0,0x34,0x23,0x44,0x44,0x3f,0xf9,0xcf,0xff,0xff,0xef,0x8b,0xff, +0xff,0xe7,0x84,0x68,0x88,0x87,0xff,0xad,0xff,0xff,0xf8,0x94,0x69,0x99,0x98,0xde, +0x8a,0xee,0xee,0xdf,0x1b,0x00,0x60,0x45,0x23,0x55,0x55,0x40,0x00,0x49,0x58,0xf0, +0x0a,0x00,0x00,0x08,0xfd,0x23,0x00,0x08,0xfe,0x2d,0xf4,0x08,0xfe,0x20,0x5f,0xfa, +0xfe,0x20,0x00,0x5f,0xfe,0x20,0x00,0x00,0x4d,0x20,0xb4,0x61,0xf7,0x5a,0x02,0x0e, +0xe2,0x0c,0xf1,0x5f,0xec,0xf8,0x00,0x6f,0xf9,0x00,0x0c,0xff,0xe2,0x0c,0xf8,0x5f, +0xe0,0x98,0x00,0x5b,0x00,0x00,0x02,0xd2,0x00,0x00,0x7b,0x3f,0x3b,0x70,0x4f,0x73, +0xf3,0x8f,0x4a,0xc0,0x3f,0x30,0xca,0xd9,0x03,0xf3,0x09,0xdb,0xb0,0x02,0x00,0xbc, +0x6f,0x40,0x00,0x4f,0x60,0xbf,0xa7,0xaf,0xb0,0x00,0x7d,0xfd,0x70,0x00,0x00,0x06, +0xb6,0x00,0x00,0x31,0xcf,0xc1,0x30,0x4f,0xff,0xff,0xff,0x47,0xff,0xb4,0xbf,0xf7, +0x0d,0xf2,0x02,0xfd,0x04,0xff,0x70,0x7f,0xf4,0x6f,0xff,0xff,0xff,0x60,0x75,0xef, +0xe5,0x70,0x00,0x08,0xf8,0x00,0x00,0xb6,0x22,0xf0,0x1b,0x2d,0xe3,0xd9,0x00,0x00, +0x4e,0x97,0xff,0x90,0x00,0x6f,0x7b,0xc6,0xfb,0x00,0x9e,0x6d,0xff,0xe6,0xdb,0x07, +0x4e,0xff,0xff,0xf5,0x80,0x05,0xff,0xa9,0xff,0x70,0x00,0x5f,0xf3,0x1f,0xf7,0x00, +0x03,0xcc,0x20,0xcc,0x50,0xe3,0x22,0x00,0xc5,0x00,0x23,0xdf,0x60,0x05,0x00,0xf0, +0x47,0x58,0xef,0xb7,0x10,0x00,0x4f,0xff,0xfc,0x00,0x00,0x04,0xff,0xc0,0x00,0x19, +0xa9,0x7c,0x6a,0xa6,0x3f,0xff,0xfc,0xfe,0xec,0x2f,0xff,0xff,0xfc,0xbb,0x01,0xdf, +0xff,0xfe,0x20,0x00,0xba,0x22,0x22,0x8c,0x00,0x5f,0x10,0x00,0x00,0xe7,0x0e,0xb6, +0x30,0x02,0x6a,0xf0,0xff,0xfe,0x44,0xdf,0xff,0x2f,0xff,0xff,0xff,0xff,0xf2,0xcf, +0xff,0xff,0xff,0xfe,0x00,0x00,0x5b,0xda,0x43,0xd0,0x9f,0xa7,0xaf,0xbf,0x5f,0x40, +0x04,0x7f,0xf9,0x90,0x00,0xde,0xee,0x99,0x00,0xf0,0x03,0x0f,0xff,0xe0,0x00,0x9a, +0xff,0x74,0x00,0x3f,0x5f,0xdf,0x85,0x8f,0xa0,0xf3,0x6c,0xfd,0x70,0x8a,0x5f,0xf1, +0x00,0x15,0xf8,0xff,0xff,0x8f,0xff,0xf8,0xff,0xff,0x84,0x59,0xf8,0x00,0x09,0x70, +0x9e,0x5f,0xf3,0x05,0x00,0x05,0xf8,0x00,0xff,0xff,0x86,0x3f,0xff,0xf8,0x3a,0xff, +0xff,0x88,0x64,0x5a,0xf8,0x00,0x00,0x09,0xed,0x1b,0x00,0x01,0x12,0xf0,0x17,0x00, +0x55,0x01,0x4d,0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff,0xf8,0x73,0xb3,0xd0,0xff, +0xff,0x83,0xa7,0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45,0x9f,0x80,0x5c,0x4b,0x00, +0x00,0x97,0x03,0x2d,0x30,0x66,0x03,0xf0,0x0e,0x40,0x00,0xbf,0xff,0xff,0xff,0xbf, +0x45,0xff,0xff,0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd,0x10,0x8f,0xfa,0x07,0x10, +0x02,0xff,0x32,0x22,0x22,0x3f,0xac,0x00,0x10,0xc0,0xf1,0x68,0xf3,0x0c,0x0d,0xf1, +0x00,0x05,0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc,0x0e,0xef,0xff,0xf1,0xe6, +0xff,0xff,0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0x1c,0x17,0xf4,0x2b,0xe5,0x00,0xaa, +0xe5,0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed,0xff,0xfb,0xe5,0x8f,0xfb,0xe5, +0x07,0xfb,0xb3,0x00,0x67,0xb9,0x10,0x00,0x00,0xff,0xe6,0x00,0x00,0xff,0xff,0xd3, +0x00,0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xd4,0xff,0xff,0xf7, +0x00,0xff,0xfa,0x20,0x00,0xed,0x40,0x15,0x41,0xad,0x01,0x10,0xdf,0xf4,0x5f,0xfc, +0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5,0x7f,0xfe,0x8c,0xb1,0x2b,0xc7,0x01, +0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01,0x1e,0xff,0x04,0x00,0xf0,0x14,0xfd, +0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00,0x5e,0xbf,0xc0,0x5e,0xbf,0xfc,0x6e, +0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e,0xbf,0x70,0x5e,0x76,0x00,0x3b,0x00, +0x00,0x54,0x3c,0x01,0xe0,0xff,0x40,0x00,0x00,0x4f,0xff,0xf3,0x00,0x03,0xff,0xff, +0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88,0x88,0x40,0x0d,0xee,0xee,0xee, +0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55,0x30,0x94,0x17,0xf1,0x04,0xe0, +0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c,0xe2,0x00,0x01,0xce,0x30,0x00, +0x1c,0xe0,0x40,0x4f,0x61,0x00,0x5e,0x20,0x00,0x1c,0xe3,0x12,0x00,0x14,0x1e,0x24, +0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0,0x00,0x00,0x0e,0xc0,0x04,0x00, +0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10,0x00,0x04,0xa5,0x01,0x01,0x18, +0x00,0xf2,0x1c,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93,0x00,0x00,0x7f,0x92,0x28,0xf8, +0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb,0x7f,0xf1,0x7f,0xb5,0xff,0x69, +0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed,0xc5,0x00,0x00,0x0c,0x78,0x0b, +0x30,0x5f,0x86,0xbc,0x74,0x05,0xf2,0x17,0x3d,0xf6,0x13,0xdd,0x20,0x00,0x05,0x1b, +0xde,0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff,0x3f,0xf8,0x00,0x1e,0xf3,0x04,0xea,0xff, +0x20,0x00,0x3e,0xd1,0x02,0xcf,0x60,0x00,0x00,0x18,0xdd,0x60,0x9e,0x40,0x62,0x65, +0x15,0x10,0x9f,0x0f,0x01,0xd8,0x08,0x30,0x4f,0xf6,0x00,0xc5,0x02,0x10,0xfe,0x26, +0x02,0xf0,0x0e,0xf6,0x4f,0x80,0x00,0x00,0x0e,0xf5,0x3f,0xf2,0x00,0x00,0x8f,0xf6, +0x4f,0xfa,0x00,0x02,0xff,0xfa,0x9f,0xff,0x30,0x0b,0xff,0xf7,0x5f,0xff,0xc0,0x0e, +0xab,0x02,0x70,0xf0,0x00,0x22,0x22,0x22,0x22,0x10,0x21,0x0e,0xf1,0x12,0x02,0x31, +0x00,0x16,0xf3,0xff,0xd1,0x2e,0xff,0xd3,0x4e,0x5d,0xd6,0xf3,0x00,0x1d,0xe1,0x03, +0x00,0x0c,0xe5,0xa3,0xd1,0xff,0xf3,0x4f,0xff,0xd6,0x73,0x00,0x39,0xf6,0x00,0x96, +0x54,0xf4,0x17,0x06,0x50,0x00,0x00,0x6f,0xf5,0x00,0x06,0xf8,0xaf,0x50,0x6f,0x80, +0x0a,0xf4,0x98,0x00,0x00,0xa8,0x65,0x00,0x00,0x65,0x9f,0x50,0x06,0xf7,0x0a,0xf5, +0x6f,0x80,0x00,0xaf,0xf8,0x00,0x00,0x0a,0x80,0x27,0x0f,0xf2,0x05,0xd2,0x02,0x22, +0x21,0x00,0x4f,0xfe,0x3e,0xff,0xfe,0x00,0xa9,0xea,0x60,0x00,0x3e,0x00,0x03,0xe0, +0x00,0x06,0x00,0xe3,0x0a,0x9e,0xa5,0x03,0xfe,0xee,0xa5,0xff,0xe1,0x00,0x33,0x33, +0x20,0x6e,0xee,0x0a,0xad,0x8c,0xcb,0x10,0x00,0x0f,0xff,0xfd,0xaa,0xa6,0xff,0x01, +0x00,0x02,0xa7,0x02,0x20,0x01,0xa1,0x48,0x67,0xb0,0xfd,0x10,0x00,0x01,0xdf,0xff, +0xd1,0x00,0x03,0x9d,0xfd,0x57,0x52,0x22,0xfa,0x00,0x05,0x00,0xf0,0x00,0x89,0x88, +0xf8,0x89,0x91,0xff,0xfc,0xbc,0xee,0xf2,0xff,0xff,0xff,0xac,0xf2,0x11,0x01,0x00, +0xc1,0x43,0x70,0x2f,0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f,0x00,0x10,0xf9,0x3c,0x38, +0xf3,0x04,0xf3,0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b,0xfc,0x00,0x0d,0xff,0xff, +0xa0,0x00,0x0a,0xff,0xa3,0x0f,0x05,0x00,0xf6,0x18,0xf8,0x21,0xaf,0xe1,0x05,0xe9, +0xf5,0xe4,0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf,0xf3,0x00,0x4d,0xff,0xf9,0x00, +0xe7,0xe5,0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70,0x00,0x63,0x00,0xaf,0xfa,0x91, +0x22,0xcf,0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf,0xff,0xfe,0x04,0x00,0xf0,0x00, +0xfd,0x57,0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22,0x20,0x00,0x02,0x22,0x22,0x02, +0x02,0x82,0x90,0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05,0xc0,0x02,0xf0,0x00,0xf5,0x6f, +0xfe,0xff,0xd0,0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c,0xcc,0xcc,0xc8,0x22,0x02,0x40, +0x45,0x55,0x55,0x54,0xfb,0x00,0x00,0xdc,0x02,0x80,0x34,0x44,0x44,0x43,0x23,0x33, +0x33,0x32,0x0c,0x00,0x00,0x23,0x34,0x50,0x8c,0xcc,0xcc,0xcc,0x8e,0x39,0x00,0xd1, +0x5c,0xff,0xff,0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff,0xc5,0xa6,0xcf,0x1d,0x03,0x01, +0x0f,0x01,0xf0,0x0c,0x06,0xff,0xc0,0x00,0x9f,0xf9,0x00,0x0b,0xff,0x62,0x00,0xdf, +0xff,0xf7,0x0f,0xff,0xfe,0x10,0x11,0xaf,0x60,0x00,0x0d,0xd0,0x00,0x01,0xf4,0x8c, +0x32,0x01,0x75,0x47,0xf0,0x12,0xb9,0x52,0x00,0xff,0x8d,0xfa,0x00,0xff,0xd9,0x96, +0x00,0xff,0x6e,0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff,0x7f,0xff,0xed,0xff,0x7f,0xff, +0xfe,0x45,0x4f,0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03,0xbf,0x05,0xa0,0x8f,0xe7,0x00, +0x08,0xff,0xff,0x60,0x0d,0xff,0xff,0x25,0x03,0xf1,0x01,0xd0,0x2f,0xff,0xff,0xf1, +0xcf,0xff,0xff,0xfa,0x57,0x77,0x77,0x74,0x00,0x1e,0xd0,0x27,0x00,0x10,0xbf,0x9c, +0x00,0xf4,0x0c,0x0f,0x4b,0x3a,0xa3,0xa3,0xf2,0xfa,0xd9,0xdd,0x9d,0x9f,0x2f,0xf0, +0xa3,0x3a,0x0d,0xf2,0xfc,0xcb,0x9a,0xbc,0xcf,0x2f,0x4a,0x22,0x22,0xa2,0xfb,0x04, +0x04,0x01,0x00,0xf0,0x05,0x3a,0xa0,0x00,0x00,0x04,0xbf,0xfd,0x00,0x00,0x5d,0xff, +0xff,0x60,0x06,0xef,0xff,0xff,0xe0,0x00,0xef,0x17,0x04,0x40,0x01,0x33,0x3f,0xff, +0x4b,0x03,0x10,0xff,0x2b,0x02,0x20,0x1f,0xf1,0x2b,0x00,0x14,0xe9,0x34,0x00,0xb2, +0xde,0xed,0x63,0x0f,0xff,0xf8,0xf3,0xff,0xff,0x47,0x5f,0x49,0x04,0x19,0xcf,0x07, +0x00,0xf0,0x0f,0xb1,0x22,0x22,0x20,0x00,0x00,0x34,0x31,0x00,0x00,0x02,0xaf,0xff, +0xff,0xb4,0x00,0x7f,0xd7,0x31,0x25,0xbf,0xa0,0x98,0x01,0x57,0x62,0x05,0xc1,0x00, +0x7f,0xd2,0x01,0x50,0x00,0xa9,0x10,0x07,0xc1,0xc6,0x47,0x01,0x53,0x03,0x32,0x6f, +0xa0,0x00,0xc6,0x5e,0x42,0x00,0x12,0x22,0x22,0x96,0x01,0xa0,0xff,0xff,0x90,0xf4, +0x88,0x88,0x88,0x77,0xf2,0xf7,0x03,0x03,0xfc,0x03,0xe3,0xf5,0xaa,0xaa,0xaa,0x97, +0xf3,0xee,0xee,0xee,0xee,0xef,0xb0,0x13,0x33,0x33,0x33,0x33,0x2a,0x00,0x20,0x82, +0x07,0x2a,0x00,0x20,0xf4,0x00,0x2a,0x00,0x2f,0xa2,0x07,0x2a,0x00,0x08,0x20,0x84, +0x00,0x2a,0x00,0x20,0xf9,0x00,0x2a,0x00,0x2f,0xa6,0x00,0x2a,0x00,0x08,0x20,0x87, +0x00,0x2a,0x00,0x20,0xfe,0x00,0x2a,0x00,0x2f,0xa9,0x00,0x2a,0x00,0x08,0x20,0xf2, +0x00,0x2a,0x00,0x20,0xf2,0x00,0x2a,0x00,0x02,0x0c,0x00,0x01,0x2a,0x00,0x11,0xa0, +0x2a,0x00,0x00,0xdf,0x17,0x01,0x5c,0x1c,0xf0,0x05,0xa8,0xf5,0x00,0x00,0x48,0x05, +0x50,0x00,0x03,0x00,0xff,0xcd,0xaa,0xaa,0xad,0xd1,0x8c,0x20,0x37,0x00,0x67,0x08, +0x21,0x09,0x4d,0xfd,0x00,0x24,0x7f,0xc0,0x5c,0x01,0xf1,0x13,0x7b,0xca,0x20,0x08, +0xfe,0x6f,0xd0,0x0f,0xde,0x27,0xf4,0x2f,0x96,0x45,0xf6,0x3f,0xf7,0x1f,0xf7,0x3f, +0xd3,0x28,0xf7,0x1f,0x8d,0x54,0xf5,0x0b,0xff,0x2e,0xf1,0x01,0xcf,0xee,0x00,0x69, +0xf6,0x04,0x56,0x9e,0xd8,0x64,0x9a,0xaa,0xaa,0xa8,0x5d,0xdd,0xdd,0xd4,0x7f,0xac, +0xda,0xf5,0x7f,0x7a,0xc7,0x04,0x00,0x82,0x8a,0xc7,0xf5,0x4f,0xff,0xff,0xf3,0x01, +0x38,0x04,0x01,0x7e,0x52,0xf2,0x06,0x4f,0xfb,0x00,0x00,0x09,0xc7,0xfc,0x00,0x00, +0x9f,0xfc,0x61,0x00,0x09,0xff,0xfc,0x10,0x00,0x9f,0xff,0xc1,0x09,0x00,0x84,0x0d, +0xff,0xc1,0x00,0x00,0x0f,0xfc,0x10,0x7e,0x1b,0xfc,0x25,0x2b,0xcc,0xcc,0xcc,0xa0, +0x03,0xef,0xfd,0xfe,0xef,0xf3,0x3e,0xff,0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03, +0xff,0xf4,0x6f,0xff,0xf2,0x40,0x9f,0xf4,0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f, +0xff,0xff,0xff,0xe1,0x03,0xef,0xff,0x63,0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07, +0x02,0x85,0xfb,0xcf,0xff,0xff,0x80,0x12,0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0, +0x00,0x05,0xf0,0x5f,0xe7,0x77,0x7a,0xf0,0x81,0x02,0x21,0xe0,0x0c,0xae,0x02,0x04, +0x5f,0x41,0x21,0xee,0x00,0x7a,0x07,0x31,0xf7,0x00,0xf1,0x9a,0x02,0x01,0x05,0x00, +0x11,0xfb,0x1a,0x00,0x1e,0xfd,0x74,0x68,0x0d,0x15,0x00,0x16,0x0d,0x0b,0x00,0x37, +0xf1,0x00,0xea,0x19,0x00,0x62,0xf0,0xfd,0xf5,0xfb,0x00,0xf1,0x51,0x00,0x00,0xf8, +0x2d,0x4c,0xf9,0x00,0xfb,0xfc,0x3d,0x00,0x86,0xfd,0xfd,0xf8,0x00,0xfd,0xfe,0xfc, +0xf5,0x17,0x00,0x59,0xfc,0x00,0xff,0x00,0xfe,0x24,0x00,0x36,0xfa,0xfe,0xf3,0x1e, +0x00,0x85,0xfb,0x00,0xfe,0x04,0x04,0x00,0x00,0x01,0x31,0x00,0x1c,0xf8,0x9f,0x00, +0x17,0xfc,0xe2,0x08,0x02,0x01,0x00,0x00,0xda,0x00,0x03,0x1c,0x00,0x00,0x7c,0x03, +0x92,0xf7,0xfe,0xfe,0x00,0x01,0xfe,0xff,0xfa,0x04,0x68,0x00,0x21,0x04,0xfe,0x41, +0x05,0x06,0xf5,0x00,0x01,0x98,0x00,0x31,0xfe,0xfc,0x00,0x93,0x04,0x05,0x12,0x00, +0x69,0xfe,0x00,0xfe,0xfe,0xfe,0xfe,0x63,0x00,0x41,0xfb,0xfe,0xfc,0xfd,0x3d,0x00, +0x15,0xfe,0x17,0x01,0x10,0xfc,0x24,0x00,0x05,0x41,0x01,0x11,0xfd,0x38,0x00,0x8a, +0xfa,0x00,0xfc,0x00,0xfe,0xff,0xfd,0xfd,0xfb,0x00,0x26,0xfe,0x00,0x5c,0x00,0x0b, +0x01,0x00,0x05,0x66,0x00,0x52,0xfe,0x00,0xfb,0xfe,0x00,0x9e,0x6d,0x21,0xf4,0xf5, +0x0a,0x01,0x20,0xea,0xfd,0x38,0x16,0x30,0xfc,0x00,0xfb,0x1a,0x00,0x10,0xfc,0x40, +0x01,0x77,0xfe,0xfd,0xfd,0xfd,0xfc,0xfd,0xfb,0xf9,0x00,0x11,0xff,0x7a,0x00,0x07, +0xbb,0x00,0x0c,0x20,0x01,0x13,0xfc,0x58,0x01,0x0e,0x80,0x00,0x05,0xe2,0x01,0x12, +0xfa,0x0c,0x01,0x60,0xff,0xfe,0xfd,0x00,0xff,0xfd,0xd4,0x00,0x12,0xfd,0x59,0x00, +0x00,0x9c,0x00,0x10,0xfb,0x73,0x00,0x81,0xfd,0xfe,0x00,0xf2,0x00,0xe8,0x00,0xf7, +0xeb,0x00,0x00,0x54,0x00,0xc2,0xed,0xfb,0xf4,0xf7,0x00,0xf4,0x00,0xf3,0x00,0xfe, +0xfe,0xff,0x42,0x01,0x23,0xfa,0xfb,0x63,0x00,0x41,0xee,0xfb,0xee,0xf4,0xaa,0x01, +0x31,0xe8,0xfe,0xfc,0x24,0x01,0x41,0xf3,0x00,0xf9,0xfc,0x61,0x00,0x03,0x70,0x02, +0x02,0x28,0x01,0x13,0xfb,0xbe,0x00,0x10,0xfd,0xa0,0x01,0x20,0x01,0xff,0x22,0x01, +0x07,0x25,0x01,0x13,0xff,0xd8,0x00,0x14,0x02,0x25,0x01,0x27,0xfe,0xfd,0x2c,0x01, +0x08,0xf9,0x01,0x00,0x5c,0x08,0xa2,0xf4,0xef,0xf2,0xfd,0xfd,0x00,0xfa,0xfc,0xec, +0xfa,0x8c,0x00,0xf2,0x02,0xf7,0x00,0xf4,0xf5,0xfd,0xf4,0x00,0x00,0xf9,0xf6,0xfd, +0xf9,0xfb,0xfb,0xfa,0xfb,0xf4,0xe7,0x00,0x12,0xfd,0xa6,0x01,0x30,0xf8,0xfe,0x00, +0x76,0x02,0x11,0xfe,0xe3,0x00,0x13,0xfe,0xea,0x00,0x04,0x7b,0x00,0x41,0xf5,0xfd, +0xf5,0xf9,0x70,0x00,0x51,0xf4,0xfe,0x00,0xfe,0x02,0x30,0x00,0x11,0xfc,0xb3,0x00, +0x40,0xfd,0xfe,0x00,0xfb,0x23,0x02,0x12,0xfc,0x0c,0x02,0x12,0xfb,0x32,0x01,0x34, +0xf5,0xff,0x00,0xc8,0x00,0x09,0x9e,0x00,0x11,0xfe,0x02,0x00,0x14,0xfc,0x61,0x01, +0x22,0xfe,0xfd,0x1c,0x00,0x00,0x1a,0x02,0x03,0x72,0x02,0x23,0xfd,0xfe,0x15,0x00, +0xa0,0xf1,0xf5,0xf1,0xf5,0xfc,0xfc,0xff,0xfe,0xfe,0xf0,0x0b,0x01,0x01,0xda,0x00, +0x20,0xf5,0xf9,0x2e,0x60,0x82,0xfa,0xf9,0xfc,0xfb,0xfe,0xfc,0xfb,0xfe,0xf4,0x02, +0x03,0x30,0x01,0xb1,0xfd,0xfb,0xfb,0x00,0xfe,0xff,0xff,0x00,0xfe,0xfd,0x00,0x97, +0x01,0x00,0x54,0x00,0x10,0xfc,0x14,0x02,0x0c,0xd6,0x01,0x63,0xf2,0xfb,0xf8,0xfb, +0x00,0xf4,0x62,0x19,0x12,0x0c,0x74,0x00,0x02,0x4f,0x01,0x17,0xf7,0x78,0x02,0x6d, +0xfc,0x00,0xfd,0xff,0x00,0xfc,0x8d,0x02,0x00,0xe5,0x01,0x34,0xfe,0x01,0xfe,0x11, +0x00,0x60,0xf7,0x00,0xfd,0x00,0xff,0xf9,0x09,0x01,0x04,0xd1,0x00,0x5a,0xff,0xff, +0xfd,0xff,0xff,0x20,0x04,0x00,0xe7,0x00,0x01,0x97,0x01,0x24,0xfe,0xfd,0xea,0x01, +0x42,0x01,0x01,0x01,0x01,0x4e,0x00,0x13,0x02,0x63,0x01,0x30,0xfd,0xfd,0xfc,0x88, +0x00,0x01,0x05,0x00,0x06,0x26,0x00,0x90,0xff,0x01,0x00,0x02,0x06,0x08,0x00,0xf8, +0xfe,0x9b,0x01,0x12,0x04,0x3c,0x38,0x72,0x0b,0x07,0x05,0x0a,0x00,0x0a,0xfd,0x49, +0x01,0x10,0xff,0xc3,0x18,0x01,0x2a,0x04,0x22,0x02,0xfb,0xcd,0x3c,0x15,0xfa,0x04, +0x02,0x11,0xfe,0xda,0x00,0x00,0xd0,0x1a,0x01,0x39,0x08,0x36,0x00,0x02,0xfe,0xdc, +0x03,0x14,0xff,0x5a,0x03,0x0f,0xdc,0x04,0x04,0x75,0x02,0xf9,0x02,0x00,0x02,0x02, +0xfe,0x20,0x03,0x13,0xfe,0xbe,0x00,0x03,0x54,0x00,0x1f,0xff,0xb6,0x03,0x07,0x0b, +0x74,0x04,0x09,0x90,0x02,0x02,0x0a,0x01,0x1f,0xfb,0x34,0x00,0x02,0x50,0xf7,0xfc, +0xf7,0xfb,0x04,0x8c,0x04,0x14,0xf7,0x72,0x01,0x34,0x02,0xfc,0xfe,0x86,0x02,0x00, +0x20,0x94,0x11,0xff,0x3c,0x03,0x17,0x02,0xa2,0x01,0x0a,0xbe,0x00,0x17,0xfd,0x80, +0x00,0x54,0xfc,0x01,0x02,0x02,0x02,0x05,0x01,0x02,0x60,0x01,0x02,0x4c,0x00,0x25, +0xfe,0xfd,0x2a,0x00,0x44,0xfe,0xfb,0xff,0xfb,0x9a,0x04,0x10,0xfd,0xf2,0x02,0x00, +0xdf,0x03,0x03,0xdc,0x03,0x06,0xba,0x00,0x51,0xfe,0xfa,0x00,0xfa,0xff,0x43,0x00, +0x12,0xfb,0x94,0x05,0x00,0xc8,0x01,0x09,0x26,0x00,0x10,0xfd,0xdd,0x01,0x10,0x01, +0x14,0x00,0x11,0x01,0xcf,0x04,0x10,0xfb,0x27,0x01,0x13,0xfb,0x6b,0x00,0x0a,0x00, +0x01,0x14,0xfb,0xc9,0x04,0x02,0x72,0x00,0x00,0x29,0x02,0x08,0x72,0x00,0x04,0x18, +0x03,0x08,0x06,0x06,0x02,0xb3,0x01,0x14,0xfc,0x02,0x04,0x00,0x67,0x00,0x15,0xff, +0x63,0x01,0x20,0x01,0x02,0x8f,0x0a,0x36,0x04,0x03,0x05,0x63,0x00,0x22,0x06,0x06, +0xa8,0x09,0xf1,0x0c,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0x10,0x00, +0x00,0x0a,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0x98, +0x19,0xff,0x0c,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22, +0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00, +0xff,0xff,0x92,0x01,0xf9,0x02,0x00,0x46,0x3c,0x30,0x04,0x00,0x05,0x1d,0x82,0x06, +0x7b,0x1e,0x02,0x16,0x73,0x11,0x0c,0x8f,0x09,0x00,0xff,0x02,0x02,0x9b,0x09,0x51, +0x0d,0x00,0x0f,0x10,0x11,0x03,0x03,0x31,0x00,0x17,0x03,0x48,0x21,0xf0,0x01,0x19, +0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x0d, +0x03,0x43,0x23,0x24,0x25,0x26,0x08,0x76,0x0f,0x01,0x00,0xff,0xff,0x86,0x50,0x00, +0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 654, .type = 3, .unicode_list = 6136, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[40081] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_XS_s = { +.uncomp_size = 39817, +.comp_size = 32868, +.line_height = 11, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7444, +.class_pair_values = 36573, +.left_class_mapping = 38283, +.right_class_mapping = 39050, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 40081, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_9.c b/radio/src/fonts/lvgl/lv_font_noto_tw_XXS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_9.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_XXS.c index 9e4075ffab4..eb9dfbcfb5e 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_9.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_XXS.c @@ -2068,7 +2068,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[40081] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_9 = { +const etxLz4Font lv_font_noto_tw_XXS = { .uncomp_size = 39817, .comp_size = 32868, .line_height = 11, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_XXS_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_XXS_s.c new file mode 100644 index 00000000000..d24b08d2bc4 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_XXS_s.c @@ -0,0 +1,1767 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0xd0,0x01,0x08,0x00,0xf1,0x3a,0x90,0x02,0x02,0x07,0x00, +0x00,0x07,0x00,0xd0,0x03,0x04,0x03,0x00,0x04,0x0d,0x00,0x70,0x04,0x05,0x07,0x00, +0x00,0x1f,0x00,0x70,0x04,0x04,0x09,0x00,0xff,0x31,0x00,0x60,0x07,0x08,0x07,0x00, +0x00,0x4d,0x00,0x70,0x05,0x06,0x07,0x00,0x00,0x62,0x00,0x40,0x02,0x02,0x03,0x00, +0x04,0x65,0x00,0xb0,0x02,0x03,0x0a,0x00,0xfe,0x74,0x00,0xb0,0x02,0x02,0x0a,0x00, +0xfe,0x7e,0x00,0xc0,0x40,0x00,0x10,0x84,0x40,0x00,0x40,0x05,0x00,0x01,0x91,0x28, +0x00,0xc0,0x04,0x00,0xfe,0x95,0x00,0xc0,0x02,0x03,0x01,0x00,0x02,0x97,0x10,0x00, +0xc3,0x02,0x00,0x00,0x99,0x00,0x20,0x03,0x04,0x09,0x00,0xfe,0xab,0x68,0x00,0x10, +0xbd,0x68,0x00,0x43,0x07,0x00,0x00,0xcb,0x10,0x00,0x13,0xdd,0x10,0x00,0x13,0xeb, +0x10,0x00,0x13,0xfd,0x08,0x00,0x22,0x0f,0x01,0x08,0x00,0x13,0x21,0x08,0x00,0x13, +0x33,0x08,0x00,0x22,0x45,0x01,0x30,0x00,0xb0,0x53,0x01,0x40,0x02,0x02,0x05,0x00, +0x00,0x58,0x01,0x40,0xd0,0x00,0x32,0xfe,0x5f,0x01,0x88,0x00,0x10,0x6c,0x08,0x00, +0x43,0x03,0x00,0x02,0x74,0x10,0x00,0x40,0x81,0x01,0xd0,0x03,0x30,0x00,0xb1,0x8f, +0x01,0x90,0x07,0x08,0x08,0x00,0xff,0xaf,0x01,0xe0,0x48,0x00,0x40,0xc1,0x01,0x40, +0x05,0x08,0x00,0x31,0xd3,0x01,0x20,0x08,0x00,0x31,0xe5,0x01,0x80,0xf0,0x00,0x31, +0xfa,0x01,0xb0,0x20,0x00,0x22,0x0c,0x02,0x70,0x00,0x31,0x1e,0x02,0x80,0x20,0x00, +0x31,0x30,0x02,0xd0,0x20,0x00,0x31,0x45,0x02,0x60,0x40,0x01,0x31,0x4c,0x02,0x50, +0x88,0x00,0x31,0x5a,0x02,0x30,0x18,0x00,0x31,0x6f,0x02,0x50,0x30,0x00,0x40,0x81, +0x02,0x80,0x06,0x10,0x00,0x31,0x96,0x02,0xc0,0x38,0x00,0x31,0xa8,0x02,0xf0,0x20, +0x00,0x31,0xbd,0x02,0x10,0x10,0x00,0x10,0xcf,0x10,0x00,0x43,0x09,0x00,0xfe,0xea, +0x10,0x00,0x31,0xfc,0x02,0xc0,0x38,0x00,0x31,0x0e,0x03,0xd0,0x08,0x00,0x22,0x20, +0x03,0x38,0x00,0x31,0x32,0x03,0xa0,0x10,0x00,0xb1,0x44,0x03,0x00,0x07,0x07,0x07, +0x00,0x00,0x5d,0x03,0x90,0x10,0x00,0x93,0x6f,0x03,0x40,0x04,0x06,0x07,0xff,0x00, +0x84,0x30,0x00,0xa2,0x96,0x03,0xb0,0x02,0x03,0x09,0x00,0xfe,0xa4,0x03,0x68,0x01, +0xf1,0x1c,0xb6,0x03,0xb0,0x02,0x02,0x09,0x00,0xfe,0xbf,0x03,0x70,0x04,0x04,0x04, +0x00,0x03,0xc7,0x03,0x80,0x04,0x05,0x01,0x00,0xff,0xca,0x03,0xe0,0x04,0x02,0x03, +0x01,0x05,0xcd,0x03,0x80,0x04,0x04,0x05,0x00,0x00,0xd7,0x03,0xf0,0x40,0x00,0x31, +0xe9,0x03,0x10,0x10,0x00,0x13,0xf3,0x10,0x00,0x21,0x05,0x04,0x38,0x01,0xc0,0x00, +0x12,0x04,0xa0,0x02,0x03,0x07,0x00,0x00,0x1d,0x04,0x80,0x18,0x00,0x32,0xfe,0x2f, +0x04,0x38,0x01,0x31,0x41,0x04,0x30,0x00,0x01,0xa2,0x48,0x04,0x30,0x02,0x03,0x09, +0xff,0xfe,0x56,0x04,0x28,0x01,0x31,0x68,0x04,0x40,0x18,0x00,0xb1,0x6f,0x04,0x70, +0x07,0x07,0x05,0x00,0x00,0x81,0x04,0xe0,0x48,0x00,0x13,0x8e,0x08,0x00,0x31,0x9b, +0x04,0xf0,0x48,0x00,0x13,0xad,0x08,0x00,0x40,0xbf,0x04,0x20,0x03,0x78,0x00,0x31, +0xc9,0x04,0xc0,0x08,0x00,0x40,0xd3,0x04,0x00,0x03,0x70,0x00,0x13,0xde,0x30,0x00, +0x31,0xeb,0x04,0x30,0x08,0x00,0x40,0xf8,0x04,0x70,0x06,0x50,0x00,0x31,0x0a,0x05, +0x00,0xa8,0x00,0x31,0x14,0x05,0x30,0x40,0x00,0x31,0x26,0x05,0xd0,0x38,0x00,0x22, +0x30,0x05,0x00,0x01,0x31,0x3e,0x05,0x20,0x98,0x02,0x13,0x48,0x10,0x00,0xc0,0x56, +0x05,0x70,0x04,0x05,0x02,0x00,0x02,0x5b,0x05,0x00,0x08,0xd0,0x02,0x13,0x77,0x08, +0x00,0x40,0x93,0x05,0x00,0x08,0x50,0x01,0x13,0xac,0x08,0x00,0x13,0xc5,0x18,0x00, +0x93,0xe1,0x05,0x00,0x08,0x06,0x08,0x01,0xff,0xf9,0x10,0x00,0x22,0x15,0x06,0x20, +0x00,0x22,0x2e,0x06,0x18,0x00,0x13,0x46,0x08,0x00,0x10,0x5e,0x08,0x00,0x43,0x07, +0x01,0x00,0x73,0x10,0x00,0x40,0x8b,0x06,0x80,0x07,0x10,0x00,0x22,0xa0,0x06,0x38, +0x00,0x13,0xbc,0x20,0x00,0x11,0xd1,0x40,0x00,0x33,0x01,0x00,0xea,0x10,0x00,0x70, +0xff,0x06,0xf0,0x02,0x03,0x03,0x00,0x34,0x02,0x90,0x08,0x02,0x02,0x03,0x02,0x06, +0x07,0x00,0x08,0x90,0x02,0x90,0x26,0x07,0x00,0x08,0x03,0x03,0x00,0xff,0x2b,0x10, +0x00,0x43,0x01,0x00,0x03,0x2f,0x18,0x00,0x21,0x4f,0x07,0x50,0x00,0x23,0xff,0x6b, +0x08,0x00,0x93,0x87,0x07,0x00,0x08,0x07,0x08,0x01,0xff,0xa3,0x08,0x00,0x12,0xbf, +0x28,0x00,0x23,0xfe,0xdf,0x30,0x00,0x13,0xff,0x08,0x00,0x22,0x1f,0x08,0x08,0x00, +0x10,0x3f,0x08,0x00,0x43,0x06,0x00,0x00,0x57,0x10,0x00,0x10,0x77,0x08,0x00,0x43, +0x09,0x00,0xfe,0x9b,0x10,0x00,0x13,0xbb,0x10,0x00,0x23,0xdf,0x08,0x40,0x00,0x00, +0x08,0x00,0x52,0x0a,0x00,0xfe,0x27,0x09,0x10,0x00,0x22,0x47,0x09,0x20,0x00,0x22, +0x6b,0x09,0x18,0x00,0x50,0x93,0x09,0x00,0x08,0x07,0x40,0x03,0x03,0x20,0x00,0x13, +0xcf,0x08,0x00,0x13,0xef,0x28,0x00,0x22,0x13,0x0a,0x10,0x00,0x22,0x33,0x0a,0x10, +0x00,0x12,0x57,0x08,0x00,0x23,0xff,0x7b,0x18,0x00,0x13,0x9b,0x18,0x00,0x22,0xbf, +0x0a,0x50,0x00,0x13,0xe7,0x10,0x00,0xa2,0x0b,0x0b,0x00,0x08,0x09,0x09,0x00,0xfe, +0x34,0x0b,0x28,0x00,0x13,0x54,0x08,0x00,0x13,0x74,0x08,0x00,0x13,0x94,0x08,0x00, +0x13,0xb4,0x08,0x00,0x13,0xd4,0x08,0x00,0x22,0xf4,0x0b,0x60,0x00,0x22,0x18,0x0c, +0x10,0x00,0x13,0x38,0x08,0x00,0x13,0x58,0x08,0x00,0x13,0x78,0x08,0x00,0x22,0x98, +0x0c,0x68,0x00,0x13,0xbc,0x10,0x00,0x13,0xdc,0x10,0x00,0x22,0x00,0x0d,0x08,0x00, +0x13,0x24,0x08,0x00,0x22,0x48,0x0d,0x20,0x00,0x13,0x68,0x10,0x00,0x13,0x8c,0x08, +0x00,0x13,0xb0,0x08,0x00,0x23,0xd4,0x0d,0x78,0x00,0x12,0x0d,0x80,0x01,0x22,0x10, +0x0e,0x10,0x00,0x13,0x30,0x08,0x00,0x13,0x50,0x08,0x00,0x22,0x70,0x0e,0xb0,0x01, +0x13,0x8c,0x10,0x00,0x13,0xac,0x08,0x00,0x13,0xcc,0x18,0x00,0x22,0xe8,0x0e,0x40, +0x00,0x22,0x04,0x0f,0x18,0x00,0x23,0x24,0x0f,0x80,0x00,0x12,0x0f,0xd0,0x01,0x23, +0x68,0x0f,0x80,0x00,0x13,0x0f,0x80,0x00,0x13,0x0f,0x80,0x00,0x83,0x0f,0x00,0x08, +0x07,0x09,0x00,0xff,0xf4,0x38,0x00,0x22,0x14,0x10,0x08,0x00,0x23,0x34,0x10,0x38, +0x01,0x13,0x10,0x38,0x01,0x12,0x10,0x30,0x00,0x23,0x98,0x10,0xf8,0x00,0x12,0x10, +0x70,0x01,0x13,0xe4,0x10,0x00,0x21,0x08,0x11,0x48,0x00,0x32,0xfe,0x28,0x11,0x18, +0x00,0x23,0x50,0x11,0xb8,0x00,0x12,0x11,0x20,0x00,0x22,0x94,0x11,0x58,0x01,0x22, +0xb8,0x11,0xb0,0x00,0x13,0xd4,0x28,0x00,0x13,0xfc,0x20,0x00,0x22,0x20,0x12,0x30, +0x00,0x22,0x40,0x12,0x20,0x00,0x13,0x5c,0x10,0x00,0x13,0x7c,0x10,0x00,0x13,0x98, +0x10,0x00,0x22,0xb8,0x12,0xd0,0x00,0x21,0xd8,0x12,0x00,0x03,0x23,0xff,0xed,0x20, +0x00,0x22,0x09,0x13,0x20,0x00,0x13,0x29,0x08,0x00,0x13,0x49,0x08,0x00,0x22,0x69, +0x13,0x20,0x00,0x22,0x85,0x13,0x68,0x02,0x22,0xa1,0x13,0x28,0x01,0x13,0xbd,0x18, +0x00,0x13,0xd9,0x28,0x00,0x22,0xf9,0x13,0x88,0x00,0x22,0x1d,0x14,0x10,0x00,0x22, +0x3d,0x14,0x30,0x00,0x22,0x59,0x14,0x28,0x00,0x22,0x75,0x14,0x20,0x00,0x13,0x99, +0x10,0x00,0x22,0xb5,0x14,0x88,0x00,0x13,0xd5,0x10,0x00,0x21,0xf1,0x14,0xd8,0x03, +0x32,0xff,0x0a,0x15,0x10,0x00,0x22,0x26,0x15,0x10,0x00,0x13,0x3f,0x08,0x00,0x13, +0x58,0x08,0x00,0x13,0x71,0x08,0x00,0x13,0x8a,0x08,0x00,0x22,0xa3,0x15,0x70,0x00, +0x22,0xc3,0x15,0x20,0x01,0x13,0xe7,0x08,0x00,0x22,0x0b,0x16,0x20,0x01,0x21,0x33, +0x16,0xc8,0x02,0x33,0xff,0x5c,0x16,0x10,0x01,0x12,0x16,0x88,0x00,0x13,0xa0,0x10, +0x00,0x22,0xc0,0x16,0xe8,0x02,0x13,0xe9,0x30,0x00,0x22,0x11,0x17,0x40,0x00,0x13, +0x35,0x08,0x00,0x22,0x59,0x17,0xa8,0x00,0x13,0x79,0x10,0x00,0x22,0x9d,0x17,0x38, +0x00,0x13,0xbd,0x08,0x00,0x22,0xdd,0x17,0xb0,0x00,0x13,0xf9,0x10,0x00,0x22,0x19, +0x18,0x08,0x00,0x13,0x39,0x08,0x00,0x22,0x59,0x18,0x58,0x00,0x22,0x81,0x18,0x40, +0x00,0x13,0xa5,0x18,0x00,0x13,0xc5,0x08,0x00,0x22,0xe5,0x18,0x90,0x00,0x23,0x09, +0x19,0x80,0x01,0x13,0x19,0x80,0x01,0x13,0x19,0x80,0x01,0x12,0x19,0x20,0x00,0x13, +0x8d,0x08,0x00,0x13,0xb1,0x18,0x00,0x13,0xd1,0x08,0x00,0x22,0xf1,0x19,0x38,0x02, +0x22,0x11,0x1a,0x20,0x00,0x13,0x35,0x08,0x00,0x22,0x59,0x1a,0x20,0x00,0x22,0x79, +0x1a,0x80,0x00,0x13,0xa1,0x18,0x00,0x22,0xc5,0x1a,0x88,0x00,0x13,0xe9,0x20,0x00, +0x23,0x09,0x1b,0x78,0x00,0x12,0x1b,0xc8,0x00,0x13,0x45,0x08,0x00,0x22,0x61,0x1b, +0xf8,0x00,0x13,0x81,0x10,0x00,0x13,0x9d,0x08,0x00,0x22,0xb9,0x1b,0xc0,0x04,0x23, +0xd1,0x1b,0x80,0x00,0x03,0x08,0x00,0x22,0x11,0x1c,0x20,0x00,0x22,0x2d,0x1c,0x10, +0x00,0x13,0x4d,0x08,0x00,0x13,0x6d,0x08,0x00,0x13,0x8d,0x08,0x00,0x13,0xad,0x08, +0x00,0x13,0xcd,0x08,0x00,0x13,0xed,0x08,0x00,0x22,0x0d,0x1d,0x40,0x00,0x22,0x29, +0x1d,0xa8,0x00,0x23,0x4d,0x1d,0x40,0x00,0x03,0x10,0x00,0x13,0x91,0x08,0x00,0x13, +0xb5,0x08,0x00,0x22,0xd9,0x1d,0xa0,0x00,0x23,0xf9,0x1d,0x78,0x01,0x12,0x1e,0x08, +0x01,0x22,0x39,0x1e,0x18,0x00,0x22,0x59,0x1e,0x28,0x00,0x13,0x7d,0x10,0x00,0x13, +0x9d,0x10,0x00,0x22,0xc1,0x1e,0x30,0x00,0x13,0xe1,0x08,0x00,0x22,0x01,0x1f,0x08, +0x00,0x13,0x21,0x08,0x00,0x13,0x41,0x08,0x00,0x13,0x61,0x08,0x00,0x13,0x81,0x08, +0x00,0x23,0xa1,0x1f,0x40,0x01,0x03,0x08,0x00,0x22,0xe9,0x1f,0x48,0x01,0x22,0x0d, +0x20,0x10,0x00,0x22,0x31,0x20,0x28,0x00,0x13,0x51,0x08,0x00,0x13,0x71,0x08,0x00, +0x23,0x91,0x20,0xb8,0x00,0x03,0x10,0x00,0x13,0xd5,0x08,0x00,0x13,0xf5,0x08,0x00, +0x22,0x15,0x21,0x48,0x00,0x13,0x39,0x08,0x00,0x22,0x5d,0x21,0x30,0x00,0x13,0x81, +0x08,0x00,0x13,0xa5,0x08,0x00,0x22,0xc9,0x21,0x30,0x00,0x13,0xe9,0x10,0x00,0x22, +0x0d,0x22,0xd8,0x01,0x22,0x35,0x22,0x68,0x03,0x22,0x51,0x22,0x18,0x00,0x23,0x75, +0x22,0x68,0x03,0x03,0x08,0x00,0x13,0xbd,0x08,0x00,0x23,0xe1,0x22,0xf0,0x00,0x12, +0x23,0x38,0x00,0x23,0x29,0x23,0x68,0x02,0x12,0x23,0x20,0x00,0x23,0x6d,0x23,0x68, +0x01,0x03,0x18,0x00,0x13,0xb1,0x28,0x00,0x13,0xd9,0x18,0x00,0xa2,0xfd,0x23,0x00, +0x08,0x09,0x0a,0x00,0xfe,0x2a,0x24,0x20,0x00,0x13,0x4a,0x08,0x00,0x13,0x6a,0x08, +0x00,0x22,0x8a,0x24,0x28,0x00,0x13,0xae,0x10,0x00,0x13,0xce,0x08,0x00,0x13,0xee, +0x18,0x00,0x22,0x12,0x25,0x08,0x00,0x13,0x36,0x08,0x00,0x13,0x5a,0x08,0x00,0x13, +0x7e,0x08,0x00,0x22,0xa2,0x25,0x30,0x00,0x13,0xc2,0x08,0x00,0x13,0xe2,0x18,0x00, +0x22,0x06,0x26,0x08,0x00,0x93,0x2a,0x26,0x00,0x08,0x09,0x08,0x00,0xff,0x4e,0x10, +0x00,0x22,0x72,0x26,0x28,0x00,0x13,0x92,0x08,0x00,0x22,0xb2,0x26,0xb0,0x00,0x22, +0xda,0x26,0x48,0x01,0x13,0xfe,0x28,0x00,0x22,0x22,0x27,0x18,0x00,0x23,0x4a,0x27, +0xb0,0x00,0x12,0x27,0x10,0x04,0x13,0x93,0x10,0x00,0x22,0xb3,0x27,0x28,0x00,0x13, +0xd7,0x10,0x00,0x13,0xf7,0x08,0x00,0x22,0x17,0x28,0x08,0x00,0x22,0x37,0x28,0x20, +0x00,0x13,0x5b,0x10,0x00,0x23,0x7b,0x28,0x38,0x07,0x13,0x28,0xb0,0x07,0x03,0x08, +0x00,0x22,0xdb,0x28,0x68,0x00,0x22,0x03,0x29,0x10,0x00,0x13,0x23,0x08,0x00,0x22, +0x43,0x29,0x40,0x00,0x13,0x67,0x08,0x00,0x13,0x8b,0x08,0x00,0x22,0xaf,0x29,0x80, +0x05,0x21,0xc4,0x29,0xc0,0x01,0x32,0xfe,0xe0,0x29,0x00,0x03,0x13,0xfc,0x38,0x00, +0x22,0x1c,0x2a,0xb8,0x02,0x22,0x3c,0x2a,0x10,0x00,0x23,0x5c,0x2a,0xc0,0x04,0x13, +0x2a,0xd0,0x05,0x13,0x2a,0xd0,0x05,0x12,0x2a,0x90,0x05,0x13,0xd4,0x30,0x00,0x23, +0xf4,0x2a,0x88,0x06,0x12,0x2b,0x28,0x00,0x23,0x30,0x2b,0x08,0x07,0x12,0x2b,0x78, +0x00,0x23,0x74,0x2b,0xc0,0x07,0x13,0x2b,0xc0,0x07,0x13,0x2b,0xc0,0x07,0x13,0x2b, +0x48,0x07,0x03,0x28,0x00,0x22,0x18,0x2c,0x40,0x00,0x22,0x34,0x2c,0x10,0x00,0x23, +0x58,0x2c,0xc0,0x07,0x12,0x2c,0xe8,0x00,0x13,0xa0,0x08,0x00,0x13,0xc8,0x18,0x00, +0x13,0xe8,0x08,0x00,0x22,0x08,0x2d,0x30,0x00,0x22,0x2c,0x2d,0x10,0x00,0x13,0x4c, +0x08,0x00,0x13,0x6c,0x08,0x00,0x23,0x8c,0x2d,0x80,0x07,0x13,0x2d,0x80,0x07,0x03, +0x08,0x00,0x13,0xec,0x38,0x00,0x22,0x10,0x2e,0x08,0x00,0x23,0x34,0x2e,0x78,0x00, +0x12,0x2e,0x68,0x00,0x22,0x80,0x2e,0x28,0x00,0x23,0xa0,0x2e,0xb8,0x05,0x12,0x2e, +0xd8,0x09,0x22,0xdc,0x2e,0xa8,0x00,0x13,0xf8,0x30,0x00,0x22,0x1c,0x2f,0x20,0x00, +0x22,0x3c,0x2f,0x10,0x01,0x23,0x5c,0x2f,0x38,0x01,0x13,0x2f,0xf8,0x05,0x13,0x2f, +0xb8,0x00,0x13,0x2f,0xb8,0x00,0x13,0x2f,0xb8,0x00,0x12,0x30,0x08,0x00,0x13,0x28, +0x08,0x00,0x23,0x48,0x30,0x78,0x08,0x03,0x08,0x00,0x13,0x88,0x08,0x00,0x22,0xa8, +0x30,0x48,0x00,0x23,0xcc,0x30,0xb8,0x00,0x13,0x30,0xb8,0x00,0x13,0x31,0x78,0x08, +0x12,0x31,0x10,0x00,0x23,0x54,0x31,0xf8,0x07,0x13,0x31,0xf8,0x07,0x13,0x31,0xb0, +0x01,0x03,0x08,0x00,0x22,0xd8,0x31,0x88,0x00,0x23,0x00,0x32,0xf0,0x08,0x12,0x32, +0x18,0x00,0x13,0x44,0x08,0x00,0x13,0x64,0x18,0x00,0x13,0x88,0x08,0x00,0x23,0xac, +0x32,0x30,0x01,0x13,0x32,0x78,0x00,0x03,0x08,0x00,0x22,0x0c,0x33,0x08,0x00,0x22, +0x2c,0x33,0x28,0x00,0x23,0x50,0x33,0xe8,0x01,0x13,0x33,0x78,0x00,0x13,0x33,0x78, +0x00,0x03,0x10,0x00,0x13,0xdc,0x10,0x00,0x23,0xfc,0x33,0x68,0x02,0x12,0x34,0x30, +0x03,0x22,0x40,0x34,0x20,0x00,0x23,0x64,0x34,0x78,0x00,0x12,0x34,0x58,0x01,0x13, +0xa4,0x20,0x00,0x13,0xc8,0x18,0x00,0x23,0xec,0x34,0x78,0x00,0x13,0x35,0x78,0x00, +0x13,0x35,0x78,0x00,0x12,0x35,0x30,0x00,0x13,0x6c,0x10,0x00,0x13,0x90,0x10,0x00, +0x23,0xac,0x35,0xb8,0x00,0x12,0x35,0xe8,0x02,0x23,0xe8,0x35,0x68,0x09,0x12,0x36, +0xa0,0x01,0x23,0x24,0x36,0xf8,0x00,0x12,0x36,0x30,0x00,0x13,0x60,0x10,0x00,0x13, +0x80,0x10,0x00,0x22,0x9c,0x36,0xa0,0x07,0x22,0xc5,0x36,0xd8,0x0b,0x22,0xdd,0x36, +0x60,0x00,0x23,0x01,0x37,0xb8,0x05,0x13,0x37,0xb8,0x05,0x12,0x37,0x50,0x03,0x13, +0x56,0x10,0x00,0x22,0x76,0x37,0x18,0x05,0x23,0x92,0x37,0x20,0x04,0x03,0x08,0x00, +0x22,0xd2,0x37,0x28,0x06,0x13,0xf2,0x10,0x00,0x22,0x12,0x38,0x08,0x00,0x22,0x32, +0x38,0x58,0x00,0x22,0x56,0x38,0x78,0x00,0x23,0x72,0x38,0x60,0x04,0x13,0x38,0x40, +0x00,0x13,0x38,0x40,0x00,0x03,0x28,0x00,0x13,0xf6,0x10,0x00,0x22,0x16,0x39,0x08, +0x00,0x13,0x36,0x08,0x00,0x23,0x56,0x39,0x80,0x00,0x03,0x08,0x00,0x22,0x96,0x39, +0x30,0x00,0x13,0xba,0x08,0x00,0x13,0xde,0x08,0x00,0x22,0x02,0x3a,0x20,0x00,0x22, +0x22,0x3a,0x10,0x00,0x13,0x46,0x10,0x00,0x13,0x66,0x08,0x00,0x13,0x86,0x08,0x00, +0x13,0xa6,0x08,0x00,0x13,0xc6,0x28,0x00,0x22,0xea,0x3a,0x38,0x02,0x23,0x12,0x3b, +0xb8,0x00,0x03,0x08,0x00,0x13,0x52,0x08,0x00,0x23,0x72,0x3b,0xb8,0x00,0x13,0x3b, +0xb8,0x00,0x13,0x3b,0xb8,0x00,0x12,0x3b,0xc8,0x01,0x23,0xf6,0x3b,0xb8,0x00,0x12, +0x3c,0x50,0x00,0x13,0x3a,0x08,0x00,0x22,0x5e,0x3c,0x18,0x00,0x13,0x7e,0x08,0x00, +0x13,0x9e,0x08,0x00,0x13,0xbe,0x20,0x00,0x22,0xe2,0x3c,0x40,0x00,0x23,0x06,0x3d, +0x20,0x0d,0x03,0x08,0x00,0x23,0x46,0x3d,0xb8,0x00,0x12,0x3d,0x20,0x00,0x13,0x8a, +0x10,0x00,0x22,0xaa,0x3d,0x48,0x01,0x13,0xc6,0x10,0x00,0x13,0xe6,0x08,0x00,0x23, +0x06,0x3e,0x40,0x00,0x13,0x3e,0x40,0x00,0x12,0x3e,0x60,0x00,0x23,0x6a,0x3e,0x48, +0x06,0x13,0x3e,0x48,0x06,0x12,0x3e,0x50,0x00,0x22,0xd2,0x3e,0x00,0x02,0x22,0xfb, +0x3e,0xb8,0x01,0x22,0x1b,0x3f,0x08,0x02,0x22,0x33,0x3f,0x60,0x00,0x22,0x4f,0x3f, +0x38,0x00,0x22,0x6f,0x3f,0x38,0x00,0x13,0x93,0x08,0x00,0x22,0xb7,0x3f,0x30,0x06, +0x13,0xdb,0x20,0x00,0x13,0xfb,0x08,0x00,0x22,0x1b,0x40,0x08,0x00,0x13,0x3b,0x08, +0x00,0x23,0x5b,0x40,0xd8,0x05,0x13,0x40,0xd8,0x05,0x13,0x40,0xd8,0x05,0x13,0x40, +0xd8,0x05,0x12,0x40,0x50,0x00,0x22,0xff,0x40,0x90,0x00,0x23,0x23,0x41,0xd8,0x05, +0x03,0x08,0x00,0x22,0x63,0x41,0x90,0x01,0x23,0x8b,0x41,0xd8,0x05,0x13,0x41,0x88, +0x0d,0x13,0x41,0x88,0x0d,0x03,0x08,0x00,0x22,0x0f,0x42,0x20,0x00,0x22,0x33,0x42, +0x10,0x00,0x22,0x53,0x42,0x50,0x00,0x23,0x77,0x42,0x00,0x0e,0x12,0x42,0xd0,0x00, +0x13,0xb7,0x08,0x00,0x22,0xd3,0x42,0x20,0x03,0x13,0xf3,0x20,0x00,0x20,0x17,0x43, +0x08,0x01,0x42,0xff,0xfe,0x40,0x43,0x70,0x00,0x22,0x68,0x43,0x10,0x01,0x23,0x88, +0x43,0x20,0x04,0x13,0x43,0x68,0x03,0x12,0x43,0x58,0x00,0x13,0xf0,0x10,0x00,0x23, +0x10,0x44,0x50,0x05,0x13,0x44,0x50,0x05,0x13,0x44,0xc8,0x05,0x03,0x10,0x00,0x22, +0x9c,0x44,0x30,0x00,0x13,0xc0,0x18,0x00,0x13,0xe0,0x08,0x00,0x22,0x00,0x45,0x18, +0x00,0x23,0x24,0x45,0x08,0x0d,0x13,0x45,0x10,0x05,0x13,0x45,0x08,0x0d,0x13,0x45, +0x08,0x0d,0x13,0x45,0x08,0x0d,0x13,0x45,0x90,0x0c,0x13,0x45,0x58,0x04,0x12,0x46, +0x18,0x00,0x23,0x40,0x46,0x58,0x04,0x12,0x46,0x50,0x00,0x23,0x88,0x46,0xb0,0x00, +0x12,0x46,0x30,0x00,0x13,0xd4,0x10,0x00,0x22,0xf8,0x46,0x38,0x00,0x23,0x18,0x47, +0x38,0x0e,0x13,0x47,0x38,0x0e,0x12,0x47,0x20,0x00,0x22,0x7c,0x47,0x08,0x02,0x22, +0xa5,0x47,0x18,0x01,0x22,0xc5,0x47,0x28,0x01,0x22,0xe1,0x47,0xe8,0x01,0x22,0x05, +0x48,0x28,0x00,0x23,0x29,0x48,0xd8,0x08,0x12,0x48,0x60,0x00,0x22,0x71,0x48,0x78, +0x00,0x13,0x95,0x08,0x00,0x22,0xb9,0x48,0x30,0x00,0x13,0xdd,0x28,0x00,0x13,0xfd, +0x38,0x00,0x22,0x21,0x49,0x50,0x01,0x22,0x41,0x49,0x10,0x00,0x22,0x65,0x49,0x20, +0x00,0x13,0x85,0x10,0x00,0x13,0xa9,0x08,0x00,0x13,0xcd,0x08,0x00,0x13,0xf1,0x08, +0x00,0x22,0x15,0x4a,0x08,0x00,0x13,0x39,0x08,0x00,0x23,0x5d,0x4a,0xc0,0x09,0x13, +0x4a,0xc0,0x09,0x12,0x4a,0xa8,0x00,0x13,0xc1,0x10,0x00,0x23,0xe5,0x4a,0xf0,0x0b, +0x12,0x4b,0x08,0x00,0x13,0x2d,0x08,0x00,0x23,0x51,0x4b,0xc0,0x09,0x13,0x4b,0xc0, +0x09,0x13,0x4b,0xc0,0x09,0x13,0x4b,0x68,0x0c,0x13,0x4b,0x68,0x0c,0x12,0x4b,0xc8, +0x00,0x23,0x1d,0x4c,0x68,0x0d,0x03,0x08,0x00,0x22,0x5d,0x4c,0x18,0x00,0x22,0x81, +0x4c,0xa8,0x09,0x23,0xae,0x4c,0x40,0x03,0x13,0x4c,0xb0,0x04,0x13,0x4c,0xf8,0x03, +0x13,0x4d,0xb0,0x04,0x13,0x4d,0x88,0x09,0x13,0x4d,0x88,0x09,0x12,0x4d,0x60,0x00, +0x13,0x9a,0x08,0x00,0x13,0xb6,0x08,0x00,0x13,0xd2,0x08,0x00,0x21,0xee,0x4d,0x38, +0x11,0x32,0xff,0x07,0x4e,0x10,0x00,0x13,0x23,0x08,0x00,0x22,0x3f,0x4e,0x50,0x00, +0x13,0x5f,0x08,0x00,0x22,0x7f,0x4e,0x50,0x00,0x13,0xa3,0x08,0x00,0x13,0xc7,0x08, +0x00,0x13,0xeb,0x08,0x00,0x23,0x0f,0x4f,0x08,0x03,0x13,0x4f,0x90,0x10,0x13,0x4f, +0x08,0x11,0x03,0x08,0x00,0x22,0x97,0x4f,0x58,0x00,0x22,0xb3,0x4f,0xe8,0x01,0x13, +0xd3,0x10,0x00,0x23,0xef,0x4f,0x48,0x03,0x12,0x50,0x08,0x00,0x22,0x2f,0x50,0x18, +0x00,0x13,0x4b,0x10,0x00,0x13,0x6b,0x08,0x00,0x13,0x8b,0x08,0x00,0x13,0xab,0x20, +0x00,0x22,0xc7,0x50,0x48,0x00,0x13,0xe7,0x10,0x00,0x22,0x03,0x51,0x78,0x00,0x13, +0x27,0x08,0x00,0x23,0x4b,0x51,0x40,0x00,0x03,0x10,0x00,0x13,0x8f,0x10,0x00,0x23, +0xaf,0x51,0xc8,0x03,0x12,0x51,0x38,0x00,0x13,0xeb,0x10,0x00,0x22,0x0b,0x52,0x08, +0x00,0x22,0x2b,0x52,0x58,0x00,0x23,0x4b,0x52,0x40,0x00,0x13,0x52,0x40,0x00,0x13, +0x52,0x40,0x00,0x13,0x52,0x40,0x00,0x03,0x18,0x00,0x13,0xf3,0x10,0x00,0x23,0x13, +0x53,0x90,0x11,0x13,0x53,0x08,0x04,0x12,0x53,0x20,0x00,0x23,0x77,0x53,0x00,0x01, +0x12,0x53,0xb8,0x01,0x22,0xbb,0x53,0x68,0x0d,0x13,0xd3,0x18,0x00,0x13,0xf3,0x10, +0x00,0xa3,0x0b,0x54,0x80,0x05,0x06,0x06,0x00,0x00,0x1d,0x54,0x00,0x02,0x13,0x54, +0x00,0x02,0x40,0x54,0x00,0x09,0x09,0xb0,0x0c,0x13,0x54,0xb0,0x0c,0x00,0x10,0x00, +0x53,0x06,0x00,0x00,0xbc,0x54,0x68,0x10,0x11,0x54,0xe4,0x12,0x40,0xff,0xf2,0x54, +0x00,0x08,0x15,0x32,0xff,0x07,0x55,0x30,0x00,0x22,0x2b,0x55,0x58,0x00,0x50,0x43, +0x55,0x80,0x05,0x06,0x10,0x05,0xf0,0x04,0x55,0x00,0x07,0x05,0x08,0x01,0xff,0x6f, +0x55,0x00,0x07,0x07,0x0a,0x00,0xfe,0x92,0x55,0x00,0x07,0x48,0x07,0x13,0xae,0x08, +0x00,0x13,0xca,0x20,0x00,0xd0,0xde,0x55,0x00,0x07,0x09,0x08,0xff,0xff,0x02,0x56, +0x00,0x05,0x05,0x58,0x02,0x03,0x08,0x00,0x22,0x2a,0x56,0x28,0x00,0x10,0x46,0x08, +0x00,0x52,0x02,0x00,0x02,0x4d,0x56,0x88,0x00,0xc0,0x68,0x56,0x00,0x0a,0x0b,0x08, +0xff,0xff,0x94,0x56,0x00,0x09,0x08,0x00,0x23,0xc0,0x56,0x70,0x04,0x00,0x28,0x00, +0x43,0x06,0x00,0x00,0xf5,0x08,0x00,0xa2,0x0a,0x57,0x00,0x0a,0x0b,0x07,0xff,0xff, +0x31,0x57,0x98,0x00,0x23,0x49,0x57,0x08,0x0f,0x11,0x57,0x00,0x05,0x51,0xff,0x92, +0x57,0x00,0x07,0xd8,0x06,0x12,0x57,0x68,0x00,0x13,0xce,0x08,0x00,0x13,0xea,0x08, +0x00,0x22,0x06,0x58,0x38,0x00,0xa2,0x1e,0x58,0x00,0x05,0x07,0x08,0xff,0xff,0x3a, +0x58,0x18,0x00,0x13,0x56,0x08,0x00,0x22,0x72,0x58,0x90,0x00,0xc0,0x8d,0x58,0x00, +0x08,0x0a,0x0a,0xff,0xfe,0xbf,0x58,0x00,0x06,0xf8,0x00,0x50,0xd7,0x58,0x00,0x0a, +0x0a,0x70,0x13,0x00,0x08,0x00,0x00,0x60,0x01,0x12,0x59,0x08,0x00,0x13,0x3b,0x08, +0x00,0x13,0x59,0x08,0x00,0x13,0x77,0x08,0x00,0x20,0x95,0x59,0xd0,0x00,0x42,0x00, +0xff,0xc1,0x59,0x58,0x00,0x13,0xdd,0x08,0x00,0x22,0xf9,0x59,0xa8,0x05,0x22,0x22, +0x5a,0x28,0x00,0x50,0x40,0x5a,0x00,0x06,0x07,0xc0,0x0b,0x50,0x5a,0x10,0x08,0x09, +0x06,0xe8,0x17,0xf0,0xff,0xff,0xff,0xff,0xff,0x88,0x72,0x1f,0xb5,0x21,0x51,0x2f, +0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8b,0x4d, +0x9b,0x4d,0xa8,0x4d,0xdc,0x4d,0xfb,0x4d,0xfe,0x4d,0x1b,0x4e,0x35,0x4e,0x40,0x4e, +0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x7f,0x4e,0x98,0x4e,0x9d,0x4e,0x9e,0x4e, +0x9f,0x4e,0xac,0x4e,0xcf,0x4e,0xd6,0x4e,0xdb,0x4e,0xeb,0x4e,0x14,0x4f,0x2d,0x4f, +0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5b,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f, +0xac,0x4f,0xc4,0x4f,0xe9,0x4f,0x03,0x50,0x15,0x50,0x1f,0x50,0x50,0x50,0x6f,0x50, +0x82,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb7,0x50,0xb8,0x50,0xbc,0x50, +0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xda,0x50,0x4a,0x51,0x4d,0x51,0x56,0x51, +0x57,0x51,0x67,0x51,0x6d,0x51,0x75,0x51,0x79,0x51,0x7a,0x51,0x80,0x51,0x86,0x51, +0x87,0x51,0x9d,0x51,0xbf,0x51,0xc5,0x51,0xef,0x51,0xf0,0x51,0x25,0x52,0x55,0x52, +0x58,0x52,0x66,0x52,0x90,0x52,0x97,0x52,0xa4,0x52,0xb1,0x52,0xef,0x52,0x13,0x53, +0x1a,0x53,0x1d,0x53,0x26,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53, +0x5c,0x53,0x5d,0x53,0x61,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xdc,0x53, +0x9f,0x54,0xaf,0x54,0xfe,0x54,0x1e,0x55,0xb8,0x55,0x2e,0x56,0x4a,0x56,0x4e,0x56, +0x5b,0x56,0x5d,0x56,0x63,0x56,0x66,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97,0x56, +0xa7,0x56,0xdb,0x56,0x47,0x57,0x4a,0x57,0x81,0x57,0x9a,0x57,0xbb,0x57,0xee,0x57, +0x23,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81,0x58,0x8e,0x58, +0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xc8,0x5a,0xd3,0x5a,0xd9,0x5a, +0xdc,0x5a,0xea,0x5a,0x09,0x5b,0x36,0x5b,0x3b,0x5b,0x3c,0x5b,0x48,0x5b,0x49,0x5b, +0x54,0x5b,0x57,0x5b,0x5d,0x5b,0x5e,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b, +0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x5c,0x5d,0x86,0x5d, +0x88,0x5d,0x8d,0x5d,0x90,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xf6,0x5d, +0x30,0x5e,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x87,0x5e, +0x98,0x5e,0xb2,0x5e,0xc1,0x5e,0xd5,0x5e,0xd8,0x5e,0xdc,0x5e,0xe1,0x5e,0xee,0x5e, +0xf9,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x3b,0x5f,0x4d,0x5f,0x70,0x5f,0x75,0x5f, +0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0x9b,0x60,0xb2,0x60,0x19,0x61, +0x60,0x61,0x66,0x61,0x7a,0x61,0x82,0x61,0x86,0x61,0x90,0x61,0x97,0x61,0x9b,0x61, +0xa3,0x61,0xce,0x61,0x19,0x62,0x22,0x62,0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62, +0x7f,0x62,0xc7,0x62,0xd3,0x62,0xe2,0x62,0xf1,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62, +0x1f,0x63,0x20,0x63,0x22,0x63,0x2a,0x63,0x2b,0x63,0x66,0x63,0x97,0x63,0xc8,0x63, +0xf5,0x63,0xfd,0x63,0x17,0x64,0x1a,0x64,0x1d,0x64,0x2a,0x64,0x36,0x64,0x3c,0x64, +0x44,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa7,0x64, +0xa9,0x64,0xc4,0x64,0xc8,0x64,0xd7,0x64,0xec,0x64,0xff,0x64,0x00,0x65,0x07,0x65, +0x09,0x65,0x0c,0x65,0x1b,0x65,0x35,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f,0x65, +0x92,0x65,0xbe,0x65,0xbf,0x65,0xfb,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50,0x66, +0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x96,0x66,0xaf,0x66,0xcf,0x66,0xec,0x66, +0x14,0x67,0x35,0x67,0x71,0x67,0x8c,0x67,0x96,0x67,0x98,0x67,0xcf,0x67,0xed,0x67, +0xc5,0x68,0x52,0x69,0x69,0x69,0x71,0x69,0x73,0x69,0xaf,0x69,0xbb,0x69,0xe4,0x69, +0xf2,0x69,0x54,0x6a,0xa0,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a, +0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xe2,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c, +0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0xd8,0x6c, +0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x6b,0x6d,0x7c,0x6d,0xe0,0x6d,0xe6,0x6d,0xfb,0x6d, +0x21,0x6e,0x3f,0x6e,0x4e,0x6e,0x4f,0x6e,0x88,0x6e,0x10,0x6f,0x4e,0x6f,0xb3,0x6f, +0x09,0x70,0x0a,0x70,0x71,0x70,0x76,0x70,0x01,0x71,0x97,0x71,0x98,0x71,0xa9,0x71, +0xc9,0x71,0x10,0x72,0xd7,0x72,0x3d,0x73,0x4e,0x73,0x56,0x73,0xae,0x73,0x00,0x74, +0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xc0,0x74,0xc6,0x74,0xda,0x74, +0xcc,0x75,0xcd,0x75,0xd4,0x75,0x33,0x76,0x34,0x76,0x3e,0x76,0x44,0x76,0x48,0x76, +0x5b,0x76,0x6f,0x76,0x35,0x77,0xbc,0x77,0x0a,0x78,0x0c,0x78,0x8a,0x78,0xd1,0x78, +0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0x81,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79, +0x3f,0x7a,0x46,0x7a,0x7c,0x7a,0x99,0x7a,0xe7,0x7a,0xf1,0x7a,0x10,0x7b,0x14,0x7b, +0x8d,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x55,0x7c,0x6a,0x7c,0x80,0x7c,0x92,0x7c, +0x94,0x7c,0xa0,0x7c,0xa5,0x7c,0xc1,0x7c,0xe3,0x7c,0xf0,0x7c,0x1a,0x7d,0x2a,0x7d, +0x38,0x7d,0x44,0x7d,0x7e,0x7d,0x81,0x7d,0x8d,0x7d,0xdc,0x7d,0x66,0x7e,0xbe,0x7e, +0xde,0x7e,0xf9,0x7e,0x55,0x7f,0x67,0x7f,0xbf,0x7f,0xc2,0x7f,0x1c,0x80,0x4d,0x80, +0x58,0x80,0xc3,0x80,0x3a,0x81,0x43,0x81,0x57,0x81,0x7a,0x81,0x85,0x81,0xc2,0x81, +0x41,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x1b,0x84,0x1d,0x85,0x1f,0x85,0x7d,0x85, +0xaf,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xab,0x87,0xad,0x87,0xb8,0x87,0xc0,0x87, +0xfb,0x87,0x2c,0x88,0x2d,0x88,0x4d,0x88,0x57,0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88, +0xdf,0x88,0xe6,0x88,0x18,0x89,0x22,0x89,0x48,0x89,0x50,0x89,0x58,0x89,0x68,0x89, +0x7a,0x89,0x7d,0x89,0x8b,0x89,0xb2,0x89,0xb6,0x89,0xc1,0x89,0xc3,0x89,0xdc,0x89, +0xdd,0x89,0xee,0x89,0xf4,0x89,0xfa,0x89,0x0f,0x8a,0x1b,0x8a,0x99,0x8a,0xa8,0x8a, +0xac,0x8a,0xb6,0x8a,0xc0,0x8a,0xc7,0x8a,0xd0,0x8a,0xda,0x8a,0x0c,0x8c,0x75,0x8c, +0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0x48,0x8e,0x53,0x8e, +0x59,0x8e,0x7a,0x8e,0x7f,0x8e,0x88,0x8e,0x99,0x8e,0xc4,0x8e,0xe1,0x8e,0x40,0x8f, +0x50,0x8f,0x6a,0x8f,0x6f,0x8f,0x73,0x8f,0x81,0x8f,0x82,0x8f,0x8b,0x8f,0x9a,0x8f, +0x9b,0x8f,0x9e,0x8f,0xa3,0x8f,0xc2,0x8f,0xc8,0x8f,0xda,0x8f,0xdf,0x8f,0x38,0x90, +0x1d,0x91,0x1f,0x91,0x2d,0x91,0x65,0x91,0x54,0x92,0x7f,0x92,0xc5,0x92,0xe6,0x92, +0x31,0x93,0x68,0x93,0xa1,0x93,0xfe,0x93,0x7e,0x94,0xc7,0x94,0xd0,0x94,0xd9,0x94, +0xdb,0x94,0xe2,0x94,0xe3,0x94,0x2c,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4,0x95, +0xc0,0x95,0xe4,0x95,0xec,0x95,0xf8,0x95,0x29,0x96,0x32,0x96,0x4b,0x96,0x50,0x96, +0x57,0x96,0xac,0x96,0xae,0x96,0xb2,0x96,0x1c,0x97,0x43,0x97,0x4f,0x97,0x51,0x97, +0x52,0x97,0x55,0x97,0x56,0x97,0x60,0x97,0x8b,0x97,0x9c,0x97,0x9f,0x97,0xae,0x97, +0xbf,0x97,0xd4,0x97,0xec,0x97,0x2b,0x98,0x95,0x99,0xa7,0x99,0x24,0x9a,0x28,0x9a, +0x44,0x9c,0xf5,0x9d,0x28,0x9e,0x2e,0x9e,0x9a,0x9e,0xa0,0x9e,0x51,0xef,0x58,0xef, +0x5b,0xef,0x5c,0xef,0x5d,0xef,0x61,0xef,0x63,0xef,0x65,0xef,0x69,0xef,0x6c,0xef, +0x71,0xef,0x76,0xef,0x77,0xef,0x78,0xef,0x8e,0xef,0x93,0xef,0x98,0xef,0x9b,0xef, +0x9c,0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef,0xa3,0xef,0xa4,0xef,0xb7,0xef,0xb8,0xef, +0xbe,0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef,0xc7,0xef,0xc8,0xef,0xc9,0xef,0xcb,0xef, +0xe3,0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0,0x17,0xf0,0x19,0xf0,0x30,0xf0,0x37,0xf0, +0x3a,0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0,0xab,0xf0,0x3b,0xf1,0x90,0xf1,0x91,0xf1, +0x92,0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1,0xe3,0xf1,0x3d,0xf2,0x54,0xf2,0xaa,0xf4, +0x12,0xf7,0xf2,0xf7,0x1a,0x09,0x09,0x09,0x06,0x01,0x2a,0x47,0xb0,0x36,0x90,0x13, +0x40,0x07,0x07,0x00,0x70,0x70,0x4c,0x9b,0x10,0x72,0x40,0x6c,0xaa,0x00,0x66,0x10, +0x25,0x70,0x00,0x00,0x50,0x06,0xc3,0x29,0x14,0x2a,0x00,0x07,0xb1,0x00,0x3a,0x10, +0x0b,0x3b,0xb5,0x00,0x80,0x3a,0x60,0x34,0x00,0x90,0x90,0x70,0x00,0x90,0x81,0x50, +0x00,0x81,0x97,0x18,0x40,0x19,0x56,0x71,0x80,0x00,0x60,0x70,0x80,0x00,0x70,0x28, +0x70,0x06,0xa3,0x00,0x09,0x27,0x00,0x0a,0x91,0x00,0x1c,0x70,0x61,0x83,0xa3,0xa0, +0x92,0x1e,0x60,0x2c,0xa7,0xa2,0x47,0x36,0x13,0x00,0x10,0x62,0x09,0x00,0x80,0x26, +0x03,0x60,0x17,0x00,0x90,0x08,0x00,0x32,0x10,0x62,0x18,0x09,0x01,0x00,0xf5,0x35, +0x44,0x50,0x06,0x20,0x2d,0xb0,0x07,0x70,0x00,0x40,0x00,0x18,0x00,0x6a,0xc9,0x10, +0x18,0x00,0x01,0x80,0x00,0x00,0x4a,0x07,0x41,0x69,0x40,0x01,0x48,0x00,0x80,0x00, +0x80,0x03,0x40,0x07,0x00,0x08,0x00,0x17,0x00,0x52,0x00,0x80,0x00,0x40,0x00,0x0a, +0xb4,0x05,0x60,0xa0,0x82,0x0a,0x09,0x10,0xa0,0x82,0x0a,0x05,0x60,0xa0,0x0a,0xb3, +0x00,0x0b,0xb0,0x00,0x02,0x00,0xf1,0x82,0x3a,0xea,0x3a,0xc3,0x03,0x01,0x90,0x00, +0x0a,0x00,0x05,0x60,0x01,0xb0,0x00,0xa2,0x00,0x8d,0xbb,0x00,0x3b,0xb3,0x10,0x1a, +0x00,0x39,0x06,0xe2,0x00,0x1b,0x20,0x0c,0x5b,0xb5,0x00,0xa6,0x00,0x4b,0x60,0x0a, +0x46,0x06,0x44,0x60,0xaa,0xcc,0x10,0x04,0x60,0x00,0x46,0x00,0x2d,0xa8,0x03,0x70, +0x00,0x4b,0xa3,0x00,0x11,0xc0,0x00,0x0c,0x03,0x00,0xc0,0x5b,0xc4,0x00,0x07,0xb9, +0x02,0x90,0x10,0x64,0x00,0x08,0x8a,0x50,0x75,0x0a,0x04,0x60,0xb0,0x09,0xb7,0x00, +0x6a,0xae,0x00,0x01,0x70,0x00,0x81,0x00,0x0a,0x00,0x02,0x80,0x00,0x46,0x00,0x06, +0x50,0x00,0x09,0xa4,0x04,0x60,0x90,0x2b,0x19,0x00,0xae,0x40,0x63,0x1c,0x09,0x20, +0xb0,0x2b,0xa7,0x00,0x1b,0xb2,0x64,0x0a,0x91,0x0a,0x75,0x1d,0x1a,0x8a,0x00,0x18, +0x3b,0xa1,0x48,0x01,0x00,0x01,0x48,0x48,0x01,0xca,0x00,0xf3,0x80,0x00,0x01,0x00, +0x29,0x90,0x99,0x10,0x01,0x8a,0x40,0x00,0x06,0x10,0x69,0x99,0x10,0x00,0x00,0x69, +0x99,0x10,0x20,0x00,0x05,0xa5,0x00,0x00,0x4d,0x11,0x8a,0x40,0x52,0x00,0x00,0x4b, +0xb0,0x10,0x64,0x00,0xa1,0x04,0x70,0x07,0x20,0x01,0x00,0x0a,0x30,0x00,0x78,0x88, +0x10,0x08,0x30,0x01,0x80,0x26,0x07,0x82,0x80,0x61,0x71,0x80,0x70,0x70,0x90,0xa0, +0x90,0x53,0x47,0x58,0x20,0x0a,0x10,0x00,0x00,0x01,0x88,0x91,0x00,0x02,0xe0,0x00, +0x69,0x40,0x0a,0x28,0x00,0xa0,0xb0,0x4c,0xad,0x18,0x20,0x56,0xb0,0x01,0xa0,0x3d, +0xaa,0x23,0x80,0x57,0x38,0x06,0x63,0xdb,0xe1,0x38,0x01,0xb3,0x80,0x1c,0x3d,0xaa, +0x30,0x05,0xbb,0x41,0xb0,0x01,0x65,0x00,0x07,0x30,0x00,0x65,0x00,0x01,0xb0,0x03, +0x05,0xcb,0x50,0x3d,0xaa,0x10,0x38,0x04,0xa0,0x38,0x00,0xc0,0x03,0x00,0x50,0x04, +0x90,0x3d,0xba,0x10,0x39,0x00,0xeb,0x00,0x38,0x00,0x03,0xda,0x80,0x38,0x00,0x03, +0x80,0x00,0x3d,0xbb,0x20,0x12,0x00,0x62,0x38,0x00,0x00,0x04,0xbb,0x71,0x4b,0x00, +0xc2,0xab,0x65,0x00,0xa1,0xb0,0x0b,0x05,0xcc,0x80,0x38,0x00,0xb0,0x03,0x00,0x35, +0x3d,0xbb,0xe0,0x0c,0x00,0x12,0x38,0x01,0x00,0x24,0x00,0x37,0x02,0x00,0xf1,0x07, +0x30,0x65,0x4b,0xc1,0x38,0x05,0x70,0x38,0x1b,0x00,0x38,0xb3,0x00,0x3e,0xc6,0x00, +0x3c,0x0c,0x00,0x38,0x06,0x60,0x7e,0x00,0x01,0x59,0x00,0x04,0x05,0x00,0xf2,0x3c, +0x3d,0xbb,0x10,0x3d,0x00,0x5b,0x3d,0x20,0x9a,0x39,0x70,0x9a,0x37,0x93,0x5b,0x37, +0x88,0x0b,0x37,0x4b,0x0b,0x37,0x02,0x0b,0x3c,0x00,0xb3,0xd4,0x0b,0x38,0xb0,0xb3, +0x77,0x4b,0x37,0x0a,0xa3,0x70,0x8c,0x37,0x01,0xe0,0x05,0xbb,0x40,0x1b,0x00,0xb1, +0x65,0x00,0x65,0x83,0x00,0x46,0x65,0x00,0x65,0x1b,0x00,0xb1,0x05,0xbb,0x40,0x3d, +0xbb,0x13,0x80,0x38,0x38,0x01,0xa3,0x80,0x67,0x3d,0xb9,0xb1,0x00,0x01,0x27,0x00, +0x15,0xb0,0x27,0x00,0xf6,0x29,0x2a,0x00,0xb1,0x08,0xaa,0x80,0x00,0x3a,0x00,0x00, +0x05,0xa5,0x3d,0xaa,0x33,0x80,0x39,0x38,0x05,0x73,0xdc,0xb1,0x38,0x1b,0x03,0x80, +0xa2,0x38,0x03,0xa0,0x0a,0xba,0x04,0x80,0x10,0x1c,0x10,0x00,0x4d,0x80,0x00,0x0a, +0x33,0x10,0x75,0x2b,0xba,0x00,0x8a,0xea,0x60,0x0b,0x00,0x00,0xb0,0x00,0x05,0x00, +0x51,0x38,0x00,0xb3,0x80,0x0b,0x05,0x00,0xf0,0x47,0x28,0x00,0xb0,0xb0,0x1b,0x06, +0xcc,0x30,0xc0,0x04,0x79,0x20,0x83,0x56,0x0b,0x01,0xa0,0xa0,0x0b,0x46,0x00,0x8a, +0x20,0x04,0xd0,0x00,0xb0,0x0d,0x00,0xb8,0x32,0xd2,0x28,0x55,0x57,0x64,0x52,0x88, +0x19,0x73,0x0a,0x90,0xa9,0x00,0xa9,0x09,0xa0,0x0a,0x60,0x6a,0x00,0x84,0x0a,0x21, +0xb1,0x90,0x09,0xa2,0x00,0x4d,0x00,0x0a,0x94,0x02,0x91,0xb0,0x92,0x09,0x30,0x0b, +0x00,0xa1,0x06,0x51,0x90,0x00,0xa7,0x30,0x00,0x9b,0x00,0x00,0x48,0x00,0x00,0x37, +0x03,0x00,0xf3,0x08,0x3a,0xad,0x50,0x00,0xb0,0x00,0x75,0x00,0x1b,0x00,0x08,0x40, +0x01,0xb0,0x00,0x8d,0xbb,0x40,0x2a,0x32,0x60,0x26,0x02,0x03,0x00,0xf0,0x01,0x19, +0x30,0x80,0x00,0x71,0x00,0x25,0x00,0x08,0x00,0x08,0x00,0x05,0x30,0x01,0x70,0x0c, +0x03,0x22,0x5b,0x08,0x01,0x00,0xf2,0x62,0x58,0x04,0xb0,0x09,0x81,0x09,0x36,0x45, +0x0a,0x78,0x88,0x30,0x70,0x39,0x00,0x2a,0xc5,0x00,0x0b,0x19,0x7c,0x74,0x0b,0x3b, +0x9b,0x47,0x00,0x04,0x70,0x00,0x4b,0xbc,0x04,0x80,0x74,0x47,0x04,0x74,0x70,0x85, +0x4b,0xaa,0x00,0x0a,0xb7,0x67,0x00,0x83,0x00,0x67,0x00,0x0a,0xb8,0x00,0x08,0x30, +0x00,0x83,0x0a,0xac,0x36,0x70,0x83,0x83,0x08,0x36,0x60,0x93,0x1c,0xab,0x30,0x0a, +0xb6,0x06,0x60,0x90,0x8a,0x8b,0x06,0x60,0x00,0x0a,0xa7,0x00,0x08,0x71,0x90,0x8d, +0x42,0x90,0x29,0x02,0x90,0x29,0x00,0x19,0x9d,0x35,0x60,0xa0,0x0c,0x93,0x03,0x50, +0x00,0x1d,0xa8,0x07,0x30,0x74,0x3a,0x88,0x00,0x58,0x00,0xf0,0x00,0xba,0x04,0x90, +0x91,0x47,0x08,0x34,0x70,0x83,0x47,0x08,0x30,0x47,0x00,0x47,0x01,0x00,0x61,0x04, +0x70,0x00,0x03,0x70,0x37,0x03,0x00,0x31,0x46,0x3b,0x20,0x27,0x00,0xe1,0x47,0x1a, +0x04,0x7a,0x10,0x4d,0xc0,0x04,0xa4,0x80,0x47,0x0a,0x10,0x47,0x01,0x00,0xf8,0x05, +0x2b,0x4a,0xba,0x7c,0x44,0x90,0xb3,0x1a,0x47,0x0a,0x10,0xb4,0x70,0x91,0x0b,0x47, +0x09,0x10,0xb0,0x4a,0x4d,0x00,0xc7,0x0a,0xa8,0x06,0x70,0x93,0x83,0x06,0x66,0x70, +0x93,0x0a,0xa9,0xbf,0x00,0x20,0x4c,0xaa,0x4f,0x00,0x63,0x00,0x00,0x0a,0x8b,0x36, +0x60,0xb5,0x00,0xc1,0xac,0x30,0x00,0x83,0x00,0x08,0x30,0x49,0xb0,0x4b,0x00,0x47, +0x02,0x00,0xf0,0x60,0x2a,0xb1,0x65,0x00,0x09,0x90,0x00,0x65,0x6a,0xa1,0x04,0x01, +0x90,0x8d,0x82,0x90,0x29,0x01,0xa0,0x0a,0x80,0x46,0x09,0x14,0x60,0x91,0x46,0x09, +0x13,0x80,0xb1,0x0b,0xaa,0x10,0xb0,0x0b,0x06,0x41,0x90,0x19,0x64,0x00,0xa9,0x00, +0x07,0xa0,0x00,0xa1,0x3a,0x09,0x16,0x47,0xa0,0xa0,0x28,0x86,0x39,0x00,0xa8,0x3a, +0x60,0x0a,0x60,0xe2,0x00,0x74,0x47,0x0b,0xa0,0x09,0x90,0x19,0xa1,0x92,0x39,0xa0, +0x0a,0x05,0x51,0x90,0x0a,0x54,0x00,0x99,0x00,0x04,0xa0,0x00,0x65,0x00,0x79,0x00, +0x00,0x4a,0xd6,0x00,0xb0,0x08,0x40,0x2a,0x00,0xac,0xa6,0x09,0x30,0x90,0x09,0x00, +0x90,0x85,0x00,0x06,0x00,0x35,0x07,0x30,0x25,0x01,0x00,0x11,0x67,0x12,0x00,0x20, +0x0a,0x40,0x06,0x00,0xf0,0x4c,0x64,0x00,0x39,0x23,0x03,0x08,0x70,0x00,0x00,0x20, +0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa,0xa5,0x90,0x18,0x00,0x00,0x86,0x1d,0xaa,0x93, +0xa0,0x00,0x00,0xba,0x00,0x00,0x00,0x40,0x00,0x00,0x02,0x00,0x00,0x00,0x4f,0x00, +0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00,0x18,0x05,0x76,0xaa,0xb8,0x00,0x6e,0x00, +0x00,0x00,0x04,0x00,0x00,0x00,0x07,0x20,0x00,0x08,0x7b,0x10,0x08,0x60,0x1b,0x11, +0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a,0x09,0x10,0x00,0xaa,0xd1,0x00,0x00,0x6a, +0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e,0x8d,0x08,0x94,0x0a,0x60,0x1c,0x30,0x0b, +0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01,0x20,0x00,0x00,0x08,0x80,0x00,0x00,0x26, +0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60,0x04,0x40,0x08,0x00,0x00,0x80,0x2b,0x77, +0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07,0x44,0x0c,0xa8,0x70,0x48,0x67,0x60,0x73, +0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01,0x55,0x00,0x00,0x14,0x41,0x00,0x03,0x5c, +0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00,0x00,0x91,0x0a,0x00,0x02,0xa0,0x06,0x93, +0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90,0x8a,0xb6,0x70,0x0a,0x17,0x21,0x70,0x76, +0x60,0x22,0x0c,0x40,0x70,0x44,0x00,0x36,0x51,0x03,0xf0,0x4e,0x00,0x76,0x66,0x02, +0x40,0x16,0x07,0x00,0x70,0x1b,0x5a,0x30,0x70,0x97,0x50,0x73,0x60,0x60,0x54,0x07, +0x20,0x03,0x61,0x00,0x00,0x65,0x00,0x00,0x55,0x00,0x55,0xba,0x80,0x51,0x55,0x50, +0x51,0x55,0x50,0x50,0x00,0x50,0x15,0xed,0x40,0x00,0x88,0x00,0x00,0x29,0xa5,0xb6, +0xe5,0x32,0x67,0xb0,0x00,0x60,0x56,0x00,0x7a,0x70,0x00,0xb6,0xd3,0x11,0x00,0x4b, +0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa,0x68,0x68,0xeb,0x64,0x30,0x06,0x6a,0x70,0x06, +0x65,0x30,0x06,0x8d,0xb5,0x58,0x11,0x11,0x10,0xfa,0x00,0xf0,0x1e,0xfd,0x70,0x70, +0x66,0x16,0x72,0x69,0x17,0xbb,0x59,0x9a,0xc9,0x00,0xb5,0x03,0x67,0x20,0x00,0x64, +0x00,0x00,0x0c,0xff,0x40,0x00,0x0f,0xff,0xaf,0xd0,0x05,0xff,0x9f,0xf0,0x07,0x6c, +0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a,0xba,0xaa,0xa0,0xda,0x0b,0xf2,0x27,0x64,0x00, +0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e,0xee,0xec,0x02,0x90,0x00,0x00,0x25,0x00,0x00, +0x35,0x10,0x00,0x03,0x77,0x70,0x00,0x37,0x73,0x00,0x44,0x84,0x00,0x96,0x73,0xc0, +0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20,0x00,0x46,0x67,0x10,0x60,0x06,0x81,0x60,0x07, +0x47,0x60,0x00,0x06,0x03,0x00,0x91,0x76,0x66,0x67,0x27,0x27,0x06,0x27,0x20,0x66, +0x8e,0x01,0xf2,0x07,0x06,0x96,0x00,0x00,0x00,0x03,0x88,0x30,0x00,0x00,0x69,0x50, +0x03,0x88,0x21,0x70,0x05,0x04,0x87,0x10,0x06,0x84,0x28,0x24,0xd6,0x44,0x00,0xa4, +0x00,0x20,0x4a,0xaa,0xaa,0xa8,0x00,0x0a,0x00,0x00,0x04,0x00,0x24,0x99,0x90,0x0c, +0x00,0x61,0x79,0x9d,0x99,0x93,0x00,0x00,0x08,0x00,0x30,0x92,0x00,0x09,0x14,0x00, +0xa0,0xa3,0x00,0x00,0x09,0x08,0x70,0x00,0x09,0x00,0x10,0x10,0x00,0x00,0x04,0x00, +0xf1,0x05,0x19,0x99,0xe9,0x96,0x00,0x05,0x90,0x00,0x00,0x3b,0x9a,0x10,0x06,0xa2, +0x81,0xb2,0x26,0x01,0x80,0x05,0xf2,0x06,0x00,0x04,0x00,0x00,0x24,0x00,0xf1,0x01, +0xa0,0x00,0xc8,0x8d,0x88,0x99,0x00,0x90,0x09,0xd9,0x9d,0x99,0x96,0x00,0x90,0x06, +0x15,0x00,0x10,0x90,0x1c,0x00,0xf3,0x28,0x08,0x88,0xd8,0xa0,0xa1,0x1a,0x1a,0x04, +0x66,0xc6,0x60,0xc8,0x8d,0x8a,0x49,0x00,0xa0,0x54,0x98,0x8d,0x88,0x30,0x00,0x90, +0x00,0x02,0xb8,0x88,0xa0,0x02,0x66,0x50,0x90,0x02,0x60,0x50,0x90,0x3b,0xb9,0x99, +0xd7,0x06,0x20,0x00,0x90,0x0a,0x00,0x00,0x90,0x44,0x00,0x38,0x80,0x00,0x00,0x50, +0x02,0x70,0x02,0xa0,0x00,0x08,0x9a,0xc9,0x93,0x68,0x00,0x44,0x05,0x99,0xc9,0x90, +0x74,0x00,0x42,0x29,0x9a,0xc9,0x97,0x20,0x00,0xf2,0x2d,0x70,0x00,0x19,0x99,0x9b, +0xa0,0x00,0x00,0x1a,0x00,0x00,0x01,0xa1,0x00,0x00,0x49,0x00,0x00,0x19,0xc2,0x00, +0x01,0x41,0x17,0x99,0x84,0x00,0x01,0x35,0x20,0x07,0x7a,0x73,0x00,0x57,0x9b,0x99, +0x71,0x17,0xa6,0x2c,0x70,0x25,0xa8,0x58,0x21,0x33,0xac,0xb9,0x70,0x19,0x76,0x39, +0x60,0x63,0x06,0x20,0x63,0x06,0xaa,0x87,0x01,0x08,0x01,0x00,0xf0,0x13,0x3a,0xaa, +0xaa,0xa7,0x00,0x06,0x00,0x00,0x58,0x88,0x88,0x81,0x09,0x66,0x69,0x40,0x06,0x66, +0x67,0x20,0x07,0x77,0xba,0x20,0x68,0x8c,0xa8,0x82,0x00,0x08,0x10,0x00,0x00,0x6b, +0x98,0x00,0xf1,0x0f,0x20,0x00,0x57,0x78,0x87,0x72,0x07,0x86,0x69,0x30,0x03,0x76, +0x67,0x20,0x88,0x77,0x77,0xb1,0x30,0x87,0x95,0x20,0x00,0x90,0x26,0x21,0x49,0x20, +0x1b,0xa1,0x49,0x00,0xf0,0x00,0x01,0x10,0x00,0x00,0x0a,0x90,0x00,0x02,0xa2,0x2a, +0x20,0x69,0x30,0x03,0x96,0x62,0x03,0x00,0x04,0x00,0x50,0x03,0x70,0x09,0x00,0x29, +0x1c,0x01,0x00,0x31,0x02,0xf0,0x0d,0x05,0x00,0x90,0x0a,0x07,0x40,0x80,0x0a,0x00, +0x43,0x60,0x0a,0x00,0x07,0x20,0x0a,0x38,0x0c,0x00,0x0d,0x61,0x95,0xa0,0x00,0x0a, +0x30,0x26,0x00,0xdb,0x00,0xf0,0x01,0x31,0x50,0x00,0x08,0x58,0x1b,0x87,0x2d,0x34, +0x08,0x09,0x7a,0x34,0x08,0x09,0x09,0x04,0x00,0x60,0x6b,0x49,0x77,0x09,0x10,0x08, +0x57,0x01,0x02,0x67,0x00,0xf2,0x04,0x84,0x09,0x00,0x07,0x3a,0x09,0x00,0x1e,0x1c, +0x9d,0x93,0x8b,0x32,0x09,0x00,0x08,0x49,0x9d,0x97,0x1e,0x00,0x02,0x04,0x00,0x01, +0x01,0x00,0xf1,0x08,0x80,0x25,0x92,0x06,0x68,0x79,0x00,0x3f,0x00,0x18,0x00,0x89, +0x58,0x8c,0x86,0x09,0x00,0x28,0x00,0x09,0x00,0x18,0x00,0x08,0x00,0xf5,0x14,0x28, +0x88,0x85,0x00,0x50,0x33,0x00,0x06,0x35,0x42,0x60,0x1d,0x0a,0x00,0xa1,0x7b,0x7a, +0x98,0x86,0x09,0x00,0x90,0x90,0x09,0x02,0x60,0x90,0x09,0x09,0x10,0x90,0x09,0x54, +0x19,0x40,0x1d,0x01,0xf1,0x10,0x90,0x96,0x20,0x06,0x30,0x90,0x60,0x1e,0x59,0xda, +0x93,0x8b,0x10,0x90,0x80,0x09,0x00,0x67,0x50,0x09,0x00,0x6a,0x00,0x09,0x08,0x9a, +0x07,0x09,0x54,0x04,0xa4,0x24,0x00,0xf1,0x06,0x30,0x31,0x00,0x37,0x09,0x10,0x0a, +0x2c,0x88,0xd6,0xd1,0x70,0x09,0x19,0x1c,0x99,0xd0,0x91,0x70,0x09,0x09,0x07,0x00, +0xf0,0x0e,0x08,0x00,0x50,0x70,0x00,0x07,0x98,0xd8,0x87,0x2d,0x08,0x21,0x00,0x9a, +0x3d,0x8c,0x84,0x08,0x79,0x09,0x08,0x08,0x08,0x09,0x08,0x08,0x05,0x09,0x72,0xac, +0x00,0x00,0x3c,0x00,0xf1,0x09,0x03,0x60,0x44,0x00,0x0c,0x18,0x88,0x91,0x7c,0x07, +0x10,0x90,0x09,0x04,0x42,0x60,0x09,0x02,0x76,0x20,0x09,0x38,0x8c,0x84,0xca,0x00, +0xf1,0x10,0x50,0x15,0x80,0x06,0x3b,0x6a,0x00,0x1d,0x08,0x09,0x00,0x8b,0x0c,0x8c, +0x85,0x09,0x08,0x08,0x00,0x09,0x08,0x05,0x30,0x09,0x08,0x35,0x76,0x09,0x2b,0x56, +0x95,0x80,0x00,0xf3,0x06,0x40,0x32,0x00,0x03,0x70,0x17,0x00,0x0d,0x29,0x9d,0x96, +0x8c,0x00,0x09,0x00,0x09,0x08,0x8d,0x84,0x09,0x00,0x02,0x00,0xf2,0x0c,0x48,0x88, +0x87,0x00,0x71,0x50,0x00,0x06,0x37,0xa8,0x84,0x1e,0x18,0x90,0x00,0x8b,0x51,0x98, +0x82,0x09,0x00,0x90,0x00,0x09,0x00,0x98,0x83,0x08,0x00,0x15,0x90,0x09,0x02,0x00, +0xac,0x01,0xf0,0x0f,0x07,0x79,0x9d,0x97,0x2e,0x18,0x8c,0x84,0x8a,0x17,0x09,0x08, +0x08,0x1a,0x8c,0x86,0x08,0x09,0x64,0x00,0x08,0x02,0xf6,0x00,0x08,0x59,0x15,0xa7, +0x00,0x01,0x78,0x02,0xf4,0x2b,0xc9,0x96,0x00,0x71,0x71,0x50,0x04,0xb1,0x77,0x80, +0x1a,0x39,0xd8,0x56,0x00,0x49,0xa9,0x00,0x08,0x81,0x73,0xb3,0x24,0x01,0x70,0x15, +0x05,0x10,0x00,0x34,0x0a,0x5c,0x89,0x34,0x3b,0x1b,0x58,0x34,0x79,0x64,0x98,0x34, +0x08,0x67,0x98,0x34,0x08,0x07,0x54,0x34,0x08,0x0b,0x00,0x34,0x08,0x73,0x03,0xa3, +0x67,0x00,0xf1,0x11,0x01,0x90,0x70,0x90,0x08,0x30,0x70,0x90,0x3e,0x29,0xc8,0xd6, +0x8a,0x00,0x70,0x90,0x09,0x49,0xc9,0xd7,0x09,0x00,0x30,0x20,0x09,0x0a,0x30,0xa1, +0x09,0x47,0x00,0x17,0x07,0x03,0xf0,0x0f,0x44,0x99,0x50,0x0a,0x8c,0x09,0x53,0x2c, +0x08,0x09,0x02,0x9b,0x6c,0x8c,0x84,0x19,0x09,0x59,0x72,0x09,0x8d,0x47,0x80,0x09, +0x08,0x1b,0x55,0x09,0x4a,0x51,0xfb,0x03,0x02,0xaf,0x05,0xf2,0x11,0x45,0xc8,0x8a, +0x60,0x1c,0x0c,0x88,0x96,0x07,0x90,0x00,0x90,0x00,0x08,0x48,0xae,0x87,0x00,0x80, +0x1a,0xc7,0x00,0x08,0x2b,0x19,0x75,0x00,0x85,0x10,0x90,0x50,0x00,0xa1,0x01,0xf0, +0x0b,0x30,0x00,0x05,0x52,0x65,0x21,0x0c,0x25,0x55,0x53,0x7b,0x06,0x77,0x60,0x08, +0x06,0x66,0x60,0x08,0x0b,0x77,0xb0,0x08,0x08,0x00,0x80,0x08,0x00,0xf0,0x31,0x03, +0x30,0x80,0x00,0x09,0x05,0xc7,0xb2,0x3c,0x55,0x5a,0x40,0x79,0x87,0x76,0x85,0x09, +0x81,0x75,0x30,0x09,0x80,0x77,0x43,0x09,0x10,0x27,0x80,0x09,0x07,0xa4,0x00,0x02, +0x20,0x23,0x00,0x09,0x79,0x89,0x85,0x1b,0x72,0x50,0x50,0x8a,0x74,0x97,0xc4,0x08, +0x77,0x85,0x80,0x08,0x80,0x87,0x80,0x08,0x90,0x80,0x80,0x08,0x70,0x83,0x90,0x89, +0x00,0xf0,0x0d,0x07,0x4b,0x8a,0x89,0x1b,0x28,0x7b,0x59,0x8a,0x27,0x07,0x09,0x09, +0x27,0x97,0x79,0x09,0x27,0x86,0x69,0x09,0x2c,0x88,0x89,0x09,0x27,0x00,0x08,0x6d, +0x02,0xf3,0x0a,0x07,0x59,0x99,0x93,0x2d,0x06,0x21,0x70,0x6a,0x48,0x9a,0x95,0x09, +0x07,0x88,0x80,0x09,0x08,0x00,0x90,0x09,0x0b,0x77,0xc0,0x09,0x82,0x01,0xf1,0x0d, +0x07,0x5b,0x79,0x52,0x1a,0x66,0xa8,0x52,0x89,0x48,0x39,0x52,0x08,0x6c,0x78,0x52, +0x08,0x08,0x05,0x52,0x08,0x4c,0xb2,0x52,0x08,0x62,0x04,0xa1,0x35,0x01,0xf2,0x07, +0x70,0x45,0x00,0x07,0x58,0xb9,0x83,0x2c,0x08,0xa7,0x80,0x7a,0x0b,0x66,0xb0,0x08, +0x0a,0x55,0xa0,0x08,0x0b,0x66,0xc4,0x00,0xf0,0x45,0x5c,0x88,0xc5,0x00,0x50,0x41, +0x00,0x05,0x6a,0x88,0xa1,0x1d,0x2a,0x77,0xb1,0x7a,0x2a,0x77,0x71,0x08,0x3d,0x56, +0x43,0x08,0x4b,0xaa,0x93,0x08,0x78,0x56,0x43,0x08,0x77,0x56,0x72,0x00,0x50,0x23, +0x00,0x06,0x68,0x88,0x85,0x1c,0x09,0x66,0xb0,0x7a,0x05,0x66,0x70,0x08,0x78,0x77, +0x79,0x08,0x26,0x8a,0x72,0x08,0x00,0x26,0x00,0x08,0x02,0x94,0x00,0x04,0x40,0x00, +0x08,0x0a,0x68,0xb6,0x28,0x2c,0x58,0xb6,0x28,0x9a,0x55,0x96,0x28,0x09,0x04,0x00, +0xf1,0x3c,0x38,0x84,0x18,0x09,0x45,0x80,0x08,0x09,0x70,0x50,0x85,0x04,0x42,0x73, +0x20,0x0a,0x49,0xca,0x91,0x3c,0x5a,0xb9,0x92,0x7a,0x4e,0x87,0x70,0x09,0x7b,0x4a, +0xb0,0x09,0x0a,0x3a,0xa0,0x09,0x0c,0x7c,0xc0,0x09,0x09,0x08,0xa0,0x01,0x93,0x4a, +0x31,0x07,0x55,0x6b,0x52,0x2d,0x0c,0x9c,0xc0,0x9a,0x0b,0x8c,0xc0,0x08,0x37,0x7a, +0xb2,0x08,0x47,0x77,0xa3,0x08,0x06,0x40,0x50,0x08,0x00,0x47,0x40,0xc4,0x00,0xf1, +0x30,0x85,0x72,0x70,0x08,0x59,0x96,0xa2,0x2d,0x04,0x9c,0x40,0x9a,0x0a,0x4b,0xa0, +0x08,0x07,0x7c,0x70,0x08,0x06,0x6c,0x61,0x08,0x06,0x6c,0x60,0x08,0x37,0x7c,0x73, +0x00,0x41,0x30,0x00,0x05,0x5a,0x7b,0x00,0x0b,0x7b,0x8a,0xb0,0x7a,0x09,0xc8,0x90, +0x08,0x38,0x93,0x70,0x08,0x16,0x6b,0x60,0x08,0x25,0x88,0x72,0x08,0x55,0x66,0x03, +0x44,0x00,0xf1,0x10,0x44,0x01,0x40,0x08,0x57,0xa9,0x72,0x3c,0x16,0xa8,0x60,0x7a, +0x8d,0xcc,0xb4,0x09,0x6b,0x7b,0x86,0x09,0x08,0x67,0x61,0x09,0x6b,0x46,0x81,0x09, +0x19,0x37,0x97,0x24,0x00,0xf1,0x0f,0x86,0x80,0x80,0x07,0x79,0xa7,0xa4,0x2d,0x47, +0x55,0x75,0x9a,0x07,0x88,0x80,0x08,0x0c,0x77,0xb1,0x08,0x0b,0x55,0xa1,0x08,0x09, +0x79,0x80,0x08,0x67,0x01,0x35,0x03,0xf0,0x10,0x05,0x25,0x07,0x05,0x09,0x27,0x4b, +0x95,0x2a,0x45,0x37,0x90,0x99,0x37,0x6b,0x96,0x07,0x36,0x8d,0x76,0x07,0x87,0x79, +0x68,0x07,0x86,0x7a,0x78,0x07,0x70,0x78,0x94,0x07,0x20,0x00,0x29,0xed,0x02,0xf1, +0x07,0x65,0x06,0x00,0x05,0xb6,0x79,0xc1,0x02,0x59,0x46,0x23,0x00,0x56,0x36,0x00, +0x00,0xa1,0x36,0x08,0x1a,0x40,0x1b,0x68,0x00,0xf1,0x11,0x03,0x05,0x30,0x20,0x08, +0x35,0x34,0x60,0x00,0x65,0x36,0x00,0x69,0xab,0xb9,0x91,0x00,0x53,0x71,0x00,0x00, +0x80,0x71,0x00,0x02,0x90,0x71,0x10,0x59,0x00,0x59,0xa2,0x8c,0x00,0xf2,0x10,0x13, +0x81,0x11,0x17,0x78,0xb7,0x75,0x02,0x89,0xc8,0x60,0x04,0x30,0x00,0x90,0x04,0xa9, +0x89,0xa0,0x00,0x47,0x35,0x00,0x00,0xa1,0x35,0x07,0x2a,0x40,0x1a,0x98,0xa0,0x02, +0x70,0x00,0x00,0x00,0x39,0x00,0x00,0x00,0x84,0x08,0xf1,0x06,0x0b,0x91,0x00,0x00, +0x37,0x29,0x00,0x00,0xb0,0x09,0x40,0x19,0x20,0x00,0xc4,0x31,0x00,0x00,0x03,0x02, +0x20,0xb4,0x06,0xf0,0x06,0xc9,0xcc,0x9c,0x09,0x09,0x90,0x90,0x94,0x77,0x49,0x0b, +0x90,0x0a,0xa0,0x90,0x00,0x09,0x09,0x00,0x07,0xa0,0x0d,0x06,0xc0,0x00,0x19,0x66, +0x00,0x05,0x80,0x04,0x81,0x48,0x89,0xa8,0x88,0x29,0x06,0x40,0x01,0x89,0xc8,0x50, +0x08,0x00,0xf1,0x3d,0x18,0x89,0xc8,0x85,0x00,0x30,0x13,0x00,0x00,0xa0,0x0a,0x10, +0x08,0x31,0x02,0xa0,0x46,0x0a,0x10,0x46,0x00,0x47,0x03,0x00,0x01,0xa0,0x09,0x30, +0x0b,0xb9,0x99,0xb0,0x00,0x00,0x00,0x31,0x04,0x40,0x09,0x00,0x5b,0xb9,0x9d,0x91, +0x04,0xa8,0x8b,0x00,0x04,0x51,0x19,0x00,0x04,0x96,0x6b,0x00,0x6a,0xa8,0x8c,0x82, +0x05,0x90,0x38,0x30,0x53,0x00,0x00,0x61,0x01,0xb7,0x77,0xa0,0x01,0xa5,0x55,0xa0, +0x08,0x00,0xf0,0x10,0xb6,0x66,0xa0,0x29,0xb8,0x88,0xb6,0x03,0xa1,0x06,0x81,0x25, +0x00,0x00,0x15,0x00,0x52,0x80,0x00,0x0a,0xba,0xc8,0x70,0x17,0x52,0x80,0x90,0x1c, +0xba,0xc8,0xa0,0x08,0x00,0xf0,0x2d,0x8a,0xa9,0xa9,0xa3,0x07,0x80,0x29,0x40,0x53, +0x00,0x00,0x60,0x01,0x70,0x04,0x40,0x17,0xb9,0x9c,0x84,0x06,0x8b,0xa9,0x70,0x14, +0x5a,0x87,0xb3,0x13,0x59,0x86,0xb3,0x07,0xcb,0xad,0x70,0x05,0x87,0x57,0x91,0x36, +0x17,0x53,0x27,0x09,0x9c,0xab,0xb2,0x09,0x08,0x25,0x62,0x3c,0x8c,0x9b,0xb9,0x09, +0x08,0x36,0x63,0x0c,0x00,0x02,0x04,0x00,0xf1,0x0f,0x27,0xa1,0x00,0x0a,0x00,0x09, +0x00,0xa0,0x90,0xa0,0x0a,0x0a,0x08,0x99,0xd9,0xb0,0x30,0x0a,0x01,0x1a,0x00,0xa0, +0x54,0xd9,0x9d,0x9b,0x40,0x00,0x00,0x54,0x29,0x06,0xf1,0x08,0x88,0x9d,0x50,0x04, +0x10,0x92,0x14,0x08,0x72,0xa7,0x29,0x08,0x37,0xc9,0x09,0x09,0x54,0x81,0x49,0x0c, +0x8a,0x98,0x89,0xbb,0x07,0xf0,0x11,0x22,0x04,0x00,0x00,0xb0,0x07,0x30,0x07,0x50, +0x00,0xa2,0x2a,0x9a,0x99,0x87,0x00,0x0a,0x00,0x90,0x00,0x38,0x00,0x80,0x00,0xa1, +0x02,0x70,0x0a,0x30,0x7a,0x30,0x00,0x25,0x00,0xf4,0x0b,0x07,0xc9,0xb4,0x1b,0x92, +0x90,0x53,0x4b,0x00,0xa0,0x63,0x09,0x00,0x90,0x72,0x0a,0x84,0x80,0x71,0x09,0x18, +0x20,0x90,0x00,0x55,0x09,0x12,0x05,0xf1,0x0e,0x09,0x29,0xc9,0x79,0x09,0x04,0x95, +0x29,0x09,0x09,0x26,0x59,0x09,0x15,0x8a,0x19,0x09,0x00,0x5b,0x04,0x09,0x00,0xc2, +0x00,0x09,0x0b,0x30,0x00,0x87,0xb4,0x03,0xf3,0x06,0x03,0x33,0x30,0x5a,0x75,0xb5, +0xb0,0x02,0x80,0x90,0x90,0x09,0x71,0x90,0x90,0x6e,0xa0,0x90,0x90,0x59,0x43,0x45, +0x06,0x34,0x45,0x28,0x70,0x48,0x00,0xf1,0x04,0x0c,0x8c,0x17,0x09,0x0c,0x7c,0x18, +0x09,0x03,0x72,0x18,0x09,0x04,0x8b,0x28,0x09,0x06,0x08,0x03,0xc8,0x05,0x43,0x43, +0x68,0x03,0x97,0x24,0x00,0xf0,0x0e,0x02,0x6a,0x80,0x09,0x34,0x80,0x35,0x96,0x8c, +0x74,0x59,0x07,0xc1,0x35,0x90,0xa9,0x93,0x59,0x94,0x81,0x12,0x94,0x18,0x00,0x09, +0x01,0x80,0x07,0xa0,0x6b,0x00,0xb1,0x2b,0xbb,0x99,0x07,0x25,0x56,0x89,0x07,0x7b, +0xbb,0xca,0x08,0x00,0xc0,0x25,0x56,0x84,0x07,0x25,0x56,0x80,0x07,0x25,0x59,0x72, +0x94,0x64,0x00,0xf0,0x2c,0x18,0xc9,0x79,0x09,0x07,0x38,0x39,0x09,0x07,0x85,0x59, +0x09,0x07,0xb9,0x59,0x09,0x00,0x72,0x07,0x09,0x01,0x9b,0xa0,0x09,0x29,0x51,0x01, +0x97,0x06,0x90,0x00,0x08,0x1d,0xc8,0x57,0x19,0x65,0xa2,0x27,0x19,0x36,0xb6,0x57, +0x19,0x1a,0xc8,0x77,0x19,0x26,0x90,0x83,0x09,0x25,0x94,0x70,0x09,0x00,0x90,0x01, +0x84,0x00,0xf2,0x20,0x26,0x0c,0x88,0xa3,0x26,0x0b,0x77,0xa8,0x26,0x0b,0x9b,0x68, +0x26,0x0c,0x38,0x88,0x26,0x1b,0x38,0x84,0x26,0x46,0x2a,0x50,0x26,0x50,0x08,0x02, +0xa4,0x00,0x60,0x02,0x40,0x26,0xc7,0x6c,0x75,0x04,0x44,0x12,0x32,0x0a,0x5a,0x18, +0x53,0x0a,0x7b,0x04,0x00,0x84,0x08,0x07,0x11,0x53,0x08,0x3a,0x03,0xa1,0xe8,0x00, +0xf5,0x0d,0x3f,0xff,0xb3,0x09,0x08,0x01,0x78,0x09,0x08,0x88,0x48,0x09,0x39,0xa7, +0x98,0x09,0x39,0xb7,0xa4,0x09,0x3a,0xb7,0xa0,0x09,0x34,0x00,0x82,0x97,0x65,0x06, +0xf3,0x10,0xb1,0x00,0x53,0x18,0x69,0x38,0x53,0x46,0x97,0x08,0x53,0x0a,0x6b,0x08, +0x53,0x0b,0x6b,0x08,0x53,0x1a,0x68,0x04,0x53,0x68,0x7b,0x10,0x53,0x26,0x07,0x14, +0xa2,0x8a,0x06,0x30,0x00,0x8e,0xb1,0xe1,0x02,0x60,0xd9,0xb0,0x09,0x00,0x90,0x80, +0x9d,0x07,0xb1,0x4c,0x93,0x70,0x90,0x41,0x0a,0x10,0x90,0x00,0x75,0x29,0x58,0x01, +0x01,0x6b,0x09,0xf4,0x08,0x07,0xaa,0x6d,0x8a,0x91,0xa0,0x90,0x98,0x09,0x09,0x09, +0x80,0x90,0x90,0x88,0x09,0x75,0x27,0xa8,0xda,0x4a,0x28,0x09,0x6b,0x00,0xf2,0x10, +0x03,0x89,0x08,0x00,0xbe,0xd9,0x08,0x00,0x48,0x96,0x9d,0xc1,0x88,0x99,0x26,0x80, +0x88,0x99,0x44,0x80,0x49,0xa6,0x91,0x80,0x03,0x75,0xb0,0x90,0x89,0x7b,0x26,0xe8, +0x01,0xf0,0x10,0x60,0x00,0x00,0x06,0xb8,0x88,0x70,0x38,0x00,0x00,0x90,0x59,0x88, +0x90,0x90,0x09,0x55,0x90,0x90,0x09,0x22,0x29,0x40,0x09,0x00,0x00,0x26,0x04,0xa8, +0x88,0xb2,0x20,0x00,0xf5,0x0d,0x04,0xc8,0x88,0x96,0x2a,0x00,0x30,0x09,0x59,0x78, +0x38,0x08,0x08,0x2c,0x48,0x18,0x08,0x60,0x48,0x27,0x06,0x88,0x86,0x45,0x00,0x00, +0x08,0xa2,0xd8,0x00,0xf0,0x14,0xa0,0x90,0x00,0x07,0x30,0x90,0x62,0x2f,0x10,0x92, +0xa0,0x9a,0x10,0xcb,0x10,0x08,0x15,0xd0,0x00,0x08,0x68,0x90,0x03,0x08,0x10,0x90, +0x08,0x08,0x10,0xa9,0xb4,0x0c,0x8e,0xff,0x83,0x9d,0x1b,0xf6,0x01,0x08,0x06,0x77, +0x00,0x08,0x98,0x79,0xb0,0x08,0x87,0x78,0xb0,0x0c,0x88,0x88,0x86,0x86,0x09,0xf0, +0x03,0x48,0x10,0x19,0xc1,0x08,0x10,0x00,0x80,0x08,0x10,0x39,0xc9,0x9c,0x97,0x00, +0x90,0x08,0x10,0x04,0x00,0x51,0x05,0x60,0x08,0x10,0x29,0x86,0x09,0x21,0x00,0x00, +0xac,0x05,0xf1,0x0d,0x05,0xa9,0x93,0x5c,0x82,0x90,0x62,0x08,0x08,0x03,0x90,0x08, +0x3b,0x76,0xb5,0x08,0x08,0x73,0x47,0x08,0x16,0x87,0x18,0x08,0x63,0x97,0x65,0x00, +0xd9,0x04,0x60,0x30,0x00,0x00,0x05,0xa9,0x60,0x08,0x00,0xb0,0x39,0x9b,0xb9,0x97, +0x00,0x05,0x50,0x00,0x00,0x05,0x8a,0x10,0x00,0x10,0x51,0x14,0x00,0xc0,0x0c,0x88, +0xc8,0x84,0x09,0x87,0x87,0xa0,0x09,0x97,0x77,0xb0,0x04,0x00,0xf2,0x40,0x17,0x12, +0x92,0x10,0x63,0xa1,0x90,0x90,0x62,0x36,0x90,0x33,0x00,0x34,0x12,0x00,0x05,0xb7, +0x7a,0x40,0x08,0x44,0x38,0x50,0x28,0xb8,0x9c,0x73,0x39,0x87,0x36,0xa4,0x11,0x66, +0x73,0x21,0x00,0x64,0x77,0x00,0x03,0x85,0x10,0x00,0x29,0xd9,0xa7,0x00,0x00,0xd1, +0x6a,0x91,0x00,0xb6,0x00,0x90,0x03,0x58,0x24,0x60,0x09,0x10,0xba,0x00,0x66,0x39, +0x77,0xa3,0x10,0x20,0x00,0x01,0x00,0x01,0x35,0x50,0x09,0x86,0x52,0x3c,0x0b,0xf1, +0x1f,0xba,0x89,0x90,0x09,0x1b,0x07,0x30,0x09,0x06,0x98,0x00,0x27,0x18,0xa9,0x20, +0x53,0x81,0x00,0x72,0x6c,0x9b,0x76,0x62,0x1b,0x96,0x71,0x72,0x17,0x26,0x46,0xb0, +0x1b,0x96,0x0b,0x90,0x18,0x5a,0x0a,0x30,0x69,0x87,0x38,0x90,0x00,0x26,0x80,0xf9, +0x09,0x65,0xb9,0x99,0x9c,0x90,0x00,0x09,0x03,0x00,0xc2,0xc9,0x99,0x9d,0x90,0x00, +0x09,0x0a,0x88,0x88,0xa0,0x09,0x00,0x48,0x0a,0xf2,0x10,0x06,0x99,0x99,0x60,0x00, +0x61,0x07,0x00,0x07,0x60,0x04,0x90,0x34,0x00,0x00,0x33,0x15,0x55,0x55,0x54,0x14, +0x44,0x44,0xb3,0x04,0x99,0x60,0x90,0x07,0x10,0x90,0x04,0x00,0x32,0x98,0x70,0x90, +0x83,0x0b,0x30,0x49,0x90,0x00,0x49,0x18,0xf1,0x00,0x82,0x07,0x00,0x08,0x52,0x37, +0x90,0x18,0x65,0x54,0x63,0x07,0x88,0x88,0x70,0x4c,0x00,0x21,0x99,0x99,0x50,0x00, +0x22,0x00,0x03,0x0a,0x0c,0xf0,0x25,0x29,0xac,0x99,0x96,0x00,0x91,0x00,0x00,0x06, +0xe8,0x88,0xc1,0x36,0x90,0x00,0x71,0x00,0x99,0x99,0xc1,0x00,0x90,0x00,0x71,0x0c, +0x88,0x88,0x97,0x08,0x57,0x77,0x37,0x08,0x38,0x76,0x17,0x08,0x62,0x08,0x17,0x08, +0x69,0x8b,0x17,0x08,0x31,0x00,0x17,0x08,0x00,0x02,0x95,0xa4,0x08,0xf0,0x06,0x1a, +0x98,0xa7,0x29,0x60,0x19,0x00,0x02,0xc9,0x10,0x29,0xdc,0x88,0x81,0x19,0x00,0x09, +0x00,0xc8,0x88,0xb0,0x73,0x09,0xf0,0x26,0x63,0x00,0x08,0x8d,0x88,0x83,0x90,0x00, +0x03,0x69,0x38,0x87,0x26,0x95,0x20,0x82,0x69,0x59,0x89,0x26,0x92,0x10,0x02,0x69, +0x00,0x05,0xa4,0x18,0x89,0xe8,0x85,0x00,0x2b,0x87,0x10,0x29,0x71,0x81,0x96,0x04, +0x89,0xd8,0x70,0x05,0x40,0x00,0x90,0x05,0xa8,0x88,0xb0,0x05,0x40,0x90,0x00,0xf1, +0x07,0x40,0x00,0x00,0x49,0x85,0x00,0x3a,0x65,0x55,0xa4,0x25,0x88,0x99,0x21,0x00, +0x00,0x38,0x00,0x09,0x88,0x88,0x90,0x04,0x00,0x01,0xb0,0x00,0x60,0x20,0x00,0x06, +0x8a,0xc8,0x80,0x0c,0x00,0xf2,0x05,0x0a,0x88,0x88,0x80,0x09,0x68,0x88,0x80,0x09, +0x90,0x00,0x80,0x56,0xb8,0x88,0xc0,0x70,0x90,0x00,0x80,0xf6,0x0a,0x60,0x90,0x00, +0x06,0xc8,0xd8,0x81,0xf0,0x04,0xf0,0x5e,0x28,0x88,0xa8,0x86,0x02,0x88,0x88,0x70, +0x04,0x40,0x00,0x90,0x04,0xa8,0x88,0xb0,0x04,0x50,0x00,0x90,0x15,0x86,0x12,0x21, +0x39,0x0a,0x6c,0x48,0xc8,0x80,0x90,0x6c,0x08,0x09,0x08,0xb8,0x80,0x97,0x39,0x18, +0x09,0x20,0x90,0xa8,0xd0,0x09,0x02,0x01,0x0c,0x7b,0x68,0x79,0x0c,0x6a,0x68,0x69, +0x0b,0x66,0x36,0x69,0x08,0x49,0x78,0x09,0x08,0x43,0x08,0x09,0x08,0x49,0x75,0x09, +0x08,0x00,0x03,0x96,0x00,0x30,0x04,0x00,0x06,0xb6,0x09,0x00,0x09,0x19,0x3c,0xb6, +0x0c,0x79,0x98,0x90,0x0a,0x77,0x18,0xa0,0x2c,0x26,0x16,0x70,0x79,0x9b,0x3a,0xa0, +0x55,0x26,0xa1,0x37,0x00,0x4b,0x01,0xf0,0x08,0xcd,0x6d,0xe3,0x04,0x77,0x87,0x80, +0x07,0x78,0xb7,0xc0,0x07,0x44,0x93,0xa0,0x02,0x46,0xa4,0x40,0x28,0x89,0xc8,0x86, +0x36,0x0a,0xf1,0x0d,0x78,0x8b,0x9d,0x92,0x80,0x8a,0x6c,0x60,0x80,0x8a,0x7c,0x70, +0x80,0x8a,0x7c,0x74,0x88,0x55,0x55,0x58,0x00,0x25,0x66,0x47,0x00,0x40,0x23,0x93, +0xfc,0x02,0xf0,0x88,0xa4,0xb7,0xa0,0x28,0x86,0x96,0x80,0x68,0x9c,0x9d,0x82,0x07, +0x60,0x29,0x20,0x8c,0x95,0xa9,0xd3,0x07,0x25,0x80,0x90,0x0c,0x95,0xb8,0x90,0x89, +0x99,0x99,0xd8,0x06,0x88,0x49,0x80,0x90,0x08,0x98,0x09,0x00,0x89,0x80,0x68,0x84, +0x98,0x98,0x88,0x8d,0x80,0x00,0x00,0x90,0x0c,0x88,0xb8,0x89,0x08,0x77,0xc7,0x49, +0x08,0x00,0x80,0x09,0x08,0x68,0x7c,0x09,0x08,0x57,0x6a,0x09,0x0c,0x88,0x88,0x89, +0x08,0x00,0x00,0x09,0x89,0x9b,0x88,0xc8,0x2b,0x8b,0x59,0x83,0x3c,0xa0,0x98,0x77, +0x63,0x8a,0x80,0x66,0x50,0x98,0x11,0x48,0x39,0x88,0x77,0x77,0xc0,0x88,0x8a,0xcc, +0xc8,0x47,0x8a,0x79,0x83,0x75,0x76,0x98,0x36,0x5a,0x29,0x84,0x69,0xa7,0x98,0x87, +0x97,0xac,0x81,0x00,0x00,0x90,0x89,0xef,0xea,0xc8,0x37,0xa7,0x99,0x80,0x85,0x56, +0x98,0x2a,0xac,0x89,0x82,0xa5,0xb5,0x98,0x88,0x8d,0x8c,0x19,0x00,0xf1,0x06,0x88, +0xcd,0xdb,0xc8,0x07,0x55,0x69,0x80,0xb8,0x89,0x98,0x0b,0x66,0x99,0x81,0xb6,0x87, +0x98,0x99,0x77,0xac,0x19,0x00,0xf0,0x06,0xfe,0xec,0xc8,0x08,0x75,0x69,0x84,0x8c, +0x88,0xa8,0x47,0x87,0x89,0x84,0x78,0x78,0x98,0x8a,0xaa,0x9c,0x81,0xaa,0x01,0x70, +0x07,0x00,0x00,0x28,0x9d,0x88,0x86,0x56,0x02,0xd0,0x04,0x90,0x08,0x00,0x3c,0x56, +0x8d,0x83,0x13,0x50,0x09,0x00,0x03,0x04,0x00,0x31,0x68,0x8d,0x86,0xcb,0x03,0x00, +0x02,0x00,0xf0,0x05,0x03,0x08,0x00,0x5c,0x88,0x4c,0x78,0x08,0x2d,0x69,0x08,0x08, +0x18,0x08,0x18,0x5c,0x78,0x03,0x75,0x20,0x19,0x00,0x21,0x04,0x98,0x17,0x08,0x04, +0xd0,0x0c,0x20,0x4b,0x76,0xa8,0x2e,0xf2,0x03,0x0b,0x84,0x08,0x18,0x09,0x00,0x3b, +0x88,0x09,0x00,0x31,0x08,0x19,0x00,0x00,0x48,0x88,0x85,0x07,0x05,0xf8,0x0b,0x91, +0x00,0x09,0x01,0xd8,0x85,0x5d,0x8a,0x31,0x18,0x09,0x03,0x91,0x08,0x09,0x00,0x06, +0x28,0x0a,0xa1,0x49,0x47,0x66,0x06,0x50,0x35,0x9f,0x04,0x00,0x9e,0x15,0xf1,0x11, +0x00,0x08,0x05,0x7c,0x72,0x04,0xc8,0x24,0xa6,0x50,0x08,0x00,0x18,0x35,0x00,0x82, +0x8b,0xf9,0x70,0x3b,0x70,0x95,0x50,0x01,0x00,0x76,0x09,0x40,0x00,0x44,0x00,0x06, +0x79,0x05,0xf0,0x2d,0x3c,0x9b,0x36,0x90,0x5c,0x9b,0x56,0x90,0x08,0x17,0x14,0x90, +0x51,0x18,0x05,0x60,0x08,0x8c,0x98,0x40,0x00,0x07,0x10,0x00,0x78,0x88,0x88,0x83, +0x01,0x80,0x17,0x00,0x28,0xc5,0x49,0x20,0x48,0xb7,0x7b,0xb0,0x07,0x35,0x46,0x80, +0x28,0xc6,0x97,0x80,0x48,0xc7,0x79,0x90,0x00,0x80,0xa0,0x77,0x00,0x86,0x30,0x14, +0x74,0x05,0x00,0xe5,0x00,0x80,0x39,0xa7,0x7c,0x70,0x03,0xa7,0x7b,0x00,0x04,0x00, +0xf0,0x01,0x8b,0xb9,0x9d,0x93,0x5d,0xc9,0x9d,0xa2,0x62,0x08,0x00,0x31,0x17,0x7c, +0x87,0x60,0xa9,0x02,0xf6,0x10,0x02,0x8c,0x5a,0x88,0x80,0x48,0xc7,0x91,0x85,0x00, +0x74,0x4a,0x87,0x60,0x39,0xc6,0x98,0x35,0x04,0x8c,0x79,0x4c,0x00,0x00,0x80,0x95, +0xd3,0x00,0x08,0x0a,0x90,0x92,0x0c,0xf4,0x11,0x07,0x11,0x3a,0x21,0x07,0x19,0x6b, +0x68,0x3c,0x99,0x7c,0x78,0x07,0x18,0x07,0x08,0x07,0x15,0xad,0x94,0x08,0x90,0x98, +0x74,0x59,0x23,0x79,0x97,0x00,0x19,0x08,0x89,0x28,0x00,0xf1,0x11,0x08,0x02,0x3a, +0x31,0x08,0x05,0x89,0x63,0x3c,0x86,0x77,0xb0,0x08,0x06,0x76,0xb0,0x08,0x06,0xa9, +0xd0,0x2b,0x8b,0x99,0xc6,0x11,0x05,0x61,0x91,0x00,0x03,0x00,0x03,0x24,0x00,0xf4, +0x2d,0x03,0x61,0x60,0x08,0x09,0x9b,0xa0,0x4c,0x58,0x49,0xa0,0x08,0x0a,0x7c,0xa0, +0x08,0x05,0x88,0x50,0x2b,0x69,0x66,0x80,0x20,0x09,0x77,0x80,0x00,0x09,0x00,0x70, +0x0b,0xba,0x97,0xa7,0x08,0xa8,0x78,0xb9,0x0a,0xa9,0x73,0xb0,0x0a,0x95,0x8a,0x64, +0x09,0x56,0xa4,0x08,0x34,0x67,0xc7,0x72,0x64,0x77,0xc7,0x76,0x00,0xa6,0x07,0xf0, +0x0d,0x70,0x09,0x00,0x06,0xb9,0x29,0x00,0x09,0x08,0x1b,0x00,0x48,0x1b,0x0c,0x90, +0x11,0xa8,0x09,0x38,0x00,0xa2,0x09,0x00,0x07,0x70,0x09,0x00,0x47,0xfb,0x04,0x10, +0x07,0xf6,0x15,0xf2,0x0a,0x8d,0x10,0x07,0x55,0x95,0x00,0x02,0x7a,0x84,0x00,0x28, +0x37,0x98,0xd4,0x02,0x94,0x56,0x80,0x00,0x05,0xc5,0x00,0x29,0x84,0x00,0x3a,0x10, +0x22,0x02,0x70,0xca,0x0f,0xf0,0x05,0x07,0xc0,0x00,0x00,0x0a,0x37,0x00,0x00,0x84, +0x0a,0x20,0x19,0x60,0x00,0x95,0x02,0x00,0x00,0x02,0x09,0xf6,0x0f,0x02,0x20,0x00, +0xd1,0x96,0x00,0x08,0xb1,0x00,0x00,0x29,0x29,0x00,0x05,0xa0,0x05,0xa2,0x6d,0x09, +0x08,0x3c,0x00,0x13,0x06,0x3c,0x00,0xf0,0x08,0x69,0x09,0x10,0x07,0x85,0x71,0xb3, +0x24,0x00,0x30,0x05,0x06,0x28,0x00,0x00,0x0c,0x8c,0x88,0x50,0x47,0x19,0x11,0x00, +0xbe,0x06,0xe0,0x79,0x9e,0xc9,0x93,0x00,0x47,0x90,0x00,0x06,0x90,0x1a,0x40,0x64, +0x00,0x96,0x04,0xf0,0x0a,0x10,0x00,0x68,0x8c,0x98,0x82,0x05,0x28,0x17,0x00,0x0b, +0x39,0x2c,0x10,0x64,0x6b,0xb2,0x90,0x00,0x65,0xa1,0x00,0x18,0x70,0x1a,0xd7,0x16, +0x20,0x52,0x00,0x53,0x11,0xf5,0x10,0x30,0x00,0x00,0x08,0x10,0x88,0xc5,0x2c,0x78, +0x04,0x60,0x08,0x49,0x8c,0x97,0x1a,0x82,0x08,0x10,0x04,0xe0,0x07,0x10,0x07,0x87, +0x07,0x10,0x46,0x00,0x5a,0x00,0x70,0x01,0xf1,0x10,0x00,0x54,0x00,0x08,0x00,0x91, +0x30,0x5c,0xc5,0x50,0xa0,0x26,0x97,0x97,0x74,0x56,0x93,0x88,0x90,0x08,0xa5,0x20, +0x90,0x3b,0x36,0x97,0xc0,0x63,0x05,0x30,0x90,0x88,0x06,0x61,0x99,0x9b,0xc0,0x00, +0x00,0x78,0x8f,0x05,0x40,0x39,0x99,0xd9,0x97,0x83,0x02,0x01,0x04,0x00,0x10,0x59, +0x72,0x07,0xf1,0x03,0x20,0x00,0x89,0x88,0x88,0xc1,0x62,0x88,0x87,0x51,0x00,0x01, +0x83,0x00,0x58,0x8b,0xa8,0x81,0x7d,0x00,0x00,0x04,0x00,0x30,0x5b,0x10,0x00,0x8c, +0x02,0x22,0x29,0x9d,0x98,0x05,0xd1,0x03,0x83,0x89,0xd1,0x3d,0x50,0x09,0x10,0x14, +0x68,0x8d,0x87,0x03,0x46,0x03,0x12,0x88,0x85,0x00,0xf1,0x04,0x10,0x10,0x00,0x0a, +0x97,0x6b,0xe1,0x08,0x59,0x85,0xc0,0x2a,0x77,0x77,0x88,0x13,0x66,0x9a,0x05,0x70, +0x04,0xf0,0x01,0x03,0x50,0x00,0x00,0x29,0x40,0x00,0x00,0x01,0x50,0x00,0x09,0x89, +0xd8,0x85,0x08,0x25,0x03,0x91,0x60,0x05,0x40,0x00,0xb7,0xa6,0x00,0x00,0xb2,0xb6, +0x11,0xf0,0x08,0x26,0x00,0x99,0x99,0xb3,0x00,0x03,0x30,0x00,0x0a,0x89,0xa8,0x95, +0x07,0x08,0x00,0x26,0x18,0x9d,0x89,0x96,0x00,0xa1,0x17,0x12,0xf1,0x1a,0xb4,0x00, +0x01,0x59,0x6a,0x80,0x07,0x30,0x00,0x42,0x00,0x05,0x10,0x00,0x69,0x9a,0xa9,0xa1, +0x73,0x55,0x55,0x71,0x00,0x22,0x22,0x00,0x69,0xba,0xb9,0x92,0x00,0x81,0x71,0x00, +0x00,0x90,0x71,0x14,0x59,0x20,0x59,0xb8,0x04,0x00,0xa8,0x00,0xf4,0x0d,0x69,0x9b, +0x99,0xb0,0x70,0x00,0x00,0x80,0x04,0x8d,0x88,0x00,0x08,0x19,0x88,0x30,0x0b,0x29, +0x00,0x00,0x28,0x9a,0x00,0x00,0x91,0x2b,0x99,0x92,0x24,0x00,0xf2,0x49,0x88,0x88, +0x88,0xb1,0x43,0x82,0x48,0x40,0x38,0x2b,0x82,0x70,0x05,0x90,0x39,0x20,0x9c,0x98, +0x8d,0x92,0x06,0x10,0x09,0x00,0x06,0x98,0x8c,0x00,0x00,0x04,0x10,0x00,0x88,0x99, +0x99,0xa5,0x6a,0xaa,0xba,0xb5,0x06,0x67,0x77,0x20,0x0a,0xaa,0xaa,0x80,0x0a,0x55, +0x56,0x80,0x06,0xa7,0x8a,0x50,0x36,0x30,0x02,0x71,0x00,0x04,0x00,0x08,0x89,0x98, +0x8c,0x36,0x63,0x69,0x40,0x86,0x36,0xb0,0x05,0xc6,0x67,0x01,0x98,0x88,0x7a,0x56, +0x69,0x56,0x90,0x60,0x54,0x86,0x60,0x00,0xd1,0x10,0x00,0x87,0xa7,0x98,0x77,0x36, +0xb6,0xa8,0x62,0x08,0x77,0x77,0xe0,0x06,0xb3,0x08,0x87,0x88,0x80,0x00,0x90,0x94, +0x93,0x59,0x20,0x77,0x61,0x08,0x11,0x27,0x04,0x00,0xe2,0x79,0x99,0xac,0x93,0x04, +0x00,0x27,0x00,0x05,0x70,0x27,0x00,0x00,0x90,0x14,0x00,0x35,0x00,0x09,0xa4,0x00, +0x10,0xf4,0x0d,0x5a,0xa7,0x00,0x90,0x32,0x46,0x99,0xd6,0x0a,0x91,0x30,0x90,0x04, +0xb0,0x81,0x90,0x07,0xc1,0x16,0x90,0x48,0x15,0x00,0x90,0x20,0x00,0x08,0x90,0x46, +0x04,0xf3,0x0c,0x0c,0x99,0x00,0x80,0x0b,0x7a,0x99,0xd6,0x0b,0x69,0x40,0x80,0x4c, +0x8a,0x44,0x80,0x01,0x99,0x03,0x80,0x1a,0x18,0x00,0x80,0x41,0x67,0x08,0x84,0x06, +0xf4,0x0f,0x35,0x00,0x80,0x85,0xa8,0xc2,0x88,0x94,0x6b,0x60,0x00,0x97,0x93,0x70, +0x88,0xaa,0x88,0xc5,0x70,0x84,0x20,0x80,0x80,0x80,0x90,0x80,0x70,0x80,0x18,0x60, +0x6d,0x00,0xf2,0x30,0x57,0x75,0x00,0x90,0x3b,0x86,0x00,0x90,0x7b,0x8b,0x98,0xd3, +0x2a,0x86,0x20,0x90,0x24,0x93,0x63,0x90,0x28,0xb6,0x04,0x90,0x04,0xa8,0x10,0x90, +0x77,0x42,0x08,0x60,0x31,0x05,0x04,0x10,0x07,0x59,0xc9,0x71,0x68,0x3a,0x77,0x90, +0x08,0x39,0x55,0x90,0x57,0x8b,0xaa,0x92,0x67,0x78,0x9d,0x82,0x03,0x60,0x09,0x00, +0x00,0x60,0x77,0xe7,0x07,0x00,0x17,0x07,0xf1,0x0c,0x50,0x90,0x80,0x07,0x20,0x90, +0x91,0x0b,0x00,0x90,0x28,0x45,0x00,0x90,0x0b,0x00,0x00,0x90,0x01,0x00,0x4a,0x60, +0x00,0x09,0x99,0x99,0xb0,0x2c,0x07,0x32,0x99,0xb9,0x90,0xea,0x10,0x10,0x28,0xb6, +0x02,0xf0,0x2e,0x91,0x40,0x00,0x00,0x43,0x0a,0x77,0x77,0x70,0x0a,0x88,0x88,0x50, +0x0b,0x77,0x77,0x80,0x08,0x37,0x74,0x90,0x07,0x80,0x08,0x90,0x52,0x88,0x75,0x90, +0x40,0x00,0x06,0x90,0x0b,0x88,0x88,0xc0,0x0b,0x88,0xb8,0xa0,0x0b,0x66,0xc6,0x63, +0x09,0x11,0x91,0x10,0x08,0x88,0x88,0xb0,0x55,0x80,0x00,0x90,0x70,0x98,0x88,0xb0, +0xb8,0x00,0xf2,0x0c,0x0b,0x88,0x88,0xc1,0x0b,0x78,0x68,0xa1,0x09,0x7c,0x7b,0x92, +0x09,0x09,0x09,0x00,0x0a,0x8c,0x8c,0x84,0x54,0x37,0x09,0x00,0x71,0x90,0x09,0x1c, +0x00,0x70,0x8d,0x8d,0x80,0x09,0x8c,0x8c,0x82,0x18,0x00,0xf1,0x00,0x27,0x53,0x46, +0x80,0x72,0x79,0x76,0x82,0x20,0x31,0x00,0x12,0x08,0x9a,0xb9,0xd2,0x13,0x08,0x04, +0x00,0x10,0x39,0xcc,0x03,0xd0,0x22,0x00,0x00,0x00,0x73,0x00,0x00,0x58,0xd8,0x88, +0x81,0x00,0x90,0x38,0x03,0x11,0xd9,0xb0,0x00,0xf0,0x17,0x75,0x00,0x90,0x00,0x53, +0x99,0xd9,0x93,0x00,0x50,0x04,0x20,0x07,0xba,0x9c,0x83,0x03,0x59,0x85,0x50,0x01, +0x3b,0x33,0x30,0x28,0xbb,0x88,0x86,0x02,0xa7,0x99,0x70,0x28,0x87,0xaa,0x75,0x00, +0x00,0xa6,0x14,0x72,0x99,0x90,0x02,0x00,0x00,0x90,0x0b,0xd8,0x08,0x20,0x60,0x09, +0x48,0x04,0xf1,0x14,0x00,0x00,0x18,0x07,0xa9,0x99,0xb2,0x04,0x20,0x06,0x10,0x01, +0x8d,0xd5,0x00,0x29,0x77,0x06,0x40,0x68,0xd8,0x88,0x82,0x09,0xb9,0xa8,0x50,0x78, +0x33,0x50,0x90,0x05,0x33,0x57,0x70,0x28,0x03,0xf0,0x0c,0x88,0x43,0x80,0x2a,0xcc, +0xba,0xc6,0x09,0x2a,0xa3,0xa6,0x19,0x66,0x66,0x74,0x1b,0xbb,0xcb,0xa9,0x05,0x31, +0x70,0x90,0x05,0x31,0x76,0x90,0xb8,0x07,0xf0,0x0d,0x02,0x50,0x91,0x70,0x09,0xb9, +0xca,0xa4,0x07,0x67,0x77,0x37,0x01,0x91,0x16,0x41,0x00,0x45,0xb5,0x10,0x08,0x98, +0xd8,0xd0,0x08,0x00,0x94,0xb0,0x7c,0x01,0x10,0x06,0xab,0x03,0xf0,0x0c,0x19,0x99, +0xb2,0x7b,0xc8,0x44,0x82,0x76,0x99,0xef,0xe2,0x76,0x96,0x65,0xb0,0x76,0x96,0x76, +0xb0,0x06,0x16,0x54,0xa0,0x06,0x16,0x87,0xb0,0x0e,0x1c,0xf0,0x0f,0x18,0x20,0x0b, +0x84,0x7a,0xa5,0x98,0xb0,0x77,0x65,0x86,0xc0,0x77,0x65,0x86,0xb0,0x57,0x65,0x97, +0xc0,0x07,0x01,0x71,0x70,0x07,0x0a,0x10,0x84,0x05,0x20,0x89,0x0f,0xf0,0x17,0x88, +0x85,0x7a,0xc4,0x85,0x93,0x75,0x92,0x87,0x82,0x75,0x97,0x7a,0x76,0x75,0x99,0x6b, +0x68,0x05,0x29,0x08,0x08,0x05,0x29,0x77,0x78,0x00,0x90,0x35,0x00,0x57,0xb7,0x99, +0x72,0x0b,0x88,0x89,0x70,0x04,0x00,0xf0,0x01,0x46,0xa8,0x66,0x62,0x7d,0xdc,0xce, +0xb3,0x48,0x08,0x06,0x42,0x08,0x08,0x29,0x10,0x26,0x15,0x80,0x02,0x61,0x71,0x90, +0x00,0x71,0x75,0x10,0x4c,0x01,0x00,0xb4,0x00,0x04,0x04,0x00,0x00,0xda,0x0b,0xf2, +0x0b,0x0a,0x88,0xb8,0x85,0x09,0x47,0x78,0x70,0x09,0x06,0x78,0x00,0x09,0x88,0xca, +0x94,0x17,0x00,0x90,0x90,0x54,0x00,0x90,0x10,0x70,0x08,0x05,0x15,0x00,0x24,0x04, +0xf3,0x2d,0x0b,0x8a,0x9a,0x83,0x0a,0x7c,0x7c,0x72,0x09,0x09,0x1a,0x00,0x08,0x06, +0x66,0x00,0x27,0x9c,0x7b,0x50,0x63,0x08,0xb8,0x00,0x52,0x74,0x14,0x82,0x00,0x00, +0x70,0x00,0x0c,0x79,0x89,0x84,0x09,0x68,0x78,0x00,0x09,0x8c,0x7c,0xa6,0x0a,0x76, +0x8a,0x70,0x19,0x94,0x72,0xa0,0x46,0x86,0x75,0xa0,0x62,0x42,0x97,0x16,0x45,0x00, +0xf3,0x0d,0x51,0x5b,0x56,0x8c,0x30,0x09,0x04,0x09,0x10,0x29,0xa8,0x0b,0x73,0x23, +0x98,0x09,0x00,0x0c,0x48,0x8c,0x84,0x0c,0x80,0x00,0x00,0x74,0x3a,0x99,0x91,0x16, +0xf2,0x0d,0x17,0x00,0x39,0xb4,0x8b,0xa3,0x07,0x37,0x8b,0xa7,0x08,0xb5,0x8b,0x81, +0x24,0x95,0x8b,0x72,0x0b,0x57,0x8b,0x75,0x09,0x70,0x01,0x00,0x63,0x18,0x05,0x0c, +0xc1,0x09,0xca,0x9d,0x94,0x00,0x62,0x09,0x00,0x28,0xba,0x8d,0x87,0xf2,0x0a,0x94, +0xa0,0x09,0x00,0x05,0x70,0x09,0x00,0x1a,0x00,0xd0,0x0c,0xe3,0x46,0x90,0x00,0x00, +0x36,0x43,0x29,0x99,0xac,0x97,0x09,0x99,0x58,0x00,0x5e,0x15,0xa0,0x01,0x00,0xa8, +0x76,0x38,0x19,0x51,0x00,0xa8,0x00,0x93,0x08,0xf1,0x07,0x98,0x09,0x05,0x89,0x80, +0x90,0x90,0x00,0x09,0x0b,0x89,0x60,0x90,0x00,0x18,0x09,0x00,0x03,0x60,0x90,0x08, +0xb2,0x41,0x00,0xf3,0x0e,0x18,0x8a,0x38,0x89,0x09,0x67,0x28,0x66,0x0c,0x86,0x4a, +0x85,0x08,0x19,0x17,0x09,0x01,0x99,0x03,0x89,0x3a,0x79,0x4a,0x68,0x01,0x95,0x04, +0x84,0x00,0x4f,0x13,0xf1,0x0c,0x48,0xc0,0x90,0x40,0x15,0xa7,0x78,0x91,0x64,0x25, +0x7c,0x80,0x79,0xa8,0x09,0x80,0x00,0x85,0x7c,0x90,0x00,0x90,0x09,0x90,0x08,0x89, +0x9a,0x25,0x04,0xf4,0x0c,0x58,0x9b,0xa8,0xa1,0x57,0x7a,0xba,0xb0,0x80,0x09,0x58, +0xa0,0x68,0x6a,0x79,0xb0,0x00,0x85,0x8a,0x60,0x01,0x87,0x9a,0x73,0x2a,0x30,0x25, +0xd7,0x03,0xf5,0x0d,0x11,0x2b,0xac,0x72,0x91,0x05,0x28,0x16,0x02,0x3b,0xac,0x80, +0x93,0x07,0x18,0x09,0x20,0x08,0x08,0x00,0x28,0x0a,0x08,0x03,0xa0,0x44,0x08,0x48, +0x40,0x06,0xf0,0x28,0x0d,0xcc,0xa2,0x81,0x09,0x86,0x75,0x02,0x27,0x98,0x71,0x92, +0x09,0x66,0x78,0x10,0x07,0x97,0x50,0x28,0x09,0x76,0x42,0xa0,0x24,0xa0,0x69,0x00, +0x05,0x40,0x35,0x00,0x48,0x08,0xab,0x81,0x23,0x61,0x56,0x11,0x2e,0x37,0x78,0xb4, +0x7a,0x38,0x89,0xc4,0x09,0x06,0x01,0x70,0x09,0x02,0x71,0x48,0x16,0xf0,0x32,0x50, +0x00,0x10,0x00,0x00,0x19,0x1b,0x88,0xb0,0x33,0x5a,0x66,0xb0,0x2d,0x0b,0x88,0xb0, +0x69,0x09,0x43,0x41,0x09,0x09,0x0b,0x60,0x09,0x09,0x26,0x70,0x09,0x0c,0x70,0x65, +0x03,0x20,0x50,0x00,0x27,0x06,0x44,0x40,0x23,0x78,0xc4,0x50,0x2d,0x3c,0xa7,0xa4, +0x49,0x05,0xb7,0x61,0x08,0x58,0x85,0x40,0x08,0x01,0xbc,0x10,0x08,0x59,0x21,0x86, +0x7b,0x19,0xf1,0x05,0x19,0x29,0x99,0x97,0x43,0x69,0x37,0x81,0x1c,0x19,0x64,0x90, +0x6a,0x04,0x26,0x24,0x08,0x08,0x8c,0x83,0x6e,0x09,0xf1,0x54,0x48,0x8c,0x87,0x00, +0x10,0x20,0x20,0x08,0x15,0x41,0x80,0x52,0x5a,0x98,0xa1,0x0b,0x63,0x28,0x16,0x7b, +0x06,0x09,0x00,0x08,0x0b,0x0c,0x72,0x08,0x2b,0x58,0x00,0x08,0x70,0x69,0x85,0x03, +0x24,0x20,0x00,0x37,0x0c,0x87,0x74,0x24,0xab,0x66,0xa0,0x3e,0x08,0x66,0xb0,0x59, +0x04,0xc6,0x60,0x08,0x09,0xb7,0xa0,0x08,0x22,0x9c,0x10,0x08,0x49,0x54,0x95,0x04, +0x11,0x35,0x60,0x36,0x2a,0x49,0x00,0x27,0x6b,0x7b,0x74,0x4d,0x27,0x8b,0x80,0x38, +0x26,0xb6,0xb0,0x08,0x36,0xb6,0xb0,0x08,0x63,0xc7,0xc0,0x08,0x70,0x80,0x80,0x40, +0x07,0xf4,0x10,0x07,0x05,0x20,0x64,0x67,0x68,0x10,0x18,0x8a,0x9a,0x97,0x4b,0x58, +0x8e,0x63,0x58,0x37,0x55,0xb0,0x08,0x62,0x83,0xa0,0x08,0x80,0xba,0xa0,0x08,0x70, +0x45,0x16,0x28,0x01,0xf0,0x11,0x05,0x53,0x48,0x32,0x37,0x15,0x78,0x53,0x32,0x6a, +0xaa,0x85,0x0c,0x0b,0xaa,0x85,0x7b,0x27,0x77,0x75,0x08,0x00,0x23,0x00,0x08,0x26, +0x65,0x72,0x08,0x61,0xa7,0x55,0x28,0x04,0xf5,0x0d,0x19,0x38,0xd9,0x80,0x69,0x80, +0x90,0x90,0x79,0x10,0x90,0x90,0x09,0x39,0xeb,0x96,0x09,0x00,0x9a,0x00,0x09,0x07, +0x36,0x80,0x09,0x55,0x00,0x67,0xe1,0x0e,0xf0,0x18,0xab,0x9a,0xb0,0x46,0x55,0x82, +0x90,0x06,0x74,0x70,0x90,0x01,0x09,0x18,0x60,0x02,0x34,0x50,0x30,0x45,0x90,0x63, +0x91,0x40,0x98,0x8a,0x13,0x00,0x14,0x00,0x00,0x03,0x81,0x1a,0x30,0x08,0x87,0x66, +0x80,0x40,0x06,0xf0,0x14,0x07,0x78,0x77,0x70,0x00,0x0a,0x40,0x00,0x26,0x90,0x81, +0x82,0x61,0xa8,0x8a,0x26,0x00,0x72,0x10,0x00,0x05,0x86,0xa6,0x00,0x3a,0x77,0x98, +0x70,0x03,0x77,0x77,0x90,0x05,0x77,0x77,0xf9,0x03,0xf2,0x1a,0x20,0x17,0x81,0x92, +0x81,0x52,0x98,0x8a,0x15,0x09,0x00,0x80,0x00,0x1a,0x48,0xc8,0x85,0x69,0x83,0x53, +0x10,0x69,0x17,0x58,0x34,0x09,0x09,0x88,0x61,0x09,0x46,0x2c,0x50,0x09,0x60,0x46, +0x90,0x09,0x04,0x80,0x36,0xc9,0x09,0x71,0x00,0x00,0x08,0x77,0x7b,0x00,0x09,0x04, +0x00,0xf1,0x17,0x7c,0x00,0x07,0x78,0x7a,0x00,0x00,0x09,0x10,0x10,0x36,0x81,0x53, +0x90,0x60,0xa8,0x88,0x40,0x08,0x13,0x77,0x31,0x09,0x45,0x88,0x52,0x78,0x76,0x99, +0x61,0x78,0x47,0x77,0x74,0x18,0x0c,0x77,0xc0,0xdd,0x14,0xf2,0x18,0x0c,0x66,0xc0, +0x08,0x08,0x04,0xa0,0x00,0x01,0x40,0x00,0x06,0xb8,0x7c,0x81,0x17,0x88,0x79,0x74, +0x03,0x96,0x66,0x90,0x03,0x96,0x66,0xa0,0x01,0x6a,0x86,0x40,0x07,0x53,0x91,0x81, +0x16,0x49,0x79,0x15,0x2e,0x01,0xf2,0x0f,0x36,0x80,0x0b,0x77,0x8b,0x84,0x09,0x66, +0x48,0x80,0x07,0xb6,0x79,0x60,0x54,0xb7,0x9c,0x57,0x50,0x02,0x40,0x52,0x06,0xa0, +0x91,0x90,0x52,0x97,0x79,0x33,0x50,0x01,0xf0,0x10,0x63,0x70,0x3d,0x7c,0x88,0x22, +0x08,0x68,0x38,0x83,0x0b,0x5a,0x66,0x71,0x0b,0x5a,0x64,0x04,0x04,0x26,0x47,0x81, +0x17,0x60,0x81,0x73,0x51,0x87,0x79,0x15,0x08,0x9c,0x01,0xf3,0x0d,0x2b,0xbb,0xe0, +0x68,0x77,0x66,0x80,0x78,0x49,0xbb,0x86,0x08,0x27,0x77,0x63,0x08,0x2c,0x98,0xc0, +0x08,0x00,0xbb,0x20,0x08,0x59,0x65,0x95,0x00,0x51,0x01,0xf2,0x0d,0x0c,0x9a,0xbb, +0x75,0x09,0xb8,0xaa,0x62,0x0c,0xb8,0xbc,0x81,0x08,0x72,0xbc,0x83,0x17,0x20,0x81, +0x00,0x44,0x76,0x26,0x81,0x73,0x37,0x79,0x46,0x24,0x00,0xf2,0x0f,0x94,0x60,0x08, +0x88,0xd8,0xc5,0x09,0x00,0x81,0x10,0x0c,0x87,0x63,0xa0,0x09,0x09,0x3a,0x50,0x08, +0x09,0x1d,0x02,0x46,0x83,0xab,0x08,0x80,0x08,0x22,0xb5,0x24,0x00,0xf6,0x2f,0x55, +0x91,0x18,0x88,0xaa,0x97,0x02,0x22,0x57,0x32,0x0a,0x8c,0x27,0x72,0x08,0x09,0x09, +0x90,0x05,0x77,0x0c,0x20,0x05,0x89,0xad,0x38,0x14,0x15,0x60,0xa7,0x12,0xa2,0x46, +0x50,0x26,0xc6,0x55,0x70,0x69,0xb8,0x9b,0x82,0x1c,0x97,0x47,0x60,0x9b,0xa9,0x2a, +0x70,0x1b,0x98,0x1b,0x11,0x1b,0xa9,0x5c,0x25,0x17,0x00,0xa1,0xb2,0xda,0x0b,0xf2, +0x0f,0x08,0x60,0x36,0xed,0x58,0x62,0x74,0xa6,0x9c,0x83,0x70,0x76,0x18,0x22,0x77, +0xaa,0x28,0x80,0x77,0x6a,0x07,0x60,0x71,0x46,0x1c,0x67,0x56,0x99,0xa1,0xa4,0xb9, +0x0a,0x40,0x58,0x10,0x88,0x53,0x4f,0x0e,0x13,0x60,0x56,0x0f,0x42,0x90,0x00,0x04, +0x37,0x6d,0x1a,0xf1,0x10,0x00,0x26,0x01,0x53,0x0b,0x62,0x77,0x20,0x0c,0x88,0x71, +0x00,0x09,0x09,0x89,0xd5,0x0c,0x87,0x80,0x90,0x08,0x00,0x90,0x90,0x36,0x00,0x90, +0x90,0x61,0x05,0x40,0xf8,0x07,0x00,0x80,0x01,0xf1,0x0d,0x0b,0x88,0x98,0xb0,0x0b, +0x77,0x77,0xc0,0x09,0x67,0x77,0x71,0x09,0x41,0x85,0x62,0x08,0x16,0x75,0x82,0x46, +0x98,0xa9,0xa2,0x70,0x06,0x62,0xa1,0x63,0x00,0xb0,0x34,0x68,0x70,0x04,0x44,0x90, +0x00,0x07,0x89,0xc8,0x83,0x29,0x08,0x36,0x39,0x99,0xc9,0xf4,0x09,0x22,0x69,0x60, +0x22,0x12,0x92,0x02,0x22,0x21,0x09,0x07,0x8d,0x83,0x7d,0x90,0x9e,0x18,0x53,0x4c, +0x91,0x09,0x00,0x3a,0xaa,0x18,0x32,0x4a,0x00,0x9b,0x2b,0x02,0xf2,0x10,0x10,0x94, +0x10,0x07,0x10,0x91,0x90,0x5c,0x95,0xc9,0x94,0x07,0x12,0x82,0x30,0x3b,0xa1,0x46, +0x80,0x28,0x10,0x1d,0x10,0x07,0x12,0xbb,0x08,0x3a,0x08,0x12,0xb5,0x24,0x00,0xf0, +0x01,0x26,0x00,0x07,0x12,0x38,0x31,0x4c,0x84,0x66,0x73,0x07,0x21,0x70,0xa0,0x4c, +0x70,0x00,0x10,0x74,0x92,0x60,0x07,0x27,0x8a,0x95,0x2a,0x3c,0x0c,0xf0,0x08,0x10, +0x00,0x00,0x08,0x19,0x99,0x93,0x3a,0x6a,0x88,0x80,0x07,0x5a,0x00,0x80,0x6c,0x5a, +0x88,0xc0,0x07,0x19,0x00,0x00,0x04,0x00,0xf2,0x15,0x3a,0x05,0x88,0x84,0x08,0x00, +0x39,0x00,0x08,0x00,0xa9,0x20,0x5c,0x98,0x60,0xb2,0x08,0x37,0x77,0x54,0x5c,0x85, +0x88,0x80,0x08,0x07,0x10,0x90,0x08,0x07,0x98,0xb0,0x2a,0x07,0x10,0x90,0x44,0x00, +0xf2,0x0e,0x08,0x00,0x07,0x16,0xad,0xa4,0x4c,0x80,0x09,0x00,0x07,0x27,0x77,0xc6, +0x4c,0x77,0x88,0xc6,0x07,0x11,0x50,0x80,0x07,0x10,0x90,0x80,0x2a,0x00,0x07,0xcc, +0x03,0xf1,0x0e,0x17,0x00,0x30,0x08,0x17,0x99,0x40,0x5c,0x97,0x10,0x44,0x08,0x21, +0x77,0x60,0x5c,0x77,0x87,0xb0,0x08,0x17,0x76,0xb0,0x08,0x17,0x77,0xc0,0x3a,0x07, +0x98,0x0f,0x00,0x06,0x07,0xf1,0x0d,0x00,0x08,0x28,0x8b,0x86,0x4b,0x77,0x52,0x08, +0x08,0x18,0xd8,0x85,0x2b,0xa3,0x70,0xa0,0x4a,0x05,0x96,0x50,0x08,0x00,0x5f,0x40, +0x3a,0x08,0x70,0xc8,0x07,0x01,0x7c,0x02,0xf5,0x0c,0x0a,0x88,0x83,0x4c,0x59,0x56, +0x61,0x08,0x0a,0x99,0x84,0x5d,0x79,0x85,0x43,0x19,0x08,0x81,0xa0,0x08,0x08,0x82, +0x80,0x29,0x44,0xa7,0x15,0xf0,0x01,0x10,0x70,0xca,0x0d,0xf5,0x10,0x27,0x7c,0x76, +0x03,0xb7,0x37,0xc7,0x70,0x07,0x47,0x7c,0x8c,0x05,0xc6,0x37,0xc7,0x60,0x07,0x07, +0x1c,0x74,0x00,0x71,0xa5,0x80,0x00,0x2a,0x63,0x49,0x77,0x00,0x51,0x00,0xf1,0x09, +0x06,0x99,0xc1,0x3b,0x57,0x99,0xc1,0x08,0x58,0x68,0x66,0x5c,0x49,0x7c,0x78,0x08, +0x08,0x08,0x52,0x08,0x08,0x08,0xa1,0x2a,0x81,0x0e,0xf1,0x07,0x84,0x40,0x2a,0x56, +0xc4,0xa4,0x2a,0x50,0x84,0x40,0x08,0x26,0xc4,0xa4,0x5d,0x80,0x84,0x40,0x08,0x08, +0xc4,0xa5,0x18,0x00,0xf5,0x34,0x00,0x84,0x40,0x07,0x03,0x46,0x92,0x07,0x06,0x64, +0x04,0x4c,0x88,0x17,0x36,0x07,0x15,0x16,0x80,0x5c,0x68,0xae,0x96,0x07,0x00,0x9b, +0x70,0x07,0x2a,0x28,0x66,0x2a,0x12,0x08,0x03,0x07,0x10,0x17,0x00,0x07,0x17,0xba, +0xb6,0x3c,0x80,0x81,0x80,0x07,0x17,0x99,0x86,0x4c,0x88,0xc8,0x97,0x07,0x13,0x70, +0x90,0x07,0x11,0x9d,0x50,0x1a,0x18,0x83,0x85,0x41,0x01,0xf0,0x2c,0x19,0xad,0xa9, +0x3c,0x85,0x51,0x45,0x07,0x17,0x40,0x55,0x3c,0x84,0x8a,0x82,0x17,0x10,0x09,0x00, +0x07,0x10,0x09,0x00,0x2a,0x18,0x8c,0x87,0x08,0x01,0x77,0x00,0x08,0x07,0x56,0x20, +0x4c,0x8e,0x8c,0x73,0x08,0x6a,0x9c,0x82,0x4d,0x87,0x18,0x00,0x18,0x07,0x9c,0x82, +0x08,0x07,0x9c,0x85,0x3a,0x07,0x10,0x00,0xd5,0x11,0xf2,0x0b,0x08,0x27,0xc8,0xc6, +0x2a,0x50,0x60,0x60,0x07,0x25,0x89,0x84,0x4c,0x78,0x08,0x27,0x07,0x19,0x6b,0x77, +0x07,0x19,0x8c,0x97,0x2a,0x08,0x2b,0x1a,0x10,0x07,0x04,0x00,0xf3,0x0c,0x08,0x99, +0xb3,0x2a,0x58,0x99,0xb3,0x07,0x35,0x66,0x64,0x5d,0x65,0x3a,0x21,0x07,0x09,0x0c, +0x71,0x07,0x1a,0x68,0x00,0x2a,0x62,0x59,0x86,0x3a,0x13,0xf3,0x0e,0xb0,0x08,0x05, +0x7a,0x20,0x4c,0x68,0x8c,0x84,0x08,0x16,0x49,0x82,0x5c,0x59,0x08,0x44,0x08,0x0a, +0x49,0x94,0x08,0x0b,0x8c,0xa4,0x29,0x08,0x00,0x34,0x48,0x0b,0xf2,0x0e,0x00,0x06, +0x17,0x99,0xd0,0x2a,0x67,0x99,0xd0,0x06,0x47,0x87,0x74,0x5c,0x66,0xa7,0x72,0x06, +0x47,0x87,0x53,0x06,0x26,0x48,0x62,0x2b,0x15,0x65,0xa0,0x69,0x0e,0xf2,0x0f,0x93, +0x00,0x19,0x09,0x4a,0x00,0x6b,0x6c,0x89,0x90,0x08,0x07,0x66,0x80,0x8c,0x19,0x44, +0x90,0x08,0x49,0xca,0x93,0x08,0x01,0x88,0x00,0x56,0x58,0x01,0x83,0xf4,0x00,0xf2, +0x4f,0x2a,0x31,0x07,0x14,0x96,0xa3,0x4c,0x95,0x4a,0x50,0x07,0x37,0xc3,0x11,0x4c, +0x67,0x6b,0x52,0x07,0x28,0x7c,0x77,0x07,0x15,0x08,0x06,0x2a,0x05,0x79,0x78,0x06, +0x24,0x57,0x81,0x06,0x27,0x45,0x24,0x3b,0x94,0x35,0x70,0x06,0x39,0x8b,0x72,0x3c, +0x89,0x8c,0x85,0x06,0x21,0x08,0x01,0x06,0x2a,0x7c,0x78,0x1a,0x10,0x00,0x08,0x07, +0x15,0xb5,0xb3,0x2a,0x62,0x83,0x81,0x19,0x59,0x88,0xa4,0x07,0x29,0x66,0x94,0x3c, +0x86,0x79,0x83,0x07,0x27,0x9c,0x85,0x07,0x10,0xa5,0x50,0x2a,0x2a,0x30,0x67,0xd0, +0x00,0xf2,0x0f,0x05,0x00,0x08,0x18,0x97,0x61,0x4c,0x4b,0x11,0xb3,0x08,0x67,0x8a, +0xa5,0x5c,0x68,0x84,0x62,0x08,0x48,0x69,0xa1,0x08,0x01,0x78,0x90,0x38,0x08,0x69, +0x91,0x88,0x00,0xf0,0x15,0x25,0xa5,0x00,0x71,0x87,0xa6,0x20,0x3b,0x78,0xbd,0xc7, +0x00,0x74,0x38,0x98,0x20,0x5c,0x7b,0x7a,0x7a,0x00,0x71,0x84,0xa4,0x70,0x07,0x18, +0x3a,0x47,0x02,0xa0,0x86,0x67,0x70,0x07,0x10,0x11,0x03,0xf2,0x08,0xb9,0x98,0x3c, +0x95,0x7c,0x74,0x07,0x13,0x6b,0x62,0x3b,0x87,0xb7,0xc5,0x07,0x15,0x7a,0x73,0x07, +0x27,0x7c,0x75,0x2b,0x6f,0x1d,0x00,0x28,0x0d,0xf3,0x0c,0x00,0x8d,0xdb,0xa8,0xa2, +0x59,0x96,0x97,0x70,0x8a,0xa9,0x7b,0x61,0x38,0x8a,0x75,0x51,0x16,0x6b,0x76,0x40, +0x56,0x6b,0x76,0x62,0x00,0x4a,0x68,0x02,0xf2,0x0c,0x02,0xa7,0x90,0x3b,0x37,0xb8, +0xa3,0x08,0x07,0x68,0x07,0x2c,0x6b,0xb8,0x97,0x09,0x17,0xbf,0x85,0x08,0x05,0x8a, +0x90,0x29,0x65,0x08,0x26,0xb0,0x00,0xf5,0x0f,0x72,0x00,0x08,0x02,0x8a,0x92,0x5c, +0x3a,0xb8,0x84,0x08,0x19,0x66,0x61,0x6d,0x3a,0xb9,0x73,0x08,0x19,0x99,0xa1,0x08, +0x56,0x6b,0x71,0x38,0x83,0x58,0x04,0x59,0x0e,0xf6,0x30,0x12,0x92,0x20,0x19,0x79, +0x77,0xb0,0x6b,0x49,0x89,0x90,0x08,0x5a,0x27,0x40,0x7c,0x66,0x75,0x80,0x08,0x18, +0xb8,0x50,0x08,0x17,0x83,0x60,0x46,0x52,0xa0,0x60,0x08,0x51,0x00,0x00,0x08,0x57, +0x58,0xb3,0x4b,0x67,0x64,0x90,0x09,0x79,0x68,0xa6,0x6c,0x78,0x06,0x73,0x08,0x5c, +0x77,0xa3,0x08,0x1c,0x89,0x60,0x38,0x81,0x94,0x94,0x39,0x10,0xf4,0x0f,0x39,0x11, +0x08,0x2a,0xa7,0xb4,0x3b,0x78,0xb6,0xc3,0x07,0x2a,0x8a,0x84,0x4c,0x79,0x8b,0x67, +0x07,0x28,0x8b,0x57,0x07,0x63,0xc7,0xb3,0x1a,0x76,0x40,0x55,0x21,0x03,0x40,0x59, +0x9c,0x99,0x91,0x08,0x00,0xf2,0x05,0x29,0x9c,0x99,0x30,0x03,0x70,0x0a,0x00,0x00, +0x67,0xa2,0x00,0x15,0xa9,0xa8,0x40,0x65,0x10,0x03,0x72,0x4a,0x00,0xf0,0x13,0x91, +0x80,0x00,0x08,0x09,0x55,0x00,0x00,0x90,0x99,0x9a,0xb0,0x09,0x0b,0xd5,0x73,0x00, +0x90,0xa2,0x8a,0x00,0x1c,0x99,0x07,0x80,0x01,0x30,0x92,0xa9,0x10,0x00,0x0a,0xa0, +0x08,0xa5,0x1d,0xf2,0x2e,0x00,0x59,0xd0,0xa1,0x10,0x00,0x95,0xa7,0xb0,0x6a,0xaa, +0x95,0x50,0x71,0x00,0x8a,0x10,0x72,0x40,0x4b,0x00,0x9a,0x44,0x86,0x60,0x00,0x05, +0x00,0x40,0x02,0x50,0x25,0x00,0x59,0xb8,0x68,0x53,0x09,0x00,0xc4,0xa2,0x0a,0x8a, +0xc4,0x90,0x09,0x09,0x19,0x80,0x09,0x08,0x0b,0x30,0x18,0x17,0x3a,0x80,0x73,0x98, +0x70,0x66,0xdf,0x1b,0xf0,0x2f,0x54,0x00,0x01,0x70,0x91,0x00,0x49,0xc8,0xd8,0xd5, +0x01,0x76,0xc2,0xa0,0x3b,0x8a,0x19,0x80,0x35,0x08,0x0d,0x20,0x3b,0x87,0x96,0xa0, +0x12,0x06,0x20,0x25,0x01,0x10,0x04,0x00,0x25,0xa4,0x28,0x00,0x18,0x56,0x69,0xc5, +0x55,0x19,0xc2,0xa0,0x37,0x91,0x48,0x90,0x03,0xd0,0x0a,0x30,0x1a,0x37,0x48,0x80, +0x40,0x03,0x50,0x25,0xa1,0x22,0xf3,0x2d,0x0c,0x7a,0x46,0x00,0x0b,0x6a,0xa9,0xc9, +0x0b,0x7d,0xa5,0xa0,0x08,0x09,0x09,0xa0,0x0a,0x87,0x0a,0x50,0x19,0x19,0x66,0x93, +0x31,0x02,0x40,0x05,0x06,0x24,0x47,0x00,0x4c,0xbc,0x65,0x00,0x49,0x9a,0xc9,0xc6, +0x19,0xd8,0xc5,0xb0,0x76,0x81,0x0a,0xa0,0x48,0xc9,0x1b,0x40,0x23,0x70,0x4a,0xa0, +0x08,0x54,0x80,0x56,0x4a,0x06,0xf0,0x31,0x00,0x2a,0xda,0x8a,0x85,0x1b,0xcb,0x68, +0x90,0x17,0xa5,0x58,0x84,0x06,0x87,0x97,0x73,0x05,0x68,0xed,0xa1,0x01,0x52,0x60, +0x00,0x39,0xb9,0xb8,0x86,0x15,0xa4,0x07,0x00,0x6a,0xcc,0x4a,0x41,0x49,0xba,0x58, +0xa1,0x56,0xb8,0x98,0x70,0x48,0x98,0x08,0x50,0x4b,0x78,0x08,0x30,0x0a,0xc3,0x36, +0x80,0x44,0x02,0x40,0x12,0x00,0x02,0x20,0xdd,0x1d,0xf2,0x28,0x00,0x28,0xc8,0x8a, +0xb6,0x00,0x91,0x09,0x10,0x00,0x19,0x38,0x00,0x00,0x07,0xe0,0x00,0x01,0x88,0x4b, +0x40,0x38,0x20,0x00,0x67,0x00,0xb0,0x10,0x90,0x09,0x59,0x39,0x90,0x8b,0x88,0x22, +0x90,0x00,0x80,0x65,0x90,0x58,0xc8,0x03,0x91,0x16,0x87,0x69,0xd4,0x72,0x87,0x20, +0x90,0x16,0x70,0x07,0x1d,0xf2,0x11,0x16,0x17,0x05,0xc3,0x6b,0x9b,0x95,0x00,0x1a, +0x67,0x80,0x00,0x19,0x57,0x98,0xc5,0x1a,0x67,0x80,0x80,0x7a,0x99,0x90,0x80,0x28, +0x64,0x80,0x80,0x70,0x09,0x20,0x80,0xb5,0x0b,0xf0,0x0f,0x02,0x61,0x39,0x9a,0x95, +0x10,0x08,0x45,0x90,0x00,0x47,0xc7,0xa8,0xc5,0x48,0xc8,0x90,0x90,0x15,0x95,0x80, +0x90,0x71,0x87,0x80,0x90,0x04,0x72,0x50,0x90,0x1c,0x10,0xf0,0x0d,0x87,0x59,0x18, +0x51,0x88,0x79,0x38,0x10,0x87,0x78,0x3a,0xb3,0x86,0x58,0x27,0x80,0x88,0x6a,0x36, +0x80,0x8b,0xba,0xa2,0x80,0x00,0x00,0x50,0x80,0xdb,0x1b,0x40,0x18,0x88,0xc8,0x85, +0x80,0x26,0xf1,0x05,0x00,0x5c,0x99,0x60,0x00,0x72,0x00,0x90,0x00,0x90,0x01,0x80, +0x03,0x80,0x03,0x60,0x2a,0x00,0x8a,0x20,0xce,0x06,0xf1,0x0f,0x50,0x08,0x10,0x38, +0xc7,0x1a,0x70,0x09,0x00,0xb1,0x66,0x09,0x88,0x35,0x04,0x08,0x08,0x05,0x60,0x08, +0x17,0x00,0x00,0x08,0x26,0x4a,0x10,0x53,0xa3,0x02,0x1e,0x06,0x00,0xdd,0x05,0xf1, +0x0c,0x7b,0xa9,0xa8,0x83,0x09,0x09,0x77,0x72,0x0c,0xc0,0x19,0x70,0x16,0x83,0x5c, +0x80,0x25,0x85,0x58,0x00,0x61,0x88,0x89,0x00,0x75,0x97,0x3a,0x0d,0x04,0x62,0x99, +0x99,0x99,0x90,0x00,0x09,0x06,0x00,0x05,0x09,0x00,0xf0,0x0a,0x88,0xb0,0xd8,0xd8, +0x08,0x0b,0x4b,0x88,0xb0,0xa4,0xb8,0x08,0x1b,0x6c,0x88,0x73,0x51,0x94,0x00,0x80, +0x09,0x00,0x44,0x05,0xa0,0x86,0x04,0xf0,0x04,0x97,0x77,0xb0,0x06,0x75,0x55,0xb0, +0x03,0x97,0x77,0x60,0x08,0xa6,0x95,0x51,0x18,0x78,0xc7,0x60,0x2b,0x0e,0xf3,0x31, +0x28,0x89,0xc8,0x85,0x35,0x30,0x08,0x00,0x84,0x85,0x8c,0x80,0x80,0x89,0x08,0x80, +0x88,0x89,0x08,0x80,0x80,0xa9,0x9d,0x93,0x88,0x80,0x89,0x10,0x60,0x06,0x61,0x90, +0x00,0x33,0x00,0x23,0x07,0x87,0x77,0x90,0x07,0x65,0x55,0x90,0x04,0x88,0x88,0x50, +0x16,0x97,0xa6,0x64,0x03,0x81,0xb8,0x80,0x08,0xa3,0x70,0x00,0x36,0x19,0x98,0x86, +0xa3,0x19,0xf0,0x05,0x00,0x88,0xa6,0x8c,0x82,0x80,0x93,0x3a,0x32,0x88,0xb5,0x55, +0xb3,0x80,0x98,0x88,0xc4,0x88,0xa5,0x50,0x1d,0x2a,0x10,0x90,0x7d,0x1c,0xf0,0x2c, +0x01,0x40,0x06,0x00,0x28,0xb8,0xaa,0x70,0x09,0x53,0x85,0x30,0x69,0x99,0xa9,0x72, +0x07,0x77,0x78,0x30,0x09,0x55,0x58,0x40,0x09,0x22,0x26,0x40,0x0a,0x77,0x7a,0x40, +0x0c,0xcc,0xcd,0x60,0x09,0x67,0x67,0x50,0x57,0x7a,0x77,0x72,0x07,0x66,0x68,0x30, +0x08,0x68,0x79,0x30,0x06,0x38,0x28,0x10,0x63,0x3a,0x01,0xfd,0x29,0xf0,0x06,0x82, +0x5c,0xdc,0x76,0x20,0x47,0xa9,0x79,0xb4,0x39,0xc8,0xa0,0x80,0x03,0x87,0x87,0x50, +0x07,0x53,0x33,0x90,0x04,0x00,0x00,0x98,0x00,0x21,0x00,0x90,0xb1,0x1c,0x30,0xd9, +0xd9,0xd9,0xae,0x19,0x30,0xc8,0xd8,0xd8,0x07,0x00,0x00,0x0e,0x00,0x30,0x00,0x00, +0x08,0x8d,0x01,0x80,0x07,0x88,0xc7,0xb2,0x07,0x77,0xc7,0xa2,0x08,0x00,0xc1,0x00, +0x84,0x40,0x00,0x00,0x8d,0x10,0x00,0x19,0x84,0x89,0x97,0x8d,0x01,0xf0,0x2c,0xa2, +0x1a,0x20,0x05,0xb4,0x3b,0x51,0x28,0xd7,0x6d,0x94,0x09,0x66,0x74,0x92,0x26,0x98, +0x98,0x63,0x04,0x97,0x77,0x80,0x04,0x40,0x00,0x80,0x04,0xa7,0x78,0x80,0x0c,0xdd, +0xdd,0x60,0x0a,0x66,0x68,0x50,0x68,0x78,0x77,0x72,0x0b,0x79,0x97,0x90,0x0b,0x78, +0x74,0x70,0x3b,0x8c,0x2f,0x30,0x44,0x2a,0x92,0x93,0x7f,0x11,0xf0,0x07,0x28,0x9c, +0x88,0x86,0x00,0x92,0x00,0x00,0x04,0xe8,0x88,0xa0,0x38,0xa7,0x77,0xa0,0x00,0xa8, +0x88,0xa0,0x00,0x90,0x02,0x00,0x20,0x08,0x80,0x28,0x45,0x40,0x4a,0x6a,0x98,0xc0, +0xf7,0x0f,0xf1,0x04,0x09,0x37,0x80,0x80,0x0a,0x57,0x98,0xc0,0x79,0x99,0x80,0x80, +0x19,0x63,0x80,0x80,0x81,0x07,0x64,0x28,0x0e,0x00,0x80,0x01,0x41,0x06,0x9a,0xc9, +0x91,0x85,0x23,0x00,0x14,0x1e,0xf5,0x00,0x0b,0xe4,0x00,0x00,0x94,0x89,0x20,0x1b, +0x41,0x80,0xa6,0x12,0x01,0x80,0x03,0xa1,0x23,0xf0,0x04,0x9e,0xeb,0x96,0x00,0x65, +0x8a,0x00,0x02,0x91,0x84,0x80,0x2a,0x9a,0xc9,0x99,0x00,0x01,0x80,0x01,0x18,0x00, +0x01,0x66,0x05,0xf3,0x01,0x14,0x9d,0x91,0x7d,0x92,0x09,0x00,0x0d,0x97,0x9d,0x94, +0x3b,0x51,0x09,0x00,0x87,0x06,0x07,0x00,0x04,0x00,0x40,0x01,0x12,0x81,0x10,0xac, +0x1d,0xf1,0x29,0x05,0x89,0xc8,0x80,0x09,0x01,0x70,0x80,0x08,0x89,0xd8,0xb0,0x00, +0x2b,0xc7,0x00,0x06,0xa2,0x75,0x92,0x26,0x01,0x70,0x26,0x06,0x11,0x46,0x91,0x3a, +0x7a,0x42,0x00,0x1a,0x69,0x88,0x81,0x0d,0x99,0x80,0x90,0x3a,0x48,0x45,0xa0,0x77, +0x18,0x0d,0x40,0x06,0x36,0x4b,0x60,0x06,0x85,0x70,0x56,0x8d,0x02,0xb1,0x98,0xc8, +0xc0,0x07,0x88,0xc7,0xc0,0x06,0x88,0xc7,0xa0,0x07,0x13,0xb1,0x3a,0xc8,0x00,0x06, +0x91,0x84,0xa2,0x35,0x01,0x80,0x16,0x80,0x00,0xf1,0x0b,0x27,0x8c,0x86,0x3b,0x76, +0x8c,0x85,0x0c,0x88,0x0a,0x09,0x1d,0x69,0x2c,0x39,0x78,0x19,0x91,0x99,0x07,0x18, +0x00,0x09,0x07,0x18,0x00,0x1c,0x02,0x00,0x33,0x0f,0xf1,0x01,0x28,0x8a,0xd9,0x86, +0x01,0x85,0x89,0x40,0x39,0x87,0x86,0x88,0x00,0xb3,0x36,0x60,0x04,0x00,0x72,0x66, +0x66,0x20,0x18,0x88,0x88,0x85,0x22,0x07,0xf4,0x0f,0x36,0x00,0x06,0x17,0x9c,0x95, +0x4d,0x91,0x71,0x60,0x0c,0x79,0x30,0x93,0x1c,0x92,0x94,0x51,0x87,0x20,0x6b,0x00, +0x16,0x10,0x9b,0x60,0x06,0x2a,0x20,0x66,0x7e,0x05,0x00,0x3e,0x09,0xf3,0x0b,0x07, +0x14,0xcb,0xc0,0x5d,0xaa,0x95,0x40,0x0d,0x93,0x8a,0x61,0x4a,0x39,0x88,0x93,0x47, +0x18,0x00,0x90,0x07,0x18,0x88,0xc0,0x07,0x18,0xf0,0x20,0x00,0x94,0x00,0xf0,0x0a, +0x1b,0x88,0x84,0x4c,0x89,0x5a,0x62,0x0d,0x99,0x6c,0x81,0x5a,0x29,0x08,0x00,0x47, +0x19,0x7a,0x83,0x07,0x1b,0x88,0x85,0x07,0x10,0x38,0x1f,0xf2,0x0f,0x51,0x10,0x1a, +0x6a,0x66,0x69,0x28,0xab,0x7a,0x86,0x00,0xc6,0x68,0x00,0x16,0x79,0x88,0x82,0x28, +0x8c,0xe9,0x86,0x01,0x95,0x89,0x40,0x39,0x11,0x70,0x58,0xba,0x06,0xf4,0x03,0x77, +0xc0,0x4b,0x79,0x55,0xb0,0x0c,0x54,0x77,0x70,0x2c,0x97,0x8c,0x81,0x77,0x28,0x8c, +0x83,0x54,0x01,0x01,0x45,0x22,0xf1,0x10,0x30,0x83,0x20,0x09,0x64,0xa6,0x90,0x1c, +0x75,0x8a,0x10,0x8b,0x73,0x99,0x70,0x19,0x77,0x48,0x52,0x09,0x75,0x59,0x70,0x09, +0x0a,0x17,0x91,0x09,0x02,0x74,0x11,0xba,0x06,0xf0,0x09,0x38,0x8c,0x70,0x5c,0x67, +0x86,0x80,0x3e,0x76,0x84,0x60,0x79,0x86,0x83,0x90,0x68,0x57,0x88,0x80,0x08,0x7a, +0xa8,0x72,0x08,0x40,0x00,0xf1,0x10,0x02,0x30,0x50,0x06,0x5b,0xa5,0x54,0x1b,0x3b, +0xa8,0xb1,0x09,0x89,0x75,0x76,0x16,0x58,0x86,0x75,0x27,0x8e,0xf9,0x76,0x03,0xa5, +0x68,0x60,0x26,0x03,0x50,0x27,0x32,0x08,0xf0,0x0c,0x18,0xca,0xa6,0x4b,0x89,0x98, +0x78,0x0b,0x56,0x87,0x75,0x1c,0x83,0x77,0x72,0x77,0x17,0x7b,0x75,0x06,0x18,0x28, +0x72,0x06,0x34,0x57,0x05,0xca,0x07,0xf2,0x02,0x3b,0x72,0x83,0x81,0x1a,0x49,0x88, +0xa4,0x0d,0x99,0x66,0x94,0x3d,0x56,0x79,0x82,0x68,0xca,0x07,0xf1,0x36,0x60,0x07, +0x3b,0x20,0x68,0x06,0x10,0x60,0x80,0x06,0x15,0x8a,0x83,0x4c,0x93,0x6c,0x61,0x0c, +0x67,0xab,0x74,0x2c,0x82,0x79,0x31,0x77,0x27,0x6d,0x91,0x06,0x15,0x49,0x90,0x06, +0x36,0x57,0x26,0x07,0x05,0x71,0x30,0x07,0x35,0x96,0x50,0x7c,0x89,0x86,0x80,0x3c, +0x68,0xa9,0x82,0x69,0x6b,0xa9,0xb1,0x67,0x2b,0x18,0x80,0x07,0x74,0x5d,0x23,0x08, +0x70,0x94,0xc3,0x48,0x01,0xf1,0x10,0x12,0x94,0x61,0x07,0x25,0xb7,0x92,0x4c,0x91, +0x88,0x30,0x0c,0x47,0x7c,0x73,0x2d,0xaa,0x6b,0xb0,0x78,0x29,0x6b,0xb0,0x07,0x15, +0xa8,0xa0,0x07,0x49,0x10,0x93,0xb8,0x01,0xf5,0x10,0x15,0x18,0x52,0x07,0x29,0xac, +0xb6,0x4c,0x89,0x66,0x68,0x0c,0x53,0x74,0xa1,0x2c,0x76,0x99,0x94,0x77,0x19,0x4a, +0x48,0x06,0x19,0x3a,0x38,0x06,0x1a,0x77,0x78,0x6f,0x0e,0xf5,0x0f,0x20,0x4a,0x00, +0x07,0x44,0x93,0x92,0x1b,0x77,0x77,0x45,0x0a,0x78,0xa7,0x75,0x1b,0x59,0xa8,0x85, +0x46,0x22,0x30,0x60,0x05,0x29,0x95,0xb1,0x05,0x74,0x18,0x6e,0x09,0xf1,0x2d,0x08, +0x6d,0x7e,0xe1,0x3c,0x96,0x7a,0xa1,0x0e,0x84,0x95,0x81,0x3b,0x85,0xa8,0x71,0x78, +0x65,0xb8,0x71,0x07,0x65,0xa8,0x61,0x07,0x61,0x40,0x91,0x00,0x00,0x12,0x00,0x8a, +0xec,0x6a,0x82,0x86,0x07,0x81,0x62,0x83,0x75,0x49,0x30,0x87,0x89,0x0c,0x10,0x87, +0x9a,0x1a,0x70,0x88,0x88,0xa2,0x93,0x00,0x00,0x20,0x01,0xa0,0x20,0x41,0x01,0x80, +0x00,0x09,0x04,0x00,0x33,0xc9,0x91,0x09,0x0c,0x00,0xf0,0x05,0x7d,0x9a,0xc9,0x93, +0x09,0x99,0xd9,0x93,0x01,0x10,0x90,0x00,0x04,0x40,0xd9,0x90,0x04,0x40,0x90,0x00, +0x04,0x00,0x32,0x2a,0xa8,0xc8,0xa0,0x02,0x21,0x71,0x90,0x04,0x00,0x90,0x08,0x71, +0x91,0x82,0x08,0x79,0xba,0x40,0x08,0x0c,0x00,0x00,0x04,0x00,0x72,0x72,0x90,0x08, +0x4d,0xa9,0x79,0x96,0xc1,0x00,0x90,0x40,0x00,0x06,0x15,0xb8,0x60,0x07,0x25,0x50, +0xab,0x10,0xe0,0x82,0x07,0x65,0x32,0x80,0x38,0x05,0x7a,0x00,0x00,0x49,0x80,0x00, +0x69,0x16,0x16,0xf4,0x0c,0xd9,0xac,0x96,0x02,0xc8,0x57,0x33,0x08,0x07,0x5b,0x90, +0x36,0x7a,0x29,0x00,0x00,0x87,0x27,0x00,0x01,0xa0,0x27,0x07,0x2a,0x10,0x0b,0x98, +0xd9,0x16,0xf0,0x0a,0x6c,0x88,0x48,0x00,0x1b,0x6b,0x8c,0x81,0x73,0x89,0x7c,0x73, +0x49,0xa0,0x9e,0x20,0x05,0x54,0x69,0x90,0x1b,0x49,0x08,0x56,0x72,0x27,0x08,0xf4, +0x10,0x11,0x00,0x00,0x09,0x61,0x98,0x80,0x0c,0x83,0x90,0x90,0x09,0x04,0x30,0x54, +0x0c,0x84,0xb8,0xc0,0x0a,0x53,0x74,0x90,0x6c,0x41,0x2f,0x30,0x09,0x06,0x93,0x95, +0x48,0x01,0x03,0x59,0x25,0x00,0x77,0x20,0x80,0xb3,0x0c,0x96,0xaa,0x20,0x09,0x00, +0xa0,0x10,0x00,0x91,0x04,0x0a,0x24,0x90,0x08,0x2d,0x82,0x79,0xa4,0x8f,0x11,0x00, +0x6f,0x10,0x20,0x64,0x09,0x1e,0x20,0xf2,0x24,0x87,0x48,0x4c,0x89,0x08,0x00,0x39, +0x09,0x27,0x05,0x49,0x05,0x84,0x0a,0x09,0x00,0x09,0x35,0x07,0x88,0x97,0x06,0x02, +0x40,0x00,0x04,0x46,0xa8,0xc1,0x31,0x0b,0x00,0x90,0x18,0x44,0x07,0x70,0x00,0x2b, +0x98,0xd0,0x07,0x21,0xa7,0x60,0x19,0x05,0xab,0x60,0x11,0x44,0xb2,0x0a,0xf0,0x1a, +0x29,0x19,0x8d,0x00,0x00,0x09,0x09,0x10,0x57,0x64,0x02,0x72,0x00,0x3d,0x8a,0x90, +0x08,0x16,0x4a,0x10,0x28,0x04,0xd9,0x10,0x41,0x84,0x02,0x82,0x09,0x10,0x09,0x00, +0x02,0x50,0x09,0x00,0x20,0x0d,0x9d,0x99,0x18,0x79,0x1e,0xd2,0x0c,0x8d,0x89,0x06, +0x38,0x09,0x09,0x19,0x0d,0x9d,0x99,0x01,0x08,0xdb,0x09,0xf0,0x2a,0x08,0x36,0xa8, +0x90,0x00,0x08,0x10,0x90,0x38,0x47,0x00,0x84,0x00,0x29,0x88,0xb1,0x07,0x39,0x00, +0x71,0x38,0x0b,0x88,0xc1,0x10,0x09,0x00,0x71,0x08,0x30,0x09,0x00,0x00,0x46,0x8c, +0x82,0x25,0x00,0x09,0x00,0x04,0x28,0x8c,0x85,0x00,0x40,0x82,0x00,0x04,0x51,0x70, +0x90,0x0a,0x0b,0x98,0x96,0x01,0x63,0x14,0x00,0xb8,0x04,0xf1,0x2c,0x58,0x8d,0x86, +0x22,0x09,0x09,0x17,0x07,0x1c,0x8c,0x92,0x00,0x28,0x90,0xa0,0x06,0x66,0x4a,0x50, +0x09,0x83,0x8a,0x92,0x02,0x45,0x10,0x16,0x03,0x00,0x22,0x00,0x04,0x60,0x08,0x00, +0x00,0x08,0x9d,0x86,0x18,0x20,0x09,0x00,0x00,0x17,0x9d,0x93,0x01,0x80,0x09,0x00, +0x08,0x10,0x09,0x00,0x09,0x39,0x9d,0x98,0xaf,0x01,0xf2,0x0e,0x04,0x20,0x00,0x03, +0x6c,0x88,0xc0,0x21,0x56,0x88,0x40,0x07,0x15,0x99,0x61,0x00,0x8b,0x88,0xa3,0x06, +0x38,0x00,0x90,0x19,0x0c,0x88,0xc0,0x01,0x08,0x28,0x04,0xf1,0x0d,0x19,0x18,0x08, +0x44,0x00,0x08,0x09,0x44,0x58,0x79,0x5d,0x74,0x01,0x98,0x79,0xc4,0x06,0x18,0x08, +0x54,0x09,0x17,0x08,0x44,0x54,0x71,0x08,0x44,0x90,0x02,0xc0,0x22,0x57,0x92,0x00, +0x43,0x39,0x00,0x24,0x29,0x9d,0x97,0x06,0x68,0x00,0xf1,0x20,0x35,0x8d,0x82,0x05, +0x58,0x00,0x35,0x0a,0x09,0x77,0x95,0x01,0x08,0x00,0x45,0x05,0x00,0x13,0x00,0x03, +0x78,0xab,0x86,0x12,0x03,0x70,0x90,0x08,0x2a,0x87,0x77,0x00,0x18,0x25,0x80,0x02, +0x79,0x25,0x80,0x0a,0x2a,0x25,0x84,0x17,0x74,0x01,0x98,0x8c,0x01,0xf0,0x11,0x15, +0x09,0x06,0x02,0x29,0x09,0x74,0x42,0x08,0x8d,0x94,0x08,0x09,0x11,0x28,0x01,0x1b, +0x77,0x78,0x07,0x2c,0x88,0x88,0x0a,0x09,0x00,0x08,0x34,0x09,0x02,0x95,0x01,0x68, +0x00,0xf1,0x0c,0x4c,0x77,0xb2,0x10,0x0b,0x55,0xa2,0x1a,0x18,0x77,0x81,0x01,0x15, +0x05,0x02,0x01,0x7c,0x8a,0x82,0x09,0x19,0x09,0x04,0x17,0x1d,0x98,0x88,0x3f,0x05, +0x00,0x48,0x00,0xf1,0x2c,0x58,0xd8,0x81,0x30,0x89,0xc9,0x83,0x57,0x0a,0x06,0x40, +0x00,0x93,0x70,0x93,0x08,0x45,0x95,0x80,0x36,0x80,0x88,0x53,0x50,0x06,0x70,0x00, +0x45,0x23,0xa3,0x30,0x07,0x35,0xb5,0x50,0x10,0x36,0xc6,0x60,0x57,0x77,0x87,0x72, +0x01,0x49,0x77,0xa0,0x09,0x49,0x66,0xa0,0x27,0x49,0x77,0xa0,0x61,0x44,0x06,0x80, +0xec,0x00,0xf1,0x0f,0x00,0x09,0x81,0x02,0x68,0x8c,0x96,0x31,0x82,0x49,0x00,0x28, +0x83,0x4a,0x62,0x02,0x88,0xb8,0x80,0x09,0x88,0xa7,0x51,0x27,0x83,0x2a,0x77,0x54, +0x40,0x80,0xe4,0x02,0xf1,0x11,0x24,0x00,0x00,0x08,0x08,0x98,0xa8,0x08,0x10,0x87, +0xa8,0x08,0x37,0x83,0x98,0x08,0x01,0x83,0x98,0x08,0x09,0x58,0x75,0x08,0x17,0x82, +0x90,0x08,0x53,0x80,0x43,0x86,0x1a,0x19,0x00,0x8c,0x00,0xf0,0x24,0x89,0x8b,0x83, +0x40,0x77,0x88,0xa0,0x36,0x88,0x76,0xb0,0x02,0x96,0x78,0xb0,0x09,0x92,0x18,0x50, +0x45,0x99,0x08,0x82,0x65,0x43,0x66,0x12,0x05,0x26,0x23,0x00,0x11,0x5c,0x7b,0x71, +0x17,0x6b,0x6b,0x60,0x02,0x5b,0x6b,0x60,0x09,0x0d,0x9c,0x93,0x3a,0x8c,0xa9,0x97, +0x13,0x16,0x00,0x04,0x00,0x11,0x01,0x07,0x11,0xf5,0x0b,0x98,0xa0,0x10,0x09,0x85, +0x90,0x27,0x0a,0x78,0x90,0x01,0x38,0x88,0x81,0x08,0x54,0x77,0x71,0x09,0x34,0x77, +0x71,0x54,0xaa,0xcb,0xb6,0xe8,0x05,0xf1,0x0b,0x2c,0xeb,0x90,0x10,0x1a,0x29,0x91, +0x39,0x95,0x55,0x59,0x00,0x0b,0x77,0xa0,0x06,0x2b,0x66,0xa0,0x09,0x0b,0x66,0xa0, +0x24,0x09,0x03,0xd0,0x00,0xf1,0x91,0x35,0x08,0x57,0x70,0x05,0x8c,0xbc,0xc3,0x50, +0x83,0xa7,0x95,0x25,0x77,0x97,0x82,0x04,0x87,0xc7,0x93,0x18,0x35,0x90,0x90,0x72, +0x35,0x84,0x80,0x10,0x00,0x80,0x00,0x22,0x00,0x50,0x00,0x07,0x7a,0x79,0x72,0x20, +0x88,0x24,0x90,0x45,0x67,0x44,0x80,0x01,0x29,0xc9,0x50,0x09,0x6a,0x09,0x80,0x63, +0x29,0x54,0x91,0x20,0x06,0x20,0x01,0x53,0x09,0x05,0x30,0x06,0x7c,0x8b,0xa2,0x30, +0x08,0xa9,0x20,0x45,0x78,0xc8,0x83,0x01,0x84,0x84,0x44,0x08,0x89,0x96,0x94,0x44, +0x95,0xc5,0x84,0x60,0x80,0x80,0x83,0x24,0x08,0x00,0x54,0x05,0x6c,0x78,0x30,0x20, +0x6a,0x77,0x11,0x35,0x89,0x98,0xa3,0x02,0x79,0x87,0x70,0x07,0x6b,0x77,0x70,0x16, +0x08,0x17,0x70,0x30,0x08,0x22,0x70,0x22,0x06,0x05,0x00,0x06,0x88,0x89,0x21,0x20, +0x96,0x9b,0x86,0x25,0x78,0xab,0x61,0x01,0x9b,0x75,0xa0,0x08,0x59,0x61,0xa0,0x26, +0x70,0x88,0xb1,0x63,0x66,0x87,0x18,0xfe,0x10,0xf0,0x10,0x00,0x90,0x00,0x17,0x47, +0xcd,0xd3,0x42,0x74,0xb5,0x52,0x05,0x73,0x8b,0x90,0x02,0x87,0x6a,0xa0,0x09,0x85, +0x79,0x80,0x27,0x83,0x58,0x50,0x64,0x66,0x96,0x64,0x24,0x00,0xf2,0x0f,0x32,0x30, +0x40,0x30,0x06,0x95,0xa8,0x90,0x30,0x96,0x65,0x84,0x26,0x76,0x9a,0x44,0x02,0x56, +0x88,0x80,0x09,0x56,0x55,0x70,0x27,0x36,0x66,0xb1,0x52,0x00,0x48,0x22,0x00,0x41, +0x27,0x40,0x00,0x04,0xb8,0x82,0x70,0x21,0x40,0x09,0x77,0x77,0x90,0x04,0x00,0xf2, +0x1e,0x04,0x12,0x30,0x40,0x27,0x17,0x54,0x73,0x20,0x02,0x01,0x01,0x00,0x70,0x71, +0x00,0x08,0xc8,0xd8,0x20,0x00,0x08,0x45,0x30,0x00,0x3a,0x77,0xc0,0x03,0xd8,0x88, +0xc4,0x4a,0x10,0x24,0x18,0x08,0x35,0x86,0x36,0x07,0x04,0x24,0xa2,0x00,0x64,0x2b, +0xf1,0x2e,0x00,0x1d,0x99,0xaa,0x90,0x79,0x34,0x85,0x30,0x4c,0xaa,0xcb,0xa0,0x08, +0x34,0x85,0x30,0x69,0x88,0x88,0x92,0x36,0x62,0x90,0xa0,0x50,0x22,0x31,0x32,0x01, +0x60,0x60,0x00,0x09,0x98,0xd8,0x81,0x7d,0x77,0xc7,0x50,0x19,0x44,0xb4,0x30,0x09, +0x33,0xb3,0x20,0x08,0x77,0x87,0x81,0x28,0x43,0x81,0xa0,0x40,0x22,0x22,0x23,0x54, +0x03,0xf3,0x11,0xa3,0x08,0x00,0x03,0xa2,0x8d,0x80,0x3a,0x88,0x37,0x80,0x45,0x77, +0x79,0x80,0x15,0xa5,0x84,0x84,0x47,0x87,0x50,0x35,0x18,0x24,0x61,0x91,0x31,0x13, +0x22,0x13,0x00,0x9c,0x04,0x51,0x09,0x99,0xd9,0x91,0x09,0x14,0x2d,0xb1,0x9a,0x00, +0x08,0x00,0x0a,0x00,0x28,0x00,0x0a,0x00,0x71,0x1e,0x2d,0x00,0x9a,0x2e,0xf1,0x0f, +0x99,0x94,0x08,0x80,0x90,0x00,0x0c,0xb6,0xc8,0x84,0x09,0x00,0xa6,0x36,0x0c,0xa3, +0x89,0x82,0x17,0x54,0x77,0xa0,0x45,0x58,0x49,0xb0,0x61,0x5a,0x74,0x28,0xe4,0x04, +0xf3,0x0b,0x98,0x8d,0x80,0x07,0x20,0x09,0x00,0x0b,0x99,0x9d,0x94,0x00,0x03,0x99, +0x00,0x00,0x4a,0x09,0x00,0x19,0x70,0x09,0x00,0x32,0x01,0x98,0x2b,0x1d,0xf0,0x04, +0x08,0x00,0x18,0x70,0xad,0xa6,0x3b,0xc5,0x3a,0x43,0x42,0x73,0x55,0xb5,0x16,0xc7, +0x88,0xc8,0x25,0xff,0x14,0xf4,0x18,0x70,0x43,0x80,0x00,0x70,0x06,0xb0,0x00,0x80, +0x81,0x00,0x80,0x80,0x83,0x80,0x78,0xa8,0xc9,0x91,0x00,0x90,0xa5,0x00,0x79,0xa0, +0xb8,0x00,0x34,0x80,0x89,0x00,0x72,0x88,0x35,0x60,0x60,0xb6,0x00,0x81,0xdb,0x1a, +0xf1,0x05,0x58,0x8c,0x98,0x82,0x39,0x6a,0x95,0x70,0x02,0x39,0x54,0x00,0x58,0xab, +0xa7,0x90,0x78,0x9b,0x99,0x93,0x0f,0x23,0x21,0x08,0x10,0x5b,0x12,0xf1,0x0e,0x5c, +0x80,0x98,0xc5,0x08,0x06,0x80,0x80,0x2b,0x47,0x80,0x90,0x1a,0x55,0x77,0xc3,0x08, +0x03,0x50,0x80,0x4b,0x79,0x10,0x80,0x00,0x44,0x48,0x87,0x00,0xe0,0x0b,0xf2,0x0a, +0x76,0xa4,0x07,0x18,0x77,0xb4,0x4c,0x98,0x77,0xb4,0x07,0x18,0x87,0xb4,0x1a,0xa2, +0x89,0x00,0x54,0x05,0x49,0x04,0x00,0x58,0x07,0x20,0x00,0xf0,0x05,0x89,0x8c,0x88, +0x08,0x09,0x6b,0x68,0x4c,0x79,0x4a,0x48,0x08,0x02,0x3b,0x32,0x09,0x66,0x8d,0x86, +0x6d,0x38,0x05,0x30,0x38,0x8d,0x88,0xca,0x05,0xf1,0x0c,0x2a,0x57,0x09,0x08,0x07, +0x05,0x88,0x84,0x2c,0x47,0x8b,0x86,0x07,0x06,0x9b,0x86,0x08,0x37,0x72,0x58,0x3b, +0x67,0x72,0x58,0x00,0x07,0x72,0xf8,0x03,0xf3,0x21,0x7c,0x4a,0xbb,0xc0,0x07,0x29, +0x99,0x91,0x6c,0x28,0x88,0x70,0x07,0x09,0x11,0x90,0x08,0x09,0xca,0x80,0x88,0x7c, +0x06,0x80,0x00,0x08,0x72,0x52,0x00,0x70,0x80,0x00,0x04,0x60,0x80,0x00,0x0b,0x99, +0xc9,0x93,0x15,0x00,0x80,0x00,0x04,0x99,0xc9,0x91,0x13,0x13,0x00,0x48,0x0a,0xf2, +0x0b,0x97,0x0a,0x89,0xc8,0xd0,0xa7,0x8c,0x7c,0x09,0x01,0x90,0x90,0xb8,0x9c,0x8d, +0x08,0x00,0x80,0x91,0x60,0x08,0x09,0x71,0x00,0x86,0xa0,0x03,0x25,0x30,0x08,0x9d, +0x99,0x59,0x26,0x40,0x0c,0x8d,0x88,0xc0,0x07,0x00,0x50,0x9d,0x99,0x82,0x00,0x90, +0x08,0x23,0xf3,0x0d,0xa4,0x0a,0x8c,0x88,0xa0,0x0a,0x5b,0x65,0xa0,0x08,0x9b,0xa8, +0x80,0x01,0x90,0x2b,0x10,0x48,0x70,0x19,0xa5,0x00,0x90,0x19,0x00,0x09,0x40,0x19, +0x88,0x2d,0xf3,0x8a,0x41,0x00,0x7a,0xb1,0xc8,0xb1,0x75,0x78,0x77,0x60,0x7a,0xb1, +0x7a,0x70,0x75,0x76,0x98,0xa3,0x7a,0xb0,0x80,0x80,0x60,0x00,0xc8,0xc0,0x00,0x00, +0x80,0x80,0x08,0x78,0xb7,0xc0,0x08,0x66,0xa5,0xb0,0x04,0xb9,0x7c,0x70,0x06,0xb9, +0x7c,0x72,0x28,0xb9,0x8c,0x86,0x03,0x93,0x08,0x71,0x05,0x00,0x00,0x23,0x07,0x09, +0x05,0x30,0x4b,0x9c,0x8d,0x81,0x82,0x55,0x54,0x62,0x24,0x62,0x2a,0x10,0x03,0x88, +0x87,0x10,0x0b,0x5b,0x55,0x90,0x0c,0x6c,0x66,0x90,0x0c,0x7c,0x77,0x90,0x09,0x8c, +0x8b,0x20,0x48,0x98,0xaa,0x70,0x8a,0xa7,0xbc,0xb1,0x57,0x66,0x66,0x90,0x35,0xb9, +0x9b,0x30,0x05,0x75,0x5a,0x00,0x59,0x86,0x6b,0x62,0x00,0x00,0x20,0x10,0x00,0x89, +0xa3,0x85,0x40,0x29,0xd4,0x59,0xd6,0x01,0x11,0x88,0x08,0x10,0x09,0x66,0x40,0x74, +0x00,0x87,0x6a,0x6b,0x00,0x00,0x16,0x4b,0x50,0x00,0x49,0x59,0x69,0x3a,0x04,0x52, +0x81,0x00,0x79,0xd9,0x98,0x13,0x0d,0x02,0xf9,0x23,0x02,0x06,0x00,0xf3,0x11,0x06, +0x00,0x80,0x00,0x4c,0x81,0xd8,0x80,0x70,0x78,0x20,0x80,0x70,0x75,0x40,0x80,0x78, +0xc0,0x73,0x80,0x70,0x70,0x04,0x80,0x79,0xa0,0x00,0x90,0x70,0x00,0x48,0x70,0x70, +0x19,0xf0,0x0e,0x00,0x8c,0xeb,0x4a,0x83,0x82,0x29,0x72,0x00,0x87,0xb5,0x16,0x50, +0x47,0x76,0x10,0x20,0x0b,0x9b,0xc8,0x70,0x09,0x26,0x80,0x70,0x7c,0x9b,0xc8,0xc3, +0xfe,0x04,0xf2,0x16,0x2b,0x77,0xa8,0x70,0x7a,0x9a,0x97,0x91,0x45,0x37,0x77,0x30, +0x80,0x69,0x86,0x82,0x0a,0x99,0xb8,0x60,0x08,0x43,0x81,0x70,0x6c,0xa9,0xc8,0xb3, +0xa9,0x99,0x9a,0xa8,0x88,0x8a,0x90,0x00,0x09,0x06,0x00,0x60,0xa9,0x99,0x9a,0x90, +0x00,0x09,0x09,0x1a,0xc1,0x18,0x8a,0xa8,0x85,0x03,0x98,0x87,0x80,0x03,0xa7,0x77, +0xa0,0x04,0x00,0xb0,0x85,0x55,0xa0,0x03,0x73,0x33,0x90,0x38,0x88,0x88,0x87,0x6e, +0x0a,0xf0,0x29,0x71,0x79,0x8d,0x4c,0x68,0x98,0xd0,0xe6,0x71,0x09,0x6a,0x78,0x98, +0xd7,0x71,0x71,0x09,0x07,0x17,0x98,0xd0,0x71,0x61,0x08,0x00,0x00,0x13,0x20,0x17, +0x7c,0x64,0x10,0x17,0xa9,0x77,0x50,0x58,0xd7,0x77,0x72,0x0a,0xb7,0x77,0x70,0x84, +0xb6,0x67,0x70,0x01,0xa6,0x67,0x70,0x01,0xb7,0x78,0x70,0x31,0x16,0xf3,0x29,0x07, +0x79,0xa7,0x74,0x02,0xb8,0x88,0x90,0x02,0xc9,0x99,0x90,0x02,0xa6,0x66,0x90,0x29, +0xb7,0x77,0xc5,0x02,0x82,0x07,0x61,0x05,0x00,0x00,0x24,0x06,0x00,0x00,0x02,0xc9, +0x79,0x8d,0x81,0x90,0x80,0x96,0x9d,0x99,0x09,0x02,0x90,0x80,0x90,0x69,0x58,0x09, +0x0a,0x08,0x98,0xd8,0x30,0x08,0x08,0x54,0x19,0xf2,0x2c,0x10,0x5c,0x86,0x7c,0x75, +0x08,0x09,0x7c,0x78,0x4b,0xa9,0x6c,0x68,0x87,0x78,0x7c,0x78,0x17,0x74,0x65,0x00, +0x0b,0x91,0xe6,0x00,0x03,0x09,0x14,0x96,0x11,0x10,0x05,0x00,0x3c,0x69,0xb9,0x86, +0x09,0x04,0xba,0x44,0x2c,0xab,0x8b,0x51,0x88,0x84,0xac,0x71,0x08,0x83,0x9b,0x61, +0x0b,0x53,0x9c,0x74,0x00,0x03,0x02,0x2d,0xf0,0x0c,0x6c,0x89,0x7b,0x70,0x17,0x08, +0x7b,0x71,0x5a,0x88,0x6b,0x61,0xc4,0x87,0x8b,0x92,0x44,0x85,0x35,0x91,0x3a,0x77, +0x64,0x90,0x22,0x02,0x14,0x6d,0x02,0x00,0x99,0x0e,0x01,0x29,0x00,0xf0,0x19,0x69, +0x9c,0xa9,0x92,0x04,0x18,0x14,0x00,0x0a,0x08,0x14,0x70,0x83,0x08,0x10,0xa0,0x10, +0x7b,0x00,0x10,0x00,0x80,0x06,0x20,0x19,0xe7,0x6d,0xb4,0x28,0xa6,0x88,0x75,0x02, +0x85,0x67,0x50,0x01,0x33,0x33,0x30,0xb2,0x0d,0xf2,0x57,0x05,0x60,0x83,0x80,0x17, +0x18,0x60,0x34,0x37,0x90,0x08,0x00,0x29,0x02,0x28,0x50,0x7c,0x98,0x28,0x71,0x0d, +0x59,0x08,0x14,0x5b,0x60,0x08,0x90,0x88,0x00,0x04,0x80,0x08,0x00,0x7a,0x00,0x08, +0x3c,0x60,0x00,0x16,0x80,0x60,0x00,0x29,0x14,0xbb,0xa3,0x6c,0x9a,0x09,0x60,0x0c, +0x34,0x39,0x60,0x2d,0x96,0x39,0x80,0x88,0x19,0x09,0x53,0x17,0x14,0x09,0x12,0x07, +0x00,0x66,0x00,0x03,0x70,0x24,0x00,0x3a,0x24,0xa8,0xc0,0x3a,0x74,0x79,0x40,0x2c, +0x67,0x79,0x00,0x1d,0x90,0x88,0xb5,0x88,0x17,0x63,0xb0,0x17,0x10,0x2d,0x20,0x07, +0x29,0x54,0x1e,0x00,0xd5,0x01,0xf1,0x05,0x2a,0x69,0x88,0xc1,0x3a,0x68,0x66,0xa1, +0x0c,0x56,0x88,0x83,0x2d,0x90,0x09,0x00,0x98,0x14,0x8c,0x81,0x4c,0x14,0xf1,0x0c, +0x28,0x8d,0x84,0x02,0x50,0x24,0x60,0x4b,0x29,0x66,0x60,0x4b,0x63,0x38,0x40,0x1c, +0x48,0x7c,0xb0,0x2d,0x89,0x6b,0xb0,0x88,0x2c,0x8c,0xc3,0x1e,0x2d,0x21,0x08,0x01, +0x0d,0x26,0xf4,0x01,0x68,0x8b,0x98,0xa0,0x90,0x60,0x52,0x80,0x39,0x30,0x07,0x70, +0x06,0x8a,0x88,0x20,0xe7,0x31,0x40,0x58,0x8d,0x88,0x80,0x00,0x02,0xf0,0x0d,0x1b, +0x88,0xa8,0x87,0x15,0x94,0x09,0x45,0x06,0x21,0x66,0x60,0x28,0x8a,0xbb,0x96,0x00, +0x0b,0x82,0x00,0x02,0x94,0x09,0x61,0x16,0x10,0x00,0x25,0x40,0x00,0xf1,0x0c,0x97, +0xa8,0x98,0xb3,0x48,0x55,0x17,0x91,0x09,0x89,0x77,0x80,0x09,0x78,0x73,0x90,0x09, +0x39,0xa0,0x90,0x09,0x65,0x33,0x90,0x0b,0x77,0x77,0xfb,0x31,0xf2,0x0d,0x17,0x39, +0x09,0x08,0x46,0x76,0x89,0x85,0x33,0x88,0x9b,0x86,0x15,0x76,0x9b,0x85,0x06,0x89, +0x73,0x48,0x5a,0x89,0x73,0x48,0x00,0x08,0x63,0x77,0xa7,0x2f,0xf2,0x0f,0x05,0x00, +0x29,0x88,0x78,0xa3,0x3b,0x99,0x8a,0xb4,0x08,0x66,0x66,0x72,0x0b,0x69,0x96,0x94, +0x08,0x52,0x26,0x80,0x08,0x6a,0x72,0x82,0x44,0x55,0x80,0xa8,0x5e,0x0b,0xf1,0x0f, +0x60,0x00,0x59,0xc8,0xac,0x82,0x48,0xaa,0x99,0x70,0x03,0x3a,0x43,0x90,0x0a,0x4a, +0x44,0x30,0x08,0xaf,0x87,0xb0,0x04,0xa9,0x00,0x90,0x58,0x08,0x07,0x30,0xe2,0x05, +0xf0,0x09,0x10,0x42,0x00,0x1b,0xc9,0xcb,0x96,0x15,0xa9,0xb8,0x90,0x13,0x34,0x93, +0x32,0x25,0x55,0x5a,0x64,0x18,0xa8,0x8b,0x95,0x00,0x38,0x0d,0xf1,0x03,0x04,0x6b, +0x10,0x07,0x11,0x71,0x10,0x98,0xab,0x8c,0x61,0x19,0x66,0x67,0x60,0x0a,0x66,0x67, +0x39,0x1d,0xb3,0x03,0xb4,0x5a,0x20,0x59,0xc7,0x8b,0x72,0x4a,0x10,0x17,0x94,0x20, +0xf0,0x0a,0x24,0x00,0x2b,0xc7,0x98,0xb5,0x18,0x88,0xb7,0x94,0x08,0x77,0x77,0x57, +0x01,0xb7,0x77,0x90,0x01,0xa5,0x55,0x50,0x01,0x92,0x22,0xea,0x2b,0xf0,0x32,0xc0, +0x06,0x00,0x15,0x00,0x3b,0xc8,0xa9,0xc6,0x28,0xa8,0x47,0xb4,0x0c,0x7c,0x55,0x09, +0x0b,0x4b,0x54,0x09,0x0a,0x66,0x54,0x09,0x1c,0x9b,0x56,0x83,0x27,0x14,0x64,0x00, +0x05,0x00,0x60,0x00,0x3b,0xba,0xac,0x72,0x87,0xbb,0x6c,0x80,0x37,0xa6,0x80,0x80, +0x57,0xaa,0x80,0x90,0x47,0xa7,0x83,0x60,0x58,0xb7,0x80,0x25,0x00,0x70,0x78,0x92, +0xc8,0x00,0xf5,0x2c,0x4a,0xc9,0xab,0x83,0x30,0x69,0x84,0x20,0x38,0x87,0x77,0x83, +0x18,0x68,0x86,0x80,0x07,0x88,0x88,0x80,0x07,0xb2,0x8a,0x40,0x42,0x06,0x20,0x53, +0x10,0x82,0x09,0x00,0x25,0x88,0x09,0x00,0x05,0x94,0x0a,0x87,0x39,0xc7,0x09,0x00, +0x07,0xd3,0xba,0x88,0x36,0x96,0x70,0x09,0x10,0x81,0xc8,0x89,0x00,0x81,0x70,0xc2, +0x29,0xf2,0x11,0x27,0x22,0x3a,0x31,0x59,0x83,0x5b,0x52,0x2a,0x52,0x6c,0x61,0x5d, +0x86,0x77,0x75,0x0e,0x64,0x97,0xa2,0x5b,0x54,0x96,0xa2,0x58,0x04,0x96,0xa2,0x07, +0x04,0x42,0xa1,0x6b,0x06,0xf0,0x0f,0x35,0x60,0x07,0x8c,0x43,0x00,0x03,0xc8,0x9a, +0x00,0x01,0x2c,0x84,0x50,0x04,0xd7,0x56,0xe1,0x05,0x84,0xa4,0x25,0x06,0x70,0x92, +0x91,0x05,0x09,0x70,0x14,0xbe,0x35,0xf3,0x0a,0x07,0x32,0x9c,0x96,0x5a,0xa2,0x07, +0x10,0x19,0x63,0x07,0x10,0x6a,0x77,0x07,0x10,0x25,0x46,0x07,0x10,0x72,0x77,0x9c, +0x97,0x10,0x7e,0x2d,0xf0,0x0f,0x06,0x34,0xc8,0xc0,0x2a,0x91,0x90,0x80,0x18,0x62, +0xb3,0x88,0x3c,0x87,0xa8,0x64,0x14,0x54,0x77,0x90,0x54,0x7a,0x5a,0xa3,0x20,0x14, +0x50,0x05,0x02,0x00,0xa3,0x10,0xf0,0x0b,0x9c,0xc0,0x98,0x58,0x08,0x80,0x28,0x58, +0x8c,0xc0,0x98,0x99,0x08,0x80,0x54,0x68,0x08,0x80,0x87,0x59,0x8c,0xc0,0x52,0x08, +0x00,0x70,0x0c,0x01,0xf0,0x0a,0x08,0x32,0xc8,0xa0,0x98,0x69,0x97,0x30,0x39,0x40, +0x8b,0x30,0x99,0xa8,0x61,0x73,0x44,0x50,0x07,0x10,0x87,0x52,0x86,0x00,0x21,0x6c, +0x12,0x10,0x20,0xd8,0x22,0xf1,0x0b,0xc8,0xc0,0x29,0x81,0x80,0x80,0x3a,0x61,0xb7, +0xc0,0x3c,0x86,0x80,0x80,0x23,0x34,0xc8,0xc0,0x45,0x76,0x80,0x80,0x61,0x56,0xc8, +0xc5,0xc3,0x00,0xf1,0x11,0x60,0x08,0x00,0x08,0x24,0x8c,0x87,0x4b,0x90,0x08,0x00, +0x08,0x52,0x89,0x85,0x4b,0x77,0x88,0x84,0x15,0x63,0x80,0x17,0x54,0x64,0xb7,0x87, +0x30,0x00,0x90,0x27,0x02,0xcc,0x17,0xf1,0x2b,0xc8,0xb0,0x76,0x65,0x73,0x70,0x38, +0x2a,0x8c,0xc0,0x77,0x78,0x8c,0xc0,0x23,0x58,0x00,0x40,0x66,0x68,0x00,0x22,0x53, +0x15,0x88,0x91,0x05,0x00,0x41,0x00,0x08,0x37,0xab,0x82,0x66,0x70,0xa1,0x40,0x6b, +0x27,0x97,0xc0,0x37,0x95,0x64,0x42,0x66,0x72,0x78,0x00,0x76,0x65,0x48,0x03,0x75, +0x3a,0x07,0x94,0x64,0x00,0x01,0x79,0x1c,0xf1,0x0b,0x99,0x93,0x65,0x87,0x47,0x90, +0x5b,0x38,0x55,0x80,0x8a,0xb2,0x46,0x41,0x43,0x55,0x8c,0x81,0x87,0x80,0x08,0x00, +0x85,0x18,0x9c,0x84,0x7e,0x34,0x00,0x92,0x09,0xf0,0x0c,0x22,0xb8,0xa0,0x78,0x55, +0x88,0x60,0x18,0x48,0x8b,0x93,0x7a,0xa5,0x2d,0x81,0x33,0x40,0x7b,0x70,0x76,0x58, +0x68,0x83,0x42,0x01,0x86,0x02,0x24,0x00,0xf0,0x2e,0x7d,0xd8,0xc8,0x90,0x76,0x74, +0x4c,0x10,0x56,0x97,0x84,0x90,0x05,0xc9,0x71,0x00,0x18,0xc9,0x6a,0x50,0x04,0x39, +0x17,0x20,0x35,0x3a,0x02,0x70,0x05,0x00,0x15,0x00,0x08,0x37,0x88,0xa0,0x88,0x68, +0x77,0xc0,0x29,0x47,0x68,0xb0,0x88,0xa6,0x6a,0x70,0x44,0x51,0x8c,0x60,0x77,0x59, +0x29,0x90,0x54,0x13,0x67,0x22,0x05,0xb8,0x16,0xf6,0x0c,0x38,0x78,0xa0,0x67,0x69, +0x55,0xa0,0x3a,0x39,0x22,0x20,0x79,0xac,0x8b,0xa4,0x44,0x5c,0x9b,0xb4,0x87,0x6b, +0x37,0x64,0x53,0x27,0x33,0x73,0x61,0x24,0xf1,0x30,0x18,0x00,0x17,0x48,0x9c,0x93, +0x98,0x57,0x8b,0x81,0x28,0x47,0x58,0xa2,0x99,0xa9,0x9c,0xa2,0x33,0x50,0xac,0x30, +0x86,0x78,0x58,0x92,0x64,0x03,0x08,0x02,0x04,0x00,0x23,0x00,0x07,0x3b,0x88,0x78, +0x78,0x57,0x87,0x77,0x39,0x49,0x07,0x30,0x88,0x9d,0x77,0x78,0x43,0x58,0x76,0x68, +0x86,0x47,0x77,0x78,0x20,0x07,0x70,0x07,0x00,0x30,0x01,0xf1,0x2b,0x39,0x52,0x26, +0x69,0x5b,0x95,0x69,0x09,0x60,0x65,0x49,0x9a,0x35,0xc5,0x23,0x57,0x54,0x80,0x77, +0x67,0x88,0x80,0x75,0x28,0x73,0xa7,0x04,0x00,0x22,0x00,0x07,0x38,0x98,0xb0,0x87, +0x57,0x9a,0x90,0x28,0x37,0x59,0x80,0x6a,0x96,0x88,0x90,0x30,0x30,0x26,0x30,0x77, +0x78,0x74,0x81,0x64,0x14,0x98,0x72,0x8c,0x03,0x00,0xa2,0x0d,0xf0,0x0e,0x29,0xad, +0xa2,0x88,0x69,0x98,0x82,0x29,0x48,0x87,0x72,0x78,0x9a,0xaa,0xd0,0x45,0x59,0x55, +0xb0,0x87,0x57,0xb7,0xa0,0x31,0x06,0x10,0x42,0x04,0x10,0x37,0x57,0xf4,0x1b,0x79, +0x77,0x57,0x89,0x77,0x77,0x3a,0x19,0x77,0x74,0x3b,0x6a,0x46,0x77,0x33,0x1b,0xaa, +0xb8,0x3a,0x88,0x46,0x77,0x31,0x54,0x46,0x87,0x0b,0x8c,0x9b,0xa5,0x1a,0xab,0xda, +0xa5,0x01,0x79,0x86,0x50,0x03,0x85,0x55,0x90,0x04,0x00,0xf0,0x35,0x29,0x97,0x77, +0xc5,0x00,0x70,0x06,0x20,0x08,0xa9,0x9b,0x83,0x04,0x89,0xc8,0x80,0x14,0x45,0xa4, +0x43,0x15,0x57,0x95,0x54,0x08,0x8d,0xd9,0x85,0x01,0x78,0x1a,0x40,0x28,0x30,0x00, +0x56,0x00,0x60,0x06,0x00,0x27,0x89,0x98,0x70,0x06,0x7a,0x97,0x40,0x57,0x8a,0x98, +0x72,0x36,0xc3,0x83,0x70,0x57,0xc7,0xa9,0xa2,0x68,0xc7,0x3d,0x21,0x07,0x75,0x86, +0x93,0x54,0x32,0xf0,0x2d,0x08,0x8c,0x8a,0x40,0x00,0x08,0x56,0x00,0x68,0xae,0x98, +0x82,0x29,0xd9,0x78,0x30,0x42,0xb7,0x79,0x50,0x01,0x70,0x04,0x50,0x01,0xc8,0x8a, +0x50,0x07,0x10,0x06,0x80,0x6c,0x96,0xaa,0x00,0x4b,0x80,0x1b,0x61,0x07,0x15,0x9b, +0x30,0x6e,0xb2,0x0a,0x63,0x2d,0xa7,0x9b,0x30,0x87,0x30,0x09,0x05,0x07,0x10,0x0a, +0x84,0x3e,0x25,0xf3,0x0d,0x5b,0xc6,0x42,0x61,0x1a,0x99,0x74,0xb2,0x15,0x8c,0xa8, +0x99,0x1a,0x93,0x43,0x13,0x16,0xa8,0xa6,0x87,0x68,0xa2,0xa6,0x54,0x00,0x85,0x56, +0x30,0xed,0x23,0xf2,0x0a,0x00,0x4b,0xb9,0x97,0xa4,0x28,0x98,0x5b,0xb1,0x56,0x54, +0x78,0x85,0x3a,0x97,0x77,0xb5,0x04,0xb9,0x99,0x80,0x39,0xa9,0x99,0xc5,0x0b,0x24, +0xf5,0x0e,0x91,0x30,0x27,0xc0,0xa7,0x30,0x36,0xb0,0x76,0x90,0x04,0x77,0x77,0x00, +0x09,0x44,0x4a,0x00,0x09,0x33,0x3a,0x00,0x09,0x66,0x6b,0x00,0x09,0x00,0x3b,0xb0, +0x1a,0xf0,0x10,0x06,0x51,0x62,0x10,0x1a,0x19,0x69,0x81,0x27,0x67,0x72,0x04,0x0b, +0x79,0x39,0x85,0x0b,0x5a,0x31,0x11,0x0c,0x7b,0x68,0x61,0x08,0x09,0x62,0x07,0x08, +0x58,0x49,0x86,0x09,0xf5,0x12,0x22,0x00,0xca,0x48,0x86,0x20,0x0c,0xa4,0x87,0x94, +0x00,0x84,0x48,0x87,0x40,0x0c,0xa5,0x78,0x85,0x00,0x64,0x66,0x86,0x20,0x35,0x49, +0x39,0x57,0x06,0x2a,0xb1,0xa1,0x80,0x72,0x0c,0xf2,0x08,0xa7,0x76,0x8c,0x7a,0x87, +0x59,0x77,0x37,0x68,0x77,0x7a,0x98,0x99,0x76,0x25,0x77,0x79,0x62,0x5b,0xb7,0x36, +0x83,0x67,0x1a,0x08,0x51,0x42,0x00,0x68,0xc9,0x87,0xda,0x07,0x12,0x8b,0x06,0x00, +0x02,0x09,0x00,0xf0,0x01,0x18,0xac,0x89,0x84,0x00,0x80,0x08,0x40,0x07,0x98,0x87, +0x92,0x04,0x78,0xc7,0x70,0x19,0x3e,0x00,0x04,0x00,0x50,0x27,0x77,0x77,0x76,0x01, +0xe5,0x09,0xf0,0x09,0x3a,0x66,0xc0,0x09,0x5a,0x74,0xc0,0x08,0x34,0x83,0xb0,0x08, +0x27,0x82,0xb0,0x3a,0x9a,0xa9,0xb7,0x04,0x80,0x08,0x70,0x14,0xba,0x5b,0x90,0x60, +0x08,0x00,0x0b,0x89,0x8c,0x85,0x0a,0x58,0x2b,0x12,0xf2,0x03,0x99,0xb0,0x3c,0x88, +0x80,0x80,0x08,0x68,0x80,0x80,0x25,0x18,0x80,0x84,0x51,0x6a,0x40,0x97,0x90,0x16, +0xf3,0x0f,0x06,0x00,0x0a,0x96,0x8b,0x85,0x09,0x4a,0x50,0x08,0x08,0x47,0x41,0x11, +0x3c,0x77,0x67,0x81,0x08,0x67,0x64,0x00,0x25,0x17,0x61,0x06,0x51,0x66,0x49,0x87, +0x92,0x38,0xf0,0x0a,0x00,0x00,0x2a,0x79,0xa0,0x00,0x4e,0x98,0xd9,0x81,0x02,0x90, +0x09,0x05,0x30,0x09,0x99,0xd9,0xb3,0x00,0x90,0x00,0x01,0x20,0x09,0x86,0x06,0xf0, +0x09,0x49,0x88,0x89,0x80,0x00,0x81,0x09,0x00,0x18,0xc9,0x8c,0x85,0x00,0x32,0x74, +0x00,0x07,0x99,0xc8,0xc0,0x07,0x12,0x70,0x90,0xf3,0x12,0xf0,0x0e,0x00,0x59,0x29, +0x20,0x29,0x40,0x01,0x77,0x00,0x71,0x09,0x00,0x28,0xc9,0x8c,0x86,0x00,0x85,0x58, +0x54,0x07,0x53,0x33,0xa3,0x4c,0x3b,0x89,0x80,0x05,0x04,0x00,0x72,0x36,0x00,0x80, +0x05,0x30,0x07,0xa0,0x20,0x00,0xf4,0x0b,0x8d,0x86,0x06,0xb7,0x78,0x84,0x38,0xb7, +0x76,0x36,0x03,0x28,0x00,0x35,0x08,0x8b,0x7a,0x64,0x04,0x9b,0x79,0x53,0x00,0x00, +0x03,0xa1,0x40,0x00,0xf0,0x09,0x05,0xb7,0x78,0x74,0x2b,0x6a,0x99,0x37,0x14,0x7a, +0x78,0x27,0x06,0x7a,0x7b,0x36,0x06,0x7a,0x7b,0x45,0x02,0x01,0x05,0x92,0x20,0x00, +0xf0,0x09,0x27,0xb9,0xac,0x75,0x04,0x67,0xb6,0x60,0x27,0x99,0x99,0x75,0x05,0xd8, +0x7b,0xa0,0x04,0x79,0x88,0x90,0x06,0x27,0x33,0x90,0x2c,0x01,0x00,0xa5,0x16,0xf1, +0x2d,0x28,0xc8,0x8c,0x86,0x0c,0xc8,0x3a,0x52,0x0b,0x8a,0x95,0x20,0x09,0xa6,0x21, +0x60,0x06,0x79,0x98,0x90,0x08,0x07,0x62,0x90,0x3c,0x8c,0xb9,0xc7,0x15,0xa6,0x5b, +0x53,0x14,0x95,0x4c,0x94,0x14,0xa8,0x8c,0x98,0x08,0x98,0x88,0x44,0x47,0x98,0x88, +0xb0,0x07,0x9a,0xa4,0x90,0x57,0x68,0x8a,0x85,0x45,0x10,0x36,0x68,0x80,0x00,0xf0, +0x0c,0xb8,0x8b,0x85,0x0c,0xab,0x6a,0xb5,0x0b,0x67,0x76,0x85,0x08,0x7a,0xca,0x45, +0x08,0x78,0xbb,0x25,0x08,0x29,0xb5,0x25,0x09,0x71,0x65,0x83,0xf7,0x03,0xf5,0x0d, +0x67,0xa0,0x0b,0x61,0x45,0x78,0x8c,0x96,0x69,0x89,0x6b,0x52,0x37,0x29,0x07,0x70, +0x14,0x99,0x59,0x40,0x00,0x89,0x63,0x44,0x08,0x87,0x62,0xa6,0x05,0x02,0xf1,0x0f, +0x00,0x93,0x10,0x07,0x02,0xd8,0xa0,0x7b,0xb8,0x8a,0x20,0x76,0x64,0x78,0x72,0x7b, +0x93,0x6b,0x61,0x27,0x41,0x5b,0x50,0x5c,0xb6,0x7c,0x73,0x20,0x11,0x08,0xa3,0x12, +0xf0,0x0d,0x3b,0x7a,0xdf,0xf0,0x76,0x79,0x5b,0xb0,0x75,0x72,0xb6,0x40,0x6b,0x84, +0xb8,0x40,0x07,0x47,0xd7,0xc1,0x1a,0xb5,0x48,0x61,0x43,0x28,0x57,0x50,0x02,0x22, +0x50,0x28,0x05,0x88,0x82,0x41,0x6e,0x33,0x85,0x19,0x9b,0xb4,0x9b,0x00,0x05,0x40, +0x09,0x04,0x00,0x31,0x6a,0x10,0x00,0x51,0x1c,0xf1,0x10,0x00,0x00,0x64,0x3b,0x95, +0x84,0x18,0x79,0x85,0x00,0x4b,0x66,0x69,0xc5,0x58,0x36,0xb2,0x80,0x08,0x97,0xb3, +0x80,0x08,0x57,0xc5,0x80,0x08,0x00,0x84,0x90,0x00,0x1f,0x14,0xf4,0x0f,0x41,0x00, +0x46,0x5b,0x44,0x84,0x36,0x6b,0x74,0x00,0x3b,0x8b,0x89,0xc5,0x58,0x8b,0x86,0x80, +0x08,0x4b,0x62,0x80,0x08,0x6c,0x96,0x80,0x08,0x00,0x14,0xa0,0x65,0x1a,0xf1,0x0f, +0x28,0x8c,0x88,0x70,0x07,0x7c,0x87,0x40,0x58,0x8c,0x98,0x81,0x01,0x93,0x81,0x70, +0x79,0x70,0x5b,0x10,0x03,0xa8,0x35,0xa2,0x03,0x50,0x00,0x11,0x00,0x05,0x58,0x39, +0xf0,0x0a,0x71,0x06,0x77,0x79,0x30,0x5c,0x76,0x69,0x92,0x05,0x8a,0xa8,0x30,0x05, +0xb1,0x77,0x70,0x63,0xb5,0x69,0x71,0x00,0x73,0x00,0x32,0x42,0x25,0xf0,0x16,0x5a, +0x67,0x9d,0x95,0x01,0x78,0x08,0x44,0x08,0x7a,0x8c,0x91,0x5e,0x98,0x80,0xa0,0x49, +0x38,0x39,0x70,0x08,0x27,0x3e,0x50,0x08,0x56,0x70,0x66,0x07,0x00,0x09,0x82,0x18, +0x48,0x8c,0x9a,0x26,0x5b,0x11,0x90,0x5b,0x7c,0x88,0x3e,0x9a,0x6c,0x78,0x39,0x1a, +0xe9,0x1d,0x01,0x68,0x38,0x11,0x66,0x83,0x00,0xf1,0x10,0x53,0x09,0x00,0x0b,0xb7, +0x9d,0x96,0x28,0xa3,0x09,0x00,0x27,0x46,0x87,0x63,0x37,0x78,0xc7,0x76,0x04,0x95, +0x64,0x81,0x14,0xb3,0x57,0x81,0x00,0x74,0x00,0x15,0xab,0x0f,0xf1,0x30,0x80,0x00, +0x80,0x89,0xc8,0x35,0x80,0x59,0xd9,0x35,0x80,0x41,0x89,0x04,0x80,0x57,0x7b,0x97, +0x72,0x15,0x83,0x85,0x60,0x46,0x97,0x29,0x61,0x02,0x30,0x00,0x21,0x05,0x01,0x40, +0x00,0x38,0x48,0x87,0x73,0x35,0x9d,0x66,0xa0,0x09,0x79,0x66,0xb0,0x6d,0x94,0xc7, +0x70,0x38,0x37,0xb8,0xb0,0x08,0x14,0xab,0x10,0x08,0x29,0x64,0x94,0x3d,0x0a,0xf4, +0x44,0xba,0xd9,0x92,0x28,0xba,0xc8,0x80,0x44,0x70,0x80,0x90,0x48,0x80,0x89,0xc0, +0x46,0x00,0x00,0x90,0x4b,0x88,0x88,0xc0,0x44,0x00,0x00,0x80,0x58,0xc9,0xc8,0x81, +0x3a,0xb8,0xc7,0xb0,0x39,0xa8,0xa6,0x90,0x68,0xba,0x88,0x82,0x04,0x90,0x56,0x00, +0x04,0xad,0xb7,0x30,0x45,0x20,0x01,0x50,0x1a,0xbd,0xbd,0xb6,0x08,0x7a,0x88,0x73, +0x06,0x2a,0x87,0x74,0x26,0x9b,0x99,0xc1,0x2a,0x14,0xca,0xa0,0x06,0x47,0x97,0x60, +0x06,0x49,0x86,0x87,0xc9,0x1e,0xf5,0x0d,0x19,0x36,0x98,0xc0,0x2a,0x47,0x87,0xc0, +0x6c,0x88,0x87,0xb0,0x0a,0x06,0x98,0xc0,0x09,0x80,0x88,0x00,0x36,0x53,0x78,0x01, +0x80,0x19,0x06,0x94,0x0c,0x38,0xf0,0x04,0x29,0x38,0x77,0xc0,0x03,0x4a,0x87,0x7c, +0x00,0x09,0x48,0x77,0xc0,0x0a,0xc9,0x88,0x8c,0x00,0x19,0xd4,0x3c,0x96,0x90,0x35, +0x80,0x40,0x09,0x28,0x06,0x95,0x00,0x33,0x21,0xf2,0x0e,0x73,0x00,0x09,0x80,0xca, +0x82,0x06,0x73,0x43,0x60,0x03,0x88,0x88,0x50,0x05,0x13,0x20,0x90,0x05,0x17,0x40, +0x90,0x00,0x2c,0xa0,0x12,0x19,0x92,0x88,0xb7,0x29,0xf1,0x03,0x51,0x00,0x00,0x3b, +0x79,0x80,0x4e,0x77,0xc7,0x90,0x98,0x8c,0x8b,0x09,0x00,0x80,0x90,0xa8,0x07,0x00, +0x44,0x96,0x30,0x08,0x79,0x4e,0x07,0xf1,0x0c,0x09,0x75,0x9b,0xa8,0x49,0xa6,0xc8, +0x85,0x0a,0xac,0x79,0x59,0x06,0x67,0xab,0x78,0x0a,0xa7,0x8a,0x58,0x33,0x67,0x3a, +0x68,0x50,0x47,0x63,0x90,0x14,0x00,0x7e,0x0b,0xf0,0x09,0x28,0x88,0xb8,0x86,0x01, +0x77,0x77,0x40,0x00,0x33,0x33,0x20,0x00,0x44,0x44,0x20,0x03,0xa8,0x88,0x90,0x03, +0x50,0x00,0x90,0x62,0x0c,0x00,0x23,0x00,0x00,0xcf,0x28,0xf2,0x03,0x38,0xa8,0x09, +0x00,0x05,0x53,0x09,0x00,0x06,0x64,0x9d,0x95,0x04,0x42,0x09,0x00,0x0b,0x78,0x04, +0x00,0x00,0x93,0x24,0x00,0xbc,0x2c,0xf4,0x2d,0x6b,0x85,0x88,0xc0,0x25,0x50,0x00, +0x90,0x35,0x52,0x98,0xc0,0x24,0x44,0x50,0x30,0x88,0xb3,0x50,0x01,0x88,0xb3,0x50, +0x26,0x80,0x01,0xa8,0xa2,0x06,0x00,0x05,0x00,0x5a,0x76,0x7c,0x73,0x37,0x50,0x90, +0x00,0x24,0x30,0xba,0xa0,0x14,0x30,0x90,0x80,0x78,0xa1,0x70,0x90,0x78,0xaa,0x30, +0x90,0x70,0x28,0x08,0x90,0xac,0x00,0xf2,0x0d,0x18,0x21,0xc9,0x80,0x5a,0x98,0x50, +0xb3,0x25,0x48,0x44,0x40,0x13,0x39,0x96,0xc0,0x78,0xb0,0x96,0x60,0x78,0xb4,0xbb, +0x82,0x70,0x0d,0x40,0x98,0x12,0x0a,0xf0,0x0c,0x52,0x00,0x69,0x84,0x6a,0x51,0x37, +0x72,0x3a,0x31,0x24,0x30,0x09,0x00,0x24,0x45,0xad,0xa1,0x69,0xb0,0x09,0x00,0x68, +0xa6,0x7c,0x73,0x62,0x1a,0x08,0x00,0xf5,0x43,0xf2,0x0c,0x23,0xa5,0x50,0x46,0x6b, +0x33,0x91,0x36,0x59,0x8a,0x80,0x36,0x46,0x8a,0x80,0x77,0xa6,0x59,0x80,0x77,0xa4, +0x32,0x90,0x70,0x00,0x07,0x90,0x02,0x13,0x01,0xb5,0x2e,0xf0,0x4a,0x60,0x49,0x84, +0x5b,0x74,0x17,0x62,0x39,0x42,0x14,0x47,0x89,0x10,0x14,0x32,0x86,0x20,0x49,0xb0, +0x74,0x40,0x49,0xbb,0xb4,0x77,0x43,0x02,0x00,0x84,0x03,0x00,0x01,0x40,0x17,0x24, +0x8b,0x30,0x56,0x60,0x08,0x00,0x36,0x55,0x8c,0x83,0x36,0x51,0x29,0x20,0x78,0xb6, +0x75,0xb0,0x72,0x96,0x30,0x90,0x75,0x46,0x97,0xc0,0x07,0x02,0x40,0x80,0x69,0x84, +0xb5,0xa1,0x37,0x52,0x3a,0x31,0x24,0x33,0x8c,0x80,0x24,0x30,0x1a,0x10,0x78,0xb5, +0x6c,0x63,0x78,0xb0,0x09,0x00,0x9e,0x3d,0x04,0x3d,0x2f,0xf0,0x0e,0x49,0x87,0x9c, +0x84,0x15,0x40,0x08,0x00,0x26,0x55,0x9b,0x83,0x39,0x70,0x2a,0x00,0x49,0xa7,0x71, +0x72,0x49,0xa5,0x80,0x98,0x42,0x00,0x88,0x41,0x02,0xd8,0x0f,0xf4,0x0c,0x76,0xac, +0xa4,0x25,0x46,0x44,0x53,0x26,0x53,0x94,0x90,0x14,0x31,0x33,0x00,0x78,0xa6,0x86, +0x71,0x78,0xb7,0x80,0x86,0x70,0x00,0x98,0x60,0x14,0x01,0xf1,0x0d,0x28,0x26,0xc8, +0x72,0x59,0x83,0xb5,0x90,0x24,0x35,0xb5,0xb2,0x24,0x34,0x44,0x41,0x87,0xb8,0x77, +0xb0,0x87,0x98,0x77,0xc0,0x80,0x08,0x00,0x90,0x20,0x00,0xf2,0x0c,0x36,0x98,0xb1, +0x49,0x85,0x76,0x91,0x25,0x45,0x99,0x92,0x25,0x40,0x09,0x00,0x66,0xa7,0xae,0x84, +0x68,0xb3,0xb6,0x80,0x61,0x0b,0x40,0x87,0x89,0x04,0xf4,0x0f,0x53,0x30,0x59,0x87, +0x10,0x71,0x27,0x69,0x88,0xa4,0x14,0x35,0x10,0xa0,0x14,0x35,0xaa,0xd0,0x58,0xa0, +0x98,0x00,0x58,0xb6,0x78,0x06,0x51,0x0c,0x17,0x85,0x68,0x00,0xf2,0x0c,0x4b,0x88, +0x9c,0xa3,0x25,0x46,0x5b,0x63,0x26,0x56,0x69,0x73,0x14,0x36,0x46,0x53,0x59,0xa6, +0x75,0x73,0x59,0xa7,0x64,0x53,0x52,0x33,0x01,0x6c,0x02,0x03,0xed,0x2f,0xf2,0x0d, +0x38,0x46,0x9d,0x93,0x49,0x76,0x9d,0x94,0x24,0x31,0x66,0x60,0x14,0x33,0x85,0xa0, +0x68,0xb3,0xa7,0xc0,0x68,0xb3,0x61,0x90,0x60,0x03,0x42,0xa0,0x4c,0x00,0xf2,0x2f, +0x01,0x00,0x18,0x27,0xb4,0x82,0x4a,0x87,0x96,0xb3,0x25,0x46,0x88,0x73,0x15,0x43, +0x40,0x80,0x56,0x91,0xa7,0xa0,0x58,0xa0,0x92,0x60,0x51,0x07,0xaa,0x84,0x07,0x01, +0x83,0x81,0x29,0x79,0x78,0x78,0x07,0x5b,0xa9,0xb6,0x04,0x35,0x64,0x82,0x04,0x38, +0x17,0x96,0x1a,0x99,0x67,0xb0,0x1a,0x99,0x5b,0xb6,0x15,0x00,0x08,0x39,0xb4,0x00, +0xf5,0x0f,0x70,0x50,0x4b,0x87,0xba,0x93,0x15,0x46,0x95,0x71,0x26,0x58,0xca,0xa4, +0x14,0x32,0x88,0x80,0x59,0xa5,0x64,0xa0,0x54,0x85,0x63,0xa0,0x57,0x45,0x97,0xc0, +0x90,0x00,0xf6,0x30,0x52,0x36,0x00,0x4a,0x65,0xb7,0x91,0x87,0x68,0x2c,0x80,0x26, +0x79,0x73,0x54,0x38,0xaa,0xaa,0x82,0x03,0x66,0x66,0x30,0x08,0x55,0x55,0x80,0x09, +0x55,0x55,0x90,0x04,0x00,0x40,0x50,0x29,0x45,0x7b,0x73,0x26,0x53,0x6b,0x61,0x14, +0x37,0x99,0x84,0x16,0x46,0xa7,0x54,0x48,0x97,0xca,0xb5,0x48,0x95,0x94,0xa3,0x42, +0x04,0x87,0x55,0xd8,0x00,0x10,0x80,0x5e,0x09,0xf2,0x0a,0x52,0x25,0x4a,0x9c,0x72, +0x26,0x5a,0x9c,0x81,0x25,0x45,0x9c,0x83,0x68,0xa6,0xa7,0x91,0x68,0xa1,0xac,0x70, +0x61,0x0d,0x81,0xa9,0x94,0x00,0xf2,0x0f,0x0a,0x00,0x4b,0x88,0xbc,0xb7,0x15,0x48, +0x97,0x88,0x26,0x48,0x86,0x88,0x14,0x37,0x66,0x76,0x59,0x98,0x77,0x87,0x59,0x94, +0xa4,0xb3,0x52,0x1c,0x20,0x3a,0x2c,0x16,0xf0,0x0f,0x30,0x50,0x4a,0x6a,0xa9,0x82, +0x29,0x66,0x65,0x95,0x55,0x58,0x86,0x55,0x54,0x67,0x75,0x43,0x06,0xd7,0x7c,0x72, +0x33,0x5c,0xc6,0x00,0x47,0x41,0x03,0x74,0x45,0x07,0xf0,0x0d,0x78,0xc0,0x09,0x00, +0x77,0xc0,0x0d,0x84,0x76,0xb0,0x09,0x00,0x71,0x95,0x99,0xb0,0x48,0x96,0x20,0x80, +0x84,0x97,0x98,0xc0,0x80,0x06,0x30,0x80,0xa0,0x02,0xf0,0x0d,0x78,0x88,0x54,0x10, +0x74,0x48,0x97,0xb3,0x74,0x4a,0xc0,0x80,0x75,0x48,0x63,0x70,0x67,0x16,0x0c,0x20, +0x09,0x61,0x3a,0x70,0x72,0x06,0x70,0x45,0xee,0x08,0xf3,0x0e,0x38,0xc6,0x68,0xc0, +0x13,0x92,0x00,0x90,0x36,0xb6,0xa8,0x80,0x35,0xb6,0x80,0x13,0x47,0x80,0x78,0x93, +0x6a,0x90,0x00,0x00,0x80,0x88,0x99,0x94,0x10,0x12,0x09,0xf1,0x10,0x01,0x8c,0x78, +0xd8,0xa0,0x25,0xb5,0x65,0x58,0x01,0x49,0x28,0x79,0x40,0x17,0xb8,0xa0,0x09,0x02, +0xc8,0x0b,0x77,0x90,0x48,0xb0,0x00,0x00,0x07,0x07,0xa9,0x99,0xaa,0x08,0x00,0x69, +0x25,0x01,0x7c,0x2c,0xf1,0x04,0x05,0x89,0xc8,0x70,0x04,0x60,0xc8,0x82,0x07,0x70, +0x80,0x00,0x09,0x84,0x80,0x00,0x64,0x07,0xb9,0x39,0x02,0xf1,0x08,0x78,0xc3,0xb9, +0x94,0x78,0xc3,0xb8,0x70,0x06,0x13,0x50,0x90,0x76,0xa7,0x50,0x90,0x76,0x13,0xa7, +0x60,0xa9,0x75,0xa8,0x31,0x02,0x01,0x33,0x02,0xf4,0x30,0xc8,0x86,0xa6,0x30,0x0c, +0x8c,0x97,0x90,0x00,0x28,0x02,0xaa,0x10,0x07,0xb8,0xd8,0x9d,0x00,0x78,0x09,0x00, +0x80,0x2b,0xd7,0x90,0x08,0x02,0x30,0x0a,0x88,0x80,0x00,0x00,0x88,0x00,0x77,0xa2, +0x88,0x21,0x78,0xa8,0x89,0x90,0x27,0x00,0x89,0x10,0x78,0x75,0x89,0x90,0x77,0x27, +0x78,0x24,0x7a,0x96,0x48,0x04,0x63,0x29,0x07,0x85,0xce,0x1f,0xf2,0x0b,0x39,0xd8, +0x09,0x00,0x18,0xb7,0xac,0x87,0x29,0xa9,0x78,0x07,0x29,0xb9,0xac,0x87,0x26,0xb6, +0x78,0x07,0x01,0x91,0xac,0x87,0x00,0x80,0x23,0x0b,0x00,0x42,0x23,0xf5,0x0d,0x7c, +0x97,0x8b,0x82,0x6b,0x81,0x70,0x60,0x8a,0xa9,0x50,0x93,0x79,0x82,0x86,0x40,0x3a, +0x50,0x2c,0x00,0x6c,0x72,0x99,0x40,0x08,0x08,0x20,0x64,0x31,0x05,0xf2,0x10,0x62, +0x09,0x70,0x07,0xa9,0x49,0x35,0x27,0xa8,0x7c,0x75,0x08,0xb9,0x69,0x43,0x0b,0xba, +0x89,0x90,0x08,0x97,0x77,0x61,0x17,0xa8,0x7b,0x77,0x00,0x52,0x72,0x77,0x4c,0x00, +0xf0,0x0b,0x38,0x00,0x6c,0x82,0xa8,0x60,0x6b,0x9a,0x97,0xb4,0x8a,0xa5,0x88,0x80, +0x8a,0xa7,0x66,0x61,0x2a,0x39,0xcc,0xc1,0x6c,0x78,0x66,0x61,0x2b,0x23,0x20,0x01, +0x70,0xe6,0x38,0xf2,0x0c,0x49,0x77,0x80,0x28,0xb7,0x68,0x86,0x03,0x9a,0x9a,0x34, +0xa0,0x37,0x98,0x97,0x78,0x04,0x8b,0x79,0x55,0x90,0x01,0x73,0xdb,0xbc,0x00,0x17, +0x80,0x20,0xf3,0x2e,0x00,0x6c,0x83,0xa4,0x60,0x5c,0x88,0xa8,0x91,0x8b,0xb5,0x28, +0x50,0x7b,0xa8,0x6a,0x80,0x6c,0x79,0x7a,0x80,0x08,0x08,0x07,0x70,0x08,0x08,0x35, +0x90,0x07,0x13,0x5b,0x51,0x6c,0x85,0x8c,0x80,0x7b,0x98,0x7b,0xb0,0x8a,0x98,0x7b, +0xa0,0x77,0x57,0x6b,0xb0,0xae,0xd8,0x87,0x92,0x07,0x00,0xa2,0x50,0x07,0x00,0x28, +0x30,0x49,0x03,0xf4,0x0a,0x08,0xda,0x10,0x90,0x16,0x08,0x8c,0xc7,0x89,0x80,0x88, +0x25,0x88,0x8c,0xc6,0x9a,0x90,0x88,0x02,0x58,0x8c,0xc0,0x25,0x80,0x08,0xa9,0x17, +0xf2,0x0b,0x3b,0x45,0x97,0xb0,0x39,0x49,0xfe,0xf3,0x7a,0xa4,0x73,0xa0,0x15,0x64, +0x84,0xa0,0x5a,0xb6,0x97,0xb0,0x34,0x59,0xb9,0xd4,0x03,0x52,0xb0,0x25,0xf1,0x10, +0x41,0x00,0x95,0x30,0x0a,0x34,0xb5,0x90,0x01,0x25,0xf9,0x40,0x6b,0x06,0xb9,0x20, +0x09,0x38,0x90,0x90,0x09,0x40,0x90,0x10,0x4b,0xa2,0x00,0x10,0x40,0x17,0x88,0x9d, +0x14,0xf5,0x0c,0x28,0x0c,0x77,0xa0,0x02,0x0b,0x66,0xa0,0x5b,0x0c,0x87,0x90,0x09, +0x09,0x39,0x70,0x09,0x1d,0x82,0x90,0x1a,0x52,0x00,0x10,0x70,0x48,0x88,0xaa,0x08, +0xf0,0x0e,0x37,0x08,0xb9,0x90,0x03,0x17,0x9d,0x70,0x59,0x1b,0x7b,0xb0,0x09,0x1b, +0x5a,0xb0,0x09,0x19,0x29,0x90,0x19,0x53,0x04,0x60,0x70,0x48,0x79,0xb4,0x00,0x7e, +0x3b,0xf1,0x10,0x00,0x90,0x00,0x1a,0x58,0xc8,0x83,0x01,0x38,0xc7,0x90,0x7b,0x43, +0x90,0x90,0x09,0x29,0xfc,0x70,0x09,0x45,0x92,0x80,0x28,0x50,0x20,0x00,0x70,0x38, +0x88,0xa5,0x12,0x21,0x00,0xad,0x15,0xf0,0x05,0x67,0xc7,0x73,0x00,0x39,0xc7,0xb0, +0x5c,0x39,0xc6,0xc0,0x09,0x28,0xc7,0x90,0x09,0x57,0xc7,0x74,0x27,0x24,0x00,0x34, +0x48,0x89,0xb9,0x6c,0x00,0xf1,0x0d,0x38,0x49,0xd7,0xb0,0x02,0x56,0xb6,0x80,0x47, +0x56,0x77,0x90,0x09,0x66,0x79,0x80,0x09,0x83,0x67,0x80,0x0a,0x60,0x04,0x50,0x72, +0x38,0x88,0xa4,0xc5,0x16,0xf5,0x0f,0x06,0x25,0x00,0x09,0x1d,0x8d,0x83,0x00,0x9a, +0x19,0x10,0x49,0x1b,0x6b,0x60,0x09,0x0c,0x7c,0x70,0x09,0x0c,0x8c,0x84,0x0b,0x54, +0x00,0x00,0x72,0x38,0x88,0xa1,0x39,0xf2,0x0d,0x28,0x49,0xb9,0x95,0x02,0x48,0xa8, +0x74,0x5b,0x05,0xa7,0x90,0x09,0x36,0x66,0x70,0x09,0x02,0xb8,0x00,0x2b,0x78,0x10, +0x00,0x80,0x59,0x89,0xa7,0x65,0x1b,0xf1,0x0f,0x05,0x00,0x39,0x6c,0x7b,0x84,0x01, +0x19,0x57,0x82,0x5c,0x18,0x80,0x90,0x09,0x34,0x87,0xc4,0x09,0x80,0x80,0x80,0x0a, +0x75,0x25,0x20,0x71,0x48,0x89,0xb6,0x55,0x17,0xf1,0x0c,0x87,0x98,0x85,0x04,0x49, +0xca,0x82,0x58,0x1b,0xba,0xc0,0x09,0x1a,0xa8,0xb0,0x09,0x37,0xa8,0x73,0x39,0x71, +0x41,0x01,0x40,0x16,0x88,0x84,0xa4,0x01,0xf1,0x0c,0x1a,0xe9,0x90,0x00,0x08,0x24, +0x80,0x5c,0x39,0x77,0xa3,0x09,0x34,0xaa,0x43,0x09,0x34,0xa8,0x43,0x1b,0x62,0x00, +0x70,0x80,0x59,0x88,0xa8,0xcd,0x07,0xf1,0x04,0x05,0x02,0x30,0x19,0x49,0xab,0x83, +0x00,0x07,0xb7,0x50,0x5c,0x0b,0x66,0xa0,0x09,0x0a,0x33,0x90,0x04,0x00,0x75,0x27, +0x77,0x50,0x70,0x48,0x88,0xa5,0xac,0x00,0xf5,0x0c,0x5d,0xdd,0xe4,0x01,0x56,0x47, +0x70,0x48,0x56,0x67,0x82,0x09,0x76,0x9b,0x71,0x09,0x8a,0x6b,0x63,0x0a,0x60,0x07, +0x00,0x63,0x48,0x89,0xa6,0x24,0x00,0xf2,0x0c,0x8d,0xac,0xc7,0x01,0x65,0x79,0x56, +0x49,0x2a,0x58,0x82,0x09,0x19,0x38,0x51,0x09,0x5b,0xab,0xa5,0x0a,0x74,0x00,0x53, +0x72,0x37,0x88,0x99,0x6e,0x03,0xf6,0x0d,0x30,0x00,0x09,0x1d,0x99,0xb0,0x00,0x0c, +0x99,0xb0,0x5c,0x56,0x88,0x64,0x09,0x5b,0x98,0xa4,0x09,0x05,0x96,0x60,0x1b,0xa5, +0x06,0x40,0x70,0x5a,0x60,0x01,0xf4,0x0d,0x19,0x8d,0xee,0xd8,0x01,0x35,0x28,0x60, +0x5c,0x7a,0x9b,0xb4,0x08,0x79,0x8b,0xb3,0x08,0x55,0x5a,0xb3,0x1a,0x73,0x28,0x64, +0x80,0x59,0x88,0xaa,0xc5,0x3d,0xf3,0x0c,0x09,0xa9,0x5a,0x99,0x06,0x28,0x18,0x62, +0x28,0x9a,0x68,0x81,0x07,0x88,0x38,0x07,0x08,0x02,0x68,0x48,0x0b,0x89,0x68,0x40, +0x08,0x02,0x68,0x46,0x00,0xe0,0x13,0x10,0x6f,0xff,0xdb,0x92,0x07,0x7c,0x77,0x40, +0x0b,0x6b,0x67,0x80,0x04,0x00,0x00,0x15,0x35,0x00,0xe3,0x08,0xf1,0x11,0x57,0x7c, +0x87,0x72,0x05,0xcb,0xbb,0xb0,0x03,0x76,0x66,0x70,0x29,0xaa,0xaa,0xa5,0x07,0x77, +0xb6,0xc0,0x04,0x66,0xa5,0x80,0x04,0x67,0xb6,0x61,0x27,0x78,0xb7,0x76,0xbc,0x02, +0xf0,0x01,0xc1,0x09,0x00,0x1a,0x29,0x09,0x00,0x27,0xc5,0x4b,0x42,0x17,0xc7,0x5b, +0x53,0x03,0x0a,0x43,0xf3,0x19,0x87,0x09,0x00,0x04,0xb9,0x09,0x00,0x28,0x40,0x09, +0x00,0x02,0x10,0x00,0x00,0x1b,0x84,0xb9,0xc0,0x89,0x71,0x80,0x90,0x5a,0x85,0xc8, +0xa0,0x26,0x50,0x80,0x90,0x29,0x60,0x80,0x90,0x5a,0x89,0xc9,0xc4,0x00,0xc5,0x07, +0xf1,0x0d,0x39,0x91,0xb7,0xa0,0x79,0x63,0x77,0x70,0x5b,0x87,0x7b,0x83,0x27,0x44, +0x4d,0x81,0x58,0x70,0x7a,0x70,0x19,0x88,0x47,0x83,0x66,0x20,0x85,0x02,0x9c,0x01, +0xf2,0x10,0x30,0x80,0x80,0x49,0x97,0xd9,0xd2,0x8a,0x71,0x91,0x90,0x38,0x55,0x77, +0x73,0x48,0x73,0xa7,0xb0,0x39,0x73,0x96,0xb0,0x5a,0x73,0xa7,0xc0,0x10,0x03,0x50, +0x80,0xc0,0x15,0xf6,0x13,0x44,0x67,0x10,0x28,0x89,0x77,0x88,0x05,0x96,0x81,0x99, +0xb0,0x3b,0x77,0x89,0x93,0x02,0x74,0x77,0xaa,0x50,0x2a,0x6a,0x29,0xa6,0x03,0xc9, +0x75,0x11,0x00,0x44,0x23,0x37,0x77,0x2d,0x34,0xf0,0x10,0x45,0x08,0x50,0x65,0x76, +0x48,0x70,0x5a,0x86,0x88,0xb0,0x5b,0x88,0x87,0xc0,0x36,0x58,0x87,0xc0,0x58,0x87, +0x87,0xc0,0x4a,0x84,0x71,0x70,0x20,0x05,0x00,0x22,0xa2,0x1b,0xf2,0x0b,0x39,0x96, +0xa8,0xa2,0xa9,0x87,0xa9,0x93,0x4b,0x56,0x66,0x90,0x49,0x58,0x55,0xb0,0x68,0x74, +0xaa,0x70,0x19,0x62,0x98,0x03,0x77,0x69,0x46,0x07,0x00,0x6c,0x0f,0xf1,0x2d,0x19, +0x95,0xb8,0xc5,0x7a,0x76,0xb7,0xc7,0x29,0x54,0x79,0x66,0x38,0x75,0x7b,0x68,0x48, +0x72,0x6b,0x64,0x08,0xa4,0x7c,0x74,0x69,0x36,0x7c,0x76,0x01,0x00,0x00,0x10,0x1b, +0x5b,0xc5,0xb2,0x58,0x5b,0x9d,0x81,0x3b,0x69,0x94,0x35,0x37,0x46,0x98,0x73,0x48, +0x67,0x54,0x27,0x18,0x67,0x54,0x27,0x49,0x6c,0xba,0x9b,0x86,0x07,0xf2,0x0c,0x56, +0xba,0xc0,0x59,0x70,0x71,0x90,0x06,0x16,0xda,0xc0,0x4b,0x91,0x90,0x90,0x06,0x10, +0x90,0x90,0x06,0x81,0x90,0x90,0x09,0x59,0xd9,0xd4,0xce,0x3d,0xf1,0x0f,0x25,0x61, +0x2b,0x88,0x88,0x98,0x36,0x48,0x29,0xab,0x08,0x29,0x99,0x94,0x2b,0x84,0xa9,0xa4, +0x06,0x1a,0x69,0xa5,0x07,0x88,0x71,0x20,0x07,0x34,0x28,0x87,0x88,0x00,0xf0,0x18, +0xa7,0x77,0x60,0x04,0xa7,0x77,0x40,0x04,0xa6,0x66,0x30,0x6b,0xaa,0xa8,0xa2,0x06, +0x30,0x97,0x60,0x07,0x67,0x5a,0x60,0x05,0x41,0x00,0x33,0x0c,0x7a,0x69,0x79,0x0b, +0x6a,0x67,0x69,0x0c,0x77,0x48,0x79,0x75,0x34,0x06,0x04,0x00,0xf0,0x0f,0x03,0x97, +0x0f,0xed,0x6e,0xe9,0x08,0x08,0x62,0x09,0x0e,0xbb,0x5c,0xb9,0x08,0x67,0xb8,0x29, +0x08,0x05,0xd0,0x09,0x08,0x68,0x80,0x09,0x08,0x42,0xa3,0x96,0x79,0x39,0xf0,0x22, +0x0b,0x5a,0x67,0x59,0x0b,0x87,0x48,0x79,0x08,0x4b,0x88,0x19,0x08,0x7c,0xaa,0x39, +0x08,0x16,0x34,0x09,0x08,0x70,0x35,0x96,0xc7,0xa5,0x97,0x9b,0x6a,0x58,0x69,0xc7, +0x85,0x97,0x99,0x0c,0x98,0x09,0x90,0xb6,0x80,0x99,0x25,0x18,0x09,0x94,0x05,0x48, +0x60,0x51,0x00,0xf1,0x01,0x0a,0x39,0x64,0x39,0x0b,0x44,0x25,0x59,0x08,0x49,0x79, +0x09,0x08,0x49,0x69,0x09,0xb6,0x39,0x70,0x11,0x02,0x96,0x0c,0x9b,0x79,0xa7,0x04, +0x00,0xf0,0x05,0x07,0x54,0x45,0x27,0x07,0x97,0x79,0x17,0x07,0x99,0x98,0x37,0x07, +0x78,0x79,0x17,0x07,0x26,0x61,0x94,0x00,0x05,0xf0,0x04,0x88,0xb8,0x8c,0x84,0x83, +0x68,0x00,0x07,0x82,0x60,0x60,0x70,0x80,0x80,0xc7,0x10,0x84,0x60,0x80,0xce,0x0f, +0xf1,0x15,0x08,0x80,0x00,0xa9,0x93,0x00,0x05,0x20,0x90,0x89,0x79,0x00,0x90,0x84, +0x5b,0x88,0xc3,0x83,0x98,0x30,0x90,0x80,0x87,0x63,0x90,0x84,0x57,0x03,0x90,0x80, +0x07,0x00,0x90,0x80,0x07,0x08,0x68,0x0f,0xf3,0x0d,0x0c,0xb7,0xb8,0xc0,0x08,0xb1, +0x96,0xb0,0x08,0x93,0xb8,0xc0,0x07,0x18,0x56,0x23,0x09,0x83,0x56,0x80,0x07,0x01, +0x64,0xa0,0x07,0x03,0xb3,0x46,0x79,0x3d,0xf4,0x0e,0x00,0x89,0x90,0x7a,0x20,0x84, +0x49,0x30,0x85,0x84,0x32,0x7c,0x70,0x80,0x97,0x7c,0x74,0x85,0x45,0x19,0x60,0x80, +0x19,0x09,0x46,0x80,0x21,0x77,0x03,0x6e,0x30,0xf4,0x0d,0x88,0x93,0x88,0x10,0x83, +0x74,0x52,0x72,0x82,0x46,0x7a,0x50,0x80,0x86,0x78,0x60,0x84,0x77,0xa8,0x72,0x80, +0x07,0x23,0x80,0x80,0x2a,0x87,0x91,0x3d,0x02,0xf4,0x0d,0x89,0x8c,0xff,0xf3,0x84, +0x18,0x44,0xa0,0x82,0x58,0x99,0x92,0x80,0x88,0x62,0x64,0x85,0x49,0x9b,0x74,0x80, +0x08,0x08,0x34,0x80,0x08,0x08,0x83,0x0e,0x18,0xf0,0x09,0x88,0x95,0x89,0x82,0x83, +0x57,0x98,0x85,0x82,0x58,0x66,0xa0,0x80,0x89,0x66,0xb0,0x84,0x54,0x6c,0x60,0x80, +0x28,0x8c,0x85,0xd7,0x37,0x04,0x52,0x07,0xf1,0x0d,0x79,0x96,0xba,0x94,0x75,0x13, +0xa9,0xb4,0x72,0x7a,0x47,0x71,0x70,0x88,0x86,0x92,0x75,0x48,0x86,0x92,0x70,0x1b, +0x50,0x60,0x70,0x50,0x78,0x96,0xd5,0x04,0xf1,0x67,0x50,0x34,0x20,0x2b,0xb6,0xc8, +0xa2,0x5b,0xb6,0xc8,0x91,0x0c,0xc8,0x8a,0xb3,0x19,0x99,0x99,0x61,0x00,0x86,0x3a, +0x10,0x15,0x7a,0xb9,0x62,0x23,0x00,0x00,0x21,0x00,0x20,0x03,0x10,0x47,0x97,0x54, +0x70,0x37,0xa8,0xc8,0xb4,0x3b,0x89,0xa7,0xb3,0x37,0xb7,0x80,0x80,0x77,0x77,0x87, +0xb3,0x73,0x39,0x88,0xc5,0x70,0x19,0x70,0x00,0x2a,0xad,0xaa,0x80,0x85,0x8a,0x58, +0x83,0x16,0x89,0x48,0x40,0x09,0x6d,0x66,0x80,0x0a,0x6b,0x66,0x90,0x0a,0x6c,0x66, +0x46,0x00,0x06,0x77,0x84,0x0c,0xee,0xfe,0xe5,0x27,0x64,0x86,0x48,0x03,0x64,0x86, +0x50,0x15,0x56,0x85,0x53,0x07,0x7b,0x99,0x93,0x09,0x08,0x16,0x43,0x09,0x08,0x16, +0xff,0x09,0xf0,0x2d,0x5d,0xde,0xed,0xc2,0x73,0x58,0x45,0x64,0x0d,0xff,0xdf,0xa1, +0x18,0x77,0x77,0x40,0x2a,0x97,0x86,0x83,0x83,0xa2,0x6a,0x80,0x51,0x74,0x10,0x43, +0x01,0x91,0x46,0x83,0x16,0xb6,0x76,0x24,0x17,0xc5,0x76,0x61,0x28,0x87,0x5a,0x64, +0x0b,0x69,0x8c,0x99,0x0a,0x58,0x8c,0x94,0x0b,0x68,0x08,0x00,0x07,0x46,0x79,0x00, +0x54,0x25,0x40,0x19,0x99,0x0d,0x98,0x08,0x00,0x40,0x09,0x99,0x0d,0x96,0x08,0x00, +0x40,0x39,0x99,0x0d,0x99,0x08,0x00,0x00,0x04,0x00,0xf0,0x09,0x28,0x8a,0xb8,0x86, +0x08,0x8b,0xa9,0x83,0x09,0x35,0x08,0x35,0x09,0x3a,0x78,0x35,0x09,0x39,0x68,0x35, +0x0c,0xab,0x8c,0xa5,0x29,0x1f,0x11,0x02,0x2a,0x19,0xf1,0x0b,0x8c,0xb1,0x68,0x88, +0x38,0x70,0x57,0x59,0x78,0x80,0x38,0xb6,0x48,0x80,0x77,0xb5,0x25,0x80,0x47,0xc7, +0x80,0x80,0x00,0x92,0x55,0x80,0x86,0x37,0xf0,0x28,0xa8,0x8c,0x70,0x00,0x90,0x28, +0x00,0x68,0x88,0x88,0x82,0x07,0x77,0x79,0x30,0x09,0x77,0x7a,0x40,0x09,0x00,0x04, +0x40,0x09,0x88,0x8a,0x40,0x01,0x00,0x10,0x00,0x1a,0x5c,0xba,0xa7,0x19,0x9a,0x88, +0x37,0x1b,0x3c,0x98,0x64,0x13,0x65,0x78,0x50,0x27,0xbb,0xbb,0x95,0x02,0x95,0x55, +0x90,0x04,0x00,0xf4,0x05,0x48,0x8d,0x98,0x80,0x09,0x67,0x67,0x60,0x0a,0x77,0x78, +0x70,0x0a,0x66,0x68,0x70,0x0b,0x77,0x79,0x70,0x57,0x42,0xc2,0x6c,0x97,0x9b,0x72, +0x07,0x17,0x77,0xa0,0x07,0x18,0x66,0xb0,0x04,0x00,0x91,0x77,0xc0,0x07,0x10,0x23, +0x20,0x5a,0x38,0x20,0x14,0x01,0xf1,0x0b,0x5a,0x88,0xab,0x83,0x09,0x08,0x77,0xb0, +0x09,0x08,0x66,0xb0,0x09,0x4a,0x66,0xb0,0x68,0x48,0x77,0xb0,0x00,0x05,0x42,0x70, +0x00,0x22,0x30,0x35,0xd4,0x00,0x76,0x73,0x8c,0x81,0x76,0x70,0xa8,0xa0,0x76,0x70, +0xb6,0xb0,0x04,0x00,0x84,0x82,0x70,0x82,0x60,0x60,0x69,0x50,0x72,0x3c,0x02,0xf1, +0x01,0x78,0xb7,0x9a,0x71,0x4b,0x47,0x77,0x90,0x5b,0xbb,0x66,0xb0,0x09,0x69,0x66, +0xb0,0x50,0x00,0x74,0x01,0x43,0x30,0x6a,0x19,0x10,0x91,0xe1,0x12,0xf1,0x0c,0x06, +0xb6,0x8b,0x96,0x28,0x93,0x97,0x79,0x36,0xb5,0x96,0x69,0x44,0x98,0x96,0x69,0x30, +0xd3,0x97,0x79,0x07,0x70,0x64,0x53,0x32,0x01,0x30,0xa8,0x02,0xf4,0x0d,0x2a,0x78, +0x7b,0x72,0x2a,0x77,0x96,0xb0,0x27,0x74,0xa7,0xc0,0x37,0xa4,0xa7,0xc0,0x17,0xb6, +0x76,0x80,0x4b,0x72,0x80,0x82,0x71,0x87,0x77,0x83,0x78,0x0e,0xf1,0x49,0x4b,0xa8, +0x8c,0x96,0x1a,0xa3,0xa6,0x68,0x49,0x99,0xa7,0x78,0x56,0x62,0xa6,0x68,0x55,0x62, +0xa7,0x78,0x81,0x75,0x72,0x62,0x24,0x13,0x20,0x04,0x01,0x81,0x00,0x00,0x16,0x86, +0x8c,0x86,0x2b,0xe6,0x87,0x67,0x11,0x77,0xa6,0x68,0x37,0xba,0xa8,0x88,0x15,0xb2, +0xa7,0x78,0x1a,0x47,0x62,0x53,0x20,0x03,0x20,0x04,0x7c,0xcc,0x7c,0x91,0x76,0x6a, +0x86,0xb0,0x54,0x54,0x87,0xb0,0x79,0x79,0x86,0xb0,0x77,0x88,0xb7,0xb0,0x77,0x76, +0x62,0x70,0x32,0x10,0x40,0x21,0xc4,0x00,0xf0,0x0c,0xb5,0x8b,0x71,0x4b,0x35,0x88, +0x90,0x5b,0xb9,0x36,0x90,0x09,0x67,0x37,0x90,0x09,0x05,0x46,0x70,0x09,0x00,0x87, +0x40,0x6a,0x08,0x30,0x80,0x72,0x06,0xf4,0x29,0x28,0x98,0x6b,0x73,0x2b,0x9a,0x87, +0x73,0x45,0x53,0x77,0x33,0x48,0x45,0x77,0x33,0x59,0x75,0x67,0x33,0x73,0x93,0x45, +0x81,0x43,0x03,0x40,0x04,0x08,0x9a,0x8a,0x71,0x29,0x79,0x07,0x73,0x4b,0x9c,0x87, +0x95,0x07,0x18,0x19,0x82,0x09,0x08,0x09,0xa3,0x0a,0x08,0x05,0x53,0x73,0x08,0x00, +0x96,0x24,0x01,0xf0,0x0d,0x7a,0x8a,0x7a,0xa4,0x7a,0x89,0x35,0x90,0x7a,0x79,0x26, +0x60,0x6a,0x99,0x77,0x96,0x46,0xa9,0x66,0x66,0x67,0x88,0x43,0x52,0x11,0x94,0x77, +0x75,0xc8,0x03,0xf3,0x0d,0x7a,0x80,0x98,0x50,0x79,0x66,0x76,0x73,0x7a,0x77,0x87, +0x80,0x59,0xa8,0xa8,0xa1,0x47,0xa0,0x40,0x50,0x68,0x94,0xa5,0x80,0x22,0x86,0x2a, +0x52,0x18,0x07,0xf1,0x0e,0x30,0x1c,0xc2,0x7b,0x81,0x3b,0xb6,0xac,0xb2,0x58,0x99, +0xaa,0xa3,0x1a,0xb0,0x87,0x80,0x1a,0xb0,0xb6,0xa0,0x16,0x70,0x61,0x70,0x16,0x95, +0xbc,0xa3,0x58,0x4a,0xf4,0x2c,0x89,0x88,0x82,0x07,0x76,0x6a,0x10,0x05,0x76,0x69, +0x10,0x68,0x77,0x77,0xb0,0x62,0xa7,0x85,0x90,0x62,0xb7,0x74,0x90,0x62,0x10,0x03, +0x90,0x00,0x00,0x33,0x00,0x78,0x8a,0x77,0xa0,0x80,0x8a,0x66,0xa0,0x80,0x8a,0x88, +0x70,0x80,0x8a,0x77,0x74,0x88,0x66,0x89,0x96,0x10,0x56,0x77,0x84,0x00,0x70,0x33, +0xa1,0x9b,0x26,0xf0,0x0d,0x18,0xb9,0xc9,0xa5,0x05,0x95,0xb9,0x80,0x03,0x67,0x79, +0x23,0x39,0x6e,0x78,0x87,0x06,0x77,0x46,0x00,0x00,0x4a,0x99,0x20,0x07,0x40,0x00, +0x60,0xf4,0x09,0xf0,0x0e,0x3a,0xac,0x08,0x60,0x37,0x99,0x3a,0x64,0x16,0xb6,0x2b, +0x41,0x17,0xb7,0x0b,0x60,0x38,0x88,0x17,0x80,0x57,0x76,0x81,0x56,0x21,0x20,0x40, +0x04,0x00,0x5e,0x30,0xf2,0x29,0xbb,0x09,0x00,0x46,0xa8,0x09,0x86,0x17,0xb6,0x09, +0x00,0x27,0xb6,0xa9,0x95,0x38,0x88,0x80,0x26,0x48,0x65,0xa8,0x96,0x41,0x00,0x80, +0x26,0x00,0x02,0x30,0x00,0x27,0x7a,0xa7,0x95,0x1b,0x96,0x79,0xa0,0x2a,0x93,0x6b, +0xa7,0x23,0x20,0x01,0x33,0x04,0x96,0x67,0x70,0x07,0x87,0x78,0x70,0x18,0x4b,0x36, +0x10,0x00,0x0e,0x3a,0xf0,0x01,0x58,0xb8,0x9c,0x81,0x00,0x74,0x92,0x00,0x02,0x6d, +0xb5,0x10,0x7a,0x70,0x19,0xa3,0xcf,0x22,0x55,0x04,0x50,0x09,0x00,0x0a,0x68,0x04, +0xf0,0x01,0x26,0xbe,0x00,0x8d,0xff,0xff,0x00,0xff,0xe9,0x5f,0x00,0xf3,0x00,0x0f, +0x00,0xf0,0x04,0x00,0xf0,0x07,0x0a,0xff,0xaf,0xf0,0x0a,0xfa,0xaf,0xa0,0x00,0x00, +0xbd,0xcc,0xce,0xab,0x8b,0x00,0x07,0x58,0xcd,0x66,0x6a,0xac,0x04,0x00,0x00,0x0c, +0x00,0x00,0x14,0x00,0xf0,0x01,0x34,0x14,0x44,0x43,0xff,0x7f,0xff,0xff,0xab,0x4b, +0xbb,0xba,0xbc,0x5c,0xcc,0xcb,0x0c,0x00,0x43,0x67,0x17,0x88,0x86,0x14,0x00,0x00, +0x81,0x4e,0xf0,0x04,0x9a,0x00,0x00,0x09,0xfa,0xa9,0x00,0x9f,0xa0,0xaf,0x99,0xfa, +0x00,0x0a,0xff,0xa0,0x00,0x00,0x99,0xd3,0x3b,0xf0,0x31,0x82,0xcf,0x4a,0xf4,0x1d, +0xff,0x60,0x0a,0xff,0x30,0xaf,0x7d,0xf3,0xa6,0x01,0xb3,0x00,0x0c,0x51,0x00,0x1d, +0x7d,0x6e,0x70,0x8d,0x0d,0x65,0xf1,0xc7,0x0d,0x60,0xe6,0xd7,0x06,0x20,0xe6,0x9d, +0x00,0x04,0xf2,0x1e,0xc7,0x8f,0x80,0x01,0x9d,0xc6,0x00,0x00,0x0c,0xc0,0x00,0x18, +0x8f,0xf8,0x81,0x8f,0xfe,0xef,0xf8,0x2f,0xe0,0x0e,0xf2,0x04,0x00,0x00,0x0c,0x00, +0x00,0x14,0x00,0x30,0x00,0x0c,0xc0,0xc5,0x08,0xf4,0x16,0x22,0x00,0x00,0xaf,0xaa, +0xa0,0x01,0xda,0x6a,0xfa,0x03,0xe8,0xbf,0xb8,0xe3,0xb6,0xdf,0xff,0xd6,0xb0,0x8f, +0xfb,0xff,0x80,0x08,0xfc,0x0c,0xf8,0x00,0x5b,0x80,0x8b,0x50,0x00,0x0f,0xf0,0x00, +0x04,0x00,0xf0,0x17,0x07,0xff,0xff,0x70,0x00,0x9f,0xf9,0x00,0x78,0x7a,0xa7,0x87, +0xff,0xfb,0xbf,0xff,0xff,0xff,0xfb,0xbf,0x05,0xff,0xff,0xf5,0x01,0xe3,0x00,0x03, +0xe1,0xa8,0x00,0x00,0x08,0xaf,0xff,0x60,0x6f,0xff,0x01,0x00,0x10,0xfd,0x04,0x00, +0x10,0x00,0xcc,0x46,0xf2,0x10,0xbf,0xfb,0x3f,0x2e,0x91,0x18,0xff,0x9a,0x00,0x6c, +0xff,0x31,0x00,0x24,0x44,0x44,0x42,0x00,0x13,0xff,0xc6,0x00,0xb9,0xfe,0xa5,0x5b, +0xd1,0xf2,0x8c,0xc8,0x10,0x9d,0x45,0x20,0x34,0xcf,0x35,0x00,0xf2,0x08,0xab,0xff, +0x00,0x4f,0x00,0x01,0x00,0x09,0x00,0x34,0xcf,0x01,0xff,0xff,0x1b,0xff,0xff,0x1b, +0xbb,0xff,0x01,0x00,0x4f,0x6b,0x10,0x00,0x07,0x46,0xf2,0x1d,0x90,0x23,0xb3,0x34, +0xcf,0x02,0xc3,0xbf,0xff,0xf1,0xb5,0x6c,0xff,0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c, +0x3a,0x00,0x4f,0x02,0x3b,0x30,0x00,0x10,0x05,0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f, +0xff,0xff,0xf8,0xcf,0xb1,0xbf,0xfb,0x5b,0xb4,0x00,0x10,0xdf,0x87,0x00,0xf1,0x10, +0xb4,0x00,0x03,0xfb,0x00,0x0b,0xff,0x40,0x6f,0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff, +0xf7,0xaa,0x8f,0xf2,0x1a,0xfd,0x40,0x40,0x00,0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c, +0x00,0x70,0x5e,0xff,0xf2,0x2e,0xfb,0x10,0x19,0xad,0x36,0xf1,0x0b,0xa1,0x00,0x00, +0xff,0xf7,0x00,0x0f,0xff,0xfd,0x40,0xff,0xff,0xff,0xaf,0xff,0xff,0xfa,0xff,0xff, +0xd4,0x0f,0xff,0x70,0x00,0xda,0x10,0xf5,0x01,0xb9,0x9b,0x90,0x9b,0x9f,0xff,0x0f, +0xff,0xff,0xf0,0xff,0xff,0x07,0x00,0xae,0xf2,0x42,0x02,0x42,0x24,0x44,0x44,0x2f, +0xff,0xff,0x01,0x00,0xc1,0xf8,0xbb,0xbb,0xb8,0x20,0x00,0x4f,0x80,0x2f,0xff,0x92, +0xff,0x70,0x00,0x72,0xfe,0x5f,0xfd,0x22,0xf9,0x10,0x1b,0xc8,0x12,0xf0,0x01,0x8f, +0x80,0x00,0x00,0x7f,0xff,0x70,0x00,0x5f,0xff,0xff,0x50,0x0e,0xff,0xff,0xfe,0x9a, +0x4d,0xf1,0x22,0x50,0x0f,0xff,0xff,0xff,0x00,0xab,0xbb,0xbb,0xa0,0x00,0x06,0x20, +0x07,0xf4,0x07,0xf5,0x05,0xf6,0x00,0x1e,0xb0,0x00,0x2e,0xb0,0x00,0x2e,0x60,0x00, +0x10,0x26,0x00,0x04,0xf7,0x00,0x05,0xf7,0x00,0x06,0xf5,0x00,0xbe,0x10,0xbe,0x20, +0x6e,0x20,0x00,0x10,0xde,0x33,0xf0,0x01,0x03,0xf3,0x00,0x00,0x4f,0x40,0x07,0x8a, +0xfa,0x87,0xef,0xff,0xff,0xe0,0x04,0xf4,0x0e,0x00,0x30,0x00,0x01,0xb1,0xce,0x3f, +0x10,0x7e,0x59,0x00,0xf1,0x0c,0x8c,0xcc,0x80,0x01,0xdd,0x16,0x3d,0xd1,0xcf,0x55, +0xed,0x5f,0xcb,0xf5,0xdf,0xd5,0xfc,0x1d,0xd3,0x73,0xdd,0x10,0x08,0xdc,0xc8,0x10, +0x1d,0x89,0x01,0xf1,0x12,0x5e,0x8c,0xcc,0xa2,0x00,0x00,0x2d,0xb4,0x49,0xf4,0x00, +0x7a,0x1a,0xff,0x3f,0xe1,0x07,0xfa,0x06,0xf7,0xff,0x10,0x0a,0xf3,0x03,0xef,0x40, +0x00,0x06,0xcc,0x71,0xbb,0x10,0xa4,0x07,0x40,0x00,0x00,0x3e,0x30,0x18,0x08,0x10, +0xfc,0x48,0x12,0xf0,0x10,0xfc,0xf6,0x00,0x00,0x00,0xed,0x0d,0xe0,0x00,0x00,0x8f, +0xe0,0xef,0x80,0x00,0x2f,0xff,0x6f,0xff,0x20,0x0b,0xff,0xe2,0xef,0xfa,0x00,0xdf, +0xff,0xff,0xff,0xd0,0x33,0x05,0xf0,0x05,0x44,0x00,0x04,0xf5,0xef,0xb1,0xcf,0xfd, +0x01,0x8c,0xd1,0xc1,0x01,0xdc,0x81,0xc1,0xef,0xc1,0xbf,0xfd,0x14,0x00,0x03,0xc7, +0x13,0xe0,0x00,0x04,0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8,0x08,0xf4,0xb8,0x00,0x08, +0x75,0x3b,0x00,0x77,0x3b,0xd2,0x80,0x00,0x8b,0x4f,0x80,0x8f,0x40,0x4f,0xcf,0x40, +0x00,0x4e,0x40,0x64,0x35,0xf2,0x10,0x14,0x44,0x40,0x00,0xbf,0xf8,0xbb,0xbf,0x10, +0x08,0xb7,0x60,0x00,0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20,0x00,0xb7,0x44,0x5e,0xfd, +0x50,0x07,0xbb,0xb8,0x5f,0x80,0x9f,0x05,0x43,0xdf,0xfb,0x00,0x00,0x81,0x02,0x05, +0x01,0x00,0x01,0x06,0x02,0x00,0xe8,0x47,0x22,0x9f,0xf9,0xc4,0x02,0x03,0xd0,0x02, +0x71,0x78,0x4f,0xf4,0x87,0xff,0xe8,0x8e,0xc8,0x02,0x04,0x6d,0x16,0x63,0xea,0x00, +0x00,0x00,0xef,0xe0,0xde,0x00,0xf1,0x04,0x4f,0x70,0x00,0x00,0x1d,0xe0,0x07,0xdc, +0x4d,0xf3,0x00,0xef,0xff,0xe3,0x00,0x0a,0xec,0x70,0x00,0xa2,0x13,0xf3,0x1b,0xcd, +0xc0,0x2d,0xc0,0xe7,0xf2,0xee,0x20,0x4b,0xff,0xe2,0x00,0x04,0xff,0xa0,0x00,0xcd, +0xf9,0xf9,0x00,0xe7,0xe0,0x7f,0x90,0x4a,0x40,0x04,0x50,0x00,0xff,0xf7,0x47,0x4f, +0xff,0x47,0xf8,0xff,0xff,0xff,0x8f,0xff,0xff,0x07,0x00,0xf0,0x10,0xfb,0x78,0x88, +0x7f,0xff,0xff,0x00,0x24,0x44,0x41,0x0f,0xbb,0xbb,0xe2,0xf0,0x00,0x0f,0xdf,0x44, +0x44,0xff,0xff,0xfc,0xff,0xff,0xf9,0x09,0xff,0xff,0xd5,0xdf,0x20,0x02,0x30,0x01, +0x11,0x11,0xf4,0x01,0xf0,0x06,0x01,0x11,0x11,0x05,0x55,0x55,0x55,0xcc,0xcc,0xcc, +0xc0,0x11,0x11,0x10,0xff,0xff,0xff,0xf0,0x11,0x11,0x10,0xc1,0x00,0xf1,0x00,0x9f, +0xff,0xff,0xf9,0xb7,0xff,0xff,0x7b,0xfe,0x7c,0xc7,0xef,0xff,0xfa,0xaf,0xd5,0x00, +0xf0,0x09,0x07,0xff,0x60,0x00,0xaf,0xf2,0x00,0x0c,0xff,0x87,0x00,0xef,0xff,0xb0, +0x07,0x8e,0xf2,0x00,0x00,0xf8,0x00,0x00,0x3e,0x00,0x07,0x57,0xf1,0x1f,0x79,0xb9, +0x70,0x0f,0xfc,0xff,0x00,0xff,0x68,0x83,0x0f,0xf8,0xff,0x8b,0xff,0x8f,0xf8,0x8f, +0xf8,0xff,0xff,0x78,0x8f,0xff,0xf0,0x07,0xff,0xff,0x00,0x0d,0x00,0x00,0x4e,0xfe, +0x30,0x0d,0xff,0xfd,0x00,0xff,0xff,0xf0,0x3f,0xff,0xff,0x3b,0xa3,0x00,0x41,0x88, +0x60,0x04,0xf4,0xb7,0x01,0xf4,0x03,0xdf,0x18,0x81,0x88,0x1f,0xfe,0xaa,0xca,0xae, +0xff,0xea,0xac,0xaa,0xef,0xf1,0x80,0x00,0x81,0xd1,0x03,0x01,0x01,0x00,0xf0,0x07, +0x4b,0xc0,0x00,0x00,0x5c,0xff,0xb0,0x00,0x6e,0xff,0xff,0x40,0x0d,0xff,0xff,0xfc, +0x00,0x06,0x88,0xcf,0xf5,0x00,0x02,0x02,0x00,0x05,0x00,0x10,0x60,0xe4,0x08,0x03, +0x2a,0x00,0x9b,0xff,0xf8,0xb0,0xff,0xf8,0xfb,0xff,0xfc,0x88,0x11,0x03,0xf1,0x0c, +0x00,0x04,0x77,0x40,0x00,0x09,0xff,0xcc,0xff,0x90,0xcd,0x40,0x00,0x04,0xdc,0x20, +0x4b,0xff,0xb4,0x02,0x01,0xfa,0x55,0xaf,0x10,0x00,0x00,0x08,0x07,0x10,0xee,0x05, +0x00,0x20,0x87,0x00,0x31,0x04,0xc0,0x44,0x40,0xfb,0xbb,0xbb,0xbb,0xda,0xf7,0xee, +0xee,0xee,0x5f,0x4e,0x01,0xb9,0x2f,0xf5,0x66,0x66,0x66,0xab,0x8b,0xbb,0xbb,0xbb, +0xb3,0x1e,0x00,0x10,0x70,0x1e,0x00,0x10,0x80,0x1e,0x00,0x1e,0x54,0x1e,0x00,0xcd, +0xe0,0x00,0x5f,0xf8,0xff,0xf0,0x00,0x2f,0xf5,0x66,0x64,0x44,0x1e,0x00,0xcc,0xe7, +0x00,0x00,0x5f,0xf8,0xf8,0x00,0x00,0x2f,0xf5,0x65,0x44,0x1e,0x00,0x60,0xd8,0xf0, +0x00,0x00,0x00,0x5f,0x05,0x00,0x61,0x2f,0xf4,0x44,0x44,0x44,0xad,0x1e,0x00,0x04, +0x2c,0x02,0x10,0xd8,0x05,0x00,0xf1,0x02,0x36,0x40,0x00,0x09,0xb1,0x91,0x11,0x17, +0x20,0xef,0x88,0xd8,0x88,0xd9,0x02,0x20,0x06,0xb8,0x22,0x24,0x06,0xec,0x0f,0x1b, +0xf3,0x1d,0xdd,0xc3,0x04,0xff,0x3e,0xd0,0x9c,0xb5,0x5f,0x2b,0xf7,0x1a,0xf4,0xbf, +0x81,0xbf,0x39,0xc9,0x64,0xf2,0x4f,0xf3,0xde,0x00,0x6d,0xed,0x30,0x78,0xdf,0xd8, +0x77,0x88,0x88,0x87,0x8f,0xff,0xff,0x88,0xcc,0x8c,0xc8,0x8c,0xc8,0xcc,0x07,0x00, +0x30,0x85,0xff,0xff,0x4f,0x01,0xf4,0x10,0x7e,0x30,0x00,0x00,0x4b,0xfe,0x00,0x00, +0x8f,0x9b,0x70,0x00,0x8f,0xff,0x40,0x00,0x8f,0xff,0x80,0x00,0x7f,0xff,0x80,0x00, +0x0e,0xff,0x80,0x00,0x00,0xee,0x70,0x8e,0x01,0xd2,0xaf,0xff,0xff,0xfc,0x0b,0xff, +0x9c,0xc9,0xff,0xaf,0xff,0xc1,0x1c,0x05,0x00,0x01,0x0f,0x00,0x01,0x19,0x00,0xf3, +0x02,0x07,0xff,0xfe,0x17,0xb6,0x27,0xc3,0xfe,0xb9,0xbe,0x3f,0xff,0xff,0xf3,0xff, +0xff,0xff,0x07,0x00,0x41,0x3c,0xff,0xff,0xe1,0xba,0x0b,0xc0,0x23,0x00,0x02,0xf0, +0x2e,0x92,0x22,0x5f,0x0d,0xff,0xff,0xff,0x09,0x00,0x33,0x21,0x00,0x23,0x58,0x00, +0x50,0xf0,0x00,0xf0,0x00,0x00,0x51,0x02,0x21,0xf2,0xff,0xcb,0x01,0x00,0x05,0x00, +0x00,0x15,0x03,0x00,0xf9,0x76,0x0e,0x01,0x00,0x0c,0x15,0x00,0x16,0x0b,0x0b,0x00, +0x47,0xf2,0x00,0xec,0x00,0x0e,0x00,0x92,0xfd,0xf7,0xfb,0x00,0xf3,0x00,0x00,0x00, +0xfe,0xff,0x52,0x4c,0xf9,0x00,0xfb,0xfd,0x3d,0x00,0x86,0xfd,0xfe,0xf9,0x00,0xfd, +0xff,0xfc,0xf7,0x17,0x00,0x59,0xfc,0x00,0xff,0x00,0xfe,0x24,0x00,0x36,0xfa,0xff, +0xf5,0x30,0x00,0x85,0xfc,0x00,0xff,0x04,0x04,0x00,0x00,0x01,0x31,0x00,0x1c,0xf9, +0x9f,0x00,0x14,0xfc,0x8e,0x50,0x06,0x13,0x00,0x33,0xf8,0x00,0xf3,0x1c,0x00,0xd2, +0xff,0xff,0x00,0x00,0xf8,0xfe,0xfe,0x00,0x01,0xfe,0xff,0xfa,0x03,0xea,0x00,0x22, +0x03,0xfe,0xa9,0x02,0x06,0x3b,0x00,0x00,0xb3,0x00,0x30,0xfe,0xfd,0x00,0xbe,0x05, +0x14,0xff,0x12,0x00,0x00,0x96,0x00,0x00,0x59,0x05,0x08,0x63,0x00,0x46,0xfc,0xff, +0xfd,0xfd,0x3d,0x00,0x12,0xfd,0x13,0x00,0x13,0xfe,0xbf,0x00,0x13,0xfb,0x13,0x00, +0x40,0xff,0x00,0xfa,0x00,0x4c,0x00,0x2a,0xfe,0xfd,0xfb,0x00,0x3e,0xfe,0x00,0xff, +0x5d,0x01,0x04,0x6b,0x00,0x03,0x68,0x01,0x32,0xff,0x00,0xfc,0x0c,0x00,0x40,0xf6, +0x00,0xf6,0xf6,0x54,0x00,0xd0,0xff,0xec,0xfd,0x00,0x00,0x01,0x01,0xfd,0x00,0xfc, +0x00,0xfb,0xfe,0x5f,0x00,0x97,0xfd,0xfd,0xff,0xfe,0xfd,0xfe,0xfc,0xfe,0xfc,0xbe, +0x00,0x11,0xff,0x3c,0x00,0x1f,0xfe,0x5f,0x00,0x05,0x05,0x84,0x01,0x1e,0xfa,0x80, +0x00,0x05,0x23,0x00,0x12,0xfa,0x4e,0x00,0x10,0xff,0x38,0x04,0x23,0xfe,0xfe,0xd4, +0x00,0x12,0xff,0x04,0x00,0xd2,0xfb,0xfe,0xfd,0xfe,0xfe,0xfd,0xfe,0x00,0xf3,0x00, +0xea,0x00,0xf8,0xeb,0x00,0xe2,0xfc,0x00,0xfd,0xef,0xfc,0xf5,0xf8,0x00,0xf5,0x00, +0xf5,0x00,0xfe,0xfe,0x0f,0x01,0x52,0xff,0xfb,0xfb,0x00,0xfb,0x60,0x02,0x31,0xfb, +0xf0,0xf5,0xaa,0x01,0x31,0xeb,0xff,0xfd,0x1a,0x00,0x30,0xf5,0x00,0xfa,0xc3,0x00, +0x03,0xea,0x00,0x13,0xfe,0x28,0x01,0x13,0xfc,0xbe,0x00,0x10,0xfd,0xa0,0x01,0x50, +0x01,0xff,0x00,0xff,0x00,0x73,0x09,0x06,0x15,0x01,0x11,0xff,0x2c,0x00,0x17,0x02, +0xa2,0x01,0x03,0x5c,0x02,0x0e,0x98,0x02,0xb2,0xf1,0xf6,0xf1,0xf3,0xfd,0xfd,0x00, +0xfa,0xfd,0xee,0xfa,0x66,0x02,0xf2,0x02,0xf8,0x00,0xf6,0xf7,0xfd,0xf6,0x00,0x00, +0xf9,0xf8,0xfd,0xf9,0xfb,0xfb,0xfa,0xfb,0xf5,0x3c,0x00,0x21,0xfe,0xfc,0x07,0x00, +0x21,0xf9,0xff,0x60,0x00,0x11,0xfe,0x91,0x00,0x03,0xe6,0x00,0x05,0x87,0x01,0x40, +0xf7,0xfd,0xf7,0xf9,0x26,0x00,0x62,0xff,0xf6,0xff,0x00,0xff,0x01,0x41,0x01,0x02, +0x7c,0x01,0x30,0xfe,0x00,0xfc,0x23,0x02,0x21,0xfc,0x00,0x9b,0x01,0x12,0xfb,0x32, +0x01,0x25,0xf7,0xff,0x30,0x02,0x09,0x9e,0x00,0x01,0xd0,0x00,0x03,0xa4,0x01,0x00, +0x7a,0x00,0x14,0xfd,0x28,0x00,0x03,0x55,0x02,0x30,0xfe,0xff,0xfe,0x03,0x00,0x00, +0x0b,0x00,0xc3,0xf3,0xf7,0xf3,0xf6,0xfc,0xfc,0xff,0xfe,0xfe,0xf2,0xfe,0xfe,0x98, +0x02,0xe2,0xf6,0xfa,0x00,0xf7,0x00,0x00,0xfa,0xfa,0xfc,0xfb,0xfe,0xfd,0xfb,0xfe, +0xf4,0x02,0x12,0xfb,0x40,0x00,0x40,0xfd,0xfb,0xfc,0x00,0x83,0x02,0x10,0xfe,0x55, +0x00,0x11,0xfd,0x41,0x00,0x03,0xa1,0x01,0x0b,0x01,0x00,0x62,0xf4,0xfc,0xf8,0xfc, +0x00,0xf6,0xf5,0x0a,0x22,0x00,0x0a,0xa4,0x01,0x02,0x4f,0x01,0x14,0xf8,0x96,0x00, +0x04,0x3a,0x02,0x18,0xfd,0xa8,0x02,0x04,0xf4,0x02,0x44,0xfc,0xff,0x01,0xff,0x11, +0x00,0x10,0xf8,0x9e,0x02,0x45,0xf9,0x00,0xfc,0xfe,0xce,0x02,0x00,0x0a,0x01,0x1b, +0xff,0x88,0x01,0x10,0xfd,0x2d,0x00,0x10,0xfd,0xa4,0x00,0x04,0x52,0x01,0x42,0x01, +0x01,0x01,0x01,0xbc,0x00,0x13,0x01,0x63,0x01,0x21,0xfd,0xfd,0x72,0x00,0x10,0xfc, +0x4f,0x01,0x06,0x26,0x00,0x30,0xff,0x01,0x00,0x8e,0x78,0x42,0xf9,0xfe,0xf9,0xfe, +0xce,0x3c,0x00,0xb6,0x21,0x60,0x07,0x05,0x08,0x00,0x09,0xfd,0x59,0x01,0x01,0x0d, +0x02,0x12,0x02,0x64,0x01,0x22,0x02,0xfb,0xbe,0x30,0x15,0xfb,0x9a,0x03,0x10,0xfe, +0x1e,0x02,0x01,0xe6,0x00,0x01,0x60,0x01,0x35,0x00,0x02,0xfe,0x2e,0x01,0x24,0x00, +0xff,0x5a,0x03,0x0b,0x65,0x04,0x04,0xb2,0x00,0x75,0x02,0xfa,0x02,0x00,0x02,0x02, +0xfe,0x60,0x01,0x13,0xfe,0xbe,0x00,0x23,0xff,0x00,0xa1,0x00,0x0f,0xb6,0x03,0x06, +0x0b,0x74,0x04,0x0a,0x28,0x05,0x01,0x0a,0x01,0x1f,0xfc,0x34,0x00,0x02,0xa4,0xf8, +0xfd,0xf8,0xfb,0x04,0x04,0x00,0xfe,0x00,0xf8,0x2a,0x02,0x34,0x02,0xfd,0xff,0x86, +0x02,0x00,0xce,0x7c,0x11,0xff,0x3c,0x03,0x17,0x01,0xa2,0x01,0x19,0xff,0x5d,0x00, +0x17,0xfd,0x80,0x00,0x54,0xfc,0x01,0x01,0x02,0x02,0x05,0x01,0x02,0x60,0x01,0x02, +0x69,0x04,0x01,0x7a,0x03,0x03,0x6a,0x02,0x32,0xfb,0xff,0xfb,0x0e,0x00,0x12,0xfa, +0x0a,0x01,0x00,0xf1,0x01,0x05,0xf6,0x02,0x04,0x52,0x00,0x53,0xfe,0xfa,0x00,0xfa, +0xff,0x98,0x03,0x10,0xfd,0x6a,0x01,0x00,0xc8,0x01,0x09,0x26,0x00,0x10,0xfe,0xdd, +0x01,0x10,0x01,0xa2,0x02,0x11,0x01,0x19,0x01,0x10,0xfb,0x99,0x01,0x00,0x95,0x09, +0x1d,0xfe,0x98,0x00,0x10,0xfb,0xaf,0x04,0x02,0x74,0x04,0x12,0xfd,0xd8,0x03,0x09, +0x72,0x00,0x02,0x02,0x04,0x08,0x93,0x01,0x13,0xfc,0x05,0x00,0x03,0x0a,0x01,0x02, +0x7b,0x00,0x15,0xff,0x63,0x01,0x20,0x01,0x02,0xb9,0x05,0x36,0x04,0x03,0x05,0x63, +0x00,0x00,0x18,0x68,0x01,0xe0,0x1f,0x90,0x09,0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e, +0x0f,0xb5,0x58,0xd0,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02, +0x1b,0x20,0x00,0xff,0x0d,0x1c,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22,0x00,0x00,0x23, +0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02, +0x00,0x01,0x00,0xff,0xff,0x92,0x22,0x01,0x02,0xf7,0x14,0x50,0x03,0x04,0x00,0x05, +0x06,0xcc,0x22,0x05,0x9b,0x34,0x11,0x0a,0x8b,0x09,0x10,0x0c,0xf1,0x0b,0x10,0x00, +0xff,0x02,0x11,0x00,0x08,0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x03,0x03,0x31,0x00, +0x17,0x03,0x9e,0x34,0xf0,0x01,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00, +0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x0d,0x03,0x42,0x23,0x24,0x25,0x26,0xf0,0x0c,0x0f, +0x01,0x00,0xff,0xff,0x87,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 654, .type = 3, .unicode_list = 6136, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[34111] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_XXS_s = { +.uncomp_size = 33847, +.comp_size = 27643, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7444, +.class_pair_values = 30603, +.left_class_mapping = 32313, +.right_class_mapping = 33080, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 34111, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_16.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_bold_16.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD.c index 2e656e7cb0c..15a7579c02b 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD.c @@ -4523,7 +4523,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[96104] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_bold_16 = { +const etxLz4Font lv_font_noto_tw_bold_STD = { .uncomp_size = 95840, .comp_size = 72145, .line_height = 19, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD_s.c new file mode 100644 index 00000000000..191bcb5e106 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_STD_s.c @@ -0,0 +1,2818 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x80,0x02,0x08,0x00,0xf3,0x30,0x10,0x04,0x03,0x08,0x01, +0x00,0x0c,0x00,0x50,0x06,0x06,0x04,0x00,0x04,0x18,0x00,0x80,0x06,0x07,0x08,0x00, +0x00,0x34,0x00,0x80,0x06,0x06,0x0a,0x00,0xff,0x52,0x00,0x90,0x0a,0x0b,0x08,0x00, +0x00,0x7e,0x00,0x20,0x08,0x08,0x08,0x00,0x00,0x9e,0x00,0x90,0x03,0x03,0x04,0x00, +0x04,0xa4,0x00,0x30,0x04,0x04,0x0c,0x00,0xfd,0xbc,0x08,0x00,0x90,0xd4,0x00,0x90, +0x05,0x06,0x05,0x00,0x03,0xe3,0x40,0x00,0x40,0x06,0x00,0x01,0xf8,0x28,0x00,0xf3, +0x15,0x05,0x00,0xfd,0x00,0x01,0x10,0x04,0x04,0x02,0x00,0x02,0x04,0x01,0x90,0x03, +0x03,0x02,0x00,0x00,0x07,0x01,0x40,0x04,0x04,0x0b,0x00,0xfd,0x1d,0x01,0x80,0x06, +0x06,0x08,0x00,0x00,0x35,0x08,0x00,0x13,0x4d,0x08,0x00,0x13,0x65,0x08,0x00,0x22, +0x7d,0x01,0x88,0x00,0x13,0x99,0x10,0x00,0x13,0xb1,0x10,0x00,0x13,0xcd,0x10,0x00, +0x13,0xe5,0x08,0x00,0x13,0xfd,0x08,0x00,0x90,0x15,0x02,0x90,0x03,0x03,0x06,0x00, +0x00,0x1e,0x08,0x00,0x52,0x09,0x00,0xfd,0x2c,0x02,0x88,0x00,0x10,0x41,0x08,0x00, +0x43,0x05,0x00,0x01,0x53,0x10,0x00,0x60,0x68,0x02,0xa0,0x05,0x06,0x08,0xfe,0x00, +0xf0,0x0b,0x10,0x0b,0x0b,0x0a,0x00,0xfe,0xb7,0x02,0x10,0x07,0x09,0x08,0xff,0x00, +0xdb,0x02,0x80,0x07,0x07,0x08,0x01,0x00,0xf7,0x02,0x40,0x07,0x68,0x00,0x31,0x13, +0x03,0xe0,0x10,0x00,0xb1,0x2f,0x03,0xc0,0x06,0x06,0x08,0x01,0x00,0x47,0x03,0x70, +0x08,0x00,0x40,0x5f,0x03,0xe0,0x07,0x08,0x01,0x40,0x7f,0x03,0x50,0x08,0x20,0x00, +0xb1,0x9b,0x03,0xa0,0x03,0x02,0x08,0x01,0x00,0xa3,0x03,0x40,0x88,0x00,0x31,0xbb, +0x03,0x90,0x38,0x00,0xf1,0x04,0xd7,0x03,0x60,0x06,0x05,0x08,0x01,0x00,0xeb,0x03, +0x60,0x09,0x08,0x08,0x01,0x00,0x0b,0x04,0x40,0x30,0x00,0x31,0x27,0x04,0x80,0x48, +0x01,0x41,0x47,0x04,0x50,0x07,0x50,0x00,0x92,0x04,0x80,0x08,0x09,0x0a,0x00,0xfe, +0x8c,0x04,0x80,0x00,0x31,0xa8,0x04,0xe0,0xe8,0x00,0x13,0xc4,0x08,0x00,0x31,0xe0, +0x04,0x40,0x30,0x00,0xf2,0x03,0x00,0x05,0xd0,0x06,0x08,0x08,0xff,0x00,0x20,0x05, +0x10,0x0a,0x0a,0x08,0x00,0x00,0x48,0x05,0x20,0x00,0x31,0x64,0x05,0x60,0x18,0x00, +0x31,0x84,0x05,0xc0,0x10,0x00,0xf0,0x0d,0xa0,0x05,0x30,0x04,0x03,0x0a,0x01,0xfe, +0xaf,0x05,0x40,0x04,0x05,0x0b,0x00,0xfd,0xcb,0x05,0x30,0x04,0x04,0x0a,0x00,0xfe, +0xdf,0x05,0x80,0x06,0xa0,0x01,0xf0,0x02,0xee,0x05,0x40,0x06,0x07,0x01,0x00,0xfe, +0xf2,0x05,0xe0,0x06,0x04,0x04,0x01,0x06,0xfa,0x18,0x00,0x61,0x06,0x00,0x00,0x0c, +0x06,0x10,0xf8,0x00,0x40,0x28,0x06,0xd0,0x05,0x10,0x00,0x13,0x3a,0x10,0x00,0x31, +0x56,0x06,0x60,0x20,0x00,0xb0,0x68,0x06,0x10,0x04,0x05,0x08,0x00,0x00,0x7c,0x06, +0x90,0x68,0x00,0x23,0xfe,0x98,0x20,0x00,0xf1,0x04,0xb4,0x06,0x60,0x03,0x03,0x08, +0x00,0x00,0xc0,0x06,0x60,0x03,0x04,0x0a,0xff,0xfe,0xd4,0x06,0xa0,0x88,0x00,0x50, +0xf0,0x06,0x70,0x03,0x04,0xb8,0x00,0x40,0x07,0xa0,0x0a,0x0a,0x98,0x01,0xb0,0x07, +0x10,0x07,0x07,0x06,0x00,0x00,0x33,0x07,0xe0,0x06,0x08,0x00,0x21,0x48,0x07,0x40, +0x00,0x23,0xfe,0x64,0x08,0x00,0xb1,0x80,0x07,0xd0,0x04,0x05,0x06,0x00,0x00,0x8f, +0x07,0x70,0x80,0x00,0x31,0xa1,0x07,0xa0,0x70,0x00,0x31,0xb5,0x07,0x00,0x38,0x00, +0x31,0xca,0x07,0x50,0x38,0x00,0x40,0xdf,0x07,0x80,0x09,0x50,0x00,0x31,0xfd,0x07, +0x30,0x98,0x00,0x31,0x0f,0x08,0x50,0x90,0x00,0x31,0x2b,0x08,0xa0,0x38,0x00,0x22, +0x3d,0x08,0xf0,0x00,0x93,0x51,0x08,0x40,0x03,0x02,0x0c,0x01,0xfd,0x5d,0x10,0x00, +0xf1,0x13,0x71,0x08,0x80,0x06,0x07,0x03,0x00,0x02,0x7c,0x08,0x00,0x0b,0x0a,0x09, +0x01,0x00,0xa9,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0xdb,0x08,0x00,0x0b,0x09,0x0a, +0x01,0x00,0x08,0x09,0x08,0x00,0x40,0xff,0x35,0x09,0x00,0x18,0x02,0x20,0x00,0x6c, +0x10,0x00,0x40,0x0b,0x01,0xff,0x9e,0x08,0x00,0x43,0x09,0x01,0x00,0xc7,0x08,0x00, +0x13,0xf0,0x18,0x00,0xa2,0x22,0x0a,0x00,0x0b,0x07,0x0b,0x02,0xfe,0x49,0x0a,0x18, +0x00,0x50,0x72,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a,0x30,0x00,0x13, +0x0a,0x30,0x00,0x03,0x08,0x00,0x22,0x19,0x0b,0x08,0x00,0xf2,0x0b,0x42,0x0b,0x00, +0x0b,0x07,0x09,0x02,0x00,0x62,0x0b,0x70,0x04,0x04,0x04,0x00,0x05,0x6a,0x0b,0x00, +0x0b,0x03,0x02,0x04,0x03,0x6d,0x0b,0x80,0x00,0xf1,0x03,0x9a,0x0b,0x00,0x0b,0x04, +0x04,0x00,0xff,0xa2,0x0b,0x00,0x0b,0x0b,0x02,0x00,0x03,0xad,0x0b,0x90,0x00,0x23, +0xff,0xe4,0x08,0x00,0x22,0x1b,0x0c,0x08,0x00,0xa2,0x52,0x0c,0x00,0x0b,0x0a,0x0a, +0x00,0xff,0x84,0x0c,0x38,0x00,0x13,0xb1,0x18,0x00,0x10,0xe8,0x08,0x00,0xd2,0x0b, +0x00,0xff,0x25,0x0d,0x00,0x0b,0x0b,0x0c,0x00,0xfe,0x67,0x0d,0x10,0x00,0x21,0xa4, +0x0d,0xf0,0x00,0x23,0xff,0xd6,0x10,0x00,0x22,0x13,0x0e,0x20,0x00,0x13,0x55,0x08, +0x00,0x22,0x97,0x0e,0x18,0x00,0x13,0xd4,0x08,0x00,0x22,0x11,0x0f,0x08,0x00,0x13, +0x4e,0x08,0x00,0x22,0x8b,0x0f,0x28,0x00,0x13,0xcd,0x08,0x00,0xa2,0x0f,0x10,0x00, +0x0b,0x0a,0x0b,0x00,0xff,0x46,0x10,0x10,0x00,0x22,0x88,0x10,0x28,0x00,0x13,0xc5, +0x10,0x00,0x22,0x07,0x11,0x10,0x00,0x13,0x44,0x08,0x00,0x13,0x81,0x08,0x00,0x22, +0xbe,0x11,0xa8,0x00,0x13,0xf5,0x10,0x00,0x22,0x32,0x12,0x08,0x00,0x93,0x6f,0x12, +0x00,0x0b,0x0c,0x0c,0x00,0xfe,0xb7,0x08,0x00,0x13,0xff,0x18,0x00,0x22,0x3c,0x13, +0x08,0x00,0x20,0x79,0x13,0x18,0x00,0x33,0xff,0xfe,0xc1,0x10,0x00,0x13,0xfe,0x08, +0x00,0x20,0x3b,0x14,0x08,0x00,0x42,0xff,0xff,0x78,0x14,0x10,0x00,0x13,0xb5,0x08, +0x00,0x13,0xf2,0x08,0x00,0x22,0x2f,0x15,0x08,0x00,0x13,0x6c,0x08,0x00,0x22,0xa9, +0x15,0xa0,0x00,0x13,0xeb,0x10,0x00,0x22,0x28,0x16,0x10,0x00,0x13,0x6a,0x08,0x00, +0x22,0xac,0x16,0x80,0x00,0x22,0xf4,0x16,0x20,0x00,0x22,0x31,0x17,0x18,0x00,0x21, +0x73,0x17,0x10,0x00,0x23,0xfe,0xb0,0x08,0x00,0x22,0xed,0x17,0x20,0x00,0x22,0x2a, +0x18,0x10,0x02,0x22,0x5c,0x18,0x10,0x00,0x13,0x99,0x08,0x00,0x22,0xd6,0x18,0xe8, +0x00,0x22,0x0d,0x19,0x30,0x00,0x22,0x4a,0x19,0x10,0x00,0x23,0x81,0x19,0x08,0x01, +0x13,0x19,0x08,0x01,0x12,0x19,0xc8,0x01,0x22,0x27,0x1a,0x18,0x00,0x22,0x64,0x1a, +0x70,0x00,0x22,0xa6,0x1a,0x38,0x00,0x13,0xe3,0x08,0x00,0x22,0x20,0x1b,0x20,0x00, +0x22,0x5d,0x1b,0x10,0x00,0x13,0x9a,0x10,0x00,0x13,0xd7,0x08,0x00,0x22,0x14,0x1c, +0x18,0x00,0x13,0x51,0x08,0x00,0x22,0x8e,0x1c,0x18,0x00,0x22,0xcb,0x1c,0x50,0x00, +0x22,0x0d,0x1d,0x08,0x00,0x22,0x4f,0x1d,0x18,0x00,0x22,0x8c,0x1d,0x28,0x00,0x13, +0xc9,0x08,0x00,0x22,0x06,0x1e,0x20,0x00,0x22,0x48,0x1e,0x20,0x00,0x13,0x85,0x10, +0x00,0x13,0xc7,0x10,0x00,0x22,0x04,0x1f,0xb0,0x00,0x22,0x3b,0x1f,0x18,0x00,0x22, +0x7d,0x1f,0x38,0x00,0x13,0xba,0x18,0x00,0x13,0xf1,0x08,0x00,0x22,0x28,0x20,0x30, +0x00,0x22,0x65,0x20,0x10,0x00,0x13,0x9c,0x10,0x00,0x22,0xd9,0x20,0x30,0x00,0x22, +0x16,0x21,0xb0,0x02,0x22,0x43,0x21,0x10,0x00,0x13,0x80,0x08,0x00,0x20,0xbd,0x21, +0x50,0x02,0x43,0x01,0xff,0xf4,0x21,0x78,0x01,0x12,0x22,0x18,0x00,0x22,0x6e,0x22, +0x68,0x02,0x22,0xa5,0x22,0x18,0x00,0x22,0xe2,0x22,0x58,0x00,0x22,0x19,0x23,0x10, +0x00,0x22,0x56,0x23,0x90,0x00,0x22,0x98,0x23,0x18,0x00,0x13,0xcf,0x18,0x00,0x22, +0x0c,0x24,0x10,0x00,0x22,0x43,0x24,0xd0,0x01,0x13,0x8b,0x10,0x00,0x13,0xc2,0x08, +0x00,0x13,0xf9,0x08,0x00,0x22,0x30,0x25,0x08,0x00,0x13,0x67,0x08,0x00,0x13,0x9e, +0x08,0x00,0x13,0xd5,0x08,0x00,0x23,0x0c,0x26,0x48,0x00,0x03,0x08,0x00,0x13,0x7a, +0x08,0x00,0x22,0xb1,0x26,0x68,0x00,0x13,0xee,0x08,0x00,0x22,0x2b,0x27,0x08,0x00, +0x22,0x68,0x27,0x90,0x00,0x13,0xaa,0x08,0x00,0x22,0xec,0x27,0x30,0x00,0x22,0x23, +0x28,0x10,0x00,0x23,0x65,0x28,0x18,0x01,0x12,0x28,0xe0,0x00,0x13,0xd9,0x18,0x00, +0x22,0x1b,0x29,0x40,0x00,0x13,0x58,0x08,0x00,0x22,0x95,0x29,0x28,0x00,0x13,0xcc, +0x10,0x00,0x22,0x09,0x2a,0x28,0x00,0x22,0x4b,0x2a,0x18,0x00,0x13,0x82,0x08,0x00, +0x22,0xb9,0x2a,0x48,0x00,0xa2,0xf6,0x2a,0x00,0x0b,0x0c,0x0b,0x00,0xfe,0x38,0x2b, +0x18,0x00,0x22,0x6f,0x2b,0x30,0x00,0x23,0xb1,0x2b,0xa8,0x00,0x03,0x10,0x00,0x22, +0x30,0x2c,0x10,0x00,0x22,0x6d,0x2c,0x10,0x00,0x13,0xaf,0x10,0x00,0x13,0xec,0x08, +0x00,0x22,0x29,0x2d,0x08,0x00,0x22,0x66,0x2d,0x20,0x00,0x13,0xa8,0x08,0x00,0x13, +0xea,0x18,0x00,0x22,0x27,0x2e,0x10,0x00,0x13,0x69,0x08,0x00,0x13,0xab,0x08,0x00, +0x22,0xed,0x2e,0x88,0x00,0x22,0x2a,0x2f,0x08,0x00,0x22,0x67,0x2f,0x18,0x00,0x23, +0xa9,0x2f,0x70,0x03,0x12,0x2f,0x98,0x00,0x22,0x22,0x30,0x48,0x00,0x22,0x5f,0x30, +0x28,0x00,0x23,0x9c,0x30,0x08,0x01,0x12,0x30,0x20,0x00,0x22,0x10,0x31,0x10,0x00, +0x13,0x4d,0x08,0x00,0x13,0x8a,0x08,0x00,0x22,0xc7,0x31,0x20,0x00,0x23,0xfe,0x31, +0xf8,0x03,0x12,0x32,0x08,0x00,0x20,0x78,0x32,0x40,0x03,0x33,0x01,0xff,0xaa,0x10, +0x00,0x22,0xe7,0x32,0x28,0x00,0x22,0x1e,0x33,0x08,0x00,0x13,0x55,0x08,0x00,0x23, +0x8c,0x33,0xf0,0x02,0x03,0x10,0x00,0x22,0x00,0x34,0x10,0x00,0x22,0x3d,0x34,0x10, +0x00,0x22,0x74,0x34,0xa8,0x00,0x22,0xb6,0x34,0x48,0x00,0x13,0xf3,0x10,0x00,0x22, +0x35,0x35,0x08,0x00,0x22,0x77,0x35,0x30,0x00,0x13,0xb4,0x08,0x00,0x22,0xf1,0x35, +0x28,0x00,0x21,0x2e,0x36,0xa0,0x02,0x32,0xfe,0x65,0x36,0x18,0x00,0x22,0xa2,0x36, +0x30,0x00,0x13,0xe4,0x10,0x00,0x22,0x21,0x37,0x10,0x00,0x22,0x63,0x37,0x30,0x00, +0x13,0xa0,0x08,0x00,0x13,0xdd,0x18,0x00,0x22,0x1f,0x38,0x08,0x00,0x22,0x61,0x38, +0x18,0x00,0x13,0x9e,0x08,0x00,0x13,0xdb,0x08,0x00,0x22,0x18,0x39,0x20,0x00,0x13, +0x5a,0x08,0x00,0x23,0x9c,0x39,0x50,0x03,0x13,0x39,0x50,0x03,0x12,0x3a,0x10,0x00, +0x13,0x53,0x08,0x00,0x13,0x90,0x08,0x00,0x23,0xcd,0x3a,0xa8,0x05,0x12,0x3b,0x10, +0x00,0x22,0x4c,0x3b,0xe8,0x00,0x13,0x83,0x10,0x00,0x13,0xc0,0x08,0x00,0x13,0xfd, +0x08,0x00,0x22,0x3a,0x3c,0x50,0x00,0x22,0x77,0x3c,0x38,0x00,0x13,0xb9,0x08,0x00, +0x13,0xfb,0x08,0x00,0x22,0x3d,0x3d,0x08,0x00,0x13,0x7f,0x08,0x00,0xa2,0xc1,0x3d, +0x00,0x0b,0x0a,0x0c,0x00,0xfe,0xfd,0x3d,0x38,0x00,0x22,0x3a,0x3e,0x10,0x00,0x22, +0x76,0x3e,0x20,0x00,0x22,0xb8,0x3e,0x18,0x00,0x13,0xf5,0x08,0x00,0x23,0x32,0x3f, +0xe8,0x05,0x12,0x3f,0x10,0x00,0x22,0xac,0x3f,0x28,0x00,0x13,0xee,0x10,0x00,0x22, +0x2b,0x40,0x08,0x00,0x23,0x68,0x40,0x40,0x03,0x03,0x10,0x00,0x13,0xe7,0x08,0x00, +0x22,0x24,0x41,0xc0,0x00,0x22,0x5b,0x41,0x10,0x00,0x22,0x98,0x41,0x50,0x00,0x13, +0xd5,0x10,0x00,0x21,0x12,0x42,0x00,0x03,0x32,0xff,0x54,0x42,0x10,0x00,0x13,0x91, +0x08,0x00,0x13,0xce,0x08,0x00,0x22,0x0b,0x43,0x08,0x00,0x22,0x48,0x43,0x48,0x00, +0x13,0x7f,0x10,0x00,0x22,0xbc,0x43,0x48,0x00,0x22,0xf9,0x43,0x78,0x00,0x22,0x3b, +0x44,0x18,0x00,0x22,0x78,0x44,0x10,0x00,0x22,0xba,0x44,0x58,0x00,0x22,0xfc,0x44, +0x38,0x00,0x22,0x33,0x45,0x30,0x00,0x22,0x70,0x45,0x70,0x03,0x22,0xb2,0x45,0x18, +0x00,0x22,0xe9,0x45,0x30,0x00,0x22,0x2b,0x46,0x08,0x00,0x23,0x6d,0x46,0x60,0x03, +0x12,0x46,0x20,0x00,0x13,0xe6,0x10,0x00,0x23,0x28,0x47,0x70,0x06,0x12,0x47,0xd0, +0x06,0x22,0xb2,0x47,0x70,0x00,0x13,0xef,0x18,0x00,0x22,0x31,0x48,0x60,0x00,0x22, +0x6e,0x48,0x18,0x00,0x22,0xab,0x48,0x40,0x00,0x23,0xe2,0x48,0xf8,0x04,0x12,0x49, +0x28,0x00,0x22,0x5b,0x49,0x28,0x00,0x13,0x98,0x10,0x00,0x13,0xda,0x08,0x00,0x22, +0x1c,0x4a,0x18,0x00,0x22,0x59,0x4a,0x10,0x00,0x13,0x9b,0x08,0x00,0x23,0xdd,0x4a, +0x70,0x02,0x12,0x4b,0x80,0x05,0x22,0x4c,0x4b,0x10,0x00,0x22,0x8e,0x4b,0x58,0x00, +0x13,0xc5,0x08,0x00,0x22,0xfc,0x4b,0x78,0x00,0x22,0x39,0x4c,0x08,0x00,0x22,0x76, +0x4c,0x50,0x00,0x22,0xb3,0x4c,0x20,0x00,0x13,0xea,0x08,0x00,0x22,0x21,0x4d,0x08, +0x00,0x22,0x58,0x4d,0x28,0x00,0x23,0x95,0x4d,0xb0,0x04,0x03,0x08,0x00,0x22,0x03, +0x4e,0x38,0x00,0x22,0x40,0x4e,0x20,0x00,0x22,0x7d,0x4e,0x18,0x00,0x13,0xb4,0x08, +0x00,0x23,0xeb,0x4e,0x10,0x04,0x12,0x4f,0x08,0x00,0x22,0x59,0x4f,0x28,0x00,0x13, +0x96,0x10,0x00,0x13,0xcd,0x10,0x00,0x22,0x0a,0x50,0x10,0x00,0x22,0x41,0x50,0xb0, +0x00,0x23,0x83,0x50,0xc0,0x02,0x03,0x18,0x00,0x22,0xf7,0x50,0xa0,0x01,0x22,0x39, +0x51,0x10,0x00,0x22,0x70,0x51,0x20,0x00,0x13,0xad,0x08,0x00,0x23,0xea,0x51,0xb8, +0x04,0x12,0x52,0x20,0x00,0x13,0x5e,0x08,0x00,0x23,0x95,0x52,0xb0,0x00,0x12,0x52, +0x68,0x00,0x22,0x09,0x53,0x08,0x00,0x22,0x46,0x53,0x18,0x00,0x22,0x7d,0x53,0x70, +0x00,0x13,0xbf,0x18,0x00,0x22,0xfc,0x53,0x48,0x00,0x23,0x39,0x54,0x68,0x00,0x03, +0x08,0x00,0x22,0xa7,0x54,0x20,0x00,0x23,0xe4,0x54,0xa0,0x09,0x13,0x55,0xa0,0x09, +0x03,0x08,0x00,0x22,0x89,0x55,0x48,0x00,0x23,0xcb,0x55,0x88,0x07,0x12,0x56,0x18, +0x00,0x23,0x44,0x56,0x18,0x09,0x12,0x56,0x18,0x00,0x13,0xc3,0x18,0x00,0x13,0xfa, +0x18,0x00,0x22,0x37,0x57,0x10,0x00,0x13,0x6e,0x08,0x00,0x22,0xa5,0x57,0x28,0x00, +0x22,0xe7,0x57,0x20,0x00,0x22,0x24,0x58,0x08,0x00,0x23,0x61,0x58,0x38,0x04,0x12, +0x58,0x20,0x00,0x22,0xe0,0x58,0x30,0x00,0x22,0x17,0x59,0x10,0x00,0x23,0x59,0x59, +0x08,0x02,0x12,0x59,0x18,0x00,0x13,0xd2,0x10,0x00,0x23,0x14,0x5a,0x30,0x08,0x12, +0x5a,0x10,0x00,0x22,0x93,0x5a,0x48,0x00,0x13,0xd0,0x10,0x00,0x22,0x12,0x5b,0x08, +0x00,0x22,0x54,0x5b,0x18,0x00,0x13,0x91,0x08,0x00,0x22,0xce,0x5b,0x48,0x00,0x22, +0x05,0x5c,0x40,0x00,0x22,0x42,0x5c,0x28,0x00,0x13,0x84,0x10,0x00,0x23,0xc1,0x5c, +0xa0,0x09,0x03,0x10,0x00,0x23,0x3b,0x5d,0xa8,0x05,0x13,0x5d,0xa0,0x09,0x13,0x5d, +0xa0,0x09,0x13,0x5d,0xa0,0x09,0x12,0x5e,0x40,0x05,0x23,0x66,0x5e,0x70,0x06,0x12, +0x5e,0x38,0x00,0x13,0xe5,0x08,0x00,0x22,0x22,0x5f,0x08,0x00,0x22,0x5f,0x5f,0x30, +0x00,0x23,0x9c,0x5f,0x30,0x06,0x13,0x5f,0x00,0x05,0x12,0x60,0x90,0x00,0x23,0x4d, +0x60,0x30,0x06,0x13,0x60,0x30,0x06,0x13,0x60,0x30,0x06,0x12,0x60,0x60,0x00,0x22, +0x35,0x61,0x28,0x06,0x22,0x67,0x61,0x20,0x00,0x22,0xa4,0x61,0x50,0x00,0x22,0xe1, +0x61,0x28,0x00,0x22,0x18,0x62,0x08,0x00,0x13,0x4f,0x08,0x00,0x22,0x86,0x62,0x90, +0x00,0x22,0xc8,0x62,0xe0,0x09,0x13,0xfa,0x10,0x00,0x23,0x3c,0x63,0x90,0x0a,0x03, +0x08,0x00,0x22,0xb6,0x63,0x50,0x03,0x13,0xe3,0x10,0x00,0x22,0x20,0x64,0x40,0x00, +0x22,0x57,0x64,0x10,0x00,0x13,0x94,0x08,0x00,0x13,0xd1,0x08,0x00,0x22,0x0e,0x65, +0x08,0x00,0x13,0x4b,0x08,0x00,0x23,0x88,0x65,0x38,0x0b,0x13,0x65,0x80,0x03,0x13, +0x65,0x68,0x04,0x12,0x66,0x08,0x00,0x22,0x6a,0x66,0x20,0x00,0x22,0xa7,0x66,0x80, +0x00,0x13,0xe9,0x10,0x00,0x22,0x26,0x67,0x08,0x00,0x23,0x63,0x67,0x58,0x06,0x12, +0x67,0x20,0x00,0x13,0xe2,0x10,0x00,0x22,0x1f,0x68,0xe8,0x00,0x22,0x5c,0x68,0x18, +0x00,0x23,0x9e,0x68,0x58,0x06,0x13,0x68,0x58,0x06,0x13,0x69,0x58,0x06,0x12,0x69, +0x10,0x00,0x23,0x97,0x69,0x00,0x0c,0x13,0x69,0x00,0x0c,0x12,0x6a,0x20,0x00,0x22, +0x53,0x6a,0x88,0x00,0x13,0x8a,0x10,0x00,0x23,0xcc,0x6a,0x90,0x08,0x12,0x6b,0x08, +0x00,0x13,0x46,0x08,0x00,0x23,0x83,0x6b,0x98,0x03,0x12,0x6b,0x28,0x00,0x22,0x02, +0x6c,0x08,0x00,0x23,0x44,0x6c,0xe8,0x02,0x13,0x6c,0xf8,0x0a,0x03,0x18,0x00,0x22, +0x00,0x6d,0x08,0x00,0x23,0x42,0x6d,0x40,0x02,0x12,0x6d,0x20,0x00,0x13,0xc1,0x10, +0x00,0x22,0x03,0x6e,0x08,0x00,0x22,0x45,0x6e,0x18,0x00,0x13,0x82,0x08,0x00,0x13, +0xbf,0x08,0x00,0x23,0xfc,0x6e,0x90,0x03,0x12,0x6f,0x08,0x00,0x23,0x76,0x6f,0x78, +0x06,0x12,0x6f,0xb0,0x00,0x13,0xef,0x18,0x00,0x22,0x2c,0x70,0x08,0x00,0x22,0x69, +0x70,0x18,0x00,0x13,0xa0,0x08,0x00,0x22,0xd7,0x70,0x30,0x00,0x23,0x19,0x71,0x48, +0x0a,0x12,0x71,0x18,0x00,0x13,0x8d,0x10,0x00,0x22,0xca,0x71,0x20,0x00,0x22,0x0c, +0x72,0x08,0x00,0x22,0x4e,0x72,0x08,0x02,0x22,0x80,0x72,0x28,0x00,0x22,0xb7,0x72, +0x28,0x00,0x13,0xf4,0x20,0x00,0x22,0x36,0x73,0x08,0x00,0x23,0x78,0x73,0xe8,0x02, +0x12,0x73,0x28,0x00,0x23,0xec,0x73,0x00,0x0a,0x12,0x74,0x90,0x01,0x13,0x60,0x08, +0x00,0x22,0x9d,0x74,0x18,0x00,0x13,0xd4,0x08,0x00,0x23,0x0b,0x75,0xa0,0x06,0x13, +0x75,0xa0,0x06,0x13,0x75,0xa0,0x06,0x12,0x75,0xe0,0x04,0x13,0xfe,0x18,0x00,0x22, +0x35,0x76,0x60,0x00,0x13,0x72,0x08,0x00,0x23,0xaf,0x76,0xc0,0x09,0x13,0x76,0x68, +0x00,0x12,0x77,0x10,0x00,0x22,0x60,0x77,0x10,0x00,0x22,0x97,0x77,0x98,0x00,0x23, +0xd9,0x77,0x60,0x09,0x12,0x78,0x10,0x00,0x13,0x52,0x08,0x00,0x22,0x94,0x78,0x18, +0x00,0x22,0xcb,0x78,0x70,0x00,0x22,0x08,0x79,0x08,0x00,0x13,0x45,0x08,0x00,0x22, +0x82,0x79,0x28,0x00,0x13,0xc4,0x08,0x00,0x22,0x06,0x7a,0xe8,0x07,0x23,0x42,0x7a, +0xb8,0x01,0x13,0x7a,0xb8,0x01,0x13,0x7a,0xb8,0x01,0x13,0x7b,0xf8,0x05,0x12,0x7b, +0x10,0x00,0x23,0x82,0x7b,0x40,0x00,0x03,0x18,0x00,0x22,0x01,0x7c,0x10,0x00,0x13, +0x43,0x08,0x00,0x23,0x85,0x7c,0x68,0x0c,0x03,0x08,0x00,0x23,0x09,0x7d,0x58,0x02, +0x13,0x7d,0x58,0x0e,0x03,0x08,0x00,0x23,0xca,0x7d,0x90,0x01,0x13,0x7e,0x90,0x01, +0x03,0x08,0x00,0x13,0x90,0x08,0x00,0x22,0xd2,0x7e,0x38,0x00,0x22,0x0f,0x7f,0x10, +0x00,0x23,0x51,0x7f,0xd8,0x04,0x13,0x7f,0xd8,0x04,0x13,0x7f,0xd8,0x04,0x13,0x80, +0xd8,0x04,0x13,0x80,0x28,0x08,0x12,0x80,0x60,0x01,0x13,0xd3,0x10,0x00,0x22,0x10, +0x81,0x30,0x00,0x20,0x4d,0x81,0x18,0x00,0x42,0xff,0xfe,0x8f,0x81,0x18,0x00,0x23, +0xcc,0x81,0x28,0x06,0x12,0x82,0x30,0x01,0x22,0x40,0x82,0x28,0x00,0x23,0x7d,0x82, +0x08,0x0d,0x13,0x82,0x08,0x0d,0x12,0x82,0x60,0x00,0x23,0x33,0x83,0x28,0x08,0x12, +0x83,0x10,0x00,0x23,0xb2,0x83,0x28,0x08,0x12,0x83,0x70,0x00,0x23,0x2b,0x84,0xf0, +0x08,0x03,0x08,0x00,0x23,0xa5,0x84,0xe0,0x05,0x03,0x08,0x00,0x22,0x29,0x85,0x08, +0x00,0x13,0x6b,0x08,0x00,0x22,0xad,0x85,0x28,0x00,0x13,0xea,0x08,0x00,0x23,0x27, +0x86,0x88,0x0b,0x13,0x86,0x88,0x0b,0x13,0x86,0x88,0x0b,0x03,0x08,0x00,0x22,0x2f, +0x87,0x28,0x00,0x22,0x6c,0x87,0x10,0x00,0x13,0xae,0x08,0x00,0x13,0xf0,0x08,0x00, +0x22,0x32,0x88,0x08,0x00,0x23,0x74,0x88,0xf8,0x0a,0x03,0x08,0x00,0x22,0xf8,0x88, +0xb8,0x00,0x23,0x35,0x89,0x68,0x02,0x12,0x89,0xb8,0x00,0x13,0xa9,0x10,0x00,0x13, +0xe6,0x08,0x00,0x23,0x23,0x8a,0x68,0x02,0x03,0x08,0x00,0x22,0x9d,0x8a,0x40,0x00, +0x13,0xdf,0x08,0x00,0x23,0x21,0x8b,0xf8,0x0a,0x13,0x8b,0xa0,0x04,0x13,0x8b,0xf8, +0x0a,0x13,0x8b,0x88,0x08,0x12,0x8c,0x40,0x09,0x22,0x61,0x8c,0x60,0x00,0x23,0x98, +0x8c,0xc0,0x0d,0x03,0x08,0x00,0x22,0x06,0x8d,0x08,0x00,0x23,0x3d,0x8d,0xa0,0x0b, +0x03,0x08,0x00,0x22,0xab,0x8d,0xd8,0x00,0x23,0xe8,0x8d,0xe8,0x10,0x12,0x8e,0x08, +0x00,0x22,0x62,0x8e,0x58,0x00,0x13,0xa4,0x08,0x00,0x23,0xe6,0x8e,0x70,0x09,0x13, +0x8f,0x70,0x09,0x13,0x8f,0xe0,0x0f,0x13,0x8f,0x78,0x0a,0x13,0x8f,0x10,0x0d,0x13, +0x90,0x10,0x0d,0x12,0x90,0x60,0x00,0x22,0xa4,0x90,0x60,0x00,0x13,0xe1,0x08,0x00, +0x23,0x1e,0x91,0x48,0x0c,0x12,0x91,0x10,0x00,0x13,0x92,0x10,0x00,0x22,0xc9,0x91, +0x38,0x00,0x22,0x06,0x92,0x08,0x00,0x13,0x43,0x08,0x00,0x23,0x80,0x92,0xd0,0x0e, +0x12,0x92,0xe0,0x00,0x13,0xff,0x08,0x00,0x22,0x41,0x93,0x20,0x00,0x22,0x7e,0x93, +0x78,0x00,0x22,0xc0,0x93,0x28,0x00,0x13,0xfd,0x10,0x00,0x22,0x3f,0x94,0x08,0x00, +0x23,0x81,0x94,0x10,0x08,0x12,0x94,0x20,0x00,0x23,0x00,0x95,0x28,0x05,0x13,0x95, +0x70,0x03,0x03,0x08,0x00,0x22,0xc6,0x95,0x50,0x00,0x23,0x03,0x96,0x28,0x05,0x12, +0x96,0x98,0x00,0x22,0x7c,0x96,0x18,0x00,0x23,0xb9,0x96,0xc0,0x0b,0x12,0x96,0x48, +0x00,0x23,0x38,0x97,0x18,0x0e,0x40,0x97,0x00,0x0b,0x0c,0x48,0x01,0x13,0x97,0x30, +0x02,0x13,0x97,0xc8,0x10,0x12,0x98,0x10,0x00,0x22,0x6c,0x98,0x18,0x13,0x23,0x9e, +0x98,0x08,0x0f,0x03,0x10,0x00,0x31,0x07,0x99,0x90,0xf8,0x14,0x22,0x27,0x99,0x50, +0x0f,0x23,0x6f,0x99,0x60,0x0e,0x92,0x99,0x60,0x0c,0x0d,0x0a,0x00,0xff,0xf2,0x99, +0xd0,0x0a,0xa2,0x3a,0x9a,0x60,0x0c,0x0d,0x09,0x00,0x00,0x75,0x9a,0x20,0x00,0x50, +0xb7,0x9a,0x80,0x05,0x06,0x48,0x00,0x20,0x9a,0x40,0xe8,0x14,0xb2,0xff,0x02,0x9b, +0x60,0x0c,0x0d,0x0c,0x00,0xfe,0x50,0x9b,0x58,0x00,0x50,0x82,0x9b,0x90,0x07,0x08, +0x20,0x03,0x30,0x9b,0xa0,0x09,0x40,0x13,0x40,0xde,0x9b,0xa0,0x09,0x60,0x04,0x40, +0x1a,0x9c,0xa0,0x09,0x18,0x11,0x13,0x4c,0x08,0x00,0x22,0x7e,0x9c,0x20,0x00,0xf2, +0x03,0xaa,0x9c,0xa0,0x09,0x0b,0x0a,0xff,0xff,0xe1,0x9c,0xe0,0x06,0x07,0x0a,0x00, +0xff,0x04,0x9d,0x08,0x00,0x22,0x27,0x9d,0x28,0x00,0x10,0x59,0x08,0x00,0x52,0x03, +0x00,0x03,0x68,0x9d,0x88,0x00,0xf3,0x03,0xa3,0x9d,0xc0,0x0d,0x0e,0x0c,0x00,0xfe, +0xf7,0x9d,0x60,0x0c,0x0e,0x0c,0xff,0xfe,0x4b,0x9e,0x78,0x07,0x20,0x9e,0xa0,0x48, +0x14,0x23,0x01,0xa6,0x08,0x00,0xa2,0xc4,0x9e,0xc0,0x0d,0x0e,0x0a,0x00,0xff,0x0a, +0x9f,0x98,0x00,0x22,0x3c,0x9f,0xc0,0x00,0x22,0x7e,0x9f,0xd8,0x00,0x22,0xc6,0x9f, +0x60,0x00,0x22,0xf8,0x9f,0xa0,0x00,0x22,0x34,0xa0,0x10,0x00,0x13,0x66,0x08,0x00, +0x22,0x98,0xa0,0x38,0x00,0xa2,0xca,0xa0,0xe0,0x06,0x08,0x0c,0xff,0xfe,0xfa,0xa0, +0x28,0x00,0x22,0x36,0xa1,0x08,0x00,0x22,0x72,0xa1,0x90,0x00,0xd0,0xad,0xa1,0x00, +0x0b,0x0d,0x0c,0xff,0xfe,0xfb,0xa1,0x40,0x08,0x09,0xf0,0x0b,0x40,0xa2,0xc0,0x0d, +0x0e,0x18,0x02,0x00,0x08,0x00,0x43,0x08,0x00,0x00,0xb6,0x08,0x00,0x13,0xee,0x08, +0x00,0x22,0x26,0xa3,0x08,0x00,0x13,0x5e,0x08,0x00,0x22,0x96,0xa3,0xa8,0x00,0x22, +0xdc,0xa3,0x58,0x00,0x22,0x18,0xa4,0x08,0x00,0x22,0x54,0xa4,0xa8,0x00,0x50,0x9c, +0xa4,0xc0,0x0d,0x0e,0xd8,0x14,0x12,0xa4,0x60,0x00,0x60,0x11,0xa5,0x10,0x0b,0x0c, +0x08,0xe8,0x17,0xf0,0xff,0xff,0xff,0xff,0xff,0xe1,0x72,0x1f,0xb5,0x21,0x51,0x2f, +0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x7d,0x4d,0x82,0x4d,0x89,0x4d,0x8b,0x4d, +0x9b,0x4d,0xa8,0x4d,0xdc,0x4d,0xfb,0x4d,0xfe,0x4d,0x1b,0x4e,0x35,0x4e,0x40,0x4e, +0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x7f,0x4e,0x98,0x4e,0x9d,0x4e,0x9e,0x4e, +0x9f,0x4e,0xac,0x4e,0xcf,0x4e,0xd6,0x4e,0xdb,0x4e,0xeb,0x4e,0x14,0x4f,0x2d,0x4f, +0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5b,0x4f,0x5d,0x4f,0x62,0x4f,0x8c,0x4f,0x9f,0x4f, +0xac,0x4f,0xc4,0x4f,0xe9,0x4f,0x03,0x50,0x15,0x50,0x1f,0x50,0x50,0x50,0x6f,0x50, +0x82,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb7,0x50,0xb8,0x50,0xbc,0x50, +0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xda,0x50,0x4a,0x51,0x4d,0x51,0x56,0x51, +0x57,0x51,0x67,0x51,0x6d,0x51,0x75,0x51,0x79,0x51,0x7a,0x51,0x80,0x51,0x86,0x51, +0x87,0x51,0x9d,0x51,0xbf,0x51,0xc5,0x51,0xef,0x51,0xf0,0x51,0x25,0x52,0x55,0x52, +0x58,0x52,0x66,0x52,0x90,0x52,0x97,0x52,0xa4,0x52,0xb1,0x52,0xef,0x52,0x13,0x53, +0x1a,0x53,0x1d,0x53,0x26,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40,0x53,0x43,0x53, +0x5c,0x53,0x5d,0x53,0x61,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a,0x53,0xdc,0x53, +0x9f,0x54,0xaf,0x54,0xfe,0x54,0x1e,0x55,0xb8,0x55,0x2e,0x56,0x4a,0x56,0x4e,0x56, +0x5b,0x56,0x5d,0x56,0x63,0x56,0x66,0x56,0x78,0x56,0x80,0x56,0x90,0x56,0x97,0x56, +0xa7,0x56,0xdb,0x56,0x47,0x57,0x4a,0x57,0x81,0x57,0x9a,0x57,0xbb,0x57,0xee,0x57, +0x23,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81,0x58,0x8e,0x58, +0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xc8,0x5a,0xd3,0x5a,0xd9,0x5a, +0xdc,0x5a,0xea,0x5a,0x09,0x5b,0x36,0x5b,0x3b,0x5b,0x3c,0x5b,0x48,0x5b,0x49,0x5b, +0x54,0x5b,0x57,0x5b,0x5d,0x5b,0x5e,0x5b,0x5f,0x5b,0x8a,0x5b,0x90,0x5b,0x95,0x5b, +0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x5c,0x5d,0x86,0x5d, +0x88,0x5d,0x8d,0x5d,0x90,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf,0x5d,0xf6,0x5d, +0x30,0x5e,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x5f,0x5e,0x65,0x5e,0x81,0x5e,0x87,0x5e, +0x98,0x5e,0xb2,0x5e,0xc1,0x5e,0xd5,0x5e,0xd8,0x5e,0xdc,0x5e,0xe1,0x5e,0xee,0x5e, +0xf9,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x3b,0x5f,0x4d,0x5f,0x70,0x5f,0x75,0x5f, +0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0x9b,0x60,0xb2,0x60,0x19,0x61, +0x60,0x61,0x66,0x61,0x7a,0x61,0x82,0x61,0x86,0x61,0x90,0x61,0x97,0x61,0x9b,0x61, +0xa3,0x61,0xce,0x61,0x19,0x62,0x22,0x62,0x4e,0x62,0x51,0x62,0x57,0x62,0x59,0x62, +0x7f,0x62,0xc7,0x62,0xd3,0x62,0xe2,0x62,0xf1,0x62,0xf5,0x62,0xf7,0x62,0xf8,0x62, +0x1f,0x63,0x20,0x63,0x22,0x63,0x2a,0x63,0x2b,0x63,0x66,0x63,0x97,0x63,0xc8,0x63, +0xf5,0x63,0xfd,0x63,0x17,0x64,0x1a,0x64,0x1d,0x64,0x2a,0x64,0x36,0x64,0x3c,0x64, +0x44,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98,0x64,0xa7,0x64, +0xa9,0x64,0xc4,0x64,0xc8,0x64,0xd7,0x64,0xec,0x64,0xff,0x64,0x00,0x65,0x07,0x65, +0x09,0x65,0x0c,0x65,0x1b,0x65,0x35,0x65,0x5e,0x65,0x6f,0x65,0x70,0x65,0x7f,0x65, +0x92,0x65,0xbe,0x65,0xbf,0x65,0xfb,0x65,0x42,0x66,0x44,0x66,0x4f,0x66,0x50,0x66, +0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x96,0x66,0xaf,0x66,0xcf,0x66,0xec,0x66, +0x14,0x67,0x35,0x67,0x71,0x67,0x8c,0x67,0x96,0x67,0x98,0x67,0xcf,0x67,0xed,0x67, +0xc5,0x68,0x52,0x69,0x69,0x69,0x71,0x69,0x73,0x69,0xaf,0x69,0xbb,0x69,0xe4,0x69, +0xf2,0x69,0x54,0x6a,0xa0,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5,0x6a,0xcb,0x6a, +0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xe2,0x6b,0xf1,0x6b,0x09,0x6c,0x0f,0x6c, +0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91,0x6c,0xd8,0x6c, +0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x6b,0x6d,0x7c,0x6d,0xe0,0x6d,0xe6,0x6d,0xfb,0x6d, +0x21,0x6e,0x3f,0x6e,0x4e,0x6e,0x4f,0x6e,0x88,0x6e,0x10,0x6f,0x4e,0x6f,0xb3,0x6f, +0x09,0x70,0x0a,0x70,0x71,0x70,0x76,0x70,0x01,0x71,0x97,0x71,0x98,0x71,0xa9,0x71, +0xc9,0x71,0x10,0x72,0xd7,0x72,0x3d,0x73,0x4e,0x73,0x56,0x73,0xae,0x73,0x00,0x74, +0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xc0,0x74,0xc6,0x74,0xda,0x74, +0xcc,0x75,0xcd,0x75,0xd4,0x75,0x33,0x76,0x34,0x76,0x3e,0x76,0x44,0x76,0x48,0x76, +0x5b,0x76,0x6f,0x76,0x35,0x77,0xbc,0x77,0x0a,0x78,0x0c,0x78,0x8a,0x78,0xd1,0x78, +0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0x81,0x79,0xca,0x79,0xd1,0x79,0xe7,0x79, +0x3f,0x7a,0x46,0x7a,0x7c,0x7a,0x99,0x7a,0xe7,0x7a,0xf1,0x7a,0x10,0x7b,0x14,0x7b, +0x8d,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x55,0x7c,0x6a,0x7c,0x80,0x7c,0x92,0x7c, +0x94,0x7c,0xa0,0x7c,0xa5,0x7c,0xc1,0x7c,0xe3,0x7c,0xf0,0x7c,0x1a,0x7d,0x2a,0x7d, +0x38,0x7d,0x44,0x7d,0x7e,0x7d,0x81,0x7d,0x8d,0x7d,0xdc,0x7d,0x66,0x7e,0xbe,0x7e, +0xde,0x7e,0xf9,0x7e,0x55,0x7f,0x67,0x7f,0xbf,0x7f,0xc2,0x7f,0x1c,0x80,0x4d,0x80, +0x58,0x80,0xc3,0x80,0x3a,0x81,0x43,0x81,0x57,0x81,0x7a,0x81,0x85,0x81,0xc2,0x81, +0x41,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x1b,0x84,0x1d,0x85,0x1f,0x85,0x7d,0x85, +0xaf,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xab,0x87,0xad,0x87,0xb8,0x87,0xc0,0x87, +0xfb,0x87,0x2c,0x88,0x2d,0x88,0x4d,0x88,0x57,0x88,0xcf,0x88,0xd1,0x88,0xd6,0x88, +0xdf,0x88,0xe6,0x88,0x18,0x89,0x22,0x89,0x48,0x89,0x50,0x89,0x58,0x89,0x68,0x89, +0x7a,0x89,0x7d,0x89,0x8b,0x89,0xb2,0x89,0xb6,0x89,0xc1,0x89,0xc3,0x89,0xdc,0x89, +0xdd,0x89,0xee,0x89,0xf4,0x89,0xfa,0x89,0x0f,0x8a,0x1b,0x8a,0x99,0x8a,0xa8,0x8a, +0xac,0x8a,0xb6,0x8a,0xc0,0x8a,0xc7,0x8a,0xd0,0x8a,0xda,0x8a,0x0c,0x8c,0x75,0x8c, +0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0x48,0x8e,0x53,0x8e, +0x59,0x8e,0x7a,0x8e,0x7f,0x8e,0x88,0x8e,0x99,0x8e,0xc4,0x8e,0xe1,0x8e,0x40,0x8f, +0x50,0x8f,0x6a,0x8f,0x6f,0x8f,0x73,0x8f,0x81,0x8f,0x82,0x8f,0x8b,0x8f,0x9a,0x8f, +0x9b,0x8f,0x9e,0x8f,0xa3,0x8f,0xc2,0x8f,0xc8,0x8f,0xda,0x8f,0xdf,0x8f,0x38,0x90, +0x1d,0x91,0x1f,0x91,0x2d,0x91,0x65,0x91,0x54,0x92,0x7f,0x92,0xc5,0x92,0xe6,0x92, +0x31,0x93,0x68,0x93,0xa1,0x93,0xfe,0x93,0x7e,0x94,0xc7,0x94,0xd0,0x94,0xd9,0x94, +0xdb,0x94,0xe2,0x94,0xe3,0x94,0x2c,0x95,0x90,0x95,0x94,0x95,0xa0,0x95,0xb4,0x95, +0xc0,0x95,0xe4,0x95,0xec,0x95,0xf8,0x95,0x29,0x96,0x32,0x96,0x4b,0x96,0x50,0x96, +0x57,0x96,0xac,0x96,0xae,0x96,0xb2,0x96,0x1c,0x97,0x43,0x97,0x4f,0x97,0x51,0x97, +0x52,0x97,0x55,0x97,0x56,0x97,0x60,0x97,0x8b,0x97,0x9c,0x97,0x9f,0x97,0xae,0x97, +0xbf,0x97,0xd4,0x97,0xec,0x97,0x2b,0x98,0x95,0x99,0xa7,0x99,0x24,0x9a,0x28,0x9a, +0x44,0x9c,0xf5,0x9d,0x28,0x9e,0x2e,0x9e,0x9a,0x9e,0xa0,0x9e,0x51,0xef,0x58,0xef, +0x5b,0xef,0x5c,0xef,0x5d,0xef,0x61,0xef,0x63,0xef,0x65,0xef,0x69,0xef,0x6c,0xef, +0x71,0xef,0x76,0xef,0x77,0xef,0x78,0xef,0x8e,0xef,0x93,0xef,0x98,0xef,0x9b,0xef, +0x9c,0xef,0x9d,0xef,0xa1,0xef,0xa2,0xef,0xa3,0xef,0xa4,0xef,0xb7,0xef,0xb8,0xef, +0xbe,0xef,0xc0,0xef,0xc1,0xef,0xc4,0xef,0xc7,0xef,0xc8,0xef,0xc9,0xef,0xcb,0xef, +0xe3,0xef,0xe5,0xef,0x14,0xf0,0x15,0xf0,0x17,0xf0,0x19,0xf0,0x30,0xf0,0x37,0xf0, +0x3a,0xf0,0x43,0xf0,0x6c,0xf0,0x74,0xf0,0xab,0xf0,0x3b,0xf1,0x90,0xf1,0x91,0xf1, +0x92,0xf1,0x93,0xf1,0x94,0xf1,0xd7,0xf1,0xe3,0xf1,0x3d,0xf2,0x54,0xf2,0xaa,0xf4, +0x12,0xf7,0xf2,0xf7,0xcd,0x0b,0xc0,0xab,0x09,0xa0,0x89,0x02,0x20,0xac,0x0a,0xc0, +0x0f,0x94,0xf5,0x0f,0x83,0xf4,0x0d,0x61,0xf2,0x08,0x30,0xa0,0x00,0xe0,0xa4,0x00, +0x1d,0x0c,0x20,0x4f,0xff,0xff,0x10,0x59,0x0f,0x00,0x07,0x71,0xd0,0x09,0xff,0xff, +0xd0,0x0b,0x45,0x90,0x00,0xd1,0x77,0x00,0x00,0x4c,0x00,0x03,0xbf,0x91,0x0e,0xc7, +0xb3,0x1f,0xb1,0x00,0x04,0xef,0x70,0x00,0x09,0xf7,0x00,0x00,0xea,0x3e,0x88,0xf6, +0x07,0xdf,0x60,0x00,0x4c,0x00,0x1b,0xe8,0x00,0x3b,0x00,0x07,0xa1,0xf2,0x0c,0x20, +0x00,0x98,0x0d,0x45,0x90,0x00,0x07,0xb1,0xf2,0xd2,0xbd,0x60,0x0a,0xd7,0x77,0x8a, +0x2f,0x10,0x00,0x1d,0x0b,0x70,0xf3,0x00,0x08,0x60,0x8a,0x2f,0x10,0x02,0xc0,0x01, +0xce,0x70,0x01,0xbe,0xa0,0x00,0x08,0xd2,0xf5,0x00,0x09,0xd6,0xf2,0x00,0x05,0xfe, +0x30,0x55,0x2e,0xdf,0x42,0xf5,0x8f,0x09,0xfc,0xd0,0x8f,0x74,0xef,0xd5,0x0a,0xee, +0xa4,0x99,0x0f,0x90,0xf8,0x0d,0x60,0x83,0x00,0x63,0x00,0xf4,0x07,0xd0,0x0b,0x80, +0x0e,0x60,0x0f,0x40,0x0f,0x50,0x0c,0x70,0x09,0xa0,0x03,0xf1,0x00,0xb6,0x00,0x00, +0x27,0x00,0x1f,0x20,0x0a,0xa0,0x05,0xe0,0x03,0xf0,0x02,0xf2,0x03,0xf1,0x05,0xf0, +0x08,0xc0,0x0e,0x50,0x3d,0xef,0x05,0xb0,0xb4,0x00,0x4c,0xec,0xc0,0x07,0xfe,0x10, +0x0a,0x6b,0x30,0x0f,0x00,0x10,0x37,0x42,0x1c,0xb0,0x00,0x00,0x5d,0x00,0x08,0xff, +0xff,0xf0,0x12,0x7d,0x22,0x0e,0x00,0xf6,0x36,0x0a,0x61,0xee,0x05,0xd3,0xd3,0x00, +0x00,0x7f,0xf8,0x12,0x21,0x0d,0x80,0xd8,0x00,0x4d,0x00,0x88,0x00,0xc4,0x00,0xf0, +0x04,0xc0,0x08,0x80,0x0c,0x40,0x1f,0x00,0x5b,0x00,0x97,0x00,0x62,0x00,0x04,0xde, +0x90,0x0f,0xa5,0xf7,0x5f,0x20,0xad,0x7f,0x00,0x9f,0x7f,0x00,0x9f,0x5f,0x20,0xbd, +0x0e,0xa5,0xf7,0x03,0xde,0x90,0x05,0xbf,0x40,0x08,0xcf,0x40,0x00,0x5f,0x03,0x00, +0xf2,0xc8,0x03,0x8f,0x73,0x1f,0xff,0xfc,0x09,0xee,0x80,0x4c,0x59,0xf5,0x00,0x01, +0xf7,0x00,0x04,0xf4,0x00,0x1d,0xc0,0x00,0xce,0x10,0x1c,0xf6,0x44,0x8f,0xff,0xfe, +0x19,0xee,0xa1,0x19,0x47,0xf8,0x00,0x05,0xf6,0x00,0xff,0x90,0x00,0x26,0xf7,0x00, +0x00,0xdc,0x6c,0x57,0xfa,0x2a,0xee,0xa1,0x00,0x1f,0xf3,0x00,0x09,0xef,0x30,0x03, +0xf8,0xf3,0x00,0xcb,0x4f,0x30,0x6f,0x24,0xf3,0x0c,0xff,0xff,0xf2,0x22,0x26,0xf5, +0x00,0x00,0x4f,0x30,0x0d,0xff,0xf8,0x0e,0xa4,0x42,0x0f,0x70,0x00,0x0f,0xee,0xb1, +0x05,0x45,0xfa,0x00,0x00,0xdd,0x5a,0x57,0xf9,0x2a,0xee,0x90,0x01,0xaf,0xd5,0x00, +0xcd,0x47,0x50,0x3f,0x40,0x00,0x05,0xf8,0xec,0x30,0x6f,0x83,0xdd,0x04,0xf2,0x08, +0xf0,0x0d,0xb4,0xdc,0x00,0x2c,0xfc,0x20,0x7f,0xff,0xff,0x24,0x45,0xf8,0x00,0x08, +0xd0,0x00,0x1f,0x60,0x00,0x6f,0x10,0x00,0xae,0x00,0x00,0xdc,0x00,0x00,0xeb,0x00, +0x05,0xdf,0xb1,0x0f,0x93,0xe8,0x0f,0x70,0xc8,0x07,0xfb,0xd1,0x0b,0x9c,0xf5,0x5f, +0x00,0xad,0x5f,0x62,0xdd,0x07,0xef,0xc2,0x07,0xee,0x70,0x4f,0x75,0xf5,0x8f,0x00, +0xbb,0x6f,0x41,0xdd,0x0c,0xfe,0xcd,0x00,0x10,0xca,0x09,0x58,0xf3,0x1b,0xed,0x50, +0x0d,0x81,0xd8,0x00,0x00,0x00,0x0d,0x80,0xd8,0x09,0x00,0x03,0x2c,0x01,0x00,0x89, +0x1d,0xf2,0x0c,0x00,0x03,0x9f,0xe0,0x5d,0xe8,0x30,0x06,0xfc,0x61,0x00,0x00,0x6b, +0xfc,0x00,0x00,0x01,0x70,0x9f,0xff,0xff,0x00,0x11,0x11,0x10,0x00,0x00,0x5e,0x01, +0xf0,0x1d,0x22,0x22,0x00,0x42,0x00,0x00,0x07,0xfc,0x61,0x00,0x01,0x6b,0xfa,0x00, +0x04,0x9e,0xd0,0x6e,0xe8,0x20,0x05,0x40,0x00,0x00,0x1a,0xec,0x60,0x29,0x4c,0xf0, +0x00,0x0a,0xe0,0x00,0x6f,0x40,0x00,0xe8,0x00,0x00,0x31,0x00,0x02,0xe6,0x03,0x00, +0xf0,0x19,0x00,0x04,0xbe,0xec,0x50,0x00,0x0a,0xd4,0x00,0x3c,0x90,0x06,0xc0,0x00, +0x00,0x1e,0x20,0xf3,0x09,0xec,0xa0,0xa5,0x3e,0x08,0xc1,0xc7,0x0b,0x55,0xc0,0xb8, +0x1f,0x42,0xe1,0x3e,0x04,0xca,0x7d,0xb3,0x00,0xe5,0x7e,0x00,0xf2,0x8c,0x04,0xe7, +0x10,0x33,0x00,0x00,0x02,0xad,0xec,0x50,0x00,0x00,0x09,0xfa,0x00,0x00,0x00,0xed, +0xf0,0x00,0x00,0x4f,0x5f,0x40,0x00,0x09,0xe0,0xe9,0x00,0x00,0xea,0x0a,0xe0,0x00, +0x3f,0xff,0xff,0x40,0x08,0xf3,0x23,0xf9,0x00,0xec,0x00,0x0c,0xe0,0xff,0xfe,0xb1, +0x0f,0xb3,0x6f,0x80,0xf9,0x04,0xf6,0x0f,0xff,0xfd,0x00,0xfb,0x25,0xeb,0x0f,0x90, +0x0a,0xf0,0xfb,0x36,0xec,0x0f,0xff,0xeb,0x20,0x00,0x7d,0xfb,0x30,0x9f,0x96,0xb5, +0x1f,0x90,0x00,0x05,0xf5,0x00,0x00,0x5f,0x50,0x00,0x02,0xf9,0x00,0x00,0x0a,0xf9, +0x6b,0x90,0x08,0xdf,0xc3,0xff,0xfd,0x60,0x0f,0xb4,0x9f,0x80,0xf9,0x00,0xbf,0x0f, +0x90,0x07,0xf3,0xf9,0x00,0x7f,0x2f,0x90,0x0b,0xf0,0xfb,0x4a,0xf7,0x0f,0xff,0xd6, +0x00,0xff,0xff,0xf0,0xfb,0x44,0x40,0xfa,0x00,0x00,0xff,0xff,0x70,0xfb,0x33,0x10, +0xf9,0x00,0x00,0xfb,0x44,0x40,0xff,0xff,0xf1,0x18,0x00,0x31,0xf9,0x00,0x00,0x1b, +0x00,0x12,0x80,0x1b,0x00,0xf0,0x02,0xf9,0x00,0x00,0x00,0x6d,0xfc,0x50,0x08,0xfa, +0x6a,0x90,0x1f,0xa0,0x00,0x00,0x4f,0x50,0x6a,0x00,0xf0,0x10,0xbf,0xf2,0x2f,0x90, +0x27,0xf2,0x09,0xfa,0x6a,0xf2,0x00,0x7d,0xfd,0x70,0xf9,0x00,0x4f,0x5f,0x90,0x04, +0xf5,0xfa,0x11,0x5f,0x5f,0xff,0xff,0xf5,0xfb,0x44,0x7f,0x0e,0x00,0x03,0x15,0x00, +0x13,0xf9,0x01,0x00,0x39,0x00,0x05,0xf4,0x03,0x00,0xf6,0x1a,0x06,0xf4,0x6d,0x6d, +0xf1,0x1b,0xed,0x50,0xf9,0x01,0xeb,0x0f,0x90,0xce,0x10,0xf9,0x9f,0x30,0x0f,0xef, +0xd0,0x00,0xff,0xcf,0x70,0x0f,0xd0,0xaf,0x10,0xf9,0x01,0xfa,0x0f,0x90,0x07,0xf4, +0xf9,0x00,0x0f,0x90,0x00,0x05,0x00,0xf0,0x4a,0xfb,0x44,0x4f,0xff,0xfe,0xff,0x00, +0x09,0xf6,0xff,0x50,0x0e,0xf6,0xfd,0xb0,0x5e,0xe6,0xf8,0xf1,0xa8,0xf6,0xf7,0xd7, +0xf4,0xf6,0xf7,0x7f,0xc1,0xf6,0xf7,0x1f,0x61,0xf6,0xf7,0x03,0x01,0xf6,0xfe,0x00, +0x4f,0x3f,0xf7,0x04,0xf3,0xfb,0xf1,0x4f,0x3f,0x7d,0x94,0xf3,0xf8,0x5f,0x5f,0x3f, +0x80,0xcc,0xf3,0xf8,0x04,0xff,0x3f,0x80,0x0b,0xf3,0x00,0x8d,0xfb,0x30,0x0a,0xf8, +0x6d,0xf2,0x2f,0x90,0x01,0xf9,0x5f,0x40,0x00,0xdc,0x5f,0x50,0x00,0xdc,0x2f,0x90, +0x02,0xf9,0x14,0x00,0x00,0x1c,0x00,0xf2,0x03,0xff,0xfe,0xa1,0xfb,0x37,0xf9,0xf9, +0x00,0xdc,0xfa,0x04,0xfa,0xff,0xff,0xc1,0xfb,0x31,0x00,0x00,0x01,0x00,0x1c,0x00, +0x50,0x00,0xaf,0x86,0xdf,0x20,0x39,0x00,0x50,0x05,0xf4,0x00,0x0d,0xc0,0x3e,0x00, +0xfa,0x4e,0x02,0xf8,0x00,0x1f,0xa0,0x0b,0xf7,0x4c,0xf2,0x00,0x09,0xff,0xd4,0x00, +0x00,0x02,0xec,0x54,0x00,0x00,0x03,0xbf,0xf1,0xff,0xfe,0xa1,0x0f,0xb3,0x6f,0xa0, +0xf9,0x00,0xcd,0x0f,0xa0,0x4f,0xa0,0xff,0xff,0xd2,0x0f,0xb3,0xfa,0x00,0xf9,0x07, +0xf4,0x0f,0x90,0x0d,0xe0,0x03,0xcf,0xd6,0x00,0xfd,0x68,0xa0,0x2f,0xa0,0x00,0x00, +0xaf,0xe8,0x00,0x00,0x4b,0xfe,0x00,0x00,0x06,0xf5,0x3f,0x96,0xbf,0x30,0x7d,0xfd, +0x50,0xaf,0xff,0xff,0x83,0x48,0xf7,0x42,0x00,0x5f,0x30,0x00,0x05,0xf3,0x00,0x07, +0x00,0x4b,0x0f,0x90,0x04,0xf4,0x04,0x00,0xf2,0x7c,0xf3,0x0e,0xb0,0x07,0xf1,0x08, +0xf8,0x6e,0xc0,0x00,0x9e,0xfb,0x20,0x0e,0xc0,0x00,0xeb,0x09,0xf1,0x03,0xf6,0x04, +0xf5,0x07,0xf1,0x00,0xf9,0x0b,0xc0,0x00,0xae,0x0f,0x70,0x00,0x5f,0x6f,0x20,0x00, +0x0f,0xed,0x00,0x00,0x0b,0xf8,0x00,0xbf,0x00,0xbe,0x00,0xcb,0x8f,0x10,0xff,0x20, +0xf8,0x4f,0x43,0xfe,0x61,0xf5,0x1f,0x77,0xcb,0x94,0xf2,0x0e,0x9a,0x87,0xd6,0xf0, +0x0b,0xbe,0x54,0xf9,0xc0,0x08,0xff,0x10,0xfe,0x90,0x05,0xfe,0x00,0xcf,0x60,0x6f, +0x50,0x5f,0x50,0xdd,0x0d,0xc0,0x05,0xf9,0xf3,0x00,0x0c,0xfb,0x00,0x00,0xef,0xc0, +0x00,0x7f,0x6f,0x50,0x1f,0x90,0xdd,0x09,0xf2,0x05,0xf7,0x0d,0xd0,0x07,0xf3,0x05, +0xf4,0x0d,0xb0,0x00,0xdb,0x4f,0x30,0x00,0x6f,0xcc,0x00,0x00,0x0e,0xf4,0x00,0x00, +0x0a,0xf0,0x00,0x00,0x09,0x04,0x00,0xf4,0x12,0x2f,0xff,0xff,0x40,0x44,0x5f,0xd0, +0x00,0x08,0xf3,0x00,0x03,0xf9,0x00,0x00,0xdd,0x00,0x00,0x8f,0x40,0x00,0x2f,0xc4, +0x44,0x18,0xff,0xff,0xf4,0xed,0x8e,0x50,0xe5,0x0e,0x03,0x00,0xfb,0x12,0x0d,0xd8, +0x88,0x00,0x04,0xc0,0x00,0x0f,0x00,0x00,0xc4,0x00,0x08,0x80,0x00,0x4c,0x00,0x00, +0xf1,0x00,0x0b,0x50,0x00,0x79,0x00,0x03,0xd0,0x00,0x07,0x00,0x6d,0xf0,0x02,0x02, +0x00,0xf0,0x22,0x6d,0xe0,0x00,0x47,0x00,0x00,0xdf,0x50,0x04,0xf8,0xc0,0x0b,0x91, +0xf2,0x2f,0x30,0xb9,0xce,0xee,0xee,0x10,0x15,0x00,0x7f,0x50,0x07,0xe0,0x00,0x00, +0x08,0xdf,0xb1,0x09,0x56,0xf8,0x02,0x8b,0xfb,0x2f,0x93,0xeb,0x5f,0x66,0xfb,0x0a, +0xea,0xcb,0x1f,0x70,0xbb,0x04,0xf0,0x0f,0x00,0x1f,0xbd,0xe8,0x01,0xfd,0x5b,0xf4, +0x1f,0x70,0x2f,0x81,0xf7,0x03,0xf7,0x1f,0xc5,0xcf,0x31,0xf9,0xee,0x50,0x03,0xcf, +0xc2,0x1f,0xd5,0x70,0x6f,0x40,0xbf,0x03,0xf1,0x34,0x2f,0xd5,0x81,0x04,0xdf,0xc3, +0x00,0x00,0x6f,0x30,0x00,0x06,0xf3,0x05,0xde,0xbf,0x32,0xfc,0x5b,0xf3,0x6f,0x50, +0x6f,0x36,0xf4,0x06,0xf3,0x2f,0xc5,0xcf,0x30,0x6e,0xe8,0xf3,0x04,0xdf,0xb2,0x2f, +0x84,0xcb,0x6f,0xee,0xfe,0x6f,0x51,0x11,0x2f,0xc4,0x63,0x04,0xcf,0xd5,0x05,0xef, +0x40,0xde,0x30,0xaf,0xfe,0x02,0xed,0x30,0x0d,0xc0,0x00,0xdc,0x00,0x05,0x00,0xf4, +0x0d,0x07,0xef,0xff,0x43,0xf8,0x5f,0x70,0x3f,0x62,0xf6,0x00,0xce,0xd8,0x00,0x2f, +0x63,0x20,0x00,0xef,0xff,0xf2,0x6f,0x20,0x7f,0x32,0xbe,0xfc,0x60,0x8c,0x00,0xf0, +0x01,0xac,0xf9,0x01,0xfe,0x6c,0xf2,0x1f,0x70,0x6f,0x31,0xf7,0x05,0xf3,0x1f,0x70, +0x5f,0x07,0x00,0x62,0x2e,0x60,0x93,0x1f,0x71,0xf7,0x03,0x00,0x64,0x02,0xe7,0x00, +0x93,0x01,0xf7,0x02,0x00,0xf7,0x15,0x02,0xf7,0x17,0xf6,0x7f,0xb0,0x1f,0x60,0x00, +0x01,0xf6,0x00,0x00,0x1f,0x60,0xcd,0x11,0xf7,0x9e,0x20,0x1f,0xdf,0x60,0x01,0xff, +0xde,0x00,0x1f,0x81,0xf9,0x01,0xf6,0x07,0xf4,0x1f,0x70,0x02,0x00,0xf7,0x08,0xa0, +0x0a,0xf2,0x1f,0x7c,0xe7,0x7e,0xd3,0x1f,0xd6,0xdf,0xb6,0xfa,0x1f,0x70,0x8f,0x20, +0xdc,0x1f,0x70,0x7f,0x20,0xcc,0x05,0x00,0x2e,0x7c,0xf9,0x7f,0x00,0xfc,0x08,0x04, +0xcf,0xc3,0x02,0xfc,0x6d,0xe1,0x6f,0x40,0x6f,0x46,0xf4,0x06,0xf4,0x2f,0xc5,0xde, +0x10,0x4c,0xfc,0x30,0x1f,0x9d,0x35,0x01,0x24,0xfc,0xee,0xc5,0x00,0x96,0x05,0xde, +0xaf,0x32,0xfb,0x3a,0xf3,0x6f,0x40,0x23,0x01,0x23,0xeb,0xf3,0x3f,0x01,0xf0,0x2d, +0x1f,0x5c,0xa1,0xff,0x83,0x1f,0x90,0x01,0xf7,0x00,0x1f,0x70,0x01,0xf7,0x00,0x09, +0xee,0x80,0x5f,0x65,0x40,0x2e,0xd6,0x00,0x01,0x7e,0xd0,0x37,0x3a,0xf0,0x4c,0xfd, +0x50,0x05,0x50,0x00,0xcb,0x00,0xbf,0xff,0x32,0xec,0x30,0x0e,0xb0,0x00,0xeb,0x00, +0x0c,0xe4,0x00,0x4e,0xe4,0x3f,0x60,0x7f,0x23,0xf6,0x07,0xf2,0x07,0x00,0xf0,0x0c, +0xf7,0x07,0xf2,0x1f,0xc6,0xef,0x20,0x8f,0xc6,0xf2,0xae,0x00,0x8f,0x05,0xf3,0x0d, +0xa0,0x0f,0x81,0xf5,0x00,0x9d,0x6f,0x00,0x04,0xfc,0xa0,0x67,0x02,0xf6,0x65,0x9f, +0x01,0xfa,0x06,0xf1,0x4f,0x34,0xfe,0x0a,0xc0,0x0f,0x78,0x9f,0x2e,0x80,0x0c,0xac, +0x5d,0x7f,0x40,0x08,0xef,0x19,0xdf,0x00,0x03,0xfd,0x05,0xfc,0x00,0x6f,0x51,0xf9, +0x0c,0xd8,0xe1,0x02,0xff,0x60,0x04,0xff,0x50,0x0d,0x9a,0xe1,0x8f,0x21,0xfa,0xae, +0x00,0x8f,0x03,0xf5,0x0d,0x90,0x0c,0xb3,0xf3,0x00,0x5f,0x8d,0x00,0x00,0xef,0x70, +0x00,0x08,0xf2,0x00,0x05,0xe9,0x00,0x04,0xfb,0x00,0x00,0x3f,0xff,0xf3,0x03,0x4f, +0xb0,0x00,0xbf,0x10,0x06,0xf5,0x00,0x2f,0xc3,0x31,0x8f,0xff,0xf4,0x04,0xd8,0x09, +0xb0,0x09,0xa0,0x08,0xb0,0x0b,0x90,0x9f,0x30,0x0a,0xa0,0x09,0xa0,0x09,0xb0,0x04, +0xc8,0xc2,0xe2,0x01,0x00,0xc0,0x6e,0x60,0x09,0xc0,0x08,0xc0,0x08,0xb0,0x07,0xd1, +0x02,0xeb,0x08,0x00,0xb2,0x09,0xc0,0x6d,0x60,0x1b,0xc6,0x16,0x04,0x85,0xcf,0x80, +0x80,0x25,0x10,0x2b,0x05,0x00,0xf0,0x15,0x3e,0xb0,0x00,0xcd,0xdd,0xea,0x89,0x00, +0xe1,0x11,0x10,0x0a,0x80,0xe0,0x00,0x00,0x01,0xf1,0xe3,0x33,0x31,0x0c,0x60,0xab, +0xbb,0xcb,0xa7,0x00,0x00,0x00,0x3f,0x90,0x00,0x00,0x00,0x19,0x28,0x00,0x10,0x79, +0x05,0x00,0x20,0x6e,0xb0,0x55,0x05,0xf0,0x0e,0x4f,0xdd,0xdd,0x00,0x6d,0x10,0x00, +0x00,0xd1,0x0f,0x50,0x00,0x00,0x0d,0x10,0x4e,0x30,0x33,0x33,0xd1,0x00,0x4e,0x5e, +0xbb,0xba,0x00,0x00,0x4f,0xb0,0x27,0x00,0x15,0x47,0xeb,0x25,0xf1,0x0f,0xad,0x20, +0x00,0x00,0xb6,0x2d,0x20,0x00,0xb7,0x00,0x2d,0x20,0xaf,0xb0,0x08,0xde,0x12,0x3d, +0x20,0xc4,0x30,0x00,0xc2,0x0c,0x20,0x00,0x0c,0x20,0xc2,0x00,0x09,0x00,0x86,0x0b, +0xee,0xf1,0x00,0x00,0xbe,0xef,0x10,0x12,0x00,0x00,0x09,0x00,0xf9,0x07,0x9c,0xf1, +0x0c,0xdc,0x15,0xf3,0x00,0x0c,0xa0,0x07,0xd1,0x08,0xc0,0x00,0x08,0xb7,0xd0,0x00, +0x00,0x09,0xd1,0x00,0x01,0x00,0x10,0xc1,0x05,0x00,0x10,0x68,0xcc,0x00,0xf4,0x15, +0x0b,0x0a,0x10,0x00,0x00,0x06,0x50,0x28,0x00,0x00,0x00,0xb0,0x00,0xa1,0x00,0x00, +0x65,0x00,0x02,0x90,0x00,0x0b,0x00,0x00,0x09,0x10,0x06,0x50,0x00,0x00,0x29,0x00, +0xda,0xaa,0xaa,0xaa,0x3d,0x00,0xf0,0x0f,0x69,0xa1,0x00,0x39,0x5f,0x01,0x80,0x78, +0x04,0xf1,0x66,0x38,0x00,0x93,0xff,0x18,0x10,0x0b,0xa4,0x17,0x90,0x02,0xc2,0x00, +0x98,0x20,0x20,0x00,0x27,0x29,0x34,0x00,0xf3,0x4b,0x49,0x20,0x39,0x40,0x00,0x16, +0x86,0x10,0x00,0x00,0x46,0x66,0x00,0x00,0xa6,0xef,0x8b,0x50,0x69,0x24,0xc0,0x4d, +0x24,0x50,0x00,0x00,0x72,0xc5,0x00,0x00,0x0b,0x6a,0x80,0x00,0x00,0xa6,0x0e,0x40, +0x00,0x7d,0x00,0x2e,0x98,0xad,0x00,0x00,0x15,0x44,0x00,0x00,0x04,0x87,0x97,0x10, +0x03,0x48,0xa0,0x29,0x40,0x89,0x05,0x80,0x0a,0x16,0x96,0x89,0x00,0x27,0x80,0x59, +0x00,0x00,0x97,0x20,0x00,0x00,0x27,0x19,0x00,0x00,0x09,0x20,0x58,0x10,0x18,0x50, +0x00,0x28,0x98,0x20,0x83,0x00,0xf0,0x3c,0xb9,0x99,0xc3,0x00,0x37,0x00,0x0a,0x00, +0x09,0x10,0x03,0x70,0x00,0xd1,0x02,0xa1,0x00,0x99,0x93,0xf0,0x00,0x55,0x0a,0x95, +0x60,0x08,0x03,0x89,0x09,0x00,0x63,0x31,0x03,0x70,0x00,0xa3,0x03,0xb0,0x00,0x00, +0x68,0x60,0x00,0x00,0x00,0x87,0xa0,0x00,0x07,0x07,0x00,0x67,0xde,0xe7,0x67,0x00, +0x00,0x07,0x70,0x77,0x70,0x77,0x07,0x77,0x07,0x70,0x00,0x00,0x77,0x7d,0xff,0x76, +0x00,0x70,0x70,0x1c,0x00,0xf1,0x1d,0x00,0x57,0x60,0x00,0x00,0x01,0x9d,0xeb,0x19, +0x81,0xed,0x65,0x70,0x93,0xff,0x00,0x00,0x09,0x00,0x88,0x00,0x00,0x90,0x01,0xb2, +0x00,0x09,0x07,0xc1,0x00,0x00,0x97,0xfd,0x00,0x00,0x08,0x41,0xdd,0x76,0x80,0x00, +0x01,0x8c,0xda,0x80,0x00,0xf0,0x6d,0x97,0xfe,0x66,0x6c,0x90,0x94,0x2a,0xff,0x90, +0xb6,0x7e,0xff,0x90,0xf8,0x00,0x4b,0x90,0x00,0x00,0x09,0x90,0xf9,0x00,0x09,0x90, +0x84,0x00,0x09,0x90,0xe8,0x00,0x09,0x97,0xfd,0x77,0x7c,0x01,0x11,0x11,0x11,0x00, +0x4e,0xf4,0x00,0x00,0x86,0xaa,0x5a,0x00,0x56,0x09,0x80,0x47,0x0a,0x00,0x89,0x00, +0xa0,0x90,0x56,0x2b,0x3a,0x0a,0x79,0xb4,0x9a,0xf0,0x8f,0xa1,0x01,0xdf,0x00,0xc7, +0x10,0x59,0x00,0x00,0x38,0x84,0x00,0x00,0x06,0xca,0x20,0x00,0x04,0xff,0xfd,0x00, +0x00,0x8f,0xff,0xf5,0xdd,0x35,0xff,0xfe,0xcf,0xfb,0x08,0xff,0x9c,0xff,0xa0,0xc5, +0x8f,0xff,0xf1,0x67,0x4f,0xff,0xff,0x79,0x3c,0xff,0xff,0xfb,0x7c,0xb9,0x99,0x99, +0x70,0x00,0x04,0x04,0x01,0x11,0x1c,0x05,0x00,0xf0,0x02,0x30,0x08,0xff,0xff,0xff, +0x40,0x28,0x88,0x88,0x88,0x10,0x6f,0xff,0xff,0xf6,0x00,0x5a,0x9b,0x00,0x10,0x4b, +0x05,0x00,0xf0,0x28,0x32,0x00,0x00,0x00,0x01,0xaa,0x71,0x00,0x00,0x19,0x64,0xa5, +0x00,0x00,0x44,0xa6,0x20,0x00,0x08,0xb5,0x10,0x02,0x95,0x69,0x20,0x01,0xe5,0x56, +0x4e,0x10,0x6f,0x2e,0xf0,0xf5,0x00,0xc8,0x33,0x6c,0x00,0x00,0x77,0x76,0x00,0x00, +0xc9,0x99,0xc3,0x09,0x00,0x90,0xa3,0x90,0x08,0x95,0xa9,0xc6,0x00,0x36,0x00,0x00, +0x99,0x07,0x00,0xf0,0x02,0xd9,0x99,0x99,0xc0,0x0a,0xc4,0x68,0x1d,0x68,0x1d,0x0a, +0xc4,0x19,0x13,0xe3,0x58,0x10,0xe8,0x06,0xc0,0xb4,0x00,0x00,0x00,0x18,0xee,0x71, +0x00,0x00,0x00,0x9f,0xf5,0x09,0x00,0xf0,0x04,0x03,0xbf,0xb4,0x01,0x79,0x58,0x10, +0x4a,0xfa,0x30,0x17,0xdd,0x71,0x00,0x6f,0xa4,0x00,0x00,0x01,0x4f,0x09,0xf0,0x08, +0x06,0x00,0x4f,0xc0,0x06,0xfb,0x00,0x63,0x5f,0xff,0xff,0xff,0xff,0xc2,0x66,0x66, +0x66,0x66,0x65,0x00,0x00,0xab,0x00,0x90,0x09,0x01,0xe3,0x02,0x11,0xac,0x0b,0x00, +0x84,0xff,0xff,0xb0,0x00,0x00,0xad,0x44,0x43,0x16,0x00,0x05,0x21,0x00,0x10,0xaf, +0x37,0x00,0x70,0x44,0x55,0x55,0x55,0x55,0x51,0x15,0x06,0x00,0x10,0x32,0x10,0x00, +0x40,0xf9,0x00,0x00,0x3f,0x13,0x0b,0x30,0x03,0xf8,0x10,0x5b,0x03,0x80,0xfe,0x70, +0x00,0x00,0x03,0xf4,0x9f,0xc0,0x16,0x00,0x73,0x46,0x00,0x00,0x03,0xf3,0x00,0x00, +0x21,0x00,0x00,0x0b,0x00,0x10,0x06,0x74,0x00,0x10,0x21,0x37,0x00,0x40,0xf7,0x00, +0x00,0x3f,0x5e,0x00,0xf0,0x0f,0x1e,0xf8,0x50,0x00,0x00,0x2c,0xff,0xcf,0xa0,0x00, +0x6f,0xe3,0xf6,0x4e,0xd1,0x2f,0xb2,0x0f,0x60,0x2e,0x90,0x20,0x00,0xf6,0x00,0x10, +0x00,0x00,0x0f,0x60,0x3d,0x00,0x11,0xf6,0x42,0x00,0x80,0x20,0x00,0x05,0x55,0x7f, +0x75,0x55,0x0f,0x3c,0x00,0x52,0x0f,0x40,0x3f,0x20,0x6f,0x05,0x00,0x01,0x0f,0x00, +0x91,0x85,0x7f,0x75,0x9f,0x03,0x10,0x3f,0x20,0x12,0x28,0x00,0x01,0x05,0x00,0x40, +0x01,0x14,0xf4,0x11,0x8b,0x01,0x60,0xf8,0x8d,0x04,0xf3,0x0e,0x88,0x09,0x00,0x50, +0x35,0x57,0xf7,0x55,0x4f,0x2f,0x00,0x50,0xf6,0x04,0xf3,0x07,0xff,0x01,0x00,0x51, +0xa6,0x36,0xf5,0x36,0xa0,0x32,0x00,0xf1,0x2a,0xbf,0xff,0xff,0xf4,0x00,0x0b,0xa4, +0x63,0x3f,0x40,0x00,0xb9,0x7f,0x40,0xf4,0x00,0x0b,0x90,0x9d,0x0f,0x40,0x16,0xdb, +0x66,0x86,0xf9,0x43,0xdf,0xed,0xdd,0xdf,0xe9,0x00,0xf5,0x00,0x00,0xf4,0x00,0x5f, +0x10,0x00,0x0f,0x40,0x1e,0xa0,0x00,0x44,0xf4,0x02,0xb1,0x00,0x0e,0xfc,0x10,0x00, +0x00,0x01,0x1a,0x01,0x80,0xe5,0x00,0x00,0x02,0x33,0x4c,0xf4,0x33,0x47,0x00,0x60, +0xff,0xf2,0x00,0x00,0x0f,0x70,0x17,0x00,0x41,0xf7,0x00,0x00,0x01,0x1f,0x01,0x51, +0x03,0x33,0xf9,0x33,0x10,0x16,0x00,0x70,0x02,0xee,0xee,0xff,0xee,0xe9,0x16,0x04, +0x01,0x50,0x40,0x00,0x00,0x03,0x00,0x92,0x01,0x90,0xf3,0x00,0x00,0x04,0x44,0x4e, +0xa4,0x40,0x00,0x92,0x00,0x60,0xa0,0x00,0x00,0x00,0x0c,0xe1,0x05,0x00,0x00,0x37, +0x01,0xf3,0x0b,0x2c,0xf4,0x00,0x00,0x00,0x5f,0xd2,0x00,0x00,0x04,0xcf,0xb1,0x00, +0x00,0x04,0xf9,0xea,0x43,0x34,0x54,0x1b,0x01,0x9e,0xff,0xff,0x60,0x73,0x03,0xe1, +0x01,0x24,0x50,0x00,0x7e,0xff,0xff,0xdb,0x10,0x03,0x54,0x7f,0x21,0x11,0xd5,0x00, +0xff,0x25,0xf1,0x02,0x4b,0x4f,0x3c,0x22,0x00,0xef,0xf4,0xf3,0xff,0x80,0x25,0x9f, +0x5f,0x5f,0x27,0x14,0xba,0xfe,0xfe,0xff,0xd0,0x00,0x7f,0xaf,0xae,0x40,0x07,0xee, +0x54,0xf1,0x7f,0xc2,0x27,0x00,0x4f,0x10,0x28,0x00,0x03,0xff,0xff,0xff,0xfa,0x00, +0x17,0x77,0x77,0x77,0x50,0x00,0x01,0x00,0x02,0x00,0x1b,0x00,0x23,0x77,0x42,0xe1, +0x01,0x02,0x6f,0x00,0x00,0xee,0x00,0xf2,0x18,0x44,0x45,0xf8,0x44,0x42,0x1c,0xcc, +0xcc,0xcc,0xcc,0x60,0x08,0xaa,0xaa,0xaa,0x30,0x00,0xcb,0x66,0x67,0xf4,0x00,0x09, +0xbb,0xbb,0xbb,0x30,0x02,0xdd,0xdd,0xdd,0xd3,0x00,0x23,0x33,0xcf,0xa4,0x21,0x3f, +0xcd,0x00,0x20,0x11,0xf6,0xc7,0x04,0x23,0xfd,0x20,0x3d,0x00,0x70,0x02,0x33,0x38, +0xf4,0x33,0x30,0x8c,0x3d,0x00,0xf4,0x1d,0x20,0x0d,0xba,0xaa,0xca,0x00,0x00,0xfd, +0xaa,0xad,0xc0,0x03,0x58,0x88,0x88,0x88,0x50,0x8e,0x99,0x99,0x99,0xaf,0x18,0xc0, +0xdd,0xdd,0xa2,0xf1,0x00,0x2f,0x52,0xab,0x05,0x00,0x4d,0xc0,0x09,0xc2,0xf3,0x6f, +0xa1,0x00,0x5f,0xfb,0x7f,0x00,0x11,0x02,0x2e,0x0c,0x10,0xf6,0x35,0x01,0xf0,0x0d, +0xfc,0xf6,0x00,0x00,0x3b,0xf6,0x07,0xfb,0x50,0x8f,0xc3,0x00,0x04,0xcf,0x91,0x52, +0xb2,0x00,0xc4,0x30,0x00,0x3f,0x30,0x0f,0x50,0x00,0x04,0xf1,0xac,0x01,0xe9,0xbe, +0x00,0x0f,0x50,0x00,0x9f,0x60,0x00,0xf5,0x00,0x0b,0x70,0x00,0x0f,0xe2,0x00,0xf1, +0x29,0x4b,0x01,0x10,0x0e,0x70,0x06,0xf0,0xcb,0x00,0xf6,0x00,0x6f,0x03,0xf5,0x1f, +0x40,0x06,0xf0,0x08,0x33,0xf2,0x00,0x6f,0x00,0x00,0x8e,0x00,0x06,0xf0,0x52,0x0d, +0x90,0x00,0x7f,0xdf,0x47,0xfb,0x00,0x0d,0xfa,0x15,0xfb,0xf9,0x00,0x93,0x0a,0xfb, +0x05,0xf7,0x00,0x00,0x67,0x00,0x06,0x20,0x00,0xc5,0x00,0xf0,0x0d,0x0c,0x97,0xea, +0x00,0x00,0x03,0xf6,0xf5,0x3f,0xff,0x70,0xbe,0x3e,0x02,0xf4,0xd7,0x5f,0xe3,0xe0, +0x2f,0x1c,0x75,0xee,0x3e,0x02,0xf1,0xc7,0x06,0x0b,0x00,0xf3,0x07,0x70,0x5e,0x4e, +0x97,0xf1,0xc7,0x05,0xe8,0xfa,0x5f,0xbf,0x50,0x5e,0x11,0x02,0xf3,0x10,0x05,0xe0, +0x00,0x2f,0x10,0x7a,0x00,0xf2,0x22,0x08,0xc3,0x66,0xe0,0x00,0x01,0xf6,0x9d,0x8e, +0x22,0x00,0xaf,0x0e,0xff,0xff,0xf3,0x6f,0xe6,0xf2,0x7e,0x11,0x05,0xde,0x04,0x06, +0xe0,0x00,0x05,0xe6,0xff,0xff,0xff,0xb0,0x4e,0x14,0x49,0xf4,0x43,0x04,0xe0,0x00, +0x6e,0x00,0x00,0x4e,0x00,0x06,0xe0,0x00,0x0b,0x00,0xf0,0x19,0x00,0x14,0x00,0x00, +0x13,0x00,0x09,0xf5,0x7a,0xdf,0xe1,0x01,0xf8,0xcc,0xcf,0x30,0x00,0xcf,0x20,0x06, +0xe0,0x00,0x9f,0xf2,0x00,0x6e,0x00,0x06,0xaf,0x9f,0xff,0xff,0xfa,0x02,0xf4,0x44, +0x9f,0x44,0x30,0x2f,0x16,0x00,0x20,0x02,0xf2,0x32,0x00,0xd2,0x2f,0x2e,0xee,0xfe, +0xe8,0x02,0xf2,0x55,0x55,0x55,0x30,0x00,0x10,0xbc,0x03,0xf8,0x25,0xc6,0x6c,0x00, +0x02,0xf4,0x3f,0x22,0xf2,0x00,0xbf,0x0b,0xc0,0x0c,0xb0,0x7f,0xe9,0xf5,0x22,0x6f, +0x95,0xee,0x7d,0xff,0xff,0xd5,0x06,0xe0,0x0a,0xb0,0xc8,0x00,0x5e,0x00,0xd8,0x0d, +0x70,0x05,0xe0,0x2f,0x30,0xe6,0x00,0x5e,0x2d,0xa2,0x5f,0x40,0x05,0xe5,0xb1,0x4e, +0xa0,0x36,0x01,0xf4,0x27,0x05,0xe0,0x5f,0x4d,0x20,0x00,0xd9,0x05,0xf0,0x9b,0x00, +0x7f,0x43,0x7f,0x89,0xb4,0x4f,0xfa,0xfe,0xfc,0xa8,0x27,0xdf,0x30,0x0f,0x58,0xd0, +0x03,0xf2,0x00,0xdb,0xf7,0x00,0x2f,0x20,0x0a,0xfa,0x10,0x02,0xf2,0x1a,0xff,0x27, +0x80,0x2f,0x7f,0xe5,0xdc,0xc8,0x02,0xf3,0x60,0x03,0xee,0x1b,0x06,0x00,0x3d,0x01, +0xf0,0x14,0x7d,0x00,0xea,0x00,0x00,0xd8,0x46,0xf8,0x44,0x05,0xf2,0xef,0xff,0xfe, +0x2e,0xf0,0xe5,0x00,0x6e,0x8f,0xf0,0xe7,0x22,0x8e,0x16,0xf0,0xef,0xff,0xfe,0x03, +0xf0,0xe7,0x11,0x8e,0x03,0x14,0x00,0x12,0x03,0x0f,0x00,0xf6,0x2f,0xe9,0x55,0x9d, +0x00,0x24,0x00,0x71,0x00,0x00,0x0b,0xc0,0x3f,0x00,0x00,0x02,0xfa,0xef,0xfe,0xee, +0xa0,0xce,0x15,0xf8,0x64,0x42,0x8f,0xe0,0x9e,0x2f,0x00,0x06,0xce,0x6f,0xff,0xff, +0xf5,0x05,0xed,0xde,0x4f,0x3e,0x50,0x4e,0x04,0xe2,0xf0,0xe5,0x04,0xe0,0x4e,0x2f, +0x9f,0x40,0x4e,0x01,0x52,0xf3,0x30,0x04,0xe0,0x00,0x2f,0xb8,0x00,0xf0,0x2b,0x11, +0x00,0x00,0x07,0xd0,0x0c,0x90,0x00,0x00,0xe8,0x44,0xab,0x44,0x00,0x8f,0x1f,0xff, +0xff,0xf1,0x5f,0xf0,0x29,0x00,0x86,0x05,0xdf,0x02,0xf1,0x0d,0x70,0x04,0xf0,0x0f, +0x40,0xf4,0x00,0x3f,0x00,0xd7,0x3f,0x00,0x03,0xf0,0x08,0x47,0xc0,0x00,0x3f,0x7f, +0xff,0xff,0xf7,0x03,0xf3,0x44,0x44,0x44,0x20,0x3a,0x01,0xf3,0x2a,0x21,0x00,0x0b, +0xb3,0x69,0xdf,0xd1,0x02,0xf4,0xed,0xaf,0x60,0x00,0xaf,0x0e,0x40,0xe5,0x00,0x5f, +0xf0,0xe7,0x3e,0x83,0x18,0xef,0x0e,0xff,0xff,0xf7,0x15,0xf0,0xe4,0x0a,0x90,0x00, +0x4f,0x0e,0x40,0x8c,0x00,0x04,0xf0,0xe4,0x87,0xf4,0x60,0x4f,0x0f,0xcd,0x9e,0xe9, +0x04,0xf3,0xd8,0x4a,0x5d,0x20,0x0a,0x2e,0xf0,0x0c,0x00,0x21,0x00,0x00,0x0a,0xc0, +0x0e,0x80,0x00,0x02,0xf6,0x33,0x9b,0x33,0x10,0xbf,0x4f,0xff,0xff,0xf6,0x7f,0xf0, +0x00,0x9b,0x00,0x06,0xdf,0x50,0x05,0xc0,0x05,0xf0,0xef,0xff,0xff,0x10,0x5f,0x02, +0x2a,0xc2,0x20,0x05,0x16,0x00,0xc3,0x00,0x5f,0x6d,0xdf,0xfd,0xd7,0x05,0xf3,0x66, +0x66,0x66,0x30,0x33,0x02,0xf4,0x25,0xb0,0x98,0x00,0x00,0x01,0xf7,0x1f,0x94,0x44, +0x20,0xaf,0x1a,0xff,0xfe,0xe8,0x7f,0xf5,0xf4,0xe7,0x11,0x06,0xdf,0x27,0x0e,0xff, +0xf4,0x05,0xf0,0x00,0xe7,0x00,0x00,0x5f,0x00,0x0e,0xfe,0xe6,0x05,0xf0,0x00,0xe9, +0x44,0x20,0x5f,0x00,0x0e,0x60,0x00,0x05,0xf0,0x00,0xe6,0xfc,0x00,0x70,0x07,0xd0, +0x06,0xe0,0x00,0x01,0xfc,0x8a,0x03,0xf0,0x02,0xaf,0x13,0x38,0xf3,0x32,0x7f,0xf0, +0xff,0xff,0xff,0x58,0xaf,0x0f,0x47,0xe1,0xe5,0x03,0x0b,0x00,0xf1,0x0e,0x50,0x3f, +0x0a,0x6a,0xa0,0x00,0x03,0xf0,0x3f,0xf6,0x00,0x00,0x3f,0x28,0xfe,0xfa,0x63,0x03, +0xf5,0xd6,0x04,0x9d,0x50,0x00,0x00,0x1f,0x40,0x00,0x01,0x29,0x05,0xf1,0x1e,0x05, +0x9b,0x6f,0x87,0xd5,0x20,0x0b,0xb1,0xf4,0x8e,0x00,0x04,0xff,0x6f,0x7f,0xf9,0x00, +0xe9,0x6c,0xff,0xa3,0xe4,0x03,0x09,0xff,0xfc,0x10,0x00,0x2b,0xf5,0xf6,0xde,0x50, +0x4f,0xd3,0x1f,0x41,0xbf,0x80,0x50,0x01,0xf4,0x00,0x51,0x01,0xf5,0x00,0xf3,0x27, +0x8c,0xef,0xfc,0x23,0xf0,0x0d,0x66,0xf3,0x2e,0x6f,0x05,0xf4,0x7e,0x85,0xe6,0xf0, +0xdf,0x4b,0xde,0x9e,0x6f,0x08,0xf7,0xf2,0xb7,0xe6,0xf0,0x0e,0xbc,0xaf,0x3e,0x6f, +0x00,0xe4,0x2c,0xe0,0xe6,0xf0,0x0e,0x40,0xc8,0x02,0x3f,0x00,0xe4,0x9e,0x10,0x47, +0xf0,0x0e,0x4a,0x30,0x09,0xe9,0xb1,0x00,0xf0,0x0e,0x09,0xb0,0xf4,0x1f,0x20,0x01, +0xf6,0x2f,0x64,0xf4,0x10,0xbf,0x3f,0xff,0xff,0xf9,0x8f,0xe0,0x1f,0x53,0xf3,0x05, +0xbe,0x00,0xf4,0x1f,0x20,0x05,0xe7,0xc7,0x00,0xf4,0x07,0x5e,0x25,0x65,0x56,0x53, +0x05,0xe0,0x3f,0x31,0xe5,0x00,0x5e,0x2e,0xa0,0x07,0xf2,0x05,0xe4,0xa0,0x00,0x0b, +0x40,0x80,0x08,0xf3,0x2b,0x38,0xc8,0xd6,0x30,0x02,0xfd,0xef,0x67,0xd7,0xb0,0x0a, +0xe0,0x2f,0x15,0xe1,0x50,0x5f,0xec,0xff,0xff,0xff,0xd0,0x5e,0xe1,0x4f,0x35,0xf5, +0x50,0x05,0xe0,0x5f,0xb9,0xfc,0x70,0x04,0xeb,0xff,0x83,0xfe,0x00,0x04,0xe2,0x3f, +0x14,0xf7,0x60,0x04,0xe1,0x5f,0x8f,0xdb,0xe1,0x04,0xe5,0xfb,0x35,0x1d,0xb0,0x42, +0x00,0x11,0x23,0x06,0x00,0xf0,0x04,0xba,0xef,0xff,0xff,0x30,0x02,0xf4,0xe6,0x22, +0x3f,0x30,0x0c,0xf0,0xe7,0x33,0x4f,0x30,0x8f,0xf0,0x12,0x00,0x40,0x6b,0xf0,0x00, +0x6e,0xe5,0x06,0xf4,0x0c,0xff,0xff,0xff,0xc0,0x03,0xf1,0x2b,0xff,0xe2,0x10,0x03, +0xf0,0x8f,0xbe,0xcb,0x00,0x03,0xf9,0xf5,0x6e,0x1e,0xc0,0x03,0xf3,0x20,0x6e,0x02, +0x8a,0x00,0x10,0x10,0xf0,0x02,0xf5,0x27,0x0b,0x90,0x0d,0x80,0x00,0x03,0xf8,0x99, +0xcd,0x99,0x50,0xcf,0x37,0x77,0x77,0x74,0x7f,0xf0,0xbf,0xff,0xfc,0x05,0xaf,0x05, +0x77,0x77,0x60,0x03,0xf0,0x67,0x77,0x76,0x00,0x3f,0x0e,0xff,0xff,0xe0,0x03,0xf0, +0xe3,0x11,0x4e,0x00,0x3f,0x0e,0x53,0x36,0xe0,0x03,0xf0,0xed,0xcc,0xdd,0x3d,0x00, +0xf4,0x25,0x1f,0x73,0x30,0x02,0xf3,0x0b,0xfd,0xef,0x40,0xaf,0x17,0xee,0x6c,0xa0, +0x4f,0xe7,0x92,0x9f,0xf4,0x05,0xee,0x7d,0xfb,0x68,0xeb,0x06,0xe7,0xa4,0x8e,0x50, +0x10,0x4e,0x79,0x38,0x7d,0x50,0x04,0xe7,0x95,0xea,0x5c,0x60,0x4e,0x01,0x38,0xbf, +0x80,0x04,0xe0,0x0c,0xb6,0x10,0x25,0x05,0xf4,0x2b,0x3f,0x32,0x3f,0x52,0x20,0x00, +0xab,0xef,0xff,0xff,0xf2,0x03,0xf6,0xe4,0x93,0x0a,0x30,0x0d,0xf5,0xe5,0xeb,0xcf, +0xd1,0x09,0xe5,0xeb,0xf4,0x4d,0x70,0x00,0xd5,0xec,0xfb,0x4c,0x40,0x00,0xd5,0xf3, +0xf5,0xcc,0x40,0x00,0xd7,0xf1,0xf1,0x7d,0x40,0x00,0xda,0xd0,0xf0,0x2d,0x40,0x00, +0xda,0x80,0xe0,0xbc,0xab,0x04,0x20,0x43,0x00,0xac,0x11,0x10,0x9f,0x0d,0x03,0xf3, +0x5e,0xf4,0xf3,0x23,0x1c,0x70,0xbf,0x1f,0x25,0xb0,0xb7,0x5f,0xe0,0xfa,0xef,0xeb, +0x77,0xee,0x0f,0x26,0xb1,0xb7,0x16,0xe0,0xf6,0xec,0xbb,0x70,0x4e,0x0f,0x6b,0x6b, +0xb7,0x04,0xe0,0xf4,0x88,0x6b,0x70,0x4e,0x0f,0xff,0xff,0xf7,0x04,0xe0,0xf4,0x22, +0x2b,0x60,0x00,0x01,0x00,0x24,0x00,0x00,0x07,0xe2,0x17,0xd1,0x10,0x00,0xe6,0xdf, +0xff,0xff,0x60,0x9f,0x00,0xd2,0x0b,0x70,0x6f,0xe0,0x1c,0x62,0xf4,0x15,0xde,0x6f, +0xff,0xff,0xfc,0x05,0xe0,0x24,0x44,0x44,0x10,0x5e,0x06,0xff,0xff,0xe0,0x05,0xe0, +0x6d,0x00,0x5e,0x00,0x5e,0x06,0xe5,0x59,0xe0,0x05,0xe0,0x6f,0xcc,0xde,0xe5,0x05, +0xf3,0x28,0x06,0xeb,0xbb,0x87,0x6d,0x00,0xc8,0x9d,0x84,0xe7,0xd0,0x4f,0x4c,0x8c, +0x7e,0x7d,0x0d,0xf6,0xfd,0xae,0xe7,0xd0,0xaf,0x41,0xa3,0x2e,0x7d,0x00,0xe7,0xbf, +0xc8,0xe7,0xd0,0x0e,0x55,0xe8,0x4e,0x7d,0x00,0xe4,0x2e,0xa9,0x04,0xd0,0x0e,0xbf, +0xea,0x63,0x7d,0x00,0xe5,0x10,0x00,0x9d,0x60,0x46,0x02,0xf2,0x27,0x92,0x2a,0xd2, +0x21,0x01,0xf9,0xff,0xff,0xff,0x80,0x9f,0x05,0x5e,0x95,0x50,0x5f,0xe0,0xea,0x88, +0xaf,0x03,0xde,0x0e,0xee,0xee,0xf0,0x04,0xe0,0xe9,0x66,0x9f,0x00,0x4e,0x0e,0x97, +0x79,0xf0,0x04,0xe0,0xee,0xee,0xef,0x00,0x4e,0x3e,0x74,0x47,0xf3,0x04,0xe8,0xcc, +0xcc,0xcc,0x90,0xa3,0x06,0xf2,0x28,0x09,0xc1,0x1b,0xb1,0x10,0x01,0xf7,0xff,0xff, +0xff,0x30,0xcf,0x2f,0x43,0x33,0xf3,0x8f,0xe2,0xfb,0xbb,0xbb,0x25,0xae,0x3f,0xdd, +0xdd,0xd5,0x05,0xe3,0xef,0x88,0xdb,0x50,0x5e,0x5d,0xf9,0x8d,0xb5,0x05,0xe8,0xaf, +0xed,0xfe,0x50,0x5e,0xd5,0xf7,0x6d,0xa5,0x05,0xe7,0x1f,0x32,0x6d,0x20,0x3d,0x00, +0xf0,0x20,0x07,0xd4,0x48,0xe4,0x42,0x00,0xe9,0xcc,0xcc,0xcc,0x80,0xaf,0x04,0xda, +0xab,0xc0,0x5f,0xe0,0x4f,0xbb,0xde,0x02,0xbe,0x27,0x88,0x88,0x85,0x04,0xe5,0xf9, +0x99,0x9b,0xc0,0x4e,0x4c,0xdd,0xdd,0xd9,0x04,0xe0,0x02,0x6f,0x21,0x00,0x4e,0x00, +0x16,0xe1,0x05,0x10,0x08,0xfc,0x02,0x11,0x21,0x5b,0x06,0xf3,0x26,0xcf,0xff,0x00, +0xd5,0x03,0xf5,0xd2,0xf7,0x8d,0x50,0xce,0x3f,0xff,0x78,0xd5,0x6f,0xe3,0xd3,0xf7, +0x8d,0x54,0xde,0x3f,0xef,0x78,0xd5,0x05,0xe3,0xe4,0xf7,0x8d,0x50,0x4e,0x3f,0xdf, +0x78,0xd5,0x04,0xe1,0xb7,0xa3,0x4d,0x50,0x4e,0x6e,0x3f,0x13,0xe5,0x04,0xe9,0x50, +0x71,0xdd,0xb1,0x01,0x60,0x0b,0x83,0xea,0x4f,0x51,0x02,0xf4,0x00,0xe0,0x70,0xbe, +0x57,0xec,0x8f,0x85,0x5f,0xe6,0xee,0x88,0x88,0x64,0xde,0x8f,0x26,0x05,0xf3,0x0c, +0xeb,0xfa,0x9f,0x7e,0x50,0x5e,0x0e,0xba,0xf8,0xe5,0x05,0xe0,0xee,0xef,0xdf,0x50, +0x5e,0x0e,0x65,0xe1,0xe5,0x05,0xe0,0xe5,0x3b,0x8d,0x20,0x65,0x04,0xf8,0x26,0xc5, +0x59,0xf5,0x53,0x01,0xfa,0x99,0xbf,0x99,0x60,0xaf,0x0e,0xcd,0xfb,0xf4,0x7f,0xe0, +0xeb,0xbf,0x9f,0x47,0xce,0x0b,0xbd,0xfc,0xf4,0x05,0xe3,0xaa,0xcf,0xcf,0x60,0x4e, +0x38,0x87,0x7e,0xb6,0x04,0xe7,0xef,0xdd,0xfe,0xa0,0x4e,0x04,0xf6,0x0d,0x50,0x04, +0xe0,0x04,0x3f,0xe2,0x1e,0x06,0xf0,0x2b,0x08,0xb3,0xf7,0x3e,0x82,0x01,0xf7,0x9f, +0xb9,0xfb,0x60,0x9f,0x00,0xce,0xfd,0x50,0x6f,0xe0,0x9b,0xdf,0xbb,0x38,0xee,0x0d, +0x88,0xe3,0xf4,0x15,0xe0,0xbd,0xef,0xdd,0x40,0x4e,0x0a,0xbd,0xfb,0xb4,0x04,0xe0, +0x8c,0xef,0xcc,0x10,0x4e,0x03,0x39,0xe3,0x31,0x04,0xe4,0xdd,0xdd,0xdd,0xa0,0x00, +0x23,0x06,0xec,0x02,0xf8,0x27,0xb5,0xfd,0xc8,0x00,0x01,0xf8,0xf8,0x5f,0x71,0x00, +0xaf,0xdf,0xff,0xff,0xf1,0x4f,0xe2,0xf5,0x9a,0x4f,0x17,0xfe,0x0b,0xff,0xcc,0xc1, +0x06,0xe4,0xbd,0xe3,0x6c,0x10,0x5e,0x28,0xcc,0xfe,0x80,0x05,0xe4,0xb8,0xdf,0x5e, +0x10,0x5e,0x5d,0xe7,0xf1,0xba,0x05,0xe2,0x52,0xfa,0x00,0x10,0x7f,0x00,0xf8,0x27, +0xa2,0xe2,0x3f,0x30,0x01,0xf8,0xcc,0xee,0xcc,0x40,0xbe,0x09,0xad,0xda,0xa0,0x6f, +0xe8,0xee,0xff,0xee,0x93,0xce,0x24,0x88,0x55,0x70,0x05,0xe4,0x9f,0x4b,0x8c,0x30, +0x4e,0x9e,0xfe,0xff,0xea,0x04,0xe5,0x9f,0xb8,0xdd,0x10,0x4e,0x46,0xf4,0x9f,0x77, +0x04,0xe0,0xdc,0x39,0x7f,0x80,0xc2,0x00,0xf9,0x14,0x8b,0x78,0x5e,0x2d,0x10,0x01, +0xfc,0xdf,0xdf,0xde,0xa0,0x0c,0xf6,0xb9,0x99,0x9b,0xa0,0x8f,0xe0,0x7e,0xaa,0xcb, +0x00,0x4a,0xe0,0x99,0x99,0x99,0x20,0x04,0xe0,0xfb,0x99,0x9f,0x40,0x06,0x00,0xa9, +0xe2,0x9f,0x83,0xfa,0x20,0x04,0xe8,0xc6,0x00,0x3b,0x27,0x07,0xf0,0x27,0x5c,0x58, +0x02,0xf1,0x92,0x0b,0x95,0xa3,0xff,0xee,0x02,0xf5,0x99,0x83,0xfb,0x81,0xcf,0x3d, +0xeb,0xef,0xfe,0x6a,0xe3,0x78,0x57,0xf7,0x40,0x0d,0x36,0x7a,0xff,0xbf,0x10,0xd4, +0xee,0xc6,0xe9,0xf1,0x0d,0x4f,0x4c,0x4e,0x9f,0x10,0xd4,0xfb,0xc4,0xe6,0xf1,0x0d, +0x4c,0x8a,0x4f,0xbe,0x94,0x0d,0x01,0xf7,0x02,0xf2,0x25,0xf2,0x00,0x00,0x7e,0xee, +0xef,0xee,0xee,0x13,0x58,0xfa,0x58,0xc6,0x50,0x01,0xdb,0x00,0x4f,0x80,0x00,0xdf, +0xee,0xff,0xff,0x70,0x05,0x6e,0xb6,0xf6,0x88,0x00,0x00,0xf7,0x2f,0x40,0x00,0x00, +0x8f,0x22,0xf4,0x0c,0x41,0x9f,0x90,0x2f,0x74,0xf5,0x6f,0x80,0x00,0xcf,0xfd,0x0a, +0x01,0xf0,0x08,0x01,0x20,0x6f,0x00,0x30,0x00,0x9d,0x16,0xf0,0x4f,0x60,0x00,0xd8, +0x6f,0x0e,0xa0,0x02,0x46,0x59,0xf4,0x75,0x40,0x8f,0xc6,0x05,0xf2,0x0d,0x10,0x00, +0xf6,0x0f,0x40,0x00,0x00,0x2f,0x30,0xf4,0x00,0x00,0x09,0xe0,0x0f,0x40,0x20,0x19, +0xf5,0x00,0xf7,0x4f,0x48,0xe5,0x00,0x0b,0xff,0xc1,0xb6,0x00,0x62,0x03,0x33,0x3f, +0x73,0x33,0x11,0x95,0x0b,0x70,0x22,0x3f,0x72,0x21,0x00,0x0e,0xff,0x64,0x0a,0x10, +0xe5,0x7b,0x0b,0x02,0x0b,0x00,0xf9,0x06,0x2a,0xe2,0xda,0x21,0x00,0x00,0xda,0x0c, +0x80,0x55,0x15,0xdf,0x20,0xcb,0x3a,0xa2,0xfb,0x20,0x07,0xff,0xf4,0x2f,0x0a,0x11, +0xba,0xc1,0x00,0x11,0xf8,0x78,0x06,0x01,0xf3,0x0b,0x80,0x9f,0xd0,0x00,0x00,0x00, +0x0e,0xcf,0x70,0xd7,0x00,0xf1,0x0a,0x8f,0x10,0x00,0x01,0xea,0x01,0xeb,0x00,0x01, +0xcf,0x20,0x06,0xf9,0x03,0xef,0x40,0x00,0x09,0xf8,0x0a,0x30,0x00,0x00,0x06,0x30, +0x53,0x0a,0x11,0x07,0xf1,0x0a,0x11,0xb0,0x6b,0x00,0xf3,0x12,0xfe,0xe9,0x5b,0xfc, +0x59,0xfe,0x60,0xec,0xf1,0x5f,0xe7,0xbe,0x0e,0xd7,0xfe,0xee,0x30,0x4f,0xef,0xe8, +0x20,0x00,0x27,0xfe,0x60,0x00,0x05,0x9f,0xe6,0x00,0x00,0xef,0x80,0x74,0x0b,0x20, +0x05,0xf5,0x05,0x00,0xf1,0x09,0xfb,0xf5,0x00,0x00,0x1a,0xf5,0x05,0xf9,0x10,0x6f, +0xf7,0x33,0x37,0xfe,0x62,0x8d,0xff,0xff,0xfe,0x93,0x00,0x00,0x2f,0x20,0xc4,0x0c, +0xe0,0xfc,0x00,0x00,0x22,0x5f,0x52,0x20,0x00,0x22,0x25,0xf5,0x22,0x20,0x2f,0xde, +0x00,0x13,0x30,0xc7,0x0a,0xf3,0x5e,0xe6,0x06,0xe1,0x00,0x00,0x8f,0x10,0x1e,0xa0, +0x00,0x3f,0x80,0x00,0x5f,0x70,0x2f,0xc0,0x7c,0x10,0x9f,0x51,0xa1,0x1f,0xb0,0x00, +0x91,0x00,0x09,0xf2,0x05,0x00,0x00,0x04,0xf6,0x02,0xf8,0x00,0x03,0xec,0x56,0x7d, +0xf3,0x00,0xaf,0xff,0xfd,0xce,0xc0,0x02,0x31,0x00,0x00,0x4a,0x10,0x00,0x5f,0x00, +0x09,0xb0,0x00,0xdf,0xff,0xff,0xff,0xf5,0x02,0x7f,0x55,0x5b,0xc3,0x10,0x05,0xff, +0xff,0xfb,0x00,0x00,0x5f,0x66,0x6c,0xb0,0x00,0x05,0xf7,0x77,0xcb,0x00,0x2d,0xef, +0xdd,0xde,0xfd,0x81,0x56,0xbb,0x57,0xc7,0x53,0x18,0xef,0x80,0x4c,0xfa,0x20,0x85, +0x00,0x00,0x03,0x81,0x5c,0x0c,0xf4,0x21,0xc6,0x66,0x7f,0x40,0x00,0xbc,0x88,0x89, +0xf4,0x00,0x0b,0xfe,0xee,0xef,0x40,0x00,0xbb,0x44,0x45,0xf4,0x00,0x0b,0xfd,0xdd, +0xef,0x40,0x15,0xdb,0x55,0x56,0xf8,0x43,0xdd,0xfd,0xdd,0xfd,0xd9,0x02,0xaf,0x60, +0x1e,0xe7,0x01,0xeb,0x30,0x00,0x06,0xe7,0xdb,0x02,0x31,0xb4,0xf1,0x00,0x57,0x0c, +0xe0,0x60,0x0b,0x99,0xc5,0xf2,0xe6,0x00,0xba,0x9c,0x6f,0x4f,0x60,0x0b,0xff,0x5a, +0x0e,0x60,0xb8,0x7b,0x3f,0x0e,0x60,0xcf,0xd8,0x00,0xf0,0x04,0x53,0x48,0xe6,0x4b, +0xd6,0x41,0x3b,0xfa,0x10,0x4d,0xf7,0x03,0xa3,0x00,0x00,0x07,0x60,0x00,0x01,0x48, +0x06,0xf0,0x3f,0x09,0xe2,0x00,0xbd,0x00,0x0c,0xcf,0xdc,0xcf,0xdc,0x60,0x55,0x8f, +0x5f,0x85,0x52,0x06,0xef,0xfe,0xff,0xf9,0x02,0x88,0xaf,0x8f,0xad,0xc5,0x17,0x79, +0xf7,0xf9,0xdc,0x50,0x7f,0xff,0xff,0xff,0x90,0x00,0x8f,0xf0,0xff,0xa1,0x01,0xbe, +0x8f,0x0f,0x7d,0xe5,0x09,0x24,0xf0,0xf4,0x08,0x30,0x05,0xff,0xff,0xff,0xfd,0x00, +0x5f,0x5f,0x6d,0xa9,0xd0,0x05,0xe0,0xf2,0xb7,0x6d,0x00,0x5e,0x0f,0x2b,0x76,0xd0, +0x6f,0x69,0x00,0x66,0xd2,0x9f,0x5f,0x7d,0xa9,0xe4,0x16,0x00,0x00,0x21,0x00,0xf2, +0x03,0xb8,0x9d,0x00,0x5e,0x0d,0x29,0x8e,0x70,0x04,0x90,0x4f,0x20,0x85,0x07,0xe0, +0x4f,0x20,0xe8,0x05,0x00,0xf2,0x04,0xfe,0xef,0xee,0xf8,0x02,0x55,0x8f,0x75,0x53, +0x0c,0x50,0x4f,0x20,0x6c,0x0f,0x60,0x4f,0x20,0x7f,0x05,0x00,0x40,0xfe,0xef,0xee, +0xff,0x07,0x0e,0x12,0xbf,0xe2,0x00,0x10,0x0f,0x88,0x0c,0xf4,0x22,0x00,0x33,0x36, +0xec,0x10,0x02,0xb2,0x11,0xf8,0x22,0xc2,0x3f,0x8e,0x4f,0x3e,0x8f,0x23,0xf1,0x79, +0xff,0x81,0xf2,0x3f,0x5c,0xdf,0xbd,0x3f,0x23,0xfa,0x86,0xf2,0x99,0xf2,0x3f,0x12, +0xda,0x00,0x1f,0x23,0xfe,0xdd,0xdd,0xde,0xf2,0x14,0x44,0x44,0x44,0x6f,0x5a,0x0a, +0x11,0xe8,0xcb,0x01,0x30,0x20,0x0e,0xa0,0xd4,0x11,0xf4,0x19,0x5f,0x70,0x3f,0xf5, +0x44,0x44,0xcf,0x52,0xbe,0xff,0xff,0xff,0x91,0x00,0x03,0xf3,0x06,0xf0,0x00,0x00, +0x7f,0x00,0x7e,0x00,0x00,0x2e,0x80,0x09,0xd0,0x00,0x6e,0xc0,0x34,0xda,0x00,0x1e, +0x91,0x07,0xfe,0x40,0xd3,0x0a,0xf1,0x26,0x14,0x44,0x44,0x20,0x5e,0x05,0xff,0xff, +0xf7,0x05,0xf5,0x60,0xd7,0x0d,0x77,0xff,0xd9,0x0e,0x60,0xe7,0x28,0xe0,0x00,0xf5, +0x0e,0x60,0x5e,0x00,0x2f,0x20,0xf5,0x05,0xf9,0xc7,0xf0,0x0f,0x50,0xbf,0xb4,0xe8, +0x02,0xf3,0x05,0x31,0xcf,0x25,0x9f,0x10,0x00,0x2d,0x30,0xef,0x90,0x3d,0x00,0x00, +0x0a,0x0f,0xf8,0x25,0x22,0x2f,0x22,0x7f,0x44,0x47,0xd2,0xf2,0x08,0xf8,0x86,0x6d, +0x2f,0x20,0xed,0xbe,0xb6,0xd2,0xf2,0x7e,0x10,0xc7,0x6d,0x2f,0x27,0x8e,0x7f,0x36, +0xd2,0xf2,0x00,0x9f,0xc0,0x6d,0x2f,0x20,0x06,0xf4,0x01,0x22,0xf2,0x08,0xf6,0x00, +0x02,0x6f,0x23,0xe5,0x00,0x00,0x7f,0xb0,0x32,0x03,0xf8,0x5e,0x2e,0x21,0x33,0x33, +0x30,0x14,0xd8,0x4f,0xff,0xff,0x36,0xee,0xf6,0x0e,0x61,0xf2,0x00,0x7e,0x00,0xf5, +0x1f,0x20,0x3f,0xac,0x1f,0x32,0xf2,0x4f,0xff,0x64,0xf0,0x2f,0x16,0xbf,0xbc,0x8d, +0x03,0xf0,0x00,0xf5,0x2e,0x70,0x5f,0x00,0x0f,0x5b,0xe2,0x4b,0xd0,0x00,0xf5,0x93, +0x1e,0xd5,0x00,0x0f,0xff,0xf7,0x00,0x1f,0x20,0xf4,0x2d,0x7b,0x81,0xf2,0x0f,0x64, +0xd7,0xb8,0x1f,0x20,0xef,0xee,0x6b,0x81,0xf2,0x00,0xf6,0x21,0xb8,0x1f,0x20,0x2f, +0xff,0x8b,0x81,0xf2,0x04,0xf0,0xb7,0xb8,0x1f,0x20,0xaa,0x0c,0x62,0x11,0xf2,0x4f, +0x52,0xe5,0x04,0x6f,0x25,0x84,0xfc,0x10,0xcf,0x7a,0x00,0xf1,0x25,0x01,0x57,0xbf, +0x50,0x01,0xf2,0x5c,0xcf,0x20,0x7d,0x1f,0x20,0x06,0xf0,0x07,0xd1,0xf2,0x7f,0xff, +0xfe,0x7d,0x1f,0x21,0x2d,0xf3,0x27,0xd1,0xf2,0x05,0xff,0xe2,0x7d,0x1f,0x22,0xec, +0xf9,0x97,0xd1,0xf2,0x8c,0x6e,0x00,0x12,0x1f,0x21,0x25,0xe0,0x00,0x57,0xf2,0x00, +0x5e,0x81,0x16,0x10,0x00,0xb4,0x0e,0xf6,0x10,0xff,0xff,0xf5,0x00,0xf3,0x0f,0x98, +0xbc,0x5e,0x3f,0x30,0xf8,0x7b,0xc5,0xe3,0xf3,0x0f,0x87,0xbc,0x5e,0x3f,0x3a,0xff, +0xff,0xfe,0xe3,0xf3,0x2f,0x99,0xcd,0x7e,0x16,0x00,0xf3,0x35,0x52,0x0f,0x30,0xf8, +0x7b,0xd5,0x24,0xf3,0x0f,0x66,0xdd,0x14,0xfc,0x00,0x1f,0xff,0xff,0x91,0x0e,0x50, +0x2e,0x89,0x61,0xf3,0xe5,0x05,0xf1,0x8e,0x0f,0x3e,0x50,0xcf,0xff,0xf6,0xf3,0xe5, +0x03,0x39,0x43,0x0f,0x3e,0x50,0x78,0xeb,0x83,0xf3,0xe5,0x08,0xaf,0xca,0x4f,0x3e, +0x50,0x00,0xd7,0x32,0x81,0xe5,0x18,0xbf,0xff,0x71,0x3f,0x50,0xb8,0x52,0x00,0x3f, +0xdf,0x12,0xf7,0x27,0x1c,0x6f,0x00,0x03,0x2d,0x15,0xfc,0xfb,0xa2,0xf3,0xf1,0xcb, +0xaf,0x77,0x2f,0x3f,0x1a,0xcc,0xfa,0xa6,0xf3,0xf1,0x67,0xaf,0x77,0x5f,0x3f,0x14, +0xbc,0xfb,0xb3,0xf3,0xf1,0x5e,0xaf,0x8f,0x3f,0x3f,0x15,0xc4,0xf1,0xf1,0x02,0xf1, +0x5c,0x4f,0xbe,0x03,0x6f,0x00,0x04,0xf0,0x00,0x8f,0xf4,0x00,0x00,0xb7,0x00,0xf3, +0x25,0xf6,0x52,0xf2,0x0f,0x42,0x2c,0x6e,0x4f,0x20,0xfe,0xee,0xf6,0xe4,0xf2,0x0f, +0x76,0xb5,0x2e,0x4f,0x20,0xfb,0xdf,0xc6,0xe4,0xf2,0x1f,0xd8,0xf9,0x7e,0x4f,0x22, +0xfc,0x6e,0x77,0xe4,0xf2,0x6c,0xc6,0xe9,0x70,0x0f,0x2a,0x8a,0x5e,0x92,0x25,0xf2, +0x23,0x02,0xe0,0x04,0xfb,0xb9,0x0e,0xf0,0x14,0x0e,0x90,0x00,0xe9,0x00,0x69,0xcf, +0x99,0xbf,0xa9,0x26,0x99,0x99,0x99,0x99,0x92,0x0a,0xaa,0xa2,0x63,0x89,0x01,0xf8, +0x7f,0x3c,0x69,0xa0,0x1f,0xed,0xf3,0xc6,0x9a,0x01,0xf6,0x4f,0x0b,0x00,0xf7,0x00, +0xcc,0xf3,0xc5,0x9a,0x01,0xf2,0x1f,0x30,0x3b,0xa0,0x1f,0x2e,0xd1,0x0e,0xe5,0x7f, +0x00,0x10,0x13,0x53,0x03,0xf8,0x23,0xe5,0x05,0x77,0x77,0x3b,0x5e,0x50,0xad,0xaa, +0xf5,0xb5,0xe5,0x0a,0xc7,0x7e,0x5b,0x5e,0x50,0x58,0x88,0x82,0xb5,0xe5,0x0e,0xee, +0xee,0xbb,0x5e,0x50,0xf6,0xd9,0xac,0xb5,0xe5,0x0f,0xef,0xee,0xc2,0x1e,0x50,0xf5, +0xc9,0x9c,0x25,0xf5,0x0f,0xcb,0xbd,0xb5,0xfd,0xe5,0x06,0xf1,0x26,0x04,0xf5,0x00, +0x23,0xf0,0x07,0xea,0xea,0x5e,0x3f,0x0a,0xd3,0xe2,0x96,0xe3,0xf0,0x2d,0xee,0xed, +0x3e,0x3f,0x00,0xdb,0xab,0xd3,0xe3,0xf0,0x0e,0xa8,0xad,0x3e,0x3f,0x00,0xf9,0x88, +0x73,0xd3,0xf0,0x4e,0xfa,0xbe,0x00,0x3f,0x0b,0x7f,0xcc,0xe0,0x38,0xf0,0x21,0xf3, +0x5e,0x07,0x5a,0x0b,0xf3,0x25,0xc9,0x00,0x08,0xff,0xf9,0x0c,0x80,0x00,0x03,0xf4, +0x4f,0xff,0xff,0x50,0x1f,0x21,0x4e,0x94,0xf4,0x01,0xf2,0x00,0xf5,0x0f,0x40,0x1f, +0x31,0x2f,0x30,0xf3,0x27,0xff,0xc7,0xe0,0x1f,0x28,0xfb,0x63,0xe9,0x03,0xf1,0x10, +0x01,0xce,0x24,0x9f,0x00,0x00,0x4d,0x21,0xff,0x70,0x2a,0x02,0x10,0xf3,0x52,0x0a, +0xf3,0x22,0x6f,0x75,0x3d,0xee,0xe3,0x6f,0xff,0xf8,0xe8,0x5f,0x30,0x3f,0x1c,0x8e, +0x52,0xf3,0x05,0xf0,0xd7,0xe5,0x2f,0x30,0x7d,0x0e,0x6e,0x52,0xf3,0x09,0xb0,0xf5, +0xe5,0x2f,0x30,0xe7,0x1f,0x4e,0x86,0xf3,0x6f,0x68,0xf1,0xef,0xff,0x35,0xa6,0xf9, +0x0e,0x52,0xe3,0x68,0x02,0x00,0x72,0x12,0xf4,0x28,0x04,0xee,0xfb,0x60,0xe5,0x00, +0x13,0x7f,0x33,0x0e,0x50,0x05,0xbc,0xfb,0xba,0xfb,0x95,0x2e,0xcf,0xbc,0x7f,0x9d, +0x82,0xfd,0xfd,0xd1,0xf2,0xc7,0x2e,0x9f,0x8d,0x3f,0x1c,0x71,0x8a,0xf8,0x77,0xd0, +0xd6,0x2e,0xef,0xed,0xd9,0x0e,0x53,0x7a,0xfa,0xcf,0x45,0xf3,0x39,0x75,0x4b,0x56, +0xfb,0x76,0x0e,0x01,0xb4,0x12,0x10,0xf4,0x4c,0x00,0xf0,0x1f,0xef,0xff,0xff,0xfc, +0x01,0xde,0x43,0x33,0x3a,0xc0,0x5e,0xff,0xff,0xe0,0x9b,0x00,0x0e,0x83,0x7e,0x0a, +0xa0,0x00,0xeb,0x8b,0xe0,0xb9,0x00,0x0e,0xca,0xa9,0xcf,0x60,0x00,0xe6,0x00,0x03, +0x36,0x30,0x0d,0xa3,0x33,0x34,0xd8,0x00,0x5e,0xff,0xa1,0x0c,0x11,0x01,0x36,0x01, +0x04,0x3d,0x00,0xf0,0x0e,0xff,0x61,0xde,0x54,0x65,0x44,0xf6,0x5f,0xc7,0x3e,0x5b, +0x0f,0x60,0x6e,0x7f,0xd2,0xf0,0xf5,0x03,0xe4,0xff,0x9f,0x1f,0x40,0x3e,0x85,0x35, +0xf1,0xf4,0x0d,0x11,0x70,0x3f,0x20,0x14,0x44,0x44,0x78,0xf0,0xb5,0x06,0x16,0xf8, +0xf0,0x10,0x00,0xb6,0x12,0xf0,0x27,0x7e,0x00,0x00,0x00,0xcd,0x07,0xe0,0x18,0x00, +0x7f,0x60,0x7e,0x0d,0xf2,0x5f,0xf6,0x07,0xfb,0xf4,0x03,0xcf,0x60,0x7f,0xf5,0x00, +0x00,0xf6,0x5e,0xf3,0x00,0x00,0x0f,0xcf,0xee,0x00,0x62,0x00,0xf6,0x27,0xf0,0x0d, +0x70,0x0f,0x60,0x6f,0x88,0xf5,0x00,0xf6,0x01,0xbc,0xc9,0x00,0x1f,0xcd,0x06,0xf4, +0x23,0x01,0xf4,0x22,0x22,0x22,0x20,0x1f,0x20,0xfd,0xdf,0x10,0x01,0xf2,0x0f,0x77, +0xf1,0x00,0x1f,0x20,0x88,0x88,0x00,0x01,0xf5,0xfe,0xcd,0xef,0x40,0x1f,0x5e,0x4c, +0xd4,0xe4,0x01,0xf4,0xaa,0x88,0xaa,0x20,0x1f,0xdd,0xdd,0xdd,0xdd,0x40,0x44,0x44, +0x44,0x44,0x41,0xa5,0x10,0xf0,0x05,0xe1,0xd8,0x00,0x1a,0xef,0xc4,0x0d,0x80,0x00, +0x74,0xe6,0x00,0xd8,0x00,0x00,0x0e,0x60,0x0d,0x80,0x04,0x82,0x05,0x90,0xfb,0x14, +0x4f,0x74,0x4d,0xa4,0x30,0x03,0xf2,0x16,0x00,0xe2,0xbd,0x00,0x0d,0x80,0x00,0xaf, +0x40,0x00,0xd8,0x00,0x1c,0x40,0x00,0x0d,0xd0,0x08,0x00,0x35,0x10,0xf4,0x25,0x8b, +0x00,0x00,0x4e,0x0b,0xff,0xff,0xf0,0x28,0xf5,0x05,0xd1,0x4e,0x07,0xef,0xd8,0xb2, +0x6d,0x80,0x04,0xe0,0xc2,0x00,0xd0,0x00,0x4e,0x9f,0xdb,0xdf,0xd4,0x04,0xe1,0xf7, +0xc5,0xcc,0x50,0x4e,0x1d,0x5b,0x78,0xc4,0x04,0xe8,0x97,0xbe,0x3d,0x30,0x4e,0x96, +0xf8,0x88,0xd0,0x67,0x02,0x11,0x5f,0x78,0x01,0x10,0xff,0x02,0x02,0x93,0x5f,0x33, +0x31,0x01,0x55,0x59,0xf5,0x55,0x53,0xce,0x11,0x21,0x05,0xf1,0x21,0x00,0x80,0xed, +0x60,0x00,0x00,0x05,0xf2,0x9f,0xe0,0x2c,0x00,0x20,0x13,0x00,0x72,0x0e,0x30,0x00, +0x0d,0xff,0xf5,0x14,0xf1,0x23,0xd8,0x22,0xbb,0x22,0x20,0x0d,0x6c,0xef,0xfe,0xe6, +0x00,0xe6,0xd9,0x55,0x5f,0x60,0x0f,0x5d,0xb8,0x88,0xf6,0x00,0xf4,0xdd,0xcc,0xcf, +0x60,0x1f,0x34,0x57,0xf4,0x61,0x04,0xf0,0xcb,0x5f,0x5f,0x30,0x9c,0x8e,0x36,0xf0, +0xae,0x14,0x42,0x37,0xfa,0x00,0x70,0x00,0x55,0x11,0x40,0x03,0xcc,0x17,0xc1,0x8f, +0x12,0xf1,0x1d,0xee,0xe1,0x00,0x5b,0x52,0x81,0xc6,0x50,0x0f,0xef,0xfe,0xff,0xef, +0x30,0x4a,0xf7,0x5a,0xf9,0x50,0x6f,0xfc,0xd9,0x56,0xbf,0x70,0x30,0x87,0xbc,0x42, +0x20,0x00,0x6e,0x95,0x6e,0x90,0x00,0x07,0x9c,0xfb,0x40,0x00,0x00,0x97,0x40,0x38, +0x06,0x00,0x9b,0x15,0xf2,0x22,0x58,0xf5,0x5d,0xa0,0x00,0x00,0x5f,0x40,0xe9,0x21, +0x00,0x06,0xfa,0x2f,0xff,0xe0,0x00,0x8f,0xf2,0x11,0xd9,0x00,0x0c,0xbc,0xc0,0x5f, +0x30,0x02,0xf5,0x2f,0xae,0x90,0x00,0xbf,0x10,0x9f,0xf3,0x00,0x7f,0x75,0xdf,0xae, +0xfd,0x42,0x80,0x6a,0x20,0x06,0xb2,0xe6,0x00,0xf1,0x02,0x14,0x56,0x8a,0xcf,0x70, +0x05,0xfd,0xcb,0x97,0x30,0x00,0x5f,0x22,0x22,0x22,0x00,0x06,0xe7,0x12,0xf2,0x49, +0x6e,0x6f,0x31,0x4f,0x30,0x07,0xd0,0xda,0x0b,0xd0,0x00,0x9b,0x04,0xfb,0xf3,0x00, +0x0c,0x90,0x2d,0xfc,0x10,0x03,0xf7,0xbf,0xc8,0xef,0xa2,0x3b,0x1b,0x40,0x01,0x7a, +0x00,0x5f,0xff,0xfb,0x44,0x44,0x10,0xc9,0x5f,0x5f,0xed,0xf6,0x0b,0xed,0xf0,0xb7, +0x0f,0x30,0xba,0x7f,0x08,0xb4,0xf1,0x0b,0x95,0xf0,0x5e,0x8d,0x00,0xbf,0xff,0x00, +0xfe,0x70,0x0b,0x83,0xf3,0x0a,0xf2,0x03,0xee,0xef,0xd1,0xdf,0x70,0x28,0x66,0xf2, +0xcc,0x7f,0x60,0x00,0x3f,0x4b,0x00,0x76,0x74,0x00,0x50,0x33,0x33,0x33,0x33,0x1e, +0x89,0x14,0xd6,0xe8,0x11,0x11,0x1e,0x8e,0x70,0x00,0x00,0xe8,0xe7,0x00,0x00,0x0e, +0x09,0x00,0x40,0xa6,0x66,0x66,0xf8,0xa9,0x02,0x01,0x12,0x00,0x11,0x01,0x0d,0x02, +0x10,0x5f,0xf9,0x07,0x20,0x05,0xf0,0x88,0x09,0x10,0x5f,0x0e,0x15,0x52,0x05,0xf4, +0x44,0x44,0xf6,0x16,0x00,0x20,0x00,0x01,0x2b,0x0d,0xf3,0x00,0x03,0xf9,0x05,0xf7, +0x00,0x06,0xfb,0x00,0x06,0xf8,0x02,0xe8,0x00,0x00,0x06,0x95,0x0b,0x01,0x9c,0x15, +0x21,0x33,0xff,0xe2,0x13,0x01,0x40,0x15,0xf0,0x04,0x3f,0xff,0xf7,0x0f,0x60,0x03, +0xf4,0x3e,0x70,0xf6,0x00,0x3f,0x10,0xd7,0x0f,0x60,0x03,0xff,0xff,0x0b,0x00,0x30, +0x43,0x31,0x0f,0x64,0x17,0x10,0x56,0x53,0x13,0x01,0xcf,0x14,0x02,0x75,0x03,0x00, +0x05,0x00,0xf0,0x0a,0x7f,0x30,0x10,0x00,0x03,0xf5,0x04,0xf4,0x00,0x3e,0x92,0x33, +0xcf,0x30,0xdf,0xff,0xff,0xfe,0xe1,0x33,0x21,0x00,0x00,0x60,0x3f,0x47,0x09,0xa6, +0x3f,0x64,0x44,0x7f,0x30,0x3f,0x20,0x00,0x3f,0x30,0x0f,0x00,0x12,0x00,0x88,0x0a, +0xb0,0x0b,0xb0,0x00,0x00,0x05,0x55,0xfa,0x55,0x55,0x31,0xff,0xeb,0x00,0x30,0x00, +0x0c,0xb0,0x52,0x00,0xf0,0x04,0xf8,0x44,0x44,0x40,0x03,0xef,0xff,0xff,0xfd,0x03, +0xec,0xf5,0x00,0x08,0xd0,0x19,0x0e,0x50,0x00,0x09,0x1a,0x91,0xff,0xff,0xd0,0x00, +0x0e,0x94,0x44,0xac,0x00,0x9e,0x09,0xf5,0x22,0x52,0xf5,0x33,0x33,0x33,0xf5,0x2f, +0x7f,0xff,0xff,0x6e,0x52,0xf2,0x22,0x22,0x21,0xe5,0x2f,0x1e,0xff,0xfe,0x0e,0x52, +0xf1,0xe6,0x16,0xe0,0xe5,0x2f,0x1e,0x61,0x6e,0x0e,0x52,0xf1,0xef,0xff,0xe0,0xe5, +0x2f,0x16,0x20,0x02,0x4f,0x52,0xf1,0x00,0x00,0x5f,0x39,0x19,0x10,0x41,0xf6,0x0d, +0xf1,0x11,0xf8,0x33,0x30,0x01,0xaf,0xff,0xff,0xf2,0x2f,0xd5,0x00,0x3e,0x80,0x06, +0x2f,0x95,0xfb,0x00,0x00,0x07,0xff,0x80,0x00,0x39,0xef,0xff,0xff,0xf6,0x3c,0xbf, +0x33,0x33,0x43,0x01,0x80,0xe6,0x00,0x5f,0xee,0xee,0xf6,0x00,0x5f,0x0f,0x00,0x02, +0xb1,0x00,0xa0,0x0d,0xf2,0x00,0x00,0x05,0x56,0xfc,0x55,0x55,0x10,0x84,0x00,0xf0, +0x06,0xf4,0x0f,0x41,0x22,0x21,0x0f,0x40,0xf4,0xdf,0xff,0xd0,0xf4,0x0f,0x4d,0x40, +0x5d,0x0f,0x40,0xf4,0xd8,0x48,0x0b,0x00,0xf0,0x02,0xed,0xdb,0x0f,0x40,0xf4,0x51, +0x00,0x45,0xf4,0x0f,0x40,0x00,0x0a,0xfc,0x10,0x1f,0xff,0x5f,0x0e,0xf0,0x0d,0x33, +0x37,0xfc,0x33,0x31,0x00,0x19,0xff,0x7c,0x81,0x02,0xaf,0xe5,0xf5,0x5d,0xe6,0x1c, +0x70,0x0f,0x50,0x08,0x40,0x02,0x22,0x33,0x22,0x10,0x00,0x4d,0x0b,0x00,0xc0,0x16, +0xd3,0x0e,0x70,0x00,0xfe,0xcc,0xcc,0xf7,0x00,0x0f,0x95,0x55,0x5f,0x70,0xf4,0x15, +0x20,0x07,0xf8,0xa7,0x1a,0xf3,0x01,0xf8,0xea,0x10,0x03,0xbf,0xd7,0xa3,0xcf,0xa4, +0x4d,0x83,0x3d,0x73,0x5b,0x30,0x0e,0xae,0x01,0x30,0xbd,0x00,0x00,0x56,0x01,0xf4, +0x02,0x20,0x03,0xf2,0x00,0x04,0xf2,0x00,0x3f,0xdd,0xdd,0xdf,0x20,0x03,0xf5,0x44, +0x47,0xf2,0x9a,0x01,0x00,0x86,0x1c,0x10,0x05,0x5d,0x04,0xf3,0x1d,0x00,0x6f,0x44, +0x44,0x49,0xe0,0x06,0xf5,0x55,0x55,0x9e,0x00,0x7f,0xdd,0xdd,0xdd,0xc0,0x08,0xd4, +0x55,0x55,0x55,0x00,0x9b,0xce,0xdd,0xde,0xf2,0x0e,0x9c,0x80,0x00,0x2f,0x26,0xf4, +0xcf,0xff,0xff,0xf2,0x3b,0x0c,0xa3,0x33,0x5f,0x2f,0x09,0x41,0x8a,0x0b,0xa0,0x00, +0x6d,0x01,0xf0,0x0a,0xd0,0x0d,0xb3,0x3c,0xc3,0x33,0x00,0xa8,0x66,0xdd,0x66,0x63, +0x1e,0xee,0xee,0xee,0xee,0x80,0x03,0x33,0x33,0x33,0x10,0x00,0xdf,0xb6,0x00,0x20, +0x0d,0x70,0xb6,0x00,0x02,0x0b,0x00,0x41,0x94,0x44,0x4e,0x70,0x2a,0x01,0xf0,0x53, +0x01,0x69,0xdf,0x44,0x44,0x40,0x1a,0xbf,0x13,0xff,0xff,0x30,0x06,0xe0,0x3f,0x12, +0xf3,0x5f,0xff,0xfb,0xf1,0x2f,0x30,0x2e,0xf5,0x4f,0x12,0xf3,0x06,0xff,0xe5,0xf1, +0x2f,0x31,0xeb,0xe9,0x7f,0x12,0xf3,0x6b,0x6e,0x03,0xfe,0xef,0x30,0x16,0xe0,0x3f, +0x67,0xf3,0x00,0x6e,0x01,0x60,0x05,0x10,0x1f,0xff,0xf2,0xff,0xff,0x21,0xf4,0x6f, +0x2f,0x23,0xf2,0x1f,0xdd,0xf2,0xfd,0xdf,0x21,0xfb,0xcf,0x2f,0xaa,0xf2,0x1f,0x64, +0x41,0x54,0x6f,0x21,0xf3,0xef,0xff,0x92,0xf2,0x1f,0x3e,0x50,0xa9,0x2f,0x21,0xf3, +0xee,0xef,0x0b,0x00,0xf3,0x3c,0x72,0x36,0x7f,0x21,0xf3,0x00,0x00,0xcf,0xb0,0x00, +0x13,0x00,0x02,0x20,0x00,0x00,0x5f,0x10,0x0a,0x90,0x00,0x0f,0xff,0xfd,0x0e,0x93, +0x30,0x0f,0x52,0x7d,0x2f,0xff,0xd0,0x0f,0x74,0x8d,0x9f,0x1f,0x40,0x0f,0xdd,0xdb, +0xef,0x6f,0x10,0x1f,0x53,0x33,0x2a,0xdd,0x00,0x2f,0xed,0xdf,0x04,0xf8,0x00,0x7e, +0xd4,0x1f,0x05,0xf9,0x00,0xa9,0xdf,0xff,0x7f,0x7f,0xa0,0x23,0xd5,0x2d,0xa6,0x05, +0x90,0x40,0x0b,0xf1,0x12,0xec,0xf6,0xed,0xdf,0x00,0x8e,0xaf,0x6e,0xcc,0xf0,0x01, +0x88,0x88,0x88,0x86,0x00,0x1f,0x98,0xfb,0x8d,0xa0,0x01,0xfe,0xdf,0xed,0xfa,0x00, +0x1f,0x64,0xf8,0x4c,0xa0,0x01,0x26,0x03,0xe0,0x55,0x55,0xf9,0x55,0x53,0x2c,0xcc, +0xcf,0xdc,0xcc,0x70,0x00,0x00,0xf5,0x12,0x0d,0xf2,0x31,0x5f,0xff,0xff,0x33,0xff, +0xf5,0xe2,0xf5,0x20,0x3e,0x2f,0x5f,0xff,0xff,0x13,0xe2,0xf5,0xf4,0xf7,0x40,0x3e, +0x2f,0x5f,0xcf,0xdc,0x03,0xf6,0xf5,0xfa,0xfc,0xa6,0x3f,0xff,0x46,0x78,0xac,0x73, +0xd0,0x0d,0x99,0xbc,0xc6,0x00,0x03,0xe5,0x89,0x3e,0x40,0x00,0x25,0x00,0x0e,0xd1, +0x08,0xff,0xf2,0xef,0xff,0x00,0x8a,0x2f,0x2e,0x55,0xf0,0x0b,0x00,0x52,0x12,0x2b, +0xb2,0xdc,0x20,0x3f,0x05,0xf1,0x0c,0x3c,0xf6,0x24,0xfc,0x31,0x2d,0xfb,0x41,0x49, +0xfe,0x71,0xcf,0xdf,0x4f,0xde,0xf5,0x05,0xe1,0xf4,0xf5,0x8d,0x00,0x5f,0xff,0x4f, +0xff,0xc0,0x21,0x00,0xf0,0x0b,0x63,0xf7,0x55,0x55,0x55,0xf6,0x3f,0x22,0x22,0x22, +0x0f,0x63,0xf2,0xef,0xff,0xe0,0xf6,0x3f,0x2e,0x40,0x6e,0x0f,0x63,0xf2,0xe6,0x28, +0x0b,0x00,0x50,0xff,0xfe,0x0f,0x63,0xf2,0xcc,0x03,0x02,0x2c,0x00,0x51,0xf6,0x44, +0x44,0x44,0xf6,0x36,0x03,0xf0,0x01,0x22,0xf5,0x33,0x43,0x35,0xf2,0x2f,0x21,0x3f, +0x21,0x3f,0x22,0xf7,0xff,0xff,0xf8,0x0b,0x00,0xf1,0x0f,0x31,0x2f,0x22,0xf2,0xde, +0xde,0xe2,0xf2,0x2f,0x2d,0x85,0x8e,0x2f,0x22,0xf2,0x67,0x77,0x72,0xf2,0x2f,0xee, +0xee,0xee,0xef,0x22,0xf6,0x44,0x44,0x46,0xf2,0x37,0x00,0xf1,0x23,0x32,0xf3,0x3d, +0x62,0x24,0xf3,0x2f,0x2b,0xfe,0xee,0x5f,0x32,0xfa,0xde,0x7e,0x91,0xf3,0x2f,0x36, +0xef,0xf6,0x4f,0x32,0xfd,0xde,0x76,0xbb,0xf3,0x2f,0x11,0x6a,0xd0,0x1f,0x32,0xf1, +0xae,0xeb,0x61,0xf3,0x2f,0x65,0x57,0xcc,0x6f,0x32,0xfc,0xcc,0xcc,0xcd,0xf3,0x79, +0x00,0xf0,0x1f,0x23,0xf3,0x22,0xc7,0xd6,0xf2,0x3f,0x8c,0xcf,0xee,0x8f,0x23,0xf3, +0x77,0xa9,0x84,0xf2,0x3f,0x5a,0xf7,0xce,0x2f,0x23,0xf5,0xce,0x4f,0x71,0xf2,0x3f, +0x69,0xba,0xf8,0x9f,0x23,0xf4,0x36,0xb5,0xe6,0xf2,0x3f,0xdd,0xdd,0xdd,0xdf,0x23, +0xf5,0x6e,0x00,0x03,0x37,0x00,0xf4,0x20,0x2b,0x62,0x24,0xf2,0x3f,0x09,0xfa,0xd8, +0x1f,0x23,0xf6,0xab,0xab,0xb6,0xf2,0x3f,0x0e,0xa9,0xcc,0x1f,0x23,0xf0,0x99,0xeb, +0x81,0xf2,0x3f,0x5f,0xaf,0xba,0x5f,0x23,0xf3,0xc9,0xfb,0x95,0xf2,0x3f,0xdd,0xdf, +0xed,0xdf,0x23,0xf6,0x55,0x55,0x56,0x37,0x00,0xf8,0x15,0x67,0x77,0x64,0xf2,0x3f, +0x0d,0x98,0xac,0x1f,0x23,0xf1,0xbc,0xcc,0xb2,0xf2,0x3f,0x4f,0xcc,0xcf,0x4f,0x23, +0xf4,0xea,0xaa,0xf4,0xf2,0x3f,0x4e,0x99,0x9f,0x4f,0x23,0xf5,0xc6,0x07,0xb4,0x6e, +0x00,0x02,0xdc,0x00,0xf1,0x1b,0xf1,0xaa,0xaa,0xa1,0xf3,0x2f,0x0f,0xaa,0xbe,0x0f, +0x32,0xf6,0xaa,0xfa,0xa7,0xf3,0x2f,0x3a,0xaf,0xaa,0x3f,0x32,0xf4,0xb7,0x97,0xc4, +0xf3,0x2f,0x4b,0xb9,0xbb,0x4f,0x32,0xf4,0xe9,0x99,0xe4,0xf3,0x2f,0x68,0x88,0x88, +0xdc,0x00,0x72,0xcc,0xf3,0x00,0x00,0x52,0x00,0x00,0xb8,0x19,0x01,0x42,0x00,0xf1, +0x09,0x90,0x45,0xfa,0x44,0x44,0x42,0x00,0x8f,0x10,0x4b,0x00,0x00,0x5f,0x82,0x38, +0xf3,0x30,0x4f,0xf6,0x8f,0xff,0xff,0x21,0xae,0x8c,0x05,0x10,0xe6,0x49,0x04,0x71, +0x0e,0x73,0x37,0xf3,0x32,0x00,0xe7,0x41,0x0d,0x01,0xb5,0x12,0xf2,0x28,0x4e,0x00, +0x03,0xf0,0x00,0x04,0xe0,0x5e,0x3f,0x26,0x19,0xff,0xf6,0xe7,0xff,0xf3,0x28,0xe5, +0x9f,0xff,0x3f,0x30,0x4e,0x3f,0xe4,0xf0,0xf3,0x04,0xe3,0x6e,0x3f,0x3f,0x20,0x8f, +0xf7,0xe3,0xfa,0xc0,0x9f,0xb2,0x5e,0x19,0x04,0x33,0x40,0x05,0xf3,0x22,0xb9,0x00, +0x00,0x1c,0xff,0xfe,0x30,0x66,0x08,0x10,0x6c,0xb9,0x17,0x20,0x06,0xc0,0x45,0x17, +0xf0,0x0f,0xef,0xea,0xb2,0xf2,0x00,0x28,0xd3,0x9b,0x2f,0xee,0x40,0x6c,0x08,0xb2, +0xf7,0x51,0x06,0xd7,0x9b,0x2f,0x20,0x05,0xcf,0xc9,0xb2,0xf2,0x00,0x8a,0x30,0x8b, +0xdb,0x0e,0x93,0xaf,0xfe,0xfe,0xe7,0x00,0x03,0x55,0x55,0x55,0xd5,0x03,0x10,0x5e, +0xf1,0x0e,0xf0,0x1d,0x05,0xe0,0x0c,0xfb,0xbb,0x47,0xff,0xfb,0xe5,0x55,0xe5,0x28, +0xf4,0xb6,0x60,0x0d,0x50,0x5e,0x00,0x3e,0x80,0xe4,0x05,0xe3,0x20,0x38,0x6e,0x40, +0x6f,0xf5,0x19,0xf8,0xf3,0x7f,0xb2,0x5f,0xc3,0x1f,0x22,0x40,0x01,0x51,0x37,0xf0, +0x22,0x14,0x18,0xf7,0x8a,0x0c,0xf2,0x27,0x5e,0x00,0x0f,0x40,0x00,0x05,0xe0,0x39, +0xfb,0x99,0x07,0xff,0xe2,0x7f,0xaa,0xe0,0x28,0xe4,0x00,0xf4,0x4e,0x00,0x5e,0x03, +0x4f,0x77,0xf2,0x05,0xe3,0xcf,0xff,0xff,0x91,0x9f,0xf2,0x7f,0xf6,0x00,0x8f,0x91, +0x1e,0x78,0xe1,0x01,0x10,0x3d,0xd0,0x0e,0xe4,0x00,0x0a,0xb1,0x00,0x1c,0x56,0x19, +0xf0,0x23,0x3f,0xff,0xfc,0x7b,0x7b,0x00,0x6e,0x5f,0x17,0xb7,0xb0,0x7d,0xfd,0xfc, +0x8b,0x7b,0x02,0xbb,0x6f,0x45,0x87,0xb0,0x3f,0x43,0xf0,0x05,0xbb,0x06,0x70,0x2d, +0x50,0x8c,0x50,0x08,0xee,0xef,0xee,0xe1,0x00,0x24,0x49,0xf4,0x44,0x00,0x46,0x66, +0xaf,0x66,0x66,0x19,0xed,0x08,0x12,0xd2,0x60,0x09,0xf2,0x28,0x3e,0x72,0x0c,0x70, +0x00,0x4a,0xfc,0x84,0xd9,0x42,0x09,0xcf,0xdc,0xbf,0xef,0x70,0x4e,0x5a,0x90,0xc6, +0xc7,0x00,0xd4,0xc6,0xbe,0x5c,0x70,0x6f,0xff,0xd8,0xf7,0xb7,0x02,0x2d,0x82,0x3f, +0xfe,0x70,0xbf,0xff,0xfb,0xc5,0x9a,0x30,0x0d,0x63,0xf5,0x07,0xe8,0x00,0xd6,0x5a, +0x00,0x2d,0x30,0xc3,0x07,0xf0,0x0d,0xcb,0x44,0x4f,0x83,0x02,0xae,0xda,0xaa,0xfc, +0x80,0x00,0xbf,0xee,0xef,0x50,0x00,0x0b,0xc8,0x88,0xf5,0x00,0x11,0xcc,0x77,0x7f, +0x61,0x0c,0xff,0xa5,0x0f,0xf6,0x3f,0x06,0xf6,0x49,0x0b,0xe4,0x09,0xfb,0xff,0xff, +0xea,0xf4,0x25,0x34,0x9f,0x44,0x34,0x00,0xbd,0xdd,0xdd,0xdd,0x70,0x01,0xe6,0x19, +0xff,0xfe,0x07,0xff,0xfc,0x9a,0x26,0xe0,0x45,0xe9,0x5a,0x95,0xae,0x08,0xfa,0xdd, +0xa9,0x58,0x30,0x1e,0x4d,0x69,0xff,0xff,0x18,0xff,0xfd,0x9e,0xb6,0xd0,0x12,0xe6, +0x29,0x9e,0xd8,0x0b,0xff,0xff,0xb9,0x8f,0x30,0x00,0xd5,0x09,0xbe,0xfe,0x20,0x0d, +0x50,0x9e,0xa1,0xb2,0x00,0x04,0x1b,0x00,0xbb,0x13,0xf8,0x24,0xf1,0x10,0x04,0xe0, +0xaf,0xff,0xff,0x43,0xbf,0x9a,0xb8,0xe5,0xf4,0x29,0xf6,0xab,0xbd,0x7f,0x40,0x4e, +0x0a,0xee,0xfd,0xf4,0x04,0xe0,0x13,0xef,0x66,0x00,0x5f,0xd0,0x4f,0xf9,0xa4,0x6f, +0xf9,0x1c,0xcf,0xfe,0xa3,0x81,0x09,0xf3,0xf4,0x48,0x00,0x02,0xd3,0x0d,0xff,0x6f, +0x12,0xf3,0x27,0x6b,0x03,0x48,0xf5,0x42,0x07,0xc0,0x7a,0xde,0xaa,0x56,0xef,0xb3, +0xde,0xed,0xc0,0x3a,0xd5,0x3f,0x99,0xae,0x00,0x7c,0x03,0xfa,0xac,0xe0,0x07,0xc0, +0x3f,0x77,0x9e,0x00,0x7e,0xa5,0xf7,0x79,0xe1,0x7f,0xe9,0xff,0xff,0xff,0xc3,0x50, +0x06,0xeb,0x1e,0xb2,0x00,0x02,0xc6,0x00,0x1a,0xc7,0x1a,0xf0,0x2a,0x3f,0x00,0xc9, +0x0c,0x70,0x03,0xf0,0x8d,0xcc,0xec,0x23,0xff,0xdb,0xa6,0xd8,0xe2,0x17,0xf4,0xb7, +0xae,0x7e,0x20,0x3f,0x0b,0xed,0xfd,0xf2,0x03,0xf0,0x26,0x66,0x65,0x00,0x3f,0x62, +0xfb,0xbd,0xb0,0x3e,0xe9,0x3f,0xbb,0xdb,0x00,0x40,0x02,0xfc,0xbd,0xb0,0x00,0x00, +0x2f,0x43,0x8b,0x00,0x0f,0xfe,0xe7,0x05,0xf2,0x22,0xf6,0xa8,0xa0,0x1a,0x91,0x0f, +0x8d,0xae,0x47,0xda,0x40,0xf7,0xbb,0xa8,0xbf,0xb4,0x0f,0xbc,0xaf,0x18,0xf7,0x01, +0xfa,0xb8,0xf7,0xf5,0xf5,0x1f,0x64,0x78,0xa4,0x06,0x44,0xe3,0x88,0xcf,0x88,0x80, +0x8a,0x26,0x6b,0xf6,0x66,0x06,0x6d,0xdd,0xdd,0xdd,0xd9,0x74,0x00,0xf5,0x26,0x0d, +0x60,0x07,0xe0,0x00,0x02,0xff,0xfd,0x7e,0x00,0x00,0x8c,0x4b,0xd7,0xe0,0x00,0x2f, +0x60,0xca,0x7f,0xe2,0x05,0xdc,0x7f,0x67,0xfb,0xe2,0x00,0x6f,0xf1,0x7e,0x1d,0x70, +0x02,0xe9,0x07,0xe0,0x10,0x01,0xde,0x10,0x7e,0x00,0x04,0xef,0x30,0x07,0xe0,0x00, +0x1a,0x20,0x00,0x7e,0xef,0x00,0xe0,0x1c,0xe3,0x31,0x00,0x00,0x6e,0xff,0xff,0xc0, +0x00,0xbd,0x94,0x1b,0xe1,0xd5,0x27,0xf3,0x13,0xd2,0x00,0x01,0xae,0xfc,0x8e,0xc3, +0x20,0x08,0x63,0x8f,0xff,0xff,0x30,0x08,0xfd,0x70,0x4e,0x90,0x00,0x34,0x3e,0xcf, +0xa0,0x00,0x35,0x7c,0xfe,0x50,0x00,0x2f,0xfc,0x93,0x00,0x9f,0x07,0x03,0x04,0x1e, +0x20,0x01,0xf5,0x57,0x08,0x43,0x6f,0x85,0x55,0x31,0x91,0x1c,0x20,0x7f,0xf1,0x96, +0x00,0x20,0xcf,0x80,0x6e,0x12,0xf0,0x05,0x8f,0x20,0x00,0x05,0xf9,0x00,0xed,0x20, +0x1a,0xfa,0x00,0x02,0xdf,0x60,0xa6,0x00,0x00,0x00,0x93,0x04,0x63,0x1d,0x01,0xaf, +0x1e,0x10,0xf0,0xcf,0x18,0x00,0xb7,0x1c,0x31,0xf7,0x44,0x42,0xb6,0x07,0x50,0x70, +0x00,0x0a,0xfe,0x10,0x3a,0x09,0xf7,0x04,0xe8,0x00,0x00,0x03,0xed,0x04,0xf8,0x00, +0x2a,0xfc,0x10,0x06,0xfe,0x70,0xb6,0x00,0x00,0x02,0xa5,0x6e,0x00,0x63,0x06,0x66, +0x7f,0x96,0x66,0x41,0x44,0x09,0x20,0x7f,0xf2,0xa2,0x12,0x70,0xbe,0xa0,0x00,0x00, +0x05,0xf3,0x6f,0x15,0x20,0xe3,0x50,0xdd,0x10,0x08,0xfc,0x9f,0x53,0xee,0x52,0xe8, +0x00,0xa9,0x02,0xc7,0xe7,0x00,0x11,0x98,0x69,0x1c,0x70,0xfb,0x6f,0x95,0x54,0x00, +0x08,0xff,0x1c,0x12,0x20,0x1f,0x80,0x12,0x00,0x73,0x17,0x65,0x6f,0x85,0x55,0x40, +0x3f,0xdf,0x1d,0x20,0xce,0xf5,0x90,0x1b,0xf4,0x00,0xf4,0x9f,0x30,0x00,0x06,0xdf, +0x60,0x0b,0xfa,0x40,0x1e,0xa2,0x00,0x00,0x7d,0x1c,0x02,0x00,0xab,0x1c,0x11,0x02, +0xe2,0x00,0xf1,0x1e,0x04,0x9a,0x5f,0x96,0xd5,0x30,0x0d,0x80,0xf5,0x6e,0x00,0x04, +0xfe,0x4f,0x7c,0xf8,0x01,0xe8,0x8b,0xfe,0xe4,0xe6,0x06,0x01,0xda,0xf5,0x02,0x00, +0x02,0xdd,0x08,0xf7,0x00,0x1a,0xfc,0x10,0x08,0xfd,0x50,0xa6,0x00,0x00,0x03,0xa3, +0x01,0xae,0x0d,0xf8,0x27,0x4f,0x00,0x8d,0xdd,0xd4,0x29,0xe5,0x53,0x55,0xce,0x16, +0xff,0xef,0x00,0x5f,0x30,0x0c,0x77,0xd0,0x0b,0xa0,0x01,0xf3,0xbb,0xff,0xff,0xfc, +0x2f,0x9e,0x64,0x4d,0xb4,0x30,0x4f,0xf1,0x00,0xb9,0x00,0x01,0xef,0xb0,0x0b,0x90, +0x02,0xdd,0x4c,0x13,0xd9,0x00,0x3b,0x10,0x01,0xfe,0x40,0x07,0x04,0x10,0xa9,0xf7, +0x07,0xf3,0x22,0x1c,0x82,0x06,0xe1,0x81,0x0c,0xff,0xf2,0xe5,0x1b,0xb0,0x3f,0x5f, +0xbf,0xff,0xff,0x56,0xc6,0xd4,0x53,0x20,0x63,0x7f,0xc9,0x3d,0xdd,0xdc,0x00,0x7f, +0x73,0xf4,0x48,0xe0,0x09,0xff,0x5f,0x00,0x4e,0x08,0xf4,0x54,0xfd,0xde,0xe0,0x57, +0x00,0x3f,0x44,0x8e,0x3d,0x00,0x11,0x2f,0x0b,0x05,0x40,0x44,0x44,0x8f,0xe3,0x3e, +0x0a,0x10,0xd2,0x52,0x0a,0x93,0xb0,0x00,0x01,0x55,0x55,0xfa,0x55,0x54,0x4f,0xfb, +0x00,0x01,0xd4,0x12,0x10,0x0e,0xad,0x00,0x11,0x55,0x18,0x1e,0x26,0xfc,0x20,0xdd, +0x0e,0x00,0x5a,0x1e,0x41,0x47,0xf7,0x44,0x41,0xd0,0x1f,0xf4,0x07,0x60,0xf2,0x22, +0x22,0x20,0xf6,0x03,0x6f,0xff,0xff,0x73,0x10,0x00,0x11,0x7f,0xa0,0x00,0x04,0x44, +0x6f,0xa4,0x44,0x36,0x20,0x10,0x2f,0xb5,0x00,0x20,0x56,0xf4,0x00,0x02,0x11,0xfb, +0x24,0x02,0x01,0xbc,0x05,0x15,0x1f,0xbc,0x05,0xf0,0x09,0x23,0xf9,0x22,0x22,0x31, +0x00,0x9e,0x2f,0xff,0xfd,0x00,0x6f,0x70,0x33,0xaf,0x40,0x5f,0xf6,0x00,0x2f,0x50, +0x02,0x8e,0x6e,0x12,0x14,0xe5,0xe6,0x33,0x5f,0x53,0x20,0x0e,0x60,0x25,0xf2,0x00, +0x00,0xe6,0x08,0xfc,0x59,0x1e,0x20,0x01,0x10,0xa1,0x33,0xf2,0x16,0xf8,0xdf,0x80, +0x0b,0xeb,0x98,0x7a,0xe7,0x00,0xaf,0xca,0xf8,0xcf,0x60,0x4d,0xe8,0xd9,0xb8,0xeb, +0x07,0xf8,0x88,0x88,0x89,0xf1,0x6c,0x4e,0xee,0xfe,0x3d,0x10,0x11,0x11,0xad,0x41, +0x10,0xaf,0x48,0x14,0x20,0x02,0xf3,0x99,0x0e,0x02,0xa0,0x0f,0x23,0x14,0x00,0xdc, +0x20,0x01,0x5f,0x02,0x80,0x11,0xf6,0x44,0x44,0x47,0xf1,0x19,0x75,0xa1,0x23,0xe2, +0x0b,0xa0,0x28,0xf7,0x00,0x00,0xbd,0xdf,0xe8,0x10,0x00,0x0b,0xe7,0x30,0x25,0x15, +0xd2,0x5b,0x00,0x0a,0xd4,0x44,0x5c,0xd0,0x00,0x3d,0xff,0xff,0xe5,0x00,0x10,0x0a, +0x70,0x11,0x15,0xf5,0x11,0x10,0x0e,0xff,0x92,0x1b,0xb1,0xe7,0x16,0x91,0x11,0xf5, +0x05,0x31,0xeb,0x00,0x16,0x21,0x07,0x02,0xf0,0x0e,0x02,0x4f,0x92,0x5f,0x72,0x10, +0x09,0xfc,0x6c,0xc0,0x00,0x00,0x03,0xcf,0xfb,0x20,0x00,0x59,0xdf,0x97,0xef,0xa2, +0x09,0xb7,0x20,0x00,0x7c,0x10,0x00,0x7e,0x0d,0x61,0x01,0x22,0x2a,0xf3,0x22,0x20, +0x9d,0x13,0xf0,0x03,0x06,0xe2,0x33,0x33,0x37,0xf0,0x37,0x9f,0xff,0xff,0x48,0x01, +0x12,0x33,0x33,0x32,0x10,0x9f,0x16,0x00,0xf4,0x07,0x21,0x11,0xf7,0x3f,0x51,0x10, +0x00,0x3f,0x31,0xf3,0x05,0x10,0x5e,0xc0,0x1f,0x63,0xe4,0x8e,0x90,0x00,0xbf,0xfd, +0xfa,0x00,0x00,0xbc,0x00,0x42,0x22,0x26,0xf5,0x22,0xa4,0x08,0xf0,0x0a,0x33,0xf2, +0x11,0x11,0x13,0xf3,0x19,0x8f,0xff,0xff,0x99,0x10,0x03,0x56,0xf6,0x42,0x00,0x00, +0xe7,0x2f,0x64,0x40,0x00,0x2f,0x72,0xf4,0x09,0xf7,0x01,0xfe,0x4f,0x20,0x00,0x02, +0xf8,0xbf,0xf7,0x44,0x42,0x6d,0x00,0x7b,0xef,0xff,0x50,0x24,0x0f,0x51,0x33,0x36, +0xf8,0x33,0x31,0x7d,0x01,0xf1,0x08,0x62,0xf2,0xa6,0x03,0x91,0xe6,0x06,0xdc,0x2b, +0x59,0xf7,0x00,0x67,0x2c,0xde,0x55,0x70,0x01,0x8e,0x90,0x4e,0xb4,0x05,0xcc,0x00, +0xf3,0x01,0x06,0xab,0x33,0x38,0xe2,0x10,0x0a,0xc4,0x44,0x9e,0x00,0x00,0xaf,0xdd, +0xde,0xe0,0xfe,0x00,0xf1,0x27,0x55,0x59,0xf6,0x55,0x51,0x2f,0xaa,0xaa,0xaa,0xaf, +0x22,0xba,0xda,0xfa,0xdb,0xb2,0x6c,0xfc,0xbf,0xae,0xec,0x60,0x09,0xaa,0xaa,0xa5, +0x00,0x00,0xfb,0xaa,0xab,0xf1,0x00,0x0f,0xba,0xaa,0xbf,0x10,0x00,0xfb,0x99,0x9b, +0xf1,0x00,0x0b,0xfd,0xae,0xfc,0x10,0x1d,0xfb,0x50,0x49,0xeb,0x1e,0x04,0x02,0x81, +0x21,0x11,0x01,0x42,0x00,0xf0,0x0c,0x3f,0xcc,0xcc,0xcc,0xcf,0x43,0xd7,0xbc,0x49, +0x99,0xe3,0x00,0xed,0xb1,0xcd,0xe0,0x00,0x0e,0xa8,0x68,0xae,0x00,0x00,0x8f,0xb8, +0x88,0x70,0x6c,0x01,0xf5,0x03,0xff,0xe0,0x5f,0xe6,0x87,0x69,0x7e,0x00,0x3d,0x5f, +0x89,0xba,0xc0,0x01,0x90,0x82,0x2e,0xe6,0xe8,0x20,0xf5,0x2a,0x00,0x00,0x03,0xbb, +0xbc,0xfc,0xbb,0xb3,0x4f,0x36,0xc3,0xc6,0x3f,0x42,0xbe,0xef,0xef,0xee,0xc2,0x00, +0xbc,0xeb,0xec,0xb1,0x00,0x0f,0xca,0xaa,0xcf,0x10,0x00,0xfb,0x88,0x8b,0xf1,0x00, +0x0f,0xb8,0x88,0xbf,0x10,0x00,0xbe,0xfc,0xfe,0xf2,0x00,0x26,0xe8,0x3f,0x2a,0xb5, +0x5f,0xc6,0x00,0xde,0xee,0x57,0x20,0x81,0x2f,0x30,0x00,0x11,0x11,0x14,0xf4,0x11, +0x45,0x01,0x20,0xb0,0x23,0x71,0x16,0x20,0x00,0xc6,0x16,0x00,0x20,0x08,0xf3,0x29, +0x02,0x30,0x0c,0xa0,0x2f,0x1f,0x0d,0x01,0x34,0x02,0x78,0x46,0x9f,0x20,0x00,0x00, +0x05,0xfe,0x35,0x18,0xf8,0x24,0xf4,0x08,0xff,0xfb,0x00,0x0f,0x40,0x04,0x0a,0xae, +0xff,0xff,0x74,0xf2,0xe6,0x33,0x3f,0x71,0x09,0xef,0x17,0x50,0xf4,0x00,0x0e,0xd0, +0x6e,0x1f,0x40,0x02,0xff,0x30,0xe6,0xf4,0x00,0xcb,0xab,0x02,0x0f,0x40,0x7d,0x12, +0x30,0x35,0xf4,0x00,0x20,0x00,0x06,0xfc,0x10,0xb6,0x03,0xf7,0x27,0x0a,0xa0,0x00, +0x0e,0x40,0x0e,0xdd,0xf1,0x11,0xe6,0x00,0xec,0xcf,0xaf,0xff,0xf6,0x0e,0x98,0xf1, +0x21,0xe5,0x00,0xeb,0xbf,0x5d,0x0e,0x40,0x9f,0xdd,0xf0,0xd6,0xe4,0x03,0x5d,0xef, +0x06,0x5e,0x40,0x07,0xe4,0xf0,0x00,0xe4,0x09,0xe4,0x4f,0x02,0x4f,0x40,0x32,0x3f, +0xb0,0x6f,0xc1,0x21,0x1f,0xf3,0x27,0x03,0xe4,0xc0,0x1e,0xea,0x90,0x3e,0x4c,0x4d, +0xa5,0xca,0x03,0xf6,0xdd,0x86,0xee,0x10,0x3f,0xfc,0x09,0xdc,0x20,0x01,0x15,0xc8, +0xc6,0x1d,0x10,0xaf,0xfc,0xde,0xee,0xfe,0x52,0xf5,0xc4,0xc4,0x4f,0x51,0x3e,0x4c, +0x0d,0x91,0xf1,0x07,0xb4,0xc0,0x4b,0x5f,0x10,0x85,0x4c,0x00,0x5f,0x5d,0x13,0xf2, +0x28,0x25,0xf7,0x96,0x00,0x6d,0x01,0xef,0x7f,0xa0,0x06,0xd0,0x6c,0xfd,0xeb,0x45, +0x9e,0x32,0xab,0x5f,0x6a,0xee,0xfa,0x19,0xda,0xe4,0x35,0x6d,0x01,0x69,0xe6,0x44, +0xe6,0xd0,0x0f,0xff,0xf7,0x0c,0x8d,0x00,0x16,0xe3,0x50,0x06,0xd0,0x5c,0xef,0xff, +0x03,0x9d,0x03,0x75,0x42,0x00,0xae,0x70,0x77,0x03,0xf3,0x26,0xc2,0x27,0xd3,0x8d, +0x30,0x08,0xa8,0xab,0xfb,0xaa,0x15,0x86,0x0f,0xba,0x9e,0x50,0x5b,0xc0,0xfc,0xbb, +0xf5,0x00,0x9e,0x2f,0xcb,0xbf,0x50,0x7c,0x5e,0xca,0x9a,0xac,0x43,0x20,0x15,0x7a, +0xf7,0x61,0xae,0xff,0xee,0xff,0xee,0x30,0x08,0xe2,0x16,0xf0,0x00,0x00,0x06,0x19, +0xfa,0x71,0x01,0x12,0x00,0x84,0x03,0xf0,0x14,0x61,0x2f,0x32,0x70,0x00,0x4f,0x32, +0xf3,0x3f,0x40,0x08,0xe0,0x2f,0x30,0xcc,0x00,0xe9,0x02,0xf3,0x05,0xf3,0x7f,0x20, +0x2f,0x30,0x0f,0x81,0x50,0x02,0xf3,0x00,0x84,0x00,0x15,0x7f,0x2c,0x00,0x25,0xef, +0xb0,0x8b,0x13,0x01,0x45,0x04,0x70,0x3f,0x64,0x44,0x4f,0x70,0x03,0xf2,0x94,0x04, +0x70,0x3f,0x75,0x55,0x5f,0x70,0x04,0xfe,0xb6,0x10,0x10,0x6f,0xe0,0x2e,0xa0,0x07, +0xd0,0x01,0xf9,0x00,0x00,0xcb,0x00,0x08,0xf4,0x5d,0x2d,0x83,0x0b,0xf8,0x16,0xd0, +0x00,0x00,0x08,0xd1,0x1b,0x0f,0x01,0x0f,0x06,0x52,0x5e,0x11,0x11,0x1b,0xa0,0x0b, +0x00,0x61,0x6e,0x33,0x33,0x33,0x20,0x07,0xb4,0x04,0xf2,0x0d,0x8c,0x34,0x44,0x43, +0xf6,0x0b,0x89,0xff,0xfe,0x0f,0x50,0xf5,0x9b,0x15,0xe0,0xf4,0x7e,0x09,0xff,0xfe, +0x6f,0x22,0x50,0x56,0x00,0x7f,0xa0,0x06,0xaf,0x0d,0x43,0x22,0x22,0x28,0xe0,0x0b, +0x00,0xf0,0x02,0x33,0x3f,0x63,0x20,0x07,0xfe,0xee,0xfe,0xee,0x60,0x8d,0x22,0x3f, +0x62,0x21,0x09,0xa8,0x2f,0x06,0xf3,0x01,0xd7,0x8c,0x22,0x2a,0xb0,0x2f,0x28,0xc4, +0x44,0xbb,0x05,0xb0,0x8f,0xdd,0xde,0xb0,0x7b,0x07,0x01,0x8f,0x17,0xf0,0x03,0xd9, +0x44,0x44,0x4b,0xd0,0x0d,0xfe,0xfe,0xef,0xec,0x00,0xd6,0x3e,0x10,0xaa,0x00,0x0e, +0xaf,0x48,0x00,0xf5,0x09,0xf5,0x1e,0x61,0xe7,0x10,0x0f,0x65,0xf8,0x5f,0x95,0x13, +0xf8,0xdf,0xcc,0xfd,0xc3,0x8e,0x1b,0xd0,0x0e,0x60,0x09,0x74,0xd3,0x04,0x20,0x11, +0x06,0x3d,0x00,0x53,0x6e,0x11,0x11,0x18,0xd0,0x0b,0x00,0xb0,0x26,0xe2,0xd7,0x20, +0x07,0xdc,0xff,0xff,0xff,0x00,0x8c,0x0b,0x00,0x20,0x09,0xcf,0xbc,0x00,0xf3,0x01, +0xc8,0x0f,0x36,0xac,0xa0,0x2f,0x43,0xf8,0x7b,0xf5,0x04,0xd0,0x7e,0xa5,0x06,0xe3, +0xdb,0x03,0x10,0x22,0x1b,0x11,0x10,0xaf,0xd4,0x24,0x54,0x01,0x22,0x3f,0x82,0x22, +0x8b,0x25,0x07,0x96,0x25,0x00,0x0b,0x00,0x43,0x11,0x12,0xf8,0x11,0xfb,0x02,0x00, +0xe3,0x10,0x13,0x32,0xba,0x07,0x00,0xfb,0x06,0x62,0x04,0x46,0xf7,0x44,0x44,0x21, +0x0a,0x10,0x20,0x0b,0xa0,0x53,0x00,0x10,0xf9,0xd7,0x10,0xb0,0x7f,0xde,0xff,0xee, +0x50,0x1e,0x80,0x0b,0x90,0x00,0x0b,0x94,0x06,0x90,0x05,0xf4,0x33,0x3c,0xb3,0x32, +0x05,0x1f,0xff,0x78,0x26,0x10,0x01,0x15,0x04,0xf1,0x00,0x07,0xe0,0x05,0xf3,0x00, +0x1e,0xef,0xfe,0xff,0xeb,0x00,0x67,0x7c,0xe7,0x77,0x54,0x27,0xe0,0xf2,0x05,0x99, +0xaf,0xa9,0x99,0x91,0x48,0xaf,0xb8,0x88,0x88,0x10,0x0d,0x2d,0x05,0xc0,0x2c,0xf4, +0x38,0xf3,0x31,0x0a,0xfa,0x55,0x9f,0x55,0x51,0x13,0xdc,0x09,0x10,0x20,0x9c,0x19, +0x00,0x47,0x13,0x30,0x5f,0x40,0x25,0xf6,0x07,0x10,0x6e,0x2c,0x06,0x10,0x6f,0x14, +0x00,0x60,0x6f,0x33,0x33,0x47,0x20,0x6e,0x2b,0x06,0x10,0x6e,0x10,0x15,0xf2,0x11, +0x5f,0x87,0x66,0x78,0xf5,0x09,0xdd,0xdd,0xdd,0x80,0x00,0x33,0x00,0x02,0x60,0x00, +0x08,0xde,0xaa,0xfb,0x20,0x05,0x9c,0xfe,0xdf,0xa3,0x00,0x4a,0x6e,0x90,0x3a,0x50, +0x48,0x06,0xf1,0x29,0x25,0xfa,0x67,0x22,0x21,0x00,0xdf,0x6b,0xc5,0x53,0x02,0xdf, +0xfd,0xef,0xde,0xb0,0x07,0x7e,0x08,0xb0,0x9b,0x00,0x06,0xe0,0x8b,0xaf,0x90,0x00, +0x13,0x08,0xb1,0x10,0x00,0x00,0xa7,0xd4,0xd5,0xf2,0x02,0xef,0xff,0xef,0xef,0xe8, +0x03,0xf5,0xe7,0xe6,0xf6,0x50,0xc8,0x0a,0xcc,0x4a,0xe7,0x0d,0x1c,0x25,0x60,0xf6, +0x33,0xd6,0x33,0xc8,0x06,0x06,0x08,0xf1,0x24,0x30,0x0f,0x40,0xf5,0x0c,0x70,0x00, +0xf4,0x0f,0x6d,0xf6,0x00,0x02,0x00,0xf5,0x32,0x00,0x01,0xc3,0x2f,0x25,0xb0,0x01, +0x9e,0xca,0xfa,0xdd,0x90,0x3f,0x87,0x77,0x77,0x9f,0x03,0xf7,0xfe,0xee,0xf7,0xf0, +0x00,0x6e,0x66,0x6f,0x30,0x00,0x02,0x67,0xf9,0x61,0x00,0x07,0xdf,0x19,0xf3,0x6f, +0x7e,0x34,0xf7,0x3f,0x60,0x07,0xd0,0x0f,0x6c,0xf5,0x00,0x13,0x00,0xf4,0x54,0x00, +0x00,0xc7,0x0c,0xff,0xff,0x90,0x2c,0x92,0xc7,0x55,0xb9,0x3f,0xff,0xec,0x88,0x8b, +0x93,0xbc,0x7e,0xa8,0xaa,0xa7,0x3b,0xc7,0xe7,0xee,0xee,0x43,0xbc,0x7e,0x8a,0x55, +0xf4,0x3b,0xca,0xe8,0xed,0xdf,0x42,0xac,0xb6,0x8c,0x99,0xf4,0x00,0xc7,0x08,0xb7, +0x7f,0x40,0x0c,0x70,0x8e,0xcc,0xf4,0x00,0xb7,0x00,0x0e,0x74,0x30,0x3c,0x92,0x00, +0xeb,0xa7,0x3f,0xff,0xe7,0xcf,0xdc,0x43,0xbb,0x7e,0x8a,0x44,0xe5,0x3b,0xb7,0xe8, +0xfd,0xdf,0x53,0xbb,0x7e,0x8c,0x88,0xe5,0x3b,0xba,0xe8,0xb6,0x6e,0x52,0x8b,0xa5, +0x8f,0xff,0xf5,0x00,0xb7,0x07,0xe1,0x9b,0x00,0x0b,0x74,0xc3,0x00,0xc6,0x40,0x02, +0x80,0xb6,0x0e,0xff,0xff,0xe1,0x5d,0xa5,0x35,0x04,0x14,0xf1,0x1b,0xd7,0xed,0xdf, +0x73,0xbb,0x7d,0x7a,0x33,0xd7,0x3b,0xb7,0xd5,0xbb,0xbb,0x53,0xbb,0x7d,0xab,0xbb, +0xb9,0x3b,0xba,0xde,0x6f,0x68,0xd2,0x9b,0xa5,0xef,0xff,0xfd,0x00,0xb6,0x0e,0x4e, +0x57,0xd0,0x0b,0x60,0xed,0xdd,0xed,0x40,0x01,0xf3,0x22,0x91,0x77,0xdb,0x78,0xe8, +0x74,0x01,0xea,0x99,0x99,0xd7,0x00,0x1f,0xbb,0xbb,0xbe,0x80,0x01,0xcb,0xdb,0xaa, +0xc6,0x02,0xdd,0xef,0xdd,0xdd,0xd8,0x04,0xdf,0x45,0x3a,0xf6,0x13,0xef,0xeb,0xfc, +0xcf,0xf8,0x07,0x8d,0x4f,0x77,0xf4,0x30,0x07,0xc0,0xf5,0xec,0xbd,0x20,0x02,0xbb, +0x09,0xf1,0x07,0x9d,0xdd,0xfe,0xdd,0xd1,0x00,0x84,0x0f,0x60,0xb4,0x00,0x09,0xb0, +0xf6,0x5f,0x10,0x00,0x37,0x0f,0x64,0x60,0x03,0x02,0x15,0x6e,0x15,0x55,0x5f,0x95, +0x55,0x30,0x8c,0x02,0x02,0x01,0x00,0x13,0xd8,0x8e,0x14,0xf1,0x1a,0x60,0xe8,0x77, +0x77,0x77,0x41,0x0e,0x6a,0xcc,0xcf,0xf3,0x00,0xe5,0x08,0xcb,0xb1,0x00,0x0f,0x9d, +0xdf,0xff,0xdd,0x20,0xf4,0x33,0x7f,0x3b,0xc0,0x3f,0x10,0x05,0xf0,0xa3,0x08,0xd0, +0x03,0x7f,0x00,0x00,0x87,0x00,0xc1,0x0d,0x06,0xb1,0x16,0x61,0x34,0x44,0xfc,0x44, +0x42,0x0d,0xdf,0x11,0x70,0xd7,0x1d,0x51,0x6c,0x10,0x0e,0xcf,0x34,0x0a,0xc0,0xe5, +0x0e,0x85,0xad,0x00,0x0f,0x40,0x89,0x99,0x80,0x00,0xf8,0x1c,0x02,0xf2,0x02,0x3f, +0x13,0xf9,0x4c,0xe2,0x07,0xe3,0x6c,0xff,0xf9,0x52,0x77,0x6b,0x84,0x36,0xad,0x40, +0x8e,0x06,0x61,0x22,0x22,0xbd,0x22,0x21,0x0f,0x66,0x0a,0xf5,0x1d,0xfb,0x6f,0x5a, +0x7a,0x00,0x0f,0x89,0xfa,0x5c,0xdb,0x60,0xfb,0xff,0xfe,0xf8,0xf3,0x0f,0xb7,0x83, +0xfe,0xad,0x01,0xfa,0xa7,0x7e,0x1f,0x80,0x4f,0x9a,0xd7,0xe1,0xf6,0x08,0xb9,0x70, +0x0e,0xad,0xe1,0x76,0x92,0x3e,0xcc,0x08,0x70,0x80,0x00,0xf1,0x2b,0x56,0x07,0xff, +0xb6,0xce,0xfe,0xb2,0x13,0xf4,0x36,0x4f,0x50,0x00,0x7e,0x00,0x10,0xe5,0x00,0x0d, +0xb5,0x5e,0x0e,0xca,0x43,0xcd,0xf5,0xe0,0xea,0x73,0x17,0x6d,0x4e,0x0e,0x50,0x00, +0xfc,0xa4,0xf3,0xf8,0x32,0x08,0xf6,0x4d,0xdd,0xdd,0x70,0xbf,0xfa,0x64,0x44,0x43, +0x6e,0x24,0xbd,0xff,0xff,0x70,0x10,0x9a,0x15,0xf0,0x25,0xf9,0x34,0xf6,0x32,0x00, +0x2f,0x3a,0xcf,0xce,0x90,0x06,0xc6,0xcc,0xfd,0xee,0x20,0xde,0x7b,0xbf,0xce,0x90, +0x04,0xb7,0x56,0xf7,0x53,0x02,0x8c,0x6f,0xff,0xff,0xb0,0x1e,0xf4,0x55,0xf7,0x55, +0x00,0xae,0x6b,0xcf,0xcb,0xb0,0x1e,0xfe,0x74,0xc4,0x22,0x16,0xc0,0x6c,0xef,0xb0, +0x28,0x01,0x98,0x09,0x01,0x35,0x01,0x80,0x33,0xda,0x33,0xe9,0x31,0x00,0x0c,0x90, +0xa6,0x09,0x10,0xc9,0x1d,0x05,0x00,0x16,0x00,0xf0,0x04,0xa1,0x45,0xf9,0x44,0xea, +0x43,0x00,0x4f,0x40,0x0e,0x70,0x00,0x0b,0xe0,0x00,0xe7,0x00,0x0a,0xf5,0xc7,0x09, +0x13,0xb6,0xd2,0x09,0x07,0x01,0x00,0x85,0x0c,0x99,0x90,0x05,0x55,0x55,0xdb,0x6e, +0x37,0x28,0x10,0xab,0xbd,0x1c,0xf0,0x20,0xe8,0xd0,0x00,0x03,0x6f,0x74,0x6f,0x00, +0x00,0x01,0xf2,0x03,0xf2,0x10,0x00,0x1f,0x67,0x2e,0x74,0xc1,0xbe,0xff,0xc3,0x8e, +0xbc,0x08,0x63,0x00,0x00,0xbf,0x50,0x0c,0xff,0xff,0x10,0xe6,0x02,0x33,0x6f,0x10, +0xe6,0x02,0x44,0x6f,0x10,0xe6,0x0a,0x0f,0x00,0xf3,0x0f,0x0d,0x50,0x00,0x00,0xe6, +0x0f,0xff,0xff,0x20,0xe6,0x03,0x33,0x7f,0x10,0xe6,0x00,0x00,0x6f,0x00,0xe6,0x00, +0x54,0xcc,0x00,0xe6,0x00,0xbf,0xe4,0x00,0xe6,0x71,0x0a,0xa0,0xf3,0xff,0xff,0x10, +0x22,0x6f,0x12,0x26,0xf1,0x0d,0x2c,0x33,0xf8,0x15,0x10,0xf6,0x22,0x1f,0x52,0x20, +0x0f,0xff,0xf5,0xff,0xff,0x30,0xa6,0x5f,0x2a,0x54,0xf2,0x08,0xea,0xf1,0x9f,0x8f, +0x22,0x8e,0xff,0x29,0xef,0xf0,0x4c,0x7a,0xd3,0xc5,0x7f,0x00,0x0a,0xf6,0xed,0x01, +0xf2,0x2a,0x61,0x00,0x06,0xff,0xf2,0x5e,0x18,0x10,0x12,0x4f,0x4e,0x84,0xdb,0x01, +0x56,0xf9,0xff,0xec,0xe5,0x4f,0xee,0x32,0x4f,0x03,0x05,0xc0,0x05,0xff,0xff,0xf1, +0x8f,0xcc,0x8c,0x4f,0x1f,0x13,0x56,0xf8,0xff,0xff,0xf1,0x00,0x2f,0x11,0x5f,0x5c, +0x00,0x27,0xf3,0x48,0xf9,0xf4,0x0b,0xf7,0xaf,0xdc,0xac,0xad,0x0b,0xf4,0x27,0x4f, +0xfe,0x9e,0xf9,0xff,0x50,0x26,0xe9,0xaf,0x9b,0xd5,0x07,0xae,0x58,0x85,0x88,0x22, +0xfb,0xa6,0xff,0xff,0xf3,0x2e,0x00,0x6d,0x9f,0x7f,0x33,0xff,0xe6,0xd9,0xf6,0xf3, +0x02,0x6d,0x5c,0xdf,0xcc,0x20,0x05,0xcb,0xcd,0xfc,0xc9,0x05,0xaa,0x44,0x7f,0x44, +0x30,0xee,0x40,0x03,0xe0,0xc7,0x28,0x00,0x4c,0x06,0xf9,0x27,0x03,0xff,0xff,0xf8, +0x0a,0xe2,0x05,0xf4,0xbb,0x4d,0xe3,0x00,0x1f,0x1a,0x92,0xb1,0x10,0x03,0xf2,0xaa, +0x10,0x3f,0x56,0xff,0xff,0xfb,0x5f,0x80,0x04,0xf1,0xaa,0x3e,0x61,0x00,0x5d,0x0a, +0x90,0x01,0xe9,0x09,0xb0,0xa9,0x01,0xcd,0x01,0xf6,0x0a,0x96,0xed,0x20,0x3c,0x00, +0xa9,0x79,0x70,0x01,0xf4,0x26,0xce,0xcc,0xf7,0x07,0xf1,0x0c,0xdb,0xbf,0x88,0xf6, +0x00,0xcc,0x88,0xea,0xe5,0x00,0x05,0x6d,0xb6,0x30,0x2d,0x43,0xee,0xee,0xed,0x4e, +0x90,0x07,0xba,0xac,0x6d,0x61,0x00,0x9e,0xbb,0xf5,0x01,0xe8,0x07,0x8d,0xaa,0x00, +0xbd,0x01,0xe6,0xd7,0xe6,0xde,0x20,0x06,0x8e,0x35,0x4a,0x3e,0x08,0xf0,0x02,0x1e, +0x70,0x09,0xb0,0x00,0x4e,0xb0,0xdf,0xff,0xff,0x14,0x87,0x81,0x1a,0xc1,0x10,0x04, +0x2a,0x26,0x80,0x95,0xff,0x23,0x33,0x4f,0x51,0x7b,0xf6,0xc3,0x02,0xf1,0x09,0x2f, +0x27,0x93,0x4f,0x61,0x02,0xf1,0x5f,0x31,0xf3,0x00,0x2f,0x10,0xa6,0x4f,0x30,0x02, +0xf1,0x00,0x6f,0xc0,0x00,0x00,0x30,0xff,0x00,0xf8,0x26,0x5e,0xff,0xff,0xd0,0x5f, +0x80,0xe7,0x11,0x7d,0x04,0x78,0x7e,0xff,0xff,0xd0,0x05,0xf5,0xe7,0x11,0x7d,0x05, +0xff,0x1e,0xff,0xff,0xd0,0x8d,0xf1,0xe7,0xca,0x3a,0x00,0x3f,0x1e,0x64,0xfc,0xe3, +0x02,0xf1,0xe6,0x0c,0xf3,0x00,0x2f,0x2f,0xde,0x2e,0xf6,0x02,0xf3,0xd8,0x40,0x2a, +0x89,0x29,0xf3,0x27,0x1e,0x40,0x5e,0x10,0x00,0x2d,0xa0,0x7f,0x55,0xe2,0x05,0x97, +0x5e,0xff,0xd5,0x10,0x05,0xf4,0x7e,0xc5,0xdc,0x06,0xfe,0x2b,0xee,0x87,0xc6,0x4a, +0xe0,0x5f,0xed,0xd7,0x00,0x4e,0x7f,0xf6,0x7f,0x30,0x04,0xe1,0x37,0xff,0x60,0x00, +0x4e,0x39,0xee,0xfe,0x93,0x04,0xe7,0xc5,0x00,0x6c,0x42,0x00,0x10,0x51,0x05,0x00, +0xf1,0x24,0x6f,0x4f,0xff,0xff,0xf7,0x6f,0x50,0x58,0x59,0x49,0x12,0x4c,0x8b,0x8b, +0x8a,0xa0,0x07,0xf3,0xf3,0xf3,0xf3,0x07,0xff,0x09,0x99,0xa7,0xc0,0x6b,0xf0,0x29, +0x1a,0x19,0x20,0x3f,0x0f,0xff,0xff,0xf1,0x03,0xf0,0x11,0x9c,0x11,0x00,0x3f,0x24, +0x4a,0xd4,0x43,0x03,0xf7,0xf4,0x05,0xf3,0x2d,0x20,0x02,0x10,0x31,0x00,0x3f,0x40, +0xe6,0x0e,0x50,0x4f,0x70,0x3f,0x53,0xf2,0x04,0x69,0x7c,0xde,0xcf,0xd1,0x05,0xf8, +0xf2,0x7f,0x3c,0x85,0xff,0x03,0x04,0xe0,0x10,0x8d,0xf0,0x8b,0x4e,0x22,0x00,0x4f, +0x0b,0xa4,0xff,0xf0,0x03,0xf0,0xef,0x6e,0x00,0x00,0x3f,0x9e,0x9f,0xf5,0x53,0x03, +0xf8,0x40,0x5a,0xcd,0x60,0xbb,0x1d,0xf5,0x63,0x43,0xf4,0x11,0x10,0x2d,0x80,0xcf, +0xff,0xff,0x84,0x58,0xaf,0xc9,0x9a,0x90,0x06,0xf1,0x4f,0xaa,0xce,0x07,0xff,0x03, +0xf7,0x7a,0xe0,0x5a,0xf0,0x1c,0xf8,0x87,0x00,0x3f,0x04,0xff,0xee,0xa0,0x03,0xf3, +0xfc,0xc7,0xe3,0x00,0x3f,0x16,0x9f,0xfd,0x63,0x03,0xf3,0xd8,0x42,0x7c,0x60,0x00, +0x51,0x00,0x01,0x42,0x00,0x5f,0x3b,0xce,0xfe,0x90,0x4f,0x51,0xf6,0x2a,0x80,0x02, +0x6b,0x9f,0xff,0xff,0xf8,0x06,0xf3,0xf5,0x2c,0x72,0x15,0xfe,0x1f,0x6c,0xfe,0xc1, +0x5e,0xe2,0xf6,0xe6,0x7f,0x20,0x5e,0x2f,0x6f,0xcd,0xf2,0x04,0xe4,0xf5,0xfa,0xbf, +0x20,0x4e,0x7c,0x4e,0x67,0xf2,0x04,0xe8,0x84,0xfb,0xbf,0x53,0x28,0x00,0xe9,0x03, +0xf9,0x26,0x75,0xd6,0x4e,0x00,0x4f,0x67,0x7d,0xa7,0xd5,0x30,0x4e,0xde,0xff,0xcd, +0xf8,0x0a,0xe4,0x66,0x7f,0x6e,0x26,0xfe,0x7c,0xcc,0xda,0xf0,0x2a,0xe1,0xcc,0xa1, +0xfc,0x00,0x4e,0x2f,0x5d,0x2d,0x70,0x04,0xe4,0xe4,0xfb,0xfa,0x00,0x4e,0xaa,0x49, +0xd9,0xe6,0x04,0xe6,0x20,0x2a,0x05,0x7d,0x01,0xf0,0x28,0x54,0x4b,0xb4,0x42,0x1d, +0xa3,0x99,0xeb,0x99,0x47,0xa9,0x6d,0xef,0xfe,0xe2,0x04,0xf3,0xe5,0x9b,0x3e,0x22, +0xef,0x0b,0xcc,0xcc,0xc1,0x9e,0xf5,0xbb,0xbb,0xbb,0x61,0x5f,0x24,0x4c,0x74,0x52, +0x04,0xf4,0xab,0x88,0x4d,0x00,0x4f,0xb6,0xe3,0x4c,0xc6,0x04,0xf4,0x18,0xdd,0x73, +0x10,0x04,0x5e,0x28,0xf0,0x0a,0x01,0x8f,0x79,0xdf,0xed,0xc0,0x5e,0xfe,0x45,0xf9, +0x8e,0x07,0xdf,0xa3,0x0e,0x65,0xe0,0xaa,0xf1,0x44,0xf9,0x8f,0x20,0x5f,0x3f,0xb7, +0x0e,0xf8,0x06,0xf0,0x05,0xff,0x40,0x00,0x4f,0x00,0xd9,0xbe,0x10,0x04,0xf1,0xbe, +0x11,0xee,0x50,0x4f,0x4c,0x10,0x01,0xb5,0xc0,0x2b,0x70,0x08,0xf3,0x22,0x22,0x20, +0x03,0xff,0x0c,0x18,0xf4,0x1c,0xf9,0x5f,0x2d,0x88,0xc0,0x05,0x4f,0x57,0xe0,0xab, +0x00,0x6f,0x66,0xf7,0x2d,0x80,0x01,0x30,0xe8,0x3f,0xe3,0x00,0x73,0xa4,0xf4,0x03, +0x30,0x1f,0x5f,0x18,0xb3,0x9d,0x06,0xe2,0xf4,0x33,0xe7,0xf5,0x14,0x0c,0xff,0xfd, +0x14,0xb8,0x00,0xf1,0x0c,0x8e,0x15,0x90,0x00,0x03,0xcf,0x74,0x7f,0xd2,0x00,0x8e, +0xdd,0xcb,0xbc,0xb0,0x00,0xaa,0xaa,0xaa,0xb1,0x00,0x0f,0x63,0x33,0x6f,0x00,0x00, +0xec,0x0f,0xf0,0x0a,0x01,0x18,0xd2,0x11,0x00,0x0c,0x7e,0x1c,0xb0,0x6d,0x04,0xf6, +0xf3,0x34,0xa9,0xf5,0x4a,0x1d,0xff,0xfe,0x47,0x40,0x00,0x06,0x40,0x0c,0x09,0xb1, +0xfe,0xbb,0x90,0x00,0x09,0xf7,0x45,0xfa,0x00,0x02,0xef,0x17,0x23,0xf3,0x16,0x67, +0x77,0x78,0xf1,0x00,0x08,0x99,0x99,0xaf,0x10,0x04,0xdd,0xdd,0xdd,0xf1,0x00,0x03, +0x35,0xe3,0x34,0x30,0x0b,0x6c,0x3e,0x90,0x8e,0x04,0xf6,0xf4,0x67,0xc8,0xf5,0x38, +0x0c,0xff,0xfe,0x37,0x34,0x22,0x10,0x4e,0x13,0x07,0x10,0x17,0x18,0x26,0xf4,0x1d, +0x64,0xff,0xf5,0xf4,0x58,0x21,0x7c,0xe9,0x7e,0x58,0xa5,0x27,0x9e,0x09,0xad,0x98, +0xd2,0x04,0xe0,0xe8,0xdb,0x9e,0x00,0x4e,0x7e,0x14,0xea,0x40,0x04,0xeb,0x60,0x8e, +0xf2,0x00,0x4e,0x11,0x8f,0x48,0xe3,0x04,0xe0,0x1c,0x40,0x09,0x5f,0x0f,0x10,0x16, +0xc9,0x31,0x90,0x6a,0xf7,0x66,0x00,0x00,0xfa,0x88,0x8b,0xf0,0x8b,0x11,0xc3,0xff, +0x00,0x00,0xf9,0x77,0x7a,0xf0,0x00,0x0f,0xa7,0x77,0xaf,0xbc,0x00,0xf0,0x40,0x10, +0x13,0xf2,0x03,0x30,0x0e,0x9f,0x1a,0xb2,0x9e,0x06,0xf4,0xf5,0x44,0xc9,0xf5,0x26, +0x0c,0xff,0xfe,0x23,0x00,0x04,0xf0,0x44,0x8f,0x44,0x20,0x4f,0x78,0x9b,0xf9,0x95, +0x3d,0xfd,0xcd,0xef,0xdd,0x46,0xcf,0x5b,0xbc,0xfb,0xba,0x58,0xf0,0x6b,0xbb,0xbb, +0x20,0x4f,0x08,0xd7,0x78,0xf2,0x04,0xf0,0x8e,0xbb,0xbf,0x20,0x4f,0x08,0xec,0xcc, +0xf2,0x04,0xf0,0x8b,0x12,0x4f,0x20,0x4f,0x08,0xa0,0x2f,0xc0,0x00,0x00,0x61,0x23, +0x10,0x8f,0xeb,0x17,0x60,0x03,0x3d,0x83,0x4f,0x63,0x11,0x76,0x13,0xf3,0x19,0xd6, +0x00,0x9b,0xbb,0xbb,0xb2,0x00,0x0d,0xa7,0x77,0x7f,0x30,0x00,0xda,0x77,0x78,0xf3, +0x00,0x0b,0xdd,0xfd,0xdd,0x30,0x03,0x75,0x8e,0xa0,0x67,0x00,0xd9,0xaa,0x24,0xb6, +0xf2,0x1a,0x05,0xff,0xfc,0x17,0x20,0x1a,0x0c,0x42,0x11,0x1e,0x7d,0x40,0xda,0x1b, +0xf2,0x1d,0xe8,0x88,0x7c,0x75,0x70,0x0f,0x78,0x87,0x9b,0xe5,0x01,0xf8,0xeb,0xc5, +0xfc,0x41,0x7e,0x6d,0x9d,0xbf,0xbc,0x67,0x71,0x56,0x87,0x4b,0xb1,0x09,0x8e,0x3f, +0x41,0x97,0x05,0xf6,0xf0,0x43,0xea,0xf1,0x46,0x1d,0xff,0xfd,0x16,0x10,0xa3,0x02, +0xf0,0x4b,0x6d,0x67,0x1f,0x8a,0x60,0x6f,0xee,0xf8,0xf6,0x19,0x00,0xaa,0x9b,0x3e, +0xff,0xd0,0x0e,0x86,0xf4,0xc5,0x41,0x00,0xeb,0xaf,0x4f,0xae,0xa0,0x0e,0xb9,0xf4, +0xf7,0x2b,0x00,0xe3,0x9d,0x4b,0xff,0xb0,0x08,0x47,0x2f,0x30,0x69,0x05,0xf5,0xf0, +0x54,0xf5,0xf1,0x36,0x0d,0xff,0xf9,0x08,0x10,0x04,0xe0,0xae,0xbb,0xe9,0x00,0x5f, +0x5a,0xd9,0x9d,0x90,0x4c,0xfd,0x9d,0xaa,0xd9,0x06,0xae,0x6d,0xcc,0xcc,0xc2,0x78, +0xe1,0xf7,0xad,0x6f,0x20,0x4e,0x19,0x99,0x99,0x91,0x04,0xe4,0xc7,0x0f,0x30,0x4e, +0x04,0xf7,0x84,0x25,0x94,0x5c,0xff,0xb5,0x10,0x4e,0x6d,0x84,0x5a,0xe3,0x1f,0x02, +0x00,0x18,0x33,0xf9,0x28,0xac,0xcc,0xef,0xcc,0xc6,0x0e,0x88,0xe9,0xd8,0xc4,0x20, +0xe6,0xea,0xee,0xdf,0xc2,0x0e,0xff,0xff,0xcc,0xe9,0x00,0xe8,0xb8,0xca,0xae,0x70, +0x0f,0x3a,0x7b,0xa9,0xe6,0x00,0xf1,0x64,0x7f,0xaa,0xa3,0x4f,0x08,0x38,0x9d,0x58, +0x08,0xb6,0xf4,0xe0,0x59,0xe3,0x76,0x85,0x0e,0xff,0x86,0x40,0x58,0x05,0xfa,0x25, +0x6f,0x5d,0x50,0x0c,0xee,0xee,0xfe,0xfe,0x60,0xdb,0x66,0x9f,0x76,0x62,0x0d,0x93, +0x33,0xf3,0x87,0x00,0xef,0xff,0x4f,0x6f,0x60,0x0f,0x71,0xf2,0xee,0xe0,0x00,0xf5, +0x2f,0x2a,0xf6,0x20,0x3f,0x9e,0xe3,0xef,0x1a,0x78,0xe1,0x46,0xfc,0xdb,0xd5,0x79, +0x00,0x5b,0x03,0xdd,0x0a,0x07,0xf8,0x25,0x0f,0x7b,0xa1,0x1a,0xaa,0xaa,0xfc,0xbf, +0x61,0x77,0x77,0x7e,0xc7,0x74,0x09,0xee,0xe6,0xba,0x3f,0x20,0xa9,0x2d,0x79,0xc9, +0xd0,0x0a,0x92,0xd7,0x7e,0xe7,0x00,0x9f,0xff,0x63,0xfe,0x00,0x00,0x35,0x88,0x5f, +0x84,0x91,0xff,0xda,0xdf,0xde,0xbb,0x04,0x10,0x0c,0x60,0xbe,0x84,0x00,0xb1,0x45, +0xf8,0x57,0xd7,0x80,0x06,0x8f,0xa8,0x6d,0x1b,0x23,0x84,0x12,0xf8,0x18,0x03,0xd6, +0xa1,0x6f,0x14,0x10,0x8f,0xbf,0xb5,0xf3,0xf2,0x3f,0xd9,0xe7,0x3f,0xaa,0x01,0xbe, +0xcf,0xb0,0xef,0x20,0x06,0xda,0xf9,0x0d,0xc2,0x70,0x6f,0xff,0xeb,0xff,0x8b,0x06, +0xb1,0x11,0xc3,0xaf,0x50,0xe6,0x21,0xf7,0x27,0xfd,0xd4,0xf7,0xc0,0x0b,0xcf,0xcc, +0x7e,0x49,0x31,0xf4,0xe7,0xca,0xec,0xc5,0x1f,0x7e,0x78,0xdf,0xc8,0x31,0xf0,0x7a, +0x80,0xb7,0xb2,0x2e,0xbc,0xcc,0x5a,0xbe,0x02,0xd9,0xa8,0xe1,0x7f,0x70,0x5b,0x7d, +0xbd,0x18,0xf4,0x69,0x83,0xca,0xb9,0xff,0xd8,0x64,0xdb,0x97,0xb3,0x5e,0x20,0x42, +0x00,0xe0,0x35,0x79,0xcf,0xb0,0x01,0xfd,0xa8,0x62,0x00,0x01,0xf6,0x33,0x33,0x31, +0x29,0x19,0xf0,0x01,0xf6,0x02,0xf2,0x00,0x00,0xf6,0x04,0xf7,0x55,0x55,0xf6,0x05, +0xfd,0xdd,0xdd,0xf6,0x14,0x32,0x20,0x41,0x2f,0x15,0x05,0x16,0x6c,0xec,0x20,0xf7, +0x27,0x59,0xc1,0x36,0xac,0x00,0xfd,0x96,0x4f,0xc9,0x51,0x0f,0x85,0x53,0xf0,0x00, +0x00,0xfd,0xdf,0x4f,0x76,0x64,0x0f,0x43,0xf4,0xfa,0xfc,0x61,0xff,0xff,0x6e,0x0e, +0x60,0x2f,0x41,0x16,0xc0,0xe6,0x04,0xf0,0x00,0xba,0x0e,0x60,0x9d,0x00,0x4f,0x40, +0xe6,0x07,0x70,0x06,0xa0,0x0e,0x60,0xe5,0x2f,0x60,0x03,0x33,0x9f,0x53,0x31,0x0d, +0x6f,0x00,0xf7,0x19,0x0d,0x94,0x44,0x44,0xf6,0x0e,0xdb,0xbb,0xbb,0xb4,0x0f,0xad, +0xdc,0x8d,0xda,0x0f,0x69,0x6e,0x48,0x7c,0x1f,0x3d,0x8e,0x1d,0x7c,0x4f,0x28,0xde, +0x3a,0xfc,0x8b,0x9b,0x7e,0x89,0x8c,0x86,0x01,0xe9,0x04,0xe8,0xb5,0x00,0xf2,0x02, +0x25,0x67,0x8b,0xdf,0x50,0x06,0xdc,0xbf,0xb5,0x20,0x00,0x13,0x33,0xf8,0x33,0x30, +0x08,0x03,0x27,0x00,0x23,0x0a,0x61,0x4e,0xee,0xef,0xfe,0xee,0xa1,0x93,0x12,0x02, +0x39,0x0a,0x39,0x01,0x44,0xf5,0xfa,0x1c,0xd0,0x04,0xf0,0x24,0x44,0x44,0x12,0x7f, +0x48,0xdd,0xfe,0xd3,0xbf,0xff,0xee,0x08,0x10,0x4f,0xe3,0x08,0x50,0x04,0xf8,0x30, +0x0e,0x70,0x54,0x3a,0x54,0xe7,0x00,0x59,0xf0,0x00,0x16,0x00,0xa4,0x17,0xf0,0x04, +0x5f,0x70,0x05,0xfa,0x00,0x8f,0xd2,0x7c,0x02,0xf5,0x26,0xe0,0x06,0xd5,0xa0,0x02, +0x8e,0x30,0x6e,0x0c,0x60,0xbf,0xff,0x6a,0xfb,0xde,0x40,0x6e,0x09,0xdf,0x98,0x61, +0x06,0xf8,0x02,0xf3,0xab,0x0a,0xff,0xc1,0x0f,0xaf,0x40,0x59,0xe0,0x00,0xbf,0x91, +0x00,0x6e,0x00,0x4e,0xf2,0x96,0x18,0xe0,0xaf,0xae,0xde,0x56,0xf9,0x06,0x40,0x3c, +0x78,0x1f,0x02,0xda,0x15,0xf0,0x39,0x08,0xc0,0x00,0x04,0xf1,0x24,0x7d,0x44,0x27, +0xff,0xfa,0xff,0xff,0xf6,0x16,0xf3,0x07,0x20,0x67,0x00,0x4f,0x70,0xc7,0x0b,0x90, +0x6f,0xfb,0x09,0xa0,0xe6,0x01,0x6f,0x00,0x7c,0x1f,0x20,0x03,0xf0,0x03,0x84,0xe0, +0x00,0x6f,0x2f,0xff,0xff,0xfa,0x1f,0xa0,0x44,0x44,0x44,0x30,0x03,0xf0,0x8f,0xff, +0xff,0x43,0x8f,0x59,0xe4,0x44,0x41,0x9f,0xff,0xae,0x44,0x43,0x00,0x3f,0x08,0x5a, +0x2c,0xf9,0x11,0xf7,0x9d,0x00,0x4e,0x07,0xef,0xea,0xe3,0x37,0xe0,0x5a,0xf0,0x8f, +0xff,0xfe,0x00,0x3f,0x08,0xd0,0x00,0x00,0x16,0xf0,0x8f,0xee,0xee,0x84,0xfa,0x03, +0x55,0x55,0x53,0x02,0x18,0x00,0xb9,0x1d,0xf0,0x22,0x27,0xf3,0x04,0xfe,0x60,0x0a, +0xff,0xf5,0xe8,0x3f,0x70,0x05,0xe2,0xff,0xdc,0xff,0x50,0x7f,0xa5,0x34,0x44,0x20, +0xaf,0xf8,0x5e,0xee,0xe6,0x01,0x6e,0x04,0xf3,0x3e,0x70,0x05,0xe0,0x4f,0x00,0xd7, +0x01,0x7e,0x04,0xfe,0xef,0x70,0x5f,0x90,0x4f,0x33,0xe7,0x90,0x06,0x10,0x01,0xf8, +0x18,0xf3,0x25,0x2f,0x00,0x01,0x6f,0x36,0xef,0xff,0xe3,0x7f,0xfe,0x01,0x4f,0x21, +0x00,0x3f,0x0d,0xee,0xfe,0xeb,0x04,0xf9,0x33,0x33,0xd9,0x28,0xff,0x9c,0xff,0xff, +0xfa,0x25,0xf0,0x3b,0x43,0xd9,0x20,0x3f,0x00,0xd9,0x0c,0x70,0x16,0xf0,0x04,0xa2, +0xd7,0x01,0xfa,0x00,0x00,0xfe,0x30,0x06,0x09,0xf8,0x27,0xf0,0x5f,0x02,0x72,0x02, +0x8f,0x35,0xfe,0xd9,0x40,0xaf,0xff,0x6f,0x10,0x0b,0x50,0x5f,0x03,0xfe,0xde,0xf3, +0x05,0xf8,0x13,0x55,0x53,0x0a,0xff,0xb7,0xff,0xff,0xf0,0x48,0xf0,0x5e,0x66,0x9f, +0x00,0x5f,0x05,0xf8,0x8b,0xf0,0x17,0xf0,0x5f,0xcc,0xdf,0x05,0xf9,0x05,0xe4,0x48, +0xf0,0xbc,0x00,0x10,0x4f,0x36,0x01,0xf0,0x03,0x27,0xf3,0xcf,0xff,0xff,0x58,0xff, +0xfc,0x79,0x41,0xe5,0x04,0xf0,0x45,0xf4,0x15,0x20,0x4f,0x1d,0x08,0xf3,0x0d,0x4b, +0xff,0x3e,0x82,0xf7,0x08,0xcf,0x15,0xf7,0x6f,0x10,0x04,0xf0,0x06,0xef,0xa0,0x01, +0x6f,0x03,0x9f,0xdf,0xa1,0x4f,0xa0,0xcb,0x40,0x4c,0x20,0xf2,0x01,0xf4,0x26,0x9f, +0xff,0xff,0x61,0x7f,0x49,0xb4,0x44,0x41,0x6f,0xfe,0x99,0xef,0xff,0x10,0x4f,0x09, +0xb4,0x44,0x41,0x04,0xf5,0x9f,0xff,0xff,0x76,0xef,0xda,0x9e,0x7b,0x72,0x4a,0xf0, +0xb8,0xe4,0xed,0x20,0x4f,0x0d,0x7e,0x49,0x90,0x07,0xf2,0xf3,0xfd,0x9f,0x50,0xfa, +0x3c,0x2d,0x60,0x63,0x6a,0x21,0xf3,0x26,0x44,0x7f,0x44,0x20,0x4e,0x0b,0xbd,0xfb, +0xb8,0x5e,0xfc,0x6a,0xcf,0xad,0x30,0x4e,0x1b,0xbc,0xfb,0xfc,0x06,0xfb,0x45,0x8f, +0x5f,0x78,0xff,0x99,0xff,0xff,0xf4,0x38,0xe0,0x87,0x5f,0x33,0x10,0x4e,0x0e,0x94, +0xfe,0xe4,0x16,0xe5,0xfe,0xdf,0x33,0x32,0xf9,0x87,0x18,0xbd,0xda,0xf9,0x00,0xf0, +0x23,0xd0,0x6e,0xee,0xf9,0x00,0x6d,0x12,0x99,0x9c,0x90,0x7f,0xfe,0x27,0x77,0xb9, +0x01,0x7d,0x27,0xdd,0xdd,0x80,0x05,0xe7,0xcc,0xcc,0xcc,0x37,0xef,0xdf,0x47,0xe4, +0xe4,0x38,0xd0,0x9f,0xff,0xfb,0x10,0x5d,0x07,0xc4,0xe4,0x90,0x17,0xd0,0x7c,0x4e, +0xd6,0x03,0xf8,0xdb,0x21,0xf9,0x27,0x04,0xf0,0x03,0xd3,0xe0,0x03,0x9f,0x78,0xdf, +0x3f,0xc6,0x7e,0xfd,0x38,0xf3,0xf5,0x20,0x4f,0x01,0x6f,0x3f,0x21,0x04,0xf6,0x9f, +0xf3,0xff,0x67,0xff,0xb0,0x4f,0x3f,0x00,0x37,0xf0,0xef,0xf3,0xfe,0x90,0x4f,0x03, +0x6f,0x3f,0x32,0x06,0xf0,0x04,0xf3,0xf0,0x02,0xfa,0x00,0x4f,0x3f,0x9b,0x04,0xf7, +0x5f,0x4e,0x04,0x67,0x9c,0xe2,0x17,0xf3,0x79,0xa8,0x35,0x36,0xff,0xea,0x78,0xa0, +0xe6,0x04,0xe0,0x6c,0x4a,0x6d,0x00,0x5f,0x80,0x12,0xd4,0x30,0x7f,0xf7,0xcf,0xff, +0xff,0xa1,0x5e,0x02,0x6f,0xfe,0x31,0x04,0xe0,0x3e,0xbf,0xcb,0x01,0x6e,0x4f,0xa3, +0xf1,0xdb,0x2f,0x90,0x50,0x3f,0x01,0x20,0x03,0xf0,0x12,0x7c,0x22,0x11,0x6f,0x37, +0xdd,0xce,0xc6,0x5f,0xfd,0x09,0x90,0xe5,0x00,0x3f,0x0c,0xee,0xef,0xd9,0x05,0xf8, +0x22,0xd8,0x22,0x16,0xff,0x7f,0xff,0xff,0xfd,0x15,0xf0,0x2e,0x82,0xe8,0x10,0x3f, +0x04,0xee,0xaf,0x10,0x06,0xf0,0x25,0xef,0xf8,0x01,0xf9,0x0e,0xc8,0x25,0xe4,0x7a, +0x00,0x00,0x2a,0x02,0xf0,0x1a,0x5e,0x00,0x00,0x17,0xf4,0xbe,0xef,0xfe,0xd0,0x4e, +0xfc,0xc7,0x61,0x65,0xe0,0x03,0xf0,0x1c,0xc2,0xdb,0x10,0x03,0xf7,0x8a,0x00,0x0a, +0x60,0x4d,0xfb,0x5f,0xff,0xff,0x40,0x39,0xf0,0x02,0x6f,0x22,0x00,0x03,0xf0,0x66, +0x03,0xf0,0x2a,0x06,0xf0,0x55,0x8f,0x55,0x50,0x1f,0xa2,0xcc,0xcc,0xcc,0xc1,0x06, +0xd0,0x0b,0x5b,0x30,0x01,0x7e,0x13,0xf6,0xca,0x31,0x9f,0xff,0xbf,0xff,0xff,0x50, +0x7e,0x8f,0xe1,0xd7,0x10,0x06,0xec,0xbf,0xff,0xff,0x38,0xff,0x94,0xe1,0xd7,0x10, +0x39,0xd0,0x4f,0xff,0xff,0x30,0x6d,0x04,0xe0,0xd6,0x00,0x19,0x0b,0x00,0x64,0x94, +0xf8,0x04,0xe3,0x33,0x32,0xaa,0x01,0xf0,0x1c,0x06,0xd0,0xe5,0x00,0x4e,0x07,0xbf, +0x9f,0xb5,0x5f,0xfd,0x8c,0xf9,0xfb,0x61,0x7f,0x40,0x7d,0x2e,0x70,0x04,0xf8,0x6f, +0xff,0xff,0x46,0xff,0xa6,0xe0,0xf0,0xf4,0x27,0xe0,0x6f,0xff,0xff,0x40,0x4e,0x06, +0xe0,0xf0,0xf4,0x16,0x0b,0x00,0x62,0x42,0xf9,0x06,0xe2,0x22,0xf4,0xde,0x14,0xf4, +0x28,0x05,0xc0,0x6f,0xee,0xef,0x01,0x8d,0x36,0xe7,0x79,0xf0,0x8f,0xfe,0x6e,0x66, +0x8f,0x00,0x6d,0x16,0xee,0xee,0xe0,0x06,0xe7,0xaa,0xaa,0xaa,0x68,0xff,0x86,0x98, +0xf4,0x42,0x16,0xc0,0x8c,0x4f,0xdd,0x00,0x5c,0x0c,0xf6,0xe2,0x20,0x18,0xc4,0xfa, +0xfe,0x22,0x24,0xf7,0x97,0x08,0xcf,0xfa,0xf3,0x00,0xf1,0x26,0x27,0x8a,0xdc,0x00, +0x6f,0x32,0x77,0xf4,0x00,0x4f,0xfe,0x9c,0xcf,0xcc,0x60,0x3f,0x04,0x77,0xf6,0x53, +0x04,0xf8,0x6f,0x8f,0xdf,0x25,0xff,0xa9,0x82,0xf2,0xf2,0x16,0xf0,0x8f,0x7f,0xef, +0x20,0x3f,0x08,0x82,0xf1,0xf2,0x06,0xf0,0x8f,0xef,0xef,0x20,0xea,0x08,0xa4,0x44, +0xf2,0x5a,0x15,0x00,0x9b,0x31,0xf8,0x5c,0xdd,0xee,0x01,0x5f,0x23,0xf8,0x8a,0xe0, +0x8f,0xfe,0x3f,0x66,0x9e,0x01,0x5f,0x23,0xdd,0xdd,0xc0,0x03,0xf4,0xaa,0xaa,0xaa, +0x76,0xdf,0xe7,0xf9,0x77,0x74,0x6a,0xf1,0xdf,0xff,0xff,0x40,0x3f,0x49,0xaa,0xb7, +0xe3,0x17,0xf1,0xbb,0x7e,0x3f,0x13,0xfa,0x17,0x1c,0x5f,0xb0,0x0b,0x60,0x1e,0x85, +0x10,0x04,0xd9,0x1a,0xb9,0xf7,0x00,0x9e,0xda,0xfe,0xef,0xdc,0x00,0xb6,0x0f,0x68, +0xa5,0xe0,0x1c,0xd2,0xeb,0x5a,0x9e,0x0d,0xfb,0x1e,0x88,0x68,0xe0,0x2b,0x68,0xfc, +0xfd,0xdf,0x60,0xb6,0x24,0x9f,0xe5,0x42,0x2d,0x50,0x5f,0x6a,0xc4,0x08,0xe2,0xcd, +0x60,0x07,0xd6,0xaa,0x01,0xf1,0x27,0x3e,0x00,0x0a,0xe5,0x51,0x16,0xf3,0x8e,0xa8, +0xbe,0x16,0xff,0xe6,0x76,0xdf,0x30,0x03,0xe0,0x5e,0xfa,0x20,0x00,0x6f,0x99,0xfd, +0x99,0x93,0x7f,0xf6,0x9c,0x7f,0x75,0x20,0x4e,0x1e,0xee,0xfe,0xdb,0x03,0xe0,0x56, +0x4f,0x47,0x41,0x6e,0x06,0xd8,0xf8,0xd6,0x2f,0x90,0x4a,0xaa,0xae,0x3c,0x19,0xf1, +0x2a,0x45,0x00,0x2f,0x0b,0xef,0xfd,0xb1,0x28,0xf6,0x68,0x58,0x1e,0x14,0xcf,0xb3, +0xd2,0xa7,0xa0,0x02,0xf0,0x6f,0xdc,0xcd,0x30,0x3f,0xae,0x88,0xf4,0x41,0x6f,0xfd, +0x74,0x8f,0x44,0x33,0x9f,0x2c,0xcd,0xfc,0xc8,0x02,0xf0,0xb5,0x4e,0x0d,0x30,0x5f, +0x0c,0xa9,0xf6,0xf4,0x1f,0xa0,0x8a,0xaa,0xaf,0x40,0x28,0x34,0xf8,0x28,0x05,0xd0, +0x38,0xe4,0xf6,0x20,0x5d,0x0c,0xef,0xdf,0xd6,0x6f,0xfd,0x28,0xc6,0xd7,0x01,0x7e, +0x37,0xf8,0x8b,0xf0,0x05,0xd4,0x7f,0xcc,0xdf,0x05,0xdf,0xe7,0xfb,0xbd,0xf0,0x4b, +0xd0,0x45,0x8e,0x55,0x10,0x5d,0x1d,0xdf,0xff,0xd7,0x17,0xd0,0x29,0xf6,0xf7,0x13, +0xf8,0x3f,0xb3,0x04,0xd7,0xbc,0x00,0xf8,0x28,0xb6,0x8f,0xf9,0xeb,0x20,0x4c,0xa5, +0x8f,0x1d,0xba,0x29,0xed,0x6f,0x50,0x3f,0xc0,0x0b,0x7e,0xff,0x6e,0xff,0x30,0xbd, +0x31,0xe8,0x9c,0x40,0xbf,0xda,0xff,0xd5,0x7e,0x06,0xd6,0x97,0x28,0xaa,0x80,0x0b, +0x68,0xcf,0x8d,0xb8,0x01,0xc6,0x02,0xf1,0xdf,0x30,0x8e,0x36,0xf9,0xba,0x7b,0x00, +0x6b,0x27,0xf3,0x62,0xe0,0xcf,0xef,0xbb,0x00,0x39,0xf6,0x1f,0x5e,0x6c,0x00,0x5d, +0xfb,0xcf,0xdf,0xee,0x80,0x04,0xe0,0x4c,0xff,0xf9,0x20,0x06,0xfb,0xdd,0x5e,0x4f, +0xa0,0x8f,0xf6,0xcc,0xbd,0xbd,0x60,0x25,0xe0,0x8c,0x7e,0x4f,0x20,0x04,0xe0,0x8f, +0xff,0xff,0x20,0x15,0xe0,0x8c,0x6e,0x4f,0x20,0x2f,0x90,0x7e,0xbb,0xbe,0x20,0x03, +0xf0,0x9e,0xfe,0xff,0x31,0x6f,0x39,0x9f,0x9b,0xe3,0x5f,0xfe,0x59,0xbe,0x99,0x10, +0x3f,0x05,0xbc,0xfb,0xb0,0x07,0xfb,0xcd,0xef,0xdd,0x56,0xff,0x71,0x99,0x1d,0x50, +0x16,0xf0,0x9f,0xfe,0xfe,0x10,0x3f,0x05,0x69,0xe6,0x61,0x16,0xf1,0xcc,0xdf,0xcc, +0x61,0xf9,0x00,0x04,0xd0,0x14,0x04,0xf1,0x25,0xad,0xca,0x4e,0xef,0x10,0x3d,0xdc, +0xdb,0xd0,0xcd,0x43,0xde,0xde,0x8b,0xaa,0x80,0x8a,0xdc,0xa5,0xbb,0xe1,0x04,0xdd, +0xbe,0x9c,0xbe,0xc3,0x2b,0xbb,0xcd,0xbb,0xa4,0x00,0x89,0x9a,0xfa,0x99,0x20,0x28, +0x88,0xaf,0xa8,0x84,0x18,0xaa,0xab,0xfb,0xaa,0xa4,0x00,0x09,0xfd,0x7b,0x06,0xf2, +0x2b,0x0e,0xee,0xfb,0x00,0x19,0xe4,0x0e,0x75,0xab,0x00,0x5f,0xfd,0x09,0x99,0x97, +0x00,0x06,0xe0,0xce,0xf6,0xfe,0xc0,0x06,0xe7,0xc4,0xf6,0xd6,0xc0,0x4e,0xf9,0x9b, +0xc9,0xcb,0x90,0x18,0xe0,0xee,0xff,0xfe,0xe0,0x06,0xe0,0x1a,0xff,0xf6,0x10,0x0a, +0xe4,0xcf,0x9f,0x9f,0x90,0x1f,0x84,0xb3,0x4f,0x24,0x80,0x73,0x07,0xf3,0x27,0x0b, +0x60,0x00,0xff,0xed,0x02,0xc8,0x37,0x7f,0xa7,0x71,0xbf,0xf8,0xe8,0xf9,0x9f,0x10, +0xb6,0x5c,0xbf,0xc7,0xa0,0x0b,0xb7,0xb0,0x7c,0xc8,0x0a,0xfd,0x9b,0xcf,0xec,0xc0, +0x5c,0x67,0xac,0xcb,0x5b,0x00,0xb6,0xaa,0xaa,0xed,0x90,0x1c,0x6e,0x6a,0xcc,0x7d, +0x39,0xe5,0xa6,0x58,0xd2,0x5e,0x03,0xf9,0x27,0xc5,0x13,0x3e,0x63,0x30,0x2d,0x78, +0xfb,0xab,0xbf,0x0b,0xff,0x5e,0xdd,0xed,0xd0,0x0c,0x58,0xbb,0x7b,0xc7,0x00,0xcb, +0x4b,0xf7,0x9f,0x40,0xcf,0xc9,0xd6,0x88,0x5f,0x23,0xd5,0x2e,0xff,0xff,0x70,0x0c, +0x50,0x84,0xd6,0xa1,0x00,0xc5,0x6f,0x2d,0x5a,0xb0,0x7e,0x27,0x4c,0xe2,0x18,0xb3, +0x01,0xf8,0x27,0xa8,0xac,0xff,0xf3,0x2c,0x8b,0xc5,0x14,0xba,0x0c,0xff,0xb9,0xb8, +0xef,0x30,0x1b,0x76,0xb8,0x22,0xc8,0x00,0xbb,0xcb,0x9d,0xff,0xf7,0xcf,0xcc,0xd6, +0x67,0xc7,0x32,0xb8,0xff,0xfc,0x8f,0xe4,0x0b,0x62,0xf3,0xd9,0xd1,0x01,0xc6,0xac, +0xef,0xfd,0x32,0x9e,0x5b,0x06,0x64,0xbd,0x70,0x3b,0x07,0xf3,0x26,0x02,0x37,0xe3, +0x32,0x16,0xf3,0xda,0xda,0xdb,0x55,0xef,0xdd,0xaf,0xef,0xe2,0x03,0xf0,0xd7,0xe8, +0xd9,0x40,0x3f,0x7d,0x98,0xea,0x85,0x5f,0xfa,0xeb,0xdf,0xcf,0x31,0x6f,0x0e,0xbb, +0xea,0xe3,0x03,0xf2,0xcb,0xdf,0xcf,0x30,0x6f,0x78,0x7f,0x3c,0x80,0x1f,0x99,0x6e, +0x60,0x4e,0x30,0x09,0x00,0x03,0x3a,0x01,0x5c,0x12,0xb0,0xf2,0x15,0x55,0x7f,0x65, +0x55,0x00,0x34,0x47,0xf6,0x44,0x42,0x2e,0x20,0xff,0xf3,0xfa,0x15,0x70,0xdb,0x00, +0x00,0x1d,0xc2,0xbe,0x20,0xeb,0x1e,0xd3,0x30,0x00,0x49,0xdf,0xea,0xff,0xc9,0x34, +0xd9,0x50,0x00,0x59,0xc1,0x8e,0x0d,0xf7,0x27,0x5e,0x09,0xc0,0x00,0x0f,0x35,0xe0, +0xdb,0x44,0x30,0xf3,0x5e,0x2f,0xff,0xfd,0x0f,0x35,0xeb,0xf1,0x4f,0x10,0xf3,0x5f, +0xef,0x78,0xd0,0x0f,0x36,0xe2,0x6e,0xd8,0x02,0xfe,0xfe,0x00,0xef,0x10,0x3e,0x88, +0xe0,0x2e,0xf5,0x00,0x00,0x5e,0x5e,0xa9,0xf7,0x00,0x05,0xe8,0x80,0x07,0x60,0xa8, +0x09,0xf3,0x28,0x66,0x66,0x09,0xa0,0x00,0x3d,0xde,0xe0,0xe9,0x22,0x10,0x00,0x5e, +0x3f,0xff,0xf9,0x05,0x59,0xea,0xf2,0x6f,0x02,0xff,0xfe,0xff,0x7a,0xc0,0x2f,0x20, +0x04,0x8c,0xe8,0x02,0xf2,0x00,0x02,0xff,0x10,0x2f,0x7a,0xe0,0x3f,0xe1,0x06,0xff, +0xb5,0x6f,0xcd,0xd4,0x28,0x10,0x0d,0x90,0x0a,0x60,0x76,0x08,0x30,0x10,0x05,0x30, +0x9f,0x1d,0xf0,0x06,0x0e,0x70,0x00,0x0a,0xdf,0xdd,0x3f,0xa8,0x83,0x04,0xcb,0x55, +0x7f,0xce,0xe5,0x00,0xaa,0x32,0xdf,0x0d,0x70,0xbc,0x15,0xf4,0x10,0x6f,0x40,0x00, +0xc7,0x8b,0x6a,0xef,0x00,0x00,0xd6,0x8a,0x04,0xf9,0x00,0x02,0xf3,0x99,0x08,0xfc, +0x00,0x09,0xe2,0xca,0xaf,0x7e,0xc2,0x09,0x4b,0xe5,0xd4,0x01,0xd9,0x1e,0xf5,0x27, +0xe5,0x00,0xe5,0x00,0x03,0x3f,0x73,0x4f,0x64,0x41,0xdf,0xff,0xfb,0xff,0xff,0x60, +0x0e,0x52,0xfd,0x0b,0x90,0x14,0xf8,0xaf,0xf3,0xf5,0x06,0xff,0xfd,0x2d,0xcf,0x10, +0x6c,0x06,0xc0,0x7f,0xa0,0x06,0xd4,0x9c,0x0a,0xfa,0x00,0x6f,0xff,0xdc,0xf8,0xfb, +0x13,0x70,0x05,0xc3,0x02,0xd2,0x04,0x1a,0x20,0x01,0x00,0x85,0x07,0xf0,0x0e,0xf2, +0x00,0x3a,0xbe,0xa9,0x3f,0x44,0x22,0xac,0x9d,0x78,0xff,0xfa,0x0a,0x91,0xe5,0xe7, +0x3f,0x04,0xf4,0x6c,0xff,0xa7,0xc0,0x29,0xfe,0x72,0x9f,0xc8,0x51,0x17,0xf5,0x03, +0xdf,0x20,0x01,0xee,0xe1,0x0d,0xf3,0x02,0xdc,0x1b,0x5c,0xda,0xe3,0x2a,0x00,0x0c, +0xb1,0x0a,0xc4,0x01,0x10,0x43,0x06,0x0d,0xf3,0x5d,0x0d,0x90,0x00,0x0f,0x34,0xf1, +0xfa,0x77,0x40,0xff,0xff,0x8f,0xde,0xf8,0x0f,0x34,0xfe,0xf2,0xbb,0x00,0xff,0xff, +0xee,0x7f,0x70,0x0f,0x34,0xf0,0x8e,0xf2,0x00,0xff,0xff,0x02,0xfc,0x00,0x08,0x88, +0x70,0xaf,0xf3,0x03,0xf5,0x5f,0xdf,0x6b,0xf6,0x59,0x00,0x3a,0x30,0x08,0x30,0x00, +0xc7,0x09,0x4e,0x20,0x00,0xff,0xfe,0xe6,0xf1,0x11,0x14,0xda,0xe9,0xaf,0xff,0xd5, +0xde,0xfe,0xdf,0xb5,0xf3,0x05,0xef,0xcc,0xff,0x7e,0x04,0xfc,0xcd,0x35,0xfe,0xa0, +0x17,0x5f,0x66,0x0b,0xf4,0x06,0xfe,0xfb,0x91,0xdf,0x50,0x00,0x5f,0x05,0xed,0x9f, +0x60,0x3e,0xb0,0x7a,0x10,0x87,0xca,0x0f,0xf2,0x21,0xef,0xea,0x5e,0x11,0x00,0x8a, +0xf8,0x5d,0xff,0xfa,0x0e,0x8e,0xae,0xfa,0xb9,0x00,0xbf,0xfe,0x72,0xef,0x10,0x1b, +0xee,0xd7,0xbf,0xed,0x61,0xa6,0xb4,0x5c,0x54,0xa5,0x06,0xaa,0xaf,0xa9,0x99,0x00, +0x0b,0x80,0xff,0xfe,0x00,0x01,0xb9,0x2f,0x41,0x11,0x86,0x29,0xf3,0x28,0x04,0x7f, +0x64,0x0c,0x30,0x03,0xdd,0xfd,0xd3,0xf4,0x21,0x5e,0xcf,0xcd,0x6f,0xff,0x90,0x8b, +0xfa,0x78,0xe4,0xc0,0x0f,0xcf,0xde,0xef,0x9a,0x00,0xbc,0xea,0xb3,0xaf,0x60,0x3d, +0xff,0xd8,0x05,0xf1,0x00,0x9e,0x6e,0x10,0xbf,0x70,0x17,0xff,0xe4,0xbd,0x3e,0x54, +0x93,0x04,0x09,0x10,0x32,0x53,0x2a,0x20,0x01,0xf8,0xa4,0x27,0x51,0x5d,0xc5,0x55, +0x34,0xff,0x28,0x1e,0x90,0x4f,0x10,0x0a,0xc0,0x00,0x00,0xca,0x02,0xf5,0x5c,0x3a, +0x20,0xcc,0x00,0xb9,0x26,0xf8,0x03,0x20,0x00,0x00,0x04,0xdf,0xfa,0x10,0x01,0x7d, +0xfa,0x15,0xef,0xb5,0x1e,0xa3,0x00,0x01,0x6c,0xee,0x02,0xf0,0x24,0x02,0xe3,0x00, +0x15,0xe0,0x02,0xee,0xe6,0x6d,0x7e,0x04,0xfc,0x3a,0xf3,0x9b,0xe0,0x3d,0xff,0xe3, +0x61,0x5e,0x00,0x48,0xe4,0x4b,0xe7,0xe0,0x2e,0xef,0xed,0x06,0x6e,0x20,0x77,0xd6, +0x36,0x9d,0xfd,0x0f,0x6d,0x9b,0xb9,0xae,0x04,0xb7,0xd3,0xa0,0x05,0xe0,0x04,0xf9, +0xe4,0x09,0x02,0x01,0x00,0xf8,0x27,0x99,0x0e,0x41,0x5a,0xf4,0x6f,0xff,0xfe,0xad, +0x50,0x00,0x9c,0x6f,0x4a,0x90,0x00,0x09,0xd8,0xf4,0xaf,0xee,0x90,0x9e,0xcf,0x4a, +0xb8,0xf2,0x09,0xb4,0xf4,0xb8,0x5e,0x08,0xff,0xff,0xec,0x65,0xe0,0x17,0xa6,0xa4, +0xf4,0x5e,0x02,0xe9,0x3f,0xaf,0x05,0xe0,0x2b,0x00,0x3b,0x70,0x5e,0x13,0x2b,0xf3, +0x27,0x18,0xd2,0x12,0x6b,0xe2,0x2f,0xff,0xfb,0xbd,0x62,0x00,0x6a,0x1f,0x1b,0x80, +0x00,0x4d,0xed,0xfb,0xbd,0xaa,0x61,0x36,0xf3,0x3c,0xba,0xf4,0x4f,0xff,0xfb,0xc7, +0x5e,0x00,0x67,0xf7,0x3d,0x65,0xe0,0x1f,0x6e,0x99,0xf4,0x5e,0x03,0xa5,0xe2,0xaf, +0x15,0xe0,0x00,0xea,0x05,0x90,0x5e,0x09,0x3a,0xf0,0x27,0x01,0x02,0x00,0x02,0x02, +0xe6,0x94,0xa2,0x7d,0xd2,0x2e,0xdc,0x9e,0x3f,0x30,0x02,0xec,0xda,0xd8,0xf1,0x00, +0x2f,0xcc,0xcb,0x9f,0xff,0xc2,0xf5,0x84,0xa3,0xf1,0xf0,0x2e,0xab,0x9b,0x6f,0x1f, +0x02,0xea,0xb6,0xe4,0xe1,0xf0,0x2e,0xbc,0xaa,0xcc,0x1f,0x02,0xfe,0xfe,0xfc,0x71, +0xf0,0x22,0x02,0x14,0x1f,0x80,0x00,0x02,0x0e,0x20,0x24,0x5d,0xa5,0x80,0x3e,0x21, +0x08,0xe0,0x71,0x32,0x00,0x16,0x29,0x40,0x0c,0xb4,0x45,0xf5,0x20,0x00,0xc0,0x1f, +0x30,0x00,0xae,0x00,0x03,0xf1,0x00,0x9f,0x50,0x33,0x9e,0xea,0x12,0x14,0xfe,0x72, +0x03,0x10,0x60,0xcc,0x3b,0xf1,0x26,0x0e,0x70,0x03,0xf5,0x00,0x7d,0xed,0xd1,0xaf, +0xd0,0x03,0xcc,0x56,0x8f,0x3d,0xa0,0x0b,0xa3,0x6f,0x70,0x3f,0x70,0xbf,0xfc,0x45, +0xd2,0x30,0x0c,0x77,0xb0,0x0b,0xd0,0x00,0xe5,0x8b,0x00,0x02,0x00,0x1f,0x29,0xa1, +0xd7,0x00,0x08,0xd2,0xc9,0x07,0xfc,0x20,0x86,0x9e,0x30,0x03,0xad,0x48,0x01,0xae, +0x35,0x10,0x30,0xc8,0x48,0xf2,0x25,0x4f,0x10,0x00,0x4a,0xde,0xab,0xff,0xff,0xb3, +0xbf,0x8b,0xf5,0x22,0x21,0x06,0xe4,0x4b,0xff,0xff,0x80,0x7f,0xfc,0x12,0xe6,0xf3, +0x08,0xb6,0xc7,0x8e,0x67,0x00,0x99,0x6c,0x88,0xef,0xf1,0x0d,0x67,0xbb,0xde,0x40, +0x04,0xf3,0xac,0xfc,0xf8,0x54,0x38,0x8e,0x68,0x08,0xbd,0x3b,0x14,0x00,0x10,0x1f, +0xe2,0x54,0xf5,0x44,0x45,0xf5,0x4f,0x00,0x00,0x0f,0x54,0xf0,0x00,0x00,0xf5,0x12, +0x00,0x22,0x55,0x55,0x12,0x00,0x32,0xf4,0x33,0x34,0x12,0x00,0x50,0xf2,0x11,0x12, +0xf5,0x00,0x56,0x16,0xf4,0x27,0x03,0xff,0xf4,0x5f,0xff,0xf3,0x3f,0x2e,0x45,0xf0, +0x1f,0x33,0xf0,0xe4,0x5f,0x45,0xf3,0x3f,0xff,0x45,0xfe,0xef,0x33,0xf2,0xe4,0x5e, +0x00,0xf3,0x3f,0x2e,0x47,0xfa,0xbf,0x33,0xff,0xf4,0xad,0x78,0xf3,0x2a,0x00,0x1f, +0x50,0x0f,0x30,0x00,0x0b,0xe0,0x25,0xf3,0x00,0x02,0xd2,0x06,0xe0,0x1e,0x02,0x8b, +0x28,0xb1,0x96,0x66,0x6f,0x70,0x00,0xf9,0x77,0x77,0xf7,0x00,0x0f,0x06,0x21,0x10, +0xc7,0x39,0x04,0xc0,0x6f,0xdb,0xfd,0xbb,0xa0,0x1f,0xa5,0x5f,0xa5,0x54,0x00,0x2b, +0x53,0x19,0x61,0x02,0x22,0x2e,0x82,0x22,0x11,0x56,0x01,0xf4,0x5d,0x28,0x87,0x00, +0x5d,0x00,0x04,0xf8,0xd5,0xee,0xfe,0xe0,0x4e,0x4d,0x5d,0x8e,0x6f,0x04,0xf7,0xd5, +0xc5,0xd2,0xf0,0x4f,0xed,0x5c,0x5d,0x2f,0x04,0xe4,0xde,0xff,0xfe,0xf8,0x4f,0x6d, +0x23,0xdf,0x82,0x14,0xff,0xc0,0x6f,0x9e,0x00,0x3c,0x01,0x9f,0x60,0xcd,0x30,0x00, +0x2b,0x40,0x01,0xb3,0x02,0xfe,0xee,0xee,0xf5,0x00,0x2f,0x87,0x77,0x7f,0x50,0x02, +0xf7,0x66,0x66,0xf5,0x00,0x2e,0xee,0xee,0xee,0x40,0x1a,0xaa,0xaa,0xaa,0xaa,0x60, +0x59,0x95,0xf9,0x55,0x53,0x00,0xc9,0x0e,0xed,0xd9,0x00,0x2f,0xe1,0xe8,0x33,0x20, +0x0c,0xcd,0xef,0x83,0x33,0x33,0xd1,0x18,0xce,0x63,0x3e,0xf0,0x22,0x28,0x88,0x12, +0x4f,0x42,0x04,0xf8,0xf6,0xff,0xff,0xf4,0x4e,0x0f,0x20,0x2f,0x10,0x04,0xf5,0xfc, +0xee,0xfe,0xe9,0x4f,0xdf,0x54,0x44,0xda,0x34,0xe0,0xfa,0xcc,0xcf,0xe6,0x4f,0x4f, +0x5a,0x65,0xda,0x24,0xff,0xf2,0xcb,0x0c,0x70,0x3b,0x00,0x02,0x93,0xd7,0x0d,0x02, +0x25,0xfe,0x30,0xe5,0x2f,0xa0,0x02,0x10,0x00,0x02,0xf5,0x01,0xe8,0x00,0x0b,0xff, +0x42,0x29,0xb0,0x1e,0x1f,0x3d,0x5c,0x60,0x15,0xd8,0xf7,0xe9,0xe6,0x42,0x7f,0x00, +0xc0,0xa7,0x00,0xde,0xee,0xee,0xe5,0x00,0x0e,0x73,0x33,0x3f,0x50,0x7c,0x2a,0x13, +0xf5,0x0b,0x00,0xf0,0x03,0xee,0xdd,0xdd,0xf5,0x00,0x07,0xfc,0xcc,0xcd,0xf0,0x00, +0x7f,0xbb,0xbb,0xdf,0x00,0x07,0xe7,0x99,0x11,0x42,0x47,0x7b,0xe7,0x77,0x42,0x1f, +0xf0,0x33,0x10,0x2a,0xaa,0xaa,0xa8,0x00,0x03,0xf6,0x55,0x5a,0xd0,0x00,0x2d,0xde, +0xfd,0xda,0x00,0x27,0xe7,0x5f,0x3e,0x93,0x05,0xa3,0x8f,0xb0,0x18,0x90,0x1b,0xcf, +0xba,0x9e,0xa7,0x00,0xcb,0xfb,0x9a,0x80,0x00,0x0d,0xaf,0xba,0xaf,0xff,0x70,0xab, +0xfa,0x7d,0x68,0x80,0x3b,0xcf,0xbb,0xf2,0x88,0x00,0x03,0xd1,0x29,0x18,0x70,0x00, +0xbf,0xee,0xee,0xf3,0x9b,0x24,0x41,0x9f,0x30,0x00,0xbc,0x72,0x11,0xf1,0x01,0xed, +0xdd,0xdf,0x30,0x00,0x05,0xe0,0xe5,0x00,0x00,0x22,0x7e,0x2e,0x72,0x20,0x0f,0x63, +0x00,0xb1,0xf4,0x7e,0x1e,0x74,0xf1,0x0f,0x36,0xe0,0xe6,0x3f,0x10,0xc5,0x3f,0xb2, +0x0f,0x58,0xf3,0xf7,0x5f,0x10,0xf3,0x5e,0x0e,0x53,0xf1,0x21,0x00,0x10,0xf7,0x56, +0x20,0x02,0x76,0x2a,0x61,0x22,0x22,0xe9,0x22,0x21,0x02,0xce,0x1b,0xf0,0x09,0x2f, +0x65,0xea,0x5a,0xd0,0x02,0xf9,0x9f,0xc9,0xcd,0x00,0x2f,0xcc,0xfe,0xcd,0xd0,0x00, +0xba,0x8f,0x64,0x44,0x00,0x06,0xfd,0x2e,0x20,0xa3,0x8f,0xfe,0xa7,0x55,0x41,0xed, +0x83,0x6a,0xde,0xfa,0xd5,0x08,0xb0,0xbb,0x42,0x4f,0x84,0x01,0x8d,0xd8,0x38,0xfa, +0x80,0x8f,0x5e,0x0e,0xd0,0x50,0x6f,0xf5,0x1b,0xdf,0x50,0x6f,0x56,0x9a,0xd1,0x6f, +0x51,0x8f,0xe5,0x11,0xb3,0x04,0xf4,0x44,0x47,0xf1,0x00,0x4f,0xee,0xee,0xff,0x10, +0x0b,0x00,0x60,0xdd,0xdd,0xdf,0x10,0x05,0xfd,0xab,0x1f,0xc0,0x5f,0xcc,0xcc,0xde, +0x00,0x05,0xe7,0x77,0x7a,0xe0,0x01,0x48,0xdb,0x42,0x02,0x07,0x21,0xf2,0x0c,0xcc, +0xaf,0x79,0x99,0x80,0x0c,0xb9,0xf6,0xf8,0xcb,0x00,0xcd,0xcf,0x2a,0xbf,0x30,0x6e, +0xdd,0xfa,0x8f,0xe5,0x05,0x64,0x4f,0x7b,0x36,0xc2,0x95,0x2b,0x0b,0x96,0x21,0x30, +0x21,0x00,0x9f,0x77,0x01,0x61,0x6f,0xf5,0x33,0x3e,0x50,0x3f,0x0b,0x00,0x10,0x42, +0x0b,0x00,0x20,0x00,0x2f,0x0b,0x00,0x30,0x02,0xf2,0x02,0x0b,0x00,0xf5,0x2c,0x20, +0x4f,0xd2,0x00,0x1a,0xa3,0xf4,0xbf,0xff,0x56,0xff,0xff,0xeb,0x92,0xe5,0x1a,0xb3, +0xf4,0xb9,0x2e,0x50,0x8f,0xff,0x2b,0xff,0xf5,0x08,0xc7,0xf2,0xb8,0x0e,0x50,0x8c, +0x6f,0x2c,0xed,0xf5,0x8f,0xff,0xfc,0xd7,0x2e,0x51,0x7a,0x6a,0x3f,0x30,0xe5,0x1d, +0x92,0xf9,0xf1,0x3f,0x54,0xc0,0x05,0x69,0x1f,0xd1,0x7c,0x11,0x10,0x60,0xec,0x0f, +0x82,0xfe,0xee,0xc0,0x02,0x66,0x6f,0xa6,0x65,0x1f,0x1a,0x02,0x85,0x00,0xf2,0x0c, +0x55,0x6e,0xff,0x95,0x53,0x00,0x0b,0xef,0xdf,0x30,0x00,0x3d,0xe2,0xf6,0x9f,0x70, +0x4f,0xc2,0x0f,0x60,0x8f,0xa0,0x40,0x00,0xf6,0x00,0x31,0x37,0x00,0x53,0x22,0x22, +0xf8,0x22,0x21,0x67,0x01,0xf3,0x10,0xbc,0xfc,0xf3,0x21,0x00,0x2f,0x5f,0x7e,0x90, +0x00,0x0c,0xc0,0xf6,0x6f,0x40,0x0b,0xf6,0x3f,0x83,0xef,0x43,0xf9,0xff,0xff,0xfc, +0xd8,0x01,0x01,0x1f,0x71,0x11,0x77,0x1a,0xf0,0x00,0xe5,0x0f,0xff,0xff,0x52,0x4f, +0x83,0x44,0xf9,0x41,0x8f,0xff,0xb0,0x0f,0x60,0x87,0x34,0xf0,0x06,0xf6,0x00,0x08, +0xff,0xaf,0xff,0xff,0xd0,0xef,0x9c,0x55,0xf9,0x54,0x8b,0xe5,0x10,0x0f,0x60,0x05, +0x3e,0x50,0x2d,0x00,0x11,0xe5,0x11,0x2c,0x00,0x0b,0x00,0x51,0x01,0x11,0x4f,0x31, +0x11,0xea,0x23,0x80,0xf3,0x01,0x33,0x5f,0x53,0x31,0x00,0x7f,0x73,0x00,0x52,0x07, +0xc0,0x3f,0x20,0xc8,0x0b,0x00,0xf4,0x3c,0x01,0x38,0xff,0xf8,0x31,0x00,0x08,0xfa, +0xf9,0xf9,0x10,0x4e,0xf5,0x3f,0x25,0xff,0x50,0x81,0x03,0xf2,0x01,0x81,0x01,0xf1, +0x15,0x68,0xbc,0x10,0x3f,0x25,0xfc,0xa8,0x40,0x7f,0xff,0x9f,0x33,0x33,0x00,0x5f, +0x45,0xff,0xff,0xf1,0x0a,0xfe,0x7e,0xd5,0x6e,0x01,0xef,0xaa,0xc8,0xac,0xa0,0x9a, +0xf1,0x9a,0x2f,0xf2,0x05,0x4f,0x1d,0x61,0xfe,0x10,0x01,0xf5,0xf7,0xec,0xde,0x40, +0x1f,0x7b,0x87,0x80,0x15,0x02,0x8d,0x42,0x53,0x1f,0x51,0xf7,0x1d,0x90,0x0b,0x00, +0x33,0x73,0xf9,0x3d,0x0b,0x00,0x00,0x15,0x11,0xf0,0x09,0x53,0x2d,0xdd,0xff,0xfe, +0xdd,0x80,0x02,0xcd,0xfc,0xf7,0x00,0x2b,0xfa,0x0f,0x64,0xee,0x70,0x82,0x00,0xf6, +0x00,0x63,0x03,0xfe,0x3c,0xf8,0x23,0x42,0x7f,0x53,0x38,0xe3,0x30,0x7f,0xff,0x34, +0x9e,0x44,0x01,0x6f,0x3b,0xee,0xfe,0xf1,0x09,0xf9,0xb7,0x7d,0x2f,0x10,0xef,0xbc, +0x7a,0xf6,0xf1,0x7d,0xf1,0xba,0xe8,0xdf,0x14,0x6f,0x0b,0xa6,0x08,0xf1,0x03,0xf0, +0xb7,0x01,0x5f,0x10,0x3f,0x0b,0x70,0x4f,0xc0,0xd2,0x24,0xf0,0x1d,0xcc,0xcc,0xfd, +0xcc,0xc7,0x05,0x5c,0xff,0xee,0x65,0x30,0x2a,0xe2,0xf5,0xae,0x60,0x3f,0xe7,0x5b, +0x76,0xce,0x90,0x28,0xe7,0x77,0xcd,0x00,0x00,0x8f,0xcc,0xce,0xd0,0x00,0x08,0xea, +0xaa,0xdd,0x00,0x04,0x67,0x77,0x77,0x74,0x21,0xa8,0x14,0x03,0xcf,0x0b,0xf9,0x28, +0x1f,0x10,0x0b,0x90,0x00,0x14,0xf3,0x9a,0xde,0xaa,0x36,0xff,0xf8,0xb8,0x7d,0x62, +0x08,0xf3,0x3f,0x42,0xe9,0x00,0xcf,0xcd,0xd1,0x1a,0xf2,0x2f,0xfd,0x6b,0x99,0xd1, +0x09,0xaf,0x40,0x3f,0xf5,0x00,0x74,0xf1,0x02,0xef,0x40,0x00,0x1f,0x17,0xfb,0xaf, +0xb2,0x01,0xf1,0xc5,0x00,0x5b,0x10,0x51,0x11,0xf0,0x1a,0x6e,0x22,0x10,0x26,0xf4, +0x3e,0xed,0xef,0x28,0xff,0xfc,0xec,0x3e,0x90,0x08,0xf8,0x21,0xef,0xc0,0x00,0xdf, +0xe9,0xdf,0xbf,0xd6,0x3f,0xf4,0xeb,0x42,0x3a,0x7a,0xaf,0x04,0xff,0xff,0xe0,0x44, +0xf0,0x4e,0x00,0x6e,0xb3,0x17,0x00,0x8f,0x3d,0x41,0x4e,0x22,0x7d,0x00,0xf3,0x00, +0xf2,0x23,0x41,0x5f,0x2e,0x72,0x22,0x20,0x9f,0xff,0xe9,0xee,0xee,0x00,0x7f,0x5e, +0x62,0xd8,0x20,0x0d,0xfd,0xf7,0xff,0xfc,0x07,0xef,0x2e,0x51,0xd7,0x10,0x96,0xf0, +0xe9,0xbf,0xdb,0x10,0x3f,0x0e,0x76,0x66,0x60,0x03,0xf0,0xef,0xee,0xee,0x70,0x3f, +0x03,0x33,0x33,0x31,0xc7,0x24,0x10,0x09,0xa7,0x1e,0xf0,0x58,0x40,0x0f,0x97,0xdc, +0x77,0x7e,0x60,0x2f,0xee,0xff,0xee,0xef,0x90,0x01,0x5f,0x93,0x8f,0x31,0x10,0x00, +0x5b,0xff,0xfd,0x61,0x00,0x0d,0xfe,0xbb,0x68,0xee,0x10,0x29,0x98,0x8f,0xb8,0x89, +0x60,0x28,0x8b,0xff,0xfe,0x98,0x60,0x16,0xbf,0x6f,0x8c,0xe9,0x50,0x1c,0x71,0x0f, +0x50,0x4a,0x70,0x01,0xf1,0x3f,0xff,0xff,0x11,0x4f,0x44,0xf6,0x68,0xf1,0x7f,0xff, +0x8f,0x77,0x8f,0x10,0x5f,0x33,0xfe,0xee,0xf1,0x0a,0xfb,0x26,0x66,0x66,0x11,0xff, +0xea,0xee,0xfe,0xe4,0x8b,0xf5,0x43,0x6f,0x43,0x26,0x4f,0x1e,0xff,0xff,0xf8,0x01, +0xf1,0x00,0x3f,0x24,0x01,0x50,0x03,0xf0,0x00,0x00,0x21,0x0b,0x24,0xf3,0x27,0x0c, +0x90,0x0b,0xe6,0x50,0x02,0xf9,0x78,0xf9,0xcf,0x10,0xae,0x7b,0xcd,0xae,0x80,0x4f, +0xe7,0x91,0x9f,0xf5,0x05,0xee,0x7c,0xfb,0x89,0xeb,0x06,0xe7,0x97,0x5e,0x96,0x40, +0x4e,0x79,0xbb,0xfd,0xb6,0x04,0xe7,0xac,0x6d,0x7d,0x10,0x4e,0x09,0xd4,0xe5,0x9a, +0x04,0xe0,0x12,0x9c,0x21,0x2f,0x01,0xf2,0x28,0x3d,0x0e,0xff,0xff,0xc0,0x17,0xe4, +0x11,0x3c,0xd2,0x05,0xff,0xc1,0x1c,0xe8,0x71,0x05,0xe2,0xfd,0xc7,0x9e,0x10,0x9f, +0xab,0xac,0x9b,0xc0,0x0e,0xe7,0xed,0xc5,0xca,0x06,0xcd,0x0b,0xbc,0x8f,0xe0,0x47, +0xd0,0x26,0xec,0x68,0x10,0x3d,0x35,0xab,0x55,0x53,0x03,0xd8,0xcc,0xcc,0xcc,0x70, +0x91,0x07,0xf1,0x13,0x97,0x06,0xd2,0x1e,0x00,0x2e,0x89,0xfd,0xd9,0x89,0x16,0xdd, +0x5f,0xee,0xce,0x90,0x2e,0xaa,0xd6,0xd6,0xcc,0x09,0xfe,0xcf,0xfd,0xff,0xf2,0x22, +0x34,0x5b,0x15,0x36,0x2a,0xff,0x4c,0x0b,0xf0,0x04,0x4d,0xef,0xea,0x10,0x05,0xcf, +0x65,0xf0,0x9f,0xa2,0x48,0x10,0x5f,0x00,0x28,0x00,0x02,0xf0,0xef,0x66,0x1a,0xf0, +0x5d,0x01,0x3f,0x89,0x20,0x6d,0xfd,0xbe,0xfe,0xef,0x22,0x9f,0x6a,0x9e,0x99,0xf2, +0x0a,0xf8,0x6b,0xbb,0xbb,0x21,0xff,0xd5,0xbb,0xbb,0xa0,0x9b,0xf2,0xef,0xff,0xff, +0x74,0x4f,0x03,0x97,0xd6,0x70,0x02,0xf1,0xda,0x6d,0x5f,0x30,0x2f,0x07,0x2e,0x90, +0x72,0x05,0xe0,0x5c,0xb6,0xf7,0x21,0x7f,0x38,0xdd,0x9f,0xa3,0x7f,0xfd,0x4b,0xb7, +0xd7,0x00,0x6f,0x19,0xc6,0x6a,0xe0,0x0b,0xfa,0x9e,0xcc,0xde,0x01,0xff,0xeb,0xeb, +0xbd,0xe0,0x9e,0xe2,0x45,0xbd,0x55,0x17,0x8e,0x1d,0xef,0xff,0xd5,0x05,0xe0,0x3b, +0xd6,0xf7,0x10,0x5e,0x3e,0x81,0x04,0xc4,0x02,0xf0,0x0c,0x30,0xd2,0x9c,0x0e,0xf3, +0x56,0xfe,0xe2,0x7f,0xff,0x6a,0xce,0xa9,0x02,0x9f,0x65,0x8c,0xe8,0x81,0x09,0xf7, +0xab,0xff,0xbb,0x40,0xef,0xe3,0x5a,0xfb,0x00,0x6d,0xf5,0x39,0xbd,0x5d,0x17,0x5f, +0x0c,0xfa,0xff,0x30,0x02,0xf1,0xbb,0x7c,0xcd,0x30,0x2f,0x18,0x6e,0x80,0x71,0x03, +0xc0,0x63,0xb4,0x82,0x01,0x6d,0x3c,0x8c,0x8d,0xa0,0x4f,0xfc,0xd8,0xa9,0xc8,0x00, +0x8e,0x1d,0xcb,0xae,0xd3,0x0d,0xfa,0xc9,0x9b,0xca,0x24,0xec,0x8f,0xee,0xfe,0xf5, +0x79,0xc0,0xe9,0x2f,0x8b,0x01,0x4c,0x1f,0xe6,0xcf,0x52,0x03,0xcb,0xa3,0x9f,0xfa, +0x90,0x3d,0xa1,0x3c,0x38,0xe3,0xa8,0x09,0xf4,0x27,0xf1,0x4a,0xb5,0xf6,0x20,0x2f, +0x17,0xcd,0x8f,0x94,0x8f,0xff,0x37,0xee,0xe2,0x01,0x7f,0x3b,0xbb,0xbb,0xb6,0x0a, +0xf8,0x68,0xaf,0x88,0x31,0xff,0xfb,0xec,0xfb,0xf1,0x8c,0xf6,0x7d,0xbf,0xaf,0x15, +0x4f,0x17,0xfe,0xfd,0xf1,0x02,0xf1,0x5d,0x80,0xd9,0x10,0x2f,0x3d,0x80,0x04,0xd4, +0x3b,0x10,0xf3,0x26,0x4a,0x4f,0x3c,0x00,0x3f,0x07,0xf9,0xfa,0xc3,0x6e,0xfd,0xea, +0x88,0x8d,0x81,0x8f,0x35,0xfe,0xdf,0xb3,0x0a,0xf6,0x0e,0x97,0xc9,0x00,0xef,0xd1, +0x88,0x88,0x50,0x7d,0xf5,0xae,0xef,0xdf,0x48,0x6f,0x0a,0xca,0xf9,0xf4,0x03,0xf0, +0xab,0x8f,0x6f,0x40,0x3f,0x0a,0xec,0xcc,0xf4,0xe1,0x19,0xf2,0x27,0x00,0x2e,0xc1, +0x00,0x05,0xf3,0x6e,0x99,0xe8,0x23,0xef,0xcd,0xce,0xed,0xb8,0x07,0xf1,0x67,0x65, +0x77,0x00,0xbf,0xbd,0x8d,0xa8,0xf1,0x2d,0xe5,0xdb,0xda,0xcf,0x15,0x8e,0x04,0xb3, +0x2c,0x50,0x02,0xe0,0x7f,0x35,0xf3,0x00,0x1e,0x4f,0x8c,0xdd,0xf5,0x01,0xe9,0x50, +0x3b,0x06,0x40,0x2a,0x06,0xf6,0x26,0xb4,0xfe,0xdb,0xef,0x70,0x5c,0x4e,0x9d,0xbb, +0xd7,0x1f,0xfb,0xd7,0xdb,0x9c,0x70,0x7e,0x5f,0xcc,0xcc,0xe7,0x09,0xfa,0xca,0xcd, +0xab,0x70,0xdd,0xac,0x8b,0xcb,0x97,0x5f,0xb4,0xca,0x9b,0xc9,0x74,0x9b,0x4c,0x6f, +0xf9,0x97,0x04,0xb4,0xcb,0xbc,0x99,0x70,0x4b,0x4c,0x14,0x51,0xef,0x36,0xf0,0x1f, +0x06,0x10,0x02,0xff,0xff,0xf3,0xf2,0x00,0x2e,0x11,0x11,0x7f,0xbb,0x62,0xe5,0xee, +0x6c,0xeb,0xe8,0x2e,0x5b,0xba,0xf7,0x4d,0x52,0xe2,0x77,0x37,0x8b,0x40,0x2e,0xbd, +0xcd,0x09,0xd0,0x02,0xe9,0xaa,0xb0,0xdf,0x40,0x2e,0x67,0x78,0x3f,0xac,0x31,0x08, +0x70,0x91,0xea,0x02,0x22,0x22,0x70,0x02,0x58,0x09,0x00,0xe1,0x3b,0x00,0xc5,0x1f, +0x20,0x04,0xf1,0x0b,0x00,0xd7,0x4f,0x10,0xdf,0xff,0xe0,0x04,0xf1,0x0d,0xb5,0x55, +0x00,0x4f,0x10,0x16,0x00,0x12,0xd8,0x15,0x3b,0x03,0x8c,0x48,0x10,0x26,0x33,0x20, +0x10,0x04,0x5c,0x47,0x12,0xe0,0xc5,0x2d,0x30,0x4d,0x00,0xf7,0x5b,0x14,0xd0,0x0f, +0xff,0xf9,0x00,0x5f,0x00,0xfa,0x55,0x30,0x05,0xf0,0x0f,0x70,0xaf,0x34,0x13,0xf7, +0xc3,0x48,0x11,0x43,0x37,0x00,0x40,0x00,0x0c,0x90,0xe6,0x0f,0x22,0xf2,0x06,0x0e, +0x60,0x00,0x0e,0x5c,0x90,0xe7,0x58,0x00,0xe5,0xcf,0xee,0xef,0x90,0x0e,0x5c,0xa2, +0xec,0x20,0x00,0xe5,0x16,0x00,0x00,0x21,0x00,0xf3,0x01,0xe5,0xc9,0x1e,0x60,0xb5, +0x3f,0xbf,0xfd,0xea,0x4e,0x59,0xfc,0xa7,0x38,0xff,0xd1,0x32,0x03,0xf1,0x02,0x71, +0x0f,0x84,0x42,0x00,0x1f,0x40,0xff,0xff,0x90,0x13,0xf6,0x3f,0x72,0x22,0x0a,0xff, +0x28,0x23,0xf3,0x0f,0x56,0x4f,0x41,0x52,0x00,0x4f,0x83,0xf3,0x3f,0x70,0x2f,0x90, +0x3f,0x7e,0xa0,0x00,0x30,0x05,0xef,0x90,0x00,0x38,0xae,0xfb,0x40,0x00,0x04,0xda, +0x72,0x00,0x88,0x06,0xa0,0xa0,0x49,0xf4,0x4a,0xd4,0x42,0x00,0xcc,0x21,0x8c,0x0d, +0x0a,0xf0,0x22,0xf9,0xc4,0xe3,0x1e,0xa0,0x9c,0x8f,0xf8,0x02,0xab,0xae,0x68,0xe2, +0x00,0x00,0x2e,0xe0,0x8c,0x00,0x00,0x08,0xf4,0x08,0xc0,0x6b,0x1d,0xf5,0x00,0x6f, +0xdf,0x80,0x61,0x00,0x00,0x45,0x50,0x4f,0xff,0xe8,0x7e,0x40,0x00,0x7f,0x22,0xd9, +0xf7,0x30,0x08,0xe7,0xab,0x12,0xf2,0x17,0xdb,0xbe,0xa0,0xe4,0x00,0x5f,0x59,0xce, +0xef,0xfe,0x96,0xaf,0xf6,0x3c,0xff,0x42,0x00,0x6f,0x04,0xff,0xe8,0x00,0x0d,0x95, +0xf6,0xe7,0xf5,0x2d,0xd1,0xd9,0x0e,0x48,0x81,0x91,0x01,0x00,0xe4,0x00,0x99,0x4a, +0xf3,0x2a,0x7d,0xf9,0x4f,0xff,0x10,0x0e,0x70,0x05,0xe2,0xf1,0x00,0xef,0xf8,0x8c, +0x1f,0x30,0x0e,0x62,0x4f,0x70,0xef,0x60,0xe8,0x43,0xc3,0x24,0x40,0x0e,0xed,0x7e, +0xfe,0xfc,0x00,0xe5,0x23,0x5d,0x1e,0x70,0x9f,0xff,0xa0,0xcd,0xd0,0x04,0xf6,0x00, +0x5d,0xfc,0x50,0x0e,0x40,0x8f,0x83,0x9f,0x40,0x00,0x00,0xcc,0x19,0x00,0xef,0x16, +0x10,0x7e,0xba,0x29,0x30,0x07,0xe0,0x04,0x0b,0x00,0xc0,0x1c,0xf2,0x0e,0xff,0xf7, +0xfd,0xe3,0x00,0xe9,0x33,0x7f,0xc1,0x16,0x00,0x12,0xf0,0x21,0x00,0xf3,0x02,0x91, +0x0e,0x73,0x87,0xe0,0x0f,0x41,0xff,0xfb,0x6f,0x46,0xf2,0x4f,0x92,0x02,0xdf,0xfa, +0x12,0x34,0x10,0x80,0x7a,0x0c,0xf2,0x22,0x4d,0x3e,0x55,0xe0,0x40,0x00,0x00,0xe6, +0x7f,0xef,0x18,0xd4,0x2f,0xff,0xf6,0xf1,0x18,0x6d,0xf9,0x7e,0x2f,0x10,0x03,0x0e, +0x55,0xe7,0xf0,0x01,0xf5,0xe5,0x5e,0xb8,0x00,0x8e,0x0e,0x53,0x80,0x62,0x1f,0x60, +0xd9,0x33,0x4e,0x61,0xb0,0x07,0xff,0xff,0xc1,0x5a,0x04,0xa0,0xbc,0x30,0xea,0x33, +0x30,0x02,0xb6,0x2f,0xff,0xff,0xbc,0x3e,0xf3,0x19,0x06,0xe0,0x6f,0x85,0xf7,0x1a, +0xda,0x00,0x48,0x1a,0x33,0xa9,0x30,0x00,0x20,0xdf,0xff,0xfe,0x00,0x0d,0x80,0xe7, +0x3f,0x60,0x06,0xf1,0x04,0xff,0xa0,0x01,0xe8,0x39,0xef,0xef,0xa3,0x08,0x15,0xc6, +0x10,0x5c,0x11,0x0a,0x90,0xdb,0x22,0xff,0xfe,0x00,0x02,0xc4,0x3f,0x37,0x99,0x50, +0xf3,0x1b,0xd0,0x5f,0x43,0x6d,0x47,0xf5,0x02,0xff,0x91,0xac,0x29,0x55,0x55,0x50, +0x00,0x12,0xee,0xdd,0xfc,0x00,0x0c,0x58,0xe1,0x5f,0x40,0x05,0xf1,0x0c,0xdf,0x90, +0x00,0xd8,0x27,0xdf,0xfb,0x61,0x1b,0x1a,0xd7,0x23,0x9f,0x50,0x45,0x42,0x00,0xb6, +0x00,0x42,0x2a,0x90,0x06,0xe0,0x39,0x07,0xe0,0x95,0xe7,0x1f,0x58,0xe3,0xb9,0x06, +0xc1,0xf3,0x6e,0x0b,0x90,0x00,0x1f,0x33,0x07,0xc0,0xc5,0xf4,0x7e,0x2b,0x90,0x5f, +0x3f,0x26,0xe0,0xa9,0x0e,0x91,0x5c,0x08,0x52,0x72,0x1f,0x53,0x33,0xb9,0x9f,0x0c, +0xa0,0xfa,0x16,0xff,0xff,0x00,0x02,0xc3,0x7e,0x36,0xf0,0x7b,0x47,0xf0,0x32,0x3f, +0x00,0x9e,0x45,0xf5,0x02,0xf8,0x20,0x99,0xa8,0x00,0x07,0x92,0x00,0x30,0xef,0xff, +0xfa,0x00,0x1f,0x5e,0x84,0x4b,0xb0,0x0b,0xd0,0xe5,0x00,0x9b,0x06,0xf3,0x0e,0xff, +0xff,0xb0,0x17,0x00,0xe8,0x44,0xba,0x00,0x06,0xb5,0x00,0x7d,0x00,0x00,0x05,0x79, +0xef,0xfe,0xe1,0x04,0x00,0x35,0xae,0x55,0x03,0xfd,0x20,0x07,0xd0,0x00,0x02,0x91, +0xaf,0x0b,0xf0,0x03,0x01,0x34,0x6f,0x84,0x42,0x00,0x8d,0x09,0xd0,0x92,0x00,0x2f, +0x52,0xf4,0x0b,0xc0,0x0c,0xc0,0x04,0x15,0x70,0x53,0x05,0x64,0x20,0x85,0x0a,0x92, +0x99,0x44,0x20,0x19,0x5f,0x0a,0x48,0xd0,0x02,0xf5,0x8e,0x4e,0x76,0xf9,0x2f,0x37, +0xe2,0x91,0x05,0x72,0xff,0x85,0x00,0xf0,0x0a,0x4f,0xcb,0x0a,0xb0,0x02,0xf8,0xe2, +0xf9,0xf4,0x00,0x9c,0x8b,0x08,0xfc,0x00,0x2f,0x5e,0xab,0xfc,0xfd,0x51,0x91,0xb4, +0xc3,0x02,0x27,0x2d,0xe0,0x12,0x00,0x00,0x7e,0x60,0x09,0xd0,0x00,0x00,0x79,0x34, +0x6e,0x54,0x20,0x03,0x22,0xf0,0x0a,0xf8,0x2e,0x91,0x00,0x4f,0x10,0x00,0x4c,0x10, +0x15,0xf2,0x10,0x00,0x01,0x7f,0xff,0xff,0x20,0x08,0xc1,0x26,0xf3,0x20,0x01,0xf6, +0x16,0x00,0xb7,0xad,0x16,0x68,0xf7,0x65,0x0a,0x53,0xdd,0xdd,0xdd,0xb0,0xd2,0x1d, +0xf2,0x27,0xa9,0x15,0xf3,0x22,0x10,0x03,0xda,0xef,0xff,0xfe,0x00,0x00,0xaf,0xd1, +0x4f,0x60,0x4d,0x52,0x1b,0xef,0x80,0x00,0x8c,0x5a,0xfd,0xee,0xa5,0x00,0x1a,0xe7, +0x33,0x6c,0x60,0x0a,0xbf,0xff,0xff,0xe0,0x04,0xf5,0xf1,0x00,0x6e,0x00,0xe9,0x1f, +0xff,0xff,0xe0,0x06,0x11,0xf4,0x33,0x8e,0xf6,0x42,0xf2,0x29,0x01,0xea,0x0c,0x74, +0xe0,0xd6,0x02,0x70,0xc7,0x4e,0x0d,0x61,0x20,0x2c,0x74,0xe2,0xd6,0x7f,0x7e,0xff, +0xbf,0xee,0x60,0x45,0xed,0xdf,0xee,0xf6,0x02,0x57,0xe6,0x9e,0x4e,0x60,0x9b,0x0f, +0x34,0xe0,0xd6,0x0e,0x54,0xf1,0x4e,0x0d,0x66,0xf0,0xcc,0x04,0xe0,0xd6,0x15,0x08, +0x50,0x26,0x0d,0x60,0x7c,0x00,0xf0,0x03,0x9d,0x53,0x79,0xcf,0xe1,0x00,0x98,0x6b, +0xbf,0x40,0x00,0x00,0x01,0x15,0xf2,0x11,0x2f,0x83,0xef,0x1c,0xf0,0x09,0x5d,0x21, +0x15,0xf2,0x11,0x00,0x10,0x14,0x6f,0x44,0x10,0x0a,0x97,0xfe,0xee,0xf4,0x04,0xf4, +0x7b,0x00,0x0f,0x40,0xe9,0x07,0x0b,0x00,0x40,0x10,0x7c,0x44,0x4e,0xe4,0x04,0x10, +0x30,0x9b,0x55,0x00,0x2d,0x4a,0x10,0xcb,0x28,0x0c,0xf2,0x1d,0x00,0x14,0xf7,0x5e, +0x40,0x9e,0x54,0xef,0xab,0xfc,0x00,0x77,0x4a,0x87,0x65,0xc1,0x00,0x20,0xd5,0xf4, +0xf0,0x00,0x1f,0x3e,0x4f,0x4f,0x00,0x0a,0xc1,0xf2,0xf4,0xf3,0x14,0xf4,0xad,0x0f, +0x4f,0x87,0x3b,0x1d,0x40,0x61,0xdf,0x30,0x6e,0x43,0xf0,0x03,0x61,0x81,0x6e,0x08, +0x60,0x4d,0x3c,0x96,0xe2,0xf5,0x01,0x00,0x77,0x9f,0x59,0x16,0xf7,0x0e,0x70,0x30, +0x70,0x90,0xe7,0x22,0x2e,0x50,0x01,0x0e,0xcd,0x0a,0x10,0xe4,0x0b,0x00,0x10,0x7e, +0x0b,0x00,0xc1,0x1f,0x70,0xe5,0x02,0x3e,0x51,0xb0,0x0e,0x50,0x5f,0xd2,0x01,0x3d, +0x00,0xf6,0x29,0xcc,0x4f,0xff,0xff,0xc0,0x01,0xa4,0xf7,0x66,0xbc,0x00,0x10,0x1f, +0x98,0x8c,0xc0,0x5f,0x72,0xfd,0xdd,0xec,0x00,0x7c,0x03,0x22,0x32,0x20,0x00,0x31, +0xf5,0x2f,0x57,0x10,0x0d,0x8f,0xfb,0xff,0xc3,0x06,0xf2,0xf2,0x0f,0x62,0x11,0xe8, +0x3f,0x97,0xf6,0x8a,0x1c,0x16,0xfb,0x6a,0xfe,0x50,0x00,0x3b,0x22,0xf4,0x26,0xdd, +0x8f,0xff,0xff,0xf1,0x01,0x91,0x38,0xf3,0x33,0x00,0x00,0x55,0xbe,0x55,0x52,0x7b, +0x3c,0xef,0xef,0xfd,0x61,0x93,0x1c,0xd3,0x3e,0x90,0x01,0x3e,0xb7,0xd0,0x4f,0x50, +0x7d,0x3d,0x7e,0xba,0xa0,0x0d,0x78,0xa5,0xdd,0x6f,0x25,0xf1,0x83,0x7d,0x63,0x83, +0x16,0x00,0x5f,0x80,0x63,0x47,0xf2,0x27,0x42,0x44,0xf8,0x44,0x00,0x8e,0x69,0x9f, +0xb9,0x90,0x00,0x03,0xdd,0xfe,0xda,0x06,0xd5,0xab,0xbf,0xcb,0xb5,0x04,0x41,0xbb, +0xbb,0xb6,0x00,0x07,0x2f,0x87,0x7c,0x90,0x04,0xf3,0xfa,0xaa,0xd9,0x00,0xba,0x1f, +0xdc,0xce,0x90,0x2f,0x41,0xf3,0x13,0xb9,0x00,0x80,0x1f,0x10,0xbe,0x50,0x41,0x0a, +0xf2,0x27,0xd9,0x00,0x00,0xf8,0xc2,0x01,0x6d,0xee,0xef,0xff,0x51,0x20,0xd7,0x33, +0xe7,0x31,0x9f,0x6d,0xaf,0xed,0x6c,0x20,0x94,0xe5,0x33,0xca,0xf0,0x01,0x0f,0x9e, +0xfa,0xfa,0x00,0xa9,0xf8,0x6d,0x8f,0x20,0x0f,0x8f,0x7f,0xfb,0xf4,0x57,0xe8,0xa3, +0x4b,0xdf,0xd8,0x46,0x75,0x02,0xb1,0x6e,0x6a,0x19,0xf0,0x03,0x2d,0x6d,0xff,0x44, +0x3f,0x00,0x36,0xd5,0xe4,0xf4,0xf0,0x22,0x0d,0xff,0x4f,0x4f,0x09,0xf5,0x0b,0x00, +0x10,0x05,0x0b,0x00,0x20,0x00,0x20,0x0b,0x00,0x20,0x09,0xad,0x0b,0x00,0xf3,0x01, +0xf5,0x97,0xc2,0x02,0xf0,0x6f,0x3f,0x2c,0xc2,0x5f,0x04,0x87,0x80,0x25,0x6f,0xa0, +0x0b,0x07,0x01,0x4a,0x04,0x20,0xbf,0x7f,0x73,0x29,0xf1,0x20,0x64,0xf3,0x3f,0x72, +0x10,0x40,0x3f,0x8e,0xfe,0xd4,0x4f,0xb4,0xf9,0xb6,0x6f,0x40,0x23,0x5e,0x9c,0x88, +0xf4,0x00,0x56,0xd9,0xec,0xcf,0x40,0x4f,0x9c,0x33,0xe7,0x70,0x0b,0xac,0x8d,0x7e, +0x6f,0x42,0xf7,0xf9,0xe2,0xf5,0xab,0x19,0x4b,0x02,0xcd,0x5c,0x45,0x04,0x3a,0x21, +0xf1,0x18,0xcc,0x2c,0xb8,0xd0,0x00,0x11,0x78,0xff,0xff,0xed,0x09,0xf9,0xff,0x8b, +0xe7,0x50,0x04,0x37,0xf8,0xbe,0x75,0x00,0x4f,0x7f,0xac,0xf9,0x60,0x4f,0x54,0xfd, +0xef,0xdd,0x11,0x51,0x3a,0xd2,0x22,0x20,0xaf,0x8b,0x2d,0x03,0xef,0x3a,0x10,0x4f, +0x77,0x01,0x02,0x7f,0x00,0x10,0x4c,0xe2,0x2e,0xf0,0x08,0x61,0xc6,0x94,0x99,0x00, +0x40,0x0c,0xac,0xcb,0x90,0x5f,0xb0,0xcc,0x8a,0xd9,0x00,0x24,0x06,0x77,0x77,0x40, +0x00,0x52,0x6d,0x03,0xf7,0x07,0x2f,0x6f,0x7a,0xd7,0xf0,0x09,0xc2,0xf6,0x9c,0x5f, +0x01,0xf6,0x6f,0x8b,0xd8,0xf3,0x2c,0x1d,0xdd,0xdd,0xdd,0x90,0x8f,0x0a,0xf7,0x27, +0xcb,0x1e,0xff,0xff,0x40,0x01,0xb3,0xeb,0xa1,0xf4,0x00,0x00,0x1e,0x6e,0x3f,0x50, +0x6e,0x4e,0xff,0xff,0xff,0x51,0xba,0xe8,0x55,0x55,0xe5,0x00,0x14,0xfc,0xbb,0xf8, +0x10,0x0d,0x3e,0xba,0xaf,0x50,0x06,0xe0,0xed,0xcc,0xf5,0x01,0xe7,0x0e,0x31,0x1f, +0x50,0x08,0x10,0xe2,0x2f,0xe2,0x7b,0x32,0x80,0x01,0xb3,0x1f,0xa7,0xfa,0x70,0x07, +0xdd,0xaf,0x0d,0xf5,0x1a,0x00,0x5d,0x99,0xf9,0x93,0xab,0x1d,0x56,0xbb,0x5d,0x31, +0xc3,0xad,0xdd,0xdd,0xd2,0x02,0x1c,0x73,0xe8,0x3f,0x30,0xaa,0x2f,0xff,0xff,0xa0, +0x1f,0x50,0xf2,0xd6,0x99,0x07,0xe0,0x0f,0x1d,0xbf,0x70,0x14,0x00,0x00,0xd9,0x17, +0xf0,0x41,0xa4,0x23,0x5f,0x33,0x31,0x07,0xec,0xed,0xde,0xdd,0x50,0x00,0x2d,0x70, +0x5d,0x30,0x7b,0x5f,0xea,0x99,0xdf,0x31,0xa4,0x4e,0x44,0x4d,0x50,0x00,0x12,0xef, +0xff,0xe4,0x00,0x5b,0x08,0xe9,0xd4,0xc1,0x0c,0xbf,0xf3,0x0b,0xf4,0x04,0xf1,0x2f, +0x9a,0x4c,0xe4,0x16,0x00,0xd9,0x50,0x06,0x10,0x1a,0x24,0x9d,0x48,0xf4,0x10,0x9b, +0xbe,0xfc,0xef,0xc4,0x00,0x00,0x6e,0x9b,0xe0,0x09,0xb2,0x14,0x8f,0xa7,0x20,0x1a, +0x2c,0xff,0x27,0x49,0xf8,0x42,0xc8,0x3e,0x83,0xe3,0x04,0xdc,0x8a,0xe8,0x9e,0x30, +0xc7,0xcd,0xee,0xdd,0xe3,0x5f,0x0c,0x94,0xe7,0x4f,0x32,0x60,0xc5,0x0d,0x3b,0xe1, +0x09,0x20,0xb6,0x02,0x6a,0x20,0x7a,0xff,0xfc,0xc9,0x40,0x00,0x05,0xc9,0x3c,0x30, +0x05,0x90,0xea,0x9a,0xcc,0xb7,0x0a,0x2f,0xdd,0xac,0x6e,0x10,0x01,0xeb,0x9a,0xd3, +0xe0,0x04,0xb4,0xc9,0x3e,0x2e,0x00,0xab,0xff,0xfe,0xf1,0xe0,0x1f,0x10,0xb6,0x7c, +0x1e,0x01,0x70,0x0b,0x54,0x51,0xe0,0x17,0x16,0xf2,0x28,0xc3,0x0a,0xa0,0x5d,0x00, +0x05,0xcc,0xee,0xd8,0xb1,0x10,0x10,0xcc,0xcd,0xdd,0xfb,0x3e,0x4c,0xcc,0xff,0x5c, +0x40,0x43,0x2b,0x94,0xd9,0xf2,0x00,0x1f,0xff,0xf3,0xef,0x00,0x3a,0x6f,0x66,0x0e, +0xb0,0x09,0x95,0xff,0xc0,0xda,0x00,0xf3,0xc8,0x7b,0x9e,0xf6,0x2b,0x4c,0x6f,0x8d, +0x26,0x80,0x17,0x2d,0xf4,0x27,0xa1,0x00,0xdd,0xcc,0x20,0x07,0x4e,0xef,0xfe,0xe9, +0x02,0x03,0xe5,0xe9,0x89,0x62,0xeb,0x4e,0x4c,0xc9,0xc1,0x01,0x34,0xe7,0xac,0xca, +0x10,0x05,0x5c,0xba,0xf9,0xf2,0x03,0xf7,0xbb,0xaf,0xaf,0x20,0x8b,0x99,0x25,0xf6, +0x40,0x0e,0x6e,0x9d,0xe6,0x6e,0x61,0xb3,0xc6,0x7b,0xee,0x78,0xd8,0x04,0xf0,0x2b, +0x10,0x30,0x03,0x00,0xdb,0x66,0x4c,0x93,0x92,0x02,0xce,0xd4,0x77,0xcf,0x30,0x00, +0x8a,0x6c,0xc5,0xb6,0x1e,0x97,0x67,0xcb,0x76,0x70,0x15,0xa9,0x8c,0xea,0x98,0x00, +0x32,0xbb,0xbb,0xcc,0x00,0x1f,0x3a,0xaa,0xab,0xf0,0x06,0xe3,0xfa,0xaa,0xaa,0x50, +0xc8,0x02,0x22,0x23,0xf5,0x08,0x30,0x00,0x1e,0xfc,0x77,0x0c,0x21,0x54,0x44,0x69, +0x2c,0x61,0xf0,0x00,0x11,0x4f,0x21,0x10,0xf0,0x11,0xe0,0x50,0x04,0xf1,0x11,0x11, +0xf5,0x00,0x4f,0x33,0x33,0x3f,0x50,0x04,0xff,0x23,0x04,0xf7,0x00,0x36,0x13,0x05, +0x06,0x40,0x0d,0x96,0xe0,0xe5,0x8e,0x15,0xe1,0x4f,0x09,0x80,0x2e,0x40,0x00,0xe4, +0x77,0x00,0x92,0x16,0x90,0x6f,0x4a,0xe3,0x20,0x00,0xde,0xef,0xfe,0xfb,0xf4,0x03, +0x30,0x3b,0xa2,0x00,0xe7,0x34,0xf0,0x0d,0x80,0x01,0xbf,0x62,0x22,0xd7,0x14,0xef, +0xee,0xee,0xee,0xf6,0x1b,0xa3,0x36,0x3b,0x0f,0x50,0xab,0x89,0xa7,0xa6,0xf2,0x1b, +0x23,0x61,0x18,0xfa,0xee,0x4c,0x00,0x9e,0x04,0x51,0xe2,0x22,0x22,0x20,0x08,0x52, +0x3b,0xf1,0x07,0xce,0x6c,0x4d,0x3f,0x30,0x0b,0xfe,0xfe,0xfd,0xfd,0x30,0x4d,0x9d, +0x8e,0x7f,0x81,0x00,0xb7,0xc5,0xe3,0xf4,0x02,0x51,0x20,0xf2,0x02,0x04,0x93,0x72, +0x64,0x69,0x10,0xad,0x0f,0x3b,0x94,0xf4,0x1c,0x30,0xb3,0x69,0x0a,0x80,0x23,0x03, +0x30,0x06,0xf1,0x7d,0x2f,0x2d,0xa1,0xcd,0xfc,0xcc,0x20,0xcf,0x96,0x9f,0x66,0x61, +0x7f,0xe7,0x2c,0xa1,0x2f,0xa7,0xaf,0x77,0x50,0x00,0xf9,0x69,0xf6,0x64,0x3d,0x12, +0xf3,0x02,0xf3,0x04,0xd4,0x52,0x72,0x86,0x00,0xd9,0x5e,0x0f,0x57,0xe1,0x4c,0x13, +0xc0,0x96,0x0c,0x48,0x17,0xf0,0x2f,0xbe,0xfe,0x55,0xf3,0x20,0x00,0x5d,0x05,0xff, +0xfb,0x02,0xee,0xee,0xb9,0xfb,0xb0,0x1b,0x93,0xc7,0xdd,0x6b,0x00,0xaa,0xe8,0x4c, +0xfb,0xb0,0x04,0x8e,0x65,0xf7,0x6d,0xa2,0xef,0xfd,0xda,0x00,0xda,0x04,0x71,0x41, +0x52,0x46,0x00,0xbb,0x1f,0x2d,0x84,0xf3,0x1a,0x20,0xa2,0x66,0x09,0x60,0x02,0xc2, +0x02,0xf4,0x00,0x03,0xf2,0x05,0x00,0x41,0xf8,0x67,0xf9,0x65,0x1d,0x24,0x11,0x04, +0xf0,0x3a,0x01,0x15,0x0f,0xa0,0xe6,0x66,0x6e,0x80,0x0d,0xa0,0x00,0x0d,0x80,0x6f, +0xe5,0x3e,0x12,0x3a,0x24,0x0a,0x06,0x3e,0x2f,0xf2,0x27,0xf2,0xdf,0xfe,0xb1,0x0f, +0x4f,0x2d,0x60,0x00,0x00,0xf6,0xf4,0xd6,0x11,0x10,0x0f,0xff,0xdd,0xff,0xff,0x20, +0xf4,0x00,0xef,0x85,0xf0,0x0f,0xff,0x5f,0x9d,0x9c,0x01,0xf3,0xd5,0xf4,0xef,0x50, +0x4f,0x0d,0x8f,0x1b,0xf1,0x08,0xc0,0xdc,0xeb,0xfe,0xd1,0x66,0x0d,0xc9,0xc3,0x1c, +0x30,0x0d,0x05,0x01,0x8d,0x2d,0x70,0x28,0x64,0x46,0xf6,0x30,0x00,0xe6,0x46,0x37, +0x61,0x2f,0x30,0x03,0xf3,0x00,0x06,0x0a,0x29,0xf5,0x0a,0x23,0x35,0xfd,0xf5,0x31, +0x00,0x05,0xfa,0x3f,0x20,0x00,0x3b,0xf9,0x02,0xf2,0x00,0x4f,0xc3,0x04,0x7f,0x20, +0x00,0x30,0x00,0xaf,0xfc,0x06,0xf4,0x26,0xc7,0x02,0x2d,0x82,0x03,0xdd,0x80,0x9d, +0xfe,0xd4,0x5f,0xff,0x53,0x3e,0x83,0x28,0x8c,0x76,0xff,0xff,0xfd,0x43,0xc7,0x00, +0x00,0x9a,0x01,0x6e,0xfb,0xff,0xff,0xfb,0x6f,0xf9,0x18,0x92,0xab,0x20,0x0c,0x70, +0x3f,0x29,0xa0,0x00,0xc7,0x00,0x54,0xba,0x00,0x0c,0x70,0x00,0xde,0xc4,0x35,0xf0, +0x03,0x0f,0x40,0x4f,0x7a,0x03,0xf0,0xf4,0x04,0xf1,0xf4,0x3f,0x6f,0x65,0x8f,0x57, +0x32,0xcc,0xfa,0x54,0x08,0xf8,0x11,0x0f,0x40,0x6f,0x40,0x09,0xff,0xf4,0x09,0xf8, +0x00,0x1f,0x6f,0x40,0xee,0xd0,0x00,0xf2,0xf4,0x7f,0x2f,0x60,0x6d,0x0f,0xaf,0x70, +0x8f,0x54,0x50,0xfb,0x70,0x00,0x93,0x24,0x02,0x61,0x33,0x34,0xf8,0x33,0x32,0x0f, +0xab,0x10,0xf1,0x0d,0x87,0x1b,0xb8,0x94,0xb0,0x01,0xb5,0xdf,0xd2,0xb4,0x00,0x39, +0x89,0xeb,0xcd,0x60,0x1e,0x97,0xfd,0xbe,0x7e,0x51,0x44,0x44,0xf9,0x54,0x53,0x4f, +0x98,0x2d,0x07,0x2d,0x2b,0xf4,0x28,0x4d,0xdd,0x13,0xea,0xdd,0xb1,0x7f,0x53,0x4e, +0x4b,0xc4,0x03,0xf0,0xd7,0xe0,0x9a,0x01,0x7f,0x3e,0x6e,0x09,0xa0,0x3e,0xfd,0xf5, +0xe9,0xff,0xa0,0x3f,0x2b,0x4e,0x2a,0xb2,0x03,0xf0,0x06,0xc0,0x9a,0x00,0x5f,0xa0, +0xb9,0x09,0xa0,0x7f,0xea,0x8f,0x46,0xcc,0x61,0x20,0x2e,0x53,0xdd,0xdd,0xf6,0x44, +0xf0,0x0b,0x8f,0xff,0xff,0x32,0x7f,0x35,0xf1,0x12,0xf3,0x05,0xe0,0x5f,0xff,0xff, +0x35,0xbf,0x85,0xf6,0x67,0xf3,0x4a,0xf7,0x5f,0x66,0x7f,0x30,0x49,0x45,0xf4,0x06, +0xf3,0x07,0xfc,0x69,0xd7,0xe1,0x0c,0xfd,0x82,0xd9,0x6d,0x12,0x42,0x02,0xaf,0x26, +0xe6,0xc0,0x00,0xbb,0x30,0x6c,0x38,0xf3,0x5e,0x8f,0xff,0x9f,0xff,0xff,0x41,0x7f, +0x37,0xb3,0xf1,0xf4,0x04,0xe0,0x7f,0xff,0xff,0x42,0x8f,0x47,0xc7,0xf5,0xf4,0x6e, +0xfd,0x7e,0xaf,0x9f,0x40,0x4e,0x02,0x58,0xf6,0x51,0x04,0xf7,0x8f,0xff,0xff,0x55, +0xdf,0xf4,0x37,0xf4,0x31,0x7d,0x62,0x55,0x8f,0x65,0x40,0x00,0x4d,0xdd,0xdd,0xda, +0xad,0xd6,0xe5,0x7a,0x3f,0x04,0xda,0x2e,0x78,0xb6,0xf0,0x0b,0x60,0xef,0xff,0xff, +0x06,0xec,0x58,0x88,0x88,0x82,0x5e,0xb5,0x88,0xdc,0x88,0x30,0xb6,0x1c,0xce,0xec, +0xc2,0x0b,0x83,0xf8,0xea,0x9f,0x37,0xef,0x9f,0x5e,0x86,0xf3,0x89,0x41,0xf5,0xe8, +0x7f,0x30,0x00,0x1f,0x5c,0x7c,0x52,0x1b,0xf4,0x28,0xcf,0xf3,0xfe,0xff,0xee,0x01, +0xe6,0x1f,0x5b,0xd4,0xe0,0x0d,0x40,0xbb,0xbb,0xbb,0x03,0xe7,0x6e,0xee,0xee,0xe4, +0x9f,0xe2,0x89,0x99,0x97,0x00,0xd4,0x0c,0x96,0x6c,0xa0,0x0d,0x40,0xbf,0xff,0xe9, +0x04,0xee,0x6b,0xe5,0xc9,0xd0,0xba,0x66,0xbd,0x55,0xf8,0x00,0x00,0x09,0xda,0x23, +0xc2,0xd1,0x35,0x00,0x31,0x01,0x51,0x1f,0xa5,0xf9,0x55,0x50,0x4f,0x03,0x20,0x12, +0xf6,0x47,0x01,0x20,0x04,0x11,0xfd,0x11,0x11,0x0e,0x57,0x01,0x42,0x22,0x2f,0x82, +0x21,0x08,0x12,0x60,0x2d,0xdd,0xdf,0xed,0xdd,0x91,0x88,0x0c,0x20,0x64,0x02,0x5d, +0x0c,0xa1,0x05,0xfd,0xdf,0xed,0xef,0x05,0xf0,0x0f,0x50,0x6f,0xfd,0x32,0xa1,0x05, +0xf2,0x2f,0x62,0x7f,0x06,0xf4,0x4f,0x84,0x8f,0x4a,0x00,0xe3,0x0b,0x90,0x0f,0x50, +0x5f,0x2f,0x50,0x0f,0x52,0x7f,0x5c,0x00,0x0f,0x5e,0xfd,0x14,0x00,0xae,0x46,0x10, +0xef,0x2b,0x04,0xb1,0xe9,0x59,0xf5,0x5f,0x60,0xe9,0x39,0xf3,0x3f,0x60,0xef,0xc9, +0x2c,0x32,0x28,0xf2,0x2f,0x0a,0x00,0xf1,0x01,0x74,0x17,0xf1,0x11,0xd4,0x00,0x05, +0xf6,0x57,0xf4,0x00,0x01,0xdf,0xff,0xb0,0x06,0xd9,0x15,0x93,0x6e,0x13,0xf3,0x1e, +0x70,0x06,0xfe,0xff,0xfe,0x0b,0x00,0x11,0x05,0x3e,0x2e,0xf0,0x03,0x18,0xf6,0x05, +0xf8,0x10,0x4f,0xdd,0x80,0x5e,0xcf,0x50,0x40,0xe8,0x06,0xe0,0x30,0x01,0xaf,0x00, +0x2f,0x36,0x6d,0x40,0x06,0x61,0x05,0x00,0xff,0x09,0xf0,0x1e,0x88,0x87,0x08,0xc2, +0x30,0x1f,0xcc,0xd2,0xff,0xff,0x91,0xe7,0x6e,0xef,0x65,0xf2,0x1e,0x87,0xd8,0x6f, +0xf7,0x01,0xfe,0xed,0x3a,0xff,0x93,0x1e,0x76,0xef,0xd5,0x6e,0xd1,0xe7,0x6d,0x5f, +0xff,0xf4,0x1f,0xee,0xc3,0xd0,0x0e,0x30,0xb0,0xad,0x59,0x72,0x00,0x00,0x03,0xe2, +0x2e,0x30,0x02,0x16,0x04,0xf1,0x05,0x76,0xf9,0x6d,0xa0,0x02,0xf8,0x7f,0xa7,0xda, +0x00,0x2f,0xee,0xff,0xef,0xa0,0x01,0x3c,0xb3,0x6f,0x53,0x74,0x26,0x71,0xf0,0x02, +0x2c,0xb2,0x5f,0x42,0x13,0x69,0x04,0xf1,0x02,0x02,0x8e,0xa0,0x3f,0xc6,0x00,0xbb, +0x50,0x00,0x17,0xd4,0x01,0xc3,0x2f,0x14,0xd2,0x03,0x68,0x3f,0xf0,0x19,0x3f,0x47, +0x77,0x77,0x4f,0x41,0x76,0xe8,0x88,0xf6,0x72,0x00,0x6f,0xcc,0xcf,0x50,0x00,0x27, +0x88,0x88,0x87,0x30,0x06,0xe8,0x9f,0x98,0xe8,0x00,0x6f,0xee,0xfe,0xef,0x80,0x06, +0xc0,0x2f,0x10,0xc8,0x00,0x6f,0xdf,0x02,0xf0,0x28,0x00,0x9c,0x9f,0xba,0xf1,0x00, +0x09,0xec,0xfd,0xcf,0x10,0x08,0xac,0xc7,0xcc,0xc9,0x30,0xeb,0xdc,0x7f,0xbd,0xd6, +0x0d,0xac,0xb6,0xda,0xbb,0x50,0xbc,0xbb,0xbb,0xbb,0xd4,0x0a,0x6c,0xaa,0xab,0x8a, +0x40,0x03,0xf8,0x88,0xcb,0x00,0x00,0x3f,0x88,0x8c,0xb0,0x02,0xde,0xfd,0xdd,0xef, +0xd8,0xe8,0x09,0xf4,0x29,0x10,0x00,0x5f,0xff,0x7f,0x9d,0x10,0x06,0xaa,0xd0,0x7f, +0x5d,0x50,0x3f,0xd2,0x00,0x9f,0xc1,0x4f,0xff,0xe4,0xff,0xfd,0xa0,0x24,0x7e,0x9a, +0x1f,0x21,0x05,0xe9,0x9b,0x30,0x9b,0x20,0x7e,0xba,0x9d,0xce,0xa0,0x02,0x38,0xd7, +0xe8,0xf2,0x00,0x01,0x8b,0x1b,0xfe,0x10,0x02,0xfe,0x5e,0xa5,0xab,0xe4,0x03,0x10, +0x72,0xcd,0x36,0xf0,0x05,0x20,0x00,0x6e,0xef,0xfe,0xee,0xd6,0xf6,0x66,0x66,0xae, +0x6e,0x00,0x00,0x07,0xe6,0xf5,0x55,0x55,0xae,0x99,0x00,0x50,0xe6,0xe0,0x00,0x00, +0x7e,0x5c,0x31,0x10,0xe6,0x48,0x04,0x53,0x6f,0x33,0x33,0x39,0xe0,0x8e,0x4d,0xf6, +0x26,0xa0,0x0c,0x80,0x00,0x05,0xe9,0x51,0xf9,0x66,0x22,0xfd,0xdf,0x9e,0xcc,0xf5, +0x2f,0x03,0xfd,0x40,0x0e,0x42,0xfd,0xef,0x0d,0x50,0xf4,0x2f,0x57,0xf0,0x6e,0x1f, +0x32,0xf0,0x3f,0x00,0xc4,0xf2,0x2f,0x46,0xf0,0x00,0x2f,0x12,0xff,0xff,0x01,0x28, +0xf0,0x2d,0x00,0x00,0x5f,0xf7,0x98,0x01,0x00,0x83,0x04,0xf1,0x0f,0xb7,0xa0,0x00, +0x6e,0x8e,0x62,0xce,0xcc,0x36,0xe6,0x6d,0xbe,0x54,0x41,0x6f,0xdf,0xd8,0x5b,0x80, +0x06,0xe9,0xe7,0x60,0x2e,0x70,0x37,0x77,0x76,0x00,0x20,0x19,0x01,0xd1,0x00,0x06, +0xd5,0xf2,0xf3,0xf0,0x02,0x8e,0x7f,0x5f,0x6f,0x41,0xad,0x43,0x44,0x21,0x00,0x32, +0x87,0x05,0xf1,0x22,0xda,0x2f,0xee,0x00,0x0f,0x85,0xe7,0xb0,0xf9,0x30,0xf5,0x7f, +0xd4,0x07,0x93,0xcf,0xee,0xe9,0xfd,0xf5,0x04,0xc8,0x5e,0x2e,0xcb,0x00,0xb5,0x0b, +0xbc,0x96,0xae,0x30,0x7e,0xee,0xee,0xee,0x00,0x08,0xb6,0xc5,0xd4,0xf0,0x02,0x9c, +0x8d,0x7e,0x5f,0x30,0x9d,0x3d,0x00,0x00,0x53,0x00,0x10,0x66,0x61,0x42,0x50,0x6e, +0x22,0x22,0x2f,0x66,0x46,0x02,0x50,0x6e,0x00,0x00,0x0f,0x66,0xe8,0x25,0x91,0x6f, +0x55,0x55,0x5f,0x66,0xe1,0x11,0x11,0xf6,0x24,0x00,0x60,0xe2,0x22,0x22,0xf6,0x00, +0x00,0xbb,0x4d,0xc1,0xaa,0xab,0xfc,0xaa,0xa5,0x07,0x77,0x9f,0x87,0x77,0x30,0x0d, +0x34,0x09,0x10,0xda,0xf2,0x17,0xa0,0x0d,0xc9,0x99,0x9f,0x50,0x00,0xde,0xdd,0xdd, +0xf5,0x40,0x40,0xf1,0x00,0x4f,0x50,0x00,0xdf,0xee,0xee,0xf5,0x01,0x5e,0x95,0x55, +0x5f,0x83,0x4d,0xdd,0xf8,0x4d,0xf1,0x1c,0xe5,0x0e,0xff,0xff,0x41,0x3f,0x82,0xe7, +0x34,0xf4,0x7f,0xff,0xbe,0x61,0x2f,0x41,0x5f,0x71,0xef,0xff,0xf4,0x08,0xfc,0x0e, +0x50,0x1f,0x40,0xef,0xf9,0xe8,0x55,0xf4,0x7c,0xe7,0x6e,0xed,0xdf,0x47,0x3e,0x50, +0xe5,0x00,0xf4,0x2c,0x00,0x60,0x40,0x0e,0x50,0xd7,0x34,0xd3,0x1b,0x01,0xf2,0x03, +0x42,0x00,0x6f,0xff,0xfe,0xdb,0x70,0x03,0x88,0xde,0x77,0x77,0x00,0x38,0x9f,0xa8, +0x88,0x80,0xda,0x15,0xf0,0x11,0x14,0xfc,0x88,0x88,0x50,0x02,0xef,0xa8,0x88,0xe9, +0x03,0xfc,0xfd,0xcc,0xcf,0x90,0x08,0x0f,0xba,0xaa,0xe9,0x00,0x00,0xf9,0x66,0x6d, +0x90,0x00,0x0f,0xdc,0xcc,0xf9,0x45,0x0a,0xe0,0x20,0x00,0x00,0x78,0x88,0xec,0x88, +0x83,0x07,0x88,0x8f,0xa8,0x88,0x20,0x89,0x17,0xc0,0x20,0x00,0xbd,0xaa,0xaa,0xf2, +0x00,0x0b,0xeb,0xbb,0xcf,0x20,0x9d,0x4b,0x72,0xf2,0x00,0x1b,0xc6,0x66,0x8f,0x41, +0x53,0x00,0xb3,0x17,0xd8,0x02,0xfc,0x60,0x0b,0xb5,0x00,0x01,0x6d,0x40,0xdc,0x52, +0xf2,0x27,0x00,0x05,0x66,0x61,0x0d,0xff,0xf8,0xee,0xdf,0x44,0xf8,0xf4,0x2e,0x50, +0xf4,0x16,0x4f,0x00,0xe5,0x0f,0x45,0xff,0xff,0xce,0x50,0xf4,0x14,0xae,0x43,0xe5, +0x0f,0x40,0x0c,0xf8,0x0e,0x50,0xf4,0x02,0xf8,0xf6,0xe8,0x4f,0x41,0xdc,0x07,0x9e, +0xff,0xf4,0x2a,0x00,0x00,0x93,0x07,0x20,0x1a,0x2f,0xf0,0x1b,0xff,0xfc,0xff,0xff, +0xf5,0x2b,0xa2,0x11,0x6e,0x11,0x00,0xe5,0x07,0xff,0xff,0xf1,0x3f,0x97,0x8d,0x9f, +0x7f,0x1b,0xf9,0xf9,0xd9,0xf7,0xf1,0xcf,0x0f,0x9f,0xff,0xef,0x13,0xf0,0xf5,0x78, +0xb0,0x00,0x1f,0x4f,0x4f,0xd7,0xba,0x27,0x92,0xcf,0xa4,0x20,0x04,0x00,0x96,0x26, +0x9b,0x20,0x08,0x22,0xf0,0x0d,0x66,0x62,0x25,0xf5,0x20,0x6d,0xfb,0xcf,0xff,0xff, +0x40,0x9a,0x09,0x8f,0x88,0x93,0x0d,0x93,0x2e,0xfc,0xfb,0x13,0xfe,0xfe,0xf8,0x8f, +0x40,0xbf,0x8a,0x2d,0xf3,0x07,0x06,0xe4,0xf1,0xe8,0x8f,0x50,0x0d,0xbf,0x1e,0xaa, +0xf8,0x00,0xd9,0x60,0xed,0xdf,0xb4,0x02,0x00,0x0e,0x84,0x44,0xe3,0x24,0xf0,0x27, +0xff,0xfd,0xcf,0xff,0xf4,0x06,0xf2,0x2c,0x7a,0x82,0x00,0x7c,0x00,0xcf,0xff,0xe0, +0x0a,0xc5,0x3c,0xac,0xb7,0x01,0xfd,0xd8,0xca,0xcb,0x60,0x7f,0x89,0x8c,0xff,0xff, +0x73,0xf8,0x98,0x62,0x36,0xc6,0x0a,0xab,0xad,0xcb,0x9f,0x60,0x9e,0xde,0xac,0x86, +0xe4,0x03,0x30,0x12,0x00,0xfc,0x98,0x1e,0x21,0x66,0x63,0xbe,0x19,0x02,0x6f,0x07, +0x02,0x98,0x3a,0xf2,0x33,0x05,0x55,0x5f,0xa5,0x55,0x30,0x0a,0x60,0xf7,0x2b,0x10, +0x04,0xf4,0x0f,0x70,0xdb,0x01,0xdc,0x00,0xf7,0x05,0xf3,0x2c,0x14,0x6f,0x70,0x0d, +0x50,0x00,0x9f,0xd2,0x00,0x00,0x02,0x7d,0x21,0x29,0xb2,0x10,0xef,0xfe,0x9e,0xff, +0xe7,0x03,0xff,0xa1,0x7f,0xf8,0x03,0xfb,0xd9,0xad,0xac,0xd8,0x04,0x6a,0x35,0x58, +0x93,0x20,0x08,0x99,0x99,0x99,0x40,0x5e,0x17,0xf0,0x36,0x28,0x62,0xe7,0x5a,0x21, +0x08,0xf4,0x1e,0x62,0xdc,0x11,0xa3,0x4f,0xd2,0x01,0xa2,0x14,0x7c,0x50,0x2f,0x10, +0x04,0xbf,0x81,0x33,0xf3,0x40,0x23,0xf7,0x2e,0x7f,0x6f,0x09,0xff,0xfc,0xf5,0xf1, +0xe5,0x05,0xf9,0x5e,0x2f,0x18,0x40,0xcf,0xf6,0x22,0xf2,0x91,0x4e,0xf9,0x40,0x2c, +0xad,0x09,0x6f,0x50,0x00,0x9f,0x30,0x10,0xf5,0x48,0xed,0x30,0x00,0x0f,0x4a,0xb5, +0x1d,0x01,0xf4,0x2a,0x01,0x20,0x00,0x03,0x9c,0xf5,0x8c,0x00,0x00,0x28,0xf4,0x0d, +0xff,0xff,0x71,0x3f,0x56,0xf5,0xf7,0xf2,0x7f,0xff,0xc8,0x1f,0x46,0x00,0x6f,0x70, +0xb6,0xf8,0xc0,0x0d,0xff,0x5f,0x4f,0x5f,0x27,0xbf,0x67,0xe1,0xf3,0xd6,0x73,0xf2, +0xa8,0x1f,0x3a,0x80,0x0f,0x20,0x25,0xf3,0x00,0x00,0xf2,0x01,0xec,0x55,0x0b,0xf8, +0x26,0x6a,0xe2,0x0b,0xd2,0x10,0x3c,0xf6,0x3c,0xff,0xfe,0x00,0x0f,0x29,0xc9,0x5f, +0x50,0x9f,0xff,0x63,0xef,0x60,0x02,0xaf,0x89,0xfb,0xf8,0x20,0x0d,0xff,0x43,0xdf, +0xff,0x76,0xcf,0x88,0xfa,0x37,0xf1,0x95,0xf2,0x13,0x7f,0xf4,0x00,0x0f,0x21,0x6d, +0xe4,0x00,0x00,0xf2,0xac,0x60,0x12,0x59,0xf0,0x04,0x02,0x9e,0xe5,0xff,0xff,0xd0, +0x28,0xf3,0x3f,0x11,0x6d,0x01,0x4f,0x54,0xf9,0x9b,0xd0,0x6f,0xff,0xdf,0x53,0xf1, +0x12,0x7f,0x74,0xdd,0xdd,0xd2,0x0e,0xff,0x43,0x6f,0x43,0x08,0xcf,0x72,0xee,0xfe, +0xd0,0x66,0xf2,0x04,0x6f,0x43,0x00,0x0f,0x24,0x47,0xf5,0x42,0x00,0xf2,0xde,0xee, +0xee,0x60,0x40,0x00,0xf0,0x1a,0x03,0x7c,0xe4,0x79,0xcf,0xd1,0x5a,0xf2,0x3c,0x8a, +0x2c,0x21,0x4f,0x32,0xf5,0xea,0xd0,0x9f,0xff,0x67,0x5d,0x45,0x02,0xaf,0x65,0xfd, +0xfd,0xf2,0x0d,0xfe,0x6f,0xaf,0x9f,0x27,0xdf,0x65,0xf8,0xf6,0xf3,0x86,0xf2,0x37, +0x12,0xa3,0x2f,0x14,0xe0,0x03,0xf2,0x02,0xf1,0x4e,0x01,0xeb,0xbb,0x39,0x61,0x11, +0x16,0xf4,0x11,0x10,0x4f,0x09,0x13,0xf3,0x0b,0xf1,0x34,0x14,0x42,0xf4,0x2b,0x7f, +0xa0,0xaf,0xb9,0x20,0xed,0x40,0x00,0x3b,0xd0,0x02,0xdf,0xff,0xff,0xe1,0x00,0x03, +0x36,0xf5,0x33,0x10,0x5b,0x60,0x55,0x58,0xf7,0x55,0x51,0x2c,0x9d,0x34,0x12,0x30, +0x49,0x0e,0x52,0x33,0x34,0xf9,0x33,0x31,0xad,0x32,0xf6,0x1d,0xf4,0x5a,0x04,0xa2, +0xe7,0x05,0xce,0x40,0x2a,0xf9,0x00,0x29,0x10,0xe6,0xb6,0x70,0x15,0x55,0x6f,0x8c, +0xb5,0x32,0xdd,0xde,0xff,0xdd,0xd8,0x00,0x01,0xdc,0xe4,0x00,0x00,0x38,0xec,0x14, +0xfa,0x41,0x0e,0xd6,0x00,0x03,0xbf,0x70,0xfa,0x00,0x90,0x01,0x44,0x48,0xf5,0x44, +0x41,0x4f,0xbc,0xcb,0x79,0x39,0xf4,0x53,0xe9,0x07,0xea,0xc2,0x1d,0xa4,0xca,0x12, +0x8d,0x20,0x6f,0xbd,0xbb,0xbf,0x70,0x06,0xf4,0xfc,0xc6,0xe7,0x00,0x6f,0x8a,0x7e, +0x2e,0x70,0x06,0xf2,0xaf,0xe4,0xe7,0x00,0x6f,0xa8,0x24,0x5f,0x70,0x06,0xfd,0xdd, +0xdd,0xe6,0x00,0x06,0xb0,0xa8,0x6c,0x2f,0x14,0x8e,0x7a,0x97,0xd3,0xf1,0x8c,0xcc, +0xbf,0xff,0xff,0x13,0x73,0x97,0x77,0x77,0x73,0x3c,0x5a,0x99,0xde,0x99,0x41,0xe7, +0x7a,0xcf,0xec,0xc3,0x1c,0x97,0xc9,0xf9,0xae,0x34,0x8e,0xfd,0x6e,0x77,0xe3,0x9c, +0x73,0xc6,0xe7,0x8e,0x30,0x00,0x0c,0x6d,0x6d,0xe1,0x96,0x2a,0xf3,0x2b,0x00,0x04, +0x40,0x01,0xce,0xfc,0x8c,0xee,0xc4,0x07,0x95,0xc1,0x97,0x7a,0x12,0xbe,0xbe,0x7c, +0xdd,0xc5,0x29,0x99,0x97,0x99,0x99,0x50,0xce,0xdf,0x3f,0xdd,0xf2,0x0c,0x62,0xf3, +0xf3,0x3f,0x20,0x9f,0xdd,0x2c,0xef,0xb1,0x05,0xc8,0xa3,0xa7,0xd4,0x00,0xb8,0xbf, +0x8f,0x3d,0x5b,0x3d,0x15,0x2d,0x80,0x9f,0x4e,0x0e,0xf1,0x16,0x81,0x00,0x54,0x00, +0x00,0x8f,0xba,0x7e,0xeb,0xb4,0x4f,0x6f,0x8b,0xe7,0xf5,0x12,0xa7,0xc9,0xab,0x7d, +0x30,0x06,0x99,0xbf,0x99,0xf5,0x00,0x4c,0xcd,0xfc,0xcf,0x50,0x07,0xe5,0x8f,0x55, +0x52,0x29,0x14,0xf4,0x01,0xd0,0x00,0x4d,0xef,0x00,0x9c,0x03,0xbf,0xa4,0xf1,0xdf, +0x80,0x1b,0x40,0x4f,0x03,0xe6,0x46,0xf1,0x02,0x3f,0x84,0x3c,0xc4,0x43,0x1d,0xef, +0xcd,0xfd,0xfc,0x82,0xa3,0xa3,0xe8,0x3b,0x20,0x02,0xe9,0x06,0x60,0x77,0x77,0xfa, +0x77,0x75,0x27,0xf1,0x2b,0xf0,0x00,0x50,0xce,0xee,0xee,0xff,0xe5,0x02,0x5f,0x72, +0x2d,0xa2,0x10,0x00,0x9f,0x23,0x8b,0x06,0x60,0x42,0xfe,0x30,0x00,0x02,0x30,0xb9, +0x30,0xf2,0x16,0xde,0xaa,0x7f,0xba,0xa2,0xad,0xbd,0x8f,0x9c,0xe6,0x12,0x7d,0xec, +0xec,0xde,0x20,0x06,0xf9,0x99,0x9b,0xf3,0x00,0x6f,0xaa,0xaa,0xbf,0x30,0x06,0xf8, +0x88,0x8a,0xf3,0x00,0x25,0xf8,0x59,0xf5,0x62,0x1b,0xa4,0x31,0x6e,0xb1,0x17,0xf1, +0x10,0x2d,0x80,0x00,0x6e,0xe3,0x1c,0xf0,0x1e,0x70,0x00,0x55,0x00,0x00,0xaf,0xbb, +0x6d,0xeb,0xb6,0x4f,0x5f,0x67,0xe5,0xf5,0x13,0x80,0x76,0xf3,0x08,0x20,0x2f,0xfe, +0xee,0xee,0xff,0x42,0xd9,0x99,0x99,0x99,0xd4,0x00,0xdb,0x66,0x6a,0xe0,0x00,0x0d, +0xed,0xdd,0xdc,0x00,0x00,0xdd,0x44,0x3b,0x50,0x0d,0xb6,0x66,0x6e,0x70,0x82,0x05, +0xf0,0x1c,0xf7,0x00,0x02,0x70,0x00,0x73,0x00,0x00,0xaf,0xcc,0x6f,0xec,0xc5,0x6f, +0x9c,0x4f,0x9a,0xe2,0x11,0xa7,0xd6,0x77,0x7e,0x71,0x0e,0xa8,0xf6,0xfc,0xcf,0x20, +0xee,0xdf,0x6f,0x31,0xf2,0x0e,0x74,0xf6,0xf3,0x1f,0x20,0xee,0xee,0x0b,0x00,0xd0, +0x4a,0x81,0xf6,0x6f,0x22,0xfc,0xef,0x4f,0x7d,0x90,0x2b,0x73,0x85,0x6a,0x39,0x01, +0x0d,0x14,0xf1,0x29,0x3f,0x75,0x3d,0xc5,0x53,0x1e,0xef,0xce,0xfd,0xfc,0x81,0x73, +0xc0,0x44,0x3a,0x30,0x2f,0xff,0xfb,0xef,0xff,0x50,0xbb,0xea,0x6e,0x50,0xe5,0x0f, +0xdf,0xe8,0xe5,0x3f,0x50,0xfa,0xec,0x8e,0x5e,0xf2,0x07,0x9e,0x74,0xe5,0x12,0x54, +0xef,0xfe,0xcd,0x82,0x7d,0x00,0x4c,0x00,0x8f,0xff,0x60,0x01,0x7a,0x00,0xf2,0x28, +0x9f,0xbb,0x9f,0xdb,0xb6,0x5f,0xaf,0x4d,0x99,0xf4,0x22,0x70,0x9a,0xf8,0x18,0x10, +0x00,0x6d,0xd4,0xdd,0x61,0x04,0xfd,0x9d,0xdd,0x9c,0xf4,0x07,0xbb,0xb5,0xbb,0xb6, +0x00,0x4f,0x5f,0x8f,0x5f,0x50,0x03,0xcf,0xb5,0xdf,0xb4,0x00,0x4e,0xf4,0x2d,0xe7, +0x10,0x4f,0x76,0x9e,0x85,0xce,0x10,0x14,0x07,0xf2,0x27,0xd6,0x50,0x5f,0x00,0x05, +0xad,0xae,0x05,0xf4,0x42,0x2e,0xde,0x80,0x5f,0xff,0x95,0x9e,0xc9,0x05,0xf0,0x00, +0x5a,0xfc,0x92,0x7f,0x32,0x00,0x8f,0xe2,0xff,0xff,0xf5,0x2f,0xfd,0xcf,0x40,0x0f, +0x59,0xad,0x63,0xf3,0x00,0xf5,0x21,0xd6,0x0f,0xff,0xff,0x50,0x0d,0x60,0xf7,0x44, +0xf5,0xba,0x04,0xf8,0x27,0x5f,0x43,0x47,0xf4,0x41,0x7a,0xfc,0x79,0xaf,0x99,0x23, +0xef,0xd1,0xde,0xfd,0xd1,0x5a,0xf9,0x69,0xbf,0x99,0x56,0xdf,0xc4,0x88,0x88,0x83, +0x0b,0xf9,0x1f,0xcb,0xdf,0x04,0xff,0xd5,0xfa,0xab,0xf0,0xa9,0xf1,0x1f,0xcc,0xdf, +0x03,0x3f,0x01,0xf2,0x15,0xf0,0x03,0xf0,0x1f,0x14,0xfa,0x6d,0x0b,0xf0,0x00,0x56, +0x78,0xac,0xef,0x30,0x0a,0xcd,0xfa,0x64,0x10,0x00,0x05,0xe8,0x28,0xf2,0xdd,0x0d, +0xf5,0x14,0xc4,0x00,0x00,0x03,0x9e,0x60,0xac,0x00,0x08,0xff,0xfe,0xff,0xfa,0x00, +0x58,0x54,0xf3,0x22,0x90,0x03,0xea,0x1f,0x3d,0xd2,0x03,0xfb,0x35,0xf3,0x0b,0xe1, +0x04,0x07,0xfc,0x00,0x03,0xd7,0x58,0xf0,0x09,0x45,0x55,0x53,0x02,0xf5,0x3d,0xff, +0xff,0xa1,0xcb,0xac,0x00,0xd8,0x00,0x3f,0xfe,0x20,0x0d,0x80,0x00,0x5f,0x6e,0x00, +0xd8,0x52,0x09,0xf1,0x0c,0x0d,0x80,0x00,0x73,0x2b,0x00,0xd8,0x00,0x0e,0x9d,0xc2, +0x0d,0x80,0x02,0xf3,0xf1,0xff,0xff,0xfc,0x26,0x01,0x05,0x55,0x55,0x40,0x00,0x50, +0x6b,0x02,0xf2,0x27,0x15,0xff,0xff,0x80,0x0b,0x79,0x48,0xd2,0xf4,0x07,0xf8,0xf2, +0x8b,0x2f,0x10,0x8c,0xf6,0x09,0xa7,0xff,0x60,0xb9,0xc5,0xae,0x23,0xf3,0x9f,0xff, +0xbd,0xf8,0x7e,0x03,0x43,0x65,0xf9,0xfe,0x60,0x6b,0xfa,0xcf,0x1d,0xf2,0x09,0x9d, +0x5c,0xdc,0xec,0xe4,0x53,0x30,0x75,0x91,0x08,0x20,0x3d,0x00,0xf1,0x29,0x3e,0x01, +0xff,0xff,0xf5,0x0a,0x7b,0x3f,0x6f,0x6f,0x55,0xf9,0xc1,0xf2,0xf1,0xe5,0x6b,0xf4, +0x1f,0x2f,0x1e,0x50,0xa7,0xd3,0xff,0xff,0xf5,0x7f,0xff,0x8f,0x5f,0x5f,0x53,0x43, +0x62,0xf2,0xf1,0xe5,0x6a,0xea,0x6f,0x3f,0x3e,0x58,0x7e,0x57,0xff,0xff,0xf5,0x84, +0x40,0x1f,0x31,0x1d,0x40,0x00,0xee,0x5c,0xf3,0x28,0x2f,0x20,0x1f,0x72,0x10,0x09, +0xa6,0x1a,0xfe,0xfe,0x04,0xf7,0xfa,0xfe,0x2e,0x70,0x8f,0xf7,0x44,0xbf,0xb0,0x00, +0x9c,0xc0,0x7e,0xee,0x60,0x7f,0xdf,0xbe,0x72,0x6f,0x83,0x64,0x93,0x17,0xf9,0x10, +0x4a,0xda,0x54,0x42,0x70,0x07,0x9c,0x77,0x8e,0xe8,0x10,0x65,0x51,0x00,0x05,0xd8, +0x00,0x1e,0x17,0x01,0x6a,0x2a,0xf9,0x26,0x11,0xff,0xff,0xa0,0x0c,0x7a,0x3f,0x42, +0xaa,0x07,0xf8,0xd1,0xf1,0x09,0xa0,0xae,0xf3,0x1f,0xff,0xfa,0x00,0xb8,0xb4,0xf4, +0x2a,0xa0,0x9f,0xef,0x9f,0x43,0xba,0x04,0x53,0x46,0xff,0xff,0xa0,0x69,0xe7,0x6f, +0x10,0x9a,0x08,0x8d,0x59,0xf4,0x2a,0xb0,0x95,0x72,0xef,0xff,0xff,0xa8,0x32,0xf1, +0x29,0x20,0x00,0xf5,0x00,0x07,0xa6,0x5f,0xff,0xff,0xa2,0xe7,0xf5,0x33,0xf7,0x32, +0x9f,0xf8,0x04,0x4f,0x84,0x11,0x8c,0xa3,0xde,0xee,0xe5,0x6f,0xce,0x92,0x33,0x33, +0x05,0x96,0x78,0xbf,0xef,0xf2,0x59,0xc9,0x7b,0x70,0x1f,0x28,0x9d,0x67,0xbf,0xee, +0xf2,0x44,0x30,0x0b,0xa4,0x5f,0x20,0x00,0x40,0xfe,0x00,0x00,0x3d,0x6a,0xd0,0x0a, +0x69,0x15,0xf3,0x6e,0x05,0xf8,0xb4,0xe7,0x7f,0x90,0x6b,0xf3,0xad,0x27,0xf0,0x11, +0x88,0xc2,0xf4,0xf3,0xf2,0x4f,0xdf,0x5f,0x5f,0x4f,0x25,0xa5,0x64,0xfd,0xdd,0xd2, +0x3a,0xdb,0x2f,0x00,0x04,0x25,0x7d,0x75,0xf3,0x12,0xc7,0x53,0x40,0x0b,0xff,0xfd, +0x80,0x59,0x10,0x12,0xfe,0x00,0xf3,0x25,0x08,0xc0,0x00,0x09,0x96,0xbf,0xff,0xff, +0x33,0xf7,0xe2,0x5f,0x5a,0x20,0x9f,0xf5,0x1d,0xb4,0xe8,0x00,0x7c,0xab,0xff,0xec, +0xf1,0x5f,0xbe,0x89,0x55,0x45,0x05,0xa7,0x84,0xc7,0xb8,0x00,0x38,0xac,0x0e,0x5b, +0x86,0x26,0x9d,0x88,0xf1,0xb9,0xb5,0x86,0x94,0xf5,0x07,0xfe,0x76,0x4e,0x02,0xba, +0x01,0xf3,0x26,0x13,0xff,0xff,0xfb,0x0a,0x8a,0x37,0x88,0x79,0x55,0xf9,0xf2,0xd6, +0xe6,0xe1,0x7d,0xf6,0x4f,0x6c,0x9a,0x00,0xaa,0xc5,0xb8,0xc7,0xe4,0x7f,0xef,0xa5, +0x86,0x67,0x43,0x63,0x65,0xff,0xff,0xf5,0x4c,0xea,0x70,0x0f,0x50,0x06,0xad,0x78, +0x33,0xf7,0x32,0x97,0x71,0x7f,0xff,0xff,0xb9,0x0c,0xf9,0x2c,0x50,0x02,0x50,0x00, +0x00,0x3c,0x00,0x9f,0xcd,0x60,0x09,0x6b,0x0d,0x83,0xe6,0x03,0xf9,0x83,0xff,0xff, +0x20,0x5e,0xe1,0x36,0x69,0xf3,0x00,0x88,0xbc,0xff,0xff,0xf5,0x4f,0xdf,0x6b,0x4f, +0x7d,0x02,0x63,0x60,0xb8,0xff,0x40,0x4b,0xcc,0x3b,0xfe,0xcc,0x06,0x8d,0x4b,0x96, +0xe1,0xd8,0x43,0x10,0x07,0xf9,0x01,0x04,0x30,0xf0,0x29,0xfd,0x8f,0xff,0xf0,0x1f, +0xbf,0xb2,0xa8,0x9c,0x01,0xf7,0x6d,0x33,0xff,0x30,0x1f,0x7f,0x82,0x7f,0xf8,0x11, +0xcc,0xcf,0xbb,0x44,0xc4,0x01,0x6b,0xf8,0x99,0x00,0x00,0x19,0xdf,0xc6,0x7a,0x10, +0x0b,0xff,0xef,0xdb,0xad,0x00,0x5b,0x80,0xf6,0x9b,0x60,0x19,0x53,0xfe,0x30,0x38, +0x00,0x00,0x60,0xb3,0x32,0xf0,0x09,0x5e,0x00,0x5a,0xf6,0x51,0x0c,0x7c,0x4f,0xa9, +0xaf,0x37,0xfa,0xe2,0xfd,0xdd,0xf3,0x7d,0xf7,0x1f,0x64,0x5f,0x30,0xac,0xf2,0xbb, +0x5e,0xf9,0x0c,0xdf,0x63,0x2f,0x57,0x14,0x96,0x99,0xec,0xff,0xd2,0x49,0xcc,0x3e, +0x5f,0xf8,0x06,0x9e,0x4d,0xa3,0xf7,0xf7,0x65,0x40,0x30,0xed,0x13,0x10,0x2a,0x45, +0xf0,0x01,0x02,0xf1,0x00,0x0a,0x86,0x5f,0xee,0xef,0x12,0xf6,0xf6,0xd0,0x00,0xf1, +0x8f,0xf7,0xfc,0x6d,0xf8,0x11,0x8c,0xb4,0xd2,0x22,0x21,0x5f,0xbf,0x9f,0xdf,0xed, +0x64,0x86,0x9a,0xf8,0xcb,0x86,0x3a,0xbe,0xad,0xff,0xff,0x66,0x9d,0x9f,0x97,0xcb, +0x76,0x86,0x70,0xb6,0x77,0x6b,0x08,0x31,0xf3,0x27,0x1d,0x12,0x28,0xc2,0x20,0x09, +0x88,0xbc,0xef,0xcc,0x25,0xfa,0xb8,0xbd,0xfb,0xb0,0x5b,0xf3,0xab,0xac,0xbf,0x00, +0xc8,0xda,0x9c,0xb9,0xf0,0x7f,0xff,0xdf,0xff,0xef,0x02,0x43,0x71,0x6f,0xfc,0x10, +0x4b,0xeb,0x3e,0xcc,0xc8,0x07,0x9e,0x9e,0xa7,0xc2,0xf3,0x75,0x70,0x20,0x6c,0x01, +0x7f,0x00,0x70,0x2d,0x01,0x19,0xb1,0x10,0x08,0x74,0xc0,0x1e,0xf0,0x5c,0xe6,0xbc, +0x82,0x00,0xb3,0x8f,0xf2,0x1f,0xdf,0xff,0x40,0x89,0x97,0xc3,0xac,0x20,0x4f,0xae, +0xdc,0x9e,0xcf,0x14,0x75,0x7c,0xc9,0xa6,0xf1,0x6a,0xcd,0x4c,0x9b,0x6f,0x18,0x6d, +0x65,0xc9,0xdb,0xf1,0x42,0x00,0x4c,0x99,0x4e,0x10,0x01,0x00,0x01,0x02,0x02,0x00, +0x8a,0x05,0xd5,0xe2,0xe0,0x0d,0x64,0xc5,0x8e,0x6d,0x06,0xda,0xaf,0xbe,0xce,0xf5, +0xbf,0xe0,0xb9,0xc0,0xc4,0x50,0xca,0x8f,0x47,0x4f,0x00,0x9f,0xfd,0xe4,0xd7,0xff, +0x64,0x43,0x6c,0x4f,0x5f,0x20,0x8a,0xc9,0xc7,0xfa,0xf0,0x0a,0x7c,0xbc,0xcd,0xef, +0x63,0xa2,0x80,0xcb,0x51,0x9c,0x60,0x00,0x20,0x9a,0x07,0xf4,0x26,0x2f,0x10,0x79, +0xe7,0x71,0x09,0x87,0x3f,0xac,0x9f,0x24,0xf6,0xe2,0xea,0xac,0xe2,0x8e,0xf4,0x1e, +0x5e,0x7e,0x20,0x89,0xc2,0xea,0x77,0xe2,0x6f,0xef,0x6f,0xff,0xff,0x24,0x72,0x53, +0x02,0xd2,0x20,0x29,0xbd,0x4d,0xf7,0x8e,0x24,0x9e,0x8c,0x9f,0x16,0xd9,0x65,0x60, +0x32,0xcf,0x03,0x12,0xf0,0x2a,0x2d,0x0c,0xde,0xfd,0xd5,0x09,0x6b,0x7b,0xde,0xbb, +0x03,0xfb,0xbb,0xcc,0xcc,0xc4,0x7c,0xf2,0xe6,0xf8,0xbc,0x60,0xa8,0xd9,0xaa,0xaa, +0xa4,0x6f,0xdf,0xad,0xaa,0xbf,0x03,0x64,0xa9,0xeb,0xbc,0xf0,0x4b,0xdd,0x9e,0xaa, +0xbf,0x07,0x8e,0x57,0xdc,0x3f,0xa2,0x43,0x40,0x95,0x00,0x17,0x30,0x00,0x10,0xd7, +0x07,0x70,0x0f,0x40,0x13,0xf5,0x10,0x06,0xc0,0x4b,0x2d,0xf3,0x1c,0xd5,0xc7,0xe5, +0x55,0xf4,0x5f,0xfb,0x5e,0x88,0x88,0x20,0x4e,0x16,0xfd,0xdd,0xd6,0x0c,0xee,0x7f, +0xad,0xb9,0x74,0xfc,0x79,0xfa,0xdc,0xa7,0x02,0x59,0xdc,0xef,0xee,0x74,0xed,0x8f, +0x89,0xcb,0x87,0x14,0x03,0x96,0x99,0x8c,0x10,0x11,0xf0,0x0e,0xfe,0xfe,0xff,0xef, +0x10,0x9b,0x4f,0x3b,0x95,0xf1,0x06,0xaa,0xbf,0xca,0xaa,0x10,0xcc,0xcc,0xfc,0xcc, +0xc4,0x00,0xbc,0xdf,0xcc,0xc4,0x00,0x0e,0xb9,0xd5,0x0b,0xf1,0x02,0xec,0xaa,0xaa, +0xf5,0x00,0x0e,0x96,0x66,0x6f,0x50,0x00,0xea,0x77,0x77,0xf6,0x02,0xdd,0x23,0x46, +0x10,0x02,0x79,0x00,0xf1,0x00,0x02,0xf4,0x00,0xe9,0x00,0x0a,0xdf,0xed,0xef,0xed, +0x20,0x47,0x77,0xfa,0x77,0xad,0x3b,0xe0,0xfb,0x01,0x88,0x88,0xfb,0x88,0x86,0x18, +0x88,0x9f,0x98,0x88,0x60,0xdf,0xaf,0x0e,0xf0,0x04,0x03,0x36,0xfc,0xfb,0x43,0x11, +0x7b,0xfc,0x13,0xfd,0x95,0x0c,0x94,0x00,0x01,0x8c,0x60,0x00,0x02,0xde,0x15,0xf0, +0x02,0x35,0xf7,0x46,0xf9,0x40,0x07,0xaa,0xbf,0xba,0xaa,0x10,0x2e,0xee,0xfe,0xee, +0x70,0x19,0x45,0x1f,0xf0,0x18,0x61,0x68,0xbe,0x8d,0x7d,0x63,0x0b,0xcf,0x84,0xf5, +0xcd,0x02,0xbc,0xfc,0xbf,0xdc,0xd7,0x2c,0xdf,0xe9,0x8e,0xe7,0x00,0x34,0xf2,0x7e, +0xfd,0x6b,0x05,0xfc,0x2d,0x74,0xce,0x60,0x00,0x11,0xba,0x11,0x29,0x60,0x13,0x00, +0x75,0x64,0x42,0xa9,0x3e,0x80,0x03,0x72,0x0e,0x61,0x28,0xee,0x52,0x22,0x11,0x7e, +0xe2,0x5e,0x61,0xaf,0x63,0x33,0xf5,0x00,0x01,0x9c,0x0c,0x11,0x1f,0x0b,0x00,0xf1, +0x2c,0xfe,0xdd,0xdf,0x50,0x12,0xd7,0x10,0x05,0xca,0x06,0xff,0xfa,0xcf,0xf6,0x00, +0x16,0xea,0x32,0x4f,0x34,0x11,0x8e,0xb4,0xae,0xfe,0xb2,0x7c,0xfe,0xc3,0x5f,0x01, +0x12,0x8f,0xe5,0x7b,0xfe,0xfa,0x0d,0xff,0x8e,0xdf,0x63,0x08,0xdd,0xab,0x03,0xf0, +0x36,0x53,0xd6,0x00,0x3f,0x27,0xb0,0x0d,0x60,0x00,0xdf,0xf5,0x18,0x14,0xf6,0x27, +0x0a,0xff,0xf3,0xd0,0x0d,0x10,0x3e,0x7c,0xd9,0xaa,0x9c,0x02,0xfe,0xbc,0xf3,0x8e, +0x70,0x2e,0x8b,0xb8,0xc5,0xdb,0x32,0xe7,0xbf,0xff,0xce,0xd7,0x2f,0xfa,0x95,0xd8, +0x69,0x12,0xe6,0xba,0x7f,0x99,0xf1,0x7f,0xef,0xaf,0xe9,0xff,0x15,0x79,0xb0,0xa9, +0x98,0x60,0x00,0x6a,0x6b,0x09,0xb2,0x12,0xf0,0x42,0x23,0x31,0x01,0xac,0xfa,0x7d, +0xbd,0x70,0x08,0xac,0xa8,0xe2,0x6e,0x70,0xac,0xdc,0x7e,0xdd,0xd0,0x0d,0xbd,0xc7, +0x8f,0xf8,0x22,0xe5,0x44,0x7e,0xa9,0xe7,0x19,0xdd,0x99,0x9b,0xfa,0x50,0x09,0xec, +0xcc,0xdf,0x10,0x00,0x9e,0xaa,0xab,0xf1,0x02,0xef,0xfe,0xff,0xff,0xf8,0x02,0x11, +0x10,0x03,0xf1,0x00,0x04,0x4b,0xa2,0xf3,0x65,0x01,0xbb,0xea,0x2f,0xfb,0x60,0x14, +0x6d,0xa2,0xf3,0x08,0x34,0xda,0xda,0x0e,0xff,0xf3,0x00,0x73,0x64,0x00,0xde,0x25, +0xf4,0x08,0x9f,0x10,0x00,0xf9,0x77,0x79,0xf1,0x00,0x0f,0xee,0xee,0xef,0x10,0x00, +0xf4,0x00,0x16,0xf1,0x00,0x0f,0x40,0x0a,0xfb,0x0a,0x21,0xf1,0x26,0x33,0x0f,0x40, +0x20,0x0c,0xa6,0xe1,0xfb,0xfb,0x04,0xff,0xff,0x7f,0x92,0x31,0x05,0x32,0x51,0xf9, +0x5c,0x80,0xff,0xef,0x29,0xdc,0xa2,0x0f,0xbb,0xf2,0xf4,0x35,0x00,0xf7,0x6f,0x2f, +0xdf,0xa0,0x0f,0xff,0xf2,0xf9,0x12,0x10,0xf4,0x4f,0x2f,0x83,0xa9,0x0f,0x4e,0xb0, +0x9e,0xec,0x9f,0x4a,0xf2,0x2a,0x52,0x00,0xff,0xf4,0xad,0xff,0xa0,0x0f,0x2f,0x5e, +0x74,0x00,0x00,0xf4,0xf5,0xc0,0x4a,0x80,0x0f,0xff,0x5c,0xdf,0xe7,0x01,0xf0,0xf6, +0xbd,0x6d,0x92,0x1f,0xff,0x6a,0xd4,0xfc,0x12,0xe4,0xf7,0xad,0x4c,0x40,0x4d,0x0f, +0xb8,0xd6,0xa9,0x07,0xa3,0xfe,0x6e,0xf8,0xf3,0x86,0xbc,0xd1,0xb3,0x09,0x10,0xb2, +0x08,0xf4,0x2b,0x31,0x20,0x20,0x00,0x01,0xff,0x8b,0x6e,0x7f,0xf1,0x1e,0x7b,0xe0, +0x9e,0xae,0x11,0xf9,0xe8,0xe4,0xd9,0xe1,0x1f,0xf8,0x8f,0xc6,0x9e,0x11,0xe7,0xce, +0x2a,0xe9,0xe1,0x2f,0xfb,0xdc,0xd9,0x9e,0x12,0xd8,0x8e,0x5e,0x69,0xe1,0x5b,0x78, +0xe0,0xd6,0xde,0x07,0xa8,0x7e,0xff,0x6a,0x00,0x67,0xe3,0xd2,0xd6,0x3b,0x17,0x01, +0x58,0x5f,0x21,0x7e,0x00,0xf4,0x0e,0xf0,0x04,0x76,0xf4,0x44,0x44,0xf7,0x6f,0x44, +0x44,0x4f,0x76,0xfe,0xee,0xee,0xf7,0x6e,0x22,0x22,0x2e,0x76,0x57,0x02,0x41,0x6e, +0x00,0x00,0x0e,0x09,0x00,0x61,0x6f,0x33,0x33,0x3e,0x70,0x0f,0xc1,0x17,0xf2,0x0c, +0x33,0xdd,0x33,0xb4,0x31,0x00,0x9f,0x20,0x1c,0xd1,0x00,0x6f,0xfe,0xff,0xff,0xd1, +0x02,0x75,0x47,0x42,0x2c,0x20,0x04,0x44,0xf8,0x44,0x20,0xfd,0x64,0x01,0xea,0x4d, +0x76,0x16,0x66,0x6f,0x96,0x66,0x43,0xdd,0xeb,0x48,0xf2,0x11,0x4b,0xad,0x51,0xbf, +0xe0,0x08,0x90,0xdf,0xf1,0x6e,0x00,0x7d,0x7d,0x62,0x5b,0xd0,0x07,0xd6,0xbe,0xf5, +0xbd,0x00,0x6d,0x8a,0x4f,0x6c,0xd0,0x06,0xc3,0xd5,0xf3,0xac,0x01,0x2a,0xf3,0x3e, +0x13,0x6e,0x63,0x7e,0x84,0x31,0x9f,0xb2,0x01,0x9f,0xc2,0x09,0x30,0x00,0x00,0x28, +0x00,0x00,0x55,0x00,0x26,0x00,0x00,0x3d,0xa3,0x03,0xf1,0x00,0x0e,0xdd,0xeb,0xdf, +0xdc,0x40,0xec,0x6e,0x45,0x55,0x51,0x0e,0x89,0xe3,0xdd,0xd3,0x06,0xfe,0xee,0x3e, +0x4f,0x40,0x1f,0xa6,0xe3,0xd0,0xe4,0x00,0xfb,0xae,0x4c,0x0e,0x40,0x1f,0x27,0xe6, +0xb0,0xe7,0x44,0xd0,0x4e,0xc7,0x0e,0xa8,0x57,0x2f,0xbd,0x10,0x9e,0xf1,0x04,0xf9, +0x2c,0x74,0x00,0x18,0x00,0x00,0x3f,0x82,0x00,0xe4,0x00,0x0e,0xdd,0xec,0xff,0xff, +0x40,0xeb,0x6e,0xc5,0x22,0xe4,0x0e,0x89,0xe3,0x91,0x03,0x16,0xfe,0xee,0x0f,0x4b, +0xb0,0x1f,0x95,0xe0,0xff,0xa1,0x00,0xfb,0xae,0x0f,0x50,0x00,0x1f,0x38,0xe0,0xf2, +0x08,0x34,0xc0,0x3e,0x0f,0x52,0xc6,0x56,0x2f,0xa0,0xaf,0xfd,0x12,0x44,0x30,0xdb, +0x33,0x20,0x2c,0x16,0x91,0xfe,0x00,0x02,0xdf,0x73,0x7f,0x63,0x20,0x6f,0x7f,0x41, +0x61,0x6e,0x00,0xf3,0x0b,0x80,0x05,0x0b,0x00,0xf0,0x03,0x5f,0x44,0x44,0x4b,0x70, +0x05,0xe0,0x00,0x00,0x09,0x60,0x4f,0x43,0x22,0x24,0xe7,0x00,0xaf,0x85,0x2a,0x61, +0x12,0x7e,0x22,0x7e,0x22,0x08,0x7e,0x26,0x41,0x00,0x6e,0x48,0x6e,0x50,0x29,0xd3, +0xff,0x30,0x09,0xb2,0x8f,0x23,0xf3,0x02,0xbb,0x39,0xf3,0x4f,0x60,0xfb,0x46,0xf0, +0x28,0x6f,0xdd,0x30,0x00,0x37,0xdf,0x70,0x9f,0xb7,0x27,0xd8,0x10,0x00,0x49,0xd1, +0x04,0x4e,0x94,0x4f,0x74,0x22,0xee,0xff,0xee,0xfe,0xe9,0x00,0x1c,0x50,0x0b,0x30, +0x00,0x0b,0xcc,0xee,0xee,0xe9,0x07,0xf5,0x45,0x55,0x9d,0x24,0xff,0x4d,0xff,0xc7, +0xc0,0x06,0xf4,0xd6,0x7c,0x7c,0x00,0x0f,0x0b,0x00,0x50,0x00,0xf4,0xa4,0x14,0xac, +0x6c,0x4c,0xf1,0x24,0xed,0x60,0x05,0x5e,0x95,0x5f,0x85,0x31,0xcc,0xfe,0xcc,0xfd, +0xc7,0x00,0xcf,0xec,0xcf,0xec,0x20,0xbb,0xe5,0x44,0x45,0xf3,0x3d,0x9f,0xee,0xed, +0x1f,0x20,0x09,0x5a,0xa2,0x22,0xf2,0x08,0xee,0xff,0xee,0x8f,0x10,0x0d,0x39,0x84, +0xc3,0xf0,0x00,0xef,0xff,0xfd,0x6e,0x7f,0x14,0x03,0x47,0x03,0x02,0x60,0x40,0xf3, +0x21,0x88,0xfb,0x88,0xfa,0x85,0x00,0xdd,0x64,0x4b,0x64,0x10,0x9f,0xcd,0xdf,0xdc, +0xf5,0x4e,0xdb,0xde,0xed,0x4f,0x40,0x2b,0xac,0xd9,0xb1,0xf4,0x00,0xfb,0xde,0xbf, +0x2f,0x30,0x0f,0x8b,0xd7,0xf3,0xf2,0x00,0xf7,0xac,0x6f,0x5f,0x10,0x0f,0x16,0x96, +0xcf,0xfe,0x0b,0x01,0xd4,0x27,0xf0,0x1e,0x24,0x7a,0xf8,0x9b,0xe7,0x71,0x04,0x8b, +0xae,0x9a,0x61,0x00,0x58,0x8b,0xf8,0x88,0x30,0x8d,0xef,0xed,0xdf,0xdd,0x20,0x6e, +0xe7,0x7a,0xfc,0x20,0x08,0xcb,0xaa,0x99,0xb5,0x00,0x6f,0xef,0xef,0xef,0x00,0x17, +0xd6,0xd6,0xc6,0xf2,0x0a,0x1d,0x02,0x21,0xd4,0x2f,0x0a,0x3f,0xf0,0x1d,0x77,0xf9, +0x78,0xf8,0x74,0x0b,0xdf,0xd8,0x7e,0x44,0x00,0xbc,0xcc,0x6d,0xcb,0xb0,0x0b,0xcb, +0xdd,0xc6,0xb0,0x00,0xab,0xdc,0x81,0x0c,0x10,0x01,0xbb,0xbb,0xbb,0xb5,0x00,0x2f, +0x3f,0x3f,0x5d,0x70,0x15,0xf3,0xf3,0xf5,0xd9,0x35,0x37,0x00,0x12,0xdb,0x4b,0x10, +0xf9,0x22,0x00,0x75,0x02,0xe6,0xd3,0x0e,0x5e,0xee,0xef,0xff,0xa0,0xe6,0xc7,0x77, +0xca,0x64,0x0e,0xea,0xfd,0xda,0x8d,0x52,0x49,0xaf,0xdd,0xac,0xf1,0x4f,0xd9,0xe6, +0xc8,0xfb,0x00,0xe8,0x8e,0x9a,0x4f,0x53,0x5a,0xb5,0xdd,0xee,0xf8,0xc0,0x1b,0x10, +0x04,0xb5,0xe6,0xe8,0x00,0xf9,0x59,0xeb,0x88,0xfa,0x85,0x09,0xba,0xd4,0xcb,0xad, +0x20,0xbd,0xbf,0x4f,0xcb,0xf2,0x0b,0xc9,0x9a,0xa9,0xaf,0x20,0xb7,0xbb,0xfc,0xb5, +0xf2,0x0b,0x7b,0xcd,0xce,0x2f,0x20,0xb7,0xbd,0xed,0xe2,0xf2,0x0b,0x88,0xde,0xc8, +0x2f,0x20,0xb8,0x60,0xa2,0x4b,0xb0,0x5f,0xef,0x00,0x3f,0xff,0x15,0x90,0xf0,0x14, +0xf1,0x10,0x5d,0x9f,0x6f,0xff,0xff,0x84,0x77,0x76,0xd8,0xf9,0xa4,0xdf,0xff,0x9d, +0x6f,0x89,0x12,0xf4,0x46,0xd0,0x89,0x70,0x4b,0xcd,0x7b,0x9f,0xf0,0x00,0x05,0xba, +0xab,0x4f,0x22,0x00,0x9a,0xf8,0xe0,0xf7,0x90,0xce,0x6d,0x97,0x0c,0xe5,0x00,0x92, +0x2f,0xf1,0x64,0x00,0x7e,0x33,0x00,0x01,0xc7,0x14,0xfd,0xde,0x10,0x1f,0xff,0xee, +0xcc,0xd5,0x00,0x1c,0x95,0xd3,0x8f,0xf9,0x40,0x1c,0xa6,0xee,0x88,0x88,0xc0,0x1f, +0xff,0xd7,0xef,0xfe,0x60,0x16,0xb7,0x42,0x7c,0xc7,0x10,0x00,0xb8,0xe2,0x7d,0xc7, +0x20,0x3b,0xff,0xfd,0xef,0xfe,0xd0,0x26,0x30,0x51,0x0a,0x90,0x00,0x00,0xe0,0x4f, +0xef,0xef,0x50,0x6f,0x66,0xf8,0xf9,0xe5,0x1f,0xee,0x8f,0x6f,0x8e,0x51,0xca,0xb7, +0xef,0xfe,0xe4,0x1c,0xab,0x37,0xf5,0xb4,0x01,0xff,0xf4,0xef,0xf9,0x60,0x03,0xf9, +0x3a,0xfc,0xaf,0x60,0x1f,0xd7,0xc9,0xe9,0x97,0x5f,0xec,0xcf,0x5d,0x7e,0x21,0x20, +0x06,0x6d,0xd2,0x64,0x00,0x54,0x6f,0x1b,0xc0,0x64,0xff,0xff,0xf0,0x5f,0x80,0x13, +0x33,0x33,0x03,0x77,0xf1,0xfc,0x03,0xc0,0xf9,0xae,0xee,0xee,0x42,0xef,0x44,0x55, +0xbe,0x51,0x8e,0xf4,0x64,0x2e,0x61,0x1f,0x40,0x00,0x8c,0x00,0x00,0x0b,0x00,0x80, +0x0f,0x40,0x15,0xbc,0x00,0x00,0xf4,0x01,0x91,0x56,0x20,0x71,0x36,0x1e,0x3c,0xf0, +0x3b,0x5e,0xfd,0x3e,0xfb,0x5f,0x40,0x98,0xd4,0x22,0x11,0x5c,0xdf,0xff,0xf0,0x00, +0x06,0xf3,0x99,0x96,0xbb,0xa2,0xfe,0x4b,0x4b,0x99,0xf8,0x6e,0xe4,0xde,0xe7,0x1f, +0x10,0x5e,0x7a,0xdd,0x91,0xf1,0x04,0xe7,0xbb,0xa4,0x1f,0x10,0x4e,0x7f,0xff,0xf7, +0xf1,0x04,0xe0,0x09,0x80,0xda,0x00,0x00,0x61,0x12,0x52,0x00,0x00,0x8e,0x8e,0xfb, +0x6c,0xfa,0x5f,0x55,0x9f,0xa9,0x22,0x11,0x5e,0xa9,0xf9,0x2a,0x3c,0xf2,0x2c,0xcf, +0xcb,0xff,0xd5,0xfe,0x7c,0xfb,0xc5,0xf4,0x3b,0xe7,0xcf,0xbc,0x1f,0x10,0x4e,0x38, +0xf9,0x61,0xf1,0x04,0xe3,0x8f,0x96,0x1f,0x10,0x4e,0x8d,0xfe,0xe5,0xf1,0x04,0xe2, +0x22,0x10,0xdb,0x00,0x03,0x44,0x4f,0x84,0x44,0x00,0x8c,0xcc,0xfe,0xcc,0xc2,0x01, +0xaa,0xaf,0xca,0xa8,0x00,0x36,0x66,0xfa,0x66,0x61,0xe5,0x10,0xf0,0x19,0x02,0xbe, +0x6f,0x23,0xa1,0x2a,0xff,0x30,0xbd,0xf9,0x01,0xa6,0xf3,0x35,0xed,0x10,0x00,0x6f, +0xff,0x92,0xdf,0x80,0x06,0xb5,0x10,0x00,0x74,0x00,0x00,0x15,0x00,0x00,0x02,0x77, +0x7a,0xf9,0x77,0x71,0x28,0x88,0x52,0x29,0xf2,0x54,0x0b,0xee,0xee,0xec,0x00,0x27, +0xeb,0x77,0x7b,0xe7,0x32,0x9e,0xb7,0x77,0xbf,0x93,0x00,0xcf,0xee,0xef,0xd0,0x00, +0x05,0xdc,0x5f,0x49,0xc0,0x5d,0xff,0x30,0x9f,0xd2,0x01,0x63,0xfc,0xe7,0xaf,0xd4, +0x00,0x3b,0x74,0x00,0x39,0x20,0x04,0xa0,0x00,0x0f,0x30,0x01,0x4e,0x42,0x99,0xfb, +0x96,0x5e,0xff,0x5f,0x9f,0xbe,0x80,0x0b,0x84,0xe1,0xf4,0xa2,0x06,0xfc,0xbf,0xff, +0xff,0x45,0xff,0xe7,0xef,0x25,0xf0,0x5a,0xea,0xaa,0x9a,0xd8,0x00,0x4e,0x0c,0x72, +0xff,0x10,0x04,0xe4,0xf7,0xde,0xfd,0x50,0x4e,0x47,0x88,0x01,0x96,0xda,0x01,0xf0, +0x0d,0x6a,0x00,0x05,0xe7,0xb1,0x26,0xe3,0xbb,0xdf,0xcf,0x84,0xbd,0xb4,0x48,0xe4, +0x43,0x00,0xe6,0xaf,0xff,0xff,0x40,0x7f,0xcd,0xa7,0xe3,0xf4,0x3f,0x42,0x00,0xf2, +0x07,0x49,0xde,0xbb,0x97,0xe2,0xe4,0x14,0xe0,0xae,0xef,0xdf,0x40,0x4e,0x0a,0x85, +0xe1,0xf4,0x04,0xe0,0xa8,0x5d,0x9d,0x4c,0x12,0xd0,0x3c,0x0d,0x60,0x1f,0x20,0x03, +0xcc,0xfa,0xee,0xfe,0xe2,0x8b,0xbf,0x0b,0x00,0xf1,0x17,0xf5,0xe6,0xab,0xfc,0xb0, +0x9b,0x0d,0x6c,0xbb,0xbb,0x09,0xbb,0xff,0xfc,0xbb,0xb3,0x25,0xaf,0xc9,0xe5,0xca, +0x18,0xfd,0xf0,0x0d,0xeb,0x10,0x00,0xaf,0xbe,0x4c,0xfa,0x20,0x07,0x85,0x10,0x05, +0x90,0x15,0x0b,0xf8,0x28,0x01,0xee,0xfd,0x95,0xd3,0xf0,0x5c,0x9f,0x77,0x5d,0x3f, +0x04,0x8a,0xf8,0x85,0xd3,0xf0,0x0f,0xdf,0xdd,0x38,0x3f,0x00,0xf2,0xea,0xd0,0x5d, +0xf0,0x16,0x4b,0x6f,0x65,0xb7,0x16,0xdd,0xef,0xff,0xde,0xe6,0x27,0xbf,0x82,0xe7, +0xda,0x02,0x99,0xe4,0x73,0xfd,0x50,0x00,0x9f,0xb7,0x02,0x9e,0x0d,0x0a,0xf3,0x28, +0x4c,0x00,0xcb,0x22,0x21,0x25,0xd4,0x5f,0xff,0xff,0x84,0xac,0xee,0xfa,0xaa,0xb0, +0x00,0xc8,0x3f,0xbb,0xcf,0x00,0x8f,0xd6,0xf8,0x79,0xf0,0x6f,0xfe,0x18,0xfb,0x77, +0x05,0x9e,0xa4,0xcf,0xff,0xd0,0x03,0xe0,0xdd,0xe7,0xf6,0x00,0x3e,0x04,0x7f,0xfd, +0x62,0x03,0xe0,0xda,0x52,0x7c,0x70,0xb1,0x5d,0x00,0x2d,0x53,0xa1,0x44,0xac,0x6f, +0x44,0x40,0x03,0x39,0xc6,0xf4,0x33,0xe1,0x66,0xf0,0x04,0xc0,0x1f,0x2a,0x82,0xf0, +0x8c,0x01,0xf6,0xf3,0x2f,0x5a,0xc0,0x1f,0xe8,0x00,0xce,0xfc,0x01,0xf3,0xc9,0x30, +0x00,0xbe,0x01,0x10,0xfc,0xf5,0x3a,0x22,0x3a,0xc0,0x33,0x4e,0x61,0x23,0x6f,0x3c, +0x93,0x31,0x09,0x89,0x2b,0x61,0x9a,0x3f,0x0b,0x72,0xf1,0x09,0xea,0x4b,0xf1,0x0c, +0x55,0x6f,0xa5,0x55,0x53,0x3d,0xdf,0xfd,0xdf,0xfd,0x90,0x06,0xfa,0x47,0xf3,0x00, +0x00,0x39,0xff,0xfe,0x72,0x00,0xdf,0xeb,0x63,0x7d,0xe2,0x85,0x0b,0x00,0x37,0x16, +0xf4,0x24,0xfe,0xee,0x20,0xcc,0xee,0xcf,0xcc,0xa0,0x0e,0xbc,0xd9,0xfa,0xcc,0x00, +0x5c,0x5b,0xd7,0x77,0x60,0x3d,0x94,0xfd,0xcc,0xcb,0x03,0x5e,0x8c,0xec,0xce,0x80, +0x4e,0xb0,0x8d,0xa9,0xd8,0x05,0xbb,0x29,0xfe,0xbb,0x40,0x06,0xb3,0x8d,0xad,0xb0, +0x00,0x6b,0x9d,0xa8,0x8b,0x68,0x2e,0xf3,0x27,0xd6,0x0b,0xff,0xff,0x22,0xaf,0xc8, +0xb9,0x35,0xf2,0x28,0xeb,0x6b,0xff,0xff,0x20,0x2d,0x72,0xbb,0x78,0xf2,0x6e,0xff, +0xdb,0xb7,0x8f,0x20,0x1f,0x80,0xbf,0xff,0xf2,0x04,0xfe,0x53,0xf9,0xf3,0x00,0x9b, +0x6d,0x4f,0x5f,0x00,0x3f,0x50,0x4c,0xa3,0xf6,0x93,0xa0,0x0c,0xb0,0x1e,0xf7,0xa2, +0x10,0x12,0x30,0x76,0x6d,0xf7,0x26,0xef,0xff,0xf0,0x47,0xe9,0x1e,0x51,0x4f,0x07, +0xcc,0xf5,0xef,0xee,0xf0,0x00,0x9c,0x0e,0x97,0x8f,0x00,0x9f,0xb0,0xe9,0x68,0xf0, +0xbf,0xfe,0x9e,0xff,0xff,0x05,0x2f,0x52,0x5f,0x6e,0x10,0x00,0xf3,0x08,0xc4,0xe2, +0x20,0x0f,0x35,0xf5,0x4e,0x7b,0x00,0xf5,0xd6,0x01,0xde,0x50,0x32,0x1f,0xf1,0x06, +0xe5,0x6d,0x0e,0xca,0xa5,0x0e,0x56,0xd4,0xe8,0xa7,0x40,0xe5,0x6d,0xc7,0x8e,0x10, +0x02,0x16,0xd2,0x11,0xc2,0x98,0x04,0xf4,0x0d,0x20,0x02,0xf7,0x35,0x35,0xf2,0x00, +0x2f,0x51,0xf3,0x2f,0x20,0x01,0x93,0x6f,0xd1,0x72,0x00,0x14,0xbe,0x7f,0x11,0xd7, +0x1e,0xd7,0x10,0xdf,0xfd,0xbd,0x68,0x30,0x50,0x00,0x00,0xaf,0x15,0x80,0x10,0x04, +0xfa,0x23,0xda,0x10,0x3f,0xff,0xec,0x40,0xf0,0x14,0xf6,0x1e,0x71,0xc8,0x00,0xfe, +0xef,0xfe,0xf8,0x01,0xf7,0x3f,0x83,0xd8,0x02,0xf8,0x5f,0x95,0xd8,0x04,0xfc,0xcf, +0xec,0xf8,0x0b,0xc0,0x0e,0x60,0xc8,0x1f,0x50,0x0e,0x8f,0xf5,0x01,0xaa,0x15,0x21, +0x02,0x20,0x78,0x6e,0xf8,0x26,0x62,0xef,0xff,0xf5,0x1e,0xaf,0x6b,0xc5,0xba,0x58, +0xd7,0xf5,0xef,0xee,0xe5,0x3e,0xba,0xcb,0xd9,0x99,0x40,0xee,0xdf,0xbb,0x43,0xc6, +0x0e,0xa8,0xcc,0xff,0xbb,0x60,0xeb,0x9c,0xac,0x7b,0xc5,0x1e,0xdc,0xc8,0xec,0x9c, +0x45,0x88,0x7c,0x8e,0xda,0xe3,0x64,0x49,0x84,0x21,0xdd,0x54,0x4e,0xf0,0x01,0x00, +0x02,0xf6,0x00,0x00,0x3c,0xcc,0xcf,0xfc,0xcc,0x91,0x45,0x55,0x55,0x55,0x43,0x07, +0x02,0x11,0xf3,0x63,0x46,0xc0,0x10,0x00,0x57,0x77,0x77,0x71,0x00,0x0a,0xcc,0xcc, +0xcc,0x40,0x5e,0x49,0x04,0xac,0x16,0x43,0xde,0xcc,0xcc,0xf5,0x44,0x01,0x10,0x2f, +0x7d,0x0e,0xf0,0x09,0x48,0xea,0x80,0x0f,0x50,0x03,0x88,0x87,0x00,0xf5,0x00,0x0c, +0xcc,0x7d,0xef,0xee,0x50,0xbb,0xb6,0x66,0xf9,0x62,0x06,0x66,0x6c,0x6c,0xc1,0xff, +0xfa,0x00,0xf5,0x00,0x0f,0x28,0xa0,0x0f,0x50,0x00,0xfe,0x0b,0x00,0x43,0x32,0x10, +0x0f,0x50,0xe6,0x30,0x12,0x60,0xa8,0x4a,0xf1,0x27,0xbf,0xff,0xf0,0x9e,0xfe,0xd2, +0x33,0x7f,0x01,0x44,0x43,0x00,0x04,0xf0,0x1e,0xee,0x62,0x33,0x6f,0x02,0x77,0x74, +0xaf,0xff,0xf0,0x27,0x77,0x4a,0xa0,0x28,0x02,0xff,0xf5,0xaa,0x00,0x00,0x2f,0x1c, +0x6a,0xa0,0x09,0x72,0xfc,0xf6,0xac,0x44,0xd8,0x2f,0x33,0x14,0xef,0xfd,0x20,0x00, +0x47,0x0e,0x10,0x7a,0xf0,0x39,0xd0,0x69,0xd7,0x57,0x8f,0x97,0x26,0x88,0x87,0xcf, +0xcb,0xb4,0x5f,0xfc,0x0a,0x34,0xf4,0x10,0x88,0x60,0x3f,0xff,0xe0,0x27,0x76,0x05, +0xe3,0x8e,0x05,0xff,0xd0,0x8a,0x06,0xd0,0x5b,0x3d,0x0e,0x60,0x7c,0x05,0xfe,0xda, +0xe1,0x2b,0xa0,0x5b,0x22,0xc5,0x0f,0x70,0x39,0x11,0x30,0x41,0x2b,0xf3,0x27,0x40, +0x5f,0xff,0x40,0x38,0xda,0x76,0xc3,0xf4,0x03,0x88,0x87,0xb8,0x0e,0x61,0x0e,0xff, +0xde,0x20,0x9f,0x60,0x78,0x86,0xa8,0x88,0x81,0x07,0x77,0x6e,0xca,0xde,0x00,0xef, +0xf7,0x8d,0x2e,0x70,0x0e,0x4a,0x70,0xdf,0xc0,0x00,0xef,0xfc,0xdf,0xcf,0xe6,0x0e, +0x52,0x4c,0x30,0x5d,0x40,0xfe,0x01,0x00,0x4e,0x1e,0x10,0x5e,0xa7,0x6a,0xf0,0x14, +0x8a,0xea,0x54,0x7e,0x54,0x15,0x66,0x67,0xef,0xfe,0xe2,0x4f,0xff,0x20,0x4f,0x00, +0x03,0x77,0x71,0x37,0xf3,0x30,0x37,0x77,0x3e,0xff,0xed,0x03,0xff,0xf2,0x04,0xf0, +0x00,0x3e,0x0f,0x16,0x00,0xd0,0xfd,0xf9,0xee,0xfe,0xe6,0x3e,0x11,0x25,0x55,0x55, +0x20,0x01,0x10,0x4b,0x47,0x10,0x7b,0x4f,0x70,0xf5,0x22,0x68,0xd8,0x4f,0xec,0xcc, +0x26,0x88,0x8d,0xe6,0x66,0xf3,0x5f,0xfd,0xbe,0xcc,0x0f,0x32,0x88,0x72,0xe4,0xf1, +0xf2,0x27,0x76,0x2f,0xff,0x1f,0x25,0xff,0xd2,0xe4,0xf2,0xf1,0x5b,0x3d,0x2f,0xcc, +0x4f,0x05,0xfe,0xd0,0x20,0x28,0xe0,0x5b,0x21,0x00,0x0f,0xf7,0xe6,0x42,0x01,0xac, +0x04,0xf5,0x26,0x00,0x7c,0xa1,0x37,0xe6,0x22,0x29,0xcb,0x65,0x99,0x9a,0xee,0xff, +0xe9,0x1f,0xfe,0x00,0x06,0xc0,0x01,0x88,0x79,0xdd,0xbd,0x00,0x07,0x77,0x3d,0x96, +0xe0,0x01,0xff,0xf0,0xc6,0x3f,0x00,0x1f,0x3f,0x5e,0xda,0xf5,0x71,0xfe,0xfc,0xb7, +0x2d,0xba,0x1f,0x22,0x00,0x00,0x6f,0x50,0x84,0x69,0xf0,0x04,0x11,0x00,0x7c,0x01, +0x8a,0xdf,0xa0,0x68,0xe8,0x49,0x9f,0x20,0x07,0x88,0x83,0x03,0xf0,0x00,0x5f,0xc2, +0x1c,0xf0,0x12,0x63,0x88,0x81,0x36,0xf3,0x31,0x27,0x77,0x04,0x6f,0x43,0x06,0xff, +0xf2,0xfe,0xef,0xd0,0x6b,0x1f,0x2f,0x20,0x6d,0x06,0xfe,0xf2,0xfd,0xde,0xd0,0x6b, +0x22,0x1f,0x75,0x9d,0xc3,0x01,0x00,0xf1,0x12,0x10,0x01,0x42,0x00,0xf4,0x25,0x00, +0xe6,0x09,0xd0,0x68,0xe8,0x39,0xc3,0xe7,0x07,0x88,0x8a,0xff,0xff,0xf3,0x5f,0xfe, +0x00,0x4f,0x00,0x03,0x88,0x71,0xde,0xfd,0xc0,0x27,0x77,0x05,0x7f,0x54,0x06,0xff, +0xf4,0x79,0xf8,0x73,0x6a,0x2f,0x59,0xbf,0x99,0x36,0xfe,0xf0,0x03,0xf0,0x00,0x6b, +0x22,0x00,0x3f,0xf5,0x6c,0x02,0x76,0x59,0x00,0xcc,0x6d,0xf3,0x22,0x36,0xe4,0x69, +0xcf,0x99,0x48,0xbb,0xb6,0x8b,0xf8,0x83,0x3c,0xc8,0x13,0x8e,0x33,0x02,0x88,0x66, +0xff,0xff,0xf2,0x2a,0xa7,0x00,0x9e,0x30,0x04,0xff,0xc8,0xae,0x55,0xc0,0x4b,0x4c, +0xc9,0xe0,0x9e,0x54,0xff,0xdc,0x4f,0x5f,0x76,0x4c,0x21,0x00,0xbc,0x80,0x76,0x22, +0xf3,0x27,0xaa,0x05,0xff,0xff,0xf2,0x37,0xb4,0x17,0x5d,0x3f,0x1a,0xbb,0xb9,0xc9, +0x83,0xf0,0x5d,0xdb,0x56,0xf5,0x8e,0x03,0x88,0x74,0xf7,0x4d,0x60,0x38,0x87,0x03, +0x5a,0x01,0x06,0xff,0xea,0xbd,0xd7,0xb0,0x6a,0x3e,0xea,0xd2,0x4e,0x36,0xfe,0xfe, +0x5d,0x0b,0xb5,0x6b,0x22,0x01,0xff,0xe0,0x82,0x0f,0x11,0x30,0x8b,0x41,0x00,0x0e, +0x3e,0xf0,0x0d,0x79,0xe9,0x43,0xf4,0x21,0x06,0x88,0x87,0xff,0xff,0x40,0x5f,0xff, +0x06,0xc0,0xe4,0x02,0x77,0x79,0xee,0xbf,0xd2,0x27,0x77,0x47,0x77,0x76,0x15,0x33, +0x47,0xf0,0x02,0xa0,0x5b,0x1f,0x5e,0x00,0xaa,0x05,0xfe,0xf5,0xfc,0xce,0xa0,0x5c, +0x22,0x4f,0x55,0xca,0xc0,0x00,0x32,0x01,0x10,0x02,0x42,0x00,0xf0,0x11,0x03,0xff, +0xff,0xe0,0x9a,0xea,0x7f,0x11,0x6e,0x06,0x77,0x76,0xfa,0xac,0xe0,0x5f,0xfe,0x18, +0x88,0x87,0x03,0x88,0x75,0xdd,0xdd,0xd1,0x27,0x77,0x14,0x7f,0x44,0x06,0x33,0x36, +0xf3,0x01,0xf7,0x6b,0x2f,0x24,0xef,0x92,0x16,0xfe,0xf8,0xed,0x4f,0xb3,0x6b,0x22, +0x8a,0x10,0x4b,0x40,0x11,0x01,0xcc,0x02,0xf3,0x27,0x8b,0x00,0xd3,0x98,0x00,0x69, +0xd8,0x8c,0x01,0xe5,0x07,0x88,0xaf,0x95,0x59,0xf3,0x6f,0xfc,0x8f,0xcc,0xf9,0x03, +0x88,0x63,0xd0,0x0e,0x70,0x37,0x76,0x3f,0xff,0xf7,0x06,0xff,0xd0,0xb8,0xe5,0x00, +0x6a,0x3d,0x0e,0x4e,0x46,0x16,0xfe,0xe8,0xf0,0xe5,0xd3,0x6a,0x22,0xd4,0x0b,0xfe, +0xc6,0x00,0x11,0x20,0xa1,0x67,0xf0,0x26,0x07,0xff,0xff,0xf3,0x36,0xb4,0x7b,0x26, +0x2d,0x39,0xbb,0xb8,0xa9,0xf7,0xd3,0x4c,0xc8,0x7a,0x4e,0x3d,0x33,0x88,0x57,0xbe, +0xed,0xd3,0x38,0x86,0x89,0x77,0x5d,0x36,0xff,0xb9,0x8e,0x6b,0xd3,0x6a,0x4b,0xd6, +0xfc,0xbd,0x36,0xff,0xdf,0x28,0x00,0xd3,0x6a,0x23,0xa0,0x00,0xee,0x43,0x01,0x04, +0x11,0x11,0xf2,0x27,0x7a,0x06,0xef,0xff,0xe4,0xac,0xeb,0x49,0xbf,0xa9,0x16,0x77, +0x73,0x79,0xf8,0x71,0x5f,0xfd,0x9d,0xdd,0xdd,0x73,0x88,0x70,0xab,0xbb,0xa0,0x27, +0x76,0x0e,0xa8,0xae,0x06,0xff,0xe0,0xea,0x8a,0xe0,0x6a,0x3e,0x0e,0xcb,0xce,0x06, +0xfe,0xe0,0xe4,0x04,0xe0,0x6b,0x22,0x0e,0x45,0xfb,0xe4,0x3e,0x20,0x01,0x10,0x8f, +0x01,0xf4,0x26,0x8b,0x08,0xfe,0xbe,0x50,0x69,0xd8,0x69,0xa6,0xd9,0x16,0x88,0x88, +0xf9,0x6f,0xa0,0x4f,0xfb,0xbd,0xbb,0xbf,0x32,0x88,0x66,0xdc,0xcc,0x80,0x27,0x75, +0x0f,0x43,0xe3,0x05,0xff,0xc0,0xff,0xff,0x30,0x5a,0x4c,0x08,0x84,0xe0,0x05,0xff, +0xc1,0x6b,0x9a,0x10,0x5b,0x11,0xce,0xee,0x05,0x6f,0xf0,0x03,0x59,0x01,0xd1,0x99, +0x30,0x15,0xd4,0xdf,0xfb,0xbe,0x02,0x99,0x98,0x7c,0x89,0x82,0x0e,0xfc,0x5a,0x06, +0xf8,0x11,0x77,0x56,0x99,0x8b,0x61,0x07,0x86,0xb7,0xe7,0xef,0x10,0xdf,0xbb,0xef, +0x5f,0xa0,0x0e,0x3b,0xba,0xf7,0xf7,0x50,0xee,0xbb,0xad,0xfe,0xd7,0x0e,0x21,0x00, +0x97,0x4e,0xd9,0x0b,0xf3,0x27,0x8a,0x00,0x6b,0x0d,0x50,0x37,0xd4,0xaf,0xff,0xff, +0x68,0xbb,0xb7,0x7f,0x8b,0xa2,0x3c,0xc9,0x5a,0xf8,0xcc,0x12,0x77,0x5e,0xff,0xff, +0xf8,0x28,0x86,0x19,0x99,0x99,0x05,0xff,0xb2,0xf6,0x69,0xe0,0x5c,0x5c,0x2f,0xcc, +0xde,0x05,0xfe,0xc2,0xfb,0xac,0xe0,0x5c,0x21,0x2f,0x55,0x8e,0xcc,0x02,0x02,0x0b, +0x1a,0xf1,0x0b,0xff,0xe5,0xe5,0x53,0x08,0xd7,0xb5,0xed,0xde,0x55,0xfc,0xbb,0xa7, +0xee,0x40,0x0b,0x9e,0xd6,0xaf,0xed,0x50,0x54,0x59,0xb8,0x20,0x63,0x1a,0x18,0x80, +0x50,0x09,0x99,0x99,0x99,0x10,0x00,0xab,0x26,0x44,0x70,0x0f,0x98,0x88,0x8f,0x50, +0x00,0xfb,0xf1,0x0f,0x02,0x01,0x00,0xf7,0x28,0x68,0x01,0xd3,0x2e,0x30,0x26,0xc4, +0x9c,0xee,0xcc,0x15,0xaa,0x94,0x9d,0xd9,0x70,0x2d,0xd9,0xee,0xff,0xee,0x42,0x99, +0x67,0xab,0xa7,0x60,0x17,0x75,0x7f,0x6d,0x7d,0x14,0xff,0xac,0xfd,0xee,0xd3,0x4a, +0x4b,0xaf,0xda,0xd9,0x04,0xfe,0xa3,0xe4,0xbf,0x65,0x4b,0x21,0x8f,0x98,0xbf,0x30, +0xd0,0x03,0xf3,0x28,0x89,0x0d,0xff,0xff,0xf9,0x36,0xd4,0x59,0xf8,0xf6,0x39,0xaa, +0xa7,0xfa,0xf8,0x82,0x5e,0xec,0xff,0xce,0xcb,0x03,0x88,0x75,0xfa,0xdb,0x90,0x27, +0x76,0x0f,0xad,0xb9,0x46,0xff,0xe3,0xdb,0xaa,0x92,0x6a,0x3e,0x28,0xfa,0xfa,0x06, +0xfe,0xe5,0x8e,0xfe,0x84,0x6b,0x22,0xbc,0x62,0x9f,0x50,0x0a,0x6f,0xf3,0x26,0x9c, +0xef,0xcc,0x56,0xaf,0xb4,0xcd,0xfc,0xc1,0x47,0x77,0x6a,0xaa,0xaa,0x42,0xff,0xba, +0x5c,0x48,0xa6,0x27,0x76,0x8a,0xba,0xbb,0x42,0x88,0x64,0xea,0xab,0xf1,0x3f,0xfa, +0x4f,0xaa,0xaf,0x13,0xd6,0xb4,0xfb,0xbc,0xf1,0x3f,0xeb,0x6d,0xb3,0xfa,0x23,0xd2, +0x2d,0xa1,0x03,0xd4,0x43,0x02,0xf5,0x69,0x60,0x07,0x00,0x23,0x00,0x09,0x75,0xaf, +0xb4,0xc6,0x20,0x3f,0xd7,0x8a,0xab,0xed,0x30,0x07,0xb8,0x68,0x82,0xb9,0x90,0x3f, +0xee,0x67,0x79,0xfe,0xd0,0x17,0x58,0xca,0xe7,0x65,0x80,0x36,0x9b,0xa8,0xa8,0x47, +0x70,0x01,0x9f,0xed,0xdd,0xdd,0x70,0x1f,0xbd,0xb5,0x9f,0x71,0x00,0x17,0x79,0xff, +0xfd,0x97,0x50,0x0b,0x86,0x30,0x25,0x8a,0x70,0x1f,0xff,0xe0,0x0f,0x30,0x01,0xf1, +0x5e,0x00,0xf4,0x00,0x1f,0xef,0xe0,0x0f,0xff,0xa1,0xf2,0x5e,0x00,0xf6,0x21,0x1f, +0xee,0xe0,0x0f,0x40,0x01,0xf2,0x6e,0x8f,0xff,0xf3,0x1f,0xee,0xe8,0x91,0x2f,0x30, +0x99,0x88,0x88,0x00,0xf3,0x4f,0x53,0xfa,0xfe,0xef,0x34,0xa0,0x02,0x8a,0x45,0xf3, +0xbc,0x01,0x10,0x13,0x85,0x10,0xf0,0x2b,0x27,0xc0,0x00,0x1e,0x22,0xe2,0xba,0x33, +0x11,0xe8,0x8e,0x4f,0xff,0xf7,0x1e,0x89,0xeb,0xe0,0x5c,0x01,0xe8,0x9e,0xdf,0x38, +0x80,0x1e,0x98,0xe3,0x9a,0xd4,0x01,0xbb,0x6a,0x11,0xfe,0x00,0x02,0xfa,0x70,0x2e, +0xe2,0x03,0xd8,0x2f,0x6e,0x89,0xe4,0x27,0x00,0x32,0x60,0x06,0x20,0x01,0x2d,0x82, +0x5f,0xff,0x38,0x50,0xf2,0x25,0x12,0x26,0xe0,0x00,0x0c,0x70,0x01,0x16,0xe0,0x0b, +0xff,0xff,0x9f,0xff,0xe0,0x02,0x59,0xb1,0x4f,0x20,0x10,0x06,0xd8,0xfd,0x6f,0x10, +0xa6,0x07,0xfa,0xb2,0x2f,0xed,0xf3,0x08,0xff,0xa0,0x02,0x44,0x10,0x0b,0xcf,0xd5, +0x44,0x44,0x43,0x0e,0x43,0xbe,0xff,0xff,0xf7,0x02,0x40,0x0f,0xf0,0x24,0xc8,0x2a, +0xff,0xff,0x25,0xff,0xff,0x1b,0x93,0xf2,0x11,0xc8,0x13,0xf5,0x7f,0x08,0xef,0xfe, +0xc5,0x3a,0x50,0x27,0x89,0x05,0xee,0xed,0x04,0xd8,0xfe,0x7d,0x17,0xe0,0x5e,0x9d, +0x86,0xd1,0x6e,0x06,0xfe,0x90,0x5f,0xff,0xe0,0xad,0xfd,0x65,0x44,0x44,0x2c,0x54, +0xbe,0xa2,0x24,0x08,0x30,0x51,0x11,0x44,0x30,0x51,0x22,0x11,0x11,0x13,0x4c,0x20, +0x70,0x00,0xb6,0x50,0xf4,0x0d,0x00,0x0e,0x71,0xf7,0x44,0x30,0x02,0xf7,0x1f,0xfe, +0xec,0x00,0x7f,0xe3,0xf4,0x00,0x00,0x2f,0x8a,0xff,0x84,0x33,0x24,0xc0,0x05,0xbe, +0xff,0xf6,0xc1,0x0c,0xf1,0x24,0xda,0xee,0xee,0x62,0xe1,0x5d,0xab,0x55,0x52,0x2e, +0x26,0xda,0xa1,0x11,0x02,0xef,0xfd,0xaf,0xff,0xe0,0x02,0x9b,0x0a,0xa2,0x6e,0x03, +0xd9,0xfc,0xab,0x47,0xe0,0x3d,0x9c,0x3a,0xff,0xfe,0x03,0xeb,0xda,0xa9,0x00,0x00, +0x9f,0xd9,0x4a,0xfe,0xee,0x92,0x20,0x00,0x35,0x9a,0x42,0xf3,0x62,0x22,0x00,0x01, +0xff,0xfe,0x0b,0xc5,0x40,0x1f,0x26,0xe2,0xfe,0xfd,0x01,0xf3,0x6e,0xcf,0x3d,0x70, +0x1f,0xff,0xeb,0x9e,0xe0,0x01,0x58,0xc0,0x08,0xfd,0x50,0x3d,0x8f,0xed,0xe5,0x9f, +0x83,0xd8,0xd2,0x8f,0xff,0xf0,0x3d,0x8d,0x77,0xc0,0x4f,0x07,0xff,0xfd,0x7d,0x58, +0xf0,0x68,0x51,0x05,0xfc,0xdf,0x00,0x1f,0xff,0x24,0xe8,0xb0,0x01,0xf1,0xec,0x9e, +0x8b,0xc5,0x1f,0x1e,0xbf,0xe8,0xdf,0x21,0xff,0xf5,0xfe,0x8f,0xa0,0x05,0xc5,0x04, +0xe8,0xd1,0x01,0xcc,0xf9,0xde,0x8f,0xe2,0x1c,0xc4,0xed,0xc8,0xba,0x71,0xcd,0xa5, +0xb9,0x8b,0x21,0x7f,0xfb,0x9f,0x38,0xc7,0xb3,0x40,0x0b,0x80,0x4e,0xf5,0x7b,0x1f, +0xf2,0x27,0xd7,0x20,0x0f,0x30,0x06,0xbf,0xdb,0x11,0xf4,0x10,0x3c,0xfd,0xba,0xff, +0xff,0x24,0xcc,0x8e,0xa6,0xe3,0xf2,0x4e,0xeb,0xea,0x8e,0x5f,0x24,0xee,0xce,0xaf, +0xff,0xf2,0x14,0xe8,0x4a,0x6e,0x3f,0x2a,0xff,0xff,0xd6,0xe3,0xf2,0x11,0xd6,0x1a, +0xff,0xff,0x20,0x0d,0x50,0xa8,0x33,0xe2,0x65,0x02,0xf8,0x27,0x3d,0x83,0x00,0xd5, +0x00,0x3b,0xfd,0xae,0xff,0xff,0xa1,0xae,0xc8,0x3d,0x67,0xa2,0x2e,0xca,0xc7,0xe1, +0x4f,0x42,0xff,0xed,0xeb,0x24,0xd9,0x2e,0xdb,0xc1,0xa9,0xd7,0x00,0x6e,0xa5,0x03, +0xfe,0x00,0x6f,0xff,0xe0,0x6f,0xe2,0x01,0x2d,0x73,0xaf,0x8b,0xf7,0x00,0xc6,0x0b, +0x40,0x08,0xd8,0x39,0xb1,0x9c,0xfd,0xc5,0xf6,0xc1,0x04,0x5e,0x95,0x5f,0x2a,0x53, +0x66,0x10,0xf2,0x18,0x02,0x2c,0x62,0x3f,0x21,0x00,0xbb,0xfd,0xb6,0xf5,0xf2,0x0a, +0xae,0xad,0x2f,0xcb,0x00,0xbb,0xeb,0xe2,0xcf,0x40,0x07,0xae,0xba,0x2c,0xe2,0x81, +0xee,0xff,0xee,0xff,0xac,0x00,0x0d,0x50,0xb3,0x6d,0x40,0x7f,0x00,0x10,0x5e,0x01, +0x74,0xf2,0x22,0xaf,0xff,0x55,0xeb,0xd1,0x04,0xaf,0x89,0xf9,0x5e,0xe3,0x8b,0xdd, +0x87,0x88,0x86,0x18,0xde,0xe8,0xdd,0xdd,0xd0,0x8d,0xee,0x8b,0xe9,0x9f,0x03,0x8f, +0x56,0xdf,0xcc,0xf0,0xcf,0xff,0xac,0xeb,0xbf,0x02,0x6e,0x26,0xad,0x78,0xf0,0x03, +0xe0,0x5a,0xa6,0xba,0x79,0x00,0xf0,0x25,0x24,0xf7,0x36,0xfe,0xff,0x07,0xbf,0xcb, +0x6e,0x7a,0xf0,0x4c,0xfd,0x95,0x88,0x88,0x26,0x9c,0x6c,0xff,0xff,0xf8,0x6f,0xff, +0xc5,0xe3,0x6f,0x06,0xbd,0x8c,0x5f,0xbc,0xf0,0x37,0xf9,0x65,0xfc,0xdf,0x0b,0xff, +0xff,0x8e,0x48,0xf4,0x22,0xe6,0x4f,0xed,0xdf,0x40,0x0e,0x40,0x64,0x67,0x02,0x60, +0x02,0xf4,0x62,0xd6,0x10,0x1d,0x90,0x00,0x4f,0xff,0xb3,0xd7,0xba,0x10,0x07,0xe9, +0x8f,0xd8,0x9f,0xe0,0x1e,0xdb,0x95,0x99,0x67,0x50,0x1f,0xfe,0x9e,0xcd,0xa7,0xc0, +0x1e,0xdc,0x9e,0xcd,0xb7,0xc0,0x06,0xe9,0x4e,0x8d,0xb7,0xc0,0x5f,0xff,0xbe,0xad, +0xb7,0xc0,0x12,0xd6,0x2e,0x3d,0x04,0xc0,0x00,0xd4,0x0e,0x88,0x2e,0x70,0x00,0xc5, +0x04,0x4f,0x74,0x16,0xff,0xfe,0x89,0xfa,0x93,0x16,0xea,0x5b,0xcf,0xcf,0x23,0xdc, +0xad,0xba,0xfa,0xf2,0x3f,0xfe,0xd8,0xbf,0xdf,0x13,0xdc,0xad,0xbc,0xfe,0xf3,0x16, +0xea,0x59,0x98,0xdb,0x48,0xff,0xff,0xbd,0x8f,0xa4,0x12,0xd7,0x22,0xe1,0xe3,0x00, +0x0c,0x50,0x02,0xfe,0x16,0x05,0x40,0xd4,0x00,0x0f,0x50,0xa2,0x79,0xf0,0x17,0xf5, +0x00,0x06,0xc3,0x0c,0xff,0xff,0x50,0xb9,0xf0,0xd6,0xf6,0xe5,0x2f,0xdf,0xad,0x3e, +0x4d,0x50,0x78,0xf5,0xdf,0xff,0xf5,0x03,0x7f,0x8d,0x6e,0x6d,0x54,0xfd,0xf7,0xd3, +0xe4,0xd5,0x00,0x2f,0x0d,0xe0,0x38,0x48,0xf0,0xd6,0x33,0xd5,0x23,0x09,0xf0,0x22, +0x2f,0x61,0xaf,0xee,0xf1,0x5f,0xff,0xca,0xb5,0x7f,0x10,0x8d,0x62,0x69,0x99,0x91, +0x0b,0xaf,0x3f,0xff,0xff,0xb2,0xfd,0xf7,0xac,0x68,0xf0,0x06,0x8f,0x39,0xc8,0x9f, +0x00,0x38,0xf8,0x9f,0xee,0xf0,0x5f,0xef,0x7a,0xb4,0x8f,0x60,0x13,0xf5,0xff,0xdd, +0xf7,0xdc,0x07,0x18,0x3f,0x63,0x17,0xf7,0x28,0x70,0x00,0x0e,0x7d,0x40,0x1e,0x91, +0x22,0xe8,0x9a,0x00,0x4c,0x8f,0xff,0xff,0xf2,0x23,0x40,0x0b,0xfe,0x20,0x08,0xff, +0x12,0xff,0xed,0x00,0x02,0xf1,0xb9,0xe7,0xca,0x00,0x2f,0x8e,0x1e,0x62,0xe1,0x02, +0xf3,0x40,0xe6,0x00,0x04,0xde,0xe8,0x58,0x65,0x62,0x49,0x03,0xad,0xed,0xdc,0x20, +0xcd,0x3b,0xf0,0x25,0xd3,0x0e,0xff,0xff,0x50,0x0a,0xe1,0xe7,0x11,0xe5,0x00,0x17, +0x0e,0xfe,0xef,0x50,0x24,0x40,0xea,0x77,0xf5,0x07,0xff,0x0e,0xba,0x9a,0x80,0x03, +0xf0,0xe6,0xad,0xe9,0x00,0x3f,0x0f,0x98,0x9e,0x20,0x03,0xf4,0xfe,0xa0,0xab,0x02, +0xce,0xc8,0x21,0x12,0x42,0x6a,0x05,0xbf,0x01,0x2a,0x06,0x42,0x00,0x20,0xb1,0x0e, +0x49,0x85,0xf4,0x1f,0xe1,0x0b,0xa9,0xd2,0x00,0x07,0x08,0x9e,0xfc,0x81,0x01,0x10, +0xf8,0x9e,0x6f,0x29,0xff,0x0f,0xff,0xfe,0xf2,0x15,0xf0,0xf9,0xae,0x8f,0x20,0x3f, +0x0f,0x89,0xe7,0xf2,0x04,0xf1,0xf3,0x4d,0xbe,0x14,0xfc,0xd6,0x21,0x12,0x44,0x59, +0x05,0xcf,0x46,0x78,0x70,0x17,0x01,0x22,0xe7,0x22,0x01,0xdc,0x2b,0x70,0xe0,0x01, +0x72,0x88,0xfb,0x88,0x04,0x77,0x3f,0x4f,0x87,0xf0,0x5a,0xf4,0xfe,0xd2,0x2a,0xf4, +0x09,0x11,0xdf,0xf8,0x10,0x02,0xf3,0xcc,0xfa,0xfb,0x00,0x2f,0x9d,0x1e,0x52,0xd1, +0x3d,0xdd,0x72,0x94,0x24,0x35,0x90,0x3a,0xff,0xe1,0x03,0x20,0x0b,0x43,0x4f,0x13, +0xf0,0x0e,0x7f,0x9b,0xbf,0xdb,0xb4,0x00,0x32,0xea,0xfc,0xcd,0x07,0xed,0x2f,0xcf, +0xdd,0xe0,0x28,0xf2,0xf6,0xfa,0xae,0x00,0x4f,0x18,0x8f,0xb8,0x80,0x04,0xfb,0x09, +0x0f,0xd2,0x8f,0x11,0x1e,0x61,0x10,0x9d,0xab,0x53,0xb6,0x34,0x55,0x50,0x6d,0x1a, +0x50,0x14,0x10,0xd2,0x1c,0x20,0xd2,0x4f,0xbc,0x00,0xf4,0x1f,0xd5,0xc0,0xb2,0x6d, +0x00,0x17,0x4c,0xdf,0xe9,0xd0,0x00,0x05,0xb8,0xf9,0x8d,0x06,0xee,0x6a,0x88,0x88, +0xd0,0x28,0xf8,0x9e,0xbf,0x7d,0x00,0x4f,0xd4,0xe9,0xf7,0xd0,0x04,0xfb,0x02,0x27, +0xfb,0x03,0xed,0xe8,0x31,0x25,0x42,0x4b,0x02,0x9e,0xcb,0x6d,0xf0,0x12,0x01,0x00, +0x15,0x03,0x00,0x03,0xf5,0x09,0xe2,0xf4,0x00,0x08,0xe3,0xfe,0xcf,0xec,0x30,0x02, +0xef,0x86,0xf6,0x41,0x01,0x2c,0xff,0xff,0xfd,0x07,0xff,0x0e,0x86,0xf6,0x40,0x62, +0x75,0x80,0xfc,0x00,0x4f,0x0e,0x74,0xf5,0x31,0x04,0x6e,0x34,0x99,0x62,0xcd,0xdd, +0x51,0x11,0x22,0x4b,0x01,0x9e,0x67,0x1a,0x30,0x01,0xd4,0x2f,0xbc,0x26,0xf1,0x1f, +0xf4,0xf2,0xc7,0x4e,0x30,0x05,0x2f,0xef,0xfe,0xf3,0x49,0x90,0x29,0xf4,0x33,0x05, +0xbf,0x06,0xff,0xff,0xb0,0x03,0xf5,0xf9,0x63,0xf4,0x00,0x3f,0x01,0x4f,0xf7,0x00, +0x05,0xf0,0x9e,0xe5,0x00,0x07,0xfc,0xcd,0xa3,0x34,0x54,0x67,0x06,0xdf,0x23,0x67, +0x11,0x01,0x8a,0x27,0xf3,0x29,0x03,0x40,0x03,0xb1,0x19,0xc1,0xcc,0x74,0x0c,0xac, +0xff,0xff,0xa9,0x60,0x11,0x0f,0x53,0xbb,0xb4,0x6c,0xc0,0xff,0xd2,0x9e,0x26,0xef, +0x0f,0x5c,0x1b,0x81,0x04,0xf3,0xe5,0xce,0xff,0xa0,0x4f,0xab,0x6b,0x0b,0x60,0x06, +0xfe,0x9f,0x79,0xf4,0x04,0xfc,0xf7,0x52,0x34,0x66,0x4a,0x04,0xbe,0xff,0x67,0x69, +0xf7,0x28,0x2b,0x18,0xfe,0xee,0xef,0x70,0xda,0x8a,0x18,0x61,0xc7,0x04,0x91,0xad, +0xfe,0xd6,0x10,0x00,0x0d,0xae,0xdb,0xc0,0x8f,0xf0,0xfc,0xfe,0xce,0x01,0x6f,0x0f, +0x8e,0xc9,0xe0,0x04,0xf1,0x88,0xec,0x88,0x10,0x5f,0x7c,0xcf,0xec,0xc5,0x5e,0xad, +0x74,0x98,0x56,0x62,0x70,0x3a,0xde,0xed,0xd7,0x91,0x3d,0xf2,0x25,0x00,0xe7,0x03, +0xff,0xff,0x00,0x05,0xf2,0x3e,0x22,0xf0,0x00,0x05,0x03,0xfd,0x4f,0x00,0x47,0x71, +0x9e,0xb9,0xf6,0x06,0xcf,0x2f,0x98,0x8b,0xd0,0x04,0xf2,0xf6,0xef,0x6d,0x00,0x4f, +0x2f,0x6b,0xf6,0xd0,0x07,0xf3,0xf5,0x63,0xfb,0x08,0xed,0xc6,0x32,0x34,0x75,0x75, +0x08,0x6a,0x1b,0x12,0x01,0x9d,0x06,0x90,0x20,0x02,0xb1,0x07,0xe0,0x3f,0x40,0x0c, +0xc9,0x67,0x20,0xf2,0x1a,0x14,0x05,0x6f,0xa5,0x50,0x36,0x60,0xeb,0x99,0xbd,0x05, +0xcf,0x0e,0xed,0xde,0xd0,0x02,0xf0,0xe9,0x66,0xad,0x00,0x2f,0x0e,0x97,0x7a,0xd0, +0x03,0xf1,0xef,0xee,0xfd,0x03,0xed,0xd7,0x21,0x12,0x34,0x5a,0x03,0xaf,0xfd,0x60, +0x05,0xc7,0x02,0xf0,0x24,0x7e,0xdd,0xde,0xf0,0x09,0xe8,0xed,0xdd,0xef,0x00,0x02, +0x7a,0xd5,0xd5,0xa0,0x24,0x48,0xbc,0xcf,0xb9,0x06,0xef,0x98,0xd5,0xb2,0x70,0x04, +0xfc,0xbe,0xcf,0xba,0x00,0x4f,0xe9,0xcb,0xfa,0xa2,0x05,0xf7,0x22,0x6f,0x22,0x02, +0xe9,0xd9,0x32,0x52,0x63,0x5a,0x01,0x8e,0x7e,0x2f,0x06,0x1f,0x46,0xf0,0x14,0xd2, +0x6e,0xeb,0xcd,0xe6,0x0b,0xe7,0xdc,0xbc,0xbd,0x60,0x17,0x6c,0x6a,0xca,0x76,0x00, +0x01,0xad,0xa5,0xdc,0x56,0xdd,0x29,0xfa,0xbf,0x92,0x17,0xf1,0x5f,0x78,0xe5,0x10, +0x4f,0xaf,0x64,0x4e,0xb0,0xf1,0xae,0x33,0xe7,0x02,0xcd,0xde,0x52,0x14,0xa4,0x4c, +0x42,0x00,0x08,0x4c,0x59,0xf7,0x24,0xc5,0x0e,0xa8,0x8f,0x50,0x03,0xf2,0xeb,0x99, +0xf5,0x00,0x01,0x0e,0xcb,0xbf,0x50,0x7e,0xd6,0xab,0xfc,0xa9,0x12,0x8f,0x7b,0xb5, +0x97,0xb1,0x04,0xf7,0xfb,0xfb,0xfb,0x20,0x4f,0x01,0xea,0x88,0x10,0x06,0xf2,0xac, +0x68,0xf0,0x05,0xff,0xdd,0x46,0xea,0x54,0x67,0x19,0x08,0x01,0x01,0x76,0x0f,0xf0, +0x22,0x6e,0xee,0xed,0xf4,0x07,0xe7,0xee,0xee,0xdf,0x40,0x15,0x1c,0x00,0xe9,0x30, +0x4a,0x99,0xad,0x8f,0xdc,0x74,0xce,0xaf,0xbe,0xeb,0xb4,0x05,0xe8,0xfd,0xaf,0xdc, +0x30,0x5e,0x99,0x95,0xfd,0xd3,0x07,0xfc,0xa9,0x6f,0xee,0xa5,0xfc,0xe8,0x43,0x84, +0x68,0x49,0x4b,0x03,0x03,0x97,0x70,0x20,0x45,0x00,0x58,0x80,0xf3,0x23,0xd1,0x18, +0xff,0xe2,0x7f,0xff,0xfd,0x8b,0x6f,0x10,0xb7,0x1f,0x48,0x98,0xb0,0x29,0xc7,0xf3, +0x8a,0xd5,0x0b,0xff,0xff,0xf9,0xac,0x80,0x03,0x33,0x32,0x89,0x3f,0x03,0xff,0xff, +0xa8,0x91,0xf2,0x3f,0x00,0x9a,0x8b,0xde,0x03,0xfe,0xef,0xa8,0xa3,0x00,0x3f,0x33, +0xd7,0x51,0xf1,0x27,0x23,0x50,0x00,0x3e,0xff,0xff,0xdb,0x40,0x17,0x88,0x8f,0xa7, +0x77,0x41,0xaa,0xaa,0xfc,0xaa,0xa6,0x01,0xed,0xdf,0xed,0xe8,0x00,0x1f,0x98,0xfa, +0x8e,0x90,0x01,0xf8,0x6f,0x96,0xd9,0x00,0x1c,0xcc,0xfd,0xcc,0x70,0x05,0xbb,0xbf, +0xdb,0xbb,0x00,0x46,0x66,0xf9,0x66,0x62,0x3d,0xdd,0x65,0x2e,0x70,0xdc,0xaa,0xaa, +0xf4,0x00,0x0d,0xca,0x47,0x45,0x50,0xab,0xaa,0xaa,0xb3,0x03,0xd4,0x65,0x10,0xea, +0x1f,0x4f,0xf3,0x07,0xa6,0x00,0x0f,0xba,0xfc,0xae,0x80,0x00,0xfa,0x9f,0xb9,0xe8, +0x00,0x3b,0xbb,0xfc,0xbb,0x80,0x00,0x11,0x1e,0x61,0xc7,0x40,0x03,0xa0,0x1e,0xf0, +0x13,0xd0,0x00,0xe6,0x00,0x08,0xeb,0xe4,0x0e,0x60,0x04,0xfc,0x9c,0x20,0xe6,0x00, +0x04,0xac,0x4c,0xff,0xff,0x72,0xef,0xfe,0x63,0xf8,0x31,0x06,0x9b,0x81,0x0e,0x60, +0x00,0xd8,0xbe,0x21,0x00,0xd0,0xac,0xa1,0x0e,0x60,0x02,0xbe,0xfe,0x40,0xe6,0x00, +0x18,0x51,0x00,0xb1,0x4b,0x11,0x42,0x41,0x05,0xf0,0x2a,0xc1,0xcf,0xff,0xf3,0x2e, +0x9a,0xe2,0x9c,0x4f,0x25,0xfc,0xc7,0x09,0xa2,0xf1,0x03,0xc9,0x14,0xcb,0x7f,0x02, +0xdf,0xe9,0xbf,0xff,0xf0,0x06,0xc9,0x60,0xe5,0x6e,0x00,0xdb,0xb8,0x0f,0x37,0xd0, +0x08,0xbc,0x62,0xf1,0x9b,0x02,0xdf,0xec,0xff,0xff,0xfd,0x05,0x10,0x13,0x33,0x33, +0x30,0x00,0x42,0x00,0x1b,0x3c,0xf4,0x25,0xb1,0x1f,0xdd,0xa0,0x2e,0x9b,0xd6,0xc4, +0x9a,0x05,0xfc,0xc7,0x9f,0xff,0x60,0x03,0xc8,0x37,0x77,0xea,0x52,0xdf,0xeb,0xb9, +0xfb,0xc7,0x06,0xc9,0x5c,0x4e,0xae,0x40,0xdb,0xb8,0x47,0xff,0x70,0x0a,0xcb,0x68, +0xef,0x9d,0x12,0xaf,0xfb,0xc4,0xf1,0xc9,0x19,0x51,0x00,0xfc,0x3b,0x04,0xf3,0x28, +0x0c,0x80,0x0e,0x39,0x90,0x1c,0xbc,0xcc,0xff,0xff,0x75,0xfd,0xc8,0x1e,0x4a,0x90, +0x03,0xc9,0x2f,0xff,0xff,0xc1,0xbe,0xd8,0x34,0x44,0x43,0x17,0xdb,0x66,0xff,0xff, +0x30,0xda,0xaa,0x6c,0x33,0xf3,0x0c,0xbc,0x56,0xfe,0xef,0x31,0x8d,0xeb,0x6d,0x44, +0xf3,0x1a,0x74,0x16,0xeb,0xbf,0x30,0xf8,0x41,0xf9,0x25,0x3b,0xd7,0xdd,0xb0,0x2d, +0x7e,0x7d,0x6b,0xce,0x26,0xfc,0xa6,0x89,0xcd,0xf6,0x04,0xe2,0xbc,0x9e,0xef,0x04, +0xdf,0xc5,0xd7,0xbc,0x70,0x16,0xe7,0x8d,0x7c,0xda,0x10,0xae,0xca,0xea,0xee,0xc4, +0x0a,0xe8,0x6d,0x38,0xa3,0x11,0x8f,0xec,0xfc,0x98,0x00,0x4b,0x66,0xb1,0x8d,0xc4, +0x61,0xf4,0x28,0x0a,0x90,0x71,0xe3,0x82,0x09,0xdd,0xcb,0x8e,0x8e,0x05,0xfa,0x9b, +0xad,0xfc,0xe1,0x04,0xcb,0x3b,0xb8,0x9f,0x11,0xdf,0xfc,0xba,0x78,0xf1,0x05,0xaa, +0x6b,0xff,0xff,0x10,0xe9,0xbc,0xb8,0x45,0xf1,0x0c,0xbd,0x8a,0xee,0xee,0x11,0x8d, +0xfe,0x4d,0x3b,0x70,0x1b,0x74,0x5f,0x60,0x1d,0x70,0x7d,0x54,0xf3,0x2b,0x07,0x20, +0x00,0x4f,0x90,0xdd,0xfe,0xd8,0x2e,0x8e,0xd3,0xe3,0x9a,0x17,0xf9,0xbd,0xaf,0xce, +0xd8,0x2a,0xfb,0x59,0x99,0x99,0x71,0x7f,0x96,0xbd,0xcc,0xf5,0x18,0xfa,0x8b,0xc9, +0x9e,0x53,0xae,0xab,0xbe,0xcc,0xf5,0x0b,0xe9,0x60,0xf4,0xf3,0x01,0x9f,0xff,0xae, +0x0f,0x5d,0x2a,0x74,0xcc,0x20,0xbf,0xa0,0xc8,0x40,0x00,0x6f,0x18,0xf0,0x2a,0x8f, +0x44,0x9b,0xfa,0x93,0x6f,0x7e,0x7a,0xc5,0xd9,0x1a,0xec,0xb9,0xef,0xcf,0xd7,0x06, +0xe3,0x39,0x99,0x99,0x26,0xcf,0xc3,0xf8,0xf7,0xf1,0x39,0xe9,0x3f,0xcf,0xbf,0x15, +0x9d,0xd2,0xcb,0xfb,0xc1,0x18,0xeb,0x4d,0xdf,0xdd,0x26,0xef,0xf2,0x04,0xf1,0x00, +0x6b,0x74,0xae,0xff,0xee,0x80,0x00,0x20,0x14,0x0c,0xf0,0x24,0x2f,0x1b,0xff,0x8d, +0x50,0x0c,0xdd,0xc7,0xe2,0xfc,0x66,0xf5,0xcd,0xab,0xcd,0x84,0x2a,0xf7,0xbd,0xef, +0xd8,0x02,0x6f,0x6b,0x9f,0x72,0xf1,0x3a,0xfa,0x68,0x86,0x13,0x01,0x8e,0xb7,0xff, +0xff,0xf2,0x0b,0xea,0x69,0xb6,0x6e,0x21,0x8f,0xc7,0xab,0x77,0xe3,0x4c,0x87,0xcc, +0x16,0x11,0x01,0x7f,0x01,0xf0,0x25,0x8d,0x43,0xef,0xff,0xf4,0x1f,0xff,0xb2,0x8d, +0x3f,0x35,0xe3,0x31,0x08,0xb1,0xf2,0x0b,0xff,0x71,0xaa,0x4f,0x10,0x0b,0x60,0xdf, +0xff,0xf0,0x3f,0xff,0xc1,0xe7,0x6f,0x00,0x3c,0x82,0x0f,0x46,0xe0,0x00,0xba,0xb1, +0xf2,0x7c,0x00,0x0e,0xfb,0x7f,0x5b,0xc3,0x02,0xd4,0x7f,0x01,0x62,0x01,0xcb,0x0b, +0xf4,0x2b,0x72,0x67,0x45,0xf6,0x30,0x1f,0xfe,0x6e,0x57,0xfb,0x90,0x5b,0x43,0x2e, +0x6c,0xfd,0xd0,0x09,0xf7,0x8e,0x7c,0xfe,0x90,0x05,0xe2,0x4a,0xb7,0xf8,0x40,0x3f, +0xfd,0x9a,0x9a,0xfa,0x50,0x02,0xe0,0xaf,0x9c,0xfd,0x80,0x02,0xec,0x5f,0x43,0xf3, +0x20,0x04,0xfb,0xcf,0xe6,0xe1,0x10,0x07,0x83,0xd1,0x6d,0xff,0xbe,0x2a,0x10,0x7f, +0x54,0x73,0x41,0x07,0xd1,0x11,0x11,0x0b,0x00,0x40,0xf0,0x00,0x07,0xe8,0x58,0x6d, +0x42,0x7e,0x77,0x77,0x71,0x03,0x1c,0xf0,0x08,0x01,0xba,0x1a,0xd2,0xbd,0x10,0x0a, +0x90,0x1e,0xfb,0x20,0x01,0xed,0xcd,0x2d,0xfb,0x50,0x0c,0xa6,0x20,0x06,0xc5,0x1f, +0x33,0x56,0xf0,0x07,0x21,0xf9,0x8f,0x3f,0x88,0xf2,0x1f,0x98,0xf3,0xf8,0x9f,0x21, +0xfe,0xef,0x3f,0xee,0xf2,0x1f,0x52,0x20,0x22,0x4f,0x76,0x68,0x75,0x02,0xf2,0x1f, +0x30,0x00,0x00,0x2f,0x0b,0x00,0x11,0x05,0x8c,0x68,0x22,0xef,0xa0,0x37,0x00,0xf2, +0x90,0xf5,0x3f,0x3f,0x34,0xf2,0x1f,0xcc,0xf3,0xfc,0xcf,0x21,0xfc,0xbf,0x3f,0xbb, +0xf2,0x1f,0x41,0x14,0xa1,0x3f,0x21,0xf5,0xff,0xff,0xf5,0xf2,0x1f,0x31,0x7f,0xd1, +0x2f,0x21,0xf3,0x8e,0x9c,0x02,0xf2,0x1f,0x6d,0x59,0xc4,0x7f,0x21,0xf2,0x03,0xa5, +0xbf,0xb0,0x1f,0xff,0xf4,0xff,0xff,0x21,0xf8,0x8f,0x4f,0x88,0xf2,0x1f,0x87,0xf4, +0xf7,0x7f,0x21,0xff,0xff,0x4f,0xee,0xf2,0x1f,0x37,0x77,0x77,0x3f,0x21,0xf3,0x8f, +0x7f,0x83,0xf2,0x1f,0x6d,0xfc,0xfd,0x6f,0x21,0xf4,0x8d,0x4f,0x53,0xf2,0x1f,0x2b, +0x80,0xf4,0x6f,0x21,0xf4,0xb0,0x0c,0x6f,0xb0,0x0f,0xff,0xf6,0xff,0xff,0x00,0xf9, +0x7f,0x6f,0x79,0xf0,0x0f,0xa8,0xf6,0xf8,0xaf,0x00,0xff,0xff,0x6f,0xff,0xf0,0x0f, +0x42,0x87,0x82,0x5f,0x00,0xf3,0x2f,0x8f,0x34,0xf0,0x0f,0x32,0xfd,0xf3,0x4f,0x00, +0xf3,0x4f,0xbf,0x34,0xf0,0x0f,0x39,0xb4,0xf6,0x7f,0x00,0xf4,0x84,0x8a,0x8f,0xa0, +0x68,0x69,0xa3,0xf5,0x7f,0x2f,0x34,0xf2,0x1f,0xcd,0xf2,0xfc,0xcf,0x68,0x69,0x70, +0x65,0x51,0x55,0x6f,0x21,0xf2,0xdf,0x5d,0x69,0x80,0x2d,0xa7,0xc9,0x2f,0x21,0xf2, +0xd9,0x5c,0x0b,0x00,0xf6,0x30,0xff,0xfb,0x7f,0x21,0xf2,0x93,0x00,0x8f,0xb0,0x1f, +0xee,0xf4,0xfe,0xef,0x01,0xf9,0x9f,0x4f,0x89,0xf0,0x1f,0x77,0xf4,0xf6,0x8f,0x01, +0xfe,0xee,0x4f,0xee,0xf0,0x1f,0x4d,0x83,0xc7,0x3f,0x01,0xf4,0xdb,0x4e,0xa3,0xf0, +0x1f,0x6a,0xba,0xca,0x5f,0x01,0xf4,0xbb,0x89,0xd3,0xf0,0x1f,0x3a,0xf5,0xde,0x6f, +0x01,0xf2,0x97,0x47,0x2f,0x5a,0x71,0xf0,0x18,0x34,0x00,0x03,0xff,0xf5,0x07,0xd0, +0x00,0x3f,0x4f,0xdf,0xff,0xff,0x43,0xf7,0xca,0x82,0x22,0xe4,0x3f,0x9a,0x29,0x70, +0x13,0x03,0xf1,0xf3,0xaa,0x6e,0x90,0x3f,0x0d,0x6a,0xfd,0x50,0x03,0xfb,0xf3,0xaa, +0x94,0x7a,0xe2,0x0a,0x90,0x0c,0x43,0xf0,0x00,0x9c,0x55,0xf3,0x3f,0x00,0x03,0xde, +0xea,0x1b,0x10,0xf0,0x1d,0x02,0xff,0xe1,0xaa,0x05,0xe0,0x2f,0x6e,0x1f,0x40,0x5e, +0x02,0xf7,0xa9,0xf9,0xff,0xfa,0x2f,0xaa,0xff,0x24,0x8f,0x32,0xf6,0xc9,0xf5,0x75, +0xe0,0x2f,0x2f,0x2f,0x4e,0x5e,0x02,0xf6,0xf2,0xf0,0xd8,0xe0,0x2f,0xa8,0x2f,0x00, +0x5e,0x7d,0x88,0x74,0x38,0xe0,0x2f,0x00,0x2f,0x06,0xe8,0xd1,0x3e,0xc0,0xf7,0xff, +0xff,0xe0,0x1f,0x3f,0x5f,0x32,0x6e,0x01,0xf4,0xd2,0x0b,0x00,0x70,0x7b,0x2f,0x42, +0x7e,0x01,0xf1,0xf5,0x0b,0x00,0xf5,0x0b,0x0d,0x7f,0x3f,0x3a,0x21,0xf9,0xf5,0xf1, +0xaf,0xc2,0x1f,0x22,0x2f,0x25,0xf5,0x01,0xf0,0x05,0xff,0xbb,0xf6,0x1f,0x00,0x6c, +0x72,0x0a,0x39,0x09,0xf6,0x29,0x16,0x00,0x03,0xff,0xd0,0x0b,0xf3,0x00,0x3e,0x7c, +0x0a,0xd8,0xf4,0x03,0xe9,0x9d,0xe2,0x07,0xf7,0x3e,0xb5,0x6f,0xff,0xfb,0x13,0xe5, +0xb0,0x25,0xf3,0x10,0x3e,0x3e,0xef,0xff,0xff,0x63,0xed,0xc3,0x84,0xf4,0x60,0x3e, +0x30,0xbb,0x3f,0x4f,0x13,0xe0,0x4f,0x35,0xf0,0xa8,0x3e,0x00,0x24,0xfb,0x62,0x21, +0x10,0x43,0xc1,0x00,0xf7,0x26,0x3f,0xd3,0x00,0x2f,0x6e,0x7f,0x76,0xe9,0x12,0xf8, +0xbc,0x3a,0x92,0xb5,0x2f,0xb6,0x5d,0xde,0xd5,0x02,0xf4,0xd1,0x44,0x6f,0x30,0x2f, +0x1f,0x4b,0xbb,0xb9,0x02,0xfd,0xdb,0xaa,0xaa,0xa5,0x2f,0x20,0x4c,0xd5,0xf7,0x22, +0xf0,0x06,0xf6,0x4e,0xd0,0x2f,0x00,0xbe,0xdd,0xce,0x30,0xf6,0x06,0xf5,0x27,0xff, +0xce,0xff,0xff,0xf5,0x3e,0x8b,0x24,0x44,0x43,0x03,0xea,0x66,0xea,0xac,0xc0,0x3e, +0xc3,0x5c,0xaa,0xba,0x03,0xe6,0xaa,0xdd,0xdd,0xd2,0x3e,0x3d,0xc7,0x84,0x8f,0x23, +0xec,0xcc,0x5c,0x96,0xf2,0x3e,0x62,0xc9,0xef,0x9f,0x23,0xe0,0x0c,0x45,0xb0,0xf2, +0x3e,0x00,0xc4,0x48,0xad,0x40,0x00,0xf6,0x27,0x15,0x00,0x03,0xff,0xf8,0xac,0xfa, +0xa3,0x3e,0x5f,0x3a,0xc5,0xd9,0x13,0xe7,0xad,0xff,0xff,0xf9,0x3e,0xa8,0x27,0x77, +0x77,0x13,0xe3,0xe4,0xf7,0x79,0xf1,0x3e,0x0f,0x6f,0xbb,0xbf,0x13,0xe8,0xf5,0xfc, +0xcc,0xf1,0x3e,0x76,0x46,0x8f,0x76,0x33,0xe0,0x0a,0xbc,0xfc,0xb7,0x3e,0x00,0x96, +0x80,0x00,0x4a,0x28,0xf8,0x28,0x02,0xff,0xfb,0x3c,0xea,0xa6,0x2e,0x4f,0x89,0xdb, +0x99,0x32,0xe6,0xb1,0x7d,0x7f,0x91,0x2e,0x98,0x68,0x9c,0xcc,0x72,0xe3,0xeb,0xb8, +0xcc,0xd1,0x2e,0x0f,0x6b,0x9d,0xbf,0x12,0xe9,0xf5,0xb9,0xca,0xf1,0x2e,0x43,0x4b, +0x96,0x5f,0x12,0xe0,0x1b,0xde,0x79,0xc3,0x2e,0x01,0x90,0x8d,0xee,0xbb,0x0c,0xf1, +0x12,0xa8,0xe2,0x1f,0x7d,0x00,0x3f,0xdf,0xdc,0xfd,0xfc,0x1b,0xfb,0xfa,0xff,0xce, +0x80,0x0e,0xdf,0xc3,0xfd,0xf9,0x00,0xea,0xf8,0x5f,0xae,0x81,0x07,0x77,0x74,0x77, +0x76,0x11,0x6c,0x31,0xf8,0x01,0x00,0x7f,0x93,0xbf,0x40,0x00,0x35,0xcf,0xff,0xa6, +0x40,0x8f,0xc9,0x64,0x8c,0xfc,0x47,0x29,0xf1,0x26,0x6a,0xd6,0x54,0xbd,0x30,0x4b, +0xaa,0xa9,0x99,0x96,0x10,0xe9,0xda,0xaf,0xff,0xf7,0x0e,0xa9,0xcd,0xf6,0xd6,0x00, +0xac,0xfb,0x6b,0xef,0xe5,0x3c,0xcf,0xca,0xa6,0xd6,0x03,0xdb,0xb7,0xda,0xff,0xf5, +0x3d,0xfd,0xbd,0xa5,0xc4,0x03,0xc5,0x29,0xda,0xff,0xf9,0x3c,0x01,0xc7,0xa7,0x7e, +0x5f,0x00,0xd6,0x76,0xf0,0x1c,0x89,0xfa,0x88,0x83,0x3f,0x88,0x9f,0x98,0x8e,0x62, +0xa9,0xd8,0xf8,0xda,0x84,0x00,0x79,0x5a,0x59,0x90,0x00,0x3f,0xee,0xfe,0xdf,0x50, +0x03,0xfa,0xbf,0xba,0xf5,0x00,0x3f,0xbb,0xfb,0xaf,0x71,0x03,0xf3,0x4f,0x63,0x39, +0xa0,0x3c,0x3c,0x21,0xf4,0x05,0xe4,0x17,0x01,0x9a,0x40,0xf1,0x01,0x1f,0x68,0x6e, +0x78,0x8a,0x81,0xb5,0x96,0xe7,0x98,0x76,0x00,0x9b,0x8c,0x7c,0xc2,0xd6,0x20,0xf3, +0x08,0xd8,0x04,0x77,0x8f,0x97,0x77,0x20,0x5f,0xbf,0xce,0xec,0xf0,0x05,0xe0,0xf3, +0x99,0x4f,0x00,0x5e,0x0e,0x39,0x9e,0xc0,0xda,0x16,0x50,0xee,0xff,0xfe,0xe8,0x03, +0x1e,0x21,0xd0,0xc3,0x4e,0x79,0x7f,0x69,0x7f,0x40,0x19,0x97,0xf7,0x99,0x10,0x08, +0x38,0x00,0xf3,0x0d,0x10,0xaa,0x99,0x99,0x99,0x50,0x0b,0xa9,0x99,0x99,0x95,0x00, +0xdd,0xfd,0xcf,0xcd,0xd6,0x2f,0x4f,0x74,0xcd,0xf8,0x07,0xb5,0xfd,0xa3,0x4a,0xd6, +0x64,0x0e,0xf0,0x26,0xc8,0x23,0x57,0xac,0x13,0x9e,0xc9,0x9a,0xd5,0xa2,0x1e,0xff, +0xc8,0x7b,0x5d,0x05,0xae,0xca,0xad,0xdc,0xc0,0x29,0x99,0x85,0x7f,0x7f,0x20,0xfa, +0xcb,0xdf,0xff,0xfa,0x0f,0xbc,0xb5,0x9f,0x8f,0x00,0xfd,0xeb,0x35,0xf5,0x40,0x0f, +0x26,0xb1,0x4f,0x00,0x00,0xf3,0xe7,0x3f,0xb0,0xe6,0x4b,0xf0,0x10,0xe7,0x00,0x03, +0xff,0xfe,0x0e,0xff,0xf5,0x15,0x59,0xe0,0xea,0x55,0x10,0x44,0x9e,0x0e,0xa4,0x40, +0x1f,0xff,0xe0,0xef,0xff,0x10,0x00,0x6e,0x0e,0x70,0x00,0x7f,0x0b,0x00,0x61,0x82, +0x55,0x9e,0x0e,0x94,0x42,0x2c,0x00,0x11,0x00,0x16,0x00,0x03,0xff,0x1f,0x01,0x77, +0x3c,0xf2,0x17,0x33,0x36,0xf6,0x33,0x32,0x07,0x99,0xbf,0x99,0x99,0x10,0xbe,0xef, +0xde,0xfd,0xf2,0x0b,0x85,0xd4,0xaa,0x2f,0x20,0xb8,0x5f,0xbe,0xa2,0xf2,0x0b,0x85, +0xe8,0xca,0x2f,0x20,0xb8,0x5e,0x5a,0xa2,0xf2,0x3d,0x45,0x80,0xba,0x33,0x33,0x35, +0xf2,0x00,0x31,0x00,0x7b,0x1f,0xf3,0x26,0xb8,0x4b,0xbb,0xb7,0x07,0xf8,0xe5,0x6a, +0xeb,0xa5,0xff,0xff,0xe1,0x6b,0x8a,0x08,0x99,0x94,0xfb,0xb8,0x90,0xe8,0x4e,0x9f, +0xa9,0x99,0x0b,0xcf,0xd9,0x8b,0x69,0x83,0xbb,0xfd,0x90,0xf2,0xa8,0x1d,0x7f,0x73, +0x6c,0x0b,0x70,0xee,0xff,0xce,0x64,0xe4,0x00,0x0e,0x44,0x81,0xdb,0xd7,0x01,0x51, +0x13,0x34,0xf8,0x33,0x30,0x30,0x19,0x00,0x4e,0x17,0x13,0xd9,0x8a,0x00,0x70,0x34, +0x44,0x44,0x44,0x32,0x00,0xdf,0x48,0x0c,0x50,0x0d,0x93,0x33,0x3f,0x60,0xa1,0x28, +0x11,0xf6,0x82,0x17,0x10,0x60,0x82,0x17,0x50,0xf6,0x00,0x00,0x30,0x05,0x9e,0x89, +0xf0,0x1b,0x7e,0xef,0xaf,0xf9,0x0c,0xe5,0xea,0xda,0xac,0x31,0xec,0xce,0xaf,0x9a, +0x88,0x08,0xe5,0xfe,0xdd,0xcd,0x91,0xa5,0x49,0xd8,0x7a,0x40,0x00,0x8d,0xc8,0x9f, +0x96,0x03,0xcc,0xde,0xcd,0xec,0xc9,0x00,0x8b,0xaa,0xaa,0xb4,0x64,0x45,0x20,0x8f, +0x50,0xd0,0x2d,0x12,0xf5,0x89,0x65,0x51,0x00,0x33,0x37,0xf5,0x33,0xaa,0x30,0xf0, +0x05,0xf4,0x00,0x2f,0x64,0x44,0x6f,0x40,0x02,0xfd,0xcc,0xcd,0xf4,0x00,0x2f,0xa9, +0x99,0xaf,0x40,0x02,0xf8,0xb5,0x84,0x10,0x2f,0x47,0x37,0xb3,0x02,0x8f,0x90,0x8e, +0x82,0x03,0xfc,0x60,0x00,0x5c,0xe2,0xe4,0x32,0x00,0xa7,0x32,0xa0,0xc0,0x25,0xf5, +0x11,0x3f,0x51,0x10,0x01,0xf2,0x0e,0x7c,0x3b,0x46,0xf2,0x0e,0x96,0x6e,0x06,0x00, +0x20,0xee,0xef,0x06,0x00,0xf3,0x06,0x62,0x2d,0x70,0x01,0xf2,0x0d,0xee,0xee,0x60, +0x37,0xf1,0x2a,0xd1,0xba,0x10,0x4d,0x93,0xfa,0x20,0x1c,0xb0,0xe1,0x01,0xd0,0x22, +0x6f,0xff,0xff,0xd0,0x7f,0xff,0x51,0x3f,0x61,0x10,0x04,0xf1,0x42,0x00,0x50,0x03, +0xf0,0x0e,0x73,0x3d,0x06,0x00,0xf0,0x04,0xdb,0xbf,0x70,0x03,0xf2,0x3e,0xb9,0x9e, +0x70,0x29,0xff,0xbe,0x85,0x5d,0x70,0x8e,0x83,0x0d,0xfe,0x09,0x2c,0xa8,0x3a,0xd1, +0xba,0x10,0x00,0x03,0xe9,0x10,0x1b,0xa0,0x5a,0x0e,0xf2,0x28,0xf0,0x2e,0xaf,0xff, +0xf8,0x1f,0x87,0xe2,0x4d,0xa4,0x11,0xf8,0x7e,0x6f,0xdd,0xf4,0x1f,0x87,0xe6,0xd6, +0x6f,0x41,0xf8,0x7e,0x6e,0x77,0xf4,0x1e,0x87,0xe6,0xfc,0xcf,0x42,0xd8,0x7e,0x6d, +0x44,0xf4,0x4c,0x87,0xe5,0xdd,0xdd,0x38,0x84,0x4e,0x3d,0x57,0xc2,0x43,0x00,0x8b, +0x60,0x09,0x70,0xf9,0x61,0x00,0x70,0x2e,0xf2,0x24,0xf8,0x15,0x5f,0x42,0x3f,0x73, +0x10,0xef,0x90,0xbf,0xff,0xf3,0x24,0xde,0x2b,0x94,0x4f,0x3a,0xff,0xff,0xcc,0x9a, +0xf3,0x00,0xf7,0xcb,0xda,0xaf,0x30,0x0f,0x64,0xb9,0x44,0xf3,0x00,0xf3,0x0a,0xff, +0xff,0x31,0x4f,0x30,0x8e,0x29,0x90,0x2f,0xc0,0x9c,0x30,0x1c,0x60,0x53,0x04,0xf8, +0x27,0x8b,0x1a,0xff,0xff,0x52,0xe8,0xff,0x51,0xd6,0x10,0x2e,0x8a,0x04,0xff,0xff, +0x1d,0xff,0xfe,0x9e,0x34,0xf1,0x47,0xcb,0x45,0xfb,0xcf,0x14,0xfb,0x9d,0x7f,0x99, +0xf1,0xb9,0xad,0xe4,0xe5,0x6f,0x11,0x16,0xf7,0x3e,0xef,0xe1,0x05,0xea,0x02,0xd5, +0xaa,0x05,0xe7,0x00,0xc7,0x01,0xb4,0xa1,0x4a,0xf5,0x25,0xfd,0xec,0xbe,0xff,0xe4, +0x2f,0x9c,0xc2,0x7f,0x97,0x02,0xf6,0xac,0x6d,0x79,0xf0,0x1b,0xbb,0x96,0xfd,0xef, +0x06,0xaa,0xaa,0x9e,0xab,0xf0,0x38,0xb9,0x37,0xe8,0xaf,0x03,0xd9,0xfe,0x4c,0x9b, +0x90,0x4f,0xc7,0x08,0xf2,0x8d,0x19,0xdf,0xa3,0xb4,0x00,0x93,0xb3,0x4b,0xdf,0x94, +0x0d,0x10,0x25,0x05,0x00,0xf6,0x28,0x38,0xe3,0x6f,0xff,0xfa,0x2d,0xdd,0xf8,0x19, +0xa1,0x00,0x6f,0xea,0x0c,0xee,0xc3,0x0d,0xd9,0xe3,0xf5,0x5e,0x40,0xfe,0xef,0x9f, +0xcc,0xf4,0x0f,0x8d,0x80,0xf9,0x8f,0x40,0xf4,0x7d,0x1f,0x55,0xe4,0x1f,0x8b,0x73, +0xee,0xee,0x45,0xd0,0x7e,0x4c,0x86,0xb1,0x47,0xca,0x2b,0xa0,0x0b,0x70,0xbc,0x1a, +0xf2,0x29,0x05,0x9c,0x9e,0xcf,0xff,0xf6,0x3b,0xd9,0x81,0x2f,0x61,0x07,0xef,0xec, +0x7d,0xfd,0xd1,0x1d,0xff,0x77,0xc5,0x6f,0x28,0x6a,0x6a,0x7e,0xbc,0xf2,0x00,0xb8, +0xc7,0xea,0xbf,0x29,0xff,0xff,0x9c,0x46,0xf2,0x03,0xfb,0x27,0xee,0xee,0x22,0xcb, +0xcc,0x5e,0x3a,0x90,0x89,0x00,0x6e,0x60,0x2d,0x60,0xba,0x12,0xf7,0x27,0xcc,0xde, +0xbf,0xff,0x52,0xfb,0xbc,0xe2,0x9c,0x41,0x2f,0x55,0x7e,0x8f,0xff,0x21,0xea,0x9e, +0x98,0x83,0xf2,0x2d,0x75,0xd7,0x9d,0xbf,0x27,0xfa,0x8f,0xa8,0xc9,0xf2,0x4e,0xd8, +0xfd,0xb9,0x4f,0x24,0x88,0x89,0xbc,0xee,0xe2,0x4c,0xca,0x9d,0x3b,0x49,0x08,0x7a, +0x77,0x3d,0x40,0xc5,0x03,0x01,0x10,0x06,0x65,0x47,0xf7,0x24,0xfa,0x14,0x5f,0x42, +0x2e,0x72,0x10,0xee,0x80,0x9f,0xff,0xf3,0x25,0xed,0x3a,0xa6,0x5f,0x3a,0xff,0xff, +0xb9,0xd6,0xf3,0x00,0xf7,0xc9,0x9d,0x6f,0x30,0x0f,0x64,0x99,0xe5,0xf3,0x00,0xf3, +0x03,0x8f,0x55,0x01,0x4f,0x30,0x7f,0x6b,0xd1,0x2f,0xc0,0x3c,0x40,0x0b,0x50,0xd7, +0x0d,0xf8,0x27,0x14,0xf2,0x27,0x77,0x75,0x1f,0xff,0xfb,0x79,0xe7,0x60,0x2e,0x1d, +0x18,0xbd,0x94,0x0d,0xff,0xfb,0xf5,0x8a,0x60,0xd5,0x7d,0x3f,0x4b,0x96,0x0e,0xcc, +0x81,0xf5,0xb9,0x60,0xf6,0xad,0x3f,0x79,0x96,0x0f,0xa8,0xa6,0x7b,0x65,0x34,0xf8, +0xec,0x39,0xd5,0xe3,0x39,0x64,0x0c,0x91,0x04,0x44,0x02,0x00,0xa6,0x32,0xf8,0x23, +0xd0,0x02,0x36,0x34,0x3f,0xf8,0x02,0xbf,0xec,0xb0,0xcb,0xc2,0x04,0xf2,0x8b,0x05, +0xe9,0x87,0xef,0xef,0xfe,0xe6,0xc2,0x26,0xf4,0xac,0x4f,0xbd,0x10,0x5e,0x08,0xb0, +0xff,0xd2,0x0a,0xb0,0x8b,0x0c,0x96,0x13,0xf5,0x08,0xb0,0x7e,0x78,0x5a,0x00,0x8b, +0x00,0xaf,0x9e,0x4e,0xf1,0x28,0xff,0xfe,0xbf,0xff,0xf4,0x1e,0x6c,0x1b,0x27,0x74, +0x01,0xff,0xfb,0xb2,0xe9,0xa0,0x1f,0xae,0x6b,0x2e,0xba,0x01,0xf9,0xd5,0xb4,0x65, +0x61,0x1f,0xff,0xfc,0xbc,0xab,0x31,0x55,0x6f,0xcb,0x8a,0x83,0x5c,0xba,0xfb,0xbe, +0xae,0x38,0x98,0x4e,0xb6,0x55,0x52,0x10,0x1e,0x88,0xbb,0xbb,0x50,0x07,0x42,0xf2, +0x29,0x01,0xff,0xfd,0x06,0xfa,0x00,0x1e,0x6c,0x17,0xf4,0xcd,0x41,0xff,0xfc,0xde, +0xdd,0xb7,0x1f,0xad,0x54,0x76,0x76,0x11,0xf9,0xd4,0xca,0xac,0xc3,0x1f,0xff,0xfc, +0xda,0xee,0x32,0x55,0x6e,0x39,0x17,0x70,0x6c,0xba,0xe6,0xd0,0xc7,0x09,0x86,0x4d, +0xcd,0xbf,0xd2,0x10,0x1f,0xab,0x06,0xa9,0x40,0x5b,0x10,0xf1,0x27,0xff,0xe4,0xae, +0xe9,0x40,0xba,0x6e,0x8a,0xdd,0xa8,0x0b,0xb9,0xe8,0xef,0xfe,0x83,0xea,0xae,0xeb, +0xdc,0xb7,0x1c,0xff,0xeb,0xdd,0xdd,0x90,0xab,0x9e,0x39,0x99,0x93,0x0a,0xca,0xe4, +0xe6,0x6f,0x40,0xae,0xee,0x3e,0xdd,0xe3,0x0a,0x73,0xe0,0xa6,0x6a,0x00,0xa7,0xb7, +0xcf,0xff,0xfc,0x3e,0x02,0xf2,0x0e,0x03,0x66,0x6a,0xf7,0x66,0x60,0x6b,0xbb,0xbb, +0xbb,0xbb,0x10,0x1e,0xee,0xee,0xeb,0x00,0x01,0xf7,0x55,0x5b,0xc0,0x00,0x18,0x88, +0x88,0x87,0x00,0x4f,0x5f,0x38,0xf3,0x05,0x99,0x99,0x67,0xd0,0x4f,0x2f,0x66,0xb9, +0x7d,0x04,0xf2,0xfe,0xee,0x97,0xd0,0x4f,0x16,0x00,0x08,0xe8,0x15,0x35,0xf2,0x28, +0x33,0x31,0x3b,0xe4,0x30,0x3f,0xff,0x6f,0xaa,0xce,0x03,0xe2,0xf6,0xfa,0xac,0xe0, +0x3e,0x2f,0x6f,0xee,0xee,0x03,0xe2,0xf6,0xf9,0x99,0x98,0x3f,0x5f,0x6f,0x99,0x99, +0x73,0xff,0xf5,0xee,0xee,0xf8,0x3d,0x00,0xb6,0x57,0xbb,0x70,0x00,0x8c,0x98,0xb6, +0xd5,0x00,0x08,0x33,0x20,0xed,0x10,0xf9,0x02,0x52,0x22,0x2f,0x62,0x22,0x11,0xf2, +0x64,0xf3,0x1c,0xb8,0x0f,0x55,0xe0,0x00,0x7e,0xeb,0xfd,0xee,0xb1,0x0a,0x3c,0xdf, +0xcf,0x48,0x42,0x9f,0xa9,0xd2,0x7f,0xb5,0x19,0x6c,0xed,0xef,0x58,0x60,0x4e,0x9b, +0x8d,0x90,0x00,0x00,0x47,0xef,0xfc,0x60,0x00,0xbf,0xc7,0x11,0x8e,0xa0,0xf1,0x46, +0xf0,0x30,0xee,0xf3,0x0d,0xc3,0x01,0xe9,0xae,0x30,0xd8,0xd0,0x1e,0xac,0xc7,0x6e, +0x98,0x11,0xfe,0xef,0xab,0xfd,0xb2,0x07,0xbc,0x71,0x1f,0x70,0x00,0x8c,0xd8,0x14, +0xfc,0x00,0x3d,0xef,0xf5,0x8c,0xf1,0x01,0xa8,0x79,0x1f,0x5a,0x90,0x3c,0xbb,0x8d, +0xc0,0x3f,0x44,0x45,0x20,0x62,0x00,0x51,0x1f,0xef,0xec,0x05,0xe0,0x00,0x1e,0x8c, +0xbc,0x06,0x00,0xf1,0x20,0xae,0xac,0x05,0xff,0xf0,0x1f,0xbe,0xcc,0x05,0xe2,0x20, +0x07,0xaf,0x76,0x17,0xe2,0x10,0x0a,0xbf,0xa7,0xcf,0xff,0xa0,0x3c,0xdf,0xed,0xc6, +0x0a,0xa0,0x09,0x97,0x77,0xc5,0x09,0xa0,0x2e,0xb8,0x9c,0xde,0xdf,0xa0,0x35,0x31, +0x10,0xc8,0x4b,0xa0,0x48,0x30,0xf0,0x18,0x04,0x77,0x7a,0xf8,0x77,0x71,0x58,0x88, +0xe9,0xd8,0xaa,0x16,0xee,0xeb,0xc9,0xcf,0x70,0x0d,0x5e,0x3f,0x5c,0x88,0x09,0xdb, +0xd2,0xf7,0xfc,0xd4,0x20,0xb7,0x46,0x47,0xb1,0x00,0x0e,0xc9,0x99,0xbe,0x00,0xaa, +0x43,0x80,0xe0,0x02,0xdd,0x11,0x11,0x6e,0x00,0x2d,0x72,0x70,0x07,0xb3,0x59,0x62, +0x01,0x22,0x28,0xf3,0x22,0x20,0x6f,0x80,0x40,0x04,0xe6,0x1c,0xc1,0xbc,0x39,0xf0, +0x01,0xf3,0x00,0x06,0xad,0xfb,0x8d,0xfe,0xc3,0x38,0xa8,0x00,0x1b,0x66,0x00,0x09, +0xc0,0x6f,0x67,0x10,0xb9,0x8b,0x30,0x71,0x6f,0x50,0x03,0xf2,0x00,0x09,0x80,0xab, +0x8b,0x00,0x19,0x19,0x80,0xb0,0x00,0x02,0x7b,0xff,0xff,0x00,0x1d,0x39,0x36,0xd0, +0x04,0xff,0xff,0xc7,0x8f,0x00,0x4f,0xa5,0x10,0x06,0xf0,0x04,0xf2,0xf7,0x61,0x31, +0x4f,0x20,0x00,0x0b,0x00,0xe1,0x8e,0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe,0xff,0xf1, +0x00,0x5b,0xb4,0x9f,0xba,0x0e,0x11,0x11,0xe9,0x03,0xf0,0x1d,0x34,0x44,0x44,0x30, +0x1d,0x9f,0xdc,0xcc,0xdf,0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10,0x00,0x1f, +0x8d,0xc3,0xfb,0xaa,0xab,0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1,0x00,0x01, +0xf4,0xcd,0x6f,0x20,0x00,0x2f,0x6d,0xb5,0x79,0x3b,0x80,0xb0,0xef,0xe3,0xef,0xff, +0xff,0xdf,0xff,0x46,0x77,0xd1,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7,0x87,0x07,0x88,0x88, +0x86,0xff,0xf5,0x13,0x8c,0x00,0x1e,0x02,0x81,0x35,0x40,0x45,0x55,0x55,0x3f,0xff, +0x3f,0x46,0x70,0x00,0x4e,0x0c,0x55,0xba,0x1a,0xbb,0xbb,0xba,0x96,0x03,0x21,0x04, +0xf9,0x4b,0x19,0xf0,0x01,0xc1,0x50,0x00,0x04,0xff,0xc0,0xcf,0x80,0x04,0xff,0xc0, +0x08,0xff,0x84,0xff,0xc0,0x4e,0x3a,0x10,0xc0,0x54,0x3a,0x11,0xc0,0xae,0x18,0x10, +0x00,0x00,0x1d,0xf0,0x13,0x04,0xc2,0xdf,0xc0,0x4f,0xf6,0x2e,0xfd,0xff,0x90,0x02, +0xef,0xf9,0x00,0x04,0xff,0xfc,0x00,0x5f,0xfa,0xef,0xc0,0xef,0x90,0x2e,0xf7,0x47, +0x00,0x02,0x81,0x00,0x00,0x1d,0x60,0x2b,0x2d,0xf2,0x2a,0x2f,0x90,0x62,0x00,0x09, +0xf7,0x2f,0x90,0xfe,0x20,0x3f,0xb0,0x2f,0x90,0x5f,0xb0,0xaf,0x20,0x2f,0x90,0x0b, +0xf1,0xce,0x00,0x2f,0x90,0x07,0xf3,0xbf,0x00,0x05,0x20,0x08,0xf3,0x8f,0x50,0x00, +0x00,0x0e,0xf0,0x1e,0xf4,0x00,0x01,0xbf,0x70,0x04,0xff,0xc9,0xaf,0xfa,0x00,0x00, +0x2a,0xff,0xfd,0x60,0xb3,0x64,0x00,0x56,0x6a,0x10,0x40,0xc8,0x5a,0x91,0xfe,0x00, +0x00,0x08,0x7a,0xff,0xfa,0x78,0x03,0x6f,0x47,0xf1,0x08,0x5f,0xff,0x83,0x9f,0xff, +0x50,0x9f,0xd0,0x00,0xdf,0x90,0x0a,0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c,0xff, +0xf7,0x2f,0x8a,0x07,0x90,0x43,0x6f,0xff,0x63,0x40,0x00,0x00,0xdf,0xd0,0x42,0x00, +0x11,0x21,0xce,0x0e,0xf0,0x18,0xd3,0x3f,0x70,0x00,0x00,0x2d,0xec,0xf9,0xf7,0x00, +0x00,0x4e,0xd4,0x59,0xff,0x70,0x00,0x6f,0xb4,0xef,0x86,0xfb,0x00,0x9f,0x96,0xff, +0xff,0xa5,0xed,0x19,0x68,0xff,0xff,0xff,0xd3,0xb1,0x00,0xff,0xff,0xf9,0x6b,0xf0, +0x03,0x0f,0xff,0x20,0xcf,0xf5,0x00,0x00,0xff,0xf2,0x0c,0xff,0x50,0x00,0x09,0xaa, +0x10,0x7a,0xa2,0xb3,0x3c,0x11,0x96,0x46,0x64,0x1b,0xfd,0x06,0x00,0x40,0x17,0x7f, +0xfe,0x77,0xfe,0x34,0x00,0x6c,0x10,0x21,0x01,0xdf,0x1c,0x01,0xf0,0x01,0x1d,0xfc, +0x10,0x00,0x0f,0xff,0xe4,0x94,0xff,0xfe,0x0f,0xff,0xfe,0x8e,0xff,0xff,0xae,0x27, +0x30,0x8b,0x7f,0x08,0x59,0x7d,0x31,0x97,0x00,0x03,0x04,0x7b,0x11,0x0b,0xd5,0x28, +0x80,0x06,0xf4,0x22,0x22,0x2d,0xc0,0x02,0xf9,0xc0,0x08,0xc0,0x70,0xbe,0x22,0x00, +0x00,0x12,0xaf,0x2f,0xff,0xf9,0x00,0x3f,0x95,0x01,0x20,0xfc,0xce,0x17,0x0d,0x01, +0xa2,0x01,0x22,0xcf,0xff,0x99,0x26,0xf2,0x2d,0x01,0x56,0x40,0x04,0x90,0x08,0xff, +0xff,0xe6,0x7f,0x09,0xfc,0x42,0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff,0xaf,0x10, +0x00,0xcf,0xff,0xf1,0x20,0x00,0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05,0x4f,0xff, +0xfc,0x00,0x02,0xf8,0xff,0xc2,0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff,0x50,0xf7, +0x2a,0xff,0xfb,0x30,0x05,0x22,0x1b,0x00,0x78,0x1f,0x63,0xd7,0x12,0x3d,0xf8,0xff, +0xff,0x03,0x00,0x30,0xef,0xff,0xf8,0xb0,0x95,0x25,0x00,0xb7,0x42,0x40,0x60,0x1d, +0x70,0x00,0x12,0x3d,0xf8,0x06,0x3d,0xf4,0x05,0x85,0x80,0xff,0xff,0xf8,0x1e,0x2f, +0xff,0xff,0x82,0xe1,0xef,0xff,0xf8,0x34,0x00,0x00,0xbf,0x80,0x00,0x2a,0x00,0x04, +0xad,0x41,0x00,0xa5,0x79,0xf0,0x0d,0xe5,0x00,0x00,0x01,0xd7,0x02,0x52,0xe3,0x01, +0x23,0xdf,0x80,0x1d,0x76,0xb0,0xff,0xff,0xf8,0x58,0x2f,0x1f,0x1f,0xff,0xff,0x80, +0xe2,0xd3,0xd3,0x71,0x43,0xf1,0x07,0x1e,0x2d,0x3e,0xff,0xff,0x83,0x45,0xe1,0xf0, +0x00,0x0b,0xf8,0x03,0xe4,0x9a,0x00,0x00,0x0b,0x70,0x02,0x6e,0x10,0x08,0x2c,0x14, +0x20,0x3d,0x1a,0x60,0x44,0x44,0x44,0x43,0x1e,0xff,0x42,0x0b,0x21,0xf7,0x0a,0x91, +0x5f,0x30,0x7f,0xff,0x6e,0x99,0x05,0xf1,0x05,0x40,0x2e,0xff,0xf7,0x4e,0x40,0x00, +0x6f,0xf8,0x00,0x10,0x00,0x06,0xff,0x96,0x66,0x66,0x66,0x9f,0xcf,0xd8,0x22,0x01, +0x9e,0x37,0x00,0xa7,0x0d,0x81,0x8f,0xf2,0x00,0x01,0xff,0xfa,0x00,0x0b,0xf8,0x1d, +0x20,0xff,0xe0,0x72,0x09,0xd0,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65, +0xff,0xe1,0x09,0x83,0x74,0x12,0x25,0x71,0x05,0xf2,0x03,0x9d,0x00,0x03,0xd2,0xae, +0x00,0x4f,0xf4,0xae,0x06,0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04,0x00,0xf1, +0x02,0xae,0x3e,0xff,0xf4,0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69,0x00,0x01, +0x91,0x67,0x59,0x06,0x11,0xd5,0x5e,0x06,0x31,0xb2,0x00,0x00,0xa2,0x39,0x00,0x9b, +0x00,0x11,0x50,0xa0,0x6f,0x04,0x35,0x03,0x71,0xfb,0x20,0xff,0xff,0xfd,0x40,0x00, +0xe4,0x14,0x24,0xff,0xa1,0x5d,0x89,0xdf,0xbf,0xfc,0x01,0xdf,0xf9,0xff,0xff,0x14, +0xff,0xfd,0xff,0xff,0x24,0x05,0x00,0x09,0x00,0x23,0x00,0x63,0x7a,0xa8,0x00,0x9a, +0xa5,0xbf,0x50,0x00,0x21,0xff,0xf9,0xd9,0x0f,0x0f,0x05,0x00,0x0a,0x62,0xf9,0x7a, +0xaa,0xaa,0xaa,0xa3,0xcb,0x70,0xf0,0x15,0x06,0xf0,0xcf,0xb0,0x07,0xf1,0xcf,0xfc, +0x17,0xf1,0xcf,0xff,0xd9,0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1,0xcf,0xff, +0x97,0xf1,0xcf,0xf8,0x07,0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x2b,0x07,0x20,0x1c, +0x90,0xd6,0x01,0x21,0xff,0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x12,0x60,0x64,0x01, +0x20,0xef,0xff,0x66,0x4b,0x51,0x45,0x55,0x55,0x54,0x00,0x0b,0x00,0x11,0x0f,0xba, +0x0a,0x51,0x9b,0xbb,0xbb,0xbb,0xb4,0xd2,0x91,0x50,0x4f,0xe1,0x00,0x4f,0xe3,0x03, +0x00,0x67,0x3f,0xf3,0x00,0x01,0xdf,0x70,0x04,0x00,0xc5,0x20,0x00,0x01,0x50,0x1b, +0x30,0x00,0x03,0xff,0x30,0x00,0x04,0x04,0x00,0x43,0x20,0x00,0x9f,0xc0,0x03,0x00, +0x00,0x1e,0x4d,0x01,0xbd,0x03,0x10,0xea,0x00,0x0e,0x13,0xfd,0x05,0x00,0x51,0x12, +0x25,0xfd,0x22,0x20,0xc7,0x00,0x56,0xce,0xee,0xff,0xee,0xe6,0x19,0x00,0x02,0x05, +0x00,0x40,0x00,0xa7,0x00,0x00,0xbf,0x92,0x11,0x10,0x8d,0x00,0x01,0x4d,0x2d,0x03, +0x1c,0x1f,0x30,0x01,0x9f,0xfe,0x60,0x48,0xf0,0x15,0xef,0x60,0x13,0xdf,0x80,0x03, +0xff,0x70,0x3f,0xa2,0xff,0x70,0xdf,0xf2,0x7c,0xff,0x2d,0xff,0x2c,0xff,0x3b,0xff, +0xf1,0xef,0xf1,0x2e,0xf9,0x2c,0xd6,0x4f,0xf5,0x00,0x2d,0xf9,0x21,0x6e,0xd9,0x72, +0x32,0xcf,0xfd,0x92,0x34,0x71,0x00,0x41,0x66,0x11,0x40,0x7d,0x88,0xf3,0x27,0x0a, +0xf9,0xaf,0xef,0xf9,0x20,0x00,0x00,0x6f,0xf5,0x11,0x5f,0xf4,0x00,0x05,0x03,0xee, +0xcf,0x56,0xff,0x30,0x2f,0xd2,0x1b,0xff,0xd1,0xff,0xe0,0x1e,0xfd,0x00,0x7f,0xe3, +0xff,0xc0,0x05,0xff,0x40,0x04,0xef,0xfe,0x20,0x00,0x5f,0xe6,0x10,0x1c,0xf8,0x00, +0x00,0x01,0x8d,0xfd,0x20,0x50,0x35,0x23,0x05,0xf9,0x18,0x53,0x00,0x87,0x94,0x03, +0x2b,0x38,0x12,0x80,0xc2,0x07,0x02,0x42,0x43,0x02,0xd8,0x7a,0x40,0xdf,0x50,0xef, +0x30,0x16,0x09,0x20,0x50,0xef,0x93,0x9b,0x40,0xff,0x50,0xff,0xf5,0x8c,0x29,0x30, +0xa6,0xff,0xfe,0x5a,0x38,0x10,0x61,0xe5,0x32,0x50,0xff,0xff,0x72,0xff,0xff,0x30, +0x0b,0x00,0xb4,0x0b,0x01,0x46,0x3d,0x16,0x55,0xe5,0x18,0xa0,0x0b,0x80,0xaa,0xa1, +0x00,0x4a,0xef,0x8f,0xff,0xc0,0xc3,0x03,0xf3,0x11,0x8d,0x4f,0xe3,0xcd,0x10,0x00, +0x4f,0xf3,0x03,0x10,0x00,0x2e,0xf5,0x80,0xa7,0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff, +0xf5,0x00,0xaf,0xff,0xd1,0x11,0x00,0x00,0x1c,0xd1,0x16,0x7c,0x30,0x01,0xc7,0x00, +0x67,0x77,0xf0,0x19,0x70,0x00,0x01,0xcf,0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70, +0xbf,0x80,0x00,0x1d,0xf5,0x47,0x00,0x00,0x01,0x91,0x8b,0x00,0x00,0x03,0xd3,0x9f, +0xc0,0x00,0x3f,0xf3,0x09,0xfc,0x03,0xff,0x40,0x00,0x9f,0xcf,0x21,0x87,0x01,0x58, +0x19,0x15,0x84,0xbe,0x21,0xa0,0x04,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff,0xb8, +0x70,0x01,0x30,0xdb,0xfb,0xf5,0xec,0x48,0x30,0x10,0xf7,0x10,0xfc,0x68,0x00,0x4f, +0x4a,0xa0,0x20,0xe7,0x20,0x00,0xf7,0x11,0x10,0xcc,0xec,0xf5,0x25,0x02,0x94,0x5e, +0xff,0xa0,0x00,0x35,0x55,0x54,0x03,0xea,0x85,0x0a,0x10,0x13,0x85,0x39,0x00,0xc1, +0x3a,0x01,0x28,0x03,0x4f,0xee,0xed,0xaf,0xff,0x01,0x00,0x07,0x03,0xba,0x03,0x21, +0x00,0x07,0xef,0x00,0x11,0xfb,0x41,0x01,0x10,0xfb,0x0c,0x05,0x00,0x06,0x00,0x41, +0x88,0xff,0xf8,0x80,0xe3,0x05,0x00,0x9e,0x41,0x13,0xe0,0xee,0x05,0x40,0xff,0xf8, +0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37,0x02,0x20,0xb6,0xf8,0x44,0x05,0x11,0x98, +0xa2,0x55,0x12,0x51,0xeb,0x2a,0x01,0xab,0x03,0x11,0xfe,0x93,0x01,0x25,0xfc,0x00, +0xf8,0x77,0x21,0x3f,0xf2,0x15,0x81,0xc1,0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d, +0xff,0xfa,0xff,0xd1,0xa3,0x05,0x50,0x10,0x00,0x09,0xff,0xfb,0x4d,0x47,0x20,0x53, +0x10,0xed,0x27,0xf0,0x36,0xd4,0x00,0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f, +0x09,0xff,0x60,0x6f,0xff,0xdf,0xf6,0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff, +0x70,0x00,0x9f,0xff,0x9f,0xf7,0x00,0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f, +0xf6,0x2b,0xc3,0x00,0x04,0x71,0x00,0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7, +0x79,0x4f,0xff,0xf2,0x32,0xff,0x4f,0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00, +0x02,0x41,0x64,0x55,0x55,0x53,0xf9,0x64,0x60,0x46,0x66,0x66,0x50,0x00,0xbf,0x92, +0x2d,0x50,0xfa,0x66,0x66,0x8f,0xa0,0x66,0x99,0x10,0xf8,0x05,0x00,0x04,0xd9,0x03, +0xf9,0x0d,0x8a,0xff,0xfa,0xff,0xf8,0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff, +0xff,0x9b,0xff,0xfa,0xae,0xee,0xee,0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0xa0,0x92, +0x12,0x00,0xa9,0x03,0x20,0x89,0x99,0x7d,0x0f,0x00,0x01,0x00,0x0b,0x23,0x00,0x07, +0x48,0x05,0x01,0x6d,0x01,0x20,0xc5,0x9f,0xda,0x49,0xa0,0xf9,0x5e,0xff,0xfe,0x58, +0xff,0xfc,0x4c,0xfc,0x4c,0xde,0x65,0x19,0x6f,0x8e,0x01,0xf3,0x1b,0x03,0xdd,0xd9, +0x00,0x06,0xff,0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff,0xf6,0x64,0x0d,0xff,0xff, +0xfb,0x0f,0xff,0xff,0xf2,0x04,0x55,0xff,0x90,0x00,0x03,0xfe,0x10,0x00,0x07,0xf6, +0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0x85,0x1d,0x91,0x5b,0x41,0x00,0x00,0xff,0xf4, +0xff,0xf0,0x00,0x48,0x2d,0xf0,0x07,0xff,0xe4,0x55,0x51,0x10,0xff,0xc8,0xff,0xf4, +0xd1,0xff,0xc8,0xff,0xf3,0xa7,0xff,0xc8,0xff,0xfb,0xa8,0xff,0xc8,0xfd,0x00,0x00, +0x05,0x00,0x20,0x01,0x18,0xc4,0x53,0x11,0x08,0xc8,0x80,0x00,0x1d,0x53,0x20,0x00, +0x62,0x71,0x02,0x20,0xeb,0x20,0xb9,0x01,0x10,0xf4,0xfd,0x42,0x11,0xfe,0xa2,0x42, +0x30,0x30,0x0b,0xff,0xcf,0x36,0x00,0x77,0x1f,0x20,0x4f,0xff,0x57,0x52,0x01,0xcd, +0x94,0x80,0x55,0x55,0x55,0x41,0x00,0x06,0xff,0x10,0x5b,0x38,0x02,0xda,0x00,0x23, +0x44,0x43,0x3b,0x03,0xf5,0x17,0xf7,0x2b,0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb, +0xeb,0xeb,0xf6,0xff,0x60,0xb0,0xa0,0xb0,0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6, +0xf6,0x1a,0x00,0x00,0x0b,0x0f,0x6f,0xa6,0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7, +0x00,0x10,0x75,0x06,0x00,0x10,0x29,0x5f,0x15,0x20,0x03,0xaf,0x2d,0x01,0x10,0x4c, +0x26,0x08,0x21,0x05,0xdf,0xb8,0x75,0x02,0xbd,0x4f,0x33,0x05,0x89,0x9a,0x43,0x02, +0x01,0x22,0x03,0x12,0x03,0xa9,0x34,0x21,0x3f,0xf6,0x3f,0x00,0x02,0xaa,0x23,0x00, +0x61,0x3d,0x30,0x67,0x77,0x63,0xb0,0x7d,0xb4,0x8c,0x00,0xff,0xff,0xd8,0xfc,0x0f, +0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4,0x09,0x00,0x03,0x55,0x47,0x88,0x88,0x88, +0x81,0x34,0x0d,0xf1,0x0e,0xbe,0xff,0xea,0x50,0x00,0x06,0xff,0xfd,0xbc,0xef,0xfd, +0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6,0x7b,0x10,0x26,0x88,0x51,0x02,0xc4,0x00, +0x1a,0xff,0x4c,0x06,0x52,0x6f,0xc5,0x23,0x6e,0xf2,0xdd,0x27,0x15,0x30,0x1b,0x05, +0x23,0x00,0x07,0xc8,0x00,0x61,0x97,0x00,0x00,0x00,0x36,0x66,0x60,0x95,0x02,0xc7, +0x01,0xa0,0xf2,0xf6,0x67,0x77,0x77,0x77,0x73,0xfe,0xf6,0xef,0xc6,0x00,0x12,0xae, +0x07,0x00,0x20,0xbe,0xf6,0x0d,0x28,0x31,0x53,0xfc,0xef,0x23,0x00,0x21,0xf0,0x24, +0x6b,0x04,0x1e,0x20,0x38,0x00,0x21,0x70,0x02,0x38,0x00,0x32,0xf1,0x00,0xae,0x07, +0x00,0x01,0x38,0x00,0x2f,0x51,0x13,0x38,0x00,0x0d,0x20,0x60,0x00,0x38,0x00,0x00, +0x7a,0x78,0x12,0xae,0x07,0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0d,0x21, +0x60,0x00,0x38,0x00,0x00,0xdd,0x03,0x11,0xae,0x07,0x00,0x00,0x38,0x00,0x2f,0x41, +0x11,0x38,0x00,0x0b,0x22,0xf0,0xf6,0x6f,0x0f,0x02,0x90,0x1d,0x22,0xae,0xf6,0x88, +0x45,0x3e,0xf6,0x11,0x11,0x38,0x00,0x21,0x00,0x00,0x53,0x7f,0x00,0x1b,0x56,0x11, +0xf1,0x96,0x79,0xf0,0x09,0x3b,0xc0,0x00,0x00,0x6d,0x70,0x93,0x00,0x00,0x05,0x30, +0xff,0xfb,0xfb,0xbb,0xbb,0xbe,0xf7,0xaf,0xb0,0x05,0x90,0x00,0x08,0xc9,0xc0,0x21, +0xc0,0x13,0x2b,0x00,0x12,0x4a,0x39,0x88,0x35,0x03,0xbf,0xb0,0x96,0x0e,0xf2,0x26, +0x19,0xcd,0xa3,0x00,0x01,0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf,0xb0,0x0e,0xd8, +0xc5,0x4d,0xf0,0x0f,0xf6,0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2,0x0f,0xfc,0x10, +0x8f,0xf1,0x0f,0xd2,0xa6,0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04,0xff,0xc5,0xff, +0x60,0x00,0x6e,0xff,0xf8,0x59,0x0d,0x41,0x00,0x08,0xaa,0x40,0xa3,0x03,0x20,0xf9, +0x56,0x5d,0x3e,0x11,0x4f,0x97,0x75,0x8d,0xbf,0xbe,0xce,0xf0,0x5f,0x6e,0x7d,0x8c, +0x05,0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04,0x66,0x66,0x65,0x20,0xd6, +0x04,0x11,0x30,0xd4,0x43,0x10,0xf4,0xa3,0x10,0x80,0xaf,0xfe,0x00,0x00,0x01,0xcf, +0x6a,0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b,0x00,0x23,0xff,0x90, +0x0b,0x00,0x11,0x0a,0x9d,0x1c,0x11,0x0d,0xfa,0x03,0x11,0x0f,0xa8,0x1c,0x23,0x04, +0x42,0xb3,0x16,0x00,0x34,0x65,0x00,0x6e,0x0c,0x00,0xdf,0x07,0xf1,0x1a,0xdf,0xff, +0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13,0x90,0x8f,0xfc,0xcf,0xff,0xff,0xd1,0x06, +0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff,0xfc,0x0a,0xff,0xff,0x06,0xd1,0x7f,0xfc, +0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0x8b,0x03,0x00,0xb7,0x47,0xff,0x01,0x66,0x63, +0x00,0x4e,0xff,0xff,0xf2,0x4f,0x6b,0x0b,0x2f,0x4f,0xf6,0xb0,0xb2,0xf4,0xe0,0x02, +0x08,0x10,0xef,0x73,0x2c,0x45,0x88,0x88,0x88,0x40,0x0f,0x28,0x00,0xd9,0x62,0x10, +0xb6,0xa8,0x9f,0x71,0x0c,0xf8,0x11,0x11,0x1b,0xf0,0xcf,0xa0,0x01,0x86,0x6f,0xfd, +0xaa,0xaa,0xaa,0x90,0x05,0xf7,0x7a,0x91,0x00,0x01,0x00,0x12,0xe6,0xe8,0x6e,0x31, +0xf2,0x00,0xea,0x5e,0x03,0x01,0x05,0x00,0x02,0x30,0x15,0x1e,0xfc,0xaf,0x97,0x0d, +0x15,0x00,0x07,0x38,0x26,0x28,0xe8,0x00,0x55,0x49,0x63,0xec,0xfb,0xf1,0xf9,0x00, +0xeb,0x51,0x00,0x10,0x07,0x4a,0x2f,0x2c,0xf5,0xfa,0x3d,0x00,0x86,0xfc,0xfb,0xf5, +0x00,0xfc,0xfe,0xf9,0xf1,0x17,0x00,0x59,0xfb,0x00,0xfd,0x00,0xfd,0x24,0x00,0x36, +0xf8,0xfe,0xf0,0x1e,0x00,0x58,0xfc,0x00,0xfe,0x02,0x02,0x85,0x00,0x07,0x93,0x05, +0x0a,0x11,0x00,0x07,0x9e,0x38,0x33,0xf2,0x00,0xef,0x1c,0x00,0x00,0xa2,0x06,0x92, +0xf2,0xfe,0xfd,0x00,0xff,0xfd,0xff,0xf8,0x03,0xea,0x00,0x20,0x03,0xfd,0x05,0x0a, +0x01,0x73,0x00,0x16,0xfa,0x98,0x00,0x40,0xfd,0xfb,0x00,0xfe,0x3e,0x05,0x05,0x12, +0x00,0x69,0xfe,0x00,0xfd,0xfe,0xfe,0xfd,0x63,0x00,0x50,0xf9,0xfe,0xfb,0xfd,0xfd, +0xe4,0x0f,0x06,0x32,0x01,0x42,0xf9,0xfe,0xfd,0xfe,0xbf,0x00,0x00,0x56,0x07,0x11, +0xfd,0x38,0x00,0x20,0xf6,0x00,0x4c,0x00,0x2a,0xfb,0xfc,0xfb,0x00,0x0c,0xe6,0x00, +0x07,0x01,0x00,0x14,0xfe,0x0a,0x01,0x42,0xfe,0x00,0xf8,0xfe,0x6d,0x06,0x31,0x00, +0xef,0xf5,0x0a,0x01,0x20,0xe5,0xfb,0xdf,0x07,0x80,0xfb,0xfe,0xfa,0x00,0xf9,0xfd, +0x00,0xfb,0x40,0x01,0x73,0xfe,0xfc,0xfa,0xfb,0xf9,0xfb,0xf7,0x72,0x00,0x01,0x86, +0x07,0x01,0x8d,0x00,0x07,0xbb,0x00,0x0a,0x01,0x00,0x14,0xfb,0x29,0x00,0x1f,0xf8, +0x80,0x00,0x04,0x00,0x08,0x01,0x31,0xf8,0x00,0xf7,0xa5,0x00,0x87,0xfe,0xfb,0x00, +0xfd,0xfb,0xfd,0xfd,0xfe,0xcf,0x00,0xc2,0x00,0xf6,0xfe,0xfa,0xfb,0xfb,0xfa,0xfd, +0x00,0xe7,0x00,0xdf,0x26,0x00,0xf2,0x00,0xf7,0xff,0xf9,0x00,0xfb,0xe8,0xf9,0xf0, +0xf4,0x00,0xef,0x00,0xf0,0x00,0xfd,0x7a,0x00,0x43,0xfb,0xfe,0xf6,0xf9,0x2e,0x73, +0x41,0xe7,0xfb,0xe7,0xf5,0xbc,0x46,0x31,0xe3,0xfe,0xfd,0x1a,0x00,0x64,0xf4,0x00, +0xf9,0xfc,0x00,0xfc,0xea,0x00,0x13,0xfd,0x0b,0x00,0x13,0xfa,0xbe,0x00,0x90,0xfd, +0xfd,0xfd,0x00,0xfe,0x01,0xff,0xfe,0xfe,0x50,0x08,0x1a,0xff,0x30,0x01,0x15,0xfd, +0xeb,0x3c,0x32,0xfd,0xfd,0xfc,0x17,0x00,0x07,0xd9,0x00,0x05,0x3d,0x01,0xb2,0xe9, +0xf3,0xe9,0xf1,0xfc,0xfc,0x00,0xf8,0xfb,0xe7,0xfa,0xce,0x01,0xf3,0x02,0xf7,0x00, +0xf3,0xf1,0xfd,0xf3,0x00,0x00,0xf7,0xf4,0xfd,0xf7,0xfb,0xfb,0xfa,0xfb,0xf3,0x0a, +0x01,0x11,0xfc,0x43,0x00,0x20,0xf5,0xfe,0x78,0x00,0x00,0x9d,0x00,0x12,0xff,0x41, +0x00,0x17,0xff,0x5b,0x00,0x41,0xf1,0xfc,0xf1,0xf9,0x0b,0x01,0x42,0xf3,0xfe,0x00, +0xfe,0x7b,0x02,0x11,0xfa,0xbe,0x00,0x83,0xfc,0xfd,0x00,0xfa,0xfe,0xfe,0xfc,0xfe, +0xf9,0x01,0x21,0xf9,0xfd,0xbf,0x00,0x24,0xf6,0xff,0x86,0x01,0x02,0x4f,0x00,0x06, +0xd5,0x01,0x00,0x02,0x00,0x12,0xf9,0x1c,0x00,0x53,0xfb,0xfe,0xfd,0xfc,0xfe,0x18, +0x00,0x32,0xfd,0xfb,0x00,0x30,0x01,0x41,0xfb,0xfd,0xfe,0xfb,0x44,0x00,0xd2,0xeb, +0xf1,0xeb,0xf5,0xf9,0xf9,0xfd,0xfd,0xfd,0xec,0xfc,0xfd,0xfe,0xa9,0x00,0xf7,0x00, +0xf1,0xf6,0x00,0xf4,0x00,0x00,0xf8,0xf6,0xf7,0xf9,0xfd,0xfb,0xf9,0xfd,0xf5,0xf0, +0x00,0x70,0xff,0xfc,0xfb,0xfa,0x00,0xfe,0xff,0x37,0x01,0x22,0x00,0xfd,0x56,0x00, +0x00,0x42,0x01,0x2d,0xfd,0xfb,0x5f,0x02,0x63,0xf2,0xfc,0xf7,0xfc,0x00,0xf3,0x79, +0x87,0x11,0x0d,0x18,0x01,0x12,0xfe,0x26,0x03,0x16,0xf7,0x41,0x01,0x00,0x15,0x01, +0x38,0xff,0x00,0xfb,0xa8,0x02,0x04,0xf6,0x03,0x44,0xfe,0xfe,0x01,0xfe,0x26,0x00, +0x83,0xf4,0x00,0xfc,0x00,0xff,0xf5,0x00,0xf9,0xa1,0x01,0x20,0xff,0xfb,0x96,0x02, +0x01,0xff,0x09,0x09,0x46,0x03,0x21,0x00,0xfd,0x30,0x00,0x33,0xfe,0xfb,0x00,0x5a, +0x04,0x11,0x01,0xc1,0x61,0x00,0x15,0x00,0x13,0x02,0x5d,0x00,0x50,0xfc,0xfc,0xfb, +0x00,0xfb,0x19,0x01,0x11,0xfa,0xf0,0x01,0x01,0x26,0x00,0x10,0xff,0x92,0x03,0x83, +0x01,0x08,0x08,0x00,0xf4,0xfd,0xf4,0xff,0x8d,0x86,0x92,0x09,0x00,0x0c,0x09,0x05, +0x0a,0x00,0x08,0xfc,0x49,0x01,0x10,0xff,0xe1,0x03,0x01,0x64,0x01,0x22,0x01,0xfb, +0x5f,0x04,0x15,0xf7,0x9a,0x03,0x11,0xfd,0x9c,0x01,0x00,0x33,0x00,0x01,0x3a,0x0e, +0x36,0x00,0x01,0xfd,0x1e,0x03,0x14,0xfd,0x5a,0x03,0x08,0xe4,0x00,0x07,0x90,0x04, +0x75,0x01,0xf1,0x01,0x00,0x01,0x01,0xfb,0xeb,0x75,0x12,0xfd,0xbe,0x00,0x00,0x31, +0x00,0x2f,0xfa,0xfd,0xb6,0x03,0x0a,0x07,0x71,0x73,0x0a,0x3a,0x01,0x05,0x0a,0x01, +0x1f,0xfa,0x34,0x00,0x02,0xa4,0xf0,0xfb,0xf0,0xfb,0x02,0x02,0x00,0xfd,0x00,0xf2, +0x2a,0x02,0x34,0x01,0xfb,0xfe,0x86,0x02,0x51,0x02,0x02,0x00,0x02,0xff,0xd8,0x00, +0x15,0x02,0x64,0x04,0x01,0xbe,0x00,0x1f,0xfc,0x90,0x05,0x02,0x75,0xff,0xf9,0xff, +0x00,0x01,0x01,0xf9,0x7e,0x00,0x11,0xff,0x0a,0x01,0x10,0xfe,0x55,0x00,0x15,0xfc, +0x92,0x00,0x42,0xfe,0xf5,0xfd,0xf5,0x72,0x03,0x10,0xf8,0xd6,0x01,0x00,0xdb,0x02, +0x36,0x00,0xfc,0xff,0x78,0x04,0x02,0x1b,0x01,0x51,0xfe,0xf2,0x00,0xf2,0xff,0x43, +0x00,0x11,0xfa,0x72,0x00,0x10,0xfd,0xc8,0x01,0x0a,0x26,0x00,0x00,0x68,0x01,0x30, +0x03,0xfd,0xfd,0x5d,0x7d,0x00,0x92,0x01,0x10,0xfb,0x4e,0x00,0x11,0xf9,0x30,0x01, +0x06,0x4f,0x02,0x02,0x2e,0x00,0x42,0xf5,0x00,0xf5,0xff,0x74,0x04,0x00,0x38,0x02, +0x10,0x00,0x6e,0x05,0x08,0x72,0x00,0x23,0xfd,0x00,0x04,0x03,0x0a,0xcc,0x03,0x11, +0xfc,0x9b,0x00,0x12,0xff,0xb5,0x00,0x13,0xff,0x4e,0x03,0x02,0x72,0x3d,0x10,0x02, +0xb9,0x05,0x37,0x04,0x03,0x05,0x05,0x17,0x12,0x06,0x9f,0x09,0xf1,0x0c,0x08,0x09, +0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0x10,0x00,0x00,0x0a,0x11,0x0a,0x12,0x13, +0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0x8b,0x08,0xff,0x0c,0x1d,0x1e,0x00, +0x1f,0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28, +0x25,0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x92,0x01,0xf9,0x02, +0x00,0xc9,0x3e,0x31,0x04,0x00,0x05,0xad,0xc9,0x14,0x00,0xfa,0x43,0x10,0x0a,0xc6, +0x0f,0x21,0x00,0x0c,0xd9,0x05,0x00,0xff,0x02,0x11,0x00,0x08,0x00,0x51,0x0d,0x00, +0x0f,0x10,0x11,0x03,0x03,0x30,0x00,0x17,0x03,0xd8,0x0a,0xf0,0x02,0x00,0x19,0x19, +0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x0d,0x03, +0x43,0x23,0x24,0x25,0x26,0x31,0x8c,0x0f,0x01,0x00,0xff,0xff,0x86,0x50,0x00,0x00, +0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 63475, .glyph_id_start = 113, .list_length = 654, .type = 3, .unicode_list = 6136, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[53257] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_bold_STD_s = { +.uncomp_size = 52993, +.comp_size = 44451, +.line_height = 13, +.base_line = 3, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 7444, +.class_pair_values = 49749, +.left_class_mapping = 51459, +.right_class_mapping = 52226, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 53257, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_32.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_tw_bold_32.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL.c index 1a8c4a1346d..3e4ea1c6f0c 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL.c @@ -9411,7 +9411,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[305974] __SDRAMFONTS; -const etxLz4Font lv_font_noto_tw_bold_32 = { +const etxLz4Font lv_font_noto_tw_bold_XL = { .uncomp_size = 305774, .comp_size = 150396, .line_height = 40, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL_s.c new file mode 100644 index 00000000000..07c3abac50d --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XL_s.c @@ -0,0 +1,5660 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x90,0x04,0x08,0x00,0xf0,0x58,0x60,0x07,0x05,0x0f,0x01, +0x00,0x26,0x00,0x80,0x0b,0x09,0x08,0x01,0x09,0x4a,0x00,0xc0,0x0b,0x0c,0x0f,0x00, +0x00,0xa4,0x00,0xc0,0x0b,0x0b,0x14,0x00,0xfd,0x12,0x01,0x40,0x13,0x13,0x0f,0x00, +0x00,0xa1,0x01,0xc0,0x0e,0x0f,0x0f,0x00,0x00,0x12,0x02,0x80,0x06,0x04,0x08,0x01, +0x09,0x22,0x02,0x90,0x07,0x06,0x17,0x01,0xfb,0x67,0x02,0x90,0x07,0x05,0x17,0x01, +0xfb,0xa1,0x02,0x20,0x0a,0x0a,0x09,0x00,0x08,0xce,0x02,0xc0,0x0b,0x0c,0x0c,0x00, +0x02,0x16,0x03,0x80,0x06,0x05,0x09,0x01,0xfb,0x2d,0x03,0x60,0x07,0x07,0x03,0x00, +0x05,0x38,0x10,0x00,0xf2,0x0e,0x05,0x01,0x00,0x45,0x03,0xc0,0x07,0x08,0x15,0x00, +0xfc,0x99,0x03,0xc0,0x0b,0x0b,0x0f,0x00,0x00,0xec,0x03,0xc0,0x0b,0x0a,0x0f,0x01, +0x00,0x37,0x04,0x10,0x00,0x13,0x8a,0x08,0x00,0x22,0xdd,0x04,0x88,0x00,0x23,0x37, +0x05,0x18,0x00,0x12,0x05,0x28,0x00,0x13,0xd5,0x08,0x00,0x22,0x20,0x06,0x18,0x00, +0x13,0x73,0x08,0x00,0x90,0xc6,0x06,0x80,0x06,0x05,0x0c,0x01,0x00,0xe4,0x08,0x00, +0x52,0x11,0x01,0xfb,0x0f,0x07,0x88,0x00,0x10,0x57,0x08,0x00,0x43,0x08,0x00,0x04, +0x87,0x10,0x00,0xf1,0x14,0xcf,0x07,0x40,0x0a,0x0a,0x0f,0x00,0x00,0x1a,0x08,0x20, +0x14,0x13,0x14,0x01,0xfb,0xd8,0x08,0xd0,0x0c,0x0e,0x0f,0xff,0x00,0x41,0x09,0xa0, +0x0d,0x0c,0x0f,0x01,0x00,0x9b,0x09,0x20,0x08,0x00,0xf1,0x04,0xf5,0x09,0x40,0x0e, +0x0d,0x0f,0x01,0x00,0x57,0x0a,0x50,0x0c,0x0b,0x0f,0x01,0x00,0xaa,0x0a,0xb0,0x78, +0x00,0x40,0xf5,0x0a,0x50,0x0e,0x20,0x00,0x40,0x4f,0x0b,0x20,0x0f,0x20,0x00,0xc1, +0xb1,0x0b,0xa0,0x06,0x04,0x0f,0x01,0x00,0xcf,0x0b,0x60,0x0b,0x58,0x00,0x30,0x0c, +0xc0,0x0d,0x18,0x00,0x31,0x7c,0x0c,0x90,0x30,0x00,0xb1,0xc7,0x0c,0x10,0x11,0x0f, +0x0f,0x01,0x00,0x38,0x0d,0x00,0x30,0x00,0xb1,0x9a,0x0d,0x60,0x0f,0x0e,0x0f,0x01, +0x00,0x03,0x0e,0x50,0x68,0x00,0xb1,0x5d,0x0e,0x60,0x0f,0x0e,0x13,0x01,0xfc,0xe2, +0x0e,0xa0,0x38,0x00,0x40,0x44,0x0f,0x80,0x0c,0xf8,0x00,0x13,0x9e,0x08,0x00,0x31, +0xf8,0x0f,0xf0,0x88,0x00,0x31,0x5a,0x10,0x60,0xa8,0x00,0xf1,0x0c,0xc3,0x10,0x50, +0x12,0x12,0x0f,0x00,0x00,0x4a,0x11,0x90,0x0c,0x0d,0x0f,0x00,0x00,0xac,0x11,0xa0, +0x0b,0x0d,0x0f,0xff,0x00,0x0e,0x12,0x40,0x30,0x00,0xa2,0x68,0x12,0x90,0x07,0x05, +0x15,0x02,0xfc,0x9d,0x12,0x68,0x01,0xf1,0x4c,0xf1,0x12,0x90,0x07,0x06,0x15,0x00, +0xfc,0x30,0x13,0xc0,0x0b,0x0a,0x0a,0x01,0x07,0x62,0x13,0x50,0x0b,0x0c,0x02,0x00, +0xfd,0x6e,0x13,0x80,0x0c,0x06,0x07,0x02,0x0d,0x83,0x13,0xd0,0x0b,0x0a,0x0c,0x01, +0x00,0xbf,0x13,0xe0,0x0c,0x0b,0x11,0x01,0x00,0x1d,0x14,0x90,0x0a,0x0a,0x0c,0x00, +0x00,0x59,0x14,0xe0,0x0c,0x0c,0x11,0x00,0x00,0xbf,0x14,0xa0,0x0b,0x0b,0x0c,0x00, +0x00,0x01,0x15,0x70,0x07,0x09,0x11,0x00,0x00,0x4e,0x15,0xf0,0x0b,0x0c,0x10,0x00, +0xfc,0xae,0x15,0xd0,0x30,0x00,0xf1,0x04,0x0c,0x16,0x10,0x06,0x04,0x11,0x01,0x00, +0x2e,0x16,0x20,0x06,0x07,0x15,0xfe,0xfc,0x78,0x16,0x20,0x18,0x00,0x30,0xd6,0x16, +0x50,0x88,0x01,0xf0,0x16,0x00,0x01,0x17,0x40,0x13,0x11,0x0c,0x01,0x00,0x67,0x17, +0xd0,0x0c,0x0b,0x0c,0x01,0x00,0xa9,0x17,0x80,0x0c,0x0c,0x0c,0x00,0x00,0xf1,0x17, +0xe0,0x0c,0x0b,0x10,0x01,0xfc,0x49,0x18,0xe0,0x0c,0x50,0x00,0xc0,0xa9,0x18,0xc0, +0x08,0x08,0x0c,0x01,0x00,0xd9,0x18,0xe0,0x09,0x80,0x00,0xb1,0x15,0x19,0x60,0x08, +0x09,0x0f,0x00,0x00,0x59,0x19,0xc0,0x38,0x00,0x40,0x9b,0x19,0x80,0x0b,0x38,0x00, +0xb1,0xe3,0x19,0x40,0x11,0x11,0x0c,0x00,0x00,0x49,0x1a,0x40,0x98,0x00,0x31,0x8b, +0x1a,0x80,0x90,0x00,0x31,0xeb,0x1a,0x40,0xb8,0x00,0xf3,0x02,0x27,0x1b,0x90,0x07, +0x07,0x15,0x00,0xfc,0x71,0x1b,0xf0,0x05,0x02,0x18,0x02,0xfa,0x89,0x10,0x00,0xf0, +0x12,0xd3,0x1b,0xc0,0x0b,0x0c,0x04,0x00,0x06,0xeb,0x1b,0x10,0x08,0x08,0x07,0x00, +0x0a,0x07,0x1c,0x00,0x14,0x08,0x07,0x00,0xfe,0x23,0x1c,0x00,0x14,0x14,0x04,0x00, +0x06,0x4b,0x08,0x00,0xd1,0x12,0x00,0xff,0xff,0x1c,0x00,0x14,0x12,0x12,0x01,0xfe, +0xa1,0x1d,0x10,0x00,0xb2,0xfe,0x55,0x1e,0x00,0x14,0x12,0x13,0x01,0xfe,0x00,0x1f, +0x08,0x00,0x22,0xab,0x1f,0x18,0x00,0x22,0x5f,0x20,0x10,0x00,0x90,0x0a,0x21,0x00, +0x14,0x14,0x15,0x00,0xfd,0xdc,0x08,0x00,0xf2,0x06,0x13,0x00,0xfe,0x9a,0x22,0x00, +0x14,0x12,0x10,0x01,0xff,0x2a,0x23,0x00,0x14,0x12,0x14,0x01,0xfe,0xde,0x23,0x20, +0x00,0xf2,0x0b,0xb0,0x24,0x00,0x14,0x14,0x14,0x00,0xfd,0x78,0x25,0x00,0x14,0x13, +0x13,0x01,0xfe,0x2d,0x26,0x00,0x14,0x13,0x14,0x00,0xfd,0xeb,0x26,0x20,0x00,0x22, +0xbd,0x27,0x40,0x00,0x22,0x7b,0x28,0x28,0x00,0x22,0x43,0x29,0x18,0x00,0x20,0x15, +0x2a,0x68,0x00,0x42,0x00,0xfe,0xc0,0x2a,0x10,0x00,0x20,0x92,0x2b,0x40,0x00,0x42, +0x00,0xfe,0x47,0x2c,0x28,0x00,0x21,0x0f,0x2d,0x08,0x00,0x32,0xfe,0xd7,0x2d,0x20, +0x00,0x22,0xa9,0x2e,0x10,0x00,0x22,0x71,0x2f,0x50,0x00,0x22,0x2f,0x30,0x30,0x00, +0x22,0xe4,0x30,0x18,0x00,0x22,0xac,0x31,0x28,0x00,0x22,0x7e,0x32,0x40,0x00,0x22, +0x46,0x33,0x18,0x00,0x22,0x0e,0x34,0x30,0x00,0x22,0xcc,0x34,0x20,0x00,0x22,0x9e, +0x35,0x38,0x00,0x22,0x53,0x36,0x20,0x00,0x22,0x1b,0x37,0x10,0x00,0x22,0xd0,0x37, +0x10,0x00,0x22,0x98,0x38,0x10,0x00,0x22,0x4d,0x39,0x10,0x00,0x21,0x15,0x3a,0xd0, +0x00,0x32,0xfe,0xd3,0x3a,0x10,0x00,0x22,0x9b,0x3b,0x48,0x00,0x22,0x6d,0x3c,0x58, +0x00,0x22,0x2b,0x3d,0x10,0x00,0x22,0xfd,0x3d,0x78,0x00,0x22,0xc5,0x3e,0x10,0x00, +0x22,0x97,0x3f,0x08,0x00,0x22,0x69,0x40,0x08,0x00,0x22,0x3b,0x41,0x20,0x00,0x22, +0x03,0x42,0x08,0x00,0x22,0xcb,0x42,0x40,0x00,0xa2,0x89,0x43,0x00,0x14,0x11,0x13, +0x02,0xfe,0x2b,0x44,0x60,0x00,0x22,0xf3,0x44,0x18,0x00,0x22,0xb1,0x45,0x08,0x00, +0x22,0x6f,0x46,0x98,0x01,0x22,0x23,0x47,0x10,0x00,0x13,0xe1,0x08,0x00,0x22,0x9f, +0x48,0x18,0x00,0x22,0x53,0x49,0xb0,0x01,0x13,0xfe,0x08,0x00,0x22,0xa9,0x4a,0x60, +0x00,0x21,0x71,0x4b,0xc8,0x00,0x32,0xfd,0x26,0x4c,0x90,0x01,0x22,0xe4,0x4c,0xc8, +0x00,0x22,0xa2,0x4d,0x18,0x00,0x22,0x57,0x4e,0x10,0x00,0xa2,0x15,0x4f,0x00,0x14, +0x13,0x12,0x00,0xfe,0xc0,0x4f,0x28,0x00,0x22,0x7e,0x50,0x08,0x00,0x22,0x3c,0x51, +0x08,0x01,0x22,0xf1,0x51,0x50,0x00,0x22,0xb9,0x52,0x38,0x00,0x22,0x6e,0x53,0x38, +0x00,0x22,0x2c,0x54,0x28,0x00,0x13,0xea,0x08,0x00,0x22,0xa8,0x55,0xe8,0x00,0x22, +0x7a,0x56,0xc8,0x00,0x22,0x42,0x57,0x18,0x00,0x22,0x00,0x58,0x10,0x00,0xa2,0xc8, +0x58,0x00,0x14,0x12,0x11,0x01,0xff,0x61,0x59,0x28,0x00,0x22,0x33,0x5a,0x58,0x00, +0x22,0xfb,0x5a,0xd0,0x00,0x22,0xb9,0x5b,0xd0,0x00,0x22,0x6d,0x5c,0x30,0x00,0x22, +0x35,0x5d,0x10,0x00,0x22,0xe9,0x5d,0x20,0x00,0x21,0xa7,0x5e,0x08,0x00,0xb2,0xfd, +0x65,0x5f,0x00,0x14,0x10,0x11,0x02,0xfe,0xed,0x5f,0xb8,0x00,0x21,0x98,0x60,0x78, +0x02,0x32,0xfd,0x4d,0x61,0x98,0x02,0x22,0x01,0x62,0xb8,0x00,0x21,0xb6,0x62,0x10, +0x01,0x60,0xfd,0x61,0x63,0x00,0x14,0x12,0xe8,0x00,0x11,0x64,0x20,0x00,0x32,0xfd, +0xc9,0x64,0x58,0x00,0x22,0x7d,0x65,0x58,0x00,0x22,0x3b,0x66,0xa8,0x00,0x22,0xf9, +0x66,0x40,0x01,0x22,0xa4,0x67,0x40,0x00,0x22,0x59,0x68,0x30,0x03,0x22,0xfb,0x68, +0xa8,0x00,0x22,0xc3,0x69,0x10,0x00,0x22,0x65,0x6a,0x08,0x00,0x22,0x07,0x6b,0x48, +0x00,0x22,0xbb,0x6b,0x10,0x00,0x22,0x5d,0x6c,0x08,0x00,0x23,0xff,0x6c,0x68,0x03, +0x12,0x6d,0x08,0x00,0x22,0x43,0x6e,0x08,0x00,0x13,0xe5,0x08,0x00,0x22,0x87,0x6f, +0x08,0x00,0x22,0x29,0x70,0x68,0x00,0x22,0xde,0x70,0x88,0x00,0x22,0x9c,0x71,0xf8, +0x00,0xa2,0x64,0x72,0x00,0x14,0x13,0x15,0x00,0xfd,0x2c,0x73,0x10,0x00,0x22,0xf4, +0x73,0x28,0x00,0x22,0xa9,0x74,0x38,0x01,0x22,0x7b,0x75,0x30,0x00,0x22,0x39,0x76, +0x98,0x00,0x22,0x01,0x77,0x18,0x00,0x23,0xd3,0x77,0xa0,0x02,0x12,0x78,0xa0,0x01, +0x22,0x59,0x79,0xa0,0x00,0x22,0x0d,0x7a,0x18,0x00,0x22,0xd5,0x7a,0xa0,0x03,0x22, +0x8a,0x7b,0x40,0x00,0x22,0x48,0x7c,0x20,0x00,0x22,0xfc,0x7c,0x10,0x00,0x22,0xba, +0x7d,0x08,0x00,0x22,0x78,0x7e,0x08,0x00,0x22,0x36,0x7f,0x60,0x00,0x22,0xfe,0x7f, +0x40,0x00,0x22,0xc6,0x80,0x10,0x00,0x22,0x8e,0x81,0x68,0x01,0x22,0x42,0x82,0x10, +0x00,0x22,0x0a,0x83,0x30,0x00,0x22,0xc8,0x83,0x18,0x00,0x22,0x7c,0x84,0x08,0x00, +0x22,0x30,0x85,0x98,0x00,0x22,0x02,0x86,0x08,0x00,0x22,0xd4,0x86,0x48,0x00,0x23, +0x9c,0x87,0xe8,0x00,0x13,0x88,0xe8,0x00,0x12,0x89,0x48,0x00,0x13,0xf4,0x08,0x00, +0x22,0xbc,0x8a,0x08,0x00,0x22,0x84,0x8b,0x38,0x00,0x22,0x56,0x8c,0x10,0x00,0x22, +0x1e,0x8d,0x08,0x01,0x23,0xd3,0x8d,0xe8,0x00,0x12,0x8e,0x18,0x00,0x22,0x63,0x8f, +0xc8,0x00,0x22,0x17,0x90,0xa0,0x02,0x13,0xcc,0x08,0x00,0x22,0x81,0x91,0x30,0x02, +0x22,0x3f,0x92,0x20,0x00,0x10,0xf3,0x08,0x00,0x52,0x10,0x00,0xff,0x93,0x93,0xb0, +0x00,0x22,0x51,0x94,0x50,0x00,0x20,0x06,0x95,0x48,0x02,0x42,0x01,0xfe,0xb1,0x95, +0x10,0x00,0x22,0x66,0x96,0x28,0x01,0x22,0x1b,0x97,0x10,0x02,0x13,0xc6,0x08,0x00, +0x30,0x71,0x98,0x00,0x58,0x07,0x32,0xfd,0x2f,0x99,0x10,0x00,0x22,0xda,0x99,0x48, +0x00,0x22,0x98,0x9a,0x60,0x00,0x22,0x4c,0x9b,0xb0,0x00,0x22,0x1e,0x9c,0xa0,0x00, +0x22,0xe6,0x9c,0x10,0x00,0x22,0xb8,0x9d,0x08,0x00,0x22,0x8a,0x9e,0xb0,0x00,0x22, +0x52,0x9f,0x98,0x00,0x21,0x10,0xa0,0x50,0x00,0xb2,0xfe,0xce,0xa0,0x00,0x14,0x11, +0x14,0x01,0xfd,0x78,0xa1,0xb8,0x00,0x22,0x2d,0xa2,0x28,0x00,0x22,0xf5,0xa2,0x98, +0x00,0x22,0xa0,0xa3,0x10,0x00,0x22,0x68,0xa4,0x70,0x00,0x22,0x26,0xa5,0x50,0x00, +0x22,0xf8,0xa5,0x18,0x00,0x22,0xc0,0xa6,0x08,0x00,0x22,0x88,0xa7,0x20,0x00,0x22, +0x46,0xa8,0x08,0x00,0x22,0x04,0xa9,0x08,0x00,0x22,0xc2,0xa9,0x20,0x00,0x23,0x8a, +0xaa,0x80,0x00,0x12,0xab,0xa0,0x00,0x22,0x1a,0xac,0x10,0x00,0x22,0xe2,0xac,0x10, +0x00,0x22,0xaa,0xad,0x08,0x00,0x22,0x72,0xae,0x08,0x00,0x22,0x3a,0xaf,0x68,0x00, +0x22,0x0c,0xb0,0x10,0x00,0x22,0xd4,0xb0,0x50,0x00,0x22,0x92,0xb1,0xb8,0x00,0x22, +0x50,0xb2,0x18,0x00,0x22,0x18,0xb3,0x08,0x00,0x22,0xe0,0xb3,0x50,0x00,0x23,0xa8, +0xb4,0x08,0x04,0x12,0xb5,0x08,0x00,0x20,0x4c,0xb6,0xe8,0x01,0x42,0x01,0xfd,0x14, +0xb7,0x10,0x00,0x23,0xe6,0xb7,0x18,0x01,0x12,0xb8,0x98,0x03,0x22,0x6c,0xb9,0x38, +0x00,0x22,0x34,0xba,0x10,0x02,0x22,0xfc,0xba,0x10,0x00,0x22,0xc4,0xbb,0x08,0x00, +0x22,0x8c,0xbc,0x08,0x00,0x22,0x54,0xbd,0x68,0x00,0x22,0x1c,0xbe,0x10,0x00,0x22, +0xe4,0xbe,0x48,0x00,0x22,0xb6,0xbf,0x10,0x00,0x23,0x7e,0xc0,0xf8,0x05,0x12,0xc1, +0x18,0x00,0x22,0x18,0xc2,0x10,0x00,0x22,0xe0,0xc2,0x10,0x00,0x22,0xb2,0xc3,0xc0, +0x00,0x22,0x70,0xc4,0x18,0x00,0x22,0x38,0xc5,0x10,0x00,0x22,0xf6,0xc5,0x10,0x00, +0x22,0xbe,0xc6,0x60,0x00,0x22,0x86,0xc7,0x10,0x00,0x22,0x4e,0xc8,0x08,0x00,0x22, +0x16,0xc9,0x08,0x00,0x22,0xde,0xc9,0x28,0x04,0x22,0x9c,0xca,0x38,0x00,0x22,0x5a, +0xcb,0x18,0x00,0x22,0x22,0xcc,0x10,0x00,0x22,0xe0,0xcc,0x40,0x02,0x22,0x95,0xcd, +0x18,0x00,0x22,0x5d,0xce,0x08,0x00,0x22,0x25,0xcf,0x20,0x00,0x22,0xe3,0xcf,0x10, +0x00,0x22,0xab,0xd0,0x10,0x00,0x22,0x69,0xd1,0x08,0x00,0x22,0x27,0xd2,0x78,0x00, +0x22,0xef,0xd2,0xa8,0x00,0x22,0xc1,0xd3,0x28,0x00,0x22,0x89,0xd4,0x10,0x00,0x22, +0x5b,0xd5,0x28,0x00,0x22,0x19,0xd6,0x48,0x01,0x23,0xe1,0xd6,0x00,0x06,0x12,0xd7, +0x28,0x00,0x22,0x67,0xd8,0x10,0x00,0x22,0x25,0xd9,0x10,0x00,0x22,0xed,0xd9,0x10, +0x00,0x22,0xab,0xda,0x10,0x00,0x22,0x73,0xdb,0x10,0x00,0x22,0x31,0xdc,0x08,0x00, +0x13,0xef,0x08,0x00,0x22,0xad,0xdd,0x60,0x00,0x22,0x7f,0xde,0x08,0x00,0x22,0x51, +0xdf,0x88,0x00,0x22,0x19,0xe0,0x00,0x03,0x22,0xce,0xe0,0x90,0x01,0x22,0x96,0xe1, +0x20,0x00,0x22,0x68,0xe2,0x50,0x00,0xa2,0x30,0xe3,0x00,0x14,0x0e,0x12,0x03,0xfe, +0xae,0xe3,0x60,0x05,0x22,0x59,0xe4,0x88,0x05,0x22,0x04,0xe5,0x38,0x00,0x22,0xb9, +0xe5,0xe0,0x02,0x22,0x77,0xe6,0x70,0x05,0x23,0x2b,0xe7,0xd8,0x06,0x12,0xe7,0x28, +0x00,0x22,0x9e,0xe8,0x80,0x00,0x22,0x5c,0xe9,0x48,0x03,0x22,0x07,0xea,0x30,0x00, +0x22,0xc5,0xea,0x18,0x00,0x22,0x83,0xeb,0x50,0x03,0x22,0x37,0xec,0x70,0x01,0x13, +0xf5,0x08,0x00,0x22,0xb3,0xed,0x20,0x00,0x23,0x71,0xee,0x00,0x08,0x12,0xef,0x08, +0x00,0x23,0xed,0xef,0xf0,0x00,0x13,0xf0,0xf0,0x00,0x12,0xf1,0x40,0x00,0x22,0x27, +0xf2,0x38,0x00,0x22,0xe5,0xf2,0x20,0x00,0x22,0xa3,0xf3,0xc8,0x00,0x22,0x75,0xf4, +0x90,0x00,0x22,0x3d,0xf5,0x18,0x00,0x22,0xfb,0xf5,0x10,0x00,0x22,0xc3,0xf6,0x40, +0x00,0x22,0x8b,0xf7,0x18,0x00,0x22,0x49,0xf8,0x08,0x00,0x22,0x07,0xf9,0x08,0x00, +0x23,0xc5,0xf9,0xa0,0x00,0x12,0xfa,0x28,0x00,0x22,0x4b,0xfb,0x10,0x00,0x22,0x09, +0xfc,0x10,0x00,0x13,0xd1,0x08,0x00,0x22,0x99,0xfd,0x78,0x00,0x22,0x57,0xfe,0x70, +0x00,0x22,0x29,0xff,0x10,0x00,0x22,0xe7,0xff,0x20,0x01,0x31,0x9c,0x00,0x01,0x90, +0x09,0xb1,0x50,0x01,0x01,0x14,0x14,0x11,0x00,0xff,0xfa,0x01,0x01,0x38,0x00,0x31, +0xc2,0x02,0x01,0x40,0x02,0x31,0x77,0x03,0x01,0xc0,0x00,0x31,0x2b,0x04,0x01,0x60, +0x00,0x31,0xe9,0x04,0x01,0x48,0x00,0xb2,0xbb,0x05,0x01,0x14,0x12,0x15,0x01,0xfd, +0x78,0x06,0x01,0xa0,0x05,0x12,0x07,0x08,0x00,0x13,0xf4,0x08,0x00,0x22,0xb2,0x08, +0x40,0x00,0x32,0x67,0x09,0x01,0x10,0x02,0x22,0x0a,0x01,0x78,0x02,0x03,0x08,0x00, +0x31,0xa1,0x0b,0x01,0xe8,0x00,0x22,0x69,0x0c,0x08,0x00,0x31,0x31,0x0d,0x01,0x98, +0x00,0x32,0xef,0x0d,0x01,0x10,0x02,0x12,0x0e,0x88,0x00,0x22,0x75,0x0f,0x10,0x00, +0x32,0x33,0x10,0x01,0xa0,0x07,0x03,0x08,0x00,0x22,0xc3,0x11,0x18,0x00,0x22,0x81, +0x12,0x90,0x00,0x22,0x53,0x13,0x40,0x00,0x22,0x11,0x14,0x20,0x00,0x22,0xd9,0x14, +0x20,0x00,0x22,0x97,0x15,0x08,0x00,0x22,0x55,0x16,0x18,0x00,0x22,0x1d,0x17,0x70, +0x00,0x32,0xe5,0x17,0x01,0x88,0x01,0x12,0x18,0x08,0x00,0x22,0x61,0x19,0x20,0x00, +0x22,0x29,0x1a,0x08,0x00,0x13,0xf1,0x08,0x00,0x22,0xb9,0x1b,0x08,0x00,0x22,0x81, +0x1c,0x28,0x00,0x22,0x3f,0x1d,0x68,0x00,0x22,0xfd,0x1d,0x48,0x00,0x32,0xc5,0x1e, +0x01,0x88,0x01,0x12,0x1f,0x10,0x00,0x22,0x4b,0x20,0x20,0x00,0x32,0x09,0x21,0x01, +0x88,0x01,0x21,0x21,0x01,0x48,0x05,0x22,0x86,0x22,0xa8,0x00,0xa2,0x58,0x23,0x01, +0x14,0x15,0x15,0x00,0xfd,0x35,0x24,0x38,0x00,0x13,0xf3,0x08,0x00,0x31,0xb1,0x25, +0x01,0x78,0x02,0x32,0x6f,0x26,0x01,0x60,0x09,0x12,0x27,0x40,0x00,0x22,0xeb,0x27, +0x10,0x00,0x22,0x9f,0x28,0x28,0x00,0x30,0x5d,0x29,0x01,0xa8,0x0a,0x30,0xfd,0x08, +0x2a,0x08,0x00,0x42,0x02,0xfe,0xb3,0x2a,0x38,0x00,0x31,0x71,0x2b,0x01,0x08,0x05, +0x31,0x2f,0x2c,0x01,0xa8,0x05,0x31,0xda,0x2c,0x01,0xe0,0x01,0x31,0x8f,0x2d,0x01, +0xe0,0x07,0x22,0x31,0x2e,0x50,0x00,0xb1,0xf9,0x2e,0x01,0x14,0x10,0x14,0x02,0xfe, +0x99,0x2f,0x01,0xc0,0x03,0x22,0x61,0x30,0x58,0x00,0x22,0x1f,0x31,0x08,0x00,0xb2, +0xdd,0x31,0x01,0x14,0x10,0x12,0x02,0xfe,0x6d,0x32,0x01,0x50,0x0a,0x12,0x33,0xc8, +0x01,0x13,0xe0,0x08,0x00,0x22,0x95,0x34,0x68,0x00,0x22,0x53,0x35,0x10,0x00,0x22, +0x08,0x36,0x28,0x00,0x13,0xc6,0x08,0x00,0x22,0x84,0x37,0x08,0x00,0x22,0x42,0x38, +0xf8,0x00,0x22,0xf7,0x38,0x10,0x00,0x22,0xb5,0x39,0x08,0x00,0x32,0x73,0x3a,0x01, +0x00,0x04,0x13,0x3b,0x90,0x00,0x12,0x3b,0x10,0x00,0x22,0xb7,0x3c,0x08,0x00,0x31, +0x75,0x3d,0x01,0xb0,0x07,0x22,0x29,0x3e,0x50,0x01,0x22,0xf1,0x3e,0x70,0x00,0x22, +0xaf,0x3f,0x30,0x00,0x22,0x77,0x40,0x48,0x01,0x22,0x49,0x41,0x20,0x00,0x22,0x11, +0x42,0x08,0x00,0x22,0xd9,0x42,0x18,0x00,0x22,0xab,0x43,0x10,0x00,0x31,0x73,0x44, +0x01,0x78,0x08,0x22,0x31,0x45,0x10,0x00,0x13,0xf9,0x08,0x00,0x32,0xc1,0x46,0x01, +0xd0,0x04,0x22,0x47,0x01,0xd0,0x04,0x12,0x48,0x28,0x00,0x22,0x19,0x49,0x80,0x00, +0x13,0xd7,0x08,0x00,0x22,0x95,0x4a,0xe0,0x00,0x22,0x4a,0x4b,0x38,0x00,0x22,0x12, +0x4c,0x30,0x00,0x32,0xe4,0x4c,0x01,0xe0,0x0b,0x12,0x4d,0x28,0x00,0x22,0x6a,0x4e, +0x18,0x00,0x22,0x3c,0x4f,0x58,0x00,0x22,0x04,0x50,0x10,0x00,0x22,0xd6,0x50,0x80, +0x01,0x22,0x8b,0x51,0x18,0x00,0x23,0x53,0x52,0xa0,0x02,0x13,0x53,0xb0,0x00,0x03, +0x08,0x00,0x22,0xa1,0x54,0x48,0x00,0x22,0x5f,0x55,0x10,0x00,0x22,0x27,0x56,0x40, +0x00,0x31,0xf9,0x56,0x01,0xf0,0x04,0x22,0xc1,0x57,0xc0,0x01,0x22,0x63,0x58,0x28, +0x00,0x22,0x21,0x59,0x58,0x00,0x22,0xd6,0x59,0xa0,0x00,0x32,0x8b,0x5a,0x01,0x20, +0x04,0x12,0x5b,0x68,0x00,0x22,0x11,0x5c,0x10,0x00,0x22,0xcf,0x5c,0x28,0x00,0x22, +0x84,0x5d,0x58,0x00,0x22,0x4c,0x5e,0x20,0x00,0x22,0x14,0x5f,0x88,0x00,0xa2,0xd2, +0x5f,0x01,0x14,0x10,0x13,0x02,0xfe,0x6a,0x60,0x60,0x02,0x32,0x1e,0x61,0x01,0x28, +0x08,0x22,0x61,0x01,0x10,0x07,0x22,0x62,0x01,0x28,0x08,0x22,0x63,0x01,0xa0,0x09, +0x12,0x64,0x08,0x00,0x22,0x06,0x65,0x08,0x00,0x22,0xc4,0x65,0x48,0x00,0x22,0x82, +0x66,0x08,0x00,0x22,0x40,0x67,0x18,0x00,0x13,0xfe,0x08,0x00,0x32,0xbc,0x68,0x01, +0x38,0x09,0x21,0x69,0x01,0x58,0x05,0x22,0x2f,0x6a,0x10,0x00,0x22,0xf7,0x6a,0x68, +0x00,0x22,0xbf,0x6b,0x28,0x00,0x22,0x7d,0x6c,0x10,0x00,0x22,0x45,0x6d,0x08,0x00, +0x22,0x0d,0x6e,0x18,0x00,0x13,0xcb,0x08,0x00,0x22,0x89,0x6f,0x18,0x00,0x22,0x51, +0x70,0x10,0x00,0x22,0x0f,0x71,0x98,0x00,0x22,0xe1,0x71,0x50,0x00,0x32,0xa9,0x72, +0x01,0x88,0x0d,0x12,0x73,0x10,0x00,0x22,0x39,0x74,0x30,0x01,0x22,0xdb,0x74,0xd8, +0x00,0x22,0x8f,0x75,0x20,0x03,0x22,0x4d,0x76,0x20,0x00,0x22,0x15,0x77,0x08,0x00, +0x22,0xdd,0x77,0xc0,0x04,0x20,0x9a,0x78,0x08,0x00,0x42,0x00,0xfd,0x57,0x79,0x18, +0x00,0x23,0x1f,0x7a,0x08,0x03,0x12,0x7a,0x78,0x02,0x22,0x9b,0x7b,0x60,0x00,0x22, +0x63,0x7c,0x20,0x00,0x22,0x2b,0x7d,0x08,0x00,0x22,0xf3,0x7d,0x18,0x00,0x22,0xbb, +0x7e,0x90,0x00,0x22,0x8d,0x7f,0x08,0x00,0x23,0x5f,0x80,0xc8,0x01,0x12,0x81,0x48, +0x00,0x22,0xe5,0x81,0x10,0x00,0x23,0xad,0x82,0xd0,0x04,0x13,0x83,0xd0,0x04,0x13, +0x84,0xd0,0x04,0x13,0x84,0xd0,0x04,0x12,0x85,0x48,0x01,0x23,0x81,0x86,0xd0,0x04, +0x92,0x87,0x01,0x14,0x15,0x13,0x00,0xfe,0x1b,0x88,0x10,0x00,0x22,0xed,0x88,0x48, +0x00,0x22,0xb5,0x89,0x08,0x00,0x22,0x7d,0x8a,0x38,0x00,0x22,0x45,0x8b,0x20,0x00, +0x22,0x17,0x8c,0x40,0x00,0x22,0xd5,0x8c,0x60,0x00,0x22,0x93,0x8d,0x20,0x00,0x32, +0x5b,0x8e,0x01,0xb0,0x07,0x12,0x8f,0x10,0x00,0x23,0xe1,0x8f,0x38,0x01,0x12,0x90, +0x18,0x01,0x22,0x67,0x91,0x28,0x01,0x22,0x1b,0x92,0x28,0x00,0x22,0xd9,0x92,0x20, +0x00,0x23,0xa1,0x93,0xa0,0x05,0x22,0x94,0x01,0x30,0x0e,0x12,0x95,0x10,0x00,0x22, +0x03,0x96,0x10,0x00,0x23,0xd5,0x96,0x68,0x00,0x12,0x97,0x18,0x00,0x22,0x5b,0x98, +0x38,0x00,0x22,0x23,0x99,0x88,0x00,0x23,0xe1,0x99,0x68,0x00,0x13,0x9a,0xa0,0x01, +0x13,0x9b,0xa0,0x01,0x22,0x9c,0x01,0x28,0x0c,0x12,0x9d,0x08,0x00,0x13,0xc9,0x08, +0x00,0x22,0x91,0x9e,0x08,0x00,0x22,0x59,0x9f,0x60,0x00,0x23,0x2b,0xa0,0x68,0x01, +0x03,0x08,0x00,0x22,0xbb,0xa1,0xa8,0x00,0x22,0x6f,0xa2,0x10,0x00,0x22,0x37,0xa3, +0x28,0x00,0x23,0x09,0xa4,0x68,0x05,0x03,0x08,0x00,0x22,0x99,0xa5,0x18,0x00,0x22, +0x6b,0xa6,0x10,0x00,0x22,0x33,0xa7,0x80,0x00,0x32,0xfb,0xa7,0x01,0xd8,0x0d,0x22, +0xa8,0x01,0xd8,0x0d,0x22,0xa9,0x01,0xd8,0x0d,0x12,0xaa,0x08,0x00,0x23,0xfd,0xaa, +0xd0,0x05,0x12,0xab,0x08,0x00,0x23,0x8d,0xac,0xd0,0x01,0x13,0xad,0xd0,0x01,0x13, +0xae,0x98,0x03,0x13,0xae,0xb0,0x04,0x13,0xaf,0xb0,0x04,0x12,0xb0,0x68,0x00,0x22, +0x3d,0xb1,0x08,0x00,0x31,0x05,0xb2,0x01,0x00,0x0e,0x22,0xba,0xb2,0x88,0x02,0x31, +0x5c,0xb3,0x01,0x98,0x08,0x22,0x07,0xb4,0x10,0x00,0x13,0xa9,0x08,0x00,0x22,0x4b, +0xb5,0x08,0x00,0x13,0xed,0x08,0x00,0x22,0x8f,0xb6,0xb0,0x03,0x22,0x44,0xb7,0x08, +0x00,0x31,0xf9,0xb7,0x01,0xe0,0x0b,0x22,0xb7,0xb8,0xa8,0x05,0x22,0x7f,0xb9,0x10, +0x00,0x31,0x3d,0xba,0x01,0xc8,0x08,0x22,0xf1,0xba,0x10,0x00,0x22,0xaf,0xbb,0x08, +0x00,0x22,0x6d,0xbc,0xc8,0x04,0x23,0x2b,0xbd,0xa8,0x07,0x12,0xbd,0x08,0x06,0x22, +0x94,0xbe,0x80,0x00,0x22,0x3f,0xbf,0xf0,0x01,0x22,0xfd,0xbf,0x20,0x00,0x22,0xbb, +0xc0,0xb0,0x00,0x22,0x83,0xc1,0x28,0x00,0x22,0x2e,0xc2,0x40,0x00,0x22,0xec,0xc2, +0xb0,0x03,0x23,0x97,0xc3,0x38,0x07,0x21,0xc4,0x01,0x28,0x09,0x22,0x00,0xc5,0x38, +0x01,0x13,0xb4,0x08,0x00,0x32,0x68,0xc6,0x01,0x80,0x09,0x12,0xc7,0x08,0x00,0x22, +0xf8,0xc7,0x30,0x00,0x32,0xb6,0xc8,0x01,0x00,0x0b,0x12,0xc9,0x10,0x00,0x22,0x3c, +0xca,0x08,0x00,0x22,0xfa,0xca,0x38,0x00,0x22,0xae,0xcb,0x20,0x00,0x22,0x76,0xcc, +0x18,0x00,0x22,0x34,0xcd,0x10,0x00,0x32,0xfc,0xcd,0x01,0xf8,0x0d,0x12,0xce,0x68, +0x01,0x22,0x8c,0xcf,0x10,0x00,0x22,0x4a,0xd0,0x10,0x06,0x22,0xfe,0xd0,0xe8,0x00, +0x22,0xbc,0xd1,0x18,0x00,0x22,0x7a,0xd2,0x20,0x03,0x22,0x42,0xd3,0x10,0x00,0x22, +0x00,0xd4,0x38,0x00,0x22,0xd2,0xd4,0xb0,0x01,0xf2,0xff,0xff,0xff,0xff,0xf7,0x00, +0x00,0x51,0x2f,0x50,0x4d,0x5a,0x4d,0x5b,0x4d,0x5d,0x4d,0x7d,0x4d,0x82,0x4d,0x89, +0x4d,0x8b,0x4d,0x9b,0x4d,0xa8,0x4d,0xdc,0x4d,0xfb,0x4d,0xfe,0x4d,0x1b,0x4e,0x35, +0x4e,0x40,0x4e,0x46,0x4e,0x4b,0x4e,0x4d,0x4e,0x60,0x4e,0x7f,0x4e,0x98,0x4e,0x9d, +0x4e,0x9e,0x4e,0x9f,0x4e,0xac,0x4e,0xcf,0x4e,0xd6,0x4e,0xdb,0x4e,0xeb,0x4e,0x14, +0x4f,0x2d,0x4f,0x31,0x4f,0x3e,0x4f,0x3f,0x4f,0x5b,0x4f,0x5d,0x4f,0x62,0x4f,0x8c, +0x4f,0x9f,0x4f,0xac,0x4f,0xc4,0x4f,0xe9,0x4f,0x03,0x50,0x15,0x50,0x1f,0x50,0x50, +0x50,0x6f,0x50,0x82,0x50,0x95,0x50,0x99,0x50,0x9b,0x50,0xb5,0x50,0xb7,0x50,0xb8, +0x50,0xbc,0x50,0xc6,0x50,0xc7,0x50,0xc8,0x50,0xcc,0x50,0xda,0x50,0x4a,0x51,0x4d, +0x51,0x56,0x51,0x57,0x51,0x67,0x51,0x6d,0x51,0x75,0x51,0x79,0x51,0x7a,0x51,0x80, +0x51,0x86,0x51,0x87,0x51,0x9d,0x51,0xbf,0x51,0xc5,0x51,0xef,0x51,0xf0,0x51,0x25, +0x52,0x55,0x52,0x58,0x52,0x66,0x52,0x90,0x52,0x97,0x52,0xa4,0x52,0xb1,0x52,0xef, +0x52,0x13,0x53,0x1a,0x53,0x1d,0x53,0x26,0x53,0x33,0x53,0x3a,0x53,0x3f,0x53,0x40, +0x53,0x43,0x53,0x5c,0x53,0x5d,0x53,0x61,0x53,0x76,0x53,0x7b,0x53,0x7f,0x53,0x9a, +0x53,0xdc,0x53,0x9f,0x54,0xaf,0x54,0xfe,0x54,0x1e,0x55,0xb8,0x55,0x2e,0x56,0x4a, +0x56,0x4e,0x56,0x5b,0x56,0x5d,0x56,0x63,0x56,0x66,0x56,0x78,0x56,0x80,0x56,0x90, +0x56,0x97,0x56,0xa7,0x56,0xdb,0x56,0x47,0x57,0x4a,0x57,0x81,0x57,0x9a,0x57,0xbb, +0x57,0xee,0x57,0x23,0x58,0x66,0x58,0x6a,0x58,0x77,0x58,0x79,0x58,0x7a,0x58,0x81, +0x58,0x8e,0x58,0xcd,0x58,0x1b,0x59,0xa0,0x5a,0xa7,0x5a,0xa8,0x5a,0xc8,0x5a,0xd3, +0x5a,0xd9,0x5a,0xdc,0x5a,0xea,0x5a,0x09,0x5b,0x36,0x5b,0x3b,0x5b,0x3c,0x5b,0x48, +0x5b,0x49,0x5b,0x54,0x5b,0x57,0x5b,0x5d,0x5b,0x5e,0x5b,0x5f,0x5b,0x8a,0x5b,0x90, +0x5b,0x95,0x5b,0x9f,0x5b,0xa5,0x5b,0x35,0x5d,0x36,0x5d,0x3e,0x5d,0x42,0x5d,0x5c, +0x5d,0x86,0x5d,0x88,0x5d,0x8d,0x5d,0x90,0x5d,0x95,0x5d,0xa5,0x5d,0xc3,0x5d,0xdf, +0x5d,0xf6,0x5d,0x30,0x5e,0x46,0x5e,0x4a,0x5e,0x50,0x5e,0x5f,0x5e,0x65,0x5e,0x81, +0x5e,0x87,0x5e,0x98,0x5e,0xb2,0x5e,0xc1,0x5e,0xd5,0x5e,0xd8,0x5e,0xdc,0x5e,0xe1, +0x5e,0xee,0x5e,0xf9,0x5e,0xfa,0x5e,0xfe,0x5e,0x07,0x5f,0x3b,0x5f,0x4d,0x5f,0x70, +0x5f,0x75,0x5f,0xb2,0x5f,0xbf,0x5f,0x15,0x60,0x5f,0x60,0x6f,0x60,0x9b,0x60,0xb2, +0x60,0x19,0x61,0x60,0x61,0x66,0x61,0x7a,0x61,0x82,0x61,0x86,0x61,0x90,0x61,0x97, +0x61,0x9b,0x61,0xa3,0x61,0xce,0x61,0x19,0x62,0x22,0x62,0x4e,0x62,0x51,0x62,0x57, +0x62,0x59,0x62,0x7f,0x62,0xc7,0x62,0xd3,0x62,0xe2,0x62,0xf1,0x62,0xf5,0x62,0xf7, +0x62,0xf8,0x62,0x1f,0x63,0x20,0x63,0x22,0x63,0x2a,0x63,0x2b,0x63,0x66,0x63,0x97, +0x63,0xc8,0x63,0xf5,0x63,0xfd,0x63,0x17,0x64,0x1a,0x64,0x1d,0x64,0x2a,0x64,0x36, +0x64,0x3c,0x64,0x44,0x64,0x7f,0x64,0x86,0x64,0x89,0x64,0x8e,0x64,0x95,0x64,0x98, +0x64,0xa7,0x64,0xa9,0x64,0xc4,0x64,0xc8,0x64,0xd7,0x64,0xec,0x64,0xff,0x64,0x00, +0x65,0x07,0x65,0x09,0x65,0x0c,0x65,0x1b,0x65,0x35,0x65,0x5e,0x65,0x6f,0x65,0x70, +0x65,0x7f,0x65,0x92,0x65,0xbe,0x65,0xbf,0x65,0xfb,0x65,0x42,0x66,0x44,0x66,0x4f, +0x66,0x50,0x66,0x59,0x66,0x6f,0x66,0x7a,0x66,0x7c,0x66,0x96,0x66,0xaf,0x66,0xcf, +0x66,0xec,0x66,0x14,0x67,0x35,0x67,0x71,0x67,0x8c,0x67,0x96,0x67,0x98,0x67,0xcf, +0x67,0xed,0x67,0xc5,0x68,0x52,0x69,0x69,0x69,0x71,0x69,0x73,0x69,0xaf,0x69,0xbb, +0x69,0xe4,0x69,0xf2,0x69,0x54,0x6a,0xa0,0x6a,0xb2,0x6a,0xb3,0x6a,0xb4,0x6a,0xb5, +0x6a,0xcb,0x6a,0xda,0x6a,0x05,0x6b,0x24,0x6b,0xb0,0x6b,0xe2,0x6b,0xf1,0x6b,0x09, +0x6c,0x0f,0x6c,0x25,0x6c,0x32,0x6c,0x38,0x6c,0x6b,0x6c,0x82,0x6c,0x8b,0x6c,0x91, +0x6c,0xd8,0x6c,0x47,0x6d,0x4b,0x6d,0x55,0x6d,0x6b,0x6d,0x7c,0x6d,0xe0,0x6d,0xe6, +0x6d,0xfb,0x6d,0x21,0x6e,0x3f,0x6e,0x4e,0x6e,0x4f,0x6e,0x88,0x6e,0x10,0x6f,0x4e, +0x6f,0xb3,0x6f,0x09,0x70,0x0a,0x70,0x71,0x70,0x76,0x70,0x01,0x71,0x97,0x71,0x98, +0x71,0xa9,0x71,0xc9,0x71,0x10,0x72,0xd7,0x72,0x3d,0x73,0x4e,0x73,0x56,0x73,0xae, +0x73,0x00,0x74,0x6f,0x74,0x78,0x74,0x85,0x74,0x9c,0x74,0xb5,0x74,0xc0,0x74,0xc6, +0x74,0xda,0x74,0xcc,0x75,0xcd,0x75,0xd4,0x75,0x33,0x76,0x34,0x76,0x3e,0x76,0x44, +0x76,0x48,0x76,0x5b,0x76,0x6f,0x76,0x35,0x77,0xbc,0x77,0x0a,0x78,0x0c,0x78,0x8a, +0x78,0xd1,0x78,0x22,0x79,0x40,0x79,0x4b,0x79,0x5b,0x79,0x81,0x79,0xca,0x79,0xd1, +0x79,0xe7,0x79,0x3f,0x7a,0x46,0x7a,0x7c,0x7a,0x99,0x7a,0xe7,0x7a,0xf1,0x7a,0x10, +0x7b,0x14,0x7b,0x8d,0x7b,0xe8,0x7b,0x0e,0x7c,0x4b,0x7c,0x55,0x7c,0x6a,0x7c,0x80, +0x7c,0x92,0x7c,0x94,0x7c,0xa0,0x7c,0xa5,0x7c,0xc1,0x7c,0xe3,0x7c,0xf0,0x7c,0x1a, +0x7d,0x2a,0x7d,0x38,0x7d,0x44,0x7d,0x7e,0x7d,0x81,0x7d,0x8d,0x7d,0xdc,0x7d,0x66, +0x7e,0xbe,0x7e,0xde,0x7e,0xf9,0x7e,0x55,0x7f,0x67,0x7f,0xbf,0x7f,0xc2,0x7f,0x1c, +0x80,0x4d,0x80,0x58,0x80,0xc3,0x80,0x3a,0x81,0x43,0x81,0x57,0x81,0x7a,0x81,0x85, +0x81,0xc2,0x81,0x41,0x82,0xc7,0x82,0x54,0x83,0xb1,0x83,0x1b,0x84,0x1d,0x85,0x1f, +0x85,0x7d,0x85,0xaf,0x85,0x52,0x86,0x0a,0x87,0x9c,0x87,0xab,0x87,0xad,0x87,0xb8, +0x87,0xc0,0x87,0xfb,0x87,0x2c,0x88,0x2d,0x88,0x4d,0x88,0x57,0x88,0xcf,0x88,0xd1, +0x88,0xd6,0x88,0xdf,0x88,0xe6,0x88,0x18,0x89,0x22,0x89,0x48,0x89,0x50,0x89,0x58, +0x89,0x68,0x89,0x7a,0x89,0x7d,0x89,0x8b,0x89,0xb2,0x89,0xb6,0x89,0xc1,0x89,0xc3, +0x89,0xdc,0x89,0xdd,0x89,0xee,0x89,0xf4,0x89,0xfa,0x89,0x0f,0x8a,0x1b,0x8a,0x99, +0x8a,0xa8,0x8a,0xac,0x8a,0xb6,0x8a,0xc0,0x8a,0xc7,0x8a,0xd0,0x8a,0xda,0x8a,0x0c, +0x8c,0x75,0x8c,0xc7,0x8c,0xd5,0x8c,0x03,0x8d,0x2d,0x8d,0x3f,0x8d,0x43,0x8d,0x48, +0x8e,0x53,0x8e,0x59,0x8e,0x7a,0x8e,0x7f,0x8e,0x88,0x8e,0x99,0x8e,0xc4,0x8e,0xe1, +0x8e,0x40,0x8f,0x50,0x8f,0x6a,0x8f,0x6f,0x8f,0x73,0x8f,0x81,0x8f,0x82,0x8f,0x8b, +0x8f,0x9a,0x8f,0x9b,0x8f,0x9e,0x8f,0xa3,0x8f,0xc2,0x8f,0xc8,0x8f,0xda,0x8f,0xdf, +0x8f,0x38,0x90,0x1d,0x91,0x1f,0x91,0x2d,0x91,0x65,0x91,0x54,0x92,0x7f,0x92,0xc5, +0x92,0xe6,0x92,0x31,0x93,0x68,0x93,0xa1,0x93,0xfe,0x93,0x7e,0x94,0xc7,0x94,0xd0, +0x94,0xd9,0x94,0xdb,0x94,0xe2,0x94,0xe3,0x94,0x2c,0x95,0x90,0x95,0x94,0x95,0xa0, +0x95,0xb4,0x95,0xc0,0x95,0xe4,0x95,0xec,0x95,0xf8,0x95,0x29,0x96,0x32,0x96,0x4b, +0x96,0x50,0x96,0x57,0x96,0xac,0x96,0xae,0x96,0xb2,0x96,0x1c,0x97,0x43,0x97,0x4f, +0x97,0x51,0x97,0x52,0x97,0x55,0x97,0x56,0x97,0x60,0x97,0x8b,0x97,0x9c,0x97,0x9f, +0x97,0xae,0x97,0xbf,0x97,0xd4,0x97,0xec,0x97,0x2b,0x98,0x95,0x99,0xa7,0x99,0x24, +0x9a,0x28,0x9a,0x44,0x9c,0xf5,0x9d,0x28,0x9e,0x2e,0x9e,0x9a,0x9e,0xa0,0x9e,0x0c, +0xff,0x20,0xbf,0xf2,0x0b,0xff,0x10,0xaf,0xf0,0x09,0xff,0x00,0x8f,0xe0,0x07,0xfe, +0x00,0x6f,0xd0,0x06,0xfc,0x00,0x5f,0xb0,0x02,0x96,0x00,0x7f,0xc1,0x0f,0xff,0x70, +0xff,0xf7,0x07,0xfb,0x00,0x3f,0xfb,0x03,0xff,0xb3,0xff,0xa0,0x3f,0xfa,0x2f,0xfa, +0x02,0xff,0xa1,0xff,0x80,0x1f,0xf8,0x0f,0xf6,0x00,0xff,0x60,0xdf,0x40,0x0d,0xf4, +0x0b,0xf2,0x00,0xbf,0x20,0x36,0x00,0x03,0x60,0x00,0x04,0xf6,0x00,0xfb,0x00,0x00, +0x07,0xf4,0x03,0xf8,0x00,0x00,0x09,0xf1,0x05,0xf6,0x00,0x0c,0xff,0xff,0xff,0xff, +0xf1,0x06,0x00,0xf0,0x04,0x00,0x0f,0xb0,0x0b,0xf0,0x00,0x00,0x1f,0x90,0x0d,0xe0, +0x00,0x00,0x3f,0x80,0x0f,0xc0,0x00,0x3f,0x18,0x00,0x12,0xa0,0x06,0x00,0xf0,0x0d, +0x00,0x8f,0x30,0x4f,0x70,0x00,0x00,0xaf,0x10,0x6f,0x50,0x00,0x00,0xcf,0x00,0x8f, +0x40,0x00,0x00,0xde,0x00,0x9f,0x20,0x00,0x00,0xfc,0x00,0xbf,0xb4,0x1a,0x70,0x1f, +0xe0,0x00,0x00,0x00,0x01,0xfe,0x05,0x00,0xf0,0x0d,0x7f,0xf6,0x10,0x00,0x03,0xef, +0xff,0xff,0x50,0x00,0xef,0xff,0xef,0xfe,0x00,0x4f,0xfb,0x00,0x2c,0x30,0x07,0xff, +0x60,0x00,0x00,0x00,0x5f,0xfc,0x2b,0x00,0x40,0xef,0xfd,0x40,0x00,0x21,0x00,0xf9, +0x1e,0xa0,0x00,0x00,0x01,0xbf,0xff,0xd2,0x00,0x00,0x00,0x5d,0xff,0xd0,0x00,0x00, +0x00,0x1d,0xff,0x40,0x00,0x00,0x00,0x7f,0xf6,0x02,0xe6,0x00,0x0b,0xff,0x40,0xcf, +0xff,0xdf,0xff,0xd0,0x03,0xdf,0xff,0xff,0xe3,0x00,0x00,0x49,0xff,0x50,0x63,0x00, +0xf0,0x13,0x7d,0xeb,0x20,0x00,0x00,0x7f,0x30,0x00,0x00,0x8f,0xed,0xff,0x10,0x00, +0x1f,0xb0,0x00,0x00,0x1f,0xf2,0x0a,0xf8,0x00,0x08,0xf2,0x00,0x00,0x03,0xfc,0x00, +0x4f,0xb0,0x01,0xfa,0x6d,0x00,0xf1,0x1f,0xb0,0x03,0xfd,0x00,0xaf,0x10,0x00,0x00, +0x03,0xfd,0x00,0x5f,0xb0,0x2f,0x80,0x49,0x94,0x00,0x0e,0xf5,0x1c,0xf6,0x0b,0xf1, +0x7f,0xff,0xf7,0x00,0x5f,0xff,0xfc,0x03,0xf7,0x1f,0xf3,0x3f,0xf1,0x00,0x39,0xa7, +0x00,0xce,0x06,0xfa,0x00,0xaf,0xa0,0x00,0xf0,0x12,0x60,0x8f,0x80,0x08,0xf8,0x00, +0x00,0x00,0x0d,0xd0,0x08,0xf7,0x00,0x7f,0x90,0x00,0x00,0x06,0xf5,0x00,0x6f,0x90, +0x09,0xf6,0x00,0x00,0x00,0xec,0x00,0x02,0xfe,0x11,0xef,0x78,0x00,0xf0,0x06,0x40, +0x00,0x0a,0xfe,0xef,0xa0,0x00,0x00,0x1e,0xb0,0x00,0x00,0x08,0xee,0x90,0x00,0x00, +0x00,0x8d,0xfc,0x50,0xd9,0x00,0x21,0xcf,0xff,0xc2,0x00,0x30,0x5f,0xf8,0x2c,0x80, +0x00,0xb0,0x08,0xff,0x00,0x9f,0xa0,0x00,0x00,0x00,0x6f,0xf0,0x2e,0x40,0x00,0x40, +0x02,0xff,0xaf,0xfb,0x25,0x00,0xf0,0x16,0x0c,0xff,0xf9,0x00,0x02,0x55,0x10,0x07, +0xff,0xfd,0x00,0x00,0xbf,0xe0,0x08,0xff,0xef,0xfb,0x00,0x2f,0xf8,0x02,0xff,0xd0, +0x9f,0xfc,0x1b,0xfe,0x10,0x5f,0xf7,0x00,0xaf,0xff,0xff,0x60,0x04,0x70,0x01,0xf0, +0x0d,0xff,0xf2,0x00,0x1f,0xff,0xb6,0x7d,0xff,0xff,0xfb,0x20,0x5f,0xff,0xff,0xff, +0xaa,0xff,0xf1,0x00,0x2a,0xdf,0xda,0x30,0x03,0x9b,0x00,0x3f,0xfb,0xe7,0x01,0x00, +0xe2,0x01,0x00,0xdd,0x01,0xf0,0x16,0x03,0x60,0x00,0x02,0x10,0x00,0x0c,0xf4,0x00, +0x4f,0xf1,0x00,0xbf,0x80,0x01,0xff,0x30,0x07,0xfe,0x00,0x0b,0xfa,0x00,0x0e,0xf7, +0x00,0x1f,0xf4,0x00,0x2f,0xf2,0x00,0x3f,0xf2,0x00,0x4f,0xf1,0x06,0x00,0x20,0x2f, +0xf3,0x12,0x00,0xf0,0x41,0x0d,0xf7,0x00,0x0a,0xfa,0x00,0x06,0xfe,0x00,0x01,0xff, +0x40,0x00,0xaf,0xa0,0x00,0x3f,0xf1,0x00,0x0a,0xd3,0x00,0x00,0x00,0x03,0x00,0x0b, +0xf5,0x00,0x7f,0xd0,0x00,0xff,0x40,0x0a,0xfa,0x00,0x5f,0xf0,0x01,0xff,0x40,0x0e, +0xf7,0x00,0xbf,0xa0,0x0a,0xfb,0x00,0x9f,0xc0,0x08,0xfd,0x00,0x9f,0xc0,0x0a,0xfb, +0x00,0xcf,0x90,0x0e,0xf6,0x01,0xff,0x30,0x6f,0xe0,0x0b,0xf9,0x01,0xff,0x30,0x8f, +0xb0,0x08,0xf3,0x00,0x01,0xd4,0x00,0x10,0xce,0x05,0x00,0xf4,0x11,0xdf,0x00,0x00, +0x08,0x95,0xff,0x69,0x90,0x0d,0xff,0xff,0xff,0xe0,0x00,0x6e,0xff,0xf7,0x00,0x00, +0x1f,0xff,0xf2,0x00,0x00,0x9f,0xa9,0xfa,0x00,0x00,0x8c,0x00,0xba,0xe6,0x1c,0x20, +0x01,0x10,0x06,0x00,0x2f,0x3f,0xf0,0x06,0x00,0x01,0x01,0x6c,0x02,0x12,0xf0,0x06, +0x00,0x6f,0x02,0x22,0x5f,0xf2,0x22,0x20,0x2a,0x00,0x05,0xf0,0x11,0x05,0x93,0x06, +0xff,0xf1,0x7f,0xff,0x51,0xbf,0xf6,0x00,0xaf,0x40,0x2f,0xe0,0x5e,0xf7,0x0b,0xf7, +0x00,0x32,0x00,0x00,0x02,0x22,0x22,0x10,0xff,0xff,0xf6,0x0f,0xff,0x70,0x02,0xf0, +0x19,0x01,0xcf,0x60,0x7f,0xff,0x07,0xff,0xf0,0x1c,0xe6,0x00,0x00,0x00,0x0e,0xf1, +0x00,0x00,0x2f,0xd0,0x00,0x00,0x5f,0x90,0x00,0x00,0x9f,0x50,0x00,0x00,0xdf,0x10, +0x00,0x01,0xfd,0x00,0x00,0x05,0xf9,0x00,0x00,0xe0,0x01,0x22,0x0d,0xf2,0x61,0x02, +0xb0,0x4f,0xa0,0x00,0x00,0x8f,0x60,0x00,0x00,0xcf,0x20,0x00,0x1b,0x08,0xd0,0x04, +0xfa,0x00,0x00,0x08,0xf7,0x00,0x00,0x0c,0xf3,0x00,0x00,0x0f,0xa1,0x00,0xf1,0x28, +0xb0,0x00,0x00,0x7f,0x70,0x00,0x00,0x57,0x20,0x00,0x00,0x00,0x04,0xae,0xda,0x20, +0x00,0x05,0xff,0xff,0xfe,0x30,0x01,0xff,0xf7,0x9f,0xfc,0x00,0x7f,0xf5,0x00,0x8f, +0xf3,0x0c,0xff,0x00,0x03,0xff,0x90,0xef,0xc0,0x00,0x0f,0xfb,0x0f,0xfb,0x00,0x00, +0xff,0xc1,0xff,0xa0,0x00,0x0e,0xfe,0x0b,0x00,0x10,0xc0,0x16,0x00,0x11,0xfa,0x21, +0x00,0xb1,0x80,0x6f,0xf5,0x00,0x9f,0xf3,0x00,0xff,0xf8,0x9f,0xfc,0x42,0x00,0x30, +0x20,0x00,0x03,0x4d,0x00,0xb0,0x00,0x17,0xef,0xc0,0x00,0x0b,0xff,0xff,0xc0,0x00, +0x0d,0x05,0x00,0x40,0x01,0x14,0xff,0xc0,0x3a,0x02,0x0f,0x05,0x00,0x12,0x50,0x27, +0x79,0xff,0xe7,0x74,0x2a,0x02,0x11,0xf8,0x05,0x00,0xf1,0x07,0x00,0x3a,0xef,0xd8, +0x00,0x00,0x6f,0xff,0xff,0xfe,0x10,0x1e,0xfe,0x98,0xef,0xf9,0x00,0x2a,0x00,0x01, +0xff,0xe0,0x81,0x02,0x01,0x85,0x03,0x10,0xe0,0x49,0x01,0x11,0xfa,0x10,0x00,0x40, +0x20,0x00,0x00,0x07,0x8e,0x03,0x10,0x05,0x87,0x03,0x30,0x04,0xff,0xf2,0x05,0x00, +0x90,0xf3,0x00,0x00,0x06,0xff,0xfb,0x89,0x99,0x71,0x8c,0x01,0x40,0xfc,0x2f,0xff, +0xff,0x90,0x00,0xf0,0x06,0x2a,0xef,0xda,0x30,0x00,0x7f,0xff,0xff,0xff,0x50,0x07, +0xfd,0x98,0xcf,0xff,0x00,0x04,0x00,0x00,0xdf,0xf2,0x5c,0x01,0xf0,0x08,0xff,0x00, +0x00,0x14,0x6c,0xff,0x70,0x00,0x05,0xff,0xfe,0x50,0x00,0x00,0x5f,0xff,0xfd,0x30, +0x00,0x00,0x12,0x8f,0xff,0xea,0x01,0x30,0x8f,0xf7,0x00,0x5a,0x00,0xe0,0xa0,0x89, +0x00,0x00,0xaf,0xf7,0x3f,0xfe,0xa8,0xcf,0xff,0x20,0x9f,0xff,0x9f,0x01,0x41,0x5b, +0xef,0xda,0x20,0x1b,0x00,0x00,0x21,0x00,0x11,0x1e,0x06,0x00,0x10,0x9f,0x06,0x00, +0x20,0x03,0xff,0x33,0x00,0xf0,0x0f,0x0d,0xfd,0x3f,0xf7,0x00,0x00,0x7f,0xf4,0x4f, +0xf7,0x00,0x02,0xff,0xa0,0x4f,0xf7,0x00,0x0b,0xfe,0x10,0x4f,0xf7,0x00,0x5f,0xfa, +0x55,0x8f,0xfa,0x51,0x9f,0x8f,0x00,0x12,0xf3,0x06,0x00,0x40,0x00,0x00,0x00,0x4f, +0x3c,0x00,0x0d,0x06,0x00,0x60,0xef,0xff,0xff,0xff,0x00,0x0f,0x4a,0x02,0x81,0x00, +0xff,0xd9,0x99,0x99,0x00,0x1f,0xf8,0x86,0x03,0xf0,0x06,0x60,0x10,0x00,0x00,0x3f, +0xfe,0xff,0xf8,0x00,0x04,0xff,0xff,0xff,0xfa,0x00,0x06,0x82,0x05,0xff,0xf4,0x00, +0x01,0x01,0x10,0x80,0x38,0x00,0x11,0xfa,0x92,0x00,0xd0,0x80,0x89,0x00,0x00,0xcf, +0xf5,0x3f,0xfe,0xa9,0xdf,0xfd,0x00,0x9f,0xe0,0x01,0xf0,0x06,0x00,0x4b,0xef,0xd9, +0x10,0x00,0x00,0x07,0xbf,0xda,0x30,0x01,0xbf,0xff,0xff,0xf6,0x0b,0xff,0xd8,0x9d, +0xd1,0x3e,0x01,0x30,0x10,0x9f,0xf1,0xf9,0x03,0xf0,0x18,0xd1,0xae,0xd9,0x10,0xef, +0xde,0xff,0xff,0xe0,0xff,0xfd,0x53,0xbf,0xf8,0xff,0xe1,0x00,0x0f,0xfc,0xdf,0xd0, +0x00,0x0c,0xfe,0xaf,0xf1,0x00,0x0d,0xfd,0x5f,0xf8,0x00,0x1f,0xfa,0x0d,0xff,0x86, +0xdf,0xf4,0x16,0x05,0x60,0x90,0x00,0x19,0xdf,0xc5,0x00,0xbb,0x00,0x11,0xfd,0x05, +0x00,0x50,0x99,0x99,0x99,0xcf,0xf5,0x3f,0x03,0xa0,0xa0,0x00,0x00,0x08,0xfe,0x10, +0x00,0x00,0x2f,0xf8,0x36,0x01,0x10,0xf1,0xa4,0x01,0x10,0xb0,0x8a,0x01,0x40,0x70, +0x00,0x00,0x08,0x58,0x04,0x10,0x0b,0x4f,0x01,0x10,0x0f,0xff,0x04,0x70,0x0f,0xfd, +0x00,0x00,0x00,0x2f,0xfc,0xc1,0x01,0x10,0xfb,0xb0,0x00,0x50,0xce,0xeb,0x40,0x00, +0x09,0x54,0x01,0xf0,0x0c,0x03,0xff,0xd5,0x4d,0xff,0x00,0x6f,0xf3,0x00,0x4f,0xf3, +0x06,0xff,0x30,0x02,0xff,0x20,0x1f,0xfa,0x00,0x6f,0xd0,0x00,0x4f,0xfd,0x5e,0xe1, +0x9e,0x04,0xf0,0x00,0xfa,0x00,0x01,0xcf,0x86,0xdf,0xfc,0x00,0xaf,0xd0,0x00,0x9f, +0xf8,0x0f,0xf8,0x92,0x02,0xc1,0xff,0xb0,0x00,0x0f,0xfc,0x0b,0xff,0x93,0x5b,0xff, +0x80,0x1e,0xe3,0x01,0x90,0x08,0xcf,0xec,0x60,0x00,0x00,0x08,0xdf,0xc7,0x94,0x01, +0xf0,0x1b,0xff,0xfc,0x10,0x0a,0xff,0xa5,0x9f,0xf9,0x00,0xff,0xc0,0x00,0x9f,0xf2, +0x2f,0xf8,0x00,0x02,0xff,0x71,0xff,0xa0,0x00,0x2f,0xfa,0x0d,0xff,0x73,0x6e,0xff, +0xb0,0x4f,0xff,0xff,0xcf,0xfc,0x00,0x3b,0xed,0x81,0xff,0xb0,0x8c,0x00,0x00,0xb8, +0x00,0xf0,0x00,0x09,0xff,0x50,0x05,0x00,0x03,0xff,0xf0,0x05,0xfe,0x9a,0xff,0xf7, +0x00,0x8f,0x88,0x02,0xf6,0x01,0x00,0x4b,0xee,0xb5,0x00,0x00,0x1c,0xe6,0x07,0xff, +0xf0,0x7f,0xff,0x01,0xce,0x60,0xf0,0x20,0x24,0x1c,0xf6,0x14,0x00,0x0e,0x1e,0x00, +0x0f,0xe2,0x03,0x06,0x06,0x01,0x00,0x10,0x17,0x35,0x06,0xf0,0x04,0x4a,0xff,0xf0, +0x00,0x01,0x7d,0xff,0xff,0xa0,0x03,0xaf,0xff,0xfb,0x50,0x00,0x3f,0xff,0xc7,0x10, +0x47,0x04,0x61,0x82,0x00,0x00,0x00,0x18,0xef,0x0d,0x00,0x20,0x05,0xbf,0x19,0x00, +0x41,0x00,0x02,0x8e,0xff,0x3d,0x04,0x21,0x5c,0xf0,0x3d,0x00,0x18,0x20,0x6b,0x04, +0x67,0x03,0x33,0x33,0x33,0x33,0x30,0x5c,0x00,0x00,0x48,0x04,0x29,0x22,0x22,0x24, +0x00,0x02,0x18,0x00,0x21,0x3c,0x50,0x81,0x04,0xf1,0x06,0xfe,0x92,0x00,0x00,0x00, +0x1b,0xff,0xff,0xc5,0x00,0x00,0x00,0x16,0xcf,0xff,0xe8,0x20,0x00,0x00,0x02,0x8d, +0x24,0x00,0x30,0x39,0xff,0xf0,0x0b,0x00,0xb0,0xfd,0x70,0x07,0xcf,0xff,0xfa,0x30, +0x00,0x3f,0xff,0xd7,0x90,0x00,0x10,0xa4,0x36,0x00,0x12,0x11,0x43,0x00,0xf0,0x03, +0x3b,0xef,0xc6,0x00,0x06,0xff,0xff,0xff,0x90,0x09,0xfd,0x8b,0xff,0xf1,0x00,0x40, +0x00,0xbf,0xc4,0x02,0x20,0xbf,0xf1,0x71,0x03,0x12,0x70,0x83,0x02,0x60,0x01,0xef, +0xc0,0x00,0x00,0x06,0xf5,0x01,0x34,0x04,0xaa,0x10,0x0f,0x01,0x20,0xed,0x10,0x69, +0x03,0x13,0x80,0x05,0x00,0x21,0x05,0xec,0x19,0x00,0x50,0x49,0xde,0xfd,0xa5,0x00, +0xbe,0x05,0x20,0xcf,0xff,0xae,0x01,0x00,0xbd,0x02,0x81,0xd6,0x10,0x01,0x6e,0xfe, +0x10,0x00,0x04,0xd1,0x02,0x61,0x1b,0xf9,0x00,0x01,0xef,0x70,0xa1,0x07,0xf0,0x00, +0xf3,0x00,0x9f,0xd0,0x00,0x3a,0xb5,0x9c,0x10,0x7f,0x90,0x1f,0xf3,0x00,0x5f,0x62, +0x05,0xf0,0x3c,0xfd,0x05,0xfb,0x00,0x2f,0xf6,0x1b,0xfc,0x00,0x0f,0xf0,0x9f,0x60, +0x0a,0xf9,0x00,0x8f,0x90,0x00,0xef,0x0b,0xf3,0x00,0xff,0x30,0x0b,0xf6,0x00,0x0f, +0xc0,0xdf,0x20,0x2f,0xf0,0x00,0xdf,0x40,0x03,0xfa,0x0d,0xf2,0x02,0xff,0x00,0x0f, +0xf2,0x00,0xaf,0x40,0xcf,0x40,0x0f,0xf8,0x1b,0xff,0x61,0x8f,0xb0,0x09,0xf8,0x00, +0x8f,0xff,0xd7,0xff,0xff,0xb1,0x00,0x4f,0xe1,0x00,0x6a,0x71,0x05,0x99,0x52,0x05, +0x14,0x90,0xab,0x00,0x01,0x7b,0x00,0x11,0x00,0x56,0x03,0x41,0xd6,0x30,0x14,0xa7, +0x14,0x00,0x11,0xef,0x5f,0x02,0x00,0x01,0x00,0x41,0x6a,0xde,0xca,0x50,0x09,0x00, +0x11,0x08,0x7a,0x03,0x51,0x00,0x0d,0xff,0xf9,0x00,0xd1,0x02,0x30,0xfe,0x00,0x00, +0xf3,0x03,0x01,0x45,0x07,0xb0,0xcf,0xb0,0xff,0x90,0x00,0x00,0x01,0xff,0x60,0xbf, +0xe0,0x0b,0x01,0x71,0x20,0x7f,0xf3,0x00,0x00,0x0b,0xfe,0x1d,0x03,0x80,0x0f,0xfc, +0x66,0x6f,0xfd,0x00,0x00,0x5f,0x97,0x01,0x30,0x20,0x00,0xaf,0x07,0x00,0x90,0x70, +0x00,0xff,0xd0,0x00,0x01,0xff,0xc0,0x04,0x35,0x00,0x30,0xdf,0xf1,0x09,0x43,0x00, +0x30,0x9f,0xf6,0x0e,0x32,0x03,0x81,0x5f,0xfb,0x2f,0xff,0xff,0xed,0x93,0x00,0xc3, +0x04,0x70,0x50,0x2f,0xfd,0x55,0x7c,0xff,0xd0,0x3c,0x03,0x21,0xef,0xf0,0x06,0x00, +0x70,0xe0,0x2f,0xfd,0x44,0x6c,0xff,0x60,0x1e,0x00,0x12,0xf7,0x24,0x00,0x90,0x90, +0x2f,0xfc,0x00,0x04,0xdf,0xf6,0x2f,0xfc,0x5f,0x03,0x00,0x06,0x00,0x20,0x1f,0xfc, +0x06,0x00,0x81,0x7f,0xf9,0x2f,0xfd,0x56,0x7a,0xff,0xf4,0x24,0x00,0x60,0x80,0x2f, +0xff,0xff,0xfd,0xa3,0xfa,0x07,0x60,0xfe,0xb5,0x00,0x00,0x4e,0xff,0x80,0x02,0xd0, +0xff,0xff,0xcc,0xff,0xc0,0x0d,0xff,0xb1,0x00,0x19,0x10,0x6f,0xfd,0xca,0x00,0x21, +0xaf,0xf6,0x17,0x07,0x11,0xf3,0x6f,0x05,0x16,0xf2,0x0c,0x00,0x21,0xbf,0xf6,0xe8, +0x00,0x21,0xfd,0x00,0x3a,0x05,0x50,0xa0,0x00,0x1a,0x70,0x04,0x3c,0x00,0xf0,0x05, +0xf4,0x00,0x6e,0xff,0xff,0xff,0xb0,0x00,0x01,0x8c,0xee,0xc5,0x00,0x2f,0xff,0xfe, +0xc9,0x30,0x00,0x02,0x6c,0x00,0x80,0x91,0x00,0x2f,0xfe,0x79,0xcf,0xff,0xa0,0xe4, +0x05,0x30,0x4f,0xff,0x40,0x8c,0x00,0x30,0x8f,0xfc,0x02,0x1e,0x06,0x11,0xff,0xc3, +0x00,0x50,0x0f,0xff,0x22,0xff,0xc0,0x89,0x05,0x02,0x0d,0x00,0x16,0x12,0x1a,0x00, +0x20,0x8f,0xfb,0x27,0x00,0x34,0x5f,0xff,0x30,0x41,0x00,0x00,0xde,0x00,0x03,0x5b, +0x00,0x01,0xec,0x00,0x11,0xfe,0x13,0x00,0x61,0xe0,0x2f,0xfe,0x99,0x99,0x98,0x48, +0x06,0x02,0x56,0x04,0x51,0x02,0xff,0xe9,0x99,0x99,0x21,0x00,0x11,0xf0,0x21,0x00, +0x04,0x16,0x00,0x07,0x21,0x00,0x00,0x0b,0x00,0x00,0x37,0x00,0x21,0x99,0x12,0x3c, +0x0a,0x01,0x15,0x01,0x11,0x10,0x53,0x00,0x02,0x05,0x00,0x00,0x52,0x00,0x01,0x2b, +0x00,0x07,0x05,0x00,0x00,0x50,0x00,0x01,0x05,0x00,0x00,0x1e,0x00,0x1c,0x90,0x1e, +0x00,0x0a,0x05,0x00,0xf9,0x0b,0x00,0x00,0x7c,0xef,0xd8,0x10,0x00,0x3d,0xff,0xff, +0xff,0xe3,0x03,0xff,0xff,0xcb,0xdf,0xf4,0x0c,0xff,0xb1,0x00,0x03,0x40,0x6f,0xfe, +0x5a,0x01,0x50,0x4f,0xff,0xff,0xef,0xf2,0x06,0x00,0x60,0xdf,0xf3,0x00,0x28,0x8d, +0xff,0x5a,0x01,0x40,0x0a,0xff,0x7f,0xfe,0x06,0x00,0x00,0x8a,0x01,0xa1,0x0b,0xff, +0x04,0xff,0xff,0xdb,0xdf,0xff,0x00,0x5e,0x12,0x07,0x70,0x01,0x8b,0xef,0xd9,0x20, +0x2f,0xfc,0xa6,0x04,0x10,0x42,0xc2,0x00,0x2f,0x9f,0xf4,0x0d,0x00,0x02,0x42,0xeb, +0xbb,0xbb,0xef,0xe7,0x01,0x21,0xff,0x42,0x06,0x00,0x0e,0x27,0x00,0x0f,0x0d,0x00, +0x08,0x00,0xa2,0x01,0x0f,0x02,0x00,0x09,0x00,0x21,0x0a,0x1f,0xf9,0x05,0x00,0x1d, +0xd1,0x6f,0xf8,0x07,0xe2,0x00,0xcf,0xf6,0x5f,0xff,0xbd,0xff,0xf1,0x0a,0xf0,0x02, +0x31,0x6c,0xfe,0xb4,0x2a,0x01,0x20,0xaf,0xf9,0x8d,0x01,0x20,0x6f,0xfd,0x0d,0x00, +0x40,0x2f,0xff,0x20,0x02,0x83,0x02,0xd0,0x50,0x00,0x2f,0xfc,0x0a,0xff,0x80,0x00, +0x02,0xff,0xc6,0xff,0xc0,0xa8,0x01,0x00,0x6c,0x0a,0x00,0xca,0x01,0x10,0xf6,0x86, +0x01,0x80,0xfa,0xff,0xe1,0x00,0x02,0xff,0xfc,0x09,0x0b,0x02,0x31,0xfe,0x10,0x1e, +0x34,0x00,0x31,0x00,0x7f,0xfb,0x4e,0x00,0x20,0xdf,0xf5,0x0d,0x00,0x50,0x04,0xff, +0xe0,0x2f,0xfc,0x71,0x06,0x1e,0x80,0xa5,0x01,0x0f,0x05,0x00,0x17,0x00,0xe6,0x01, +0x23,0x97,0x2f,0x3e,0x08,0x00,0x05,0x00,0x10,0x40,0x99,0x05,0x31,0x42,0xff,0xfa, +0xf9,0x03,0x10,0x2f,0x2e,0x05,0x10,0xef,0x61,0x01,0x00,0xb5,0x05,0xf0,0x1d,0xf4, +0x2f,0xfb,0xfb,0x00,0x09,0xfb,0xff,0x42,0xff,0x8f,0xf1,0x00,0xef,0x8f,0xf4,0x2f, +0xf5,0xef,0x60,0x4f,0xe5,0xff,0x42,0xff,0x69,0xfc,0x0a,0xf9,0x6f,0xf4,0x2f,0xf7, +0x3f,0xf1,0xef,0x36,0xff,0x42,0xff,0x70,0xdf,0xaf,0xd0,0x0f,0x00,0x40,0x07,0xff, +0xf7,0x06,0x0f,0x00,0x30,0x2f,0xff,0x20,0x0f,0x00,0x31,0x00,0xcf,0xc0,0x0f,0x00, +0x31,0x04,0xa4,0x00,0x0f,0x00,0x01,0x3d,0x05,0x70,0x2f,0xff,0x20,0x00,0x0a,0xff, +0x22,0x70,0x00,0x51,0xaf,0xf2,0x2f,0xff,0xf3,0x0d,0x00,0x20,0xff,0xb0,0x0d,0x00, +0x30,0xf9,0xff,0x40,0x0d,0x00,0x20,0x6d,0xfc,0x0d,0x00,0x30,0xf7,0x5f,0xf5,0x0d, +0x00,0xf0,0x08,0x80,0xdf,0xd0,0x9f,0xf2,0x2f,0xf9,0x05,0xff,0x58,0xff,0x22,0xff, +0x90,0x0c,0xfd,0x7f,0xf2,0x2f,0xf9,0x00,0x4f,0xfa,0x0d,0x00,0x30,0x00,0xbf,0xff, +0x0d,0x00,0x21,0x03,0xff,0x0d,0x00,0x11,0x0a,0x0d,0x00,0x10,0x00,0x5f,0x00,0x40, +0x02,0xae,0xfe,0xc6,0xcb,0x03,0x10,0xff,0x09,0x05,0xf0,0x01,0x06,0xff,0xfe,0xbd, +0xff,0xfc,0x00,0x1e,0xff,0x80,0x00,0x3e,0xff,0x50,0x7f,0xfc,0x85,0x00,0x20,0xd0, +0xaf,0xdb,0x07,0x50,0xff,0xf0,0xcf,0xf3,0x00,0xa2,0x03,0x01,0x06,0x04,0x23,0xbf, +0xf4,0x0e,0x00,0x21,0x9f,0xf6,0x1c,0x00,0x20,0x6f,0xfd,0x28,0x05,0x10,0xc0,0x0a, +0x04,0x91,0x4f,0xff,0x50,0x05,0xff,0xff,0xbd,0xff,0xfb,0xb9,0x09,0x30,0xff,0xa1, +0x00,0x62,0x00,0x11,0xc5,0x3b,0x03,0x22,0xed,0x82,0x9e,0x04,0x52,0x40,0x2f,0xfe, +0x77,0x8d,0xa0,0x01,0x21,0xcf,0xf4,0x98,0x04,0x01,0xaa,0x04,0x01,0x7d,0x02,0x13, +0x17,0x89,0x03,0x01,0xce,0x04,0x64,0xe6,0x00,0x2f,0xfe,0x66,0x53,0x4f,0x03,0x0f, +0x06,0x00,0x05,0x00,0x61,0x00,0x10,0xb6,0x61,0x02,0x01,0xc3,0x00,0x12,0x05,0xc3, +0x00,0x30,0x0e,0xff,0x90,0x8b,0x00,0x21,0x6f,0xfd,0xc3,0x00,0x29,0x9f,0xf6,0xc3, +0x00,0x16,0xf1,0xc3,0x00,0x21,0xcf,0xf2,0xdf,0x00,0x40,0xef,0xf0,0x7f,0xfa,0xa9, +0x08,0xf1,0x00,0xd0,0x1f,0xff,0x30,0x00,0x0c,0xff,0x60,0x08,0xff,0xf7,0x46,0xcf, +0xfd,0x00,0x9a,0x05,0x81,0xd1,0x00,0x00,0x06,0xdf,0xff,0xe7,0x10,0x0c,0x06,0x22, +0xe3,0x00,0x26,0x0d,0x40,0xb8,0x95,0x00,0x00,0xe6,0x0a,0x01,0x10,0x0d,0x32,0x4b, +0xdf,0xea,0x4d,0x05,0x21,0x02,0xff,0xa2,0x02,0x60,0x2f,0xfe,0x77,0x8c,0xff,0xf2, +0x87,0x02,0x50,0x0a,0xff,0x50,0x2f,0xfc,0xfc,0x02,0x20,0x02,0xff,0x15,0x0b,0x11, +0x60,0xfa,0x00,0x21,0xf1,0x02,0x92,0x03,0x01,0x0d,0x01,0x30,0xe2,0x00,0x02,0x38, +0x01,0x10,0x30,0xcc,0x00,0x21,0x6f,0xfc,0x96,0x04,0x50,0xdf,0xf5,0x00,0x2f,0xfc, +0xb6,0x00,0x11,0x02,0x44,0x0b,0x10,0x60,0x41,0x00,0x00,0x34,0x04,0x42,0x02,0xad, +0xfe,0xa3,0x33,0x06,0xd2,0x80,0x02,0xff,0xfe,0xbc,0xff,0xc0,0x06,0xff,0xa0,0x00, +0x19,0x10,0xf6,0x09,0x41,0x03,0xff,0xf8,0x10,0x7e,0x0a,0x21,0xfa,0x40,0xa9,0x06, +0x80,0xfc,0x20,0x00,0x00,0x06,0xcf,0xff,0xe1,0xe3,0x0b,0x11,0xef,0x50,0x0a,0xf1, +0x01,0x6f,0xfa,0x02,0xe9,0x10,0x00,0xaf,0xf8,0x0d,0xff,0xfd,0xbe,0xff,0xf2,0x04, +0xef,0xc1,0x0a,0x41,0x07,0xce,0xfc,0x92,0x39,0x01,0x22,0xff,0xfe,0x06,0x00,0x63, +0x39,0x99,0xaf,0xfe,0x99,0x98,0x96,0x09,0x0f,0x06,0x00,0x2e,0x20,0x4f,0xfb,0x4e, +0x04,0x10,0x34,0x5c,0x09,0x2f,0x9f,0xf3,0x0d,0x00,0x14,0x20,0x3f,0xfb,0xfb,0x04, +0x30,0x32,0xff,0xd0,0x9d,0x01,0x30,0x0f,0xff,0x10,0x9a,0x0b,0xe1,0xbf,0xf9,0x00, +0x09,0xff,0xb0,0x03,0xff,0xfd,0xbd,0xff,0xf3,0x00,0x08,0xe8,0x06,0x30,0x00,0x03, +0xad,0xbe,0x06,0x10,0x0e,0xfa,0x0b,0x50,0xaf,0xf5,0x0a,0xff,0x60,0xc5,0x01,0xe0, +0x05,0xff,0xa0,0x00,0x02,0xff,0xb0,0x00,0xff,0xe0,0x00,0x06,0xff,0x60,0x96,0x08, +0x00,0x72,0x0a,0x21,0x7f,0xf7,0x6f,0x0a,0x21,0x2f,0xfb,0xe0,0x09,0x51,0x0d,0xff, +0x00,0x7f,0xf3,0x90,0x0a,0x30,0xcf,0xe0,0x00,0xc7,0x0c,0x20,0xff,0x90,0x01,0x02, +0x11,0xc4,0xb3,0x07,0x21,0xaf,0xf9,0x5a,0x0c,0x12,0x5f,0xd8,0x01,0x10,0x0f,0x6e, +0x04,0x00,0xe7,0x01,0x11,0xf1,0x04,0x0c,0x81,0x02,0xff,0x90,0x00,0x0f,0xfd,0x5f, +0xf9,0x65,0x0c,0xf0,0x0d,0x2f,0xfa,0x2f,0xfc,0x00,0x09,0xff,0xf1,0x00,0x5f,0xf7, +0x0f,0xff,0x00,0x0d,0xff,0xf5,0x00,0x7f,0xf4,0x0c,0xff,0x10,0x1f,0xfc,0xf8,0x00, +0xaf,0xbd,0x07,0xd0,0x4f,0xd8,0xfc,0x00,0xcf,0xe0,0x06,0xff,0x60,0x8f,0xa6,0xff, +0x00,0xbc,0x00,0xf0,0x08,0x90,0xcf,0x73,0xff,0x41,0xff,0x80,0x00,0xff,0xb0,0xff, +0x30,0xff,0x73,0xff,0x50,0x00,0xdf,0xd2,0xff,0x00,0xcf,0xa6,0xff,0x07,0xf2,0x09, +0xf6,0xfd,0x00,0x8f,0xd8,0xff,0x00,0x00,0x7f,0xfb,0xf9,0x00,0x4f,0xfb,0xfc,0x00, +0x00,0x4f,0xff,0xf6,0x00,0x1f,0xff,0xf9,0x7e,0x0e,0x30,0x0d,0xff,0xf6,0xe8,0x00, +0xf0,0x02,0xf0,0x00,0x0a,0xff,0xf3,0x00,0x3f,0xff,0x10,0x00,0x5f,0xfb,0x00,0xaf, +0xf8,0x00,0x0c,0x1e,0x0b,0x10,0xf1,0x67,0x0f,0x40,0x09,0xff,0x70,0xaf,0xfb,0x0d, +0x30,0xfe,0x2f,0xf9,0x77,0x0b,0x11,0xfd,0xb4,0x0c,0x31,0xef,0xff,0x90,0xbb,0x00, +0x11,0xf3,0x1d,0x02,0x01,0xde,0x0a,0xa0,0xcf,0xeb,0xff,0x30,0x00,0x00,0x4f,0xf8, +0x3f,0xfc,0x06,0x01,0xa0,0x10,0xcf,0xf5,0x00,0x06,0xff,0x90,0x04,0xff,0xd0,0xda, +0x07,0x30,0x0c,0xff,0x70,0x02,0x03,0x30,0x4f,0xfe,0x10,0x8d,0x02,0x90,0x08,0xff, +0x70,0x6f,0xf9,0x00,0x00,0xef,0xf1,0x03,0x00,0x70,0x5f,0xf8,0x00,0x07,0xff,0x60, +0x0c,0xa6,0x10,0x20,0xfd,0x02,0x56,0x00,0x40,0x8f,0xf3,0x8f,0xf2,0xd8,0x08,0x21, +0xae,0xfa,0x2e,0x0b,0x21,0xff,0x30,0x1a,0x07,0x11,0xb0,0x18,0x08,0x30,0xf5,0x00, +0x00,0xbf,0x01,0x11,0x40,0xe3,0x06,0x1f,0xf4,0x0d,0x00,0x03,0x10,0x07,0x6a,0x02, +0x12,0xf5,0x06,0x00,0x41,0x04,0x99,0x99,0x9b,0xd3,0x0d,0x12,0x0d,0x3a,0x11,0x11, +0xfa,0x9b,0x07,0x11,0xe1,0xd4,0x0d,0x20,0x50,0x00,0x13,0x01,0x01,0x11,0x00,0x11, +0xf1,0x11,0x00,0x10,0x60,0xc7,0x02,0x20,0xfb,0x00,0x7c,0x00,0x10,0xf2,0xdd,0x00, +0x00,0x14,0x0d,0x11,0x94,0x2f,0x04,0x12,0xf7,0x06,0x00,0xaf,0xff,0xff,0x9f,0xfb, +0x95,0xff,0x30,0x0f,0xf3,0x00,0x05,0x00,0x13,0x50,0xff,0xf9,0xaa,0xaa,0x60,0x4e, +0x0f,0xa2,0x1f,0xd0,0x00,0x00,0x0d,0xf1,0x00,0x00,0x09,0xf5,0x4f,0x0f,0x00,0x57, +0x0f,0x00,0x5f,0x0f,0xf0,0x0c,0x00,0xaf,0x50,0x00,0x00,0x6f,0x90,0x00,0x00,0x2f, +0xc0,0x00,0x00,0x0e,0xf0,0x00,0x00,0x0a,0xf4,0x00,0x00,0x06,0xf8,0x00,0x00,0x02, +0xfc,0x64,0x01,0x00,0xf2,0x00,0x92,0x40,0x00,0x00,0x7f,0x80,0x00,0x00,0x3f,0xc0, +0x5e,0x0f,0xef,0x0b,0xf3,0x00,0x00,0x04,0x73,0x0f,0xff,0xf8,0x09,0x9d,0xf8,0x00, +0x0a,0x03,0x00,0x1e,0xd0,0x0f,0xff,0xf8,0x0a,0xaa,0xa5,0x00,0x03,0x77,0x10,0x00, +0x00,0x0a,0x4c,0x0b,0x10,0x1f,0x09,0x03,0x10,0x6f,0x76,0x09,0xb4,0xcf,0x7a,0xf9, +0x00,0x02,0xff,0x25,0xfe,0x00,0x08,0xfd,0xda,0x10,0xf2,0x02,0x3f,0xf2,0x00,0x5f, +0xf1,0x9f,0xc0,0x00,0x0f,0xf6,0x9c,0xcc,0xcc,0xcc,0xcc,0xc0,0xbf,0x06,0x13,0x40, +0x10,0x00,0x09,0xd0,0x4b,0x01,0xf1,0x01,0x1d,0xff,0x70,0x01,0xcf,0xf4,0x00,0x0c, +0xe2,0x00,0x00,0x20,0x00,0x7b,0xee,0xb4,0xe6,0x09,0x81,0x50,0x1f,0xfa,0x8b,0xff, +0xe0,0x04,0x10,0xca,0x09,0xf2,0x18,0x36,0xdf,0xf5,0x02,0x9f,0xff,0xff,0xf6,0x3e, +0xff,0xa6,0xaf,0xf6,0xbf,0xf3,0x00,0x8f,0xf6,0xef,0xe0,0x00,0xbf,0xf6,0xdf,0xfa, +0x7c,0xff,0xf6,0x6f,0xff,0xff,0xdf,0xf6,0x06,0xdf,0xb5,0x1f,0xf6,0x6f,0x8f,0x06, +0x00,0x84,0x0b,0x0e,0x0b,0x00,0xf0,0x37,0x75,0xcf,0xc7,0x00,0x6f,0xfe,0xff,0xff, +0xf9,0x06,0xff,0xfe,0x9b,0xff,0xf3,0x6f,0xfb,0x00,0x09,0xff,0xa6,0xff,0x70,0x00, +0x3f,0xfc,0x6f,0xf7,0x00,0x01,0xff,0xe6,0xff,0x70,0x00,0x2f,0xfd,0x6f,0xf7,0x00, +0x04,0xff,0xb6,0xff,0x90,0x00,0xcf,0xf7,0x6f,0xff,0xc9,0xdf,0xfe,0x06,0xff,0xdf, +0xff,0xff,0x50,0x6f,0xf0,0x7d,0xeb,0x30,0x00,0x00,0x01,0x9c,0xfc,0x80,0x9b,0x00, +0xe0,0xf9,0x01,0xef,0xfd,0x9b,0xe1,0x09,0xff,0xb0,0x00,0x10,0x0d,0xff,0x20,0x7f, +0x03,0x13,0x00,0x05,0x00,0x01,0xe6,0x03,0xa0,0x0a,0xff,0xb0,0x00,0x20,0x02,0xff, +0xfd,0x9b,0xf5,0xb2,0x04,0x66,0xfc,0x00,0x02,0xad,0xfc,0x70,0x5a,0x02,0x0f,0x06, +0x00,0x02,0x51,0x04,0xbe,0xc7,0x9f,0xf4,0xdc,0x06,0xe0,0xf4,0x02,0xff,0xfc,0x9d, +0xff,0xf4,0x09,0xff,0xa0,0x00,0xbf,0xf4,0x0d,0x75,0x03,0x10,0xf4,0x5a,0x00,0x04, +0x06,0x00,0x02,0x12,0x00,0xc0,0x0b,0xff,0x90,0x01,0xdf,0xf4,0x04,0xff,0xfb,0x9e, +0xff,0xf4,0xfb,0x05,0xd0,0xdf,0xf4,0x00,0x07,0xcf,0xc6,0x2f,0xf4,0x00,0x02,0xad, +0xeb,0x40,0xe4,0x10,0xf1,0x04,0xff,0x60,0x01,0xff,0xf8,0x7d,0xff,0x10,0xaf,0xf4, +0x00,0x1f,0xf7,0x0d,0xfd,0x00,0x00,0xcf,0xa0,0x5c,0x10,0x20,0x0f,0xff,0xf7,0x0a, +0x21,0xdf,0xe0,0xe2,0x02,0x11,0x60,0x0f,0x03,0x51,0xa6,0x7b,0xa0,0x00,0x5f,0xde, +0x0b,0x80,0x2a,0xdf,0xd9,0x20,0x00,0x03,0xbe,0xfc,0x87,0x03,0x61,0xd0,0x00,0xaf, +0xfc,0x76,0x00,0xde,0x00,0x21,0xef,0xf0,0x51,0x0c,0x91,0x10,0x6f,0xff,0xff,0xf1, +0x02,0x6f,0xff,0x66,0x12,0x00,0x01,0x87,0x10,0x0f,0x09,0x00,0x0d,0x80,0x00,0x18, +0xdf,0xff,0xff,0xf6,0x01,0xef,0x6c,0x06,0xf1,0x02,0x09,0xff,0x92,0x5f,0xfc,0x31, +0x0b,0xff,0x00,0x0a,0xff,0x00,0x08,0xff,0x50,0x2e,0xfd,0xc3,0x13,0xa1,0xf5,0x00, +0x00,0xaf,0xdf,0xeb,0x40,0x00,0x03,0xfe,0xa4,0x0c,0x21,0xfe,0x00,0xaa,0x01,0x41, +0x96,0x66,0x42,0x00,0x36,0x00,0xf1,0x06,0xb0,0x01,0xdf,0xef,0xff,0xff,0xf6,0x0d, +0xf7,0x00,0x01,0x7f,0xf8,0x1f,0xfa,0x10,0x02,0xbf,0xf3,0x0b,0xff,0x10,0x06,0x5f, +0x7c,0xef,0xec,0x81,0x00,0xef,0x01,0x0a,0x61,0x72,0xbf,0xd9,0x00,0x6f,0xfb,0xef, +0x01,0x00,0xca,0x09,0xff,0x06,0x6f,0xfd,0x20,0x0d,0xff,0x36,0xff,0x70,0x00,0xaf, +0xf5,0x6f,0xf7,0x00,0x09,0xff,0x56,0xff,0x70,0x00,0x9f,0x0b,0x00,0x09,0x90,0x50, +0x2c,0xd3,0x9f,0xfa,0x5f,0xf6,0x02,0x20,0x52,0x00,0x0f,0x02,0x00,0x03,0x71,0x00, +0x02,0xcd,0x40,0x00,0x9f,0xfc,0x84,0x0d,0x00,0x28,0x00,0x01,0x3d,0x0a,0x4f,0x00, +0x06,0xff,0x80,0x07,0x00,0x11,0x40,0x8f,0xf7,0x05,0x8f,0x7a,0x15,0x71,0xc0,0x0d, +0xfd,0x91,0x00,0x6f,0xf6,0xb4,0x00,0x01,0x38,0x04,0x0e,0x0b,0x00,0xf0,0x02,0x01, +0xef,0xf3,0x6f,0xf6,0x00,0xbf,0xf6,0x06,0xff,0x60,0x7f,0xf9,0x00,0x6f,0xf6,0x3f, +0x76,0x07,0x50,0x8e,0xfe,0x10,0x00,0x6f,0x45,0x03,0x11,0x06,0x33,0x16,0xa0,0x6f, +0xff,0xaa,0xff,0x40,0x06,0xff,0xc0,0x2f,0xfd,0x37,0x00,0x30,0x9f,0xf7,0x06,0x03, +0x02,0x30,0xf1,0x6f,0xf6,0x6e,0x12,0x5f,0x6f,0xf7,0x06,0xff,0x70,0x05,0x00,0x0a, +0xf0,0x1e,0x80,0x5f,0xfe,0x41,0xff,0xfa,0x04,0xdf,0xa0,0x6f,0xf0,0x4c,0xfe,0x70, +0x06,0xdf,0xc3,0x06,0xff,0x9f,0xff,0xff,0x6a,0xff,0xff,0xf1,0x6f,0xff,0xfb,0xef, +0xff,0xfe,0xbf,0xff,0x76,0xff,0xd2,0x01,0xff,0xfa,0x00,0x6f,0xfa,0x6f,0xf7,0x17, +0x02,0x00,0xef,0x0a,0x90,0x70,0x00,0xcf,0xf2,0x00,0x2f,0xfc,0x6f,0xf7,0xd7,0x12, +0x14,0x01,0x11,0x00,0x1f,0x1f,0x11,0x00,0x11,0xff,0x0a,0xf0,0x3b,0xfd,0x90,0x06, +0xff,0x8f,0xff,0xff,0x90,0x6f,0xff,0xfb,0xdf,0xff,0x16,0xff,0xd2,0x00,0xdf,0xf3, +0x6f,0xf7,0x00,0x0a,0x98,0x01,0x0f,0x02,0x0b,0x00,0x51,0x00,0x02,0xad,0xfb,0x60, +0x65,0x08,0x30,0xfc,0x00,0x01,0x08,0x03,0xd0,0x90,0x0a,0xff,0x80,0x01,0xef,0xf2, +0x0d,0xff,0x10,0x00,0x9f,0xf5,0xba,0x11,0x22,0x6f,0xf8,0x06,0x00,0x02,0x12,0x00, +0x02,0x1e,0x00,0x02,0x2a,0x00,0x02,0x36,0x00,0x00,0x97,0x03,0x70,0x60,0x00,0x6f, +0xf1,0x6c,0xfc,0x70,0xe5,0x03,0x00,0x8a,0x00,0x80,0xe9,0xbf,0xff,0x36,0xff,0xb0, +0x00,0x9f,0xe4,0x00,0x11,0x03,0xae,0x00,0x30,0x1f,0xfe,0x6f,0x4f,0x07,0xc0,0xd6, +0xff,0x70,0x00,0x4f,0xfb,0x6f,0xf9,0x00,0x0c,0xff,0x76,0x9f,0x03,0x20,0xe0,0x6f, +0x13,0x06,0x5f,0x06,0xff,0x77,0xde,0xb3,0x85,0x02,0x04,0x51,0x00,0x04,0xbf,0xd8, +0x1f,0xd2,0x03,0x1f,0xef,0xd2,0x03,0x22,0x10,0xef,0xd2,0x03,0x2f,0xc5,0x9f,0x32, +0x04,0x06,0xf1,0x02,0x6f,0xf0,0x3c,0xfa,0x6f,0xf4,0xff,0xf7,0x6f,0xff,0xfd,0xc4, +0x6f,0xff,0x70,0x00,0x6f,0xbd,0x09,0x02,0x83,0x00,0x0f,0x04,0x00,0x01,0x60,0x00, +0x3a,0xee,0xb7,0x00,0x03,0x17,0x10,0xf0,0x0a,0x0b,0xff,0x95,0x9f,0x40,0x0d,0xff, +0x00,0x01,0x00,0x0a,0xff,0xb4,0x00,0x00,0x01,0xdf,0xff,0xc4,0x00,0x00,0x07,0xef, +0xff,0x80,0xbb,0x00,0xc1,0xf0,0x02,0x20,0x00,0x9f,0xf2,0x0d,0xf9,0x67,0xef,0xf0, +0x3e,0x68,0x03,0x00,0x8d,0x05,0x30,0x00,0x9f,0xe0,0x10,0x10,0x00,0x99,0x07,0x11, +0xe0,0xd5,0x08,0xa0,0xb0,0x9f,0xff,0xff,0xfb,0x03,0x6f,0xff,0x66,0x40,0xc1,0x08, +0x02,0x28,0x13,0x06,0x09,0x00,0x00,0x02,0x04,0x00,0xda,0x07,0x50,0xbf,0xfd,0x76, +0x00,0x04,0x4a,0x04,0x50,0x04,0xcf,0xeb,0x00,0x8f,0x00,0x19,0x6f,0x28,0xff,0x60, +0x00,0xcf,0xf2,0x0b,0x00,0x0a,0x00,0x21,0x02,0xf0,0x09,0x6f,0xfa,0x00,0x5f,0xff, +0x23,0xff,0xfb,0xcf,0xff,0xf2,0x0c,0xff,0xff,0xd8,0xff,0x20,0x1a,0xee,0xa1,0x4f, +0xf2,0x8f,0xf5,0xb9,0x11,0x20,0x3f,0xfa,0x4a,0x13,0x20,0x0e,0xfe,0xac,0x13,0x90, +0x09,0xff,0x30,0x08,0xff,0x20,0x04,0xff,0x70,0xe1,0x04,0x20,0xff,0xb0,0x74,0x14, +0x90,0xaf,0xf0,0x5f,0xf3,0x00,0x00,0x5f,0xf4,0x9f,0x8e,0x00,0x10,0xf7,0x25,0x11, +0x50,0x0b,0xfd,0xff,0x40,0x00,0x24,0x03,0x01,0x8e,0x07,0x10,0xfa,0xe4,0x0d,0x00, +0x6c,0x09,0xf0,0x25,0x01,0xff,0x91,0xff,0xc0,0x00,0xff,0xf5,0x00,0x5f,0xf5,0x0d, +0xff,0x00,0x2f,0xff,0x90,0x08,0xff,0x20,0x9f,0xf3,0x06,0xfd,0xfd,0x00,0xbf,0xe0, +0x05,0xff,0x60,0xaf,0x7f,0xf1,0x0f,0xfa,0x00,0x2f,0xf9,0x0d,0xf2,0xef,0x42,0xff, +0x60,0x00,0xef,0xc1,0xff,0x0c,0xf8,0x5f,0xd6,0x0c,0xf0,0x07,0x4f,0xc0,0x8f,0xb7, +0xff,0x00,0x00,0x6f,0xf9,0xf8,0x05,0xfe,0xaf,0xb0,0x00,0x02,0xff,0xef,0x50,0x1f, +0xfe,0xf8,0xf2,0x00,0x30,0xf1,0x00,0xdf,0x6a,0x00,0xf0,0x0e,0xaf,0xfe,0x00,0x0a, +0xff,0xf0,0x00,0x2f,0xfe,0x00,0x08,0xff,0x60,0x9f,0xf7,0x00,0xff,0xd0,0x01,0xff, +0xe0,0x6f,0xf5,0x00,0x07,0xff,0x7d,0xfd,0x00,0x6a,0x16,0x10,0x40,0xb6,0x02,0x10, +0xb0,0x90,0x08,0x20,0xfa,0x00,0x40,0x00,0xe0,0xf3,0x00,0x00,0xbf,0xe3,0xff,0xd0, +0x00,0x4f,0xf8,0x0a,0xff,0x60,0x0d,0xd9,0x0f,0x80,0x16,0xff,0x90,0x00,0x8f,0xf9, +0x8f,0xf6,0xf0,0x00,0x20,0x2f,0xfb,0xdb,0x00,0x40,0x0b,0xff,0x10,0x05,0xaf,0x0c, +0x30,0x60,0x09,0xff,0xaa,0x14,0xf1,0x05,0x0e,0xfb,0x00,0x00,0x9f,0xf1,0x3f,0xf5, +0x00,0x00,0x2f,0xf5,0x7f,0xf0,0x00,0x00,0x0c,0xfa,0xbf,0xa0,0xe4,0x00,0x10,0x50, +0x80,0x01,0x01,0x19,0x0a,0x21,0x9f,0xfa,0xf8,0x10,0x14,0xf5,0x7f,0x16,0x20,0x04, +0x8d,0x97,0x02,0x11,0x0b,0x2f,0x0a,0x32,0x0c,0xfd,0x80,0x10,0x09,0x21,0xff,0xf7, +0x05,0x00,0x30,0x04,0x66,0x6a,0xc9,0x08,0x00,0xcc,0x0e,0x01,0xc7,0x08,0x01,0xc6, +0x08,0x01,0xc5,0x08,0x20,0x6f,0xfc,0x20,0x13,0x10,0xf2,0x2d,0x06,0x40,0xc6,0x66, +0x64,0x2f,0xc5,0x15,0x11,0x2f,0xca,0x15,0xd0,0x08,0xef,0x90,0x04,0xff,0xc5,0x00, +0x7f,0xe0,0x00,0x08,0xfd,0x00,0xca,0x18,0x10,0x07,0x6c,0x03,0x10,0xe0,0xeb,0x18, +0xe0,0x00,0xcf,0xc0,0x03,0xff,0xe3,0x00,0x4f,0xfc,0x10,0x00,0x2d,0xfb,0x00,0x23, +0x00,0x12,0x06,0x1c,0x00,0x00,0x23,0x00,0x21,0x8f,0xd0,0x31,0x00,0x40,0x6f,0xf2, +0x00,0x01,0x9b,0x19,0x4f,0x9a,0x60,0xba,0xfe,0x01,0x00,0x03,0x60,0x0f,0xfc,0x30, +0x00,0xbf,0xfc,0xd1,0x19,0xf0,0x06,0x00,0x04,0xff,0x10,0x00,0x4f,0xf0,0x00,0x05, +0xff,0x00,0x00,0x5f,0xe0,0x00,0x05,0xfe,0x00,0x00,0x3f,0xf5,0x70,0x11,0xa1,0x00, +0x05,0xff,0xc0,0x02,0xff,0x70,0x00,0x5f,0xf0,0x15,0x00,0x12,0x5f,0x23,0x00,0x10, +0x4f,0x31,0x00,0x90,0x00,0x01,0x9f,0xf0,0x00,0xff,0xf9,0x00,0x0a,0x0f,0x13,0xf0, +0x0b,0x8e,0xd7,0x00,0x04,0x00,0x0a,0xff,0xff,0xc5,0x7f,0xb0,0x1e,0xe5,0x6e,0xff, +0xff,0x70,0x01,0x30,0x01,0x9e,0xe6,0x00,0x00,0x16,0x72,0x11,0x03,0xf0,0x09,0x50, +0x0d,0xe3,0x3d,0xe0,0x0f,0x90,0x07,0xf2,0x0f,0xb0,0x0a,0xf0,0x08,0xfb,0xbf,0xa0, +0x00,0x8e,0xe9,0x00,0x00,0x84,0x00,0x12,0x0d,0x20,0x00,0x09,0xd2,0x0a,0x10,0x9f, +0x09,0x00,0x00,0xdf,0x02,0x10,0xae,0x03,0x08,0x07,0xb8,0x14,0x02,0xb7,0x10,0x00, +0x18,0x17,0x06,0x0a,0x00,0x23,0x18,0x88,0x01,0x00,0x11,0x81,0x7a,0x01,0x14,0xa0, +0x2c,0x00,0x0f,0x0a,0x00,0x20,0x13,0xff,0xb5,0x0d,0x08,0x0a,0x00,0x5f,0xc6,0x66, +0x66,0x64,0x00,0x5a,0x00,0x29,0xb4,0x07,0x77,0x77,0x77,0xff,0xc7,0x77,0x77,0x77, +0x70,0x1f,0xb4,0x00,0x16,0xf1,0x0a,0x00,0x22,0x67,0x77,0x01,0x00,0x23,0x76,0xef, +0x12,0x00,0x24,0xfe,0xdf,0x09,0x00,0x00,0x32,0x08,0x01,0x46,0x13,0x0a,0x09,0x00, +0x13,0x20,0x09,0x00,0x33,0xff,0xfa,0x10,0x09,0x00,0x22,0xff,0xf8,0x09,0x00,0x42, +0xfe,0xbf,0xff,0xe5,0x24,0x00,0x11,0x05,0x7f,0x1c,0x00,0x36,0x00,0x33,0x09,0xff, +0x80,0x3f,0x00,0x1b,0x5b,0x48,0x00,0x0f,0x09,0x00,0x15,0x23,0x03,0x77,0x01,0x00, +0x24,0x70,0x06,0xb6,0x00,0x15,0xe0,0x0a,0x00,0x12,0xd0,0xe2,0x14,0x13,0x50,0x32, +0x00,0x12,0x8f,0x35,0x01,0x00,0x2f,0x0f,0x13,0xf8,0xb8,0x01,0x62,0x4f,0xff,0xfa, +0xde,0x30,0x00,0x6a,0x0c,0x12,0xfd,0x35,0x0d,0x50,0x6f,0xff,0x9f,0xf8,0x5f,0xa1, +0x00,0xf1,0x07,0x19,0xff,0xf7,0x1f,0xf8,0x03,0xef,0xfc,0x10,0x06,0xef,0xff,0x50, +0x1f,0xf8,0x00,0x1c,0xff,0xd1,0x09,0xff,0xc3,0xcb,0x18,0x51,0xcf,0xf4,0x00,0xc7, +0x00,0x0a,0x00,0x21,0x0b,0x30,0xe0,0x15,0x02,0xe4,0x00,0x0f,0x0a,0x00,0x17,0x11, +0x06,0xeb,0x0c,0x0e,0x09,0x00,0xa4,0x16,0x66,0x66,0x6a,0xff,0x76,0x66,0x66,0x60, +0x3f,0x83,0x01,0x06,0x09,0x00,0x11,0xf3,0x24,0x00,0x1f,0x6f,0x09,0x00,0x0a,0x0e, +0x36,0x00,0x11,0xf8,0x51,0x00,0x41,0xaf,0xf1,0x2a,0xa2,0x24,0x00,0x2e,0x49,0x90, +0x7e,0x00,0x0f,0x09,0x00,0x0b,0x1a,0x07,0x09,0x00,0xa3,0x04,0xee,0xee,0xef,0xff, +0xee,0xee,0xee,0x70,0x04,0x63,0x00,0x80,0x80,0x04,0xff,0x32,0x29,0xff,0x32,0x23, +0x09,0x00,0x20,0x10,0x07,0x4a,0x05,0x17,0x80,0x1b,0x00,0x03,0x09,0x00,0xf4,0x03, +0x00,0x11,0x11,0x18,0xff,0x31,0x11,0x11,0x10,0x05,0x55,0x55,0x5a,0xff,0x65,0x55, +0x55,0x52,0x65,0x02,0xc1,0xf6,0x1f,0xfe,0xcc,0xce,0xff,0xdc,0xcc,0xdf,0xf6,0x1f, +0xf5,0x63,0x00,0xb7,0x3f,0xf6,0x1f,0xf8,0x33,0x39,0xff,0x43,0x33,0x6f,0xf6,0x24, +0x00,0x91,0xdd,0xde,0xff,0xed,0xdd,0xef,0xf6,0x1a,0xa3,0x24,0x00,0x2e,0x2a,0xa4, +0x99,0x00,0x24,0x00,0x04,0x6c,0x00,0x09,0x0a,0x00,0x51,0x42,0x34,0x22,0x22,0xef, +0x0a,0x00,0x52,0x12,0xdd,0x20,0x00,0xdf,0x0a,0x00,0x23,0xef,0xf4,0x0a,0x00,0x43, +0x10,0x1d,0xff,0x40,0x0a,0x00,0xf4,0x02,0x01,0xdb,0x10,0xdf,0x80,0x00,0x05,0x58, +0xff,0x65,0x55,0x65,0x55,0xef,0xa5,0x50,0x0f,0x46,0x02,0x16,0xf0,0x0a,0x00,0x03, +0x92,0x0a,0x00,0x32,0x00,0x24,0x0b,0xfb,0x0a,0x00,0x24,0x0f,0xf7,0x0a,0x00,0x24, +0x6f,0xf2,0x0a,0x00,0x23,0xef,0xc0,0x0a,0x00,0x10,0x0b,0xe0,0x05,0x72,0x34,0x34, +0xff,0x70,0x00,0x2e,0xfa,0xae,0x12,0x41,0x40,0x00,0x02,0xa0,0xa2,0x13,0x11,0xc6, +0xbd,0x00,0x14,0x1a,0xaf,0x17,0x25,0xbf,0xfc,0x3c,0x03,0x13,0xe3,0x05,0x19,0x6b, +0xaf,0xf6,0x22,0x22,0x20,0x0f,0x87,0x00,0x00,0x9d,0x1d,0x61,0x22,0x26,0xff,0x62, +0x22,0x22,0x07,0x1d,0x02,0xa5,0x0e,0x05,0x09,0x00,0x93,0x55,0x55,0x58,0xff,0x85, +0x55,0x55,0x00,0x00,0x2d,0x00,0x07,0x09,0x00,0x0e,0x2d,0x00,0x04,0x09,0x00,0xa4, +0x33,0x33,0x33,0x37,0xff,0x73,0x33,0x33,0x33,0xef,0xea,0x00,0x05,0x09,0x00,0x14, +0x11,0x01,0x00,0x19,0x00,0x01,0x00,0x24,0x6e,0x80,0x0a,0x00,0x25,0xcf,0xf3,0xff, +0x04,0x01,0x9a,0x03,0x00,0x4d,0x00,0x73,0x3a,0xfb,0x43,0x33,0x20,0x00,0x01,0x43, +0x00,0x14,0xf7,0x0a,0x00,0x00,0x0a,0x04,0x01,0x4c,0x00,0x13,0x18,0x8d,0x18,0x00, +0x80,0x03,0x14,0x20,0x89,0x00,0x15,0xf4,0x13,0x00,0x14,0x50,0x82,0x02,0x14,0xf6, +0xb9,0x03,0x13,0xff,0x9b,0x1a,0x13,0x2c,0x26,0x00,0x00,0xf0,0x13,0x02,0x33,0x1a, +0x42,0x19,0xff,0xff,0xc1,0x4c,0x13,0x12,0xdf,0x14,0x05,0x00,0x7b,0x07,0x90,0x66, +0xff,0xb7,0x54,0x33,0x45,0x67,0xa3,0x09,0x39,0x08,0x01,0x33,0x01,0x61,0x01,0xe1, +0x00,0x01,0x8d,0xff,0xe3,0x17,0x17,0x10,0x0f,0x1a,0xb2,0x00,0x11,0x34,0x68,0xac, +0x20,0x00,0x00,0x5d,0xde,0xff,0x69,0x21,0x01,0x05,0x1f,0x30,0xfd,0xba,0x86,0x25, +0x21,0x22,0x32,0x21,0xd0,0x01,0x14,0x0e,0x0c,0x01,0x16,0x70,0x0a,0x00,0xf0,0x04, +0x02,0x22,0x28,0x84,0x7f,0xf5,0x69,0x72,0x22,0x10,0x00,0x55,0x5f,0xf4,0x5f,0xf2, +0x7f,0xa4,0xb2,0xe6,0x00,0x00,0x0a,0x00,0x00,0x4b,0x0a,0x20,0x66,0x6f,0x0a,0x00, +0xf2,0x0b,0xfa,0x40,0x00,0x02,0x35,0x7f,0xf4,0x7f,0xf4,0x7f,0xa0,0x1a,0x30,0x0c, +0xff,0xff,0xf8,0xff,0xfe,0x8f,0xfc,0xdf,0xa0,0x07,0xb8,0x6f,0x46,0x00,0x10,0x30, +0xbb,0x02,0x40,0xef,0xfe,0xfe,0x62,0xc2,0x1a,0x60,0xcf,0xfa,0x5f,0xf3,0xdf,0xf8, +0x28,0x0a,0xf0,0x12,0xff,0xa0,0x5f,0xf2,0x1c,0xff,0xe7,0x10,0x5f,0xff,0xf8,0x00, +0x5f,0xf2,0x01,0xbf,0xff,0xe0,0x09,0xfb,0x30,0x00,0x5f,0xf2,0x00,0x05,0xef,0x40, +0x00,0x30,0x00,0x00,0x5f,0x24,0x1e,0x06,0x8b,0x01,0x04,0x64,0x03,0x15,0x20,0x09, +0x00,0x22,0x02,0x99,0x01,0x00,0x2f,0x10,0x00,0x01,0x00,0x34,0x13,0xaa,0x01,0x00, +0x14,0xa9,0x17,0x02,0x15,0xfd,0x09,0x00,0x0f,0x30,0x00,0x02,0x20,0x07,0xee,0x06, +0x00,0xa3,0x57,0x77,0x77,0x7b,0xff,0x97,0x77,0x77,0x75,0xbf,0x2d,0x00,0x23,0xfa, +0x58,0x0c,0x07,0x31,0x85,0x00,0x39,0xa1,0x00,0x12,0x95,0xfc,0x14,0x01,0x19,0x02, +0x20,0x6f,0xf0,0x34,0x0f,0x10,0xf8,0xef,0x13,0x57,0xaa,0xaa,0xaa,0xaf,0xf8,0x1b, +0x00,0x21,0x22,0x22,0x11,0x1c,0x03,0xcb,0x02,0x00,0x16,0x02,0x71,0xbb,0xbb,0xbb, +0xbd,0xff,0xff,0xb4,0xb9,0x05,0x35,0xdf,0xfb,0x61,0xe5,0x02,0x06,0x01,0x00,0x00, +0xb9,0x02,0x32,0x15,0xff,0x41,0xb9,0x02,0x22,0x05,0xff,0x2d,0x02,0x33,0xae,0xef, +0xff,0x64,0x02,0x2e,0xfe,0xc5,0xb6,0x00,0x21,0x7e,0xe0,0x5a,0x02,0x96,0x66,0x66, +0x66,0x9f,0xf9,0x66,0x66,0x66,0x60,0xf7,0x03,0x14,0x08,0xc5,0x07,0x32,0x80,0x00, +0x01,0x5b,0x01,0x12,0x20,0xd4,0x17,0x00,0x14,0x16,0x00,0x0a,0x00,0x10,0x30,0x41, +0x06,0x18,0x40,0x14,0x00,0x05,0x28,0x00,0x23,0x07,0x99,0x01,0x00,0x24,0x70,0x0c, +0x50,0x00,0x41,0xc0,0x0c,0xf9,0x33,0x01,0x00,0xf1,0x00,0xaf,0xc0,0x0c,0xf7,0x06, +0xee,0xee,0xee,0xee,0x50,0x9f,0xc0,0x03,0x42,0x08,0x25,0x1b,0x50,0x24,0x30,0x00, +0x00,0x0c,0x73,0x0f,0x22,0x50,0x03,0x4c,0x1f,0x71,0x02,0xff,0x50,0x1f,0xb0,0x00, +0x18,0x39,0x18,0x41,0x70,0x4f,0xe0,0x0a,0xfa,0x02,0x00,0xca,0x02,0xb9,0x03,0xfe, +0x91,0x00,0x00,0x00,0x5e,0xff,0xfd,0x20,0x00,0x3f,0x1d,0x15,0x08,0xc8,0x1d,0x25, +0x5f,0xf7,0x15,0x1c,0x13,0xfc,0x0d,0x02,0x41,0x7f,0xfe,0xff,0xd2,0x09,0x00,0x61, +0x2b,0xff,0xe2,0x5f,0xff,0x70,0x3e,0x05,0xb0,0xfc,0x10,0x04,0xff,0xfe,0x60,0x00, +0x29,0xff,0xff,0x90,0x63,0x03,0x51,0xff,0xb3,0x3f,0xff,0xd3,0xe5,0x03,0xf0,0x04, +0xff,0xd0,0x09,0xd5,0x06,0x64,0x00,0x00,0x37,0x70,0x5b,0x30,0x00,0x00,0x0e,0xf9, +0x00,0x00,0x7f,0xd0,0x12,0x07,0x0a,0x00,0x24,0x0f,0xf8,0x0a,0x00,0x24,0x1f,0xf7, +0x0a,0x00,0x24,0x6f,0xf4,0x0a,0x00,0x23,0xdf,0xf0,0x0a,0x00,0x00,0xf0,0x18,0x02, +0x0a,0x00,0x32,0x9f,0xfe,0x10,0x0a,0x00,0x11,0x06,0xe1,0x13,0x01,0x14,0x00,0x34, +0x5c,0x20,0x00,0x32,0x00,0x0e,0x01,0x00,0x21,0x08,0x84,0x94,0x15,0x71,0xf4,0x00, +0x01,0xff,0x80,0x07,0x70,0xb1,0x04,0x40,0x1f,0xf8,0x08,0xff,0x11,0x03,0x00,0x13, +0x00,0x20,0x1e,0xfe,0xaa,0x06,0x00,0x59,0x07,0x50,0x4f,0xf8,0x00,0x8f,0xf0,0x13, +0x00,0x51,0x00,0xbf,0xe0,0x0a,0xfd,0x6c,0x07,0x20,0x03,0xb2,0xda,0x1f,0x00,0x13, +0x00,0x02,0xa0,0x00,0x23,0x1f,0xf8,0x0d,0x02,0x00,0x13,0x00,0x40,0x10,0x00,0xbf, +0xe0,0x13,0x00,0x50,0x06,0xe8,0x00,0x2f,0xf9,0x0c,0x0c,0x30,0xcd,0xff,0xc0,0xb9, +0x19,0x00,0x03,0x04,0x20,0xb3,0x06,0xe7,0x19,0x70,0x0c,0xff,0xfc,0x40,0x05,0xff, +0xed,0x13,0x24,0xf0,0x01,0xe5,0x00,0x08,0xff,0xf3,0x1e,0xff,0x40,0x0a,0x80,0x00, +0x6e,0xff,0xf5,0x00,0x3f,0xb7,0x04,0x10,0x04,0x26,0x01,0x20,0x6f,0xd3,0x53,0x00, +0x00,0x48,0x01,0x00,0x04,0x00,0x42,0x86,0x10,0x00,0x12,0xe9,0x07,0x42,0xf6,0x03, +0x9f,0xd0,0xc3,0x10,0xd0,0x2d,0xff,0xfb,0x74,0x44,0x44,0x30,0x00,0xef,0x82,0xff, +0x71,0x0e,0x32,0x03,0xf0,0x06,0x5f,0xf1,0x2f,0xe0,0x00,0xef,0xed,0xef,0xd0,0x0e, +0xff,0x02,0xfe,0x00,0x0e,0xf5,0x05,0xfd,0x08,0xff,0xf0,0x13,0x00,0x44,0x50,0x5f, +0xd4,0xff,0x13,0x00,0x14,0x5f,0x13,0x00,0x24,0xd0,0xe9,0x13,0x00,0x24,0x02,0x4f, +0x13,0x00,0x14,0x04,0x13,0x00,0x62,0x00,0x4f,0xf0,0x3f,0xe4,0xa9,0x13,0x00,0x60, +0x07,0xff,0xff,0xbe,0xf7,0x6a,0x13,0x00,0xf0,0x04,0xef,0xfd,0x71,0xef,0x6f,0xff, +0xa0,0x04,0xff,0x06,0xc4,0x00,0x0e,0xf5,0x9c,0x91,0x00,0x4f,0xf0,0xf0,0x09,0x10, +0x50,0xb3,0x00,0x00,0xbe,0x01,0x00,0x05,0x0c,0x05,0x13,0x00,0x0f,0x01,0x00,0x02, +0x52,0x8e,0x80,0x00,0x06,0xff,0x26,0x0a,0x42,0x90,0xec,0x46,0xff,0x72,0x05,0x41, +0x33,0xff,0x36,0xff,0x51,0x09,0x42,0xfd,0x07,0xff,0x17,0x6e,0x16,0x22,0xf6,0x0b, +0x72,0x04,0x42,0x01,0xef,0xf3,0x1f,0x0a,0x00,0xf0,0x00,0x0a,0xff,0xf2,0x7f,0xf4, +0x49,0xff,0x44,0x44,0x00,0x5f,0xff,0xf3,0xef,0x80,0x46,0x00,0x00,0x0c,0x16,0x21, +0x19,0x10,0x0a,0x00,0x50,0x08,0x5f,0xf2,0x44,0x44,0x1e,0x00,0x52,0x40,0x00,0x1f, +0xf2,0xdf,0xa2,0x08,0x09,0x0a,0x00,0x00,0x8f,0x02,0x01,0x40,0x01,0x10,0xf2,0x72, +0x00,0x0f,0x0a,0x00,0x23,0x07,0x01,0x00,0x11,0x06,0xe1,0x00,0x13,0x41,0x7a,0x09, +0x30,0x37,0xaf,0xfd,0x82,0x02,0x40,0xf8,0x9b,0xef,0xff,0xf0,0x02,0x81,0x01,0xff, +0xab,0xff,0xff,0xff,0xb6,0x20,0xc3,0x17,0x21,0x97,0x55,0x0a,0x07,0x10,0x4f,0xaf, +0x18,0x01,0xca,0x03,0x14,0xef,0x0a,0x00,0x24,0x1d,0xff,0x0a,0x00,0xe2,0x3f,0xff, +0xfe,0x36,0x66,0x68,0xff,0x96,0x66,0x61,0x09,0xc7,0xfe,0x7f,0x9e,0x1c,0x41,0x01, +0x17,0xfe,0x6d,0x9c,0x08,0x34,0xd3,0x00,0x07,0x28,0x00,0x0f,0x0a,0x00,0x0e,0xb3, +0x02,0x33,0x35,0xff,0x73,0x33,0x30,0x00,0x07,0xfe,0x0c,0xfa,0x00,0x08,0x0a,0x00, +0x05,0xbe,0x00,0x61,0x48,0x30,0x01,0x10,0x00,0x33,0x65,0x07,0x51,0xc0,0x0a,0xfb, +0x08,0xfc,0xed,0x05,0x40,0x50,0x0e,0xf7,0x04,0xf0,0x08,0x10,0x0b,0x49,0x02,0x10, +0x00,0x19,0x07,0x80,0x3f,0xf6,0x00,0xdf,0xb0,0x00,0xaf,0xe0,0x95,0x1d,0x30,0x07, +0xff,0x30,0xa7,0x1f,0x50,0x09,0xff,0xf2,0x4f,0xfa,0xd8,0x00,0xe2,0x60,0x6f,0xff, +0xf6,0xff,0xf5,0x33,0x33,0x35,0xff,0xf6,0x3f,0xff,0xf3,0x68,0x01,0x60,0xd1,0x0a, +0x7f,0xf2,0x45,0xdf,0x99,0x07,0x10,0x30,0xa3,0x26,0x60,0x03,0xff,0x20,0x1f,0xf3, +0x00,0x0a,0x00,0x20,0x05,0xff,0x06,0x00,0x00,0x04,0x00,0x20,0x09,0xfc,0x9b,0x26, +0x00,0x0a,0x00,0x21,0x0e,0xf8,0x2b,0x02,0x20,0x2f,0xf2,0x70,0x03,0x11,0x6f,0x0a, +0x00,0x60,0x02,0xef,0xb0,0x00,0x8f,0xd0,0x0a,0x00,0x40,0x3d,0xff,0x21,0x44,0x47, +0x0c,0x51,0x2f,0xf3,0xdf,0xf5,0x01,0xf6,0x25,0x7a,0x2f,0xf2,0x2d,0x30,0x00,0xbe, +0xc7,0x86,0x01,0x06,0x24,0x0d,0x81,0x0c,0xe6,0x00,0x9f,0xd0,0x8c,0x10,0x00,0xb3, +0x0d,0x40,0x9f,0xe2,0xef,0xe2,0xf8,0x08,0xf1,0x01,0xd0,0x00,0x8f,0xe0,0x2d,0xff, +0x10,0x00,0x03,0xff,0x60,0x00,0x7f,0xf0,0x01,0xd6,0xea,0x18,0xc0,0x00,0x7f,0xf3, +0x46,0x89,0xa0,0x00,0x8f,0xfe,0x49,0xac,0xef,0x83,0x05,0x22,0x04,0xff,0x72,0x01, +0xf0,0x0a,0xdb,0xa0,0x2f,0xff,0xfe,0x4c,0xa8,0x8f,0xf6,0x00,0x52,0x00,0x0d,0xfd, +0xfe,0x00,0x00,0x0f,0xf6,0x03,0xff,0x60,0x05,0x98,0xfe,0x96,0x04,0x22,0x0c,0xfe, +0x68,0x01,0x42,0x0b,0xfc,0x9f,0xf5,0x0a,0x00,0x11,0x08,0xd5,0x07,0x20,0x07,0xfe, +0x3a,0x01,0x13,0xfb,0x86,0x01,0x50,0x1a,0xff,0xd1,0x07,0x60,0x0a,0x00,0xf0,0x10, +0x04,0xef,0xff,0xe0,0x09,0xf8,0x00,0x07,0xfe,0x04,0xcf,0xff,0xcf,0xf6,0x0b,0xf7, +0x00,0x07,0xfe,0x5f,0xff,0xe4,0x0d,0xff,0x8f,0xf4,0x00,0x07,0xfe,0x0a,0xf7,0x14, +0x0c,0x00,0xa6,0x0e,0x00,0x34,0x27,0x29,0x3d,0xfe,0x63,0x05,0x51,0x3a,0x60,0x00, +0x0b,0xa8,0x9a,0x08,0x13,0xc0,0xcc,0x1b,0x22,0xdf,0x70,0x5d,0x0f,0xc2,0x04,0xff, +0x24,0x44,0xcf,0xf5,0x44,0x44,0x00,0x0b,0xfc,0x0e,0x28,0x0d,0x23,0x3f,0xf7,0x09, +0x00,0x40,0xdf,0xf6,0x0e,0xf7,0x11,0x04,0x23,0x09,0xff,0x09,0x00,0x14,0x5f,0x09, +0x00,0xc3,0x2f,0xef,0xf6,0x0e,0xfa,0x66,0x66,0x6b,0xfe,0x07,0x3e,0xf6,0x2d,0x00, +0x17,0x0e,0x09,0x00,0x01,0x24,0x00,0x0f,0x09,0x00,0x03,0x01,0x36,0x00,0x09,0x2d, +0x00,0x04,0x09,0x00,0x68,0x0d,0xe6,0x00,0x00,0x06,0xcb,0xb5,0x00,0x41,0x5a,0x40, +0x00,0xad,0x8b,0x12,0x00,0x15,0x05,0x01,0x95,0x12,0x00,0x0c,0x05,0x12,0x03,0x1c, +0x07,0x42,0x0d,0xfc,0xef,0xff,0xdd,0x1b,0x33,0x5f,0xf5,0xef,0xdb,0x02,0x50,0xef, +0xf1,0x22,0x9f,0xf3,0x7a,0x07,0x80,0x0b,0xff,0xf1,0x01,0xff,0x90,0xff,0x50,0x8a, +0x09,0x40,0xf1,0x09,0xff,0x30,0xea,0x01,0x32,0x4f,0xef,0xf1,0xa1,0x07,0x63,0x90, +0x0a,0x3f,0xf7,0xff,0xff,0xdf,0x20,0xf0,0x01,0xfc,0xff,0xff,0x40,0xff,0x60,0xaf, +0x90,0x00,0x2f,0xf2,0xd3,0xff,0x30,0xff,0x50,0x0a,0x00,0x2f,0xf1,0x00,0x0a,0x00, +0x04,0x33,0x8f,0xff,0x80,0x0a,0x00,0x30,0x5d,0xfd,0x20,0x0a,0x00,0x40,0x33,0x00, +0xff,0x51,0x85,0x25,0x00,0x0b,0x06,0x01,0x06,0x0a,0x06,0x0a,0x00,0x08,0x12,0x06, +0x42,0x30,0x00,0x08,0xd6,0xf8,0x0b,0x43,0x20,0x00,0xcf,0xc0,0xcc,0x0e,0x02,0x05, +0x0c,0xc2,0x6f,0xf3,0x45,0x55,0x8e,0x95,0x55,0x51,0x00,0x0e,0xfb,0x0d,0x8b,0x07, +0x40,0x09,0xff,0x70,0xce,0x63,0x07,0x10,0xe4,0xec,0x26,0xb0,0x03,0x30,0x00,0x06, +0x41,0x03,0xff,0xff,0x70,0x09,0xfa,0xdf,0x22,0x30,0x1f,0xff,0xf7,0x89,0x10,0x81, +0x4f,0xf3,0x00,0x86,0xef,0x70,0x03,0xff,0xa4,0x04,0x01,0xbb,0x29,0x00,0xd8,0x01, +0x81,0x00,0xef,0x70,0x00,0xef,0x70,0x0b,0xf9,0x13,0x00,0x20,0x0c,0xf9,0x2d,0x05, +0x00,0x13,0x00,0x41,0xaf,0xb0,0x1f,0xf2,0x13,0x00,0x40,0x08,0xd7,0x05,0xfe,0x7b, +0x00,0xb3,0x73,0x55,0x55,0x55,0xbf,0xc5,0x55,0x00,0x0e,0xf7,0x8f,0x25,0x0c,0x33, +0xef,0x78,0xff,0x86,0x01,0x15,0xf7,0xb5,0x00,0x10,0x46,0x9e,0x00,0x22,0x15,0x91, +0x7d,0x01,0x40,0x35,0x9c,0xff,0xfc,0x2b,0x02,0x10,0x49,0x86,0x03,0xa1,0xc8,0x20, +0x00,0x0a,0xfe,0x0e,0xff,0xfd,0xbf,0xf4,0xa7,0x04,0x60,0x0e,0xf6,0x00,0x0f,0xf4, +0x00,0x1b,0x1c,0x50,0x0e,0xf5,0x00,0x0f,0xf5,0x27,0x00,0x00,0x0a,0x00,0x20,0x0e, +0xf5,0x14,0x26,0xc2,0xf5,0x0e,0xf8,0x55,0x5e,0xf9,0x55,0x40,0x6f,0xff,0xf5,0x0e, +0x4b,0x08,0xc0,0x0e,0xae,0xf5,0x0e,0xfe,0xdd,0xdf,0xff,0xdd,0xb0,0x05,0x0e,0x28, +0x00,0x10,0x08,0xe6,0x02,0x01,0x0a,0x00,0x24,0x06,0xfd,0x0a,0x00,0x24,0x04,0xff, +0x0a,0x00,0x32,0x01,0xff,0x21,0x0a,0x00,0x51,0x07,0xe2,0xdf,0x66,0xb1,0x0a,0x00, +0xff,0x13,0x27,0xf9,0x9f,0xb9,0xf2,0x00,0x0e,0xf5,0x1f,0xff,0xf6,0xef,0x5f,0xff, +0xe0,0x00,0x0e,0xf5,0x7f,0xff,0xf5,0x8f,0x7c,0xff,0x90,0x00,0x0e,0xf5,0x1e,0x83, +0x00,0x29,0x21,0xab,0x47,0x0a,0x04,0x41,0x4a,0x50,0x00,0x18,0x27,0x08,0x00,0xc2, +0x03,0x22,0x0e,0xfc,0x45,0x0f,0x30,0x70,0x00,0x06,0x50,0x02,0x00,0xef,0x1f,0xa2, +0x22,0x23,0xe9,0x42,0x22,0x20,0x00,0x2f,0xfa,0x4f,0x96,0x0f,0x33,0x00,0xcf,0xf7, +0x0a,0x00,0xb0,0x08,0xff,0xf6,0x01,0x11,0x17,0xff,0x11,0x11,0x10,0x4f,0xcd,0x09, +0x03,0x24,0x06,0x04,0x0a,0x00,0xe1,0x08,0x7f,0xf6,0x02,0x44,0x49,0xff,0x54,0x44, +0x10,0x00,0x0f,0xf6,0x09,0x32,0x00,0x19,0x50,0x0a,0x00,0x04,0xe8,0x05,0x0f,0x0a, +0x00,0x03,0x40,0x12,0x22,0x27,0xff,0x2d,0x0a,0x22,0x0f,0xf6,0x77,0x0a,0x19,0xf2, +0x0a,0x00,0x02,0xcc,0x0c,0x09,0xd2,0x00,0x52,0x4e,0x91,0x01,0xd9,0x20,0xc8,0x00, +0x12,0xe0,0x4a,0x0e,0x00,0x69,0x09,0x23,0x0d,0xfa,0x8c,0x0d,0x20,0x10,0x3f,0xee, +0x0e,0x10,0xe2,0x24,0x08,0x12,0xaf,0x46,0x00,0xf1,0x02,0xcf,0xf6,0x03,0xff,0x7f, +0xfb,0x55,0x55,0x51,0x08,0xff,0xf6,0x0d,0xfb,0x0e,0xf8,0x00,0xf7,0x1c,0xd0,0xaf, +0xf3,0x0e,0xf9,0x33,0x33,0x20,0x1f,0xff,0xf6,0x5f,0x80,0x0e,0x4c,0x0c,0x51,0x08, +0x7f,0xf6,0x04,0x00,0x0a,0x00,0x01,0xa0,0x00,0x01,0x28,0x00,0x0c,0x0a,0x00,0x01, +0x18,0x01,0x04,0x0a,0x00,0x12,0xf0,0x0a,0x00,0x10,0xfa,0x0e,0x27,0x0e,0x32,0x00, +0x0e,0x0a,0x00,0x0f,0xaf,0x0b,0x06,0x20,0x5f,0x90,0xc1,0x05,0x11,0x00,0xc9,0x25, +0x03,0x0a,0x00,0x33,0x04,0xff,0xef,0x60,0x06,0x21,0x0c,0xfd,0xbb,0x29,0x01,0x00, +0x1e,0xf2,0x06,0x12,0x22,0x2a,0xfd,0x22,0x22,0x20,0x01,0xef,0xf5,0x03,0x33,0x3a, +0xfd,0x33,0x33,0x10,0x0c,0xff,0xf5,0x2f,0x3b,0x0f,0xf4,0x07,0x9f,0xff,0xf5,0x2f, +0xfb,0xbe,0xff,0xbb,0xef,0x80,0x4f,0xae,0xf5,0x2f,0xf0,0x09,0xfc,0x00,0xbf,0x80, +0x06,0x0e,0x14,0x00,0x23,0x00,0x0e,0x28,0x00,0x00,0x0a,0x00,0x70,0x06,0xa3,0x3e, +0xfa,0x33,0x33,0x10,0x30,0x02,0x20,0xf9,0x2f,0xb3,0x0d,0x00,0x9b,0x08,0x42,0xff, +0xcf,0xf1,0x00,0x6c,0x08,0x32,0x7f,0xff,0xb0,0x0a,0x00,0x00,0xf8,0x2d,0x10,0x60, +0x0a,0x00,0x20,0xf6,0x6c,0x7f,0x29,0x90,0xda,0x71,0x00,0x0e,0xf5,0xdf,0xfd,0x20, +0x4c,0x9b,0x26,0x20,0x0e,0xf5,0xdd,0x27,0x22,0x26,0x9d,0x4e,0x11,0x04,0xf8,0x0d, +0x03,0x0a,0x00,0xa6,0x02,0x55,0x55,0x55,0x7f,0xf9,0x55,0x55,0x55,0x50,0xe4,0x11, +0x15,0x05,0x0a,0x00,0x91,0x00,0x00,0x4c,0x90,0x1f,0xf6,0x00,0xca,0x40,0x8a,0x02, +0x50,0x1f,0xf6,0x04,0xff,0x30,0xce,0x09,0x51,0x90,0x1f,0xf6,0x0a,0xff,0xe8,0x26, +0x61,0xf5,0x1f,0xf6,0x3f,0xff,0xc1,0xd8,0x09,0xf0,0x0d,0x5f,0xf8,0xef,0xef,0xfe, +0x30,0x04,0xff,0xd1,0xc7,0xcf,0xff,0xdf,0x43,0xef,0xd0,0x02,0xdf,0x30,0x09,0xff, +0xff,0xe4,0x00,0x2c,0x10,0x00,0x13,0x6d,0x2a,0x22,0xfd,0x20,0xf5,0x01,0x50,0xaf, +0xfa,0xff,0xe4,0x00,0x28,0x2f,0x10,0xf8,0x3c,0x00,0xf0,0x00,0x90,0x00,0x03,0xaf, +0xff,0x80,0x1f,0xf6,0x03,0xff,0xfe,0x71,0x0d,0xff,0xe5,0x96,0x00,0x30,0x2b,0xff, +0xf3,0x95,0x20,0x00,0xa0,0x00,0x41,0x6e,0x50,0x00,0x10,0xaa,0x00,0x00,0xe8,0x06, +0x22,0x0a,0xb4,0x36,0x09,0x40,0x40,0x00,0xff,0x6f,0xa5,0x13,0xf0,0x45,0x0e,0xf4, +0x00,0x5f,0xf1,0xff,0xff,0xff,0xbb,0xf1,0xef,0x40,0x0b,0xf9,0x03,0xcf,0x93,0x32, +0xcf,0x1e,0xf4,0x02,0xff,0x50,0x0f,0xf5,0x00,0x0c,0xf1,0xef,0x40,0xaf,0xf4,0x04, +0xff,0xa9,0x94,0xcf,0x1e,0xf4,0x4f,0xff,0x40,0x8f,0xff,0xff,0x7c,0xf1,0xef,0x4a, +0xff,0xf4,0x0d,0xfb,0x8e,0xf5,0xcf,0x1e,0xf4,0x3f,0xff,0x44,0xff,0x20,0xef,0x3c, +0xf1,0xef,0x40,0x6e,0xf5,0xdf,0xc0,0x2f,0xf0,0xcf,0x1e,0xf4,0x00,0xef,0x9f,0xf6, +0xc8,0xfd,0x39,0x00,0x61,0x0e,0xf4,0x5a,0xbf,0xff,0x80,0x13,0x00,0x42,0x40,0x01, +0xcf,0xf3,0x13,0x00,0x60,0x00,0x09,0xfe,0x00,0x68,0x0e,0x13,0x00,0x10,0x02,0xdf, +0x05,0x01,0x13,0x00,0x00,0x2b,0x20,0x01,0x13,0x00,0xa0,0xbf,0xf5,0x00,0x04,0x66, +0xff,0x30,0x0e,0xf4,0x2e,0xb3,0x0b,0x00,0xa6,0x04,0x79,0x40,0x49,0x00,0x00,0x02, +0xdc,0xa3,0x3b,0x02,0x42,0x8d,0x70,0x3f,0xf1,0x71,0x05,0x22,0xef,0x80,0x0a,0x00, +0x00,0x00,0x28,0x03,0x0a,0x00,0x20,0x0d,0xfc,0xca,0x2e,0x20,0xff,0x50,0x89,0x1a, +0x12,0x5f,0x7d,0x01,0x33,0x01,0xff,0xf3,0x0a,0x00,0xb0,0x0c,0xff,0xf3,0x13,0x6f, +0xf5,0x33,0xff,0x73,0x30,0x7f,0xee,0x1f,0x01,0x32,0x00,0x24,0x1f,0xef,0x0a,0x00, +0x23,0x07,0x3f,0x0a,0x00,0x00,0x0c,0x29,0x05,0xef,0x09,0x07,0x0a,0x00,0x11,0x55, +0x01,0x00,0x10,0x50,0x2a,0x29,0x42,0x08,0x50,0x00,0x28,0x34,0x29,0x50,0x7f,0xf3, +0x01,0xff,0xa0,0x0a,0x00,0x11,0x04,0x27,0x1b,0x00,0x0a,0x00,0x20,0x5f,0xfd,0xd7, +0x08,0x71,0x30,0x00,0x1f,0xf4,0xdf,0xd1,0x00,0x68,0x11,0x40,0x1f,0xf3,0x1b,0x10, +0x8f,0x04,0x10,0x10,0x2c,0x1e,0x04,0x72,0x08,0x70,0xfe,0x40,0x00,0x69,0x0f,0xf5, +0x13,0x24,0x06,0x90,0x35,0xaf,0xff,0x9f,0xf5,0xef,0x10,0x00,0x0d,0xf0,0x1c,0xf1, +0x0c,0x5f,0xf5,0xaf,0x80,0x00,0x3f,0xf7,0xfd,0xcf,0xd0,0x0e,0xf5,0x3f,0xe0,0x00, +0xaf,0xf0,0x00,0x5f,0xd0,0x0e,0xf5,0x0d,0xa1,0x03,0xff,0xe0,0x0a,0x00,0x00,0xe8, +0x16,0x13,0xe8,0x59,0x02,0x15,0x7f,0x0a,0x00,0xc0,0x5f,0xff,0xe0,0x11,0x6f,0xe1, +0x1c,0xf8,0x22,0x10,0x0d,0x7f,0x28,0x00,0xf0,0x03,0x0a,0xf9,0x7f,0xa0,0x01,0x5f, +0xe0,0x00,0x5f,0xfb,0xc9,0xfa,0xef,0x70,0x00,0x5f,0xe3,0x8c,0xc3,0x1f,0x00,0x90, +0x16,0x50,0xe6,0xff,0xff,0xf9,0x45,0xe5,0x21,0x70,0x5f,0xe2,0xea,0xaf,0xd0,0x03, +0xff,0xf4,0x2e,0x00,0x32,0x00,0x42,0x08,0xff,0x52,0x90,0x0a,0x00,0xf0,0x07,0x8f, +0xff,0x74,0xf7,0x00,0x5f,0xe0,0x22,0x7f,0xdb,0xff,0xcf,0xe9,0xf5,0x00,0x5f,0xe0, +0xdf,0xff,0xb6,0xf6,0x1e,0x8f,0x03,0x88,0xe0,0x7f,0xea,0x10,0x20,0x04,0xef,0x70, +0x90,0x01,0x15,0x2a,0xfc,0x06,0x31,0xaf,0xe6,0xff,0xe8,0x27,0x43,0x00,0x02,0xff, +0x76,0x0a,0x00,0x40,0x0a,0xfe,0x06,0xfd,0xe6,0x0e,0x40,0x10,0x00,0x2f,0xf8,0xee, +0x05,0x00,0x18,0x0a,0x40,0xdf,0xf5,0x06,0xfe,0x1f,0x12,0x20,0x10,0x0a,0x90,0x1a, +0x01,0x28,0x00,0x15,0x7f,0x0a,0x00,0x23,0x4f,0xef,0x17,0x09,0x80,0x00,0x0b,0x3e, +0xf5,0x23,0x33,0x39,0xff,0x6b,0x04,0x33,0x0e,0xf5,0xbf,0x86,0x01,0x35,0x0e,0xf5, +0xaf,0x0a,0x00,0x52,0x00,0x02,0xef,0xff,0xf8,0xb7,0x03,0x10,0x1e,0x78,0x05,0x00, +0x0a,0x00,0x60,0x01,0xdf,0xe9,0xfe,0x8f,0xf4,0x0a,0x00,0x50,0x5e,0xff,0x37,0xfe, +0x0c,0xfd,0x03,0x70,0xf8,0xff,0xf5,0x07,0xfe,0x01,0xdf,0xa0,0x06,0x10,0x6e,0xfc, +0x30,0x20,0x1d,0x90,0x28,0x00,0x08,0xc5,0x0a,0x0c,0x01,0x00,0x40,0x8a,0x40,0x00, +0x19,0xba,0x01,0x00,0x80,0x07,0x01,0x49,0x0e,0x02,0x92,0x00,0x12,0x07,0x92,0x29, +0xc3,0xf8,0xce,0xee,0xee,0xfe,0xee,0xee,0xe0,0x00,0x6f,0xf3,0xdf,0xba,0x11,0x13, +0xef,0x61,0x12,0x00,0x13,0x22,0xa1,0x05,0xdd,0xdd,0xdd,0xdd,0xd7,0x00,0x6f,0xff, +0xf3,0xd2,0x00,0x54,0xf9,0x00,0x2f,0xbe,0xf3,0x74,0x10,0x12,0x1e,0x14,0x00,0x00, +0x7c,0x19,0x11,0xf3,0x55,0x0f,0x10,0xe8,0x0a,0x00,0x04,0x77,0x00,0x12,0x0e,0x29, +0x1e,0x12,0xfc,0x0a,0x00,0x41,0xee,0xee,0xef,0xfd,0x0a,0x00,0x4c,0xf4,0x00,0x00, +0x04,0x0a,0x00,0x55,0xfe,0xdd,0xdd,0xde,0xfd,0x32,0x00,0x01,0x0a,0x00,0xe2,0x0a, +0xe4,0x00,0x00,0x04,0xdb,0x00,0x00,0x00,0xa7,0x20,0x00,0x2d,0x91,0xeb,0x06,0x22, +0x30,0x00,0xe2,0x0d,0x90,0x09,0xfd,0x00,0x02,0xff,0xfe,0xee,0xee,0x50,0x09,0x14, +0x12,0x0c,0xff,0x0f,0x80,0x6f,0xf1,0x00,0xbf,0xff,0x30,0x0c,0xfb,0x6c,0x19,0xc1, +0x04,0xff,0xcf,0xf3,0xaf,0xe2,0x00,0x08,0xff,0xe0,0xff,0x38,0x74,0x22,0xf0,0x23, +0x4f,0xff,0xe0,0xff,0x00,0x4a,0xff,0xfe,0x61,0x00,0x6f,0xff,0xe0,0xff,0x8e,0xff, +0xfa,0xdf,0xff,0xc3,0x0e,0xbf,0xe0,0xff,0xdf,0xe9,0x14,0x46,0xcf,0xc0,0x03,0x5f, +0xe0,0xff,0x33,0x03,0xaf,0xd2,0x01,0x20,0x00,0x5f,0xe0,0xff,0x05,0xdf,0xfa,0x06, +0x40,0x00,0x0a,0x00,0x51,0x01,0xd9,0x22,0xaf,0xd1,0x0a,0x00,0x61,0x00,0x26,0xbf, +0xfa,0x14,0x00,0x1e,0x00,0xe0,0xff,0xf9,0x32,0xcf,0xc0,0x00,0x5f,0xe0,0x99,0x00, +0x85,0x02,0x9f,0xfe,0x32,0x00,0x62,0x00,0x01,0x48,0xdf,0xff,0x91,0x76,0x02,0x10, +0xff,0x2a,0x2d,0x00,0x0a,0x00,0x3b,0x0b,0xc8,0x40,0x86,0x01,0x52,0xb7,0x10,0x00, +0x03,0xcc,0xc8,0x00,0xb3,0x21,0x11,0x13,0xff,0x31,0x11,0x10,0x00,0x09,0xfb,0xdf, +0x71,0x11,0x24,0x0f,0xf6,0x0a,0x00,0x60,0x6f,0xf1,0xdf,0x30,0x27,0x20,0x84,0x0c, +0xf0,0x0e,0xdf,0xe0,0xdf,0x30,0x8f,0x60,0x01,0xfe,0x00,0x07,0xff,0xe0,0xdf,0x30, +0xdf,0x20,0x01,0xfe,0x00,0x2f,0xff,0xe0,0xdf,0x33,0xfe,0xbf,0xff,0xff,0xf5,0x0a, +0x00,0xc0,0x4c,0xfd,0xae,0xef,0xff,0xe5,0x0a,0xaf,0xe0,0xef,0xaf,0xfd,0x29,0x34, +0xf2,0x03,0x01,0x4f,0xe0,0xef,0xef,0xfd,0x6e,0x11,0xfe,0x00,0x00,0x4f,0xe0,0xff, +0x6d,0xfd,0x6f,0x91,0x0a,0x00,0x42,0x02,0xfd,0x0e,0xf2,0x0a,0x00,0x40,0x01,0xfd, +0x07,0xf9,0x0a,0x00,0x60,0xe2,0xfe,0x01,0xfd,0x01,0x92,0x0a,0x00,0x41,0xe4,0xfc, +0x01,0xfd,0x65,0x34,0x70,0x4f,0xe8,0xf9,0x01,0xfd,0x00,0x13,0x0a,0x00,0x70,0xec, +0xf4,0x01,0xfd,0x00,0xff,0xfc,0x28,0x00,0x69,0xb0,0x01,0xdc,0x00,0x9d,0xa2,0xc8, +0x00,0x24,0xc9,0x20,0x36,0x14,0x13,0xf6,0x74,0x09,0x32,0x0b,0xfc,0x2f,0xb5,0x03, +0xf0,0x11,0x02,0xff,0x62,0xff,0x00,0x27,0x60,0x06,0xfe,0x00,0xaf,0xf0,0x2f,0xf0, +0x02,0xfb,0x00,0x5f,0xe0,0x3f,0xff,0x02,0xff,0x49,0xaf,0xe9,0x97,0xfe,0x1e,0xff, +0xf0,0x2f,0xb5,0x0a,0xd4,0x8f,0xe9,0xff,0xff,0x02,0xff,0x01,0x3f,0xb1,0x15,0xfe, +0x4f,0xef,0x26,0x00,0xf3,0x0b,0xc5,0xff,0x02,0xff,0x0e,0xff,0xff,0xa5,0xfe,0x00, +0x4f,0xf0,0x2f,0xf0,0xfe,0xab,0xfa,0x5f,0xe0,0x04,0xff,0x02,0xff,0x0f,0xc0,0x2f, +0x13,0x00,0x24,0xfc,0x02,0x13,0x00,0x05,0x26,0x00,0x32,0x89,0x99,0x96,0x13,0x00, +0x41,0x44,0x44,0x44,0x48,0x13,0x00,0x02,0x85,0x00,0x00,0x13,0x00,0x41,0xcc,0xcc, +0xcc,0xcd,0x26,0x00,0x00,0x73,0x0f,0x22,0x4c,0xb0,0xb0,0x00,0x12,0x31,0x68,0x2b, +0x14,0x60,0x24,0x0a,0x52,0xef,0x80,0x00,0x0a,0xfb,0x68,0x0f,0x22,0x4f,0xff,0xd3, +0x20,0x33,0x0d,0xfb,0x1f,0x0a,0x00,0xc0,0x5f,0xf5,0x02,0x7d,0x62,0x22,0x6e,0xa2, +0x10,0x00,0xef,0xf2,0x37,0x34,0x20,0x9f,0xc0,0x09,0x29,0x30,0x00,0x5f,0xf0,0x95, +0x0a,0xd3,0x5f,0xff,0xf2,0x22,0x4f,0xb3,0x25,0xff,0x32,0x20,0x2f,0xff,0xf2,0xe6, +0x07,0x24,0x09,0x5f,0x0a,0x00,0x01,0xd2,0x0d,0x03,0xa0,0x15,0x22,0xf2,0x05,0x8f, +0x15,0x0a,0x0a,0x00,0x43,0xfe,0x11,0x11,0x1e,0x0a,0x00,0x35,0x00,0x00,0x0d,0x0a, +0x00,0x2f,0x0e,0xf7,0x32,0x00,0x07,0x85,0x00,0x00,0x0c,0xe7,0x00,0x00,0x03,0x61, +0x9c,0x04,0xa0,0xd7,0x77,0x77,0x76,0x00,0x0d,0xf4,0x00,0x1f,0xf8,0x25,0x00,0xf0, +0x2f,0xf5,0xdf,0x40,0x06,0xfe,0x16,0xef,0xa6,0x76,0x7f,0x5d,0xf4,0x00,0xcf,0x80, +0x2f,0xf1,0xac,0x07,0xf5,0xdf,0x40,0x5f,0xf4,0x09,0xf8,0x0b,0xf6,0x7f,0x5d,0xf4, +0x0d,0xff,0x45,0xff,0xdf,0xff,0xe7,0xf5,0xdf,0x49,0xff,0xf4,0x6f,0xff,0xeb,0xdf, +0xdf,0x5d,0xf4,0x9f,0xff,0x41,0x94,0x53,0x04,0x99,0xf5,0xdf,0x42,0xee,0xf4,0xed, +0x2e,0xb0,0x7f,0x5d,0xf4,0x02,0xdf,0x43,0x56,0xff,0x75,0x57,0xf5,0x45,0x37,0x40, +0x8f,0xff,0xff,0xfe,0x4c,0x00,0x61,0xdf,0x44,0x99,0xff,0xa9,0x87,0x13,0x00,0x00, +0x26,0x00,0xf0,0x00,0x6d,0x4d,0xf4,0x00,0xdf,0x40,0x00,0xff,0x89,0xc1,0x00,0xdf, +0x40,0x0d,0xf5,0xd7,0x0f,0xf0,0x05,0x20,0x0d,0xf4,0x00,0xdf,0x4f,0xff,0xfd,0xa7, +0x42,0x44,0xff,0x30,0x0d,0xf4,0x77,0x30,0x00,0x00,0x3f,0x8a,0x1d,0x01,0x00,0x03, +0x29,0xbb,0x93,0x3c,0x02,0x42,0x5b,0x60,0x00,0x04,0xfd,0x0c,0x70,0xdf,0xa1,0x11, +0x16,0xff,0x21,0x11,0xb8,0x2f,0x13,0x6f,0x55,0x08,0x33,0x0c,0xfc,0x3f,0x0a,0x00, +0x10,0x4f,0x15,0x06,0x21,0xf6,0x00,0xc3,0x22,0x60,0x04,0xbb,0xbf,0xfc,0xbb,0xb9, +0xd1,0x1d,0x12,0x05,0x1c,0x04,0xb5,0x5f,0xff,0xf0,0x05,0xfb,0x00,0x00,0x05,0xfd, +0x00,0x1f,0x14,0x00,0x90,0x07,0x5f,0xf0,0x05,0xfe,0xaa,0xaa,0xac,0xfd,0x2d,0x35, +0x52,0x05,0xfc,0x33,0x33,0x38,0x0a,0x00,0x02,0x4e,0x04,0x00,0x0a,0x00,0x42,0xfd, +0x44,0x44,0x48,0x0a,0x00,0x4c,0xfe,0x99,0x99,0x9b,0x1e,0x00,0x02,0x50,0x00,0x08, +0x0a,0x00,0x12,0xf1,0x88,0x06,0x17,0xf5,0x0a,0x00,0x61,0x00,0x3a,0x50,0x00,0x07, +0xc7,0x17,0x05,0x11,0xfd,0x91,0x1f,0x00,0xcb,0x03,0x11,0x7e,0x9b,0x19,0x43,0x70, +0x00,0xbf,0xe1,0x79,0x17,0x41,0x4f,0xf7,0x0f,0xf2,0x9d,0x0e,0xc2,0x1e,0xff,0x30, +0xff,0x64,0x44,0x44,0x4e,0xf7,0x0c,0xff,0xf3,0xd8,0x14,0xf1,0x00,0x77,0xff,0xff, +0x31,0xff,0x98,0x88,0x88,0x88,0x84,0x1f,0xcf,0xf3,0x1f,0xfa,0xa2,0x14,0x42,0x61, +0xff,0x32,0xff,0x26,0x05,0xf0,0x02,0x0f,0xf3,0x3f,0xee,0xe4,0xf6,0xae,0x4f,0xc0, +0x00,0xff,0x34,0xfc,0xee,0x2f,0x48,0xe1,0x13,0x00,0xc3,0x6f,0xae,0xfb,0xfb,0xdf, +0xaf,0xc0,0x00,0xff,0x39,0xf9,0xef,0x26,0x00,0xb3,0xcf,0x6e,0xe4,0xf6,0xae,0x3f, +0xc0,0x00,0xff,0x5f,0xf2,0x26,0x00,0xf8,0x0c,0xfa,0xfe,0x0e,0xe2,0xf4,0x8e,0x1f, +0xc0,0x00,0xff,0x9f,0x90,0xee,0x2e,0x48,0xde,0xfa,0x00,0x0f,0xf3,0x32,0x0e,0xe0, +0x00,0x00,0x9b,0x20,0x7d,0x01,0x24,0x58,0x30,0x9e,0x0e,0xc3,0xdf,0xc5,0x55,0x5a, +0xff,0x75,0x55,0x51,0x00,0x04,0xff,0xaf,0x83,0x0e,0x31,0x0c,0xfb,0x49,0x33,0x15, +0x42,0x92,0x00,0x4f,0xf4,0xcd,0x16,0x00,0x4c,0x14,0x12,0x03,0xe1,0x03,0x60,0x09, +0xff,0xf0,0x03,0xff,0x00,0x45,0x1e,0x23,0x5f,0xff,0x14,0x00,0x00,0x7d,0x01,0x11, +0x02,0xa1,0x15,0x51,0x00,0x08,0x6f,0xf0,0x9a,0xac,0x16,0x52,0xa5,0x00,0x3f,0xf0, +0xef,0x07,0x01,0x00,0x0a,0x00,0x51,0x42,0x22,0x22,0x22,0x2b,0x0a,0x00,0x60,0xdc, +0xcc,0xcc,0xcc,0xce,0xf7,0xc8,0x36,0x12,0xdf,0x4a,0x01,0x24,0x3f,0xf0,0x22,0x16, +0x02,0x0a,0x00,0x12,0x20,0x0a,0x00,0x23,0x01,0x16,0x0a,0x00,0x00,0xc8,0x34,0x03, +0xfa,0x36,0x22,0x09,0xee,0xe0,0x09,0x15,0x10,0x54,0x03,0x11,0xc1,0x45,0x05,0x00, +0xdb,0x26,0x10,0xbf,0x33,0x25,0xf0,0x15,0x3f,0xe0,0x00,0xef,0x8b,0xfe,0xdf,0xf2, +0xbd,0x23,0xfe,0x00,0x4f,0xf3,0xbf,0x30,0xef,0x2d,0xf3,0x3f,0xe0,0x0c,0xff,0x0b, +0xf8,0x5f,0xf2,0xdf,0x33,0xfe,0x04,0xff,0xe0,0xbf,0xff,0xff,0x13,0x00,0x50,0xdf, +0xfe,0x0b,0xf8,0x6f,0x13,0x00,0x32,0x8f,0xff,0xe0,0x26,0x00,0x60,0xe4,0xfe,0xfe, +0x0b,0xfd,0xdf,0x13,0x00,0x24,0x0b,0x6f,0x26,0x00,0x50,0x05,0xfe,0x0b,0xf3,0x0e, +0x13,0x00,0x54,0x00,0x5f,0xe0,0xbf,0x63,0x13,0x00,0x23,0xff,0xff,0x13,0x00,0x41, +0x8b,0xaa,0xbb,0x1d,0x13,0x00,0x70,0x00,0xe8,0x3d,0x80,0x00,0x03,0xfe,0x43,0x08, +0x40,0xd2,0xff,0x10,0x00,0x13,0x00,0xf8,0x0b,0x2f,0xf4,0x0a,0xf7,0x03,0x37,0xfe, +0x00,0x5f,0xeb,0xfa,0x00,0x3f,0x90,0xcf,0xff,0xb0,0x05,0xfe,0x1a,0x00,0x00,0x40, +0x08,0xfe,0xa1,0x86,0x01,0x70,0xeb,0x40,0x08,0xfb,0x00,0xdf,0x60,0x76,0x04,0xb3, +0x63,0x3a,0xfc,0x33,0xef,0x83,0x30,0x00,0x0c,0xfd,0x6f,0x3c,0x1d,0x24,0x2f,0xf6, +0x0a,0x00,0x31,0x9f,0xf0,0x00,0x28,0x00,0x00,0x0a,0x20,0x00,0x63,0x02,0x52,0xff, +0xee,0xe4,0x0c,0xff,0x8b,0x02,0x00,0xc3,0x03,0x40,0xf0,0x25,0xff,0x92,0x27,0x10, +0x50,0x2f,0xff,0xf0,0x3e,0xff,0xa2,0x07,0x53,0x80,0x0a,0x7f,0xf8,0xff,0x52,0x19, +0xf4,0x08,0x5f,0xfa,0xff,0xfd,0x00,0xff,0x30,0xaf,0xa0,0x00,0x5f,0xf1,0xca,0xff, +0xbb,0xff,0xcb,0xef,0xa0,0x00,0x5f,0xf0,0x07,0x1e,0x00,0x7b,0xf0,0x07,0xfd,0x00, +0xff,0x20,0x9f,0x14,0x00,0x06,0x28,0x00,0x00,0x1e,0x00,0x14,0xaf,0x0a,0x00,0x33, +0x3d,0xff,0x80,0x0a,0x00,0x29,0x2a,0xeb,0xc4,0x0d,0x21,0x7d,0x70,0xf3,0x1f,0x00, +0xa4,0x03,0xa4,0xfa,0xaa,0xac,0xff,0xaa,0xaa,0xa0,0x00,0x06,0xff,0x5d,0x0a,0xd3, +0x0d,0xfc,0x02,0x33,0x37,0xff,0x33,0x33,0x20,0x00,0x6f,0xf5,0x0c,0xbf,0x19,0xc3, +0xff,0xf1,0x0c,0xf8,0x27,0xff,0x22,0xdf,0x70,0x0c,0xff,0xf1,0x14,0x00,0xc4,0x9f, +0xff,0xf1,0x0c,0xf9,0x48,0xff,0x44,0xdf,0x70,0x3f,0xdf,0x14,0x00,0xf1,0x01,0x09, +0x3f,0xf1,0x03,0x44,0x48,0xff,0x4a,0xfe,0x30,0x00,0x2f,0xf1,0x7e,0xee,0xee,0x41, +0x1a,0xc0,0x2f,0xf1,0x6e,0xdd,0xdc,0xcc,0xef,0xed,0xf3,0x00,0x2f,0xf1,0x4e,0x0e, +0x20,0x9f,0xc3,0x1e,0x00,0x23,0xff,0xff,0x1c,0x2d,0x80,0xf1,0xbb,0xdf,0xcb,0xbb, +0xdf,0xeb,0xb3,0xbd,0x10,0x00,0x2a,0x13,0x11,0xb0,0xc7,0x10,0x42,0x3f,0xf9,0x00, +0x9f,0x0a,0x00,0x53,0x06,0xe5,0xde,0xff,0x90,0xdb,0x10,0x39,0xaf,0xfc,0x20,0x93, +0x04,0x70,0x68,0x20,0x3f,0xf0,0x00,0xbf,0xa0,0xc8,0x00,0xb3,0x91,0x4f,0xf1,0x11, +0xbf,0xa1,0x10,0x00,0x07,0xff,0xaf,0x57,0x10,0xf0,0x02,0x0e,0xfc,0x49,0xaf,0xf9, +0x99,0xef,0xd9,0x90,0x00,0x6f,0xf5,0x00,0x3f,0xf9,0x99,0xdf,0x33,0x2c,0xf2,0x07, +0xf2,0x00,0x2d,0xde,0xff,0xdd,0x80,0x00,0x0c,0xff,0xf1,0x06,0x88,0x8c,0xfe,0x88, +0x88,0x20,0x8f,0xff,0xf1,0x0d,0x2c,0x0f,0xf0,0x03,0x4f,0xef,0xf1,0x0d,0xf5,0x08, +0xfd,0x00,0xff,0x50,0x0b,0x4f,0xf1,0x0d,0xfb,0x9c,0xff,0x99,0x9e,0x30,0x03,0xdc, +0x00,0x00,0x0a,0x00,0x60,0x05,0x55,0x5a,0xfe,0x55,0x55,0x7b,0x11,0x01,0x14,0x04, +0x00,0xf1,0x28,0xc3,0xf1,0x04,0x44,0x4a,0xfe,0x44,0x44,0x10,0x00,0x2f,0xf1,0x08, +0x38,0x1c,0x82,0x2f,0xf1,0x06,0xbb,0xbd,0xff,0xbb,0xbb,0xb4,0x00,0x02,0xa9,0x09, +0x31,0x2f,0xf1,0x8b,0x14,0x00,0x53,0xb1,0x00,0x2f,0xf1,0xcf,0x68,0x01,0x07,0x01, +0x00,0x53,0x8c,0x60,0x1e,0xe5,0x00,0xd8,0x06,0x41,0xaf,0xfb,0xaa,0xb2,0xd8,0x06, +0x13,0x25,0xb7,0x20,0x80,0x0d,0xfb,0x5f,0xf8,0x00,0x8f,0xe1,0x00,0x1f,0x34,0x93, +0xff,0xfb,0xbb,0xff,0xeb,0xbb,0x20,0x01,0xef,0x43,0x12,0x00,0x6b,0x12,0xf2,0x06, +0x4e,0xf2,0x07,0xf9,0x00,0xff,0x20,0x6f,0xff,0xf1,0x0e,0xfc,0xbe,0xfd,0xbc,0xff, +0x20,0x2f,0xff,0xf1,0x0e,0x1e,0x00,0xf1,0x15,0x09,0x6f,0xf1,0x00,0x6e,0xff,0x40, +0x00,0x22,0x00,0x00,0x3f,0xf2,0x8e,0xff,0xbf,0xf2,0x08,0xfe,0x30,0x00,0x3f,0xf1, +0xcf,0xa3,0x9f,0xfc,0xef,0xf9,0x10,0x00,0x3f,0xf1,0x12,0x7e,0xf9,0x13,0x0e,0x80, +0x3f,0xf1,0x9f,0xfe,0x46,0xff,0x6a,0xf7,0x0a,0x00,0x60,0x6e,0x62,0xbf,0xff,0x84, +0xfe,0x1e,0x00,0xf1,0x00,0x04,0xaf,0xfb,0xaf,0x90,0xdf,0xc1,0x00,0x3f,0xf3,0xdf, +0xff,0x60,0xdf,0x70,0x94,0x0c,0x71,0xae,0x71,0xbf,0xff,0x20,0x05,0x60,0xf0,0x14, +0x2b,0x7f,0xe5,0x27,0x09,0x80,0x5a,0x50,0x4b,0x50,0x00,0x6c,0x80,0x00,0x60,0x35, +0x50,0x5f,0xe1,0x01,0xef,0x90,0xc8,0x00,0x13,0x8f,0x19,0x06,0xf3,0x1b,0x0d,0xf9, +0x37,0x77,0x7d,0xfc,0x77,0x77,0x70,0x00,0x7f,0xf1,0x09,0xcc,0xce,0xfe,0xcc,0xcc, +0x20,0x02,0xff,0xe0,0x08,0xaa,0xae,0xfd,0xaa,0xaa,0x20,0x1e,0xff,0xe0,0x99,0x99, +0x9d,0xfd,0x99,0x99,0x94,0x8f,0xff,0xe0,0x08,0x1d,0xf2,0x1c,0x1f,0xcf,0xe0,0x00, +0x14,0x77,0x06,0x61,0x63,0x00,0x05,0x5f,0xe0,0xce,0xff,0xff,0x4e,0xf8,0xff,0x50, +0x00,0x5f,0xe0,0x79,0xaf,0xb0,0x0d,0xf4,0x5f,0xb0,0x00,0x5f,0xe2,0xaa,0xcf,0xea, +0xae,0xfb,0xac,0xa6,0x00,0x5f,0xe3,0x32,0x00,0x11,0xf9,0xc7,0x09,0xc0,0xb4,0x46, +0xfa,0x4b,0x60,0x00,0x5f,0xe4,0xcd,0xff,0xff,0xb2,0x5d,0x0a,0x91,0x5f,0xe4,0xff, +0xef,0xd7,0x40,0xff,0xf5,0x10,0x1e,0x00,0xd1,0xa0,0x5d,0xff,0xd1,0xd7,0x00,0x5f, +0xe0,0x1b,0xdf,0x95,0xff,0xbe,0x32,0x00,0x7f,0x0c,0xec,0x20,0x84,0x02,0xcf,0xd2, +0x7f,0x0b,0x03,0xf0,0x02,0x7d,0x73,0xa7,0x06,0xfe,0x03,0xc8,0x10,0x00,0x00,0xef, +0xa3,0xff,0x16,0xfe,0x0a,0xfb,0xd2,0x00,0xb3,0x84,0xdf,0x89,0xff,0x5f,0xf6,0x40, +0x00,0x0e,0xfd,0xef,0x6c,0x02,0xd0,0x7f,0xf5,0xef,0x65,0x55,0x55,0x55,0x5f,0xf0, +0x02,0xff,0xf1,0xef,0x4d,0x0b,0xd0,0xef,0xf0,0x0d,0xff,0xf1,0x00,0xff,0x54,0x44, +0x4f,0xf2,0x00,0x9f,0x0a,0x00,0x01,0xf3,0x01,0xc3,0x3f,0xdf,0xf1,0x01,0x44,0x44, +0x44,0x44,0x41,0x00,0x09,0x3f,0xa4,0x01,0x00,0x3a,0x02,0x52,0x0e,0xf7,0x44,0x44, +0x46,0x0a,0x00,0x07,0x14,0x00,0x00,0x86,0x16,0x01,0x14,0x00,0x00,0x51,0x11,0x02, +0x0a,0x00,0x41,0xf8,0x55,0x55,0x57,0x0a,0x00,0x60,0x0d,0xef,0xfe,0xee,0xff,0xee, +0x0a,0x00,0x60,0x02,0x8e,0xf5,0x02,0xef,0x94,0xca,0x24,0xc0,0xdf,0xff,0xa2,0x02, +0x9e,0xff,0xd2,0x00,0x2f,0xf2,0xac,0x72,0x9f,0x1b,0x1f,0x70,0x20,0x1a,0x03,0xf1, +0x13,0xc5,0x1a,0x50,0x00,0x1f,0xd0,0x04,0x10,0x00,0x0d,0xf6,0x2f,0xe0,0x00,0x1f, +0xd0,0x1f,0xf0,0x00,0x3f,0xf1,0x08,0xe2,0x0a,0xef,0xfd,0xaf,0x90,0x00,0x8f,0xb3, +0x67,0x76,0x5b,0x6b,0x1d,0x20,0xef,0x58,0x6d,0x35,0xf0,0x04,0xd5,0xfc,0x00,0x07, +0xff,0x42,0x55,0x55,0x41,0x3f,0xdd,0xf7,0x10,0x1e,0xff,0x40,0xbb,0xbb,0x6f,0xb6, +0x03,0xf0,0x01,0x9f,0xff,0x40,0xff,0xff,0x9d,0xde,0xff,0xdd,0xd3,0x6f,0xff,0x40, +0x22,0x22,0x10,0x39,0x1b,0xf1,0x01,0x0a,0xbf,0x40,0xff,0xff,0x97,0xff,0xfc,0xcc, +0x80,0x00,0xbf,0x40,0xaa,0xaa,0xef,0x9c,0x04,0x01,0x35,0x2d,0xd0,0xef,0x91,0x8f, +0xa0,0x00,0xbf,0x44,0xee,0xee,0xc7,0x7f,0x90,0x7f,0x0a,0x00,0x41,0xff,0xff,0xd0, +0x7f,0x1e,0x00,0x70,0x44,0xf8,0x2f,0xd0,0x7f,0xec,0xef,0x0a,0x00,0x3d,0xfb,0x6f, +0xd0,0x1e,0x00,0x52,0xfa,0x5f,0xd0,0x7f,0xfe,0x28,0x00,0x6f,0x01,0x10,0x7f,0x80, +0x6d,0x80,0x25,0x0d,0x05,0x24,0xae,0xb0,0x0a,0x00,0x25,0x9f,0xf5,0x6b,0x06,0x19, +0xe7,0x8d,0x1e,0x16,0x80,0x0a,0x00,0xb0,0x05,0x55,0x5c,0xff,0xb5,0x55,0x6d,0x65, +0x55,0x20,0x00,0x63,0x2f,0x30,0x01,0xef,0xc1,0x70,0x03,0x00,0x77,0x11,0x30,0x4f, +0xfd,0x20,0xb0,0x24,0x40,0xdc,0xdd,0xee,0xff,0xd2,0x25,0x15,0xaf,0xb5,0x1d,0xa0, +0x5f,0xec,0xff,0xc6,0x6f,0xf8,0x28,0xfe,0x20,0x00,0x0c,0x1b,0x42,0x2f,0xf6,0x00, +0x91,0x5d,0x18,0x23,0x2f,0xf6,0xf7,0x12,0x50,0x20,0x2f,0xf6,0x00,0x06,0x76,0x00, +0x00,0xa5,0x38,0xf0,0x09,0x00,0x1f,0xd2,0x00,0x02,0xef,0xf5,0x00,0x2f,0xf7,0x00, +0x2f,0xf2,0x01,0x7f,0xff,0xa0,0x00,0x1f,0xfb,0x33,0x8f,0xf0,0x1e,0xb2,0x26,0x10, +0x0d,0x18,0x01,0x20,0x06,0xfd,0x5d,0x1a,0x10,0xdf,0x66,0x1c,0x19,0x40,0x8a,0x12, +0x12,0xf2,0x9c,0x0d,0x10,0x80,0x0a,0x00,0x20,0x08,0x61,0xc2,0x2a,0x00,0x0a,0x00, +0x11,0x4f,0x2a,0x31,0x60,0x30,0x5f,0xf2,0x00,0xdf,0xe1,0x24,0x04,0x42,0xd0,0x5f, +0xf2,0x0a,0x7f,0x19,0x51,0x80,0x5f,0xf2,0x1d,0xf6,0x34,0x18,0x00,0x28,0x00,0x17, +0x20,0xf0,0x00,0x16,0xb0,0x0a,0x00,0x91,0x05,0x55,0x56,0xff,0xa5,0x5e,0xfb,0x55, +0x55,0x72,0x1d,0x12,0x50,0x0a,0x13,0x00,0xcc,0x09,0x03,0x0a,0x00,0x24,0x09,0xff, +0x1e,0x13,0x24,0x0e,0xfb,0x0a,0x00,0x20,0x7f,0xf5,0x0a,0x00,0x10,0x01,0xe0,0x07, +0x10,0xe0,0x77,0x0e,0xd0,0x1f,0x91,0x00,0x8f,0xff,0x40,0x00,0x0d,0xfc,0x44,0x7f, +0xf0,0x1e,0x06,0x08,0x10,0x0a,0x4e,0x15,0x21,0x08,0xfc,0x8b,0x1f,0x00,0x43,0x3d, +0x09,0xf0,0x17,0x21,0x1f,0xf5,0x94,0x00,0xa5,0x33,0x33,0x33,0x4f,0xf7,0x33,0x33, +0x33,0x20,0x07,0x7e,0x12,0x06,0x0a,0x00,0x06,0x28,0x00,0x60,0x00,0x01,0x44,0x44, +0x5f,0xf8,0xf4,0x1b,0x25,0x00,0x05,0x1d,0x00,0x20,0x05,0xff,0xe9,0x2e,0x00,0x7b, +0x27,0x02,0xaa,0x06,0x11,0x8f,0x0a,0x00,0x00,0xd9,0x1e,0x2a,0x9f,0xe0,0x28,0x00, +0x06,0x4f,0x00,0x31,0xdf,0xb0,0x0d,0x21,0x0f,0x00,0xa4,0x01,0x02,0x0a,0x00,0x00, +0xfe,0x31,0xf1,0x0e,0x0d,0xf9,0x00,0x0b,0x81,0x00,0x00,0x7f,0xfc,0x00,0x0d,0xf9, +0x00,0x0d,0xf6,0x01,0x6c,0xff,0xf3,0x00,0x0c,0xfc,0x43,0x4f,0xf3,0x0d,0xff,0xfe, +0x40,0xc8,0x00,0xc8,0xe0,0x03,0xfd,0x71,0x00,0x00,0x02,0xbf,0xff,0xfd,0x40,0x00, +0x61,0x06,0x15,0x45,0x20,0x11,0x14,0xef,0x24,0x1e,0x25,0x03,0xff,0x6d,0x13,0x34, +0x2e,0xff,0x30,0x81,0x3b,0x02,0x7f,0x00,0x01,0xa7,0x00,0x15,0xf8,0xe9,0x21,0x04, +0xab,0x21,0x12,0x01,0x95,0x31,0x01,0x64,0x02,0x23,0xdf,0xf5,0xd9,0x19,0x33,0xff, +0x1d,0xfe,0xf3,0x01,0x21,0xfa,0x05,0xc1,0x31,0x01,0x23,0x38,0x22,0xcf,0xf3,0xb4, +0x00,0x41,0x90,0x00,0x3f,0xfd,0x1b,0x1e,0x20,0xfe,0x10,0x0e,0x2f,0x00,0xe6,0x00, +0x10,0xf5,0x86,0x00,0x41,0xfb,0x10,0x01,0x9f,0x8a,0x18,0x62,0x3f,0xff,0xd2,0x1e, +0xff,0xf8,0x93,0x18,0x32,0xf2,0x04,0xfe,0xf6,0x10,0x43,0x3d,0xb0,0x00,0x31,0x73, +0x00,0x00,0x2b,0x21,0x03,0xf2,0x07,0x24,0x09,0xfd,0x5d,0x02,0x02,0xa3,0x15,0x02, +0x71,0x1e,0x00,0xfa,0x22,0x64,0x55,0xdf,0xd5,0x55,0x55,0x55,0xb7,0x1f,0x14,0xf2, +0x9a,0x01,0xd0,0x2f,0xf6,0x00,0x0e,0xff,0xf2,0x00,0x4f,0xf2,0xff,0x60,0x06,0xff, +0x38,0x32,0x70,0x2f,0xf6,0x00,0xdf,0xa9,0xff,0x20,0x11,0x00,0xf0,0x13,0x8f,0xf2, +0x1f,0xfd,0x04,0xff,0x2f,0xf7,0x8f,0xf9,0x00,0x9f,0xfd,0x7f,0xf2,0xff,0xff,0xfd, +0x10,0x01,0xdf,0xfe,0xff,0x2f,0xfa,0xfc,0x10,0x00,0x01,0xbf,0x6f,0xf2,0xff,0x63, +0x5b,0x00,0x23,0x24,0xff,0x18,0x03,0x21,0x4f,0xf2,0x8a,0x22,0x31,0x36,0x69,0xff, +0x9a,0x14,0x10,0x04,0x75,0x3e,0x01,0xd3,0x14,0x27,0xfe,0xb2,0x5f,0x41,0x01,0x50, +0x19,0x15,0xf7,0x1d,0x0d,0x34,0xfd,0x10,0x00,0x0b,0x27,0x12,0xd1,0x26,0x00,0x32, +0xcf,0xf8,0x3e,0x50,0x1a,0x60,0x4e,0xff,0x80,0x03,0xef,0xf8,0x06,0x24,0x00,0x87, +0x01,0x50,0x2d,0xff,0xe6,0x00,0x19,0xbf,0x3f,0x00,0xb4,0x03,0x15,0xd5,0x2f,0x20, +0x32,0xf5,0x01,0xa2,0xcb,0x08,0xa2,0x67,0x80,0x00,0x00,0x12,0x22,0x2f,0xf8,0x22, +0x22,0x51,0x00,0x02,0x79,0x24,0x00,0x54,0x23,0x22,0x2f,0xf8,0xa1,0x23,0x14,0x9f, +0x58,0x22,0x07,0x0a,0x00,0x06,0x28,0x00,0x05,0x0a,0x00,0x21,0x22,0x22,0x46,0x00, +0x35,0x22,0x10,0x03,0x93,0x20,0x06,0x0a,0x00,0x73,0x00,0x00,0x01,0x51,0x00,0x00, +0x17,0x5a,0x25,0x22,0x50,0x05,0x2a,0x1a,0x20,0x0e,0xfe,0xdc,0x3b,0x13,0x00,0x54, +0x40,0x24,0x4f,0xfc,0x26,0x02,0x01,0x32,0x1f,0x30,0x1d,0xff,0x50,0xce,0x01,0x00, +0xa1,0x2a,0x10,0xfa,0xe1,0x11,0x60,0x3f,0xff,0x50,0x0c,0xff,0xd0,0xec,0x32,0x82, +0x06,0xff,0xf2,0x05,0xfe,0x20,0x08,0xff,0xf8,0x41,0x10,0x22,0x07,0x2b,0x03,0xbd, +0x22,0x23,0xbf,0xf5,0x23,0x2f,0x00,0x0d,0x36,0x24,0xaf,0xc0,0x41,0x24,0x11,0x7f, +0x05,0x02,0x00,0xd9,0x40,0x10,0x0c,0xbe,0x00,0x60,0x1c,0xff,0xa5,0x67,0x9a,0xbd, +0x47,0x13,0x14,0xbf,0x43,0x24,0x00,0xd3,0x23,0xa1,0xfe,0xdc,0xa9,0x8e,0xff,0x20, +0x00,0x09,0x64,0x31,0x32,0x02,0x05,0xf1,0x20,0x12,0x81,0x93,0x1b,0x03,0xf5,0x03, +0x04,0x0a,0x00,0x05,0x2c,0x16,0x16,0x60,0x0a,0x00,0xa0,0x01,0x33,0xaf,0xd3,0x33, +0x33,0x3e,0xf9,0x33,0x10,0x18,0x28,0x32,0xbb,0xbb,0xbf,0x32,0x00,0x02,0x63,0x00, +0x00,0x0a,0x00,0x00,0x1e,0x00,0x09,0x46,0x00,0x09,0x1e,0x00,0x06,0x0a,0x00,0x03, +0x1e,0x00,0x15,0x0e,0x08,0x04,0x06,0x0a,0x00,0x70,0x03,0x33,0x34,0xca,0x33,0x33, +0xa8,0x65,0x13,0xd0,0x03,0x9f,0xff,0x80,0x09,0xff,0xe9,0x20,0x00,0x08,0xdf,0xff, +0xe6,0x34,0x3f,0x60,0xfb,0x40,0x08,0xff,0xb5,0x00,0x11,0x10,0x63,0xfe,0x50,0x00, +0x51,0x00,0x00,0xa8,0x1e,0x15,0x03,0xba,0x26,0x62,0x03,0xff,0xed,0xdd,0xdd,0xdd, +0x0a,0x00,0x10,0x20,0x06,0x1b,0x1a,0x80,0x1e,0x00,0x41,0xba,0xaa,0xaa,0xaa,0x0a, +0x00,0x00,0x57,0x27,0x1c,0x11,0x1e,0x00,0x42,0xa9,0x99,0x99,0x99,0x0a,0x00,0x4c, +0x86,0x66,0x66,0x66,0x1e,0x00,0x12,0x30,0x50,0x00,0x40,0x0e,0xee,0xff,0xee,0x8b, +0x07,0x25,0xfe,0xe2,0xeb,0x22,0xf0,0x05,0xf2,0x03,0x33,0x4c,0xf7,0x33,0x33,0xaf, +0xc5,0x33,0x30,0x00,0x06,0xef,0xfe,0x10,0x01,0xdf,0xff,0xa2,0x64,0x25,0xa1,0x81, +0x00,0x00,0x05,0xdf,0xff,0x91,0x08,0xfe,0x81,0xb3,0x01,0x34,0xef,0x80,0x00,0x41, +0x26,0x01,0x81,0x03,0x11,0xc0,0x4f,0x20,0x07,0x0a,0x00,0x83,0x7d,0xdd,0xef,0xfd, +0xef,0xfd,0xdd,0xd3,0x2b,0x01,0x10,0xff,0xb8,0x25,0x70,0x8f,0xd5,0x9f,0xd5,0x8f, +0xf5,0x6f,0x0a,0x00,0x10,0xb0,0x28,0x00,0x1a,0x1f,0x0a,0x00,0x06,0x28,0x00,0x06, +0x0a,0x00,0x68,0xc3,0x8f,0xd3,0x7f,0xf3,0x5f,0x28,0x00,0xb5,0x01,0x9f,0xc1,0x7f, +0xd1,0x5f,0xf1,0x3f,0xf5,0x10,0x8f,0xa6,0x2a,0x06,0x0a,0x00,0xa0,0x12,0x22,0x29, +0xf6,0x22,0x23,0xde,0x62,0x22,0x20,0x8e,0x06,0x50,0x20,0x07,0xff,0xfb,0x30,0x03, +0x39,0xb0,0xb2,0x00,0x00,0x3c,0xff,0xfa,0x10,0x1d,0xff,0xc4,0x00,0x32,0x23,0x42, +0xfe,0x30,0x01,0x93,0x89,0x03,0x00,0xce,0x00,0x10,0x29,0xec,0x25,0x11,0x94,0xac, +0x0a,0x22,0xf3,0x00,0xe2,0x32,0xa5,0x11,0x3f,0xfd,0x11,0x11,0xaf,0xf5,0x11,0x00, +0x0a,0x74,0x06,0x20,0x09,0xdd,0xd2,0x00,0x50,0xfe,0xdd,0xdd,0xa0,0x00,0x5b,0x2c, +0x12,0x4f,0xf4,0x22,0x13,0xff,0x59,0x1a,0xa1,0x00,0x1b,0xbb,0xdf,0xfb,0xcf,0xfb, +0xcf,0xf2,0x00,0x74,0x46,0x10,0x4f,0x92,0x29,0x15,0x0f,0x96,0x00,0x10,0x0e,0x64, +0x01,0x53,0xff,0xfe,0xef,0xfe,0xe1,0x3c,0x00,0x20,0x3f,0xf2,0x33,0x1a,0x04,0x3c, +0x00,0x20,0x3b,0xbf,0xdb,0x2e,0x21,0xeb,0xb1,0x58,0x02,0x41,0xe0,0x3f,0xff,0xf6, +0x9e,0x23,0xf0,0x05,0xdf,0xe0,0x3f,0xfa,0xff,0xb2,0x00,0x09,0xff,0xf7,0x5f,0xe0, +0x3f,0xf0,0x8f,0xff,0xb1,0x0a,0xfe,0x50,0x0a,0x00,0x60,0x05,0xef,0x80,0x00,0x70, +0x00,0x0a,0x00,0x25,0x00,0x07,0x73,0x2c,0x19,0xfc,0x0a,0x00,0x70,0xf6,0x5f,0xf7, +0x5d,0xf9,0x5b,0xfc,0xac,0x11,0x5f,0x0f,0xf3,0x0c,0xf6,0x08,0x0a,0x00,0x0d,0xa5, +0x06,0x8f,0xf8,0x6f,0xf8,0x6e,0xfa,0x6c,0xfe,0x64,0xfa,0x2b,0xbf,0xf9,0x1e,0xef, +0xfe,0xef,0xfe,0xef,0xff,0xef,0xff,0xe8,0x46,0x00,0x15,0x0c,0x0a,0x00,0x25,0xf7, +0x5c,0x0a,0x00,0x24,0xff,0xfa,0x1e,0x00,0x23,0xae,0xa1,0xcf,0x06,0x00,0x07,0x00, +0x20,0x44,0x20,0x09,0x00,0x61,0x44,0x20,0x00,0xff,0x80,0x01,0x03,0x00,0x0f,0x09, +0x00,0x0a,0x74,0xa4,0x45,0xff,0xb4,0x45,0xff,0x80,0xeb,0x25,0x07,0x09,0x00,0x04, +0x51,0x00,0x21,0x0a,0xa6,0x09,0x00,0x41,0x3a,0xa4,0x1f,0xf9,0x09,0x00,0x2f,0x4f, +0xf5,0x09,0x00,0x09,0x94,0xfc,0x66,0x67,0xff,0xc6,0x66,0x9f,0xf5,0x1f,0x67,0x05, +0x31,0x1e,0xee,0xee,0x0f,0x03,0x14,0xf5,0x53,0x14,0x05,0x7b,0x09,0x04,0xae,0x01, +0x14,0x70,0x09,0x00,0x11,0xb0,0xa0,0x29,0x32,0x24,0xdf,0xf9,0xf3,0x05,0xf0,0x21, +0x6f,0xfe,0x50,0x02,0x31,0x7f,0xe0,0x20,0x01,0xff,0xa1,0x13,0x0e,0xf6,0x7f,0xe5, +0xfa,0x01,0xff,0x40,0xaf,0x8e,0xf6,0x7f,0xe3,0xef,0xa1,0xff,0x45,0xfe,0x2e,0xf6, +0x7f,0xe0,0x3f,0xd2,0xff,0xcf,0xf3,0x0e,0xf6,0x7f,0xe0,0x04,0x5c,0xff,0xff,0x60, +0x09,0x00,0xd0,0x2a,0xff,0xff,0xef,0xe2,0x0e,0xf6,0x7f,0xe9,0xff,0xe6,0xff,0x4c, +0x24,0x00,0xf0,0x00,0xea,0xfa,0x11,0xff,0x40,0xcf,0x9e,0xf6,0x7f,0xe1,0x52,0xbc, +0xff,0x30,0x1a,0x24,0x00,0x30,0x00,0xef,0xfc,0x2f,0x1b,0xa4,0x7f,0xe2,0x22,0x67, +0x53,0x22,0x22,0x2e,0xf6,0x7f,0x10,0x2b,0x05,0x09,0x00,0x04,0xde,0x16,0x12,0xf6, +0x3f,0x04,0x23,0x05,0x00,0x87,0x1d,0x12,0x03,0x35,0x1f,0x10,0x0b,0x22,0x1f,0x23, +0xd0,0x00,0x5d,0x45,0x24,0x3f,0xf9,0x5c,0x05,0x10,0x0a,0x1f,0x00,0x10,0x0b,0xd0, +0x00,0x01,0x5f,0x17,0x22,0x9f,0xfc,0x59,0x43,0xc4,0x30,0x0a,0xff,0xf8,0x66,0x66, +0x66,0x66,0x6c,0xff,0xf2,0x0a,0x09,0x2a,0x30,0x90,0x00,0x94,0xf3,0x0f,0x31,0xef, +0xff,0x57,0x41,0x06,0x00,0xca,0x37,0x02,0x87,0x43,0x11,0xf5,0xf3,0x26,0x00,0xb5, +0x02,0x12,0xf2,0x48,0x13,0x00,0x04,0x42,0x03,0x3f,0x11,0x00,0xce,0x09,0x02,0x4c, +0x1d,0x11,0xaf,0x97,0x3f,0x01,0x67,0x4a,0x52,0xe1,0x01,0x55,0x6e,0xfc,0x70,0x26, +0x21,0x00,0xef,0x73,0x46,0x20,0xbe,0x60,0x20,0x31,0x18,0x80,0x51,0x11,0x00,0xb0, +0x14,0x10,0x34,0x53,0x0c,0x20,0x40,0x02,0x0d,0x0e,0x02,0x02,0x41,0x11,0xf2,0xba, +0x0a,0x00,0x11,0x41,0xf0,0x09,0x20,0x01,0x00,0xff,0x60,0x07,0xfe,0x00,0x3f,0xfb, +0xdf,0x80,0x0f,0xf5,0x00,0x8f,0xe5,0xdf,0xff,0xff,0xfb,0x01,0xff,0x40,0x4d,0x21, +0x21,0xfa,0x63,0x68,0x43,0x40,0xd1,0x65,0xff,0x20,0x34,0x05,0x20,0x09,0xfd,0xfc, +0x14,0x00,0xb4,0x22,0x80,0xaf,0xc0,0x02,0xff,0x20,0x00,0x08,0xfd,0x62,0x15,0xd0, +0x2f,0xf2,0x04,0x40,0xbf,0xa0,0x00,0xbf,0xb0,0x02,0xff,0x8d,0xf9,0xb1,0x17,0x10, +0xfa,0x68,0x28,0xc0,0x86,0xff,0x20,0x00,0xef,0x90,0x0f,0xff,0xf9,0x10,0xef,0xd0, +0x25,0x07,0x50,0xaf,0x91,0x00,0xaf,0xf4,0x84,0x27,0x71,0x02,0x20,0x00,0xaf,0xfb, +0x04,0x66,0xd9,0x03,0x10,0x8f,0xef,0x13,0x01,0x2a,0x01,0x6e,0xac,0x10,0x01,0xff, +0xea,0x10,0xb7,0x0b,0x12,0x7f,0xea,0x0d,0x00,0x5d,0x22,0x11,0x0f,0x9f,0x01,0xd2, +0x9f,0xb0,0x7f,0xe0,0x44,0x9f,0xf4,0x44,0x44,0x1a,0xfb,0x07,0xfe,0x33,0x2c,0x40, +0xaf,0xb0,0x7f,0xe0,0x14,0x47,0x20,0x96,0x0a,0x13,0x00,0x10,0x5f,0xd7,0x00,0x00, +0x13,0x00,0x50,0x0c,0xfd,0x88,0x8d,0xfc,0x13,0x00,0x00,0xe1,0x26,0xb0,0xef,0x90, +0xaf,0xb0,0x7f,0xe1,0xef,0xd2,0x20,0x3f,0xf4,0x13,0x00,0x51,0x0a,0xf4,0xde,0x49, +0xff,0x39,0x00,0x50,0x04,0x3f,0xff,0xff,0xa0,0x39,0x00,0x00,0xae,0x09,0x12,0xf3, +0x4c,0x00,0x00,0x59,0x3a,0x20,0x05,0x75,0x13,0x00,0x01,0x96,0x26,0x00,0x61,0x31, +0x14,0x3e,0x72,0x24,0x11,0x8f,0x8a,0x49,0x43,0x44,0xaf,0xd0,0x7f,0xdd,0x37,0x41, +0xfb,0x00,0xcb,0x10,0xcd,0x09,0x27,0xea,0x10,0xba,0x30,0x15,0x10,0xee,0x09,0x14, +0x50,0x5d,0x2f,0x21,0xfe,0x10,0x83,0x13,0x42,0x50,0x00,0x1e,0xe4,0x57,0x19,0xb0, +0x0b,0xcc,0xed,0xc8,0x4a,0xaf,0xfd,0xaa,0xef,0x80,0xef,0xb6,0x04,0xb0,0xff,0x70, +0x0c,0xf8,0x05,0x55,0x5e,0xf9,0x00,0x0f,0xf6,0xfc,0x22,0x10,0x05,0xf8,0x2d,0x10, +0x40,0x98,0x37,0x50,0xef,0x95,0x30,0x2f,0xf3,0x13,0x00,0x80,0xaf,0xf4,0xff,0x23, +0xff,0x20,0x0e,0xf6,0xd0,0x05,0x70,0x60,0x6f,0xf0,0x00,0xef,0x60,0x8f,0x48,0x05, +0x50,0xfc,0x00,0x0f,0xf5,0x5f,0x2d,0x22,0xa0,0xcf,0x90,0x00,0xff,0x50,0xdd,0x8f, +0xf5,0xfb,0x2f,0xf2,0x20,0x70,0x05,0x16,0xff,0x09,0x18,0xff,0x10,0x4b,0x29,0x20, +0x6f,0xf0,0xd0,0x21,0x20,0x3f,0xf2,0xd3,0x1f,0x10,0xaf,0xda,0x2e,0x00,0xc5,0x01, +0xe0,0x9f,0xfb,0x05,0x55,0xdf,0xd0,0x00,0x06,0xff,0x0a,0xfd,0x00,0x8f,0xff,0xc5, +0x34,0x62,0xf0,0x09,0x20,0x03,0xed,0xc7,0xd8,0x06,0x00,0xbd,0x05,0x01,0x33,0x2f, +0xc0,0xf0,0x14,0x40,0x0e,0xf6,0x03,0xfe,0x11,0x16,0xff,0x06,0xfe,0x13,0x00,0x69, +0xe0,0x00,0x4f,0xf0,0x6f,0xe0,0x13,0x00,0x00,0x26,0x00,0x01,0x13,0x00,0x00,0x39, +0x00,0x01,0x13,0x00,0x10,0x00,0xce,0x05,0x00,0x13,0x00,0x51,0x00,0x05,0xff,0x44, +0x44,0x13,0x00,0x00,0x15,0x02,0x11,0xf2,0x13,0x00,0x50,0x09,0xff,0xdd,0xff,0x16, +0x13,0x00,0x00,0xca,0x16,0x11,0xf0,0x13,0x00,0x32,0x1f,0xf5,0x02,0x39,0x00,0x51, +0x07,0xff,0x00,0x4f,0xe0,0x7e,0x03,0x41,0xdf,0xa0,0x06,0xfd,0x85,0x00,0x10,0xbf, +0x96,0x01,0x90,0x01,0x55,0x5f,0xf6,0x2f,0xf8,0x1f,0xff,0xf7,0x17,0x08,0x9b,0x30, +0x4a,0x00,0xcf,0xea,0x00,0x00,0x9f,0xfd,0xc0,0x0e,0x14,0x10,0x82,0x0b,0x21,0xaf, +0x50,0x43,0x00,0x31,0x15,0x9e,0xff,0x5e,0x39,0x10,0x61,0xd3,0x02,0x90,0x50,0x04, +0x41,0x0e,0xf6,0x0d,0xff,0xdf,0xf3,0x2a,0x4c,0xb0,0xef,0x60,0x21,0x04,0xff,0x20, +0x00,0x1f,0xf4,0x0e,0xf6,0x83,0x0a,0x02,0x13,0x00,0x50,0xcc,0xcd,0xff,0xdc,0xc9, +0x13,0x00,0x01,0x6a,0x02,0x10,0xb1,0x13,0x00,0x51,0x66,0x6e,0xff,0x76,0x64,0x26, +0x00,0x32,0x04,0xff,0xf9,0x26,0x00,0x10,0x00,0x16,0x2d,0x01,0x13,0x00,0x00,0x7a, +0x3a,0x10,0x11,0x13,0x00,0x50,0x2f,0xfa,0xff,0x5f,0xf5,0x13,0x00,0xa0,0x1d,0xfd, +0x4f,0xf2,0x5b,0x01,0xdd,0x30,0xef,0x64,0x6a,0x1e,0x01,0x46,0x04,0x51,0x0b,0x80, +0x4f,0xf2,0x00,0xc8,0x00,0x20,0x20,0x04,0x63,0x41,0x22,0x76,0x7f,0x72,0x00,0x20, +0x00,0x1f,0x4c,0x0a,0x10,0x04,0x26,0x00,0x52,0xbf,0xeb,0x50,0x00,0xff,0xca,0x11, +0x22,0x3f,0xe0,0x3f,0x3a,0xf0,0x04,0x44,0x13,0xfe,0x00,0xff,0x4f,0x6c,0xc5,0xfb, +0x0d,0xf3,0x3f,0xe0,0x0f,0xe2,0xf5,0xbc,0x4f,0xb0,0xa1,0x14,0x4f,0xfe,0x2f,0x5b, +0xc4,0x13,0x00,0x04,0xa2,0xe1,0xdf,0xfd,0xfe,0xff,0xef,0xfa,0xdf,0x33,0xfe,0x7e, +0x05,0xaf,0xcd,0xf3,0x3f,0xe0,0x5f,0xf7,0xf8,0xdd,0x8f,0xd4,0x39,0x00,0x0c,0x03, +0x13,0x00,0x23,0x00,0x03,0x13,0x00,0x22,0x00,0x00,0x13,0x00,0x41,0x5f,0xb0,0x04, +0x47,0x13,0x00,0x60,0xef,0xfa,0x00,0xdf,0xff,0xb0,0x13,0x00,0x27,0xcc,0x20,0xed, +0x14,0x21,0xef,0x60,0xda,0x10,0x23,0x71,0x10,0x22,0x25,0x20,0xf7,0xef,0x1d,0x01, +0x61,0xaf,0xe1,0x5c,0x10,0x0e,0xf4,0xd2,0x01,0x30,0x0d,0xfa,0x00,0x13,0x00,0x50, +0x0a,0xfc,0x00,0x4f,0xf4,0x13,0x00,0x11,0x05,0xfa,0x14,0x30,0xef,0x40,0xef,0xd0, +0x41,0x30,0xdc,0xef,0x3e,0x26,0x00,0x51,0x54,0x26,0x63,0x05,0x20,0x39,0x00,0x40, +0x00,0xcf,0x70,0x00,0x26,0x00,0x60,0x04,0xaa,0xae,0xfc,0xaa,0xa0,0x13,0x00,0x01, +0x2b,0x15,0x00,0x13,0x00,0x69,0x02,0x66,0x6e,0xfa,0x66,0x60,0x26,0x00,0x70,0x00, +0x00,0x0c,0xf8,0x47,0xa3,0x00,0x44,0x02,0x11,0x36,0x9b,0x4f,0x21,0x0e,0xf6,0xdd, +0x0b,0xf2,0x01,0xe4,0x03,0x33,0xff,0x50,0xdf,0xff,0xda,0x74,0x10,0x00,0xcf,0xff, +0xf2,0x05,0x63,0x0e,0x0b,0x17,0xc6,0x24,0x02,0x41,0x87,0x2a,0xf9,0x00,0x35,0x1a, +0xf1,0x04,0x0f,0xf4,0xaf,0x90,0x00,0x00,0x44,0x15,0xfe,0x04,0xff,0x6c,0xfb,0x44, +0x40,0x1f,0xf3,0x5f,0xe0,0xe2,0x0b,0xf3,0x10,0x21,0xff,0x35,0xfe,0x1f,0xfe,0xdf, +0xff,0xdd,0xd2,0x1f,0xf3,0x5f,0xe4,0xff,0x00,0xaf,0x90,0x00,0x01,0xff,0x35,0xfe, +0x2b,0xea,0xae,0xfd,0xaa,0xa9,0x1f,0xf3,0x49,0x12,0x51,0xf1,0xff,0x35,0xfe,0x17, +0xac,0x12,0x00,0x39,0x00,0x32,0x00,0x00,0xbf,0x26,0x00,0x11,0x06,0x96,0x12,0x00, +0x13,0x00,0x11,0x6f,0x1d,0x01,0x00,0x13,0x00,0x42,0xfb,0x1b,0xf9,0x1b,0x13,0x00, +0x40,0xa0,0xaf,0x90,0xaf,0x57,0x15,0x50,0x06,0xfa,0x0a,0xf9,0x0a,0xd2,0x1e,0x00, +0x13,0x00,0x33,0x9b,0xff,0x60,0x13,0x00,0xe0,0xcf,0xe2,0x01,0x55,0x9f,0xd0,0x02, +0x10,0xaf,0x92,0x30,0x00,0x1f,0xff,0xd1,0x0f,0x12,0xf9,0x58,0x04,0x0e,0x8f,0x22, +0x13,0xd0,0xc2,0x4c,0x32,0x05,0xfd,0x02,0x75,0x3c,0x30,0xf1,0x5f,0xd0,0x3b,0x15, +0x50,0x8f,0xc0,0xff,0x15,0xfd,0x33,0x1b,0x12,0x49,0x13,0x00,0x01,0x26,0x00,0x00, +0x13,0x00,0x00,0x97,0x0a,0x11,0xea,0x13,0x00,0x10,0xe0,0xbb,0x4e,0x00,0x13,0x00, +0x50,0xfe,0x11,0x3f,0xe1,0x11,0x13,0x00,0x20,0x3f,0xee,0x99,0x01,0x90,0xff,0x15, +0xfd,0x03,0xfd,0xef,0xcf,0xfc,0xfd,0x13,0x00,0x50,0x5f,0xce,0xd1,0xfe,0x0f,0x13, +0x00,0x51,0x06,0xfa,0xed,0x1f,0xe0,0x13,0x00,0x20,0x9f,0x8e,0x13,0x00,0x80,0x99, +0x05,0xfd,0x0c,0xf5,0xed,0x1f,0xe3,0xf1,0x10,0xf1,0x06,0xd1,0xff,0x2e,0xd1,0xfe, +0xdf,0xb0,0x00,0x05,0xfd,0x6f,0xe0,0xba,0x1f,0xe6,0x92,0x01,0x54,0x9f,0xc0,0xb8, +0x6d,0x1c,0x51,0x0f,0xff,0xfa,0x00,0x10,0x80,0x4e,0x10,0xbf,0xbe,0x00,0x60,0x7c, +0x50,0x00,0x00,0x05,0xd8,0x10,0x03,0x00,0xf6,0x05,0x10,0x0d,0xb0,0x2c,0x01,0xfa, +0x48,0x00,0xdf,0x27,0x0e,0x14,0x32,0x01,0x8e,0x31,0x04,0xa1,0x2e,0x00,0xb8,0x06, +0x41,0x01,0x32,0x02,0x66,0xa0,0x2d,0x40,0xfe,0x05,0xfd,0x05,0x7f,0x31,0x24,0xb9, +0x9b,0x0a,0x00,0x24,0x62,0x27,0x0a,0x00,0x0f,0x1e,0x00,0x01,0x3e,0x51,0x16,0xfe, +0x1e,0x00,0x41,0x9c,0xfe,0x05,0xfc,0x0a,0x00,0x10,0x40,0x36,0x10,0x02,0x0a,0x00, +0x50,0x06,0xfe,0x00,0x03,0x28,0x0a,0x00,0x70,0x44,0xef,0xfd,0x00,0x0e,0xff,0xfd, +0x14,0x00,0x67,0xef,0xd4,0x00,0x08,0xff,0xc3,0x75,0x01,0x13,0x0f,0x79,0x13,0x22, +0xef,0x60,0x67,0x0a,0x33,0x65,0x0e,0xf6,0xcb,0x10,0x22,0xd0,0xef,0xda,0x2e,0xa1, +0x21,0xfd,0x0e,0xf6,0x00,0xff,0xdc,0xcc,0xcf,0xf2,0x13,0x00,0x00,0x57,0x04,0x02, +0x13,0x00,0x31,0xdd,0xdd,0xdf,0x13,0x00,0x15,0x0e,0x26,0x00,0x05,0x39,0x00,0x01, +0x74,0x02,0xa1,0xe1,0xfd,0x0e,0xf6,0x09,0xfe,0xce,0xfe,0xcd,0xfe,0x13,0x00,0x41, +0x80,0x7f,0xa0,0x5f,0x13,0x00,0x01,0x8b,0x19,0xf0,0x04,0x1b,0x90,0xef,0x60,0x9f, +0xec,0xdf,0xec,0xdf,0xe0,0x00,0x0e,0xf6,0x09,0xf8,0x07,0xfa,0x05,0xfe,0xf9,0x02, +0x92,0x9f,0xed,0xef,0xfd,0xef,0xe0,0x55,0x6f,0xf5,0x26,0x00,0x00,0x08,0x1f,0x9f, +0x9f,0x80,0x00,0x00,0x4d,0xc0,0x4f,0xfc,0x60,0x03,0x13,0x03,0x31,0x4f,0x90,0x00, +0xba,0x22,0x42,0x00,0x2e,0xfe,0x20,0x52,0x23,0xf0,0x1c,0x2e,0xff,0xff,0x80,0x0d, +0xf4,0x0e,0xf4,0x00,0x7f,0xfc,0x59,0xff,0xd3,0xef,0x40,0xef,0x42,0xcf,0xfc,0xbf, +0x44,0xef,0xae,0xf4,0x0e,0xf4,0x3f,0xf9,0x03,0xfa,0x01,0x91,0xef,0x40,0xef,0x40, +0x9d,0xdd,0xdf,0xdd,0xda,0x0e,0x26,0x00,0x50,0xbf,0xdc,0xcc,0xdf,0xb0,0x13,0x00, +0x52,0x0b,0xf8,0x66,0x68,0xfb,0x13,0x00,0x00,0xae,0x04,0x00,0x13,0x00,0x42,0x0c, +0xf6,0x44,0x47,0x13,0x00,0x14,0xef,0x13,0x00,0x50,0x0f,0xe4,0x44,0x44,0x43,0x13, +0x00,0x11,0x04,0xbc,0x0d,0xa0,0x33,0x10,0xef,0x40,0x8f,0xdf,0xec,0xcc,0xfe,0x00, +0xc3,0x03,0xb0,0xf8,0xfa,0x00,0x2f,0xe0,0x00,0x00,0xef,0x47,0xfd,0x5f,0x6f,0x1a, +0xb0,0x56,0x7f,0xf4,0x2c,0x55,0xfe,0xcc,0xcf,0xe0,0x0a,0xff,0xd6,0x42,0x73,0xa0, +0x02,0xed,0x00,0x5d,0xda,0x30,0x6a,0x2f,0x11,0x10,0xe5,0x32,0x10,0x10,0x9e,0x2b, +0x01,0x86,0x01,0x20,0x70,0x05,0x9f,0x06,0x00,0x88,0x1a,0x00,0xb1,0x1d,0x60,0x00, +0x03,0x39,0xff,0x33,0x5e,0xa7,0x1b,0x42,0xd0,0x00,0x6f,0xe0,0xbf,0x1a,0x00,0xcc, +0x1a,0x60,0x15,0x5a,0xfe,0x55,0xaf,0xe0,0x8e,0x28,0x51,0x00,0x9f,0xc0,0x07,0xfd, +0x24,0x39,0x20,0x0b,0xfb,0x68,0x2b,0x00,0x13,0x00,0x20,0xcf,0x90,0xa7,0x0b,0x10, +0xfe,0xc1,0x0f,0x00,0x47,0x18,0xf0,0x11,0x6f,0xf5,0x9a,0x05,0xff,0x20,0x0a,0xfb, +0x00,0x4b,0xff,0xff,0xe0,0x9f,0xe0,0x00,0xbf,0xa3,0xff,0xff,0xff,0xe9,0x2f,0xf9, +0x00,0x0c,0xf9,0x0f,0xff,0xd8,0x30,0x0b,0xce,0x08,0x31,0x70,0x96,0x20,0x58,0x4f, +0x00,0xa9,0x10,0x00,0x7d,0x20,0x40,0x25,0x49,0xff,0x30,0x5f,0x04,0x22,0xe3,0x02, +0x18,0x37,0x67,0x09,0xd2,0x00,0x0e,0xff,0xc2,0x71,0x01,0x05,0x58,0x11,0x03,0xd8, +0x20,0x21,0x00,0x00,0x3c,0x26,0xa0,0x0a,0xaa,0xaa,0xaa,0x60,0x55,0xbf,0xe6,0x66, +0x60,0x06,0x08,0x01,0x3a,0x02,0x52,0x1f,0xfc,0xaa,0xff,0x80,0x58,0x04,0xa0,0x60, +0x0e,0xf8,0x00,0x0a,0xfa,0x05,0xff,0x0f,0xf6,0xc2,0x1e,0x41,0xbf,0x90,0x6f,0xf0, +0x13,0x00,0x33,0x0d,0xf8,0x06,0x13,0x00,0x41,0xef,0x70,0x7f,0xe0,0x13,0x00,0x41, +0x1f,0xf4,0x08,0xfd,0x13,0x00,0x51,0x03,0xff,0x20,0x9f,0xc0,0x13,0x00,0x41,0x7f, +0xf0,0x0a,0xfb,0x13,0x00,0x50,0x0c,0xfc,0x00,0xbf,0xa0,0x13,0x00,0xe1,0x01,0xff, +0x70,0x0d,0xf8,0x0f,0xf9,0x55,0xff,0x80,0x9f,0xf3,0x01,0xff,0x72,0x00,0x50,0x2f, +0xfd,0x46,0xaf,0xf4,0x77,0x00,0x60,0x82,0xef,0x55,0xff,0xfe,0x00,0x26,0x00,0xce, +0x03,0xc0,0x1f,0xfc,0x30,0x0e,0xe6,0x00,0xbc,0x70,0x01,0x00,0x67,0x2c,0x41,0x12, +0x46,0x8b,0xfe,0xca,0x1b,0x11,0x0d,0x8c,0x09,0x00,0x0a,0x00,0x51,0x07,0xba,0xaf, +0xf5,0x30,0xc8,0x2c,0x83,0x09,0x99,0xaf,0xf9,0x99,0x80,0x4f,0xf0,0xbc,0x0d,0xb0, +0xe7,0x9f,0xf7,0x77,0x70,0x02,0x33,0x5f,0xf3,0x33,0x4f,0xcb,0x03,0x01,0x9d,0x02, +0xf0,0x06,0xab,0xdf,0xfb,0xcf,0xf0,0x09,0xf9,0x8f,0xf7,0xaf,0x80,0x5f,0xd0,0x4f, +0xf0,0x09,0xfa,0x8f,0xf7,0xbf,0x80,0x7e,0x0e,0x11,0x09,0x6e,0x0c,0xe2,0x8f,0xb0, +0x5f,0xf0,0x09,0xf6,0x4f,0xf3,0x8f,0x80,0xaf,0x90,0x5f,0xe0,0x14,0x00,0xe1,0xdf, +0x60,0x6f,0xe0,0x02,0x44,0x5f,0xf4,0x44,0x22,0xff,0x20,0x6f,0xd0,0x3b,0x0b,0xb3, +0xa7,0xfe,0x00,0x7f,0xc0,0x06,0x99,0xaf,0xfa,0x99,0x7e,0xfa,0x19,0x81,0xf4,0x56, +0xaf,0xf2,0x00,0xbf,0xa0,0x1c,0x6b,0x34,0xff,0x08,0xa2,0x35,0xff,0x70,0x0f,0xff, +0xff,0xdb,0xae,0xfd,0x15,0xff,0xff,0x30,0x04,0x32,0x00,0x00,0x03,0xd1,0x01,0xff, +0xd6,0x0f,0x16,0x04,0x15,0x07,0x51,0x2d,0x25,0x1e,0xfd,0x57,0x12,0x10,0xf9,0x6e, +0x04,0x15,0x43,0xde,0x10,0x15,0xfb,0x53,0x0e,0x13,0xfb,0x4d,0x35,0x00,0x89,0x54, +0xc1,0x2f,0xff,0xfd,0xdd,0xdd,0xdd,0x30,0x0c,0xfa,0x00,0x05,0xf8,0x9b,0x22,0xc2, +0x0c,0xf9,0x00,0x00,0x13,0xff,0x53,0x34,0xff,0x40,0x0d,0xf8,0x5b,0x10,0x01,0x92, +0x43,0x00,0x29,0x10,0x53,0x67,0xff,0x40,0x0f,0xf6,0x29,0x10,0x60,0x62,0x7f,0xf4, +0x00,0x00,0x03,0xb3,0x14,0x33,0x7f,0xff,0xf1,0x83,0x10,0x34,0x0f,0xfe,0x50,0x8d, +0x10,0x31,0x00,0x0d,0x60,0xf6,0x32,0x00,0x08,0x0c,0xb4,0xf3,0x00,0x00,0xff,0xa4, +0x33,0x33,0x33,0x34,0xcf,0xf0,0xa6,0x11,0x00,0xef,0x11,0x11,0x18,0xe8,0x00,0x10, +0xd8,0x13,0x03,0x24,0x40,0x00,0x39,0x14,0x15,0xb0,0xbd,0x00,0x01,0xef,0x25,0x34, +0x40,0x00,0x6f,0xb3,0x00,0x14,0x4f,0x69,0x0f,0x13,0x4f,0xba,0x0c,0x20,0xfb,0x4f, +0x82,0x31,0xf0,0x07,0xd3,0x22,0x00,0xbf,0xa0,0xdf,0xff,0x5e,0x63,0xfe,0x0e,0xf4, +0x0c,0xfa,0x03,0x8f,0xf9,0xff,0xef,0x70,0xef,0x40,0x3b,0x0a,0xe0,0x14,0xef,0xf2, +0x0e,0xf4,0x0d,0xf9,0x00,0x0f,0xf1,0x2e,0xff,0xe2,0xef,0xc5,0x37,0x70,0xff,0x3e, +0xfb,0xdf,0xce,0xf4,0x0e,0xc0,0x22,0x50,0xed,0x01,0xc2,0xef,0x40,0x99,0x4e,0x73, +0x56,0x64,0x44,0x4f,0xf4,0x0f,0xf6,0x0f,0x05,0x42,0x41,0xff,0x50,0x00,0x5c,0x10, +0x13,0x4f,0x19,0x24,0x33,0x32,0x2b,0xff,0xeb,0x02,0x05,0xd5,0x14,0x1a,0x5f,0x23, +0x1d,0x25,0x02,0x10,0xbd,0x2e,0x21,0xfa,0x01,0x0c,0x13,0x00,0x6e,0x51,0x04,0x0a, +0x00,0x50,0xbf,0xf1,0x01,0xff,0x70,0xa6,0x14,0x10,0x04,0xa6,0x0e,0x60,0x70,0x01, +0xee,0x40,0x00,0x1e,0xda,0x40,0x20,0x70,0x0b,0xed,0x4a,0x00,0x15,0x0b,0x60,0x70, +0x7f,0xfd,0x00,0x08,0xff,0x0a,0x00,0x10,0x76,0x85,0x14,0x01,0x0a,0x00,0x10,0xcf, +0x7a,0x16,0x10,0xfd,0x0a,0x00,0x10,0xff,0xe1,0x2b,0x11,0x87,0x0a,0x00,0x12,0x40, +0xca,0x38,0x32,0x3d,0xff,0xe3,0x7a,0x13,0x11,0x28,0xdb,0x0e,0x00,0x0a,0x00,0x10, +0xdf,0x7a,0x0e,0x10,0x15,0x0a,0x00,0x20,0x2e,0xc4,0xa4,0x1b,0x60,0xd2,0x00,0x07, +0xff,0x11,0x01,0xaa,0x44,0x11,0xf2,0x66,0x0d,0x00,0x1d,0x27,0x12,0xf0,0x0a,0x00, +0x41,0xd6,0x66,0xdf,0xc0,0x0a,0x00,0x11,0xbf,0xaf,0x0e,0x00,0x0a,0x00,0x45,0x2b, +0xef,0xff,0xe9,0x5f,0x01,0x16,0xf0,0x09,0x00,0x13,0xf1,0x0c,0x2b,0x20,0x4f,0xf0, +0x79,0x43,0x02,0x54,0x3d,0x33,0xcf,0xd8,0x8a,0x09,0x00,0x23,0xa0,0x04,0x09,0x00, +0x22,0xfe,0xef,0x09,0x00,0x11,0x79,0x86,0x1f,0xf9,0x0b,0x4f,0xf0,0x79,0x99,0x98, +0x29,0x99,0x99,0x20,0x4f,0xf0,0xdf,0xff,0xfe,0x4f,0xff,0xff,0x30,0x4f,0xf0,0xdf, +0x11,0xfe,0x4f,0x80,0xdf,0x09,0x00,0x40,0xaa,0xfe,0x4f,0xda,0x1b,0x00,0x13,0xcf, +0x24,0x00,0x12,0xf2,0x22,0x07,0x14,0x21,0x7e,0x00,0x15,0xfc,0x09,0x00,0x09,0x20, +0x30,0x30,0x02,0xaf,0x20,0x36,0x05,0x01,0x37,0x52,0x10,0xd0,0x0a,0x00,0x81,0x01, +0x6b,0xff,0xff,0xf9,0x30,0x5f,0xf1,0xcd,0x03,0x12,0xfb,0x54,0x05,0x62,0x06,0xea, +0x6d,0xf9,0x00,0x00,0x28,0x00,0x1e,0x0c,0x0a,0x00,0x00,0x15,0x17,0x01,0x89,0x39, +0x15,0x1f,0xd4,0x12,0x17,0x1f,0xde,0x12,0x82,0x3f,0xf9,0x33,0x33,0x7f,0xf4,0x33, +0x30,0xac,0x17,0x02,0x32,0x00,0x24,0x5f,0xf3,0x0a,0x00,0x23,0xcf,0xe0,0x0a,0x00, +0x01,0x46,0x51,0x21,0x5f,0xf1,0x16,0x0f,0x12,0x10,0x0a,0x00,0x11,0x07,0x55,0x03, +0x00,0x0a,0x00,0x11,0x1d,0xfd,0x01,0x01,0xa0,0x00,0x11,0xd4,0x40,0x00,0x0a,0xbb, +0x34,0x00,0x26,0x1d,0x01,0x0e,0x0c,0x02,0x30,0x1d,0x13,0xfb,0x0a,0x00,0x11,0xcf, +0x1b,0x0e,0x00,0x0a,0x00,0x10,0xce,0xed,0x1a,0x11,0x40,0x1e,0x00,0x00,0x0c,0x0e, +0xf0,0x0c,0x30,0x5f,0xff,0xff,0xf2,0x06,0xff,0x50,0x03,0xff,0x10,0x5f,0xff,0xff, +0xf6,0xbf,0xf8,0x0a,0xce,0xfd,0x00,0x01,0x3f,0xf3,0x15,0xfe,0x50,0xa5,0x51,0x00, +0x28,0x00,0x50,0xd9,0x00,0x00,0xac,0x30,0x0a,0x00,0x10,0x01,0x50,0x3f,0x10,0x40, +0x0a,0x00,0x72,0xbc,0xff,0xbb,0x6b,0xff,0xdb,0xb0,0x7a,0x1e,0x20,0x8f,0xff,0x63, +0x40,0x70,0xf1,0x07,0xf9,0x8f,0x41,0xff,0x1f,0x0a,0x00,0x70,0x0a,0xf5,0x8f,0x33, +0xfc,0x0f,0xf0,0x5a,0x1b,0xf0,0x14,0xf1,0x9f,0x27,0xf8,0x0f,0xe0,0x00,0x2f,0xf1, +0x2f,0xd0,0x9f,0x2c,0xf4,0x1f,0xd0,0x00,0x2f,0xf2,0xbf,0x80,0xbf,0x6f,0xe0,0x3f, +0xc0,0x00,0x2f,0xf7,0xfe,0x3d,0xfe,0xdf,0x5b,0xff,0xaf,0x2f,0x6a,0xb3,0x0f,0xe6, +0x29,0x09,0xfd,0x8f,0x1e,0x00,0x40,0x2c,0x0e,0x0a,0x00,0x43,0xd5,0x55,0x55,0x51, +0x12,0x18,0x01,0x03,0x56,0x00,0x0a,0x00,0x10,0xfe,0x23,0x2d,0x0f,0x32,0x00,0x01, +0x06,0x06,0x13,0x06,0x0a,0x00,0x00,0x63,0x37,0x20,0xdf,0xe6,0x63,0x37,0x03,0x3e, +0x2e,0x04,0x02,0x3b,0x24,0xd9,0xa3,0x0a,0x00,0x14,0xff,0x0c,0x05,0x62,0xbf,0xd7, +0xef,0xff,0xe8,0x10,0x28,0x00,0x34,0x05,0xcf,0xfe,0x70,0x2e,0x3b,0x04,0xc5,0x00, +0x3c,0x00,0x0c,0x0a,0x00,0x15,0xdf,0x04,0x3e,0x07,0x0a,0x00,0x50,0x92,0x22,0x24, +0xed,0x92,0xaa,0x09,0xc2,0xdf,0x72,0xaa,0xad,0xff,0xca,0xaa,0xa5,0x00,0x00,0xdf, +0x72,0x25,0x22,0x00,0x0a,0x00,0x00,0x4b,0x15,0x11,0x1f,0x0a,0x00,0x00,0x41,0x15, +0x10,0x9f,0xc8,0x56,0x05,0x1e,0x00,0x42,0xef,0x62,0xff,0x20,0x41,0x17,0x20,0xff, +0x52,0x7d,0x15,0x10,0xaf,0xd7,0x3a,0x12,0x32,0x1e,0x00,0x00,0x16,0x05,0x60,0x22, +0x11,0x7f,0xe1,0x13,0x10,0xae,0x0e,0xf0,0x1b,0x5f,0xa1,0x6f,0xe0,0x9f,0x30,0x00, +0x09,0xfc,0x01,0xef,0xc0,0x6f,0xe0,0xcf,0xe1,0x00,0x0e,0xf9,0x0b,0xff,0x20,0x6f, +0xe0,0x1e,0xfb,0x00,0x4f,0xf4,0xaf,0xf5,0x11,0x7f,0xe0,0x04,0xff,0x70,0x5e,0xd0, +0x5e,0x80,0xdf,0xda,0x55,0x89,0x70,0x01,0x40,0x01,0x00,0x8f,0xeb,0x20,0x4a,0x40, +0x00,0x1b,0x18,0x33,0xb3,0x01,0x84,0xe2,0x3a,0x12,0xb2,0x43,0x44,0x71,0x0a,0xff, +0xfe,0xaa,0xab,0xef,0xfa,0xbf,0x4d,0x00,0x37,0x08,0x01,0x35,0x42,0x70,0x83,0x22, +0x11,0x00,0x06,0x48,0x10,0xcf,0x02,0xf3,0x02,0x52,0x1c,0x81,0x3f,0xf4,0x85,0x00, +0x00,0xaf,0xc6,0xfa,0xbf,0xf4,0xcf,0xb5,0xff,0x10,0x11,0x3a,0x00,0x7c,0x1c,0x90, +0xcc,0xab,0xff,0xf6,0xaf,0xff,0xa8,0x7e,0xa0,0x64,0x14,0x20,0x41,0x68,0x53,0x01, +0xf0,0x0e,0x04,0x9f,0xff,0xc5,0x9f,0xf8,0x3c,0xff,0xfb,0x61,0x1e,0xff,0xfe,0xef, +0xfb,0x22,0x93,0x5c,0xff,0xf3,0x05,0xa4,0x0b,0xd8,0x22,0x9f,0xfa,0x00,0x38,0xd0, +0x17,0x52,0x59,0xdf,0xfd,0x50,0x84,0xee,0x16,0x22,0xfa,0x50,0x01,0x33,0x42,0x1c, +0x94,0x01,0x6c,0x70,0x3b,0x53,0x13,0x59,0xdf,0xff,0xd5,0x39,0x05,0x22,0xfe,0x94, +0xdf,0x05,0x33,0xec,0x96,0x20,0x80,0x12,0x03,0x62,0x20,0x04,0x0a,0x00,0x00,0x66, +0x1c,0x30,0x66,0x7f,0xfa,0xab,0x32,0x03,0x2b,0x38,0x22,0x0b,0xfb,0x0a,0x00,0x52, +0xfd,0x00,0x0f,0xfa,0x33,0x87,0x4b,0x20,0x30,0x3f,0x8b,0x59,0x00,0xc6,0x10,0x22, +0xa0,0x7f,0xd3,0x0f,0x10,0x6f,0x7b,0x06,0x21,0x1e,0xfb,0xce,0x18,0x00,0x10,0x3a, +0x10,0xf5,0x56,0x02,0x30,0xd7,0xff,0x30,0xc1,0x42,0x00,0xd4,0x4c,0x21,0xef,0xd1, +0x6c,0x54,0x00,0xb4,0x4c,0x30,0xfd,0x7f,0xf9,0x4f,0x00,0x00,0x9f,0x28,0x01,0xde, +0x08,0x20,0xaf,0xf7,0xc9,0x44,0x10,0xa1,0xb6,0x03,0x11,0xd0,0xdb,0x53,0xf0,0x0c, +0x93,0x00,0x3f,0xff,0x31,0xaf,0xff,0xf9,0x4c,0xff,0xff,0xe2,0x08,0xf5,0x00,0xbf, +0xfb,0x30,0x00,0x5c,0xff,0x90,0x00,0x40,0x00,0x19,0x20,0x77,0x3f,0x04,0xa2,0x06, +0x10,0x58,0xad,0x56,0x65,0x34,0x57,0x89,0xac,0xff,0xff,0xef,0x0b,0x20,0xfd,0x95, +0x0a,0x00,0x4b,0xdc,0xb9,0x87,0x53,0x4d,0x19,0x10,0xf9,0xd4,0x04,0x25,0x23,0x20, +0xe5,0x02,0x15,0xf8,0x0a,0x00,0x10,0xf6,0x28,0x00,0x50,0x7f,0xf2,0x11,0x11,0xaf, +0x05,0x0a,0x32,0xf5,0x0e,0xf7,0xfc,0x06,0x61,0x2f,0xf5,0x08,0xfe,0x10,0x09,0x4b, +0x36,0x42,0xf3,0x01,0xef,0xb0,0x5e,0x52,0x10,0xf1,0xe9,0x50,0x21,0xd0,0x00,0xc5, +0x25,0x02,0x94,0x4c,0x00,0x23,0x32,0x10,0x1a,0xcc,0x1b,0x00,0x13,0x35,0x10,0x28, +0x26,0x05,0xf1,0x0a,0x50,0x00,0x0b,0xff,0x3d,0xff,0xff,0x91,0x4d,0xff,0xff,0xa0, +0x0b,0xf9,0x0b,0xff,0xa2,0x00,0x00,0x7d,0xff,0x30,0x00,0x71,0x02,0x83,0x27,0x12, +0x25,0x77,0x00,0x06,0xf8,0x0b,0xb1,0xab,0xbb,0xbb,0xbb,0x70,0x01,0xff,0x61,0x7f, +0xe1,0xcf,0xad,0x14,0xa0,0xff,0x50,0x6f,0xe0,0x5f,0xf7,0x66,0xcf,0x90,0x00,0xdb, +0x0a,0x11,0x0d,0x9f,0x11,0x00,0x0a,0x00,0x20,0x0a,0xf7,0x88,0x5c,0x80,0xff,0x50, +0x7f,0xe0,0x06,0xfb,0x04,0xff,0x6a,0x33,0x00,0x93,0x0a,0x41,0x0a,0xfc,0x00,0x00, +0x82,0x1c,0x33,0xef,0x6f,0xf7,0x0a,0x00,0x10,0x8f,0xa8,0x16,0x41,0xff,0x60,0x7f, +0xe0,0x2f,0x4d,0x00,0x28,0x00,0xd0,0xe4,0x20,0x0c,0xff,0x40,0x00,0x01,0xff,0xba, +0xdf,0xff,0x70,0x1e,0xcd,0x04,0x10,0xff,0x54,0x37,0x10,0xbf,0x7e,0x59,0x20,0xff, +0xda,0x5b,0x5d,0xb1,0xbf,0xfc,0x10,0x04,0x20,0x00,0x6f,0xe0,0x9f,0xfb,0x07,0x72, +0x3a,0x80,0x6f,0xe2,0xff,0xc1,0x00,0x9f,0xe2,0x00,0x6a,0x11,0x11,0x5a,0xc5,0x33, +0x18,0x00,0xda,0x42,0x00,0x1f,0x3c,0x05,0x08,0x00,0x10,0xc6,0x85,0x14,0x41,0x6f, +0xfa,0xef,0x90,0xdc,0x14,0x0f,0x08,0x00,0x2f,0x0c,0x60,0x00,0x10,0xc7,0x31,0x42, +0x1d,0x7f,0x28,0x00,0x24,0x00,0x05,0x86,0x2e,0x04,0x5c,0x16,0x14,0x10,0xd1,0x01, +0x10,0xf1,0xff,0x00,0x03,0x6b,0x40,0x12,0x0f,0x43,0x56,0x0f,0x13,0x00,0x04,0x5a, +0x82,0x22,0x22,0x22,0x29,0x39,0x00,0x04,0x4c,0x00,0x16,0x01,0x7e,0x32,0x51,0x05, +0x10,0x00,0x00,0x60,0xf0,0x0f,0x00,0x02,0x1c,0x11,0xc1,0x47,0x00,0x50,0xd1,0x00, +0x08,0xff,0xe2,0xe7,0x03,0x10,0xe1,0x17,0x00,0x31,0xf4,0x00,0x4e,0x38,0x01,0x10, +0x05,0x2a,0x48,0x13,0x90,0xda,0x57,0x22,0x06,0x50,0x65,0x0c,0x24,0x30,0x66,0x01, +0x00,0x06,0x88,0x0e,0x05,0xfa,0x3c,0x04,0x08,0x05,0x14,0xb0,0x38,0x2d,0x12,0xfb, +0x1e,0x18,0x10,0xf5,0x13,0x00,0x11,0x02,0x9a,0x03,0x01,0x13,0x00,0x33,0xf6,0x44, +0x4f,0x13,0x00,0x23,0x20,0x00,0x13,0x00,0x33,0xf2,0x00,0x0f,0x13,0x00,0x4f,0x75, +0x55,0xff,0x50,0x39,0x00,0x05,0x14,0xf2,0x5f,0x00,0x14,0x44,0x5f,0x00,0x00,0x01, +0x00,0x44,0x77,0x77,0xef,0xb0,0x4b,0x09,0x03,0x24,0x03,0x2b,0x3f,0xfe,0x0a,0x38, +0x05,0xf5,0x12,0x34,0x01,0xed,0x60,0xd5,0x2d,0x13,0x50,0x3a,0x1a,0x41,0xf9,0x00, +0x08,0xc1,0x3d,0x04,0x30,0xc0,0x00,0x3f,0x33,0x1d,0x11,0x2e,0x23,0x35,0xc4,0xd1, +0x00,0x02,0xef,0xe3,0x33,0x44,0x55,0xbf,0xfc,0x00,0x3f,0xce,0x04,0x01,0x99,0x0e, +0x80,0xed,0xcc,0xdf,0xf5,0x06,0x64,0x32,0x10,0xba,0x01,0x16,0x80,0x02,0x0c,0x14, +0xef,0x8a,0x03,0x06,0x09,0x00,0x61,0x93,0x33,0x33,0x33,0x3f,0xf8,0x63,0x2b,0x02, +0xb1,0x3c,0x06,0x09,0x00,0x10,0xb5,0xe4,0x22,0x09,0x2d,0x00,0x10,0xfe,0xec,0x22, +0x07,0x24,0x00,0x00,0xe3,0x1a,0x24,0xa7,0x10,0x1f,0x15,0x14,0xf0,0xde,0x1d,0x12, +0xfc,0xd5,0x35,0x95,0x66,0x66,0xff,0xb6,0x66,0x66,0x66,0x65,0x0b,0xf4,0x1b,0x16, +0xbf,0x20,0x45,0x15,0x03,0x98,0x1c,0x2c,0xcf,0xe0,0x91,0x3d,0x14,0x0e,0xbc,0x18, +0x13,0x0a,0x3b,0x04,0x00,0x24,0x0a,0xa1,0xb4,0x44,0x44,0x44,0xff,0x80,0x0a,0xff, +0xbc,0xf9,0x7c,0x00,0x51,0x02,0xff,0xb0,0xbf,0x90,0xaa,0x1b,0x44,0x05,0xb0,0x0b, +0xf9,0x8f,0x00,0x23,0xbf,0xc6,0xd1,0x1b,0x13,0x0b,0xb4,0x00,0x00,0x59,0x49,0x03, +0x2a,0x1c,0x01,0x26,0x00,0x44,0x0d,0xe8,0x00,0x6f,0x1f,0x18,0x06,0x09,0x00,0x20, +0xf4,0x44,0x01,0x00,0x41,0x4f,0xf6,0x6f,0xe0,0x84,0x02,0x41,0x0e,0xf6,0x6f,0xe0, +0xf5,0x00,0x00,0x09,0x00,0x10,0xdd,0x01,0x00,0x00,0x09,0x00,0x03,0x4c,0x18,0x30, +0x6f,0xe0,0x0e,0xf3,0x34,0x00,0x09,0x00,0x10,0x0f,0x36,0x09,0x01,0x09,0x00,0x34, +0xf3,0x00,0x1f,0x09,0x00,0x1b,0x0f,0x12,0x00,0x05,0x24,0x00,0x14,0xfe,0x36,0x00, +0x13,0xf3,0x48,0x00,0x00,0x1d,0x19,0x23,0x34,0x5f,0x5a,0x00,0x52,0x7f,0xff,0xf3, +0x6f,0xe0,0xe8,0x1d,0x0f,0xf4,0x0f,0x03,0x33,0x0b,0xda,0x10,0x81,0x0e,0x15,0xf9, +0x95,0x0b,0x01,0xc7,0x0a,0x23,0x02,0xcf,0x76,0x19,0x60,0x8f,0xff,0xa3,0x22,0x22, +0x3d,0x66,0x3c,0x22,0xf6,0x30,0x8a,0x58,0x71,0xda,0x29,0xfb,0x00,0x1b,0xff,0x90, +0x2d,0x00,0x11,0xd6,0x4b,0x1f,0x01,0x39,0x40,0x11,0x50,0xb9,0x01,0x30,0xaf,0xff, +0xf6,0x7d,0x1d,0x22,0x48,0xdf,0xfe,0x09,0x14,0x2f,0x07,0x0a,0x41,0x09,0xfe,0xbf, +0xf2,0xce,0x1f,0x20,0x01,0x30,0x8b,0x1b,0x01,0xe2,0x14,0x06,0x09,0x00,0x73,0xf5, +0x22,0x22,0x22,0x7f,0xf2,0x00,0x70,0x02,0x09,0x09,0x00,0x04,0x24,0x00,0x43,0x00, +0x08,0x86,0x10,0x16,0x11,0x14,0xfe,0x85,0x20,0x01,0xdb,0x01,0x94,0x15,0x55,0x55, +0xcf,0xf7,0x55,0x55,0x55,0x51,0xad,0x02,0x32,0xf4,0x3f,0xff,0x56,0x1a,0x32,0xf4, +0x3f,0xf2,0x31,0x00,0x40,0xf4,0x3f,0xf2,0x01,0x06,0x04,0x00,0x09,0x00,0x01,0x01, +0x36,0x0a,0x09,0x00,0x3b,0xf3,0x00,0x4f,0x09,0x00,0x3b,0xfd,0xcc,0xdf,0x24,0x00, +0x43,0xf6,0x44,0x44,0x30,0x24,0x00,0x03,0x51,0x00,0x61,0x10,0x00,0x02,0x55,0x7f, +0xf3,0x63,0x00,0x10,0x02,0xf6,0x45,0x02,0x89,0x44,0x16,0xfb,0x8d,0x23,0x05,0x96, +0x1e,0x16,0x90,0x0a,0x00,0x10,0x03,0x83,0x40,0x20,0xfe,0x43,0x1a,0x29,0x10,0x00, +0x33,0x3c,0x23,0x02,0x00,0x2d,0x5c,0x41,0xf1,0xbf,0xb3,0x00,0x3c,0x56,0x50,0xdf, +0xf2,0xbf,0xff,0xb2,0x19,0x40,0xa0,0xd3,0x6f,0xf0,0x04,0xcf,0xff,0x80,0x3f,0xff, +0xe6,0x6b,0x0c,0x52,0x06,0xef,0xc0,0x06,0xc5,0xb3,0x41,0x20,0x19,0x00,0xd7,0x04, +0x21,0x35,0x52,0xd7,0x04,0x13,0x0d,0xc4,0x0d,0x09,0x0a,0x00,0x11,0xf9,0xe3,0x05, +0x0a,0x0a,0x00,0x15,0xfa,0x0a,0x00,0x0f,0x32,0x00,0x0a,0x00,0x97,0x00,0x05,0x2b, +0x02,0x04,0x15,0x02,0x24,0x00,0x1a,0xfc,0x43,0x53,0x04,0xef,0xfa,0xbf,0xf8,0x81, +0x5d,0x50,0x62,0x0a,0xff,0xe7,0x10,0x0f,0x5e,0xf5,0x0e,0xd3,0xaf,0x90,0x6f,0xff, +0xfa,0x61,0x4f,0xff,0xe7,0x00,0x7f,0xfa,0x01,0x9f,0xff,0xd1,0x08,0xd7,0x33,0x33, +0x39,0xf6,0x33,0x31,0x7d,0x30,0x00,0x05,0x74,0x0c,0x01,0x49,0x32,0x29,0xff,0xf5, +0x34,0x5d,0x00,0x96,0x01,0x38,0x3f,0xfc,0x11,0x9e,0x03,0x08,0x0a,0x00,0x01,0xe0, +0x01,0x01,0x0a,0x00,0x23,0xf8,0x11,0x72,0x1f,0x0f,0x28,0x00,0x0b,0x00,0x28,0x3c, +0x15,0xd1,0x52,0x23,0x11,0x80,0xa9,0x00,0x74,0x33,0x33,0x3d,0xfe,0x33,0x33,0x33, +0x15,0x06,0x00,0xfe,0x37,0x05,0x30,0x04,0x01,0x53,0x0e,0x00,0x12,0x0c,0x21,0x0f, +0xf8,0x25,0x45,0x1f,0xfe,0x26,0x00,0x03,0x13,0x71,0x45,0x06,0x22,0x1f,0xf6,0x45, +0x42,0x43,0x10,0x03,0xff,0x6f,0x75,0x08,0x20,0x5f,0xf3,0x89,0x32,0x10,0xef,0x06, +0x58,0x00,0xd3,0x3d,0x01,0x9c,0x19,0x12,0xc1,0xee,0x1f,0x50,0x60,0x3f,0xf6,0x1f, +0xf7,0xee,0x04,0x42,0xf6,0x0c,0xff,0x11,0x4d,0x00,0xd3,0x62,0xef,0xa0,0x1f,0xfe, +0xdd,0xdd,0xdd,0xdf,0xf6,0x02,0xd1,0x01,0x26,0x00,0x07,0x0f,0x12,0x10,0xa6,0xab, +0x60,0x00,0x60,0x02,0x13,0xfa,0x09,0x00,0xa3,0x8f,0xf7,0x33,0xbf,0xe3,0x33,0x33, +0x20,0x01,0xef,0xab,0x01,0x14,0x0a,0x91,0x05,0x00,0xb5,0x21,0x01,0x24,0x00,0x23, +0x18,0xb0,0x09,0x00,0x14,0xaf,0x07,0x05,0x05,0x09,0x00,0x23,0x23,0x33,0x01,0x00, +0x23,0x00,0x13,0x08,0x00,0x04,0xa7,0x04,0x08,0x09,0x00,0x12,0xf0,0xbc,0x65,0x07, +0x09,0x00,0x10,0xf4,0x50,0x46,0x1f,0xff,0x2d,0x00,0x0a,0x32,0x00,0x00,0x27,0x8e, +0x0f,0x31,0x25,0x7a,0xef,0xc3,0x00,0x00,0x87,0x33,0x30,0xfc,0x72,0xef,0xb1,0x06, +0x52,0x6b,0x8b,0xfe,0x00,0x0e,0xe8,0x2d,0x00,0x50,0x1d,0x20,0x93,0x35,0x8d,0x36, +0x11,0xfe,0xe6,0x3b,0x20,0xf5,0x0f,0x0d,0x02,0x50,0xef,0x70,0x01,0xff,0x50,0x51, +0x00,0x10,0xce,0x13,0x00,0x51,0x03,0x36,0xff,0xf4,0x32,0x13,0x00,0x41,0x00,0xaf, +0xff,0xc0,0x26,0x00,0x00,0x03,0x07,0x11,0xa0,0x13,0x00,0x51,0x09,0xff,0xff,0xef, +0x7e,0x26,0x00,0x40,0xff,0x9f,0xe4,0xf8,0x13,0x00,0xc0,0x51,0xef,0x97,0xfe,0x08, +0x0e,0xf7,0x11,0x3f,0xf5,0x4f,0xe1,0x5f,0x00,0x00,0x72,0x00,0x23,0xb5,0x07,0x72, +0x00,0x12,0x01,0x72,0x00,0x12,0x34,0x72,0x00,0x51,0x0b,0xc5,0x00,0x1a,0xa3,0x85, +0x00,0x01,0x0a,0x06,0x00,0x03,0x1b,0x10,0x45,0x3c,0x0c,0xf6,0x03,0x5f,0xfd,0xdd, +0xff,0x45,0xff,0xcc,0xcf,0xf7,0x5f,0xf3,0x33,0xff,0x45,0xff,0x33,0x3f,0xf7,0x1b, +0x00,0x05,0x12,0x00,0x77,0xfc,0xcc,0xff,0x45,0xff,0xbb,0xbf,0x1b,0x00,0x12,0xf0, +0xd6,0x03,0x21,0xf7,0x5f,0x80,0x16,0x10,0x10,0x09,0x00,0x11,0x0e,0x10,0x3c,0x00, +0x09,0x00,0x32,0xfd,0xcc,0xef,0x09,0x00,0x31,0xf4,0x00,0x6f,0x09,0x00,0x00,0x87, +0x39,0x19,0xc0,0x24,0x00,0x00,0x85,0x29,0x13,0xb0,0x24,0x00,0x80,0x01,0x66,0x6f, +0xf7,0x5f,0xf0,0x03,0x41,0x08,0x07,0x12,0xf4,0x5a,0x00,0x10,0xaf,0x89,0x62,0x64, +0x17,0x80,0x00,0x00,0x09,0x82,0xc9,0x0e,0x01,0x52,0x02,0x41,0x44,0x4e,0xf8,0x44, +0xc7,0x14,0x11,0x01,0xd8,0x0b,0x20,0x8f,0xd0,0x0a,0x00,0x90,0xdc,0xcc,0xff,0x20, +0xcf,0xff,0xff,0xf3,0x01,0x70,0x16,0x20,0x22,0xff,0x0a,0x00,0x00,0x82,0x14,0x51, +0x28,0xff,0x11,0xff,0x50,0x28,0x00,0x51,0x5f,0xff,0x31,0xff,0x10,0x0a,0x00,0x70, +0xbf,0xff,0x73,0xfe,0x00,0x02,0xff,0xed,0x05,0x60,0xbf,0xb7,0xfb,0x00,0x03,0xfe, +0xa1,0x45,0x60,0x0f,0xfb,0xf7,0x00,0x04,0xfd,0x3f,0x03,0x10,0x0a,0x33,0x24,0xf0, +0x00,0xfb,0xff,0xdc,0xef,0x80,0x05,0xff,0xc0,0x00,0x09,0xfa,0xff,0x00,0x9f,0x80, +0x3b,0x03,0x20,0x0c,0xf7,0x0a,0x00,0x20,0x0c,0xff,0x48,0x67,0x90,0xff,0xcc,0xef, +0x81,0xbf,0xfd,0xfd,0x20,0x6f,0x6d,0x1d,0xf6,0x0a,0xbe,0xff,0x73,0xff,0xf4,0x08, +0x90,0xff,0x21,0xaf,0x9f,0xfb,0x00,0x7f,0xe1,0x00,0x10,0xff,0x00,0x36,0x38,0xb0, +0x00,0x09,0x70,0x12,0x14,0x00,0x28,0x07,0x10,0x65,0xff,0x0d,0xf1,0x02,0x0b,0xfa, +0x66,0xef,0x65,0xfd,0x66,0xaf,0xd0,0x0b,0xfa,0x77,0xef,0x65,0xfd,0x77,0xaf,0xaa, +0x13,0x11,0x65,0x9b,0x18,0x02,0xf9,0x09,0x05,0x37,0x49,0x00,0x12,0x09,0x50,0x85, +0x58,0xff,0x75,0x58,0x09,0x00,0x76,0xca,0xac,0xff,0xba,0xab,0xff,0x20,0x1b,0x00, +0x00,0x15,0x25,0x01,0x20,0x1b,0x30,0xff,0xed,0xde,0x03,0x00,0x07,0x1b,0x00,0x12, +0x00,0x25,0x1b,0x15,0x00,0x27,0x4d,0x05,0x39,0x4d,0x01,0x90,0x46,0x00,0xab,0x23, +0x05,0x24,0x00,0x08,0x09,0x00,0x11,0x0f,0x2c,0x06,0x36,0xef,0xff,0xfe,0x09,0x00, +0x10,0xf3,0x8e,0x38,0x32,0xef,0x33,0xfe,0x64,0x1b,0x90,0xef,0x23,0xfe,0x0f,0xfe, +0xef,0xfe,0xee,0xa0,0x09,0x00,0x7f,0xf2,0x0d,0xf4,0x00,0x00,0xef,0x23,0x1b,0x00, +0x0a,0x00,0x12,0x00,0x14,0xec,0x51,0x00,0x20,0xfd,0xef,0x81,0x00,0xf0,0x10,0x15, +0x29,0x36,0xfc,0xef,0x63,0x33,0xcd,0x6f,0x6f,0x3f,0x96,0xfb,0xcd,0x20,0x00,0xfd, +0x5f,0x4f,0x89,0xf8,0xfa,0x00,0x00,0x03,0xfa,0x3f,0x4d,0xb3,0x59,0xf8,0x8c,0x67, +0xc1,0x2f,0x57,0x60,0x0d,0xf6,0x00,0x00,0x0b,0xf1,0x16,0x10,0x2f,0xab,0x58,0x10, +0x20,0x03,0x19,0x32,0x70,0x00,0xcf,0x3b,0x12,0x28,0xfb,0x00,0x0a,0x00,0x60,0x50, +0x3f,0xf0,0x4f,0xd0,0x08,0x0a,0x00,0x69,0x61,0x5f,0xf0,0x4f,0xd1,0x19,0x1e,0x00, +0x82,0xad,0xdd,0xde,0xf4,0x5d,0xef,0xed,0xda,0xc8,0x07,0x10,0x20,0x20,0x59,0x22, +0x0e,0xee,0x4a,0x20,0x27,0xee,0xe0,0x3e,0x19,0xa1,0x24,0xdf,0xf8,0x22,0x23,0xef, +0xf7,0x22,0x20,0x01,0xad,0x1e,0xe0,0x1c,0xff,0xd6,0x10,0x3f,0xff,0xfe,0xcc,0xc2, +0x5c,0xcd,0xff,0xff,0xf3,0x01,0x08,0x21,0xf3,0x6f,0x59,0x05,0x70,0x6f,0xd4,0x4f, +0xf3,0x6f,0xd4,0x4e,0x89,0x1a,0x70,0xc0,0x0f,0xf3,0x6f,0xc0,0x0d,0xf6,0x5a,0x1a, +0x14,0x1f,0x0a,0x00,0x02,0x28,0x00,0x11,0xf6,0x00,0x67,0x74,0xd3,0x6f,0xff,0xfe, +0xd6,0x00,0x8f,0x75,0x4a,0x06,0x09,0x00,0x11,0xf6,0x33,0x0b,0x20,0x7f,0xf8,0x7c, +0x29,0x01,0x50,0x09,0x30,0x8f,0xe0,0x04,0x6b,0x20,0x00,0x09,0x00,0x01,0x1d,0x61, +0x01,0x09,0x00,0x32,0xfd,0xcc,0xef,0x09,0x00,0x3f,0xf1,0x00,0x5f,0x09,0x00,0x05, +0x05,0x2d,0x00,0x04,0x09,0x00,0x01,0xd3,0x07,0x17,0x0f,0x5a,0x00,0x11,0xf5,0x51, +0x02,0x17,0x5f,0x7e,0x00,0x11,0xfd,0x68,0x09,0x16,0xef,0x24,0x00,0x04,0xc6,0x21, +0x07,0x09,0x00,0x40,0xf3,0x33,0x33,0x66,0xae,0x0a,0x51,0x7f,0xe0,0x00,0x01,0xff, +0x24,0x00,0xa2,0xe0,0x22,0x23,0xff,0x22,0x22,0x0f,0xf8,0x7f,0xe1,0xcd,0x28,0x98, +0xf8,0x7f,0xe1,0xbb,0xbc,0xff,0xbb,0xbb,0x2f,0x24,0x00,0x50,0x2c,0xcd,0xff,0xdc, +0xc3,0x09,0x00,0x10,0x2f,0x3e,0x02,0x01,0x09,0x00,0x32,0xe0,0x00,0x0e,0x09,0x00, +0x49,0xe2,0x22,0x2e,0xf4,0x1b,0x00,0x10,0x19,0x5a,0x33,0x11,0x0f,0x6c,0x00,0x11, +0x33,0x6c,0x00,0x0e,0x87,0x00,0x04,0xa2,0x00,0x14,0x5f,0xbe,0x02,0x06,0x09,0x00, +0xf1,0x05,0xe2,0x22,0x4e,0xc3,0x22,0x22,0x28,0xfe,0x5f,0xe0,0x02,0xef,0xfb,0xbb, +0xba,0x27,0xfe,0x5f,0xe0,0x5e,0x9d,0x28,0xf0,0x00,0xfe,0x5f,0xe9,0xff,0xfd,0x40, +0x7f,0xf8,0x07,0xfe,0x5f,0xe1,0xc5,0x9f,0xfd,0xa7,0x21,0xf0,0x14,0x5f,0xe0,0x03, +0x8f,0xff,0xfd,0x61,0x07,0xfe,0x5f,0xfa,0xef,0xff,0xe9,0xff,0xff,0xdc,0xfe,0x5f, +0xec,0xff,0xbf,0x84,0x16,0xbf,0xe8,0xfe,0x5f,0xe2,0x50,0x4d,0xff,0xf9,0x10,0x17, +0x24,0x00,0x40,0x41,0x27,0xdd,0x00,0x2d,0x00,0x50,0x1e,0xff,0xfc,0x96,0x10,0x09, +0x00,0x40,0x15,0x7a,0xdf,0xff,0x48,0x00,0x00,0xe7,0x0f,0x20,0x6a,0xf3,0xdc,0x21, +0x0d,0x87,0x00,0x02,0xa2,0x00,0x0e,0x1b,0x00,0x01,0xa2,0x00,0x51,0x22,0x2c,0xc3, +0xcc,0x38,0x24,0x00,0xf0,0x18,0x0f,0xf1,0x8f,0x76,0xfe,0x5f,0xe5,0xee,0xee,0xef, +0xfe,0xef,0xd6,0xfe,0x5f,0xe5,0xcc,0xcc,0xcf,0xfd,0xcc,0xb6,0xfe,0x5f,0xe0,0x44, +0x44,0x3a,0xf5,0x47,0x26,0xfe,0x5f,0xe0,0xef,0xff,0x98,0xf7,0xdf,0x09,0x00,0x61, +0xe9,0x0f,0x96,0xfd,0xfc,0x06,0x12,0x00,0x41,0x93,0xff,0xf5,0x06,0x24,0x00,0xf1, +0x10,0x30,0xff,0xb2,0x26,0xfe,0x5f,0xe4,0x8a,0xce,0xf9,0xff,0x86,0xf8,0xfe,0x5f, +0xe8,0xff,0xec,0xff,0xff,0xfe,0xf7,0xfe,0x5f,0xe2,0x31,0x02,0xfe,0x37,0xff,0x86, +0x6c,0x00,0x4f,0x63,0x22,0x46,0x28,0xa2,0x00,0x07,0x1f,0x06,0xa2,0x00,0x03,0x40, +0x2b,0xe5,0x22,0x22,0x3b,0x01,0x10,0x1f,0xe1,0x02,0x10,0x06,0x4d,0x01,0x30,0x6f, +0xb2,0x2d,0x09,0x00,0x11,0xe2,0x23,0x00,0x00,0xa2,0x00,0x10,0x56,0xac,0x02,0x10, +0x36,0x24,0x00,0x50,0xfe,0xee,0xef,0xfa,0x06,0x09,0x00,0x31,0xf5,0x55,0x5a,0x09, +0x00,0x55,0x08,0x88,0x9f,0xf8,0x85,0x2d,0x00,0x90,0xa6,0xfe,0x5f,0xe0,0x7f,0x93, +0x5f,0xf3,0x33,0xc6,0x00,0xff,0x09,0x8f,0x95,0x7f,0xf5,0x55,0x46,0xfe,0x5f,0xe0, +0xbe,0xee,0xef,0xfe,0xee,0xb6,0xfe,0x5f,0xe1,0x11,0x11,0x3c,0xb1,0x11,0x17,0xa2, +0x00,0x1e,0x22,0x22,0x22,0xe6,0x01,0x01,0x9a,0x40,0x10,0x06,0x09,0x00,0x31,0xf4, +0x44,0x4f,0x09,0x00,0x50,0x0d,0xee,0xee,0xee,0xe0,0x09,0x00,0x00,0x13,0x16,0x10, +0x98,0x09,0x00,0x51,0xbf,0x97,0x77,0x79,0xfe,0x09,0x00,0x00,0x3d,0x00,0x0a,0x12, +0x00,0x32,0x97,0x77,0x7a,0x09,0x00,0x31,0xfe,0xee,0xef,0x09,0x00,0xff,0x08,0x3a, +0xfe,0x33,0xdf,0xa3,0x06,0xfe,0x5f,0xe4,0xff,0xc2,0x00,0x3c,0xff,0x56,0xfe,0x5f, +0xe2,0x86,0x22,0x22,0x22,0x97,0x44,0x01,0x0a,0x04,0x2f,0x16,0x07,0x09,0x00,0xf1, +0x00,0xe0,0x28,0x88,0x88,0x88,0x86,0x06,0xfe,0x4f,0xe0,0x4f,0xc6,0x66,0x69,0xfb, +0x09,0x00,0x31,0xfe,0xee,0xef,0x09,0x00,0x92,0x25,0x55,0xef,0x55,0x54,0x06,0xfe, +0x4f,0xe6,0x18,0x09,0xc1,0xfe,0x4f,0xe2,0x55,0x55,0xef,0x55,0x55,0x56,0xfe,0x4f, +0xe0,0x99,0x05,0x01,0x09,0x00,0x41,0x45,0x55,0x54,0xaf,0x09,0x00,0x42,0x0f,0xff, +0xf6,0x8f,0x09,0x00,0x13,0x75,0x09,0x00,0x32,0x0b,0xbb,0xb5,0x09,0x00,0x40,0xbb, +0xbb,0xbb,0xef,0x09,0x00,0x01,0x08,0x53,0x51,0x26,0xfe,0x4f,0xfe,0xee,0x0c,0x31, +0x08,0x87,0x00,0x03,0xa2,0x00,0x00,0xa0,0x13,0x14,0xb6,0x3c,0x09,0x23,0xff,0xa0, +0xc7,0x68,0x21,0x7f,0xf7,0x19,0x1e,0x05,0x0e,0x06,0x15,0x0d,0x28,0x0e,0x42,0x11, +0x11,0xdf,0xe2,0x58,0x4f,0x00,0x59,0x1e,0x25,0x01,0x44,0x79,0x60,0x20,0xf1,0x00, +0x09,0x2c,0x21,0x20,0x00,0xe5,0x47,0xd2,0x3e,0xff,0xd0,0x5e,0xee,0xff,0xff,0xee, +0xe1,0x3f,0xff,0xfd,0x05,0xd7,0x4c,0xb3,0xff,0xef,0xd0,0x14,0x44,0x7f,0xf5,0x44, +0x40,0x0a,0x88,0xf3,0x3d,0x43,0x00,0x10,0x8f,0xd0,0x39,0x00,0x14,0x08,0x13,0x00, +0x17,0x00,0x13,0x00,0x40,0x02,0x22,0x26,0xff,0x8a,0x43,0x23,0x8f,0xd1,0xfe,0x2f, +0x33,0x08,0xfd,0x1f,0x11,0x15,0x10,0x0b,0xad,0x0a,0x01,0xc4,0x00,0x09,0x0a,0x00, +0x23,0x25,0x50,0x0a,0x00,0x00,0xae,0x28,0xe1,0xe0,0x03,0x00,0x04,0x4d,0xfa,0x42, +0x5f,0xf0,0x4f,0xf8,0xef,0xe0,0x1f,0x7c,0x08,0x32,0x7f,0xff,0xff,0x0a,0x00,0xa0, +0xfe,0xff,0xfc,0xaf,0xe0,0x00,0x0b,0xf7,0x04,0xbf,0x26,0x3f,0x00,0x0a,0x00,0x42, +0x2f,0xff,0xf7,0x6f,0x0a,0x00,0x42,0x0b,0xdf,0xf0,0x4f,0x0a,0x00,0x10,0x01,0x46, +0x00,0xf0,0x0b,0x6f,0xd0,0x00,0x0b,0xfc,0xe8,0x5f,0xf0,0x4f,0xe9,0xef,0xb0,0x00, +0x4e,0xff,0xfc,0x5f,0xf0,0x4f,0xe7,0xfe,0x30,0x2e,0xff,0xff,0x91,0x1e,0x00,0x51, +0x11,0x00,0x0f,0xff,0xc3,0x59,0x08,0x51,0x04,0xd6,0x0a,0xe6,0x00,0x0a,0x00,0x31, +0x06,0xfb,0x02,0x68,0x26,0x45,0x21,0x11,0x2c,0xf9,0xc3,0x0c,0x11,0xf3,0x37,0x07, +0x34,0xce,0xff,0xff,0x44,0x0e,0x11,0x02,0x70,0x26,0x01,0x1f,0x0f,0x1f,0xf5,0x0a, +0x00,0x0d,0x60,0x07,0x7c,0xfc,0x76,0x4a,0x90,0x0a,0x00,0x10,0x1f,0x52,0x3a,0x20, +0xd0,0x0f,0x55,0x45,0x90,0xef,0xff,0xed,0x7f,0xd0,0x0f,0xf8,0x44,0x40,0x28,0x00, +0x30,0x7f,0xd0,0x0f,0xea,0x0d,0x0c,0x0a,0x00,0x02,0x46,0x00,0x14,0x01,0x0a,0x00, +0x22,0xfd,0xcc,0x0a,0x00,0x23,0x01,0x6d,0x46,0x00,0x00,0xd8,0x67,0x12,0x81,0x0a, +0x00,0x33,0x0d,0xfc,0x50,0x32,0x00,0xa5,0x04,0x20,0x00,0x24,0x9f,0xe4,0x4f,0xf8, +0x44,0x42,0x90,0x2d,0x19,0xf9,0x0a,0x00,0x0d,0xbd,0x1c,0x10,0x01,0x65,0x23,0x13, +0xfc,0x31,0x6a,0x02,0x41,0x17,0x00,0x13,0x00,0x23,0x3f,0xf5,0x13,0x00,0x01,0x36, +0x22,0x51,0x81,0x45,0xff,0x74,0x17,0xa7,0x05,0xa1,0x3f,0xff,0xff,0xf9,0xff,0xb3, +0x33,0x33,0xcf,0x83,0x97,0x1f,0x01,0xb1,0x01,0xf0,0x00,0x1f,0xf3,0x03,0xf4,0x99, +0x00,0x00,0xbf,0x70,0x01,0xff,0x30,0x02,0x2f,0xfb,0xba,0x3a,0x00,0x4c,0x00,0xf0, +0x0a,0x3e,0xfb,0x00,0xcf,0x60,0x01,0xff,0x30,0x10,0x00,0x3f,0x91,0x3d,0xf5,0x00, +0x1f,0xf6,0xbc,0x00,0x00,0x37,0xeb,0xef,0x40,0x01,0x39,0x18,0xf0,0x0e,0x6e,0xff, +0x9f,0xf4,0x05,0xcf,0xff,0xb2,0x06,0xdf,0xfd,0x30,0xff,0x34,0xff,0xfd,0x40,0x0c, +0xff,0xf7,0x00,0x1f,0xf1,0x0e,0xe6,0x00,0x00,0x8f,0x91,0x3e,0x46,0x00,0x68,0x31, +0x54,0x30,0x14,0x33,0xbf,0xd0,0x00,0x30,0x14,0xf7,0xbd,0x11,0x1f,0xd8,0xb1,0x1c, +0x03,0x00,0xb8,0x1f,0x2f,0x0f,0xf4,0x0a,0x00,0x08,0xb3,0xad,0xef,0xfe,0xdd,0xdc, +0x00,0x04,0x4f,0xf8,0x41,0xbf,0xc1,0x39,0x62,0xff,0xf3,0x57,0x7f,0xf9,0x7a,0x0a, +0x00,0x54,0x00,0x0f,0xf4,0x04,0xfe,0x32,0x00,0x04,0x0a,0x00,0x22,0x1f,0xf3,0x0a, +0x00,0x13,0x05,0x8e,0x0f,0x34,0x0e,0xf4,0x27,0x0a,0x00,0xe0,0xfd,0xf7,0x44,0xaf, +0xff,0xd4,0x44,0x40,0x02,0x8f,0xff,0xf9,0x00,0xef,0x1f,0x60,0x70,0x4f,0xff,0xfb, +0x40,0x06,0xff,0x3d,0x3f,0x29,0x00,0x09,0x6c,0x10,0xfc,0x94,0x30,0x21,0x04,0x20, +0x60,0x6f,0x20,0xbf,0xf9,0xc4,0x00,0x70,0xaf,0xff,0x40,0x00,0x1d,0xff,0xe3,0xe9, +0x4b,0x10,0xd3,0xf5,0x5a,0x00,0x81,0x2e,0x11,0x37,0x53,0x06,0x15,0x20,0xb3,0x0d, +0x02,0x54,0x69,0x42,0x0c,0xf6,0x2f,0xf1,0xab,0x69,0x90,0xcf,0x62,0xff,0x10,0x01, +0x9f,0xa1,0xbf,0x81,0x13,0x00,0x60,0x00,0x09,0xf9,0x0b,0xf7,0x00,0x13,0x00,0x01, +0xde,0x03,0x50,0x5c,0xf6,0x2f,0xf1,0x0c,0x30,0x2b,0x30,0xe5,0xcf,0x62,0xc7,0x26, +0xb1,0x40,0xbf,0x70,0x09,0xb4,0x2f,0xf1,0x00,0xbf,0xe0,0x0b,0x5e,0x1d,0xf0,0x04, +0x10,0xcf,0xf6,0x00,0xbf,0x70,0x00,0x8f,0xff,0xf0,0x08,0xf8,0x00,0x0b,0xfb,0x71, +0x03,0xff,0xf9,0x3c,0x2d,0x55,0x15,0xff,0x30,0x05,0x41,0x37,0x16,0x16,0xf0,0xae, +0x53,0x00,0x2b,0x0e,0x10,0x6f,0xbe,0x10,0x00,0x4d,0x20,0x11,0x14,0xc9,0x50,0x1e, +0x0f,0xeb,0x13,0x03,0x52,0x14,0x0b,0xd2,0x46,0x10,0xaf,0x7e,0x68,0x02,0x34,0x19, +0x03,0x0a,0x00,0x10,0x07,0x8a,0x14,0x01,0x0a,0x00,0x53,0x06,0xee,0xff,0xfe,0xe1, +0x1e,0x00,0x20,0xaf,0x80,0xb2,0x0c,0x11,0xfd,0x2a,0x1b,0x16,0xfa,0x0a,0x00,0xe0, +0x03,0xff,0x26,0xfd,0x00,0x00,0xbe,0x10,0x4d,0x70,0x03,0xff,0x06,0xfc,0x4a,0x62, +0x31,0x8f,0x70,0x64,0x0a,0x00,0x81,0x6f,0x81,0xdf,0x36,0xff,0xfe,0x06,0xfc,0x50, +0x00,0xe0,0xf9,0xef,0xfd,0x05,0xfc,0x00,0x07,0xee,0xff,0xfe,0xe4,0x2d,0xff,0xa6, +0xb6,0x02,0x62,0x9f,0x90,0x00,0x0d,0xff,0xfe,0x46,0x00,0x70,0xfc,0x3f,0xf9,0xf8, +0xfd,0x20,0x1f,0x70,0x04,0xa0,0x9f,0xc0,0x22,0xff,0x76,0x00,0x00,0xaf,0xa0,0x02, +0x92,0x1d,0x10,0x9d,0x28,0x00,0x60,0x0c,0xfe,0x10,0x00,0xcf,0xfb,0x0a,0x00,0x22, +0x7f,0xf5,0xd7,0x5e,0x41,0x9f,0x90,0x07,0x90,0x29,0x34,0x08,0x03,0x22,0x22,0xf1, +0x00,0xbf,0x46,0xa5,0x77,0x9f,0xf8,0x77,0x77,0x7c,0xfe,0x77,0x40,0x00,0xf4,0x34, +0x06,0x14,0x00,0x00,0xdc,0x2a,0x45,0x99,0x99,0x9d,0xfc,0xa7,0x2b,0x02,0x0a,0x00, +0x4c,0xf4,0x22,0x22,0x2b,0x14,0x00,0xf5,0x02,0xf7,0x66,0x66,0x6c,0xfc,0x00,0x00, +0x0c,0xcc,0xdf,0xfc,0xcc,0xcc,0xce,0xff,0xcc,0xc6,0x1a,0x1c,0xf0,0x00,0xf8,0x02, +0x23,0xbf,0xf5,0x38,0x85,0x29,0xff,0x72,0x21,0x00,0x1b,0xff,0x80,0x39,0x0f,0x10, +0xf7,0xe6,0x00,0x00,0xae,0x0a,0x61,0xfd,0xff,0xe5,0x0a,0xfe,0x58,0x79,0x01,0x41, +0x8f,0xe1,0x00,0x71,0x7f,0x47,0x00,0x77,0x04,0x12,0x4e,0x0a,0x57,0x15,0xed,0x79, +0x1f,0x2b,0xfe,0x00,0x86,0x01,0x04,0x0a,0x00,0x11,0x90,0x8f,0x1d,0x20,0x50,0x08, +0x82,0x09,0x01,0x0a,0x00,0x01,0x36,0x01,0x51,0xbf,0x61,0x11,0xdf,0x50,0x28,0x00, +0x60,0xbf,0x51,0x23,0xef,0x50,0x1f,0x08,0x1f,0x51,0xbf,0x54,0xff,0xff,0x20,0x40, +0x01,0x40,0xbf,0x50,0xbb,0xa4,0xf3,0x75,0xc1,0x3f,0xb0,0xbf,0x84,0x44,0x44,0x00, +0x00,0x9f,0x60,0x8f,0x80,0xc0,0x22,0xb0,0x02,0x8f,0x94,0xef,0x61,0xbf,0xff,0xdd, +0xff,0x80,0x09,0x66,0x0e,0xe2,0xbf,0xff,0x40,0xef,0x40,0x07,0xbb,0xef,0xeb,0xb4, +0xbf,0xaf,0xc4,0xff,0x78,0x00,0x52,0xbf,0x6d,0xfd,0xf9,0x00,0x50,0x00,0x43,0x55, +0xff,0xf3,0x00,0x50,0x00,0x23,0xff,0xe0,0x8c,0x00,0x33,0x58,0xff,0xfa,0x28,0x00, +0x42,0xbf,0xfd,0xff,0xc2,0x0a,0x00,0x42,0xff,0xb0,0xbf,0xd1,0x0a,0x00,0x4c,0x9c, +0x00,0x09,0x30,0xd0,0x03,0x11,0x32,0x81,0x04,0x23,0xf0,0x00,0xa5,0x10,0x24,0x1f, +0xf0,0x67,0x06,0x31,0x1f,0xf0,0x03,0x05,0x01,0x52,0x40,0x00,0x1f,0xf0,0x04,0xf6, +0x19,0x90,0x03,0x5f,0xf4,0x34,0xfd,0x00,0xff,0x10,0xef,0x42,0x57,0x62,0xe4,0xff, +0xbb,0xff,0xbb,0xff,0x0a,0x00,0x01,0x14,0x1a,0x00,0x28,0x00,0x51,0xfd,0x03,0xfe, +0x00,0xef,0x0a,0x00,0x42,0xfe,0x37,0xfd,0x33,0x0a,0x00,0x05,0x1e,0x00,0x91,0x02, +0xaa,0xaf,0xff,0xca,0xaa,0x30,0x00,0x1f,0xa4,0x21,0x20,0x58,0x80,0x2f,0x1a,0xa0, +0xc1,0x00,0x6f,0xff,0x5d,0xba,0x30,0x00,0x5f,0xff,0xb1,0x23,0xa1,0x8f,0x4e,0x90, +0x3e,0xff,0xff,0xb2,0x07,0xff,0xcf,0x87,0x06,0xf0,0x03,0x92,0x00,0x5f,0xf7,0xaf, +0xcd,0xaa,0xa0,0x0a,0x71,0x00,0x06,0xff,0xc0,0xaf,0x60,0x09,0xc2,0x5f,0x0f,0x51, +0xfd,0x10,0x8f,0xfe,0xef,0x7b,0x52,0x10,0xb1,0xd3,0x52,0x0f,0x6a,0x37,0x03,0x21, +0x3c,0xc0,0xda,0x39,0x02,0xdc,0x3d,0xa3,0x22,0x22,0xef,0x82,0x22,0x20,0x00,0x3f, +0xf0,0x04,0x8c,0x03,0x31,0x3f,0xf0,0x03,0x6a,0x0b,0xc3,0xb0,0x14,0x7f,0xf4,0x40, +0x16,0x69,0xfe,0x66,0x66,0x00,0x3f,0x92,0x70,0x12,0xfe,0x0a,0x00,0x41,0xd2,0x22, +0x25,0xfe,0x3c,0x00,0x02,0x14,0x00,0x01,0x0a,0x00,0x3d,0xe3,0x33,0x36,0x14,0x00, +0x0d,0x28,0x00,0xa4,0xfb,0xe0,0x3f,0xe3,0x33,0x35,0xfe,0x00,0x17,0xcf,0x24,0x57, +0x42,0x4f,0xff,0xfa,0x3f,0x0a,0x00,0x90,0x0e,0xc6,0x10,0x01,0x17,0xef,0x51,0x8f, +0xc3,0xa2,0x2b,0x52,0x17,0xdf,0xfd,0x50,0x8f,0x1e,0x73,0x60,0xfe,0x70,0x00,0x02, +0xbf,0xe2,0xfe,0x06,0x10,0x50,0x72,0x08,0x13,0x30,0x50,0x17,0x10,0x02,0x5e,0x04, +0xa0,0x00,0x05,0xee,0x10,0x05,0xfd,0x30,0x00,0x3f,0xf0,0xa8,0x4a,0x20,0xbf,0xc0, +0x13,0x00,0x50,0x22,0xbe,0x82,0x4f,0xf5,0xd0,0x00,0x12,0x0a,0x0b,0x34,0x80,0x36, +0xff,0x32,0xaf,0x78,0x7f,0xd7,0x7d,0x00,0x40,0xf0,0x01,0xba,0xf9,0xd0,0xfb,0x6e, +0xdf,0x30,0xff,0xff,0xfb,0xaf,0x3f,0x6f,0xbc,0xac,0xf3,0x26,0x00,0xf6,0x00,0xf0, +0xc8,0xfc,0xe2,0xcf,0x30,0x03,0xff,0x00,0xaf,0xaa,0x9f,0xe9,0x9e,0xf3,0x39,0x00, +0x22,0x03,0xff,0xba,0x18,0x14,0x00,0x34,0x3f,0xf0,0x04,0xf6,0x00,0x03,0xff,0x79, +0x0d,0xfb,0xaa,0xaa,0xff,0x60,0x02,0x9f,0xff,0xe0,0xdf,0x85,0x55,0x5e,0x4e,0x2b, +0x12,0xb5,0x71,0x23,0xb4,0x0e,0xe8,0x10,0x00,0xdf,0x62,0x22,0x2d,0xf6,0x00,0x20, +0x84,0x23,0x01,0x8d,0x14,0x31,0xdc,0xcc,0xcf,0x26,0x19,0x00,0xa1,0x0e,0x35,0xdf, +0x60,0x01,0xcd,0x04,0x30,0x01,0xff,0xbb,0x01,0x00,0xf1,0x18,0xcc,0xbb,0xb0,0x01, +0xff,0x1f,0xfe,0xef,0xf0,0x00,0xfb,0x9d,0x10,0x01,0xff,0x1f,0xda,0xae,0xf0,0x00, +0xfb,0x3f,0x70,0x01,0xff,0x1f,0xc8,0x8d,0xf4,0xcc,0xff,0xcd,0x80,0x01,0xff,0x17, +0x77,0x77,0x75,0x05,0x64,0x70,0xff,0x7f,0xff,0xff,0xf6,0x03,0xff,0xc3,0x51,0xf0, +0x02,0x7f,0x95,0x59,0xf6,0x06,0xff,0xd0,0x00,0x02,0xff,0x7f,0xed,0xde,0xf6,0x0d, +0xff,0xf4,0x0a,0x00,0xf1,0x0f,0xc9,0x9c,0xf6,0x9f,0xb5,0xfe,0x20,0x03,0xfe,0x7f, +0x84,0x7b,0xfe,0xfd,0x10,0x9f,0xe0,0x04,0xfc,0x6f,0x50,0xce,0xd7,0xb0,0x00,0x07, +0x40,0x06,0xfb,0x05,0xaf,0x4d,0x53,0x55,0x00,0x09,0xf8,0x0f,0xb6,0x03,0xf4,0x08, +0x0d,0xf5,0x04,0x44,0x44,0xbf,0xc4,0x44,0x44,0x00,0x2f,0xf4,0x99,0x99,0x99,0xdf, +0xe9,0x99,0x99,0x91,0x1a,0xb5,0xff,0xc1,0x19,0x0f,0x00,0x4d,0x02,0x21,0xec,0x50, +0xc1,0x46,0x00,0x7d,0x01,0x03,0x0a,0x00,0x00,0x8f,0x4e,0x12,0x01,0x0a,0x00,0x00, +0xa8,0x07,0x33,0xc1,0xff,0x60,0xd8,0x0f,0x12,0xe1,0xbc,0x63,0x31,0xf4,0x33,0xdf, +0x14,0x00,0x00,0xad,0x51,0x41,0xff,0x91,0xff,0xba,0x28,0x6d,0x30,0x03,0xff,0x51, +0xf4,0x14,0xf0,0x0d,0x1f,0xfc,0x76,0x08,0xff,0x21,0xff,0xef,0xfa,0x00,0x07,0xf7, +0xff,0x9d,0xfd,0x01,0xff,0x7b,0xff,0xa0,0x00,0x20,0xaf,0xff,0xf7,0x01,0xff,0x60, +0x36,0x01,0x10,0x08,0x81,0x4f,0x21,0x60,0x1e,0xd5,0x5f,0x51,0x90,0x01,0xff,0x60, +0x02,0xd8,0x04,0x12,0x10,0x6e,0x00,0x33,0x02,0xef,0xf6,0x82,0x00,0x32,0x6f,0xff, +0xa0,0x0a,0x00,0x10,0x1c,0x82,0x0f,0x01,0x0a,0x00,0x11,0x07,0xe5,0x2f,0x01,0x1e, +0x00,0x13,0x73,0x75,0x47,0x01,0xe6,0x06,0x24,0xa6,0x00,0x95,0x36,0x11,0xb2,0x48, +0x5a,0x01,0xee,0x6f,0x00,0x71,0x1a,0x22,0x02,0x9f,0x23,0x3a,0x00,0xc3,0x5d,0x30, +0x20,0x00,0x2d,0x92,0x1d,0x51,0x4f,0xb5,0xbf,0x60,0x7f,0x74,0x15,0x42,0x10,0x09, +0xff,0xef,0xd9,0x5d,0xd0,0x15,0xaf,0xff,0xea,0xb8,0x20,0x00,0x00,0x4a,0xdf,0xff, +0xfd,0x65,0xd8,0x36,0x51,0x02,0xff,0xfe,0xa3,0x08,0xaf,0x17,0x41,0x07,0x62,0x00, +0x5d,0x68,0x1b,0x00,0x9f,0x73,0xb2,0xfe,0x52,0x22,0x3e,0xff,0x20,0x00,0x1e,0xff, +0xf9,0x65,0x27,0x36,0x53,0x5e,0x81,0x7f,0xf9,0x6f,0x3e,0x23,0x13,0x9f,0xa9,0x17, +0xd1,0x48,0xcf,0xff,0xfb,0x20,0x00,0x00,0x7b,0xce,0xff,0xff,0xfe,0x93,0x15,0x1b, +0x04,0x54,0x1e,0x38,0x0b,0x86,0x31,0x4a,0x2a,0x15,0xf4,0x0a,0x00,0x05,0xd9,0x47, +0x16,0x6f,0x0a,0x00,0x05,0xea,0x44,0x02,0x4c,0x56,0x60,0x06,0x77,0x77,0x77,0xbf, +0xf8,0x1b,0x5e,0x15,0x0c,0x77,0x0b,0x06,0xa9,0x19,0x02,0xc9,0x08,0x05,0xed,0x5c, +0x24,0xff,0x80,0xd3,0x08,0x04,0xad,0x19,0x33,0x4f,0xf9,0x4f,0xa5,0x09,0x20,0xdf, +0xf2,0xec,0x1c,0x01,0x1d,0x00,0x31,0x90,0x03,0xff,0xe8,0x20,0x00,0x4a,0x54,0x30, +0x8f,0xfe,0x30,0x58,0x34,0x10,0xe2,0x18,0x00,0x00,0x73,0x53,0x21,0xfe,0x20,0xf9, +0x14,0x20,0xe1,0x06,0x78,0x1e,0x02,0x7a,0x01,0x12,0x74,0x41,0x00,0x11,0x28,0x0d, +0x59,0x01,0x01,0x00,0x05,0x23,0x25,0x25,0xff,0x10,0x25,0x15,0x11,0x10,0x63,0x13, +0x05,0xdc,0x00,0x1b,0x3f,0x0a,0x00,0x00,0xe3,0x5e,0x2f,0x9f,0xfa,0xe3,0x5e,0x09, +0x14,0xff,0xba,0x39,0x13,0x07,0xe7,0x73,0x00,0x5f,0x5c,0x01,0x91,0x18,0x00,0xdb, +0x08,0x22,0xf6,0x0b,0xf5,0x01,0x60,0x3e,0xff,0xa0,0x02,0xef,0xf9,0xa6,0x15,0x20, +0xff,0xfb,0x40,0x30,0x10,0xd5,0x60,0x19,0x11,0x80,0x3a,0x5b,0x42,0xf6,0x07,0xff, +0xc4,0xaa,0x39,0x33,0xd1,0x00,0x84,0x13,0x01,0x1a,0x30,0x72,0x01,0x0f,0x68,0x01, +0x02,0x0b,0x72,0x01,0x15,0x0c,0xd5,0x03,0x06,0x0a,0x00,0x10,0x06,0x61,0x60,0x00, +0x07,0x5a,0x12,0x70,0x9c,0x18,0x14,0x70,0xaa,0x00,0x23,0xef,0xd0,0x4c,0x1b,0x43, +0xfe,0x5f,0xf5,0x00,0x2c,0x67,0x01,0x6e,0x2b,0x00,0x95,0x32,0x22,0xf1,0x06,0xf4, +0x1c,0x61,0x1c,0xff,0xb0,0x00,0xcf,0xf7,0x34,0x39,0x10,0xff,0x64,0x71,0x10,0x70, +0x34,0x39,0xd0,0xd9,0xff,0xc0,0x05,0xff,0xfb,0x20,0x1b,0xff,0xfc,0x10,0xaf,0xfc, +0x15,0x06,0xa0,0x09,0xff,0x70,0x00,0x0b,0xfb,0x10,0x04,0xdf,0xa0,0x02,0x38,0x10, +0x01,0x44,0x77,0x00,0xac,0x49,0x12,0x30,0x7f,0x3c,0x00,0x21,0x38,0x02,0x0a,0x00, +0x00,0xe9,0x63,0x13,0x5f,0x87,0x19,0x0e,0x6f,0x36,0xa0,0x02,0xff,0xd7,0x77,0xaf, +0xf8,0x77,0x77,0x72,0x00,0xef,0x01,0x02,0x28,0x00,0x21,0x03,0xca,0xa2,0x1f,0x02, +0xbb,0x17,0x30,0x33,0x9f,0xf4,0xab,0x76,0x0e,0x05,0x2c,0x01,0xc5,0x76,0x42,0x38, +0xff,0xff,0x73,0xc9,0x76,0x15,0x0e,0xdc,0x00,0x42,0xcf,0xf8,0x4f,0xfb,0xb9,0x5c, +0x00,0x5c,0x58,0x11,0xc2,0x7c,0x01,0x10,0xfd,0x9d,0x25,0x10,0x92,0xc1,0x76,0x11, +0xa1,0xe2,0x1a,0x22,0xd4,0x0a,0x7c,0x01,0x52,0x3c,0xff,0xc0,0x01,0x82,0x37,0x00, +0x2a,0x38,0x20,0x68,0x01,0x02,0x0a,0x00,0x00,0xab,0x12,0x20,0x9f,0xf6,0xb0,0x12, +0x0e,0x6d,0x38,0x00,0xd0,0x02,0x62,0xba,0x30,0x6f,0xf2,0x02,0xc9,0x9c,0x4a,0x20, +0x6f,0xf2,0x93,0x0e,0x00,0x11,0x4e,0x20,0x6f,0xf2,0xa1,0x1d,0x00,0xb8,0x76,0x50, +0x6f,0xf3,0x1f,0xff,0x60,0xf0,0x00,0x41,0xf9,0x9f,0xf6,0xbf,0x84,0x79,0xf1,0x0c, +0x76,0xfb,0xdf,0xfd,0xff,0x59,0xff,0x90,0x0d,0xfc,0x00,0x55,0xff,0xff,0xa9,0x00, +0x7f,0x40,0x01,0xa1,0x00,0x0d,0xfa,0xdf,0xc0,0x00,0x03,0x3e,0x0a,0x42,0xf2,0x5f, +0xfb,0x00,0x86,0x01,0x12,0x60,0x5e,0x2c,0x30,0x07,0xef,0xf8,0xe3,0x02,0x31,0x92, +0x00,0x09,0x69,0x17,0x00,0x6f,0x02,0x31,0x09,0xff,0xb3,0x59,0x77,0x33,0xff,0x70, +0x00,0xbe,0x00,0x55,0x39,0x00,0x00,0x2d,0xc1,0xa9,0x03,0x71,0xf0,0x00,0x08,0xbb, +0xbb,0xbb,0xb9,0x15,0x64,0x11,0x0c,0x1c,0x28,0x00,0x0f,0x29,0x72,0x05,0x66,0x66, +0x8f,0xfd,0x10,0x8f,0x33,0x19,0x00,0xbf,0x6b,0x01,0x0a,0x00,0x00,0x6b,0x79,0x51, +0x15,0xff,0x43,0xdf,0x50,0x7c,0x35,0x10,0x06,0x38,0x44,0x01,0x5d,0x25,0x51,0x0a, +0xf9,0x03,0xff,0x9e,0x08,0x0f,0x52,0x0e,0xf6,0x07,0xfd,0x9f,0xf6,0x74,0xc4,0xfd, +0x2d,0xf8,0x35,0x55,0x9f,0xf6,0x55,0x50,0x07,0xff,0xff,0xc1,0x25,0x24,0x5f,0xff, +0xc1,0x25,0x24,0x06,0xff,0xdf,0x25,0x11,0x1e,0x34,0x41,0x01,0x3a,0x71,0x31,0xf8, +0xff,0xb0,0x0a,0x00,0x81,0x3d,0xff,0x70,0x5f,0x20,0x33,0x8f,0xf1,0x6f,0x3a,0x31, +0x02,0x00,0xff,0xc9,0x3a,0x10,0x50,0xbe,0x03,0x1d,0xeb,0xfb,0x08,0x04,0xed,0x21, +0x00,0x20,0x4c,0x23,0xfc,0x20,0x69,0x58,0x24,0x0b,0xfe,0x0b,0x7d,0x22,0x2f,0xf7, +0xe3,0x2e,0x00,0x81,0x65,0x41,0x2b,0xd0,0x00,0x1f,0xd8,0x75,0x31,0x70,0x1e,0xf9, +0x0a,0x00,0xe0,0x0b,0xfd,0x00,0x05,0xff,0x40,0x03,0xdf,0x77,0xfd,0x9f,0xfd,0xbd, +0xef,0x60,0x66,0x31,0x17,0xfb,0xcf,0x6d,0x02,0xe1,0x04,0xfd,0x09,0xf8,0x6d,0xa9, +0x76,0x43,0x1b,0xe5,0x08,0xfa,0x0d,0xf5,0x6f,0x0c,0x60,0x00,0x0c,0xfe,0x5f,0xf1, +0x0c,0x23,0x14,0x62,0x40,0x02,0xdf,0xff,0xd0,0x0e,0x11,0x09,0x30,0x1d,0xff,0xa0, +0x3a,0x41,0x20,0xff,0x50,0xd5,0x29,0x20,0x0e,0xf4,0xb4,0x59,0x00,0x65,0x0b,0x12, +0x1e,0x0a,0x00,0xe5,0xaf,0xf6,0xfc,0x0e,0xf5,0x22,0x22,0xef,0x50,0x0b,0xff,0x90, +0x52,0x0e,0xa2,0x1f,0x02,0x0a,0x00,0x22,0x02,0xa0,0x39,0x0d,0x09,0xe6,0x59,0x03, +0xf8,0x02,0x00,0x56,0x4f,0x05,0xab,0x22,0x01,0xf7,0x20,0x34,0xdf,0xff,0x50,0x64, +0x5f,0x13,0xe3,0x5a,0x41,0x00,0x72,0x27,0x03,0x4d,0x04,0x14,0x50,0xdc,0x26,0x14, +0xf5,0x8a,0x02,0x21,0x6f,0xf8,0x3a,0x15,0x1e,0xff,0xdf,0x25,0x01,0x48,0x1b,0x14, +0xf6,0x95,0x0c,0x02,0x32,0x00,0x0f,0x0a,0x00,0x0d,0x45,0x06,0x66,0x8f,0xf4,0x26, +0x3d,0x14,0xf1,0x9b,0x3e,0x1e,0xea,0x8e,0x01,0x06,0xa2,0x7a,0x15,0xcd,0x4b,0x63, +0x13,0x80,0x44,0x73,0x01,0xe9,0x0b,0x06,0x09,0x00,0x11,0xd3,0xe0,0x14,0x40,0x3c, +0xfc,0x6f,0xc0,0x85,0x11,0x51,0x31,0x0b,0xfc,0x38,0x64,0xf0,0x07,0x23,0x46,0x86, +0x34,0x5f,0x13,0x40,0x8a,0x04,0x13,0xe2,0x96,0x3d,0x10,0xf9,0xeb,0x3d,0x00,0xba, +0x42,0x54,0xa4,0x44,0x44,0x43,0x7f,0xb4,0x11,0x17,0x7f,0xf2,0x64,0x14,0x03,0x25, +0x01,0x0d,0x09,0x00,0x23,0x56,0x69,0x4f,0x00,0x14,0x7f,0x55,0x06,0x34,0x1f,0xfe, +0xb3,0x64,0x07,0x15,0xa5,0x7e,0x01,0x12,0xf9,0xf7,0x17,0x41,0x55,0x55,0x8f,0xf8, +0x01,0x2b,0x06,0x11,0x12,0x17,0x0c,0xca,0x03,0x25,0x0c,0xfe,0xfa,0x03,0x60,0xf6, +0x24,0x44,0x44,0x44,0x50,0xac,0x06,0x21,0xd0,0x6f,0xe6,0x2b,0x00,0x52,0x62,0x51, +0x5d,0xdd,0xdd,0xff,0xf6,0x85,0x06,0x00,0x9c,0x03,0x00,0x1d,0x24,0x01,0xf6,0x6f, +0x11,0xd3,0xfe,0x16,0xb2,0x04,0x44,0x44,0xff,0xa4,0x44,0x40,0x0e,0xa9,0xfd,0x0f, +0x83,0x66,0x31,0x02,0x08,0xfd,0x82,0x3a,0x21,0xee,0xe3,0x20,0x12,0x11,0x00,0x62, +0x50,0x09,0x0a,0x00,0x33,0x03,0x33,0xff,0x0a,0x00,0x12,0x0a,0x92,0x07,0x10,0x08, +0xb9,0x02,0x1b,0xe9,0x72,0x01,0x51,0x03,0x50,0x21,0x44,0x00,0x36,0x74,0x50,0xef, +0xf3,0xdf,0xfc,0x5f,0xe0,0x07,0x80,0x8f,0xe7,0x34,0xcf,0xed,0x49,0x9d,0xf9,0xf7, +0x00,0x41,0xf5,0xa3,0x48,0x3f,0xa7,0x25,0x70,0xe5,0x53,0xed,0xfd,0x25,0x5d,0xf7, +0x8d,0x00,0x60,0xf6,0xbf,0xfa,0x5f,0xff,0xf6,0xbb,0x71,0xc0,0x89,0xf9,0x8e,0x48, +0x8f,0xf5,0x00,0x08,0xdf,0xfc,0xcc,0xec,0x85,0x15,0x25,0x90,0x0b,0x5b,0x3b,0x22, +0x0b,0xf8,0x01,0x11,0x61,0x9f,0xb0,0x0b,0xf8,0x2f,0xff,0x4f,0x6a,0xb2,0xb0,0x05, +0x74,0x19,0x99,0x99,0xbf,0xff,0x90,0x47,0x50,0x8a,0x02,0x10,0xa2,0x29,0x06,0x00, +0xac,0x1c,0x00,0x60,0x48,0x17,0xd0,0x91,0x63,0x23,0x00,0x00,0x7d,0x23,0x09,0x0a, +0x00,0x13,0xaf,0x98,0x28,0x00,0x02,0x43,0x1d,0x70,0x3a,0x02,0x15,0xbd,0x3a,0x02, +0x10,0x50,0x35,0x1c,0x9e,0x55,0x55,0x55,0xff,0xc5,0x55,0x55,0x52,0x6f,0x36,0x21, +0x13,0xf0,0x86,0x54,0x05,0x09,0x00,0x30,0x25,0x5a,0xc8,0xac,0x00,0x40,0x05,0x52, +0x00,0x0c,0x9d,0x4b,0x30,0xde,0x10,0x00,0x09,0x00,0x40,0x38,0xef,0xff,0xd0,0xb6, +0x5f,0x20,0x8e,0xff,0x72,0x7c,0x00,0xe7,0x04,0x22,0xfe,0xa4,0x10,0x07,0x22,0xc8, +0x30,0x3b,0x2c,0x13,0xfb,0x2c,0x3d,0x12,0x0c,0x0e,0x2a,0x12,0xd2,0x09,0x00,0x00, +0x65,0x06,0x70,0x0b,0xff,0x75,0x55,0x55,0x56,0xef,0xf8,0x73,0x04,0x64,0x3a,0x10, +0x6c,0x35,0x1a,0x1a,0xd7,0x1b,0x21,0x14,0xfb,0x97,0x1d,0x01,0xeb,0x07,0x14,0x5f, +0xb7,0x0e,0x06,0x09,0x00,0x40,0xf5,0x33,0x47,0x43,0xce,0x17,0x21,0x5f,0xf1,0x81, +0x7f,0x70,0x0f,0xf8,0x28,0x80,0x00,0xbf,0xf2,0x40,0x5f,0x40,0x23,0x33,0x34,0xff, +0x0c,0x03,0x15,0x32,0x9c,0x22,0x06,0xa5,0x22,0x30,0x01,0xdf,0xf2,0xed,0x43,0x00, +0x63,0x01,0x12,0x80,0x92,0x80,0x71,0x2f,0xff,0xfc,0x63,0xef,0xe1,0x00,0xb4,0x7d, +0x04,0x23,0x03,0x12,0x6f,0x8f,0x29,0x20,0x01,0x5b,0xd0,0x1a,0xe0,0xe7,0x00,0x4a, +0xef,0xff,0xfe,0x60,0x07,0xef,0xff,0xe5,0x1e,0xff,0xfb,0x3c,0x4a,0x33,0xef,0xe3, +0x05,0xab,0x28,0x1a,0x30,0x4f,0x38,0x15,0x8e,0x95,0x29,0x02,0x79,0x6a,0x15,0x08, +0x40,0x63,0x07,0x0a,0x00,0x12,0xfd,0x7b,0x1b,0x42,0xff,0x70,0x08,0xfc,0xf9,0x7d, +0x00,0x0a,0x00,0x12,0x4f,0x5f,0x30,0x04,0x71,0x3b,0x09,0x61,0x2b,0x11,0x04,0xcb, +0x22,0x0f,0x08,0x07,0x04,0x11,0xd0,0xc7,0x1e,0x00,0xdc,0x2e,0x02,0x09,0x07,0x23, +0x0d,0xf8,0xcc,0x04,0x31,0x10,0x0d,0xf8,0x43,0x42,0x50,0x2f,0xfa,0x00,0x0d,0xf8, +0x3e,0x4e,0x80,0x28,0xff,0xf3,0x00,0x0d,0xfb,0x22,0x4f,0x2e,0x49,0x11,0x50,0x88, +0x23,0x44,0xd0,0x06,0xfe,0x81,0xff,0x43,0x0a,0x09,0x2b,0x15,0x20,0xf8,0x64,0x15, +0xf1,0x9c,0x09,0x13,0xf7,0x39,0x0a,0x03,0x91,0x10,0x08,0x0a,0x00,0x02,0x9f,0x00, +0x44,0xff,0x80,0x06,0xfe,0x05,0x49,0x03,0x65,0x17,0x33,0xf7,0xef,0x80,0xbd,0x01, +0x01,0x3e,0x00,0x32,0x14,0x44,0x6f,0x1e,0x14,0x32,0x00,0x88,0x40,0x3b,0x44,0x00, +0x61,0x0f,0x20,0x1f,0xf7,0xed,0x62,0x00,0x2d,0x5e,0x12,0x1f,0xd1,0x00,0x33,0x05, +0xff,0x50,0x0a,0x00,0x53,0x0a,0xff,0xc0,0x1f,0xf6,0xc8,0x05,0x13,0xf8,0x32,0x00, +0x52,0x8f,0xfa,0xff,0xcf,0xf5,0xee,0x00,0xc3,0xa0,0xbf,0xff,0xfa,0x76,0x55,0x66, +0x61,0x1e,0xff,0x20,0x09,0x27,0x57,0x51,0xf5,0x00,0x00,0x27,0xbe,0x76,0x07,0x0f, +0xc7,0x59,0x04,0x24,0x4b,0xe2,0xdb,0x44,0x20,0x5f,0xfa,0xdb,0x44,0x15,0x06,0x35, +0x2a,0x07,0x0a,0x00,0x10,0xfe,0xca,0x0a,0xf0,0x11,0x34,0x00,0xcf,0xa0,0x06,0xfe, +0x0a,0xff,0x50,0x04,0xff,0xa1,0xcf,0xa0,0x00,0x13,0xbf,0xf6,0x07,0x71,0x8f,0xfe, +0x51,0x10,0x00,0x8f,0xff,0x70,0x5f,0xfa,0x03,0xdf,0x18,0x42,0x70,0xd3,0x04,0xff, +0xff,0x80,0x1b,0xf6,0xec,0x02,0x61,0x6f,0xfb,0x6f,0xfb,0x20,0x30,0xcc,0x3e,0xf5, +0x02,0xa0,0x05,0xff,0xf7,0x10,0x00,0x00,0x28,0xff,0xfa,0x21,0x11,0x4e,0xff,0xf9, +0x20,0x0b,0x91,0x2d,0x13,0x08,0x51,0x6a,0x60,0x8f,0x70,0x00,0x50,0xaf,0xa0,0x8d, +0x05,0x00,0x09,0x15,0x02,0x0a,0x00,0x15,0x00,0x48,0x20,0x0b,0x0a,0x00,0x5d,0xb2, +0x22,0x22,0x28,0xff,0x7c,0x3b,0x11,0xa0,0x04,0x01,0x00,0xbe,0x63,0x65,0xf7,0x66, +0x66,0x66,0x30,0x07,0x62,0x02,0x22,0x07,0xfc,0x2b,0x27,0x51,0xdf,0x70,0x07,0xfa, +0x8f,0x99,0x0c,0xc6,0xcf,0x70,0x06,0x76,0xcf,0xa6,0x6f,0xf6,0x6b,0xfc,0x77,0x61, +0xfb,0x40,0x85,0x05,0x56,0xff,0x75,0x6f,0xd5,0x5c,0xfa,0x00,0x28,0x10,0xf5,0x51, +0x00,0x02,0xf9,0x63,0x10,0x40,0x4f,0x3b,0x00,0x09,0x00,0x00,0x93,0x02,0x12,0x07, +0x37,0x41,0x10,0x70,0x14,0x00,0x02,0xbb,0x02,0x03,0x1b,0x76,0x12,0xff,0x14,0x00, +0x01,0xfd,0x01,0x09,0x14,0x00,0x40,0x03,0x7b,0xff,0xa0,0x0d,0x04,0x00,0x13,0x00, +0x40,0xe9,0x20,0x01,0x6b,0x2c,0x0c,0x21,0xb9,0x62,0x8d,0x04,0x1a,0xb4,0x19,0x27, +0x02,0x05,0x52,0xb4,0x09,0xaa,0xaa,0xaa,0xef,0xfb,0xaa,0xaa,0xaa,0x40,0xdf,0x8c, +0x04,0xf1,0x16,0x0d,0xf8,0x55,0x69,0x85,0x55,0x55,0x55,0xef,0x60,0xdf,0x65,0x9d, +0xfe,0x26,0x88,0x88,0x8c,0xf6,0x07,0x8a,0xff,0xd9,0x51,0xcf,0xff,0xff,0x78,0x30, +0x00,0x7f,0xb2,0x22,0x01,0x22,0x5f,0xf0,0x74,0x00,0x00,0x9f,0x17,0x00,0x11,0x01, +0x60,0xd7,0x77,0x03,0x77,0x9f,0xf0,0x91,0x00,0x41,0xaa,0xaa,0xaa,0xab,0x13,0x00, +0x05,0x35,0x05,0x24,0x3e,0xfc,0xa0,0x09,0x03,0x37,0x03,0x30,0x04,0xcf,0xfe,0x7b, +0x08,0x20,0xde,0xfc,0xe5,0x58,0xe0,0x75,0x39,0x2b,0x90,0x9f,0xb0,0x08,0xc3,0xef, +0x4f,0xd6,0xf7,0xbf,0x4b,0x24,0x6f,0x60,0xe0,0xdf,0x1f,0xc3,0x82,0xef,0x89,0x1f, +0x50,0x0b,0xf2,0x97,0x7f,0xff,0x4c,0x76,0x6b,0x00,0x33,0x00,0x02,0xff,0xe8,0x86, +0x01,0x23,0x7b,0xc0,0xe0,0x06,0x20,0x55,0xff,0xe1,0x06,0x17,0x20,0x3c,0x67,0xf3, +0x06,0xf8,0x55,0xaa,0x75,0x59,0xa7,0x55,0xdf,0x70,0x0e,0xf8,0x66,0xff,0x96,0x6d, +0xfa,0x66,0xdf,0x70,0x04,0xaf,0xdd,0x00,0x80,0x20,0x00,0x13,0x33,0xef,0x63,0x3c, +0xf8,0x3f,0x0b,0x12,0x08,0x87,0x3f,0x10,0x40,0xfc,0x13,0x64,0x77,0x77,0x77,0x78, +0xff,0x50,0x09,0x26,0x01,0x0a,0x00,0x20,0xfb,0x44,0xa2,0x07,0x0f,0x14,0x00,0x0e, +0x61,0x03,0x49,0xff,0x74,0x9f,0xf8,0x1b,0x08,0xf0,0x04,0x2e,0xfe,0x00,0x7f,0xe1, +0xbf,0xf9,0x20,0x00,0x38,0xff,0xf4,0x00,0x7f,0xf0,0x09,0x6e,0xf0,0x4f,0x2a,0x85, +0x90,0x5f,0xfb,0xaa,0xcf,0xd0,0x0c,0xfc,0x60,0x00,0xcd,0x0a,0x2b,0xfd,0x40,0x7f, +0x2d,0x04,0xc2,0x23,0x0f,0x0a,0x00,0x08,0x0f,0xdb,0x2e,0x05,0x67,0x66,0x67,0xff, +0xb6,0x66,0x60,0x32,0x00,0x24,0x04,0xd7,0x0a,0x00,0x01,0x48,0x0e,0x02,0x6d,0x24, +0x24,0xef,0xf2,0x50,0x00,0x24,0x4f,0xfc,0x0a,0x00,0x00,0x1b,0x2c,0x02,0x0a,0x00, +0x2f,0x01,0xe5,0x82,0x00,0x0a,0x43,0x04,0x99,0x8a,0xff,0xe3,0x20,0x04,0xe6,0x45, +0x00,0x07,0x28,0x1e,0xa4,0xe1,0x03,0x01,0x6a,0x6f,0x06,0x0a,0x00,0x12,0x2f,0x9d, +0x33,0x03,0x0a,0x00,0x11,0xb0,0x0a,0x00,0x51,0x01,0x21,0x11,0xcf,0x9a,0xbe,0x00, +0x52,0x04,0xc0,0x00,0xff,0x6a,0xb3,0x42,0xd3,0xf8,0x03,0xff,0x33,0x55,0x55,0x9f, +0xf5,0x50,0x05,0xff,0x58,0xfe,0x46,0x00,0x51,0xaf,0xed,0xf9,0x02,0x98,0x0a,0x00, +0x40,0x1e,0xff,0xf4,0x05,0xd3,0x2e,0x00,0x07,0x14,0x40,0xf0,0x00,0xcf,0xb0,0x0a, +0x00,0x11,0x01,0x64,0x47,0x10,0x6f,0x14,0x46,0x00,0xc7,0x7c,0x30,0xf8,0x6f,0xe0, +0x7e,0x07,0xc1,0xff,0x50,0x08,0xb2,0x6f,0xe0,0x00,0x02,0xef,0xe1,0xcf,0xd0,0x46, +0x00,0x51,0x1e,0xff,0x50,0x4f,0x40,0x0a,0x00,0xc2,0x2e,0xf8,0x00,0x03,0x00,0x02, +0x66,0xbf,0xd0,0x00,0x02,0x80,0x1c,0x0e,0x04,0xb2,0x2a,0x1b,0xdf,0x46,0x3a,0x1a, +0x01,0xcd,0x00,0x22,0x1f,0xf1,0xc9,0x14,0x02,0x0a,0x00,0x42,0xcd,0xff,0xed,0xd3, +0x0a,0x00,0x11,0xef,0x09,0x0c,0x01,0x0a,0x00,0x80,0x20,0x0e,0xf5,0xbb,0xbb,0xcf, +0xfc,0xb0,0x14,0x00,0x12,0xf5,0x42,0x06,0xe6,0xef,0xcb,0xbf,0xf4,0x88,0x88,0x9f, +0xf9,0x80,0x00,0xef,0x30,0x0e,0xf3,0x32,0x00,0x21,0x5c,0x30,0x0a,0x00,0xf1,0x02, +0xb9,0x9f,0xf3,0x9f,0xb0,0x1f,0xf1,0x00,0x14,0xff,0x64,0x4f,0xf3,0x1f,0xf4,0x1f, +0xf1,0x1b,0x03,0xe0,0xf3,0x09,0xfb,0x1f,0xf1,0x00,0x4c,0xcc,0xdf,0xff,0xf3,0x03, +0xff,0x2f,0xf2,0x31,0x60,0xdf,0xae,0xf3,0x00,0x71,0x1f,0x06,0x32,0x13,0xfd,0x46, +0x00,0x33,0x03,0xdf,0xe2,0x0a,0x00,0xf0,0x01,0x6f,0xfd,0x20,0x0f,0xf3,0x00,0x32, +0x5f,0xf1,0x00,0x1d,0xb0,0x1e,0xff,0xf2,0x01,0xcd,0x09,0x8a,0x01,0x00,0x0b,0xfd, +0x70,0x00,0xcf,0xfb,0xcb,0x0a,0x00,0x0c,0x56,0x70,0xcb,0x50,0x00,0x00,0x0c,0xf4, +0x2f,0x1f,0x7b,0x31,0xa8,0x87,0x10,0x0a,0x00,0x10,0x9f,0x2a,0x03,0x00,0x0a,0x00, +0x50,0x1c,0xfe,0x62,0x07,0xfe,0x1e,0x00,0x30,0xf7,0xff,0xe4,0x20,0x0f,0x90,0x0c, +0xf5,0x3f,0xf7,0xfb,0x61,0x6f,0xff,0x80,0x5d,0x08,0x40,0xf0,0x34,0xfe,0x6e,0x7b, +0x6e,0x00,0x2d,0x13,0x32,0x8f,0xfe,0x60,0xa1,0x23,0xc0,0x7d,0xff,0xa1,0x3a,0x90, +0x00,0x12,0x22,0x5f,0xf1,0xdd,0x71,0x19,0x4e,0x13,0x8f,0xf9,0x00,0x63,0xff,0xf2, +0x6e,0xfe,0xcf,0xf5,0xf8,0x28,0xf1,0x00,0xf7,0x2f,0xf0,0x15,0xd2,0x11,0x6f,0xe1, +0x10,0x0a,0xf6,0x2f,0xf0,0x1f,0xfa,0x1c,0x58,0xf0,0x13,0xf4,0x2f,0xf0,0x07,0xff, +0x50,0x5f,0xe0,0x00,0x0e,0xf2,0x2f,0xf0,0x00,0xcf,0xd0,0x5f,0xe0,0x00,0x2f,0xe0, +0x2f,0xf0,0x00,0x4c,0x64,0x8f,0xe0,0x00,0x8f,0xa0,0x2f,0xf0,0x00,0x52,0x3d,0x30, +0x00,0x3c,0x30,0x0a,0x00,0x1a,0x8f,0x9a,0x01,0x41,0x15,0xf7,0x9f,0x51,0xbd,0x3e, +0x50,0xae,0x8f,0x79,0xf7,0xf8,0xe9,0x39,0x60,0x05,0xff,0xf7,0x9f,0xff,0x70,0x13, +0x00,0x50,0x0a,0xbf,0x79,0xfe,0x80,0x13,0x00,0x70,0x0b,0xbd,0xfd,0xef,0xdb,0xa0, +0x00,0xbe,0x8a,0x04,0x36,0x6a,0x62,0x03,0x6f,0xb3,0x3a,0xe7,0x6f,0xa6,0x57,0xf1, +0x01,0x20,0xef,0x40,0x44,0x44,0xff,0x83,0x00,0x09,0xd3,0x5f,0xd0,0x00,0x30,0x0e, +0xf6,0xa6,0x04,0xd0,0xf5,0xcf,0x50,0xef,0x60,0x06,0xdd,0xef,0xfe,0xdd,0x58,0xfc, +0x0e,0x5b,0x5d,0x00,0xe4,0x67,0x22,0xf2,0xef,0x37,0x14,0xb1,0x10,0xdf,0x6e,0xf6, +0x00,0x1e,0xee,0xff,0xee,0xe1,0x05,0x67,0x3d,0x22,0x1f,0xf1,0x03,0x43,0x40,0x02, +0x46,0xff,0xbd,0x10,0x73,0x02,0xe0,0x3a,0xb0,0xf0,0x23,0x4f,0xf5,0x00,0xef,0xfe, +0xca,0x86,0x42,0x07,0x14,0x6b,0x11,0x10,0x36,0x07,0x24,0xec,0x50,0xa8,0x49,0x10, +0x11,0x76,0x07,0x40,0x00,0x00,0x4f,0xc0,0x25,0x19,0xe3,0x04,0xff,0xb0,0x58,0x8f, +0xf9,0x89,0xff,0x98,0x70,0x00,0x5f,0xf8,0xbf,0x49,0x08,0xd1,0x06,0xc0,0x02,0x33, +0x3f,0xf5,0x33,0x32,0x10,0x02,0x22,0x21,0x06,0x10,0x06,0x00,0x58,0x7d,0xe0,0x06, +0xfd,0x44,0x44,0x4e,0xf5,0x00,0x0c,0xcf,0xf6,0x06,0xff,0xcc,0xcc,0x7a,0x07,0x80, +0x0b,0xf6,0x06,0xfe,0x99,0x99,0x9f,0xf5,0x80,0x1b,0x60,0x06,0xfe,0x66,0x66,0x6f, +0xf5,0x6a,0x05,0x12,0x66,0x32,0x00,0xe3,0x0a,0xfd,0x5b,0xff,0xb8,0x87,0x77,0x88, +0x9a,0xc3,0x0a,0xe1,0x00,0x4a,0x80,0x05,0x10,0x20,0x65,0x30,0x37,0x8f,0xf2,0x21, +0x50,0x3c,0x40,0x0d,0xdd,0xdf,0xfd,0x63,0x46,0x10,0xdd,0x32,0x5c,0x14,0xf5,0xb6, +0x03,0x33,0x2d,0xff,0x40,0x0a,0x00,0x34,0x01,0xdd,0x20,0xdc,0x11,0x30,0x11,0x00, +0xaf,0x83,0x8d,0x04,0x75,0x69,0x0f,0x0a,0x00,0x0e,0x20,0x01,0x10,0x0a,0x00,0x20, +0x04,0x10,0x0a,0x06,0x61,0x30,0x1f,0xf7,0x02,0xef,0x70,0x09,0x11,0x50,0x1f,0xf7, +0x00,0xdf,0xe0,0xd1,0x85,0x00,0x1e,0x00,0x21,0x6f,0xf7,0x44,0x88,0x21,0x1f,0xf7, +0xe9,0x49,0x20,0x8f,0xf3,0x0a,0x00,0x10,0x08,0xe9,0x74,0x10,0xe0,0x0a,0x00,0x10, +0x01,0x71,0x11,0x11,0x80,0x50,0x00,0x40,0xbf,0xf2,0x0e,0xff,0x50,0x00,0x00,0x9b, +0x0c,0x21,0x1a,0xf8,0x64,0x00,0x00,0x53,0x09,0x12,0x30,0x0a,0x00,0x28,0x0b,0x50, +0x82,0x00,0x45,0x05,0x66,0x8f,0xf7,0x98,0x12,0x14,0xf3,0x56,0x1b,0x1c,0xeb,0x75, +0x68,0x15,0x0c,0x89,0x0e,0x07,0x0a,0x00,0x01,0x16,0x0a,0x24,0x6f,0xf6,0x32,0x0b, +0x1a,0x0f,0x0a,0x00,0x10,0xfc,0x90,0x16,0x25,0x2f,0xf6,0x36,0x2a,0x09,0x0a,0x00, +0x82,0x0e,0xfb,0x33,0x33,0xff,0x93,0x33,0x31,0x31,0x2d,0x12,0xaf,0x73,0x2c,0x14, +0xf6,0xd0,0x45,0x15,0x5f,0xd5,0x3d,0x11,0xaf,0xc6,0x18,0x00,0x74,0x04,0x01,0x05, +0x00,0x31,0xbf,0xfb,0x10,0xec,0x89,0x00,0xe0,0x35,0x52,0xe6,0x00,0x3f,0xfe,0x00, +0x76,0x12,0x33,0xe1,0x3d,0xf4,0x42,0x0a,0x23,0x50,0x01,0x4b,0x0c,0x15,0x16,0x6e, +0x47,0x14,0xf0,0xf2,0x6b,0x10,0xff,0x05,0x67,0x03,0xf0,0x10,0x11,0x02,0xae,0x1b, +0x29,0x16,0xff,0x26,0x00,0x02,0xd5,0x06,0x16,0x00,0x8f,0x59,0x15,0x03,0x14,0x6f, +0x14,0x4f,0x23,0x07,0x24,0x06,0xfe,0xc6,0x0c,0xb1,0x8f,0xb0,0xcd,0xdd,0xdd,0xdc, +0x00,0xff,0x60,0x0c,0xf8,0xf6,0x2b,0xe0,0x0f,0xf5,0x00,0xff,0x50,0xef,0x40,0x05, +0xfe,0x01,0xff,0x40,0x5f,0xf1,0x55,0x60,0x70,0xe0,0x2f,0xf3,0x0d,0xfc,0x00,0xef, +0x2b,0x3e,0xf3,0x05,0xff,0x15,0xff,0x50,0x0e,0xfe,0xdd,0xdd,0xf3,0xbf,0xf0,0x08, +0xc0,0x00,0xde,0x30,0x00,0x0d,0xff,0xfb,0x33,0x05,0x28,0xaf,0xfb,0xaf,0x03,0x14, +0x3f,0x74,0x37,0x15,0x03,0xec,0x4b,0x20,0x3f,0xf3,0x4a,0x01,0x10,0x1a,0x13,0x00, +0x10,0x64,0xb7,0x08,0x28,0xcf,0xc0,0x26,0x00,0x71,0xdc,0xcc,0xcd,0xff,0xcc,0xcc, +0x90,0xf3,0x2c,0x27,0x5f,0xf0,0x6c,0x6e,0x15,0xfc,0xb5,0x00,0x41,0xd0,0x06,0xff, +0x22,0x72,0x63,0x11,0x22,0x0b,0x4b,0x01,0x26,0x00,0x33,0x0a,0xfa,0x0d,0xf9,0x08, +0x42,0xef,0x80,0xdf,0xff,0xdd,0x87,0xd1,0xf5,0x0d,0xf7,0x11,0x11,0x11,0xef,0x70, +0x07,0xff,0x10,0xdf,0x60,0x26,0x2b,0x23,0xef,0xc0,0x26,0x00,0x33,0x4f,0xf6,0x00, +0x26,0x00,0x23,0x2b,0x00,0x26,0x00,0x08,0xd8,0x09,0x05,0xf2,0x1b,0x07,0x0a,0x00, +0x14,0xe0,0x0d,0x07,0x0f,0x1e,0x00,0x02,0x70,0xe1,0x18,0xea,0x11,0x11,0xcc,0x81, +0x6d,0x29,0x40,0x07,0xfc,0x00,0x02,0xaa,0x12,0x40,0x7f,0xe7,0xee,0xfe,0xa9,0x1a, +0x43,0xa0,0x00,0x8f,0xe7,0x69,0x2c,0x00,0xe7,0x3c,0x20,0xef,0x60,0xd1,0x71,0x00, +0x7f,0x4c,0x21,0xef,0x50,0xb4,0x5e,0x30,0xbf,0xac,0xdd,0xd2,0x27,0x63,0xdd,0xd4, +0x00,0xdf,0x8e,0xff,0x07,0x67,0xe1,0xff,0x52,0x2a,0xff,0x32,0x28,0xfe,0x22,0x20, +0x06,0xff,0x10,0x3f,0xfb,0xae,0x5e,0x61,0x0d,0xfd,0x05,0xff,0xf3,0x00,0x74,0x45, +0x20,0xf6,0x0c,0xf0,0x45,0x00,0xef,0x2f,0x10,0xc0,0x0e,0x38,0x0b,0xfa,0x5e,0x04, +0xa0,0x0d,0x09,0x0a,0x00,0x12,0xf0,0x3a,0x0c,0x0f,0x1e,0x00,0x04,0x70,0xf1,0x11, +0xff,0x31,0x1e,0xf5,0x11,0x0a,0x00,0x60,0x22,0xff,0x42,0x2e,0xf5,0x22,0x19,0x15, +0x04,0x60,0x28,0x90,0x6f,0xf7,0xdd,0xff,0xdd,0xdf,0xfe,0xdd,0x20,0xe1,0x21,0x40, +0xff,0x20,0x0e,0xf4,0x46,0x17,0x14,0xcf,0x67,0x02,0x24,0xbf,0xaf,0x0a,0x00,0x00, +0x2a,0x6e,0x40,0x0c,0xf8,0x08,0xf9,0x03,0x0d,0x60,0x4f,0xe0,0x03,0xff,0xdf,0xf7, +0x2a,0x2b,0x30,0x6f,0xe0,0x25,0xf5,0x50,0xf0,0x0a,0x0f,0xfa,0x01,0xdf,0xff,0xff, +0x27,0xff,0xfb,0x70,0x4f,0xf3,0x01,0xff,0xff,0xc8,0x00,0x3d,0xff,0xa0,0x01,0x80, +0x00,0x77,0x30,0xbd,0x13,0x00,0x9c,0x47,0x0a,0x3b,0x72,0x00,0x0a,0x00,0x50,0x88, +0x88,0x88,0xbf,0xfa,0x60,0x59,0x06,0x70,0x4f,0x0f,0x0a,0x00,0x41,0x02,0x27,0x0e, +0x06,0x93,0x0b,0x07,0x9d,0x0b,0x25,0x55,0x55,0x9d,0x33,0x3b,0x00,0x09,0x84,0xd1, +0x4e,0x06,0x36,0x17,0x51,0x03,0x55,0x55,0x9f,0xf7,0x28,0x00,0x15,0x0a,0x1d,0x0e, +0x10,0x09,0xfe,0x10,0x00,0x7f,0x03,0x01,0xae,0x2a,0x15,0x50,0xfe,0x0f,0x05,0x5d, +0x0f,0x12,0xfc,0x49,0x2d,0x04,0x14,0x13,0x00,0x65,0x09,0x24,0x7f,0xec,0x0a,0x00, +0x24,0xef,0x70,0xa7,0x60,0x14,0xff,0x9c,0x2e,0x24,0x1f,0xf8,0x0a,0x00,0x22,0xbf, +0xf1,0x0a,0x00,0x00,0x6b,0x6b,0x03,0x0a,0x00,0xd3,0x3f,0xfb,0x04,0x44,0x44,0x4e, +0xfb,0x44,0x44,0x41,0x09,0xd1,0x0f,0x06,0x78,0x25,0x00,0x10,0x0a,0x00,0x82,0x00, +0x04,0x80,0x00,0x00,0x0a,0x72,0x00,0x5e,0x8e,0x01,0x04,0x85,0x85,0x33,0x3c,0xfe, +0x33,0x33,0xef,0xd3,0x33,0xb3,0x3a,0x15,0xf0,0x2a,0x07,0x00,0xac,0x4f,0x20,0x2c, +0xfd,0x5e,0x03,0x07,0x24,0x20,0x21,0xdd,0xdd,0xd6,0x3d,0x00,0x93,0x16,0x30,0x3e, +0xfd,0x33,0xb5,0x0d,0x14,0xef,0x98,0x03,0x17,0x0e,0xc7,0x4f,0x14,0xcf,0x57,0x01, +0x03,0x57,0x5b,0x00,0x7d,0x6f,0x02,0xf8,0x12,0xa0,0x03,0xdf,0xfd,0x13,0x33,0x8f, +0xf4,0x33,0x31,0x03,0x8e,0x16,0x01,0xa9,0x49,0x43,0x08,0xfa,0xdf,0xff,0xb3,0x5e, +0x15,0x0c,0xf0,0x12,0x13,0x12,0xd9,0x42,0x14,0x4f,0xab,0x04,0x06,0xd0,0x75,0x13, +0x15,0xdf,0x28,0x05,0xc4,0x35,0x10,0x80,0x84,0x1c,0x01,0xc3,0x61,0x04,0x11,0x3b, +0x00,0x13,0x00,0x23,0xff,0x43,0x7d,0x33,0x14,0x5f,0x39,0x00,0x16,0x05,0xc8,0x4f, +0x10,0xf3,0x5d,0x00,0x22,0xde,0x80,0x34,0x41,0x17,0x00,0x4a,0x3b,0x14,0x26,0x13, +0x00,0x15,0x06,0xb0,0x17,0xb5,0xaf,0xe0,0x03,0xff,0x93,0x32,0x22,0x22,0x23,0x7f, +0xfb,0xcc,0x30,0x32,0x30,0x00,0x3b,0xaa,0x00,0x22,0x50,0x00,0xac,0x00,0x01,0x16, +0x07,0x11,0x64,0x50,0x0f,0x01,0x5e,0x1a,0x31,0xc7,0x30,0x28,0xf1,0x18,0x10,0x49, +0x99,0x21,0x10,0xd4,0x71,0x0f,0x20,0x7a,0xff,0x51,0x3c,0x00,0xf3,0x18,0xf5,0x0b, +0xff,0xfc,0x68,0xef,0xff,0xc4,0x00,0x06,0xff,0xb8,0xcf,0xf0,0x00,0x5c,0xfc,0x10, +0x03,0x46,0x44,0x4f,0xfb,0x44,0x44,0x47,0x44,0x30,0xae,0x25,0x10,0x0b,0x99,0x76, +0x00,0xb6,0x53,0x72,0xb0,0x00,0x04,0xff,0xc0,0x5c,0xa0,0xb7,0x05,0x65,0xf5,0x39, +0xfe,0x33,0x33,0x31,0x55,0x50,0xe1,0x50,0x1b,0xff,0xff,0xfd,0xde,0xff,0xdd,0xdf, +0xf5,0x01,0xdf,0xcc,0xfb,0xc5,0x93,0x70,0x50,0x02,0x70,0xaf,0xb0,0x07,0xfd,0x73, +0x24,0x00,0xd0,0x0d,0x30,0x7f,0xd1,0x34,0x75,0x02,0x00,0x13,0x00,0x01,0x94,0x93, +0x72,0x09,0xea,0x00,0x7f,0xd0,0x9c,0xa5,0x19,0x07,0x12,0xfd,0x7b,0x53,0x60,0xe0, +0xdf,0x33,0xff,0x0d,0xf4,0x1f,0x07,0xf6,0x02,0x0d,0xf3,0x3f,0xf0,0xdf,0x40,0x00, +0xac,0xcf,0xfc,0xff,0xdd,0xff,0xcf,0xfd,0xcb,0x0d,0x18,0x14,0x21,0x9f,0xc0,0x26, +0x00,0x10,0x31,0xa4,0x7c,0x80,0xfb,0xbf,0xf0,0xdf,0xac,0xe2,0x6f,0xf9,0x3b,0x05, +0x50,0x09,0xff,0xfd,0x00,0x96,0x6f,0x26,0x54,0x20,0x14,0x65,0x10,0x9f,0x0b,0x02, +0x10,0x09,0x8b,0x5b,0x00,0xe6,0x30,0xc1,0xc0,0x9f,0x90,0x00,0x01,0x77,0x00,0x00, +0x08,0xfc,0x09,0xfe,0x63,0x08,0x52,0xdd,0xef,0xc0,0x24,0xcf,0xe3,0x00,0x40,0x43, +0x00,0x0a,0xfa,0xdf,0x05,0x20,0x7f,0xd0,0x76,0x0f,0x60,0x03,0xff,0x10,0x07,0xfd, +0x00,0x13,0x00,0x43,0x3f,0xf1,0x21,0x9f,0x13,0x00,0x01,0x4c,0x1c,0x60,0x08,0xc7, +0x00,0x3f,0xf1,0x6d,0x87,0x91,0x01,0xcd,0x22,0x02,0x03,0x90,0xf4,0x0b,0x90,0x02, +0xff,0x40,0x05,0x94,0x00,0x00,0x8f,0xf4,0x02,0xff,0x40,0x1e,0xfd,0x10,0x01,0x2e, +0xf8,0x13,0xff,0x61,0x6f,0xf4,0x11,0x5f,0x84,0x00,0x06,0x09,0x00,0x13,0xe0,0x51, +0x42,0x03,0xb4,0x28,0x50,0x79,0xfc,0x4b,0xb2,0xff,0xc2,0x50,0x21,0x76,0xb9,0x80, +0x36,0x01,0x8b,0x14,0x13,0x02,0x2f,0x0f,0x00,0x3d,0x73,0x41,0xff,0xd9,0x99,0x40, +0xa9,0x52,0x65,0xef,0x92,0x22,0x22,0x10,0x00,0xc9,0x3a,0x20,0xff,0xfe,0xcc,0x03, +0x00,0x09,0x00,0x10,0x50,0x61,0x02,0x14,0xcf,0x09,0x00,0x12,0xdf,0x09,0x00,0x10, +0x84,0x63,0x02,0x10,0xdd,0x12,0x00,0x32,0xef,0xfb,0x10,0x85,0x02,0x22,0x01,0x00, +0x36,0x94,0x02,0x61,0x04,0x02,0xb7,0x78,0x11,0xfc,0x09,0x00,0xd0,0xbb,0xbb,0xbe, +0xfc,0x11,0x8f,0x81,0x15,0xfd,0x35,0x55,0x58,0xfc,0x3c,0x08,0x42,0xfd,0xaf,0xff, +0xf8,0x09,0x00,0xc2,0x12,0x22,0x28,0xfc,0xfc,0x7f,0x79,0xf6,0xfd,0x8c,0xcc,0xc8, +0x09,0x00,0x30,0x8b,0xbb,0xb8,0x09,0x00,0x60,0xf1,0xac,0xbb,0xbb,0xbc,0xc4,0x09, +0x00,0x10,0xdf,0x54,0x03,0x01,0x09,0x00,0x47,0x51,0x11,0x1e,0xf4,0x12,0x00,0xf0, +0x04,0xdf,0xf0,0xdf,0xb9,0x99,0x9f,0xf4,0xfc,0x7f,0xbf,0xa0,0xdf,0x97,0x77,0x7f, +0xf4,0x54,0x7f,0x71,0xe1,0x06,0x00,0x7d,0x0e,0x10,0x70,0x1a,0x1f,0x11,0x2e,0x09, +0x00,0x00,0x10,0x1f,0x02,0x09,0x00,0x05,0x1b,0x00,0x11,0x40,0x2f,0x68,0x12,0x80, +0xf5,0x5f,0x31,0x00,0x05,0xf8,0xe4,0x54,0x21,0xaa,0xa2,0x13,0x00,0x00,0x6f,0x02, +0xf1,0x09,0x47,0x7a,0xfc,0x77,0x00,0x00,0x5f,0xe3,0x33,0x30,0xef,0xff,0xff,0xf1, +0xbc,0xcd,0xff,0xcc,0xc3,0x0e,0xeb,0xfc,0xdf,0x1e,0xd4,0x03,0xf3,0x02,0xec,0x5f, +0x89,0xf1,0xef,0x52,0x22,0x2e,0xf4,0x0e,0xc5,0xf8,0x9f,0x1e,0xfa,0x88,0x88,0x13, +0x00,0x00,0x5e,0x00,0x01,0x13,0x00,0x10,0xf3,0x45,0x45,0x01,0x13,0x00,0x32,0xba, +0xaa,0xaf,0x13,0x00,0x03,0x39,0x00,0x40,0xcd,0xf0,0xef,0x30,0xe6,0x44,0x41,0xc5, +0xfb,0xfd,0x0e,0x13,0x00,0x90,0x87,0x5f,0x84,0x00,0xdf,0xfe,0xee,0xff,0xe4,0x85, +0x00,0xf1,0x04,0x02,0xdc,0x40,0x1c,0xa0,0x00,0x00,0x5f,0x80,0x06,0xef,0xfa,0x02, +0xef,0xd2,0x00,0x05,0xf8,0x08,0x02,0x20,0x50,0xe2,0x00,0x5f,0x80,0x0c,0x18,0x52, +0x18,0xc5,0xf0,0x06,0x15,0xa0,0x09,0x00,0x02,0x65,0x08,0x00,0x09,0x00,0x01,0xfb, +0x08,0x32,0x22,0x7f,0xb2,0xb5,0x0a,0x04,0xb3,0x8e,0x11,0xf2,0x09,0x00,0xc2,0xfb, +0xbb,0xbf,0xf2,0xfc,0x5f,0xa9,0xf1,0x2f,0xd0,0x00,0x0e,0x09,0x00,0x00,0x1b,0x00, +0x00,0x09,0x00,0x50,0x1c,0xcc,0xcc,0xcc,0xc1,0x09,0x00,0x01,0x36,0x00,0x41,0xfc, +0x5f,0xa9,0xf5,0x3b,0x0c,0x01,0x09,0x00,0xf1,0x02,0xdd,0xff,0xcd,0xfd,0xfc,0x5f, +0xcd,0xf4,0xff,0x11,0xfc,0x05,0xfd,0xfc,0x5f,0xbf,0xd4,0x1b,0x00,0x91,0x87,0x5f, +0xa4,0x03,0xff,0xdd,0xff,0xde,0xfd,0x7e,0x00,0x00,0x1b,0x00,0x01,0x09,0x00,0x00, +0x2d,0x00,0x04,0x90,0x00,0x02,0x09,0x00,0x11,0x20,0x62,0x01,0x00,0xa4,0x3f,0x00, +0x3f,0x0c,0x07,0x84,0x17,0x00,0xcc,0x22,0x00,0x60,0x02,0x96,0xd0,0x00,0x02,0x26, +0xa9,0x22,0x22,0xaa,0x62,0x82,0x58,0x00,0xe8,0x4b,0x01,0xce,0x29,0x29,0x8f,0xe0, +0x14,0x00,0x01,0xc8,0x17,0x20,0xaf,0xe0,0x22,0x55,0x04,0xe1,0x57,0x13,0x07,0x77, +0x1e,0x61,0x00,0x0c,0xcc,0xcc,0xff,0xfc,0xe0,0x86,0x06,0xb2,0x16,0x00,0x13,0x55, +0xf5,0x02,0x12,0x21,0x1e,0xfd,0x30,0x00,0x01,0x9f,0xff,0x93,0x6f,0xf4,0x37,0xff, +0xf7,0x10,0x3f,0xe7,0x06,0xe0,0x0a,0xf8,0xdf,0xdb,0xcf,0xfb,0xbc,0xff,0x8e,0x80, +0x01,0x10,0xcf,0x70,0x8c,0x22,0x00,0x47,0x1c,0x00,0x0a,0x00,0x24,0xae,0xfe,0x0a, +0x00,0x10,0x7f,0x52,0x97,0x02,0x50,0x0a,0x00,0x7d,0x24,0x06,0x9f,0x18,0x04,0xba, +0x76,0x40,0x00,0x00,0x04,0x98,0x98,0x43,0x21,0x8b,0x70,0x9e,0x3a,0x21,0x3f,0xf3, +0x4d,0x35,0x52,0x01,0xff,0x70,0x3f,0xf3,0xf0,0x79,0x62,0xbf,0xc0,0x3f,0xf3,0x0c, +0xfb,0x39,0x5f,0x42,0x3f,0xf3,0x09,0xe3,0x54,0x15,0x2f,0x7f,0xf7,0xd2,0x19,0x05, +0x00,0x98,0x15,0x24,0x5f,0xf5,0x61,0x05,0x15,0x3f,0x0a,0x1e,0x0f,0x0a,0x00,0x1f, +0x06,0xcb,0x0f,0x35,0x07,0xed,0x00,0x89,0x07,0x18,0x40,0xb1,0x3f,0x18,0xf0,0x0a, +0x00,0x00,0xbc,0x39,0x01,0x1f,0x94,0x21,0xdf,0x70,0xcd,0x04,0x10,0x90,0xcd,0x62, +0x03,0x4a,0x07,0x00,0xc6,0x3c,0x50,0x45,0x00,0x4e,0xfe,0x30,0x3e,0x04,0x61,0x04, +0xff,0xd9,0xff,0xb1,0x00,0xd1,0x01,0x12,0x3b,0xee,0x25,0xa3,0xff,0x6d,0xdd,0xdd, +0xff,0xff,0xed,0xde,0x70,0x00,0x52,0x65,0x00,0x3a,0x21,0x00,0x6f,0x59,0x20,0xe2, +0x29,0x1b,0x3f,0x10,0x10,0x1f,0x0a,0x22,0x1f,0xf7,0x82,0x05,0x40,0x7f,0xe0,0x2b, +0xc0,0x2f,0x45,0x02,0xa0,0x33,0x00,0x2e,0x0c,0x21,0x02,0x22,0x54,0x63,0x42,0x7f, +0xf0,0x00,0x0c,0x98,0x10,0x10,0x06,0x13,0x75,0x1f,0xda,0x53,0x79,0x09,0x21,0x07, +0xdd,0x07,0x00,0x61,0x23,0x33,0x33,0x39,0xff,0x63,0xb4,0x00,0x0f,0xd2,0x00,0x01, +0x61,0x80,0x02,0x88,0x00,0x03,0x88,0x1d,0x7c,0x22,0x05,0xfe,0x2f,0x0a,0x24,0xdf, +0x9f,0xb4,0x07,0x40,0xdf,0x9c,0xcd,0xff,0x99,0x26,0x51,0xa0,0x00,0xdf,0x70,0x05, +0x18,0x48,0x00,0xdc,0x00,0x13,0x05,0x7e,0x1a,0x32,0xff,0x60,0x03,0x0c,0x63,0x31, +0x00,0xff,0x49,0xe4,0x62,0x53,0x92,0x00,0x02,0xff,0x3e,0x83,0x40,0x90,0x05,0xff, +0x02,0x6f,0xf9,0x33,0x38,0xff,0xb0,0xbd,0x19,0x30,0x07,0xff,0xb4,0xcf,0x0c,0x20, +0x0d,0xfa,0x65,0x02,0x01,0xfc,0x6c,0x22,0xf5,0x8c,0x7a,0x0f,0x80,0xa1,0x4e,0xe0, +0x5f,0xff,0xd9,0x41,0x5a,0x28,0x05,0x30,0x30,0x04,0x20,0x92,0x0d,0x1c,0x46,0x35, +0x75,0x05,0xf9,0x19,0x02,0xc3,0x51,0x16,0x01,0xda,0x1b,0x13,0xff,0x77,0x02,0x90, +0xe1,0x01,0xff,0x12,0x07,0xc3,0x20,0x06,0xa4,0x1e,0x00,0x60,0xaf,0x29,0xf4,0xde, +0x1b,0xf7,0x0a,0x00,0x60,0x4f,0xa9,0xf9,0xf9,0x0e,0xf4,0x0a,0x00,0x60,0x0b,0x89, +0xfc,0xd0,0x3f,0xff,0x03,0x11,0x60,0x5a,0xad,0xfb,0xaa,0xaf,0xfe,0x55,0x8e,0x11, +0x7f,0x77,0x0b,0xf0,0x1d,0xcf,0x40,0x02,0xff,0x7f,0x42,0x21,0xaf,0xff,0xf1,0xff, +0x10,0x03,0xfe,0x7f,0x4f,0xfb,0x9f,0xca,0xf9,0xfd,0x00,0x04,0xfd,0x7f,0x4f,0x7b, +0x9f,0x11,0xff,0xf7,0x00,0x06,0xfc,0x7f,0x4e,0x2b,0x9f,0x10,0xbf,0xf1,0x00,0x08, +0xf9,0x1e,0x00,0xf0,0x07,0x10,0xaf,0xd0,0x00,0x0b,0xf6,0x7f,0x4f,0x75,0x9f,0x13, +0xff,0xf7,0x00,0x0f,0xf3,0x7f,0x42,0x00,0xaf,0x3e,0xf9,0xb1,0x10,0xfb,0x03,0x7f, +0x30,0x3b,0xff,0xef,0x90,0x9f,0xf3,0x08,0x90,0x7f,0x30,0x1e,0xd8,0xe9,0x00,0x0a, +0xa0,0xad,0x17,0x08,0xc6,0x45,0x20,0x58,0xcd,0x83,0x09,0x60,0xf1,0x69,0xbd,0xff, +0xff,0xff,0x8e,0x03,0xd1,0x80,0xcf,0xff,0xff,0xfc,0x73,0x00,0x01,0x15,0xff,0x10, +0x59,0x64,0x86,0x1c,0x23,0x0b,0xfa,0x30,0x2c,0x00,0xca,0x0d,0x21,0x13,0x30,0x0a, +0x00,0xa0,0xaf,0xc1,0x10,0x5f,0xe0,0x0f,0xfb,0x99,0x90,0x03,0x63,0x19,0x00,0xb7, +0x32,0x30,0xf0,0x0b,0xff,0x92,0x55,0x40,0x0f,0xf9,0x66,0x60,0x5e,0x1d,0x21,0x5f, +0xe0,0xea,0x2b,0x32,0xb5,0x1f,0xf2,0x0a,0x00,0x42,0x06,0xfb,0x5f,0xe0,0x0a,0x00, +0xf2,0x00,0x00,0xff,0xcf,0xa0,0x5f,0xe3,0x3f,0xf7,0x33,0x31,0x00,0x8f,0xff,0x50, +0x5f,0x82,0x09,0x40,0x0e,0xff,0x30,0x3b,0xed,0x24,0x34,0xb3,0x00,0x2f,0xbc,0x53, +0x00,0x33,0x33,0xa2,0xfa,0x75,0x44,0x34,0x44,0x43,0x0b,0xff,0x95,0xdf,0x78,0x16, +0x61,0x09,0xfb,0x00,0x04,0x8a,0xcd,0x30,0x02,0x0a,0x2d,0x0f,0x31,0x09,0xfa,0x00, +0xb0,0x04,0x60,0xf5,0x22,0x2a,0xfb,0x22,0x22,0x0a,0x00,0x12,0xd0,0x27,0x0a,0x00, +0xd9,0x23,0x41,0xaa,0xad,0xfd,0xaa,0x19,0x65,0xb3,0x18,0x88,0x8c,0xfd,0x88,0xff, +0x81,0x00,0x0d,0xf8,0x1f,0xeb,0x6f,0x00,0xbd,0x03,0x92,0x2a,0xfb,0x23,0xff,0x20, +0x00,0xdf,0xff,0xf3,0x32,0x00,0x41,0x04,0xdd,0xef,0xf1,0xb5,0x60,0x10,0x00,0x1d, +0x4d,0xa2,0x44,0x4b,0xfc,0x44,0x44,0x10,0x07,0xd3,0x9f,0xa3,0x5a,0x09,0x90,0x07, +0xfa,0xdf,0x61,0x44,0x4b,0xfb,0x44,0x44,0xb7,0x35,0x11,0x1c,0x28,0x00,0x54,0xa0, +0x00,0x7f,0xfc,0x0f,0x1b,0x64,0x70,0xfe,0x21,0x11,0x1a,0xfa,0x11,0x11,0xc4,0x22, +0x52,0xe5,0x00,0x05,0x85,0x00,0xa1,0x06,0x93,0xd8,0x43,0x21,0x11,0x22,0x21,0x2f, +0xff,0x26,0xed,0x0a,0x61,0x09,0xf4,0x00,0x05,0x9c,0xef,0x32,0x00,0x16,0x20,0xee, +0x03,0x05,0xef,0x0e,0x05,0x0a,0x00,0xa2,0x01,0x33,0x3a,0xfe,0x33,0x33,0x9f,0xf3, +0x33,0x10,0xf4,0x89,0x00,0xc4,0x84,0x0f,0x0a,0x00,0x0b,0x10,0x0d,0x0a,0x1c,0x00, +0xcc,0x08,0x18,0xd1,0x7c,0x15,0x83,0x6e,0xfd,0x66,0x66,0xbf,0xf6,0x66,0x60,0x98, +0x7a,0x14,0xf0,0xc6,0x55,0x24,0x7f,0xf0,0xac,0x0b,0x22,0x7f,0xf0,0x11,0x9b,0x03, +0x0a,0x00,0x00,0x48,0x92,0x01,0x0a,0x00,0x11,0x04,0x91,0x19,0x10,0x7f,0x28,0x8d, +0x01,0x79,0x22,0x01,0x1e,0x00,0x24,0xa7,0x00,0x0a,0x00,0x0f,0x01,0x00,0x04,0x43, +0x2f,0xf6,0x1c,0x80,0xd6,0x10,0x33,0x67,0xff,0xa0,0x23,0x1c,0x60,0x07,0xff,0x20, +0x55,0x55,0x55,0xa3,0x5e,0x35,0x5d,0x95,0x0e,0xf7,0x05,0x17,0xef,0x46,0x1e,0x01, +0x47,0x55,0x04,0xeb,0x14,0x13,0xb0,0xf8,0x08,0x14,0x6b,0xa7,0x95,0x11,0xf6,0x79, +0x04,0x51,0x55,0x6f,0xf7,0x55,0x27,0x7f,0x03,0x00,0x68,0x49,0x02,0x87,0x23,0x20, +0x2f,0xf3,0xc5,0x05,0x02,0x13,0x00,0x00,0xdb,0x5e,0x10,0x95,0x40,0x1f,0xf0,0x01, +0x47,0xa0,0x9f,0xf1,0x0b,0xf6,0x03,0x69,0xff,0xff,0xff,0x03,0xff,0x80,0xdf,0x5c, +0xde,0x08,0x91,0x90,0x0c,0xff,0xaf,0xf1,0x8f,0xfd,0xa6,0x30,0xf3,0x53,0x22,0x02, +0x41,0xed,0x28,0x05,0x6c,0x64,0x33,0xff,0x60,0xcf,0x6f,0x72,0x13,0x0c,0xe8,0x0d, +0x62,0x60,0x23,0x33,0x33,0x7f,0xf0,0x40,0x1d,0x11,0x04,0x11,0x00,0x40,0x5e,0xee, +0xee,0xef,0x11,0x00,0x14,0x08,0x22,0x00,0x50,0xaf,0xd5,0x55,0x55,0x50,0x33,0x00, +0x13,0xfa,0x44,0x00,0x22,0xff,0x92,0x67,0x73,0x12,0x2f,0x8b,0x0b,0x24,0xff,0x65, +0x64,0x73,0x03,0x3d,0x82,0x01,0x75,0x24,0x04,0x55,0x00,0x00,0x91,0x7b,0x03,0xfd, +0x26,0x00,0x11,0x00,0x40,0x07,0x66,0x9f,0xf8,0x11,0x00,0x00,0x9b,0x0c,0x00,0x44, +0x00,0x00,0xa1,0x7c,0x18,0x50,0x80,0x3a,0x10,0x07,0x4c,0x00,0x10,0x7f,0x8c,0x08, +0x00,0x05,0x00,0x11,0x27,0x3d,0x03,0xf4,0x04,0x11,0x11,0x5f,0xf2,0x01,0x11,0x13, +0xff,0x40,0x04,0x44,0x47,0xff,0x20,0x44,0x44,0x5f,0xf4,0x00,0xd6,0x3d,0xb1,0x40, +0x0f,0xfd,0xcc,0xcc,0x23,0xff,0xdc,0xcc,0xc4,0x01,0x2a,0x90,0x02,0xdc,0x01,0x80, +0xee,0xee,0x65,0xff,0xfe,0xee,0xe8,0x04,0x53,0x03,0x10,0x7f,0x7d,0x0c,0xf0,0x1d, +0x07,0x51,0x11,0xff,0x40,0x84,0x11,0x1d,0xf8,0x02,0xff,0xe6,0x2f,0xf4,0x3f,0xfc, +0x50,0xdf,0x70,0x19,0xff,0xf4,0xff,0x32,0x9f,0xff,0x1e,0xf6,0x00,0x01,0xaf,0xef, +0xf1,0x00,0x1b,0xef,0xff,0x50,0x49,0xef,0xff,0xff,0x04,0x9e,0x37,0x09,0xf1,0x02, +0xff,0xfa,0xaf,0xe0,0xcf,0xff,0x95,0xff,0x30,0x9d,0x72,0x1c,0xfb,0x06,0xd7,0x10, +0x6f,0x0c,0x15,0x41,0x70,0x00,0x5d,0xdf,0x86,0x70,0x00,0x6d,0x27,0x04,0x18,0x78, +0x14,0x02,0x1e,0x9b,0x22,0x2d,0x92,0xc2,0x0e,0x52,0xf6,0x00,0xaf,0xd0,0x04,0x0a, +0x00,0xc2,0x03,0xff,0x30,0x9f,0x90,0x00,0x02,0x22,0x2c,0xf6,0x0d,0xf8,0x31,0x22, +0x50,0x0c,0xf7,0xcf,0xfc,0xde,0x5b,0x29,0x40,0x55,0x5d,0xf6,0xcf,0x26,0x38,0xf2, +0x00,0xd0,0x0b,0xff,0xff,0xf6,0x58,0x64,0xdc,0x30,0x1d,0x40,0x0c,0xfe,0xee,0xe6, +0xb5,0x21,0x23,0x0e,0xf3,0xbc,0x0d,0x30,0x30,0x0f,0xf2,0x7e,0x17,0xe0,0xff,0xed, +0xff,0x30,0x1f,0xfc,0xcc,0xc8,0xaf,0x50,0xef,0x40,0xef,0x30,0xfe,0x2f,0xa2,0xaf, +0x72,0xef,0x62,0xef,0x30,0x26,0x66,0x6e,0xf8,0x28,0x00,0x00,0x78,0x5e,0x62,0x7b, +0xbb,0xff,0xdb,0xcc,0x20,0xcb,0x04,0x33,0xef,0x46,0xe9,0x4d,0x30,0xf3,0x03,0xef, +0x46,0xff,0x30,0x00,0x11,0x8f,0xf2,0x45,0x56,0xff,0xcb,0xff,0xa0,0x00,0xdf,0xff, +0xc4,0x1b,0x04,0x97,0x9f,0xfc,0x22,0xff,0xec,0xb9,0x86,0x5e,0xa2,0x90,0x43,0x00, +0x68,0x33,0x30,0xfb,0x8f,0xff,0x2b,0x53,0xf0,0x01,0xe4,0xfd,0xaf,0xb8,0xfa,0xcf, +0x60,0x11,0x15,0xfe,0x4f,0xa5,0xfb,0x8f,0x59,0xf6,0xa6,0x6d,0xf2,0x03,0xff,0xff, +0xb8,0xff,0xff,0x60,0x7c,0xcd,0xfe,0x15,0x55,0x53,0x25,0x55,0x52,0x0a,0xff,0xff, +0x4c,0x40,0x91,0x30,0xaf,0x84,0x44,0x0e,0xfc,0xcf,0xfd,0xcf,0x4e,0x6f,0x92,0xef, +0x31,0xff,0x41,0xef,0x30,0xbf,0x41,0x11,0xb8,0x31,0x10,0x0c,0x26,0x00,0xe0,0xa9, +0xff,0xa9,0xff,0x30,0xcf,0xff,0xfd,0x0e,0xf7,0x6f,0xf8,0x6f,0xf3,0xcb,0x37,0x12, +0xef,0xb8,0x00,0x60,0x06,0xfb,0x03,0x33,0x3f,0xf6,0xff,0x19,0x30,0x7f,0xac,0xee, +0x97,0x5c,0x42,0xe3,0x00,0x09,0xf8,0x0e,0x05,0x20,0x34,0x55,0xa5,0x09,0x10,0xff, +0xca,0x6b,0x00,0x3e,0x0d,0x01,0x5c,0x40,0x01,0x8f,0x1e,0x17,0xff,0x53,0x17,0x31, +0xa7,0x10,0x0c,0x73,0x28,0x00,0xc6,0x8e,0x02,0x0a,0x00,0xe0,0x01,0xbf,0xf7,0x00, +0x02,0x3e,0xf7,0x37,0xff,0x32,0x5e,0xff,0x80,0x00,0xe4,0x29,0x21,0xff,0x04,0xd2, +0x1b,0x00,0x0a,0x00,0x34,0x00,0x6c,0x20,0x0a,0x00,0x00,0x7b,0x2e,0x60,0x03,0x3e, +0xf8,0x37,0xff,0x33,0xf1,0x14,0x12,0x2f,0xa4,0x03,0x13,0xaf,0x8f,0x9a,0x20,0xfe, +0x4e,0xd3,0x3d,0x00,0x14,0x50,0x40,0x01,0xef,0xf5,0x00,0x7d,0x00,0x70,0x04,0xff, +0x00,0x2c,0x20,0x0a,0x50,0x48,0x58,0x01,0x3c,0x00,0x31,0xf4,0x00,0x5f,0xa5,0x09, +0x81,0x07,0xff,0x90,0x00,0xaf,0xc0,0x04,0xff,0x98,0x61,0x10,0x01,0x33,0x7e,0x60, +0x00,0x1b,0xff,0xd1,0x00,0x0b,0x6b,0x08,0x60,0x07,0xef,0xfc,0x10,0x00,0x2f,0x3e, +0x0f,0x10,0x0d,0x5d,0x04,0x10,0x04,0xe5,0x97,0x2f,0x02,0xc4,0x52,0x04,0x02,0x14, +0x30,0x8a,0x95,0xc1,0x07,0xfd,0x20,0x02,0xff,0x76,0x66,0x6f,0xf6,0x00,0x7f,0xf9, +0x3f,0x14,0x31,0xef,0xf6,0x1b,0x24,0x94,0x40,0x65,0x55,0x5f,0xf9,0x3e,0x0f,0x02, +0x28,0x00,0x10,0x6e,0xec,0x74,0xf3,0x03,0x77,0x7b,0xfd,0x77,0x73,0x00,0x00,0xce, +0x60,0x09,0x99,0x9d,0xff,0x99,0x99,0x10,0x0b,0xff,0xa4,0x26,0x33,0x21,0xcf,0xf4, +0x2e,0x1f,0x20,0x6f,0xff,0x24,0x9c,0x01,0x5b,0x3a,0x10,0xd3,0x86,0x03,0xe0,0xa7, +0x77,0x9f,0xf2,0x2a,0x10,0x06,0x10,0x00,0xdf,0xb8,0x88,0x9f,0xf2,0xbd,0x24,0x01, +0x1e,0x00,0x11,0xf2,0x0b,0x3f,0x42,0x69,0x3a,0xfb,0x5b,0x30,0xa4,0x50,0xef,0x59, +0xfb,0x9f,0x70,0x9a,0x44,0xf1,0x01,0x09,0xfd,0x0a,0xfb,0x2f,0xe3,0xcf,0xfd,0x20, +0x00,0x09,0xf5,0xef,0xf9,0x0a,0xe8,0x6c,0x09,0x6b,0x20,0xdf,0xc2,0x01,0x00,0x66, +0xc8,0x32,0x30,0xea,0x20,0x00,0xaa,0x7c,0x00,0xc5,0x22,0x03,0x0a,0x00,0x41,0x02, +0xdf,0xf4,0x08,0xaf,0x05,0x33,0x10,0x4f,0xff,0x96,0x11,0xf3,0x00,0x10,0x3f,0xe4, +0x38,0x12,0x44,0x4a,0xfd,0x44,0x44,0x00,0x07,0x20,0xdf,0xb0,0x32,0x00,0x15,0x0a, +0xb3,0x69,0x33,0x8f,0xf8,0xcf,0xc9,0x6e,0x20,0xff,0xf6,0x39,0x3e,0x63,0xdf,0xa3, +0x30,0x9f,0xff,0xf6,0x53,0x85,0x43,0x5f,0xee,0xf6,0x8f,0xce,0x29,0x25,0x1d,0xf6, +0x8d,0x67,0xa1,0xf6,0x12,0x5a,0x22,0x22,0xdf,0x92,0x20,0x00,0x0d,0x1a,0x2c,0x10, +0xdf,0xf4,0x01,0x44,0xf6,0x00,0xaf,0xf1,0x0a,0x00,0x24,0x1f,0xf9,0x0a,0x00,0x42, +0x08,0xa3,0x33,0xef,0x0a,0x00,0x03,0x23,0x8b,0x11,0x0d,0x61,0x18,0x0b,0xcb,0x32, +0x25,0x94,0x00,0x72,0x21,0x13,0x55,0x0d,0x1e,0x32,0xaf,0xf6,0x05,0x0a,0x00,0x11, +0x3d,0xd5,0x51,0x00,0x62,0x03,0x42,0x3f,0xf5,0x37,0x15,0x07,0x18,0x43,0x07,0x21, +0xef,0xc5,0x28,0x00,0x70,0x0b,0xff,0x35,0xff,0x22,0x22,0x2f,0x95,0x8a,0x13,0xf9, +0x28,0x00,0x24,0x09,0xff,0x3c,0x00,0x15,0x8f,0x0a,0x00,0xf0,0x06,0x6f,0xef,0xf6, +0x05,0xff,0x09,0xf8,0x00,0x53,0x00,0x0c,0x2e,0xf6,0x05,0xff,0x04,0xfe,0x06,0xfe, +0x20,0x00,0x7a,0x56,0x52,0x00,0xef,0xcf,0xfb,0x10,0x0a,0x00,0x01,0xb8,0x59,0x01, +0x0a,0x00,0x30,0x0e,0xfc,0x10,0x0a,0x00,0x60,0x06,0xff,0x48,0x85,0xff,0xd2,0xac, +0x57,0x00,0xaa,0xa2,0x10,0x7f,0xc6,0x5f,0x61,0xf6,0x1f,0xff,0xfc,0x70,0x08,0x0a, +0x00,0x69,0x07,0xb5,0x10,0x00,0x00,0x3a,0xc8,0x00,0x52,0x85,0x00,0x00,0x18,0x20, +0xc1,0x16,0x11,0x30,0xd2,0x54,0x01,0x49,0x49,0x50,0x1c,0xfe,0x20,0x4c,0x40,0xf5, +0x21,0xb2,0x06,0xef,0xd2,0x16,0xff,0xb0,0x00,0x3f,0xf7,0x22,0x0d,0x96,0x20,0x91, +0x07,0x50,0xdf,0x97,0xdc,0xef,0xfd,0x46,0x80,0xb7,0x3b,0x40,0x19,0xff,0x70,0x2e, +0xd9,0x81,0x91,0xf7,0x29,0xff,0xfc,0xbc,0xde,0xff,0x40,0x08,0x21,0x78,0x00,0xb1, +0x04,0xf3,0x09,0x5f,0xff,0xf5,0x07,0x69,0xff,0x60,0x00,0x1e,0xc2,0x0d,0xcf,0xf5, +0x00,0x4f,0xff,0xbb,0xbb,0xa4,0x00,0x03,0x0e,0xf5,0x06,0x6b,0x12,0x00,0x56,0x74, +0x11,0xe3,0x57,0x33,0x80,0x0e,0xf5,0x5f,0xab,0xfe,0x2c,0xff,0x30,0x0a,0x00,0x31, +0x03,0x01,0xdf,0x46,0x4d,0x00,0x60,0x74,0x02,0x0f,0x8a,0xf0,0x03,0x0e,0xf5,0x37, +0xcf,0xff,0xef,0xff,0xe9,0x51,0x00,0x0e,0xf5,0xcf,0xff,0xd5,0x04,0xcf,0xff,0x8d, +0x7a,0x78,0x4e,0x94,0x00,0x00,0x03,0x8d,0x70,0xc1,0x09,0x15,0xc6,0x5a,0x63,0x23, +0xfd,0x2f,0xf4,0x01,0x32,0xbf,0xe2,0x1f,0x0a,0x00,0xf0,0x01,0x1c,0xff,0x30,0x01, +0x55,0x21,0x63,0x22,0x63,0x10,0x3f,0xe3,0x54,0x00,0xef,0x53,0xb1,0x59,0x71,0x07, +0x22,0xff,0x76,0xfc,0x0b,0xf8,0xd3,0x75,0x50,0xfe,0x1e,0xf4,0x4f,0xe0,0x85,0x51, +0x80,0x8f,0xf6,0x2f,0xf1,0x9f,0xb0,0xef,0x60,0x05,0x9b,0xb0,0x09,0xfa,0x1e,0xf5, +0x3f,0xf3,0x00,0x7f,0xff,0xf4,0x01,0x1f,0x57,0xf0,0x06,0xfe,0x00,0x3f,0xdf,0xf4, +0x00,0x8f,0x90,0xcf,0x60,0xcf,0x60,0x08,0x1e,0xf4,0x03,0x55,0x44,0x65,0x44,0x55, +0xfc,0x03,0x13,0x0d,0xa4,0x2b,0x30,0x0e,0xf4,0x0a,0x9b,0x0b,0x10,0xcc,0x0a,0x00, +0x04,0xe8,0x15,0x08,0x0a,0x00,0x04,0x71,0x71,0x08,0x0a,0x00,0x05,0xba,0x84,0x70, +0x30,0x00,0x03,0x31,0x00,0x15,0x30,0xf3,0x65,0x21,0x20,0x0c,0xd7,0x69,0x01,0x6f, +0x19,0x10,0xf5,0xa6,0xa6,0x60,0x05,0xff,0xb0,0x00,0x6f,0xf1,0x5f,0x6d,0xf0,0x02, +0x4f,0xfa,0x10,0x00,0xbf,0xfb,0x13,0xff,0x90,0x00,0x0d,0x90,0xbd,0x64,0xff,0xff, +0xab,0xc7,0x59,0x70,0x07,0xff,0x5d,0xfc,0x1d,0x9f,0xf8,0x17,0x9a,0xf0,0x0a,0xfa, +0xaf,0xf3,0x04,0xff,0x90,0x6f,0xf2,0x05,0xff,0xf4,0x0c,0x50,0x00,0xdf,0x10,0x08, +0x40,0x6f,0xff,0xf4,0x00,0x32,0x00,0xff,0x37,0x4b,0x51,0xcf,0xf4,0x00,0xff,0x40, +0xe4,0x53,0x51,0x0e,0xf4,0x02,0xff,0x20,0xb7,0x07,0x00,0xba,0x04,0x13,0x00,0x0a, +0x00,0x32,0x08,0xff,0x50,0xe6,0x59,0x43,0xf4,0x0c,0xff,0xc0,0x0a,0x00,0x33,0x2f, +0xff,0xfb,0x0a,0x00,0xd2,0xbf,0xd3,0xff,0xff,0x52,0x11,0x20,0x00,0x0e,0xfb,0xff, +0x40,0x5f,0x6f,0x6c,0x60,0xf5,0x88,0x00,0x01,0x8c,0xef,0xe6,0x06,0x42,0xc7,0x10, +0x5c,0x80,0xab,0x19,0x41,0xfd,0x00,0xcf,0xd1,0xda,0x27,0x32,0xbf,0xe2,0x03,0xd9, +0x08,0x41,0x1d,0xff,0x30,0x0d,0x3b,0x20,0x61,0xd0,0x3f,0xe3,0x45,0xaf,0xf6,0xda, +0x41,0x22,0x06,0x22,0x6f,0x7a,0x10,0xfe,0x7c,0x01,0x60,0x05,0xcf,0x84,0x44,0x47, +0xfe,0x13,0xa0,0x50,0x00,0xcf,0xed,0xdd,0xde,0xc1,0x6f,0x90,0xf4,0x00,0xcf,0xb9, +0x99,0x9b,0xfe,0x00,0x8f,0x0a,0x00,0x72,0xb8,0x88,0x8a,0xfe,0x00,0x2f,0xcf,0x9e, +0x55,0x10,0xfe,0xbe,0x00,0x01,0x87,0x19,0x00,0xee,0x02,0x02,0x02,0x95,0x10,0xfb, +0x0a,0x00,0x60,0x1a,0xff,0xfa,0x88,0xcf,0xf8,0x0a,0x00,0x61,0x9f,0xfd,0xfe,0x47, +0xff,0xc0,0xd2,0x00,0x41,0x20,0xcf,0xff,0xfb,0xbe,0x00,0xf1,0x00,0x14,0x7b,0xff, +0xff,0xfe,0xa6,0x41,0x00,0x0e,0xf4,0xaf,0xff,0xfc,0x79,0xef,0x1e,0x36,0xa1,0x3d, +0xa6,0x20,0x00,0x05,0x8c,0x70,0x00,0x03,0x82,0x1b,0x42,0x10,0x70,0x9b,0x37,0x40, +0x04,0x57,0x9a,0xdf,0xb8,0x26,0x30,0x9f,0xf2,0x3f,0x28,0x09,0x10,0x84,0xd7,0x93, +0x50,0x3f,0xf7,0x54,0x4f,0xf3,0x1d,0x34,0xa2,0x20,0x3f,0xe1,0x11,0x4f,0xf3,0x11, +0x10,0x0b,0x72,0xf4,0x27,0x00,0x20,0x24,0x41,0xfc,0x4f,0xfd,0xdd,0xc8,0x62,0x41, +0xbf,0xf2,0x3f,0xe0,0xb7,0x01,0x50,0x1c,0xff,0xf1,0x4f,0xe3,0x14,0x00,0x20,0x30, +0x5f,0x0a,0x00,0x01,0xbf,0x06,0xf2,0x00,0x0d,0xbf,0xf1,0x4f,0xe3,0xfe,0x11,0x11, +0xff,0x30,0x03,0x2f,0xf1,0x5f,0xd3,0xd3,0x06,0x71,0x1f,0xf1,0x6f,0xc3,0xff,0x88, +0x88,0x0a,0x00,0x51,0x7f,0xb3,0xfe,0x77,0x78,0x0a,0x00,0x24,0x9f,0x93,0x1e,0x00, +0x20,0xbf,0x73,0x07,0xa8,0x00,0x0a,0x00,0x50,0xef,0x53,0xff,0xcc,0xcd,0x0a,0x00, +0x34,0xf3,0xff,0x13,0x1e,0x00,0x3a,0x6c,0x03,0xfd,0xe2,0x06,0x30,0x00,0x08,0xb4, +0xf3,0xa9,0x20,0xeb,0x10,0x74,0x18,0x50,0x31,0x9f,0x23,0x22,0xff,0xfa,0x2f,0x50, +0xa0,0xf8,0x9f,0x2f,0x94,0x0e,0x5e,0x70,0xfd,0x10,0xf8,0x9f,0x2f,0x97,0xfb,0x5c, +0x26,0xa0,0x83,0xf9,0x9f,0x2f,0x9a,0xff,0xff,0xf4,0x05,0x19,0xef,0x15,0x10,0xaf, +0x8f,0x03,0xf1,0x08,0x3f,0xf5,0xcc,0xcc,0xcc,0xcf,0xf1,0x7f,0x90,0x01,0xdf,0xf0, +0x33,0x33,0x33,0xcf,0xf2,0x9f,0x60,0x0c,0xff,0xe2,0xff,0x40,0x34,0xf0,0x08,0x30, +0x7f,0xff,0xe1,0x99,0x99,0x99,0x8b,0xf9,0xff,0x00,0x0e,0xbf,0xe0,0x5b,0xbb,0xbb, +0x00,0xfe,0xfd,0x00,0x02,0x3f,0x14,0x5a,0x01,0x7b,0x2d,0x80,0x3f,0xe0,0x7f,0x91, +0xef,0x01,0x8f,0xf2,0x0a,0x00,0x60,0x8f,0x70,0xef,0xd8,0x7f,0xf0,0x0a,0x00,0x51, +0x9f,0x51,0xff,0xfa,0xef,0x1e,0x00,0x50,0xdf,0x35,0xff,0x6b,0xff,0xa6,0x38,0xc0, +0xe4,0xff,0x00,0xc3,0xbf,0xf3,0xdf,0xf4,0x00,0x3f,0xe5,0xf9,0xb4,0x24,0x92,0x3f, +0xe2,0x00,0x3f,0xe0,0x60,0x00,0x00,0xa5,0xb2,0x32,0x1e,0x00,0x95,0x0d,0x10,0xe8, +0x7d,0x16,0x02,0x50,0x49,0x11,0x6b,0x4f,0x6e,0x53,0xb0,0x00,0x9f,0xe1,0x8f,0x74, +0x87,0xd0,0xff,0x40,0x12,0x22,0x2c,0xf9,0x22,0x22,0x20,0x5f,0xf7,0x43,0x08,0x68, +0x5b,0x62,0xaa,0x40,0x1e,0x81,0xff,0x6d,0x62,0x5f,0xf3,0x07,0x03,0x09,0xff,0x1d, +0xf0,0xaf,0x0a,0xf0,0x9f,0x60,0x00,0x2f,0xf8,0x0d,0xf0,0x9f,0x09,0xf0,0x8f,0x60, +0x00,0xdf,0xac,0x03,0x51,0x60,0x0a,0xff,0xf4,0x09,0x21,0x0f,0x00,0x20,0x03,0x12, +0x23,0x42,0x10,0x43,0x3f,0xdf,0xf4,0xdf,0x54,0x06,0x60,0x2e,0xf4,0x9b,0xbb,0xbc, +0xfb,0x6e,0x00,0x00,0xc0,0x03,0x40,0x0a,0xf6,0x00,0x21,0x44,0x02,0x30,0x6e,0x6b, +0xb3,0x93,0xa3,0x00,0x0c,0x03,0x50,0x6f,0xf0,0x96,0x21,0xef,0xa7,0x5b,0xf2,0x0b, +0xff,0x2f,0xf0,0x00,0xae,0x8f,0xc0,0x00,0x0e,0xfa,0xf9,0x0f,0xfc,0xbc,0xff,0x1e, +0xd1,0x00,0x0e,0xf4,0x32,0x07,0xef,0xff,0xe7,0x02,0x74,0x61,0x00,0x76,0x52,0x0f, +0x0a,0x00,0x04,0x23,0xfa,0x63,0x90,0x76,0x33,0xef,0xff,0xf5,0x67,0x32,0xf2,0x08, +0xee,0xfe,0xf8,0x33,0x3d,0xfb,0x38,0xfe,0x00,0x0f,0xde,0xf8,0xfd,0x00,0x0c,0xf9, +0x05,0xfe,0x00,0x3f,0xae,0xf6,0xa6,0x0a,0x00,0x30,0x7f,0x7e,0xf6,0x41,0x18,0x73, +0x06,0xff,0x00,0x39,0x3e,0xf6,0x2f,0x80,0x02,0x17,0x0e,0x0a,0x00,0x50,0x03,0x33, +0x7f,0xff,0xb3,0xb0,0x79,0x01,0x83,0x90,0x03,0xf3,0x1e,0x42,0x01,0xff,0x9f,0xfa, +0x0a,0x00,0x51,0x0b,0xff,0x19,0xff,0x70,0x0a,0x00,0x50,0xaf,0xf7,0x01,0xef,0xf7, +0x0a,0x00,0xc0,0x2c,0xff,0xb0,0x00,0x4f,0xff,0xc3,0x00,0x0e,0xf7,0xbf,0xfb,0xf6, +0x0c,0x10,0xe1,0x79,0x5c,0x10,0x80,0x0b,0x0c,0x0c,0x0f,0x78,0x04,0x5e,0x56,0x15, +0xb4,0x6d,0x47,0x0b,0xa7,0x1c,0x10,0xfd,0x16,0x1d,0x03,0x0a,0x00,0x90,0x01,0xcf, +0xf5,0x3e,0xfb,0x2a,0xfe,0x2b,0xfc,0x7c,0x9b,0xe1,0xbf,0xf2,0x2f,0xf7,0x0a,0xfb, +0x00,0x02,0xd8,0x07,0xff,0x60,0xbf,0xf1,0x1d,0x0c,0x30,0x8f,0xfa,0x04,0xef,0x23, +0x01,0xbd,0x2f,0x21,0x2e,0xfd,0x00,0x0c,0x70,0x6f,0xfa,0x03,0xef,0xf3,0x54,0x9f, +0xd8,0xa8,0x20,0x60,0x0e,0x7f,0x0c,0x12,0xd0,0x00,0x02,0x20,0x50,0x7d,0x87,0xa8, +0x30,0x73,0x0a,0xb4,0xe1,0x0c,0x00,0x97,0x87,0xf0,0x01,0x2e,0xf6,0x0c,0xfe,0x00, +0x1e,0xf6,0x00,0x05,0xfe,0x0e,0xf6,0x02,0xff,0x54,0x0a,0x4e,0xab,0xf1,0x06,0x0e, +0xf6,0x00,0x63,0x0e,0xe5,0xff,0x60,0x1f,0xf5,0x0e,0xf9,0x11,0x11,0x4f,0xf1,0xcf, +0xd0,0x19,0xd0,0x0b,0x88,0x0e,0xab,0x6b,0x60,0x00,0x00,0x02,0xbe,0xff,0xff,0xfc, +0x30,0x27,0x22,0x43,0x3e,0xd5,0x00,0x44,0xfb,0x2f,0x12,0xe3,0x8f,0x6a,0x10,0x01, +0x0b,0x1d,0x40,0x7f,0xfd,0x20,0x00,0xc4,0x61,0x00,0x0f,0x6d,0x13,0xf4,0x10,0x1d, +0x20,0xfe,0xee,0x27,0x84,0xa2,0x64,0x33,0x21,0x00,0x00,0x01,0xb2,0x00,0x00,0x04, +0x35,0x17,0x15,0x60,0xec,0x1c,0x00,0x0a,0x00,0x12,0xfe,0x43,0x5e,0x09,0x0a,0x00, +0x06,0x1e,0x00,0x32,0xdd,0xdd,0xef,0x32,0x00,0x11,0x00,0x5a,0x5d,0x01,0xde,0x77, +0xf0,0x01,0x04,0x41,0x8f,0xfa,0x00,0x01,0x75,0x00,0x00,0xcf,0x6e,0xf6,0x07,0xff, +0x80,0x09,0xeb,0x03,0xa0,0x4e,0xf6,0x00,0x7c,0x14,0x53,0xff,0x70,0x07,0xfe,0xc8, +0x00,0x40,0x2a,0xfb,0xaf,0xe0,0x19,0x52,0x00,0x76,0x07,0x40,0x3f,0xf3,0x02,0x93, +0xc8,0x00,0x48,0xfe,0xa0,0x06,0x10,0xc1,0x10,0x15,0x04,0xf9,0x23,0x53,0x1e,0xff, +0xcb,0xbb,0xc8,0x92,0x1e,0x03,0x52,0x35,0x61,0x2d,0xff,0x62,0x22,0x2e,0xfd,0x2c, +0x0d,0x13,0xf9,0x3a,0x1b,0x25,0x0a,0xff,0x96,0x00,0x12,0x8a,0xfc,0x17,0x01,0xff, +0x61,0x01,0x90,0x26,0x15,0x60,0x2a,0x58,0x09,0x14,0x00,0x20,0x0c,0xcc,0x01,0x00, +0x25,0xff,0x60,0x60,0x1a,0x11,0x60,0x09,0x49,0x21,0x2e,0xa1,0xbf,0x2d,0x51,0x20, +0x01,0x10,0xaf,0xf5,0xa3,0xab,0xf2,0x10,0xed,0x4e,0xf7,0x2e,0xfe,0x10,0x0a,0xfe, +0x00,0x05,0xff,0x4e,0xf7,0x03,0xfe,0x39,0x64,0xff,0x60,0x0d,0xfd,0x0e,0xfa,0x11, +0x63,0x3e,0xf5,0xcf,0xc0,0x4f,0xf5,0xc6,0xae,0x40,0x7f,0xd0,0x01,0x70,0xc8,0x00, +0x3b,0xfd,0x50,0x13,0x0e,0x3c,0x24,0x06,0xfb,0x0a,0x00,0x23,0x08,0xfa,0x0a,0x00, +0x31,0x02,0x2a,0xfa,0x1c,0x07,0x32,0x0e,0xf8,0x5e,0xf2,0x03,0x44,0x09,0xdf,0xff, +0xee,0xa6,0x33,0xf0,0x21,0xfd,0xf4,0x1f,0xf2,0x00,0x65,0x00,0x00,0x0d,0xee,0xf8, +0xf8,0x4f,0xf0,0x02,0xfd,0x00,0x00,0x0f,0xde,0xf5,0xe6,0x7f,0xb5,0x95,0xfb,0x0c, +0x70,0x3f,0x9e,0xf4,0x00,0xbf,0x8a,0xf6,0xfa,0x3f,0x90,0x2a,0x5e,0xf4,0x00,0xff, +0x3d,0xd6,0xf8,0x7f,0x60,0x18,0x3c,0x60,0xfe,0x3f,0x9a,0xf6,0xcf,0x20,0xe0,0x06, +0x50,0xf9,0x8f,0x3e,0xf6,0xfc,0x64,0x00,0x70,0x3f,0xf3,0x18,0x2f,0xf8,0x65,0x00, +0x69,0x80,0x50,0xc0,0x00,0x9f,0xff,0x10,0xb0,0x15,0x00,0xd1,0x36,0x11,0xef,0xd6, +0x0b,0x62,0x59,0x00,0x1d,0xfb,0x2f,0xf5,0xa0,0x00,0x51,0xef,0xf1,0x08,0xff,0x70, +0x80,0x17,0x50,0xfe,0x40,0x00,0xaf,0xe2,0x0a,0x00,0x5b,0x0b,0xa1,0x00,0x00,0x08, +0x2a,0x03,0x25,0x14,0x20,0xab,0x1c,0x12,0xf6,0xc4,0x04,0x75,0x66,0x66,0xcf,0xf6, +0x66,0x66,0x10,0x5e,0x01,0x10,0x40,0x0a,0x00,0x42,0x66,0x66,0x66,0x68,0x0a,0x00, +0x01,0x7b,0x27,0x1a,0x40,0x1e,0x00,0x13,0x00,0x0a,0x88,0x10,0x05,0xfa,0x36,0x1f, +0xbc,0x1e,0x00,0x07,0x04,0x14,0x00,0x84,0x04,0xcc,0xcc,0xcf,0xec,0xcc,0xcc,0x30, +0x74,0x33,0x00,0x15,0x12,0x70,0x98,0x18,0x84,0x0d,0xfc,0x00,0x0d,0x46,0x0f,0x60, +0x7f,0xf7,0x03,0xff,0x61,0x09,0xbe,0x84,0xf2,0x04,0x1f,0xf7,0x00,0x98,0x0a,0xd7, +0xff,0x80,0x0e,0xfb,0x0e,0xfa,0x22,0x22,0x3e,0xf7,0xaf,0xe0,0x1b,0xc5,0x7c,0x51, +0xf2,0x4b,0x40,0x00,0x20,0x62,0x02,0x01,0x95,0x36,0x00,0x09,0x5b,0x02,0x4d,0x21, +0x50,0xf0,0x29,0x99,0x9d,0xfe,0xe7,0x63,0x33,0x0f,0xf0,0x5f,0xba,0x59,0xd2,0x0f, +0xfe,0x72,0x22,0x2b,0xfc,0x22,0x22,0x10,0x0c,0xcf,0xfe,0xdc,0x2c,0x12,0xe1,0x0e, +0xdf,0xf9,0xf8,0x88,0x8d,0xfe,0x88,0x88,0x00,0x0f,0xcf,0xf2,0x99,0x32,0x00,0x33, +0x91,0x3f,0xaf,0xd4,0x10,0x42,0xf2,0x6f,0x7f,0xf0,0x64,0x05,0x23,0x20,0x3b,0x25, +0x5b,0x10,0xfd,0x5a,0x00,0x52,0x09,0xfe,0xaa,0xaa,0xad,0x0a,0x00,0x42,0xfc,0x66, +0x66,0x6a,0x0a,0x00,0x06,0x1e,0x00,0x4c,0xfa,0x22,0x22,0x28,0x14,0x00,0x06,0x32, +0x00,0x12,0xf9,0xa2,0x2e,0x01,0x0a,0x00,0x33,0x0a,0xff,0xfb,0x0a,0x00,0x32,0x04, +0xee,0xb2,0x86,0x01,0x0a,0x20,0x82,0x15,0x06,0xfc,0x2b,0x10,0x5d,0x8b,0x03,0x41, +0xdf,0xdd,0xdb,0x00,0x6f,0x32,0x00,0x86,0x10,0x11,0x04,0xc3,0x39,0x54,0xef,0xeb, +0xbb,0xa0,0x6f,0x82,0x11,0x14,0x01,0x8a,0x4a,0x13,0x30,0xa1,0x21,0x01,0xe3,0x96, +0x50,0x87,0x77,0x77,0x77,0xcf,0xa4,0x53,0x00,0x77,0x29,0x11,0xae,0x13,0x00,0x10, +0xba,0x86,0x29,0x00,0x13,0x00,0x00,0xce,0x17,0x25,0x7c,0xfb,0xdf,0x8d,0x13,0xb0, +0x3d,0x2e,0x00,0x7c,0x39,0xf0,0x18,0x0b,0x71,0x88,0x9f,0xff,0x50,0x0b,0xf4,0x00, +0x04,0xff,0x4f,0xf4,0x1c,0xe2,0x40,0x9f,0xe1,0x02,0xef,0xb0,0xff,0x50,0x01,0x2f, +0xe1,0xef,0x90,0xaf,0xe1,0x0e,0xff,0xee,0xef,0xfc,0x06,0xfc,0x00,0x63,0x12,0x37, +0x3e,0xfd,0x30,0x03,0x28,0x3f,0x12,0x7e,0x61,0x02,0x00,0x77,0x85,0x19,0xf3,0xb5, +0x56,0x20,0xed,0xdd,0xe8,0x1f,0x90,0xdd,0xb0,0x00,0xdf,0x64,0x44,0x44,0x3a,0xf8, +0x0d,0x56,0x70,0xef,0x8f,0xff,0xff,0xc8,0xfa,0x08,0x05,0x4c,0x50,0x53,0x33,0x33, +0x26,0xfe,0xd5,0x22,0x70,0xff,0x5f,0xff,0xff,0x82,0xff,0xdf,0x01,0x39,0xf1,0x09, +0x3f,0xe9,0xbf,0x80,0xdf,0xff,0x37,0x20,0x06,0xfe,0x2f,0xa0,0x2f,0x80,0xcf,0xf7, +0x0c,0xf2,0x0c,0xfa,0x1f,0xeb,0xcf,0xac,0x6c,0x41,0x00,0xde,0x68,0xf0,0x12,0xbe, +0xfa,0xff,0xff,0xb0,0x0c,0xe0,0x00,0x00,0x19,0x13,0x40,0x3a,0xda,0x10,0x01,0x40, +0x04,0x41,0xcf,0xc0,0x00,0x01,0x50,0x00,0x00,0xba,0x4f,0xf3,0x1e,0xf9,0x00,0x0f, +0xc9,0x56,0xf1,0x14,0x5f,0xf3,0x04,0xfd,0x1d,0x8a,0xff,0x10,0x0b,0xfd,0x1f,0xf4, +0x00,0x40,0x1f,0xf4,0xff,0x90,0x2f,0xf5,0x0e,0xfe,0xdc,0xcd,0xef,0xe0,0x9f,0xa0, +0x00,0x50,0x04,0xcf,0xff,0xff,0xfd,0xb3,0x00,0x25,0x21,0x00,0x28,0x3f,0x40,0x70, +0x10,0x0e,0xf4,0x18,0x3d,0xf2,0x03,0x2e,0xfa,0x2d,0xc0,0x0e,0xf8,0xaf,0xfd,0x10, +0x05,0xef,0xb1,0x1d,0xfa,0x0e,0xff,0xff,0xa4,0x55,0x04,0xf2,0x06,0x6e,0xf9,0x30, +0x47,0x10,0x0a,0xfd,0xcc,0xba,0xbf,0x8e,0xf7,0x22,0x9f,0x70,0x00,0x99,0x99,0x99, +0x9b,0x0b,0x35,0x12,0xf0,0x04,0x98,0x8a,0xfe,0x09,0xfd,0xcc,0xb6,0x00,0x00,0xff, +0x65,0x57,0xfe,0x0e,0xf4,0x01,0x85,0x00,0x00,0x29,0x6b,0x30,0x0e,0xf8,0xaf,0x0b, +0x29,0xf0,0x0c,0x86,0x68,0xfe,0x0e,0xff,0xfb,0x83,0x00,0x00,0xff,0xba,0xab,0xfe, +0x0e,0xf6,0x00,0x4e,0x70,0x00,0xff,0x10,0x7a,0xfe,0x0d,0xfe,0xdc,0xff,0x0a,0x00, +0x61,0x9f,0xe8,0x45,0xef,0xff,0xfd,0xcb,0x25,0xc0,0x1e,0xf1,0x00,0x11,0x46,0x00, +0x00,0xc8,0x08,0x94,0x0b,0xfa,0xda,0x1f,0x80,0x04,0xff,0x4d,0xf7,0x02,0xfb,0x1b, +0x51,0xa6,0x04,0xb0,0x0d,0xf8,0x00,0x30,0x4f,0xd0,0xbf,0xc0,0x2e,0xf4,0x0b,0xdc, +0x21,0x70,0x90,0x6f,0xe1,0x00,0x50,0x02,0xce,0x50,0x5a,0x20,0x14,0x00,0x09,0x2e, +0x04,0x4b,0x20,0x23,0xf2,0x02,0xb4,0x0a,0x20,0x0f,0xf2,0x0f,0x02,0x11,0x7d,0x6f, +0x5f,0x13,0x62,0xc6,0x07,0xc3,0xaf,0xfe,0xe2,0xff,0x43,0x33,0x3b,0xfe,0x00,0x0e, +0xbf,0xfa,0xd0,0x07,0x41,0x0f,0x9f,0xf6,0xf9,0x59,0x2c,0x43,0x40,0x3f,0x7f,0xf2, +0x94,0x0c,0xf3,0x07,0x6f,0x4f,0xf2,0x1f,0xe2,0xcf,0x2c,0xf3,0x5f,0xe0,0x3a,0x1f, +0xf2,0x1f,0xf7,0xef,0x7d,0xf8,0x9f,0xe0,0x00,0x0f,0x82,0x5a,0x00,0x0a,0x00,0x01, +0xfd,0x4c,0x10,0x32,0x64,0x00,0x13,0x6f,0x6f,0x05,0x90,0x0f,0xf2,0x4b,0xff,0xea, +0xaa,0xdf,0xfd,0x10,0x8c,0x00,0x51,0x6f,0xfa,0x17,0xff,0xe2,0x96,0x00,0x12,0x06, +0x53,0xac,0xf0,0x03,0x0f,0xf2,0x25,0x8b,0xff,0xff,0xfc,0x96,0x31,0x00,0x0f,0xf3, +0xef,0xff,0xfd,0x9c,0xff,0xff,0xfb,0x7c,0x7b,0x6e,0xb7,0x20,0x00,0x27,0xae,0x90, +0x4e,0x02,0x15,0x51,0x23,0x0d,0x02,0x64,0x05,0x10,0xcc,0xe5,0x3e,0x00,0x46,0x1b, +0x04,0xc9,0x21,0x00,0xb8,0x75,0xf0,0x01,0x52,0x5f,0x94,0xfd,0x48,0xf8,0x22,0x20, +0x00,0xff,0x30,0xcf,0x78,0xfd,0x25,0xfd,0x5d,0x1d,0x33,0x37,0xff,0x3f,0xc9,0xab, +0x60,0x8f,0xfe,0xcf,0xf5,0x47,0xfd,0x93,0x6b,0x06,0x71,0x4e,0x60,0xba,0xfe,0x6f, +0xf4,0x36,0xfd,0xb4,0x4e,0x31,0x21,0xfe,0x0e,0x10,0x04,0xd2,0x01,0xff,0x11,0xfe, +0x0e,0xf4,0x25,0xfd,0x22,0x00,0x02,0xff,0x01,0x14,0x00,0xd0,0xa0,0x03,0xfe,0x00, +0xba,0x0a,0xee,0x75,0x55,0x55,0x40,0x05,0xfc,0xa8,0x0f,0xf0,0x20,0xe5,0x00,0x10, +0x00,0x08,0xfa,0x07,0x92,0x68,0x3a,0xff,0x69,0xf5,0x00,0x0c,0xf6,0x0e,0xf6,0xbf, +0x40,0x6b,0x26,0xfe,0x10,0x1f,0xf3,0x8f,0xf0,0xbf,0x40,0x00,0xeb,0xbf,0x90,0x6f, +0xd2,0xff,0x60,0xaf,0xfd,0xde,0xfc,0x2f,0xf1,0x08,0x70,0x38,0xa5,0x3d,0x2f,0xd3, +0x07,0xf0,0x33,0x07,0x43,0xcf,0xb1,0xdb,0x20,0xe7,0x2a,0x14,0xc5,0xb8,0x4f,0x30, +0xbf,0xc0,0x2c,0x8c,0x97,0x05,0xdc,0x00,0x16,0xdf,0x0a,0x00,0x11,0xc6,0x09,0x16, +0x21,0x66,0x60,0xda,0xaf,0x20,0x6f,0xf0,0x25,0x44,0x81,0xdf,0xb3,0x33,0x32,0x4f, +0xf2,0x0b,0xfc,0x66,0x03,0x21,0xf9,0x2f,0xab,0xa8,0x80,0xdf,0xfe,0xef,0xf8,0x0f, +0xf7,0x9f,0xf1,0xe8,0x8e,0x60,0x0c,0xf8,0x0d,0xfb,0xff,0xa0,0x56,0x24,0x10,0x0c, +0x07,0x9b,0x11,0x10,0x48,0x30,0x40,0xf7,0x06,0xff,0xf7,0xe3,0x02,0xf1,0x0e,0x64, +0x5f,0xf5,0x05,0xff,0xc0,0x0c,0x60,0x05,0xff,0x4f,0xff,0xf2,0x3e,0xff,0xd0,0x0e, +0xf3,0x08,0xff,0x0b,0xdc,0x63,0xef,0xff,0xf4,0x0f,0xf1,0x0e,0x32,0xa8,0xa0,0x6d, +0xfe,0x9f,0xd0,0x5f,0xf6,0x00,0x00,0xdf,0xf6,0x03,0x2f,0x9e,0x08,0xe0,0x00,0x00, +0x1d,0x40,0x00,0x4d,0xfa,0x8f,0x18,0x05,0xd4,0x37,0x23,0x3e,0x70,0x11,0x17,0x33, +0x2a,0xff,0xc1,0x2e,0x75,0x4e,0x07,0xfd,0x10,0xdf,0x2c,0x46,0x20,0x45,0x55,0x27, +0x77,0x40,0x95,0x55,0x55,0x00,0x44,0x5d,0x41,0x1f,0xf6,0x01,0x51,0x81,0x1c,0xe0, +0x80,0xff,0x80,0x7f,0xf2,0x00,0xef,0xdc,0xcf,0xf8,0x0d,0xfa,0x0e,0xfc,0x2e,0x14, +0x40,0xcf,0x80,0xbf,0xd5,0x06,0x1f,0x40,0x40,0x0c,0xf8,0x08,0xc8,0x3a,0x01,0x26, +0x00,0x22,0x4f,0xff,0x90,0xb1,0x23,0xf8,0x01,0xae,0x93,0xf0,0x03,0x01,0x40,0x0e, +0xff,0x40,0xa4,0x00,0x01,0x47,0xbe,0xff,0x08,0xff,0xf1,0x0c,0xf4,0xae,0xff,0x48, +0x44,0xf1,0x07,0xff,0x80,0xef,0x3c,0xff,0xff,0xc9,0x6c,0xff,0xec,0xff,0xaf,0xf0, +0x7a,0x73,0x00,0x07,0xff,0xc1,0x2f,0xff,0xfa,0x79,0x0c,0x4e,0xb0,0x00,0x3c,0xfb, +0xf9,0x1a,0x04,0x79,0x6c,0xe2,0x08,0xfd,0x03,0x30,0x00,0x00,0x33,0x3f,0xf8,0x33, +0x17,0xfd,0x4f,0xf4,0x24,0x05,0xf6,0x0a,0x77,0xfd,0x1d,0xff,0x20,0x01,0xbb,0xbf, +0xfd,0xbb,0x57,0xfd,0x01,0xef,0x50,0x01,0x11,0x1e,0xf7,0x11,0x18,0xfe,0x11,0x55, +0x10,0xae,0x17,0xf0,0x04,0x0d,0xde,0xdd,0xde,0xdd,0xde,0xff,0xdd,0xdd,0xd1,0x00, +0x0d,0xe4,0x8e,0x20,0x03,0xff,0x00,0x30,0x54,0x28,0x50,0xbf,0xc6,0x52,0xff,0x12, +0xa3,0x07,0x10,0xff,0x5c,0x73,0xb0,0x39,0xfe,0x00,0x3e,0xff,0xa4,0x9f,0x94,0x30, +0xff,0x7f,0x80,0x99,0x10,0xff,0xb8,0x19,0x00,0x39,0x2d,0x83,0x8f,0xb7,0xbf,0xb7, +0x40,0x8f,0xff,0x90,0x0a,0x00,0x42,0x5f,0xff,0x12,0x00,0x43,0x38,0xe1,0x5f,0xf7, +0x09,0xb1,0x00,0x8f,0x81,0x7f,0x71,0x02,0xef,0xfa,0x0a,0xf2,0x14,0x00,0xd0,0xdd, +0xff,0xff,0x5e,0xf0,0x00,0x8f,0xec,0xcc,0xcc,0xef,0xf5,0xdf,0x44,0x54,0x75,0x70, +0x00,0x00,0x2e,0x40,0x2d,0xfe,0x34,0x0a,0x19,0x10,0xb9,0x73,0x20,0x0f,0xf3,0x08, +0x47,0x12,0x73,0xc5,0x15,0x40,0xf7,0x3f,0xe6,0xfd,0x0a,0x00,0xf2,0x01,0xfa,0x88, +0x83,0x3f,0xe0,0xdf,0x60,0x05,0x88,0x8f,0xfa,0x88,0x87,0x2f,0xf0,0x5f,0xfb,0x50, +0xf1,0x06,0xfd,0x2f,0xf0,0x06,0x00,0x0a,0xf4,0x0d,0xd3,0x46,0xfb,0x5f,0xfa,0xce, +0xc0,0x0a,0xfa,0xff,0xff,0xfc,0xaf,0x58,0x59,0xc0,0xf6,0x4d,0xe3,0x27,0x7b,0xef, +0xf8,0x53,0x10,0x0a,0xf4,0x08,0x73,0x53,0x40,0xf4,0x3e,0x50,0x0a,0x45,0x06,0x70, +0x74,0x0c,0xf5,0xaf,0x80,0x0b,0xfd,0xa0,0x14,0x60,0x0b,0xf8,0xff,0x20,0x0c,0xf3, +0x54,0x94,0xa0,0x08,0xff,0xfc,0x00,0x0c,0xf1,0xfd,0x55,0x5e,0xf0,0x16,0x75,0xf2, +0x1b,0x0d,0xf0,0xff,0xee,0xef,0xf0,0x03,0xff,0xc3,0x40,0x0f,0xe0,0x5d,0x72,0xce, +0x50,0x0c,0xff,0x55,0xf4,0x3f,0xb0,0x2f,0xa0,0xef,0x00,0x9f,0xff,0x87,0xf3,0x7f, +0x80,0x0e,0xb6,0xfe,0x9b,0xff,0xef,0xff,0xf0,0xbf,0x3d,0xa8,0x6f,0xcf,0xff,0xa0, +0x08,0x0a,0xb9,0x75,0x42,0x07,0x70,0x03,0xde,0x20,0x3d,0x03,0x05,0x20,0x36,0x9c, +0x31,0x14,0x21,0x68,0xac,0xa0,0x50,0x01,0x5c,0x17,0x21,0xeb,0x96,0x7d,0x96,0x12, +0x64,0x33,0x00,0x05,0xb5,0x26,0x12,0x07,0x34,0x22,0x13,0xd2,0xbb,0x30,0x00,0xe4, +0x26,0x20,0xff,0x55,0x7e,0x89,0x02,0xed,0x26,0x01,0xca,0x1d,0x23,0x08,0xfd,0x09, +0x00,0x23,0x0a,0xfe,0x1b,0x00,0x14,0x0c,0x2d,0x00,0x21,0x0f,0xfe,0xe2,0x4c,0x41, +0xf3,0x00,0x4f,0xf4,0x28,0x29,0x11,0x61,0x64,0x29,0x02,0xca,0x0a,0x14,0xa0,0xc9, +0x0a,0x13,0x20,0x57,0x13,0x05,0x3b,0x24,0x17,0x50,0xdb,0x33,0x00,0x7e,0x0a,0xd0, +0x67,0x00,0x00,0x46,0x9c,0xff,0xf5,0x04,0x7a,0xdf,0xff,0x60,0x04,0x56,0x1a,0x00, +0x9f,0xa1,0x93,0x70,0x04,0xff,0x96,0x41,0x00,0x5f,0xf9,0x63,0x7a,0x42,0x23,0x5f, +0xf1,0x8f,0x28,0x17,0xf3,0x0a,0x00,0xa1,0xf5,0x44,0x44,0x41,0x04,0xff,0x32,0x3f, +0xf3,0x5f,0x64,0x39,0x33,0xff,0x10,0x0f,0x0a,0x00,0x00,0x14,0x00,0x60,0x6f,0xf3, +0x2e,0xf8,0x20,0x05,0x28,0x00,0x21,0x7f,0xf0,0xeb,0x6b,0x00,0xc6,0xb4,0x00,0xcf, +0x6b,0x21,0x06,0xff,0xcf,0x58,0x10,0x0e,0x75,0x15,0x01,0x81,0x33,0x00,0xbd,0x2c, +0x11,0xfb,0x98,0x1e,0x21,0x0e,0xf6,0xd4,0x25,0x20,0x0c,0xfd,0xe9,0x02,0x21,0x2f, +0xf5,0xfd,0x74,0x00,0xa2,0x2c,0x11,0xf1,0xf0,0xaa,0x00,0xfd,0x02,0x40,0xa0,0x00, +0x00,0x4e,0xb6,0x13,0x0f,0x7b,0x01,0x05,0x42,0x03,0xae,0x10,0x00,0x9e,0x24,0x54, +0x5f,0xf8,0x22,0x22,0x21,0xac,0x08,0x00,0xd1,0x4e,0x04,0x09,0x25,0x13,0x06,0xba, +0x7e,0x00,0xe3,0x88,0x00,0x63,0x32,0x27,0x8f,0xf8,0x26,0x00,0x21,0x7f,0xf7,0x37, +0x3e,0xe1,0x74,0x00,0x07,0xfd,0x8b,0xbb,0xbb,0x6b,0xbb,0xbb,0xb2,0x00,0x8f,0xcb, +0xb0,0x03,0xf0,0x22,0xff,0x30,0x09,0xfc,0x27,0x42,0xff,0x44,0x93,0x2f,0xf3,0x00, +0xaf,0xa5,0xfb,0x0e,0xf3,0xcf,0x70,0xff,0x30,0x0c,0xf8,0x0d,0xf6,0xef,0x32,0xff, +0x2f,0xf3,0x00,0xff,0x60,0x3a,0x4f,0xf3,0x06,0x66,0xff,0x30,0x2f,0xf3,0x16,0xcf, +0xff,0x34,0xaf,0xff,0xf3,0x5a,0x84,0xfe,0x11,0xdf,0xf9,0xff,0xfa,0xff,0x30,0xbf, +0xc1,0xfb,0x40,0xff,0x4e,0x92,0x0f,0xf3,0x1f,0xf6,0x01,0x08,0xdf,0xf1,0x00,0xbe, +0xff,0x10,0x4c,0x10,0x00,0x5f,0xe7,0x00,0x06,0x2e,0x37,0x20,0x25,0x8a,0x16,0x39, +0x41,0x56,0x79,0xab,0xdf,0xf9,0x08,0x02,0x1d,0x2d,0xaa,0xc9,0x60,0x00,0x00,0x6e, +0xdc,0xba,0xaf,0xf6,0x10,0xe2,0x1f,0x13,0x34,0x46,0x20,0x06,0x96,0x05,0x05,0xf0, +0x3e,0x1f,0xfe,0x14,0x20,0x02,0x10,0x1e,0x49,0x33,0x01,0x61,0x8d,0x06,0xa5,0x61, +0x00,0x44,0x31,0x10,0x8f,0x88,0x70,0x1f,0x61,0x50,0x20,0x0d,0x45,0x25,0x44,0x8f, +0xf3,0xd7,0x3a,0x14,0xe0,0x40,0x3a,0x2c,0xda,0x20,0x99,0x1f,0x17,0xfe,0x0a,0x00, +0x10,0x37,0x4f,0x01,0x10,0x71,0x0a,0x00,0x12,0x7f,0x1e,0x39,0x31,0x29,0xfe,0x22, +0x73,0x10,0x01,0xc2,0x94,0x11,0x20,0xf4,0x1e,0x06,0x0a,0x00,0x43,0x01,0x18,0xfe, +0x11,0x08,0x1f,0x01,0x46,0x00,0x03,0x0a,0x00,0x13,0x14,0x36,0x27,0x12,0x1a,0x50, +0x03,0x32,0x10,0x00,0x2d,0xf7,0x6f,0x02,0xf8,0x5b,0x12,0x62,0x28,0x00,0x27,0x09, +0x8a,0x32,0x00,0x0f,0x0a,0x00,0x08,0x71,0x02,0x3a,0xfe,0x00,0x00,0x87,0x7c,0x45, +0x18,0x10,0xfb,0x30,0x01,0x10,0xfc,0x77,0x0f,0x10,0xb2,0x57,0x72,0x09,0x8a,0x64, +0x01,0xb4,0x0b,0x33,0x8e,0xc0,0x39,0x0a,0x00,0x20,0x8f,0xe2,0x54,0x03,0x11,0x09, +0x53,0xa1,0x70,0x6f,0xf8,0x00,0x02,0x2a,0xfc,0x22,0xde,0x32,0x10,0xf8,0x7a,0x3c, +0x00,0xf7,0x3d,0x30,0x35,0xa8,0xa0,0x0a,0x00,0x01,0x80,0x1d,0x01,0xd2,0x93,0x10, +0xcf,0x3f,0x93,0x10,0xa2,0x32,0x00,0x41,0x79,0x8f,0xf6,0x00,0x38,0x33,0x90,0x13, +0x00,0x0f,0xf6,0x02,0xfe,0x20,0x00,0x1b,0x9f,0x10,0x31,0xf8,0x0a,0xfd,0xc8,0x00, +0x40,0x00,0x0b,0xfb,0x5f,0xeb,0x2e,0x10,0xfd,0x21,0x16,0x00,0x96,0xb6,0x20,0x6a, +0xfb,0x61,0x03,0x00,0x34,0x2d,0x11,0x09,0x05,0x0b,0x31,0xf4,0x06,0x50,0x0a,0x00, +0x50,0x4e,0xff,0xf1,0x08,0xf7,0x0a,0x00,0xe0,0x18,0xff,0xff,0xfb,0x2c,0xf5,0x01, +0x1b,0xfb,0x05,0xef,0xff,0x5c,0xff,0x3d,0x72,0x60,0xf9,0x00,0xcf,0xb2,0x01,0xdf, +0x76,0x82,0x10,0xa1,0xf7,0x38,0x3d,0x19,0xed,0x20,0xfd,0x11,0x04,0x26,0x79,0x02, +0x49,0x46,0x24,0x0d,0xf7,0x9d,0x42,0x23,0x0d,0xf7,0x95,0x45,0xa0,0x02,0x2d,0xf9, +0x21,0x99,0x99,0xdc,0x99,0x99,0x90,0x45,0x1b,0x05,0x72,0x3f,0x11,0xf6,0xda,0x11, +0x10,0xa0,0xfc,0x0c,0x61,0x02,0x63,0x00,0x07,0x85,0x00,0x56,0xbb,0x11,0xf8,0x1f, +0x2e,0x42,0x0d,0xf8,0x21,0x08,0xf3,0x7b,0x53,0x3e,0xff,0xf5,0x05,0xfe,0xbe,0x55, +0x80,0xf6,0x02,0xff,0x10,0x3f,0xf2,0x00,0x0f,0x94,0xa0,0x80,0xff,0x40,0x5f,0xf0, +0x00,0x04,0x2d,0xf7,0x84,0x44,0x22,0x8f,0xb0,0x6e,0x00,0x42,0xbf,0x80,0xbf,0x70, +0x0a,0x00,0x22,0xad,0x60,0x44,0x1b,0xb2,0x04,0x44,0x54,0x46,0xff,0x54,0x42,0x02, +0x2e,0xf7,0x0f,0x5f,0x21,0x14,0x08,0x71,0x91,0x48,0xf6,0x04,0xfd,0x80,0x90,0x01, +0x05,0x0a,0x00,0x12,0xbf,0xa0,0x26,0x05,0x0a,0x00,0x00,0x43,0x04,0x30,0xbf,0xd4, +0x44,0xaa,0x59,0x41,0xff,0xff,0xf9,0xbf,0xbb,0x2f,0x01,0x0a,0x00,0x10,0xd4,0xb6, +0x67,0x42,0x03,0x3b,0xfc,0x32,0xf0,0x14,0x04,0x32,0x00,0x01,0x0a,0x00,0x31,0x12, +0xbf,0xc0,0x64,0x10,0x32,0x2b,0xff,0xfa,0x0a,0x00,0x10,0x2e,0xc4,0x47,0x92,0xd3, +0x33,0x37,0xfe,0x00,0x0f,0xff,0xfc,0x10,0x28,0x00,0x27,0x05,0x39,0x32,0x00,0x12, +0x00,0x5a,0x00,0x0b,0x0a,0x00,0x10,0xd4,0x94,0x7f,0x32,0x01,0x1b,0xfa,0x8c,0x00, +0x43,0xf4,0x0a,0xff,0xf8,0x0a,0x00,0x3f,0x06,0xfe,0xa0,0xe9,0x9b,0x09,0x10,0x0a, +0xf1,0x07,0x23,0xcb,0x40,0x0a,0x00,0x01,0xff,0xb8,0x00,0x0a,0x00,0x00,0x5e,0x82, +0x03,0x0a,0x00,0x31,0x5f,0xfe,0xfb,0xc8,0x00,0x61,0xfc,0x02,0xef,0xb2,0xff,0x90, +0x0a,0x00,0xf3,0x05,0x1d,0xff,0x20,0x6f,0xf9,0x00,0x04,0x4b,0xfc,0x45,0xdf,0xfa, +0x44,0x4e,0xff,0xb1,0x00,0x0a,0xfa,0x0c,0x11,0x06,0xd5,0x0a,0xfa,0x14,0xd6,0xdd, +0xdd,0xdd,0x8a,0x50,0x02,0x4c,0xff,0xfd,0x25,0xa3,0xc2,0xe9,0x2e,0xee,0xee,0xee, +0xe7,0x00,0x0e,0xee,0xfb,0x00,0x2f,0x1c,0xb4,0x81,0x0a,0xfa,0x00,0x2f,0xf4,0x22, +0x2e,0xf8,0x64,0x00,0x02,0x76,0x96,0x0b,0x0a,0x00,0x01,0x1e,0x00,0x33,0x01,0x2b, +0xfa,0x32,0x00,0x33,0x0a,0xff,0xf7,0x0a,0x00,0x20,0x05,0xfe,0xbe,0x64,0x03,0xe7, +0x7d,0x00,0xe1,0x93,0x23,0x02,0x31,0x25,0x1c,0x11,0xce,0xec,0x0e,0x01,0x3a,0xb1, +0x03,0x0a,0x00,0xb1,0xcd,0xdd,0xff,0xed,0xdd,0x60,0x15,0x5f,0xf8,0x50,0xef,0xf0, +0x0a,0xe5,0x3f,0xff,0xff,0xe0,0x44,0x44,0xef,0x94,0x44,0x20,0x2d,0xdf,0xfe,0xc0, +0x28,0x00,0x23,0x0b,0xff,0xee,0x31,0x24,0xf3,0x0c,0x0a,0x00,0x90,0xf6,0x62,0x33, +0x33,0x33,0x6f,0xf3,0x31,0x01,0x62,0x40,0x00,0x61,0x1e,0x00,0xbf,0x05,0x12,0xda, +0xe6,0x00,0x10,0x3f,0x81,0x42,0x01,0x0a,0x00,0xa0,0x05,0x0f,0xf3,0x01,0x26,0x92, +0x22,0x5f,0xf2,0x20,0x6e,0x00,0x10,0x4f,0x44,0x47,0x01,0x78,0x00,0x24,0x0c,0xfd, +0x0a,0x00,0x11,0x03,0x91,0x6a,0x10,0x03,0xc1,0x04,0x30,0xb9,0x21,0x5f,0x5d,0x24, +0x11,0xf0,0xef,0x64,0x50,0xd0,0x00,0x07,0xed,0x50,0x16,0x0a,0x15,0xfd,0x2d,0x69, +0x03,0xcc,0x01,0x03,0x31,0x30,0x01,0x0a,0x00,0x32,0x01,0x6c,0xe3,0x0a,0x00,0x10, +0xfa,0xf9,0x16,0x91,0x05,0x5b,0xfd,0x54,0x2f,0xff,0xfe,0xa6,0x10,0x86,0x01,0xc0, +0x2f,0xf7,0x20,0x00,0x0b,0x82,0x1c,0xce,0xff,0xca,0x2f,0xf4,0x15,0x5c,0x00,0x28, +0x00,0x10,0x0f,0xf0,0x0c,0x10,0xf1,0x0a,0x00,0x12,0x07,0xe0,0x0b,0x81,0x09,0xfb, +0x25,0x00,0x13,0x44,0x44,0x31,0x2b,0x12,0x01,0x6e,0x3b,0x41,0x10,0x2c,0xff,0xff, +0x20,0x25,0x00,0x0e,0x95,0x40,0xfd,0x40,0x3f,0xfc,0x0d,0x12,0x31,0x08,0x5a,0xfb, +0xb1,0x00,0x20,0xef,0x60,0x3c,0x00,0x01,0x1c,0x0c,0x02,0x0a,0x00,0x11,0xfd,0x2b, +0x12,0x14,0x09,0x1e,0x00,0x24,0x01,0x2b,0x1e,0x00,0x60,0x09,0xff,0xf9,0x00,0x3f, +0xfe,0x71,0x12,0x34,0x04,0xfe,0xa1,0x3c,0x00,0x0f,0xe4,0x5d,0x02,0x10,0xf9,0xb7, +0x16,0x13,0x40,0x0a,0x00,0x02,0xd0,0x36,0xe4,0x0b,0xf9,0x01,0xaa,0xaa,0xef,0xea, +0xaa,0xa2,0x02,0x2c,0xfa,0x23,0xff,0x8c,0x05,0x62,0xf9,0xff,0x77,0x77,0x77,0x8f, +0x0a,0x00,0x50,0x0a,0xc8,0x00,0x1f,0xf3,0x28,0x00,0xd0,0x99,0x1f,0xf8,0x00,0x19, +0x92,0x00,0x0b,0xf9,0x02,0x22,0x6f,0xf6,0x50,0x07,0x22,0x0b,0xf9,0x28,0x0b,0x00, +0x53,0x64,0x12,0x8e,0xa2,0x03,0x81,0x03,0x7e,0xff,0xfa,0x07,0xff,0x20,0x0f,0x5a, +0x31,0x20,0xc5,0x0e,0x76,0x65,0x01,0x94,0xb0,0xd0,0x6f,0xfa,0x10,0xbf,0xe0,0x00, +0x03,0x0b,0xf9,0x00,0x4d,0xff,0xe9,0xfe,0xa6,0x00,0x82,0x00,0x32,0x7e,0xff,0xfe, +0x8c,0x00,0x00,0xe6,0x7a,0xa0,0xc2,0x00,0x01,0x1c,0xf9,0x01,0x59,0xff,0xfd,0xcf, +0xc1,0x69,0x20,0xf6,0x08,0x3d,0x3a,0x00,0x9f,0x53,0x88,0x90,0x00,0xeb,0x51,0x00, +0x00,0x2d,0x40,0x10,0x42,0x16,0xf3,0x0a,0x00,0x14,0x03,0xde,0x0d,0x04,0x0a,0x00, +0x72,0x02,0x3f,0xf5,0x23,0xff,0x32,0x22,0xbd,0xa1,0x20,0xf3,0xff,0xa9,0x02,0x00, +0x92,0x1d,0x12,0xe3,0x0a,0x00,0x01,0x28,0x00,0x02,0x51,0x49,0x00,0x0a,0x00,0x11, +0xdc,0xa2,0x0d,0x21,0x0f,0xf5,0x30,0x16,0x01,0x52,0xad,0x80,0xf4,0xff,0x5f,0xf6, +0xfa,0x33,0x30,0x6f,0xf6,0x04,0xf1,0x12,0x1f,0xf1,0xfd,0x1d,0x60,0x3f,0xff,0xf6, +0x04,0xff,0x1f,0xf0,0xcf,0xdf,0xe1,0x07,0x3f,0xf3,0x05,0xfe,0x1f,0xf0,0x7f,0xfc, +0x10,0x00,0x0f,0xf3,0x06,0xfd,0x1f,0xf0,0x2f,0x58,0x02,0x61,0x08,0xfc,0x1f,0xf0, +0x0c,0xf8,0xbc,0x02,0xf1,0x12,0xf8,0x2f,0xf5,0xb7,0xff,0x30,0x02,0x4f,0xf3,0x1f, +0xf5,0x5f,0xff,0xf4,0xcf,0xe2,0x09,0xff,0xf1,0x7f,0xf1,0xcf,0xfe,0x81,0x2f,0xc0, +0x04,0xfd,0x50,0x1a,0xa0,0x4e,0x60,0x0a,0x34,0x1e,0x00,0x0f,0x3c,0x20,0x0f,0xf1, +0xdc,0x05,0x02,0x0a,0x00,0x31,0x08,0xaa,0xab,0x45,0x87,0x13,0x0f,0x2d,0x86,0x70, +0xf0,0x05,0x6f,0xf6,0x52,0x33,0x35,0x30,0x90,0x50,0x2f,0xff,0xff,0xe0,0xde,0xa2, +0x1f,0x25,0x30,0x2f,0xf8,0x1f,0x00,0x3c,0x00,0x00,0x73,0x4a,0x00,0x5c,0x30,0x02, +0x3e,0xa6,0x00,0xab,0x25,0x20,0xf4,0x6c,0x3f,0x32,0x61,0xff,0xd6,0x01,0x5f,0xff, +0xd0,0x1e,0x00,0x00,0xe9,0x68,0x12,0xd0,0x32,0x00,0x50,0x2f,0xff,0xf4,0x00,0xab, +0x9a,0x11,0x64,0x20,0x06,0x2f,0xf1,0x02,0xec,0x78,0x00,0x32,0x06,0xfe,0x02,0x14, +0x0f,0xe0,0xf1,0x09,0xfe,0x12,0xff,0xcc,0xcc,0x50,0x00,0x0f,0xf1,0x0e,0xff,0xc5, +0x1e,0x00,0xd0,0x03,0x4f,0xf1,0x7f,0xfc,0xff,0xff,0x44,0x34,0x41,0x0d,0xff,0xf3, +0xae,0x87,0x00,0x3e,0x3c,0x60,0xec,0x40,0x6b,0x00,0x02,0x69,0xca,0x17,0x07,0xe2, +0x42,0x17,0xf0,0x0a,0x00,0x11,0xef,0x28,0x05,0x00,0x0a,0x00,0xe2,0xab,0xbb,0xbb, +0xbc,0xfe,0x00,0x02,0x3f,0xf3,0x20,0x3a,0xaa,0xaa,0xac,0xc1,0x4b,0x05,0x0a,0x00, +0x50,0xf1,0x77,0x77,0x77,0x7a,0x28,0x00,0x02,0xea,0x4f,0x02,0x32,0x00,0x03,0xa6, +0x5c,0x33,0x1f,0xf4,0x8f,0x3d,0x6a,0x13,0x7f,0xea,0x2d,0x10,0xf2,0x61,0xb0,0xf3, +0x02,0xf0,0x02,0xfe,0x00,0x0f,0xf2,0x3f,0xef,0xf1,0x3f,0xfc,0xcd,0xff,0xcc,0xcf, +0xf2,0x03,0x6e,0x00,0x12,0xff,0x78,0x00,0x33,0x23,0xfe,0x01,0x0a,0x00,0x35,0x22, +0xfe,0x00,0x0a,0x00,0x51,0x12,0xff,0x00,0x03,0x5f,0x0a,0x00,0x10,0x8f,0xbb,0x71, +0xa0,0xe0,0x00,0x99,0x12,0xfe,0x3b,0x92,0x00,0x09,0xec,0x62,0x51,0x11,0xfe,0x12, +0x07,0x10,0xf6,0xef,0x73,0x22,0xbc,0x40,0x0a,0x00,0x47,0x5f,0xe0,0xef,0x50,0x0a, +0x00,0xa0,0x02,0x2e,0xf8,0x20,0xbc,0xdf,0xe0,0xef,0xdc,0xc1,0x26,0x51,0x10,0xef, +0x7f,0x01,0x10,0xf1,0x0a,0x00,0x61,0x44,0x8f,0xe0,0xef,0x84,0x40,0xc2,0x06,0x05, +0x32,0x00,0x10,0xac,0x28,0x00,0x60,0xb0,0x00,0x0d,0xf8,0x63,0xdf,0x28,0x00,0x52, +0xe0,0x02,0x6f,0xff,0xf8,0x28,0x00,0x10,0x4f,0x37,0x05,0x01,0x28,0x00,0xe0,0x2f, +0xff,0xf9,0x11,0x22,0x7f,0xe0,0xef,0x72,0x20,0x08,0x4e,0xf6,0x05,0xcf,0x01,0x00, +0x81,0x0c,0x07,0x0a,0x00,0x0d,0x82,0x00,0x24,0x01,0x1e,0x0a,0x00,0x33,0x0b,0xff, +0xf4,0x0a,0x00,0x34,0x06,0xfe,0x80,0x28,0x00,0x0a,0x4e,0x02,0x40,0x00,0x01,0x37, +0xa7,0x0a,0x00,0x41,0x05,0x79,0xbc,0xef,0xbb,0x97,0x01,0x3f,0xb9,0xf0,0x07,0xeb, +0x85,0x10,0x02,0x3f,0xf3,0x23,0x86,0x56,0x82,0x00,0x1a,0x40,0x2f,0xff,0xff,0xe5, +0xc7,0x09,0xf8,0x00,0x7f,0xf8,0x2b,0x10,0xe4,0x51,0x50,0x20,0xdf,0x80,0xd0,0x37, +0x60,0xef,0x32,0xff,0x05,0xff,0x10,0x46,0x00,0x50,0xaf,0x70,0xc8,0x0d,0xf8,0x08, +0x11,0x80,0x20,0x46,0x10,0x99,0x4b,0xe0,0x00,0x02,0x4e,0x02,0x00,0x0f,0x72,0x00, +0x53,0x30,0x22,0xba,0xff,0x0c,0x46,0x13,0xef,0xb0,0x7a,0x40,0xf1,0x03,0x1f,0xf1, +0xdc,0x51,0x21,0xfd,0x10,0x82,0x00,0x11,0x07,0xee,0x3a,0x00,0x0a,0x00,0x50,0x6f, +0xf8,0xef,0x9f,0xf8,0x0a,0x00,0xf1,0x0c,0x1b,0xff,0xb0,0xef,0x48,0xff,0xb1,0x03, +0x4f,0xf1,0x9f,0xfb,0x00,0xef,0x40,0xaf,0xf5,0x0d,0xff,0xf0,0x0d,0x80,0x00,0xef, +0x40,0x08,0x80,0x86,0x01,0x01,0x5a,0x00,0x01,0x16,0x12,0x22,0x04,0xa9,0x16,0x12, +0x03,0xdb,0xa1,0x03,0x20,0x12,0x00,0x9c,0x13,0x32,0x1f,0xf3,0x02,0xb0,0x29,0x10, +0x1f,0x33,0x84,0x10,0xf7,0x44,0x38,0x62,0x1d,0xef,0xfe,0xa0,0x04,0xfe,0x0f,0xa6, +0xc4,0xf2,0x0a,0xcc,0xfd,0xcd,0xff,0xdc,0xc2,0x00,0x0f,0xf2,0x0c,0x19,0x0d,0xa0, +0xf6,0x52,0x33,0x3d,0xe8,0x33,0x33,0x30,0x03,0x7f,0x6d,0x1f,0x12,0xf3,0x97,0x50, +0x11,0xbe,0x97,0x32,0x43,0xe7,0x1f,0xef,0xf2,0x34,0x03,0x61,0x03,0x1f,0xf2,0x00, +0x1d,0xfa,0xa3,0x36,0x20,0x0f,0xf2,0xfe,0xb5,0x21,0xdf,0xc0,0x0a,0x00,0x51,0xbf, +0xff,0xeb,0xff,0x50,0x0a,0x00,0x21,0x03,0x9f,0xaf,0xc2,0x50,0x4f,0xf1,0x00,0x25, +0xae,0x45,0x54,0x11,0x0c,0xd6,0xbb,0xde,0xc5,0x6e,0xff,0xc0,0x07,0xec,0x40,0x0b, +0xeb,0x73,0x00,0x00,0x7e,0x06,0x0e,0x04,0x90,0x01,0x24,0x05,0xcd,0x0a,0x00,0x03, +0xd2,0x00,0xc5,0xf1,0x07,0xaa,0xaa,0xff,0xda,0xaa,0xa1,0x05,0x6f,0xf7,0x4b,0x2b, +0x6d,0x20,0xcb,0xfa,0x24,0x5b,0xd0,0xf2,0x1c,0xdf,0xfd,0xab,0xf6,0x58,0x20,0x66, +0x1f,0xf2,0x00,0x0f,0x54,0xb0,0x12,0x73,0x4a,0x01,0x00,0x87,0x61,0x20,0x5f,0xfc, +0xac,0x12,0xd0,0x16,0xff,0x80,0x00,0x03,0xef,0x90,0x00,0x1f,0xfe,0xd0,0xb6,0x00, +0x76,0x20,0x52,0x19,0xef,0xff,0xf0,0xdf,0xb1,0x7b,0x32,0xff,0xf7,0x00,0x0a,0x00, +0x34,0x0c,0x8f,0xf1,0xf7,0x9e,0x02,0x60,0x04,0x1f,0x30,0x0a,0x00,0x03,0x23,0x03, +0x4f,0x4e,0x9c,0x22,0xf7,0x0d,0x4d,0xaf,0x00,0x74,0x09,0x32,0xfc,0x40,0x01,0xdd, +0x52,0x00,0x9d,0x89,0x31,0x02,0xb7,0x16,0xa9,0x4f,0x62,0xf1,0x00,0x09,0xfd,0x3f, +0xf4,0x0a,0x00,0x20,0x0f,0xf7,0xf5,0x09,0xa0,0x13,0x6f,0xf4,0x30,0x7f,0xf9,0x7b, +0xfa,0x77,0x60,0xff,0xb0,0x11,0xdf,0x9a,0x01,0x10,0x6f,0x36,0x06,0xd1,0xfa,0xaf, +0xfc,0xaa,0x80,0x00,0x3f,0xf1,0x3f,0xff,0xe0,0x0e,0xf4,0x37,0x0c,0x70,0xef,0xff, +0xf5,0x5f,0xf8,0x55,0x20,0x0a,0x00,0x12,0xbf,0x60,0x0d,0xe1,0x4f,0xff,0xe7,0x5f, +0xfc,0xcf,0xfd,0xcc,0x70,0x7f,0xff,0xff,0xb0,0x5f,0x28,0x00,0xc1,0x5f,0xdf,0xf1, +0x00,0x5f,0xfd,0xdf,0xfe,0xdd,0x70,0x01,0x3f,0x06,0x3c,0x00,0x28,0x00,0x00,0x0a, +0x00,0x51,0xf3,0x3f,0xf7,0x33,0x10,0x0a,0x00,0x03,0x50,0x00,0x03,0x28,0x00,0x42, +0xd3,0x04,0x7f,0xf0,0x28,0x00,0x20,0xf3,0x0f,0x48,0x96,0x10,0xf4,0x7e,0x09,0x31, +0x0a,0xfc,0x30,0x30,0x1e,0x08,0x78,0xc5,0x00,0xf0,0x00,0x21,0x05,0xfe,0xd2,0x39, +0x08,0x0a,0x00,0xb2,0x04,0x69,0xff,0x66,0xaf,0xf6,0x61,0x03,0x4f,0xf5,0x3b,0xaa, +0x33,0xb0,0x1f,0xff,0xff,0xe8,0xbd,0xff,0xbb,0xdf,0xfb,0xb3,0x1f,0xc4,0x41,0x0e, +0x32,0x00,0x02,0x47,0xa7,0x00,0x20,0x03,0x13,0x10,0x18,0x31,0x32,0x2f,0xfe,0xf0, +0x0a,0x00,0x10,0x3d,0x38,0x43,0xf0,0x01,0x20,0xdf,0x40,0x9f,0xa0,0x2f,0xff,0xf7, +0x10,0xff,0x42,0xdf,0x62,0xaf,0xa0,0x08,0x2a,0xa0,0x01,0x28,0x00,0x00,0x3c,0x00, +0x10,0xff,0x49,0x26,0x02,0x0a,0x00,0x01,0x28,0x00,0x01,0x0a,0x00,0x01,0x28,0x00, +0x24,0x03,0x4f,0x28,0x00,0x10,0x0d,0x44,0x36,0x00,0x9c,0x0d,0x41,0xa0,0x08,0xec, +0x40,0x60,0x20,0x21,0x9f,0xa0,0x3a,0x84,0x0e,0x64,0x05,0x08,0xf6,0x04,0x10,0xba, +0x68,0x40,0x90,0x02,0x4f,0xf3,0x20,0xef,0xa8,0x88,0x8a,0xff,0xe4,0x02,0x10,0xf0, +0x3e,0x8a,0x03,0x0a,0x00,0x31,0x51,0x11,0x15,0x4f,0x8c,0x07,0x32,0x00,0x01,0x59, +0x59,0x00,0xc8,0x17,0x11,0x89,0x05,0x50,0x31,0xb0,0x04,0x9f,0x9a,0xc3,0x00,0xa3, +0x7b,0x70,0xff,0xff,0xb3,0x43,0x34,0xff,0x53,0x72,0x06,0x40,0xf1,0x00,0xcf,0x51, +0x84,0x00,0xa0,0x05,0x2f,0xf0,0x00,0xff,0x31,0xff,0xdc,0xcc,0x00,0x29,0x52,0x23, +0xff,0x21,0x46,0x00,0x51,0x07,0xff,0x91,0xff,0x20,0x8c,0x00,0x60,0x0d,0xff,0xf7, +0xff,0x20,0x00,0x64,0x05,0x30,0x5f,0xf5,0xff,0xd6,0x94,0x61,0x0e,0xff,0xd2,0xff, +0x80,0x6f,0x54,0x2b,0x9b,0xec,0x30,0x7d,0x00,0x02,0x9d,0xef,0xff,0xf0,0xab,0x6f, +0x40,0x00,0x14,0x69,0xd5,0x26,0x55,0x10,0x0b,0xb1,0x72,0x00,0x28,0x6f,0x00,0x2b, +0x0b,0xa1,0xc8,0x51,0x00,0x24,0xff,0x31,0x01,0x21,0x0e,0xf4,0x08,0x12,0x72,0xc1, +0x22,0x22,0xef,0x62,0x22,0x20,0xe0,0x11,0x00,0xe3,0x49,0x32,0x5f,0xf4,0x1a,0x0d, +0x04,0x00,0x4b,0x55,0x31,0x05,0x0e,0xf4,0xb9,0x7e,0xf0,0x01,0x30,0x9f,0xf7,0xef, +0x9f,0xff,0x40,0x16,0xff,0xfe,0x2f,0xfb,0x6e,0xfa,0xff,0xf4,0xd8,0x6f,0x60,0xfe, +0x00,0xef,0x40,0xdf,0x43,0x17,0xbc,0xf0,0x00,0xe0,0x0e,0xf4,0x0d,0xf4,0x08,0x6f, +0xf1,0x02,0xff,0xf8,0xef,0xaf,0xff,0x40,0x5f,0x56,0x50,0xfe,0x8e,0xfa,0xef,0xf4, +0xf4,0x8a,0x01,0x26,0x00,0x01,0x13,0x00,0x60,0xe2,0x2e,0xf5,0x2e,0xf4,0x02,0x26, +0x00,0x01,0xfd,0x19,0x22,0xaf,0xff,0xa4,0x18,0x51,0xf4,0x05,0xfd,0x40,0x02,0x2c, +0x2e,0x12,0x40,0x4e,0x02,0x00,0x81,0x54,0x25,0x0c,0xf7,0x43,0x3b,0x12,0xf7,0x81, +0x6b,0x02,0x0a,0x00,0x40,0xf9,0x99,0x9b,0xfe,0x3e,0x0d,0x12,0x20,0x0a,0x00,0x10, +0x1f,0x25,0x29,0x33,0xfb,0xbb,0xbc,0x0a,0x00,0x11,0xf4,0x8e,0x21,0x09,0x32,0x00, +0x01,0x24,0x26,0x00,0xa6,0x7a,0x11,0x49,0xff,0x11,0x10,0xd4,0xa0,0x59,0x02,0xfa, +0x0a,0x10,0x6f,0xba,0x27,0x12,0xf8,0x47,0x55,0x40,0xf9,0x00,0x8f,0xfe,0x83,0x2f, +0x43,0x06,0x2c,0xf7,0x08,0x2c,0x1a,0x80,0x0c,0xf7,0x8f,0xf4,0xaf,0x77,0xf9,0x8f, +0x19,0x42,0x70,0x09,0x38,0xfc,0x1e,0xf1,0xaf,0x70,0x50,0x00,0xf1,0x15,0x7f,0xf2, +0x9f,0x80,0xbf,0x50,0x04,0x4e,0xf7,0x1b,0xfe,0x36,0xfe,0x11,0xff,0x30,0x0c,0xff, +0xf4,0x3e,0xe2,0x4f,0xf5,0xff,0xff,0x00,0x07,0xfd,0x70,0x01,0x10,0x09,0x60,0xcf, +0xd5,0x00,0x51,0x77,0x12,0xcc,0xbd,0x3e,0x62,0xe0,0x00,0x04,0xff,0x72,0x20,0x0a, +0x00,0x10,0x0c,0x84,0x87,0x01,0x0a,0x00,0x41,0x8f,0xfb,0xbd,0xfc,0x6c,0x0c,0x51, +0x76,0xff,0x70,0x1e,0xf4,0x0a,0x00,0x02,0x29,0x2f,0x00,0x67,0x91,0x01,0xaa,0x12, +0x20,0xff,0x20,0x28,0x00,0xf0,0x0b,0xcf,0x17,0x94,0xa0,0xcf,0x20,0x00,0x2f,0xe4, +0x20,0xcf,0x1e,0xa2,0xf6,0xcf,0x20,0x02,0x7f,0xff,0x60,0xcf,0x9f,0x30,0xad,0xcf, +0x20,0xe8,0x41,0xf4,0x0f,0xcf,0xc9,0x56,0x6d,0xdf,0x20,0x1f,0xef,0xe0,0x00,0xcf, +0x10,0xef,0x30,0xcf,0x20,0x02,0x2f,0xe0,0x4d,0xff,0xdd,0xff,0xdd,0xff,0xd4,0x00, +0x2f,0xe0,0x4f,0xb5,0x8f,0x10,0xe0,0xe0,0x1e,0x11,0xe1,0x82,0x00,0x00,0xb4,0x80, +0xf0,0x0c,0xfb,0x00,0x00,0x03,0x7f,0xd0,0x00,0x4c,0xff,0x71,0xef,0xd5,0x00,0x0c, +0xff,0xb0,0x8e,0xff,0xf6,0x00,0x2d,0xff,0xf4,0x07,0xeb,0x20,0x4f,0xe1,0x47,0x27, +0x6c,0xc0,0x6e,0x1e,0x00,0x22,0x06,0x33,0x02,0xec,0x20,0x0a,0x00,0x50,0x3e,0xfe, +0x88,0x88,0x30,0x0a,0x00,0x21,0x08,0xff,0xad,0x55,0x70,0x3f,0xf4,0x39,0xff,0xf7, +0x43,0x3a,0xc5,0x8e,0x61,0xff,0xec,0xfa,0x28,0xe4,0x8f,0x78,0x01,0x30,0xe1,0x39, +0x52,0x61,0xb3,0x00,0x4c,0x4c,0x41,0x0c,0xfc,0xff,0xf6,0x3c,0x00,0x20,0x07,0xbf, +0x05,0x51,0x00,0xc4,0x09,0x13,0x3a,0xd1,0x1e,0x41,0x4f,0xff,0xd2,0xbf,0x65,0x02, +0xf0,0x01,0x4f,0xff,0xff,0xe1,0xef,0xed,0xff,0xed,0xdd,0xc0,0x2f,0xef,0xf4,0x06, +0xfd,0x10,0x5c,0x0b,0x50,0x03,0x0f,0xf2,0x1d,0xee,0xd0,0x0c,0x33,0xd9,0x00,0x0f, +0x7e,0x18,0x10,0xfa,0x78,0x00,0x60,0x34,0x10,0xef,0x60,0x14,0x40,0x0a,0x00,0x20, +0xef,0x30,0x01,0x7f,0x00,0xd4,0x03,0x70,0xef,0xa9,0xff,0xb9,0xaf,0xe0,0x0d,0xf5, +0x9b,0x02,0x81,0x9f,0x31,0xfc,0x50,0x00,0xbc,0x13,0x12,0xe0,0xc8,0x0a,0x30,0x13, +0x68,0xb6,0x6d,0x22,0x22,0x8b,0xde,0xc2,0x2b,0xf0,0x03,0xf3,0x09,0xff,0xfe,0xdc, +0x97,0x82,0x00,0x34,0xff,0x63,0x17,0x80,0x4d,0x70,0x1f,0xd1,0x1f,0x11,0x08,0xe0, +0x22,0xfe,0x06,0xfc,0x01,0xff,0xff,0xfe,0x08,0xf5,0x0d,0xd1,0xdf,0x30,0x62,0x0c, +0x60,0x3f,0xc1,0x20,0x19,0xa0,0x00,0xb2,0xc4,0x02,0x46,0x01,0x50,0x0f,0xf5,0x3a, +0xff,0xee,0x0d,0x56,0x71,0x03,0xff,0xfc,0xcf,0x40,0x3f,0xf0,0x9d,0xc3,0x30,0xe3, +0x72,0x25,0x0b,0x0b,0x32,0xff,0xff,0x75,0xdf,0x11,0x41,0x08,0x4f,0xf3,0x3c,0x57, +0x3c,0xa0,0xc0,0x00,0xff,0x30,0x59,0x50,0x3f,0xf0,0x09,0xa2,0x72,0x00,0x30,0xf8, +0x03,0xff,0xcc,0x95,0x00,0x17,0x7a,0xc0,0x3f,0xf0,0x0d,0xf4,0x04,0x6f,0xf3,0x09, +0xfd,0xbc,0xff,0xbb,0x11,0xb7,0x02,0xd3,0x36,0x60,0xf4,0x08,0xec,0x50,0x03,0x55, +0x01,0x45,0x10,0x40,0x3e,0x41,0x21,0x05,0xfd,0x62,0x0c,0xb3,0x2f,0xf0,0x07,0x9b, +0xfe,0x99,0xff,0xc9,0x70,0x00,0x2f,0x74,0x50,0xa0,0xb0,0x02,0x4f,0xf2,0x24,0x59, +0xfe,0x55,0xff,0xa5,0x5d,0x08,0x70,0xf0,0x35,0xa9,0x33,0x9a,0x62,0x00,0x0a,0x00, +0x03,0xea,0x1b,0x00,0x43,0x04,0x33,0x97,0x77,0x7c,0x0a,0x00,0x40,0xa9,0x99,0x9d, +0xfb,0x07,0x04,0x15,0x40,0x43,0x77,0x30,0xf0,0xff,0x30,0xe1,0x0c,0x13,0x4e,0x41, +0x8a,0x00,0xe1,0x0c,0x90,0xf5,0x00,0x99,0x9b,0xff,0x99,0x97,0x00,0x08,0x6d,0x65, +0x30,0x28,0xfd,0x22,0xd6,0xa0,0x24,0xf0,0x1f,0x0b,0x2f,0x81,0xf0,0x1c,0xcc,0xdf, +0xff,0xfd,0xcc,0xa0,0xd4,0x41,0x41,0xcf,0xeb,0xfd,0x20,0xe3,0x09,0x70,0x6d,0xff, +0x51,0xef,0xe7,0x10,0x0e,0xb6,0x4b,0x00,0x2f,0xa8,0xb4,0xe0,0x09,0xec,0x30,0x0e, +0xe9,0x10,0x00,0x02,0xaf,0x40,0xfc,0x10,0x12,0x01,0x7b,0xbb,0x21,0x00,0x28,0x00, +0x8b,0x00,0x4c,0x08,0x30,0x6f,0xd4,0xc1,0x0a,0x00,0xf0,0x05,0x1d,0xdd,0xff,0x1b, +0xff,0xe3,0x00,0x01,0x4f,0xd1,0x07,0x65,0xfb,0x06,0xff,0x29,0xb0,0x2f,0xff,0xff, +0xee,0x81,0x70,0xcf,0xdf,0xb1,0x2d,0xef,0xfd,0x17,0xba,0x91,0xa0,0xfd,0x20,0x00, +0x3f,0xc3,0xdf,0xfe,0xa8,0x3a,0xae,0xdd,0x23,0x20,0xc0,0xdf,0x51,0x75,0xf0,0x08, +0xfe,0xb0,0x00,0x3f,0xd6,0x31,0x12,0xfc,0x5f,0x68,0xf3,0x10,0x00,0x5f,0xff,0x32, +0x23,0xfc,0x7f,0x48,0xf4,0x00,0x3d,0x7e,0x65,0x30,0xfe,0xff,0x16,0x36,0xc5,0xf1, +0x16,0xd1,0x1f,0xe9,0x98,0xb8,0x00,0x68,0x40,0x08,0x7f,0xc0,0x4f,0xa0,0x00,0x9e, +0xdd,0xde,0x60,0x00,0x3f,0xc0,0x6f,0xff,0xfc,0x8f,0xdc,0xff,0x40,0x00,0x3f,0xc0, +0x59,0x9b,0xfb,0x7f,0xc5,0xfe,0x96,0x00,0x31,0x05,0xf9,0x09,0x4c,0x63,0x60,0xc0, +0x00,0x08,0xf7,0x05,0xff,0x3b,0x11,0xfa,0x03,0xa0,0x0c,0xcf,0xf6,0xdf,0xfc,0xfe, +0x30,0x0b,0xfb,0x20,0x0a,0xfe,0x90,0xcd,0x50,0x6d,0x20,0x5d,0x08,0x50,0x01,0x23, +0x46,0x8a,0xd6,0x0a,0x00,0x02,0x35,0x9b,0x10,0x10,0xf7,0x09,0xf0,0x02,0xbe,0xba, +0xff,0x46,0xb5,0x00,0x03,0x4f,0xf4,0x20,0x8f,0x92,0xff,0x0a,0xf8,0x00,0x2f,0x82, +0x8f,0x40,0xc2,0xff,0x1f,0xf1,0x0a,0x00,0x12,0xee,0x11,0x33,0x00,0x44,0x6c,0x00, +0x0b,0x00,0x22,0xee,0xe0,0x67,0x08,0x11,0xff,0x8b,0x20,0x70,0xf3,0x30,0x8f,0xf9, +0xff,0x6f,0xf8,0x2e,0x10,0xf0,0x02,0xdd,0xff,0x72,0xff,0x07,0xff,0xe4,0x3b,0xff, +0xff,0xef,0xf7,0x13,0xaa,0x11,0x7f,0xd1,0x79,0x28,0x02,0xa5,0x30,0x80,0x19,0x5f, +0xf1,0x01,0xff,0x9a,0xfe,0x9a,0x63,0x29,0x09,0x0a,0x00,0x02,0x5f,0x06,0x00,0x0a, +0x00,0x40,0x02,0xfd,0x02,0xff,0x5d,0x08,0x11,0x01,0x88,0x58,0x24,0x00,0x0d,0x5b, +0x3b,0x60,0x00,0x08,0xec,0x40,0x01,0xee,0x57,0x41,0x0a,0x03,0x1c,0x12,0x03,0xd6, +0x01,0x00,0x0a,0x00,0xf0,0x02,0xfd,0x9f,0xd9,0xfe,0x9f,0xd0,0x02,0x2f,0xf5,0x23, +0xfc,0x6f,0xc6,0xfd,0x6f,0xd0,0x1f,0xc1,0x0d,0x01,0x1e,0x00,0x10,0x1f,0x20,0x7c, +0x41,0x33,0xef,0x73,0x33,0xe7,0x0f,0x02,0xa9,0x15,0x00,0x46,0x00,0xf4,0x05,0x78, +0x88,0xff,0xa8,0x88,0x40,0x00,0x0f,0xf8,0x88,0xaa,0xaa,0xff,0xca,0xaa,0xa0,0x16, +0x9f,0xff,0xec,0x8f,0xb1,0xf0,0x02,0xfd,0x81,0x16,0xeb,0x11,0x2e,0xe4,0x10,0x0e, +0xbf,0xf2,0x02,0x58,0xff,0x65,0x7f,0xf6,0x25,0x04,0x14,0x05,0x95,0x07,0x70,0xf2, +0x02,0x66,0x66,0xef,0x96,0x66,0xb7,0x03,0x75,0x1b,0xbb,0xbb,0xff,0xcb,0xbb,0xb4, +0xd5,0x03,0x43,0xf6,0x03,0x4f,0xf2,0xab,0xa9,0x24,0x0c,0xff,0xb5,0xa9,0x10,0x08, +0x70,0x8f,0x0d,0xbf,0xa9,0x00,0x24,0xd0,0x04,0x67,0x4b,0x20,0xfe,0x0e,0x5d,0x01, +0x70,0x04,0x99,0xbf,0xc9,0x98,0x1f,0xf9,0x06,0x48,0xf1,0x09,0xfc,0xbf,0xca,0xfa, +0xcf,0xb0,0x0f,0xfe,0xe6,0x00,0xfe,0xdf,0xed,0xfe,0xfb,0x10,0x04,0x9a,0x94,0x00, +0xfd,0xcf,0xdb,0xf7,0xa5,0xcc,0x90,0x04,0x77,0x9f,0xb7,0x75,0x2c,0xfb,0x9e,0xf9, +0xbc,0x52,0x30,0xee,0xff,0x06,0xcb,0xb6,0xb1,0x01,0xf8,0x6f,0x95,0xfa,0x7a,0xff, +0xff,0xda,0x63,0x01,0x21,0x1a,0xf0,0x00,0xc7,0x6b,0xff,0xf4,0x01,0x77,0x78,0x88, +0x88,0xba,0xbc,0xdf,0xe6,0x50,0x00,0x8d,0x4d,0xb0,0xfb,0xa9,0x76,0x42,0x00,0x00, +0x49,0x99,0x99,0xaf,0xfa,0xad,0x97,0x31,0x00,0x5d,0xdd,0xc6,0x42,0x40,0xd3,0x00, +0x18,0x88,0x6a,0x45,0x00,0xea,0xad,0x05,0x0a,0xb5,0x02,0x67,0xc8,0x04,0x6b,0x01, +0x34,0x9b,0xdf,0xf0,0x08,0x1b,0x03,0xc9,0x5f,0x02,0x5e,0xce,0x03,0x0a,0x00,0x02, +0x0f,0xa3,0x01,0x0a,0x00,0xe0,0xfb,0xaa,0xcf,0xf0,0x00,0x01,0x4f,0xf1,0x00,0x0e, +0xf3,0x11,0x7f,0xf0,0x05,0x06,0x01,0x0a,0x90,0x02,0x0a,0x00,0x12,0x05,0x45,0x76, +0x10,0x3f,0x45,0x20,0x40,0x7b,0xff,0xff,0xd0,0xb5,0x58,0xf1,0x12,0xfa,0xcf,0x7c, +0xfa,0xaf,0xe0,0x00,0x3f,0xf3,0x4a,0xf0,0x5f,0x7c,0xf1,0x0f,0xe0,0x00,0x4f,0xff, +0xba,0xfa,0xcf,0x7c,0xfb,0xaf,0xe0,0x2d,0xff,0xff,0xa9,0xff,0xff,0x7c,0xc2,0x01, +0x01,0xd7,0x0b,0x00,0x21,0x24,0x51,0x4f,0xf0,0x0d,0xee,0xef,0x71,0x2e,0x22,0x3f, +0xf0,0xe3,0x13,0x01,0xb7,0x11,0x11,0x02,0x28,0x28,0x00,0x0a,0x00,0x00,0x3e,0x08, +0xf0,0x0b,0xd3,0x00,0x03,0x8f,0xf1,0x7e,0xff,0xc4,0xff,0x3e,0xff,0xb3,0x08,0xff, +0xe0,0xdf,0xfa,0x03,0xff,0x02,0xcf,0xe1,0x05,0xfd,0x40,0x3b,0x1e,0x59,0x28,0x06, +0x40,0x85,0x01,0x14,0xc0,0xfd,0x8d,0x01,0x0a,0x00,0x02,0x5a,0x79,0x10,0xc0,0xb7, +0x2a,0xc0,0xaa,0xaa,0x00,0x02,0x6f,0xc2,0x07,0x77,0x7e,0xfb,0x77,0x77,0x9c,0x04, +0x12,0x3f,0xfe,0x01,0x00,0x0a,0x00,0xf0,0x14,0xd3,0x3e,0xf5,0x34,0x8f,0x70,0x00, +0x5f,0xc0,0x1f,0xc7,0x9f,0xfe,0xfe,0x6e,0x30,0x00,0x4f,0xc0,0x1f,0xc9,0xae,0xf9, +0x53,0x6a,0x10,0x00,0x4f,0xc6,0x2f,0xc0,0x08,0xff,0xff,0xfd,0x99,0x57,0xc2,0x5f, +0xc6,0x77,0x89,0x99,0x97,0x20,0x5f,0xff,0xfd,0x6f,0xcd,0x52,0xc9,0xf1,0x0a,0xff, +0xc0,0x3f,0xb1,0x6c,0xfc,0x10,0x04,0x00,0x05,0x5f,0xc0,0x4f,0xbe,0xfc,0xcf,0x32, +0xbf,0x60,0x00,0x4f,0xc0,0x5f,0x85,0x49,0x62,0x3d,0x80,0x4f,0xc0,0x9f,0x9a,0xfe, +0x6d,0xfa,0xf9,0x0a,0x00,0xf0,0x11,0xdf,0x6e,0x76,0xef,0xf5,0xbf,0x20,0x00,0x6f, +0xb3,0xfe,0x17,0xdf,0x86,0xf6,0x4f,0xd1,0x0f,0xff,0x9a,0xf9,0xdf,0xa5,0x9e,0xf3, +0x08,0xe1,0x0b,0xfb,0x11,0xb1,0x32,0x8b,0x11,0x18,0x20,0xa0,0x1c,0x00,0x84,0x4b, +0x12,0xd9,0x0a,0x00,0x10,0x01,0xbd,0x1b,0x10,0x11,0x0a,0x00,0x12,0x3f,0xa9,0x36, +0x00,0x0a,0x00,0x70,0xfb,0xbb,0xbb,0xbb,0xdf,0xc0,0x3e,0x80,0xc3,0xa3,0xb4,0x5d, +0x84,0x9f,0xb0,0x3f,0xff,0xff,0x31,0xcf,0xdb,0x18,0xf0,0x01,0xb0,0x09,0xf9,0x3f, +0xa8,0xf7,0xcf,0x30,0x00,0x6f,0xa0,0x5f,0xbc,0xff,0x21,0xfe,0x22,0x1d,0x41,0xb3, +0x07,0x89,0xf8,0xbe,0x22,0x80,0x8f,0xff,0x33,0xff,0xfe,0xdd,0xde,0xf9,0x15,0x0a, +0xc0,0x6b,0xfd,0xaf,0xff,0xf4,0xdf,0xb1,0x2f,0xff,0xc1,0x8f,0xd2,0x08,0x3d,0x51, +0xd0,0x07,0x8f,0xa0,0x07,0xcc,0x06,0x10,0x20,0x82,0x00,0x00,0x29,0x06,0x11,0xc7, +0x8c,0x00,0x50,0x58,0x34,0xfe,0x05,0xa0,0x0a,0x00,0x60,0x02,0xff,0x54,0xfe,0x0d, +0xfa,0x0a,0x00,0x50,0x2d,0xfa,0x04,0xfe,0x02,0x6a,0x8e,0xf3,0x00,0x90,0xbf,0xc1, +0xde,0xfd,0x00,0x6f,0xb0,0x08,0xfb,0x10,0x06,0x00,0xcf,0xe5,0x06,0x89,0x04,0x4e, +0x02,0x36,0xc0,0x8f,0x60,0x0a,0x00,0x21,0x71,0xcf,0xcd,0x0b,0x60,0xc0,0x8f,0xce, +0xfc,0xac,0xcc,0xff,0x0b,0x61,0xc0,0x8f,0xe9,0x40,0x04,0x26,0x5d,0x72,0x81,0x8f, +0x60,0x4a,0x6f,0xff,0xe1,0x00,0x2e,0x52,0xc4,0x31,0x43,0xcf,0xf5,0x8c,0x05,0x21, +0xcb,0xb7,0xaa,0x1a,0xf0,0x00,0x3f,0xc0,0x5f,0x90,0x01,0xbb,0xbc,0xfc,0xb1,0x00, +0x3f,0xeb,0xaf,0xdb,0xb8,0x81,0x02,0x20,0x16,0xcf,0xd6,0x02,0xf0,0x11,0x33,0x8f, +0x8b,0xd0,0x6f,0xff,0xfe,0xf9,0xcf,0x10,0x69,0x6f,0x6c,0xa0,0x3f,0xff,0xc0,0xa2, +0xcf,0x10,0xbf,0x6f,0x60,0x10,0x03,0x4f,0xc5,0xff,0xff,0xfc,0xce,0x5f,0xef,0x0d, +0xf0,0x02,0xc4,0xcc,0xff,0xc9,0xed,0x5f,0xed,0x90,0x00,0x3f,0xc0,0x04,0xfd,0x00, +0xfe,0x6f,0x60,0x50,0x00,0x60,0x0b,0xff,0xc5,0xff,0xaf,0x60,0x64,0x05,0x30,0x6f, +0xee,0xfd,0xf6,0x04,0xfe,0x05,0x1f,0xff,0xa7,0xff,0x32,0x9f,0xd6,0xff,0xed,0xd5, +0x0c,0xfb,0x23,0xc3,0x00,0x2b,0x40,0x5c,0xff,0xf2,0x35,0x17,0x04,0x5b,0x0f,0x12, +0x9f,0x53,0x0d,0x70,0x03,0x55,0x55,0xaf,0xe6,0x55,0x51,0x31,0x11,0x02,0xbc,0x02, +0xf1,0x09,0x04,0x5f,0xf6,0x49,0xfb,0x68,0xb7,0x6a,0xb7,0x61,0x1f,0xff,0xff,0xd9, +0xf8,0x7c,0xfa,0x8f,0xfa,0x60,0x1d,0xdf,0xfd,0xb9,0x4d,0x31,0x10,0xc0,0x28,0x00, +0x30,0xf8,0x08,0xf4,0x59,0x32,0x00,0x63,0x11,0xa0,0xde,0xfe,0xdf,0xfe,0xd5,0x00, +0x0f,0xf4,0x49,0xfe,0xb8,0x03,0xa0,0xd5,0x00,0x5f,0xff,0xca,0xf8,0x33,0x3e,0xf4, +0x33,0x5c,0x32,0x23,0xca,0xf8,0xec,0x04,0xd3,0xf3,0x0c,0xf7,0xfd,0x2d,0xf2,0x3f, +0xd0,0x03,0x0f,0xf1,0x0d,0xf5,0x1e,0x05,0x30,0xf1,0x0f,0xf2,0x14,0x00,0x00,0x0a, +0x00,0x24,0x4f,0xe1,0x14,0x00,0xf0,0x0a,0x8f,0x90,0x6d,0xe6,0x6b,0xe6,0x50,0x02, +0x4f,0xf2,0xef,0x51,0xaf,0xf7,0x1f,0xfb,0x00,0x0c,0xff,0xe7,0xfd,0x6f,0xff,0x80, +0x1a,0x9d,0x0e,0x84,0x41,0x95,0x1d,0xe5,0x00,0x00,0x4e,0xc1,0xdb,0x14,0x1a,0x01, +0x51,0x73,0x03,0x0a,0x00,0x50,0x03,0x44,0x44,0x44,0xaf,0x3f,0x0d,0x15,0x10,0x0f, +0x53,0x16,0x40,0x0a,0x00,0x0e,0x32,0x00,0x00,0x79,0x53,0x01,0xea,0x1f,0x13,0x65, +0x8f,0x7a,0x02,0x9e,0x23,0x13,0xbe,0x07,0x6f,0x03,0xe6,0xb8,0x00,0x0f,0xbc,0x00, +0xc4,0x2e,0x00,0x55,0xa9,0x02,0x71,0x46,0x11,0x70,0xe6,0x35,0x00,0x4e,0x27,0x11, +0xfa,0xf6,0x53,0x01,0xf5,0x45,0x03,0xa3,0x1c,0xe0,0x27,0xcf,0xff,0xff,0xfb,0x62, +0x00,0x00,0x38,0xbe,0xff,0xff,0xe8,0xbf,0x4e,0x35,0x41,0x3f,0xff,0xff,0xb5,0x0f, +0x51,0x41,0x60,0x09,0xb8,0x41,0x78,0x1a,0x12,0x9a,0x34,0x00,0x14,0x21,0x5d,0x86, +0x24,0x0c,0xfb,0x0e,0x1f,0x12,0xff,0x4d,0xb6,0x41,0xef,0x60,0x3f,0xf5,0xc2,0x60, +0x30,0x0e,0xf6,0x07,0x0d,0x3a,0x01,0x13,0x00,0x10,0xbf,0xa1,0x01,0x00,0x13,0x00, +0x11,0x1f,0xd8,0x32,0x80,0xff,0x10,0xef,0x68,0xff,0x40,0x07,0xfe,0x26,0x00,0x60, +0xf8,0xff,0xf8,0x00,0xaf,0xa0,0x26,0x00,0x00,0xcd,0x50,0x11,0xf6,0x13,0x00,0x50, +0xeb,0xef,0x52,0xff,0x20,0x13,0x00,0x50,0x63,0x18,0xfb,0x8f,0xe0,0x5c,0x4b,0x53, +0xf6,0x00,0x1f,0xfe,0xf7,0x25,0x07,0x10,0xaf,0xed,0xa3,0x31,0xff,0xef,0xf6,0xce, +0x36,0xf2,0x02,0x07,0xfc,0x50,0xef,0x60,0x01,0xef,0xff,0x50,0x00,0x13,0x00,0x0e, +0xf6,0x02,0xdf,0xfe,0xc3,0xa5,0x60,0x77,0xff,0xf6,0x2e,0xff,0xa1,0xf5,0x26,0x22, +0xdf,0xf6,0xf3,0x4d,0x7c,0xef,0x62,0xc2,0x00,0x00,0x1a,0x10,0xa5,0x1c,0x10,0xb8, +0x1a,0x62,0x41,0x99,0x99,0x99,0x90,0x8f,0x2b,0x11,0x0a,0x0c,0x3d,0x01,0x2f,0xad, +0x60,0xbb,0xbb,0xdf,0xe0,0x0f,0xfa,0xe1,0x97,0x00,0x93,0x48,0x11,0x4f,0xdc,0x2f, +0x00,0x0a,0x00,0x11,0xaf,0x1e,0x3e,0x01,0xd6,0x77,0x50,0xd0,0x03,0xff,0x30,0x06, +0xd8,0x11,0x43,0xff,0xf1,0x06,0xff,0xba,0x1c,0x20,0xf5,0x0a,0x92,0xc0,0x40,0x55, +0x55,0x5a,0xd9,0x20,0xa9,0x01,0x61,0x1d,0x32,0x22,0xff,0x7f,0xcc,0x89,0x00,0xa9, +0x01,0x33,0xc0,0x00,0x06,0xaf,0xc6,0x71,0x50,0x00,0x06,0xff,0x01,0x5b,0xe0,0x1f, +0xc6,0x72,0x07,0xff,0xbf,0xff,0xf1,0x02,0xef,0x81,0xd3,0xf0,0x04,0xfa,0x40,0x6e, +0xff,0xdf,0xfc,0x20,0x0d,0xff,0xd6,0x10,0x1d,0xff,0xf6,0x0a,0xff,0xf6,0x07,0xb3, +0xf3,0x4a,0x11,0x50,0xda,0x66,0x11,0x00,0x33,0x4c,0x00,0x78,0x20,0x61,0x9d,0x30, +0x00,0x02,0xca,0x20,0x0e,0x22,0x14,0xa0,0xb4,0xb8,0x50,0x6f,0xb0,0x00,0x0a,0xfe, +0xd3,0x01,0x91,0xdd,0xef,0xdd,0xda,0x0e,0xfc,0x44,0x44,0x42,0x0c,0x61,0x01,0x67, +0xce,0xa2,0x05,0x6f,0xf6,0x55,0x53,0x8f,0xfe,0xef,0xff,0xe6,0x01,0x4c,0x10,0xf1, +0xcf,0x1e,0x01,0x64,0x16,0x33,0xf5,0x0b,0xf9,0x01,0x44,0x30,0xf9,0x0e,0xf6,0x90, +0x5b,0x60,0x6f,0xf9,0xf7,0xfe,0x4f,0xf3,0x28,0x0a,0x60,0x3f,0xf0,0x50,0xef,0xdf, +0xe0,0x0e,0x06,0x31,0x4f,0xf0,0x00,0xb1,0x94,0x60,0x6f,0xd0,0x4f,0xf0,0x00,0x4f, +0x6f,0x00,0x20,0x9f,0xb0,0x31,0x4b,0x02,0xa9,0x3b,0x20,0x6f,0xe0,0xf4,0x1a,0x00, +0xbd,0x42,0xf8,0x12,0x7f,0xd0,0x2c,0xff,0xef,0xf9,0x00,0x0e,0xfb,0x12,0xcf,0xb6, +0xff,0xf7,0x1d,0xff,0xd3,0x4f,0xf2,0x9f,0xff,0x8d,0xff,0x70,0x02,0xdf,0xf3,0x05, +0x70,0x4f,0xfa,0x04,0xd3,0xda,0x72,0x04,0xbe,0x00,0x14,0xdb,0x0a,0x00,0x24,0x0a, +0xfe,0x0a,0x00,0x21,0x0e,0xfa,0x49,0x68,0x94,0xcf,0xb2,0x22,0x3f,0xf9,0x44,0x44, +0x42,0x3f,0x91,0x56,0x24,0xf7,0x3f,0x8d,0xbb,0x10,0xf7,0x28,0x00,0x10,0x05,0x7e, +0xcf,0x00,0x63,0xbf,0x00,0xb9,0x0f,0x21,0x08,0xfd,0x3c,0x00,0x51,0x7f,0xff,0xf4, +0x0b,0xf9,0x90,0x01,0x40,0xfb,0xbb,0xfa,0x1f,0x33,0xc7,0x00,0x47,0x0e,0x00,0xe4, +0xcb,0x60,0x06,0xfd,0x33,0x3f,0xf4,0x01,0xf0,0x02,0x20,0x06,0xfc,0xd9,0x58,0x33, +0x9f,0xff,0x30,0x0a,0x00,0x11,0x4f,0x17,0x3f,0x40,0x55,0x5f,0xf4,0x02,0x9f,0x0c, +0x01,0x32,0x00,0x30,0x5e,0xff,0xef,0xc2,0x01,0xa0,0xee,0xee,0xfd,0xff,0xf4,0x2e, +0xff,0xd3,0x05,0xda,0x23,0x27,0x53,0x20,0x02,0xcf,0xe2,0x00,0xdb,0x81,0x00,0xfe, +0x06,0x64,0x4a,0x20,0x00,0x00,0x59,0x50,0xf6,0x7d,0x00,0xbf,0x51,0x01,0x3d,0x0a, +0x00,0xa2,0x3d,0x02,0x03,0x26,0x33,0x70,0xff,0x73,0x39,0x5b,0x10,0x73,0x64,0x0c, +0x61,0x02,0x4d,0x82,0x4c,0x92,0x19,0x6e,0x0c,0x71,0x9f,0xb0,0x4f,0xf3,0x0f,0xf6, +0x02,0x40,0x8c,0x60,0x0a,0xfc,0x6f,0xf4,0x05,0xfd,0xca,0x1b,0x40,0x98,0xff,0xff, +0xf9,0xbe,0xb7,0xf0,0x01,0xf9,0xa2,0xff,0xaa,0xff,0xfe,0x0d,0xf6,0x00,0x09,0xbf, +0xfe,0xfd,0x00,0x89,0xff,0x40,0x06,0x10,0x05,0xdb,0x06,0x11,0x9f,0x86,0x27,0x11, +0x9f,0x23,0x0a,0x01,0x7d,0x94,0x10,0xff,0x18,0x59,0x01,0x77,0x34,0x30,0xdf,0xf1, +0x00,0x1b,0x22,0xf0,0x06,0x01,0xbf,0xf4,0x2f,0xf7,0x08,0xff,0xef,0xf7,0x00,0x2d, +0xff,0x70,0x07,0x73,0xcf,0xfa,0x0c,0xff,0xa0,0x0b,0x85,0xcd,0x00,0x5a,0xc1,0x20, +0xe2,0x01,0x58,0x29,0x5c,0xd4,0x00,0x00,0x0a,0x30,0x1e,0x56,0x13,0xa7,0xf6,0x2c, +0x22,0xf2,0x0a,0xf2,0x57,0x31,0xdd,0xef,0xf2,0x86,0x01,0x10,0x03,0x89,0x8e,0xb0, +0x3f,0xfa,0x66,0x66,0x62,0x03,0xff,0xbb,0xbf,0xf2,0x9f,0xe7,0x02,0x20,0x03,0xff, +0xe0,0x17,0x91,0xea,0xad,0xff,0xa3,0x03,0xff,0x11,0x3f,0xfb,0x36,0x03,0x00,0x28, +0x00,0x00,0x11,0x77,0x10,0xf8,0x3c,0x00,0x10,0xdf,0xe2,0xc7,0x11,0xf4,0x50,0x00, +0x52,0xfb,0xac,0xfb,0x6f,0xf1,0x46,0x00,0x31,0x07,0xff,0xcf,0xa3,0x61,0x10,0x3f, +0x53,0x14,0x12,0x60,0x6e,0x00,0x20,0x00,0xbf,0xf5,0x65,0x01,0x7d,0x21,0x10,0x7f, +0xaa,0x03,0x40,0x4d,0x92,0x9d,0x10,0x4a,0x24,0x00,0x53,0x01,0x32,0xdf,0xb0,0x6f, +0x23,0x78,0x30,0x30,0x2f,0xfd,0x52,0x76,0xf0,0x06,0xd3,0x4f,0xf9,0x00,0x09,0xbe, +0xfe,0x40,0x03,0xef,0xe1,0x05,0xb0,0x00,0x00,0x06,0x91,0x00,0x00,0x1a,0x40,0x24, +0x4d,0x41,0x04,0x10,0x8d,0x90,0xb2,0x3d,0x52,0x20,0x2f,0xf4,0xcf,0xb0,0x44,0x2a, +0x43,0x9f,0xc0,0xff,0x70,0x4e,0x2a,0xa0,0x43,0xff,0x73,0x33,0x32,0x00,0x01,0xff, +0x1b,0xfc,0x2e,0x06,0x02,0x1e,0x3c,0x61,0x9f,0xfe,0xbc,0xff,0xd6,0x1f,0xeb,0x8f, +0xb0,0xfd,0x03,0xff,0x30,0x01,0x11,0x5f,0xfc,0x11,0xef,0xff,0xbe,0x4a,0x80,0x26, +0xef,0xf9,0x77,0xff,0xff,0x59,0xfd,0xab,0x33,0x50,0xff,0xfb,0xdd,0xdf,0x9e,0xd5, +0x5a,0xb0,0x83,0xef,0x90,0x02,0x7f,0xff,0xf5,0x00,0x05,0xe4,0x1e,0x7c,0x01,0x00, +0xe1,0x4e,0x81,0x33,0x6f,0xf9,0xab,0x80,0x0d,0xff,0x80,0xaa,0x10,0x00,0xe8,0x52, +0x10,0x60,0xf4,0x01,0xd1,0xfb,0x97,0x40,0x9f,0xff,0xe1,0x00,0x03,0x20,0x1f,0xf1, +0x00,0x09,0xcc,0x26,0x00,0x5d,0x9e,0xc0,0xdf,0xfe,0x2a,0xff,0xe3,0x00,0x3f,0xff, +0xf0,0x07,0xff,0xd1,0xa1,0x46,0x30,0x0d,0xfd,0x50,0x4a,0xbd,0x3b,0x09,0x80,0x00, +0x43,0x09,0x23,0xab,0x40,0x66,0x41,0x30,0x41,0xff,0x30,0x10,0x53,0xd1,0xcf,0xea, +0xaa,0x28,0xff,0xee,0xee,0xe0,0x03,0x66,0x9f,0xe6,0x66,0x76,0x6f,0x01,0x27,0x08, +0xe2,0xdf,0xfa,0x3c,0xfa,0x30,0x07,0xf8,0x7f,0xd3,0xff,0xbe,0xef,0x7f,0xf3,0xe7, +0x1a,0x20,0x02,0x5f,0xfe,0x01,0x60,0x2b,0xff,0xee,0xb3,0x00,0x4f,0x71,0x46,0xf5, +0x10,0xdf,0xef,0xd9,0xfb,0x5b,0xff,0xdf,0xfe,0x81,0x1e,0xfa,0x4f,0xc0,0x52,0xaf, +0xf7,0x05,0xef,0xd0,0x02,0x95,0x57,0x64,0x44,0x6c,0x64,0x44,0x5b,0x30,0x00,0xef, +0x9f,0x20,0x05,0x0a,0x00,0x00,0x5e,0x13,0x60,0x4f,0xfc,0xcc,0xcc,0x41,0x00,0x9c, +0x44,0x14,0x3f,0xe5,0xb7,0x13,0x20,0xc2,0x77,0x00,0x0a,0x00,0x08,0xff,0x93,0x09, +0x32,0xbf,0x30,0x00,0x00,0x0b,0x13,0x48,0x10,0xb0,0xd6,0x60,0x63,0x8d,0xf9,0x88, +0x20,0x2f,0xe0,0x2f,0x96,0x10,0x40,0x10,0x03,0x80,0x28,0xcf,0x9d,0xf7,0xdf,0xa5, +0x7f,0xa1,0xfa,0xae,0x00,0xe5,0x08,0x10,0xaf,0xe0,0xc7,0x60,0x9f,0x8c,0xf5,0xdf, +0x61,0xdf,0x5a,0x05,0x11,0x8f,0xf6,0xd0,0xc2,0x31,0xfe,0x00,0x00,0x67,0x7d,0xf8, +0x77,0x48,0xff,0x73,0xfb,0x7d,0x3f,0xe2,0xce,0xff,0xa6,0xf9,0x00,0x01,0xfe,0x4c, +0xf5,0x8f,0xdd,0xcf,0xe9,0xf6,0x14,0x00,0xb0,0xb1,0x3a,0xfe,0xf2,0x00,0x00,0x33, +0x8f,0x93,0x33,0x20,0xd6,0xcb,0x11,0x08,0x08,0x47,0x10,0x01,0xf0,0x00,0x30,0xae, +0xfb,0xac,0x82,0x68,0x10,0x70,0xf6,0x3f,0x40,0x2d,0xf7,0x00,0x0c,0x47,0x08,0x10, +0x4b,0xee,0x03,0xf0,0x0b,0x9f,0xea,0xfc,0x10,0x01,0x59,0xef,0xff,0xf9,0x2c,0xff, +0x30,0xdf,0xe2,0x1e,0xff,0xf8,0x28,0xf6,0x3f,0xf4,0x00,0x2d,0xc0,0x05,0x94,0x87, +0x26,0x13,0x20,0xa5,0x14,0x15,0x38,0xbc,0x5d,0x02,0x8c,0x97,0x06,0xe6,0x78,0x00, +0x84,0x49,0x6f,0x5d,0xfa,0x65,0x55,0x55,0x50,0xa2,0x49,0x01,0x01,0x47,0x4b,0x03, +0x6c,0x07,0x22,0x3f,0xf5,0xc6,0x4e,0x02,0x9e,0xa4,0x02,0x52,0x61,0x10,0x03,0x1a, +0x57,0x13,0x70,0xd5,0x9c,0x02,0x2c,0xbc,0x00,0x20,0x0b,0x13,0xdf,0xe5,0x08,0x01, +0x0a,0x03,0x04,0x81,0x78,0x03,0x56,0x3d,0x12,0xbf,0xdc,0x47,0x00,0xc9,0x79,0x70, +0xd4,0x2c,0xff,0xfc,0x61,0x00,0x29,0x95,0xaa,0x00,0xb9,0x21,0x40,0xc3,0x0d,0xff, +0xe9,0x56,0x80,0x53,0x8e,0xff,0xc0,0x03,0xb5,0x90,0xb0,0x19,0x20,0xc5,0x40,0x14, +0xe8,0x17,0x93,0x00,0x5f,0x53,0x00,0xd3,0x23,0x00,0x24,0x24,0x21,0xd4,0x0c,0x4e, +0x50,0xf0,0x0b,0x8f,0xfc,0x4e,0xff,0x72,0xef,0xbe,0xf6,0x00,0x2c,0xff,0xc1,0x01, +0xbf,0xe1,0x3f,0xbf,0xf6,0x00,0x4f,0xff,0xfe,0xee,0xfc,0x50,0x03,0xf1,0x23,0x60, +0xcf,0xff,0xff,0xf4,0x09,0x30,0x5d,0x31,0x70,0x02,0x5f,0xf2,0x20,0x8f,0xf5,0x0e, +0x0e,0x42,0x40,0x5f,0xf3,0x22,0x1b,0xc2,0x2f,0x02,0x5b,0x5d,0x24,0xce,0x3e,0x0a, +0x00,0x42,0x12,0x0e,0xf7,0x40,0xbd,0x0c,0xf0,0x04,0x01,0x5f,0xff,0xf1,0x00,0xec, +0x5f,0xf5,0xe8,0x3a,0xef,0xff,0xff,0xf4,0x03,0xff,0x3f,0xf3,0xfe,0x86,0x16,0x90, +0x20,0x08,0xfb,0x3f,0xf0,0xdf,0x7d,0x95,0x1e,0x66,0x8e,0x40,0x3f,0xf0,0x8f,0x90, +0x96,0x00,0x51,0x3e,0xf2,0x5f,0xf0,0x4a,0x37,0x24,0x03,0x51,0x1e,0x20,0x0e,0xf6, +0x87,0x4a,0x14,0x40,0xb4,0x00,0x1e,0x00,0xf8,0x09,0x40,0x8f,0x90,0x0b,0xf6,0x19, +0x85,0x12,0x70,0x0a,0x00,0xa0,0x5a,0xef,0xff,0xc1,0x0c,0xef,0xec,0xcf,0xfe,0x79, +0x33,0x63,0x01,0x80,0x02,0x30,0x99,0xfd,0x30,0x2b,0x01,0x51,0xb4,0x4d,0xf9,0x29, +0xfa,0x21,0x09,0x42,0x91,0x1c,0xf6,0x09,0x0a,0x00,0x00,0x70,0xc9,0x20,0xfb,0x22, +0x04,0x6e,0x42,0xeb,0xbe,0xf6,0x09,0x88,0x38,0x24,0x90,0x0c,0x0a,0x00,0x01,0x1e, +0x00,0x10,0x06,0xf8,0x4f,0xf2,0x02,0xec,0xcf,0xf6,0x0a,0xfa,0x06,0xfd,0x00,0x01, +0x9f,0x91,0x1c,0xf7,0x0c,0xf9,0x06,0xfd,0xd7,0x16,0x24,0xbd,0xf8,0x0a,0x00,0x20, +0xbf,0xf6,0x36,0x45,0x70,0x1b,0x61,0x29,0x30,0x3f,0xf3,0x06,0x67,0xd0,0x70,0xe1, +0xbf,0xd0,0x9f,0xe0,0x06,0xfd,0x96,0xc8,0x60,0x1f,0xf9,0xff,0x80,0x06,0xfd,0xb1, +0x81,0x40,0x08,0x9d,0xff,0x10,0x46,0x00,0x11,0xa1,0xc4,0xdd,0x13,0x06,0xec,0x01, +0x0d,0xdd,0x29,0x11,0x9e,0xbe,0x64,0x30,0x84,0x00,0x00,0xd1,0xa8,0x50,0x02,0x69, +0xdf,0xff,0x50,0x3d,0x10,0x00,0x25,0x1d,0x32,0xb6,0x10,0x0c,0xed,0x72,0x10,0x30, +0xf9,0x9f,0x31,0x50,0x0f,0xd2,0xa4,0x0f,0x00,0x4e,0x0c,0x11,0xd0,0x0a,0x00,0xa1, +0x06,0x8f,0xc6,0xcf,0xb6,0x3f,0xf6,0x33,0x33,0x31,0xfa,0x00,0x11,0x7f,0x20,0x12, +0x43,0x88,0xaf,0xe8,0x88,0xa2,0x08,0x21,0x5f,0xd0,0xa5,0x7c,0x02,0x7c,0x06,0x00, +0x31,0x7b,0x02,0xae,0x01,0x20,0x3f,0xf1,0x5e,0x01,0x60,0x31,0x4f,0xd0,0x60,0x1f, +0xf0,0x0a,0x00,0x51,0xef,0x5f,0xd9,0xf6,0x4f,0x03,0x26,0xf0,0x01,0xfa,0x4f,0xd3, +0xfd,0x7f,0xc0,0x0e,0xf6,0x00,0x1e,0xf3,0x4f,0xd0,0xbf,0xdf,0x80,0xf9,0x91,0x41, +0xa0,0x4f,0xd0,0x44,0x03,0x26,0x00,0x02,0x14,0x10,0x05,0x54,0xb5,0x00,0x79,0x0f, +0x41,0x30,0x00,0x67,0x00,0x92,0x52,0x20,0x40,0x00,0xfd,0x31,0xf0,0x16,0x30,0x0e, +0xf1,0x7e,0x10,0x6e,0x10,0x02,0x7d,0xff,0x40,0xef,0x3f,0x7d,0x4e,0x8c,0x4b,0xff, +0xfb,0x50,0x0e,0xfc,0xff,0xb9,0xff,0xd0,0xdf,0x61,0x00,0x00,0xef,0x4b,0xe5,0x2a, +0xe8,0x1d,0xf1,0x9c,0xb6,0x50,0xfd,0xf8,0xfd,0xf6,0xdf,0x77,0xa1,0x81,0x78,0x6b, +0x78,0x57,0x7d,0xfa,0x99,0x99,0x7e,0x47,0x00,0x76,0x4b,0xf0,0x15,0xf2,0xef,0xbb, +0xcb,0xbb,0xcb,0x7d,0xf5,0x5f,0xf4,0x0e,0xf1,0x4e,0x10,0x5f,0x00,0xdf,0x01,0xfe, +0x00,0xef,0x1b,0xa6,0x0b,0x96,0x0e,0xf0,0x1f,0xe0,0x0e,0xf8,0xfb,0xfa,0xfb,0xf3, +0xff,0x13,0x00,0xf0,0x00,0xbe,0xf7,0x7d,0xf8,0x0f,0xe0,0x1f,0xe0,0x0e,0xf2,0xbc, +0x80,0xbd,0xc1,0xfd,0x13,0x00,0xf0,0x00,0xaf,0xef,0xaf,0xff,0x6f,0xa0,0x1f,0xe0, +0x0e,0xf7,0x85,0xa7,0x74,0x99,0xf7,0x13,0x00,0x01,0xec,0x69,0x40,0x40,0x1f,0xe0, +0x0a,0x50,0x17,0x44,0x9e,0xe0,0x01,0xfe,0xb4,0x50,0x2a,0x1f,0xe0,0x87,0x01,0x14, +0x05,0x8a,0x27,0x00,0xc0,0x51,0x08,0x34,0x80,0x06,0x79,0x2a,0x05,0xb5,0x40,0x53, +0x05,0x55,0x55,0xff,0xd5,0x7e,0x4d,0x2a,0x0f,0xfb,0xe7,0x70,0x05,0x09,0x05,0x01, +0x13,0xbb,0x04,0x61,0x58,0x51,0x8f,0xf6,0x44,0x44,0x4a,0xe8,0x77,0x13,0xfe,0xed, +0x9e,0x01,0xcb,0xaf,0x21,0x0a,0xfd,0x66,0xd8,0x03,0x29,0x08,0x23,0x2f,0xfd,0x4d, +0xbc,0x01,0x7e,0xe0,0x00,0xa9,0x4f,0x10,0x3d,0x11,0x98,0x50,0x34,0xbf,0xf2,0x00, +0x0e,0xc9,0x44,0x02,0xcf,0x98,0x01,0x93,0xbb,0x2e,0xea,0x10,0xb3,0x1e,0x01,0x32, +0x28,0x10,0xcd,0xb2,0x00,0x11,0xd5,0x03,0x28,0x14,0x60,0x46,0x65,0x10,0xbf,0x6f, +0x9c,0x03,0x95,0x9b,0x00,0x9a,0x68,0x12,0x30,0x0a,0x00,0xe0,0x0c,0xfd,0xbf,0xd0, +0x00,0x03,0x8f,0xf3,0x33,0x31,0xaf,0xf3,0x1e,0xfb,0x64,0x53,0x00,0xd2,0x65,0x90, +0x05,0xff,0xc2,0x00,0x6f,0xe3,0x33,0x7f,0xfb,0xf8,0x52,0x00,0x5c,0x04,0x60,0xe6, +0xb0,0x4c,0x20,0x08,0x50,0x2a,0xbd,0x12,0xd0,0xf6,0x3d,0x80,0x9f,0xb0,0x6f,0xd0, +0x00,0x2d,0xff,0x60,0xda,0x08,0x40,0x7f,0xc0,0x00,0x01,0x69,0x29,0x71,0xcf,0x80, +0x7f,0xc0,0x00,0x00,0x13,0x9f,0xb6,0x30,0x8f,0xb0,0x03,0x55,0x01,0x00,0xd9,0x8c, +0x32,0xb0,0x1e,0xfa,0xc4,0x42,0x50,0xaf,0x90,0x3e,0xff,0xf6,0xf1,0x5f,0x20,0x12, +0xef,0xf6,0x6d,0x40,0xb1,0x00,0x5f,0xf3,0xd3,0x2e,0x80,0x03,0xdf,0xf5,0x00,0x07, +0xa0,0x5f,0xe8,0x19,0x01,0x19,0x80,0xb0,0x04,0x54,0xb9,0x00,0x00,0x5d,0xa0,0x79, +0xc3,0x23,0xaf,0xc0,0x0c,0x5c,0x60,0x01,0xff,0xda,0xaa,0xaa,0xa1,0x83,0x06,0x11, +0xe8,0x65,0x05,0x11,0x3f,0xbe,0x4a,0x00,0x4f,0xc6,0x64,0x03,0x8f,0xf3,0x34,0xef, +0xf1,0x15,0x57,0x21,0x2c,0xff,0xf0,0xd3,0x42,0x6f,0xfc,0xcc,0x53,0x8f,0x0d,0x12, +0x6f,0x47,0x1f,0xf0,0x06,0x9f,0x80,0x00,0x7f,0xd5,0xdf,0x61,0x87,0x0f,0xf1,0x9f, +0x20,0x00,0x9f,0xa0,0xcf,0x64,0xfd,0x0f,0xf2,0x01,0xe8,0x6b,0x50,0xcf,0x55,0xfc, +0x0f,0xff,0x5e,0xc9,0x41,0x60,0xcf,0x56,0xfb,0xb2,0xdf,0x62,0xff,0x30,0xdf,0x47, +0xfe,0x1f,0xc9,0x1f,0x51,0xef,0x4a,0xff,0x6f,0xf1,0x6b,0x22,0x00,0x60,0x46,0x10, +0xf1,0xa1,0x19,0xe0,0x14,0xff,0x7f,0xfb,0xff,0xf4,0x21,0x21,0x5f,0xe1,0xff,0xfe, +0xaf,0x91,0xaf,0x06,0xad,0x05,0x60,0xbf,0xd4,0x0a,0x00,0x07,0xcf,0xff,0xf0,0xcb, +0x83,0x04,0x07,0x00,0x00,0x1d,0x81,0x32,0x6b,0xff,0xef,0x5f,0xc8,0x0b,0x07,0x00, +0x02,0xb4,0x7f,0x0b,0x31,0x00,0x00,0x03,0x81,0x1f,0x4b,0x31,0x00,0x04,0x11,0xa3, +0x0a,0x7c,0x0b,0x31,0x00,0x03,0x15,0x00,0x10,0x80,0xf7,0x12,0x00,0x0c,0x31,0x01, +0x03,0x38,0x16,0xfe,0x09,0x00,0xd0,0xd2,0x2e,0xf4,0x0d,0xf9,0x33,0x38,0xfe,0x5f, +0xd0,0x0e,0xf4,0x0d,0x6c,0x29,0x01,0x09,0x00,0x4a,0xfc,0x77,0x7b,0xfe,0x2d,0x00, +0x32,0xfd,0xaa,0xad,0x2d,0x00,0x14,0xf7,0x24,0x00,0x04,0x09,0x00,0x41,0x0e,0xfe, +0xcc,0xce,0x24,0x00,0x14,0x0f,0x2d,0x00,0x50,0x3f,0xf5,0x44,0x49,0xfe,0x87,0x4b, +0x00,0x64,0x32,0x30,0xfe,0x5e,0xc0,0x3e,0x2e,0x02,0xc6,0x29,0x10,0x06,0x4a,0x0b, +0x12,0xfe,0xcb,0x73,0x32,0x24,0x3a,0xfe,0x6e,0x99,0x10,0x4f,0xa5,0x3a,0x00,0x0e, +0x2e,0x3d,0x0e,0xfe,0xa1,0xf6,0x54,0x00,0xdd,0x8f,0x10,0xec,0xa9,0x2f,0x10,0xfe, +0x61,0x8c,0x01,0x15,0xc0,0x14,0xe0,0xcb,0x0e,0x0a,0x13,0x00,0x05,0x26,0x00,0x05, +0x39,0x00,0x00,0x1a,0x03,0x04,0x45,0x83,0x11,0x1a,0xfc,0x59,0x03,0x95,0x4e,0x00, +0x71,0x5d,0x11,0xfe,0xd6,0x12,0x44,0xe9,0x00,0xcf,0xe3,0xf5,0x69,0x15,0x76,0x20, +0x0f,0x00,0x81,0x17,0x37,0xec,0xcc,0xc9,0xdb,0xa2,0x05,0x1b,0x6a,0x0f,0xca,0x82, +0x02,0x03,0xea,0x3c,0x10,0x0b,0xb5,0x17,0x01,0x21,0x1f,0x12,0xef,0x53,0x3c,0x00, +0xbd,0x03,0x31,0x8f,0xf0,0xcf,0x8d,0x15,0x41,0xef,0x42,0xff,0x0c,0x82,0x10,0x82, +0x0e,0xf4,0x2f,0xf0,0xcf,0x62,0xef,0x62,0x13,0x00,0x50,0xf4,0x0e,0xf4,0x0f,0xf3, +0x8c,0x14,0x50,0xcf,0x40,0xef,0x40,0xff,0xb9,0x4c,0x30,0x0c,0xf4,0x0f,0x13,0x00, +0xb3,0xf7,0x6f,0xf2,0xdf,0x74,0xff,0x74,0xff,0x70,0xef,0x42,0xe2,0xa8,0xc0,0x3e, +0xf4,0x2f,0xf8,0xdd,0xde,0xff,0xfd,0xdd,0xd2,0xef,0x65,0x0a,0xcd,0x02,0xb7,0x03, +0x00,0x3b,0xcb,0x11,0xfd,0x94,0x42,0x51,0x00,0x1d,0xfd,0x1f,0xf6,0x76,0x00,0xf0, +0x01,0x3e,0xff,0x30,0x7f,0xf5,0x00,0xab,0x20,0x03,0xbf,0xff,0x40,0x00,0xdf,0xf9, +0x10,0xe5,0x07,0x13,0x20,0xc5,0x71,0x01,0x46,0x95,0x19,0x82,0xa3,0x4b,0x10,0xfc, +0x31,0x28,0x11,0xdf,0x0a,0x00,0x10,0x99,0xf2,0xdf,0x0a,0xc1,0x4b,0x02,0xbb,0x85, +0x09,0x14,0x00,0x23,0x09,0xaa,0x64,0x28,0x15,0x02,0x2b,0x34,0x06,0x18,0x01,0x22, +0x0a,0xdd,0x9a,0x33,0x83,0xdd,0xc0,0x00,0x00,0xaa,0x50,0x0f,0xf7,0x3d,0x01,0x01, +0x14,0x09,0x01,0x6d,0xa0,0x01,0x0a,0x00,0x10,0xf9,0xa9,0x01,0x11,0xd0,0xca,0x7f, +0x01,0x73,0x38,0x22,0x3f,0xf7,0xe5,0x08,0x30,0xc5,0xff,0xff,0xfd,0xc1,0x52,0x41, +0x2f,0xff,0x20,0x5e,0x38,0x09,0x61,0x07,0xf4,0x00,0x00,0x7a,0xde,0x9e,0x11,0x0a, +0xe1,0x04,0x00,0xc1,0x43,0x10,0xbc,0xf7,0x35,0x21,0x0f,0xf5,0x72,0x01,0x11,0x4d, +0x5a,0x0f,0x24,0xef,0x74,0x09,0x00,0x80,0x40,0xef,0x41,0x11,0x2f,0xf6,0x11,0x10, +0xbe,0x92,0x02,0x24,0x00,0x34,0x51,0xef,0xbf,0x9e,0xc3,0x05,0x09,0x00,0xf1,0x04, +0x51,0x11,0x11,0x18,0xfd,0x11,0xef,0x40,0xef,0x52,0x22,0x22,0x29,0xfd,0x22,0xef, +0x40,0xef,0xaf,0xd8,0x18,0x40,0xef,0x40,0xef,0xae,0x25,0x11,0x90,0xeb,0xef,0x62, +0xef,0x40,0x67,0x00,0x07,0xfd,0x63,0x00,0x32,0x47,0xff,0x40,0x09,0x00,0x30,0x40, +0xcf,0xe1,0x09,0x00,0x10,0x40,0x62,0x46,0x40,0x07,0xfd,0x00,0x9a,0x95,0xd7,0x34, +0x33,0x39,0xfc,0x4c,0x82,0x14,0xfa,0x26,0x9a,0x1c,0xa1,0xde,0x85,0x02,0xd8,0x11, +0x10,0x4d,0x47,0xbe,0x11,0xd4,0xe1,0x2b,0x21,0xfa,0x00,0x68,0xc1,0x10,0x00,0x34, +0x01,0x00,0xdd,0x01,0x04,0xcc,0x4f,0x00,0x30,0x06,0x90,0x2b,0xe1,0x2f,0xf2,0x4f, +0xf0,0x3f,0xb1,0x00,0xab,0x48,0x40,0xf1,0x3f,0xf0,0x8f,0xcd,0x0c,0x40,0xfc,0x1f, +0xf1,0x3f,0x91,0x4e,0xa6,0x09,0x9a,0xea,0xaf,0xfa,0xbf,0xf9,0xbe,0x99,0x91,0x5e, +0x0b,0x07,0x06,0x54,0x21,0x07,0xbb,0x01,0x00,0x15,0x80,0xf5,0x5d,0x03,0x0d,0x2b, +0x00,0xdb,0xd2,0x00,0xf9,0x68,0x10,0xbb,0xbc,0x77,0x1f,0xa0,0x1e,0x00,0x04,0x11, +0xff,0xf5,0x38,0x1e,0xa0,0x1e,0x00,0x28,0xbe,0x90,0x8a,0x82,0x23,0xdf,0xa7,0xf9, +0x35,0x02,0xe2,0x3e,0x01,0x13,0x00,0x68,0x94,0x44,0x44,0x44,0x4c,0xfb,0x26,0x00, +0x90,0x78,0x88,0x8b,0xfe,0x88,0x88,0x86,0x00,0x09,0x5c,0x02,0x10,0xfa,0x48,0xaf, +0x04,0x38,0x07,0x15,0xfb,0xab,0x62,0x13,0x30,0x01,0x53,0x12,0xf6,0x14,0x38,0x00, +0x3b,0x6f,0x01,0x9a,0xb3,0x02,0xd0,0x58,0x06,0x99,0x39,0xf0,0x19,0x38,0x98,0x8a, +0xff,0xa8,0x98,0x83,0x00,0x00,0x01,0x9f,0xa2,0x3f,0xf2,0x3e,0xc5,0x00,0x00,0x3a, +0xff,0xf7,0x03,0xff,0x26,0xdf,0xfe,0x60,0x1d,0xff,0xb2,0x7c,0xef,0xf1,0x00,0x5d, +0xff,0x70,0x19,0x30,0x03,0x1f,0x64,0x10,0x06,0x1e,0x63,0x10,0xb0,0xc1,0x4b,0x21, +0x9c,0x10,0x8e,0x00,0x10,0x4d,0x2f,0x0b,0x91,0x05,0x66,0x9f,0xd6,0x66,0x1d,0xf9, +0x64,0x10,0xdb,0xe4,0x40,0xfd,0x0d,0xf3,0x00,0x19,0xd6,0xe1,0x8f,0xd5,0xfd,0x0e, +0xfd,0xcc,0xcc,0xc0,0x05,0xfb,0xbf,0xe9,0xfd,0x0f,0xd2,0x25,0xf2,0x03,0xfc,0xcf, +0xea,0xfd,0x0f,0xf1,0x1f,0xf2,0x00,0x02,0x66,0x9f,0xd6,0x65,0x4f,0xd0,0x0f,0xf1, +0xc8,0x07,0x20,0xaf,0x90,0x89,0x19,0x00,0x46,0x00,0x21,0xef,0x20,0x6b,0x14,0x41, +0x28,0x60,0x00,0x17,0x5d,0x4b,0x15,0x04,0x5e,0x5f,0x11,0x04,0xd5,0xb2,0x02,0x0a, +0x00,0x10,0x43,0xd8,0xa9,0x1a,0x50,0x1e,0x00,0x13,0x54,0x90,0x5f,0x30,0x04,0xff, +0xcb,0xe2,0x38,0x0b,0x1e,0x00,0x14,0x10,0x37,0x67,0x02,0x6b,0x9b,0x0f,0x09,0x00, +0x09,0x14,0x4f,0x9d,0x9f,0x06,0x09,0x00,0x00,0x5e,0xc2,0x40,0xff,0x94,0x4f,0xf5, +0x8d,0x7a,0x00,0xec,0x5b,0x07,0x09,0x00,0x05,0x1b,0x00,0x0e,0x36,0x00,0x0e,0x2d, +0x00,0x05,0x09,0x00,0x0e,0x2d,0x00,0x02,0x28,0x7e,0x43,0x6f,0xf5,0x4f,0xf0,0x89, +0x03,0x0f,0x3e,0x85,0x01,0x00,0x9c,0x22,0x21,0x5f,0xf5,0x87,0x21,0x30,0x2d,0xdd, +0xdd,0x1b,0xa2,0x15,0xd5,0xf2,0x59,0x11,0xf5,0x5b,0x20,0x10,0x4f,0x13,0x1d,0x00, +0xed,0xdb,0x6f,0xbb,0xcf,0xfc,0xbb,0xbf,0xf5,0x1e,0x00,0x04,0x10,0xf4,0xe8,0x75, +0x19,0x3f,0x1e,0x00,0x80,0x2b,0xdd,0xbb,0xef,0xfb,0xbb,0xbb,0xb4,0x4a,0x08,0x33, +0x21,0xff,0xa0,0xb3,0xa7,0x34,0xec,0xff,0x30,0xc8,0x59,0x13,0xfc,0x21,0xc2,0x00, +0xc7,0x54,0x92,0xa8,0x65,0x55,0x51,0x1e,0xff,0xff,0xd7,0xbf,0xf1,0x63,0x60,0xfe, +0x94,0x00,0x01,0x47,0xab,0x63,0xae,0x17,0x20,0x45,0x59,0x12,0xc0,0xf7,0xc3,0x91, +0x02,0x77,0xbf,0xe7,0x71,0x57,0x7f,0xfa,0x77,0x09,0x31,0x20,0xf2,0xaf,0x92,0x01, +0x60,0x01,0x33,0xaf,0xc3,0x30,0x23,0xdb,0x22,0xb0,0x0a,0xaa,0xdf,0xea,0xa4,0xaa, +0xaf,0xfc,0xaa,0xa0,0x0f,0xab,0x02,0x02,0xd9,0x6c,0x81,0x39,0xff,0xf7,0x31,0x34, +0xef,0xff,0xa3,0x2d,0x39,0xf0,0x07,0x60,0x1b,0xff,0x7f,0xf6,0x00,0x04,0xef,0xe2, +0xbf,0xe6,0xef,0xf5,0x09,0xff,0xa1,0x1f,0xfe,0x30,0x09,0x21,0xee,0x31,0x3b,0x31, +0x03,0xbc,0xee,0xb8,0x47,0x24,0xa7,0x40,0x43,0x06,0x13,0xb0,0xe3,0x29,0x01,0x55, +0x0a,0x12,0x0b,0x90,0x03,0x2f,0xb0,0x00,0x1e,0x00,0x03,0x02,0x51,0x63,0x1e,0xb0, +0x1e,0x00,0x25,0xbe,0xa0,0xd6,0x3c,0x01,0x3e,0x0a,0x00,0x20,0x31,0x10,0xef,0x0a, +0x00,0x05,0xe0,0x03,0x20,0x0a,0xfd,0xd4,0x05,0x0a,0x0a,0x00,0x14,0x09,0x86,0x94, +0x06,0x2b,0x66,0x16,0x1f,0xcd,0xc7,0x42,0xbf,0xe8,0x8c,0xfd,0xcd,0xc7,0x90,0x5f, +0xfa,0xad,0xfb,0x7b,0xbb,0xbb,0xbb,0x40,0x9e,0x03,0x21,0xfb,0x9f,0x23,0x2b,0x60, +0x5f,0xd0,0x09,0xfb,0x1d,0xf4,0x55,0xb9,0x00,0x14,0x00,0x30,0x07,0xfd,0x0d,0xf5, +0x2c,0xe0,0xe9,0x9d,0xfb,0x00,0xdf,0xdf,0xe1,0x00,0x01,0x7f,0xe7,0x8d,0xff,0x90, +0x9a,0x94,0x01,0x5a,0x0c,0xd1,0xb7,0xef,0xff,0xfc,0x50,0x0f,0xec,0xa8,0x7b,0xfb, +0x9f,0xfc,0x5c,0x3f,0x20,0x70,0x08,0xfb,0x1b,0x40,0x00,0x4b,0x40,0x0a,0x00,0x15, +0x73,0x58,0x07,0x1a,0x80,0xf4,0x69,0x05,0xe2,0x35,0x02,0x6f,0x52,0x02,0x98,0x58, +0x25,0xcf,0xc0,0xf0,0x5a,0x00,0x12,0x00,0x14,0xa0,0x0f,0x02,0x10,0xfa,0x1d,0x0b, +0x00,0x48,0x44,0x20,0xbf,0xa0,0x0d,0x2e,0x72,0x42,0x22,0x22,0x2b,0xfa,0x00,0x2e, +0x32,0x07,0x00,0x39,0xa7,0x20,0x53,0xff,0x8f,0x06,0x10,0xfa,0x54,0xe5,0x13,0xf2, +0x3a,0x65,0x02,0xc4,0x1c,0x01,0xbe,0x1a,0x02,0xc3,0x23,0x03,0xb6,0x95,0x00,0xdd, +0x2d,0x00,0xc3,0x88,0x33,0x02,0x33,0xcf,0x13,0x00,0x32,0x6f,0xff,0xf7,0x13,0x00, +0x1a,0x01,0xed,0x69,0x33,0x8f,0x90,0x0e,0xf5,0x5c,0x10,0xf9,0x24,0x27,0x30,0xff, +0xff,0xfe,0x6b,0x0e,0x21,0xfd,0x8a,0xcd,0x72,0x01,0xb8,0x10,0x90,0xb2,0x27,0xfe, +0x04,0xaf,0xb4,0x4e,0xf7,0x2a,0x44,0x60,0x80,0x08,0xfa,0x11,0xef,0x40,0xaf,0xc5, +0x59,0xd1,0x43,0x00,0x6d,0x2e,0x00,0x62,0x20,0xe1,0xfe,0xbb,0xff,0x40,0xaf,0xec, +0xcd,0xfe,0x00,0x8f,0xa0,0x0e,0xf4,0x0a,0x26,0x00,0x00,0x05,0x11,0x40,0xbf,0xa0, +0x05,0xfe,0x67,0x0e,0xc4,0xf4,0x0b,0xfe,0xcc,0xdf,0xe0,0x18,0xfa,0x11,0xef,0x50, +0xcf,0xf2,0x7d,0x51,0x7d,0xf7,0x11,0x7f,0xe5,0x13,0x33,0x01,0xee,0x9a,0x50,0x1a, +0x50,0x2b,0x40,0x2f,0x6c,0x25,0xf0,0x04,0x09,0xfe,0x19,0xfe,0x16,0xfe,0x00,0x05, +0xfe,0x05,0xff,0x60,0x0d,0xfb,0xbf,0x90,0x33,0x8f,0xe3,0x8e,0xe3,0x00,0xfb,0xd7, +0xba,0xfb,0x05,0xd1,0x00,0x00,0x20,0x3b,0x00,0x6f,0xeb,0x20,0x0a,0x1d,0x1f,0xf3, +0x0a,0x00,0x06,0x03,0x93,0x56,0x01,0x9f,0x6a,0x04,0x8a,0x58,0x8c,0x26,0x66,0x66, +0x9f,0xf8,0x66,0x66,0x63,0x32,0x00,0x03,0x22,0xe5,0x05,0xa4,0x5f,0x05,0x0a,0x00, +0x50,0x04,0x55,0x55,0x5c,0xff,0x35,0x6a,0x12,0x50,0x1e,0x69,0x13,0xf5,0xca,0x37, +0x22,0xef,0xfd,0x5f,0x5a,0x62,0x8f,0xfc,0x5f,0xf4,0xbf,0xf7,0xf8,0x6f,0x20,0x4f, +0xf3,0x3e,0xe3,0xb0,0x18,0xff,0xfc,0x10,0x4f,0xf3,0x01,0xcf,0xff,0x80,0x2e,0x77, +0x1a,0x00,0x3b,0xd4,0x32,0xe2,0x03,0xd3,0x6e,0x00,0x2a,0x5e,0x30,0x78,0x00,0x0f, +0x33,0x6d,0x0b,0x23,0x3f,0xf6,0x27,0x6d,0x04,0x90,0x08,0x06,0x70,0xa8,0x81,0x55, +0x55,0xef,0xdf,0xfd,0xff,0x65,0x55,0x66,0x05,0x22,0x5f,0xf7,0x6e,0x11,0x62,0x0c, +0xfc,0x2f,0xf5,0x9f,0xe0,0xf8,0x47,0x42,0x2f,0xf5,0x2f,0xf9,0x89,0x97,0x51,0x2f, +0xf5,0x09,0xff,0x50,0xef,0xa6,0x31,0x2f,0xf5,0x01,0x74,0xd4,0x10,0xf8,0x5a,0x00, +0x43,0x6f,0xfe,0x30,0x1c,0xbc,0x45,0x51,0xff,0xf3,0x0a,0xfb,0x5f,0x21,0x01,0x50, +0x9f,0x90,0x00,0x80,0x15,0x82,0xbf,0x2f,0x52,0x06,0xa0,0x00,0x0d,0x04,0x1c,0x58, +0x01,0x0a,0x00,0x12,0x0d,0x2c,0x1c,0x05,0x0a,0x00,0x50,0x03,0x35,0xff,0x43,0x25, +0x6a,0x01,0x12,0x50,0x7d,0x64,0x01,0x5d,0x17,0x04,0x0a,0x00,0x00,0xc0,0x0b,0x13, +0x20,0x06,0x01,0x70,0x0d,0xff,0xc0,0x01,0x11,0x5f,0xf4,0xf9,0x27,0x23,0xff,0xf9, +0x76,0xc1,0x13,0x8f,0xf4,0x0b,0xf2,0x00,0xf2,0x00,0xef,0xff,0x7f,0x95,0x55,0x8f, +0xf7,0x55,0x50,0x07,0xfe,0xff,0x1b,0x32,0x00,0x42,0x1f,0xf7,0xff,0x10,0x0a,0x00, +0x24,0x3f,0xd3,0x0a,0x00,0x24,0x0a,0x43,0x0a,0x00,0x24,0x01,0x03,0x0a,0x00,0x1f, +0x00,0x0a,0x00,0x0b,0x06,0x43,0x6c,0x10,0x11,0x09,0x94,0x00,0xbc,0x09,0x15,0x04, +0x51,0x5b,0x16,0x04,0x5b,0x5b,0x12,0x11,0x72,0xab,0x11,0x11,0xd3,0x8f,0x01,0x0a, +0x00,0x05,0x3f,0x41,0x19,0xf9,0x0a,0x00,0x10,0xf5,0x50,0x00,0x1a,0x0d,0x0a,0x00, +0x0d,0x28,0x00,0x00,0x71,0x41,0x61,0x2c,0xff,0xff,0xf6,0x11,0x10,0xcf,0xcc,0x02, +0x03,0x59,0x00,0x57,0x02,0x30,0x6f,0xf7,0xbf,0x12,0x24,0xe0,0x6d,0xff,0xe3,0x0f, +0xf6,0x0a,0xff,0xfa,0x30,0x0c,0xff,0xfc,0x20,0x0f,0x50,0xa3,0x40,0xf4,0x03,0xfe, +0x60,0x50,0x00,0x52,0x02,0xbf,0xa0,0x00,0x40,0xb4,0x00,0x22,0x04,0x10,0x36,0x58, +0x31,0x00,0x25,0x9b,0x0a,0x00,0x21,0x3b,0xcd,0x07,0x0e,0x11,0x05,0xb8,0x11,0xa3, +0xfd,0xa6,0x10,0x04,0x59,0xfe,0x55,0x5f,0xf4,0x20,0xd0,0x02,0x02,0x83,0x5e,0x01, +0x0a,0x00,0x00,0x06,0x84,0x00,0x83,0x34,0x22,0x33,0x5f,0x52,0x04,0x40,0x0d,0xff, +0x70,0x5f,0x62,0x59,0x10,0x70,0x6f,0x4d,0x30,0x6f,0xee,0xf4,0x85,0x46,0x80,0x8f, +0xff,0xfc,0x7f,0xc9,0xfa,0x04,0xff,0x3f,0xf0,0x40,0xbe,0x9f,0xb5,0xff,0xde,0x19, +0xf0,0x01,0xfc,0xfd,0x43,0xaf,0xa0,0xff,0x8f,0xf5,0x00,0x1e,0xf7,0xfd,0x00,0xdf, +0x80,0x9f,0x18,0x2b,0x60,0xa5,0xfd,0x01,0xff,0x50,0x2f,0x22,0x30,0x60,0x25,0xfd, +0x05,0xff,0x10,0x3f,0x1b,0x77,0x51,0x05,0xfd,0x0a,0xfd,0x04,0x22,0x03,0xf8,0x0e, +0x05,0xfd,0x2f,0xf9,0xaf,0xff,0x7f,0xff,0xb2,0x00,0x05,0xfd,0x9f,0xf7,0xff,0xe3, +0x03,0xef,0xf5,0x00,0x05,0xfd,0x09,0x80,0xa8,0x00,0x00,0x1a,0x90,0x54,0x3a,0x05, +0x4b,0x15,0x07,0x0a,0x00,0x10,0xf8,0xe1,0x5d,0x21,0x8f,0xf1,0x67,0x57,0x4a,0xdf, +0xfd,0xcc,0xef,0x1e,0x00,0x10,0xf9,0xe7,0x51,0x11,0x8f,0x14,0x00,0x00,0x8a,0x07, +0x09,0x1e,0x00,0x00,0xa4,0x01,0x20,0x5f,0xf6,0xad,0x01,0x10,0x03,0x09,0x4d,0x10, +0xf7,0x8e,0x09,0x08,0xf3,0x57,0x10,0xee,0x45,0x61,0x02,0x1c,0x5e,0x21,0xbf,0xff, +0x7f,0xe2,0x00,0x55,0xcd,0x21,0x9f,0xf8,0x7d,0xe2,0xe0,0x5c,0xff,0xe3,0x3f,0xf4, +0x1c,0xff,0xe8,0x10,0x3e,0xff,0xfb,0x10,0x3f,0xa2,0x15,0x41,0xf3,0x09,0xfc,0x30, +0x8f,0xcc,0x42,0x9f,0x70,0x00,0x30,0x77,0x5e,0x12,0x02,0x0c,0x0d,0x13,0x00,0xfb, +0xc1,0x13,0x5f,0xfd,0xc5,0x03,0xaa,0x7e,0xa0,0xe0,0x33,0xff,0x73,0x13,0x33,0x3c, +0xfa,0x33,0x32,0x69,0x2e,0x01,0x94,0x7d,0x42,0x03,0xee,0xff,0xee,0xff,0x11,0x00, +0x19,0x02,0x13,0xef,0xb2,0x0d,0x40,0xe1,0x0e,0xf6,0x2c,0x51,0x05,0xf0,0x2a,0xaf, +0xff,0xa0,0xef,0x30,0xcf,0x80,0x9f,0xa0,0x0e,0xff,0xef,0x5e,0xf3,0x0f,0xfe,0x09, +0xfa,0x05,0xff,0xf6,0xfb,0xef,0x33,0xff,0xf6,0x9f,0xa0,0xcf,0xff,0x48,0x1e,0xf3, +0x9f,0xcf,0xd9,0xfa,0x5f,0xce,0xf4,0x00,0xef,0x7f,0xf2,0xdf,0xdf,0xa4,0xf6,0xef, +0x40,0x0e,0xfd,0xfa,0x07,0xff,0xfa,0x0b,0xcf,0x9e,0x50,0x49,0x10,0x14,0x9f,0xa0, +0xfb,0xc1,0x11,0xf3,0x2e,0x54,0x00,0x13,0x00,0x43,0x30,0x00,0x22,0xbf,0x13,0x00, +0x33,0x0d,0xff,0xf8,0x13,0x00,0x2f,0x8f,0xea,0x26,0x68,0x08,0x12,0x00,0x18,0x44, +0x10,0xdf,0xbc,0x58,0x25,0x80,0x0f,0xa9,0x6f,0x30,0x04,0x44,0x47,0x7e,0x10,0x01, +0xd9,0xb0,0x41,0x5f,0xfd,0x8f,0xe6,0x05,0x4e,0xf0,0x00,0x29,0xff,0xd1,0x6f,0xe0, +0x6f,0xfe,0x71,0x00,0x2a,0xff,0xfa,0x10,0x5d,0xd0,0x5b,0xf2,0x30,0x2e,0xff,0xe8, +0x60,0x07,0x52,0x9d,0xff,0x70,0x04,0x71,0x63,0x05,0x13,0x17,0xc7,0xc7,0x02,0x51, +0x91,0x15,0xff,0x3e,0xad,0x21,0xff,0xb8,0xef,0x38,0x00,0x0a,0x00,0x4b,0x96,0x66, +0x66,0x6f,0x1e,0x00,0x04,0x79,0xd2,0x0f,0xf4,0xb2,0x01,0x05,0x76,0xa1,0x17,0x10, +0x2f,0x33,0x20,0x05,0xfc,0xda,0x8d,0x04,0x0a,0x00,0x01,0x74,0x8d,0x00,0x0a,0x00, +0x51,0x22,0x22,0xbf,0x92,0x22,0xf4,0x59,0x01,0x6b,0x01,0x00,0xa3,0x24,0x16,0xfc, +0x0a,0x00,0xe1,0x00,0xc8,0x10,0x3e,0x70,0x00,0x02,0x3e,0xfd,0x32,0x08,0xff,0x30, +0x7f,0x21,0x1a,0x20,0x30,0x4f,0xf8,0xa5,0x00,0x9e,0x9c,0xb0,0xd4,0xff,0xb1,0x00, +0x11,0xcf,0xe1,0x00,0xbf,0xff,0xfb,0x35,0x5c,0xf1,0x0d,0xde,0x80,0x01,0xff,0xfd, +0xef,0x52,0xff,0x50,0xdf,0xa1,0x00,0x07,0xfb,0xfc,0x8c,0x00,0x9f,0xd6,0xff,0x40, +0x00,0x0e,0xf7,0xfc,0x22,0x00,0x1f,0xac,0x12,0x11,0xb5,0xef,0xa8,0x00,0x22,0x74, +0x11,0x45,0xc5,0xe7,0x00,0x3d,0x3e,0x21,0x05,0xfc,0x70,0x5e,0x10,0xb3,0x8c,0x00, +0xf0,0x02,0x01,0x9f,0xff,0x82,0xdf,0xff,0xc3,0x00,0x05,0xfc,0x08,0xff,0xe5,0x00, +0x0a,0xff,0xd1,0xa0,0x00,0x13,0xc7,0x86,0xac,0x0e,0x2a,0x93,0x01,0xb5,0x09,0x23, +0xee,0x50,0x0a,0x00,0x51,0x06,0xff,0x42,0x22,0x31,0x0a,0x00,0x11,0x0e,0x2f,0x0c, +0x50,0x13,0x3f,0xf7,0x30,0xaf,0xe8,0x0f,0x00,0x73,0x02,0x70,0xfa,0xff,0xf6,0x00, +0x2e,0xfb,0x00,0x0a,0x00,0x51,0xfd,0xff,0x52,0xef,0xe2,0xc1,0x4f,0x31,0x80,0x9f, +0xff,0x67,0xe4,0x01,0x09,0x48,0x20,0xfa,0x10,0x47,0x0e,0x20,0xf8,0x7d,0x78,0x02, +0x90,0x61,0x04,0xff,0xf8,0xff,0xff,0xfc,0x40,0x7e,0x5b,0x1d,0x20,0xf5,0x4d,0x7c, +0xe5,0x72,0x5b,0xf1,0x2f,0xde,0xf5,0x02,0xef,0x00,0x51,0x23,0x7e,0xf5,0x3b,0x31, +0x60,0x5f,0x2e,0xf5,0x00,0xef,0x61,0x8d,0x8e,0x30,0x08,0x0e,0xf5,0x72,0x24,0x00, +0xb7,0x38,0x00,0x0a,0x00,0x33,0x84,0x44,0x49,0x0a,0x00,0x02,0x24,0x10,0x00,0x0a, +0x00,0x32,0xdc,0xcc,0xce,0x0a,0x00,0x5a,0xde,0x50,0x00,0x06,0xdc,0x7f,0xc1,0x14, +0x05,0xc6,0xb8,0x04,0x0a,0x00,0x51,0x14,0x4f,0xf7,0x45,0xfe,0x1f,0x4d,0x10,0x6f, +0xa4,0x85,0xb1,0x6c,0xcc,0xcc,0xcc,0x50,0x6e,0xef,0xff,0xe6,0xfe,0x7f,0x0b,0x0d, +0xe2,0x3f,0xf8,0x05,0xfe,0x13,0x3d,0xf8,0x33,0x10,0x00,0x9f,0xff,0x85,0xfe,0x82, +0xbd,0xd1,0xef,0xff,0xfb,0xfe,0x3d,0xdf,0xfe,0xdd,0x00,0x06,0xff,0xfa,0xfc,0x85, +0x85,0xf2,0x00,0x00,0x0e,0xff,0xf4,0x85,0xfe,0x01,0x1d,0xf7,0x11,0x00,0x9f,0xae, +0xf3,0x05,0x28,0x00,0xe1,0x8f,0x3e,0xf3,0x05,0xfe,0x7b,0xbf,0xfd,0xbb,0x60,0x19, +0x0e,0xf3,0x05,0x83,0x8e,0x20,0x80,0x00,0x0a,0x00,0x00,0x4c,0x73,0x11,0x20,0x82, +0x00,0x02,0xff,0x43,0x04,0x8c,0x00,0x19,0xf4,0x0a,0x00,0x08,0xce,0x50,0x15,0x10, +0x11,0x49,0x11,0x90,0x40,0x3a,0x00,0xe2,0x5b,0x00,0x16,0x03,0x25,0x60,0x09,0x8a, +0x02,0xc2,0x09,0xfa,0x22,0x26,0xfc,0x32,0x22,0x22,0xcf,0x80,0x02,0x43,0x19,0x94, +0x26,0x34,0x20,0x8f,0x70,0x41,0x0b,0xcc,0xcf,0xff,0x06,0x5c,0x10,0xa0,0x9c,0xf4, +0x21,0x10,0x08,0x20,0x08,0x10,0x03,0xbc,0x1d,0x02,0x5d,0x19,0x01,0x46,0x22,0x20, +0xc8,0x30,0x84,0x6c,0x50,0xff,0xfc,0x77,0xcf,0xff,0xb6,0x7c,0xa2,0xca,0x84,0x4c, +0xc1,0x00,0x5b,0xe4,0x00,0x07,0x76,0xcd,0x6e,0x38,0x76,0x60,0x1f,0x8b,0xd2,0x00, +0xa0,0x20,0x30,0x88,0x88,0x80,0xd5,0x19,0x20,0xdf,0xfc,0x06,0xef,0xd0,0x16,0xae, +0xff,0xe4,0x4f,0xf1,0x5e,0xff,0xfb,0x72,0x2e,0xff,0xe8,0x36,0x81,0x52,0x8e,0xff, +0xe1,0x04,0x94,0x40,0x81,0x23,0x39,0x30,0xb5,0x48,0x01,0x84,0x0a,0x12,0xfe,0xe3, +0x0d,0x11,0xd0,0x0a,0x00,0x42,0xfc,0xcc,0xcc,0xdf,0x0a,0x00,0x61,0xf6,0x55,0x55, +0x9f,0xd0,0x0c,0x7b,0x17,0x00,0x1e,0x00,0x10,0x0d,0x0a,0x00,0xf0,0x00,0xf5,0x33, +0x33,0x9f,0xd0,0x03,0x3b,0xfe,0x33,0x1f,0xfb,0xaa,0xaa,0xcf,0xd0,0xca,0xe2,0x03, +0x3c,0x00,0x14,0x3f,0xbe,0xd5,0x00,0x89,0xa9,0x12,0x7f,0x32,0x25,0x22,0xef,0xfe, +0x7b,0x10,0xf2,0x00,0xf3,0x06,0xfd,0xfe,0x6f,0x43,0x33,0x7f,0xf3,0x33,0x30,0x0e, +0xf6,0xfe,0x05,0x3d,0x79,0x42,0x1f,0xb4,0xfe,0x01,0x94,0x0a,0x24,0x09,0x34,0x0a, +0x00,0x00,0x78,0x00,0x62,0x11,0x11,0x6f,0xf1,0x11,0x11,0xa0,0x00,0x02,0x5f,0x66, +0x0e,0x0a,0x00,0x08,0x01,0x00,0x63,0xc8,0x20,0x00,0x02,0xc9,0x10,0x37,0x8d,0x82, +0x0b,0xfe,0x22,0x21,0x00,0x00,0x0a,0xfc,0xfb,0x75,0x10,0x50,0x03,0x08,0x40,0x07, +0xff,0xca,0xad,0x36,0xe7,0x60,0xf1,0xff,0x9f,0xff,0xc0,0x2f,0x7d,0xef,0x70,0xe0, +0xff,0x3e,0xad,0xfa,0xdf,0xd0,0xaf,0xdb,0x30,0xff,0x01,0x02,0x3b,0x31,0x00,0x7d, +0xc3,0x00,0x37,0x62,0x10,0x92,0x2c,0x78,0xf2,0x0a,0xff,0x8d,0xff,0xf9,0xbf,0xff, +0xd5,0x0d,0xbf,0xe0,0xff,0x7f,0xe9,0x49,0x84,0xbf,0xe1,0x02,0x5f,0xe0,0xff,0x04, +0x00,0x4f,0xe0,0x7d,0xc3,0x12,0x3e,0x0b,0x5e,0x22,0x5f,0xe0,0xab,0x25,0x10,0xe0, +0x0a,0x00,0x51,0x03,0x51,0x5f,0xe0,0x34,0x7d,0xc3,0x50,0x0d,0xf9,0x4f,0xe3,0xfe, +0x84,0xb9,0x60,0x55,0x9f,0xe1,0x4f,0xe0,0xaf,0x87,0xc3,0x60,0x07,0xff,0x54,0x8f, +0xe0,0x1e,0xd5,0xc5,0x71,0x01,0x96,0x0e,0xff,0xc0,0x06,0x70,0xe3,0x0f,0x11,0x09, +0x9d,0x0a,0x04,0x7f,0x17,0x00,0x0a,0x00,0x13,0x0d,0xa1,0x0b,0x02,0x0a,0x00,0x00, +0x0a,0x84,0xa2,0x5f,0xe4,0x20,0x00,0x00,0x3b,0xfe,0x50,0x00,0x1f,0x15,0x96,0xa1, +0xb3,0x22,0x00,0x1a,0xbf,0xfa,0x7a,0xaa,0x5d,0xf6,0xb0,0x24,0xf0,0x02,0xf0,0x2f, +0xff,0x8d,0xf4,0x88,0xcf,0x50,0x00,0x8f,0xf8,0x2f,0x3e,0x8d,0xf3,0x80,0xaf,0xc9, +0x59,0x60,0x5f,0x3e,0x8d,0xf9,0xfb,0xee,0x0e,0x1c,0xf0,0x23,0xef,0x3e,0x8d,0xf2, +0xbf,0xf9,0x00,0x08,0xff,0xea,0x8f,0xaf,0x8d,0xf2,0x1f,0xf5,0x00,0x0e,0xef,0xe1, +0x2f,0xff,0x8d,0xf2,0x4f,0xfb,0x00,0x7f,0x9f,0xe0,0x2f,0x3a,0x5d,0xf5,0xef,0xef, +0x30,0x2f,0x4f,0xe0,0x03,0x04,0x4e,0xfe,0xf9,0x4f,0x50,0x07,0x1f,0xe0,0x16,0x1c, +0x21,0x90,0x03,0x96,0x00,0x31,0x05,0x98,0x20,0x96,0x00,0x14,0xe3,0xc8,0x1b,0x07, +0x0a,0x00,0x14,0xe0,0x5e,0x84,0x51,0x07,0x60,0x00,0x0c,0xb1,0xb3,0x20,0x20,0x1f, +0xe0,0xca,0xf5,0x01,0x8b,0xf5,0xf0,0x0f,0x55,0x0c,0xff,0xff,0xd0,0xaf,0x33,0x00, +0x01,0xfc,0x3f,0xcc,0xfc,0xcf,0xd3,0xfa,0x2f,0xb0,0x0c,0xfe,0xef,0x5c,0xf4,0x4f, +0xed,0xfd,0xef,0x70,0x0a,0xff,0x05,0x3a,0x10,0xdc,0x8e,0xe1,0xf0,0x03,0x3f,0xd7, +0x4c,0xfa,0xbf,0xd2,0x3e,0xe4,0x20,0x01,0xde,0x2f,0xac,0xf4,0x4f,0xd0,0xcf,0x4f, +0xa7,0xf6,0x10,0xdc,0x0f,0x8c,0xf7,0x06,0xdf,0xd0,0x0b,0xfc,0x9c,0xf8,0xaa,0xaa, +0x9a,0xff,0xdd,0xf0,0x02,0x10,0x04,0x40,0x19,0x92,0x03,0x30,0x04,0x79,0xd5,0x09, +0xe9,0x75,0x14,0x6f,0x4b,0xdc,0x10,0x2c,0xa0,0xc9,0x11,0xd4,0x80,0xf2,0xd0,0xf5, +0x1f,0xf3,0x3d,0xff,0xc6,0x00,0x2e,0xff,0xfd,0x20,0x1f,0xf3,0xf7,0x75,0x21,0x09, +0xfd,0x44,0xc8,0x52,0x03,0xbf,0x90,0x00,0x50,0xfa,0x56,0x12,0x03,0x73,0x80,0x03, +0x70,0x1c,0x23,0xf4,0x08,0x50,0x00,0x90,0x0d,0xf4,0x07,0xee,0xef,0xfe,0xff,0xee, +0xe0,0x1e,0x00,0xc2,0x11,0x4f,0xb4,0xf9,0x11,0x00,0x29,0x9f,0xfb,0x92,0xff,0xff, +0x34,0x43,0xf0,0x03,0xff,0xf4,0xff,0xaf,0xeb,0xfc,0xcf,0x80,0x17,0x8f,0xfa,0x72, +0xff,0x0f,0xa3,0xf5,0x7f,0x80,0xbd,0x97,0x03,0xec,0x29,0x50,0xaf,0xff,0x20,0xbc, +0xcc,0x06,0x04,0x51,0x00,0xff,0xff,0xb0,0x28,0x78,0xc0,0x52,0x05,0xff,0xfd,0xf6, +0x5f,0xf3,0x32,0x41,0xfe,0xf6,0xf4,0x13,0x3b,0x36,0x43,0x5f,0xad,0xf4,0x3a,0xa2, +0xb2,0x22,0x3d,0xf4,0x85,0x66,0xa1,0xe1,0x1b,0x0d,0xf4,0x00,0x0a,0x30,0xdf,0x52, +0xa1,0x96,0x00,0xf1,0x14,0xbf,0xd0,0xdf,0x5c,0xfd,0x10,0x00,0x0d,0xf4,0x0b,0xff, +0x20,0xef,0x52,0xef,0xa0,0x00,0x0d,0xf4,0x1d,0xf4,0x7e,0xff,0x30,0x4f,0xc1,0x00, +0x0d,0xf4,0x01,0x30,0x2f,0xe9,0x00,0x04,0x7b,0x7a,0x11,0x03,0xcf,0xf8,0x00,0x27, +0xad,0xa3,0x9b,0xff,0xa9,0xdf,0xe9,0x90,0x00,0x0f,0xf4,0x08,0xf4,0x0b,0x80,0x3f, +0xf7,0x33,0x58,0xff,0x65,0xcf,0xc5,0x23,0x74,0x70,0xf1,0x34,0xaa,0x33,0x7a,0x83, +0x00,0x0a,0x00,0x04,0x04,0x2b,0x10,0xf5,0xee,0x2c,0x20,0x7a,0xff,0x8b,0x6f,0x00, +0xee,0x2c,0x20,0x9b,0xff,0x3b,0x21,0x13,0x80,0x1e,0x00,0x40,0xef,0xff,0xf2,0xff, +0x1f,0xe6,0x00,0x1d,0xd1,0x12,0xf8,0x14,0x00,0xd0,0x0b,0xff,0xf5,0xb0,0x99,0x9a, +0xff,0xa9,0x99,0x00,0x4f,0xef,0xf4,0x3a,0x8a,0x73,0x32,0x22,0x20,0x5f,0x7f,0xf4, +0x0e,0xd7,0x7d,0xf1,0x01,0x1f,0xf4,0x0b,0xcc,0xdf,0xff,0xfe,0xcc,0xc0,0x01,0x0f, +0xf4,0x00,0x01,0xbf,0xf9,0xae,0x2b,0xf0,0x01,0xf4,0x03,0x8e,0xff,0x60,0xaf,0xfc, +0x60,0x00,0x0f,0xf4,0x5f,0xff,0xe5,0x00,0x0b,0x31,0x2c,0x30,0xf4,0x0b,0xb6,0x3f, +0x09,0x08,0xe4,0x22,0x82,0x0d,0xf5,0x00,0x07,0xd2,0x00,0x0c,0xa2,0x0a,0x00,0x11, +0xfb,0x21,0x22,0xd3,0x0d,0xf5,0x01,0xbb,0xff,0xbb,0xdf,0xdb,0x80,0x00,0x0d,0xf5, +0x02,0xc1,0x32,0xa1,0xdf,0xfe,0xd4,0x24,0x44,0xff,0x84,0x44,0x10,0x3f,0x81,0x30, +0x00,0x5d,0x16,0x51,0x15,0x6f,0xf8,0x51,0x14,0x14,0x00,0x43,0x00,0x5f,0xf8,0x0a, +0xc2,0x01,0xb1,0xaf,0xff,0x39,0xcc,0xcf,0xff,0xdc,0xcc,0xc0,0x00,0xef,0xa4,0xec, +0x10,0xf9,0xc0,0xc3,0x51,0xfd,0xf6,0x17,0x77,0x9e,0x1f,0x04,0x10,0xf6,0x86,0xdf, +0xf0,0x04,0x52,0x2a,0x10,0x4f,0xbd,0xf5,0x20,0x14,0x43,0xff,0xa3,0xef,0xa0,0x8f, +0x4d,0xf5,0x0e,0xff,0xf9,0x7b,0xb0,0x70,0x1c,0x0d,0xf5,0x08,0x9f,0xf6,0xef,0x42, +0x82,0x80,0x0d,0xf5,0x00,0x7f,0xe0,0xef,0xbf,0xf5,0x8c,0x00,0x30,0x08,0xff,0x40, +0x1d,0x36,0xf0,0x02,0x00,0x0d,0xf5,0x3f,0xf5,0xbf,0xff,0x30,0x7f,0xa0,0x00,0x0d, +0xf5,0x05,0x30,0x7f,0xe8,0x05,0xa4,0x90,0x1f,0xc0,0x00,0x54,0x08,0xd4,0x05,0x60, +0x00,0x0a,0x00,0x50,0xfb,0x09,0xf5,0x0d,0xd0,0x0a,0x00,0xf0,0x01,0x06,0xf3,0x09, +0xf6,0x4f,0x55,0x10,0x03,0x4f,0xd3,0x2e,0xa8,0xea,0xf8,0xde,0x8f,0xd5,0xa5,0x60, +0xcf,0xff,0xb7,0xfa,0xff,0xfe,0xdf,0x0b,0x60,0x79,0xdf,0x26,0xf8,0x58,0xf5,0x25, +0xb6,0xf3,0x24,0x03,0xfa,0xc6,0xfa,0x2f,0x9d,0x80,0x00,0xcf,0xf3,0x2e,0xf9,0xf9, +0xfc,0xdf,0xdf,0xe0,0x01,0xff,0xfd,0x3f,0xfd,0xfb,0xfd,0xbe,0xd9,0xe1,0x05,0xff, +0xef,0x74,0xc9,0x20,0xff,0x0c,0xf8,0x00,0x0b,0xef,0xca,0x7d,0xff,0xcc,0xff,0xcc, +0xfe,0xc0,0x3f,0xaf,0xc0,0x6f,0x07,0x33,0xf0,0x2a,0x5f,0xc0,0x05,0xfd,0x10,0x6f, +0xa2,0xfa,0x10,0x0c,0x1f,0xc0,0x08,0xff,0xc1,0x1f,0xeb,0xfa,0x00,0x02,0x1f,0xc0, +0x0d,0xfe,0xfd,0x1c,0xff,0xe1,0x30,0x00,0x1f,0xc0,0x6f,0xd1,0xd9,0x1b,0xff,0x41, +0xf4,0x00,0x1f,0xc3,0xef,0x60,0x17,0xff,0xff,0xdb,0xf5,0x00,0x1f,0xcd,0xfb,0x00, +0xaf,0xfb,0x6f,0x57,0xcb,0x79,0xc1,0xa0,0x00,0x1b,0x40,0x03,0xbe,0x86,0x01,0x10, +0xf6,0x94,0xfb,0x01,0xf1,0x3e,0xb3,0xf6,0x07,0x9b,0xff,0x99,0xef,0xc9,0x90,0x00, +0x0d,0xf6,0xe7,0x39,0x00,0xa5,0x6f,0x70,0x15,0xfd,0x11,0xcf,0x81,0x10,0x6f,0x8f, +0x36,0x01,0x8b,0x0c,0x00,0x0a,0x00,0xa1,0x02,0xbb,0xbb,0xbb,0x50,0x00,0x02,0x3f, +0xf7,0x2a,0x19,0x17,0x42,0xa1,0x00,0x6f,0xf7,0x12,0x02,0x00,0x9a,0xb1,0x30,0x22, +0x33,0x33,0xa7,0x33,0x14,0x00,0x8d,0x5e,0x20,0x20,0x05,0x4f,0x25,0xf2,0x05,0x99, +0xff,0x98,0xff,0x20,0x0c,0xff,0xf9,0xf6,0xff,0x76,0xff,0x76,0xff,0x20,0x5f,0xcd, +0xf6,0x70,0xff,0x34,0x94,0xd2,0x5d,0xf6,0x00,0xff,0x11,0xff,0x20,0xff,0x20,0x1c, +0x0d,0xf6,0x00,0x0a,0x16,0x00,0x96,0x00,0x50,0x7a,0xf9,0x88,0x8f,0xa8,0xc6,0xbd, +0x60,0x02,0x9f,0xfd,0x10,0xbf,0xfa,0x0a,0x00,0x70,0x7f,0xff,0xd4,0x00,0x4d,0xff, +0xe1,0xa0,0x00,0x10,0xb5,0xad,0x62,0x07,0xe5,0x0f,0x00,0xa8,0x07,0x60,0x6a,0x01, +0xff,0x20,0xb7,0x10,0xcf,0x71,0x50,0xf7,0x1f,0xf2,0x7f,0xe0,0x13,0x00,0x40,0x8f, +0xb1,0xff,0x2c,0x0a,0x17,0xb2,0x30,0xce,0xfd,0xef,0xfe,0xef,0xed,0x2c,0xcf,0xfd, +0xce,0x18,0x29,0x00,0x2c,0x1a,0x10,0x30,0x3a,0x06,0x50,0x16,0x7f,0xf8,0x6a,0xbf, +0xc7,0x0a,0x20,0xa0,0x06,0x9e,0x94,0x70,0x98,0x88,0xff,0x40,0x00,0xbf,0xfd,0x04, +0x07,0x40,0x5f,0xf4,0x00,0x0f,0x72,0x83,0x00,0xa8,0x10,0x51,0x05,0xff,0xfd,0xf1, +0x14,0xd9,0xbe,0x51,0xcf,0xff,0x6e,0x8f,0xff,0x73,0x95,0xf4,0x07,0xae,0xf3,0x27, +0xfe,0xaa,0xff,0xba,0xef,0x77,0xf3,0xef,0x30,0x7f,0xc4,0x4f,0xf5,0x4d,0xf7,0x0a, +0x0e,0xf3,0x07,0xea,0x6c,0x03,0x13,0x00,0x91,0x00,0x0e,0xf3,0x07,0xfe,0xaa,0xff, +0xaa,0xef,0x13,0x00,0x01,0x6a,0x10,0x00,0x13,0x00,0x11,0xfb,0xbc,0x63,0x0f,0x17, +0xd5,0x01,0x23,0x0c,0xf1,0x7b,0x60,0x01,0x0a,0x00,0x32,0x9f,0xff,0x60,0x0a,0x00, +0xf0,0x02,0x1a,0xff,0xcf,0xfc,0x20,0x00,0x05,0x6d,0xf7,0x34,0xef,0xf7,0x05,0xff, +0xfb,0x50,0x0c,0xff,0x0e,0xf1,0x00,0xea,0xaa,0xcf,0xff,0xf2,0x09,0xcf,0xfc,0x7c, +0xb6,0xff,0xff,0xf9,0x4c,0xc0,0xe1,0x07,0x00,0x9e,0x05,0xa0,0x10,0x00,0x8f,0xf9, +0x06,0xaa,0xaa,0x29,0xaa,0xaa,0x3b,0x1a,0x41,0x39,0xff,0xff,0x3e,0x67,0xa6,0xc0, +0xfe,0xca,0xf1,0x9f,0x3e,0xd0,0xbf,0x10,0x06,0xff,0xf7,0xda,0x0a,0x00,0x53,0xcf, +0x10,0x0d,0xec,0xf1,0x1e,0x00,0xf0,0x01,0x3f,0x9c,0xf1,0x05,0x8a,0x88,0x17,0xaa, +0x88,0x00,0x0d,0x2c,0xf1,0x00,0x6f,0xc0,0x9e,0x00,0x61,0x04,0x0c,0xf1,0x00,0xef, +0xc1,0xae,0x37,0x80,0x0c,0xf1,0x07,0xff,0xfe,0x29,0xff,0xf5,0x0a,0x00,0x50,0x7f, +0xf6,0xbe,0x8f,0xfc,0x7a,0x72,0x10,0xf6,0x2d,0x1d,0xa0,0xa0,0x8f,0xd1,0x00,0x0c, +0xf1,0xa8,0x00,0x00,0x6a,0x33,0x22,0x07,0x77,0x3b,0x14,0xc0,0xd7,0x00,0x20,0xfc, +0x03,0x70,0x01,0x00,0x4e,0x8a,0xf1,0x19,0xc0,0x3f,0xe9,0xdf,0x3f,0xe9,0x9f,0xd0, +0x01,0xfc,0x03,0xfe,0xae,0xf3,0xff,0xaa,0xfd,0x08,0xef,0xfe,0x4f,0xea,0xef,0x3f, +0xfa,0xbf,0xd0,0x8e,0xff,0xe4,0xfd,0x8d,0xf3,0xfe,0x89,0xfd,0x00,0x1f,0xe0,0x3f, +0x0c,0x2d,0xf0,0x13,0xd0,0x05,0xff,0x83,0xfb,0x00,0x3a,0x50,0x02,0xfd,0x00,0xaf, +0xff,0x5f,0xbb,0xcd,0xfe,0xcc,0x6f,0xd0,0x0e,0xff,0xfd,0xfb,0x67,0x9f,0xa7,0x74, +0xfd,0x03,0xff,0xcd,0x6f,0xb8,0x97,0x08,0xf1,0x20,0xd0,0x9f,0xfc,0x13,0xfb,0x8b, +0x7f,0x79,0xf2,0xfd,0x2f,0xef,0xc0,0x3f,0xb8,0x99,0xfa,0x6f,0x2f,0xd1,0xf9,0xfc, +0x03,0xfb,0x8f,0xff,0xff,0xf2,0xfd,0x0a,0x3f,0xc0,0x3f,0xb1,0x4f,0xff,0x62,0x1f, +0xd0,0x11,0xfc,0x03,0xfb,0x2d,0xff,0xff,0x81,0x85,0x00,0x50,0xbe,0xd6,0xf6,0xab, +0x1f,0x85,0x00,0x60,0xfb,0x40,0x5f,0x50,0x1b,0xfc,0x13,0x00,0x00,0xe8,0x1e,0x2b, +0xde,0x50,0x88,0x70,0x13,0xa3,0x6b,0x0c,0x21,0x53,0xff,0xe3,0x1a,0x00,0x36,0x5e, +0x10,0xf1,0xbc,0xfc,0xf0,0x12,0x01,0x11,0x10,0x0a,0xff,0xcc,0xcc,0x80,0xef,0x19, +0xff,0xff,0x40,0xef,0xff,0xff,0xfb,0x0e,0xf1,0x9f,0x5a,0xf4,0x5f,0xf6,0x44,0xcf, +0x80,0xef,0x19,0xf1,0x8f,0x5d,0xfd,0x3d,0x67,0xf0,0x0a,0xf1,0x9f,0xff,0xf8,0xff, +0x7d,0xf7,0xff,0x00,0xef,0x14,0x66,0x66,0x23,0xc0,0xef,0x40,0x30,0x0e,0xf4,0x77, +0x45,0x66,0x10,0x0f,0x7d,0x5d,0x50,0x7f,0xf8,0xef,0xf4,0x01,0x60,0x50,0x60,0xf7, +0xb8,0x8e,0x3e,0x40,0x3f,0xd0,0x1a,0x50,0x7b,0x88,0xe3,0xe4,0x07,0xd9,0x53,0xf0, +0x0b,0xf7,0xff,0x8e,0xef,0x40,0xcf,0xff,0xa0,0x00,0xef,0x47,0x74,0x67,0x71,0x2f, +0xf5,0xff,0x20,0x0e,0xf2,0x11,0x11,0x11,0x0c,0xfb,0x0a,0xe0,0x6f,0x00,0x97,0xe2, +0x40,0x40,0x2f,0xfa,0x0c,0x21,0x15,0x00,0x5a,0x2d,0x01,0x66,0x01,0x00,0xda,0x7f, +0x1a,0x81,0x9d,0xe1,0x0f,0x0a,0x00,0x09,0x24,0x05,0x99,0x0a,0x00,0x28,0x09,0xfe, +0x0a,0x00,0x00,0xf4,0x4e,0x03,0x0a,0x00,0x01,0x0f,0x06,0x22,0x09,0xfe,0xdb,0x78, +0x0d,0x28,0x00,0x0f,0x0a,0x00,0x19,0x33,0x06,0x6c,0xff,0xc3,0xe2,0x15,0x2f,0xb7, +0x19,0x16,0x2f,0x4a,0x66,0x04,0xb8,0xa0,0x26,0x30,0x05,0xbf,0xc0,0x14,0xee,0x53, +0xe2,0x09,0xe0,0xe3,0x04,0x0a,0x00,0x24,0x02,0x33,0x0a,0x00,0x28,0x09,0xfd,0x0a, +0x00,0x02,0xc5,0x13,0x03,0x0a,0x00,0x11,0xf8,0x0a,0x00,0x00,0x92,0x48,0x1c,0x53, +0x28,0x00,0x0f,0x0a,0x00,0x06,0x60,0x05,0x5c,0xfe,0x55,0x5c,0xfe,0x4d,0x1a,0x0f, +0xc9,0x25,0x02,0x00,0xb7,0x3a,0x02,0xef,0xe1,0x0f,0x0a,0x00,0x0b,0x21,0xcd,0x52, +0x0a,0x00,0x11,0x24,0x23,0xa6,0x60,0x50,0x08,0xfe,0x05,0xff,0x40,0x0a,0x00,0x63, +0xff,0x98,0xff,0x9f,0xff,0xa0,0x0a,0x00,0x21,0xff,0xe5,0x1e,0x00,0x41,0x74,0x28, +0xff,0xf7,0x85,0x2b,0x00,0x49,0x5b,0x14,0x10,0x0a,0x00,0x2f,0xfe,0x00,0x0a,0x00, +0x0b,0x24,0x07,0x30,0x0a,0x00,0x20,0x0c,0xf7,0x0a,0x00,0x90,0xbc,0x78,0xfe,0x00, +0x0d,0xf6,0x15,0xff,0xff,0x9f,0xc2,0x40,0x65,0x6f,0xf3,0x4f,0x7d,0x2b,0x11,0x54, +0x1d,0x9e,0x6d,0xfd,0xa7,0x41,0x00,0x00,0x8e,0x6a,0x50,0x03,0x9f,0x2c,0x50,0x2a, +0xa2,0x00,0xcf,0xd4,0x02,0x0d,0x10,0x03,0x93,0x37,0x01,0x3f,0x01,0x21,0x3f,0xf3, +0x6c,0x1e,0x11,0x70,0x13,0x00,0x01,0x26,0x00,0x00,0xe9,0x67,0x65,0xdf,0xc2,0x22, +0x22,0x22,0x0f,0x24,0x11,0x16,0xff,0x0a,0x1e,0x61,0x04,0x10,0x2f,0xf7,0x00,0x02, +0xee,0x52,0x50,0x51,0xff,0x60,0x00,0xdc,0x97,0x82,0x00,0x93,0x7c,0x10,0x9f,0x2e, +0x8d,0x50,0xe1,0x01,0xff,0x60,0x6f,0x3a,0x80,0x40,0xe2,0x00,0x1f,0xf7,0xe9,0xdd, +0x20,0x08,0xd1,0x99,0x29,0x03,0x55,0xa8,0x12,0x5b,0x36,0x1c,0x22,0x03,0x5a,0xb7, +0xb8,0x10,0x09,0xbc,0x18,0x12,0x60,0xe9,0x12,0x13,0xfd,0x99,0xcb,0x2c,0x97,0x30, +0xae,0x9e,0x07,0xe1,0x84,0x90,0x04,0x44,0xbf,0xf4,0x44,0x4c,0xfd,0x44,0x44,0x43, +0x79,0x15,0x90,0x2e,0xcd,0x44,0x73,0x32,0x0a,0xfb,0xcd,0x12,0x42,0x9a,0xfb,0x00, +0xbb,0x10,0x0c,0x30,0x6a,0xfb,0x2d,0x3d,0x21,0x90,0xb0,0x02,0xff,0x2a,0xfe,0xff, +0xf9,0x00,0x1d,0x99,0x01,0x10,0x0a,0xd2,0x46,0x61,0x1c,0xf7,0xec,0x2e,0xf9,0x0a, +0x62,0x13,0x10,0x55,0xe4,0x29,0x13,0xfb,0xdf,0xb9,0x33,0x90,0x0a,0xfb,0x97,0x1f, +0x30,0x10,0x0a,0xfb,0x05,0x90,0x60,0x01,0xcf,0xf6,0x00,0x0a,0xfc,0xd7,0x33,0xc2, +0x4d,0xff,0x80,0x00,0x09,0xfd,0x22,0x4f,0xf0,0x0b,0xff,0xf9,0x9a,0x62,0x41,0xc0, +0x05,0xfd,0x40,0x2f,0x12,0x2b,0xfd,0x30,0xa1,0x65,0x01,0xe8,0x43,0x00,0x3a,0x01, +0x24,0xb3,0xc8,0x0a,0x00,0x20,0xb7,0xfb,0x0a,0x00,0xc3,0x02,0x3f,0xf4,0x22,0x1a, +0xfc,0x9f,0xf7,0x77,0x40,0x00,0x4f,0xcf,0x9d,0x10,0x90,0xd4,0x14,0x00,0x37,0xbc, +0x21,0xbb,0x70,0x85,0x01,0x21,0x80,0x3f,0x58,0x9b,0x61,0x31,0xcf,0xae,0x10,0x3f, +0xf0,0x39,0xaa,0xa2,0xef,0x56,0x55,0x7f,0xf6,0x55,0x51,0x1e,0xf6,0x41,0x48,0x9d, +0xe0,0xf4,0x7f,0xda,0xfd,0xfb,0x7c,0xcd,0xff,0xff,0xcc,0xc3,0x0c,0x5b,0xff,0x1e, +0xed,0x00,0xc2,0x08,0x00,0x8f,0x4a,0x12,0x7f,0x24,0x7f,0x00,0xb0,0x6d,0x31,0xaf, +0xfb,0xfa,0xd0,0xca,0xfa,0x17,0x4f,0xfb,0x3f,0xf2,0xff,0x90,0x00,0x4e,0xf9,0x08, +0xff,0xd1,0x3f,0xf0,0x8f,0xf7,0x08,0xff,0xd0,0x09,0xfc,0x10,0x3f,0xf0,0x0b,0xd1, +0x0b,0xfc,0x10,0x00,0x70,0x00,0x3f,0xf0,0x01,0x20,0x00,0x70,0x7b,0x33,0x03,0x6e, +0x26,0x14,0xab,0x23,0x24,0x41,0xbf,0xff,0xb0,0xdf,0x12,0x1f,0x42,0xef,0xff,0xb6, +0x00,0x0a,0x00,0x00,0x5d,0xd0,0x11,0xdf,0x20,0x94,0x81,0xff,0x61,0x11,0x00,0xff, +0x40,0x4f,0xe0,0xb3,0x11,0x33,0x32,0xff,0x10,0x0a,0x00,0x90,0x3b,0xfc,0x00,0x3f, +0xf9,0x91,0x00,0xff,0x50,0x1d,0x61,0x30,0x0c,0xff,0xf3,0x28,0x00,0x60,0x2e,0x70, +0x00,0x00,0x23,0x30,0x1e,0x00,0x51,0x4e,0xee,0xee,0xee,0xec,0x0a,0x00,0x12,0x4f, +0x57,0x5d,0x00,0xda,0x84,0x40,0xed,0x11,0x1a,0xfc,0x21,0x12,0xf0,0x03,0x25,0x30, +0xef,0x50,0x2f,0xf7,0x00,0x27,0xff,0xef,0xff,0x70,0x7f,0xf3,0xdf,0xe1,0x00,0x7f, +0xb2,0x54,0x01,0xa0,0x7f,0x30,0x4f,0xff,0xa4,0x9f,0x75,0x12,0xfd,0x49,0x12,0x00, +0x87,0x52,0x10,0xe6,0x3c,0x00,0x80,0x01,0xef,0xff,0xe6,0xcf,0xff,0xf4,0x00,0xb0, +0x9d,0x51,0xe7,0x00,0x06,0xdf,0xa0,0xaf,0xc1,0x00,0x67,0x02,0x15,0x10,0xc0,0x0f, +0x22,0x0e,0xf9,0x04,0x00,0x0f,0x09,0x00,0x07,0x23,0x08,0x90,0x09,0x00,0x22,0x7f, +0xf6,0x09,0x00,0x30,0x07,0xff,0xf9,0x79,0x02,0x51,0x2e,0xf9,0x9f,0xff,0x60,0x09, +0x00,0x00,0x25,0xd6,0x50,0x0e,0xfb,0x55,0x55,0x0e,0xc9,0x2a,0x24,0x0e,0xf9,0x0d, +0xfe,0x0f,0x51,0x00,0x05,0x23,0x06,0xa2,0x09,0x00,0x00,0xec,0x57,0x20,0x02,0x8c, +0x63,0x00,0xf0,0x09,0xfc,0x0f,0xfd,0xcf,0xff,0x0e,0xf9,0x00,0x0a,0xfb,0x3f,0xff, +0xff,0xfb,0x0d,0xfd,0x65,0x6f,0xf7,0xbf,0xff,0xd7,0x10,0x09,0x45,0x09,0x10,0x4f, +0x78,0xed,0x46,0xae,0xff,0xfd,0x50,0xb7,0x03,0x24,0x29,0x20,0xfa,0xda,0x24,0xaf, +0xf8,0x0a,0x00,0x42,0xdf,0xff,0x71,0x55,0x0a,0x00,0x80,0x05,0xee,0x14,0xff,0x00, +0xff,0x50,0x11,0xbc,0x39,0x00,0xe2,0x5d,0x31,0x78,0xef,0x70,0x17,0x0f,0x11,0x01, +0x80,0x80,0xd0,0xb4,0x00,0x04,0xff,0xbf,0xff,0xfb,0xdf,0x80,0x1f,0xff,0xc2,0x3a, +0x4d,0x11,0xf0,0x01,0xbf,0x80,0x02,0x9f,0xe4,0xff,0xff,0xa3,0xff,0x50,0xcf,0x80, +0x00,0x03,0x30,0xcd,0x3c,0x00,0x00,0x8e,0x08,0x10,0x10,0x3c,0x00,0x10,0x61,0x68, +0x1d,0x10,0xac,0x50,0x00,0x11,0xaf,0xd2,0xa7,0x51,0x74,0xff,0x00,0xff,0x6f,0x3d, +0xde,0x60,0x14,0xff,0x00,0xdd,0x41,0x03,0xc5,0x24,0x11,0x04,0xd1,0xf2,0x40,0xc2, +0x00,0x9f,0xf2,0xbe,0x1d,0x00,0x04,0xde,0x00,0xd2,0xfc,0x60,0x73,0x22,0x23,0x9f, +0xf0,0x06,0xeb,0x9d,0x02,0xcf,0x02,0x60,0x48,0x00,0x00,0x3c,0xef,0xff,0x4b,0x1a, +0x52,0x3a,0x30,0x00,0x07,0xca,0xe0,0x66,0x32,0xfa,0x10,0x0b,0xc0,0x72,0x12,0x4c, +0x3d,0x1d,0x00,0xc5,0x1c,0x33,0x6d,0x00,0x3f,0x2f,0x9d,0x00,0xf6,0xa8,0x00,0x12, +0x1e,0x20,0x02,0x40,0x20,0x2a,0x30,0x00,0x07,0xff,0x12,0x2c,0xc1,0x1d,0xff,0x10, +0x48,0x8e,0xfc,0x00,0x19,0xff,0xf6,0x9f,0xf5,0x7f,0x39,0x91,0x00,0x1a,0xd0,0x08, +0x80,0x00,0x08,0x87,0x30,0x5d,0xe4,0x00,0x0b,0x07,0x00,0x0f,0x26,0x24,0x22,0x08, +0x9f,0x22,0x71,0xae,0x31,0x5c,0xf6,0x33,0x7f,0xf7,0x73,0xa5,0x51,0x0c,0xfe,0x22, +0xef,0xe1,0x77,0x26,0x50,0x01,0xef,0xdd,0xff,0x30,0xa5,0xe0,0x02,0x97,0xf6,0x00, +0x68,0xc6,0x60,0x00,0x39,0xef,0xff,0xff,0xa5,0xd7,0xc2,0x40,0xaf,0xff,0xff,0x9a, +0xb9,0x10,0x70,0x9c,0x00,0x4f,0xfd,0x81,0x00,0x2a,0xe6,0x5e,0x02,0xd0,0x08,0x12, +0x05,0x1b,0x7a,0x03,0x10,0x27,0x11,0x81,0xaa,0x00,0x00,0x31,0x72,0x33,0xfe,0x40, +0x3f,0xb3,0xe5,0x51,0xfe,0x10,0x4f,0xf3,0x34,0x8c,0x1d,0x41,0x23,0x00,0x7f,0xe0, +0x3a,0xa1,0x00,0x9f,0x1d,0x90,0x90,0x01,0xff,0x85,0x61,0x09,0xb4,0x00,0x5e,0x11, +0x01,0x00,0xa6,0x2d,0xe1,0xc3,0x9f,0xe4,0x00,0x00,0x4d,0xff,0xe4,0x02,0xaf,0xf2, +0x0a,0x54,0x44,0xb8,0x04,0x34,0x03,0x40,0x0f,0xb4,0x00,0x24,0x10,0x0f,0x16,0x37, +0x40,0xab,0x02,0xef,0x50,0x19,0x35,0x00,0x5a,0xbd,0x20,0xbf,0xe2,0x2a,0x4f,0x00, +0x36,0x2b,0x41,0x1e,0xff,0x7f,0xfd,0xd8,0xd2,0x00,0x8a,0xd5,0x10,0xe2,0x4a,0x01, +0x70,0xd0,0x00,0x28,0xef,0xff,0xf9,0x30,0xc1,0xc8,0x10,0x9d,0xe1,0x21,0x90,0xfe, +0xb2,0x03,0xdc,0x00,0xdf,0xfe,0x81,0x01,0x0c,0x2f,0x40,0x02,0x00,0x48,0x30,0x12, +0x1e,0x43,0x10,0x00,0x2a,0x20,0x90,0x98,0x33,0x0d,0xff,0xa1,0xce,0x15,0x33,0x4d, +0xff,0xd0,0x66,0x4e,0x25,0x07,0xf3,0xeb,0x15,0x12,0x0e,0x74,0x20,0x13,0x02,0xb5, +0x25,0xf0,0x01,0xf6,0x0a,0xf9,0x10,0x0e,0xf8,0x59,0xff,0x55,0xff,0x61,0xef,0xff, +0x70,0xef,0x40,0xea,0xba,0x00,0x10,0x03,0x12,0xf4,0x8a,0x1f,0x86,0x28,0x00,0xef, +0x85,0x9f,0xf5,0x5f,0xf6,0x39,0x00,0x42,0x00,0x05,0x10,0xef,0xd3,0x20,0x33,0x01, +0xfd,0x2e,0x26,0x00,0x23,0x9f,0xf1,0x39,0x00,0x23,0x2f,0xf8,0x39,0x00,0x23,0x0c, +0xfe,0x5f,0x00,0x14,0x05,0x3f,0xe7,0x60,0x60,0x09,0xe0,0x00,0xef,0x85,0x8a,0xa2, +0x22,0x00,0x01,0x38,0x17,0x10,0xcd,0xb7,0x32,0x05,0xe9,0x53,0x10,0xa1,0xf5,0x1f, +0x00,0x58,0x2e,0x43,0xaf,0xfe,0x40,0x4f,0x14,0xc7,0x51,0xef,0x50,0x4f,0xf3,0x33, +0x38,0x9d,0x10,0x25,0xf7,0xa1,0x03,0xc2,0x00,0x20,0xaf,0xc0,0x0a,0x00,0x21,0x08, +0xd4,0xa9,0x4a,0x00,0x51,0x7e,0x40,0xff,0xb1,0x5f,0xfd,0x0c,0x24,0x62,0xd2,0x01, +0xaf,0xf7,0xdf,0xf3,0x45,0xf8,0x30,0x05,0x70,0x1c,0x76,0x9f,0x16,0x22,0xcd,0x5c, +0x00,0xc1,0x3d,0x14,0x03,0x93,0xa9,0x70,0xff,0x93,0xff,0x21,0x11,0x16,0xff,0x97, +0xc6,0x32,0x23,0xff,0x10,0x5c,0xee,0x23,0xf9,0x03,0x0a,0x00,0xc3,0xdf,0xf1,0x03, +0xff,0x54,0x44,0x48,0xff,0x10,0x09,0xff,0x70,0x32,0x00,0x00,0x2e,0x87,0x03,0xc0, +0xca,0x21,0x53,0x00,0x28,0x00,0x21,0xee,0x10,0x31,0x93,0x02,0xb2,0x74,0x33,0x9f, +0xfb,0x20,0x0a,0x00,0x10,0x3c,0x7e,0x19,0x03,0x90,0x32,0x17,0x44,0x1e,0xa0,0x01, +0x0a,0x00,0x00,0xec,0x5c,0x93,0x44,0x48,0xff,0x54,0x44,0x00,0x08,0xfc,0x40,0x3c, +0x00,0x00,0x35,0x4d,0x03,0x32,0x00,0x34,0x2b,0xf4,0x1f,0xcd,0x84,0x03,0xb9,0x1e, +0x00,0x0a,0x9d,0x41,0x04,0x44,0xaf,0xf7,0x46,0x02,0x20,0x3f,0x50,0x0d,0x02,0x03, +0x14,0xaf,0x41,0xff,0x50,0x5d,0x50,0xbb,0xc9,0x50,0x0d,0xfc,0x00,0x9f,0xe1,0x9b, +0xa8,0x00,0xab,0x8d,0x11,0x0e,0xce,0x28,0x50,0x04,0xff,0xea,0xbd,0xff,0x65,0x90, +0x02,0x54,0x37,0x00,0xc5,0xf5,0x50,0x20,0x02,0xfd,0xb8,0x64,0x66,0xb1,0x11,0x03, +0x63,0x16,0x00,0x13,0x85,0x24,0x3a,0x20,0x0d,0x77,0x24,0xdf,0xf8,0x0a,0x00,0xc3, +0x6e,0xff,0x63,0x33,0x38,0xff,0x33,0x34,0x20,0x00,0x01,0xab,0x47,0x88,0x05,0x99, +0x77,0x00,0xd6,0xa7,0xa0,0x0f,0xf4,0x06,0xff,0x00,0xdf,0x80,0x0b,0xf9,0x10,0x0a, +0x00,0xc0,0x02,0xff,0x20,0x2e,0xff,0xf4,0x0f,0xf6,0x27,0xff,0x22,0x45,0x7b,0x9a, +0x13,0x0f,0xd3,0x59,0x12,0x03,0xf3,0x31,0x12,0xfb,0x43,0x2e,0x12,0xfa,0x25,0xdb, +0x70,0xc2,0x2f,0xf4,0xff,0x50,0x9f,0xf0,0xdc,0x20,0x42,0x4f,0xf0,0xbf,0xe4,0x48, +0x05,0x51,0x7f,0xd0,0x2f,0xff,0xfd,0xde,0x5a,0x32,0xcf,0x90,0x06,0x1c,0xc8,0x40, +0xb1,0xff,0x40,0x4e,0xff,0x2d,0xf8,0x0e,0x08,0xff,0x39,0xff,0x5b,0xff,0xfa,0xff, +0xfd,0x71,0x09,0xfb,0x0e,0xf9,0xbf,0xfd,0x30,0x3d,0xff,0xd0,0x00,0x42,0x01,0xa1, +0x1c,0x60,0x00,0x00,0x4b,0x82,0x0c,0x10,0x37,0x5f,0x8d,0x11,0xd2,0x8c,0x03,0x11, +0xe6,0xfb,0xc9,0x01,0xa2,0x14,0x04,0x92,0xde,0x80,0x01,0xad,0x13,0x33,0x34,0xfa, +0x43,0x33,0x36,0x2e,0x02,0xc6,0x38,0x01,0x4f,0x44,0x03,0xc3,0xe0,0x14,0xd5,0xf2, +0xec,0x33,0x3f,0xff,0xc2,0x0a,0x00,0x34,0x03,0xcf,0xf2,0x06,0xed,0x22,0x06,0x70, +0x92,0xde,0x05,0x6d,0x5a,0x00,0x4c,0x03,0x23,0x89,0x06,0xe6,0x00,0x00,0xb8,0x2a, +0x02,0x28,0x00,0x24,0x0a,0xfe,0x32,0x00,0x24,0x4f,0xf6,0x0a,0x00,0x80,0xdf,0xd0, +0x11,0x11,0x17,0xff,0x21,0x11,0xf8,0xad,0x13,0xdf,0xcc,0x78,0x00,0xa4,0xbc,0x02, +0x3e,0x0f,0x16,0x22,0xdd,0xe8,0x04,0x01,0x00,0x00,0x7b,0xc7,0x22,0x2f,0xb1,0xdf, +0x01,0x70,0xd4,0x00,0xaf,0xd2,0x11,0x11,0x20,0x16,0x20,0x00,0x9a,0x12,0x00,0x4b, +0x09,0x34,0x02,0xcf,0x6d,0x82,0x00,0x20,0x04,0xcf,0x2e,0xbf,0x11,0xf5,0x36,0x03, +0x21,0xdf,0xe3,0x08,0x36,0x70,0xe7,0x00,0x26,0x0b,0xff,0xbf,0xfa,0x68,0x53,0x32, +0xe5,0x00,0x01,0x39,0x04,0x30,0x8f,0xf4,0x04,0xdb,0x20,0xc0,0xc7,0x40,0x00,0x02, +0x63,0xff,0xff,0xf8,0x16,0xdf,0xff,0xf3,0xfa,0x36,0xa4,0xc6,0x10,0x00,0x03,0x8c, +0xe0,0x00,0x00,0x4e,0x6f,0x50,0x00,0x22,0xcf,0xce,0x0a,0x00,0x00,0xe4,0x5d,0x12, +0xf6,0x81,0xa6,0x20,0x0e,0xfc,0xa2,0x03,0x01,0x1c,0x2e,0x70,0xf4,0x0e,0xf8,0x44, +0x44,0x49,0xfe,0xa7,0xfc,0x03,0x65,0xe2,0x52,0x03,0xef,0x20,0x0e,0xfd,0x95,0x28, +0x24,0x16,0x00,0x28,0x00,0x15,0x10,0x4f,0xca,0xf2,0x06,0xe7,0x00,0x0f,0xf3,0x0e, +0xf4,0x0c,0xf7,0x02,0xbf,0xfc,0x00,0xff,0x30,0xef,0x40,0xcf,0x70,0x00,0x5e,0x30, +0x13,0x00,0x01,0xe8,0x19,0x01,0x13,0x00,0x23,0x12,0x00,0x26,0x00,0xf1,0x08,0x0b, +0xf9,0x10,0xdb,0xff,0x93,0xef,0xe6,0xcf,0x71,0xdf,0xfe,0x3f,0xef,0xff,0xae,0xff, +0xed,0xf7,0x00,0x6f,0x85,0xfa,0xeb,0x29,0xa1,0x70,0x00,0x20,0xcf,0x7f,0xfb,0xff, +0xf9,0xff,0xf7,0xa8,0x14,0xa1,0x6e,0xff,0x5e,0xff,0x70,0x00,0x96,0x25,0x4f,0xf0, +0x4c,0x00,0x10,0x1f,0x6a,0x04,0x00,0x4c,0x00,0x10,0x06,0x25,0xc1,0x01,0x13,0x00, +0x41,0xcf,0xa0,0x0f,0xf8,0x13,0x00,0x50,0x3f,0xf4,0x05,0xff,0x30,0x13,0x00,0x20, +0x0a,0xfe,0xcc,0x7e,0x00,0x13,0x00,0x51,0xaf,0x80,0x2e,0xf6,0x00,0x26,0x00,0x30, +0x31,0x00,0x1b,0xc4,0x05,0x2b,0xcf,0x70,0x22,0xcb,0xd0,0x01,0x49,0xc1,0x00,0x02, +0xff,0xd4,0x01,0x46,0x8a,0xdf,0xff,0xfd,0xa2,0xca,0x10,0x4a,0xc5,0x02,0x10,0x72, +0x0e,0x90,0x46,0x04,0xec,0xaa,0xff,0x9e,0x5f,0x03,0x71,0xb8,0x20,0x22,0x25,0x72, +0xe0,0x44,0x0a,0xd6,0x00,0x9f,0xef,0x0c,0x23,0xd3,0x9f,0x31,0x71,0x23,0xaf,0xf2, +0x1e,0x00,0x01,0xdb,0x54,0x04,0x32,0x00,0x50,0x01,0x33,0x36,0xff,0x33,0xd9,0xe5, +0x12,0xc7,0x06,0x0d,0x00,0x37,0xb2,0x14,0x35,0x67,0x66,0x12,0xfb,0xbc,0x1a,0x43, +0x10,0x00,0x8f,0xf2,0x0a,0x00,0x51,0x03,0xff,0x90,0x05,0xfd,0x3e,0xcf,0x33,0x0d, +0xfe,0x10,0x32,0x00,0x34,0x07,0xf6,0x00,0x3c,0x00,0x12,0x30,0xee,0x1a,0x21,0xee, +0x10,0x9e,0x45,0x21,0x05,0x94,0xf5,0x91,0x13,0xa1,0x34,0x8a,0xe4,0x02,0xcf,0xfe, +0x55,0x55,0x59,0xff,0x65,0x55,0x40,0x00,0x06,0xfd,0x8f,0x4c,0x04,0x83,0x32,0x6c, +0xcd,0xff,0xec,0xce,0xdc,0xb0,0xeb,0xc1,0x50,0x7f,0xc0,0x00,0x08,0xd7,0xcd,0x6a, +0x83,0x23,0x6f,0xfa,0x00,0x1e,0xff,0xe4,0x2f,0x24,0xc9,0xc0,0x8f,0xf4,0x0f,0xff, +0xfe,0xdc,0xba,0xbf,0xe0,0x00,0x02,0x70,0xa4,0xb8,0x02,0x2d,0xb1,0x60,0x00,0xff, +0x1b,0xf5,0x5f,0xd0,0x65,0x79,0x13,0x01,0x0a,0x00,0x51,0x01,0xff,0x61,0xff,0x0b, +0x0a,0x00,0x33,0x09,0xff,0x13,0x0a,0x00,0xf1,0x1c,0x2f,0xf8,0x07,0xfd,0x0b,0xf5, +0x5f,0xd1,0x20,0x00,0xcf,0xf1,0x0e,0xf9,0x0b,0xf5,0x5f,0xd2,0xf5,0x06,0xff,0x80, +0x9f,0xf2,0x0b,0xf5,0x5f,0xd3,0xf6,0x0b,0xfe,0x05,0xff,0xa0,0x0a,0xe5,0x4f,0xfe, +0xf4,0x00,0xa6,0x00,0x9b,0xcf,0x20,0x08,0x98,0x50,0x20,0x48,0x00,0x30,0xfb,0xc0, +0x30,0x14,0x00,0x01,0xef,0xe4,0x0a,0xf7,0x02,0xff,0x30,0x8f,0x0b,0x0a,0xa0,0x58, +0xff,0x22,0xff,0x30,0xef,0xa0,0x00,0x02,0xdc,0x4c,0xe9,0x11,0x36,0xa9,0xc7,0x60, +0x00,0x9f,0x72,0xff,0x37,0xe9,0x65,0x59,0xb4,0x01,0x55,0x46,0xff,0x64,0x45,0x10, +0x0a,0xfa,0x20,0x06,0x98,0x79,0x23,0xf5,0x06,0x74,0x26,0x43,0x3d,0xe2,0x06,0xfe, +0x45,0x09,0x21,0x20,0x06,0xbe,0x05,0x02,0x0a,0x00,0x03,0x92,0x26,0x30,0xcb,0x06, +0xfe,0xd1,0xa9,0x53,0x50,0x00,0x03,0xff,0x46,0x28,0x00,0x24,0x0b,0xfd,0x1e,0x00, +0x24,0x3f,0xf6,0x0a,0x00,0x23,0xbf,0xf0,0x46,0x00,0x11,0x03,0xda,0x89,0x81,0x02, +0x33,0xff,0x50,0x07,0xff,0x10,0x06,0x3f,0x0f,0x40,0x20,0x00,0x57,0x00,0x14,0x00, +0x00,0xd5,0xef,0x16,0x03,0x3f,0x08,0x21,0xa1,0x0f,0x6e,0x78,0x00,0x2b,0x0c,0x10, +0x4f,0x93,0x3a,0x00,0xa0,0x1c,0x33,0xed,0x0f,0xf5,0xd7,0x9a,0x25,0x11,0x0f,0x9b, +0x9a,0xa3,0x0f,0xfc,0xbb,0xbb,0xbd,0xfc,0x00,0x04,0xc3,0x00,0x1e,0x00,0x32,0x0e, +0xff,0x90,0x1e,0x00,0x00,0x33,0x2e,0x01,0x16,0x90,0x73,0xda,0x00,0x00,0x0a,0xa0, +0x03,0x31,0x36,0xcb,0x60,0x21,0x0d,0xf6,0x00,0x2f,0xf1,0x2f,0x62,0xa0,0xae,0x2d, +0xff,0xff,0x7f,0xf9,0xef,0xd1,0x00,0x02,0x1d,0x65,0x10,0x7f,0xf3,0xc8,0x80,0x0a, +0xfe,0x0d,0xf7,0x11,0x3f,0xfb,0x30,0xa6,0x8a,0x01,0x28,0x00,0x10,0x04,0xed,0xea, +0xf0,0x04,0x0e,0xf6,0x01,0x3f,0xf1,0x09,0xf5,0x04,0xff,0x70,0x4f,0xfd,0xef,0x6f, +0xf4,0x1b,0xf5,0x0a,0xfe,0xb2,0x02,0x01,0x3b,0x0c,0x72,0x96,0x00,0x3f,0xd9,0x62, +0x07,0xef,0x5e,0x70,0x03,0xbe,0x00,0x16,0x26,0x94,0x07,0x23,0xe5,0x4f,0xfa,0x16, +0x33,0x8f,0xfe,0x5f,0x0a,0x00,0x30,0x01,0xb4,0x03,0xb2,0x71,0x25,0x33,0x10,0xc7, +0x70,0x24,0x00,0x01,0x2e,0x64,0x34,0xf3,0x0c,0xe7,0x0a,0x00,0xe0,0x3e,0xff,0xc0, +0x33,0x9f,0xf7,0x38,0xff,0x73,0x30,0x01,0xaf,0x60,0x03,0xce,0x93,0x10,0xe3,0xa7, +0xc6,0x80,0x4e,0xff,0x67,0x40,0x2e,0xff,0x70,0x00,0x57,0xeb,0xe0,0x8f,0x90,0x02, +0xef,0xf4,0x00,0x08,0x93,0xfe,0x50,0x8f,0x90,0x04,0xcc,0x25,0x11,0x51,0x37,0xf8, +0x8f,0xcc,0x9b,0xd1,0xb7,0xf1,0x17,0x0d,0xf5,0x8f,0xbf,0xe3,0xff,0x30,0x00,0xbf, +0xb0,0x8f,0xd0,0x8f,0x9b,0xf5,0x9f,0xa0,0x02,0xff,0x52,0xff,0x40,0x8f,0x96,0xf9, +0x2f,0xf1,0x0a,0xfe,0x00,0x48,0x11,0xaf,0x92,0x82,0x09,0x50,0x06,0x80,0x8e,0x11, +0x70,0x8c,0x03,0x00,0x7b,0x2d,0x0b,0x28,0x30,0x14,0x33,0x55,0x54,0xc2,0x01,0xef, +0xa1,0x59,0x99,0x9f,0xfc,0x99,0x99,0x30,0x02,0xbf,0x06,0xe3,0x00,0xbe,0x55,0x51, +0xf5,0x12,0x22,0x2e,0xf9,0x53,0xcd,0x14,0x20,0xae,0x01,0xd1,0x20,0x00,0x08,0x88, +0x8e,0xfc,0x88,0x86,0x00,0x0c,0xf8,0x02,0x99,0x32,0x00,0x44,0x91,0x2d,0xff,0xd6, +0x16,0x19,0x23,0x8f,0xc1,0xef,0x60,0x44,0x00,0x04,0x10,0x0d,0xc5,0x09,0xf0,0x02, +0x10,0x0d,0xfc,0xaa,0xaa,0xae,0xf9,0x00,0x00,0x03,0xe5,0x0d,0xfa,0x66,0x66,0x6c, +0xf9,0x13,0x11,0x04,0x1e,0x00,0x20,0x1f,0xf8,0xd8,0x80,0x20,0x1a,0xf9,0xe0,0x06, +0x04,0x14,0x00,0xe1,0xef,0xb0,0x0d,0xfd,0xbb,0xbb,0xbe,0xf9,0x00,0x07,0xff,0x40, +0x0d,0xf5,0xa5,0xa0,0x20,0x05,0xed,0x1a,0x17,0x10,0x0d,0xe6,0x04,0x10,0x13,0x0a, +0x00,0x39,0x08,0xed,0x90,0x55,0xd5,0x02,0x1f,0x34,0x41,0xe9,0x00,0x02,0xff,0xe8, +0xaf,0x61,0xf8,0xef,0xc0,0x00,0x5e,0xfd,0x59,0x17,0x65,0x2d,0xb0,0x00,0x01,0xb3, +0xff,0x88,0xd5,0x04,0xaf,0x75,0xf0,0x12,0x30,0x00,0xff,0x21,0x11,0x1b,0xf8,0x11, +0x10,0x0b,0xfb,0x20,0xff,0x4c,0xcc,0xba,0xf8,0x18,0x50,0x1c,0xff,0xf1,0xff,0x5f, +0xff,0xe8,0xf9,0x5f,0xd0,0x00,0x4e,0x60,0xff,0x66,0x0e,0xf1,0x04,0xaf,0x80,0x00, +0x01,0x01,0xff,0x6f,0xff,0xf7,0xfd,0xef,0x30,0x00,0x03,0x01,0xff,0x6f,0xce,0xf5, +0x05,0x5f,0x51,0xb4,0xff,0x6f,0x27,0xf3,0xa8,0x7d,0x50,0xf4,0xfd,0x6f,0x28,0xf1, +0x59,0x00,0xf0,0x10,0xaf,0xb5,0xfc,0x6f,0xff,0xf2,0xef,0x90,0x80,0x00,0xff,0x68, +0xf9,0x6f,0xba,0xbb,0xff,0x91,0xf9,0x06,0xff,0x1c,0xf5,0x4b,0x10,0x7f,0xff,0xe4, +0xf8,0x0d,0xfb,0x39,0xea,0xb0,0xff,0x8f,0xff,0xf4,0x1d,0xf5,0x8f,0xc0,0x00,0x5f, +0xf6,0x24,0xf7,0x30,0x60,0x09,0x50,0xd0,0xe1,0x18,0xae,0x26,0x0f,0x13,0x75,0x55, +0x02,0x41,0x50,0x4f,0xfc,0x1e,0x92,0xe4,0xf0,0x05,0xf5,0x03,0xdf,0xf8,0xef,0xff, +0xff,0x1b,0xc1,0xcf,0x50,0x00,0x7d,0x0e,0xf2,0x0f,0xf1,0xef,0x2c,0xf5,0xaf,0x0b, +0x61,0x43,0xff,0x1e,0xf2,0xcf,0x50,0x71,0x0a,0x00,0x13,0x00,0x50,0x0b,0xe8,0x00, +0xef,0xbb,0x13,0x00,0x52,0x52,0xdf,0xfc,0x0e,0xf1,0x26,0x00,0x4a,0x6e,0x30,0xef, +0xdd,0x26,0x00,0x00,0x39,0x00,0x12,0x10,0x13,0x00,0x41,0xa6,0x0e,0xf2,0x1f,0x13, +0x00,0x41,0x1f,0xf3,0xef,0xff,0x13,0x00,0x20,0x07,0xfe,0x26,0x00,0x91,0xab,0x1c, +0xf5,0x00,0xdf,0x90,0x79,0x41,0x99,0xc4,0xa8,0x20,0xf4,0x1f,0x06,0x37,0x40,0x0c, +0xf5,0x0a,0xfe,0x5b,0xc6,0xa0,0xd1,0x43,0xef,0x50,0xdf,0x87,0xff,0x40,0x00,0xeb, +0x6e,0x70,0x88,0x82,0x1b,0x80,0x00,0x02,0x00,0xdf,0xd6,0xfb,0xe9,0x15,0x10,0x44, +0xd1,0x12,0xf7,0x3e,0x08,0x00,0xaa,0xb3,0x13,0x5f,0x0a,0x00,0x92,0x01,0xa5,0x3f, +0xf3,0x22,0x4f,0xc7,0x22,0x20,0x1f,0x4c,0x21,0x6f,0xf3,0xcf,0x65,0x22,0x3f,0xf4, +0x77,0x47,0xf1,0x01,0xfa,0x10,0x3f,0xf4,0xff,0xaa,0xaa,0xcf,0xe0,0x0d,0xff,0xf3, +0x3f,0xf4,0xfe,0x00,0xa8,0x87,0x32,0xc0,0x4f,0xf3,0x96,0x05,0x80,0x03,0x10,0x4f, +0xf3,0xff,0x88,0x88,0xaf,0x34,0x88,0x21,0x6f,0xe3,0x28,0x00,0x52,0x00,0x08,0xd3, +0x8f,0xc3,0x1e,0x00,0xfb,0x32,0x0e,0xf9,0xaf,0xa0,0x00,0x1f,0xf4,0x02,0x10,0x00, +0x4f,0xf3,0xef,0x72,0xea,0x1f,0xf3,0xaf,0x60,0x00,0xaf,0xd2,0xff,0x39,0xfc,0x0f, +0xf3,0x8f,0xd0,0x01,0xff,0x77,0xff,0x2f,0xf5,0x0f,0xf3,0x1f,0xf4,0x08,0xff,0x2e, +0xf9,0xbf,0xc0,0x1f,0xf3,0x0b,0xfa,0x0b,0xfa,0x7f,0xf2,0x1a,0x3e,0xff,0xf1,0x04, +0x70,0x00,0x54,0x06,0x90,0x00,0x09,0xdb,0x59,0x62,0x1b,0x50,0x00,0xab,0x61,0x6a, +0xcc,0x98,0x32,0x24,0xff,0x72,0xc2,0x9a,0x30,0xfc,0x1e,0xff,0x5c,0x80,0x52,0x40, +0x02,0x30,0x13,0xdf,0x20,0x03,0xd4,0x1e,0xfd,0x6d,0xff,0xf6,0x22,0xef,0x72,0x21, +0x00,0x06,0xdf,0x79,0xb0,0x24,0x70,0x05,0x02,0x3f,0xf7,0x33,0xef,0x83,0x12,0x06, +0x12,0xbd,0x32,0x3d,0x00,0x47,0x06,0x60,0x2f,0xfa,0x77,0xff,0xa7,0x74,0x78,0x0a, +0x00,0xd5,0x22,0x11,0x60,0x3e,0xd0,0x13,0x0f,0xb2,0xd3,0x10,0xf8,0x50,0x58,0x30, +0xcc,0xcc,0xcc,0x64,0x42,0x3f,0x02,0x7f,0xf2,0xe6,0x81,0x05,0x10,0x02,0x7b,0xb1, +0x05,0x69,0x7a,0x15,0x4f,0x00,0x41,0x0d,0x0a,0x00,0x16,0x57,0x7e,0x62,0x22,0xe6, +0x09,0x9f,0x0a,0x80,0x01,0x8f,0xfe,0x19,0xfe,0xcc,0xcc,0xcf,0xdd,0x08,0x72,0xc5, +0x09,0xf8,0x09,0xf1,0x0f,0xf3,0x68,0x5c,0x40,0x0e,0xf3,0x0f,0xf3,0x36,0x05,0xf0, +0x05,0x09,0xfa,0xcf,0xcf,0x4f,0xf3,0x00,0x1e,0xfb,0x20,0x09,0xfb,0xd3,0x0b,0x6f, +0xf3,0x00,0x2c,0xff,0xe0,0x28,0x2e,0x10,0xbf,0x83,0x27,0x23,0x60,0x09,0xe5,0x0a, +0x08,0x17,0xc9,0x13,0x4f,0x28,0x1b,0x24,0x05,0xe3,0x0a,0x00,0x80,0x0d,0xfb,0x4f, +0xd0,0xfb,0x2f,0xa4,0xff,0x1d,0x28,0x00,0x0a,0x00,0x62,0xa3,0xff,0x00,0x00,0xcf, +0xd0,0x0a,0x00,0x00,0x82,0x34,0x03,0x0a,0x00,0x33,0x0d,0xfe,0x0e,0x00,0x05,0x34, +0x08,0xf6,0x0e,0x1e,0x5d,0x15,0x30,0x00,0xb6,0x16,0x03,0x6a,0x29,0x23,0xa1,0x05, +0xb5,0x03,0x80,0x9f,0xfe,0x35,0xff,0xcc,0xcc,0xdf,0xf1,0x7e,0x09,0x41,0x35,0xff, +0x77,0x76,0x9b,0x4c,0x20,0x23,0x05,0xda,0x55,0x02,0x13,0xbd,0x20,0xfe,0x02,0x0a, +0x00,0xd4,0x05,0xd4,0x03,0xde,0xff,0xde,0xff,0xef,0xfd,0xd1,0x0e,0xff,0x95,0x55, +0x15,0x42,0xcf,0xf7,0xfe,0x00,0x71,0x02,0x22,0x07,0x63,0x7c,0x2e,0x11,0xe1,0xfe, +0x15,0x21,0xcc,0xcc,0x5e,0x39,0x10,0xa5,0xa7,0x8e,0x11,0x6f,0x61,0x0e,0x13,0x47, +0xab,0x39,0x80,0x09,0xfe,0x07,0xfd,0x22,0x22,0x3f,0xf2,0x9c,0x04,0x01,0x1c,0x0c, +0x01,0x04,0x72,0x60,0x07,0xff,0xaa,0xaa,0xaf,0xf2,0x5b,0xb9,0x00,0x0a,0x5d,0x00, +0x1b,0x2e,0x10,0xdf,0x11,0x80,0x11,0x0c,0x96,0x00,0x20,0x00,0x07,0x61,0x15,0x0d, +0x20,0x5c,0x11,0x11,0x64,0x11,0xc3,0x46,0x00,0x05,0xf8,0xcf,0x0e,0xf4,0xf8,0x00, +0x02,0xff,0xa0,0x0a,0x00,0x20,0x00,0x9f,0xe3,0x74,0x84,0xef,0xfe,0xff,0xe2,0x00, +0x06,0xf7,0xef,0x24,0x3a,0x70,0x30,0x0b,0xf5,0xcf,0x1e,0xf5,0xf9,0x90,0x89,0xf3, +0x10,0x3f,0xf0,0xcf,0xcf,0xf4,0xfa,0xd5,0x0d,0xe5,0x02,0xff,0x90,0xcf,0xff,0xf2, +0xff,0xf3,0x2e,0xff,0x90,0x7b,0x00,0x12,0x22,0x20,0x26,0x30,0x01,0xbf,0x80,0xae, +0x1a,0x2b,0x12,0x07,0x41,0x5c,0x00,0x20,0x03,0x51,0x00,0xbf,0x40,0x07,0xfc,0x24, +0x4c,0xc3,0xd2,0x9e,0xcb,0xbd,0xfe,0xbb,0xbf,0xc0,0x00,0x2f,0xf4,0x07,0x86,0x0b, +0x80,0x8f,0xe0,0x07,0xfc,0x39,0xfd,0x37,0xfd,0x49,0x5d,0x60,0x07,0xfa,0x07,0xfc, +0x05,0xfd,0xba,0xe6,0x00,0x0a,0x00,0x20,0x8c,0xfd,0x15,0x0d,0x00,0x0a,0x00,0xa4, +0x9f,0xf8,0x00,0x03,0xc6,0x00,0x01,0x32,0x07,0xfc,0xc8,0x67,0x24,0x07,0xfc,0x32, +0x7a,0x11,0x38,0xa3,0x04,0xc5,0xde,0x60,0x11,0x11,0x7f,0xe1,0x11,0x11,0x10,0x02, +0xdf,0xfd,0xf4,0xf7,0x60,0xf9,0xcc,0xdd,0xcc,0xcc,0xec,0xfc,0x32,0x91,0x30,0x02, +0xdf,0x40,0x05,0xfb,0x20,0x00,0x02,0x00,0x68,0x00,0x21,0x3b,0xe1,0x0d,0xe6,0x0d, +0xff,0xea,0xaa,0xaa,0xac,0xff,0xd0,0x2d,0xff,0xa5,0xcf,0xbb,0x24,0x62,0x50,0x00, +0x7f,0x40,0x0e,0xe0,0x67,0x67,0x80,0x02,0x00,0x0e,0xfa,0xaa,0xaa,0xaf,0xf0,0x48, +0xc0,0x13,0x0e,0xc9,0x1e,0x80,0x09,0xd1,0x01,0x3d,0xfe,0xfe,0x21,0x49,0xd2,0x8a, +0x50,0x06,0xff,0xb1,0xcf,0x95,0xe7,0x5d,0x41,0xe9,0xff,0xfa,0x00,0xfb,0xcf,0x30, +0xef,0x6d,0xfe,0x4c,0x15,0x00,0x51,0x34,0x90,0x01,0x18,0xf9,0x47,0xa2,0x9f,0xfc, +0x50,0x0c,0x58,0xe4,0x00,0xc0,0x5d,0xb4,0xf3,0x01,0xc1,0x00,0x09,0xfd,0x96,0x20, +0x00,0x18,0x50,0xfa,0xa6,0x20,0x00,0x00,0x7a,0x65,0x40,0x8f,0xa0,0x00,0xef,0x99, +0xc7,0xb4,0x51,0x44,0xaf,0xc4,0x44,0xef,0x94,0x40,0x06,0xff,0xf9,0xae,0x06,0x90, +0x2c,0xe3,0xcc,0xef,0xec,0xcc,0xff,0xdc,0xc2,0xfa,0x37,0x33,0x8f,0xb1,0x11,0x98, +0x57,0x12,0x8f,0x63,0xe2,0xf0,0x00,0x91,0x00,0x00,0x7d,0xdf,0xfe,0xdd,0x50,0x00, +0x5f,0xfe,0x50,0x22,0x22,0x2c,0x7a,0x92,0x34,0x04,0xef,0x50,0xe8,0x28,0x71,0x18, +0x00,0xff,0xdc,0xcf,0xfe,0xcc,0x58,0x33,0xf0,0x0c,0xff,0x25,0x0b,0xf6,0x71,0x4f, +0xc0,0x00,0x03,0xb0,0xff,0x6f,0x1b,0xf6,0xe7,0x4f,0xc0,0x00,0x0b,0xf7,0xff,0x1f, +0x7b,0xf5,0xad,0x4f,0xc0,0x97,0xe0,0xf0,0x2e,0x4f,0xcb,0xf6,0xef,0x7f,0xc0,0x00, +0xaf,0xa0,0xff,0xbf,0xfd,0xfc,0xfe,0xdf,0xc0,0x03,0xff,0x30,0xff,0xf4,0xff,0xff, +0x7a,0xff,0xc0,0x0b,0xfb,0x00,0xff,0x30,0x4b,0xf7,0x02,0x5f,0xc0,0x0a,0xf3,0x00, +0xff,0x00,0x0b,0xf5,0x0a,0xdf,0xb0,0x00,0x60,0x00,0xff,0x00,0x0a,0xe5,0x0a,0xfd, +0x40,0x00,0x51,0x00,0x02,0xfc,0x08,0x23,0x90,0x20,0x03,0xff,0x40,0x02,0xfc,0x00, +0x02,0x6b,0x39,0xc1,0x10,0xfa,0x36,0x66,0xa3,0xff,0xe9,0x40,0x00,0x09,0x68,0xde, +0xff,0xdd,0x6e,0x78,0x3d,0x44,0xfc,0x00,0x0e,0xe0,0x1d,0x78,0x10,0x2e,0x68,0x8e, +0xf0,0x01,0xc1,0x08,0xf8,0xeb,0xbf,0x2e,0xfc,0xcc,0xc3,0x1e,0xfe,0x18,0xf0,0xc5, +0x6f,0x2e,0x4e,0x3d,0x20,0xde,0x18,0x1e,0x00,0xc0,0xf3,0xdf,0x31,0x00,0x14,0x08, +0xf6,0xd9,0xaf,0x2e,0xe0,0xcf,0x5b,0x2a,0x40,0xf3,0xd7,0x8f,0x2f,0x0a,0x00,0x21, +0x05,0x38,0x45,0x1a,0xf0,0x0a,0xcf,0x00,0x00,0x0c,0xf3,0x36,0xfd,0x33,0x1f,0xc0, +0xcf,0x00,0x00,0x2f,0xc2,0x25,0xfc,0x22,0x5f,0xa0,0xcf,0x00,0x00,0x8f,0x6f,0x53, +0x3e,0xf0,0x14,0x80,0xcf,0x00,0x00,0xef,0x1a,0xab,0xfe,0xaa,0xef,0x40,0xcf,0x00, +0x05,0xfa,0x00,0x02,0xfc,0x01,0xff,0x00,0xcf,0x00,0x09,0xf3,0x00,0x02,0xfc,0x03, +0xf9,0x00,0xcf,0x00,0x00,0x60,0x8c,0x00,0x38,0x42,0x00,0xcf,0x08,0x03,0x70,0x50, +0x00,0x03,0xba,0x10,0x02,0xa7,0x49,0x32,0x10,0x10,0xc0,0xc5,0x10,0xfc,0xf9,0x74, +0x60,0xd8,0xef,0xff,0xee,0x19,0xf9,0xfe,0x35,0x50,0xa7,0xfd,0xbb,0xff,0x1c,0x77, +0x65,0x61,0x01,0x07,0xf9,0x44,0xef,0x2f,0xa6,0x3a,0x12,0x07,0xbb,0x3a,0xe1,0xf4, +0x1c,0xa1,0x07,0xf8,0x33,0xef,0xcf,0xb0,0x7f,0x70,0x2d,0xfe,0x37,0xec,0x02,0xe0, +0x9f,0x40,0x00,0xae,0x25,0xab,0xec,0xab,0xff,0xf2,0xbf,0x20,0x00,0x02,0xc9,0x27, +0x33,0x89,0xf6,0xef,0x34,0x05,0xb0,0x81,0xfb,0xfd,0x00,0x00,0x07,0x1d,0xef,0xfd, +0xdd,0x60,0x80,0xd0,0x30,0x2f,0xd0,0x6f,0xee,0x38,0x00,0x74,0xf5,0x00,0x38,0xbd, +0x01,0x35,0x23,0x70,0xdf,0x40,0xbf,0xed,0xff,0x00,0x9f,0x6f,0x5a,0x70,0x02,0xff, +0x12,0xfe,0x02,0xff,0xfd,0xae,0xa6,0xfb,0x0c,0xfa,0x04,0xfd,0x1d,0xfa,0xff,0xb0, +0x0f,0xf3,0x9f,0xf3,0xce,0xfb,0xcf,0xc0,0x6f,0xf3,0x03,0xa0,0x3e,0x50,0xbf,0xd2, +0x7d,0x10,0x09,0x70,0xf8,0x74,0x01,0xb5,0x3e,0x10,0x06,0xdf,0x27,0x10,0x2f,0xe8, +0x0d,0x30,0x04,0xcf,0xf5,0xe9,0x9a,0x75,0x77,0x76,0x00,0x00,0x07,0x90,0xcf,0x67, +0x95,0xf0,0x0b,0xcf,0xb9,0xaf,0xd9,0x99,0xcf,0xa0,0x03,0x10,0x00,0xcf,0x77,0xaf, +0xec,0xdb,0x8f,0x50,0x1e,0xfa,0x10,0xcf,0x8d,0xcf,0xd8,0x65,0x68,0x51,0x88,0xf1, +0x01,0xcf,0x50,0x0f,0xfd,0xdd,0xfe,0x00,0x00,0x7e,0x10,0xcf,0x50,0x02,0x78,0x88, +0x72,0x26,0x0a,0x14,0x4f,0x33,0xf8,0xc3,0xdf,0x4f,0xe2,0xcf,0x44,0xfd,0x00,0x00, +0x0c,0x50,0xff,0x2f,0xf9,0xe2,0x60,0xf2,0xff,0x0f,0xf3,0xcf,0x45,0xcd,0xe2,0x11, +0xc3,0x3e,0x05,0x00,0x7f,0x76,0x40,0x76,0xfb,0x00,0x05,0xe7,0x14,0xf6,0x18,0x05, +0xff,0x2a,0xf7,0x6d,0x6b,0xbf,0xd3,0xeb,0x00,0x0b,0xfc,0x1f,0xf3,0xcf,0x8f,0x62, +0x28,0xef,0x70,0x1f,0xf6,0x7f,0xc6,0xfd,0x4f,0xc9,0xcf,0xaf,0xf0,0x03,0xb1,0x0a, +0x51,0xa3,0x0b,0xff,0xfc,0x27,0x44,0x27,0x00,0x9f,0x3b,0x10,0x63,0x55,0x02,0xf0, +0x10,0x50,0x00,0x0c,0xfa,0x11,0xf6,0x00,0x2f,0xa0,0x0a,0xa0,0x00,0x09,0xff,0xb9, +0xc4,0x99,0xcf,0xec,0x3f,0x3b,0x10,0x00,0x4e,0x7f,0xff,0x74,0x88,0x87,0xef,0xfb, +0x15,0x12,0xf0,0x29,0xcb,0x51,0xff,0xfa,0x38,0xe5,0x10,0x03,0x00,0x09,0xfa,0xf4, +0x99,0x96,0x4f,0xce,0x80,0x3f,0xe5,0x3d,0xa8,0x97,0x77,0x75,0xab,0x87,0xb0,0x4e, +0xff,0x65,0x34,0xa3,0xff,0xfa,0x54,0x47,0x50,0x01,0xbc,0x5e,0x6b,0xb6,0xf4,0xca, +0xe8,0xe7,0xa0,0x00,0x01,0x9a,0x3d,0x55,0xff,0xfc,0xf1,0xf4,0x00,0x3a,0xa4,0x56, +0x55,0x66,0x66,0x85,0x92,0x00,0x00,0x0a,0x20,0xbc,0x31,0x80,0x4f,0xf0,0x16,0x66, +0x66,0x66,0x6e,0xf5,0x37,0x3a,0x10,0x7f,0x76,0x88,0x11,0xe5,0x71,0x7b,0x01,0x73, +0xbc,0x24,0x20,0x05,0x7c,0xb5,0x03,0x6d,0x19,0x00,0x7c,0x21,0x20,0x1e,0xf5,0x08, +0x00,0x52,0xba,0xae,0xf9,0x00,0x01,0xcb,0xd2,0x01,0x57,0x29,0x0c,0x08,0xa7,0x04, +0x92,0x2e,0x01,0x4b,0x15,0x04,0xd6,0xa6,0x1b,0x40,0x0a,0x00,0x1b,0xf2,0x78,0xdb, +0x07,0xe6,0x36,0x07,0xf0,0x36,0x05,0xc5,0x82,0x15,0xf5,0xfa,0x36,0x20,0xf7,0x33, +0xde,0x9e,0x1f,0xe0,0x32,0x00,0x03,0x15,0x01,0x38,0x3c,0x80,0x4f,0xd2,0x59,0x70, +0x3b,0xc0,0x3f,0xf4,0xf4,0x06,0xf3,0x1d,0x7f,0xd0,0x2f,0xf4,0x0c,0xfe,0x10,0x07, +0xff,0x60,0x5f,0xf0,0x0b,0xfb,0x02,0xff,0x90,0x2f,0xfb,0x00,0x4f,0xf1,0x07,0xff, +0x00,0x9f,0xf1,0x02,0x81,0x00,0x29,0x71,0x01,0x62,0x00,0x17,0x10,0x00,0x00,0x27, +0x00,0x00,0x67,0x20,0x15,0x8e,0x23,0x0e,0xfb,0xcb,0x87,0x11,0x05,0xb0,0x00,0xa5, +0x14,0x47,0xfe,0x64,0xcf,0xf4,0x44,0x30,0x00,0x06,0x89,0x2f,0x83,0x5c,0xcc,0xcc, +0xcf,0xfe,0xcc,0xff,0x50,0xb0,0x76,0x01,0x7f,0x34,0x05,0x34,0x13,0x13,0x00,0x72, +0x74,0x00,0x09,0x00,0x51,0xd2,0x11,0x11,0x17,0xfc,0x45,0xf8,0x00,0x81,0xe1,0x34, +0xa1,0x10,0x2a,0x63,0xfa,0x14,0x5f,0x4c,0x08,0x12,0x81,0xb6,0x81,0xf0,0x05,0x60, +0x0d,0xf6,0x05,0x5f,0xe1,0x99,0x0d,0xe0,0xef,0x10,0xff,0x50,0x08,0xfb,0x0f,0xf0, +0xcf,0x37,0xf8,0xbf,0x16,0xf0,0x04,0x50,0xdf,0x28,0xf7,0x29,0x29,0xff,0x00,0xdf, +0xc0,0x0d,0xf3,0x38,0x30,0xef,0xff,0xa0,0x02,0xb2,0xe6,0xa6,0x1d,0x0a,0x7d,0x01, +0x03,0x01,0x00,0x25,0x9c,0x70,0xf6,0x0f,0x15,0x90,0x94,0x6f,0x03,0xd4,0x34,0x24, +0x02,0xdf,0x0a,0x00,0xf0,0x07,0x2e,0xff,0xfd,0x2c,0xf5,0x6f,0xb2,0xdf,0x72,0x00, +0x08,0xfb,0xfc,0x0c,0xf3,0x4f,0xb0,0xcf,0x60,0x00,0x00,0x56,0x14,0x00,0x36,0xc2, +0xdf,0x72,0x88,0xd8,0x26,0x40,0x05,0xd4,0x48,0x15,0x04,0x28,0x00,0x05,0x0a,0x00, +0x97,0x04,0x58,0xfd,0x5d,0xf7,0x8f,0xc5,0xdf,0x95,0xe1,0x98,0x11,0x0b,0xa8,0x6f, +0x01,0x8c,0x88,0xf0,0x0c,0x1a,0x61,0x02,0x30,0x03,0x50,0x17,0xb2,0x00,0x00,0x8f, +0xf1,0x4f,0xf0,0x3f,0xf2,0x1f,0xfc,0x00,0x01,0xef,0xa0,0x2f,0xf2,0x0e,0xf8,0x06, +0xfd,0x7a,0xf1,0x03,0x20,0x0f,0xf4,0x0a,0xfc,0x00,0xdf,0xe1,0x05,0xb6,0x00,0x0b, +0x82,0x05,0x96,0x00,0x4c,0x71,0x8d,0x32,0x22,0x4a,0x30,0xa0,0x1a,0x11,0xf9,0x13, +0x69,0x00,0xbf,0x03,0x40,0xf5,0x44,0x9f,0xf5,0x0e,0x1c,0x15,0x07,0x6d,0x64,0x22, +0x5f,0xff,0xf5,0x2b,0x00,0x28,0xd9,0x10,0x44,0xb8,0xd2,0x14,0x42,0x75,0xbd,0x00, +0xa7,0x64,0x82,0xd8,0xff,0x55,0x55,0xaf,0xf5,0x55,0x53,0xc3,0x36,0x45,0xcf,0xfa, +0xaa,0xa6,0xba,0x36,0x01,0xba,0x14,0x65,0x22,0x22,0x8f,0xe2,0x22,0x21,0x0a,0x00, +0x25,0x22,0x10,0xf1,0x00,0x13,0x90,0xfe,0xdc,0xc0,0xcc,0xcc,0x70,0x00,0x1c,0xd7, +0x01,0x20,0x02,0x50,0x16,0xa1,0xbe,0x00,0x60,0x5f,0xf0,0x0f,0xf6,0x1e,0xfb,0xad, +0xef,0x50,0x3f,0xf2,0x0a,0xfb,0x05,0xcc,0x4b,0x20,0x20,0x2f,0x5a,0x14,0x91,0xcf, +0xe0,0x05,0xc6,0x00,0x1c,0xa3,0x02,0xa7,0xbe,0x00,0x06,0x01,0x00,0x00,0x34,0xcc, +0x02,0x3f,0x36,0x01,0x84,0xd2,0x00,0x07,0x55,0x82,0x99,0xdf,0xc9,0x91,0x68,0xff, +0x98,0x81,0x1e,0x00,0x11,0xcf,0x2c,0x73,0x00,0xaf,0x11,0x10,0xad,0x3d,0xd1,0xf1, +0x18,0x08,0x9d,0x99,0xac,0x96,0x02,0xfe,0x0d,0xf3,0x00,0x01,0xaf,0x70,0xaf,0xa2, +0x8b,0xfc,0x0c,0xf3,0x00,0x1f,0xf9,0x43,0x39,0xfd,0xff,0xfb,0x0c,0xf3,0x00,0x05, +0x31,0x9f,0x81,0x42,0x4e,0xff,0x6b,0xf3,0x3e,0x43,0xf2,0x0b,0xf3,0x0d,0xff,0xfd, +0xf4,0x30,0x04,0x99,0xdf,0xc9,0x92,0x4f,0xf8,0xb8,0xf5,0xe2,0x00,0x12,0xaf,0xb6, +0x87,0xdf,0x90,0x05,0xfb,0xf4,0xb4,0x17,0xf0,0x08,0x10,0x01,0xff,0xf1,0x0e,0xdb, +0xa8,0x75,0x32,0xc3,0x00,0x00,0x5c,0x70,0x00,0x18,0x40,0x01,0x10,0x02,0x30,0x15, +0x90,0x38,0x09,0xa0,0x7f,0xd0,0x5f,0xf1,0x2f,0xfa,0x00,0x03,0xff,0x90,0xd2,0x00, +0x10,0x07,0x36,0x0b,0xf0,0x00,0x10,0x3f,0xf2,0x0c,0xfa,0x00,0xef,0xe0,0x02,0x83, +0x00,0x17,0x50,0x04,0x52,0xf0,0xe6,0x06,0x1b,0x91,0x23,0x9f,0xe0,0xc9,0x7f,0x2f, +0x09,0xfe,0x13,0x00,0x09,0x04,0xd1,0x0d,0x15,0x09,0x28,0xa4,0x12,0x9f,0x0e,0x66, +0x35,0x70,0x00,0x09,0xd4,0x29,0x02,0x9c,0xb9,0x05,0xba,0x3b,0x15,0xfb,0x4a,0x85, +0x00,0x3b,0x5a,0x00,0x2a,0x3e,0x10,0x8e,0x75,0x10,0x01,0x71,0x03,0x00,0x64,0x34, +0x31,0xbf,0xf0,0x00,0x60,0xfc,0x02,0xed,0x9b,0x00,0x13,0x00,0x32,0x0e,0xff,0x40, +0x13,0x00,0x33,0x01,0xdf,0xb0,0x13,0x00,0x22,0x01,0xc1,0x39,0x32,0x09,0x02,0x03, +0x00,0x45,0x27,0x91,0x23,0x56,0x9b,0x40,0x02,0xff,0x0d,0xf4,0x03,0x64,0x0a,0x02, +0x0a,0x00,0x42,0xfe,0xcb,0x96,0x30,0x0a,0x00,0x02,0x90,0x0b,0x06,0x0a,0x00,0x40, +0x8e,0xfa,0x73,0xff,0x58,0x8d,0x00,0xd9,0x25,0x13,0xe3,0xc1,0xd5,0x60,0xaa,0xaa, +0x93,0xff,0xff,0xee,0xf8,0x93,0x00,0xc6,0x01,0xd0,0xfd,0x00,0x8f,0xb0,0x03,0xff, +0x22,0x21,0x04,0xff,0xdf,0x30,0xcf,0x63,0x17,0xf0,0x09,0xfb,0x04,0xfe,0x8f,0x81, +0xff,0x40,0x04,0xff,0xff,0xfb,0x06,0xfd,0x3f,0xe7,0xfe,0x00,0x05,0xfd,0x07,0xfb, +0x08,0xfc,0x0d,0x19,0x84,0x70,0xfb,0x07,0xfb,0x0a,0xfa,0x06,0xff,0x7a,0xad,0x40, +0x07,0xfb,0x0e,0xf7,0x29,0xc0,0x70,0x0c,0xf7,0x07,0xfb,0x2f,0xf4,0x2e,0xaf,0xae, +0xf8,0x0e,0xf2,0x07,0xfb,0x9f,0xf7,0xff,0xfc,0xff,0x80,0x4f,0xc0,0x07,0xfd,0xff, +0xde,0xff,0x40,0xdf,0xf4,0x07,0x70,0x07,0xfb,0x5e,0x55,0xd3,0x00,0x1b,0x70,0x43, +0x02,0x04,0xcc,0x1e,0x15,0x09,0x58,0x8b,0x20,0x24,0x64,0xfa,0x90,0x22,0xd4,0x44, +0x3f,0x40,0x01,0x37,0x13,0x03,0x14,0x68,0x02,0x9b,0x42,0x02,0x13,0x00,0x10,0x0d, +0xaf,0x72,0x55,0xcf,0xc2,0x22,0x20,0x02,0xfc,0xfe,0x14,0x6f,0xe6,0x2b,0x70,0x01, +0x11,0x11,0x12,0xcf,0xfe,0xfc,0xdd,0xb7,0x00,0x39,0x1e,0x01,0x7b,0xc1,0x00,0x3e, +0xf2,0x02,0xb7,0x9d,0x00,0x30,0x89,0x21,0xbf,0xb0,0x56,0x17,0x11,0xe4,0x4c,0x00, +0x42,0x17,0xef,0xff,0xb1,0x5f,0x00,0xb1,0xcf,0xfe,0x50,0x00,0x55,0x5d,0xfa,0x00, +0x00,0x01,0xc6,0xb7,0x36,0x14,0x70,0xb6,0x9e,0x0f,0x1b,0xe2,0x05,0x00,0x5a,0xb9, +0x01,0x6a,0x91,0xd2,0x02,0x22,0xff,0x20,0x02,0x22,0x9f,0xc2,0x22,0x00,0x0a,0xf5, +0xff,0xba,0x10,0x34,0x40,0x0c,0xf4,0x0a,0x00,0x21,0x0e,0xff,0x9f,0x9f,0x11,0xc0, +0x33,0x08,0x20,0xfa,0x33,0xed,0xdc,0x53,0x30,0x2f,0xc5,0xff,0x54,0xb2,0x71,0x32, +0x81,0xff,0x21,0x0a,0x00,0x21,0x4d,0x41,0x97,0x18,0x11,0x4f,0x7a,0x1e,0x10,0x54, +0x06,0x82,0x71,0xf3,0x30,0x00,0x17,0xff,0xfc,0xbf,0xaf,0x01,0x12,0x3e,0xa3,0x46, +0x02,0xee,0xb1,0x30,0x30,0x04,0xd2,0x28,0x00,0x71,0x0a,0x63,0xff,0x20,0x0b,0xfe, +0x10,0x32,0x00,0x00,0xf9,0xfb,0x13,0x90,0x0a,0x00,0x34,0x00,0x5f,0x70,0x0a,0x00, +0x33,0x02,0x45,0x8f,0x0a,0x00,0x01,0xda,0x62,0x02,0x0a,0x00,0x2f,0x7f,0xeb,0x9f, +0x6a,0x05,0x00,0x56,0x00,0x80,0x05,0xfe,0x01,0x20,0x00,0x05,0xfc,0x04,0x01,0x91, +0x10,0xe4,0x56,0x2b,0x11,0xc0,0x15,0x00,0x24,0x0d,0xfa,0x15,0x00,0x34,0xe0,0x4f, +0xf3,0x15,0x00,0xd0,0x00,0xb9,0x10,0x05,0xfe,0x69,0xff,0x15,0x55,0x9f,0xf5,0x55, +0x54,0xf1,0x2e,0x12,0xf5,0x65,0x0e,0x32,0x03,0xaa,0xac,0x88,0x0f,0x12,0xfb,0x54, +0x00,0x30,0x08,0xff,0x70,0x27,0x01,0x20,0x25,0xff,0x70,0xcc,0x02,0x16,0x11,0x10, +0xf0,0x95,0x3d,0x02,0x47,0x09,0x00,0x69,0x07,0x10,0x20,0xd6,0x02,0x51,0x4f,0xf0, +0x00,0x7f,0xfe,0x97,0x21,0x70,0x44,0xff,0x00,0x1e,0xfb,0x9f,0xf1,0x08,0x54,0x00, +0xc9,0x72,0x40,0x42,0xff,0x90,0x00,0x35,0x80,0x30,0x08,0xff,0xb0,0x31,0x20,0xf1, +0x01,0xbf,0xa0,0x4f,0xf9,0xff,0xe1,0x00,0x1e,0xff,0x90,0x1d,0xf3,0x04,0xff,0xef, +0xe2,0xe5,0x17,0x52,0x04,0x00,0x4f,0xf3,0xc1,0xb2,0x14,0x0b,0x1e,0xf7,0x11,0xb0, +0xae,0x01,0x00,0xd0,0x0e,0x10,0xf8,0xd0,0x0e,0x15,0x08,0x12,0x2e,0x16,0x08,0x48, +0x34,0xf0,0x06,0x45,0x00,0x03,0xff,0x22,0xc4,0x01,0x81,0x00,0x03,0xff,0xb1,0x3e, +0xfb,0x7e,0xfa,0x1c,0xfe,0x00,0x00,0x4e,0xcb,0x24,0xd0,0xb1,0xdf,0xe2,0x00,0x00, +0x01,0x90,0x2a,0x9f,0xfb,0x30,0x29,0x10,0x8b,0x9f,0x60,0x02,0xdf,0x9c,0xf6,0xbc, +0x30,0x91,0x1f,0x50,0x9f,0xfe,0xad,0xff,0xef,0xf9,0x5d,0x10,0x81,0xe7,0x03,0xd1, +0x88,0xff,0xa0,0x03,0x81,0x00,0x68,0x7b,0x92,0x3b,0x40,0x49,0x00,0xa7,0x89,0x10, +0xf6,0x6e,0x00,0x0f,0xd1,0x22,0x03,0x08,0xd3,0xda,0x0c,0x65,0xa8,0x0a,0x0a,0x00, +0x02,0x8c,0x60,0xb0,0x2e,0xee,0xee,0xe1,0x02,0xfe,0x7e,0xee,0xee,0xe0,0x2f,0x66, +0x0e,0x20,0xfe,0x7f,0x10,0x3a,0x90,0x5f,0xf3,0x30,0x02,0xfe,0x13,0x8f,0xe3,0x30, +0x72,0x57,0x31,0xf2,0xfe,0x00,0xec,0x15,0x25,0xf0,0x0d,0x0a,0x00,0x21,0x0e,0xe2, +0x0a,0x00,0x41,0x06,0x8f,0xf6,0x4f,0x0a,0x00,0x00,0x6d,0x01,0xe0,0xbf,0xc2,0xfe, +0x3d,0xef,0xfd,0xa0,0x0a,0xbf,0xfa,0xcf,0xa3,0xfe,0x4f,0xfa,0x00,0x80,0x2f,0xf0, +0x8f,0x63,0xfd,0x14,0x8f,0xe4,0x46,0x00,0x33,0x08,0x15,0xfc,0x3c,0x00,0x32,0x00, +0x09,0xf9,0x0a,0x00,0x60,0xf2,0x40,0x0d,0xf6,0x00,0x5f,0xad,0x43,0x70,0xff,0xe0, +0x6f,0xf2,0x00,0x5f,0xd0,0x0a,0x20,0x30,0xd2,0xef,0x90,0xbb,0x98,0x61,0x4f,0xd9, +0x51,0x3e,0xff,0x16,0x61,0xbd,0x00,0x3b,0x92,0x13,0x06,0xa9,0x9d,0x31,0x07,0x20, +0x00,0x56,0xc1,0x04,0x25,0xb6,0x16,0x70,0x0a,0x00,0xa0,0x03,0x3b,0xfb,0x32,0x4f, +0xe1,0x11,0x11,0xdf,0x70,0x66,0x13,0x02,0x14,0x00,0x01,0x0a,0x00,0x00,0xed,0x64, +0x02,0x1e,0x00,0x00,0x3d,0xfd,0x00,0xa0,0x1c,0x12,0xfb,0x1e,0x00,0x00,0x80,0x4e, +0x43,0x4f,0xfd,0xdd,0xdd,0x28,0x00,0x01,0x1e,0x00,0x01,0x0a,0x00,0x10,0xfe,0xf8, +0x9d,0x00,0x0b,0xb4,0x04,0x46,0x00,0xa0,0xfd,0xdf,0x10,0xef,0x64,0xff,0x00,0x00, +0x27,0xbf,0xab,0x4a,0x21,0x44,0xff,0x83,0xa3,0xf1,0x03,0x83,0x08,0xff,0x14,0xff, +0x02,0x10,0x1f,0xc7,0x20,0x00,0x3f,0xf9,0x04,0xff,0x05,0xf7,0x01,0x67,0xa4,0x40, +0x03,0xff,0x17,0xf8,0x38,0x12,0x32,0xfe,0x30,0x02,0xb4,0x00,0x24,0x6f,0x91,0xc9, +0x4c,0x06,0x49,0x45,0x02,0xfa,0x80,0x16,0xe0,0x0a,0x00,0xa0,0x03,0x3e,0xf8,0x31, +0xcf,0x40,0xcf,0x40,0x5f,0xe0,0x14,0x14,0x52,0xcf,0x63,0xcf,0x63,0x7f,0x0a,0x00, +0x02,0xf9,0x80,0x00,0x0a,0x00,0xd1,0xca,0xef,0xca,0xcf,0xe0,0x0d,0xef,0xff,0xe2, +0xcf,0x40,0xbf,0x30,0xb3,0xb7,0x17,0xf2,0x1e,0x00,0x05,0x0a,0x00,0x02,0x6f,0x65, +0x00,0x0a,0x00,0x50,0x11,0x11,0xff,0x81,0x11,0x62,0x29,0x23,0x32,0xef,0x43,0xb3, +0x22,0xff,0xf8,0x0a,0x00,0x11,0x2b,0xcd,0x07,0x01,0x9c,0x5a,0x31,0xff,0xd7,0x20, +0x0a,0x00,0x00,0xae,0x92,0x15,0x3f,0x3a,0xc1,0x06,0x0a,0x00,0x03,0xcf,0x10,0x03, +0xce,0x13,0x11,0x60,0xbe,0x00,0x76,0xc2,0xff,0x00,0xcf,0x60,0x5f,0xd0,0x0a,0x00, +0x90,0x03,0x6f,0xf3,0x22,0xff,0x43,0xdf,0x83,0x8f,0x9c,0x55,0x04,0x41,0x61,0x06, +0x0a,0x00,0x26,0x4f,0xf0,0xf2,0x23,0x12,0x6f,0x69,0x08,0x06,0x0a,0x00,0xa0,0x01, +0x5f,0xf1,0x02,0x22,0x23,0xff,0x52,0x22,0x21,0x0d,0xef,0x83,0xcc,0xcc,0xff,0xcc, +0xcc,0xc3,0x00,0x3f,0x28,0xec,0x10,0xf4,0x0a,0x00,0xf2,0x05,0xfc,0x4f,0xd3,0xff, +0x3e,0xf4,0x00,0x3f,0xfc,0xc7,0xfb,0x1f,0xd0,0xfe,0x0d,0xf4,0x1b,0xff,0xff,0xe7, +0x0a,0x00,0x42,0x0f,0xff,0xfb,0x67,0x0a,0x00,0x40,0x0c,0xa5,0x00,0x07,0x0a,0x00, +0x01,0x6b,0x1e,0x01,0x0a,0x00,0x21,0xdf,0xf2,0x0a,0x00,0x59,0x1d,0xa0,0xdc,0x7f, +0x90,0xe3,0xdd,0x12,0x1b,0x6a,0x0a,0x00,0x0a,0x00,0xf2,0x04,0xfa,0xcf,0xac,0xf9, +0xff,0x20,0x01,0xaf,0x81,0x0b,0xfa,0xcf,0x9c,0xf9,0xef,0x20,0x00,0x9f,0x70,0x61, +0x07,0x00,0x0a,0x00,0x02,0xfd,0x92,0x52,0x30,0x01,0xaf,0x81,0x5f,0xc8,0x00,0x41, +0x2f,0xff,0xfe,0x3a,0x1a,0x2b,0x41,0x90,0x2f,0xff,0xfe,0xb2,0xee,0x10,0x96,0x8f, +0x08,0x13,0x04,0x8e,0x04,0x30,0x9f,0x70,0x04,0xe3,0xf4,0x02,0x0a,0x00,0x43,0xff, +0xaa,0xaa,0xad,0x0a,0x00,0x02,0x06,0x30,0x80,0x9f,0xba,0x00,0x6c,0xfe,0x9f,0xd0, +0x7c,0x58,0xa3,0xb0,0xaf,0xff,0xc1,0x0d,0xfe,0xff,0x50,0x6f,0xff,0xb7,0x9f,0x04, +0xbf,0xb3,0xd1,0x00,0x28,0x40,0x00,0x01,0xaf,0xdc,0xf8,0x7f,0xff,0x1c,0x0c,0x22, +0xc5,0x05,0x19,0xc3,0x13,0x77,0x12,0xe5,0x22,0xa7,0x20,0xb6,0x03,0x00,0x7d,0x12, +0x25,0x3f,0xf4,0xb4,0xfa,0x12,0xf4,0xcd,0x38,0x30,0xfd,0x44,0x7f,0xa7,0xa7,0x06, +0x1f,0xa7,0x16,0x00,0xde,0x95,0x10,0x09,0xdd,0x18,0x02,0x58,0x88,0x14,0xfc,0xfc, +0x03,0x28,0x02,0xc2,0x49,0x95,0x21,0x7f,0xf8,0xea,0xcd,0x15,0x0a,0x2b,0xab,0x15, +0x09,0x0a,0x00,0x0f,0x42,0x04,0x0a,0x06,0x88,0x04,0x06,0x00,0x89,0x1f,0x0e,0x30, +0xd7,0x01,0x04,0xcf,0x41,0x05,0x4a,0x4d,0x32,0x00,0x1f,0xfe,0x28,0x42,0x00,0xba, +0x2f,0x01,0x17,0x88,0x03,0x09,0x00,0x27,0x06,0xff,0x24,0x00,0x04,0x09,0x00,0x20, +0x2f,0xf6,0x76,0x72,0x44,0x38,0xff,0x00,0x2f,0x2d,0x00,0x00,0xd4,0xc8,0x45,0xf9, +0x44,0x48,0xff,0xb7,0x0a,0x06,0x59,0x97,0x23,0x8f,0xc0,0x24,0x00,0x22,0xcf,0x80, +0x09,0x00,0x00,0xfb,0xca,0x01,0x09,0x00,0x30,0x0a,0xfe,0x00,0x1a,0xfc,0x21,0x18, +0xff,0x38,0xa5,0x60,0xf6,0x6f,0xff,0xfc,0x08,0xd0,0x09,0x00,0x56,0x1f,0xff,0xc3, +0x00,0x10,0x06,0x34,0x14,0x9f,0xab,0x02,0x0b,0x09,0x00,0x14,0xef,0x15,0x01,0x06, +0x09,0x00,0x10,0xa4,0xab,0x26,0x20,0x5f,0xf4,0xd3,0x6f,0x20,0x9f,0xf0,0x55,0x08, +0x1e,0xef,0x24,0x00,0x5f,0xa3,0x33,0xaf,0xf3,0x33,0x24,0x00,0x0c,0xa1,0xb5,0x55, +0xbf,0xf5,0x55,0x55,0x7b,0x20,0xab,0x60,0x6c,0x00,0x23,0x4f,0xf2,0xf7,0x54,0x01, +0x8f,0xa6,0x41,0x7f,0xf9,0x66,0x66,0x68,0xac,0x14,0x2f,0x12,0x7c,0x21,0x05,0xdf, +0x71,0xd3,0x06,0x96,0xe2,0x20,0x1f,0xff,0x5d,0x6f,0x01,0x0a,0x00,0x10,0xf4,0xeb, +0x27,0x29,0x4f,0xf2,0x1e,0x00,0x01,0xf6,0x55,0x1a,0xef,0x1e,0x00,0x11,0xfe,0x40, +0x39,0x08,0x28,0x00,0x00,0xc0,0x08,0x22,0xa0,0x08,0xc5,0x3e,0x21,0xbf,0xfc,0x28, +0x9b,0x00,0x37,0x69,0x10,0xe2,0x99,0x3e,0x50,0xf9,0x20,0x1e,0xff,0xfc,0x55,0xd3, +0x60,0xef,0xff,0xf2,0x05,0xfb,0x32,0x0a,0x00,0x60,0x63,0xaf,0x50,0x00,0x20,0x05, +0xdc,0x77,0x20,0x60,0x01,0xf9,0x10,0x13,0xfe,0xd7,0x89,0x10,0x04,0x20,0xa4,0x02, +0x14,0x8a,0x00,0x42,0x0d,0x02,0x6d,0x46,0x1b,0xd5,0x75,0xc4,0x0d,0xab,0xa7,0x00, +0x97,0x3e,0x41,0x69,0x99,0x99,0x90,0x5a,0x65,0x11,0x0b,0xce,0xf8,0x00,0x50,0x0c, +0x50,0xbf,0x7f,0xbc,0xf1,0x3f,0x83,0x09,0xf0,0x04,0x0b,0xf1,0xe7,0x9f,0x4f,0xff, +0xb2,0x26,0xff,0x40,0xbf,0x1e,0x79,0xfd,0xff,0xff,0x52,0xef,0xb0,0x13,0x00,0x20, +0x4e,0x38,0x83,0xad,0x81,0xbf,0xbf,0xde,0xf1,0x10,0x0d,0xff,0xf2,0x39,0x00,0xf0, +0x0f,0x11,0x7e,0xff,0xff,0xd6,0x10,0xbf,0x1e,0x8a,0xfc,0xff,0xff,0x86,0xef,0xff, +0x6b,0xf1,0xe7,0x9f,0xcf,0xfa,0x20,0x01,0x9f,0xf3,0xbf,0x1e,0x79,0xf5,0x9f,0x8a, +0x03,0x51,0x1b,0xf1,0xe7,0x9f,0x11,0x9d,0x0f,0xa1,0xbf,0xdf,0xee,0xf1,0x1f,0xf1, +0x11,0x1e,0xf3,0x0b,0x72,0xbb,0x00,0x50,0x2e,0xb3,0xbf,0x76,0x66,0x60,0x1f,0xf5, +0x55,0x5f,0xf3,0x06,0x80,0x12,0x8f,0x02,0xab,0xfc,0x22,0xfc,0xcc,0xe4,0xe8,0x11, +0x01,0x26,0x00,0x15,0x01,0xdb,0x44,0x20,0x1f,0xfd,0x4a,0x0d,0x10,0xdf,0x5b,0x3f, +0x75,0xa9,0x9a,0xff,0xa9,0x9b,0xff,0x20,0x52,0x01,0x00,0xf6,0x81,0x12,0x04,0x41, +0xc2,0x96,0x1f,0xfc,0xbb,0xcf,0xfb,0xbb,0xcf,0xf2,0x00,0x39,0x00,0x01,0x12,0x81, +0x01,0x34,0xa4,0x30,0x44,0x9f,0xf4,0xce,0x02,0x16,0x40,0x42,0x71,0x40,0x09,0xcc, +0xdf,0xfc,0xc1,0xbe,0x01,0x08,0xb2,0x02,0x3a,0x01,0x05,0x0b,0xb8,0x06,0x2b,0x33, +0x90,0x11,0x13,0x9f,0xc2,0x11,0x2e,0xfb,0x61,0x11,0x68,0xa4,0x00,0xb2,0x79,0x51, +0xe8,0x10,0x7f,0xff,0xd6,0xab,0x39,0x32,0xf9,0x00,0x87,0x86,0x09,0xb0,0x76,0x00, +0x00,0x17,0x70,0x00,0xff,0x50,0x04,0xb6,0x10,0xe7,0x85,0x00,0xf6,0xcb,0x10,0xf2, +0x09,0x4c,0x56,0x01,0xff,0x60,0x5f,0xf7,0xa9,0x0e,0x15,0xf0,0x4f,0x0f,0x24,0x05, +0xfd,0xd0,0xad,0x12,0x5f,0xe6,0x2f,0xa0,0x65,0xff,0x02,0x76,0x0f,0xfb,0xaa,0xaa, +0xaf,0xf6,0x7d,0xc5,0x00,0xe4,0x56,0x05,0xf1,0xb2,0x02,0xaa,0x87,0x01,0xe7,0x2b, +0x33,0x20,0x00,0x00,0xba,0x0e,0x15,0xc7,0x2a,0x03,0x32,0xa0,0x00,0x0e,0x0e,0x3d, +0x18,0xfa,0x13,0x00,0x71,0xfb,0x88,0x8f,0xfb,0x88,0x8f,0xfa,0xd6,0x5c,0x20,0xef, +0x50,0xa5,0x0e,0x20,0x0e,0xfd,0x41,0x76,0x18,0xbf,0x26,0x00,0x03,0x35,0x18,0x18, +0xf1,0x09,0x00,0x50,0xf6,0x67,0xff,0x66,0x7f,0x25,0xae,0x03,0x9b,0x30,0x00,0x49, +0x38,0xd1,0x57,0xcc,0xcc,0xcc,0xc6,0x7f,0x79,0xf6,0x8f,0x78,0xf6,0xaf,0x68,0xa4, +0x36,0x10,0x78,0xf0,0x2a,0x05,0x12,0x00,0xa3,0x5b,0xbb,0xbb,0xbb,0x56,0xbb,0xbb, +0xbb,0xb5,0x4c,0x56,0x0f,0x31,0xc4,0x5f,0xc7,0x5a,0x0d,0x41,0x7e,0xf5,0x5f,0xa6, +0x5a,0x00,0x10,0x6c,0xb8,0x4e,0x00,0x6d,0x42,0x27,0x60,0x00,0x09,0x00,0x01,0x3c, +0x1e,0x10,0x60,0xe7,0x8f,0x02,0x56,0x6e,0x21,0x78,0x8b,0x1b,0x00,0x35,0xb8,0x87, +0xef,0x14,0x0c,0x02,0x8a,0x22,0x12,0x33,0xcd,0x07,0x30,0xf7,0xbf,0x83,0x5e,0x0d, +0xf0,0x06,0x1e,0xdd,0xef,0xf5,0x2f,0xff,0xf8,0x07,0x00,0x00,0x3e,0x92,0xcf,0xb0, +0x07,0xff,0x80,0xaf,0xd0,0x00,0x3c,0x25,0x5f,0x80,0x8f,0xfd,0xfc,0x20,0x00,0x29, +0xff,0xc1,0xf6,0x01,0x81,0xf7,0x10,0x1b,0xff,0xff,0xed,0xb0,0xdf,0x8c,0x25,0xf0, +0x03,0xfc,0xee,0xff,0xc0,0xef,0xdc,0xff,0x7d,0xc0,0x00,0x20,0x00,0x4f,0xc1,0xff, +0x00,0xef,0x00,0x49,0x01,0x70,0xdf,0xda,0xfb,0x00,0xef,0x88,0x30,0xfd,0x00,0x21, +0xde,0xf2,0xdd,0xe1,0xe1,0x2f,0xc0,0x00,0x05,0x84,0x44,0x46,0x62,0x00,0x00,0x5f, +0xea,0xaa,0x87,0x45,0x11,0x00,0xdb,0x15,0x32,0xc5,0xfb,0x44,0x65,0x19,0x62,0x7f, +0xa6,0xff,0xd5,0xef,0xa0,0x3b,0x0f,0x11,0x3d,0xc3,0x71,0x00,0xb8,0x00,0x11,0x19, +0x5d,0xd0,0x80,0x0d,0xef,0xff,0x6c,0xff,0xfb,0xdf,0xf8,0xe1,0x03,0x65,0xe7,0x1e, +0xe9,0x30,0x07,0xf3,0x97,0x30,0x09,0x42,0x1d,0x23,0xcd,0xb3,0x7a,0x0c,0x17,0xe0, +0x70,0xad,0x1a,0x7f,0x34,0xc2,0x32,0xf8,0x7f,0xf5,0x10,0x9a,0x02,0x9b,0x9d,0x1e, +0x0f,0x08,0x00,0x0c,0x30,0x00,0x11,0xf4,0x90,0xcc,0x0f,0x30,0x00,0x17,0x11,0xf6, +0x93,0x45,0x05,0x20,0x00,0x08,0xae,0x42,0x53,0xd0,0x00,0x04,0xfc,0x10,0x25,0xab, +0x01,0xbc,0xda,0x00,0x41,0x02,0x00,0x64,0x81,0x60,0x10,0x3e,0xef,0xff,0xee,0x34, +0x40,0x00,0x01,0x20,0x76,0x11,0xcf,0xf8,0xd6,0x90,0xe2,0x22,0xef,0x8f,0xf6,0x11, +0x14,0xff,0x04,0xa7,0xc7,0x11,0xfe,0xd5,0x57,0x30,0xe0,0x00,0xef,0x77,0x11,0xa1, +0xfe,0x04,0xfe,0x22,0x2e,0xf3,0x54,0xd3,0x00,0x4f,0xea,0x58,0xc0,0x30,0xcf,0xd0, +0x05,0xfd,0x04,0xff,0xdd,0xdf,0xf3,0x02,0xff,0x01,0xda,0x80,0xe0,0x00,0xef,0x30, +0x08,0xff,0x27,0xfc,0x39,0x00,0x00,0xb8,0x2f,0x21,0x8f,0xb0,0x13,0x00,0x91,0x00, +0x53,0x09,0xfa,0x04,0xfe,0x33,0x3f,0xf3,0x70,0xbb,0x01,0x39,0x00,0x00,0x66,0x13, +0x11,0x04,0x54,0x5e,0x42,0x54,0x38,0xff,0x30,0x4c,0xbf,0x00,0x2c,0x66,0x12,0x87, +0x04,0xed,0x0e,0x63,0x12,0x23,0x67,0x20,0x5d,0x07,0x11,0x60,0xee,0x54,0x61,0xfe, +0xcf,0xfd,0xcc,0x54,0xfe,0xf6,0x6f,0x42,0x5d,0xf7,0x54,0x09,0x09,0x8b,0x00,0x70, +0x78,0x01,0x0a,0x00,0x41,0xf9,0x11,0x13,0xfd,0x24,0xf4,0x11,0x09,0x61,0xc9,0x20, +0x28,0xe4,0x31,0x20,0x40,0x8e,0xf9,0x87,0x02,0xd6,0xe5,0x42,0x09,0xf8,0x0c,0xf2, +0x98,0x8c,0x02,0x9b,0xda,0x00,0x5c,0x32,0x01,0x2b,0x49,0x11,0x60,0x71,0xd0,0x15, +0x02,0x6f,0x24,0x15,0x0c,0x6a,0x45,0x80,0x0c,0xfc,0xaf,0xfb,0xcf,0xfa,0xdf,0xb0, +0xe7,0xf8,0x58,0x1f,0xf1,0x4f,0xd0,0x9f,0x0a,0x00,0x0f,0x4a,0x0c,0x01,0x08,0x76, +0xbc,0x24,0x1a,0x70,0xbb,0xf4,0x41,0xbf,0xd8,0x82,0x0e,0xa4,0x03,0x00,0x12,0xfc, +0x30,0x0f,0xfa,0xbf,0x0a,0x00,0xd0,0x49,0x29,0xf5,0x7f,0xa0,0x3f,0xe8,0x91,0x00, +0xbf,0x2d,0xa9,0xfc,0x28,0x64,0xa1,0xf3,0x27,0xdf,0x89,0x8c,0xf5,0xeb,0x88,0x88, +0x84,0x9a,0x07,0x20,0xf5,0xdf,0x02,0x09,0xf0,0x02,0x02,0xfe,0x38,0x2a,0xf5,0x3e, +0xd2,0x6f,0xf2,0x00,0x03,0xfa,0x6f,0x79,0xf5,0x0a,0xfe,0xc8,0x00,0xb0,0xf6,0x09, +0x6a,0xf8,0x7b,0xff,0xfe,0x84,0x10,0x3f,0xe1,0xe5,0x04,0xe4,0xd9,0xdf,0xff,0xf3, +0x1c,0x60,0x00,0x89,0x55,0x72,0x00,0x03,0x8c,0x70,0x95,0x43,0x10,0xd0,0x10,0x40, +0x60,0xdf,0xfd,0xef,0xfd,0xef,0xd0,0x84,0x3f,0x00,0xb4,0x00,0x18,0x7f,0x0a,0x00, +0xaa,0x1c,0xcf,0xfd,0xdf,0xfd,0xdf,0xfc,0xef,0xfc,0xc1,0x08,0x0d,0x05,0x8b,0x72, +0x01,0xe5,0x04,0x05,0x08,0x00,0x20,0xf7,0x44,0x80,0x5c,0x32,0xf0,0x2f,0xf4,0xf9, +0x91,0x12,0x2f,0x17,0x15,0x1d,0xf0,0x28,0x00,0x04,0x20,0x00,0x04,0x08,0x00,0x02, +0xf7,0x78,0x06,0x20,0x00,0x02,0x14,0x98,0x0b,0x28,0x00,0x2f,0x8f,0xf0,0x70,0x00, +0x0d,0x01,0x8f,0xab,0x11,0x92,0x42,0x09,0x04,0xeb,0xb3,0x25,0x30,0x09,0x85,0xab, +0x23,0x07,0xcc,0x4e,0x98,0x10,0x80,0x57,0x0e,0x21,0xdf,0xa2,0xfb,0x3e,0x15,0x08, +0x70,0xdb,0x12,0x08,0xd4,0x4a,0x00,0x0a,0x00,0x01,0x14,0x9e,0x29,0xdf,0x90,0x1e, +0x00,0x10,0xfd,0x3f,0x03,0x20,0xef,0x90,0x76,0x27,0x01,0x7f,0x4a,0x0a,0x1e,0x00, +0x11,0xfc,0x18,0x04,0x0a,0x46,0x00,0x0e,0x1e,0x00,0x0f,0x52,0xd9,0x01,0x07,0xce, +0x09,0x15,0x02,0x78,0x32,0x03,0xe3,0x69,0x10,0xf7,0x13,0x00,0x14,0x0e,0x59,0xf6, +0xc0,0x00,0xef,0x83,0x33,0x3f,0xf7,0x0e,0xef,0xff,0xfe,0x8e,0xf5,0x2d,0x5b,0x01, +0x43,0xbe,0x92,0x72,0x22,0x2e,0xf7,0x06,0x6b,0xff,0x76,0x3e,0x26,0x00,0x22,0xdf, +0xf2,0x39,0x00,0x00,0x64,0x3c,0x11,0x0e,0x26,0x00,0x10,0x08,0x99,0x7c,0x11,0x50, +0x30,0xa2,0x00,0x31,0xf5,0x91,0x33,0x33,0xff,0x70,0x7f,0xcf,0xf7,0xf8,0xef,0xba, +0xe2,0x40,0xf5,0xff,0x1a,0x0e,0xb1,0x99,0x20,0x75,0xfa,0x5f,0x00,0x00,0x26,0x00, +0x42,0x0b,0x12,0xff,0x10,0x39,0x00,0x0f,0x85,0x00,0x05,0x31,0x73,0x33,0x3f,0x13, +0x00,0x22,0x0c,0xd4,0x00,0xb1,0x00,0x35,0x22,0x64,0x35,0x79,0x50,0x00,0x09,0xee, +0x92,0x15,0xb0,0x6e,0xed,0xde,0xff,0xca,0x98,0x64,0x20,0x00,0x02,0x55,0x80,0x09, +0x00,0xa7,0xdc,0x14,0x8f,0xa7,0xdc,0x50,0x02,0x55,0x5a,0xff,0x65,0x13,0x00,0x13, +0x0c,0x85,0x9f,0x27,0xdd,0xb0,0xfb,0x05,0x39,0x2e,0xfd,0x32,0x5d,0x03,0x00,0x0b, +0xa9,0x00,0x7d,0x4e,0x20,0xcf,0xf0,0xa1,0x51,0x40,0xa7,0x77,0x77,0x7b,0x9a,0x0a, +0x13,0xaf,0xe4,0x9f,0xa3,0xdf,0x60,0xff,0x61,0x11,0x11,0x18,0xff,0x00,0x02,0xaf, +0x8f,0x01,0x60,0xbd,0x51,0x85,0x55,0x55,0x5a,0xff,0xbc,0x0b,0x00,0x60,0x61,0x15, +0xf0,0xce,0x21,0x04,0x9d,0x96,0x03,0x90,0x94,0x05,0x7f,0x81,0x02,0x9c,0xa0,0x10, +0x3c,0xb6,0x01,0x55,0xec,0xcc,0xcc,0xc5,0x04,0xe2,0xee,0x20,0x02,0x22,0xbe,0x39, +0x00,0x24,0x73,0x71,0x01,0x88,0x88,0xbf,0xf8,0x88,0x88,0x5c,0xd7,0x03,0xa6,0x18, +0x10,0x03,0xb7,0x4b,0x01,0x97,0x9e,0x06,0x13,0x00,0x00,0xb6,0x4b,0x3f,0x45,0xff, +0x50,0x26,0x00,0x0d,0x00,0x85,0x9f,0x61,0xff,0x50,0x00,0xce,0xff,0xfe,0xb8,0x33, +0x17,0xed,0xa1,0x9e,0xf1,0x04,0x01,0x7e,0x80,0x00,0x1c,0xfb,0x51,0x00,0x00,0x59, +0xef,0xfe,0x40,0x03,0xcf,0xff,0xe8,0x20,0x8f,0x79,0x08,0x34,0x27,0xef,0xfa,0x79, +0x08,0x14,0x66,0x29,0x5c,0x05,0xec,0xac,0x01,0xb0,0x05,0x40,0xa3,0x33,0x32,0x4f, +0x41,0x17,0x00,0x68,0x00,0x11,0xb4,0x41,0x5e,0x10,0xff,0x8d,0x0f,0x70,0xf3,0x24, +0xff,0x52,0xff,0x67,0xfe,0x39,0x27,0x50,0x1f,0xf5,0x3d,0xd0,0x7f,0xcf,0xe7,0x53, +0x01,0xff,0x50,0x13,0x08,0x13,0x00,0x11,0x3f,0xfe,0x55,0x41,0xf0,0x01,0xff,0x53, +0x6a,0x37,0x10,0xff,0x9c,0xcd,0x41,0x33,0xcf,0xb3,0x33,0x26,0x00,0x41,0x00,0x0e, +0xfe,0x10,0x26,0x00,0x10,0x00,0xe7,0xa0,0x02,0x13,0x00,0x32,0x9f,0xff,0xfb,0x13, +0x00,0xe0,0x3f,0xf8,0x5f,0xf9,0x4f,0xf5,0x45,0xff,0x50,0x0d,0xfe,0x10,0x8f,0xf6, +0x72,0x00,0xf7,0x06,0x1c,0xff,0x60,0x00,0xc7,0x4f,0xff,0xef,0xff,0x52,0xdf,0x80, +0x00,0x01,0x04,0xff,0x00,0x1d,0xd4,0x01,0x60,0x67,0x1d,0x02,0xf0,0x0e,0x10,0x10, +0xa6,0xd8,0x11,0x9f,0x0d,0x01,0x06,0x0a,0x00,0x21,0x02,0x3f,0xa6,0xa3,0x12,0xe0, +0x43,0xc5,0x60,0x3b,0xbb,0xdf,0xfb,0xbb,0xa0,0x94,0x1d,0x12,0x4f,0x17,0x01,0x00, +0xda,0x8d,0x10,0xd0,0x18,0x98,0x50,0x03,0xff,0xee,0xed,0x4f,0x28,0xee,0x24,0xe0, +0x0a,0x9d,0x10,0x50,0xe0,0x4f,0xff,0x44,0xfe,0x1e,0x00,0x00,0x74,0x06,0x90,0x10, +0xfe,0x4f,0xfb,0xdf,0xfb,0xcf,0xe0,0x0e,0x0a,0x00,0x02,0xfd,0x0f,0x71,0xef,0x10, +0xfe,0x26,0x70,0xaf,0xb0,0xd6,0x22,0x52,0xfe,0x1e,0xf8,0xff,0x60,0xa0,0x93,0x12, +0x04,0x97,0x51,0x00,0x16,0x51,0x40,0xcf,0xff,0x83,0x00,0x6e,0x93,0x20,0x14,0x8e, +0x08,0x34,0xb1,0x93,0x00,0xcd,0x10,0x02,0xef,0xf6,0x18,0xef,0xff,0xe1,0x67,0xfd, +0x43,0x10,0x00,0x04,0x7b,0x61,0x0b,0x10,0x3d,0xcc,0x03,0x32,0x88,0x88,0x85,0x0f, +0x4c,0x01,0xf4,0x5e,0x02,0xa6,0x97,0x32,0x9f,0xfb,0x96,0xa3,0x20,0x00,0x21,0x03, +0xf0,0x01,0xff,0x2d,0xf8,0x25,0x0f,0xf3,0x00,0x6f,0xd0,0x00,0x99,0xaf,0xf3,0xff, +0x38,0x81,0x69,0xab,0xb2,0x07,0xff,0xec,0xff,0xec,0xb0,0x00,0xef,0xed,0xd8,0xaf, +0x96,0x00,0x02,0xd2,0xcf,0xb0,0xff,0x42,0x20,0x09,0xff,0x9b,0xfc,0xff,0xfe,0x01, +0xff,0x1e,0x4c,0x32,0x37,0xf8,0x89,0x0e,0xd0,0xf1,0x00,0xff,0x37,0xf8,0x05,0xff, +0xab,0xff,0xba,0x60,0x0e,0xef,0x37,0xf8,0x05,0xfe,0x13,0x14,0x10,0xbf,0x14,0x00, +0x02,0x43,0xf7,0x13,0xac,0x1e,0x00,0x71,0x00,0xbf,0xff,0xf8,0x05,0xfe,0x00,0x27, +0x14,0x23,0x86,0x63,0x15,0x91,0x10,0x9c,0x40,0x2d,0x03,0xd3,0x11,0x04,0xd4,0xfb, +0x09,0xbd,0xb6,0x14,0x7d,0x7a,0x71,0x03,0x0a,0x00,0x82,0x02,0x3f,0xf3,0x22,0x1d, +0xf5,0x0c,0xf6,0x7c,0x01,0x11,0x0d,0x28,0x17,0x00,0x75,0xfb,0x80,0x0d,0xfd,0xcf, +0xfe,0xcc,0x10,0x00,0xbf,0x5a,0x3c,0x11,0x0c,0x16,0x24,0x22,0xed,0xdc,0x1e,0x00, +0x10,0x04,0x5d,0x81,0xd0,0xfd,0xcf,0xfd,0xcc,0x10,0x0a,0xff,0x65,0xfe,0x0d,0xf4, +0x0b,0xf5,0xe0,0x02,0x12,0x42,0xae,0x25,0x25,0xf1,0x6f,0x0a,0x00,0xf0,0x04,0x0c, +0xff,0x42,0xfe,0x15,0x10,0x00,0x16,0x3f,0xf1,0x01,0xcf,0x42,0xfe,0x4f,0x9b,0x5e, +0x8d,0xdf,0x2b,0xdf,0x70,0xfe,0x7f,0x6f,0x8b,0xd5,0xef,0xe0,0x0a,0x00,0xf3,0x0b, +0xcf,0x2f,0xa8,0xe0,0x5f,0xd0,0x00,0xcf,0x51,0x14,0xfe,0x0f,0xa0,0x10,0x9f,0xb0, +0x00,0xcf,0x40,0x02,0xb7,0x03,0x10,0xcf,0xff,0x70,0x35,0x1b,0x00,0xf6,0xcc,0x12, +0x06,0xf1,0x36,0x17,0x60,0xdc,0xc3,0x12,0x0e,0x46,0x9b,0x1f,0xe0,0xf3,0x0c,0x01, +0x1e,0xdf,0x00,0x82,0x10,0x56,0x4e,0x88,0x11,0xa6,0xd9,0x9d,0x02,0x5b,0x5b,0x00, +0x1f,0xdc,0x61,0x92,0x03,0xff,0x50,0x29,0xe1,0xca,0xa9,0x50,0x3f,0xf5,0x03,0xff, +0xa0,0x7e,0x18,0x10,0x03,0x60,0x93,0x10,0x40,0xcb,0x0b,0x20,0x3f,0xf5,0x5c,0xdb, +0x10,0x7f,0x00,0xa6,0x00,0x88,0x33,0x10,0x3f,0xff,0xfa,0x10,0xf5,0xbb,0x2b,0x91, +0x5e,0x30,0x47,0x79,0xff,0x40,0x00,0x0c,0xc5,0xbc,0x19,0x12,0xf2,0xeb,0x09,0x3d, +0x0f,0xfe,0xb4,0x4f,0xb1,0x13,0xb0,0x14,0xc8,0x01,0xc1,0xfc,0x00,0xa3,0xb5,0x01, +0xbe,0xc2,0x01,0x73,0x01,0xa0,0x07,0xde,0xff,0xfd,0xd4,0xdd,0xef,0xff,0xed,0xa0, +0x25,0xbe,0x20,0x10,0x02,0x24,0x90,0x00,0xa9,0x96,0x20,0xf5,0x3e,0x55,0x85,0xf3, +0x0d,0x1d,0xfe,0xaf,0xb5,0xd8,0xff,0x9b,0xf9,0xdf,0xe2,0x09,0xe2,0x7f,0xb0,0x02, +0xe7,0x0b,0xf7,0x1c,0xa0,0x00,0x10,0x24,0x30,0x00,0x10,0x03,0x42,0xbd,0x1f,0x02, +0x58,0x1c,0x12,0x06,0x6b,0x8b,0x04,0x38,0x3a,0x0e,0xd6,0x4a,0x04,0x29,0x00,0x10, +0x85,0xfa,0x04,0x12,0x84,0x57,0xee,0x20,0x0f,0xf5,0xbb,0x63,0x30,0x02,0xcf,0xf6, +0xc5,0x03,0xa0,0x8f,0xfb,0x00,0x0b,0xff,0x60,0xbf,0xff,0xf3,0x00,0x5a,0x5c,0x12, +0x83,0xed,0xb5,0x10,0x54,0xbd,0x10,0x12,0x97,0x5e,0x51,0x30,0x04,0x7b,0xef,0x3e, +0x99,0x02,0xcf,0x1c,0x21,0xc7,0x20,0x0a,0x00,0x90,0x07,0x99,0xff,0x00,0x03,0x52, +0x5f,0xe2,0x9b,0x90,0x2b,0x00,0x92,0xa2,0xe0,0xe3,0xff,0x30,0x14,0x47,0xff,0x44, +0x2c,0xf9,0x5f,0xe0,0xcf,0x90,0x4f,0x8d,0xb2,0x41,0xf5,0x5f,0xe0,0x6f,0x2a,0xe1, +0xf1,0x0a,0xbf,0xf2,0x5f,0xe0,0x1f,0xf4,0x00,0x0d,0xff,0x40,0x8f,0xe0,0x5f,0xe0, +0x0d,0xe4,0x00,0x4f,0xff,0xf4,0x5d,0x80,0x5f,0xe0,0x01,0xa3,0x55,0x00,0x50,0x00, +0x70,0xae,0x80,0x05,0xff,0xff,0x8f,0x20,0xb3,0xfb,0xe1,0x70,0x1e,0xf8,0xff,0x15, +0x00,0x00,0x15,0x5c,0xfe,0x00,0x6f,0xc4,0xff,0x2f,0x0f,0x51,0xf7,0x00,0x0e,0x34, +0xff,0x0d,0x30,0x50,0x90,0x00,0x03,0x04,0xff,0x27,0xbb,0x11,0xfa,0xac,0x11,0x22, +0x05,0xbf,0x8b,0x89,0x00,0x60,0x16,0x23,0xfe,0x80,0x4e,0x2c,0x14,0xb9,0xc0,0x1e, +0x31,0x54,0x00,0x57,0xb3,0x2e,0x62,0x47,0xbf,0xff,0x10,0xcf,0x90,0x2d,0x56,0xa2, +0xe9,0x31,0xff,0x84,0x44,0x44,0x40,0x05,0xbb,0xfe,0x30,0x1d,0x10,0xf6,0x04,0xeb, +0x10,0x0d,0xa8,0x4b,0xc2,0xf0,0x03,0x47,0xff,0x44,0x7f,0xf3,0x4f,0xf1,0x8f,0x90, +0x0e,0x43,0xe3,0x40,0xf1,0xbf,0x30,0x0e,0x94,0xc6,0x31,0x20,0x4f,0xf1,0x3d,0x00, +0x60,0x20,0x04,0xb8,0x4f,0xf4,0xbd,0xe6,0x02,0xf1,0x10,0xe2,0x08,0xfb,0x4f,0xf2, +0xff,0x20,0x00,0xaf,0xff,0xfd,0x1c,0xf7,0x4f,0xf1,0xcf,0x70,0x02,0xff,0xfe,0xaf, +0x3f,0xf4,0x4f,0xf1,0x8f,0xc0,0x0b,0xf9,0xfe,0x28,0x9d,0xf2,0xf0,0x10,0xf0,0x4f, +0xd4,0xfe,0x00,0xcf,0xa0,0x4f,0xf1,0x0f,0xf4,0x0d,0x53,0xfe,0x02,0xff,0x30,0x4f, +0xf1,0x0d,0xf7,0x03,0x03,0xfe,0x00,0x18,0x00,0x4f,0xf1,0x06,0x40,0x78,0x00,0x20, +0x00,0x24,0x7e,0x65,0x00,0x0a,0x00,0x00,0x51,0x43,0x03,0x0a,0x00,0x12,0x0d,0x03, +0xe7,0x50,0x04,0x91,0x00,0x00,0x9a,0xa1,0x6e,0x31,0x6a,0xef,0xfb,0x44,0xac,0x00, +0xfc,0x0a,0x20,0xb6,0x00,0x46,0x4e,0x90,0x40,0x04,0x99,0xfe,0x00,0x4d,0xff,0xee, +0xef,0xe0,0xca,0xf0,0x00,0xfe,0x02,0xef,0xd7,0x20,0x5f,0xf7,0x00,0x04,0x47,0xff, +0x44,0x48,0x6f,0xfa,0x59,0xff,0x02,0x01,0xfe,0x12,0xf8,0x9a,0x09,0x42,0x58,0xef, +0xff,0xc3,0x19,0xde,0x41,0xef,0xfd,0x9f,0xf9,0xb3,0x22,0x80,0xe2,0x39,0x31,0xdf, +0xff,0xef,0xc3,0x00,0xf6,0x87,0x11,0x3d,0x4a,0x2f,0xf1,0x10,0xfd,0xfe,0xae,0x28, +0xff,0xd2,0x01,0xdf,0xa0,0x0d,0xf7,0xfe,0x25,0xcf,0xfb,0x66,0x0a,0xff,0x30,0x4f, +0xc4,0xfe,0x00,0x2e,0x67,0xff,0xcf,0xf9,0x00,0x0d,0x44,0x7c,0x5a,0x00,0x1c,0x03, +0x20,0x04,0xfe,0x46,0x32,0x12,0xfb,0x5a,0x44,0x22,0x38,0xdf,0x92,0x10,0x21,0xfe, +0x04,0x84,0xbd,0x01,0x14,0x00,0x2d,0xac,0x71,0x6a,0x19,0x14,0x50,0x08,0x2b,0x33, +0xbf,0xf5,0x2f,0x57,0x90,0x22,0xff,0xe8,0x0a,0x00,0x31,0x04,0xbb,0xfe,0x3c,0x72, +0x10,0xef,0x36,0x0c,0x03,0x0a,0x00,0x00,0x86,0x01,0x02,0x1e,0x00,0x01,0x40,0x45, +0x02,0x32,0x00,0x35,0xce,0xff,0xcc,0xe1,0x14,0x02,0x19,0x4a,0x00,0x2a,0x74,0x13, +0xf2,0x0a,0x00,0xe1,0xcf,0xff,0xfd,0x12,0x22,0x7f,0xf3,0x22,0x20,0x05,0xff,0xfe, +0xcf,0x40,0xbb,0x21,0x51,0x0e,0xfa,0xfe,0x4a,0x0d,0xba,0x0b,0x42,0x2f,0xe5,0xfe, +0x00,0x0a,0x00,0xb8,0x0b,0x64,0xfe,0x00,0x01,0x22,0x7f,0xf2,0x22,0x10,0x02,0x22, +0x45,0x13,0x01,0xc9,0x4e,0x08,0x0a,0x00,0x02,0xb5,0x78,0x10,0x31,0x23,0xdc,0x00, +0x2d,0x33,0xf0,0x11,0x95,0x00,0x04,0x7b,0xff,0xe3,0x57,0x9b,0xdf,0xff,0xff,0x30, +0x7f,0xff,0xfd,0x73,0xff,0xff,0xfe,0xb8,0x85,0x00,0x19,0x7e,0xf5,0x00,0x5b,0x62, +0x79,0x00,0xdf,0x70,0x0c,0x16,0xf0,0x00,0x9f,0xc0,0xef,0x47,0xfe,0x10,0x13,0x3e, +0xf8,0x32,0x1f,0xf4,0x8e,0x8f,0xf5,0xda,0x0d,0xf3,0x04,0xfa,0x07,0x40,0xbb,0x22, +0x60,0x00,0x7e,0xff,0xff,0xe9,0x9c,0xcc,0xff,0xdc,0xcc,0x30,0x00,0x7f,0x41,0x7e, +0x10,0x30,0x00,0x9b,0x20,0xbf,0x70,0xcb,0x57,0x10,0x03,0xac,0xe2,0x30,0xdc,0xff, +0xdc,0xd7,0x0b,0x22,0xfa,0xf6,0x1e,0x00,0xe1,0x4f,0xde,0xf5,0x50,0xbf,0x70,0xef, +0x30,0xff,0x30,0xaf,0x7d,0xf5,0x0d,0x69,0x74,0x43,0xe3,0x4e,0x0d,0xf5,0x42,0x32, +0x31,0x03,0x0d,0xf5,0x79,0x40,0x00,0xfe,0xe4,0x01,0x0a,0x00,0x33,0x12,0xff,0x30, +0x0a,0x00,0x30,0xff,0xff,0x10,0x0a,0x00,0x52,0xaf,0x70,0x00,0xae,0xc5,0x94,0x09, +0x0a,0x6a,0xdb,0x00,0x45,0x02,0x10,0x30,0xa0,0x25,0x00,0x73,0x08,0x00,0x35,0x77, +0x14,0xef,0x98,0x1e,0x32,0xef,0x94,0x44,0x4a,0x0e,0xf1,0x0f,0xef,0x60,0x06,0xb1, +0x00,0x5c,0x50,0x0e,0xf8,0xef,0x63,0xcf,0xfb,0x01,0xff,0xfd,0x58,0x95,0x05,0xbf, +0xff,0x90,0x00,0x2a,0xff,0xfd,0x40,0x8f,0xff,0xe5,0x85,0x03,0xc4,0xf2,0x1e,0xfa, +0x21,0x11,0x11,0x11,0x12,0x7e,0x60,0x03,0x6f,0xde,0x12,0x16,0x5f,0x16,0x0c,0x02, +0x4c,0xd6,0x0d,0x09,0x00,0x00,0xf9,0x07,0x20,0x19,0xff,0xfc,0x07,0x05,0xae,0xc5, +0x05,0x09,0x00,0x04,0x0b,0x0d,0x0b,0x73,0x2c,0x24,0x6c,0xf1,0x31,0x08,0x11,0x6f, +0x1e,0x4e,0x15,0x0a,0x36,0x54,0x07,0x0a,0x00,0xf1,0x0b,0xfb,0x00,0x28,0x10,0x00, +0x82,0x00,0xdf,0x90,0x0a,0xfb,0x07,0xff,0xb0,0x09,0xff,0xa2,0xce,0x90,0x01,0x27, +0xcf,0xf9,0x00,0x02,0xaf,0x15,0xbf,0x50,0xfe,0x60,0x01,0x10,0x04,0xda,0x51,0x92, +0x3e,0x81,0x00,0x5f,0xf2,0xae,0x28,0xd1,0x00,0x26,0x0c,0x22,0xaf,0xe1,0x61,0xb5, +0x66,0xaf,0xf5,0x5e,0xf8,0x55,0x40,0x6a,0x48,0x60,0x0c,0xdd,0xdd,0xde,0xff,0xff, +0x92,0x0a,0x02,0x49,0x05,0x13,0x30,0x1e,0x0f,0x22,0xf9,0xaf,0xd0,0xbd,0x10,0x4c, +0xd9,0x47,0x70,0x92,0x00,0x00,0x05,0x9e,0xff,0xfb,0x91,0x2e,0x61,0xd9,0x71,0x09, +0xff,0xfc,0x40,0xe7,0xd9,0x41,0xb0,0x01,0xb7,0x20,0x08,0x03,0x37,0x8c,0x20,0x00, +0x01,0x2e,0x02,0xa9,0x5d,0x50,0x00,0x5a,0xaa,0xaa,0xac,0x87,0x5c,0x25,0xaa,0x07, +0x17,0x12,0xf0,0x1a,0x7f,0xe2,0x25,0xc6,0x22,0x3b,0xb5,0x2a,0xff,0x06,0xdc,0x2a, +0xff,0xe1,0x04,0xff,0xfb,0xbb,0xa0,0x17,0xcf,0xff,0xa4,0x20,0x01,0x9f,0xff,0xc3, +0x04,0xff,0xfd,0x40,0xdf,0xd0,0x00,0x1a,0xff,0xe1,0x0c,0xb4,0x10,0xd8,0x91,0x24, +0x05,0xd3,0xaf,0x0d,0x00,0x76,0x81,0xe1,0xd9,0xac,0xa9,0x99,0x9a,0xff,0x70,0x00, +0x0d,0xf9,0x07,0xfc,0x66,0x65,0x6e,0xe3,0x10,0x97,0xa1,0x41,0x00,0x13,0x00,0x51, +0xfa,0xcc,0x97,0x2b,0xf7,0x13,0x00,0x20,0x90,0x2a,0xd7,0xf3,0x00,0x26,0x00,0x50, +0x49,0xef,0xee,0xfb,0x3f,0x13,0x00,0x50,0x9c,0xfc,0x60,0x08,0xb1,0x13,0x00,0x31, +0xfd,0xcc,0xaa,0x7f,0xe3,0x04,0x2b,0x07,0x13,0x70,0x8c,0xab,0x65,0x1e,0xe6,0x00, +0x00,0x17,0xa0,0xef,0x7f,0x71,0xf5,0x00,0xdf,0x50,0xdf,0x60,0x9f,0x89,0x81,0x02, +0x0a,0x00,0x42,0x03,0x37,0xf9,0x32,0x0a,0x00,0x10,0x1f,0x7a,0x5f,0x50,0xca,0xff, +0xda,0xef,0xa0,0x07,0x09,0x11,0xdf,0x99,0x08,0x41,0x02,0x51,0x06,0x61,0x7a,0xf4, +0x62,0x20,0x08,0xf4,0x0d,0xfa,0xff,0x2f,0x81,0x42,0xf6,0x0f,0xf8,0xff,0xb1,0xbf, +0xf3,0x08,0xf8,0x0f,0xc1,0x22,0x25,0xff,0x62,0x22,0x20,0x02,0xfa,0x2f,0x91,0xbb, +0xbd,0xff,0xcb,0xbb,0xa0,0x01,0xfb,0x4f,0x71,0xa4,0x06,0x60,0xfc,0x6f,0x41,0xff, +0x3f,0xe4,0xe7,0xa8,0xd1,0x30,0x9f,0xc8,0xff,0x0f,0xd1,0xfb,0x2f,0xe0,0x15,0x8c, +0xff,0xfa,0x0a,0x00,0x00,0xe0,0x40,0x12,0xc7,0x0a,0x00,0x41,0x0f,0xd9,0x51,0x01, +0x0a,0x00,0x00,0x42,0x06,0x00,0x0a,0x00,0x31,0xfd,0xdf,0xd0,0x5b,0x11,0x3a,0x0d, +0xb1,0xd9,0x31,0x7f,0x16,0x01,0x45,0x30,0x00,0xa3,0xa6,0xe0,0xf1,0x00,0x00,0x08, +0xcc,0xef,0xec,0xc7,0x9c,0xcf,0xfd,0xcc,0x60,0x0a,0x3b,0x0d,0x02,0xb7,0x3d,0xf0, +0x0f,0x6b,0x30,0x6b,0x60,0x07,0xb1,0x09,0xb4,0x00,0x00,0x8f,0x80,0xaf,0x60,0x0a, +0xf6,0x0e,0xf1,0x00,0x0b,0xdf,0xfb,0xff,0xc8,0xcd,0xfe,0xcf,0xfc,0xb0,0x0f,0xd6, +0x14,0x01,0xb1,0x09,0x00,0xfa,0x4e,0x11,0x42,0xf4,0x4a,0x11,0x02,0xc7,0xca,0x10, +0xff,0x12,0xb3,0xf6,0x04,0xfe,0x77,0x8f,0xf0,0x8f,0xa7,0x77,0xff,0x20,0x02,0xfc, +0x00,0x1f,0xf0,0x8f,0x71,0x11,0xff,0x20,0x1e,0x00,0xf0,0x04,0x01,0x7f,0xf8,0xff, +0x70,0x3a,0xfc,0xbf,0xc7,0x10,0x00,0x2f,0xf0,0xff,0x00,0x08,0xf8,0x8f,0x90,0x57, +0x61,0x40,0xff,0x47,0x0c,0xf5,0x0a,0x00,0x20,0xaf,0x81,0x98,0x2a,0xf1,0x0e,0x8f, +0x91,0x80,0x04,0xff,0x36,0xff,0xe6,0xdf,0xa0,0x8f,0x92,0xf7,0x2f,0xf9,0x01,0xf9, +0x4e,0xfe,0x10,0x7f,0xed,0xf5,0x09,0xa0,0x00,0x30,0x0d,0xd2,0xbc,0xc3,0x07,0x4e, +0x02,0x14,0x20,0x7c,0x60,0x24,0x06,0xfd,0x7d,0x60,0x91,0x0e,0xfe,0x99,0x99,0x2b, +0xff,0xaa,0xaa,0xa2,0x4f,0x12,0x11,0x7f,0xc0,0x6c,0xf0,0x00,0xff,0x69,0xfd,0x12, +0xef,0xc1,0xef,0xa1,0x10,0x0e,0xfb,0x02,0xff,0x37,0xff,0xc4,0xc3,0x95,0x02,0xc5, +0x22,0xc8,0x33,0x8b,0x22,0x3c,0x60,0xc8,0x18,0x11,0xf4,0x2b,0x24,0x00,0x0d,0x15, +0x00,0xa2,0x02,0x01,0x48,0x4a,0x25,0x2f,0xf4,0x77,0x0d,0x10,0xf4,0x5a,0x00,0x01, +0xe9,0xaa,0x11,0xd4,0x3e,0x47,0x03,0xbe,0xbd,0x15,0x3f,0x37,0xac,0x00,0x54,0xd1, +0x11,0xfe,0x86,0x06,0x00,0x27,0xfa,0x11,0xf0,0x75,0x91,0xb0,0x02,0xaf,0xfc,0x7f, +0xf0,0x12,0x2b,0xfe,0x00,0x05,0xcf,0xc7,0x21,0x20,0x2f,0xff,0x48,0x8e,0xa5,0xd5, +0x00,0x5f,0xf0,0x0d,0xee,0xa1,0x00,0x00,0x96,0x8e,0x4a,0x24,0x02,0x10,0x11,0x18, +0x24,0x0d,0xf9,0xba,0x43,0xb2,0x5f,0xfd,0xbb,0xb8,0x3f,0xfe,0xbb,0xbb,0xb0,0x01, +0xef,0x75,0x5b,0x00,0x01,0xc5,0xe0,0x9f,0xf3,0x3d,0xff,0x5a,0xfe,0x33,0x30,0x4f, +0xf5,0x1f,0xf3,0x0a,0xf9,0x56,0x43,0x86,0x02,0x90,0x07,0x30,0x4f,0xf4,0x00,0x73, +0xfd,0x2c,0x11,0xf4,0x15,0xd7,0x00,0x75,0xe0,0x11,0xe4,0x2e,0x04,0x23,0x4f,0xf4, +0xc4,0x1c,0x0e,0xbe,0x1d,0x05,0xfe,0x2c,0x15,0x04,0x39,0x41,0x06,0x0a,0x00,0x02, +0xac,0x54,0x01,0xf6,0x25,0x00,0x1d,0x5d,0x02,0x0a,0x26,0x00,0x75,0xb7,0x32,0x32, +0x7f,0xf1,0x11,0x95,0x35,0x30,0xff,0xff,0xb7,0x18,0x01,0xe5,0xc2,0x15,0x02,0xd9, +0x18,0x00,0xb2,0xdc,0x01,0xd6,0xa1,0x00,0xe0,0x77,0x71,0xd9,0x5f,0xfe,0xdd,0xdd, +0xd0,0x05,0x78,0x42,0x01,0x2f,0x13,0x60,0xfb,0x4f,0xf3,0x1e,0xfe,0x14,0xdd,0x86, +0x85,0xc5,0x6e,0xd7,0x67,0xe9,0x66,0xde,0x70,0xa7,0x09,0x10,0xf1,0x80,0x4b,0x00, +0x32,0x03,0x2f,0x8f,0xf1,0x14,0x00,0x21,0x81,0x04,0x68,0xff,0x76,0x66,0xcf,0xe6, +0x60,0xa4,0x1f,0x66,0x42,0x22,0xbf,0xd2,0x22,0x20,0xc5,0x16,0x50,0x0b,0xbb,0xcf, +0xfe,0xbb,0x06,0x59,0x52,0xb0,0x00,0x16,0xef,0xf5,0xe7,0x22,0x11,0x05,0x0e,0x66, +0x24,0xaf,0xd0,0x8f,0x25,0x2e,0xaf,0xd0,0x50,0x45,0x14,0x10,0x87,0x97,0x02,0xb1, +0x16,0x91,0x6f,0xfb,0x99,0x99,0x0b,0xff,0x99,0x99,0x91,0x2d,0x04,0x10,0x5f,0x79, +0x00,0xf6,0x0e,0x0a,0xff,0x28,0xfc,0x00,0xcf,0xa1,0xdf,0xa0,0x00,0x1b,0xf6,0x00, +0xec,0x5c,0xd7,0x10,0x3f,0xb0,0x00,0x02,0x96,0x66,0x86,0x7f,0xf9,0x66,0x68,0x66, +0x9a,0x25,0x33,0xb0,0x05,0xff,0x37,0xbc,0x32,0xb0,0x05,0xfe,0x25,0x16,0x33,0xef, +0xb0,0x00,0xbf,0x27,0x22,0x41,0x10,0xa4,0x17,0x03,0x37,0xdd,0x05,0x6c,0xff,0x01, +0x27,0x05,0x11,0xaa,0xbb,0x3d,0x23,0xa6,0x66,0xc2,0x88,0x06,0x34,0x1b,0x61,0xff, +0x83,0x33,0x33,0x33,0x4f,0x0a,0x00,0x6a,0xdb,0xbb,0xbb,0xbb,0xbf,0xf4,0x1e,0x00, +0x13,0x70,0x06,0xc8,0x06,0xc8,0x00,0x22,0xdf,0x70,0xac,0x0d,0x00,0x61,0x02,0x60, +0xba,0x1e,0xfe,0xbb,0xbb,0xa0,0x74,0x26,0x11,0xea,0x3c,0x58,0xf0,0x00,0xfe,0x7f, +0xf1,0x09,0xff,0x68,0xfd,0x00,0x02,0xcf,0x40,0xdf,0x70,0x9f,0x80,0xe1,0x32,0xa3, +0xb7,0x7b,0xd7,0x77,0x47,0x77,0xbd,0x87,0x20,0x0f,0x72,0xa4,0x80,0xf5,0x00,0xff, +0x74,0x47,0xff,0x0e,0xfc,0x82,0xcd,0x81,0xfa,0x99,0xaf,0xf0,0xef,0x40,0x0e,0xf5, +0x72,0x00,0x00,0x04,0x52,0x20,0x50,0x0f,0xe9,0x72,0x02,0x13,0x00,0x23,0xcb,0xbc, +0x13,0x00,0x01,0x39,0x00,0x01,0x13,0x00,0x32,0x30,0x9f,0x40,0x13,0x00,0xf1,0x01, +0xf2,0x08,0xfd,0x00,0xef,0x8d,0xef,0xf3,0x04,0xff,0xbe,0xff,0xf8,0x0e,0xf5,0xff, +0x49,0x88,0xd0,0xdf,0xf2,0xef,0x43,0x42,0x00,0x06,0xff,0xb6,0x20,0xde,0x3e,0xf4, +0xd4,0x03,0x00,0xd5,0x2e,0x14,0xef,0xdc,0x76,0x16,0x02,0x58,0x02,0x11,0xf9,0x48, +0x06,0x40,0xfd,0xcc,0xc8,0x6f,0x7f,0x5c,0x15,0x03,0x58,0x02,0xf1,0x01,0x2e,0xfd, +0x8f,0xe3,0x5f,0xfe,0x3a,0xfe,0x33,0x30,0x1b,0xf2,0x2f,0xb1,0x08,0xf4,0x56,0xfa, +0xa0,0x40,0x6e,0x60,0x00,0x21,0x11,0x86,0x21,0x00,0x0d,0x2c,0x4b,0x11,0x5f,0xcf, +0xc4,0x00,0xbe,0x2c,0x00,0x24,0xdd,0x60,0x50,0x04,0x77,0xbf,0xb7,0x75,0x72,0x15, +0x21,0x50,0x09,0x1c,0x10,0x01,0x0a,0x00,0x48,0xf7,0x9f,0xa7,0xfb,0x14,0x00,0xd3, +0x45,0xff,0x50,0x09,0xf6,0x9f,0x96,0xfb,0x4f,0xe0,0xbf,0xff,0x20,0x14,0x00,0xe1, +0x6d,0xb5,0x00,0x02,0x44,0x9f,0xa4,0x43,0x4f,0xe0,0x00,0x08,0x61,0x1f,0x6e,0xbe, +0xf1,0x03,0xe0,0x00,0x0b,0xf5,0x1b,0xbb,0xdf,0xdb,0xbb,0x6f,0xf3,0x22,0x3e,0xf3, +0x00,0x00,0x7f,0x80,0x5c,0x0e,0x11,0xe0,0x0a,0x00,0x10,0x06,0x0f,0xbc,0x01,0xc4, +0x00,0x24,0x02,0x10,0xa5,0x88,0x02,0x5f,0x86,0x91,0x6f,0xfc,0xaa,0xa5,0x8f,0xfc, +0xaa,0xaa,0xa1,0xe8,0x03,0x01,0x41,0x08,0xf1,0x01,0x0c,0xfe,0x6f,0xf3,0x1a,0xfc, +0x28,0xff,0x41,0x10,0x2d,0xf4,0x0d,0xf6,0x5f,0xf5,0x46,0x13,0x72,0x40,0x03,0x39, +0xff,0xfd,0x40,0x22,0x2b,0xff,0x20,0xf6,0x8f,0xdb,0xa4,0x00,0x24,0xc2,0x90,0x97, +0x7b,0xff,0xff,0xb7,0x30,0x0d,0xff,0xfb,0xf1,0x50,0xd1,0xcf,0xff,0xd0,0x05,0xfa, +0x30,0x13,0x33,0x33,0x31,0x04,0x9c,0x20,0x6c,0x8e,0x11,0xaf,0xa3,0x03,0x7a,0x0f, +0xfa,0x8f,0xf7,0xaf,0xd8,0xbf,0x0a,0x00,0x05,0x1e,0x00,0x00,0x93,0x07,0x12,0x05, +0xa3,0xc3,0xf0,0x0a,0xff,0xf7,0x00,0x2e,0xff,0xb6,0x10,0x00,0x07,0xef,0xfc,0xff, +0xc9,0xff,0xef,0xff,0xfb,0x30,0x0a,0xfd,0x40,0x4c,0x4e,0xf9,0x01,0x1a,0xe8,0x12, +0x60,0x1e,0x6f,0x13,0x44,0x27,0xa3,0x10,0xef,0x42,0xae,0x51,0x60,0xff,0x38,0x93, +0x00,0xfa,0x96,0x40,0xf1,0xff,0x3e,0xf3,0x0a,0x00,0x00,0x3b,0x24,0x20,0x5f,0xd0, +0x7e,0x11,0x61,0x30,0x06,0xf8,0xff,0xaf,0x70,0x10,0xbb,0x51,0x04,0xfa,0xff,0xef, +0x10,0x0a,0x00,0x51,0x02,0x32,0xff,0x53,0x10,0x28,0x00,0x01,0x35,0xf9,0x0b,0x0a, +0x00,0x90,0x03,0x3c,0xff,0x63,0x35,0x55,0xff,0xb5,0x55,0x48,0x82,0x02,0x87,0xa7, +0x10,0xe0,0x58,0x0c,0x10,0x1f,0x65,0xb0,0x70,0xe0,0x04,0xff,0xff,0xdf,0xcf,0xf4, +0x5f,0x2a,0x61,0x1e,0xf9,0xff,0x4e,0x7f,0xf4,0xa6,0x8a,0x41,0xf2,0xff,0x33,0x0f, +0x0a,0x00,0xe3,0x0e,0x70,0xff,0x30,0x0f,0xf7,0x44,0x44,0xaf,0xe0,0x04,0x00,0xff, +0x30,0x3c,0x00,0x09,0x0a,0x00,0x00,0x28,0x00,0x2e,0x7e,0xd0,0x15,0x1c,0x04,0x3a, +0x8e,0x00,0x0f,0x4d,0xd0,0x08,0x69,0xf8,0x9a,0x69,0x99,0xdf,0xd9,0x99,0x80,0x0e, +0xc9,0xf8,0x1d,0x95,0x00,0xec,0xb3,0xd2,0xfa,0xfa,0xfb,0x12,0x22,0xaf,0xb2,0x22, +0x20,0x06,0xfd,0xfd,0xf5,0x7c,0x6e,0x50,0x04,0xfe,0xff,0xf0,0x09,0x28,0x00,0xb0, +0x40,0x05,0x5b,0xfa,0x52,0x88,0x88,0xcf,0xd8,0x88,0x83,0x9d,0x19,0x02,0x92,0x5f, +0x43,0x1e,0xef,0xff,0xe6,0x36,0x0b,0x22,0x2f,0xfd,0x96,0x3f,0x00,0xf2,0x56,0x70, +0xb0,0x0f,0xfc,0xaa,0xaa,0xff,0x30,0xaa,0xfc,0x70,0x0f,0xf8,0x55,0x55,0xff,0x30, +0x07,0xcf,0x07,0x02,0xbd,0x84,0x50,0xfb,0xf8,0xa5,0x0f,0xf4,0xef,0x9d,0x20,0x3f, +0xc9,0xd9,0x32,0x01,0xd0,0x2b,0xc1,0x59,0xf8,0x00,0x0f,0xfa,0x99,0x99,0xff,0x30, +0x03,0x09,0xf8,0x56,0x7b,0x00,0x48,0x7a,0x01,0x0a,0x00,0x00,0x21,0xde,0x02,0x0a, +0x00,0x2b,0xaf,0xe8,0x56,0x52,0x05,0x1f,0x07,0x30,0x12,0x46,0x8a,0x65,0x2d,0x14, +0xcd,0xbe,0x31,0x01,0xca,0x06,0x90,0xda,0x85,0x20,0x00,0x00,0x34,0x43,0x8f,0xfa, +0x5f,0x03,0x02,0x23,0xe7,0x31,0x09,0xfc,0x10,0xf7,0x6e,0x12,0x01,0x34,0x92,0x01, +0xba,0x08,0x02,0x1f,0x65,0x50,0xee,0xff,0xfe,0x40,0x60,0xc0,0x45,0x61,0x05,0xef, +0xf9,0x10,0xdf,0x90,0xf1,0x09,0x30,0xc3,0x01,0x28,0xc7,0x6f,0x32,0xcf,0xff,0xfe, +0xec,0x36,0x10,0xaf,0x7f,0x03,0x80,0xba,0x8a,0xff,0x20,0x04,0x97,0x53,0x22,0x86, +0x0b,0x90,0xc2,0x00,0x00,0x9c,0x60,0x1f,0xf4,0x09,0xe3,0xc9,0x70,0xa0,0xfa,0x01, +0xff,0x43,0xef,0xf7,0x00,0x01,0xbf,0xfb,0x68,0x34,0x90,0xdf,0xfa,0x00,0xcf,0xfa, +0x14,0x46,0xff,0x40,0x1a,0x5a,0x30,0xb8,0x00,0xdf,0xb2,0x05,0x11,0xb8,0xc0,0x0f, +0x13,0xc5,0xad,0x45,0x06,0xea,0x59,0x21,0x70,0x04,0xe2,0x10,0x00,0xe8,0x88,0x13, +0x0b,0xe4,0x0c,0x32,0xf4,0x78,0x0a,0xe6,0x14,0x41,0xef,0x82,0xff,0xb0,0x1e,0x5a, +0x30,0x2d,0xfe,0x5c,0x27,0x12,0x00,0x1a,0x6c,0x01,0x22,0x1c,0x01,0x7a,0x99,0x33, +0xcd,0xff,0xa3,0x3c,0x5a,0x40,0x2e,0xfb,0xcf,0x40,0x0a,0x00,0x00,0x91,0xd5,0x21, +0xaf,0xa0,0x0a,0x00,0x12,0x4f,0x91,0x7f,0x01,0xaf,0xd7,0x31,0xec,0x9f,0xf2,0x0a, +0x00,0x20,0x07,0x51,0x50,0x36,0x10,0x2f,0x75,0xab,0x32,0x94,0x5b,0x6f,0x1e,0x00, +0x51,0x08,0xfa,0xaf,0x6e,0xf5,0x0a,0x00,0x50,0x0c,0xf6,0x7f,0x97,0xa7,0xaa,0x5a, +0x61,0x50,0x1f,0xf2,0x5f,0xb0,0xaf,0x69,0x06,0x52,0x5f,0xd0,0x39,0x40,0x9f,0x28, +0x33,0x16,0x40,0x2c,0x06,0x17,0xc6,0x13,0x8e,0x12,0x8f,0x38,0x1b,0x02,0xab,0xfc, +0x20,0xff,0xf3,0x52,0x1a,0xf0,0x0b,0xc7,0x11,0xef,0x71,0x5f,0xf0,0x00,0x03,0xff, +0x27,0xff,0x30,0xef,0x50,0x8f,0xa0,0x00,0x2e,0xfd,0x9f,0xf7,0x00,0xff,0x40,0xcf, +0x60,0x02,0x03,0xe1,0xc0,0x01,0xff,0x31,0xff,0xee,0xa1,0x09,0x7c,0xfe,0x54,0x02, +0xff,0x26,0xf0,0x00,0xd0,0xf5,0xfe,0x03,0xff,0x71,0x22,0x9f,0xa0,0x04,0xff,0xa7, +0xef,0x44,0xc0,0x97,0x01,0x69,0xfc,0x10,0x96,0x7f,0x68,0xa0,0x10,0x0e,0xfd,0xa7, +0x6f,0x89,0xfe,0xfe,0x1b,0xfa,0xed,0x01,0xe0,0x69,0x0c,0xf7,0xcf,0xcf,0xf2,0x00, +0x0a,0xd6,0xea,0xcf,0x2f,0xf4,0x2f,0x44,0x7f,0x80,0xf4,0xfd,0x7f,0xbf,0xf0,0x1d, +0xff,0x80,0x98,0x03,0xf2,0x0b,0x3b,0xef,0xa2,0xdf,0xff,0xf9,0x00,0x2f,0xe0,0xdf, +0x14,0xff,0xbf,0xff,0x59,0xff,0xe2,0x3d,0xa0,0x65,0x04,0xed,0x3e,0xe4,0x00,0x5e, +0x7e,0xb4,0x11,0x03,0xf1,0xd1,0x16,0x02,0xa8,0x9d,0x21,0xa0,0x01,0x1b,0x1e,0x00, +0xad,0x33,0x13,0x1f,0x65,0x36,0xf0,0x0c,0x2e,0x51,0xff,0x78,0xff,0x69,0xfe,0x02, +0xfe,0x1a,0xfa,0x1f,0xf1,0x3f,0xe0,0x5f,0xe1,0xcf,0xb7,0xff,0x11,0xff,0x13,0xfe, +0x05,0xfe,0x3f,0xe6,0x89,0x00,0x13,0x00,0x51,0xe0,0x97,0xcf,0xc5,0x01,0x13,0x00, +0x42,0x00,0x4f,0xe7,0xf6,0x39,0x00,0x41,0x2e,0xf4,0x4f,0xd1,0x4c,0x00,0x10,0x2e, +0x2a,0x6b,0x91,0xf4,0x6f,0xf3,0x8f,0xe0,0xef,0xeb,0x99,0x92,0x26,0x00,0x42,0x04, +0x20,0x00,0x53,0x39,0x00,0x41,0xaa,0x5d,0x5f,0x91,0x13,0x00,0x42,0x0e,0xe5,0xf5, +0xce,0x13,0x00,0x41,0xfd,0x3f,0x78,0xf4,0x39,0x00,0x41,0x3f,0xb2,0xf9,0x38,0x65, +0x09,0xc2,0xe6,0xf7,0x1a,0x30,0x01,0xff,0x43,0x33,0x38,0xfe,0x19,0x40,0x9f,0xbd, +0x28,0x4d,0xc0,0xf3,0x02,0x54,0xd7,0x00,0x00,0x0a,0xc6,0x74,0xf6,0x24,0x3f,0xf5, +0x87,0x66,0x11,0xbf,0xe1,0x3e,0x30,0x8f,0xc2,0xd4,0x85,0x07,0x00,0xc3,0x6e,0xc0, +0x2b,0xfd,0x3f,0xff,0x40,0x1e,0xf8,0x00,0x1d,0xfb,0x7f,0xf6,0xde,0x24,0x10,0xe1, +0x13,0x02,0x30,0x90,0x9d,0x2c,0xa2,0x03,0x81,0x0c,0xae,0xfe,0x10,0x01,0x02,0xff, +0xf8,0xe2,0x6d,0x31,0xf1,0x00,0x5e,0x28,0xe8,0xf0,0x02,0xef,0x78,0xf6,0x5c,0xff, +0xe6,0xcf,0xfd,0x70,0x2f,0xff,0xff,0xfb,0xcf,0xfb,0x30,0x09,0xb6,0x67,0xf0,0x07, +0xdb,0xfe,0x2b,0x33,0xfd,0x60,0x2a,0x70,0x05,0x30,0x00,0x86,0x00,0x04,0xdf,0xfd, +0x30,0x00,0x07,0x94,0xa6,0xfc,0x10,0x10,0xf0,0x05,0x30,0x00,0x0b,0xf4,0xf9,0xaf, +0x11,0xc8,0x30,0x13,0x00,0x00,0x0d,0xf0,0xfb,0x6f,0x6a,0xff,0xfd,0x81,0xe9,0xf8, +0xb1,0xed,0x19,0x20,0x49,0xff,0xff,0xa2,0x00,0x4f,0x90,0x98,0x57,0x21,0x10,0xf9, +0x13,0x3a,0x01,0x91,0x14,0x19,0xb0,0x71,0x08,0x24,0xe9,0x10,0x28,0x0e,0x12,0xfe, +0x30,0x19,0x02,0x11,0x95,0x02,0x0a,0x00,0x50,0x7f,0xd0,0xd7,0x08,0xfa,0x7e,0x28, +0x00,0xc7,0x0a,0x20,0x28,0xf9,0xc4,0x51,0x51,0x2d,0xfd,0x8f,0xf7,0x08,0x0a,0x00, +0x10,0x4f,0x3a,0x86,0x02,0x2f,0x52,0x33,0x9d,0xff,0x33,0x32,0x00,0xe1,0x4f,0xf4, +0xee,0x08,0xfa,0x22,0x26,0xff,0x00,0x03,0xff,0x93,0xcf,0x48,0x28,0x00,0x00,0x4f, +0x01,0x11,0x98,0x0a,0x00,0x52,0x0e,0xff,0xda,0x8f,0xc8,0xba,0xad,0x32,0x20,0x00, +0x1a,0x32,0x00,0x51,0x07,0xa3,0xbb,0xaf,0x38,0x64,0x00,0x51,0x0b,0xf3,0xfe,0x6f, +0x88,0x28,0x00,0x51,0x0d,0xf2,0xdf,0x3f,0xc8,0x0a,0x00,0x50,0x0f,0xf0,0xcf,0x2b, +0x69,0x1e,0x00,0x52,0x20,0x3f,0xc0,0xbf,0x31,0x68,0x08,0x47,0x2a,0x80,0x32,0x01, +0xc4,0x23,0x0d,0xf4,0x10,0x14,0xe7,0xff,0xf7,0x23,0x08,0xfe,0x0a,0x00,0x00,0xd2, +0x00,0xc2,0x24,0x44,0xbf,0xe4,0x44,0x40,0x00,0x7f,0xd0,0x81,0xaf,0xff,0x4a,0xd8, +0x31,0x47,0xfe,0xae,0xcf,0x52,0x42,0x1c,0xfc,0x4e,0xf7,0x28,0x00,0x00,0xc2,0x4d, +0x02,0x93,0x09,0x52,0x0c,0xad,0xff,0x31,0x1f,0x3c,0x1a,0x42,0x3f,0xf8,0xf9,0x1f, +0x2d,0x63,0x32,0xef,0x82,0xfe,0x70,0x8c,0x10,0x2e,0x2d,0x48,0x00,0x0a,0x00,0x00, +0x12,0x38,0x21,0xdf,0x7b,0xea,0x01,0x52,0x06,0x52,0x00,0x38,0x0b,0x0a,0x00,0x50, +0x83,0x96,0xfb,0x0b,0xf7,0x59,0x43,0x42,0x0b,0xf5,0xf9,0xcf,0x0a,0x00,0xe1,0x0d, +0xf1,0xfc,0x7f,0x4b,0xf9,0x22,0x25,0xff,0x10,0x1f,0xe0,0xee,0x3e,0xa9,0x86,0x52, +0x10,0x4f,0xa0,0xdd,0x00,0x32,0x00,0x21,0x03,0x40,0xa9,0x14,0x00,0xff,0x3e,0x14, +0x03,0x3f,0xf2,0x00,0x0f,0x90,0x13,0xdf,0x51,0xd6,0x02,0x17,0x98,0x00,0xd3,0x05, +0xf1,0x0a,0x82,0xb2,0x00,0x6f,0xf2,0x02,0xff,0x10,0x02,0xfd,0x0a,0xf5,0x02,0xff, +0x94,0x8c,0xfe,0x00,0x1d,0xfb,0x9f,0xc0,0x7f,0xfb,0x03,0x70,0x1a,0x00,0xf9,0xda, +0x93,0xcc,0xff,0xec,0x60,0x09,0x6b,0xfa,0x20,0x8f,0x2f,0x1a,0xf2,0x12,0xe5,0xf2, +0x1f,0xf5,0x8f,0xb4,0xcf,0x70,0x00,0xbf,0x44,0xf6,0x1f,0xf0,0x4f,0xa0,0xaf,0x70, +0x09,0xff,0xff,0xfb,0x1f,0xf2,0x6f,0xa1,0xbf,0x70,0x1f,0xff,0xfb,0xde,0x1f,0xc2, +0xc8,0x50,0x62,0x00,0x43,0x1f,0xff,0x19,0x28,0x40,0x06,0xd4,0xc4,0xe2,0x1b,0x85, +0x80,0x12,0x10,0x09,0xf4,0xf4,0xf7,0x1f,0xf0,0x4e,0xda,0x60,0x0b,0xd1,0xf6,0xbb, +0x1f,0xf0,0x75,0x07,0x41,0x0e,0xa0,0xf7,0x7e,0x5e,0x96,0x42,0xf0,0x2f,0x60,0xe6, +0x3a,0x3c,0x31,0xa0,0x16,0x20,0xbe,0xe8,0x01,0x6a,0xcd,0x14,0x10,0xc4,0x0a,0x20, +0x04,0xf9,0x46,0x2c,0x11,0x20,0x9a,0xba,0x10,0x00,0xfd,0xf9,0x11,0x00,0xa3,0x23, +0x10,0xac,0x7b,0x58,0x63,0xc0,0x00,0x8f,0xc3,0xe5,0xdf,0x4d,0x2d,0xf0,0x04,0x2b, +0xfd,0x44,0x4e,0xfc,0x45,0x74,0x40,0x0c,0xfc,0x8f,0xf4,0x00,0x6f,0xf3,0x2e,0xe0, +0x00,0x5f,0x1f,0xd5,0x20,0xef,0xa0,0xe2,0xc8,0xe2,0xfe,0xff,0x30,0x1b,0xff,0x88, +0x9d,0xff,0x10,0x02,0x1e,0xfa,0xa8,0xbf,0x90,0x01,0xf1,0x05,0xaf,0xd2,0xfd,0x6f, +0xff,0xec,0xa8,0x9f,0xf0,0x07,0xff,0x77,0xff,0x56,0x75,0x11,0x33,0x0c,0x30,0x3f, +0x76,0x1e,0x20,0x44,0xfe,0x6b,0x11,0x60,0x97,0x8e,0x50,0xff,0x34,0xfe,0x94,0x06, +0xf0,0x1e,0x01,0x82,0x02,0xff,0x14,0xfe,0x00,0x00,0x0a,0xe6,0xf7,0xf8,0x06,0xfe, +0x04,0xfe,0x07,0x60,0x0c,0xf4,0xf7,0xec,0x0c,0xfa,0x04,0xfe,0x0a,0xf5,0x0e,0xe1, +0xf9,0x9a,0x8f,0xf4,0x04,0xff,0x0c,0xf3,0x2f,0xb0,0xfb,0x0b,0xff,0xa0,0x03,0x2a, +0x2c,0x40,0x70,0x95,0x09,0xfc,0x0e,0xb0,0x10,0x70,0xc7,0x00,0x04,0x9b,0xdd,0x17, +0xb5,0x5c,0xfa,0x02,0x3a,0x02,0x00,0xc8,0x00,0x13,0xaf,0xe4,0xa9,0xf1,0x0b,0xc3, +0xb2,0x12,0x95,0x17,0x62,0x48,0x40,0x02,0xff,0x2b,0xfc,0x08,0xfb,0x2f,0xf1,0xcf, +0x70,0x1c,0xfc,0x8f,0xf3,0x2f,0xf2,0xbf,0x66,0x5f,0xbe,0xf0,0x01,0x80,0xbf,0x76, +0xfc,0x2f,0xf2,0x00,0x0b,0x9e,0xfd,0x21,0x9f,0xa3,0xfe,0x2d,0xf5,0xca,0x47,0x50, +0xf9,0x0d,0xf5,0x8f,0xb2,0x3e,0x23,0x81,0x64,0xfe,0x04,0xfe,0x1d,0xf5,0x7f,0xd0, +0x94,0x47,0xa2,0x84,0x04,0x50,0x08,0x30,0x0e,0xfe,0xb9,0xaf,0x8f,0xef,0x29,0x42, +0x10,0x00,0x55,0x3f,0x9a,0x01,0xd2,0xb6,0xc9,0xfa,0x02,0x22,0xaf,0xd2,0x22,0x10, +0x0b,0xf6,0xf9,0xde,0xcc,0x2d,0x51,0x0d,0xf3,0xfb,0xaf,0x20,0x0a,0x00,0x50,0x0f, +0xf0,0xfc,0x68,0x32,0x1e,0x00,0x43,0x20,0x2f,0xd0,0xee,0x16,0x03,0x34,0x4e,0x90, +0x31,0x20,0x03,0x1f,0x10,0x90,0x24,0x01,0x00,0x5e,0x5a,0x01,0x04,0x04,0x00,0x53, +0x18,0xa2,0xdf,0xfd,0xdd,0xd8,0x00,0x00,0x2f,0xd1,0x20,0x01,0x03,0x31,0xf1,0x08, +0x9f,0x68,0xf4,0x06,0xfe,0x10,0x1e,0xf5,0x00,0x03,0xfc,0x1f,0xf2,0x0b,0xfe,0xaa, +0xaf,0xf1,0x00,0x1d,0xfb,0xbf,0x90,0xbc,0xc9,0x00,0x27,0x08,0xb1,0x10,0x13,0x33, +0x33,0xcf,0x90,0x00,0x06,0x5d,0xf9,0x71,0xaf,0x1b,0x63,0xc1,0x00,0x5f,0xb8,0xf3, +0xff,0x52,0x03,0x90,0x48,0xf8,0x4a,0x74,0x9f,0xf4,0x5e,0x50,0x0f,0xbb,0xce,0xc0, +0xe1,0x7f,0xf6,0xdf,0xb0,0x0c,0xfd,0xa7,0x95,0x0c,0xfa,0x7f,0x76,0x1c,0x60,0x10, +0x02,0x80,0x03,0xd4,0xaf,0x13,0xe7,0xe0,0xb5,0xf6,0xf3,0x00,0x4d,0xff,0xef,0xf5, +0x00,0x0c,0xe6,0xf4,0xf8,0x2b,0x8a,0xad,0xf1,0x11,0x30,0x0d,0xd4,0xf5,0xdb,0xff, +0xf7,0x7f,0xb0,0xdf,0xf5,0x1f,0xa3,0xf6,0x00,0xcb,0x30,0x9f,0xb0,0x2e,0xf5,0x3f, +0x71,0x51,0x00,0x10,0xef,0xff,0x80,0x02,0x80,0x02,0x0e,0xe0,0x0e,0x97,0xff,0x06, +0xde,0xa3,0x11,0x3f,0x7c,0x4c,0x43,0xf8,0x9f,0xe8,0x82,0x2f,0x6f,0x50,0xff,0xfc, +0x04,0xfc,0x03,0x45,0x28,0x70,0x44,0x4f,0xd0,0x0a,0xf9,0xdf,0x80,0x08,0xfa,0x30, +0xfd,0x00,0x1e,0x2f,0xc0,0xf0,0x04,0xf8,0x8f,0xe8,0x60,0x07,0xef,0xfd,0x40,0x03, +0xff,0x99,0xfe,0x99,0x9f,0xff,0xbd,0xff,0xd4,0x3f,0x3d,0x07,0x40,0xeb,0x30,0x08, +0xec,0x61,0x24,0x30,0xfe,0x21,0x26,0xc8,0x02,0x64,0x37,0xbf,0xff,0x97,0x9f,0xf7, +0xed,0x17,0x21,0xc5,0x76,0x30,0xf4,0x91,0xef,0xe9,0x30,0x4e,0xfb,0x20,0x00,0x6a, +0xef,0x8e,0x08,0xf0,0x1d,0xfe,0x40,0x0a,0xff,0xed,0xbb,0xcf,0xf6,0x55,0x37,0xf9, +0x00,0x21,0x2a,0x82,0x07,0xfe,0x05,0xf9,0x23,0x00,0x03,0x9f,0xfb,0x10,0x7f,0xe0, +0x6d,0xff,0xa2,0x04,0xff,0xd5,0x0b,0xce,0xfc,0x00,0x05,0xdf,0xa0,0x02,0x40,0x00, +0x9f,0x98,0x8b,0x00,0xa9,0x12,0x10,0xb4,0x2d,0x49,0x14,0x80,0xd0,0x4e,0x22,0xff, +0xa0,0x13,0xb1,0xb2,0x0c,0xcd,0xff,0xdc,0xcc,0x50,0x00,0xaf,0xa3,0xe5,0x0f,0x1b, +0xa6,0x31,0xff,0x1b,0xfd,0xf2,0xae,0x52,0x60,0x2d,0xfc,0x8f,0xf4,0x14,0x00,0x41, +0x4f,0xff,0xff,0xb0,0x9e,0x09,0x30,0x60,0x0f,0xde,0x16,0x98,0x10,0x11,0x07,0x39, +0x42,0x2f,0xfd,0xd2,0x0f,0xe8,0x42,0xf1,0x03,0xdf,0xa7,0xf7,0x0a,0xaa,0xbf,0xfa, +0xaa,0x40,0x2d,0xff,0xdf,0xfb,0x11,0x11,0x3f,0xf1,0x3b,0x48,0x2c,0xd0,0xcf,0xff, +0xbf,0xf9,0xef,0xb0,0x08,0x74,0x10,0x85,0xad,0xff,0x8f,0x71,0x91,0x30,0x63,0x76, +0xf4,0x45,0x97,0x90,0xa0,0x00,0x0b,0xf7,0xf7,0xf9,0x1e,0xf8,0x3f,0x22,0xa8,0xf1, +0x10,0xf4,0xf7,0xdb,0xcf,0xe1,0x3f,0xf9,0xfe,0x40,0x0f,0xd2,0xf9,0x0a,0xff,0x42, +0x6f,0xf1,0xdf,0xf1,0x4f,0xa1,0xd7,0x00,0xc3,0x2f,0xff,0xe0,0x2d,0x40,0x17,0x50, +0xc3,0x14,0x1a,0x40,0x8f,0x96,0x00,0x91,0xa8,0x23,0x8d,0x40,0xc1,0x81,0x01,0xa2, +0x73,0x40,0x4f,0xd0,0x00,0xcd,0xb1,0x10,0x52,0x40,0x0a,0xf6,0x6b,0x1e,0x53,0x1c, +0x40,0xfe,0x0d,0xf6,0xef,0x96,0x09,0x50,0x50,0xbf,0x96,0xfd,0x0e,0xb2,0x3b,0x21, +0xf5,0x4f,0x7e,0x52,0x00,0xd6,0x04,0x60,0xed,0xef,0xb0,0x0e,0xfc,0xbb,0x21,0x68, +0x51,0x3f,0xfb,0xd0,0xef,0x10,0xfd,0x12,0x22,0xf5,0x9f,0xe0,0x10,0x10,0x2e,0xd9, +0x0a,0xf1,0x0d,0xfd,0xcf,0xaf,0xce,0xf0,0xff,0xfe,0xcf,0xcf,0xff,0x85,0xf0,0xf5, +0xaf,0x05,0x41,0x00,0x95,0xff,0xf8,0x6f,0x0f,0x6a,0xf0,0x7a,0x6b,0xad,0x5f,0x43, +0x00,0xf0,0x00,0x0b,0xf7,0xf8,0xf9,0xfb,0xfe,0xdf,0xcf,0xde,0xf0,0xdf,0x4f,0x7f, +0xff,0x9f,0x26,0x00,0xf0,0x09,0x0f,0xd3,0xf6,0x9f,0xf5,0xf8,0x5f,0x0f,0x5a,0xf4, +0xfa,0x1a,0x42,0xfd,0x3f,0x84,0xa0,0x96,0xcf,0x2b,0x60,0x00,0x03,0x73,0xfe,0x7e, +0x1c,0xa0,0xc0,0xf1,0x01,0x0d,0x03,0x12,0xd6,0x62,0xde,0x03,0x3e,0x10,0x01,0x0a, +0x00,0x00,0x5b,0x35,0x02,0x02,0x0a,0x33,0x9f,0xa4,0xd6,0x1b,0xd5,0x32,0xff,0x1c, +0xfa,0x1e,0x00,0x50,0x1d,0xfb,0x8f,0xf1,0xad,0x37,0x1f,0x00,0x26,0x23,0x12,0x70, +0x93,0x04,0xf1,0x1e,0x0c,0xae,0xfc,0x00,0xbf,0x66,0x8f,0x59,0xaf,0x90,0x00,0x4f, +0xe7,0xf4,0xbf,0x5e,0x9f,0x6f,0xaf,0x90,0x02,0xef,0x55,0xf9,0xbf,0x1d,0xbf,0x9c, +0x5f,0x90,0x2e,0xff,0xff,0xfd,0xbf,0xdc,0xef,0xed,0xef,0x90,0x0e,0xff,0xda,0xef, +0xcf,0x32,0x00,0x60,0x04,0x30,0x00,0x73,0x00,0x2f,0xcc,0x5b,0x30,0x07,0xa4,0xb8, +0xdf,0x2c,0xf0,0x0d,0xef,0xc0,0x00,0x0b,0xf5,0xf7,0xf9,0x09,0xfe,0xcf,0x9b,0xfa, +0x00,0x0d,0xf2,0xf8,0xdd,0xaf,0xf4,0xaf,0x91,0xff,0xb0,0x0f,0xd1,0xf9,0xad,0xff, +0xa5,0xfd,0xe4,0xe2,0x4f,0x90,0xfa,0x10,0x77,0x00,0xaf,0x90,0x06,0x30,0x18,0x50, +0x30,0x3b,0xc8,0x07,0x05,0x03,0x10,0x81,0x90,0x01,0x01,0xc0,0x47,0x15,0xf7,0x6f, +0x05,0x23,0xf1,0x02,0xa7,0x10,0x40,0x7f,0x85,0xa4,0xff,0xe9,0x1e,0x61,0xf1,0x01, +0xee,0x1c,0xf8,0xff,0x1b,0x00,0xa0,0x0a,0xf7,0x5f,0xc1,0x9b,0xfa,0x11,0x11,0x26, +0x60,0xdd,0xfa,0x12,0x08,0x2d,0xb9,0xf0,0x00,0xee,0xf8,0x00,0x0d,0xf9,0xcc,0xff, +0xdc,0xc1,0x01,0x2f,0xc9,0xc0,0x3f,0xf0,0xff,0x0b,0xf0,0x09,0x01,0xdf,0x28,0xf2, +0xbf,0xe0,0xbb,0xff,0xff,0xc0,0x1d,0xff,0xef,0xfc,0xff,0xe0,0xff,0xcc,0xdf,0xc0, +0x0f,0xfd,0xb8,0xbd,0x83,0x5c,0xf1,0x03,0x3f,0xc0,0x02,0x00,0x02,0x92,0x9f,0xe0, +0xff,0xbb,0xcf,0xc0,0x0c,0xb7,0xf5,0xf4,0x0f,0xe0,0x9a,0xeb,0xe1,0xc7,0xf3,0xf8, +0x0f,0xe0,0xff,0x11,0x4f,0xc0,0x0f,0xa6,0xf3,0xdc,0x0f,0x28,0x00,0x42,0x3f,0x84, +0xf5,0x76,0x1e,0x00,0xa0,0x6f,0x52,0x71,0x00,0x0f,0xe0,0xff,0xee,0xef,0xc0,0xde, +0x4e,0x00,0x1e,0x00,0x40,0x2e,0xb0,0x00,0x03,0x35,0x06,0x30,0x22,0x00,0x31,0x11, +0x00,0x61,0x00,0x0e,0xe0,0xaf,0x40,0xfe,0x16,0x6c,0x40,0x5f,0xa0,0xdf,0x14,0x0f, +0x25,0xf0,0x18,0x54,0x00,0xcf,0x20,0xff,0x07,0xf9,0x00,0x00,0xee,0x3f,0xc6,0xfb, +0x04,0xff,0xaa,0xff,0x10,0x06,0xf7,0x9f,0x8e,0xff,0xb9,0xfe,0xff,0xff,0x80,0x2e, +0xfa,0xfe,0x0a,0xbf,0xae,0xe2,0xaf,0x9e,0xf0,0x1f,0xa2,0x32,0xd0,0x8f,0x80,0xaf, +0x18,0x80,0x06,0x6f,0xf6,0x04,0xff,0x04,0x00,0x8c,0xe3,0x72,0xa0,0x5f,0x7e,0xff, +0x07,0xd5,0xcf,0x40,0x00,0x0b,0xfe,0x65,0xbe,0xf0,0x10,0xf5,0xcf,0xed,0x90,0x0f, +0xff,0xee,0xd5,0xef,0x0a,0xf3,0xcf,0xff,0xb0,0x06,0x51,0x05,0x60,0xef,0x0b,0xf2, +0xcf,0x40,0x00,0x05,0x64,0x6c,0x80,0xef,0x0d,0xf0,0x28,0x00,0xf4,0x20,0xf9,0xea, +0xc0,0xef,0x0f,0xf6,0xcf,0x40,0x00,0x0c,0xd7,0xf7,0xf0,0xef,0x3f,0xff,0xef,0x40, +0x00,0x0e,0xb6,0xf5,0xf2,0xef,0x8f,0xcf,0xff,0x61,0x00,0x2f,0x85,0xf3,0x91,0xef, +0xef,0x18,0xff,0xff,0xf1,0x3d,0x54,0xb1,0x00,0xef,0x88,0x00,0x3a,0x26,0xd7,0x11, +0x22,0x4e,0x02,0x13,0xe7,0x34,0xdf,0x00,0x6d,0x1c,0x60,0x09,0x99,0xef,0xa9,0x99, +0x60,0xbd,0x07,0x13,0x1f,0xac,0xc3,0xf0,0x0e,0x84,0xf7,0x1f,0xd4,0xad,0x44,0x7f, +0xb0,0x02,0xfe,0x0c,0xf9,0x1f,0xc1,0xef,0xdd,0xbf,0xb0,0x0c,0xfb,0x9f,0xf1,0x1f, +0xdd,0xd5,0x8f,0x7f,0xb0,0x4f,0xee,0x2f,0x70,0xda,0x9e,0xea,0x4f,0xb0,0x0d,0xad, +0xf1,0x55,0xf2,0x0d,0x5f,0xf9,0x4f,0xb0,0x00,0x1f,0xf7,0xd3,0x1f,0xc9,0xfc,0x9f, +0x6f,0xb0,0x00,0xcf,0x64,0xf8,0x1f,0xd7,0xa3,0x35,0x6f,0xb0,0x0a,0xff,0xdf,0xfc, +0x50,0x00,0xf0,0x03,0x1f,0xff,0xfc,0xef,0x1b,0xbb,0xbe,0xdb,0xbb,0x70,0x0c,0xa5, +0x10,0x77,0x00,0x00,0x3f,0xd0,0x46,0x01,0xf1,0x24,0x23,0x92,0x08,0x4b,0x9a,0xf7, +0x7e,0x10,0x07,0xf8,0xf8,0xf7,0x4f,0xcf,0xc2,0xfd,0x8f,0xa0,0x09,0xf4,0xf7,0xfb, +0x9f,0x8f,0xc0,0x52,0x2e,0xf2,0x0c,0xe1,0xf8,0xa9,0xff,0x4f,0xd0,0x05,0xfc,0xf9, +0x1f,0xa0,0xf9,0x02,0xb9,0x1f,0xfe,0xdf,0xf6,0x91,0x1a,0x50,0x20,0x3d,0xcc,0x19, +0xb0,0xc9,0x73,0x12,0xb3,0x22,0xa8,0x00,0x8d,0x0c,0x04,0xaa,0x5a,0xd1,0x2f,0xd0, +0x05,0x88,0x88,0xff,0xb8,0x88,0x70,0x00,0x9f,0x56,0xb2,0x85,0x96,0x60,0x40,0x02, +0xfd,0x0e,0xf5,0x78,0x3a,0x5c,0x63,0x20,0x0c,0xfa,0xaf,0xc8,0xff,0x0b,0x20,0xf3, +0x07,0xff,0x38,0xfa,0x9f,0xc8,0xfc,0x8f,0xe0,0x0c,0xae,0xfa,0x08,0xf8,0x6f,0xb5, +0xfb,0x5f,0xe0,0x00,0x3f,0xea,0xe9,0x76,0x4b,0x31,0xdf,0x48,0xf4,0x78,0x2e,0x00, +0xa2,0x67,0x21,0xf7,0xdf,0xac,0x22,0x01,0xc8,0x16,0xf2,0x04,0x85,0x55,0x55,0xff, +0x40,0x08,0x74,0x20,0xb5,0xdf,0xcb,0xbb,0xbb,0xff,0x40,0x05,0x64,0x88,0xf0,0x0a, +0x00,0x42,0x0b,0xf8,0xf8,0xf5,0x1e,0x00,0x30,0x0d,0xf4,0xf6,0x31,0x16,0x00,0x29, +0xb5,0xff,0x0d,0xd3,0xf7,0xa6,0x28,0xef,0x40,0xaf,0xc6,0x10,0x3f,0x92,0xf8,0x0a, +0xff,0xfb,0x40,0x5b,0xff,0xf1,0x17,0x40,0x10,0x06,0xc7,0x10,0x00,0x00,0x29,0x75, +0x34,0x03,0x64,0x6c,0x60,0x00,0x00,0x0a,0xe4,0xe7,0x03,0x02,0xb1,0xb6,0x11,0x30, +0x35,0x85,0x10,0xe4,0x9e,0x12,0x12,0xef,0x71,0x34,0x41,0xf3,0x78,0x0e,0xf3,0x95, +0xad,0xd4,0xfa,0x0f,0xf4,0xef,0xba,0xaa,0xaa,0xff,0x44,0xff,0xdd,0xfb,0x0f,0xcf, +0x8e,0x30,0x30,0xff,0x52,0xf3,0x09,0x40,0x53,0xcf,0x80,0x0f,0xb9,0x04,0x10,0xb6, +0x60,0x20,0x02,0x07,0x19,0xa0,0x3f,0xfd,0xdb,0x1f,0xff,0xa9,0xf7,0xf5,0xf9,0x2f, +0xfa,0x21,0xf1,0x04,0xf9,0x7f,0x4f,0x2f,0x90,0xee,0xa5,0x10,0x6f,0xef,0xdd,0xfc, +0xfb,0xf9,0x02,0x00,0x17,0x89,0xfb,0x26,0x00,0xe0,0x02,0x9f,0xfd,0xef,0x7f,0xa8, +0xf6,0xf4,0xf9,0x2b,0xff,0xfc,0x8f,0xf4,0x26,0x00,0xf1,0x03,0x93,0xff,0xa3,0x0a, +0xfb,0x3f,0x97,0xf4,0xf2,0xf9,0x08,0x20,0x00,0xcf,0x43,0xf9,0x7e,0x4d,0x3d,0x02, +0x67,0x70,0x3f,0x90,0x00,0x0a,0xd2,0xb6,0x36,0x05,0xbd,0x69,0x10,0xfc,0x29,0x8a, +0xc5,0xb9,0xcf,0xf0,0x0d,0xfb,0x8b,0xfe,0x88,0xff,0xa8,0xbf,0xf0,0x1b,0x00,0x40, +0x12,0x22,0x22,0x27,0x94,0x0a,0x24,0x20,0xaf,0x6d,0xcf,0x40,0x7a,0xaa,0xaa,0xad, +0x28,0x25,0x60,0xa4,0x00,0x47,0x77,0x7d,0xfc,0x7f,0x9d,0x06,0xb7,0xe5,0x10,0x9f, +0xa4,0x74,0x28,0x4d,0xf9,0x12,0x00,0x59,0xb3,0x33,0x33,0x33,0x3d,0x12,0x00,0x10, +0xc5,0x2b,0x7b,0x10,0xf9,0x6c,0x15,0x00,0xe9,0x13,0x50,0xf9,0x00,0x9a,0xdf,0xda, +0x57,0xa6,0x24,0xfd,0xaa,0xb8,0x1a,0x08,0xc0,0xd0,0x00,0xb5,0x18,0x22,0x0c,0x83, +0xa2,0xe2,0x00,0x69,0x4b,0x00,0x68,0xef,0x76,0x4d,0xfd,0x44,0x45,0xff,0xc4,0x44, +0x7d,0xbb,0x20,0x10,0x01,0x92,0x65,0x00,0x44,0x43,0x10,0x10,0xc6,0x27,0x21,0x6f, +0xf5,0x69,0x24,0x15,0x2f,0x40,0x14,0x03,0x84,0x6e,0x21,0xd4,0x00,0x98,0x6e,0x01, +0x48,0x16,0x15,0x0e,0xa6,0x25,0x06,0x0a,0x00,0x10,0x01,0x4b,0x6c,0x10,0xe2,0xa6, +0x24,0x08,0xea,0x14,0x04,0x5f,0xc1,0x00,0x26,0x17,0x32,0xfd,0xdf,0xe3,0xe9,0x44, +0x00,0x91,0x41,0xe1,0x93,0x00,0x00,0x18,0xbe,0xff,0xfe,0x30,0x02,0xdf,0xff,0xea, +0x82,0x0c,0x75,0xe7,0x62,0x07,0xef,0xff,0xc0,0x03,0x96,0x30,0x1a,0xf0,0x04,0x7a, +0x30,0x00,0x00,0x8c,0x30,0x00,0x03,0xeb,0x40,0x00,0x00,0x11,0x1c,0xfd,0x11,0x11, +0xbf,0xe1,0xca,0xe7,0x04,0x3a,0x41,0x00,0xfb,0x24,0x20,0xfb,0xaa,0x96,0x5a,0x30, +0x89,0x99,0x9b,0x53,0xfd,0x05,0x57,0x3c,0x10,0xf0,0x27,0xbd,0x10,0x36,0x36,0x2c, +0x16,0x32,0xe4,0x3a,0xf5,0x17,0x89,0x99,0x9a,0xcf,0x9a,0xbb,0x9c,0xc9,0x98,0x04, +0x9b,0xce,0xff,0xf9,0x7f,0xc3,0xff,0xa1,0x00,0x3d,0xcc,0xff,0x94,0x15,0xfe,0x07, +0xef,0xd0,0x07,0x77,0x7f,0xfa,0x77,0xaf,0xf7,0x78,0xfa,0x70,0x42,0x01,0xf0,0x0e, +0x03,0x33,0x3f,0xf7,0x45,0x4b,0xfd,0x3c,0xd6,0x30,0xbc,0xde,0xff,0xff,0xf4,0x4f, +0xfc,0xfd,0x20,0x0e,0xfe,0xdf,0xfb,0x87,0x12,0xff,0xfd,0x15,0x70,0xea,0x9b,0xc1, +0x6c,0xff,0xff,0xd4,0xbf,0x40,0x6c,0xdf,0xf2,0x8f,0xff,0xc9,0x30,0x0b,0x60,0xd7, +0x00,0xd8,0x20,0x04,0xbe,0x3f,0xbf,0x02,0xd5,0x26,0x02,0x52,0x84,0x11,0xc0,0x19, +0x0a,0x12,0x3f,0x88,0xd2,0x14,0xf7,0xc4,0x48,0x10,0xfb,0xc0,0x1b,0x31,0x19,0xfd, +0x11,0x8d,0x7f,0x00,0x26,0x00,0x10,0x7f,0x52,0xaa,0x0d,0x14,0x57,0x00,0x46,0x99, +0x22,0x4c,0xff,0xb3,0x44,0x42,0x01,0x8f,0xff,0xd3,0xbd,0x53,0x03,0x4f,0x01,0x00, +0xda,0x0b,0x00,0x3c,0x06,0x62,0xfa,0x00,0x0d,0xfd,0x8f,0xf4,0xd9,0xfb,0x14,0x23, +0x01,0x63,0x00,0xfe,0xfc,0x03,0x86,0x72,0x00,0x8b,0x30,0x02,0xb5,0xa5,0x14,0x1f, +0xb2,0x6d,0x07,0x26,0x00,0x10,0xf5,0xcc,0x9a,0x01,0x09,0xf8,0x10,0x20,0x83,0x4b, +0x13,0xb0,0x0a,0x00,0x31,0x29,0xff,0xfc,0x90,0x00,0x20,0x83,0x8d,0x97,0x01,0x00, +0x0a,0x00,0x11,0x9d,0x40,0x38,0x00,0x95,0x16,0x21,0x05,0x63,0x26,0x8a,0x81,0xee, +0xff,0xee,0x20,0x00,0xef,0x86,0x9b,0x0a,0x15,0x21,0x25,0xac,0xde,0x26,0x40,0x12, +0xff,0x31,0x09,0x73,0x64,0x70,0x20,0x02,0x23,0xff,0x42,0x28,0xfc,0x32,0x00,0x01, +0x4f,0x7f,0x01,0x8d,0x08,0xf2,0x01,0x2e,0xef,0xff,0xfe,0xe0,0x00,0xef,0xa9,0xbd, +0xf0,0x00,0x1e,0xff,0xe1,0x09,0xcf,0xa2,0x81,0x30,0xff,0xfd,0x0f,0xb7,0x95,0x01, +0xe6,0x83,0x40,0xb9,0x85,0xff,0x50,0xd0,0xd7,0xc1,0xff,0x6f,0xa0,0x00,0xef,0x50, +0x08,0x60,0x3f,0xc1,0xff,0x27,0x02,0x85,0x50,0xf4,0x0a,0x10,0xff,0x20,0xa0,0xb5, +0x22,0x0e,0xf2,0xa0,0x00,0x00,0x13,0xea,0x02,0x0a,0x00,0x13,0x3d,0x33,0xa8,0x20, +0x02,0x60,0x4d,0x25,0x10,0x1f,0xfd,0xa2,0x10,0xf4,0xe4,0x5c,0x00,0x0a,0x00,0xf0, +0x0c,0x3f,0xb1,0x00,0x5f,0x72,0x00,0x04,0xfb,0x1f,0xf3,0xee,0x4f,0x93,0xfc,0x3f, +0x70,0x03,0xfb,0x0f,0xf9,0xfc,0xdf,0x3c,0xfd,0xef,0x20,0x03,0x6f,0x22,0x60,0xf8, +0x08,0xce,0xf8,0x00,0x03,0x88,0x18,0xf0,0x00,0xc6,0x60,0x2f,0xd7,0xb0,0x03,0xfb, +0x0f,0xf4,0xfe,0x4c,0xd2,0xef,0x6a,0xf1,0x28,0x00,0x01,0xde,0x1a,0xb0,0xf7,0x03, +0xfe,0xbf,0xf5,0xda,0x76,0xf9,0xd9,0x63,0xc7,0x28,0x00,0xf4,0x04,0x8a,0x0a,0xd2, +0xa9,0x07,0x70,0x03,0xfc,0x3f,0xf0,0xdf,0x0f,0xf3,0xfe,0x1f,0xd0,0x03,0xfb,0x0f, +0x0a,0x00,0x61,0xfc,0x6f,0xf7,0xdf,0xef,0xf3,0x4f,0x8f,0x00,0xf4,0x1b,0x10,0xd3, +0xde,0x86,0xf2,0x02,0xfe,0xbf,0xf1,0x11,0xaf,0x93,0xfe,0x2f,0xc0,0x04,0x10,0x0f, +0xf0,0x07,0xff,0x33,0xfe,0x16,0xab,0x33,0xaf,0xf7,0x03,0x0a,0x00,0x4b,0x2d,0x50, +0x03,0xfe,0x2a,0x69,0x17,0xb0,0x5a,0x04,0x11,0x0b,0xe1,0x6c,0xa0,0x77,0xbf,0xd7, +0x75,0x1e,0xf8,0x9f,0xd4,0x40,0x03,0xe9,0x2e,0x20,0xef,0x80,0x65,0x38,0x00,0x5e, +0x2e,0x11,0x9f,0x4e,0x4a,0xf0,0x00,0xfd,0x8f,0xb9,0xf7,0x2c,0xf8,0x5e,0xf8,0x00, +0x02,0xfc,0x6f,0x97,0xf7,0x02,0xfc,0x81,0x00,0x49,0x2e,0x71,0xe7,0x47,0xdf,0xff, +0xb7,0x40,0x0e,0xdd,0x8b,0x50,0xe9,0x7b,0xff,0xb0,0x0b,0x51,0x89,0x72,0xdd,0xbb, +0xbb,0xbf,0xa0,0x0b,0xee,0x10,0x71,0x22,0xee,0xc0,0x18,0x69,0x11,0x69,0x59,0x29, +0x06,0x2c,0xe0,0x00,0x32,0xd8,0x1a,0x57,0x14,0x00,0x86,0x01,0xff,0x63,0x34,0x44, +0x47,0xff,0x54,0xda,0x6a,0xb5,0xc0,0x0a,0xdc,0xcc,0xbb,0xba,0xaa,0x9a,0xff,0x97, +0x50,0x91,0x6d,0x01,0x36,0x4a,0xe1,0x05,0xff,0x00,0x03,0x00,0x04,0xaa,0xaa,0xff, +0x80,0x5f,0xf4,0x8d,0xfa,0x56,0x63,0x00,0x2a,0x74,0x90,0x91,0x01,0x22,0x22,0xef, +0x80,0x5f,0xfa,0x62,0x9a,0x3f,0x10,0x6e,0x26,0x00,0x31,0x01,0xc6,0x0c,0x53,0xa5, +0x91,0xf9,0x77,0xbf,0xe0,0xbf,0xda,0x7e,0xf8,0x01,0x94,0x35,0x60,0x00,0x00,0xab, +0x60,0x02,0x79,0xe0,0x34,0x11,0x5b,0x81,0x75,0x15,0xb6,0xd3,0x23,0x13,0x80,0x3e, +0xc1,0x29,0x0e,0xf8,0x13,0x00,0x10,0xfa,0xae,0x1d,0x01,0x13,0x00,0x03,0xe6,0xa2, +0x03,0x3c,0x2e,0x01,0x13,0x00,0x00,0x2b,0x35,0x04,0x39,0x00,0x32,0x10,0x0f,0xf8, +0x16,0xa1,0x11,0x0b,0x96,0x4d,0x10,0x7f,0xcb,0xdd,0x0b,0x08,0x3b,0x30,0x08,0xea, +0x10,0x42,0x0e,0x01,0x96,0xf6,0x70,0x49,0x40,0x1f,0xf4,0x01,0x93,0x00,0x32,0xb2, +0xa0,0xe0,0x1f,0xf7,0xaf,0xfe,0x20,0x07,0xff,0x94,0x6f,0xd4,0x82,0x11,0xa4,0x3e, +0x15,0xa0,0xfe,0x1f,0xfb,0x51,0x01,0x00,0x06,0xec,0xa9,0x76,0x2f,0x96,0x21,0x0d, +0xa1,0xc3,0x40,0x60,0x0f,0xf9,0x44,0x5f,0xf1,0x02,0x95,0x41,0x12,0x0d,0xbd,0x93, +0x00,0xc4,0x83,0xb1,0xac,0xdd,0xdb,0x20,0x02,0xff,0x10,0x0f,0xf5,0x04,0x41,0xb7, +0x3c,0x81,0xbb,0xbf,0xf5,0x0f,0xf4,0x00,0x64,0x00,0x1e,0x00,0x90,0x0f,0xf5,0x6d, +0xff,0x30,0x02,0xff,0x00,0x0f,0x4c,0x16,0xb4,0xe8,0x10,0x02,0xff,0xcc,0xcf,0xf5, +0x0f,0xff,0xb6,0x00,0x1e,0x00,0x32,0x00,0x07,0x40,0x1e,0x00,0xf0,0x02,0xf4,0x00, +0x0b,0xf6,0x02,0xff,0x02,0x2f,0xf5,0x0f,0xf9,0x33,0x3e,0xf3,0x02,0xff,0x0d,0x51, +0x3e,0x01,0xe1,0xd0,0x84,0x07,0xfd,0x70,0x03,0xbd,0xdd,0xdb,0x30,0x34,0xd1,0x30, +0xa7,0x00,0x01,0x43,0x94,0x20,0x58,0xbe,0x7b,0x0c,0x00,0xcb,0x19,0x00,0xbc,0xb4, +0x80,0x30,0x01,0xfe,0x23,0xfe,0x0c,0xf9,0x64,0xcc,0x01,0xf1,0x04,0xfd,0x01,0xfe, +0x0c,0xf1,0x00,0x02,0x78,0x00,0x01,0xff,0xef,0xfe,0x0c,0xf2,0x7a,0xef,0xff,0x90, +0x28,0x00,0x80,0xf4,0xff,0xff,0xd7,0x20,0x01,0xfe,0x45,0x0a,0x00,0x22,0x5f,0x90, +0x28,0x00,0xf0,0x01,0xf3,0xfe,0x0f,0xb1,0xb0,0x01,0xfd,0x12,0xfe,0x0d,0xf3,0xfe, +0x0f,0xed,0xf9,0x01,0xfa,0x8d,0xfa,0x46,0xf2,0xfe,0x0d,0xff,0xc2,0x02,0xff,0xff, +0xfe,0x0f,0xe1,0xfe,0x0a,0xf9,0x00,0x03,0xfc,0x23,0xfe,0x0f,0xd1,0xfe,0x06,0xf8, +0x00,0x04,0xf9,0x01,0xfe,0x2f,0xc1,0xfe,0x03,0xfd,0x00,0x06,0xf8,0x01,0xfe,0x5f, +0x91,0xfe,0x02,0xef,0x20,0x08,0xf6,0x01,0xfe,0x8f,0x72,0xff,0xdb,0x9f,0xa0,0x0c, +0xf3,0x35,0xfe,0xcf,0x47,0xff,0xfe,0x3f,0xf4,0x1f,0xf0,0xcf,0xfe,0xfe,0x08,0xff, +0x70,0x0b,0xf5,0x19,0xb0,0x7f,0xc4,0xaa,0x02,0x91,0x00,0x01,0x70,0x10,0x0f,0x31, +0x20,0x02,0x00,0xb8,0x9e,0x60,0xf1,0x3f,0x97,0xf5,0x1f,0xff,0xc7,0xb0,0x40,0x1b, +0xf3,0x0e,0xf3,0x9a,0x33,0xf0,0x0b,0x4d,0xf7,0xfd,0x00,0x5f,0xdf,0xd4,0xf9,0x0b, +0xf2,0xdf,0xef,0x4c,0xb0,0xdf,0xfd,0x3f,0x90,0xbf,0xef,0xf4,0x93,0xff,0x33,0x2f, +0xd3,0x26,0x00,0x40,0x10,0xbf,0xfe,0x21,0x13,0x00,0x70,0x5d,0xf1,0x4f,0xe9,0xfd, +0x2f,0xd3,0x26,0x00,0x40,0x4e,0xf6,0x0d,0xfb,0x13,0x00,0x11,0x2d,0x56,0xce,0xfa, +0x47,0xd3,0xf9,0x0b,0xfe,0xff,0xdf,0x64,0x44,0xca,0xfd,0x3f,0x90,0xcf,0xff,0xf4, +0xcf,0xff,0xfb,0x1f,0xd3,0xf9,0x0d,0xf5,0xef,0x1a,0xfc,0xdf,0xa1,0xfd,0x3f,0x90, +0xee,0x0d,0xf1,0xaf,0x01,0xfa,0x1f,0xd4,0xf9,0x0f,0xc0,0xdf,0x1a,0xf0,0x1f,0xa1, +0xfd,0xef,0x72,0xfb,0x0d,0xf1,0xaf,0x45,0xfa,0x1f,0xd7,0x90,0x5f,0x81,0xdf,0x1a, +0xff,0xff,0xa1,0xfd,0x00,0x09,0xf5,0xff,0xf0,0xaf,0xbc,0xfa,0x1f,0xd0,0x00,0x2b, +0x1c,0xe6,0x09,0xd0,0x1d,0x91,0xfd,0xc2,0x03,0x23,0x7d,0xb3,0x5a,0x1f,0x12,0xf1, +0xd5,0x82,0x10,0xef,0xfe,0xdb,0x13,0x1f,0xa3,0x20,0x05,0x08,0x00,0x12,0xf4,0xb0, +0x3f,0x23,0x1f,0xf5,0x08,0x00,0x0c,0x20,0x00,0x01,0x0d,0xc6,0x16,0x4f,0x28,0x00, +0x0d,0x20,0x00,0x00,0x54,0x18,0x07,0x20,0x00,0x01,0xed,0x2d,0x17,0x5f,0x28,0x00, +0x01,0xe4,0x03,0x05,0x20,0x00,0x15,0x07,0xb9,0x2b,0x06,0x0a,0x00,0x90,0x01,0x33, +0x38,0xff,0xb3,0x33,0x5b,0x43,0x33,0x99,0x54,0x00,0xe6,0x41,0x11,0xd2,0x29,0x26, +0x10,0xc0,0x67,0x94,0x10,0x30,0x48,0x03,0x23,0xed,0xee,0xf0,0x80,0x05,0xdb,0x1e, +0x85,0x1b,0x86,0x54,0x44,0x31,0x10,0x02,0xfd,0x41,0x4b,0x00,0x21,0xbc,0x02,0x11, +0x08,0x15,0x10,0x2f,0x08,0x18,0xf3,0x0a,0x00,0x06,0x1e,0x00,0x05,0x43,0x44,0x06, +0x43,0x08,0x0f,0xe0,0xdf,0x05,0x0e,0xf5,0x22,0x23,0x4c,0x66,0x49,0x8b,0x60,0x5d, +0xff,0xd6,0xfa,0x00,0x0c,0x40,0x07,0x61,0xaf,0xfa,0x56,0xff,0xff,0xcc,0x0a,0x00, +0x60,0x70,0x06,0xff,0xee,0xb0,0x07,0xed,0x38,0x70,0x91,0x16,0xf9,0x00,0x00,0x18, +0xfa,0x98,0x25,0x41,0xc6,0xfb,0x55,0x38,0xa7,0x3e,0x50,0xed,0xa6,0xff,0xff,0xa7, +0xeb,0x22,0x80,0x7f,0x90,0x02,0x65,0x9f,0xa0,0x09,0xf9,0x33,0x1c,0x60,0xc6,0xf6, +0x6f,0xa9,0xde,0xf9,0xf3,0x1f,0x41,0xd6,0xf6,0x6f,0xab,0x5a,0xde,0x60,0xb0,0x06, +0xf6,0x6f,0xa1,0x1b,0x0a,0x00,0x53,0xc0,0x07,0xf7,0x6f,0xa0,0xc4,0x96,0x02,0xc9, +0x00,0x06,0x0a,0x00,0x70,0x02,0x22,0x27,0xf6,0x22,0x22,0xbf,0xcd,0xe9,0x80,0x03, +0xbf,0xfe,0x10,0x02,0xff,0xfd,0x50,0xd5,0x1f,0x20,0xa1,0x00,0x85,0x73,0x22,0x30, +0x0a,0xb0,0xe2,0x34,0x1a,0xfe,0x20,0xb0,0xe2,0x13,0x43,0xd8,0x0e,0x01,0x8a,0x19, +0x00,0xa3,0x07,0x01,0x22,0xd3,0x02,0x5f,0x35,0x10,0xef,0xd1,0x04,0x72,0xbc,0xff, +0xcb,0xa0,0x00,0x8f,0xd2,0x70,0x05,0x22,0xed,0xff,0x7c,0x42,0x24,0x34,0x4f,0x0a, +0x00,0x32,0xed,0x2f,0xe1,0x0e,0x01,0x51,0xff,0x8f,0x6f,0xe0,0x56,0xf5,0x1d,0x50, +0xff,0x2a,0x5f,0xe0,0xdf,0x5e,0x01,0x92,0x1b,0xff,0xbb,0xcf,0xe0,0xdf,0xc9,0x9f, +0xf3,0x60,0x1c,0x10,0xdf,0x75,0x1d,0x42,0x04,0xff,0x34,0x5f,0x0a,0x00,0x61,0x02, +0xff,0xec,0x2f,0xe0,0xef,0x0a,0x00,0x60,0xfd,0x9f,0x6f,0xe0,0xff,0x40,0x22,0xa2, +0x50,0xfc,0x3f,0xcf,0xe0,0xff,0x48,0xd6,0xf0,0x15,0x05,0xfa,0x05,0x2f,0xe1,0xff, +0x00,0x0f,0xf3,0xc3,0x07,0xf8,0x00,0x2f,0xe5,0xfd,0x00,0x0f,0xf3,0xe8,0x0b,0xf5, +0x00,0x3f,0xea,0xf7,0x00,0x0f,0xf5,0xf7,0x0f,0xf1,0x0f,0xff,0xef,0xf2,0x00,0x6d, +0xaf,0x09,0xa0,0x0a,0xfc,0x4a,0x70,0x00,0x05,0xde,0x90,0x66,0xb7,0x03,0x00,0x9d, +0x09,0x24,0x7e,0xa0,0xf2,0x81,0x01,0x25,0x20,0x40,0x7b,0xfe,0x77,0x60,0x67,0xb5, +0x01,0xd2,0x00,0x13,0xca,0xc8,0x00,0x24,0x55,0x7f,0x0a,0x00,0x41,0xbc,0x3f,0xca, +0xf4,0x00,0x4c,0xf0,0x01,0xfe,0xaf,0x7f,0xc9,0xe4,0x00,0x00,0x1e,0xe2,0x00,0xfe, +0x3c,0x7f,0xc0,0x2d,0xc0,0x38,0x4e,0x00,0xb2,0x0e,0x41,0x2f,0xf0,0x02,0xca,0xd2, +0x00,0x40,0xc0,0x2f,0xf1,0x9f,0xaf,0x41,0x40,0x33,0x5f,0xc0,0x2f,0xb9,0x46,0x80, +0x02,0xfe,0xdb,0x3f,0xc0,0x2f,0xff,0xd5,0xae,0x49,0x50,0xbf,0x6f,0xc0,0x2f,0xf6, +0x79,0x06,0x20,0xfb,0x4f,0x32,0x00,0x80,0x00,0x01,0x00,0x05,0xf9,0x0a,0x6f,0xc0, +0xe7,0x3d,0x60,0xb3,0x07,0xf7,0x00,0x3f,0xc0,0xfb,0xd6,0x30,0xf5,0x0b,0xf4,0xed, +0x90,0x91,0xf3,0x00,0x1e,0xf3,0x1f,0xf0,0x0e,0xff,0xa0,0xef,0xd2,0x9a,0x1b,0x80, +0x0b,0xfc,0x20,0x04,0xdf,0xff,0xfd,0x39,0x11,0x25,0x88,0x20,0xb7,0x12,0x36,0xa2, +0x22,0x32,0x84,0x45,0x11,0x80,0xf2,0x54,0x13,0xfe,0xf2,0x8d,0x00,0x34,0xd5,0x21, +0x4f,0xf8,0xef,0x00,0x75,0xf9,0x33,0x35,0xff,0xd4,0x33,0x31,0xfa,0x21,0x44,0xf6, +0x00,0x0a,0xef,0x0a,0x00,0x21,0x02,0x1f,0x80,0x79,0x00,0x2b,0x20,0x16,0x0f,0x0a, +0x00,0x05,0x45,0xd4,0x07,0x0a,0x00,0x11,0xf8,0x60,0x26,0x14,0xf6,0xbe,0xf0,0x24, +0x04,0x46,0x0a,0x00,0x32,0x00,0x0f,0xd3,0x94,0x2f,0x01,0x48,0x61,0x95,0x0d,0xfc, +0x42,0x22,0x22,0x22,0x24,0xcf,0xf0,0x51,0x45,0x04,0xcb,0xdf,0x23,0xfe,0xd6,0xbd, +0x2f,0x00,0x14,0x33,0x01,0xc9,0x0a,0x56,0x77,0xdf,0xd7,0x77,0x40,0x4b,0x7a,0x10, +0x09,0x75,0x79,0x00,0x02,0xa3,0x10,0x60,0x28,0x00,0x32,0x48,0x80,0xbf,0x09,0x82, +0x52,0x62,0x7f,0xf0,0x56,0x40,0x7b,0xe6,0x00,0x7a,0xe6,0x01,0x02,0xc1,0x03,0x29, +0x30,0x00,0x8b,0xa3,0x10,0xef,0xa9,0xf8,0x00,0xf6,0x4d,0x00,0x14,0x30,0x18,0x6f, +0x0a,0x00,0x15,0x1f,0x05,0x08,0x16,0x1f,0xbf,0x74,0x00,0x90,0x83,0x20,0xff,0x74, +0xbd,0x71,0x00,0xa0,0x76,0x21,0xdf,0xf5,0xe9,0x03,0x60,0x7d,0xff,0xd1,0x1e,0xff, +0xc5,0x99,0x88,0x20,0xff,0xf9,0x15,0x26,0x71,0xfc,0xa1,0x0d,0xff,0xf9,0x20,0x00, +0x05,0x23,0x22,0x03,0x84,0x40,0x02,0x13,0x69,0xfb,0xa5,0x10,0xbf,0x5a,0x79,0x32, +0xbb,0xbe,0xfe,0x4f,0xb3,0x16,0x0d,0x8c,0xe8,0x30,0x77,0x7d,0xfd,0xd2,0x00,0x00, +0xe2,0xe7,0x42,0x1b,0xe9,0x00,0x00,0x98,0xb0,0x23,0xaf,0xa3,0x64,0xb3,0x34,0x04, +0xff,0x8e,0x73,0x6b,0x24,0xfe,0x0d,0xa9,0xd2,0x13,0xf8,0xa7,0x21,0xb1,0x0a,0xff, +0xf8,0x0c,0xee,0xee,0xea,0x0e,0xf6,0x00,0x3f,0xfa,0x3d,0x10,0xfb,0x14,0x00,0x60, +0xee,0xf8,0x0e,0xf5,0x07,0xfb,0x1d,0x87,0x10,0x2c,0x47,0x5c,0x11,0xfb,0x83,0x85, +0x44,0xf8,0x0e,0xfe,0xee,0x0a,0x00,0x24,0xff,0xff,0x0a,0x00,0x13,0xf5,0x74,0xb9, +0x61,0xf8,0x01,0x10,0x00,0x44,0x4f,0x0a,0x00,0x01,0x17,0x2f,0x13,0xf3,0x0a,0x00, +0x24,0x8e,0xda,0x6b,0xa4,0x00,0x1a,0x79,0x40,0xac,0xcc,0xff,0xec,0xcc,0xc6,0x16, +0xcb,0x6d,0xe3,0x41,0x34,0x44,0xcf,0xb4,0xfd,0xc6,0x80,0x00,0x07,0xfe,0x64,0x00, +0x00,0x46,0x40,0x4c,0x09,0x02,0xe7,0xf5,0x15,0xe3,0xa1,0xe9,0x51,0x30,0x8f,0xf4, +0xcb,0x20,0x6e,0x14,0xb2,0x2f,0xf7,0x6f,0xfb,0xbb,0xbb,0xba,0x02,0xff,0x20,0x4a, +0x14,0x6e,0x71,0x3f,0xf2,0x00,0x04,0xd8,0x05,0xfb,0x5f,0x09,0x93,0x08,0xbb,0xbb, +0xdf,0xeb,0xbb,0xb9,0x4f,0xf1,0xb2,0x39,0x20,0xd4,0xff,0xed,0x30,0x40,0x6f,0xc0, +0x29,0x80,0x06,0xe7,0x51,0xf8,0x05,0xfb,0x03,0xfe,0x4a,0x59,0x82,0xdb,0xdf,0xeb, +0xcf,0xe0,0x8f,0xc0,0x00,0xc0,0x5e,0x02,0x51,0xc5,0x00,0x31,0x03,0x04,0x0a,0x3b, +0x39,0x0e,0xfe,0x90,0x33,0xa5,0x12,0xfa,0xbe,0x00,0x15,0xcf,0x38,0x7a,0x05,0xbe, +0x00,0x60,0x22,0x34,0xcf,0xb2,0x22,0x2b,0x0b,0xc8,0x23,0x05,0xff,0xbe,0x00,0x22, +0x00,0xcf,0xbe,0x00,0x15,0xe6,0x15,0x06,0x20,0x70,0x3f,0x50,0x18,0xf0,0x01,0xe8, +0x00,0x0e,0xf6,0x1e,0xff,0x64,0x45,0xee,0x6e,0xf6,0x40,0xef,0x61,0xcc,0x7a,0xf0, +0x14,0x51,0xa9,0x0e,0xf5,0x00,0x0b,0x85,0xaf,0xf0,0x05,0x60,0xff,0x50,0x00,0xcf, +0x96,0x8f,0xf6,0x6b,0xf7,0x0f,0xf4,0x00,0x0c,0xf8,0x56,0xff,0x55,0xaf,0x70,0x30, +0xc0,0x01,0xab,0x06,0x00,0x7a,0xf4,0xfa,0x1c,0xf8,0x57,0xff,0x55,0xbf,0x72,0xff, +0x10,0x00,0xcf,0xed,0xdf,0xfd,0xde,0xf7,0x3f,0xf0,0x00,0x0c,0xf4,0x02,0xfe,0x04, +0xbf,0x76,0xfe,0x00,0x00,0xcf,0x40,0x2f,0xe0,0x9f,0xfc,0xef,0xa0,0x00,0x0c,0xf4, +0x01,0xcb,0x00,0x04,0x43,0x49,0x01,0x3a,0x02,0x17,0x90,0x47,0x79,0x16,0xd0,0x0a, +0x00,0x00,0x03,0x32,0x41,0x27,0x71,0xbf,0xa0,0x56,0x03,0x65,0x66,0x7f,0xf5,0x66, +0x64,0x40,0x79,0x3c,0x11,0xf3,0x3a,0x2f,0x20,0x8f,0xf7,0x50,0x05,0x00,0x90,0x81, +0x20,0xbf,0xfb,0x5f,0x3f,0x17,0x0d,0x17,0x2e,0x30,0x5e,0xfe,0x40,0xe6,0x85,0x00, +0xd9,0x29,0x65,0xfa,0x99,0xaa,0xbf,0xff,0xd2,0x20,0x03,0x00,0x9e,0xc5,0x7a,0x87, +0x66,0x55,0x44,0x33,0x34,0xc2,0x3f,0x7c,0x60,0x9e,0xfa,0xbf,0xd9,0xdf,0xa0,0x20, +0x1a,0xf6,0x02,0x0c,0xf1,0x3f,0xa0,0xaf,0xa0,0x00,0x1d,0xdf,0xfe,0xdf,0xfd,0xdf, +0xfd,0xff,0xfd,0xd2,0xd3,0x34,0x0c,0x73,0xab,0x27,0x9f,0xc0,0x99,0x2e,0x27,0xf1, +0x0a,0x93,0x25,0x63,0x07,0xc9,0x00,0x00,0x9d,0xa0,0x7b,0x92,0x11,0x60,0x02,0x24, +0xe2,0xcf,0x76,0xfe,0x66,0x25,0xff,0xba,0xaa,0x20,0x00,0xcf,0xdd,0xff,0xdc,0xe6, +0xb4,0xf1,0x01,0xcf,0x65,0x55,0xfe,0x5f,0xf3,0x65,0x22,0x00,0x00,0xcf,0xdd,0xdd, +0xff,0xef,0x95,0xd5,0x19,0x50,0x66,0xfe,0x55,0x6d,0x10,0xce,0x9d,0x51,0xcf,0xcc, +0xff,0xcc,0x60,0xbf,0xe0,0x70,0x8a,0xaa,0xaa,0xaa,0x60,0x00,0x18,0xd7,0x35,0x02, +0x81,0x82,0x15,0xa2,0xd3,0x26,0x10,0xf2,0x4f,0x12,0x60,0x0d,0xf2,0x0f,0xf0,0x2f, +0xf2,0x7c,0x18,0x21,0x0d,0xf1,0x0a,0x00,0x32,0x1e,0xef,0xfe,0x02,0x00,0x29,0xe8, +0x1f,0x67,0x97,0x05,0x6a,0x16,0x12,0xfd,0xe4,0x34,0x06,0x36,0x01,0x08,0x40,0x01, +0x10,0x08,0xf4,0x8c,0x70,0xa1,0xbc,0x10,0x01,0x20,0x01,0x22,0x6c,0x57,0x63,0xcf, +0x70,0x09,0xf1,0xaf,0xff,0x24,0xbd,0x32,0xf1,0xaf,0xfe,0xb1,0x6e,0xb1,0x09,0xf3, +0xbf,0x44,0x44,0x44,0x2f,0xf0,0x22,0x00,0x09,0x41,0x25,0xc0,0x9e,0xf1,0xbf,0x80, +0x04,0x88,0xdf,0x5f,0xa6,0xf6,0x1d,0xf2,0xb7,0x0e,0x61,0xbf,0x5f,0xfe,0xfe,0xab, +0xf8,0xd2,0x1c,0xf0,0x1a,0x5f,0xc8,0x8f,0xb9,0xfe,0xfb,0x00,0x4e,0xfe,0xff,0x4f, +0xb5,0x5e,0xb6,0xff,0xf5,0x00,0x06,0xf3,0xcf,0x3f,0xff,0xff,0xb3,0xff,0xe0,0x00, +0x08,0xf1,0xef,0x2f,0x94,0xf4,0x03,0xff,0x63,0x60,0x0d,0xf0,0xff,0x1f,0xfe,0x6f, +0xe1,0x35,0xf3,0x5f,0x95,0xfc,0x08,0x88,0x8a,0xff,0xff,0xb9,0xf1,0x07,0x1a,0x60, +0x30,0x00,0xd9,0x5d,0x10,0x01,0x88,0xc6,0x2a,0x95,0x03,0x9c,0x69,0x21,0xaf,0xa0, +0x47,0x02,0x05,0x01,0x03,0x16,0xcf,0x91,0x66,0x52,0x8c,0x80,0x00,0x08,0xc8,0xaf, +0x05,0x11,0x45,0x4c,0x54,0x87,0xf8,0x77,0xef,0x45,0xfd,0x66,0x7f,0xf2,0x12,0x00, +0x61,0x66,0xef,0x45,0xfd,0x77,0x8f,0x12,0x00,0x11,0x78,0x12,0x00,0xf0,0x00,0xf2, +0x67,0x77,0xff,0x77,0x77,0x1f,0xf2,0x0f,0xf2,0x89,0x99,0xff,0x99,0x99,0x09,0x00, +0x50,0x5e,0xee,0xff,0xee,0xe6,0x09,0x00,0x51,0x5f,0x98,0xcc,0x99,0xf6,0x09,0x00, +0x32,0x4b,0xbb,0xc4,0x09,0x00,0x00,0x08,0x06,0x00,0x09,0x00,0xf6,0x13,0x14,0xcf, +0xff,0xfa,0x31,0x1f,0xf2,0x0f,0xf3,0x6d,0xfb,0xfe,0x9f,0xb1,0x2f,0xf2,0x0f,0xf3, +0xdf,0x90,0xfe,0x08,0xfb,0xff,0xf0,0x0f,0xf2,0x23,0x00,0xfe,0x00,0x24,0xdb,0x40, +0x56,0xa0,0x11,0x06,0xbd,0x0f,0x10,0x2f,0x1f,0x05,0x30,0xfb,0xab,0xfa,0x43,0xe9, +0xf1,0x02,0xdd,0xc0,0x06,0xf3,0x01,0xfa,0x01,0x11,0x4f,0xf2,0x11,0x10,0x06,0xf4, +0x02,0xfa,0x4f,0x5c,0x03,0x10,0x06,0x6a,0x44,0x00,0xc4,0x01,0xc0,0xf6,0x04,0xaa, +0xaa,0xa6,0x4f,0xc0,0x1f,0xe1,0x2b,0xf3,0x12,0x59,0x0a,0x60,0xca,0xdf,0xff,0xbc, +0xf1,0x5f,0xb5,0x26,0xc0,0xca,0xcf,0xf7,0x55,0x30,0x4d,0xff,0xed,0xdd,0x6f,0xc0, +0x0f,0xda,0x98,0xa0,0xff,0x11,0x10,0x5f,0xc0,0x06,0xbb,0xbb,0x40,0x04,0x20,0x6f, +0xb2,0xb2,0xaa,0xaa,0x80,0x00,0x05,0xaa,0x9e,0xf4,0x7f,0xa4,0x21,0xdc,0x51,0x0c, +0xf3,0x8f,0x85,0xfd,0x5a,0x9c,0x80,0x0d,0xf2,0xbf,0x68,0xfa,0x0f,0xc0,0x90,0xc8, +0x0e,0x70,0xef,0x2c,0xf6,0x0f,0xc0,0xf8,0x00,0xa6,0xbf,0xd0,0x3f,0xf1,0x0f,0xd3, +0xf7,0x00,0x7e,0xff,0xab,0xfb,0xef,0x80,0x0e,0x9e,0x9c,0x8e,0xfc,0x14,0xe2,0xac, +0x00,0x07,0xff,0xb0,0x93,0xf8,0x03,0x8d,0x1c,0x24,0x0b,0xf7,0x0a,0x00,0x11,0x4f, +0xf8,0xcc,0x22,0x04,0xf9,0xb7,0xcc,0x00,0x5a,0x82,0x61,0x00,0x0b,0xff,0xba,0xbf, +0xf3,0x8d,0x1d,0xc0,0xbf,0xff,0xc1,0xcf,0xb0,0x00,0x0b,0xfe,0xfe,0xff,0xbf,0x5d, +0x6c,0x3c,0x82,0x0b,0xe2,0xf5,0x9f,0x12,0x06,0xff,0xfa,0x0a,0x00,0x60,0x25,0xcf, +0xfe,0xff,0xfa,0x61,0x0a,0x00,0xf1,0x00,0xff,0xfe,0x85,0x8d,0xff,0xe2,0x0b,0xf5, +0xf8,0xbf,0xac,0x61,0x9f,0xb1,0x5a,0xf6,0x8b,0x11,0x1e,0xc9,0x0e,0x50,0x0b,0xfc, +0xfd,0xaa,0x07,0xa0,0x23,0x62,0x00,0x04,0x55,0xf9,0x7b,0x08,0x87,0x11,0xf2,0x07, +0x05,0xf9,0xaf,0x15,0xaa,0xdf,0xea,0xa8,0x00,0x00,0x05,0xfa,0xaf,0x51,0x11,0x9f, +0xb1,0x11,0x10,0x15,0x8c,0xff,0x2c,0xc6,0x00,0x9a,0x46,0x20,0xcf,0xd9,0xb3,0xf1, +0x85,0x90,0x0d,0xa7,0x30,0x0d,0x70,0x00,0x8f,0xab,0x18,0x01,0x0a,0x00,0x25,0x08, +0xf5,0x3b,0x0e,0x12,0xf5,0xc6,0x37,0x11,0x30,0x0a,0x00,0xd1,0xca,0xef,0xba,0xff, +0x30,0x04,0x5b,0xf9,0x54,0x8f,0xb8,0xef,0xa8,0x0e,0x69,0x22,0xfb,0x8f,0xc8,0x23, +0xc3,0xfa,0xfa,0xfb,0x8f,0x60,0xcf,0x40,0xef,0x30,0x0c,0xe3,0xf2,0x14,0x00,0x00, +0x0a,0x00,0x60,0x5a,0xcf,0xfc,0xbb,0xaa,0x20,0x0a,0x00,0x90,0x05,0xef,0x61,0xbf, +0x70,0x00,0x0c,0xfe,0xfe,0x2c,0x46,0x20,0xfe,0x30,0xa2,0x03,0x00,0xe8,0x14,0x60, +0xb4,0xc2,0x00,0x0c,0xe8,0xf6,0x97,0x41,0x00,0x54,0x54,0x60,0x08,0xf8,0xc4,0x3b, +0xff,0xc7,0xa5,0xe1,0x42,0x08,0xf8,0xfa,0xbf,0xd4,0x23,0xf0,0x03,0x08,0xfa,0xfe, +0x5c,0xa6,0xcf,0xa2,0x58,0x60,0x2a,0xdf,0xff,0xff,0x2c,0xf5,0x9f,0x8b,0xf6,0x6d, +0xe7,0xf2,0x00,0xaf,0xdf,0xd0,0xaf,0x83,0xff,0x20,0x0a,0x73,0x00,0x16,0xff,0x8e, +0xff,0x70,0xc7,0xe4,0x20,0x34,0x1f,0xcb,0x98,0x08,0x01,0x00,0x25,0x6e,0x81,0x80, +0x4e,0x22,0xb0,0x1f,0xd0,0x04,0x32,0x6f,0xfd,0x00,0x0a,0x00,0x10,0x09,0x68,0x91, +0x01,0x92,0x5a,0x43,0x2f,0xfc,0x14,0x71,0xef,0x00,0x35,0xb0,0x0e,0xfd,0x3f,0x03, +0x12,0xf3,0x04,0x81,0x00,0x6e,0xd8,0x03,0xf0,0x45,0x42,0x7f,0xff,0x00,0xef,0x81, +0xe5,0x23,0xff,0xff,0xec,0x0a,0x15,0x6f,0x0a,0x00,0x24,0x0c,0xe8,0x0a,0x00,0x34, +0x01,0x25,0xff,0x0a,0x0b,0x1f,0x05,0x0a,0x00,0x0e,0x11,0x27,0xab,0xe3,0x21,0x05, +0xff,0xc3,0x05,0x12,0x20,0x0a,0x00,0x39,0x0a,0xed,0xa4,0x39,0x1a,0x53,0x0b,0xd6, +0x00,0xcf,0x30,0x50,0xf0,0xf1,0x12,0x8c,0xff,0xcc,0xc0,0x9f,0xff,0xf1,0x04,0xff, +0x80,0xae,0xff,0xef,0xf1,0x9f,0xff,0xf1,0x3f,0xfb,0x00,0x03,0xfc,0x0d,0xf1,0x11, +0x11,0x10,0x1e,0xc2,0x95,0xcd,0xfe,0xcf,0xd0,0x8e,0x15,0x09,0xfc,0x97,0xd0,0x2f, +0xf5,0x34,0x44,0x44,0x42,0x77,0x77,0x73,0x00,0xcf,0xf0,0xaf,0x3d,0x3a,0x00,0xbc, +0x78,0xf0,0x07,0xe0,0xaf,0x54,0x48,0xf9,0xac,0xff,0xb4,0x6f,0xff,0xe0,0xaf,0x98, +0x8b,0xf9,0x02,0xff,0x00,0x2f,0xef,0xe0,0x9f,0xd1,0xf7,0x50,0xff,0x00,0x07,0x4f, +0xe0,0x1b,0x5f,0x00,0x6b,0x4c,0x11,0x3f,0x59,0x80,0x10,0x12,0x0a,0x00,0x51,0xe3, +0xef,0xbc,0xfe,0xaa,0x0a,0x00,0x33,0xe0,0xcf,0x25,0x1e,0x00,0x01,0xea,0x8c,0x11, +0x72,0x0a,0x00,0x51,0xaa,0xac,0xfe,0xaa,0xa7,0x0a,0x00,0x10,0x00,0x8e,0xa8,0x14, +0xfe,0x0a,0x00,0xa1,0x8d,0xa3,0x00,0x00,0x07,0xb5,0x00,0x23,0x58,0xb2,0xf0,0x09, +0x00,0x50,0x99,0x20,0xfb,0x7f,0xc6,0x39,0xf0,0x00,0xc0,0x6a,0x9f,0xf5,0x20,0x7f, +0xff,0xf0,0x1d,0xfe,0x10,0x33,0x3f,0xf3,0x33,0x23,0x38,0x33,0xe3,0x61,0xff,0x2c, +0x66,0x61,0x28,0xff,0xaa,0xaf,0xfa,0xaa,0x3c,0x08,0xf1,0x0e,0xf7,0x58,0x8f,0xf8, +0x87,0x7a,0xaa,0xa4,0x00,0xcf,0xf0,0xbf,0xdf,0xfd,0xfe,0xbf,0xff,0xf7,0x0a,0xff, +0xe0,0xbf,0x5f,0xf5,0xee,0x58,0xff,0x73,0x6f,0x6f,0x89,0x12,0xfe,0xbe,0x00,0x93, +0xbe,0x2e,0xf2,0xde,0x02,0xff,0x00,0x06,0x4f,0x14,0x00,0x00,0x82,0x00,0x42,0x12, +0x2e,0xf2,0x22,0x0a,0x00,0x00,0x54,0x12,0x02,0x0a,0x00,0x52,0x7b,0xbf,0xfb,0xb9, +0x02,0xaa,0x00,0x31,0x1e,0xf3,0x45,0x0a,0x00,0x01,0xd3,0xc3,0x11,0x46,0x14,0x00, +0x43,0xdc,0xba,0x98,0x76,0xbe,0x00,0x00,0x0d,0x03,0x01,0x8d,0x87,0x04,0xc4,0x2c, +0x00,0x8b,0x2b,0x11,0xf5,0x18,0x46,0x06,0x8e,0x16,0x00,0x6e,0x3a,0x00,0x82,0x12, +0x01,0x6f,0x0a,0x12,0x7f,0x6f,0x0a,0x06,0x8b,0x07,0x11,0x0a,0xf1,0x4f,0x21,0xaa, +0xa2,0x12,0x89,0x10,0x7f,0x34,0x7e,0x06,0xdc,0x45,0x60,0xa0,0x0b,0xcc,0xcc,0xef, +0xff,0xc8,0xac,0x10,0x80,0xf0,0x28,0x50,0xe5,0xff,0x50,0x01,0x91,0x79,0x60,0x80, +0xfd,0x20,0x9f,0xe0,0x3e,0xfe,0x20,0x05,0xd3,0xc7,0x40,0x2f,0xfb,0xff,0xe4,0x23, +0x06,0x00,0x18,0xa3,0x00,0x45,0x6b,0x72,0xc4,0x5f,0xf2,0x00,0x43,0xcf,0xf9,0xf6, +0xf1,0x50,0xbf,0xf9,0x1d,0xff,0xd5,0xc3,0x0b,0x00,0xbf,0x06,0x10,0xbf,0xb9,0x38, +0x10,0xef,0xff,0xf3,0x10,0x06,0xff,0x2a,0x21,0x79,0x30,0x1d,0x1a,0x02,0x91,0x04, +0x05,0x42,0x4c,0x02,0x8a,0xfc,0x60,0x07,0x88,0x88,0x88,0xcf,0xfb,0x44,0x19,0x05, +0x8c,0x00,0x24,0x50,0x04,0x22,0x88,0x32,0x10,0x00,0x02,0x22,0x88,0x15,0x00,0xb8, +0xbd,0x02,0xbc,0x93,0x02,0x99,0x02,0x40,0x0c,0xdd,0xff,0xba,0xd8,0x30,0x26,0xdd, +0xc0,0xd4,0x15,0x22,0x01,0x14,0x1e,0x00,0x28,0x11,0x10,0x32,0x00,0x80,0xbb,0xdf, +0xfe,0xff,0xeb,0xbb,0x40,0x00,0x22,0xae,0x30,0xd2,0x8f,0xe1,0xe7,0x20,0xa1,0x49, +0xff,0xfb,0x00,0x1f,0xfb,0xbf,0xe5,0x00,0x4e,0x19,0x51,0x00,0xbe,0x21,0xd0,0x0c, +0xfa,0x3d,0xf9,0x46,0x98,0x8f,0xff,0x81,0x00,0x01,0x00,0x2f,0xbe,0x4e,0x30,0xff, +0xff,0xc2,0x98,0x0f,0x50,0xea,0x73,0x00,0x2a,0xff,0xa5,0x88,0x11,0x51,0xfc,0x11, +0x44,0x00,0x00,0x18,0x90,0x69,0xff,0x25,0x4f,0xf3,0x73,0xff,0x10,0xfb,0xdd,0xce, +0x81,0xe1,0x11,0x00,0x15,0x58,0xf7,0x20,0xdf,0x78,0x0c,0x00,0x2c,0x01,0x11,0xdf, +0x7d,0x01,0xa0,0x3c,0xcc,0xdf,0xd0,0xdf,0x72,0x6f,0xe2,0x6f,0xe0,0xd7,0xfd,0x00, +0x7b,0x6b,0x10,0x9f,0x1d,0x58,0xc2,0x31,0xdf,0x71,0x6f,0xe1,0x37,0x20,0x00,0x1f, +0xf7,0xdd,0xdf,0x10,0x04,0x41,0xcf,0xfe,0xf6,0xdf,0xf0,0x09,0xb0,0x1c,0xff,0xff, +0xb0,0xef,0xff,0xa0,0x01,0xff,0x20,0x9f,0x0d,0x1e,0xf0,0x09,0x8f,0xf3,0x08,0xfd, +0x00,0x2f,0x6f,0xf7,0xf9,0xff,0x1d,0xfc,0x2f,0xf6,0x00,0x04,0x0f,0xf3,0x66,0xfd, +0x03,0xff,0xef,0xc0,0x7a,0x63,0x60,0x0a,0xf9,0x00,0x8f,0xff,0x30,0x0a,0x00,0x60, +0x1f,0xf5,0x03,0xdf,0xff,0xb1,0x0a,0x00,0xf0,0x00,0x9f,0xe4,0xaf,0xff,0xcf,0xff, +0x93,0x00,0x0f,0xf4,0xdf,0x7d,0xff,0xc2,0x07,0xd9,0xa3,0x78,0xf3,0x19,0x04,0xc4, +0x00,0x00,0x18,0x8d,0x13,0x20,0x19,0x40,0xf4,0x0a,0x20,0x19,0xb1,0xbb,0x50,0x00, +0x0a,0x00,0xf5,0x02,0x2e,0xfe,0x30,0x00,0x1f,0xf7,0x03,0x33,0x36,0xff,0x44,0xdf, +0x80,0x05,0x5b,0xc6,0x0d,0x37,0x10,0x11,0xad,0xb3,0x33,0x20,0xe1,0x08,0x43,0x43, +0x03,0x1b,0x50,0x23,0xfe,0x06,0x44,0x68,0x33,0x0b,0xf8,0x77,0x2b,0x0d,0x80,0x3f, +0xf8,0xfd,0xfc,0x04,0xff,0x10,0xcf,0x11,0xd9,0x20,0xa7,0xff,0x39,0xae,0x20,0x70, +0x0a,0x41,0x27,0x01,0x1e,0x00,0xe2,0x7f,0xff,0xfd,0xf8,0xfc,0x14,0xff,0x21,0xdf, +0x70,0x2f,0x8f,0xf6,0xa6,0x0a,0x00,0x42,0x06,0x0f,0xf1,0x16,0x3c,0x00,0x00,0x39, +0xae,0x42,0xff,0xbc,0xff,0xcb,0x0a,0x00,0x54,0xfc,0x03,0xff,0x00,0xcf,0x0a,0x00, +0x24,0x10,0xdf,0x0a,0x00,0x00,0x8d,0x80,0x01,0x0a,0x00,0x37,0xee,0x0e,0xfa,0x92, +0x04,0x21,0x03,0xfc,0xbc,0x4e,0x19,0xf0,0x0a,0x00,0x81,0xfe,0x78,0xff,0x34,0x44, +0x8f,0xf4,0x44,0x87,0xba,0x12,0x6f,0x1c,0x02,0x40,0x66,0x67,0xff,0x5b,0x22,0x03, +0x43,0xb0,0x0b,0xbb,0xbb,0x28,0x00,0x33,0x1e,0xff,0xfe,0x0a,0x00,0x00,0x96,0xa8, +0x12,0x2b,0x7c,0x01,0x23,0xfd,0x01,0x0a,0x00,0x61,0x0d,0xf4,0x01,0xee,0x6a,0xc0, +0xbe,0x02,0x53,0x42,0x22,0x22,0x7f,0xf6,0x0f,0xb0,0x04,0x47,0x0a,0xf1,0x02,0xaa, +0xaa,0xff,0xfd,0xff,0xba,0xaa,0xfa,0xa0,0x00,0x04,0x9e,0xff,0x80,0x9f,0xc0,0x2c, +0x7d,0xb5,0xd2,0xf6,0x00,0x1e,0xfc,0xff,0xb2,0x00,0x08,0xd9,0x5f,0xf5,0x00,0x25, +0xcd,0x09,0x90,0x4f,0xfc,0xcf,0xf3,0x3e,0xff,0xd7,0x30,0x00,0x72,0x3a,0x30,0xb1, +0x01,0x9f,0x7a,0x47,0x20,0x5d,0x95,0x43,0xe4,0x19,0x7c,0x32,0x32,0x05,0xa8,0x3c, +0x21,0xbd,0x1d,0xc3,0x0a,0x00,0xce,0x31,0x72,0x9f,0xf9,0x88,0x30,0xef,0x20,0xff, +0x71,0xeb,0x10,0x60,0x0a,0x00,0x60,0x09,0xe4,0x4e,0xf5,0x44,0x40,0x0a,0x00,0x02, +0x25,0xe5,0x00,0x0a,0x00,0x51,0x04,0x55,0x5e,0xf6,0x55,0x14,0x00,0x11,0x03,0x4a, +0x02,0x01,0x0a,0x00,0xf2,0x0a,0xfb,0x6e,0xf7,0x8f,0xa0,0x89,0x10,0xff,0x20,0x03, +0xf9,0x0d,0xf5,0x9f,0x90,0x03,0x78,0xff,0x10,0x03,0xf8,0x0d,0xf4,0xef,0xd0,0x74, +0x27,0x40,0x02,0x21,0x2f,0xf7,0xb9,0x1d,0x08,0xc2,0xe4,0x20,0xdd,0xef,0x80,0x34, +0xf0,0x01,0xfd,0xd0,0x00,0x00,0x5a,0xff,0xd4,0x9f,0xb0,0x2b,0xfc,0x10,0x1a,0xdf, +0xff,0xf7,0xd2,0x00,0xa1,0xd4,0x00,0x09,0xfd,0xaf,0xf2,0x00,0x23,0xef,0xfb,0x57, +0x5d,0xa0,0xfb,0xdf,0xc0,0x2d,0xff,0xea,0x61,0x00,0x00,0xbf,0x41,0xee,0x10,0x6e, +0xb7,0x08,0x21,0x4b,0x73,0x7c,0x9d,0x72,0x20,0x00,0x06,0x50,0x00,0x02,0x95,0x8c, +0x12,0x10,0xe1,0xcb,0x4a,0x01,0x6d,0x23,0x10,0xf8,0x09,0xa4,0x00,0x98,0x30,0x44, +0x58,0xd6,0x30,0xcf,0x44,0x41,0x30,0xfb,0xff,0x92,0x51,0x26,0x44,0x1c,0xcc,0xdf, +0xfe,0xad,0x03,0x70,0xcf,0x71,0xaf,0xf5,0x55,0x57,0xff,0xfa,0x0a,0x23,0x42,0x4f, +0x97,0xe3,0x70,0xf6,0xee,0x4f,0xf6,0x66,0x68,0xff,0x47,0x6b,0xf0,0x08,0xe3,0x4f, +0xfc,0xcc,0xcd,0xff,0x00,0x3e,0xff,0xff,0xd0,0x28,0xaf,0xfb,0x88,0x88,0x00,0x5f, +0xef,0xfb,0xfa,0x01,0xdf,0xca,0x54,0x51,0x0c,0x2e,0xf2,0xe4,0x3d,0xe7,0x53,0x90, +0x00,0x0e,0xf1,0x29,0xff,0xfe,0x31,0x9f,0xf5,0xb4,0x25,0x60,0x09,0xfc,0xdf,0xea, +0xff,0x90,0x0a,0x00,0x32,0x00,0x60,0x2f,0x6d,0xca,0x30,0xf1,0x02,0x6a,0x85,0x2f, +0xb0,0x62,0x00,0x0e,0xf1,0x2f,0xff,0xfe,0x76,0xdf,0xff,0xf2,0x28,0x00,0x57,0xd9, +0x40,0x00,0x04,0x8c,0x68,0x52,0x05,0x34,0x71,0x05,0x09,0x00,0x50,0x44,0x44,0x47, +0xfe,0x44,0x81,0x0f,0x01,0x2e,0x39,0x01,0xf5,0xac,0x66,0x33,0x36,0xfe,0x33,0xff, +0x63,0x52,0xf6,0x16,0xf3,0x09,0x00,0x20,0xf5,0x05,0x35,0x67,0x63,0x3f,0xf3,0x0f, +0xf5,0x0a,0xf9,0x09,0x00,0xd0,0x5f,0xf3,0x00,0xff,0x74,0x6f,0xf3,0x0f,0xfd,0xff, +0x90,0x00,0xdf,0x24,0x00,0x50,0xfe,0xf9,0x00,0x00,0x4d,0x09,0x00,0x22,0xf6,0x30, +0x84,0x10,0x05,0x8d,0x10,0x02,0x89,0xbb,0x27,0xdd,0xef,0x51,0x00,0x11,0xf8,0x04, +0x08,0x16,0x7f,0x24,0x00,0x15,0x0c,0xc0,0x05,0x16,0x0c,0x00,0x1c,0x60,0x11,0x11, +0x8f,0xc1,0x1f,0xf4,0xd5,0x4d,0x15,0xdf,0x1a,0x06,0x80,0xdf,0xed,0xef,0xfd,0xdf, +0xfe,0xde,0xff,0x59,0x35,0x50,0x7f,0xb0,0x0f,0xf3,0x05,0x0a,0x00,0x10,0x71,0x28, +0x00,0x28,0x16,0xff,0x28,0x00,0x40,0xac,0xcc,0xcf,0xfd,0x27,0x31,0x00,0x3f,0x14, +0x39,0x3f,0xfa,0x11,0x3f,0x14,0x08,0xca,0x7b,0x00,0x7b,0x54,0x12,0x01,0xf8,0x34, +0x42,0xef,0xff,0xc8,0x5c,0x9e,0x69,0x22,0x69,0xdf,0xc7,0xc7,0x51,0x01,0x23,0x47, +0xae,0xff,0x40,0xf1,0x01,0xfe,0x09,0x90,0x52,0x7c,0xff,0xfe,0x20,0x01,0xed,0xb9, +0x63,0x27,0x1d,0x17,0xc2,0x0a,0x82,0xb6,0x08,0xdd,0xdd,0xef,0xed,0xdf,0xfd,0xdd, +0xdc,0x50,0x00,0x80,0x41,0x97,0xff,0x53,0xbf,0x93,0x5f,0xf5,0x39,0xfd,0x00,0x14, +0x00,0x51,0x36,0xd8,0x43,0xcf,0x83,0xc9,0xb1,0x33,0x1d,0xfa,0x03,0x24,0x06,0x40, +0xef,0xc0,0x1d,0xfb,0x7a,0x18,0x70,0x30,0x5f,0xfc,0x75,0xdf,0xfd,0xdd,0xba,0x8b, +0x90,0x0b,0x84,0xff,0xbf,0xff,0x76,0x66,0x6c,0xf6,0xdc,0x07,0x12,0x02,0xe6,0xfc, +0x10,0x06,0xb0,0xd9,0xf2,0x06,0x98,0x88,0x8d,0xf6,0x00,0x5f,0xff,0xf0,0x00,0x5b, +0xff,0xa7,0x78,0x72,0x00,0x09,0x5f,0xf0,0x05,0xcf,0xff,0x69,0xea,0x51,0xf0,0x7f, +0xff,0xe7,0x39,0x4b,0xf5,0x30,0xf0,0x06,0x17,0x95,0x51,0x00,0x1d,0x22,0x20,0x9b, +0xdf,0x78,0x00,0xb8,0xa0,0x00,0x1f,0xf0,0xce,0xca,0x73,0x02,0x69,0xbd,0x50,0xa3, +0x03,0x17,0xff,0x0a,0x00,0x12,0x07,0xa1,0x28,0x05,0x0a,0x00,0x82,0x08,0xbb,0xff, +0xbb,0x67,0xfb,0x11,0x11,0x06,0x97,0x12,0x97,0x5a,0x58,0x40,0x35,0xff,0x43,0x27, +0x5b,0x28,0x02,0x28,0x00,0x01,0x1e,0x49,0x51,0x04,0x46,0xff,0x44,0x37,0x14,0x00, +0x10,0x1f,0x27,0xf2,0x01,0x28,0x00,0x52,0x1c,0xcd,0xff,0xcc,0xb7,0x3c,0x49,0x00, +0xf5,0x5e,0x02,0x5a,0x00,0x33,0x08,0xff,0xd0,0x0a,0x00,0x80,0x0c,0xff,0xfa,0x01, +0x3f,0xf4,0xff,0x52,0x4d,0x1c,0x60,0xff,0x60,0x4f,0xf0,0xff,0x30,0x9f,0x2a,0x42, +0x8f,0xe0,0x8f,0xc0,0x1d,0x30,0xf0,0x04,0x0e,0x41,0xef,0x60,0xff,0x33,0x20,0x09, +0xff,0x10,0x01,0x1d,0xfe,0x00,0xff,0x57,0xf7,0x1f,0xf6,0x5b,0x59,0xe8,0x00,0xdf, +0xff,0xf5,0x03,0xa0,0x00,0x02,0xfc,0x30,0x00,0x5e,0xff,0xb0,0x3c,0x96,0x17,0x81, +0x5a,0x74,0x13,0x05,0xc8,0x58,0xc0,0xff,0x50,0x05,0xff,0xdd,0xdd,0xff,0x40,0x06, +0x88,0xee,0x87,0x7d,0x33,0x02,0xba,0xa1,0x00,0xf6,0xa9,0x00,0x14,0x00,0x30,0x8d, +0xff,0x15,0x08,0x81,0x10,0x40,0x93,0x66,0x02,0x1e,0x00,0x43,0x00,0x00,0xdf,0xc0, +0x3c,0x00,0x32,0x0a,0xff,0x70,0x3c,0x00,0x33,0x00,0xaf,0xff,0x1e,0x00,0x00,0x89, +0xba,0x11,0x85,0x14,0x00,0x51,0x1f,0xfc,0xfe,0xaf,0x85,0x28,0x00,0x71,0x0a,0x56, +0xfe,0x09,0x00,0x2f,0xe0,0xe4,0xce,0x01,0xa8,0xa8,0x04,0x0a,0x00,0x50,0x9f,0x90, +0xff,0x32,0x10,0x0a,0x00,0x00,0x76,0x5e,0x20,0x36,0xf6,0x0a,0x00,0x50,0x6f,0xfa, +0x00,0xff,0x59,0xc3,0x93,0x50,0x0d,0xff,0xb0,0x00,0xdf,0x22,0x3e,0x8c,0xfe,0x03, +0xd6,0x00,0x00,0x5d,0xee,0x90,0xc0,0x60,0x04,0x68,0x83,0x21,0xbf,0xa0,0xea,0x8d, +0x82,0xf5,0x01,0xff,0xb6,0x66,0x64,0x0f,0xf5,0xcb,0xd0,0x10,0xfa,0x09,0x00,0x50, +0x0c,0xfe,0xaa,0xba,0xa7,0x09,0x00,0x40,0x5f,0xf6,0x4c,0xc0,0x24,0x00,0xd1,0xf7, +0xef,0xe0,0x2f,0xf8,0x00,0x0c,0xc4,0x0e,0xf5,0x3b,0x50,0x07,0x46,0xa6,0x54,0x52, +0x00,0x00,0x00,0x61,0x4c,0xfa,0x18,0xfe,0x09,0x00,0x00,0x4b,0x75,0x20,0x2a,0xfe, +0x37,0x28,0x41,0x04,0x88,0x20,0x09,0x09,0x00,0x32,0x08,0xff,0x50,0x09,0x00,0x30, +0x09,0xff,0x51,0x09,0x00,0x71,0x37,0x50,0x1e,0xff,0xfe,0x02,0x33,0xfe,0x87,0x50, +0xfa,0xfe,0x00,0x00,0xe5,0x38,0xfd,0xf0,0x05,0x46,0xff,0x00,0x02,0xfb,0x6d,0xff, +0xff,0x91,0x04,0xff,0xfe,0xef,0xf7,0x0d,0xfc,0x71,0x00,0x00,0x9e,0xdd,0x29,0x1e, +0x10,0x96,0xf2,0x00,0x3a,0x71,0x06,0x54,0x94,0x13,0xc2,0x45,0x8c,0x22,0xff,0xf4, +0x2c,0x18,0x01,0xb1,0x5a,0x94,0x4f,0xff,0x52,0x22,0x3e,0xfe,0x32,0x22,0x06,0x8e, +0x04,0x15,0x08,0x43,0x0f,0x20,0x89,0xff,0x75,0x1b,0x10,0x08,0xda,0xc9,0x64,0x54, +0x4a,0xff,0x44,0x4a,0xfe,0xff,0x4b,0x00,0x69,0x3e,0x00,0x41,0xc4,0x10,0xce,0x09, +0x00,0x03,0x24,0x00,0x20,0x08,0xff,0xf8,0x21,0x23,0xef,0xfe,0x11,0x11,0x00,0xe7, +0x86,0x70,0xf8,0x33,0x39,0xff,0x33,0x39,0xfe,0x3b,0x18,0x02,0x24,0x00,0x20,0xdf, +0xc0,0x22,0xbd,0x20,0x4b,0xfe,0xc6,0xcf,0x20,0x07,0xfe,0x36,0x05,0x10,0xa9,0xd8, +0x1b,0x3a,0x0d,0xfe,0xb1,0x3e,0x08,0x03,0x4f,0x1d,0x12,0x80,0xb7,0x00,0x10,0xe0, +0x0e,0x3d,0xf2,0x05,0x2c,0xfb,0xfd,0xdf,0xbf,0xe0,0x03,0xfd,0xab,0xfe,0x0c,0xf1, +0xf7,0x7f,0x0e,0xe0,0x0c,0xf4,0x09,0xf5,0x1e,0x00,0x50,0x5f,0xfd,0xdf,0xfd,0x88, +0xa1,0x0a,0x01,0x22,0x16,0x11,0x90,0xe1,0x30,0x52,0x02,0xf9,0x8f,0x1f,0x98,0x54, +0x04,0xa0,0xf9,0x9f,0x3f,0xdf,0xfc,0xcc,0xbb,0xcf,0xf0,0x00,0x31,0x6c,0x20,0x71, +0xf9,0x7d,0x61,0xf3,0x0f,0xfb,0xbf,0x6f,0x99,0xff,0xff,0xff,0x1f,0xf0,0x01,0xf8, +0x8f,0x1f,0x97,0xf6,0xfb,0xaf,0x2f,0xe0,0x01,0xfd,0xdf,0xaf,0x97,0xf3,0xfa,0x9f, +0x2f,0xe0,0x02,0x64,0x03,0xf0,0x0c,0x3f,0xd0,0x04,0xf6,0x9f,0x3f,0x91,0x34,0xfa, +0x88,0x3f,0xd0,0x07,0xf2,0x8f,0x1f,0x90,0x03,0xfb,0xdc,0x4f,0xc0,0x0b,0xf0,0x8f, +0x1f,0x9e,0x93,0x38,0xf0,0x01,0xa0,0x1f,0xa0,0x7d,0xaf,0x88,0x97,0x64,0x3e,0xef, +0x70,0x07,0x40,0x00,0x8d,0x20,0x9b,0x71,0x0b,0x4b,0x29,0x26,0x6a,0x70,0x68,0x0d, +0x05,0x5a,0x48,0x02,0x5e,0xc9,0x0e,0x3d,0x19,0x08,0xc9,0xf4,0x06,0x43,0xcc,0x12, +0x03,0x60,0x36,0x09,0xf4,0x10,0x07,0x1e,0x00,0x02,0x2e,0x42,0x19,0x60,0xda,0x11, +0x02,0x14,0x00,0x15,0x90,0x6a,0x1d,0x14,0xa0,0x4c,0xe4,0x15,0xdf,0x0a,0x00,0x25, +0xcf,0xa0,0xab,0xf2,0x1e,0xa0,0x28,0x00,0x00,0x1e,0x00,0x15,0x02,0x29,0x7a,0x14, +0xfa,0x4d,0xc9,0x24,0x3f,0xf2,0x0a,0x96,0x22,0xcf,0x40,0x13,0x00,0x72,0xcd,0xde, +0xed,0xdd,0x60,0x01,0xff,0x63,0x20,0x11,0xf7,0x13,0x00,0x01,0xc9,0x2d,0x00,0x26, +0x00,0x00,0x06,0xaa,0x41,0x82,0x44,0x5f,0xf8,0x37,0xe0,0x24,0xf9,0x9f,0xa1,0x1e, +0x14,0x09,0xf5,0x00,0x71,0xf9,0x12,0x23,0xff,0x72,0x22,0x00,0xf9,0x5b,0x21,0x1f, +0xf6,0x5b,0x0c,0x12,0x32,0x5f,0x00,0x01,0x8b,0x00,0x20,0x1f,0xf6,0x4f,0x9a,0x23, +0xbd,0xfa,0x13,0x00,0x23,0x00,0x5f,0x13,0x00,0x3c,0xf1,0x06,0xfa,0x26,0x00,0x34, +0xfd,0xdd,0xd9,0x26,0x00,0x05,0xf8,0xc9,0x06,0x17,0x1e,0x15,0xe3,0x90,0x04,0x14, +0xfd,0x90,0x04,0x32,0x03,0xfc,0x10,0x0a,0x00,0x01,0xf5,0x37,0x00,0x3e,0x6d,0x22, +0x40,0x5e,0x74,0x43,0x25,0x01,0xff,0x64,0xbb,0x02,0x8a,0x5d,0x02,0x0a,0x00,0x50, +0x04,0xcc,0xcc,0xcc,0x02,0x70,0xf2,0x15,0x40,0x7f,0x01,0x10,0x40,0x8a,0x05,0x11, +0x54,0x86,0x04,0x00,0xc5,0xfc,0x60,0x44,0xff,0x10,0x01,0xdd,0x30,0x67,0x56,0x02, +0xb4,0xbe,0x00,0x4d,0x03,0x03,0x0a,0x00,0x21,0xfe,0xcd,0x0a,0x00,0x51,0x03,0x00, +0x06,0xf9,0x01,0x0a,0x00,0x50,0x0d,0xe3,0x06,0xfa,0x02,0x0a,0x00,0x00,0xa8,0xb9, +0x01,0x9c,0xdb,0x81,0x95,0x55,0x9f,0xf1,0x06,0xff,0xdd,0xdd,0x79,0x0f,0x30,0xb0, +0x06,0xf9,0x35,0xfd,0x41,0xde,0xee,0xda,0x10,0x44,0xc2,0x32,0x00,0x38,0x60,0x65, +0x97,0x00,0x5b,0xa4,0x00,0x91,0x01,0x13,0xf9,0x2e,0xab,0xb2,0x29,0x9a,0xfa,0x99, +0x49,0x99,0x9f,0xfb,0x99,0x91,0x3f,0x23,0x3b,0x00,0x48,0x3f,0x00,0xf4,0x98,0x00, +0x11,0xd1,0x20,0xa2,0x05,0xbb,0x06,0x12,0x0d,0x72,0xdb,0x03,0xb1,0xb7,0x06,0x41, +0x79,0x00,0x61,0xdd,0x02,0x03,0x9d,0xc0,0x60,0x04,0xcc,0xcc,0xc5,0x00,0x2f,0xf5, +0x55,0xef,0x60,0x01,0xe8,0x34,0x10,0x5f,0x32,0x37,0x40,0x05,0xff,0xff,0xf6,0xcd, +0x2c,0x60,0xef,0x40,0x05,0xfd,0xbd,0xf6,0x28,0x14,0xf2,0x01,0xff,0x30,0x05,0xf7, +0x07,0xf6,0x05,0xff,0x20,0x01,0xff,0x20,0x05,0xf7,0x08,0xf6,0xcd,0xa2,0x10,0x05, +0x93,0xdc,0x90,0xf3,0x01,0x19,0xfd,0x00,0x05,0xfe,0xdd,0xdb,0x48,0xae,0xb8,0xf9, +0x00,0x05,0xf7,0x00,0x00,0xaa,0x00,0x0d,0xff,0xc1,0x28,0x87,0x15,0x02,0x1f,0x0c, +0x00,0xb1,0xb7,0x00,0xc9,0xa6,0x02,0xd0,0x72,0x01,0x0a,0x00,0x91,0x05,0x56,0xfb, +0x65,0x40,0xff,0x53,0x6f,0xe0,0x55,0x0e,0x51,0xb2,0xff,0x10,0x3f,0xe0,0xff,0x53, +0xe0,0x4b,0xfd,0x00,0x3f,0xf1,0x20,0x02,0xdd,0xdd,0xdc,0xcf,0xf5,0x00,0x1f,0x2e, +0x2a,0x80,0xff,0xfd,0x9f,0x80,0x00,0x07,0xcd,0xd1,0x68,0x01,0x11,0x27,0x48,0x83, +0x14,0x03,0x69,0x47,0x62,0x80,0x02,0xcc,0xcc,0xcb,0x9f,0xe0,0x01,0x90,0x33,0x33, +0x32,0x0a,0xf7,0x11,0x1a,0xfd,0x00,0xe9,0x1e,0x50,0x07,0xff,0x20,0x5f,0xf7,0xbb, +0x1f,0xe0,0xfe,0x00,0xdf,0xe4,0xff,0xc0,0x00,0x02,0xfd,0x02,0xfe,0x00,0x2f,0xff, +0x79,0x46,0x51,0xfd,0x03,0xfe,0x00,0x4c,0xd1,0x37,0x03,0x33,0x46,0xc0,0xfe,0x93, +0x02,0xff,0xdd,0xdc,0xef,0xff,0x81,0x7f,0xff,0xf2,0x59,0xce,0x6f,0x7e,0x82,0x00, +0x01,0x8e,0x80,0x3b,0x1b,0x03,0x10,0xa5,0x1a,0x2a,0x03,0x8f,0x94,0x00,0x65,0x5f, +0x01,0x23,0x66,0x10,0x30,0xbb,0xe8,0x00,0xbb,0xc2,0x62,0xfe,0xee,0x74,0x44,0x5e, +0xd5,0x5c,0x92,0x15,0x8e,0xde,0x03,0x10,0x0d,0xd0,0x3b,0x22,0xe1,0x01,0xa8,0xb2, +0x10,0xf2,0x63,0xae,0x22,0xdd,0xdd,0x0a,0x00,0x03,0x24,0x55,0x12,0xf2,0x37,0x5f, +0xa1,0x25,0x99,0xbf,0xfb,0x99,0x60,0x04,0xbb,0xbb,0xbb,0x2f,0x24,0x02,0xf3,0x19, +0x00,0x30,0x25,0x25,0x70,0x00,0x3c,0x00,0x35,0x00,0xff,0xbb,0x0a,0x00,0x15,0x10, +0x0a,0x00,0x92,0x32,0xff,0x33,0x33,0x6f,0xf5,0x33,0x31,0x00,0xd3,0x3a,0x00,0x84, +0x0e,0x43,0xff,0x99,0x99,0x4f,0x0a,0x00,0x2d,0x10,0x00,0xad,0x2b,0x64,0x1c,0xd0, +0x00,0x00,0x8d,0x90,0xcc,0x38,0x23,0xef,0xa0,0xce,0x13,0xb1,0x04,0xff,0x94,0x44, +0x44,0x40,0x2d,0xdd,0xfd,0xdd,0x3b,0x46,0x05,0x11,0x3f,0x0f,0xa4,0x00,0xca,0x4c, +0x60,0x01,0x11,0x11,0x13,0xff,0xd0,0xab,0x30,0x10,0x06,0x2b,0x98,0xa0,0xdb,0xbb, +0xb0,0x4f,0xf0,0x04,0xbb,0xbb,0xb5,0x1e,0x8a,0x23,0x10,0xe0,0x44,0x02,0xf0,0x06, +0x0c,0xf3,0x2f,0xf0,0x5f,0xe0,0x06,0xff,0xff,0xf7,0x0c,0xf1,0x0f,0xf0,0x5f,0xd0, +0x05,0xdd,0xdd,0xd6,0x0c,0xb0,0x82,0x11,0xd0,0x1e,0x00,0x63,0xfc,0xbf,0xf0,0x7f, +0xc0,0x05,0x1e,0x00,0x60,0x8f,0xb0,0x05,0xfc,0x9c,0xf7,0x1e,0x00,0xf1,0x03,0x9f, +0xa0,0x05,0xf7,0x06,0xf7,0x0c,0xfd,0xdd,0xd0,0xaf,0x90,0x05,0xf7,0x07,0xf7,0x03, +0x30,0x08,0xe3,0x01,0x1a,0x40,0x81,0x12,0x14,0xff,0x50,0x05,0xfe,0xdd,0xd6,0x77, +0x10,0x32,0x10,0x05,0xf7,0xd1,0x06,0x05,0x9e,0x9a,0x19,0x32,0x9a,0x01,0x21,0x1a, +0xc0,0xa4,0x03,0x12,0x17,0xc0,0x99,0x00,0xf0,0x78,0x32,0x90,0x00,0x08,0x5b,0x45, +0xd1,0x2f,0xf1,0x0a,0xab,0xfa,0xa6,0x45,0x55,0x58,0xff,0x5b,0x92,0x1f,0x27,0x12, +0x00,0x5b,0xb9,0x00,0x7a,0x04,0x10,0xde,0x54,0x23,0x21,0xe7,0x02,0x17,0x3e,0x00, +0x89,0x0e,0x00,0x62,0x24,0x02,0x6b,0x71,0x02,0x2e,0xcb,0x10,0xc7,0xc2,0x03,0x01, +0x4f,0x5c,0x10,0xf8,0x3a,0x02,0x70,0xcc,0xcc,0xc4,0x6a,0xfd,0x63,0xff,0xdd,0xc8, +0x61,0x33,0x31,0x06,0xfc,0x00,0xef,0x44,0x02,0x30,0xf6,0x06,0xfc,0x61,0x40,0x60, +0x02,0xfe,0xbe,0xf6,0x06,0xfc,0xd7,0x2c,0xe0,0x02,0xfc,0x0a,0xf6,0x07,0xfe,0xcf, +0x9f,0xa2,0xc2,0x02,0xfc,0x0a,0xfb,0xa5,0x03,0x30,0xd2,0xf8,0x02,0x43,0x00,0xb0, +0xfb,0x62,0x1f,0xf8,0xf6,0x02,0xff,0xdd,0xd5,0x73,0x00,0x14,0x85,0x01,0xe7,0x66, +0x01,0xb4,0xd5,0x0a,0xfb,0x37,0x04,0xc4,0x04,0x11,0xf4,0xa7,0xe2,0x21,0xcb,0x00, +0xc0,0xe3,0x11,0xbd,0xd8,0x0e,0x20,0x01,0xfe,0xba,0x25,0xa0,0xfa,0x62,0x00,0x1d, +0xdd,0xfd,0xdd,0x72,0x43,0x2f,0x4c,0x89,0x02,0xa4,0xcf,0x15,0xf1,0x13,0x49,0x11, +0xf2,0xc8,0x00,0x12,0xfd,0xfe,0x01,0x06,0x0a,0x00,0x01,0x5c,0x8a,0x50,0x66,0x6f, +0xf7,0x66,0x63,0x14,0x00,0x03,0x6a,0xb9,0x32,0xcc,0xcc,0xca,0x3f,0xac,0x00,0x27, +0x44,0x51,0x04,0xcc,0xcf,0xfc,0xcc,0x61,0xc7,0x12,0x06,0x4e,0x3e,0x30,0xfe,0xbb, +0xff,0xbf,0xf2,0x80,0xdf,0x80,0x04,0xfb,0x00,0xff,0x06,0xfc,0xb4,0x2d,0xa8,0x04, +0xfc,0x44,0xff,0x06,0xfc,0x11,0x11,0xcf,0x80,0x28,0x00,0x23,0xaa,0xaa,0x0a,0x00, +0x21,0xfb,0x00,0xe8,0x66,0x51,0xae,0x80,0x00,0x18,0xb0,0x7e,0x33,0x20,0xc8,0x20, +0xaf,0x26,0x21,0x0b,0xfd,0x1e,0xcf,0x20,0x08,0xfb,0x7e,0x48,0xb0,0x0d,0xfb,0x00, +0x49,0x9b,0xfa,0x99,0x10,0xbf,0x80,0x3d,0x77,0x14,0x03,0xc4,0xb5,0x10,0xd0,0x22, +0x87,0x12,0x8f,0x10,0x5d,0x40,0xdd,0xdd,0xd4,0x12,0x31,0x62,0x00,0x0c,0x7b,0x11, +0xf5,0xb9,0xcf,0x02,0x2b,0x14,0x00,0xef,0x32,0x33,0x30,0x0a,0xff,0x7a,0xc3,0xc1, +0x40,0x07,0xcc,0xcc,0xc4,0x07,0x77,0xbf,0xe7,0x77,0x20,0x02,0xe2,0x44,0x21,0x7f, +0xd0,0x97,0x19,0xc2,0xf8,0x34,0x44,0xaf,0xe4,0x44,0x40,0x0a,0xfc,0xbd,0xf8,0xbf, +0x43,0xe7,0x31,0xf4,0x07,0xf8,0x9d,0x34,0x56,0xe2,0x0a,0xf5,0x08,0xf8,0x28,0x00, +0x03,0x0a,0x00,0x33,0xfe,0xdd,0xd7,0x0a,0x00,0x02,0x76,0x4f,0x0a,0x64,0x3a,0x23, +0x2b,0xd0,0x45,0x95,0x02,0x84,0x61,0x22,0xaf,0xa0,0x46,0x19,0x10,0x23,0x55,0x4c, +0x64,0x30,0x09,0x99,0xfa,0x97,0xbf,0xd2,0x2a,0x22,0xfb,0xbf,0x18,0x42,0x00,0xce, +0xc3,0x01,0x28,0x00,0x10,0x04,0xcb,0xca,0x22,0x00,0xaf,0x28,0x99,0x20,0xf1,0x4e, +0x82,0x00,0x15,0xb0,0x71,0x94,0x10,0xd0,0x14,0x00,0x70,0x26,0x67,0xff,0x96,0x66, +0x50,0x03,0xef,0xbf,0x31,0x03,0xcf,0xf5,0x75,0xfb,0x80,0x30,0x10,0x4f,0xe9,0xfd, +0x16,0x00,0x04,0x8c,0xc8,0xf0,0x24,0x8f,0xe0,0x91,0xdf,0x50,0x04,0xfd,0xbd,0xf3, +0xcf,0x7f,0xe0,0x00,0x6f,0xe0,0x04,0xf7,0x09,0xf5,0xff,0x5f,0xe0,0x0c,0x6e,0xf4, +0x04,0xfa,0x4b,0xfb,0xfb,0x4f,0xf0,0x2f,0xc9,0xf9,0x04,0xff,0xff,0xf4,0xb4,0x2f, +0xff,0xff,0x94,0x81,0x04,0xfc,0x88,0x82,0x00,0x0a,0x30,0x37,0x15,0x04,0x06,0xb8, +0x00,0x3c,0x0f,0x06,0x49,0xed,0x03,0x4c,0x3b,0x22,0x0c,0xf9,0x0a,0x00,0xc0,0xd0, +0x26,0x69,0xf8,0x66,0x07,0x60,0xbf,0x80,0x6f,0xc0,0x5f,0xa0,0x46,0x50,0xa0,0xff, +0x50,0x7f,0xb0,0xc9,0x5a,0xf1,0x02,0xcf,0x45,0xff,0x10,0x9f,0xa0,0x06,0xdd,0xdd, +0xd5,0x9a,0x0d,0xf9,0x00,0xbf,0x80,0x07,0xbc,0xe0,0x43,0xf4,0x9a,0xff,0x50,0x82, +0xf4,0x40,0xef,0xfe,0x10,0x07,0x28,0x3b,0xc2,0xe4,0x00,0x67,0x61,0x00,0x06,0xcc, +0xcc,0xc4,0x03,0x01,0xbc,0x33,0xfc,0x60,0x31,0x00,0x23,0xff,0x90,0x24,0xaa,0x0d, +0xf1,0x17,0xf8,0x8f,0xdf,0x7f,0xf3,0xee,0x00,0x08,0xfd,0xbd,0xf8,0xbe,0xcf,0x39, +0xf4,0x7f,0x80,0x08,0xf5,0x06,0xf8,0xeb,0xcf,0x31,0x22,0x2e,0xe0,0x08,0xf6,0x07, +0xfc,0xf9,0xcf,0x30,0x06,0xfd,0xf4,0x08,0xd9,0xf5,0xe1,0x40,0x09,0xf8,0xf5,0x08, +0xfe,0xdd,0xd8,0x60,0xbf,0xfe,0xef,0xf1,0x10,0xa1,0x17,0x25,0x4e,0xff,0xe9,0xd4, +0x11,0x11,0x4a,0x06,0x17,0x92,0xf8,0xfe,0x11,0x3f,0x5a,0x05,0x00,0x74,0x2c,0x02, +0x0a,0x00,0x73,0x07,0x77,0xec,0x77,0x40,0x06,0xfe,0x0f,0x4c,0x51,0x97,0xad,0xfe, +0xaa,0xa9,0xe8,0x97,0x11,0x3b,0x8f,0x0a,0x00,0x4a,0x06,0x51,0x01,0x2f,0xf7,0x26, +0xfe,0x16,0x03,0x00,0xa7,0xdf,0x02,0xbf,0x27,0x74,0x69,0xbf,0xf9,0x9b,0xff,0x95, +0x03,0xfd,0xfe,0x60,0xf9,0x02,0xbb,0xbb,0xba,0x56,0xb6,0x3a,0x10,0x64,0x0c,0x03, +0x11,0x06,0xe4,0xfb,0x12,0x04,0xd1,0x27,0x03,0x0c,0x03,0x51,0x0b,0xfc,0x88,0x88, +0xef,0x0c,0x03,0x20,0x0b,0xf8,0xf0,0xa1,0x34,0x04,0xfd,0x44,0x0a,0x00,0x07,0x28, +0x00,0x00,0x5f,0x40,0x04,0x0c,0x03,0x00,0x1e,0x00,0x44,0xbe,0x80,0x00,0x18,0xe1, +0x03,0x00,0xce,0x3f,0x03,0x1e,0xe3,0x23,0x09,0xfa,0x0a,0x00,0x60,0x59,0x9b,0xf9, +0x99,0x3f,0xf0,0xa4,0x29,0x00,0xfe,0x02,0x02,0x0a,0x00,0x00,0x97,0x8e,0x02,0x1e, +0x00,0x42,0x09,0xdd,0xdd,0xd4,0x0a,0x00,0x10,0x0a,0xe0,0x5e,0x05,0x5f,0x5d,0x11, +0x6c,0x3c,0x65,0x13,0x0a,0xc8,0xe2,0xc0,0xff,0x90,0x08,0xcc,0xcc,0xc4,0x25,0x55, +0xbf,0xc5,0x55,0x30,0x0c,0x03,0x50,0x22,0x22,0xbf,0xa2,0x22,0xe4,0x11,0x12,0xf8, +0x2c,0x1c,0x51,0x0b,0xfc,0xbd,0xf8,0xee,0x02,0x03,0x30,0x0b,0xf3,0x08,0x26,0x80, +0x00,0x9a,0xf5,0x50,0xf4,0x09,0xf7,0x00,0x8f,0x63,0x1e,0x00,0x28,0x00,0xb0,0x5c, +0xff,0xb0,0xaf,0xfc,0x50,0x0b,0xfe,0xdd,0xd9,0xff,0xa7,0xaf,0x60,0xe1,0x0b,0xf3, +0x00,0x00,0x7d,0xd4,0xc9,0x08,0x83,0x0a,0x00,0x98,0x08,0x32,0x53,0x00,0x68,0x98, +0x08,0x20,0x01,0xff,0x66,0x9e,0x00,0x64,0x05,0x11,0x08,0xae,0x5f,0x40,0x39,0x9b, +0xfa,0x99,0x37,0x71,0x11,0xfa,0xe0,0x02,0x20,0xef,0x90,0xf9,0x6d,0x40,0x13,0x33, +0x33,0x4d,0x54,0x84,0x71,0xcf,0xf2,0x06,0xdd,0xdd,0xd6,0xdf,0xe6,0x33,0x10,0x07, +0x48,0xe3,0x43,0xfa,0x88,0x8b,0xfb,0xb5,0x87,0x00,0x3b,0x57,0x10,0x08,0x14,0x00, +0x40,0xf5,0x33,0x38,0xfb,0x4e,0x02,0x11,0xc3,0xae,0x65,0x01,0x4e,0x02,0x80,0x0d, +0xff,0xfe,0xff,0xea,0x00,0x08,0xff,0x8d,0x30,0x20,0x94,0xfe,0xa4,0x2b,0x00,0x98, +0x08,0x20,0x74,0xfe,0xbd,0x19,0xf0,0x02,0x07,0xf6,0x02,0xff,0x44,0xfe,0x06,0x20, +0x08,0xf6,0x08,0xf6,0x0a,0xfe,0x04,0xfe,0x0b,0xba,0x18,0x80,0xf7,0x9f,0xf7,0x04, +0xfe,0x0d,0xf1,0x08,0x32,0x5c,0x20,0xb0,0x02,0xfd,0x3a,0x40,0xf5,0x00,0x02,0xf8, +0x57,0x12,0x14,0x60,0x00,0x07,0x12,0x10,0x71,0xf1,0x03,0x67,0x50,0x13,0x30,0xfe, +0xed,0x22,0x07,0xfb,0x9c,0x4f,0xb0,0xc1,0x77,0x8f,0x97,0x64,0xfa,0x12,0x95,0x13, +0xfc,0x2f,0x91,0x4f,0x50,0x93,0x6f,0xa4,0x2f,0xc0,0x27,0x11,0xe0,0xf9,0xaf,0xff, +0xf3,0xfc,0x04,0xdd,0xdd,0xd3,0x4f,0x92,0x5f,0xa3,0x2f,0x31,0x03,0x61,0x44,0xf9, +0x67,0xfb,0x64,0xfc,0x97,0x12,0x40,0x9f,0xff,0xff,0x8f,0x13,0x00,0xf0,0x0b,0x45, +0xf9,0x66,0x66,0x64,0xfc,0x04,0xcc,0xcc,0xc3,0x6f,0x84,0x55,0x55,0x2f,0xc0,0x13, +0x33,0x33,0x16,0xf8,0xdf,0xff,0xf4,0xfc,0x06,0xa8,0x01,0xf0,0x12,0x6d,0xd5,0xaf, +0x4f,0xc0,0x6f,0xdb,0xdf,0x59,0xf4,0xdb,0x07,0xf4,0xfc,0x06,0xf6,0x08,0xf5,0xcf, +0x2d,0xff,0xff,0x4f,0xc0,0x6f,0x70,0x8f,0x6f,0xe0,0xde,0xaa,0xa3,0xfc,0xe1,0xd1, +0x90,0xfa,0x04,0x30,0x00,0x2f,0xc0,0x6f,0xed,0xdd,0x1e,0x44,0x61,0xef,0xfb,0x06, +0xf6,0x00,0x03,0x35,0xb4,0x04,0xa1,0x0a,0x19,0x22,0x8c,0x1e,0x23,0xd0,0x00,0x7e, +0x36,0x00,0x1d,0x61,0x01,0x18,0x31,0x00,0x9f,0x6c,0x10,0x4b,0x75,0x20,0x60,0x80, +0x4b,0xbc,0xfc,0xbb,0x18,0x3a,0x1b,0x24,0x30,0x5f,0x4e,0x1b,0x10,0x60,0x64,0x05, +0x60,0x02,0x22,0xaf,0xc2,0x22,0x10,0xde,0x03,0x11,0xbf,0x3e,0x03,0x00,0xca,0x03, +0x12,0x8a,0xdd,0xa0,0x00,0x2e,0x07,0x01,0x7f,0xbd,0x00,0x14,0x00,0x02,0x51,0x3a, +0x91,0x05,0xcc,0xcc,0xc5,0x08,0xfb,0x44,0x46,0xff,0x90,0x01,0x10,0x08,0xfa,0x0a, +0x01,0xde,0x03,0x20,0x08,0xfe,0x38,0x13,0x00,0xde,0x03,0xb2,0x08,0xfb,0x44,0x47, +0xff,0x00,0x08,0xf6,0x06,0xf8,0x08,0x48,0xb7,0x73,0xf7,0x07,0xf8,0x08,0xfb,0x33, +0x36,0x28,0x00,0x10,0xfa,0x59,0x07,0xc1,0x08,0xfe,0xdd,0xd7,0x08,0xfa,0x02,0xbd, +0xfe,0x00,0x08,0xf6,0x33,0x02,0x24,0xff,0xf7,0xc4,0x07,0x10,0x22,0x75,0x00,0x11, +0x70,0xb8,0xb1,0x11,0x01,0xaa,0x2c,0x00,0x3e,0x4d,0x30,0xfa,0xe2,0x00,0x2d,0x06, +0xf1,0x01,0x4d,0xdf,0xf5,0xbf,0xfc,0x10,0x00,0x66,0x7f,0x86,0x52,0x82,0xff,0x16, +0xfe,0x4b,0x84,0x35,0x10,0xdf,0x13,0x24,0x10,0xf5,0xae,0xba,0x60,0x41,0xcf,0xf9, +0x66,0xbf,0xf5,0x67,0x05,0x21,0xd2,0x4f,0xf4,0x2e,0x00,0x04,0x01,0x52,0x6f,0xfc, +0x46,0x66,0x63,0x12,0x5f,0x60,0x9f,0xb9,0x99,0x99,0x9b,0xc0,0x15,0x00,0x01,0x03, +0x01,0x10,0xd0,0x37,0xd7,0xf0,0x01,0xc2,0x04,0xfc,0x44,0x47,0xfd,0x00,0x00,0x13, +0x33,0x33,0x00,0x4f,0xc2,0x22,0x5f,0x93,0x7d,0x00,0x0f,0xce,0x01,0x13,0x07,0xf0, +0x03,0x5f,0xdb,0xdf,0x40,0x2a,0xdc,0x99,0xee,0x90,0x00,0x05,0xf7,0x08,0xf4,0x00, +0x9f,0xa0,0x0e,0x15,0x9a,0x60,0x70,0x8f,0x40,0x03,0xff,0x14,0xd6,0xbd,0x01,0x0e, +0x92,0x20,0xc2,0x9f,0xf8,0x46,0x23,0xed,0xdd,0x01,0x77,0x00,0x97,0x08,0x01,0x5b, +0x13,0x18,0xd7,0x9a,0x01,0x72,0x5d,0x20,0x00,0x2c,0xb0,0x09,0xf8,0x00,0xef,0x80, +0x0e,0xf2,0x08,0xf9,0x77,0x00,0x00,0x0e,0xf3,0x5e,0xd0,0xf8,0xfa,0xff,0x00,0x09, +0x9d,0xa9,0x7b,0xdd,0xde,0xc8,0xf9,0xaf,0xd8,0x8e,0xf3,0x06,0xc4,0xf5,0x4f,0x77, +0xf9,0x4f,0xa0,0x03,0x33,0x33,0x31,0xf9,0x7f,0x36,0xfa,0x04,0x00,0x05,0xdd,0xdd, +0x8f,0xbf,0xe8,0x35,0xff,0xff,0x8f,0x24,0x0e,0x00,0x67,0x19,0x20,0xfd,0x02,0xd6, +0x0b,0xf2,0x0c,0x68,0xff,0xff,0xf3,0xfe,0x3f,0x80,0x05,0xbb,0xbb,0x48,0xf9,0x5e, +0xf1,0xff,0x9f,0x80,0x00,0x22,0x22,0x08,0xf8,0x3e,0xf0,0xff,0xff,0x20,0x1e,0x00, +0x20,0xf0,0xcf,0x8e,0x97,0xf0,0x07,0xcf,0x68,0xf8,0x4e,0xf0,0xaf,0xf4,0x00,0x06, +0xf3,0x4f,0x68,0xfa,0x6e,0xf1,0xcf,0xb4,0x90,0x06,0xf4,0x5f,0x68,0x22,0x2d,0x20, +0xc6,0xf2,0x28,0x00,0xf0,0x03,0xfa,0x67,0xff,0xee,0xfd,0xf0,0x06,0xfd,0xcc,0x54, +0x83,0x0a,0xfe,0x28,0xff,0xa0,0x06,0xf3,0x66,0x00,0x3f,0xd2,0x00,0xdf,0x73,0xd3, +0x03,0x82,0x2c,0xd0,0x00,0x00,0x8e,0x30,0x0c,0xb3,0x60,0x09,0x41,0x7f,0xb0,0x2f, +0xf1,0x0d,0x9c,0xb4,0xce,0xef,0xee,0xef,0xfe,0xe2,0x0b,0xbc,0xdb,0xb8,0xdf,0x08, +0x56,0x70,0xfc,0x39,0x1c,0xf2,0xef,0x09,0x50,0x60,0x09,0xf0,0x01,0x5f,0x6c,0xf1, +0xde,0x4f,0x90,0x05,0xdd,0xdd,0xd2,0x0f,0xbc,0xf1,0xde,0x9f,0x20,0x42,0x01,0xa2, +0x7d,0x9e,0xf8,0xef,0x9d,0x73,0x01,0x22,0x22,0x24,0x50,0x25,0x00,0x14,0x00,0x01, +0x57,0x45,0x51,0x62,0x02,0x77,0x77,0x71,0x1c,0x5c,0x52,0x20,0x03,0x88,0x88,0x81, +0x1b,0x82,0x11,0x06,0x40,0xa4,0x00,0x3c,0x41,0x60,0x06,0xfb,0x7e,0xf3,0x0e,0xfb, +0x82,0x41,0x43,0x06,0xf7,0x0c,0xf3,0x1e,0x00,0x30,0xf9,0x3d,0xf3,0x65,0x32,0x03, +0x28,0x00,0x00,0x6f,0xc8,0x53,0x30,0x06,0xfd,0xaa,0xa2,0x1e,0x00,0x12,0xf7,0x71, +0x94,0x28,0xee,0x30,0x26,0x8c,0x54,0xf0,0x5f,0x90,0x00,0xcc,0xc6,0xef,0xb4,0x94, +0xff,0x88,0x88,0x80,0x01,0x4f,0xc1,0x4a,0x71,0x1d,0x31,0xd4,0x40,0xfd,0xcf,0xfa, +0x09,0x95,0x83,0x70,0x77,0x78,0xfe,0xee,0xef,0x8f,0xf2,0x6e,0x06,0x40,0xd4,0xfb, +0x12,0x3f,0xdc,0xc2,0xf0,0x0e,0xdd,0x3c,0xd7,0xf9,0x16,0xbf,0xff,0xfa,0x51,0x00, +0xcf,0xdd,0xef,0xf5,0x5f,0xfd,0x5a,0xff,0xf2,0x00,0x44,0x00,0x48,0x9b,0xb7,0x40, +0x00,0x39,0x70,0x32,0x06,0x10,0xaf,0xaf,0xcf,0x03,0x17,0x62,0x02,0xa2,0x72,0x11, +0x88,0x01,0x00,0x27,0x50,0x00,0x0a,0x00,0x15,0x06,0x48,0x57,0x12,0x03,0x50,0x46, +0x00,0xf4,0x37,0x02,0x96,0x0f,0x00,0x1c,0x92,0x01,0x28,0x15,0x25,0x7f,0xe0,0x5c, +0x61,0x08,0x14,0x00,0x00,0xbd,0x93,0x50,0x05,0xb2,0x00,0x0b,0x91,0x02,0xb7,0x00, +0x6a,0x09,0x11,0x4f,0xb6,0x3a,0x12,0x04,0x51,0x00,0x50,0x38,0x8d,0xb8,0x83,0x88, +0x72,0xba,0x10,0x50,0xf7,0xc2,0x10,0x7b,0x36,0xba,0x52,0x00,0x14,0x44,0x44,0x40, +0x0a,0x00,0x90,0x09,0xdd,0xdd,0x76,0x77,0x77,0xff,0xa7,0x77,0x36,0x06,0x15,0x8e, +0x5f,0x56,0x60,0x03,0x34,0x7a,0x86,0x85,0x64,0xce,0xa4,0x60,0x88,0xdf,0xff,0xfb, +0xf8,0xfd,0xb4,0x24,0xf4,0x03,0x64,0x9b,0xfc,0x18,0xf5,0x7f,0x90,0x01,0x22,0x22, +0x18,0x8b,0xfd,0x8c,0xfb,0x8d,0x80,0x0c,0x8a,0x02,0xfd,0x2d,0xf0,0x0c,0xfa,0xbf, +0x83,0x38,0xfc,0x57,0xfb,0x76,0x30,0x0c,0xd0,0x2f,0x8a,0xbe,0xff,0xf6,0xfd,0xee, +0x10,0x0c,0xd0,0x3f,0x8f,0xff,0xfe,0x82,0xdf,0xf4,0x20,0x0c,0xff,0xff,0x82,0x06, +0xfa,0x08,0xff,0x93,0xf2,0x0c,0xfc,0xcc,0x63,0xad,0xfa,0xef,0xdf,0xfe,0xf1,0x0c, +0xd0,0x00,0x00,0xff,0xc3,0x79,0x04,0xdf,0x29,0x74,0x04,0xc4,0x04,0x00,0x12,0x9e, +0x11,0xf0,0x8a,0x0c,0x02,0xbb,0x32,0x00,0xd9,0x00,0xf1,0x00,0xbb,0xef,0xeb,0xbf, +0xfb,0xb3,0x3b,0xbb,0xfb,0xbb,0x04,0xcc,0x88,0x99,0xa0,0xde,0x04,0x60,0x1d,0xf7, +0x3e,0xf5,0x22,0x20,0xc4,0x04,0x02,0xec,0x04,0x90,0x06,0xdd,0xdd,0xd7,0xef,0xf6, +0x57,0xfc,0x55,0xe0,0x14,0x15,0xfc,0x0d,0x2f,0x61,0x00,0xce,0xf4,0x36,0xfb,0x33, +0xc4,0x04,0x02,0xdf,0x53,0xe1,0x05,0xcc,0xcc,0xc4,0x0d,0xf5,0x47,0xfc,0x44,0x30, +0x03,0x66,0x66,0x63,0x14,0x00,0x10,0xf0,0x2c,0x06,0xb1,0x3c,0xc9,0x88,0x88,0x87, +0x10,0x08,0xf9,0x4a,0xf7,0x6f,0x50,0x0a,0xf0,0x06,0x08,0xf6,0x07,0xf7,0x00,0xbf, +0xd2,0x2d,0xfb,0x00,0x08,0xf7,0x08,0xf7,0x00,0x2e,0xfe,0xef,0xd1,0x00,0x08,0x2a, +0x0c,0x50,0x6c,0xff,0xff,0xa5,0x20,0xa2,0x08,0x01,0x27,0x98,0x10,0xf3,0xc4,0x04, +0x41,0xbf,0xd8,0x20,0x06,0x18,0x38,0x04,0x1c,0x84,0x11,0x3a,0x4c,0x8e,0x01,0xdf, +0xaa,0x22,0x10,0x7f,0x78,0x23,0xd2,0x1e,0xf8,0x03,0x77,0x79,0xff,0x77,0x77,0x45, +0xaa,0xdf,0xba,0x0d,0xf6,0x91,0x31,0xff,0xff,0xf1,0xf3,0x01,0x10,0x01,0x3d,0xcc, +0x01,0x87,0x0c,0x00,0x97,0x01,0xf0,0x08,0xf7,0x6f,0x57,0xf5,0x8f,0x80,0xaf,0xff, +0xf8,0x6f,0x53,0xf2,0x5f,0x26,0xf8,0x01,0x11,0x11,0x16,0xfe,0xef,0xee,0xfe,0x96, +0x91,0x20,0xfc,0x17,0x91,0x05,0x52,0x72,0x0a,0xaa,0xaa,0x80,0x40,0xc5,0x80,0x45, +0x55,0x53,0x0d,0xf8,0x66,0x66,0x8f,0xdd,0xbe,0xb1,0x80,0xdf,0x97,0x77,0x79,0xff, +0x00,0xcf,0x8a,0xf8,0x0d,0xa5,0x0d,0xe0,0x0c,0xf1,0x5f,0x80,0xdf,0x85,0x55,0x58, +0xff,0x00,0xcf,0x15,0xf8,0x0c,0x07,0x24,0x10,0xe0,0x26,0x00,0xa0,0x3b,0xfc,0x11, +0xef,0xa3,0x00,0xcf,0xdc,0xc9,0xdf,0x4b,0x2c,0xb6,0xfa,0x0c,0xf1,0x00,0x0a,0xf9, +0x10,0x00,0x01,0x9f,0x30,0x17,0x0e,0xf0,0x07,0x0b,0x70,0x00,0x2a,0x80,0x00,0x09, +0x50,0x00,0x00,0x6f,0x60,0x02,0x3f,0xf2,0x20,0x6f,0x60,0x00,0x01,0xfb,0x1b,0x09, +0x7c,0x70,0xeb,0x2a,0x20,0x1e,0xfa,0xcf,0x45,0xbd,0x34,0x40,0xde,0x10,0x0d,0xdf, +0x18,0x90,0xf1,0x38,0x9d,0xef,0xf4,0x10,0x00,0x7f,0x8b,0x54,0x55,0x55,0x30,0x7f, +0x6e,0x80,0x09,0xfe,0x9e,0xbb,0xee,0xee,0x89,0xfe,0xae,0xd0,0x0e,0xfd,0xbc,0xe3, +0x55,0x55,0x2c,0xec,0xaa,0xe0,0x07,0x24,0x38,0x3b,0xfe,0xef,0x76,0x34,0x48,0x50, +0x0f,0x7d,0x8d,0x7b,0xb1,0x1f,0x7d,0xab,0xaa,0xb0,0x1f,0x5b,0xb9,0x9b,0xff,0xff, +0x8f,0x79,0xc6,0xe0,0x1c,0x14,0x38,0xea,0x21,0x11,0x15,0xd3,0x77,0x12,0x8f,0x4a, +0x49,0x34,0x30,0x00,0x5d,0x00,0x6f,0xf1,0x00,0x0d,0xff,0xef,0xfa,0x20,0x03,0xcf, +0xd3,0x00,0x00,0x06,0xf7,0x02,0xcf,0xfc,0x5d,0x62,0x91,0x01,0x33,0x57,0xaf,0xff, +0xff,0xfc,0x98,0x64,0xc8,0x68,0x20,0xc8,0x7b,0x3e,0x21,0x30,0x06,0xda,0x86,0x32, +0x19,0x33,0x68,0xac,0x50,0x46,0x0f,0x12,0xf1,0xbe,0x3c,0x13,0xe0,0x0a,0x00,0x23, +0xdd,0xef,0x0a,0x00,0x34,0xfe,0x00,0x5f,0x14,0x00,0x00,0x41,0x79,0x43,0x3f,0xfd, +0xdd,0xd6,0x28,0x00,0x01,0x2c,0x32,0x88,0x11,0x6f,0xe0,0x00,0x3f,0xf5,0x44,0x42, +0x28,0x00,0x00,0xb5,0xf3,0x05,0x50,0x00,0x50,0x44,0x7f,0xf5,0x44,0x10,0x1e,0x00, +0x12,0xe1,0x4e,0x3c,0x33,0xfe,0x00,0x6f,0x0a,0x00,0x01,0xfe,0xa0,0x00,0x05,0x19, +0x61,0x02,0xdd,0xdd,0xdd,0xc1,0xff,0x68,0x4e,0x42,0x5e,0xa1,0x9d,0x11,0x0a,0x00, +0xe1,0xdf,0xb0,0xcf,0xb1,0xff,0x22,0x22,0xef,0x60,0x08,0xff,0x40,0x2f,0xf6,0x32, +0x00,0x52,0x2f,0xfa,0x00,0x09,0xa3,0x3c,0x00,0x12,0xc0,0x22,0x62,0x1d,0xce,0xec, +0x62,0x11,0x39,0x47,0x1d,0x00,0x94,0x08,0x13,0x9f,0xbb,0xa1,0x00,0x5f,0x0e,0x00, +0x35,0x2b,0xe1,0x11,0x14,0xfc,0x02,0xff,0x42,0x22,0x21,0x03,0xfa,0x39,0x82,0xfc, +0x06,0xc4,0x0e,0x55,0xfa,0x4f,0xd2,0xfc,0x0d,0x0a,0x00,0x51,0x4f,0xf2,0x00,0xbf, +0x40,0x0a,0x00,0x50,0xdf,0xe0,0x00,0xef,0x10,0x0a,0x00,0xf0,0x00,0xfe,0xff,0xf3, +0x01,0xfe,0x00,0x03,0xfa,0x5f,0xd2,0xfc,0x8e,0xf9,0x05,0xfb,0x0a,0x00,0x60,0xc2, +0xfc,0x02,0xff,0x1a,0xf7,0x5a,0x5d,0xe0,0xb2,0xfc,0x00,0xbf,0x9f,0xf1,0x00,0x03, +0xfa,0x9f,0x92,0xfc,0x00,0x3f,0x71,0x10,0x40,0x43,0xdf,0x42,0x32,0x55,0x55,0x00, +0xa6,0x04,0x40,0x7f,0x60,0x00,0x0c,0x14,0x00,0x30,0x1e,0xf6,0x3f,0x8c,0xb4,0xf0, +0x07,0xfa,0x00,0x03,0xdf,0xc0,0x09,0xfc,0x4d,0xff,0x46,0xff,0xe4,0x0c,0xfd,0x10, +0x01,0xe9,0x6f,0xe4,0x00,0x6f,0xf5,0xa2,0x72,0x00,0x36,0xea,0x24,0x02,0x60,0x11, +0xc6,0x12,0x00,0x8c,0x47,0x11,0x5f,0x1c,0x85,0x00,0x08,0x03,0x06,0x0a,0x00,0x20, +0x01,0x11,0x47,0x07,0x43,0x11,0x9f,0xa1,0x11,0x7d,0x32,0x21,0x9f,0xa0,0xa1,0x0f, +0x02,0xe0,0x4c,0x00,0x51,0x07,0x07,0x0a,0x00,0x01,0xee,0x12,0x11,0x2f,0x91,0x2f, +0x30,0xc8,0x1f,0xf1,0x0a,0x00,0x10,0x03,0xad,0x67,0xc0,0xfd,0xdc,0x2f,0xf1,0x00, +0x0f,0xc0,0x08,0xfa,0x1f,0xff,0xfe,0x21,0x00,0x71,0xf0,0x09,0xfe,0x2f,0xf3,0x11, +0x0f,0xe0,0x32,0x21,0xff,0x9f,0xe2,0xc9,0x32,0xfe,0x30,0x0a,0xe7,0x9d,0x20,0x22, +0x10,0xe9,0x26,0x14,0xf1,0x19,0xfc,0x30,0xff,0xfc,0x75,0xcb,0x09,0x43,0x52,0x3f, +0xf0,0x5e,0x44,0x27,0x21,0x7f,0xc0,0x69,0xa9,0x00,0xc0,0x8b,0x17,0x50,0x7a,0xb7, +0x16,0x70,0x0a,0x00,0x11,0x01,0x6a,0x04,0x14,0x09,0xfe,0xa4,0x12,0xa0,0x21,0xb1, +0xe0,0xef,0x30,0xaf,0x90,0x01,0x11,0xbf,0x81,0x10,0x06,0xfc,0x00,0xcf,0x80,0x0a, +0x00,0x40,0x11,0x5f,0xf6,0x66,0x31,0xcf,0x00,0xe0,0x1b,0xd0,0xc0,0xdf,0xff,0x10, +0x1e,0xee,0xef,0xfe,0xea,0x8b,0x10,0x48,0x72,0xde,0x1c,0x30,0xc0,0x00,0x4c,0xe4, +0x02,0x30,0x07,0xfa,0x4f,0x8e,0x08,0x00,0x6a,0x04,0x71,0xf9,0x4f,0xfe,0xe6,0x5f, +0xe2,0x23,0x0a,0x00,0xf3,0x05,0xff,0xf6,0x5f,0xd0,0x01,0xff,0x40,0x09,0xfc,0x4f, +0xe6,0x62,0x5f,0xe0,0x02,0xff,0x40,0x0a,0xff,0x8f,0x28,0x00,0x01,0x4d,0x34,0x40, +0x4d,0xdd,0xdd,0xdd,0xc6,0x33,0x1c,0xc0,0xc8,0x00,0x33,0x5f,0xc0,0x6f,0xc8,0x00, +0x51,0x5f,0x80,0x01,0x7b,0xee,0xc8,0x00,0x2f,0x01,0x20,0x36,0x9f,0x0b,0x20,0xf9, +0x44,0x49,0x5e,0x11,0xf1,0x8c,0x4b,0x00,0xed,0x0e,0x01,0x0a,0x00,0x00,0x5e,0x06, +0x1a,0x8f,0x28,0x00,0x06,0xf4,0x8e,0x02,0xba,0x67,0x10,0x20,0xa7,0x7d,0x12,0x10, +0x98,0x5e,0x00,0x2d,0xca,0x01,0x0a,0x5f,0x01,0xd2,0x84,0x12,0x2f,0xfd,0x69,0x11, +0x0a,0xd1,0xc4,0x11,0xff,0x13,0x37,0x33,0xa0,0x2f,0xf4,0x5a,0xa3,0x13,0xf7,0x0a, +0x68,0x32,0xcf,0xc9,0xff,0x7d,0xfc,0x10,0x08,0xc2,0xc6,0x70,0xfa,0x65,0x44,0x44, +0x41,0x2f,0xfb,0x58,0x4b,0x01,0xa2,0xa6,0x62,0xc0,0x00,0x00,0x15,0x9d,0xef,0x80, +0x85,0x07,0x0d,0xad,0x15,0x4e,0x8c,0x1c,0x03,0x0a,0x00,0x50,0xf4,0x00,0xcf,0x4e, +0xfa,0x04,0x5f,0x01,0x0a,0x00,0x02,0x10,0x12,0x50,0xf9,0x66,0xef,0x4e,0xf9,0x73, +0x0f,0x04,0x28,0x00,0x10,0xfe,0xd0,0x57,0x24,0xa9,0x2e,0x22,0xf5,0x21,0x30,0x0e, +0x06,0x55,0x51,0x0a,0xc1,0xff,0x63,0x1e,0x0a,0x00,0x81,0x0d,0xf2,0xff,0xff,0x5e, +0xf8,0x22,0x26,0x0a,0x00,0x11,0xdc,0x32,0x00,0x00,0x0a,0x00,0x26,0x30,0x0e,0x0a, +0x00,0x00,0xa2,0x53,0x00,0x0a,0x00,0x31,0xcf,0x6e,0xf7,0xf6,0x6c,0x50,0xfe,0xff, +0xff,0x8e,0xfa,0x30,0x25,0x42,0x9f,0xff,0xfc,0x72,0xb5,0x79,0x44,0x5e,0xa5,0x10, +0x00,0xbf,0x79,0x0a,0x2c,0xf5,0x13,0x83,0xef,0x16,0x34,0x40,0x0e,0xf9,0x0a,0x00, +0x10,0x6f,0x1a,0x27,0x50,0x09,0xf7,0x00,0xff,0x41,0x2c,0x92,0x01,0x0a,0x00,0xf1, +0x00,0x5d,0xff,0x80,0x3f,0xf4,0x00,0x09,0xfe,0xdd,0xff,0xef,0xff,0xf4,0xdf,0xc0, +0x28,0x00,0x21,0x6d,0x97,0xa0,0x14,0x32,0x33,0xff,0x53,0x79,0x87,0x70,0x04,0x61, +0xef,0x20,0x00,0x0b,0xff,0x69,0x93,0xc0,0xf2,0xef,0x87,0x36,0xef,0xf8,0xcf,0xfe, +0x81,0x0c,0xf2,0xef,0x45,0x0d,0x80,0x08,0xff,0xd1,0x0c,0xf2,0xef,0xa9,0x8f,0xd6, +0x19,0x61,0x30,0x0c,0xf2,0xef,0x20,0x04,0xbe,0x00,0x00,0x0a,0x00,0xc0,0x14,0xfe, +0x11,0x16,0xfe,0x00,0x0c,0xf3,0xef,0xce,0xb4,0xfe,0x30,0x5b,0x10,0x3e,0x78,0x2c, +0x01,0x0a,0x00,0x51,0x8f,0xff,0xfd,0xa6,0x24,0x28,0x00,0x42,0x4c,0x95,0x10,0x00, +0x32,0x00,0x03,0xed,0x56,0x23,0x05,0xed,0x10,0x0d,0x21,0x34,0xfe,0xd8,0x59,0x1a, +0xfb,0x0a,0x00,0xf0,0x13,0x03,0x00,0x08,0xf6,0x04,0xfe,0xd6,0xef,0x34,0xfe,0x2f, +0xc2,0x08,0xf6,0x04,0xfd,0xfd,0xef,0x34,0xfe,0x7f,0xe1,0x08,0xf8,0x26,0xfb,0xbf, +0xff,0x34,0xfe,0xdf,0x70,0x08,0xff,0xc3,0x4c,0x10,0x34,0x21,0x1a,0x61,0xcc,0xff, +0xc9,0x3c,0xff,0x34,0x13,0x4a,0x14,0xff,0x50,0x00,0x80,0xf1,0xff,0x54,0x00,0xef, +0x34,0xff,0xb1,0x0a,0x00,0xf0,0x22,0xfd,0x1b,0xff,0x24,0xff,0xfd,0x20,0x08,0xf1, +0xff,0xce,0xff,0xff,0x24,0xff,0xef,0xe2,0x08,0xf1,0xff,0x09,0xfd,0xff,0x04,0xfe, +0x2e,0xf4,0x08,0xf1,0xff,0x01,0xb6,0xfd,0x04,0xfe,0x03,0x50,0x08,0xf1,0xff,0x8c, +0x1a,0xfa,0x04,0xfe,0x01,0x00,0x0a,0xfc,0x07,0xae,0xf3,0x06,0x04,0xfe,0x05,0xe5, +0x7f,0xff,0xfe,0xa6,0xaf,0xd0,0x04,0xff,0x18,0xf7,0x3f,0xc7,0x30,0x06,0xff,0x50, +0x02,0xb3,0x46,0x10,0xd6,0x66,0x3b,0x1e,0x90,0xc1,0xd0,0x02,0x52,0x80,0x04,0x89, +0xa1,0x04,0x0a,0x00,0x11,0x0e,0xc0,0x03,0x0a,0x0a,0x00,0x01,0x1e,0x00,0x00,0x52, +0x17,0x22,0x90,0x07,0x86,0xfa,0x00,0x4c,0xb8,0xf1,0x03,0xfc,0xdf,0xbe,0xf2,0xfe, +0x7e,0xf9,0x8f,0xf0,0x07,0xf5,0xaf,0x3b,0xf2,0xfd,0x0d,0xf3,0x1f,0x67,0x6c,0x03, +0x0a,0x00,0xd3,0xf7,0xbf,0x5c,0xf2,0xfe,0x6e,0xf8,0x7f,0xf0,0x07,0xfa,0xcf,0x9d, +0x32,0x00,0x01,0x3c,0x00,0x91,0xaf,0xfb,0xbf,0xf0,0x00,0x11,0xdf,0x61,0x10,0x28, +0x00,0x51,0x18,0x88,0xef,0xb8,0x86,0x0a,0x00,0x10,0x1f,0x3b,0x1c,0x01,0x0a,0x00, +0x90,0x1c,0xcc,0xff,0xdc,0xc8,0xfe,0x5e,0xf7,0x6f,0x1d,0xc6,0x02,0xac,0x1e,0x02, +0x0a,0x00,0x00,0x6b,0x75,0x02,0x0a,0x00,0x00,0x5c,0xe7,0x08,0x86,0x12,0x01,0xba, +0x50,0x24,0x6e,0x90,0x0a,0x00,0x13,0x6f,0x8d,0x69,0x42,0xa4,0x44,0x5f,0xe7,0x6c, +0x16,0x02,0xca,0x0d,0x00,0x1e,0x00,0x70,0x1d,0xde,0xdd,0xdd,0xed,0xd1,0x0b,0xe5, +0x1d,0xf0,0x05,0x5f,0xb1,0x07,0xf3,0x00,0x0b,0xfb,0xfe,0xdf,0x60,0xdf,0xb0,0x0b, +0xfd,0x00,0x0b,0xf2,0xfa,0x7f,0x68,0x03,0x22,0x20,0x90,0x0b,0xd4,0xab,0xf1,0x0b, +0xf8,0x00,0x02,0x7f,0xf3,0x0b,0xf9,0xfd,0xcf,0x7c,0xfe,0xf0,0x0f,0xff,0x90,0x0b, +0xf2,0xfa,0x8f,0x60,0x3e,0xf6,0x6f,0xf1,0x00,0x0b,0x72,0x34,0x40,0xfd,0xcf,0x90, +0x00,0x0d,0x98,0x11,0x30,0x15,0x71,0x82,0x01,0x16,0xfe,0x11,0x10,0x00,0x9f,0xfb, +0x82,0x4b,0xd0,0xa0,0x01,0xcf,0xfe,0x20,0x00,0x4e,0xee,0xff,0xee,0x90,0x1d,0xff, +0xf5,0xbd,0x10,0x04,0x60,0xf8,0x70,0xf6,0x6f,0xff,0xa2,0x00,0x04,0xfd,0x38,0x7c, +0x30,0x05,0xff,0xf3,0x0a,0x00,0x10,0x09,0x86,0xba,0x0f,0xcc,0x69,0x04,0x10,0x0b, +0xc4,0xf0,0x40,0x34,0xa0,0x00,0x01,0x03,0x3d,0x42,0x82,0xff,0x5e,0xfc,0xe0,0x3a, +0x90,0xc1,0xff,0x33,0xff,0x90,0x00,0x11,0x1b,0xfa,0x4c,0x4d,0x50,0x7c,0x20,0x0c, +0xcc,0xcf,0x68,0x0e,0x48,0xdc,0xcd,0xc1,0x0f,0x65,0x2d,0x12,0xb6,0x63,0x28,0x92, +0x06,0xbb,0xbe,0xfd,0xbb,0xb3,0xef,0x60,0x97,0x4c,0x71,0xe2,0xf5,0xcf,0x72,0xff, +0x30,0x00,0x33,0x3b,0xf9,0x33,0x30,0xbf,0x97,0xfd,0x50,0x00,0xc0,0xd0,0x9f,0xbd, +0xf8,0x00,0x01,0xfb,0x49,0xf7,0x4e,0xd0,0x7f,0x68,0x69,0x00,0xe1,0xc0,0x20,0xd0, +0x4f,0x0e,0xba,0x60,0xfc,0x7b,0xf9,0x7f,0xd0,0x1f,0x27,0xde,0xa0,0x99,0x9d,0xfc, +0x99,0x70,0x4f,0xfa,0x07,0xd3,0x08,0x50,0x00,0x63,0xb7,0xff,0xfe,0x09,0xf4,0x0c, +0xaa,0x21,0x40,0xce,0xf2,0x00,0x00,0x26,0x11,0x41,0xe3,0x5f,0xff,0xc0,0x0a,0x00, +0x48,0x0a,0x20,0x06,0xba,0x60,0xa2,0x20,0x06,0xfa,0xd5,0x11,0x01,0x14,0x14,0x01, +0xd1,0x97,0x12,0xe2,0x9a,0x01,0x20,0x50,0x09,0x8e,0x42,0x01,0x0a,0x00,0x41,0x9f, +0xe3,0xcf,0xe2,0x28,0x00,0x42,0x1b,0xff,0x40,0x1d,0xca,0x1f,0xb0,0xef,0xfe,0xaa, +0xac,0xff,0xf6,0x0c,0xfb,0xfd,0xef,0xbf,0x36,0x50,0xb0,0xd0,0x0c,0xe2,0xf7,0xaf, +0x23,0x34,0x44,0x44,0x40,0x20,0x78,0x00,0x11,0x26,0x0d,0x95,0x51,0x0c,0xf9,0xfb, +0xdf,0x2f,0x61,0x0e,0xa1,0x0c,0xe3,0xf7,0xaf,0x2f,0xec,0xfb,0xfe,0xbf,0x80,0x90, +0x9f,0xf4,0x05,0xb6,0xf3,0xdc,0x4f,0x80,0x07,0x9c,0xfe,0x99,0x2f,0xc9,0xf7,0xed, +0x8f,0x80,0x01,0x17,0xfb,0x11,0x2f,0xa2,0x9c,0xc1,0xff,0x6f,0xec,0xfb,0xee,0xbf, +0x80,0x4e,0xef,0xff,0xee,0x6f,0x28,0x00,0x00,0x78,0x00,0x18,0x1f,0x0a,0x00,0x00, +0xc0,0x70,0x03,0x14,0x00,0x2c,0xbd,0x10,0x2a,0x03,0x05,0x0a,0x00,0x10,0x6f,0x03, +0x02,0x11,0x0e,0xee,0xcb,0x24,0xea,0xaa,0x0a,0x00,0x46,0xd5,0x55,0xff,0x60,0x1e, +0x00,0x60,0x07,0xee,0xff,0xee,0xe1,0x13,0xcc,0x75,0x51,0x07,0xfc,0xef,0xce,0xf9, +0xca,0x0d,0x50,0x07,0xf4,0x9f,0x1b,0xf9,0x2a,0xa6,0x21,0xf6,0x07,0x67,0x4d,0x91, +0xd1,0x11,0xdf,0x50,0x07,0xf8,0xbf,0x6c,0xf1,0xb8,0x51,0x00,0x2a,0x03,0x62,0xf1, +0x5f,0xe6,0x66,0xef,0x50,0x1e,0x00,0x41,0xe7,0x77,0xef,0x50,0x2a,0x03,0x11,0x5f, +0x82,0x21,0x72,0x44,0xdf,0x84,0x42,0x5f,0xe9,0x99,0xc4,0x20,0x60,0xf9,0x5f,0xd1, +0x23,0xef,0xa3,0x2a,0x03,0x22,0xce,0xef,0x74,0x33,0x10,0xcf,0x3a,0x01,0x30,0xec, +0xff,0xb3,0x0a,0x00,0x64,0x03,0x32,0x10,0x00,0xdf,0x50,0xb4,0x00,0x18,0xdf,0xa2, +0x12,0x02,0x26,0x1b,0x11,0xa0,0xa9,0xaa,0x00,0x40,0x28,0x12,0xf4,0x90,0x01,0x20, +0x40,0x1c,0x94,0x6c,0x00,0x0a,0x00,0xf1,0x01,0x44,0xef,0xa0,0x4f,0xf9,0x10,0x00, +0x07,0xf9,0x01,0xaf,0xfc,0x22,0x26,0xff,0xf5,0x0c,0x03,0x01,0x8e,0x2b,0x50,0x0c, +0xfc,0xfc,0xff,0x02,0xbf,0x3a,0xa1,0x10,0x0c,0xf4,0xf5,0xcf,0x04,0x44,0x43,0x00, +0x07,0x39,0xf4,0xf1,0x07,0x1f,0xff,0xfc,0x6f,0x1f,0xd0,0x0c,0xfa,0xfb,0xef,0x1f, +0xb3,0xfc,0x7f,0x1f,0xd0,0x0c,0xf4,0xf6,0xcf,0x1f,0xd9,0x0a,0x00,0x01,0x1e,0x00, +0x00,0x0a,0x00,0xf0,0x01,0x07,0x9c,0xfd,0x99,0x1f,0x90,0xec,0x7f,0x1f,0xd0,0x01, +0x18,0xfa,0x11,0x2f,0xfe,0x14,0x00,0x02,0x90,0x01,0x00,0x0a,0x00,0x00,0x90,0x01, +0x60,0x5f,0x90,0xec,0x49,0x1f,0xd0,0xa0,0x00,0x52,0x1f,0x90,0xec,0x00,0x0f,0x0a, +0x00,0x51,0x9b,0xfb,0x0a,0xef,0xc0,0x0a,0x00,0x52,0x97,0xb3,0x06,0xdb,0x30,0x65, +0x73,0x22,0x0f,0xf0,0x0e,0x22,0x60,0x08,0x99,0x9f,0xfa,0x99,0x92,0xb4,0x00,0x15, +0xcd,0x8d,0xdc,0x60,0xc2,0x33,0x3f,0xf4,0x33,0x30,0x52,0x11,0x15,0x07,0x14,0x5f, +0xb2,0x97,0xf8,0x3f,0xf3,0x4f,0xe0,0x0b,0xfb,0xfe,0xbf,0x97,0x18,0x7a,0x60,0xf1, +0xea,0x3f,0x97,0xf7,0x2f,0x14,0x00,0x04,0x36,0x22,0xf3,0x01,0xe0,0x0b,0xf7,0xed, +0x8f,0x91,0x33,0x3f,0xf4,0xdf,0x70,0x0b,0xf8,0xfd,0x9f,0x9e,0x53,0xe9,0x30,0xff, +0xff,0x9e,0x68,0xc9,0xf2,0x00,0xf5,0x00,0x13,0xff,0x11,0x07,0x77,0x66,0x7d,0xd8, +0x73,0x14,0x46,0xff,0x44,0x2e,0x18,0x10,0x5f,0xb0,0x04,0xe2,0xcf,0xaa,0xaf,0xfb, +0xa5,0x4c,0xcd,0xff,0xcc,0xc0,0xcf,0x90,0x1f,0xf3,0x05,0x74,0x33,0x2f,0xf2,0x2f, +0x0a,0x00,0x43,0x05,0x9d,0xef,0xf2,0x19,0x74,0x2a,0x2f,0xfe,0xbb,0xb6,0x14,0xd9, +0xa4,0x7c,0x02,0xfd,0x16,0x02,0x40,0xdd,0x10,0x60,0x13,0x00,0x11,0x01,0xcf,0x01, +0x10,0x04,0x69,0x8f,0x40,0x6f,0xd1,0x11,0x0b,0xc0,0x40,0x43,0xb0,0x09,0xf8,0x21, +0x34,0xa4,0xf0,0x0c,0xef,0x6f,0xd0,0x0e,0xf6,0x6f,0xf4,0x8f,0xe0,0x4f,0xc4,0xfd, +0x00,0xef,0x22,0xff,0x04,0xfe,0x0d,0xfe,0xcf,0xfb,0x4e,0xf2,0x2f,0xf0,0x4f,0x91, +0x2b,0xb2,0xf6,0xef,0x44,0xff,0x26,0xfe,0x07,0x99,0xaf,0xe8,0x3e,0x1a,0x0f,0x24, +0x04,0xfd,0x6d,0xa4,0x30,0x5f,0xe9,0x5e,0x26,0x00,0x20,0xe2,0xbd,0x01,0x5c,0x00, +0x39,0x00,0x00,0xe9,0x19,0x11,0x3e,0x39,0x00,0x30,0xa8,0x56,0xfd,0xf9,0xc2,0x20, +0x58,0xfe,0x56,0x47,0x16,0x0e,0x39,0x00,0x32,0xdc,0xcc,0xcd,0x13,0x00,0x13,0xf2, +0x75,0x29,0x03,0xcb,0x0d,0x25,0x03,0x63,0x9c,0x0e,0x35,0xfc,0x00,0x09,0x61,0x70, +0x43,0x69,0xfd,0xaa,0xac,0x0a,0x00,0x10,0xfb,0x3e,0x26,0x52,0x04,0x8f,0xe4,0x44, +0x19,0xe8,0x24,0x31,0x9f,0x92,0x20,0xf0,0x50,0x00,0xd8,0x99,0x30,0xe0,0x9e,0xee, +0xbd,0xde,0x53,0x04,0xfd,0x4f,0xe0,0x9f,0x10,0x54,0x40,0xcf,0xfa,0x18,0xfa,0x9c, +0x05,0x00,0x30,0x02,0x11,0x18,0x6a,0x12,0x91,0x05,0x87,0x9f,0xf6,0x08,0xfe,0xbb, +0xbc,0xfd,0xf0,0x29,0x22,0x08,0xfa,0xd8,0x05,0x31,0x5f,0xf9,0x48,0x1e,0x00,0x00, +0x0e,0x2e,0x60,0x78,0xfe,0x99,0x9b,0xfd,0x00,0x31,0x1f,0xb4,0x38,0xfa,0x12,0x38, +0xfe,0x83,0x09,0x85,0x6f,0xe0,0xbe,0x51,0x7e,0x70,0xe0,0xcf,0xff,0xfe,0xdd,0xff, +0x72,0x0a,0x00,0x22,0x34,0x21,0x3c,0x00,0x01,0xc1,0x00,0x1b,0x05,0xd7,0x3a,0x08, +0xf7,0x1b,0x71,0x0c,0xf9,0x2b,0x80,0x00,0x09,0xf4,0x0a,0x00,0x20,0x8f,0xf5,0x03, +0x60,0x00,0x0a,0x00,0x01,0x15,0x93,0xc3,0xc0,0x33,0x33,0x3d,0xfa,0x35,0xe5,0x20, +0x00,0x5f,0xf5,0xef,0x9b,0x10,0x12,0x0a,0x58,0x48,0x02,0x85,0x17,0x11,0x03,0xb9, +0x36,0x00,0xb7,0xcc,0x00,0x94,0xf8,0x02,0x0a,0x00,0xe0,0x4f,0xfe,0xfd,0xff,0x40, +0x00,0x13,0x3e,0xf5,0x00,0xcf,0x8c,0xf9,0x8f,0xe8,0x43,0x60,0xf5,0x08,0xfe,0x1c, +0xf9,0x0b,0x2e,0x27,0x50,0xf5,0x6f,0xf6,0x0c,0xf9,0x1c,0x1d,0xd3,0x0e,0xf6,0xef, +0xa0,0x0c,0xf9,0x00,0x6d,0x20,0x00,0x0e,0xf5,0x2b,0xfa,0x55,0x10,0x5f,0x1b,0x2b, +0x12,0xf9,0x91,0x5c,0x10,0xf9,0xd5,0xf1,0x90,0x12,0x50,0x7f,0xfa,0x3a,0xff,0xff, +0xfe,0xde,0xee,0x46,0x32,0xa0,0x00,0x39,0x3b,0x94,0x20,0x03,0x00,0xfa,0x25,0x38, +0x44,0x33,0x21,0x97,0x47,0x12,0xd6,0xf7,0x02,0x10,0xf3,0x1f,0x24,0x00,0xc8,0x20, +0x01,0xa6,0xac,0x20,0xf5,0x07,0xd4,0x27,0x00,0xdf,0x35,0x24,0xe4,0x07,0xc1,0x3a, +0x10,0x10,0xb8,0x84,0x22,0xbf,0xf3,0x1b,0x82,0x63,0x44,0x44,0x6f,0xf3,0x00,0x4f, +0x24,0xcc,0x03,0x0a,0x00,0xd0,0x88,0xa8,0x88,0xe7,0x00,0x14,0x4f,0xf5,0x07,0xfe, +0x07,0xf9,0x09,0xca,0x20,0x30,0xf5,0x07,0xfe,0xa5,0x9e,0x00,0xc8,0x00,0x00,0x80, +0xc5,0x20,0xff,0x50,0x0a,0x00,0x60,0x09,0xff,0x69,0xa3,0xff,0xd1,0x0a,0x00,0x10, +0x2e,0xd9,0x35,0x10,0xfc,0x0a,0x00,0xb0,0x1f,0xff,0xfb,0x70,0x05,0xfe,0x20,0x00, +0x6f,0xfc,0x28,0x0e,0x37,0xd0,0x72,0x00,0x4e,0xfd,0x6d,0xfb,0x62,0x10,0x00,0x01, +0x24,0x61,0x2f,0x1a,0x41,0x02,0x98,0x03,0x51,0x60,0x00,0x03,0x9d,0xef,0x2b,0x07, +0x07,0x53,0x24,0x05,0xe6,0x1b,0x32,0xb2,0x00,0x0e,0xcc,0x41,0xf0,0x02,0x0d,0xfe, +0x40,0x0b,0xcc,0xdc,0xcc,0xef,0xfa,0x00,0x02,0xdf,0xf6,0x00,0x2c,0xfa,0x59,0x63, +0x05,0x52,0x1c,0xf8,0x00,0x05,0xaf,0xdc,0x08,0x03,0x88,0x9a,0x12,0x50,0x58,0x70, +0xc0,0xff,0xcc,0xff,0x50,0x26,0x66,0x62,0x1f,0xf5,0x35,0xff,0x33,0x12,0x74,0x13, +0xf5,0x1e,0x00,0xa0,0x4b,0xbf,0xf5,0x1f,0xf7,0x57,0xff,0x55,0xff,0x50,0xa0,0x00, +0x42,0xfa,0x9a,0xff,0x99,0x0a,0x00,0x02,0x3c,0x00,0x00,0x0a,0x00,0x51,0xf3,0x24, +0xfe,0x22,0xef,0x0a,0x00,0x90,0xf1,0x02,0xfe,0x5a,0xff,0x40,0x00,0x2f,0xf7,0x0a, +0x00,0x20,0x3f,0xfd,0x12,0x21,0x10,0x52,0x72,0x4e,0xe0,0x20,0x00,0x4f,0xfc,0x7f, +0xfa,0x31,0x00,0x00,0x01,0x35,0x91,0x3f,0xe1,0xf5,0xa7,0x11,0xef,0xc8,0x00,0x00, +0xce,0xb9,0x05,0xc8,0x00,0x02,0xe1,0x3b,0x14,0x10,0x79,0x68,0x24,0x07,0xf5,0x0a, +0x00,0x33,0x0d,0xff,0x60,0x30,0x02,0x41,0x01,0xdf,0xf4,0xde,0xbc,0x9b,0x42,0x80, +0x00,0x1e,0xe3,0x1e,0x00,0x00,0x7b,0x97,0x15,0x5f,0x38,0xb8,0x00,0x5c,0xd5,0xc0, +0xcd,0xfe,0x00,0x5c,0xcc,0xc4,0x5f,0xd0,0x0f,0xf5,0x06,0xfe,0x4e,0x02,0x60,0x5f, +0xfb,0xbf,0xfd,0xbd,0xfe,0x4e,0x02,0x25,0x5f,0xff,0x3c,0xa8,0x12,0x08,0xb9,0x24, +0x23,0x0e,0xf5,0x9a,0x84,0x00,0x44,0x02,0x60,0xff,0x5f,0xf6,0xbf,0xfa,0x00,0x22, +0x9d,0x50,0xf6,0x0f,0xf5,0x07,0xff,0x60,0x2c,0x10,0x5d,0x98,0xff,0x12,0x55,0x23, +0xc0,0x21,0x07,0x72,0x1a,0x59,0xc3,0x8e,0xfd,0x73,0x21,0x01,0x23,0x57,0xa0,0x4f, +0xf2,0x01,0xbf,0x90,0x2e,0x03,0x90,0x01,0x27,0xed,0x60,0xcd,0x87,0x25,0x58,0x00, +0x2c,0x1e,0x20,0x60,0x78,0x6c,0x70,0x54,0x88,0x60,0x00,0xaf,0xf4,0x2b,0x7d,0x31, +0x0d,0xfd,0x67,0x98,0x39,0x51,0x50,0x00,0x03,0xc2,0x0a,0x8e,0x39,0x04,0xc1,0x23, +0x00,0xe8,0x90,0x20,0x33,0x31,0x4e,0xbe,0x20,0x06,0xfe,0x8d,0x96,0x03,0x14,0x00, +0x81,0x3e,0xef,0xf5,0x0f,0xf9,0x7f,0xfb,0x7a,0xbe,0x00,0x52,0x0f,0xf9,0x8f,0xfb, +0x8b,0x0a,0x00,0x05,0xd2,0x00,0x70,0x02,0x22,0x2e,0xf7,0x22,0x22,0x00,0x45,0xf2, +0x05,0x5c,0xa1,0x02,0xeb,0x5b,0x11,0xe0,0x93,0x96,0x01,0x8c,0x00,0x10,0x08,0x41, +0x32,0xf4,0x02,0x09,0x93,0x00,0x00,0x02,0x6f,0xf9,0xcf,0xfa,0x54,0x32,0x22,0x35, +0x7a,0xe8,0x3f,0xc0,0x67,0x75,0x51,0x0a,0x50,0x00,0x3a,0xef,0xae,0x06,0x03,0x90, +0x01,0x0a,0xfa,0xbc,0x12,0xe5,0xa0,0x2f,0x00,0xbe,0x32,0x60,0x70,0x1f,0xfe,0xef, +0xff,0xee,0x28,0x8d,0x60,0xf6,0x1f,0xf1,0x09,0xf6,0x00,0x20,0x53,0x30,0xc2,0x1f, +0xf7,0xc7,0x0e,0x10,0x30,0x91,0x2e,0x61,0xf4,0x8c,0xfb,0x83,0xff,0x30,0xc2,0x38, +0xa0,0x5b,0xf9,0x52,0xff,0x30,0x03,0x33,0x31,0x3f,0xf8,0x1c,0x2e,0xf0,0x01,0x30, +0x1f,0xff,0xf5,0x4f,0xf1,0x33,0x33,0x31,0xff,0x30,0x1e,0xef,0xf5,0x5f,0xd4,0x3a, +0xa4,0x10,0x30,0x8d,0xec,0x32,0xb4,0xfb,0x8e,0x0a,0x00,0x41,0xaf,0x84,0xf6,0x0b, +0x0a,0x00,0x51,0xf6,0xef,0x54,0xfd,0xbe,0x0a,0x00,0x60,0xfc,0xff,0x14,0xee,0xee, +0xf4,0x0a,0x00,0x21,0xf9,0xb9,0x85,0x56,0x40,0x10,0x00,0x6f,0xff,0xb8,0x35,0x60, +0x7c,0xb4,0x00,0x2c,0xff,0x9a,0xaa,0x99,0x72,0x00,0x13,0x51,0x2f,0xf8,0x00,0x4d, +0xfa,0x00,0x61,0x06,0xc0,0x00,0x00,0x5b,0xef,0xb0,0x18,0x1e,0x10,0x20,0x03,0x10, +0x00,0x82,0x44,0x30,0xc3,0x27,0x80,0xbd,0x23,0x50,0x10,0x00,0x9f,0xf1,0x6f,0x3e, +0x35,0x00,0x56,0xc8,0x11,0xa0,0xe6,0x6f,0x24,0x6f,0xf7,0x35,0x3a,0x34,0x09,0x70, +0xbf,0xc8,0x14,0x21,0x0b,0xff,0xbf,0x11,0x02,0x72,0x0d,0x00,0x39,0x4d,0x52,0x10, +0x07,0x77,0x72,0x88,0x42,0x73,0x10,0x1f,0xfa,0xe1,0xa0,0x11,0x6f,0xe1,0x11,0x00, +0x1b,0xbf,0xf5,0x05,0xff,0xb8,0x30,0x00,0x90,0x01,0x02,0xd5,0x26,0x02,0x0a,0x00, +0x00,0xc2,0x30,0x01,0x0a,0x00,0x03,0x46,0x00,0x03,0x1e,0x00,0x00,0xca,0x2b,0x31, +0xf7,0x05,0xff,0xd2,0x05,0x52,0x00,0x5f,0xff,0xa7,0xfe,0x13,0x1e,0x21,0xff,0x99, +0xd2,0x00,0x63,0x12,0x42,0x2f,0xf8,0x00,0x3d,0xa3,0xe4,0x00,0xb2,0x2c,0x11,0xef, +0x5c,0x06,0x15,0x10,0xb6,0x1c,0x06,0xf2,0x03,0x34,0xda,0x00,0x1f,0xe8,0x81,0x50, +0xb0,0x1f,0xfd,0xff,0xdf,0x3d,0x05,0xf1,0x02,0x5f,0xfa,0x1f,0xe0,0xe9,0x09,0xe0, +0xdf,0x40,0x00,0x06,0xb1,0x1f,0xfd,0xfe,0xde,0xfd,0xe5,0x19,0x03,0x28,0x00,0x30, +0x28,0x88,0x83,0xb3,0x9b,0x01,0x86,0x78,0xc3,0xf5,0x00,0x2e,0xff,0xaa,0xaa,0x92, +0x00,0x29,0x9f,0xf5,0x02,0xe1,0xc7,0x62,0x0e,0xf5,0x5e,0xfe,0x43,0x33,0xb4,0x83, +0x30,0x9f,0xf5,0xe5,0x98,0xe1,0x00,0x82,0x05,0x43,0x38,0xff,0x9f,0xfc,0x24,0xac, +0x32,0xbf,0xff,0xd1,0x0a,0x00,0x31,0x07,0xef,0xfd,0x6e,0xa8,0x00,0x41,0x6b,0x02, +0x15,0xbd,0x41,0xfc,0x38,0xff,0xa3,0xa6,0x11,0xc3,0xf9,0x9f,0xfd,0xe7,0x43,0x23, +0x34,0x67,0x90,0x5f,0xc0,0x06,0x15,0x3c,0x41,0x0b,0x40,0x00,0x18,0xa8,0x1b,0x19, +0x70,0x62,0x02,0x22,0x01,0x45,0x47,0x92,0x10,0x60,0xe4,0x14,0x21,0x0c,0xf7,0xe7, +0x29,0xa0,0x22,0xff,0x62,0x3f,0xfc,0xbb,0xb0,0x05,0xff,0xb7,0x24,0x87,0x01,0xf4, +0x56,0x41,0xb6,0xcf,0xfd,0xcd,0xfa,0xa3,0xa0,0x03,0x00,0x0e,0xf0,0x00,0x5e,0xaa, +0xab,0x50,0x02,0xf3,0x77,0x30,0xee,0x2d,0xef,0xd6,0xce,0x20,0xf6,0x0e,0xce,0x65, +0x00,0xf8,0x1c,0x40,0xf6,0x0f,0xf0,0xdf,0x09,0xc5,0x00,0xab,0xfa,0xd1,0xe0,0xdf, +0x7d,0xdf,0xfd,0xd2,0x00,0x0e,0xf6,0x3f,0xc0,0xef,0x7f,0x72,0x01,0x41,0xf6,0x7f, +0x90,0xff,0x81,0x4b,0x70,0x0e,0xf6,0xdf,0x50,0xff,0x00,0x2f,0x0a,0x00,0x70,0xfd, +0xff,0x35,0xfd,0x05,0x7f,0xd0,0xf8,0x25,0x60,0xf8,0xbf,0xf9,0x0d,0xff,0xa0,0x42, +0xad,0x50,0xe0,0x5a,0x81,0x05,0x86,0x54,0x37,0xc3,0x7d,0xfd,0x74,0x32,0x22,0x35, +0x69,0xd2,0x0e,0xf4,0x01,0xbf,0x83,0x3c,0x40,0xa0,0x00,0x02,0xad,0x9d,0x3f,0x16, +0x90,0x17,0x0e,0x43,0x01,0x93,0x00,0xcf,0xe4,0xaf,0x50,0xff,0x20,0xcf,0xba,0xaa, +0x50,0x8d,0x70,0x02,0xef,0xd0,0xcf,0x40,0x09,0xc7,0xf6,0x01,0x33,0x5f,0xf5,0xcf, +0x71,0x17,0x81,0x08,0x30,0x03,0x99,0x9e,0xfd,0x99,0x80,0xae,0x3a,0xe1,0xbb,0xbf, +0xfe,0xbb,0xba,0x00,0x02,0x22,0x21,0x0e,0xfa,0x9e,0xfd,0x9a,0xf2,0x03,0x00,0x0a, +0x00,0x12,0x9b,0x0a,0x00,0x41,0xfc,0xbf,0xfe,0xbc,0xde,0x03,0x52,0x0e,0xf7,0x6e, +0xfc,0x68,0x0a,0x00,0x05,0xf2,0x03,0x40,0x03,0x33,0x3d,0xfb,0x10,0x91,0x15,0x0e, +0x5a,0x00,0x30,0x2f,0xf7,0x8a,0xf1,0x0c,0xf0,0x09,0xaa,0x90,0x06,0xff,0xff,0xb6, +0x20,0x08,0xa6,0x00,0x01,0x22,0x2f,0xf8,0x3c,0xff,0xff,0xee,0xde,0xef,0xff,0xf5, +0x09,0xc0,0xf1,0x79,0x01,0xe4,0x0c,0x11,0x20,0x4e,0x1f,0x36,0x32,0x21,0x00,0x08, +0x99,0x20,0x03,0xef,0x0d,0x2b,0x02,0x20,0xbe,0x71,0xf4,0x00,0xaf,0xdc,0xcc,0xdf, +0xe0,0x5d,0xc5,0x40,0xaf,0xa7,0x74,0x3f,0xc4,0x26,0x63,0x91,0x00,0xaf,0xff,0xf9, +0x3f,0x08,0x99,0x10,0x61,0x0a,0x00,0xb5,0x16,0x66,0x62,0x04,0xcf,0x95,0xfb,0x7f, +0xf4,0x10,0x3f,0x2c,0x06,0x50,0x2d,0xdf,0xf5,0x1f,0xf9,0x15,0xb7,0x01,0x0e,0x06, +0x52,0xe0,0x99,0x99,0x91,0xcf,0x0a,0x00,0x33,0xff,0xff,0xf1,0x0a,0x00,0x24,0xfa, +0x08,0x0a,0x00,0x35,0xfd,0x8c,0xf1,0x1e,0x00,0xf3,0x15,0xf3,0xdf,0x50,0x00,0x5f, +0xf5,0x1f,0xe0,0x74,0x00,0x3f,0xff,0x30,0x09,0xff,0xfd,0x3a,0x90,0x00,0x00,0x0b, +0xa5,0x00,0x8f,0xf8,0xbf,0xf9,0x54,0x32,0x22,0x34,0x68,0xb8,0x4f,0xb0,0x08,0xa6, +0x04,0x5e,0x0c,0x30,0x00,0x39,0xdf,0xa6,0x04,0x03,0xde,0x22,0x00,0xfa,0xfa,0x80, +0xdf,0x20,0x00,0xed,0x60,0x00,0x1b,0xf6,0x3d,0x4c,0x90,0x07,0xff,0x20,0x00,0x0a, +0xff,0x50,0xcc,0xef,0x59,0x8a,0x44,0x90,0x00,0xbf,0xf3,0x0c,0x7f,0x62,0x1e,0x80, +0x22,0x22,0x8f,0xf4,0xd0,0xaf,0x10,0x08,0xd1,0x37,0x15,0x93,0x65,0x47,0x10,0xf5, +0x16,0x03,0x10,0x0d,0x06,0x28,0x02,0x0a,0x00,0xa3,0xfb,0x88,0x88,0x8f,0xf5,0x00, +0x28,0x8f,0xf5,0x0d,0x23,0x09,0x14,0x0e,0x1e,0x00,0x28,0x00,0x0e,0x14,0x00,0x41, +0xf9,0x55,0x55,0x5f,0x0a,0x00,0x00,0x9c,0x91,0x20,0xaf,0xf5,0x4d,0x13,0x03,0x1e, +0x00,0x25,0x03,0xdf,0x6a,0x81,0x30,0xfe,0xaf,0xfc,0xd0,0x07,0x63,0x35,0x80,0x5f, +0xf2,0x02,0xcf,0x4a,0x65,0x42,0x60,0x00,0x03,0xae,0xb7,0x56,0x06,0x94,0x20,0x08, +0x98,0x08,0x23,0x3f,0xff,0x1e,0x28,0x20,0x80,0x3f,0xea,0xb0,0x00,0xb8,0x2c,0x23, +0xf6,0x3f,0xa8,0x36,0x81,0x0c,0xc1,0x3f,0xfa,0xf9,0x9b,0xb8,0xcc,0x57,0x81,0x61, +0xd8,0xfd,0x4f,0xf2,0xfe,0x20,0xe1,0x51,0xf1,0x13,0x8a,0x7f,0xf6,0xb2,0x00,0x04, +0x44,0x41,0x5f,0xdc,0xff,0xcf,0xfe,0xfb,0x30,0x1f,0xff,0xf4,0x6f,0xbb,0xc4,0x18, +0x81,0x8f,0x50,0x1e,0xef,0xf4,0x8f,0x94,0xfa,0x5f,0xe1,0x13,0x7b,0xf8,0x13,0x7b, +0x06,0x96,0x80,0xf5,0xff,0x9f,0xc6,0x8f,0xf6,0x66,0x00,0x6e,0x05,0x50,0x5c,0xa7, +0x9f,0xf7,0x77,0xcf,0x6e,0x22,0xf9,0xaf,0xf6,0x1d,0xd2,0x0e,0xf8,0x62,0x11,0x11, +0x4f,0xe1,0x11,0x10,0x01,0xaf,0xff,0xc2,0xe3,0x35,0x30,0x2d,0xff,0x8a,0xa6,0x04, +0x72,0x01,0x48,0xb0,0x1f,0xf7,0x00,0x4e,0xd8,0x4b,0x00,0xa6,0x04,0x21,0x5c,0xef, +0xd8,0x09,0x1e,0x10,0x78,0x05,0x40,0x04,0xe6,0x00,0xcf,0xa8,0x68,0x00,0xc0,0x67, +0xf1,0x17,0x80,0xcf,0x87,0xff,0x2f,0xe7,0xdf,0x30,0x00,0xaf,0xf7,0xcf,0xbb,0xff, +0x2f,0xfb,0xef,0x30,0x00,0x0c,0xc1,0xcf,0xa9,0x9b,0x1f,0xe9,0x9b,0x20,0x00,0x01, +0x00,0xbf,0xa8,0x9f,0xaf,0xf8,0x8e,0xb0,0x19,0xb3,0xd0,0xff,0x59,0xff,0xfe,0x70, +0x04,0x44,0x41,0x00,0x0b,0xb2,0x04,0xb7,0xc1,0x04,0xc4,0xf5,0x6a,0xaf,0xfc,0xac, +0xfd,0xaa,0x00,0x1e,0xef,0xf5,0x8f,0x64,0x05,0x00,0x6a,0x11,0x21,0x06,0xf9,0x04, +0x60,0x70,0xbb,0xbf,0xfc,0xbd,0xfe,0xbb,0x70,0x79,0xf5,0x06,0xfe,0x77,0x50,0x4e, +0xe7,0x05,0xfc,0x20,0xf2,0x03,0x60,0x3b,0xff,0xd2,0x04,0xef,0xe4,0xf7,0x04,0xa0, +0xae,0xf9,0x10,0x00,0x1d,0xfc,0x00,0x1b,0xff,0x8a,0xaf,0x04,0x72,0x01,0x72,0x40, +0x2f,0xf7,0x00,0x5e,0x1c,0x02,0x05,0xc8,0x00,0x1f,0x70,0x40,0x06,0x02,0x10,0x7a, +0x07,0x06,0x12,0xf9,0x9b,0x87,0x13,0x04,0xfe,0x01,0x80,0x7f,0xf7,0x04,0xff,0x77, +0x77,0x7f,0xf5,0xf5,0x3d,0x04,0x0a,0x00,0x30,0x00,0x80,0x04,0x46,0x0a,0x12,0xf5, +0xdf,0x29,0x40,0x44,0x44,0x4f,0xf5,0xda,0x07,0x10,0x03,0x71,0x7c,0x10,0xd4,0xde, +0x03,0x10,0x89,0x06,0x04,0xf0,0x10,0x99,0x80,0x3f,0xff,0xf5,0xdf,0xba,0xb9,0x99, +0xc9,0xbf,0xe0,0x00,0x0e,0xf5,0x8b,0xae,0xe4,0x57,0xfc,0x5a,0x90,0x00,0x0e,0xf5, +0x38,0xfd,0x5c,0xf9,0x7f,0xd4,0x12,0x07,0x12,0xef,0xde,0x03,0x00,0xc8,0x00,0x20, +0x04,0xfd,0x03,0xb8,0x00,0x0a,0x00,0x10,0x2d,0xd5,0x84,0x00,0x13,0x82,0x60,0x4b, +0xff,0x90,0x23,0x8f,0xa0,0x3e,0x1e,0xf3,0x05,0xaf,0xc5,0x00,0x8f,0xfd,0x30,0x01, +0x2f,0xf8,0xbf,0xff,0xd6,0x32,0x24,0x45,0x7a,0xe7,0x4f,0xc0,0x08,0x8e,0x31,0x05, +0xda,0x07,0x17,0xe0,0x34,0x03,0x15,0x01,0x62,0x02,0x13,0xce,0x06,0xf0,0xe3,0x40, +0x01,0xff,0x90,0xdf,0x87,0xfd,0x6f,0xe6,0xff,0x40,0x00,0x8f,0xf2,0x14,0x00,0xc0, +0x00,0x1f,0xe5,0x6e,0x97,0x77,0xae,0x9c,0x97,0x20,0x00,0x03,0x38,0x05,0xf1,0x05, +0x9f,0x6f,0x60,0x00,0x03,0x33,0x30,0xbf,0x3b,0x91,0xef,0x4e,0xc3,0x30,0x2f,0xff, +0xf8,0xfe,0xbf,0xb8,0x22,0x33,0x00,0x0f,0x22,0x50,0x8f,0xfe,0x5d,0xc5,0x50,0xb8, +0xcc,0x50,0xf5,0xfc,0xff,0xdf,0xfd,0x39,0x5d,0xf0,0x0a,0xef,0xff,0xf9,0xcf,0x9e, +0xe9,0x30,0x00,0x2f,0xf7,0xfe,0xb8,0xca,0xcf,0x8e,0xd8,0x30,0x00,0x2f,0xf4,0xa4, +0x84,0xc0,0xcf,0xff,0x58,0xd8,0x70,0xf6,0xf8,0xf6,0xf5,0xcd,0x0d,0xa0,0xe8,0x3b, +0x42,0xf4,0xf7,0xda,0xcf,0x30,0x20,0xf4,0x04,0x92,0xa3,0x41,0xce,0x88,0x88,0x80, +0x6f,0xfa,0xaf,0xfb,0x64,0x43,0x67,0x34,0x68,0xa3,0x2f,0xe0,0xc5,0x6d,0x41,0x09, +0x70,0x00,0x29,0x40,0x06,0x2e,0x90,0x00,0xa2,0x08,0x00,0xe1,0x2a,0x06,0xf5,0xae, +0x11,0xf7,0x33,0x3c,0x12,0xa1,0x2e,0x53,0x52,0xcf,0xff,0xff,0xf2,0x09,0x0a,0x00, +0x90,0x62,0xaf,0xc0,0x01,0x6d,0xc2,0x24,0xfc,0x50,0xc8,0x62,0x30,0x00,0x3f,0xf1, +0xfe,0x87,0x10,0x42,0x02,0x03,0xf0,0x01,0xf6,0x0b,0xfa,0x00,0xcf,0x47,0xfb,0x00, +0x03,0x3b,0xf8,0x3f,0xf7,0x31,0xcf,0x4d,0x1f,0x2a,0x01,0x7c,0x69,0x24,0x5e,0xf7, +0x0a,0x00,0x14,0x42,0xc3,0xc6,0x51,0xcf,0x40,0x9f,0x90,0x02,0x5e,0x02,0x51,0xcf, +0x40,0x5f,0xd0,0x02,0xfe,0x02,0x20,0xcf,0x40,0x67,0x80,0x90,0x32,0x22,0xaf,0xb0, +0xcf,0x64,0xaf,0xe0,0x02,0x3e,0x87,0x30,0xb0,0xcf,0x9f,0x28,0x22,0x83,0x31,0x11, +0xaf,0xb0,0xcf,0x5f,0xfc,0x20,0x28,0x00,0x34,0x42,0x10,0x00,0x32,0x00,0x02,0x0e, +0x28,0x43,0x8e,0xa0,0xbe,0x40,0x44,0x06,0x84,0x24,0x57,0x9b,0x30,0x00,0x00,0x4d, +0xde,0x52,0x87,0x50,0x1f,0xff,0xfe,0xef,0xfb,0x1c,0x74,0x60,0x03,0x34,0x43,0x33, +0x7f,0xf5,0xe1,0x42,0x06,0xda,0x7e,0x00,0x01,0xc0,0x30,0xbf,0xfa,0x99,0xaf,0x7c, +0x12,0x08,0x0a,0x00,0x16,0x90,0xf1,0x4e,0x00,0x18,0x4b,0x69,0x22,0x6f,0xf4,0x22, +0x8f,0xf0,0x14,0x00,0x68,0xf7,0x22,0x6f,0xf3,0x22,0x7f,0x14,0x00,0x00,0xa4,0x71, +0x21,0xaf,0xf9,0xe1,0xb1,0x85,0x59,0x99,0x99,0xbf,0xf9,0x99,0x99,0x97,0xb6,0x86, +0x11,0xfc,0x4a,0xee,0x20,0x6f,0xf3,0xd6,0x73,0x10,0x0d,0xe1,0x33,0x00,0xbd,0x32, +0x1f,0xd1,0x5e,0x2e,0x02,0x15,0x08,0x84,0x44,0x20,0x08,0xfe,0x55,0x1c,0x02,0x6d, +0x97,0x01,0x78,0x1e,0x09,0x14,0x00,0x12,0x05,0x6b,0x40,0x43,0x50,0x00,0x0b,0xbb, +0x01,0x00,0x17,0xb0,0x50,0x00,0x15,0x05,0xbd,0x70,0x10,0x0d,0xf7,0x2f,0x01,0xe4, +0x02,0x70,0x0d,0xf9,0x55,0x6f,0xf6,0x55,0x9f,0x0a,0x00,0x02,0x2e,0x7e,0x10,0xe0, +0xbd,0x4e,0x40,0x77,0x8f,0xf8,0x77,0xa8,0xc4,0x12,0x0b,0xa6,0x50,0x45,0xb0,0x00, +0x00,0x29,0x18,0xd8,0x18,0x4f,0x38,0x80,0x02,0xcf,0x92,0x00,0x6e,0x00,0x10,0xcf, +0x0b,0x52,0x18,0xb1,0xbe,0x00,0x19,0x01,0x04,0xce,0x21,0x0f,0xf6,0x24,0x34,0x13, +0xf4,0x0a,0x00,0x11,0x0b,0xfa,0x28,0x10,0xf6,0xe9,0x11,0x30,0xf6,0xaf,0xfc,0x0a, +0x00,0x00,0x86,0xa3,0x41,0x06,0xfa,0x00,0x0f,0xa3,0xc9,0x32,0xfe,0xee,0xc1,0x4d, +0xc1,0x90,0x8f,0xff,0xff,0xa7,0xaa,0xbf,0xfd,0xaa,0xa1,0x32,0x48,0x12,0x0b,0x17, +0xe4,0x41,0x44,0x8f,0xc4,0x4b,0x98,0x2b,0x13,0x0c,0xd0,0xe9,0x00,0xcb,0x44,0x32, +0xdf,0xeb,0xb3,0x5a,0x00,0x42,0x43,0x5f,0xa4,0x70,0x0a,0x00,0x42,0xfb,0x5f,0xa9, +0xf0,0x0a,0x00,0x42,0xbf,0x6f,0xac,0xb0,0x0a,0x00,0x42,0x8f,0x8f,0xbe,0x60,0x0a, +0x00,0x43,0x23,0x8f,0xeb,0xf7,0x6e,0x00,0x24,0xff,0xff,0x0a,0x00,0x22,0xda,0x63, +0xa0,0x00,0x27,0x03,0x30,0x40,0xba,0x06,0x23,0x5e,0x06,0xdb,0x70,0x22,0x20,0x0d, +0x0c,0x26,0x21,0x6f,0xff,0x87,0x06,0x00,0xc0,0x21,0xe0,0x8a,0xff,0x92,0x2a,0xfb, +0x25,0xff,0x10,0x5f,0xfb,0x00,0x6f,0x70,0x0a,0x67,0xa3,0x60,0x3f,0xff,0xee,0xeb, +0x00,0x0b,0x7f,0x4d,0x90,0x0a,0xcf,0xff,0xf7,0x00,0x0c,0xf7,0x06,0xfe,0x0d,0x1c, +0xb2,0x00,0x03,0x3e,0xf8,0x39,0xfd,0x00,0x03,0x46,0xfc,0x44,0x1c,0x8f,0x00,0x06, +0x00,0x02,0x3a,0x25,0xf0,0x20,0x0b,0xcd,0xfe,0xcc,0x02,0x5f,0xf3,0x2b,0xfa,0x00, +0x02,0x53,0xfb,0x57,0x00,0x4f,0xf0,0x0c,0xf9,0x00,0x09,0xf3,0xfb,0xaf,0x00,0x6f, +0xd0,0x0d,0xf8,0x00,0x05,0xf6,0xfb,0xda,0x00,0x8f,0xb0,0x0f,0xf6,0x00,0x03,0xf8, +0xfc,0xd5,0x00,0xaf,0x90,0x26,0x07,0xa4,0x36,0xfe,0xdf,0x43,0xdf,0x93,0x5f,0xf6, +0x31,0x1f,0xa1,0x36,0x52,0xf6,0x0e,0xfc,0x95,0x20,0x0a,0x00,0x1d,0x02,0x85,0xb6, +0x00,0xcd,0x07,0x21,0xfb,0x00,0x9a,0x09,0x00,0xf1,0x1e,0x90,0x30,0x00,0x6f,0xfd, +0xdd,0xeb,0x00,0x00,0x7f,0xb4,0xd4,0x01,0x4e,0x25,0x20,0xff,0x6a,0xb3,0xb8,0xa1, +0x05,0xf9,0x00,0x5f,0xfa,0x00,0x7f,0x63,0xff,0x98,0xda,0x3e,0x21,0xee,0xea,0x56, +0x8b,0x00,0xc8,0x00,0x40,0xf5,0x04,0x56,0x66,0x01,0x17,0x20,0x04,0xfa,0xd3,0x02, +0x71,0x9f,0xf9,0x94,0x03,0x47,0xfc,0x44,0xcc,0x06,0x01,0xb4,0x1f,0xf0,0x34,0x7a, +0xba,0xaf,0xfa,0xac,0xb4,0x0a,0xcd,0xfe,0xcc,0x1a,0xd0,0x1f,0xf4,0x2e,0xc1,0x01, +0x53,0xfa,0x56,0x09,0xfa,0x1f,0xfc,0xef,0x90,0x09,0xf4,0xfa,0xbf,0x00,0xeb,0x1f, +0xff,0xf7,0x00,0x05,0xf7,0xfa,0xea,0x00,0x26,0xef,0xef,0xf2,0x00,0x03,0xf9,0xfc, +0xe5,0x04,0xdf,0xff,0xb9,0xfd,0x10,0x00,0x45,0xfd,0xbe,0xbf,0xfc,0x4f,0xb0,0xdf, +0xe3,0x0c,0x30,0x92,0xf1,0x01,0x71,0x3f,0xb0,0x2e,0xf5,0x0e,0xff,0xb8,0x41,0x00, +0x6f,0xff,0x90,0x02,0x90,0x04,0x08,0x0b,0x0b,0x0d,0x9a,0x20,0x01,0xea,0x5b,0x02, +0x11,0x2f,0x43,0x0c,0x13,0x40,0x0a,0x00,0xd2,0x7f,0xff,0xfa,0x1d,0xef,0xfd,0xdf, +0xfd,0x90,0x09,0xff,0x57,0xff,0x00,0x0f,0x90,0x6f,0xfb,0x22,0x5f,0x63,0x7f,0xd3, +0x5f,0xf3,0xe6,0x1a,0x12,0xf9,0x28,0x00,0xa0,0x07,0x9e,0xff,0xd6,0x6d,0xef,0xfd, +0xef,0xfd,0xd2,0x90,0x01,0x11,0x7f,0x08,0x0c,0x51,0x09,0xab,0xfe,0xaa,0x24,0x5c, +0x3f,0x10,0x0e,0xb7,0x07,0x10,0x23,0x26,0x1b,0x61,0x0b,0xcd,0xff,0xcc,0x02,0xff, +0x62,0x6b,0x40,0x53,0xfb,0x47,0x02,0xf6,0x34,0x50,0x20,0x09,0xf3,0xfb,0x9f,0x3b, +0x13,0x00,0x58,0x2f,0x22,0xfb,0xdb,0x1e,0x00,0x60,0x03,0xf8,0xfb,0xb6,0x02,0xff, +0xc5,0xe0,0x51,0x01,0x47,0xff,0xef,0x22,0x1e,0x00,0x00,0x50,0x23,0x10,0x22,0xe6, +0x19,0x52,0x20,0x0e,0xeb,0x74,0x00,0x28,0x00,0x00,0x14,0x03,0x02,0x3c,0x00,0x08, +0x24,0x18,0x10,0xd2,0x28,0x06,0x11,0xf8,0x62,0x07,0xd1,0x08,0xee,0xe5,0xab,0xfd, +0xaa,0x20,0x00,0x8f,0xff,0xa9,0xff,0xe3,0x0a,0x23,0xf1,0x01,0xfe,0x4f,0xf9,0x4f, +0xa0,0x04,0xf9,0x6f,0x30,0x3f,0xf5,0x03,0xf5,0x7f,0x5e,0xef,0x5a,0x38,0xf0,0x09, +0xee,0x90,0xcf,0x0d,0xee,0xff,0xef,0xe3,0x08,0xff,0xff,0x51,0xfb,0x00,0x25,0xfa, +0x7f,0x30,0x00,0x08,0xf1,0x06,0xfe,0xd8,0x32,0x00,0x90,0x03,0x4a,0xf5,0x3c,0xff, +0xf7,0xcd,0xfe,0xcc,0x4a,0x3d,0xd1,0xe2,0x28,0xf5,0x57,0xfb,0x55,0x20,0x0b,0xce, +0xfc,0xb0,0x19,0xf6,0xbe,0x1e,0xd0,0x68,0xf4,0x9c,0xec,0xf2,0x68,0xfb,0x66,0x20, +0x06,0xe8,0xf7,0xf7,0x5d,0x6c,0x81,0xcc,0xa0,0x03,0xfa,0xfb,0xb1,0xff,0x8a,0x84, +0x1c,0x51,0xea,0xf8,0x80,0xbf,0x90,0xb4,0x5e,0x72,0x5c,0xff,0xf0,0xff,0xf7,0x03, +0xd7,0xc8,0x86,0x31,0xfc,0xff,0xb4,0x43,0x0f,0xf2,0x00,0xea,0xbf,0xe1,0x5f,0xff, +0xff,0xee,0xe3,0x09,0x73,0x00,0x3f,0x40,0x01,0x7c,0x81,0xe3,0x1e,0x02,0xb7,0x12, +0x70,0xbc,0x20,0x00,0x30,0x4f,0xc0,0x31,0xa6,0x04,0x60,0x50,0x2f,0xf1,0x4f,0xc0, +0xdf,0x96,0xc1,0x50,0xfa,0x0c,0xf8,0x4f,0xc3,0x62,0x9d,0xf0,0x02,0x86,0xff,0xd7, +0xfe,0x5f,0xca,0xf8,0x00,0x7f,0xfb,0x00,0x3d,0xc6,0xea,0x9f,0xd8,0xf6,0x85,0x09, +0x22,0xfd,0x2e,0x07,0x61,0x50,0x8e,0xff,0xeb,0x0e,0xf9,0xa6,0x13,0x00,0x86,0x1a, +0x20,0x0e,0xfb,0x85,0xe4,0x41,0x09,0xaa,0xff,0xaa,0x37,0x14,0x01,0x2a,0x03,0x43, +0x5e,0xf5,0x00,0x04,0x14,0x00,0xa2,0xfc,0xbb,0xbc,0xff,0x00,0x03,0x70,0xff,0x2a, +0x3e,0xc0,0x26,0x41,0xf2,0xff,0x6f,0x3e,0x1e,0x00,0x42,0x05,0xf6,0xff,0x9e,0xdf, +0xf8,0xf1,0x04,0x02,0xf8,0xff,0x8a,0x1b,0xbc,0xbb,0xbc,0xbb,0x00,0x00,0x45,0xff, +0xef,0x50,0x4e,0xb2,0x7e,0x60,0x63,0xed,0xf0,0x02,0x58,0xff,0x90,0x4f,0xfa,0x00, +0x0e,0xfb,0x84,0x02,0xff,0xf7,0x00,0x03,0xef,0xb0,0x01,0xd6,0xaa,0x58,0x20,0x00, +0x00,0x3a,0x40,0xfd,0x0d,0x20,0xe9,0x00,0xdd,0x85,0x01,0x8a,0xd4,0x20,0x20,0x3b, +0xc2,0x6a,0x31,0x90,0x00,0x7f,0xd0,0x3d,0x01,0xf3,0x61,0x70,0x7c,0xff,0x90,0x8e, +0x50,0x1e,0xd2,0x1a,0x76,0x83,0x8f,0x91,0x7f,0xa1,0x5f,0xd1,0x10,0x4f,0xc9,0xd5, +0x02,0x8e,0xba,0x20,0x9b,0xbb,0x14,0x05,0x51,0x00,0x02,0xfd,0x00,0x08,0xa2,0x38, +0xa0,0x0b,0xcc,0xff,0xcc,0x4d,0xfb,0xaa,0xaa,0xef,0x50,0x9c,0x00,0xb1,0x5d,0xf8, +0x77,0x77,0xdf,0x50,0x03,0x35,0xfe,0x33,0x1d,0xe0,0x0b,0x60,0x06,0xb2,0xfd,0x4d, +0x4d,0xf2,0x1c,0x17,0x52,0x07,0xf5,0xfd,0x7f,0x2d,0xde,0x38,0xf0,0x01,0xf8,0xfd, +0xbe,0x06,0xaf,0xf7,0xff,0x97,0x20,0x02,0xf9,0xfd,0x77,0x00,0x8f,0xc0,0xb8,0x29, +0xf9,0x16,0x13,0xfe,0x9d,0x90,0xdf,0x80,0xef,0x46,0x70,0x1b,0xdf,0xff,0xff,0xcb, +0xff,0x10,0xef,0x47,0xf6,0x0f,0xff,0xfc,0x9d,0xff,0xf4,0x00,0xdf,0xef,0xf4,0x07, +0x63,0x00,0x02,0xf9,0x20,0x00,0x4e,0x84,0x9f,0x10,0x01,0x35,0x0e,0x23,0x49,0x70, +0x80,0x48,0x01,0xa0,0xa6,0x00,0x58,0x03,0x12,0x4f,0x88,0xc7,0xf0,0x03,0xff,0xaf, +0xfd,0x5b,0xdf,0xcb,0xbe,0xfc,0xb1,0x4f,0xf8,0x02,0xcf,0x20,0x8f,0x90,0x0d,0xf6, +0xba,0x04,0x21,0xf4,0xef,0xe9,0x12,0x50,0x0a,0xef,0xff,0xf0,0xcd,0x25,0x27,0x41, +0xd8,0x00,0x07,0xf6,0xa6,0x3f,0xb0,0x88,0x60,0x07,0x7b,0xfa,0x74,0x0d,0xfe,0xef, +0xfd,0xef,0x3d,0xa2,0xc2,0xf9,0x0d,0xf6,0x6f,0xe4,0x8f,0xb0,0x07,0x8b,0xfb,0x84, +0x0d,0x82,0x56,0xe2,0x76,0xf5,0xb6,0x0d,0xf4,0x3f,0xd1,0x7f,0xb0,0x09,0xd6,0xf6, +0xf6,0x0d,0xbe,0x0a,0x60,0xf8,0xfa,0xf2,0x03,0x44,0x7f,0x86,0x3d,0x42,0xe9,0xf9, +0xb1,0x1f,0x74,0x09,0x40,0x3a,0xfe,0xfa,0x1a,0xd2,0x0f,0x21,0xa0,0x1e,0x7f,0x44, +0x11,0x4f,0x1d,0x69,0x22,0xfe,0xa5,0x8f,0x90,0x43,0x0b,0x95,0x20,0x00,0x05,0x47, +0x21,0x02,0x50,0x26,0x03,0x40,0x41,0x00,0x00,0x0b,0x87,0xbd,0x20,0xfa,0x1f,0x14, +0x0a,0xf0,0x1b,0xfe,0x56,0xfe,0xbf,0xd7,0x5f,0xf3,0x10,0x06,0xfe,0x5e,0xfd,0xff, +0xdf,0xe5,0xaf,0xff,0xf7,0x2f,0xf7,0x24,0xea,0xfd,0x99,0xf8,0xff,0x99,0x94,0x0e, +0xff,0xff,0x96,0xfb,0x44,0xfe,0xfd,0x91,0x00,0x06,0xce,0xfd,0x65,0x99,0x15,0x10, +0xfb,0xcb,0x1c,0xf0,0x02,0x05,0xfa,0x3f,0x97,0xa2,0xff,0x60,0x09,0xad,0xfa,0xa8, +0xfd,0xaf,0xd9,0x00,0x6f,0xd0,0xbe,0x00,0x00,0xf0,0x0d,0x62,0x0a,0x20,0x07,0x8c, +0xf9,0x82,0x8e,0x93,0x52,0x04,0x68,0xf4,0xb1,0xdf,0xe0,0x01,0xf2,0x08,0xd8,0xf7, +0xf0,0xdf,0xef,0xfe,0xfe,0xef,0xc0,0x05,0xf8,0xf9,0xc0,0xdf,0x29,0xc2,0xf5,0x3f, +0xc0,0x03,0xfa,0xfb,0x80,0x0a,0x00,0x42,0x01,0x58,0xf8,0xb0,0x0a,0x00,0x42,0x07, +0xae,0xff,0xf0,0x0a,0x00,0x13,0x0f,0x6c,0x8d,0x63,0xff,0xf9,0x0a,0x94,0x00,0x5f, +0xbe,0x00,0x27,0x36,0x10,0xfa,0x46,0x13,0x2f,0x0a,0x0a,0x03,0xec,0x31,0x10,0x30, +0x06,0x18,0xc0,0x31,0x18,0xfe,0x14,0xff,0x20,0x4f,0xf7,0x44,0x44,0x00,0x08,0xe6, +0x3e,0x60,0x1f,0xd2,0x22,0x22,0x00,0x0a,0xa2,0xbf,0x01,0x34,0xcf,0x31,0x0c,0xf8, +0x05,0x9a,0x3b,0x50,0xfc,0x03,0x3e,0xf9,0x37,0xb6,0xad,0x01,0x5c,0x16,0x00,0x44, +0xde,0x45,0x26,0xfd,0x22,0x0f,0x40,0x06,0x52,0x40,0x3f,0xf1,0x09,0xfb,0x0a,0x00, +0x21,0x5f,0xf0,0xf1,0xf1,0x10,0xfd,0x11,0x2f,0x20,0x0b,0xf9,0x0a,0x00,0x41,0x02, +0x20,0x9f,0xb0,0x9f,0xf3,0x62,0xfd,0x6f,0x60,0xbf,0x90,0x0e,0xa6,0xc8,0x60,0xa0, +0xdf,0x70,0x0f,0xf5,0x00,0xf6,0x77,0xa3,0x65,0xff,0x95,0x6f,0xf8,0x51,0x00,0x3f, +0xfe,0x43,0xdb,0x07,0x34,0x0d,0xa0,0x03,0x04,0x9d,0x05,0x44,0x02,0x20,0x9b,0x20, +0x11,0x03,0x11,0xfa,0xb4,0x32,0x80,0x2a,0xdd,0xd4,0xab,0xfe,0xaa,0x50,0x05,0x12, +0x50,0x13,0xf2,0x64,0x8b,0xf3,0x08,0xc0,0x4f,0xb0,0x03,0xfb,0x4f,0x70,0x5f,0xd1, +0x11,0x00,0x8f,0x6b,0xcc,0xfe,0xdf,0xe1,0x2f,0x83,0x33,0x10,0xcf,0x2e,0xa8,0x2a, +0x30,0x42,0xfd,0x00,0x1e,0x00,0x62,0x01,0xdf,0xfc,0x47,0xfe,0xb7,0xe8,0x3f,0x41, +0xd0,0x09,0xcd,0xf8,0x46,0x00,0x80,0x6f,0xe5,0x40,0x07,0xf8,0xbc,0xfe,0xbb,0x3b, +0x3d,0x31,0xb3,0x5a,0xf7,0x2a,0x6c,0xd1,0xcf,0xfb,0x9f,0xed,0xf1,0x35,0xfc,0x33, +0x10,0x00,0x0f,0xd0,0x0b,0xa6,0x04,0x72,0x80,0x00,0x0f,0xd0,0x34,0xff,0x8a,0x64, +0xe1,0x61,0xec,0xd0,0xef,0x80,0x03,0xfb,0x74,0x11,0x41,0xc4,0xff,0xf6,0x02,0xb5, +0x18,0x61,0xfb,0x0b,0xff,0xff,0xb5,0x10,0x0e,0x37,0x31,0x8f,0xe1,0x9f,0xbe,0x00, +0x97,0x6a,0x00,0x4f,0x40,0x03,0x9c,0xef,0xff,0xe0,0x92,0x0b,0x15,0x0a,0x09,0xcd, +0x14,0xaf,0xa5,0x27,0x25,0x0a,0xfc,0xa3,0x01,0x04,0xb5,0x15,0x21,0x0a,0xff,0x4a, +0x84,0x00,0x13,0x00,0x13,0xc1,0xba,0x2d,0x24,0x0a,0xff,0xcc,0x7a,0x31,0xaf,0xeb, +0xbb,0x69,0xc6,0x32,0x33,0x3c,0xfd,0x52,0xcc,0x06,0x11,0x3d,0x00,0x58,0x09,0x00, +0x8f,0x70,0x30,0xee,0x00,0x01,0x18,0xb0,0x31,0x20,0x0a,0xfa,0xe5,0x54,0x30,0x0e, +0xfd,0x4e,0x67,0xa1,0x00,0xa7,0x06,0x01,0x96,0xc0,0x72,0x3f,0xf4,0x14,0x86,0x6f, +0xff,0x81,0x7d,0x08,0x50,0x70,0x5e,0xff,0xfb,0x71,0x2b,0xf6,0x81,0x93,0x00,0x1a, +0xff,0xfd,0x00,0x04,0xc8,0x17,0xe8,0x17,0x6c,0xfb,0x28,0x13,0x5f,0x00,0x49,0xf6, +0x04,0xf7,0x5f,0xfe,0xee,0xff,0x45,0xff,0xee,0xef,0xf7,0x5f,0xf0,0x00,0xff,0x45, +0xfe,0x00,0x0e,0xf7,0x1b,0x00,0xf7,0x01,0xfa,0xaa,0xff,0x45,0xff,0xaa,0xaf,0xf7, +0x5f,0xf1,0x11,0xff,0x45,0xfe,0x11,0x1e,0x1b,0x00,0x83,0xfc,0xcc,0xcc,0x34,0xdd, +0xdd,0xdf,0xf7,0x33,0x44,0x1f,0x0e,0x09,0x00,0x29,0x42,0x03,0x66,0x6f,0xf6,0x09, +0x00,0x00,0xa6,0xf9,0x02,0x36,0x89,0x26,0xeb,0x50,0x6c,0x00,0xf7,0x01,0xfb,0xbb, +0xff,0x45,0xff,0xbb,0xbf,0xf7,0x5f,0xf8,0x88,0xff,0x45,0xff,0x88,0x8f,0x87,0x00, +0x05,0xb4,0x00,0x01,0xab,0x00,0x29,0x99,0x9f,0x1b,0x00,0x30,0x00,0x07,0x94,0xb4, +0x00,0x11,0xf0,0xd4,0x8c,0x00,0x6c,0x00,0x01,0x80,0x04,0x00,0x09,0x00,0x51,0xde, +0xee,0xff,0xfe,0xed,0x7e,0x00,0x32,0x07,0xff,0xf5,0x87,0x00,0x13,0x8f,0x09,0x00, +0x31,0x2b,0xff,0x5c,0x09,0x00,0x42,0xf4,0xff,0xf6,0x0c,0x12,0x00,0x41,0xce,0x44, +0x5e,0xf6,0xa2,0x00,0x20,0x11,0x09,0x56,0xef,0x10,0xf3,0x22,0xf6,0x59,0xfe,0x80, +0xaf,0xec,0x60,0x4d,0x01,0x10,0x36,0xaf,0x08,0x00,0xab,0x00,0xe5,0x36,0xff,0xbb, +0xbf,0xf6,0x5f,0xf7,0x77,0xff,0x36,0xfe,0x77,0x7f,0xf6,0x1b,0x00,0x00,0xab,0x00, +0x10,0x36,0x29,0xfa,0x33,0x5f,0xfc,0xcc,0x24,0x00,0x05,0x1b,0x00,0x13,0xe0,0x1f, +0xde,0x11,0x5f,0x69,0x46,0x10,0xfb,0x09,0x00,0x50,0xcd,0xff,0xdd,0xff,0xd9,0x09, +0x00,0x31,0x01,0xfe,0x03,0x36,0x00,0x20,0xe2,0xee,0x3d,0xe7,0x00,0x09,0x00,0x01, +0x17,0x02,0x00,0x1b,0x00,0x41,0x05,0xfb,0x04,0xfd,0x36,0x00,0x32,0x0a,0xf7,0x03, +0x09,0x00,0x60,0x3f,0xf2,0x03,0xfd,0x36,0x6f,0x48,0x00,0xe1,0x90,0x03,0xfd,0x4f, +0xff,0xf3,0x5f,0xe0,0x5b,0x00,0x03,0xfd,0x0e,0xec,0x39,0x7f,0x11,0x44,0x8e,0xf4, +0x20,0xfd,0xdd,0x7b,0x5d,0xb6,0xef,0xf3,0x3f,0xfa,0x99,0xff,0x44,0xff,0x99,0xaf, +0xf3,0x1b,0x00,0x74,0xf3,0x22,0xdf,0x44,0xfe,0x22,0x3f,0x24,0x00,0x18,0xdf,0x1b, +0x00,0xa0,0x12,0x22,0x11,0x22,0x21,0x3f,0xf3,0x3f,0xf1,0x03,0x31,0x10,0x10,0x1f, +0x09,0x00,0x33,0xfe,0x99,0xcf,0x09,0x00,0x21,0xaa,0xdf,0x09,0x00,0x00,0x2b,0x27, +0x01,0x09,0x00,0x41,0x04,0xfe,0x77,0xbf,0x09,0x00,0x14,0x06,0x2d,0x00,0x00,0x38, +0x1f,0x01,0x09,0x00,0xf0,0x05,0x2f,0xf3,0x4b,0xef,0xa3,0x5f,0xf3,0x3f,0xf1,0x5e, +0xb0,0x1f,0xfd,0x6f,0xff,0xf1,0x3f,0xf1,0x00,0x10,0x04,0x63,0x01,0xef,0x01,0x14, +0x35,0xef,0x01,0x14,0x35,0xef,0x01,0x14,0x35,0xef,0x01,0x14,0x35,0xef,0x01,0x14, +0x35,0xef,0x01,0x14,0x35,0xef,0x01,0x04,0x1b,0x00,0x00,0x61,0x0e,0x00,0xef,0x01, +0x00,0x36,0x2c,0x10,0xa0,0xb9,0x01,0x10,0x0e,0xae,0x11,0x01,0x09,0x00,0x00,0xb1, +0x7e,0x01,0x09,0x00,0x4f,0xfc,0xbb,0xdf,0xd0,0x1b,0x00,0x04,0x26,0xfd,0xcc,0x1b, +0x00,0x10,0xe6,0xef,0x01,0x20,0x0d,0xe3,0x59,0x0d,0x03,0x91,0x02,0x30,0x5f,0xfc, +0x60,0x6c,0x00,0x10,0x64,0xb0,0x03,0x90,0x5f,0xf9,0x99,0xff,0x64,0xff,0x99,0x9f, +0xf5,0xe6,0x01,0x56,0x64,0xff,0x77,0x7f,0xf5,0x1b,0x00,0x77,0xe0,0x00,0xff,0x64, +0xff,0x00,0x0e,0x12,0x00,0x60,0xf8,0x8e,0xe8,0x32,0xaf,0x98,0x35,0x7c,0xf0,0x23, +0x7f,0x67,0x11,0xdb,0x53,0x0e,0xf5,0x5f,0xe4,0xfe,0xdf,0x4c,0xfd,0xf7,0x0e,0xf5, +0x5f,0xe0,0x8e,0xe8,0x25,0xaf,0xb4,0x0e,0xf5,0x5f,0xe1,0xaf,0x9e,0x94,0xed,0xad, +0x0e,0xf5,0x5f,0xe3,0xff,0xdd,0xeb,0xff,0xcf,0x2e,0xf5,0x5f,0xe0,0xf7,0x0c,0x98, +0xd1,0xac,0x24,0x00,0x70,0xe8,0x2f,0x88,0xf2,0xbb,0x0e,0xf5,0x1c,0x02,0x30,0x88, +0xff,0xfb,0x09,0x00,0xf2,0x09,0x56,0xef,0x58,0xf7,0x8b,0x6f,0xf5,0x5f,0xe0,0x4e, +0xfc,0x08,0xf1,0x09,0xff,0xf2,0x5f,0xe0,0x0c,0x80,0x08,0xf1,0x06,0xdc,0x91,0x02, +0x11,0x18,0xa2,0xaa,0x00,0x2e,0x41,0x10,0xef,0x12,0xe3,0x00,0x3a,0xc6,0x91,0x18, +0xfc,0x11,0x11,0x06,0xfe,0x17,0xfe,0xef,0x5e,0x10,0x32,0x6f,0xe0,0xbf,0xf2,0x2b, +0x60,0x36,0xfe,0x1f,0xf2,0xef,0x20,0xd4,0x45,0xd0,0x6f,0xe6,0xfb,0x0b,0xc7,0x62, +0x00,0x00,0xcc,0x26,0xfe,0x5f,0xe1,0x4f,0x21,0xb0,0x10,0x00,0x6f,0xe0,0x9f,0xa0, +0x0f,0xf6,0x00,0x7f,0x80,0x75,0xf3,0x50,0x10,0xff,0x65,0xdf,0xff,0xbb,0xad,0x10, +0xf3,0x85,0x1c,0xf1,0x02,0x10,0x06,0xfe,0x01,0xff,0x40,0xff,0xfe,0x82,0x00,0x00, +0x6f,0xeb,0xff,0xf1,0x0f,0xf9,0x02,0x39,0x30,0x9f,0xf6,0x00,0xea,0xaa,0x41,0x10, +0x6f,0xe1,0x20,0xe7,0x0c,0x32,0xcf,0x56,0xfe,0xfe,0x49,0x40,0x0e,0xf4,0x6f,0xe0, +0xe3,0x01,0x41,0x66,0x68,0xff,0x26,0x37,0x6a,0x01,0xad,0x62,0x00,0xa6,0x14,0x42, +0x8b,0xcc,0xcc,0x91,0x6d,0x12,0x01,0xc7,0xd9,0x00,0x86,0x35,0x60,0xdf,0x60,0x01, +0xff,0x30,0x4f,0x86,0x5b,0xb0,0xf1,0x00,0x1f,0xf3,0x04,0xfd,0x1b,0xf8,0x0a,0xfa, +0x00,0x13,0x00,0xe0,0xc0,0xef,0x41,0xff,0x45,0x55,0x6f,0xf7,0x34,0xfc,0x1f,0xf0, +0xaf,0xf4,0x48,0x08,0xf1,0x00,0x4f,0xc6,0xfa,0x5f,0xff,0x4d,0xdd,0xdf,0xfe,0x84, +0xfc,0x9f,0x8e,0xff,0xf1,0x26,0x00,0xf0,0x01,0xc2,0xff,0x7e,0xff,0x14,0x80,0x1f, +0xf3,0x04,0xfc,0x0a,0xf6,0x2f,0xf2,0xff,0x21,0x39,0x00,0x50,0x7f,0x90,0xff,0x19, +0xf9,0x13,0x00,0xf0,0x09,0x05,0xfb,0x0f,0xf1,0x3f,0xf1,0xff,0x30,0x4f,0xc3,0xaf, +0xa0,0xff,0x10,0xde,0x4f,0xf3,0x04,0xfc,0xcf,0xf6,0x0f,0xf1,0x03,0x39,0x00,0x20, +0xc7,0xc7,0x1b,0x39,0x00,0x26,0x00,0x02,0xb0,0xe8,0x00,0x39,0x00,0x00,0x56,0x39, +0x31,0x26,0x8f,0xf2,0x13,0x00,0x00,0xf8,0x02,0x01,0x76,0x0e,0x59,0xee,0x10,0x0d, +0xeb,0x30,0x23,0x67,0x01,0x3a,0xe0,0x01,0x8c,0x6b,0x12,0xf3,0xd2,0x64,0x70,0xfe, +0x16,0xfd,0x0f,0xf4,0x00,0x04,0xb7,0x16,0xc2,0xaf,0x80,0xff,0xdc,0xcc,0xdf,0xf0, +0x03,0xfd,0x0f,0xf2,0x0f,0x26,0x00,0xc0,0xd5,0xfd,0x00,0xff,0x52,0x22,0x5f,0xf0, +0x03,0xfd,0x2f,0xf3,0xf2,0xf7,0x00,0x26,0x00,0x22,0x7f,0xa0,0x39,0x00,0x33,0xfd, +0x02,0xff,0x26,0x00,0xd0,0xd0,0x0f,0xf1,0xff,0x47,0xfa,0x00,0x81,0x03,0xfd,0x01, +0xff,0x1f,0xf5,0x68,0xf0,0x08,0xc0,0x3f,0xd9,0xff,0xe0,0xff,0x30,0xdf,0xff,0xf7, +0x03,0xfd,0x8f,0xe4,0x0f,0xf3,0x07,0xff,0xd3,0x00,0x3f,0xd0,0x10,0xd3,0x26,0x40, +0xfd,0x10,0x03,0xfd,0x42,0x11,0x60,0x8b,0x7f,0xfc,0x10,0x3f,0xd0,0xfc,0x01,0x50, +0xf0,0xbf,0xfe,0x43,0xfd,0x7b,0x06,0x80,0xd8,0x01,0xcf,0xe2,0x3f,0xd0,0x00,0x02, +0xab,0x91,0x1f,0x85,0x47,0x8d,0x06,0x10,0xab,0x67,0x39,0x00,0xa6,0x48,0x21,0x6f, +0xf6,0x53,0x15,0x30,0xf2,0x00,0x5f,0x8d,0x0f,0xf2,0x07,0xdf,0x46,0xfc,0x00,0x6f, +0xf9,0xaf,0xf7,0x00,0x0d,0xf3,0x9f,0x71,0xaf,0xf8,0x00,0x9f,0xfd,0x40,0xdf,0x3d, +0xf5,0xf4,0x1d,0x41,0x2d,0xf5,0xfd,0x09,0x7e,0xb8,0x32,0x50,0xdf,0x4e,0xd4,0x65, +0xf0,0x00,0x00,0x0d,0xf3,0x7f,0x90,0x01,0x11,0xef,0x71,0x10,0x00,0xdf,0x32,0xfd, +0x23,0x7b,0x8f,0x52,0x33,0x0d,0xf3,0x0f,0xfa,0x34,0x15,0x22,0xdf,0x32,0x59,0x21, +0xf1,0x2c,0xfd,0x0d,0xfb,0xff,0xd0,0x13,0x00,0xef,0x60,0x50,0x00,0xdf,0x8f,0xe4, +0x0a,0xfa,0x0e,0xf6,0xcf,0x70,0x0d,0xf3,0x10,0x02,0xff,0x30,0xef,0x65,0xff,0x20, +0xdf,0x30,0x00,0xdf,0xb0,0x0e,0xf6,0x0a,0xfb,0x0d,0xf3,0x00,0x7f,0xe2,0x12,0xff, +0x50,0x2f,0xf2,0xdf,0x30,0x00,0x75,0x1f,0xff,0xf3,0x00,0x62,0x0d,0x41,0x89,0x2e, +0xd7,0x00,0x3d,0x24,0x13,0xa1,0x3b,0x02,0x22,0x09,0xff,0x12,0xd0,0xf1,0x22,0xd0, +0x09,0xfe,0xef,0x90,0x00,0x04,0xfc,0x1c,0xf8,0x3d,0xfe,0x21,0xdf,0xe6,0x00,0x4f, +0xc0,0xff,0xbf,0xfe,0x6b,0x81,0xbf,0xfe,0x64,0xfc,0x5f,0xec,0xfb,0x13,0xff,0x30, +0x6f,0xf4,0x4f,0xca,0xf9,0x15,0x00,0x09,0xf6,0x00,0x15,0x04,0xfc,0xdf,0x70,0x4f, +0xae,0x0f,0xf1,0x08,0x4f,0xc3,0xff,0x13,0xaa,0xaa,0xab,0xff,0x20,0x04,0xfc,0x0a, +0xf7,0x02,0x22,0x22,0xaf,0xb2,0x00,0x4f,0xc0,0x6f,0xa1,0xd0,0x0a,0x51,0x04,0xfc, +0x08,0xfb,0x05,0x8a,0x90,0x41,0x4f,0xef,0xff,0xca,0x11,0x11,0x42,0x44,0xfc,0xff, +0xa6,0xaa,0x59,0x90,0x4f,0xc0,0x00,0x01,0x3e,0xfa,0x14,0xef,0x31,0x28,0x02,0x50, +0x1c,0xfb,0x00,0x0c,0xfd,0xe4,0x29,0x10,0x2e,0x5c,0x8f,0x10,0xfa,0x13,0x00,0x01, +0x8a,0xe1,0xaf,0xf2,0x4f,0xc0,0x00,0x07,0x63,0x21,0x00,0x00,0xb4,0xd4,0x81,0x02, +0x33,0xfa,0x9f,0xff,0xb1,0xe1,0x03,0x09,0x00,0x21,0x46,0xfc,0x74,0x36,0x42,0x70, +0xdf,0x29,0xf6,0xe1,0x40,0x50,0xdf,0x2d,0xf1,0x0c,0xf3,0xda,0x1f,0x41,0xdf,0x4f, +0xc0,0x0c,0x43,0x73,0x41,0xdf,0x3d,0xf2,0x08,0xaa,0x33,0x40,0xdf,0x26,0xf9,0x4a, +0x09,0x00,0x30,0xa6,0xdf,0x22,0x53,0xdc,0x00,0xbe,0x5e,0xfd,0x25,0x20,0xff,0x6f, +0x84,0x91,0x17,0x48,0xf9,0xdf,0x21,0xff,0x7f,0x78,0xf5,0x0f,0xe8,0xf9,0xdf,0xaf, +0xfe,0x6f,0x71,0xfd,0x6f,0x67,0xf9,0xdf,0x5f,0xf6,0x6f,0x78,0xeb,0xef,0x97,0xf9, +0xdf,0x34,0x20,0x6f,0x7e,0xff,0xff,0xf7,0xf9,0xdf,0x20,0x00,0x6f,0x70,0x0f,0xf0, +0x07,0x09,0x00,0x23,0xcf,0xf8,0x09,0x00,0x2a,0x9f,0xc1,0xb0,0x00,0x21,0x29,0xc0, +0x90,0x12,0x21,0xe8,0xcc,0x5b,0x69,0x13,0xef,0x78,0x3e,0xf3,0x08,0xf6,0x0e,0xf3, +0x4f,0xe0,0x08,0xf9,0x00,0x5e,0xb1,0x00,0xef,0x26,0xfa,0x23,0x9f,0xe3,0x3a,0xfc, +0x33,0x0e,0xf2,0xbf,0xe5,0x1b,0x41,0xef,0x3f,0xf0,0x9a,0x39,0x01,0x51,0x0e,0xf3, +0xff,0x20,0x88,0x14,0xc1,0x41,0xef,0x26,0xfb,0x0e,0xaa,0x2e,0x01,0xd4,0xa7,0x01, +0xaa,0x2e,0x42,0xef,0x20,0xdf,0x3e,0x10,0x92,0x50,0xf2,0x0e,0xf3,0xef,0x63,0x38, +0x34,0x42,0xef,0x9f,0xff,0x1e,0x13,0x00,0xd1,0xf5,0xfe,0x50,0x23,0x33,0xff,0x83, +0x33,0x00,0xef,0x20,0x00,0xbe,0x2b,0x1d,0x43,0x0e,0xf2,0x00,0x0c,0x5f,0x00,0x01, +0x1b,0xef,0x00,0x0c,0x1b,0x23,0xf2,0x00,0x61,0x65,0x2f,0xef,0x20,0x2f,0xdd,0x03, +0x21,0x0b,0x80,0xe5,0x02,0xb1,0xb9,0x60,0x8a,0xfe,0x88,0x88,0x80,0xdf,0xff,0xfd, +0xff,0x3d,0x0c,0x60,0x1d,0xf2,0x9f,0x77,0xf8,0x2f,0xf2,0x9c,0x60,0xdf,0x1b,0xf2, +0x0e,0x99,0xfe,0x7d,0x10,0xe0,0xf1,0xfd,0x00,0x14,0xff,0x23,0xbf,0x93,0x10,0xdf, +0x4f,0x90,0x00,0x6f,0x89,0x0b,0x60,0x2d,0xf3,0xfc,0x3e,0xec,0x32,0xbb,0x77,0xf0, +0x0a,0xdf,0x1a,0xf7,0xff,0xd0,0xde,0xee,0xee,0xe3,0x0d,0xf1,0x5f,0x81,0xfd,0x0e, +0xf7,0x66,0xef,0x40,0xdf,0x13,0xfa,0x1f,0xd0,0xef,0x2f,0xd8,0x33,0xf1,0x5f,0xa1, +0x13,0x00,0xf0,0x0d,0xaf,0xf8,0x1f,0xd0,0xef,0xee,0xef,0xf4,0x0d,0xf5,0xfd,0x11, +0xfd,0x0e,0xfa,0x99,0xff,0x40,0xdf,0x11,0x00,0x1f,0xd0,0xef,0x21,0x8f,0xf3,0x0d, +0xbb,0x9b,0xf0,0x05,0x7d,0xe2,0x0d,0xfb,0x00,0xdf,0x10,0x0a,0xfc,0xdf,0xd6,0x32, +0x23,0x57,0x2d,0xf1,0x00,0xbf,0x10,0xaf,0xd1,0x00,0x9f,0xdf,0x10,0x02,0x80,0x00, +0x39,0xbd,0xdd,0xc9,0x88,0x6f,0x02,0xf1,0x04,0xea,0x3b,0xa0,0x00,0x5d,0x58,0xc1, +0x00,0x00,0x7f,0xa1,0xff,0x10,0x0d,0xf4,0xbf,0x80,0x00,0x0e,0x4f,0x72,0x00,0x3c, +0x61,0xf3,0x18,0xff,0xa9,0xfe,0x88,0xff,0xf8,0xef,0x88,0x56,0xff,0xfb,0xbf,0xea, +0xef,0xff,0xaf,0xfb,0xa1,0x2f,0xff,0xdc,0xff,0xcd,0xff,0xfc,0xff,0xcc,0x20,0x2c, +0xf8,0x8f,0xd6,0x24,0xff,0x6e,0xf7,0x61,0x00,0xcf,0x45,0x24,0xa0,0x20,0x0c,0xf7, +0x6f,0xd4,0x31,0xff,0x4e,0xf5,0x44,0x13,0x00,0x21,0xfc,0x1f,0x94,0x5e,0x00,0x8c, +0x4a,0x42,0x22,0x23,0x32,0x22,0xec,0x62,0x00,0x57,0x79,0x21,0x3e,0xef,0x12,0x7b, +0x01,0xf5,0x3a,0x43,0xfa,0x10,0x01,0xaf,0x38,0xde,0x12,0x98,0x4a,0x3c,0x10,0x01, +0x15,0x80,0x52,0x31,0x00,0x01,0x7a,0xce,0x31,0x00,0x20,0xd8,0x0e,0x24,0xe7,0x10, +0x38,0x04,0x83,0x30,0x6a,0x75,0x20,0x26,0x05,0xf3,0x05,0x57,0x60,0x00,0x00,0x5d, +0x60,0x00,0x00,0x7a,0x35,0x60,0x00,0x06,0x66,0xaf,0xd6,0x66,0x30,0xdf,0x5f,0xbe, +0x67,0xf1,0x06,0x93,0xfe,0x0a,0xf7,0x00,0x07,0x77,0x77,0x87,0x77,0x49,0xfa,0x37, +0x94,0x30,0x03,0xf9,0xd6,0xd9,0xfc,0x2f,0x96,0x13,0xf0,0x00,0xf8,0x7f,0xf2,0xfc, +0xaf,0xfe,0xdf,0xfd,0xd1,0x03,0xfb,0xde,0xfb,0xfe,0xff,0xbe,0x7c,0xa1,0x03,0xf9, +0x92,0x56,0xfc,0xaf,0xf8,0x3f,0xf5,0x30,0x0c,0x2f,0x11,0x3b,0xaf,0x00,0xf0,0x00, +0x88,0x8e,0xf9,0x87,0x09,0xfd,0xcf,0xfc,0xb0,0x04,0x55,0x5f,0xe5,0x55,0x29,0x28, +0x00,0x01,0x17,0x02,0xb1,0x69,0xf7,0x1e,0xf3,0x10,0x0c,0xfa,0xdf,0xa9,0xcf,0x69, +0xe8,0x1b,0xf1,0x00,0xf1,0xec,0x98,0x6f,0x69,0xff,0xef,0xfe,0xd0,0x0c,0xfa,0xfc, +0xce,0x7f,0x69,0x28,0x00,0xf1,0x00,0xf9,0xff,0xdf,0xbf,0x69,0xf8,0x3f,0xf4,0x30, +0x0c,0xf3,0x30,0x05,0x8f,0x69,0xb2,0x1a,0x53,0xf1,0x00,0x3f,0xff,0x59,0x0a,0x00, +0x32,0x0b,0xb7,0x09,0x8a,0x1f,0x04,0xa1,0xd4,0x12,0x6b,0x09,0x4f,0xc5,0xb4,0x00, +0x78,0x88,0x88,0x8b,0xff,0x88,0x88,0x88,0x86,0x0e,0x45,0x59,0xf2,0x19,0xef,0x35, +0x55,0x56,0xff,0x15,0x55,0x46,0xfc,0x0e,0xf3,0xff,0xfd,0x5f,0xe4,0xff,0xfb,0x6f, +0xc0,0x55,0x47,0x77,0x75,0xfe,0x27,0x77,0x73,0x54,0x00,0x04,0xbb,0xba,0x5e,0xe3, +0xbb,0xbb,0x20,0x00,0x00,0x88,0x01,0x00,0x05,0x41,0x4f,0x00,0xdc,0x9d,0x69,0x41, +0x18,0xfc,0x11,0x17,0xfe,0x13,0x00,0x60,0x87,0x7b,0xfe,0x77,0x7b,0xfe,0xa5,0x12, +0x60,0xaa,0xdf,0xea,0xaa,0xcf,0xe0,0x7a,0x58,0x00,0x4d,0x21,0x51,0xed,0x9a,0x20, +0x0b,0xb2,0x9a,0x3c,0x21,0x0c,0xf4,0x37,0x07,0x41,0xed,0xdd,0xde,0xff,0xad,0xb3, +0x10,0xdf,0x91,0x05,0x15,0x05,0xec,0x4e,0x11,0xcc,0xa1,0x03,0x60,0xcc,0x40,0x7a, +0xaa,0xaa,0xab,0xcf,0x4e,0x24,0xa8,0xbf,0xf8,0x48,0xf0,0x15,0xbf,0x65,0x66,0x63, +0xff,0x26,0x66,0x55,0xfd,0xbf,0x6e,0xff,0xf4,0xff,0x4f,0xff,0xe5,0xfd,0x34,0x48, +0x88,0x83,0xff,0x38,0x88,0x85,0x44,0x00,0x4d,0xdd,0xd4,0xff,0x4d,0xdd,0xd5,0x00, +0xff,0x3a,0x10,0x77,0xde,0x15,0x05,0x4f,0x55,0x10,0x45,0x2b,0xb0,0x00,0x07,0x05, +0xa4,0x03,0xbb,0xbb,0xbd,0xff,0xbb,0xbb,0xbb,0xa0,0x04,0xab,0x57,0xf4,0x02,0x04, +0xfe,0x12,0xff,0x31,0xcf,0x71,0x8f,0xd0,0x04,0xfe,0x00,0xff,0x10,0xcf,0x60,0x6f, +0x09,0x00,0x13,0x7f,0x09,0x00,0xcc,0x6d,0xff,0xc0,0x04,0xfe,0x00,0xee,0x10,0xbe, +0x59,0xfc,0x30,0x6e,0x9d,0x00,0xbf,0x56,0x50,0x6a,0xaa,0xaa,0xdf,0xfa,0xa0,0x91, +0x14,0x0b,0x6a,0x50,0xf0,0x10,0x80,0x0e,0xf9,0x77,0x77,0xaf,0xf7,0x77,0x77,0xef, +0xb0,0x0e,0xf7,0xff,0xfe,0x6f,0xe7,0xff,0xfb,0xcf,0xb0,0x07,0x84,0x44,0x44,0x6f, +0xe2,0x44,0x44,0x68,0x50,0x3d,0x0d,0x21,0x6f,0xe7,0x47,0x51,0x10,0x6c,0x6c,0xee, +0x44,0xdd,0xdd,0xa8,0x30,0x0b,0x93,0x00,0x8e,0xaf,0x10,0x84,0xe7,0x4f,0x00,0xa0, +0x96,0x24,0xbf,0x7c,0x3f,0x16,0x24,0xcf,0x74,0x14,0x00,0x15,0xef,0xad,0x5e,0xc0, +0xff,0x8c,0xfd,0x77,0xdf,0xc7,0x7d,0xf9,0x70,0x07,0xfe,0x0a,0x3a,0xff,0xf0,0x0d, +0xbf,0xd5,0x00,0x1e,0xf9,0x2f,0xfd,0x9b,0xd8,0xdf,0xff,0xa8,0x62,0x8f,0xf1,0x7f, +0xff,0xff,0xe3,0x05,0xcf,0xff,0xe1,0x09,0x50,0x0b,0x96,0x30,0xc9,0xa8,0x19,0x30, +0x28,0x29,0x10,0x40,0xb5,0x4f,0xa0,0x99,0x00,0x04,0x55,0xef,0x85,0x55,0x8a,0xce, +0xff,0x60,0xa1,0x01,0x76,0x64,0xd0,0xda,0x86,0x00,0x03,0x44,0xdf,0x74,0x43,0xd6, +0x1a,0xb0,0x7f,0x80,0x91,0x01,0xf0,0x07,0xc4,0xfc,0x0a,0xf1,0xdf,0x10,0x03,0xaa, +0xef,0xba,0x80,0xdf,0x26,0xe5,0xc9,0x00,0x08,0x88,0xef,0xa8,0x88,0xee,0x0e,0x4b, +0x10,0x1f,0xc8,0x02,0x02,0xd1,0x74,0x10,0x44,0x7b,0xff,0x61,0x3f,0xc0,0xbf,0x10, +0x01,0xff,0x7f,0xb8,0x10,0xff,0xaf,0x31,0x24,0x88,0xbf,0x0a,0x00,0x71,0x99,0xcf, +0x91,0x11,0x4f,0xd1,0xbf,0x4f,0x70,0xa1,0x95,0xaa,0xbf,0xea,0xef,0x10,0x01,0xfd, +0x00,0x6f,0xd4,0x27,0x01,0x32,0x00,0x60,0x91,0x33,0x6f,0xd3,0x33,0x00,0x32,0x00, +0x10,0x90,0xf9,0x91,0x10,0x00,0x1e,0x00,0x31,0x90,0x22,0x6f,0x0a,0x00,0x41,0x0c, +0xff,0x80,0xcf,0x38,0x66,0x73,0xfd,0x08,0xfb,0x10,0x7f,0xeb,0x10,0x2d,0x82,0x02, +0x1e,0x8c,0x05,0x0a,0x00,0x10,0x02,0x6f,0x8e,0x23,0x0e,0xfb,0x58,0x8e,0x01,0x0a, +0x0b,0x16,0xc0,0x0a,0x00,0x01,0xa5,0x8e,0x0b,0x32,0x00,0x50,0x05,0xee,0xee,0xff, +0xf0,0x65,0x8d,0x24,0x50,0x05,0x28,0x00,0x20,0x50,0x02,0xdd,0x8e,0x00,0x0e,0xbb, +0x1f,0x20,0x64,0x00,0x01,0x14,0x0f,0x28,0x00,0x16,0xf2,0x0a,0x00,0x12,0x05,0x32, +0x00,0x01,0xbe,0xb6,0x0e,0x32,0x00,0x0f,0x0a,0x00,0x04,0x0b,0x4a,0x4d,0x07,0xe2, +0x94,0x41,0x33,0x33,0x33,0x3c,0xc3,0xcb,0x05,0x7b,0xb0,0x25,0x00,0x2f,0x62,0xc0, +0x05,0x31,0x69,0xf1,0x07,0x2f,0xf6,0x3d,0xf8,0x33,0xbf,0xa3,0x7f,0xf1,0x02,0xff, +0x20,0xcf,0x50,0x09,0xf8,0x04,0xff,0x10,0x2f,0xf2,0x0c,0x3d,0x2b,0x01,0x13,0x00, +0x23,0xed,0xde,0x13,0x00,0x33,0xf5,0x00,0x9f,0x13,0x00,0x2d,0xec,0xce,0x26,0x00, +0x03,0x39,0x00,0x33,0xf5,0x3d,0xf7,0x4c,0x00,0x05,0x5f,0x00,0x02,0xbc,0xd5,0x10, +0xff,0x26,0x00,0x02,0x53,0x1c,0x08,0xa3,0xe0,0x04,0x55,0xf2,0x61,0x03,0xbb,0xff, +0xbb,0xb4,0x4f,0x4a,0x7f,0x03,0x31,0x0c,0xf1,0x05,0xff,0x00,0x19,0xfa,0x1a,0xf6, +0x00,0x09,0xf7,0x2f,0xe0,0xcc,0xef,0xec,0xef,0xd7,0x00,0xaf,0x72,0xfe,0x15,0x04, +0x60,0x91,0x0a,0xf6,0x3f,0xe0,0x34,0xaa,0x81,0x41,0xfb,0xbf,0x53,0xfd,0x33,0xe8, +0x01,0x30,0xc9,0xf0,0x04,0x3f,0xf7,0x77,0xcf,0xb6,0xf8,0xef,0x24,0xfd,0x03,0xff, +0x44,0x4b,0xfb,0xbf,0x4f,0xf0,0x4f,0xc0,0xb8,0x0d,0xf1,0x00,0xbc,0xe2,0xfd,0x05, +0xfb,0x01,0x33,0x3a,0xfb,0x32,0x01,0x6f,0xb0,0x6f,0xb0,0x69,0x10,0xf0,0x06,0x0b, +0xf7,0x07,0xfa,0x09,0xff,0xad,0xfd,0xaa,0x30,0xff,0x20,0x8f,0x90,0x1f,0xf0,0x9f, +0xa0,0x00,0x6f,0xc0,0x5c,0xf5,0x00,0x20,0x17,0xd0,0xf7,0x00,0xcf,0x70,0x4b,0xbb, +0xef,0xeb,0xcd,0xfe,0x34,0x5f,0xf4,0x67,0x38,0x51,0x02,0xff,0x63,0xff,0xfe,0xc0, +0x33,0x31,0x04,0x90,0x0c,0x45,0xeb,0x23,0x06,0xce,0xb6,0x9e,0x65,0x26,0xff,0x72, +0x22,0x22,0x20,0x22,0x6b,0x04,0x22,0x4e,0x00,0x18,0xf1,0x31,0x50,0x00,0x03,0xbb, +0x88,0x01,0x57,0xcb,0x01,0xde,0x45,0x0b,0x01,0x00,0x14,0x22,0x01,0x00,0x21,0x00, +0x13,0xea,0x10,0x13,0x32,0xf2,0x65,0x00,0x3f,0x4f,0x10,0x7f,0xc1,0x90,0x23,0xcf, +0xfb,0x2a,0x66,0x2f,0x0c,0xfb,0x1b,0x00,0x0b,0x01,0x62,0x8e,0x09,0x24,0x00,0x04, +0x1b,0x00,0x21,0x06,0x50,0x38,0xf5,0x00,0xb8,0x0d,0x10,0x85,0x1e,0x7d,0x00,0xb3, +0x5a,0xc0,0xfc,0x9f,0x8f,0xfa,0xaf,0xf7,0xfc,0xbf,0xa0,0x09,0xef,0xfa,0x14,0x00, +0xf0,0x34,0xf6,0x8f,0x30,0x01,0x9f,0x76,0xaf,0xf4,0x4e,0xf7,0xf6,0xdf,0x20,0x0c, +0xff,0xdf,0xbf,0xfe,0xff,0xe7,0xf6,0x1e,0xd0,0x04,0x57,0xff,0x3f,0xf5,0xaf,0xb8, +0xf7,0x2c,0xf2,0x02,0x9f,0xf4,0x8f,0xff,0xfc,0xff,0xfa,0xff,0xd0,0x0e,0xfb,0x20, +0x3e,0xac,0xc0,0x58,0xf6,0x65,0x00,0x06,0x46,0x66,0x67,0x8f,0xf9,0x69,0xb8,0x61, +0x00,0x00,0x09,0xac,0xff,0x95,0x5f,0xc7,0xa2,0x00,0x07,0x77,0x78,0xff,0x87,0x77, +0xff,0x97,0x77,0x70,0xac,0x1a,0x14,0x01,0xd9,0xdb,0x04,0x31,0x6a,0x01,0xbf,0x35, +0x00,0x13,0x00,0x02,0x5e,0xd7,0x01,0x31,0x80,0x01,0x0a,0x00,0x12,0x22,0xbe,0xd7, +0x04,0x28,0x00,0x16,0x90,0x4d,0x5c,0x25,0x10,0xaf,0xa7,0x04,0x00,0x5c,0xa2,0x11, +0xf2,0x4f,0x14,0x11,0xbc,0x32,0xce,0x15,0xc8,0x12,0x1c,0x11,0xa0,0x5f,0xe0,0x00, +0x0f,0x7e,0x00,0x1a,0x5e,0x00,0x46,0x12,0x01,0x13,0x00,0x04,0x20,0x6a,0x02,0x9a, +0x7e,0x19,0xef,0x13,0x00,0x01,0x66,0x37,0x0a,0x39,0x00,0x05,0x4c,0x00,0x70,0xbc, +0xcf,0xdc,0xcc,0xce,0xdc,0xc8,0x9d,0xc9,0x60,0xfd,0x20,0x06,0xfe,0x93,0x00,0x4b, +0xe6,0x10,0xc4,0x35,0xc2,0x51,0x60,0x1d,0xff,0xfa,0x30,0xfb,0x5f,0x32,0x70,0x1a, +0x50,0xc5,0xa0,0x24,0x30,0x2f,0x6b,0xe1,0x16,0xf3,0x0a,0x00,0x40,0x03,0x38,0xff, +0x33,0xc0,0xb2,0x02,0x17,0x47,0x10,0x2c,0x21,0x88,0x10,0x70,0x0a,0x00,0x01,0x83, +0x03,0x01,0x09,0xe1,0x00,0x56,0x19,0x12,0xbf,0x0a,0x00,0x5f,0xfa,0xaa,0xaa,0xef, +0x90,0x1e,0x00,0x06,0x06,0x14,0x00,0x4f,0xfb,0xbb,0xbb,0xef,0x1e,0x00,0x06,0xf0, +0x0f,0x2c,0xdd,0xcc,0xcd,0xcc,0x70,0x02,0x28,0xfe,0x00,0x04,0xee,0x30,0x5e,0xb2, +0x00,0x0d,0xff,0xfc,0x05,0xcf,0xfe,0x40,0x7f,0xff,0x70,0x08,0xff,0xd3,0x2e,0x10, +0x8c,0x70,0xbf,0xf4,0x00,0x11,0x00,0x03,0x71,0x24,0x07,0x15,0x30,0x35,0x04,0x52, +0xf4,0x1a,0xaa,0xaa,0xa7,0x0a,0x00,0x11,0x2f,0x19,0x01,0x10,0xef,0x39,0x99,0x31, +0x6f,0xfa,0x64,0xb4,0x00,0x10,0x60,0x15,0x35,0x12,0x3f,0xf7,0x2a,0x00,0x0a,0x00, +0x00,0x8d,0x31,0x02,0x0a,0x00,0x00,0xb4,0x00,0x1f,0x80,0x1e,0x00,0x04,0x14,0x16, +0x14,0x00,0x31,0xfe,0xff,0x5f,0x28,0x00,0x51,0x27,0xdf,0xff,0xfd,0x6f,0x1e,0x00, +0x42,0x6f,0xff,0xf9,0x30,0x1e,0x00,0x92,0x0f,0xb5,0x00,0x00,0x2c,0xdc,0xcc,0xcd, +0xcc,0xcb,0xdc,0x41,0xec,0x20,0x5e,0xa1,0xe8,0x6d,0x42,0xdf,0xfd,0x30,0x8f,0x03, +0x9b,0x51,0xfe,0x70,0x00,0x02,0xcf,0x91,0x9e,0x01,0xcc,0x7f,0x17,0x30,0xbe,0x0a, +0x42,0xf3,0x00,0x1f,0xc9,0x3b,0xd0,0x25,0xf3,0xb8,0x0a,0x00,0x40,0xeb,0x1f,0xc0, +0x00,0x62,0x96,0x00,0x0a,0x00,0x10,0xc2,0x25,0x48,0x10,0x30,0x0a,0x00,0x11,0xc3, +0x0b,0x07,0x02,0x0a,0x00,0x00,0xfd,0x4f,0x02,0x0a,0x00,0x24,0xbb,0xbb,0x14,0x00, +0x23,0xee,0xee,0x0a,0x00,0x11,0xfe,0x1e,0x00,0x40,0xf2,0xeb,0x1f,0xc3,0x71,0x1a, +0x60,0x50,0x0c,0xf1,0xeb,0x1f,0xc3,0x99,0x1a,0x34,0x50,0x0d,0xf1,0x1e,0x00,0x24, +0x0d,0xf0,0x32,0x00,0x50,0x0f,0xf0,0xeb,0x1f,0xc2,0x42,0x02,0xf0,0x07,0x40,0x2f, +0xc0,0xea,0x1f,0xc0,0x0c,0xa1,0x08,0xc1,0x00,0x7f,0x90,0x00,0x1f,0xc3,0xdf,0xf4, +0x2e,0xfe,0x30,0x9f,0x5a,0x2f,0x00,0x11,0x6e,0xbf,0xf2,0x09,0x00,0x00,0x05,0x4a, +0x90,0x00,0x00,0x1c,0x50,0xc3,0x0a,0x01,0x00,0x59,0xd5,0x02,0xaf,0x4a,0x00,0x46, +0x04,0x12,0xcf,0xe3,0x06,0x20,0x31,0x1a,0x89,0x8e,0x10,0xf4,0x15,0x49,0x30,0x9f, +0xf4,0x03,0xc2,0x62,0x63,0x80,0x02,0xcf,0xff,0x70,0x04,0x25,0xa8,0x40,0xef,0xf2, +0x04,0xfd,0x9f,0x73,0x51,0x5d,0xdd,0xdf,0xfd,0xc9,0x14,0x00,0x11,0x6f,0x7b,0xf6, +0x00,0x44,0x02,0x61,0x24,0x49,0xff,0x5f,0xf5,0xfd,0xbd,0x73,0x43,0x05,0xfe,0x2f, +0xc4,0x32,0x00,0x31,0xfe,0x6f,0x64,0x1e,0x00,0x00,0x41,0xa4,0x14,0x04,0x1e,0x00, +0x02,0xbd,0x4b,0x01,0x0a,0x00,0x10,0x03,0x30,0x03,0x11,0x70,0x49,0x90,0x70,0x1c, +0x70,0x07,0xd3,0x00,0x03,0x49,0x4d,0x1a,0xf0,0x04,0xf3,0x2d,0xff,0x50,0x08,0xff, +0xfc,0x03,0xef,0xfd,0x20,0x01,0xcf,0xf5,0x03,0xfe,0xb2,0x00,0x8d,0xa7,0x8c,0x1c, +0xa0,0x85,0xec,0x01,0x01,0x00,0x32,0x32,0x4f,0xc0,0x0d,0xc8,0x54,0x02,0xfb,0x4f, +0xe9,0x95,0x0a,0x00,0x21,0xff,0xf9,0x35,0x4d,0xd2,0x02,0xfb,0x4f,0xd4,0x42,0x2b, +0xbe,0xfd,0xbb,0xa0,0x02,0xfb,0x4f,0x45,0x6e,0x11,0xe0,0xa7,0x17,0x00,0x1f,0xf0, +0x03,0x0a,0x00,0xa1,0xfa,0xaa,0xcf,0xe0,0x01,0x21,0x8f,0xb1,0x11,0x3f,0xf8,0x09, +0x50,0xfd,0x9f,0xa0,0xb7,0x3f,0x1e,0x00,0x61,0x04,0xfd,0x7f,0xa5,0xfe,0x3f,0xb9, +0x0a,0x50,0xf7,0x7f,0xaa,0xf9,0x2f,0x28,0x00,0x60,0x3f,0xe1,0x7f,0xdf,0xf3,0x2f, +0x1e,0x00,0x62,0x03,0x50,0x7f,0xff,0xb0,0x2f,0x6d,0x16,0x81,0x1b,0xff,0x20,0x2c, +0xdc,0xcc,0xec,0xb0,0xf8,0x8e,0xf0,0x0b,0x04,0xeb,0x04,0xfa,0x10,0x04,0xbf,0xff, +0x50,0x02,0xaf,0xfd,0x25,0xff,0xd2,0x08,0xff,0xb3,0x00,0x0a,0xff,0x80,0x00,0x2d, +0xf5,0x00,0x48,0x2a,0x17,0x91,0xb9,0x8c,0x03,0xfa,0x58,0x13,0xf3,0xa9,0xfe,0xf1, +0x03,0x88,0x9f,0xf2,0xaa,0xae,0xfc,0xaa,0x80,0x02,0xff,0x88,0xaf,0xf0,0x24,0x4f, +0xf5,0x44,0x10,0xef,0x87,0x00,0xa3,0x09,0x00,0xc4,0x6a,0x72,0x3f,0xf0,0x9f,0xa5, +0x55,0xff,0x40,0x14,0x00,0x50,0xdb,0xbb,0xff,0x40,0x01,0x24,0xdd,0xe1,0x9f,0xec, +0xcc,0xff,0x40,0x08,0x88,0x88,0x88,0x87,0x9f,0xb7,0x77,0xff,0x7f,0x34,0x11,0xfd, +0x32,0x00,0xf0,0x24,0x03,0x33,0x8f,0xb3,0x32,0x9f,0x80,0x00,0xef,0x40,0x03,0xea, +0x5f,0xa0,0x00,0x9f,0xfe,0xee,0xff,0x40,0x04,0xfa,0x5f,0xff,0xf7,0x6b,0xcb,0xbb, +0xdb,0x30,0x05,0xfb,0x5f,0xea,0xa5,0x09,0xf7,0x0b,0xf4,0x00,0x07,0xff,0x9f,0x90, +0x01,0xbf,0xf2,0x08,0xff,0x40,0x09,0xef,0x75,0x00,0xca,0x22,0xf2,0x00,0xf1,0x0e, +0xfa,0xff,0xc3,0x01,0xc3,0x00,0x00,0x09,0x30,0x5f,0xd0,0x8f,0xff,0x71,0x29,0x52, +0x1d,0x60,0x02,0x8b,0xef,0xd2,0x91,0x07,0x86,0x01,0x14,0x7c,0xbd,0x6c,0x44,0x33, +0xaf,0xd3,0x32,0x1f,0xa2,0x02,0x7b,0x83,0x61,0xf8,0x08,0xbe,0x98,0xcf,0xd7,0x4a, +0xb9,0x60,0x01,0xcf,0xfc,0xfe,0x30,0x5b,0x86,0x01,0x60,0x00,0x5d,0xff,0xfd,0x50, +0x7f,0x36,0x01,0xf1,0x06,0x07,0xff,0xb5,0x9f,0xc1,0x7f,0xa0,0x00,0x4f,0xe0,0x07, +0xfe,0xcc,0xce,0xdc,0x7f,0xeb,0xbb,0xcf,0xe0,0x08,0x2f,0x94,0xf1,0x04,0xfe,0xee, +0xef,0xe0,0x08,0xf9,0x02,0xbf,0x60,0x7f,0xa0,0x00,0x3f,0xe0,0x08,0xfa,0x9f,0xfa, +0x00,0x1e,0x00,0x61,0x09,0xf9,0xdb,0x46,0x40,0x7f,0xd7,0x22,0x41,0xf7,0x02,0xaf, +0xd1,0x1e,0x00,0x61,0x0a,0xf8,0xbf,0xfa,0x00,0x7f,0xa4,0x01,0xf0,0x1f,0xf5,0xaa, +0x34,0xc7,0x5c,0xec,0xcc,0xdc,0xb0,0x0f,0xf2,0x00,0x6f,0xf7,0x09,0xf7,0x03,0xd9, +0x00,0x5f,0xe0,0x6c,0xff,0x74,0xcf,0xf9,0x05,0xff,0xb0,0x3e,0x8a,0xff,0xb3,0x2f, +0xfe,0x60,0x00,0x4f,0xf8,0x02,0x10,0xa3,0x00,0x03,0x80,0x00,0xf0,0xbb,0x42,0x60, +0xcf,0x42,0x20,0x40,0x18,0x41,0xf5,0xcf,0x4c,0xf8,0x43,0x0f,0x51,0x04,0xfa,0xcf, +0x7f,0xb4,0x0a,0x00,0x51,0x06,0xc7,0xdf,0x9b,0x82,0xc9,0x9a,0x10,0x1f,0x0f,0x00, +0x10,0x9c,0x1b,0x31,0x62,0x05,0x6e,0xff,0xd6,0x52,0xbf,0xa9,0xbf,0xf1,0x09,0xff, +0xfd,0x40,0xbf,0x70,0x00,0x6f,0xd0,0x1b,0xfd,0xdf,0xbf,0xf6,0xbf,0xda,0xaa,0xcf, +0xd0,0x2e,0xc1,0xac,0x33,0x90,0xbf,0x6f,0xa8,0x61,0x00,0x45,0x4d,0x70,0xbf,0x70, +0x2b,0x4e,0x41,0xdf,0x5b,0xf3,0xbf,0x24,0x04,0x91,0xbb,0xff,0xdc,0xe6,0xbf,0xdb, +0xbb,0xdf,0xd0,0x89,0xe4,0xa2,0xbf,0x80,0x00,0x6f,0xd0,0x02,0x24,0xff,0x82,0x21, +0x50,0x00,0xf0,0x19,0x09,0xff,0xfa,0x00,0x8c,0xcb,0xbb,0xcb,0xa0,0x00,0x7f,0xfa, +0xff,0xd2,0x1c,0xe5,0x05,0xe7,0x00,0x2c,0xff,0x90,0x3e,0xc7,0xef,0xf6,0x07,0xff, +0xb0,0x0d,0xf8,0x00,0x02,0x8f,0xfd,0x30,0x00,0x4f,0xfa,0x02,0x81,0x9e,0x00,0x7f, +0x3c,0x02,0xf0,0xc0,0x20,0xd7,0xff,0xcb,0xec,0x42,0xfd,0x66,0x66,0x8f,0x0a,0x00, +0x60,0xfe,0xbb,0xbb,0xcf,0xd0,0x00,0x28,0xb8,0xf1,0x00,0xfe,0x88,0x88,0xaf,0xd0, +0xdd,0xff,0xdd,0xc0,0x03,0xfe,0x77,0x77,0x9f,0xd0,0xa7,0x0d,0x60,0xfe,0xdd,0xde, +0xed,0xb0,0xfb,0x88,0x76,0x10,0xdd,0x7c,0x30,0x01,0xb5,0xc7,0xf0,0x00,0xf7,0xb9, +0x2f,0xc7,0xb3,0xfe,0xbb,0xbf,0xe0,0x0e,0xfc,0xf9,0xdf,0xef,0xd1,0x1e,0x00,0x62, +0x0b,0xef,0xe0,0x9d,0xff,0x20,0xf3,0x51,0xf0,0x00,0xa9,0x0a,0xf8,0xe3,0xfe,0xaa, +0xbf,0xe0,0x0c,0xfd,0xdf,0xaf,0xfc,0xf9,0xfb,0x12,0xd3,0x51,0xfe,0xcf,0xcf,0xdc, +0xde,0x1b,0x25,0x51,0x50,0x15,0x26,0x3d,0x72,0x86,0x0c,0xf1,0x11,0xfa,0xde,0x7f, +0x5e,0xc0,0x2d,0x60,0x7b,0x00,0x0a,0xf6,0xbf,0x4f,0x89,0xd6,0xef,0xb1,0xdf,0xc0, +0x1f,0xf1,0xaf,0x3e,0x80,0x3f,0xfa,0x00,0x1e,0xf7,0x03,0x60,0x34,0x11,0x08,0x17, +0x03,0x73,0x40,0x00,0x62,0x93,0x01,0x3e,0x26,0x01,0x92,0x2d,0x12,0x9e,0x53,0x79, +0xe0,0x32,0x2b,0xfd,0x01,0x11,0x4f,0xf5,0x11,0x10,0x01,0xec,0xaf,0xd1,0x03,0x3d, +0x23,0x30,0x70,0x04,0xef,0x4e,0x7c,0x01,0xd2,0x05,0x30,0x1c,0xff,0xe2,0x16,0x26, +0xc1,0xdf,0x80,0x25,0x55,0xdf,0xf6,0x45,0xfe,0x05,0x50,0xcf,0x80,0x7e,0x04,0xa1, +0xfe,0x0f,0xf2,0xcf,0x80,0x5c,0xcd,0xff,0xcf,0xf5,0x0a,0x00,0x01,0x7e,0x04,0x04, +0x0a,0x00,0x42,0x6f,0x64,0xfe,0x1f,0x0a,0x00,0x71,0x04,0x14,0xfe,0x2f,0xf0,0xcf, +0x80,0x74,0x04,0x52,0xba,0x7f,0xe0,0x7a,0x50,0xbd,0x94,0x42,0xef,0x87,0x60,0x00, +0x7e,0x04,0x31,0xff,0x7f,0xf7,0x7e,0x04,0xf0,0x04,0x05,0xef,0xf5,0x0a,0xff,0x70, +0x09,0xff,0xfc,0x00,0xaf,0xfe,0x40,0x00,0xaf,0xf3,0x04,0xfe,0xb2,0x90,0x3f,0x01, +0x04,0x00,0x07,0x4e,0x6b,0x04,0x62,0x33,0x00,0xeb,0x31,0x10,0x8b,0x2d,0x0d,0x11, +0x0b,0x7f,0xed,0x01,0xf9,0x3c,0xf0,0x03,0xee,0xfe,0xee,0xee,0x01,0x19,0xf6,0x11, +0x00,0x00,0x3e,0xb0,0x0d,0xd1,0x01,0x1d,0xf2,0x11,0x97,0x58,0x30,0x5f,0xb0,0x7f, +0x1f,0x1c,0x92,0x05,0xdf,0xed,0xff,0xed,0x7f,0x96,0x66,0xcf,0x62,0xcb,0xd0,0x7f, +0x47,0xd3,0xaf,0x30,0x05,0xfb,0x00,0x4d,0xa3,0x7f,0x48,0xf3,0x0a,0x00,0x31,0x4b, +0xff,0xb1,0x0a,0x00,0xf0,0x0e,0x06,0xfd,0xff,0xd6,0x10,0x7f,0x49,0xf2,0xaf,0x30, +0x06,0xfa,0x44,0x2c,0xf7,0x7f,0x4a,0xf2,0xaf,0x30,0x07,0xf9,0x3a,0xff,0xa0,0x7f, +0x4c,0xf0,0xaf,0xd5,0x78,0xf1,0x1b,0xe7,0x30,0x7f,0x4f,0xe0,0xaf,0x30,0x0a,0xf8, +0xc7,0x2a,0xfc,0x34,0x6f,0x91,0x23,0x00,0x0d,0xf4,0x18,0xef,0xf5,0x02,0xef,0x5e, +0xd2,0x00,0x1f,0xfb,0xff,0xfb,0x21,0x7e,0xf9,0x09,0xff,0x40,0x5f,0xc5,0xfa,0x30, +0x3f,0x7e,0xc3,0x97,0x03,0x50,0x10,0x00,0x08,0x71,0x00,0x00,0x06,0x68,0x40,0x03, +0xbd,0x74,0x33,0x61,0xdd,0x40,0x0a,0x00,0xa0,0xac,0xfd,0x10,0x00,0x11,0x11,0x31, +0x11,0x11,0x9f,0xe6,0x5d,0x60,0x01,0x6b,0xf4,0xbc,0x50,0x5f,0xa8,0x7d,0xf0,0x06, +0xdf,0xff,0xfe,0xef,0x60,0x1f,0xf8,0xcf,0x50,0x07,0xff,0xfd,0x30,0xdf,0x60,0x0b, +0xfb,0x02,0x60,0x00,0x07,0x09,0x3f,0xc5,0x03,0xff,0xc8,0xf5,0x05,0x5a,0xfd,0x55, +0xef,0xa5,0x55,0x8f,0x77,0x9a,0xd0,0xb1,0x7a,0x40,0x1c,0xce,0xff,0xcc,0xff,0xec, +0xef,0xc1,0xdf,0x70,0x1a,0x64,0x40,0xdf,0x60,0x5f,0xfd,0x69,0x32,0x11,0xf8,0x77, +0x83,0x21,0xf9,0x10,0xfd,0x8d,0x50,0x60,0x2f,0xfb,0xff,0xc0,0x80,0xd6,0x60,0xdf, +0x60,0x0e,0xf6,0x1a,0x20,0xb1,0x08,0x70,0xdf,0x60,0x09,0xfc,0x00,0x60,0x0a,0x35, +0xe8,0x71,0x60,0x04,0xff,0x93,0xf5,0x4f,0xfa,0xbb,0x3f,0x51,0x9f,0xff,0xf4,0x05, +0xc0,0x0a,0x00,0x3a,0x09,0xff,0xc0,0x9d,0x4d,0x02,0xf4,0x97,0x14,0x0a,0xaf,0xc8, +0x11,0xe0,0x0a,0x00,0x10,0xfb,0x25,0x25,0x91,0x0a,0xf2,0xbf,0x10,0x0f,0xf0,0x47, +0x77,0x75,0xcf,0x09,0xf2,0x01,0x0f,0xf0,0xaf,0xdd,0xfc,0x00,0x0a,0xfd,0xff,0xdc, +0x0f,0xf0,0xaf,0x15,0xfc,0x00,0x1e,0x00,0x34,0xaf,0x26,0xfc,0x1e,0x00,0xc2,0xff, +0xfc,0x00,0x0a,0xfc,0xef,0xcc,0x0f,0xf0,0x35,0x55,0x54,0x1e,0x00,0x60,0xf5,0x99, +0x58,0x99,0x70,0x0a,0xa3,0x01,0x60,0xf8,0xee,0x8d,0xde,0xc0,0x0a,0x41,0x36,0x92, +0xf8,0x8a,0x8d,0x57,0xc0,0x03,0x01,0x36,0x9f,0x0a,0x00,0xf2,0x09,0x0f,0xbc,0xbe, +0xaf,0x5f,0xf8,0xbc,0x8d,0x89,0xc0,0x1f,0x8a,0xea,0xff,0x5f,0xf8,0xff,0x8d,0xff, +0xc0,0x4f,0x69,0xe2,0xbf,0x36,0xa7,0x32,0x8d,0x57,0x00,0x35,0x38,0x50,0xf1,0x36, +0x00,0x6c,0xff,0x0f,0x26,0x00,0x81,0x4c,0x2f,0x3f,0xd6,0x04,0x16,0x03,0x22,0x4e, +0x81,0x8f,0x1c,0x10,0x40,0x77,0xdd,0x02,0x0a,0x00,0x10,0x5f,0xff,0x92,0xb1,0x0a, +0xf3,0xbf,0x10,0x1b,0xff,0xb1,0x5e,0xff,0xa2,0x0a,0xd9,0x2d,0x20,0xcc,0xcc,0x16, +0xcb,0x80,0xef,0xa9,0x3b,0x8f,0xff,0xff,0xb3,0x80,0xaa,0x00,0x05,0x04,0x1d,0xc0, +0xfe,0x08,0x88,0x82,0x88,0x88,0x40,0x0a,0xfe,0xff,0xee,0x0f,0x26,0x4f,0x10,0x80, +0x3c,0x00,0x61,0x0f,0x75,0xf5,0xf9,0x1f,0x80,0xc8,0x00,0x41,0xba,0xf5,0xfc,0x8f, +0x99,0x59,0x11,0x6f,0x1e,0x00,0xf1,0x00,0x04,0x01,0x36,0x9f,0x50,0x55,0x10,0x07, +0x72,0x00,0x0f,0xac,0xbe,0xaf,0x50,0x66,0xa2,0xf0,0x0f,0x1f,0x8a,0xda,0xff,0x44, +0xff,0x10,0x3f,0xf1,0x00,0x4f,0x69,0xf3,0xcf,0x3a,0xff,0xe3,0x8f,0xf4,0x00,0x8d, +0x59,0x40,0xdf,0x6f,0xfc,0xfb,0xff,0xff,0x70,0xc8,0x00,0x40,0xef,0x90,0x7b,0xfe, +0xe3,0x90,0x8c,0x4f,0xd6,0x4c,0x00,0x01,0xb4,0x07,0x30,0x93,0x51,0x31,0xfa,0x8f, +0x20,0x58,0x02,0xb2,0x12,0x24,0xfb,0x9f,0x42,0x20,0x01,0xff,0xdd,0xef,0x1f,0xb3, +0x32,0xe2,0xff,0xfe,0x8f,0x1f,0xf5,0xcc,0x8e,0x5f,0xa0,0x01,0xfe,0xae,0x8f,0x1f, +0xd3,0x8f,0xa1,0xfd,0x5e,0x8f,0x1f,0xf6,0xdc,0x9e,0x6f,0xa0,0x0f,0x1b,0x0b,0x91, +0xee,0xcf,0xaf,0xa0,0x0f,0xf8,0x88,0x8f,0xfe,0x63,0xe3,0x52,0x0f,0xf9,0x99,0x9f, +0xf7,0xde,0x26,0x03,0xe0,0x01,0x00,0x06,0x75,0x41,0x53,0xcf,0x15,0x55,0xf4,0x9b, +0x42,0xef,0xee,0xff,0x05,0xb1,0x25,0x70,0xef,0xa9,0xef,0x05,0xff,0x65,0x55,0x0a, +0x00,0x30,0x98,0xdf,0x05,0x60,0x09,0x01,0x37,0xf4,0xd0,0x04,0xbd,0xeb,0xbd,0xdb, +0x20,0x00,0xef,0x20,0xbf,0x00,0x3f,0xe0,0x45,0x98,0x00,0x0a,0x00,0x30,0x0e,0xf3, +0x0f,0x2f,0xcb,0xd0,0x2e,0xfe,0x6e,0xef,0xff,0xef,0xfe,0xe3,0x00,0xef,0x2a,0xe6, +0x5c,0x4c,0x09,0x18,0xc2,0xf1,0x4f,0x01,0x2a,0xcf,0x00,0x86,0x61,0x10,0x48,0x82, +0x51,0x15,0x43,0x2f,0xe8,0x13,0xab,0x82,0x27,0x31,0xb8,0x00,0x28,0x41,0x12,0x14, +0x83,0x3b,0x27,0x13,0xf5,0x9a,0x6f,0x10,0x3f,0x09,0x00,0x00,0x62,0x28,0x26,0xaf, +0xf5,0x1b,0x00,0x13,0x13,0xa4,0xea,0x14,0x31,0xf1,0x69,0x10,0xf4,0x9a,0x0a,0x00, +0x33,0x69,0xd1,0xf4,0x5f,0xe0,0x59,0x99,0x99,0x99,0x91,0x1f,0xf4,0x5f,0xe0,0x8f, +0xb0,0x47,0x00,0x09,0x00,0x32,0xa0,0x00,0x0f,0x09,0x00,0x45,0xea,0xaa,0xaf,0xf2, +0x1b,0x00,0xb2,0x2f,0xf4,0x5f,0xe0,0x5a,0x70,0x00,0x00,0x6d,0xef,0xf2,0xaf,0x1c, +0x32,0x1d,0xdb,0x50,0x4f,0x5e,0x11,0xb0,0x07,0x03,0x60,0x10,0x11,0x2f,0xf9,0x11, +0x10,0x72,0x9a,0x05,0x62,0xae,0xa0,0xe0,0xff,0x98,0x88,0x8f,0xf4,0x00,0xef,0x43, +0xfe,0xd5,0x79,0x00,0x04,0x7a,0xb1,0x2f,0xe0,0xff,0xba,0xaa,0xaf,0xf4,0x00,0xef, +0x32,0xfe,0x6f,0x7f,0x02,0x13,0x00,0x01,0xcd,0xa6,0x00,0x13,0x00,0x00,0xd2,0x9e, +0x14,0x43,0x13,0x00,0x21,0xff,0xf1,0x26,0x00,0x00,0xe8,0x00,0x10,0x1e,0x4c,0x00, +0x10,0xcb,0xa5,0xa0,0x04,0x5f,0x00,0xf1,0x04,0xf8,0x0e,0xf6,0x33,0x44,0x22,0x22, +0x43,0x92,0xcf,0x70,0xdf,0x30,0x05,0xfa,0xbc,0x8f,0x5f,0x7c,0x95,0x27,0x60,0x6c, +0xf5,0xf6,0xdc,0xef,0x40,0x6f,0x38,0x40,0xaf,0x3f,0x82,0x1f,0x07,0x36,0x60,0xf7, +0x0a,0xd1,0x22,0xde,0xff,0x67,0x0b,0x01,0x3a,0x6b,0x0b,0x8c,0x0a,0x02,0x04,0xbc, +0x01,0xb1,0xe1,0x01,0xd0,0x70,0x15,0x09,0xad,0x47,0x17,0x08,0x0a,0x69,0x10,0xce, +0x79,0x6f,0x11,0xed,0x7c,0xa5,0x31,0x30,0x4f,0xf7,0x88,0xe2,0x30,0x6f,0xff,0xf6, +0x8e,0xa9,0x50,0xf8,0x00,0x07,0xff,0x56,0xa0,0x01,0xf0,0x0d,0x55,0xef,0xc0,0x00, +0xa4,0x08,0xff,0x8f,0xf8,0xff,0xb1,0x1b,0x30,0x00,0x06,0xef,0xf5,0x5c,0x81,0x3e, +0xff,0x71,0x00,0x19,0xff,0xfd,0x37,0xff,0xc4,0x0a,0x40,0xa3,0x0b,0xfc,0x51,0x9e, +0x05,0x90,0xc6,0xdf,0xf2,0x01,0x41,0x7f,0xfe,0xaa,0xab,0x65,0x42,0x00,0x45,0x32, +0x21,0x94,0x1c,0x1f,0x10,0x32,0x0a,0xb3,0x7f,0x44,0xc7,0x01,0x5a,0x79,0x01,0xfa, +0xce,0x90,0x01,0x68,0xae,0xff,0xfd,0x8b,0xff,0xff,0x81,0xbb,0x0d,0x21,0xfa,0x40, +0x9f,0xa5,0x31,0x00,0x59,0x62,0xe3,0x1b,0x04,0x7b,0x1e,0x00,0xa1,0x54,0x03,0x9b, +0x8c,0xc0,0x2f,0xd8,0x40,0x00,0x01,0xfd,0x9c,0xf9,0xee,0x00,0x02,0xfe,0x6f,0x3c, +0xf2,0x15,0xda,0x7e,0x7f,0xe0,0x00,0x2f,0xd6,0xfc,0x00,0x01,0xfa,0xf9,0xec,0xee, +0x00,0x02,0xfd,0x0a,0x90,0x00,0x1f,0x9b,0xbf,0xad,0xe4,0x77,0x9f,0xe7,0x77,0x30, +0x01,0xfd,0x8b,0xf8,0xee,0x9f,0xb2,0x57,0x00,0xf0,0x1c,0x00,0x21,0x23,0x62,0x40, +0x00,0x11,0x1c,0xf4,0x11,0x98,0xc6,0x51,0x1e,0xee,0xff,0xfe,0xb0,0x37,0xb8,0x11, +0x01,0x10,0x22,0x12,0x0d,0xfd,0x37,0x50,0xcf,0x41,0x20,0x02,0xff,0xac,0xaa,0x20, +0xde,0xef,0x6c,0xa7,0x20,0xec,0xf3,0x05,0x16,0xf0,0x15,0xfe,0xdc,0xc0,0x0e,0xf7, +0x6f,0xb0,0x00,0x01,0x84,0x34,0x35,0xa4,0x07,0xff,0x11,0xff,0x30,0x00,0x0f,0xda, +0xe7,0xbd,0xb3,0xff,0xa0,0x0a,0xfd,0x10,0x05,0xf7,0x8f,0x4d,0x8c,0xef,0xe1,0x45, +0xaa,0x50,0xdf,0x18,0xf2,0x90,0x3e,0xe0,0x8b,0x74,0x50,0x02,0x60,0x12,0x00,0x00, +0x14,0x62,0x79,0x04,0xe0,0xf4,0x01,0xc4,0x0f,0x01,0x0a,0x00,0x33,0xfa,0xbf,0xba, +0x0a,0x00,0x43,0xfd,0x6f,0x6d,0xfb,0xfe,0xf4,0x21,0xaf,0xba,0x8d,0x22,0x53,0xf3, +0x0b,0xf7,0xaf,0xc4,0x0a,0x00,0x40,0xf9,0xaf,0xa9,0xfb,0x62,0x5a,0x16,0x30,0x3c, +0x00,0x51,0x01,0x11,0xaf,0x91,0x11,0x0a,0x00,0x10,0x0a,0xd3,0x03,0xb2,0x59,0x9f, +0xfb,0x99,0x50,0x08,0xdd,0xef,0xed,0xd9,0x8f,0x66,0x49,0xa0,0x9f,0x80,0x12,0x8f, +0xec,0xcc,0xff,0x90,0x1d,0xee,0x6c,0x52,0x30,0x90,0x00,0xaf,0x80,0x83,0x30,0xed, +0xcb,0x8f,0x0a,0x00,0x51,0x04,0x53,0x73,0x94,0xe3,0x0a,0x00,0xf0,0x01,0x07,0xf9, +0xf5,0xf5,0xec,0x8f,0xb2,0x22,0xbf,0x90,0x0c,0xf4,0xf4,0xe9,0x7f,0xcf,0x3c,0x00, +0x51,0x5f,0xa2,0xf5,0x86,0x13,0x46,0x00,0x21,0x18,0x10,0x05,0xe7,0x2b,0x00,0xae, +0x17,0x56,0x11,0x5c,0x54,0x9d,0x00,0x14,0x2b,0x20,0x9f,0xf9,0xca,0x49,0x17,0x0e, +0x04,0x6f,0xf0,0x03,0x77,0x7a,0xe7,0x8e,0x97,0x77,0x98,0x60,0x06,0x99,0x99,0x9d, +0xf5,0x9f,0x95,0x8d,0xfd,0x10,0xf3,0x38,0x31,0xa9,0xfb,0x7f,0x8f,0x2e,0x60,0x64, +0xf8,0x0f,0xf1,0x7f,0x77,0x02,0x31,0xf1,0x0f,0x26,0xf6,0x0f,0xf1,0xbf,0x72,0xfe, +0x20,0x0a,0xfc,0xbe,0xf3,0x0f,0xf2,0xff,0xff,0xcf,0xf3,0x2e,0xe1,0xde,0x90,0x0f, +0xf0,0x8e,0xb8,0x2b,0xe1,0x04,0x11,0x2b,0x66,0x20,0x8a,0x50,0x4d,0xa1,0x01,0x72, +0xec,0x15,0x80,0xbd,0x64,0x00,0x72,0x8d,0x01,0x22,0x34,0x28,0xdf,0x80,0x5f,0x77, +0x12,0x1e,0xec,0x0f,0x30,0x80,0x00,0x02,0xf1,0xca,0x01,0x1e,0x00,0x03,0xac,0xa9, +0x00,0x28,0x00,0x24,0xb7,0x00,0x0a,0x00,0x0f,0x01,0x00,0x04,0x25,0x6d,0xd0,0x68, +0x08,0x19,0xf8,0x79,0xd1,0x07,0xe9,0xea,0x02,0x43,0xcd,0x22,0xcf,0xf3,0x56,0x2c, +0x23,0x91,0x2c,0xa7,0x6e,0x22,0x7f,0xfe,0xe8,0xa7,0x00,0x69,0x8c,0x21,0xff,0xd7, +0x9d,0x47,0x20,0xbf,0xff,0x82,0x1e,0xf2,0x07,0xca,0x81,0x1e,0xff,0xff,0xfb,0x50, +0x05,0xaf,0xff,0xff,0xb0,0x07,0xfb,0xab,0x70,0x00,0x00,0x25,0x86,0x9b,0x20,0x23, +0x3c,0x00,0xdd,0x35,0x08,0x0a,0x00,0x15,0x5f,0x0a,0x00,0x01,0xd8,0xaa,0x11,0xf1, +0x21,0x55,0x13,0xb0,0x0a,0x00,0x33,0x3d,0xff,0x40,0x0a,0x00,0x33,0xbf,0xf9,0x00, +0x0a,0x00,0x23,0x0a,0x60,0x0a,0x00,0x00,0x01,0x00,0x21,0xd2,0x00,0xea,0x7d,0x31, +0xe7,0x00,0xd9,0x8e,0x23,0x01,0x05,0x00,0x02,0x3d,0x14,0x1e,0xf9,0xed,0x00,0x0d, +0x15,0x00,0x16,0x1d,0x0b,0x00,0x37,0xd5,0x00,0xc6,0x19,0x00,0x63,0xdc,0xf7,0xe5, +0xf3,0x00,0xd9,0x51,0x00,0x7c,0x0c,0x00,0x00,0xeb,0x00,0xec,0xf4,0x3d,0x00,0x86, +0xf9,0xf7,0xec,0x00,0xf9,0xfc,0xf4,0xe5,0x17,0x00,0x59,0xf8,0x00,0xfb,0x00,0xfa, +0x24,0x00,0x35,0xf2,0xfc,0xe3,0x0c,0x00,0x68,0xf6,0xf9,0x00,0xfc,0x04,0x04,0x85, +0x00,0x0d,0x82,0x89,0x1e,0xf4,0x17,0x56,0x33,0xe7,0x00,0xe1,0x1c,0x00,0x00,0xfb, +0x2d,0xb2,0xe7,0xfc,0xfa,0x00,0xff,0xfa,0xff,0xf2,0x06,0x00,0xfc,0x8e,0x40,0x41, +0xff,0xfb,0xfd,0xfd,0x59,0x51,0x16,0xf5,0x98,0x00,0x76,0xfa,0xf6,0x00,0xfc,0xfd, +0xfd,0xfa,0x1c,0x3c,0x69,0xfc,0x00,0xfa,0xfc,0xfc,0xfa,0x63,0x00,0x96,0xf4,0xfc, +0xf6,0xfb,0xfa,0xfd,0xfd,0xfd,0xfb,0x32,0x01,0x42,0xf4,0xfc,0xfa,0xfc,0xbf,0x00, +0x01,0x07,0x2d,0x01,0x38,0x00,0x8a,0xee,0x00,0xf6,0x00,0xfc,0xff,0xf7,0xf9,0xfb, +0x00,0x3f,0xfa,0x00,0xfb,0x4e,0x02,0x05,0x02,0x14,0x25,0x00,0x36,0x00,0x22,0x00, +0xf1,0x0c,0x00,0x41,0xe0,0x00,0xe0,0xec,0x0a,0x01,0x20,0xcf,0xf7,0x95,0x11,0x80, +0xf6,0xfc,0xf5,0x00,0xf3,0xfa,0x00,0xf6,0x40,0x01,0x60,0xfc,0xf9,0xf5,0xf7,0xf4, +0xf7,0xd9,0xa8,0x04,0xc1,0x54,0x11,0xfd,0x8d,0x00,0x1e,0xfa,0xd7,0x3c,0x04,0x57, +0x00,0x13,0xf6,0x58,0x01,0x0f,0xcf,0x02,0x06,0x31,0xf5,0x00,0xf2,0x2b,0xa9,0xc5, +0x00,0xfb,0xfc,0xf7,0x00,0xfa,0xf7,0xfa,0xfa,0xfc,0x00,0xf7,0xcf,0x00,0xc2,0x00, +0xef,0xfc,0xf5,0xf7,0xf7,0xf5,0xfa,0x00,0xd2,0x00,0xc4,0x26,0x00,0xf2,0x00,0xef, +0xfe,0xf4,0x00,0xf6,0xd4,0xf4,0xe4,0xeb,0x00,0xe2,0x00,0xe3,0x00,0xfb,0x7a,0x00, +0x62,0xf7,0xfc,0xee,0xf3,0x00,0xee,0x60,0x02,0x91,0xf6,0xd2,0xeb,0x00,0x00,0x00, +0xee,0x00,0xcc,0x41,0x01,0x84,0xf6,0xfc,0xeb,0x00,0xf3,0xf8,0x00,0xf9,0xea,0x00, +0x13,0xfa,0x0b,0x00,0x13,0xf5,0xbe,0x00,0xd5,0xfb,0xfb,0xfa,0x00,0xfd,0x01,0xfd, +0xfc,0xfc,0x00,0xfd,0xfc,0x00,0xc6,0x00,0x31,0xfb,0x00,0xfb,0x06,0x00,0x14,0x06, +0x40,0x01,0x22,0xfa,0xf9,0x3d,0x00,0x07,0xd9,0x00,0x05,0x3d,0x01,0xb2,0xd7,0xe8, +0xd7,0xe5,0xf9,0xf9,0x00,0xf2,0xf6,0xd3,0xf5,0xce,0x01,0xf1,0x03,0xef,0x00,0xe8, +0xe5,0xfb,0xe8,0x00,0x00,0xf0,0xeb,0xfb,0xf0,0xf6,0xf6,0xf5,0xf6,0xe8,0x00,0x31, +0x01,0x21,0xf7,0xf9,0x54,0x00,0x20,0xec,0xfc,0x78,0x00,0x21,0xfc,0xfa,0x3c,0x01, +0x13,0xfc,0x43,0x01,0x04,0xa0,0x01,0x40,0xe5,0xf9,0xe5,0xf4,0x69,0x00,0x52,0xfc, +0xe8,0xfc,0x00,0xfc,0x7b,0x02,0x11,0xf4,0xb3,0x00,0x81,0xf9,0xfa,0x00,0xf5,0xfc, +0xfc,0xfa,0xfc,0xf2,0x03,0x41,0xf3,0xfc,0xf3,0xfb,0x32,0x13,0x23,0xed,0xff,0x70, +0x17,0x00,0x40,0x00,0x18,0xfe,0xd5,0x01,0x00,0x02,0x00,0x02,0x3a,0x02,0x63,0xfe, +0xf7,0xfc,0xfa,0xf9,0xfc,0x18,0x00,0x32,0xfb,0xf7,0x00,0x30,0x01,0x41,0xf7,0xfa, +0xfc,0xf7,0xcf,0x00,0xd2,0xda,0xe5,0xda,0xed,0xf4,0xf4,0xfb,0xfa,0xfa,0xdc,0xf9, +0xfa,0xfc,0x14,0x03,0xf7,0x00,0xe5,0xed,0x00,0xea,0x00,0x00,0xf2,0xed,0xf0,0xf3, +0xfa,0xf6,0xf3,0xfa,0xec,0xf0,0x00,0xd3,0xff,0xf9,0xf6,0xf5,0x00,0xfc,0xff,0xff, +0x00,0xfa,0xfb,0x00,0xfb,0x56,0x00,0x5d,0xfa,0xfa,0xfb,0xfb,0xf6,0x5f,0x02,0x62, +0xe6,0xf9,0xef,0xf9,0x00,0xe8,0x86,0x0a,0x21,0x00,0x18,0x18,0x01,0x12,0xfc,0x26, +0x03,0x17,0xef,0x41,0x01,0x68,0xf6,0x00,0xf7,0xfd,0x00,0xf6,0xa8,0x02,0x04,0xf6, +0x03,0x44,0xfc,0xfc,0x01,0xfc,0x26,0x00,0xb2,0xeb,0x00,0xf9,0x00,0xfd,0xec,0x00, +0xf4,0xfc,0x00,0xfe,0xd1,0x00,0x7b,0x00,0xfd,0xfd,0xf7,0xfd,0xfc,0x00,0x46,0x03, +0x21,0x00,0xfa,0x30,0x00,0x33,0xfc,0xf6,0x00,0x5a,0x04,0x22,0x01,0x01,0x0e,0x28, +0x00,0xf3,0xb5,0x02,0x63,0x01,0x50,0xf9,0xf9,0xf6,0x00,0xf7,0x19,0x01,0x43,0xf5, +0xfc,0x00,0xfe,0x26,0x00,0x00,0x95,0x66,0x80,0xfe,0x02,0x0e,0x0e,0x00,0xea,0xfa, +0xea,0x0b,0x47,0x02,0x07,0x0d,0x72,0x17,0x10,0x0a,0x12,0x00,0x0e,0xf9,0x49,0x01, +0x10,0xfd,0xe1,0x03,0x20,0xfd,0x00,0x3c,0x12,0x12,0xf6,0x5f,0x04,0x15,0xf0,0x9a, +0x03,0x11,0xfa,0x9c,0x01,0x03,0x46,0x18,0x41,0xfd,0xfd,0x00,0x03,0x76,0x02,0x04, +0x47,0x02,0x03,0x5a,0x03,0x05,0x2f,0x03,0x0a,0x90,0x04,0x74,0x02,0xe5,0x02,0x00, +0x02,0x02,0xf6,0x16,0x01,0x00,0x4c,0x00,0x21,0xfc,0xf7,0x72,0x00,0x34,0x00,0xf5, +0xfa,0x86,0x02,0x0f,0x01,0x00,0x06,0x1a,0x04,0xe2,0x03,0x1a,0x00,0x0a,0x01,0x1f, +0xf5,0x34,0x00,0x02,0xa4,0xe3,0xf6,0xe3,0xf6,0x04,0x04,0x00,0xfa,0x00,0xe7,0x2a, +0x02,0x34,0x02,0xf6,0xfc,0x86,0x02,0x21,0x04,0x03,0x4e,0x2a,0x22,0x00,0xf4,0x5b, +0x00,0x15,0xf8,0xbe,0x00,0x1f,0xf9,0x90,0x05,0x02,0x75,0xfd,0xf4,0xfd,0x00,0x02, +0x02,0xf4,0x7e,0x00,0x11,0xfd,0x0a,0x01,0x10,0xfc,0x55,0x00,0x15,0xf9,0xd2,0x02, +0x42,0xfc,0xec,0xfb,0xec,0x72,0x03,0x10,0xf2,0xd6,0x01,0x00,0xdb,0x02,0x36,0x00, +0xf9,0xfd,0x78,0x04,0x02,0x2c,0x01,0x51,0xfc,0xe6,0x00,0xe6,0xff,0x43,0x00,0x11, +0xf5,0x72,0x00,0x10,0xfa,0xc8,0x01,0x09,0x26,0x00,0x00,0xad,0x02,0x40,0xf8,0x05, +0xfa,0xfb,0x58,0x6c,0x00,0x92,0x01,0x61,0xf6,0x00,0xfa,0x00,0xfc,0xf3,0x30,0x01, +0x06,0x4f,0x02,0x02,0x2e,0x00,0x42,0xec,0x00,0xec,0xfe,0x74,0x04,0x00,0x38,0x02, +0x10,0x00,0x6e,0x05,0x08,0x72,0x00,0x01,0xcb,0x04,0x07,0xc2,0x04,0x03,0xe9,0x00, +0x11,0xf9,0x9b,0x00,0x02,0x50,0x03,0x00,0x7b,0x00,0x15,0xfd,0xdf,0x35,0x20,0x01, +0x02,0xcd,0x12,0x37,0x04,0x03,0x05,0x3f,0x43,0x12,0x06,0x14,0x0c,0xa0,0x08,0x09, +0x0a,0x0b,0x0c,0x0d,0x00,0x00,0x0e,0x0f,0x0d,0xd2,0xd1,0x11,0x0a,0x12,0x13,0x14, +0x15,0x16,0x17,0x18,0x19,0x1a,0x02,0x1b,0xc4,0x5d,0xff,0x0c,0x1d,0x1e,0x00,0x1f, +0x20,0x21,0x22,0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25, +0x29,0x2a,0x2b,0x2c,0x2d,0x02,0x00,0x01,0x00,0xff,0xff,0x43,0x22,0x01,0x02,0x8c, +0x08,0x77,0x03,0x04,0x00,0x05,0x06,0x07,0x08,0xc3,0x53,0x10,0x0a,0xa6,0x18,0x70, +0x00,0x0c,0x00,0x0d,0x00,0x00,0x00,0xb0,0x02,0x11,0x00,0x08,0x00,0x51,0x0d,0x00, +0x0f,0x10,0x11,0xb4,0x02,0x30,0x00,0x17,0x03,0xc3,0x0c,0xf0,0x02,0x00,0x19,0x19, +0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00,0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0xbe,0x02, +0x48,0x23,0x24,0x25,0x26,0x22,0xcf,0x0f,0x01,0x00,0xff,0xff,0x32,0x50,0x00,0x00, +0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 40609, .glyph_id_start = 96, .list_length = 592, .type = 3, .unicode_list = 5504, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[130192] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_bold_XL_s = { +.uncomp_size = 129992, +.comp_size = 89955, +.line_height = 26, +.base_line = 6, +.subpx = 0, +.underline_position = -2, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 6688, +.class_pair_values = 126906, +.left_class_mapping = 128616, +.right_class_mapping = 129304, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 130192, +}; diff --git a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_64.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_noto_cn_bold_64.c rename to radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL.c index c2efb662ad6..f94e2b26633 100644 --- a/radio/src/fonts/lvgl/lv_font_noto_cn_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL.c @@ -1275,7 +1275,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[70230] __SDRAMFONTS; -const etxLz4Font lv_font_noto_cn_bold_64 = { +const etxLz4Font lv_font_noto_tw_bold_XXL = { .uncomp_size = 70030, .comp_size = 20210, .line_height = 78, diff --git a/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL_s.c new file mode 100644 index 00000000000..211d4a02ead --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_noto_tw_bold_XXL_s.c @@ -0,0 +1,881 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x10,0x09,0x08,0x00,0xf0,0x58,0xd0,0x0e,0x09,0x20,0x03, +0xff,0x90,0x00,0x00,0x17,0x11,0x0f,0x03,0x11,0x10,0x01,0x90,0x17,0x16,0x1e,0x01, +0x00,0x5a,0x02,0x90,0x17,0x14,0x27,0x01,0xfb,0xe0,0x03,0x80,0x26,0x25,0x20,0x01, +0xff,0x30,0x06,0x90,0x1d,0x1c,0x20,0x01,0xff,0xf0,0x07,0x00,0x0d,0x07,0x0f,0x03, +0x11,0x25,0x08,0x20,0x0f,0x0b,0x2b,0x03,0xf7,0x12,0x09,0x20,0x0f,0x0a,0x2b,0x02, +0xf7,0xe9,0x09,0x40,0x14,0x12,0x10,0x01,0x10,0x79,0x0a,0x90,0x17,0x16,0x16,0x01, +0x04,0x6b,0x0b,0x00,0x0d,0x09,0x10,0x02,0xf7,0xb3,0x0b,0xd0,0x0e,0x0c,0x05,0x01, +0x09,0xd1,0x10,0x00,0xf2,0x16,0x09,0x02,0xff,0xfa,0x0b,0x80,0x0f,0x0f,0x28,0x00, +0xf8,0x26,0x0d,0x90,0x17,0x15,0x20,0x01,0xff,0x76,0x0e,0x90,0x17,0x13,0x1e,0x03, +0x00,0x93,0x0f,0x90,0x17,0x15,0x1f,0x01,0x00,0xd9,0x10,0x18,0x00,0xa1,0x29,0x12, +0x90,0x17,0x17,0x1e,0x00,0x00,0x82,0x13,0x18,0x00,0xf2,0x04,0xff,0xc8,0x14,0x90, +0x17,0x14,0x20,0x02,0xff,0x08,0x16,0x90,0x17,0x14,0x1e,0x02,0x00,0x34,0x17,0x28, +0x00,0x22,0x84,0x18,0x08,0x00,0xf2,0x13,0xd4,0x19,0x00,0x0d,0x09,0x17,0x02,0xff, +0x3c,0x1a,0x00,0x0d,0x09,0x1f,0x02,0xf7,0xc8,0x1a,0x90,0x17,0x16,0x15,0x01,0x05, +0xaf,0x1b,0x90,0x17,0x16,0x0f,0x01,0x07,0x54,0x1c,0x10,0x00,0xf1,0x2c,0x3b,0x1d, +0x90,0x14,0x12,0x20,0x01,0xff,0x5b,0x1e,0x40,0x28,0x25,0x26,0x02,0xf9,0x1a,0x21, +0xa0,0x19,0x1b,0x1e,0xff,0x00,0xaf,0x22,0x40,0x1b,0x17,0x1e,0x03,0x00,0x08,0x24, +0x40,0x1a,0x18,0x20,0x02,0xff,0x88,0x25,0x90,0x1c,0x18,0x1e,0x03,0x00,0xf0,0x26, +0xa0,0x18,0x14,0x1e,0x03,0x00,0x1c,0x28,0x60,0xa8,0x00,0x40,0x39,0x29,0xb0,0x1c, +0x20,0x00,0x40,0xb9,0x2a,0x40,0x1e,0x20,0x00,0xf1,0x0c,0x21,0x2c,0x30,0x0d,0x07, +0x1e,0x03,0x00,0x8a,0x2c,0xc0,0x16,0x14,0x1f,0x00,0xff,0xc0,0x2d,0x70,0x1b,0x19, +0x1e,0x03,0x00,0x37,0x2f,0x10,0x30,0x00,0xc0,0x54,0x30,0x30,0x22,0x1c,0x1e,0x03, +0x00,0xf8,0x31,0xf0,0x1d,0x30,0x00,0xf0,0x0d,0x60,0x33,0xd0,0x1e,0x1b,0x20,0x02, +0xff,0x10,0x35,0xb0,0x1a,0x16,0x1e,0x03,0x00,0x5a,0x36,0xd0,0x1e,0x1c,0x27,0x02, +0xf8,0x7c,0x38,0x40,0x1b,0x20,0x00,0xf0,0x2d,0xe4,0x39,0xf0,0x18,0x17,0x20,0x01, +0xff,0x54,0x3b,0x00,0x19,0x17,0x1e,0x01,0x00,0xad,0x3c,0xf0,0x1d,0x18,0x1f,0x03, +0xff,0x21,0x3e,0xc0,0x18,0x1a,0x1e,0xff,0x00,0xa7,0x3f,0xa0,0x24,0x24,0x1e,0x00, +0x00,0xc3,0x41,0x10,0x19,0x19,0x1e,0x00,0x00,0x3a,0x43,0x40,0x17,0x19,0x1e,0xff, +0x00,0xb1,0x44,0x80,0x18,0xb8,0x01,0xf2,0xff,0x04,0xfb,0x45,0x20,0x0f,0x0a,0x28, +0x04,0xf8,0xc3,0x46,0x80,0x0f,0x0e,0x28,0x01,0xf8,0xdb,0x47,0x20,0x0f,0x0b,0x28, +0x01,0xf8,0xb7,0x48,0x90,0x17,0x14,0x12,0x02,0x0d,0x6b,0x49,0xb0,0x16,0x17,0x04, +0x00,0xfa,0x99,0x49,0x10,0x19,0x0c,0x0c,0x04,0x1a,0xe1,0x49,0xa0,0x17,0x13,0x18, +0x02,0xff,0xc5,0x4a,0xc0,0x19,0x15,0x21,0x03,0xff,0x20,0x4c,0x10,0x15,0x13,0x18, +0x01,0xff,0x04,0x4d,0xc0,0x19,0x16,0x21,0x01,0xff,0x6f,0x4e,0x40,0x17,0x15,0x18, +0x01,0xff,0x6b,0x4f,0xe0,0x0e,0x10,0x20,0x01,0x00,0x6b,0x50,0xe0,0x17,0x17,0x21, +0x01,0xf6,0xe7,0x51,0xa0,0x19,0x14,0x20,0x03,0x00,0x27,0x53,0x30,0x0c,0x08,0x20, +0x02,0x00,0xa7,0x53,0x30,0x0c,0x0d,0x2a,0xfd,0xf6,0xb8,0x54,0x30,0x18,0x15,0x20, +0x03,0x00,0x08,0x56,0xa0,0x0c,0x09,0x21,0x03,0xff,0x9d,0x56,0x90,0x26,0x21,0x17, +0x03,0x00,0x19,0x58,0xa0,0x19,0x14,0x17,0x03,0x00,0xff,0x58,0x10,0x19,0x17,0x18, +0x01,0xff,0x13,0x5a,0xc0,0x19,0x15,0x20,0x03,0xf7,0x63,0x5b,0xc0,0x19,0x16,0x20, +0x01,0xf7,0xc3,0x5c,0x70,0x11,0x0f,0x17,0x03,0x00,0x70,0x5d,0xd0,0x13,0x12,0x18, +0x01,0xff,0x48,0x5e,0xd0,0x10,0x11,0x1e,0x00,0xff,0x47,0x5f,0x80,0x19,0x15,0x17, +0x02,0xff,0x39,0x60,0x10,0x17,0x17,0x16,0x00,0x00,0x36,0x61,0x80,0x22,0x21,0x16, +0x01,0x00,0xa1,0x62,0x80,0x16,0x16,0x16,0x00,0x00,0x93,0x63,0xf0,0x16,0x17,0x20, +0x00,0xf6,0x03,0x65,0x70,0x14,0x13,0x16,0x01,0x00,0xd4,0x65,0x20,0x0f,0x0d,0x28, +0x01,0xf8,0xd8,0x66,0xd0,0x0b,0x04,0x2e,0x04,0xf5,0x34,0x67,0x10,0x00,0xf6,0x60, +0x38,0x68,0x90,0x17,0x16,0x08,0x01,0x0b,0x90,0x68,0x30,0x10,0x0e,0x0d,0x01,0x12, +0x03,0x55,0x55,0x52,0x00,0x8f,0xff,0xff,0x50,0x07,0xff,0xff,0xf4,0x00,0x7f,0xff, +0xff,0x40,0x06,0xff,0xff,0xf3,0x00,0x6f,0xff,0xff,0x20,0x05,0xff,0xff,0xf2,0x00, +0x4f,0xff,0xff,0x10,0x03,0xff,0xff,0xf0,0x00,0x2f,0xff,0xff,0x00,0x01,0xff,0xff, +0xe0,0x00,0x0f,0xff,0xfd,0x00,0x00,0xff,0xff,0xc0,0x00,0x0f,0xff,0xfb,0x00,0x00, +0xef,0xff,0xa0,0x00,0x0d,0xff,0xf9,0x00,0x00,0xcf,0xff,0x90,0x00,0x0b,0xff,0xf8, +0x00,0x00,0xaf,0xff,0x70,0x00,0x09,0xff,0xf6,0x00,0x00,0x8f,0xff,0x50,0x00,0x01, +0x00,0xf0,0x1c,0x02,0x00,0x00,0x00,0x9f,0xff,0x70,0x00,0x9f,0xff,0xff,0x60,0x0f, +0xff,0xff,0xfd,0x02,0xff,0xff,0xff,0xf0,0x1f,0xff,0xff,0xfe,0x00,0xbf,0xff,0xff, +0x90,0x02,0xdf,0xff,0xb0,0x00,0x00,0x57,0x40,0x00,0x12,0x22,0x22,0x10,0x05,0x00, +0xd0,0x17,0xff,0xff,0xf7,0x00,0x07,0xff,0xff,0xf7,0x7f,0xff,0xff,0x60,0x98,0x00, +0xd0,0x66,0xff,0xff,0xf6,0x00,0x06,0xff,0xff,0xf6,0x6f,0xff,0xff,0x50,0xa0,0x00, +0x10,0x55,0xb1,0x00,0x80,0x05,0xff,0xff,0xf4,0x4f,0xff,0xff,0x40,0xa8,0x00,0x10, +0x42,0xb0,0x00,0x90,0x02,0xff,0xff,0xf2,0x0f,0xff,0xff,0x00,0x00,0x05,0x00,0x40, +0xef,0xff,0xd0,0x00,0x05,0x00,0x10,0x0c,0xaa,0x00,0x00,0x05,0x00,0x40,0xaf,0xff, +0x90,0x00,0x05,0x00,0x50,0x07,0xff,0xf7,0x00,0x00,0x05,0x00,0x40,0x5f,0xff,0x50, +0x00,0x05,0x00,0x51,0x03,0xff,0xf3,0x00,0x00,0x05,0x00,0xa0,0x00,0x00,0x7f,0xff, +0x00,0x00,0x0e,0xff,0x70,0x00,0xb1,0x00,0x10,0xfd,0x49,0x00,0x01,0xc7,0x00,0x70, +0xbf,0xfb,0x00,0x00,0x2f,0xff,0x30,0x0b,0x00,0x70,0xdf,0xf9,0x00,0x00,0x4f,0xff, +0x20,0x0b,0x00,0x00,0x48,0x00,0x20,0x6f,0xff,0x0a,0x00,0x11,0x01,0xf3,0x00,0x30, +0xfe,0x00,0x00,0x48,0x00,0x50,0xf4,0x00,0x00,0xaf,0xfd,0x0b,0x00,0xf4,0x07,0x05, +0xff,0xf2,0x00,0x00,0xcf,0xfb,0x00,0x00,0x06,0xdd,0xde,0xff,0xfd,0xdd,0xdd,0xff, +0xff,0xdd,0xd2,0x08,0xff,0x01,0x00,0x1f,0xf3,0x0b,0x00,0x03,0x00,0x74,0x00,0x50, +0x80,0x00,0x06,0xff,0xf1,0x42,0x00,0x70,0x1f,0xff,0x60,0x00,0x08,0xff,0xf0,0x0b, +0x00,0x50,0x3f,0xff,0x40,0x00,0x0b,0xd3,0x00,0x00,0xb3,0x00,0x54,0x20,0x00,0x0d, +0xff,0xb0,0xaf,0x00,0x10,0x0f,0xd8,0x00,0xc5,0x5c,0xcc,0xef,0xff,0xcc,0xcc,0xcf, +0xff,0xec,0xcc,0x30,0x6f,0x4d,0x00,0x1f,0x40,0x0b,0x00,0x03,0x02,0xba,0x00,0x21, +0x8f,0xff,0x9a,0x01,0x24,0xff,0xf5,0xaf,0x00,0x10,0x04,0x7d,0x00,0x20,0xcf,0xfc, +0x0b,0x00,0x01,0x7f,0x00,0x20,0xef,0xfa,0x0b,0x00,0x01,0x7f,0x00,0x20,0xff,0xf8, +0x0b,0x00,0x32,0x0a,0xff,0xd0,0xea,0x00,0x00,0x50,0x01,0x12,0xb0,0xea,0x00,0x52, +0x00,0x00,0x0d,0xff,0x90,0xea,0x00,0x00,0x8a,0x00,0x32,0x70,0x00,0x07,0xaf,0x00, +0x10,0x00,0x31,0x01,0x1f,0xc0,0x0a,0x00,0x12,0x41,0x5f,0xff,0xe4,0x00,0x45,0x01, +0x50,0x8d,0xff,0xff,0xff,0xf9,0x5a,0x01,0x11,0x2d,0xa8,0x00,0x10,0xf5,0x4d,0x01, +0x02,0x01,0x00,0x33,0x80,0x00,0x0c,0x0a,0x00,0x80,0xf2,0x00,0x5f,0xff,0xff,0xf9, +0x53,0x5a,0x08,0x02,0x11,0x9f,0xcc,0x00,0x20,0x2c,0xf7,0x80,0x02,0x01,0xc2,0x00, +0x10,0x50,0xf1,0x01,0x13,0xfb,0x57,0x00,0x32,0xef,0xff,0xfe,0x0a,0x00,0x00,0x64, +0x02,0x11,0xa0,0x0a,0x00,0x00,0x3a,0x02,0x11,0xfc,0xbb,0x01,0x01,0x50,0x00,0x12, +0xf8,0x9c,0x02,0x74,0xef,0xff,0xff,0xff,0xe6,0x00,0x00,0x78,0x00,0x11,0xd3,0x8c, +0x00,0x10,0xaf,0x0b,0x00,0x11,0x70,0x17,0x01,0x15,0xdf,0x2b,0x00,0x10,0x06,0x2b, +0x00,0x02,0xd8,0x02,0x20,0x09,0xff,0x0f,0x03,0x03,0xc0,0x00,0x02,0x14,0x01,0x10, +0x00,0xa2,0x02,0x15,0xfa,0x7e,0x00,0x13,0xfc,0x0a,0x00,0x61,0xdf,0xff,0xfc,0x00, +0x0a,0x40,0x30,0x02,0x60,0xff,0xf9,0x00,0x6f,0xf9,0x10,0x54,0x01,0xd4,0xff,0xf7, +0x02,0xff,0xff,0xfb,0x64,0x46,0xbf,0xff,0xff,0xf2,0x0b,0x99,0x01,0x23,0x90,0x07, +0x09,0x00,0x42,0xfd,0x10,0x00,0x3c,0x0a,0x00,0x00,0xe5,0x01,0x10,0x4a,0x09,0x00, +0x21,0xb6,0x00,0x8c,0x00,0x3f,0x8f,0xff,0xd1,0x5e,0x01,0x1a,0x33,0x02,0x67,0x62, +0x12,0x00,0x21,0x47,0x77,0x08,0x00,0x00,0x59,0x00,0x10,0xfc,0xc9,0x02,0x00,0xe7, +0x02,0x11,0x80,0x08,0x00,0x13,0x4f,0x15,0x02,0x00,0x15,0x03,0x22,0xf1,0x00,0x77, +0x02,0x51,0xff,0xef,0xff,0xff,0x10,0xc8,0x00,0x22,0xf7,0x00,0xfb,0x01,0x30,0xfd, +0x20,0x2e,0xea,0x03,0x04,0xe7,0x02,0x00,0x0f,0x04,0x51,0x30,0x00,0x3f,0xff,0xf1, +0x2f,0x00,0x13,0x70,0x09,0x01,0x10,0xd0,0xef,0x00,0x10,0x40,0xe1,0x00,0x02,0x1c, +0x01,0x10,0x08,0x10,0x01,0x10,0x0a,0x3e,0x01,0x03,0x38,0x02,0x00,0x81,0x03,0x10, +0x80,0x7c,0x02,0x12,0xa0,0x60,0x03,0x00,0x01,0x00,0x12,0x0b,0x90,0x03,0x01,0x63, +0x03,0x14,0x50,0x25,0x00,0x10,0x70,0xdc,0x02,0x11,0xa0,0x73,0x02,0x03,0x70,0x01, +0x12,0xf9,0x05,0x00,0x01,0xb1,0x02,0x12,0x00,0xfc,0x02,0x12,0xa0,0x2a,0x00,0x70, +0xaf,0xfc,0x00,0x00,0x02,0x44,0x20,0xc2,0x02,0x10,0xfe,0x85,0x02,0xa0,0xf4,0x00, +0x2f,0xff,0x40,0x00,0x5d,0xff,0xff,0xd5,0xe5,0x00,0xb0,0xf5,0x00,0x05,0xff,0xfe, +0x00,0x0b,0xff,0xc0,0x00,0x8f,0x60,0x02,0x00,0x7d,0x00,0x62,0xf5,0x15,0xff,0xff, +0x80,0x03,0xea,0x04,0x01,0xbd,0x01,0x10,0xef,0x08,0x00,0x10,0xd0,0xe7,0x03,0x72, +0x1f,0xff,0xfa,0x22,0xaf,0xff,0xf1,0x16,0x02,0x80,0xe2,0x00,0x4f,0xff,0x30,0x07, +0xff,0xfc,0x61,0x02,0xf1,0x02,0x70,0x00,0x01,0x9f,0xff,0xff,0x91,0x00,0x0c,0xff, +0xa0,0x00,0xcf,0xff,0x60,0x00,0x06,0xe1,0x01,0x20,0x03,0x43,0x76,0x00,0x30,0xf2, +0x00,0x0f,0x01,0x03,0x15,0x2f,0xfb,0x02,0x20,0xcf,0xfa,0x20,0x01,0x01,0xf3,0x01, +0x14,0x20,0x25,0x02,0x12,0x20,0x20,0x00,0x12,0x0f,0x68,0x04,0x02,0x38,0x03,0x13, +0x02,0x25,0x00,0x02,0x91,0x01,0x10,0x05,0x4e,0x01,0x12,0x1f,0x25,0x00,0x13,0xf2, +0x3d,0x02,0x13,0xf8,0x45,0x00,0x02,0x2a,0x00,0x01,0xc3,0x02,0x10,0x10,0xbe,0x02, +0x10,0xf6,0x0a,0x00,0x17,0xc0,0xc8,0x01,0x53,0x7f,0xff,0xc0,0x00,0x0c,0xa8,0x02, +0x32,0x07,0xff,0xe1,0xa2,0x01,0x23,0x80,0x08,0xc7,0x01,0x03,0xc8,0x01,0x13,0x07, +0x4e,0x03,0x01,0x3f,0x01,0x13,0xfe,0xda,0x01,0x14,0xff,0x1f,0x03,0x13,0x1e,0xc8, +0x01,0x14,0x07,0xfb,0x02,0x43,0x00,0x03,0x77,0x70,0xd2,0x00,0x23,0x57,0x75,0x09, +0x00,0x36,0x03,0x67,0x53,0xd8,0x05,0x24,0x04,0xef,0x3b,0x03,0x01,0x31,0x05,0x04, +0xb2,0x02,0x02,0xfb,0x01,0x00,0x01,0x00,0x02,0x3e,0x02,0x00,0xbe,0x04,0x33,0xff, +0xc7,0x9f,0xc3,0x00,0x00,0xb5,0x01,0x33,0xf9,0x00,0x06,0xf6,0x00,0x00,0xdf,0x00, +0x10,0xf1,0xac,0x00,0x14,0x60,0x57,0x02,0x10,0xd0,0xed,0x00,0x14,0x70,0x1c,0x00, +0x10,0xd0,0x2a,0x00,0x14,0x50,0x55,0x03,0x55,0xf0,0x00,0x1e,0xff,0xff,0xd7,0x03, +0x35,0xf3,0x02,0xdf,0x62,0x00,0x55,0x8f,0xff,0xf9,0x5e,0xff,0x00,0x03,0x13,0x1f, +0x47,0x03,0x16,0x00,0xe4,0x00,0x04,0x39,0x03,0x01,0xdf,0x00,0x01,0xa7,0x03,0x30, +0xab,0xbb,0xb4,0x38,0x00,0x02,0x6d,0x00,0x10,0x04,0x87,0x00,0x14,0x0b,0x29,0x00, +0x10,0x0a,0x14,0x01,0x10,0xbf,0x0e,0x00,0x11,0xfc,0xd8,0x04,0x01,0x1a,0x07,0x21, +0xff,0xcf,0xdf,0x00,0xf0,0x02,0x6f,0xff,0xfe,0x00,0x0e,0xff,0xff,0xf5,0x0d,0xff, +0xff,0xfc,0x10,0x01,0xef,0xff,0xf7,0x47,0x02,0x10,0x70,0x31,0x02,0x50,0xd2,0x09, +0xff,0xff,0xe0,0x52,0x00,0x01,0xf1,0x00,0x11,0xfe,0xad,0x06,0x10,0xbf,0x9b,0x04, +0x11,0x04,0x0d,0x01,0x10,0xfb,0x48,0x02,0x12,0xff,0x0e,0x01,0x10,0xff,0xe2,0x01, +0x11,0xaf,0x04,0x01,0x31,0x03,0xef,0xff,0xb9,0x00,0x11,0x6f,0x7b,0x00,0x00,0xef, +0x06,0x40,0xff,0xfe,0x70,0x00,0x1e,0x07,0x32,0x73,0x13,0x6c,0x07,0x04,0x25,0xb5, +0x07,0xbe,0x05,0x01,0x8d,0x04,0x13,0xbf,0x0a,0x00,0x11,0xaa,0x32,0x06,0x12,0x09, +0x0d,0x00,0x31,0xe5,0x00,0x3b,0x94,0x04,0x10,0x3b,0x0d,0x00,0x70,0xc5,0x00,0x00, +0x00,0x39,0xef,0x90,0xd9,0x00,0x32,0x67,0x75,0x40,0xba,0x01,0x13,0x20,0x5b,0x07, +0x03,0x51,0x07,0x03,0x47,0x07,0x03,0x3d,0x07,0x03,0x33,0x07,0x03,0x29,0x07,0x03, +0x1f,0x07,0x03,0x15,0x07,0x11,0x30,0x53,0x04,0x21,0xe7,0x10,0x08,0x04,0x01,0x96, +0x05,0x10,0x60,0x7f,0x01,0x10,0xe0,0xca,0x00,0x10,0xf7,0x97,0x03,0x11,0xfe,0xab, +0x01,0x10,0x90,0xe7,0x02,0x20,0xf4,0x00,0x46,0x01,0x01,0xc9,0x01,0x10,0xa0,0x5c, +0x04,0x11,0xf5,0x0b,0x02,0x10,0x20,0x30,0x00,0x01,0xd9,0x02,0x00,0xac,0x03,0x01, +0x2b,0x00,0x10,0x4f,0x3b,0x00,0x11,0x05,0x4b,0x00,0x31,0x6f,0xff,0xf5,0x97,0x01, +0x10,0x40,0x8f,0x01,0x11,0xf3,0x5d,0x05,0x13,0x20,0x0b,0x00,0x02,0x16,0x00,0x01, +0x21,0x00,0x11,0x04,0x2c,0x00,0x01,0x72,0x00,0x02,0x5d,0x00,0x11,0x0e,0xf6,0x05, +0x10,0xaf,0x58,0x00,0x11,0x07,0x4a,0x01,0x11,0x3f,0x65,0x04,0x01,0xa5,0x01,0x11, +0x09,0xf9,0x02,0x02,0x11,0x00,0x01,0x5f,0x08,0x11,0x07,0x11,0x00,0x31,0x1f,0xff, +0xf9,0x2c,0x02,0x12,0xf1,0x1f,0x03,0x03,0x78,0x04,0x44,0x00,0x0d,0x92,0x00,0xdf, +0x02,0x00,0xc7,0x05,0x20,0xdf,0x30,0xaf,0x00,0x10,0xb0,0xa4,0x00,0x10,0xf4,0x6d, +0x03,0x11,0xfc,0xa9,0x00,0x13,0x40,0x4a,0x00,0x30,0x7f,0xff,0xf1,0xec,0x03,0x10, +0xf7,0xc3,0x03,0x13,0xfd,0xde,0x00,0x02,0x13,0x01,0x01,0xd8,0x00,0x30,0xdf,0xff, +0xd0,0x95,0x00,0x10,0xf1,0x67,0x00,0x10,0xf4,0x12,0x01,0x13,0xf5,0xec,0x00,0x30, +0x3f,0xff,0xf8,0x38,0x00,0x20,0xf9,0x00,0x65,0x04,0x00,0x05,0x00,0x13,0xfb,0x0a, +0x00,0x33,0x2f,0xff,0xf8,0xd8,0x00,0x12,0x4f,0xd8,0x03,0x13,0xf5,0xfd,0x00,0x01, +0x33,0x01,0x32,0xef,0xff,0xc0,0xac,0x00,0x10,0x05,0x4f,0x02,0x10,0x0a,0xc7,0x00, +0x33,0x0e,0xff,0xfb,0x5b,0x01,0x30,0x9f,0xff,0xe0,0x22,0x00,0x30,0x90,0x00,0x07, +0x86,0x00,0x10,0x0e,0x4e,0x00,0x10,0x6f,0x5a,0x02,0x10,0x9f,0x8a,0x00,0x36,0x02, +0x9e,0x10,0xab,0x03,0x14,0x07,0x1c,0x03,0x14,0x09,0x53,0x05,0x14,0x0a,0xaf,0x04, +0x11,0x0c,0x09,0x00,0xf3,0x04,0x03,0xb7,0x40,0x0e,0xff,0xf2,0x03,0x7a,0x60,0x08, +0xff,0xff,0xdf,0xff,0xfd,0xff,0xff,0xc0,0x0d,0x66,0x02,0x32,0xf1,0x05,0xcf,0x97, +0x06,0x40,0x70,0x00,0x03,0xaf,0x13,0x03,0x13,0x50,0xe0,0x03,0x14,0xb0,0x6b,0x03, +0x12,0xf3,0xff,0x03,0x10,0xfe,0x2e,0x03,0x00,0xdf,0x01,0x11,0x52,0x0f,0x01,0x00, +0xd9,0x05,0x10,0x4f,0xa1,0x00,0x70,0x02,0xcf,0x90,0x00,0x05,0xfe,0x40,0x5b,0x01, +0x42,0x00,0x00,0x00,0x51,0x76,0x00,0x23,0x13,0x33,0x00,0x04,0x00,0xb3,0x00,0x1f, +0xf0,0x0b,0x00,0x3e,0x15,0x7f,0x2f,0x03,0x1f,0xf0,0x0b,0x00,0x0e,0xbf,0x12,0x22, +0x22,0x22,0x8f,0xff,0xf2,0x22,0x22,0x22,0x20,0x8f,0x00,0x45,0x40,0x00,0x5c,0xec, +0x80,0xe2,0x03,0x60,0xa0,0x0e,0xff,0xff,0xff,0x31,0x82,0x04,0x10,0x0e,0xf6,0x03, +0x10,0x7f,0x04,0x0b,0x12,0x6d,0xf4,0x04,0x10,0xfc,0x2d,0x00,0x90,0x80,0x00,0x0d, +0xff,0xf3,0x00,0x0a,0xff,0xfa,0xa9,0x07,0x22,0x20,0x9f,0x9c,0x0b,0x80,0x40,0x00, +0x1f,0xfa,0x20,0x00,0x00,0x62,0xa6,0x01,0x10,0x33,0x01,0x00,0x11,0x0f,0x8f,0x01, +0x0e,0x06,0x00,0x30,0x00,0x00,0x20,0x9a,0x01,0x11,0xf8,0x3d,0x0b,0x10,0x00,0xa3, +0x08,0x00,0x9e,0x01,0x10,0x10,0xe4,0x00,0x10,0x0a,0xf5,0x04,0x75,0x1c,0xff,0xfc, +0x10,0x00,0x04,0x74,0x87,0x05,0x12,0x40,0x40,0x06,0x12,0xf0,0x0a,0x0a,0x13,0xfc, +0xb1,0x00,0x12,0x80,0x1e,0x02,0x13,0xf4,0x74,0x05,0x08,0x51,0x08,0x3f,0x06,0xff, +0xf8,0x3b,0x00,0x6a,0x19,0x30,0x3b,0x00,0x13,0xfb,0x3b,0x00,0x12,0x70,0x3b,0x00, +0x1a,0xf3,0x3b,0x00,0x12,0xb0,0x3b,0x00,0x1f,0xf7,0x3b,0x00,0x25,0x35,0x02,0x77, +0x74,0x3e,0x03,0x33,0x35,0x76,0x41,0xe3,0x09,0x41,0xdf,0xff,0xff,0xfa,0x26,0x02, +0x11,0x1b,0x3c,0x02,0x13,0x60,0x4c,0x0a,0x02,0x19,0x0a,0x03,0x8a,0x05,0x02,0xb0, +0x07,0x31,0xfe,0x51,0x29,0x69,0x06,0x10,0xaf,0x10,0x00,0x10,0x09,0x25,0x03,0x11, +0x0f,0x73,0x04,0x00,0x06,0x00,0x01,0x5f,0x0d,0x00,0x33,0x03,0x31,0xfd,0x00,0x9f, +0x3e,0x05,0x00,0x11,0x00,0x11,0x0c,0x52,0x03,0x00,0x6d,0x0d,0x42,0x40,0xef,0xff, +0xf8,0xff,0x06,0x21,0xf7,0x0f,0x9f,0x06,0x00,0x71,0x06,0x13,0x91,0x68,0x0a,0x41, +0xdf,0xff,0xfa,0x2f,0x13,0x07,0x00,0x79,0x00,0x11,0xb3,0x28,0x0b,0x00,0x59,0x06, +0x25,0xfc,0x3f,0x15,0x00,0x13,0xc2,0x15,0x00,0x42,0xdf,0xff,0xfb,0x1f,0xa3,0x00, +0x43,0x0d,0xff,0xff,0xa0,0x8e,0x07,0x41,0xef,0xff,0xf9,0x0e,0xa9,0x04,0x10,0x00, +0x5b,0x00,0x32,0xbf,0xff,0xfb,0xb3,0x03,0x21,0xf4,0x08,0xd1,0x0a,0x00,0xa4,0x02, +0x20,0x10,0x3f,0x4e,0x05,0x00,0x6b,0x04,0x10,0xc0,0x2e,0x00,0x01,0x2b,0x05,0x10, +0xf7,0xf1,0x03,0x12,0xf3,0xcd,0x00,0x00,0xf3,0x03,0x31,0xe6,0x23,0xaf,0x45,0x00, +0x03,0x46,0x03,0x00,0x70,0x08,0x01,0x33,0x0b,0x02,0xc0,0x01,0x01,0x0b,0x00,0x01, +0xa8,0x09,0x00,0x87,0x09,0x23,0xff,0xa2,0x06,0x0e,0x23,0x57,0x64,0x91,0x04,0x13, +0x3a,0x85,0x08,0x22,0x05,0xbf,0x5b,0x0b,0x24,0x06,0xcf,0x98,0x08,0x12,0xbf,0xe1, +0x06,0x01,0x45,0x06,0x0c,0x13,0x00,0x44,0x02,0x33,0x33,0x7f,0xbe,0x08,0x14,0x05, +0x94,0x0b,0x2f,0x00,0x5f,0x13,0x00,0x8a,0xb4,0x08,0xcc,0xcc,0xcd,0xff,0xff,0xfe, +0xcc,0xcc,0xc0,0xbf,0x6f,0x04,0x24,0x1b,0xff,0x58,0x05,0x1e,0xbf,0x13,0x00,0x00, +0xe3,0x03,0x22,0x57,0x75,0x35,0x0a,0x01,0x6d,0x05,0x14,0xd6,0x6e,0x0c,0x02,0xbb, +0x0c,0x12,0x1d,0x28,0x00,0x43,0xfe,0x10,0x00,0x2e,0x33,0x00,0x10,0xfb,0xac,0x0a, +0x40,0xfd,0x73,0x36,0xdf,0x7c,0x01,0x32,0x02,0xef,0xf9,0x7f,0x01,0x42,0xa0,0x00, +0x02,0xe7,0x4f,0x09,0x24,0xfe,0x00,0x67,0x0b,0x05,0x95,0x04,0x15,0x8f,0x97,0x0a, +0x12,0x08,0x73,0x00,0x03,0xb4,0x01,0x03,0x0a,0x00,0x15,0x0e,0x48,0x09,0x16,0x04, +0xc2,0x09,0x14,0xcf,0x4a,0x0a,0x25,0x00,0x5f,0x4f,0x0d,0x12,0x1e,0xc6,0x02,0x02, +0x30,0x09,0x15,0xf9,0x04,0x0d,0x24,0xfe,0x10,0x3d,0x00,0x25,0xff,0x30,0x63,0x0d, +0x15,0x70,0x0a,0x00,0x12,0xb0,0xe9,0x09,0x14,0xdf,0x93,0x09,0x00,0x0a,0x00,0x15, +0xe1,0x0a,0x00,0x15,0xe2,0x28,0x00,0x02,0x0a,0x00,0x00,0x1e,0x09,0x20,0xfd,0xbd, +0x23,0x09,0x16,0x82,0x01,0x09,0x15,0x4f,0x0b,0x00,0x1e,0x84,0x15,0x00,0x02,0x8b, +0x01,0x46,0x04,0x57,0x76,0x30,0x46,0x01,0x10,0xfa,0x0c,0x00,0x15,0x2b,0x1e,0x00, +0x14,0x4e,0x72,0x0d,0x04,0x58,0x0e,0x00,0x3b,0x03,0x61,0x1e,0xff,0xfe,0x84,0x24, +0x9f,0x46,0x05,0x21,0x3f,0xf9,0xe8,0x00,0x00,0xde,0x00,0x13,0x56,0xfd,0x00,0x14, +0x40,0x3e,0x07,0x04,0xc9,0x0c,0x03,0x7f,0x0e,0x03,0x4d,0x0e,0x24,0xf1,0x00,0xff, +0x01,0x15,0xfc,0x0a,0x00,0x01,0x1f,0x00,0x33,0x03,0x46,0x9d,0x27,0x04,0x01,0xc9, +0x02,0x23,0xfe,0x50,0x8c,0x01,0x04,0xa8,0x0e,0x10,0xbf,0xd9,0x01,0x14,0x60,0x15, +0x00,0x04,0x5b,0x01,0x35,0x13,0x6a,0xff,0x85,0x01,0x24,0x02,0xdf,0x1d,0x0b,0x08, +0xcf,0x01,0x06,0x74,0x00,0x01,0x89,0x00,0x14,0x01,0xe4,0x01,0x33,0xf4,0x00,0xcb, +0x2a,0x00,0x30,0xff,0x20,0x8f,0x6e,0x00,0xb0,0x01,0xcf,0xff,0xff,0xe0,0x4f,0xff, +0xff,0xe9,0x65,0x7a,0x26,0x01,0x05,0x6e,0x0e,0x24,0xfd,0x00,0x0b,0x00,0x21,0xfe, +0x20,0xda,0x0e,0x00,0x94,0x00,0x50,0x20,0x00,0x00,0x01,0x7c,0x0a,0x00,0x12,0xb4, +0x70,0x00,0x35,0x45,0x77,0x64,0x04,0x05,0x16,0x06,0xf3,0x0e,0x26,0x01,0xef,0x89, +0x00,0x16,0x9f,0x17,0x00,0x10,0x3f,0x4d,0x00,0x05,0x9f,0x00,0x04,0x17,0x00,0x10, +0x06,0x50,0x08,0x14,0xfe,0x38,0x00,0x14,0xf6,0x17,0x00,0x30,0x9f,0xff,0xf8,0x4a, +0x0b,0x03,0x38,0x00,0x12,0x17,0x17,0x00,0x00,0x38,0x00,0x43,0x90,0x7f,0xff,0xfe, +0x38,0x00,0x13,0xf1,0x95,0x04,0x01,0x66,0x0b,0x12,0x8f,0x17,0x00,0x00,0x34,0x05, +0x03,0x17,0x00,0x10,0x3f,0x63,0x01,0x02,0x17,0x00,0x10,0x0c,0x3a,0x01,0x02,0x17, +0x00,0x11,0x06,0x1a,0x01,0x02,0x17,0x00,0x00,0x38,0x00,0x03,0x17,0x00,0x00,0x38, +0x00,0x03,0x17,0x00,0x16,0x1f,0x4c,0x0b,0x16,0x62,0x0b,0x00,0x2f,0xf6,0x2f,0x17, +0x00,0x03,0x20,0x17,0x77,0x01,0x00,0x64,0x7c,0xff,0xff,0xf7,0x77,0x30,0x40,0x03, +0x04,0xfd,0x00,0x04,0x8a,0x00,0x0f,0x17,0x00,0x26,0x04,0x64,0x09,0x01,0xe9,0x09, +0x02,0x01,0x00,0x01,0x81,0x03,0x04,0x15,0x00,0x04,0x86,0x00,0x01,0xae,0x05,0x60, +0xfe,0xee,0xee,0xee,0xee,0xe0,0xdc,0x01,0x15,0xf3,0xe8,0x0f,0x04,0xca,0x03,0x16, +0x03,0x10,0x02,0x15,0x4f,0xca,0x03,0x16,0x04,0x70,0x00,0x63,0x5f,0xff,0xfc,0x00, +0x12,0x10,0x58,0x01,0x56,0xda,0xff,0xff,0xfb,0x40,0x25,0x09,0x14,0xc2,0xaf,0x0d, +0x01,0x75,0x03,0x12,0x8f,0x0b,0x00,0x00,0x27,0x0a,0x52,0x8f,0xfc,0x52,0x02,0x6e, +0xbf,0x02,0x51,0x35,0x00,0x00,0x00,0x1c,0x1d,0x03,0x04,0xb3,0x01,0x04,0x6f,0x00, +0x09,0x1d,0x03,0x16,0xf5,0x63,0x04,0x15,0x50,0x1b,0x04,0x33,0xf4,0x00,0x10,0x60, +0x07,0x43,0xff,0x20,0x0c,0xb1,0x9e,0x09,0x42,0xd0,0x08,0xff,0xe4,0x66,0x03,0x80, +0xf8,0x04,0xff,0xff,0xfd,0x86,0x58,0xcf,0xab,0x08,0x05,0x13,0x05,0x36,0x60,0x00, +0xbf,0xce,0x03,0x14,0x6e,0x14,0x00,0x03,0x2b,0x06,0x22,0xe8,0x10,0x26,0x03,0x04, +0xe4,0x03,0x01,0xe7,0x0c,0x03,0x5d,0x06,0x23,0x3b,0xff,0xdd,0x00,0x12,0x09,0xd3, +0x02,0x24,0x10,0x00,0x4a,0x00,0x12,0xe2,0x09,0x0e,0x01,0xe3,0x0d,0x10,0x5f,0x7f, +0x11,0x61,0x58,0xef,0xfe,0x20,0x00,0xef,0xaa,0x00,0x43,0x1b,0xf3,0x00,0x05,0xdb, +0x03,0x10,0x20,0x4d,0x02,0x15,0xc0,0x48,0x0e,0x15,0x50,0xf6,0x04,0x05,0xdb,0x00, +0x15,0xfc,0x82,0x0e,0x60,0xf9,0x00,0x39,0xdf,0xec,0x82,0x6a,0x07,0x22,0xf7,0x1a, +0xac,0x00,0x51,0xef,0xff,0xf8,0xdf,0xff,0x62,0x0e,0x15,0xff,0xcb,0x00,0x00,0x05, +0x00,0x20,0x94,0x36,0x88,0x03,0x41,0xef,0xff,0xff,0xe3,0x13,0x01,0x20,0xf5,0xdf, +0xba,0x01,0x00,0xcb,0x01,0x42,0xf9,0xdf,0xff,0xf8,0x4d,0x00,0x43,0xfc,0xbf,0xff, +0xfa,0xe2,0x02,0x33,0x7f,0xff,0xfd,0x24,0x02,0x12,0x4f,0x78,0x05,0x11,0x9f,0xe3, +0x09,0x11,0x60,0x6f,0x01,0x21,0xfb,0x0a,0x9d,0x01,0x00,0x96,0x07,0x10,0x03,0x6f, +0x06,0x00,0x50,0x00,0x10,0xf3,0xe5,0x00,0x30,0xa3,0x02,0xaf,0x5f,0x05,0x04,0xdf, +0x02,0x14,0x30,0x40,0x13,0x00,0xd7,0x00,0x34,0x3e,0xff,0xff,0xbd,0x12,0x16,0x8e, +0x93,0x07,0x20,0x36,0x76,0x2a,0x01,0x05,0xaa,0x00,0x1f,0xfa,0x0a,0x00,0x0a,0x21, +0xf9,0xee,0x01,0x00,0x14,0xef,0xaf,0x05,0x00,0x69,0x00,0x14,0x40,0x0a,0x01,0x15, +0xf8,0x25,0x04,0x15,0xd0,0x46,0x06,0x05,0x2f,0x03,0x15,0xfa,0xbf,0x04,0x15,0xf2, +0x2a,0x02,0x15,0xa0,0x44,0x00,0x14,0x30,0xd0,0x11,0x04,0x5d,0x02,0x05,0xd6,0x0f, +0x00,0xd1,0x15,0x0c,0x3a,0x03,0x15,0x0c,0x64,0x10,0x03,0x1b,0x09,0x04,0x09,0x04, +0x04,0xe2,0x13,0x15,0x20,0x98,0x04,0x05,0x4f,0x00,0x04,0x81,0x03,0x05,0x9e,0x05, +0x15,0x01,0x80,0x05,0x15,0x03,0xb4,0x13,0x18,0x05,0xc4,0x06,0x15,0xf8,0x2c,0x10, +0x15,0xf7,0x81,0x00,0x14,0xf6,0x6c,0x02,0x33,0x36,0x77,0x52,0x1f,0x00,0x14,0xef, +0xd2,0x05,0x11,0x4d,0x22,0x01,0x14,0xb1,0x4f,0x13,0x00,0xdc,0x06,0x00,0x02,0x01, +0x21,0xfe,0xbc,0x66,0x06,0x10,0x06,0x47,0x00,0x11,0x01,0x62,0x07,0x02,0x71,0x09, +0x51,0xdf,0xff,0xf5,0x00,0x0d,0xd0,0x01,0x10,0x07,0xc5,0x00,0x31,0xef,0xff,0xf4, +0x3a,0x00,0x10,0xf8,0xde,0x00,0x13,0x70,0xeb,0x0e,0x13,0xaf,0xb1,0x04,0x10,0xf3, +0x0f,0x00,0x12,0xfb,0x6e,0x0e,0x00,0x35,0x00,0x22,0xfd,0x40,0x12,0x11,0x00,0xaf, +0x04,0x12,0xc7,0xca,0x09,0x16,0x4f,0x3b,0x06,0x14,0x4f,0x8f,0x09,0x21,0x00,0x5e, +0x15,0x00,0x11,0xe4,0x5a,0x01,0x22,0xf9,0xbf,0x91,0x09,0x51,0x6f,0xff,0xf9,0x00, +0x29,0xb1,0x0d,0x11,0x1f,0xca,0x0f,0x51,0xdf,0xff,0xff,0xb0,0x08,0x88,0x00,0x00, +0x7c,0x07,0x42,0x30,0xdf,0xff,0xf2,0x13,0x01,0x22,0xf6,0x0f,0x3e,0x01,0x11,0x0f, +0x77,0x0a,0x13,0xf1,0x77,0x0a,0x11,0x0f,0x41,0x02,0x00,0x15,0x00,0x21,0x90,0xdf, +0x9d,0x00,0x00,0x93,0x17,0x10,0x07,0x92,0x00,0x01,0x1d,0x06,0x10,0x10,0xcd,0x04, +0x21,0xeb,0xce,0x51,0x11,0x03,0x9e,0x08,0x00,0x94,0x00,0x16,0x2c,0x95,0x07,0x01, +0x49,0x0e,0x12,0xf9,0xa1,0x01,0x44,0x14,0x67,0x76,0x30,0x18,0x0a,0x35,0x65,0x10, +0x00,0x2d,0x0a,0x11,0xc4,0xa0,0x01,0x12,0xbf,0x44,0x03,0x01,0x78,0x00,0x04,0x87, +0x11,0x13,0xaf,0x91,0x02,0x01,0xf0,0x01,0x30,0xe5,0x11,0x5e,0x59,0x04,0x11,0x0b, +0x22,0x02,0x10,0x1d,0x76,0x02,0x02,0xbf,0x01,0x00,0xbc,0x0a,0x03,0x0f,0x02,0x32, +0xcf,0xff,0xf9,0x68,0x0b,0x00,0x65,0x01,0x43,0xd0,0x6f,0xff,0xff,0x2b,0x02,0x12, +0x15,0xd2,0x00,0x12,0x01,0xfd,0x10,0x12,0x30,0xd2,0x00,0x11,0x61,0x3f,0x00,0x00, +0x4b,0x03,0x21,0xf7,0x0d,0xc6,0x0a,0x10,0x09,0xb4,0x00,0x61,0x6f,0xff,0xff,0xf9, +0x54,0x6d,0x80,0x0a,0x14,0xdf,0x07,0x03,0x00,0xeb,0x11,0x00,0x55,0x03,0x60,0xef, +0xff,0xf6,0x00,0x02,0xcf,0x79,0x11,0x02,0x18,0x01,0x40,0x5a,0xdf,0xfc,0x71,0x54, +0x00,0x0d,0x86,0x05,0x14,0x08,0x14,0x03,0x00,0xcd,0x00,0x16,0xf9,0x1f,0x00,0x11, +0x40,0xaf,0x0d,0x21,0x00,0x0d,0x1f,0x00,0x21,0x9f,0x60,0x60,0x05,0x10,0xf6,0xae, +0x01,0x31,0xd8,0x56,0x9e,0xf2,0x00,0x15,0x5f,0xc9,0x03,0x16,0x07,0xbc,0x17,0x21, +0x05,0xef,0xbe,0x07,0x01,0x3c,0x01,0x10,0x7d,0x0c,0x05,0x03,0x45,0x01,0x32,0x56, +0x75,0x30,0x69,0x0e,0x20,0xfc,0x50,0x39,0x00,0x10,0x50,0x7e,0x02,0x10,0x01,0x53, +0x0a,0x00,0x1b,0x0e,0x00,0xa5,0x05,0xaf,0xc0,0x02,0xef,0xff,0xe2,0x00,0x01,0x79, +0x71,0x00,0x01,0x00,0x0a,0x0f,0x42,0x0e,0x15,0x0f,0x68,0x00,0x2d,0x00,0x0f,0x02, +0x21,0xce,0xc8,0x34,0x17,0x00,0x84,0x05,0x20,0xf3,0x1f,0x2e,0x02,0x50,0xef,0xff, +0xff,0xfc,0x07,0x76,0x00,0x11,0x06,0x61,0x02,0x00,0x00,0x0e,0x01,0xfd,0x0d,0xb1, +0xdf,0xff,0x30,0x00,0xaf,0xff,0xa0,0x03,0xcf,0xff,0xf2,0x65,0x06,0x50,0x7f,0xff, +0xf4,0x00,0x01,0xc5,0x04,0x2f,0x06,0x20,0x5c,0x00,0x04,0x24,0x17,0xd0,0x0a,0x00, +0x14,0x5b,0xf8,0x0a,0x24,0x02,0x8e,0x03,0x0b,0x01,0x45,0x06,0x13,0xf0,0x8a,0x0c, +0x02,0xa9,0x08,0x21,0x01,0x7d,0x0a,0x00,0x42,0xa4,0x00,0x00,0x04,0x7c,0x02,0x51, +0x50,0x00,0x00,0x18,0xef,0x7d,0x13,0x04,0x4f,0x10,0x33,0xfc,0x61,0x00,0x0b,0x00, +0x34,0xd7,0x10,0x00,0x0b,0x00,0x13,0xfa,0x79,0x04,0x01,0xb7,0x13,0x16,0x93,0x5e, +0x00,0x33,0xff,0xd8,0x20,0x74,0x00,0x00,0xae,0x01,0x13,0x72,0x8a,0x00,0x10,0xff, +0xb4,0x03,0x11,0x20,0xa0,0x00,0x13,0xdf,0xe2,0x07,0x00,0xbc,0x06,0x25,0xaf,0xff, +0x9d,0x0b,0x25,0x01,0x6c,0xa8,0x0b,0x00,0xc2,0x13,0x16,0xf0,0x2d,0x01,0x1f,0xb0, +0xd3,0x10,0x19,0x24,0x13,0x33,0x01,0x00,0x2f,0x30,0x00,0x01,0x00,0x23,0x0f,0x6e, +0x00,0x2f,0x26,0x7b,0x50,0x4d,0x00,0x27,0xfe,0x82,0x58,0x00,0x17,0xc6,0x63,0x00, +0x23,0xf9,0x30,0xb8,0x05,0x00,0x27,0x01,0x11,0x71,0x02,0x01,0x13,0x7c,0x8a,0x01, +0x00,0x01,0x00,0x11,0x27,0x4c,0x01,0x12,0xe8,0x4c,0x01,0x11,0x7d,0x0a,0x04,0x02, +0x56,0x00,0x26,0x38,0xef,0x34,0x01,0x25,0x04,0x9f,0x0b,0x00,0x24,0x16,0xcf,0x0b, +0x00,0x14,0x5b,0x60,0x01,0x33,0x05,0xaf,0xff,0x68,0x00,0x01,0x4a,0x19,0x00,0x7e, +0x00,0x21,0x04,0x9e,0xf8,0x0a,0x14,0x82,0xe7,0x00,0x24,0xfb,0x50,0x8f,0x00,0x24, +0xd7,0x10,0x9a,0x00,0x14,0xa4,0xa5,0x00,0x24,0xfc,0x61,0xbb,0x00,0x18,0x69,0xde, +0x00,0x62,0x03,0x9c,0xef,0xda,0x81,0x00,0x44,0x05,0x01,0xb5,0x05,0x13,0x8f,0x8f, +0x0d,0x14,0x09,0xb8,0x08,0x51,0x09,0xff,0xff,0xfe,0xce,0x85,0x00,0x50,0x8f,0xfc, +0x30,0x00,0x5f,0x1b,0x04,0x27,0x07,0xa0,0x54,0x06,0x15,0x02,0x83,0x1a,0x04,0x5c, +0x06,0x14,0x07,0xda,0x09,0x14,0x1e,0x33,0x04,0x13,0xbf,0xda,0x06,0x14,0x09,0x2c, +0x00,0x23,0x6f,0xff,0x9e,0x10,0x04,0xe0,0x16,0x14,0x0c,0x24,0x07,0x14,0x4f,0x27, +0x0c,0x02,0x39,0x06,0x04,0xfe,0x0a,0x02,0x09,0x00,0x03,0x96,0x04,0x3f,0xcd,0xdd, +0xd3,0xf9,0x03,0x09,0x03,0x62,0x00,0x14,0xa0,0x10,0x07,0x15,0xfa,0xcc,0x0b,0x13, +0x10,0x0e,0x06,0x02,0x8e,0x00,0x11,0x0d,0xe4,0x10,0x02,0xdb,0x04,0x14,0xfc,0x02, +0x08,0x13,0xd2,0x8d,0x01,0x18,0x75,0x55,0x00,0x49,0x23,0x56,0x76,0x43,0x66,0x00, +0x26,0x49,0xef,0xcf,0x1a,0x05,0x44,0x07,0x12,0xff,0xf4,0x16,0x03,0x01,0x00,0x15, +0x6e,0x59,0x02,0x16,0xd2,0x9c,0x0e,0x51,0xfe,0x96,0x42,0x34,0x59,0xe4,0x0e,0x04, +0x14,0x0d,0x14,0xa3,0xef,0x09,0x13,0xf3,0x32,0x0e,0x25,0xfc,0x30,0xf6,0x0a,0x01, +0x01,0x07,0x03,0x59,0x09,0x03,0x1e,0x00,0x11,0xb0,0xa5,0x00,0x16,0xf6,0xc0,0x01, +0x01,0xfb,0x05,0x15,0x7f,0xe1,0x0e,0x01,0xce,0x00,0x10,0xfb,0xb6,0x07,0x04,0xc4, +0x1b,0x02,0x9f,0x08,0x32,0xf1,0x00,0x08,0x40,0x08,0x60,0x4a,0xdf,0xd7,0x03,0xaa, +0xa3,0x59,0x08,0x12,0x50,0xaf,0x18,0x00,0xa5,0x06,0xc3,0xf9,0x9f,0xff,0x30,0x00, +0x04,0xff,0xfa,0x00,0x6f,0xff,0xd0,0x4c,0x1c,0x01,0x76,0x02,0x62,0x1f,0xff,0xc0, +0x0b,0xff,0xf6,0x2a,0x0d,0x12,0xef,0x25,0x01,0x22,0xef,0xfe,0x0f,0x1a,0x51,0xaf, +0xff,0xfb,0x20,0x09,0xb8,0x07,0x60,0x0d,0xff,0xf0,0x4f,0xff,0xd0,0x94,0x06,0x10, +0xfb,0x5d,0x01,0x11,0xf6,0xb4,0x06,0x10,0x06,0x23,0x06,0x01,0xe7,0x15,0x10,0x02, +0x2f,0x00,0x00,0xb3,0x12,0x35,0x8f,0xff,0x70,0x60,0x17,0x10,0xf0,0xc7,0x08,0x11, +0xfd,0x64,0x1f,0x30,0x3f,0xff,0xf4,0xb4,0x00,0x12,0xfc,0xb3,0x12,0x30,0xbf,0xff, +0x40,0xb3,0x01,0x01,0xef,0x0a,0x11,0x80,0xe1,0x1e,0x33,0x0b,0xff,0xf4,0x80,0x14, +0x31,0x0e,0xff,0xf6,0x06,0x02,0x40,0x20,0xaf,0xff,0x50,0x1f,0x01,0x12,0x30,0xd0, +0x16,0x00,0x35,0x1a,0x30,0x09,0xff,0xf7,0x3f,0x00,0x31,0xfc,0x10,0x07,0x85,0x02, +0x11,0x4f,0x09,0x20,0x11,0x90,0x77,0x07,0x00,0xbc,0x02,0x52,0xe3,0x02,0x8f,0xff, +0xf9,0x59,0x1b,0x11,0x04,0x47,0x03,0x13,0xef,0x8e,0x07,0x13,0x0f,0x9e,0x17,0x43, +0xff,0xf7,0x07,0xff,0xce,0x0e,0x10,0xbf,0x39,0x02,0x41,0x03,0xad,0xfd,0x82,0x03, +0x03,0x12,0xe5,0x20,0x08,0x14,0x30,0x82,0x01,0x23,0x79,0xa8,0x3b,0x02,0x1c,0xfc, +0x79,0x02,0x3b,0x5f,0xff,0xfb,0x13,0x00,0x00,0x26,0x09,0x07,0xbc,0x16,0x03,0x1c, +0x10,0x02,0x6a,0x09,0x03,0x8f,0x18,0x03,0x86,0x0e,0x20,0xe7,0x30,0x27,0x05,0x15, +0xfe,0x26,0x00,0x01,0x4f,0x0f,0x37,0xba,0xce,0xff,0xe9,0x01,0x36,0x7e,0xff,0xff, +0x4d,0x1d,0x06,0xc6,0x13,0x08,0x73,0x02,0x00,0x01,0x00,0x68,0x26,0xac,0xdf,0xfe, +0xda,0x83,0x73,0x00,0x27,0xdf,0xff,0x1d,0x02,0x16,0x2f,0x91,0x0f,0x03,0x48,0x1b, +0x05,0xa1,0x00,0x13,0xcf,0x63,0x0b,0x03,0x31,0x02,0x15,0xfe,0x6a,0x00,0x00,0x00, +0x01,0x03,0x77,0x08,0x02,0xd5,0x00,0x24,0xf1,0xcf,0x21,0x0d,0x00,0x80,0x09,0x14, +0x07,0x05,0x0b,0x00,0x8e,0x01,0x27,0x90,0x3f,0x1f,0x1b,0x24,0xf5,0x00,0x48,0x08, +0x00,0x74,0x03,0x22,0x10,0x0b,0xe6,0x09,0x01,0x28,0x00,0x23,0xd0,0x00,0x1f,0x0f, +0x02,0x47,0x1b,0x14,0x03,0x32,0x04,0x10,0x0e,0x84,0x08,0x13,0x0e,0x87,0x12,0x11, +0x04,0xe2,0x08,0x13,0xaf,0x29,0x00,0x01,0xfa,0x0e,0x13,0x06,0x29,0x00,0x02,0xfc, +0x13,0x12,0x2f,0x29,0x00,0x12,0x03,0xb1,0x0d,0x14,0xef,0x6e,0x0c,0x05,0x65,0x1f, +0x06,0x99,0x0e,0x01,0xdb,0x04,0x15,0x02,0x0d,0x00,0x19,0xfc,0x1a,0x06,0x11,0xf1, +0x1d,0x04,0x60,0xf9,0x99,0x99,0x99,0x99,0xcf,0x13,0x03,0x13,0x01,0x33,0x04,0x11, +0x03,0x11,0x02,0x13,0x6f,0x91,0x04,0x13,0x0f,0x5b,0x1b,0x14,0xf1,0xcc,0x03,0x00, +0x40,0x03,0x16,0xfd,0x32,0x1f,0x05,0x3d,0x13,0x12,0x1f,0x66,0x08,0x15,0xf4,0x7f, +0x01,0x11,0x50,0xfa,0x0e,0x03,0x69,0x04,0x21,0xfa,0x5f,0xb4,0x01,0x32,0xdb,0xa6, +0x10,0x5e,0x11,0x01,0x01,0x00,0x16,0xa1,0x26,0x09,0x26,0xff,0xe3,0x17,0x00,0x20, +0xff,0xe1,0x17,0x00,0x40,0xc8,0x88,0x9a,0xdf,0x89,0x05,0x03,0x95,0x13,0x10,0x3d, +0x9e,0x10,0x02,0x6d,0x00,0x00,0x01,0x01,0x14,0xf0,0xac,0x13,0x00,0xdb,0x12,0x03, +0x17,0x00,0x19,0x0a,0x17,0x00,0x05,0x2e,0x00,0x19,0x3f,0x45,0x00,0x01,0x84,0x20, +0x40,0xb6,0x66,0x79,0xcf,0x3e,0x01,0x05,0x73,0x00,0x16,0xe6,0x8a,0x00,0x27,0xf8, +0x10,0x8a,0x00,0x16,0x80,0xa1,0x00,0x22,0xff,0xc0,0x45,0x00,0x20,0x12,0x4a,0x18, +0x00,0x15,0x5f,0x84,0x01,0x23,0xff,0x25,0x73,0x00,0x00,0x50,0x0b,0x03,0x0e,0x01, +0x00,0x74,0x00,0x13,0x85,0x17,0x00,0x12,0x02,0xfd,0x00,0x13,0x80,0x00,0x06,0x04, +0x17,0x00,0x16,0x1d,0x2e,0x00,0x21,0x4d,0xff,0xd7,0x0a,0x50,0xfc,0x88,0x89,0xab, +0xef,0x72,0x0c,0x06,0x73,0x00,0x16,0xd0,0x8a,0x00,0x15,0xc1,0x8a,0x00,0x23,0xfe, +0x60,0xa1,0x00,0x35,0xfe,0xdb,0x83,0x41,0x0f,0x34,0x57,0x64,0x20,0x32,0x09,0x00, +0x8c,0x07,0x26,0x81,0x00,0xd8,0x0c,0x25,0xfe,0x60,0x3d,0x1e,0x02,0xe2,0x01,0x16, +0x9f,0x37,0x13,0x10,0x06,0x07,0x00,0x21,0xca,0xac,0x3f,0x0b,0x20,0x3f,0xff,0x23, +0x1f,0x20,0x00,0x1a,0x2a,0x03,0x13,0xcf,0xc9,0x01,0x21,0x6d,0x10,0x3a,0x04,0x16, +0x50,0x87,0x14,0x05,0xee,0x03,0x16,0x0f,0xc9,0x10,0x00,0xbe,0x06,0x16,0xd0,0x1b, +0x11,0x03,0xf0,0x02,0x02,0x2f,0x02,0x03,0xfd,0x12,0x06,0x0d,0x07,0x03,0xb5,0x01, +0x17,0x30,0xa9,0x03,0x1e,0x30,0x24,0x00,0x0a,0x3c,0x00,0x17,0x9f,0x54,0x00,0x17, +0x5f,0x6c,0x00,0x15,0x1f,0x63,0x0e,0x01,0xf4,0x02,0x18,0xfa,0xee,0x12,0x11,0x40, +0x7d,0x01,0x11,0x20,0xb9,0x10,0x01,0xa9,0x00,0x22,0x3e,0xd1,0xaa,0x08,0x63,0x81, +0x00,0x00,0x29,0xff,0xfc,0x59,0x1e,0x33,0xca,0xbd,0xff,0xf9,0x1b,0x06,0x68,0x04, +0x15,0x0b,0x9d,0x15,0x06,0x81,0x04,0x11,0x70,0xa1,0x04,0x16,0x7d,0x5c,0x01,0x00, +0x04,0x0d,0x33,0x65,0x20,0x00,0x38,0x02,0x33,0xdc,0xa6,0x20,0x9c,0x00,0x05,0xe6, +0x08,0x14,0x5f,0xab,0x13,0x17,0x20,0xe6,0x02,0x11,0xf4,0x0c,0x00,0x32,0xeb,0xbc, +0xef,0x1a,0x0c,0x01,0x01,0x02,0x24,0x01,0x7e,0xf3,0x02,0x12,0x80,0xf7,0x00,0x14, +0xf8,0x0c,0x00,0x26,0x0b,0xff,0xdd,0x02,0x10,0x01,0x8c,0x10,0x03,0x48,0x02,0x00, +0x64,0x01,0x17,0xb0,0x6b,0x02,0x13,0xe0,0x0c,0x00,0x00,0x94,0x01,0x13,0xf2,0x0c, +0x00,0x00,0xdc,0x03,0x14,0xf3,0x0c,0x00,0x00,0x5b,0x14,0x04,0x0c,0x00,0x17,0x0a, +0xa7,0x02,0x00,0xcc,0x10,0x0f,0x24,0x00,0x01,0x17,0x0d,0x3c,0x00,0x00,0x01,0x04, +0x04,0x0c,0x00,0x17,0x4f,0x6c,0x00,0x00,0xa8,0x16,0x03,0x0c,0x00,0x10,0x02,0x23, +0x02,0x03,0x0c,0x00,0x16,0x0c,0xa8,0x03,0x00,0xbd,0x14,0x12,0xf7,0x0c,0x00,0x20, +0x03,0x8f,0x94,0x12,0x00,0x0c,0x00,0x23,0xec,0xcd,0xb6,0x14,0x07,0xfa,0x03,0x04, +0x0c,0x00,0x00,0x9f,0x0c,0x0e,0x44,0x01,0x18,0xed,0x5c,0x01,0x00,0x88,0x03,0x0f, +0x0a,0x00,0x0e,0x11,0xfe,0xeb,0x10,0x15,0xb0,0x9b,0x04,0x1f,0x00,0x0a,0x00,0x2c, +0x03,0x67,0x0c,0x15,0x5f,0xda,0x13,0x0f,0x0a,0x00,0x0e,0x0f,0x78,0x00,0x33,0x0b, +0x82,0x00,0x2f,0xff,0xf3,0x0a,0x00,0x1e,0x15,0xd5,0x31,0x16,0x0f,0x13,0x00,0x03, +0x02,0x2a,0x01,0x1f,0xc5,0x44,0x19,0x3b,0x02,0x01,0x00,0x25,0x10,0x5f,0x82,0x1e, +0x0f,0x13,0x00,0x0c,0x0f,0xdc,0x19,0x5c,0x02,0x41,0x0a,0x33,0x56,0x75,0x41,0x0b, +0x00,0x22,0x4a,0xef,0x58,0x0c,0x03,0x7f,0x14,0x06,0xfe,0x08,0x04,0x67,0x18,0x06, +0x5c,0x07,0x12,0xf4,0x17,0x00,0x30,0xeb,0x9b,0xdf,0x57,0x00,0x00,0x56,0x08,0x61, +0xb3,0x00,0x00,0x02,0xbf,0xfa,0xba,0x04,0x11,0xf6,0x7a,0x04,0x11,0xb0,0x14,0x06, +0x16,0x70,0x31,0x05,0x17,0xfc,0x31,0x05,0x1f,0xf4,0x31,0x05,0x1f,0x62,0x07,0xdd, +0xdd,0xdd,0xdd,0xdc,0x31,0x05,0x02,0xe8,0x15,0x17,0xdf,0x0c,0x00,0x02,0x24,0x00, +0x02,0x0c,0x00,0x02,0x3c,0x00,0x02,0x0c,0x00,0x04,0x31,0x05,0x00,0x69,0x00,0x04, +0x31,0x05,0x00,0x0c,0x00,0x13,0x1f,0xb5,0x05,0x00,0x0c,0x00,0x13,0x0d,0xcd,0x05, +0x00,0x0c,0x00,0x14,0x06,0xe5,0x05,0x11,0x4f,0x4a,0x22,0x24,0xff,0xf5,0x0c,0x00, +0x14,0x5f,0xe4,0x00,0x22,0xff,0xff,0x1c,0x0d,0x42,0xeb,0xab,0xdf,0xff,0x0b,0x13, +0x06,0xde,0x16,0x04,0x35,0x0d,0x01,0xb0,0x12,0x13,0x5d,0x69,0x06,0x15,0x20,0xc8, +0x0d,0x24,0xd9,0x20,0x74,0x01,0x27,0x76,0x42,0x93,0x01,0x00,0xbd,0x13,0x0f,0x0c, +0x00,0x74,0x05,0x2f,0x15,0x0f,0x0c,0x00,0x20,0x6f,0xa2,0x22,0x22,0x22,0x22,0x25, +0xcc,0x00,0x77,0x08,0x0c,0x00,0x00,0x6d,0x08,0x0f,0x07,0x00,0x4f,0x05,0x2b,0x18, +0x1f,0xf3,0x0a,0x00,0xa7,0x15,0x0b,0x0a,0x00,0x00,0x38,0x07,0x05,0x52,0x08,0x12, +0xf2,0xb9,0x21,0x10,0x0f,0xd7,0x05,0x22,0x0a,0xfc,0xc2,0x09,0x51,0xd0,0x03,0xdf, +0xff,0xc2,0xdb,0x1c,0x20,0x90,0x0d,0x42,0x08,0x10,0xdf,0xcb,0x07,0x16,0x04,0x60, +0x09,0x06,0x56,0x1f,0x15,0x05,0x01,0x08,0x20,0x00,0x28,0x6d,0x16,0x14,0x80,0x7b, +0x04,0x16,0x30,0x07,0x03,0x00,0x7a,0x08,0x14,0x90,0x9d,0x04,0x13,0xaf,0x25,0x07, +0x12,0x80,0x6a,0x00,0x14,0xf2,0xb6,0x04,0x11,0x2f,0x92,0x03,0x02,0x19,0x00,0x11, +0x0d,0x13,0x00,0x14,0x05,0x3c,0x18,0x14,0xfc,0x4b,0x00,0x03,0xbc,0x1d,0x01,0x19, +0x00,0x13,0x03,0x00,0x09,0x01,0x19,0x00,0x12,0xdf,0x8f,0x04,0x01,0x19,0x00,0x13, +0xaf,0xdf,0x0c,0x12,0x5f,0x1f,0x15,0x14,0xe1,0x1a,0x05,0x13,0x3f,0xf5,0x00,0x00, +0x19,0x00,0x14,0x9d,0x0c,0x04,0x13,0x05,0x70,0x0a,0x08,0x85,0x06,0x18,0xf8,0xe4, +0x05,0x15,0xf2,0x19,0x00,0x00,0x8b,0x16,0x04,0x19,0x00,0x16,0xb1,0x7d,0x00,0x20, +0xff,0xd1,0x61,0x16,0x03,0x19,0x00,0x10,0xf3,0xbb,0x00,0x15,0xf7,0x74,0x2b,0x11, +0x5f,0x54,0x0c,0x03,0xa8,0x10,0x13,0xcf,0x21,0x0f,0x22,0xff,0x80,0x54,0x0b,0x14, +0x30,0xfa,0x00,0x14,0x09,0x4c,0x15,0x12,0x80,0xef,0x09,0x15,0xf6,0xc9,0x05,0x13, +0x7f,0x93,0x07,0x13,0x80,0x9d,0x1a,0x27,0x80,0x05,0x9e,0x00,0x17,0x20,0x06,0x09, +0x15,0xfb,0xfb,0x05,0x17,0x3f,0xe3,0x08,0x0f,0x85,0x20,0x96,0x0f,0x8d,0x07,0x32, +0x15,0xf8,0xb5,0x04,0x1f,0x85,0x13,0x00,0x0c,0x15,0xf6,0x95,0x19,0x25,0xf8,0x5f, +0xee,0x0b,0x13,0x9f,0x2f,0x00,0x05,0x0a,0x1c,0x25,0xf8,0x5f,0x62,0x2d,0x04,0x4b, +0x00,0x14,0xd0,0xec,0x20,0x01,0x0e,0x00,0x03,0x53,0x2e,0x03,0x0e,0x00,0x13,0xf8, +0x29,0x02,0x00,0x0e,0x00,0x32,0xfe,0xff,0xfe,0xeb,0x02,0x10,0xef,0x0e,0x00,0x12, +0xfa,0xfe,0x0b,0x30,0xff,0xff,0xaf,0x0e,0x00,0x11,0xf7,0x07,0x02,0x10,0x05,0x79, +0x0f,0x00,0x0e,0x00,0x30,0xaf,0xff,0xe0,0x9a,0x03,0x20,0xfb,0x7f,0x0e,0x00,0x11, +0xf9,0x8d,0x27,0x41,0x1f,0xff,0xf5,0x8f,0x38,0x00,0x12,0x0f,0x2f,0x27,0x20,0xf0, +0x9f,0x0e,0x00,0x11,0xfc,0x73,0x11,0x40,0xcf,0xff,0xa0,0xbf,0x0e,0x00,0x10,0xfd, +0x99,0x28,0x51,0x01,0xff,0xff,0x50,0xcf,0x70,0x00,0x00,0x54,0x28,0x52,0x06,0xff, +0xff,0x00,0xdf,0x0e,0x00,0x62,0x9f,0xff,0xf0,0x0b,0xff,0xf9,0x0e,0x00,0x10,0xff, +0x89,0x27,0x00,0x74,0x2c,0x03,0x0e,0x00,0x10,0x0e,0x36,0x05,0x13,0xe0,0x0e,0x00, +0x00,0x3b,0x12,0x00,0x8e,0x11,0x03,0x0e,0x00,0x12,0x02,0x1c,0x24,0x03,0x0e,0x00, +0x21,0x00,0xcf,0x99,0x02,0x04,0x0e,0x00,0x11,0x6f,0xda,0x02,0x04,0x0e,0x00,0x11, +0x1f,0xdb,0x02,0x04,0x0e,0x00,0x11,0x0b,0x1c,0x03,0x04,0x0e,0x00,0x01,0x09,0x28, +0x05,0x0e,0x00,0x11,0x00,0x05,0x00,0x05,0x0e,0x00,0x28,0x34,0x43,0x0e,0x00,0x03, +0x1f,0x0d,0x0e,0x0e,0x00,0x13,0xe0,0x79,0x01,0x00,0xcd,0x02,0x17,0xf7,0x0c,0x00, +0x27,0xff,0x10,0x0c,0x00,0x17,0x90,0x0c,0x00,0x17,0xf2,0x0c,0x00,0x17,0xfa,0x0c, +0x00,0x24,0xff,0x30,0x0c,0x00,0x11,0xfd,0xa5,0x00,0x01,0x0c,0x00,0x00,0xd5,0x1c, +0x14,0xf4,0x0c,0x00,0x10,0xfb,0x7b,0x1e,0x03,0x0c,0x00,0x20,0xfc,0x0d,0xbc,0x00, +0x03,0x30,0x00,0x01,0x2c,0x1c,0x03,0x48,0x00,0x10,0x00,0x4e,0x19,0x04,0x0c,0x00, +0x00,0xe2,0x10,0x12,0x03,0x0c,0x00,0x53,0x10,0x0e,0xff,0xff,0x70,0x0c,0x00,0x00, +0xa3,0x12,0x22,0xf1,0x02,0x0c,0x00,0x10,0x20,0x69,0x1d,0x12,0x01,0x0c,0x00,0x11, +0x30,0x93,0x2b,0x04,0x0c,0x00,0x00,0x57,0x1b,0x03,0x0c,0x00,0x00,0x2a,0x01,0x22, +0xe0,0xdf,0x0c,0x00,0x00,0x6f,0x01,0x24,0xf5,0xcf,0x0c,0x00,0x43,0x4f,0xff,0xfc, +0xaf,0x0c,0x00,0x00,0x5d,0x01,0x05,0x24,0x00,0x01,0x31,0x1d,0x03,0x0c,0x00,0x27, +0x00,0xaf,0x0c,0x00,0x17,0x2f,0x0c,0x00,0x17,0x09,0x0c,0x00,0x17,0x01,0x0c,0x00, +0x27,0x00,0x8f,0x0c,0x00,0x14,0x0e,0xab,0x09,0x35,0x35,0x67,0x64,0xa4,0x18,0x20, +0x29,0xef,0x19,0x18,0x12,0x10,0xab,0x12,0x17,0x9f,0x17,0x0e,0x27,0x02,0xdf,0xa4, +0x12,0x03,0x46,0x14,0x03,0x71,0x12,0x11,0xdf,0x2e,0x0a,0x06,0x47,0x0a,0x11,0xfe, +0x10,0x2b,0x00,0x47,0x01,0x13,0x1f,0x03,0x16,0x10,0x2e,0x21,0x05,0x14,0x07,0x5c, +0x03,0x10,0x4f,0x79,0x00,0x05,0x71,0x23,0x00,0xfc,0x30,0x13,0x2f,0x7b,0x11,0x00, +0x60,0x01,0x24,0xfe,0x06,0x92,0x03,0x00,0xa2,0x00,0x24,0xf2,0x9f,0x22,0x0c,0x00, +0x29,0x00,0x14,0x6a,0xbf,0x1f,0x00,0xe2,0x00,0x15,0xf7,0x49,0x0f,0x00,0x27,0x05, +0x14,0x8d,0xd2,0x06,0x00,0x24,0x06,0x27,0xf9,0xcf,0xb4,0x1d,0x24,0xff,0x9b,0x94, +0x0a,0x00,0x38,0x0a,0x15,0xf8,0x7e,0x0a,0x00,0xf1,0x03,0x15,0x78,0x52,0x1d,0x12, +0x0c,0x26,0x0e,0x14,0xc0,0x87,0x1d,0x34,0xff,0x11,0xff,0xa9,0x1d,0x00,0x8d,0x02, +0x14,0x0d,0x29,0x00,0x11,0x0c,0x24,0x31,0x03,0x6d,0x00,0x11,0x06,0x5e,0x02,0x03, +0x6f,0x1e,0x11,0x03,0x0f,0x01,0x12,0x06,0x5b,0x0b,0x12,0x07,0x74,0x2a,0x10,0x0b, +0x5b,0x06,0x23,0xba,0xcf,0x1e,0x04,0x28,0x1d,0xff,0x75,0x0f,0x17,0x1c,0xae,0x10, +0x05,0xdf,0x20,0x13,0xe6,0x8c,0x14,0x18,0x9e,0x85,0x0f,0x22,0x00,0x02,0x55,0x0a, +0x04,0xa1,0x06,0x39,0xec,0x95,0x00,0xcb,0x11,0x05,0xe5,0x04,0x16,0xe2,0x0b,0x00, +0x10,0xfe,0x1e,0x06,0x20,0xda,0xab,0xfa,0x0f,0x04,0x47,0x0f,0x26,0x04,0xcf,0xf2, +0x0e,0x00,0x61,0x07,0x06,0xdf,0x11,0x14,0xfc,0x4d,0x05,0x02,0x31,0x0d,0x13,0x80, +0x9e,0x32,0x0e,0x16,0x00,0x15,0x02,0x2c,0x00,0x00,0x82,0x01,0x13,0xf9,0x0b,0x00, +0x14,0x5f,0x58,0x00,0x29,0x02,0x4b,0xa7,0x0e,0x25,0xff,0x30,0x0b,0x00,0x16,0xf5, +0xda,0x11,0x36,0x40,0x00,0x5f,0x50,0x17,0x00,0xa5,0x00,0x38,0xaa,0xaa,0x96,0x2c, +0x08,0x0f,0x0b,0x00,0x53,0x0d,0xfa,0x02,0x18,0x03,0x73,0x01,0x09,0xfb,0x02,0x07, +0xc9,0x26,0x09,0xfc,0x02,0x13,0xd0,0x85,0x14,0x36,0xfe,0xb9,0xbe,0x75,0x12,0x15, +0xfd,0xfd,0x02,0x13,0x01,0x1f,0x03,0x20,0x02,0xef,0x2b,0x00,0x19,0x08,0xfe,0x02, +0x14,0x0e,0xb9,0x15,0x10,0x0a,0x56,0x00,0x08,0xff,0x02,0x15,0xff,0x40,0x19,0x02, +0x8e,0x22,0x09,0x00,0x03,0x10,0x60,0x9b,0x14,0x05,0x51,0x0d,0x28,0x70,0xcf,0x01, +0x03,0x15,0x80,0x64,0x12,0x00,0x42,0x00,0x19,0x90,0x02,0x03,0x15,0x90,0x2b,0x03, +0x00,0x38,0x00,0x19,0x80,0x03,0x03,0x16,0x70,0x9b,0x0d,0x00,0x50,0x00,0x18,0x4f, +0x04,0x03,0x15,0x10,0x7c,0x12,0x13,0x05,0x8f,0x25,0x14,0xf8,0x05,0x03,0x12,0xf8, +0x83,0x08,0x15,0x00,0x87,0x26,0x03,0x2e,0x27,0x12,0x02,0x53,0x1f,0x16,0x5f,0x07, +0x04,0x12,0x20,0x86,0x12,0x34,0xfd,0xa9,0xbe,0x86,0x16,0x17,0xcf,0x77,0x0e,0x15, +0x00,0xf3,0x22,0x18,0xf7,0x5c,0x19,0x14,0xfc,0x2f,0x13,0x26,0x6b,0xff,0xc2,0x1c, +0x02,0x1e,0x09,0x07,0x0f,0x19,0x15,0x06,0x2c,0x32,0x04,0xc0,0x00,0x66,0xfe,0x83, +0x10,0x02,0x50,0x00,0x2c,0x35,0x05,0x05,0x24,0x24,0x01,0xcf,0xb3,0x35,0x06,0x71, +0x31,0x05,0xeb,0x1e,0x01,0x72,0x20,0x07,0xf7,0x17,0x52,0x15,0x9a,0xcb,0xa8,0x51, +0xa6,0x02,0x25,0xdb,0xa7,0x00,0x13,0x03,0x97,0x00,0x26,0x5f,0xff,0xb1,0x00,0x16, +0x5f,0x43,0x23,0x02,0xcb,0x02,0x01,0xf5,0x12,0x13,0xf1,0x69,0x02,0x25,0x02,0x9f, +0x1c,0x12,0x03,0x89,0x1a,0x06,0x52,0x03,0x18,0xfe,0x1c,0x0b,0x05,0x0c,0x00,0x17, +0xcf,0x0c,0x00,0x07,0x24,0x00,0x17,0x05,0x3c,0x00,0x15,0x2e,0x3c,0x13,0x24,0x02, +0x49,0x6c,0x00,0x0e,0xc9,0x15,0x17,0xfa,0x9c,0x00,0x02,0x75,0x0a,0x04,0x48,0x25, +0x02,0xa8,0x00,0x12,0xcf,0xbf,0x02,0x01,0x48,0x00,0x12,0x0d,0x97,0x01,0x13,0x5f, +0xc3,0x2f,0x15,0xfe,0x29,0x03,0x11,0xcf,0x06,0x00,0x02,0x0c,0x00,0x11,0x4f,0xe5, +0x01,0x02,0x0c,0x00,0x14,0x0b,0x60,0x00,0x05,0xc9,0x0a,0x06,0xd8,0x13,0x17,0xc0, +0xc0,0x16,0x26,0xf6,0x00,0x2c,0x04,0x27,0xfe,0x00,0xe4,0x13,0x17,0x80,0xe4,0x13, +0x22,0xf1,0x00,0x52,0x2a,0x13,0x40,0xeb,0x04,0x15,0x9f,0xee,0x1c,0x03,0x13,0x05, +0x1a,0xd4,0x24,0x02,0x16,0x08,0x89,0x38,0x10,0x02,0x57,0x02,0x21,0xaa,0xbe,0x17, +0x00,0x11,0x9f,0x64,0x13,0x31,0x04,0xcf,0xfa,0x37,0x06,0x11,0xf3,0x68,0x20,0x02, +0xc5,0x02,0x07,0x9b,0x10,0x14,0xf1,0x0c,0x00,0x04,0x7c,0x02,0x03,0x80,0x14,0x16, +0xb3,0xb2,0x10,0x03,0x7c,0x00,0x03,0xfc,0x0f,0x24,0xe7,0x10,0xf6,0x29,0x02,0x38, +0x16,0x05,0x48,0x02,0x18,0xf8,0xac,0x02,0x02,0x72,0x19,0x17,0xdf,0x44,0x02,0x17, +0x4b,0x6c,0x02,0x01,0xd2,0x00,0x04,0x09,0x11,0x17,0x2d,0x97,0x19,0x17,0x2f,0x5d, +0x16,0x10,0xcf,0xd9,0x03,0x16,0x49,0x9c,0x0d,0x33,0x2f,0xfc,0x30,0x4d,0x03,0x21, +0x10,0x1d,0x49,0x1c,0x00,0xe5,0x37,0x11,0xc0,0x4f,0x06,0x01,0xce,0x15,0x37,0xf4, +0x01,0xcf,0xeb,0x01,0x17,0x9f,0xa1,0x04,0x17,0x4c,0xc4,0x0c,0x01,0x46,0x1e,0x23, +0xfe,0x92,0x88,0x00,0x38,0x46,0x76,0x52,0x7e,0x03,0x00,0xd2,0x15,0x06,0x0b,0x00, +0x1f,0xfd,0x17,0x00,0x04,0x52,0xbe,0xee,0xee,0xee,0xff,0x44,0x13,0x12,0xc0,0x63, +0x17,0x17,0xf6,0x28,0x1f,0x04,0xc8,0x11,0x0f,0x17,0x00,0xf2,0x13,0x8f,0x13,0x00, +0x00,0x9e,0x24,0x0f,0x0c,0x00,0xad,0x04,0xdf,0x00,0x12,0x04,0x87,0x35,0x04,0x06, +0x0d,0x04,0x49,0x17,0x00,0x7a,0x05,0x23,0xf4,0x3f,0xa9,0x06,0x12,0x09,0x5b,0x23, +0x13,0xf0,0x4f,0x10,0x23,0xe0,0x0c,0xfb,0x02,0x00,0x20,0x00,0x13,0x07,0x48,0x1b, +0x12,0xcf,0xae,0x0c,0x22,0xff,0xc2,0x6e,0x25,0x02,0xb3,0x02,0x22,0xeb,0xbe,0x84, +0x05,0x17,0x0e,0x52,0x07,0x14,0x03,0x6d,0x1f,0x16,0x30,0xc3,0x05,0x12,0xd2,0x37, +0x24,0x04,0x36,0x36,0x03,0x9c,0x25,0x19,0x41,0x1d,0x19,0x00,0x9a,0x08,0x17,0x0c, +0xa6,0x20,0x00,0xf5,0x1d,0x15,0xfa,0xf6,0x10,0x00,0xed,0x30,0x04,0x05,0x04,0x15, +0xe0,0x8e,0x19,0x10,0x3f,0x06,0x04,0x13,0x8f,0xde,0x00,0x10,0x7f,0x23,0x07,0x04, +0xd3,0x00,0x13,0xcf,0xe5,0x2a,0x12,0xf0,0x2d,0x04,0x13,0xfa,0x25,0x2a,0x02,0x10, +0x01,0x05,0x86,0x0e,0x03,0x9c,0x2e,0x02,0xe3,0x00,0x03,0x93,0x29,0x13,0xbf,0xc6, +0x35,0x01,0x55,0x00,0x11,0x6f,0xaf,0x07,0x01,0x0d,0x0c,0x01,0xef,0x03,0x14,0xa0, +0xe5,0x2b,0x01,0x28,0x01,0x05,0x6d,0x25,0x10,0x08,0xc5,0x00,0x04,0x99,0x25,0x13, +0x03,0x00,0x10,0x13,0xf0,0x03,0x08,0x12,0xfa,0xeb,0x37,0x02,0x4f,0x0e,0x12,0xfe, +0x46,0x1d,0x03,0x76,0x07,0x24,0x20,0x2f,0x4d,0x04,0x00,0x7a,0x29,0x14,0x6f,0x37, +0x0b,0x00,0x8c,0x0d,0x14,0xaf,0x27,0x07,0x11,0x06,0xd4,0x29,0x15,0xf2,0x55,0x28, +0x18,0xf6,0xeb,0x25,0x16,0xfe,0x3f,0x07,0x13,0x8f,0x2a,0x0d,0x0c,0x27,0x2d,0x02, +0x9e,0x01,0x05,0x75,0x1a,0x17,0x09,0x44,0x07,0x24,0x00,0x04,0xe1,0x22,0x12,0x2f, +0x55,0x00,0x12,0x02,0x62,0x05,0x00,0xe3,0x3c,0x03,0x10,0x02,0x11,0x06,0x2e,0x00, +0x00,0x78,0x00,0x13,0xf8,0x06,0x22,0x03,0x88,0x2f,0x00,0xd8,0x1d,0x03,0x8d,0x2b, +0x24,0x0d,0xff,0xaa,0x27,0x11,0xf2,0x86,0x28,0x02,0xfe,0x2c,0x02,0x85,0x3c,0x13, +0xf0,0xfd,0x28,0x12,0x5f,0x6f,0x11,0x10,0x0b,0x64,0x01,0x02,0x65,0x05,0x24,0x9f, +0xff,0x29,0x12,0x11,0x90,0x42,0x07,0x02,0xd8,0x04,0x12,0xc0,0x0b,0x01,0x02,0x05, +0x32,0x10,0x00,0x10,0x39,0x11,0xf0,0x9e,0x00,0x12,0x30,0xdf,0x01,0x10,0x04,0x75, +0x0f,0x13,0xf3,0x2b,0x2b,0x10,0x4f,0xa4,0x01,0x10,0x08,0x96,0x32,0x16,0xf7,0x76, +0x2d,0x00,0x26,0x40,0x11,0xf9,0x3b,0x40,0x12,0xaf,0x6b,0x21,0x01,0x4a,0x40,0x43, +0xf6,0x0d,0xff,0xfe,0xae,0x21,0x01,0xa5,0x30,0x40,0x3f,0xff,0xf3,0x0a,0x62,0x00, +0x01,0xc1,0x00,0x01,0x06,0x02,0x72,0x7f,0xff,0xf0,0x07,0xff,0xff,0x60,0x0f,0x2a, +0x10,0x05,0xc2,0x05,0x81,0xaf,0xff,0xd0,0x04,0xff,0xff,0x90,0x04,0x09,0x01,0x01, +0x40,0x23,0x82,0xdf,0xff,0xa0,0x01,0xff,0xff,0xc0,0x06,0x29,0x02,0x00,0x43,0x02, +0x00,0xab,0x00,0x42,0xdf,0xff,0xf0,0x08,0x8e,0x06,0x31,0xcf,0xff,0xfa,0xf3,0x21, +0x42,0x9f,0xff,0xf3,0x0b,0x7f,0x03,0x10,0x9f,0x83,0x1f,0x00,0x7a,0x0f,0x00,0x82, +0x00,0x13,0xff,0x25,0x0b,0x31,0x0a,0xff,0xfc,0xa6,0x37,0x02,0x01,0x29,0x00,0xde, +0x00,0x31,0x1d,0xff,0xf8,0xb9,0x38,0x01,0x32,0x29,0x01,0x02,0x01,0x01,0x7b,0x37, +0x10,0x0b,0x08,0x00,0x13,0xfa,0x53,0x06,0x31,0x9f,0xff,0xf1,0xab,0x00,0x12,0x8f, +0x19,0x02,0x13,0x09,0x55,0x26,0x15,0x04,0xa9,0x06,0x14,0x06,0xa1,0x29,0x05,0xf5, +0x12,0x14,0x03,0x02,0x0b,0x15,0xdf,0xc9,0x24,0x04,0x25,0x02,0x15,0x9f,0x6c,0x20, +0x13,0xdf,0x62,0x07,0x15,0x6f,0x53,0x07,0x13,0xaf,0x06,0x07,0x12,0x2f,0x10,0x2d, +0x13,0x0a,0x02,0x04,0x13,0x07,0xea,0x0a,0x13,0xf5,0xda,0x0a,0x00,0xe8,0x00,0x04, +0x84,0x08,0x11,0xa0,0x16,0x08,0x14,0x40,0x8e,0x14,0x23,0x08,0xff,0x90,0x0f,0x15, +0xfa,0xa7,0x0e,0x12,0xbf,0x44,0x03,0x01,0x1c,0x0b,0x01,0xb7,0x03,0x03,0x55,0x1d, +0x00,0x7c,0x04,0x04,0x0b,0x24,0x00,0x66,0x02,0x05,0xd4,0x14,0x05,0x84,0x20,0x11, +0x4f,0xed,0x13,0x17,0x70,0xd5,0x07,0x15,0xe0,0x5f,0x23,0x06,0xd0,0x05,0x01,0xa2, +0x0a,0x07,0xb9,0x18,0x05,0xdd,0x05,0x17,0x0a,0x27,0x0a,0x15,0x03,0x1b,0x01,0x04, +0x4b,0x00,0x15,0xa0,0x31,0x00,0x04,0x70,0x0b,0x00,0x6c,0x01,0x14,0xb2,0x08,0x08, +0x00,0x00,0x42,0x14,0x0b,0x31,0x03,0x00,0x30,0x28,0x13,0x3f,0x7e,0x03,0x01,0x79, +0x20,0x01,0x91,0x20,0x01,0xe1,0x00,0x11,0xe0,0xf9,0x0e,0x05,0xce,0x2b,0x01,0x5f, +0x0b,0x04,0x4b,0x31,0x13,0x4f,0x2d,0x30,0x24,0xff,0x80,0x43,0x14,0x02,0x7a,0x11, +0x01,0xbb,0x01,0x23,0x20,0x0a,0xf4,0x00,0x00,0x03,0x14,0x17,0x02,0x63,0x0c,0x15, +0xf3,0xba,0x1e,0x00,0x6b,0x01,0x16,0x8f,0x7b,0x2b,0x23,0xc0,0x01,0x26,0x00,0x01, +0x8a,0x31,0x12,0x09,0x71,0x03,0x02,0xee,0x20,0x03,0xc6,0x03,0x02,0x19,0x2f,0x11, +0xaf,0x90,0x01,0x01,0x9c,0x00,0x03,0x82,0x2c,0x03,0x7e,0x2e,0x02,0x27,0x21,0x12, +0xbf,0x5f,0x01,0x01,0x44,0x03,0x13,0x2f,0x5f,0x01,0x00,0xe4,0x40,0x04,0xaf,0x33, +0x01,0x03,0x03,0x16,0xef,0x90,0x01,0x13,0x90,0x26,0x2e,0x01,0xfb,0x00,0x05,0x2e, +0x22,0x00,0x22,0x00,0x05,0x52,0x01,0x27,0x07,0xff,0x69,0x04,0x18,0x0f,0x8f,0x04, +0x17,0x8f,0x1b,0x23,0x01,0xcf,0x10,0x07,0x8e,0x04,0x17,0xfc,0xa5,0x23,0x06,0x63, +0x1a,0x09,0x09,0x1b,0x08,0xf6,0x0d,0x0f,0x19,0x00,0x4e,0x07,0x88,0x22,0x0f,0x0b, +0x00,0x0c,0x22,0xfb,0x00,0xae,0x2e,0x07,0x54,0x02,0x15,0xdf,0xa9,0x02,0x04,0x38, +0x07,0x0a,0x27,0x0a,0x02,0x42,0x16,0x04,0xc5,0x34,0x06,0x13,0x0d,0x1d,0xf4,0x48, +0x42,0x15,0x05,0xe5,0x34,0x26,0x00,0x1e,0xb2,0x05,0x04,0x1a,0x17,0x03,0x3d,0x02, +0x05,0x02,0x18,0x06,0xa3,0x3e,0x04,0xfd,0x0d,0x16,0x03,0x7f,0x01,0x16,0x0d,0xe8, +0x00,0x00,0x15,0x31,0x05,0xf8,0x2e,0x07,0x5c,0x34,0x04,0x21,0x03,0x04,0x6e,0x17, +0x02,0xa7,0x01,0x06,0x5f,0x31,0x04,0xfb,0x0f,0x16,0x3f,0x0b,0x00,0x1f,0x4f,0x0b, +0x00,0x0d,0x01,0xe3,0x0b,0x08,0x05,0x00,0x33,0x81,0x11,0x10,0xc4,0x3c,0x0f,0x05, +0x00,0x88,0x09,0xb4,0x00,0x01,0x6f,0x2a,0x12,0xbf,0xf8,0x02,0x12,0x7f,0x52,0x04, +0x12,0x3f,0xa1,0x01,0x12,0x0f,0x85,0x04,0x12,0x0b,0xfa,0x01,0x12,0x07,0x87,0x04, +0x13,0x03,0xfe,0x02,0x23,0xff,0xfe,0xcd,0x01,0x1f,0x20,0x39,0x00,0x9e,0x12,0x70, +0x39,0x00,0x19,0xb0,0x39,0x00,0x12,0xf3,0x39,0x00,0x12,0xf7,0x39,0x00,0x02,0xa5, +0x08,0x21,0x77,0x77,0x04,0x32,0x11,0x11,0xa2,0x0f,0x11,0x1f,0x25,0x1f,0x30,0x11, +0x11,0x6f,0x3c,0x04,0x11,0x04,0x29,0x04,0x1f,0x4f,0x0b,0x00,0x94,0x0d,0xc6,0x00, +0x04,0x63,0x2c,0x15,0x0d,0x43,0x06,0x15,0x3f,0x55,0x03,0x15,0x9f,0xea,0x03,0x06, +0xb1,0x45,0x04,0x6a,0x09,0x00,0xc5,0x3f,0x03,0x33,0x03,0x31,0x2f,0xff,0xf4,0xdc, +0x3f,0x00,0x90,0x03,0x24,0xe0,0x6f,0x53,0x09,0x42,0x90,0x1f,0xff,0xf8,0xb9,0x03, +0x21,0x40,0x0b,0x33,0x00,0x00,0x06,0x00,0x11,0x06,0x86,0x03,0x00,0x34,0x40,0x02, +0x71,0x40,0x12,0x7f,0x95,0x3f,0x01,0x99,0x17,0x10,0xe0,0x96,0x04,0x10,0xf7,0xca, +0x03,0x12,0x80,0x8a,0x40,0x01,0xb3,0x08,0x00,0x34,0x05,0x11,0x30,0x25,0x49,0x00, +0x1a,0x00,0x21,0x90,0x6f,0x97,0x01,0x00,0x85,0x08,0x25,0x37,0x77,0x01,0x00,0x16, +0x16,0x00,0x0e,0x26,0xf2,0x6f,0x0c,0x00,0x17,0x26,0x17,0x00,0x04,0x12,0x07,0x11, +0xb0,0x75,0x24,0x13,0xfb,0x4e,0x00,0x01,0xed,0x00,0x12,0xf6,0xdb,0x14,0x11,0x40, +0x8f,0x04,0x12,0xe2,0x01,0x08,0x14,0x10,0x5c,0x04,0x03,0xfd,0x08,0x26,0x5f,0xfc, +0x3e,0x00,0x21,0x03,0x56,0xe3,0x33,0x02,0xd6,0x2e,0x00,0x7d,0x46,0x14,0x5d,0x01, +0x0c,0x14,0xdf,0x4b,0x3a,0x14,0x09,0xeb,0x0e,0x00,0x8f,0x40,0x31,0x64,0x47,0xef, +0x72,0x09,0x13,0x81,0x82,0x27,0x29,0x00,0x10,0x1b,0x33,0x12,0x2f,0xe4,0x04,0x31, +0x25,0x8b,0xdf,0x1d,0x06,0x22,0x28,0xdf,0xa8,0x16,0x04,0xd2,0x13,0x11,0xfc,0xc9, +0x16,0x10,0xda,0x8e,0x00,0x90,0xdf,0xff,0xff,0xd6,0x10,0x01,0xff,0xff,0xfc,0xf6, +0x3e,0x01,0x48,0x05,0x11,0xcc,0x69,0x2f,0x00,0x13,0x00,0x01,0xa6,0x47,0x00,0x13, +0x00,0x11,0xcd,0x13,0x00,0x20,0x2d,0xff,0x8f,0x17,0x42,0xff,0xb4,0x23,0x8f,0xd3, +0x32,0x03,0x4c,0x00,0x01,0x83,0x28,0x00,0xb8,0x01,0x21,0xc0,0x3f,0x1a,0x20,0x50, +0x4f,0xff,0xfc,0x00,0x1b,0x04,0x1d,0x20,0x01,0xff,0x14,0x41,0x24,0x47,0x64,0xd6, +0x05,0x06,0xbf,0x25,0x04,0x2f,0x2f,0x0f,0x15,0x00,0x3b,0x32,0x04,0x67,0x52,0xd1, +0x0b,0x00,0xe7,0x00,0x20,0xfc,0x40,0x15,0x00,0x13,0xe4,0x13,0x12,0x06,0x16,0x32, +0x06,0x31,0x29,0x20,0x20,0xdf,0xc7,0x00,0x61,0x69,0xdf,0xff,0xff,0xfb,0x0d,0xa9, +0x05,0x00,0xab,0x01,0x24,0xf1,0xdf,0xa7,0x1a,0x22,0xff,0x6d,0x69,0x00,0x00,0xe3, +0x15,0x03,0x69,0x00,0x11,0x5f,0x0a,0x01,0x12,0xf0,0xe8,0x01,0x25,0xfd,0xdf,0x7b, +0x0a,0x1d,0xed,0x15,0x00,0x06,0x2a,0x00,0x00,0x82,0x0d,0x03,0x15,0x00,0x15,0xdf, +0x54,0x00,0x00,0x48,0x12,0x11,0xdf,0x2b,0x02,0x13,0x3e,0x7e,0x00,0x30,0xfa,0x77, +0xaf,0x2f,0x02,0x05,0xa8,0x00,0x21,0xa0,0x0d,0x6b,0x1d,0x01,0x62,0x0a,0x41,0xdf, +0xff,0xf1,0x8f,0x75,0x18,0x00,0x5c,0x34,0x00,0xdb,0x10,0x33,0xfd,0x60,0x00,0x37, +0x48,0x3a,0x63,0x00,0x00,0x58,0x32,0x23,0x01,0x8e,0x40,0x17,0x14,0x07,0x8c,0x3c, +0x14,0x0b,0x7c,0x16,0x13,0x0a,0x1f,0x36,0x01,0x6f,0x03,0x40,0xfb,0x85,0x8d,0xfc, +0x17,0x09,0x00,0xc9,0x21,0x22,0x07,0x20,0x83,0x1e,0x03,0x37,0x0d,0x15,0xf9,0x9e, +0x03,0x15,0x20,0xef,0x29,0x14,0x00,0xcc,0x2e,0x05,0xce,0x03,0x15,0xd0,0xe2,0x06, +0x05,0xac,0x08,0x1b,0xf2,0xa0,0x07,0x18,0x08,0x43,0x00,0x00,0xcb,0x0e,0x21,0x5d, +0x10,0x34,0x0b,0x45,0xb7,0x58,0xcf,0xf9,0x88,0x27,0x15,0xf3,0x4c,0x16,0x13,0xc0, +0x4f,0x34,0x01,0xea,0x0e,0x15,0x4c,0x43,0x30,0x57,0x01,0x46,0x76,0x51,0x00,0x6d, +0x0d,0x1f,0xf9,0x0b,0x00,0x49,0x41,0x46,0x75,0x20,0x03,0x0b,0x00,0x00,0x7e,0x37, +0x21,0xfc,0x32,0x0b,0x00,0x11,0x2e,0x4a,0x12,0x10,0xff,0xc6,0x2b,0x14,0xef,0x63, +0x37,0x06,0x78,0x2b,0x11,0xf9,0xed,0x19,0x20,0x96,0x8b,0x0b,0x00,0x11,0x01,0x51, +0x36,0x00,0xdc,0x0f,0x11,0xf9,0x69,0x35,0x02,0x58,0x00,0x03,0xed,0x0d,0x00,0x0b, +0x00,0x03,0x95,0x13,0x00,0x0b,0x00,0x15,0x0f,0xc0,0x0a,0x13,0xf9,0x61,0x01,0x0b, +0x0b,0x00,0x07,0x21,0x00,0x16,0x0f,0x37,0x00,0x12,0x0c,0xa8,0x08,0x00,0x0b,0x00, +0x15,0x08,0x2e,0x0b,0x22,0xf9,0x03,0x86,0x0b,0x00,0x07,0x35,0x00,0x58,0x01,0x31, +0xfd,0x96,0x7c,0x9a,0x00,0x16,0x4f,0xa5,0x00,0x03,0x31,0x14,0x12,0xef,0x5a,0x49, +0x00,0x40,0x4b,0x32,0x7f,0xff,0xf9,0x0e,0x19,0x00,0x28,0x00,0x11,0xf9,0xe0,0x35, +0x16,0x74,0xfc,0x15,0x13,0x67,0x51,0x3c,0x01,0x90,0x04,0x16,0x91,0xc2,0x08,0x16, +0xf4,0xb4,0x19,0x16,0xf4,0x40,0x29,0x11,0xe1,0xab,0x09,0x21,0x62,0x14,0xa8,0x17, +0x02,0x36,0x04,0x00,0x81,0x1d,0x03,0x55,0x2d,0x33,0xcf,0xff,0xf3,0xed,0x0a,0x11, +0x09,0xf5,0x1b,0x12,0xfe,0xf1,0x09,0x16,0xf7,0xe0,0x3b,0x16,0x83,0x1f,0x3e,0x06, +0x1e,0x09,0x16,0x51,0x9f,0x01,0x01,0xb1,0x10,0x0c,0x51,0x2a,0x16,0x07,0xf8,0x0a, +0x12,0x1f,0x34,0x0b,0x22,0x01,0x70,0x7b,0x1b,0x55,0x63,0x12,0x59,0xff,0x50,0xe4, +0x13,0x15,0xfd,0xbc,0x14,0x01,0xb7,0x07,0x15,0xaf,0x43,0x3d,0x02,0x05,0x26,0x12, +0xa3,0x43,0x00,0x33,0x46,0x77,0x53,0x55,0x0a,0x43,0xbe,0xff,0xdb,0x60,0x30,0x32, +0x12,0xf0,0xc1,0x0d,0x03,0x28,0x2b,0x01,0xdf,0x28,0x00,0xb2,0x11,0x25,0xcf,0x40, +0x7d,0x00,0x13,0x09,0x78,0x0a,0x04,0xe8,0x3d,0x04,0x9e,0x04,0x03,0x08,0x00,0x22, +0xad,0xef,0xe4,0x02,0x02,0x80,0x00,0x0e,0x08,0x00,0x7d,0x8a,0xaf,0xff,0xff,0xfa, +0xaa,0xa2,0x38,0x00,0x0f,0x08,0x00,0x65,0x00,0x45,0x01,0x05,0x45,0x43,0x04,0xde, +0x4c,0x00,0x50,0x4e,0x15,0xbf,0x8f,0x3e,0x26,0x01,0xdf,0xa9,0x12,0x00,0xbe,0x00, +0x11,0x8b,0x17,0x00,0x00,0x28,0x01,0x10,0xd1,0x1e,0x01,0x41,0xf7,0x55,0x40,0x06, +0x14,0x01,0x02,0xd0,0x0f,0x13,0x9f,0x4a,0x49,0x11,0xfd,0x2b,0x01,0x11,0xe0,0x45, +0x04,0x11,0xf0,0x44,0x0b,0x02,0x01,0x2a,0x04,0x5f,0x33,0x02,0x39,0x12,0x10,0x0a, +0x77,0x38,0x12,0x3b,0xa8,0x01,0x26,0x1e,0xff,0x58,0x16,0x15,0x1e,0x34,0x2a,0x03, +0xa4,0x49,0x13,0xd5,0x9f,0x0b,0x23,0x46,0x89,0x4f,0x37,0x14,0xcf,0xf4,0x0b,0x03, +0xad,0x47,0x05,0x81,0x0b,0x45,0xf8,0x32,0x11,0x11,0xc2,0x11,0x00,0xaa,0x00,0x14, +0xb5,0xc7,0x34,0x03,0x31,0x2d,0x16,0x7f,0x71,0x4f,0x16,0x1a,0x75,0x3f,0x70,0x1d, +0xff,0xfb,0x46,0x77,0x78,0x89,0x65,0x07,0x12,0x0a,0x45,0x0c,0x00,0x02,0x02,0x13, +0x21,0x5b,0x0c,0x00,0xe2,0x1e,0x12,0x4f,0xc5,0x09,0x00,0x05,0x0e,0x00,0xf9,0x1e, +0x03,0x1a,0x0c,0x81,0x70,0x0f,0xff,0xff,0xfa,0x42,0x01,0x26,0x5b,0x18,0x17,0x8f, +0x21,0x33,0x16,0xaf,0x0a,0x2f,0x02,0x19,0x17,0x22,0xff,0xe9,0xb1,0x05,0x5a,0x57, +0x9a,0xba,0x96,0x30,0xce,0x06,0x0f,0x0a,0x00,0x42,0x32,0x25,0x76,0x40,0x64,0x3b, +0x13,0x4c,0x12,0x07,0x22,0xfd,0x08,0x81,0x0d,0x14,0xdf,0xf7,0x16,0x16,0x50,0xda, +0x01,0x10,0xdf,0x1a,0x00,0x10,0x9a,0xa3,0x02,0x00,0x1f,0x07,0x01,0xc6,0x42,0x11, +0xf6,0x0a,0x29,0x01,0x3e,0x1e,0x02,0x5a,0x00,0x15,0x04,0xda,0x06,0x00,0x48,0x30, +0x02,0x0a,0x00,0x1f,0x02,0x0a,0x00,0x68,0xc0,0x01,0xae,0xeb,0x20,0x0d,0xff,0xff, +0xe1,0x4f,0xff,0xff,0xf7,0xaf,0x3e,0x00,0x13,0x0e,0x10,0x05,0xb4,0x00,0x13,0x15, +0x07,0x3c,0x07,0x2c,0x08,0x0f,0x04,0x00,0x40,0x00,0x3f,0x03,0x35,0x19,0xef,0xb3, +0xeb,0x35,0x24,0x03,0xff,0x33,0x1a,0x15,0xf9,0x0a,0x0e,0x00,0x41,0x32,0x01,0xb0, +0x41,0x0e,0x0f,0x39,0x08,0xbf,0x43,0x03,0x4d,0x04,0x0f,0x0d,0x00,0x75,0x03,0xdd, +0x00,0x02,0xaa,0x51,0x10,0x2f,0x47,0x0a,0x20,0x53,0x4d,0xd6,0x00,0x11,0x5f,0x46, +0x09,0x12,0x09,0x03,0x12,0x11,0xdf,0xfc,0x06,0x12,0x0f,0x2e,0x06,0x02,0x3f,0x06, +0x15,0xdf,0xbe,0x0f,0x18,0x0d,0x70,0x15,0x0f,0x15,0x00,0x45,0x12,0x09,0x4b,0x09, +0x11,0xd0,0x60,0x0b,0x33,0xfd,0x10,0xdf,0xd2,0x4d,0x31,0xfe,0x20,0x0d,0xb9,0x49, +0x01,0x6e,0x13,0x01,0x15,0x00,0x01,0x30,0x0b,0x13,0x0d,0xc0,0x04,0x12,0x70,0x3f, +0x00,0x02,0x00,0x1e,0x00,0x15,0x00,0x11,0x5f,0x3b,0x0b,0x00,0x15,0x00,0x15,0x2f, +0xde,0x1e,0x13,0xed,0x88,0x04,0x15,0xdf,0x46,0x06,0x16,0x0d,0x58,0x1d,0x15,0xdf, +0x13,0x22,0x10,0x0d,0x6b,0x07,0x13,0x8f,0xf7,0x23,0x00,0x30,0x3b,0x00,0x3a,0x04, +0x01,0x7d,0x2b,0x02,0xfd,0x26,0x01,0xe2,0x3e,0x01,0x0b,0x13,0x02,0xa8,0x00,0x10, +0x2f,0x3a,0x07,0x02,0xbd,0x00,0x00,0x9d,0x12,0x03,0xd2,0x00,0x11,0xef,0x08,0x0a, +0x13,0xfd,0xc0,0x10,0x03,0x15,0x00,0x13,0x0b,0x86,0x0a,0x01,0x8c,0x01,0x0f,0x09, +0x00,0x59,0x00,0x03,0x02,0x10,0x0a,0x11,0x1c,0x00,0xcd,0x04,0x10,0x22,0xf7,0x07, +0x10,0x09,0x47,0x0b,0x10,0x08,0xd1,0x00,0x23,0x01,0x47,0x12,0x3e,0x31,0x35,0x75, +0x30,0xcb,0x04,0x11,0x64,0x04,0x01,0x00,0xb8,0x35,0x00,0xb1,0x1c,0x11,0x2a,0x3a, +0x15,0x42,0xdf,0xff,0xf2,0x1b,0x81,0x0a,0x01,0x76,0x05,0x00,0x4a,0x29,0x12,0x5d, +0x3c,0x01,0x12,0x8f,0x1f,0x21,0x05,0x76,0x04,0x12,0xdf,0x9a,0x07,0x01,0x5b,0x01, +0x21,0xb9,0xcf,0xf2,0x05,0x10,0x9b,0x67,0x0d,0x02,0x83,0x04,0x11,0x7f,0x06,0x1d, +0x21,0x03,0xff,0x3f,0x00,0x12,0xf8,0x28,0x01,0x12,0xc1,0xea,0x45,0x02,0x04,0x04, +0x12,0x0b,0x86,0x05,0x11,0x6f,0x07,0x23,0x15,0xf0,0xfa,0x45,0x06,0xa7,0x04,0x02, +0xac,0x07,0x00,0xbd,0x0a,0x12,0xad,0x21,0x00,0x11,0x8f,0x21,0x00,0x15,0x03,0x21, +0x00,0x1f,0x08,0x21,0x00,0x9b,0x02,0xf2,0x06,0x03,0xd8,0x05,0x15,0xf0,0xd8,0x05, +0x24,0xf2,0x0a,0xd8,0x05,0x1f,0xf6,0xd8,0x05,0xb2,0x03,0x37,0x44,0x04,0x6d,0x0f, +0x15,0xbf,0xab,0x1e,0x16,0x0a,0x3a,0x24,0x15,0x1c,0x92,0x55,0x05,0x94,0x0a,0x12, +0xfc,0x04,0x0d,0x30,0xd8,0x58,0xdf,0x2f,0x02,0x12,0x01,0x22,0x0b,0x12,0xaf,0xa7, +0x18,0x22,0xff,0xd0,0xdd,0x04,0x22,0x70,0x0b,0xce,0x03,0x13,0x05,0x94,0x14,0x03, +0x6c,0x0a,0x00,0xf4,0x58,0x13,0xe0,0x37,0x16,0x13,0x23,0xf5,0x0c,0x00,0x91,0x1e, +0x04,0xf7,0x0c,0x11,0xcf,0x1c,0x4e,0x14,0xfe,0x9e,0x25,0x15,0x0f,0x23,0x1b,0x11, +0xff,0xa0,0x22,0x02,0x00,0x0e,0x25,0xc0,0x07,0x13,0x1b,0x13,0xf7,0xa1,0x0a,0x00, +0xb1,0x00,0x01,0xc9,0x02,0x44,0xfd,0x85,0x8d,0xff,0x5d,0x20,0x04,0x42,0x26,0x25, +0x01,0xdf,0x92,0x42,0x04,0x2e,0x08,0x16,0xa0,0x2a,0x45,0x04,0x06,0x16,0x25,0x46, +0x76,0x07,0x22,0x00,0xad,0x0c,0x02,0x70,0x03,0x12,0x08,0x90,0x41,0x42,0xdf,0xff, +0xf3,0x4e,0xf6,0x1e,0x05,0x3d,0x0e,0x07,0x10,0x41,0x20,0xf3,0x0d,0x15,0x01,0x20, +0x76,0x9d,0xab,0x04,0x23,0xdf,0xff,0x1b,0x19,0x22,0xff,0x1d,0x5b,0x0c,0x15,0x0f, +0x46,0x03,0x21,0x00,0x9f,0x2b,0x18,0x13,0xf0,0x16,0x01,0x15,0xdf,0x8f,0x41,0x12, +0xdd,0x15,0x00,0x00,0x45,0x1c,0x0d,0x15,0x00,0x07,0x2a,0x00,0x15,0x7f,0xb9,0x02, +0x15,0x0d,0x54,0x00,0x00,0xb4,0x09,0x11,0x2d,0x08,0x07,0x22,0x03,0xef,0x7e,0x00, +0x30,0xff,0xa7,0x7a,0x4b,0x04,0x16,0x0d,0xbf,0x1f,0x14,0xdf,0xb7,0x01,0x00,0x38, +0x00,0x12,0xe9,0xc8,0x1f,0x00,0x31,0x05,0x10,0x04,0xa1,0x10,0x03,0x84,0x06,0x3f, +0x36,0x76,0x30,0x4a,0x10,0x44,0x02,0x5b,0x01,0x04,0x96,0x07,0x10,0x8e,0xc2,0x24, +0x16,0x1f,0xfc,0x0d,0x16,0x5f,0xfc,0x0d,0x1f,0xef,0xfc,0x0d,0xa7,0x15,0xff,0xfc, +0x0d,0x24,0xd4,0xff,0xfc,0x0d,0x35,0xf8,0x02,0xff,0xfc,0x0d,0x1f,0x03,0x5c,0x0f, +0x4b,0x00,0xb0,0x02,0x60,0x1d,0xff,0xff,0x00,0x05,0xdf,0x17,0x02,0x10,0xf1,0x9c, +0x03,0x40,0x3d,0xff,0xff,0x36,0x66,0x0d,0x35,0xdf,0xff,0xf7,0x49,0x12,0x42,0xfd, +0xce,0x90,0xdf,0x27,0x0b,0x13,0x0d,0x4d,0x1b,0x12,0xdf,0x2e,0x13,0x02,0xef,0x43, +0x05,0xc0,0x01,0x04,0xbd,0x01,0x0f,0x0f,0x00,0x3f,0x02,0xb3,0x48,0x28,0x64,0x10, +0xa6,0x48,0x14,0x09,0xea,0x32,0x13,0x9f,0x49,0x05,0x14,0x03,0xdd,0x27,0x11,0x09, +0x86,0x2f,0x23,0xaf,0xf6,0xc2,0x0c,0x11,0x03,0x04,0x5b,0x14,0xd0,0xa0,0x04,0x24, +0xfa,0x10,0x68,0x18,0x14,0xf9,0x7b,0x2a,0x02,0x3f,0x41,0x15,0x08,0xb0,0x39,0x15, +0x3c,0xc5,0x04,0x15,0x39,0x6d,0x27,0x24,0x06,0xef,0xa7,0x23,0x01,0x2e,0x08,0x12, +0x10,0x78,0x03,0x42,0xf7,0x00,0xdb,0x20,0x1b,0x1f,0x41,0x09,0xff,0xf9,0x40,0xe3, +0x3a,0x00,0x83,0x09,0x01,0x98,0x56,0x14,0x9f,0xd5,0x12,0x24,0x05,0xef,0x6b,0x37, +0x16,0x05,0x83,0x49,0x13,0x46,0x0a,0x47,0x34,0x07,0x77,0x76,0xca,0x11,0x04,0x29, +0x34,0x16,0xfd,0xb2,0x3c,0x08,0xde,0x47,0x14,0x09,0x11,0x00,0x02,0xa6,0x40,0x23, +0x01,0xcd,0xe1,0x25,0x13,0x2f,0x49,0x0f,0x2b,0x02,0xff,0x11,0x00,0x21,0x01,0xaa, +0xcb,0x0e,0x24,0xaa,0x40,0x0b,0x20,0x01,0x55,0x04,0x02,0x44,0x00,0x0f,0x11,0x00, +0x2b,0x19,0xe0,0xb7,0x03,0x14,0x0b,0xaf,0x1c,0x00,0x57,0x26,0x24,0x34,0x71,0x7d, +0x5c,0x13,0x50,0x0f,0x06,0x14,0xf9,0xaa,0x28,0x00,0x47,0x00,0x14,0x1a,0x40,0x0e, +0x62,0x01,0x56,0x76,0x41,0x00,0x1f,0x48,0x02,0x11,0x8f,0x5a,0x10,0x12,0xfc,0x84, +0x01,0x1f,0xf5,0x15,0x00,0x63,0x13,0xfd,0x15,0x00,0x03,0xde,0x00,0x00,0x33,0x0a, +0x00,0xe7,0x28,0x01,0x53,0x05,0x25,0xf5,0x0c,0xb9,0x26,0x10,0x50,0x4b,0x29,0x20, +0x99,0xdf,0x3d,0x09,0x25,0x03,0xff,0xcb,0x3b,0x12,0x0b,0x7e,0x11,0x00,0xa4,0x3e, +0x11,0x2f,0x71,0x15,0x10,0x0a,0xff,0x00,0x11,0x2c,0x7a,0x0b,0x10,0x8f,0xd8,0x05, +0x14,0x02,0x2d,0x07,0x16,0x4f,0xf2,0x1c,0x12,0x40,0x68,0x5d,0x00,0xd8,0x01,0x11, +0xf0,0xe5,0x52,0x03,0x57,0x21,0x15,0x3f,0x3a,0x3d,0x13,0x40,0x8a,0x0a,0x01,0xc3, +0x49,0x01,0x8d,0x21,0x01,0x9b,0x47,0x01,0xa6,0x0a,0x13,0x60,0x45,0x4a,0x00,0xab, +0x52,0x02,0x4e,0x21,0x01,0x7c,0x04,0x12,0xf0,0x5c,0x4b,0x21,0x00,0x00,0xe9,0x52, +0x15,0x0f,0xcf,0x47,0x04,0xd1,0x4c,0x10,0x07,0x07,0x00,0x33,0x9f,0xff,0xf9,0xa3, +0x11,0x12,0x20,0xbf,0x1f,0x00,0x23,0x00,0x11,0xf7,0xa7,0x60,0x02,0xfb,0x17,0x44, +0xb0,0x6f,0xff,0xf8,0xc6,0x11,0x14,0x0a,0xde,0x11,0x43,0xbf,0xff,0xf4,0xef,0x0b, +0x02,0x10,0x05,0x58,0x1e,0x1e,0xf8,0x12,0x1d,0x16,0xaf,0x52,0x26,0x15,0x05,0x4b, +0x18,0x02,0x23,0x00,0x15,0x20,0xbc,0x0c,0x02,0x5a,0x48,0x00,0xa1,0x00,0x12,0x48, +0x40,0x04,0x00,0xdc,0x60,0x01,0x77,0x00,0x24,0xf0,0x4f,0x3c,0x21,0x02,0xb5,0x2a, +0x00,0x01,0x08,0x12,0xfb,0xaa,0x0d,0x11,0xe0,0x17,0x00,0x12,0x80,0x8b,0x51,0x11, +0x5f,0x50,0x00,0x13,0x01,0x7b,0x61,0x11,0x30,0x0b,0x04,0x12,0xf6,0x33,0x37,0x00, +0xa6,0x22,0x00,0x14,0x01,0x12,0xaf,0xd5,0x4e,0x30,0xc0,0x00,0x0e,0x71,0x01,0x53, +0x1f,0xff,0xd6,0xff,0xfe,0x6c,0x4b,0x00,0x3e,0x03,0x62,0x05,0xff,0xfa,0x3f,0xff, +0xf2,0x1f,0x01,0x00,0xf5,0x4e,0x00,0x63,0x61,0x02,0x26,0x21,0x12,0xf0,0x3a,0x01, +0x30,0x0d,0xff,0xf4,0xd0,0x59,0x12,0x6f,0x7f,0x42,0x01,0x12,0x21,0x51,0x10,0x9f, +0xff,0xe0,0x09,0xa0,0x00,0x00,0xf8,0x22,0x81,0x4f,0xff,0xd0,0x06,0xff,0xff,0x20, +0xcf,0xc1,0x00,0x10,0x5f,0x0f,0x21,0x82,0xf9,0x00,0x2f,0xff,0xf5,0x0e,0xff,0xff, +0xe4,0x10,0x85,0xf0,0xbf,0xff,0x60,0x00,0xef,0xff,0x91,0x29,0x05,0x70,0x3e,0xff, +0xf2,0x00,0x0a,0xff,0xfc,0xaa,0x4a,0x02,0xc3,0x4f,0x00,0x91,0x00,0x10,0x6f,0xc5, +0x14,0x12,0x40,0x8f,0x04,0x10,0xef,0x7a,0x52,0x00,0x07,0x00,0x14,0xf0,0x33,0x01, +0x12,0xf6,0x22,0x11,0x15,0xfc,0x2b,0x41,0x12,0x20,0x62,0x01,0x14,0x80,0xca,0x15, +0x12,0xf0,0xa8,0x19,0x05,0x55,0x38,0x13,0xfb,0xde,0x20,0x03,0x7a,0x0d,0x03,0x0c, +0x09,0x23,0x01,0xef,0x0a,0x5a,0x02,0x88,0x29,0x16,0xc0,0xf5,0x0c,0x01,0xd0,0x23, +0x12,0xf5,0x41,0x08,0x00,0xa4,0x00,0x13,0xc0,0x31,0x11,0x03,0xdc,0x49,0x11,0x0d, +0x69,0x53,0x13,0xf9,0x2f,0x05,0x14,0xfb,0x44,0x1d,0x25,0xaf,0xff,0x87,0x20,0x16, +0x1e,0x9e,0x20,0x16,0x08,0x00,0x1f,0x16,0x0e,0xde,0x2a,0x15,0x8f,0x3b,0x1f,0x15, +0x02,0x46,0x4d,0x00,0x8e,0x05,0x13,0x8e,0x4d,0x00,0x11,0x6f,0x7d,0x3f,0x12,0xfa, +0x93,0x42,0x13,0xf8,0x11,0x4f,0x01,0x3c,0x21,0x00,0x5a,0x3d,0x02,0x3f,0x40,0x03, +0x9b,0x23,0x10,0xdf,0x3d,0x02,0x10,0x01,0x33,0x0e,0x03,0x07,0x46,0x00,0x0e,0x36, +0x03,0x16,0x0a,0x00,0x99,0x20,0x04,0x7e,0x0b,0x12,0x5f,0xb4,0x17,0x03,0xee,0x05, +0x25,0xe0,0x07,0xda,0x21,0x10,0xf9,0xce,0x02,0x13,0xa0,0xe9,0x4a,0x03,0xb5,0x53, +0x13,0x08,0xe4,0x20,0x14,0xf5,0xf5,0x44,0x11,0x0d,0x36,0x0e,0x02,0x5b,0x4d,0x01, +0x12,0x13,0x14,0x06,0x32,0x4e,0x14,0xf6,0xac,0x4d,0x01,0x53,0x32,0x12,0x0f,0xd2, +0x02,0x00,0x3e,0x20,0x13,0x04,0xf4,0x02,0x42,0xef,0xff,0xf5,0x00,0xc6,0x22,0x00, +0x57,0x00,0x23,0xa0,0x0c,0x6a,0x17,0x11,0x1f,0xe5,0x49,0x14,0xc0,0x79,0x5d,0x01, +0xd1,0x5a,0x02,0x20,0x03,0x14,0x88,0x7b,0x20,0x10,0x0e,0xa5,0x18,0x16,0xc0,0x32, +0x01,0x16,0xf6,0xcc,0x1e,0x04,0x95,0x29,0x17,0x0b,0x6b,0x20,0x17,0x5f,0xef,0x27, +0x16,0xef,0xb7,0x29,0x16,0x0d,0x22,0x00,0x17,0x02,0x0d,0x25,0x16,0x9f,0x40,0x22, +0x14,0x5f,0xb8,0x01,0x34,0x05,0x35,0xaf,0xc5,0x05,0x15,0x01,0x7b,0x56,0x03,0x25, +0x34,0x06,0x50,0x25,0x04,0xb4,0x13,0x02,0xef,0x09,0x03,0xdf,0x18,0x05,0x38,0x50, +0x15,0x03,0x83,0x3a,0x14,0x3f,0x7d,0x3d,0x0e,0x13,0x00,0x74,0xc0,0x02,0xaa,0xaa, +0xaa,0xaa,0xdf,0x10,0x02,0x05,0xf3,0x1f,0x01,0x12,0x4b,0x05,0xc0,0x2d,0x04,0xed, +0x00,0x04,0x38,0x14,0x04,0x68,0x5f,0x04,0x37,0x01,0x14,0x3f,0xc9,0x18,0x14,0x0d, +0xfa,0x00,0x14,0x09,0x40,0x00,0x14,0x04,0x50,0x20,0x03,0xe6,0x02,0x02,0x6d,0x20, +0x14,0x80,0xf6,0x1f,0x10,0xfa,0x7f,0x00,0x15,0xa3,0x9f,0x52,0x15,0x45,0x4c,0x3c, +0x1e,0x5f,0x13,0x00,0x00,0x32,0x3b,0x00,0x2e,0x4b,0x00,0x41,0x00,0x12,0xf3,0x91, +0x14,0x10,0x30,0x5a,0x02,0x11,0xa3,0xb2,0x25,0x23,0xf0,0x00,0x84,0x5d,0x22,0x00, +0x01,0x68,0x01,0x01,0x8d,0x25,0x03,0x34,0x5d,0x03,0x1a,0x00,0x01,0x72,0x5c,0x05, +0xa9,0x45,0x13,0xcf,0x26,0x10,0x12,0xfd,0x95,0x00,0x15,0xd0,0x1a,0x00,0x11,0x04, +0x87,0x02,0x22,0x27,0xff,0xae,0x5c,0x00,0xc9,0x00,0x12,0x08,0xf7,0x3c,0x11,0x8f, +0x44,0x63,0x25,0x05,0xbe,0x92,0x26,0x11,0x80,0x1d,0x02,0x16,0xfb,0x41,0x00,0x14, +0x0b,0xb6,0x28,0x16,0xd0,0x68,0x00,0x02,0x3b,0x02,0x12,0x0e,0x0d,0x00,0x08,0x9c, +0x00,0x0c,0xa9,0x00,0x12,0xe0,0x42,0x01,0x13,0x81,0x66,0x02,0x11,0x30,0xe0,0x0c, +0x12,0xf3,0x81,0x05,0x01,0x2d,0x10,0x6f,0x23,0x30,0x77,0x76,0xff,0xfd,0x02,0x00, +0x45,0x54,0x1f,0xff,0xec,0x60,0x00,0x7e,0x30,0x12,0x1f,0xc8,0x04,0x22,0x23,0x9f, +0x04,0x07,0x11,0xdf,0x21,0x02,0x02,0x09,0x1e,0x00,0x68,0x26,0x02,0xe3,0x01,0x02, +0x0d,0x00,0x03,0x0c,0x01,0x14,0x10,0xb2,0x5e,0x12,0x00,0x67,0x1e,0x02,0x47,0x5f, +0x06,0x60,0x01,0x11,0xc0,0x27,0x00,0x01,0x1a,0x00,0x01,0x73,0x07,0x01,0xfa,0x16, +0x12,0x20,0xca,0x02,0x11,0xa0,0xa8,0x2c,0x21,0xfa,0x00,0x76,0x4e,0x10,0xa0,0x2c, +0x02,0x20,0xfe,0xb5,0xe2,0x01,0x25,0xfb,0x10,0x5b,0x00,0x02,0x60,0x01,0x01,0xb2, +0x5e,0x06,0x6d,0x01,0x25,0xfe,0x00,0x75,0x00,0x14,0x0a,0x8b,0x0d,0x18,0xf1,0x9c, +0x00,0x16,0xf3,0xb6,0x00,0x11,0xcf,0x1b,0x5f,0x14,0x7f,0x26,0x55,0x02,0x3b,0x26, +0x11,0xe2,0x0d,0x00,0x00,0x61,0x16,0x22,0x33,0x31,0x37,0x03,0x33,0x6c,0xee,0xb4, +0x41,0x03,0x12,0x1d,0x54,0x0b,0x11,0x03,0x90,0x00,0x01,0x98,0x4e,0x42,0x1d,0xfc, +0x10,0x0c,0x24,0x0e,0x20,0x45,0xdf,0xec,0x41,0x32,0xfa,0x45,0xcf,0xd2,0x09,0x53, +0x07,0xff,0x80,0x00,0x08,0x4c,0x09,0x13,0x4b,0x5c,0x44,0x04,0xf0,0x23,0x21,0x8d, +0xfe,0x2f,0x19,0x33,0x59,0xdd,0xa6,0x5f,0x09,0x13,0xc2,0x30,0x57,0x00,0xc2,0x5b, +0x20,0x11,0x6f,0xde,0x11,0x00,0x3f,0x2f,0x20,0xf0,0x0f,0xe7,0x00,0x31,0xef,0xf3, +0x2f,0x93,0x28,0x13,0xf5,0x0e,0x00,0x70,0x0d,0xff,0x70,0x00,0x04,0xff,0xf0,0x3e, +0x21,0x11,0x5e,0x9f,0x63,0x01,0x4f,0x03,0x13,0x2c,0xcd,0x65,0x32,0x6b,0xee,0xb7, +0x64,0x00,0x30,0xa9,0x00,0xa9,0x07,0x00,0x31,0xd2,0x00,0xb6,0x0e,0x06,0x01,0x05, +0x00,0x02,0x76,0x06,0x1e,0xf2,0x33,0x15,0x0d,0x15,0x00,0x16,0x37,0x0b,0x00,0x37, +0xaf,0x00,0x92,0x19,0x00,0x63,0xbc,0xef,0xce,0xe7,0x00,0xb7,0x51,0x00,0x7c,0x17, +0x00,0x00,0xd8,0x00,0xdb,0xea,0x3d,0x00,0x86,0xf2,0xef,0xdb,0x00,0xf3,0xf9,0xe9, +0xce,0x17,0x00,0x59,0xf0,0x00,0xf6,0x00,0xf5,0x24,0x00,0x35,0xe5,0xf9,0xc9,0x0c, +0x00,0x68,0xed,0xf2,0x00,0xf9,0x08,0x08,0x85,0x00,0x1c,0xe9,0x9f,0x00,0x17,0xe9, +0xb2,0x60,0x03,0x01,0x00,0x33,0xd2,0x00,0xc5,0x1c,0x00,0xd2,0xfe,0xf9,0x00,0x00, +0xd2,0xf8,0xf5,0x00,0xfe,0xf5,0xfe,0xe5,0x0b,0xea,0x00,0x61,0x0b,0xf5,0xfe,0xf6, +0xfb,0xfb,0x79,0x04,0x15,0xec,0x32,0x00,0x86,0xf3,0xf5,0xed,0x00,0xf9,0xfb,0xfb, +0xf5,0x81,0x49,0x69,0xf9,0x00,0xf5,0xf9,0xf9,0xf5,0x63,0x00,0xa5,0xe9,0xf9,0xed, +0xf6,0xf5,0xfb,0xfb,0xfb,0xf6,0xf9,0x17,0x01,0x42,0xe9,0xf9,0xf5,0xf9,0xbf,0x00, +0x51,0xee,0x00,0x00,0x00,0xf6,0x38,0x00,0x8a,0xde,0x00,0xed,0x00,0xf9,0xfe,0xef, +0xf2,0xfb,0x00,0x3f,0xf5,0x00,0xf6,0x71,0x4c,0x05,0x02,0xc8,0x0d,0x00,0x36,0x00, +0x22,0x00,0xe4,0x0c,0x00,0x41,0xc4,0x00,0xc4,0xdb,0x0a,0x01,0xe0,0xa4,0xef,0x00, +0x00,0xfe,0xfe,0xed,0xf9,0xec,0x00,0xe7,0xf5,0x00,0xed,0x40,0x01,0x60,0xf9,0xf3, +0xeb,0xf0,0xe9,0xf0,0x6f,0x07,0x04,0x5b,0x0f,0x11,0xfb,0x8d,0x00,0x2e,0xf5,0xfb, +0x5e,0x00,0x03,0x57,0x00,0x13,0xed,0x58,0x01,0x0f,0xf2,0x4c,0x06,0x41,0xeb,0x00, +0xe5,0x00,0xc1,0x07,0xb4,0xf6,0xf9,0xef,0x00,0xf5,0xef,0xf5,0xf5,0xf9,0x00,0xf0, +0xcf,0x00,0x00,0x7c,0x65,0xa1,0xeb,0xf0,0xf0,0xeb,0xf5,0x00,0xaa,0x00,0x8e,0x00, +0x66,0x06,0xf2,0x00,0xe0,0xfd,0xe9,0x00,0xee,0xae,0xe9,0xca,0xd8,0x00,0xc7,0x00, +0xc9,0x00,0xf7,0x7a,0x00,0x62,0xef,0xf9,0xdf,0xe7,0x00,0xdf,0x60,0x02,0x91,0xee, +0xa9,0xd9,0x00,0x00,0x00,0xde,0x00,0x9e,0x41,0x01,0x84,0xed,0xf9,0xd8,0x00,0xe7, +0xf1,0x00,0xf2,0xea,0x00,0x13,0xf5,0x0b,0x00,0x13,0xeb,0xbe,0x00,0xd5,0xf6,0xf6, +0xf5,0x00,0xfb,0x02,0xfb,0xf9,0xf9,0x00,0xfb,0xf9,0x00,0xc6,0x00,0x11,0xf6,0x7f, +0x00,0x34,0xf7,0x00,0x0b,0x40,0x01,0x22,0xf5,0xf2,0x3d,0x00,0x07,0xd9,0x00,0x05, +0x3d,0x01,0xb1,0xb2,0xd3,0xb2,0xcd,0xf2,0xf2,0x00,0xe5,0xed,0xac,0xec,0x9b,0x01, +0xf2,0x03,0xf5,0xe0,0x00,0xd3,0xce,0xf6,0xd3,0x00,0x00,0xe2,0xd8,0xf6,0xe2,0xee, +0xee,0xec,0xee,0xd2,0x6b,0x02,0x21,0xf0,0xf2,0x54,0x00,0x20,0xdb,0xf9,0x78,0x00, +0x21,0xf9,0xf5,0x3c,0x01,0x13,0xf9,0x43,0x01,0x04,0xa0,0x01,0x40,0xce,0xf3,0xce, +0xea,0x69,0x00,0x61,0xf9,0xd3,0xf9,0x00,0xf9,0x07,0x1b,0x03,0x40,0xea,0xf4,0x00, +0xf2,0x56,0x00,0x61,0x00,0xec,0xf9,0xf9,0xf4,0xf9,0xfd,0x06,0x31,0xe7,0xf9,0xe7, +0x30,0x00,0x23,0xfe,0xdc,0x21,0x27,0x68,0xfe,0x00,0xf7,0x00,0x00,0xfc,0xd5,0x01, +0x00,0x02,0x00,0x02,0x3a,0x02,0x63,0xfd,0xef,0xf9,0xf5,0xf2,0xf9,0x18,0x00,0x22, +0xf6,0xf0,0xf8,0x02,0x51,0xf9,0xf0,0xf5,0xf9,0xf0,0xcf,0x00,0xd2,0xb8,0xce,0xb8, +0xdc,0xea,0xea,0xf6,0xf5,0xf5,0xbc,0xf3,0xf5,0xf9,0xa9,0x00,0xe0,0xcd,0xdd,0x00, +0xd7,0x00,0x00,0xe5,0xdd,0xe1,0xe7,0xf5,0xed,0xe7,0xf5,0x0c,0x02,0x01,0x62,0x02, +0x00,0x68,0x00,0xf2,0x00,0xf2,0xee,0xec,0x00,0xf9,0xfe,0xfe,0x00,0xf5,0xf7,0x00, +0xf7,0xf5,0xf2,0xf8,0x1c,0x01,0x4d,0xf7,0xf7,0xed,0xf7,0xeb,0x18,0x42,0xf3,0xe1, +0xf3,0x00,0xe7,0x4e,0x31,0x12,0x00,0x2d,0x18,0x01,0x31,0xf9,0x00,0x04,0xc1,0x01, +0x07,0x41,0x01,0x44,0xed,0x00,0xf0,0xfb,0x22,0x02,0x08,0x61,0x01,0x64,0xf3,0x00, +0xf8,0xf9,0x02,0xf9,0x26,0x00,0xb2,0xd8,0x00,0xf3,0x00,0xfb,0xdb,0x00,0xe9,0xf8, +0x00,0xfd,0xd1,0x00,0x63,0x00,0xfb,0xfb,0xef,0xfb,0xf9,0x3e,0x02,0x06,0x2a,0x04, +0x11,0xf5,0x30,0x00,0x33,0xf9,0xee,0x00,0x5a,0x04,0x42,0x02,0x02,0x00,0x02,0xbc, +0x00,0x13,0x07,0x63,0x01,0x50,0xf2,0xf2,0xed,0x00,0xf0,0x19,0x01,0x43,0xeb,0xf8, +0x00,0xfd,0x26,0x00,0xe2,0xfe,0xfe,0xf6,0xfe,0xfc,0x04,0x1b,0x1b,0x00,0xd6,0xf5, +0xd6,0xfc,0x00,0x25,0x59,0xd1,0x1e,0x00,0x2b,0x1e,0x12,0x22,0x00,0x1b,0xf2,0xf9, +0x00,0xf8,0x00,0x18,0x02,0x40,0x04,0x00,0xfb,0x00,0xff,0x64,0x12,0xee,0x5f,0x04, +0x15,0xe2,0x9a,0x03,0x10,0xf5,0xc0,0x03,0x01,0x33,0x00,0x00,0xcb,0x01,0x45,0xfb, +0x00,0x05,0xf5,0x2e,0x01,0x24,0x00,0xf6,0x5a,0x03,0x05,0x2f,0x03,0x0a,0x90,0x04, +0x71,0x04,0xce,0x04,0x00,0x04,0x04,0xed,0xb6,0x06,0x03,0x4c,0x00,0x21,0xf9,0xef, +0xbb,0x01,0x34,0x00,0xeb,0xf5,0x86,0x02,0x0f,0x01,0x00,0x06,0x1a,0x07,0xe2,0x03, +0x1a,0x00,0x0a,0x01,0x1f,0xec,0x34,0x00,0x02,0xa4,0xca,0xed,0xca,0xee,0x08,0x08, +0x00,0xf5,0x00,0xd2,0x2a,0x02,0x34,0x04,0xed,0xf9,0x86,0x02,0x51,0x08,0x06,0x00, +0x08,0xfb,0xd8,0x00,0x15,0x07,0x64,0x04,0x01,0xbe,0x00,0x1f,0xf2,0x90,0x05,0x02, +0x75,0xfb,0xe9,0xfb,0x00,0x04,0x04,0xe9,0x7e,0x00,0x11,0xfb,0xa6,0x02,0x10,0xf9, +0x55,0x00,0x02,0xea,0x02,0x01,0x60,0x00,0x30,0xdb,0xf6,0xdb,0x0e,0x00,0x70,0xf8, +0x00,0xe5,0x00,0xf2,0x00,0xf9,0xdb,0x02,0x36,0x00,0xf2,0xfb,0x78,0x04,0x02,0xe3, +0x01,0x51,0xf9,0xcf,0x00,0xcf,0xfe,0x43,0x00,0x11,0xec,0x72,0x00,0x10,0xf5,0xc8, +0x01,0x09,0x26,0x00,0xc0,0xef,0xf5,0x00,0x00,0xf2,0x0a,0xf5,0xf6,0x00,0x00,0x0a, +0x00,0x92,0x01,0x61,0xee,0x00,0xf4,0x00,0xf9,0xe7,0x30,0x01,0x06,0x4f,0x02,0x02, +0x2e,0x00,0x32,0xdb,0x00,0xdb,0x0b,0x03,0x00,0x72,0x00,0x20,0xfb,0x00,0x6e,0x05, +0x08,0x72,0x00,0x01,0xcb,0x04,0x07,0xc2,0x04,0x03,0x0a,0x00,0x11,0xf3,0x9b,0x00, +0x12,0xfe,0xb5,0x00,0x13,0xfb,0x96,0x03,0x11,0x01,0x05,0x00,0x10,0x02,0xe1,0x05, +0x37,0x04,0x03,0x05,0x95,0x37,0x12,0x06,0x82,0x01,0xa0,0x08,0x09,0x0a,0x0b,0x0c, +0x0d,0x00,0x00,0x0e,0x0f,0xfe,0x07,0xd1,0x11,0x0a,0x12,0x13,0x14,0x15,0x16,0x17, +0x18,0x19,0x1a,0x02,0x1b,0xb8,0x16,0xf3,0x0b,0x1d,0x1e,0x00,0x1f,0x20,0x21,0x22, +0x00,0x00,0x23,0x24,0x22,0x22,0x1d,0x1d,0x25,0x26,0x27,0x28,0x25,0x29,0x2a,0x2b, +0x2c,0x2d,0x02,0xc2,0x1e,0x12,0x02,0x99,0x6f,0x76,0x03,0x04,0x00,0x05,0x06,0x07, +0x08,0x61,0x00,0x20,0x09,0x0a,0x2d,0x06,0x70,0x00,0x0c,0x00,0x0d,0x00,0x00,0x00, +0x61,0x00,0x11,0x00,0x08,0x00,0x51,0x0d,0x00,0x0f,0x10,0x11,0x65,0x00,0x20,0x00, +0x17,0x73,0x06,0xf0,0x03,0x18,0x00,0x19,0x19,0x19,0x1a,0x1b,0x00,0x1c,0x1d,0x00, +0x00,0x1e,0x1e,0x19,0x1e,0x19,0x1e,0x6f,0x00,0x90,0x23,0x24,0x25,0x26,0x00,0x00, +0x03,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[29739] __SDRAMFONTS; + +const etxLz4Font lv_font_noto_tw_bold_XXL_s = { +.uncomp_size = 29539, +.comp_size = 13491, +.line_height = 49, +.base_line = 11, +.subpx = 0, +.underline_position = -5, +.underline_thickness = 2, +.kern_scale = 17, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 45, +.right_class_cnt = 38, +.glyph_bitmap = 776, +.class_pair_values = 27635, +.left_class_mapping = 29345, +.right_class_mapping = 29442, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 29739, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_24.c b/radio/src/fonts/lvgl/lv_font_roboto_L.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_24.c rename to radio/src/fonts/lvgl/lv_font_roboto_L.c index c2035041c17..0dd9960bf43 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_24.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_L.c @@ -1042,7 +1042,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[38742] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_24 = { +const etxLz4Font lv_font_roboto_L = { .uncomp_size = 38478, .comp_size = 16452, .line_height = 29, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_L_s.c b/radio/src/fonts/lvgl/lv_font_roboto_L_s.c new file mode 100644 index 00000000000..f1f56c85951 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_L_s.c @@ -0,0 +1,672 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0xb0,0x03,0x08,0x00,0xf1,0x1a,0xe0,0x03,0x02,0x0b,0x01, +0x00,0x0b,0x00,0xd0,0x04,0x03,0x04,0x01,0x07,0x11,0x00,0x40,0x09,0x0a,0x0b,0x00, +0x00,0x48,0x00,0x70,0x08,0x08,0x0e,0x00,0xfe,0x80,0x00,0x00,0x0b,0x0b,0x0b,0x00, +0x00,0xbd,0x00,0x50,0x18,0x00,0xf1,0x04,0xf4,0x00,0xa0,0x02,0x02,0x04,0x00,0x07, +0xf8,0x00,0x20,0x05,0x05,0x10,0x00,0xfc,0x20,0x01,0x30,0x08,0x00,0xf3,0x32,0x48, +0x01,0x70,0x06,0x07,0x07,0x00,0x04,0x61,0x01,0x80,0x08,0x08,0x08,0x00,0x01,0x81, +0x01,0xf0,0x02,0x03,0x04,0x00,0xfe,0x87,0x01,0x20,0x04,0x04,0x02,0x00,0x03,0x8b, +0x01,0xf0,0x03,0x02,0x02,0x01,0x00,0x8d,0x01,0x30,0x06,0x06,0x0c,0x00,0xff,0xb1, +0x01,0x70,0x08,0x08,0x0b,0x00,0x00,0xdd,0x01,0x70,0x08,0x05,0x0b,0x01,0x00,0xf9, +0x10,0x00,0x22,0x25,0x02,0x08,0x00,0xf3,0x02,0x51,0x02,0x70,0x08,0x09,0x0b,0x00, +0x00,0x83,0x02,0x70,0x08,0x07,0x0b,0x01,0x00,0xaa,0x18,0x00,0x13,0xd6,0x08,0x00, +0x22,0x02,0x03,0x08,0x00,0x13,0x2e,0x08,0x00,0xf1,0x2c,0x5a,0x03,0xa0,0x03,0x03, +0x08,0x00,0x00,0x66,0x03,0x30,0x03,0x03,0x0a,0x00,0xfe,0x75,0x03,0xa0,0x07,0x07, +0x07,0x00,0x01,0x8e,0x03,0x40,0x08,0x07,0x05,0x01,0x02,0xa0,0x03,0xd0,0x07,0x08, +0x07,0x00,0x01,0xbc,0x03,0x10,0x07,0x07,0x0b,0x00,0x00,0xe3,0x03,0x80,0x0d,0x0d, +0x0e,0x00,0xfd,0x3e,0x04,0xd0,0xd8,0x00,0xb1,0x75,0x04,0x50,0x09,0x08,0x0b,0x01, +0x00,0xa1,0x04,0xc0,0x10,0x00,0x31,0xd8,0x04,0xd0,0x10,0x00,0x40,0x04,0x05,0x80, +0x08,0x08,0x00,0x31,0x30,0x05,0x50,0x88,0x00,0x40,0x57,0x05,0x30,0x0a,0x20,0x00, +0xc0,0x8e,0x05,0xb0,0x0a,0x09,0x0b,0x01,0x00,0xc0,0x05,0x10,0x04,0x40,0x01,0x31, +0xcb,0x05,0x40,0x88,0x00,0x40,0xf7,0x05,0x60,0x09,0x18,0x00,0x31,0x29,0x06,0x10, +0x30,0x00,0xa2,0x50,0x06,0x20,0x0d,0x0b,0x0b,0x01,0x00,0x8d,0x06,0x30,0x00,0x31, +0xbf,0x06,0x50,0x40,0x00,0x31,0xf6,0x06,0x70,0x60,0x00,0xb1,0x22,0x07,0x50,0x0a, +0x0a,0x0d,0x00,0xfe,0x63,0x07,0x40,0x10,0x00,0x31,0x8f,0x07,0xe0,0xf8,0x00,0x31, +0xc1,0x07,0xf0,0x08,0x00,0x31,0xf3,0x07,0xc0,0x18,0x00,0x31,0x1f,0x08,0x90,0x98, +0x00,0xb1,0x56,0x08,0x50,0x0d,0x0d,0x0b,0x00,0x00,0x9e,0x08,0x60,0x10,0x00,0x40, +0xd5,0x08,0x00,0x09,0x28,0x00,0x22,0x07,0x09,0x08,0x00,0xf1,0x02,0x39,0x09,0x00, +0x04,0x03,0x0f,0x01,0xfd,0x50,0x09,0x20,0x06,0x07,0x0c,0x00,0xff,0x7a,0x10,0x00, +0xf0,0x06,0x00,0xfd,0x91,0x09,0x40,0x06,0x06,0x06,0x00,0x05,0xa3,0x09,0xc0,0x06, +0x07,0x02,0x00,0xfe,0xaa,0x09,0xa0,0x98,0x01,0x40,0x09,0xae,0x09,0x30,0xb0,0x01, +0x32,0x00,0xce,0x09,0x68,0x01,0x40,0xf5,0x09,0xe0,0x07,0x10,0x00,0x22,0x15,0x0a, +0x58,0x01,0x31,0x41,0x0a,0xf0,0x10,0x00,0x92,0x61,0x0a,0x30,0x05,0x06,0x0b,0x00, +0x00,0x82,0x18,0x00,0x41,0xfd,0xae,0x0a,0x40,0x30,0x00,0x31,0xd5,0x0a,0xa0,0x40, +0x02,0xc0,0xe0,0x0a,0x90,0x03,0x04,0x0e,0xff,0xfd,0xfc,0x0a,0xa0,0x07,0x18,0x00, +0x22,0x23,0x0b,0x18,0x00,0xf1,0x04,0x2e,0x0b,0x20,0x0d,0x0c,0x08,0x01,0x00,0x5e, +0x0b,0x40,0x08,0x07,0x08,0x01,0x00,0x7a,0x0b,0x90,0x70,0x00,0x21,0x9a,0x0b,0x70, +0x00,0x41,0xfd,0xc1,0x0b,0x80,0x50,0x00,0xf2,0x0b,0xed,0x0b,0x10,0x05,0x04,0x09, +0x01,0x00,0xff,0x0b,0xc0,0x07,0x07,0x08,0x00,0x00,0x1b,0x0c,0xe0,0x04,0x05,0x0a, +0x00,0x00,0x34,0x0c,0x38,0x00,0x31,0x50,0x0c,0x40,0x18,0x00,0xb1,0x6c,0x0c,0x40, +0x0b,0x0b,0x08,0x00,0x00,0x98,0x0c,0x70,0x98,0x00,0x30,0xb8,0x0c,0x20,0xd0,0x01, +0x41,0xfd,0xdf,0x0c,0x70,0x20,0x00,0xf2,0x03,0xfb,0x0c,0x10,0x05,0x05,0x0f,0x00, +0xfd,0x21,0x0d,0xa0,0x03,0x02,0x0d,0x01,0xfe,0x2e,0x0d,0x10,0x00,0xf0,0x12,0x54, +0x0d,0x30,0x0a,0x0a,0x04,0x00,0x02,0x68,0x0d,0x00,0x0f,0x0e,0x0d,0x01,0x00,0xc3, +0x0d,0x00,0x0f,0x0c,0x0e,0x01,0xff,0x17,0x0e,0x00,0x0f,0x0d,0x0c,0x01,0x00,0x65, +0x08,0x00,0xf2,0x0e,0x0d,0x01,0x00,0xba,0x0e,0x00,0x0f,0x0b,0x0e,0x02,0xff,0x07, +0x0f,0x00,0x0f,0x09,0x0f,0x03,0xfe,0x4b,0x0f,0x00,0x0f,0x0b,0x0d,0x02,0x00,0x93, +0x0f,0x18,0x00,0xa2,0xe0,0x0f,0x10,0x0e,0x0c,0x0c,0x01,0x00,0x28,0x10,0x30,0x00, +0x40,0x7d,0x10,0x00,0x0f,0x10,0x00,0x10,0xc5,0x08,0x00,0x52,0x0d,0x02,0x00,0x13, +0x11,0x30,0x00,0xf3,0x02,0x5b,0x11,0xa0,0x05,0x05,0x04,0x00,0x07,0x65,0x11,0xd0, +0x09,0x0a,0x0e,0x00,0x00,0xab,0x08,0x00,0x13,0xf1,0x08,0x00,0x22,0x37,0x12,0x08, +0x00,0x10,0x7d,0x08,0x00,0x43,0x0d,0x00,0x00,0xbe,0x10,0x00,0xb0,0x04,0x13,0x00, +0x0e,0x0f,0x0b,0xff,0x00,0x57,0x13,0xc0,0x10,0x00,0xa3,0xfd,0x9d,0x13,0x80,0x08, +0x08,0x0e,0x01,0x00,0xd5,0x08,0x00,0x22,0x0d,0x14,0x08,0x00,0x10,0x45,0x08,0x00, +0xc1,0x0d,0x01,0x00,0x79,0x14,0x10,0x04,0x04,0x0e,0xff,0x00,0x95,0x08,0x00,0xb0, +0x01,0x00,0xb1,0x14,0x10,0x04,0x06,0x0e,0xff,0x00,0xdb,0x08,0x00,0x61,0x0d,0xff, +0x00,0x02,0x15,0x10,0x70,0x02,0xc0,0x39,0x15,0xb0,0x0a,0x09,0x0e,0x01,0x00,0x78, +0x15,0x50,0x0a,0x68,0x00,0x13,0xbe,0x08,0x00,0x22,0x04,0x16,0x08,0x00,0x13,0x4a, +0x08,0x00,0x21,0x90,0x16,0x90,0x02,0x41,0x00,0xd1,0x16,0x00,0xc8,0x03,0x10,0xf1, +0x10,0x00,0x70,0x0c,0x00,0xff,0x2d,0x17,0xc0,0x09,0x78,0x00,0x13,0x65,0x08,0x00, +0x13,0x9d,0x08,0x00,0x40,0xd5,0x17,0xc0,0x09,0x88,0x00,0xb1,0x09,0x18,0x00,0x09, +0x09,0x0e,0x00,0x00,0x48,0x18,0xe0,0x30,0x03,0x31,0x74,0x18,0xf0,0x08,0x00,0x31, +0xa0,0x18,0x30,0x48,0x02,0x13,0xcc,0x08,0x00,0x13,0xf8,0x08,0x00,0xa2,0x24,0x19, +0x30,0x08,0x08,0x0c,0x00,0x00,0x54,0x19,0x10,0x00,0x13,0x80,0x10,0x00,0xc0,0xb0, +0x19,0xb0,0x0c,0x0d,0x08,0x00,0x00,0xe4,0x19,0xe0,0x07,0x18,0x02,0x40,0x10,0x1a, +0xf0,0x07,0x20,0x00,0x13,0x3c,0x08,0x00,0x13,0x68,0x08,0x00,0x13,0x94,0x08,0x00, +0x91,0xc0,0x1a,0xb0,0x03,0x04,0x0b,0xff,0x00,0xd6,0x08,0x00,0xc2,0x01,0x00,0xec, +0x1a,0xb0,0x03,0x06,0x0b,0xff,0x00,0x0d,0x1b,0x08,0x00,0x31,0x2e,0x1b,0xd0,0x58, +0x00,0xb1,0x5e,0x1b,0x40,0x08,0x07,0x0c,0x01,0x00,0x88,0x1b,0x90,0x70,0x00,0x13, +0xb4,0x08,0x00,0x13,0xe0,0x08,0x00,0x31,0x0c,0x1c,0x90,0x28,0x00,0x22,0x3c,0x1c, +0x10,0x00,0x31,0x68,0x1c,0x90,0x00,0x01,0xa2,0x88,0x1c,0x80,0x08,0x08,0x0a,0x00, +0xff,0xb0,0x1c,0xf0,0x02,0x13,0xd7,0x08,0x00,0x13,0xfe,0x08,0x00,0x22,0x25,0x1d, +0x08,0x00,0xf3,0x02,0x4c,0x1d,0x20,0x07,0x07,0x0e,0x00,0xfd,0x7d,0x1d,0xa0,0x08, +0x07,0x0e,0x01,0xfd,0xae,0x10,0x00,0x22,0xdf,0x1d,0xe0,0x01,0x22,0x20,0x1e,0xe8, +0x00,0x22,0x4c,0x1e,0x10,0x00,0x13,0x8d,0x10,0x00,0x31,0xb9,0x1e,0xd0,0xe8,0x01, +0x12,0xff,0x10,0x00,0x41,0xfd,0x2b,0x1f,0xc0,0x08,0x02,0x31,0x71,0x1f,0xe0,0xe0, +0x00,0x13,0x9d,0x10,0x00,0x13,0xe3,0x10,0x00,0x22,0x0f,0x20,0x10,0x00,0x22,0x55, +0x20,0x10,0x00,0x13,0x81,0x10,0x00,0x13,0xc7,0x10,0x00,0x31,0xf3,0x20,0xd0,0x98, +0x01,0x22,0x2b,0x21,0x30,0x04,0x22,0x62,0x21,0x00,0x02,0x22,0x99,0x21,0x50,0x04, +0x22,0xcb,0x21,0x38,0x02,0x22,0xff,0x21,0x40,0x01,0x22,0x2b,0x22,0x10,0x00,0x22, +0x5f,0x22,0x10,0x00,0x13,0x8b,0x10,0x00,0x13,0xbf,0x10,0x00,0x21,0xeb,0x22,0x70, +0x02,0x41,0xfd,0x23,0x23,0xf0,0x90,0x01,0x22,0x4f,0x23,0x80,0x02,0x22,0x87,0x23, +0x20,0x00,0x31,0xb3,0x23,0x30,0x38,0x02,0x21,0xf9,0x23,0x30,0x06,0x32,0xfd,0x31, +0x24,0x10,0x00,0x22,0x77,0x24,0x10,0x00,0x13,0xaf,0x10,0x00,0x13,0xf5,0x10,0x00, +0xf2,0x03,0x2d,0x25,0x30,0x0a,0x0a,0x0f,0x00,0xfc,0x78,0x25,0x70,0x08,0x08,0x10, +0x00,0xfd,0xb8,0x25,0x98,0x02,0x30,0xf7,0x25,0x40,0x38,0x01,0x50,0x00,0x28,0x26, +0x80,0x0a,0x70,0x06,0xa2,0x65,0x26,0x80,0x08,0x09,0x0b,0xff,0x00,0x97,0x26,0xd0, +0x02,0xa2,0xc1,0x26,0xb0,0x03,0x06,0x0c,0xff,0x00,0xe5,0x26,0xd8,0x02,0x22,0x0c, +0x27,0xe0,0x01,0x22,0x2d,0x27,0x10,0x00,0x13,0x54,0x10,0x00,0xb1,0x75,0x27,0x10, +0x04,0x03,0x0e,0x00,0xfd,0x8a,0x27,0xa0,0x90,0x04,0xf0,0x05,0xa6,0x27,0x10,0x04, +0x02,0x0d,0x01,0x00,0xb3,0x27,0xb0,0x03,0x02,0x08,0x01,0x00,0xbb,0x27,0x60,0x0c, +0x90,0x05,0xc0,0xf8,0x27,0x40,0x07,0x06,0x0e,0x01,0xfd,0x22,0x28,0x40,0x08,0xb8, +0x02,0xf1,0x0c,0x61,0x28,0xc0,0x03,0x06,0x0e,0xff,0xfd,0x8b,0x28,0x60,0x09,0x09, +0x0e,0x01,0xfd,0xca,0x28,0xa0,0x07,0x07,0x0f,0x01,0xfc,0xff,0x28,0x50,0x80,0x04, +0x31,0x1b,0x29,0x10,0xa0,0x00,0x40,0x4c,0x29,0xa0,0x03,0x68,0x03,0x40,0x68,0x29, +0x10,0x08,0x20,0x00,0xa2,0x9d,0x29,0xa0,0x03,0x03,0x0f,0x00,0xfc,0xb4,0x29,0xf0, +0x05,0x40,0xdb,0x29,0xc0,0x04,0xd0,0x06,0x13,0xf7,0x10,0x00,0x40,0x1e,0x2a,0x40, +0x05,0x98,0x02,0x31,0x34,0x2a,0x10,0xf0,0x01,0xa2,0x60,0x2a,0x10,0x04,0x04,0x0b, +0x00,0x00,0x76,0x2a,0xf8,0x00,0x22,0xb5,0x2a,0x40,0x02,0x10,0xdc,0x10,0x00,0x51, +0x0f,0x01,0xfc,0x20,0x2b,0xa8,0x02,0x32,0xfc,0x4a,0x2b,0x20,0x00,0x22,0x89,0x2b, +0x20,0x00,0x31,0xb0,0x2b,0x40,0x10,0x01,0x40,0xe2,0x2b,0x60,0x0a,0xa0,0x00,0x31, +0x21,0x2c,0x80,0x40,0x05,0x22,0x48,0x2c,0xb0,0x03,0x22,0x89,0x2c,0xb8,0x02,0x22, +0xb5,0x2c,0xc8,0x03,0x13,0xfb,0x10,0x00,0x22,0x27,0x2d,0x10,0x00,0x22,0x6d,0x2d, +0x10,0x00,0xf1,0x04,0x99,0x2d,0x50,0x0e,0x0e,0x0b,0x00,0x00,0xe6,0x2d,0xa0,0x0d, +0x0e,0x08,0x00,0x00,0x1e,0x2e,0x40,0x30,0x02,0x40,0x56,0x2e,0x10,0x05,0xb8,0x00, +0x10,0x72,0x10,0x00,0x40,0x0f,0x01,0xfc,0xae,0x10,0x00,0x43,0x0d,0x00,0xfc,0xcf, +0x20,0x00,0x31,0x07,0x2f,0x10,0x00,0x06,0x31,0x28,0x2f,0xe0,0x30,0x01,0x31,0x67, +0x2f,0xc0,0x48,0x07,0x13,0x8e,0x10,0x00,0x13,0xcd,0x10,0x00,0x12,0xf4,0x10,0x00, +0x41,0xfd,0x33,0x30,0xc0,0x98,0x05,0x22,0x5a,0x30,0x20,0x00,0x22,0x99,0x30,0x20, +0x00,0x31,0xc0,0x30,0xf0,0x20,0x00,0xb1,0xff,0x30,0xe0,0x04,0x05,0x0d,0x00,0xfd, +0x20,0x31,0xf0,0x20,0x00,0xa2,0x5f,0x31,0x30,0x05,0x06,0x0c,0x00,0x00,0x83,0x31, +0xa8,0x02,0xa2,0xb5,0x31,0xe0,0x04,0x06,0x0a,0xff,0x00,0xd3,0x31,0x68,0x04,0x22, +0x0b,0x32,0xc0,0x03,0x22,0x35,0x32,0x70,0x04,0x22,0x69,0x32,0x18,0x01,0x13,0x90, +0x10,0x00,0x13,0xc4,0x10,0x00,0x22,0xeb,0x32,0x30,0x00,0x22,0x23,0x33,0x30,0x00, +0x22,0x4d,0x33,0x10,0x00,0x22,0x85,0x33,0x20,0x00,0x12,0xac,0x10,0x00,0x22,0xfd, +0xe4,0x10,0x00,0x40,0xfd,0x0b,0x34,0x50,0x08,0x08,0x41,0x00,0x66,0x34,0x40,0xe8, +0x08,0x22,0xa3,0x34,0xc8,0x04,0x22,0xe2,0x34,0xc0,0x03,0xa2,0x13,0x35,0x00,0x09, +0x09,0x0d,0x00,0x00,0x4e,0x35,0x18,0x00,0x31,0x8d,0x35,0x70,0xc8,0x00,0x13,0xb4, +0x18,0x00,0x13,0xef,0x10,0x00,0x22,0x16,0x36,0x20,0x00,0x22,0x55,0x36,0x10,0x00, +0x31,0x7c,0x36,0xc0,0x90,0x04,0xf0,0x80,0xca,0xc9,0xc9,0xb9,0xb9,0xb9,0xb8,0x65, +0x00,0x43,0xa9,0xf0,0xff,0x0f,0xe0,0xd7,0x07,0x00,0x00,0xf0,0x0f,0x00,0x00,0x03, +0xd0,0x3d,0x00,0x00,0x06,0xa0,0x6a,0x00,0x09,0xff,0xff,0xff,0xf0,0x00,0x0c,0x40, +0xc4,0x00,0x00,0x0f,0x10,0xf1,0x00,0x00,0x1f,0x01,0xe0,0x00,0x2f,0xff,0xff,0xff, +0x80,0x00,0x79,0x07,0x80,0x00,0x00,0xa5,0x0b,0x50,0x00,0x00,0xd2,0x0e,0x20,0x00, +0x00,0x01,0xa0,0x00,0x00,0x03,0xe0,0x00,0x00,0xaf,0xff,0x60,0x08,0xe3,0x07,0xf2, +0x0b,0x90,0x00,0xe7,0x0a,0xd0,0x00,0x21,0x02,0xed,0x61,0x00,0x00,0x19,0xef,0x70, +0x00,0x00,0x07,0xf5,0x19,0x10,0x00,0xc9,0x0f,0x70,0x00,0xe7,0x07,0xfa,0x9d,0xe1, +0x00,0x4a,0xe7,0x10,0x00,0x04,0xc0,0x00,0x06,0xed,0x50,0x00,0x00,0x01,0xe1,0x2e, +0x00,0x63,0x00,0x3c,0x00,0xe2,0x2d,0x0b,0x00,0x70,0x0b,0x50,0x00,0x05,0xdd,0x45, +0xb0,0xfc,0x09,0x10,0xd2,0x05,0x00,0xf0,0x04,0x97,0x3c,0xd7,0x00,0x00,0x3d,0x0d, +0x31,0xe2,0x00,0x0d,0x30,0xf0,0x0b,0x50,0x04,0x90,0x0e,0x30,0x18,0x00,0xf1,0x94, +0x4d,0xe7,0x00,0x00,0x5d,0xfa,0x10,0x00,0x02,0xf7,0x2c,0x90,0x00,0x05,0xf0,0x08, +0xc0,0x00,0x03,0xf4,0x1d,0x70,0x00,0x00,0xbd,0xe9,0x00,0x00,0x00,0x9f,0xc0,0x00, +0x00,0x0a,0xe6,0xf8,0x08,0x80,0x2f,0x40,0x5f,0x5c,0x70,0x2f,0x20,0x07,0xff,0x10, +0x0c,0xa1,0x05,0xfe,0x10,0x01,0xae,0xfc,0x6b,0xc0,0x3d,0x3d,0x3c,0x15,0x00,0x02, +0x80,0x01,0xe5,0x00,0xa9,0x00,0x2f,0x10,0x08,0xc0,0x00,0xc8,0x00,0x0f,0x60,0x00, +0xf5,0x00,0x0f,0x50,0x00,0xe7,0x00,0x0a,0x90,0x00,0x5e,0x00,0x00,0xe4,0x00,0x05, +0xd0,0x00,0x08,0xa0,0x00,0x02,0x73,0x00,0x03,0xe2,0x00,0x07,0xc0,0x00,0x0f,0x40, +0x00,0xaa,0x00,0x06,0xe0,0x00,0x4f,0x10,0x03,0xf2,0x00,0x4f,0x10,0x05,0xf0,0x00, +0x8c,0x00,0x0c,0x70,0x03,0xf1,0x00,0xb7,0x00,0x8a,0x00,0x02,0x00,0x00,0x00,0x4c, +0x00,0x01,0x04,0xc0,0x10,0x9e,0xbe,0xbf,0x10,0x2d,0xf7,0x10,0x05,0xd9,0xb0,0x00, +0xc3,0x0d,0x30,0xc0,0x0a,0x61,0x04,0x90,0x00,0x00,0x07,0xe0,0x04,0x00,0x84,0x6f, +0xff,0xff,0xfe,0x13,0x39,0xe3,0x33,0x10,0x00,0x00,0x04,0x00,0xf0,0x11,0x1f,0x41, +0xf3,0x6d,0x05,0x30,0xbf,0xfc,0x12,0x21,0x64,0xc8,0x00,0x00,0x98,0x00,0x00,0xf2, +0x00,0x06,0xc0,0x00,0x0c,0x60,0x00,0x2f,0x00,0x00,0x89,0x00,0x00,0xe3,0x89,0x00, +0xf4,0x11,0x0b,0x70,0x00,0x1f,0x10,0x00,0x7a,0x00,0x00,0x63,0x00,0x00,0x00,0x9e, +0xfc,0x30,0x08,0xe4,0x2a,0xe0,0x0e,0x70,0x01,0xf5,0x1f,0x40,0x00,0xd8,0x2f,0x30, +0x00,0xc9,0x04,0x00,0x00,0x10,0x00,0x00,0x18,0x00,0x00,0x20,0x00,0xc2,0x00,0x8e, +0xfc,0x30,0x00,0x5c,0x57,0xfe,0xf5,0x74,0x0f,0x50,0xdc,0x00,0x0a,0x05,0x00,0xd0, +0x01,0x9e,0xfb,0x30,0x0c,0xc3,0x2a,0xe1,0x2f,0x30,0x01,0xf4,0x15,0x38,0x0b,0x01, +0x91,0x00,0xf0,0x52,0x3f,0x50,0x00,0x01,0xe9,0x00,0x00,0x0d,0xa0,0x00,0x00,0xbc, +0x00,0x00,0x0a,0xd2,0x11,0x11,0x1f,0xff,0xff,0xfe,0x01,0x9e,0xeb,0x20,0x0b,0xc3, +0x2b,0xd0,0x1f,0x30,0x02,0xf2,0x00,0x00,0x02,0xf3,0x00,0x00,0x1a,0xc0,0x00,0x2f, +0xfe,0x20,0x00,0x02,0x3a,0xd0,0x00,0x00,0x00,0xf6,0x3e,0x10,0x00,0xf5,0x0d,0xb3, +0x29,0xe1,0x02,0xae,0xeb,0x20,0x00,0x00,0x3f,0x90,0x00,0x00,0x0c,0xf9,0x00,0x00, +0x07,0xdc,0x90,0x00,0x02,0xf3,0xc9,0x00,0x00,0xc8,0x0c,0x90,0x00,0x6d,0x00,0xc9, +0x00,0x1f,0x40,0x0c,0x90,0x50,0x02,0xf1,0x5c,0xf1,0x12,0x22,0x2c,0xa2,0x00,0x00, +0x00,0xc9,0x00,0x00,0x00,0x0c,0x90,0x00,0x0f,0xff,0xff,0x81,0xf5,0x33,0x31,0x3f, +0x10,0x00,0x04,0xf0,0x00,0x00,0x6f,0xcf,0xd6,0x04,0xb5,0x39,0xf4,0x00,0x00,0x0c, +0xa0,0x00,0x00,0x9c,0xb7,0x00,0x0b,0xa6,0xf5,0x27,0xf4,0x06,0xdf,0xd5,0x00,0x00, +0x06,0xcf,0x30,0x00,0xae,0x62,0x00,0x04,0xf3,0x00,0x00,0x0b,0xa0,0x00,0x00,0x0e, +0x9b,0xec,0x40,0x0f,0xf6,0x38,0xf2,0x0f,0x60,0x00,0xd8,0x0e,0x60,0x00,0xaa,0x0b, +0xa0,0x00,0xd8,0x03,0xf6,0x28,0xf2,0x00,0x5d,0xfc,0x40,0x7f,0xff,0xff,0xfc,0x01, +0x11,0x11,0xe7,0x00,0x53,0x00,0xf0,0x2f,0x0b,0x90,0x00,0x00,0x2f,0x20,0x00,0x00, +0x9b,0x00,0x00,0x01,0xf4,0x00,0x00,0x08,0xd0,0x00,0x00,0x0e,0x60,0x00,0x00,0x6f, +0x00,0x00,0x00,0xd9,0x00,0x00,0x00,0x8e,0xfb,0x20,0x08,0xe4,0x2b,0xe0,0x0d,0x80, +0x01,0xf4,0x0e,0x70,0x01,0xf4,0x08,0xe2,0x09,0xe0,0x00,0xcf,0xff,0x30,0x09,0xd4, +0x39,0xe1,0x1f,0x40,0x00,0xd7,0x55,0x01,0xf0,0x17,0x0c,0xc3,0x28,0xf3,0x01,0x9e, +0xfc,0x40,0x00,0x9e,0xfa,0x00,0x0b,0xd3,0x3d,0xa0,0x1f,0x40,0x03,0xf2,0x3f,0x10, +0x00,0xf5,0x2f,0x30,0x00,0xe6,0x0d,0xb1,0x09,0xf6,0x02,0xdf,0xf8,0xf5,0x00,0x01, +0x1d,0x01,0xd2,0x09,0xc0,0x00,0x14,0xaf,0x30,0x00,0xce,0xa2,0x00,0x0d,0x70,0x63, +0xc1,0x0c,0x62,0x06,0x30,0xd7,0x1e,0x50,0x72,0x0c,0x00,0xf0,0x17,0x0e,0x40,0xf4, +0x4f,0x05,0x50,0x00,0x00,0x18,0x70,0x02,0x9f,0xd4,0x2a,0xfb,0x40,0x07,0xf8,0x10, +0x00,0x04,0xbf,0xa3,0x00,0x00,0x3a,0xf7,0x00,0x00,0x02,0x30,0xef,0xff,0xff,0x32, +0x22,0x22,0x20,0x29,0x00,0xe0,0xff,0xff,0xf3,0x22,0x22,0x22,0x00,0x0b,0x40,0x00, +0x00,0x09,0xfd,0x60,0xfe,0x00,0xe0,0x81,0x00,0x00,0x3b,0xf3,0x00,0x6c,0xf9,0x20, +0x0f,0xe7,0x10,0x00,0x05,0x5a,0x02,0x71,0xcf,0xd5,0x02,0xf8,0x38,0xf2,0x39,0xce, +0x00,0xe1,0xf5,0x00,0x00,0xae,0x00,0x00,0x8f,0x30,0x00,0x2f,0x50,0x00,0x05,0xe0, +0x6d,0x00,0x50,0x01,0x60,0x00,0x00,0x4e,0x09,0x00,0xf0,0x04,0x5c,0xee,0xd7,0x00, +0x00,0x00,0xbb,0x30,0x02,0x8c,0x10,0x00,0xa9,0x00,0x00,0x00,0x5b,0x00,0x3d,0x17, +0x00,0xf1,0x22,0xb3,0x0a,0x60,0x03,0xce,0xa1,0x06,0x70,0xe2,0x02,0xe4,0x0d,0x40, +0x4a,0x1f,0x00,0x99,0x00,0xe2,0x03,0xb1,0xf0,0x0d,0x50,0x0f,0x00,0x4a,0x1f,0x00, +0xf3,0x01,0xf0,0x07,0x70,0xe2,0x0d,0x60,0x8f,0x11,0xd1,0x09,0x70,0x4d,0xd5,0x8e, +0xd4,0x00,0x2e,0x20,0x56,0x00,0xf0,0x00,0x5e,0x60,0x00,0x40,0x00,0x00,0x00,0x3a, +0xde,0xeb,0x10,0x00,0x00,0x00,0xeb,0x88,0x00,0xf0,0x02,0xff,0x10,0x00,0x00,0x0a, +0xad,0x70,0x00,0x00,0x0f,0x48,0xc0,0x00,0x00,0x6e,0x02,0xf2,0xdc,0x01,0xf0,0x2c, +0xd8,0x00,0x02,0xf4,0x00,0x7e,0x00,0x08,0xff,0xff,0xff,0x40,0x0d,0x92,0x22,0x2c, +0xa0,0x3f,0x20,0x00,0x06,0xf1,0x9d,0x00,0x00,0x01,0xf6,0xcf,0xff,0xea,0x10,0xcb, +0x22,0x4d,0xc0,0xca,0x00,0x04,0xf1,0xca,0x00,0x04,0xf2,0xca,0x00,0x1c,0xc0,0xcf, +0xff,0xfe,0x20,0xcb,0x22,0x3a,0xe1,0xca,0x00,0x00,0xf6,0x04,0x00,0xf0,0x13,0xcb, +0x22,0x3a,0xf1,0xcf,0xff,0xeb,0x30,0x00,0x2a,0xef,0xc4,0x00,0x01,0xeb,0x43,0x8f, +0x40,0x0a,0xd0,0x00,0x0a,0xc0,0x0f,0x70,0x00,0x03,0x90,0x1f,0x50,0x00,0x00,0x00, +0x2f,0x86,0x00,0x01,0x0a,0x00,0x00,0x14,0x00,0x11,0x80,0x1e,0x00,0xf2,0x13,0x02, +0xea,0x33,0x8f,0x40,0x00,0x2b,0xfe,0xc4,0x00,0xcf,0xff,0xd6,0x00,0xcb,0x22,0x6e, +0xa0,0xca,0x00,0x02,0xf5,0xca,0x00,0x00,0xbb,0xca,0x00,0x00,0x8e,0xca,0x00,0x00, +0x7f,0x08,0x00,0x00,0x10,0x00,0x20,0x03,0xf5,0x20,0x00,0xf3,0x01,0xcf,0xff,0xd7, +0x00,0xcf,0xff,0xff,0xf0,0xcb,0x22,0x22,0x20,0xca,0x00,0x00,0x00,0x04,0x00,0x00, +0x14,0x00,0x45,0x40,0xcb,0x22,0x22,0x10,0x00,0x00,0x20,0x00,0x00,0x28,0x00,0x82, +0xcf,0xff,0xff,0xdc,0xb2,0x22,0x21,0xca,0xa0,0x02,0x00,0x07,0x00,0x64,0xff,0xff, +0xf1,0xcb,0x22,0x22,0x0e,0x00,0x12,0xa0,0x2f,0x00,0x01,0xb6,0x00,0x23,0x02,0xfb, +0xb6,0x00,0x11,0xd0,0xa2,0x00,0x25,0x1f,0x50,0xb1,0x00,0xf0,0x08,0x60,0x0b,0xff, +0xf1,0x0e,0x80,0x01,0x26,0xf1,0x09,0xe0,0x00,0x04,0xf1,0x01,0xdc,0x42,0x4b,0xe0, +0x00,0x19,0xef,0xea,0x82,0x00,0x6a,0x0f,0x7c,0xa0,0x00,0x00,0xf7,0x09,0x00,0x8e, +0xff,0xff,0xff,0xf7,0xcb,0x22,0x22,0x2f,0x1b,0x00,0x26,0x70,0xac,0x01,0x00,0x4f, +0x00,0x00,0x04,0xf2,0x04,0x00,0x05,0xf7,0x33,0x11,0x00,0x04,0xf1,0x8e,0x00,0x07, +0xf0,0x3f,0x93,0x5e,0x90,0x04,0xcf,0xe8,0x00,0xca,0x00,0x02,0xea,0x0c,0xa0,0x01, +0xdc,0x00,0xca,0x00,0xcd,0x10,0x0c,0xa0,0xae,0x20,0x00,0xca,0x8f,0x30,0x00,0x0c, +0xef,0xf5,0x00,0x00,0xcf,0x6a,0xf2,0x00,0x0c,0xa0,0x0d,0xc0,0x00,0xca,0x00,0x2f, +0x90,0x0c,0xa0,0x00,0x6f,0x40,0xca,0x00,0x00,0xae,0x10,0xf2,0x00,0x0f,0x07,0x00, +0x02,0xf0,0x61,0xb2,0x22,0x21,0xcf,0xff,0xff,0xb0,0xcf,0x30,0x00,0x00,0x2f,0xdc, +0xfa,0x00,0x00,0x08,0xfd,0xcd,0xf0,0x00,0x00,0xed,0xdc,0x9e,0x60,0x00,0x5f,0x8d, +0xc9,0x8c,0x00,0x0b,0xa7,0xdc,0x92,0xf3,0x01,0xf3,0x8d,0xca,0x0c,0x90,0x7d,0x08, +0xdc,0xa0,0x6e,0x0e,0x70,0x9d,0xca,0x00,0xfa,0xf1,0x09,0xdc,0xa0,0x09,0xfa,0x00, +0x9d,0xca,0x00,0x3f,0x40,0x09,0xd0,0xce,0x10,0x00,0x0f,0x7c,0xf9,0x00,0x00,0xf7, +0xce,0xf3,0x00,0x0f,0x7c,0xab,0xd0,0x00,0xf7,0xca,0x2f,0x70,0x0f,0x7c,0xa0,0x7f, +0x20,0xf7,0xca,0x00,0xcc,0x0f,0x7c,0xa0,0x03,0xf6,0xf7,0xca,0x00,0x09,0xef,0x7c, +0xa0,0x00,0x0e,0xff,0x00,0x40,0x4f,0x70,0x00,0x1a,0x1e,0x02,0xe0,0xec,0x43,0x8f, +0x50,0x09,0xe0,0x00,0x09,0xe0,0x0e,0x70,0x00,0x02,0xf3,0x63,0x01,0x10,0xf6,0x1e, +0x02,0x11,0xf6,0x0a,0x00,0x01,0x14,0x00,0x01,0x1e,0x00,0x51,0x01,0xec,0x43,0x9f, +0x50,0x32,0x00,0x83,0xcf,0xff,0xfc,0x40,0xcb,0x22,0x39,0xf3,0x1a,0x02,0xf5,0x01, +0x8d,0xca,0x00,0x00,0xac,0xca,0x00,0x05,0xf6,0xcf,0xff,0xff,0x70,0xcb,0x22,0x10, +0xf6,0x01,0x03,0xcb,0x01,0x63,0xb3,0x00,0x02,0xeb,0x43,0x9f,0xcb,0x01,0xe1,0x60, +0x00,0x04,0xf2,0x2f,0x40,0x00,0x01,0xf5,0x3f,0x30,0x00,0x00,0xf5,0x0a,0x00,0x51, +0x0f,0x60,0x00,0x03,0xf2,0x1e,0x00,0x90,0x02,0xeb,0x44,0x9f,0x40,0x00,0x2a,0xef, +0xfd,0x1c,0x03,0x20,0x2d,0xe2,0x3f,0x00,0x12,0x60,0xee,0x02,0x22,0x4c,0xd0,0x8b, +0x02,0x00,0xb8,0x01,0xf0,0x22,0x01,0xf5,0xca,0x00,0x1b,0xe0,0xcf,0xff,0xfd,0x20, +0xcb,0x22,0xad,0x00,0xca,0x00,0x1f,0x70,0xca,0x00,0x07,0xf1,0xca,0x00,0x00,0xda, +0x00,0x7d,0xfe,0x80,0x00,0x9e,0x52,0x5d,0xb0,0x0f,0x60,0x00,0x4f,0x20,0xf8,0x00, +0x00,0x41,0x07,0xfa,0x40,0x00,0x00,0xb3,0x01,0xff,0x1a,0x00,0x00,0x27,0xec,0x01, +0x30,0x00,0x04,0xf3,0x4f,0x30,0x00,0x2f,0x40,0xcd,0x52,0x4c,0xe0,0x00,0x8d,0xfe, +0x91,0x00,0xaf,0xff,0xff,0xff,0x91,0x22,0x5f,0x42,0x21,0x00,0x03,0xf2,0x00,0x00, +0x00,0x3f,0x20,0x00,0x09,0x00,0x0d,0x4f,0xf6,0x00,0x00,0xac,0x04,0x00,0x05,0x12, +0xf7,0x11,0x01,0xf0,0x2a,0xe8,0x5f,0x83,0x3a,0xf1,0x04,0xcf,0xeb,0x20,0x9e,0x00, +0x00,0x05,0xf2,0x4f,0x40,0x00,0x0b,0xd0,0x0e,0x90,0x00,0x1f,0x70,0x08,0xe0,0x00, +0x6f,0x10,0x02,0xf4,0x00,0xcb,0x00,0x00,0xda,0x01,0xf5,0x00,0x00,0x7f,0x07,0xf0, +0x00,0x00,0x1f,0x5c,0xa0,0x00,0x00,0x0b,0xdf,0x40,0x00,0x00,0x06,0xfe,0xf1,0x00, +0x11,0xf9,0x5b,0x05,0xf0,0x53,0xf7,0x00,0x08,0xd3,0xf3,0x00,0x4f,0xb0,0x00,0xca, +0x0f,0x60,0x08,0xdf,0x00,0x0f,0x60,0xba,0x00,0xc6,0xe4,0x03,0xf2,0x07,0xd0,0x1f, +0x2a,0x80,0x6e,0x00,0x4f,0x15,0xd0,0x6c,0x0a,0xb0,0x00,0xf4,0xa9,0x01,0xf1,0xd7, +0x00,0x0c,0x8e,0x40,0x0d,0x6f,0x30,0x00,0x8d,0xf0,0x00,0x9c,0xf0,0x00,0x05,0xfb, +0x00,0x04,0xfc,0x00,0x00,0x1f,0x70,0x00,0x0f,0x80,0x00,0x3f,0x70,0x00,0x1f,0x90, +0x09,0xf2,0x00,0xae,0x10,0x00,0xeb,0x04,0xf6,0x00,0x00,0x5f,0x6e,0xc0,0x00,0x00, +0x0b,0xff,0x20,0x00,0x00,0x04,0xfb,0x00,0x7c,0x03,0xf0,0x28,0x30,0x00,0x00,0x6f, +0x3c,0xd0,0x00,0x01,0xe9,0x03,0xf7,0x00,0x0a,0xe1,0x00,0x9f,0x10,0x4f,0x60,0x00, +0x0e,0xb0,0xae,0x00,0x00,0x1e,0x91,0xf8,0x00,0x08,0xf1,0x08,0xf1,0x01,0xf8,0x00, +0x1f,0x80,0x9e,0x10,0x00,0x7f,0x3f,0x70,0x00,0x00,0xef,0xe0,0x00,0x00,0x06,0xf6, +0x00,0x00,0x00,0xbb,0x01,0x27,0x03,0xf3,0x09,0x00,0xf0,0x0a,0x4f,0xff,0xff,0xff, +0x20,0x22,0x22,0x2d,0xd0,0x00,0x00,0x06,0xf3,0x00,0x00,0x02,0xf8,0x00,0x00,0x00, +0xcd,0x00,0x00,0x00,0x6f,0xcf,0x02,0x00,0x64,0x12,0x03,0x19,0x00,0xfa,0x01,0x01, +0xfa,0x22,0x22,0x20,0x6f,0xff,0xff,0xff,0x60,0xef,0xcf,0x81,0xf7,0x0f,0x70,0x03, +0x00,0x60,0xfc,0x22,0x10,0x8c,0x00,0x00,0xff,0x04,0x30,0x0b,0x80,0x00,0x47,0x08, +0xf0,0x03,0x00,0xe5,0x00,0x00,0x09,0xb0,0x00,0x00,0x3f,0x10,0x00,0x00,0xc7,0x00, +0x00,0x06,0xd0,0x00,0x49,0x08,0xc9,0x00,0xaa,0x00,0x00,0x02,0x70,0xef,0xc2,0x9d, +0x08,0xd0,0x8d,0x03,0x00,0xf0,0x33,0xde,0xfd,0x22,0x10,0x00,0x35,0x00,0x00,0xbf, +0x00,0x02,0xfe,0x60,0x08,0xb7,0xc0,0x0e,0x51,0xf2,0x5e,0x00,0xa9,0xef,0xff,0xff, +0xb2,0x22,0x22,0x21,0x2e,0x60,0x03,0xe2,0x01,0xae,0xfb,0x20,0x0d,0xb2,0x2b,0xc0, +0x03,0x10,0x05,0xf0,0x01,0x9d,0xff,0xf1,0x0d,0xa1,0x04,0xf1,0x2f,0x30,0x05,0xf1, +0x0f,0xa3,0x5e,0xf1,0x04,0xdf,0xc5,0xd3,0xf6,0x5c,0x04,0x01,0xe2,0x01,0xf1,0x0d, +0x0f,0x8c,0xfd,0x50,0xfe,0x53,0x9f,0x2f,0x60,0x00,0xd8,0xf6,0x00,0x0a,0xaf,0x60, +0x00,0xaa,0xf6,0x00,0x0e,0x8f,0xe5,0x39,0xf2,0xf7,0xcf,0xd5,0xf3,0x06,0xc0,0x0a, +0xd4,0x2a,0xe0,0x1f,0x40,0x00,0xc3,0x4f,0x10,0x00,0x00,0x04,0x00,0xc0,0x1f,0x40, +0x00,0x92,0x0a,0xd4,0x29,0xe0,0x00,0x9e,0xfb,0x20,0xd4,0x07,0x05,0x04,0x00,0x60, +0xaf,0xd7,0xf6,0x0a,0xe4,0x3a,0x4c,0x03,0x32,0xf6,0x3f,0x10,0x04,0x00,0xf0,0x11, +0x1f,0x40,0x00,0xf6,0x0a,0xd2,0x08,0xf6,0x00,0xaf,0xe8,0xe6,0x00,0x8e,0xeb,0x20, +0x09,0xd4,0x2a,0xd0,0x1f,0x40,0x01,0xf3,0x4f,0xff,0xff,0xf6,0x4f,0x32,0x22,0x20, +0x78,0x03,0xfc,0x0a,0x09,0xe5,0x26,0xe1,0x00,0x8e,0xfc,0x40,0x00,0x6d,0xf2,0x02, +0xf8,0x30,0x04,0xf0,0x00,0x9f,0xff,0xb0,0x05,0xf1,0x00,0x05,0xf0,0x03,0x00,0x4d, +0x01,0xaf,0xe7,0xe6,0x61,0x00,0x21,0x50,0x00,0x75,0x00,0x40,0x01,0xaf,0xe7,0xf6, +0xb5,0x07,0x87,0x0a,0x92,0x3b,0xd0,0x02,0xaf,0xea,0x20,0xe0,0x00,0xf6,0x02,0x8b, +0xfd,0x50,0xff,0x52,0xaf,0x0f,0x70,0x02,0xf3,0xf6,0x00,0x1f,0x4f,0x60,0x01,0xf4, +0x07,0x00,0x53,0x40,0xc7,0x53,0x00,0xd8,0x01,0x00,0x41,0x00,0xd5,0x00,0x62,0xc7, +0x00,0x0b,0x02,0x00,0x47,0x14,0xf4,0x6f,0xa0,0x4e,0x00,0xf6,0x0e,0x60,0x1d,0xb0, +0xf6,0x0c,0xc0,0x0f,0x6b,0xd1,0x00,0xfe,0xf5,0x00,0x0f,0xea,0xe1,0x00,0xf6,0x0d, +0xb0,0x0f,0x60,0x2f,0x70,0xf6,0x00,0x6f,0x30,0xd8,0x01,0x00,0xf0,0x05,0xf8,0xcf, +0xd5,0x4d,0xfc,0x30,0xfd,0x43,0xaf,0xd4,0x3b,0xd0,0xf6,0x00,0x2f,0x50,0x04,0xf1, +0xf6,0x00,0x0c,0x08,0x0f,0x06,0x00,0x05,0xb9,0xf7,0xbf,0xd5,0x0f,0xf5,0x2a,0xf0, +0xf7,0x00,0x2f,0x3f,0xa2,0x00,0x00,0x07,0x00,0x00,0xa1,0x09,0xf0,0x09,0x09,0xe5, +0x29,0xf2,0x1f,0x50,0x00,0xc9,0x4f,0x10,0x00,0x8c,0x4f,0x10,0x00,0x8d,0x1f,0x50, +0x00,0xca,0x09,0xe4,0x28,0xf3,0x1c,0x00,0x70,0xf8,0xcf,0xd5,0x0f,0xc2,0x08,0xf2, +0xb7,0x01,0x01,0xbe,0x01,0xc6,0x0b,0xaf,0x60,0x00,0xe8,0xfd,0x32,0xaf,0x1f,0x9c, +0xfd,0x40,0xba,0x00,0x03,0x3f,0x01,0x2e,0x29,0xf6,0x3f,0x01,0x13,0x29,0x3f,0x01, +0x17,0x00,0x04,0x00,0x48,0xf9,0xdd,0xfe,0x42,0x08,0x01,0xf1,0x17,0x02,0xbf,0xe9, +0x10,0xcb,0x23,0xda,0x0f,0x70,0x03,0x50,0x7f,0xb7,0x20,0x00,0x16,0xaf,0x72,0x80, +0x00,0x7f,0x1e,0xa2,0x2b,0xc0,0x3c,0xfe,0xa2,0x07,0xd0,0x00,0x7d,0x00,0xff,0xff, +0x50,0x8d,0x00,0x0a,0x00,0x01,0x05,0x00,0xc7,0x06,0xf3,0x10,0x1c,0xf5,0xf5,0x00, +0x2f,0x3f,0x50,0x02,0xf3,0x07,0x00,0xf0,0x3d,0x60,0x02,0xf3,0xbc,0x33,0xbf,0x32, +0xcf,0xd6,0xf3,0x9c,0x00,0x08,0xc3,0xf2,0x00,0xe7,0x0d,0x70,0x3f,0x10,0x8c,0x08, +0xb0,0x02,0xf2,0xd6,0x00,0x0c,0xaf,0x00,0x00,0x6f,0xa0,0x00,0x01,0xf5,0x00,0x8c, +0x00,0x1f,0x50,0x09,0xc4,0xf0,0x06,0xfa,0x00,0xd7,0x0f,0x40,0xba,0xe0,0x1f,0x30, +0xa9,0x0f,0x1e,0x45,0xe0,0x06,0xd5,0xc0,0x99,0x99,0x00,0x1f,0xb7,0x04,0xed,0x50, +0x00,0xdf,0x20,0x0f,0xf0,0xa0,0x09,0xc0,0xac,0x00,0x4f,0x40,0x0d,0xb0,0x0a,0xd0, +0x7f,0x10,0x01,0xe9,0xf7,0x03,0xf0,0x08,0xb0,0x00,0x00,0x6f,0xc0,0x00,0x01,0xf7, +0xe7,0x00,0x0b,0xc0,0x6f,0x20,0x5f,0x30,0x0c,0xc0,0xac,0x00,0x0b,0xb4,0xf2,0xdd, +0x05,0xf0,0x03,0x5f,0x10,0x9d,0x0a,0xb0,0x03,0xf2,0xe5,0x00,0x0d,0xcf,0x00,0x00, +0x7f,0xa0,0x00,0x02,0xf4,0xf5,0x08,0x61,0x01,0x4d,0x80,0x00,0x5f,0xa0,0xd8,0x03, +0x40,0xb0,0x11,0x16,0xf5,0xd5,0x0a,0x00,0xd1,0x0a,0x20,0x7f,0x20,0xe2,0x0a,0xe0, +0x1e,0xa1,0x11,0x15,0xff,0xff,0xff,0x00,0x01,0x40,0x03,0xe7,0x00,0xba,0x4a,0x01, +0xb0,0xf6,0x00,0x0f,0x50,0x06,0xf2,0x08,0xf7,0x00,0x18,0xf1,0x20,0x0b,0x10,0xf6, +0x14,0x00,0x87,0xc9,0x00,0x04,0xf5,0x00,0x03,0x70,0xb6,0x01,0x00,0x50,0x53,0x41, +0x00,0x07,0xe3,0xe3,0x09,0x10,0x5f,0xb9,0x02,0xa1,0x4f,0x00,0x01,0xf6,0x00,0x06, +0xf9,0x00,0xe9,0x10,0x10,0x0c,0x60,0x5f,0x00,0x08,0xd0,0x04,0xf5,0xa3,0x0b,0xe0, +0x02,0xcf,0x90,0x00,0xe2,0x0b,0xa3,0xcc,0x15,0xe0,0x0e,0x20,0x0b,0xff,0xf1,0x07, +0x10,0x10,0x18,0x05,0x12,0x20,0x95,0x09,0x11,0xf3,0x07,0x00,0x21,0x09,0xab,0x07, +0x00,0x30,0x1d,0x0b,0x40,0x07,0x00,0x30,0x96,0x03,0xc0,0x1b,0x00,0x30,0xd0,0x00, +0xb4,0x1b,0x00,0x30,0x60,0x00,0x2c,0x1b,0x00,0xd0,0x00,0x00,0x0a,0x50,0x00,0x00, +0x96,0x00,0x00,0x02,0xd0,0x00,0x01,0x68,0x0b,0x40,0xa5,0x00,0x09,0x60,0x57,0x06, +0x31,0x00,0x2d,0x00,0x27,0x00,0x70,0x8e,0xdd,0xdd,0xde,0xed,0xde,0xc0,0x0d,0x00, +0x10,0x58,0x6c,0x0c,0xf0,0x25,0x07,0x94,0xb4,0x00,0x00,0x7b,0x5f,0x00,0x1b,0x00, +0x3d,0x61,0x4f,0x00,0x1c,0x02,0xd1,0x00,0x9e,0x83,0xd6,0x0a,0x40,0x00,0xd1,0x9f, +0xf1,0x0d,0x00,0x01,0xc4,0xd4,0x49,0x2a,0x00,0x06,0xec,0x10,0x0c,0x2b,0x00,0x0a, +0x80,0x00,0x0c,0x0d,0x00,0x03,0x00,0x00,0x2a,0x09,0x9e,0x00,0xf0,0x08,0x95,0x01, +0xd3,0x00,0x00,0x06,0xb0,0x00,0x2c,0x83,0x24,0xaa,0x00,0x00,0x00,0x59,0xa8,0x30, +0x00,0x00,0x05,0xcc,0xcc,0x7a,0x0a,0xf0,0x04,0x3b,0xff,0xb1,0xc5,0x00,0x02,0xba, +0x0d,0xf2,0x2d,0x62,0x01,0xfb,0x00,0x26,0x00,0x2f,0x80,0x38,0xb1,0x00,0x40,0xa7, +0x0a,0xf1,0x00,0x86,0x0b,0x10,0x19,0x0d,0x00,0x20,0xaa,0x02,0x9d,0x06,0x20,0x19, +0x80,0xa1,0x05,0xe0,0x19,0xf2,0x00,0x18,0xb9,0x63,0x6c,0xa5,0x00,0x00,0x0a,0x6f, +0x9f,0x57,0x9a,0x00,0x25,0x51,0x40,0xd2,0x17,0xf0,0x19,0x06,0xb3,0x8a,0x95,0x00, +0x00,0x05,0x93,0xf6,0x23,0x8c,0x20,0x02,0xe0,0x02,0xb1,0x00,0x3d,0x10,0x0c,0xf0, +0x03,0xd0,0x00,0x59,0x00,0x9b,0xb0,0x99,0x00,0x00,0xd0,0x0c,0x07,0xda,0x00,0x00, +0x0b,0x20,0xc0,0xf9,0x17,0x20,0xa2,0x0a,0x2f,0x01,0x30,0x0d,0x00,0x49,0x60,0x0a, +0xf0,0x04,0xa0,0x00,0xb5,0x00,0x00,0x02,0xd1,0x00,0x00,0xb9,0x31,0x27,0xd3,0x00, +0x00,0x00,0x4a,0xcb,0x70,0x50,0x00,0xf0,0x2d,0x22,0x11,0x11,0x10,0x00,0x3d,0xaa, +0xbb,0xd7,0x00,0x09,0x40,0x00,0x0c,0x10,0x00,0xd0,0x00,0x02,0xb0,0x00,0x58,0x00, +0x00,0x84,0x00,0x07,0xa0,0x00,0x6c,0x00,0x03,0xdf,0x20,0xfa,0x00,0x02,0xd1,0x4a, +0x6f,0x90,0x00,0x94,0x04,0x8c,0x1c,0x10,0x0c,0x00,0xb5,0xa0,0x93,0x00,0xb2,0x0b, +0x22,0x0a,0x20,0x06,0x80,0x55,0x01,0x30,0x0b,0x82,0x04,0xf9,0x00,0xfa,0x15,0xbc, +0x91,0x00,0x00,0x00,0x29,0x99,0x00,0x00,0x05,0x50,0x81,0x00,0x00,0x54,0x08,0x10, +0x00,0x06,0x51,0x92,0x00,0xaa,0xcf,0xff,0xa9,0x9a,0x00,0x00,0x00,0x0a,0xa0,0x7a, +0xaa,0x30,0xaa,0x09,0x00,0xf1,0x06,0x00,0x00,0x00,0xa6,0xaf,0xff,0xfd,0x95,0x00, +0x63,0x05,0x40,0x00,0x06,0x30,0x54,0x00,0x00,0x3a,0xaa,0x20,0xdd,0x01,0xf0,0x0f, +0x10,0x00,0x00,0x02,0xaf,0xff,0xe5,0xd4,0x03,0xef,0xc8,0x8c,0x6d,0xba,0xef,0x50, +0x00,0x00,0xc0,0x6f,0xb0,0x00,0x00,0x0c,0x00,0x1a,0xb1,0x00,0x00,0xc0,0xb8,0x0c, +0x40,0x0c,0x00,0x1c,0x70,0x16,0x00,0xf0,0x2d,0x50,0x00,0x00,0x0d,0x7f,0xfa,0x00, +0x00,0x00,0xf8,0x0a,0xfb,0x30,0x03,0x15,0x00,0x0a,0xff,0xff,0xf8,0x00,0x00,0x03, +0x8a,0xa7,0x10,0x35,0x78,0x55,0x55,0x55,0x2c,0x5f,0xf9,0x55,0x55,0x88,0xc0,0xcd, +0x30,0x2a,0xdf,0x8c,0x02,0x30,0x8f,0xff,0xf8,0xc0,0xdf,0x50,0x7f,0xff,0x8c,0x0c, +0xf4,0x00,0x12,0x68,0xc0,0x14,0x01,0xe0,0x8c,0x0c,0xe4,0x00,0x00,0x48,0xc0,0xdf, +0x50,0x00,0x04,0x8c,0x03,0x40,0x0b,0x00,0xf0,0x03,0x7a,0x20,0x00,0x04,0x8c,0x0d, +0xf5,0x00,0x00,0x48,0xc9,0xff,0xc9,0x99,0x9b,0x81,0x22,0x22,0x4b,0x0c,0xf3,0x31, +0x03,0x9f,0xfa,0x30,0x00,0x00,0x9b,0x4d,0xc6,0xb9,0x00,0x08,0x80,0x0c,0xa1,0x08, +0x80,0x2c,0x00,0x0c,0xa1,0x00,0xc2,0x76,0x00,0x0e,0xe1,0x00,0x67,0x84,0x00,0x50, +0x09,0x30,0x49,0x75,0x0a,0xb9,0x6c,0xa8,0x58,0x3b,0xb6,0xb7,0x1b,0xb6,0xf4,0x0f, +0xfd,0x50,0x00,0x6f,0xf0,0x02,0xfa,0x00,0x00,0x6e,0x20,0x00,0x08,0xdc,0xcd,0x80, +0xd6,0x00,0x03,0x01,0x00,0x30,0x07,0xef,0xb2,0xc9,0x01,0x20,0xff,0xff,0x62,0x0c, +0x50,0xdf,0xff,0xff,0x51,0x65,0xaa,0x0c,0x30,0xf8,0xef,0xfc,0x88,0x08,0xf1,0x26, +0xaf,0xff,0xf4,0x01,0xdf,0xff,0x86,0xff,0xff,0x40,0x05,0xfc,0xcf,0xcf,0xff,0xc0, +0x02,0xf3,0x1d,0xff,0xff,0xf5,0x00,0xa8,0x0c,0xff,0xff,0xff,0xe0,0x0e,0x35,0xff, +0xff,0xff,0xff,0x30,0xf5,0xbf,0xff,0xff,0xff,0xf5,0x0c,0xdd,0xa9,0x99,0x99,0x99, +0x20,0x00,0x00,0x0a,0x30,0x23,0x0f,0x11,0xe3,0x5d,0x00,0xa0,0x4e,0x40,0x00,0x05, +0x44,0x43,0x37,0xf5,0x00,0x0f,0x2b,0x00,0xf1,0x07,0x50,0x06,0x66,0x66,0x66,0x66, +0x61,0x02,0xef,0xff,0xff,0xff,0xfc,0x00,0x2d,0xfa,0xbb,0xbb,0xc9,0x00,0x01,0xd8, +0x29,0x00,0x21,0x1c,0x90,0x07,0x00,0x11,0xb8,0x06,0x00,0x16,0x02,0x33,0x1a,0x30, +0x4d,0xd9,0x40,0xaf,0x00,0xf0,0x4d,0x04,0xac,0x30,0x00,0x00,0x4c,0xdb,0x52,0xc6, +0x00,0x00,0x24,0x13,0x9c,0x10,0x00,0x00,0x29,0xcb,0x31,0x00,0x00,0x38,0x89,0x85, +0x30,0x00,0x08,0xe2,0x00,0x3e,0x60,0x00,0x8f,0x62,0xca,0x07,0xf5,0x00,0xef,0x37, +0xff,0x24,0xfa,0x00,0x6f,0x71,0xb9,0x08,0xf3,0x00,0x07,0xf6,0x00,0x6e,0x40,0x00, +0x00,0x27,0x99,0x71,0x00,0x00,0x01,0x22,0x22,0x21,0x00,0x00,0xea,0xaa,0xaa,0xd3, +0x00,0x0c,0x00,0x00,0xb2,0xd3,0x00,0xc0,0x00,0x0d,0x01,0xc3,0x0c,0x00,0x00,0xcc, +0xb3,0x90,0xc0,0x2b,0x02,0x10,0x0c,0x76,0x00,0x0f,0x0b,0x00,0x09,0xf0,0x04,0x0e, +0xdd,0xdd,0xdd,0xdd,0x90,0x05,0xdb,0x10,0xe1,0x68,0x0e,0x16,0x80,0x5e,0xc1,0x00, +0x17,0x30,0x36,0x01,0x10,0xe1,0xa4,0x00,0x2f,0x54,0x00,0x36,0x0d,0x25,0x30,0x00, +0x00,0x04,0xf7,0x02,0x2f,0x2e,0x40,0x46,0x00,0x2c,0x20,0x54,0x00,0xf5,0x02,0x6f, +0x40,0x00,0x00,0x17,0x01,0x70,0x46,0x00,0x27,0x00,0x01,0x00,0x7f,0x5d,0xee,0xe4, +0x00,0x00,0x01,0x11,0x8c,0x00,0x27,0x7f,0x4e,0x12,0xe2,0x00,0x00,0x16,0x00,0x87, +0x00,0x27,0x92,0x02,0xaa,0x10,0x00,0x00,0x09,0x35,0x70,0x00,0x0a,0x00,0x0f,0xcd, +0x00,0x25,0x00,0xc5,0x02,0x00,0xa9,0x05,0x40,0x08,0xef,0x51,0x11,0xc3,0x03,0x21, +0xf6,0xf4,0xe0,0x00,0x30,0xbc,0x0f,0x50,0x07,0x00,0x50,0x4f,0x30,0xf5,0x00,0x00, +0x15,0x11,0xf0,0x01,0x0e,0xff,0xff,0xa0,0x00,0x07,0xf2,0x00,0xe8,0x22,0x21,0x00, +0x01,0xff,0xff,0xff,0xb8,0x00,0x51,0xad,0x33,0x33,0xd8,0x00,0x39,0x11,0xcf,0x0c, +0x91,0x11,0x11,0x0c,0xc0,0x00,0x00,0xbf,0xff,0xff,0xc0,0xb6,0x0e,0x21,0x70,0xff, +0xc4,0x00,0x00,0x00,0x8c,0x20,0x62,0x04,0x12,0x70,0x0a,0x00,0x23,0x04,0x70,0x26, +0x11,0x2f,0x07,0x10,0xa5,0x0e,0x1a,0x7f,0x00,0x00,0x74,0x00,0x00,0x08,0xc1,0x38, +0x00,0x1e,0x00,0x30,0x00,0x7f,0x00,0xc9,0xc0,0x00,0x04,0x50,0x44,0x38,0x00,0x1a, +0x7f,0x0a,0x90,0x7b,0x00,0x04,0x40,0x35,0x34,0x00,0x1a,0x8f,0x07,0x40,0x04,0xf2, +0x00,0x45,0x00,0xac,0x02,0x00,0x01,0x5f,0x03,0x70,0x1e,0x50,0x44,0x1b,0x00,0x03, +0xa0,0x00,0x00,0x45,0x00,0x05,0xcb,0x50,0x07,0x10,0x70,0x0c,0x00,0x0f,0x03,0x00, +0x0a,0x6f,0x2e,0x21,0xe4,0x07,0x00,0x61,0x27,0x00,0x0e,0x90,0x08,0xff,0xfd,0x80, +0x00,0x08,0xe2,0x24,0xcd,0x79,0x08,0xf4,0x07,0x0e,0x80,0x08,0xd0,0x00,0x07,0xe0, +0x08,0xd0,0x00,0x04,0xf1,0xef,0xff,0xa0,0x03,0xf2,0x29,0xe2,0x10,0x05,0xf1,0x14, +0x00,0x62,0x1e,0x90,0x08,0xe2,0x25,0xdd,0x32,0x00,0x01,0x01,0x00,0xf0,0x21,0x1b, +0xee,0xea,0x00,0x00,0x11,0x11,0x00,0x0c,0xe1,0x00,0x00,0xf7,0xcf,0x90,0x00,0x0f, +0x7c,0xef,0x30,0x00,0xf7,0xca,0xbd,0x00,0x0f,0x7c,0xa2,0xf7,0x00,0xf7,0xca,0x07, +0xf2,0x0f,0x7c,0xa0,0x0c,0xc0,0xf7,0xca,0x00,0x3f,0x6f,0x7c,0xa0,0x00,0x9e,0xb5, +0x0e,0x00,0xbe,0x0e,0x40,0x04,0xf7,0x00,0x06,0x04,0x02,0x11,0x03,0x68,0x02,0x3f, +0x36,0x00,0x00,0xc8,0x0e,0x23,0x00,0x72,0x04,0x10,0x71,0x9a,0x02,0x1f,0x80,0x46, +0x00,0x2c,0x10,0x36,0x8c,0x00,0x10,0xda,0xa5,0x15,0x2f,0x20,0x71,0x46,0x00,0x27, +0x00,0x01,0x00,0x33,0x2c,0xee,0xf8,0x13,0x04,0x0f,0x46,0x00,0x24,0x8f,0x1e,0x40, +0xd6,0x00,0x00,0x06,0x10,0x62,0x87,0x00,0x29,0xf0,0x0d,0x1d,0x30,0x04,0xd0,0x09, +0xf3,0x4f,0x70,0x00,0x9f,0xf7,0x00,0x00,0x4f,0xf3,0x00,0x04,0xf8,0x9f,0x30,0x1f, +0x80,0x09,0xe1,0x03,0x00,0x00,0x30,0x25,0x00,0xf0,0x26,0xc3,0x01,0xec,0x44,0x9f, +0x90,0x09,0xe0,0x00,0x3f,0xd0,0x0e,0x70,0x00,0xc6,0xf3,0x1f,0x50,0x06,0x90,0xf5, +0x2f,0x40,0x1d,0x10,0xf6,0x1f,0x50,0xa5,0x00,0xf6,0x0f,0x74,0xb0,0x02,0xf3,0x0a, +0xed,0x20,0x09,0xe0,0x01,0xed,0x43,0x9f,0x50,0x02,0xda,0xef,0xc4,0x00,0x05,0x30, +0x5a,0x06,0x70,0x73,0x00,0x00,0x00,0x7e,0x10,0x00,0x0e,0x00,0x0f,0x46,0x0f,0x19, +0x7f,0x00,0x00,0x57,0x00,0x00,0x02,0xe4,0x38,0x00,0x1f,0xaf,0x06,0x40,0x00,0x00, +0x7b,0xd3,0x00,0x01,0x70,0x16,0x38,0x00,0x1a,0x7f,0x04,0xe0,0x3e,0x20,0x01,0x60, +0x07,0xa4,0x00,0x1c,0x50,0x07,0x40,0x00,0x00,0x08,0xc0,0x06,0xf0,0x0d,0x71,0x00, +0x0a,0xe0,0x00,0x01,0xe9,0x1f,0x80,0x00,0x8f,0x10,0x8f,0x10,0x1f,0x80,0x01,0xf8, +0x09,0xe1,0x00,0x07,0xf3,0xf7,0x00,0x00,0x0e,0xfe,0x14,0x0f,0x1b,0x60,0x3d,0x0f, +0x00,0x09,0x00,0x13,0xc9,0xaa,0x04,0x11,0xc9,0xf3,0x03,0xf2,0x09,0xd8,0x00,0xca, +0x22,0x5e,0xb0,0xc9,0x00,0x05,0xf1,0xc9,0x00,0x04,0xf1,0xc9,0x00,0x2c,0xc0,0xcf, +0xff,0xfb,0x10,0xca,0x22,0x20,0x00,0xf0,0x1f,0x1a,0xee,0x90,0x00,0x9d,0x33,0xe7, +0x00,0xe7,0x00,0xa9,0x00,0xf6,0x00,0xe6,0x00,0xf6,0x07,0xe0,0x00,0xf6,0x09,0xd0, +0x00,0xf6,0x02,0xeb,0x00,0xf6,0x00,0x2d,0xc0,0xf6,0x00,0x03,0xf3,0xf6,0x31,0x06, +0xf1,0xf6,0x7e,0xfd,0x50,0x00,0x8e,0xe1,0x05,0x11,0xa0,0x3b,0x0b,0x00,0xfe,0x0e, +0x5f,0x0c,0xc3,0x2b,0xc0,0x05,0xfe,0x0e,0x04,0x01,0xb4,0x08,0x25,0x02,0xe2,0x2c, +0x00,0x0f,0x2a,0x0f,0x09,0x8f,0x00,0x0a,0xe3,0x00,0x00,0x88,0x2c,0x10,0x2c,0x00, +0x12,0x00,0xc1,0x0b,0x7f,0xbe,0x43,0xc0,0x03,0xc1,0xcf,0x50,0x30,0x00,0x12,0x7f, +0xe5,0x0c,0x70,0x00,0x62,0x05,0x30,0x2c,0x00,0x12,0x71,0x09,0xa4,0x00,0x00,0x48, +0x0b,0x00,0x08,0x00,0x0f,0x30,0x00,0x10,0xf0,0x01,0x03,0xcf,0xe9,0x19,0xfe,0xa1, +0x01,0xf9,0x23,0xdf,0xb2,0x3c,0xb0,0x03,0x00,0x08,0x87,0x0c,0x10,0x5c,0x2f,0x09, +0x40,0xf2,0x2f,0x70,0x08,0xdf,0x10,0x30,0xf0,0x00,0x8f,0x84,0x17,0xcf,0x61,0x6f, +0xed,0x32,0x59,0x00,0x7e,0xfc,0x61,0x9e,0xfc,0x60,0xef,0x0f,0x0a,0xb1,0x9f,0xfb, +0x20,0x00,0x0a,0xb1,0x00,0x00,0x00,0xb6,0x00,0x08,0x00,0x10,0xad,0xd9,0x0b,0x03, +0xdf,0x04,0x0f,0xdb,0x0f,0x0d,0x6f,0x00,0x8d,0x10,0x00,0x03,0xd1,0x2c,0x00,0x13, +0x7f,0x0b,0xd2,0x00,0x00,0xa7,0x3c,0x10,0x2c,0x00,0x11,0x8f,0x01,0xe3,0x0d,0x50, +0x00,0x71,0x06,0x20,0x2c,0x00,0x11,0x8a,0x1d,0x90,0x01,0xd4,0x00,0x00,0x00,0xd8, +0x02,0x00,0x3e,0x0d,0xa0,0x89,0x15,0x00,0x61,0x00,0x02,0xdb,0x00,0x1b,0x26,0xdb, +0x00,0x1f,0xd8,0x03,0x00,0x03,0x6f,0x5e,0x03,0xe2,0x26,0x01,0x70,0x21,0x00,0x08, +0x01,0xc4,0x0d,0xf1,0x1b,0xee,0x61,0xa0,0x00,0x17,0xff,0x60,0x00,0x0b,0xbe,0xa0, +0x00,0x04,0x05,0xf3,0x00,0x6d,0xe9,0xe8,0x07,0xf6,0x35,0xeb,0x0e,0x80,0x00,0x8d, +0x0f,0x50,0x00,0x9c,0x0e,0x70,0x00,0xc9,0x07,0xf5,0x28,0xf2,0x00,0x7d,0xfc,0x02, +0x02,0x51,0xbe,0x34,0xb0,0x4b,0x2c,0xe8,0x05,0x0f,0x0e,0x10,0x0a,0x10,0x9d,0xf8, +0x07,0x02,0xd8,0x0a,0x0f,0x1a,0x10,0x0d,0x40,0x00,0x00,0x7e,0x20,0x97,0x1a,0x0f, +0x2c,0x00,0x12,0x7f,0x0a,0xe2,0x00,0x00,0x98,0x2c,0x10,0x58,0x00,0x13,0x02,0xaf, +0x00,0x4f,0x04,0xb2,0xcf,0x40,0x30,0x00,0x12,0x7f,0xe4,0x0c,0x60,0x00,0x61,0x05, +0x20,0x2c,0x00,0x12,0x10,0x03,0x5e,0x06,0x12,0xd0,0xe4,0x02,0xb7,0x11,0x11,0x10, +0x7f,0xff,0xff,0xfd,0x14,0x44,0x44,0x43,0x18,0x00,0xf0,0x19,0xd0,0x00,0x8e,0xfd, +0x90,0x09,0xe4,0x2e,0xf2,0x1f,0x50,0x58,0xca,0x4f,0x10,0xc1,0x8d,0x4f,0x15,0x80, +0x8d,0x1f,0x5c,0x10,0xca,0x09,0xfa,0x28,0xf2,0x00,0xed,0xfc,0x30,0x05,0x90,0x00, +0x00,0x0a,0xd0,0x00,0xbf,0x0e,0x00,0x40,0x09,0x0a,0x83,0x10,0x10,0x50,0x09,0x12, +0xff,0x00,0x2f,0x3b,0xc3,0x3b,0xf3,0x2c,0xfd,0x6f,0x30,0x00,0x08,0xd1,0x00,0x03, +0xc1,0x27,0x00,0x0f,0x6f,0xbd,0x20,0x00,0x96,0x2b,0x10,0x27,0x00,0x0d,0x7f,0x1e, +0x30,0xd6,0x00,0x61,0x06,0x20,0x4e,0x00,0x0e,0x60,0x01,0xe8,0x00,0x00,0xa8,0x00, +0xc9,0x01,0xf1,0x08,0xc0,0x00,0xbb,0x4f,0x20,0x0f,0x60,0xe7,0x05,0xf1,0x09,0xd0, +0xab,0x00,0x3f,0x2e,0x50,0x00,0xdc,0xf0,0x00,0x07,0xfa,0x00,0x0a,0xf2,0x00,0x04, +0xe0,0x00,0x14,0xd8,0x00,0x05,0xfa,0x00,0x00,0xe7,0x00,0x00,0x0e,0x70,0x07,0x00, +0xf4,0x0c,0x9b,0xfd,0x50,0xee,0x53,0x9f,0x2e,0x70,0x00,0xd9,0xe7,0x00,0x09,0xbe, +0x70,0x00,0xab,0xe7,0x00,0x0d,0x9e,0xe4,0x29,0xf2,0xe9,0xbf,0xe5,0x23,0x00,0x00, +0x29,0x01,0x6f,0xc0,0x5e,0x00,0x35,0x01,0x60,0x62,0x00,0x17,0x40,0x00,0x7e,0xee, +0xe6,0x71,0x01,0x0f,0x1c,0x0b,0x26,0x31,0x02,0xff,0xff,0x61,0x10,0x0f,0xcc,0x04, +0x12,0x8f,0x2e,0x12,0xf0,0x00,0x00,0x06,0xdd,0x50,0x89,0x0b,0x26,0x69,0xd5,0x0c, +0x50,0x00,0x3c,0xd9,0x6d,0x00,0x2f,0x02,0x00,0x95,0x05,0x05,0x0f,0xec,0x0b,0x25, +0x20,0x08,0xa0,0x83,0x0b,0x10,0x30,0xe8,0x04,0x1f,0xf5,0xd3,0x00,0x0b,0xe2,0xc6, +0xf3,0x00,0x00,0x0d,0x50,0x00,0x00,0x4e,0x10,0x00,0x00,0x1d,0xe2,0x7d,0x02,0x01, +0x47,0x17,0x01,0x44,0x0d,0x0f,0x99,0x1a,0x23,0x10,0x00,0x3d,0x17,0x11,0x07,0xde, +0x1e,0x0f,0x88,0x15,0x0f,0x20,0x01,0xcc,0xe6,0x16,0x13,0x56,0x2e,0x00,0x0f,0x72, +0x00,0x25,0x6f,0x2d,0xb0,0x00,0x01,0xc3,0x69,0x72,0x00,0x13,0x20,0x00,0x44,0x26, +0x00,0x2f,0xa9,0x00,0x72,0x00,0x2b,0x21,0x0b,0x80,0xec,0x08,0x0f,0x72,0x00,0x12, +0x7f,0x0d,0x56,0xd0,0x00,0x00,0x03,0xff,0x56,0x01,0x2b,0x65,0x01,0xc4,0x7b,0x00, +0x00,0x1c,0x56,0x01,0x42,0x10,0x0a,0xd4,0x2b,0x33,0x06,0x06,0x72,0x00,0x50,0x82, +0x0a,0xd4,0x29,0xe1,0x72,0x00,0xbf,0x04,0x40,0x54,0x00,0x01,0xc8,0xc0,0x00,0x00, +0x17,0x00,0x27,0x1c,0x1a,0x00,0x42,0x15,0x10,0x9a,0x05,0x00,0x10,0xc7,0x05,0x00, +0x10,0x80,0x19,0x17,0x10,0x00,0xa5,0x16,0x10,0x00,0x6f,0x15,0x00,0xe3,0x17,0x03, +0x05,0x00,0x00,0x1e,0x17,0x11,0x00,0x1f,0x17,0x01,0x20,0x17,0x0f,0x60,0x0c,0x26, +0x00,0xbf,0x09,0xc1,0x0d,0xff,0xfb,0x00,0x00,0x22,0xf7,0x10,0x0a,0xfd,0x7f,0x60, +0x11,0x17,0x40,0xf5,0x00,0x0f,0x60,0x66,0x00,0x51,0x03,0xf1,0x00,0x0f,0x60,0x6a, +0x00,0x41,0xad,0x20,0x8f,0x60,0x69,0x00,0x30,0x0d,0xee,0xee,0x5b,0x05,0x0f,0x86, +0x0d,0x1a,0x32,0x04,0xff,0xff,0x5c,0x09,0x0f,0x6b,0x07,0x10,0x7f,0x08,0x90,0x8a, +0x00,0x01,0xad,0xb1,0x52,0x0e,0x1b,0x6f,0xe3,0x0e,0x30,0x00,0x4c,0xd7,0x23,0x08, +0x13,0x2f,0x2e,0x30,0xb2,0x0e,0x20,0x5f,0xc0,0x00,0x00,0x03,0x50,0x60,0x00,0x12, +0x0f,0x42,0x0f,0x1b,0xaf,0x6c,0x10,0x00,0x00,0xe5,0x10,0x00,0x00,0x9f,0x70,0x58, +0x00,0x05,0xf1,0x04,0x0a,0xe5,0x16,0xe1,0x00,0x9e,0xfe,0x50,0x00,0x02,0xe3,0x00, +0x00,0x06,0xc1,0x00,0x00,0x02,0xee,0x3a,0x0f,0x6f,0x00,0xc8,0xc1,0x00,0x00,0x17, +0xc8,0x00,0x1c,0x31,0xa7,0x3d,0x10,0x23,0x09,0x0f,0x28,0x01,0x11,0x20,0x01,0xdb, +0xe4,0x0c,0x14,0x47,0xb9,0x01,0x0f,0x6b,0x1e,0x23,0x72,0x00,0x0c,0xd1,0x00,0x00, +0xb6,0x4b,0x6c,0x05,0x0f,0x83,0x19,0x18,0x02,0xaf,0x11,0x8f,0x1f,0x14,0xe0,0x00, +0x00,0x05,0xdd,0x30,0x7e,0x00,0x26,0x6f,0xf2,0x1e,0x20,0x00,0x5d,0xd7,0x7e,0x00, +0x1f,0x26,0x00,0x53,0xfa,0x13,0x0f,0xfc,0x00,0x27,0x6f,0x08,0xb0,0x00,0x00,0x03, +0x40,0x7e,0x00,0x1f,0x0f,0x6f,0x00,0x24,0x21,0x00,0x27,0x39,0x21,0x00,0x05,0x00, +0x16,0xa8,0x0a,0x18,0x01,0xd9,0x17,0x01,0x72,0x0d,0x2f,0x0a,0xb0,0x8b,0x00,0x1f, +0x20,0x03,0x60,0xb3,0x0f,0x7e,0x80,0x00,0x00,0x62,0x07,0x10,0x0c,0x33,0x20,0x10, +0xa0,0x91,0x10,0x8e,0xff,0xff,0xff,0x7c,0xb2,0x22,0x22,0xf7,0x1b,0x00,0xa5,0x00, +0x72,0x00,0x00,0xa9,0xd1,0x00,0x36,0x03,0x50,0x02,0x1b,0x3f,0x00,0x00,0xf8,0xa0, +0x0a,0x08,0x20,0x0d,0x90,0x27,0x00,0x10,0xd9,0x29,0x00,0xb2,0xbf,0xfe,0xee,0xee, +0xff,0x51,0xda,0x11,0x11,0x2f,0x70,0x16,0x00,0x10,0xdf,0x10,0x1d,0x43,0x0d,0xa2, +0x22,0x22,0x21,0x00,0x07,0x2c,0x00,0x02,0x0b,0x00,0x20,0x00,0xc9,0xe2,0x05,0xf9, +0x0f,0xff,0x60,0x00,0x02,0xca,0x20,0x00,0x00,0x0c,0xa9,0xfe,0x80,0x00,0xcf,0x72, +0x7f,0x30,0x0c,0xa0,0x00,0xe6,0x00,0xc9,0x00,0x0e,0x70,0x0c,0x90,0x00,0xe7,0x09, +0x00,0x00,0x84,0x0b,0x30,0x3d,0xee,0xf6,0x48,0x10,0x0f,0xbf,0x11,0x0c,0x00,0x38, +0x01,0x7f,0x3e,0xb1,0xa6,0xa6,0x5e,0xd1,0x10,0xd8,0x0b,0x08,0x20,0xee,0xe8,0x03, +0x09,0x0f,0x4b,0x00,0x0d,0x21,0x9f,0xff,0xe8,0x13,0x0f,0x48,0x00,0x07,0x6f,0x0f, +0x21,0xf2,0x05,0xdd,0x60,0x48,0x00,0x0e,0x6f,0x3e,0x03,0xe0,0x08,0xdc,0x40,0x48, +0x00,0x08,0x38,0x0a,0xc0,0xac,0x03,0x00,0xad,0x0d,0xe5,0xd1,0xc7,0x17,0xf9,0x00, +0xc7,0x00,0x53,0xb5,0x0c,0x97,0xf8,0x07,0xb0,0x0f,0x40,0x0a,0xf6,0x9a,0x44,0xe8, +0x21,0x04,0x8d,0x1c,0x10,0xac,0x8d,0x08,0x20,0x3a,0xc0,0x84,0x0f,0x0f,0x0b,0x00, +0x0f,0xf1,0x05,0x07,0xf0,0x00,0x5f,0x1a,0xc0,0x2f,0x80,0x2d,0xb0,0xac,0x00,0x4c, +0xfe,0x91,0x00,0xc7,0x04,0xe1,0x53,0x49,0x0a,0x3f,0xd8,0x04,0xf1,0x03,0x00,0x02, +0x00,0x3a,0x25,0x61,0x29,0xf0,0x00,0xce,0x60,0x00,0x6b,0x02,0x12,0x02,0x6b,0x02, +0x00,0x4f,0x07,0x12,0x20,0x55,0x22,0x0f,0x09,0x00,0x02,0x00,0x68,0x22,0x50,0x08, +0xe0,0x00,0x7f,0x00,0x69,0x22,0x74,0x00,0x4c,0xfe,0x80,0x00,0x01,0xdc,0xc1,0x08, +0x1f,0xb9,0x03,0x00,0x04,0x40,0xc9,0x00,0x13,0xf6,0xba,0x1b,0x0f,0x94,0x22,0x1f, +0x32,0x00,0xd7,0x00,0x51,0x1f,0x12,0x02,0x67,0x02,0x0f,0xce,0x1d,0x11,0x00,0x53, +0x11,0x12,0xd7,0x10,0x26,0x10,0x30,0x58,0x0b,0xf2,0x0c,0x6f,0x4e,0x70,0x6f,0x40, +0xe7,0x5f,0x50,0x0e,0xff,0x90,0x00,0xe9,0x8f,0x30,0x0e,0x70,0xbe,0x10,0xe7,0x00, +0xdc,0x0e,0x70,0x02,0xf9,0x04,0x78,0x0b,0x1f,0x8a,0xf9,0x22,0x0c,0x11,0xa0,0xc6, +0x05,0x7e,0x1c,0xff,0xff,0xfb,0x0d,0xa0,0x9a,0x76,0x0e,0x03,0x02,0x00,0x0f,0x3f, +0x23,0x14,0x61,0x01,0x81,0x00,0x00,0x2f,0x10,0x20,0x0a,0x10,0x11,0xd8,0x13,0x1a, +0xd8,0x03,0x00,0xff,0x01,0x63,0x0e,0x62,0xe1,0x02,0x00,0xca,0x05,0xf0,0x0c,0xa0, +0x7c,0x00,0xca,0x0a,0x40,0x4c,0x00,0x0a,0xcb,0xd8,0x4f,0x0d,0x87,0xd0,0xd8,0x73, +0x0d,0x80,0x00,0xd8,0x00,0x05,0x00,0x0c,0x35,0x00,0x5f,0x03,0x40,0x0c,0xa0,0x8b, +0x43,0x00,0x01,0x04,0xc0,0x00,0x36,0x35,0xd8,0x8b,0xcc,0x00,0x00,0x25,0x00,0x09, +0x04,0x00,0x87,0xca,0x80,0x00,0x8f,0xd5,0x00,0x00,0x3c,0x14,0x00,0x00,0x42,0x00, +0x63,0x0c,0xff,0xff,0xfb,0x0b,0xa0,0x02,0x00,0x43,0xc6,0x5e,0xd4,0x5c,0x0c,0x00, +0x00,0xbe,0x27,0x22,0x18,0x30,0xc6,0x27,0x2f,0x01,0x70,0x3d,0x15,0x21,0x23,0x07, +0xe2,0x00,0x0f,0x2f,0x0f,0x7b,0x07,0x20,0x08,0x0f,0x4f,0x24,0x20,0x23,0x37,0x00, +0x8e,0x0e,0x13,0xb7,0x5a,0x1a,0x0f,0xb4,0x0f,0x0a,0x12,0x46,0xde,0x21,0x12,0xd5, +0x2b,0x00,0x70,0x53,0x06,0x30,0x00,0x02,0xd9,0xa0,0xdc,0x21,0x0f,0xd4,0x00,0x20, +0x6f,0x09,0x83,0xd2,0x00,0x0a,0xd2,0xd4,0x00,0x0e,0x22,0x0f,0x50,0x61,0x22,0x24, +0x00,0x36,0x2b,0x00,0x50,0x00,0xff,0x52,0xaf,0x00,0x2d,0x00,0x11,0x00,0x20,0x00, +0x00,0x98,0x00,0x09,0x09,0x00,0xf2,0x23,0xdd,0x00,0x00,0x2f,0x4d,0xf8,0x00,0x02, +0xf4,0xde,0xf2,0x00,0x2f,0x4d,0x9c,0xb0,0x02,0xf4,0xd9,0x2f,0x50,0x2f,0x4d,0x90, +0x8e,0x12,0xf4,0xd9,0x00,0xe9,0x2f,0x4d,0x90,0x05,0xf6,0xf4,0xd9,0x00,0x0b,0xef, +0x4d,0x90,0x00,0x1f,0xf4,0xd9,0x00,0x00,0x7f,0x40,0xe3,0x29,0xf6,0x0a,0x02,0x8f, +0x10,0x00,0x00,0xee,0x50,0xf6,0xbf,0xd5,0x0f,0xd5,0x39,0xf1,0xf6,0x00,0x0f,0x5f, +0x60,0x00,0xf6,0xf6,0x00,0x0f,0x6f,0x07,0x00,0x10,0x00,0x2d,0x1f,0xa1,0x26,0xf3, +0x00,0x0b,0xe7,0x00,0x00,0x3e,0xee,0xe9,0xda,0x0f,0x0f,0xb8,0x15,0x24,0x00,0x20, +0x06,0x04,0xe7,0x0c,0x0f,0x4d,0x10,0x0f,0x10,0x07,0xd5,0x21,0x8f,0x0c,0x51,0xe2, +0x00,0x00,0x02,0xcd,0x60,0x2a,0x16,0x26,0x6f,0xd4,0x0d,0x40,0x00,0x3c,0xd8,0x73, +0x11,0x14,0xcf,0x12,0x02,0x10,0x00,0x00,0xc8,0x7e,0x10,0x00,0x05,0xc4,0xe2,0x72, +0x00,0x26,0xaf,0x0a,0xb4,0xf3,0x00,0x3e,0x3e,0x40,0x00,0x11,0x12,0x72,0x00,0x0f, +0x11,0x4c,0xd6,0x13,0xb2,0x04,0xfa,0x53,0xae,0x44,0x44,0x40,0x0d,0xa0,0x00,0x9d, +0x05,0x0d,0x12,0x9d,0x83,0x0e,0x03,0x07,0x00,0x40,0x9f,0xff,0xff,0x60,0x0e,0x00, +0x72,0x22,0x22,0x10,0x2f,0x30,0x00,0x9d,0x0c,0x18,0x10,0x9d,0x19,0x0f,0x30,0xf8, +0x31,0x9d,0xff,0x1d,0x01,0x46,0x00,0x00,0x51,0x00,0xf1,0x04,0x31,0xaf,0xe9,0x00, +0x09,0xe4,0x29,0xfd,0xc3,0x3d,0xa0,0x1f,0x50,0x00,0xdf,0x10,0x04,0xf0,0x4f,0x3f, +0x00,0x61,0xf1,0x3f,0x10,0x00,0xaf,0x22,0x62,0x0a,0x30,0xdf,0x20,0x00,0x23,0x00, +0x40,0xfc,0xd3,0x26,0x80,0x31,0x00,0x10,0x9e,0xe2,0x13,0x11,0x74,0xd3,0x2a,0x4f, +0x00,0x07,0x00,0x00,0xc7,0x26,0x1a,0x30,0xbb,0x00,0x6b,0x9f,0x02,0x42,0x9d,0xd0, +0xfe,0x42,0x5f,0x21,0x05,0x05,0x00,0x0f,0x48,0x00,0x1b,0x10,0x18,0xe7,0x00,0x11, +0x00,0x85,0x05,0x10,0x00,0x68,0x1c,0x00,0xc2,0x22,0x59,0x0f,0xe4,0x20,0xf6,0x00, +0x56,0x00,0x60,0x63,0x00,0x0e,0x60,0x03,0xe1,0x85,0x03,0x0a,0xdc,0x0d,0x0f,0x69, +0x00,0x17,0x30,0x0b,0x55,0xc0,0x96,0x25,0x01,0xb3,0x00,0x6b,0x0f,0xe4,0x20,0x0f, +0x60,0x00,0x03,0x00,0x02,0x1f,0x17,0x21,0x07,0xd1,0x1f,0x17,0xf0,0x06,0x00,0x07, +0xdf,0xe8,0x00,0x09,0xe5,0x25,0xdb,0x00,0xf6,0x00,0x04,0xf2,0x0f,0x80,0x00,0x04, +0x10,0x7f,0xa4,0x04,0x2e,0x00,0x8f,0x38,0xf1,0x0c,0x02,0x7e,0xc0,0x13,0x00,0x00, +0x4f,0x34,0xf3,0x00,0x02,0xf4,0x0c,0xd5,0x24,0xce,0x00,0x08,0xdf,0xe9,0x10,0x00, +0x00,0x9d,0x10,0x00,0x4d,0x86,0x13,0xf1,0x0d,0x2b,0xfe,0x90,0x0c,0xb2,0x4e,0x90, +0xf7,0x00,0x48,0x07,0xfb,0x72,0x00,0x01,0x6a,0xf7,0x17,0x00,0x07,0xf1,0xf9,0x22, +0xbc,0x03,0xcf,0xea,0x20,0x5d,0x00,0x00,0x82,0x1b,0x4f,0x00,0x45,0x04,0x40,0x66, +0x00,0x20,0x62,0x0b,0xd1,0x00,0x0a,0x63,0xb0,0x66,0x00,0x83,0x91,0x0c,0xb2,0x3d, +0xa0,0xf7,0x00,0x35,0x66,0x00,0x53,0x28,0x00,0x07,0xf1,0xea,0x66,0x00,0x0f,0x65, +0x28,0x1e,0x30,0x00,0x0e,0x90,0x1c,0x01,0x00,0x07,0x11,0x1f,0x80,0x34,0x24,0x08, +0xff,0x05,0xff,0xa2,0x00,0x06,0xd3,0x00,0x00,0x07,0x90,0x00,0x07,0xc3,0x00,0x00, +0x35,0x04,0x50,0x00,0x00,0xb8,0x32,0x01,0x26,0x5f,0xa7,0x4d,0x10,0x00,0xbc,0x32, +0x01,0x0e,0x0f,0xff,0x28,0x1f,0x30,0x00,0x1f,0x60,0x4a,0x03,0x00,0x49,0x23,0x2f, +0x70,0x00,0xe4,0x24,0x06,0xe0,0x00,0x3e,0x50,0x00,0x4d,0x00,0x4d,0x50,0x00,0x44, +0x05,0x40,0x00,0x00,0x52,0x02,0x20,0x01,0x71,0xa4,0x21,0x7f,0xff,0xf9,0x12,0x25, +0xf4,0x22,0x10,0x69,0x00,0x12,0x01,0x2a,0x12,0x90,0xd7,0x00,0x01,0xf3,0x07,0xd1, +0x50,0x07,0xd0,0x67,0x00,0x00,0xe9,0x0f,0x06,0x03,0x00,0x00,0x6a,0x00,0x3d,0x01, +0xcf,0x50,0xc3,0x00,0x00,0x43,0x1e,0x5f,0xd0,0x00,0x01,0x5f,0x41,0x5a,0x00,0x06, +0x10,0x7d,0x03,0x00,0xc2,0x0f,0xff,0xf5,0x00,0x8d,0x00,0x1f,0xff,0xf8,0x02,0x8e, +0x21,0x12,0x00,0x51,0x00,0x6f,0x31,0x00,0x0c,0xc4,0x0a,0x40,0x05,0xde,0xee,0x40, +0xf3,0x0a,0x0f,0x02,0x1a,0x1a,0x00,0xf4,0x28,0x32,0x35,0xa0,0x5a,0xad,0x16,0x0f, +0xe5,0x25,0x09,0x40,0x07,0xee,0xee,0x50,0xf7,0x1c,0x0f,0x5e,0x00,0x19,0x20,0x4f, +0xff,0x8f,0x14,0x0f,0x92,0x15,0x0e,0x7f,0x03,0xe0,0x3f,0x00,0x00,0x7d,0xc5,0x5b, +0x00,0x1a,0x6f,0x0e,0x30,0xe3,0x00,0x4c,0xd8,0xed,0x15,0x0f,0x70,0x3a,0xa1,0x00, +0x00,0xa2,0x66,0x00,0x08,0x00,0x0f,0x18,0x01,0x1a,0x9f,0x9a,0x30,0x00,0x56,0x2a, +0x00,0x01,0xaa,0x30,0x18,0x01,0x0d,0xbf,0x00,0x02,0x20,0x30,0x00,0x1f,0x4b,0xb0, +0x00,0xa8,0x8c,0x62,0x00,0x1b,0x9f,0xba,0x5f,0x30,0x4d,0x3e,0x40,0x01,0x11,0x20, +0xc1,0x00,0x0a,0x0f,0x53,0x00,0x10,0xff,0x05,0xe9,0x5f,0x83,0x3a,0xf3,0x04,0xcf, +0xfe,0x50,0x00,0x04,0xe2,0x00,0x00,0x08,0xb1,0x00,0x00,0x03,0xed,0xb3,0x00,0x08, +0x21,0xd7,0xf3,0x98,0x2a,0x00,0x9f,0x2a,0x10,0xdf,0xde,0x00,0x02,0xb2,0x30,0x11, +0x9a,0x87,0x08,0x60,0x27,0x02,0x60,0x00,0x06,0xf0,0x6e,0x13,0x90,0x8d,0x3f,0x30, +0x04,0xfb,0x00,0x0c,0xa0,0xf6,0xa3,0x2b,0xf1,0x18,0xf6,0x0b,0xa0,0x0c,0x6e,0x40, +0x3f,0x20,0x7d,0x01,0xf2,0xa8,0x06,0xe0,0x04,0xf1,0x5d,0x06,0xc0,0xab,0x00,0x0f, +0x4a,0x90,0x1f,0x1d,0x70,0x00,0xc8,0xe4,0x00,0xd6,0xf3,0x00,0x08,0xdf,0x00,0x09, +0xcf,0xb5,0x27,0x10,0x4f,0xb4,0x27,0x30,0x00,0x00,0xf8,0xfd,0x0e,0x00,0xd3,0x0d, +0x23,0x3b,0x19,0xaa,0x11,0xf2,0x1c,0x08,0xc0,0x01,0xf5,0x00,0x9c,0x4f,0x00,0x6f, +0xa0,0x0d,0x70,0xf4,0x0b,0xae,0x01,0xf3,0x0a,0x90,0xf1,0xe4,0x5e,0x00,0x6d,0x5c, +0x09,0x99,0x90,0x01,0xfb,0x70,0x4e,0xd5,0x00,0x0d,0xf2,0x00,0xff,0x00,0x00,0x8d, +0x00,0x0a,0x7a,0x03,0x05,0x15,0x05,0x0f,0x9a,0x1c,0x1f,0x6f,0x00,0x3e,0x90,0x00, +0x2b,0x18,0x34,0x17,0x19,0x31,0xa9,0x08,0xb0,0xcf,0x20,0x0f,0x47,0x2c,0x1f,0x07, +0x45,0x1d,0x30,0x70,0x00,0x04,0xc0,0x07,0x47,0x02,0x22,0x22,0xdd,0x48,0x2c,0x18, +0x0c,0x61,0x2c,0x13,0xbd,0x19,0x00,0x91,0x1f,0xa2,0x22,0x22,0x06,0xff,0xff,0xff, +0xf6,0x90,0x32,0x21,0x98,0x00,0xd8,0x16,0xc0,0xff,0xfb,0x01,0x11,0x6f,0x50,0x00, +0x1e,0x90,0x00,0x0b,0xc0,0x74,0x22,0x80,0x03,0xf5,0x00,0x01,0xea,0x11,0x11,0x5f, +0x2d,0x12,0x01,0xe4,0x1c,0x1f,0x07,0xb6,0x2c,0x21,0x6f,0x00,0x0d,0x60,0x00,0x00, +0x62,0x62,0x00,0x0f,0x00,0x7f,0x06,0x01,0xc8,0x12,0x2f,0x01,0x71,0xc8,0x00,0x20, +0x6f,0x02,0xd2,0x99,0x00,0x02,0xc8,0x66,0x00,0x0e,0x5d,0x1a,0xe8,0x9d,0x31,0xc8, +0x2a,0x0d,0x09,0x01,0x00,0x2f,0xfb,0x00,0x01,0x00,0x05,0x13,0xf3,0x08,0x00,0x17, +0xf2,0x14,0x00,0x70,0xfa,0xf9,0x00,0xfe,0xf9,0x00,0xf7,0x4b,0x11,0x0f,0x34,0x00, +0x02,0x20,0x02,0x02,0xf5,0x28,0x0e,0x01,0x00,0x2f,0xec,0x00,0x01,0x00,0x17,0x1f, +0xe6,0x20,0x00,0x0c,0x03,0x90,0x00,0x10,0xf9,0xbf,0x02,0x52,0xf1,0xfe,0xf6,0xf8, +0x00,0x54,0x10,0x00,0x0f,0x00,0x5e,0xfe,0xff,0xfa,0xfc,0x00,0x9a,0x00,0x54,0xfd, +0x00,0xfd,0x00,0x00,0x1d,0x05,0x0d,0x1c,0x00,0x0b,0x0a,0x00,0x19,0xff,0x1f,0x00, +0x14,0xfe,0x09,0x00,0x13,0xf4,0x0d,0x00,0x10,0xfd,0x02,0x00,0x2b,0xfb,0xfd,0x46, +0x00,0x1c,0xfc,0x08,0x01,0x05,0x40,0x00,0x11,0xfe,0x36,0x00,0x28,0xfe,0xfd,0x32, +0x00,0x11,0xe5,0x12,0x01,0x15,0xe1,0x26,0x00,0x20,0xfc,0xfe,0x22,0x00,0x4d,0x00, +0x00,0xfd,0xfd,0x50,0x01,0x03,0x98,0x00,0x1d,0x02,0x1a,0x00,0x0e,0xc4,0x00,0x0f, +0x01,0x00,0x0a,0x1b,0xf9,0xa5,0x00,0x12,0xfd,0x6d,0x00,0x33,0xfd,0xfb,0xf9,0x11, +0x00,0x02,0x14,0x1a,0x02,0x70,0x02,0x67,0xe0,0xfa,0xeb,0xef,0x00,0xe4,0x24,0x02, +0x27,0xf0,0xf5,0x3b,0x00,0x73,0xda,0x00,0x00,0x00,0xf0,0x00,0xe9,0xf8,0x00,0x30, +0xfd,0x00,0xff,0xbe,0x00,0x00,0xab,0x00,0x12,0x02,0xbe,0x05,0x0c,0x60,0x02,0x2d, +0xfd,0xfe,0x1f,0x01,0x0d,0x01,0x00,0x3e,0xf7,0x00,0xfe,0xa2,0x01,0x05,0x9f,0x02, +0xb1,0xe6,0xe5,0x00,0x00,0xf7,0xfd,0xe4,0xfe,0x02,0x00,0x02,0x66,0x00,0xf1,0x02, +0xf3,0xf4,0x00,0xf3,0xf4,0xf7,0xf2,0x00,0xf5,0xf8,0xf9,0xf7,0xf9,0x00,0xeb,0xf3, +0xf5,0x2a,0x01,0x66,0xe6,0xfc,0x00,0x00,0xf7,0xfe,0x3b,0x01,0xa6,0xfb,0xfb,0x00, +0x00,0xfb,0xfc,0x00,0x00,0xfd,0xff,0x91,0x01,0x42,0x02,0x00,0xf2,0xf9,0x55,0x00, +0x13,0x02,0x72,0x1b,0x23,0xfc,0xfc,0x80,0x01,0x0a,0xea,0x28,0x14,0xfb,0x57,0x01, +0x15,0x02,0x63,0x01,0x01,0xc8,0x01,0x16,0xfc,0xf3,0x01,0xe0,0x02,0xfa,0xe7,0xfa, +0x00,0x00,0xf5,0xfd,0xf5,0xfe,0x02,0xf5,0x02,0x02,0x9a,0x00,0xf6,0x02,0xf7,0xf8, +0xfd,0xfb,0xf8,0xfb,0xf9,0xfd,0xfb,0xfe,0x00,0xfd,0xfc,0x02,0xf5,0xf9,0xf9,0x8d, +0x00,0x1a,0xfd,0x54,0x02,0x0e,0x14,0x02,0x09,0x1b,0x00,0x0f,0x01,0x00,0x02,0x1f, +0xf8,0x41,0x01,0x09,0x1f,0xfe,0x0c,0x02,0x12,0x10,0xff,0x90,0x02,0x0e,0xe5,0x02, +0x0f,0x55,0x00,0x0e,0x0f,0x1d,0x00,0x0a,0x03,0xf9,0x01,0x0a,0xb7,0x02,0x1c,0xfd, +0x0d,0x03,0x2f,0xf4,0x00,0x01,0x00,0x26,0x0d,0x87,0x00,0x1f,0xf0,0x2e,0x00,0x0b, +0x25,0xfe,0xfe,0x77,0x00,0x1c,0xf2,0x4f,0x02,0x20,0xfe,0x02,0x4f,0x00,0x10,0x06, +0x49,0x02,0x0f,0x75,0x00,0x19,0x17,0x02,0x10,0x05,0x06,0xdb,0x03,0x2e,0x02,0x00, +0x22,0x01,0x1f,0xf1,0xe4,0x00,0x26,0x1f,0xfe,0x26,0x00,0x2a,0x0f,0x41,0x00,0x09, +0x12,0x01,0x83,0x01,0x20,0x02,0x03,0x30,0x06,0x3d,0x00,0x04,0x05,0x21,0x00,0x30, +0x06,0x07,0x08,0x2c,0x40,0xf1,0x05,0x0c,0x0c,0x0d,0x0e,0x0f,0x0c,0x0c,0x09,0x10, +0x11,0x12,0x00,0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19,0x20,0x00,0x80,0x1a,0x1b, +0x1c,0x00,0x1d,0x1e,0x00,0x1f,0x59,0x17,0xfe,0x00,0x1f,0x1f,0x21,0x1b,0x00,0x22, +0x00,0x23,0x00,0x24,0x25,0x26,0x24,0x27,0x28,0x4c,0x00,0x01,0x01,0x00,0xd0,0x00, +0x08,0x0a,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x09,0x01,0x00,0xa1,0x00, +0x00,0x0d,0x0d,0x0d,0x0d,0x17,0x00,0x00,0x1a,0x01,0x00,0x61,0x00,0x1c,0x1d,0x1d, +0x1d,0x1d,0x31,0x00,0x20,0x1f,0x21,0x01,0x00,0x02,0x3d,0x00,0x50,0x24,0x1b,0x24, +0x06,0x1a,0x02,0x00,0x22,0x08,0x1c,0x02,0x00,0x64,0x09,0x00,0x09,0x00,0x0a,0x1d, +0x02,0x00,0x04,0x64,0x00,0x20,0x0c,0x1f,0xf2,0x2d,0x04,0x02,0x00,0x00,0xc6,0x2e, +0x43,0x0e,0x00,0x00,0x0f,0x02,0x00,0x00,0x1f,0x00,0x00,0x02,0x00,0x50,0x1f,0x00, +0x00,0x09,0x21,0x02,0x00,0x00,0xc9,0x2e,0x01,0x02,0x00,0x03,0x01,0x00,0x11,0x13, +0x02,0x00,0x17,0x0d,0x02,0x00,0x70,0x15,0x00,0x17,0x24,0x17,0x18,0x27,0x02,0x00, +0x04,0x2e,0x01,0x20,0x03,0x02,0x29,0x01,0x4a,0x06,0x07,0x06,0x08,0xe0,0x00,0x00, +0x90,0x00,0x20,0x00,0x0b,0xdb,0x1e,0x00,0x83,0x00,0x01,0x08,0x00,0xe0,0x0b,0x00, +0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,0x14,0x00,0x00,0x15,0x00,0x6f,0x2b,0x51,0x17, +0x17,0x17,0x18,0x17,0x2e,0x00,0xfb,0x02,0x19,0x19,0x1a,0x19,0x17,0x1b,0x1c,0x1d, +0x1e,0x1f,0x20,0x21,0x1f,0x22,0x00,0x00,0x23,0x4e,0x00,0x11,0x0a,0x01,0x00,0x26, +0x24,0x0b,0x12,0x00,0x20,0x0b,0x0b,0x87,0x3e,0x91,0x0b,0x0f,0x0f,0x0f,0x0f,0x13, +0x00,0x00,0x16,0x01,0x00,0x20,0x25,0x17,0x01,0x00,0x02,0x51,0x00,0x02,0x3f,0x01, +0xa0,0x26,0x1e,0x1e,0x1e,0x1e,0x1f,0x00,0x1f,0x0a,0x16,0x02,0x00,0x22,0x0b,0x17, +0x02,0x00,0x10,0x00,0x24,0x00,0x14,0x17,0x02,0x00,0x05,0x16,0x00,0x0b,0x01,0x00, +0x1b,0x0c,0x10,0x00,0x10,0x19,0x02,0x00,0x51,0x19,0x00,0x00,0x0b,0x1a,0x02,0x00, +0x03,0x30,0x00,0x22,0x0d,0x1c,0x02,0x00,0x30,0x0e,0x00,0x0e,0xf8,0x0b,0x16,0x1e, +0x02,0x00,0xc0,0x11,0x00,0x13,0x1f,0x13,0x14,0x22,0x14,0x22,0x14,0x22,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 109, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 192, .range_length = 192, .glyph_id_start = 110, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[18774] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_L_s = { +.uncomp_size = 18510, +.comp_size = 10127, +.line_height = 18, +.base_line = 4, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 4, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 38, +.glyph_bitmap = 2416, +.class_pair_values = 16386, +.left_class_mapping = 17906, +.right_class_mapping = 18208, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 18774, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_16.c b/radio/src/fonts/lvgl/lv_font_roboto_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_16.c rename to radio/src/fonts/lvgl/lv_font_roboto_STD.c index 58ee1b3ac70..2bfea66b918 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_16.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_STD.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 4 - * Opts: --no-prefilter --bpp 4 --size 16 --font ../Roboto/Roboto-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0xC0-0xFF,0x100-0x17F --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_roboto_16.c --force-fast-kern-format --no-compress + * Opts: --no-prefilter --bpp 4 --size 16 --font ../Roboto/Roboto-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0xC0-0xFF,0x100-0x17F --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_roboto_STD.c --force-fast-kern-format --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE @@ -10,11 +10,11 @@ #include "lvgl/lvgl.h" #endif -#ifndef LV_FONT_ROBOTO_16 -#define LV_FONT_ROBOTO_16 1 +#ifndef LV_FONT_ROBOTO_STD +#define LV_FONT_ROBOTO_STD 1 #endif -#if LV_FONT_ROBOTO_16 +#if LV_FONT_ROBOTO_STD /*----------------- * BITMAPS @@ -4543,9 +4543,9 @@ static lv_font_fmt_txt_dsc_t font_dsc = { /*Initialize a public general font descriptor*/ #if LV_VERSION_CHECK(8, 0, 0) -const lv_font_t lv_font_roboto_16 = { +const lv_font_t lv_font_roboto_STD = { #else -lv_font_t lv_font_roboto_16 = { +lv_font_t lv_font_roboto_STD = { #endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ @@ -4563,5 +4563,5 @@ lv_font_t lv_font_roboto_16 = { -#endif /*#if LV_FONT_ROBOTO_16*/ +#endif /*#if LV_FONT_ROBOTO_STD*/ diff --git a/radio/src/fonts/lvgl/lv_font_roboto_STD_s.c b/radio/src/fonts/lvgl/lv_font_roboto_STD_s.c new file mode 100644 index 00000000000..6cf3f9e91c6 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_STD_s.c @@ -0,0 +1,3130 @@ +/******************************************************************************* + * Size: 11 px + * Bpp: 4 + * Opts: --no-prefilter --bpp 4 --size 11 --font ../Roboto/Roboto-Regular.ttf -r 0x20-0x7F,0xB0,0x2022,0x2265,0xC0-0xFF,0x100-0x17F --font EdgeTX/extra.ttf -r 0x88-0x94 --font EdgeTX/OpenArrow-Regular.woff -r 0x21E8=>0x80,0x21E6=>0x81,0x21E7=>0x82,0x21E9=>0x83 --font ../../thirdparty/libopenui/thirdparty/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_roboto_STD_s.c --force-fast-kern-format --no-compress + ******************************************************************************/ + +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifndef LV_FONT_ROBOTO_STD_S +#define LV_FONT_ROBOTO_STD_S 1 +#endif + +#if LV_FONT_ROBOTO_STD_S + +/*----------------- + * BITMAPS + *----------------*/ + +/*Store the image of the glyphs*/ +static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { + /* U+0020 " " */ + + /* U+0021 "!" */ + 0x1e, 0x1, 0xe0, 0x1e, 0x1, 0xe0, 0xd, 0x0, + 0x90, 0x0, 0x0, 0xd0, + + /* U+0022 "\"" */ + 0x47, 0xb4, 0x6b, 0x23, 0x60, + + /* U+0023 "#" */ + 0x0, 0x1a, 0xc, 0x0, 0x5, 0x72, 0xa0, 0xb, + 0xec, 0xdd, 0x70, 0xa, 0x17, 0x40, 0x0, 0xc0, + 0xa1, 0x4, 0xce, 0xcf, 0xc2, 0x3, 0x80, 0xb0, + 0x0, 0x65, 0x38, 0x0, + + /* U+0024 "$" */ + 0x0, 0x0, 0x0, 0x0, 0x39, 0x0, 0x4, 0xce, + 0x70, 0xe, 0x31, 0xc4, 0xf, 0x0, 0x44, 0x9, + 0xc5, 0x0, 0x0, 0x4a, 0xd1, 0x23, 0x0, 0x87, + 0x3d, 0x0, 0xa7, 0x7, 0xee, 0xa0, 0x0, 0x48, + 0x0, + + /* U+0025 "%" */ + 0x1b, 0xb4, 0x0, 0x0, 0x66, 0xb, 0xa, 0x0, + 0x56, 0x1a, 0x57, 0x0, 0x9, 0xa4, 0xb0, 0x0, + 0x0, 0x9, 0x4a, 0xa1, 0x0, 0x48, 0x83, 0x48, + 0x0, 0xb0, 0x92, 0x38, 0x0, 0x10, 0x3b, 0xb2, + + /* U+0026 "&" */ + 0x3, 0xdd, 0x60, 0x0, 0xb4, 0xe, 0x0, 0xa, + 0x65, 0xb0, 0x0, 0x3f, 0xb0, 0x0, 0xc, 0x9d, + 0x16, 0x36, 0xa0, 0x7b, 0xc2, 0x4b, 0x0, 0xcd, + 0x0, 0x8c, 0xca, 0xc6, + + /* U+0027 "'" */ + 0x75, 0x74, 0x42, + + /* U+0028 "(" */ + 0x0, 0x45, 0x1, 0xc0, 0x9, 0x50, 0xe, 0x0, + 0x2d, 0x0, 0x4b, 0x0, 0x3c, 0x0, 0x1d, 0x0, + 0xd, 0x20, 0x6, 0x80, 0x0, 0xb3, 0x0, 0x3, + + /* U+0029 ")" */ + 0x81, 0x0, 0x2c, 0x0, 0x9, 0x50, 0x4, 0xb0, + 0x1, 0xe0, 0x0, 0xf0, 0x0, 0xf0, 0x1, 0xd0, + 0x5, 0x90, 0xb, 0x20, 0x68, 0x0, 0x30, 0x0, + + /* U+002A "*" */ + 0x0, 0xc0, 0x7, 0x5c, 0x64, 0x2a, 0xf7, 0x10, + 0xc7, 0x90, 0x4, 0x5, 0x0, + + /* U+002B "+" */ + 0x0, 0x47, 0x0, 0x0, 0x69, 0x0, 0x0, 0x69, + 0x0, 0x8f, 0xff, 0xfb, 0x0, 0x69, 0x0, 0x0, + 0x69, 0x0, + + /* U+002C "," */ + 0x5a, 0x78, 0x70, + + /* U+002D "-" */ + 0xad, 0xa0, + + /* U+002E "." */ + 0x1, 0x2, 0xd0, + + /* U+002F "/" */ + 0x0, 0xc, 0x0, 0x3, 0xa0, 0x0, 0x94, 0x0, + 0xc, 0x0, 0x5, 0x70, 0x0, 0xb1, 0x0, 0x2b, + 0x0, 0x8, 0x50, 0x0, 0x60, 0x0, 0x0, + + /* U+0030 "0" */ + 0x6, 0xdd, 0x80, 0x1e, 0x10, 0xc3, 0x4a, 0x0, + 0x87, 0x59, 0x0, 0x78, 0x59, 0x0, 0x78, 0x4a, + 0x0, 0x87, 0x1e, 0x10, 0xc3, 0x6, 0xdd, 0x80, + + /* U+0031 "1" */ + 0x2, 0x8c, 0x1c, 0x7e, 0x0, 0x1e, 0x0, 0x1e, + 0x0, 0x1e, 0x0, 0x1e, 0x0, 0x1e, 0x0, 0x1e, + + /* U+0032 "2" */ + 0x8, 0xdd, 0x90, 0x4c, 0x0, 0xc4, 0x33, 0x0, + 0xa5, 0x0, 0x2, 0xd0, 0x0, 0xc, 0x40, 0x0, + 0xb6, 0x0, 0xa, 0x70, 0x0, 0x5f, 0xdd, 0xda, + + /* U+0033 "3" */ + 0x8, 0xdd, 0x90, 0x4b, 0x0, 0xc4, 0x0, 0x0, + 0xd2, 0x0, 0xbf, 0x80, 0x0, 0x1, 0xd3, 0x23, + 0x0, 0x96, 0x4c, 0x0, 0xc3, 0x8, 0xdd, 0x70, + + /* U+0034 "4" */ + 0x0, 0x8, 0xd0, 0x0, 0x3d, 0xd0, 0x0, 0xc4, + 0xd0, 0x8, 0x72, 0xd0, 0x3c, 0x2, 0xd0, 0x9d, + 0xdd, 0xfc, 0x0, 0x2, 0xd0, 0x0, 0x2, 0xd0, + + /* U+0035 "5" */ + 0x8, 0xfe, 0xe7, 0xa, 0x40, 0x0, 0xb, 0x30, + 0x0, 0xd, 0xce, 0xa0, 0x4, 0x10, 0xa8, 0x0, + 0x0, 0x4b, 0xe, 0x10, 0x88, 0x5, 0xdd, 0xb1, + + /* U+0036 "6" */ + 0x0, 0x8e, 0x70, 0x9, 0xb0, 0x0, 0xf, 0x10, + 0x0, 0x3d, 0xbd, 0x90, 0x4e, 0x20, 0xa6, 0x3b, + 0x0, 0x59, 0xd, 0x20, 0x97, 0x3, 0xcd, 0xa0, + + /* U+0037 "7" */ + 0x7d, 0xdd, 0xea, 0x0, 0x0, 0xa4, 0x0, 0x2, + 0xd0, 0x0, 0x8, 0x60, 0x0, 0xe, 0x0, 0x0, + 0x78, 0x0, 0x0, 0xd1, 0x0, 0x5, 0xa0, 0x0, + + /* U+0038 "8" */ + 0x7, 0xdd, 0x90, 0x2e, 0x0, 0xc4, 0x1e, 0x10, + 0xc3, 0x7, 0xfe, 0x90, 0x2d, 0x10, 0xc4, 0x5a, + 0x0, 0x78, 0x3d, 0x0, 0xb5, 0x7, 0xdd, 0x90, + + /* U+0039 "9" */ + 0x8, 0xdd, 0x50, 0x4c, 0x1, 0xd1, 0x78, 0x0, + 0x95, 0x4d, 0x1, 0xc7, 0x7, 0xda, 0xb6, 0x0, + 0x0, 0xc3, 0x0, 0x7, 0xc0, 0x4, 0xea, 0x10, + + /* U+003A ":" */ + 0x2c, 0x1, 0x0, 0x0, 0x1, 0x2c, + + /* U+003B ";" */ + 0x4b, 0x1, 0x0, 0x0, 0x13, 0x4b, 0x87, 0x30, + + /* U+003C "<" */ + 0x0, 0x5, 0x90, 0x7d, 0xa3, 0x9d, 0x20, 0x0, + 0x6d, 0xa3, 0x0, 0x5, 0x90, + + /* U+003D "=" */ + 0x2e, 0xee, 0xe4, 0x0, 0x0, 0x0, 0x2e, 0xee, + 0xe4, + + /* U+003E ">" */ + 0x4a, 0x20, 0x0, 0x5, 0xcb, 0x40, 0x0, 0x6, + 0xf4, 0x6, 0xdb, 0x30, 0x39, 0x20, 0x0, + + /* U+003F "?" */ + 0x1b, 0xec, 0x27, 0x80, 0x6a, 0x0, 0x5, 0xa0, + 0x2, 0xd3, 0x0, 0xc5, 0x0, 0xa, 0x0, 0x0, + 0x0, 0x0, 0xd, 0x0, + + /* U+0040 "@" */ + 0x0, 0x19, 0xbb, 0xb5, 0x0, 0x1, 0xb2, 0x0, + 0x8, 0x60, 0xa, 0x20, 0x9b, 0x60, 0xb0, 0x1a, + 0x7, 0x70, 0xc0, 0x73, 0x47, 0xc, 0x1, 0xb0, + 0x54, 0x56, 0xd, 0x2, 0x90, 0x64, 0x48, 0xd, + 0x6, 0x90, 0xa1, 0xc, 0x8, 0xa6, 0xba, 0x60, + 0x6, 0x90, 0x0, 0x0, 0x0, 0x0, 0x5b, 0xba, + 0x70, 0x0, + + /* U+0041 "A" */ + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+0042 "B" */ + 0x1f, 0xdd, 0xd5, 0x1, 0xf0, 0x2, 0xe0, 0x1f, + 0x0, 0x4d, 0x1, 0xfd, 0xdf, 0x40, 0x1f, 0x0, + 0x2e, 0x1, 0xf0, 0x0, 0xd3, 0x1f, 0x0, 0x2e, + 0x1, 0xfd, 0xdd, 0x50, + + /* U+0043 "C" */ + 0x1, 0xbe, 0xd7, 0x0, 0xd6, 0x0, 0xc4, 0x3d, + 0x0, 0x4, 0x55, 0xb0, 0x0, 0x0, 0x5b, 0x0, + 0x0, 0x3, 0xd0, 0x0, 0x45, 0xc, 0x50, 0xc, + 0x40, 0x1b, 0xdd, 0x60, + + /* U+0044 "D" */ + 0x1f, 0xde, 0xb2, 0x1, 0xf0, 0x4, 0xd0, 0x1f, + 0x0, 0xa, 0x51, 0xf0, 0x0, 0x78, 0x1f, 0x0, + 0x7, 0x81, 0xf0, 0x0, 0xa5, 0x1f, 0x0, 0x5e, + 0x1, 0xfd, 0xeb, 0x20, + + /* U+0045 "E" */ + 0x1f, 0xdd, 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+0046 "F" */ + 0x1f, 0xdd, 0xda, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd2, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + + /* U+0047 "G" */ + 0x1, 0xbd, 0xd7, 0x0, 0xc6, 0x0, 0xc5, 0x2d, + 0x0, 0x2, 0x44, 0xb0, 0x0, 0x0, 0x5b, 0x2, + 0xdd, 0xa2, 0xe0, 0x0, 0x5b, 0xc, 0x70, 0x7, + 0xa0, 0x1a, 0xee, 0xb2, + + /* U+0048 "H" */ + 0x1f, 0x0, 0x2, 0xe1, 0xf0, 0x0, 0x2e, 0x1f, + 0x0, 0x2, 0xe1, 0xfd, 0xdd, 0xde, 0x1f, 0x0, + 0x2, 0xe1, 0xf0, 0x0, 0x2e, 0x1f, 0x0, 0x2, + 0xe1, 0xf0, 0x0, 0x2e, + + /* U+0049 "I" */ + 0xf, 0x0, 0xf0, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, + + /* U+004A "J" */ + 0x0, 0x0, 0xd3, 0x0, 0x0, 0xd3, 0x0, 0x0, + 0xd3, 0x0, 0x0, 0xd3, 0x0, 0x0, 0xd3, 0x31, + 0x0, 0xd3, 0x99, 0x2, 0xe0, 0x1b, 0xdd, 0x50, + + /* U+004B "K" */ + 0x1f, 0x0, 0x1d, 0x31, 0xf0, 0x1d, 0x50, 0x1f, + 0xc, 0x70, 0x1, 0xfa, 0xc0, 0x0, 0x1f, 0xad, + 0x40, 0x1, 0xf0, 0x3e, 0x10, 0x1f, 0x0, 0x7c, + 0x1, 0xf0, 0x0, 0xb8, + + /* U+004C "L" */ + 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd9, + + /* U+004D "M" */ + 0x1f, 0x60, 0x0, 0xd, 0xb1, 0xfd, 0x0, 0x3, + 0xfb, 0x1d, 0xc3, 0x0, 0x9a, 0xb1, 0xe6, 0x90, + 0xe, 0x5b, 0x1e, 0xe, 0x6, 0x95, 0xb1, 0xf0, + 0x96, 0xc2, 0x5b, 0x1f, 0x3, 0xec, 0x5, 0xb1, + 0xf0, 0xc, 0x60, 0x5b, + + /* U+004E "N" */ + 0x1f, 0x40, 0x1, 0xe1, 0xfd, 0x0, 0x1e, 0x1f, + 0xa8, 0x1, 0xe1, 0xf1, 0xe3, 0x1e, 0x1f, 0x5, + 0xc1, 0xe1, 0xf0, 0xb, 0x8e, 0x1f, 0x0, 0x2f, + 0xe1, 0xf0, 0x0, 0x7e, + + /* U+004F "O" */ + 0x1, 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, + 0x0, 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, + 0x2, 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, + 0x50, 0x1b, 0xee, 0x70, + + /* U+0050 "P" */ + 0x1f, 0xed, 0xd7, 0x1, 0xf0, 0x0, 0xc4, 0x1f, + 0x0, 0x8, 0x71, 0xf0, 0x1, 0xd4, 0x1f, 0xdd, + 0xd7, 0x1, 0xf0, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1, 0xf0, 0x0, 0x0, + + /* U+0051 "Q" */ + 0x2, 0xbe, 0xd6, 0x0, 0xd6, 0x1, 0xd5, 0x3d, + 0x0, 0x5, 0xb6, 0xa0, 0x0, 0x3d, 0x6a, 0x0, + 0x2, 0xd4, 0xc0, 0x0, 0x5b, 0xd, 0x60, 0x1d, + 0x50, 0x2b, 0xef, 0xc0, 0x0, 0x0, 0xa, 0x90, + 0x0, 0x0, 0x0, + + /* U+0052 "R" */ + 0x1f, 0xdd, 0xd4, 0x1, 0xf0, 0x2, 0xe0, 0x1f, + 0x0, 0xd, 0x31, 0xf0, 0x3, 0xe0, 0x1f, 0xde, + 0xe3, 0x1, 0xf0, 0xd, 0x30, 0x1f, 0x0, 0x5b, + 0x1, 0xf0, 0x0, 0xc4, + + /* U+0053 "S" */ + 0x6, 0xdd, 0xc2, 0x2, 0xe1, 0x4, 0xd0, 0x3d, + 0x0, 0x5, 0x0, 0x9d, 0x72, 0x0, 0x0, 0x28, + 0xe7, 0x3, 0x30, 0x1, 0xf0, 0x5c, 0x10, 0x2e, + 0x0, 0x7d, 0xdc, 0x40, + + /* U+0054 "T" */ + 0xad, 0xef, 0xdd, 0x40, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, + + /* U+0055 "U" */ + 0x4c, 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, + 0x20, 0x3c, 0xdd, 0x50, + + /* U+0056 "V" */ + 0xa6, 0x0, 0x7, 0xa4, 0xc0, 0x0, 0xc5, 0xe, + 0x10, 0x2e, 0x0, 0x97, 0x7, 0x90, 0x3, 0xc0, + 0xc3, 0x0, 0xd, 0x4d, 0x0, 0x0, 0x7e, 0x70, + 0x0, 0x2, 0xf2, 0x0, + + /* U+0057 "W" */ + 0x87, 0x0, 0x98, 0x0, 0xa6, 0x5b, 0x0, 0xdc, + 0x0, 0xd2, 0x1e, 0x2, 0xbd, 0x11, 0xe0, 0xd, + 0x27, 0x78, 0x54, 0xb0, 0x9, 0x5b, 0x24, 0x98, + 0x70, 0x5, 0x9d, 0x0, 0xdb, 0x30, 0x2, 0xf9, + 0x0, 0xbe, 0x0, 0x0, 0xe4, 0x0, 0x7b, 0x0, + + /* U+0058 "X" */ + 0x5d, 0x0, 0x1e, 0x30, 0xb8, 0x9, 0x90, 0x1, + 0xe6, 0xe1, 0x0, 0x7, 0xf5, 0x0, 0x0, 0x7f, + 0x60, 0x0, 0x2e, 0x4e, 0x10, 0xb, 0x70, 0x8a, + 0x6, 0xd0, 0x0, 0xe4, + + /* U+0059 "Y" */ + 0xa8, 0x0, 0xe, 0x32, 0xe1, 0x7, 0xb0, 0x9, + 0x80, 0xe2, 0x0, 0x1e, 0x89, 0x0, 0x0, 0x8f, + 0x10, 0x0, 0x3, 0xd0, 0x0, 0x0, 0x3d, 0x0, + 0x0, 0x3, 0xd0, 0x0, + + /* U+005A "Z" */ + 0x6d, 0xdd, 0xef, 0x0, 0x0, 0xa, 0x70, 0x0, + 0x5, 0xc0, 0x0, 0x1, 0xe2, 0x0, 0x0, 0xb7, + 0x0, 0x0, 0x6c, 0x0, 0x0, 0x1e, 0x20, 0x0, + 0x8, 0xfd, 0xdd, 0xd2, + + /* U+005B "[" */ + 0x3e, 0xa3, 0xc0, 0x3c, 0x3, 0xc0, 0x3c, 0x3, + 0xc0, 0x3c, 0x3, 0xc0, 0x3c, 0x3, 0xc0, 0x3e, + 0xa0, + + /* U+005C "\\" */ + 0x95, 0x0, 0x3, 0xb0, 0x0, 0xd, 0x10, 0x0, + 0x78, 0x0, 0x1, 0xd0, 0x0, 0xa, 0x40, 0x0, + 0x4a, 0x0, 0x0, 0xd1, 0x0, 0x4, 0x20, + + /* U+005D "]" */ + 0xce, 0x10, 0xe1, 0xe, 0x10, 0xe1, 0xe, 0x10, + 0xe1, 0xe, 0x10, 0xe1, 0xe, 0x10, 0xe1, 0xce, + 0x10, + + /* U+005E "^" */ + 0x3, 0xd0, 0x0, 0xad, 0x30, 0x1d, 0x4a, 0x7, + 0x70, 0xd1, + + /* U+005F "_" */ + 0xdd, 0xdd, 0xc0, + + /* U+0060 "`" */ + 0x35, 0x0, 0xb3, + + /* U+0061 "a" */ + 0x8, 0xdd, 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, + 0xf2, 0x4c, 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, + 0xeb, 0xb4, + + /* U+0062 "b" */ + 0x4c, 0x0, 0x0, 0x4c, 0x0, 0x0, 0x4d, 0xbe, + 0xa0, 0x4e, 0x10, 0xb6, 0x4c, 0x0, 0x69, 0x4c, + 0x0, 0x69, 0x4e, 0x10, 0xb6, 0x4c, 0xbe, 0xa0, + + /* U+0063 "c" */ + 0x6, 0xdd, 0x70, 0x3d, 0x0, 0xc3, 0x78, 0x0, + 0x0, 0x68, 0x0, 0x0, 0x3d, 0x0, 0xb3, 0x6, + 0xdd, 0x70, + + /* U+0064 "d" */ + 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, 0x7, 0xec, + 0xc6, 0x3d, 0x10, 0xc6, 0x69, 0x0, 0x96, 0x68, + 0x0, 0x96, 0x3d, 0x0, 0xb6, 0x7, 0xdb, 0xc6, + + /* U+0065 "e" */ + 0x6, 0xdd, 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, + 0xd5, 0x79, 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, + 0xdd, 0x90, + + /* U+0066 "f" */ + 0x2, 0xca, 0xa, 0x60, 0xc, 0x30, 0x8f, 0xd5, + 0xc, 0x30, 0xc, 0x30, 0xc, 0x30, 0xc, 0x30, + 0xc, 0x30, + + /* U+0067 "g" */ + 0x7, 0xec, 0xb6, 0x3e, 0x10, 0xc6, 0x69, 0x0, + 0x96, 0x69, 0x0, 0x96, 0x2d, 0x10, 0xc6, 0x7, + 0xec, 0xc6, 0x4, 0x0, 0xc3, 0x9, 0xcd, 0x70, + + /* U+0068 "h" */ + 0x4c, 0x0, 0x0, 0x4c, 0x0, 0x0, 0x4d, 0xae, + 0xa0, 0x4e, 0x10, 0xd3, 0x4c, 0x0, 0xa5, 0x4c, + 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + + /* U+0069 "i" */ + 0x2c, 0x1, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, + + /* U+006A "j" */ + 0x3, 0xb0, 0x1, 0x3, 0xc0, 0x3c, 0x3, 0xc0, + 0x3c, 0x3, 0xc0, 0x3c, 0x4, 0xc4, 0xe6, + + /* U+006B "k" */ + 0x4c, 0x0, 0x0, 0x4c, 0x0, 0x0, 0x4c, 0x5, + 0xc0, 0x4c, 0x4d, 0x10, 0x4e, 0xf3, 0x0, 0x4f, + 0x9c, 0x0, 0x4c, 0xb, 0x70, 0x4c, 0x1, 0xd3, + + /* U+006C "l" */ + 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, + + /* U+006D "m" */ + 0x4c, 0xbe, 0x96, 0xde, 0x44, 0xe1, 0xd, 0x90, + 0x4c, 0x4b, 0x0, 0xb5, 0x1, 0xe4, 0xb0, 0xb, + 0x50, 0x1e, 0x4b, 0x0, 0xb5, 0x1, 0xe4, 0xb0, + 0xb, 0x50, 0x1e, + + /* U+006E "n" */ + 0x4c, 0xad, 0xa0, 0x4e, 0x10, 0xd3, 0x4c, 0x0, + 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, + 0x0, 0xa5, + + /* U+006F "o" */ + 0x6, 0xdd, 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, + 0x4b, 0x78, 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, + 0xdd, 0x90, + + /* U+0070 "p" */ + 0x4d, 0xbc, 0x90, 0x4d, 0x0, 0xb6, 0x4c, 0x0, + 0x69, 0x4c, 0x0, 0x69, 0x4d, 0x0, 0xb6, 0x4d, + 0xbd, 0xa0, 0x4c, 0x0, 0x0, 0x4c, 0x0, 0x0, + + /* U+0071 "q" */ + 0x7, 0xdc, 0xb6, 0x3d, 0x10, 0xb6, 0x68, 0x0, + 0x96, 0x68, 0x0, 0x96, 0x3d, 0x0, 0xb6, 0x7, + 0xdc, 0xc6, 0x0, 0x0, 0x96, 0x0, 0x0, 0x96, + + /* U+0072 "r" */ + 0x0, 0x0, 0x4d, 0xc7, 0x4e, 0x10, 0x4c, 0x0, + 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, + + /* U+0073 "s" */ + 0x9, 0xdd, 0x50, 0x3c, 0x1, 0xc0, 0x1d, 0x94, + 0x0, 0x0, 0x49, 0xc0, 0x59, 0x0, 0xe0, 0x9, + 0xdd, 0x70, + + /* U+0074 "t" */ + 0x7, 0x0, 0xe, 0x10, 0xbf, 0xc2, 0xe, 0x10, + 0xe, 0x10, 0xe, 0x10, 0xd, 0x20, 0x8, 0xe2, + + /* U+0075 "u" */ + 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, + 0xec, 0xc5, + + /* U+0076 "v" */ + 0xa5, 0x1, 0xe0, 0x4a, 0x5, 0x90, 0xe, 0xa, + 0x40, 0x9, 0x5d, 0x0, 0x3, 0xe9, 0x0, 0x0, + 0xe3, 0x0, + + /* U+0077 "w" */ + 0xa5, 0x6, 0xa0, 0x1d, 0x5, 0x90, 0xbd, 0x5, + 0x90, 0x1d, 0xc, 0x94, 0x94, 0x0, 0xc7, 0x74, + 0x9d, 0x0, 0x8, 0xe2, 0xd, 0xb0, 0x0, 0x3d, + 0x0, 0xa7, 0x0, + + /* U+0078 "x" */ + 0x6b, 0x5, 0xd0, 0xc, 0x5d, 0x30, 0x2, 0xf8, + 0x0, 0x2, 0xf9, 0x0, 0xc, 0x4d, 0x30, 0x7a, + 0x3, 0xd0, + + /* U+0079 "y" */ + 0xb5, 0x2, 0xe0, 0x5b, 0x7, 0x80, 0xe, 0xc, + 0x20, 0x9, 0x6d, 0x0, 0x3, 0xf7, 0x0, 0x0, + 0xe1, 0x0, 0x3, 0xb0, 0x0, 0x7e, 0x30, 0x0, + + /* U+007A "z" */ + 0x6d, 0xde, 0xe0, 0x0, 0xc, 0x50, 0x0, 0x89, + 0x0, 0x4, 0xd0, 0x0, 0x1e, 0x30, 0x0, 0x8f, + 0xdd, 0xd1, + + /* U+007B "{" */ + 0x0, 0x65, 0x3, 0xc0, 0x7, 0x70, 0x8, 0x70, + 0xb, 0x40, 0x9d, 0x0, 0xb, 0x40, 0x8, 0x70, + 0x7, 0x70, 0x4, 0xc0, 0x0, 0x65, + + /* U+007C "|" */ + 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, + 0x1b, 0x5, + + /* U+007D "}" */ + 0x83, 0x0, 0x1e, 0x0, 0xc, 0x30, 0xc, 0x30, + 0x9, 0x60, 0x1, 0xf4, 0x9, 0x60, 0xc, 0x30, + 0xc, 0x20, 0x1e, 0x0, 0x83, 0x0, + + /* U+007E "~" */ + 0xa, 0xea, 0x13, 0xa2, 0x80, 0x6d, 0xd2, + + /* U+0080 "€" */ + 0x0, 0x0, 0x2b, 0x0, 0x0, 0x0, 0x0, 0x3e, + 0xb0, 0x0, 0xcd, 0xdd, 0xea, 0x89, 0x0, 0xe1, + 0x11, 0x10, 0xa, 0x80, 0xe0, 0x0, 0x0, 0x1, + 0xf1, 0xe3, 0x33, 0x31, 0xc, 0x60, 0xab, 0xbb, + 0xcb, 0xa7, 0x0, 0x0, 0x0, 0x3f, 0x90, 0x0, + 0x0, 0x0, 0x19, 0x0, 0x0, + + /* U+0081 "" */ + 0x0, 0x0, 0x79, 0x0, 0x0, 0x0, 0x0, 0x6e, + 0xb0, 0x0, 0x0, 0x0, 0x6d, 0x4f, 0xdd, 0xdd, + 0x0, 0x6d, 0x10, 0x0, 0x0, 0xd1, 0xf, 0x50, + 0x0, 0x0, 0xd, 0x10, 0x4e, 0x30, 0x33, 0x33, + 0xd1, 0x0, 0x4e, 0x5e, 0xbb, 0xba, 0x0, 0x0, + 0x4f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x0, + 0x0, 0x0, + + /* U+0082 "‚" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xad, 0x20, + 0x0, 0x0, 0xb6, 0x2d, 0x20, 0x0, 0xb7, 0x0, + 0x2d, 0x20, 0xaf, 0xb0, 0x8, 0xde, 0x12, 0x3d, + 0x20, 0xc4, 0x30, 0x0, 0xc2, 0xc, 0x20, 0x0, + 0xc, 0x20, 0xc2, 0x0, 0x0, 0xc2, 0xc, 0x20, + 0x0, 0xb, 0xee, 0xf1, 0x0, + + /* U+0083 "ƒ" */ + 0x0, 0xbe, 0xef, 0x10, 0x0, 0xc, 0x20, 0xc2, + 0x0, 0x0, 0xc2, 0xc, 0x20, 0x0, 0xc, 0x20, + 0xc2, 0x0, 0x9c, 0xf1, 0xc, 0xdc, 0x15, 0xf3, + 0x0, 0xc, 0xa0, 0x7, 0xd1, 0x8, 0xc0, 0x0, + 0x8, 0xb7, 0xd0, 0x0, 0x0, 0x9, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0088 "ˆ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0xc1, 0x0, 0x0, 0x0, 0x0, 0x68, 0x80, 0x0, + 0x0, 0x0, 0xb, 0xa, 0x10, 0x0, 0x0, 0x6, + 0x50, 0x28, 0x0, 0x0, 0x0, 0xb0, 0x0, 0xa1, + 0x0, 0x0, 0x65, 0x0, 0x2, 0x90, 0x0, 0xb, + 0x0, 0x0, 0x9, 0x10, 0x6, 0x50, 0x0, 0x0, + 0x29, 0x0, 0xda, 0xaa, 0xaa, 0xaa, 0xd1, + + /* U+0089 "‰" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x69, + 0xa1, 0x0, 0x39, 0x5f, 0x1, 0x80, 0x78, 0x4, + 0xf1, 0x66, 0x38, 0x0, 0x93, 0xff, 0x18, 0x10, + 0xb, 0xa4, 0x17, 0x90, 0x2, 0xc2, 0x0, 0x98, + 0x20, 0x20, 0x0, 0x27, 0x29, 0x0, 0x0, 0x9, + 0x10, 0x49, 0x20, 0x39, 0x40, 0x0, 0x16, 0x86, + 0x10, 0x0, + + /* U+008A "Š" */ + 0x0, 0x46, 0x66, 0x0, 0x0, 0xa6, 0xef, 0x8b, + 0x50, 0x69, 0x24, 0xc0, 0x4d, 0x24, 0x50, 0x0, + 0x0, 0x72, 0xc5, 0x0, 0x0, 0xb, 0x6a, 0x80, + 0x0, 0x0, 0xa6, 0xe, 0x40, 0x0, 0x7d, 0x0, + 0x2e, 0x98, 0xad, 0x0, 0x0, 0x15, 0x44, 0x0, + 0x0, + + /* U+008B "‹" */ + 0x4, 0x87, 0x97, 0x10, 0x3, 0x48, 0xa0, 0x29, + 0x40, 0x89, 0x5, 0x80, 0xa, 0x16, 0x96, 0x89, + 0x0, 0x27, 0x80, 0x59, 0x0, 0x0, 0x97, 0x20, + 0x0, 0x0, 0x27, 0x19, 0x0, 0x0, 0x9, 0x20, + 0x58, 0x10, 0x18, 0x50, 0x0, 0x28, 0x98, 0x20, + 0x0, + + /* U+008C "Œ" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x99, + 0xc3, 0x0, 0x37, 0x0, 0xa, 0x0, 0x9, 0x10, + 0x3, 0x70, 0x0, 0xd1, 0x2, 0xa1, 0x0, 0x99, + 0x93, 0xf0, 0x0, 0x55, 0xa, 0x95, 0x60, 0x8, + 0x3, 0x89, 0x9, 0x0, 0x63, 0x31, 0x3, 0x70, + 0x0, 0xa3, 0x3, 0xb0, 0x0, 0x0, 0x68, 0x60, + 0x0, 0x0, + + /* U+008D "" */ + 0x0, 0x87, 0xa0, 0x0, 0x7, 0x7, 0x0, 0x67, + 0xde, 0xe7, 0x67, 0x0, 0x0, 0x7, 0x70, 0x77, + 0x70, 0x77, 0x7, 0x77, 0x7, 0x70, 0x0, 0x0, + 0x77, 0x7d, 0xff, 0x76, 0x0, 0x70, 0x70, 0x0, + 0x7, 0x7, 0x0, 0x0, 0x57, 0x60, 0x0, + + /* U+008E "Ž" */ + 0x0, 0x1, 0x9d, 0xeb, 0x19, 0x81, 0xed, 0x65, + 0x70, 0x93, 0xff, 0x0, 0x0, 0x9, 0x0, 0x88, + 0x0, 0x0, 0x90, 0x1, 0xb2, 0x0, 0x9, 0x7, + 0xc1, 0x0, 0x0, 0x97, 0xfd, 0x0, 0x0, 0x8, + 0x41, 0xdd, 0x76, 0x80, 0x0, 0x1, 0x8c, 0xda, + 0x0, + + /* U+008F "" */ + 0x0, 0x0, 0x0, 0x0, 0x97, 0xfe, 0x66, 0x6c, + 0x90, 0x94, 0x2a, 0xff, 0x90, 0xb6, 0x7e, 0xff, + 0x90, 0xf8, 0x0, 0x4b, 0x90, 0x0, 0x0, 0x9, + 0x90, 0xf9, 0x0, 0x9, 0x90, 0x84, 0x0, 0x9, + 0x90, 0xe8, 0x0, 0x9, 0x97, 0xfd, 0x77, 0x7c, + 0x1, 0x11, 0x11, 0x11, + + /* U+0090 "" */ + 0x0, 0x4e, 0xf4, 0x0, 0x0, 0x86, 0xaa, 0x5a, + 0x0, 0x56, 0x9, 0x80, 0x47, 0xa, 0x0, 0x89, + 0x0, 0xa0, 0x90, 0x56, 0x2b, 0x3a, 0xa, 0x79, + 0xb4, 0x9a, 0xf0, 0x8f, 0xa1, 0x1, 0xdf, 0x0, + 0xc7, 0x10, 0x59, 0x0, 0x0, 0x38, 0x84, 0x0, + 0x0, + + /* U+0091 "‘" */ + 0x6, 0xca, 0x20, 0x0, 0x4, 0xff, 0xfd, 0x0, + 0x0, 0x8f, 0xff, 0xf5, 0xdd, 0x35, 0xff, 0xfe, + 0xcf, 0xfb, 0x8, 0xff, 0x9c, 0xff, 0xa0, 0xc5, + 0x8f, 0xff, 0xf1, 0x67, 0x4f, 0xff, 0xff, 0x79, + 0x3c, 0xff, 0xff, 0xfb, 0x7c, 0xb9, 0x99, 0x99, + 0x70, + + /* U+0092 "’" */ + 0x0, 0x4, 0x20, 0x0, 0x0, 0x0, 0x1c, 0x20, + 0x0, 0x0, 0x0, 0x1c, 0x30, 0x8, 0xff, 0xff, + 0xff, 0x40, 0x28, 0x88, 0x88, 0x88, 0x10, 0x6f, + 0xff, 0xff, 0xf6, 0x0, 0x5a, 0x0, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, + 0x0, + + /* U+0093 "“" */ + 0x0, 0x1, 0xaa, 0x71, 0x0, 0x0, 0x19, 0x64, + 0xa5, 0x0, 0x0, 0x44, 0xa6, 0x20, 0x0, 0x8, + 0xb5, 0x10, 0x2, 0x95, 0x69, 0x20, 0x1, 0xe5, + 0x56, 0x4e, 0x10, 0x6f, 0x2e, 0xf0, 0xf5, 0x0, + 0xc8, 0x33, 0x6c, 0x0, 0x0, 0x77, 0x76, 0x0, + 0x0, + + /* U+0094 "”" */ + 0xc9, 0x99, 0xc3, 0x9, 0x0, 0x90, 0xa3, 0x90, + 0x8, 0x95, 0xa9, 0x0, 0x0, 0x9, 0x90, 0x0, + 0x0, 0x99, 0x0, 0x0, 0x9, 0x90, 0x0, 0x0, + 0x99, 0x0, 0x0, 0x9, 0xd9, 0x99, 0x99, 0xc0, + + /* U+00B0 "°" */ + 0xa, 0xa1, 0x37, 0x55, 0xa, 0xa1, + + /* U+00C0 "À" */ + 0x0, 0x97, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C1 "Á" */ + 0x0, 0x4, 0xc0, 0x0, 0x0, 0x5, 0x0, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C2 "Â" */ + 0x0, 0x3c, 0x50, 0x0, 0x0, 0x60, 0x60, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C3 "Ã" */ + 0x0, 0xa7, 0x46, 0x0, 0x3, 0x75, 0xc1, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C4 "Ä" */ + 0x0, 0xd0, 0xa3, 0x0, 0x0, 0x10, 0x0, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C5 "Å" */ + 0x0, 0x29, 0x40, 0x0, 0x0, 0x81, 0x90, 0x0, + 0x0, 0x28, 0x40, 0x0, 0x0, 0x1f, 0x30, 0x0, + 0x0, 0x6d, 0x90, 0x0, 0x0, 0xc3, 0xe0, 0x0, + 0x2, 0xd0, 0xa5, 0x0, 0x8, 0x70, 0x4b, 0x0, + 0xe, 0xdd, 0xdf, 0x10, 0x4b, 0x0, 0x9, 0x70, + 0xa6, 0x0, 0x3, 0xd0, + + /* U+00C6 "Æ" */ + 0x0, 0x0, 0xa, 0xfd, 0xdd, 0xa0, 0x0, 0x0, + 0x3c, 0xe1, 0x0, 0x0, 0x0, 0x0, 0xc3, 0xe2, + 0x0, 0x0, 0x0, 0x6, 0xa0, 0xdd, 0xdd, 0x40, + 0x0, 0x1e, 0x10, 0xc3, 0x0, 0x0, 0x0, 0x9f, + 0xff, 0xf3, 0x0, 0x0, 0x3, 0xe0, 0x0, 0xb4, + 0x0, 0x0, 0xc, 0x60, 0x0, 0xae, 0xdd, 0xd1, + + /* U+00C7 "Ç" */ + 0x1, 0xbe, 0xd7, 0x0, 0xd6, 0x0, 0xc4, 0x3d, + 0x0, 0x4, 0x55, 0xb0, 0x0, 0x0, 0x5b, 0x0, + 0x0, 0x3, 0xd0, 0x0, 0x45, 0xc, 0x50, 0xc, + 0x40, 0x1b, 0xed, 0x60, 0x0, 0x8, 0x70, 0x0, + 0x0, 0x97, 0x0, + + /* U+00C8 "È" */ + 0x1, 0xc3, 0x0, 0x0, 0x15, 0x0, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+00C9 "É" */ + 0x0, 0x8, 0x80, 0x0, 0x6, 0x0, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+00CA "Ê" */ + 0x0, 0x6c, 0x20, 0x1, 0x50, 0x50, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+00CB "Ë" */ + 0x4, 0x90, 0xd0, 0x0, 0x10, 0x10, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+00CC "Ì" */ + 0xb, 0x60, 0x0, 0x60, 0x0, 0xf0, 0x0, 0xf0, + 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, 0x0, 0xf0, + 0x0, 0xf0, 0x0, 0xf0, + + /* U+00CD "Í" */ + 0x5, 0xb0, 0x6, 0x0, 0xf, 0x0, 0xf, 0x0, + 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, 0xf, 0x0, + 0xf, 0x0, 0xf, 0x0, + + /* U+00CE "Î" */ + 0x4, 0xd4, 0x0, 0x60, 0x60, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, + 0x0, + + /* U+00CF "Ï" */ + 0x2c, 0xc, 0x20, 0x10, 0x10, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, + 0x0, + + /* U+00D0 "Ð" */ + 0xf, 0xdd, 0xc3, 0x0, 0xf1, 0x3, 0xe2, 0xf, + 0x10, 0x8, 0x8c, 0xfd, 0x50, 0x5b, 0xf, 0x10, + 0x5, 0xb0, 0xf1, 0x0, 0x88, 0xf, 0x10, 0x3e, + 0x20, 0xfd, 0xec, 0x30, + + /* U+00D1 "Ñ" */ + 0x0, 0x79, 0xa, 0x0, 0xa, 0x2c, 0x50, 0x1f, + 0x40, 0x1, 0xe1, 0xfd, 0x0, 0x1e, 0x1f, 0xa8, + 0x1, 0xe1, 0xf1, 0xe3, 0x1e, 0x1f, 0x5, 0xc1, + 0xe1, 0xf0, 0xb, 0x8e, 0x1f, 0x0, 0x2f, 0xe1, + 0xf0, 0x0, 0x7e, + + /* U+00D2 "Ò" */ + 0x0, 0x6a, 0x0, 0x0, 0x0, 0x51, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+00D3 "Ó" */ + 0x0, 0x1, 0xd1, 0x0, 0x0, 0x42, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+00D4 "Ô" */ + 0x0, 0x1b, 0x80, 0x0, 0x5, 0x15, 0x10, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+00D5 "Õ" */ + 0x0, 0x9c, 0xb5, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+00D6 "Ö" */ + 0x0, 0xc2, 0x76, 0x0, 0x1, 0x0, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+00D7 "×" */ + 0x0, 0x0, 0x0, 0x4b, 0x1, 0xc1, 0x9, 0xad, + 0x60, 0x1, 0xec, 0x0, 0xc, 0x7a, 0x90, 0x37, + 0x0, 0x91, + + /* U+00D8 "Ø" */ + 0x1, 0xbe, 0xd8, 0x90, 0xc, 0x70, 0x1f, 0x50, + 0x3d, 0x0, 0x69, 0xb0, 0x5a, 0x1, 0xa2, 0xe0, + 0x5a, 0xa, 0x12, 0xe0, 0x3d, 0x56, 0x4, 0xc0, + 0xc, 0xd0, 0x1c, 0x50, 0x8, 0xbe, 0xe7, 0x0, + 0x5, 0x0, 0x0, 0x0, + + /* U+00D9 "Ù" */ + 0x0, 0xa7, 0x0, 0x0, 0x0, 0x60, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+00DA "Ú" */ + 0x0, 0x4, 0xc0, 0x0, 0x0, 0x60, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+00DB "Û" */ + 0x0, 0x3c, 0x50, 0x0, 0x6, 0x6, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+00DC "Ü" */ + 0x0, 0xd0, 0xa3, 0x0, 0x1, 0x1, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+00DD "Ý" */ + 0x0, 0x8, 0x80, 0x0, 0x0, 0x60, 0x0, 0xa8, + 0x0, 0xe, 0x32, 0xe1, 0x7, 0xb0, 0x9, 0x80, + 0xe2, 0x0, 0x1e, 0x89, 0x0, 0x0, 0x8f, 0x10, + 0x0, 0x3, 0xd0, 0x0, 0x0, 0x3d, 0x0, 0x0, + 0x3, 0xd0, 0x0, + + /* U+00DE "Þ" */ + 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, 0x1f, 0xdc, + 0xb3, 0x1e, 0x0, 0x4e, 0x1e, 0x0, 0x4d, 0x1f, + 0xdc, 0xb3, 0x1e, 0x0, 0x0, 0x1e, 0x0, 0x0, + + /* U+00DF "ß" */ + 0x7, 0xdd, 0x50, 0x1, 0xe0, 0x2d, 0x0, 0x3b, + 0x4, 0xa0, 0x4, 0xb0, 0xb4, 0x0, 0x4b, 0x8, + 0xa0, 0x4, 0xb0, 0x8, 0xb0, 0x4b, 0x0, 0xf, + 0x4, 0xb6, 0xcc, 0x70, + + /* U+00E0 "à" */ + 0x2, 0xc1, 0x0, 0x0, 0x13, 0x0, 0x7, 0xcd, + 0x70, 0x2a, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+00E1 "á" */ + 0x0, 0xb, 0x40, 0x0, 0x13, 0x0, 0x8, 0xdd, + 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+00E2 "â" */ + 0x0, 0x9a, 0x10, 0x1, 0x21, 0x20, 0x8, 0xdd, + 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+00E3 "ã" */ + 0x0, 0x0, 0x0, 0x7, 0xcc, 0x90, 0x0, 0x0, + 0x0, 0x8, 0xdd, 0x70, 0x27, 0x0, 0xe1, 0x6, + 0xbb, 0xf2, 0x4c, 0x0, 0xd2, 0x5b, 0x2, 0xf2, + 0xb, 0xeb, 0xb4, + + /* U+00E4 "ä" */ + 0x7, 0x63, 0xb0, 0x0, 0x0, 0x0, 0x8, 0xdd, + 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+00E5 "å" */ + 0x0, 0x68, 0x0, 0x0, 0x95, 0x30, 0x0, 0x68, + 0x0, 0x8, 0xdd, 0x70, 0x27, 0x0, 0xe1, 0x6, + 0xbb, 0xf2, 0x4c, 0x0, 0xd2, 0x5b, 0x2, 0xf2, + 0xb, 0xeb, 0xb4, + + /* U+00E6 "æ" */ + 0xa, 0xdc, 0x5a, 0xdc, 0x33, 0x60, 0x1f, 0x50, + 0x4c, 0x9, 0xcc, 0xfc, 0xcc, 0xc7, 0xa0, 0xf, + 0x10, 0x0, 0x88, 0x3, 0xf8, 0x0, 0x31, 0xcd, + 0xc4, 0xad, 0xd6, + + /* U+00E7 "ç" */ + 0x6, 0xdd, 0x70, 0x3d, 0x0, 0xc3, 0x78, 0x0, + 0x0, 0x68, 0x0, 0x0, 0x3d, 0x0, 0xb3, 0x6, + 0xdd, 0x70, 0x0, 0x59, 0x0, 0x0, 0x6a, 0x0, + + /* U+00E8 "è" */ + 0x3, 0xc1, 0x0, 0x0, 0x22, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+00E9 "é" */ + 0x0, 0xc, 0x30, 0x0, 0x22, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+00EA "ê" */ + 0x0, 0xaa, 0x10, 0x2, 0x11, 0x20, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+00EB "ë" */ + 0x9, 0x54, 0xa0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+00EC "ì" */ + 0xb, 0x40, 0x3, 0x2, 0xd0, 0x2d, 0x2, 0xd0, + 0x2d, 0x2, 0xd0, 0x2d, + + /* U+00ED "í" */ + 0x8, 0x70, 0x3, 0x0, 0x2d, 0x0, 0x2d, 0x0, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + + /* U+00EE "î" */ + 0x7, 0xa3, 0x2, 0x3, 0x2, 0xd0, 0x2, 0xd0, + 0x2, 0xd0, 0x2, 0xd0, 0x2, 0xd0, 0x2, 0xd0, + + /* U+00EF "ï" */ + 0x4a, 0xe, 0x0, 0x0, 0x0, 0x2, 0xd0, 0x0, + 0x2d, 0x0, 0x2, 0xd0, 0x0, 0x2d, 0x0, 0x2, + 0xd0, 0x0, 0x2d, 0x0, + + /* U+00F0 "ð" */ + 0x0, 0x0, 0x0, 0x6, 0xe6, 0x81, 0x0, 0x5f, + 0xa0, 0x0, 0x62, 0xe2, 0x3, 0xcc, 0xc7, 0xe, + 0x30, 0x8a, 0x4b, 0x0, 0x4b, 0x4b, 0x0, 0x5a, + 0xe, 0x20, 0xb5, 0x4, 0xdd, 0x80, + + /* U+00F1 "ñ" */ + 0x0, 0x0, 0x0, 0x7, 0xcc, 0x90, 0x0, 0x0, + 0x0, 0x4c, 0xad, 0xa0, 0x4e, 0x10, 0xd3, 0x4c, + 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + 0x4c, 0x0, 0xa5, + + /* U+00F2 "ò" */ + 0x2, 0xc1, 0x0, 0x0, 0x22, 0x0, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+00F3 "ó" */ + 0x0, 0xb, 0x40, 0x0, 0x12, 0x0, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+00F4 "ô" */ + 0x0, 0xaa, 0x10, 0x1, 0x11, 0x20, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+00F5 "õ" */ + 0x0, 0x0, 0x0, 0x7, 0xcc, 0x90, 0x0, 0x0, + 0x0, 0x6, 0xdd, 0x80, 0x3d, 0x10, 0xa6, 0x78, + 0x0, 0x4b, 0x78, 0x0, 0x4b, 0x2d, 0x10, 0xa7, + 0x6, 0xdd, 0x90, + + /* U+00F6 "ö" */ + 0x8, 0x63, 0xb0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+00F7 "÷" */ + 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, + 0x0, 0x0, + + /* U+00F8 "ø" */ + 0x0, 0x0, 0x41, 0x6, 0xdd, 0xd0, 0x3d, 0x16, + 0xd7, 0x78, 0xa, 0x4b, 0x78, 0x64, 0x4b, 0x3d, + 0xa0, 0xa7, 0x9, 0xdd, 0x90, 0x5, 0x0, 0x0, + + /* U+00F9 "ù" */ + 0x2, 0xc1, 0x0, 0x0, 0x12, 0x0, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+00FA "ú" */ + 0x0, 0xc, 0x30, 0x0, 0x12, 0x0, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+00FB "û" */ + 0x0, 0xaa, 0x10, 0x1, 0x11, 0x20, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+00FC "ü" */ + 0x9, 0x54, 0xa0, 0x0, 0x0, 0x0, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+00FD "ý" */ + 0x0, 0x3c, 0x10, 0x0, 0x30, 0x0, 0xb5, 0x2, + 0xe0, 0x5b, 0x7, 0x80, 0xe, 0xc, 0x20, 0x9, + 0x6d, 0x0, 0x3, 0xf7, 0x0, 0x0, 0xe1, 0x0, + 0x3, 0xb0, 0x0, 0x7e, 0x30, 0x0, + + /* U+00FE "þ" */ + 0x3c, 0x0, 0x0, 0x3c, 0x0, 0x0, 0x3d, 0xbe, + 0xa0, 0x3e, 0x10, 0xb6, 0x3c, 0x0, 0x5a, 0x3c, + 0x0, 0x5a, 0x3e, 0x10, 0xb6, 0x3e, 0xbd, 0xa0, + 0x3c, 0x0, 0x0, 0x3c, 0x0, 0x0, + + /* U+00FF "ÿ" */ + 0xd, 0x19, 0x50, 0x0, 0x0, 0x0, 0xb5, 0x2, + 0xe0, 0x5b, 0x7, 0x80, 0xe, 0xc, 0x20, 0x9, + 0x6d, 0x0, 0x3, 0xf7, 0x0, 0x0, 0xe1, 0x0, + 0x3, 0xb0, 0x0, 0x7e, 0x30, 0x0, + + /* U+0100 "Ā" */ + 0x2, 0xcc, 0xc5, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+0101 "ā" */ + 0x8, 0xcc, 0xb0, 0x0, 0x0, 0x0, 0x8, 0xdd, + 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+0102 "Ă" */ + 0x0, 0xd0, 0xa2, 0x0, 0x0, 0x5a, 0x70, 0x0, + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + + /* U+0103 "ă" */ + 0x3, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x70, 0x2c, 0x0, 0xe1, 0x6, 0xbb, 0xf2, 0x4c, + 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, 0xeb, 0xb4, + + /* U+0104 "Ą" */ + 0x0, 0x1f, 0x30, 0x0, 0x0, 0x6d, 0x90, 0x0, + 0x0, 0xc3, 0xe0, 0x0, 0x2, 0xd0, 0xa5, 0x0, + 0x8, 0x70, 0x4b, 0x0, 0xe, 0xdd, 0xdf, 0x10, + 0x4b, 0x0, 0x9, 0x70, 0xa6, 0x0, 0x3, 0xd0, + 0x0, 0x0, 0x9, 0x30, 0x0, 0x0, 0xb, 0xa0, + + /* U+0105 "ą" */ + 0x8, 0xdd, 0x70, 0x27, 0x0, 0xe1, 0x6, 0xbb, + 0xf2, 0x4c, 0x0, 0xd2, 0x5b, 0x2, 0xf2, 0xb, + 0xeb, 0xd4, 0x0, 0x5, 0x80, 0x0, 0x6, 0xc2, + + /* U+0106 "Ć" */ + 0x0, 0x0, 0x71, 0x0, 0x0, 0x6a, 0x0, 0x0, + 0x6, 0x0, 0x0, 0x1b, 0xed, 0x70, 0xd, 0x60, + 0xc, 0x43, 0xd0, 0x0, 0x45, 0x5b, 0x0, 0x0, + 0x5, 0xb0, 0x0, 0x0, 0x3d, 0x0, 0x4, 0x50, + 0xc5, 0x0, 0xc4, 0x1, 0xbd, 0xd6, 0x0, + + /* U+0107 "ć" */ + 0x0, 0x1c, 0x20, 0x0, 0x31, 0x0, 0x6, 0xdd, + 0x70, 0x3d, 0x0, 0xc3, 0x78, 0x0, 0x0, 0x68, + 0x0, 0x0, 0x3d, 0x0, 0xb3, 0x6, 0xdd, 0x70, + + /* U+0108 "Ĉ" */ + 0x0, 0x6, 0x10, 0x0, 0x8, 0x6a, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1b, 0xed, 0x70, 0xd, 0x60, + 0xc, 0x43, 0xd0, 0x0, 0x45, 0x5b, 0x0, 0x0, + 0x5, 0xb0, 0x0, 0x0, 0x3d, 0x0, 0x4, 0x50, + 0xc5, 0x0, 0xc4, 0x1, 0xbd, 0xd6, 0x0, + + /* U+0109 "ĉ" */ + 0x1, 0xa9, 0x0, 0x2, 0x2, 0x10, 0x6, 0xdd, + 0x70, 0x3d, 0x0, 0xc3, 0x78, 0x0, 0x0, 0x68, + 0x0, 0x0, 0x3d, 0x0, 0xb3, 0x6, 0xdd, 0x70, + + /* U+010A "Ċ" */ + 0x0, 0xc, 0x20, 0x0, 0x0, 0x10, 0x0, 0x1, + 0xbe, 0xd7, 0x0, 0xd6, 0x0, 0xc4, 0x3d, 0x0, + 0x4, 0x55, 0xb0, 0x0, 0x0, 0x5b, 0x0, 0x0, + 0x3, 0xd0, 0x0, 0x45, 0xc, 0x50, 0xc, 0x40, + 0x1b, 0xdd, 0x60, + + /* U+010B "ċ" */ + 0x0, 0x95, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x70, 0x3d, 0x0, 0xc3, 0x78, 0x0, 0x0, 0x68, + 0x0, 0x0, 0x3d, 0x0, 0xb3, 0x6, 0xdd, 0x70, + + /* U+010C "Č" */ + 0x0, 0x60, 0x61, 0x0, 0x2, 0xc6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1b, 0xed, 0x70, 0xd, 0x60, + 0xc, 0x43, 0xd0, 0x0, 0x45, 0x5b, 0x0, 0x0, + 0x5, 0xb0, 0x0, 0x0, 0x3d, 0x0, 0x4, 0x50, + 0xc5, 0x0, 0xc4, 0x1, 0xbd, 0xd6, 0x0, + + /* U+010D "č" */ + 0x4, 0x7a, 0x20, 0x0, 0x31, 0x0, 0x6, 0xdd, + 0x60, 0x3d, 0x0, 0xd2, 0x78, 0x0, 0x42, 0x68, + 0x0, 0x0, 0x3d, 0x0, 0x93, 0x6, 0xdc, 0x80, + + /* U+010E "Ď" */ + 0x1, 0xb6, 0x70, 0x0, 0x2, 0x60, 0x0, 0x1f, + 0xde, 0xb2, 0x1, 0xf0, 0x4, 0xd0, 0x1f, 0x0, + 0xa, 0x51, 0xf0, 0x0, 0x78, 0x1f, 0x0, 0x7, + 0x81, 0xf0, 0x0, 0xa5, 0x1f, 0x0, 0x5e, 0x1, + 0xfd, 0xeb, 0x20, + + /* U+010F "ď" */ + 0x0, 0x0, 0x96, 0xd0, 0x0, 0x0, 0x97, 0x80, + 0x7, 0xec, 0xc6, 0x0, 0x3d, 0x10, 0xc6, 0x0, + 0x69, 0x0, 0x96, 0x0, 0x68, 0x0, 0x96, 0x0, + 0x3d, 0x0, 0xb6, 0x0, 0x7, 0xdb, 0xc6, 0x0, + + /* U+0110 "Đ" */ + 0xf, 0xdd, 0xc3, 0x0, 0xf1, 0x3, 0xe2, 0xf, + 0x10, 0x8, 0x8c, 0xfd, 0x50, 0x5b, 0xf, 0x10, + 0x5, 0xb0, 0xf1, 0x0, 0x88, 0xf, 0x10, 0x3e, + 0x20, 0xfd, 0xec, 0x30, + + /* U+0111 "đ" */ + 0x0, 0xd, 0xee, 0x50, 0x0, 0x9, 0x60, 0x7, + 0xec, 0xc6, 0x3, 0xd1, 0xc, 0x60, 0x69, 0x0, + 0x96, 0x6, 0x80, 0x9, 0x60, 0x3d, 0x0, 0xb6, + 0x0, 0x7d, 0xbc, 0x60, + + /* U+0112 "Ē" */ + 0x5, 0xcc, 0xc1, 0x0, 0x0, 0x0, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+0113 "ē" */ + 0x9, 0xcc, 0xa0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+0114 "Ĕ" */ + 0x3, 0xa0, 0xc0, 0x0, 0x8a, 0x40, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+0115 "ĕ" */ + 0x4, 0xaa, 0x40, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+0116 "Ė" */ + 0x0, 0x2c, 0x0, 0x0, 0x1, 0x0, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+0117 "ė" */ + 0x0, 0x67, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+0118 "Ę" */ + 0x1f, 0xdd, 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + 0x0, 0x1, 0xa1, 0x0, 0x2, 0xd5, + + /* U+0119 "ę" */ + 0x6, 0xdd, 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, + 0xd5, 0x79, 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, + 0xde, 0x80, 0x0, 0x39, 0x0, 0x0, 0x4d, 0x40, + + /* U+011A "Ě" */ + 0x0, 0xa6, 0x80, 0x0, 0x16, 0x0, 0x1f, 0xdd, + 0xdb, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0xdd, 0xd4, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xdc, + + /* U+011B "ě" */ + 0x3, 0x98, 0x40, 0x0, 0x22, 0x0, 0x6, 0xdd, + 0x80, 0x2c, 0x0, 0xc3, 0x7e, 0xdd, 0xd5, 0x79, + 0x0, 0x0, 0x3e, 0x10, 0x61, 0x6, 0xdd, 0x90, + + /* U+011C "Ĝ" */ + 0x0, 0x7, 0x10, 0x0, 0x9, 0x6a, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1b, 0xdd, 0x70, 0xc, 0x60, + 0xc, 0x52, 0xd0, 0x0, 0x24, 0x4b, 0x0, 0x0, + 0x5, 0xb0, 0x2d, 0xda, 0x2e, 0x0, 0x5, 0xb0, + 0xc7, 0x0, 0x7a, 0x1, 0xae, 0xeb, 0x20, + + /* U+011D "ĝ" */ + 0x1, 0xaa, 0x0, 0x2, 0x11, 0x20, 0x7, 0xec, + 0xb6, 0x3e, 0x10, 0xc6, 0x69, 0x0, 0x96, 0x69, + 0x0, 0x96, 0x2d, 0x10, 0xc6, 0x7, 0xec, 0xc6, + 0x4, 0x0, 0xc3, 0x9, 0xcd, 0x70, + + /* U+011E "Ğ" */ + 0x0, 0xd0, 0xb2, 0x0, 0x5, 0xa7, 0x0, 0x1, + 0xbd, 0xd7, 0x0, 0xc6, 0x0, 0xc5, 0x2d, 0x0, + 0x2, 0x44, 0xb0, 0x0, 0x0, 0x5b, 0x2, 0xdd, + 0xa2, 0xe0, 0x0, 0x5b, 0xc, 0x70, 0x7, 0xa0, + 0x1a, 0xee, 0xb2, + + /* U+011F "ğ" */ + 0x4, 0xaa, 0x40, 0x0, 0x0, 0x0, 0x7, 0xec, + 0xb6, 0x3e, 0x10, 0xc6, 0x69, 0x0, 0x96, 0x69, + 0x0, 0x96, 0x2d, 0x10, 0xc6, 0x7, 0xec, 0xc6, + 0x4, 0x0, 0xc3, 0x9, 0xcd, 0x70, + + /* U+0120 "Ġ" */ + 0x0, 0xd, 0x10, 0x0, 0x0, 0x10, 0x0, 0x1, + 0xbd, 0xd7, 0x0, 0xc6, 0x0, 0xc5, 0x2d, 0x0, + 0x2, 0x44, 0xb0, 0x0, 0x0, 0x5b, 0x2, 0xdd, + 0xa2, 0xe0, 0x0, 0x5b, 0xc, 0x70, 0x7, 0xa0, + 0x1a, 0xee, 0xb2, + + /* U+0121 "ġ" */ + 0x0, 0x77, 0x0, 0x0, 0x0, 0x0, 0x7, 0xec, + 0xb6, 0x3e, 0x10, 0xc6, 0x69, 0x0, 0x96, 0x69, + 0x0, 0x96, 0x2d, 0x10, 0xc6, 0x7, 0xec, 0xc6, + 0x4, 0x0, 0xc3, 0x9, 0xcd, 0x70, + + /* U+0122 "Ģ" */ + 0x1, 0xbd, 0xd7, 0x0, 0xc6, 0x0, 0xc5, 0x2d, + 0x0, 0x2, 0x44, 0xb0, 0x0, 0x0, 0x5b, 0x2, + 0xdd, 0xa2, 0xe0, 0x0, 0x5b, 0xc, 0x70, 0x7, + 0xa0, 0x1a, 0xee, 0xb2, 0x0, 0x4, 0x30, 0x0, + 0x0, 0xa4, 0x0, 0x0, 0x6, 0x0, 0x0, + + /* U+0123 "ģ" */ + 0x0, 0x1, 0x0, 0x0, 0x49, 0x0, 0x0, 0x87, + 0x0, 0x0, 0x0, 0x0, 0x7, 0xec, 0xb6, 0x3e, + 0x10, 0xc6, 0x69, 0x0, 0x96, 0x69, 0x0, 0x96, + 0x2d, 0x10, 0xc6, 0x7, 0xec, 0xc6, 0x4, 0x0, + 0xc3, 0x9, 0xcd, 0x70, + + /* U+0124 "Ĥ" */ + 0x0, 0x1b, 0x80, 0x0, 0x4, 0x24, 0x10, 0x1f, + 0x0, 0x2, 0xe1, 0xf0, 0x0, 0x2e, 0x1f, 0x0, + 0x2, 0xe1, 0xfd, 0xdd, 0xde, 0x1f, 0x0, 0x2, + 0xe1, 0xf0, 0x0, 0x2e, 0x1f, 0x0, 0x2, 0xe1, + 0xf0, 0x0, 0x2e, + + /* U+0125 "ĥ" */ + 0x2, 0xc6, 0x0, 0x5, 0x15, 0x0, 0x4c, 0x0, + 0x0, 0x4c, 0x0, 0x0, 0x4d, 0xae, 0xa0, 0x4e, + 0x10, 0xd3, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + + /* U+0126 "Ħ" */ + 0x2e, 0x0, 0x2, 0xe0, 0x2e, 0x0, 0x2, 0xe0, + 0xaf, 0xcc, 0xcc, 0xf7, 0x2f, 0xdd, 0xdd, 0xe0, + 0x2e, 0x0, 0x2, 0xe0, 0x2e, 0x0, 0x2, 0xe0, + 0x2e, 0x0, 0x2, 0xe0, 0x2e, 0x0, 0x2, 0xe0, + + /* U+0127 "ħ" */ + 0x2d, 0xfd, 0x30, 0x0, 0x1e, 0x0, 0x0, 0x1, + 0xe9, 0xdc, 0x10, 0x1f, 0x30, 0xa6, 0x1, 0xe0, + 0x8, 0x70, 0x1e, 0x0, 0x87, 0x1, 0xe0, 0x8, + 0x70, 0x1e, 0x0, 0x87, + + /* U+0128 "Ĩ" */ + 0x2a, 0xcb, 0x20, 0x0, 0x0, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, + 0x0, + + /* U+0129 "ĩ" */ + 0x0, 0x0, 0x4, 0xbc, 0xb1, 0x0, 0x0, 0x0, + 0x2d, 0x0, 0x2, 0xd0, 0x0, 0x2d, 0x0, 0x2, + 0xd0, 0x0, 0x2d, 0x0, 0x2, 0xd0, 0x0, + + /* U+012A "Ī" */ + 0x3c, 0xcc, 0x40, 0x0, 0x0, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, + 0x0, + + /* U+012B "ī" */ + 0x5c, 0xcc, 0x20, 0x0, 0x0, 0x2, 0xd0, 0x0, + 0x2d, 0x0, 0x2, 0xd0, 0x0, 0x2d, 0x0, 0x2, + 0xd0, 0x0, 0x2d, 0x0, + + /* U+012C "Ĭ" */ + 0xc, 0xc, 0x0, 0x6a, 0x60, 0x0, 0xf0, 0x0, + 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, 0x0, 0x0, + 0xf0, 0x0, 0xf, 0x0, 0x0, 0xf0, 0x0, 0xf, + 0x0, + + /* U+012D "ĭ" */ + 0x1a, 0xa8, 0x0, 0x0, 0x2, 0xd0, 0x2, 0xd0, + 0x2, 0xd0, 0x2, 0xd0, 0x2, 0xd0, 0x2, 0xd0, + + /* U+012E "Į" */ + 0xf, 0x0, 0xf0, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, 0x94, 0xa, 0xb0, + + /* U+012F "į" */ + 0x2, 0xc0, 0x1, 0x2, 0xd0, 0x2d, 0x2, 0xd0, + 0x2d, 0x2, 0xd0, 0x2f, 0xb, 0x20, 0xc9, + + /* U+0130 "İ" */ + 0xd, 0x0, 0x10, 0xf, 0x0, 0xf0, 0xf, 0x0, + 0xf0, 0xf, 0x0, 0xf0, 0xf, 0x0, 0xf0, + + /* U+0131 "ı" */ + 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, + + /* U+0132 "IJ" */ + 0xf, 0x0, 0x0, 0xd, 0x30, 0xf0, 0x0, 0x0, + 0xd3, 0xf, 0x0, 0x0, 0xd, 0x30, 0xf0, 0x0, + 0x0, 0xd3, 0xf, 0x0, 0x0, 0xd, 0x30, 0xf0, + 0x21, 0x0, 0xd3, 0xf, 0x9, 0x70, 0x1e, 0x0, + 0xf0, 0x1b, 0xcc, 0x50, + + /* U+0133 "ij" */ + 0x2c, 0x8, 0x60, 0x10, 0x0, 0x2d, 0x8, 0x72, + 0xd0, 0x87, 0x2d, 0x8, 0x72, 0xd0, 0x87, 0x2d, + 0x8, 0x72, 0xd0, 0x87, 0x0, 0x9, 0x60, 0x9, + 0xd2, + + /* U+0134 "Ĵ" */ + 0x0, 0x3, 0xd5, 0x0, 0x0, 0x60, 0x60, 0x0, + 0x0, 0xd3, 0x0, 0x0, 0xd, 0x30, 0x0, 0x0, + 0xd3, 0x0, 0x0, 0xd, 0x30, 0x0, 0x0, 0xd3, + 0x3, 0x10, 0xd, 0x30, 0x99, 0x2, 0xe0, 0x1, + 0xbd, 0xd5, 0x0, + + /* U+0135 "ĵ" */ + 0x6, 0xb4, 0x0, 0x40, 0x40, 0x1, 0xe0, 0x0, + 0x1e, 0x0, 0x1, 0xe0, 0x0, 0x1e, 0x0, 0x1, + 0xe0, 0x0, 0x1e, 0x0, 0x2, 0xd0, 0x4, 0xd6, + 0x0, + + /* U+0136 "Ķ" */ + 0x1f, 0x0, 0x1d, 0x31, 0xf0, 0x1d, 0x50, 0x1f, + 0xc, 0x70, 0x1, 0xfa, 0xc0, 0x0, 0x1f, 0xad, + 0x40, 0x1, 0xf0, 0x3e, 0x10, 0x1f, 0x0, 0x7c, + 0x1, 0xf0, 0x0, 0xb8, 0x0, 0xe, 0x0, 0x0, + 0x2, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+0137 "ķ" */ + 0x4c, 0x0, 0x0, 0x4c, 0x0, 0x0, 0x4c, 0x5, + 0xc0, 0x4c, 0x4d, 0x10, 0x4e, 0xf3, 0x0, 0x4f, + 0x9c, 0x0, 0x4c, 0xb, 0x70, 0x4c, 0x1, 0xd3, + 0x0, 0xa4, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x0, + 0x0, + + /* U+0138 "ĸ" */ + 0x2d, 0x0, 0xd4, 0x2d, 0x9, 0x90, 0x2d, 0x4d, + 0x0, 0x2f, 0xf7, 0x0, 0x2d, 0x2d, 0x50, 0x2d, + 0x1, 0xd5, + + /* U+0139 "Ĺ" */ + 0x7, 0x90, 0x0, 0x6, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, + 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd9, + + /* U+013A "ĺ" */ + 0x2, 0x60, 0xb, 0x20, 0x0, 0x0, 0x2d, 0x0, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + + /* U+013B "Ļ" */ + 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd9, + 0x0, 0x16, 0x0, 0x0, 0x3a, 0x0, 0x0, 0x32, + 0x0, + + /* U+013C "ļ" */ + 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, + 0x16, 0x3a, 0x32, + + /* U+013D "Ľ" */ + 0x1f, 0x9, 0x50, 0x1f, 0xc, 0x10, 0x1f, 0x0, + 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd9, + + /* U+013E "ľ" */ + 0x2d, 0x4a, 0x2d, 0x74, 0x2d, 0x0, 0x2d, 0x0, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + + /* U+013F "Ŀ" */ + 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x1f, 0xb, 0x30, 0x1f, 0x1, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd9, + + /* U+0140 "ŀ" */ + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x67, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + + /* U+0141 "Ł" */ + 0x1f, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0x0, + 0x0, 0x3f, 0xa3, 0x0, 0x7f, 0x0, 0x0, 0x1f, + 0x0, 0x0, 0x1f, 0x0, 0x0, 0x1f, 0xdd, 0xd8, + + /* U+0142 "ł" */ + 0xf, 0x0, 0xf0, 0xf, 0x1, 0xf7, 0x8f, 0x0, + 0xf0, 0xf, 0x0, 0xf0, + + /* U+0143 "Ń" */ + 0x0, 0x1, 0xd2, 0x0, 0x0, 0x33, 0x0, 0x1f, + 0x40, 0x1, 0xe1, 0xfd, 0x0, 0x1e, 0x1f, 0xa8, + 0x1, 0xe1, 0xf1, 0xe3, 0x1e, 0x1f, 0x5, 0xc1, + 0xe1, 0xf0, 0xb, 0x8e, 0x1f, 0x0, 0x2f, 0xe1, + 0xf0, 0x0, 0x7e, + + /* U+0144 "ń" */ + 0x0, 0xc, 0x40, 0x0, 0x12, 0x0, 0x4c, 0xad, + 0xa0, 0x4e, 0x10, 0xd3, 0x4c, 0x0, 0xa5, 0x4c, + 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + + /* U+0145 "Ņ" */ + 0x1f, 0x40, 0x1, 0xe1, 0xfd, 0x0, 0x1e, 0x1f, + 0xa8, 0x1, 0xe1, 0xf1, 0xe3, 0x1e, 0x1f, 0x5, + 0xc1, 0xe1, 0xf0, 0xb, 0x8e, 0x1f, 0x0, 0x2f, + 0xe1, 0xf0, 0x0, 0x7e, 0x0, 0x4, 0x20, 0x0, + 0x0, 0xb3, 0x0, 0x0, 0x6, 0x0, 0x0, + + /* U+0146 "ņ" */ + 0x4c, 0xad, 0xa0, 0x4e, 0x10, 0xd3, 0x4c, 0x0, + 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, + 0x0, 0xa5, 0x0, 0x33, 0x0, 0x0, 0x85, 0x0, + 0x0, 0x60, 0x0, + + /* U+0147 "Ň" */ + 0x0, 0x58, 0xa3, 0x0, 0x0, 0x53, 0x0, 0x1f, + 0x40, 0x1, 0xe1, 0xfd, 0x0, 0x1e, 0x1f, 0xa8, + 0x1, 0xe1, 0xf1, 0xe3, 0x1e, 0x1f, 0x5, 0xc1, + 0xe1, 0xf0, 0xb, 0x8e, 0x1f, 0x0, 0x2f, 0xe1, + 0xf0, 0x0, 0x7e, + + /* U+0148 "ň" */ + 0x2, 0x98, 0x40, 0x0, 0x12, 0x0, 0x4c, 0xad, + 0xa0, 0x4e, 0x10, 0xd3, 0x4c, 0x0, 0xa5, 0x4c, + 0x0, 0xa5, 0x4c, 0x0, 0xa5, 0x4c, 0x0, 0xa5, + + /* U+0149 "ʼn" */ + 0xe, 0x0, 0x0, 0x2, 0x70, 0x0, 0x0, 0x4, + 0xca, 0xda, 0x0, 0x4e, 0x10, 0xd3, 0x4, 0xc0, + 0xa, 0x50, 0x4c, 0x0, 0xa5, 0x4, 0xc0, 0xa, + 0x50, 0x4c, 0x0, 0xa5, + + /* U+014A "Ŋ" */ + 0x2f, 0x30, 0x4, 0xc2, 0xfd, 0x0, 0x4c, 0x2e, + 0xa7, 0x4, 0xc2, 0xe1, 0xe1, 0x4c, 0x2e, 0x6, + 0xb4, 0xc2, 0xe0, 0xc, 0x9c, 0x2e, 0x0, 0x3f, + 0xc2, 0xe0, 0x0, 0x8c, 0x0, 0x0, 0x5, 0xb0, + 0x0, 0x7, 0xe4, + + /* U+014B "ŋ" */ + 0x3c, 0xad, 0xb0, 0x3e, 0x10, 0xc5, 0x3c, 0x0, + 0x96, 0x3c, 0x0, 0x96, 0x3c, 0x0, 0x96, 0x3c, + 0x0, 0x96, 0x0, 0x0, 0xa5, 0x0, 0xc, 0xc1, + + /* U+014C "Ō" */ + 0x0, 0xcc, 0xc7, 0x0, 0x0, 0x0, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+014D "ō" */ + 0x8, 0xcc, 0xb0, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+014E "Ŏ" */ + 0x0, 0xb1, 0x85, 0x0, 0x3, 0xa9, 0x0, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+014F "ŏ" */ + 0x3, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+0150 "Ő" */ + 0x0, 0xd, 0x5c, 0x0, 0x3, 0x58, 0x10, 0x1, + 0xbe, 0xe7, 0x0, 0xc7, 0x1, 0xc5, 0x2d, 0x0, + 0x4, 0xc5, 0xa0, 0x0, 0x2e, 0x5b, 0x0, 0x2, + 0xe3, 0xd0, 0x0, 0x4c, 0xc, 0x70, 0x1c, 0x50, + 0x1b, 0xee, 0x70, + + /* U+0151 "ő" */ + 0x0, 0x96, 0xc3, 0x0, 0x85, 0x40, 0x6, 0xdd, + 0x80, 0x3d, 0x10, 0xa6, 0x78, 0x0, 0x4b, 0x78, + 0x0, 0x4b, 0x2d, 0x10, 0xa7, 0x6, 0xdd, 0x90, + + /* U+0152 "Œ" */ + 0x3, 0xcf, 0xff, 0xff, 0xf9, 0x1e, 0x40, 0x4b, + 0x0, 0x0, 0x5a, 0x0, 0x4b, 0x0, 0x0, 0x69, + 0x0, 0x4f, 0xdd, 0xd1, 0x69, 0x0, 0x4b, 0x0, + 0x0, 0x5a, 0x0, 0x4b, 0x0, 0x0, 0x1e, 0x30, + 0x4b, 0x0, 0x0, 0x3, 0xcd, 0xdf, 0xdd, 0xd9, + + /* U+0153 "œ" */ + 0x6, 0xdd, 0x83, 0xcd, 0xa0, 0x2e, 0x10, 0xbf, + 0x20, 0x87, 0x69, 0x0, 0x5f, 0xdd, 0xd8, 0x69, + 0x0, 0x5d, 0x0, 0x0, 0x2d, 0x10, 0xbf, 0x40, + 0x21, 0x6, 0xdd, 0x82, 0xcd, 0xc2, + + /* U+0154 "Ŕ" */ + 0x0, 0x9, 0x70, 0x0, 0x0, 0x60, 0x0, 0x1f, + 0xdd, 0xd4, 0x1, 0xf0, 0x2, 0xe0, 0x1f, 0x0, + 0xd, 0x31, 0xf0, 0x3, 0xe0, 0x1f, 0xde, 0xe3, + 0x1, 0xf0, 0xd, 0x30, 0x1f, 0x0, 0x5b, 0x1, + 0xf0, 0x0, 0xc4, + + /* U+0155 "ŕ" */ + 0x0, 0xb5, 0x1, 0x20, 0x4d, 0xc7, 0x4e, 0x10, + 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, + + /* U+0156 "Ŗ" */ + 0x1f, 0xdd, 0xd4, 0x1, 0xf0, 0x2, 0xe0, 0x1f, + 0x0, 0xd, 0x31, 0xf0, 0x3, 0xe0, 0x1f, 0xde, + 0xe3, 0x1, 0xf0, 0xd, 0x30, 0x1f, 0x0, 0x5b, + 0x1, 0xf0, 0x0, 0xc4, 0x0, 0x15, 0x0, 0x0, + 0x4, 0x90, 0x0, 0x0, 0x42, 0x0, 0x0, + + /* U+0157 "ŗ" */ + 0x0, 0x0, 0x4d, 0xc7, 0x4e, 0x10, 0x4c, 0x0, + 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, 0x16, 0x0, + 0x4a, 0x0, 0x32, 0x0, + + /* U+0158 "Ř" */ + 0x1, 0xb6, 0x80, 0x0, 0x2, 0x60, 0x0, 0x1f, + 0xdd, 0xd4, 0x1, 0xf0, 0x2, 0xe0, 0x1f, 0x0, + 0xd, 0x31, 0xf0, 0x3, 0xe0, 0x1f, 0xde, 0xe3, + 0x1, 0xf0, 0xd, 0x30, 0x1f, 0x0, 0x5b, 0x1, + 0xf0, 0x0, 0xc4, + + /* U+0159 "ř" */ + 0x19, 0x75, 0x1, 0x20, 0x4d, 0xc7, 0x4e, 0x10, + 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, 0x4c, 0x0, + + /* U+015A "Ś" */ + 0x0, 0x8, 0x80, 0x0, 0x0, 0x60, 0x0, 0x6, + 0xdd, 0xc2, 0x2, 0xe1, 0x4, 0xd0, 0x3d, 0x0, + 0x5, 0x0, 0x9d, 0x72, 0x0, 0x0, 0x28, 0xe7, + 0x3, 0x30, 0x1, 0xf0, 0x5c, 0x10, 0x2e, 0x0, + 0x7d, 0xdc, 0x40, + + /* U+015B "ś" */ + 0x0, 0xc, 0x30, 0x0, 0x22, 0x0, 0x9, 0xdd, + 0x40, 0x3c, 0x2, 0xe0, 0x1d, 0x94, 0x30, 0x0, + 0x49, 0xc0, 0x48, 0x0, 0xe0, 0xa, 0xdd, 0x70, + + /* U+015C "Ŝ" */ + 0x0, 0x6c, 0x20, 0x0, 0x6, 0x5, 0x0, 0x6, + 0xdd, 0xc2, 0x2, 0xe1, 0x4, 0xd0, 0x3d, 0x0, + 0x5, 0x0, 0x9d, 0x72, 0x0, 0x0, 0x28, 0xe7, + 0x3, 0x30, 0x1, 0xf0, 0x5c, 0x10, 0x2e, 0x0, + 0x7d, 0xdc, 0x40, + + /* U+015D "ŝ" */ + 0x0, 0xaa, 0x0, 0x2, 0x11, 0x20, 0x9, 0xdd, + 0x50, 0x3c, 0x1, 0xc0, 0x1d, 0x94, 0x0, 0x0, + 0x49, 0xc0, 0x59, 0x0, 0xe0, 0x9, 0xdd, 0x70, + + /* U+015E "Ş" */ + 0x6, 0xdd, 0xc2, 0x2, 0xe1, 0x4, 0xd0, 0x3d, + 0x0, 0x5, 0x0, 0x9d, 0x72, 0x0, 0x0, 0x28, + 0xe7, 0x3, 0x30, 0x1, 0xf0, 0x5c, 0x10, 0x2e, + 0x0, 0x7d, 0xfc, 0x40, 0x0, 0xa, 0x40, 0x0, + 0x1, 0xb4, 0x0, + + /* U+015F "ş" */ + 0x9, 0xdd, 0x50, 0x3c, 0x1, 0xc0, 0x1d, 0x94, + 0x0, 0x0, 0x49, 0xc0, 0x59, 0x0, 0xe0, 0x9, + 0xde, 0x70, 0x0, 0x3a, 0x0, 0x0, 0x4b, 0x0, + + /* U+0160 "Š" */ + 0x0, 0xa6, 0x90, 0x0, 0x1, 0x60, 0x0, 0x6, + 0xdd, 0xc2, 0x2, 0xe1, 0x4, 0xd0, 0x3d, 0x0, + 0x5, 0x0, 0x9d, 0x72, 0x0, 0x0, 0x28, 0xe7, + 0x3, 0x30, 0x1, 0xf0, 0x5c, 0x10, 0x2e, 0x0, + 0x7d, 0xdc, 0x40, + + /* U+0161 "š" */ + 0x3, 0x98, 0x30, 0x0, 0x22, 0x0, 0x9, 0xdd, + 0x40, 0x3c, 0x2, 0xe0, 0x1d, 0x94, 0x30, 0x0, + 0x49, 0xc0, 0x48, 0x0, 0xe0, 0xa, 0xdd, 0x70, + + /* U+0162 "Ţ" */ + 0xad, 0xef, 0xdd, 0x40, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, 0x0, 0x1a, 0x20, 0x0, + 0x2, 0xb3, 0x0, + + /* U+0163 "ţ" */ + 0x7, 0x0, 0xe, 0x10, 0xbf, 0xc2, 0xe, 0x10, + 0xe, 0x10, 0xe, 0x10, 0xd, 0x20, 0x8, 0xf2, + 0x0, 0xa4, 0x0, 0xb4, + + /* U+0164 "Ť" */ + 0x1, 0xb6, 0x80, 0x0, 0x2, 0x60, 0x0, 0xad, + 0xef, 0xdd, 0x40, 0x3, 0xc0, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, 0x0, + 0x3, 0xc0, 0x0, + + /* U+0165 "ť" */ + 0x0, 0xe, 0x0, 0x72, 0x80, 0xe, 0x10, 0xb, + 0xfc, 0x20, 0xe, 0x10, 0x0, 0xe1, 0x0, 0xe, + 0x10, 0x0, 0xd2, 0x0, 0x8, 0xe2, 0x0, + + /* U+0166 "Ŧ" */ + 0xad, 0xef, 0xdd, 0x40, 0x3, 0xc0, 0x0, 0x0, + 0x3c, 0x0, 0x0, 0x4d, 0xfd, 0x0, 0x0, 0x3c, + 0x0, 0x0, 0x3, 0xc0, 0x0, 0x0, 0x3c, 0x0, + 0x0, 0x3, 0xc0, 0x0, + + /* U+0167 "ŧ" */ + 0x0, 0x70, 0x0, 0xe, 0x10, 0xb, 0xfc, 0x20, + 0xe, 0x10, 0xd, 0xfd, 0x40, 0xe, 0x10, 0x0, + 0xe2, 0x0, 0x8, 0xe2, + + /* U+0168 "Ũ" */ + 0x1, 0xac, 0xb3, 0x0, 0x0, 0x0, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+0169 "ũ" */ + 0x0, 0x0, 0x0, 0x7, 0xcc, 0x90, 0x0, 0x0, + 0x0, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x2d, 0x1, 0xd5, + 0x9, 0xec, 0xc5, + + /* U+016A "Ū" */ + 0x2, 0xcc, 0xc5, 0x0, 0x0, 0x0, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+016B "ū" */ + 0x9, 0xcc, 0xa0, 0x0, 0x0, 0x0, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+016C "Ŭ" */ + 0x0, 0xd0, 0xb1, 0x0, 0x5, 0xa7, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+016D "ŭ" */ + 0x3, 0xaa, 0x40, 0x0, 0x0, 0x0, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+016E "Ů" */ + 0x0, 0x29, 0x40, 0x0, 0x8, 0x9, 0x0, 0x0, + 0x28, 0x40, 0x4, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x64, 0xc0, 0x0, 0xa6, 0x3c, 0x0, 0xa, 0x50, + 0xe3, 0x1, 0xe2, 0x3, 0xcd, 0xd5, 0x0, + + /* U+016F "ů" */ + 0x0, 0x78, 0x0, 0x1, 0x86, 0x20, 0x0, 0x77, + 0x0, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x2d, 0x1, 0xd5, + 0x9, 0xec, 0xc5, + + /* U+0170 "Ű" */ + 0x0, 0x2c, 0x6a, 0x0, 0x6, 0x38, 0x0, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, 0xa, + 0x63, 0xc0, 0x0, 0xa5, 0xe, 0x30, 0x1e, 0x20, + 0x3c, 0xdd, 0x50, + + /* U+0171 "ű" */ + 0x0, 0xa6, 0xc2, 0x1, 0x75, 0x40, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, + 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, 0xec, 0xc5, + + /* U+0172 "Ų" */ + 0x4c, 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, + 0x0, 0xa, 0x64, 0xc0, 0x0, 0xa6, 0x4c, 0x0, + 0xa, 0x63, 0xc0, 0x0, 0xa6, 0xe, 0x30, 0x1e, + 0x20, 0x3c, 0xde, 0x50, 0x0, 0x9, 0x40, 0x0, + 0x0, 0x8c, 0x10, + + /* U+0173 "ų" */ + 0x4b, 0x0, 0xb5, 0x4b, 0x0, 0xb5, 0x4b, 0x0, + 0xb5, 0x4b, 0x0, 0xb5, 0x2d, 0x1, 0xd5, 0x9, + 0xec, 0xc4, 0x0, 0x4, 0x90, 0x0, 0x5, 0xc3, + + /* U+0174 "Ŵ" */ + 0x0, 0x0, 0xaa, 0x0, 0x0, 0x0, 0x3, 0x33, + 0x20, 0x0, 0x87, 0x0, 0x98, 0x0, 0xa6, 0x5b, + 0x0, 0xdc, 0x0, 0xd2, 0x1e, 0x2, 0xbd, 0x11, + 0xe0, 0xd, 0x27, 0x78, 0x54, 0xb0, 0x9, 0x5b, + 0x24, 0x98, 0x70, 0x5, 0x9d, 0x0, 0xdb, 0x30, + 0x2, 0xf9, 0x0, 0xbe, 0x0, 0x0, 0xe4, 0x0, + 0x7b, 0x0, + + /* U+0175 "ŵ" */ + 0x0, 0x9, 0xa1, 0x0, 0x0, 0x1, 0x10, 0x20, + 0x0, 0xa5, 0x6, 0xa0, 0x1d, 0x5, 0x90, 0xbd, + 0x5, 0x90, 0x1d, 0xc, 0x94, 0x94, 0x0, 0xc7, + 0x74, 0x9d, 0x0, 0x8, 0xe2, 0xd, 0xb0, 0x0, + 0x3d, 0x0, 0xa7, 0x0, + + /* U+0176 "Ŷ" */ + 0x0, 0x7c, 0x20, 0x0, 0x15, 0x5, 0x0, 0xa8, + 0x0, 0xe, 0x32, 0xe1, 0x7, 0xb0, 0x9, 0x80, + 0xe2, 0x0, 0x1e, 0x89, 0x0, 0x0, 0x8f, 0x10, + 0x0, 0x3, 0xd0, 0x0, 0x0, 0x3d, 0x0, 0x0, + 0x3, 0xd0, 0x0, + + /* U+0177 "ŷ" */ + 0x3, 0xa8, 0x0, 0x2, 0x2, 0x0, 0xb5, 0x2, + 0xe0, 0x5b, 0x7, 0x80, 0xe, 0xc, 0x20, 0x9, + 0x6d, 0x0, 0x3, 0xf7, 0x0, 0x0, 0xe1, 0x0, + 0x3, 0xb0, 0x0, 0x7e, 0x30, 0x0, + + /* U+0178 "Ÿ" */ + 0x4, 0x90, 0xd0, 0x0, 0x0, 0x1, 0x0, 0xa8, + 0x0, 0xe, 0x32, 0xe1, 0x7, 0xb0, 0x9, 0x80, + 0xe2, 0x0, 0x1e, 0x89, 0x0, 0x0, 0x8f, 0x10, + 0x0, 0x3, 0xd0, 0x0, 0x0, 0x3d, 0x0, 0x0, + 0x3, 0xd0, 0x0, + + /* U+0179 "Ź" */ + 0x0, 0x8, 0x80, 0x0, 0x0, 0x60, 0x0, 0x6d, + 0xdd, 0xef, 0x0, 0x0, 0xa, 0x70, 0x0, 0x5, + 0xc0, 0x0, 0x1, 0xe2, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x6c, 0x0, 0x0, 0x1e, 0x20, 0x0, 0x8, + 0xfd, 0xdd, 0xd2, + + /* U+017A "ź" */ + 0x0, 0x2c, 0x10, 0x0, 0x30, 0x0, 0x6d, 0xde, + 0xe0, 0x0, 0xc, 0x50, 0x0, 0x89, 0x0, 0x4, + 0xd0, 0x0, 0x1e, 0x30, 0x0, 0x8f, 0xdd, 0xd1, + + /* U+017B "Ż" */ + 0x0, 0x2b, 0x0, 0x0, 0x0, 0x10, 0x0, 0x6d, + 0xdd, 0xef, 0x0, 0x0, 0xa, 0x70, 0x0, 0x5, + 0xc0, 0x0, 0x1, 0xe2, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x6c, 0x0, 0x0, 0x1e, 0x20, 0x0, 0x8, + 0xfd, 0xdd, 0xd2, + + /* U+017C "ż" */ + 0x0, 0xb3, 0x0, 0x0, 0x0, 0x0, 0x6d, 0xde, + 0xe0, 0x0, 0xc, 0x50, 0x0, 0x89, 0x0, 0x4, + 0xd0, 0x0, 0x1e, 0x30, 0x0, 0x8f, 0xdd, 0xd1, + + /* U+017D "Ž" */ + 0x1, 0xa6, 0x80, 0x0, 0x1, 0x60, 0x0, 0x6d, + 0xdd, 0xef, 0x0, 0x0, 0xa, 0x70, 0x0, 0x5, + 0xc0, 0x0, 0x1, 0xe2, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x6c, 0x0, 0x0, 0x1e, 0x20, 0x0, 0x8, + 0xfd, 0xdd, 0xd2, + + /* U+017E "ž" */ + 0x6, 0x6a, 0x10, 0x0, 0x20, 0x0, 0x6d, 0xde, + 0xe0, 0x0, 0xc, 0x50, 0x0, 0x89, 0x0, 0x4, + 0xd0, 0x0, 0x1e, 0x30, 0x0, 0x8f, 0xdd, 0xd1, + + /* U+017F "ſ" */ + 0x6, 0xd4, 0xf, 0x10, 0x2d, 0x0, 0x2d, 0x0, + 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, 0x2d, 0x0, + 0x2d, 0x0, + + /* U+2022 "•" */ + 0x4, 0x23, 0xfd, 0x1e, 0xb0, + + /* U+2265 "≥" */ + 0x3a, 0x30, 0x0, 0x4, 0x9c, 0x60, 0x0, 0x28, + 0xe3, 0x2c, 0xb5, 0x0, 0x12, 0x0, 0x0, 0x3d, + 0xdd, 0xd2, + + /* U+F001 "" */ + 0x0, 0x0, 0x0, 0x0, 0x59, 0xb0, 0x0, 0x2, + 0x7b, 0xff, 0xff, 0x0, 0x1d, 0xff, 0xff, 0xff, + 0xf0, 0x4, 0xff, 0xff, 0xc7, 0x8f, 0x0, 0x4f, + 0xa5, 0x10, 0x6, 0xf0, 0x4, 0xf2, 0x0, 0x0, + 0x6f, 0x0, 0x4f, 0x20, 0x0, 0x6, 0xf0, 0x4, + 0xf2, 0x0, 0x8e, 0xff, 0x28, 0xaf, 0x20, 0xf, + 0xff, 0xfe, 0xff, 0xf1, 0x0, 0x5b, 0xb4, 0x9f, + 0xfb, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, + 0x0, 0x0, + + /* U+F008 "" */ + 0x10, 0x34, 0x44, 0x44, 0x30, 0x1d, 0x9f, 0xdc, + 0xcc, 0xdf, 0x9d, 0xb2, 0xf1, 0x0, 0x1, 0xf2, + 0xcd, 0x8f, 0x10, 0x0, 0x1f, 0x8d, 0xc3, 0xfb, + 0xaa, 0xab, 0xf3, 0xcd, 0x7f, 0x76, 0x66, 0x7f, + 0x7d, 0xc4, 0xf1, 0x0, 0x1, 0xf4, 0xcd, 0x6f, + 0x20, 0x0, 0x2f, 0x6d, 0xb5, 0xff, 0xff, 0xff, + 0xf5, 0xb0, + + /* U+F00B "" */ + 0xef, 0xe3, 0xef, 0xff, 0xff, 0xdf, 0xff, 0x5f, + 0xff, 0xff, 0xff, 0xbc, 0xc2, 0xcc, 0xcc, 0xcc, + 0xb7, 0x87, 0x7, 0x88, 0x88, 0x86, 0xff, 0xf5, + 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, + 0xff, 0x35, 0x40, 0x45, 0x55, 0x55, 0x3f, 0xff, + 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, + 0xff, 0xfa, 0xba, 0x1a, 0xbb, 0xbb, 0xba, + + /* U+F00C "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, + 0x0, 0x4, 0xf9, 0x0, 0x0, 0x0, 0x4, 0xff, + 0xc1, 0x50, 0x0, 0x4, 0xff, 0xc0, 0xcf, 0x80, + 0x4, 0xff, 0xc0, 0x8, 0xff, 0x84, 0xff, 0xc0, + 0x0, 0x9, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x9, + 0xff, 0xc0, 0x0, 0x0, 0x0, 0x8, 0xb0, 0x0, + 0x0, 0x0, + + /* U+F00D "" */ + 0x7b, 0x0, 0x4, 0xc2, 0xdf, 0xc0, 0x4f, 0xf6, + 0x2e, 0xfd, 0xff, 0x90, 0x2, 0xef, 0xf9, 0x0, + 0x4, 0xff, 0xfc, 0x0, 0x5f, 0xfa, 0xef, 0xc0, + 0xef, 0x90, 0x2e, 0xf7, 0x47, 0x0, 0x2, 0x81, + + /* U+F011 "" */ + 0x0, 0x0, 0x1d, 0x60, 0x0, 0x0, 0x0, 0x71, + 0x2f, 0x90, 0x62, 0x0, 0x9, 0xf7, 0x2f, 0x90, + 0xfe, 0x20, 0x3f, 0xb0, 0x2f, 0x90, 0x5f, 0xb0, + 0xaf, 0x20, 0x2f, 0x90, 0xb, 0xf1, 0xce, 0x0, + 0x2f, 0x90, 0x7, 0xf3, 0xbf, 0x0, 0x5, 0x20, + 0x8, 0xf3, 0x8f, 0x50, 0x0, 0x0, 0xe, 0xf0, + 0x1e, 0xf4, 0x0, 0x1, 0xbf, 0x70, 0x4, 0xff, + 0xc9, 0xaf, 0xfa, 0x0, 0x0, 0x2a, 0xff, 0xfd, + 0x60, 0x0, 0x0, 0x0, 0x1, 0x10, 0x0, 0x0, + + /* U+F013 "" */ + 0x0, 0x0, 0x46, 0x40, 0x0, 0x0, 0x0, 0xe, + 0xfe, 0x0, 0x0, 0x8, 0x7a, 0xff, 0xfa, 0x78, + 0x3, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x5f, 0xff, + 0x83, 0x9f, 0xff, 0x50, 0x9f, 0xd0, 0x0, 0xdf, + 0x90, 0xa, 0xfe, 0x0, 0xe, 0xfa, 0x7, 0xff, + 0xfc, 0x7c, 0xff, 0xf7, 0x2f, 0xff, 0xff, 0xff, + 0xff, 0x20, 0x43, 0x6f, 0xff, 0x63, 0x40, 0x0, + 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x0, 0x1, 0x21, + 0x0, 0x0, + + /* U+F015 "" */ + 0x0, 0x0, 0xa, 0xd3, 0x3f, 0x70, 0x0, 0x0, + 0x2d, 0xec, 0xf9, 0xf7, 0x0, 0x0, 0x4e, 0xd4, + 0x59, 0xff, 0x70, 0x0, 0x6f, 0xb4, 0xef, 0x86, + 0xfb, 0x0, 0x9f, 0x96, 0xff, 0xff, 0xa5, 0xed, + 0x19, 0x68, 0xff, 0xff, 0xff, 0xd3, 0xb1, 0x0, + 0xff, 0xff, 0xef, 0xff, 0x50, 0x0, 0xf, 0xff, + 0x20, 0xcf, 0xf5, 0x0, 0x0, 0xff, 0xf2, 0xc, + 0xff, 0x50, 0x0, 0x9, 0xaa, 0x10, 0x7a, 0xa2, + 0x0, + + /* U+F019 "" */ + 0x0, 0x0, 0x7, 0x96, 0x0, 0x0, 0x0, 0x0, + 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, + 0x0, 0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0x0, + 0x0, 0x17, 0x7f, 0xfe, 0x77, 0x0, 0x0, 0xc, + 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xdf, 0xff, + 0xc0, 0x0, 0x0, 0x0, 0x1d, 0xfc, 0x10, 0x0, + 0xf, 0xff, 0xe4, 0x94, 0xff, 0xfe, 0xf, 0xff, + 0xfe, 0x8e, 0xff, 0xff, 0xf, 0xff, 0xff, 0xff, + 0x8b, 0x7f, 0x8, 0x99, 0x99, 0x99, 0x99, 0x97, + + /* U+F01C "" */ + 0x0, 0x3, 0x44, 0x44, 0x41, 0x0, 0x0, 0xb, + 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xf4, 0x22, + 0x22, 0x2d, 0xc0, 0x2, 0xf9, 0x0, 0x0, 0x0, + 0x3f, 0x70, 0xbe, 0x22, 0x0, 0x0, 0x12, 0xaf, + 0x2f, 0xff, 0xf9, 0x0, 0x3f, 0xff, 0xf5, 0xff, + 0xff, 0xfc, 0xce, 0xff, 0xff, 0x6f, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F021 "" */ + 0x0, 0x1, 0x56, 0x40, 0x4, 0x90, 0x8, 0xff, + 0xff, 0xe6, 0x7f, 0x9, 0xfc, 0x42, 0x4c, 0xfe, + 0xf3, 0xfa, 0x0, 0x4, 0x4c, 0xff, 0xaf, 0x10, + 0x0, 0xcf, 0xff, 0xf1, 0x20, 0x0, 0x2, 0x33, + 0x32, 0x67, 0x77, 0x50, 0x0, 0x5, 0x4f, 0xff, + 0xfc, 0x0, 0x2, 0xf8, 0xff, 0xc2, 0x0, 0x1, + 0xdf, 0x2f, 0xcf, 0xf9, 0x79, 0xff, 0x50, 0xf7, + 0x2a, 0xff, 0xfb, 0x30, 0x5, 0x20, 0x0, 0x10, + 0x0, 0x0, + + /* U+F026 "" */ + 0x0, 0x0, 0x10, 0x0, 0x1, 0xd7, 0x12, 0x3d, + 0xf8, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xf8, 0xff, + 0xff, 0xf8, 0xef, 0xff, 0xf8, 0x0, 0xb, 0xf8, + 0x0, 0x0, 0xb7, 0x0, 0x0, 0x0, + + /* U+F027 "" */ + 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1d, 0x70, + 0x0, 0x12, 0x3d, 0xf8, 0x0, 0xf, 0xff, 0xff, + 0x85, 0x80, 0xff, 0xff, 0xf8, 0x1e, 0x2f, 0xff, + 0xff, 0x82, 0xe1, 0xef, 0xff, 0xf8, 0x34, 0x0, + 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0xb7, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F028 "" */ + 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, + 0x1, 0x0, 0x2, 0xe5, 0x0, 0x0, 0x1, 0xd7, + 0x2, 0x52, 0xe3, 0x1, 0x23, 0xdf, 0x80, 0x1d, + 0x76, 0xb0, 0xff, 0xff, 0xf8, 0x58, 0x2f, 0x1f, + 0x1f, 0xff, 0xff, 0x80, 0xe2, 0xd3, 0xd3, 0xff, + 0xff, 0xf8, 0x2e, 0x1e, 0x2d, 0x3e, 0xff, 0xff, + 0x83, 0x45, 0xe1, 0xf0, 0x0, 0xb, 0xf8, 0x3, + 0xe4, 0x9a, 0x0, 0x0, 0xb, 0x70, 0x2, 0x6e, + 0x10, 0x0, 0x0, 0x0, 0x0, 0x2d, 0x20, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F03E "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xf7, 0xa, 0xff, 0xff, 0xff, + 0xff, 0x40, 0x7f, 0xff, 0x6e, 0xff, 0xfe, 0xbf, + 0xff, 0x40, 0x2e, 0xff, 0xf7, 0x4e, 0x40, 0x0, + 0x6f, 0xf8, 0x0, 0x10, 0x0, 0x6, 0xff, 0x96, + 0x66, 0x66, 0x66, 0x9f, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F043 "" */ + 0x0, 0x6, 0x20, 0x0, 0x0, 0x2f, 0xb0, 0x0, + 0x0, 0x8f, 0xf2, 0x0, 0x1, 0xff, 0xfa, 0x0, + 0xb, 0xff, 0xff, 0x40, 0x5f, 0xff, 0xff, 0xe0, + 0xdf, 0xff, 0xff, 0xf6, 0xf9, 0xff, 0xff, 0xf8, + 0xd9, 0x9f, 0xff, 0xf6, 0x7f, 0x65, 0xff, 0xe1, + 0x9, 0xff, 0xfe, 0x30, 0x0, 0x25, 0x40, 0x0, + + /* U+F048 "" */ + 0x0, 0x0, 0x0, 0x0, 0x9d, 0x0, 0x3, 0xd2, + 0xae, 0x0, 0x4f, 0xf4, 0xae, 0x6, 0xff, 0xf4, + 0xae, 0x7f, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0xf4, + 0xaf, 0xff, 0xff, 0xf4, 0xae, 0x3e, 0xff, 0xf4, + 0xae, 0x2, 0xef, 0xf4, 0xae, 0x0, 0x1d, 0xf3, + 0x69, 0x0, 0x1, 0x91, + + /* U+F04B "" */ + 0x67, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd5, 0x0, + 0x0, 0x0, 0xff, 0xff, 0xb2, 0x0, 0x0, 0xff, + 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xfe, + 0x50, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, + 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xfb, 0x20, + 0xff, 0xff, 0xfd, 0x40, 0x0, 0xff, 0xff, 0x70, + 0x0, 0x0, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x23, + 0x0, 0x0, 0x0, 0x0, + + /* U+F04C "" */ + 0xbf, 0xfc, 0x1, 0xdf, 0xf9, 0xff, 0xff, 0x14, + 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, + 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, + 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, 0xff, 0xff, + 0x24, 0xff, 0xfd, 0xff, 0xff, 0x24, 0xff, 0xfd, + 0xff, 0xff, 0x14, 0xff, 0xfd, 0x7a, 0xa8, 0x0, + 0x9a, 0xa5, + + /* U+F04D "" */ + 0xbf, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, + 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, + 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xfa, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x7a, 0xaa, 0xaa, + 0xaa, 0xa3, + + /* U+F051 "" */ + 0x0, 0x0, 0x0, 0x0, 0xa9, 0x0, 0x6, 0xf0, + 0xcf, 0xb0, 0x7, 0xf1, 0xcf, 0xfc, 0x17, 0xf1, + 0xcf, 0xff, 0xd9, 0xf1, 0xcf, 0xff, 0xff, 0xf1, + 0xcf, 0xff, 0xfe, 0xf1, 0xcf, 0xff, 0x97, 0xf1, + 0xcf, 0xf8, 0x7, 0xf1, 0xcf, 0x60, 0x7, 0xf1, + 0x65, 0x0, 0x4, 0xa0, + + /* U+F052 "" */ + 0x0, 0x0, 0x1c, 0x90, 0x0, 0x0, 0x0, 0x1d, + 0xff, 0x80, 0x0, 0x0, 0xc, 0xff, 0xff, 0x70, + 0x0, 0xb, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, + 0xff, 0xff, 0xff, 0x40, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x1, 0x45, 0x55, 0x55, 0x54, 0x0, 0xef, + 0xff, 0xff, 0xff, 0xf8, 0xf, 0xff, 0xff, 0xff, + 0xff, 0xa0, 0x9b, 0xbb, 0xbb, 0xbb, 0xb4, + + /* U+F053 "" */ + 0x0, 0x0, 0x4b, 0x0, 0x0, 0x4f, 0xe1, 0x0, + 0x4f, 0xe3, 0x0, 0x4f, 0xe3, 0x0, 0x3f, 0xf3, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x70, + 0x0, 0x1, 0xdf, 0x70, 0x0, 0x1, 0xdf, 0x20, + 0x0, 0x1, 0x50, + + /* U+F054 "" */ + 0x1b, 0x30, 0x0, 0x3, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x30, 0x0, 0x4, 0xff, 0x30, 0x0, 0x4, + 0xff, 0x20, 0x0, 0x9f, 0xc0, 0x0, 0x9f, 0xc0, + 0x0, 0x9f, 0xc0, 0x0, 0x4f, 0xc0, 0x0, 0x0, + 0x60, 0x0, 0x0, + + /* U+F067 "" */ + 0x0, 0x1, 0xea, 0x0, 0x0, 0x0, 0x3, 0xfd, + 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x12, + 0x25, 0xfd, 0x22, 0x20, 0xff, 0xff, 0xff, 0xff, + 0xf9, 0xce, 0xee, 0xff, 0xee, 0xe6, 0x0, 0x3, + 0xfd, 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, + 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xa7, + 0x0, 0x0, + + /* U+F068 "" */ + 0x1, 0x11, 0x11, 0x11, 0x10, 0xef, 0xff, 0xff, + 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xf7, + + /* U+F06E "" */ + 0x0, 0x0, 0x1, 0x20, 0x0, 0x0, 0x0, 0x1, + 0x9f, 0xfe, 0xfb, 0x40, 0x0, 0x4, 0xef, 0x60, + 0x13, 0xdf, 0x80, 0x3, 0xff, 0x70, 0x3f, 0xa2, + 0xff, 0x70, 0xdf, 0xf2, 0x7c, 0xff, 0x2d, 0xff, + 0x2c, 0xff, 0x3b, 0xff, 0xf1, 0xef, 0xf1, 0x2e, + 0xf9, 0x2c, 0xd6, 0x4f, 0xf5, 0x0, 0x2d, 0xf9, + 0x21, 0x6e, 0xf5, 0x0, 0x0, 0x6, 0xcf, 0xfd, + 0x92, 0x0, 0x0, + + /* U+F070 "" */ + 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xce, + 0x40, 0x0, 0x21, 0x0, 0x0, 0x0, 0xa, 0xf9, + 0xaf, 0xef, 0xf9, 0x20, 0x0, 0x0, 0x6f, 0xf5, + 0x11, 0x5f, 0xf4, 0x0, 0x5, 0x3, 0xee, 0xcf, + 0x56, 0xff, 0x30, 0x2f, 0xd2, 0x1b, 0xff, 0xd1, + 0xff, 0xe0, 0x1e, 0xfd, 0x0, 0x7f, 0xe3, 0xff, + 0xc0, 0x5, 0xff, 0x40, 0x4, 0xef, 0xfe, 0x20, + 0x0, 0x5f, 0xe6, 0x10, 0x1c, 0xf8, 0x0, 0x0, + 0x1, 0x8d, 0xfd, 0x20, 0x9f, 0xa0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x21, + + /* U+F071 "" */ + 0x0, 0x0, 0x0, 0x69, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, + 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x4f, + 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, + 0xef, 0x30, 0x0, 0x0, 0x6, 0xff, 0x50, 0xef, + 0xc0, 0x0, 0x0, 0x1e, 0xff, 0x50, 0xff, 0xf5, + 0x0, 0x0, 0x9f, 0xff, 0xa6, 0xff, 0xfe, 0x0, + 0x2, 0xff, 0xff, 0x61, 0xff, 0xff, 0x80, 0xb, + 0xff, 0xff, 0x72, 0xff, 0xff, 0xf1, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0x2, 0x55, 0x55, + 0x55, 0x55, 0x55, 0x40, + + /* U+F074 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0xb, 0x80, 0xaa, 0xa1, 0x0, 0x4a, 0xef, + 0x8f, 0xff, 0xc0, 0x4f, 0xff, 0xfc, 0x0, 0x8d, + 0x4f, 0xe3, 0xcd, 0x10, 0x0, 0x4f, 0xf3, 0x3, + 0x10, 0x0, 0x2e, 0xf5, 0x80, 0xa7, 0x9, 0xae, + 0xf4, 0x7f, 0xce, 0xf7, 0xff, 0xf5, 0x0, 0xaf, + 0xff, 0xd1, 0x11, 0x0, 0x0, 0x1c, 0xd1, 0x0, + 0x0, 0x0, 0x0, 0x41, 0x0, + + /* U+F077 "" */ + 0x0, 0x1, 0xc7, 0x0, 0x0, 0x0, 0x1c, 0xff, + 0x70, 0x0, 0x1, 0xcf, 0x9d, 0xf7, 0x0, 0x1c, + 0xf8, 0x1, 0xdf, 0x70, 0xbf, 0x80, 0x0, 0x1d, + 0xf5, 0x47, 0x0, 0x0, 0x1, 0x91, + + /* U+F078 "" */ + 0x8b, 0x0, 0x0, 0x3, 0xd3, 0x9f, 0xc0, 0x0, + 0x3f, 0xf3, 0x9, 0xfc, 0x3, 0xff, 0x40, 0x0, + 0x9f, 0xcf, 0xf4, 0x0, 0x0, 0x9, 0xff, 0x40, + 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, + + /* U+F079 "" */ + 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, + 0xfb, 0x4, 0x66, 0x66, 0x61, 0x0, 0x4f, 0xff, + 0xb8, 0xff, 0xff, 0xf7, 0x0, 0xdb, 0xfb, 0xf5, + 0x0, 0x0, 0xe7, 0x0, 0x10, 0xf7, 0x10, 0x0, + 0x0, 0xe7, 0x0, 0x0, 0xf7, 0x0, 0x0, 0x20, + 0xe7, 0x20, 0x0, 0xf7, 0x11, 0x10, 0xcc, 0xec, + 0xf5, 0x0, 0xef, 0xff, 0xff, 0x5e, 0xff, 0xa0, + 0x0, 0x35, 0x55, 0x54, 0x3, 0xea, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, + + /* U+F07B "" */ + 0x13, 0x44, 0x20, 0x0, 0x0, 0xe, 0xff, 0xff, + 0x40, 0x0, 0x0, 0xff, 0xff, 0xff, 0xee, 0xed, + 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F093 "" */ + 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0xb, + 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xfb, 0x0, + 0x0, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x88, + 0xff, 0xf8, 0x80, 0x0, 0x0, 0xe, 0xfe, 0x0, + 0x0, 0x0, 0x0, 0xef, 0xe0, 0x0, 0x0, 0x0, + 0xe, 0xfe, 0x0, 0x0, 0xff, 0xf8, 0x9b, 0x98, + 0xff, 0xff, 0xff, 0xf8, 0x78, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xf9, 0xb6, 0xf8, 0x99, 0x99, 0x99, + 0x99, 0x98, + + /* U+F095 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x51, 0x0, 0x0, + 0x0, 0x0, 0x9f, 0xff, 0x0, 0x0, 0x0, 0x0, + 0xff, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfc, + 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, 0x1, + 0xef, 0x90, 0x0, 0x5c, 0x70, 0x2d, 0xfd, 0x0, + 0xd, 0xff, 0xfa, 0xff, 0xd1, 0x0, 0xc, 0xff, + 0xff, 0xfb, 0x10, 0x0, 0x9, 0xff, 0xfb, 0x40, + 0x0, 0x0, 0x1, 0x53, 0x10, 0x0, 0x0, 0x0, + + /* U+F0C4 "" */ + 0x3c, 0xd4, 0x0, 0x5, 0x82, 0xdc, 0xbf, 0x0, + 0x9f, 0xf5, 0xea, 0x8f, 0x9, 0xff, 0x60, 0x6f, + 0xff, 0xdf, 0xf6, 0x0, 0x1, 0x6f, 0xff, 0x60, + 0x0, 0x4, 0xaf, 0xff, 0x70, 0x0, 0x9f, 0xff, + 0x9f, 0xf7, 0x0, 0xf8, 0x6f, 0x16, 0xff, 0x70, + 0xcd, 0xce, 0x0, 0x6f, 0xf6, 0x2b, 0xc3, 0x0, + 0x4, 0x71, + + /* U+F0C5 "" */ + 0x0, 0x1d, 0xdd, 0xd3, 0x70, 0x0, 0x3f, 0xff, + 0xf4, 0xf7, 0x79, 0x4f, 0xff, 0xf2, 0x32, 0xff, + 0x4f, 0xff, 0xfe, 0xeb, 0xff, 0x4f, 0xff, 0xff, + 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x4f, + 0xff, 0xff, 0xfd, 0xff, 0x4f, 0xff, 0xff, 0xfd, + 0xff, 0x4f, 0xff, 0xff, 0xfd, 0xff, 0x64, 0x55, + 0x55, 0x53, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x46, + 0x66, 0x66, 0x50, 0x0, + + /* U+F0C7 "" */ + 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xfa, 0x66, 0x66, + 0x8f, 0xa0, 0xf6, 0x0, 0x0, 0x1f, 0xf8, 0xf6, + 0x0, 0x0, 0x1f, 0xfa, 0xff, 0xff, 0xff, 0xff, + 0xfa, 0xff, 0xff, 0x8a, 0xff, 0xfa, 0xff, 0xf8, + 0x0, 0xdf, 0xfa, 0xff, 0xf9, 0x0, 0xef, 0xfa, + 0xff, 0xff, 0x9b, 0xff, 0xfa, 0xae, 0xee, 0xee, + 0xee, 0xe6, + + /* U+F0C9 "" */ + 0x78, 0x88, 0x88, 0x88, 0x84, 0xff, 0xff, 0xff, + 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, + 0xf8, 0x89, 0x99, 0x99, 0x99, 0x95, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x78, 0x88, 0x88, 0x88, 0x84, + 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, + 0x0, 0x0, + + /* U+F0E0 "" */ + 0x13, 0x44, 0x44, 0x44, 0x43, 0x1e, 0xff, 0xff, + 0xff, 0xff, 0xfe, 0xcf, 0xff, 0xff, 0xff, 0xff, + 0xc5, 0x9f, 0xff, 0xff, 0xff, 0x95, 0xf9, 0x5e, + 0xff, 0xfe, 0x58, 0xff, 0xfc, 0x4c, 0xfc, 0x4c, + 0xff, 0xff, 0xff, 0x64, 0x6f, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xc0, + + /* U+F0E7 "" */ + 0x3, 0xdd, 0xd9, 0x0, 0x6, 0xff, 0xf9, 0x0, + 0x9, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xf6, 0x64, + 0xd, 0xff, 0xff, 0xfb, 0xf, 0xff, 0xff, 0xf2, + 0x4, 0x55, 0xff, 0x90, 0x0, 0x3, 0xfe, 0x10, + 0x0, 0x7, 0xf6, 0x0, 0x0, 0xa, 0xd0, 0x0, + 0x0, 0xd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, + + /* U+F0EA "" */ + 0x1, 0x5b, 0x41, 0x0, 0x0, 0xff, 0xf4, 0xff, + 0xf0, 0x0, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, + 0xe4, 0x55, 0x51, 0x10, 0xff, 0xc8, 0xff, 0xf4, + 0xd1, 0xff, 0xc8, 0xff, 0xf3, 0xa7, 0xff, 0xc8, + 0xff, 0xfb, 0xa8, 0xff, 0xc8, 0xff, 0xff, 0xfd, + 0xff, 0xc8, 0xff, 0xff, 0xfd, 0x1, 0x18, 0xff, + 0xff, 0xfd, 0x0, 0x8, 0xff, 0xff, 0xfd, 0x0, + 0x0, 0x22, 0x22, 0x21, + + /* U+F0F3 "" */ + 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x4, 0xeb, + 0x20, 0x0, 0x0, 0x9f, 0xff, 0xf4, 0x0, 0x5, + 0xff, 0xff, 0xfe, 0x0, 0x9, 0xff, 0xff, 0xff, + 0x30, 0xb, 0xff, 0xff, 0xff, 0x50, 0xd, 0xff, + 0xff, 0xff, 0x70, 0x4f, 0xff, 0xff, 0xff, 0xd0, + 0xef, 0xff, 0xff, 0xff, 0xf8, 0x35, 0x55, 0x55, + 0x55, 0x41, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, + 0x0, 0x42, 0x0, 0x0, + + /* U+F11C "" */ + 0x13, 0x44, 0x44, 0x44, 0x44, 0x43, 0xe, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xf4, 0xf7, 0x2b, 0x2c, + 0x2c, 0x2c, 0x2f, 0x6f, 0xdb, 0xeb, 0xeb, 0xeb, + 0xeb, 0xf6, 0xff, 0x60, 0xb0, 0xa0, 0xb0, 0xff, + 0x6f, 0xfd, 0xae, 0xae, 0xae, 0xaf, 0xf6, 0xf6, + 0x1a, 0x0, 0x0, 0xb, 0xf, 0x6f, 0xa6, 0xc6, + 0x66, 0x66, 0xd6, 0xf5, 0xcf, 0xff, 0xff, 0xff, + 0xff, 0xff, 0x30, + + /* U+F124 "" */ + 0x0, 0x0, 0x0, 0x0, 0x1, 0x75, 0x0, 0x0, + 0x0, 0x0, 0x29, 0xff, 0xe0, 0x0, 0x0, 0x3, + 0xaf, 0xff, 0xf9, 0x0, 0x0, 0x4c, 0xff, 0xff, + 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xa0, + 0x0, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x5, + 0x89, 0x9a, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, + 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xff, + 0xd0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, + 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, + + /* U+F15B "" */ + 0x67, 0x77, 0x63, 0x0, 0xf, 0xff, 0xfd, 0x8c, + 0x0, 0xff, 0xff, 0xd8, 0xfc, 0xf, 0xff, 0xfd, + 0x35, 0x51, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, + 0xff, 0x47, 0x88, 0x88, 0x88, 0x81, + + /* U+F1EB "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, + 0x6, 0xbe, 0xff, 0xea, 0x50, 0x0, 0x6, 0xff, + 0xfd, 0xbc, 0xef, 0xfd, 0x40, 0xaf, 0xe6, 0x10, + 0x0, 0x2, 0x8f, 0xf6, 0x7b, 0x10, 0x26, 0x88, + 0x51, 0x2, 0xc4, 0x0, 0x1a, 0xff, 0xff, 0xff, + 0x70, 0x0, 0x0, 0x6f, 0xc5, 0x23, 0x6e, 0xf2, + 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x30, 0x0, + 0x0, 0x0, 0x3, 0xfd, 0x0, 0x0, 0x0, 0x0, + 0x0, 0x7, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, + 0x1, 0x97, 0x0, 0x0, 0x0, + + /* U+F240 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x77, 0x73, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xff, 0xf3, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xff, 0xf3, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x55, + 0x53, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F241 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x77, 0x70, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xff, 0xf1, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xff, + 0xf1, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x55, 0x51, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F242 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x77, 0x60, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xff, + 0xf0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xff, 0xf0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x55, 0x41, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F243 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xf6, 0x67, + 0x60, 0x0, 0x0, 0x2, 0xfe, 0xf6, 0xef, 0xe0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0xef, 0xe0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x45, 0x41, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F244 "" */ + 0x36, 0x66, 0x66, 0x66, 0x66, 0x66, 0x40, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf6, 0x0, + 0x0, 0x0, 0x0, 0x2, 0xfd, 0xf6, 0x0, 0x0, + 0x0, 0x0, 0x0, 0xae, 0xf6, 0x0, 0x0, 0x0, + 0x0, 0x0, 0xbe, 0xf6, 0x11, 0x11, 0x11, 0x11, + 0x13, 0xfc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xf0, 0x24, 0x55, 0x55, 0x55, 0x55, 0x55, 0x20, + + /* U+F287 "" */ + 0x0, 0x0, 0x0, 0x2, 0x20, 0x0, 0x0, 0x0, + 0x0, 0x3, 0x8f, 0xf1, 0x0, 0x0, 0x0, 0x0, + 0x1c, 0x3b, 0xc0, 0x0, 0x0, 0x6d, 0x70, 0x93, + 0x0, 0x0, 0x5, 0x30, 0xff, 0xfb, 0xfb, 0xbb, + 0xbb, 0xbe, 0xf7, 0xaf, 0xb0, 0x5, 0x90, 0x0, + 0x8, 0x80, 0x2, 0x0, 0x0, 0xc0, 0x13, 0x20, + 0x0, 0x0, 0x0, 0x0, 0x4a, 0xcf, 0xb0, 0x0, + 0x0, 0x0, 0x0, 0x3, 0xbf, 0xb0, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, + + /* U+F293 "" */ + 0x0, 0x19, 0xcd, 0xa3, 0x0, 0x1, 0xef, 0xca, + 0xff, 0x30, 0x9, 0xff, 0xc0, 0xbf, 0xb0, 0xe, + 0xd8, 0xc5, 0x4d, 0xf0, 0xf, 0xf6, 0x43, 0x4f, + 0xf1, 0x1f, 0xff, 0x40, 0xef, 0xf2, 0xf, 0xfc, + 0x10, 0x8f, 0xf1, 0xf, 0xd2, 0xa6, 0x3b, 0xf0, + 0xb, 0xfe, 0xc2, 0x5f, 0xd0, 0x4, 0xff, 0xc5, + 0xff, 0x60, 0x0, 0x6e, 0xff, 0xf8, 0x0, 0x0, + 0x0, 0x12, 0x0, 0x0, + + /* U+F2ED "" */ + 0x0, 0x8, 0xaa, 0x40, 0x0, 0xef, 0xff, 0xff, + 0xff, 0xf9, 0x56, 0x66, 0x66, 0x66, 0x63, 0x4f, + 0xff, 0xff, 0xff, 0xe0, 0x5f, 0xbf, 0xbe, 0xce, + 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, + 0x7d, 0x8c, 0xf0, 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, + 0x5f, 0x6e, 0x7d, 0x8c, 0xf0, 0x5f, 0x7e, 0x8d, + 0x9c, 0xf0, 0x4f, 0xff, 0xff, 0xff, 0xe0, 0x4, + 0x66, 0x66, 0x65, 0x20, + + /* U+F304 "" */ + 0x0, 0x0, 0x0, 0x0, 0x18, 0x30, 0x0, 0x0, + 0x0, 0x0, 0xcf, 0xf4, 0x0, 0x0, 0x0, 0x15, + 0xaf, 0xfe, 0x0, 0x0, 0x1, 0xcf, 0x6a, 0xf9, + 0x0, 0x0, 0x1c, 0xff, 0xf6, 0x60, 0x0, 0x1, + 0xcf, 0xff, 0xf9, 0x0, 0x0, 0x1c, 0xff, 0xff, + 0x90, 0x0, 0x1, 0xcf, 0xff, 0xf9, 0x0, 0x0, + 0xa, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, + 0xf9, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0x0, + 0x0, 0x0, 0x4, 0x42, 0x0, 0x0, 0x0, 0x0, + + /* U+F55A "" */ + 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x30, 0x0, + 0x1d, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1, 0xdf, + 0xff, 0xaf, 0xfb, 0xef, 0xfb, 0x1d, 0xff, 0xff, + 0x13, 0x90, 0x8f, 0xfc, 0xcf, 0xff, 0xff, 0xd1, + 0x6, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xa0, 0x3, + 0xff, 0xfc, 0xa, 0xff, 0xff, 0x6, 0xd1, 0x7f, + 0xfc, 0x0, 0xaf, 0xff, 0xdf, 0xfe, 0xff, 0xfb, + 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf5, + + /* U+F7C2 "" */ + 0x0, 0x36, 0x66, 0x63, 0x0, 0x4e, 0xff, 0xff, + 0xf2, 0x4f, 0x6b, 0xb, 0x2f, 0x4f, 0xf6, 0xb0, + 0xb2, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, + 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x4f, + 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, + 0x4f, 0xff, 0xff, 0xff, 0xf4, 0xef, 0xff, 0xff, + 0xff, 0x22, 0x88, 0x88, 0x88, 0x40, + + /* U+F8A2 "" */ + 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, + 0x0, 0x0, 0x3, 0xf0, 0x0, 0xb6, 0x0, 0x0, + 0xa, 0xf0, 0xc, 0xf8, 0x11, 0x11, 0x1b, 0xf0, + 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x6f, 0xfd, + 0xaa, 0xaa, 0xaa, 0x90, 0x5, 0xf7, 0x0, 0x0, + 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0 +}; + + +/*--------------------- + * GLYPH DESCRIPTION + *--------------------*/ + +static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { + {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, + {.bitmap_index = 0, .adv_w = 44, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 0, .adv_w = 45, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 12, .adv_w = 56, .box_w = 3, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 17, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 45, .adv_w = 99, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 78, .adv_w = 129, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 110, .adv_w = 109, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 138, .adv_w = 31, .box_w = 2, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 141, .adv_w = 60, .box_w = 4, .box_h = 12, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 165, .adv_w = 61, .box_w = 4, .box_h = 12, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 189, .adv_w = 76, .box_w = 5, .box_h = 5, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 202, .adv_w = 100, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 220, .adv_w = 35, .box_w = 2, .box_h = 3, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 223, .adv_w = 49, .box_w = 3, .box_h = 1, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 225, .adv_w = 46, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 228, .adv_w = 73, .box_w = 5, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 251, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 275, .adv_w = 99, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 291, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 315, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 339, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 363, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 387, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 411, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 435, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 459, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 483, .adv_w = 43, .box_w = 2, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 489, .adv_w = 37, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 497, .adv_w = 89, .box_w = 5, .box_h = 5, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 510, .adv_w = 97, .box_w = 6, .box_h = 3, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 519, .adv_w = 92, .box_w = 6, .box_h = 5, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 534, .adv_w = 83, .box_w = 5, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 554, .adv_w = 158, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 604, .adv_w = 115, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 636, .adv_w = 110, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 664, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 692, .adv_w = 115, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 720, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 744, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 768, .adv_w = 120, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 796, .adv_w = 125, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 824, .adv_w = 48, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 836, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 860, .adv_w = 110, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 888, .adv_w = 95, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 912, .adv_w = 154, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 948, .adv_w = 125, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 976, .adv_w = 121, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1004, .adv_w = 111, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1032, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1067, .adv_w = 108, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1095, .adv_w = 104, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1123, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1151, .adv_w = 114, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1179, .adv_w = 112, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1207, .adv_w = 156, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1247, .adv_w = 110, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1275, .adv_w = 106, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1303, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1331, .adv_w = 47, .box_w = 3, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1348, .adv_w = 72, .box_w = 5, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 1371, .adv_w = 47, .box_w = 3, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1388, .adv_w = 74, .box_w = 5, .box_h = 4, .ofs_x = 0, .ofs_y = 4}, + {.bitmap_index = 1398, .adv_w = 79, .box_w = 5, .box_h = 1, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 1401, .adv_w = 54, .box_w = 3, .box_h = 2, .ofs_x = 0, .ofs_y = 7}, + {.bitmap_index = 1404, .adv_w = 96, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1422, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1446, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1464, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1488, .adv_w = 93, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1506, .adv_w = 61, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1524, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1548, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1572, .adv_w = 43, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1580, .adv_w = 42, .box_w = 3, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 1595, .adv_w = 89, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1619, .adv_w = 43, .box_w = 2, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1627, .adv_w = 154, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1654, .adv_w = 97, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1672, .adv_w = 100, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1690, .adv_w = 99, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1714, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1738, .adv_w = 60, .box_w = 4, .box_h = 7, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1752, .adv_w = 91, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1770, .adv_w = 57, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1786, .adv_w = 97, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1804, .adv_w = 85, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1822, .adv_w = 132, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1849, .adv_w = 87, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1867, .adv_w = 83, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1891, .adv_w = 87, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 1909, .adv_w = 60, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1931, .adv_w = 43, .box_w = 2, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1941, .adv_w = 60, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 1963, .adv_w = 120, .box_w = 7, .box_h = 2, .ofs_x = 0, .ofs_y = 2}, + {.bitmap_index = 1970, .adv_w = 176, .box_w = 10, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2015, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2065, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2110, .adv_w = 176, .box_w = 9, .box_h = 10, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2155, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2210, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2260, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2301, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2342, .adv_w = 176, .box_w = 9, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2392, .adv_w = 176, .box_w = 7, .box_h = 11, .ofs_x = 2, .ofs_y = -2}, + {.bitmap_index = 2431, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2472, .adv_w = 176, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 2516, .adv_w = 165, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2557, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2598, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2639, .adv_w = 176, .box_w = 9, .box_h = 9, .ofs_x = 1, .ofs_y = 0}, + {.bitmap_index = 2680, .adv_w = 176, .box_w = 7, .box_h = 9, .ofs_x = 2, .ofs_y = 0}, + {.bitmap_index = 2712, .adv_w = 66, .box_w = 4, .box_h = 3, .ofs_x = 0, .ofs_y = 5}, + {.bitmap_index = 2718, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2758, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2798, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2838, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2878, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2918, .adv_w = 115, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 2962, .adv_w = 164, .box_w = 12, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 3010, .adv_w = 115, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3045, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3075, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3105, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3135, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3165, .adv_w = 48, .box_w = 4, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 3185, .adv_w = 48, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3205, .adv_w = 48, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 3230, .adv_w = 48, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 3255, .adv_w = 118, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3283, .adv_w = 125, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3318, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3353, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3388, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3423, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3458, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3493, .adv_w = 94, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 3511, .adv_w = 121, .box_w = 8, .box_h = 9, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 3547, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3582, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3617, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3652, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3687, .adv_w = 106, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3722, .adv_w = 104, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3746, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3774, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3798, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3822, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3846, .adv_w = 96, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3873, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3897, .adv_w = 96, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3924, .adv_w = 149, .box_w = 9, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3951, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 3975, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 3999, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4023, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4047, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4071, .adv_w = 43, .box_w = 3, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 4083, .adv_w = 43, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4099, .adv_w = 43, .box_w = 4, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 4115, .adv_w = 43, .box_w = 5, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 4135, .adv_w = 103, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4165, .adv_w = 97, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4192, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4216, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4240, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4264, .adv_w = 100, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4291, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4315, .adv_w = 100, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4333, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 4357, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4381, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4405, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4429, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4453, .adv_w = 83, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4483, .adv_w = 101, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4513, .adv_w = 83, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4543, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4583, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4607, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4647, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4671, .adv_w = 115, .box_w = 8, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4711, .adv_w = 96, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 4735, .adv_w = 115, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4774, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4798, .adv_w = 115, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4837, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4861, .adv_w = 115, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4896, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4920, .adv_w = 115, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4959, .adv_w = 92, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 4983, .adv_w = 115, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5018, .adv_w = 112, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5050, .adv_w = 118, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5078, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5106, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5136, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5160, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5190, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5214, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5244, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5268, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5298, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5322, .adv_w = 100, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5352, .adv_w = 93, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5376, .adv_w = 120, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5415, .adv_w = 99, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5445, .adv_w = 120, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5480, .adv_w = 99, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5510, .adv_w = 120, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5545, .adv_w = 99, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5575, .adv_w = 120, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 5614, .adv_w = 99, .box_w = 6, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5650, .adv_w = 125, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5685, .adv_w = 97, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5715, .adv_w = 123, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5747, .adv_w = 100, .box_w = 7, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5775, .adv_w = 48, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5800, .adv_w = 43, .box_w = 5, .box_h = 9, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5823, .adv_w = 48, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5848, .adv_w = 43, .box_w = 5, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5868, .adv_w = 48, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5893, .adv_w = 43, .box_w = 4, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 5909, .adv_w = 48, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 5924, .adv_w = 43, .box_w = 3, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 5939, .adv_w = 48, .box_w = 3, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5954, .adv_w = 43, .box_w = 2, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5960, .adv_w = 145, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 5996, .adv_w = 85, .box_w = 5, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6021, .adv_w = 97, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6056, .adv_w = 44, .box_w = 5, .box_h = 10, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 6081, .adv_w = 110, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6120, .adv_w = 89, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6153, .adv_w = 98, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6171, .adv_w = 95, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6201, .adv_w = 43, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6223, .adv_w = 95, .box_w = 6, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6256, .adv_w = 43, .box_w = 2, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6267, .adv_w = 95, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6291, .adv_w = 56, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6307, .adv_w = 95, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6331, .adv_w = 62, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6347, .adv_w = 95, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6371, .adv_w = 48, .box_w = 3, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6383, .adv_w = 125, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6418, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6442, .adv_w = 125, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6481, .adv_w = 97, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6508, .adv_w = 125, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6543, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6567, .adv_w = 97, .box_w = 7, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 6595, .adv_w = 122, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6630, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 6654, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6689, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6713, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6748, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6772, .adv_w = 121, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6807, .adv_w = 100, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6831, .adv_w = 168, .box_w = 10, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6871, .adv_w = 160, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6901, .adv_w = 108, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6936, .adv_w = 60, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 6952, .adv_w = 108, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 6991, .adv_w = 60, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -3}, + {.bitmap_index = 7011, .adv_w = 108, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7046, .adv_w = 60, .box_w = 4, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7062, .adv_w = 104, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7097, .adv_w = 91, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7121, .adv_w = 104, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7156, .adv_w = 91, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7180, .adv_w = 104, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7215, .adv_w = 91, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7239, .adv_w = 104, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7274, .adv_w = 91, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7298, .adv_w = 105, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7333, .adv_w = 57, .box_w = 4, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7353, .adv_w = 105, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7388, .adv_w = 61, .box_w = 5, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7411, .adv_w = 105, .box_w = 7, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7439, .adv_w = 57, .box_w = 5, .box_h = 8, .ofs_x = -1, .ofs_y = 0}, + {.bitmap_index = 7459, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7494, .adv_w = 97, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7521, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7556, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7580, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7615, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7639, .adv_w = 114, .box_w = 7, .box_h = 11, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7678, .adv_w = 97, .box_w = 6, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7705, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7740, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7764, .adv_w = 114, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7799, .adv_w = 97, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7823, .adv_w = 156, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7873, .adv_w = 132, .box_w = 9, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7909, .adv_w = 106, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 7944, .adv_w = 83, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 7974, .adv_w = 106, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8009, .adv_w = 105, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8044, .adv_w = 87, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8068, .adv_w = 105, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8103, .adv_w = 87, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8127, .adv_w = 105, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8162, .adv_w = 87, .box_w = 6, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8186, .adv_w = 44, .box_w = 4, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8204, .adv_w = 59, .box_w = 3, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 8209, .adv_w = 92, .box_w = 6, .box_h = 6, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8227, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8293, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8343, .adv_w = 176, .box_w = 11, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8398, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8448, .adv_w = 121, .box_w = 8, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8480, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8552, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8618, .adv_w = 198, .box_w = 13, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8683, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 8755, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 8814, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 8880, .adv_w = 88, .box_w = 6, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8910, .adv_w = 132, .box_w = 9, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 8955, .adv_w = 198, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9033, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 9083, .adv_w = 121, .box_w = 8, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9131, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9175, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9235, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9285, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9335, .adv_w = 154, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = -1}, + {.bitmap_index = 9379, .adv_w = 154, .box_w = 11, .box_h = 10, .ofs_x = -1, .ofs_y = -1}, + {.bitmap_index = 9434, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9469, .adv_w = 110, .box_w = 7, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9504, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9554, .adv_w = 154, .box_w = 10, .box_h = 3, .ofs_x = 0, .ofs_y = 3}, + {.bitmap_index = 9569, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 9628, .adv_w = 220, .box_w = 14, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 9712, .adv_w = 198, .box_w = 14, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 9796, .adv_w = 176, .box_w = 11, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9857, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 9887, .adv_w = 154, .box_w = 10, .box_h = 6, .ofs_x = 0, .ofs_y = 1}, + {.bitmap_index = 9917, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 9987, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 10037, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10103, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 10175, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10225, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10285, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10335, .adv_w = 154, .box_w = 10, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10385, .adv_w = 176, .box_w = 11, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 10435, .adv_w = 110, .box_w = 8, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 10483, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10543, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10603, .adv_w = 198, .box_w = 13, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 10662, .adv_w = 176, .box_w = 13, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 10740, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 10794, .adv_w = 220, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 10871, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 10927, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 10983, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 11039, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 11095, .adv_w = 220, .box_w = 14, .box_h = 8, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 11151, .adv_w = 220, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = -1}, + {.bitmap_index = 11221, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11281, .adv_w = 154, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11341, .adv_w = 176, .box_w = 12, .box_h = 12, .ofs_x = -1, .ofs_y = -2}, + {.bitmap_index = 11413, .adv_w = 220, .box_w = 14, .box_h = 9, .ofs_x = 0, .ofs_y = 0}, + {.bitmap_index = 11476, .adv_w = 132, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -2}, + {.bitmap_index = 11530, .adv_w = 177, .box_w = 12, .box_h = 8, .ofs_x = 0, .ofs_y = 0} +}; + +/*--------------------- + * CHARACTER MAPPING + *--------------------*/ + +static const uint16_t unicode_list_5[] = { + 0x0, 0x243, 0xcfdf, 0xcfe6, 0xcfe9, 0xcfea, 0xcfeb, 0xcfef, + 0xcff1, 0xcff3, 0xcff7, 0xcffa, 0xcfff, 0xd004, 0xd005, 0xd006, + 0xd01c, 0xd021, 0xd026, 0xd029, 0xd02a, 0xd02b, 0xd02f, 0xd030, + 0xd031, 0xd032, 0xd045, 0xd046, 0xd04c, 0xd04e, 0xd04f, 0xd052, + 0xd055, 0xd056, 0xd057, 0xd059, 0xd071, 0xd073, 0xd0a2, 0xd0a3, + 0xd0a5, 0xd0a7, 0xd0be, 0xd0c5, 0xd0c8, 0xd0d1, 0xd0fa, 0xd102, + 0xd139, 0xd1c9, 0xd21e, 0xd21f, 0xd220, 0xd221, 0xd222, 0xd265, + 0xd271, 0xd2cb, 0xd2e2, 0xd538, 0xd7a0, 0xd880 +}; + +/*Collect the unicode lists and glyph_id offsets*/ +static const lv_font_fmt_txt_cmap_t cmaps[] = +{ + { + .range_start = 32, .range_length = 95, .glyph_id_start = 1, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 128, .range_length = 4, .glyph_id_start = 96, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 136, .range_length = 13, .glyph_id_start = 100, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 176, .range_length = 1, .glyph_id_start = 113, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 192, .range_length = 192, .glyph_id_start = 114, + .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY + }, + { + .range_start = 8226, .range_length = 55425, .glyph_id_start = 306, + .unicode_list = unicode_list_5, .glyph_id_ofs_list = NULL, .list_length = 62, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY + } +}; + +/*----------------- + * KERNING + *----------------*/ + + +/*Map glyph_ids to kern left classes*/ +static const uint8_t kern_left_class_mapping[] = +{ + 0, 1, 0, 2, 0, 0, 0, 0, + 2, 3, 0, 0, 0, 4, 0, 4, + 5, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 6, 7, 8, 9, 10, 11, + 0, 12, 12, 13, 14, 15, 12, 12, + 9, 16, 17, 18, 0, 19, 13, 20, + 21, 22, 23, 24, 25, 0, 0, 0, + 0, 0, 26, 27, 28, 0, 29, 30, + 0, 31, 0, 0, 32, 0, 31, 31, + 33, 27, 0, 34, 0, 35, 0, 36, + 37, 38, 36, 39, 40, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 6, 6, 6, 6, 6, 6, + 0, 8, 10, 10, 10, 10, 12, 12, + 12, 12, 9, 12, 9, 9, 9, 9, + 9, 0, 0, 13, 13, 13, 13, 23, + 0, 0, 26, 26, 26, 26, 26, 26, + 0, 28, 29, 29, 29, 29, 0, 0, + 0, 0, 0, 31, 33, 33, 33, 33, + 33, 0, 0, 0, 0, 0, 0, 36, + 27, 36, 6, 26, 6, 26, 6, 26, + 8, 28, 8, 28, 8, 28, 8, 28, + 9, 0, 9, 0, 10, 29, 10, 29, + 10, 29, 10, 29, 10, 29, 0, 0, + 0, 0, 0, 0, 0, 0, 12, 31, + 0, 0, 12, 0, 12, 0, 12, 0, + 12, 0, 12, 0, 0, 0, 13, 0, + 14, 0, 0, 15, 0, 15, 0, 15, + 0, 15, 0, 0, 0, 12, 31, 12, + 31, 12, 31, 31, 0, 0, 9, 33, + 9, 33, 9, 33, 0, 0, 0, 34, + 0, 34, 0, 34, 0, 0, 0, 0, + 0, 0, 0, 0, 19, 0, 19, 0, + 19, 0, 13, 0, 13, 0, 13, 0, + 13, 0, 13, 0, 13, 0, 21, 0, + 23, 36, 23, 24, 39, 24, 39, 24, + 39, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + +/*Map glyph_ids to kern right classes*/ +static const uint8_t kern_right_class_mapping[] = +{ + 0, 1, 0, 2, 0, 0, 0, 3, + 2, 0, 4, 5, 0, 6, 7, 6, + 8, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 9, 0, 10, 0, 11, 0, 0, 0, + 11, 0, 0, 12, 0, 0, 0, 0, + 11, 0, 11, 0, 13, 14, 15, 16, + 17, 18, 19, 20, 0, 0, 21, 0, + 0, 0, 22, 0, 23, 23, 23, 24, + 23, 0, 0, 0, 0, 0, 25, 25, + 26, 25, 23, 27, 28, 29, 30, 31, + 32, 33, 31, 34, 0, 0, 35, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 10, 10, 10, 10, 10, 10, + 36, 11, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 11, 11, 11, 11, + 11, 0, 11, 15, 15, 15, 15, 19, + 0, 0, 22, 22, 22, 22, 22, 22, + 37, 23, 23, 23, 23, 23, 0, 0, + 0, 0, 0, 25, 26, 26, 26, 26, + 26, 0, 38, 30, 30, 30, 30, 31, + 0, 31, 10, 22, 10, 22, 10, 22, + 11, 23, 11, 23, 11, 23, 11, 23, + 0, 23, 0, 0, 0, 23, 0, 23, + 0, 23, 0, 23, 0, 23, 11, 23, + 11, 23, 11, 23, 11, 23, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 12, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 25, 0, + 25, 0, 25, 25, 0, 0, 11, 26, + 11, 26, 11, 26, 11, 23, 0, 0, + 0, 0, 0, 0, 13, 28, 13, 28, + 13, 28, 13, 28, 14, 0, 14, 0, + 0, 0, 15, 30, 15, 30, 15, 30, + 15, 30, 15, 30, 15, 30, 17, 0, + 19, 31, 19, 20, 34, 20, 34, 20, + 34, 0, 39, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + +/*Kern values between classes*/ +static const int8_t kern_class_values[] = +{ + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -9, 0, 0, 0, 0, 0, 0, 0, + -10, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -4, -5, 0, -2, + -5, 0, -7, 0, 0, 0, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 2, 0, + 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -15, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -19, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -10, 0, 0, 0, + 0, 0, 0, -5, 0, -1, 0, 0, + -11, -1, -7, -6, 0, -8, 0, 0, + 0, 0, 0, 0, -1, 0, 0, -1, + -1, -4, -3, 0, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, -2, 0, 0, -5, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -2, 0, + 0, 0, 0, 0, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -9, 0, 0, + 0, -2, 0, 0, 0, -2, 0, -2, + 0, -2, -4, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -3, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 0, -2, -2, 0, + -2, 0, 0, 0, -1, -2, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -20, 0, 0, 0, -15, + 0, -23, 0, 2, 0, 0, 0, 0, + 0, 0, 0, -3, -2, 0, 0, -2, + -2, 0, 0, -2, -2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2, 0, + 0, 0, -2, 0, 0, 0, 1, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -5, 0, 0, 0, -3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, -2, -2, 0, 0, 0, + -2, -3, -5, 0, 0, 0, 0, 0, + 0, 0, 0, -29, 0, 0, 0, 0, + 0, 0, 0, 2, -6, 0, 0, -24, + -5, -15, -12, 0, -21, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -4, + -11, -8, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -28, 0, + 0, 0, -12, 0, -17, 0, 0, 0, + 0, 0, -3, 0, -2, 0, -1, -1, + 0, 0, -1, 0, 0, 1, 0, 1, + 0, 0, 0, 0, -8, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -4, 0, -2, + -2, 0, -3, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -7, 0, -2, 0, + 0, -4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -3, 0, + 0, 0, 0, -19, -20, 0, 0, -7, + -2, -21, -1, 1, 0, 1, 1, 0, + 1, 0, 0, -10, -9, 0, -9, -9, + -6, -10, 0, -8, -6, -5, -7, -5, + 0, -15, -10, -8, 0, 0, 0, 0, + 2, 0, -19, -3, 0, 0, -6, -1, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1, -4, -4, 0, 0, -4, -3, + 0, 0, -2, -1, 0, 0, 0, 2, + 0, 0, 0, 0, 0, 0, 0, 1, + 0, -11, -5, 0, 0, -4, 0, 0, + 0, 1, 0, 0, 0, 0, 0, 0, + 1, -3, -3, 0, 0, -3, -2, 0, + 0, -2, 0, 0, 0, 0, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -4, 0, 0, 0, -2, 0, 0, + 0, 0, 1, 0, 0, 0, 0, 0, + 0, -2, 0, 0, -2, 0, 0, 0, + -2, -3, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -3, 2, -4, -18, + -4, 0, 0, -8, -2, -8, -1, 1, + -8, 2, 1, 1, 2, 0, 2, -6, + -6, -2, -3, -6, -3, -5, -2, -3, + -2, 0, -2, -3, 2, -8, -5, -5, + -4, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1, -2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, -2, 0, 0, 0, -2, -2, + -2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -2, 0, 0, -2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -6, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -1, 0, -1, -1, + 0, 0, 0, 0, 0, 0, -1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 0, 2, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 2, + 0, -2, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 0, 0, + 0, 0, 0, -9, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -12, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -1, 0, + -2, -1, 0, 0, 0, 0, 0, 0, + 1, 0, 0, 0, -11, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -3, -2, 1, 0, + -2, 0, 0, 4, 0, 2, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 0, + 0, 0, -9, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -1, -1, 1, 0, -1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -11, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, -2, 0, 0, -2, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + -1, 0, 0, -1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, -2, 0, 0, -2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + + +/*Collect the kern class' data in one place*/ +static const lv_font_fmt_txt_kern_classes_t kern_classes = +{ + .class_pair_values = kern_class_values, + .left_class_mapping = kern_left_class_mapping, + .right_class_mapping = kern_right_class_mapping, + .left_class_cnt = 40, + .right_class_cnt = 39, +}; + +/*-------------------- + * ALL CUSTOM DATA + *--------------------*/ + +#if LV_VERSION_CHECK(8, 0, 0) +/*Store all the custom data of the font*/ +static lv_font_fmt_txt_glyph_cache_t cache; +static const lv_font_fmt_txt_dsc_t font_dsc = { +#else +static lv_font_fmt_txt_dsc_t font_dsc = { +#endif + .glyph_bitmap = glyph_bitmap, + .glyph_dsc = glyph_dsc, + .cmaps = cmaps, + .kern_dsc = &kern_classes, + .kern_scale = 16, + .cmap_num = 6, + .bpp = 4, + .kern_classes = 1, + .bitmap_format = 0, +#if LV_VERSION_CHECK(8, 0, 0) + .cache = &cache +#endif +}; + + +/*----------------- + * PUBLIC FONT + *----------------*/ + +/*Initialize a public general font descriptor*/ +#if LV_VERSION_CHECK(8, 0, 0) +const lv_font_t lv_font_roboto_STD_s = { +#else +lv_font_t lv_font_roboto_STD_s = { +#endif + .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ + .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ + .line_height = 14, /*The maximum line height required by the font*/ + .base_line = 3, /*Baseline measured from the bottom of the line*/ +#if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) + .subpx = LV_FONT_SUBPX_NONE, +#endif +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 + .underline_position = -1, + .underline_thickness = 1, +#endif + .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ +}; + + + +#endif /*#if LV_FONT_ROBOTO_STD_S*/ + diff --git a/radio/src/fonts/lvgl/lv_font_roboto_13.c b/radio/src/fonts/lvgl/lv_font_roboto_XS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_13.c rename to radio/src/fonts/lvgl/lv_font_roboto_XS.c index 564baac0db2..e9fc4f673c4 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_13.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_XS.c @@ -818,7 +818,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[21439] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_13 = { +const etxLz4Font lv_font_roboto_XS = { .uncomp_size = 21111, .comp_size = 12847, .line_height = 17, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_XS_s.c b/radio/src/fonts/lvgl/lv_font_roboto_XS_s.c new file mode 100644 index 00000000000..747585075bb --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_XS_s.c @@ -0,0 +1,591 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0x40,0x02,0x08,0x00,0xf1,0x1a,0x50,0x02,0x02,0x07,0x00, +0x00,0x07,0x00,0xe0,0x02,0x03,0x03,0x00,0x04,0x0c,0x00,0x90,0x05,0x06,0x07,0x00, +0x00,0x21,0x00,0x10,0x05,0x05,0x09,0x00,0xff,0x38,0x00,0x90,0x06,0x07,0x07,0x00, +0x00,0x51,0x00,0xa0,0x18,0x00,0xf1,0x04,0x66,0x00,0x90,0x01,0x02,0x03,0x00,0x04, +0x69,0x00,0x10,0x03,0x03,0x0b,0x00,0xfd,0x7a,0x00,0x20,0x08,0x00,0xf0,0x04,0x8b, +0x00,0xe0,0x03,0x04,0x04,0x00,0x03,0x93,0x00,0x20,0x05,0x05,0x05,0x00,0x01,0xa0, +0x00,0xc0,0x28,0x00,0xf0,0x0b,0xfe,0xa3,0x00,0x80,0x02,0x03,0x01,0x00,0x02,0xa5, +0x00,0x60,0x02,0x02,0x01,0x00,0x00,0xa6,0x00,0xb0,0x03,0x04,0x07,0x00,0x00,0xb4, +0x60,0x00,0x70,0x07,0x00,0x00,0xc6,0x00,0x10,0x05,0x10,0x00,0x13,0xd4,0x10,0x00, +0x13,0xe6,0x08,0x00,0x13,0xf8,0x08,0x00,0x22,0x0a,0x01,0x08,0x00,0x13,0x1c,0x08, +0x00,0x13,0x2e,0x08,0x00,0x13,0x40,0x08,0x00,0x13,0x52,0x08,0x00,0xf0,0x1d,0x64, +0x01,0x30,0x02,0x02,0x05,0x00,0x00,0x69,0x01,0xe0,0x01,0x02,0x07,0x00,0xfe,0x70, +0x01,0x90,0x04,0x04,0x05,0x00,0x00,0x7a,0x01,0xf0,0x04,0x05,0x03,0x00,0x02,0x82, +0x01,0xb0,0x04,0x05,0x05,0x00,0x00,0x8f,0x01,0x40,0x04,0x70,0x00,0xb1,0x9d,0x01, +0x10,0x08,0x08,0x09,0x00,0xfe,0xc1,0x01,0xe0,0xd8,0x00,0x22,0xd6,0x01,0xe0,0x00, +0x13,0xeb,0x10,0x00,0x22,0x00,0x02,0x08,0x00,0x31,0x15,0x02,0x20,0x60,0x00,0x31, +0x27,0x02,0x00,0x08,0x00,0x40,0x39,0x02,0x20,0x06,0x18,0x00,0x31,0x4e,0x02,0x70, +0x08,0x00,0x31,0x63,0x02,0x70,0x40,0x01,0x40,0x6a,0x02,0xf0,0x04,0x20,0x00,0x22, +0x7c,0x02,0x48,0x00,0x31,0x91,0x02,0xd0,0x10,0x00,0x93,0xa3,0x02,0xe0,0x07,0x08, +0x07,0x00,0x00,0xbf,0x30,0x00,0x31,0xd4,0x02,0x30,0x08,0x00,0x31,0xe9,0x02,0xb0, +0x28,0x00,0x10,0xfe,0x10,0x00,0x52,0x09,0x00,0xfe,0x19,0x03,0x78,0x01,0x32,0x2e, +0x03,0x50,0xe0,0x00,0x21,0x03,0x60,0x10,0x00,0x31,0x55,0x03,0xd0,0x08,0x00,0x31, +0x6a,0x03,0xc0,0x08,0x00,0x40,0x7f,0x03,0x00,0x08,0x50,0x00,0x22,0x9b,0x03,0x68, +0x00,0x13,0xb0,0x28,0x00,0x13,0xc5,0x08,0x00,0xa2,0xda,0x03,0x60,0x02,0x03,0x09, +0x00,0xfe,0xe8,0x03,0x68,0x01,0xb1,0xf6,0x03,0x60,0x02,0x02,0x09,0x00,0xfe,0xff, +0x03,0xc0,0xa0,0x01,0xf1,0x04,0x07,0x04,0x10,0x04,0x05,0x01,0x00,0xff,0x0a,0x04, +0xd0,0x02,0x03,0x02,0x00,0x06,0x0d,0x04,0xe0,0x18,0x01,0x22,0x1a,0x04,0x48,0x01, +0x22,0x2c,0x04,0x28,0x01,0x13,0x39,0x10,0x00,0x31,0x4b,0x04,0xc0,0x10,0x00,0x31, +0x58,0x04,0x20,0x50,0x00,0x12,0x66,0x18,0x00,0x32,0xfe,0x78,0x04,0xf0,0x00,0x31, +0x8a,0x04,0x30,0x00,0x01,0xb1,0x91,0x04,0x20,0x02,0x03,0x09,0xff,0xfe,0x9f,0x04, +0x90,0x18,0x00,0x13,0xb1,0x18,0x00,0xb1,0xb8,0x04,0xe0,0x07,0x08,0x05,0x00,0x00, +0xcc,0x04,0xf0,0x48,0x00,0x21,0xd9,0x04,0x20,0x02,0x23,0x00,0xe6,0x48,0x00,0x31, +0xf8,0x04,0x20,0x08,0x00,0xb1,0x0a,0x05,0x10,0x03,0x03,0x06,0x00,0x00,0x13,0x05, +0xa0,0x28,0x00,0x40,0x20,0x05,0xf0,0x02,0x10,0x00,0x22,0x29,0x05,0x38,0x00,0x31, +0x36,0x05,0x60,0x08,0x00,0xb1,0x43,0x05,0xc0,0x06,0x07,0x05,0x00,0x00,0x55,0x05, +0x70,0x10,0x00,0x40,0x62,0x05,0x40,0x04,0x40,0x00,0x13,0x74,0x10,0x00,0x40,0x81, +0x05,0x10,0x03,0x00,0x01,0x93,0x8f,0x05,0x30,0x02,0x02,0x08,0x00,0xff,0x97,0x10, +0x00,0xf3,0x0a,0xa5,0x05,0x20,0x06,0x06,0x02,0x00,0x02,0xab,0x05,0x00,0x09,0x09, +0x08,0x00,0x00,0xcf,0x05,0x00,0x09,0x08,0x08,0x01,0x00,0xef,0x08,0x00,0x22,0x0f, +0x06,0x08,0x00,0x22,0x2f,0x06,0x20,0x00,0xc0,0x53,0x06,0x00,0x09,0x07,0x09,0x01, +0xff,0x73,0x06,0x00,0x09,0x70,0x01,0x11,0x8f,0x20,0x00,0x33,0x00,0x00,0xaf,0x18, +0x00,0x90,0xcf,0x06,0x00,0x09,0x06,0x09,0x01,0xff,0xea,0x10,0x00,0x52,0x08,0x01, +0x00,0x06,0x07,0x18,0x00,0x40,0x26,0x07,0x70,0x08,0x10,0x00,0x22,0x42,0x07,0x50, +0x00,0x22,0x62,0x07,0x20,0x00,0x13,0x7e,0x10,0x00,0xc0,0x9e,0x07,0x00,0x09,0x06, +0x08,0x01,0x00,0xb6,0x07,0x60,0x03,0x70,0x03,0x93,0xbb,0x07,0xe0,0x05,0x06,0x09, +0x00,0x00,0xd6,0x08,0x00,0x13,0xf1,0x08,0x00,0x93,0x0c,0x08,0xe0,0x05,0x06,0x08, +0x00,0x00,0x24,0x08,0x00,0x22,0x3c,0x08,0x18,0x00,0x92,0x57,0x08,0x70,0x08,0x0a, +0x07,0xff,0x00,0x7a,0x10,0x00,0x40,0xfe,0x95,0x08,0x20,0xa8,0x03,0x23,0x00,0xac, +0x08,0x00,0x13,0xc3,0x08,0x00,0x10,0xda,0x08,0x00,0x60,0x08,0x00,0x00,0xee,0x08, +0x70,0x98,0x01,0x21,0x00,0xfc,0x08,0x00,0xb0,0x00,0x00,0x0a,0x09,0x70,0x02,0x04, +0x09,0xff,0x00,0x1c,0x08,0x00,0x61,0x08,0xff,0x00,0x2c,0x09,0x10,0x90,0x02,0x40, +0x41,0x09,0x70,0x06,0x68,0x00,0x21,0x59,0x09,0x90,0x02,0x23,0x00,0x74,0x08,0x00, +0x13,0x8f,0x08,0x00,0x31,0xaa,0x09,0x30,0x20,0x00,0x13,0xc2,0x08,0x00,0x92,0xda, +0x09,0xd0,0x04,0x05,0x06,0x00,0x00,0xe9,0x10,0x00,0x41,0xff,0x01,0x0a,0xd0,0xa0, +0x00,0x13,0x1c,0x08,0x00,0x13,0x37,0x08,0x00,0x31,0x52,0x0a,0xd0,0xc0,0x00,0x31, +0x6a,0x0a,0x60,0x10,0x00,0x22,0x85,0x0a,0xe0,0x02,0x31,0x97,0x0a,0x60,0x08,0x00, +0x31,0xa9,0x0a,0xe0,0x30,0x02,0x13,0xbb,0x08,0x00,0x13,0xcd,0x08,0x00,0x40,0xdf, +0x0a,0xe0,0x04,0xc0,0x00,0x13,0xf3,0x10,0x00,0x22,0x05,0x0b,0x10,0x00,0x31,0x19, +0x0b,0xa0,0x50,0x02,0x31,0x2d,0x0b,0xb0,0xf8,0x01,0x31,0x3f,0x0b,0xc0,0x20,0x00, +0x13,0x51,0x08,0x00,0x13,0x63,0x08,0x00,0x13,0x75,0x08,0x00,0x90,0x87,0x0b,0x40, +0x02,0x03,0x07,0xff,0x00,0x92,0x08,0x00,0x00,0xf8,0x03,0x83,0x0b,0x40,0x02,0x04, +0x07,0xff,0x00,0xab,0x08,0x00,0x31,0xb9,0x0b,0x40,0x28,0x01,0x31,0xcd,0x0b,0xf0, +0x60,0x00,0x22,0xe1,0x0b,0xf0,0x03,0x13,0xf3,0x08,0x00,0x22,0x05,0x0c,0x08,0x00, +0x22,0x17,0x0c,0x50,0x01,0x13,0x2b,0x10,0x00,0x22,0x3d,0x0c,0xe8,0x04,0x12,0x4a, +0x10,0x00,0x32,0xff,0x5c,0x0c,0x10,0x03,0x13,0x6e,0x08,0x00,0x13,0x80,0x08,0x00, +0x13,0x92,0x08,0x00,0xc0,0xa4,0x0c,0x40,0x04,0x05,0x09,0x00,0xfe,0xbb,0x0c,0x30, +0x05,0x08,0x00,0x13,0xd2,0x10,0x00,0x22,0xe9,0x0c,0xe0,0x01,0x22,0x01,0x0d,0xe8, +0x00,0x22,0x13,0x0d,0x10,0x00,0x13,0x2b,0x10,0x00,0x22,0x3d,0x0d,0xe8,0x01,0x12, +0x58,0x10,0x00,0x42,0xfe,0x6a,0x0d,0xe0,0x48,0x01,0x31,0x0d,0xb0,0x04,0x48,0x01, +0x03,0x10,0x00,0x13,0xb2,0x10,0x00,0x13,0xc4,0x40,0x00,0x13,0xdc,0x10,0x00,0x13, +0xee,0x20,0x00,0x22,0x09,0x0e,0x10,0x00,0x22,0x1b,0x0e,0x10,0x00,0x22,0x36,0x0e, +0x50,0x04,0x22,0x4b,0x0e,0x00,0x02,0x22,0x60,0x0e,0x40,0x04,0x22,0x75,0x0e,0xe8, +0x00,0x22,0x89,0x0e,0x40,0x01,0x22,0x9b,0x0e,0x50,0x02,0x13,0xb2,0x10,0x00,0x13, +0xc4,0x20,0x00,0x13,0xd8,0x10,0x00,0x12,0xea,0x20,0x00,0x41,0xfe,0x01,0x0f,0xc0, +0xa0,0x00,0x22,0x13,0x0f,0x30,0x00,0x22,0x2a,0x0f,0x20,0x00,0x41,0x3c,0x0f,0x20, +0x06,0xb8,0x02,0x21,0x0f,0x10,0x28,0x00,0x13,0x6e,0x10,0x00,0x13,0x89,0x10,0x00, +0x31,0xa0,0x0f,0x20,0x50,0x02,0x13,0xb8,0x10,0x00,0x10,0xcf,0x10,0x00,0x40,0x0a, +0x00,0xfd,0xed,0x10,0x00,0x61,0x0a,0x00,0xfe,0x06,0x10,0x70,0x30,0x00,0x40,0x21, +0x10,0xf0,0x04,0x58,0x00,0x32,0x38,0x10,0x50,0x90,0x06,0x92,0x10,0x10,0x05,0x06, +0x07,0xff,0x00,0x66,0x10,0xc8,0x02,0x31,0x76,0x10,0x40,0x08,0x00,0x13,0x86,0x10, +0x00,0x22,0x96,0x10,0xe0,0x01,0x22,0xa4,0x10,0xf0,0x02,0x13,0xb6,0x10,0x00,0x31, +0xc4,0x10,0x70,0x10,0x05,0x31,0xcd,0x10,0x30,0xb0,0x04,0x30,0xdb,0x10,0x70,0x28, +0x04,0x41,0x00,0xe3,0x10,0x40,0x40,0x06,0x40,0xe8,0x10,0x70,0x07,0x60,0x00,0xc0, +0x01,0x11,0x50,0x04,0x04,0x09,0x00,0xfe,0x13,0x11,0xf0,0x04,0x80,0x00,0x30,0x2e, +0x11,0x40,0x48,0x00,0x41,0xfe,0x40,0x11,0xa0,0x90,0x01,0x31,0x5b,0x11,0x90,0xc0, +0x01,0x31,0x72,0x11,0x00,0xd0,0x04,0x31,0x7f,0x11,0xd0,0xa0,0x00,0x31,0x96,0x11, +0x30,0x68,0x03,0x10,0xa4,0x10,0x00,0xd2,0x0a,0x00,0xfd,0xbd,0x11,0x30,0x02,0x02, +0x0a,0x00,0xfd,0xc7,0x11,0x10,0x06,0x40,0xd9,0x11,0xd0,0x02,0x48,0x05,0x13,0xe7, +0x10,0x00,0x40,0xf9,0x11,0x20,0x03,0x98,0x02,0x22,0x04,0x12,0xf0,0x01,0x31,0x16, +0x12,0x70,0xa8,0x02,0x22,0x21,0x12,0xf8,0x00,0x22,0x3c,0x12,0x40,0x02,0x31,0x4e, +0x12,0x70,0x18,0x01,0x21,0x6c,0x12,0xa8,0x02,0x23,0xfd,0x80,0x20,0x00,0x13,0x9b, +0x20,0x00,0x40,0xad,0x12,0xf0,0x04,0x10,0x01,0x31,0xc2,0x12,0x40,0x50,0x06,0x22, +0xdd,0x12,0x58,0x05,0x22,0xef,0x12,0xb0,0x03,0x22,0x07,0x13,0xb8,0x02,0x22,0x19, +0x13,0xd0,0x03,0x13,0x34,0x10,0x00,0x13,0x46,0x10,0x00,0x13,0x61,0x10,0x00,0x41, +0x73,0x13,0x90,0x08,0xf0,0x04,0x30,0x13,0x30,0x08,0x68,0x03,0x31,0xa3,0x13,0x90, +0x30,0x02,0x31,0xbe,0x13,0x10,0x00,0x06,0x40,0xcc,0x13,0x90,0x05,0x88,0x00,0x21, +0xea,0x13,0x58,0x05,0x23,0xfd,0xf8,0x20,0x00,0x22,0x13,0x14,0x20,0x00,0x41,0x21, +0x14,0x50,0x05,0xa8,0x01,0x21,0x14,0xa0,0x98,0x00,0x13,0x4a,0x10,0x00,0x13,0x61, +0x10,0x00,0x12,0x73,0x10,0x00,0x22,0xfe,0x8a,0x10,0x00,0x23,0xfe,0x9c,0x20,0x00, +0x13,0xb3,0x20,0x00,0x31,0xc5,0x14,0x60,0x60,0x01,0xa2,0xe0,0x14,0xf0,0x02,0x03, +0x08,0x00,0xfe,0xec,0x14,0x38,0x04,0xa2,0x07,0x15,0x20,0x03,0x04,0x08,0x00,0x00, +0x17,0x15,0xa8,0x02,0xa2,0x2c,0x15,0xf0,0x02,0x04,0x06,0xff,0x00,0x38,0x15,0x60, +0x04,0x22,0x50,0x15,0xc0,0x03,0x13,0x64,0x10,0x00,0x22,0x7c,0x15,0x18,0x01,0x22, +0x8e,0x15,0x88,0x04,0x13,0xa9,0x10,0x00,0x13,0xbb,0x10,0x00,0x13,0xd6,0x30,0x00, +0x13,0xea,0x10,0x00,0x22,0x05,0x16,0x20,0x00,0x31,0x17,0x16,0xd0,0x80,0x00,0x12, +0x32,0x10,0x00,0x40,0xfe,0x44,0x16,0x00,0x28,0x08,0x41,0x00,0x68,0x16,0xc0,0x78, +0x02,0x22,0x81,0x16,0x90,0x00,0x22,0x9c,0x16,0xc0,0x03,0x31,0xb3,0x16,0x60,0x70, +0x00,0x13,0xcb,0x18,0x00,0x41,0xe6,0x16,0x70,0x04,0xc0,0x08,0x03,0x18,0x00,0x22, +0x10,0x17,0x10,0x00,0x22,0x22,0x17,0x20,0x00,0x13,0x3d,0x10,0x00,0x22,0x4f,0x17, +0x90,0x04,0xa2,0x5a,0x17,0x10,0x03,0x03,0x02,0x00,0x02,0x5d,0x17,0x78,0x07,0xf0, +0x02,0x6a,0x17,0x00,0x09,0x0a,0x0a,0xff,0xfe,0x9c,0x17,0x00,0x09,0x09,0x07,0x00, +0x00,0xbc,0x08,0x00,0x43,0x09,0x00,0xff,0xe5,0x10,0x00,0x31,0x05,0x18,0x30,0x88, +0x00,0x22,0x1e,0x18,0x18,0x00,0x10,0x47,0x08,0x00,0xf0,0x05,0x0a,0x00,0xfe,0x74, +0x18,0x20,0x0a,0x0b,0x09,0x00,0xff,0xa6,0x18,0x00,0x09,0x0a,0x09,0xff,0xff,0xd3, +0x10,0x00,0x43,0x07,0x00,0x00,0xfa,0x28,0x00,0x30,0x23,0x19,0x80,0xf0,0x00,0xb2, +0xff,0x37,0x19,0xc0,0x06,0x07,0x08,0x00,0xff,0x53,0x19,0x30,0x00,0x22,0x85,0x19, +0x58,0x00,0xc0,0xa5,0x19,0x30,0x06,0x07,0x0a,0x00,0xfe,0xc8,0x19,0xe0,0x07,0xd8, +0x06,0xf3,0x02,0xe3,0x19,0xe0,0x07,0x08,0x0a,0x00,0xfe,0x0b,0x1a,0xe0,0x07,0x08, +0x09,0x00,0xff,0x2f,0x08,0x00,0x22,0x53,0x1a,0x20,0x00,0x40,0x6e,0x1a,0xe0,0x07, +0x68,0x00,0x21,0x9b,0x1a,0x10,0x03,0x23,0xff,0xb6,0x08,0x00,0x13,0xd1,0x28,0x00, +0x10,0xf5,0x08,0x00,0x52,0x03,0x00,0x02,0x01,0x1b,0x88,0x00,0xf2,0x03,0x28,0x1b, +0x40,0x0b,0x0d,0x0a,0xff,0xfe,0x69,0x1b,0x20,0x0a,0x0c,0x0a,0xff,0xfe,0xa5,0x1b, +0x98,0x00,0x21,0xce,0x1b,0x20,0x08,0x23,0x01,0xe2,0x08,0x00,0xa2,0xf6,0x1b,0x40, +0x0b,0x0c,0x09,0x00,0xff,0x2c,0x1c,0x98,0x00,0x20,0x4c,0x1c,0xd0,0x00,0x42,0x00, +0xff,0x79,0x1c,0x18,0x01,0x22,0xab,0x1c,0x60,0x00,0x22,0xcf,0x1c,0xa0,0x00,0x13, +0xf7,0x10,0x00,0xa2,0x1b,0x1d,0xe0,0x07,0x08,0x08,0x00,0xff,0x3b,0x1d,0x38,0x00, +0xa2,0x5b,0x1d,0xa0,0x05,0x07,0x0a,0xff,0xfe,0x7e,0x1d,0x28,0x00,0x13,0xa6,0x08, +0x00,0x22,0xce,0x1d,0x90,0x00,0xb1,0xf5,0x1d,0x00,0x09,0x0b,0x0b,0xff,0xfe,0x32, +0x1e,0xc0,0xf8,0x00,0x22,0x55,0x1e,0x78,0x00,0x10,0x8b,0x08,0x00,0x43,0x07,0x00, +0x00,0xb5,0x08,0x00,0x13,0xdf,0x08,0x00,0x22,0x09,0x1f,0x08,0x00,0x13,0x33,0x08, +0x00,0x10,0x5d,0x08,0x00,0x52,0x08,0x00,0xff,0x8d,0x1f,0x58,0x00,0x13,0xb5,0x08, +0x00,0x22,0xdd,0x1f,0xa8,0x00,0x22,0x0f,0x20,0x28,0x00,0x22,0x39,0x20,0x60,0x00, +0x60,0x5c,0x20,0x10,0x09,0x0a,0x07,0x70,0x0b,0xf4,0xff,0x38,0x43,0x02,0xdf,0xcf, +0xe6,0xcf,0xe9,0xcf,0xea,0xcf,0xeb,0xcf,0xef,0xcf,0xf1,0xcf,0xf3,0xcf,0xf7,0xcf, +0xfa,0xcf,0xff,0xcf,0x04,0xd0,0x05,0xd0,0x06,0xd0,0x1c,0xd0,0x21,0xd0,0x26,0xd0, +0x29,0xd0,0x2a,0xd0,0x2b,0xd0,0x2f,0xd0,0x30,0xd0,0x31,0xd0,0x32,0xd0,0x45,0xd0, +0x46,0xd0,0x4c,0xd0,0x4e,0xd0,0x4f,0xd0,0x52,0xd0,0x55,0xd0,0x56,0xd0,0x57,0xd0, +0x59,0xd0,0x71,0xd0,0x73,0xd0,0xa2,0xd0,0xa3,0xd0,0xa5,0xd0,0xa7,0xd0,0xbe,0xd0, +0xc5,0xd0,0xc8,0xd0,0xd1,0xd0,0xfa,0xd0,0x02,0xd1,0x39,0xd1,0xc9,0xd1,0x1e,0xd2, +0x1f,0xd2,0x20,0xd2,0x21,0xd2,0x22,0xd2,0x65,0xd2,0x71,0xd2,0xcb,0xd2,0xe2,0xd2, +0x38,0xd5,0xa0,0xd7,0x80,0xd8,0x49,0x39,0x38,0x38,0x26,0x00,0x28,0x66,0x66,0x55, +0x11,0x10,0x00,0x90,0xa0,0x00,0xa0,0x90,0x1a,0xdb,0xc4,0x02,0x76,0x30,0x4c,0xbd, +0xa0,0x08,0x1a,0x00,0x0a,0x0a,0x00,0x00,0x70,0x00,0x6e,0x70,0x2b,0x09,0x53,0xa0, +0x23,0x08,0xc5,0x00,0x01,0xb5,0x65,0x04,0x81,0xc9,0xc2,0x00,0xa0,0x00,0x2a,0x80, +0x00,0x07,0x19,0x0a,0x00,0x72,0x96,0x50,0x01,0x87,0xa0,0x00,0x00,0x83,0x98,0x00, +0x28,0x63,0x72,0x02,0x02,0xaa,0x00,0x08,0xb9,0x00,0x0d,0x0b,0x00,0x0c,0x6b,0x00, +0x09,0xe0,0x00,0x59,0x68,0x91,0x75,0x0a,0xc0,0x1a,0x9b,0xc3,0x81,0x80,0x10,0x00, +0x20,0x38,0x0b,0x02,0x90,0x57,0x06,0x60,0x57,0x01,0xb0,0x0a,0x10,0x19,0x00,0x00, +0x20,0x07,0x40,0x0c,0x00,0x93,0x06,0x60,0x57,0x06,0x50,0xa2,0x1a,0x08,0x20,0x00, +0x00,0x06,0x40,0x8b,0xa7,0x0b,0xa0,0x34,0x61,0x00,0xa0,0x00,0x0d,0x00,0x8c,0xfc, +0x90,0x0d,0x00,0x00,0xd0,0x00,0x75,0x92,0x10,0x9a,0x30,0x37,0x00,0x74,0x00,0xb0, +0x03,0x70,0x09,0x10,0x0a,0x00,0x55,0x00,0xa0,0x00,0x0a,0xba,0x04,0x80,0x75,0x75, +0x04,0x88,0x50,0x48,0x75,0x04,0x74,0x80,0x75,0x0a,0xba,0x00,0x05,0xc3,0x27,0xa3, +0x00,0x93,0x02,0x00,0xf1,0x5c,0x1a,0xbb,0x07,0x50,0x85,0x10,0x08,0x40,0x02,0xb0, +0x00,0xc2,0x00,0xb3,0x00,0x6e,0xbb,0x70,0x0b,0xba,0x06,0x50,0x84,0x00,0x09,0x30, +0x3c,0xa0,0x00,0x08,0x56,0x40,0x76,0x1b,0xaa,0x00,0x00,0x2f,0x00,0x0a,0xe0,0x03, +0x8d,0x00,0xb1,0xd0,0x57,0x0d,0x09,0xbb,0xf9,0x00,0x0d,0x00,0x0c,0xcc,0x60,0xc0, +0x00,0x0e,0xba,0x10,0x30,0x68,0x00,0x02,0xa3,0x90,0x48,0x09,0xbb,0x10,0x03,0xb8, +0x00,0xb1,0x00,0x4c,0xa9,0x05,0xa0,0x76,0x66,0x03,0x93,0xa0,0x67,0x08,0xbb,0x00, +0x7b,0xbc,0x90,0x00,0x83,0x00,0x0c,0x00,0x06,0x60,0x00,0xc1,0x00,0x39,0x00,0x0a, +0x30,0x8c,0x00,0xf1,0x2a,0x85,0x39,0x09,0x30,0xbc,0xb0,0x58,0x07,0x66,0x60,0x57, +0x0b,0xbb,0x10,0x0a,0xb9,0x06,0x60,0xa3,0x84,0x06,0x65,0x80,0x97,0x09,0xab,0x50, +0x00,0xb1,0x07,0xb4,0x00,0x47,0x00,0x00,0x00,0x47,0x65,0x00,0x00,0x00,0x66,0x92, +0x10,0x00,0x4a,0x4b,0x81,0x6b,0x50,0x00,0x7b,0x00,0x00,0x3b,0xbb,0x30,0x05,0x00, +0x90,0x59,0x10,0x00,0x3a,0x91,0x02,0x8b,0x25,0xb3,0x09,0x02,0xf1,0x43,0x3c,0xc5, +0x62,0x0d,0x00,0x2b,0x00,0xc2,0x05,0x70,0x00,0x00,0x05,0x50,0x00,0x79,0x99,0x20, +0x07,0x40,0x00,0x90,0x19,0x06,0x94,0x26,0x54,0x28,0x28,0x09,0x72,0x73,0x37,0x08, +0x63,0x82,0x56,0x17,0x36,0x3a,0x7a,0x91,0x0a,0x10,0x00,0x00,0x01,0x99,0x94,0x00, +0x00,0x97,0x00,0x00,0xbb,0x00,0x04,0x68,0x20,0x0a,0x13,0x80,0x0e,0xbb,0xd0,0x56, +0x00,0x83,0xb2,0x00,0x49,0x4e,0xbc,0x50,0x49,0x00,0xd0,0x49,0x01,0xb0,0x4d,0xbe, +0x09,0x00,0xf0,0x17,0x00,0xd0,0x4e,0xbc,0x60,0x06,0xcb,0x80,0x2c,0x00,0xa3,0x67, +0x00,0x11,0x76,0x00,0x00,0x67,0x00,0x11,0x2c,0x00,0xa3,0x05,0xbb,0x70,0x4e,0xbb, +0x30,0x49,0x01,0xc0,0x49,0x00,0x94,0x49,0x00,0x75,0x06,0x00,0xf4,0x08,0x01,0xd0, +0x4e,0xbc,0x30,0x4e,0xbb,0x84,0x90,0x00,0x49,0x00,0x04,0xeb,0xb4,0x49,0x00,0x04, +0x90,0x00,0x4e,0xbb,0x90,0x12,0x00,0x21,0xdb,0xb2,0x12,0x00,0xf2,0x0c,0x49,0x00, +0x00,0x05,0xcb,0x90,0x2c,0x00,0x84,0x67,0x00,0x00,0x76,0x09,0xb6,0x67,0x00,0x67, +0x1c,0x00,0x77,0x05,0xcb,0xa1,0x49,0x00,0x3a,0x03,0x00,0x35,0x4e,0xbb,0xca,0x0c, +0x00,0x03,0x01,0x00,0x53,0x00,0x09,0x40,0x00,0x94,0x05,0x00,0xf2,0x0b,0x4a,0x20, +0xb2,0x3c,0xb8,0x00,0x49,0x01,0xc2,0x49,0x0b,0x30,0x49,0x96,0x00,0x4e,0xf3,0x00, +0x4c,0x2d,0x00,0x49,0x06,0x90,0x49,0x00,0x72,0x00,0x06,0x05,0x00,0xf0,0x4b,0x4e, +0xbb,0x70,0x4f,0x00,0x02,0xf1,0x4e,0x60,0x08,0xe1,0x4a,0xb0,0x0c,0xb1,0x49,0xb1, +0x48,0xb1,0x49,0x57,0xa2,0xb1,0x49,0x0c,0xc0,0xb1,0x49,0x09,0x60,0xb1,0x4d,0x00, +0x2a,0x4f,0x70,0x2a,0x49,0xd1,0x2a,0x49,0x4a,0x2a,0x49,0x0a,0x7a,0x49,0x01,0xea, +0x49,0x00,0x7a,0x05,0xcc,0x70,0x2c,0x00,0xa4,0x67,0x00,0x49,0x75,0x00,0x2a,0x67, +0x00,0x49,0x2c,0x00,0xa4,0x05,0xcc,0x80,0x4e,0xbc,0x70,0x49,0x00,0xb2,0x49,0x00, +0x84,0x49,0x00,0xc2,0x4e,0xbb,0x60,0x49,0x00,0xc5,0x00,0x10,0x06,0x2a,0x00,0xf1, +0x0a,0xa3,0x66,0x00,0x48,0x85,0x00,0x39,0x76,0x00,0x48,0x2c,0x00,0xa4,0x06,0xcd, +0xc0,0x00,0x00,0x85,0x00,0x00,0x00,0x4e,0xbc,0x60,0x43,0x01,0xfb,0x16,0xd0,0x4e, +0xbe,0x30,0x49,0x0a,0x40,0x49,0x02,0xb0,0x49,0x00,0xb2,0x0a,0xbc,0x35,0x80,0x1d, +0x4b,0x10,0x00,0x5d,0xb2,0x00,0x04,0xc8,0x60,0x0d,0x0a,0xbc,0x50,0x8b,0xeb,0xb1, +0x00,0xb1,0x00,0x03,0x00,0x37,0x67,0x00,0x94,0x03,0x00,0xf0,0x09,0x93,0x3a,0x00, +0xc1,0x08,0xbc,0x60,0xb3,0x00,0x77,0x58,0x00,0xc1,0x0d,0x02,0xc0,0x0b,0x37,0x60, +0x05,0x8c,0x10,0x00,0xeb,0xf9,0x0e,0xf3,0x30,0xa3,0x07,0x80,0x2a,0x66,0x0b,0xb0, +0x57,0x2a,0x0b,0xa0,0x93,0x0c,0x38,0x64,0xc0,0x0b,0x83,0x28,0xc0,0x08,0xd0,0x0d, +0x90,0x04,0xb0,0x0a,0x50,0x69,0x00,0xd1,0x0c,0x38,0x70,0x03,0xdd,0x00,0x00,0xd7, +0x00,0x04,0xbd,0x00,0x0d,0x27,0x80,0x78,0x00,0xd2,0xb4,0x00,0xd1,0x3c,0x06,0x90, +0x0a,0x4d,0x10,0x03,0xf8,0x00,0x00,0xc2,0x70,0x00,0x80,0x6b,0xbc,0xd0,0x00,0x09, +0x50,0x00,0x3b,0x12,0x00,0xe3,0x07,0x70,0x00,0x2c,0x00,0x00,0x9d,0xbb,0xb0,0x4c, +0x35,0x70,0x57,0x05,0x03,0x00,0xf2,0x03,0x4c,0x30,0xa2,0x00,0x48,0x00,0x0c,0x00, +0x07,0x40,0x01,0xa0,0x00,0xb1,0x00,0x56,0xa9,0x1b,0x01,0x00,0xf0,0x0e,0xa9,0x04, +0x20,0x0c,0x80,0x29,0xc0,0x83,0x74,0xab,0xbb,0x00,0x43,0x01,0xb0,0x0a,0xba,0x02, +0x40,0xa3,0x09,0x9d,0x37,0x60,0xa3,0x3c,0xbb,0x40,0x66,0xe6,0x02,0xf2,0x32,0x6b, +0xbb,0x16,0x80,0x67,0x66,0x03,0x96,0x80,0x67,0x6b,0xbb,0x10,0x0a,0xba,0x06,0x60, +0x53,0x93,0x00,0x06,0x60,0x42,0x0a,0xaa,0x00,0x00,0x06,0x70,0x00,0x67,0x0b,0xbc, +0x76,0x70,0x77,0x84,0x06,0x76,0x60,0x77,0x0a,0xab,0x70,0x09,0xba,0x06,0x70,0x84, +0x9c,0xbb,0x56,0x60,0x10,0x0a,0xba,0x10,0x07,0xb1,0x0d,0x00,0x7e,0x80,0x0d,0x00, +0x02,0x00,0x22,0x0b,0xbb,0x28,0x00,0xa2,0x70,0x77,0x0b,0xbc,0x60,0x20,0x85,0x1a, +0xba,0x00,0x5e,0x00,0xf0,0x00,0xbc,0x16,0x80,0x85,0x66,0x07,0x56,0x60,0x75,0x66, +0x07,0x50,0x46,0x00,0x58,0x01,0x00,0x34,0x04,0x50,0x00,0xb6,0x00,0x41,0x67,0x3d, +0x30,0x67,0x67,0x00,0xd2,0x2c,0x16,0x8c,0x10,0x6e,0xc0,0x06,0x77,0x70,0x67,0x0b, +0x30,0x58,0x01,0x00,0xc4,0x6b,0xbc,0x8b,0xb0,0x67,0x08,0x70,0x93,0x66,0x07,0x50, +0x84,0x04,0x00,0x09,0x4f,0x00,0xf2,0x1d,0x0a,0xba,0x16,0x70,0x58,0x93,0x01,0xb6, +0x60,0x58,0x0a,0xbb,0x00,0x6b,0xab,0x16,0x70,0x57,0x66,0x03,0x96,0x70,0x67,0x6c, +0xab,0x16,0x60,0x00,0x66,0x00,0x00,0x0b,0xbb,0x66,0x70,0x76,0x84,0x06,0x66,0x70, +0x76,0x0b,0xbc,0x60,0x8e,0x00,0xf3,0x0f,0x06,0xca,0x67,0x06,0x60,0x66,0x06,0x60, +0x1b,0xb9,0x05,0x80,0x60,0x08,0xb7,0x04,0x30,0xb2,0x1b,0xba,0x00,0x1b,0x0a,0xe6, +0x1b,0x01,0xb0,0x1b,0x00,0xc7,0x58,0x00,0xf0,0x31,0x55,0x70,0x85,0x1c,0xbc,0x50, +0xa2,0x0c,0x05,0x71,0xa0,0x0b,0x65,0x00,0xac,0x00,0x04,0xa0,0x00,0xa2,0x1d,0x06, +0x66,0x66,0xc2,0xa2,0x29,0xa4,0x7b,0x00,0xba,0x0c,0x90,0x09,0x60,0xa4,0x00,0x77, +0x1c,0x00,0xca,0x40,0x06,0xd0,0x00,0xc9,0x40,0x76,0x0c,0x00,0xb2,0x0d,0x06,0x72, +0xa0,0x1c,0x75,0x00,0xbd,0x00,0x05,0xa0,0x00,0x65,0xfa,0x03,0xf3,0x0d,0x6b,0xbf, +0x00,0x09,0x60,0x04,0xa0,0x01,0xc1,0x00,0x8d,0xbb,0x10,0x02,0x90,0xa2,0x0c,0x00, +0xc0,0x98,0x00,0xc0,0x0c,0x00,0xa2,0x02,0x90,0x36,0x01,0x00,0xf0,0x08,0x92,0x02, +0xb0,0x0c,0x00,0xc0,0x07,0x90,0xc0,0x0c,0x02,0xb0,0x92,0x00,0x0a,0xa2,0x36,0x44, +0x1a,0xb1,0x00,0x00,0x03,0x23,0x04,0xf0,0x0a,0xf4,0x00,0x09,0xaa,0xab,0xb3,0x00, +0xb1,0x11,0x01,0xc2,0x0b,0x00,0x00,0x0a,0x40,0xdc,0xcc,0x88,0x60,0x00,0x00,0x1f, +0x70,0x00,0xab,0x05,0x10,0x00,0xc1,0x11,0xf5,0x20,0x9b,0x00,0x00,0x07,0x7e,0xaa, +0xa6,0x69,0x01,0x11,0x2b,0x95,0x00,0x00,0x1b,0x0a,0x3c,0xcc,0xc9,0x00,0xbb,0x00, +0x00,0x00,0x16,0x00,0x00,0x00,0x04,0x10,0x00,0x00,0x78,0xa2,0x00,0x09,0x60,0x0b, +0x30,0x8e,0x70,0x1b,0xf2,0x00,0xc0,0x29,0x00,0x04,0x00,0x78,0xec,0xc8,0x00,0x00, +0xab,0xb6,0x00,0x14,0x00,0xc0,0x7c,0xb0,0x1e,0xb2,0x1b,0x30,0x08,0x70,0x00,0xb5, +0xa6,0x00,0xbc,0x03,0xf1,0x50,0x00,0x00,0x20,0x00,0x00,0x00,0x1d,0x20,0x00,0x00, +0x08,0x18,0x00,0x00,0x01,0x80,0x62,0x00,0x00,0x81,0x00,0x90,0x00,0x18,0x00,0x06, +0x30,0x08,0x10,0x00,0x09,0x01,0xc8,0x88,0x88,0xc3,0x00,0x00,0x26,0x00,0x02,0x3b, +0x18,0x08,0x54,0xe1,0x86,0x10,0x75,0xf4,0x70,0x0b,0x70,0x77,0x01,0x50,0x07,0x71, +0x00,0x03,0x50,0x83,0x04,0x80,0x00,0x46,0x30,0x00,0x00,0x5c,0xd8,0x60,0x06,0x84, +0xe2,0x95,0x07,0x10,0x10,0x35,0x0e,0x00,0x00,0x3c,0x09,0x50,0x00,0x75,0x03,0xa7, +0x58,0x91,0x00,0x15,0x64,0x7d,0x12,0xf1,0x83,0x03,0xad,0x78,0x30,0x0b,0x05,0x50, +0x63,0x08,0x93,0x70,0x08,0x07,0x07,0x00,0x07,0x07,0x10,0x00,0x08,0x00,0x81,0x00, +0x72,0x00,0x07,0x77,0x10,0x00,0x47,0x77,0x30,0x08,0x00,0x62,0x02,0x50,0x08,0x00, +0x47,0x07,0x40,0x28,0x98,0x80,0x08,0x08,0x87,0x00,0x70,0x52,0x70,0x03,0x70,0x47, +0x00,0x02,0x74,0x00,0x00,0x00,0x36,0x30,0x00,0x60,0x60,0x06,0xbc,0xc7,0x06,0x00, +0x06,0x06,0x46,0x46,0x06,0x45,0x46,0x09,0x9c,0xa9,0x00,0x60,0x60,0x00,0x65,0x70, +0x00,0x00,0x10,0x04,0x03,0xde,0xe6,0xa9,0xf5,0x00,0x07,0x09,0x70,0x00,0x70,0x29, +0x10,0x08,0x7f,0x00,0x00,0xb4,0xc9,0x33,0x10,0x01,0x8c,0xc4,0x48,0xa6,0x66,0x37, +0x9f,0x23,0x58,0x72,0x64,0xef,0x97,0x5e,0x06,0xa9,0x72,0x60,0x00,0x77,0x5e,0x00, +0x07,0x73,0x80,0x00,0x78,0x9f,0x55,0x57,0x01,0x11,0x11,0x97,0x00,0xf0,0x2a,0x6e, +0xf8,0x20,0x63,0x78,0x08,0x17,0x05,0x80,0x07,0x73,0x95,0xa3,0x7d,0xa8,0x19,0xe7, +0x5f,0x10,0x3c,0x00,0x16,0x75,0x00,0x01,0x20,0x00,0x00,0x4f,0xf9,0x00,0x00,0xcf, +0xff,0x4a,0x40,0x8f,0xff,0xdf,0xf0,0x0d,0xdc,0xef,0xb0,0x75,0x8f,0xff,0x70,0xa2, +0xff,0xff,0xe0,0x9b,0xa9,0x99,0x90,0x00,0xa9,0x05,0xf0,0x04,0xa1,0x00,0x12,0x13, +0xb1,0x0b,0xde,0xee,0xb1,0x2b,0xbb,0xbb,0x80,0x4c,0x44,0x43,0x00,0x39,0x00,0x50, +0x13,0x01,0x01,0x00,0xf5,0x18,0x07,0x87,0x10,0x00,0x09,0x87,0x70,0x00,0x07,0x75, +0x10,0x18,0x55,0x91,0x00,0xc7,0x89,0x5c,0x00,0x98,0x67,0x79,0x00,0x06,0x66,0x60, +0x00,0x37,0x77,0x30,0x70,0x04,0x63,0x70,0x08,0x7a,0x70,0x00,0x07,0x03,0x00,0xdf, +0x77,0x77,0x7b,0x19,0x56,0x39,0x19,0x50,0x01,0x50,0x00,0x00,0xa2,0x00,0x06,0x03, +0x5f,0x00,0x06,0x10,0x00,0x38,0x1b,0x00,0x04,0x4f,0x33,0x00,0x01,0x99,0x1b,0x00, +0x03,0x3f,0x03,0x99,0x30,0x18,0x00,0x02,0x3f,0x05,0x56,0x30,0x4b,0x00,0x03,0x4f, +0x65,0x00,0x00,0x65,0x66,0x00,0x04,0xfe,0x14,0x00,0x7f,0xbb,0xa0,0x00,0x01,0xcd, +0x00,0x00,0x00,0x09,0x7c,0x00,0x00,0x00,0x2e,0x0c,0xbb,0x60,0x00,0xa8,0x0b,0x10, +0x00,0x03,0xfd,0xce,0x10,0x00,0x0c,0x50,0x0a,0xbb,0xb2,0x06,0x8f,0x06,0x20,0xcc, +0x70,0x18,0x01,0x7e,0x39,0x00,0x03,0x30,0x00,0x0b,0x00,0x85,0x06,0x6e,0x00,0x06, +0x00,0x07,0x50,0x4e,0x17,0x00,0x4e,0x51,0x00,0x48,0x90,0x17,0x00,0x53,0x08,0x29, +0x14,0xeb,0xb8,0x0d,0x00,0x12,0x44,0x1c,0x00,0x74,0xb9,0x07,0x00,0x66,0x03,0xa0, +0x3a,0x03,0x00,0x26,0x04,0x30,0x0c,0x00,0x88,0x3a,0x00,0x01,0x50,0x0a,0x83,0x03, +0xa0,0x02,0x00,0x2a,0x19,0x27,0x10,0x00,0xff,0x09,0x2e,0xbc,0x40,0x2b,0x00,0xc1, +0x2b,0x00,0x66,0xbe,0x90,0x57,0x2b,0x00,0x76,0x2b,0x00,0xc1,0x2e,0xbc,0x40,0x01, +0x99,0x50,0x85,0x06,0x02,0x6f,0x00,0x60,0x00,0x00,0x84,0x00,0x8b,0x06,0x02,0x5f, +0x00,0x05,0x20,0x00,0x1a,0x1b,0x00,0x04,0x5f,0x24,0x00,0x00,0xa8,0x20,0x1b,0x00, +0x02,0x3f,0x02,0x99,0x40,0x18,0x00,0x03,0x2f,0x74,0x60,0x4b,0x00,0x03,0xf2,0x17, +0x00,0x05,0x70,0xb1,0x09,0xd5,0x00,0xac,0x60,0x57,0x0a,0x20,0x00,0x00,0x05,0xcc, +0xa6,0x2c,0x00,0xe4,0x67,0x07,0x79,0x75,0x18,0x2a,0x57,0x81,0x49,0x1d,0x60,0xa4, +0x0b,0xcc,0x80,0x13,0x00,0x00,0x46,0x02,0x0f,0xb2,0x06,0x02,0x02,0x46,0x02,0x0f, +0x1b,0x00,0x03,0x4f,0x42,0x00,0x02,0x99,0x1b,0x00,0x03,0x3f,0x05,0x57,0x30,0x4e, +0x00,0x04,0x4f,0x00,0x00,0x75,0x00,0xc0,0x06,0x02,0xf5,0x1e,0x48,0x00,0x04,0x80, +0x00,0x4d,0xaa,0x24,0x80,0x1c,0x48,0x01,0xc4,0xda,0xa2,0x48,0x00,0x00,0x0b,0xb8, +0x05,0x80,0xd0,0x66,0x2b,0x06,0x65,0x90,0x66,0x0a,0x66,0x60,0x0d,0x66,0xaa,0x80, +0x06,0x70,0x00,0x03,0x00,0x1a,0xba,0x02,0x30,0xa1,0x06,0x59,0x00,0x58,0x00,0x03, +0x00,0xb3,0x06,0x58,0x03,0xb3,0x00,0x30,0x30,0x12,0x00,0x00,0xb1,0x04,0xf0,0x02, +0x8a,0x90,0x00,0x00,0x00,0xab,0xa0,0x24,0x0a,0x30,0x99,0xd3,0x76,0x0a,0x33,0xcb, +0xb4,0xd5,0x0a,0x0a,0x38,0x00,0x79,0x01,0x72,0x00,0x52,0x70,0x01,0x72,0x26,0x00, +0xf7,0x05,0x2b,0xb9,0xab,0x80,0x43,0x0c,0x50,0xa2,0x2a,0xae,0xaa,0xb3,0x94,0x0b, +0x40,0x00,0x4c,0xb7,0xaa,0xb0,0x01,0x07,0xc9,0xba,0x00,0x0b,0x10,0x00,0xa1,0x00, +0x07,0x60,0x00,0x04,0x00,0xf9,0x06,0x4a,0x00,0x66,0x00,0x03,0x12,0x00,0x00,0x96, +0x00,0x19,0x20,0x12,0x00,0x01,0x82,0x00,0x09,0x12,0x00,0x61,0x0b,0x10,0x12,0x05, +0x80,0x58,0x03,0x00,0x42,0x0b,0x21,0x20,0x58,0x0c,0x00,0x74,0x00,0x08,0x90,0x02, +0x11,0x05,0x80,0x02,0x00,0x46,0x27,0x46,0x00,0x00,0x0e,0x00,0xf0,0x11,0x05,0x20, +0x00,0x4d,0xc1,0x01,0x7c,0x20,0x6b,0xb8,0x3a,0x03,0xa6,0x60,0x2a,0x49,0x05,0x70, +0x8b,0xa0,0x00,0x00,0x00,0x9a,0x90,0x00,0x00,0x06,0xbb,0xc1,0x68,0x08,0xae,0x06, +0x00,0xb3,0x06,0x58,0x06,0x70,0x00,0x04,0x00,0x0d,0x07,0x00,0x6e,0x03,0x1a,0x03, +0x12,0x00,0x03,0x38,0x01,0x08,0x24,0x00,0x02,0x4a,0x00,0xd3,0x00,0xab,0xa1,0x67, +0x05,0x89,0x30,0x1b,0x66,0x05,0x80,0xab,0xb0,0x38,0x01,0x08,0x26,0x00,0x81,0xb0, +0x00,0x00,0x00,0x9d,0xdd,0x90,0x00,0x0a,0x00,0xf0,0x01,0x02,0x10,0xab,0xe0,0x67, +0x3a,0x88,0x38,0x2b,0x69,0x55,0x80,0xdb,0xb0,0x04,0x00,0x54,0x07,0x29,0x03,0x00, +0x38,0x07,0x2c,0x00,0x76,0x12,0x00,0x59,0x03,0xb3,0x00,0x20,0x20,0x12,0x00,0x01, +0x67,0x00,0x0a,0x36,0x00,0x4e,0xa3,0x00,0x02,0x00,0x47,0x07,0xfe,0x0d,0x57,0x00, +0x05,0x70,0x00,0x5c,0xbc,0x15,0x80,0x58,0x57,0x02,0xa5,0x80,0x58,0x5c,0xac,0x15, +0x70,0x00,0x57,0x00,0x00,0x19,0x28,0x00,0x00,0x00,0x2e,0x00,0x3f,0x05,0xaa,0x40, +0xaa,0x04,0x02,0x2c,0x09,0xaa,0x0e,0x02,0x3f,0x02,0x88,0x10,0x2a,0x00,0x02,0x96, +0x0a,0x0a,0x00,0x39,0x40,0x1a,0xba,0x01,0x10,0x5e,0x02,0x0f,0xfb,0x04,0x03,0x47, +0x82,0x00,0x00,0xa6,0x52,0x00,0x70,0xbc,0x40,0x00,0xa0,0x00,0x1c,0x20,0x00,0x03, +0x2f,0x23,0x00,0x85,0x0b,0x02,0x21,0x00,0x94,0x92,0x01,0x35,0x06,0x60,0x64,0x5e, +0x09,0x4f,0x43,0x00,0x01,0x44,0x2d,0x00,0x03,0x5a,0x05,0xb1,0x00,0x30,0x20,0x8b, +0x09,0x1f,0x55,0x57,0x00,0x04,0x00,0x11,0x02,0x09,0x2a,0x00,0x5f,0x01,0x34,0x00, +0x00,0x33,0x2d,0x00,0x03,0x4a,0x08,0x84,0x00,0x03,0x2d,0x00,0x6f,0x04,0x15,0x00, +0x01,0xd4,0x00,0x21,0x0c,0x02,0xff,0x06,0x00,0x06,0x7c,0x00,0x06,0x85,0x0b,0xbc, +0x70,0x67,0x07,0x70,0x84,0x06,0x70,0x66,0x07,0x70,0x0a,0xab,0x70,0x1f,0x05,0x02, +0x00,0xc0,0x09,0x2b,0x6c,0xd2,0x2a,0x00,0x3d,0x07,0xaa,0x24,0x9b,0x05,0x2c,0x0a, +0xaa,0x14,0x03,0x5e,0x04,0x15,0x00,0x29,0x70,0xd8,0x05,0x00,0x87,0x01,0x1a,0x30, +0x73,0x03,0x2d,0x91,0x04,0x4f,0x00,0x2c,0x00,0xa0,0x4f,0x00,0x1e,0x4e,0x39,0x06, +0x47,0x91,0x00,0x0b,0x50,0x24,0x00,0xce,0xbc,0x10,0x0a,0x20,0x00,0xa5,0x00,0x03, +0x25,0x00,0x0c,0x50,0x2e,0x00,0x2c,0x06,0x86,0xd9,0x03,0x02,0xa5,0x01,0x0f,0x09, +0x0d,0x02,0x5e,0x04,0xb2,0x00,0x30,0x20,0xf6,0x0a,0x5f,0x02,0x23,0x10,0x00,0x98, +0x32,0x00,0x03,0x5e,0x0a,0x0a,0x00,0x49,0x30,0x32,0x00,0x2f,0x00,0x64,0x2f,0x00, +0x03,0x01,0xe0,0x00,0x0e,0x2f,0x00,0x0f,0x2c,0x00,0x03,0x70,0x14,0x00,0x00,0x56, +0x00,0x00,0x10,0xbd,0x09,0xf2,0x07,0x0c,0x00,0x00,0x60,0x00,0xbb,0xb7,0x67,0x07, +0x78,0x40,0x67,0x67,0x07,0x70,0xbb,0xc6,0x02,0x08,0x51,0xab,0xa0,0x77,0x06,0x0f, +0xbe,0x0d,0x02,0x5e,0x01,0x40,0x00,0xa8,0x30,0xae,0x0b,0xe2,0x49,0x00,0x3a,0x04, +0x90,0x03,0xa0,0xad,0xaa,0xbe,0x24,0xeb,0xbc,0xa0,0x0e,0x00,0x00,0x07,0x00,0x00, +0x2d,0x01,0xc2,0x1c,0xd7,0x00,0x04,0xcb,0xd2,0x04,0xa0,0x67,0x04,0x90,0x57,0x03, +0x00,0x2a,0x19,0x96,0x4a,0x07,0x48,0x00,0x00,0x3a,0xa5,0xcd,0x04,0x2a,0x2a,0xa7, +0x20,0x00,0x29,0x3a,0xa6,0xeb,0x04,0x3a,0x14,0x07,0x92,0x20,0x00,0x46,0x28,0x45, +0x07,0x80,0x20,0x00,0x02,0x60,0x0e,0x63,0x3c,0x92,0xa5,0x04,0x60,0x00,0x46,0x05, +0x53,0x90,0xa1,0x0b,0x40,0x28,0x79,0x0e,0x01,0x30,0x0c,0x77,0x3a,0x00,0x02,0xb3, +0xa0,0x00,0x2b,0x07,0x00,0xd4,0xa3,0x90,0x39,0x3a,0x09,0xab,0x20,0x46,0x28,0x00, +0x00,0x58,0x2a,0x02,0x00,0xa0,0x00,0x3a,0x01,0xc5,0x00,0x05,0x10,0x00,0x48,0x90, +0xee,0x0a,0x07,0x03,0x00,0xc5,0xa2,0x0b,0x20,0x3c,0xb8,0x00,0x07,0xa0,0x03,0x11, +0x04,0x90,0x02,0x00,0x3f,0x80,0x3c,0x30,0xc4,0x0e,0x02,0x20,0x00,0x83,0x8c,0x0b, +0x0e,0xbc,0x0c,0xfe,0x08,0x1a,0x00,0x03,0x40,0x00,0x58,0x0b,0x35,0x89,0x60,0x5d, +0xd0,0x05,0x88,0x80,0x58,0x0a,0x50,0x04,0x20,0x01,0xa0,0x00,0xf3,0x0e,0x33,0x0b, +0x21,0x30,0x04,0x06,0x00,0x07,0x06,0x0e,0x20,0x00,0x10,0x05,0x71,0x05,0x23,0x01, +0x00,0x0c,0x0d,0x89,0x23,0x65,0x10,0x49,0x38,0x04,0x95,0x30,0x23,0x00,0x64,0x58, +0xc0,0x58,0x70,0x58,0x00,0x02,0x00,0x04,0x1b,0x00,0x25,0x94,0x50,0x20,0x00,0x00, +0x5d,0x00,0x16,0x8a,0x60,0x00,0x45,0x4a,0x30,0x09,0xc3,0x3d,0x00,0xff,0x02,0x39, +0x03,0x90,0x39,0x08,0xc1,0x49,0x03,0x90,0x39,0x00,0x00,0x04,0x30,0x00,0x0a,0x00, +0xe3,0x08,0x03,0x00,0x49,0x06,0x09,0x16,0x02,0x0f,0x27,0x00,0x03,0x04,0x7f,0x02, +0x09,0x2b,0x00,0x10,0x06,0x10,0x1e,0x7f,0x01,0x00,0x00,0x52,0x30,0x00,0x6b,0x5f, +0x00,0x03,0x2c,0x06,0x87,0x5f,0x00,0x41,0x0b,0x00,0x00,0x15,0xdf,0x06,0x62,0x06, +0x80,0x85,0x06,0x60,0x75,0x03,0x00,0xff,0x21,0x4d,0x00,0x49,0x4f,0x60,0x49,0x49, +0xc1,0x49,0x49,0x59,0x49,0x49,0x0b,0x79,0x49,0x02,0xe9,0x49,0x00,0x99,0x00,0x00, +0x58,0x00,0x04,0xc3,0x5a,0xac,0x15,0x80,0x76,0x57,0x06,0x75,0x70,0x67,0x57,0x06, +0x70,0x00,0x66,0x00,0x5c,0x20,0x03,0xaa,0x50,0x2d,0x09,0x02,0x2c,0x09,0xaa,0xdc, +0x06,0x6f,0x01,0x42,0x30,0x00,0x89,0x10,0x2d,0x00,0x02,0x01,0x09,0x06,0x0b,0x2f, +0x07,0x4f,0x10,0x00,0x97,0x80,0x2d,0x00,0x02,0x4a,0x01,0xaa,0x30,0x22,0x5c,0x07, +0xf0,0x01,0x08,0xdd,0xfd,0xdb,0x4a,0x02,0xb0,0x00,0x85,0x02,0xb0,0x00,0x84,0x02, +0xeb,0xb5,0x08,0x00,0xf0,0x0d,0x49,0x02,0xb0,0x00,0x08,0xcb,0xeb,0xba,0x0a,0xba, +0x4c,0xb3,0x67,0x05,0xe0,0x1b,0x84,0x02,0xeb,0xbb,0x67,0x05,0xe0,0x00,0x0a,0xba, +0x5b,0xb6,0x39,0x06,0x1f,0x74,0x90,0x10,0x03,0x91,0x02,0xa0,0x02,0x00,0x6c,0xa0, +0x67,0x00,0x66,0x02,0x00,0x0f,0x23,0x00,0x02,0x21,0x00,0x50,0x9d,0x07,0x25,0x10, +0x00,0xe0,0x0e,0x44,0x23,0x07,0x40,0x10,0xdd,0x05,0x0f,0x32,0x00,0x01,0x28,0x28, +0x90,0x55,0x00,0x5e,0x00,0x06,0x00,0x06,0x50,0xf8,0x10,0x01,0xca,0x07,0x09,0x2a, +0x0f,0x01,0x87,0x0b,0x0e,0x29,0x00,0x01,0x0a,0x05,0x09,0x29,0x00,0x0c,0x24,0x00, +0x68,0xcc,0x50,0x06,0x60,0x00,0x57,0x4d,0x00,0x62,0xca,0x00,0x09,0x30,0x00,0x93, +0x89,0x05,0x0e,0x52,0x00,0x2c,0x07,0x86,0x7b,0x00,0x0f,0x85,0x11,0x02,0x20,0x00, +0x75,0x9a,0x20,0x05,0xc0,0x0f,0x8f,0x03,0x90,0x39,0x03,0x15,0x00,0x01,0xc5,0x2d, +0x00,0x04,0x90,0x32,0x00,0x92,0x1b,0x20,0xae,0x60,0x1b,0x00,0x02,0x00,0x22,0x0c, +0x70,0x25,0x00,0x38,0x07,0xeb,0x10,0x25,0x00,0xef,0x01,0xb0,0x0a,0xe6,0x0b,0xe8, +0x01,0xb0,0x01,0xb0,0x00,0xc7,0x03,0x99,0xe6,0x0a,0x04,0x03,0x83,0x09,0x03,0x7e, +0x09,0x8f,0x57,0x08,0x51,0xcb,0xc5,0x05,0xaa,0x40,0x2c,0x00,0x02,0x2c,0x0a,0xaa, +0xea,0x08,0x5f,0x02,0x23,0x10,0x01,0x98,0x57,0x0b,0x03,0x01,0xf7,0x06,0x0a,0x17, +0x09,0x01,0x7f,0x0d,0x0f,0x2d,0x00,0x02,0x79,0x01,0x71,0x00,0x61,0x60,0x01,0x71, +0x86,0x00,0x00,0x04,0x02,0x2f,0xa8,0x50,0x2f,0x00,0x02,0x4a,0x02,0xaa,0x20,0x32, +0x5c,0x00,0x0d,0x27,0x00,0xaa,0xc2,0x08,0xbd,0x90,0x00,0x3a,0x00,0x00,0x2b,0x10, +0x84,0x00,0x40,0xa0,0x00,0x0c,0x30,0xb0,0x0d,0x3f,0x00,0x1a,0x91,0xcd,0x12,0x0a, +0x6e,0x00,0x5a,0x20,0x00,0x02,0x02,0x2c,0x11,0x00,0x37,0x02,0x2f,0x04,0x89,0x17, +0x0c,0x03,0x5e,0x07,0xa1,0x00,0x20,0x10,0xca,0x09,0x3f,0x08,0x29,0x10,0x2f,0x00, +0x02,0x02,0x28,0x03,0x0f,0x0c,0x13,0x02,0x01,0x42,0x0a,0x09,0x77,0x11,0x2f,0x00, +0x91,0x2a,0x00,0x03,0x3b,0x01,0x90,0x00,0xa1,0x11,0x5f,0x03,0x25,0x00,0x00,0xc5, +0x2d,0x00,0x03,0x2c,0x08,0x83,0x57,0x00,0x60,0x0a,0x84,0x90,0x48,0x04,0x80,0x03, +0x00,0xf0,0x01,0x00,0x3e,0x33,0xe3,0x66,0x10,0x00,0x49,0x91,0x16,0xa7,0x05,0x40, +0x00,0x6a,0xaa,0x53,0x0b,0xf0,0x06,0x15,0xaa,0x00,0x02,0x7c,0xff,0xfe,0x00,0x0e, +0xff,0xfe,0xbe,0x00,0x0e,0xd8,0x30,0x3e,0x00,0x0e,0x30,0x00,0x05,0x00,0xf1,0x01, +0x01,0x6e,0x00,0x1e,0x30,0x4f,0xfe,0x0d,0xff,0x30,0x2d,0xf8,0x0d,0xfd,0x10,0x00, +0xb0,0x03,0xf0,0x32,0x00,0x75,0xcc,0xcc,0xc6,0x7c,0x8a,0x11,0x18,0xab,0xca,0x90, +0x00,0x7b,0xc9,0x4f,0xcc,0xce,0x79,0xdb,0xa0,0x00,0x7c,0xda,0x59,0x00,0x07,0x7a, +0xb9,0xfd,0xdd,0xea,0xb0,0x34,0x23,0x44,0x44,0x3f,0xf9,0xcf,0xff,0xff,0xef,0x8b, +0xff,0xff,0xe7,0x84,0x68,0x88,0x87,0xff,0xad,0xff,0xff,0xf8,0x94,0x69,0x99,0x98, +0xde,0x8a,0xee,0xee,0xdf,0x1b,0x00,0x50,0x45,0x23,0x55,0x55,0x40,0x65,0x10,0xf0, +0x0b,0x50,0x00,0x00,0x08,0xfd,0x23,0x00,0x08,0xfe,0x2d,0xf4,0x08,0xfe,0x20,0x5f, +0xfa,0xfe,0x20,0x00,0x5f,0xfe,0x20,0x00,0x00,0x4d,0x20,0x89,0x10,0xf4,0x58,0x02, +0x0e,0xe2,0x0c,0xf1,0x5f,0xec,0xf8,0x00,0x6f,0xf9,0x00,0x0c,0xff,0xe2,0x0c,0xf8, +0x5f,0xe0,0x98,0x00,0x5b,0x00,0x00,0x02,0xd2,0x00,0x00,0x7b,0x3f,0x3b,0x70,0x4f, +0x73,0xf3,0x8f,0x4a,0xc0,0x3f,0x30,0xca,0xd9,0x03,0xf3,0x09,0xdb,0xb0,0x02,0x00, +0xbc,0x6f,0x40,0x00,0x4f,0x60,0xbf,0xa7,0xaf,0xb0,0x00,0x7d,0xfd,0x70,0x00,0x00, +0x06,0xb6,0x00,0x00,0x31,0xcf,0xc1,0x30,0x4f,0xff,0xff,0xff,0x47,0xff,0xb4,0xbf, +0xf7,0x0d,0xf2,0x02,0xfd,0x04,0xff,0x70,0x7f,0xf4,0x6f,0xff,0xff,0xff,0x60,0x75, +0xef,0xe5,0x70,0x00,0x08,0xf8,0x69,0x24,0x00,0xf9,0x05,0xf0,0x20,0x00,0x2d,0xe3, +0xd9,0x00,0x00,0x4e,0x97,0xff,0x90,0x00,0x6f,0x7b,0xc6,0xfb,0x00,0x9e,0x6d,0xff, +0xe6,0xdb,0x07,0x4e,0xff,0xff,0xf5,0x80,0x05,0xff,0xa9,0xff,0x70,0x00,0x5f,0xf3, +0x1f,0xf7,0x00,0x03,0xcc,0x20,0xcc,0x50,0x00,0x00,0x00,0x9c,0xc5,0x00,0x23,0xdf, +0x60,0x05,0x00,0xf0,0x47,0x58,0xef,0xb7,0x10,0x00,0x4f,0xff,0xfc,0x00,0x00,0x04, +0xff,0xc0,0x00,0x19,0xa9,0x7c,0x6a,0xa6,0x3f,0xff,0xfc,0xfe,0xec,0x2f,0xff,0xff, +0xfc,0xbb,0x01,0xdf,0xff,0xfe,0x20,0x00,0xba,0x22,0x22,0x8c,0x00,0x5f,0x10,0x00, +0x00,0xe7,0x0e,0xb6,0x30,0x02,0x6a,0xf0,0xff,0xfe,0x44,0xdf,0xff,0x2f,0xff,0xff, +0xff,0xff,0xf2,0xcf,0xff,0xff,0xff,0xfe,0x00,0x00,0x5b,0xda,0x43,0xd0,0x9f,0xa7, +0xaf,0xbf,0x5f,0x40,0x04,0x7f,0xf9,0x90,0x00,0xde,0xee,0x99,0x00,0xf1,0x02,0x0f, +0xff,0xe0,0x00,0x9a,0xff,0x74,0x00,0x3f,0x5f,0xdf,0x85,0x8f,0xa0,0xf3,0x6c,0xfd, +0x89,0x17,0xf1,0x01,0x15,0xf8,0xff,0xff,0x8f,0xff,0xf8,0xff,0xff,0x84,0x59,0xf8, +0x00,0x09,0x70,0x00,0x9d,0x17,0xf1,0x02,0x05,0xf8,0x00,0xff,0xff,0x86,0x3f,0xff, +0xf8,0x3a,0xff,0xff,0x88,0x64,0x5a,0xf8,0x00,0x1a,0x00,0x00,0x01,0x00,0x00,0x39, +0x0f,0xf0,0x38,0x00,0x55,0x01,0x4d,0x10,0x01,0x5f,0x80,0x89,0x59,0x0f,0xff,0xf8, +0x73,0xb3,0xd0,0xff,0xff,0x83,0xa7,0x6c,0x1f,0xff,0xf8,0x86,0x94,0xd0,0x45,0x9f, +0x80,0x5c,0x4b,0x00,0x00,0x97,0x03,0x2d,0x30,0x00,0x00,0x00,0x08,0x40,0x00,0xbf, +0xff,0xff,0xff,0xbf,0x45,0xff,0xff,0xff,0xf1,0x2f,0xfd,0x9f,0xff,0xec,0xfd,0x10, +0x8f,0xfa,0x07,0x10,0x02,0xff,0x32,0x22,0x22,0x3f,0xac,0x00,0xf2,0x12,0xc0,0x00, +0x58,0x00,0x00,0x0d,0xf1,0x00,0x05,0xff,0x80,0x01,0xef,0xff,0x20,0x9f,0xff,0xfc, +0x0e,0xef,0xff,0xf1,0xe6,0xff,0xff,0x19,0xc6,0xdf,0xc0,0x09,0xff,0xb1,0x00,0x30, +0x02,0xf3,0x2b,0xe5,0x00,0xaa,0xe5,0x0b,0xfb,0xe6,0xcf,0xfb,0xef,0xff,0xfb,0xed, +0xff,0xfb,0xe5,0x8f,0xfb,0xe5,0x07,0xfb,0xb3,0x00,0x67,0xb9,0x10,0x00,0x00,0xff, +0xe6,0x00,0x00,0xff,0xff,0xd3,0x00,0xff,0xff,0xff,0xa1,0xff,0xff,0xff,0xfc,0xff, +0xff,0xff,0xd4,0xff,0xff,0xf7,0x00,0xff,0xfa,0x20,0x00,0xed,0x40,0x94,0x01,0xbd, +0x10,0x01,0x10,0xdf,0xf4,0x5f,0xfc,0xff,0xf6,0x7f,0xfe,0x04,0x00,0xf0,0x00,0xf5, +0x7f,0xfe,0x8c,0xb1,0x2b,0xc7,0x01,0x11,0x11,0x10,0xdf,0xff,0xff,0xfb,0x42,0x01, +0x1e,0xff,0x04,0x00,0xf0,0x0f,0xfd,0x9c,0xcc,0xcc,0xc7,0x00,0x00,0x01,0xab,0x00, +0x5e,0xbf,0xc0,0x5e,0xbf,0xfc,0x6e,0xbf,0xff,0xfe,0xbf,0xff,0xde,0xbf,0xf8,0x5e, +0xbf,0x70,0x5e,0x76,0x3e,0x03,0x10,0x54,0x3c,0x01,0xe0,0xff,0x40,0x00,0x00,0x4f, +0xff,0xf3,0x00,0x03,0xff,0xff,0xfe,0x20,0x0e,0xe2,0x00,0xf1,0x05,0x05,0x88,0x88, +0x88,0x40,0x0d,0xee,0xee,0xee,0xb0,0x0f,0xff,0xff,0xff,0xd0,0x04,0x55,0x55,0x55, +0x30,0x1c,0x13,0xf1,0x04,0xe0,0x00,0x7f,0x70,0x07,0xf7,0x00,0x5f,0x90,0x00,0x1c, +0xe2,0x00,0x01,0xce,0x30,0x00,0x1c,0xe0,0xb3,0x10,0x61,0x00,0x5e,0x20,0x00,0x1c, +0xe3,0x12,0x00,0x14,0x1e,0x24,0x00,0x33,0x70,0x00,0x15,0x5b,0x02,0x61,0x0d,0xb0, +0x00,0x00,0x0e,0xc0,0x04,0x00,0x84,0xef,0xff,0xff,0xfc,0x8a,0xaf,0xea,0xa7,0x10, +0x00,0x04,0xa5,0x01,0x01,0x18,0x00,0xf1,0x1d,0xaa,0xaa,0xa7,0x00,0x29,0xcc,0x93, +0x00,0x00,0x7f,0x92,0x28,0xf8,0x00,0x6f,0xc0,0x4f,0x4a,0xf8,0x0e,0xf9,0x6e,0xfb, +0x7f,0xf1,0x7f,0xb5,0xff,0x69,0xf9,0x00,0x9f,0x72,0x35,0xfb,0x00,0x00,0x5b,0xed, +0xc5,0x00,0x00,0x0c,0x50,0x36,0x00,0xf2,0x1e,0x5f,0x86,0xbc,0xb6,0x00,0x00,0x00, +0x3d,0xf6,0x13,0xdd,0x20,0x00,0x05,0x1b,0xde,0xb3,0xfe,0x10,0x06,0xf9,0x07,0xff, +0x3f,0xf8,0x00,0x1e,0xf3,0x04,0xea,0xff,0x20,0x00,0x3e,0xd1,0x02,0xcf,0x60,0x00, +0x00,0x18,0xdd,0x60,0x9e,0x40,0x37,0x14,0x14,0x10,0xf4,0x02,0x20,0x09,0xb0,0x06, +0x00,0x30,0x4f,0xf6,0x00,0xc5,0x02,0x10,0xfe,0x26,0x02,0xf0,0x0e,0xf6,0x4f,0x80, +0x00,0x00,0x0e,0xf5,0x3f,0xf2,0x00,0x00,0x8f,0xf6,0x4f,0xfa,0x00,0x02,0xff,0xfa, +0x9f,0xff,0x30,0x0b,0xff,0xf7,0x5f,0xff,0xc0,0x0e,0xab,0x02,0x70,0xf0,0x00,0x22, +0x22,0x22,0x22,0x10,0x7b,0x26,0xf2,0x12,0x02,0x31,0x00,0x16,0xf3,0xff,0xd1,0x2e, +0xff,0xd3,0x4e,0x5d,0xd6,0xf3,0x00,0x1d,0xe1,0x03,0x00,0x0c,0xe5,0xa3,0xd1,0xff, +0xf3,0x4f,0xff,0xd6,0x73,0x00,0x39,0xf6,0x00,0x1c,0x09,0xf0,0x03,0x50,0x00,0x00, +0x6f,0xf5,0x00,0x06,0xf8,0xaf,0x50,0x6f,0x80,0x0a,0xf4,0x98,0x00,0x00,0xa8,0x26, +0x06,0xf3,0x00,0x9f,0x50,0x06,0xf7,0x0a,0xf5,0x6f,0x80,0x00,0xaf,0xf8,0x00,0x00, +0x0a,0x80,0x91,0x00,0xf2,0x06,0x05,0xd2,0x02,0x22,0x21,0x00,0x4f,0xfe,0x3e,0xff, +0xfe,0x00,0xa9,0xea,0x60,0x00,0x3e,0x00,0x03,0xe0,0x00,0x06,0x00,0xf2,0x00,0x0a, +0x9e,0xa5,0x03,0xfe,0xee,0xa5,0xff,0xe1,0x00,0x33,0x33,0x20,0x6e,0x20,0x30,0x00, +0xad,0x8c,0xcb,0x10,0x00,0x0f,0xff,0xfd,0xaa,0xa6,0xff,0x01,0x00,0x02,0xa7,0x02, +0x20,0x01,0xa1,0x1d,0x16,0xf2,0x02,0xfd,0x10,0x00,0x01,0xdf,0xff,0xd1,0x00,0x03, +0x9d,0xfd,0x93,0x00,0x00,0x0a,0xfa,0x00,0x05,0x00,0xf0,0x00,0x89,0x88,0xf8,0x89, +0x91,0xff,0xfc,0xbc,0xee,0xf2,0xff,0xff,0xff,0xac,0xf2,0x11,0x01,0xb0,0xb7,0x00, +0x00,0x00,0x2f,0xff,0x00,0x00,0x00,0x6f,0xfd,0x0f,0x00,0xf3,0x09,0xf9,0x00,0x00, +0x00,0x0c,0xf3,0x00,0x14,0x00,0x9f,0x90,0x09,0xff,0x6b,0xfc,0x00,0x0d,0xff,0xff, +0xa0,0x00,0x0a,0xff,0xa3,0x0f,0x05,0xf8,0x25,0x03,0x10,0x00,0x00,0xaf,0xe1,0x05, +0xe9,0xf5,0xe4,0x6f,0xe2,0x7f,0xfd,0xfe,0x20,0x00,0xcf,0xf3,0x00,0x4d,0xff,0xf9, +0x00,0xe7,0xe5,0xaf,0x90,0xe8,0xe3,0x0b,0xf8,0x3b,0x70,0x00,0x63,0x00,0xaf,0xfa, +0x91,0x22,0xcf,0xfa,0x89,0xfb,0xcf,0xfe,0xa9,0xfb,0xcf,0xff,0xfe,0x04,0x00,0xf0, +0x00,0xfd,0x57,0x77,0x75,0xff,0xff,0xfa,0x00,0x12,0x22,0x20,0x00,0x02,0x22,0x22, +0x02,0x02,0x82,0x90,0xf2,0x00,0x05,0xf8,0xf2,0x00,0x05,0xc0,0x02,0xf0,0x00,0xf5, +0x6f,0xfe,0xff,0xd0,0x0f,0xfe,0xff,0xf8,0x9f,0xfe,0x9c,0xcc,0xcc,0xc8,0x22,0x02, +0x40,0x45,0x55,0x55,0x54,0xfb,0x00,0x00,0xdc,0x02,0x80,0x34,0x44,0x44,0x43,0x23, +0x33,0x33,0x32,0x0c,0x00,0x90,0x11,0x11,0x11,0x10,0x8c,0xcc,0xcc,0xcc,0x8e,0x39, +0x00,0xd1,0x5c,0xff,0xff,0xfc,0x5f,0x88,0xff,0xf8,0x8f,0xff,0xc5,0xa6,0xcf,0x1d, +0x03,0x01,0x0f,0x01,0xf1,0x0f,0x06,0xff,0xc0,0x00,0x9f,0xf9,0x00,0x0b,0xff,0x62, +0x00,0xdf,0xff,0xf7,0x0f,0xff,0xfe,0x10,0x11,0xaf,0x60,0x00,0x0d,0xd0,0x00,0x01, +0xf4,0x00,0x00,0x3a,0x52,0x01,0xf0,0x13,0x45,0xb9,0x52,0x00,0xff,0x8d,0xfa,0x00, +0xff,0xd9,0x96,0x00,0xff,0x6e,0xe9,0x91,0xff,0x7f,0xfb,0x77,0xff,0x7f,0xff,0xed, +0xff,0x7f,0xff,0xfe,0x45,0x4f,0xff,0xfe,0x00,0x2f,0xa9,0x04,0x03,0xbf,0x05,0xa0, +0x8f,0xe7,0x00,0x08,0xff,0xff,0x60,0x0d,0xff,0xff,0x25,0x03,0xf1,0x01,0xd0,0x2f, +0xff,0xff,0xf1,0xcf,0xff,0xff,0xfa,0x57,0x77,0x77,0x74,0x00,0x1e,0xd0,0x27,0x00, +0x10,0xbf,0x9c,0x00,0xf4,0x0c,0x0f,0x4b,0x3a,0xa3,0xa3,0xf2,0xfa,0xd9,0xdd,0x9d, +0x9f,0x2f,0xf0,0xa3,0x3a,0x0d,0xf2,0xfc,0xcb,0x9a,0xbc,0xcf,0x2f,0x4a,0x22,0x22, +0xa2,0xfb,0x04,0x04,0x01,0x00,0xf0,0x05,0x3a,0xa0,0x00,0x00,0x04,0xbf,0xfd,0x00, +0x00,0x5d,0xff,0xff,0x60,0x06,0xef,0xff,0xff,0xe0,0x00,0xef,0x17,0x04,0x40,0x01, +0x33,0x3f,0xff,0x4b,0x03,0x10,0xff,0x2b,0x02,0x20,0x1f,0xf1,0x2b,0x00,0x14,0xe9, +0x34,0x00,0xb2,0xde,0xed,0x63,0x0f,0xff,0xf8,0xf3,0xff,0xff,0x47,0x5f,0x49,0x04, +0x19,0xcf,0x07,0x00,0xf0,0x0f,0xb1,0x22,0x22,0x20,0x00,0x00,0x34,0x31,0x00,0x00, +0x02,0xaf,0xff,0xff,0xb4,0x00,0x7f,0xd7,0x31,0x25,0xbf,0xa0,0x98,0x01,0x57,0x62, +0x05,0xc1,0x00,0x7f,0xd2,0x01,0x50,0x00,0xa9,0x10,0x07,0xc1,0xec,0x1c,0x01,0x53, +0x03,0x10,0x6f,0xc9,0x0e,0x00,0x73,0x0d,0x42,0x00,0x12,0x22,0x22,0x96,0x01,0xa0, +0xff,0xff,0x90,0xf4,0x88,0x88,0x88,0x77,0xf2,0xf7,0x03,0x03,0xfc,0x03,0xe3,0xf5, +0xaa,0xaa,0xaa,0x97,0xf3,0xee,0xee,0xee,0xee,0xef,0xb0,0x13,0x33,0x33,0x33,0x33, +0x2a,0x00,0x20,0x82,0x07,0x2a,0x00,0x20,0xf4,0x00,0x2a,0x00,0x2f,0xa2,0x07,0x2a, +0x00,0x08,0x20,0x84,0x00,0x2a,0x00,0x20,0xf9,0x00,0x2a,0x00,0x2f,0xa6,0x00,0x2a, +0x00,0x08,0x20,0x87,0x00,0x2a,0x00,0x20,0xfe,0x00,0x2a,0x00,0x2f,0xa9,0x00,0x2a, +0x00,0x08,0x20,0xf2,0x00,0x2a,0x00,0x20,0xf2,0x00,0x2a,0x00,0x02,0x0c,0x00,0x01, +0x2a,0x00,0x11,0xa0,0x2a,0x00,0x00,0x6f,0x19,0x01,0xd6,0x1d,0xf1,0x0b,0xa8,0xf5, +0x00,0x00,0x48,0x05,0x50,0x00,0x03,0x00,0xff,0xcd,0xaa,0xaa,0xad,0xd1,0x8c,0x20, +0x37,0x00,0x06,0x30,0x00,0x00,0x09,0x4d,0xfd,0x00,0x24,0x7f,0xc0,0x5c,0x01,0xf0, +0x14,0x7b,0xca,0x20,0x08,0xfe,0x6f,0xd0,0x0f,0xde,0x27,0xf4,0x2f,0x96,0x45,0xf6, +0x3f,0xf7,0x1f,0xf7,0x3f,0xd3,0x28,0xf7,0x1f,0x8d,0x54,0xf5,0x0b,0xff,0x2e,0xf1, +0x01,0xcf,0xee,0x50,0x0c,0x03,0xf6,0x04,0x56,0x9e,0xd8,0x64,0x9a,0xaa,0xaa,0xa8, +0x5d,0xdd,0xdd,0xd4,0x7f,0xac,0xda,0xf5,0x7f,0x7a,0xc7,0x04,0x00,0x82,0x8a,0xc7, +0xf5,0x4f,0xff,0xff,0xf3,0x01,0x38,0x04,0x20,0x08,0xa0,0x74,0x04,0xf2,0x05,0xfb, +0x00,0x00,0x09,0xc7,0xfc,0x00,0x00,0x9f,0xfc,0x61,0x00,0x09,0xff,0xfc,0x10,0x00, +0x9f,0xff,0xc1,0x09,0x00,0x70,0x0d,0xff,0xc1,0x00,0x00,0x0f,0xfc,0xa4,0x18,0x01, +0x82,0x00,0xfc,0x25,0x2b,0xcc,0xcc,0xcc,0xa0,0x03,0xef,0xfd,0xfe,0xef,0xf3,0x3e, +0xff,0xe0,0x82,0x7f,0xf4,0xef,0xff,0xfb,0x03,0xff,0xf4,0x6f,0xff,0xf2,0x40,0x9f, +0xf4,0x06,0xff,0xf9,0xfc,0xbf,0xf3,0x00,0x5f,0xff,0xff,0xff,0xe1,0x03,0xef,0xff, +0x63,0xe5,0x7a,0x7b,0xff,0x36,0x96,0xcf,0x07,0x02,0x85,0xfb,0xcf,0xff,0xff,0x80, +0x12,0x22,0x10,0xed,0x07,0xb0,0xc0,0x04,0xc0,0x00,0x05,0xf0,0x5f,0xe7,0x77,0x7a, +0xf0,0x81,0x02,0x31,0xe0,0x0c,0xd0,0x65,0x2c,0x1b,0x00,0x01,0x00,0x2f,0xfd,0x00, +0x01,0x00,0x06,0x1b,0xf8,0x08,0x00,0x00,0x01,0x00,0x84,0xfc,0xfc,0x00,0xff,0xfc, +0x00,0xfa,0x00,0xbb,0x00,0x0d,0x01,0x00,0x4e,0x01,0x01,0x00,0x02,0x19,0x00,0x01, +0x43,0x1b,0x0f,0x01,0x00,0x18,0x1f,0xf0,0x21,0x00,0x0d,0x13,0xf8,0x8f,0x00,0xa2, +0x00,0xff,0x00,0x00,0xf7,0xff,0xfa,0xfb,0x00,0xf9,0x11,0x00,0x10,0xff,0x37,0x04, +0x2f,0xfc,0xfe,0x9e,0x00,0x01,0x30,0xfe,0x00,0xfe,0x31,0x00,0x0f,0x01,0x00,0x03, +0x1c,0xfe,0x0a,0x00,0x19,0xff,0x1f,0x00,0x06,0x0e,0x00,0x13,0xf9,0x0e,0x00,0x10, +0xfe,0x02,0x00,0x2e,0xfd,0xfe,0x47,0x00,0x0b,0x0f,0x01,0x05,0x42,0x00,0x11,0xff, +0x37,0x00,0x3c,0xff,0xfe,0xfe,0xe8,0x00,0x35,0xf4,0x00,0xed,0x27,0x00,0x40,0xfe, +0xff,0x00,0x00,0x2c,0x04,0x2e,0xfe,0xfe,0x59,0x01,0x03,0x5f,0x00,0x1e,0x01,0x1b, +0x00,0x0e,0x82,0x00,0x0f,0x01,0x00,0x0b,0x1b,0xfc,0x28,0x00,0x12,0xfe,0x70,0x00, +0x25,0xfe,0xfd,0x1e,0x01,0x14,0xe8,0x75,0x00,0x97,0xfb,0x00,0x00,0xed,0xfc,0xf4, +0xf6,0x00,0xef,0x32,0x02,0x28,0xf7,0xfa,0x4d,0x00,0x00,0xa4,0x04,0x35,0xf6,0x00, +0xf2,0x63,0x01,0x21,0xff,0xff,0x21,0x01,0x12,0x01,0xd4,0x00,0x1e,0xf9,0x70,0x02, +0x2f,0xfe,0xff,0xa5,0x00,0x10,0x3e,0xfa,0x00,0xff,0x9c,0x02,0x06,0xb1,0x02,0xb1, +0xf1,0xf0,0x00,0x00,0xfa,0xfe,0xef,0xff,0x01,0x00,0x01,0x69,0x00,0xf2,0x02,0xf8, +0xf9,0x00,0xf8,0xf9,0xfb,0xf8,0x00,0xf9,0xfb,0xfc,0xfb,0xfc,0x00,0xf3,0xf8,0xf9, +0x32,0x01,0x66,0xf0,0xfd,0x00,0x00,0xfb,0xff,0x43,0x01,0x50,0xfd,0xfd,0x00,0x00, +0xfd,0x5f,0x01,0x01,0x69,0x05,0x05,0x59,0x01,0x22,0xf7,0xfc,0x57,0x00,0x13,0x01, +0x11,0x00,0x23,0xfe,0xfe,0x8a,0x01,0x1a,0x00,0xe8,0x02,0x14,0xfd,0x38,0x01,0x15, +0x01,0x6c,0x01,0x02,0xd4,0x01,0x07,0x4b,0x01,0xe0,0x01,0xfd,0xf1,0xfc,0x00,0x00, +0xf9,0xfe,0xf9,0xff,0x01,0xf9,0x01,0x01,0x9e,0x00,0xf6,0x03,0xfb,0xfb,0xfe,0xfd, +0xfb,0xfd,0xfc,0xfe,0xfd,0xff,0x00,0xfe,0xfe,0x01,0xf9,0xfc,0xfc,0xfd,0x91,0x00, +0x1a,0xfe,0x64,0x02,0x0e,0x22,0x02,0x0a,0x1c,0x00,0x0f,0x01,0x00,0x03,0x1f,0xfb, +0x49,0x01,0x09,0x1f,0xff,0x1a,0x02,0x13,0x11,0xff,0xb8,0x01,0x0e,0xf9,0x02,0x0f, +0x58,0x00,0x10,0x0f,0x1d,0x00,0x0a,0x1e,0x01,0x8a,0x03,0x19,0x01,0x8a,0x00,0x15, +0x01,0x56,0x03,0x0f,0x01,0x00,0x25,0x0e,0x8a,0x00,0x1f,0xf6,0xea,0x00,0x13,0x00, +0x7b,0x00,0x1c,0xf7,0x5e,0x02,0x20,0xff,0x01,0x51,0x00,0x10,0x04,0x58,0x02,0x0f, +0x78,0x00,0x1b,0x1b,0x01,0x2a,0x05,0x02,0xf5,0x03,0x1f,0x01,0x29,0x01,0x01,0x1f, +0xf7,0xea,0x00,0x27,0x1f,0xff,0x27,0x00,0x2c,0x0f,0x43,0x00,0x0a,0x03,0xbb,0x05, +0x30,0x02,0x03,0x00,0x02,0x01,0x2d,0x04,0x05,0x21,0x00,0xf1,0x0c,0x06,0x07,0x08, +0x09,0x0a,0x0b,0x00,0x0c,0x0c,0x0d,0x0e,0x0f,0x0c,0x0c,0x09,0x10,0x11,0x12,0x00, +0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19,0x20,0x00,0x80,0x1a,0x1b,0x1c,0x00,0x1d, +0x1e,0x00,0x1f,0xf5,0x16,0xe0,0x1f,0x1f,0x21,0x1b,0x00,0x22,0x00,0x23,0x00,0x24, +0x25,0x26,0x24,0x27,0x20,0x1a,0x1e,0x00,0x50,0x00,0x01,0x01,0x00,0xe0,0x00,0x08, +0x0a,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x09,0x09,0x8e,0x28,0x91,0x00, +0x0d,0x0d,0x0d,0x0d,0x17,0x00,0x00,0x1a,0x01,0x00,0x61,0x00,0x1c,0x1d,0x1d,0x1d, +0x1d,0x31,0x00,0x20,0x1f,0x21,0x01,0x00,0x02,0x3d,0x00,0x50,0x24,0x1b,0x24,0x06, +0x1a,0x02,0x00,0x22,0x08,0x1c,0x02,0x00,0x64,0x09,0x00,0x09,0x00,0x0a,0x1d,0x02, +0x00,0x04,0x64,0x00,0x54,0x0c,0x1f,0x00,0x00,0x0c,0x02,0x00,0x00,0xa7,0x0c,0x53, +0x00,0x0e,0x00,0x00,0x0f,0x02,0x00,0x00,0x1f,0x00,0x00,0x02,0x00,0x80,0x1f,0x00, +0x00,0x09,0x21,0x09,0x21,0x09,0x5b,0x00,0x11,0x22,0x02,0x00,0x03,0x01,0x00,0x11, +0x13,0x02,0x00,0x17,0x0d,0x02,0x00,0x70,0x15,0x00,0x17,0x24,0x17,0x18,0x27,0x02, +0x00,0x0f,0xb5,0x02,0x28,0x07,0x70,0x01,0x20,0x03,0x02,0x6b,0x01,0x4a,0x06,0x07, +0x06,0x08,0x1f,0x00,0x00,0xce,0x00,0x20,0x00,0x0b,0x72,0x18,0x00,0xc1,0x00,0x01, +0x08,0x00,0xa0,0x0b,0x00,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,0x14,0x79,0x0c,0x00, +0x5d,0x22,0x51,0x17,0x17,0x17,0x18,0x17,0x2e,0x00,0xe0,0x19,0x19,0x1a,0x19,0x17, +0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x1f,0x22,0xf7,0x1a,0x0e,0x01,0x00,0x11,0x0a, +0x01,0x00,0x26,0x24,0x0b,0x12,0x00,0x10,0x0b,0x01,0x00,0xa1,0x00,0x0b,0x0f,0x0f, +0x0f,0x0f,0x13,0x00,0x00,0x16,0x01,0x00,0x20,0x25,0x17,0x01,0x00,0x02,0x55,0x00, +0x02,0x81,0x01,0xa0,0x26,0x1e,0x1e,0x1e,0x1e,0x1f,0x00,0x1f,0x0a,0x16,0x02,0x00, +0x22,0x0b,0x17,0x02,0x00,0x10,0x00,0x24,0x00,0x14,0x17,0x02,0x00,0x05,0x16,0x00, +0x0b,0x01,0x00,0x1b,0x0c,0x10,0x00,0x10,0x19,0x02,0x00,0x51,0x19,0x00,0x00,0x0b, +0x1a,0x02,0x00,0x03,0x30,0x00,0x22,0x0d,0x1c,0x02,0x00,0x30,0x0e,0x00,0x0e,0x11, +0x10,0x16,0x1e,0x02,0x00,0x70,0x11,0x00,0x13,0x1f,0x13,0x14,0x22,0x02,0x00,0x1f, +0x00,0x72,0x01,0x26,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 192, .range_length = 192, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 8226, .range_length = 55425, .glyph_id_start = 306, .list_length = 62, .type = 3, .unicode_list = 2944, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[14011] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_XS_s = { +.uncomp_size = 13683, +.comp_size = 8794, +.line_height = 12, +.base_line = 3, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 39, +.glyph_bitmap = 3068, +.class_pair_values = 11387, +.left_class_mapping = 12947, +.right_class_mapping = 13315, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 14011, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_9.c b/radio/src/fonts/lvgl/lv_font_roboto_XXS.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_9.c rename to radio/src/fonts/lvgl/lv_font_roboto_XXS.c index 8437d884cab..1a154aebedf 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_9.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_XXS.c @@ -565,7 +565,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[14011] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_9 = { +const etxLz4Font lv_font_roboto_XXS = { .uncomp_size = 13683, .comp_size = 8794, .line_height = 12, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_XXS_s.c b/radio/src/fonts/lvgl/lv_font_roboto_XXS_s.c new file mode 100644 index 00000000000..a008afee448 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_XXS_s.c @@ -0,0 +1,504 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x16,0x00,0x01,0x00,0x12,0x02,0x07,0x00,0xf0,0x1b,0x10,0x02,0x02,0x05,0x00,0x00, +0x05,0x00,0x90,0x02,0x03,0x02,0x00,0x03,0x08,0x00,0xf0,0x04,0x05,0x05,0x00,0x00, +0x15,0x00,0x80,0x04,0x05,0x09,0x00,0xfe,0x2c,0x00,0xe0,0x05,0x06,0x05,0x00,0x00, +0x3b,0x00,0x00,0x05,0x18,0x00,0xf1,0x04,0x48,0x00,0x60,0x01,0x01,0x02,0x00,0x03, +0x49,0x00,0xc0,0x02,0x03,0x08,0x00,0xfe,0x55,0x00,0xd0,0x08,0x00,0xf1,0x24,0x61, +0x00,0x70,0x03,0x04,0x04,0x00,0x01,0x69,0x00,0x90,0x04,0x05,0x04,0x00,0x01,0x73, +0x00,0x90,0x01,0x02,0x02,0x00,0xff,0x75,0x00,0x30,0x02,0x03,0x01,0x00,0x02,0x77, +0x00,0x20,0x02,0x02,0x01,0x00,0x00,0x78,0x00,0x50,0x03,0x04,0x06,0x00,0xff,0x84, +0x00,0x80,0x68,0x00,0x93,0x91,0x00,0x80,0x04,0x03,0x05,0x00,0x00,0x99,0x10,0x00, +0x93,0xa6,0x00,0x80,0x04,0x04,0x05,0x00,0x00,0xb0,0x10,0x00,0x13,0xbd,0x08,0x00, +0x13,0xca,0x08,0x00,0x13,0xd7,0x08,0x00,0x13,0xe4,0x08,0x00,0x13,0xf1,0x30,0x00, +0xf1,0x14,0xfb,0x00,0xf0,0x01,0x02,0x04,0x00,0x00,0xff,0x00,0xb0,0x01,0x02,0x06, +0x00,0xfe,0x05,0x01,0x10,0x04,0x04,0x04,0x00,0x00,0x0d,0x01,0x60,0x04,0x04,0x03, +0x00,0x01,0x13,0x01,0x30,0x10,0x00,0x40,0x1b,0x01,0xc0,0x03,0x30,0x00,0xb1,0x25, +0x01,0x30,0x07,0x07,0x06,0x00,0xff,0x3a,0x01,0x40,0xe0,0x00,0x22,0x49,0x01,0xe0, +0x00,0x31,0x56,0x01,0x30,0x08,0x00,0x31,0x63,0x01,0x40,0x08,0x00,0x31,0x70,0x01, +0x90,0x68,0x00,0x31,0x7d,0x01,0x70,0x08,0x00,0x31,0x8a,0x01,0x70,0x18,0x00,0x31, +0x97,0x01,0xb0,0x38,0x00,0x31,0xa6,0x01,0x30,0x40,0x01,0x31,0xab,0x01,0x70,0x88, +0x00,0x31,0xb5,0x01,0x00,0x18,0x00,0x31,0xc4,0x01,0x50,0x30,0x00,0x93,0xd1,0x01, +0x00,0x07,0x07,0x05,0x00,0x00,0xe3,0x30,0x00,0x31,0xf2,0x01,0x80,0x08,0x00,0x31, +0x01,0x02,0x10,0x48,0x00,0xa2,0x0e,0x02,0x80,0x05,0x06,0x06,0x00,0xff,0x20,0x02, +0x78,0x01,0x31,0x2d,0x02,0xc0,0x08,0x00,0x13,0x3a,0x08,0x00,0x22,0x47,0x02,0x90, +0x00,0x13,0x54,0x30,0x00,0x31,0x61,0x02,0x20,0x50,0x00,0x22,0x73,0x02,0xb0,0x00, +0x31,0x80,0x02,0xd0,0x28,0x00,0x13,0x8d,0x08,0x00,0x30,0x9a,0x02,0x20,0x90,0x01, +0x32,0xff,0xa6,0x02,0x68,0x01,0xf0,0x0c,0xb2,0x02,0x20,0x02,0x02,0x08,0x00,0xff, +0xba,0x02,0x60,0x03,0x04,0x03,0x00,0x03,0xc0,0x02,0xa0,0x03,0x04,0x01,0x00,0xff, +0xc2,0x02,0x80,0x90,0x01,0x41,0x05,0xc3,0x02,0x60,0x18,0x01,0x22,0xcb,0x02,0x50, +0x01,0x22,0xd8,0x02,0x28,0x01,0x22,0xe0,0x02,0x58,0x01,0x31,0xea,0x02,0x40,0x10, +0x00,0x92,0xf2,0x02,0xc0,0x02,0x03,0x06,0x00,0x00,0xfb,0x18,0x00,0x32,0xff,0x05, +0x03,0xf0,0x00,0x40,0x0f,0x03,0xf0,0x01,0x00,0x01,0xb1,0x14,0x03,0xf0,0x01,0x03, +0x06,0xff,0xff,0x1d,0x03,0x10,0x48,0x00,0x13,0x2a,0x18,0x00,0xb1,0x2f,0x03,0x00, +0x07,0x07,0x04,0x00,0x00,0x3d,0x03,0x70,0x48,0x00,0x21,0x45,0x03,0x20,0x02,0x31, +0x00,0x4f,0x03,0x70,0x00,0x41,0xff,0x5c,0x03,0x90,0x50,0x00,0x40,0x66,0x03,0xb0, +0x02,0x08,0x02,0x31,0x6e,0x03,0x20,0x28,0x00,0x31,0x76,0x03,0xa0,0x10,0x00,0x13, +0x7e,0x38,0x00,0x40,0x86,0x03,0xe0,0x03,0x08,0x00,0xb1,0x8e,0x03,0x00,0x06,0x06, +0x04,0x00,0x00,0x9a,0x03,0xf0,0x10,0x00,0x40,0xa2,0x03,0xd0,0x03,0x40,0x00,0x13, +0xac,0x10,0x00,0x10,0xb4,0x48,0x00,0x40,0x09,0x00,0xfe,0xc2,0x80,0x00,0x43,0x07, +0x00,0xfe,0xc9,0x10,0x00,0xf3,0x02,0xd7,0x03,0x70,0x05,0x05,0x02,0x00,0x01,0xdc, +0x03,0x00,0x08,0x08,0x07,0x00,0x00,0xf8,0x08,0x00,0x93,0x14,0x04,0x00,0x08,0x07, +0x07,0x00,0x00,0x2d,0x08,0x00,0x22,0x46,0x04,0x18,0x00,0x93,0x62,0x04,0x00,0x08, +0x06,0x08,0x01,0xff,0x7a,0x10,0x00,0x13,0x96,0x20,0x00,0x13,0xaf,0x18,0x00,0x13, +0xc7,0x08,0x00,0x10,0xdf,0x08,0x00,0x43,0x07,0x01,0x00,0xf4,0x10,0x00,0x40,0x0c, +0x05,0x80,0x07,0x10,0x00,0x22,0x21,0x05,0x38,0x00,0x22,0x3d,0x05,0x20,0x00,0x20, +0x52,0x05,0x40,0x00,0x33,0x01,0x00,0x6b,0x10,0x00,0x40,0x80,0x05,0x00,0x03,0x70, +0x03,0x93,0x83,0x05,0x40,0x05,0x06,0x07,0x00,0x00,0x98,0x08,0x00,0x13,0xad,0x08, +0x00,0x13,0xc2,0x08,0x00,0x13,0xd7,0x08,0x00,0x13,0xec,0x08,0x00,0xf3,0x0a,0x01, +0x06,0x80,0x07,0x09,0x05,0xff,0x00,0x18,0x06,0x30,0x05,0x05,0x06,0x00,0xff,0x27, +0x06,0x90,0x04,0x05,0x07,0x00,0x00,0x39,0x08,0x00,0x13,0x4b,0x08,0x00,0x13,0x5d, +0x08,0x00,0x91,0x6f,0x06,0x30,0x02,0x03,0x07,0xff,0x00,0x7a,0x08,0x00,0xb3,0x00, +0x00,0x85,0x06,0x30,0x02,0x04,0x07,0xff,0x00,0x93,0x08,0x00,0x31,0xa1,0x06,0x60, +0x48,0x02,0x31,0xae,0x06,0xb0,0x60,0x00,0x31,0xc3,0x06,0x80,0x08,0x00,0x13,0xd8, +0x08,0x00,0x13,0xed,0x08,0x00,0x22,0x02,0x07,0x08,0x00,0x13,0x17,0x08,0x00,0x31, +0x2c,0x07,0x40,0x00,0x02,0x22,0x36,0x07,0xc0,0x02,0x40,0x48,0x07,0x30,0x05,0x70, +0x00,0x13,0x5a,0x08,0x00,0x13,0x6c,0x08,0x00,0x13,0x7e,0x08,0x00,0x31,0x90,0x07, +0xd0,0x90,0x00,0x22,0xa2,0x07,0xd8,0x02,0x13,0xaf,0x08,0x00,0x31,0xbc,0x07,0x60, +0x48,0x00,0x13,0xc6,0x08,0x00,0x13,0xd0,0x08,0x00,0x10,0xda,0x08,0x00,0x43,0x06, +0x00,0x00,0xe6,0x10,0x00,0x13,0xf0,0x10,0x00,0x40,0xfc,0x07,0xc0,0x06,0x50,0x02, +0x31,0x0a,0x08,0x30,0x38,0x02,0x22,0x14,0x08,0x88,0x00,0x13,0x1e,0x08,0x00,0x13, +0x28,0x08,0x00,0x13,0x32,0x08,0x00,0xb1,0x3c,0x08,0x00,0x02,0x03,0x05,0xff,0x00, +0x44,0x08,0x00,0x50,0x02,0x93,0x4c,0x08,0x00,0x02,0x04,0x05,0xff,0x00,0x56,0x08, +0x00,0xb1,0x60,0x08,0xb0,0x04,0x05,0x06,0x00,0x00,0x6f,0x08,0x70,0x60,0x00,0x22, +0x7b,0x08,0xf0,0x03,0x13,0x88,0x08,0x00,0x13,0x95,0x08,0x00,0x31,0xa2,0x08,0x90, +0x28,0x00,0x13,0xb1,0x10,0x00,0x22,0xbe,0x08,0xe8,0x04,0x12,0xc8,0x18,0x00,0x32, +0xff,0xd7,0x08,0x10,0x03,0x13,0xe1,0x08,0x00,0x13,0xeb,0x08,0x00,0x13,0xf5,0x08, +0x00,0x31,0xff,0x08,0xd0,0x90,0x03,0x31,0x0b,0x09,0xa0,0x30,0x00,0x22,0x1a,0x09, +0x10,0x00,0x22,0x26,0x09,0xd8,0x01,0x22,0x3b,0x09,0xe8,0x00,0x13,0x45,0x10,0x00, +0x13,0x5a,0x10,0x00,0x31,0x64,0x09,0x40,0x60,0x01,0x12,0x76,0x10,0x00,0x32,0xff, +0x80,0x09,0x50,0x01,0x31,0x92,0x09,0x30,0x20,0x00,0x13,0x9c,0x10,0x00,0x13,0xae, +0x10,0x00,0x13,0xb8,0x10,0x00,0x13,0xca,0x10,0x00,0x13,0xd4,0x10,0x00,0x13,0xe6, +0x10,0x00,0x31,0xf0,0x09,0x40,0x10,0x00,0x31,0x02,0x0a,0x20,0x88,0x04,0x22,0x11, +0x0a,0x00,0x02,0x22,0x1e,0x0a,0x90,0x01,0x22,0x2b,0x0a,0x38,0x02,0x22,0x3d,0x0a, +0x40,0x01,0x13,0x47,0x10,0x00,0x13,0x59,0x10,0x00,0x13,0x63,0x10,0x00,0x13,0x75, +0x10,0x00,0x22,0x7f,0x0a,0x00,0x01,0x12,0x8e,0x10,0x00,0x23,0xff,0x98,0x20,0x00, +0x13,0xaa,0x20,0x00,0x31,0xb4,0x0a,0x70,0x70,0x00,0x40,0xc6,0x0a,0x80,0x04,0xf0, +0x00,0x13,0xd2,0x10,0x00,0x10,0xe4,0x10,0x00,0x43,0x07,0x00,0xff,0xf2,0x10,0x00, +0x22,0x04,0x0b,0x20,0x00,0x21,0x10,0x0b,0x10,0x00,0x20,0xfe,0x22,0x10,0x00,0x52, +0x08,0x00,0xff,0x32,0x0b,0x98,0x02,0x30,0x47,0x0b,0x70,0x30,0x00,0x41,0x00,0x55, +0x0b,0xa0,0xb8,0x00,0x20,0x64,0x0b,0x40,0x04,0x42,0xff,0x00,0x71,0x0b,0xc8,0x02, +0x93,0x7f,0x0b,0x00,0x02,0x04,0x06,0xff,0x00,0x8b,0x10,0x00,0x22,0x99,0x0b,0xe0, +0x01,0x13,0xa3,0x10,0x00,0x13,0xb1,0x10,0x00,0xa2,0xbb,0x0b,0x30,0x02,0x02,0x06, +0x00,0xff,0xc1,0x0b,0xb0,0x04,0x10,0xca,0x10,0x00,0x70,0x07,0x00,0x00,0xd1,0x0b, +0x00,0x02,0x40,0x06,0x50,0xd5,0x0b,0x90,0x06,0x06,0x60,0x06,0x21,0x0b,0xe0,0xa0, +0x01,0x41,0xf0,0x0b,0x70,0x04,0x30,0x01,0x11,0x0c,0x60,0x00,0x40,0xff,0x0e,0x0c, +0x00,0x90,0x00,0x50,0xfe,0x23,0x0c,0x10,0x04,0xa8,0x00,0x31,0x35,0x0c,0x70,0xd0, +0x04,0x31,0x3f,0x0c,0x50,0x28,0x00,0x40,0x51,0x0c,0xf0,0x01,0x68,0x03,0x12,0x5c, +0x10,0x00,0x32,0xfe,0x6e,0x0c,0x88,0x04,0x22,0x75,0x0c,0x10,0x06,0x31,0x82,0x0c, +0x80,0x88,0x02,0x13,0x8a,0x10,0x00,0x31,0x97,0x0c,0xd0,0x10,0x00,0x13,0x9f,0x10, +0x00,0x31,0xac,0x0c,0x30,0x10,0x00,0x22,0xb4,0x0c,0xf8,0x00,0x22,0xc9,0x0c,0x40, +0x02,0x12,0xd3,0x10,0x00,0x31,0xfe,0xe8,0x0c,0xa8,0x02,0x23,0xfe,0xf4,0x20,0x00, +0x22,0x09,0x0d,0x20,0x00,0x31,0x13,0x0d,0x70,0x10,0x01,0x31,0x20,0x0d,0x90,0x18, +0x04,0x22,0x2f,0x0d,0x58,0x05,0x22,0x39,0x0d,0xb0,0x03,0x22,0x4e,0x0d,0xb8,0x02, +0x13,0x5b,0x10,0x00,0x23,0x70,0x0d,0xd8,0x06,0x03,0x10,0x00,0x13,0x92,0x10,0x00, +0xb1,0x9f,0x0d,0xa0,0x07,0x08,0x05,0x00,0x00,0xb3,0x0d,0x40,0xb8,0x05,0x31,0xc1, +0x0d,0xf0,0xd8,0x00,0x22,0xd3,0x0d,0xa0,0x05,0x12,0xdb,0x10,0x00,0x40,0xfe,0xed, +0x0d,0xb0,0x50,0x04,0x23,0xfe,0xf8,0x20,0x00,0x22,0x0a,0x0e,0x20,0x00,0x31,0x12, +0x0e,0xc0,0x10,0x00,0x31,0x24,0x0e,0x20,0x98,0x00,0x13,0x2e,0x10,0x00,0x13,0x40, +0x10,0x00,0x31,0x4a,0x0e,0xc0,0x30,0x02,0x12,0x59,0x10,0x00,0x23,0xff,0x63,0x20, +0x00,0x13,0x75,0x20,0x00,0x13,0x7f,0x20,0x00,0x30,0x8e,0x0e,0xa0,0x60,0x00,0x23, +0xff,0x99,0x20,0x00,0x22,0xab,0x0e,0x80,0x06,0x22,0xb4,0x0e,0xa8,0x02,0x31,0xc1, +0x0e,0xa0,0xd0,0x01,0x22,0xcb,0x0e,0xe0,0x02,0x22,0xdd,0x0e,0xc0,0x03,0x13,0xe9, +0x10,0x00,0x22,0xfb,0x0e,0x18,0x01,0x22,0x05,0x0f,0x10,0x00,0x22,0x17,0x0f,0x10, +0x00,0x13,0x21,0x10,0x00,0x22,0x33,0x0f,0x30,0x00,0x13,0x3f,0x10,0x00,0x22,0x51, +0x0f,0xe0,0x07,0x22,0x5e,0x0f,0x58,0x05,0x12,0x6d,0x30,0x00,0x60,0xff,0x77,0x0f, +0x20,0x07,0x07,0xc0,0x04,0x21,0x0f,0x00,0x18,0x02,0x22,0x9f,0x0f,0xc8,0x04,0x22, +0xb1,0x0f,0xc0,0x03,0x13,0xbd,0x10,0x00,0x13,0xcf,0x08,0x00,0x41,0xe1,0x0f,0xf0, +0x03,0x00,0x04,0x03,0x10,0x00,0x13,0xfd,0x10,0x00,0x22,0x07,0x10,0x10,0x00,0x22, +0x19,0x10,0x10,0x00,0x31,0x23,0x10,0x00,0xd0,0x00,0x30,0x2c,0x10,0xb0,0x78,0x09, +0x32,0x02,0x2f,0x10,0xa0,0x03,0x90,0x39,0x10,0x00,0x08,0x08,0x09,0x00,0xff,0x5d, +0x08,0x00,0x40,0x06,0x00,0x00,0x75,0x08,0x00,0x43,0x08,0x00,0xff,0x95,0x10,0x00, +0x21,0xad,0x10,0x70,0x05,0x23,0x00,0xbf,0x18,0x00,0x13,0xdf,0x08,0x00,0xa2,0xff, +0x10,0x00,0x09,0x09,0x08,0x00,0xff,0x23,0x11,0x10,0x00,0x90,0x43,0x11,0x00,0x09, +0x09,0x06,0x00,0x00,0x5e,0x10,0x00,0x61,0x0a,0x00,0xfe,0x86,0x11,0x00,0x70,0x03, +0xa2,0x94,0x11,0x00,0x06,0x06,0x07,0x00,0xff,0xa9,0x11,0x30,0x00,0x22,0xcd,0x11, +0x58,0x00,0xf0,0x0a,0xe5,0x11,0x80,0x05,0x06,0x08,0x00,0xff,0xfd,0x11,0x00,0x07, +0x05,0x08,0x01,0xff,0x11,0x12,0x00,0x07,0x07,0x0a,0x00,0xfe,0x34,0x08,0x00,0x43, +0x08,0x00,0xff,0x50,0x08,0x00,0x22,0x6c,0x12,0x20,0x00,0xf3,0x02,0x80,0x12,0x00, +0x07,0x09,0x08,0xff,0xff,0xa4,0x12,0x00,0x05,0x05,0x08,0x00,0xff,0xb8,0x08,0x00, +0x13,0xcc,0x28,0x00,0x10,0xe8,0x08,0x00,0x52,0x02,0x00,0x02,0xef,0x12,0x88,0x00, +0xc0,0x0a,0x13,0x00,0x0a,0x0b,0x08,0xff,0xff,0x36,0x13,0x00,0x09,0x08,0x00,0x22, +0x62,0x13,0xa8,0x00,0x30,0x82,0x13,0x00,0x88,0x09,0x23,0x00,0x97,0x08,0x00,0x10, +0xac,0x28,0x00,0x52,0x07,0xff,0xff,0xd3,0x13,0x98,0x00,0x13,0xeb,0x28,0x00,0xc0, +0x0b,0x14,0x00,0x08,0x09,0x09,0xff,0xff,0x34,0x14,0x00,0x07,0x10,0x00,0x22,0x54, +0x14,0x68,0x00,0x13,0x70,0x08,0x00,0x13,0x8c,0x08,0x00,0x22,0xa8,0x14,0x38,0x00, +0x93,0xc0,0x14,0x00,0x05,0x07,0x08,0xff,0xff,0xdc,0x18,0x00,0x13,0xf8,0x08,0x00, +0x22,0x14,0x15,0x90,0x00,0xc0,0x2f,0x15,0x00,0x08,0x0a,0x0a,0xff,0xfe,0x61,0x15, +0x00,0x06,0xf8,0x00,0x90,0x79,0x15,0x00,0x0a,0x0a,0x08,0x00,0xff,0xa1,0x08,0x00, +0x00,0x60,0x01,0x03,0x08,0x00,0x13,0xdd,0x08,0x00,0x13,0xfb,0x08,0x00,0x22,0x19, +0x16,0x08,0x00,0x20,0x37,0x16,0xd0,0x00,0x42,0x00,0xff,0x63,0x16,0x58,0x00,0x13, +0x7f,0x08,0x00,0x21,0x9b,0x16,0xa8,0x00,0x23,0xfe,0xc4,0x28,0x00,0x40,0xe2,0x16, +0x00,0x06,0x18,0x00,0x60,0xfe,0x16,0x10,0x08,0x09,0x06,0x70,0x0b,0xf0,0x7f,0x43, +0x02,0xdf,0xcf,0xe6,0xcf,0xe9,0xcf,0xea,0xcf,0xeb,0xcf,0xef,0xcf,0xf1,0xcf,0xf3, +0xcf,0xf7,0xcf,0xfa,0xcf,0xff,0xcf,0x04,0xd0,0x05,0xd0,0x06,0xd0,0x1c,0xd0,0x21, +0xd0,0x26,0xd0,0x29,0xd0,0x2a,0xd0,0x2b,0xd0,0x2f,0xd0,0x30,0xd0,0x31,0xd0,0x32, +0xd0,0x45,0xd0,0x46,0xd0,0x4c,0xd0,0x4e,0xd0,0x4f,0xd0,0x52,0xd0,0x55,0xd0,0x56, +0xd0,0x57,0xd0,0x59,0xd0,0x71,0xd0,0x73,0xd0,0xa2,0xd0,0xa3,0xd0,0xa5,0xd0,0xa7, +0xd0,0xbe,0xd0,0xc5,0xd0,0xc8,0xd0,0xd1,0xd0,0xfa,0xd0,0x02,0xd1,0x39,0xd1,0xc9, +0xd1,0x1e,0xd2,0x1f,0xd2,0x20,0xd2,0x21,0xd2,0x22,0xd2,0x65,0xd2,0x71,0xd2,0xcb, +0xd2,0xe2,0xd2,0x38,0xd5,0xa0,0xd7,0x80,0xd8,0x56,0x56,0x55,0x34,0x34,0x77,0x25, +0x50,0x00,0x86,0x31,0xaa,0xc6,0x06,0x29,0x04,0xc8,0xc4,0x08,0x35,0x92,0x00,0xf0, +0xff,0x57,0x1a,0x00,0x2b,0x5b,0x04,0x80,0x50,0x0a,0xb3,0x01,0x01,0xc0,0x66,0x1c, +0x00,0x6c,0x20,0x00,0x10,0x00,0x67,0x70,0x20,0x36,0x47,0x00,0x00,0x58,0x82,0x02, +0x68,0x17,0x03,0x07,0x84,0x0b,0xa6,0x00,0xb6,0x50,0x1a,0xb0,0x48,0x34,0xb6,0x39, +0x8b,0x80,0x96,0x03,0x50,0x90,0x46,0x06,0x40,0x64,0x03,0x70,0x09,0x00,0x14,0x71, +0x01,0x80,0x0a,0x00,0x82,0x09,0x20,0xa0,0x37,0x05,0x00,0x08,0x00,0x6d,0x92,0x37, +0x80,0x00,0x00,0x01,0x80,0x00,0x1a,0x00,0x6a,0xda,0x20,0x1a,0x00,0x82,0x70,0x78, +0x00,0x44,0x00,0x90,0x03,0x60,0x09,0x00,0x18,0x00,0x72,0x00,0x40,0x00,0x1a,0x97, +0x07,0x30,0xb0,0x82,0x0b,0x07,0x40,0xb0,0x1a,0x97,0x00,0x18,0xb1,0x0b,0x00,0xb0, +0x0b,0x00,0xb0,0x3a,0x98,0x04,0x10,0xb0,0x00,0x65,0x00,0x76,0x00,0x6c,0x88,0x10, +0x3a,0x97,0x31,0x0b,0x04,0xc6,0x30,0x0b,0x3a,0x97,0x00,0x98,0x00,0x68,0x80,0x28, +0x38,0x08,0x8a,0xc2,0x00,0x38,0x00,0x0d,0xaa,0x01,0xd9,0x60,0x01,0x0b,0x12,0x30, +0x91,0x0a,0x98,0x00,0x06,0x82,0x03,0xb9,0x50,0x75,0x0b,0x06,0x50,0xa0,0x0a,0x97, +0x00,0x69,0x9d,0x10,0x02,0x80,0x00,0x91,0x00,0x28,0x00,0x0a,0x10,0x00,0x1a,0x97, +0x05,0x60,0xb0,0x1c,0xb7,0x07,0x30,0xb0,0x3a,0x99,0x00,0x3a,0x95,0x82,0x0b,0x19, +0x8c,0x00,0x1b,0x07,0xa2,0x43,0x00,0x00,0x43,0x52,0x00,0x00,0x52,0x91,0x00,0x02, +0x85,0x8a,0x10,0x17,0xa3,0x00,0x01,0x39,0x97,0x00,0x00,0x39,0x97,0x58,0x20,0x01, +0x8a,0x3a,0x71,0x10,0x00,0x5a,0xb2,0x20,0x56,0x02,0x90,0x04,0x10,0x06,0x10,0x03, +0x87,0x87,0x01,0x80,0x77,0x26,0x62,0x81,0x90,0x88,0x0a,0x09,0x08,0x36,0x87,0xa7, +0x40,0x67,0x75,0x00,0x00,0xe2,0x00,0x05,0x79,0x00,0x0b,0x0a,0x10,0x3c,0x9b,0x70, +0xa1,0x00,0xb0,0x5b,0x9a,0x15,0x60,0x74,0x5b,0x9c,0x15,0x60,0x47,0x5b,0x9b,0x20, +0x09,0x9a,0x46,0x60,0x07,0x83,0x00,0x06,0x60,0x07,0x09,0x9a,0x30,0x5b,0x99,0x15, +0x60,0x29,0x56,0x00,0xc5,0x60,0x39,0x5b,0x9a,0x10,0x5b,0x99,0x25,0x60,0x00,0x5b, +0x97,0x05,0x60,0x00,0x5b,0x99,0x20,0x1a,0x00,0x02,0x0d,0x00,0xf2,0x0a,0x56,0x00, +0x00,0x09,0x9a,0x55,0x60,0x04,0x83,0x19,0xa5,0x70,0x0c,0x08,0x99,0x70,0x56,0x00, +0xb0,0x56,0x00,0xb0,0x5b,0x99,0xe0,0x09,0x00,0x10,0x47,0x01,0x00,0x20,0x00,0x0c, +0x02,0x00,0xf1,0x06,0x50,0x0b,0x5a,0xa5,0x56,0x08,0x50,0x56,0x95,0x00,0x5d,0xc0, +0x00,0x57,0x3a,0x00,0x56,0x04,0x90,0x56,0x00,0x42,0x00,0x01,0x54,0x00,0xf0,0x1f, +0x00,0x5d,0x00,0x0d,0x55,0xc4,0x05,0xc5,0x56,0xa0,0xb6,0x55,0x67,0x77,0x65,0x56, +0x1e,0x06,0x50,0x5c,0x00,0xb0,0x5b,0x80,0xb0,0x56,0x94,0xb0,0x56,0x0b,0xc0,0x56, +0x02,0xf0,0x09,0x9a,0x30,0x66,0x00,0xc0,0x83,0x00,0xb0,0x66,0x00,0xc0,0x9e,0x00, +0x73,0x9a,0x45,0x60,0x1b,0x5b,0x89,0x35,0x84,0x00,0xf1,0x23,0x30,0x65,0x00,0xc0, +0x92,0x00,0xc0,0x65,0x00,0xc0,0x09,0x9c,0x40,0x00,0x02,0x80,0x5b,0x9a,0x25,0x60, +0x47,0x5b,0xab,0x15,0x60,0xb0,0x56,0x04,0x70,0x2a,0x89,0x16,0x60,0x22,0x06,0x97, +0x05,0x10,0x65,0x3a,0x9a,0x20,0x79,0xe9,0x50,0x0c,0x00,0x00,0xc0,0x00,0x05,0x00, +0xf2,0x31,0x74,0x01,0xa7,0x40,0x1a,0x74,0x01,0xa6,0x50,0x2a,0x1a,0x9a,0x20,0xa1, +0x00,0xb4,0x70,0x65,0x0a,0x0a,0x00,0x65,0x80,0x00,0xe1,0x00,0xa1,0x0d,0x10,0xb5, +0x63,0xb6,0x38,0x1a,0x82,0xa7,0x30,0xba,0x09,0xb0,0x08,0x70,0x4a,0x00,0x57,0x07, +0x60,0xa5,0xa0,0x02,0xf2,0x00,0xa6,0xa0,0x67,0x07,0x70,0x93,0x06,0x61,0xa0,0xb0, +0x06,0xb2,0x46,0x00,0xf2,0x02,0x59,0x9e,0x40,0x04,0x80,0x02,0xa0,0x00,0xb1,0x00, +0x9b,0x99,0x40,0x59,0x06,0x40,0x64,0x03,0x00,0xf1,0x01,0x05,0x90,0x91,0x00,0x37, +0x00,0x0a,0x00,0x05,0x50,0x00,0xa0,0x00,0x40,0x86,0x38,0x01,0x00,0xf0,0x43,0x96, +0x05,0x00,0x1b,0x60,0x82,0xa0,0x88,0x85,0x47,0x39,0x96,0x18,0x7b,0x83,0x0b,0x4b, +0x9b,0x74,0x00,0x07,0xa9,0x80,0x74,0x0a,0x07,0x40,0xa0,0x7a,0x98,0x00,0x19,0x97, +0x82,0x04,0x92,0x03,0x2a,0x96,0x00,0x0b,0x2b,0x8d,0x83,0x0b,0x82,0x0b,0x2a,0x8d, +0x19,0x97,0x89,0x8a,0x94,0x00,0x2b,0x87,0x08,0x71,0xa0,0x7d,0x41,0xa0,0x1a,0x01, +0xa0,0x2b,0x9d,0x83,0x0b,0x83,0x0b,0x2b,0x9d,0x18,0x97,0x74,0x00,0x7a,0xa8,0x74, +0x0b,0x02,0x00,0x71,0x43,0x65,0x65,0x65,0x65,0x04,0x20,0x79,0x00,0xf0,0x01,0x42, +0xb2,0x74,0x00,0x07,0x48,0x60,0x7b,0x70,0x07,0x8b,0x00,0x74,0x39,0x00,0x65,0x01, +0x00,0xe4,0x7a,0xaa,0x9b,0x37,0x40,0xc0,0x47,0x74,0x0b,0x04,0x77,0x40,0xb0,0x47, +0x36,0x00,0xf0,0x02,0x19,0x98,0x08,0x20,0x91,0x82,0x09,0x11,0xa8,0x70,0x7a,0x88, +0x07,0x40,0xa0,0x74,0x0b,0x89,0x00,0x24,0x00,0x00,0x7a,0x00,0xf2,0x0b,0x00,0x0b, +0x00,0x07,0xb5,0x74,0x07,0x40,0x74,0x00,0x3a,0xa5,0x49,0x32,0x22,0x68,0x3a,0x96, +0x38,0x09,0xc2,0x38,0x02,0x80,0x0c,0x30,0x3f,0x00,0xf0,0x28,0x2b,0x9c,0xa1,0x38, +0x46,0x82,0x0a,0xa0,0x08,0x60,0xa0,0x77,0x0a,0x54,0x99,0x45,0x1b,0x77,0xa1,0x0c, +0x22,0xb0,0x75,0x66,0x0a,0xa0,0x0a,0xa0,0x75,0x57,0xa1,0x37,0x46,0x81,0x09,0x80, +0x08,0x30,0x69,0x00,0x59,0xc7,0x02,0xb0,0x0b,0x10,0x8b,0x86,0x00,0x00,0x75,0x0b, +0x00,0xb0,0x96,0x27,0x03,0x41,0x75,0x00,0x00,0x54,0x01,0x00,0xf2,0x20,0x22,0x00, +0x08,0x30,0x29,0x01,0xa0,0x0a,0x41,0xa0,0x29,0x08,0x30,0x00,0x00,0x19,0x70,0x74, +0x23,0x95,0x00,0x00,0x20,0x00,0x00,0x00,0xc9,0x00,0x1b,0xaa,0xa5,0x90,0x18,0x00, +0x00,0x86,0x1d,0xaa,0x93,0xa0,0x00,0x00,0xba,0x00,0x00,0x00,0x40,0xea,0x0f,0xf0, +0x24,0x4f,0x00,0x00,0x04,0x98,0xaa,0xa6,0x0c,0x00,0x00,0x18,0x05,0x76,0xaa,0xb8, +0x00,0x6e,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x07,0x20,0x00,0x08,0x7b,0x10,0x08, +0x60,0x1b,0x11,0xad,0x08,0xb5,0x00,0xa0,0x91,0x00,0x0a,0x09,0x10,0x00,0xaa,0xd1, +0x00,0x00,0x6a,0xa0,0x0b,0x00,0x00,0x12,0x00,0xf1,0x4e,0x8d,0x08,0x94,0x0a,0x60, +0x1c,0x30,0x0b,0x3a,0x30,0x00,0x0c,0x50,0x00,0x00,0x01,0x20,0x00,0x00,0x08,0x80, +0x00,0x00,0x26,0x43,0x00,0x00,0x80,0x08,0x00,0x02,0x60,0x04,0x40,0x08,0x00,0x00, +0x80,0x2b,0x77,0x77,0xa4,0x00,0x02,0x73,0x03,0x6b,0x07,0x44,0x0c,0xa8,0x70,0x48, +0x67,0x60,0x73,0x06,0x70,0x00,0x07,0x27,0x11,0x71,0x01,0x55,0x00,0x00,0x14,0x41, +0x00,0x03,0x5c,0xd9,0x10,0x0a,0x11,0x33,0x80,0x0a,0x00,0x00,0x91,0x0a,0x00,0x02, +0xa0,0x06,0x93,0x4a,0x40,0x00,0x37,0x72,0xb9,0x00,0x90,0x8a,0xb6,0x70,0x0a,0x17, +0x21,0x70,0x76,0x60,0x03,0x06,0xf0,0x56,0x70,0x44,0x00,0x36,0x00,0x46,0x65,0x00, +0x00,0x76,0x66,0x02,0x40,0x16,0x07,0x00,0x70,0x1b,0x5a,0x30,0x70,0x97,0x50,0x73, +0x60,0x60,0x54,0x07,0x20,0x03,0x61,0x00,0x00,0x65,0x00,0x00,0x55,0x00,0x55,0xba, +0x80,0x51,0x55,0x50,0x51,0x55,0x50,0x50,0x00,0x50,0x15,0xed,0x40,0x00,0x88,0x00, +0x00,0x29,0xa5,0xb6,0xe5,0x32,0x67,0xb0,0x00,0x60,0x56,0x00,0x7a,0x70,0x00,0xb6, +0xd3,0x11,0x00,0x4b,0xc6,0x6b,0xa6,0x65,0x67,0x53,0xaa,0x68,0x68,0xeb,0x64,0x30, +0x06,0x6a,0x70,0x06,0x65,0x30,0x06,0x8d,0xb5,0x58,0x11,0x11,0x10,0xfa,0x00,0xf0, +0x1e,0xfd,0x70,0x70,0x66,0x16,0x72,0x69,0x17,0xbb,0x59,0x9a,0xc9,0x00,0xb5,0x03, +0x67,0x20,0x00,0x64,0x00,0x00,0x0c,0xff,0x40,0x00,0x0f,0xff,0xaf,0xd0,0x05,0xff, +0x9f,0xf0,0x07,0x6c,0xff,0x90,0x09,0x6f,0xff,0xf0,0x0a,0xba,0xaa,0xa0,0x29,0x05, +0xf2,0x27,0x64,0x00,0x33,0x3a,0x50,0x9a,0xaa,0xa2,0x3e,0xee,0xec,0x02,0x90,0x00, +0x00,0x25,0x00,0x00,0x35,0x10,0x00,0x03,0x77,0x70,0x00,0x37,0x73,0x00,0x44,0x84, +0x00,0x96,0x73,0xc0,0x0b,0x5b,0x3d,0x00,0x07,0x57,0x20,0x00,0x46,0x67,0x10,0x60, +0x06,0x81,0x60,0x07,0x47,0x60,0x00,0x06,0x03,0x00,0xbc,0x76,0x66,0x67,0x37,0x33, +0x73,0x02,0x30,0x00,0x00,0x50,0x4f,0x04,0x21,0x00,0x14,0xa6,0x01,0x0b,0x15,0x00, +0x4c,0x60,0x00,0x02,0x24,0x15,0x00,0x5c,0x04,0x46,0x00,0x05,0x36,0x15,0x00,0x21, +0x05,0x17,0xc8,0x11,0x0b,0x3f,0x00,0x00,0xee,0x04,0x0d,0x15,0x00,0xf9,0x07,0x01, +0xdb,0x99,0x00,0x00,0x97,0x70,0x00,0x00,0x57,0x3c,0x86,0x00,0x1d,0xab,0x80,0x00, +0x0b,0x20,0x2c,0x88,0x30,0xc2,0x04,0x79,0x07,0x40,0x04,0x20,0x00,0x04,0x00,0xbc, +0x04,0x4b,0x00,0x33,0x00,0x05,0x12,0x00,0x49,0x60,0x00,0x42,0x20,0x12,0x00,0x00, +0xba,0x01,0x0a,0x24,0x00,0x61,0x06,0x00,0x22,0x04,0x70,0x47,0x03,0x00,0x42,0x05, +0x01,0x40,0x47,0x0c,0x00,0x74,0x00,0x03,0x40,0x05,0x40,0x04,0x70,0x02,0x00,0x46, +0x16,0x43,0x00,0x00,0x0e,0x00,0xfb,0x04,0x3c,0x9a,0x23,0x80,0x1b,0x9c,0x40,0xb3, +0x80,0x1b,0x3c,0x9a,0x20,0x02,0x74,0x20,0x05,0x18,0x00,0xd1,0x04,0x20,0x02,0xa0, +0x2b,0x01,0x0b,0xd7,0x04,0x3e,0x00,0x29,0x00,0x15,0x00,0x20,0x01,0x96,0x15,0x01, +0x0b,0x15,0x00,0x3e,0x03,0x77,0x00,0x15,0x00,0x3e,0x04,0x27,0x00,0x15,0x00,0xfa, +0x11,0x00,0x00,0x56,0x48,0x0a,0xc0,0x49,0x67,0x10,0x01,0x09,0x9a,0x90,0x66,0x07, +0xc0,0x83,0x53,0xb0,0x58,0x60,0xc0,0x0d,0xaa,0x30,0x12,0x00,0x00,0x04,0x80,0x00, +0x05,0x06,0x05,0x4b,0x00,0x47,0x00,0x04,0x12,0x00,0x49,0xc2,0x00,0x31,0x40,0x12, +0x00,0x10,0x06,0xa7,0x01,0x0a,0x24,0x00,0x00,0x57,0x01,0x08,0x15,0x05,0x00,0xd9, +0x05,0xf1,0x0d,0xb9,0x80,0x56,0x07,0x45,0xb8,0x80,0x56,0x00,0x00,0x2b,0xa4,0x07, +0x44,0x60,0x74,0x93,0x07,0x40,0xa3,0x75,0x7a,0x30,0x04,0x30,0x2a,0x96,0x28,0xfb, +0x04,0x24,0x00,0x61,0x05,0x05,0x24,0x04,0x51,0x0a,0x00,0x44,0x00,0x00,0x08,0x84, +0x0c,0x00,0x24,0x07,0x25,0x0a,0x00,0x44,0x03,0x50,0x03,0x50,0x0c,0x00,0xe4,0x4a, +0x99,0x9a,0x22,0x98,0xd8,0x95,0xa1,0x1c,0x00,0x05,0xaa,0x89,0x93,0x32,0x05,0x44, +0x02,0x90,0x05,0x20,0x2c,0x05,0x24,0x00,0x61,0x0a,0x00,0x24,0x04,0x50,0x0a,0x00, +0x24,0x07,0x34,0x0a,0x00,0x91,0x06,0x10,0x65,0x06,0x50,0x65,0x06,0x50,0x16,0x06, +0x00,0x53,0x65,0x00,0x05,0x50,0x06,0x02,0x00,0x24,0x25,0x51,0x0a,0x00,0xf0,0x00, +0x09,0x75,0x00,0x39,0x70,0x08,0x8d,0x05,0x60,0x92,0x64,0x0a,0x00,0x99,0x70,0x95, +0x00,0x04,0x36,0x05,0xf7,0x00,0x05,0x30,0x01,0x99,0x80,0x82,0x09,0x18,0x20,0x91, +0x1a,0x87,0x00,0x00,0x61,0x0d,0x00,0x28,0x04,0x51,0x1a,0x00,0x46,0x00,0x00,0x88, +0x40,0x62,0x05,0x27,0x07,0x24,0x1c,0x00,0xf4,0x0c,0x01,0x70,0x00,0x00,0x00,0x7a, +0xaa,0x10,0x16,0x00,0x00,0x03,0x01,0x9a,0x90,0x82,0x7a,0x18,0x64,0x91,0x1d,0x87, +0x00,0x20,0x00,0x04,0x20,0x5b,0x05,0x24,0x00,0x61,0x0a,0x00,0x24,0x04,0x50,0x0a, +0x00,0x24,0x07,0x24,0x0a,0x00,0x26,0x01,0x60,0x5f,0x05,0xf6,0x02,0x65,0x00,0x06, +0xb9,0x80,0x65,0x0a,0x16,0x50,0xa1,0x6a,0x98,0x06,0x50,0x00,0x25,0x51,0x1b,0x00, +0x3e,0x05,0x87,0x00,0x4f,0x03,0x25,0x08,0x85,0x75,0x01,0x4c,0x04,0x00,0x02,0x74, +0x1f,0x00,0x52,0x06,0x62,0x19,0x96,0x5a,0x8a,0x01,0xf3,0x02,0xc2,0x00,0x05,0x26, +0x00,0x09,0x9a,0x10,0x33,0x00,0x60,0xa0,0x00,0xa0,0x00,0x02,0xa0,0x39,0x00,0x30, +0xac,0x00,0x58,0x76,0x07,0x19,0x00,0x6d,0x03,0x61,0x00,0x60,0x19,0x96,0x82,0x05, +0x8a,0x01,0x1c,0x95,0x1c,0x00,0x25,0x05,0x50,0xd8,0x06,0x1c,0x70,0x1c,0x00,0x25, +0x02,0x40,0xc2,0x01,0x0d,0x38,0x00,0xf9,0x00,0x04,0x40,0x19,0xa4,0x82,0x0b,0x92, +0x00,0x2a,0x87,0x04,0x22,0x00,0x06,0x00,0x92,0x08,0xf9,0x00,0x00,0x0b,0x81,0x2b, +0x8d,0x00,0x83,0x0b,0x00,0x82,0x0b,0x00,0x2a,0x8d,0x00,0x70,0x03,0xfc,0x00,0x00, +0x6d,0x52,0xb8,0xd0,0x83,0x0b,0x08,0x20,0xb0,0x2a,0x8d,0x00,0x07,0x86,0xce,0x03, +0x25,0x08,0x84,0x1f,0x02,0x4a,0x04,0x00,0x48,0x20,0xea,0x03,0x15,0x72,0x45,0x02, +0x1c,0x70,0x38,0x00,0x24,0x01,0x60,0x1c,0x00,0x53,0x5b,0x99,0x25,0xb9,0x70,0xbb, +0x08,0x30,0x20,0x02,0xb0,0x17,0x00,0xaa,0x93,0x01,0x2b,0x84,0x00,0xb1,0x04,0x23, +0x00,0x06,0x35,0x00,0x24,0x04,0x41,0x35,0x00,0x03,0xe0,0x00,0x07,0x2f,0x09,0x26, +0x04,0x50,0xcd,0x07,0x59,0x04,0x04,0x00,0x28,0x40,0x1e,0x00,0x00,0x4e,0x06,0x06, +0x20,0x00,0x2c,0x00,0x70,0x3e,0x00,0x17,0x01,0x3e,0x00,0x0a,0x57,0x00,0x10,0x10, +0x2d,0x00,0x39,0x40,0x02,0x80,0x40,0x00,0x5b,0x51,0x00,0x01,0x34,0x00,0xa1,0x09, +0x46,0x04,0x30,0x04,0x40,0x46,0x08,0x61,0x56,0x00,0xc0,0xab,0x88,0xe4,0x1d,0x00, +0xf6,0x06,0xc0,0x56,0x00,0xc0,0x1a,0xb3,0x00,0x5b,0x9a,0x05,0x60,0xb0,0x56,0x0b, +0x05,0x60,0xb0,0x08,0x15,0x23,0x71,0xde,0x04,0x44,0x00,0x00,0x28,0x82,0x2b,0x03, +0x28,0x18,0x83,0xf8,0x04,0x06,0x18,0x00,0x46,0x04,0x31,0x06,0x70,0x18,0x00,0x24, +0x07,0x70,0x18,0x00,0x00,0x14,0x0a,0x40,0x58,0xa3,0x04,0x30,0x7c,0x03,0x51,0x07, +0x50,0xa2,0x24,0x00,0x26,0x0a,0x00,0xa6,0x08,0x33,0x47,0x00,0x0c,0x03,0x00,0x92, +0x31,0x0b,0x47,0x3a,0x97,0x43,0x52,0x65,0x73,0x02,0x00,0x40,0x02,0xb1,0x00,0x59, +0x14,0x08,0x02,0xb9,0x09,0xa2,0x05,0x00,0xb0,0x5a,0xa5,0x00,0x05,0x50,0x05,0x60, +0x02,0x00,0x2b,0x2b,0x30,0x59,0x0a,0x69,0x00,0xa0,0x00,0x00,0x30,0x00,0x06,0x09, +0x10,0x55,0x39,0x08,0xf9,0x00,0x65,0x2b,0x06,0x5b,0x10,0x6c,0x90,0x06,0x55,0x80, +0x05,0x00,0x01,0x30,0x00,0x80,0x0a,0x43,0x19,0x00,0x00,0x65,0x10,0x04,0x09,0x18, +0x00,0x00,0x38,0x17,0x02,0x44,0x09,0x65,0x32,0x61,0x56,0x91,0x05,0x62,0x19,0x00, +0x37,0x66,0x96,0x51,0x2e,0x00,0x11,0x60,0x15,0x00,0x00,0x43,0x00,0x24,0x66,0x56, +0x15,0x00,0x22,0x9a,0x20,0x15,0x00,0xdc,0x46,0x04,0x60,0x8a,0x04,0x60,0x46,0x00, +0x00,0x06,0x00,0x00,0x32,0x06,0x06,0x24,0x00,0x61,0x7e,0x01,0x0c,0x19,0x00,0x45, +0x41,0x00,0x00,0x80,0x9b,0x01,0x9c,0x01,0x40,0x04,0x40,0x01,0x35,0x00,0x00,0x42, +0x40,0x00,0x24,0x03,0x41,0x23,0x00,0x90,0x18,0x00,0x00,0x7a,0xa8,0x07,0x40,0xb0, +0x74,0x92,0x0c,0xf2,0x02,0x5b,0x00,0xc5,0xb7,0x0c,0x56,0x93,0xc5,0x60,0xbc,0x56, +0x03,0xe0,0x00,0x69,0x79,0x99,0x24,0x00,0x5e,0x00,0x6a,0x04,0x88,0x00,0x22,0x06, +0x28,0x08,0x84,0x9d,0x04,0x4c,0x01,0x00,0x01,0x76,0x22,0x00,0x28,0x06,0x72,0xdb, +0x04,0x4c,0x99,0x20,0x00,0x11,0x22,0x00,0x45,0x05,0x88,0x01,0xaa,0x22,0x00,0xc0, +0x1a,0x9d,0xba,0xa0,0x84,0x09,0x20,0x00,0x92,0x09,0xa9,0x50,0x08,0x00,0xf0,0x05, +0x19,0x8c,0xa9,0x90,0x19,0x98,0x99,0x88,0x30,0xaa,0x8a,0x83,0x0a,0x50,0x01,0xa8, +0x79,0x87,0x00,0x32,0x88,0x07,0x08,0xa6,0x0b,0x22,0x04,0x37,0x6d,0x0a,0x09,0x15, +0x00,0x11,0x05,0x2c,0x05,0x02,0x87,0x0a,0x42,0x03,0x20,0x61,0x00,0x08,0x04,0x08, +0x22,0x00,0x13,0x13,0x37,0x00,0x59,0x00,0x74,0x00,0x05,0x00,0xea,0x0b,0xea,0x00, +0x60,0x3a,0xa3,0x49,0x57,0x01,0x68,0x4a,0x96,0x04,0x93,0x00,0x00,0x1c,0x00,0x24, +0x04,0x50,0xd4,0x0a,0x09,0x17,0x00,0x23,0x09,0x20,0x17,0x00,0x4e,0xa6,0x01,0xa0, +0x04,0x35,0x00,0x14,0x40,0x51,0x00,0x07,0x45,0x0c,0xf1,0x00,0xf0,0x00,0x08,0x10, +0x14,0x03,0x80,0x9c,0x23,0x80,0x28,0x00,0xc3,0x06,0x50,0xa1,0x00,0x09,0x64,0x0c, +0x32,0x00,0xa3,0x81,0x1d,0x00,0x54,0x79,0xe9,0x50,0x6e,0x50,0x16,0x00,0xcc,0x03, +0x80,0x09,0xc2,0x09,0xc3,0x02,0x80,0x00,0xc3,0x04,0x76,0x4d,0x07,0x00,0x6e,0x06, +0x04,0xea,0x05,0x2c,0x05,0x87,0x1e,0x00,0x06,0x1c,0x00,0x4b,0x04,0x04,0x00,0x27, +0x99,0x07,0x15,0x72,0x40,0x06,0x49,0x52,0x00,0x05,0x20,0x1c,0x00,0x00,0x43,0x07, +0x05,0x40,0x06,0x4a,0x99,0x10,0x01,0x10,0x3a,0x00,0x14,0x88,0x3b,0x02,0x26,0x2b, +0x9c,0x70,0x00,0x65,0x28,0x1a,0x98,0x10,0x07,0x50,0x54,0x00,0x10,0x48,0xc3,0x02, +0x2e,0x02,0x24,0x1d,0x0d,0x00,0xc6,0x0a,0x08,0x05,0x0c,0x01,0x54,0x09,0x09,0x0f, +0x08,0x26,0x05,0x50,0x97,0x06,0x4a,0x07,0x16,0x00,0x00,0x2d,0x08,0x01,0x3f,0x08, +0x09,0x47,0x0d,0x25,0x01,0x60,0x37,0x0c,0x00,0xf9,0x04,0x09,0x1c,0x00,0x24,0x03, +0x30,0x1c,0x00,0x01,0x6f,0x05,0x09,0x1c,0x00,0x24,0x04,0x40,0x1c,0x00,0x32,0x19, +0x35,0x60,0xd2,0x03,0xd2,0x27,0x05,0xe0,0x10,0x00,0x29,0x82,0x01,0x8b,0x38,0x20, +0x39,0x98,0x29,0x1c,0xf0,0x01,0x26,0xbe,0x00,0x8d,0xff,0xff,0x00,0xff,0xe9,0x5f, +0x00,0xf3,0x00,0x0f,0x00,0xf0,0x04,0x00,0xf0,0x07,0x0a,0xff,0xaf,0xf0,0x0a,0xfa, +0xaf,0xa0,0x00,0x00,0xbd,0xcc,0xce,0xab,0x8b,0x00,0x07,0x58,0xcd,0x66,0x6a,0xac, +0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0xf0,0x01,0x34,0x14,0x44,0x43,0xff,0x7f, +0xff,0xff,0xab,0x4b,0xbb,0xba,0xbc,0x5c,0xcc,0xcb,0x0c,0x00,0x43,0x67,0x17,0x88, +0x86,0x14,0x00,0x00,0xa2,0x0c,0xf0,0x01,0x9a,0x00,0x00,0x09,0xfa,0xa9,0x00,0x9f, +0xa0,0xaf,0x99,0xfa,0x00,0x0a,0xff,0xa0,0x0e,0x1c,0xf0,0x34,0x00,0x63,0x00,0x82, +0xcf,0x4a,0xf4,0x1d,0xff,0x60,0x0a,0xff,0x30,0xaf,0x7d,0xf3,0xa6,0x01,0xb3,0x00, +0x0c,0x51,0x00,0x1d,0x7d,0x6e,0x70,0x8d,0x0d,0x65,0xf1,0xc7,0x0d,0x60,0xe6,0xd7, +0x06,0x20,0xe6,0x9d,0x00,0x04,0xf2,0x1e,0xc7,0x8f,0x80,0x01,0x9d,0xc6,0x00,0x00, +0x0c,0xc0,0x00,0x18,0x8f,0xf8,0x81,0x8f,0xfe,0xef,0xf8,0x2f,0xe0,0x0e,0xf2,0x04, +0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x00,0x1c,0x00,0xf4,0x19,0x00,0x00,0x30,0x22, +0x00,0x00,0xaf,0xaa,0xa0,0x01,0xda,0x6a,0xfa,0x03,0xe8,0xbf,0xb8,0xe3,0xb6,0xdf, +0xff,0xd6,0xb0,0x8f,0xfb,0xff,0x80,0x08,0xfc,0x0c,0xf8,0x00,0x5b,0x80,0x8b,0x50, +0x00,0x0f,0xf0,0x00,0x04,0x00,0xf0,0x17,0x07,0xff,0xff,0x70,0x00,0x9f,0xf9,0x00, +0x78,0x7a,0xa7,0x87,0xff,0xfb,0xbf,0xff,0xff,0xff,0xfb,0xbf,0x05,0xff,0xff,0xf5, +0x01,0xe3,0x00,0x03,0xe1,0xa8,0x00,0x00,0x08,0xaf,0xff,0x60,0x6f,0xff,0x01,0x00, +0x10,0xfd,0x04,0x00,0xf1,0x16,0x00,0x00,0x00,0x03,0x02,0xbf,0xfb,0x3f,0x2e,0x91, +0x18,0xff,0x9a,0x00,0x6c,0xff,0x31,0x00,0x24,0x44,0x44,0x42,0x00,0x13,0xff,0xc6, +0x00,0xb9,0xfe,0xa5,0x5b,0xd1,0xf2,0x8c,0xc8,0x10,0x30,0x48,0x04,0x20,0x34,0xcf, +0x35,0x00,0xf0,0x06,0xab,0xff,0x00,0x4f,0x00,0x01,0x00,0x09,0x00,0x34,0xcf,0x01, +0xff,0xff,0x1b,0xff,0xff,0x1b,0xbb,0xff,0x01,0xa7,0x0d,0x10,0x01,0x25,0x00,0xf2, +0x20,0x54,0x00,0x00,0x90,0x23,0xb3,0x34,0xcf,0x02,0xc3,0xbf,0xff,0xf1,0xb5,0x6c, +0xff,0xff,0x1b,0x56,0xca,0xbf,0xf0,0x2c,0x3a,0x00,0x4f,0x02,0x3b,0x30,0x00,0x10, +0x05,0x40,0xdf,0xff,0xff,0xfd,0xf0,0x7f,0xff,0xff,0xf8,0xcf,0xb1,0xbf,0xfb,0x5b, +0xb4,0x00,0x10,0xdf,0x87,0x00,0xf1,0x10,0xb4,0x00,0x03,0xfb,0x00,0x0b,0xff,0x40, +0x6f,0xff,0xd0,0xdf,0xff,0xf5,0xf8,0xff,0xf7,0xaa,0x8f,0xf2,0x1a,0xfd,0x40,0x40, +0x00,0x2f,0x20,0x8f,0xf2,0x9f,0xff,0x7c,0x00,0xf1,0x16,0x5e,0xff,0xf2,0x2e,0xfb, +0x10,0x19,0x00,0x00,0x00,0x0d,0xa1,0x00,0x00,0xff,0xf7,0x00,0x0f,0xff,0xfd,0x40, +0xff,0xff,0xff,0xaf,0xff,0xff,0xfa,0xff,0xff,0xd4,0x0f,0xff,0x70,0x00,0xda,0x10, +0xf5,0x01,0xb9,0x9b,0x90,0x9b,0x9f,0xff,0x0f,0xff,0xff,0xf0,0xff,0xff,0x07,0x00, +0xae,0xf2,0x42,0x02,0x42,0x24,0x44,0x44,0x2f,0xff,0xff,0x01,0x00,0xc1,0xf8,0xbb, +0xbb,0xb8,0x20,0x00,0x4f,0x80,0x2f,0xff,0x92,0xff,0x70,0x00,0x72,0xfe,0x5f,0xfd, +0x22,0xf9,0x10,0x1b,0xa4,0x0e,0xf0,0x33,0x8f,0x80,0x00,0x00,0x7f,0xff,0x70,0x00, +0x5f,0xff,0xff,0x50,0x0e,0xff,0xff,0xfe,0x00,0x58,0x88,0x88,0x50,0x0f,0xff,0xff, +0xff,0x00,0xab,0xbb,0xbb,0xa0,0x00,0x06,0x20,0x07,0xf4,0x07,0xf5,0x05,0xf6,0x00, +0x1e,0xb0,0x00,0x2e,0xb0,0x00,0x2e,0x60,0x00,0x10,0x26,0x00,0x04,0xf7,0x00,0x05, +0xf7,0x00,0x06,0xf5,0x00,0xbe,0x10,0xbe,0x20,0x6e,0xa0,0x12,0x00,0xbc,0x0e,0xf0, +0x01,0x03,0xf3,0x00,0x00,0x4f,0x40,0x07,0x8a,0xfa,0x87,0xef,0xff,0xff,0xe0,0x04, +0xf4,0x0e,0x00,0x80,0x00,0x01,0xb1,0x00,0x78,0x88,0x88,0x7e,0x59,0x00,0xf1,0x0c, +0x8c,0xcc,0x80,0x01,0xdd,0x16,0x3d,0xd1,0xcf,0x55,0xed,0x5f,0xcb,0xf5,0xdf,0xd5, +0xfc,0x1d,0xd3,0x73,0xdd,0x10,0x08,0xdc,0xc8,0x10,0x1d,0x89,0x01,0xf1,0x11,0x5e, +0x8c,0xcc,0xa2,0x00,0x00,0x2d,0xb4,0x49,0xf4,0x00,0x7a,0x1a,0xff,0x3f,0xe1,0x07, +0xfa,0x06,0xf7,0xff,0x10,0x0a,0xf3,0x03,0xef,0x40,0x00,0x06,0xcc,0x71,0xbb,0x02, +0x01,0x50,0x89,0x00,0x00,0x3e,0x30,0x47,0x07,0xf0,0x2d,0xfc,0x00,0x00,0x00,0x06, +0xfc,0xf6,0x00,0x00,0x00,0xed,0x0d,0xe0,0x00,0x00,0x8f,0xe0,0xef,0x80,0x00,0x2f, +0xff,0x6f,0xff,0x20,0x0b,0xff,0xe2,0xef,0xfa,0x00,0xdf,0xff,0xff,0xff,0xd0,0x00, +0x00,0x00,0x20,0x44,0x00,0x04,0xf5,0xef,0xb1,0xcf,0xfd,0x01,0x8c,0xd1,0xc1,0x01, +0xdc,0x81,0xc1,0xef,0xc1,0xbf,0xfd,0x14,0x00,0x12,0x00,0xff,0x00,0xf2,0x00,0x00, +0x04,0xe4,0x00,0x04,0xfc,0xf4,0x04,0xf8,0x08,0xf4,0xb8,0x00,0x08,0xb0,0x5b,0x03, +0xe1,0x0b,0x80,0x00,0x8b,0x4f,0x80,0x8f,0x40,0x4f,0xcf,0x40,0x00,0x4e,0x40,0x13, +0x00,0xf1,0x12,0x94,0x14,0x44,0x40,0x00,0xbf,0xf8,0xbb,0xbf,0x10,0x08,0xb7,0x60, +0x00,0xe1,0x00,0x0b,0x40,0x00,0x1e,0x20,0x00,0xb7,0x44,0x5e,0xfd,0x50,0x07,0xbb, +0xb8,0x5f,0x80,0x00,0x50,0x00,0x43,0xdf,0xfb,0x00,0x00,0x81,0x02,0x05,0x01,0x00, +0x01,0x06,0x02,0x30,0x09,0x90,0x00,0xbc,0x02,0x01,0xc4,0x02,0x03,0xd0,0x02,0x71, +0x78,0x4f,0xf4,0x87,0xff,0xe8,0x8e,0xc8,0x02,0x03,0x03,0x20,0x73,0x07,0xea,0x00, +0x00,0x00,0xef,0xe0,0xde,0x00,0xf3,0x33,0x4f,0x70,0x00,0x00,0x1d,0xe0,0x07,0xdc, +0x4d,0xf3,0x00,0xef,0xff,0xe3,0x00,0x0a,0xec,0x70,0x00,0x00,0x03,0x00,0x00,0x00, +0xcd,0xc0,0x2d,0xc0,0xe7,0xf2,0xee,0x20,0x4b,0xff,0xe2,0x00,0x04,0xff,0xa0,0x00, +0xcd,0xf9,0xf9,0x00,0xe7,0xe0,0x7f,0x90,0x4a,0x40,0x04,0x50,0x00,0xff,0xf7,0x47, +0x4f,0xff,0x47,0xf8,0xff,0xff,0xff,0x8f,0xff,0xff,0x07,0x00,0xf0,0x10,0xfb,0x78, +0x88,0x7f,0xff,0xff,0x00,0x24,0x44,0x41,0x0f,0xbb,0xbb,0xe2,0xf0,0x00,0x0f,0xdf, +0x44,0x44,0xff,0xff,0xfc,0xff,0xff,0xf9,0x09,0xff,0xff,0xd5,0xdf,0x20,0x02,0x30, +0x01,0x11,0x11,0xf4,0x01,0xf0,0x06,0x01,0x11,0x11,0x05,0x55,0x55,0x55,0xcc,0xcc, +0xcc,0xc0,0x11,0x11,0x10,0xff,0xff,0xff,0xf0,0x11,0x11,0x10,0xc1,0x00,0xf1,0x00, +0x9f,0xff,0xff,0xf9,0xb7,0xff,0xff,0x7b,0xfe,0x7c,0xc7,0xef,0xff,0xfa,0xaf,0xd5, +0x00,0xf1,0x3b,0x07,0xff,0x60,0x00,0xaf,0xf2,0x00,0x0c,0xff,0x87,0x00,0xef,0xff, +0xb0,0x07,0x8e,0xf2,0x00,0x00,0xf8,0x00,0x00,0x3e,0x00,0x00,0x06,0x50,0x00,0x79, +0xb9,0x70,0x0f,0xfc,0xff,0x00,0xff,0x68,0x83,0x0f,0xf8,0xff,0x8b,0xff,0x8f,0xf8, +0x8f,0xf8,0xff,0xff,0x78,0x8f,0xff,0xf0,0x07,0xff,0xff,0x00,0x0d,0x00,0x00,0x4e, +0xfe,0x30,0x0d,0xff,0xfd,0x00,0xff,0xff,0xf0,0x3f,0xff,0xff,0x3b,0xa3,0x00,0x41, +0x88,0x60,0x04,0xf4,0xb7,0x01,0xf4,0x03,0xdf,0x18,0x81,0x88,0x1f,0xfe,0xaa,0xca, +0xae,0xff,0xea,0xac,0xaa,0xef,0xf1,0x80,0x00,0x81,0xd1,0x03,0x01,0x01,0x00,0xf0, +0x07,0x4b,0xc0,0x00,0x00,0x5c,0xff,0xb0,0x00,0x6e,0xff,0xff,0x40,0x0d,0xff,0xff, +0xfc,0x00,0x06,0x88,0xcf,0xf5,0x00,0x02,0x02,0x00,0x05,0x00,0x53,0x60,0x00,0x00, +0x00,0x5d,0x2a,0x00,0x9b,0xff,0xf8,0xb0,0xff,0xf8,0xfb,0xff,0xfc,0x88,0x11,0x03, +0xf0,0x0d,0x00,0x04,0x77,0x40,0x00,0x09,0xff,0xcc,0xff,0x90,0xcd,0x40,0x00,0x04, +0xdc,0x20,0x4b,0xff,0xb4,0x02,0x01,0xfa,0x55,0xaf,0x10,0x00,0x00,0x21,0x38,0x00, +0x10,0xee,0x05,0x00,0x20,0x87,0x00,0x31,0x04,0xc0,0x44,0x40,0xfb,0xbb,0xbb,0xbb, +0xda,0xf7,0xee,0xee,0xee,0x5f,0x4e,0x01,0xb9,0x2f,0xf5,0x66,0x66,0x66,0xab,0x8b, +0xbb,0xbb,0xbb,0xb3,0x1e,0x00,0x10,0x70,0x1e,0x00,0x10,0x80,0x1e,0x00,0x1e,0x54, +0x1e,0x00,0xcd,0xe0,0x00,0x5f,0xf8,0xff,0xf0,0x00,0x2f,0xf5,0x66,0x64,0x44,0x1e, +0x00,0xcc,0xe7,0x00,0x00,0x5f,0xf8,0xf8,0x00,0x00,0x2f,0xf5,0x65,0x44,0x1e,0x00, +0x60,0xd8,0xf0,0x00,0x00,0x00,0x5f,0x05,0x00,0x61,0x2f,0xf4,0x44,0x44,0x44,0xad, +0x1e,0x00,0x04,0x2c,0x02,0x10,0xd8,0x05,0x00,0xf0,0x04,0x36,0x40,0x00,0x09,0xb1, +0x91,0x11,0x17,0x20,0xef,0x88,0xd8,0x88,0xd9,0x02,0x20,0x06,0x48,0x70,0x18,0x03, +0x13,0xec,0x25,0x00,0xf3,0x1e,0x06,0xdd,0xc3,0x04,0xff,0x3e,0xd0,0x9c,0xb5,0x5f, +0x2b,0xf7,0x1a,0xf4,0xbf,0x81,0xbf,0x39,0xc9,0x64,0xf2,0x4f,0xf3,0xde,0x00,0x6d, +0xed,0x30,0x78,0xdf,0xd8,0x77,0x88,0x88,0x87,0x8f,0xff,0xff,0x88,0xcc,0x8c,0xc8, +0x8c,0xc8,0xcc,0x07,0x00,0x30,0x85,0xff,0xff,0x4f,0x01,0xf4,0x10,0x7e,0x30,0x00, +0x00,0x4b,0xfe,0x00,0x00,0x8f,0x9b,0x70,0x00,0x8f,0xff,0x40,0x00,0x8f,0xff,0x80, +0x00,0x7f,0xff,0x80,0x00,0x0e,0xff,0x80,0x00,0x00,0xee,0x70,0x8e,0x01,0xd2,0xaf, +0xff,0xff,0xfc,0x0b,0xff,0x9c,0xc9,0xff,0xaf,0xff,0xc1,0x1c,0x05,0x00,0x01,0x0f, +0x00,0x01,0x19,0x00,0xf3,0x02,0x07,0xff,0xfe,0x17,0xb6,0x27,0xc3,0xfe,0xb9,0xbe, +0x3f,0xff,0xff,0xf3,0xff,0xff,0xff,0x07,0x00,0x50,0x3c,0xff,0xff,0xe1,0x00,0xcd, +0x02,0xc0,0x23,0x00,0x02,0xf0,0x2e,0x92,0x22,0x5f,0x0d,0xff,0xff,0xff,0x09,0x00, +0x4b,0x21,0x00,0x23,0x00,0x01,0x00,0x2f,0xfe,0x00,0x01,0x00,0x06,0x1b,0xf9,0x08, +0x00,0x00,0x01,0x00,0x83,0xfd,0xfc,0x00,0xff,0xfc,0x00,0xfb,0x00,0xb8,0x05,0x0e, +0x01,0x00,0x2f,0x01,0x01,0x1a,0x00,0x04,0x2f,0xf5,0x00,0x01,0x00,0x18,0x1f,0xf2, +0x21,0x00,0x0d,0x03,0x94,0x00,0xb3,0xfc,0x00,0xff,0x00,0x00,0xf8,0xff,0xfb,0xfc, +0x00,0xfa,0x94,0x02,0x00,0x21,0x04,0x2f,0xfd,0xfe,0x84,0x00,0x01,0x10,0xfe,0x1d, +0x00,0x05,0xe7,0x02,0x0e,0x07,0x01,0x0a,0x0a,0x00,0x19,0xff,0x1f,0x00,0x06,0x0e, +0x00,0x13,0xfa,0x0e,0x00,0x00,0x4e,0x00,0x3f,0xff,0xfd,0xff,0x4e,0x01,0x0d,0x05, +0x88,0x00,0x00,0x4b,0x08,0x00,0x07,0x00,0x19,0xfe,0x33,0x00,0x11,0xf1,0x19,0x01, +0x15,0xf0,0x27,0x00,0x20,0xfe,0xff,0x23,0x00,0x01,0x2e,0x00,0x0e,0x4a,0x00,0x02, +0x5f,0x00,0x1e,0x01,0xb2,0x01,0x0e,0xaa,0x00,0x0f,0x01,0x00,0x0b,0x1b,0xfc,0xaa, +0x00,0x10,0xfe,0x74,0x00,0x00,0x79,0x00,0x14,0xfc,0x12,0x00,0x14,0xeb,0x75,0x00, +0x97,0xfc,0x00,0x00,0xef,0xfd,0xf5,0xf7,0x00,0xf1,0x03,0x02,0x28,0xf8,0xfa,0x4d, +0x00,0x00,0x0c,0x03,0x33,0xf7,0x00,0xf4,0x49,0x00,0x10,0xfe,0xbb,0x00,0x00,0x85, +0x00,0x03,0x07,0x02,0x1c,0xfa,0x7c,0x00,0x10,0xfd,0xe4,0x00,0x1f,0xfe,0xa3,0x00, +0x0e,0x1e,0xfb,0xad,0x01,0x08,0x63,0x01,0x93,0xf2,0xf2,0x00,0x00,0xfb,0xfe,0xf1, +0xff,0x01,0x70,0x02,0xf2,0x02,0xf9,0xfa,0x00,0xf9,0xfa,0xfb,0xf9,0x00,0xfa,0xfc, +0xfc,0xfb,0xfc,0x00,0xf5,0xf9,0xfa,0x32,0x01,0x66,0xf2,0xfe,0x00,0x00,0xfb,0xff, +0x43,0x01,0x62,0xfd,0xfd,0x00,0x00,0xfd,0xfe,0x67,0x01,0x25,0x00,0x01,0x59,0x01, +0x22,0xf8,0xfc,0x6c,0x00,0x13,0x01,0x11,0x00,0x23,0xfe,0xfe,0x8a,0x01,0x1a,0x00, +0xe8,0x02,0x14,0xfd,0x7f,0x00,0x15,0x01,0x8b,0x00,0x02,0xd4,0x01,0x07,0x9e,0x00, +0xe0,0x01,0xfd,0xf3,0xfd,0x00,0x00,0xfa,0xfe,0xfa,0xff,0x01,0xfa,0x01,0x01,0x9e, +0x00,0x70,0xfb,0xfc,0xff,0xfe,0xfc,0xfe,0xfc,0xfa,0x01,0x66,0xff,0xfe,0x01,0xfa, +0xfc,0xfc,0xd7,0x00,0x09,0xcc,0x01,0x14,0xff,0x4e,0x00,0x0e,0x1e,0x01,0x04,0x1c, +0x00,0x0f,0xcf,0x01,0x07,0x0f,0x10,0x02,0x10,0x1f,0xfe,0x27,0x00,0x0b,0x2e,0xff, +0xff,0x41,0x02,0x0f,0x68,0x02,0x25,0x07,0x73,0x01,0x0e,0x8a,0x03,0x19,0x01,0x3c, +0x00,0x15,0x01,0x56,0x03,0x0f,0x01,0x00,0x25,0x0e,0x8a,0x00,0x1f,0xf8,0xea,0x00, +0x13,0x1d,0x01,0x2b,0x00,0x00,0xf7,0x01,0x01,0x9f,0x00,0x10,0x03,0x58,0x02,0x0f, +0x78,0x00,0x1b,0x1b,0x01,0x2a,0x05,0x02,0xf5,0x03,0x0a,0xed,0x00,0x0e,0xa0,0x00, +0x0f,0xea,0x00,0x1d,0x1f,0xff,0x27,0x00,0x2c,0x0f,0x43,0x00,0x0a,0x12,0x01,0x25, +0x29,0x21,0x02,0x03,0x2d,0x19,0x2c,0x04,0x05,0x21,0x00,0x00,0xdc,0x1d,0xf1,0x0a, +0x09,0x0a,0x0b,0x00,0x0c,0x0c,0x0d,0x0e,0x0f,0x0c,0x0c,0x09,0x10,0x11,0x12,0x00, +0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19,0x00,0x5b,0x1d,0x70,0x1b,0x1c,0x00,0x1d, +0x1e,0x00,0x1f,0xac,0x09,0xff,0x00,0x1f,0x1f,0x21,0x1b,0x00,0x22,0x00,0x23,0x00, +0x24,0x25,0x26,0x24,0x27,0x28,0x71,0x00,0x02,0x11,0x06,0x01,0x00,0x00,0x9b,0x1e, +0x90,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x09,0x01,0x00,0xa1,0x00,0x00,0x0d, +0x0d,0x0d,0x0d,0x17,0x00,0x00,0x1a,0x01,0x00,0x61,0x00,0x1c,0x1d,0x1d,0x1d,0x1d, +0x31,0x00,0x20,0x1f,0x21,0x01,0x00,0x02,0x3d,0x00,0x50,0x24,0x1b,0x24,0x06,0x1a, +0x02,0x00,0x22,0x08,0x1c,0x02,0x00,0x64,0x09,0x00,0x09,0x00,0x0a,0x1d,0x02,0x00, +0x04,0x64,0x00,0x20,0x0c,0x1f,0x15,0x12,0x03,0x02,0x00,0x00,0x03,0x0c,0x53,0x00, +0x0e,0x00,0x00,0x0f,0x02,0x00,0x00,0x1f,0x00,0x00,0x02,0x00,0x80,0x1f,0x00,0x00, +0x09,0x21,0x09,0x21,0x09,0x5b,0x00,0x11,0x22,0x02,0x00,0x03,0x01,0x00,0x11,0x13, +0x02,0x00,0x17,0x0d,0x02,0x00,0x70,0x15,0x00,0x17,0x24,0x17,0x18,0x27,0x02,0x00, +0x0f,0xb5,0x02,0x28,0x07,0x70,0x01,0x20,0x03,0x02,0x6b,0x01,0x4a,0x06,0x07,0x06, +0x08,0x1f,0x00,0x00,0xce,0x00,0x20,0x00,0x0b,0x2f,0x0b,0x01,0xd6,0x12,0x00,0x08, +0x00,0xa0,0x0b,0x00,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,0x14,0xb3,0x2a,0x82,0x00, +0x00,0x16,0x00,0x17,0x17,0x17,0x18,0x11,0x19,0xfd,0x00,0x19,0x19,0x1a,0x19,0x17, +0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x1f,0x22,0x00,0xea,0x07,0x00,0x01,0x00,0x11, +0x0a,0x01,0x00,0x26,0x24,0x0b,0x12,0x00,0x10,0x0b,0x01,0x00,0xa1,0x00,0x0b,0x0f, +0x0f,0x0f,0x0f,0x13,0x00,0x00,0x16,0x01,0x00,0x20,0x25,0x17,0x01,0x00,0x02,0x55, +0x00,0x02,0x81,0x01,0xa0,0x26,0x1e,0x1e,0x1e,0x1e,0x1f,0x00,0x1f,0x0a,0x16,0x02, +0x00,0x22,0x0b,0x17,0x02,0x00,0x10,0x00,0x24,0x00,0x14,0x17,0x02,0x00,0x05,0x16, +0x00,0x0b,0x01,0x00,0x1b,0x0c,0x10,0x00,0x10,0x19,0x02,0x00,0x51,0x19,0x00,0x00, +0x0b,0x1a,0x02,0x00,0x03,0x30,0x00,0x22,0x0d,0x1c,0x02,0x00,0x10,0x0e,0x9e,0x01, +0x36,0x00,0x0f,0x1e,0x02,0x00,0x70,0x11,0x00,0x13,0x1f,0x13,0x14,0x22,0x02,0x00, +0x1f,0x00,0x72,0x01,0x26,0x50,0x00,0x00,0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 192, .range_length = 192, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 8226, .range_length = 55425, .glyph_id_start = 306, .list_length = 62, .type = 3, .unicode_list = 2944, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[11605] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_XXS_s = { +.uncomp_size = 11277, +.comp_size = 7403, +.line_height = 10, +.base_line = 2, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 0, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 39, +.glyph_bitmap = 3068, +.class_pair_values = 8981, +.left_class_mapping = 10541, +.right_class_mapping = 10909, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 11605, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_16.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_STD.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_bold_16.c rename to radio/src/fonts/lvgl/lv_font_roboto_bold_STD.c index c1a82f9c03f..6a5483bcd29 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_bold_16.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_STD.c @@ -990,7 +990,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[29836] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_bold_16 = { +const etxLz4Font lv_font_roboto_bold_STD = { .uncomp_size = 29508, .comp_size = 15598, .line_height = 20, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_STD_s.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_STD_s.c new file mode 100644 index 00000000000..db01595a688 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_STD_s.c @@ -0,0 +1,722 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x23,0xc0,0x02,0x09,0x00,0xf0,0x1a,0x03,0x03,0x08,0x00,0x00, +0x0c,0x00,0x80,0x03,0x04,0x03,0x00,0x05,0x12,0x00,0x90,0x06,0x07,0x08,0x00,0x00, +0x2e,0x00,0x50,0x06,0x06,0x0b,0x00,0xff,0x4f,0x00,0x20,0x08,0x08,0x08,0x00,0x00, +0x6f,0x00,0x40,0x07,0x08,0x00,0xf3,0x02,0x8f,0x00,0xc0,0x01,0x02,0x03,0x00,0x05, +0x92,0x00,0xe0,0x03,0x04,0x0c,0x00,0xfd,0xaa,0x08,0x00,0xf3,0x32,0xc2,0x00,0x00, +0x05,0x05,0x05,0x00,0x03,0xcf,0x00,0x00,0x06,0x06,0x06,0x00,0x01,0xe1,0x00,0xb0, +0x02,0x03,0x04,0x00,0xfd,0xe7,0x00,0x40,0x04,0x04,0x03,0x00,0x02,0xed,0x00,0x30, +0x03,0x03,0x02,0x00,0x00,0xf0,0x00,0x20,0x04,0x05,0x09,0xff,0xff,0x07,0x01,0x50, +0x06,0x06,0x08,0x00,0x00,0x1f,0x01,0x50,0x06,0x05,0x08,0x00,0x00,0x33,0x10,0x00, +0x13,0x4b,0x08,0x00,0x31,0x63,0x01,0x50,0x88,0x00,0x13,0x7f,0x10,0x00,0x13,0x97, +0x08,0x00,0x13,0xaf,0x08,0x00,0x13,0xc7,0x08,0x00,0x13,0xdf,0x08,0x00,0xf0,0x1d, +0xf7,0x01,0x20,0x03,0x03,0x06,0x00,0x00,0x00,0x02,0xe0,0x02,0x03,0x09,0x00,0xfd, +0x0e,0x02,0xa0,0x05,0x05,0x06,0x00,0x00,0x1d,0x02,0x50,0x06,0x06,0x05,0x00,0x01, +0x2c,0x02,0xb0,0x05,0x06,0x06,0x00,0x00,0x3e,0x02,0x80,0x05,0x30,0x00,0xb1,0x56, +0x02,0xe0,0x09,0x0a,0x0a,0x00,0xfe,0x88,0x02,0x60,0xd8,0x00,0x40,0xa8,0x02,0x00, +0x07,0x70,0x00,0x31,0xc4,0x02,0x30,0x08,0x00,0x31,0xe0,0x02,0x20,0x08,0x00,0x31, +0xfc,0x02,0x30,0x60,0x00,0x31,0x14,0x03,0x00,0x08,0x00,0x31,0x2c,0x03,0x80,0x18, +0x00,0x31,0x48,0x03,0xc0,0x38,0x00,0x31,0x68,0x03,0x30,0x40,0x01,0x31,0x74,0x03, +0x20,0x20,0x00,0x31,0x8c,0x03,0x00,0x18,0x00,0x31,0xac,0x03,0xf0,0x68,0x00,0x93, +0xc4,0x03,0xa0,0x09,0x09,0x08,0x00,0x00,0xe8,0x30,0x00,0x31,0x08,0x04,0xa0,0x08, +0x00,0x22,0x28,0x04,0x60,0x00,0x10,0x44,0x10,0x00,0x52,0x0a,0x00,0xfe,0x6c,0x04, +0x80,0x00,0x31,0x88,0x04,0xc0,0xf8,0x00,0x31,0xa4,0x04,0xd0,0x08,0x00,0x31,0xc0, +0x04,0x40,0x18,0x00,0x31,0xdc,0x04,0x30,0x38,0x00,0xa2,0xfc,0x04,0xa0,0x09,0x0a, +0x08,0x00,0x00,0x24,0x05,0x30,0x00,0x22,0x40,0x05,0x28,0x00,0x31,0x5c,0x05,0xb0, +0x08,0x00,0xf3,0x02,0x78,0x05,0x10,0x03,0x03,0x0d,0x00,0xfd,0x8c,0x05,0xa0,0x04, +0x05,0x09,0x00,0xff,0xa3,0x10,0x00,0xf1,0x0c,0xb7,0x05,0xd0,0x04,0x05,0x04,0x00, +0x04,0xc1,0x05,0xf0,0x04,0x05,0x03,0x00,0xfe,0xc9,0x05,0xa0,0x03,0x04,0x02,0x00, +0x07,0xcd,0x05,0xe0,0x18,0x01,0x32,0xdf,0x05,0x30,0x48,0x01,0x21,0x05,0xc0,0x10, +0x00,0x22,0x09,0x06,0x10,0x00,0x31,0x21,0x06,0xf0,0x10,0x00,0xb0,0x33,0x06,0xf0, +0x03,0x04,0x08,0x00,0x00,0x43,0x06,0x40,0x18,0x00,0x32,0xfe,0x5b,0x06,0xf0,0x00, +0x50,0x73,0x06,0xf0,0x02,0x03,0xa8,0x01,0xa1,0x06,0xe0,0x02,0x04,0x0a,0xff,0xfe, +0x93,0x06,0xe0,0xf8,0x00,0x13,0xab,0x18,0x00,0xc0,0xb7,0x06,0x80,0x09,0x09,0x06, +0x00,0x00,0xd2,0x06,0x30,0x06,0x48,0x00,0x31,0xe4,0x06,0x40,0x08,0x00,0x12,0xf6, +0x60,0x00,0x32,0xfe,0x0e,0x07,0x08,0x00,0xb1,0x26,0x07,0x00,0x04,0x04,0x07,0x00, +0x00,0x34,0x07,0xa0,0x70,0x00,0x31,0x46,0x07,0xb0,0x70,0x00,0x31,0x56,0x07,0x20, +0x30,0x00,0x31,0x68,0x07,0x90,0x18,0x00,0x93,0x7a,0x07,0x10,0x08,0x08,0x06,0x00, +0x00,0x92,0x28,0x00,0x21,0xa4,0x07,0xd0,0x01,0x23,0xfe,0xbc,0x10,0x00,0xf3,0x02, +0xce,0x07,0xa0,0x03,0x04,0x0b,0x00,0xfe,0xe4,0x07,0xd0,0x02,0x02,0x0a,0x00,0xfe, +0xee,0x10,0x00,0xf2,0x12,0x04,0x08,0x20,0x07,0x07,0x04,0x00,0x01,0x12,0x08,0x00, +0x0b,0x0a,0x09,0x01,0x00,0x3f,0x08,0x00,0x0b,0x0b,0x09,0x00,0x00,0x71,0x08,0x00, +0x0b,0x09,0x0a,0x01,0x00,0x9e,0x08,0x00,0x20,0xff,0xcb,0x18,0x00,0xc0,0x0a,0x00, +0x00,0x02,0x09,0x00,0x0b,0x09,0x0b,0x01,0xff,0x34,0x08,0x00,0x43,0x09,0x01,0x00, +0x5d,0x08,0x00,0x13,0x86,0x18,0x00,0x93,0xb8,0x09,0x00,0x0b,0x07,0x0b,0x02,0xfe, +0xdf,0x18,0x00,0x50,0x08,0x0a,0x00,0x0b,0x08,0x30,0x00,0x31,0x0a,0x50,0x0a,0x30, +0x00,0x13,0x0a,0x30,0x00,0x03,0x08,0x00,0x13,0xaf,0x08,0x00,0xa1,0xd8,0x0a,0x00, +0x0b,0x07,0x09,0x02,0x00,0xf8,0x0a,0x18,0x03,0x40,0x05,0xfe,0x0a,0x60,0x00,0x02, +0x32,0x00,0x26,0x0b,0x08,0x00,0x13,0x4e,0x08,0x00,0x13,0x76,0x08,0x00,0x10,0x9e, +0x08,0x00,0x43,0x0b,0x00,0x00,0xca,0x08,0x00,0xf3,0x0a,0xf6,0x0b,0x50,0x0a,0x0b, +0x08,0x00,0x00,0x22,0x0c,0x30,0x07,0x07,0x0a,0x00,0xfe,0x45,0x0c,0x30,0x06,0x06, +0x0a,0x00,0x00,0x63,0x08,0x00,0x13,0x81,0x08,0x00,0x30,0x9f,0x0c,0x30,0xc0,0x03, +0xa1,0x00,0xc0,0x0c,0x30,0x03,0x04,0x0a,0xff,0x00,0xd4,0x08,0x00,0xf1,0x0e,0x00, +0x00,0xe8,0x0c,0x30,0x03,0x05,0x0a,0xff,0x00,0x01,0x0d,0x30,0x03,0x05,0x0b,0xff, +0x00,0x1d,0x0d,0x50,0x07,0x08,0x08,0xff,0x00,0x3d,0x0d,0xc0,0x70,0x00,0x31,0x65, +0x0d,0xa0,0x08,0x00,0x13,0x8d,0x08,0x00,0x13,0xb5,0x08,0x00,0x13,0xdd,0x08,0x00, +0x31,0x05,0x0e,0xa0,0x88,0x00,0x21,0x31,0x0e,0x38,0x02,0xc0,0x01,0x43,0x0e,0x90, +0x07,0x08,0x09,0x00,0xff,0x67,0x0e,0x40,0x90,0x00,0x23,0x00,0x8a,0x08,0x00,0x13, +0xad,0x08,0x00,0x10,0xd0,0x08,0x00,0x70,0x0b,0x00,0x00,0xf7,0x0e,0xd0,0x06,0x10, +0x00,0x22,0x1a,0x0f,0xa8,0x02,0x31,0x36,0x0f,0xf0,0x08,0x00,0x22,0x52,0x0f,0x30, +0x02,0x13,0x6a,0x08,0x00,0x13,0x82,0x08,0x00,0x13,0x9a,0x08,0x00,0x13,0xb2,0x08, +0x00,0x10,0xca,0x08,0x00,0x61,0x09,0x00,0x00,0xe5,0x0f,0x50,0x50,0x02,0x31,0x00, +0x10,0xc0,0xf8,0x01,0x22,0x18,0x10,0x68,0x03,0x13,0x30,0x08,0x00,0x13,0x48,0x08, +0x00,0x13,0x60,0x08,0x00,0xb1,0x78,0x10,0x00,0x03,0x04,0x08,0xff,0x00,0x88,0x10, +0x00,0x50,0x02,0x93,0x98,0x10,0x00,0x03,0x05,0x08,0xff,0x00,0xac,0x08,0x00,0x40, +0xc0,0x10,0x50,0x06,0x58,0x00,0x22,0xdb,0x10,0xf0,0x02,0x31,0xf3,0x10,0x40,0x08, +0x00,0x22,0x0b,0x11,0x08,0x00,0x13,0x23,0x08,0x00,0x13,0x3b,0x08,0x00,0x13,0x53, +0x08,0x00,0x31,0x6b,0x11,0x40,0xe8,0x04,0x21,0x7d,0x11,0x38,0x00,0x32,0xff,0x95, +0x11,0x10,0x03,0x13,0xad,0x08,0x00,0x13,0xc5,0x08,0x00,0x13,0xdd,0x08,0x00,0xc0, +0xf5,0x11,0x80,0x05,0x06,0x0a,0x00,0xfe,0x13,0x12,0x40,0x06,0x08,0x00,0x22,0x31, +0x12,0x10,0x00,0x22,0x4f,0x12,0xe8,0x01,0x22,0x77,0x12,0xe8,0x00,0x13,0x8f,0x10, +0x00,0x13,0xb7,0x10,0x00,0x12,0xcf,0x10,0x00,0x22,0xfe,0xf7,0x10,0x00,0x41,0xfe, +0x0f,0x13,0x30,0x58,0x01,0x31,0x32,0x13,0xc0,0x20,0x00,0x13,0x4a,0x10,0x00,0x13, +0x6d,0x10,0x00,0x31,0x85,0x13,0x30,0x70,0x01,0x13,0xac,0x10,0x00,0x13,0xc4,0x20, +0x00,0x13,0xe7,0x10,0x00,0x31,0xff,0x13,0x20,0x10,0x00,0x22,0x22,0x14,0xa8,0x04, +0x22,0x42,0x14,0x00,0x02,0x22,0x62,0x14,0x90,0x01,0x22,0x7e,0x14,0x40,0x02,0x22, +0x9c,0x14,0x40,0x01,0x13,0xb4,0x10,0x00,0x13,0xd2,0x10,0x00,0x22,0xea,0x14,0x58, +0x02,0x22,0x0b,0x15,0x10,0x00,0x31,0x23,0x15,0x30,0xd0,0x00,0x12,0x41,0x10,0x00, +0x32,0xfe,0x59,0x15,0x30,0x00,0x13,0x77,0x20,0x00,0x31,0x8f,0x15,0x80,0x70,0x00, +0x22,0xb2,0x15,0xf8,0x00,0x13,0xd0,0x10,0x00,0x13,0xf3,0x10,0x00,0x31,0x11,0x16, +0x80,0xb0,0x00,0x22,0x38,0x16,0x10,0x00,0x12,0x56,0x10,0x00,0x20,0xfd,0x7d,0x10, +0x00,0x52,0x0c,0x00,0xfe,0xa1,0x16,0x98,0x02,0x31,0xc9,0x16,0x20,0x78,0x00,0x31, +0xea,0x16,0xf0,0xb8,0x00,0x20,0x0a,0x17,0x20,0x06,0x42,0xff,0x00,0x26,0x17,0xd0, +0x02,0x22,0x3f,0x17,0xd0,0x01,0x13,0x53,0x10,0x00,0x13,0x6c,0x10,0x00,0x13,0x80, +0x10,0x00,0x13,0x99,0x10,0x00,0xc0,0xad,0x17,0x30,0x03,0x03,0x0a,0x00,0xfe,0xbc, +0x17,0xf0,0x02,0x08,0x00,0x10,0xcb,0x10,0x00,0x61,0x0b,0x00,0x00,0xdc,0x17,0x00, +0x40,0x06,0x31,0xe5,0x17,0x60,0xb0,0x05,0x31,0x09,0x18,0xc0,0xa0,0x01,0x31,0x27, +0x18,0x20,0xb8,0x02,0x30,0x4a,0x18,0x20,0x48,0x00,0x40,0xfe,0x63,0x18,0x00,0x00, +0x03,0xf0,0x06,0xfd,0x8f,0x18,0xe0,0x05,0x06,0x0b,0x00,0xfd,0xb0,0x18,0x80,0x06, +0x07,0x06,0x00,0x00,0xc5,0x18,0xf0,0x05,0xf8,0x00,0xb1,0xe3,0x18,0xf0,0x02,0x04, +0x0b,0x00,0x00,0xf9,0x18,0xf0,0x20,0x00,0xa2,0x1a,0x19,0xf0,0x02,0x03,0x0b,0x00, +0xfd,0x2b,0x19,0x10,0x01,0x40,0x43,0x19,0xc0,0x03,0xf0,0x06,0x13,0x57,0x10,0x00, +0x40,0x6f,0x19,0x20,0x04,0x10,0x00,0x22,0x83,0x19,0x28,0x02,0x31,0x9b,0x19,0x60, +0xa8,0x02,0x22,0xab,0x19,0xf8,0x00,0x22,0xd3,0x19,0x98,0x02,0x31,0xeb,0x19,0xc0, +0x78,0x00,0x30,0x17,0x1a,0x30,0xb0,0x02,0x32,0xfd,0x32,0x1a,0x20,0x00,0x22,0x5a, +0x1a,0x20,0x00,0x31,0x72,0x1a,0x30,0x10,0x01,0x12,0x8e,0x18,0x00,0x32,0xfe,0xb6, +0x1a,0x58,0x05,0x22,0xce,0x1a,0xb8,0x03,0x22,0xf6,0x1a,0xb8,0x02,0x22,0x0e,0x1b, +0x10,0x00,0x22,0x36,0x1b,0x10,0x00,0x13,0x4e,0x10,0x00,0x13,0x76,0x10,0x00,0x31, +0x8e,0x1b,0xa0,0x60,0x04,0xb1,0xba,0x1b,0xf0,0x09,0x0a,0x06,0x00,0x00,0xd8,0x1b, +0x00,0xb0,0x01,0x31,0xfb,0x1b,0x00,0xa8,0x00,0x31,0x0f,0x1c,0x00,0xa0,0x01,0xb2, +0x36,0x1c,0x00,0x04,0x04,0x0a,0x00,0xfd,0x4a,0x1c,0x00,0x80,0x02,0x12,0x1c,0x20, +0x00,0x31,0x81,0x1c,0xc0,0x30,0x01,0x31,0xa4,0x1c,0xa0,0xe0,0x00,0x13,0xbc,0x10, +0x00,0x13,0xdf,0x10,0x00,0x12,0xf7,0x10,0x00,0x41,0xfe,0x1a,0x1d,0xa0,0x30,0x02, +0x22,0x32,0x1d,0x20,0x00,0x22,0x55,0x1d,0x20,0x00,0x31,0x6d,0x1d,0xd0,0x20,0x00, +0x30,0x90,0x1d,0xb0,0xb0,0x04,0x32,0xfe,0xa4,0x1d,0x38,0x04,0xa2,0xc7,0x1d,0xf0, +0x03,0x05,0x09,0x00,0x00,0xde,0x1d,0xf0,0x06,0x31,0xfa,0x1d,0xb0,0xd0,0x01,0x22, +0x0e,0x1e,0x68,0x04,0x22,0x31,0x1e,0x40,0x01,0x13,0x49,0x10,0x00,0x13,0x6c,0x10, +0x00,0x13,0x84,0x10,0x00,0x13,0xa7,0x10,0x00,0x22,0xbf,0x1e,0x90,0x04,0x31,0xe6, +0x1e,0x20,0xf8,0x03,0x22,0x01,0x1f,0x20,0x00,0x22,0x24,0x1f,0x20,0x00,0x12,0x3c, +0x10,0x00,0x22,0xfe,0x5f,0x10,0x00,0x40,0xfe,0x77,0x1f,0xa0,0x28,0x08,0x41,0x00, +0xa9,0x1f,0x10,0x08,0x09,0x40,0xc9,0x1f,0xd0,0x06,0x40,0x00,0x22,0xf0,0x1f,0xc0, +0x03,0x22,0x0e,0x20,0x10,0x00,0x31,0x35,0x20,0xb0,0xa8,0x00,0x22,0x58,0x20,0xc8, +0x00,0x31,0x70,0x20,0xb0,0x18,0x00,0x13,0x97,0x10,0x00,0x13,0xaf,0x20,0x00,0x13, +0xd2,0x10,0x00,0x50,0xea,0x20,0xe0,0x02,0x04,0xc8,0x00,0x20,0x20,0xf0,0x78,0x09, +0xf2,0x04,0x03,0x00,0x21,0xb0,0x05,0x06,0x07,0x00,0x00,0x15,0x21,0x00,0x0b,0x0b, +0x0c,0x00,0xfe,0x57,0x21,0xa0,0x06,0x21,0x89,0x21,0x90,0x06,0x23,0xff,0xc0,0x10, +0x00,0x31,0xf2,0x21,0x90,0x00,0x03,0xa2,0x12,0x22,0x00,0x0b,0x0c,0x0c,0x00,0xfe, +0x5a,0x22,0x30,0x00,0x91,0x9c,0x22,0x60,0x0c,0x0d,0x0a,0x00,0xff,0xdd,0x18,0x00, +0xc2,0xff,0xfe,0x25,0x23,0x60,0x0c,0x0d,0x09,0x00,0x00,0x60,0x23,0x20,0x00,0x21, +0xa2,0x23,0xb0,0x00,0xa0,0xff,0xc0,0x23,0x40,0x08,0x09,0x0a,0x00,0xff,0xed,0x20, +0x00,0x52,0x0c,0x00,0xfe,0x3b,0x24,0x58,0x00,0xc0,0x6d,0x24,0x90,0x07,0x08,0x0c, +0x00,0xfe,0x9d,0x24,0xa0,0x09,0xc8,0x06,0xa1,0xc9,0x24,0xa0,0x09,0x0a,0x0c,0x00, +0xfe,0x05,0x25,0x00,0x01,0x23,0xff,0x37,0x08,0x00,0x22,0x69,0x25,0x20,0x00,0xb0, +0x95,0x25,0xa0,0x09,0x0b,0x0a,0xff,0xff,0xcc,0x25,0xe0,0xd8,0x00,0x23,0xff,0xef, +0x08,0x00,0x22,0x12,0x26,0x28,0x00,0x10,0x44,0x08,0x00,0x52,0x03,0x00,0x03,0x53, +0x26,0x88,0x00,0xf0,0x0c,0x8e,0x26,0xc0,0x0d,0x0e,0x0c,0x00,0xfe,0xe2,0x26,0x60, +0x0c,0x0e,0x0c,0xff,0xfe,0x36,0x27,0x00,0x0b,0x0b,0x0b,0x00,0xff,0x73,0x27,0xa0, +0x68,0x02,0x23,0x01,0x91,0x08,0x00,0xa2,0xaf,0x27,0xc0,0x0d,0x0e,0x0a,0x00,0xff, +0xf5,0x27,0x98,0x00,0x22,0x27,0x28,0xc0,0x00,0x22,0x69,0x28,0xd8,0x00,0x22,0xb1, +0x28,0x60,0x00,0x22,0xe3,0x28,0xa0,0x00,0x22,0x1f,0x29,0x10,0x00,0x13,0x51,0x08, +0x00,0x22,0x83,0x29,0x38,0x00,0xa2,0xb5,0x29,0xe0,0x06,0x08,0x0c,0xff,0xfe,0xe5, +0x29,0x28,0x00,0x22,0x21,0x2a,0x08,0x00,0x22,0x5d,0x2a,0x90,0x00,0xf0,0x0a,0x98, +0x2a,0x00,0x0b,0x0d,0x0c,0xff,0xfe,0xe6,0x2a,0x40,0x08,0x09,0x0c,0x00,0xfe,0x1c, +0x2b,0xc0,0x0d,0x0e,0x0b,0x00,0xff,0x69,0x08,0x00,0x43,0x08,0x00,0x00,0xa1,0x08, +0x00,0x13,0xd9,0x08,0x00,0x22,0x11,0x2c,0x08,0x00,0x13,0x49,0x08,0x00,0x22,0x81, +0x2c,0xa8,0x00,0x22,0xc7,0x2c,0x58,0x00,0x22,0x03,0x2d,0x08,0x00,0x22,0x3f,0x2d, +0xa8,0x00,0xa2,0x87,0x2d,0xc0,0x0d,0x0e,0x09,0x00,0x00,0xc6,0x2d,0x60,0x00,0x60, +0xfc,0x2d,0x10,0x0b,0x0c,0x08,0x6f,0x0b,0xf0,0xff,0x6c,0x43,0x02,0xdf,0xcf,0xe6, +0xcf,0xe9,0xcf,0xea,0xcf,0xeb,0xcf,0xef,0xcf,0xf1,0xcf,0xf3,0xcf,0xf7,0xcf,0xfa, +0xcf,0xff,0xcf,0x04,0xd0,0x05,0xd0,0x06,0xd0,0x1c,0xd0,0x21,0xd0,0x26,0xd0,0x29, +0xd0,0x2a,0xd0,0x2b,0xd0,0x2f,0xd0,0x30,0xd0,0x31,0xd0,0x32,0xd0,0x45,0xd0,0x46, +0xd0,0x4c,0xd0,0x4e,0xd0,0x4f,0xd0,0x52,0xd0,0x55,0xd0,0x56,0xd0,0x57,0xd0,0x59, +0xd0,0x71,0xd0,0x73,0xd0,0xa2,0xd0,0xa3,0xd0,0xa5,0xd0,0xa7,0xd0,0xbe,0xd0,0xc5, +0xd0,0xc8,0xd0,0xd1,0xd0,0xfa,0xd0,0x02,0xd1,0x39,0xd1,0xc9,0xd1,0x1e,0xd2,0x1f, +0xd2,0x20,0xd2,0x21,0xd2,0x22,0xd2,0x65,0xd2,0x71,0xd2,0xcb,0xd2,0xe2,0xd2,0x38, +0xd5,0xa0,0xd7,0x80,0xd8,0x4f,0x53,0xf4,0x3f,0x42,0xf3,0x2f,0x30,0x71,0x19,0x12, +0xe3,0xa6,0xe2,0xa5,0xe1,0xa4,0xe0,0x00,0x86,0x87,0x00,0x0b,0x3b,0x40,0x3f,0xff, +0xff,0x50,0x1e,0x0e,0x00,0x03,0xc2,0xc0,0x09,0xff,0xff,0xe0,0x08,0x78,0x70,0x00, +0xb4,0xb4,0x00,0x00,0x05,0x00,0x00,0x3c,0x00,0x09,0xff,0xe2,0x1f,0x81,0xea,0x1f, +0x90,0x33,0x08,0xfd,0x50,0x00,0x3b,0xf6,0x4a,0x10,0xdb,0x3f,0x96,0xf9,0x06,0xdf, +0xa1,0x00,0x3a,0x00,0x1c,0xe5,0x00,0x00,0x7a,0x3d,0x0c,0x20,0x6a,0x3d,0x79,0x00, +0x1c,0xd7,0xd0,0x00,0x00,0x0b,0x8d,0xd2,0x00,0x6a,0xb6,0x89,0x00,0xd1,0xb6,0x79, +0x00,0x10,0x4e,0xd3,0x04,0xdf,0x70,0x00,0x0d,0xb7,0xf1,0x00,0x0d,0x96,0xf0,0x00, +0x06,0xfe,0x40,0x00,0x1e,0xef,0x2a,0x70,0x8f,0x1c,0xef,0x60,0x7f,0x55,0xff,0x10, +0x0a,0xff,0xbf,0xa0,0xa7,0xa6,0xa5,0x00,0x35,0x02,0xe4,0x0a,0x90,0x0f,0x40,0x3f, +0x10,0x4f,0x00,0x4f,0x00,0x2f,0x10,0x0e,0x50,0x07,0xc0,0x00,0xc6,0x00,0x02,0x62, +0x00,0x5e,0x10,0x0c,0x80,0x06,0xe0,0x03,0xf2,0x02,0xf3,0x02,0xf3,0x04,0xf1,0x07, +0xd0,0x0e,0x60,0x9b,0x00,0x30,0x00,0x00,0xf0,0x07,0x5e,0x47,0x4a,0xfb,0x50,0xc9, +0xc0,0x17,0x08,0x10,0x00,0x98,0x00,0x11,0xcc,0x11,0xbf,0xff,0xfa,0x34,0xdd,0x43, +0x00,0xcb,0x00,0x00,0xcb,0x00,0x4f,0x14,0xf0,0x99,0x01,0x00,0x00,0x00,0x6f,0xf9, +0x13,0x32,0x19,0x22,0xe4,0x00,0x05,0xc0,0x00,0xb7,0x00,0x0f,0x10,0x05,0xc0,0x00, +0xb6,0x00,0x1f,0x10,0x06,0x07,0x00,0xf5,0x17,0x07,0x10,0x00,0x06,0xee,0x90,0x2f, +0x96,0xf6,0x6f,0x10,0xcb,0x7f,0x10,0xcc,0x7f,0x10,0xcc,0x6f,0x10,0xdb,0x2f,0x96, +0xf6,0x06,0xee,0x90,0x01,0x6c,0x41,0xff,0xf4,0x04,0x4f,0x40,0x04,0xf4,0x00,0x05, +0x00,0xf0,0xda,0x08,0xef,0xa0,0x5f,0x86,0xf7,0x59,0x00,0xf9,0x00,0x06,0xf4,0x00, +0x3f,0x90,0x03,0xfa,0x00,0x2e,0xe4,0x43,0x7f,0xff,0xfe,0x09,0xef,0xa1,0x7f,0x76, +0xf8,0x00,0x02,0xf8,0x00,0xef,0xd0,0x00,0x25,0xf7,0x24,0x00,0xdb,0x7f,0x76,0xf8, +0x09,0xee,0x90,0x00,0x0b,0xf2,0x00,0x06,0xff,0x20,0x01,0xec,0xf2,0x00,0x9b,0x6f, +0x20,0x3f,0x37,0xf2,0x0a,0xff,0xff,0xf0,0x23,0x38,0xf5,0x00,0x00,0x6f,0x20,0x0d, +0xff,0xf9,0x0f,0x95,0x52,0x0f,0x50,0x00,0x2f,0xef,0xc1,0x17,0x54,0xfa,0x13,0x00, +0xbd,0x4f,0x95,0xfa,0x06,0xef,0xb1,0x00,0x7d,0xb0,0x09,0xf9,0x40,0x2f,0x80,0x00, +0x6f,0xcf,0xd2,0x7f,0x84,0xeb,0x6f,0x20,0xae,0x1f,0xa5,0xea,0x04,0xdf,0xb1,0xaf, +0xff,0xfd,0x24,0x44,0xf9,0x00,0x05,0xf2,0x00,0x0c,0xb0,0x00,0x3f,0x40,0x00,0xbd, +0x00,0x02,0xf7,0x00,0x09,0xf1,0x00,0x07,0xef,0xb1,0x3f,0xa6,0xf8,0x3f,0x73,0xf8, +0x09,0xff,0xd0,0x3f,0x85,0xf7,0x7f,0x10,0xcc,0x4f,0x96,0xf9,0x07,0xef,0xa1,0x07, +0xef,0x80,0x4f,0x97,0xf5,0x7f,0x00,0xda,0x6f,0x42,0xeb,0x0c,0xfe,0xfa,0x00,0x22, +0xf7,0x01,0x6d,0xe0,0x06,0xfb,0x20,0x2e,0x31,0x92,0x00,0x00,0x00,0x19,0x12,0xe3, +0x3e,0x22,0x91,0x00,0x00,0x00,0x05,0x02,0xf2,0x3f,0x07,0x80,0x00,0x00,0x00,0x06, +0xb1,0x8e,0xfa,0xbf,0x81,0x04,0xcf,0xc6,0x00,0x3a,0xe0,0x00,0x37,0x01,0xf0,0x51, +0x4f,0xff,0xf8,0x14,0x44,0x42,0x4f,0xff,0xf8,0x03,0x33,0x31,0x5a,0x30,0x00,0x3d, +0xfc,0x50,0x00,0x3c,0xf5,0x19,0xef,0x91,0x5e,0x71,0x00,0x10,0x00,0x00,0x1b,0xfd, +0x50,0x9f,0x6c,0xf0,0x22,0x09,0xf0,0x00,0x5f,0x70,0x00,0xf9,0x00,0x01,0x82,0x00, +0x00,0x82,0x00,0x02,0xe4,0x00,0x00,0x2a,0xee,0xc5,0x00,0x03,0xe5,0x00,0x2b,0x60, +0x0d,0x41,0xbe,0xa1,0xe0,0x3d,0x0a,0x93,0xe0,0xb4,0x79,0x0f,0x24,0xc0,0x95,0x88, +0x2f,0x05,0xb0,0xa4,0x6a,0x1f,0x19,0xb1,0xd1,0x2f,0x19,0xe8,0xdd,0x50,0x09,0xc2, +0x46,0x00,0xf0,0x78,0x7d,0xfe,0x80,0x00,0x00,0x3f,0x90,0x00,0x00,0x9f,0xf0,0x00, +0x00,0xea,0xf5,0x00,0x05,0xf3,0xcb,0x00,0x0b,0xe1,0x8f,0x10,0x1f,0xff,0xff,0x70, +0x6f,0x54,0x4d,0xd0,0xce,0x00,0x08,0xf3,0x4f,0xff,0xd7,0x04,0xf8,0x5b,0xf3,0x4f, +0x50,0x7f,0x34,0xff,0xff,0x90,0x4f,0x62,0x8f,0x44,0xf5,0x02,0xf7,0x4f,0x85,0xaf, +0x44,0xff,0xfe,0x80,0x02,0xcf,0xe7,0x00,0xed,0x68,0xf6,0x5f,0x40,0x0a,0x88,0xf1, +0x00,0x00,0x7f,0x10,0x00,0x05,0xf4,0x00,0x98,0x0e,0xd6,0x8f,0x70,0x2b,0xfe,0x80, +0x4f,0xff,0xb2,0x04,0xf8,0x6d,0xe1,0x4f,0x50,0x3f,0x74,0xf5,0x00,0xfa,0x4f,0x50, +0x0f,0xa4,0xf5,0x03,0xf7,0x4f,0x86,0xde,0x14,0xff,0xfb,0x20,0x4f,0xff,0xff,0x4f, +0x85,0x54,0x4f,0x50,0x00,0x4f,0xff,0xf6,0x4f,0x73,0x31,0x09,0x00,0x20,0x85,0x54, +0x15,0x00,0x23,0xff,0xfc,0x18,0x00,0x20,0x51,0x10,0x1b,0x00,0x20,0x74,0x41,0x0c, +0x00,0xf1,0x13,0x50,0x00,0x02,0xbf,0xe8,0x00,0xee,0x68,0xf8,0x5f,0x50,0x08,0x87, +0xf2,0x00,0x00,0x7f,0x23,0xff,0xe5,0xf5,0x03,0xce,0x0d,0xe6,0x6e,0xe0,0x2b,0xff, +0xb3,0x4f,0x50,0x08,0xf1,0x04,0x00,0xa2,0x51,0x19,0xf1,0x4f,0xff,0xff,0xf1,0x4f, +0x74,0x4a,0x10,0x00,0x03,0x04,0x00,0x35,0x3f,0x63,0xf6,0x03,0x00,0x00,0xb4,0x01, +0x07,0x03,0x00,0xf2,0x1a,0x56,0x02,0xf7,0x9f,0x6a,0xf3,0x1b,0xfe,0x70,0x4f,0x50, +0x5f,0x90,0x4f,0x52,0xfc,0x00,0x4f,0x5d,0xe1,0x00,0x4f,0xdf,0x60,0x00,0x4f,0xff, +0xc0,0x00,0x4f,0x86,0xf7,0x00,0x4f,0x50,0xcf,0x20,0x4f,0x50,0x2f,0xc0,0x86,0x00, +0x09,0x03,0x00,0xf0,0x4e,0x85,0x53,0x4f,0xff,0xfb,0x4f,0xf0,0x00,0x5f,0xe4,0xff, +0x50,0x0b,0xfe,0x4f,0xda,0x01,0xfd,0xe4,0xf8,0xf0,0x6e,0x9e,0x4f,0x4f,0x5b,0x9a, +0xe4,0xf4,0xac,0xf3,0xae,0x4f,0x54,0xfe,0x0b,0xe4,0xf5,0x0e,0x80,0xbe,0x4f,0x90, +0x08,0xf1,0x4f,0xf3,0x08,0xf1,0x4f,0xfc,0x08,0xf1,0x4f,0x8f,0x68,0xf1,0x4f,0x5a, +0xe9,0xf1,0x4f,0x51,0xff,0xf1,0x4f,0x50,0x7f,0xf1,0x4f,0x50,0x0d,0xf1,0x02,0xbf, +0xe7,0x00,0x0d,0xe6,0x9f,0x70,0x5f,0x50,0x0b,0xe0,0x7f,0x20,0x08,0xf1,0x8f,0x20, +0x08,0xf1,0x0c,0x00,0x40,0x0d,0xe6,0x9f,0x80,0xf8,0x00,0x71,0x4f,0xff,0xe8,0x04, +0xf8,0x59,0xf6,0x41,0x01,0x80,0x14,0xf8,0x4f,0xff,0xfc,0x04,0xf7,0x32,0x82,0x00, +0x40,0x04,0xf5,0x00,0x00,0x3c,0x00,0x10,0x0e,0x3c,0x00,0x70,0x40,0x0c,0xe0,0x8f, +0x10,0x08,0xf1,0x04,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x80,0x02,0xbf,0xff,0x20, +0x00,0x00,0x2d,0xc0,0x9e,0x0b,0x02,0xc4,0x01,0xfa,0x31,0xf4,0x4f,0x50,0x2f,0x74, +0xf5,0x17,0xf4,0x4f,0xff,0xf9,0x04,0xf7,0x6f,0x70,0x4f,0x50,0xbe,0x04,0xf5,0x03, +0xf8,0x06,0xdf,0xd5,0x03,0xfa,0x5b,0xf2,0x5f,0x60,0x16,0x20,0xcf,0xc6,0x00,0x00, +0x5b,0xfc,0x05,0x90,0x06,0xf4,0x5f,0x95,0xaf,0x30,0x6d,0xfd,0x60,0xcf,0xff,0xff, +0x94,0x59,0xf7,0x53,0x00,0x6f,0x30,0x00,0x06,0xf3,0x00,0x07,0x00,0x76,0x6f,0x30, +0x0f,0xa6,0xf3,0x00,0xfa,0x07,0x00,0xf7,0x71,0xa5,0xf4,0x00,0xf9,0x1f,0xc5,0xaf, +0x40,0x4c,0xfd,0x60,0xcf,0x00,0x0c,0xf0,0x7f,0x40,0x1f,0xa0,0x1f,0x90,0x6f,0x40, +0x0c,0xd0,0xaf,0x00,0x07,0xf2,0xfa,0x00,0x01,0xfb,0xf4,0x00,0x00,0xcf,0xe0,0x00, +0x00,0x6f,0x90,0x00,0xbe,0x00,0xf9,0x04,0xf5,0x7f,0x13,0xfd,0x07,0xf2,0x4f,0x46, +0xff,0x19,0xe0,0x0f,0x7a,0xaf,0x4c,0xb0,0x0d,0xae,0x5b,0x8f,0x70,0x09,0xef,0x28, +0xef,0x40,0x06,0xfe,0x04,0xff,0x00,0x03,0xfa,0x00,0xfd,0x00,0x8f,0x40,0x4f,0x80, +0xed,0x0d,0xe0,0x06,0xfb,0xf5,0x00,0x0c,0xfc,0x00,0x00,0xdf,0xd0,0x00,0x6f,0xaf, +0x60,0x1e,0xc0,0xce,0x19,0xf4,0x04,0xf9,0xbf,0x00,0x3f,0x83,0xf7,0x0a,0xf1,0x0b, +0xe2,0xf8,0x00,0x3f,0xdf,0x10,0x00,0xbf,0x80,0x9c,0x00,0xf5,0x15,0x9f,0xff,0xff, +0x43,0x55,0x5f,0xd0,0x00,0x08,0xf3,0x00,0x03,0xf8,0x00,0x00,0xdd,0x00,0x00,0x9f, +0x30,0x00,0x3f,0xc5,0x55,0x19,0xff,0xff,0xf5,0x00,0x05,0xff,0x5f,0x55,0xf3,0x5f, +0x35,0x03,0x00,0xf5,0x12,0xff,0x13,0x30,0xcc,0x00,0x06,0xf2,0x00,0x1f,0x80,0x00, +0xae,0x00,0x04,0xf4,0x00,0x0e,0xb0,0x00,0x8f,0x10,0x02,0xf7,0x00,0x06,0x50,0x00, +0x0f,0xf6,0x5f,0x62,0xf6,0x2f,0x03,0x00,0xf0,0x20,0x6f,0xf6,0x33,0x10,0x05,0xf2, +0x00,0xce,0x90,0x2f,0x4e,0x09,0xa0,0xd6,0x00,0x00,0x0f,0xff,0xfe,0x33,0x33,0x20, +0x4a,0x20,0x0a,0xb0,0x09,0xee,0x70,0x4a,0x48,0xf2,0x0a,0xee,0xf4,0x8f,0x24,0xf4, +0x8f,0x5a,0xf4,0x1c,0xfa,0xf6,0x6f,0x20,0x00,0x03,0x00,0x80,0xbf,0xb1,0x6f,0x96, +0xf8,0x6f,0x20,0xcc,0x03,0x00,0xf0,0x16,0x96,0xf9,0x6f,0xaf,0xb1,0x08,0xee,0x80, +0x5f,0x78,0xf4,0x9f,0x00,0x52,0x9f,0x00,0x10,0x5f,0x77,0xf4,0x08,0xef,0x70,0x00, +0x00,0xf9,0x00,0x00,0xf9,0x09,0xfb,0xf9,0x5f,0x87,0xf9,0x9f,0x00,0x03,0x00,0xf2, +0x13,0x5f,0x65,0xf9,0x09,0xfc,0xe9,0x07,0xee,0x90,0x4f,0x86,0xf6,0x8f,0xff,0xfa, +0x8f,0x22,0x21,0x4f,0xa5,0xc3,0x06,0xdf,0xb1,0x06,0xee,0x0f,0xc4,0xdf,0xfb,0x2f, +0xa1,0x0f,0x90,0x02,0x00,0xf0,0x0c,0x09,0xec,0xdb,0x5f,0x96,0xfb,0x9f,0x00,0xeb, +0x8f,0x00,0xeb,0x5f,0x86,0xfb,0x09,0xfc,0xfa,0x08,0x46,0xf7,0x0a,0xee,0x90,0x7f, +0x10,0x00,0x03,0x00,0x85,0xaf,0xc1,0x7f,0x86,0xf7,0x7f,0x10,0xf9,0x03,0x00,0x35, +0x4e,0x21,0x81,0xf8,0x00,0x66,0x04,0xe2,0x01,0x80,0x05,0xf3,0x02,0x00,0x43,0x2a, +0xf2,0x7f,0x90,0xb4,0x00,0xf7,0x02,0x27,0xf6,0x6f,0x7f,0x80,0x6f,0xfe,0x00,0x6f, +0xef,0x50,0x6f,0x2b,0xe1,0x6f,0x22,0xfa,0x2d,0x01,0xf5,0x04,0xf3,0x6f,0x9e,0xc5, +0xde,0x56,0xf9,0x7f,0xd5,0xdd,0x6f,0x20,0xf8,0x0a,0xe6,0xf2,0x0f,0x80,0xae,0x09, +0x00,0x2c,0x7f,0x9e,0x71,0x00,0x01,0xc3,0x00,0xd0,0xf8,0x9f,0x00,0xcc,0x9f,0x00, +0xcc,0x4f,0x86,0xf8,0x07,0xee,0x90,0x11,0x01,0x14,0x74,0x11,0x01,0x20,0x86,0xf8, +0x0f,0x00,0x01,0x75,0x00,0x54,0x09,0xfb,0xd9,0x5f,0x86,0xff,0x00,0x10,0x86,0x0e, +0x01,0x22,0x00,0x00,0x03,0x00,0x62,0x6f,0xbd,0x6f,0xb6,0x6f,0x20,0x02,0x00,0xf6, +0x12,0x0a,0xfe,0x60,0x6f,0x48,0xe1,0x4f,0xc7,0x10,0x02,0x8d,0xe1,0x8e,0x37,0xf2, +0x1a,0xee,0x70,0x08,0x30,0x1f,0x70,0xff,0xf7,0x3f,0x81,0x1f,0x70,0x1f,0x70,0x0f, +0xb2,0x09,0x7e,0x00,0x20,0x6f,0x10,0x50,0x01,0xf4,0x71,0x0b,0xfb,0xf9,0xcd,0x04, +0xf4,0x7f,0x19,0xf0,0x1f,0x5d,0xa0,0x0c,0xbf,0x50,0x07,0xff,0x00,0x02,0xfa,0x00, +0xbc,0x0a,0xb0,0xbc,0x7f,0x0e,0xf0,0xe8,0x3f,0x6e,0xe6,0xf4,0x0f,0xda,0x9d,0xf0, +0x0b,0xf5,0x5f,0xc0,0x07,0xf1,0x0f,0x80,0x8f,0x27,0xf2,0x0e,0xbf,0x90,0x06,0xff, +0x10,0x07,0xff,0x20,0x1f,0xae,0xa0,0x9f,0x16,0xf3,0xcd,0x04,0xf5,0x7f,0x29,0xf0, +0x1f,0x6e,0x90,0x0b,0xdf,0x40,0x06,0xfe,0x00,0x00,0xf8,0x00,0x18,0xf3,0x00,0x5f, +0x80,0x00,0x8f,0xff,0xf2,0x24,0x6f,0xb0,0x00,0xce,0x10,0x07,0xf4,0x00,0x3f,0xb4, +0x40,0x9f,0xff,0xf3,0x00,0x63,0x07,0xe2,0x0b,0xa0,0x0c,0x90,0x0e,0x70,0xbe,0x00, +0x3f,0x60,0x0c,0x90,0x0c,0xa0,0x08,0xe1,0x00,0x94,0x1e,0x01,0x00,0xf0,0x00,0x05, +0x63,0x00,0x7f,0x10,0x0f,0x60,0x0f,0x60,0x0d,0x90,0x04,0xf5,0x0c,0xb1,0x0a,0x00, +0x31,0x5f,0x20,0x85,0xf1,0x13,0xd0,0xbf,0xa2,0xc7,0x5e,0x4c,0xfe,0x21,0x20,0x02, +0x10,0x00,0x00,0x2b,0x11,0x00,0xf2,0x0d,0x3e,0xb0,0x00,0xcd,0xdd,0xea,0x89,0x00, +0xe1,0x11,0x10,0x0a,0x80,0xe0,0x00,0x00,0x01,0xf1,0xe3,0x33,0x31,0x0c,0x60,0xab, +0xbb,0xcb,0xa7,0x00,0xae,0x05,0x20,0x00,0x19,0x28,0x00,0x10,0x79,0x05,0x00,0xf0, +0x14,0x6e,0xb0,0x00,0x00,0x00,0x6d,0x4f,0xdd,0xdd,0x00,0x6d,0x10,0x00,0x00,0xd1, +0x0f,0x50,0x00,0x00,0x0d,0x10,0x4e,0x30,0x33,0x33,0xd1,0x00,0x4e,0x5e,0xbb,0xba, +0x00,0x00,0x4f,0xb0,0x27,0x00,0x15,0x47,0x69,0x14,0xf1,0x0f,0xad,0x20,0x00,0x00, +0xb6,0x2d,0x20,0x00,0xb7,0x00,0x2d,0x20,0xaf,0xb0,0x08,0xde,0x12,0x3d,0x20,0xc4, +0x30,0x00,0xc2,0x0c,0x20,0x00,0x0c,0x20,0xc2,0x00,0x09,0x00,0x86,0x0b,0xee,0xf1, +0x00,0x00,0xbe,0xef,0x10,0x12,0x00,0x00,0x09,0x00,0xf9,0x07,0x9c,0xf1,0x0c,0xdc, +0x15,0xf3,0x00,0x0c,0xa0,0x07,0xd1,0x08,0xc0,0x00,0x08,0xb7,0xd0,0x00,0x00,0x09, +0xd1,0x00,0x01,0x00,0x10,0xc1,0x05,0x00,0x10,0x68,0xce,0x06,0xf4,0x15,0x0b,0x0a, +0x10,0x00,0x00,0x06,0x50,0x28,0x00,0x00,0x00,0xb0,0x00,0xa1,0x00,0x00,0x65,0x00, +0x02,0x90,0x00,0x0b,0x00,0x00,0x09,0x10,0x06,0x50,0x00,0x00,0x29,0x00,0xda,0xaa, +0xaa,0xaa,0x3d,0x00,0xf0,0x0f,0x69,0xa1,0x00,0x39,0x5f,0x01,0x80,0x78,0x04,0xf1, +0x66,0x38,0x00,0x93,0xff,0x18,0x10,0x0b,0xa4,0x17,0x90,0x02,0xc2,0x00,0x98,0x20, +0x20,0x00,0x27,0x29,0x34,0x00,0xf0,0x37,0x49,0x20,0x39,0x40,0x00,0x16,0x86,0x10, +0x00,0x00,0x46,0x66,0x00,0x00,0xa6,0xef,0x8b,0x50,0x69,0x24,0xc0,0x4d,0x24,0x50, +0x00,0x00,0x72,0xc5,0x00,0x00,0x0b,0x6a,0x80,0x00,0x00,0xa6,0x0e,0x40,0x00,0x7d, +0x00,0x2e,0x98,0xad,0x00,0x00,0x15,0x44,0x00,0x00,0x04,0x87,0x97,0x10,0x03,0x48, +0xa0,0x29,0x40,0x89,0x05,0x80,0x0a,0x16,0x96,0x89,0x00,0x27,0x80,0x59,0xff,0x0b, +0xf3,0x01,0x00,0x00,0x27,0x19,0x00,0x00,0x09,0x20,0x58,0x10,0x18,0x50,0x00,0x28, +0x98,0x20,0x83,0x00,0xf0,0x3c,0xb9,0x99,0xc3,0x00,0x37,0x00,0x0a,0x00,0x09,0x10, +0x03,0x70,0x00,0xd1,0x02,0xa1,0x00,0x99,0x93,0xf0,0x00,0x55,0x0a,0x95,0x60,0x08, +0x03,0x89,0x09,0x00,0x63,0x31,0x03,0x70,0x00,0xa3,0x03,0xb0,0x00,0x00,0x68,0x60, +0x00,0x00,0x00,0x87,0xa0,0x00,0x07,0x07,0x00,0x67,0xde,0xe7,0x67,0x00,0x00,0x07, +0x70,0x77,0x70,0x77,0x07,0x77,0x07,0x70,0x00,0x00,0x77,0x7d,0xff,0x76,0x00,0x70, +0x70,0x1c,0x00,0xf1,0x1d,0x00,0x57,0x60,0x00,0x00,0x01,0x9d,0xeb,0x19,0x81,0xed, +0x65,0x70,0x93,0xff,0x00,0x00,0x09,0x00,0x88,0x00,0x00,0x90,0x01,0xb2,0x00,0x09, +0x07,0xc1,0x00,0x00,0x97,0xfd,0x00,0x00,0x08,0x41,0xdd,0x76,0x80,0x00,0x01,0x8c, +0xda,0x80,0x00,0xf0,0x6d,0x97,0xfe,0x66,0x6c,0x90,0x94,0x2a,0xff,0x90,0xb6,0x7e, +0xff,0x90,0xf8,0x00,0x4b,0x90,0x00,0x00,0x09,0x90,0xf9,0x00,0x09,0x90,0x84,0x00, +0x09,0x90,0xe8,0x00,0x09,0x97,0xfd,0x77,0x7c,0x01,0x11,0x11,0x11,0x00,0x4e,0xf4, +0x00,0x00,0x86,0xaa,0x5a,0x00,0x56,0x09,0x80,0x47,0x0a,0x00,0x89,0x00,0xa0,0x90, +0x56,0x2b,0x3a,0x0a,0x79,0xb4,0x9a,0xf0,0x8f,0xa1,0x01,0xdf,0x00,0xc7,0x10,0x59, +0x00,0x00,0x38,0x84,0x00,0x00,0x06,0xca,0x20,0x00,0x04,0xff,0xfd,0x00,0x00,0x8f, +0xff,0xf5,0xdd,0x35,0xff,0xfe,0xcf,0xfb,0x08,0xff,0x9c,0xff,0xa0,0xc5,0x8f,0xff, +0xf1,0x67,0x4f,0xff,0xff,0x79,0x3c,0xff,0xff,0xfb,0x7c,0xb9,0x99,0x99,0x70,0x00, +0x04,0x04,0x01,0x11,0x1c,0x05,0x00,0xf0,0x02,0x30,0x08,0xff,0xff,0xff,0x40,0x28, +0x88,0x88,0x88,0x10,0x6f,0xff,0xff,0xf6,0x00,0x5a,0x9b,0x00,0x10,0x4b,0x05,0x00, +0xf0,0x28,0x32,0x00,0x00,0x00,0x01,0xaa,0x71,0x00,0x00,0x19,0x64,0xa5,0x00,0x00, +0x44,0xa6,0x20,0x00,0x08,0xb5,0x10,0x02,0x95,0x69,0x20,0x01,0xe5,0x56,0x4e,0x10, +0x6f,0x2e,0xf0,0xf5,0x00,0xc8,0x33,0x6c,0x00,0x00,0x77,0x76,0x00,0x00,0xc9,0x99, +0xc3,0x09,0x00,0x90,0xa3,0x90,0x08,0x95,0xa9,0xc6,0x00,0x36,0x00,0x00,0x99,0x07, +0x00,0xa0,0xd9,0x99,0x99,0xc0,0x0a,0xc2,0x49,0x58,0x0b,0xc2,0x23,0x0a,0x3f,0x00, +0x1a,0x20,0x7e,0x08,0x0e,0x00,0x91,0x05,0x3f,0x00,0x08,0x50,0x28,0x00,0x0f,0x6f, +0x5e,0xa0,0x00,0x01,0x71,0x54,0x28,0x00,0x0e,0x32,0x02,0xef,0xf7,0xf3,0x01,0x0f, +0x50,0x00,0x0d,0x00,0x8b,0x17,0x6f,0xf0,0x9a,0x00,0x00,0x20,0x11,0x2c,0x00,0x0f, +0x9f,0x19,0x50,0x00,0x00,0x63,0xa0,0x00,0x00,0x19,0xa8,0x00,0x10,0xff,0x1c,0x01, +0xff,0xff,0xfb,0x00,0x00,0x8f,0xfa,0x44,0x30,0x00,0x1f,0x8f,0x80,0x00,0x00,0x09, +0xf1,0xff,0xff,0x40,0x02,0xfa,0x1f,0xb3,0x30,0x00,0xaf,0xff,0xfa,0x00,0x00,0x3f, +0xa4,0x4e,0xc4,0x44,0x0b,0xf1,0x00,0xdf,0xff,0xf0,0x5e,0x09,0x09,0x00,0x86,0x0a, +0x9f,0x00,0xca,0x00,0x03,0xf7,0x00,0x00,0x4a,0x00,0x4f,0x09,0x05,0x6f,0x00,0x09, +0xe1,0x00,0x1a,0x20,0x1e,0x00,0x06,0x5f,0x9e,0x60,0x03,0x60,0x71,0x1e,0x00,0x06, +0x7f,0x00,0x00,0x08,0xb0,0xe5,0x01,0x20,0x3f,0x00,0x06,0x6a,0x1d,0xa0,0x02,0xa1, +0x03,0xf6,0x02,0x00,0x6a,0x06,0xf3,0x09,0x40,0x3f,0x60,0x02,0x00,0xab,0x06,0xe9, +0x02,0x70,0x63,0x03,0xf6,0x00,0x3f,0x60,0x05,0x00,0xae,0x00,0x00,0x05,0xe0,0xb8, +0x02,0x01,0x10,0x3f,0x60,0x1e,0x00,0xf0,0x0d,0x02,0xff,0xfc,0x30,0x02,0xfa,0x6c, +0xf2,0x02,0xf7,0x01,0xf9,0x02,0xf7,0x00,0xdc,0x1f,0xff,0x90,0xdc,0x02,0xf7,0x01, +0xfa,0x02,0xfa,0x5c,0xf2,0x1c,0x00,0x31,0x00,0xcf,0xfa,0xc6,0x01,0x0f,0x5d,0x09, +0x0d,0x8f,0x00,0xbc,0x00,0x00,0x00,0x0a,0x30,0x00,0x65,0x09,0x0d,0x7f,0x00,0x03, +0xf5,0x00,0x00,0x08,0x60,0x28,0x00,0x0f,0x6f,0x4e,0xb0,0x00,0x00,0x72,0x54,0x28, +0x00,0x0e,0x31,0x01,0xdf,0xf8,0xa0,0x00,0x0f,0x50,0x00,0x0e,0x00,0x24,0x00,0x21, +0xf1,0x8b,0x67,0x02,0x0f,0x54,0x00,0x0e,0xf0,0x09,0x00,0x10,0x6e,0x24,0xf3,0x0b, +0xef,0x80,0x04,0xff,0x20,0x3f,0x9c,0xe1,0x39,0x00,0xa1,0x01,0xbf,0xeb,0x90,0x0d, +0xe6,0x9f,0xca,0x09,0xf0,0x07,0xf0,0x7f,0x24,0xb7,0xf1,0x7f,0x2d,0x28,0xf1,0x5f, +0xc8,0x0b,0xf0,0x0d,0xf7,0x8f,0x80,0x0a,0xcf,0xe8,0x00,0x07,0xb7,0x03,0x5f,0xda, +0x00,0x00,0x02,0xa1,0xae,0x09,0x0a,0x01,0x39,0x09,0x1f,0x94,0x23,0x00,0x0b,0x6f, +0x6e,0x90,0x00,0x27,0x06,0x30,0x23,0x00,0x09,0x00,0xcb,0x00,0x79,0x5e,0x0b,0x80, +0x00,0x20,0x11,0x06,0x23,0x00,0x00,0x07,0x00,0xb0,0x5f,0x40,0x0f,0x91,0xfc,0x5a, +0xf4,0x04,0xcf,0xd6,0x00,0x94,0x02,0x3f,0x01,0xa2,0x00,0xbe,0x09,0x09,0x21,0x4f, +0x40,0xf6,0x03,0xf0,0x02,0x4f,0xff,0xe7,0x04,0xf6,0x39,0xf3,0x4f,0x40,0x7f,0x44, +0xff,0xff,0xa0,0x4f,0x63,0x10,0x15,0x00,0xfe,0x13,0x06,0xef,0xb0,0x01,0xfa,0x7f, +0x70,0x4f,0x42,0xf6,0x04,0xf4,0x8f,0x00,0x4f,0x45,0xf8,0x04,0xf4,0x06,0xf5,0x4f, +0x54,0x4f,0x74,0xf7,0xff,0xb1,0x09,0xe1,0x00,0x00,0x95,0x00,0x8b,0x09,0x00,0xda, +0x09,0x2e,0x68,0x00,0x18,0x00,0x6e,0x03,0xdc,0x20,0x04,0x12,0x40,0x18,0x00,0x20, +0x0c,0xff,0x34,0x07,0x0e,0x18,0x00,0x6e,0x0e,0x35,0xd0,0x04,0x01,0x30,0x18,0x00, +0x6f,0x01,0x88,0x00,0x01,0x88,0x00,0x33,0x00,0x02,0xfc,0x0c,0x09,0xee,0x9c,0xfc, +0x34,0xe7,0x7f,0xc5,0xcd,0x1a,0xef,0xff,0xff,0xf8,0xf4,0x3f,0x92,0x22,0x8f,0x68, +0xfe,0x55,0x61,0xcf,0xd6,0xbf,0xe7,0x09,0x0a,0xa0,0xff,0x70,0x00,0x7d,0x20,0x00, +0x8d,0x10,0x09,0xe0,0xc6,0x00,0x0e,0xfd,0x09,0x6e,0x00,0x2f,0x70,0x00,0x68,0x00, +0x18,0x00,0x6e,0x04,0xdc,0x20,0x05,0x12,0x40,0x18,0x00,0x6e,0x0e,0x35,0xc0,0x04, +0x01,0x30,0x18,0x00,0x66,0x2e,0x80,0x03,0xa1,0x04,0xf4,0x02,0x00,0x66,0x08,0xe2, +0x0a,0x30,0x4f,0x40,0x02,0x00,0x57,0x09,0xd8,0x02,0x40,0x41,0x76,0x0f,0x00,0x05, +0x00,0x5b,0x6c,0x0b,0x61,0x30,0x31,0x14,0x00,0xf0,0x0e,0x01,0x10,0x00,0x09,0xfa, +0xa1,0x00,0xcf,0xd0,0x00,0x65,0xf7,0x09,0xee,0xfd,0x5f,0x73,0xce,0x8f,0x00,0xad, +0x4f,0x85,0xf8,0x07,0xef,0x90,0x0a,0xff,0x76,0x0c,0x1e,0x7f,0x0f,0x0a,0x5e,0xf2, +0x00,0x00,0x77,0x00,0x15,0x0a,0x6e,0x00,0x0d,0xa0,0x00,0x49,0x00,0x18,0x00,0x6e, +0x02,0xcd,0x30,0x04,0x21,0x40,0x18,0x00,0x02,0x60,0x00,0x0e,0x18,0x00,0x7e,0x0c, +0x53,0xe0,0x03,0x10,0x40,0x07,0x60,0x00,0xf0,0x1a,0x8c,0x00,0x00,0x57,0x00,0xaf, +0xff,0xfd,0x23,0x33,0x33,0x00,0x46,0x00,0x00,0x9c,0x00,0x00,0x00,0x51,0x07,0xee, +0xe0,0x5f,0x8b,0xf8,0x9f,0x1c,0xcc,0x9f,0x85,0xcc,0x5f,0xe6,0xf8,0x0b,0xee,0x90, +0x06,0x00,0x00,0xa2,0x00,0x2e,0x76,0x00,0x45,0x0a,0x6e,0x00,0x0e,0xa0,0x00,0x59, +0x00,0x18,0x00,0x6e,0x03,0xcc,0x40,0x03,0x11,0x40,0x18,0x00,0x02,0x8a,0x00,0x1e, +0x7f,0x48,0x00,0x5f,0x3f,0x50,0x00,0x86,0x00,0x57,0x0a,0x05,0x07,0x34,0x0c,0x14, +0xf9,0x34,0x0c,0x06,0x23,0x0b,0x6f,0x2e,0x17,0xa0,0x04,0x01,0x30,0x3c,0x00,0x05, +0x3f,0x01,0xee,0xe8,0xd9,0x06,0x12,0x3f,0x0c,0xee,0xc0,0xaa,0x02,0x02,0x7f,0x00, +0xa1,0x75,0x00,0x00,0x8e,0xc2,0x40,0x00,0x0e,0x3f,0x08,0xed,0x70,0x40,0x00,0x03, +0x0f,0x51,0x07,0x0e,0x9c,0x0d,0x50,0x00,0x00,0x0c,0xd0,0x09,0xee,0x80,0x3a,0x00, +0x51,0x08,0xa0,0x00,0x07,0xf4,0xf3,0x03,0x2f,0x95,0x00,0xf4,0x06,0x0a,0x5e,0x2f, +0x60,0x00,0x77,0x00,0x41,0x0d,0x00,0xfc,0x07,0x3f,0x17,0x16,0x30,0x3b,0x00,0x09, +0x6e,0x04,0xdc,0x10,0x05,0x12,0x30,0x7c,0x0d,0x01,0x32,0x01,0xf1,0x0f,0xf5,0x00, +0x00,0x03,0x00,0x00,0x2c,0xfe,0x70,0x0e,0xd6,0x8f,0x65,0xf4,0x00,0xa8,0x8f,0x10, +0x00,0x07,0xf1,0x00,0x00,0x5f,0x40,0x09,0x80,0xed,0x68,0xf7,0xa7,0x05,0x5e,0xc7, +0x00,0x00,0x42,0x00,0x3f,0x00,0x62,0x01,0xc8,0xd5,0x00,0x01,0x84,0xb5,0x00,0x6d, +0x69,0xf6,0x5f,0x40,0x0b,0xa8,0x7a,0x00,0x6e,0x09,0x9c,0x60,0x00,0x43,0x00,0x3b, +0x00,0x7f,0x0b,0x9c,0x70,0x00,0x07,0x40,0x00,0x26,0x11,0x09,0x80,0x00,0x00,0xf9, +0x98,0x00,0x00,0xf9,0xb2,0x0d,0x0d,0x62,0x5f,0x87,0xf9,0x00,0x9f,0x00,0x04,0x00, +0x7f,0x5f,0x65,0xf9,0x00,0x09,0xfc,0xe9,0x25,0x07,0x0f,0xf0,0x05,0x5f,0xff,0x70, +0x00,0x0f,0x90,0x09,0xfb,0xf9,0x05,0xf8,0x7f,0x90,0x9f,0x00,0xf9,0x09,0xf0,0x0f, +0x90,0x3d,0x00,0x8f,0x9f,0xce,0x90,0x06,0xee,0xe4,0x00,0x00,0x39,0x08,0x06,0x20, +0x0d,0xee,0x02,0x05,0x0e,0x3c,0x04,0x6f,0x03,0x80,0xa2,0x01,0xbe,0xa0,0x36,0x00, +0x05,0x3f,0x09,0xed,0x60,0x36,0x00,0x02,0x01,0xa9,0x07,0x3f,0x10,0x00,0x03,0xa8, +0x08,0x07,0x5e,0xb8,0x00,0x00,0x43,0x00,0x39,0x00,0x0f,0x30,0x00,0x06,0x52,0x0a, +0x80,0x00,0x09,0xe2,0x30,0x00,0xff,0x09,0x9f,0xff,0xfa,0x8f,0x32,0x21,0x3f,0xc8, +0xd4,0x05,0xcf,0xa0,0x00,0x5d,0x00,0x00,0x2e,0x80,0x03,0xd7,0xd2,0x00,0x27,0x10, +0xa5,0x00,0x06,0x2f,0xab,0x70,0x6c,0x00,0x02,0x7f,0x00,0x5e,0xb0,0x00,0x17,0x15, +0x40,0x6a,0x12,0x09,0x03,0x30,0x06,0x0f,0x75,0x0f,0x04,0x00,0x41,0x03,0x3f,0x08, +0xec,0x20,0x41,0x00,0x09,0x21,0x08,0xee,0x3c,0x03,0x0f,0x41,0x00,0x05,0x00,0x01, +0x00,0x11,0xf6,0x8c,0x02,0xf0,0x0f,0x2b,0xfe,0x80,0x0e,0xe6,0x8f,0x85,0xf5,0x00, +0x88,0x7f,0x20,0x00,0x07,0xf2,0x3f,0xfe,0x5f,0x50,0x3c,0xe0,0xde,0x66,0xee,0x02, +0xbf,0xfb,0x30,0x00,0xa9,0x2d,0x01,0x0f,0x45,0x00,0x05,0x0f,0x7f,0x00,0x09,0x60, +0x00,0x05,0x30,0x00,0x00,0xb5,0x8e,0x0c,0x70,0x00,0x00,0x04,0x00,0x00,0x7b,0x00, +0x4b,0x00,0x0f,0x90,0x00,0x08,0x7f,0x3d,0xc1,0x00,0x00,0x72,0x45,0x00,0x61,0x13, +0x0d,0x60,0x00,0x74,0x00,0x0b,0x9c,0x50,0xf1,0x05,0x0f,0x77,0x10,0x04,0xf0,0x05, +0x3f,0x60,0x07,0xf2,0xcf,0xff,0xff,0xfc,0x3f,0x61,0x18,0xf2,0x3f,0xff,0xff,0xf2, +0x3f,0x84,0x49,0xf2,0x14,0x00,0x04,0x04,0x00,0x31,0x4f,0xff,0x70,0xf4,0x07,0xd3, +0xfa,0xed,0x20,0x4f,0xa5,0xfa,0x04,0xf4,0x0d,0xb0,0x4f,0x40,0xdb,0x07,0x00,0x5f, +0x3e,0xff,0x50,0x00,0x00,0x3e,0x0a,0x01,0x5b,0x4f,0xff,0x40,0x00,0x00,0x93,0x06, +0x3f,0x3e,0xee,0x60,0x2d,0x00,0x03,0x3d,0x4e,0xee,0x50,0x2d,0x00,0x5f,0x1a,0x08, +0x40,0x9e,0xb1,0x2d,0x00,0x01,0x3d,0x2c,0xdc,0x20,0x2d,0x00,0x08,0x45,0x14,0x38, +0xb8,0x09,0xe2,0x49,0x11,0x96,0xc6,0x0b,0xe0,0x00,0x01,0xf4,0x03,0x03,0xf6,0x24, +0x00,0x42,0x60,0x4f,0x44,0xf4,0x03,0x00,0x9b,0x3f,0x60,0x00,0x0f,0xa3,0xf6,0x00, +0x00,0xfa,0x09,0x00,0xfb,0x06,0x35,0x00,0xfa,0x3f,0x66,0xf6,0x6f,0x73,0xf6,0x09, +0xef,0x90,0x4e,0x25,0xe1,0x18,0x12,0x80,0x5f,0x36,0xf2,0x03,0x00,0xd0,0x00,0x2b, +0xf1,0x00,0x8f,0x80,0x00,0x06,0xe9,0x00,0x02,0x70,0x63,0xb1,0x14,0x00,0x02,0x08, +0x05,0x07,0x00,0xb1,0x05,0x60,0x2f,0x70,0x9f,0x6a,0xf3,0x01,0xbf,0xe7,0x00,0xb2, +0x07,0x56,0x03,0xf5,0x00,0x3f,0x50,0x05,0x00,0x5f,0x18,0xf4,0x06,0xfa,0x00,0xd7, +0x14,0x0d,0x80,0x00,0x1f,0x00,0x00,0x00,0x4c,0x00,0x00,0x70,0x16,0x0f,0xfc,0x11, +0x05,0xf0,0x11,0x00,0x44,0x00,0x00,0x97,0x00,0x00,0x81,0x00,0x4f,0x41,0xfd,0x04, +0xf4,0xaf,0x30,0x4f,0xbf,0x80,0x04,0xff,0xf7,0x00,0x4f,0x4b,0xf3,0x04,0xf4,0x1e, +0xd0,0x07,0xe2,0x5e,0x0b,0x0f,0x1f,0x15,0x05,0x8a,0x04,0xa1,0x1e,0x60,0x00,0x00, +0x5f,0x30,0x02,0x00,0x0f,0x2e,0x00,0x05,0x98,0x00,0x26,0x00,0x00,0x6a,0x00,0x00, +0x63,0x00,0x6f,0x12,0xb0,0x08,0x03,0xe0,0x36,0x00,0x4f,0x54,0xd0,0x4f,0x57,0x90, +0x14,0x16,0x0a,0x32,0x00,0xa6,0x5f,0x3f,0x25,0xf6,0xd0,0x5f,0x30,0x05,0xf3,0x00, +0x05,0x00,0x06,0x23,0x00,0x56,0x5b,0xa0,0x4f,0x52,0x10,0x2c,0x00,0x03,0x22,0x00, +0x44,0xf5,0xf3,0x5f,0x33,0x2c,0x00,0x21,0x2f,0x70,0x03,0x00,0x62,0x71,0x00,0x5f, +0xf7,0x00,0x8f,0x0c,0x00,0x70,0xa5,0x54,0x2f,0xff,0xfe,0x2f,0x60,0x02,0x00,0x42, +0x3f,0xe2,0xaf,0x70,0x0a,0x00,0x01,0x76,0x01,0x2f,0x06,0x70,0x6e,0x0c,0x0f,0x01, +0xc8,0x08,0x0e,0xf8,0x08,0x0f,0x38,0x00,0x0e,0x00,0x99,0x03,0x21,0x0c,0x50,0x9a, +0x03,0x0e,0x3e,0x00,0x50,0x00,0x35,0x00,0x00,0x98,0x82,0x01,0x30,0x00,0xa9,0xc8, +0x55,0x11,0x0f,0x87,0x00,0x0e,0x6e,0x07,0xba,0x90,0x00,0x34,0x00,0x49,0x00,0xf0, +0x03,0x3e,0x00,0x00,0x05,0x80,0x00,0x00,0x07,0xf9,0xec,0x10,0x7f,0x86,0xf7,0x07, +0xf1,0x0f,0x90,0x94,0x09,0x02,0x07,0x00,0xf0,0x1c,0x5f,0x90,0x09,0xf0,0x5f,0xf2, +0x09,0xf0,0x5f,0xfc,0x09,0xf0,0x5f,0x7f,0x59,0xf0,0x5f,0x49,0xe9,0xf0,0x5f,0x41, +0xff,0xf0,0x5f,0x40,0x7f,0xf0,0x5f,0x40,0x0d,0xf0,0x00,0x00,0x4c,0xe0,0x00,0x00, +0xce,0x50,0x6f,0x8e,0xc1,0xb7,0x13,0x51,0x20,0xf9,0x6f,0x20,0xfa,0x03,0x00,0xaf, +0xf9,0x00,0x06,0xf8,0x00,0x2f,0xc1,0x00,0xee,0xe9,0xf1,0x0c,0x12,0x3f,0x0a,0xee, +0xd0,0xbb,0x09,0x02,0x7f,0x00,0xa2,0x66,0x00,0x00,0x7e,0xc2,0x40,0x00,0x0e,0x3f, +0x06,0xde,0x90,0x40,0x00,0x03,0x6f,0x2f,0x5e,0x30,0x00,0x65,0x75,0x71,0x0d,0x0f, +0x5e,0xd7,0xc8,0x03,0x84,0x80,0x40,0x00,0xf0,0x0e,0x03,0xcf,0xff,0xff,0xff,0x11, +0xee,0x77,0xfb,0x77,0x70,0x6f,0x30,0x2f,0x70,0x00,0x07,0xf1,0x02,0xff,0xff,0x80, +0x7f,0x10,0x2f,0x93,0x32,0x06,0xf2,0xff,0x01,0xff,0x21,0x1e,0xc5,0x6f,0x95,0x55, +0x00,0x3c,0xff,0xff,0xff,0xf1,0x06,0xee,0xa7,0xee,0x90,0x3f,0x96,0xff,0x87,0xf5, +0x8f,0x00,0xbf,0xff,0xf8,0x7f,0x00,0xbf,0x32,0x21,0x3f,0x95,0xff,0xa4,0x81,0x06, +0xef,0xa6,0xef,0xc2,0x00,0x0c,0xc0,0x00,0x03,0xa1,0x00,0x73,0x17,0x09,0xf1,0x00, +0x00,0xcb,0x00,0x3a,0x10,0x6f,0xbd,0x06,0xfb,0x60,0x6f,0x20,0x06,0xf2,0x00,0x05, +0x00,0x0f,0x30,0x00,0x09,0x00,0x1a,0x03,0x7a,0x05,0xb0,0x00,0x00,0x54,0x00,0x00, +0x10,0x15,0xcf,0x17,0x00,0x3d,0x00,0x45,0x00,0x06,0xd8,0xc1,0x00,0x04,0x70,0x42, +0x00,0x0a,0x5b,0x5c,0x9a,0x00,0x23,0x00,0x72,0x00,0x7f,0x00,0x08,0xe2,0x00,0x00, +0xa3,0x00,0x00,0x18,0x09,0x02,0x72,0x09,0x0e,0x76,0x15,0x7f,0x00,0x8e,0x70,0x00, +0x37,0x07,0x20,0x3b,0x00,0x09,0x02,0x72,0x09,0x0e,0x3b,0x00,0x0f,0x34,0x00,0x07, +0x8d,0xfe,0x60,0x00,0x1d,0x80,0x00,0x00,0xe7,0x70,0x00,0xe6,0xff,0x70,0x00,0xac, +0x00,0x00,0xac,0x00,0x03,0xe7,0xe3,0x00,0x02,0x82,0xb1,0x00,0x14,0x27,0x42,0x00, +0x15,0x80,0x76,0x00,0x6e,0x0a,0x9c,0x60,0x00,0x42,0x00,0x76,0x00,0x0f,0xc9,0x18, +0x09,0x98,0x00,0x3e,0x60,0x00,0x02,0xe6,0x00,0x1f,0x70,0x4a,0x16,0xdf,0x0a,0xf7, +0x03,0xe6,0x03,0xe5,0x04,0xd7,0xd2,0x00,0x03,0x71,0x00,0x3e,0x00,0x0a,0xf8,0x06, +0x09,0x80,0x83,0xb2,0x1f,0x70,0x0f,0xff,0x70,0x3f,0x81,0x01,0xf7,0x00,0x1f,0x70, +0x00,0xfb,0x20,0x09,0xf7,0x33,0x00,0x3b,0x9f,0xff,0x20,0x33,0x00,0x23,0x83,0x00, +0x31,0x00,0x33,0x2f,0xff,0x90,0x31,0x00,0x31,0x03,0xef,0xf5,0xdd,0x01,0x0f,0x61, +0x0f,0x08,0x03,0x56,0x0d,0x0e,0x84,0x0c,0x2f,0xee,0xe6,0x3b,0x00,0x0d,0x11,0x0b, +0x76,0x03,0x0e,0x3b,0x00,0x10,0x01,0x61,0x14,0x2f,0xeb,0x10,0x3b,0x00,0x09,0x3f, +0x06,0xde,0x80,0x3b,0x00,0x02,0xaf,0x00,0x29,0x40,0x00,0x08,0x1a,0x00,0x00,0x29, +0x40,0xef,0x0f,0x0b,0x20,0x88,0x10,0xf6,0x25,0x0f,0x42,0x00,0x02,0x5f,0x5e,0x6e, +0x10,0x08,0x39,0x54,0x10,0x0b,0x5e,0xd7,0xc7,0x03,0x84,0x70,0x3b,0x00,0x0f,0x34, +0x00,0x05,0xce,0x50,0x4c,0xff,0x90,0x00,0x07,0xb0,0x00,0x00,0x4e,0x60,0x7f,0x70, +0x00,0x80,0x06,0xc1,0x00,0x05,0xf6,0x00,0x03,0xdc,0x41,0x04,0x2f,0x24,0x50,0x85, +0x1a,0x16,0x7f,0x00,0x3c,0xc3,0x00,0x00,0x31,0x13,0x37,0x18,0x06,0x10,0x00,0x63, +0x12,0xf8,0x07,0xe7,0x00,0x03,0x50,0x61,0x0b,0xf0,0x03,0xf8,0x3f,0x70,0xaf,0x10, +0xbe,0x2f,0x80,0x03,0xfd,0xf1,0x00,0x0b,0xf8,0x2c,0x02,0x6f,0x05,0xdc,0x10,0x04, +0x02,0x20,0xbf,0x0d,0x05,0x00,0x01,0x00,0x6f,0x8b,0x0e,0x50,0x01,0x10,0x20,0x45, +0x00,0x0a,0x30,0x00,0x0a,0xd1,0x3e,0x11,0x0f,0xe0,0x1a,0x09,0x00,0x63,0x0e,0x1f, +0x76,0xa2,0x18,0x01,0x00,0xf6,0x09,0x10,0xf1,0x5f,0x0a,0x60,0x09,0xff,0xff,0xf4, +0x35,0x55,0x1d,0x16,0xfe,0x0a,0x30,0x00,0x3f,0x80,0x00,0x0d,0xd0,0x00,0x09,0xf3, +0x00,0x03,0xfc,0x55,0x51,0x9f,0xff,0xff,0x50,0x00,0xc6,0x00,0x00,0x52,0x00,0x3f, +0x00,0x12,0x03,0x0b,0x03,0x0f,0x7a,0x00,0x09,0x6e,0x0a,0x9c,0x50,0x00,0x32,0x00, +0x3b,0x00,0x66,0x0a,0xf8,0x4f,0x82,0x6f,0x30,0x02,0x00,0x50,0x08,0x90,0x3f,0xf3, +0x1d,0xfe,0x17,0xf0,0x03,0x9c,0x60,0x00,0x28,0xdf,0xa0,0x03,0x8e,0xe1,0x8f,0xb5, +0x00,0x66,0x55,0x50,0x8f,0xff,0xf0,0xa5,0x00,0xf0,0x0b,0x59,0xb0,0x00,0x02,0x7b, +0xff,0xff,0x00,0x1d,0xff,0xff,0xff,0xf0,0x04,0xff,0xff,0xc7,0x8f,0x00,0x4f,0xa5, +0x10,0x06,0xf0,0x04,0xf2,0xf9,0x2c,0x31,0x4f,0x20,0x00,0x0b,0x00,0xf0,0x00,0x8e, +0xff,0x28,0xaf,0x20,0x0f,0xff,0xfe,0xff,0xf1,0x00,0x5b,0xb4,0x9f,0xfb,0x39,0x00, +0x20,0x11,0x00,0xec,0x1c,0xf0,0x3d,0x34,0x44,0x44,0x30,0x1d,0x9f,0xdc,0xcc,0xdf, +0x9d,0xb2,0xf1,0x00,0x01,0xf2,0xcd,0x8f,0x10,0x00,0x1f,0x8d,0xc3,0xfb,0xaa,0xab, +0xf3,0xcd,0x7f,0x76,0x66,0x7f,0x7d,0xc4,0xf1,0x00,0x01,0xf4,0xcd,0x6f,0x20,0x00, +0x2f,0x6d,0xb5,0xff,0xff,0xff,0xf5,0xb0,0xef,0xe3,0xef,0xff,0xff,0xdf,0xff,0x5f, +0xff,0xff,0xff,0xbc,0xc2,0xcc,0xcc,0xcc,0xb7,0x87,0x07,0x88,0x88,0x86,0xff,0xf5, +0xff,0xff,0xff,0x92,0x1e,0xa0,0xff,0xff,0x35,0x40,0x45,0x55,0x55,0x3f,0xff,0x3f, +0x10,0x00,0x00,0x16,0x00,0x40,0xfa,0xba,0x1a,0xbb,0x5b,0x19,0x00,0x38,0x09,0x00, +0x55,0x01,0x10,0xf9,0x05,0x00,0xf0,0x05,0xff,0xc1,0x50,0x00,0x04,0xff,0xc0,0xcf, +0x80,0x04,0xff,0xc0,0x08,0xff,0x84,0xff,0xc0,0x00,0x09,0xff,0xb1,0x03,0x31,0x09, +0xff,0xc0,0x4b,0x15,0x10,0x00,0x71,0x0b,0xf0,0x12,0x04,0xc2,0xdf,0xc0,0x4f,0xf6, +0x2e,0xfd,0xff,0x90,0x02,0xef,0xf9,0x00,0x04,0xff,0xfc,0x00,0x5f,0xfa,0xef,0xc0, +0xef,0x90,0x2e,0xf7,0x47,0x00,0x02,0x81,0x00,0x00,0x1d,0x41,0x0d,0xf1,0x29,0x71, +0x2f,0x90,0x62,0x00,0x09,0xf7,0x2f,0x90,0xfe,0x20,0x3f,0xb0,0x2f,0x90,0x5f,0xb0, +0xaf,0x20,0x2f,0x90,0x0b,0xf1,0xce,0x00,0x2f,0x90,0x07,0xf3,0xbf,0x00,0x05,0x20, +0x08,0xf3,0x8f,0x50,0x00,0x00,0x0e,0xf0,0x1e,0xf4,0x00,0x01,0xbf,0x70,0x04,0xff, +0xc9,0xaf,0xfa,0x00,0x00,0x2a,0xff,0x83,0x13,0x20,0x01,0x10,0x93,0x00,0xf0,0x00, +0x46,0x40,0x00,0x00,0x00,0x0e,0xfe,0x00,0x00,0x08,0x7a,0xff,0xfa,0x78,0x03,0xb9, +0x00,0xf0,0x09,0xf3,0x5f,0xff,0x83,0x9f,0xff,0x50,0x9f,0xd0,0x00,0xdf,0x90,0x0a, +0xfe,0x00,0x0e,0xfa,0x07,0xff,0xfc,0x7c,0xff,0xf7,0x2f,0x1c,0x00,0x60,0x20,0x43, +0x6f,0xff,0x63,0x40,0x60,0x1d,0x00,0x42,0x00,0x11,0x21,0xd1,0x02,0xf0,0x2e,0xd3, +0x3f,0x70,0x00,0x00,0x2d,0xec,0xf9,0xf7,0x00,0x00,0x4e,0xd4,0x59,0xff,0x70,0x00, +0x6f,0xb4,0xef,0x86,0xfb,0x00,0x9f,0x96,0xff,0xff,0xa5,0xed,0x19,0x68,0xff,0xff, +0xff,0xd3,0xb1,0x00,0xff,0xff,0xef,0xff,0x50,0x00,0x0f,0xff,0x20,0xcf,0xf5,0x00, +0x00,0xff,0xf2,0x0c,0xff,0x50,0x00,0x09,0xaa,0x10,0x7a,0xa2,0x62,0x03,0x20,0x96, +0x00,0x84,0x00,0x1b,0xfd,0x06,0x00,0x71,0x17,0x7f,0xfe,0x77,0x00,0x00,0x0c,0x05, +0x17,0x21,0x01,0xdf,0x1c,0x01,0xf0,0x22,0x1d,0xfc,0x10,0x00,0x0f,0xff,0xe4,0x94, +0xff,0xfe,0x0f,0xff,0xfe,0x8e,0xff,0xff,0x0f,0xff,0xff,0xff,0x8b,0x7f,0x08,0x99, +0x99,0x99,0x99,0x97,0x00,0x03,0x44,0x44,0x41,0x00,0x00,0x0b,0xff,0xff,0xff,0xf2, +0x00,0x06,0xf4,0x22,0x22,0x2d,0xc0,0x02,0xf9,0xe5,0x10,0xc0,0x70,0xbe,0x22,0x00, +0x00,0x12,0xaf,0x2f,0xff,0xf9,0x00,0x3f,0x95,0x01,0x61,0xfc,0xce,0xff,0xff,0x6f, +0xff,0xa2,0x01,0x11,0xcf,0x07,0x00,0xf1,0x32,0x30,0x00,0x01,0x56,0x40,0x04,0x90, +0x08,0xff,0xff,0xe6,0x7f,0x09,0xfc,0x42,0x4c,0xfe,0xf3,0xfa,0x00,0x04,0x4c,0xff, +0xaf,0x10,0x00,0xcf,0xff,0xf1,0x20,0x00,0x02,0x33,0x32,0x67,0x77,0x50,0x00,0x05, +0x4f,0xff,0xfc,0x00,0x02,0xf8,0xff,0xc2,0x00,0x01,0xdf,0x2f,0xcf,0xf9,0x79,0xff, +0x50,0xf7,0x2a,0xff,0xfb,0x30,0x05,0x20,0x00,0x10,0x4d,0x02,0x83,0x00,0x01,0xd7, +0x12,0x3d,0xf8,0xff,0xff,0x03,0x00,0x31,0xef,0xff,0xf8,0x91,0x03,0x21,0xb7,0x00, +0x1e,0x00,0x00,0xbd,0x00,0xf0,0x0a,0x70,0x00,0x12,0x3d,0xf8,0x00,0x0f,0xff,0xff, +0x85,0x80,0xff,0xff,0xf8,0x1e,0x2f,0xff,0xff,0x82,0xe1,0xef,0xff,0xf8,0x34,0x00, +0xd4,0x14,0x04,0x2a,0x00,0x02,0x1b,0x09,0x01,0x31,0x02,0xf1,0x27,0x02,0xe5,0x00, +0x00,0x01,0xd7,0x02,0x52,0xe3,0x01,0x23,0xdf,0x80,0x1d,0x76,0xb0,0xff,0xff,0xf8, +0x58,0x2f,0x1f,0x1f,0xff,0xff,0x80,0xe2,0xd3,0xd3,0xff,0xff,0xf8,0x2e,0x1e,0x2d, +0x3e,0xff,0xff,0x83,0x45,0xe1,0xf0,0x00,0x0b,0xf8,0x03,0xe4,0x9a,0x00,0x00,0x0b, +0x70,0x02,0x6e,0x8e,0x00,0x14,0x2d,0xaf,0x1a,0x60,0x13,0x44,0x44,0x44,0x43,0x1e, +0xe6,0x00,0x40,0xfe,0xf7,0x0a,0xff,0xb5,0x19,0xf1,0x0b,0x7f,0xff,0x6e,0xff,0xfe, +0xbf,0xff,0x40,0x2e,0xff,0xf7,0x4e,0x40,0x00,0x6f,0xf8,0x00,0x10,0x00,0x06,0xff, +0x96,0x66,0x66,0x66,0x9f,0x0e,0x01,0xf0,0x01,0xc0,0x00,0x06,0x20,0x00,0x00,0x2f, +0xb0,0x00,0x00,0x8f,0xf2,0x00,0x01,0xff,0xfa,0x51,0x01,0xf1,0x0d,0x40,0x5f,0xff, +0xff,0xe0,0xdf,0xff,0xff,0xf6,0xf9,0xff,0xff,0xf8,0xd9,0x9f,0xff,0xf6,0x7f,0x65, +0xff,0xe1,0x09,0xff,0xfe,0x30,0x00,0x25,0x40,0x66,0x00,0xf2,0x03,0x9d,0x00,0x03, +0xd2,0xae,0x00,0x4f,0xf4,0xae,0x06,0xff,0xf4,0xae,0x7f,0xff,0xf4,0xaf,0xff,0x04, +0x00,0xf0,0x02,0xae,0x3e,0xff,0xf4,0xae,0x02,0xef,0xf4,0xae,0x00,0x1d,0xf3,0x69, +0x00,0x01,0x91,0x67,0x2d,0x00,0x20,0xff,0xd5,0x05,0x00,0x20,0xff,0xb2,0x05,0x00, +0x30,0xff,0x80,0x00,0x9b,0x00,0x10,0x50,0x7a,0x00,0x14,0xf7,0x35,0x03,0xf1,0x03, +0xfb,0x20,0xff,0xff,0xfd,0x40,0x00,0xff,0xff,0x70,0x00,0x00,0xff,0xa1,0x00,0x00, +0x00,0x23,0xfd,0x1c,0xcf,0xfc,0x01,0xdf,0xf9,0xff,0xff,0x14,0xff,0xfd,0xff,0xff, +0x24,0x05,0x00,0x09,0x00,0x23,0x00,0x63,0x7a,0xa8,0x00,0x9a,0xa5,0xbf,0x50,0x00, +0x30,0xff,0xf9,0xff,0x8b,0x03,0x0f,0x05,0x00,0x0a,0x80,0xf9,0x7a,0xaa,0xaa,0xaa, +0xa3,0x00,0x00,0xe9,0x0e,0xf0,0x1b,0x06,0xf0,0xcf,0xb0,0x07,0xf1,0xcf,0xfc,0x17, +0xf1,0xcf,0xff,0xd9,0xf1,0xcf,0xff,0xff,0xf1,0xcf,0xff,0xfe,0xf1,0xcf,0xff,0x97, +0xf1,0xcf,0xf8,0x07,0xf1,0xcf,0x60,0x07,0xf1,0x65,0x00,0x04,0xa0,0x00,0x00,0x1c, +0x90,0xd6,0x01,0x21,0xff,0x80,0xa5,0x02,0x11,0x70,0x7a,0x02,0x12,0x60,0x64,0x01, +0xb1,0xef,0xff,0xff,0xff,0xf8,0x01,0x45,0x55,0x55,0x54,0x00,0x0b,0x00,0x10,0x0f, +0x16,0x00,0x61,0xa0,0x9b,0xbb,0xbb,0xbb,0xb4,0x27,0x1b,0x50,0x4f,0xe1,0x00,0x4f, +0xe3,0x03,0x00,0x67,0x3f,0xf3,0x00,0x01,0xdf,0x70,0x04,0x00,0xc5,0x20,0x00,0x01, +0x50,0x1b,0x30,0x00,0x03,0xff,0x30,0x00,0x04,0x04,0x00,0x43,0x20,0x00,0x9f,0xc0, +0x03,0x00,0x41,0x4f,0xc0,0x00,0x00,0xbd,0x03,0x10,0xea,0x76,0x1a,0x13,0xfd,0x05, +0x00,0x51,0x12,0x25,0xfd,0x22,0x20,0xc7,0x00,0x56,0xce,0xee,0xff,0xee,0xe6,0x19, +0x00,0x02,0x05,0x00,0x40,0x00,0xa7,0x00,0x00,0x14,0x1c,0x11,0x10,0x8d,0x00,0x10, +0xdf,0x6c,0x01,0x40,0x00,0x00,0x01,0x20,0x47,0x00,0xf0,0x22,0x9f,0xfe,0xfb,0x40, +0x00,0x04,0xef,0x60,0x13,0xdf,0x80,0x03,0xff,0x70,0x3f,0xa2,0xff,0x70,0xdf,0xf2, +0x7c,0xff,0x2d,0xff,0x2c,0xff,0x3b,0xff,0xf1,0xef,0xf1,0x2e,0xf9,0x2c,0xd6,0x4f, +0xf5,0x00,0x2d,0xf9,0x21,0x6e,0xf5,0x00,0x00,0x06,0xcf,0xfd,0x92,0xf3,0x05,0x01, +0x01,0x00,0x40,0xce,0x40,0x00,0x21,0xfe,0x03,0xf1,0x28,0xf9,0xaf,0xef,0xf9,0x20, +0x00,0x00,0x6f,0xf5,0x11,0x5f,0xf4,0x00,0x05,0x03,0xee,0xcf,0x56,0xff,0x30,0x2f, +0xd2,0x1b,0xff,0xd1,0xff,0xe0,0x1e,0xfd,0x00,0x7f,0xe3,0xff,0xc0,0x05,0xff,0x40, +0x04,0xef,0xfe,0x20,0x00,0x5f,0xe6,0x10,0x1c,0xf8,0x00,0x00,0x01,0x8d,0xfd,0x20, +0x9f,0xa0,0x44,0x00,0x22,0x05,0xf9,0x4c,0x00,0x10,0x21,0xdc,0x1d,0x02,0xfa,0x02, +0x00,0x4f,0x01,0x00,0xc6,0x03,0x21,0xf1,0x00,0x75,0x12,0x01,0xbc,0x19,0xf1,0x1a, +0xdf,0x50,0xef,0x30,0x00,0x00,0x06,0xff,0x50,0xef,0xc0,0x00,0x00,0x1e,0xff,0x50, +0xff,0xf5,0x00,0x00,0x9f,0xff,0xa6,0xff,0xfe,0x00,0x02,0xff,0xff,0x61,0xff,0xff, +0x80,0x0b,0xff,0xff,0x72,0xff,0xff,0xf1,0x0e,0xcf,0x03,0x30,0xf4,0x02,0x55,0x01, +0x00,0x15,0x40,0x4e,0x03,0xa0,0x0b,0x80,0xaa,0xa1,0x00,0x4a,0xef,0x8f,0xff,0xc0, +0xc3,0x03,0xf1,0x10,0x8d,0x4f,0xe3,0xcd,0x10,0x00,0x4f,0xf3,0x03,0x10,0x00,0x2e, +0xf5,0x80,0xa7,0x09,0xae,0xf4,0x7f,0xce,0xf7,0xff,0xf5,0x00,0xaf,0xff,0xd1,0x11, +0x00,0x00,0x1c,0x6b,0x1e,0x50,0x41,0x00,0x00,0x01,0xc7,0xe8,0x1c,0xf0,0x1b,0xff, +0x70,0x00,0x01,0xcf,0x9d,0xf7,0x00,0x1c,0xf8,0x01,0xdf,0x70,0xbf,0x80,0x00,0x1d, +0xf5,0x47,0x00,0x00,0x01,0x91,0x8b,0x00,0x00,0x03,0xd3,0x9f,0xc0,0x00,0x3f,0xf3, +0x09,0xfc,0x03,0xff,0x40,0x00,0x9f,0xcf,0xf4,0xbf,0x05,0x00,0x73,0x00,0x42,0x84, +0x00,0x00,0x00,0x7d,0x03,0xa0,0x04,0xfb,0x04,0x66,0x66,0x61,0x00,0x4f,0xff,0xb8, +0x70,0x01,0x30,0xdb,0xfb,0xf5,0xb1,0x0a,0x30,0x10,0xf7,0x10,0x07,0x00,0xe0,0x00, +0xf7,0x00,0x00,0x20,0xe7,0x20,0x00,0xf7,0x11,0x10,0xcc,0xec,0xf5,0x25,0x02,0xa3, +0x5e,0xff,0xa0,0x00,0x35,0x55,0x54,0x03,0xea,0x00,0x31,0x04,0x91,0x13,0x44,0x20, +0x00,0x00,0x0e,0xff,0xff,0x40,0x28,0x03,0x4f,0xee,0xed,0xaf,0xff,0x01,0x00,0x07, +0x03,0xba,0x03,0x21,0x00,0x07,0xef,0x00,0x11,0xfb,0x41,0x01,0x10,0xfb,0x0c,0x05, +0x00,0x06,0x00,0x42,0x88,0xff,0xf8,0x80,0xe3,0x05,0x43,0x00,0x00,0xef,0xe0,0xee, +0x05,0x40,0xff,0xf8,0x9b,0x98,0x0d,0x02,0x21,0x78,0xff,0x37,0x02,0x20,0xb6,0xf8, +0x44,0x05,0x10,0x98,0x23,0x00,0x40,0x18,0x51,0x00,0x00,0x5f,0x01,0x01,0xab,0x03, +0x11,0xfe,0x93,0x01,0x11,0xfc,0x2d,0x16,0x11,0xf7,0x06,0x00,0x10,0xf2,0x36,0x02, +0xd1,0xef,0x90,0x00,0x5c,0x70,0x2d,0xfd,0x00,0x0d,0xff,0xfa,0xff,0xd1,0xa3,0x05, +0xa0,0x10,0x00,0x09,0xff,0xfb,0x40,0x00,0x00,0x01,0x53,0x80,0x04,0xf0,0x37,0x3c, +0xd4,0x00,0x05,0x82,0xdc,0xbf,0x00,0x9f,0xf5,0xea,0x8f,0x09,0xff,0x60,0x6f,0xff, +0xdf,0xf6,0x00,0x01,0x6f,0xff,0x60,0x00,0x04,0xaf,0xff,0x70,0x00,0x9f,0xff,0x9f, +0xf7,0x00,0xf8,0x6f,0x16,0xff,0x70,0xcd,0xce,0x00,0x6f,0xf6,0x2b,0xc3,0x00,0x04, +0x71,0x00,0x1d,0xdd,0xd3,0x70,0x00,0x3f,0xff,0xf4,0xf7,0x79,0x4f,0xff,0xf2,0x32, +0xff,0x4f,0xff,0xfe,0xeb,0x52,0x07,0x1f,0xfd,0x05,0x00,0x02,0x40,0x64,0x55,0x55, +0x53,0xf3,0x07,0xf0,0x06,0x00,0x46,0x66,0x66,0x50,0x00,0xbf,0xff,0xff,0xfa,0x00, +0xfa,0x66,0x66,0x8f,0xa0,0xf6,0x00,0x00,0x1f,0xf8,0x05,0x00,0x04,0xd9,0x03,0xf1, +0x0d,0x8a,0xff,0xfa,0xff,0xf8,0x00,0xdf,0xfa,0xff,0xf9,0x00,0xef,0xfa,0xff,0xff, +0x9b,0xff,0xfa,0xae,0xee,0xee,0xee,0xe6,0x78,0x88,0x88,0x88,0x84,0xf9,0x00,0x06, +0x74,0x05,0x01,0x1c,0x03,0x51,0x89,0x99,0x99,0x99,0x95,0x0f,0x00,0x0b,0x23,0x00, +0x07,0x48,0x05,0x01,0x6d,0x01,0xf9,0x06,0xc5,0x9f,0xff,0xff,0xff,0x95,0xf9,0x5e, +0xff,0xfe,0x58,0xff,0xfc,0x4c,0xfc,0x4c,0xff,0xff,0xff,0x64,0x6f,0x8e,0x01,0xf2, +0x1b,0x03,0xdd,0xd9,0x00,0x06,0xff,0xf9,0x00,0x09,0xff,0xf3,0x00,0x0b,0xff,0xf6, +0x64,0x0d,0xff,0xff,0xfb,0x0f,0xff,0xff,0xf2,0x04,0x55,0xff,0x90,0x00,0x03,0xfe, +0x10,0x00,0x07,0xf6,0x00,0x00,0x0a,0xd0,0x00,0x00,0x0d,0xaa,0x02,0xa0,0x01,0x5b, +0x41,0x00,0x00,0xff,0xf4,0xff,0xf0,0x00,0x39,0x0e,0xf0,0x08,0x00,0xff,0xe4,0x55, +0x51,0x10,0xff,0xc8,0xff,0xf4,0xd1,0xff,0xc8,0xff,0xf3,0xa7,0xff,0xc8,0xff,0xfb, +0xa8,0xff,0xc8,0xfd,0x00,0x00,0x05,0x00,0x80,0x01,0x18,0xff,0xff,0xfd,0x00,0x08, +0xff,0xb8,0x1f,0x60,0x22,0x22,0x21,0x00,0x00,0x62,0x71,0x02,0x20,0xeb,0x20,0xb9, +0x01,0x80,0xf4,0x00,0x05,0xff,0xff,0xfe,0x00,0x09,0xda,0x06,0x00,0x94,0x04,0x60, +0x50,0x0d,0xff,0xff,0xff,0x70,0x9e,0x08,0x11,0xd0,0xe4,0x00,0x80,0x35,0x55,0x55, +0x55,0x41,0x00,0x06,0xff,0xa9,0x01,0x12,0x42,0xda,0x00,0x23,0x44,0x43,0x3b,0x03, +0xf5,0x17,0xf7,0x2b,0x2c,0x2c,0x2c,0x2f,0x6f,0xdb,0xeb,0xeb,0xeb,0xeb,0xf6,0xff, +0x60,0xb0,0xa0,0xb0,0xff,0x6f,0xfd,0xae,0xae,0xae,0xaf,0xf6,0xf6,0x1a,0x00,0x00, +0x0b,0x0f,0x6f,0xa6,0xc6,0x66,0x66,0xd6,0x38,0x07,0x00,0xb7,0x00,0x10,0x75,0x06, +0x00,0x70,0x29,0xff,0xe0,0x00,0x00,0x03,0xaf,0x2d,0x01,0x10,0x4c,0x26,0x08,0x20, +0x05,0xdf,0xf1,0x04,0x11,0x00,0x4e,0x08,0x43,0x00,0x05,0x89,0x9a,0x43,0x02,0x01, +0x22,0x03,0x31,0x03,0xff,0xd0,0x0d,0x00,0x11,0xf6,0x3f,0x00,0x12,0xfe,0xcb,0x36, +0xf4,0x06,0x20,0x00,0x00,0x67,0x77,0x63,0x00,0x0f,0xff,0xfd,0x8c,0x00,0xff,0xff, +0xd8,0xfc,0x0f,0xff,0xfd,0x35,0x51,0x56,0x09,0x1f,0xf4,0x09,0x00,0x03,0x54,0x47, +0x88,0x88,0x88,0x81,0xbf,0x01,0xf1,0x0f,0x06,0xbe,0xff,0xea,0x50,0x00,0x06,0xff, +0xfd,0xbc,0xef,0xfd,0x40,0xaf,0xe6,0x10,0x00,0x02,0x8f,0xf6,0x7b,0x10,0x26,0x88, +0x51,0x02,0xc4,0x00,0x1a,0xff,0x4c,0x06,0x51,0x6f,0xc5,0x23,0x6e,0xf2,0xd0,0x14, +0x25,0x00,0x30,0x1b,0x05,0x23,0x00,0x07,0xc8,0x00,0x60,0x97,0x00,0x00,0x00,0x36, +0x66,0x01,0x00,0x12,0x40,0xc7,0x01,0xa0,0xf2,0xf6,0x67,0x77,0x77,0x77,0x73,0xfe, +0xf6,0xef,0xc6,0x00,0x12,0xae,0x07,0x00,0x91,0xbe,0xf6,0x45,0x55,0x55,0x55,0x53, +0xfc,0xef,0x23,0x00,0x21,0xf0,0x24,0x6b,0x04,0x1e,0x20,0x38,0x00,0x21,0x70,0x02, +0x38,0x00,0x32,0xf1,0x00,0xae,0x07,0x00,0x01,0x38,0x00,0x2f,0x51,0x13,0x38,0x00, +0x0d,0x20,0x60,0x00,0x38,0x00,0x00,0xdd,0x0a,0x12,0xae,0x07,0x00,0x00,0x38,0x00, +0x2f,0x41,0x11,0x38,0x00,0x0d,0x21,0x60,0x00,0x38,0x00,0x00,0xdd,0x03,0x11,0xae, +0x07,0x00,0x00,0x38,0x00,0x2f,0x41,0x11,0x38,0x00,0x0b,0x21,0xf0,0xf6,0x71,0x05, +0x21,0xfd,0xf6,0x07,0x01,0x12,0xae,0x07,0x00,0x4e,0xbe,0xf6,0x11,0x11,0x38,0x00, +0x00,0x28,0x00,0x11,0x20,0xa8,0x01,0x11,0x8f,0x98,0x05,0xf1,0x10,0x1c,0x3b,0xc0, +0x00,0x00,0x6d,0x70,0x93,0x00,0x00,0x05,0x30,0xff,0xfb,0xfb,0xbb,0xbb,0xbe,0xf7, +0xaf,0xb0,0x05,0x90,0x00,0x08,0x80,0x02,0x00,0x00,0xc0,0x13,0x2b,0x00,0x31,0x4a, +0xcf,0xb0,0x32,0x00,0x34,0xbf,0xb0,0x00,0x00,0x0b,0xf0,0x25,0x19,0xcd,0xa3,0x00, +0x01,0xef,0xca,0xff,0x30,0x09,0xff,0xc0,0xbf,0xb0,0x0e,0xd8,0xc5,0x4d,0xf0,0x0f, +0xf6,0x43,0x4f,0xf1,0x1f,0xff,0x40,0xef,0xf2,0x0f,0xfc,0x10,0x8f,0xf1,0x0f,0xd2, +0xa6,0x3b,0xf0,0x0b,0xfe,0xc2,0x5f,0xd0,0x04,0xff,0xc5,0xff,0x60,0x00,0x6e,0xff, +0x1d,0x1f,0x10,0x12,0x17,0x0b,0x21,0xaa,0x40,0xa3,0x03,0x60,0xf9,0x56,0x66,0x66, +0x66,0x63,0x04,0x02,0xad,0xe0,0x5f,0xbf,0xbe,0xce,0xf0,0x5f,0x6e,0x7d,0x8c,0x05, +0x00,0x41,0x7e,0x8d,0x9c,0xf0,0x23,0x00,0x51,0x04,0x66,0x66,0x65,0x20,0xd6,0x04, +0x01,0xe5,0x01,0x00,0xa7,0x05,0xa0,0x00,0x15,0xaf,0xfe,0x00,0x00,0x01,0xcf,0x6a, +0xf9,0xe0,0x05,0x61,0xf6,0x60,0x00,0x01,0xcf,0xff,0x0b,0x00,0x23,0xff,0x90,0x0b, +0x00,0x10,0x0a,0x0b,0x00,0x21,0x00,0x0d,0xfa,0x03,0x30,0x0f,0xff,0x90,0x5a,0x03, +0x12,0x42,0x65,0x02,0x50,0x34,0x44,0x44,0x44,0x30,0x6e,0x0c,0x00,0xdf,0x07,0xf0, +0x1a,0xdf,0xff,0xaf,0xfb,0xef,0xfb,0x1d,0xff,0xff,0x13,0x90,0x8f,0xfc,0xcf,0xff, +0xff,0xd1,0x06,0xff,0xfc,0xaf,0xff,0xff,0xa0,0x03,0xff,0xfc,0x0a,0xff,0xff,0x06, +0xd1,0x7f,0xfc,0x00,0xaf,0xff,0xdf,0xfe,0xff,0xfb,0x8b,0x03,0x00,0x6e,0x0d,0xff, +0x02,0x36,0x66,0x63,0x00,0x4e,0xff,0xff,0xf2,0x4f,0x6b,0x0b,0x2f,0x4f,0xf6,0xb0, +0xb2,0xf4,0xe0,0x02,0x08,0x00,0xeb,0x00,0x42,0x22,0x88,0x88,0x88,0x1c,0x04,0x12, +0x20,0x64,0x22,0xd1,0x00,0xb6,0x00,0x00,0x0a,0xf0,0x0c,0xf8,0x11,0x11,0x1b,0xf0, +0xcf,0xa0,0x01,0x72,0x6f,0xfd,0xaa,0xaa,0xaa,0x90,0x05,0xa9,0x22,0x2c,0x43,0x00, +0x01,0x00,0x2f,0xfb,0x00,0x01,0x00,0x06,0x13,0xfd,0x08,0x00,0x17,0xf6,0x14,0x00, +0x74,0xfc,0xfb,0x00,0xfe,0xf8,0x00,0xf8,0xae,0x0c,0x0e,0x01,0x00,0x21,0x02,0x03, +0x9b,0x0a,0x0e,0x01,0x00,0x2f,0xe8,0x00,0x01,0x00,0x18,0x1f,0xeb,0x21,0x00,0x0d, +0x03,0x94,0x00,0xb2,0xf9,0x00,0xfe,0x00,0x00,0xf6,0xff,0xf9,0xfd,0x00,0xf3,0x9f, +0x00,0x10,0xff,0x0b,0x07,0x2f,0xfc,0xfd,0x9e,0x00,0x01,0x3f,0xfe,0x00,0xfe,0xef, +0x00,0x07,0x1c,0xfe,0x0a,0x00,0x19,0xff,0x1f,0x00,0x19,0xff,0x79,0x00,0x13,0xfe, +0x7a,0x00,0x3e,0xfe,0xfc,0xfe,0x33,0x01,0x0b,0x0f,0x01,0x05,0x57,0x00,0x00,0x7f, +0x00,0x00,0x2f,0x07,0x1c,0xfe,0x15,0x01,0x35,0xf0,0x00,0xee,0x27,0x00,0x21,0xfd, +0xfe,0x2a,0x00,0x1a,0x00,0x26,0x00,0x05,0x4a,0x00,0x16,0xfe,0x0f,0x05,0x1f,0x00, +0xc9,0x00,0x0e,0x0f,0x01,0x00,0x07,0x1b,0xf2,0xaa,0x00,0x12,0xfe,0x37,0x00,0x25, +0xfe,0xfd,0x1e,0x01,0x14,0xe7,0x75,0x00,0x78,0xfb,0x00,0x00,0xee,0xfe,0xee,0xf8, +0xbe,0x01,0x37,0xff,0xf5,0xfc,0x4d,0x00,0x00,0xb5,0x0f,0x42,0x00,0xf1,0x00,0xf0, +0x7f,0x01,0x51,0x00,0xfd,0x00,0xff,0xff,0x2f,0x01,0x12,0x01,0x83,0x01,0x1e,0xe6, +0x55,0x02,0x2e,0xfe,0xfe,0x27,0x01,0x0d,0x01,0x00,0x10,0xfc,0x92,0x00,0x09,0x68, +0x00,0x09,0xb1,0x02,0xb1,0xea,0xe9,0x00,0x00,0xf6,0xfe,0xed,0xff,0x01,0x00,0x01, +0x69,0x00,0xf2,0x02,0xf2,0xf8,0x00,0xf8,0xee,0xfa,0xf9,0x00,0xfa,0xf9,0xfc,0xf9, +0xfb,0x00,0xf0,0xf9,0xf8,0x32,0x01,0x56,0xee,0xf3,0x00,0x00,0xfa,0xbc,0x01,0xb7, +0x01,0xfc,0xfc,0x00,0x00,0xfc,0xfd,0x00,0x00,0xfe,0xff,0x9b,0x01,0x42,0x01,0x00, +0xf4,0xfb,0x6c,0x00,0x13,0x01,0x11,0x00,0x23,0xfd,0xfd,0x8a,0x01,0x1a,0x00,0xe8, +0x02,0x2a,0xf3,0x00,0x14,0x00,0x05,0x38,0x01,0x07,0xdf,0x00,0xf6,0x14,0x02,0xfc, +0xec,0xf3,0x00,0x00,0xf3,0xfe,0xf8,0xff,0x01,0xf8,0x02,0x01,0x01,0x02,0x00,0x02, +0xfb,0xfa,0xfe,0xfd,0xfa,0xfd,0xfb,0xfe,0xfd,0xfe,0x00,0xfe,0xfd,0x02,0xf8,0xfb, +0xfb,0xd7,0x00,0x09,0xcc,0x01,0x04,0x4e,0x00,0x0e,0xfc,0x01,0x05,0x1c,0x00,0x0e, +0x01,0x00,0x0e,0xab,0x02,0x0e,0x1d,0x00,0x0f,0x1a,0x02,0x11,0x11,0xff,0xb8,0x01, +0x0e,0x4e,0x00,0x0f,0x75,0x00,0x2d,0x1e,0x01,0x0e,0x04,0x19,0x02,0x8a,0x00,0x13, +0x02,0xc8,0x03,0x0f,0x01,0x00,0x27,0x0e,0xd8,0x00,0x1f,0xf8,0x9c,0x00,0x0b,0x01, +0xfe,0x01,0x03,0xc6,0x01,0x1c,0xf1,0x9f,0x02,0x40,0xfe,0x02,0x00,0xfd,0x01,0x08, +0x1e,0x02,0xe0,0x04,0x0f,0xec,0x03,0x0b,0x13,0x01,0x59,0x03,0x09,0x6c,0x00,0x2f, +0xff,0x01,0x29,0x01,0x01,0x1f,0xf5,0xea,0x00,0x27,0x1f,0xfd,0x9b,0x01,0x13,0x0e, +0x9e,0x01,0x0f,0x49,0x02,0x11,0x03,0xad,0x01,0x21,0x02,0x03,0xd3,0x1d,0x2d,0x04, +0x05,0x21,0x00,0xf1,0x0c,0x06,0x07,0x08,0x09,0x0a,0x0b,0x00,0x0c,0x0c,0x0d,0x0e, +0x0f,0x0c,0x0c,0x09,0x10,0x11,0x12,0x00,0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19, +0x20,0x00,0x80,0x1a,0x1b,0x1c,0x00,0x1d,0x1e,0x00,0x1f,0x8f,0x06,0xe0,0x1f,0x1f, +0x21,0x1b,0x00,0x22,0x00,0x23,0x00,0x24,0x25,0x26,0x24,0x27,0xbc,0x2b,0x1e,0x00, +0x50,0x00,0x01,0x01,0x00,0xd0,0x00,0x08,0x0a,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c, +0x09,0x0c,0x09,0x01,0x00,0xa1,0x00,0x00,0x0d,0x0d,0x0d,0x0d,0x17,0x00,0x00,0x1a, +0x01,0x00,0x61,0x00,0x1c,0x1d,0x1d,0x1d,0x1d,0x31,0x00,0x20,0x1f,0x21,0x01,0x00, +0x02,0x3d,0x00,0x50,0x24,0x1b,0x24,0x06,0x1a,0x02,0x00,0x22,0x08,0x1c,0x02,0x00, +0x64,0x09,0x00,0x09,0x00,0x0a,0x1d,0x02,0x00,0x04,0x64,0x00,0x20,0x0c,0x1f,0x02, +0x41,0x04,0x02,0x00,0x83,0x00,0x00,0x0d,0x00,0x0e,0x00,0x00,0x0f,0x02,0x00,0x00, +0x1f,0x00,0x00,0x02,0x00,0x80,0x1f,0x00,0x00,0x09,0x21,0x09,0x21,0x09,0x5b,0x00, +0x11,0x22,0x02,0x00,0x04,0x1d,0x11,0x01,0x02,0x00,0x17,0x0d,0x02,0x00,0x70,0x15, +0x00,0x17,0x24,0x17,0x18,0x27,0x02,0x00,0x0f,0xb5,0x02,0x28,0x07,0x70,0x01,0x20, +0x03,0x02,0x6b,0x01,0x4a,0x06,0x07,0x06,0x08,0x1f,0x00,0x00,0xce,0x00,0x20,0x00, +0x0b,0xa9,0x0d,0x00,0xc1,0x00,0x01,0x08,0x00,0xf1,0x08,0x0b,0x00,0x0d,0x0e,0x0f, +0x10,0x11,0x12,0x13,0x14,0x00,0x00,0x15,0x00,0x00,0x00,0x16,0x00,0x17,0x17,0x17, +0x18,0x17,0x2e,0x00,0xe3,0x19,0x19,0x1a,0x19,0x17,0x1b,0x1c,0x1d,0x1e,0x1f,0x20, +0x21,0x1f,0x22,0x12,0x11,0x0b,0x01,0x00,0x11,0x0a,0x01,0x00,0x36,0x24,0x0b,0x00, +0xf9,0x0e,0x10,0x0b,0xab,0x37,0x91,0x0b,0x0f,0x0f,0x0f,0x0f,0x13,0x00,0x00,0x16, +0x01,0x00,0x20,0x25,0x17,0x01,0x00,0x02,0x55,0x00,0x02,0x81,0x01,0x10,0x26,0x76, +0x2e,0x50,0x1f,0x00,0x1f,0x0a,0x16,0x02,0x00,0x22,0x0b,0x17,0x02,0x00,0x20,0x00, +0x17,0x83,0x13,0x04,0x02,0x00,0x05,0x16,0x00,0x0b,0x01,0x00,0x1b,0x0c,0x10,0x00, +0x10,0x19,0x02,0x00,0x51,0x19,0x00,0x00,0x0b,0x1a,0x02,0x00,0x03,0x30,0x00,0x22, +0x0d,0x1c,0x02,0x00,0x30,0x0e,0x00,0x0e,0x53,0x09,0x16,0x1e,0x02,0x00,0x70,0x11, +0x00,0x13,0x1f,0x13,0x14,0x22,0x02,0x00,0x1f,0x00,0x72,0x01,0x26,0x50,0x00,0x00, +0x00,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 128, .range_length = 4, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 136, .range_length = 13, .glyph_id_start = 100, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 113, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 192, .range_length = 192, .glyph_id_start = 114, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 8226, .range_length = 55425, .glyph_id_start = 306, .list_length = 62, .type = 3, .unicode_list = 2944, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[17512] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_bold_STD_s = { +.uncomp_size = 17184, +.comp_size = 10883, +.line_height = 14, +.base_line = 3, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 6, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 39, +.glyph_bitmap = 3068, +.class_pair_values = 14888, +.left_class_mapping = 16448, +.right_class_mapping = 16816, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 17512, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_32.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_XL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_bold_32.c rename to radio/src/fonts/lvgl/lv_font_roboto_bold_XL.c index 65078f35ebf..75248d5296b 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_bold_32.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_XL.c @@ -1215,7 +1215,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[62096] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_bold_32 = { +const etxLz4Font lv_font_roboto_bold_XL = { .uncomp_size = 61864, .comp_size = 19236, .line_height = 40, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_XL_s.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_XL_s.c new file mode 100644 index 00000000000..ac84b4c0218 --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_XL_s.c @@ -0,0 +1,824 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x16,0x00,0x01,0x00,0x12,0x05,0x07,0x00,0xf3,0x78,0x70,0x05,0x04,0x0f,0x01,0x00, +0x1e,0x00,0x70,0x06,0x06,0x06,0x00,0x09,0x30,0x00,0xf0,0x0b,0x0c,0x0f,0x00,0x00, +0x8a,0x00,0x80,0x0b,0x0b,0x13,0x00,0xfe,0xf3,0x00,0xc0,0x0e,0x0e,0x0f,0x00,0x00, +0x5c,0x01,0x20,0x0d,0x0d,0x0f,0x00,0x00,0xbe,0x01,0x40,0x03,0x03,0x06,0x00,0x09, +0xc7,0x01,0x00,0x07,0x06,0x16,0x01,0xfb,0x09,0x02,0x10,0x07,0x06,0x16,0x00,0xfb, +0x4b,0x02,0x10,0x09,0x09,0x09,0x00,0x06,0x74,0x02,0xf0,0x0a,0x0b,0x0b,0x00,0x01, +0xb1,0x02,0xe0,0x04,0x04,0x07,0x00,0xfb,0xbf,0x02,0xc0,0x07,0x06,0x03,0x01,0x05, +0xc8,0x02,0xd0,0x05,0x04,0x04,0x01,0x00,0xd0,0x02,0x80,0x07,0x09,0x10,0xff,0xff, +0x18,0x03,0x80,0x0b,0x0b,0x0f,0x00,0x00,0x6b,0x03,0x80,0x0b,0x07,0x0f,0x01,0x00, +0xa0,0x10,0x00,0x13,0xf3,0x08,0x00,0x22,0x46,0x04,0x08,0x00,0x93,0x99,0x04,0x80, +0x0b,0x0a,0x0f,0x01,0x00,0xe4,0x10,0x00,0x22,0x37,0x05,0x08,0x00,0x13,0x8a,0x08, +0x00,0x13,0xdd,0x08,0x00,0xf0,0x2d,0x30,0x06,0xa0,0x05,0x04,0x0b,0x01,0x00,0x46, +0x06,0x40,0x05,0x05,0x0f,0x00,0xfc,0x6c,0x06,0x30,0x0a,0x09,0x0a,0x00,0x01,0x99, +0x06,0x70,0x0b,0x0a,0x07,0x01,0x03,0xbc,0x06,0x50,0x0a,0x09,0x0a,0x01,0x01,0xe9, +0x06,0xf0,0x09,0x0a,0x0f,0x00,0x00,0x34,0x07,0xe0,0x11,0x12,0x13,0x00,0xfc,0xdf, +0x07,0x70,0x0d,0xe0,0x00,0xb1,0x48,0x08,0xc0,0x0c,0x0b,0x0f,0x01,0x00,0x9b,0x08, +0x10,0xe8,0x00,0xb1,0xfd,0x08,0x00,0x0d,0x0c,0x0f,0x01,0x00,0x57,0x09,0x40,0x80, +0x00,0x40,0xa2,0x09,0xf0,0x0a,0x08,0x00,0x31,0xed,0x09,0xa0,0x20,0x00,0x40,0x4f, +0x0a,0x20,0x0e,0x20,0x00,0x31,0xa9,0x0a,0xd0,0x40,0x01,0x40,0xc7,0x0a,0x30,0x0b, +0x58,0x00,0x40,0x12,0x0b,0xb0,0x0c,0x18,0x00,0x31,0x6c,0x0b,0xd0,0x30,0x00,0xa2, +0xb7,0x0b,0x80,0x11,0x10,0x0f,0x01,0x00,0x2f,0x0c,0x30,0x00,0x31,0x89,0x0c,0xd0, +0x40,0x00,0x31,0xeb,0x0c,0xe0,0x28,0x00,0xb1,0x45,0x0d,0xd0,0x0d,0x0d,0x12,0x00, +0xfd,0xba,0x0d,0xc0,0x10,0x00,0x40,0x14,0x0e,0x50,0x0c,0x80,0x01,0x31,0x6e,0x0e, +0x60,0x08,0x00,0x31,0xc8,0x0e,0x30,0x88,0x00,0x31,0x22,0x0f,0x10,0xa8,0x00,0x50, +0x8b,0x0f,0x80,0x11,0x12,0x68,0x00,0x30,0x10,0xb0,0x0c,0x48,0x00,0x31,0x74,0x10, +0x60,0x08,0x00,0x31,0xd6,0x10,0x20,0x30,0x00,0xf1,0x02,0x30,0x11,0x90,0x05,0x05, +0x15,0x01,0xfd,0x65,0x11,0x70,0x08,0x09,0x10,0x00,0xff,0xad,0x10,0x00,0xf0,0x0e, +0x00,0xfd,0xe2,0x11,0xc0,0x08,0x09,0x08,0x00,0x07,0x06,0x12,0xf0,0x08,0x09,0x03, +0x00,0xfe,0x14,0x12,0xa0,0x06,0x06,0x04,0x00,0x0c,0x20,0x12,0xc0,0xb0,0x01,0x32, +0x00,0x5d,0x12,0xe8,0x00,0xb1,0xa8,0x12,0x70,0x0a,0x0a,0x0b,0x00,0x00,0xdf,0x12, +0x40,0x58,0x01,0x31,0x32,0x13,0xd0,0x20,0x00,0xb0,0x6f,0x13,0x30,0x07,0x08,0x0f, +0x00,0x00,0xab,0x13,0x70,0x18,0x00,0x41,0xfc,0xfe,0x13,0x30,0x30,0x00,0x31,0x49, +0x14,0x50,0x00,0x01,0xb1,0x67,0x14,0x30,0x05,0x06,0x13,0xff,0xfc,0xa0,0x14,0xb0, +0xf8,0x00,0x13,0xeb,0x18,0x00,0xf0,0x05,0x09,0x15,0x50,0x11,0x10,0x0b,0x01,0x00, +0x61,0x15,0x30,0x0b,0x0a,0x0b,0x01,0x00,0x98,0x15,0x50,0x0b,0x50,0x00,0x21,0xd5, +0x15,0x70,0x00,0x41,0xfc,0x20,0x16,0x50,0x50,0x00,0xb1,0x73,0x16,0x50,0x07,0x07, +0x0c,0x01,0x00,0x9d,0x16,0x50,0x80,0x00,0xa2,0xd4,0x16,0xc0,0x06,0x07,0x0e,0x00, +0x00,0x05,0x17,0x38,0x00,0x31,0x3c,0x17,0x20,0x18,0x00,0xb1,0x73,0x17,0xb0,0x0e, +0x0f,0x0b,0x00,0x00,0xc6,0x17,0x30,0x98,0x00,0x40,0x03,0x18,0x10,0x0a,0x40,0x00, +0x31,0x56,0x18,0x30,0x20,0x00,0xf3,0x02,0x8d,0x18,0xa0,0x06,0x07,0x14,0x00,0xfc, +0xd3,0x18,0x10,0x05,0x03,0x12,0x01,0xfd,0xee,0x10,0x00,0xf3,0x0a,0x34,0x19,0x00, +0x0d,0x0b,0x05,0x01,0x04,0x50,0x19,0xc0,0x07,0x06,0x07,0x01,0x09,0x65,0x19,0x70, +0x0d,0x0e,0x13,0x00,0x00,0xea,0x08,0x00,0x22,0x6f,0x1a,0x08,0x00,0x10,0xf4,0x08, +0x00,0x52,0x12,0x00,0x00,0x72,0x1b,0x08,0x00,0x22,0xf0,0x1b,0x18,0x00,0xf3,0x0a, +0x75,0x1c,0xd0,0x12,0x13,0x0f,0x00,0x00,0x04,0x1d,0x10,0x0d,0x0d,0x13,0x00,0xfc, +0x80,0x1d,0x40,0x0b,0x0a,0x13,0x01,0x00,0xdf,0x08,0x00,0x22,0x3e,0x1e,0x08,0x00, +0x10,0x9d,0x08,0x00,0x60,0x12,0x01,0x00,0xf7,0x1e,0xd0,0x10,0x01,0x30,0x00,0x30, +0x1f,0x08,0x00,0xb0,0x01,0x00,0x69,0x1f,0xd0,0x05,0x08,0x13,0xff,0x00,0xb5,0x08, +0x00,0xf0,0x07,0x12,0xff,0x00,0xfd,0x1f,0x50,0x0d,0x0e,0x0f,0xff,0x00,0x66,0x20, +0x20,0x0e,0x0c,0x12,0x01,0x00,0xd2,0x20,0xd0,0x58,0x00,0x32,0x00,0x4e,0x21,0x08, +0x00,0x13,0xca,0x08,0x00,0x22,0x46,0x22,0x08,0x00,0x21,0xc2,0x22,0x28,0x02,0xf2, +0x0c,0x00,0x37,0x23,0xa0,0x0a,0x0a,0x0a,0x00,0x02,0x69,0x23,0xc0,0x0d,0x0e,0x10, +0x00,0xff,0xd9,0x23,0x30,0x0d,0x0c,0x13,0x01,0x00,0x4b,0x24,0x08,0x00,0x13,0xbd, +0x08,0x00,0x40,0x2f,0x25,0x30,0x0d,0x58,0x00,0x40,0x9b,0x25,0x60,0x0c,0x40,0x00, +0x31,0x17,0x26,0x30,0xe0,0x02,0x31,0x6a,0x26,0xa0,0x08,0x00,0x40,0xbd,0x26,0xc0, +0x0a,0xe0,0x01,0x22,0x10,0x27,0x08,0x00,0x13,0x63,0x08,0x00,0x13,0xb6,0x08,0x00, +0x22,0x09,0x28,0x08,0x00,0x10,0x5c,0x08,0x00,0xf1,0x07,0x10,0x00,0x00,0xb4,0x28, +0xe0,0x10,0x11,0x0b,0x00,0x00,0x12,0x29,0x70,0x0a,0x0a,0x0f,0x00,0xfc,0x5d,0x29, +0xd0,0x20,0x00,0x13,0xb0,0x08,0x00,0x22,0x03,0x2a,0x08,0x00,0x13,0x56,0x08,0x00, +0x91,0xa9,0x2a,0x80,0x05,0x06,0x0f,0xff,0x00,0xd6,0x08,0x00,0xb3,0x01,0x00,0x03, +0x2b,0x80,0x05,0x08,0x0f,0xff,0x00,0x3f,0x08,0x00,0xa2,0x7b,0x2b,0x80,0x0b,0x0b, +0x11,0x00,0x00,0xd9,0x2b,0x48,0x02,0x31,0x24,0x2c,0x50,0x70,0x02,0x13,0x77,0x08, +0x00,0x13,0xca,0x08,0x00,0x22,0x1d,0x2d,0x08,0x00,0x13,0x70,0x08,0x00,0xf2,0x03, +0xc3,0x2d,0x70,0x0b,0x0b,0x0c,0x00,0x01,0x05,0x2e,0x50,0x0b,0x0b,0x0e,0x00,0xff, +0x52,0x2e,0x40,0x00,0x13,0x9d,0x08,0x00,0x13,0xe8,0x08,0x00,0x22,0x33,0x2f,0x08, +0x00,0xb0,0x7e,0x2f,0x10,0x0a,0x0b,0x13,0x00,0xfc,0xe7,0x2f,0x60,0xa0,0x01,0x32, +0xfc,0x46,0x30,0x10,0x00,0x22,0xaf,0x30,0xe0,0x01,0x22,0x2d,0x31,0xe8,0x00,0x22, +0x80,0x31,0xe8,0x01,0x22,0x05,0x32,0x10,0x00,0x21,0x58,0x32,0x10,0x00,0x22,0xfc, +0xdd,0x10,0x00,0x41,0xfc,0x30,0x33,0x10,0x88,0x01,0x21,0xac,0x33,0x00,0x01,0x23, +0x00,0xf7,0x10,0x00,0x22,0x73,0x34,0x10,0x00,0x22,0xbe,0x34,0x10,0x00,0x22,0x3a, +0x35,0x10,0x00,0x22,0x85,0x35,0x10,0x00,0x22,0x01,0x36,0x10,0x00,0x31,0x4c,0x36, +0x00,0x98,0x01,0x40,0xbe,0x36,0xc0,0x0c,0xc8,0x03,0x22,0x27,0x37,0x00,0x02,0x31, +0x90,0x37,0xa0,0xb8,0x03,0x22,0xea,0x37,0x38,0x02,0x22,0x44,0x38,0x40,0x01,0x22, +0x97,0x38,0x50,0x02,0x13,0xf6,0x10,0x00,0x22,0x49,0x39,0x10,0x00,0x22,0xa8,0x39, +0x10,0x00,0x12,0xfb,0x10,0x00,0x41,0xfc,0x5a,0x3a,0xd0,0xa0,0x00,0x22,0xad,0x3a, +0x20,0x00,0x22,0x0c,0x3b,0x20,0x00,0x31,0x5f,0x3b,0xa0,0x80,0x00,0x40,0xdb,0x3b, +0x70,0x0b,0xf0,0x00,0x22,0x44,0x3c,0x10,0x00,0x22,0xc0,0x3c,0x10,0x00,0x22,0x29, +0x3d,0x10,0x00,0x22,0xa5,0x3d,0x10,0x00,0xf0,0x05,0x0e,0x3e,0xa0,0x0d,0x0d,0x14, +0x00,0xfb,0x90,0x3e,0x70,0x0b,0x0b,0x16,0x00,0xfc,0x09,0x3f,0x20,0x0e,0xb0,0x00, +0x31,0x7b,0x3f,0x30,0x58,0x00,0xf2,0x03,0xda,0x3f,0x60,0x0e,0x0f,0x0f,0x00,0x00, +0x4b,0x40,0x80,0x0b,0x0c,0x0f,0xff,0x00,0xa5,0x40,0xc8,0x02,0x22,0xed,0x40,0xd0, +0x01,0x22,0x29,0x41,0x10,0x00,0x22,0x71,0x41,0x10,0x00,0x22,0xad,0x41,0xf0,0x02, +0x13,0xf9,0x10,0x00,0xb1,0x35,0x42,0xd0,0x05,0x05,0x13,0x00,0xfc,0x65,0x42,0x50, +0x08,0x00,0xb1,0x95,0x42,0xd0,0x05,0x04,0x13,0x01,0x00,0xbb,0x42,0x80,0xb8,0x05, +0xf0,0x05,0xd1,0x42,0x00,0x11,0x0f,0x0f,0x01,0x00,0x42,0x43,0x80,0x0a,0x09,0x13, +0x01,0xfc,0x98,0x43,0x30,0x0b,0xa0,0x00,0xf0,0x15,0x14,0x44,0xa0,0x05,0x09,0x13, +0xfe,0xfc,0x6a,0x44,0xb0,0x0c,0x0c,0x14,0x01,0xfb,0xe2,0x44,0xb0,0x0a,0x0a,0x14, +0x01,0xfb,0x46,0x45,0xd0,0x0b,0x0b,0x0b,0x01,0x00,0x83,0x45,0xd0,0x0a,0xa0,0x00, +0xf0,0x04,0xe2,0x45,0x50,0x05,0x06,0x14,0x01,0x00,0x1e,0x46,0xd0,0x0a,0x0a,0x15, +0x01,0xfa,0x87,0x46,0x50,0xf8,0x04,0x32,0xfa,0xbc,0x46,0x88,0x05,0x40,0x07,0x47, +0xc0,0x06,0x68,0x06,0x22,0x3c,0x47,0x10,0x00,0x40,0x87,0x47,0x70,0x07,0x10,0x00, +0x31,0xbc,0x47,0x20,0x58,0x02,0xa2,0x0f,0x48,0x20,0x06,0x06,0x0f,0x00,0x00,0x3c, +0x48,0xf8,0x00,0x22,0xae,0x48,0x40,0x02,0x10,0xf9,0x10,0x00,0xd2,0x15,0x01,0xfa, +0x77,0x49,0x30,0x0b,0x0a,0x11,0x01,0xfa,0xcc,0x49,0x20,0x00,0x22,0x3e,0x4a,0x20, +0x00,0xb0,0x89,0x4a,0x30,0x0b,0x0d,0x0f,0xfe,0x00,0xeb,0x4a,0x10,0x18,0x00,0x41, +0xfc,0x5d,0x4b,0x50,0xd8,0x04,0x22,0xa8,0x4b,0xb0,0x03,0x23,0x1d,0x4c,0xc0,0x02, +0x12,0x4c,0xc8,0x03,0x13,0xec,0x10,0x00,0x22,0x3f,0x4d,0x10,0x00,0x22,0xbb,0x4d, +0x10,0x00,0x40,0x0e,0x4e,0x60,0x13,0x60,0x04,0xc0,0x9d,0x4e,0x10,0x12,0x12,0x0b, +0x00,0x00,0x00,0x4f,0xc0,0x0c,0x68,0x00,0x31,0x72,0x4f,0x50,0xa8,0x00,0x40,0xa7, +0x4f,0xc0,0x0c,0x88,0x00,0xa2,0x25,0x50,0x50,0x07,0x08,0x12,0x00,0xfa,0x6d,0x50, +0x20,0x00,0x31,0xdf,0x50,0x50,0x98,0x05,0xb1,0x1b,0x51,0x50,0x0c,0x0c,0x13,0x00, +0x00,0x8d,0x51,0x50,0x70,0x02,0x13,0xd8,0x10,0x00,0x22,0x4a,0x52,0x10,0x00,0x21, +0x95,0x52,0x10,0x00,0x41,0xfc,0x07,0x53,0x50,0xc0,0x03,0x22,0x52,0x53,0x20,0x00, +0x22,0xc4,0x53,0x20,0x00,0x31,0x0f,0x54,0x60,0x20,0x00,0x92,0x81,0x54,0xc0,0x06, +0x07,0x12,0x00,0xfc,0xc0,0x10,0x00,0xb2,0x00,0x32,0x55,0x20,0x07,0x09,0x11,0x00, +0x00,0x7f,0x55,0x90,0x06,0xa2,0xd9,0x55,0xc0,0x06,0x08,0x0e,0xff,0x00,0x11,0x56, +0x68,0x04,0x22,0x83,0x56,0x08,0x01,0x22,0xce,0x56,0x70,0x04,0x22,0x3a,0x57,0x10, +0x00,0x22,0x85,0x57,0x20,0x00,0x13,0xf7,0x10,0x00,0xf2,0x03,0x42,0x58,0x30,0x0d, +0x0c,0x14,0x01,0x00,0xba,0x58,0x30,0x0b,0x0a,0x10,0x01,0x00,0x0a,0x59,0x20,0x00, +0x22,0x7c,0x59,0x20,0x00,0x21,0xc7,0x59,0x40,0x00,0x41,0xfd,0x33,0x5a,0x30,0x40, +0x01,0x30,0x7e,0x5a,0x80,0xa0,0x07,0x41,0x00,0x29,0x5b,0xb0,0x78,0x02,0x22,0x9a, +0x5b,0xc8,0x04,0x22,0x16,0x5c,0xc0,0x03,0x40,0x7f,0x5c,0x60,0x0c,0x60,0x01,0x31, +0xf4,0x5c,0x20,0xa8,0x00,0x31,0x66,0x5d,0x30,0xc8,0x00,0x50,0xb1,0x5d,0x20,0x0c, +0x0c,0x78,0x01,0x12,0x5e,0x10,0x00,0x22,0x68,0x5e,0x20,0x00,0x13,0xda,0x10,0x00, +0x31,0x25,0x5f,0x30,0x90,0x04,0xf0,0x5e,0xbf,0xf4,0xaf,0xf3,0xaf,0xf3,0x9f,0xf2, +0x9f,0xf2,0x8f,0xf1,0x8f,0xf1,0x7f,0xf0,0x7f,0xf0,0x6f,0xf0,0x01,0x10,0x00,0x00, +0x6f,0xd1,0xbf,0xf5,0x5f,0xc1,0x6f,0x93,0xfc,0x6f,0x93,0xfb,0x6f,0x73,0xfa,0x6f, +0x63,0xf9,0x6f,0x43,0xf7,0x27,0x11,0x73,0x00,0x00,0x7f,0x50,0xcf,0x00,0x00,0x00, +0xaf,0x20,0xfd,0x00,0x00,0x00,0xcf,0x02,0xfa,0x00,0x00,0x00,0xfc,0x05,0xf7,0x00, +0x0a,0xff,0xff,0xff,0xff,0xf8,0x07,0xbd,0xfd,0xbe,0xfb,0xb6,0x00,0x07,0xf4,0x0c, +0xf0,0x00,0x00,0x09,0xf2,0x0f,0xd0,0x00,0x00,0x0c,0xf0,0x1f,0xb0,0x00,0x4b,0xbf, +0xfb,0xcf,0xeb,0x80,0x6f,0x24,0x00,0xf0,0x02,0xc0,0x00,0x3f,0x80,0x9f,0x30,0x00, +0x00,0x6f,0x50,0xbf,0x00,0x00,0x00,0x9f,0x20,0xed,0x47,0x00,0x20,0x01,0xfa,0x82, +0x09,0x20,0x0b,0xd0,0x06,0x00,0xf0,0x13,0xbd,0x00,0x00,0x00,0x04,0xaf,0xf9,0x30, +0x00,0x08,0xff,0xff,0xff,0x50,0x03,0xff,0xe8,0x9f,0xfe,0x00,0x7f,0xf6,0x00,0x8f, +0xf5,0x08,0xff,0x50,0x04,0xdd,0x60,0x5f,0xfc,0x10,0x32,0x00,0xd0,0xff,0x92,0x00, +0x00,0x01,0xbf,0xff,0xf8,0x00,0x00,0x00,0x4b,0xff,0x3e,0x00,0xf0,0x13,0x03,0xef, +0xf3,0x0b,0xb8,0x00,0x06,0xff,0x70,0xff,0xe0,0x00,0x6f,0xf7,0x0a,0xff,0xb5,0x5e, +0xff,0x40,0x1e,0xff,0xff,0xff,0xb0,0x00,0x19,0xef,0xfc,0x70,0x00,0x00,0x00,0xea, +0x5d,0x00,0x70,0x0e,0xa0,0x00,0x00,0x01,0x9e,0xea,0x43,0x00,0xf1,0x19,0x0a,0xfc, +0xcf,0xb0,0x00,0x40,0x00,0x0f,0xe0,0x0e,0xf0,0x07,0xf4,0x00,0x1f,0xc0,0x0c,0xf1, +0x1f,0xc0,0x00,0x0e,0xf2,0x2f,0xf0,0xaf,0x30,0x00,0x07,0xff,0xff,0x74,0xf9,0x00, +0x00,0x00,0x49,0x94,0x0d,0xe0,0x1d,0x0a,0x20,0x7f,0x50,0x06,0x00,0xf0,0x19,0x02, +0xfb,0x06,0x98,0x30,0x00,0x00,0x0b,0xf2,0xaf,0xff,0xf4,0x00,0x00,0x4f,0x82,0xfd, +0x14,0xfc,0x00,0x00,0xde,0x04,0xf9,0x00,0xfe,0x00,0x08,0xf5,0x03,0xfb,0x01,0xfd, +0x00,0x02,0x70,0x00,0xdf,0xcd,0xf8,0x2c,0x00,0x70,0x2b,0xfe,0x80,0x00,0x05,0xcf, +0xe9,0x60,0x0a,0xf0,0x0d,0xff,0xff,0xfc,0x00,0x00,0x00,0xdf,0xe6,0x9f,0xf4,0x00, +0x00,0x0f,0xf8,0x00,0xff,0x60,0x00,0x00,0xff,0x90,0x3f,0xf3,0x00,0x00,0x0b,0xff, +0x6e,0x1a,0x00,0x20,0x3f,0xff,0xd4,0x00,0xf0,0x15,0x02,0xef,0xfd,0x00,0x01,0x10, +0x03,0xff,0xff,0xf6,0x06,0xff,0x00,0xef,0xf4,0xef,0xf4,0x9f,0xe0,0x3f,0xfa,0x02, +0xff,0xff,0xfb,0x04,0xff,0xa0,0x04,0xff,0xff,0x50,0x0f,0xff,0x62,0x4e,0xdc,0x00, +0x00,0x45,0x01,0xf0,0x02,0x90,0x00,0x4b,0xef,0xdb,0x5b,0xff,0x70,0x6f,0xb6,0xfa, +0x6f,0x96,0xf8,0x6f,0x73,0x83,0x72,0x00,0xf0,0x3e,0x01,0xb4,0x00,0x1d,0xf6,0x00, +0xaf,0x90,0x04,0xfe,0x00,0x0b,0xf8,0x00,0x1f,0xf3,0x00,0x5f,0xf0,0x00,0x8f,0xc0, +0x00,0xaf,0xb0,0x00,0xbf,0xa0,0x00,0xcf,0x90,0x00,0xbf,0xb0,0x00,0xaf,0xc0,0x00, +0x7f,0xe0,0x00,0x3f,0xf1,0x00,0x0d,0xf5,0x00,0x07,0xfc,0x00,0x00,0xef,0x40,0x00, +0x4f,0xe2,0x00,0x06,0xf7,0x00,0x00,0x21,0x00,0x00,0x00,0x4c,0x10,0x00,0x6f,0xd1, +0x00,0x09,0xfb,0x00,0x00,0xef,0x50,0x3a,0x00,0xf0,0x0e,0x3f,0xf3,0x00,0x0f,0xf7, +0x00,0x0c,0xfb,0x00,0x0b,0xfd,0x00,0x0a,0xfe,0x00,0x09,0xfe,0x00,0x0a,0xfd,0x00, +0x0c,0xfc,0x00,0x0d,0xf9,0x00,0x1f,0xf5,0x5e,0x00,0xc0,0xbf,0x90,0x04,0xfe,0x10, +0x2e,0xf5,0x00,0x6f,0x60,0x00,0x13,0xb6,0x01,0x10,0xf9,0xcd,0x00,0xf0,0x17,0x80, +0x00,0x37,0x12,0xf7,0x04,0x49,0xff,0xbf,0xbe,0xfb,0x16,0xbf,0xff,0xd9,0x40,0x02, +0xff,0xf3,0x00,0x00,0xdf,0x5f,0xd1,0x00,0x8f,0x80,0x8f,0x90,0x00,0x70,0x00,0x91, +0x00,0x00,0x00,0x89,0x70,0x8c,0x01,0x10,0xfc,0xb6,0x00,0x23,0xef,0xc0,0x0b,0x00, +0x60,0x49,0x99,0xff,0xe9,0x99,0x27,0xde,0x00,0x20,0xf4,0x7f,0x06,0x00,0x1c,0x40, +0x21,0x00,0x02,0x0b,0x00,0xf0,0x14,0x0a,0xfb,0x0a,0xfb,0x0a,0xfa,0x0d,0xf7,0x4f, +0xf1,0x4e,0x50,0x00,0x00,0x45,0x55,0x53,0xef,0xff,0xf9,0xef,0xff,0xf9,0x00,0x00, +0x5f,0xe1,0xbf,0xf6,0x5e,0xd1,0x00,0x00,0x01,0xff,0xbf,0x02,0x80,0xb0,0x00,0x00, +0x0b,0xf6,0x00,0x00,0x00,0x0d,0x00,0x1c,0x5f,0x0d,0x00,0x15,0x0a,0x0d,0x00,0x00, +0x51,0x00,0x13,0xf7,0x0d,0x00,0x15,0x4f,0x0d,0x00,0xf0,0x1b,0x20,0x00,0x00,0x00, +0x07,0xdf,0xea,0x20,0x00,0x0b,0xff,0xff,0xff,0x30,0x05,0xff,0xd6,0x9f,0xfd,0x00, +0xbf,0xf2,0x00,0xaf,0xf3,0x0f,0xfd,0x00,0x06,0xff,0x60,0xff,0xc0,0x00,0x4f,0xf7, +0x1f,0xfc,0x00,0x04,0xff,0x81,0x0b,0x00,0x11,0xf8,0x0b,0x00,0x11,0x80,0x16,0x00, +0x02,0x21,0x00,0x00,0x2c,0x00,0x62,0xf2,0x05,0xff,0xd6,0x8f,0xfc,0x42,0x00,0xff, +0x0d,0x00,0x07,0xdf,0xeb,0x30,0x00,0x00,0x00,0x39,0xc0,0x17,0xdf,0xfd,0x5f,0xff, +0xff,0xd6,0xff,0xbf,0xfd,0x35,0x00,0xff,0xd0,0x00,0x0f,0xfd,0x00,0x07,0x00,0x0d, +0x60,0x18,0xdf,0xeb,0x40,0x00,0x1e,0x0b,0x03,0xf0,0x02,0x0b,0xff,0xb6,0x9f,0xfe, +0x01,0xff,0xd0,0x00,0xcf,0xf2,0x3d,0xd7,0x00,0x09,0xff,0x30,0x55,0x02,0x50,0xf0, +0x00,0x00,0x00,0x5f,0x00,0x03,0x10,0x2f,0xc3,0x00,0xf0,0x0b,0x1e,0xff,0x50,0x00, +0x00,0x1d,0xff,0x70,0x00,0x00,0x0c,0xff,0x90,0x00,0x00,0x0a,0xff,0xa0,0x00,0x00, +0x09,0xff,0xe5,0x55,0x55,0x30,0x52,0x01,0x31,0xfb,0x0f,0xff,0x11,0x03,0xf2,0x08, +0x2a,0xef,0xeb,0x30,0x00,0x4f,0xff,0xff,0xff,0x60,0x0e,0xff,0x95,0x9f,0xff,0x02, +0xee,0xa0,0x00,0xaf,0xf3,0x00,0x00,0x53,0x00,0x80,0x04,0xff,0xd0,0x00,0x02,0xff, +0xff,0xd2,0x52,0x00,0x70,0xfb,0x10,0x00,0x00,0x44,0x8f,0xfd,0x7b,0x01,0xd1,0x8f, +0xf5,0x14,0x42,0x00,0x05,0xff,0x74,0xff,0xa0,0x00,0x9f,0xf6,0x37,0x00,0x20,0x10, +0x5f,0x42,0x00,0x60,0x00,0x3a,0xef,0xea,0x30,0x00,0x8a,0x00,0x70,0xf5,0x00,0x00, +0x00,0x6f,0xff,0x50,0x85,0x00,0x10,0xf5,0x4c,0x00,0x50,0xff,0x50,0x00,0x03,0xff, +0x16,0x00,0xf1,0x0b,0xcf,0xc8,0xff,0x50,0x00,0x5f,0xf3,0x8f,0xf5,0x00,0x0e,0xf9, +0x08,0xff,0x50,0x08,0xfe,0x10,0x8f,0xf5,0x02,0xff,0xb5,0x5a,0xff,0x84,0xcc,0x02, +0x10,0xe5,0x05,0x00,0x10,0xfe,0x63,0x00,0x00,0x42,0x00,0x32,0x08,0xff,0x50,0x0b, +0x00,0x60,0x0d,0xff,0xff,0xff,0xf2,0x0f,0x05,0x00,0x70,0x1f,0xfb,0x66,0x66,0x61, +0x2f,0xf6,0x0c,0x06,0x10,0xf4,0x64,0x00,0x50,0xfb,0xef,0xd7,0x00,0x8f,0x05,0x03, +0x50,0x4b,0xe6,0x36,0xff,0xf2,0x9d,0x03,0x10,0xf7,0x78,0x02,0xf1,0x02,0xf9,0x55, +0x40,0x00,0x3f,0xf9,0xdf,0xf1,0x00,0x8f,0xf6,0x7f,0xfc,0x68,0xff,0xf1,0x0c,0x9f, +0x00,0xe0,0x7c,0xfe,0xb4,0x00,0x00,0x00,0x17,0xce,0x90,0x00,0x00,0x4f,0xff,0xfa, +0x05,0x00,0xa0,0xb8,0x40,0x00,0x0e,0xff,0x40,0x00,0x00,0x06,0xff,0x85,0x02,0x41, +0xbf,0xf6,0xcf,0xe9,0x6c,0x00,0xf2,0x1e,0xfb,0x00,0xff,0xfc,0x67,0xff,0xf4,0x0f, +0xfe,0x00,0x06,0xff,0x90,0xff,0xd0,0x00,0x1f,0xfb,0x0e,0xfe,0x00,0x01,0xff,0xb0, +0xaf,0xf3,0x00,0x6f,0xf8,0x03,0xff,0xe6,0x7f,0xff,0x20,0x07,0xff,0xff,0xff,0x70, +0x00,0x05,0xcf,0xfb,0x40,0x86,0x03,0x10,0xa6,0x05,0x00,0x70,0xf9,0x25,0x55,0x55, +0x5a,0xff,0x40,0x02,0x01,0x10,0xd0,0xa3,0x00,0x20,0xf7,0x00,0xd8,0x03,0x00,0xd0, +0x03,0x20,0xff,0xa0,0xe1,0x04,0x00,0x59,0x01,0x20,0x0f,0xfc,0x51,0x02,0x25,0xff, +0x60,0xb1,0x01,0x00,0x29,0x03,0x10,0x0c,0x67,0x02,0x30,0x03,0xff,0xc0,0x4d,0x05, +0x10,0xf5,0x42,0x01,0x41,0x18,0xdf,0xfb,0x40,0x8b,0x00,0x60,0x60,0x07,0xff,0xc6, +0x8f,0xfe,0x72,0x02,0xf1,0x18,0xbf,0xf3,0x0b,0xff,0x10,0x0a,0xff,0x20,0x6f,0xf9, +0x03,0xff,0xd0,0x00,0xaf,0xff,0xff,0xe3,0x00,0x06,0xff,0xff,0xfc,0x10,0x06,0xff, +0xc5,0x8f,0xfd,0x00,0xdf,0xe0,0x00,0x8f,0xf5,0x0f,0xfc,0x00,0x05,0xf5,0x04,0xd0, +0x8f,0xf7,0x0b,0xff,0xc6,0x8f,0xff,0x20,0x2e,0xff,0xff,0xff,0x80,0xf5,0x04,0x10, +0x50,0xc5,0x02,0x20,0xe8,0x10,0x83,0x02,0xf1,0x09,0xfd,0x10,0x07,0xff,0xc6,0xaf, +0xf9,0x00,0xef,0xf1,0x00,0xcf,0xf0,0x1f,0xfb,0x00,0x07,0xff,0x42,0xff,0xb0,0x00, +0x6f,0xf6,0xee,0x00,0x80,0x70,0xcf,0xf8,0x03,0xef,0xf6,0x04,0xff,0x64,0x02,0xa1, +0x05,0xef,0xfd,0xbf,0xf2,0x00,0x00,0x22,0x0c,0xfe,0xb2,0x00,0x81,0x80,0x00,0x06, +0x8c,0xff,0xd0,0x00,0x00,0x10,0x02,0xb6,0x0f,0xec,0x70,0x00,0x00,0x5e,0xc1,0xbf, +0xf5,0x6f,0xe1,0x3d,0x0f,0xe8,0x6f,0xe1,0xbf,0xf5,0x5e,0xd1,0x07,0xfb,0x00,0xef, +0xf3,0x08,0xfc,0x00,0x01,0x00,0xf1,0x01,0x02,0x66,0x00,0x6f,0xf0,0x06,0xff,0x00, +0x8f,0xd0,0x0c,0xf8,0x03,0xfe,0x10,0x06,0x26,0x02,0xf0,0x16,0x06,0xb0,0x00,0x01, +0x8e,0xff,0x00,0x3a,0xff,0xff,0xd3,0xcf,0xff,0xfa,0x50,0x7f,0xfd,0x61,0x00,0x07, +0xff,0xfc,0x61,0x00,0x06,0xdf,0xff,0xfa,0x40,0x00,0x4b,0xff,0xff,0x00,0x00,0x02, +0x9f,0x23,0x01,0xb1,0x16,0x35,0x55,0x55,0x55,0x50,0xaf,0xff,0xff,0xff,0xf1,0x05, +0x00,0x01,0x53,0x00,0x0b,0x14,0x00,0x70,0xa6,0x00,0x00,0x00,0x0d,0xff,0x92,0x0e, +0x06,0xf0,0x10,0xfb,0x40,0x00,0x49,0xef,0xff,0xd5,0x00,0x00,0x5c,0xff,0xa0,0x00, +0x5b,0xff,0xfa,0x39,0xff,0xff,0xe7,0x1d,0xff,0xfc,0x50,0x00,0xdf,0xa3,0x00,0x00, +0x06,0x10,0x3d,0x00,0x31,0x7d,0xff,0xc5,0x8e,0x03,0xf0,0x04,0x70,0x4f,0xfe,0x78, +0xff,0xf0,0x8f,0xf6,0x00,0xbf,0xf3,0x01,0x10,0x00,0xaf,0xf2,0x00,0x00,0x03,0xe3, +0x00,0x31,0x2e,0xff,0x40,0xc5,0x02,0x00,0x4e,0x01,0x00,0x87,0x02,0x00,0x53,0x06, +0x14,0x65,0xcc,0x00,0x20,0x07,0xfc,0x6b,0x00,0x00,0x1f,0x03,0x21,0x07,0xfb,0x11, +0x00,0x40,0x7c,0xef,0xec,0x70,0x08,0x00,0x90,0x5e,0xfe,0xca,0xbe,0xfe,0x30,0x00, +0x00,0x06,0xdd,0x01,0x60,0x6f,0xf3,0x00,0x00,0x3f,0xe3,0x39,0x00,0xf1,0x55,0xfc, +0x00,0x00,0xdf,0x50,0x01,0x8b,0xa5,0x00,0x8f,0x50,0x03,0xfb,0x00,0x1d,0xff,0xff, +0x80,0x1f,0xa0,0x09,0xf5,0x00,0xbf,0x90,0x7f,0x80,0x0d,0xe0,0x0d,0xf1,0x03,0xfe, +0x00,0x8f,0x70,0x0b,0xf0,0x0f,0xe0,0x09,0xf9,0x00,0x9f,0x60,0x0a,0xf0,0x1f,0xc0, +0x0c,0xf5,0x00,0xaf,0x40,0x0b,0xf0,0x1f,0xc0,0x0e,0xf4,0x00,0xbf,0x30,0x0c,0xe0, +0x1f,0xd0,0x0d,0xf4,0x00,0xdf,0x20,0x1f,0xb0,0x0f,0xf0,0x0b,0xf7,0x04,0xff,0x30, +0x8f,0x50,0x0b,0xf3,0x05,0xff,0xaf,0xdf,0xda,0xfb,0x00,0x06,0xfa,0x00,0x8f,0xe7, +0x0a,0xfe,0x90,0xa6,0x05,0x02,0x01,0x00,0x60,0x4f,0xf8,0x10,0x00,0x02,0x00,0x82, +0x05,0x61,0xef,0xfd,0xcc,0xef,0x30,0x00,0xf2,0x02,0x21,0xfe,0xc8,0xf7,0x00,0x10, +0x0d,0x9c,0x02,0x00,0xcd,0x03,0x11,0x90,0xc7,0x03,0x21,0xff,0xe0,0xad,0x03,0x30, +0xff,0xf5,0x00,0xf8,0x00,0x21,0x9f,0xfa,0xf7,0x03,0x20,0x3c,0xff,0x63,0x05,0x11, +0xfe,0xa2,0x02,0xf0,0x06,0x4f,0xf9,0x02,0xff,0xb0,0x00,0x00,0xaf,0xf4,0x00,0xdf, +0xf1,0x00,0x00,0xff,0xf7,0x66,0xcf,0xf7,0x00,0x05,0x1c,0x02,0x02,0xcc,0x04,0x50, +0xff,0xff,0x20,0x1f,0xff,0x20,0x01,0x31,0x80,0x6f,0xfa,0x3a,0x01,0x20,0xcf,0xf5, +0x99,0x05,0x61,0xf3,0xbf,0xff,0xff,0xeb,0x40,0x21,0x00,0xf0,0x0d,0x80,0xbf,0xf8, +0x67,0xaf,0xff,0x2b,0xff,0x30,0x00,0xaf,0xf6,0xbf,0xf3,0x00,0x07,0xff,0x7b,0xff, +0x30,0x00,0x9f,0xf5,0xbf,0xf5,0x22,0x6f,0xfe,0x21,0x00,0xf0,0x0f,0xfd,0x20,0xbf, +0xff,0xff,0xff,0xfa,0x0b,0xff,0x30,0x01,0xaf,0xf8,0xbf,0xf3,0x00,0x02,0xff,0xcb, +0xff,0x30,0x00,0x4f,0xfc,0xbf,0xf8,0x66,0x8e,0xff,0x8b,0x42,0x00,0xc0,0xd1,0xbf, +0xff,0xff,0xfd,0x81,0x00,0x00,0x01,0x8d,0xff,0xc6,0xd9,0x07,0x01,0x40,0x07,0xc0, +0xef,0xfc,0x89,0xef,0xf9,0x00,0x7f,0xf9,0x00,0x01,0xef,0xf1,0x3b,0x03,0x30,0x09, +0xff,0x50,0xcc,0x00,0x41,0x12,0x21,0x1f,0xfd,0x6e,0x02,0x11,0xff,0x3d,0x08,0x02, +0x0d,0x00,0x10,0x00,0x1a,0x00,0x50,0x01,0x10,0x0d,0xff,0x10,0x27,0x00,0x11,0x8f, +0x34,0x00,0x91,0x01,0xef,0xfb,0x78,0xef,0xfa,0x00,0x03,0xff,0x4e,0x00,0x20,0x01, +0x9d,0x5b,0x00,0x20,0xbf,0xff,0x1e,0x04,0x00,0x8f,0x00,0xa0,0xa0,0x00,0xbf,0xf8, +0x68,0xef,0xfa,0x00,0xbf,0xf3,0x31,0x01,0xd0,0xbf,0xf3,0x00,0x04,0xff,0xb0,0xbf, +0xf3,0x00,0x00,0xff,0xf0,0xbf,0xbe,0x06,0x11,0xf1,0x06,0x00,0x16,0xf2,0x0c,0x00, +0x25,0xff,0xf0,0x24,0x00,0x30,0x1d,0xff,0x50,0x3c,0x00,0x11,0xfb,0x48,0x00,0x10, +0xb0,0x54,0x00,0x12,0xb5,0x54,0x00,0x12,0xfc,0x05,0x00,0x50,0xf8,0x66,0x66,0x65, +0xbf,0x06,0x04,0x07,0x05,0x00,0x40,0xf7,0x55,0x55,0x40,0x1e,0x00,0x12,0xd0,0x05, +0x00,0x0b,0x1e,0x00,0x01,0x32,0x00,0x06,0x41,0x00,0x00,0x59,0x09,0x01,0x05,0x00, +0x00,0x19,0x00,0x2e,0x63,0xbf,0x2d,0x00,0x1f,0x50,0x4b,0x00,0x07,0x0a,0x05,0x00, +0xf0,0x15,0x00,0x01,0x7d,0xff,0xd8,0x10,0x00,0x02,0xef,0xff,0xff,0xfe,0x20,0x00, +0xdf,0xfd,0x77,0xdf,0xfd,0x00,0x6f,0xfc,0x00,0x00,0xcf,0xf3,0x0b,0xff,0x40,0x00, +0x05,0xcc,0x50,0xff,0xf0,0x00,0xaf,0x04,0x11,0xfe,0x2c,0x00,0xf0,0x04,0xff,0xe0, +0x01,0xff,0xff,0xf8,0x0f,0xfe,0x00,0x1f,0xff,0xff,0x80,0xff,0xf0,0x00,0x33,0x8f, +0xf8,0x27,0x00,0x30,0x06,0xff,0x80,0x34,0x00,0x20,0x6f,0xf8,0x41,0x00,0x90,0x9f, +0xff,0x80,0x02,0xdf,0xff,0xff,0xff,0xc1,0x13,0x03,0x21,0xea,0x50,0x67,0x00,0x2f, +0x1f,0xfd,0x06,0x00,0x0b,0x00,0xb3,0x00,0x30,0x7f,0xfd,0xbf,0xea,0x01,0x04,0x06, +0x00,0x0f,0x36,0x00,0x10,0x2f,0x8f,0xf6,0x02,0x00,0x09,0x00,0xb6,0x00,0x1f,0xff, +0x05,0x00,0x1a,0xf1,0x01,0x58,0x83,0x00,0x0f,0xfe,0x8f,0xf8,0x00,0x4f,0xfc,0x3f, +0xff,0x87,0xef,0xf6,0x09,0xbd,0x01,0x41,0x6c,0xff,0xd7,0x00,0xd9,0x01,0xf1,0x14, +0xf5,0xbf,0xf3,0x00,0x1e,0xff,0x90,0xbf,0xf3,0x00,0xbf,0xfc,0x00,0xbf,0xf3,0x07, +0xff,0xe2,0x00,0xbf,0xf3,0x3f,0xff,0x50,0x00,0xbf,0xf4,0xdf,0xf8,0x00,0x00,0xbf, +0xfc,0xff,0xd0,0xe5,0x01,0x11,0xf3,0x06,0x00,0x10,0xfc,0x06,0x00,0x90,0x6e,0xff, +0x60,0x00,0xbf,0xf6,0x06,0xff,0xf1,0x42,0x00,0x11,0xcf,0x4b,0x02,0x11,0x2f,0x4b, +0x02,0x30,0x08,0xff,0xe0,0xc3,0x00,0x2e,0xef,0xf8,0x9d,0x01,0x0f,0x05,0x00,0x17, +0x00,0x35,0x01,0x10,0x62,0x2e,0x01,0x13,0xf6,0x05,0x00,0x10,0x40,0x42,0x06,0x20, +0xf3,0xbf,0xd7,0x03,0x40,0x1f,0xff,0xf3,0xbf,0xf2,0x02,0x10,0x7f,0x08,0x00,0x10, +0xf4,0x0f,0x05,0xf0,0x2a,0xf3,0xbf,0xed,0xf9,0x00,0x01,0xff,0xcf,0xf3,0xbf,0xf8, +0xfe,0x00,0x07,0xff,0x8f,0xf3,0xbf,0xf3,0xff,0x40,0x0c,0xfa,0x8f,0xf3,0xbf,0xf0, +0xdf,0x90,0x1f,0xf5,0x9f,0xf3,0xbf,0xf1,0x7f,0xe0,0x7f,0xf0,0x9f,0xf3,0xbf,0xf2, +0x2f,0xf4,0xcf,0xa0,0xaf,0xf3,0xbf,0xf2,0x0c,0xfb,0xff,0x40,0xaf,0xf3,0xeb,0x00, +0x91,0xfe,0x00,0xbf,0xf3,0xbf,0xf3,0x02,0xff,0xf9,0x08,0x00,0x32,0x00,0xcf,0xf4, +0x08,0x00,0x20,0x7f,0xe0,0x08,0x00,0x11,0xf7,0x92,0x01,0x21,0xff,0x10,0x06,0x00, +0x11,0xa0,0x06,0x00,0x11,0xf3,0x06,0x00,0x10,0xfc,0x06,0x00,0x90,0xfc,0xff,0x50, +0x1f,0xfd,0xbf,0xf4,0xef,0xe0,0xb6,0x01,0x20,0x6f,0xf8,0x06,0x00,0xa0,0x0d,0xff, +0x3f,0xfd,0xbf,0xf3,0x04,0xff,0xcf,0xfd,0x4d,0x01,0x01,0xec,0x01,0x11,0x2f,0x06, +0x00,0x12,0x08,0xf8,0x01,0x11,0xef,0x06,0x00,0xb0,0x6f,0xfd,0x00,0x00,0x7c,0xfe, +0xc5,0x00,0x00,0x02,0xdf,0x8b,0x07,0x60,0x00,0xdf,0xfd,0x89,0xef,0xfa,0x9c,0x02, +0x40,0x01,0xef,0xf3,0x0c,0x41,0x09,0x01,0x82,0x02,0x31,0x00,0x2f,0xfc,0xe1,0x03, +0x40,0xff,0xe2,0xff,0xd0,0xc4,0x01,0x02,0x0d,0x00,0x12,0xe0,0x1a,0x00,0x00,0x27, +0x00,0x01,0x9c,0x02,0x00,0x34,0x00,0x63,0x00,0xdf,0xfd,0x88,0xef,0xfa,0x4e,0x00, +0x00,0x5b,0x00,0x11,0xc6,0xa9,0x01,0x41,0xec,0x60,0x00,0xbf,0xec,0x07,0x61,0xbf, +0xf8,0x77,0x9f,0xff,0x70,0xeb,0x01,0x02,0x9d,0x01,0x15,0xf1,0xdc,0x03,0x31,0x02, +0xff,0xf0,0x8b,0x04,0x11,0x90,0x7e,0x03,0x10,0x10,0xdf,0x01,0x13,0x70,0x3f,0x03, +0x0f,0x06,0x00,0x04,0x00,0x58,0x03,0x0b,0xbc,0x00,0x84,0xf9,0x00,0x6f,0xfb,0x00, +0x01,0xef,0xf2,0xbc,0x00,0x14,0xe0,0xbc,0x00,0x50,0x01,0xff,0xd2,0xff,0xc0,0x63, +0x03,0x02,0x0d,0x00,0x06,0xbc,0x00,0x00,0x27,0x00,0x23,0x6f,0xfb,0xbc,0x00,0x13, +0x78,0xbc,0x00,0x11,0xfc,0xb3,0x03,0x31,0xff,0xf6,0x00,0x47,0x0c,0x01,0x58,0x0c, +0x31,0x03,0xed,0x20,0x72,0x00,0x1a,0x10,0xcf,0x00,0x41,0x67,0x9f,0xff,0x60,0x6e, +0x05,0x11,0xb0,0xc3,0x00,0x15,0xc0,0x9f,0x04,0x41,0x3d,0xff,0x60,0xbf,0xf4,0x04, +0x11,0xbf,0x38,0x0c,0x50,0xbf,0xf8,0x7a,0xff,0xa0,0xb7,0x00,0x30,0xef,0xf2,0x00, +0xd5,0x01,0x01,0xa8,0x02,0x31,0x0f,0xff,0x20,0x91,0x01,0x00,0xf0,0x02,0x82,0x01, +0xff,0xf1,0x00,0x06,0xbe,0xfe,0x92,0xc4,0x04,0x50,0x50,0x08,0xff,0xe8,0x6a,0x4c, +0x09,0x00,0xce,0x05,0x90,0x0d,0xff,0x20,0x00,0x38,0x84,0x09,0xff,0xd5,0x80,0x00, +0x90,0xdf,0xff,0xe9,0x20,0x00,0x00,0x1a,0xff,0xff,0xcc,0x08,0x41,0x28,0xef,0xff, +0xb0,0xa3,0x00,0xb0,0xf4,0x3c,0xc8,0x00,0x00,0x7f,0xf8,0x2f,0xfe,0x00,0x00,0x2e, +0x04,0x60,0xd7,0x69,0xff,0xf4,0x01,0xcf,0x79,0x00,0x00,0x54,0x00,0x31,0xb5,0x00, +0x9f,0x42,0x06,0x02,0x06,0x00,0x63,0x46,0x66,0x9f,0xfc,0x66,0x66,0xbe,0x0a,0x0f, +0x06,0x00,0x2e,0x00,0xad,0x06,0x2f,0xef,0xf0,0x06,0x00,0x23,0x20,0xcf,0xf2,0xd1, +0x05,0x10,0x9f,0xe8,0x06,0x91,0xc0,0x3f,0xff,0xa7,0x9f,0xff,0x50,0x07,0xff,0xd8, +0x00,0x70,0x3a,0xef,0xeb,0x50,0x00,0xcf,0xf7,0xdf,0x07,0x30,0xd0,0x7f,0xfc,0xd8, +0x09,0xf0,0x01,0x80,0x1f,0xff,0x10,0x00,0x0f,0xff,0x30,0x0c,0xff,0x50,0x00,0x4f, +0xfd,0x00,0x07,0x0f,0x0b,0x80,0xf8,0x00,0x02,0xff,0xe0,0x00,0xdf,0xf3,0x48,0x05, +0x01,0x87,0x06,0x20,0x7f,0xf8,0x3a,0x09,0x60,0x00,0x2f,0xfd,0x0c,0xff,0x30,0x81, +0x07,0x21,0x2f,0xfd,0x4d,0x09,0x21,0xbf,0xf8,0xa8,0x06,0x22,0xff,0xf3,0x82,0x07, +0x11,0xe0,0x58,0x0e,0x22,0xff,0x80,0x9e,0x07,0x11,0x30,0xf5,0x0a,0x90,0x09,0xff, +0x20,0x00,0xdf,0xf1,0x5f,0xf8,0x00,0x60,0x00,0xf0,0x38,0xff,0xd0,0x2f,0xfb,0x00, +0x0f,0xff,0x90,0x03,0xff,0xa0,0x0e,0xfe,0x00,0x3f,0xff,0xc0,0x06,0xff,0x70,0x0b, +0xff,0x10,0x7f,0xff,0xf0,0x09,0xff,0x30,0x08,0xff,0x40,0xaf,0xcf,0xf4,0x0c,0xff, +0x00,0x04,0xff,0x70,0xef,0x6e,0xf7,0x0f,0xfc,0x00,0x01,0xff,0x91,0xff,0x2a,0xfb, +0x2f,0xf9,0x00,0x00,0xdf,0xc5,0xff,0x06,0xfe,0x5f,0xf6,0x00,0x00,0xaf,0xf9,0xfb, +0x03,0xff,0xe2,0x08,0x70,0x7f,0xfe,0xf7,0x00,0xff,0xff,0xf0,0x6b,0x0e,0x31,0xf4, +0x00,0xbf,0x81,0x02,0x40,0xff,0xf0,0x00,0x8f,0x7d,0x00,0x10,0x0d,0xb8,0x0c,0x20, +0xff,0x50,0x07,0x08,0x10,0x90,0x09,0x02,0x30,0x00,0x6f,0xfe,0x27,0x00,0xd0,0x20, +0xdf,0xf7,0x00,0x0c,0xff,0x80,0x04,0xff,0xf1,0x04,0xff,0xe1,0xf9,0x00,0x20,0xdf, +0xf7,0xa7,0x00,0x20,0x7f,0xfd,0xd4,0x0a,0x10,0xff,0x30,0x00,0x10,0x01,0xcc,0x0f, +0x00,0x64,0x0c,0x12,0xf6,0xd7,0x00,0x21,0xd0,0x00,0x33,0x02,0x00,0x43,0x08,0x30, +0xfe,0x4f,0xfe,0x9e,0x04,0xf1,0x04,0x70,0xbf,0xf8,0x00,0x06,0xff,0xe0,0x03,0xff, +0xf1,0x00,0xef,0xf6,0x00,0x0b,0xff,0xa0,0x8f,0xfd,0xeb,0x00,0x01,0x45,0x04,0x40, +0xff,0x14,0xff,0xe0,0x73,0x02,0x01,0xea,0x00,0x40,0xf2,0x00,0x4f,0xfc,0xdc,0x07, +0xc0,0x00,0xcf,0xf4,0x0e,0xff,0x20,0x00,0x04,0xff,0xb5,0xff,0xa0,0x42,0x00,0x20, +0xdf,0xf2,0xdf,0x01,0x22,0xff,0xfa,0x32,0x01,0x20,0x30,0x00,0x8a,0x01,0x16,0xb0, +0xf9,0x01,0x3f,0x05,0xff,0xa0,0x0d,0x00,0x03,0x20,0x4f,0xff,0x25,0x05,0x01,0x06, +0x00,0x51,0xf5,0x16,0x66,0x66,0x6a,0x9d,0x00,0x11,0x0e,0x41,0x00,0x40,0x9f,0xf9, +0x00,0x00,0xf6,0x03,0x05,0x1b,0x09,0x21,0x8f,0xfa,0x0b,0x09,0x11,0xe1,0x11,0x00, +0x10,0x50,0x94,0x01,0x11,0xfb,0xd1,0x00,0x11,0xf2,0xa4,0x0b,0x51,0xb6,0x66,0x66, +0x63,0x4f,0xdc,0x10,0x02,0x06,0x00,0xdf,0x33,0x33,0x1d,0xff,0xf6,0xdf,0xff,0x6d, +0xff,0x00,0xdf,0xf0,0x0d,0x05,0x00,0x0e,0x11,0xf3,0x2d,0x00,0x33,0x60,0xdf,0xf1, +0xff,0x0b,0x20,0x1f,0xfc,0x25,0x01,0x10,0xf2,0xad,0x00,0x10,0x80,0x72,0x09,0x00, +0x90,0x00,0x10,0xf4,0x7e,0x00,0x10,0xa0,0x7d,0x00,0x00,0x7c,0x00,0x10,0xf6,0x59, +0x01,0x10,0xc0,0x6b,0x02,0x11,0x20,0x64,0x07,0x02,0xcc,0x08,0x10,0x0a,0xaa,0x00, +0xdf,0x4f,0xfa,0x33,0x33,0x1e,0xff,0xf5,0xef,0xff,0x50,0x7f,0xf5,0x07,0x05,0x00, +0x0f,0x31,0x39,0xff,0x5e,0x2d,0x00,0x33,0x00,0x06,0x84,0x54,0x00,0xf0,0x10,0x6f, +0xff,0x20,0x00,0x0d,0xfe,0xf9,0x00,0x03,0xff,0x4f,0xe0,0x00,0x9f,0x90,0xdf,0x50, +0x0f,0xf3,0x07,0xfb,0x05,0xfd,0x00,0x1f,0xf2,0x34,0x44,0x44,0x44,0x3f,0x87,0x0d, +0x00,0xe4,0x00,0xf1,0x19,0xe0,0x01,0x10,0x00,0x1e,0xfe,0x00,0x02,0xef,0x90,0x00, +0x4f,0xf3,0x00,0x3a,0xef,0xe9,0x10,0x00,0x5f,0xff,0xff,0xfd,0x00,0x0e,0xff,0x53, +0xbf,0xf6,0x00,0x66,0x40,0x03,0xff,0x90,0x00,0x17,0x9a,0xbf,0xfa,0x05,0x0d,0xf0, +0x04,0xa0,0x1f,0xfe,0x30,0x3f,0xfa,0x04,0xff,0x80,0x03,0xff,0xa0,0x3f,0xfd,0x45, +0xdf,0xfa,0x00,0xcf,0x4a,0x07,0x70,0x01,0x9e,0xfc,0x5e,0xfe,0x00,0xef,0x66,0x01, +0x0c,0x05,0x00,0x50,0xe5,0xdf,0xd7,0x00,0xef,0x28,0x0a,0xf2,0x05,0xef,0xfb,0x68, +0xff,0xf1,0xef,0xf0,0x00,0x9f,0xf6,0xef,0xe0,0x00,0x4f,0xf8,0xef,0xe0,0x00,0x3f, +0xf9,0x0a,0x00,0x92,0xf0,0x00,0x8f,0xf6,0xef,0xfb,0x57,0xff,0xf1,0x28,0x00,0x90, +0xa5,0xdf,0xd7,0x00,0x00,0x19,0xef,0xe9,0x10,0xb9,0x08,0xf1,0x03,0xe1,0x0b,0xff, +0xa6,0xbf,0xf9,0x1f,0xfc,0x00,0x0e,0xfd,0x4f,0xf8,0x00,0x01,0x22,0x5f,0xf7,0x01, +0x0b,0x11,0x00,0x5d,0x01,0x70,0x0c,0xeb,0x0b,0xff,0xa5,0xaf,0xf9,0x28,0x00,0x11, +0xd1,0x32,0x00,0x01,0xa1,0x02,0x10,0x20,0x63,0x0d,0x18,0xf2,0x0b,0x00,0x60,0x4c, +0xfe,0x8a,0xff,0x20,0x3f,0x5d,0x0e,0xf3,0x16,0x0c,0xff,0xb6,0x9f,0xff,0x22,0xff, +0xd0,0x00,0xbf,0xf2,0x4f,0xf9,0x00,0x0a,0xff,0x25,0xff,0x70,0x00,0xaf,0xf2,0x4f, +0xf8,0x00,0x0a,0xff,0x21,0xff,0xc0,0x00,0xbf,0xf2,0x0c,0xff,0x82,0x6f,0x2c,0x00, +0x62,0x00,0x3c,0xfe,0x97,0xff,0x20,0x1a,0x10,0x10,0x0c,0xd8,0x0f,0xc0,0x09,0xff, +0xa6,0x8f,0xfd,0x00,0xff,0xc0,0x00,0x9f,0xf2,0x3f,0x3a,0x01,0x11,0x44,0xbe,0x10, +0x10,0x3f,0x23,0x0c,0x00,0xd4,0x02,0x91,0x05,0x00,0x09,0xff,0xe7,0x5a,0xfa,0x00, +0x0c,0x61,0x0a,0x22,0x07,0xdf,0x92,0x0d,0xa1,0xe2,0x00,0xaf,0xff,0xf2,0x00,0xff, +0xf7,0x50,0x02,0x2e,0x0a,0x20,0xff,0xc0,0x04,0x00,0x40,0x13,0xff,0xb1,0x10,0x10, +0x00,0x0f,0x04,0x00,0x09,0x70,0x00,0x3b,0xff,0xa5,0xff,0x50,0x3f,0xd4,0x02,0x10, +0x0c,0xea,0x0d,0x20,0x51,0xff,0x00,0x0e,0x84,0x4f,0xf9,0x00,0x08,0xff,0x55,0xff, +0x80,0x0b,0x00,0x02,0x16,0x00,0x01,0x0b,0x0e,0x20,0x50,0x2f,0x2c,0x00,0x70,0x00, +0x2b,0xff,0xa9,0xff,0x40,0x02,0xac,0x06,0x71,0x02,0xfb,0x54,0xaf,0xfd,0x00,0x6f, +0x93,0x10,0x51,0x4b,0xef,0xd9,0x10,0x00,0x18,0x03,0x0c,0x05,0x00,0x41,0xd4,0xcf, +0xe8,0x00,0xc9,0x0b,0xa0,0xff,0xfb,0x68,0xff,0xe0,0xff,0xe0,0x00,0xcf,0xf1,0x7d, +0x0e,0x1f,0xf2,0x05,0x00,0x0b,0xaf,0x7f,0xb0,0xef,0xf2,0x7f,0xb0,0x00,0x00,0xcf, +0xf1,0x02,0x00,0x01,0x30,0x00,0x8f,0xb0,0x12,0x01,0x11,0x8f,0xa3,0x03,0x2f,0xcf, +0xf1,0x03,0x00,0x0d,0x9f,0xf0,0x58,0xff,0xe0,0xef,0xff,0x70,0xdf,0xd6,0x43,0x02, +0x03,0xf0,0x05,0xe0,0x04,0xff,0xf2,0xef,0xe0,0x2e,0xff,0x40,0xef,0xe0,0xdf,0xf7, +0x00,0xef,0xeb,0xff,0xa0,0x00,0xef,0x43,0x10,0x10,0xef,0x99,0x04,0xd0,0xef,0xfe, +0xff,0xe1,0x00,0xef,0xf2,0x8f,0xf9,0x00,0xef,0xe0,0x0d,0x23,0x00,0x8e,0x04,0xff, +0xd0,0xef,0xe0,0x00,0xaf,0xf8,0x9a,0x00,0x08,0x02,0x00,0xf0,0x0d,0xef,0xc3,0xcf, +0xe9,0x03,0xcf,0xea,0x00,0xef,0xef,0xff,0xff,0xbf,0xff,0xff,0xa0,0xef,0xfb,0x69, +0xff,0xfd,0x67,0xff,0xf0,0xef,0xe0,0x00,0xdf,0xfb,0x11,0x7f,0xef,0xe0,0x00,0xcf, +0xf0,0x00,0x9f,0x08,0x00,0x1e,0xa0,0xff,0xb3,0xcf,0xe9,0x00,0xff,0xef,0xff,0xff, +0x90,0x4f,0x01,0x1f,0xf0,0x4f,0x01,0x15,0x70,0x00,0x18,0xdf,0xea,0x30,0x00,0x1d, +0x08,0x13,0x14,0x0a,0xf8,0x11,0xd1,0x9f,0xf6,0x4f,0xf9,0x00,0x04,0xff,0x95,0xff, +0x70,0x00,0x3f,0xfa,0x0b,0x00,0x11,0x91,0x16,0x00,0x01,0x19,0x12,0x02,0x2c,0x00, +0x02,0x37,0x00,0x20,0xef,0xc7,0x3a,0x01,0x00,0xec,0x0e,0x9a,0xef,0xf8,0x26,0xff, +0xf1,0xef,0xe0,0x00,0x8f,0x64,0x03,0x10,0x5f,0x0a,0x00,0x72,0x9f,0xf5,0xef,0xfb, +0x58,0xff,0xf1,0x28,0x00,0x1f,0xe5,0x6c,0x01,0x04,0x70,0x00,0x4c,0xfe,0x86,0xff, +0x20,0x4f,0xff,0x02,0x1f,0x0d,0x2b,0x03,0x09,0x11,0xd0,0x2b,0x03,0x24,0xb5,0x9f, +0x2b,0x03,0x3e,0x4c,0xfe,0x8b,0x78,0x03,0x05,0x0b,0x00,0xd1,0x0e,0xfc,0x6e,0xf0, +0xef,0xff,0xff,0x0e,0xff,0xfa,0xa0,0xef,0xf2,0x08,0x05,0x2d,0xef,0xe0,0x07,0x00, +0x00,0xdb,0x15,0x40,0xef,0xc7,0x00,0x07,0x35,0x16,0xe0,0x0f,0xfd,0x22,0xbf,0xf5, +0x1f,0xfb,0x00,0x27,0x73,0x0c,0xff,0xd8,0x50,0xfa,0x15,0xf1,0x01,0xfe,0x50,0x00, +0x02,0x7b,0xff,0xf3,0x39,0x92,0x00,0x5f,0xf7,0x3f,0xfb,0x21,0x8f,0xc2,0x0b,0xc0, +0xd0,0x00,0x5c,0xff,0xd7,0x10,0x02,0x88,0x30,0x00,0x5f,0xf7,0xc9,0x0f,0xb0,0x0e, +0xff,0xff,0xf4,0xef,0xff,0xff,0x41,0x6f,0xf8,0x10,0xd7,0x0f,0x02,0x15,0x00,0x04, +0x07,0x00,0xa1,0x4f,0xfd,0x62,0x01,0xef,0xff,0x60,0x04,0xcf,0xe4,0xbe,0x00,0x0f, +0x05,0x00,0x0b,0xb0,0xef,0xe0,0x00,0xbf,0xf2,0xcf,0xf9,0x59,0xff,0xf2,0x5f,0xe0, +0x00,0x50,0x06,0xdf,0xe8,0x9f,0xf2,0xcb,0x0a,0x50,0xfc,0x6f,0xf7,0x00,0x6f,0x0d, +0x14,0xe0,0xaf,0xf2,0x0b,0xff,0x00,0xef,0xd0,0x06,0xff,0x43,0xff,0x70,0x01,0xff, +0x28,0x04,0x30,0xcf,0xdb,0xfd,0xe1,0x07,0x10,0xf8,0xf4,0x06,0x10,0xf3,0x4c,0x06, +0x12,0xd0,0x53,0x11,0xa0,0x9f,0xf1,0x00,0xdf,0x70,0x07,0xff,0x45,0xff,0x40,0x37, +0x00,0xf0,0x1c,0xf0,0x1f,0xf7,0x06,0xff,0xf0,0x0d,0xfc,0x00,0xdf,0xa0,0xaf,0xff, +0x50,0xff,0x80,0x09,0xfe,0x0e,0xfc,0xf9,0x3f,0xf4,0x00,0x6f,0xf4,0xfe,0x4f,0xe7, +0xff,0x00,0x02,0xff,0xcf,0xa0,0xff,0xdf,0xc0,0x00,0x0e,0xff,0xf5,0x0a,0x4b,0x00, +0x41,0xaf,0xff,0x10,0x6f,0x85,0x0d,0x20,0xc0,0x01,0x15,0x11,0x40,0x2f,0xf7,0x00, +0x0d,0x8d,0x0d,0x10,0xfa,0x03,0x00,0xa0,0xdf,0xf2,0x0e,0xff,0x10,0x04,0xff,0xb7, +0xff,0x80,0xab,0x0f,0x10,0xe0,0x78,0x00,0x11,0xf6,0x2c,0x17,0x01,0x12,0x07,0x10, +0xf8,0x63,0x06,0x60,0xef,0xf1,0x00,0x06,0xff,0x95,0x30,0x03,0x00,0xd4,0x09,0x00, +0xff,0x0c,0xf0,0x00,0xfb,0x00,0xcf,0xf3,0x00,0x2f,0xfd,0x07,0xff,0x80,0x07,0xff, +0x70,0x1f,0xfc,0x9e,0x06,0xf0,0x05,0xcf,0xf1,0x0f,0xfc,0x00,0x06,0xff,0x65,0xff, +0x70,0x00,0x1f,0xfa,0x9f,0xf2,0x00,0x00,0xbf,0xfe,0xfc,0x7a,0x07,0x00,0xc2,0x06, +0x11,0x0f,0x8b,0x11,0x20,0xaf,0xfb,0x71,0x07,0x00,0xd1,0x12,0x00,0xce,0x00,0x40, +0x00,0x04,0x8f,0xfb,0xa1,0x07,0x00,0xdb,0x01,0x20,0x0b,0xfc,0x54,0x07,0x01,0x79, +0x04,0x10,0x2f,0x0d,0x05,0x30,0x05,0x55,0x5b,0x7b,0x06,0x32,0x2f,0xfe,0x10,0x5e, +0x11,0x10,0x09,0xb1,0x0c,0x10,0x5f,0xfc,0x0a,0x11,0xef,0x01,0x17,0x43,0xb5,0x55, +0x52,0x4f,0x5e,0x07,0x00,0xa2,0x00,0x80,0x49,0x00,0x00,0x8f,0xf1,0x00,0x3f,0xf6, +0x6d,0x16,0x50,0x00,0xcf,0xc0,0x00,0x0c,0x9e,0x0e,0x40,0xb0,0x00,0x0e,0xfa,0x62, +0x11,0x31,0x08,0xff,0x90,0xae,0x07,0x60,0x6f,0xf6,0x00,0x00,0xef,0xa0,0x99,0x16, +0x00,0x23,0x00,0xff,0x05,0x0b,0xfc,0x00,0x00,0x9f,0xe0,0x00,0x03,0xff,0x70,0x00, +0x07,0xff,0x10,0x00,0x03,0x80,0x5f,0x65,0xf6,0x03,0x00,0x03,0xe0,0x61,0x31,0x38, +0x10,0x00,0x08,0xfe,0x30,0x00,0x0c,0xfd,0x00,0x00,0x5f,0x27,0x0b,0xf4,0x0e,0x50, +0x00,0x2f,0xf6,0x00,0x02,0xff,0x60,0x00,0x1f,0xf7,0x00,0x00,0xcf,0xd3,0x00,0x02, +0xdf,0xf2,0x00,0x2e,0xff,0x20,0x0c,0xfd,0x20,0x01,0xff,0x70,0x1c,0x00,0xf0,0x00, +0x2f,0xf5,0x00,0x05,0xff,0x30,0x01,0xcf,0xc0,0x00,0x8f,0xe2,0x00,0x02,0x71,0x88, +0x12,0x02,0x83,0x18,0xf2,0x1e,0x80,0x04,0xfd,0x7f,0xff,0xff,0xc6,0xdf,0xad,0xf8, +0x17,0xff,0xff,0xf3,0x9a,0x10,0x03,0xcf,0xd5,0x00,0x00,0x10,0x00,0x0a,0xff,0x70, +0x7f,0x79,0xf3,0xbb,0x00,0xf7,0x9e,0x46,0xf4,0x1d,0xff,0xa0,0x00,0x43,0x00,0x00, +0x01,0x11,0x00,0xa3,0x08,0x12,0x90,0x4e,0x18,0x02,0x36,0x0c,0x3f,0x09,0xfd,0x00, +0xa2,0x11,0x58,0x15,0x00,0x87,0x00,0x03,0x25,0x11,0x31,0xaf,0xe1,0x00,0x0b,0x09, +0x1f,0x30,0x85,0x00,0x5a,0x21,0x02,0x86,0x7d,0x00,0x31,0x2e,0xff,0x80,0xb5,0x19, +0x40,0x5b,0xf8,0x00,0x00,0xa2,0x08,0x2f,0x78,0x20,0x85,0x00,0x58,0x30,0x03,0xdf, +0xed,0x3c,0x13,0x47,0x0c,0xfd,0xef,0xf9,0xb1,0x14,0x0f,0x7e,0x00,0x55,0xa0,0x09, +0xf6,0x00,0xce,0x30,0x00,0x00,0x0e,0xfa,0x02,0x46,0x00,0x4f,0x03,0x71,0x00,0x57, +0x81,0x01,0x5a,0x21,0x08,0xed,0xf1,0x01,0x31,0x4d,0x16,0xd0,0x07,0x00,0x11,0x06, +0x07,0x00,0x2f,0x08,0xed,0x06,0x02,0x5b,0x01,0xdd,0x1b,0x01,0xd8,0x0b,0x11,0x01, +0x28,0x00,0x11,0xa0,0x57,0x0c,0x41,0xfd,0x55,0x55,0x53,0xa0,0x02,0x01,0xcd,0x13, +0x00,0x6d,0x00,0x22,0x5f,0xfd,0x4c,0x16,0x01,0xc3,0x07,0x01,0xb5,0x02,0x60,0xf6, +0x0e,0xff,0x55,0x55,0x40,0x52,0x04,0x50,0x00,0xdf,0xff,0xff,0xfd,0x52,0x06,0x10, +0x60,0x61,0x09,0x01,0xb6,0x18,0x12,0xff,0xc1,0x12,0x10,0xaf,0x0a,0x00,0x10,0x10, +0x15,0x18,0x51,0xfe,0x77,0x77,0xdf,0xf1,0x92,0x17,0x80,0x70,0x00,0x0a,0xff,0x75, +0x55,0x55,0x13,0xc0,0x04,0x00,0x81,0x0e,0x31,0xf3,0xbf,0xf8,0xa6,0x18,0x00,0x0c, +0x09,0x0f,0x69,0x14,0x49,0x31,0x9f,0xff,0xc6,0xf3,0x03,0x11,0xe5,0xb6,0x0f,0x11, +0x7f,0xc9,0x16,0x21,0x3d,0xfe,0x7a,0x03,0x01,0x14,0x1a,0x10,0x11,0xa8,0x00,0x01, +0xa4,0x00,0x12,0x1e,0x89,0x0c,0x1f,0x40,0x3d,0x14,0x39,0x03,0x61,0x00,0x10,0x09, +0xd9,0x0c,0x20,0x3f,0xf7,0x6a,0x00,0x1f,0x90,0x5f,0x00,0x3b,0x20,0x68,0x20,0x82, +0x01,0xcf,0xd1,0x00,0x00,0xaf,0xb6,0xfd,0x10,0x03,0x87,0x00,0x48,0x50,0x5f,0x00, +0x38,0xff,0x00,0x03,0xec,0x00,0x6f,0x90,0x07,0xff,0x10,0xbf,0xd0,0x00,0x75,0x00, +0x17,0x30,0x5a,0x00,0x38,0x40,0x01,0x10,0x00,0x3f,0xb6,0x1b,0x7f,0x60,0x00,0x6f, +0xe1,0x00,0x8f,0xf6,0x03,0x00,0x18,0xaf,0x01,0x10,0x00,0xdf,0xe1,0x08,0xff,0x30, +0x2f,0xf4,0x38,0x00,0x1b,0xf1,0x01,0x00,0x17,0x70,0x00,0x01,0xdf,0xfb,0x00,0x1d, +0xf7,0x9f,0xa0,0x58,0x50,0x06,0x83,0x14,0x00,0x0f,0x04,0x00,0x24,0xcf,0x7f,0x80, +0x0a,0xf5,0xbf,0xd0,0x0f,0xf9,0x27,0x20,0x03,0x71,0x48,0x00,0x28,0x00,0x9e,0x08, +0x21,0xfe,0xc6,0x86,0x10,0x01,0xe1,0x19,0x50,0x7f,0xfb,0x67,0xcf,0xfe,0xbf,0x10, +0x01,0xa6,0x07,0x20,0x7f,0xf8,0x16,0x11,0x01,0x07,0x00,0x21,0xbf,0xf4,0x07,0x00, +0x30,0x9f,0xf5,0x3f,0xb4,0x03,0x98,0x8f,0xf6,0x2d,0xef,0xfe,0xd8,0x00,0x9f,0xf5, +0x1c,0x00,0x25,0xff,0xf0,0x38,0x00,0x00,0x46,0x00,0x15,0x10,0x54,0x00,0x31,0xff, +0xfe,0xc7,0xf7,0x09,0x83,0xdd,0xfa,0x00,0x00,0x7f,0xdd,0xff,0xc1,0x6d,0x05,0x0f, +0x49,0x14,0x48,0x12,0x04,0x09,0x10,0x12,0x06,0xcc,0x04,0x22,0x08,0xfe,0xa2,0x13, +0x01,0x0d,0x19,0x0f,0x63,0x14,0x4d,0x00,0x43,0x05,0x11,0xfe,0x3e,0x1e,0x01,0x56, +0x07,0x00,0x61,0x08,0x0f,0x7c,0x00,0x58,0x31,0x01,0x77,0x00,0x54,0x07,0x00,0x4e, +0x20,0x55,0x06,0xfd,0x24,0xee,0x20,0xdb,0x06,0x0f,0x7c,0x00,0x4f,0x40,0x7c,0x70, +0x2d,0x60,0x62,0x10,0x9f,0xee,0xf4,0x00,0x00,0x0b,0xf1,0x4c,0xf8,0x00,0x7c,0x00, +0x57,0x50,0x07,0xf8,0x00,0xbf,0x40,0x0b,0x0a,0xf1,0x03,0x0f,0xf8,0x00,0x00,0x02, +0x72,0x00,0x47,0x10,0x00,0x00,0x07,0xcf,0xec,0x50,0x00,0x00,0x2d,0xd5,0x17,0xf0, +0x00,0x0d,0xff,0xd8,0x9e,0xff,0xa0,0x06,0xff,0xc0,0x00,0x1e,0xff,0x30,0xcf,0xf3, +0xe1,0x02,0x20,0x0f,0xff,0x9d,0x01,0x11,0xc1,0x6f,0x00,0x21,0xfe,0x2f,0x6f,0x00, +0x12,0xf1,0x0d,0x00,0x02,0x1a,0x00,0x30,0xc0,0xcf,0xf3,0x7e,0x11,0x03,0x34,0x00, +0x63,0x0d,0xff,0xd8,0x8e,0xff,0xa0,0x4e,0x00,0x00,0x5b,0x00,0xf0,0x09,0x60,0x00, +0x00,0x50,0x00,0x01,0x50,0x0c,0xf6,0x00,0x0c,0xf6,0x1d,0xff,0x50,0xcf,0xf7,0x01, +0xdf,0xfd,0xff,0x70,0x00,0x1e,0xc2,0x0a,0x10,0x0b,0x82,0x17,0x11,0xaf,0x1d,0x10, +0xf2,0x07,0xa3,0xef,0xf3,0x2f,0xfa,0x00,0x3f,0xf9,0x03,0xa0,0x00,0x03,0xa0,0x00, +0x00,0x6c,0xee,0xc6,0xaf,0x30,0x00,0x1c,0xe9,0x0a,0x50,0xcf,0xfd,0x89,0xef,0xfb, +0x71,0x14,0xf1,0x29,0x00,0x8f,0xff,0x40,0x0b,0xff,0x40,0x01,0xfe,0xff,0xa0,0x0e, +0xff,0x00,0x0a,0xf4,0xff,0xd0,0x0f,0xfe,0x00,0x3f,0x90,0xff,0xf0,0x1f,0xfe,0x00, +0xcf,0x10,0xff,0xf0,0x0f,0xfe,0x06,0xf7,0x00,0xff,0xf0,0x0f,0xff,0x1e,0xd0,0x01, +0xff,0xd0,0x0b,0xff,0xcf,0x40,0x05,0xff,0x90,0x05,0xff,0xfb,0xac,0x07,0x50,0xcf, +0xfd,0x88,0xdf,0xfb,0x22,0x13,0x01,0x82,0x19,0x11,0xee,0x10,0x01,0x11,0x03,0x0d, +0x22,0x04,0x55,0x1e,0x12,0x0b,0xff,0x02,0x24,0xdf,0x90,0x89,0x02,0x0f,0x29,0x15, +0x47,0x00,0xbd,0x06,0x20,0xb0,0x00,0x57,0x09,0x01,0xf1,0x06,0x01,0x5e,0x0a,0x2f, +0x11,0x00,0x72,0x00,0x4b,0x21,0x48,0x50,0x4c,0x08,0x10,0xf8,0xf0,0x00,0x12,0xa0, +0x5e,0x10,0x0f,0x72,0x00,0x4b,0xff,0x01,0xce,0x30,0x2e,0xd1,0x00,0x01,0xff,0x70, +0x5f,0xf3,0x00,0x00,0x57,0x00,0x06,0x50,0xde,0x00,0x4a,0x03,0xb1,0x0b,0x01,0xbe, +0x07,0x01,0xe1,0x0c,0x03,0xca,0x01,0x0f,0x41,0x15,0x4f,0x00,0xa4,0x14,0x02,0x84, +0x14,0x04,0x0b,0x00,0x31,0xff,0xfe,0xa3,0x3a,0x08,0xf3,0x03,0xf5,0x0b,0xff,0x65, +0x59,0xff,0xf1,0xbf,0xf2,0x00,0x08,0xff,0x6b,0xff,0x20,0x00,0x5f,0xf8,0x0b,0x00, +0x10,0x64,0x16,0x00,0x00,0x77,0x15,0x00,0x2c,0x00,0x1c,0xb3,0x42,0x00,0x00,0x81, +0x1f,0x21,0xfe,0xc4,0x22,0x16,0xc0,0xf6,0x00,0x5f,0xfd,0x68,0xff,0xe0,0x09,0xff, +0x40,0x0c,0xff,0x15,0x10,0xf1,0x2e,0xdf,0xe0,0x0b,0xff,0x20,0x5f,0xf7,0x00,0xbf, +0xf2,0x0b,0xff,0x10,0x0b,0xff,0x20,0xbf,0xf4,0x00,0xbf,0xf2,0x06,0xff,0xf3,0x0b, +0xff,0x20,0x08,0xff,0xf3,0xbf,0xf2,0x00,0x07,0xff,0xbb,0xff,0x20,0x00,0x0e,0xfe, +0xbf,0xf2,0x54,0x26,0xff,0xcb,0xff,0x2d,0xff,0xff,0xf5,0xbf,0xf2,0xce,0xfe,0xb3, +0x00,0x00,0xcf,0xf2,0x8b,0x18,0x20,0xc0,0x00,0x3f,0x25,0x14,0x60,0x71,0x02,0x0f, +0xb3,0x14,0x29,0x03,0xa5,0x0d,0x30,0x01,0xef,0xb0,0x92,0x0a,0x14,0xc0,0xbe,0x05, +0x0f,0x53,0x00,0x2a,0x30,0x02,0xdf,0xb0,0x9b,0x1f,0x71,0x9f,0xc1,0x00,0x01,0x9a, +0x20,0x5a,0xc6,0x01,0x0f,0x53,0x00,0x2d,0x10,0x8e,0xe0,0x0f,0x49,0x2d,0xcc,0xcc, +0xb3,0x73,0x21,0x0f,0x53,0x00,0x29,0x80,0x01,0xdd,0x10,0x4e,0xb0,0x00,0x4f,0xf4, +0xfa,0x20,0x4f,0x66,0x00,0x17,0x40,0xa6,0x00,0x31,0x20,0x02,0xce,0x52,0x02,0xd4, +0xa8,0x0b,0x70,0x00,0x00,0x0a,0x80,0xb7,0x00,0x00,0x00,0x2c,0xea,0xab,0x00,0x61, +0x03,0xae,0xfe,0x91,0x00,0x05,0xb8,0x0b,0xe0,0xef,0xf5,0x3b,0xff,0x60,0x06,0x64, +0x00,0x3f,0xf9,0x00,0x01,0x79,0xab,0xaa,0x05,0xf1,0x06,0xff,0xff,0xfa,0x01,0xff, +0xe3,0x03,0xff,0xa0,0x4f,0xf8,0x00,0x3f,0xfa,0x03,0xff,0xd4,0x5d,0xff,0xa0,0x0c, +0xe9,0x1a,0xd1,0x19,0xef,0xc5,0xef,0xe0,0x00,0x2a,0xdf,0xea,0x26,0xcf,0xfc,0x40, +0xe7,0x17,0x00,0x30,0x23,0x10,0x0d,0x90,0x24,0xf1,0x00,0xd6,0x7e,0xff,0x00,0x77, +0x60,0x00,0xff,0xf1,0x00,0x7f,0xf4,0x00,0x6c,0xef,0x1a,0x00,0x01,0x8d,0x0a,0x00, +0x94,0x02,0x62,0x3f,0xfd,0x30,0x0e,0xff,0x00,0x78,0x17,0x21,0xef,0xf5,0x1a,0x0c, +0x60,0x66,0xbf,0xff,0xf8,0x57,0xc9,0xb0,0x00,0x20,0xfc,0xff,0x4e,0x01,0x7f,0x8d, +0xfe,0xa3,0x05,0xcf,0xfd,0x92,0x6a,0x16,0x05,0x1a,0x02,0x6a,0x16,0x71,0x0b,0xdb, +0x0b,0xff,0x95,0x9f,0xf9,0x28,0x00,0xe0,0x00,0x19,0xff,0xf9,0x10,0x00,0x00,0xcf, +0xc2,0x00,0x00,0x00,0x3b,0xfc,0x15,0x23,0x00,0x43,0x03,0x24,0x8e,0x91,0xa0,0x02, +0x26,0xef,0xb0,0x0c,0x08,0x00,0xa0,0x02,0x0f,0x41,0x16,0x2a,0x11,0x00,0x5c,0x1a, +0x11,0x01,0xac,0x03,0x24,0xaf,0xb0,0xa0,0x02,0x0f,0x53,0x00,0x2a,0xc6,0x03,0xef, +0xa0,0x00,0x00,0x04,0xfe,0x9f,0xb0,0x00,0x02,0xaa,0xa0,0x02,0x0f,0x53,0x00,0x29, +0xd6,0x02,0xed,0x10,0x5f,0xa0,0x00,0x5f,0xf3,0x09,0xff,0x00,0x00,0x65,0x4d,0x02, +0x0f,0x53,0x00,0x28,0x00,0x0c,0x19,0x30,0x08,0xff,0x20,0xc2,0x28,0x21,0x01,0x10, +0x1b,0x25,0x0f,0x03,0x00,0x09,0x8f,0x01,0xef,0xd1,0x0a,0xfe,0x20,0x4f,0xf3,0x2c, +0x00,0x11,0xd2,0x00,0x00,0xaf,0xe3,0x00,0x1c,0xf9,0xef,0x40,0x79,0x50,0x19,0x91, +0x9c,0x0a,0x1f,0xf2,0x04,0x00,0x16,0xcf,0xaf,0x60,0x0c,0xe2,0xef,0xa0,0x2f,0xf6, +0x37,0x10,0x05,0x60,0x3c,0x00,0x1d,0x12,0x00,0x99,0x0a,0x30,0xfb,0x50,0x02,0x27, +0x0b,0x51,0xb8,0xf6,0x00,0x02,0x8f,0xa9,0x05,0x10,0x9f,0x8c,0x1a,0x20,0x6f,0x6a, +0x87,0x04,0xb0,0x10,0x0e,0xff,0x10,0x02,0xae,0xfc,0xcf,0xf6,0x02,0xef,0x0a,0x01, +0x50,0xaf,0xfb,0x45,0xbf,0xfb,0x9e,0x21,0x90,0xff,0xc2,0xff,0xb0,0x00,0x1f,0xfb, +0x1f,0xfb,0x66,0x26,0x21,0xef,0xe0,0x1d,0x2b,0x30,0xc6,0x8f,0xfd,0x30,0x01,0x10, +0xfe,0x6e,0x28,0xc7,0xe9,0x20,0x00,0x05,0xef,0xff,0xff,0x20,0x0c,0xcc,0xcd,0xb5, +0x20,0x04,0x0f,0x8c,0x16,0x25,0x26,0x8f,0xf6,0x30,0x12,0x24,0xcf,0xa0,0xc7,0x02, +0x0f,0xa2,0x16,0x29,0x01,0x65,0x09,0x00,0x2f,0x01,0x10,0xd1,0x72,0x06,0x14,0xe2, +0xc7,0x02,0x0f,0x53,0x00,0x2b,0x20,0xbf,0xd2,0x0d,0x06,0x72,0x9f,0xe3,0x00,0x00, +0x8a,0x50,0x2a,0xcb,0x01,0x0f,0x53,0x00,0x2c,0x10,0x5e,0xcb,0x16,0x0b,0x45,0x01, +0x0f,0x53,0x00,0x2c,0xff,0x00,0xbe,0x40,0x1d,0xd1,0x00,0x0f,0xf8,0x04,0xff,0x40, +0x00,0x47,0x10,0x06,0x60,0x53,0x00,0x31,0x02,0x01,0x00,0x35,0x08,0xfb,0x00,0x5d, +0x11,0x13,0xfb,0x14,0x00,0x11,0x06,0x66,0x11,0x01,0xad,0x28,0x6f,0xa1,0x44,0x44, +0x44,0x44,0x43,0x2c,0x00,0x07,0x20,0x74,0x00,0x16,0x05,0x00,0x53,0x00,0x25,0xed, +0xe0,0x8a,0x00,0x10,0xdf,0x8a,0x00,0xf0,0x02,0x1f,0xef,0xf5,0x4f,0xf9,0x09,0xe5, +0xff,0x85,0xff,0x71,0xf7,0x3f,0xfa,0x4f,0xf8,0x9e,0x8a,0x00,0x75,0xdf,0x80,0x9f, +0xf6,0x0a,0xff,0xf6,0x8a,0x00,0x10,0x8f,0x8a,0x00,0x21,0x1f,0x80,0xae,0x08,0x10, +0x60,0x8c,0x01,0x10,0xe1,0x0a,0x0a,0x13,0xfa,0x2c,0x02,0x0f,0x61,0x17,0x24,0x00, +0x00,0x0c,0x00,0x73,0x02,0x62,0xd1,0x00,0x00,0x06,0xfe,0x20,0x24,0x02,0x0f,0x4b, +0x00,0x25,0xd3,0x1c,0xfd,0x20,0x00,0x02,0xef,0x8e,0xe3,0x00,0x07,0x83,0x02,0x87, +0x0f,0x03,0x0f,0x4b,0x00,0x23,0xef,0x0c,0xe4,0x02,0xdd,0x10,0x1f,0xf7,0x05,0xff, +0x30,0x04,0x70,0x00,0x66,0x4b,0x00,0x2a,0x03,0xda,0x1d,0x12,0x04,0x1b,0x2a,0x13, +0x80,0x07,0x03,0x0f,0x91,0x17,0x40,0x3e,0xef,0xf0,0x00,0x05,0x00,0x15,0xf5,0x8a, +0x1d,0x24,0xfc,0x69,0x8a,0x1d,0x12,0xf0,0x80,0x1d,0x24,0x3f,0xf9,0x0a,0x00,0x27, +0x9f,0xf6,0x26,0x1a,0x3f,0xf5,0xdf,0xd6,0x4b,0x00,0x02,0xf3,0x00,0x05,0xfa,0x00, +0x8f,0x70,0x00,0x9f,0xf0,0x0d,0xfb,0x00,0x01,0x74,0x00,0x27,0x79,0x0e,0x0f,0xc8, +0x00,0x40,0x62,0x00,0x06,0xaa,0xaa,0xaa,0x10,0xb9,0x13,0x1f,0x20,0xbb,0x15,0x5f, +0x01,0xc0,0x30,0x4f,0x0a,0xaa,0xaa,0xa8,0x77,0x09,0x36,0x50,0x00,0x04,0x83,0x00, +0x78,0xd8,0x00,0x36,0xfb,0x14,0xfe,0xb5,0x00,0x3f,0x00,0x06,0x98,0x90,0x15,0x5a, +0x61,0xef,0x40,0x7f,0xa0,0x00,0x06,0x9b,0x22,0x3f,0x03,0x89,0x71,0xd8,0x00,0x32, +0x0f,0x4c,0x16,0x57,0x00,0x3d,0x01,0x11,0x10,0xb8,0x28,0x22,0xf2,0x00,0xbf,0x28, +0x11,0x80,0xcf,0x0c,0x67,0xef,0x80,0x00,0x3a,0xef,0xd8,0xc2,0x00,0x1f,0xf7,0xc2, +0x00,0x13,0x60,0xc0,0x01,0x9e,0xfc,0x3e,0xfd,0x1b,0x05,0x01,0xbf,0x04,0x02,0xb1, +0x1c,0x20,0xfe,0x90,0xee,0x2b,0x01,0xd7,0x10,0x21,0x1e,0xfd,0x57,0x20,0x26,0xfe, +0x20,0x3e,0x19,0x01,0xbd,0x06,0x0f,0xaf,0x2a,0x4d,0x00,0xea,0x0e,0x00,0x29,0x01, +0x24,0x2f,0xf8,0x87,0x07,0x2f,0x11,0x00,0x18,0x21,0x27,0x22,0x03,0x86,0xf4,0x0d, +0x10,0xfa,0x57,0x00,0x44,0xfc,0x16,0xfc,0x10,0xf6,0x01,0x0f,0xc7,0x00,0x4f,0xd3, +0x04,0xef,0x90,0x00,0x00,0x6f,0xea,0xfa,0x00,0x02,0xa9,0x10,0x6a,0x02,0x07,0x0f, +0xc7,0x00,0x25,0x22,0x02,0xa7,0xed,0x10,0x12,0xf1,0x08,0x02,0x06,0x95,0x03,0x0f, +0x8e,0x01,0x50,0x20,0xce,0x40,0x3b,0x00,0x00,0x19,0x02,0x3f,0x8a,0x20,0x00,0xc7, +0x00,0x2a,0x50,0x09,0xea,0x04,0xee,0x30,0xe4,0x04,0x01,0x34,0x03,0x12,0x0b,0x3a, +0x03,0x0c,0x55,0x02,0x11,0x10,0xc7,0x00,0x1e,0xfa,0xc7,0x00,0x04,0xba,0x00,0x0e, +0xc7,0x00,0x20,0x12,0x20,0xc7,0x00,0x17,0x0a,0xc7,0x00,0x1c,0x79,0xc7,0x00,0xef, +0x02,0xef,0x40,0xcf,0x90,0x00,0x2d,0xfd,0xf7,0x00,0x00,0x01,0xab,0x50,0xc7,0x00, +0x2a,0xa0,0x38,0x70,0x05,0x86,0x00,0x00,0x0b,0xfb,0x7f,0xe2,0x01,0x08,0x02,0x08, +0x15,0x2f,0x82,0x00,0x67,0x2d,0x49,0x01,0x5a,0x16,0x21,0x25,0xfb,0x07,0x00,0x21, +0x26,0xf9,0x07,0x00,0x21,0x2b,0xf4,0x07,0x00,0x22,0x27,0xa0,0xe5,0x23,0x00,0xed, +0x00,0x00,0x2b,0x06,0x01,0xe8,0x23,0x41,0x20,0x00,0x2f,0xfd,0x94,0x10,0x01,0xc0, +0x20,0x10,0x20,0x09,0x20,0x00,0x07,0x00,0x01,0xc3,0x20,0x11,0x20,0xd6,0x0d,0x01, +0x2a,0x00,0x26,0x82,0x6f,0x38,0x00,0x03,0xf4,0x23,0x0f,0x2a,0x17,0x57,0x03,0x23, +0x21,0x11,0x2f,0xe2,0x14,0x43,0x1d,0xdf,0xff,0xd9,0x12,0x00,0x01,0xce,0x00,0x02, +0x95,0x00,0x02,0xcc,0x00,0x02,0xcb,0x00,0x02,0xca,0x00,0x02,0xc9,0x00,0x02,0xc8, +0x00,0x02,0xc7,0x00,0x02,0xc6,0x00,0x03,0xc5,0x00,0x01,0xc4,0x00,0x50,0x01,0xaa, +0xaa,0xaa,0x60,0x24,0x1b,0x02,0x84,0x1e,0x0f,0x06,0x1a,0x39,0x00,0x92,0x01,0x00, +0x17,0x07,0x19,0xa7,0x17,0x07,0x0f,0xee,0x0d,0x29,0xe0,0x01,0x86,0x00,0x38,0x40, +0x00,0xff,0x31,0xcf,0x60,0x00,0x6f,0xff,0xfc,0x96,0x06,0x1f,0x60,0xb2,0x00,0x3b, +0x30,0x30,0x8f,0x90,0x5a,0x22,0x19,0xf2,0xf1,0x06,0x0f,0x99,0x0f,0x2b,0x11,0x8a, +0xd0,0x33,0x13,0x90,0x19,0x04,0x0f,0x64,0x01,0x3d,0x30,0x00,0xbf,0x60,0x77,0x03, +0x01,0x82,0x00,0x2f,0x7b,0x30,0xb2,0x00,0x31,0x0f,0x9e,0x00,0x0c,0x06,0x99,0x00, +0x01,0xa8,0x00,0x0f,0x9e,0x00,0x0c,0x20,0x0a,0xf8,0x3f,0x0c,0x10,0xe0,0x05,0x00, +0x20,0xfd,0x40,0x76,0x19,0x10,0x50,0x87,0x0e,0x11,0x10,0x92,0x0e,0x60,0x10,0x08, +0xff,0xc6,0x9f,0xfa,0x7d,0x34,0x81,0xbf,0xf0,0x2f,0xfb,0x00,0x08,0xff,0x34,0x9c, +0x00,0x01,0xbe,0x11,0x12,0x41,0x33,0x16,0xf0,0x00,0xff,0x60,0x01,0xa2,0x00,0x3f, +0xff,0xed,0xff,0xd0,0x00,0x3d,0xff,0xff,0xc2,0xf2,0x04,0x10,0x80,0x3d,0x08,0x11, +0xe0,0xd7,0x04,0x10,0xe5,0xa4,0x06,0xf0,0x01,0xee,0x50,0x00,0x03,0x87,0x00,0x58, +0x70,0x00,0xaf,0xb6,0xfe,0x30,0x00,0x0a,0xff,0x69,0x33,0x2f,0x78,0x20,0x64,0x01, +0x39,0x81,0x02,0xdf,0x60,0xbf,0xa0,0x00,0x01,0xcf,0x89,0x0b,0x2f,0x9b,0x60,0x16, +0x02,0x33,0x22,0x02,0x86,0x66,0x21,0x11,0xfb,0x47,0x34,0x26,0x15,0xfd,0x68,0x07, +0x0f,0x8c,0x31,0x4d,0x02,0x78,0x14,0x13,0x03,0x78,0x14,0x23,0x4a,0x80,0x78,0x00, +0x0f,0x46,0x28,0x3f,0x01,0xc4,0x0a,0x00,0x75,0x39,0x31,0xb1,0x3f,0xf0,0x19,0x23, +0x01,0x2f,0x10,0x2f,0x69,0x83,0xe5,0x00,0x52,0x4e,0xdf,0x40,0x7f,0xb0,0xbb,0x0a, +0x0f,0xe5,0x00,0x40,0x04,0x6b,0x08,0x21,0x9f,0xf2,0x39,0x09,0x07,0xed,0x36,0x0f, +0xe5,0x00,0x4f,0x34,0x00,0xaf,0x70,0x47,0x38,0x3f,0x00,0x6b,0x40,0xe5,0x00,0x48, +0x0f,0xcb,0x00,0x50,0x22,0x07,0x81,0x9f,0x08,0x11,0x10,0xac,0x08,0x22,0xe0,0x00, +0xc2,0x1b,0x01,0x05,0x11,0x02,0x25,0x25,0x10,0x20,0x22,0x0c,0x11,0xfe,0x6b,0x01, +0x10,0xa0,0x0e,0x09,0x11,0xf7,0x4b,0x05,0x19,0x70,0x5c,0x06,0x61,0x03,0xbf,0xfa, +0x5f,0xf5,0x03,0xe3,0x15,0xb0,0xcf,0xfc,0x68,0xff,0xf5,0x1f,0xfe,0x00,0x08,0xff, +0x54,0x20,0x26,0x35,0xf5,0x5f,0xf8,0x0b,0x00,0x01,0x16,0x00,0x20,0x50,0xbf,0x21, +0x00,0x11,0x02,0x2c,0x00,0x60,0x02,0xbf,0xfa,0x9f,0xf4,0x00,0xd8,0x3b,0x80,0x30, +0x2f,0xb5,0x4a,0xff,0xd0,0x06,0xff,0x39,0x02,0x40,0x04,0xbe,0xfd,0x91,0x86,0x00, +0x11,0x71,0x69,0x00,0x10,0xfc,0x90,0x04,0x9f,0xf9,0x7f,0xc0,0x00,0x00,0x48,0x60, +0x05,0x84,0xd2,0x34,0x48,0x30,0x00,0x5f,0xf8,0x7b,0x0b,0x75,0x9f,0xa0,0x00,0x38, +0x70,0x05,0x84,0x48,0x10,0x0f,0x91,0x2b,0x35,0x01,0x36,0x1a,0x20,0xff,0xf0,0x7e, +0x08,0x00,0xf4,0x34,0x03,0x0f,0x00,0x12,0x0b,0x11,0x17,0x95,0xf3,0x8e,0xff,0xdb, +0xbb,0xbb,0xff,0xfb,0x20,0x1e,0x00,0x53,0xa6,0x66,0x66,0xff,0xf0,0xa1,0x31,0x02, +0x18,0x23,0x0d,0x3c,0x00,0x0f,0x0f,0x00,0x0c,0x02,0xd4,0x14,0x20,0x8f,0xff,0xe3, +0x0d,0x45,0x6d,0xff,0xfd,0xd4,0xfa,0x19,0x90,0xbf,0xf3,0xaf,0xfb,0x10,0x00,0xbf, +0xfe,0xff,0x08,0x11,0x40,0xfd,0x77,0xef,0xf3,0x18,0x00,0x20,0x7f,0xf6,0x06,0x00, +0x12,0x6f,0x06,0x00,0x1f,0xf7,0x06,0x00,0x0b,0x62,0x1c,0xff,0xdd,0xf7,0xaf,0xdd, +0x9f,0x1a,0x0f,0xf0,0x20,0x29,0x75,0x4d,0xff,0xff,0xf4,0xad,0xdd,0xdc,0xda,0x05, +0x0f,0xae,0x15,0x19,0x51,0x4a,0xaa,0xaa,0xa3,0x7f,0xdc,0x00,0x0f,0x84,0x00,0x2a, +0x00,0x62,0x01,0x5f,0xf2,0x6a,0xaa,0xaa,0xa1,0x84,0x00,0x21,0x90,0x38,0x40,0x06, +0x82,0x4f,0xd1,0x2f,0xf1,0x0b,0xe2,0x3b,0x2f,0x59,0x84,0x88,0x00,0x2a,0xbf,0x8f, +0x70,0x0f,0xf0,0x3f,0xfb,0xdf,0xa0,0x04,0xcf,0xe9,0x88,0x00,0x1d,0x00,0x87,0x0e, +0x2f,0x8f,0xf6,0x05,0x00,0x0b,0xd0,0x0b,0xff,0x63,0xfd,0x20,0xaf,0x60,0x0a,0xfe, +0xc0,0x2c,0xfc,0x00,0x1f,0x3c,0x31,0xf2,0x07,0xfb,0xe9,0x07,0x3f,0x10,0xcf,0xf1, +0x05,0x00,0x01,0xff,0x06,0x0f,0xff,0x15,0xfc,0x10,0xdf,0x30,0x0d,0xfe,0x90,0x4d, +0xf9,0x00,0x1a,0x90,0x7f,0xf4,0x3e,0xd1,0x00,0x00,0xf4,0x37,0x0b,0x2f,0xbf,0xf2, +0x02,0x00,0x01,0x12,0x8f,0x8f,0x32,0x11,0xc8,0x44,0x12,0x2f,0x2f,0xfc,0x0f,0x00, +0x2b,0xf2,0x06,0x04,0x66,0x10,0x03,0xff,0xb8,0xff,0x60,0xbf,0xf4,0x00,0x5f,0xf9, +0x8f,0xf6,0x06,0xff,0xd4,0x5e,0xff,0x38,0x70,0x26,0x50,0x90,0x8f,0xf6,0x00,0x08, +0xe3,0x07,0x90,0x7f,0xb0,0x04,0xed,0x2e,0xff,0x20,0xaf,0xf6,0x09,0x00,0x12,0x20, +0xe0,0x2e,0x7f,0x07,0xff,0x6c,0xff,0x10,0x7f,0xf6,0x09,0x00,0x14,0x00,0x6f,0x00, +0x50,0x7f,0xf5,0x00,0x04,0x6e,0xe0,0x18,0x61,0xff,0xb0,0x00,0x08,0xfe,0x91,0xce, +0x0e,0x12,0x83,0x0e,0x0c,0x00,0x73,0x02,0x37,0x1d,0xf7,0x1b,0x53,0x21,0x01,0xc3, +0x38,0x02,0x74,0x03,0x0f,0x0d,0x00,0x20,0x01,0xfa,0x38,0x00,0x49,0x11,0x10,0x04, +0x8d,0x43,0x00,0xfd,0x38,0x01,0x12,0x27,0x00,0x9f,0x01,0x00,0x00,0x39,0x03,0xdc, +0x10,0x92,0x1c,0xf9,0xee,0x30,0x08,0xa6,0x02,0xaa,0x10,0x31,0x16,0x00,0x93,0x0e, +0x2f,0x8f,0xf4,0x09,0x00,0x18,0x20,0x9f,0xf3,0xd1,0x00,0x20,0x10,0x00,0xa2,0x38, +0x10,0x0b,0x92,0x11,0x0f,0x58,0x39,0x47,0x41,0x00,0x00,0x58,0x30,0x05,0x10,0x11, +0x60,0x7e,0x01,0x01,0x5e,0x18,0x02,0x04,0x0f,0x3f,0x73,0x00,0x00,0x42,0x30,0x39, +0x30,0x00,0x04,0x84,0x0c,0x01,0x10,0xf8,0x23,0x01,0x14,0xf5,0xbe,0x06,0xf0,0x0a, +0x06,0x40,0x00,0x00,0xbf,0xf1,0x00,0x9f,0xfd,0x0b,0xff,0x10,0x4f,0xff,0x30,0xbf, +0xf1,0x0e,0xff,0x80,0x0b,0xff,0x19,0xff,0xd0,0xce,0x00,0x10,0xf2,0xbc,0x12,0x11, +0xfb,0xcd,0x00,0xf1,0x0a,0xf4,0x00,0x0b,0xff,0x16,0xff,0xe1,0x00,0xbf,0xf1,0x0c, +0xff,0xb0,0x0b,0xff,0x10,0x2f,0xff,0x60,0xbf,0xf1,0x00,0x8f,0xff,0x20,0xa2,0x27, +0x33,0x01,0xef,0xd1,0x54,0x12,0x1e,0x4f,0x26,0x3a,0x0f,0x2b,0x3a,0x2a,0x20,0x00, +0x11,0x5a,0x32,0x5f,0x0c,0xfd,0x10,0x6f,0xe1,0x7d,0x31,0x13,0x07,0x03,0x00,0x0f, +0x87,0x00,0x39,0x02,0xc9,0x29,0x10,0xfe,0xbd,0x07,0x14,0xfd,0xf4,0x07,0x11,0x09, +0xb7,0x11,0x1f,0x10,0x18,0x04,0x08,0x09,0x05,0x00,0x01,0xe2,0x11,0x60,0x7f,0x90, +0x0a,0xf5,0x00,0xcc,0x36,0x00,0x81,0xbf,0xf3,0x03,0xfd,0x00,0xbf,0xf3,0x04,0x4a, +0x02,0x10,0xf8,0x2d,0x41,0x01,0xb2,0x00,0x1f,0x20,0x9e,0x00,0x20,0x60,0xcf,0xf1, +0x6f,0xac,0xff,0x18,0x23,0x32,0x70,0x3c,0xff,0x1b,0xb0,0xcf,0xf1,0x00,0x6e,0x00, +0x0f,0x07,0x00,0x0c,0x0f,0x62,0x00,0x09,0x60,0x07,0xa2,0x00,0xbf,0xf3,0x2f,0x42, +0x3b,0x2f,0x0c,0xf5,0x80,0x00,0x13,0x0f,0x64,0x00,0x02,0x9f,0x9f,0x8c,0xff,0x1e, +0xfd,0xcf,0xf1,0x5a,0x4c,0x80,0x00,0x02,0x11,0x06,0x44,0x2d,0x01,0x25,0x36,0x0e, +0x0b,0x00,0x20,0xfa,0x77,0x65,0x2b,0x00,0x7d,0x03,0x6f,0xff,0xfb,0x30,0x00,0x00, +0x8b,0x2c,0x00,0x03,0x00,0xe0,0x36,0x20,0x40,0x6f,0xfd,0x0c,0x00,0x2b,0x1a,0x00, +0x63,0x38,0x1a,0x60,0x03,0x00,0x8c,0x62,0x06,0xff,0xfc,0x7e,0xff,0xc5,0xad,0x18, +0x00,0x00,0x03,0x00,0x05,0xa1,0x22,0x01,0xd2,0x00,0x11,0x05,0xe1,0x1e,0x2f,0x0e, +0xf7,0xdc,0x27,0x4a,0x02,0x11,0x1a,0x00,0x36,0x1c,0x15,0x05,0x11,0x1a,0x0f,0xd5, +0x1c,0x23,0x0f,0xa5,0x00,0x49,0x03,0xa6,0x05,0x11,0xf1,0x06,0x00,0x11,0xf0,0xa2, +0x41,0x11,0xb0,0x2d,0x43,0x02,0xd8,0x13,0x0f,0x8a,0x1d,0x28,0x02,0xd6,0x1b,0x14, +0xfa,0x40,0x03,0x20,0x0b,0xf4,0x69,0x17,0x14,0xc0,0x72,0x00,0x12,0x48,0x81,0x13, +0x11,0xfa,0x81,0x13,0x33,0xcf,0xfd,0x20,0xd5,0x0a,0x0f,0xeb,0x00,0x47,0xdf,0x0a, +0xfa,0x07,0xfd,0x20,0x00,0x9f,0xcf,0xc1,0x00,0x00,0x07,0xb9,0x65,0x1e,0x2b,0x22, +0x05,0xfb,0x50,0x44,0x24,0x90,0x00,0xd8,0x00,0x00,0x7d,0x53,0x02,0x49,0x01,0x20, +0xfb,0x3c,0x7f,0x17,0x00,0x54,0x00,0x00,0xa3,0x3a,0x51,0xb6,0x8f,0xff,0x00,0x00, +0x57,0x00,0x00,0x24,0x47,0x00,0x1c,0x13,0x02,0x1c,0x01,0x0f,0x0d,0x00,0x0d,0x11, +0xcf,0x07,0x01,0x31,0xcf,0xff,0x10,0x06,0x00,0x11,0x90,0x06,0x00,0x11,0xf2,0x06, +0x00,0x10,0xfb,0x06,0x00,0x90,0xfa,0xff,0x40,0x1f,0xfd,0xcf,0xf3,0xef,0xd0,0x06, +0x00,0x20,0x5f,0xf6,0x06,0x00,0xf0,0x00,0x0c,0xfe,0x2f,0xfd,0xcf,0xf3,0x03,0xff, +0xaf,0xfd,0xcf,0xf3,0x00,0xaf,0xff,0x06,0x00,0x11,0x1f,0x06,0x00,0x10,0x08,0x06, +0x00,0x00,0x07,0x01,0x01,0x28,0x28,0x11,0xfc,0xe8,0x18,0x00,0xc0,0x00,0x11,0x27, +0xe4,0x3b,0x11,0x5f,0xcb,0x1a,0xa6,0x5f,0xfb,0x30,0xff,0xb2,0xbf,0xe9,0x00,0xff, +0xde,0x0b,0x01,0x00,0x0c,0x1c,0x10,0xe0,0x15,0x36,0x0f,0x05,0x00,0x0a,0x03,0x2c, +0x35,0x10,0x57,0xb9,0x07,0x10,0xcf,0xad,0x03,0x91,0xcf,0xe8,0x00,0x00,0x04,0xaa, +0xaa,0xaa,0x20,0x81,0x14,0x16,0xf4,0x62,0x13,0x0f,0xe6,0x28,0x4d,0x10,0xbf,0x05, +0x0c,0x4f,0x07,0xaa,0xaa,0xaa,0x00,0x1f,0x37,0x40,0x03,0x84,0x00,0x68,0x6d,0x49, +0x20,0xd1,0x2f,0x25,0x01,0x02,0xc2,0x4b,0x01,0xcc,0x0a,0x0f,0x2a,0x2a,0x50,0x40, +0xaf,0x80,0x4f,0xe0,0xd9,0x15,0x00,0x65,0x3b,0x2f,0x79,0x83,0xcf,0x00,0x31,0x00, +0xc5,0x33,0x20,0x0c,0xfa,0x4d,0x01,0x11,0x28,0xaa,0x1e,0x3f,0x54,0xfd,0x10,0x75, +0x2b,0x58,0xef,0xdf,0x92,0xff,0x60,0x00,0x7f,0xc0,0xcf,0x80,0x00,0x1f,0xf2,0x8f, +0xa0,0xcf,0x00,0x31,0x22,0x01,0x8d,0x20,0x0e,0x32,0x40,0x04,0xef,0x09,0x00,0x70, +0xf4,0x01,0xef,0xfa,0x66,0x8f,0xfe,0x7d,0x02,0x23,0x9f,0xf7,0xe1,0x29,0x00,0x4a, +0x25,0x03,0xf5,0x12,0x13,0xd0,0x13,0x00,0x20,0x1f,0xfc,0xf9,0x13,0x30,0x55,0x55, +0x51,0x69,0x3c,0x02,0x98,0x0f,0x01,0x13,0x00,0x01,0x71,0x10,0x2d,0xff,0xc0,0x39, +0x00,0x23,0x8f,0xf5,0x13,0x00,0xa4,0x01,0xef,0xf7,0x22,0x6f,0xfd,0x66,0x66,0x66, +0x20,0x72,0x00,0x15,0xf5,0x85,0x00,0x11,0x50,0x38,0x4b,0x40,0x6c,0xff,0xb4,0x00, +0x98,0x1b,0x12,0xfb,0x8f,0x40,0x20,0xd6,0x8f,0x97,0x39,0x50,0xe0,0x0e,0xff,0x10, +0x07,0x51,0x3a,0x11,0xf3,0x04,0x23,0x00,0xa9,0x00,0x22,0x2f,0xfa,0x4c,0x32,0x11, +0xf4,0x12,0x00,0x00,0x76,0x05,0x01,0x24,0x00,0x11,0xf6,0xbe,0x0a,0x74,0xc6,0x7f, +0xff,0xff,0x85,0x7c,0x90,0x48,0x00,0xa3,0xe0,0x00,0x07,0xdf,0xfb,0x40,0x5c,0xff, +0xd9,0x20,0x46,0x1b,0x21,0x00,0x0e,0xb9,0x01,0x20,0x9f,0xe2,0x9e,0x1c,0x00,0xd4, +0x1b,0x0f,0x5e,0x41,0x48,0x10,0x0b,0x53,0x4c,0x40,0x50,0x01,0xef,0x70,0xbf,0x06, +0xa0,0xef,0xc6,0xef,0x0e,0xff,0xff,0xf0,0xef,0xff,0xaa,0xb8,0x29,0x0e,0x06,0x39, +0x02,0x07,0x00,0x0f,0x8f,0x00,0x49,0x04,0xb7,0x05,0x01,0x9b,0x06,0x22,0xfe,0x00, +0xce,0x1f,0x00,0x5d,0x04,0x02,0x6e,0x06,0x04,0xd0,0x02,0x00,0xb3,0x39,0x00,0xaa, +0x00,0x00,0xb4,0x39,0x11,0x0e,0x8f,0x29,0x1f,0x00,0x04,0x00,0x06,0x01,0x3f,0x00, +0xd3,0xf9,0x00,0x00,0x08,0xf7,0x00,0x00,0x0c,0xf3,0x00,0x00,0x1d,0xb0,0xb9,0x06, +0x91,0x85,0x00,0x78,0x40,0x00,0x02,0xef,0x6b,0xfb,0x02,0x36,0x01,0x17,0x27,0x2f, +0x87,0x00,0xde,0x00,0x49,0xbf,0x4f,0xe2,0x2e,0xf6,0x03,0xee,0xee,0x40,0x00,0x29, +0x92,0xc6,0x00,0x21,0x01,0x25,0x09,0x02,0x6c,0x27,0x25,0x0a,0xfc,0x94,0x1b,0x0f, +0x1f,0x43,0x46,0x03,0x3d,0x23,0x11,0x3f,0xe1,0x1d,0x13,0x90,0x9b,0x02,0x0f,0x04, +0x3b,0x23,0x04,0x3f,0x0e,0x31,0xaf,0xff,0x50,0x3e,0x0e,0x14,0xf7,0xe8,0x01,0x0f, +0xbd,0x00,0x47,0x10,0x04,0xab,0x06,0x83,0x6f,0xda,0xfa,0x00,0x03,0xa9,0x10,0x7a, +0x4a,0x1c,0x0f,0xbd,0x00,0x24,0x0f,0xa5,0x00,0x42,0x30,0xbf,0xff,0xb5,0x2e,0x09, +0x11,0xfb,0x60,0x14,0x21,0xcf,0xb0,0x4b,0x29,0x10,0x90,0xda,0x01,0x1f,0xe9,0xa9, +0x00,0x0f,0x15,0x7c,0xa9,0x00,0x1a,0x10,0x66,0x01,0x10,0xff,0xab,0x0f,0x20,0x2d, +0xf8,0x3c,0x04,0x00,0x63,0x01,0x80,0xcd,0x80,0x00,0x00,0x2e,0xf6,0x0b,0xfc,0x58, +0x1d,0x01,0x97,0x2c,0x12,0x3f,0x37,0x02,0x12,0x20,0x7a,0x01,0x12,0xa3,0xd5,0x00, +0x11,0x60,0xd5,0x00,0x01,0x1d,0x46,0x20,0x8f,0xf7,0xd5,0x00,0x2f,0x13,0x31,0xd5, +0x00,0x0b,0x20,0x3e,0xe9,0xd5,0x00,0x71,0x1f,0xfe,0x10,0x00,0x8f,0xf8,0x0a,0xd5, +0x00,0x12,0x00,0xd5,0x00,0x10,0x05,0x7a,0x01,0x90,0x03,0xef,0x41,0xdf,0x80,0x00, +0x2e,0xfd,0xf6,0xc3,0x1d,0x2f,0x40,0x00,0x7a,0x01,0x29,0x0f,0xa1,0x45,0x46,0x00, +0xc7,0x09,0x21,0xf9,0x00,0xa8,0x2d,0x21,0x70,0x00,0xb5,0x37,0x00,0x8c,0x01,0x12, +0xd7,0x6f,0x4d,0x0f,0xad,0x3d,0x18,0xf8,0x03,0xff,0xf4,0x00,0x0f,0xfa,0x10,0x00, +0x3d,0xf9,0x00,0x09,0xff,0x70,0x00,0xbd,0x80,0x00,0x38,0xf4,0x0a,0x06,0x75,0x1e, +0x0f,0xc9,0x00,0x49,0x71,0x00,0xcf,0x40,0x00,0x00,0x0d,0xf3,0x35,0x05,0x80,0x28, +0x83,0x5f,0x90,0x05,0xff,0x70,0x40,0xa8,0x00,0x00,0x3e,0x10,0x20,0x40,0x0e,0xa1, +0x09,0x41,0x16,0xff,0x81,0x00,0x12,0x00,0x01,0x4d,0x4e,0x09,0x09,0x00,0x80,0x04, +0xff,0xd6,0x20,0x00,0x1e,0xff,0xf6,0x5a,0x3f,0x1f,0x40,0xa7,0x00,0x13,0x11,0x6f, +0xb2,0x08,0x4f,0x5d,0xef,0xfe,0xd5,0xa7,0x00,0x19,0x21,0x28,0x83,0x71,0x00,0x00, +0x04,0x00,0x00,0x94,0x00,0x10,0x0e,0xcc,0x07,0x60,0x6f,0xf8,0x10,0x00,0x5f,0xf7, +0x38,0x2d,0x54,0xf8,0x3d,0xef,0xfe,0xd7,0x20,0x00,0xf0,0x02,0x00,0x4f,0xfc,0x62, +0x00,0x1f,0xff,0xf6,0x00,0x04,0xdf,0xe4,0x00,0x1a,0xb4,0x07,0xd2,0x71,0x07,0x8f, +0xdf,0xe0,0x00,0x01,0xfb,0x07,0xed,0x40,0x54,0x31,0x4e,0x0e,0xaa,0x2a,0x0f,0x50, +0x27,0x27,0x50,0x8a,0xaa,0xaa,0x90,0x00,0x19,0x3a,0x1f,0xf0,0xb7,0x00,0x4e,0x10, +0x0c,0x29,0x17,0x1a,0x08,0x1c,0x0b,0x0f,0xb7,0x00,0x25,0x40,0x68,0x10,0x18,0x70, +0x9f,0x0a,0x20,0x7f,0xb0,0x18,0x07,0x20,0xff,0x30,0xa0,0x0a,0x1f,0x71,0xbd,0x00, +0x49,0x43,0x0a,0xf7,0x04,0xfd,0x0a,0x0b,0x3f,0x17,0x98,0x30,0xc4,0x28,0x2c,0x20, +0x9e,0xa0,0xde,0x04,0x20,0xc0,0xb8,0xc0,0x06,0x21,0x80,0x6b,0x0c,0x00,0x01,0x21, +0x27,0x2f,0x9e,0xa0,0x8b,0x33,0x4a,0x83,0x0a,0xec,0x20,0x00,0x00,0x7b,0x08,0xa0, +0x05,0x00,0x01,0x0f,0x00,0x0f,0xc8,0x00,0x2a,0xff,0x00,0xef,0x83,0xff,0x40,0x00, +0x08,0xfb,0x0d,0xf6,0x00,0x00,0x2f,0xe1,0xaf,0x80,0x4d,0x34,0x4f,0xdf,0x0d,0xf8, +0x2f,0xf5,0x00,0x7f,0xc0,0xdf,0x70,0x02,0xfe,0x19,0xf9,0xbd,0x00,0x2a,0x0f,0xa5, +0x00,0x2e,0x11,0xe0,0xa5,0x00,0x11,0xa0,0xa5,0x00,0x20,0x30,0x07,0x97,0x55,0x00, +0xa5,0x00,0x01,0x43,0x10,0x22,0x09,0xf6,0x88,0x16,0x01,0x66,0x33,0x2f,0xcf,0xc0, +0xa3,0x00,0x22,0x30,0xd7,0x9f,0xf2,0x63,0x30,0x13,0x30,0x89,0x57,0x32,0x0a,0xfe, +0xc0,0x4c,0x00,0x05,0x10,0x40,0x00,0xf8,0x02,0x01,0x99,0x22,0x00,0x1f,0x0a,0x02, +0x0c,0x01,0x03,0x16,0x40,0x0f,0x17,0x4b,0x74,0x03,0x27,0x31,0x00,0x79,0x12,0x20, +0x8f,0xc1,0xab,0x07,0x36,0x88,0x10,0x48,0x49,0x1a,0x0f,0xd4,0x43,0x3f,0x00,0x6a, +0x00,0x11,0x61,0x0c,0x11,0x01,0xea,0x20,0x41,0x2d,0xf7,0x2d,0xf4,0x11,0x0a,0x2f, +0x01,0x10,0xff,0x35,0x50,0x03,0x05,0x55,0x30,0xfc,0xaf,0x90,0x74,0x21,0x2f,0x68, +0x40,0xd0,0x2b,0x47,0x62,0x3e,0xc0,0x06,0xf9,0x00,0x00,0xe4,0x3d,0x51,0x00,0x07, +0x50,0x02,0x73,0xab,0x3f,0x00,0xba,0x0b,0x00,0xc2,0x09,0x40,0xf9,0x00,0xcf,0xf5, +0x7e,0x01,0x30,0x04,0xff,0xc0,0xac,0x09,0xb1,0x0c,0xff,0x40,0xef,0xf2,0x00,0x00, +0x4f,0xfb,0x5f,0xfa,0xe1,0x12,0x00,0x48,0x00,0x12,0x05,0x3d,0x40,0x12,0x0d,0x57, +0x4d,0x2e,0x6f,0xfb,0xd8,0x00,0x0e,0x0d,0x00,0x03,0xb8,0x14,0x00,0x6c,0x2a,0x04, +0x7d,0x2d,0x2f,0x0d,0xf8,0x36,0x4c,0x49,0x04,0xc2,0x4b,0x14,0xf6,0xe7,0x2d,0x1f, +0x11,0x24,0x45,0x28,0x22,0x1d,0xe3,0xf4,0x55,0x01,0x1b,0x38,0x1f,0xa1,0xb7,0x00, +0x4a,0x21,0x01,0xde,0x12,0x5a,0x00,0xb2,0x09,0x13,0x9a,0x09,0x0e,0x0f,0xb7,0x00, +0x25,0x0f,0xa8,0x09,0x04,0x0f,0xbd,0x00,0x47,0xef,0x03,0xef,0x31,0xdf,0x70,0x00, +0x2d,0xfd,0xf4,0x00,0x00,0x01,0x89,0x30,0xbd,0x00,0x2a,0xcf,0x03,0xbe,0xf7,0x4f, +0xff,0xf7,0xbf,0xfa,0x52,0xdf,0xf0,0x00,0x03,0x00,0x0e,0x09,0x01,0x00,0x05,0x77, +0x0d,0x0d,0x01,0x00,0x13,0xfa,0x08,0x00,0x17,0xed,0x14,0x00,0x70,0xf8,0xf7,0x00, +0xfd,0xf2,0x00,0xf2,0xd5,0x00,0x0f,0x34,0x00,0x02,0x4f,0x03,0x06,0x00,0x03,0x18, +0x00,0x01,0x2f,0xd3,0x00,0x01,0x00,0x17,0x1f,0xd9,0x20,0x00,0x0c,0x03,0x90,0x00, +0xa2,0xf3,0x00,0xfd,0x00,0x00,0xed,0xfd,0xf4,0xfa,0x00,0x1f,0x1e,0x9e,0xf9,0xfe, +0x00,0x00,0xfd,0xfe,0xf8,0xfb,0x00,0x9a,0x00,0x3f,0xfc,0x00,0xfc,0xe9,0x00,0x06, +0x06,0x26,0x23,0x03,0x9b,0x2b,0x19,0xfe,0x1f,0x00,0x18,0xfd,0x76,0x00,0x13,0xfd, +0x77,0x00,0x3b,0xfd,0xf9,0xfc,0x46,0x00,0x1c,0xfb,0x08,0x01,0x05,0x40,0x00,0x11, +0xfd,0x36,0x00,0x37,0xfd,0xfc,0xfd,0x1e,0x00,0x00,0x26,0x0b,0x35,0xe2,0x00,0xe0, +0x26,0x00,0x20,0xfb,0xfd,0x22,0x00,0x02,0x04,0x00,0x0e,0x48,0x00,0x13,0xfb,0xb0, +0x59,0x0f,0x01,0x00,0x07,0x1f,0xfd,0x55,0x01,0x0f,0x1b,0xe6,0xa5,0x00,0x12,0xfc, +0xfa,0x00,0x3b,0xfc,0xfa,0xf6,0xa2,0x01,0xa6,0x03,0xf6,0x00,0x00,0xe0,0xfc,0xe0, +0xf1,0x00,0xd4,0x2d,0x00,0x37,0xfe,0xed,0xf8,0x3b,0x00,0x00,0x5c,0x06,0x32,0xe4, +0x00,0xe3,0x10,0x02,0x51,0x00,0xfa,0x00,0xfe,0xfe,0x35,0x01,0x12,0x02,0x79,0x01, +0x1d,0xd2,0x1a,0x01,0x2d,0xfc,0xfd,0x1f,0x01,0x0d,0x01,0x00,0x10,0xf8,0xc4,0x00, +0x08,0xeb,0x46,0x09,0x9f,0x02,0xc0,0xd8,0xd6,0x00,0x00,0xed,0xfc,0xde,0xfe,0x03, +0x00,0x03,0x02,0x13,0x01,0xf1,0x02,0xe6,0xf2,0x00,0xf2,0xe0,0xf6,0xf4,0x00,0xf6, +0xf3,0xf9,0xf4,0xf7,0x00,0xe2,0xf3,0xf1,0x2a,0x01,0x66,0xde,0xe7,0x00,0x00,0xf4, +0xfe,0x3b,0x01,0xa6,0xf9,0xf9,0x00,0x00,0xf9,0xfb,0x00,0x00,0xfc,0xfe,0x91,0x01, +0x42,0x02,0x00,0xea,0xf7,0x69,0x00,0x13,0x02,0x11,0x00,0x23,0xfb,0xfb,0x80,0x01, +0x19,0x00,0xd5,0x02,0x14,0xe8,0x1b,0x02,0x15,0x02,0x30,0x01,0x01,0xc8,0x01,0x16, +0xfb,0xd9,0x00,0xf6,0x14,0x03,0xf8,0xdc,0xe8,0x00,0x00,0xe9,0xfb,0xf1,0xfe,0x03, +0xf1,0x03,0x03,0x02,0x03,0x00,0x03,0xf6,0xf6,0xfd,0xfa,0xf6,0xfa,0xf7,0xfd,0xfa, +0xfd,0x00,0xfc,0xfb,0x03,0xf1,0xf6,0xf6,0x6b,0x5c,0x1a,0xfc,0xaf,0x01,0x02,0x14, +0x02,0x0e,0xd5,0x01,0x04,0x89,0x00,0x0f,0xe6,0x01,0x1e,0x1f,0xfe,0x8a,0x02,0x05, +0x0b,0x26,0x00,0x2e,0xfe,0xfe,0xe5,0x02,0x0f,0x55,0x00,0x0f,0x0f,0x1d,0x00,0x0a, +0x3e,0x03,0x00,0x03,0xb7,0x02,0x1c,0xfc,0x0d,0x03,0x2f,0xf4,0x00,0x01,0x00,0x26, +0x0d,0xf9,0x00,0x1f,0xf2,0x98,0x00,0x0b,0x25,0xfd,0xfe,0x77,0x00,0x1c,0xe5,0x8e, +0x02,0x20,0xfd,0x03,0xd8,0x04,0x3e,0x08,0x00,0x03,0xa7,0x04,0x0f,0xd2,0x03,0x09, +0x13,0x02,0x43,0x03,0x09,0x69,0x00,0x4e,0xfe,0x02,0x00,0xfe,0x9e,0x04,0x0f,0xe4, +0x00,0x26,0x1f,0xfa,0x91,0x01,0x12,0x0e,0x94,0x01,0x0f,0x3a,0x02,0x0f,0x12,0x01, +0xc6,0x02,0x20,0x02,0x03,0xaf,0x06,0x3d,0x00,0x04,0x05,0x21,0x00,0xf1,0x0c,0x06, +0x07,0x08,0x09,0x0a,0x0b,0x00,0x0c,0x0c,0x0d,0x0e,0x0f,0x0c,0x0c,0x09,0x10,0x11, +0x12,0x00,0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19,0x20,0x00,0xf1,0x0c,0x1a,0x1b, +0x1c,0x00,0x1d,0x1e,0x00,0x1f,0x00,0x00,0x20,0x00,0x1f,0x1f,0x21,0x1b,0x00,0x22, +0x00,0x23,0x00,0x24,0x25,0x26,0x24,0x27,0x28,0x3f,0x00,0x01,0x01,0x00,0xe0,0x00, +0x08,0x0a,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x09,0x09,0x64,0x6e,0x91, +0x00,0x0d,0x0d,0x0d,0x0d,0x17,0x00,0x00,0x1a,0x01,0x00,0x62,0x00,0x1c,0x1d,0x1d, +0x1d,0x1d,0xe0,0x4b,0x10,0x21,0x01,0x00,0x02,0x7c,0x00,0x50,0x24,0x1b,0x24,0x06, +0x1a,0x02,0x00,0x22,0x08,0x1c,0x02,0x00,0x64,0x09,0x00,0x09,0x00,0x0a,0x1d,0x02, +0x00,0x04,0xa3,0x00,0x54,0x0c,0x1f,0x00,0x00,0x0c,0x02,0x00,0x00,0x60,0x07,0x53, +0x00,0x0e,0x00,0x00,0x0f,0x02,0x00,0x00,0x1f,0x00,0x00,0x02,0x00,0x80,0x1f,0x00, +0x00,0x09,0x21,0x09,0x21,0x09,0x5b,0x00,0x11,0x22,0x02,0x00,0x03,0x01,0x00,0x11, +0x13,0x02,0x00,0x17,0x0d,0x02,0x00,0x70,0x15,0x00,0x17,0x24,0x17,0x18,0x27,0x02, +0x00,0x04,0x21,0x01,0x20,0x03,0x02,0x1c,0x01,0x4a,0x06,0x07,0x06,0x08,0x1f,0x01, +0x00,0x90,0x00,0x20,0x00,0x0b,0xe9,0x0a,0x00,0x83,0x00,0x01,0x08,0x00,0xd0,0x0b, +0x00,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,0x14,0x00,0x00,0x15,0x0d,0x60,0x62,0x00, +0x17,0x17,0x17,0x18,0x17,0x9b,0x30,0xf1,0x04,0x19,0x1a,0x19,0x17,0x1b,0x1c,0x1d, +0x1e,0x1f,0x20,0x21,0x1f,0x22,0x00,0x00,0x23,0x00,0x00,0x0a,0x01,0x00,0x26,0x24, +0x0b,0x53,0x00,0x20,0x0b,0x0b,0x5d,0x6d,0x50,0x0b,0x0f,0x0f,0x0f,0x0f,0x2c,0x67, +0x01,0x01,0x00,0x20,0x25,0x17,0x01,0x00,0x02,0x44,0x00,0x02,0x32,0x01,0xa0,0x26, +0x1e,0x1e,0x1e,0x1e,0x1f,0x00,0x1f,0x0a,0x16,0x02,0x00,0x22,0x0b,0x17,0x02,0x00, +0x20,0x00,0x17,0x3f,0x5f,0x04,0x02,0x00,0x05,0x16,0x00,0x0b,0x01,0x00,0x1b,0x0c, +0x10,0x00,0x10,0x19,0x02,0x00,0x51,0x19,0x00,0x00,0x0b,0x1a,0x02,0x00,0x13,0x17, +0x98,0x36,0x12,0x1c,0x02,0x00,0x30,0x0e,0x00,0x0e,0x01,0x13,0x16,0x1e,0x02,0x00, +0xc0,0x11,0x00,0x13,0x1f,0x13,0x14,0x22,0x14,0x22,0x14,0x22,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 192, .range_length = 192, .glyph_id_start = 97, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[29044] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_bold_XL_s = { +.uncomp_size = 28812, +.comp_size = 12573, +.line_height = 26, +.base_line = 6, +.subpx = 0, +.underline_position = -1, +.underline_thickness = 1, +.kern_scale = 16, +.cmap_num = 3, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 38, +.glyph_bitmap = 2312, +.class_pair_values = 26714, +.left_class_mapping = 28234, +.right_class_mapping = 28523, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 29044, +}; diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_64.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_XXL.c similarity index 99% rename from radio/src/fonts/lvgl/lv_font_roboto_bold_64.c rename to radio/src/fonts/lvgl/lv_font_roboto_bold_XXL.c index e8150283e36..9a3e9d69959 100644 --- a/radio/src/fonts/lvgl/lv_font_roboto_bold_64.c +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_XXL.c @@ -1155,7 +1155,7 @@ static const etxFontCmap cmaps[] = { static uint8_t etxUncompBuf[63281] __SDRAMFONTS; -const etxLz4Font lv_font_roboto_bold_64 = { +const etxLz4Font lv_font_roboto_bold_XXL = { .uncomp_size = 63081, .comp_size = 18295, .line_height = 69, diff --git a/radio/src/fonts/lvgl/lv_font_roboto_bold_XXL_s.c b/radio/src/fonts/lvgl/lv_font_roboto_bold_XXL_s.c new file mode 100644 index 00000000000..9c5728a090d --- /dev/null +++ b/radio/src/fonts/lvgl/lv_font_roboto_bold_XXL_s.c @@ -0,0 +1,781 @@ +#include "definitions.h" +#include "lz4_fonts.h" + +static const uint8_t lz4FontData[] ={ +0x15,0x00,0x01,0x00,0x22,0xf0,0x09,0x08,0x00,0xf2,0x79,0xe0,0x0a,0x07,0x1d,0x02, +0x00,0x66,0x00,0xd0,0x0c,0x0b,0x0b,0x01,0x13,0xa3,0x00,0xd0,0x17,0x17,0x1d,0x01, +0x00,0xf1,0x01,0xf0,0x16,0x15,0x26,0x01,0xfc,0x80,0x03,0x90,0x1d,0x1b,0x1d,0x01, +0x00,0x08,0x05,0x40,0x1a,0x19,0x1d,0x01,0x00,0x73,0x06,0x70,0x06,0x05,0x0b,0x01, +0x13,0x8f,0x06,0x10,0x0e,0x0c,0x2b,0x02,0xf6,0x91,0x07,0x20,0x0e,0x0c,0x2b,0x00, +0xf6,0x93,0x08,0x20,0x12,0x12,0x12,0x00,0x0b,0x35,0x09,0xd0,0x15,0x14,0x16,0x01, +0x03,0x11,0x0a,0xc0,0x09,0x08,0x0d,0x00,0xf8,0x45,0x0a,0x80,0x0f,0x0c,0x05,0x02, +0x0a,0x63,0x0a,0xa0,0x0b,0x07,0x07,0x02,0x00,0x7c,0x0a,0xf0,0x0e,0x10,0x20,0xff, +0xfd,0x7c,0x0b,0xf0,0x16,0x15,0x1d,0x01,0x00,0xad,0x0c,0xf0,0x16,0x0d,0x1d,0x03, +0x00,0x6a,0x0d,0x10,0x00,0xa2,0x9b,0x0e,0xf0,0x16,0x14,0x1d,0x01,0x00,0xbd,0x0f, +0x10,0x00,0x20,0xee,0x10,0x10,0x00,0x42,0x02,0x00,0x10,0x12,0x10,0x00,0x22,0x41, +0x13,0x08,0x00,0x22,0x72,0x14,0x08,0x00,0x22,0xa3,0x15,0x30,0x00,0xf1,0x4c,0xc5, +0x16,0x50,0x0b,0x07,0x16,0x02,0x00,0x12,0x17,0x80,0x0a,0x08,0x1e,0x01,0xf8,0x8a, +0x17,0x60,0x14,0x11,0x15,0x01,0x02,0x3d,0x18,0xe0,0x16,0x13,0x0d,0x02,0x06,0xb9, +0x18,0xb0,0x14,0x12,0x14,0x02,0x02,0x6d,0x19,0xe0,0x13,0x13,0x1d,0x00,0x00,0x81, +0x1a,0xd0,0x23,0x22,0x26,0x01,0xf8,0x07,0x1d,0xf0,0x1a,0x1b,0x1d,0x00,0x00,0x8f, +0x1e,0x80,0x19,0x16,0x1d,0x02,0x00,0xce,0x1f,0x30,0x1a,0x18,0x1d,0x01,0x00,0x2a, +0x21,0x00,0x1a,0x17,0x1d,0x02,0x00,0x78,0x22,0x80,0x80,0x00,0x40,0x9a,0x23,0xf0, +0x15,0x08,0x00,0x40,0xbc,0x24,0x40,0x1b,0x08,0x01,0xc0,0x27,0x26,0x40,0x1c,0x18, +0x1d,0x02,0x00,0x83,0x27,0xb0,0x0b,0x40,0x01,0xc0,0xe9,0x27,0x60,0x16,0x14,0x1d, +0x00,0x00,0x0b,0x29,0x60,0x19,0x18,0x00,0xf2,0x03,0x67,0x2a,0xb0,0x15,0x13,0x1d, +0x02,0x00,0x7b,0x2b,0x10,0x23,0x1f,0x1d,0x02,0x00,0x3d,0x2d,0x30,0x00,0x31,0x99, +0x2e,0xa0,0x40,0x00,0x40,0x04,0x30,0xd0,0x19,0x60,0x00,0xb1,0x52,0x31,0xa0,0x1b, +0x19,0x22,0x01,0xfb,0xfb,0x32,0x80,0x10,0x00,0x40,0x49,0x34,0x90,0x18,0x80,0x01, +0xb1,0x97,0x35,0xc0,0x18,0x18,0x1d,0x00,0x00,0xf3,0x36,0x50,0x88,0x00,0x31,0x41, +0x38,0x20,0xa8,0x00,0xf0,0x05,0xc9,0x39,0x00,0x23,0x23,0x1d,0x00,0x00,0xc5,0x3b, +0x70,0x19,0x19,0x1d,0x00,0x00,0x30,0x3d,0xc0,0x18,0x08,0x00,0x31,0x9b,0x3e,0x40, +0x38,0x00,0xf0,0x03,0xe9,0x3f,0x20,0x0b,0x09,0x29,0x02,0xf9,0xa2,0x40,0xe0,0x10, +0x12,0x20,0x00,0xfd,0xc2,0x41,0x10,0x00,0xf0,0x0e,0x00,0xf9,0x7b,0x42,0x80,0x11, +0x11,0x0f,0x00,0x0f,0xfb,0x42,0xe0,0x11,0x12,0x05,0x00,0xfb,0x28,0x43,0x40,0x0d, +0x0b,0x07,0x01,0x18,0x4f,0x43,0x70,0xb0,0x01,0xf1,0x0d,0x00,0x2b,0x44,0x80,0x16, +0x14,0x1e,0x02,0x00,0x57,0x45,0xe0,0x14,0x13,0x16,0x01,0x00,0x28,0x46,0x90,0x16, +0x14,0x1e,0x01,0x00,0x54,0x47,0xa0,0x20,0x00,0xb0,0x30,0x48,0x50,0x0e,0x0f,0x1f, +0x00,0x00,0x19,0x49,0xd0,0x18,0x00,0xf0,0x0e,0xf8,0x45,0x4a,0x60,0x16,0x13,0x1e, +0x02,0x00,0x62,0x4b,0xa0,0x0a,0x07,0x1e,0x02,0x00,0xcb,0x4b,0x60,0x0a,0x0b,0x26, +0xfe,0xf8,0x9c,0x4c,0x60,0x15,0x48,0x00,0x22,0xc8,0x4d,0x18,0x00,0xf1,0x0b,0x31, +0x4e,0xa0,0x22,0x1f,0x16,0x02,0x00,0x86,0x4f,0x60,0x16,0x13,0x16,0x02,0x00,0x57, +0x50,0xa0,0x16,0x15,0x16,0x01,0x00,0x3e,0x51,0x70,0x00,0x41,0xf8,0x6a,0x52,0xa0, +0x50,0x00,0xb1,0x96,0x53,0x90,0x0e,0x0d,0x16,0x02,0x00,0x25,0x54,0x90,0x80,0x00, +0xa2,0xf6,0x54,0x80,0x0d,0x0d,0x1c,0x00,0x00,0xac,0x55,0x38,0x00,0xf2,0x2b,0x7d, +0x56,0x30,0x14,0x14,0x16,0x00,0x00,0x59,0x57,0x60,0x1d,0x1d,0x16,0x00,0x00,0x98, +0x58,0x60,0x14,0x15,0x16,0x00,0x00,0x7f,0x59,0x10,0x14,0x15,0x1e,0x00,0xf8,0xba, +0x5a,0x60,0x14,0x12,0x16,0x01,0x00,0x80,0x5b,0x30,0x0d,0x0d,0x28,0x00,0xf8,0x84, +0x5c,0x20,0x0a,0x04,0x23,0x03,0xfa,0xca,0x5c,0x10,0x00,0xf4,0x4a,0xce,0x5d,0xf0, +0x19,0x16,0x09,0x02,0x07,0x31,0x5e,0x80,0x0f,0x0c,0x0b,0x02,0x13,0x6f,0xff,0xff, +0x86,0xff,0xff,0xf8,0x5f,0xff,0xff,0x75,0xff,0xff,0xf7,0x4f,0xff,0xff,0x64,0xff, +0xff,0xf6,0x3f,0xff,0xff,0x53,0xff,0xff,0xf5,0x2f,0xff,0xff,0x42,0xff,0xff,0xf4, +0x1f,0xff,0xff,0x31,0xff,0xff,0xf3,0x0f,0xff,0xff,0x20,0xff,0xff,0xf2,0x0f,0xff, +0xff,0x10,0xef,0xff,0xf0,0x0e,0xff,0xff,0x00,0xdf,0xff,0xf0,0x0d,0xff,0xff,0x00, +0xcf,0xff,0xe0,0x01,0x22,0x22,0x4f,0x03,0xf3,0x11,0x5d,0xfe,0x70,0x2f,0xff,0xff, +0x57,0xff,0xff,0xfa,0x7f,0xff,0xff,0xa2,0xff,0xff,0xf4,0x04,0xcf,0xd6,0x00,0xcf, +0xff,0x30,0x6f,0xff,0x8c,0xff,0xf3,0x06,0xff,0xf8,0x0b,0x00,0xf1,0x1b,0xf2,0x06, +0xff,0xf7,0xcf,0xff,0x00,0x6f,0xff,0x6c,0xff,0xf0,0x06,0xff,0xf4,0xcf,0xfd,0x00, +0x6f,0xff,0x3c,0xff,0xc0,0x06,0xff,0xf1,0xcf,0xfa,0x00,0x6f,0xff,0x0c,0xff,0x80, +0x06,0xff,0xe0,0xbf,0xf7,0x00,0x5f,0xfc,0x56,0x00,0x61,0xcf,0xfb,0x00,0x07,0xff, +0xf1,0x0b,0x00,0x61,0x0f,0xff,0x80,0x00,0xaf,0xfe,0x0b,0x00,0x71,0x02,0xff,0xf6, +0x00,0x0d,0xff,0xc0,0x0c,0x00,0x61,0x5f,0xff,0x30,0x00,0xff,0xf9,0x0b,0x00,0x71, +0x08,0xff,0xf0,0x00,0x2f,0xff,0x60,0x0c,0x00,0x61,0xbf,0xfd,0x00,0x05,0xff,0xf3, +0x0b,0x00,0x62,0x0e,0xff,0xa0,0x00,0x8f,0xff,0xa6,0x00,0xa5,0xff,0xf7,0x00,0x0b, +0xff,0xd0,0x00,0x00,0x04,0xff,0x01,0x00,0x25,0x00,0x4f,0x0b,0x00,0x18,0xf0,0x17, +0x00,0xf1,0x05,0x27,0x77,0x7e,0xff,0xd7,0x77,0xbf,0xff,0x87,0x77,0x70,0x00,0x00, +0x00,0xef,0xfa,0x00,0x09,0xff,0xf0,0x44,0x00,0x30,0x1f,0xff,0x70,0x5f,0x00,0x00, +0x01,0x00,0x31,0x03,0xff,0xf5,0x5f,0x00,0x00,0x01,0x00,0x61,0x6f,0xff,0x20,0x00, +0xff,0xf8,0x0b,0x00,0x00,0x2a,0x00,0xf5,0x03,0x3f,0xff,0x50,0x00,0x00,0x05,0x66, +0x66,0xdf,0xfe,0x66,0x69,0xff,0xf8,0x66,0x63,0x00,0xcf,0x5b,0x00,0x25,0x90,0x0c, +0x0b,0x00,0x18,0xf9,0x17,0x00,0x51,0x00,0x00,0x06,0xff,0xf2,0xe8,0x00,0x00,0x01, +0x00,0x21,0x9f,0xff,0x5f,0x00,0x00,0x01,0x00,0x31,0x0c,0xff,0xd0,0x5f,0x00,0x1e, +0x00,0x89,0x00,0x12,0xcf,0x89,0x00,0x35,0x04,0xff,0xf4,0x89,0x00,0x61,0x7f,0xff, +0x10,0x01,0xff,0xf7,0x0b,0x00,0x74,0x0a,0xff,0xf0,0x00,0x4f,0xff,0x40,0xa4,0x01, +0x34,0x06,0xff,0xb0,0x0b,0x00,0x2f,0x6f,0xfb,0x15,0x00,0x09,0x51,0x04,0x8c,0xff, +0xe7,0x30,0x0a,0x00,0x10,0x6e,0x9a,0x00,0x10,0xd3,0x0a,0x00,0x11,0xaf,0xa5,0x00, +0x11,0xf6,0x9a,0x00,0x01,0x01,0x00,0xf0,0x0c,0xf4,0x00,0x00,0x3f,0xff,0xff,0xff, +0xee,0xff,0xff,0xff,0xd0,0x00,0x0a,0xff,0xff,0xfb,0x10,0x04,0xef,0xff,0xff,0x50, +0x00,0xef,0xff,0xfe,0x1a,0x01,0x50,0xff,0xfa,0x00,0x0f,0xff,0x93,0x00,0x82,0x0d, +0xff,0xff,0xe0,0x01,0xff,0xff,0xf8,0x44,0x00,0x30,0x00,0x0f,0xff,0x71,0x00,0xa3, +0x05,0xaa,0xaa,0xa0,0x00,0xdf,0xff,0xff,0x30,0x00,0x32,0x01,0x43,0xff,0xfe,0x50, +0x00,0xd6,0x00,0x43,0xff,0xff,0xc5,0x00,0xdc,0x01,0x42,0xff,0xff,0xfe,0x70,0x5e, +0x01,0x00,0x72,0x00,0x11,0xe7,0x0b,0x00,0x10,0x3c,0x0b,0x00,0x20,0xfc,0x10,0x0b, +0x00,0x20,0x05,0xcf,0x22,0x00,0x11,0x10,0x17,0x00,0x10,0x3a,0x16,0x00,0x02,0x38, +0x00,0x33,0x01,0x9f,0xff,0x3a,0x01,0x00,0x0e,0x01,0x80,0xff,0xb0,0x16,0x66,0x66, +0x30,0x00,0x00,0x6f,0x00,0x20,0x02,0xff,0x1a,0x01,0x00,0xae,0x00,0x12,0xf0,0x9d, +0x00,0x00,0x93,0x00,0x00,0x19,0x00,0x11,0x10,0xa8,0x00,0x20,0xf0,0x08,0x5a,0x00, +0x00,0x8e,0x00,0x11,0xfb,0x88,0x00,0x30,0xa8,0x9d,0xff,0xd2,0x00,0x13,0x7f,0xa2, +0x01,0x15,0xc0,0xfc,0x00,0x14,0xd1,0x1b,0x01,0x20,0xff,0xa1,0x65,0x00,0x53,0x16, +0xbe,0xff,0xff,0xd9,0xcb,0x00,0x16,0x0c,0x70,0x01,0x24,0xcf,0xf4,0x0a,0x00,0x0e, +0x15,0x00,0x55,0x02,0x9d,0xff,0xd9,0x20,0x84,0x01,0x00,0x4a,0x00,0x02,0xe9,0x00, +0x04,0x9c,0x02,0x14,0x50,0x2f,0x00,0x91,0xff,0xc6,0x6c,0xff,0xfd,0x00,0x00,0x01, +0xb5,0x04,0x03,0x30,0xd0,0x00,0x0d,0x10,0x03,0x20,0x9f,0xfc,0x06,0x03,0x10,0xfa, +0x90,0x00,0x30,0x30,0x00,0x4f,0x2d,0x00,0x90,0x2f,0xff,0x90,0x00,0x09,0xff,0xf3, +0x00,0x0d,0x5e,0x01,0x10,0x01,0x0a,0x01,0x61,0xbf,0xff,0x20,0x08,0xff,0xf1,0x01, +0x03,0x83,0xf7,0x11,0x7f,0xff,0xe0,0x02,0xff,0xf7,0x11,0x01,0x00,0x8d,0x01,0x22, +0xcf,0xfc,0x28,0x03,0x01,0x36,0x01,0x13,0x6f,0x88,0x01,0x10,0x7e,0x64,0x01,0x13, +0x1f,0x81,0x02,0x86,0x00,0x02,0x44,0x20,0x00,0x0b,0xff,0xe0,0x33,0x07,0x36,0x05, +0xff,0xf4,0x0d,0x00,0x35,0x01,0xef,0xfa,0x0d,0x00,0x00,0x88,0x00,0x43,0x10,0x00, +0x34,0x41,0x0d,0x00,0x71,0x3f,0xff,0x60,0x19,0xff,0xff,0xfb,0x54,0x00,0x00,0xa9, +0x03,0x10,0x1d,0x73,0x00,0x12,0x40,0xa3,0x03,0x12,0xf2,0xfd,0x02,0x11,0x10,0xc7, +0x03,0x61,0xf8,0x03,0xff,0xfe,0x40,0x3d,0x98,0x00,0x00,0xca,0x02,0x71,0x7f,0xff, +0x60,0x00,0x3f,0xff,0xb0,0xef,0x01,0x20,0x40,0x08,0xbf,0x03,0x01,0xd2,0x01,0x11, +0x1f,0xc1,0x03,0x11,0x30,0xfe,0x00,0x82,0x00,0x0b,0xff,0xe1,0x00,0x08,0xff,0xf4, +0x1b,0x00,0x30,0x05,0xff,0xf5,0x2c,0x00,0x30,0xa0,0x00,0x4f,0xcc,0x01,0x20,0x08, +0xfb,0xfa,0x00,0x31,0xff,0xa5,0x7e,0xfd,0x01,0x20,0x01,0x10,0x6f,0x00,0x06,0x15, +0x02,0x01,0xf6,0x01,0x44,0xff,0xfd,0x10,0x00,0x67,0x01,0x31,0xbe,0xfe,0xc6,0x09, +0x00,0x54,0x17,0xce,0xfe,0xc7,0x10,0x02,0x03,0x07,0x7b,0x01,0x17,0x7f,0x88,0x01, +0x25,0x2f,0xff,0xb6,0x00,0x00,0x47,0x00,0x33,0xfd,0xad,0xff,0x62,0x03,0x30,0xef, +0xff,0xfa,0x66,0x00,0x13,0xb0,0xba,0x02,0x52,0x10,0x00,0x0f,0xff,0xfd,0xa3,0x04, +0x00,0x39,0x01,0x12,0xef,0x19,0x00,0x10,0x0f,0x19,0x00,0x33,0x3f,0xff,0xf7,0xd1, +0x01,0x32,0xf9,0x00,0x3e,0x4b,0x00,0x00,0xf8,0x01,0x33,0xf4,0x8f,0xff,0xb3,0x04, +0x11,0x0d,0x63,0x00,0x03,0x7c,0x01,0x01,0x95,0x04,0x02,0x18,0x00,0x01,0xa4,0x02, +0x23,0xfd,0x30,0x0c,0x00,0x12,0x8f,0x2a,0x04,0x31,0x23,0x33,0x30,0xbd,0x01,0x00, +0x37,0x02,0x43,0x0c,0xff,0xff,0x00,0x48,0x04,0x10,0x50,0x9d,0x05,0x00,0xa5,0x02, +0x80,0x74,0xff,0xff,0xff,0x30,0x1f,0xff,0xfe,0x95,0x00,0x62,0xa0,0x06,0xff,0xff, +0xfe,0x26,0x08,0x00,0x90,0xf3,0x00,0x07,0xff,0xff,0xfe,0xdf,0xff,0xf7,0x25,0x00, +0x00,0xea,0x02,0x00,0x01,0x00,0x50,0x20,0x09,0xff,0xff,0xf2,0x5b,0x01,0x10,0xff, +0xca,0x00,0x11,0x7f,0x85,0x00,0x20,0x0c,0xff,0x2d,0x00,0x11,0x03,0x86,0x00,0x20, +0x02,0xaf,0x11,0x03,0x01,0xa1,0x00,0x27,0xea,0xad,0xfb,0x03,0x02,0x01,0x00,0x12, +0xe1,0xa9,0x03,0x05,0x23,0x03,0x11,0x3d,0x09,0x00,0x21,0xd5,0xcf,0xa8,0x00,0xf7, +0x17,0x04,0x9d,0xef,0xfe,0xb8,0x30,0x01,0xef,0xff,0xff,0x60,0xcf,0xff,0x6c,0xff, +0xf6,0xcf,0xff,0x5c,0xff,0xf5,0xcf,0xff,0x4c,0xff,0xf3,0xcf,0xff,0x2c,0xff,0xf0, +0xcf,0xff,0x0c,0xff,0xe0,0xcf,0xfd,0x49,0x02,0x10,0x4d,0xf5,0x00,0x11,0x07,0xdd, +0x05,0x10,0x7f,0x95,0x00,0x11,0x05,0x8e,0x00,0x31,0x2f,0xff,0xf9,0xad,0x02,0x11, +0xc0,0x11,0x00,0x10,0x30,0x8c,0x00,0x11,0xfa,0x26,0x01,0x11,0xf3,0x17,0x00,0x11, +0xd0,0xf9,0x01,0x11,0x80,0x51,0x01,0x11,0x30,0xa2,0x01,0x01,0xf7,0x02,0x02,0x3d, +0x02,0x00,0x3a,0x00,0x02,0x7d,0x01,0x11,0x5f,0x19,0x02,0x11,0x7f,0xc6,0x02,0x13, +0x8f,0x06,0x00,0x11,0xf3,0xbd,0x02,0x06,0x06,0x00,0x02,0x18,0x00,0x02,0x24,0x00, +0x31,0x5f,0xff,0xf6,0x3c,0x00,0x11,0xf8,0xc4,0x01,0x11,0xfa,0xa4,0x01,0x12,0xfd, +0xae,0x04,0x01,0x0e,0x03,0x01,0xd4,0x02,0x02,0xb3,0x01,0x31,0xaf,0xff,0xd0,0x2b, +0x00,0x11,0xf4,0xed,0x03,0x21,0xfb,0x00,0x02,0x05,0x15,0x40,0x19,0x00,0x11,0x1e, +0x3e,0x00,0x12,0x03,0x73,0x04,0x11,0x5f,0x96,0x03,0x12,0x04,0x1c,0x02,0x14,0x2b, +0xe5,0x01,0x02,0x09,0x04,0x12,0xe4,0x2e,0x04,0x15,0x80,0xba,0x00,0x12,0x07,0x19, +0x04,0x02,0xa9,0x00,0x32,0x0c,0xff,0xfd,0x47,0x00,0x11,0x70,0x5a,0x00,0x15,0xf1, +0xda,0x00,0x10,0x0d,0x74,0x05,0x00,0x89,0x02,0x11,0x40,0x1f,0x00,0x11,0x90,0x98, +0x00,0x11,0xe0,0x6e,0x02,0x11,0xf2,0xdb,0x00,0x02,0xf9,0x00,0x11,0xf8,0x7e,0x00, +0x02,0x3a,0x01,0x11,0xfc,0x3d,0x00,0x11,0xfd,0x06,0x00,0x17,0xfe,0x06,0x00,0x15, +0xfd,0x06,0x00,0x35,0x4f,0xff,0xfb,0x30,0x00,0x11,0x7f,0x67,0x00,0x11,0x9f,0xe0, +0x00,0x11,0xcf,0x79,0x00,0x13,0xff,0x48,0x07,0x11,0x80,0x78,0x00,0x14,0x30,0x1c, +0x01,0x11,0x4f,0x34,0x01,0x10,0xbf,0x7d,0x00,0x11,0x04,0xc2,0x02,0x11,0x0d,0x6a, +0x00,0x10,0xaf,0x88,0x00,0x11,0x0a,0xa0,0x00,0x11,0x1f,0x22,0x00,0x11,0x0b,0x5a, +0x03,0x27,0x05,0xb2,0xfe,0x00,0x00,0x59,0x01,0x12,0xf2,0x09,0x00,0x02,0xb9,0x04, +0x03,0xd4,0x07,0x01,0x01,0x00,0x11,0x07,0x09,0x00,0x40,0x03,0x30,0x00,0x06,0x09, +0x00,0xf4,0x05,0x20,0x0a,0xfc,0x50,0x05,0xff,0xe0,0x00,0x6d,0xf0,0x0f,0xff,0xfe, +0x86,0xff,0xd2,0x9f,0xff,0xf4,0x4f,0x53,0x07,0x22,0x16,0xae,0x09,0x00,0x92,0xb5, +0x00,0x00,0x38,0xdf,0xff,0xff,0xd8,0x40,0x76,0x03,0x02,0x27,0x06,0x11,0x09,0xe3, +0x02,0x01,0xea,0x03,0x31,0xa8,0xff,0xf7,0x4d,0x01,0x30,0xfe,0x10,0xdf,0x97,0x00, +0x50,0x1d,0xff,0xf6,0x00,0x4f,0xcd,0x02,0x50,0x3e,0xff,0xc0,0x00,0x0a,0xa4,0x00, +0x70,0x01,0xbf,0x20,0x00,0x01,0xfe,0x40,0x25,0x00,0x42,0x00,0x00,0x00,0x51,0x14, +0x05,0x44,0x22,0x22,0x10,0x00,0xaf,0x03,0x1f,0x90,0x0a,0x00,0x2c,0xb5,0x23,0x33, +0x33,0x3d,0xff,0xff,0xa3,0x33,0x33,0x31,0xef,0x11,0x08,0x0f,0x0a,0x00,0x15,0x0f, +0x82,0x00,0x33,0x07,0x0a,0x00,0x3d,0x4f,0xff,0xf7,0x04,0x00,0x00,0x31,0x03,0xf2, +0x06,0x8f,0xff,0xf1,0x00,0xdf,0xff,0xc0,0x03,0xff,0xff,0x50,0x0b,0xff,0xfc,0x00, +0x1f,0xff,0xf2,0x00,0x01,0x9f,0xce,0x06,0x70,0x8a,0xaa,0xaa,0xaa,0xaa,0xa1,0xdf, +0x90,0x00,0x1e,0xf2,0x06,0x00,0xf3,0x0a,0x00,0x01,0x00,0x00,0x5e,0xff,0x80,0x2f, +0xff,0xff,0x77,0xff,0xff,0xfc,0x6f,0xff,0xff,0xb2,0xff,0xff,0xf6,0x03,0xcf,0xd6, +0x00,0x96,0x09,0x13,0xf4,0xe9,0x04,0x13,0xe0,0x41,0x06,0x13,0x90,0x51,0x05,0x12, +0x40,0x05,0x07,0x13,0xfe,0x12,0x02,0x1f,0xf9,0x2f,0x00,0xb6,0x34,0x18,0x88,0x70, +0xe9,0x02,0x51,0x49,0xde,0xfe,0xc8,0x30,0x50,0x02,0x14,0xbf,0x45,0x08,0x12,0x02, +0xdc,0x01,0x11,0xd2,0x48,0x00,0x01,0x01,0x00,0x11,0xd0,0x6f,0x08,0x20,0xfc,0xbd, +0xe5,0x05,0x00,0x44,0x06,0x10,0xe3,0x52,0x03,0x31,0xfe,0x00,0x06,0xdd,0x08,0x01, +0x06,0x00,0x32,0xaf,0xff,0xfe,0x5f,0x06,0x22,0x90,0x0d,0xd7,0x02,0x41,0xcf,0xff, +0xfc,0x00,0x1d,0x02,0x00,0x6c,0x03,0x21,0xe0,0x0f,0x9c,0x04,0x00,0x45,0x00,0x02, +0x80,0x09,0x00,0xfe,0x02,0x25,0xf0,0x2f,0x15,0x00,0x15,0x12,0x15,0x00,0x1f,0xf1, +0x15,0x00,0x0c,0x16,0x11,0x3f,0x00,0x06,0x54,0x00,0x07,0x69,0x00,0x07,0x7e,0x00, +0x00,0x50,0x09,0x02,0x93,0x00,0x07,0xa8,0x00,0x01,0xbd,0x00,0x10,0x03,0xbd,0x00, +0x00,0xc0,0x06,0x22,0xfc,0xac,0xee,0x08,0x06,0xe7,0x00,0x03,0xfc,0x00,0x15,0xe2, +0x11,0x01,0x14,0xb1,0x26,0x01,0x24,0xd9,0x30,0x6f,0x08,0x10,0x6c,0x3b,0x05,0x10, +0x5b,0x8d,0x04,0x60,0x39,0xff,0xff,0xff,0xa0,0x28,0x33,0x00,0x12,0xfa,0x8f,0x09, +0x11,0xab,0x06,0x00,0x23,0xfa,0xbf,0x0d,0x00,0x83,0xea,0x50,0xff,0xff,0xfa,0xa9, +0x40,0x00,0xe2,0x09,0x11,0xff,0xc1,0x04,0x0f,0x0d,0x00,0x69,0x51,0x5a,0xdf,0xfe, +0xd9,0x50,0xdf,0x05,0x01,0xe8,0x00,0x13,0xe4,0x8c,0x08,0x02,0x4f,0x0b,0x24,0x09, +0xff,0x4f,0x0b,0x00,0xf9,0x09,0x21,0xeb,0xad,0x45,0x07,0x01,0x3d,0x07,0x10,0x06, +0x9b,0x07,0x10,0x2f,0x54,0x07,0x00,0x2f,0x00,0x12,0xf5,0x50,0x01,0x00,0x6c,0x07, +0x11,0x70,0xbc,0x07,0x00,0x51,0x01,0x52,0xf7,0x04,0x66,0x66,0x60,0x2f,0x08,0x14, +0x60,0x31,0x05,0x04,0x44,0x05,0x16,0x01,0xfb,0x08,0x15,0xaf,0xd5,0x08,0x11,0x6f, +0x4f,0x00,0x02,0xa5,0x09,0x04,0x29,0x00,0x15,0x2e,0x2e,0x0b,0x23,0x2e,0xff,0xc2, +0x0c,0x22,0x00,0x1d,0xc1,0x00,0x02,0x0a,0x00,0x14,0xfb,0xc5,0x0a,0x2c,0xff,0xfc, +0x0a,0x00,0x15,0x0b,0x53,0x09,0x15,0x0a,0x0a,0x00,0x15,0x09,0x94,0x0b,0x00,0x80, +0x09,0x20,0xca,0xaa,0x01,0x00,0x15,0x40,0x22,0x08,0x25,0xf6,0x1f,0x0b,0x00,0x1e, +0x61,0x15,0x00,0x01,0xc8,0x00,0x60,0x02,0x7b,0xdf,0xfe,0xc9,0x40,0xc3,0x00,0x01, +0x75,0x0c,0x00,0xfc,0x08,0x14,0x2e,0x30,0x01,0x14,0x02,0x03,0x05,0x20,0x40,0x0a, +0x2f,0x01,0x10,0xbd,0x41,0x02,0x10,0x1f,0x49,0x01,0x00,0x19,0x01,0x24,0xf3,0x4f, +0x06,0x08,0x51,0xf6,0x38,0x88,0x88,0x20,0x87,0x09,0x03,0xd1,0x00,0x03,0xfa,0x0b, +0x03,0x75,0x09,0x05,0x03,0x01,0x00,0x0d,0x01,0x83,0x28,0x88,0x8c,0xff,0xff,0xfe, +0x20,0x00,0xc8,0x08,0x14,0xd2,0x7b,0x0c,0x15,0xfb,0x85,0x0c,0x25,0xff,0xb2,0x0a, +0x00,0x22,0xfe,0x30,0xfa,0x0d,0x24,0xaf,0xff,0x1a,0x0b,0x12,0x07,0x16,0x0d,0x02, +0x01,0x04,0x04,0x72,0x01,0x63,0xbf,0xff,0xfe,0x46,0x66,0x65,0x7c,0x01,0x02,0x14, +0x03,0x00,0x84,0x06,0x01,0xed,0x09,0x00,0xb9,0x01,0x21,0xfb,0x3f,0x36,0x00,0x54, +0x4e,0xff,0xff,0xf7,0x0c,0xf7,0x01,0x24,0xe1,0x03,0x04,0x01,0x14,0x50,0x95,0x0e, +0x14,0xf6,0x11,0x03,0x20,0xfc,0x30,0x75,0x00,0x23,0x8c,0xef,0x37,0x04,0x02,0xc7, +0x00,0x14,0xfa,0x8a,0x0b,0x02,0x67,0x02,0x02,0x97,0x03,0x15,0xfa,0xdc,0x00,0x25, +0xff,0xa0,0x58,0x0a,0x14,0xfa,0xaa,0x00,0x03,0x15,0x00,0x25,0x02,0xff,0x15,0x00, +0x15,0xbf,0x15,0x00,0x33,0x5f,0xff,0xf9,0x15,0x00,0x30,0x1e,0xff,0xfe,0x38,0x0a, +0x02,0xcc,0x01,0x24,0x50,0xff,0xbd,0x08,0x13,0xb0,0xd0,0x02,0x55,0xdf,0xff,0xf2, +0x00,0xff,0x17,0x08,0x02,0x15,0x00,0x32,0x2f,0xff,0xfd,0xf6,0x02,0x00,0x13,0x02, +0x03,0x7c,0x03,0x10,0x05,0x1a,0x00,0x00,0x15,0x00,0x00,0xa3,0x00,0x13,0xe1,0x0f, +0x03,0x15,0x9f,0xea,0x01,0x15,0xde,0x0a,0x00,0x25,0xfd,0xdf,0x0b,0x00,0x16,0xdc, +0x15,0x00,0x11,0x7a,0x3a,0x02,0x53,0xff,0xff,0xfe,0xaa,0x90,0x02,0x10,0x04,0xe7, +0x00,0x03,0x7e,0x00,0x0f,0x15,0x00,0x17,0x15,0xaf,0x59,0x01,0x15,0xcf,0x0a,0x00, +0x15,0xdf,0x0a,0x00,0x05,0x77,0x01,0x50,0x01,0xff,0xff,0xfd,0xdd,0x01,0x00,0x34, +0x40,0x03,0xff,0x79,0x08,0x11,0x05,0xa2,0x04,0x03,0x72,0x01,0x15,0xb0,0x65,0x03, +0x15,0x90,0x54,0x0c,0x42,0x70,0x14,0x54,0x20,0x14,0x03,0x50,0xac,0xff,0xff,0xfe, +0x81,0xf0,0x05,0x11,0xff,0x2a,0x02,0x01,0x06,0x01,0x21,0xff,0xff,0x49,0x0b,0x14, +0x1f,0xd5,0x00,0x72,0x00,0x1a,0xef,0xff,0x93,0x00,0x39,0x58,0x0b,0x19,0x65,0x92, +0x03,0x00,0x81,0x0e,0x0c,0xc5,0x03,0x01,0xb3,0x0b,0x05,0xb7,0x02,0x32,0x66,0x66, +0x64,0xc7,0x01,0x42,0xf3,0xdf,0xff,0xfd,0x7e,0x03,0x20,0xf1,0xaf,0x55,0x09,0x00, +0xa1,0x0c,0x20,0xd0,0x5f,0x5b,0x04,0x50,0x02,0xdf,0xff,0xff,0x80,0xf3,0x01,0x20, +0xdb,0xcf,0xb1,0x0c,0x25,0x02,0xff,0x49,0x02,0x12,0x3e,0x0a,0x00,0x14,0x70,0x57, +0x03,0x22,0xe5,0x00,0x53,0x02,0x24,0xfd,0xa5,0x96,0x06,0x23,0x48,0xbe,0xa7,0x0e, +0x24,0x07,0xef,0x24,0x03,0x15,0x3d,0xbb,0x0d,0x13,0x5f,0xf9,0x0b,0x03,0x0a,0x00, +0x22,0xdc,0x30,0x17,0x0d,0x24,0xfe,0x72,0x12,0x04,0x15,0xf9,0x30,0x01,0x15,0xf7, +0xbc,0x0e,0x03,0x0f,0x03,0x00,0x29,0x00,0x51,0x40,0x7c,0xef,0xeb,0x60,0xc7,0x00, +0x22,0xe4,0xef,0x54,0x10,0x04,0x95,0x01,0x13,0xe2,0xfb,0x0c,0x01,0x0c,0x06,0x00, +0x06,0x00,0x20,0xda,0xbf,0x1f,0x01,0x11,0x0f,0x43,0x01,0x10,0x1c,0x34,0x01,0x00, +0x09,0x05,0x00,0x96,0x02,0x23,0xff,0xf2,0xda,0x01,0x18,0x7f,0x97,0x02,0x12,0xf7, +0x15,0x00,0x00,0x64,0x01,0x21,0x80,0xef,0xb6,0x03,0x00,0xef,0x06,0x23,0x0c,0xff, +0x93,0x0b,0x30,0xff,0x60,0x8f,0x3f,0x00,0x00,0x37,0x01,0x11,0xf4,0x97,0x10,0x01, +0x31,0x03,0x20,0x00,0x0c,0xa8,0x00,0x10,0x01,0x69,0x05,0x00,0x6d,0x03,0x21,0xfe, +0xbb,0xb3,0x08,0x01,0x5f,0x0d,0x09,0xe7,0x10,0x15,0xf8,0x06,0x11,0x21,0xe5,0x00, +0xeb,0x0f,0x30,0xbd,0xff,0xeb,0x6b,0x05,0x06,0xb2,0x02,0x15,0x4d,0x0a,0x00,0x1f, +0xf4,0x15,0x00,0x01,0x31,0xf2,0x8a,0xaa,0x01,0x00,0x02,0x9a,0x00,0x03,0x28,0x0e, +0x15,0x40,0xe8,0x01,0x15,0xd0,0x3b,0x04,0x16,0xf7,0x84,0x0e,0x0d,0x63,0x0a,0x15, +0x05,0x11,0x02,0x25,0x00,0xcf,0x48,0x00,0x15,0x3f,0xd6,0x05,0x00,0x84,0x07,0x0c, +0xe7,0x04,0x02,0xe1,0x0d,0x04,0x71,0x00,0x15,0x90,0xac,0x04,0x1d,0xf2,0xac,0x04, +0x15,0x6f,0x48,0x00,0x15,0x0d,0x48,0x00,0x16,0x04,0x48,0x00,0x15,0xbf,0x48,0x00, +0x18,0x3f,0xf7,0x02,0x1d,0xf3,0x66,0x06,0x15,0x8f,0x48,0x00,0x18,0x0f,0x1d,0x05, +0x15,0xf7,0xdf,0x0b,0x51,0x5a,0xde,0xfe,0xda,0x50,0xcf,0x00,0x05,0x08,0x07,0x12, +0x08,0x25,0x01,0x11,0xf7,0xe3,0x00,0x04,0x57,0x12,0x13,0xef,0x24,0x08,0x33,0xd0, +0x00,0x3f,0xf6,0x08,0x20,0xff,0x20,0xd4,0x05,0x01,0x4f,0x00,0x10,0xf5,0x68,0x00, +0x11,0x30,0x8d,0x00,0x10,0x70,0x0a,0x03,0x01,0xac,0x00,0x00,0xbb,0x0b,0x00,0xda, +0x02,0x01,0xea,0x01,0x10,0xdf,0x60,0x01,0x10,0x4f,0x57,0x03,0x10,0x03,0x08,0x03, +0x11,0xdf,0xf4,0x00,0x12,0x04,0x38,0x06,0x15,0xe3,0x6a,0x09,0x10,0xe1,0x3d,0x02, +0x02,0xb1,0x01,0x11,0xc2,0x47,0x02,0x03,0x8c,0x02,0x00,0x1d,0x02,0x30,0x71,0x02, +0x8f,0x7e,0x00,0x01,0xd1,0x00,0x00,0x1f,0x01,0x22,0x70,0x0d,0xa5,0x03,0x11,0xef, +0x5f,0x09,0x13,0xf8,0x42,0x12,0x18,0x1f,0x5f,0x09,0x12,0xfa,0x05,0x03,0x00,0x20, +0x09,0x11,0xf1,0x87,0x01,0x10,0xfd,0xe0,0x02,0x11,0xc2,0x90,0x03,0x33,0x90,0x03, +0xff,0xd2,0x00,0x36,0xf3,0x00,0x0a,0xc1,0x0b,0x12,0x0b,0x0a,0x00,0x14,0xfb,0x9a, +0x05,0x03,0x2a,0x01,0x53,0x6a,0xde,0xfe,0xda,0x60,0x27,0x0a,0x31,0xdf,0xfe,0xb6, +0x09,0x00,0x14,0x2c,0x81,0x02,0x03,0xa2,0x14,0x15,0x80,0x81,0x0f,0x11,0xf6,0x8b, +0x02,0x20,0xfb,0xae,0x24,0x01,0x11,0x05,0xc7,0x06,0x12,0x8f,0x62,0x14,0x11,0xf3, +0x61,0x00,0x11,0xf0,0x6f,0x13,0x00,0xdf,0x00,0x21,0xf5,0x3f,0x37,0x0e,0x00,0xc0, +0x00,0x12,0x4f,0xa9,0x01,0x32,0xdf,0xff,0xfb,0x0a,0x00,0x00,0xa9,0x03,0x03,0x1e, +0x00,0x42,0xcf,0xff,0xfd,0x1f,0xec,0x00,0x44,0xdf,0xff,0xfd,0x0d,0xc2,0x09,0x30, +0xfd,0x07,0xff,0x15,0x01,0x00,0x8e,0x0a,0x14,0x01,0x80,0x07,0x15,0xfb,0x39,0x15, +0x12,0xfa,0xbc,0x01,0x11,0xfb,0x1a,0x01,0x52,0x2b,0xff,0xff,0xfe,0x71,0x51,0x08, +0x41,0x14,0x55,0x30,0x05,0x0e,0x01,0x03,0x29,0x08,0x15,0xc0,0xd6,0x13,0x14,0x50, +0xd5,0x02,0x02,0x29,0x0b,0x22,0x15,0xbf,0x5a,0x04,0x23,0x1d,0xde,0x08,0x15,0x24, +0x00,0x1f,0x19,0x01,0x02,0x0a,0x00,0x14,0x90,0x0a,0x00,0x13,0xc3,0xd0,0x02,0x21, +0xdb,0x72,0xbd,0x04,0xb2,0xcf,0xd6,0x02,0xff,0xff,0xf5,0x7f,0xff,0xff,0xb7,0xff, +0xc2,0x00,0x30,0x5e,0xff,0x80,0x77,0x0c,0x0f,0x01,0x00,0x0a,0x92,0x10,0x00,0x05, +0xef,0xf8,0x03,0xff,0xff,0xf6,0x38,0x00,0xf1,0x09,0xfb,0x2f,0xff,0xff,0x50,0x4c, +0xfd,0x60,0x00,0x7d,0xfc,0x30,0x06,0xff,0xff,0xe1,0x0c,0xff,0xff,0xf6,0x0d,0xff, +0xff,0xf6,0x84,0x05,0x30,0x9f,0xfe,0x50,0x31,0x00,0x0f,0x01,0x00,0x16,0x79,0xbd, +0xdd,0xc0,0x00,0xdf,0xff,0xe0,0x04,0x00,0x70,0xef,0xff,0xc0,0x01,0xff,0xff,0x90, +0x2f,0x10,0x31,0x0b,0xff,0xfd,0x24,0x10,0x50,0xaf,0xff,0xa0,0x00,0x07,0x37,0x03, +0x1e,0x11,0x43,0x00,0x12,0x6b,0x07,0x00,0x12,0x28,0x42,0x03,0x22,0x04,0xaf,0x24, +0x01,0x21,0x6d,0xff,0x53,0x03,0x20,0x18,0xef,0x59,0x06,0x01,0x7e,0x08,0x00,0xb6, +0x07,0x11,0x5c,0x07,0x00,0x21,0xd7,0x10,0xc7,0x02,0x21,0xe8,0x30,0x70,0x06,0x12, +0xfa,0x95,0x10,0x02,0x4f,0x14,0x12,0x0f,0x08,0x0f,0x03,0x6c,0x0b,0x51,0x94,0x00, +0x00,0x02,0x9f,0x9b,0x06,0x51,0x82,0x00,0x00,0x17,0xef,0x90,0x06,0x41,0x60,0x00, +0x00,0x5c,0x13,0x00,0x03,0xd5,0x08,0x02,0x77,0x00,0x23,0x18,0xef,0x9b,0x01,0x24, +0x00,0x5c,0xca,0x03,0x25,0x03,0xad,0x41,0x01,0x05,0xef,0x11,0x15,0x25,0xe5,0x04, +0x1e,0x5f,0x13,0x00,0x23,0x3b,0xbb,0x01,0x00,0x0f,0x40,0x01,0x0a,0x05,0x26,0x00, +0x1f,0x15,0x4c,0x00,0x09,0x05,0x13,0x00,0x34,0x20,0x87,0x10,0xd4,0x0a,0x24,0xfa, +0x30,0xdd,0x0a,0x24,0xfc,0x50,0xe6,0x0a,0x25,0xfe,0x71,0xab,0x16,0x15,0xa3,0xc3, +0x13,0x11,0xc5,0x39,0x0c,0x01,0x41,0x16,0x54,0x10,0x00,0x00,0x16,0xcf,0xc9,0x06, +0x34,0x01,0x7d,0xff,0xfa,0x0a,0x13,0x3d,0x09,0x00,0x21,0x39,0xef,0x09,0x00,0x31, +0x02,0x8d,0xff,0x1b,0x00,0x02,0x2c,0x00,0x32,0xfc,0x50,0x4b,0xe8,0x02,0x34,0x30, +0x00,0xaf,0x46,0x00,0x14,0xaf,0xa6,0x16,0x11,0xaf,0x6a,0x00,0x00,0x09,0x00,0x22, +0xfe,0x81,0x90,0x00,0x14,0xac,0xbb,0x15,0x07,0xf8,0x00,0x00,0xba,0x09,0x10,0xb7, +0x10,0x00,0x14,0x1b,0x84,0x07,0x03,0xd1,0x0a,0x15,0xa0,0xfc,0x06,0x10,0x60,0xef, +0x0b,0x20,0xec,0xdf,0x8a,0x01,0x10,0xbf,0xf2,0x02,0x12,0x2e,0x7c,0x19,0x11,0xd0, +0xc6,0x00,0x11,0x61,0x61,0x04,0x15,0x03,0x4d,0x05,0x05,0xf0,0x0b,0x05,0x2a,0x08, +0x14,0x02,0x88,0x05,0x00,0xde,0x04,0x14,0x40,0x09,0x00,0x14,0x80,0x09,0x00,0x02, +0xb8,0x05,0x14,0xdf,0x09,0x00,0x14,0x7f,0x69,0x14,0x15,0x0d,0xd4,0x08,0x05,0xd2, +0x05,0x14,0x2f,0xfb,0x01,0x15,0x03,0xb3,0x03,0x0f,0x01,0x00,0x0a,0x35,0x7e,0xfd, +0x40,0x48,0x06,0x14,0x20,0xec,0x03,0x15,0xf7,0x3c,0x06,0x1b,0x70,0xc1,0x06,0x47, +0x06,0xdf,0xc3,0x00,0x46,0x16,0x39,0x23,0x32,0x10,0xfe,0x02,0x56,0xef,0xff,0xff, +0xfe,0xa5,0x1f,0x00,0x03,0x90,0x07,0x05,0x44,0x06,0x05,0x09,0x02,0x15,0xd3,0x39, +0x18,0x84,0xfc,0x73,0x10,0x12,0x37,0xcf,0xff,0xff,0x05,0x02,0x22,0xfb,0x20,0x1c, +0x04,0x02,0xad,0x08,0x15,0x09,0x1a,0x0d,0x12,0x07,0x96,0x0c,0x16,0x6f,0xc5,0x16, +0x12,0x7f,0x2c,0x17,0x26,0xff,0x50,0x22,0x16,0x14,0xf3,0xb7,0x0f,0x20,0x06,0xbe, +0xb1,0x01,0x10,0x01,0x85,0x04,0x10,0x2f,0x03,0x03,0x22,0x02,0xdf,0x82,0x05,0x00, +0xe9,0x16,0x16,0x8f,0xc1,0x01,0x10,0x30,0xed,0x16,0x40,0x00,0xef,0xff,0x10,0x63, +0x03,0x50,0xfb,0x89,0xff,0xff,0x20,0x88,0x19,0x30,0x04,0xff,0xfa,0x48,0x00,0x10, +0xfe,0x8c,0x06,0x10,0x10,0x72,0x1a,0x10,0x08,0x56,0x02,0x11,0x2f,0xd2,0x16,0x11, +0xff,0xd5,0x12,0x10,0x0c,0x18,0x05,0x10,0x8f,0x80,0x00,0x20,0xff,0xfe,0x63,0x05, +0x22,0xf1,0x0f,0x30,0x16,0x50,0x50,0x00,0x01,0xff,0xfd,0x2f,0x01,0x40,0xf2,0x1f, +0xff,0xb0,0x82,0x01,0x00,0x87,0x01,0x11,0xfc,0x11,0x00,0x50,0x3f,0xff,0xa0,0x00, +0x06,0x1d,0x00,0x00,0x5e,0x00,0x00,0x11,0x00,0x52,0x4f,0xff,0x80,0x00,0x09,0x0c, +0x00,0x11,0xf9,0x44,0x00,0x00,0x11,0x00,0x10,0x0c,0x85,0x05,0x12,0x07,0x05,0x00, +0x10,0xf0,0x11,0x00,0x30,0x0d,0xff,0xf7,0x72,0x00,0x10,0xf6,0xde,0x00,0x80,0xd0, +0x4f,0xff,0x90,0x00,0x0d,0xff,0xf8,0x9d,0x00,0x10,0xf5,0xfd,0x01,0x10,0x90,0x55, +0x00,0x32,0x0c,0xff,0xf9,0xa5,0x10,0x00,0xb5,0x1a,0x11,0x1f,0xcd,0x19,0x13,0xfd, +0x28,0x01,0x60,0xaf,0xff,0x00,0x0e,0xff,0xf0,0x03,0x06,0x11,0x60,0x7d,0x02,0x71, +0x05,0xff,0xf8,0x00,0x0b,0xff,0xf3,0xf6,0x07,0x00,0xa5,0x09,0x82,0x64,0x8f,0xff, +0xe0,0x00,0x07,0xff,0xf9,0x39,0x09,0x22,0xf9,0xdf,0x13,0x01,0x32,0x02,0xff,0xfe, +0xde,0x06,0x23,0xa0,0x3e,0x73,0x07,0x10,0xcf,0x78,0x02,0x62,0x7d,0xfe,0xb4,0x00, +0x02,0x9d,0x76,0x17,0x02,0xba,0x15,0x07,0x01,0x00,0x15,0x0b,0x0c,0x1a,0x05,0x60, +0x18,0x05,0x57,0x0d,0x15,0x00,0xf5,0x02,0x11,0xd5,0x38,0x18,0x17,0x80,0x2a,0x19, +0x55,0xfc,0xa9,0x88,0x9c,0xef,0xd2,0x01,0x17,0x1b,0x1f,0x13,0x02,0x01,0x00,0x12, +0x4b,0x11,0x00,0x16,0xd4,0x47,0x00,0x67,0x16,0x9c,0xef,0xff,0xdb,0x83,0x58,0x00, +0x17,0x7f,0x02,0x02,0x25,0x00,0x0d,0xef,0x0e,0x02,0x02,0x03,0x04,0xc0,0x06,0x03, +0x7b,0x17,0x05,0xc2,0x11,0x18,0x0e,0x5a,0x18,0x12,0x04,0xf1,0x12,0x06,0x6e,0x0f, +0x05,0xc8,0x17,0x00,0x82,0x05,0x14,0xdf,0x51,0x03,0x01,0xce,0x0b,0x04,0x7e,0x0e, +0x00,0x1d,0x03,0x25,0xfb,0x0d,0xa9,0x0c,0x12,0x1f,0xa8,0x0a,0x05,0x36,0x09,0x24, +0xf1,0x02,0x57,0x0e,0x00,0xa8,0x07,0x06,0xa8,0x03,0x00,0xd0,0x0a,0x00,0x8a,0x00, +0x04,0xce,0x14,0x16,0xf1,0x16,0x04,0x01,0xd2,0x09,0x13,0x0d,0x53,0x0a,0x05,0x10, +0x09,0x12,0x30,0xae,0x08,0x11,0xf1,0xce,0x00,0x12,0xf9,0xb2,0x09,0x52,0xff,0xdd, +0xdd,0xdd,0xdf,0xeb,0x05,0x15,0x6f,0xa9,0x0a,0x12,0x40,0xf5,0x17,0x04,0xd4,0x07, +0x26,0x00,0x02,0x0d,0x1d,0x14,0xf1,0x4b,0x05,0x03,0xa2,0x0f,0x13,0x0d,0xee,0x00, +0x10,0x03,0x04,0x01,0x10,0x03,0xec,0x08,0x02,0x13,0x01,0x00,0x32,0x07,0x04,0xfb, +0x00,0x00,0x09,0x00,0x13,0x0e,0x55,0x04,0x00,0x21,0x01,0x24,0xfd,0x05,0x28,0x00, +0x10,0x00,0x17,0x00,0x14,0xaf,0x23,0x01,0x00,0x29,0x00,0x12,0x90,0x5e,0x00,0x36, +0xec,0x95,0x00,0x69,0x00,0x17,0xf7,0x74,0x00,0x16,0xc1,0x0b,0x00,0x10,0xfb,0x0b, +0x00,0x31,0xed,0xdd,0xde,0xb0,0x0d,0x11,0x7f,0xdd,0x03,0x10,0x16,0x6a,0x02,0x02, +0x0b,0x00,0x00,0x20,0x04,0x12,0xe0,0x0b,0x00,0x00,0x66,0x00,0x13,0xf0,0x0b,0x00, +0x16,0x0d,0x0b,0x00,0x00,0x53,0x05,0x02,0x0b,0x00,0x00,0xfb,0x00,0x12,0x80,0x0b, +0x00,0x10,0x38,0xb2,0x10,0x05,0x63,0x00,0x15,0xf3,0x6e,0x00,0x25,0xfa,0x20,0x0b, +0x00,0x26,0xfd,0x60,0x84,0x00,0x10,0xfa,0x0b,0x00,0x55,0x95,0x55,0x55,0x59,0xff, +0x42,0x00,0x00,0x0f,0x04,0x13,0xf1,0x0b,0x00,0x12,0x08,0x5c,0x08,0x12,0x60,0xf8, +0x00,0x13,0xf9,0x0b,0x00,0x00,0x7b,0x0c,0x03,0x0b,0x00,0x16,0x05,0x16,0x00,0x00, +0x86,0x0c,0x02,0x0b,0x00,0x00,0xe8,0x0f,0x92,0xf3,0x7f,0xff,0xff,0xec,0xcc,0xcc, +0xef,0xff,0xa5,0x00,0x04,0x99,0x01,0x15,0x7f,0x27,0x11,0x05,0x84,0x00,0x23,0xfc, +0x30,0x0b,0x00,0x22,0xfe,0xb8,0x37,0x03,0x00,0x65,0x12,0x23,0xda,0x71,0x92,0x05, +0x06,0x9a,0x1c,0x15,0x1c,0x8c,0x0e,0x36,0x00,0x01,0xdf,0x62,0x0b,0x01,0x7b,0x0a, +0x12,0xef,0x3d,0x1d,0x11,0x5f,0xab,0x1b,0x11,0x27,0x67,0x09,0x02,0x33,0x06,0x00, +0x65,0x02,0x22,0xf1,0x04,0xe0,0x02,0x00,0x64,0x02,0x23,0xf6,0x0a,0x1f,0x07,0x00, +0xc4,0x00,0x14,0x0e,0xa6,0x0e,0x11,0xff,0x2b,0x0a,0x26,0xd0,0x00,0x8e,0x0c,0x17, +0xb0,0xaa,0x03,0x1f,0xa0,0x0c,0x00,0x01,0x1f,0x5f,0x18,0x00,0x04,0x17,0x3f,0x0c, +0x00,0x17,0x2f,0x48,0x00,0x08,0x60,0x00,0x05,0x1e,0x0f,0x43,0xdd,0xdd,0xda,0x0a, +0x45,0x03,0x00,0x90,0x00,0x13,0x05,0xb1,0x03,0x10,0x09,0x33,0x02,0x00,0x68,0x1a, +0x03,0xc0,0x00,0x00,0xdf,0x01,0x21,0xf9,0x20,0xd8,0x00,0x12,0xa0,0xd9,0x02,0x12, +0xef,0xc3,0x1b,0x05,0xc2,0x0a,0x01,0x73,0x0a,0x06,0x20,0x01,0x04,0xfd,0x0d,0x12, +0xa1,0x7f,0x04,0x00,0x87,0x0b,0x14,0x71,0x90,0x02,0x25,0xed,0xa5,0x40,0x11,0x03, +0xdc,0x03,0x16,0x7f,0x88,0x06,0x26,0x07,0xff,0x51,0x00,0x00,0x9d,0x02,0x12,0xde, +0x45,0x02,0x02,0x18,0x12,0x11,0x28,0xc8,0x0c,0x12,0x7f,0xf8,0x11,0x00,0x5f,0x01, +0x03,0x2f,0x12,0x00,0x5b,0x04,0x03,0x17,0x00,0x00,0x9f,0x03,0x13,0xf6,0x46,0x12, +0x00,0x17,0x01,0x13,0xb0,0x17,0x00,0x00,0xc6,0x09,0x04,0x17,0x00,0x16,0x0d,0x5f, +0x02,0x00,0x55,0x07,0x13,0x37,0x17,0x00,0x00,0x09,0x01,0x03,0x17,0x00,0x00,0x77, +0x04,0x1e,0x47,0x17,0x00,0x08,0x2e,0x00,0x08,0x45,0x00,0x07,0x5c,0x00,0x07,0x73, +0x00,0x07,0x8a,0x00,0x10,0x04,0x2d,0x01,0x0d,0xb8,0x00,0x11,0x28,0x22,0x0a,0x01, +0x83,0x03,0x14,0xef,0xe6,0x00,0x02,0x01,0x00,0x16,0xf5,0x14,0x01,0x16,0xe4,0x14, +0x01,0x1a,0x81,0x42,0x01,0x06,0x44,0x03,0x1f,0xf9,0x0a,0x00,0x0e,0x11,0xed,0x8a, +0x11,0x25,0xd7,0x7f,0xc1,0x07,0x0f,0x0a,0x00,0x2c,0x06,0xbb,0x03,0x0f,0x0a,0x00, +0x0b,0x10,0xdb,0x8e,0x0a,0x2f,0xb7,0x00,0x78,0x00,0x36,0x06,0xc8,0x00,0x0f,0xfa, +0x00,0x15,0x03,0x75,0x05,0x0f,0x0a,0x00,0x0e,0x02,0x5a,0x00,0x1f,0xd0,0xaa,0x00, +0x3b,0x1f,0xd8,0x2c,0x01,0x19,0x0e,0x78,0x00,0x0f,0x0a,0x00,0x50,0x01,0x1a,0x0f, +0x66,0xce,0xff,0xec,0x84,0x00,0x00,0x55,0x17,0x23,0xfe,0x60,0x46,0x08,0x12,0xff, +0xc6,0x1e,0x07,0xcd,0x06,0x13,0xb0,0x65,0x17,0x12,0xdd,0xbd,0x06,0x10,0x04,0x9e, +0x1e,0x43,0x00,0x00,0x4d,0xff,0x37,0x1f,0x12,0xc0,0x2c,0x00,0x10,0xf6,0x7a,0x04, +0x14,0xf2,0xca,0x04,0x14,0x07,0x44,0x08,0x12,0xdf,0x90,0x0b,0x11,0x40,0x6f,0x04, +0x48,0x55,0x55,0x50,0x0e,0x12,0x08,0x04,0xc1,0x0e,0x0c,0xac,0x04,0x02,0x8d,0x0b, +0x20,0x01,0x66,0x01,0x00,0x12,0x60,0xc2,0x17,0x02,0x42,0x20,0x02,0x19,0x00,0x12, +0x02,0x6e,0x24,0x02,0x32,0x00,0x02,0x19,0x00,0x02,0x4b,0x00,0x03,0x19,0x00,0x04, +0x64,0x00,0x00,0xb0,0x0b,0x00,0x7d,0x00,0x14,0x50,0x00,0x05,0x14,0x07,0xe3,0x14, +0x00,0x19,0x00,0x13,0x2f,0x5d,0x07,0x01,0x19,0x05,0x12,0xbf,0x3e,0x19,0x01,0x19, +0x00,0x12,0x03,0xa4,0x0c,0x20,0x03,0xbf,0x19,0x00,0x11,0x08,0x7d,0x03,0x01,0xfb, +0x05,0x05,0x76,0x18,0x02,0xc8,0x08,0x04,0x79,0x18,0x01,0x79,0x23,0x12,0x04,0x18, +0x15,0x12,0xe8,0x8d,0x0b,0x66,0x38,0xce,0xff,0xfd,0xb8,0x40,0x75,0x01,0x00,0x99, +0x00,0x1f,0xfb,0x0c,0x00,0x74,0x05,0x09,0x08,0x0f,0x0c,0x00,0x14,0x02,0x25,0x03, +0x0f,0xc0,0x00,0x77,0x05,0x0c,0x00,0x7f,0x1f,0xff,0xff,0xc1,0xff,0xff,0xfc,0x07, +0x00,0x4b,0x15,0xc0,0xaa,0x02,0x1f,0xfd,0x0a,0x00,0xab,0x41,0x2e,0xee,0xee,0xa0, +0xbc,0x0a,0x24,0xfd,0x1f,0x7a,0x20,0x24,0xfb,0x0f,0xb7,0x22,0x10,0xf8,0x7d,0x1a, +0x01,0xfa,0x12,0x31,0xf2,0x04,0xff,0xe0,0x22,0x00,0xf6,0x03,0x13,0xaf,0xe0,0x02, +0x14,0x10,0x0b,0x04,0x14,0xe3,0xe4,0x07,0x20,0xfb,0x10,0xe2,0x07,0x21,0x7b,0xdf, +0x4e,0x19,0x06,0xa0,0x09,0x26,0xff,0xe1,0x30,0x0a,0x01,0x76,0x09,0x12,0x60,0x57, +0x07,0x13,0xf7,0x24,0x00,0x11,0x06,0x4c,0x08,0x02,0x0c,0x00,0x11,0x3f,0x9e,0x00, +0x01,0x0c,0x00,0x00,0x51,0x08,0x13,0xf2,0x0c,0x00,0x12,0x0b,0x33,0x24,0x01,0x0c, +0x00,0x12,0x7f,0x2b,0x14,0x12,0x7f,0x3d,0x0d,0x23,0xff,0xc0,0x0c,0x00,0x13,0x1e, +0x1f,0x1b,0x00,0x0c,0x00,0x00,0xf4,0x09,0x03,0xdd,0x04,0x13,0x66,0xf1,0x23,0x00, +0x0c,0x00,0x05,0xc7,0x19,0x15,0x7f,0x22,0x14,0x05,0xc3,0x06,0x17,0x50,0x0c,0x00, +0x17,0xe1,0x0c,0x00,0x14,0xfa,0x0c,0x00,0x13,0xfb,0xb2,0x17,0x10,0x7f,0x51,0x00, +0x03,0xe6,0x0b,0x01,0x8b,0x00,0x12,0x3f,0xd4,0x04,0x10,0x7f,0xc5,0x00,0x00,0xfd, +0x03,0x05,0xfc,0x00,0x14,0xef,0x67,0x10,0x11,0x60,0xa3,0x09,0x14,0xf8,0x0c,0x00, +0x11,0x0b,0x78,0x17,0x02,0x0c,0x00,0x11,0x01,0xc2,0x00,0x03,0x14,0x01,0x16,0x7f, +0x14,0x01,0x01,0x5c,0x01,0x17,0x20,0x44,0x01,0x05,0xbe,0x08,0x16,0x9f,0x07,0x0b, +0x08,0x25,0x1b,0x0f,0x13,0x00,0xc1,0x02,0x64,0x04,0x15,0xa7,0xba,0x1a,0x05,0x83, +0x04,0x1e,0xd7,0x13,0x00,0x11,0xd0,0x98,0x01,0x06,0x6f,0x26,0x28,0x77,0xff,0x61, +0x1d,0x01,0x0e,0x0c,0x24,0xff,0xf1,0x5b,0x17,0x02,0x1f,0x00,0x03,0x2f,0x00,0x14, +0x7f,0x1f,0x00,0x15,0xfc,0x2e,0x00,0x02,0x1f,0x00,0x15,0xf1,0xd3,0x1b,0x25,0xf7, +0x7f,0x4a,0x28,0x15,0x7f,0x1f,0x00,0x14,0xfc,0x5e,0x26,0x00,0x1f,0x00,0x11,0xfd, +0x12,0x24,0x00,0x2e,0x00,0x11,0xce,0x1f,0x00,0x14,0xe7,0x60,0x24,0x21,0xf6,0xef, +0x3e,0x00,0x32,0x1f,0xff,0xfd,0x2e,0x00,0x11,0x1f,0x1f,0x00,0x42,0xf0,0xbf,0xff, +0xf3,0xfc,0x1b,0x02,0x5d,0x00,0x11,0x06,0xfe,0x0a,0x40,0x8f,0xff,0xf5,0x0f,0x1f, +0x00,0x00,0xb7,0x10,0x11,0xfe,0x6a,0x0d,0x12,0x01,0x1f,0x00,0x22,0x10,0xaf,0x35, +0x26,0x12,0xa0,0xf6,0x21,0x50,0xf2,0x05,0xff,0xff,0x90,0x36,0x24,0x12,0x02,0x1f, +0x00,0x50,0x30,0x0e,0xff,0xfe,0x00,0x04,0x00,0x11,0x3f,0x1f,0x00,0x10,0xf3,0x1b, +0x00,0x52,0x04,0xff,0xff,0x90,0x04,0x1f,0x00,0x10,0x40,0x0c,0x00,0x00,0x42,0x00, +0x11,0x4f,0x1f,0x00,0x10,0xf5,0x59,0x00,0x00,0x50,0x27,0x14,0x05,0x25,0x0d,0x30, +0x8f,0xff,0xfa,0x80,0x00,0x11,0x6f,0x1f,0x00,0x32,0xf6,0x00,0x03,0x77,0x0f,0x14, +0x06,0x1f,0x00,0x12,0x0d,0xed,0x00,0x04,0x1f,0x00,0x01,0x03,0x01,0x16,0x70,0x1f, +0x00,0x12,0x02,0x2b,0x01,0x05,0x1f,0x00,0x11,0x0c,0x79,0x01,0x05,0x1f,0x00,0x00, +0x19,0x00,0x17,0x60,0x1f,0x00,0x11,0x01,0x71,0x0c,0x06,0x1f,0x00,0x11,0x0b,0x63, +0x03,0x00,0x0e,0x18,0x13,0x7f,0xa3,0x0c,0x12,0x02,0xd3,0x0d,0x17,0xf4,0x0c,0x00, +0x17,0xfd,0x0c,0x00,0x27,0xff,0x70,0x0c,0x00,0x17,0xf2,0x0c,0x00,0x17,0xfb,0x0c, +0x00,0x27,0xff,0x40,0x0c,0x00,0x17,0xd0,0x0c,0x00,0x17,0xf7,0x0c,0x00,0x24,0xff, +0x10,0x0c,0x00,0x10,0xaf,0xbd,0x03,0x03,0x0c,0x00,0x10,0x6a,0x7b,0x00,0x03,0x0c, +0x00,0x10,0x61,0x7b,0x00,0x13,0x02,0x63,0x0e,0x44,0x7f,0xff,0xff,0x70,0x0c,0x00, +0x00,0xf4,0x0b,0x04,0x0c,0x00,0x44,0x04,0xff,0xff,0xfa,0x0c,0x00,0x00,0xd8,0x04, +0x13,0x42,0x0c,0x00,0x00,0xbc,0x08,0x14,0xd3,0x0c,0x00,0x00,0x64,0x08,0x05,0xab, +0x0e,0x01,0x38,0x08,0x03,0x0c,0x00,0x17,0x4f,0x0c,0x00,0x17,0x0a,0x0c,0x00,0x17, +0x01,0x0c,0x00,0x27,0x00,0x7f,0x0c,0x00,0x17,0x0d,0x0c,0x00,0x17,0x04,0x0c,0x00, +0x27,0x00,0xaf,0x0c,0x00,0x17,0x2f,0x0c,0x00,0x04,0xdf,0x08,0x53,0x39,0xce,0xff, +0xdb,0x71,0x5a,0x11,0x11,0xdf,0x15,0x0b,0x05,0xbc,0x25,0x04,0xac,0x0d,0x17,0x0b, +0xb6,0x10,0x25,0x08,0xff,0x1e,0x16,0x01,0x13,0x02,0x30,0xe6,0x10,0x03,0xaa,0x18, +0x01,0xdd,0x09,0x12,0xc1,0x76,0x0e,0x10,0xf5,0x68,0x00,0x13,0xf1,0xe4,0x0d,0x23, +0xc0,0x08,0x16,0x20,0x00,0xf9,0x04,0x23,0x20,0xcf,0x79,0x12,0x00,0xe8,0x0e,0x13, +0x0f,0x64,0x0e,0x00,0x33,0x00,0x14,0x92,0x68,0x03,0x00,0xe5,0x10,0x00,0x23,0x0d, +0x04,0xe6,0x09,0x14,0xd4,0x68,0x1e,0x00,0xb4,0x09,0x04,0xd2,0x0e,0x00,0x58,0x10, +0x18,0xe4,0x19,0x00,0x08,0x32,0x00,0x18,0xd2,0x4b,0x00,0x08,0x64,0x00,0x27,0x90, +0xdf,0x7d,0x00,0x14,0x08,0x73,0x0a,0x00,0x96,0x00,0x04,0x8c,0x0a,0x13,0x7f,0x0e, +0x22,0x12,0xd1,0xa8,0x0d,0x13,0xf5,0xe1,0x00,0x00,0xa0,0x1a,0x18,0xfd,0xfa,0x00, +0x17,0x30,0xdd,0x09,0x1b,0x50,0x2c,0x01,0x03,0x45,0x01,0x12,0xfa,0x69,0x15,0x00, +0x5e,0x01,0x26,0xeb,0x72,0x39,0x06,0x37,0xfd,0xb7,0x10,0xc3,0x0e,0x17,0xa1,0xa3, +0x0d,0x16,0xe4,0x17,0x00,0x02,0x14,0x11,0x31,0xee,0xee,0xee,0xa6,0x02,0x03,0xfc, +0x04,0x22,0x2a,0xff,0x6c,0x02,0x12,0x60,0x70,0x00,0x14,0xfd,0x13,0x05,0x1f,0x1f, +0xac,0x0e,0x03,0x1a,0x09,0xac,0x0e,0x04,0x17,0x00,0x00,0x36,0x12,0x06,0x39,0x11, +0x13,0xfe,0x45,0x00,0x13,0x4a,0x5b,0x11,0x04,0x64,0x2a,0x16,0x07,0x65,0x1d,0x06, +0xa1,0x00,0x1b,0xe5,0xb8,0x00,0x00,0x88,0x05,0x39,0xcb,0x95,0x10,0x93,0x21,0x08, +0x38,0x0c,0x0f,0x17,0x00,0x49,0x04,0x96,0x0c,0x0f,0xb9,0x02,0x19,0x17,0x09,0xb9, +0x02,0x12,0x04,0xb9,0x02,0x14,0xaf,0xb9,0x02,0x12,0xc0,0x22,0x02,0x36,0xf4,0x00, +0x3f,0xb9,0x02,0x11,0xb0,0xe4,0x10,0x03,0x1a,0x06,0x23,0x10,0xdf,0x6f,0x17,0x00, +0x9d,0x11,0x04,0x71,0x1d,0x00,0x9f,0x04,0x14,0x93,0x50,0x06,0x00,0x67,0x22,0x04, +0x66,0x11,0x00,0x00,0x03,0x14,0xc5,0x61,0x02,0x00,0x46,0x09,0x00,0x7e,0x02,0x04, +0xa0,0x02,0x18,0xd5,0x19,0x00,0x08,0x32,0x00,0x18,0xc3,0x4b,0x00,0x17,0x1f,0x64, +0x00,0x18,0x90,0x7d,0x00,0x14,0x09,0x4f,0x03,0x00,0x96,0x00,0x08,0xaf,0x00,0x04, +0xc8,0x00,0x14,0x4f,0xde,0x24,0x20,0xe6,0x10,0x80,0x1a,0x17,0xfb,0xfa,0x00,0x2a, +0xfe,0x20,0x13,0x01,0x05,0x1a,0x00,0x07,0xb9,0x02,0x03,0x74,0x23,0x00,0x5e,0x01, +0x17,0xdf,0x1a,0x2f,0x01,0x91,0x04,0x14,0x90,0x0d,0x00,0x27,0x2d,0xff,0x8c,0x01, +0x16,0x1b,0x80,0x15,0x00,0x56,0x02,0x17,0x60,0xc3,0x2e,0x04,0xce,0x2f,0x2f,0xed, +0xa6,0xf7,0x02,0x05,0x17,0xe2,0xf7,0x02,0x17,0xe1,0x6e,0x14,0x13,0xa0,0xfa,0x01, +0x16,0x4d,0x19,0x11,0x27,0x00,0x1e,0xba,0x11,0x00,0x54,0x19,0x07,0xf7,0x13,0x07, +0x5e,0x11,0x04,0x17,0x00,0x16,0x07,0x2e,0x00,0x00,0x34,0x0a,0x12,0x30,0x17,0x00, +0x22,0x04,0xdf,0x53,0x03,0x11,0xfe,0x94,0x15,0x08,0xe0,0x02,0x36,0xf7,0x00,0x07, +0xeb,0x02,0x08,0x86,0x30,0x05,0x17,0x00,0x16,0x10,0x77,0x0a,0x14,0xf8,0x9b,0x02, +0x14,0x3f,0xb0,0x15,0x11,0x60,0x7f,0x03,0x13,0x80,0x17,0x00,0x02,0x7f,0x27,0x02, +0x17,0x00,0x13,0x0c,0x5c,0x00,0x12,0xf6,0xa0,0x00,0x14,0xe0,0xc9,0x02,0x12,0xcf, +0x54,0x1f,0x03,0xff,0x11,0x27,0xfe,0x00,0xa5,0x14,0x04,0xcf,0x00,0x07,0x61,0x15, +0x22,0x00,0xdf,0xe3,0x06,0x75,0x15,0xac,0xef,0xfe,0xb7,0x20,0x00,0xb0,0x25,0x01, +0x2e,0x25,0x16,0x04,0x17,0x12,0x17,0x03,0x20,0x13,0x12,0xdf,0xe5,0x1a,0x00,0x5a, +0x01,0x11,0x5f,0x1f,0x03,0x10,0x07,0xe9,0x03,0x12,0x0a,0x42,0x02,0x01,0x22,0x16, +0x12,0xbf,0x5a,0x02,0x00,0x67,0x14,0x13,0x0b,0x05,0x05,0x56,0x9d,0xdd,0xdd,0x10, +0x8f,0x23,0x14,0x14,0x03,0x91,0x25,0x03,0x4f,0x03,0x25,0xfa,0x40,0xaa,0x26,0x05, +0x0d,0x00,0x26,0x1c,0xff,0x31,0x32,0x16,0x07,0xe7,0x0e,0x02,0xf4,0x1b,0x04,0x1e, +0x02,0x27,0x03,0x9e,0xaa,0x17,0x22,0x04,0xbf,0x47,0x05,0x04,0x10,0x1c,0x53,0xfa, +0x03,0x55,0x55,0x51,0x08,0x03,0x22,0xf0,0x9f,0x91,0x02,0x00,0x21,0x01,0x12,0x17, +0xee,0x02,0x00,0x15,0x01,0x13,0xf2,0x44,0x27,0x00,0x8f,0x03,0x00,0x1b,0x00,0x12, +0xe6,0xcd,0x01,0x21,0xc0,0x03,0x21,0x23,0x11,0xce,0xb1,0x15,0x24,0x06,0xff,0xb2, +0x15,0x06,0xe3,0x20,0x22,0xfc,0x10,0xa4,0x32,0x05,0xa2,0x00,0x63,0x16,0xad,0xef, +0xfe,0xc9,0x50,0xb6,0x25,0x04,0x01,0x00,0x0f,0x0c,0x00,0x11,0x12,0x3d,0xc9,0x17, +0x10,0xfe,0x7f,0x0a,0x0a,0x98,0x21,0x0f,0x0c,0x00,0xfe,0x04,0x59,0x02,0x00,0x83, +0x02,0x13,0x1b,0x59,0x02,0x00,0x1d,0x09,0x0f,0x17,0x00,0xb0,0x16,0x0b,0x17,0x00, +0x05,0xaa,0x02,0x02,0x4b,0x07,0x13,0xf9,0x82,0x04,0x13,0xc0,0x50,0x08,0x01,0xf9, +0x03,0x02,0xaa,0x02,0x10,0x3c,0x3f,0x04,0x01,0xaa,0x02,0x01,0xca,0x15,0x16,0x80, +0x4d,0x08,0x16,0xc0,0x59,0x08,0x15,0xb1,0x1b,0x12,0x24,0xfe,0x70,0x1a,0x12,0x23, +0xed,0x95,0x4e,0x01,0x15,0xc0,0xf8,0x29,0x14,0x05,0x1c,0x33,0x01,0x41,0x18,0x14, +0x0f,0x56,0x1f,0x01,0x1f,0x03,0x01,0xb2,0x0a,0x02,0xdd,0x07,0x11,0xfd,0x02,0x03, +0x15,0x00,0x3b,0x04,0x13,0x0f,0x3c,0x0b,0x02,0x9d,0x00,0x03,0x12,0x1a,0x11,0x06, +0x2b,0x03,0x00,0x31,0x1a,0x06,0x41,0x1e,0x12,0x0f,0xbe,0x00,0x12,0x0f,0x5c,0x06, +0x12,0xaf,0x37,0x05,0x02,0x55,0x09,0x12,0x04,0xa3,0x06,0x16,0x9f,0xf4,0x19,0x24, +0x00,0x00,0x40,0x13,0x01,0x0c,0x01,0x13,0x03,0xc4,0x06,0x00,0x94,0x05,0x06,0xb2, +0x07,0x10,0x0e,0xf6,0x04,0x13,0x0c,0x6a,0x0d,0x00,0x29,0x00,0x24,0x20,0x01,0xec, +0x06,0x01,0xfb,0x24,0x13,0x5f,0x4e,0x06,0x00,0x29,0x00,0x12,0xc0,0x3f,0x1b,0x04, +0x54,0x25,0x05,0xaf,0x0d,0x00,0x55,0x23,0x03,0x41,0x23,0x02,0x29,0x00,0x15,0xa8, +0xc1,0x27,0x20,0x00,0x8f,0x85,0x10,0x17,0xfa,0xb1,0x04,0x06,0xb8,0x06,0x11,0x0d, +0xe4,0x13,0x08,0x55,0x1c,0x28,0xfa,0x00,0x29,0x00,0x17,0x40,0xf2,0x18,0x07,0x7e, +0x35,0x18,0x8f,0xd6,0x1c,0x15,0x02,0x28,0x00,0x03,0x94,0x25,0x00,0xa6,0x39,0x03, +0xf2,0x00,0x05,0x18,0x01,0x13,0xf5,0x93,0x24,0x12,0x0c,0x6f,0x00,0x00,0x18,0x24, +0x03,0x56,0x11,0x02,0x11,0x27,0x12,0x0b,0x2a,0x00,0x12,0x2f,0x9d,0x22,0x00,0x2e, +0x00,0x02,0x99,0x00,0x10,0x05,0xb8,0x04,0x15,0x1f,0x65,0x24,0x13,0x40,0x57,0x25, +0x13,0xef,0x2e,0x0d,0x21,0xff,0xf7,0x3b,0x00,0x13,0xe0,0x76,0x26,0x12,0xaf,0x62, +0x15,0x10,0xdf,0x1e,0x00,0x10,0x7f,0x07,0x02,0x12,0x0e,0x4e,0x22,0x01,0x29,0x2e, +0x10,0x03,0xe2,0x01,0x12,0x01,0xa7,0x0d,0x01,0x0c,0x00,0x00,0x17,0x00,0x12,0x70, +0x6a,0x2a,0x13,0x60,0xea,0x26,0x12,0xdf,0x43,0x35,0x00,0xef,0x32,0x11,0x09,0x03, +0x0d,0x01,0x06,0x00,0x41,0xcf,0xff,0xd0,0xcf,0x07,0x00,0x02,0x75,0x0d,0x00,0x38, +0x38,0x62,0xf9,0x08,0xff,0xff,0x10,0x0f,0x2d,0x1b,0x30,0xff,0xff,0xf3,0x92,0x30, +0x11,0x5f,0x5b,0x0e,0x11,0xf3,0x7f,0x01,0x00,0x8c,0x0a,0x10,0xf1,0x07,0x34,0x32, +0x5f,0xff,0xff,0x3b,0x02,0x10,0xf9,0x70,0x23,0x42,0x0d,0xff,0xfb,0x08,0xac,0x02, +0x00,0x07,0x00,0x10,0xef,0x82,0x2a,0x00,0xd6,0x0e,0x13,0xf8,0x1a,0x03,0x30,0x2f, +0xff,0xf6,0xf1,0x00,0x12,0x3e,0xa0,0x01,0x00,0x39,0x28,0x00,0xec,0x00,0x10,0x1f, +0x07,0x00,0x13,0xf1,0x85,0x01,0x12,0xef,0x9b,0x1f,0x04,0x13,0x23,0x12,0xaf,0xb2, +0x01,0x15,0x0a,0x38,0x2b,0x04,0xbe,0x37,0x15,0x6f,0xa9,0x20,0x11,0x3f,0x32,0x0b, +0x02,0x93,0x0f,0x14,0x30,0x1b,0x09,0x02,0x94,0x34,0x04,0xfb,0x01,0x13,0x0c,0xa6, +0x16,0x15,0xaf,0x47,0x1e,0x12,0x8f,0x3e,0x00,0x15,0x07,0xd6,0x08,0x13,0x05,0x3e, +0x00,0x15,0x3f,0xa0,0x2d,0x13,0x1f,0x3e,0x00,0x02,0x10,0x29,0x00,0x0f,0x00,0x14, +0xfa,0x37,0x02,0x26,0x70,0x7f,0xe7,0x04,0x10,0xe0,0x87,0x03,0x14,0xb0,0x32,0x0c, +0x03,0x47,0x00,0x02,0xb4,0x2d,0x15,0x0c,0x89,0x06,0x02,0x43,0x27,0x15,0xf4,0x15, +0x22,0x21,0x9f,0xff,0x66,0x3a,0x23,0xff,0xf1,0xd1,0x06,0x23,0x50,0x0e,0xce,0x00, +0x12,0x07,0x4b,0x04,0x14,0xfd,0x94,0x02,0x14,0xf8,0x61,0x22,0x03,0x8d,0x21,0x15, +0xb0,0xeb,0x21,0x05,0x04,0x1f,0x18,0x02,0x84,0x1f,0x16,0x09,0xa4,0x39,0x08,0x97, +0x2c,0x03,0xf8,0x09,0x15,0x20,0xe1,0x28,0x06,0x79,0x1f,0x13,0xdf,0x39,0x08,0x06, +0xa5,0x0c,0x14,0xd0,0xff,0x00,0x23,0xf6,0xef,0xdf,0x10,0x00,0x77,0x04,0x13,0x06, +0x77,0x04,0x10,0x03,0xa6,0x02,0x13,0x0d,0x0d,0x01,0x10,0xcf,0x92,0x00,0x12,0x5f, +0x0d,0x01,0x02,0x07,0x00,0x02,0x86,0x0a,0x14,0x0e,0x43,0x23,0x21,0xff,0x60,0xdf, +0x04,0x02,0x01,0x03,0x33,0xfe,0x00,0x02,0x70,0x01,0x10,0x2f,0xd8,0x07,0x16,0xbf, +0x3a,0x04,0x23,0xf2,0x4f,0xe9,0x07,0x10,0x01,0xe4,0x00,0x13,0xbf,0xe8,0x00,0x00, +0x5a,0x01,0x13,0x63,0xb7,0x00,0x00,0x2e,0x01,0x23,0xe0,0x0b,0xe9,0x00,0x00,0x33, +0x26,0x04,0xac,0x0b,0x02,0xd9,0x26,0x14,0xaf,0x52,0x27,0x02,0x7b,0x10,0x12,0xfe, +0xfe,0x00,0x12,0xd0,0x65,0x1b,0x04,0x06,0x00,0x01,0xb9,0x2b,0x02,0x2f,0x28,0x02, +0x0d,0x02,0x10,0x40,0x7c,0x00,0x13,0x50,0x23,0x16,0x04,0x55,0x18,0x00,0x2d,0x00, +0x11,0xf2,0xfc,0x28,0x03,0x2f,0x05,0x45,0xa0,0xef,0xff,0xfd,0x6d,0x20,0x05,0xc0, +0x20,0x17,0x02,0x2c,0x01,0x27,0x00,0x0a,0x45,0x01,0x01,0x65,0x18,0x18,0xfd,0xa0, +0x20,0x17,0x50,0x49,0x04,0x05,0xb7,0x18,0x03,0x93,0x00,0x0c,0x34,0x30,0x02,0xe6, +0x0b,0x0f,0x19,0x00,0x56,0x25,0x8f,0xff,0x33,0x09,0x26,0x08,0xff,0x59,0x38,0x0f, +0x17,0x00,0x03,0x33,0xa0,0x7d,0xdd,0xe0,0x17,0x05,0x97,0x19,0x16,0x1e,0xc6,0x00, +0x16,0x0a,0x54,0x02,0x16,0x05,0x85,0x02,0x26,0x01,0xef,0x77,0x00,0x04,0x9e,0x06, +0x02,0x2d,0x02,0x16,0xe1,0x43,0x00,0x16,0xf5,0xa5,0x02,0x16,0xfa,0xbe,0x21,0x2c, +0xfe,0x10,0x80,0x05,0x12,0x00,0xac,0x31,0x05,0xad,0x02,0x16,0xe0,0x72,0x01,0x04, +0xe8,0x21,0x06,0x1c,0x2d,0x02,0x05,0x07,0x06,0xec,0x05,0x16,0x30,0xf1,0x02,0x16, +0x90,0xe7,0x05,0x16,0xd0,0x2c,0x03,0x17,0xf3,0x0b,0x06,0x12,0xdd,0x01,0x00,0x17, +0x17,0x97,0x21,0x16,0x9f,0x0c,0x00,0x1f,0x19,0x17,0x00,0x03,0x60,0x10,0x47,0x77, +0x77,0x77,0x5a,0x35,0x01,0x10,0xaf,0x8c,0x31,0x07,0x09,0x00,0x11,0xf0,0xab,0x33, +0x1f,0x0a,0x09,0x00,0x72,0x1e,0x77,0xa2,0x00,0x15,0xc0,0x36,0x23,0x05,0xdf,0x02, +0x14,0x1f,0x84,0x03,0x05,0x90,0x07,0x06,0xa6,0x2c,0x05,0x10,0x03,0x03,0xf2,0x22, +0x02,0xd7,0x06,0x04,0x7f,0x01,0x14,0xe0,0xc0,0x01,0x14,0xf5,0xe7,0x0e,0x15,0xfb, +0xff,0x01,0x26,0x10,0x00,0x2f,0x23,0x02,0xa2,0x05,0x14,0xd0,0xab,0x01,0x14,0xf3, +0xec,0x01,0x15,0xf9,0xea,0x01,0x0b,0x32,0x2d,0x0f,0x93,0x00,0x27,0x14,0xf0,0x93, +0x00,0x03,0xac,0x02,0x05,0x07,0x06,0x14,0xaf,0x14,0x05,0x02,0xcc,0x32,0x04,0xac, +0x08,0x03,0x93,0x00,0x12,0xf4,0xc1,0x00,0x80,0x88,0x88,0x84,0x57,0x77,0x77,0x77, +0x4c,0x35,0x05,0x00,0x9f,0x09,0x14,0xbc,0x09,0x00,0x20,0xb0,0x00,0xdc,0x00,0x1f, +0x0f,0x09,0x00,0x72,0x27,0x57,0x7f,0x99,0x00,0x06,0xa2,0x00,0x00,0x46,0x0a,0x29, +0x88,0x70,0xf5,0x25,0x14,0x01,0x63,0x01,0x13,0x8f,0x19,0x01,0x25,0x0e,0xff,0x2a, +0x23,0x22,0xff,0xfc,0x5e,0x06,0x02,0x9f,0x3b,0x60,0x2f,0xff,0xf2,0xaf,0xff,0x90, +0x0b,0x01,0x41,0xfc,0x04,0xff,0xff,0x66,0x01,0x42,0x60,0x0e,0xff,0xf6,0x55,0x3b, +0x30,0x8f,0xff,0xd0,0xa6,0x15,0x00,0xb2,0x01,0x20,0x30,0x02,0xa1,0x03,0x70,0x0c, +0xff,0xfa,0x00,0x8f,0xff,0xe0,0xb1,0x01,0x41,0xf1,0x0e,0xff,0xf8,0x67,0x01,0x23, +0x70,0x88,0x01,0x00,0x15,0x86,0x9c,0x17,0x0f,0x09,0x00,0x08,0x31,0x23,0x33,0x33, +0xa6,0x01,0x14,0xf9,0x11,0x02,0x22,0x0a,0xff,0x86,0x3e,0x21,0xff,0x70,0x71,0x0e, +0x10,0x20,0xfa,0x23,0x13,0xfb,0x49,0x31,0x16,0xa6,0xd2,0x37,0x14,0xe4,0xc4,0x3d, +0x04,0x79,0x16,0x02,0x1e,0x07,0x00,0x73,0x09,0x23,0x64,0x6d,0x1c,0x41,0x11,0xd0, +0x4e,0x06,0x53,0x00,0x2c,0xcc,0xcc,0x60,0x63,0x09,0x04,0x5d,0x02,0x01,0x74,0x3a, +0x22,0x45,0x55,0xcc,0x0b,0x14,0x6c,0x11,0x11,0x14,0x4e,0x1b,0x11,0x15,0x04,0x31, +0x11,0x00,0xd5,0x06,0x11,0x41,0x32,0x00,0x11,0x5f,0x2e,0x02,0x00,0x0a,0x00,0x02, +0xf8,0x2f,0x00,0x0a,0x00,0x02,0x78,0x34,0x12,0x7f,0x14,0x00,0x02,0xf9,0x1e,0x73, +0x40,0x6f,0xff,0xff,0xfa,0x78,0xcf,0x3c,0x00,0x03,0x30,0x14,0x16,0x04,0xda,0x25, +0x22,0x4e,0xff,0xbc,0x14,0x70,0x90,0x00,0x01,0x7c,0xef,0xec,0x70,0x3c,0x03,0x15, +0xdf,0xb3,0x04,0x0f,0x0a,0x00,0x36,0x21,0x01,0x8d,0x2f,0x41,0x11,0xdf,0x87,0x12, +0x26,0xff,0xf9,0x4e,0x31,0x15,0xa0,0x0a,0x00,0x11,0xf6,0x0a,0x00,0x11,0xcb,0x10, +0x2b,0x10,0xdf,0x95,0x35,0x10,0x03,0xb6,0x05,0x02,0xaa,0x41,0x00,0x5c,0x15,0x14, +0xdf,0xa8,0x18,0x03,0xa0,0x00,0x00,0x0b,0x27,0x02,0x0a,0x00,0x11,0x08,0x82,0x3a, +0x19,0xfd,0x29,0x33,0x09,0x0a,0x00,0x1c,0xf2,0x32,0x00,0x02,0x46,0x00,0x22,0xff, +0x10,0xfb,0x1f,0x11,0xdf,0xb7,0x2f,0x12,0xef,0x3d,0x1b,0x20,0xff,0xca,0x2c,0x01, +0x09,0x96,0x00,0x15,0xfd,0xaa,0x00,0x24,0xf6,0x7f,0xbe,0x00,0x10,0xf4,0xcf,0x41, +0x02,0xcb,0x02,0x13,0x6b,0xb4,0x2f,0x23,0x07,0xef,0x96,0x20,0x03,0xd2,0x12,0x06, +0x61,0x0d,0x20,0x50,0x03,0xf2,0x35,0x13,0xbf,0xea,0x2b,0x10,0x80,0x15,0x02,0x11, +0xf5,0x49,0x04,0x00,0x78,0x06,0x11,0x95,0xa5,0x04,0x00,0xc7,0x2a,0x02,0xe5,0x27, +0x45,0x02,0x55,0x55,0x49,0x2f,0x0c,0x03,0x49,0x36,0x02,0x7f,0x30,0x05,0x92,0x0c, +0x05,0x5b,0x06,0x14,0xf1,0xc9,0x06,0x00,0x37,0x02,0x41,0x07,0xcc,0xcc,0x91,0xe8, +0x04,0x00,0x61,0x0b,0x02,0x92,0x2b,0x00,0x06,0x02,0x10,0x3f,0xec,0x32,0x10,0xef, +0xeb,0x06,0x15,0x8f,0xa1,0x11,0x15,0xaf,0xea,0x32,0x14,0x7e,0xe9,0x32,0x00,0xe8, +0x32,0x15,0xdb,0x9c,0x07,0x03,0x1f,0x0c,0x0f,0x0a,0x00,0x31,0x00,0x59,0x2b,0x11, +0xb5,0x0a,0x00,0x01,0x52,0x2b,0x10,0xb5,0x0a,0x00,0x11,0x2e,0x61,0x0e,0x00,0x0a, +0x00,0x14,0xdf,0x36,0x12,0x10,0x06,0x2f,0x04,0x10,0xbe,0x0a,0x00,0x02,0xd8,0x09, +0x12,0x7f,0x98,0x46,0x02,0x1e,0x0c,0x10,0xf5,0x85,0x19,0x02,0x50,0x00,0x02,0x37, +0x03,0x00,0x0a,0x00,0x02,0x1c,0x01,0x0f,0x0a,0x00,0x05,0x02,0x27,0x01,0x0a,0x32, +0x00,0x02,0xe4,0x0d,0x19,0x05,0x5a,0x00,0x15,0x0c,0x6e,0x00,0x10,0x05,0xa5,0x01, +0x01,0x82,0x00,0x05,0x34,0x36,0x03,0xaa,0x00,0x11,0xfd,0xbe,0x00,0x10,0xcf,0x98, +0x28,0x10,0xef,0xd2,0x00,0x61,0x05,0xbe,0xfe,0xb5,0x00,0xdf,0xe6,0x00,0x55,0x4a, +0xdf,0xfe,0xc7,0x20,0x38,0x35,0x03,0xd4,0x12,0x03,0x25,0x0b,0x14,0x4f,0x9b,0x2a, +0x00,0xf6,0x03,0x20,0xfb,0xad,0x83,0x03,0x11,0x07,0x0c,0x12,0x00,0xcf,0x02,0x02, +0x52,0x29,0x12,0x07,0x76,0x3b,0x11,0x90,0x75,0x06,0x13,0xf4,0x66,0x06,0x35,0xff, +0xff,0xf7,0xfc,0x08,0x25,0xf8,0x9f,0x28,0x24,0x06,0x0a,0x00,0x06,0x1e,0x00,0x15, +0x6f,0x53,0x08,0x06,0xab,0x33,0x03,0x84,0x29,0x21,0x02,0xa0,0x80,0x02,0x00,0xd0, +0x32,0x11,0xfa,0x02,0x09,0x21,0xfe,0xba,0xb9,0x08,0x15,0x3f,0xf5,0x0f,0x03,0x22, +0x33,0x10,0xfc,0x95,0x40,0x04,0x24,0x22,0x01,0xf1,0x0f,0x22,0xeb,0x71,0xb1,0x08, +0x33,0x9d,0xef,0xec,0x67,0x18,0x13,0xf5,0xbd,0x0b,0x36,0x50,0x00,0x06,0xd8,0x13, +0x30,0xfd,0xbc,0x30,0x10,0x07,0x12,0xf3,0xdc,0x08,0x17,0xf8,0xa7,0x2e,0x01,0xa1, +0x33,0x04,0xb5,0x14,0x03,0xec,0x29,0x1b,0xf9,0x0f,0x00,0x83,0x01,0x33,0x7f,0xff, +0xff,0x83,0x33,0x20,0x2d,0x00,0x0b,0x3c,0x00,0x0f,0x0f,0x00,0x58,0x70,0x00,0x04, +0xad,0xff,0xd9,0x20,0x8f,0xb5,0x38,0x12,0xbf,0x72,0x01,0x35,0xfa,0x00,0x1c,0xf4, +0x24,0x14,0xaf,0x0a,0x00,0x23,0x04,0xff,0x9b,0x3d,0x21,0xfa,0x0b,0x7c,0x20,0x00, +0x32,0x14,0x14,0x1f,0xfc,0x33,0x24,0xfa,0x4f,0x6c,0x0f,0x24,0xfa,0x7f,0x26,0x42, +0x12,0xfa,0x90,0x35,0x00,0x0a,0x00,0x03,0xc7,0x03,0x09,0x0a,0x00,0x06,0x1e,0x00, +0x00,0x28,0x1d,0x02,0x0a,0x00,0x03,0x02,0x08,0x09,0x5a,0x00,0x70,0x0a,0xff,0xff, +0xfc,0x20,0x00,0x2d,0xa0,0x14,0x05,0x82,0x00,0x06,0x96,0x00,0x05,0xf5,0x24,0x12, +0xfa,0xd6,0x03,0x01,0x93,0x1a,0x00,0xd2,0x00,0x25,0xc8,0x10,0xc8,0x0a,0x01,0x9d, +0x01,0x24,0x02,0x70,0x73,0x0b,0x33,0x0c,0xfa,0x10,0x78,0x07,0x50,0x8f,0xff,0xfb, +0x88,0x9e,0xaa,0x04,0x16,0x02,0xb3,0x14,0x15,0x8f,0xf0,0x46,0x02,0x8c,0x17,0x14, +0xf8,0x35,0x38,0x27,0xb6,0x10,0x71,0x39,0x06,0x70,0x39,0x0f,0x13,0x00,0x2a,0x40, +0x6b,0xef,0xeb,0x60,0x13,0x00,0x20,0xa2,0xdf,0xf4,0x2b,0x00,0x13,0x09,0x11,0xef, +0x9b,0x02,0x15,0x0f,0xa0,0x06,0x13,0xff,0x14,0x06,0x00,0x46,0x1b,0x11,0xfa,0x3a, +0x03,0x23,0xf0,0xff,0x60,0x42,0x10,0xff,0x17,0x0d,0x02,0xe6,0x37,0x01,0x5f,0x00, +0x00,0x07,0x05,0x02,0xcc,0x18,0x1f,0x05,0x13,0x00,0x62,0xb1,0x07,0xdf,0xc3,0x07, +0xff,0xff,0xe1,0xcf,0xff,0xff,0x5c,0xb2,0x04,0x47,0xfe,0x10,0x7d,0xeb,0xc5,0x45, +0x4f,0x28,0xff,0xff,0xf2,0x07,0x00,0x33,0x51,0x00,0x00,0x08,0xef,0xb2,0x00,0x06, +0x00,0xa7,0x10,0x00,0x6f,0x02,0x11,0x0e,0x93,0x03,0x11,0x8f,0xdc,0x06,0x39,0x8d, +0xeb,0x20,0x45,0x2f,0x01,0xff,0x04,0x02,0x36,0x32,0x0f,0x0b,0x00,0x60,0x13,0x0a, +0xb1,0x2e,0x30,0xff,0x0b,0xcd,0x15,0x05,0x01,0xf0,0x18,0x11,0x0d,0xfa,0x0f,0x10, +0xdf,0x43,0x01,0x6f,0x0a,0xef,0xfd,0xa4,0x00,0x00,0x71,0x08,0x40,0x02,0xb2,0x0d, +0x11,0xa0,0x0a,0x00,0x10,0x1d,0x32,0x02,0x01,0x0a,0x00,0x10,0xbf,0x07,0x07,0x00, +0x0a,0x00,0x11,0x08,0x8c,0x0d,0x00,0x0a,0x00,0x01,0x2c,0x1e,0x00,0x0a,0x00,0x11, +0x03,0x1a,0x18,0x00,0x0a,0x00,0x11,0x1e,0xdd,0x01,0x00,0x0a,0x00,0x14,0xbf,0x1a, +0x37,0x04,0xd2,0x10,0x15,0xdf,0x79,0x23,0x15,0xdf,0xb5,0x1a,0x02,0x0a,0x00,0x15, +0xe0,0x0a,0x00,0x12,0xf9,0x0a,0x00,0x12,0xf9,0x36,0x11,0x00,0xea,0x0d,0x11,0x5f, +0x6e,0x06,0x00,0x6e,0x00,0x02,0xb7,0x19,0x12,0xdf,0xbb,0x1f,0x03,0x82,0x00,0x02, +0x02,0x0e,0x01,0x0a,0x00,0x10,0x0d,0xb6,0x07,0x01,0x0a,0x00,0x01,0x03,0x39,0x02, +0xd2,0x00,0x11,0xaf,0x1c,0x0d,0x12,0xfd,0xa6,0x0e,0x1e,0xf7,0x4a,0x02,0x0f,0x07, +0x00,0x44,0x90,0xdf,0xff,0xf8,0x00,0x6b,0xef,0xec,0x71,0x00,0x06,0x00,0x10,0x81, +0x9b,0x00,0x20,0x93,0xdf,0x2d,0x3f,0x12,0x03,0xb4,0x1a,0x04,0x17,0x09,0x21,0xd3, +0xef,0x82,0x0e,0x05,0xd1,0x3b,0x03,0xd7,0x09,0x04,0xcc,0x09,0x03,0x97,0x3c,0x11, +0x0d,0xf8,0x06,0x11,0x5f,0x42,0x06,0x11,0x2e,0x9b,0x09,0x22,0xfe,0x10,0x7e,0x1a, +0x01,0x7c,0x07,0x14,0x5d,0x8f,0x07,0x12,0xf1,0x97,0x05,0x02,0xef,0x00,0x14,0x8f, +0xa2,0x09,0x11,0x7d,0x1f,0x00,0x14,0x08,0xd4,0x30,0x1f,0xf7,0x1f,0x00,0xa7,0x30, +0xff,0xff,0xf6,0x4f,0x01,0x01,0x0a,0x17,0x20,0x73,0xdf,0x7c,0x1c,0x00,0xf5,0x04, +0x02,0xc6,0x11,0x15,0x0f,0xab,0x29,0x04,0xf5,0x04,0x21,0xfd,0x0f,0xba,0x26,0x02, +0xf5,0x04,0x03,0x0b,0x02,0x02,0x76,0x2f,0x11,0x06,0x83,0x04,0x15,0xfb,0x83,0x04, +0x00,0x61,0x4d,0x0f,0x13,0x00,0x62,0x02,0x88,0x30,0x21,0xc8,0x20,0x48,0x07,0x14, +0xef,0x4e,0x2f,0x14,0x08,0x59,0x1d,0x05,0x0e,0x1b,0x11,0xe1,0xf1,0x02,0x24,0xfb, +0xbd,0xa8,0x27,0x12,0xb1,0x93,0x14,0x02,0xc7,0x1e,0x00,0x1f,0x31,0x03,0x46,0x3e, +0x00,0x9a,0x0b,0x02,0x3f,0x0f,0x00,0xbd,0x0a,0x12,0x1a,0xf6,0x0a,0x00,0x46,0x33, +0x33,0xbf,0xff,0xff,0xeb,0x0a,0x12,0x4a,0x15,0x00,0x00,0x7e,0x00,0x02,0x0c,0x0b, +0x00,0xfb,0x0c,0x12,0x38,0x8b,0x14,0x00,0x43,0x02,0x03,0xda,0x0f,0x00,0x4f,0x10, +0x02,0x85,0x13,0x00,0xb3,0x21,0x14,0x09,0x4a,0x01,0x11,0xf3,0x1b,0x13,0x21,0xba, +0xdf,0xcc,0x00,0x15,0x6f,0x31,0x28,0x04,0x5d,0x31,0x10,0x20,0xda,0x50,0x06,0x3d, +0x21,0x51,0x05,0xad,0xef,0xec,0x83,0x4d,0x00,0x33,0xf7,0x02,0x9d,0xc3,0x0c,0x2f, +0xf8,0x8f,0xc3,0x0c,0x05,0x1a,0xf5,0xc3,0x0c,0x11,0xc1,0xc6,0x03,0x12,0x50,0xec, +0x02,0x14,0x6f,0x8e,0x04,0x01,0x71,0x10,0x02,0x0a,0x00,0x00,0xd5,0x0b,0x05,0xc3, +0x0c,0x1c,0xf1,0xaf,0x0c,0x06,0x0a,0x00,0x06,0x1e,0x00,0x00,0xe1,0x3b,0x08,0x46, +0x00,0x06,0x5a,0x00,0x03,0x6e,0x00,0x14,0x40,0xc3,0x0c,0x26,0xfd,0x00,0xfe,0x31, +0x15,0xdf,0xc7,0x30,0x03,0x81,0x0d,0x15,0xf8,0x95,0x0d,0x1f,0x20,0x7e,0x05,0x3f, +0x01,0xf2,0x0b,0x30,0xb6,0x00,0xbf,0xbc,0x22,0x01,0x32,0x04,0x1f,0xdf,0xf2,0x0b, +0x03,0x1b,0x07,0xf2,0x0b,0x15,0x5f,0x98,0x0b,0x12,0x07,0xf2,0x0b,0x1f,0x60,0xf2, +0x0b,0x3f,0x15,0x08,0xf2,0x0b,0x13,0x6f,0x74,0x0c,0x0f,0xf2,0x0b,0x03,0x15,0xff, +0xb0,0x0c,0x1a,0xc6,0xc4,0x0c,0x0f,0x1e,0x0d,0x3c,0x71,0xdf,0xff,0xf8,0x02,0xae, +0xff,0x1d,0x06,0x0e,0x21,0xf1,0xdf,0x0a,0x04,0x12,0x1d,0xd3,0x13,0x02,0x27,0x01, +0x10,0x1d,0x7e,0x0c,0x21,0xba,0xb0,0x10,0x0f,0x01,0x05,0x1c,0x05,0x6a,0x01,0x03, +0xf7,0x35,0x0f,0x0d,0x00,0x3a,0x00,0xbb,0x01,0x40,0xad,0xff,0xec,0x94,0x09,0x00, +0x14,0x5e,0x85,0x44,0x14,0x8f,0x8e,0x10,0x14,0x5f,0x62,0x14,0x00,0xa6,0x06,0x20, +0x32,0x5d,0xc3,0x0b,0x00,0xb4,0x03,0x00,0x96,0x06,0x21,0xe0,0x3f,0xec,0x06,0x30, +0x9e,0xee,0xed,0xb2,0x0a,0x05,0xc2,0x14,0x26,0xfd,0x73,0x36,0x18,0x25,0xc8,0x20, +0x7c,0x36,0x10,0xc3,0x06,0x3c,0x05,0x76,0x41,0x25,0x02,0x8c,0x68,0x42,0x20,0x00, +0x49,0x1f,0x04,0x32,0x22,0x22,0x21,0xbc,0x34,0x02,0x0e,0x41,0x11,0x07,0xf3,0x42, +0x21,0xfe,0x20,0xfe,0x04,0x00,0xa5,0x20,0x75,0x63,0x13,0x9f,0xff,0xff,0xb0,0x0a, +0xa8,0x24,0x15,0x0b,0x18,0x3f,0x15,0x06,0xfa,0x37,0x32,0x01,0x5a,0xde,0x51,0x46, +0x42,0x05,0x88,0x88,0x70,0x9e,0x45,0x13,0x00,0xc5,0x1a,0x0e,0x0d,0x00,0x04,0x4c, +0x4f,0x12,0x8c,0x54,0x0d,0x09,0x0d,0x00,0x7e,0x23,0x3c,0xff,0xff,0xf3,0x33,0x20, +0x41,0x00,0x0f,0x0d,0x00,0x1f,0x13,0xff,0xa8,0x33,0x02,0x20,0x06,0x22,0xfd,0xca, +0x32,0x21,0x14,0xc0,0xc5,0x28,0x12,0x2e,0x89,0x1d,0x54,0x17,0xcf,0xfe,0xc6,0xff, +0x04,0x1b,0x02,0x5d,0x0a,0x02,0xed,0x05,0x0f,0x13,0x00,0x5f,0x12,0xfb,0x13,0x00, +0x11,0x4d,0xc1,0x00,0x00,0x8b,0x14,0x04,0x5d,0x22,0x23,0xff,0x47,0xd0,0x10,0x01, +0x34,0x56,0x0b,0xb4,0x36,0x11,0xf4,0x32,0x02,0x20,0xfd,0x4f,0x12,0x02,0x52,0x39, +0xdf,0xfe,0xa5,0x00,0xa8,0x05,0x12,0x40,0xe1,0x18,0x06,0xb0,0x47,0x14,0x0e,0x1b, +0x19,0x12,0xf1,0xf8,0x07,0x00,0x78,0x1d,0x02,0xc4,0x1c,0x01,0x9a,0x40,0x04,0x97, +0x0f,0x12,0x20,0xf4,0x4a,0x01,0x5a,0x44,0x10,0x5f,0x0f,0x00,0x01,0x74,0x02,0x00, +0x55,0x1c,0x23,0x04,0xff,0x63,0x4e,0x12,0xb0,0x46,0x1c,0x21,0x05,0xff,0xa7,0x56, +0x02,0x41,0x0d,0x22,0xf4,0x1f,0x5f,0x13,0x10,0xbf,0xf3,0x56,0x12,0xfd,0x86,0x02, +0x22,0xfc,0xaf,0xce,0x0c,0x10,0x1f,0xe2,0x1b,0x15,0xf3,0x91,0x1a,0x15,0xe0,0xd3, +0x1b,0x15,0x80,0x85,0x2b,0x14,0x30,0xe2,0x1a,0x15,0xfe,0xa3,0x13,0x15,0xf9,0x92, +0x1b,0x28,0xf4,0x00,0x67,0x16,0x11,0x5f,0xec,0x07,0x00,0x8a,0x14,0x00,0x12,0x00, +0x11,0xa1,0x1f,0x00,0x11,0x0c,0x14,0x00,0x02,0x58,0x40,0x10,0x70,0x52,0x00,0x11, +0xf6,0x0c,0x16,0x42,0x20,0x9f,0xff,0xfb,0x14,0x37,0x00,0x70,0x00,0x20,0xe0,0x05, +0x41,0x00,0x11,0x09,0x28,0x1c,0x00,0x74,0x0e,0x00,0x4e,0x52,0x00,0xcf,0x0b,0x10, +0xf3,0x3f,0x00,0x10,0x60,0x64,0x12,0x21,0x00,0x2f,0x95,0x00,0x00,0xe8,0x00,0x12, +0x09,0xa9,0x23,0x22,0xff,0xfc,0xb7,0x4f,0x00,0xa4,0x4f,0x63,0xbf,0xff,0xcf,0xff, +0xf1,0x06,0x1f,0x2a,0x20,0xd0,0x0f,0xb2,0x01,0x41,0x50,0x9f,0xff,0xf6,0x4a,0x01, +0x71,0x14,0xff,0xff,0x0a,0xff,0xfa,0x0c,0xc9,0x00,0x10,0xaf,0x80,0x01,0x44,0xa0, +0x6f,0xff,0xe0,0xdf,0x2a,0x71,0x7d,0xff,0xf6,0x01,0xff,0xff,0x6f,0xe0,0x01,0x10, +0x2f,0x74,0x04,0x42,0x10,0x0c,0xff,0xfd,0x35,0x07,0x01,0x89,0x38,0x01,0xc1,0x01, +0x13,0xf3,0x52,0x1a,0x12,0xf8,0xa4,0x1e,0x04,0xbd,0x2c,0x11,0x30,0xaa,0x15,0x13, +0xb0,0x12,0x19,0x13,0xe0,0x2e,0x2f,0x14,0x00,0x6e,0x1b,0x04,0xc2,0x1c,0x03,0xe9, +0x19,0x04,0xbf,0x1c,0x12,0x06,0xba,0x04,0x03,0xca,0x44,0x00,0x75,0x00,0x05,0xe9, +0x50,0x11,0x1f,0x85,0x19,0x01,0xa1,0x29,0x01,0xa4,0x3e,0x11,0x01,0x74,0x01,0x10, +0xef,0x0c,0x01,0x01,0xc4,0x14,0x00,0x1c,0x08,0x02,0x34,0x1b,0x01,0x81,0x23,0x11, +0x0b,0x7f,0x01,0x00,0xc9,0x07,0x13,0xb4,0xd4,0x17,0x11,0xbf,0xe8,0x37,0x15,0x30, +0x0e,0x1b,0x15,0xa0,0x81,0x27,0x15,0xf1,0x5f,0x56,0x15,0xf8,0x59,0x18,0x16,0xfe, +0x8a,0x1c,0x16,0xf3,0xca,0x3b,0x16,0xc0,0x86,0x1c,0x15,0x50,0x16,0x54,0x13,0xfd, +0xd7,0x00,0x11,0xf9,0xa8,0x04,0x00,0xa3,0x00,0x21,0xf7,0x1e,0xad,0x00,0x13,0x01, +0x2a,0x25,0x13,0x80,0x9a,0x20,0x00,0xbf,0x29,0x02,0xea,0x1b,0x13,0x05,0x92,0x0f, +0x02,0x03,0x02,0x22,0xf3,0x05,0xab,0x0e,0x00,0x8f,0x21,0x14,0xcf,0x02,0x03,0x25, +0xfd,0x06,0x95,0x2f,0x25,0x80,0x1f,0xd7,0x00,0x02,0xac,0x22,0x00,0x8e,0x27,0x01, +0x80,0x2c,0x02,0xf5,0x4b,0x02,0x6d,0x18,0x00,0x0a,0x1c,0x03,0x3f,0x04,0x13,0xef, +0xcb,0x1d,0x12,0xf5,0x23,0x03,0x01,0x75,0x4d,0x03,0x06,0x14,0x00,0x25,0x03,0x14, +0xcf,0x08,0x20,0x25,0xf3,0x1f,0x1d,0x21,0x15,0x76,0xe0,0x1c,0x25,0xfc,0xaf,0x17, +0x21,0x16,0xff,0x14,0x21,0x07,0x11,0x21,0x06,0xfa,0x27,0x04,0xed,0x18,0x16,0x0e, +0xb8,0x20,0x18,0x8f,0x4e,0x10,0x07,0x3e,0x46,0x15,0xf0,0x57,0x1b,0x16,0xfa,0x28, +0x3d,0x15,0x40,0x3f,0x1b,0x04,0x5d,0x46,0x14,0xef,0xb2,0x59,0x18,0xce,0x5d,0x03, +0x25,0xff,0xb0,0x8d,0x01,0x15,0xe1,0x54,0x1e,0x23,0xe3,0x00,0x92,0x48,0x13,0xfc, +0x7b,0x3d,0x05,0x76,0x44,0x0f,0x09,0x00,0x07,0x22,0xf8,0x2a,0x71,0x47,0x29,0xff, +0xd0,0x69,0x1b,0x01,0x4f,0x0d,0x03,0x8e,0x02,0x19,0xb0,0x14,0x1c,0x05,0xad,0x1b, +0x04,0xcc,0x1b,0x05,0xa8,0x1b,0x13,0x4f,0xd4,0x1e,0x01,0xc2,0x54,0x09,0x53,0x1c, +0x13,0x6f,0xa6,0x00,0x05,0x0b,0x1c,0x10,0x0c,0xaa,0x4a,0x00,0x01,0x00,0x05,0xc0, +0x27,0x1f,0x8f,0x09,0x00,0x07,0x01,0x43,0x00,0x12,0x44,0xe4,0x28,0x12,0xd0,0xa2, +0x02,0x12,0x20,0x82,0x14,0x04,0x49,0x0b,0x00,0x60,0x16,0x05,0x8e,0x41,0x12,0x06, +0xc9,0x02,0x14,0x8f,0x87,0x4f,0x02,0x78,0x46,0x0e,0x0d,0x00,0x04,0x1a,0x54,0x12, +0xf6,0xef,0x00,0x10,0x40,0xe0,0x01,0x00,0x95,0x01,0x11,0x37,0xf5,0x02,0x12,0x1f, +0x97,0x36,0x02,0x72,0x02,0x11,0x1f,0xde,0x23,0x13,0x01,0x00,0x1e,0x15,0x5e,0x05, +0x1f,0x02,0x07,0x01,0x16,0xf4,0x3b,0x41,0x3f,0x9f,0xff,0xf7,0x75,0x00,0x04,0x02, +0x8f,0x00,0x12,0x07,0x3b,0x00,0x14,0x5f,0x7a,0x49,0x24,0xf0,0x00,0x20,0x19,0x02, +0xad,0x3e,0x16,0x00,0x36,0x32,0x11,0xf1,0xf2,0x43,0x03,0xa8,0x42,0x3f,0x30,0xaf, +0xfc,0x02,0x00,0x2f,0x42,0x47,0x75,0x03,0x50,0xb2,0x02,0x12,0xe6,0x6e,0x02,0x25, +0xfb,0x10,0x0c,0x43,0x21,0x02,0xef,0xa0,0x00,0x03,0xcb,0x4b,0x12,0x0c,0xa8,0x02, +0x12,0x7f,0xde,0x41,0x04,0x20,0x21,0x03,0x23,0x03,0x1f,0xc0,0x0d,0x00,0x03,0x12, +0x02,0xb3,0x02,0x14,0x1f,0x16,0x01,0x13,0xf8,0xbd,0x3d,0x03,0xbc,0x2b,0x15,0x40, +0x4d,0x4e,0x11,0x8f,0x0d,0x00,0x10,0xaf,0x0d,0x00,0x00,0x19,0x02,0x11,0x61,0x7e, +0x01,0x15,0x60,0x0f,0x01,0x02,0x50,0x55,0x0e,0x68,0x00,0x0b,0x0d,0x00,0x02,0x84, +0x05,0x03,0x5d,0x4c,0x02,0x51,0x16,0x11,0x4f,0xff,0x01,0x11,0x4e,0x4d,0x00,0x03, +0x1a,0x3d,0x12,0xef,0x99,0x4d,0x02,0x76,0x43,0x13,0x23,0x86,0x03,0x30,0xae,0xfe, +0xa4,0x7e,0x01,0x21,0x55,0x54,0xad,0x04,0x01,0x08,0x13,0x23,0xfc,0x04,0x6c,0x28, +0x43,0x0b,0xff,0xfb,0x0e,0x00,0x35,0x11,0x5f,0xf3,0x5d,0x12,0xcd,0x68,0x4d,0x10, +0xf3,0x53,0x1b,0x12,0x4e,0xfe,0x15,0x00,0xa1,0x41,0x02,0x21,0x3e,0x20,0x20,0xef, +0x28,0x01,0x11,0x1b,0xbb,0x07,0x30,0x33,0x33,0x00,0x3c,0x45,0x91,0xef,0xd9,0x10, +0x00,0x00,0x06,0xce,0xea,0x20,0x92,0x03,0x11,0xf4,0x4f,0x05,0x00,0xa3,0x2e,0xf0, +0x03,0x61,0x2c,0xff,0x90,0x6f,0xf9,0x00,0x01,0xff,0xe0,0x8f,0xf5,0x00,0x00,0xef, +0xf0,0x7f,0xf8,0x0c,0x00,0x72,0x2f,0xff,0x50,0x1b,0xff,0xa0,0x0a,0x38,0x07,0x11, +0xcf,0xd2,0x02,0x4a,0x07,0xdf,0xea,0x30,0xcc,0x41,0x1f,0xee,0x4c,0x44,0x03,0x04, +0x76,0x1f,0x17,0xdd,0x14,0x00,0x73,0xf1,0xef,0x00,0xfa,0xe5,0x00,0xe5,0x87,0x55, +0x0b,0x01,0x00,0x4d,0x06,0x0b,0x00,0x06,0x15,0x00,0x1f,0xac,0xaf,0x47,0x15,0x1f, +0xb7,0x1d,0x00,0x09,0x03,0x84,0x00,0xa2,0xe8,0x00,0xfa,0x00,0x00,0xdd,0xfb,0xe9, +0xf5,0x00,0x44,0x42,0xaa,0xf2,0xfc,0x00,0x00,0xfb,0xfd,0xf1,0xf6,0x00,0x04,0x2f, +0x00,0x55,0xf8,0x00,0xf9,0x00,0x00,0xd7,0x25,0x09,0x19,0x00,0x04,0x01,0x00,0x03, +0x19,0x1e,0x19,0xfc,0x1f,0x00,0x02,0x4e,0x04,0x40,0xdc,0x00,0x00,0x00,0x33,0x05, +0x7f,0xe7,0x00,0xfa,0x00,0xfa,0xf3,0xf9,0x98,0x00,0x09,0x05,0xf0,0x00,0x21,0xfa, +0xfb,0x33,0x00,0x35,0xfb,0xf8,0xfa,0x50,0x21,0x65,0x00,0x00,0x00,0xc8,0x00,0xc3, +0x23,0x00,0x9a,0xf6,0xfa,0x00,0x00,0xfa,0xf8,0x00,0x00,0xfa,0x51,0x00,0x13,0x05, +0x8c,0x00,0x2f,0x05,0xf8,0x65,0x00,0x06,0x1f,0xfa,0x3a,0x01,0x0c,0x16,0xd0,0xcf, +0x00,0x04,0xe5,0x00,0x00,0x4d,0x00,0x30,0xf9,0xf4,0xed,0x0e,0x00,0x14,0xab,0xab, +0x00,0x96,0xed,0x00,0x00,0xc4,0xf9,0xc3,0xe5,0x00,0xae,0x2a,0x00,0x25,0xfc,0xdc, +0x40,0x3b,0x72,0x89,0x00,0x00,0x00,0xcc,0x00,0xca,0xe6,0x01,0x51,0x00,0xf5,0x00, +0xfd,0xfc,0x1d,0x01,0x1c,0x04,0x5b,0x01,0x00,0xca,0x00,0x5f,0x00,0xf8,0xfa,0x00, +0xf6,0x93,0x00,0x0a,0x10,0xf1,0xb5,0x00,0x05,0x85,0x43,0x09,0x69,0x02,0xc0,0xb4, +0xb0,0x00,0x00,0xdd,0xf8,0xc0,0xfb,0x05,0x00,0x05,0x04,0xfe,0x00,0xd2,0xcf,0xe6, +0x00,0xe6,0xc3,0xed,0xea,0x00,0xed,0xe8,0xf2,0xe9,0xee,0x54,0x01,0x66,0xc1,0xd2, +0x00,0x00,0xea,0xfc,0x23,0x01,0xa3,0xf2,0xf3,0x00,0x00,0xf2,0xf7,0x00,0x00,0xf8, +0xfd,0x73,0x01,0x71,0x04,0x00,0xd6,0xee,0x00,0x00,0xf3,0x0a,0x00,0x02,0xc6,0x06, +0x63,0xf6,0xf7,0x00,0x00,0xf7,0xfa,0x2c,0x01,0x03,0x15,0x00,0x10,0xd2,0x05,0x01, +0x07,0x10,0x00,0x12,0xf8,0x1f,0x00,0x23,0xfa,0xf7,0x02,0x02,0xf6,0x10,0x06,0xf2, +0xbc,0xd3,0x00,0x00,0xd4,0xf7,0xe4,0xfb,0x05,0xe4,0x05,0x05,0x04,0x05,0x00,0x05, +0xed,0xed,0xfa,0xf4,0xed,0xf4,0xef,0xfa,0xf5,0xfa,0x00,0xf9,0xf7,0xcc,0x02,0x2a, +0x04,0xf8,0x8e,0x01,0x01,0x46,0x00,0x3c,0xf8,0xf8,0x00,0x3c,0x02,0x06,0xad,0x44, +0x0e,0x55,0x02,0x0e,0x01,0x00,0x07,0x80,0x02,0x1f,0xf7,0x23,0x00,0x09,0x40,0xfd, +0x00,0xfc,0xfc,0x06,0x00,0x0f,0x01,0x00,0x0e,0x1f,0xfc,0x1d,0x00,0x0f,0x1e,0x05, +0xa2,0x03,0x39,0x05,0x00,0xf9,0xd1,0x02,0x2f,0xe8,0x00,0x01,0x00,0x23,0x0a,0xa6, +0x02,0x1f,0xe6,0x8c,0x00,0x0b,0x22,0xfa,0xfb,0xfa,0x02,0x1b,0xcd,0x1a,0x00,0x30, +0xf7,0xfa,0x06,0x78,0x04,0x4f,0x0f,0x00,0x05,0x05,0x41,0x00,0x09,0x07,0x30,0x01, +0x10,0x04,0x0d,0x06,0x0c,0x60,0x00,0x2c,0xfc,0x04,0x0d,0x01,0x1f,0xdc,0xd2,0x00, +0x23,0x1e,0xf4,0x23,0x00,0x0f,0xf5,0x01,0x12,0x1f,0xfa,0xb6,0x03,0x05,0x31,0x01, +0x00,0x02,0x71,0x07,0x21,0x03,0x00,0x5c,0x03,0x1e,0x05,0x52,0x04,0xf1,0x0b,0x07, +0x08,0x09,0x0a,0x0b,0x00,0x0c,0x0c,0x0d,0x0e,0x0f,0x0c,0x0c,0x09,0x10,0x11,0x12, +0x00,0x13,0x0d,0x14,0x15,0x16,0x17,0x18,0x19,0x20,0x00,0xf7,0x0c,0x1a,0x1b,0x1c, +0x00,0x1d,0x1e,0x00,0x1f,0x00,0x00,0x20,0x00,0x1f,0x1f,0x21,0x1b,0x00,0x22,0x00, +0x23,0x00,0x24,0x25,0x26,0x24,0x27,0x28,0x61,0x00,0x20,0x03,0x02,0x5c,0x00,0x4b, +0x06,0x07,0x06,0x08,0x5f,0x00,0x70,0x09,0x00,0x0a,0x00,0x0b,0x00,0x00,0x04,0x00, +0x21,0x0c,0x00,0x08,0x00,0xd0,0x0b,0x00,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,0x14, +0x00,0x00,0x15,0x6d,0x1e,0x61,0x00,0x17,0x17,0x17,0x18,0x17,0x2e,0x00,0xf0,0x04, +0x19,0x19,0x1a,0x19,0x17,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x1f,0x22,0x00,0x00, +0x23,0x00,0x00, +}; + +static const etxFontCmap cmaps[] = { +{ .range_start = 32, .range_length = 95, .glyph_id_start = 1, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +{ .range_start = 176, .range_length = 1, .glyph_id_start = 96, .list_length = 0, .type = 2, .unicode_list = 0, .glyph_id_ofs_list = 0 }, +}; + +static uint8_t etxUncompBuf[26749] __SDRAMFONTS; + +const etxLz4Font lv_font_roboto_bold_XXL_s = { +.uncomp_size = 26549, +.comp_size = 11891, +.line_height = 44, +.base_line = 10, +.subpx = 0, +.underline_position = -3, +.underline_thickness = 2, +.kern_scale = 17, +.cmap_num = 2, +.bpp = 4, +.kern_classes = 1, +.bitmap_format = 0, +.left_class_cnt = 40, +.right_class_cnt = 35, +.glyph_bitmap = 776, +.class_pair_values = 24955, +.left_class_mapping = 26355, +.right_class_mapping = 26452, +.cmaps = cmaps, +.compressed = lz4FontData, +.lvglFontBuf = etxUncompBuf, +.lvglFontBufSize = 26749, +}; diff --git a/radio/src/fonts/lvgl/lz4_font.cpp b/radio/src/fonts/lvgl/lz4_font.cpp index 2321c2eedf1..c690f07060d 100644 --- a/radio/src/fonts/lvgl/lz4_font.cpp +++ b/radio/src/fonts/lvgl/lz4_font.cpp @@ -49,6 +49,7 @@ #include #include +#define LV_SKIP_DEFINES 1 #include "../../lv_conf.h" #define LV_CONF_SKIP 1 #include "../../gui/colorlcd/lz4_fonts.h" diff --git a/radio/src/fonts/lvgl/make_fonts.sh b/radio/src/fonts/lvgl/make_fonts.sh index acb2ca54297..5b7b4b23442 100755 --- a/radio/src/fonts/lvgl/make_fonts.sh +++ b/radio/src/fonts/lvgl/make_fonts.sh @@ -33,15 +33,16 @@ function make_font() { local name=$1 local ttf=$2 local size=$3 - local chars=$4 - local arg=$5 + local sfx=$4 + local chars=$5 + local arg=$6 lv_font_conv --no-prefilter --bpp 4 --size ${size} \ --font ${TTF_DIR}${ttf} -r ${ASCII},${DEGREE},${BULLET},${COMPARE}${chars} \ --font EdgeTX/extra.ttf -r ${EXTRA_SYM} \ --font ${ARROWS_FONT} -r ${ARROWS} \ --font ${SYMBOLS_FONT} -r ${SYMBOLS} \ - --format lvgl -o lv_font_${name}_${size}.c --force-fast-kern-format ${arg} + --format lvgl -o lv_font_${name}_${sfx}.c --force-fast-kern-format ${arg} } function compress_font() { @@ -55,8 +56,9 @@ function make_font_lz4() { local name=$1 local ttf=$2 local size=$3 - local chars=$4 - local arg=$5 + local sfx=$4 + local chars=$5 + local arg=$6 lv_font_conv --no-prefilter --bpp 4 --size ${size} \ --font ${TTF_DIR}${ttf} -r ${ASCII},${DEGREE},${BULLET},${COMPARE}${chars} \ @@ -64,34 +66,36 @@ function make_font_lz4() { --font ${ARROWS_FONT} -r ${ARROWS} \ --font ${SYMBOLS_FONT} -r ${SYMBOLS} \ --format lvgl -o lv_font.inc --force-fast-kern-format ${arg} - compress_font lv_font_${name}_${size} + compress_font lv_font_${name}_${sfx} } function make_font_w_extra_sym() { local name=$1 local ttf=$2 local size=$3 - local chars=$4 - local arg=$5 + local sfx=$4 + local chars=$5 + local arg=$6 lv_font_conv --no-prefilter --bpp 4 --size ${size} \ --font ${TTF_DIR}${ttf} -r ${ASCII},${DEGREE}${chars} \ --font EdgeTX/extra.ttf -r ${EXTRA_SYM} \ --format lvgl -o lv_font.inc --force-fast-kern-format ${arg} - compress_font lv_font_${name}_${size} + compress_font lv_font_${name}_${sfx} } function make_font_no_sym() { local name=$1 local ttf=$2 local size=$3 - local chars=$4 - local arg=$5 + local sfx=$4 + local chars=$5 + local arg=$6 lv_font_conv --no-prefilter --bpp 4 --size ${size} \ --font ${TTF_DIR}${ttf} -r ${ASCII},${DEGREE}${chars} \ --format lvgl -o lv_font.inc --force-fast-kern-format ${arg} - compress_font lv_font_${name}_${size} + compress_font lv_font_${name}_${sfx} } # LV_SYMBOL_CHARGE, LV_SYMBOL_NEW_LINE, LV_SYMBOL_SD_CARD, LV_SYMBOL_CLOSE @@ -114,13 +118,22 @@ function make_font_set() { local ttf_bold=$3 local chars=$4 - make_font_lz4 "${name}" "${ttf_normal}" 9 ${chars} --no-compress - make_font_lz4 "${name}" "${ttf_normal}" 13 ${chars} --no-compress - make_font "${name}" "${ttf_normal}" 16 ${chars} --no-compress - make_font_lz4 "${name}_bold" "${ttf_bold}" 16 ${chars} --no-compress - make_font_w_extra_sym "${name}" "${ttf_normal}" 24 ${chars} --no-compress - make_font_no_sym "${name}_bold" "${ttf_bold}" 32 ${chars} --no-compress - make_font_no_sym "${name}_bold" "${ttf_bold}" 64 "" --no-compress + make_font_lz4 "${name}" "${ttf_normal}" 9 "XXS" ${chars} --no-compress + make_font_lz4 "${name}" "${ttf_normal}" 13 "XS" ${chars} --no-compress + make_font "${name}" "${ttf_normal}" 16 "STD" ${chars} --no-compress + make_font_lz4 "${name}_bold" "${ttf_bold}" 16 "STD" ${chars} --no-compress + make_font_w_extra_sym "${name}" "${ttf_normal}" 24 "L" ${chars} --no-compress + make_font_no_sym "${name}_bold" "${ttf_bold}" 32 "XL" ${chars} --no-compress + make_font_no_sym "${name}_bold" "${ttf_bold}" 64 "XXL" "" --no-compress + + # 320x240 LCD fonts + make_font_lz4 "${name}" "${ttf_normal}" 8 "XXS_s" ${chars} --no-compress + make_font_lz4 "${name}" "${ttf_normal}" 9 "XS_s" ${chars} --no-compress + make_font "${name}" "${ttf_normal}" 11 "STD_s" ${chars} --no-compress + make_font_lz4 "${name}_bold" "${ttf_bold}" 11 "STD_s" ${chars} --no-compress + make_font_w_extra_sym "${name}" "${ttf_normal}" 15 "L_s" ${chars} --no-compress + make_font_no_sym "${name}_bold" "${ttf_bold}" 20 "XL_s" ${chars} --no-compress + make_font_no_sym "${name}_bold" "${ttf_bold}" 40 "XXL_s" "" --no-compress } # Regular fonts diff --git a/radio/src/gui/colorlcd/channel_bar.cpp b/radio/src/gui/colorlcd/channel_bar.cpp index 25f0c9f6b80..31e540cc501 100644 --- a/radio/src/gui/colorlcd/channel_bar.cpp +++ b/radio/src/gui/colorlcd/channel_bar.cpp @@ -41,8 +41,10 @@ ChannelBar::ChannelBar(Window* parent, const rect_t& rect, lv_obj_set_pos(bar, width() / 2, 0); lv_obj_set_size(bar, 0, height()); + coord_t yo = (height() < 10) ? -1 : -2; + valText = lv_label_create(lvobj); - lv_obj_set_pos(valText, width() / 2 + 5, -2); + lv_obj_set_pos(valText, width() / 2 + 5, yo); lv_obj_set_size(valText, 45, 12); etx_obj_add_style(valText, styles->text_align_left, LV_PART_MAIN); lv_obj_set_style_translate_x(valText, -54, LV_STATE_USER_1); @@ -206,6 +208,10 @@ void OutputChannelBar::checkEvents() //----------------------------------------------------------------------------- +LAYOUT_VAL1(VAL_W, 45) +LAYOUT_VAL1(VAL_H, 12) +LAYOUT_VAL3(ICON_SZ, 25, 16, 25) + ComboChannelBar::ComboChannelBar(Window* parent, const rect_t& rect, uint8_t _channel, bool isInHeader) : Window(parent, rect), channel(_channel) @@ -232,13 +238,13 @@ ComboChannelBar::ComboChannelBar(Window* parent, const rect_t& rect, if (g_model.limitData[channel].name[0]) { char nm[LEN_CHANNEL_NAME + 1]; strAppend(nm, g_model.limitData[channel].name, LEN_CHANNEL_NAME); - new StaticText(this, {LMARGIN + 45, 0, LV_SIZE_CONTENT, 12}, nm, + new StaticText(this, {LMARGIN + VAL_W, 0, LV_SIZE_CONTENT, VAL_H}, nm, textColor | FONT(XS) | LEFT); } // Channel value in µS new DynamicNumber( - this, {width() - 45, 0, 45, 12}, + this, {width() - VAL_W, 0, VAL_W, VAL_H}, [=] { return PPM_CH_CENTER(channel) + channelOutputs[channel] / 2; }, textColor | FONT(XS) | RIGHT, "", STR_US); @@ -252,7 +258,7 @@ ComboChannelBar::ComboChannelBar(Window* parent, const rect_t& rect, // Channel reverted icon LimitData* ld = limitAddress(channel); if (ld && ld->revert) { - new StaticIcon(this, 0, 25, ICON_CHAN_MONITOR_INVERTED, + new StaticIcon(this, 0, ICON_SZ, ICON_CHAN_MONITOR_INVERTED, textColor); } } diff --git a/radio/src/gui/colorlcd/channel_bar.h b/radio/src/gui/colorlcd/channel_bar.h index cf399c7c3f0..28c6ced957f 100644 --- a/radio/src/gui/colorlcd/channel_bar.h +++ b/radio/src/gui/colorlcd/channel_bar.h @@ -23,9 +23,9 @@ #include "opentx.h" -constexpr coord_t ROW_HEIGHT = 42; -constexpr coord_t BAR_HEIGHT = 13; -constexpr coord_t LMARGIN = 15; +LAYOUT_VAL1(ROW_HEIGHT, 42) +LAYOUT_VAL3(BAR_HEIGHT, 13, 9, 13) +LAYOUT_VAL1(LMARGIN, 15) constexpr coord_t TMARGIN = 2; class ChannelBar : public Window diff --git a/radio/src/gui/colorlcd/color_editor.cpp b/radio/src/gui/colorlcd/color_editor.cpp index aef0a018538..925bbf8d01c 100644 --- a/radio/src/gui/colorlcd/color_editor.cpp +++ b/radio/src/gui/colorlcd/color_editor.cpp @@ -23,10 +23,12 @@ #include "button.h" #include "themes/etx_lv_theme.h" -constexpr int BAR_MARGIN = 5; - -constexpr int BAR_TOP_MARGIN = 5; -constexpr int BAR_HEIGHT_OFFSET = BAR_TOP_MARGIN + 25; +LAYOUT_VAL3(BAR_MARGIN, 5, 4, 5) +LAYOUT_VAL3(BAR_TOP_MARGIN, 5, 4, 5) +LAYOUT_VAL3(BAR_HEIGHT_OFFSET, 25, 16, 25) +LAYOUT_VAL3(LBL_YO, 9, 5, 9) +LAYOUT_VAL3(VAL_XO, 10, 6, 10) +LAYOUT_VAL1(VAL_YO, 3) static const char* const RGBChars[MAX_BARS] = {"R", "G", "B"}; static const char* const HSVChars[MAX_BARS] = {"H", "S", "V"}; @@ -276,7 +278,7 @@ BarColorType::BarColorType(Window* parent) rect_t r; r.y = BAR_TOP_MARGIN; r.w = spacePerBar - BAR_MARGIN - 5; - r.h = parent->height() - BAR_HEIGHT_OFFSET; + r.h = parent->height() - (BAR_TOP_MARGIN + BAR_HEIGHT_OFFSET); for (int i = 0; i < MAX_BARS; i++) { r.x = leftPos + BAR_MARGIN; @@ -289,8 +291,8 @@ BarColorType::BarColorType(Window* parent) auto x = bar->left(); auto y = bar->bottom(); - barLabels[i] = create_bar_label(parent->getLvObj(), x, y + 9); - barValLabels[i] = create_bar_value_label(parent->getLvObj(), x + 10, y + 3); + barLabels[i] = create_bar_label(parent->getLvObj(), x, y + LBL_YO); + barValLabels[i] = create_bar_value_label(parent->getLvObj(), x + VAL_XO, y + VAL_YO); } } diff --git a/radio/src/gui/colorlcd/color_picker.cpp b/radio/src/gui/colorlcd/color_picker.cpp index 7f2c9348f76..2f2b8654e17 100644 --- a/radio/src/gui/colorlcd/color_picker.cpp +++ b/radio/src/gui/colorlcd/color_picker.cpp @@ -29,7 +29,7 @@ constexpr lv_coord_t COLOR_PAD_WIDTH = (4 * LV_DPI_DEF) / 10; constexpr lv_coord_t COLOR_PAD_HEIGHT = 32; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD // Landscape static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; diff --git a/radio/src/gui/colorlcd/curveedit.cpp b/radio/src/gui/colorlcd/curveedit.cpp index 62c83396b9d..426aa4ecdc3 100644 --- a/radio/src/gui/colorlcd/curveedit.cpp +++ b/radio/src/gui/colorlcd/curveedit.cpp @@ -39,7 +39,7 @@ CurveDataEdit::CurveDataEdit(Window* parent, const rect_t& rect, etx_scrollbar(lvobj); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define NUM_BTN_WIDTH 44 #else #define NUM_BTN_WIDTH 48 @@ -277,7 +277,7 @@ void CurveEditWindow::buildBody(Window* window) lv_obj_set_grid_align(line->getLvObj(), LV_GRID_ALIGN_SPACE_BETWEEN, LV_GRID_ALIGN_SPACE_BETWEEN); -#if LCD_H > LCD_W // portrait +#if PORTRAIT_LCD // portrait lv_obj_set_flex_flow(line->getLvObj(), LV_FLEX_FLOW_COLUMN); coord_t curveWidth = window->width() - 88; coord_t boxWidth = window->width(); diff --git a/radio/src/gui/colorlcd/custom_failsafe.cpp b/radio/src/gui/colorlcd/custom_failsafe.cpp index 10531899621..8d07349b2f2 100644 --- a/radio/src/gui/colorlcd/custom_failsafe.cpp +++ b/radio/src/gui/colorlcd/custom_failsafe.cpp @@ -187,7 +187,7 @@ static void set_failsafe(lv_event_t* e) if (combo) combo->update(); } -#if LCD_H > LCD_W +#if PORTRAIT_LCD #define FS_BARGRAPH_WIDTH (LV_DPI_DEF / 2) #else #define FS_BARGRAPH_WIDTH (LV_DPI_DEF) diff --git a/radio/src/gui/colorlcd/fm_matrix.cpp b/radio/src/gui/colorlcd/fm_matrix.cpp index baf12173444..b291d17f500 100644 --- a/radio/src/gui/colorlcd/fm_matrix.cpp +++ b/radio/src/gui/colorlcd/fm_matrix.cpp @@ -24,15 +24,21 @@ #include "opentx.h" #include "themes/etx_lv_theme.h" +#if PORTRAIT_LCD +#define FM_COLS 3 +#define FM_ROWS 3 +#else +#define FM_COLS 5 +#define FM_ROWS 2 +#endif + +LAYOUT_VAL1(FM_BTN_W, 48) + template FMMatrix::FMMatrix(Window* parent, const rect_t& r, T* input) : ButtonMatrix(parent, r), input(input) { -#if LCD_W > LCD_H - initBtnMap(5, MAX_FLIGHT_MODES); -#else - initBtnMap(3, MAX_FLIGHT_MODES); -#endif + initBtnMap(FM_COLS, MAX_FLIGHT_MODES); for (int i = 0; i < MAX_FLIGHT_MODES; i++) { setTextAndState(i); @@ -40,13 +46,8 @@ FMMatrix::FMMatrix(Window* parent, const rect_t& r, T* input) : update(); -#if LCD_W > LCD_H - lv_obj_set_width(lvobj, 258); - lv_obj_set_height(lvobj, 73); -#else - lv_obj_set_width(lvobj, 156); - lv_obj_set_height(lvobj, 108); -#endif + lv_obj_set_width(lvobj, FM_COLS * (FM_BTN_W + 3) + 3); + lv_obj_set_height(lvobj, FM_ROWS * (UI_ELEMENT_HEIGHT + 3) +3); padAll(PAD_SMALL); } diff --git a/radio/src/gui/colorlcd/fonts.cpp b/radio/src/gui/colorlcd/fonts.cpp index 4966fe2e5ac..7ecad640b1f 100644 --- a/radio/src/gui/colorlcd/fonts.cpp +++ b/radio/src/gui/colorlcd/fonts.cpp @@ -29,21 +29,22 @@ #if !defined(BOOT) +#if LANDSCAPE_LCD_SMALL #define FONT_TABLE(name) \ - extern const etxLz4Font lv_font_##name##_bold_16; \ - extern const etxLz4Font lv_font_##name##_9; \ - extern const etxLz4Font lv_font_##name##_13; \ - extern const etxLz4Font lv_font_##name##_24; \ - extern const etxLz4Font lv_font_##name##_bold_32; \ - extern const etxLz4Font lv_font_##name##_bold_64; \ + extern const etxLz4Font lv_font_##name##_bold_STD_s; \ + extern const etxLz4Font lv_font_##name##_XXS_s; \ + extern const etxLz4Font lv_font_##name##_XS_s; \ + extern const etxLz4Font lv_font_##name##_L_s; \ + extern const etxLz4Font lv_font_##name##_bold_XL_s; \ + extern const etxLz4Font lv_font_##name##_bold_XXL_s; \ static const etxLz4Font* lz4FontTable[FONTS_COUNT] = { \ - nullptr, /* FONT_STD_INDEX */ \ - &lv_font_##name##_bold_16, /* FONT_BOLD_INDEX */ \ - &lv_font_##name##_9, /* FONT_XXS_INDEX */ \ - &lv_font_##name##_13, /* FONT_XS_INDEX */ \ - &lv_font_##name##_24, /* FONT_L_INDEX */ \ - &lv_font_##name##_bold_32, /* FONT_XL_INDEX */ \ - &lv_font_##name##_bold_64, /* FONT_XXL_INDEX */ \ + nullptr, /* FONT_STD_INDEX */ \ + &lv_font_##name##_bold_STD_s, /* FONT_BOLD_INDEX */\ + &lv_font_##name##_XXS_s, /* FONT_XXS_INDEX */ \ + &lv_font_##name##_XS_s, /* FONT_XS_INDEX */ \ + &lv_font_##name##_L_s, /* FONT_L_INDEX */ \ + &lv_font_##name##_bold_XL_s, /* FONT_XL_INDEX */ \ + &lv_font_##name##_bold_XXL_s, /* FONT_XXL_INDEX */ \ }; \ static const lv_font_t* lvglFontTable[FONTS_COUNT] = { \ LV_FONT_DEFAULT, /* FONT_STD_INDEX */ \ @@ -54,6 +55,33 @@ nullptr, /* FONT_XL_INDEX */ \ nullptr, /* FONT_XXL_INDEX */ \ } +#else +#define FONT_TABLE(name) \ + extern const etxLz4Font lv_font_##name##_bold_STD; \ + extern const etxLz4Font lv_font_##name##_XXS; \ + extern const etxLz4Font lv_font_##name##_XS; \ + extern const etxLz4Font lv_font_##name##_L; \ + extern const etxLz4Font lv_font_##name##_bold_XL; \ + extern const etxLz4Font lv_font_##name##_bold_XXL; \ + static const etxLz4Font* lz4FontTable[FONTS_COUNT] = { \ + nullptr, /* FONT_STD_INDEX */ \ + &lv_font_##name##_bold_STD, /* FONT_BOLD_INDEX */ \ + &lv_font_##name##_XXS, /* FONT_XXS_INDEX */ \ + &lv_font_##name##_XS, /* FONT_XS_INDEX */ \ + &lv_font_##name##_L, /* FONT_L_INDEX */ \ + &lv_font_##name##_bold_XL, /* FONT_XL_INDEX */ \ + &lv_font_##name##_bold_XXL, /* FONT_XXL_INDEX */ \ + }; \ + static const lv_font_t* lvglFontTable[FONTS_COUNT] = { \ + LV_FONT_DEFAULT, /* FONT_STD_INDEX */ \ + nullptr, /* FONT_BOLD_INDEX */ \ + nullptr, /* FONT_XXS_INDEX */ \ + nullptr, /* FONT_XS_INDEX */ \ + nullptr, /* FONT_L_INDEX */ \ + nullptr, /* FONT_XL_INDEX */ \ + nullptr, /* FONT_XXL_INDEX */ \ + } +#endif #if defined(TRANSLATIONS_CN) FONT_TABLE(noto_cn); diff --git a/radio/src/gui/colorlcd/fullscreen_dialog.cpp b/radio/src/gui/colorlcd/fullscreen_dialog.cpp index 3421a0bf558..e501bad6fba 100644 --- a/radio/src/gui/colorlcd/fullscreen_dialog.cpp +++ b/radio/src/gui/colorlcd/fullscreen_dialog.cpp @@ -30,7 +30,7 @@ #include "view_main.h" #include "hal/watchdog_driver.h" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD constexpr uint32_t ALERT_FRAME_TOP = 50; constexpr uint32_t ALERT_FRAME_HEIGHT = (LCD_H - 120); constexpr uint32_t ALERT_BITMAP_TOP = ALERT_FRAME_TOP + 25; diff --git a/radio/src/gui/colorlcd/gvar_numberedit.cpp b/radio/src/gui/colorlcd/gvar_numberedit.cpp index 36dab266739..0f2251a6573 100644 --- a/radio/src/gui/colorlcd/gvar_numberedit.cpp +++ b/radio/src/gui/colorlcd/gvar_numberedit.cpp @@ -22,6 +22,8 @@ #include "gvar_numberedit.h" #include "opentx.h" +LAYOUT_VAL1(NUM_EDIT_W, 70) + void GVarNumberEdit::value_changed(lv_event_t* e) { auto obj = lv_event_get_target(e); @@ -64,13 +66,13 @@ GVarNumberEdit::GVarNumberEdit(Window* parent, const rect_t& rect, int32_t vmin, }); gvar_field->setTextHandler( [=](int32_t value) { return getGVarString(value); }); - gvar_field->setWidth(70); + gvar_field->setWidth(NUM_EDIT_W); num_field = new NumberEdit( this, rect_t{}, vmin, vmax, [=]() { return getValue() + voffset; }, nullptr); num_field->setTextFlag(textFlags); - num_field->setWidth(70); + num_field->setWidth(NUM_EDIT_W); num_field->setDefault(vdefault); #if defined(GVARS) diff --git a/radio/src/gui/colorlcd/hw_inputs.cpp b/radio/src/gui/colorlcd/hw_inputs.cpp index 18d6c9d71d7..58b2fd61744 100644 --- a/radio/src/gui/colorlcd/hw_inputs.cpp +++ b/radio/src/gui/colorlcd/hw_inputs.cpp @@ -29,10 +29,13 @@ #define SET_DIRTY() storageDirty(EE_GENERAL) +LAYOUT_VAL1(HW_INP_W, 64) + struct HWInputEdit : public RadioTextEdit { HWInputEdit(Window* parent, char* name, size_t len, coord_t x = 0, coord_t y = 0) : - RadioTextEdit(parent, rect_t{x, y, 64, 32}, name, len) + RadioTextEdit(parent, rect_t{x, y, HW_INP_W, UI_ELEMENT_HEIGHT}, name, + len) { } }; @@ -42,7 +45,7 @@ static const lv_coord_t col_two_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(2), static const lv_coord_t col_three_dsc[] = { LV_GRID_FR(8), LV_GRID_FR(12), LV_GRID_FR(20), LV_GRID_TEMPLATE_LAST}; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t pots_col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(2), LV_GRID_FR(5), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; @@ -79,27 +82,17 @@ HWSticks::HWSticks(Window* parent) : Window(parent, rect_t{}) // Absolute layout for Pots popup - due to performance issues with lv_textarea // in a flex layout -#if LCD_W > LCD_H -#define P_LBL_X 0 -#define P_LBL_W ((coord_t)((DIALOG_DEFAULT_WIDTH - 30) * 2 / 11)) -#define P_NM_X (P_LBL_X + P_LBL_W + 6) -#define P_TYP_X (P_NM_X + 70) -#define P_TYP_W 160 -#define P_INV_X (P_TYP_X + P_TYP_W + 6) -#define P_INV_W 52 -#define P_Y(i) (i * 36 + 2) -#define P_OFST_Y 0 -#else -#define P_LBL_X 0 -#define P_LBL_W ((coord_t)((DIALOG_DEFAULT_WIDTH - 18) * 13 / 21)) -#define P_NM_X (P_LBL_X + P_LBL_W + 6) -#define P_TYP_X 0 -#define P_TYP_W P_LBL_W -#define P_INV_X (P_TYP_X + P_TYP_W + 6) -#define P_INV_W 52 -#define P_Y(i) (i * 72 + 2) -#define P_OFST_Y 36 -#endif +LAYOUT_VAL1(P_LBL_X, 0) +LAYOUT_VAL3(P_LBL_W, (DIALOG_DEFAULT_WIDTH - 45) * 2 / 11, (DIALOG_DEFAULT_WIDTH - 30) * 2 / 11, (DIALOG_DEFAULT_WIDTH - 18) * 13 / 21) +constexpr coord_t P_NM_X = P_LBL_X + P_LBL_W + PAD_MEDIUM; +LAYOUT_VAL1(P_NM_W, 70) +LAYOUT_VAL3(P_TYP_X, P_NM_X + P_NM_W, P_NM_X + P_NM_W, 0) +LAYOUT_VAL2(P_TYP_W, 160, P_LBL_W) +constexpr coord_t P_INV_X = P_TYP_X + P_TYP_W + PAD_MEDIUM; +LAYOUT_VAL1(P_INV_W, 52) +LAYOUT_VAL3(P_ROW_H, 36, 26, 72) +#define P_Y(i) (i * P_ROW_H + 2) +LAYOUT_VAL3(P_OFST_Y, 0, 0, 36) HWPots::HWPots(Window* parent) : Window(parent, rect_t{0, 0, DIALOG_DEFAULT_WIDTH - 12, LV_SIZE_CONTENT}) @@ -122,15 +115,17 @@ HWPots::HWPots(Window* parent) : // #if !defined(SIMU) && defined(RADIO_FAMILY_T16) // if (!globalData.flyskygimbals && (i >= (NUM_POTS - 2))) continue; // #endif - new StaticText(this, rect_t{P_LBL_X, P_Y(i) + 6, P_LBL_W, 32}, + new StaticText(this, + rect_t{P_LBL_X, P_Y(i) + 6, P_LBL_W, UI_ELEMENT_HEIGHT}, adcGetInputLabel(ADC_INPUT_FLEX, i)); new HWInputEdit(this, (char*)analogGetCustomLabel(ADC_INPUT_FLEX, i), LEN_ANA_NAME, P_NM_X, P_Y(i)); auto pot = new Choice( - this, rect_t{P_TYP_X, P_Y(i) + P_OFST_Y, P_TYP_W, 32}, STR_POTTYPES, - FLEX_NONE, FLEX_SWITCH, [=]() -> int { return getPotType(i); }, + this, rect_t{P_TYP_X, P_Y(i) + P_OFST_Y, P_TYP_W, UI_ELEMENT_HEIGHT}, + STR_POTTYPES, FLEX_NONE, FLEX_SWITCH, + [=]() -> int { return getPotType(i); }, [=](int newValue) { setPotType(i, newValue); switchFixFlexConfig(); @@ -140,7 +135,7 @@ HWPots::HWPots(Window* parent) : pot->setAvailableHandler([=](int val) { return isPotTypeAvailable(val); }); new ToggleSwitch( - this, rect_t{P_INV_X, P_Y(i) + P_OFST_Y, P_INV_W, 32}, + this, rect_t{P_INV_X, P_Y(i) + P_OFST_Y, P_INV_W, UI_ELEMENT_HEIGHT}, [=]() -> uint8_t { return (uint8_t)getPotInversion(i); }, [=](int8_t newValue) { setPotInversion(i, newValue); @@ -151,17 +146,14 @@ HWPots::HWPots(Window* parent) : // Absolute layout for Switches popup - due to performance issues with // lv_textarea in a flex layout -#if LCD_W > LCD_H -#define SW_CTRL_W 86 -#else -#define SW_CTRL_W 75 -#endif +LAYOUT_VAL2(SW_CTRL_W, 86, 75) +LAYOUT_VAL3(SW_CTRL_H, 36, 26, 36) class SwitchDynamicLabel : public StaticText { public: SwitchDynamicLabel(Window* parent, uint8_t index, coord_t x, coord_t y) : - StaticText(parent, rect_t{x, y, SW_CTRL_W, 32}, ""), + StaticText(parent, rect_t{x, y, SW_CTRL_W, UI_ELEMENT_HEIGHT}, ""), index(index) { checkEvents(); @@ -219,15 +211,15 @@ HWSwitches::HWSwitches(Window* parent) : { auto max_switches = switchGetMaxSwitches(); for (int i = 0; i < max_switches; i++) { - new SwitchDynamicLabel(this, i, 2, i * 36 + 2); + new SwitchDynamicLabel(this, i, 2, i * SW_CTRL_H + 2); new HWInputEdit(this, (char*)switchGetCustomName(i), LEN_SWITCH_NAME, - SW_CTRL_W + 8, i * 36 + 2); + SW_CTRL_W + 8, i * SW_CTRL_H + 2); coord_t x = SW_CTRL_W * 2 + 14; Choice* channel = nullptr; if (switchIsFlex(i)) { channel = new Choice( - this, rect_t{x, i * 36 + 2, SW_CTRL_W, 32}, -1, + this, rect_t{x, i * SW_CTRL_H + 2, SW_CTRL_W, UI_ELEMENT_HEIGHT}, -1, adcGetMaxInputs(ADC_INPUT_FLEX) - 1, [=]() -> int { return switchGetFlexConfig(i); }, [=](int newValue) { switchConfigFlex(i, newValue); }); @@ -242,8 +234,9 @@ HWSwitches::HWSwitches(Window* parent) : } auto sw_cfg = new Choice( - this, rect_t{x, i * 36 + 2, SW_CTRL_W, 32}, STR_SWTYPES, SWITCH_NONE, - switchGetMaxType(i), [=]() -> int { return SWITCH_CONFIG(i); }, + this, rect_t{x, i * SW_CTRL_H + 2, SW_CTRL_W, UI_ELEMENT_HEIGHT}, + STR_SWTYPES, SWITCH_NONE, switchGetMaxType(i), + [=]() -> int { return SWITCH_CONFIG(i); }, [=](int newValue) { swconfig_t mask = (swconfig_t)SWITCH_CONFIG_MASK(i); g_eeGeneral.switchConfig = diff --git a/radio/src/gui/colorlcd/input_edit.cpp b/radio/src/gui/colorlcd/input_edit.cpp index c50fa302965..8b79aa004bd 100644 --- a/radio/src/gui/colorlcd/input_edit.cpp +++ b/radio/src/gui/colorlcd/input_edit.cpp @@ -32,13 +32,8 @@ #define SET_DIRTY() storageDirty(EE_MODEL) -#if LCD_W > LCD_H -constexpr coord_t INPUT_EDIT_CURVE_WIDTH = 140; -constexpr coord_t INPUT_EDIT_CURVE_HEIGHT = INPUT_EDIT_CURVE_WIDTH; -#else -constexpr coord_t INPUT_EDIT_CURVE_WIDTH = 176; -constexpr coord_t INPUT_EDIT_CURVE_HEIGHT = 132; -#endif +LAYOUT_VAL3(INPUT_EDIT_CURVE_WIDTH, 140, 110, 176) +LAYOUT_VAL3(INPUT_EDIT_CURVE_HEIGHT, INPUT_EDIT_CURVE_WIDTH, INPUT_EDIT_CURVE_WIDTH, 132) InputEditWindow::InputEditWindow(int8_t input, uint8_t index) : Page(ICON_MODEL_INPUTS), input(input), index(index) @@ -48,7 +43,7 @@ InputEditWindow::InputEditWindow(int8_t input, uint8_t index) : header->setTitle2(title2); auto body_obj = body->getLvObj(); -#if LCD_H > LCD_W // portrait +#if PORTRAIT_LCD // portrait lv_obj_set_flex_flow(body_obj, LV_FLEX_FLOW_COLUMN); #else // landscape lv_obj_set_flex_flow(body_obj, LV_FLEX_FLOW_ROW); @@ -60,7 +55,7 @@ InputEditWindow::InputEditWindow(int8_t input, uint8_t index) : lv_obj_set_flex_grow(box_obj, 2); etx_scrollbar(box_obj); -#if LCD_H > LCD_W // portrait +#if PORTRAIT_LCD // portrait box->setWidth(body->width() - 2 * lv_dpx(8)); #else // landscape box->setHeight(body->height() - 2 * lv_dpx(8)); diff --git a/radio/src/gui/colorlcd/input_mix_button.cpp b/radio/src/gui/colorlcd/input_mix_button.cpp index 642602c7b76..a997fe49793 100644 --- a/radio/src/gui/colorlcd/input_mix_button.cpp +++ b/radio/src/gui/colorlcd/input_mix_button.cpp @@ -23,11 +23,13 @@ #include "opentx.h" #include "bitmaps.h" -// total: 92 x 17 -#define FM_CANVAS_HEIGHT 17 -#define FM_CANVAS_WIDTH 92 +LAYOUT_VAL3(FM_CANVAS_WIDTH, 92, 66, 92) +LAYOUT_VAL3(FM_CANVAS_HEIGHT, 17, 12, 17) +LAYOUT_VAL1(FM_BTN_W, 20) +LAYOUT_VAL1(FM_LBL_W, 8) +LAYOUT_VAL1(FM_BAR_Y, 3) -#if LCD_W > LCD_H // Landscape +#if !PORTRAIT_LCD // Landscape static const lv_coord_t col_dsc[] = { LV_GRID_FR(7), // weight LV_GRID_FR(12), // source @@ -64,7 +66,7 @@ InputMixButton::InputMixButton(Window* parent, uint8_t index) : lv_obj_set_grid_cell(source, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 0, 1); opts = lv_label_create(lvobj); -#if LCD_W > LCD_H // Landscape +#if !PORTRAIT_LCD // Landscape lv_obj_set_grid_cell(opts, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_START, 0, 1); #else lv_obj_set_grid_cell(opts, LV_GRID_ALIGN_STRETCH, 2, 1, LV_GRID_ALIGN_START, 0, 2); @@ -110,7 +112,7 @@ void InputMixButton::setFlightModes(uint16_t modes) lv_canvas_set_buffer(fm_canvas, fm_buffer, FM_CANVAS_WIDTH, FM_CANVAS_HEIGHT, LV_IMG_CF_ALPHA_8BIT); -#if LCD_W > LCD_H // Landscape +#if !PORTRAIT_LCD // Landscape lv_obj_set_grid_cell(fm_canvas, LV_GRID_ALIGN_START, 3, 1, LV_GRID_ALIGN_CENTER, 0, 1); #else @@ -130,7 +132,7 @@ void InputMixButton::setFlightModes(uint16_t modes) coord_t x = 0; lv_canvas_copy_buf(fm_canvas, mask->data, x, 0, w, h); - x += 20; + x += FM_BTN_W; lv_draw_label_dsc_t label_dsc; lv_draw_label_dsc_init(&label_dsc); @@ -148,10 +150,10 @@ void InputMixButton::setFlightModes(uint16_t modes) if (fm_modes & (1 << i)) { label_dsc.color = lv_color_make(0x7f, 0x7f, 0x7f); } else { - lv_canvas_draw_rect(fm_canvas, x, 0, 8, 3, &rect_dsc); + lv_canvas_draw_rect(fm_canvas, x, 0, FM_LBL_W, FM_BAR_Y, &rect_dsc); label_dsc.color = lv_color_white(); } - lv_canvas_draw_text(fm_canvas, x, 0, 8, &label_dsc, s); - x += 8; + lv_canvas_draw_text(fm_canvas, x, 0, FM_LBL_W, &label_dsc, s); + x += FM_LBL_W; } } diff --git a/radio/src/gui/colorlcd/input_mix_group.cpp b/radio/src/gui/colorlcd/input_mix_group.cpp index 51ab4456e12..28c903c1e58 100644 --- a/radio/src/gui/colorlcd/input_mix_group.cpp +++ b/radio/src/gui/colorlcd/input_mix_group.cpp @@ -27,6 +27,10 @@ #include "opentx.h" #include "themes/etx_lv_theme.h" +LAYOUT_VAL1(NAM_W, 71) +LAYOUT_VAL1(MIX_MON_W, 100) +LAYOUT_VAL1(MIX_MON_H, 14) + static void input_mix_group_constructor(const lv_obj_class_t* class_p, lv_obj_t* obj) { @@ -52,7 +56,7 @@ static lv_obj_t* input_mix_group_create(lv_obj_t* parent) } static const lv_coord_t col_dsc[] = { - lv_coord_t(LV_DPI_DEF * 0.55), + lv_coord_t(NAM_W), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST, }; @@ -122,7 +126,7 @@ void InputMixGroup::enableMixerMonitor(uint8_t channel) { if (monitor != nullptr) return; - rect_t r{0, 0, 100, 14}; + rect_t r{0, 0, MIX_MON_W, MIX_MON_H}; monitor = new MixerChannelBar(this, r, channel); lv_obj_t* mon_obj = monitor->getLvObj(); diff --git a/radio/src/gui/colorlcd/layout.h b/radio/src/gui/colorlcd/layout.h index 9c72ff148c3..451c0907a3f 100644 --- a/radio/src/gui/colorlcd/layout.h +++ b/radio/src/gui/colorlcd/layout.h @@ -28,9 +28,11 @@ #define MAX_LAYOUT_ZONES 10 #define MAX_LAYOUT_OPTIONS 10 -constexpr coord_t TRIM_LINE_WIDTH = 8; -constexpr coord_t TRIM_SQUARE_SIZE = 17; -constexpr coord_t MAIN_ZONE_BORDER = 10; + +LAYOUT_VAL1(TRIM_LINE_WIDTH, 8) +LAYOUT_VAL3(TRIM_SQUARE_SIZE, 17, 13, 17) +LAYOUT_VAL3(MAIN_ZONE_BORDER, 10, 6, 10) + constexpr uint32_t LAYOUT_REFRESH = 1000 / 2; // 2 Hz #if !defined(YAML_GENERATOR) diff --git a/radio/src/gui/colorlcd/layouts/layout_factory_impl.h b/radio/src/gui/colorlcd/layouts/layout_factory_impl.h index d3aaca11593..2c0c1de56e1 100644 --- a/radio/src/gui/colorlcd/layouts/layout_factory_impl.h +++ b/radio/src/gui/colorlcd/layouts/layout_factory_impl.h @@ -138,13 +138,8 @@ class Layout: public LayoutBase rect_t getZone(unsigned int index) const override; }; -#if LCD_W > LCD_H -#define BM_W 51 -#define BM_H 25 -#else -#define BM_W 22 -#define BM_H 34 -#endif +LAYOUT_VAL2(BM_W, 51, 22) +LAYOUT_VAL2(BM_H, 25, 34) template class BaseLayoutFactory: public LayoutFactory diff --git a/radio/src/gui/colorlcd/layouts/sliders.cpp b/radio/src/gui/colorlcd/layouts/sliders.cpp index 38e5d3617c8..3ae732e2901 100644 --- a/radio/src/gui/colorlcd/layouts/sliders.cpp +++ b/radio/src/gui/colorlcd/layouts/sliders.cpp @@ -26,9 +26,12 @@ #include "opentx.h" #include "switches.h" +LAYOUT_VAL3(SL_SZ, 15, 11, 15) +LAYOUT_VAL1(SL_TK, 2) + static const lv_style_const_prop_t shadow1_props[] = { // LV_STYLE_CONST_SHADOW_COLOR does not compile in GitHub ??? - {.prop = LV_STYLE_SHADOW_COLOR, .value {.color {.full = 0}}}, + {.prop = LV_STYLE_SHADOW_COLOR, .value = {.color = {.full = 0}}}, LV_STYLE_CONST_SHADOW_OPA(LV_OPA_20), LV_STYLE_CONST_SHADOW_OFS_X(1), LV_STYLE_CONST_SHADOW_OFS_Y(1), @@ -39,7 +42,7 @@ static LV_STYLE_CONST_MULTI_INIT(shadow1_style, shadow1_props); static const lv_style_const_prop_t shadow2_props[] = { // LV_STYLE_CONST_SHADOW_COLOR does not compile in GitHub ??? - {.prop = LV_STYLE_SHADOW_COLOR, .value {.color {.full = 0}}}, + {.prop = LV_STYLE_SHADOW_COLOR, .value = {.color = {.full = 0}}}, LV_STYLE_CONST_SHADOW_OPA(LV_OPA_40), LV_STYLE_CONST_SHADOW_OFS_X(1), LV_STYLE_CONST_SHADOW_OFS_Y(1), @@ -49,19 +52,19 @@ static const lv_style_const_prop_t shadow2_props[] = { static LV_STYLE_CONST_MULTI_INIT(shadow2_style, shadow2_props); SliderIcon::SliderIcon(Window* parent) : - Window(parent, rect_t{0, 0, 17, 17}) + Window(parent, rect_t{0, 0, SL_SZ + 2, SL_SZ + 2}) { setWindowFlag(NO_FOCUS); auto shad = lv_obj_create(lvobj); etx_obj_add_style(shad, shadow1_style, LV_PART_MAIN); lv_obj_set_pos(shad, 1, 1); - lv_obj_set_size(shad, 15, 15); + lv_obj_set_size(shad, SL_SZ, SL_SZ); fill = lv_obj_create(lvobj); etx_obj_add_style(fill, shadow2_style, LV_PART_MAIN); lv_obj_set_pos(fill, 0, 0); - lv_obj_set_size(fill, 15, 15); + lv_obj_set_size(fill, SL_SZ, SL_SZ); etx_solid_bg(fill, COLOR_THEME_FOCUS_INDEX); } @@ -76,11 +79,11 @@ MainViewSlider::MainViewSlider(Window* parent, const rect_t& rect, uint8_t idx, lv_coord_t y = TRIM_SQUARE_SIZE / 2; for (uint8_t i = 0; i <= sliderTicksCount; i++) { if (i == 0 || i == sliderTicksCount / 2 || i == sliderTicksCount) { - tickPoints[i * 2] = {2, y}; - tickPoints[i * 2 + 1] = {15, y}; + tickPoints[i * 2] = {SL_TK, y}; + tickPoints[i * 2 + 1] = {SL_SZ, y}; } else { - tickPoints[i * 2] = {4, y}; - tickPoints[i * 2 + 1] = {13, y}; + tickPoints[i * 2] = {SL_TK + 2, y}; + tickPoints[i * 2 + 1] = {SL_SZ - 2, y}; } auto line = lv_line_create(lvobj); etx_obj_add_style(line, styles->div_line, LV_PART_MAIN); @@ -94,11 +97,11 @@ MainViewSlider::MainViewSlider(Window* parent, const rect_t& rect, uint8_t idx, lv_coord_t x = TRIM_SQUARE_SIZE / 2; for (uint8_t i = 0; i <= sliderTicksCount; i++) { if (i == 0 || i == sliderTicksCount / 2 || i == SLIDER_TICKS_COUNT) { - tickPoints[i * 2] = {x, 2}; - tickPoints[i * 2 + 1] = {x, 15}; + tickPoints[i * 2] = {x, SL_TK}; + tickPoints[i * 2 + 1] = {x, SL_SZ}; } else { - tickPoints[i * 2] = {x, 4}; - tickPoints[i * 2 + 1] = {x, 13}; + tickPoints[i * 2] = {x, SL_TK + 2}; + tickPoints[i * 2 + 1] = {x, SL_SZ - 2}; } auto line = lv_line_create(lvobj); etx_obj_add_style(line, styles->div_line, LV_PART_MAIN); @@ -162,8 +165,11 @@ MainViewVerticalSlider::MainViewVerticalSlider(Window* parent, { } -constexpr coord_t MULTIPOS_H = 18; -constexpr coord_t MULTIPOS_W_SPACING = 12; +LAYOUT_VAL3(MULTIPOS_H, 18, 13, 18) +LAYOUT_VAL1(MULTIPOS_W_SPACING, 12) +LAYOUT_VAL1(MULTIPOS_SZ, 12) +LAYOUT_VAL1(MULTIPOS_XO, 3) + constexpr coord_t MULTIPOS_W = (6 + 1) * MULTIPOS_W_SPACING; MainView6POS::MainView6POS(Window* parent, uint8_t idx) : @@ -175,7 +181,7 @@ MainView6POS::MainView6POS(Window* parent, uint8_t idx) : num[0] = value + '1'; auto p = lv_label_create(lvobj); lv_label_set_text(p, num); - lv_obj_set_size(p, 12, 12); + lv_obj_set_size(p, MULTIPOS_SZ, MULTIPOS_SZ); lv_obj_set_pos(p, x, 0); etx_txt_color(p, COLOR_THEME_SECONDARY1_INDEX, LV_PART_MAIN); etx_font(p, FONT_XS_INDEX, LV_PART_MAIN); @@ -184,8 +190,8 @@ MainView6POS::MainView6POS(Window* parent, uint8_t idx) : posIcon = new SliderIcon(this); posVal = lv_label_create(posIcon->getLvObj()); - lv_obj_set_pos(posVal, 3, -2); - lv_obj_set_size(posVal, 12, 12); + lv_obj_set_pos(posVal, MULTIPOS_XO, -2); + lv_obj_set_size(posVal, MULTIPOS_SZ, MULTIPOS_SZ); etx_txt_color(posVal, COLOR_THEME_PRIMARY2_INDEX, LV_PART_MAIN); etx_font(posVal, FONT_BOLD_INDEX, LV_PART_MAIN); diff --git a/radio/src/gui/colorlcd/layouts/sliders.h b/radio/src/gui/colorlcd/layouts/sliders.h index b09054a596e..4d605c20638 100644 --- a/radio/src/gui/colorlcd/layouts/sliders.h +++ b/radio/src/gui/colorlcd/layouts/sliders.h @@ -23,12 +23,8 @@ #include "libopenui.h" -#if LCD_H > LCD_W -constexpr uint8_t SLIDER_TICKS_COUNT = 30; -#else -constexpr uint8_t SLIDER_TICKS_COUNT = 40; -#endif -constexpr coord_t SLIDER_TICK_SPACING = 4; +LAYOUT_VAL3(SLIDER_TICKS_COUNT, 40, 36, 30) +LAYOUT_VAL1(SLIDER_TICK_SPACING, 4) constexpr coord_t HORIZONTAL_SLIDERS_WIDTH = SLIDER_TICKS_COUNT * SLIDER_TICK_SPACING + TRIM_SQUARE_SIZE; constexpr coord_t VERTICAL_SLIDERS_HEIGHT = diff --git a/radio/src/gui/colorlcd/layouts/topbar_impl.cpp b/radio/src/gui/colorlcd/layouts/topbar_impl.cpp index 8e6e495838d..2c35f96564b 100644 --- a/radio/src/gui/colorlcd/layouts/topbar_impl.cpp +++ b/radio/src/gui/colorlcd/layouts/topbar_impl.cpp @@ -41,12 +41,12 @@ unsigned int TopBar::getZonesCount() const rect_t TopBar::getZone(unsigned int index) const { if (index == MAX_TOPBAR_ZONES - 1) { - coord_t size = LCD_W - 48 - (MAX_TOPBAR_ZONES - 1) * (TOPBAR_ZONE_WIDTH + TOPBAR_ZONE_HMARGIN); + coord_t size = LCD_W - HDR_DATE_XO - (MAX_TOPBAR_ZONES - 1) * (TOPBAR_ZONE_WIDTH + TOPBAR_ZONE_HMARGIN); return {LCD_W - size, TOPBAR_ZONE_VMARGIN, size, TOPBAR_ZONE_HEIGHT}; } return { - coord_t(48 + (TOPBAR_ZONE_WIDTH + TOPBAR_ZONE_HMARGIN) * index), + coord_t(MENU_HEADER_BUTTONS_LEFT + 1 + (TOPBAR_ZONE_WIDTH + TOPBAR_ZONE_HMARGIN) * index), TOPBAR_ZONE_VMARGIN, TOPBAR_ZONE_WIDTH, TOPBAR_ZONE_HEIGHT diff --git a/radio/src/gui/colorlcd/layouts/trims.cpp b/radio/src/gui/colorlcd/layouts/trims.cpp index 5fa1f9172cf..0def0f8bc08 100644 --- a/radio/src/gui/colorlcd/layouts/trims.cpp +++ b/radio/src/gui/colorlcd/layouts/trims.cpp @@ -31,6 +31,19 @@ class TrimIcon : public SliderIcon public: TrimIcon(Window* parent, bool isVertical) : SliderIcon(parent) { +#if LANDSCAPE_LCD_SMALL + if (isVertical) { + barPoints[0] = {2, 3}; + barPoints[1] = {9, 3}; + barPoints[2] = {2, 7}; + barPoints[3] = {9, 7}; + } else { + barPoints[0] = {7, 2}; + barPoints[1] = {7, 9}; + barPoints[2] = {3, 2}; + barPoints[3] = {3, 9}; + } +#else if (isVertical) { barPoints[0] = {3, 4}; barPoints[1] = {12, 4}; @@ -42,6 +55,7 @@ class TrimIcon : public SliderIcon barPoints[2] = {4, 3}; barPoints[3] = {4, 12}; } +#endif bar1 = lv_line_create(lvobj); etx_obj_add_style(bar1, styles->div_line_white, LV_PART_MAIN); diff --git a/radio/src/gui/colorlcd/listbox.cpp b/radio/src/gui/colorlcd/listbox.cpp index 8648d6a13ef..031edb63cfa 100644 --- a/radio/src/gui/colorlcd/listbox.cpp +++ b/radio/src/gui/colorlcd/listbox.cpp @@ -109,10 +109,10 @@ void ListBox::setSelected(int selected, bool force) void ListBox::setSelected(std::set selected) { - if(!multiSelect) return; + if (!multiSelect) return; - for(int i = 0; i < getRowCount(); i++) { - if(selected.find(i) != selected.end()) + for (int i = 0; i < getRowCount(); i++) { + if (selected.find(i) != selected.end()) lv_table_add_cell_ctrl(lvobj, i, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); else lv_table_clear_cell_ctrl(lvobj, i, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); @@ -222,8 +222,7 @@ void ListBox::onDrawEnd(uint16_t row, uint16_t col, lv_obj_draw_part_dsc_t* dsc) lv_coord_t font_h = getFontHeight(FONT(STD)); const char* sym = LV_SYMBOL_OK; - if (getSelectedSymbol) - sym = getSelectedSymbol(row); + if (getSelectedSymbol) sym = getSelectedSymbol(row); lv_coord_t w = getTextWidth(sym, FONT(STD)); diff --git a/radio/src/gui/colorlcd/listbox.h b/radio/src/gui/colorlcd/listbox.h index 31d3ba5c966..bb3bd31db54 100644 --- a/radio/src/gui/colorlcd/listbox.h +++ b/radio/src/gui/colorlcd/listbox.h @@ -31,7 +31,8 @@ class ListBox : public TableField { std::function longPressHandler = nullptr; std::function pressHandler = nullptr; - std::function, std::set)> _multiSelectHandler = nullptr; + std::function, std::set)> + _multiSelectHandler = nullptr; std::function getSelectedSymbol = nullptr; bool autoEdit = false; diff --git a/radio/src/gui/colorlcd/mixer_edit.cpp b/radio/src/gui/colorlcd/mixer_edit.cpp index 2ea122c6bb0..4cb8b9ce354 100644 --- a/radio/src/gui/colorlcd/mixer_edit.cpp +++ b/radio/src/gui/colorlcd/mixer_edit.cpp @@ -34,15 +34,9 @@ #define SET_DIRTY() storageDirty(EE_MODEL) -#if (LCD_W > LCD_H) -#define MIX_STATUS_BAR_WIDTH 250 -#define MIX_STATUS_BAR_MARGIN 3 -#define MIX_RIGHT_MARGIN 0 -#else -#define MIX_STATUS_BAR_WIDTH 180 -#define MIX_STATUS_BAR_MARGIN 0 -#define MIX_RIGHT_MARGIN 3 -#endif +LAYOUT_VAL2(MIX_STATUS_BAR_WIDTH, 250, 180) +LAYOUT_VAL2(MIX_STATUS_BAR_MARGIN, 3, 0) +LAYOUT_VAL2(MIX_RIGHT_MARGIN, 0, 3) class MixerEditStatusBar : public Window { @@ -82,7 +76,7 @@ void MixEditWindow::buildHeader(Window *window) channel); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_FR(1), LV_GRID_FR(3), LV_GRID_TEMPLATE_LAST}; diff --git a/radio/src/gui/colorlcd/mixer_edit_adv.cpp b/radio/src/gui/colorlcd/mixer_edit_adv.cpp index e6bfb4d7a5b..7ebc85c5645 100644 --- a/radio/src/gui/colorlcd/mixer_edit_adv.cpp +++ b/radio/src/gui/colorlcd/mixer_edit_adv.cpp @@ -29,6 +29,8 @@ #define SET_DIRTY() storageDirty(EE_MODEL) +LAYOUT_VAL1(NUM_EDIT_W, 100) + MixEditAdvanced::MixEditAdvanced(int8_t channel, uint8_t index) : Page(ICON_MODEL_MIXER, PAD_MEDIUM), channel(channel), index(index) { @@ -40,7 +42,7 @@ MixEditAdvanced::MixEditAdvanced(int8_t channel, uint8_t index) : buildBody(body); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; @@ -80,21 +82,21 @@ void MixEditAdvanced::buildBody(Window* form) // Warning new StaticText(line, rect_t{}, STR_MIXWARNING); - auto edit = new NumberEdit(line, rect_t{0, 0, 100, 0}, 0, 3, + auto edit = new NumberEdit(line, rect_t{0, 0, NUM_EDIT_W, 0}, 0, 3, GET_SET_DEFAULT(mix->mixWarn)); edit->setZeroText(STR_OFF); // Delay up line = form->newLine(grid); new StaticText(line, rect_t{}, STR_DELAYUP); - edit = new NumberEdit(line, rect_t{0, 0, 100, 0}, 0, DELAY_MAX, + edit = new NumberEdit(line, rect_t{0, 0, NUM_EDIT_W, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->delayUp), SET_VALUE(mix->delayUp, newValue), PREC1); edit->setSuffix("s"); // Delay down new StaticText(line, rect_t{}, STR_DELAYDOWN); - edit = new NumberEdit(line, rect_t{0, 0, 100, 0}, 0, DELAY_MAX, + edit = new NumberEdit(line, rect_t{0, 0, NUM_EDIT_W, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->delayDown), SET_VALUE(mix->delayDown, newValue), PREC1); edit->setSuffix("s"); @@ -122,13 +124,13 @@ void MixEditAdvanced::buildBody(Window* form) // Slow up line = form->newLine(grid); new StaticText(line, rect_t{}, STR_SLOWUP); - slowUp = new NumberEdit(line, rect_t{0, 0, 100, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->speedUp), + slowUp = new NumberEdit(line, rect_t{0, 0, NUM_EDIT_W, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->speedUp), SET_VALUE(mix->speedUp, newValue), mix->speedPrec ? PREC2 : PREC1); slowUp->setSuffix("s"); // Slow down new StaticText(line, rect_t{}, STR_SLOWDOWN); - slowDn = new NumberEdit(line, rect_t{0, 0, 100, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->speedDown), + slowDn = new NumberEdit(line, rect_t{0, 0, NUM_EDIT_W, 0}, 0, DELAY_MAX, GET_DEFAULT(mix->speedDown), SET_VALUE(mix->speedDown, newValue), mix->speedPrec ? PREC2 : PREC1); slowDn->setSuffix("s"); } diff --git a/radio/src/gui/colorlcd/model_curves.cpp b/radio/src/gui/colorlcd/model_curves.cpp index e7672d70a16..9c063eafed6 100644 --- a/radio/src/gui/colorlcd/model_curves.cpp +++ b/radio/src/gui/colorlcd/model_curves.cpp @@ -27,16 +27,15 @@ #define SET_DIRTY() storageDirty(EE_MODEL) -#define PREVIEW_PAD 6 -#define TITLE_H 20 -#define INFO_H 27 -#define CURVE_BTN_W 142 -#define CURVE_BTH_H CURVE_BTN_W + TITLE_H + INFO_H - PREVIEW_PAD +LAYOUT_VAL1(TITLE_H, 20) +LAYOUT_VAL3(INFO_H, 27, 19, 27) +LAYOUT_VAL1(CURVE_BTN_W, 142) +constexpr coord_t CURVE_BTH_H = CURVE_BTN_W + TITLE_H + INFO_H - PAD_MEDIUM; -#if LCD_W > LCD_H -#define PER_ROW 3 -#else +#if PORTRAIT_LCD #define PER_ROW 2 +#else +#define PER_ROW 3 #endif class CurveButton : public Button @@ -54,7 +53,7 @@ class CurveButton : public Button s = strAppend(s, ":"); strAppend(s, g_model.curves[index].name, LEN_CURVE_NAME); } - title = new StaticText(this, {4, -1, width() - 12, 21}, buf, + title = new StaticText(this, {4, -1, width() - 12, TITLE_H + 1}, buf, COLOR_THEME_SECONDARY1 | CENTERED | FONT(BOLD)); etx_txt_color(title->getLvObj(), COLOR_THEME_PRIMARY2_INDEX, LV_PART_MAIN | LV_STATE_USER_1); @@ -71,8 +70,8 @@ class CurveButton : public Button // Preview preview = new CurveRenderer( this, - {PREVIEW_PAD, PREVIEW_PAD + TITLE_H, width() - PREVIEW_PAD * 2 - 4, - width() - PREVIEW_PAD * 2 - 4}, + {PAD_MEDIUM, PAD_MEDIUM + TITLE_H, width() - PAD_MEDIUM * 2 - 4, + width() - PAD_MEDIUM * 2 - 4}, [=](int x) -> int { return applyCustomCurve(x, index); }); // Curve characteristics @@ -209,7 +208,7 @@ void ModelCurvesPage::plusPopup(Window *window) void ModelCurvesPage::build(Window *window) { -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; #else diff --git a/radio/src/gui/colorlcd/model_flightmodes.cpp b/radio/src/gui/colorlcd/model_flightmodes.cpp index 6d4159bbbd7..0526f19bddb 100644 --- a/radio/src/gui/colorlcd/model_flightmodes.cpp +++ b/radio/src/gui/colorlcd/model_flightmodes.cpp @@ -30,6 +30,9 @@ #define SET_DIRTY() storageDirty(EE_MODEL) +LAYOUT_VAL3(TR_BTN_W, 65, 44, 65) +LAYOUT_VAL1(TR_MODE_W, 70) + static std::string getFMTrimStr(uint8_t mode, bool spacer) { mode &= 0x1F; @@ -49,7 +52,7 @@ static const lv_coord_t line_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), static const lv_coord_t line_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TRIMS_PER_LINE 2 static const lv_coord_t trims_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; @@ -75,7 +78,7 @@ class TrimEdit : public Window lastTrim = tr->value; auto tr_btn = new TextButton( - this, rect_t{0, 0, 65, 0}, getSourceString(MIXSRC_FIRST_TRIM + trimId), + this, rect_t{0, 0, TR_BTN_W, 0}, getSourceString(MIXSRC_FIRST_TRIM + trimId), [=]() { tr->mode = (tr->mode == TRIM_MODE_NONE) ? 0 : TRIM_MODE_NONE; tr_mode->setValue(tr->mode); @@ -86,7 +89,7 @@ class TrimEdit : public Window if (tr->mode != TRIM_MODE_NONE) tr_btn->check(); - tr_mode = new Choice(this, rect_t{0, 0, 70, 0}, 0, 2 * MAX_FLIGHT_MODES, + tr_mode = new Choice(this, rect_t{0, 0, TR_MODE_W, 0}, 0, 2 * MAX_FLIGHT_MODES, GET_DEFAULT(tr->mode), [=](int val) { tr->mode = val; showControls(); @@ -102,7 +105,7 @@ class TrimEdit : public Window }); tr_value = new NumberEdit( - this, rect_t{0, 0, 70, 0}, g_model.extendedTrims ? -512 : -128, + this, rect_t{0, 0, TR_MODE_W, 0}, g_model.extendedTrims ? -512 : -128, g_model.extendedTrims ? 512 : 128, GET_SET_DEFAULT(tr->value)); showControls(); @@ -197,31 +200,16 @@ class FlightModeEdit : public Page uint8_t index; }; -#if LCD_W > LCD_H // Landscape - -#define BTN_H 36 -#define TRIM_W 30 -#define FMID_W 36 -#define NAME_W 95 -#define SWTCH_W 50 -#define FADE_W 45 -#define TRIMC_W 180 -#define FMID_TOP 6 -#define LBL_TOP 6 - -#else // Portrait - -#define BTN_H 58 -#define TRIM_W 40 -#define FMID_W 46 -#define NAME_W 160 -#define SWTCH_W 50 -#define FADE_W 45 -#define TRIMC_W 160 -#define FMID_TOP 24 -#define LBL_TOP 0 - -#endif +LAYOUT_VAL3(BTN_H, 36, 26, 58) +LAYOUT_VAL2(TRIM_W, 30, 40) +LAYOUT_VAL1(TRIM_H, 16) +LAYOUT_VAL2(FMID_W, 36, 46) +LAYOUT_VAL2(NAME_W, 95, 160) +LAYOUT_VAL1(SWTCH_W, 50) +LAYOUT_VAL1(FADE_W, 45) +LAYOUT_VAL2(TRIMC_W, 180, 160) +LAYOUT_VAL2(FMID_TOP, 6, 24) +LAYOUT_VAL2(LBL_TOP, 6, 0) static void fm_group_constructor(const lv_obj_class_t* class_p, lv_obj_t* obj) { @@ -260,7 +248,7 @@ static const lv_obj_class_t fm_trims_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = TRIMC_W, - .height_def = 32, + .height_def = UI_ELEMENT_HEIGHT, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_obj_t), @@ -353,7 +341,7 @@ static const lv_obj_class_t fm_trim_mode_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = TRIM_W, - .height_def = 16, + .height_def = TRIM_H, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_label_t), @@ -373,7 +361,7 @@ static const lv_obj_class_t fm_trim_value_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = TRIM_W, - .height_def = 16, + .height_def = TRIM_H, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_label_t), @@ -427,7 +415,7 @@ class FlightModeBtn : public ListLineButton fmTrimMode[i] = etx_create(&fm_trim_mode_class, trims_cont); lv_obj_set_pos(fmTrimMode[i], i * TRIM_W, 0); fmTrimValue[i] = etx_create(&fm_trim_value_class, trims_cont); - lv_obj_set_pos(fmTrimValue[i], i * TRIM_W, 16); + lv_obj_set_pos(fmTrimValue[i], i * TRIM_W, TRIM_H); } fmFadeIn = etx_create(&fm_fade_class, container); diff --git a/radio/src/gui/colorlcd/model_gvars.cpp b/radio/src/gui/colorlcd/model_gvars.cpp index 009ba798371..b3f086af3b5 100644 --- a/radio/src/gui/colorlcd/model_gvars.cpp +++ b/radio/src/gui/colorlcd/model_gvars.cpp @@ -30,16 +30,16 @@ #define SET_DIRTY() storageDirty(EE_MODEL) -#define GVAR_NAME_SIZE 44 -#define GVAR_VAL_H (PAGE_LINE_HEIGHT * 2 - 6) -#if LCD_W > LCD_H -#define BTN_H 38 -#define GVAR_VAL_W 45 +LAYOUT_VAL3(BTN_H, 38, 26, 72) +LAYOUT_VAL2(GVAR_VAL_W, 45, 50) +LAYOUT_VAL1(GVAR_NAME_SIZE, 44) + +#define GVAR_VAL_H (PAGE_LINE_HEIGHT * 2 - PAD_MEDIUM) + +#if !PORTRAIT_LCD #define GVAR_COLS MAX_FLIGHT_MODES #define GVAR_H GVAR_VAL_H #else -#define BTN_H 72 -#define GVAR_VAL_W 50 #define GVAR_COLS 5 #define GVAR_H (GVAR_VAL_H * 2) #endif @@ -218,7 +218,7 @@ class GVarButton : public ListLineButton lv_obj_set_flex_align( lvobj, !modelFMEnabled() ? LV_FLEX_ALIGN_CENTER : LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_SPACE_AROUND); - if (!modelFMEnabled()) padLeft(8); + if (!modelFMEnabled()) padLeft(PAD_LARGE); lv_obj_add_event_cb(lvobj, GVarButton::on_draw, LV_EVENT_DRAW_MAIN_BEGIN, nullptr); diff --git a/radio/src/gui/colorlcd/model_heli.cpp b/radio/src/gui/colorlcd/model_heli.cpp index a7b77c5c35e..8346d0034c5 100644 --- a/radio/src/gui/colorlcd/model_heli.cpp +++ b/radio/src/gui/colorlcd/model_heli.cpp @@ -26,7 +26,7 @@ #define SET_DIRTY() storageDirty(EE_MODEL) -#if LCD_W > LCD_H // landscape +#if !PORTRAIT_LCD // landscape static const lv_coord_t col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; diff --git a/radio/src/gui/colorlcd/model_logical_switches.cpp b/radio/src/gui/colorlcd/model_logical_switches.cpp index 1370190e546..1c15c6abb94 100644 --- a/radio/src/gui/colorlcd/model_logical_switches.cpp +++ b/radio/src/gui/colorlcd/model_logical_switches.cpp @@ -294,20 +294,13 @@ void getsEdgeDelayParam(char* s, LogicalSwitchData* ls) .c_str()); } -#if LCD_W > LCD_H // Landscape +LAYOUT_VAL2(LS_BUTTON_H, 34, 45) +LAYOUT_VAL3(NM_ROW_CNT, 1, 1, 2) +LAYOUT_VAL3(V2_COL_CNT, 1, 1, 2) +LAYOUT_VAL3(ANDSW_ROW, 0, 0, 1) +LAYOUT_VAL3(ANDSW_COL, 4, 4, 2) -static const lv_coord_t b_col_dsc[] = {30, 50, 88, 110, - 88, 40, 40, LV_GRID_TEMPLATE_LAST}; - -static const lv_coord_t b_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; - -#define NM_ROW_CNT 1 -#define V2_COL_CNT 1 -#define ANDSW_ROW 0 -#define ANDSW_COL 4 -#define LS_BUTTON_H 34 - -#else // Portrait +#if PORTRAIT_LCD static const lv_coord_t b_col_dsc[] = {36, 58, 88, 54, 54, LV_GRID_TEMPLATE_LAST}; @@ -315,11 +308,19 @@ static const lv_coord_t b_col_dsc[] = {36, 58, 88, static const lv_coord_t b_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; -#define NM_ROW_CNT 2 -#define V2_COL_CNT 2 -#define ANDSW_ROW 1 -#define ANDSW_COL 2 -#define LS_BUTTON_H 45 +#elif LANDSCAPE_LCD_SMALL + +static const lv_coord_t b_col_dsc[] = {20, 33, 59, 73, + 59, 27, 27, LV_GRID_TEMPLATE_LAST}; + +static const lv_coord_t b_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; + +#else // Landscape + +static const lv_coord_t b_col_dsc[] = {30, 50, 88, 110, + 88, 40, 40, LV_GRID_TEMPLATE_LAST}; + +static const lv_coord_t b_row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; #endif @@ -330,7 +331,7 @@ class LogicalSwitchButton : public ListLineButton ListLineButton(parent, lsIndex) { setHeight(LS_BUTTON_H); -#if LCD_H > LCD_W +#if PORTRAIT_LCD padTop(PAD_ZERO); #else padTop(PAD_SMALL); diff --git a/radio/src/gui/colorlcd/model_mixer_scripts.cpp b/radio/src/gui/colorlcd/model_mixer_scripts.cpp index 3528a0eca2a..4d7f2d6fab2 100644 --- a/radio/src/gui/colorlcd/model_mixer_scripts.cpp +++ b/radio/src/gui/colorlcd/model_mixer_scripts.cpp @@ -39,7 +39,7 @@ static const lv_coord_t col_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; // Edit grid -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t e_col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(3), LV_GRID_TEMPLATE_LAST}; #else @@ -181,7 +181,7 @@ class ScriptLineButton : public ListLineButton scriptData(scriptData), runtimeData(runtimeData) { -#if LCD_H > LCD_W +#if PORTRAIT_LCD padTop(5); #endif padLeft(3); diff --git a/radio/src/gui/colorlcd/model_outputs.cpp b/radio/src/gui/colorlcd/model_outputs.cpp index 4ea1da83866..b450907df29 100644 --- a/radio/src/gui/colorlcd/model_outputs.cpp +++ b/radio/src/gui/colorlcd/model_outputs.cpp @@ -32,27 +32,23 @@ #define ETX_STATE_MINMAX_BOLD LV_STATE_USER_1 #define ETX_STATE_NAME_FONT_SMALL LV_STATE_USER_1 -#define CH_BAR_WIDTH 92 -#define CH_BAR_HEIGHT 14 - -#if LCD_W > LCD_H // Landscape - -#define CH_LINE_H 32 - -#define CH_BAR_COL 7 -#define CH_BAR_COLSPAN 1 +LAYOUT_VAL1(CH_BAR_WIDTH, 92) +LAYOUT_VAL1(CH_BAR_HEIGHT, 14) +LAYOUT_VAL3(CH_LINE_H, 32, 24, 50) +LAYOUT_VAL3(CH_BAR_COL, 7, 7, 3) +LAYOUT_VAL3(CH_BAR_COLSPAN, 1, 1, 3) +#if LANDSCAPE_LCD static const lv_coord_t col_dsc[] = { 80, 50, 54, 44, 60, 18, 18, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; -#else // Portrait - -#define CH_LINE_H 50 - -#define CH_BAR_COL 3 -#define CH_BAR_COLSPAN 3 +#elif LANDSCAPE_LCD_SMALL +static const lv_coord_t col_dsc[] = { + 53, 33, 36, 29, 40, 12, 12, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; +static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; +#else static const lv_coord_t col_dsc[] = { 80, 50, 60, 18, 18, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; @@ -98,7 +94,7 @@ class OutputLineButton : public ListLineButton lv_obj_set_grid_cell(max, LV_GRID_ALIGN_END, col++, 1, LV_GRID_ALIGN_START, row, 1); -#if LCD_H > LCD_W +#if PORTRAIT_LCD col = 1; row++; #endif @@ -144,7 +140,7 @@ class OutputLineButton : public ListLineButton ListLineButton(parent, channel) { setHeight(CH_LINE_H); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD padTop(4); #endif lv_obj_set_layout(lvobj, LV_LAYOUT_GRID); @@ -152,7 +148,7 @@ class OutputLineButton : public ListLineButton source = lv_label_create(lvobj); -#if LCD_H > LCD_W +#if PORTRAIT_LCD lv_obj_set_grid_cell(source, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 0, 2); diff --git a/radio/src/gui/colorlcd/model_select.cpp b/radio/src/gui/colorlcd/model_select.cpp index f70cb80b882..8e3c7ecccf2 100644 --- a/radio/src/gui/colorlcd/model_select.cpp +++ b/radio/src/gui/colorlcd/model_select.cpp @@ -33,8 +33,6 @@ inline tmr10ms_t getTicks() { return g_tmr10ms; } -constexpr int BUTTONS_HEIGHT = 36; - struct ModelButtonLayout { uint16_t width; uint16_t height; @@ -43,33 +41,33 @@ struct ModelButtonLayout { uint16_t font; }; +LAYOUT_VAL2(L0_W, 165, 147) +LAYOUT_VAL1(L0_H, 92) +LAYOUT_VAL2(L1_W, 108, 96) +LAYOUT_VAL1(L1_H, 61) +LAYOUT_VAL2(L3_W, 336, 300) +LAYOUT_VAL3(MODEL_CELL_PADDING, 4, 3, 4) + ModelButtonLayout modelLayouts[] = { -#if LCD_W > LCD_H // Landscape - {165, 92, 6, true, FONT(STD)}, - {108, 61, 6, true, FONT(XS)}, - {165, 32, 4, false, FONT(STD)}, - {336, 32, 4, false, FONT(STD)}, -#else // Portrait - {147, 92, 6, true, FONT(STD)}, - {96, 61, 6, true, FONT(XS)}, - {147, 32, 4, false, FONT(STD)}, - {300, 32, 4, false, FONT(STD)}, -#endif + {L0_W, L0_H, MODEL_CELL_PADDING, true, FONT(STD)}, + {L1_W, L1_H, MODEL_CELL_PADDING, true, FONT(XS)}, + {L0_W, UI_ELEMENT_HEIGHT, MODEL_CELL_PADDING, false, FONT(STD)}, + {L3_W, UI_ELEMENT_HEIGHT, MODEL_CELL_PADDING, false, FONT(STD)}, }; -#if LCD_W > LCD_H // Landscape -constexpr int LABELS_ROW = 0; -constexpr int MODELS_COL = 1; +LAYOUT_VAL3(BUTTONS_HEIGHT, 36, 26, 36) +LAYOUT_VAL2(LABELS_WIDTH, 132, 0) +LAYOUT_VAL2(LABELS_HEIGHT, 0, 152) +LAYOUT_VAL3(LABELS_ROW, 0, 0, 1) +LAYOUT_VAL3(MODELS_COL, 1, 1, 0) constexpr int MODELS_ROW = 0; -constexpr int MODELS_ROW_CNT = 2; -constexpr int BUTTONS_ROW = 1; -#else // Portrait -constexpr int LABELS_ROW = 1; -constexpr int MODELS_COL = 0; -constexpr int MODELS_ROW = 0; -constexpr int MODELS_ROW_CNT = 1; -constexpr int BUTTONS_ROW = 2; -#endif +LAYOUT_VAL3(MODELS_ROW_CNT, 2, 2, 1) +LAYOUT_VAL3(BUTTONS_ROW, 1, 1, 2) +LAYOUT_VAL3(NAME_H, 17, 12, 17) +LAYOUT_VAL3(NAME_PAD_TOP, -3, -1, -3) +LAYOUT_VAL1(NEW_BTN_W, 60) +LAYOUT_VAL3(LAYOUT_BTN_XO, 105, 75, 105) +LAYOUT_VAL3(LAYOUT_BTN_YO, 6, 3, 6) class ModelButton : public Button { @@ -682,7 +680,7 @@ void ModelLabelsWindow::buildHead(Window *hdr) setTitle(); // new model button - auto btn = new TextButton(hdr, rect_t{0, 0, 60, 32}, STR_NEW, [=]() { + auto btn = new TextButton(hdr, rect_t{0, 0, NEW_BTN_W, UI_ELEMENT_HEIGHT}, STR_NEW, [=]() { auto menu = new Menu(this); menu->setTitle(STR_CREATE_NEW); menu->addLine(STR_NEW_MODEL, [=]() { newModel(); }); @@ -705,17 +703,15 @@ void ModelLabelsWindow::buildHead(Window *hdr) mdlselector->update(); return 0; }); - lv_obj_set_pos(mdlLayout->getLvObj(), LCD_W - 105, 6); + lv_obj_set_pos(mdlLayout->getLvObj(), LCD_W - LAYOUT_BTN_XO, LAYOUT_BTN_YO); } -#if LCD_W > LCD_H -constexpr int LABELS_WIDTH = 132; +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LABELS_WIDTH, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; static const lv_coord_t row_dsc[] = {LV_GRID_FR(1), BUTTONS_HEIGHT, LV_GRID_TEMPLATE_LAST}; #else -constexpr int LABELS_HEIGHT = 140; static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; static const lv_coord_t row_dsc[] = {LV_GRID_FR(1), LABELS_HEIGHT, BUTTONS_HEIGHT, LV_GRID_TEMPLATE_LAST}; @@ -742,7 +738,7 @@ void ModelLabelsWindow::buildBody(Window *window) auto box = new Window(window, rect_t{}); box->padAll(PAD_ZERO); box->padLeft(6); -#if LCD_H > LCD_W +#if PORTRAIT_LCD box->padRight(6); box->padTop(6); box->padBottom(6); diff --git a/radio/src/gui/colorlcd/model_setup.cpp b/radio/src/gui/colorlcd/model_setup.cpp index 43b7f5027f3..3ba12827d53 100644 --- a/radio/src/gui/colorlcd/model_setup.cpp +++ b/radio/src/gui/colorlcd/model_setup.cpp @@ -103,7 +103,7 @@ class SubScreenButton : public TextButton m_isActive(std::move(checkActive)) { // Room for two lines of text - setHeight(62); + setHeight(SUBSCR_BTN_H); setWidth((LCD_W - 30) / 3); lv_obj_set_width(label, lv_pct(100)); diff --git a/radio/src/gui/colorlcd/model_telemetry.cpp b/radio/src/gui/colorlcd/model_telemetry.cpp index b35f421781f..867cd4d4416 100644 --- a/radio/src/gui/colorlcd/model_telemetry.cpp +++ b/radio/src/gui/colorlcd/model_telemetry.cpp @@ -36,7 +36,7 @@ std::string getSensorCustomValue(uint8_t sensor, int32_t value, LcdFlags flags); -#if (LCD_H > LCD_W) || defined(TRANSLATIONS_CZ) +#if (PORTRAIT_LCD) || defined(TRANSLATIONS_CZ) #define TWOCOLBUTTONS 1 #else #define TWOCOLBUTTONS 0 @@ -64,9 +64,11 @@ static const lv_coord_t e_col_dsc2[] = {LV_GRID_FR(4), LV_GRID_FR(3), static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; -#define BTN_H 32 -#define NUM_W 36 -#define NAME_W 56 +LAYOUT_VAL1(NUM_W, 36) +LAYOUT_VAL1(NAME_W, 56) +LAYOUT_VAL1(ID_H, 11) +LAYOUT_VAL1(NUM_H1, 14) +LAYOUT_VAL1(NUM_H2, 22) class TSStyle { @@ -115,7 +117,7 @@ static const lv_obj_class_t ts_group_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = NUM_W, - .height_def = BTN_H - 4, + .height_def = UI_ELEMENT_HEIGHT - PAD_SMALL, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_obj_t), @@ -174,7 +176,7 @@ static const lv_obj_class_t ts_id_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = NUM_W, - .height_def = 11, + .height_def = ID_H, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_label_t), @@ -279,7 +281,7 @@ class SensorButton : public ListLineButton { padAll(PAD_ZERO); padColumn(PAD_SMALL); - setHeight(BTN_H); + setHeight(UI_ELEMENT_HEIGHT); lv_obj_set_flex_flow(lvobj, LV_FLEX_FLOW_ROW); lv_obj_set_flex_align(lvobj, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_SPACE_AROUND); @@ -319,11 +321,11 @@ class SensorButton : public ListLineButton if (showId) { lv_obj_clear_flag(idLabel, LV_OBJ_FLAG_HIDDEN); lv_obj_add_state(numLabel, ETX_STATE_VALUE_SMALL_FONT); - lv_obj_set_height(numLabel, 14); + lv_obj_set_height(numLabel, NUM_H1); } else { lv_obj_add_flag(idLabel, LV_OBJ_FLAG_HIDDEN); lv_obj_clear_state(numLabel, ETX_STATE_VALUE_SMALL_FONT); - lv_obj_set_height(numLabel, 22); + lv_obj_set_height(numLabel, NUM_H2); } } @@ -667,7 +669,7 @@ class SensorEditWindow : public Page new StaticText(paramLines[P_ID], rect_t{}, STR_ID); auto num = new NumberEdit(paramLines[P_ID], rect_t{}, 0, 0xFFFF, GET_SET_DEFAULT(sensor->id)); -#if LCD_H > LCD_W +#if PORTRAIT_LCD // Portrait layout - need to limit width of edit box num->setWidth((lv_pct(28))); #endif @@ -681,7 +683,7 @@ class SensorEditWindow : public Page }); num = new NumberEdit(paramLines[P_ID], rect_t{}, 0, 0xff, GET_SET_DEFAULT(sensor->instance)); -#if LCD_H > LCD_W +#if PORTRAIT_LCD // Portrait layout - need to limit width of edit box num->setWidth(lv_pct(28)); #endif @@ -927,11 +929,7 @@ void ModelTelemetryPage::buildSensorList(int8_t focusSensorIndex) deleteAll->show(sensorsCount > 0); } -#if LCD_W > LCD_H -#define NUM_EDIT_W 100 -#else -#define NUM_EDIT_W 65 -#endif +LAYOUT_VAL2(NUM_EDIT_W, 100, 65) void ModelTelemetryPage::build(Window* window) { diff --git a/radio/src/gui/colorlcd/model_usbjoystick.cpp b/radio/src/gui/colorlcd/model_usbjoystick.cpp index 1e020635157..e492afded4b 100644 --- a/radio/src/gui/colorlcd/model_usbjoystick.cpp +++ b/radio/src/gui/colorlcd/model_usbjoystick.cpp @@ -32,7 +32,7 @@ #define ETX_STATE_COLLISION_WARN LV_STATE_USER_1 -#if LCD_W > LCD_H // Landscape +#if !PORTRAIT_LCD // Landscape static const lv_coord_t line_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), @@ -306,7 +306,7 @@ class USBChannelEditWindow : public Page new Choice(line, rect_t{}, STR_VUSBJOYSTICK_CH_MODE, 0, USBJOYS_CH_LAST, GET_DEFAULT(cch->mode), SET_VALUE_WUPDATE(cch->mode)); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = form->newLine(grid); #endif @@ -331,7 +331,7 @@ class USBChannelEditWindow : public Page this->update(); }); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = m_btnModeFrame->newLine(grid); #endif @@ -342,7 +342,7 @@ class USBChannelEditWindow : public Page line = m_btnModeFrame->newLine(grid); new StaticText(line, rect_t{}, STR_USBJOYSTICK_CH_BTNNUM); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = m_btnModeFrame->newLine(grid); #endif _BtnNumSel = new USBChannelButtonSel(line, rect_t{}, channel, @@ -381,7 +381,7 @@ class USBChannelLineButton : public ListLineButton ListLineButton(parent, index) { setHeight(USBCH_LINE_HEIGHT); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD padTop(4); #endif @@ -536,7 +536,7 @@ ModelUSBJoystickPage::ModelUSBJoystickPage() : Page(ICON_MODEL_USB) GET_DEFAULT(g_model.usbJoystickExtMode), SET_VALUE_WUPDATE(g_model.usbJoystickExtMode)); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = body->newLine(grid); #endif @@ -554,7 +554,7 @@ ModelUSBJoystickPage::ModelUSBJoystickPage() : Page(ICON_MODEL_USB) GET_DEFAULT(g_model.usbJoystickCircularCut), SET_VALUE_WUPDATE(g_model.usbJoystickCircularCut)); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = body->newLine(grid); #endif diff --git a/radio/src/gui/colorlcd/output_edit.cpp b/radio/src/gui/colorlcd/output_edit.cpp index 6a70d45e92e..d84db76032f 100644 --- a/radio/src/gui/colorlcd/output_edit.cpp +++ b/radio/src/gui/colorlcd/output_edit.cpp @@ -30,15 +30,14 @@ #define ETX_STATE_MINMAX_HIGHLIGHT LV_STATE_USER_1 -#if (LCD_W > LCD_H) -#define OUTPUT_EDIT_STATUS_BAR_WIDTH 250 -#define OUTPUT_EDIT_STATUS_BAR_MARGIN 3 -#define OUTPUT_EDIT_RIGHT_MARGIN 0 -#else -#define OUTPUT_EDIT_STATUS_BAR_WIDTH 180 -#define OUTPUT_EDIT_STATUS_BAR_MARGIN 0 -#define OUTPUT_EDIT_RIGHT_MARGIN 3 -#endif +LAYOUT_VAL2(OUTPUT_EDIT_STATUS_BAR_WIDTH, 250, 180) +LAYOUT_VAL2(OUTPUT_EDIT_STATUS_BAR_MARGIN, 3, 0) +LAYOUT_VAL2(OUTPUT_EDIT_RIGHT_MARGIN, 0, 3) + +// deadband in % for switching direction of Min/Max text and value field highlighting +// 0 = no deadband +// 1..100 = [-DEADBAND; DEADBAND] +#define DEADBAND 0 // deadband in % for switching direction of Min/Max text and value field highlighting // 0 = no deadband @@ -112,7 +111,7 @@ void OutputEditWindow::buildHeader(Window *window) channel); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; diff --git a/radio/src/gui/colorlcd/popups.h b/radio/src/gui/colorlcd/popups.h index fdcf1eecb73..f093e635f84 100644 --- a/radio/src/gui/colorlcd/popups.h +++ b/radio/src/gui/colorlcd/popups.h @@ -21,6 +21,8 @@ #pragma once +#include + #include #include "libopenui.h" diff --git a/radio/src/gui/colorlcd/preflight_checks.cpp b/radio/src/gui/colorlcd/preflight_checks.cpp index 1a61fc301d0..8d96c1145cc 100644 --- a/radio/src/gui/colorlcd/preflight_checks.cpp +++ b/radio/src/gui/colorlcd/preflight_checks.cpp @@ -212,13 +212,9 @@ static std::string switchWarninglabel(swsrc_t index) std::string(getSwitchWarnSymbol(warn_pos)); } -#if LCD_W > LCD_H -#define SW_BTNS 8 -#define SW_BTN_W 56 -#else -#define SW_BTNS 4 -#define SW_BTN_W 72 -#endif +LAYOUT_VAL3(SW_BTNS, 8, 8, 4) +LAYOUT_VAL3(SW_BTN_W, 56, 38, 72) +LAYOUT_VAL1(SW_BTN_H, 36) SwitchWarnMatrix::SwitchWarnMatrix(Window* parent, const rect_t& r) : ButtonMatrix(parent, r) @@ -244,10 +240,10 @@ SwitchWarnMatrix::SwitchWarnMatrix(Window* parent, const rect_t& r) : update(); - lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + 4); + lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + PAD_SMALL); uint8_t rows = ((btn_cnt - 1) / SW_BTNS) + 1; - lv_obj_set_height(lvobj, (rows * 36) + 4); + lv_obj_set_height(lvobj, (rows * SW_BTN_H) + PAD_SMALL); padAll(PAD_SMALL); } @@ -306,10 +302,10 @@ PotWarnMatrix::PotWarnMatrix(Window* parent, const rect_t& r) : update(); - lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + 4); + lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + PAD_SMALL); uint8_t rows = ((btn_cnt - 1) / SW_BTNS) + 1; - lv_obj_set_height(lvobj, (rows * 36) + 4); + lv_obj_set_height(lvobj, (rows * SW_BTN_H) + PAD_SMALL); padAll(PAD_SMALL); } @@ -372,10 +368,10 @@ CenterBeepsMatrix::CenterBeepsMatrix(Window* parent, const rect_t& r) : update(); - lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + 4); + lv_obj_set_width(lvobj, min((int)btn_cnt, SW_BTNS) * SW_BTN_W + PAD_SMALL); uint8_t rows = ((btn_cnt - 1) / SW_BTNS) + 1; - lv_obj_set_height(lvobj, (rows * 36) + 4); + lv_obj_set_height(lvobj, (rows * SW_BTN_H) + PAD_SMALL); padAll(PAD_SMALL); } diff --git a/radio/src/gui/colorlcd/radio_calibration.cpp b/radio/src/gui/colorlcd/radio_calibration.cpp index 4b2f682154b..fc4a1caa1ec 100644 --- a/radio/src/gui/colorlcd/radio_calibration.cpp +++ b/radio/src/gui/colorlcd/radio_calibration.cpp @@ -30,6 +30,9 @@ uint8_t menuCalibrationState; +LAYOUT_VAL1(CAL_CTR, 9) +LAYOUT_VAL1(CAL_SIZ, 68) + static const uint8_t stick_pointer[] = { #include "alpha_stick_pointer.lbm" }; @@ -52,13 +55,12 @@ class StickCalibrationWindow : public Window { int32_t x = calibratedAnalogs[stickX]; int32_t y = calibratedAnalogs[stickY]; - coord_t dx = width() / 2 - 9 + (bitmapSize / 2 * x) / RESX; - coord_t dy = height() / 2 - 9 - (bitmapSize / 2 * y) / RESX; + coord_t dx = width() / 2 - CAL_CTR + (CAL_SIZ / 2 * x) / RESX; + coord_t dy = height() / 2 - CAL_CTR - (CAL_SIZ / 2 * y) / RESX; lv_obj_set_pos(calibStick->getLvObj(), dx, dy); } protected: - static constexpr coord_t bitmapSize = 68; uint8_t stickX, stickY; StaticLZ4Image *calibStick = nullptr; }; diff --git a/radio/src/gui/colorlcd/radio_diaganas.cpp b/radio/src/gui/colorlcd/radio_diaganas.cpp index c0271fbfa38..5cf63920c32 100644 --- a/radio/src/gui/colorlcd/radio_diaganas.cpp +++ b/radio/src/gui/colorlcd/radio_diaganas.cpp @@ -32,7 +32,7 @@ #define STATSDEPTH 8 // ideally a value of power of 2 -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define GRIDCOLS 10 #define TSI2CEventsCol 5 @@ -83,7 +83,7 @@ class AnaViewWindow : public Window if (i >= pot_offset && (POT_CONFIG(i - pot_offset) == FLEX_NONE)) continue; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD if ((i & 1) == 0) line = newLine(grid); #else line = newLine(grid); @@ -116,7 +116,7 @@ class AnaViewWindow : public Window }, COLOR_THEME_PRIMARY1); etx_obj_add_style(lbl->getLvObj(), (column4size() == 2) ? styles->text_align_left : styles->text_align_right, LV_PART_MAIN); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD lv_obj_set_grid_cell(lbl->getLvObj(), LV_GRID_ALIGN_STRETCH, 3 + (i & 1) * 5, column4size(), LV_GRID_ALIGN_CENTER, 0, 1); @@ -172,7 +172,7 @@ class AnaCalibratedViewWindow : public AnaViewWindow lv_obj_add_flag(touchLines[1], LV_OBJ_FLAG_HIDDEN); line = newLine(grid); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line->padTop(20); #else line->padTop(2); @@ -202,7 +202,7 @@ class AnaCalibratedViewWindow : public AnaViewWindow lv_obj_set_grid_cell(lbl2->getLvObj(), LV_GRID_ALIGN_STRETCH, 0, 5, LV_GRID_ALIGN_CENTER, 0, 1); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = newLine(grid); #endif lbl2 = new StaticText(line, rect_t{}, diff --git a/radio/src/gui/colorlcd/radio_ghost_module_config.cpp b/radio/src/gui/colorlcd/radio_ghost_module_config.cpp index 8e6414f3572..1d0cf02c4c3 100644 --- a/radio/src/gui/colorlcd/radio_ghost_module_config.cpp +++ b/radio/src/gui/colorlcd/radio_ghost_module_config.cpp @@ -32,7 +32,7 @@ class GhostModuleConfigWindow : public Window GhostModuleConfigWindow(Window* parent, const rect_t& rect) : Window(parent, rect) { -#if LCD_H > LCD_W +#if PORTRAIT_LCD constexpr coord_t xOffset = 20; constexpr coord_t xOffset2 = 140; #else diff --git a/radio/src/gui/colorlcd/radio_hardware.cpp b/radio/src/gui/colorlcd/radio_hardware.cpp index 2105611d8f6..ffcebc8869b 100644 --- a/radio/src/gui/colorlcd/radio_hardware.cpp +++ b/radio/src/gui/colorlcd/radio_hardware.cpp @@ -36,6 +36,8 @@ #include "hw_bluetooth.h" #endif +LAYOUT_VAL1(NUM_EDIT_W, 80) + #define SET_DIRTY() storageDirty(EE_GENERAL) static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(2), @@ -101,12 +103,12 @@ void RadioHardwarePage::build(Window* window) auto box = hbox(line); auto batMin = new NumberEdit( - box, rect_t{0, 0, 80, 0}, -60 + 90, g_eeGeneral.vBatMax + 29 + 90, + box, rect_t{0, 0, NUM_EDIT_W, 0}, -60 + 90, g_eeGeneral.vBatMax + 29 + 90, GET_SET_WITH_OFFSET(g_eeGeneral.vBatMin, 90), PREC1); batMin->setSuffix("V"); new StaticText(box, rect_t{}, "-"); auto batMax = new NumberEdit( - box, rect_t{0, 0, 80, 0}, g_eeGeneral.vBatMin - 29 + 120, 40 + 120, + box, rect_t{0, 0, NUM_EDIT_W, 0}, g_eeGeneral.vBatMin - 29 + 120, 40 + 120, GET_SET_WITH_OFFSET(g_eeGeneral.vBatMax, 120), PREC1); batMax->setSuffix("V"); @@ -126,7 +128,7 @@ void RadioHardwarePage::build(Window* window) line = window->newLine(grid); new StaticText(line, rect_t{}, STR_BATT_CALIB); box = hbox(line); - new BatCalEdit(box, rect_t{0, 0, 80, 0}); + new BatCalEdit(box, rect_t{0, 0, NUM_EDIT_W, 0}); // RTC Batt check enable line = window->newLine(grid); diff --git a/radio/src/gui/colorlcd/radio_sdmanager.cpp b/radio/src/gui/colorlcd/radio_sdmanager.cpp index 30c654814e7..a5d17d5d9b0 100644 --- a/radio/src/gui/colorlcd/radio_sdmanager.cpp +++ b/radio/src/gui/colorlcd/radio_sdmanager.cpp @@ -273,7 +273,7 @@ ModuleCallback onUpdateStateChangedCallbackFor(FrskyOtaFlashDialog* dialog) { #endif // PXX2 -#if LCD_W > LCD_H // landscape +#if !PORTRAIT_LCD // landscape static const lv_coord_t col_dsc[] = {LV_GRID_FR(3), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; static const lv_coord_t row_dsc[] = {LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; #else // portrait @@ -302,7 +302,7 @@ void RadioSdManagerPage::build(Window * window) // Adjust file browser width browser->adjustWidth(); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD preview = new FilePreview(form, rect_t{0, 0, LCD_W * 2 / 5 - 8, LCD_H - 68}); #else preview = new FilePreview(form, rect_t{0, 0, LCD_W - 12, (LCD_H - 68) / 3 }); diff --git a/radio/src/gui/colorlcd/radio_setup.cpp b/radio/src/gui/colorlcd/radio_setup.cpp index 0874eacb9bf..66e4b2594c1 100644 --- a/radio/src/gui/colorlcd/radio_setup.cpp +++ b/radio/src/gui/colorlcd/radio_setup.cpp @@ -40,15 +40,9 @@ static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; // Absolute layout for date/time setion due to slow performance // of lv_textarea in a flex layout. -#if LCD_W > LCD_H -#define DT_EDT_W 80 -#define DT_EDT_X 220 -#define DT_LBL_W 200 -#else -#define DT_EDT_W 52 -#define DT_EDT_X 144 -#define DT_LBL_W 140 -#endif +LAYOUT_VAL2(DT_EDT_W, 80, 52) +LAYOUT_VAL3(DT_EDT_X, 220, 144, 144) +LAYOUT_VAL2(DT_LBL_W, 200, 140) class DateTimeWindow : public Window { @@ -768,10 +762,7 @@ class ManageModelsSetupPage : public SubPage Window* favSelectMatch = nullptr; }; -RadioSetupPage::RadioSetupPage(): - PageTab(STR_RADIO_SETUP, ICON_RADIO_SETUP) -{ -} +RadioSetupPage::RadioSetupPage() : PageTab(STR_RADIO_SETUP, ICON_RADIO_SETUP) {} void RadioSetupPage::build(Window* window) { diff --git a/radio/src/gui/colorlcd/radio_theme.cpp b/radio/src/gui/colorlcd/radio_theme.cpp index 735b1405fd4..8bf7c16fc9e 100644 --- a/radio/src/gui/colorlcd/radio_theme.cpp +++ b/radio/src/gui/colorlcd/radio_theme.cpp @@ -32,29 +32,21 @@ constexpr int COLOR_PREVIEW_SIZE = 18; -#if LCD_W > LCD_H -constexpr int LIST_WIDTH = ((LCD_W - 12) / 2 - COLOR_PREVIEW_SIZE); -constexpr int COLOR_LIST_WIDTH = ((LCD_W * 3) / 10); -#else +#if PORTRAIT_LCD constexpr int LIST_HEIGHT = (LCD_H / 2 - 38); constexpr int COLOR_LIST_HEIGHT = (LCD_H / 2 - 24); -#endif - -#if LCD_W > LCD_H -constexpr int BUTTON_WIDTH = 75; - -constexpr int COLOR_BOX_WIDTH = 45; #else -constexpr int BUTTON_WIDTH = 65; - -constexpr int COLOR_BOX_WIDTH = 55; +constexpr int LIST_WIDTH = ((LCD_W - 12) / 2 - COLOR_PREVIEW_SIZE); +constexpr int COLOR_LIST_WIDTH = ((LCD_W * 3) / 10); #endif -constexpr int BUTTON_HEIGHT = 30; -constexpr int COLOR_BOX_HEIGHT = 30; - +LAYOUT_VAL2(BUTTON_WIDTH, 75, 65) +LAYOUT_VAL2(COLOR_BOX_WIDTH, 45, 55) +LAYOUT_VAL1(BUTTON_HEIGHT, 30) +LAYOUT_VAL1(COLOR_BOX_HEIGHT, 30) constexpr int BOX_MARGIN = 2; -constexpr int MAX_BOX_WIDTH = 15; +LAYOUT_VAL1(MAX_BOX_WIDTH, 15) +LAYOUT_VAL1(HEX_STR_W, 95) class ThemeColorPreview : public Window { @@ -66,7 +58,7 @@ class ThemeColorPreview : public Window setWindowFlag(NO_FOCUS); padAll(PAD_ZERO); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD setFlexLayout(LV_FLEX_FLOW_COLUMN, BOX_MARGIN); #else setFlexLayout(LV_FLEX_FLOW_ROW, BOX_MARGIN); @@ -79,7 +71,7 @@ class ThemeColorPreview : public Window clear(); setBoxWidth(); int size = (boxWidth + BOX_MARGIN) * colorList.size() - BOX_MARGIN; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD padTop((height() - size) / 2); #else padLeft((width() - size) / 2); @@ -101,7 +93,7 @@ class ThemeColorPreview : public Window void setBoxWidth() { -#if LCD_W > LCD_H +#if !PORTRAIT_LCD boxWidth = (height() - (colorList.size() - 1) * BOX_MARGIN) / colorList.size(); #else @@ -245,7 +237,7 @@ class ColorEditPage : public Page void buildBody(Window *form) { form->padAll(PAD_SMALL); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD form->setFlexLayout(LV_FLEX_FLOW_ROW, PAD_SMALL); rect_t r = {0, 0, COLOR_LIST_WIDTH, form->height() - 8}; #else @@ -257,7 +249,7 @@ class ColorEditPage : public Page colForm->padAll(PAD_ZERO); colForm->setFlexLayout(LV_FLEX_FLOW_COLUMN, PAD_SMALL, r.w); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD r.w = form->width() - COLOR_LIST_WIDTH - 12; #else r.h = form->height() - COLOR_LIST_HEIGHT - 12; @@ -294,7 +286,7 @@ class ColorEditPage : public Page colBoxForm, r, _theme->getColorEntryByIndex(_indexOfColor)->colorValue); // hexBox - r.w = 95; + r.w = HEX_STR_W; _hexBox = new StaticText(colBoxForm, r, "", COLOR_THEME_PRIMARY1 | FONT(L) | RIGHT); setHexStr(_theme->getColorEntryByIndex(_indexOfColor)->colorValue); } @@ -305,7 +297,7 @@ class ColorEditPage : public Page header->setTitle(STR_EDIT_COLOR); auto t2 = header->setTitle2(ThemePersistance::getColorNames()[(int)_indexOfColor]); -#if LCD_H > LCD_W +#if PORTRAIT_LCD etx_font(t2->getLvObj(), FONT_XS_INDEX); #else LV_UNUSED(t2); @@ -382,7 +374,7 @@ class ThemeEditPage : public Page // page title header->setTitle(STR_EDIT_THEME); _themeName = header->setTitle2(_theme.getName()); -#if LCD_H > LCD_W +#if PORTRAIT_LCD etx_font(_themeName->getLvObj(), FONT_XS_INDEX); #endif @@ -405,7 +397,7 @@ class ThemeEditPage : public Page void buildBody(Window *form) { form->padAll(PAD_SMALL); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD form->setFlexLayout(LV_FLEX_FLOW_ROW, PAD_SMALL); rect_t r = {0, 0, COLOR_LIST_WIDTH, form->height() - 8}; #else @@ -417,7 +409,7 @@ class ThemeEditPage : public Page _cList->setLongPressHandler([=]() { editColorPage(); }); _cList->setPressHandler([=]() { editColorPage(); }); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD r.w = form->width() - COLOR_LIST_WIDTH - 12; #else r.h = form->height() - COLOR_LIST_HEIGHT - 12; @@ -619,7 +611,7 @@ void ThemeSetupPage::build(Window *window) window->padAll(PAD_SMALL); pageWindow = window; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD window->setFlexLayout(LV_FLEX_FLOW_ROW, PAD_TINY); #else window->setFlexLayout(LV_FLEX_FLOW_COLUMN, PAD_TINY); @@ -636,14 +628,14 @@ void ThemeSetupPage::build(Window *window) authorText = nullptr; // create listbox and setup menus -#if LCD_W > LCD_H +#if !PORTRAIT_LCD rect_t r = {0, 0, LIST_WIDTH, window->height() - 8}; #else rect_t r = {0, 0, window->width() - 8, LIST_HEIGHT}; #endif setupListbox(window, r, tp); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD r.w = COLOR_PREVIEW_SIZE; #else r.h = COLOR_PREVIEW_SIZE; @@ -655,7 +647,7 @@ void ThemeSetupPage::build(Window *window) themeColorPreview = new ThemeColorPreview(window, r, colorList); themeColorPreview->setWidth(r.w); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD r.w = window->width() - LIST_WIDTH - COLOR_PREVIEW_SIZE - 12; r.h = window->height() - 8; #else diff --git a/radio/src/gui/colorlcd/radio_tools.cpp b/radio/src/gui/colorlcd/radio_tools.cpp index 02a6b5deafe..6f82009f713 100644 --- a/radio/src/gui/colorlcd/radio_tools.cpp +++ b/radio/src/gui/colorlcd/radio_tools.cpp @@ -180,11 +180,12 @@ struct ToolButton : public TextButton { return 0; }) { - if (LCD_W > LCD_H) - setWidth((LCD_W - 24) / 3); // 3 columns on landscape - else - setWidth((LCD_W - 18) / 2); // 2 columns on portrait - setHeight(48); +#if !PORTRAIT_LCD + setWidth((LCD_W - 24) / 3); // 3 columns on landscape +#else + setWidth((LCD_W - 18) / 2); // 2 columns on portrait +#endif + setHeight(TOOLS_BTN_H); lv_obj_set_width(label, lv_pct(100)); etx_obj_add_style(label, styles->text_align_center, LV_PART_MAIN); diff --git a/radio/src/gui/colorlcd/radio_trainer.cpp b/radio/src/gui/colorlcd/radio_trainer.cpp index 5d7f8f335e0..541fb4f00a9 100644 --- a/radio/src/gui/colorlcd/radio_trainer.cpp +++ b/radio/src/gui/colorlcd/radio_trainer.cpp @@ -34,15 +34,14 @@ RadioTrainerPage::RadioTrainerPage(): { } -#if LCD_W > LCD_H +LAYOUT_VAL2(NUM_EDIT_W, 80, 65) + +#if !PORTRAIT_LCD static const lv_coord_t col_dsc[] = {LV_GRID_FR(7), LV_GRID_FR(13), LV_GRID_FR(10), LV_GRID_FR(10), LV_GRID_FR(10), LV_GRID_TEMPLATE_LAST}; - -#define NUM_EDIT_W 80 #else static const lv_coord_t col_dsc[] = {LV_GRID_FR(7), LV_GRID_FR(15), LV_GRID_FR(9), LV_GRID_FR(9), LV_GRID_TEMPLATE_LAST}; -#define NUM_EDIT_W 65 #endif static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; @@ -67,7 +66,7 @@ void RadioTrainerPage::build(Window * form) GET_SET_DEFAULT(td->studWeight)); weight->setSuffix("%"); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = form->newLine(grid); line->padLeft(30); line->padBottom(8); @@ -83,7 +82,7 @@ void RadioTrainerPage::build(Window * form) } auto line = form->newLine(grid); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line->padTop(10); #else line->padTop(6); @@ -100,7 +99,7 @@ void RadioTrainerPage::build(Window * form) [](int32_t value) { return formatNumberAsString(value + 10, PREC1); }); lv_obj_set_grid_cell(multiplier->getLvObj(), LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_CENTER, 0, 1); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = form->newLine(grid); line->padTop(10); #endif @@ -112,7 +111,7 @@ void RadioTrainerPage::build(Window * form) SET_DIRTY(); return 0; }); -#if LCD_H > LCD_W +#if PORTRAIT_LCD lv_obj_set_grid_cell(btn->getLvObj(), LV_GRID_ALIGN_STRETCH, 1, 2, LV_GRID_ALIGN_CENTER, 0, 1); #else lv_obj_set_grid_cell(btn->getLvObj(), LV_GRID_ALIGN_START, 3, 2, LV_GRID_ALIGN_CENTER, 0, 1); diff --git a/radio/src/gui/colorlcd/screen_setup.cpp b/radio/src/gui/colorlcd/screen_setup.cpp index 8bbff3160c9..648976c8201 100644 --- a/radio/src/gui/colorlcd/screen_setup.cpp +++ b/radio/src/gui/colorlcd/screen_setup.cpp @@ -171,7 +171,7 @@ void ScreenAddPage::build(Window* window) }); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t line_col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(1), LV_GRID_FR(2), LV_GRID_TEMPLATE_LAST}; #else @@ -236,7 +236,7 @@ void ScreenSetupPage::build(Window* window) Window* btn = new LayoutChoice(line, getFactory, setLayout); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = window->newLine(grid); grid.nextCell(); #endif diff --git a/radio/src/gui/colorlcd/screen_user_interface.cpp b/radio/src/gui/colorlcd/screen_user_interface.cpp index be9a54164e1..a61136f2f14 100644 --- a/radio/src/gui/colorlcd/screen_user_interface.cpp +++ b/radio/src/gui/colorlcd/screen_user_interface.cpp @@ -25,7 +25,7 @@ #include "menu_screen.h" #include "theme_manager.h" -#if LCD_W > LCD_H // landscape +#if !PORTRAIT_LCD // landscape // form grid static const lv_coord_t line_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), @@ -93,7 +93,7 @@ class ThemeView : public Window lv_obj_set_width(description->getLvObj(), lv_pct(100)); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD preview = new FilePreview(line, rect_t{0, 0, LCD_W / 2, LCD_H / 2}); #else preview = new FilePreview(line, rect_t{0, 0, LCD_W - 12, LCD_H / 2}); diff --git a/radio/src/gui/colorlcd/select_fab_carousel.cpp b/radio/src/gui/colorlcd/select_fab_carousel.cpp index aa9d6320020..7f0382b1cba 100644 --- a/radio/src/gui/colorlcd/select_fab_carousel.cpp +++ b/radio/src/gui/colorlcd/select_fab_carousel.cpp @@ -25,9 +25,10 @@ #include "button.h" #include "static.h" -constexpr coord_t FAB_BUTTON_INNER_WIDTH = FAB_BUTTON_WIDTH - 4; -constexpr coord_t FAB_ICON_SIZE = 52; -constexpr coord_t FAB_ICON_INNER_SIZE = 52 - 4; +LAYOUT_VAL3(FAB_ICON_SIZE, 52, 36, 52) +LAYOUT_VAL1(FAB_TXT_YO, 48) +LAYOUT_VAL3(FAB_PAD, 4, 2, 4) +constexpr coord_t FAB_BUTTON_INNER_WIDTH = FAB_BUTTON_WIDTH - PAD_MEDIUM; static void etx_quick_button_constructor(const lv_obj_class_t* class_p, lv_obj_t* obj) @@ -35,7 +36,7 @@ static void etx_quick_button_constructor(const lv_obj_class_t* class_p, etx_obj_add_style(obj, styles->border_transparent, LV_PART_MAIN); etx_obj_add_style(obj, styles->rounded, LV_PART_MAIN); etx_txt_color(obj, COLOR_WHITE_INDEX, LV_PART_MAIN); - etx_obj_add_style(obj, styles->pad_large, LV_PART_MAIN); + etx_obj_add_style(obj, styles->pad_medium, LV_PART_MAIN); etx_obj_add_style(obj, styles->border, LV_PART_MAIN | LV_STATE_FOCUSED); etx_obj_add_style(obj, styles->border_color_white, @@ -108,9 +109,9 @@ class SelectFabButton : public ButtonBase iconLayout->setWindowFlag(NO_FOCUS); (new StaticIcon(iconLayout, 0, 0, icon, COLOR_WHITE)) - ->center(FAB_ICON_INNER_SIZE, FAB_ICON_INNER_SIZE); + ->center(FAB_ICON_SIZE - 4, FAB_ICON_SIZE - 4); - new StaticText(this, {0, FAB_BUTTON_HEIGHT - 48, FAB_BUTTON_INNER_WIDTH, 0}, + new StaticText(this, {0, FAB_BUTTON_HEIGHT - FAB_TXT_YO, FAB_BUTTON_INNER_WIDTH, 0}, title, COLOR_WHITE | CENTERED); } diff --git a/radio/src/gui/colorlcd/select_fab_carousel.h b/radio/src/gui/colorlcd/select_fab_carousel.h index 56a0fcce27e..52400e6d1c5 100644 --- a/radio/src/gui/colorlcd/select_fab_carousel.h +++ b/radio/src/gui/colorlcd/select_fab_carousel.h @@ -24,8 +24,8 @@ #include "form.h" #include "bitmaps.h" -constexpr coord_t FAB_BUTTON_WIDTH = 80; -constexpr coord_t FAB_BUTTON_HEIGHT = 114; +LAYOUT_VAL3(FAB_BUTTON_WIDTH, 80, 54, 80) +LAYOUT_VAL3(FAB_BUTTON_HEIGHT, 114, 78, 114) class SelectFabCarousel : public Window { diff --git a/radio/src/gui/colorlcd/sourcechoice.cpp b/radio/src/gui/colorlcd/sourcechoice.cpp index 224b280017b..cf46431c834 100644 --- a/radio/src/gui/colorlcd/sourcechoice.cpp +++ b/radio/src/gui/colorlcd/sourcechoice.cpp @@ -29,7 +29,7 @@ #include "strhelpers.h" #include "switches.h" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define FILTER_COLUMNS 3 #else #define FILTER_COLUMNS 2 diff --git a/radio/src/gui/colorlcd/special_functions.cpp b/radio/src/gui/colorlcd/special_functions.cpp index d0ac9c2391c..d229226d675 100644 --- a/radio/src/gui/colorlcd/special_functions.cpp +++ b/radio/src/gui/colorlcd/special_functions.cpp @@ -32,11 +32,7 @@ #define SET_DIRTY() setDirty() -#if LCD_W > LCD_H -#define SF_BUTTON_H 34 -#else -#define SF_BUTTON_H 45 -#endif +LAYOUT_VAL3(SF_BUTTON_H, 34, 26, 45) static const lv_coord_t col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(3), LV_GRID_TEMPLATE_LAST}; @@ -44,7 +40,7 @@ static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; //----------------------------------------------------------------------------- -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t b_col_dsc[] = {43, 70, LV_GRID_FR(1), 40, 30, LV_GRID_TEMPLATE_LAST}; @@ -117,7 +113,7 @@ FunctionLineButton::FunctionLineButton(Window *parent, const rect_t &rect, ListLineButton(parent, index), cfn(cfn), prefix(prefix) { setHeight(SF_BUTTON_H); -#if LCD_H > LCD_W +#if PORTRAIT_LCD padTop(PAD_ZERO); #else padTop(PAD_SMALL); @@ -789,7 +785,7 @@ void FunctionsPage::plusPopup(Window *window) void FunctionsPage::build(Window *window) { -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define PER_ROW 6 static const lv_coord_t l_col_dsc[] = { LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), @@ -862,8 +858,6 @@ void FunctionsPage::build(Window *window) menu->addLine(STR_ENABLE, [=]() { CFN_ACTIVE(cfn) = 1; SET_DIRTY(); - if (CFN_FUNC(cfn) == FUNC_PLAY_SCRIPT || CFN_FUNC(cfn) == FUNC_RGB_LED) - LUA_LOAD_MODEL_SCRIPTS(); rebuild(window); }); } diff --git a/radio/src/gui/colorlcd/startup_shutdown.cpp b/radio/src/gui/colorlcd/startup_shutdown.cpp index 17eaf499d18..a12242828d7 100644 --- a/radio/src/gui/colorlcd/startup_shutdown.cpp +++ b/radio/src/gui/colorlcd/startup_shutdown.cpp @@ -31,23 +31,25 @@ extern void checkSpeakerVolume(); #if defined(VERSION_TAG) const std::string ver_str = "" VERSION_TAG; const std::string nam_str = "" CODENAME; -#if LCD_W > LCD_H -#define TXT_Y 204 -#else +#if PORTRAIT_LCD #define TXT_Y 404 +#else +#define TXT_Y (LCD_H * 3 / 4) #endif #else const std::string ver_str = "" VERSION; const std::string nam_str = "" VERSION_SUFFIX; const std::string git_str = "(" GIT_STR ")"; -#if LCD_W > LCD_H -#define TXT_Y 180 -#else +#if PORTRAIT_LCD #define TXT_Y 380 +#else +#define TXT_Y (LCD_H * 2 / 3) #endif #endif -#if LCD_W > LCD_H +LAYOUT_VAL1(TXT_H, 24) + +#if !PORTRAIT_LCD #define TXT_X (LCD_W * 4 / 5) #define IMG_X (LCD_W / 3) #define IMG_Y (LCD_H / 2) @@ -102,12 +104,11 @@ void drawSplash() new StaticLZ4Image(splashScreen, IMG_X - logo->width / 2, IMG_Y - logo->height / 2, logo); - new StaticText(splashScreen, {TXT_X - 100, TXT_Y, 200, 24}, ver_str.c_str(), - COLOR_GREY | CENTERED); - new StaticText(splashScreen, {TXT_X - 100, TXT_Y + 24, 200, 24}, + new StaticText(splashScreen, {TXT_X - 100, TXT_Y, 200, 24}, ver_str.c_str(), COLOR_GREY | CENTERED); + new StaticText(splashScreen, {TXT_X - 100, TXT_Y + TXT_H, 200, TXT_H}, nam_str.c_str(), COLOR_GREY | CENTERED); #if !defined(VERSION_TAG) - new StaticText(splashScreen, {TXT_X - 100, TXT_Y + 48, 200, 24}, + new StaticText(splashScreen, {TXT_X - 100, TXT_Y + TXT_H * 2, 200, TXT_H}, git_str.c_str(), COLOR_GREY | CENTERED); #endif } @@ -192,7 +193,8 @@ void drawSleepBitmap() if (shutdownWindow) { shutdownWindow->clear(); } else { - shutdownWindow = new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); + shutdownWindow = + new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); shutdownWindow->setWindowFlag(OPAQUE); etx_solid_bg(shutdownWindow->getLvObj(), COLOR_BLACK_INDEX); } @@ -219,7 +221,8 @@ void drawShutdownAnimation(uint32_t duration, uint32_t totalDuration, if (totalDuration == 0) return; if (shutdownWindow == nullptr) { - shutdownWindow = new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); + shutdownWindow = + new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); shutdownWindow->setWindowFlag(OPAQUE); etx_solid_bg(shutdownWindow->getLvObj(), COLOR_BLACK_INDEX); @@ -257,7 +260,8 @@ void drawFatalErrorScreen(const char* message) static Window* fatalErrorWindow = nullptr; if (!fatalErrorWindow) { - fatalErrorWindow = new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); + fatalErrorWindow = + new Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}); fatalErrorWindow->setWindowFlag(OPAQUE); etx_solid_bg(fatalErrorWindow->getLvObj(), COLOR_BLACK_INDEX); diff --git a/radio/src/gui/colorlcd/tabsgroup.cpp b/radio/src/gui/colorlcd/tabsgroup.cpp index b0a16445ba6..dca0e75f73d 100644 --- a/radio/src/gui/colorlcd/tabsgroup.cpp +++ b/radio/src/gui/colorlcd/tabsgroup.cpp @@ -28,6 +28,10 @@ #include "keyboard_base.h" #endif +LAYOUT_VAL3(SEL_DOT_X, 10, 6, 10) +LAYOUT_VAL1(SEL_DOT_Y, 39) +LAYOUT_VAL1(ICON_Y, 7) + class SelectedTabIcon : public StaticIcon { public: @@ -35,7 +39,7 @@ class SelectedTabIcon : public StaticIcon StaticIcon(parent, 0, 0, ICON_CURRENTMENU_SHADOW, COLOR_THEME_PRIMARY1) { new StaticIcon(this, 0, 0, ICON_CURRENTMENU_BG, COLOR_THEME_FOCUS); - new StaticIcon(this, 10, 39, ICON_CURRENTMENU_DOT, COLOR_THEME_PRIMARY2); + new StaticIcon(this, SEL_DOT_X, SEL_DOT_Y, ICON_CURRENTMENU_DOT, COLOR_THEME_PRIMARY2); } #if defined(DEBUG_WINDOWS) @@ -53,7 +57,7 @@ class TabCarouselButton : public ButtonBase selected->hide(); lastIcon = getIcon(); - icon = new StaticIcon(this, 2, 7, lastIcon, COLOR_THEME_PRIMARY2); + icon = new StaticIcon(this, 2, ICON_Y,lastIcon, COLOR_THEME_PRIMARY2); show(isVisible()); } @@ -83,7 +87,7 @@ class TabCarouselButton : public ButtonBase if (lastIcon != getIcon()) { lastIcon = getIcon(); icon->deleteLater(); - icon = new StaticIcon(this, 2, 7, lastIcon, COLOR_THEME_PRIMARY2); + icon = new StaticIcon(this, 2, ICON_Y, lastIcon, COLOR_THEME_PRIMARY2); } ButtonBase::checkEvents(); } @@ -95,12 +99,12 @@ class TabsCarousel : public Window TabsCarousel(Window* parent, TabsGroup* menu) : Window(parent, {MENU_HEADER_BUTTONS_LEFT, 0, - LCD_W - 51 - MENU_HEADER_BUTTONS_LEFT, MENU_HEADER_HEIGHT + 10}), + LCD_W - HDR_DATE_FULL_WIDTH - MENU_HEADER_BUTTONS_LEFT, MENU_HEADER_HEIGHT + 10}), menu(menu) { setWindowFlag(NO_FOCUS); - lv_obj_set_style_max_width(lvobj, LCD_W - 51 - MENU_HEADER_BUTTONS_LEFT, + lv_obj_set_style_max_width(lvobj, LCD_W - HDR_DATE_FULL_WIDTH - MENU_HEADER_BUTTONS_LEFT, LV_PART_MAIN); padAll(PAD_ZERO); @@ -210,7 +214,8 @@ class TabsGroupHeader : public Window public: TabsGroupHeader(TabsGroup* menu, EdgeTxIcon icon) : - Window(menu, {0, 0, LCD_W, MENU_BODY_TOP}), icon(icon) + Window(menu, {0, 0, LCD_W, MENU_BODY_TOP}), + icon(icon) { setWindowFlag(NO_FOCUS | OPAQUE); @@ -262,7 +267,8 @@ TabsGroup::TabsGroup(EdgeTxIcon icon) : NavWindow(MainWindow::instance(), {0, 0, LCD_W, LCD_H}) { header = new TabsGroupHeader(this, icon); - body = new Window(this, {0, MENU_BODY_TOP, LCD_W, MENU_BODY_HEIGHT}); + body = + new Window(this, {0, MENU_BODY_TOP, LCD_W, MENU_BODY_HEIGHT}); body->setWindowFlag(NO_FOCUS); etx_solid_bg(lvobj); diff --git a/radio/src/gui/colorlcd/theme.cpp b/radio/src/gui/colorlcd/theme.cpp index 4a1552c8304..ca0b48f1b32 100644 --- a/radio/src/gui/colorlcd/theme.cpp +++ b/radio/src/gui/colorlcd/theme.cpp @@ -64,14 +64,14 @@ HeaderDateTime::HeaderDateTime(lv_obj_t* parent, coord_t x, coord_t y) { date = lv_label_create(parent); lv_obj_set_pos(date, x, y); - lv_obj_set_size(date, 45, 12); + lv_obj_set_size(date, HDR_DATE_WIDTH, HDR_DATE_HEIGHT); lv_obj_set_style_text_align(date, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN); etx_txt_color(date, COLOR_THEME_PRIMARY2_INDEX); etx_font(date, FONT_XS_INDEX); time = lv_label_create(parent); - lv_obj_set_pos(time, x, y + 15); - lv_obj_set_size(time, 45, 12); + lv_obj_set_pos(time, x, y + HDR_DATE_LINE2); + lv_obj_set_size(time, HDR_DATE_WIDTH, HDR_DATE_HEIGHT); lv_obj_set_style_text_align(time, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN); etx_txt_color(time, COLOR_THEME_PRIMARY2_INDEX); etx_font(time, FONT_XS_INDEX); @@ -119,7 +119,7 @@ UsbSDConnected::UsbSDConnected() : setWindowFlag(OPAQUE); etx_solid_bg(lvobj, COLOR_THEME_PRIMARY1_INDEX); - dateTime = new HeaderDateTime(lvobj, LCD_W - 48, 6); + dateTime = new HeaderDateTime(lvobj, LCD_W - HDR_DATE_XO, HDR_DATE_Y); auto icon = new StaticIcon(this, 0, 0, ICON_USB_PLUGGED, COLOR_THEME_PRIMARY2); lv_obj_center(icon->getLvObj()); diff --git a/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp b/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp index d3075152b84..1d976c465cd 100644 --- a/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp +++ b/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp @@ -69,12 +69,27 @@ LV_STYLE_CONST_SINGLE_INIT(EdgeTxStyles::text_align_center, LV_STYLE_TEXT_ALIGN, LV_STYLE_CONST_SINGLE_INIT(EdgeTxStyles::pad_left_2, LV_STYLE_PAD_LEFT, 2); // Scrollbar +#if LANDSCAPE_LCD_SMALL const lv_style_const_prop_t scrollbar_props[] = { LV_STYLE_CONST_BG_OPA(LV_OPA_50), - LV_STYLE_CONST_PAD_TOP(3), LV_STYLE_CONST_PAD_BOTTOM(3), - LV_STYLE_CONST_PAD_LEFT(3), LV_STYLE_CONST_PAD_RIGHT(3), - LV_STYLE_CONST_WIDTH(4), LV_STYLE_PROP_INV, + LV_STYLE_CONST_PAD_TOP(2), + LV_STYLE_CONST_PAD_BOTTOM(2), + LV_STYLE_CONST_PAD_LEFT(2), + LV_STYLE_CONST_PAD_RIGHT(2), + LV_STYLE_CONST_WIDTH(PAD_SMALL), + LV_STYLE_PROP_INV, }; +#else +const lv_style_const_prop_t scrollbar_props[] = { + LV_STYLE_CONST_BG_OPA(LV_OPA_50), + LV_STYLE_CONST_PAD_TOP(3), + LV_STYLE_CONST_PAD_BOTTOM(3), + LV_STYLE_CONST_PAD_LEFT(3), + LV_STYLE_CONST_PAD_RIGHT(3), + LV_STYLE_CONST_WIDTH(PAD_SMALL), + LV_STYLE_PROP_INV, +}; +#endif LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::scrollbar, scrollbar_props); // Padding @@ -95,40 +110,54 @@ const lv_style_const_prop_t pad_tiny_props[] = { LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_tiny, pad_tiny_props); const lv_style_const_prop_t pad_small_props[] = { - LV_STYLE_CONST_PAD_TOP(4), LV_STYLE_CONST_PAD_BOTTOM(4), - LV_STYLE_CONST_PAD_LEFT(4), LV_STYLE_CONST_PAD_RIGHT(4), - LV_STYLE_CONST_PAD_ROW(4), LV_STYLE_CONST_PAD_COLUMN(4), + LV_STYLE_CONST_PAD_TOP(PAD_SMALL), + LV_STYLE_CONST_PAD_BOTTOM(PAD_SMALL), + LV_STYLE_CONST_PAD_LEFT(PAD_SMALL), + LV_STYLE_CONST_PAD_RIGHT(PAD_SMALL), + LV_STYLE_CONST_PAD_ROW(PAD_SMALL), + LV_STYLE_CONST_PAD_COLUMN(PAD_SMALL), LV_STYLE_PROP_INV, }; LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_small, pad_small_props); const lv_style_const_prop_t pad_medium_props[] = { - LV_STYLE_CONST_PAD_TOP(6), LV_STYLE_CONST_PAD_BOTTOM(6), - LV_STYLE_CONST_PAD_LEFT(6), LV_STYLE_CONST_PAD_RIGHT(6), - LV_STYLE_CONST_PAD_ROW(4), LV_STYLE_CONST_PAD_COLUMN(4), + LV_STYLE_CONST_PAD_TOP(PAD_MEDIUM), + LV_STYLE_CONST_PAD_BOTTOM(PAD_MEDIUM), + LV_STYLE_CONST_PAD_LEFT(PAD_MEDIUM), + LV_STYLE_CONST_PAD_RIGHT(PAD_MEDIUM), + LV_STYLE_CONST_PAD_ROW(PAD_SMALL), + LV_STYLE_CONST_PAD_COLUMN(PAD_SMALL), LV_STYLE_PROP_INV, }; LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_medium, pad_medium_props); const lv_style_const_prop_t pad_large_props[] = { - LV_STYLE_CONST_PAD_TOP(8), LV_STYLE_CONST_PAD_BOTTOM(8), - LV_STYLE_CONST_PAD_LEFT(8), LV_STYLE_CONST_PAD_RIGHT(8), - LV_STYLE_CONST_PAD_ROW(4), LV_STYLE_CONST_PAD_COLUMN(4), + LV_STYLE_CONST_PAD_TOP(PAD_LARGE), + LV_STYLE_CONST_PAD_BOTTOM(PAD_LARGE), + LV_STYLE_CONST_PAD_LEFT(PAD_LARGE), + LV_STYLE_CONST_PAD_RIGHT(PAD_LARGE), + LV_STYLE_CONST_PAD_ROW(PAD_SMALL), + LV_STYLE_CONST_PAD_COLUMN(PAD_SMALL), LV_STYLE_PROP_INV, }; LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_large, pad_large_props); const lv_style_const_prop_t pad_button_props[] = { - LV_STYLE_CONST_PAD_TOP(2), LV_STYLE_CONST_PAD_BOTTOM(2), - LV_STYLE_CONST_PAD_LEFT(6), LV_STYLE_CONST_PAD_RIGHT(6), - LV_STYLE_CONST_PAD_ROW(2), LV_STYLE_CONST_PAD_COLUMN(2), + LV_STYLE_CONST_PAD_TOP(2), + LV_STYLE_CONST_PAD_BOTTOM(2), + LV_STYLE_CONST_PAD_LEFT(PAD_MEDIUM), + LV_STYLE_CONST_PAD_RIGHT(PAD_MEDIUM), + LV_STYLE_CONST_PAD_ROW(2), + LV_STYLE_CONST_PAD_COLUMN(2), LV_STYLE_PROP_INV, }; LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_button, pad_button_props); const lv_style_const_prop_t pad_textarea_props[] = { - LV_STYLE_CONST_PAD_TOP(4), LV_STYLE_CONST_PAD_BOTTOM(3), - LV_STYLE_CONST_PAD_LEFT(4), LV_STYLE_CONST_PAD_RIGHT(4), + LV_STYLE_CONST_PAD_TOP(PAD_SMALL), + LV_STYLE_CONST_PAD_BOTTOM(PAD_SMALL - 1), + LV_STYLE_CONST_PAD_LEFT(PAD_SMALL), + LV_STYLE_CONST_PAD_RIGHT(PAD_SMALL), LV_STYLE_PROP_INV, }; LV_STYLE_CONST_MULTI_INIT(EdgeTxStyles::pad_textarea, pad_textarea_props); @@ -304,8 +333,7 @@ void EdgeTxStyles::applyColors() } lv_style_set_line_color(&graph_border, makeLvColor(COLOR_THEME_SECONDARY2)); - lv_style_set_line_color(&graph_dashed, - makeLvColor(COLOR_THEME_SECONDARY2)); + lv_style_set_line_color(&graph_dashed, makeLvColor(COLOR_THEME_SECONDARY2)); lv_style_set_line_color(&graph_line, makeLvColor(COLOR_THEME_SECONDARY1)); lv_style_set_line_color(&graph_position_line, makeLvColor(COLOR_THEME_ACTIVE)); diff --git a/radio/src/gui/colorlcd/themes/etx_lv_theme.h b/radio/src/gui/colorlcd/themes/etx_lv_theme.h index 75b1fd736e1..bed52a212ce 100644 --- a/radio/src/gui/colorlcd/themes/etx_lv_theme.h +++ b/radio/src/gui/colorlcd/themes/etx_lv_theme.h @@ -28,7 +28,96 @@ #include "colors.h" #include "fonts.h" -#include "window.h" + +/********************* + * Layout + *********************/ + +#if LANDSCAPE_LCD_SMALL +enum PaddingSize { + PAD_ZERO = 0, + PAD_TINY = 1, + PAD_SMALL = 3, + PAD_MEDIUM = 4, + PAD_LARGE = 6 +}; +#else +enum PaddingSize { + PAD_ZERO = 0, + PAD_TINY = 2, + PAD_SMALL = 4, + PAD_MEDIUM = 6, + PAD_LARGE = 8 +}; +#endif + +// Macros for setting up layout values +// LAYOUT_VAL1 - single value where portait and landscape use the same value +// and landscape small screen = value * 2 / 3 +// LAYOUT_VAL2 - 2 value, first is landscape, second is portrait +// and landscape small screen = landscape * 2 / 3 +// LAYOUT_VAL3 - 3 values - landscape, landscape small, portrait + +#if LANDSCAPE_LCD +#define LAYOUT_VAL1(name, landscape) \ + constexpr coord_t name = landscape; +#define LAYOUT_VAL2(name, landscape, portrait) \ + constexpr coord_t name = landscape; +#define LAYOUT_VAL3(name, landscape, landscape_small, portrait) \ + constexpr coord_t name = landscape; +#elif LANDSCAPE_LCD_SMALL +#define LAYOUT_VAL1(name, landscape) \ + constexpr coord_t name = (landscape * 4 + 3) / 6; +#define LAYOUT_VAL2(name, landscape, portrait) \ + constexpr coord_t name = (landscape * 4 + 3) / 6; +#define LAYOUT_VAL3(name, landscape, landscape_small, portrait) \ + constexpr coord_t name = landscape_small; +#else +#define LAYOUT_VAL1(name, landscape) \ + constexpr coord_t name = landscape; +#define LAYOUT_VAL2(name, landscape, portrait) \ + constexpr coord_t name = portrait; +#define LAYOUT_VAL3(name, landscape, landscape_small, portrait) \ + constexpr coord_t name = portrait; +#endif + +LAYOUT_VAL1(MENU_HEADER_BUTTON_WIDTH, 33) +LAYOUT_VAL1(MENU_HEADER_BUTTONS_LEFT, 47) +LAYOUT_VAL1(MENU_HEADER_HEIGHT, 45) +LAYOUT_VAL1(MENU_TITLE_TOP, 48) +LAYOUT_VAL1(MENU_TITLE_HEIGHT, 21) + +constexpr coord_t MENU_BODY_TOP = MENU_TITLE_TOP + MENU_TITLE_HEIGHT; +constexpr coord_t MENU_BODY_HEIGHT = LCD_H - MENU_BODY_TOP; + +LAYOUT_VAL1(MENUS_MARGIN_LEFT, 6) +LAYOUT_VAL1(PAGE_LINE_HEIGHT, 20) + +constexpr coord_t FH = PAGE_LINE_HEIGHT; +constexpr coord_t NUM_BODY_LINES = MENU_BODY_HEIGHT / PAGE_LINE_HEIGHT; + +constexpr coord_t PAGE_TITLE_TOP = 2; + +LAYOUT_VAL1(PAGE_TITLE_LEFT, 50) + +LAYOUT_VAL1(HDR_DATE_WIDTH, 45) +LAYOUT_VAL1(HDR_DATE_HEIGHT, 12) +LAYOUT_VAL1(HDR_DATE_LINE2, 15) +LAYOUT_VAL1(HDR_DATE_XO, 48) +LAYOUT_VAL1(HDR_DATE_Y, 6) +LAYOUT_VAL1(HDR_DATE_FULL_WIDTH, 51) + +LAYOUT_VAL3(UI_ELEMENT_HEIGHT, 32, 24, 32) + +LAYOUT_VAL1(TOOLS_BTN_H, 48) +LAYOUT_VAL1(SUBSCR_BTN_H, 62) +LAYOUT_VAL1(MENUS_LINE_HEIGHT, 35) + +#if PORTRAIT_LCD +constexpr coord_t MENUS_MAX_HEIGHT = (MENUS_LINE_HEIGHT * 10); +#else +constexpr coord_t MENUS_MAX_HEIGHT = (MENUS_LINE_HEIGHT * 7) + 8; +#endif /********************** * GLOBAL PROTOTYPES diff --git a/radio/src/gui/colorlcd/topbar.h b/radio/src/gui/colorlcd/topbar.h index 52107046246..c5d2509aae6 100644 --- a/radio/src/gui/colorlcd/topbar.h +++ b/radio/src/gui/colorlcd/topbar.h @@ -23,9 +23,9 @@ #include "layout.h" -constexpr coord_t TOPBAR_ZONE_WIDTH = 70; -constexpr coord_t TOPBAR_ZONE_VMARGIN = 3; -constexpr coord_t TOPBAR_ZONE_HMARGIN = 3; +LAYOUT_VAL3(TOPBAR_ZONE_WIDTH, 70, 48, 70) +LAYOUT_VAL1(TOPBAR_ZONE_VMARGIN, 3) +LAYOUT_VAL1(TOPBAR_ZONE_HMARGIN, 3) constexpr coord_t TOPBAR_ZONE_HEIGHT = MENU_HEADER_HEIGHT - 2 * TOPBAR_ZONE_VMARGIN; class ScreenMenu; diff --git a/radio/src/gui/colorlcd/view_channels.cpp b/radio/src/gui/colorlcd/view_channels.cpp index 47e27b2c955..954229c37f8 100644 --- a/radio/src/gui/colorlcd/view_channels.cpp +++ b/radio/src/gui/colorlcd/view_channels.cpp @@ -89,7 +89,7 @@ class ChannelsViewPage : public PageTab // Channels bars for (uint8_t chan = pageIndex * 8; chan < 8 + pageIndex * 8; chan++) { -#if LCD_H > LCD_W +#if PORTRAIT_LCD coord_t width = window->width() - (hmargin * 2); coord_t xPos = hmargin; coord_t yPos = (chan % 8) * diff --git a/radio/src/gui/colorlcd/view_logical_switches.cpp b/radio/src/gui/colorlcd/view_logical_switches.cpp index a1b29597acf..48238748c52 100644 --- a/radio/src/gui/colorlcd/view_logical_switches.cpp +++ b/radio/src/gui/colorlcd/view_logical_switches.cpp @@ -25,14 +25,26 @@ #include "switches.h" #include "themes/etx_lv_theme.h" -#if LCD_W > LCD_H // Landscape +LAYOUT_VAL2(FOOTER_HEIGHT, 20, 40) +LAYOUT_VAL3(BTN_HEIGHT, 20, 18, 21) +LAYOUT_VAL3(BTN_PAD, 1, 2, 2) +LAYOUT_VAL3(BTN_MATRIX_COL, 8, 8, 4) +LAYOUT_VAL3(V2_COL_CNT, 1, 1, 2) +LAYOUT_VAL3(ANDSW_ROW, 0, 0, 1) +LAYOUT_VAL3(ANDSW_COL, 3, 3, 1) -#define BTN_MATRIX_COL 8 -#define BTN_HEIGHT 20 -#define FOOTER_HEIGHT 20 -#define V2_COL_CNT 1 -#define ANDSW_ROW 0 -#define ANDSW_COL 3 +#if PORTRAIT_LCD + +static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), + LV_GRID_FR(1), LV_GRID_FR(1), + LV_GRID_TEMPLATE_LAST}; + +// Footer grid +static const lv_coord_t f_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), + LV_GRID_FR(1), LV_GRID_FR(1), + LV_GRID_TEMPLATE_LAST}; + +#else // Landscape // Switch grid static const lv_coord_t col_dsc[] = { @@ -41,26 +53,13 @@ static const lv_coord_t col_dsc[] = { LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; // Footer grid +#if LANDSCAPE_LCD_SMALL +static const lv_coord_t f_col_dsc[] = { + 40, LV_GRID_FR(1), 75, LV_GRID_FR(1), 33, 33, LV_GRID_TEMPLATE_LAST}; +#else static const lv_coord_t f_col_dsc[] = { 60, LV_GRID_FR(1), 112, LV_GRID_FR(1), 50, 50, LV_GRID_TEMPLATE_LAST}; - -#else // Portrait - -#define BTN_MATRIX_COL 4 -#define BTN_HEIGHT 21 -#define FOOTER_HEIGHT 40 -#define V2_COL_CNT 2 -#define ANDSW_ROW 1 -#define ANDSW_COL 1 - -static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), - LV_GRID_FR(1), LV_GRID_FR(1), - LV_GRID_TEMPLATE_LAST}; - -// Footer grid -static const lv_coord_t f_col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), - LV_GRID_FR(1), LV_GRID_FR(1), - LV_GRID_TEMPLATE_LAST}; +#endif #endif @@ -78,8 +77,8 @@ class LogicalSwitchDisplayFooter : public Window setWindowFlag(OPAQUE); padAll(PAD_ZERO); - padLeft(4); - padRight(4); + padLeft(PAD_SMALL); + padRight(PAD_SMALL); etx_solid_bg(lvobj, COLOR_THEME_SECONDARY1_INDEX); lv_obj_set_layout(lvobj, LV_LAYOUT_GRID); @@ -276,9 +275,9 @@ void LogicalSwitchesViewPage::build(Window* window) for (uint8_t i = 0; i < MAX_LOGICAL_SWITCHES; i++) { if ((i % BTN_MATRIX_COL) == 0) { line = form->newLine(grid); - lv_obj_set_style_pad_all(line->getLvObj(), 1, 0); - line->padLeft(4); - line->padRight(4); + lv_obj_set_style_pad_all(line->getLvObj(), BTN_PAD, LV_PART_MAIN); + line->padLeft(PAD_SMALL); + line->padRight(PAD_SMALL); } LogicalSwitchData* ls = lswAddress(i); diff --git a/radio/src/gui/colorlcd/view_main_menu.cpp b/radio/src/gui/colorlcd/view_main_menu.cpp index deb63f13358..75bc9fa1dae 100644 --- a/radio/src/gui/colorlcd/view_main_menu.cpp +++ b/radio/src/gui/colorlcd/view_main_menu.cpp @@ -58,7 +58,7 @@ static lv_obj_t* etx_modal_dialog_create(lv_obj_t* parent) return etx_create(&etx_modal_dialog_class, parent); } -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define VM_W (FAB_BUTTON_WIDTH * 4 + 16) #define VM_H (FAB_BUTTON_HEIGHT * 2 + 16) #else @@ -76,7 +76,7 @@ ViewMainMenu::ViewMainMenu(Window* parent, std::function closeHandler) : coord_t width = VM_W; bool hasNotes = modelHasNotes(); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD if (hasNotes) width += FAB_BUTTON_WIDTH; #endif diff --git a/radio/src/gui/colorlcd/view_statistics.cpp b/radio/src/gui/colorlcd/view_statistics.cpp index 3758f31fdb2..eedd9c29fcc 100644 --- a/radio/src/gui/colorlcd/view_statistics.cpp +++ b/radio/src/gui/colorlcd/view_statistics.cpp @@ -56,7 +56,7 @@ static const lv_coord_t col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD static const lv_coord_t dbg_4col_dsc[] = {LV_GRID_FR(2), LV_GRID_FR(3), LV_GRID_FR(3), LV_GRID_FR(3), LV_GRID_TEMPLATE_LAST}; @@ -71,7 +71,7 @@ static const lv_coord_t dbg_3col_dsc[] = {LV_GRID_FR(1), LV_GRID_FR(1), static const lv_coord_t row_dsc[] = {LV_GRID_CONTENT, LV_GRID_TEMPLATE_LAST}; -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define CV_SCALE 3 #define DBG_B_WIDTH (LCD_W - 20) / 4 #else @@ -251,7 +251,7 @@ void DebugViewPage::build(Window* window) { window->setFlexLayout(LV_FLEX_FLOW_COLUMN, PAD_ZERO); -#if LCD_W > LCD_H +#if !PORTRAIT_LCD FlexGridLayout grid(dbg_4col_dsc, row_dsc, PAD_ZERO); FlexGridLayout grid2(dbg_4col_dsc, row_dsc, PAD_ZERO); #else @@ -285,7 +285,7 @@ void DebugViewPage::build(Window* window) // LUA timing data new StaticText(line, rect_t{}, STR_LUA_SCRIPTS_LABEL); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = window->newLine(grid); line->padAll(PAD_ZERO); line->padLeft(10); @@ -299,7 +299,7 @@ void DebugViewPage::build(Window* window) line = window->newLine(grid); line->padAll(PAD_ZERO); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line->padLeft(10); #else grid.nextCell(); @@ -313,7 +313,7 @@ void DebugViewPage::build(Window* window) line, rect_t{0, 0, DBG_B_WIDTH, DBG_B_HEIGHT}, [] { return luaGetMemUsed(lsWidgets); }, STR_MEM_USED_WIDGET); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = window->newLine(grid); line->padAll(PAD_ZERO); line->padLeft(10); @@ -329,7 +329,7 @@ void DebugViewPage::build(Window* window) // Stacks data new StaticText(line, rect_t{}, STR_FREE_STACK); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = window->newLine(grid2); line->padAll(PAD_ZERO); line->padLeft(10); @@ -363,7 +363,7 @@ void DebugViewPage::build(Window* window) line->padAll(PAD_TINY); new StaticText(line, rect_t{}, STR_INT_GPS_LABEL); -#if LCD_H > LCD_W +#if PORTRAIT_LCD line = window->newLine(grid2); line->padAll(PAD_ZERO); line->padLeft(10); diff --git a/radio/src/gui/colorlcd/widget_settings.cpp b/radio/src/gui/colorlcd/widget_settings.cpp index 144ef05ee42..db2001ba6a3 100644 --- a/radio/src/gui/colorlcd/widget_settings.cpp +++ b/radio/src/gui/colorlcd/widget_settings.cpp @@ -188,4 +188,4 @@ void WidgetSettings::onCancel() { widget->update(); deleteLater(); -} \ No newline at end of file +} diff --git a/radio/src/gui/colorlcd/widgets/radio_info.cpp b/radio/src/gui/colorlcd/widgets/radio_info.cpp index e5965836824..703013abb1d 100644 --- a/radio/src/gui/colorlcd/widgets/radio_info.cpp +++ b/radio/src/gui/colorlcd/widgets/radio_info.cpp @@ -25,10 +25,21 @@ #include "widget.h" #include "widgets_container_impl.h" -#define W_AUDIO_X 0 -#define W_USB_X 32 -#define W_LOG_X 32 -#define W_RSSI_X 40 +constexpr coord_t W_AUDIO_X = 0; +LAYOUT_VAL1(W_AUDIO_SCALE_X, 15) +LAYOUT_VAL1(W_USB_X, 32) +LAYOUT_VAL3(W_USB_Y, 5, 4, 5) +LAYOUT_VAL1(W_LOG_X, 32) +LAYOUT_VAL1(W_LOG_Y, 3) +LAYOUT_VAL1(W_RSSI_X, 40) +LAYOUT_VAL1(W_RSSI_BAR_W, 4) +LAYOUT_VAL1(W_RSSI_BAR_H, 35) +LAYOUT_VAL1(W_RSSI_BAR_SZ, 6) +LAYOUT_VAL3(W_BATT_Y, 25, 16, 25) +LAYOUT_VAL1(W_BATT_FILL_W, 20) +LAYOUT_VAL1(W_BATT_FILL_H, 9) +LAYOUT_VAL3(W_BATT_CHG_X, 25, 16, 25) +LAYOUT_VAL3(W_BATT_CHG_Y, 23, 15, 23) class TopBarWidget : public Widget { @@ -48,43 +59,48 @@ class RadioInfoWidget : public TopBarWidget TopBarWidget(factory, parent, rect, persistentData) { // Logs - logsIcon = new StaticIcon(this, W_LOG_X, 3, ICON_DOT, COLOR_THEME_PRIMARY2); + logsIcon = new StaticIcon(this, W_LOG_X, W_LOG_Y, ICON_DOT, + COLOR_THEME_PRIMARY2); logsIcon->hide(); - usbIcon = new StaticIcon(this, W_USB_X, 5, ICON_TOPMENU_USB, - COLOR_THEME_PRIMARY2); + usbIcon = + new StaticIcon(this, W_USB_X, W_USB_Y, ICON_TOPMENU_USB, + COLOR_THEME_PRIMARY2); usbIcon->hide(); - audioScale = - new StaticIcon(this, W_AUDIO_X + 15, 2, ICON_TOPMENU_VOLUME_SCALE, - COLOR_THEME_PRIMARY3); + audioScale = new StaticIcon(this, W_AUDIO_SCALE_X, 2, + ICON_TOPMENU_VOLUME_SCALE, + COLOR_THEME_PRIMARY3); for (int i = 0; i < 5; i += 1) { - audioVol[i] = new StaticIcon(this, W_AUDIO_X, 2, - (EdgeTxIcon)(ICON_TOPMENU_VOLUME_0 + i), - COLOR_THEME_PRIMARY2); + audioVol[i] = new StaticIcon( + this, W_AUDIO_X, 2, + (EdgeTxIcon)(ICON_TOPMENU_VOLUME_0 + i), + COLOR_THEME_PRIMARY2); audioVol[i]->hide(); } audioVol[0]->show(); - batteryIcon = new StaticIcon(this, W_AUDIO_X, 25, ICON_TOPMENU_TXBATT, + batteryIcon = new StaticIcon(this, W_AUDIO_X, W_BATT_Y, + ICON_TOPMENU_TXBATT, COLOR_THEME_PRIMARY2); #if defined(USB_CHARGER) - batteryChargeIcon = - new StaticIcon(this, W_AUDIO_X + 25, 23, ICON_TOPMENU_TXBATT_CHARGE, - COLOR_THEME_PRIMARY2); + batteryChargeIcon = new StaticIcon( + this, W_BATT_CHG_X, W_BATT_CHG_Y, + ICON_TOPMENU_TXBATT_CHARGE, COLOR_THEME_PRIMARY2); batteryChargeIcon->hide(); #endif #if defined(INTERNAL_MODULE_PXX1) && defined(EXTERNAL_ANTENNA) - extAntenna = new StaticIcon(this, W_RSSI_X - 4, 1, ICON_TOPMENU_ANTENNA, + extAntenna = new StaticIcon(this, W_RSSI_X - 4, 1, + ICON_TOPMENU_ANTENNA, COLOR_THEME_PRIMARY2); extAntenna->hide(); #endif batteryFill = lv_obj_create(lvobj); - lv_obj_set_pos(batteryFill, W_AUDIO_X + 1, 26); - lv_obj_set_size(batteryFill, 20, 9); + lv_obj_set_pos(batteryFill, W_AUDIO_X + 1, W_BATT_Y + 1); + lv_obj_set_size(batteryFill, W_BATT_FILL_W, W_BATT_FILL_H); lv_obj_set_style_bg_color(batteryFill, lv_palette_main(LV_PALETTE_GREEN), LV_PART_MAIN); lv_obj_set_style_bg_color(batteryFill, lv_palette_main(LV_PALETTE_AMBER), @@ -94,12 +110,17 @@ class RadioInfoWidget : public TopBarWidget lv_obj_set_style_bg_opa(batteryFill, LV_OPA_COVER, LV_PART_MAIN); // RSSI bars +#if LANDSCAPE_LCD_SMALL + const uint8_t rssiBarsHeight[] = {4, 8, 10, 14, 21}; +#else const uint8_t rssiBarsHeight[] = {5, 10, 15, 21, 31}; +#endif for (unsigned int i = 0; i < DIM(rssiBarsHeight); i++) { uint8_t height = rssiBarsHeight[i]; rssiBars[i] = lv_obj_create(lvobj); - lv_obj_set_pos(rssiBars[i], W_RSSI_X + i * 6, 35 - height); - lv_obj_set_size(rssiBars[i], 4, height); + lv_obj_set_pos(rssiBars[i], W_RSSI_X + i * W_RSSI_BAR_SZ, + W_RSSI_BAR_H - height); + lv_obj_set_size(rssiBars[i], W_RSSI_BAR_W, height); etx_solid_bg(rssiBars[i], COLOR_THEME_PRIMARY3_INDEX); etx_bg_color(rssiBars[i], COLOR_THEME_PRIMARY2_INDEX, LV_STATE_USER_1); } @@ -146,10 +167,10 @@ class RadioInfoWidget : public TopBarWidget #endif // Battery level - uint8_t bars = GET_TXBATT_BARS(20); + uint8_t bars = GET_TXBATT_BARS(W_BATT_FILL_W); if (bars != lastBatt) { lastBatt = bars; - lv_obj_set_size(batteryFill, bars, 9); + lv_obj_set_size(batteryFill, bars, W_BATT_FILL_H); if (bars >= 12) { lv_obj_clear_state(batteryFill, LV_STATE_USER_1 | LV_STATE_USER_2); } else if (bars >= 5) { @@ -198,11 +219,8 @@ BaseWidgetFactory RadioInfoWidget("Radio Info", nullptr, "Radio Info"); // Adjustment to make main view date/time align with model/radio settings views -#if LCD_W > LCD_H -#define DT_OFFSET 19 -#else -#define DT_OFFSET 5 -#endif +LAYOUT_VAL3(DT_X, 19, 6, 5) +LAYOUT_VAL1(DT_Y, 3) class DateTimeWidget : public TopBarWidget { @@ -211,7 +229,7 @@ class DateTimeWidget : public TopBarWidget const rect_t& rect, Widget::PersistentData* persistentData) : TopBarWidget(factory, parent, rect, persistentData) { - dateTime = new HeaderDateTime(lvobj, DT_OFFSET, 3); + dateTime = new HeaderDateTime(lvobj, DT_X, DT_Y); } void checkEvents() override @@ -256,8 +274,9 @@ class InternalGPSWidget : public TopBarWidget Widget::PersistentData* persistentData) : TopBarWidget(factory, parent, rect, persistentData) { - icon = new StaticIcon(this, width() / 2 - 10, 19, ICON_TOPMENU_GPS, - COLOR_THEME_PRIMARY3); + icon = + new StaticIcon(this, width() / 2 - 10, 19, + ICON_TOPMENU_GPS, COLOR_THEME_PRIMARY3); numSats = new DynamicNumber( this, {0, 1, width(), 12}, [=] { return gpsData.numSat; }, diff --git a/radio/src/gui/colorlcd/widgets/timer.cpp b/radio/src/gui/colorlcd/widgets/timer.cpp index b0624c1e9a2..c4d49c8dcad 100644 --- a/radio/src/gui/colorlcd/widgets/timer.cpp +++ b/radio/src/gui/colorlcd/widgets/timer.cpp @@ -23,6 +23,21 @@ #include "opentx.h" #include "widget.h" +LAYOUT_VAL1(TMR_LRG_W, 180) +LAYOUT_VAL1(TMR_ARC_SZ, 64) +LAYOUT_VAL1(TMR_ARC_W, 10) +LAYOUT_VAL1(NM_LRG_X, 78) +LAYOUT_VAL1(NM_LRG_Y, 19) +LAYOUT_VAL1(NM_LRG_W, 93) +LAYOUT_VAL1(U0_X, 111) +LAYOUT_VAL3(U0_Y, 33, 25, 33) +LAYOUT_VAL1(U1_X, 161) +LAYOUT_VAL3(U1_Y, 33, 25, 33) +LAYOUT_VAL1(D0_X, 76) +LAYOUT_VAL3(D0_Y, 31, 24, 31) +LAYOUT_VAL1(D1_X, 126) +LAYOUT_VAL3(D1_Y, 31, 24, 31) + #define ETX_STATE_BG_WARNING LV_STATE_USER_1 #define EXT_NAME_ALIGN_RIGHT LV_STATE_USER_1 #define ETX_NAME_TXT_WARNING LV_STATE_USER_2 @@ -70,13 +85,13 @@ class TimerWidget : public Widget // Timer value - on large widgets unit0 = createUnitLabel(); - lv_obj_set_pos(unit0, 111, 33); + lv_obj_set_pos(unit0, U0_X, U0_Y); unit1 = createUnitLabel(); - lv_obj_set_pos(unit1, 161, 33); + lv_obj_set_pos(unit1, U1_X, U1_Y); digits0 = createDigitsLabel(); - lv_obj_set_pos(digits0, 76, 31); + lv_obj_set_pos(digits0, D0_X, D0_Y); digits1 = createDigitsLabel(); - lv_obj_set_pos(digits1, 126, 31); + lv_obj_set_pos(digits1, D1_X, D1_Y); timerArc = lv_arc_create(lvobj); lv_arc_set_rotation(timerArc, 270); @@ -87,11 +102,11 @@ class TimerWidget : public Widget lv_obj_remove_style(timerArc, NULL, LV_PART_KNOB); lv_obj_clear_flag(timerArc, LV_OBJ_FLAG_CLICKABLE); lv_obj_set_pos(timerArc, 2, 3); - lv_obj_set_size(timerArc, 64, 64); + lv_obj_set_size(timerArc, TMR_ARC_SZ, TMR_ARC_SZ); lv_obj_set_style_arc_opa(timerArc, LV_OPA_TRANSP, LV_PART_MAIN); - lv_obj_set_style_arc_width(timerArc, 10, LV_PART_MAIN); + lv_obj_set_style_arc_width(timerArc, TMR_ARC_W, LV_PART_MAIN); lv_obj_set_style_arc_opa(timerArc, LV_OPA_COVER, LV_PART_INDICATOR); - lv_obj_set_style_arc_width(timerArc, 10, LV_PART_INDICATOR); + lv_obj_set_style_arc_width(timerArc, TMR_ARC_W, LV_PART_INDICATOR); etx_obj_add_style(timerArc, styles->arc_color, LV_PART_INDICATOR); lv_obj_add_flag(timerArc, LV_OBJ_FLAG_HIDDEN); @@ -217,14 +232,14 @@ class TimerWidget : public Widget bool hasName = ZLEN(timerData.name) > 0; - if (width() >= 180 && height() >= 70) { + if (width() >= TMR_LRG_W && height() >= 70) { isLarge = true; if (hasName) lv_obj_clear_state(nameLabel, EXT_NAME_ALIGN_RIGHT); else lv_obj_add_state(nameLabel, EXT_NAME_ALIGN_RIGHT); - lv_obj_set_pos(nameLabel, 78, 19); - lv_obj_set_width(nameLabel, 93); + lv_obj_set_pos(nameLabel, NM_LRG_X, NM_LRG_Y); + lv_obj_set_width(nameLabel, NM_LRG_W); lv_obj_clear_state(nameLabel, ETX_NAME_COLOR_WHITE); lv_obj_add_flag(valLabel, LV_OBJ_FLAG_HIDDEN); diff --git a/radio/src/gui/colorlcd/widgets/value.cpp b/radio/src/gui/colorlcd/widgets/value.cpp index 75ca6dbd9ee..4da782a23c4 100644 --- a/radio/src/gui/colorlcd/widgets/value.cpp +++ b/radio/src/gui/colorlcd/widgets/value.cpp @@ -159,6 +159,9 @@ class ValueWidget : public Widget lv_obj_t* valueShadow; LcdFlags valueFlags = 0; + static LAYOUT_VAL3(VAL_Y1, 14, 10, 14) + static LAYOUT_VAL1(VAL_Y2, 18) + void update() override { // get source from options[0] @@ -179,7 +182,7 @@ class ValueWidget : public Widget lv_coord_t labelX = 0; lv_coord_t labelY = 0; lv_coord_t valueX = 0; - lv_coord_t valueY = 14; + lv_coord_t valueY = VAL_Y1; // Set font to L lv_obj_clear_state(value, ETX_STATE_LARGE_FONT); @@ -204,7 +207,7 @@ class ValueWidget : public Widget valueX = (valAlign == ALIGN_LEFT) ? 4 : (valAlign == ALIGN_CENTER) ? 1 : -4; - valueY = 18; + valueY = VAL_Y2; if (field >= MIXSRC_FIRST_TELEM) { if (!isGPSSensor(1 + (field - MIXSRC_FIRST_TELEM) / 3)) { // Set font to XL diff --git a/radio/src/gui/colorlcd/widgets_container.h b/radio/src/gui/colorlcd/widgets_container.h index b7646a1d75e..516cb0613cb 100644 --- a/radio/src/gui/colorlcd/widgets_container.h +++ b/radio/src/gui/colorlcd/widgets_container.h @@ -27,11 +27,8 @@ #define WIDGET_NAME_LEN 12 #define MAX_WIDGET_OPTIONS 5 // Name? -#if LCD_W > LCD_H -#define MAX_TOPBAR_ZONES 6 -#else -#define MAX_TOPBAR_ZONES 4 -#endif +LAYOUT_VAL3(MAX_TOPBAR_ZONES, 6, 6, 4) + #define MAX_TOPBAR_OPTIONS 1 // just because of VC++ which doesn't like 0-size arrays :( // Common 'ZoneOptionValue's among all layouts diff --git a/radio/src/lua/interface.cpp b/radio/src/lua/interface.cpp index 676ef72fcec..8c8ec3d396a 100644 --- a/radio/src/lua/interface.cpp +++ b/radio/src/lua/interface.cpp @@ -735,7 +735,7 @@ void displayLuaError(bool firstCall = false) coord_t w = 0.75 * LCD_W; coord_t left = (LCD_W - w) / 2; -#if (LCD_W > LCD_H) +#if (!PORTRAIT_LCD) coord_t hh = getFontHeight(FONT(XL)) + 4; #else coord_t hh = getFontHeight(FONT(L)) + 4; @@ -750,7 +750,7 @@ void displayLuaError(bool firstCall = false) luaLcdBuffer->drawSolidFilledRect(left, top - hh, w, hh, COLOR_THEME_SECONDARY1); luaLcdBuffer->drawSolidFilledRect(left, top, w, h, COLOR_THEME_SECONDARY3); -#if (LCD_W > LCD_H) +#if (!PORTRAIT_LCD) luaLcdBuffer->drawText(left + 10, top - hh + 2, title, FONT(XL) | COLOR_THEME_PRIMARY2); luaLcdBuffer->drawTextLines(left + 10, top + 5, w - 20, h - 10, lua_warning_info, FONT(L) | COLOR_THEME_PRIMARY1); #else diff --git a/radio/src/lv_conf.h b/radio/src/lv_conf.h index 4c793159492..ff06943ffc0 100644 --- a/radio/src/lv_conf.h +++ b/radio/src/lv_conf.h @@ -18,6 +18,9 @@ #define LV_CONF_H #include +#if !defined(LV_SKIP_DEFINES) +#include "hal.h" +#endif /*==================== COLOR SETTINGS @@ -392,52 +395,46 @@ #if !defined(BOOT) +#if LANDSCAPE_LCD_SMALL #if defined(TRANSLATIONS_CN) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_noto_cn_16) - - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_noto_cn_16 - + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_cn_STD_s) + #define LV_FONT_DEFAULT &lv_font_noto_cn_STD_s #elif defined(TRANSLATIONS_TW) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_noto_tw_16) - - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_noto_tw_16 - + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_tw_STD_s) + #define LV_FONT_DEFAULT &lv_font_noto_tw_STD_s #elif defined(TRANSLATIONS_RU) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_arimo_ru_16) - - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_arimo_ru_16 - + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_arimo_ru_STD_s) + #define LV_FONT_DEFAULT &lv_font_arimo_ru_STD_s #elif defined(TRANSLATIONS_JP) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_noto_jp_16) - - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_noto_jp_16 - + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_jp_STD_s) + #define LV_FONT_DEFAULT &lv_font_noto_jp_STD_s #elif defined(TRANSLATIONS_HE) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_arimo_he_16) - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_arimo_he_16 - -#elif defined(TRANSLATIONS_UA) - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_arimo_ua_16) - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_arimo_ua_16 - + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_arimo_he_STD_s) + #define LV_FONT_DEFAULT &lv_font_arimo_he_STD_s #else - #define LV_FONT_CUSTOM_DECLARE \ - LV_FONT_DECLARE(lv_font_roboto_16) - - /*Always set a default font*/ - #define LV_FONT_DEFAULT &lv_font_roboto_16 + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_roboto_STD_s) + #define LV_FONT_DEFAULT &lv_font_roboto_STD_s +#endif +#else +#if defined(TRANSLATIONS_CN) + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_cn_STD) + #define LV_FONT_DEFAULT &lv_font_noto_cn_STD +#elif defined(TRANSLATIONS_TW) + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_tw_STD) + #define LV_FONT_DEFAULT &lv_font_noto_tw_STD +#elif defined(TRANSLATIONS_RU) + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_arimo_ru_STD) + #define LV_FONT_DEFAULT &lv_font_arimo_ru_STD +#elif defined(TRANSLATIONS_JP) + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_noto_jp_STD) + #define LV_FONT_DEFAULT &lv_font_noto_jp_STD +#elif defined(TRANSLATIONS_HE) + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_arimo_he_STD) + #define LV_FONT_DEFAULT &lv_font_arimo_he_STD +#else + #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_roboto_STD) + #define LV_FONT_DEFAULT &lv_font_roboto_STD +#endif #endif #else diff --git a/radio/src/storage/modelslist.h b/radio/src/storage/modelslist.h index 98c5485020e..9866e49a5af 100644 --- a/radio/src/storage/modelslist.h +++ b/radio/src/storage/modelslist.h @@ -48,7 +48,7 @@ #define DEFAULT_MODEL_SORT NAME_ASC -#if LCD_W > LCD_H // Landscape +#if !PORTRAIT_LCD // Landscape #define LABEL_TRUNCATE_LENGTH 21 #else #define LABEL_TRUNCATE_LENGTH 16 diff --git a/radio/src/targets/horus/CMakeLists.txt b/radio/src/targets/horus/CMakeLists.txt index 6bfe8554006..e7b388664b2 100644 --- a/radio/src/targets/horus/CMakeLists.txt +++ b/radio/src/targets/horus/CMakeLists.txt @@ -17,7 +17,11 @@ set(SDCARD YES) set(STORAGE_MODELSLIST YES) set(HAPTIC YES) set(GUI_DIR colorlcd) -set(BITMAPS_DIR 480x272) +if ("${PCBREV}" STREQUAL SMALL_LCD) + set(BITMAPS_DIR 320x240) +else() + set(BITMAPS_DIR 480x272) +endif() set(NAVIGATION_TYPE horus) set(TARGET_DIR horus) set(RTC_BACKUP_RAM YES) @@ -101,6 +105,24 @@ if (PCB STREQUAL X10) set(INTERNAL_GPS_BAUDRATE "9600" CACHE STRING "Baud rate for internal GPS") set(FLYSKY_GIMBAL ON) set(FLEXSW "2" CACHE STRING "Max flex inputs usable as switches") + elseif (PCBREV STREQUAL SMALL_LCD) + set(FLAVOUR smallLCD) + add_definitions(-DRADIO_320x240) + add_definitions(-DRADIO_FAMILY_T16) + add_definitions(-DSMALL_LCD) + set(DEFAULT_INTERNAL_MODULE MULTIMODULE CACHE STRING "Default internal module") + option(BLUETOOTH "Support for bluetooth module" OFF) + option(INTERNAL_GPS "Support for internal NMEA GPS" OFF) + set(SWSERIALPOWER YES) + set(USB_CHARGER YES) + set(DEFAULT_THEME "DARKBLUE") + add_definitions(-DMANUFACTURER_RADIOMASTER) + if (NOT BLUETOOTH) + set(AUX2_SERIAL ON) + endif() + set(INTERNAL_GPS_BAUDRATE "9600" CACHE STRING "Baud rate for internal GPS") + set(FLYSKY_GIMBAL ON) + set(FLEXSW "2" CACHE STRING "Max flex inputs usable as switches") elseif (PCBREV STREQUAL T18) set(FLAVOUR t18) add_definitions(-DRADIO_T18) diff --git a/radio/src/targets/horus/hal.h b/radio/src/targets/horus/hal.h index a5b7e8c4883..f516a4b632a 100644 --- a/radio/src/targets/horus/hal.h +++ b/radio/src/targets/horus/hal.h @@ -1059,8 +1059,19 @@ #define BT_EN_GPIO_PIN LL_GPIO_PIN_10 // PG.10 #endif +#define PORTRAIT_LCD false + +#if defined(RADIO_320x240) +#define LANDSCAPE_LCD_SMALL true +#define LANDSCAPE_LCD false +#define LCD_W 320 +#define LCD_H 240 +#else +#define LANDSCAPE_LCD_SMALL false +#define LANDSCAPE_LCD true #define LCD_W 480 #define LCD_H 272 +#endif #define LCD_PHYS_H LCD_H #define LCD_PHYS_W LCD_W #define LCD_DEPTH 16 diff --git a/radio/src/targets/nv14/hal.h b/radio/src/targets/nv14/hal.h index 1d26fdda6d1..cb56e3c5fab 100644 --- a/radio/src/targets/nv14/hal.h +++ b/radio/src/targets/nv14/hal.h @@ -571,6 +571,10 @@ #define MIXER_SCHEDULER_TIMER_IRQn TIM8_BRK_TIM12_IRQn #define MIXER_SCHEDULER_TIMER_IRQHandler TIM8_BRK_TIM12_IRQHandler +#define PORTRAIT_LCD true +#define LANDSCAPE_LCD_SMALL false +#define LANDSCAPE_LCD false + #define LCD_W 320 #define LCD_H 480 diff --git a/radio/src/targets/pl18/hal.h b/radio/src/targets/pl18/hal.h index c819089bb0a..e832f5c7f00 100644 --- a/radio/src/targets/pl18/hal.h +++ b/radio/src/targets/pl18/hal.h @@ -696,6 +696,10 @@ #define MIXER_SCHEDULER_TIMER_IRQn TIM8_BRK_TIM12_IRQn #define MIXER_SCHEDULER_TIMER_IRQHandler TIM8_BRK_TIM12_IRQHandler +#define PORTRAIT_LCD true +#define LANDSCAPE_LCD_SMALL false +#define LANDSCAPE_LCD false + #define LCD_W 480 #define LCD_H 320 diff --git a/radio/src/thirdparty/libopenui/src/button.cpp b/radio/src/thirdparty/libopenui/src/button.cpp index 6d4ce298812..7c032f1d60b 100644 --- a/radio/src/thirdparty/libopenui/src/button.cpp +++ b/radio/src/thirdparty/libopenui/src/button.cpp @@ -34,7 +34,7 @@ const lv_obj_class_t button_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = LV_SIZE_CONTENT, - .height_def = 32, + .height_def = UI_ELEMENT_HEIGHT, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_TRUE, .instance_size = sizeof(lv_btn_t), @@ -54,7 +54,8 @@ Button::Button(Window* parent, const rect_t& rect, ButtonBase::ButtonBase(Window* parent, const rect_t& rect, std::function pressHandler, LvglCreate objConstruct) : - FormField(parent, rect, 0, objConstruct ? objConstruct : lv_btn_create), + FormField(parent, rect, 0, + objConstruct ? objConstruct : lv_btn_create), pressHandler(std::move(pressHandler)) { lv_obj_add_event_cb(lvobj, ButtonBase::long_pressed, LV_EVENT_LONG_PRESSED, @@ -106,7 +107,8 @@ void ButtonBase::long_pressed(lv_event_t* e) TextButton::TextButton(Window* parent, const rect_t& rect, std::string text, std::function pressHandler) : - ButtonBase(parent, rect, pressHandler, button_create), text(std::move(text)) + ButtonBase(parent, rect, pressHandler, button_create), + text(std::move(text)) { label = lv_label_create(lvobj); lv_label_set_text(label, this->text.c_str()); @@ -115,11 +117,11 @@ TextButton::TextButton(Window* parent, const rect_t& rect, std::string text, IconButton::IconButton(Window* parent, EdgeTxIcon icon, std::function pressHandler) : - ButtonBase(parent, {0, 0, 32, 32}, pressHandler, button_create) + ButtonBase(parent, {0, 0, UI_ELEMENT_HEIGHT, UI_ELEMENT_HEIGHT}, pressHandler, button_create) { padAll(PAD_ZERO); iconImage = new StaticIcon(this, 0, 0, icon, COLOR_THEME_SECONDARY1); - iconImage->center(28, 28); + iconImage->center(UI_ELEMENT_HEIGHT - 4, UI_ELEMENT_HEIGHT - 4); } void IconButton::setIcon(EdgeTxIcon icon) { iconImage->setIcon(icon); } diff --git a/radio/src/thirdparty/libopenui/src/choice.cpp b/radio/src/thirdparty/libopenui/src/choice.cpp index 195b35b363d..5bf3d4bfee4 100644 --- a/radio/src/thirdparty/libopenui/src/choice.cpp +++ b/radio/src/thirdparty/libopenui/src/choice.cpp @@ -36,7 +36,7 @@ static const lv_obj_class_t choice_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = LV_SIZE_CONTENT, - .height_def = 32, + .height_def = UI_ELEMENT_HEIGHT, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_obj_t), diff --git a/radio/src/thirdparty/libopenui/src/flexlayout.h b/radio/src/thirdparty/libopenui/src/flexlayout.h new file mode 100644 index 00000000000..035b0b9a9d2 --- /dev/null +++ b/radio/src/thirdparty/libopenui/src/flexlayout.h @@ -0,0 +1,91 @@ +/* + * Copyright (C) EdgeTX + * + * Based on code named + * libopenui - https://github.com/opentx/libopenui + * + * License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#pragma once + +#include + +#include "themes/etx_lv_theme.h" +#include "window.h" + +class FlexGridLayout +{ + const lv_coord_t* col_dsc = nullptr; + const lv_coord_t* row_dsc = nullptr; + PaddingSize padding = PAD_ZERO; + + uint8_t col_pos = 0; + uint8_t col_span = 1; + uint8_t row_pos = 0; + uint8_t row_span = 1; + + public: + FlexGridLayout(const lv_coord_t col_dsc[], const lv_coord_t row_dsc[], + PaddingSize padding = PAD_SMALL) : + col_dsc(col_dsc), row_dsc(row_dsc), padding(padding) + { + } + + FlexGridLayout(const FlexGridLayout& g) : + col_dsc(g.col_dsc), row_dsc(g.row_dsc), padding(g.padding) + { + } + + void apply(Window* w) + { + w->padAll(padding); + + // layout + lv_obj_set_layout(w->getLvObj(), LV_LAYOUT_GRID); + if (col_dsc && row_dsc) { + lv_obj_set_grid_dsc_array(w->getLvObj(), col_dsc, row_dsc); + } + } + + void add(Window* w) + { + if (col_dsc && row_dsc) { + lv_obj_set_grid_cell(w->getLvObj(), LV_GRID_ALIGN_START, col_pos, + col_span, LV_GRID_ALIGN_CENTER, row_pos, row_span); + } + } + + void resetPos() + { + col_pos = 0; + row_pos = 0; + } + + void nextColumn() { col_pos += col_span; } + void nextRow() + { + row_pos += row_span; + col_pos = 0; + } + + void nextCell() + { + nextColumn(); + if (col_dsc[col_pos] == LV_GRID_TEMPLATE_LAST) { + nextRow(); + } + } + + void setColSpan(uint8_t span) { col_span = span; } + void setRowSpan(uint8_t span) { row_span = span; } +}; diff --git a/radio/src/thirdparty/libopenui/src/flexlayout_BACKUP_16309.h b/radio/src/thirdparty/libopenui/src/flexlayout_BACKUP_16309.h new file mode 100644 index 00000000000..035b0b9a9d2 --- /dev/null +++ b/radio/src/thirdparty/libopenui/src/flexlayout_BACKUP_16309.h @@ -0,0 +1,91 @@ +/* + * Copyright (C) EdgeTX + * + * Based on code named + * libopenui - https://github.com/opentx/libopenui + * + * License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#pragma once + +#include + +#include "themes/etx_lv_theme.h" +#include "window.h" + +class FlexGridLayout +{ + const lv_coord_t* col_dsc = nullptr; + const lv_coord_t* row_dsc = nullptr; + PaddingSize padding = PAD_ZERO; + + uint8_t col_pos = 0; + uint8_t col_span = 1; + uint8_t row_pos = 0; + uint8_t row_span = 1; + + public: + FlexGridLayout(const lv_coord_t col_dsc[], const lv_coord_t row_dsc[], + PaddingSize padding = PAD_SMALL) : + col_dsc(col_dsc), row_dsc(row_dsc), padding(padding) + { + } + + FlexGridLayout(const FlexGridLayout& g) : + col_dsc(g.col_dsc), row_dsc(g.row_dsc), padding(g.padding) + { + } + + void apply(Window* w) + { + w->padAll(padding); + + // layout + lv_obj_set_layout(w->getLvObj(), LV_LAYOUT_GRID); + if (col_dsc && row_dsc) { + lv_obj_set_grid_dsc_array(w->getLvObj(), col_dsc, row_dsc); + } + } + + void add(Window* w) + { + if (col_dsc && row_dsc) { + lv_obj_set_grid_cell(w->getLvObj(), LV_GRID_ALIGN_START, col_pos, + col_span, LV_GRID_ALIGN_CENTER, row_pos, row_span); + } + } + + void resetPos() + { + col_pos = 0; + row_pos = 0; + } + + void nextColumn() { col_pos += col_span; } + void nextRow() + { + row_pos += row_span; + col_pos = 0; + } + + void nextCell() + { + nextColumn(); + if (col_dsc[col_pos] == LV_GRID_TEMPLATE_LAST) { + nextRow(); + } + } + + void setColSpan(uint8_t span) { col_span = span; } + void setRowSpan(uint8_t span) { row_span = span; } +}; diff --git a/radio/src/thirdparty/libopenui/src/flexlayout_BASE_16309.h b/radio/src/thirdparty/libopenui/src/flexlayout_BASE_16309.h new file mode 100644 index 00000000000..e820ea7e1e6 --- /dev/null +++ b/radio/src/thirdparty/libopenui/src/flexlayout_BASE_16309.h @@ -0,0 +1,86 @@ +/* + * Copyright (C) EdgeTX + * + * Based on code named + * libopenui - https://github.com/opentx/libopenui + * + * License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#pragma once + +#include + +class FlexGridLayout +{ + const lv_coord_t* col_dsc = nullptr; + const lv_coord_t* row_dsc = nullptr; + lv_coord_t padding = 0; + + uint8_t col_pos = 0; + uint8_t col_span = 1; + uint8_t row_pos = 0; + uint8_t row_span = 1; + + public: + FlexGridLayout(const lv_coord_t col_dsc[], const lv_coord_t row_dsc[], + lv_coord_t padding = 4) : + col_dsc(col_dsc), row_dsc(row_dsc), padding(padding) + { + } + + FlexGridLayout(const FlexGridLayout& g) : + col_dsc(g.col_dsc), row_dsc(g.row_dsc), padding(g.padding) + { + } + + void apply(Window* w) { apply(w->getLvObj()); } + + void apply(lv_obj_t* obj) { + + // padding + lv_obj_set_style_pad_all(obj, padding, LV_PART_MAIN); + lv_obj_set_style_pad_row(obj, padding, LV_PART_MAIN); + lv_obj_set_style_pad_column(obj, padding, LV_PART_MAIN); + + // layout + lv_obj_set_layout(obj, LV_LAYOUT_GRID); + if (col_dsc && row_dsc) { + lv_obj_set_grid_dsc_array(obj, col_dsc, row_dsc); + } + } + + void add(Window* w) { add(w->getLvObj()); } + + void add(lv_obj_t* obj) { + if (col_dsc && row_dsc) { + lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_START, col_pos, col_span, + LV_GRID_ALIGN_CENTER, row_pos, row_span); + } + } + + void resetPos() { col_pos = 0; row_pos = 0; } + + void nextColumn() { col_pos += col_span; } + void nextRow() { row_pos += row_span; col_pos = 0; } + + void nextCell() + { + nextColumn(); + if (col_dsc[col_pos] == LV_GRID_TEMPLATE_LAST) { + nextRow(); + } + } + + void setColSpan(uint8_t span) { col_span = span; } + void setRowSpan(uint8_t span) { row_span = span; } +}; diff --git a/radio/src/thirdparty/libopenui/src/flexlayout_LOCAL_16309.h b/radio/src/thirdparty/libopenui/src/flexlayout_LOCAL_16309.h new file mode 100644 index 00000000000..e69de29bb2d diff --git a/radio/src/thirdparty/libopenui/src/flexlayout_REMOTE_16309.h b/radio/src/thirdparty/libopenui/src/flexlayout_REMOTE_16309.h new file mode 100644 index 00000000000..035b0b9a9d2 --- /dev/null +++ b/radio/src/thirdparty/libopenui/src/flexlayout_REMOTE_16309.h @@ -0,0 +1,91 @@ +/* + * Copyright (C) EdgeTX + * + * Based on code named + * libopenui - https://github.com/opentx/libopenui + * + * License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#pragma once + +#include + +#include "themes/etx_lv_theme.h" +#include "window.h" + +class FlexGridLayout +{ + const lv_coord_t* col_dsc = nullptr; + const lv_coord_t* row_dsc = nullptr; + PaddingSize padding = PAD_ZERO; + + uint8_t col_pos = 0; + uint8_t col_span = 1; + uint8_t row_pos = 0; + uint8_t row_span = 1; + + public: + FlexGridLayout(const lv_coord_t col_dsc[], const lv_coord_t row_dsc[], + PaddingSize padding = PAD_SMALL) : + col_dsc(col_dsc), row_dsc(row_dsc), padding(padding) + { + } + + FlexGridLayout(const FlexGridLayout& g) : + col_dsc(g.col_dsc), row_dsc(g.row_dsc), padding(g.padding) + { + } + + void apply(Window* w) + { + w->padAll(padding); + + // layout + lv_obj_set_layout(w->getLvObj(), LV_LAYOUT_GRID); + if (col_dsc && row_dsc) { + lv_obj_set_grid_dsc_array(w->getLvObj(), col_dsc, row_dsc); + } + } + + void add(Window* w) + { + if (col_dsc && row_dsc) { + lv_obj_set_grid_cell(w->getLvObj(), LV_GRID_ALIGN_START, col_pos, + col_span, LV_GRID_ALIGN_CENTER, row_pos, row_span); + } + } + + void resetPos() + { + col_pos = 0; + row_pos = 0; + } + + void nextColumn() { col_pos += col_span; } + void nextRow() + { + row_pos += row_span; + col_pos = 0; + } + + void nextCell() + { + nextColumn(); + if (col_dsc[col_pos] == LV_GRID_TEMPLATE_LAST) { + nextRow(); + } + } + + void setColSpan(uint8_t span) { col_span = span; } + void setRowSpan(uint8_t span) { row_span = span; } +}; diff --git a/radio/src/thirdparty/libopenui/src/libopenui_defines.h b/radio/src/thirdparty/libopenui/src/libopenui_defines.h index 11ca5102f43..f1289d0ff4c 100644 --- a/radio/src/thirdparty/libopenui/src/libopenui_defines.h +++ b/radio/src/thirdparty/libopenui/src/libopenui_defines.h @@ -24,23 +24,6 @@ #include "keys.h" #include "opentx_types.h" -constexpr uint32_t MENU_HEADER_BUTTON_WIDTH = 33; -constexpr uint32_t MENU_HEADER_BUTTONS_LEFT = 47; - -constexpr uint32_t MENU_HEADER_HEIGHT = 45; -constexpr uint32_t MENU_TITLE_TOP = 48; -constexpr uint32_t MENU_TITLE_HEIGHT = 21; -constexpr uint32_t MENU_BODY_TOP = MENU_TITLE_TOP + MENU_TITLE_HEIGHT; -constexpr uint32_t MENU_BODY_HEIGHT = LCD_H - MENU_BODY_TOP; -constexpr uint32_t MENUS_MARGIN_LEFT = 6; - -constexpr uint32_t PAGE_LINE_HEIGHT = 20; -constexpr uint32_t FH = PAGE_LINE_HEIGHT; -constexpr uint32_t NUM_BODY_LINES = MENU_BODY_HEIGHT / PAGE_LINE_HEIGHT; - -constexpr uint32_t PAGE_TITLE_TOP = 2; -constexpr uint32_t PAGE_TITLE_LEFT = 50; - // Used by Lua API #define INVERS 0x01u #define BLINK 0x1000u @@ -65,11 +48,3 @@ constexpr uint32_t PAGE_TITLE_LEFT = 50; #define NO_UNIT 0x40u #define LV_OBJ_FLAG_ENCODER_ACCEL LV_OBJ_FLAG_USER_1 - -constexpr coord_t MENUS_LINE_HEIGHT = 35; - -#if LCD_W > LCD_H -constexpr coord_t MENUS_MAX_HEIGHT = (MENUS_LINE_HEIGHT * 7) + 8; -#else -constexpr coord_t MENUS_MAX_HEIGHT = (MENUS_LINE_HEIGHT * 10); -#endif diff --git a/radio/src/thirdparty/libopenui/src/menutoolbar.cpp b/radio/src/thirdparty/libopenui/src/menutoolbar.cpp index e55c207c32d..72058d489af 100644 --- a/radio/src/thirdparty/libopenui/src/menutoolbar.cpp +++ b/radio/src/thirdparty/libopenui/src/menutoolbar.cpp @@ -22,7 +22,7 @@ #include "themes/etx_lv_theme.h" #include "translations.h" -constexpr uint32_t MENUS_TOOLBAR_BUTTON_WIDTH = 32; +LAYOUT_VAL3(MENUS_TOOLBAR_BUTTON_WIDTH, 32, 24, 32) static const lv_obj_class_t menu_button_class = { .base_class = &button_class, @@ -64,7 +64,7 @@ MenuToolbarButton::MenuToolbarButton(Window* parent, const rect_t& rect, } MenuToolbar::MenuToolbar(Choice* choice, Menu* menu, const int columns) : - Window(menu, {0, 0, 76, MENUS_MAX_HEIGHT}), + Window(menu, {0, 0, 0, MENUS_MAX_HEIGHT}), choice(choice), menu(menu), filterColumns(columns), diff --git a/radio/src/thirdparty/libopenui/src/numberedit.cpp b/radio/src/thirdparty/libopenui/src/numberedit.cpp index 25fa05751dd..ba6fbe2bc34 100644 --- a/radio/src/thirdparty/libopenui/src/numberedit.cpp +++ b/radio/src/thirdparty/libopenui/src/numberedit.cpp @@ -23,6 +23,8 @@ #include "strhelpers.h" #include "themes/etx_lv_theme.h" +LAYOUT_VAL3(DEF_W, 100, 70, 100) + static void numberedit_cb(lv_event_t* e) { NumberEdit* numEdit = (NumberEdit*)lv_event_get_user_data(e); @@ -59,6 +61,7 @@ NumberEdit::NumberEdit(Window* parent, const rect_t& rect, int vmin, int vmax, update(); etx_textarea_style(lvobj); + setHeight(UI_ELEMENT_HEIGHT); etx_obj_add_style(lvobj, styles->text_align_right, LV_PART_MAIN); @@ -70,7 +73,7 @@ NumberEdit::NumberEdit(Window* parent, const rect_t& rect, int vmin, int vmax, lv_obj_set_parent(lvobj, parent->getLvObj()); setupLVGL(); - if (rect.w == 0) setWidth(100); + if (rect.w == 0) setWidth(DEF_W); lv_obj_enable_style_refresh(true); lv_obj_refresh_style(lvobj, LV_PART_ANY, LV_STYLE_PROP_ANY); diff --git a/radio/src/thirdparty/libopenui/src/progress.cpp b/radio/src/thirdparty/libopenui/src/progress.cpp index 9a287c1487e..91b81125a61 100644 --- a/radio/src/thirdparty/libopenui/src/progress.cpp +++ b/radio/src/thirdparty/libopenui/src/progress.cpp @@ -36,7 +36,7 @@ static const lv_obj_class_t bar_class = { .user_data = nullptr, .event_cb = nullptr, .width_def = LV_PCT(100), - .height_def = 32, + .height_def = UI_ELEMENT_HEIGHT, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_bar_t), diff --git a/radio/src/thirdparty/libopenui/src/table.cpp b/radio/src/thirdparty/libopenui/src/table.cpp index 25298f9088d..e8c9021a9c5 100644 --- a/radio/src/thirdparty/libopenui/src/table.cpp +++ b/radio/src/thirdparty/libopenui/src/table.cpp @@ -23,13 +23,23 @@ static void table_event(const lv_obj_class_t* class_p, lv_event_t* e); // Table +#if LANDSCAPE_LCD_SMALL +const lv_style_const_prop_t table_cell_props[] = { + LV_STYLE_CONST_BORDER_WIDTH(1), + LV_STYLE_CONST_BORDER_SIDE(LV_BORDER_SIDE_TOP | LV_BORDER_SIDE_BOTTOM), + LV_STYLE_CONST_PAD_TOP(3), LV_STYLE_CONST_PAD_BOTTOM(3), + LV_STYLE_CONST_PAD_LEFT(5), LV_STYLE_CONST_PAD_RIGHT(5), + LV_STYLE_PROP_INV, +}; +#else const lv_style_const_prop_t table_cell_props[] = { LV_STYLE_CONST_BORDER_WIDTH(1), LV_STYLE_CONST_BORDER_SIDE(LV_BORDER_SIDE_TOP | LV_BORDER_SIDE_BOTTOM), LV_STYLE_CONST_PAD_TOP(7), LV_STYLE_CONST_PAD_BOTTOM(7), - LV_STYLE_CONST_PAD_LEFT(4), LV_STYLE_CONST_PAD_RIGHT(4), + LV_STYLE_CONST_PAD_LEFT(8), LV_STYLE_CONST_PAD_RIGHT(8), LV_STYLE_PROP_INV, }; +#endif LV_STYLE_CONST_MULTI_INIT(table_cell, table_cell_props); static void table_constructor(const lv_obj_class_t* class_p, lv_obj_t* obj) diff --git a/radio/src/thirdparty/libopenui/src/textedit.cpp b/radio/src/thirdparty/libopenui/src/textedit.cpp index 302b3a63cf0..ed30ec63cde 100644 --- a/radio/src/thirdparty/libopenui/src/textedit.cpp +++ b/radio/src/thirdparty/libopenui/src/textedit.cpp @@ -23,6 +23,8 @@ #include "storage/storage.h" #include "themes/etx_lv_theme.h" +LAYOUT_VAL3(DEF_W, 100, 70, 100) + #if defined(HARDWARE_KEYS) #include "menu.h" #endif @@ -42,6 +44,7 @@ TextEdit::TextEdit(Window* parent, const rect_t& rect, char* value, update(); etx_textarea_style(lvobj); + setHeight(UI_ELEMENT_HEIGHT); lv_textarea_set_max_length(lvobj, length); lv_textarea_set_placeholder_text(lvobj, "---"); @@ -49,7 +52,7 @@ TextEdit::TextEdit(Window* parent, const rect_t& rect, char* value, lv_obj_set_parent(lvobj, parent->getLvObj()); setupLVGL(); - if (rect.w == 0) setWidth(100); + if (rect.w == 0) setWidth(DEF_W); lv_obj_enable_style_refresh(true); lv_obj_refresh_style(lvobj, LV_PART_ANY, LV_STYLE_PROP_ANY); diff --git a/radio/src/thirdparty/libopenui/src/toggleswitch.cpp b/radio/src/thirdparty/libopenui/src/toggleswitch.cpp index d459f2c24d1..eb29e4b9963 100644 --- a/radio/src/thirdparty/libopenui/src/toggleswitch.cpp +++ b/radio/src/thirdparty/libopenui/src/toggleswitch.cpp @@ -21,6 +21,8 @@ #include "theme.h" #include "themes/etx_lv_theme.h" +LAYOUT_VAL3(TOGGLE_W, 52, 40, 52) + // Animation LV_STYLE_CONST_SINGLE_INIT(anim_fast, LV_STYLE_ANIM_TIME, 120); @@ -55,8 +57,8 @@ static const lv_obj_class_t switch_class = { .destructor_cb = nullptr, .user_data = nullptr, .event_cb = nullptr, - .width_def = 0, - .height_def = 32, + .width_def = TOGGLE_W, + .height_def = UI_ELEMENT_HEIGHT, .editable = LV_OBJ_CLASS_EDITABLE_INHERIT, .group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT, .instance_size = sizeof(lv_switch_t), diff --git a/radio/src/thirdparty/libopenui/src/window.h b/radio/src/thirdparty/libopenui/src/window.h index 3b84ff17bbd..17fffd63fda 100644 --- a/radio/src/thirdparty/libopenui/src/window.h +++ b/radio/src/thirdparty/libopenui/src/window.h @@ -26,6 +26,7 @@ #include "bitmapbuffer.h" #include "libopenui_defines.h" #include "opentx_helpers.h" +#include "themes/etx_lv_theme.h" typedef uint32_t WindowFlags; @@ -33,14 +34,6 @@ typedef uint32_t WindowFlags; #undef OPAQUE #endif -enum PaddingSize { - PAD_ZERO = 0, - PAD_TINY = 2, - PAD_SMALL = 4, - PAD_MEDIUM = 6, - PAD_LARGE = 8 -}; - constexpr WindowFlags OPAQUE = 1u << 0u; constexpr WindowFlags NO_FOCUS = 1u << 1u; @@ -181,7 +174,7 @@ class Window virtual bool isBubblePopup() { return false; } void setFlexLayout(lv_flex_flow_t flow = LV_FLEX_FLOW_COLUMN, - lv_coord_t padding = 2, coord_t width = LV_PCT(100), + lv_coord_t padding = PAD_TINY, coord_t width = LV_PCT(100), coord_t height = LV_SIZE_CONTENT); FormLine *newLine(FlexGridLayout &layout); diff --git a/radio/src/translations/cn.h b/radio/src/translations/cn.h index 77e9cc4becd..45e308eb8c3 100644 --- a/radio/src/translations/cn.h +++ b/radio/src/translations/cn.h @@ -297,7 +297,7 @@ #define TR_ELEVATOR TR("俯仰源", "俯仰混控源") #define TR_SWASHRING "斜盘行程" #define TR_MODE "模式" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "左摇杆" #else #define TR_LEFT_STICK "左摇杆" @@ -1152,7 +1152,7 @@ #define TR_USE_THEME_COLOR "使用主题颜色" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "将所有微调导入中点偏移值" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "打开通道监视器" #else #define TR_OPEN_CHANNEL_MONITORS "通道监视" diff --git a/radio/src/translations/cz.h b/radio/src/translations/cz.h index 4b08eeefcdc..b8ea0a1b462 100644 --- a/radio/src/translations/cz.h +++ b/radio/src/translations/cz.h @@ -312,7 +312,7 @@ #define TR_ELEVATOR TR3("Podélná cykl.", "Podélná cykl.", "Podélná cyklika") #define TR_SWASHRING "Cyklika" #define TR_MODE "Mód" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Vlevo" #else #define TR_LEFT_STICK "Vlevo" @@ -1174,7 +1174,7 @@ #define TR_USE_THEME_COLOR "Použít barevný motiv" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Trimy do subtrimů" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Otevřít monitor kanálů" #else #define TR_OPEN_CHANNEL_MONITORS "Otevřít mon. kanálů" diff --git a/radio/src/translations/da.h b/radio/src/translations/da.h index 2d6f69a4a44..6266c326535 100644 --- a/radio/src/translations/da.h +++ b/radio/src/translations/da.h @@ -51,7 +51,7 @@ #define TR_TRNCHN "KA1","KA2","KA3","KA4" #define TR_AUX_SERIAL_MODES "FRA","Telem spejlet","Telemetri ind","SBUS træner","LUA","CLI","GPS","Debug","SpaceMouse","Eksternt modul" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_SWTYPES "Ingen", "2 pos skift","2 position","3 position" #else #define TR_SWTYPES "Ingen","Skift","2POS","3POS" @@ -305,7 +305,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. kilde") #define TR_SWASHRING "Swash ring" #define TR_MODE TR("Tils.","Tilstand") -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Venstre" #else #define TR_LEFT_STICK "Ven" @@ -1128,7 +1128,7 @@ #define TR_WIDGET_SETTINGS "Widget indstilinger" #define TR_REMOVE_SCREEN "Slet skærm" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_SETUP_WIDGETS "Opsæt widget" #else #define TR_SETUP_WIDGETS "Widget" @@ -1178,7 +1178,7 @@ #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Tilføj alle trim til subtrim" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Åbn kanal monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Åbn kanal mon." diff --git a/radio/src/translations/de.h b/radio/src/translations/de.h index 7f400372b57..21264402e59 100644 --- a/radio/src/translations/de.h +++ b/radio/src/translations/de.h @@ -303,7 +303,7 @@ #define TR_ELEVATOR "Nick Quelle" #define TR_SWASHRING TR("Ring Begrenz", "Ring Begrenzung") #define TR_MODE "Modus" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Links" #else #define TR_LEFT_STICK "Li" @@ -1170,7 +1170,7 @@ #define TR_USE_THEME_COLOR "Farbe des Themes verwenden" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Alle Trimmungen übernehmen" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Öffne Kanalmonitor" #else #define TR_OPEN_CHANNEL_MONITORS "Öffne Kanalmon." diff --git a/radio/src/translations/en.h b/radio/src/translations/en.h index eebe2ef424b..a45c386f4b7 100644 --- a/radio/src/translations/en.h +++ b/radio/src/translations/en.h @@ -302,7 +302,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Swash Ring" #define TR_MODE "Mode" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Left" #else #define TR_LEFT_STICK "Left" @@ -1167,7 +1167,7 @@ #define TR_USE_THEME_COLOR "Use theme color" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Add all Trims to Subtrims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Open Channel Monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." diff --git a/radio/src/translations/es.h b/radio/src/translations/es.h index 7284ed04a24..63d67b45d91 100644 --- a/radio/src/translations/es.h +++ b/radio/src/translations/es.h @@ -300,7 +300,7 @@ #define TR_ELEVATOR TR("Col. long. ", "Fuente col. longitudinal") #define TR_SWASHRING "Ciclico" #define TR_MODE "Modo" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Izquierdo" #else #define TR_LEFT_STICK "Izq" @@ -1167,7 +1167,7 @@ #define TR_USE_THEME_COLOR "Use theme color" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Add all Trims to Subtrims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Open Channel Monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." diff --git a/radio/src/translations/fi.h b/radio/src/translations/fi.h index 50543816bb4..7cd90d9e05b 100644 --- a/radio/src/translations/fi.h +++ b/radio/src/translations/fi.h @@ -314,7 +314,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Swash Ring" #define TR_MODE "Mode" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Vasemmalle" #else #define TR_LEFT_STICK "Va" @@ -1181,7 +1181,7 @@ #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Add all Trims to Subtrims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Open Channel Monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." diff --git a/radio/src/translations/fr.h b/radio/src/translations/fr.h index 8ac07ae37cd..661d6f00b08 100644 --- a/radio/src/translations/fr.h +++ b/radio/src/translations/fr.h @@ -309,7 +309,7 @@ #define TR_ELEVATOR "Source cyc. lon." #define TR_SWASHRING TR("Limite Cycl.", "Limite du cyclique") #define TR_MODE "Mode" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Gauche" #else #define TR_LEFT_STICK "Gauche" @@ -1184,7 +1184,7 @@ #define TR_USE_THEME_COLOR "Utiliser couleur du thème" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Ajouter tous trims aux sub-trims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Ouvrir Monit. de Canal" #else #define TR_OPEN_CHANNEL_MONITORS "Ouvrir Mon. de Canal" diff --git a/radio/src/translations/he.h b/radio/src/translations/he.h index 44656d60d4a..c980ce0706e 100644 --- a/radio/src/translations/he.h +++ b/radio/src/translations/he.h @@ -306,7 +306,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Swash Ring" #define TR_MODE "Mode" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Left" #else #define TR_LEFT_STICK "Left" @@ -1170,7 +1170,7 @@ #define TR_USE_THEME_COLOR "Use theme color" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "מיכרוז כל הקיזוזים" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "פתח מצג ערוצים" #else #define TR_OPEN_CHANNEL_MONITORS "פתח מצג ערוצים." diff --git a/radio/src/translations/it.h b/radio/src/translations/it.h index 9250964086a..0ca40c8454c 100644 --- a/radio/src/translations/it.h +++ b/radio/src/translations/it.h @@ -302,7 +302,7 @@ #define TR_ELEVATOR TR("Cic. long.", "Sorg. cic. long.") #define TR_SWASHRING "Anello Ciclico" #define TR_MODE "Modo" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Sinistro" #else #define TR_LEFT_STICK "Sx" @@ -1161,7 +1161,7 @@ #define TR_USE_THEME_COLOR "Usa colore tema" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Agg. Trim a Subtrim" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Apri Monitor Canali" #else #define TR_OPEN_CHANNEL_MONITORS "Apri Mon. Canali" diff --git a/radio/src/translations/jp.h b/radio/src/translations/jp.h index 22af76998d1..e20bee148c7 100644 --- a/radio/src/translations/jp.h +++ b/radio/src/translations/jp.h @@ -29,28 +29,28 @@ * \0 -ends current string */ -#define TR_MIN_PLURAL2 2 -#define TR_MAX_PLURAL2 2 +#define TR_MIN_PLURAL2 2 +#define TR_MAX_PLURAL2 2 // For this number of minute in the last decimal place singular form is used in plural -#define TR_USE_SINGULAR_IN_PLURAL 1 -#define TR_USE_PLURAL2_SPECIAL_CASE 0 +#define TR_USE_SINGULAR_IN_PLURAL 1 +#define TR_USE_PLURAL2_SPECIAL_CASE 0 // If the number of minutes is above this value PLURAL2 is used -#define TR_USE_PLURAL2 INT_MAX +#define TR_USE_PLURAL2 INT_MAX -#define TR_MINUTE_SINGULAR "分" -#define TR_MINUTE_PLURAL1 "分間" -#define TR_MINUTE_PLURAL2 "分間" +#define TR_MINUTE_SINGULAR "minute" +#define TR_MINUTE_PLURAL1 "minutes" +#define TR_MINUTE_PLURAL2 "minutes" #define TR_OFFON "OFF","ON" #define TR_MMMINV "---","リバース" #define TR_VBEEPMODE "消音","アラームのみ","キー音なし","すべて" #define TR_VBLMODE "OFF","クリック時",TR("Ctrl","操作時"),"両方","ON" -#define TR_TRNMODE "OFF",TR("+=","加算"),TR(":=","置換") +#define TR_TRNMODE "OFF","加算","置換" #define TR_TRNCHN "CH1","CH2","CH3","CH4" -#define TR_AUX_SERIAL_MODES "OFF","テレメトリーミラー","テレメトリーIN","SBUSトレーナー","LUAスクリプト","CLI","GPS","デバッグ","SpaceMouse","外部モジュール" +#define TR_AUX_SERIAL_MODES "OFF","テレメトリーミラー","テレメトリーIN","SBUSトレーナー","LUAスクリプト","CLI","GPS","デバッグ","外部モジュール" #define TR_SWTYPES "なし","トグル","2POS","3POS" -#define TR_POTTYPES "なし","ダイヤル",TR("Pot w. det","ダイヤル(ノッチ)"),"スライダー",TR("Multipos","マルチPOS-Sw"),"X軸","Y軸","スイッチ" +#define TR_POTTYPES "なし","ダイヤル",TR("Pot w. det","ダイヤル(ノッチ有)"),"スライダー",TR("Multipos","マルチPOSスイッチ"),"Axis X","Axis Y","Switch" #define TR_VPERSISTENT "無効","飛行時","手動リセット" #define TR_COUNTRY_CODES TR("US","アメリカ"),TR("JP","日本"),TR("EU","ヨーロッパ") #define TR_USBMODES "確認",TR("Joyst","JoyStick"),TR("SDカード","ストレージ"),"シリアル" @@ -58,9 +58,9 @@ #define TR_SBUS_INVERSION_VALUES "標準","リバースなし" #define TR_MULTI_CUSTOM "カスタム" -#define TR_VTRIMINC "ステップExpo","ステップ微小","ステップ小","ステップ中","ステップ大" +#define TR_VTRIMINC "ステップExpo","ステップ極小","ステップ小","ステップ中","ステップ大" #define TR_VDISPLAYTRIMS "非表示","変更時","常時表示" -#define TR_VBEEPCOUNTDOWN "消音","ビープ","音声","バイブレート",TR2_2("B & H","ビープ & バイブ"),TR("V & H","音声 & バイブ") +#define TR_VBEEPCOUNTDOWN "消音","ビープ","音声","バイブレート",TR2_2("B & H","Beeps & Haptic"),TR("V & H","Voice & Haptic") #define TR_COUNTDOWNVALUES "5秒","10秒","20秒","30秒" #define TR_VVARIOCENTER "トーン","消音" #define TR_CURVE_TYPES "スタンダード","カスタム" @@ -83,14 +83,14 @@ #endif #define TR_CSWEQUAL "a=x" -#define TR_VCSWFUNC "---",TR_CSWEQUAL,"a" STR_CHAR_TILDE "x","a>x","ax","|a|b","ax","ax","|a|b","a= 212 - #define TR_SF_SAFETY "上書き" -#else - #define TR_SF_SAFETY "Overr." -#endif +#define TR_SF_SAFETY TR("Overr.","上書き") #define TR_SF_SCREENSHOT "画面キャプチャ" #define TR_SF_RACING_MODE "レースモード" #define TR_SF_DISABLE_TOUCH "非タッチ" #define TR_SF_DISABLE_AUDIO_AMP "オーディオアンプ OFF" -#define TR_SF_SET_SCREEN "メイン画面設定" +#define TR_SF_SET_SCREEN "メインスクリーン設定" #define TR_FSW_RESET_TELEM TR("Telm", "テレメトリー") -#define TR_FSW_RESET_TIMERS "Tmr1","Tmr2","Tmr3" + +#if LCD_W >= 212 + #define TR_FSW_RESET_TIMERS "タイマー1","タイマー2","タイマー3" +#else + #define TR_FSW_RESET_TIMERS "Tmr1","Tmr2","Tmr3" +#endif #define TR_VFSWRESET TR_FSW_RESET_TIMERS,TR("すべて","飛行時"),TR_FSW_RESET_TELEM @@ -133,7 +133,7 @@ #define SPEED_UNIT_METR "kmh" #define TR_VUNITSSYSTEM "メートル法","ヤードポンド法" -#define TR_VTELEMUNIT "-","V","A","mA","kts","m/s","f/s","kmh","mph","m","ft","°C","°F","%","mAh","W","mW","dB","rpm","g","°","rad","ml","fOz","mlm","Hz","ms","us","km","dBm" +#define TR_VTELEMUNIT "-","V","A","mA","kts","m/s","f/s","kmh","mph","m","ft","@C","@F","%","mAh","W","mW","dB","rpm","g","@","rad","ml","fOz","mlm","Hz","ms","us","km","dBm" #define STR_V (STR_VTELEMUNIT[1]) #define STR_A (STR_VTELEMUNIT[2]) @@ -152,7 +152,7 @@ #define TR_SURFACE_NAMES1 "TH" #if defined(PCBNV14) -#define TR_RFPOWER_AFHDS2 "初期値","高出力" +#define TR_RFPOWER_AFHDS2 "Default","High" #endif #define TR_ROTARY_ENCODERS @@ -214,8 +214,8 @@ #define TR_VSENSORTYPES "カスタム","演算" #define TR_VFORMULAS "加算値","平均値","最小値","最大値","乗算値","合計値","セル","消費量","距離" #define TR_VPREC "0.--","0.0 ","0.00" -#define TR_VCELLINDEX "最低値","1","2","3","4","5","6","7","8","最高値","差分" -#define TR_TEXT_SIZE "標準","微小","小","中","2倍" +#define TR_VCELLINDEX "最低値","1","2","3","4","5","6","最高値","差分" +#define TR_TEXT_SIZE "標準","極小","小","中","2倍" #define TR_SUBTRIMMODES STR_CHAR_DELTA " (中央)","= (全体)" #define TR_TIMER_DIR TR("Remain", "残り時間表示"), TR("Elaps.", "経過時間表示") #define TR_PPMUNIT "0.--","0.0","us" @@ -230,7 +230,7 @@ #if defined(PCBFRSKY) #define TR_ENTER "[ENTER]" -#elif defined(PCBNV14) || defined(PCBPL18) +#elif defined(PCBNV14) #define TR_ENTER "[NEXT]" #else #define TR_ENTER "[MENU]" @@ -251,8 +251,8 @@ #endif #define TR_FREE "フリー" -#define TR_YES "はい" -#define TR_NO "いいえ" +#define TR_YES "Yes" +#define TR_NO "No" #define TR_DELETEMODEL "モデルを削除" #define TR_COPYINGMODEL "モデルをコピー..." #define TR_MOVINGMODEL "モデルを移動..." @@ -275,7 +275,7 @@ #define TR_TTRACE TR("T-Source", INDENT "ソース") #define TR_TTRIM TR("T-Trim-Idle", INDENT "アイドル時トリム") #define TR_TTRIM_SW TR("T-Trim-Sw", INDENT "トリムスイッチ") -#define TR_BEEPCTR TR("Ctr Beep", "中央値でビープ") +#define TR_BEEPCTR TR("Ctr Beep", "センタービープ") #define TR_USE_GLOBAL_FUNCS TR("Glob.Funcs", "グローバルFuncs利用") #define TR_PROTOCOL TR("Proto", "プロトコル") #define TR_PPMFRAME INDENT "PPMフレーム" @@ -284,8 +284,8 @@ #define TR_WARN_5VOLTS "警告: 出力レベル 5V" #define TR_MS "ms" #define TR_SWITCH "スイッチ" -#define TR_FUNCTION_SWITCHES "カスタマイズ スイッチ" -#define TR_SF_SWITCH "トリガー" +#define TR_FUNCTION_SWITCHES "Customizable switches" +#define TR_SF_SWITCH "Trigger" #define TR_TRIMS "トリム" #define TR_FADEIN "フェードイン" #define TR_FADEOUT "フェードアウト" @@ -302,10 +302,10 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. ソース") #define TR_SWASHRING "スワッシュリング" #define TR_MODE "モード" -#if LCD_W > LCD_H - #define TR_LEFT_STICK "左スティック" +#if !PORTRAIT_LCD + #define TR_LEFT_STICK "Left" #else - #define TR_LEFT_STICK "左スティック" + #define TR_LEFT_STICK "Left" #endif #define TR_SUBTYPE INDENT "サブタイプ" #define TR_NOFREEEXPO "Expoが未設定です!!" @@ -330,7 +330,7 @@ #define TR_SLOWUP "スローアップ" #define TR_MIXES "ミキサー" #define TR_CV "CV" -#if defined(PCBNV14) || defined(PCBPL18) +#if defined(PCBNV14) #define TR_GV "GV" #else #define TR_GV TR("G", "GV") @@ -356,7 +356,7 @@ #define TR_BATTERYFULL "フル充電" #define TR_BATTERYNONE "バッテリー空!!" #define TR_BATTERYWARNING "バッテリー低値" -#define TR_INACTIVITYALARM "無効な状態" +#define TR_INACTIVITYALARM "無効化" #define TR_MEMORYWARNING "メモリ低" #define TR_ALARMWARNING "音声OFF" #define TR_RSSI_SHUTDOWN_ALARM TR("RSSI shutdown", "シャットダウン時 RSSIを確認") @@ -366,7 +366,7 @@ #define TR_MODEL_SHUTDOWN "シャットダウンしますか?" #define TR_PRESS_ENTER_TO_CONFIRM "Enterを押して確認してください" #define TR_THROTTLE_LABEL "Throttle" -#define TR_THROTTLE_START "Throttle アップ" +#define TR_THROTTLE_START "Throttle Start" #define TR_THROTTLEREVERSE TR("T-Reverse", INDENT "リバース") #define TR_MINUTEBEEP TR("Minute", "分単位コール") #define TR_BEEPCOUNTDOWN INDENT "カウントダウン" @@ -391,7 +391,7 @@ #define TR_SLIDERWARNING TR(INDENT "Slid. pos.", INDENT "スライダー位置") #define TR_POTWARNING TR(INDENT "Pot warn.", INDENT "ダイヤル位置") #define TR_TIMEZONE "タイムゾーン" -#define TR_ADJUST_RTC "時計の修正" +#define TR_ADJUST_RTC "内蔵時計修正" #define TR_GPS "GPS" #define TR_DEF_CHAN_ORD TR("Def chan order", "チャンネルマップ初期値") #define TR_STICKS "スティック" @@ -415,23 +415,18 @@ #define TR_MOVESTICKSPOTS "スティック/スライダーを動かします" #else #define TR_MENUTOSTART CENTER "\010" TR_ENTER " TO START" -#if defined(SURFACE_RADIO) - #define TR_SETMIDPOINT CENTER "\006SET POTS MIDPOINT" - #define TR_MOVESTICKSPOTS CENTER "\002MOVE ST/TH/POTS/AXIS" -#else - #define TR_SETMIDPOINT TR(CENTER "\006SET AXIS MIDPOINT", CENTER "\004CENTER AXIS/SLIDERS") - #define TR_MOVESTICKSPOTS CENTER "\007MOVE AXIS/POTS" -#endif + #define TR_SETMIDPOINT TR(CENTER "\004SET STICKS MIDPOINT", CENTER "\004CENTER STICKS/SLIDERS") + #define TR_MOVESTICKSPOTS CENTER "\006MOVE STICKS/POTS" #define TR_MENUWHENDONE CENTER "\006" TR_ENTER " WHEN DONE" #endif #define TR_TXnRX "Tx:\0Rx:" #define OFS_RX 4 -#define TR_NODATA CENTER "NO DATA" +#define TR_NODATA CENTER "データなし" #define TR_US "us" #define TR_HZ "Hz" #define TR_TMIXMAXMS "Tmix max" #define TR_FREE_STACK "Free stack" -#define TR_INT_GPS_LABEL "Internal GPS" +#define TR_INT_GPS_LABEL "内蔵GPS" #define TR_HEARTBEAT_LABEL "Heartbeat" #define TR_LUA_SCRIPTS_LABEL "Lua scripts" #define TR_FREE_MEM_LABEL "Free mem" @@ -481,31 +476,26 @@ #define TR_MENU_RADIO_ANALOGS_CALIB "アナログ キャリブレーション" #define TR_MENU_RADIO_ANALOGS_RAWLOWFPS "RAW アナログ (5 Hz)" #define TR_MENUCALIBRATION "キャリブレーション" -#define TR_MENU_FSWITCH "カスタマイズ スイッチ" +#define TR_MENU_FSWITCH "CUSTOMIZABLE SWITCHES" #if defined(COLORLCD) #define TR_TRIMS2OFFSETS "トリム => サブトリム" #else #define TR_TRIMS2OFFSETS "\006トリム => サブトリム" #endif -#define TR_CHANNELS2FAILSAFE "チャンネル=>Failsafe" -#define TR_CHANNEL2FAILSAFE "チャンネル=>Failsafe" +#define TR_CHANNELS2FAILSAFE "チャンネル群=>フェイルセーフ" +#define TR_CHANNEL2FAILSAFE "チャンネル=>フェイルセーフ" #define TR_MENUMODELSEL TR("MODELSEL", "モデル選択") #define TR_MENU_MODEL_SETUP TR("SETUP", "モデル設定") -#if defined(SURFACE_RADIO) -#define TR_MENUFLIGHTMODES "ドライブモード" -#define TR_MENUFLIGHTMODE "ドライブモード" -#else -#define TR_MENUFLIGHTMODES "飛行モード" +#define TR_MENUFLIGHTMODES "飛行モード群" #define TR_MENUFLIGHTMODE "飛行モード" -#endif #define TR_MENUHELISETUP "ヘリ セットアップ" #define TR_MENUINPUTS "入力" #define TR_MENULIMITS "出力" -#define TR_MENUCURVES "カーブ" +#define TR_MENUCURVES "カーブ群" #define TR_MENUCURVE "カーブ" #define TR_MENULOGICALSWITCH "論理スイッチ" -#define TR_MENULOGICALSWITCHES "論理スイッチ" +#define TR_MENULOGICALSWITCHES "論理スイッチ群" #define TR_MENUCUSTOMFUNC "スペシャルファンクション" #define TR_MENUCUSTOMSCRIPTS "カスタムスクリプト" #define TR_MENUTELEMETRY "テレメトリー" @@ -520,7 +510,7 @@ #define TR_MONITOR_MIXER_DESC "ミキサー" #define TR_RECEIVER_NUM TR("RxNum", "受信機 No.") #define TR_RECEIVER "受信機" -#define TR_MULTI_RFTUNE TR("Freq tune", "周波数チューニング") +#define TR_MULTI_RFTUNE TR("Freq tune", "周波数微調整") #define TR_MULTI_RFPOWER "送信出力" #define TR_MULTI_WBUS "出力" #define TR_MULTI_TELEMETRY "テレメトリー" @@ -552,9 +542,9 @@ #define TR_BINDING_CH9_16_TELEM_ON "Ch9-16 Telemetry ON" #define TR_BINDING_CH9_16_TELEM_OFF "Ch9-16 Telemetry OFF" #define TR_PROTOCOL_INVALID TR("Prot. invalid", "プロトコル無効") -#define TR_MODULE_STATUS TR(INDENT "Status", INDENT "モジュールの状態") -#define TR_MODULE_SYNC TR(INDENT "Sync", INDENT "同期ステータス") -#define TR_MULTI_SERVOFREQ TR("Servo rate", "サーボ レート") +#define TR_MODULE_STATUS TR(INDENT "Status", INDENT "モジュール状態") +#define TR_MODULE_SYNC TR(INDENT "Sync", INDENT "Proto 同期ステータス") +#define TR_MULTI_SERVOFREQ TR("Servo rate", "サーボアップデートレート") #define TR_MULTI_MAX_THROW TR("Max. Throw", "Max. throw有効") #define TR_MULTI_RFCHAN TR("RF Channel", "送信チャンネル選択") #define TR_AFHDS3_RX_FREQ TR("RX freq.", "受信周波数") @@ -569,7 +559,7 @@ #define TR_PITCH_AT_MAX "最大 ピッチ" #define TR_REPEAT_AT_ZERO "ゼロ リピート" #define TR_BATT_CALIB TR("Batt. calib", "バッテリー\nキャリブレーション") -#define TR_CURRENT_CALIB "現在のキャリブレーション" +#define TR_CURRENT_CALIB "Current calib" #define TR_VOLTAGE TR(INDENT "Voltage", INDENT "電圧ソース") #define TR_SELECT_MODEL "モデル選択" #define TR_MANAGE_MODELS "モデル管理" @@ -622,7 +612,7 @@ #define TR_UPDATE_RX_OPTIONS "受信オプションをアップデートしますか ?" #define TR_UPDATE_TX_OPTIONS "送信オプションをアップデートしますか ?" #define TR_MODULES_RX_VERSION "モジュール / 受信機バージョン" -#define TR_SHOW_MIXER_MONITORS "チャンネルミキサーの表示" +#define TR_SHOW_MIXER_MONITORS "Show mixer monitors" #define TR_MENU_MODULES_RX_VERSION "モジュール / 受信機バージョン" #define TR_MENU_FIRM_OPTIONS "ファームウェアオプション" #define TR_IMU "IMU" @@ -641,7 +631,7 @@ #if defined(COLORLCD) #define TR_SDCARD_FULL_EXT TR_SDCARD_FULL "\nログとスクリーンショット保存が無効" #else -#define TR_SDCARD_FULL_EXT TR_SDCARD_FULL "\036Logs & Screenshots" LCDW_128_480_LINEBREAK "disabled" +#define TR_SDCARD_FULL_EXT TR_SDCARD_FULL "\036Logs and " LCDW_128_480_LINEBREAK "Screenshots disabled" #endif #define TR_NEEDS_FILE "を含むファイルが必要です" #define TR_EXT_MULTI_SPEC "opentx-inv" @@ -656,7 +646,7 @@ #define TR_THROTTLE_UPPERCASE "THROTTLE" #define TR_ALARMSWARN "アラーム" #define TR_SWITCHWARN TR("スイッチ", "コントロール") -#define TR_FAILSAFEWARN "FAILSAFE" +#define TR_FAILSAFEWARN "フェイルセーフ" #define TR_TEST_WARNING TR("テスト中", "テストビルド") #define TR_TEST_NOTSAFE "テストのみで使用" #define TR_WRONG_SDCARDVERSION TR("Expected ver: ", "想定バージョン: ") @@ -664,8 +654,8 @@ #define TR_WARN_MULTI_LOWPOWER "低出力モード" #define TR_BATTERY "バッテリー" #define TR_WRONG_PCBREV "不正なPCBを検出しました" -#define TR_EMERGENCY_MODE "緊急低電力モード" -#define TR_NO_FAILSAFE "Failsafeが設定されていません" +#define TR_EMERGENCY_MODE "エネルギーモード" +#define TR_NO_FAILSAFE "フェイルセーフが設定されていません" #define TR_KEYSTUCK "キー不良" #define TR_VOLUME "音量" #define TR_LCD "LCD" @@ -675,7 +665,7 @@ #define TR_COPROC_TEMP "MB温度" #define TR_TEMPWARNING INDENT "オーバーヒートです" #define TR_TTL_WARNING "警告: 論理値3.3Vを使用します" -#define TR_FUNC "ファンクション" +#define TR_FUNC TR("機能", "ファンクション") #define TR_V1 "V1" #define TR_V2 "V2" #define TR_DURATION "持続時間" @@ -716,13 +706,13 @@ #define TR_BACKLIGHT_TIMER "持続時間" #if defined(COLORLCD) - #define TR_MODEL_QUICK_SELECT "モデル クイック選択" - #define TR_LABELS_SELECT "ラベル選択" - #define TR_LABELS_MATCH "ラベルマッチング" - #define TR_FAV_MATCH "お気に入りマッチング" - #define TR_LABELS_SELECT_MODE "複数選択","単一選択" - #define TR_LABELS_MATCH_MODE "すべてにマッチング","いずれかにマッチング" - #define TR_FAV_MATCH_MODE "必ずマッチング","任意にマッチング" + #define TR_MODEL_QUICK_SELECT "モデル クイックセレクト" + #define TR_LABELS_SELECT "Label select" + #define TR_LABELS_MATCH "Label matching" + #define TR_FAV_MATCH "Favorites matching" + #define TR_LABELS_SELECT_MODE "Multi select","Single select" + #define TR_LABELS_MATCH_MODE "Match all","Match any" + #define TR_FAV_MATCH_MODE "Must match","Optional match" #endif #define TR_SELECT_TEMPLATE_FOLDER "テンプレートフォルダを選択:" @@ -737,8 +727,8 @@ #define TR_BLUETOOTH "Bluetooth" #define TR_BLUETOOTH_DISC "検索" #define TR_BLUETOOTH_INIT "初期化" -#define TR_BLUETOOTH_DIST_ADDR "通信先アドレス" -#define TR_BLUETOOTH_LOCAL_ADDR "通信元アドレス" +#define TR_BLUETOOTH_DIST_ADDR "ターゲットaddr" +#define TR_BLUETOOTH_LOCAL_ADDR "ローカルaddr" #define TR_BLUETOOTH_PIN_CODE "PINコード" #define TR_BLUETOOTH_NODEVICES "デバイスが見つかりません" #define TR_BLUETOOTH_SCANNING "検索中..." @@ -749,7 +739,7 @@ #define TR_BLUETOOTH_MODES "---","テレメトリー","トレーナー" #endif -#define TR_SD_INFO_TITLE "SDカード詳細" +#define TR_SD_INFO_TITLE "SD INFO" #define TR_SD_TYPE "タイプ:" #define TR_SD_SPEED "速度:" #define TR_SD_SECTORS "セクタ:" @@ -758,7 +748,7 @@ #define TR_GLOBAL_VARS "グローバル変数" #define TR_GVARS "G変数" #define TR_GLOBAL_VAR "グローバル変数" -#define TR_MENU_GLOBAL_VARS "グローバル変数" +#define TR_MENU_GLOBAL_VARS "グローバル変数群" #define TR_OWN "Own" #define TR_DATE "日付" #define TR_MONTHS { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" } @@ -777,14 +767,14 @@ #define TR_FLASH_FLIGHT_CONTROLLER_BY_EXTERNAL_MODULE_OTA "OTAにて外部FCに書き込み" #define TR_FLASH_FLIGHT_CONTROLLER_BY_INTERNAL_MODULE_OTA "OTAにて内部FCに書き込み" #define TR_FLASH_BLUETOOTH_MODULE TR("Flash BT module", "Bluetoothモジュールに書き込み") -#define TR_FLASH_POWER_MANAGEMENT_UNIT "電源ユニットに書き込み" +#define TR_FLASH_POWER_MANAGEMENT_UNIT "Flash pwr mngt unit" #define TR_DEVICE_NO_RESPONSE TR("Device not responding", "デバイスが応答しません") #define TR_DEVICE_FILE_ERROR TR("Device file prob.", "デバイスファイルに問題があります") #define TR_DEVICE_DATA_REFUSED TR("Device data refused", "デバイスデータが拒否しました") #define TR_DEVICE_WRONG_REQUEST TR("Device access problem", "デバイスアクセスに問題があります") #define TR_DEVICE_FILE_REJECTED TR("Device file refused", "デバイスファイルが拒否しました") -#define TR_DEVICE_FILE_WRONG_SIG TR("Device file sig.", "無効な署名です") -#define TR_CURRENT_VERSION TR("Curr Vers: ", "現行バージョン: ") +#define TR_DEVICE_FILE_WRONG_SIG TR("Device file sig.", "デバイスファイル sig.") +#define TR_CURRENT_VERSION TR("Curr Vers: ", "現バージョン: ") #define TR_FLASH_INTERNAL_MODULE TR("Flash int. module", "内部モジュールに書き込み") #define TR_FLASH_INTERNAL_MULTI TR("Flash Int. Multi", "内部マルチモジュールに書き込み") #define TR_FLASH_EXTERNAL_MODULE TR("Flash ext. module", "外部モジュールに書き込み") @@ -798,14 +788,14 @@ #define TR_INTERNAL_MODULE TR("Int. module", "内部モジュール") #define TR_EXTERNAL_MODULE TR("Ext. module", "外部モジュール") #define TR_OPENTX_UPGRADE_REQUIRED "OpenTXアップグレードが必要です" -#define TR_TELEMETRY_DISABLED "テレメトリー無効" +#define TR_TELEMETRY_DISABLED "Telem. 無効" #define TR_MORE_OPTIONS_AVAILABLE "その他のオプション" #define TR_NO_MODULE_INFORMATION "モジュール情報なし" #define TR_EXTERNALRF "外部RFモジュール" -#define TR_FAILSAFE TR(INDENT "Failsafe", INDENT "Failsafeモード") -#define TR_FAILSAFESET "FAILSAFE設定" -#define TR_REG_ID "登録ID" -#define TR_OWNER_ID "オーナーID" +#define TR_FAILSAFE TR(INDENT "Failsafe", INDENT "フェイルセーフモード") +#define TR_FAILSAFESET "フェイルセーフ設定" +#define TR_REG_ID "Reg. ID" +#define TR_OWNER_ID "オーナー ID" #define TR_HOLD "ホールド" #define TR_HOLD_UPPERCASE "ホールド" #define TR_NONE "なし" @@ -826,7 +816,7 @@ #define TR_JACK_MODE "Jackモード" #define TR_VOICE_LANGUAGE "音声言語" #define TR_UNITS_SYSTEM "ユニット" -#define TR_UNITS_PPM "PPMユニット" +#define TR_UNITS_PPM "PPM Units" #define TR_EDIT "編集" #define TR_INSERT_BEFORE "前に挿入" #define TR_INSERT_AFTER "後に挿入" @@ -844,23 +834,23 @@ #define TR_RESET_TELEMETRY "テレメトリーリセット" #define TR_STATISTICS "統計情報" #define TR_ABOUT_US "概要" -#define TR_USB_JOYSTICK "USB Joystick (HID)" -#define TR_USB_MASS_STORAGE "USB ストレージ (SD)" -#define TR_USB_SERIAL "USB シリアル (VCP)" -#define TR_SETUP_SCREENS "画面設定" +#define TR_USB_JOYSTICK "USB Joystick(HID)" +#define TR_USB_MASS_STORAGE "USB ストレージ(SD)" +#define TR_USB_SERIAL "USB シリアル(デバッグ)" +#define TR_SETUP_SCREENS "スクリーン設定" #define TR_MONITOR_SCREENS "モニター" #define TR_AND_SWITCH "&スイッチ" #define TR_SF "SF" #define TR_GF "GF" -#define TR_ANADIAGS_CALIB "アナログ信号をキャリブレーションした値で表示" -#define TR_ANADIAGS_FILTRAWDEV "素の状態のアナログ信号(偏差含)をフィルターした値で表示" -#define TR_ANADIAGS_UNFILTRAW "素の状態のアナログ信号をフィルターしない値で表示" +#define TR_ANADIAGS_CALIB "アナログ信号をキャリブレーションした値を表示" +#define TR_ANADIAGS_FILTRAWDEV "素のアナログ信号(偏差含)をフィルターした値を表示" +#define TR_ANADIAGS_UNFILTRAW "素のアナログ信号をフィルターしない値を表示" #define TR_ANADIAGS_MINMAX "最低値、最高値、範囲を表示" -#define TR_ANADIAGS_MOVE "アナログ信号を末端まで動かした値を表示" +#define TR_ANADIAGS_MOVE "アナログ信号を極端まで動かした値を表示" #define TR_SPEAKER INDENT "スピーカー" #define TR_BUZZER INDENT "ブザー" #define TR_BYTES "バイト" -#define TR_MODULE_BIND BUTTON(TR("Bnd", "Bind")) +#define TR_MODULE_BIND BUTTON(TR("Bnd", "バインド")) #define TR_POWERMETER_ATTN_NEEDED "減衰器が必要です" #define TR_PXX2_SELECT_RX "受信機選択" #define TR_PXX2_DEFAULT "" @@ -873,19 +863,19 @@ #define TR_SHARE "共有" #define TR_BIND "Bind" #define TR_REGISTER TR("Reg", "登録") -#define TR_MODULE_RANGE BUTTON(TR("Rng", "受信強度")) +#define TR_MODULE_RANGE BUTTON(TR("Rng", "レンジテスト")) #define TR_RANGE_TEST "受信強度テスト" #define TR_RECEIVER_OPTIONS TR("REC. OPTIONS", "受信機オプション") #define TR_RESET_BTN BUTTON("リセット") #define TR_DEBUG "デバッグ" #define TR_KEYS_BTN BUTTON("キー") #define TR_ANALOGS_BTN BUTTON(TR("Anas", "アナログ")) -#define TR_FS_BTN BUTTON(TR("Custom sw", "カスタマイズ スイッチ")) +#define TR_FS_BTN BUTTON(TR("Custom sw", "Customizable switches")) #define TR_TOUCH_NOTFOUND "タッチパネルは見つかりませんでした" #define TR_TOUCH_EXIT "画面をタップして終了します" #define TR_SET BUTTON("設定") #define TR_TRAINER "トレーナー" -#define TR_CHANS "チャンネル" +#define TR_CHANS "アクセス" #define TR_ANTENNAPROBLEM CENTER "送信アンテナに問題があります!!" #define TR_MODELIDUSED "使用するID:" #define TR_MODELIDUNIQUE "IDはユニークです" @@ -898,7 +888,7 @@ #define TR_INTERVAL "インターバル" #define TR_REPEAT "リピート" #define TR_ENABLE "有効" -#define TR_DISABLE "無効" +#define TR_DISABLE "Disable" #define TR_TOPLCDTIMER "上部LCDタイマー" #define TR_UNIT "ユニット" #define TR_TELEMETRY_NEWSENSOR INDENT "新規追加" @@ -922,10 +912,10 @@ #define TR_POPUP "ポップアップ" #define TR_MIN "最小" #define TR_MAX "最大" -#define TR_CURVE_PRESET "プリセット..." -#define TR_PRESET "プリセット" +#define TR_CURVE_PRESET "リセット..." +#define TR_PRESET "リセット" #define TR_MIRROR "ミラー" -#define TR_CLEAR "消去" +#define TR_CLEAR "クリア" #define TR_RESET "リセット" #define TR_RESET_SUBMENU "リセット..." #define TR_COUNT "カウント" @@ -941,8 +931,8 @@ #define TR_CONSTANT "変化なし" #define TR_PREFLIGHT_POTSLIDER_CHECK "OFF","ON","自動" #define TR_PREFLIGHT "飛行前チェック" -#define TR_CHECKLIST TR(INDENT "Checklist", INDENT "チェックリストの表示") -#define TR_CHECKLIST_INTERACTIVE TR3(INDENT "C-Interact", INDENT "Interact. checklist", INDENT "インタラクティブ チェック") +#define TR_CHECKLIST TR(INDENT "Checklist", INDENT "チェックリスト表示") +#define TR_CHECKLIST_INTERACTIVE TR3(INDENT "C-Interact", INDENT "Interact. checklist", INDENT "Interactive checklist") #define TR_AUX_SERIAL_MODE "シリアルポート" #define TR_AUX2_SERIAL_MODE "シリアルポート 2" #define TR_AUX_SERIAL_PORT_POWER "ポート出力" @@ -954,7 +944,7 @@ #define TR_CONFIRMRESET TR("Erase ALL", "全モデルと全設定を消去しますか?") #define TR_TOO_MANY_LUA_SCRIPTS "LUAスクリプトが多すぎます!!" #define TR_SPORT_UPDATE_POWER_MODE "SP 電源" -#define TR_SPORT_UPDATE_POWER_MODES "自動","ON" +#define TR_SPORT_UPDATE_POWER_MODES "AUTO","ON" #define TR_NO_TELEMETRY_SCREENS "テレメトリー表示なし" #define TR_TOUCH_PANEL "タッチパネル:" #define TR_FILE_SIZE "ファイルサイズ" @@ -1027,16 +1017,16 @@ #define TR_BL_EXIT "Exit" #define TR_BL_DIR_MISSING " Directory is missing" #define TR_BL_DIR_EMPTY " Directory is empty" -#define TR_BL_WRITING_FW "Writing..." -#define TR_BL_WRITING_COMPL "Writing complete" +#define TR_BL_WRITING_FW "Writing Firmware ..." +#define TR_BL_WRITING_COMPL "Writing Complete" #if LCD_W >= 480 - #define TR_BL_INVALID_FIRMWARE "有効なファームウェアではありません" + #define TR_BL_INVALID_FIRMWARE "Not a valid firmware file" #elif LCD_W >= 212 #define TR_BL_OR_PLUGIN_USB_CABLE TR_BL_USB_PLUGIN_MASS_STORE - #define TR_BL_HOLD_ENTER_TO_START "\012[ENT]を長押しし書き込み開始" - #define TR_BL_INVALID_FIRMWARE "\011有効なファームウェアではありません" - #define TR_BL_INVALID_EEPROM "\011有効なEEPROMファイルではありません" + #define TR_BL_HOLD_ENTER_TO_START "\012Hold [ENT] to start writing" + #define TR_BL_INVALID_FIRMWARE "\011Not a valid firmware file! " + #define TR_BL_INVALID_EEPROM "\011Not a valid EEPROM file! " #else #define TR_BL_OR_PLUGIN_USB_CABLE TR_BL_USB_PLUGIN #define TR_BL_HOLD_ENTER_TO_START "\006Hold [ENT] to start" @@ -1053,26 +1043,26 @@ #endif #elif defined(PCBHORUS) // Bootloader Horus specific - Ascii only - #define TR_BL_SELECT_KEY "[ENT]でファイルを選択" - #define TR_BL_FLASH_KEY "[ENT]を長押しし書き込み" - #define TR_BL_EXIT_KEY "[RTN]で終了" + #define TR_BL_SELECT_KEY "[ENT] to select file" + #define TR_BL_FLASH_KEY "Hold [ENT] long to flash" + #define TR_BL_EXIT_KEY "[RTN] to exit" #elif defined(PCBNV14) // Bootloader NV14 specific - Ascii only - #define TR_BL_RF_USB_ACCESS "RF USB アクセス" - #define TR_BL_CURRENT_FW "現ファームウェア:" - #define TR_BL_SELECT_KEY "[R TRIM]でファイルを選択" - #define TR_BL_FLASH_KEY "[R TRIM]を長押しし書き込み" - #define TR_BL_EXIT_KEY " [L TRIM]で終了" + #define TR_BL_RF_USB_ACCESS "RF USB access" + #define TR_BL_CURRENT_FW "Current Firmware:" + #define TR_BL_SELECT_KEY "[R TRIM] to select file" + #define TR_BL_FLASH_KEY "Hold [R TRIM] long to flash" + #define TR_BL_EXIT_KEY " [L TRIM] to exit" #elif defined(PCBPL18) // Bootloader PL18 specific - Ascii only - #define TR_BL_RF_USB_ACCESS "RF USB アクセス" - #define TR_BL_ERASE_INT_FLASH "内蔵フラッシュストレージの消去" - #define TR_BL_ERASE_FLASH "フラッシュストレージの消去" - #define TR_BL_ERASE_FLASH_MSG "最大200秒かかります" - #define TR_BL_SELECT_KEY " [TR4 Dn]でファイルを選択" - #define TR_BL_FLASH_KEY " [TR4 Dn]を長押しし書き込み" - #define TR_BL_ERASE_KEY " [TR4 Dn]を長押しし消去" - #define TR_BL_EXIT_KEY " [TR4 Up]で終了" + #define TR_BL_RF_USB_ACCESS "RF USB access" + #define TR_BL_ERASE_INT_FLASH "Erase Internal Flash Storage" + #define TR_BL_ERASE_FLASH "Erase Flash Storage" + #define TR_BL_ERASE_FLASH_MSG "This may take up to 200s" + #define TR_BL_SELECT_KEY " [TR4 Dn] to select file" + #define TR_BL_FLASH_KEY " Hold [TR4 Dn] long to flash" + #define TR_BL_ERASE_KEY " Hold [TR4 Dn] long to erase" + #define TR_BL_EXIT_KEY " [TR4 Up] to exit" #endif // About screen @@ -1124,10 +1114,10 @@ #define TR_DELETE_ALL_SENSORS "すべて削除" #define TR_CONFIRMDELETE "本当に " LCDW_128_480_LINEBREAK "すべて削除しますか?" #define TR_SELECT_WIDGET "ウィジェット選択" -#define TR_WIDGET_FULLSCREEN "全画面表示" +#define TR_WIDGET_FULLSCREEN "フルスクリーン" #define TR_REMOVE_WIDGET "ウィジェット削除" #define TR_WIDGET_SETTINGS "ウィジェット設定" -#define TR_REMOVE_SCREEN "ビュー画面削除" +#define TR_REMOVE_SCREEN "スクリーン削除" #define TR_SETUP_WIDGETS "ウィジェット設定" #define TR_USER_INTERFACE "ユーザインターフェイス" #define TR_THEME "テーマ" @@ -1157,7 +1147,7 @@ #define TR_MENU_DISPLAY "表示" #define TR_MENU_OTHER "その他" #define TR_MENU_INVERT "リバース" -#define TR_AUDIO_MUTE TR("Audio mute","音源ミュート") +#define TR_AUDIO_MUTE TR("Audio mute","Mute if no sound") #define TR_JITTER_FILTER "ADCフィルター" #define TR_DEAD_ZONE "デッドゾーン" #define TR_RTC_CHECK TR("Check RTC", "内蔵電池チェック") @@ -1167,7 +1157,7 @@ #define TR_USE_THEME_COLOR "テーマ色を使用" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "サブトリムにすべてのトリムを追加" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "チャンネルモニター起動" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." @@ -1211,11 +1201,11 @@ #define TR_MAIN_MENU_SELECT_MODEL "モデル\n選択" #define TR_MAIN_MENU_MANAGE_MODELS "モデル\n管理" #define TR_MAIN_MENU_MODEL_NOTES "モデル\nノート" -#define TR_MAIN_MENU_CHANNEL_MONITOR "Channel\nモニター" +#define TR_MAIN_MENU_CHANNEL_MONITOR "チャンネル\nモニター" #define TR_MAIN_MENU_MODEL_SETTINGS "モデル\n設定" #define TR_MAIN_MENU_RADIO_SETTINGS "送信機\n設定" -#define TR_MAIN_MENU_SCREEN_SETTINGS "画面設定" -#define TR_MAIN_MENU_RESET_TELEMETRY "リセット\nTelemetry" +#define TR_MAIN_MENU_SCREEN_SETTINGS "スクリーン\n設定" +#define TR_MAIN_MENU_RESET_TELEMETRY "リセット\nテレメトリ" #define TR_MAIN_MENU_STATISTICS "統計情報" #define TR_MAIN_MENU_ABOUT_EDGETX "EdgeTX\nについて" // End Main menu @@ -1238,38 +1228,38 @@ #define TR_VOICE_SWEDISH "スウェーデン-SV" #define TR_VOICE_TAIWANESE "中文-TW" #define TR_VOICE_JAPANESE "日本-JP" -#define TR_VOICE_HEBREW "ヘブライ-HE" -#define TR_VOICE_UKRAINIAN "ウクライナ-UK" +#define TR_VOICE_HEBREW "ヘブライ語" +#define TR_VOICE_UKRAINIAN "Ukrainian" #define TR_USBJOYSTICK_LABEL "USB Joystick" #define TR_USBJOYSTICK_EXTMODE "モード" -#define TR_VUSBJOYSTICK_EXTMODE "標準","詳細" +#define TR_VUSBJOYSTICK_EXTMODE "クラシック","アドバンス" #define TR_USBJOYSTICK_SETTINGS "チャンネル設定" -#define TR_USBJOYSTICK_IF_MODE TR("If. mode","Interface mode") -#define TR_VUSBJOYSTICK_IF_MODE "Joystick","ゲームPad","マルチ軸" +#define TR_USBJOYSTICK_IF_MODE TR("If. mode","インターフェイスモード") +#define TR_VUSBJOYSTICK_IF_MODE "Joystick","Gamepad","MultiAxis" #define TR_USBJOYSTICK_CH_MODE "モード" -#define TR_VUSBJOYSTICK_CH_MODE "なし","ボタン","軸","シミュ" +#define TR_VUSBJOYSTICK_CH_MODE "None","Btn","Axis","Sim" #define TR_VUSBJOYSTICK_CH_MODE_S "-","B","A","S" -#define TR_USBJOYSTICK_CH_BTNMODE "ボタン" -#define TR_VUSBJOYSTICK_CH_BTNMODE "標準","パルス","SWエミュ","デルタ","コンパニオン" -#define TR_VUSBJOYSTICK_CH_BTNMODE_S TR("Norm","標準"),TR("Puls","パルス"),TR("SWEm","SWエミュ"),TR("Delt","デルタ"),TR("CPN","コンパニオン") -#define TR_USBJOYSTICK_CH_SWPOS "Sw-POS" +#define TR_USBJOYSTICK_CH_BTNMODE "ボタンモード" +#define TR_VUSBJOYSTICK_CH_BTNMODE "Normal","Pulse","SWEmu","Delta","Companion" +#define TR_VUSBJOYSTICK_CH_BTNMODE_S TR("Norm","Normal"),TR("Puls","Pulse"),TR("SWEm","SWEmul"),TR("Delt","Delta"),TR("CPN","Companion") +#define TR_USBJOYSTICK_CH_SWPOS "ポジション" #define TR_VUSBJOYSTICK_CH_SWPOS "Push","2POS","3POS","4POS","5POS","6POS","7POS","8POS" -#define TR_USBJOYSTICK_CH_AXIS "軸" -#define TR_VUSBJOYSTICK_CH_AXIS "X","Y","Z","Xロール","Yロール","Zロール","スライダー","ダイヤル","ホイール" -#define TR_USBJOYSTICK_CH_SIM "シミュ軸" +#define TR_USBJOYSTICK_CH_AXIS "Axis" +#define TR_VUSBJOYSTICK_CH_AXIS "X","Y","Z","rotX","rotY","rotZ","Slider","Dial","Wheel" +#define TR_USBJOYSTICK_CH_SIM "Sim axis" #define TR_VUSBJOYSTICK_CH_SIM "Ail","Ele","Rud","Thr" #define TR_USBJOYSTICK_CH_INVERSION "リバース" #define TR_USBJOYSTICK_CH_BTNNUM "ボタンNo." #define TR_USBJOYSTICK_BTN_COLLISION "!ボタンNo.の衝突!" #define TR_USBJOYSTICK_AXIS_COLLISION "!軸設定の衝突!" -#define TR_USBJOYSTICK_CIRC_COUTOUT TR("Circ. cut", "円形カット") -#define TR_VUSBJOYSTICK_CIRC_COUTOUT "なし","X-Y, Z-rX","X-Y, rX-rY" +#define TR_USBJOYSTICK_CIRC_COUTOUT TR("Circ. cut", "円形カットアウト") +#define TR_VUSBJOYSTICK_CIRC_COUTOUT "None","X-Y, Z-rX","X-Y, rX-rY" #define TR_USBJOYSTICK_APPLY_CHANGES "変更を適用" #define TR_DIGITAL_SERVO "Servo333HZ" #define TR_ANALOG_SERVO "Servo 50HZ" -#define TR_SIGNAL_OUTPUT "シグナル出力" +#define TR_SIGNAL_OUTPUT "Signal出力" #define TR_SERIAL_BUS "シリアルバス" #define TR_SYNC "同期" @@ -1277,9 +1267,9 @@ #define TR_RADIO_MENU_TABS "送信機メニュータブ" #define TR_MODEL_MENU_TABS "モデルメニュータブ" -#define TR_SELECT_MENU_ALL "すべて" -#define TR_SELECT_MENU_CLR "消去" -#define TR_SELECT_MENU_INV "リバース" +#define TR_SELECT_MENU_ALL "All" +#define TR_SELECT_MENU_CLR "Clear" +#define TR_SELECT_MENU_INV "Invert" #define TR_SORT_ORDERS "名称 A-Z順","名称 Z-A順","利用の少ない順","利用の多い順" #define TR_SORT_MODELS_BY "モデルをソート" diff --git a/radio/src/translations/nl.h b/radio/src/translations/nl.h index 32a16359dcf..1778c158b83 100644 --- a/radio/src/translations/nl.h +++ b/radio/src/translations/nl.h @@ -299,7 +299,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Swash Ring" #define TR_MODE "Mode" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Linkerkant" #else #define TR_LEFT_STICK "Li" @@ -1174,7 +1174,7 @@ #define TR_USE_THEME_COLOR "Use theme color" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Add all Trims to Subtrims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Open Channel Monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." diff --git a/radio/src/translations/pl.h b/radio/src/translations/pl.h index b58893b1c79..94f9959ec94 100644 --- a/radio/src/translations/pl.h +++ b/radio/src/translations/pl.h @@ -300,7 +300,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Tarcza " #define TR_MODE "Tryb" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Lewy" #else #define TR_LEFT_STICK "Lewy" @@ -1161,7 +1161,7 @@ #define TR_USE_THEME_COLOR "Użyj koloru szablonu" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Dodaj trymy do podtrymów" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Otwórz Monitor kanałów" #else #define TR_OPEN_CHANNEL_MONITORS "Otwórz Mon. kanałów" diff --git a/radio/src/translations/pt.h b/radio/src/translations/pt.h index 4c35ac0ce93..a22eabbecd8 100644 --- a/radio/src/translations/pt.h +++ b/radio/src/translations/pt.h @@ -305,7 +305,7 @@ #define TR_ELEVATOR TR("Long. cyc.", "Long. cyc. source") #define TR_SWASHRING "Swash Ring" #define TR_MODE "Modo" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Esq" #else #define TR_LEFT_STICK "Esq" @@ -1165,7 +1165,7 @@ #define TR_USE_THEME_COLOR "Use theme color" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Add all Trims to Subtrims" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Open Channel Monitor" #else #define TR_OPEN_CHANNEL_MONITORS "Open Channel Mon." diff --git a/radio/src/translations/ru.h b/radio/src/translations/ru.h index 59706cc9d9b..955555927f0 100644 --- a/radio/src/translations/ru.h +++ b/radio/src/translations/ru.h @@ -304,7 +304,7 @@ #define TR_ELEVATOR TR("Тангаж", "Тангаж") #define TR_SWASHRING "Поворот" #define TR_MODE "Режим" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Лев" #else #define TR_LEFT_STICK "Лев" @@ -1164,7 +1164,7 @@ #define TR_USE_THEME_COLOR "Используйте цвет темы" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Добав все трим в субтрим" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Монитор откр кан" #else #define TR_OPEN_CHANNEL_MONITORS "Мон открыт кан" diff --git a/radio/src/translations/se.h b/radio/src/translations/se.h index bca42fbce37..7649fc857df 100644 --- a/radio/src/translations/se.h +++ b/radio/src/translations/se.h @@ -55,7 +55,7 @@ #define TR_TRNCHN "KA1","KA2","KA3","KA4" #define TR_AUX_SERIAL_MODES "AV","Speglad telemetri","Telemetri in","SBUS Lärare","LUA","CLI","GPS","Debug","SpaceMouse","Extern modul" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_SWTYPES "Ingen", "2 pos flipp","2 pos","3 pos" #else #define TR_SWTYPES "Ingen","Flipp","2 pos","3 pos" @@ -315,7 +315,7 @@ #define TR_ELEVATOR "Höjdroderkälla" #define TR_SWASHRING "Swashring" #define TR_MODE "Typ" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "Vänster" #else #define TR_LEFT_STICK "Vä" @@ -1154,7 +1154,7 @@ #define TR_WIDGET_FULLSCREEN "Hel skärm" #define TR_REMOVE_SCREEN "Ta bort huvudvy" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_SETUP_WIDGETS "Konfigurera widgets" #else #define TR_SETUP_WIDGETS "Konfig. widgets" @@ -1200,7 +1200,7 @@ #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "Addera alla trimmar till subtrimmar" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "Öppna kanalmonitorn" #else #define TR_OPEN_CHANNEL_MONITORS "Öppna kanalmon." diff --git a/radio/src/translations/tw.h b/radio/src/translations/tw.h index a6a60690e25..83fb58c7859 100644 --- a/radio/src/translations/tw.h +++ b/radio/src/translations/tw.h @@ -302,7 +302,7 @@ #define TR_ELEVATOR TR("俯仰源", "俯仰混控源") #define TR_SWASHRING "斜盤行程" #define TR_MODE "模式" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_LEFT_STICK "左搖桿" #else #define TR_LEFT_STICK "左搖桿" @@ -1157,7 +1157,7 @@ #define TR_USE_THEME_COLOR "使用主題顏色" #define TR_ADD_ALL_TRIMS_TO_SUBTRIMS "將所有微調導入中點偏移值" -#if LCD_W > LCD_H +#if !PORTRAIT_LCD #define TR_OPEN_CHANNEL_MONITORS "打開通道監視器" #else #define TR_OPEN_CHANNEL_MONITORS "通道監視" diff --git a/radio/util/hw_defs/legacy_names.py b/radio/util/hw_defs/legacy_names.py index 69f85253fab..2babf2d32a8 100644 --- a/radio/util/hw_defs/legacy_names.py +++ b/radio/util/hw_defs/legacy_names.py @@ -2,7 +2,7 @@ LEGACY_NAMES = [ { - "targets": {"x10", "x10express", "t16", "tx16s", "t18"}, + "targets": {"x10", "x10express", "t16", "tx16s", "t18", "smallLCD"}, "inputs": { "LH": { "yaml": "Rud", diff --git a/radio/util/hw_defs/pot_config.py b/radio/util/hw_defs/pot_config.py index e82830e7e9e..f616afbc82c 100644 --- a/radio/util/hw_defs/pot_config.py +++ b/radio/util/hw_defs/pot_config.py @@ -91,6 +91,13 @@ "SL1": {"default": "SLIDER"}, "SL2": {"default": "SLIDER"} }, + "smallLCD": { + "P1": {"default": "POT_CENTER"}, + "P2": {"default": "MULTIPOS"}, + "P3": {"default": "POT_CENTER"}, + "SL1": {"default": "SLIDER"}, + "SL2": {"default": "SLIDER"} + }, "x7": { "P1": {"default": "POT"}, "P2": {"default": "POT_CENTER"} diff --git a/radio/util/hw_defs/switch_config.py b/radio/util/hw_defs/switch_config.py index d8dc2fcf58e..b443124527c 100644 --- a/radio/util/hw_defs/switch_config.py +++ b/radio/util/hw_defs/switch_config.py @@ -199,6 +199,16 @@ "SG": {"default": "3POS"}, "SH": {"default": "TOGGLE"} }, + "smallLCD": { + "SA": {"default": "3POS"}, + "SB": {"default": "3POS"}, + "SC": {"default": "3POS"}, + "SD": {"default": "3POS"}, + "SE": {"default": "3POS"}, + "SF": {"default": "2POS"}, + "SG": {"default": "3POS"}, + "SH": {"default": "TOGGLE"} + }, "tx12mk2": { # left side "SA": {"default": "TOGGLE", "display": [0, 0]},